diff --git a/grammar.js b/grammar.js index 541f035..7d57b46 100644 --- a/grammar.js +++ b/grammar.js @@ -1175,8 +1175,7 @@ module.exports = grammar({ unsigned_literal: $ => seq( choice($.integer_literal, $.hex_literal, $.bin_literal), - /[uU]/, - optional("L") + /[uU]L?/ ), long_literal: $ => seq( diff --git a/src/grammar.json b/src/grammar.json index 78bdb17..c289a1e 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -6054,19 +6054,7 @@ }, { "type": "PATTERN", - "value": "[uU]" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "L" - }, - { - "type": "BLANK" - } - ] + "value": "[uU]L?" } ] }, diff --git a/src/parser.c b/src/parser.c index 22adb45..4473464 100644 --- a/src/parser.c +++ b/src/parser.c @@ -13,8 +13,8 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 10154 -#define LARGE_STATE_COUNT 4533 +#define STATE_COUNT 10148 +#define LARGE_STATE_COUNT 4529 #define SYMBOL_COUNT 355 #define ALIAS_COUNT 3 #define TOKEN_COUNT 153 @@ -2588,89 +2588,89 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1] = 1, [2] = 2, [3] = 3, - [4] = 2, - [5] = 3, - [6] = 6, - [7] = 2, - [8] = 2, - [9] = 3, + [4] = 4, + [5] = 4, + [6] = 2, + [7] = 3, + [8] = 4, + [9] = 2, [10] = 2, - [11] = 3, + [11] = 4, [12] = 2, - [13] = 3, - [14] = 6, - [15] = 3, - [16] = 3, - [17] = 3, - [18] = 2, - [19] = 3, - [20] = 3, - [21] = 2, - [22] = 3, - [23] = 2, + [13] = 4, + [14] = 4, + [15] = 2, + [16] = 2, + [17] = 2, + [18] = 4, + [19] = 4, + [20] = 2, + [21] = 4, + [22] = 2, + [23] = 4, [24] = 2, - [25] = 2, - [26] = 3, + [25] = 4, + [26] = 4, [27] = 2, - [28] = 2, - [29] = 3, - [30] = 3, - [31] = 2, + [28] = 4, + [29] = 2, + [30] = 2, + [31] = 4, [32] = 2, - [33] = 3, - [34] = 2, - [35] = 2, - [36] = 3, - [37] = 3, - [38] = 3, - [39] = 2, - [40] = 3, - [41] = 2, - [42] = 3, - [43] = 2, + [33] = 2, + [34] = 4, + [35] = 4, + [36] = 4, + [37] = 2, + [38] = 2, + [39] = 4, + [40] = 4, + [41] = 4, + [42] = 2, + [43] = 4, [44] = 2, [45] = 2, - [46] = 3, - [47] = 3, - [48] = 2, - [49] = 2, - [50] = 3, - [51] = 3, + [46] = 2, + [47] = 4, + [48] = 4, + [49] = 4, + [50] = 2, + [51] = 2, [52] = 52, [53] = 53, [54] = 54, - [55] = 6, - [56] = 2, - [57] = 3, + [55] = 3, + [56] = 4, + [57] = 2, [58] = 58, [59] = 59, - [60] = 60, - [61] = 60, - [62] = 60, - [63] = 60, - [64] = 60, - [65] = 60, - [66] = 66, - [67] = 67, - [68] = 60, + [60] = 59, + [61] = 59, + [62] = 59, + [63] = 63, + [64] = 59, + [65] = 59, + [66] = 59, + [67] = 63, + [68] = 63, [69] = 69, - [70] = 70, - [71] = 60, + [70] = 59, + [71] = 59, [72] = 59, - [73] = 59, - [74] = 74, - [75] = 75, + [73] = 63, + [74] = 63, + [75] = 59, [76] = 59, - [77] = 60, - [78] = 59, - [79] = 60, - [80] = 60, - [81] = 60, + [77] = 77, + [78] = 78, + [79] = 79, + [80] = 63, + [81] = 81, [82] = 59, - [83] = 60, - [84] = 60, - [85] = 60, - [86] = 6, + [83] = 59, + [84] = 84, + [85] = 59, + [86] = 3, [87] = 87, [88] = 87, [89] = 87, @@ -2679,10 +2679,10 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [92] = 87, [93] = 87, [94] = 87, - [95] = 87, + [95] = 4, [96] = 87, [97] = 87, - [98] = 87, + [98] = 2, [99] = 87, [100] = 87, [101] = 87, @@ -2690,232 +2690,232 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [103] = 87, [104] = 87, [105] = 87, - [106] = 2, + [106] = 87, [107] = 87, [108] = 87, - [109] = 3, + [109] = 87, [110] = 87, [111] = 87, [112] = 87, [113] = 113, - [114] = 114, + [114] = 113, [115] = 115, - [116] = 114, - [117] = 114, - [118] = 118, - [119] = 113, - [120] = 114, - [121] = 118, - [122] = 113, - [123] = 118, + [116] = 115, + [117] = 117, + [118] = 117, + [119] = 117, + [120] = 117, + [121] = 113, + [122] = 117, + [123] = 113, [124] = 115, - [125] = 113, + [125] = 125, [126] = 115, - [127] = 114, - [128] = 114, - [129] = 118, + [127] = 113, + [128] = 113, + [129] = 125, [130] = 113, - [131] = 115, - [132] = 114, - [133] = 118, - [134] = 113, - [135] = 115, - [136] = 114, - [137] = 118, - [138] = 113, - [139] = 115, + [131] = 113, + [132] = 113, + [133] = 115, + [134] = 117, + [135] = 113, + [136] = 113, + [137] = 125, + [138] = 117, + [139] = 125, [140] = 115, - [141] = 115, - [142] = 115, - [143] = 118, - [144] = 114, - [145] = 118, - [146] = 113, - [147] = 118, - [148] = 115, - [149] = 115, - [150] = 113, - [151] = 113, - [152] = 115, - [153] = 118, - [154] = 115, - [155] = 115, + [141] = 117, + [142] = 113, + [143] = 125, + [144] = 115, + [145] = 113, + [146] = 115, + [147] = 117, + [148] = 125, + [149] = 113, + [150] = 125, + [151] = 115, + [152] = 117, + [153] = 113, + [154] = 117, + [155] = 113, [156] = 115, - [157] = 114, - [158] = 115, - [159] = 113, - [160] = 114, - [161] = 118, - [162] = 113, - [163] = 115, - [164] = 114, - [165] = 114, - [166] = 118, - [167] = 113, - [168] = 115, - [169] = 113, - [170] = 118, - [171] = 114, - [172] = 114, - [173] = 115, - [174] = 113, - [175] = 118, - [176] = 113, - [177] = 114, - [178] = 114, - [179] = 118, - [180] = 6, - [181] = 118, - [182] = 114, - [183] = 118, - [184] = 114, + [157] = 125, + [158] = 113, + [159] = 125, + [160] = 125, + [161] = 115, + [162] = 117, + [163] = 113, + [164] = 115, + [165] = 113, + [166] = 117, + [167] = 117, + [168] = 125, + [169] = 115, + [170] = 117, + [171] = 125, + [172] = 117, + [173] = 113, + [174] = 125, + [175] = 115, + [176] = 117, + [177] = 117, + [178] = 115, + [179] = 125, + [180] = 115, + [181] = 117, + [182] = 115, + [183] = 117, + [184] = 113, [185] = 113, - [186] = 115, + [186] = 113, [187] = 113, - [188] = 115, - [189] = 114, - [190] = 118, - [191] = 113, - [192] = 118, + [188] = 125, + [189] = 117, + [190] = 125, + [191] = 125, + [192] = 125, [193] = 115, [194] = 113, - [195] = 115, - [196] = 115, - [197] = 118, - [198] = 113, - [199] = 114, - [200] = 118, + [195] = 117, + [196] = 125, + [197] = 115, + [198] = 3, + [199] = 115, + [200] = 125, [201] = 115, - [202] = 113, - [203] = 118, - [204] = 114, - [205] = 115, - [206] = 115, - [207] = 113, - [208] = 118, - [209] = 114, - [210] = 114, - [211] = 113, - [212] = 118, + [202] = 125, + [203] = 125, + [204] = 125, + [205] = 113, + [206] = 117, + [207] = 115, + [208] = 115, + [209] = 117, + [210] = 113, + [211] = 115, + [212] = 125, [213] = 213, [214] = 214, [215] = 215, [216] = 216, [217] = 217, [218] = 218, - [219] = 214, - [220] = 220, - [221] = 220, - [222] = 213, - [223] = 213, - [224] = 214, - [225] = 225, + [219] = 219, + [220] = 217, + [221] = 217, + [222] = 222, + [223] = 223, + [224] = 2, + [225] = 217, [226] = 226, - [227] = 3, - [228] = 228, - [229] = 214, - [230] = 214, - [231] = 213, - [232] = 214, - [233] = 213, - [234] = 213, - [235] = 2, - [236] = 213, - [237] = 213, - [238] = 220, - [239] = 214, - [240] = 217, - [241] = 241, - [242] = 220, + [227] = 217, + [228] = 219, + [229] = 217, + [230] = 219, + [231] = 219, + [232] = 219, + [233] = 233, + [234] = 4, + [235] = 219, + [236] = 236, + [237] = 219, + [238] = 219, + [239] = 219, + [240] = 222, + [241] = 219, + [242] = 217, [243] = 217, - [244] = 213, - [245] = 214, - [246] = 220, - [247] = 214, - [248] = 214, - [249] = 217, - [250] = 217, - [251] = 251, - [252] = 252, - [253] = 220, - [254] = 214, - [255] = 217, - [256] = 214, + [244] = 226, + [245] = 245, + [246] = 222, + [247] = 219, + [248] = 226, + [249] = 222, + [250] = 222, + [251] = 219, + [252] = 226, + [253] = 226, + [254] = 217, + [255] = 222, + [256] = 226, [257] = 257, [258] = 258, [259] = 259, - [260] = 225, - [261] = 225, - [262] = 225, - [263] = 225, - [264] = 225, - [265] = 225, - [266] = 225, - [267] = 225, - [268] = 225, - [269] = 225, - [270] = 225, + [260] = 245, + [261] = 245, + [262] = 245, + [263] = 245, + [264] = 245, + [265] = 245, + [266] = 245, + [267] = 245, + [268] = 245, + [269] = 245, + [270] = 245, [271] = 271, [272] = 272, [273] = 273, - [274] = 274, - [275] = 275, + [274] = 271, + [275] = 273, [276] = 276, - [277] = 273, - [278] = 272, - [279] = 274, - [280] = 271, - [281] = 275, + [277] = 272, + [278] = 278, + [279] = 279, + [280] = 279, + [281] = 278, [282] = 276, - [283] = 225, + [283] = 245, [284] = 273, - [285] = 276, - [286] = 275, - [287] = 271, - [288] = 274, - [289] = 272, - [290] = 272, - [291] = 274, - [292] = 273, - [293] = 275, - [294] = 276, - [295] = 271, - [296] = 225, - [297] = 225, - [298] = 225, - [299] = 273, - [300] = 276, - [301] = 276, - [302] = 225, - [303] = 225, - [304] = 273, - [305] = 272, - [306] = 272, - [307] = 274, - [308] = 274, - [309] = 275, - [310] = 271, + [285] = 279, + [286] = 271, + [287] = 273, + [288] = 272, + [289] = 276, + [290] = 271, + [291] = 276, + [292] = 278, + [293] = 278, + [294] = 272, + [295] = 279, + [296] = 245, + [297] = 245, + [298] = 245, + [299] = 278, + [300] = 273, + [301] = 272, + [302] = 245, + [303] = 279, + [304] = 272, + [305] = 279, + [306] = 245, + [307] = 278, + [308] = 276, + [309] = 276, + [310] = 273, [311] = 271, - [312] = 275, - [313] = 225, - [314] = 276, - [315] = 276, - [316] = 273, - [317] = 272, - [318] = 271, + [312] = 271, + [313] = 245, + [314] = 278, + [315] = 279, + [316] = 272, + [317] = 276, + [318] = 279, [319] = 271, [320] = 273, - [321] = 275, - [322] = 274, - [323] = 273, - [324] = 272, - [325] = 274, - [326] = 275, - [327] = 275, - [328] = 274, - [329] = 271, - [330] = 272, - [331] = 276, + [321] = 279, + [322] = 271, + [323] = 276, + [324] = 271, + [325] = 276, + [326] = 273, + [327] = 273, + [328] = 272, + [329] = 278, + [330] = 278, + [331] = 272, [332] = 332, [333] = 332, [334] = 332, @@ -2940,13 +2940,13 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [353] = 332, [354] = 332, [355] = 332, - [356] = 225, - [357] = 225, - [358] = 225, + [356] = 245, + [357] = 245, + [358] = 245, [359] = 359, [360] = 360, [361] = 361, - [362] = 225, + [362] = 362, [363] = 363, [364] = 364, [365] = 365, @@ -2955,447 +2955,447 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [368] = 368, [369] = 369, [370] = 370, - [371] = 225, + [371] = 371, [372] = 372, [373] = 373, [374] = 374, [375] = 375, - [376] = 376, + [376] = 245, [377] = 377, [378] = 378, - [379] = 379, - [380] = 379, - [381] = 359, + [379] = 245, + [380] = 374, + [381] = 381, [382] = 364, - [383] = 374, - [384] = 384, - [385] = 377, - [386] = 386, + [383] = 365, + [384] = 366, + [385] = 375, + [386] = 367, [387] = 387, - [388] = 373, - [389] = 368, - [390] = 369, - [391] = 366, - [392] = 378, - [393] = 393, - [394] = 376, - [395] = 393, - [396] = 360, - [397] = 367, - [398] = 363, - [399] = 384, - [400] = 372, - [401] = 370, - [402] = 386, - [403] = 387, - [404] = 375, - [405] = 361, + [388] = 368, + [389] = 359, + [390] = 390, + [391] = 370, + [392] = 361, + [393] = 387, + [394] = 377, + [395] = 395, + [396] = 369, + [397] = 390, + [398] = 371, + [399] = 362, + [400] = 381, + [401] = 378, + [402] = 395, + [403] = 373, + [404] = 360, + [405] = 372, [406] = 387, - [407] = 407, - [408] = 386, + [407] = 395, + [408] = 390, [409] = 409, [410] = 410, - [411] = 411, - [412] = 384, - [413] = 387, - [414] = 410, - [415] = 409, - [416] = 384, - [417] = 393, - [418] = 386, - [419] = 393, - [420] = 407, - [421] = 411, - [422] = 409, - [423] = 407, - [424] = 424, - [425] = 424, - [426] = 410, - [427] = 411, - [428] = 411, - [429] = 407, - [430] = 430, - [431] = 431, - [432] = 409, - [433] = 433, - [434] = 433, - [435] = 435, - [436] = 435, - [437] = 431, - [438] = 430, - [439] = 410, + [411] = 395, + [412] = 381, + [413] = 413, + [414] = 414, + [415] = 390, + [416] = 409, + [417] = 387, + [418] = 381, + [419] = 413, + [420] = 410, + [421] = 414, + [422] = 422, + [423] = 410, + [424] = 413, + [425] = 425, + [426] = 413, + [427] = 427, + [428] = 428, + [429] = 410, + [430] = 409, + [431] = 428, + [432] = 422, + [433] = 409, + [434] = 414, + [435] = 427, + [436] = 425, + [437] = 437, + [438] = 414, + [439] = 437, [440] = 440, - [441] = 435, - [442] = 442, - [443] = 431, - [444] = 435, - [445] = 440, + [441] = 441, + [442] = 441, + [443] = 422, + [444] = 422, + [445] = 445, [446] = 446, - [447] = 430, - [448] = 448, - [449] = 448, - [450] = 433, - [451] = 431, - [452] = 424, - [453] = 453, - [454] = 453, - [455] = 430, - [456] = 446, - [457] = 424, - [458] = 442, - [459] = 433, - [460] = 377, - [461] = 372, - [462] = 375, - [463] = 379, - [464] = 363, - [465] = 366, - [466] = 361, - [467] = 369, - [468] = 360, - [469] = 364, - [470] = 370, - [471] = 367, - [472] = 374, - [473] = 373, - [474] = 376, - [475] = 378, - [476] = 368, - [477] = 359, - [478] = 365, - [479] = 453, + [447] = 447, + [448] = 427, + [449] = 445, + [450] = 428, + [451] = 447, + [452] = 437, + [453] = 437, + [454] = 446, + [455] = 425, + [456] = 425, + [457] = 427, + [458] = 440, + [459] = 428, + [460] = 362, + [461] = 367, + [462] = 372, + [463] = 375, + [464] = 366, + [465] = 374, + [466] = 365, + [467] = 373, + [468] = 364, + [469] = 368, + [470] = 359, + [471] = 370, + [472] = 360, + [473] = 378, + [474] = 377, + [475] = 363, + [476] = 371, + [477] = 361, + [478] = 369, + [479] = 479, [480] = 480, - [481] = 481, - [482] = 482, - [483] = 483, + [481] = 447, + [482] = 445, + [483] = 447, [484] = 484, - [485] = 483, - [486] = 484, - [487] = 487, + [485] = 485, + [486] = 486, + [487] = 446, [488] = 488, - [489] = 489, + [489] = 441, [490] = 490, - [491] = 442, + [491] = 491, [492] = 492, - [493] = 446, - [494] = 448, - [495] = 446, - [496] = 440, - [497] = 492, - [498] = 498, - [499] = 490, - [500] = 440, - [501] = 448, - [502] = 502, - [503] = 503, - [504] = 488, - [505] = 442, - [506] = 503, - [507] = 453, - [508] = 487, - [509] = 489, - [510] = 498, - [511] = 480, - [512] = 502, - [513] = 513, - [514] = 513, - [515] = 482, - [516] = 481, - [517] = 366, + [493] = 488, + [494] = 494, + [495] = 495, + [496] = 496, + [497] = 480, + [498] = 445, + [499] = 484, + [500] = 485, + [501] = 440, + [502] = 486, + [503] = 496, + [504] = 495, + [505] = 440, + [506] = 506, + [507] = 479, + [508] = 441, + [509] = 494, + [510] = 510, + [511] = 492, + [512] = 491, + [513] = 506, + [514] = 446, + [515] = 510, + [516] = 490, + [517] = 362, [518] = 387, - [519] = 363, + [519] = 369, [520] = 360, - [521] = 364, - [522] = 368, - [523] = 369, - [524] = 370, - [525] = 373, - [526] = 375, - [527] = 361, - [528] = 379, - [529] = 378, - [530] = 367, - [531] = 376, - [532] = 359, + [521] = 390, + [522] = 381, + [523] = 364, + [524] = 365, + [525] = 366, + [526] = 367, + [527] = 368, + [528] = 359, + [529] = 370, + [530] = 387, + [531] = 395, + [532] = 375, [533] = 374, - [534] = 377, - [535] = 372, - [536] = 384, - [537] = 386, - [538] = 393, - [539] = 387, - [540] = 384, - [541] = 393, - [542] = 386, - [543] = 492, - [544] = 482, - [545] = 487, - [546] = 384, - [547] = 503, - [548] = 481, - [549] = 480, - [550] = 490, - [551] = 490, - [552] = 393, - [553] = 487, - [554] = 489, - [555] = 386, - [556] = 498, - [557] = 480, - [558] = 387, - [559] = 481, - [560] = 503, - [561] = 411, - [562] = 435, - [563] = 410, - [564] = 409, - [565] = 488, - [566] = 502, - [567] = 407, - [568] = 513, - [569] = 431, - [570] = 435, - [571] = 411, - [572] = 410, - [573] = 409, - [574] = 482, - [575] = 407, - [576] = 384, - [577] = 393, - [578] = 386, - [579] = 483, - [580] = 484, - [581] = 433, - [582] = 484, - [583] = 483, - [584] = 431, - [585] = 488, - [586] = 492, - [587] = 502, - [588] = 424, - [589] = 513, - [590] = 489, - [591] = 433, + [534] = 390, + [535] = 381, + [536] = 372, + [537] = 361, + [538] = 373, + [539] = 377, + [540] = 378, + [541] = 371, + [542] = 395, + [543] = 485, + [544] = 486, + [545] = 427, + [546] = 390, + [547] = 395, + [548] = 491, + [549] = 422, + [550] = 428, + [551] = 381, + [552] = 437, + [553] = 492, + [554] = 422, + [555] = 413, + [556] = 428, + [557] = 414, + [558] = 491, + [559] = 410, + [560] = 510, + [561] = 409, + [562] = 437, + [563] = 510, + [564] = 387, + [565] = 425, + [566] = 496, + [567] = 495, + [568] = 490, + [569] = 413, + [570] = 480, + [571] = 479, + [572] = 486, + [573] = 506, + [574] = 414, + [575] = 410, + [576] = 395, + [577] = 506, + [578] = 494, + [579] = 409, + [580] = 488, + [581] = 381, + [582] = 425, + [583] = 485, + [584] = 427, + [585] = 484, + [586] = 390, + [587] = 484, + [588] = 480, + [589] = 496, + [590] = 495, + [591] = 479, [592] = 387, - [593] = 424, - [594] = 430, - [595] = 498, - [596] = 430, - [597] = 435, - [598] = 424, - [599] = 448, - [600] = 446, - [601] = 446, - [602] = 424, - [603] = 440, - [604] = 409, - [605] = 442, - [606] = 433, - [607] = 435, - [608] = 448, - [609] = 442, - [610] = 440, - [611] = 430, - [612] = 453, - [613] = 411, - [614] = 431, - [615] = 410, - [616] = 431, - [617] = 411, - [618] = 430, - [619] = 409, - [620] = 453, - [621] = 407, - [622] = 433, - [623] = 407, - [624] = 410, - [625] = 276, - [626] = 276, - [627] = 273, - [628] = 272, - [629] = 274, - [630] = 271, - [631] = 275, - [632] = 271, - [633] = 274, - [634] = 272, - [635] = 273, - [636] = 275, - [637] = 440, - [638] = 442, - [639] = 442, - [640] = 446, - [641] = 440, - [642] = 448, + [593] = 494, + [594] = 488, + [595] = 490, + [596] = 492, + [597] = 425, + [598] = 437, + [599] = 446, + [600] = 441, + [601] = 440, + [602] = 409, + [603] = 410, + [604] = 427, + [605] = 425, + [606] = 437, + [607] = 447, + [608] = 428, + [609] = 413, + [610] = 446, + [611] = 447, + [612] = 409, + [613] = 414, + [614] = 445, + [615] = 413, + [616] = 427, + [617] = 445, + [618] = 422, + [619] = 410, + [620] = 428, + [621] = 441, + [622] = 414, + [623] = 422, + [624] = 440, + [625] = 272, + [626] = 271, + [627] = 276, + [628] = 273, + [629] = 273, + [630] = 279, + [631] = 271, + [632] = 278, + [633] = 276, + [634] = 279, + [635] = 278, + [636] = 272, + [637] = 445, + [638] = 441, + [639] = 447, + [640] = 440, + [641] = 447, + [642] = 441, [643] = 446, - [644] = 453, - [645] = 448, - [646] = 453, - [647] = 503, - [648] = 487, - [649] = 502, - [650] = 513, - [651] = 488, - [652] = 492, - [653] = 482, - [654] = 503, - [655] = 481, - [656] = 481, - [657] = 480, - [658] = 490, - [659] = 483, - [660] = 480, - [661] = 484, - [662] = 489, - [663] = 488, - [664] = 498, - [665] = 502, - [666] = 513, - [667] = 490, - [668] = 487, - [669] = 492, - [670] = 489, - [671] = 482, - [672] = 483, - [673] = 498, - [674] = 484, - [675] = 272, - [676] = 272, - [677] = 271, - [678] = 678, - [679] = 679, + [644] = 445, + [645] = 440, + [646] = 446, + [647] = 496, + [648] = 484, + [649] = 490, + [650] = 510, + [651] = 485, + [652] = 491, + [653] = 492, + [654] = 484, + [655] = 480, + [656] = 488, + [657] = 506, + [658] = 485, + [659] = 506, + [660] = 486, + [661] = 488, + [662] = 496, + [663] = 494, + [664] = 479, + [665] = 495, + [666] = 492, + [667] = 494, + [668] = 480, + [669] = 491, + [670] = 510, + [671] = 479, + [672] = 490, + [673] = 486, + [674] = 495, + [675] = 271, + [676] = 676, + [677] = 272, + [678] = 278, + [679] = 279, [680] = 680, - [681] = 681, - [682] = 274, - [683] = 679, - [684] = 271, - [685] = 678, - [686] = 275, - [687] = 681, - [688] = 276, - [689] = 680, - [690] = 679, - [691] = 273, - [692] = 681, - [693] = 681, - [694] = 694, - [695] = 678, + [681] = 676, + [682] = 682, + [683] = 271, + [684] = 276, + [685] = 680, + [686] = 676, + [687] = 687, + [688] = 688, + [689] = 688, + [690] = 273, + [691] = 676, + [692] = 676, + [693] = 680, + [694] = 687, + [695] = 688, [696] = 680, - [697] = 679, - [698] = 678, - [699] = 680, - [700] = 681, - [701] = 680, - [702] = 679, - [703] = 678, - [704] = 273, - [705] = 678, - [706] = 274, - [707] = 275, - [708] = 276, - [709] = 681, - [710] = 680, - [711] = 679, - [712] = 275, - [713] = 484, - [714] = 274, - [715] = 275, + [697] = 676, + [698] = 273, + [699] = 276, + [700] = 279, + [701] = 688, + [702] = 278, + [703] = 687, + [704] = 272, + [705] = 680, + [706] = 688, + [707] = 687, + [708] = 687, + [709] = 688, + [710] = 687, + [711] = 680, + [712] = 494, + [713] = 480, + [714] = 492, + [715] = 491, [716] = 272, - [717] = 273, - [718] = 513, - [719] = 502, - [720] = 503, - [721] = 271, - [722] = 481, - [723] = 480, - [724] = 490, - [725] = 276, - [726] = 276, - [727] = 484, - [728] = 483, + [717] = 278, + [718] = 279, + [719] = 276, + [720] = 271, + [721] = 272, + [722] = 495, + [723] = 278, + [724] = 273, + [725] = 479, + [726] = 496, + [727] = 279, + [728] = 276, [729] = 271, - [730] = 498, - [731] = 492, - [732] = 513, - [733] = 502, - [734] = 274, - [735] = 272, - [736] = 488, - [737] = 481, - [738] = 273, - [739] = 480, - [740] = 490, - [741] = 487, - [742] = 489, - [743] = 498, - [744] = 492, - [745] = 482, - [746] = 482, - [747] = 487, - [748] = 488, - [749] = 503, - [750] = 483, - [751] = 489, - [752] = 273, - [753] = 753, - [754] = 753, - [755] = 753, - [756] = 276, - [757] = 275, - [758] = 271, - [759] = 274, - [760] = 272, - [761] = 273, - [762] = 753, - [763] = 753, - [764] = 764, - [765] = 753, - [766] = 753, - [767] = 753, - [768] = 753, - [769] = 753, - [770] = 272, - [771] = 753, - [772] = 274, - [773] = 773, + [730] = 484, + [731] = 273, + [732] = 510, + [733] = 490, + [734] = 488, + [735] = 492, + [736] = 496, + [737] = 488, + [738] = 486, + [739] = 494, + [740] = 479, + [741] = 480, + [742] = 495, + [743] = 506, + [744] = 484, + [745] = 506, + [746] = 485, + [747] = 486, + [748] = 490, + [749] = 510, + [750] = 491, + [751] = 485, + [752] = 752, + [753] = 273, + [754] = 752, + [755] = 752, + [756] = 756, + [757] = 272, + [758] = 752, + [759] = 752, + [760] = 752, + [761] = 752, + [762] = 752, + [763] = 752, + [764] = 752, + [765] = 765, + [766] = 273, + [767] = 752, + [768] = 271, + [769] = 752, + [770] = 276, + [771] = 752, + [772] = 752, + [773] = 752, [774] = 774, - [775] = 276, + [775] = 752, [776] = 774, - [777] = 777, - [778] = 777, - [779] = 753, - [780] = 753, - [781] = 753, - [782] = 753, - [783] = 275, - [784] = 753, - [785] = 785, - [786] = 753, - [787] = 753, - [788] = 753, - [789] = 753, - [790] = 753, - [791] = 753, - [792] = 753, - [793] = 753, - [794] = 753, - [795] = 753, - [796] = 753, - [797] = 271, - [798] = 785, - [799] = 274, - [800] = 271, - [801] = 801, - [802] = 272, - [803] = 273, - [804] = 272, + [777] = 752, + [778] = 279, + [779] = 752, + [780] = 278, + [781] = 279, + [782] = 752, + [783] = 756, + [784] = 784, + [785] = 272, + [786] = 752, + [787] = 752, + [788] = 788, + [789] = 278, + [790] = 752, + [791] = 752, + [792] = 752, + [793] = 752, + [794] = 784, + [795] = 276, + [796] = 271, + [797] = 752, + [798] = 752, + [799] = 271, + [800] = 272, + [801] = 273, + [802] = 279, + [803] = 278, + [804] = 279, [805] = 271, - [806] = 274, - [807] = 275, + [806] = 806, + [807] = 278, [808] = 276, - [809] = 276, - [810] = 275, - [811] = 273, + [809] = 273, + [810] = 276, + [811] = 272, [812] = 812, [813] = 813, [814] = 814, @@ -3410,28 +3410,28 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [823] = 823, [824] = 824, [825] = 825, - [826] = 815, + [826] = 826, [827] = 827, [828] = 828, [829] = 829, [830] = 830, [831] = 831, - [832] = 832, + [832] = 822, [833] = 833, - [834] = 821, + [834] = 834, [835] = 835, - [836] = 820, + [836] = 836, [837] = 837, - [838] = 814, + [838] = 838, [839] = 839, [840] = 840, - [841] = 818, + [841] = 841, [842] = 842, - [843] = 822, - [844] = 844, - [845] = 845, - [846] = 846, - [847] = 847, + [843] = 813, + [844] = 814, + [845] = 815, + [846] = 816, + [847] = 817, [848] = 848, [849] = 849, [850] = 850, @@ -3446,182 +3446,182 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [859] = 859, [860] = 860, [861] = 861, - [862] = 850, - [863] = 821, - [864] = 864, - [865] = 865, - [866] = 866, - [867] = 867, - [868] = 868, - [869] = 869, - [870] = 276, + [862] = 862, + [863] = 863, + [864] = 272, + [865] = 278, + [866] = 279, + [867] = 276, + [868] = 271, + [869] = 273, + [870] = 870, [871] = 871, - [872] = 275, - [873] = 273, - [874] = 272, - [875] = 271, - [876] = 274, - [877] = 823, - [878] = 271, - [879] = 275, - [880] = 276, - [881] = 274, - [882] = 272, - [883] = 273, - [884] = 884, + [872] = 872, + [873] = 828, + [874] = 842, + [875] = 875, + [876] = 876, + [877] = 877, + [878] = 878, + [879] = 276, + [880] = 880, + [881] = 881, + [882] = 882, + [883] = 883, + [884] = 840, [885] = 885, - [886] = 886, - [887] = 887, - [888] = 857, - [889] = 849, - [890] = 855, - [891] = 891, - [892] = 848, - [893] = 829, - [894] = 894, - [895] = 845, + [886] = 823, + [887] = 272, + [888] = 278, + [889] = 279, + [890] = 890, + [891] = 271, + [892] = 273, + [893] = 893, + [894] = 839, + [895] = 895, [896] = 896, - [897] = 844, + [897] = 897, [898] = 898, - [899] = 899, + [899] = 822, [900] = 900, [901] = 901, - [902] = 837, - [903] = 903, + [902] = 902, + [903] = 836, [904] = 904, [905] = 905, [906] = 906, [907] = 907, - [908] = 908, + [908] = 858, [909] = 909, [910] = 910, - [911] = 911, + [911] = 833, [912] = 912, - [913] = 832, + [913] = 913, [914] = 914, [915] = 915, - [916] = 835, - [917] = 917, - [918] = 918, - [919] = 919, - [920] = 920, - [921] = 921, - [922] = 853, - [923] = 859, + [916] = 916, + [917] = 857, + [918] = 831, + [919] = 855, + [920] = 827, + [921] = 826, + [922] = 922, + [923] = 829, [924] = 924, [925] = 925, - [926] = 271, + [926] = 369, [927] = 927, [928] = 928, [929] = 929, [930] = 930, [931] = 931, - [932] = 932, + [932] = 278, [933] = 933, - [934] = 934, + [934] = 272, [935] = 935, [936] = 936, - [937] = 937, - [938] = 938, - [939] = 939, - [940] = 852, - [941] = 941, + [937] = 837, + [938] = 841, + [939] = 271, + [940] = 273, + [941] = 372, [942] = 942, [943] = 943, [944] = 944, [945] = 945, - [946] = 946, + [946] = 373, [947] = 947, - [948] = 372, - [949] = 361, - [950] = 367, - [951] = 374, + [948] = 948, + [949] = 375, + [950] = 363, + [951] = 951, [952] = 952, - [953] = 273, - [954] = 846, + [953] = 953, + [954] = 830, [955] = 955, - [956] = 956, - [957] = 359, - [958] = 363, - [959] = 272, + [956] = 367, + [957] = 273, + [958] = 271, + [959] = 959, [960] = 960, - [961] = 377, - [962] = 274, + [961] = 276, + [962] = 962, [963] = 963, - [964] = 275, - [965] = 276, - [966] = 966, + [964] = 964, + [965] = 279, + [966] = 360, [967] = 967, - [968] = 968, - [969] = 969, - [970] = 273, + [968] = 276, + [969] = 279, + [970] = 970, [971] = 971, - [972] = 972, + [972] = 370, [973] = 973, - [974] = 974, + [974] = 278, [975] = 975, [976] = 272, - [977] = 274, - [978] = 831, + [977] = 977, + [978] = 978, [979] = 979, - [980] = 271, + [980] = 980, [981] = 981, [982] = 982, [983] = 983, [984] = 984, [985] = 985, - [986] = 275, + [986] = 986, [987] = 987, [988] = 988, - [989] = 276, + [989] = 989, [990] = 990, - [991] = 991, + [991] = 989, [992] = 992, [993] = 993, [994] = 994, [995] = 995, - [996] = 365, + [996] = 996, [997] = 997, - [998] = 994, + [998] = 998, [999] = 999, - [1000] = 1000, - [1001] = 1001, - [1002] = 373, - [1003] = 370, - [1004] = 1004, - [1005] = 369, - [1006] = 368, - [1007] = 364, - [1008] = 366, - [1009] = 360, - [1010] = 376, - [1011] = 378, - [1012] = 1012, - [1013] = 379, - [1014] = 1014, - [1015] = 867, - [1016] = 847, - [1017] = 1017, + [1000] = 366, + [1001] = 371, + [1002] = 1002, + [1003] = 1003, + [1004] = 365, + [1005] = 364, + [1006] = 362, + [1007] = 361, + [1008] = 377, + [1009] = 378, + [1010] = 359, + [1011] = 1011, + [1012] = 368, + [1013] = 1013, + [1014] = 901, + [1015] = 1015, + [1016] = 1016, + [1017] = 852, [1018] = 1018, - [1019] = 1019, - [1020] = 1020, + [1019] = 853, + [1020] = 854, [1021] = 1021, - [1022] = 840, + [1022] = 853, [1023] = 1023, [1024] = 1024, [1025] = 1025, [1026] = 1026, [1027] = 1027, [1028] = 1028, - [1029] = 1029, - [1030] = 1030, - [1031] = 1031, - [1032] = 842, + [1029] = 852, + [1030] = 852, + [1031] = 853, + [1032] = 853, [1033] = 1033, [1034] = 1034, [1035] = 1035, [1036] = 1036, - [1037] = 842, + [1037] = 1037, [1038] = 1038, [1039] = 1039, [1040] = 1040, @@ -3629,14 +3629,14 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1042] = 1042, [1043] = 1043, [1044] = 1044, - [1045] = 842, - [1046] = 847, + [1045] = 1045, + [1046] = 1046, [1047] = 1047, [1048] = 1048, [1049] = 1049, [1050] = 1050, [1051] = 1051, - [1052] = 1052, + [1052] = 863, [1053] = 1053, [1054] = 1054, [1055] = 1055, @@ -3644,7 +3644,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1057] = 1057, [1058] = 1058, [1059] = 1059, - [1060] = 1054, + [1060] = 1060, [1061] = 1061, [1062] = 1062, [1063] = 1063, @@ -3663,95 +3663,95 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1076] = 1076, [1077] = 1077, [1078] = 1078, - [1079] = 1079, - [1080] = 842, + [1079] = 885, + [1080] = 1080, [1081] = 1081, [1082] = 1082, [1083] = 1083, - [1084] = 847, + [1084] = 1084, [1085] = 1085, - [1086] = 276, - [1087] = 275, - [1088] = 271, - [1089] = 274, - [1090] = 272, - [1091] = 273, - [1092] = 1092, - [1093] = 896, - [1094] = 1094, - [1095] = 898, - [1096] = 899, - [1097] = 1097, - [1098] = 1098, + [1086] = 1086, + [1087] = 1087, + [1088] = 1088, + [1089] = 1089, + [1090] = 1090, + [1091] = 272, + [1092] = 278, + [1093] = 279, + [1094] = 276, + [1095] = 271, + [1096] = 1096, + [1097] = 273, + [1098] = 900, [1099] = 1099, - [1100] = 903, - [1101] = 1101, - [1102] = 905, + [1100] = 1100, + [1101] = 902, + [1102] = 1102, [1103] = 1103, [1104] = 1104, - [1105] = 909, + [1105] = 1105, [1106] = 1106, - [1107] = 911, + [1107] = 904, [1108] = 1108, - [1109] = 1109, + [1109] = 905, [1110] = 1110, - [1111] = 901, - [1112] = 1112, - [1113] = 900, + [1111] = 1111, + [1112] = 909, + [1113] = 1113, [1114] = 1114, [1115] = 1115, [1116] = 1116, [1117] = 1117, [1118] = 1118, - [1119] = 887, + [1119] = 1119, [1120] = 1120, - [1121] = 847, - [1122] = 1122, + [1121] = 912, + [1122] = 852, [1123] = 1123, [1124] = 1124, [1125] = 1125, - [1126] = 914, - [1127] = 921, - [1128] = 1128, + [1126] = 1126, + [1127] = 1127, + [1128] = 907, [1129] = 1129, [1130] = 1130, [1131] = 1131, [1132] = 1132, - [1133] = 1133, - [1134] = 904, + [1133] = 898, + [1134] = 1134, [1135] = 1135, [1136] = 1136, - [1137] = 1137, + [1137] = 883, [1138] = 1138, [1139] = 1139, [1140] = 1140, [1141] = 1141, - [1142] = 276, + [1142] = 893, [1143] = 1143, [1144] = 1144, [1145] = 1145, - [1146] = 275, + [1146] = 878, [1147] = 1147, [1148] = 1148, [1149] = 1149, [1150] = 1150, [1151] = 1151, - [1152] = 271, + [1152] = 1152, [1153] = 1153, [1154] = 1154, [1155] = 1155, - [1156] = 274, - [1157] = 1157, + [1156] = 1156, + [1157] = 273, [1158] = 1158, - [1159] = 1159, - [1160] = 1160, - [1161] = 1161, + [1159] = 272, + [1160] = 278, + [1161] = 279, [1162] = 1162, [1163] = 1163, - [1164] = 1164, + [1164] = 276, [1165] = 1165, [1166] = 1166, - [1167] = 1167, + [1167] = 271, [1168] = 1168, [1169] = 1169, [1170] = 1170, @@ -3761,8983 +3761,8977 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1174] = 1174, [1175] = 1175, [1176] = 1176, - [1177] = 1177, - [1178] = 273, - [1179] = 1057, - [1180] = 1180, + [1177] = 1175, + [1178] = 1178, + [1179] = 1179, + [1180] = 1176, [1181] = 1181, [1182] = 1182, [1183] = 1183, - [1184] = 272, + [1184] = 1184, [1185] = 1185, [1186] = 1186, - [1187] = 1187, - [1188] = 372, - [1189] = 374, - [1190] = 271, - [1191] = 360, - [1192] = 366, - [1193] = 364, - [1194] = 368, - [1195] = 369, - [1196] = 370, - [1197] = 373, - [1198] = 820, - [1199] = 379, - [1200] = 378, - [1201] = 376, - [1202] = 361, - [1203] = 275, - [1204] = 367, - [1205] = 374, - [1206] = 375, - [1207] = 814, - [1208] = 377, - [1209] = 363, - [1210] = 359, - [1211] = 273, - [1212] = 276, - [1213] = 366, - [1214] = 272, - [1215] = 364, + [1187] = 366, + [1188] = 368, + [1189] = 373, + [1190] = 370, + [1191] = 372, + [1192] = 360, + [1193] = 279, + [1194] = 278, + [1195] = 271, + [1196] = 369, + [1197] = 371, + [1198] = 375, + [1199] = 373, + [1200] = 372, + [1201] = 369, + [1202] = 375, + [1203] = 371, + [1204] = 273, + [1205] = 359, + [1206] = 359, + [1207] = 360, + [1208] = 367, + [1209] = 374, + [1210] = 366, + [1211] = 365, + [1212] = 364, + [1213] = 272, + [1214] = 362, + [1215] = 361, [1216] = 368, - [1217] = 369, - [1218] = 370, - [1219] = 373, - [1220] = 379, - [1221] = 378, - [1222] = 376, - [1223] = 361, - [1224] = 372, - [1225] = 847, - [1226] = 377, - [1227] = 822, - [1228] = 274, - [1229] = 360, - [1230] = 367, - [1231] = 363, - [1232] = 818, - [1233] = 359, - [1234] = 365, + [1217] = 377, + [1218] = 378, + [1219] = 367, + [1220] = 370, + [1221] = 363, + [1222] = 276, + [1223] = 378, + [1224] = 365, + [1225] = 853, + [1226] = 852, + [1227] = 813, + [1228] = 817, + [1229] = 364, + [1230] = 816, + [1231] = 362, + [1232] = 814, + [1233] = 377, + [1234] = 361, [1235] = 815, - [1236] = 842, - [1237] = 842, - [1238] = 1238, - [1239] = 1238, - [1240] = 1058, - [1241] = 1238, - [1242] = 1238, - [1243] = 272, - [1244] = 847, - [1245] = 1238, - [1246] = 1238, - [1247] = 1238, - [1248] = 1238, - [1249] = 1238, - [1250] = 849, - [1251] = 1040, - [1252] = 1035, - [1253] = 848, - [1254] = 845, - [1255] = 1238, - [1256] = 844, - [1257] = 1238, + [1236] = 826, + [1237] = 827, + [1238] = 855, + [1239] = 1239, + [1240] = 857, + [1241] = 279, + [1242] = 1239, + [1243] = 1239, + [1244] = 272, + [1245] = 852, + [1246] = 1239, + [1247] = 858, + [1248] = 1239, + [1249] = 1239, + [1250] = 817, + [1251] = 815, + [1252] = 1239, + [1253] = 853, + [1254] = 1070, + [1255] = 841, + [1256] = 1239, + [1257] = 1239, [1258] = 837, - [1259] = 831, - [1260] = 1238, - [1261] = 276, - [1262] = 1238, - [1263] = 842, - [1264] = 814, - [1265] = 847, - [1266] = 275, - [1267] = 846, - [1268] = 852, - [1269] = 1238, - [1270] = 1238, - [1271] = 274, - [1272] = 1238, - [1273] = 847, - [1274] = 842, - [1275] = 1238, - [1276] = 1238, - [1277] = 820, - [1278] = 847, - [1279] = 1051, - [1280] = 273, - [1281] = 1034, - [1282] = 1238, - [1283] = 271, - [1284] = 1028, - [1285] = 1238, - [1286] = 1238, - [1287] = 842, - [1288] = 1238, - [1289] = 818, - [1290] = 815, - [1291] = 822, - [1292] = 1238, - [1293] = 1238, + [1259] = 278, + [1260] = 852, + [1261] = 273, + [1262] = 1239, + [1263] = 1239, + [1264] = 853, + [1265] = 276, + [1266] = 1239, + [1267] = 814, + [1268] = 1239, + [1269] = 1071, + [1270] = 852, + [1271] = 271, + [1272] = 1046, + [1273] = 1239, + [1274] = 1239, + [1275] = 813, + [1276] = 830, + [1277] = 1043, + [1278] = 1042, + [1279] = 1041, + [1280] = 1239, + [1281] = 1239, + [1282] = 816, + [1283] = 1239, + [1284] = 853, + [1285] = 1239, + [1286] = 852, + [1287] = 1239, + [1288] = 1239, + [1289] = 1239, + [1290] = 1239, + [1291] = 1239, + [1292] = 853, + [1293] = 900, [1294] = 1294, - [1295] = 832, - [1296] = 1296, - [1297] = 1294, + [1295] = 1294, + [1296] = 893, + [1297] = 1297, [1298] = 1294, [1299] = 1299, - [1300] = 845, - [1301] = 1299, - [1302] = 1294, - [1303] = 386, - [1304] = 387, - [1305] = 1296, - [1306] = 844, - [1307] = 1294, - [1308] = 1299, - [1309] = 1294, + [1300] = 898, + [1301] = 907, + [1302] = 1297, + [1303] = 912, + [1304] = 1294, + [1305] = 909, + [1306] = 905, + [1307] = 904, + [1308] = 902, + [1309] = 901, [1310] = 1294, - [1311] = 1296, - [1312] = 1299, - [1313] = 1294, - [1314] = 1296, - [1315] = 1299, + [1311] = 1299, + [1312] = 826, + [1313] = 1297, + [1314] = 1294, + [1315] = 395, [1316] = 1299, - [1317] = 384, - [1318] = 1299, - [1319] = 1296, - [1320] = 1299, - [1321] = 1296, - [1322] = 1294, - [1323] = 393, - [1324] = 1296, - [1325] = 1296, - [1326] = 837, - [1327] = 849, + [1317] = 1297, + [1318] = 1294, + [1319] = 1294, + [1320] = 827, + [1321] = 1299, + [1322] = 1299, + [1323] = 387, + [1324] = 1297, + [1325] = 852, + [1326] = 381, + [1327] = 1297, [1328] = 1294, [1329] = 1294, - [1330] = 1296, + [1330] = 853, [1331] = 1299, - [1332] = 1294, - [1333] = 1296, + [1332] = 1299, + [1333] = 390, [1334] = 1299, - [1335] = 1296, - [1336] = 1336, - [1337] = 847, - [1338] = 1299, - [1339] = 1296, - [1340] = 848, - [1341] = 900, - [1342] = 842, - [1343] = 901, - [1344] = 887, - [1345] = 857, - [1346] = 855, - [1347] = 829, + [1335] = 1297, + [1336] = 1297, + [1337] = 855, + [1338] = 1294, + [1339] = 858, + [1340] = 1299, + [1341] = 1297, + [1342] = 1294, + [1343] = 1294, + [1344] = 1294, + [1345] = 1299, + [1346] = 1297, + [1347] = 1294, [1348] = 1299, - [1349] = 835, - [1350] = 850, - [1351] = 393, + [1349] = 1297, + [1350] = 828, + [1351] = 842, [1352] = 1299, - [1353] = 859, - [1354] = 1294, - [1355] = 1296, - [1356] = 1294, - [1357] = 1299, - [1358] = 387, - [1359] = 386, - [1360] = 1294, - [1361] = 1296, - [1362] = 911, - [1363] = 853, - [1364] = 1296, - [1365] = 1299, + [1353] = 840, + [1354] = 390, + [1355] = 839, + [1356] = 836, + [1357] = 1297, + [1358] = 833, + [1359] = 1299, + [1360] = 1360, + [1361] = 1297, + [1362] = 381, + [1363] = 387, + [1364] = 395, + [1365] = 831, [1366] = 1294, - [1367] = 909, - [1368] = 905, - [1369] = 903, - [1370] = 1299, - [1371] = 899, - [1372] = 898, - [1373] = 896, - [1374] = 1296, + [1367] = 1299, + [1368] = 1297, + [1369] = 829, + [1370] = 1297, + [1371] = 1299, + [1372] = 1297, + [1373] = 857, + [1374] = 1294, [1375] = 1299, - [1376] = 1294, - [1377] = 1296, - [1378] = 1299, - [1379] = 1296, - [1380] = 1294, - [1381] = 1299, - [1382] = 1296, - [1383] = 384, - [1384] = 374, - [1385] = 359, - [1386] = 372, - [1387] = 867, - [1388] = 379, - [1389] = 411, - [1390] = 832, - [1391] = 835, - [1392] = 377, - [1393] = 921, - [1394] = 831, - [1395] = 378, - [1396] = 365, - [1397] = 925, - [1398] = 363, - [1399] = 376, - [1400] = 1400, - [1401] = 373, - [1402] = 407, - [1403] = 370, - [1404] = 369, + [1376] = 1299, + [1377] = 1297, + [1378] = 1294, + [1379] = 1299, + [1380] = 1297, + [1381] = 1297, + [1382] = 1299, + [1383] = 378, + [1384] = 364, + [1385] = 878, + [1386] = 368, + [1387] = 359, + [1388] = 371, + [1389] = 365, + [1390] = 883, + [1391] = 366, + [1392] = 360, + [1393] = 361, + [1394] = 837, + [1395] = 369, + [1396] = 370, + [1397] = 362, + [1398] = 367, + [1399] = 413, + [1400] = 841, + [1401] = 1401, + [1402] = 377, + [1403] = 414, + [1404] = 410, [1405] = 409, - [1406] = 368, - [1407] = 364, + [1406] = 409, + [1407] = 374, [1408] = 410, - [1409] = 366, - [1410] = 360, - [1411] = 852, - [1412] = 1412, - [1413] = 375, - [1414] = 855, - [1415] = 367, - [1416] = 361, - [1417] = 1417, - [1418] = 411, - [1419] = 846, - [1420] = 853, - [1421] = 410, - [1422] = 409, - [1423] = 850, - [1424] = 859, - [1425] = 407, - [1426] = 857, - [1427] = 829, + [1409] = 373, + [1410] = 871, + [1411] = 375, + [1412] = 414, + [1413] = 828, + [1414] = 413, + [1415] = 842, + [1416] = 831, + [1417] = 833, + [1418] = 840, + [1419] = 829, + [1420] = 1420, + [1421] = 830, + [1422] = 1422, + [1423] = 363, + [1424] = 839, + [1425] = 372, + [1426] = 836, + [1427] = 1427, [1428] = 1428, [1429] = 1429, [1430] = 1430, [1431] = 1431, - [1432] = 1428, - [1433] = 1433, - [1434] = 1434, + [1432] = 1432, + [1433] = 1427, + [1434] = 1428, [1435] = 1435, - [1436] = 1436, - [1437] = 372, + [1436] = 369, + [1437] = 374, [1438] = 1438, [1439] = 1439, [1440] = 1440, [1441] = 1441, [1442] = 1442, - [1443] = 1443, + [1443] = 898, [1444] = 1444, [1445] = 1445, - [1446] = 1446, + [1446] = 1428, [1447] = 1447, - [1448] = 1448, - [1449] = 1449, + [1448] = 1445, + [1449] = 1444, [1450] = 1450, - [1451] = 887, - [1452] = 1446, + [1451] = 1442, + [1452] = 1441, [1453] = 1453, [1454] = 1454, - [1455] = 1449, - [1456] = 1456, - [1457] = 1434, + [1455] = 1432, + [1456] = 1427, + [1457] = 1428, [1458] = 1435, - [1459] = 1459, + [1459] = 1440, [1460] = 1453, [1461] = 1454, - [1462] = 1449, - [1463] = 1456, - [1464] = 1447, - [1465] = 1434, - [1466] = 1444, + [1462] = 1439, + [1463] = 1432, + [1464] = 1438, + [1465] = 1427, + [1466] = 1428, [1467] = 1435, - [1468] = 1449, + [1468] = 1454, [1469] = 1453, [1470] = 1454, - [1471] = 1449, - [1472] = 1456, - [1473] = 1443, - [1474] = 1434, - [1475] = 1475, - [1476] = 1435, - [1477] = 1454, - [1478] = 1442, - [1479] = 1441, + [1471] = 1431, + [1472] = 1432, + [1473] = 1430, + [1474] = 1427, + [1475] = 1428, + [1476] = 1429, + [1477] = 1435, + [1478] = 1435, + [1479] = 1453, [1480] = 1453, [1481] = 1454, - [1482] = 1449, - [1483] = 1456, - [1484] = 1484, - [1485] = 1434, + [1482] = 1432, + [1483] = 1427, + [1484] = 1450, + [1485] = 1428, [1486] = 1435, - [1487] = 1453, - [1488] = 1453, - [1489] = 1454, - [1490] = 1438, - [1491] = 1449, - [1492] = 1456, - [1493] = 1484, - [1494] = 1434, + [1487] = 1487, + [1488] = 1488, + [1489] = 1453, + [1490] = 1454, + [1491] = 1432, + [1492] = 1427, + [1493] = 1450, + [1494] = 1428, [1495] = 1435, [1496] = 1496, - [1497] = 1440, - [1498] = 1498, - [1499] = 1456, - [1500] = 1433, - [1501] = 1428, - [1502] = 1438, - [1503] = 1447, - [1504] = 1431, - [1505] = 1430, - [1506] = 1453, - [1507] = 1507, - [1508] = 1508, - [1509] = 1454, - [1510] = 1510, - [1511] = 1429, - [1512] = 1449, - [1513] = 1496, - [1514] = 1456, - [1515] = 1515, - [1516] = 1484, - [1517] = 1434, - [1518] = 1518, - [1519] = 1459, - [1520] = 1520, - [1521] = 1521, - [1522] = 1430, - [1523] = 1431, - [1524] = 1428, - [1525] = 1433, - [1526] = 1440, - [1527] = 1441, - [1528] = 1442, - [1529] = 1443, - [1530] = 1530, - [1531] = 1444, - [1532] = 1484, - [1533] = 1459, - [1534] = 1498, - [1535] = 1446, - [1536] = 1498, - [1537] = 1435, - [1538] = 1430, - [1539] = 1447, - [1540] = 1438, - [1541] = 1438, - [1542] = 1508, - [1543] = 1496, - [1544] = 1459, - [1545] = 1459, - [1546] = 1431, - [1547] = 1447, - [1548] = 1430, - [1549] = 1446, - [1550] = 1428, - [1551] = 1444, - [1552] = 1508, - [1553] = 1443, + [1497] = 1496, + [1498] = 1488, + [1499] = 1499, + [1500] = 1447, + [1501] = 1501, + [1502] = 1428, + [1503] = 1503, + [1504] = 1450, + [1505] = 1505, + [1506] = 1427, + [1507] = 1432, + [1508] = 1454, + [1509] = 1509, + [1510] = 370, + [1511] = 907, + [1512] = 1512, + [1513] = 1445, + [1514] = 1487, + [1515] = 1453, + [1516] = 1501, + [1517] = 989, + [1518] = 1445, + [1519] = 1441, + [1520] = 372, + [1521] = 1499, + [1522] = 1429, + [1523] = 1430, + [1524] = 1431, + [1525] = 1438, + [1526] = 1439, + [1527] = 1440, + [1528] = 1441, + [1529] = 1442, + [1530] = 1444, + [1531] = 1531, + [1532] = 1450, + [1533] = 1445, + [1534] = 1496, + [1535] = 373, + [1536] = 1501, + [1537] = 1427, + [1538] = 1538, + [1539] = 1488, + [1540] = 1447, + [1541] = 375, + [1542] = 1487, + [1543] = 1501, + [1544] = 893, + [1545] = 1499, + [1546] = 1546, + [1547] = 372, + [1548] = 989, + [1549] = 373, + [1550] = 1550, + [1551] = 1429, + [1552] = 1430, + [1553] = 375, [1554] = 1431, - [1555] = 1428, - [1556] = 1433, - [1557] = 1440, - [1558] = 1442, - [1559] = 1441, - [1560] = 1447, - [1561] = 1496, - [1562] = 1508, - [1563] = 1433, - [1564] = 1440, - [1565] = 1440, - [1566] = 1496, - [1567] = 1508, - [1568] = 1441, - [1569] = 1442, - [1570] = 1443, + [1555] = 987, + [1556] = 1556, + [1557] = 1557, + [1558] = 1488, + [1559] = 1559, + [1560] = 1445, + [1561] = 1432, + [1562] = 900, + [1563] = 1444, + [1564] = 1438, + [1565] = 1439, + [1566] = 1440, + [1567] = 1487, + [1568] = 1447, + [1569] = 366, + [1570] = 1442, [1571] = 1444, - [1572] = 1446, - [1573] = 1447, - [1574] = 1438, - [1575] = 370, - [1576] = 1433, - [1577] = 1428, - [1578] = 1431, - [1579] = 1430, - [1580] = 1459, - [1581] = 1496, - [1582] = 1484, - [1583] = 1441, - [1584] = 1498, - [1585] = 1585, - [1586] = 1442, - [1587] = 1508, - [1588] = 1453, - [1589] = 1454, - [1590] = 1449, - [1591] = 1508, - [1592] = 1496, - [1593] = 1456, - [1594] = 1459, - [1595] = 1430, - [1596] = 1431, - [1597] = 1428, - [1598] = 1433, - [1599] = 1440, - [1600] = 1441, - [1601] = 1442, - [1602] = 1443, + [1572] = 1445, + [1573] = 1488, + [1574] = 1442, + [1575] = 1441, + [1576] = 1440, + [1577] = 1439, + [1578] = 1438, + [1579] = 371, + [1580] = 1431, + [1581] = 1430, + [1582] = 1450, + [1583] = 1429, + [1584] = 1499, + [1585] = 1496, + [1586] = 901, + [1587] = 1587, + [1588] = 1588, + [1589] = 1488, + [1590] = 1447, + [1591] = 1487, + [1592] = 1445, + [1593] = 1501, + [1594] = 1499, + [1595] = 1429, + [1596] = 1430, + [1597] = 1431, + [1598] = 1438, + [1599] = 1439, + [1600] = 1440, + [1601] = 1441, + [1602] = 1442, [1603] = 1444, - [1604] = 1446, - [1605] = 1443, - [1606] = 1447, - [1607] = 1434, - [1608] = 1435, - [1609] = 1484, - [1610] = 1453, - [1611] = 1454, + [1604] = 1445, + [1605] = 1501, + [1606] = 1444, + [1607] = 1442, + [1608] = 1488, + [1609] = 1441, + [1610] = 1440, + [1611] = 1439, [1612] = 1438, - [1613] = 1435, - [1614] = 1444, - [1615] = 1498, - [1616] = 1449, - [1617] = 1456, - [1618] = 360, - [1619] = 1434, - [1620] = 366, - [1621] = 365, - [1622] = 364, - [1623] = 368, - [1624] = 1434, - [1625] = 1484, - [1626] = 369, - [1627] = 370, - [1628] = 373, - [1629] = 379, - [1630] = 378, - [1631] = 376, - [1632] = 1435, - [1633] = 372, - [1634] = 1508, - [1635] = 1496, - [1636] = 377, - [1637] = 1459, - [1638] = 1430, - [1639] = 1438, - [1640] = 1453, - [1641] = 1431, - [1642] = 1446, - [1643] = 1444, - [1644] = 1443, - [1645] = 1442, - [1646] = 1441, - [1647] = 1440, - [1648] = 1456, - [1649] = 1433, - [1650] = 1428, - [1651] = 1431, - [1652] = 1430, - [1653] = 1459, - [1654] = 1428, - [1655] = 1496, - [1656] = 1508, - [1657] = 1446, - [1658] = 1454, + [1613] = 1487, + [1614] = 1447, + [1615] = 378, + [1616] = 1431, + [1617] = 377, + [1618] = 363, + [1619] = 1430, + [1620] = 1429, + [1621] = 361, + [1622] = 362, + [1623] = 364, + [1624] = 1499, + [1625] = 1501, + [1626] = 365, + [1627] = 366, + [1628] = 367, + [1629] = 368, + [1630] = 359, + [1631] = 1631, + [1632] = 371, + [1633] = 1447, + [1634] = 1487, + [1635] = 369, + [1636] = 1501, + [1637] = 1499, + [1638] = 1429, + [1639] = 1488, + [1640] = 1487, + [1641] = 1430, + [1642] = 1444, + [1643] = 1442, + [1644] = 1441, + [1645] = 1447, + [1646] = 1440, + [1647] = 1439, + [1648] = 1438, + [1649] = 1431, + [1650] = 1430, + [1651] = 1429, + [1652] = 1499, + [1653] = 1501, + [1654] = 1431, + [1655] = 1487, + [1656] = 1447, + [1657] = 1657, + [1658] = 1453, [1659] = 1454, - [1660] = 1449, - [1661] = 1433, - [1662] = 1440, - [1663] = 1441, - [1664] = 1442, - [1665] = 1443, + [1660] = 1432, + [1661] = 1438, + [1662] = 1439, + [1663] = 1440, + [1664] = 1441, + [1665] = 1442, [1666] = 1444, - [1667] = 1446, - [1668] = 363, - [1669] = 1438, - [1670] = 1449, - [1671] = 1456, - [1672] = 1454, - [1673] = 360, - [1674] = 366, - [1675] = 1438, - [1676] = 1447, - [1677] = 1446, - [1678] = 1444, - [1679] = 1443, - [1680] = 1442, - [1681] = 1441, - [1682] = 1440, - [1683] = 1433, - [1684] = 929, - [1685] = 1431, - [1686] = 364, - [1687] = 1430, - [1688] = 368, - [1689] = 1459, - [1690] = 1453, - [1691] = 369, - [1692] = 1496, - [1693] = 1508, - [1694] = 1435, - [1695] = 1453, - [1696] = 1454, - [1697] = 1449, - [1698] = 1456, - [1699] = 1434, - [1700] = 1435, - [1701] = 1453, - [1702] = 1508, - [1703] = 1454, - [1704] = 1449, - [1705] = 1456, - [1706] = 1434, - [1707] = 1438, - [1708] = 900, - [1709] = 1447, - [1710] = 1446, - [1711] = 1444, - [1712] = 1442, - [1713] = 1443, - [1714] = 1434, - [1715] = 1496, - [1716] = 1442, - [1717] = 1441, - [1718] = 1440, - [1719] = 1433, - [1720] = 1428, - [1721] = 1431, - [1722] = 1430, - [1723] = 373, - [1724] = 379, - [1725] = 378, - [1726] = 376, - [1727] = 1459, - [1728] = 1435, - [1729] = 359, - [1730] = 1496, - [1731] = 1508, - [1732] = 1447, - [1733] = 1508, - [1734] = 1453, - [1735] = 1454, - [1736] = 1459, - [1737] = 1449, - [1738] = 1456, - [1739] = 1434, - [1740] = 1435, - [1741] = 1741, - [1742] = 1447, - [1743] = 1496, - [1744] = 1744, - [1745] = 1498, - [1746] = 431, - [1747] = 435, - [1748] = 1447, - [1749] = 1435, - [1750] = 1498, - [1751] = 1434, - [1752] = 1434, - [1753] = 375, - [1754] = 1754, - [1755] = 1438, - [1756] = 1484, - [1757] = 377, - [1758] = 1447, - [1759] = 1456, - [1760] = 1446, - [1761] = 1444, - [1762] = 1443, - [1763] = 1442, - [1764] = 1441, - [1765] = 1459, - [1766] = 1440, - [1767] = 1433, - [1768] = 1428, - [1769] = 1431, - [1770] = 1430, - [1771] = 1449, - [1772] = 1454, - [1773] = 1430, - [1774] = 1459, - [1775] = 1431, - [1776] = 1496, - [1777] = 1428, - [1778] = 1508, - [1779] = 1508, - [1780] = 1433, - [1781] = 1496, - [1782] = 1440, - [1783] = 1484, - [1784] = 1438, - [1785] = 1447, - [1786] = 1446, - [1787] = 1453, + [1667] = 1427, + [1668] = 1428, + [1669] = 1435, + [1670] = 360, + [1671] = 1488, + [1672] = 378, + [1673] = 377, + [1674] = 361, + [1675] = 1488, + [1676] = 1435, + [1677] = 1444, + [1678] = 1442, + [1679] = 1441, + [1680] = 1440, + [1681] = 1439, + [1682] = 1438, + [1683] = 362, + [1684] = 1431, + [1685] = 364, + [1686] = 1430, + [1687] = 1429, + [1688] = 1499, + [1689] = 1501, + [1690] = 1496, + [1691] = 365, + [1692] = 1487, + [1693] = 1447, + [1694] = 1453, + [1695] = 1454, + [1696] = 1428, + [1697] = 1432, + [1698] = 1450, + [1699] = 1427, + [1700] = 1428, + [1701] = 1427, + [1702] = 1435, + [1703] = 1453, + [1704] = 1432, + [1705] = 1454, + [1706] = 1454, + [1707] = 1488, + [1708] = 1454, + [1709] = 1441, + [1710] = 1445, + [1711] = 1432, + [1712] = 1453, + [1713] = 1444, + [1714] = 1442, + [1715] = 1441, + [1716] = 1440, + [1717] = 1439, + [1718] = 1438, + [1719] = 1431, + [1720] = 1430, + [1721] = 367, + [1722] = 1429, + [1723] = 368, + [1724] = 1499, + [1725] = 359, + [1726] = 370, + [1727] = 1501, + [1728] = 1428, + [1729] = 1435, + [1730] = 1447, + [1731] = 1487, + [1732] = 1487, + [1733] = 1447, + [1734] = 1454, + [1735] = 1432, + [1736] = 1427, + [1737] = 1428, + [1738] = 1435, + [1739] = 902, + [1740] = 1501, + [1741] = 1453, + [1742] = 1454, + [1743] = 1432, + [1744] = 1427, + [1745] = 1428, + [1746] = 1445, + [1747] = 1435, + [1748] = 1453, + [1749] = 1454, + [1750] = 1432, + [1751] = 1427, + [1752] = 1428, + [1753] = 1435, + [1754] = 1445, + [1755] = 1488, + [1756] = 1756, + [1757] = 1496, + [1758] = 427, + [1759] = 1445, + [1760] = 1444, + [1761] = 1442, + [1762] = 1499, + [1763] = 1441, + [1764] = 1440, + [1765] = 1439, + [1766] = 1438, + [1767] = 1431, + [1768] = 425, + [1769] = 1430, + [1770] = 1429, + [1771] = 1499, + [1772] = 1445, + [1773] = 1429, + [1774] = 1501, + [1775] = 1430, + [1776] = 1447, + [1777] = 1431, + [1778] = 1487, + [1779] = 1438, + [1780] = 1487, + [1781] = 1439, + [1782] = 1447, + [1783] = 1450, + [1784] = 1447, + [1785] = 1488, + [1786] = 1445, + [1787] = 1435, [1788] = 1444, - [1789] = 1443, - [1790] = 363, - [1791] = 1442, - [1792] = 359, - [1793] = 1459, - [1794] = 1441, - [1795] = 1441, - [1796] = 1440, - [1797] = 1433, - [1798] = 1428, - [1799] = 1438, - [1800] = 1431, - [1801] = 1430, - [1802] = 1443, - [1803] = 1459, - [1804] = 1444, - [1805] = 1496, - [1806] = 1446, - [1807] = 901, - [1808] = 1508, - [1809] = 1435, - [1810] = 994, - [1811] = 1484, - [1812] = 1438, - [1813] = 1498, - [1814] = 1434, - [1815] = 1484, - [1816] = 1447, - [1817] = 1456, - [1818] = 1446, - [1819] = 1449, - [1820] = 1444, - [1821] = 1443, - [1822] = 1442, - [1823] = 1441, - [1824] = 1454, - [1825] = 1440, - [1826] = 1430, - [1827] = 1431, - [1828] = 1428, - [1829] = 1433, - [1830] = 1433, - [1831] = 1428, - [1832] = 1431, - [1833] = 1430, - [1834] = 1453, - [1835] = 1835, - [1836] = 1440, - [1837] = 1441, - [1838] = 1442, - [1839] = 1443, - [1840] = 1444, - [1841] = 1435, - [1842] = 1446, - [1843] = 1447, - [1844] = 1459, - [1845] = 374, - [1846] = 1496, - [1847] = 367, - [1848] = 361, - [1849] = 1835, - [1850] = 1450, - [1851] = 1429, - [1852] = 1852, - [1853] = 1450, - [1854] = 1429, - [1855] = 1852, - [1856] = 1450, - [1857] = 1508, - [1858] = 1429, - [1859] = 1496, - [1860] = 1852, - [1861] = 1450, - [1862] = 1429, - [1863] = 1852, - [1864] = 1450, - [1865] = 1429, - [1866] = 994, - [1867] = 1852, - [1868] = 975, - [1869] = 1835, - [1870] = 1450, - [1871] = 374, - [1872] = 367, - [1873] = 1429, - [1874] = 1835, - [1875] = 1852, - [1876] = 1450, - [1877] = 1429, - [1878] = 1835, - [1879] = 1852, - [1880] = 1450, - [1881] = 1429, - [1882] = 1835, - [1883] = 1438, - [1884] = 1852, - [1885] = 1450, - [1886] = 1429, - [1887] = 1835, - [1888] = 1852, - [1889] = 1835, - [1890] = 1450, - [1891] = 1429, - [1892] = 361, - [1893] = 1835, - [1894] = 1852, - [1895] = 1835, - [1896] = 1835, - [1897] = 1435, - [1898] = 1434, - [1899] = 1456, - [1900] = 1449, - [1901] = 1454, - [1902] = 1453, - [1903] = 1435, - [1904] = 1434, - [1905] = 1459, - [1906] = 1456, - [1907] = 1449, - [1908] = 1454, - [1909] = 1835, - [1910] = 1453, - [1911] = 1453, - [1912] = 896, - [1913] = 898, - [1914] = 1438, - [1915] = 1456, - [1916] = 1835, - [1917] = 1917, - [1918] = 911, - [1919] = 1430, - [1920] = 1431, - [1921] = 1428, - [1922] = 1433, - [1923] = 1440, - [1924] = 1441, - [1925] = 1442, - [1926] = 1443, - [1927] = 1498, - [1928] = 1444, - [1929] = 1446, - [1930] = 1447, - [1931] = 1446, - [1932] = 1430, - [1933] = 1431, - [1934] = 1498, - [1935] = 1447, - [1936] = 1435, - [1937] = 1434, - [1938] = 1456, - [1939] = 1449, - [1940] = 1428, - [1941] = 1447, - [1942] = 1433, - [1943] = 1444, - [1944] = 1454, - [1945] = 1453, - [1946] = 1435, - [1947] = 1434, - [1948] = 1456, - [1949] = 1449, - [1950] = 1454, - [1951] = 1453, - [1952] = 1435, - [1953] = 1443, - [1954] = 1434, - [1955] = 1456, - [1956] = 1449, - [1957] = 1454, - [1958] = 1453, - [1959] = 1442, - [1960] = 1449, - [1961] = 1434, - [1962] = 1456, - [1963] = 1449, - [1964] = 1454, + [1789] = 1496, + [1790] = 1501, + [1791] = 1440, + [1792] = 1442, + [1793] = 1441, + [1794] = 1440, + [1795] = 1439, + [1796] = 360, + [1797] = 1438, + [1798] = 1431, + [1799] = 1430, + [1800] = 1429, + [1801] = 1499, + [1802] = 1442, + [1803] = 1501, + [1804] = 1450, + [1805] = 1444, + [1806] = 1453, + [1807] = 1807, + [1808] = 1487, + [1809] = 1427, + [1810] = 1447, + [1811] = 1811, + [1812] = 1812, + [1813] = 1450, + [1814] = 1432, + [1815] = 1488, + [1816] = 1488, + [1817] = 1496, + [1818] = 1445, + [1819] = 1444, + [1820] = 1442, + [1821] = 1441, + [1822] = 1440, + [1823] = 1499, + [1824] = 1429, + [1825] = 1430, + [1826] = 1431, + [1827] = 1439, + [1828] = 1438, + [1829] = 1431, + [1830] = 1430, + [1831] = 1454, + [1832] = 1429, + [1833] = 1438, + [1834] = 1439, + [1835] = 1440, + [1836] = 1441, + [1837] = 1442, + [1838] = 1499, + [1839] = 1444, + [1840] = 1445, + [1841] = 1841, + [1842] = 1427, + [1843] = 1501, + [1844] = 1453, + [1845] = 1845, + [1846] = 1487, + [1847] = 1847, + [1848] = 1841, + [1849] = 1546, + [1850] = 1509, + [1851] = 1851, + [1852] = 1546, + [1853] = 1509, + [1854] = 1488, + [1855] = 1851, + [1856] = 1435, + [1857] = 1546, + [1858] = 1509, + [1859] = 1851, + [1860] = 1546, + [1861] = 1509, + [1862] = 1851, + [1863] = 1428, + [1864] = 1546, + [1865] = 1450, + [1866] = 1509, + [1867] = 1851, + [1868] = 904, + [1869] = 1427, + [1870] = 1841, + [1871] = 1546, + [1872] = 1509, + [1873] = 1841, + [1874] = 1851, + [1875] = 1546, + [1876] = 1509, + [1877] = 1841, + [1878] = 1851, + [1879] = 1546, + [1880] = 1488, + [1881] = 1509, + [1882] = 1841, + [1883] = 1851, + [1884] = 1546, + [1885] = 1509, + [1886] = 1841, + [1887] = 1851, + [1888] = 1841, + [1889] = 1499, + [1890] = 1546, + [1891] = 1509, + [1892] = 1841, + [1893] = 1432, + [1894] = 1454, + [1895] = 1453, + [1896] = 1447, + [1897] = 1851, + [1898] = 1496, + [1899] = 1435, + [1900] = 1447, + [1901] = 1487, + [1902] = 1841, + [1903] = 425, + [1904] = 427, + [1905] = 1841, + [1906] = 1435, + [1907] = 422, + [1908] = 1428, + [1909] = 428, + [1910] = 1427, + [1911] = 1432, + [1912] = 1841, + [1913] = 1454, + [1914] = 1453, + [1915] = 1435, + [1916] = 997, + [1917] = 1428, + [1918] = 437, + [1919] = 1487, + [1920] = 1501, + [1921] = 1427, + [1922] = 1432, + [1923] = 1454, + [1924] = 1501, + [1925] = 1453, + [1926] = 1496, + [1927] = 905, + [1928] = 1445, + [1929] = 1453, + [1930] = 1488, + [1931] = 1931, + [1932] = 1496, + [1933] = 1445, + [1934] = 1435, + [1935] = 1428, + [1936] = 1499, + [1937] = 1429, + [1938] = 1430, + [1939] = 1431, + [1940] = 1427, + [1941] = 1432, + [1942] = 1454, + [1943] = 1453, + [1944] = 1435, + [1945] = 1428, + [1946] = 1427, + [1947] = 1432, + [1948] = 1454, + [1949] = 1444, + [1950] = 1453, + [1951] = 1435, + [1952] = 1428, + [1953] = 1454, + [1954] = 1432, + [1955] = 1442, + [1956] = 1454, + [1957] = 1453, + [1958] = 1435, + [1959] = 1428, + [1960] = 1427, + [1961] = 1432, + [1962] = 1454, + [1963] = 1441, + [1964] = 1440, [1965] = 1453, [1966] = 1435, - [1967] = 1441, - [1968] = 1440, - [1969] = 1434, - [1970] = 1456, - [1971] = 1449, - [1972] = 1454, + [1967] = 1428, + [1968] = 1427, + [1969] = 1432, + [1970] = 1439, + [1971] = 1454, + [1972] = 1438, [1973] = 1453, - [1974] = 1433, - [1975] = 1435, - [1976] = 1440, - [1977] = 1434, - [1978] = 1456, - [1979] = 1441, - [1980] = 1454, - [1981] = 1453, - [1982] = 1498, - [1983] = 1508, - [1984] = 1496, - [1985] = 1459, + [1974] = 1435, + [1975] = 1428, + [1976] = 1427, + [1977] = 1432, + [1978] = 1438, + [1979] = 1453, + [1980] = 1496, + [1981] = 1447, + [1982] = 1487, + [1983] = 1501, + [1984] = 1499, + [1985] = 1429, [1986] = 1430, [1987] = 1431, - [1988] = 1428, - [1989] = 1433, - [1990] = 1484, + [1988] = 1438, + [1989] = 1439, + [1990] = 1450, [1991] = 1440, [1992] = 1441, [1993] = 1442, - [1994] = 1443, - [1995] = 1442, - [1996] = 1444, - [1997] = 1835, - [1998] = 1450, - [1999] = 1428, - [2000] = 1443, - [2001] = 1444, - [2002] = 899, - [2003] = 1429, - [2004] = 1852, - [2005] = 1450, - [2006] = 1431, - [2007] = 1429, - [2008] = 1852, - [2009] = 1450, - [2010] = 1429, - [2011] = 1852, - [2012] = 1450, - [2013] = 1430, - [2014] = 1852, - [2015] = 1450, - [2016] = 1429, - [2017] = 1852, - [2018] = 1446, - [2019] = 1450, - [2020] = 1447, - [2021] = 1429, - [2022] = 1852, - [2023] = 1459, - [2024] = 1450, - [2025] = 1429, - [2026] = 1835, - [2027] = 1852, - [2028] = 1450, - [2029] = 1429, - [2030] = 1835, - [2031] = 1446, - [2032] = 1852, - [2033] = 1450, - [2034] = 1515, - [2035] = 1429, - [2036] = 1835, - [2037] = 1852, - [2038] = 1450, - [2039] = 1515, - [2040] = 1429, - [2041] = 1835, - [2042] = 1852, - [2043] = 1450, - [2044] = 1515, - [2045] = 1429, - [2046] = 1835, - [2047] = 1852, - [2048] = 1450, - [2049] = 1515, - [2050] = 1429, - [2051] = 1917, - [2052] = 1447, - [2053] = 1496, - [2054] = 1508, - [2055] = 1835, - [2056] = 1852, - [2057] = 1530, - [2058] = 1475, - [2059] = 1450, - [2060] = 1515, - [2061] = 1429, - [2062] = 2062, - [2063] = 1917, - [2064] = 1835, - [2065] = 1852, - [2066] = 1438, - [2067] = 1530, - [2068] = 430, - [2069] = 1475, - [2070] = 1450, - [2071] = 1515, - [2072] = 1429, - [2073] = 2062, - [2074] = 1917, - [2075] = 1835, - [2076] = 1852, - [2077] = 1530, - [2078] = 1446, - [2079] = 1475, - [2080] = 1453, - [2081] = 1454, - [2082] = 1449, - [2083] = 1450, - [2084] = 1456, - [2085] = 1515, - [2086] = 1429, - [2087] = 1434, - [2088] = 2062, - [2089] = 1435, - [2090] = 1917, - [2091] = 1835, - [2092] = 1852, - [2093] = 1444, - [2094] = 1443, - [2095] = 1530, - [2096] = 1475, - [2097] = 952, - [2098] = 2098, - [2099] = 2099, - [2100] = 2100, - [2101] = 1442, - [2102] = 2062, + [1994] = 1444, + [1995] = 1439, + [1996] = 1440, + [1997] = 1431, + [1998] = 1441, + [1999] = 1442, + [2000] = 1841, + [2001] = 1546, + [2002] = 1430, + [2003] = 1509, + [2004] = 1851, + [2005] = 1546, + [2006] = 1509, + [2007] = 1851, + [2008] = 1546, + [2009] = 1509, + [2010] = 1851, + [2011] = 1546, + [2012] = 1509, + [2013] = 1851, + [2014] = 1445, + [2015] = 1546, + [2016] = 1488, + [2017] = 1509, + [2018] = 1851, + [2019] = 2019, + [2020] = 1546, + [2021] = 1509, + [2022] = 1851, + [2023] = 1546, + [2024] = 1509, + [2025] = 1841, + [2026] = 1851, + [2027] = 1429, + [2028] = 1546, + [2029] = 1509, + [2030] = 1841, + [2031] = 1851, + [2032] = 1546, + [2033] = 1505, + [2034] = 1509, + [2035] = 1841, + [2036] = 1851, + [2037] = 1546, + [2038] = 1505, + [2039] = 1509, + [2040] = 1841, + [2041] = 1851, + [2042] = 1546, + [2043] = 1505, + [2044] = 1509, + [2045] = 1841, + [2046] = 1851, + [2047] = 1546, + [2048] = 1499, + [2049] = 1444, + [2050] = 1445, + [2051] = 1505, + [2052] = 1509, + [2053] = 2053, + [2054] = 1841, + [2055] = 1851, + [2056] = 1657, + [2057] = 1531, + [2058] = 1546, + [2059] = 1505, + [2060] = 1509, + [2061] = 1847, + [2062] = 1501, + [2063] = 2053, + [2064] = 1487, + [2065] = 1841, + [2066] = 1851, + [2067] = 1657, + [2068] = 1531, + [2069] = 1546, + [2070] = 1505, + [2071] = 1509, + [2072] = 1847, + [2073] = 2053, + [2074] = 1447, + [2075] = 1841, + [2076] = 1851, + [2077] = 1657, + [2078] = 1531, + [2079] = 1453, + [2080] = 1454, + [2081] = 1432, + [2082] = 1546, + [2083] = 1427, + [2084] = 1505, + [2085] = 1509, + [2086] = 1428, + [2087] = 1847, + [2088] = 1435, + [2089] = 1444, + [2090] = 1442, + [2091] = 2053, + [2092] = 1841, + [2093] = 1851, + [2094] = 1657, + [2095] = 1531, + [2096] = 1441, + [2097] = 422, + [2098] = 1440, + [2099] = 1439, + [2100] = 1851, + [2101] = 428, + [2102] = 1438, [2103] = 909, - [2104] = 1852, - [2105] = 1441, - [2106] = 1438, - [2107] = 1440, - [2108] = 1433, - [2109] = 1428, - [2110] = 1438, - [2111] = 1431, - [2112] = 1430, - [2113] = 1459, - [2114] = 1475, - [2115] = 1530, - [2116] = 1508, - [2117] = 1496, - [2118] = 1459, - [2119] = 1852, + [2104] = 1431, + [2105] = 1447, + [2106] = 1430, + [2107] = 1429, + [2108] = 1499, + [2109] = 1488, + [2110] = 1531, + [2111] = 1657, + [2112] = 1851, + [2113] = 1841, + [2114] = 2053, + [2115] = 1435, + [2116] = 1487, + [2117] = 1501, + [2118] = 1499, + [2119] = 1429, [2120] = 1430, [2121] = 1431, - [2122] = 1428, - [2123] = 1433, + [2122] = 1438, + [2123] = 1439, [2124] = 1440, [2125] = 1441, [2126] = 1442, - [2127] = 1443, + [2127] = 1847, [2128] = 1444, - [2129] = 1446, - [2130] = 1447, - [2131] = 1835, - [2132] = 1438, - [2133] = 1508, - [2134] = 1496, - [2135] = 433, - [2136] = 1459, - [2137] = 1430, - [2138] = 1917, + [2129] = 1445, + [2130] = 1488, + [2131] = 1428, + [2132] = 1447, + [2133] = 1487, + [2134] = 1509, + [2135] = 1501, + [2136] = 1499, + [2137] = 1429, + [2138] = 1430, [2139] = 1431, - [2140] = 1428, - [2141] = 1433, - [2142] = 1440, - [2143] = 1441, - [2144] = 1435, - [2145] = 1442, - [2146] = 2062, - [2147] = 1434, - [2148] = 1443, - [2149] = 1444, - [2150] = 1429, - [2151] = 1515, - [2152] = 1496, - [2153] = 1456, - [2154] = 1508, - [2155] = 1496, - [2156] = 1446, - [2157] = 903, - [2158] = 1447, - [2159] = 1438, - [2160] = 1450, - [2161] = 1508, - [2162] = 1449, - [2163] = 1508, - [2164] = 1498, - [2165] = 1454, - [2166] = 1459, - [2167] = 1435, - [2168] = 1453, - [2169] = 435, - [2170] = 424, - [2171] = 2171, - [2172] = 1438, - [2173] = 431, - [2174] = 1446, - [2175] = 1444, - [2176] = 1443, - [2177] = 1442, - [2178] = 1441, - [2179] = 1440, - [2180] = 433, - [2181] = 424, - [2182] = 1433, - [2183] = 1428, - [2184] = 1431, - [2185] = 1430, - [2186] = 430, - [2187] = 905, - [2188] = 1438, - [2189] = 847, - [2190] = 375, - [2191] = 446, - [2192] = 393, - [2193] = 393, - [2194] = 448, - [2195] = 387, - [2196] = 374, - [2197] = 442, - [2198] = 367, - [2199] = 361, - [2200] = 442, - [2201] = 387, - [2202] = 440, - [2203] = 386, - [2204] = 384, - [2205] = 363, - [2206] = 386, - [2207] = 377, - [2208] = 359, - [2209] = 393, - [2210] = 1035, - [2211] = 453, - [2212] = 384, - [2213] = 1040, - [2214] = 393, - [2215] = 386, - [2216] = 372, - [2217] = 867, - [2218] = 387, - [2219] = 921, - [2220] = 386, - [2221] = 393, - [2222] = 446, - [2223] = 384, - [2224] = 376, - [2225] = 1058, - [2226] = 378, - [2227] = 448, - [2228] = 379, - [2229] = 384, - [2230] = 373, - [2231] = 1051, - [2232] = 370, - [2233] = 842, - [2234] = 369, - [2235] = 368, - [2236] = 384, - [2237] = 847, - [2238] = 1034, - [2239] = 386, - [2240] = 387, - [2241] = 842, - [2242] = 453, - [2243] = 364, - [2244] = 1028, - [2245] = 366, - [2246] = 360, - [2247] = 387, - [2248] = 440, - [2249] = 847, - [2250] = 410, - [2251] = 375, - [2252] = 384, - [2253] = 372, - [2254] = 377, - [2255] = 363, - [2256] = 378, - [2257] = 842, - [2258] = 409, - [2259] = 387, - [2260] = 409, - [2261] = 407, - [2262] = 386, - [2263] = 363, - [2264] = 360, - [2265] = 366, - [2266] = 364, - [2267] = 368, - [2268] = 407, - [2269] = 435, - [2270] = 369, - [2271] = 370, - [2272] = 373, - [2273] = 374, - [2274] = 379, - [2275] = 378, - [2276] = 410, - [2277] = 367, - [2278] = 376, - [2279] = 411, - [2280] = 359, - [2281] = 372, - [2282] = 386, - [2283] = 430, - [2284] = 361, - [2285] = 367, - [2286] = 361, - [2287] = 431, - [2288] = 409, - [2289] = 410, - [2290] = 384, - [2291] = 393, - [2292] = 365, - [2293] = 393, - [2294] = 407, - [2295] = 407, - [2296] = 360, - [2297] = 359, - [2298] = 366, - [2299] = 364, - [2300] = 409, - [2301] = 368, - [2302] = 411, - [2303] = 411, - [2304] = 424, - [2305] = 369, - [2306] = 374, - [2307] = 410, - [2308] = 387, - [2309] = 370, - [2310] = 411, - [2311] = 373, - [2312] = 376, - [2313] = 377, - [2314] = 433, - [2315] = 379, - [2316] = 409, - [2317] = 847, - [2318] = 409, - [2319] = 424, - [2320] = 481, - [2321] = 480, - [2322] = 484, - [2323] = 431, - [2324] = 435, - [2325] = 483, - [2326] = 490, - [2327] = 502, - [2328] = 410, - [2329] = 513, - [2330] = 433, - [2331] = 487, - [2332] = 489, - [2333] = 498, - [2334] = 492, - [2335] = 433, - [2336] = 483, - [2337] = 492, - [2338] = 503, - [2339] = 484, - [2340] = 488, - [2341] = 424, - [2342] = 482, - [2343] = 411, - [2344] = 410, - [2345] = 407, - [2346] = 431, - [2347] = 430, - [2348] = 482, - [2349] = 1034, - [2350] = 435, - [2351] = 498, - [2352] = 513, - [2353] = 489, - [2354] = 409, - [2355] = 488, - [2356] = 1051, - [2357] = 435, - [2358] = 430, - [2359] = 407, - [2360] = 487, - [2361] = 490, - [2362] = 431, - [2363] = 480, - [2364] = 433, - [2365] = 410, - [2366] = 481, - [2367] = 424, - [2368] = 411, - [2369] = 842, - [2370] = 847, - [2371] = 502, - [2372] = 424, - [2373] = 503, - [2374] = 1028, - [2375] = 430, - [2376] = 1040, - [2377] = 433, - [2378] = 411, - [2379] = 1035, - [2380] = 407, - [2381] = 431, - [2382] = 1058, - [2383] = 430, - [2384] = 435, - [2385] = 842, - [2386] = 386, - [2387] = 393, - [2388] = 448, - [2389] = 453, - [2390] = 424, - [2391] = 435, - [2392] = 433, - [2393] = 430, - [2394] = 453, - [2395] = 433, - [2396] = 440, - [2397] = 442, - [2398] = 440, - [2399] = 384, - [2400] = 446, - [2401] = 448, - [2402] = 393, - [2403] = 431, - [2404] = 446, - [2405] = 387, - [2406] = 430, - [2407] = 446, - [2408] = 448, - [2409] = 386, - [2410] = 431, - [2411] = 440, - [2412] = 435, - [2413] = 442, - [2414] = 453, - [2415] = 384, - [2416] = 387, - [2417] = 424, - [2418] = 442, - [2419] = 374, - [2420] = 448, - [2421] = 411, - [2422] = 410, - [2423] = 361, - [2424] = 446, - [2425] = 367, + [2140] = 1505, + [2141] = 1438, + [2142] = 1501, + [2143] = 1439, + [2144] = 1440, + [2145] = 1441, + [2146] = 1427, + [2147] = 1442, + [2148] = 1546, + [2149] = 1487, + [2150] = 1447, + [2151] = 1487, + [2152] = 1444, + [2153] = 1432, + [2154] = 1445, + [2155] = 1488, + [2156] = 1447, + [2157] = 1454, + [2158] = 1488, + [2159] = 978, + [2160] = 1453, + [2161] = 437, + [2162] = 1501, + [2163] = 1488, + [2164] = 1444, + [2165] = 1442, + [2166] = 1441, + [2167] = 1440, + [2168] = 1439, + [2169] = 1438, + [2170] = 1445, + [2171] = 1431, + [2172] = 1430, + [2173] = 1841, + [2174] = 1429, + [2175] = 912, + [2176] = 1499, + [2177] = 2053, + [2178] = 1499, + [2179] = 1444, + [2180] = 1429, + [2181] = 1442, + [2182] = 1441, + [2183] = 1440, + [2184] = 1430, + [2185] = 1431, + [2186] = 1438, + [2187] = 1439, + [2188] = 441, + [2189] = 445, + [2190] = 390, + [2191] = 395, + [2192] = 387, + [2193] = 381, + [2194] = 390, + [2195] = 440, + [2196] = 441, + [2197] = 381, + [2198] = 381, + [2199] = 387, + [2200] = 446, + [2201] = 395, + [2202] = 447, + [2203] = 446, + [2204] = 878, + [2205] = 390, + [2206] = 390, + [2207] = 445, + [2208] = 852, + [2209] = 381, + [2210] = 387, + [2211] = 853, + [2212] = 395, + [2213] = 387, + [2214] = 852, + [2215] = 853, + [2216] = 1041, + [2217] = 390, + [2218] = 883, + [2219] = 1042, + [2220] = 381, + [2221] = 387, + [2222] = 1043, + [2223] = 1046, + [2224] = 447, + [2225] = 440, + [2226] = 395, + [2227] = 378, + [2228] = 395, + [2229] = 377, + [2230] = 375, + [2231] = 373, + [2232] = 372, + [2233] = 361, + [2234] = 374, + [2235] = 1070, + [2236] = 1071, + [2237] = 362, + [2238] = 364, + [2239] = 365, + [2240] = 366, + [2241] = 367, + [2242] = 368, + [2243] = 370, + [2244] = 359, + [2245] = 371, + [2246] = 369, + [2247] = 360, + [2248] = 410, + [2249] = 425, + [2250] = 362, + [2251] = 361, + [2252] = 373, + [2253] = 377, + [2254] = 378, + [2255] = 365, + [2256] = 366, + [2257] = 367, + [2258] = 368, + [2259] = 378, + [2260] = 377, + [2261] = 361, + [2262] = 362, + [2263] = 359, + [2264] = 371, + [2265] = 364, + [2266] = 365, + [2267] = 366, + [2268] = 369, + [2269] = 367, + [2270] = 368, + [2271] = 360, + [2272] = 370, + [2273] = 359, + [2274] = 371, + [2275] = 409, + [2276] = 395, + [2277] = 374, + [2278] = 387, + [2279] = 390, + [2280] = 372, + [2281] = 364, + [2282] = 373, + [2283] = 375, + [2284] = 375, + [2285] = 413, + [2286] = 414, + [2287] = 409, + [2288] = 437, + [2289] = 381, + [2290] = 369, + [2291] = 395, + [2292] = 381, + [2293] = 413, + [2294] = 427, + [2295] = 414, + [2296] = 410, + [2297] = 409, + [2298] = 370, + [2299] = 410, + [2300] = 387, + [2301] = 413, + [2302] = 363, + [2303] = 360, + [2304] = 414, + [2305] = 414, + [2306] = 410, + [2307] = 409, + [2308] = 413, + [2309] = 428, + [2310] = 852, + [2311] = 853, + [2312] = 372, + [2313] = 390, + [2314] = 422, + [2315] = 495, + [2316] = 1043, + [2317] = 409, + [2318] = 437, + [2319] = 428, + [2320] = 853, + [2321] = 852, + [2322] = 428, + [2323] = 409, + [2324] = 427, + [2325] = 437, + [2326] = 486, + [2327] = 510, + [2328] = 480, + [2329] = 425, + [2330] = 496, + [2331] = 422, + [2332] = 479, + [2333] = 485, + [2334] = 422, + [2335] = 413, + [2336] = 427, + [2337] = 494, + [2338] = 427, + [2339] = 428, + [2340] = 1071, + [2341] = 494, + [2342] = 425, + [2343] = 1070, + [2344] = 437, + [2345] = 506, + [2346] = 414, + [2347] = 425, + [2348] = 1041, + [2349] = 488, + [2350] = 410, + [2351] = 410, + [2352] = 437, + [2353] = 492, + [2354] = 484, + [2355] = 490, + [2356] = 409, + [2357] = 491, + [2358] = 510, + [2359] = 414, + [2360] = 1046, + [2361] = 428, + [2362] = 480, + [2363] = 488, + [2364] = 427, + [2365] = 496, + [2366] = 853, + [2367] = 852, + [2368] = 495, + [2369] = 479, + [2370] = 490, + [2371] = 425, + [2372] = 1042, + [2373] = 486, + [2374] = 491, + [2375] = 413, + [2376] = 485, + [2377] = 414, + [2378] = 422, + [2379] = 484, + [2380] = 413, + [2381] = 492, + [2382] = 410, + [2383] = 506, + [2384] = 422, + [2385] = 381, + [2386] = 428, + [2387] = 427, + [2388] = 440, + [2389] = 427, + [2390] = 446, + [2391] = 445, + [2392] = 390, + [2393] = 441, + [2394] = 447, + [2395] = 395, + [2396] = 446, + [2397] = 447, + [2398] = 381, + [2399] = 387, + [2400] = 422, + [2401] = 422, + [2402] = 440, + [2403] = 437, + [2404] = 447, + [2405] = 446, + [2406] = 395, + [2407] = 390, + [2408] = 425, + [2409] = 445, + [2410] = 425, + [2411] = 441, + [2412] = 440, + [2413] = 445, + [2414] = 441, + [2415] = 437, + [2416] = 428, + [2417] = 387, + [2418] = 377, + [2419] = 447, + [2420] = 441, + [2421] = 425, + [2422] = 427, + [2423] = 428, + [2424] = 368, + [2425] = 359, [2426] = 370, - [2427] = 409, - [2428] = 453, - [2429] = 369, - [2430] = 368, - [2431] = 407, - [2432] = 379, - [2433] = 364, - [2434] = 366, - [2435] = 431, - [2436] = 378, - [2437] = 424, - [2438] = 409, - [2439] = 376, - [2440] = 430, - [2441] = 442, - [2442] = 373, - [2443] = 407, - [2444] = 430, - [2445] = 372, - [2446] = 424, - [2447] = 433, - [2448] = 365, - [2449] = 377, - [2450] = 363, + [2427] = 365, + [2428] = 440, + [2429] = 445, + [2430] = 360, + [2431] = 372, + [2432] = 447, + [2433] = 446, + [2434] = 369, + [2435] = 437, + [2436] = 373, + [2437] = 371, + [2438] = 422, + [2439] = 378, + [2440] = 413, + [2441] = 374, + [2442] = 414, + [2443] = 410, + [2444] = 427, + [2445] = 364, + [2446] = 437, + [2447] = 414, + [2448] = 440, + [2449] = 375, + [2450] = 361, [2451] = 410, - [2452] = 446, - [2453] = 440, - [2454] = 440, - [2455] = 360, - [2456] = 435, - [2457] = 433, - [2458] = 453, - [2459] = 375, - [2460] = 431, - [2461] = 448, - [2462] = 411, - [2463] = 435, - [2464] = 359, - [2465] = 442, - [2466] = 502, - [2467] = 440, - [2468] = 488, - [2469] = 442, - [2470] = 482, - [2471] = 442, - [2472] = 482, - [2473] = 498, - [2474] = 446, - [2475] = 446, - [2476] = 484, - [2477] = 483, - [2478] = 374, - [2479] = 367, - [2480] = 361, - [2481] = 453, - [2482] = 492, - [2483] = 513, - [2484] = 503, - [2485] = 440, - [2486] = 363, - [2487] = 481, - [2488] = 448, - [2489] = 480, - [2490] = 448, - [2491] = 453, - [2492] = 490, - [2493] = 360, + [2452] = 363, + [2453] = 441, + [2454] = 445, + [2455] = 428, + [2456] = 425, + [2457] = 422, + [2458] = 362, + [2459] = 409, + [2460] = 367, + [2461] = 366, + [2462] = 413, + [2463] = 409, + [2464] = 446, + [2465] = 365, + [2466] = 494, + [2467] = 445, + [2468] = 479, + [2469] = 480, + [2470] = 485, + [2471] = 370, + [2472] = 506, + [2473] = 494, + [2474] = 484, + [2475] = 488, + [2476] = 490, + [2477] = 485, + [2478] = 510, + [2479] = 495, + [2480] = 441, + [2481] = 486, + [2482] = 490, + [2483] = 496, + [2484] = 506, + [2485] = 371, + [2486] = 446, + [2487] = 359, + [2488] = 374, + [2489] = 368, + [2490] = 360, + [2491] = 491, + [2492] = 447, + [2493] = 367, [2494] = 440, - [2495] = 446, - [2496] = 489, - [2497] = 366, - [2498] = 442, - [2499] = 487, - [2500] = 364, - [2501] = 448, - [2502] = 368, - [2503] = 448, - [2504] = 446, - [2505] = 487, - [2506] = 489, - [2507] = 490, - [2508] = 377, - [2509] = 480, - [2510] = 481, - [2511] = 369, - [2512] = 370, - [2513] = 503, + [2495] = 366, + [2496] = 369, + [2497] = 364, + [2498] = 492, + [2499] = 362, + [2500] = 480, + [2501] = 361, + [2502] = 447, + [2503] = 377, + [2504] = 378, + [2505] = 446, + [2506] = 491, + [2507] = 441, + [2508] = 372, + [2509] = 447, + [2510] = 446, + [2511] = 441, + [2512] = 510, + [2513] = 447, [2514] = 373, - [2515] = 498, - [2516] = 379, - [2517] = 378, - [2518] = 442, - [2519] = 376, - [2520] = 502, - [2521] = 440, - [2522] = 513, + [2515] = 375, + [2516] = 440, + [2517] = 441, + [2518] = 440, + [2519] = 486, + [2520] = 496, + [2521] = 445, + [2522] = 495, [2523] = 492, - [2524] = 483, - [2525] = 453, - [2526] = 484, - [2527] = 488, - [2528] = 453, - [2529] = 359, - [2530] = 375, - [2531] = 372, - [2532] = 490, - [2533] = 384, - [2534] = 480, - [2535] = 375, - [2536] = 481, - [2537] = 480, - [2538] = 393, - [2539] = 376, - [2540] = 503, - [2541] = 503, - [2542] = 378, - [2543] = 502, - [2544] = 513, - [2545] = 379, - [2546] = 373, - [2547] = 370, - [2548] = 369, - [2549] = 492, - [2550] = 368, - [2551] = 364, - [2552] = 483, - [2553] = 487, - [2554] = 513, - [2555] = 484, - [2556] = 366, - [2557] = 360, - [2558] = 374, - [2559] = 367, - [2560] = 483, - [2561] = 487, - [2562] = 488, - [2563] = 386, - [2564] = 393, - [2565] = 377, - [2566] = 361, - [2567] = 482, - [2568] = 489, - [2569] = 498, - [2570] = 359, - [2571] = 488, - [2572] = 484, - [2573] = 386, - [2574] = 483, - [2575] = 482, - [2576] = 387, - [2577] = 492, - [2578] = 372, - [2579] = 513, - [2580] = 502, - [2581] = 503, - [2582] = 387, - [2583] = 481, - [2584] = 386, - [2585] = 393, - [2586] = 480, - [2587] = 490, - [2588] = 487, - [2589] = 489, - [2590] = 384, - [2591] = 498, - [2592] = 498, - [2593] = 363, - [2594] = 384, - [2595] = 393, - [2596] = 386, - [2597] = 384, - [2598] = 387, - [2599] = 387, - [2600] = 430, - [2601] = 481, - [2602] = 431, - [2603] = 410, - [2604] = 484, - [2605] = 407, - [2606] = 409, - [2607] = 433, - [2608] = 492, - [2609] = 431, - [2610] = 411, - [2611] = 482, - [2612] = 502, - [2613] = 488, - [2614] = 407, - [2615] = 435, - [2616] = 492, - [2617] = 430, - [2618] = 387, - [2619] = 481, - [2620] = 430, - [2621] = 490, - [2622] = 502, - [2623] = 409, - [2624] = 489, - [2625] = 431, - [2626] = 435, - [2627] = 384, - [2628] = 498, - [2629] = 489, - [2630] = 487, - [2631] = 490, - [2632] = 480, - [2633] = 481, - [2634] = 503, - [2635] = 502, - [2636] = 513, - [2637] = 492, - [2638] = 483, - [2639] = 484, - [2640] = 488, - [2641] = 387, - [2642] = 483, - [2643] = 410, - [2644] = 498, - [2645] = 411, - [2646] = 433, - [2647] = 489, - [2648] = 487, - [2649] = 407, - [2650] = 409, - [2651] = 410, - [2652] = 433, - [2653] = 386, - [2654] = 393, - [2655] = 411, - [2656] = 435, - [2657] = 411, - [2658] = 424, - [2659] = 433, - [2660] = 424, - [2661] = 431, - [2662] = 393, - [2663] = 410, - [2664] = 435, - [2665] = 490, - [2666] = 480, - [2667] = 386, - [2668] = 482, - [2669] = 513, - [2670] = 384, - [2671] = 424, - [2672] = 430, - [2673] = 503, - [2674] = 482, - [2675] = 409, - [2676] = 407, - [2677] = 424, - [2678] = 484, - [2679] = 488, - [2680] = 490, - [2681] = 484, - [2682] = 492, - [2683] = 442, - [2684] = 487, - [2685] = 513, - [2686] = 483, - [2687] = 484, - [2688] = 435, - [2689] = 488, - [2690] = 502, - [2691] = 440, - [2692] = 489, - [2693] = 498, - [2694] = 490, - [2695] = 433, - [2696] = 482, - [2697] = 482, - [2698] = 446, - [2699] = 410, - [2700] = 503, - [2701] = 411, - [2702] = 481, - [2703] = 448, - [2704] = 407, - [2705] = 480, - [2706] = 407, - [2707] = 430, - [2708] = 502, - [2709] = 448, - [2710] = 410, - [2711] = 487, - [2712] = 440, - [2713] = 453, - [2714] = 446, - [2715] = 424, - [2716] = 430, - [2717] = 481, - [2718] = 424, - [2719] = 489, - [2720] = 503, - [2721] = 442, - [2722] = 498, - [2723] = 411, - [2724] = 488, - [2725] = 409, - [2726] = 409, - [2727] = 435, - [2728] = 431, - [2729] = 483, - [2730] = 513, - [2731] = 492, - [2732] = 480, - [2733] = 453, - [2734] = 433, - [2735] = 431, - [2736] = 777, - [2737] = 774, - [2738] = 448, - [2739] = 774, - [2740] = 440, - [2741] = 785, - [2742] = 440, - [2743] = 446, - [2744] = 777, - [2745] = 442, - [2746] = 446, - [2747] = 453, - [2748] = 764, - [2749] = 442, - [2750] = 448, - [2751] = 785, - [2752] = 453, - [2753] = 773, - [2754] = 440, - [2755] = 453, - [2756] = 453, - [2757] = 440, - [2758] = 442, - [2759] = 777, - [2760] = 446, - [2761] = 448, - [2762] = 448, - [2763] = 801, - [2764] = 442, - [2765] = 774, - [2766] = 446, - [2767] = 764, - [2768] = 820, - [2769] = 481, - [2770] = 480, - [2771] = 814, - [2772] = 821, - [2773] = 785, - [2774] = 785, - [2775] = 482, - [2776] = 488, - [2777] = 490, - [2778] = 484, - [2779] = 492, - [2780] = 502, - [2781] = 487, - [2782] = 502, - [2783] = 483, - [2784] = 513, - [2785] = 492, - [2786] = 503, - [2787] = 489, - [2788] = 513, - [2789] = 815, - [2790] = 498, - [2791] = 823, - [2792] = 503, - [2793] = 481, - [2794] = 480, - [2795] = 773, - [2796] = 825, - [2797] = 482, - [2798] = 818, - [2799] = 483, - [2800] = 484, - [2801] = 488, - [2802] = 498, - [2803] = 824, - [2804] = 490, - [2805] = 822, - [2806] = 489, - [2807] = 816, - [2808] = 487, - [2809] = 813, - [2810] = 819, - [2811] = 833, - [2812] = 851, - [2813] = 854, - [2814] = 822, - [2815] = 484, - [2816] = 856, - [2817] = 815, - [2818] = 858, - [2819] = 845, - [2820] = 483, - [2821] = 861, - [2822] = 498, - [2823] = 481, - [2824] = 844, - [2825] = 848, - [2826] = 824, - [2827] = 489, - [2828] = 487, - [2829] = 492, - [2830] = 837, - [2831] = 490, - [2832] = 821, - [2833] = 846, - [2834] = 801, - [2835] = 852, - [2836] = 480, - [2837] = 831, - [2838] = 839, - [2839] = 853, - [2840] = 860, - [2841] = 503, - [2842] = 827, - [2843] = 859, - [2844] = 850, - [2845] = 821, - [2846] = 835, - [2847] = 849, - [2848] = 828, - [2849] = 814, - [2850] = 840, - [2851] = 832, + [2524] = 484, + [2525] = 446, + [2526] = 488, + [2527] = 440, + [2528] = 445, + [2529] = 445, + [2530] = 479, + [2531] = 375, + [2532] = 390, + [2533] = 381, + [2534] = 492, + [2535] = 387, + [2536] = 495, + [2537] = 390, + [2538] = 486, + [2539] = 378, + [2540] = 485, + [2541] = 377, + [2542] = 360, + [2543] = 490, + [2544] = 510, + [2545] = 506, + [2546] = 361, + [2547] = 484, + [2548] = 362, + [2549] = 480, + [2550] = 484, + [2551] = 373, + [2552] = 496, + [2553] = 479, + [2554] = 491, + [2555] = 395, + [2556] = 387, + [2557] = 495, + [2558] = 395, + [2559] = 369, + [2560] = 364, + [2561] = 365, + [2562] = 366, + [2563] = 506, + [2564] = 494, + [2565] = 372, + [2566] = 395, + [2567] = 510, + [2568] = 370, + [2569] = 374, + [2570] = 387, + [2571] = 480, + [2572] = 496, + [2573] = 495, + [2574] = 479, + [2575] = 367, + [2576] = 492, + [2577] = 484, + [2578] = 371, + [2579] = 494, + [2580] = 395, + [2581] = 494, + [2582] = 488, + [2583] = 390, + [2584] = 492, + [2585] = 368, + [2586] = 359, + [2587] = 491, + [2588] = 390, + [2589] = 510, + [2590] = 488, + [2591] = 381, + [2592] = 490, + [2593] = 381, + [2594] = 381, + [2595] = 387, + [2596] = 486, + [2597] = 486, + [2598] = 485, + [2599] = 381, + [2600] = 488, + [2601] = 410, + [2602] = 422, + [2603] = 414, + [2604] = 414, + [2605] = 427, + [2606] = 425, + [2607] = 425, + [2608] = 490, + [2609] = 428, + [2610] = 427, + [2611] = 409, + [2612] = 437, + [2613] = 413, + [2614] = 437, + [2615] = 427, + [2616] = 409, + [2617] = 425, + [2618] = 437, + [2619] = 413, + [2620] = 437, + [2621] = 491, + [2622] = 506, + [2623] = 484, + [2624] = 485, + [2625] = 486, + [2626] = 490, + [2627] = 510, + [2628] = 491, + [2629] = 492, + [2630] = 488, + [2631] = 494, + [2632] = 422, + [2633] = 479, + [2634] = 495, + [2635] = 381, + [2636] = 496, + [2637] = 480, + [2638] = 506, + [2639] = 428, + [2640] = 410, + [2641] = 484, + [2642] = 428, + [2643] = 422, + [2644] = 480, + [2645] = 496, + [2646] = 428, + [2647] = 387, + [2648] = 390, + [2649] = 495, + [2650] = 485, + [2651] = 479, + [2652] = 494, + [2653] = 409, + [2654] = 488, + [2655] = 414, + [2656] = 422, + [2657] = 413, + [2658] = 479, + [2659] = 486, + [2660] = 390, + [2661] = 485, + [2662] = 492, + [2663] = 506, + [2664] = 491, + [2665] = 496, + [2666] = 427, + [2667] = 410, + [2668] = 410, + [2669] = 387, + [2670] = 510, + [2671] = 413, + [2672] = 395, + [2673] = 414, + [2674] = 409, + [2675] = 490, + [2676] = 480, + [2677] = 395, + [2678] = 425, + [2679] = 490, + [2680] = 428, + [2681] = 480, + [2682] = 506, + [2683] = 495, + [2684] = 479, + [2685] = 413, + [2686] = 494, + [2687] = 488, + [2688] = 484, + [2689] = 480, + [2690] = 425, + [2691] = 413, + [2692] = 486, + [2693] = 490, + [2694] = 506, + [2695] = 410, + [2696] = 486, + [2697] = 447, + [2698] = 414, + [2699] = 492, + [2700] = 496, + [2701] = 495, + [2702] = 491, + [2703] = 479, + [2704] = 510, + [2705] = 510, + [2706] = 446, + [2707] = 445, + [2708] = 437, + [2709] = 485, + [2710] = 440, + [2711] = 441, + [2712] = 414, + [2713] = 428, + [2714] = 445, + [2715] = 422, + [2716] = 494, + [2717] = 410, + [2718] = 488, + [2719] = 427, + [2720] = 437, + [2721] = 496, + [2722] = 484, + [2723] = 422, + [2724] = 485, + [2725] = 491, + [2726] = 427, + [2727] = 441, + [2728] = 425, + [2729] = 492, + [2730] = 409, + [2731] = 447, + [2732] = 440, + [2733] = 409, + [2734] = 446, + [2735] = 756, + [2736] = 774, + [2737] = 445, + [2738] = 447, + [2739] = 446, + [2740] = 788, + [2741] = 446, + [2742] = 784, + [2743] = 440, + [2744] = 784, + [2745] = 441, + [2746] = 756, + [2747] = 765, + [2748] = 441, + [2749] = 440, + [2750] = 774, + [2751] = 445, + [2752] = 447, + [2753] = 445, + [2754] = 445, + [2755] = 806, + [2756] = 440, + [2757] = 447, + [2758] = 446, + [2759] = 447, + [2760] = 784, + [2761] = 756, + [2762] = 440, + [2763] = 441, + [2764] = 446, + [2765] = 441, + [2766] = 817, + [2767] = 485, + [2768] = 774, + [2769] = 774, + [2770] = 825, + [2771] = 480, + [2772] = 496, + [2773] = 821, + [2774] = 495, + [2775] = 506, + [2776] = 479, + [2777] = 484, + [2778] = 494, + [2779] = 488, + [2780] = 765, + [2781] = 823, + [2782] = 486, + [2783] = 492, + [2784] = 490, + [2785] = 510, + [2786] = 491, + [2787] = 492, + [2788] = 488, + [2789] = 491, + [2790] = 494, + [2791] = 788, + [2792] = 479, + [2793] = 495, + [2794] = 816, + [2795] = 815, + [2796] = 506, + [2797] = 484, + [2798] = 496, + [2799] = 814, + [2800] = 480, + [2801] = 822, + [2802] = 485, + [2803] = 510, + [2804] = 812, + [2805] = 820, + [2806] = 813, + [2807] = 490, + [2808] = 824, + [2809] = 486, + [2810] = 859, + [2811] = 853, + [2812] = 848, + [2813] = 490, + [2814] = 830, + [2815] = 849, + [2816] = 510, + [2817] = 852, + [2818] = 857, + [2819] = 834, + [2820] = 850, + [2821] = 851, + [2822] = 816, + [2823] = 822, + [2824] = 858, + [2825] = 784, + [2826] = 855, + [2827] = 756, + [2828] = 827, + [2829] = 486, + [2830] = 485, + [2831] = 813, + [2832] = 820, + [2833] = 861, + [2834] = 826, + [2835] = 817, + [2836] = 491, + [2837] = 480, + [2838] = 806, + [2839] = 492, + [2840] = 839, + [2841] = 837, + [2842] = 836, + [2843] = 833, + [2844] = 831, + [2845] = 835, + [2846] = 822, + [2847] = 815, + [2848] = 841, + [2849] = 496, + [2850] = 495, + [2851] = 492, [2852] = 829, - [2853] = 823, - [2854] = 855, - [2855] = 857, - [2856] = 777, - [2857] = 774, - [2858] = 498, - [2859] = 490, - [2860] = 842, - [2861] = 847, - [2862] = 830, - [2863] = 513, - [2864] = 489, - [2865] = 482, - [2866] = 818, - [2867] = 820, - [2868] = 488, - [2869] = 484, - [2870] = 502, - [2871] = 483, - [2872] = 492, - [2873] = 513, - [2874] = 502, - [2875] = 503, - [2876] = 481, - [2877] = 480, + [2853] = 838, + [2854] = 484, + [2855] = 485, + [2856] = 828, + [2857] = 823, + [2858] = 479, + [2859] = 842, + [2860] = 486, + [2861] = 854, + [2862] = 484, + [2863] = 490, + [2864] = 510, + [2865] = 491, + [2866] = 840, + [2867] = 856, + [2868] = 494, + [2869] = 488, + [2870] = 506, + [2871] = 480, + [2872] = 496, + [2873] = 495, + [2874] = 479, + [2875] = 814, + [2876] = 506, + [2877] = 494, [2878] = 488, - [2879] = 487, - [2880] = 482, - [2881] = 825, - [2882] = 911, + [2879] = 860, + [2880] = 840, + [2881] = 871, + [2882] = 485, [2883] = 822, - [2884] = 835, - [2885] = 821, - [2886] = 484, - [2887] = 482, - [2888] = 853, - [2889] = 813, - [2890] = 909, - [2891] = 483, - [2892] = 818, - [2893] = 488, - [2894] = 498, - [2895] = 850, - [2896] = 859, - [2897] = 815, - [2898] = 894, - [2899] = 824, - [2900] = 925, - [2901] = 844, - [2902] = 868, - [2903] = 492, - [2904] = 871, - [2905] = 819, - [2906] = 814, - [2907] = 832, - [2908] = 905, - [2909] = 820, - [2910] = 816, - [2911] = 903, - [2912] = 513, - [2913] = 502, - [2914] = 906, - [2915] = 884, - [2916] = 837, - [2917] = 924, - [2918] = 819, - [2919] = 829, - [2920] = 899, - [2921] = 855, - [2922] = 904, - [2923] = 898, - [2924] = 920, - [2925] = 919, - [2926] = 812, - [2927] = 896, - [2928] = 816, - [2929] = 503, - [2930] = 481, - [2931] = 825, - [2932] = 480, - [2933] = 908, - [2934] = 865, - [2935] = 917, - [2936] = 907, - [2937] = 857, - [2938] = 812, - [2939] = 498, - [2940] = 867, - [2941] = 921, - [2942] = 886, - [2943] = 480, - [2944] = 490, - [2945] = 845, - [2946] = 869, - [2947] = 910, - [2948] = 487, - [2949] = 848, - [2950] = 915, - [2951] = 849, - [2952] = 490, - [2953] = 481, - [2954] = 503, - [2955] = 823, - [2956] = 900, + [2884] = 896, + [2885] = 895, + [2886] = 491, + [2887] = 827, + [2888] = 825, + [2889] = 492, + [2890] = 817, + [2891] = 915, + [2892] = 816, + [2893] = 862, + [2894] = 878, + [2895] = 815, + [2896] = 812, + [2897] = 907, + [2898] = 814, + [2899] = 883, + [2900] = 506, + [2901] = 828, + [2902] = 898, + [2903] = 484, + [2904] = 813, + [2905] = 480, + [2906] = 510, + [2907] = 893, + [2908] = 842, + [2909] = 829, + [2910] = 486, + [2911] = 825, + [2912] = 510, + [2913] = 824, + [2914] = 480, + [2915] = 897, + [2916] = 885, + [2917] = 496, + [2918] = 495, + [2919] = 912, + [2920] = 906, + [2921] = 821, + [2922] = 496, + [2923] = 826, + [2924] = 818, + [2925] = 909, + [2926] = 855, + [2927] = 495, + [2928] = 820, + [2929] = 839, + [2930] = 479, + [2931] = 925, + [2932] = 490, + [2933] = 823, + [2934] = 905, + [2935] = 922, + [2936] = 904, + [2937] = 824, + [2938] = 858, + [2939] = 488, + [2940] = 902, + [2941] = 479, + [2942] = 494, + [2943] = 880, + [2944] = 488, + [2945] = 831, + [2946] = 492, + [2947] = 491, + [2948] = 490, + [2949] = 910, + [2950] = 833, + [2951] = 494, + [2952] = 486, + [2953] = 485, + [2954] = 484, + [2955] = 818, + [2956] = 914, [2957] = 901, - [2958] = 502, - [2959] = 513, - [2960] = 492, - [2961] = 483, - [2962] = 887, - [2963] = 482, - [2964] = 914, - [2965] = 484, - [2966] = 488, - [2967] = 487, - [2968] = 489, - [2969] = 489, - [2970] = 946, - [2971] = 972, - [2972] = 927, - [2973] = 860, - [2974] = 984, - [2975] = 852, - [2976] = 773, - [2977] = 851, - [2978] = 764, + [2958] = 863, + [2959] = 890, + [2960] = 900, + [2961] = 916, + [2962] = 881, + [2963] = 812, + [2964] = 872, + [2965] = 857, + [2966] = 882, + [2967] = 506, + [2968] = 836, + [2969] = 997, + [2970] = 929, + [2971] = 951, + [2972] = 952, + [2973] = 947, + [2974] = 989, + [2975] = 834, + [2976] = 959, + [2977] = 953, + [2978] = 836, [2979] = 833, - [2980] = 829, - [2981] = 975, - [2982] = 785, - [2983] = 853, - [2984] = 859, - [2985] = 937, - [2986] = 850, - [2987] = 994, - [2988] = 835, - [2989] = 960, - [2990] = 966, - [2991] = 832, - [2992] = 982, - [2993] = 979, - [2994] = 973, - [2995] = 963, - [2996] = 990, - [2997] = 993, - [2998] = 855, - [2999] = 934, - [3000] = 857, - [3001] = 971, - [3002] = 956, - [3003] = 1001, - [3004] = 785, - [3005] = 947, - [3006] = 943, - [3007] = 935, - [3008] = 854, - [3009] = 955, - [3010] = 931, - [3011] = 930, - [3012] = 928, - [3013] = 856, - [3014] = 858, - [3015] = 969, - [3016] = 864, - [3017] = 952, - [3018] = 854, - [3019] = 856, - [3020] = 987, + [2980] = 933, + [2981] = 985, + [2982] = 986, + [2983] = 994, + [2984] = 835, + [2985] = 928, + [2986] = 977, + [2987] = 774, + [2988] = 943, + [2989] = 955, + [2990] = 848, + [2991] = 849, + [2992] = 984, + [2993] = 962, + [2994] = 838, + [2995] = 989, + [2996] = 850, + [2997] = 774, + [2998] = 975, + [2999] = 930, + [3000] = 831, + [3001] = 960, + [3002] = 851, + [3003] = 931, + [3004] = 788, + [3005] = 978, + [3006] = 851, + [3007] = 850, + [3008] = 829, + [3009] = 963, + [3010] = 830, + [3011] = 967, + [3012] = 992, + [3013] = 839, + [3014] = 948, + [3015] = 944, + [3016] = 875, + [3017] = 936, + [3018] = 935, + [3019] = 860, + [3020] = 841, [3021] = 858, - [3022] = 999, - [3023] = 1000, - [3024] = 933, - [3025] = 861, - [3026] = 831, - [3027] = 983, - [3028] = 932, - [3029] = 938, - [3030] = 861, - [3031] = 974, - [3032] = 830, - [3033] = 1012, - [3034] = 994, - [3035] = 846, - [3036] = 942, + [3022] = 3022, + [3023] = 999, + [3024] = 830, + [3025] = 1002, + [3026] = 840, + [3027] = 849, + [3028] = 848, + [3029] = 856, + [3030] = 971, + [3031] = 828, + [3032] = 857, + [3033] = 983, + [3034] = 855, + [3035] = 987, + [3036] = 964, [3037] = 827, - [3038] = 848, - [3039] = 945, - [3040] = 944, - [3041] = 941, - [3042] = 929, - [3043] = 839, - [3044] = 845, - [3045] = 844, - [3046] = 885, - [3047] = 939, - [3048] = 936, - [3049] = 846, - [3050] = 837, - [3051] = 995, - [3052] = 852, - [3053] = 3053, - [3054] = 849, - [3055] = 997, - [3056] = 891, - [3057] = 991, - [3058] = 1004, - [3059] = 831, - [3060] = 1177, - [3061] = 1068, - [3062] = 1071, - [3063] = 1072, - [3064] = 860, - [3065] = 1073, - [3066] = 851, - [3067] = 887, - [3068] = 886, - [3069] = 925, - [3070] = 894, - [3071] = 1083, - [3072] = 1076, - [3073] = 1092, - [3074] = 1094, - [3075] = 801, - [3076] = 1077, - [3077] = 1125, - [3078] = 869, - [3079] = 1106, - [3080] = 1065, - [3081] = 910, - [3082] = 1129, - [3083] = 1101, - [3084] = 1104, - [3085] = 1110, - [3086] = 967, - [3087] = 918, - [3088] = 1035, - [3089] = 968, - [3090] = 1042, - [3091] = 1114, - [3092] = 1057, - [3093] = 1040, - [3094] = 1115, - [3095] = 1108, - [3096] = 915, - [3097] = 847, - [3098] = 1116, - [3099] = 1117, - [3100] = 842, - [3101] = 847, - [3102] = 1054, - [3103] = 1075, - [3104] = 917, - [3105] = 842, - [3106] = 865, - [3107] = 911, - [3108] = 866, - [3109] = 921, - [3110] = 1085, - [3111] = 1099, - [3112] = 896, - [3113] = 867, - [3114] = 1122, - [3115] = 1123, - [3116] = 1124, - [3117] = 868, - [3118] = 1128, - [3119] = 909, - [3120] = 1070, - [3121] = 1132, - [3122] = 3122, - [3123] = 1069, - [3124] = 898, - [3125] = 871, - [3126] = 1163, - [3127] = 921, - [3128] = 1027, - [3129] = 828, - [3130] = 1164, - [3131] = 1026, - [3132] = 1131, - [3133] = 1082, - [3134] = 1109, - [3135] = 1064, - [3136] = 905, - [3137] = 1023, - [3138] = 1135, - [3139] = 907, - [3140] = 1098, - [3141] = 1058, - [3142] = 908, - [3143] = 1051, - [3144] = 1041, - [3145] = 1034, - [3146] = 1028, - [3147] = 903, - [3148] = 1056, - [3149] = 1029, - [3150] = 1174, - [3151] = 1053, - [3152] = 1074, - [3153] = 1030, - [3154] = 839, - [3155] = 1050, - [3156] = 1059, - [3157] = 1043, - [3158] = 899, - [3159] = 1061, - [3160] = 1049, - [3161] = 1171, - [3162] = 1136, - [3163] = 828, - [3164] = 867, - [3165] = 1018, - [3166] = 840, - [3167] = 1140, - [3168] = 1062, - [3169] = 1057, - [3170] = 1047, - [3171] = 1063, - [3172] = 864, - [3173] = 1180, - [3174] = 1044, - [3175] = 904, - [3176] = 827, - [3177] = 830, - [3178] = 1186, - [3179] = 1165, - [3180] = 887, - [3181] = 1039, - [3182] = 1054, - [3183] = 914, - [3184] = 899, - [3185] = 847, - [3186] = 842, - [3187] = 1147, - [3188] = 1078, - [3189] = 898, - [3190] = 1149, - [3191] = 900, - [3192] = 896, - [3193] = 823, - [3194] = 911, - [3195] = 1014, - [3196] = 1079, - [3197] = 1036, - [3198] = 842, - [3199] = 833, - [3200] = 1133, - [3201] = 1019, - [3202] = 919, - [3203] = 1137, - [3204] = 988, - [3205] = 1139, - [3206] = 1141, - [3207] = 1020, - [3208] = 920, - [3209] = 885, - [3210] = 1169, - [3211] = 847, - [3212] = 1038, - [3213] = 1066, - [3214] = 901, - [3215] = 1052, - [3216] = 1017, - [3217] = 1168, - [3218] = 912, - [3219] = 1162, - [3220] = 1081, - [3221] = 1159, - [3222] = 884, - [3223] = 906, - [3224] = 903, - [3225] = 1158, - [3226] = 1161, - [3227] = 1103, - [3228] = 1187, - [3229] = 1112, - [3230] = 1021, - [3231] = 909, - [3232] = 1185, - [3233] = 821, - [3234] = 1183, - [3235] = 1182, - [3236] = 1118, - [3237] = 1170, - [3238] = 1181, - [3239] = 1120, - [3240] = 1176, - [3241] = 1138, - [3242] = 1024, - [3243] = 1033, - [3244] = 1175, - [3245] = 1031, - [3246] = 1173, - [3247] = 1172, - [3248] = 1150, - [3249] = 1143, - [3250] = 891, - [3251] = 1144, - [3252] = 1025, - [3253] = 924, - [3254] = 1148, - [3255] = 1167, - [3256] = 1166, - [3257] = 900, - [3258] = 1048, - [3259] = 1145, - [3260] = 1151, - [3261] = 884, - [3262] = 1055, - [3263] = 1067, - [3264] = 1160, - [3265] = 1097, - [3266] = 1130, - [3267] = 905, - [3268] = 1157, - [3269] = 1153, - [3270] = 1155, - [3271] = 901, - [3272] = 1154, - [3273] = 815, - [3274] = 818, - [3275] = 820, - [3276] = 942, - [3277] = 363, - [3278] = 359, - [3279] = 825, - [3280] = 969, - [3281] = 938, - [3282] = 967, - [3283] = 968, - [3284] = 928, - [3285] = 988, - [3286] = 377, - [3287] = 842, - [3288] = 365, - [3289] = 374, - [3290] = 847, - [3291] = 934, - [3292] = 991, - [3293] = 936, - [3294] = 812, - [3295] = 952, - [3296] = 367, - [3297] = 1004, - [3298] = 931, - [3299] = 361, - [3300] = 972, - [3301] = 1001, - [3302] = 955, - [3303] = 935, - [3304] = 973, - [3305] = 820, - [3306] = 819, - [3307] = 979, - [3308] = 824, - [3309] = 982, - [3310] = 376, - [3311] = 946, - [3312] = 932, - [3313] = 820, - [3314] = 814, - [3315] = 994, - [3316] = 815, - [3317] = 818, - [3318] = 822, - [3319] = 816, - [3320] = 974, - [3321] = 997, - [3322] = 814, - [3323] = 822, - [3324] = 943, - [3325] = 987, - [3326] = 995, - [3327] = 947, - [3328] = 366, - [3329] = 945, - [3330] = 360, - [3331] = 984, - [3332] = 823, - [3333] = 364, - [3334] = 999, - [3335] = 368, - [3336] = 369, - [3337] = 370, - [3338] = 373, - [3339] = 379, - [3340] = 378, - [3341] = 930, - [3342] = 939, - [3343] = 1000, - [3344] = 372, - [3345] = 937, - [3346] = 933, - [3347] = 813, - [3348] = 981, - [3349] = 822, - [3350] = 818, - [3351] = 960, - [3352] = 983, - [3353] = 927, - [3354] = 966, - [3355] = 815, - [3356] = 963, - [3357] = 992, - [3358] = 814, - [3359] = 1012, - [3360] = 985, - [3361] = 990, - [3362] = 993, - [3363] = 929, - [3364] = 821, - [3365] = 941, - [3366] = 971, - [3367] = 944, - [3368] = 956, - [3369] = 837, - [3370] = 1044, - [3371] = 833, - [3372] = 852, - [3373] = 846, - [3374] = 857, - [3375] = 855, - [3376] = 829, - [3377] = 832, - [3378] = 849, - [3379] = 848, - [3380] = 845, - [3381] = 835, - [3382] = 844, - [3383] = 837, - [3384] = 850, - [3385] = 849, - [3386] = 848, - [3387] = 1057, - [3388] = 845, - [3389] = 844, - [3390] = 859, - [3391] = 831, - [3392] = 860, - [3393] = 851, - [3394] = 853, - [3395] = 1106, - [3396] = 1067, - [3397] = 1097, - [3398] = 1103, - [3399] = 866, - [3400] = 1130, - [3401] = 1042, - [3402] = 1129, - [3403] = 904, - [3404] = 1036, - [3405] = 3405, - [3406] = 1133, - [3407] = 1012, - [3408] = 864, - [3409] = 846, - [3410] = 842, - [3411] = 847, - [3412] = 852, - [3413] = 1055, - [3414] = 1048, - [3415] = 1109, - [3416] = 842, - [3417] = 885, - [3418] = 847, - [3419] = 1151, - [3420] = 1117, - [3421] = 1116, - [3422] = 1115, - [3423] = 1054, - [3424] = 1145, - [3425] = 837, - [3426] = 914, - [3427] = 844, - [3428] = 1049, - [3429] = 831, - [3430] = 1131, - [3431] = 845, - [3432] = 848, - [3433] = 1028, - [3434] = 1034, - [3435] = 1075, - [3436] = 1164, - [3437] = 1077, - [3438] = 1076, - [3439] = 1149, - [3440] = 1150, - [3441] = 1176, - [3442] = 1058, - [3443] = 1051, - [3444] = 982, - [3445] = 979, - [3446] = 973, - [3447] = 1058, - [3448] = 1051, - [3449] = 1034, - [3450] = 1028, - [3451] = 1125, - [3452] = 1065, - [3453] = 1018, - [3454] = 1108, - [3455] = 849, - [3456] = 1114, - [3457] = 1085, - [3458] = 1099, - [3459] = 1098, - [3460] = 1122, - [3461] = 1123, - [3462] = 828, - [3463] = 1040, - [3464] = 1124, - [3465] = 1035, - [3466] = 1128, - [3467] = 1132, - [3468] = 1078, - [3469] = 1163, - [3470] = 1082, - [3471] = 1135, - [3472] = 1174, - [3473] = 1059, - [3474] = 1074, - [3475] = 1061, - [3476] = 1171, - [3477] = 1136, - [3478] = 1140, - [3479] = 1062, - [3480] = 1063, - [3481] = 1165, - [3482] = 1019, - [3483] = 1144, - [3484] = 938, - [3485] = 1110, - [3486] = 974, - [3487] = 1052, - [3488] = 1017, - [3489] = 1020, - [3490] = 1081, - [3491] = 1021, - [3492] = 1112, - [3493] = 1118, - [3494] = 1120, - [3495] = 1138, - [3496] = 1024, - [3497] = 1143, - [3498] = 1147, - [3499] = 1025, - [3500] = 1031, - [3501] = 1148, - [3502] = 1153, - [3503] = 1033, - [3504] = 1154, - [3505] = 1155, - [3506] = 842, - [3507] = 1157, - [3508] = 847, - [3509] = 1038, - [3510] = 1160, - [3511] = 1104, - [3512] = 1166, - [3513] = 1167, - [3514] = 1101, - [3515] = 3515, - [3516] = 1094, - [3517] = 1172, - [3518] = 991, - [3519] = 1004, - [3520] = 1173, - [3521] = 1175, - [3522] = 1040, - [3523] = 1035, - [3524] = 1181, - [3525] = 1092, - [3526] = 1083, - [3527] = 1182, - [3528] = 1183, - [3529] = 891, - [3530] = 1185, - [3531] = 1170, - [3532] = 842, - [3533] = 1187, - [3534] = 847, - [3535] = 1161, - [3536] = 1158, - [3537] = 1159, - [3538] = 854, - [3539] = 1068, - [3540] = 1066, - [3541] = 972, - [3542] = 1162, - [3543] = 1141, - [3544] = 1139, - [3545] = 856, - [3546] = 1137, - [3547] = 1168, - [3548] = 858, - [3549] = 1169, - [3550] = 861, - [3551] = 1079, - [3552] = 1014, - [3553] = 1054, - [3554] = 824, - [3555] = 822, - [3556] = 830, - [3557] = 1057, - [3558] = 827, - [3559] = 842, - [3560] = 847, - [3561] = 818, - [3562] = 1186, - [3563] = 815, - [3564] = 814, - [3565] = 1180, - [3566] = 820, - [3567] = 1177, - [3568] = 3568, + [3038] = 927, + [3039] = 973, + [3040] = 979, + [3041] = 842, + [3042] = 870, + [3043] = 942, + [3044] = 841, + [3045] = 945, + [3046] = 826, + [3047] = 837, + [3048] = 980, + [3049] = 995, + [3050] = 981, + [3051] = 982, + [3052] = 765, + [3053] = 837, + [3054] = 877, + [3055] = 861, + [3056] = 970, + [3057] = 1011, + [3058] = 1104, + [3059] = 1140, + [3060] = 906, + [3061] = 806, + [3062] = 856, + [3063] = 860, + [3064] = 1153, + [3065] = 1015, + [3066] = 901, + [3067] = 1068, + [3068] = 1070, + [3069] = 922, + [3070] = 1071, + [3071] = 890, + [3072] = 880, + [3073] = 882, + [3074] = 1036, + [3075] = 1037, + [3076] = 1039, + [3077] = 912, + [3078] = 876, + [3079] = 1038, + [3080] = 909, + [3081] = 1080, + [3082] = 893, + [3083] = 1063, + [3084] = 998, + [3085] = 1131, + [3086] = 996, + [3087] = 1138, + [3088] = 900, + [3089] = 1117, + [3090] = 916, + [3091] = 896, + [3092] = 1077, + [3093] = 1135, + [3094] = 895, + [3095] = 1132, + [3096] = 905, + [3097] = 904, + [3098] = 1081, + [3099] = 1129, + [3100] = 1003, + [3101] = 822, + [3102] = 1082, + [3103] = 1085, + [3104] = 902, + [3105] = 1087, + [3106] = 1088, + [3107] = 1090, + [3108] = 1102, + [3109] = 1103, + [3110] = 1025, + [3111] = 1108, + [3112] = 1111, + [3113] = 852, + [3114] = 1149, + [3115] = 1124, + [3116] = 1176, + [3117] = 1165, + [3118] = 3118, + [3119] = 907, + [3120] = 1155, + [3121] = 878, + [3122] = 1026, + [3123] = 898, + [3124] = 915, + [3125] = 1024, + [3126] = 1173, + [3127] = 859, + [3128] = 1123, + [3129] = 1027, + [3130] = 900, + [3131] = 1018, + [3132] = 901, + [3133] = 862, + [3134] = 1033, + [3135] = 1035, + [3136] = 1040, + [3137] = 1046, + [3138] = 1043, + [3139] = 1054, + [3140] = 1141, + [3141] = 1042, + [3142] = 1041, + [3143] = 1023, + [3144] = 1059, + [3145] = 1114, + [3146] = 1060, + [3147] = 1028, + [3148] = 1113, + [3149] = 859, + [3150] = 1061, + [3151] = 1069, + [3152] = 1062, + [3153] = 1065, + [3154] = 1106, + [3155] = 1067, + [3156] = 1075, + [3157] = 893, + [3158] = 883, + [3159] = 890, + [3160] = 1136, + [3161] = 1105, + [3162] = 1150, + [3163] = 902, + [3164] = 1078, + [3165] = 897, + [3166] = 877, + [3167] = 1171, + [3168] = 1084, + [3169] = 1076, + [3170] = 898, + [3171] = 1064, + [3172] = 1156, + [3173] = 854, + [3174] = 1021, + [3175] = 1139, + [3176] = 1144, + [3177] = 1016, + [3178] = 1066, + [3179] = 853, + [3180] = 852, + [3181] = 1034, + [3182] = 852, + [3183] = 1148, + [3184] = 1145, + [3185] = 910, + [3186] = 853, + [3187] = 914, + [3188] = 912, + [3189] = 1049, + [3190] = 1051, + [3191] = 1151, + [3192] = 907, + [3193] = 1013, + [3194] = 1186, + [3195] = 1086, + [3196] = 1072, + [3197] = 1055, + [3198] = 1147, + [3199] = 1057, + [3200] = 1058, + [3201] = 1154, + [3202] = 1158, + [3203] = 875, + [3204] = 1045, + [3205] = 1047, + [3206] = 1048, + [3207] = 1073, + [3208] = 1053, + [3209] = 1083, + [3210] = 1089, + [3211] = 861, + [3212] = 1110, + [3213] = 1183, + [3214] = 1182, + [3215] = 1181, + [3216] = 881, + [3217] = 872, + [3218] = 1096, + [3219] = 1099, + [3220] = 1115, + [3221] = 883, + [3222] = 1116, + [3223] = 1118, + [3224] = 1119, + [3225] = 909, + [3226] = 1125, + [3227] = 925, + [3228] = 1126, + [3229] = 1127, + [3230] = 1134, + [3231] = 904, + [3232] = 1130, + [3233] = 878, + [3234] = 1175, + [3235] = 1074, + [3236] = 1056, + [3237] = 1050, + [3238] = 1100, + [3239] = 913, + [3240] = 1185, + [3241] = 1184, + [3242] = 823, + [3243] = 853, + [3244] = 870, + [3245] = 1143, + [3246] = 1152, + [3247] = 852, + [3248] = 871, + [3249] = 1179, + [3250] = 1178, + [3251] = 838, + [3252] = 1044, + [3253] = 1175, + [3254] = 853, + [3255] = 1162, + [3256] = 1163, + [3257] = 1120, + [3258] = 1174, + [3259] = 1166, + [3260] = 885, + [3261] = 905, + [3262] = 1172, + [3263] = 835, + [3264] = 1170, + [3265] = 863, + [3266] = 1169, + [3267] = 1176, + [3268] = 1168, + [3269] = 834, + [3270] = 924, + [3271] = 980, + [3272] = 985, + [3273] = 995, + [3274] = 943, + [3275] = 362, + [3276] = 364, + [3277] = 365, + [3278] = 984, + [3279] = 1003, + [3280] = 997, + [3281] = 935, + [3282] = 936, + [3283] = 998, + [3284] = 996, + [3285] = 1002, + [3286] = 361, + [3287] = 992, + [3288] = 963, + [3289] = 820, + [3290] = 822, + [3291] = 372, + [3292] = 368, + [3293] = 824, + [3294] = 931, + [3295] = 359, + [3296] = 978, + [3297] = 930, + [3298] = 812, + [3299] = 371, + [3300] = 929, + [3301] = 928, + [3302] = 813, + [3303] = 945, + [3304] = 947, + [3305] = 363, + [3306] = 948, + [3307] = 951, + [3308] = 952, + [3309] = 955, + [3310] = 960, + [3311] = 853, + [3312] = 852, + [3313] = 967, + [3314] = 973, + [3315] = 979, + [3316] = 369, + [3317] = 377, + [3318] = 378, + [3319] = 367, + [3320] = 989, + [3321] = 373, + [3322] = 375, + [3323] = 981, + [3324] = 814, + [3325] = 982, + [3326] = 366, + [3327] = 823, + [3328] = 825, + [3329] = 816, + [3330] = 933, + [3331] = 970, + [3332] = 988, + [3333] = 953, + [3334] = 990, + [3335] = 959, + [3336] = 927, + [3337] = 815, + [3338] = 816, + [3339] = 975, + [3340] = 1011, + [3341] = 817, + [3342] = 994, + [3343] = 813, + [3344] = 814, + [3345] = 815, + [3346] = 816, + [3347] = 817, + [3348] = 977, + [3349] = 964, + [3350] = 986, + [3351] = 983, + [3352] = 818, + [3353] = 999, + [3354] = 817, + [3355] = 821, + [3356] = 944, + [3357] = 370, + [3358] = 942, + [3359] = 360, + [3360] = 815, + [3361] = 814, + [3362] = 813, + [3363] = 971, + [3364] = 962, + [3365] = 993, + [3366] = 855, + [3367] = 861, + [3368] = 875, + [3369] = 1155, + [3370] = 815, + [3371] = 1165, + [3372] = 1149, + [3373] = 859, + [3374] = 856, + [3375] = 860, + [3376] = 1081, + [3377] = 816, + [3378] = 1071, + [3379] = 1111, + [3380] = 1050, + [3381] = 1175, + [3382] = 1108, + [3383] = 863, + [3384] = 1104, + [3385] = 1103, + [3386] = 814, + [3387] = 1102, + [3388] = 1053, + [3389] = 837, + [3390] = 1090, + [3391] = 841, + [3392] = 1070, + [3393] = 1088, + [3394] = 1120, + [3395] = 1085, + [3396] = 830, + [3397] = 1070, + [3398] = 1071, + [3399] = 877, + [3400] = 1066, + [3401] = 984, + [3402] = 1153, + [3403] = 1038, + [3404] = 885, + [3405] = 1074, + [3406] = 1056, + [3407] = 1046, + [3408] = 1043, + [3409] = 1151, + [3410] = 1042, + [3411] = 1041, + [3412] = 1173, + [3413] = 913, + [3414] = 817, + [3415] = 826, + [3416] = 1064, + [3417] = 1176, + [3418] = 853, + [3419] = 3419, + [3420] = 852, + [3421] = 827, + [3422] = 857, + [3423] = 830, + [3424] = 870, + [3425] = 813, + [3426] = 813, + [3427] = 1025, + [3428] = 1181, + [3429] = 1182, + [3430] = 1041, + [3431] = 1042, + [3432] = 1183, + [3433] = 1027, + [3434] = 853, + [3435] = 852, + [3436] = 858, + [3437] = 1033, + [3438] = 985, + [3439] = 986, + [3440] = 994, + [3441] = 826, + [3442] = 827, + [3443] = 1043, + [3444] = 1046, + [3445] = 1082, + [3446] = 855, + [3447] = 857, + [3448] = 1015, + [3449] = 852, + [3450] = 1035, + [3451] = 1016, + [3452] = 853, + [3453] = 3453, + [3454] = 1131, + [3455] = 1138, + [3456] = 1080, + [3457] = 1040, + [3458] = 1054, + [3459] = 1135, + [3460] = 1132, + [3461] = 1129, + [3462] = 1059, + [3463] = 1124, + [3464] = 1123, + [3465] = 1060, + [3466] = 1141, + [3467] = 1114, + [3468] = 1113, + [3469] = 1106, + [3470] = 1105, + [3471] = 1061, + [3472] = 1078, + [3473] = 1062, + [3474] = 1076, + [3475] = 1072, + [3476] = 1045, + [3477] = 1047, + [3478] = 999, + [3479] = 858, + [3480] = 1002, + [3481] = 1048, + [3482] = 1044, + [3483] = 1110, + [3484] = 1118, + [3485] = 1119, + [3486] = 1065, + [3487] = 1134, + [3488] = 1067, + [3489] = 1140, + [3490] = 1143, + [3491] = 1152, + [3492] = 1034, + [3493] = 1087, + [3494] = 1036, + [3495] = 1162, + [3496] = 1163, + [3497] = 1117, + [3498] = 1166, + [3499] = 1168, + [3500] = 852, + [3501] = 1169, + [3502] = 1170, + [3503] = 853, + [3504] = 1172, + [3505] = 1084, + [3506] = 848, + [3507] = 1174, + [3508] = 1086, + [3509] = 1178, + [3510] = 1179, + [3511] = 1037, + [3512] = 1011, + [3513] = 975, + [3514] = 849, + [3515] = 1089, + [3516] = 1184, + [3517] = 1185, + [3518] = 1100, + [3519] = 850, + [3520] = 1096, + [3521] = 1130, + [3522] = 1021, + [3523] = 851, + [3524] = 1127, + [3525] = 1126, + [3526] = 858, + [3527] = 1125, + [3528] = 814, + [3529] = 1176, + [3530] = 1116, + [3531] = 820, + [3532] = 1115, + [3533] = 1099, + [3534] = 1175, + [3535] = 945, + [3536] = 1075, + [3537] = 1083, + [3538] = 1073, + [3539] = 1158, + [3540] = 1058, + [3541] = 1057, + [3542] = 852, + [3543] = 1055, + [3544] = 853, + [3545] = 1013, + [3546] = 857, + [3547] = 1154, + [3548] = 1051, + [3549] = 1049, + [3550] = 829, + [3551] = 1077, + [3552] = 855, + [3553] = 834, + [3554] = 827, + [3555] = 835, + [3556] = 3556, + [3557] = 831, + [3558] = 1145, + [3559] = 1156, + [3560] = 815, + [3561] = 833, + [3562] = 1171, + [3563] = 836, + [3564] = 839, + [3565] = 840, + [3566] = 1150, + [3567] = 1147, + [3568] = 842, [3569] = 3569, - [3570] = 842, - [3571] = 847, - [3572] = 822, - [3573] = 853, - [3574] = 818, - [3575] = 859, - [3576] = 850, - [3577] = 835, - [3578] = 815, - [3579] = 832, - [3580] = 829, - [3581] = 814, - [3582] = 855, - [3583] = 1073, - [3584] = 1072, - [3585] = 1071, - [3586] = 857, - [3587] = 1070, - [3588] = 1027, - [3589] = 1043, - [3590] = 1041, - [3591] = 1069, - [3592] = 1064, - [3593] = 1056, - [3594] = 1053, - [3595] = 820, - [3596] = 1050, - [3597] = 839, - [3598] = 1039, - [3599] = 1030, - [3600] = 1029, - [3601] = 1047, - [3602] = 1023, - [3603] = 1026, - [3604] = 887, - [3605] = 894, - [3606] = 988, - [3607] = 907, - [3608] = 919, - [3609] = 925, - [3610] = 920, - [3611] = 914, - [3612] = 1057, - [3613] = 887, - [3614] = 886, - [3615] = 900, - [3616] = 901, - [3617] = 967, - [3618] = 968, - [3619] = 821, - [3620] = 896, - [3621] = 896, - [3622] = 869, - [3623] = 864, - [3624] = 910, - [3625] = 992, - [3626] = 985, - [3627] = 918, - [3628] = 3628, - [3629] = 975, - [3630] = 823, - [3631] = 898, - [3632] = 816, - [3633] = 899, - [3634] = 1054, - [3635] = 924, - [3636] = 884, - [3637] = 3637, - [3638] = 885, - [3639] = 994, - [3640] = 898, - [3641] = 899, - [3642] = 981, - [3643] = 837, - [3644] = 912, - [3645] = 903, - [3646] = 905, - [3647] = 903, - [3648] = 823, - [3649] = 905, - [3650] = 915, - [3651] = 891, - [3652] = 909, - [3653] = 909, - [3654] = 911, - [3655] = 844, - [3656] = 911, - [3657] = 821, - [3658] = 842, - [3659] = 847, - [3660] = 908, - [3661] = 871, - [3662] = 849, - [3663] = 845, - [3664] = 917, - [3665] = 848, - [3666] = 868, - [3667] = 867, - [3668] = 906, - [3669] = 848, - [3670] = 866, - [3671] = 831, - [3672] = 865, - [3673] = 849, - [3674] = 921, - [3675] = 820, - [3676] = 819, - [3677] = 845, - [3678] = 814, + [3570] = 826, + [3571] = 1186, + [3572] = 1063, + [3573] = 828, + [3574] = 1148, + [3575] = 816, + [3576] = 829, + [3577] = 852, + [3578] = 853, + [3579] = 817, + [3580] = 1144, + [3581] = 1068, + [3582] = 1139, + [3583] = 1136, + [3584] = 841, + [3585] = 1039, + [3586] = 831, + [3587] = 833, + [3588] = 836, + [3589] = 1026, + [3590] = 839, + [3591] = 840, + [3592] = 837, + [3593] = 1069, + [3594] = 842, + [3595] = 828, + [3596] = 1028, + [3597] = 1023, + [3598] = 838, + [3599] = 1024, + [3600] = 1018, + [3601] = 890, + [3602] = 913, + [3603] = 863, + [3604] = 914, + [3605] = 910, + [3606] = 826, + [3607] = 875, + [3608] = 815, + [3609] = 1175, + [3610] = 893, + [3611] = 898, + [3612] = 907, + [3613] = 827, + [3614] = 925, + [3615] = 897, + [3616] = 3616, + [3617] = 814, + [3618] = 871, + [3619] = 812, + [3620] = 852, + [3621] = 3621, + [3622] = 853, + [3623] = 987, + [3624] = 823, + [3625] = 872, + [3626] = 881, + [3627] = 824, + [3628] = 858, + [3629] = 882, + [3630] = 893, + [3631] = 996, + [3632] = 998, + [3633] = 830, + [3634] = 857, + [3635] = 912, + [3636] = 909, + [3637] = 905, + [3638] = 813, + [3639] = 904, + [3640] = 857, + [3641] = 915, + [3642] = 829, + [3643] = 1176, + [3644] = 855, + [3645] = 841, + [3646] = 855, + [3647] = 831, + [3648] = 902, + [3649] = 901, + [3650] = 837, + [3651] = 833, + [3652] = 895, + [3653] = 896, + [3654] = 1003, + [3655] = 836, + [3656] = 885, + [3657] = 906, + [3658] = 827, + [3659] = 822, + [3660] = 900, + [3661] = 877, + [3662] = 839, + [3663] = 898, + [3664] = 816, + [3665] = 862, + [3666] = 922, + [3667] = 907, + [3668] = 880, + [3669] = 916, + [3670] = 890, + [3671] = 817, + [3672] = 993, + [3673] = 900, + [3674] = 823, + [3675] = 826, + [3676] = 912, + [3677] = 828, + [3678] = 822, [3679] = 842, - [3680] = 823, - [3681] = 815, - [3682] = 847, - [3683] = 857, - [3684] = 844, - [3685] = 855, - [3686] = 829, - [3687] = 818, - [3688] = 884, - [3689] = 853, - [3690] = 852, - [3691] = 821, - [3692] = 832, - [3693] = 859, - [3694] = 846, - [3695] = 850, - [3696] = 835, - [3697] = 832, - [3698] = 829, - [3699] = 855, - [3700] = 835, - [3701] = 850, - [3702] = 859, - [3703] = 857, - [3704] = 904, - [3705] = 837, - [3706] = 900, - [3707] = 822, - [3708] = 901, - [3709] = 853, - [3710] = 903, - [3711] = 374, - [3712] = 939, - [3713] = 848, - [3714] = 941, - [3715] = 944, - [3716] = 849, - [3717] = 937, - [3718] = 846, - [3719] = 927, + [3680] = 840, + [3681] = 876, + [3682] = 852, + [3683] = 853, + [3684] = 840, + [3685] = 842, + [3686] = 839, + [3687] = 989, + [3688] = 909, + [3689] = 858, + [3690] = 828, + [3691] = 901, + [3692] = 883, + [3693] = 924, + [3694] = 836, + [3695] = 833, + [3696] = 831, + [3697] = 823, + [3698] = 822, + [3699] = 904, + [3700] = 990, + [3701] = 878, + [3702] = 870, + [3703] = 902, + [3704] = 988, + [3705] = 829, + [3706] = 905, + [3707] = 883, + [3708] = 997, + [3709] = 955, + [3710] = 988, + [3711] = 836, + [3712] = 839, + [3713] = 960, + [3714] = 943, + [3715] = 990, + [3716] = 837, + [3717] = 952, + [3718] = 849, + [3719] = 951, [3720] = 831, - [3721] = 945, - [3722] = 852, - [3723] = 946, - [3724] = 3724, - [3725] = 918, - [3726] = 852, - [3727] = 901, - [3728] = 845, - [3729] = 900, - [3730] = 831, - [3731] = 932, - [3732] = 844, - [3733] = 952, - [3734] = 887, - [3735] = 867, - [3736] = 921, - [3737] = 983, - [3738] = 837, - [3739] = 933, - [3740] = 988, - [3741] = 1000, - [3742] = 858, - [3743] = 846, - [3744] = 921, - [3745] = 994, - [3746] = 981, - [3747] = 999, - [3748] = 911, - [3749] = 909, - [3750] = 905, - [3751] = 899, - [3752] = 898, - [3753] = 987, - [3754] = 975, - [3755] = 365, - [3756] = 985, - [3757] = 995, - [3758] = 855, - [3759] = 896, - [3760] = 934, - [3761] = 967, - [3762] = 867, - [3763] = 968, - [3764] = 832, - [3765] = 835, - [3766] = 994, - [3767] = 829, - [3768] = 367, - [3769] = 936, - [3770] = 831, - [3771] = 377, - [3772] = 960, - [3773] = 359, - [3774] = 376, - [3775] = 966, - [3776] = 378, - [3777] = 379, - [3778] = 861, - [3779] = 373, - [3780] = 370, - [3781] = 997, - [3782] = 963, - [3783] = 853, - [3784] = 369, - [3785] = 368, - [3786] = 969, - [3787] = 364, - [3788] = 366, - [3789] = 360, - [3790] = 3790, - [3791] = 990, - [3792] = 363, - [3793] = 938, - [3794] = 993, - [3795] = 928, - [3796] = 925, - [3797] = 857, - [3798] = 859, - [3799] = 982, - [3800] = 979, - [3801] = 930, - [3802] = 973, - [3803] = 931, - [3804] = 912, - [3805] = 942, - [3806] = 854, - [3807] = 972, - [3808] = 852, - [3809] = 361, - [3810] = 971, - [3811] = 372, - [3812] = 846, - [3813] = 955, - [3814] = 850, - [3815] = 992, - [3816] = 943, - [3817] = 974, - [3818] = 984, - [3819] = 1012, - [3820] = 935, - [3821] = 991, - [3822] = 956, - [3823] = 947, - [3824] = 856, - [3825] = 929, - [3826] = 1004, - [3827] = 1001, - [3828] = 1027, - [3829] = 1057, - [3830] = 994, - [3831] = 1128, - [3832] = 1120, - [3833] = 1138, - [3834] = 1055, - [3835] = 952, - [3836] = 1143, - [3837] = 1144, - [3838] = 1168, - [3839] = 1148, - [3840] = 1153, - [3841] = 1125, - [3842] = 1154, - [3843] = 1054, - [3844] = 1155, - [3845] = 914, - [3846] = 1157, - [3847] = 1186, - [3848] = 842, - [3849] = 1160, - [3850] = 887, - [3851] = 1147, - [3852] = 896, - [3853] = 847, - [3854] = 1065, - [3855] = 900, - [3856] = 1166, - [3857] = 909, - [3858] = 1164, - [3859] = 898, - [3860] = 1106, - [3861] = 1167, - [3862] = 1150, - [3863] = 1049, - [3864] = 911, - [3865] = 921, - [3866] = 1014, - [3867] = 1079, - [3868] = 903, - [3869] = 887, - [3870] = 1177, - [3871] = 3871, - [3872] = 359, - [3873] = 1097, - [3874] = 1137, - [3875] = 1118, - [3876] = 904, - [3877] = 1162, - [3878] = 1139, - [3879] = 363, - [3880] = 900, - [3881] = 1043, - [3882] = 1129, - [3883] = 3883, - [3884] = 1141, - [3885] = 901, - [3886] = 1035, - [3887] = 1040, - [3888] = 1030, - [3889] = 3889, - [3890] = 1183, - [3891] = 1067, - [3892] = 1117, - [3893] = 1116, - [3894] = 1131, - [3895] = 1103, - [3896] = 911, - [3897] = 909, - [3898] = 1042, - [3899] = 1115, - [3900] = 1048, - [3901] = 1169, - [3902] = 1112, - [3903] = 1114, - [3904] = 1145, - [3905] = 905, - [3906] = 1151, - [3907] = 1029, - [3908] = 899, - [3909] = 1172, - [3910] = 1173, - [3911] = 901, - [3912] = 1149, - [3913] = 903, - [3914] = 1168, - [3915] = 1109, - [3916] = 1081, - [3917] = 898, - [3918] = 900, - [3919] = 377, - [3920] = 374, - [3921] = 367, - [3922] = 361, - [3923] = 1075, - [3924] = 896, - [3925] = 372, - [3926] = 376, - [3927] = 378, - [3928] = 379, - [3929] = 373, - [3930] = 370, - [3931] = 369, - [3932] = 1175, - [3933] = 1162, - [3934] = 368, - [3935] = 1076, - [3936] = 364, - [3937] = 899, - [3938] = 1017, - [3939] = 929, - [3940] = 366, - [3941] = 360, - [3942] = 1132, - [3943] = 1052, - [3944] = 898, - [3945] = 1066, - [3946] = 1159, - [3947] = 1108, - [3948] = 1110, - [3949] = 896, - [3950] = 1104, - [3951] = 901, - [3952] = 1133, - [3953] = 1068, - [3954] = 899, - [3955] = 1101, - [3956] = 1180, - [3957] = 1169, - [3958] = 1158, - [3959] = 1165, - [3960] = 1098, - [3961] = 1161, - [3962] = 1063, - [3963] = 1062, - [3964] = 1092, - [3965] = 975, - [3966] = 1036, - [3967] = 1140, - [3968] = 1023, - [3969] = 1083, - [3970] = 1176, - [3971] = 1078, - [3972] = 1130, - [3973] = 911, - [3974] = 994, - [3975] = 3975, - [3976] = 1170, - [3977] = 1074, - [3978] = 1136, - [3979] = 3979, - [3980] = 887, - [3981] = 1171, - [3982] = 1061, - [3983] = 1018, - [3984] = 909, - [3985] = 1028, - [3986] = 1059, - [3987] = 1181, - [3988] = 1034, - [3989] = 1077, - [3990] = 1019, - [3991] = 1051, - [3992] = 1058, - [3993] = 1170, - [3994] = 1073, - [3995] = 1085, - [3996] = 1072, - [3997] = 1071, - [3998] = 1159, - [3999] = 842, - [4000] = 1020, - [4001] = 1182, - [4002] = 1174, - [4003] = 1094, - [4004] = 853, - [4005] = 1021, - [4006] = 1026, - [4007] = 1024, - [4008] = 859, - [4009] = 850, - [4010] = 1025, - [4011] = 835, - [4012] = 832, - [4013] = 829, - [4014] = 1038, - [4015] = 855, - [4016] = 857, - [4017] = 1057, - [4018] = 1099, - [4019] = 905, - [4020] = 905, - [4021] = 1122, - [4022] = 1187, - [4023] = 847, - [4024] = 1031, - [4025] = 1069, - [4026] = 1054, - [4027] = 1123, - [4028] = 1033, - [4029] = 867, - [4030] = 1135, - [4031] = 1082, - [4032] = 1070, - [4033] = 1163, - [4034] = 1124, - [4035] = 1185, - [4036] = 903, - [4037] = 1039, - [4038] = 1041, - [4039] = 1044, - [4040] = 1047, - [4041] = 1050, - [4042] = 1053, - [4043] = 1056, - [4044] = 1064, - [4045] = 1034, - [4046] = 364, - [4047] = 376, - [4048] = 359, - [4049] = 925, - [4050] = 372, - [4051] = 369, - [4052] = 867, - [4053] = 367, - [4054] = 921, - [4055] = 1028, - [4056] = 847, - [4057] = 360, - [4058] = 1051, - [4059] = 1058, - [4060] = 368, - [4061] = 1035, - [4062] = 1040, - [4063] = 842, - [4064] = 818, - [4065] = 370, - [4066] = 820, - [4067] = 373, - [4068] = 1028, - [4069] = 378, - [4070] = 374, - [4071] = 1034, - [4072] = 379, - [4073] = 1058, - [4074] = 814, - [4075] = 815, - [4076] = 815, - [4077] = 1035, - [4078] = 818, - [4079] = 1040, - [4080] = 361, - [4081] = 867, - [4082] = 377, - [4083] = 847, - [4084] = 822, - [4085] = 842, - [4086] = 921, - [4087] = 820, - [4088] = 822, - [4089] = 363, - [4090] = 847, - [4091] = 842, - [4092] = 366, - [4093] = 842, - [4094] = 847, - [4095] = 814, - [4096] = 1051, - [4097] = 1051, - [4098] = 994, - [4099] = 842, - [4100] = 847, - [4101] = 377, - [4102] = 849, - [4103] = 831, - [4104] = 848, - [4105] = 845, - [4106] = 849, - [4107] = 374, - [4108] = 364, - [4109] = 844, - [4110] = 366, - [4111] = 820, - [4112] = 1034, - [4113] = 852, - [4114] = 367, - [4115] = 846, - [4116] = 848, - [4117] = 837, - [4118] = 1058, - [4119] = 847, - [4120] = 842, - [4121] = 1028, - [4122] = 363, - [4123] = 845, - [4124] = 368, - [4125] = 369, - [4126] = 370, - [4127] = 842, - [4128] = 373, - [4129] = 814, - [4130] = 379, - [4131] = 360, - [4132] = 929, - [4133] = 847, - [4134] = 844, - [4135] = 822, - [4136] = 361, - [4137] = 1040, - [4138] = 1035, - [4139] = 365, - [4140] = 952, - [4141] = 378, - [4142] = 818, - [4143] = 376, - [4144] = 359, - [4145] = 815, - [4146] = 372, - [4147] = 837, - [4148] = 852, - [4149] = 1034, - [4150] = 1040, - [4151] = 848, - [4152] = 853, - [4153] = 842, - [4154] = 859, - [4155] = 829, - [4156] = 850, - [4157] = 835, - [4158] = 859, - [4159] = 4159, - [4160] = 855, - [4161] = 850, - [4162] = 911, - [4163] = 909, - [4164] = 832, - [4165] = 901, - [4166] = 844, - [4167] = 905, - [4168] = 903, - [4169] = 900, - [4170] = 1028, - [4171] = 857, - [4172] = 829, - [4173] = 887, - [4174] = 899, - [4175] = 842, - [4176] = 898, - [4177] = 1035, - [4178] = 847, - [4179] = 853, - [4180] = 1034, - [4181] = 855, - [4182] = 857, - [4183] = 896, - [4184] = 1051, - [4185] = 1058, - [4186] = 1040, - [4187] = 1035, - [4188] = 832, - [4189] = 845, - [4190] = 846, - [4191] = 831, - [4192] = 847, - [4193] = 1028, - [4194] = 835, - [4195] = 849, - [4196] = 837, - [4197] = 1058, - [4198] = 1051, - [4199] = 925, - [4200] = 903, - [4201] = 900, - [4202] = 898, - [4203] = 829, - [4204] = 852, - [4205] = 850, - [4206] = 911, - [4207] = 921, - [4208] = 887, - [4209] = 859, - [4210] = 831, - [4211] = 867, - [4212] = 857, - [4213] = 896, - [4214] = 846, - [4215] = 855, - [4216] = 853, - [4217] = 975, - [4218] = 832, - [4219] = 909, - [4220] = 905, - [4221] = 835, - [4222] = 899, - [4223] = 994, - [4224] = 901, - [4225] = 374, - [4226] = 900, - [4227] = 368, - [4228] = 867, - [4229] = 901, - [4230] = 365, - [4231] = 909, - [4232] = 903, - [4233] = 994, - [4234] = 994, - [4235] = 360, - [4236] = 929, - [4237] = 363, - [4238] = 369, - [4239] = 361, - [4240] = 370, - [4241] = 905, - [4242] = 367, - [4243] = 975, - [4244] = 379, - [4245] = 911, - [4246] = 366, - [4247] = 364, - [4248] = 921, - [4249] = 372, - [4250] = 359, - [4251] = 377, - [4252] = 899, - [4253] = 378, - [4254] = 376, - [4255] = 373, - [4256] = 896, - [4257] = 887, - [4258] = 952, - [4259] = 898, - [4260] = 378, - [4261] = 376, - [4262] = 1034, - [4263] = 1051, - [4264] = 1058, - [4265] = 366, - [4266] = 374, - [4267] = 373, - [4268] = 1040, - [4269] = 360, - [4270] = 867, - [4271] = 361, - [4272] = 1035, - [4273] = 367, - [4274] = 379, - [4275] = 359, - [4276] = 370, - [4277] = 1028, - [4278] = 363, - [4279] = 369, - [4280] = 921, - [4281] = 377, - [4282] = 372, - [4283] = 368, - [4284] = 364, - [4285] = 368, - [4286] = 1035, - [4287] = 1040, - [4288] = 360, - [4289] = 1051, - [4290] = 366, - [4291] = 1058, - [4292] = 367, - [4293] = 374, - [4294] = 1034, - [4295] = 361, - [4296] = 1028, - [4297] = 364, - [4298] = 373, - [4299] = 372, - [4300] = 377, - [4301] = 363, - [4302] = 359, - [4303] = 370, - [4304] = 378, - [4305] = 379, - [4306] = 376, - [4307] = 369, - [4308] = 4308, - [4309] = 4308, - [4310] = 4308, - [4311] = 1058, - [4312] = 4312, - [4313] = 4308, - [4314] = 4308, - [4315] = 1028, - [4316] = 4308, - [4317] = 1034, - [4318] = 1035, - [4319] = 1040, - [4320] = 4312, - [4321] = 4312, - [4322] = 1051, - [4323] = 4312, - [4324] = 4312, - [4325] = 4312, + [3721] = 841, + [3722] = 948, + [3723] = 947, + [3724] = 871, + [3725] = 3725, + [3726] = 995, + [3727] = 984, + [3728] = 999, + [3729] = 1002, + [3730] = 1011, + [3731] = 840, + [3732] = 893, + [3733] = 975, + [3734] = 848, + [3735] = 928, + [3736] = 929, + [3737] = 962, + [3738] = 930, + [3739] = 931, + [3740] = 837, + [3741] = 826, + [3742] = 989, + [3743] = 978, + [3744] = 967, + [3745] = 851, + [3746] = 830, + [3747] = 971, + [3748] = 936, + [3749] = 942, + [3750] = 935, + [3751] = 924, + [3752] = 933, + [3753] = 973, + [3754] = 912, + [3755] = 909, + [3756] = 829, + [3757] = 360, + [3758] = 998, + [3759] = 905, + [3760] = 3760, + [3761] = 979, + [3762] = 876, + [3763] = 994, + [3764] = 993, + [3765] = 850, + [3766] = 904, + [3767] = 907, + [3768] = 878, + [3769] = 833, + [3770] = 902, + [3771] = 953, + [3772] = 830, + [3773] = 959, + [3774] = 986, + [3775] = 378, + [3776] = 980, + [3777] = 377, + [3778] = 901, + [3779] = 977, + [3780] = 827, + [3781] = 981, + [3782] = 837, + [3783] = 361, + [3784] = 841, + [3785] = 362, + [3786] = 945, + [3787] = 830, + [3788] = 1003, + [3789] = 944, + [3790] = 364, + [3791] = 900, + [3792] = 855, + [3793] = 828, + [3794] = 992, + [3795] = 365, + [3796] = 857, + [3797] = 366, + [3798] = 898, + [3799] = 367, + [3800] = 368, + [3801] = 982, + [3802] = 375, + [3803] = 359, + [3804] = 370, + [3805] = 371, + [3806] = 878, + [3807] = 369, + [3808] = 996, + [3809] = 989, + [3810] = 841, + [3811] = 985, + [3812] = 858, + [3813] = 372, + [3814] = 363, + [3815] = 883, + [3816] = 963, + [3817] = 970, + [3818] = 927, + [3819] = 373, + [3820] = 964, + [3821] = 983, + [3822] = 842, + [3823] = 987, + [3824] = 907, + [3825] = 1086, + [3826] = 1162, + [3827] = 1163, + [3828] = 904, + [3829] = 1166, + [3830] = 1173, + [3831] = 1089, + [3832] = 1035, + [3833] = 1143, + [3834] = 1027, + [3835] = 909, + [3836] = 1168, + [3837] = 1063, + [3838] = 1169, + [3839] = 912, + [3840] = 1082, + [3841] = 1172, + [3842] = 900, + [3843] = 369, + [3844] = 1065, + [3845] = 1138, + [3846] = 1165, + [3847] = 1033, + [3848] = 1174, + [3849] = 901, + [3850] = 893, + [3851] = 3851, + [3852] = 905, + [3853] = 1086, + [3854] = 372, + [3855] = 1096, + [3856] = 1064, + [3857] = 1149, + [3858] = 1178, + [3859] = 1179, + [3860] = 828, + [3861] = 373, + [3862] = 842, + [3863] = 840, + [3864] = 839, + [3865] = 375, + [3866] = 836, + [3867] = 1140, + [3868] = 1021, + [3869] = 1134, + [3870] = 987, + [3871] = 902, + [3872] = 863, + [3873] = 989, + [3874] = 885, + [3875] = 1066, + [3876] = 1074, + [3877] = 3877, + [3878] = 1181, + [3879] = 1119, + [3880] = 1118, + [3881] = 1182, + [3882] = 1084, + [3883] = 904, + [3884] = 1040, + [3885] = 1110, + [3886] = 907, + [3887] = 898, + [3888] = 883, + [3889] = 1183, + [3890] = 898, + [3891] = 1048, + [3892] = 1047, + [3893] = 1045, + [3894] = 852, + [3895] = 853, + [3896] = 893, + [3897] = 1059, + [3898] = 1060, + [3899] = 833, + [3900] = 902, + [3901] = 1072, + [3902] = 1085, + [3903] = 1096, + [3904] = 1073, + [3905] = 831, + [3906] = 1076, + [3907] = 1078, + [3908] = 1105, + [3909] = 370, + [3910] = 901, + [3911] = 1038, + [3912] = 1106, + [3913] = 1117, + [3914] = 1175, + [3915] = 1113, + [3916] = 1089, + [3917] = 829, + [3918] = 360, + [3919] = 1056, + [3920] = 900, + [3921] = 1114, + [3922] = 912, + [3923] = 1155, + [3924] = 1068, + [3925] = 1067, + [3926] = 1184, + [3927] = 1103, + [3928] = 978, + [3929] = 3929, + [3930] = 1151, + [3931] = 378, + [3932] = 1158, + [3933] = 1136, + [3934] = 1154, + [3935] = 1185, + [3936] = 377, + [3937] = 1090, + [3938] = 1186, + [3939] = 1083, + [3940] = 893, + [3941] = 1077, + [3942] = 1099, + [3943] = 1053, + [3944] = 1141, + [3945] = 1013, + [3946] = 1123, + [3947] = 852, + [3948] = 1135, + [3949] = 1088, + [3950] = 1115, + [3951] = 1100, + [3952] = 1124, + [3953] = 1026, + [3954] = 361, + [3955] = 1024, + [3956] = 1111, + [3957] = 1018, + [3958] = 1170, + [3959] = 901, + [3960] = 1144, + [3961] = 1116, + [3962] = 853, + [3963] = 1023, + [3964] = 878, + [3965] = 1148, + [3966] = 904, + [3967] = 1084, + [3968] = 1176, + [3969] = 1117, + [3970] = 900, + [3971] = 1080, + [3972] = 3972, + [3973] = 1028, + [3974] = 1175, + [3975] = 1145, + [3976] = 371, + [3977] = 1069, + [3978] = 1041, + [3979] = 1042, + [3980] = 905, + [3981] = 1104, + [3982] = 1043, + [3983] = 912, + [3984] = 359, + [3985] = 1046, + [3986] = 1058, + [3987] = 1132, + [3988] = 1147, + [3989] = 1108, + [3990] = 1015, + [3991] = 1016, + [3992] = 1131, + [3993] = 1130, + [3994] = 1057, + [3995] = 1150, + [3996] = 1153, + [3997] = 1176, + [3998] = 1054, + [3999] = 1055, + [4000] = 1102, + [4001] = 909, + [4002] = 902, + [4003] = 1071, + [4004] = 1070, + [4005] = 368, + [4006] = 1171, + [4007] = 989, + [4008] = 1050, + [4009] = 1120, + [4010] = 4010, + [4011] = 909, + [4012] = 1156, + [4013] = 1036, + [4014] = 1062, + [4015] = 362, + [4016] = 1037, + [4017] = 1075, + [4018] = 367, + [4019] = 1034, + [4020] = 1039, + [4021] = 1081, + [4022] = 1025, + [4023] = 1125, + [4024] = 1139, + [4025] = 1044, + [4026] = 1152, + [4027] = 366, + [4028] = 1061, + [4029] = 1127, + [4030] = 1126, + [4031] = 1129, + [4032] = 898, + [4033] = 1049, + [4034] = 1087, + [4035] = 907, + [4036] = 364, + [4037] = 905, + [4038] = 365, + [4039] = 1051, + [4040] = 997, + [4041] = 853, + [4042] = 853, + [4043] = 817, + [4044] = 1070, + [4045] = 815, + [4046] = 1070, + [4047] = 1071, + [4048] = 814, + [4049] = 370, + [4050] = 816, + [4051] = 1041, + [4052] = 359, + [4053] = 878, + [4054] = 1042, + [4055] = 883, + [4056] = 369, + [4057] = 1043, + [4058] = 1046, + [4059] = 813, + [4060] = 1042, + [4061] = 1041, + [4062] = 367, + [4063] = 372, + [4064] = 373, + [4065] = 1071, + [4066] = 366, + [4067] = 813, + [4068] = 360, + [4069] = 815, + [4070] = 364, + [4071] = 871, + [4072] = 1043, + [4073] = 1046, + [4074] = 362, + [4075] = 814, + [4076] = 361, + [4077] = 375, + [4078] = 377, + [4079] = 878, + [4080] = 883, + [4081] = 817, + [4082] = 378, + [4083] = 852, + [4084] = 816, + [4085] = 852, + [4086] = 371, + [4087] = 365, + [4088] = 852, + [4089] = 853, + [4090] = 368, + [4091] = 853, + [4092] = 852, + [4093] = 372, + [4094] = 858, + [4095] = 369, + [4096] = 830, + [4097] = 814, + [4098] = 370, + [4099] = 852, + [4100] = 853, + [4101] = 359, + [4102] = 813, + [4103] = 368, + [4104] = 367, + [4105] = 366, + [4106] = 360, + [4107] = 989, + [4108] = 815, + [4109] = 373, + [4110] = 363, + [4111] = 365, + [4112] = 375, + [4113] = 364, + [4114] = 1041, + [4115] = 858, + [4116] = 371, + [4117] = 362, + [4118] = 1042, + [4119] = 361, + [4120] = 377, + [4121] = 997, + [4122] = 857, + [4123] = 378, + [4124] = 1043, + [4125] = 1071, + [4126] = 1046, + [4127] = 852, + [4128] = 1070, + [4129] = 853, + [4130] = 816, + [4131] = 855, + [4132] = 853, + [4133] = 852, + [4134] = 817, + [4135] = 978, + [4136] = 826, + [4137] = 827, + [4138] = 841, + [4139] = 855, + [4140] = 857, + [4141] = 827, + [4142] = 826, + [4143] = 837, + [4144] = 831, + [4145] = 852, + [4146] = 1043, + [4147] = 1070, + [4148] = 1071, + [4149] = 905, + [4150] = 829, + [4151] = 1070, + [4152] = 1042, + [4153] = 904, + [4154] = 827, + [4155] = 841, + [4156] = 4156, + [4157] = 833, + [4158] = 1041, + [4159] = 1046, + [4160] = 836, + [4161] = 909, + [4162] = 855, + [4163] = 842, + [4164] = 840, + [4165] = 839, + [4166] = 1071, + [4167] = 1041, + [4168] = 852, + [4169] = 853, + [4170] = 857, + [4171] = 858, + [4172] = 898, + [4173] = 839, + [4174] = 1042, + [4175] = 836, + [4176] = 907, + [4177] = 1043, + [4178] = 1046, + [4179] = 840, + [4180] = 828, + [4181] = 833, + [4182] = 831, + [4183] = 893, + [4184] = 853, + [4185] = 900, + [4186] = 842, + [4187] = 828, + [4188] = 830, + [4189] = 837, + [4190] = 912, + [4191] = 902, + [4192] = 901, + [4193] = 826, + [4194] = 829, + [4195] = 883, + [4196] = 901, + [4197] = 893, + [4198] = 829, + [4199] = 989, + [4200] = 830, + [4201] = 836, + [4202] = 912, + [4203] = 987, + [4204] = 871, + [4205] = 842, + [4206] = 840, + [4207] = 907, + [4208] = 837, + [4209] = 831, + [4210] = 905, + [4211] = 904, + [4212] = 828, + [4213] = 841, + [4214] = 902, + [4215] = 833, + [4216] = 839, + [4217] = 909, + [4218] = 878, + [4219] = 898, + [4220] = 900, + [4221] = 989, + [4222] = 377, + [4223] = 901, + [4224] = 361, + [4225] = 362, + [4226] = 375, + [4227] = 378, + [4228] = 902, + [4229] = 904, + [4230] = 360, + [4231] = 364, + [4232] = 905, + [4233] = 363, + [4234] = 365, + [4235] = 371, + [4236] = 898, + [4237] = 978, + [4238] = 373, + [4239] = 372, + [4240] = 366, + [4241] = 367, + [4242] = 368, + [4243] = 359, + [4244] = 370, + [4245] = 369, + [4246] = 989, + [4247] = 900, + [4248] = 893, + [4249] = 878, + [4250] = 987, + [4251] = 883, + [4252] = 909, + [4253] = 997, + [4254] = 912, + [4255] = 907, + [4256] = 364, + [4257] = 366, + [4258] = 373, + [4259] = 1046, + [4260] = 368, + [4261] = 367, + [4262] = 375, + [4263] = 362, + [4264] = 371, + [4265] = 370, + [4266] = 1043, + [4267] = 359, + [4268] = 369, + [4269] = 883, + [4270] = 1071, + [4271] = 365, + [4272] = 361, + [4273] = 377, + [4274] = 372, + [4275] = 378, + [4276] = 1042, + [4277] = 1041, + [4278] = 878, + [4279] = 1070, + [4280] = 360, + [4281] = 367, + [4282] = 360, + [4283] = 1043, + [4284] = 1046, + [4285] = 366, + [4286] = 365, + [4287] = 373, + [4288] = 372, + [4289] = 1042, + [4290] = 1041, + [4291] = 375, + [4292] = 361, + [4293] = 364, + [4294] = 368, + [4295] = 377, + [4296] = 359, + [4297] = 370, + [4298] = 362, + [4299] = 371, + [4300] = 378, + [4301] = 1070, + [4302] = 1071, + [4303] = 369, + [4304] = 1043, + [4305] = 4305, + [4306] = 4306, + [4307] = 4306, + [4308] = 1070, + [4309] = 1071, + [4310] = 4306, + [4311] = 4305, + [4312] = 4306, + [4313] = 1041, + [4314] = 1046, + [4315] = 4306, + [4316] = 4305, + [4317] = 4305, + [4318] = 1042, + [4319] = 4305, + [4320] = 4306, + [4321] = 4305, + [4322] = 4322, + [4323] = 4323, + [4324] = 4322, + [4325] = 4325, [4326] = 4326, - [4327] = 4326, + [4327] = 4323, [4328] = 4328, [4329] = 4329, [4330] = 4330, [4331] = 4331, [4332] = 4332, [4333] = 4333, - [4334] = 4334, - [4335] = 4328, - [4336] = 4326, + [4334] = 4322, + [4335] = 4335, + [4336] = 4336, [4337] = 4337, - [4338] = 4330, + [4338] = 4325, [4339] = 4330, [4340] = 4328, - [4341] = 4332, + [4341] = 4330, [4342] = 4331, - [4343] = 4332, - [4344] = 4330, - [4345] = 4326, + [4343] = 4343, + [4344] = 4323, + [4345] = 4328, [4346] = 4331, - [4347] = 4332, - [4348] = 4326, + [4347] = 4330, + [4348] = 4348, [4349] = 4330, - [4350] = 4331, - [4351] = 4330, - [4352] = 4331, - [4353] = 4332, - [4354] = 4329, - [4355] = 4355, - [4356] = 4332, - [4357] = 4357, - [4358] = 4328, - [4359] = 4328, - [4360] = 4332, + [4350] = 4322, + [4351] = 4325, + [4352] = 4323, + [4353] = 4323, + [4354] = 4354, + [4355] = 4325, + [4356] = 4322, + [4357] = 4330, + [4358] = 4331, + [4359] = 4325, + [4360] = 4323, [4361] = 4361, [4362] = 4330, - [4363] = 4329, - [4364] = 4364, - [4365] = 4326, - [4366] = 777, - [4367] = 4329, - [4368] = 4330, - [4369] = 4330, - [4370] = 4331, - [4371] = 4329, - [4372] = 4372, - [4373] = 774, - [4374] = 4374, - [4375] = 4326, + [4363] = 756, + [4364] = 4325, + [4365] = 4322, + [4366] = 4322, + [4367] = 4331, + [4368] = 4325, + [4369] = 4323, + [4370] = 4328, + [4371] = 4331, + [4372] = 4328, + [4373] = 4328, + [4374] = 4331, + [4375] = 4325, [4376] = 4376, - [4377] = 4329, - [4378] = 4326, - [4379] = 4329, - [4380] = 4380, - [4381] = 4381, - [4382] = 4332, - [4383] = 4383, - [4384] = 4328, - [4385] = 4385, - [4386] = 4331, + [4377] = 4328, + [4378] = 4328, + [4379] = 4322, + [4380] = 4331, + [4381] = 4323, + [4382] = 4382, + [4383] = 4322, + [4384] = 4330, + [4385] = 4330, + [4386] = 4323, [4387] = 4387, - [4388] = 4331, - [4389] = 4329, - [4390] = 4332, - [4391] = 4391, + [4388] = 4388, + [4389] = 784, + [4390] = 4390, + [4391] = 4325, [4392] = 4328, [4393] = 4331, - [4394] = 4329, - [4395] = 4328, - [4396] = 4326, - [4397] = 4328, + [4394] = 4394, + [4395] = 4395, + [4396] = 4396, + [4397] = 4397, [4398] = 4398, - [4399] = 4399, + [4399] = 4396, [4400] = 4400, - [4401] = 4399, - [4402] = 4402, + [4401] = 4396, + [4402] = 4400, [4403] = 4403, - [4404] = 4402, - [4405] = 4405, - [4406] = 4400, - [4407] = 4405, - [4408] = 4408, - [4409] = 4399, - [4410] = 4405, - [4411] = 4400, - [4412] = 4412, - [4413] = 4400, - [4414] = 4414, - [4415] = 4405, - [4416] = 4414, - [4417] = 4402, - [4418] = 4399, - [4419] = 4403, - [4420] = 4405, - [4421] = 4399, - [4422] = 4400, - [4423] = 4399, - [4424] = 4400, - [4425] = 4412, - [4426] = 4399, - [4427] = 4405, - [4428] = 4405, - [4429] = 4400, - [4430] = 4405, - [4431] = 4399, - [4432] = 4400, - [4433] = 4405, - [4434] = 4402, - [4435] = 4400, - [4436] = 4399, - [4437] = 4400, - [4438] = 4399, - [4439] = 4405, - [4440] = 4400, - [4441] = 4399, - [4442] = 4400, - [4443] = 4414, - [4444] = 4399, - [4445] = 4405, - [4446] = 4399, - [4447] = 4412, - [4448] = 4412, - [4449] = 4399, - [4450] = 4399, - [4451] = 4400, - [4452] = 4405, - [4453] = 4403, - [4454] = 4403, - [4455] = 4414, + [4404] = 4400, + [4405] = 4397, + [4406] = 4403, + [4407] = 4397, + [4408] = 4396, + [4409] = 4409, + [4410] = 4397, + [4411] = 4396, + [4412] = 4398, + [4413] = 4396, + [4414] = 4396, + [4415] = 4396, + [4416] = 4397, + [4417] = 4400, + [4418] = 4397, + [4419] = 4396, + [4420] = 4403, + [4421] = 4409, + [4422] = 4396, + [4423] = 4396, + [4424] = 4403, + [4425] = 4403, + [4426] = 4403, + [4427] = 4403, + [4428] = 4395, + [4429] = 4396, + [4430] = 4400, + [4431] = 4398, + [4432] = 4396, + [4433] = 4400, + [4434] = 4400, + [4435] = 4403, + [4436] = 4400, + [4437] = 4403, + [4438] = 4398, + [4439] = 4400, + [4440] = 4396, + [4441] = 4400, + [4442] = 4395, + [4443] = 4403, + [4444] = 4397, + [4445] = 4397, + [4446] = 4446, + [4447] = 4396, + [4448] = 4395, + [4449] = 4400, + [4450] = 4403, + [4451] = 4403, + [4452] = 4409, + [4453] = 4400, + [4454] = 4400, + [4455] = 4397, [4456] = 4400, - [4457] = 4402, - [4458] = 4399, - [4459] = 4400, - [4460] = 4402, - [4461] = 4405, - [4462] = 4402, - [4463] = 4402, - [4464] = 4405, - [4465] = 4405, - [4466] = 4402, - [4467] = 4412, - [4468] = 4414, - [4469] = 4399, - [4470] = 4402, - [4471] = 4402, - [4472] = 4412, - [4473] = 4399, - [4474] = 4400, - [4475] = 4400, - [4476] = 4414, - [4477] = 4400, - [4478] = 4412, - [4479] = 4399, - [4480] = 4405, - [4481] = 4400, - [4482] = 4482, - [4483] = 4399, - [4484] = 4402, - [4485] = 4405, - [4486] = 4400, - [4487] = 4399, - [4488] = 4405, - [4489] = 4402, - [4490] = 4402, - [4491] = 4405, - [4492] = 4405, - [4493] = 4400, - [4494] = 4399, - [4495] = 4400, - [4496] = 4412, - [4497] = 4399, - [4498] = 4405, - [4499] = 4399, - [4500] = 4400, - [4501] = 4405, - [4502] = 4402, - [4503] = 4402, - [4504] = 4400, - [4505] = 4399, - [4506] = 4400, - [4507] = 4400, - [4508] = 4402, - [4509] = 4405, - [4510] = 4399, - [4511] = 4405, - [4512] = 4399, - [4513] = 4402, - [4514] = 4400, - [4515] = 4412, - [4516] = 4405, - [4517] = 4402, - [4518] = 4402, - [4519] = 4405, - [4520] = 4402, - [4521] = 4521, - [4522] = 4402, - [4523] = 4402, - [4524] = 4524, - [4525] = 4405, - [4526] = 4402, - [4527] = 4403, - [4528] = 785, - [4529] = 764, - [4530] = 785, - [4531] = 773, - [4532] = 801, + [4457] = 4403, + [4458] = 4397, + [4459] = 4459, + [4460] = 4400, + [4461] = 4403, + [4462] = 4462, + [4463] = 4397, + [4464] = 4397, + [4465] = 4400, + [4466] = 4397, + [4467] = 4396, + [4468] = 4396, + [4469] = 4400, + [4470] = 4396, + [4471] = 4397, + [4472] = 4403, + [4473] = 4396, + [4474] = 4403, + [4475] = 4397, + [4476] = 4403, + [4477] = 4409, + [4478] = 4396, + [4479] = 4395, + [4480] = 4400, + [4481] = 4396, + [4482] = 4400, + [4483] = 4397, + [4484] = 4400, + [4485] = 4397, + [4486] = 4396, + [4487] = 4395, + [4488] = 4397, + [4489] = 4397, + [4490] = 4403, + [4491] = 4403, + [4492] = 4403, + [4493] = 4397, + [4494] = 4494, + [4495] = 4396, + [4496] = 4397, + [4497] = 4403, + [4498] = 4400, + [4499] = 4400, + [4500] = 4397, + [4501] = 4397, + [4502] = 4397, + [4503] = 4397, + [4504] = 4398, + [4505] = 4403, + [4506] = 4398, + [4507] = 4409, + [4508] = 4403, + [4509] = 4396, + [4510] = 4400, + [4511] = 4397, + [4512] = 4398, + [4513] = 4400, + [4514] = 4398, + [4515] = 4396, + [4516] = 4400, + [4517] = 4403, + [4518] = 4396, + [4519] = 4397, + [4520] = 4400, + [4521] = 4400, + [4522] = 4396, + [4523] = 4398, + [4524] = 774, + [4525] = 765, + [4526] = 788, + [4527] = 774, + [4528] = 806, + [4529] = 823, + [4530] = 822, + [4531] = 822, + [4532] = 821, [4533] = 820, - [4534] = 823, + [4534] = 813, [4535] = 814, - [4536] = 818, - [4537] = 821, - [4538] = 824, - [4539] = 815, - [4540] = 825, - [4541] = 819, - [4542] = 813, - [4543] = 822, - [4544] = 824, - [4545] = 823, - [4546] = 816, - [4547] = 821, - [4548] = 825, - [4549] = 785, - [4550] = 854, - [4551] = 785, - [4552] = 859, + [4536] = 815, + [4537] = 816, + [4538] = 823, + [4539] = 812, + [4540] = 817, + [4541] = 824, + [4542] = 825, + [4543] = 820, + [4544] = 848, + [4545] = 829, + [4546] = 839, + [4547] = 836, + [4548] = 861, + [4549] = 824, + [4550] = 833, + [4551] = 774, + [4552] = 856, [4553] = 850, - [4554] = 861, - [4555] = 764, - [4556] = 835, - [4557] = 832, - [4558] = 829, - [4559] = 839, - [4560] = 855, - [4561] = 852, - [4562] = 857, - [4563] = 831, - [4564] = 846, - [4565] = 853, - [4566] = 773, - [4567] = 819, - [4568] = 816, - [4569] = 830, - [4570] = 848, - [4571] = 849, - [4572] = 845, - [4573] = 833, - [4574] = 827, - [4575] = 856, - [4576] = 844, - [4577] = 858, - [4578] = 860, - [4579] = 837, - [4580] = 851, + [4554] = 835, + [4555] = 831, + [4556] = 812, + [4557] = 834, + [4558] = 838, + [4559] = 840, + [4560] = 851, + [4561] = 765, + [4562] = 842, + [4563] = 774, + [4564] = 826, + [4565] = 788, + [4566] = 830, + [4567] = 827, + [4568] = 855, + [4569] = 837, + [4570] = 857, + [4571] = 825, + [4572] = 858, + [4573] = 841, + [4574] = 828, + [4575] = 849, + [4576] = 860, + [4577] = 916, + [4578] = 863, + [4579] = 898, + [4580] = 895, [4581] = 907, - [4582] = 899, - [4583] = 869, - [4584] = 905, - [4585] = 887, - [4586] = 909, - [4587] = 925, - [4588] = 911, - [4589] = 868, - [4590] = 920, - [4591] = 921, - [4592] = 919, - [4593] = 904, - [4594] = 821, - [4595] = 867, - [4596] = 917, - [4597] = 915, - [4598] = 865, - [4599] = 801, - [4600] = 924, - [4601] = 871, - [4602] = 894, - [4603] = 828, - [4604] = 854, - [4605] = 856, - [4606] = 910, - [4607] = 898, - [4608] = 858, - [4609] = 914, - [4610] = 861, - [4611] = 901, - [4612] = 823, - [4613] = 906, - [4614] = 900, - [4615] = 886, - [4616] = 884, - [4617] = 908, - [4618] = 896, - [4619] = 903, - [4620] = 891, - [4621] = 969, - [4622] = 941, - [4623] = 944, - [4624] = 945, - [4625] = 963, - [4626] = 946, - [4627] = 956, - [4628] = 813, - [4629] = 971, - [4630] = 820, - [4631] = 1012, - [4632] = 1000, - [4633] = 884, - [4634] = 990, - [4635] = 994, - [4636] = 995, - [4637] = 982, - [4638] = 979, - [4639] = 973, - [4640] = 822, - [4641] = 816, - [4642] = 822, - [4643] = 830, - [4644] = 819, - [4645] = 827, - [4646] = 839, - [4647] = 818, - [4648] = 952, - [4649] = 814, - [4650] = 928, - [4651] = 814, - [4652] = 864, - [4653] = 885, - [4654] = 934, - [4655] = 820, - [4656] = 1001, - [4657] = 966, - [4658] = 960, - [4659] = 987, - [4660] = 939, - [4661] = 814, - [4662] = 936, - [4663] = 851, - [4664] = 999, - [4665] = 860, - [4666] = 942, - [4667] = 815, - [4668] = 833, - [4669] = 972, - [4670] = 828, - [4671] = 997, - [4672] = 935, - [4673] = 815, - [4674] = 1004, - [4675] = 991, - [4676] = 933, - [4677] = 983, - [4678] = 825, - [4679] = 937, - [4680] = 929, - [4681] = 930, - [4682] = 943, - [4683] = 824, - [4684] = 984, - [4685] = 974, - [4686] = 822, - [4687] = 820, - [4688] = 927, - [4689] = 993, - [4690] = 932, - [4691] = 955, - [4692] = 938, - [4693] = 931, - [4694] = 947, - [4695] = 818, - [4696] = 818, - [4697] = 815, - [4698] = 1066, - [4699] = 1123, - [4700] = 1150, - [4701] = 1052, - [4702] = 1055, - [4703] = 1125, - [4704] = 837, - [4705] = 854, - [4706] = 1169, - [4707] = 844, - [4708] = 830, - [4709] = 1149, - [4710] = 1158, - [4711] = 1014, - [4712] = 820, - [4713] = 1079, - [4714] = 1017, - [4715] = 1140, - [4716] = 1109, - [4717] = 1034, - [4718] = 1058, - [4719] = 1076, - [4720] = 837, - [4721] = 1051, - [4722] = 833, - [4723] = 827, - [4724] = 1077, - [4725] = 818, - [4726] = 1166, - [4727] = 1165, - [4728] = 1147, - [4729] = 1172, - [4730] = 1081, - [4731] = 1176, - [4732] = 1065, - [4733] = 1040, - [4734] = 1112, - [4735] = 1063, - [4736] = 1062, - [4737] = 1161, - [4738] = 1035, - [4739] = 1118, - [4740] = 1120, - [4741] = 831, - [4742] = 1159, - [4743] = 845, - [4744] = 1138, - [4745] = 1186, - [4746] = 1075, - [4747] = 848, - [4748] = 1068, - [4749] = 1137, - [4750] = 1173, - [4751] = 828, - [4752] = 1117, - [4753] = 1108, - [4754] = 1116, - [4755] = 853, - [4756] = 1098, - [4757] = 1157, - [4758] = 1114, - [4759] = 1180, - [4760] = 1036, - [4761] = 1078, - [4762] = 1177, - [4763] = 1131, - [4764] = 1049, - [4765] = 849, - [4766] = 859, - [4767] = 1164, - [4768] = 1057, - [4769] = 1136, - [4770] = 1175, - [4771] = 1074, - [4772] = 1110, - [4773] = 1187, - [4774] = 1043, - [4775] = 1061, - [4776] = 857, - [4777] = 1171, + [4582] = 922, + [4583] = 862, + [4584] = 906, + [4585] = 880, + [4586] = 925, + [4587] = 897, + [4588] = 822, + [4589] = 893, + [4590] = 915, + [4591] = 881, + [4592] = 878, + [4593] = 806, + [4594] = 883, + [4595] = 871, + [4596] = 872, + [4597] = 848, + [4598] = 882, + [4599] = 849, + [4600] = 912, + [4601] = 909, + [4602] = 850, + [4603] = 851, + [4604] = 905, + [4605] = 890, + [4606] = 904, + [4607] = 896, + [4608] = 885, + [4609] = 910, + [4610] = 859, + [4611] = 902, + [4612] = 901, + [4613] = 900, + [4614] = 914, + [4615] = 823, + [4616] = 929, + [4617] = 970, + [4618] = 813, + [4619] = 995, + [4620] = 952, + [4621] = 816, + [4622] = 986, + [4623] = 999, + [4624] = 813, + [4625] = 985, + [4626] = 815, + [4627] = 955, + [4628] = 962, + [4629] = 814, + [4630] = 989, + [4631] = 927, + [4632] = 994, + [4633] = 960, + [4634] = 951, + [4635] = 812, + [4636] = 816, + [4637] = 997, + [4638] = 978, + [4639] = 814, + [4640] = 943, + [4641] = 817, + [4642] = 834, + [4643] = 835, + [4644] = 838, + [4645] = 815, + [4646] = 964, + [4647] = 890, + [4648] = 877, + [4649] = 1002, + [4650] = 930, + [4651] = 875, + [4652] = 1011, + [4653] = 975, + [4654] = 817, + [4655] = 983, + [4656] = 931, + [4657] = 945, + [4658] = 935, + [4659] = 936, + [4660] = 947, + [4661] = 825, + [4662] = 971, + [4663] = 942, + [4664] = 870, + [4665] = 824, + [4666] = 992, + [4667] = 820, + [4668] = 860, + [4669] = 856, + [4670] = 967, + [4671] = 933, + [4672] = 973, + [4673] = 984, + [4674] = 979, + [4675] = 953, + [4676] = 959, + [4677] = 980, + [4678] = 813, + [4679] = 977, + [4680] = 817, + [4681] = 861, + [4682] = 963, + [4683] = 948, + [4684] = 816, + [4685] = 981, + [4686] = 982, + [4687] = 859, + [4688] = 944, + [4689] = 821, + [4690] = 928, + [4691] = 814, + [4692] = 815, + [4693] = 1078, + [4694] = 1100, + [4695] = 1156, + [4696] = 1077, + [4697] = 1140, + [4698] = 1082, + [4699] = 1085, + [4700] = 1134, + [4701] = 826, + [4702] = 1099, + [4703] = 1115, + [4704] = 1119, + [4705] = 833, + [4706] = 1118, + [4707] = 855, + [4708] = 1171, + [4709] = 1038, + [4710] = 1116, + [4711] = 1036, + [4712] = 1084, + [4713] = 827, + [4714] = 848, + [4715] = 830, + [4716] = 1110, + [4717] = 1179, + [4718] = 1087, + [4719] = 1037, + [4720] = 1088, + [4721] = 1071, + [4722] = 1070, + [4723] = 1041, + [4724] = 1090, + [4725] = 1042, + [4726] = 1043, + [4727] = 1046, + [4728] = 1069, + [4729] = 1102, + [4730] = 1048, + [4731] = 1103, + [4732] = 1049, + [4733] = 1143, + [4734] = 1104, + [4735] = 858, + [4736] = 1045, + [4737] = 1108, + [4738] = 1072, + [4739] = 1039, + [4740] = 1074, + [4741] = 1111, + [4742] = 1026, + [4743] = 1081, + [4744] = 1055, + [4745] = 1120, + [4746] = 1076, + [4747] = 1057, + [4748] = 1123, + [4749] = 815, + [4750] = 1172, + [4751] = 1056, + [4752] = 1105, + [4753] = 1024, + [4754] = 1003, + [4755] = 835, + [4756] = 857, + [4757] = 861, + [4758] = 1106, + [4759] = 1169, + [4760] = 1050, + [4761] = 1066, + [4762] = 996, + [4763] = 1113, + [4764] = 1184, + [4765] = 1175, + [4766] = 826, + [4767] = 1058, + [4768] = 1114, + [4769] = 1141, + [4770] = 1021, + [4771] = 856, + [4772] = 860, + [4773] = 1149, + [4774] = 1125, + [4775] = 1176, + [4776] = 1165, + [4777] = 827, [4778] = 855, - [4779] = 1059, - [4780] = 1143, - [4781] = 829, - [4782] = 1144, - [4783] = 832, - [4784] = 1174, - [4785] = 1018, - [4786] = 1148, - [4787] = 1170, - [4788] = 822, - [4789] = 1019, - [4790] = 1020, - [4791] = 835, - [4792] = 1030, - [4793] = 1021, - [4794] = 850, - [4795] = 1024, - [4796] = 835, - [4797] = 1029, - [4798] = 850, - [4799] = 859, - [4800] = 1129, - [4801] = 832, - [4802] = 1025, - [4803] = 829, - [4804] = 1042, - [4805] = 846, - [4806] = 839, - [4807] = 852, - [4808] = 853, - [4809] = 1167, - [4810] = 1135, - [4811] = 1082, - [4812] = 1023, - [4813] = 1048, - [4814] = 814, - [4815] = 860, - [4816] = 851, - [4817] = 1026, - [4818] = 1027, - [4819] = 1181, - [4820] = 1031, - [4821] = 849, - [4822] = 1033, - [4823] = 1145, - [4824] = 1132, - [4825] = 1128, - [4826] = 855, - [4827] = 1124, - [4828] = 857, - [4829] = 1038, - [4830] = 1054, - [4831] = 1028, - [4832] = 1115, - [4833] = 1122, - [4834] = 1099, - [4835] = 844, - [4836] = 1039, - [4837] = 1067, - [4838] = 1085, - [4839] = 847, - [4840] = 847, - [4841] = 842, - [4842] = 1163, - [4843] = 988, - [4844] = 967, - [4845] = 968, - [4846] = 1133, - [4847] = 848, - [4848] = 861, - [4849] = 849, - [4850] = 848, - [4851] = 1182, - [4852] = 842, - [4853] = 1106, - [4854] = 1153, - [4855] = 1168, - [4856] = 1183, - [4857] = 858, - [4858] = 845, - [4859] = 1054, - [4860] = 1041, - [4861] = 1057, - [4862] = 1162, - [4863] = 844, - [4864] = 1044, - [4865] = 1094, - [4866] = 837, - [4867] = 1160, - [4868] = 1047, - [4869] = 815, - [4870] = 1050, - [4871] = 1185, - [4872] = 1053, - [4873] = 1056, - [4874] = 1064, - [4875] = 1069, - [4876] = 1070, - [4877] = 1071, - [4878] = 1072, - [4879] = 1073, - [4880] = 1083, - [4881] = 1130, - [4882] = 1104, - [4883] = 1092, - [4884] = 1103, - [4885] = 845, - [4886] = 1097, - [4887] = 1155, - [4888] = 1151, - [4889] = 1154, - [4890] = 1139, - [4891] = 1141, - [4892] = 856, - [4893] = 1101, - [4894] = 868, - [4895] = 857, - [4896] = 871, - [4897] = 884, - [4898] = 835, - [4899] = 837, - [4900] = 924, - [4901] = 829, - [4902] = 846, - [4903] = 855, - [4904] = 815, - [4905] = 852, - [4906] = 906, - [4907] = 907, - [4908] = 994, - [4909] = 975, - [4910] = 849, - [4911] = 915, - [4912] = 921, - [4913] = 887, - [4914] = 900, - [4915] = 848, - [4916] = 867, - [4917] = 901, - [4918] = 1012, - [4919] = 831, - [4920] = 904, - [4921] = 982, - [4922] = 910, - [4923] = 869, - [4924] = 979, - [4925] = 973, - [4926] = 845, - [4927] = 820, - [4928] = 886, - [4929] = 896, - [4930] = 857, - [4931] = 853, - [4932] = 898, - [4933] = 899, - [4934] = 853, - [4935] = 938, - [4936] = 974, - [4937] = 991, - [4938] = 917, - [4939] = 925, - [4940] = 855, - [4941] = 850, - [4942] = 859, - [4943] = 829, - [4944] = 908, - [4945] = 1004, - [4946] = 972, - [4947] = 903, - [4948] = 844, - [4949] = 865, - [4950] = 832, - [4951] = 925, - [4952] = 919, - [4953] = 911, - [4954] = 822, - [4955] = 920, - [4956] = 905, - [4957] = 818, - [4958] = 894, - [4959] = 909, - [4960] = 859, - [4961] = 850, - [4962] = 914, - [4963] = 814, - [4964] = 835, - [4965] = 832, - [4966] = 899, - [4967] = 885, - [4968] = 942, + [4779] = 1047, + [4780] = 1181, + [4781] = 1182, + [4782] = 834, + [4783] = 1158, + [4784] = 1154, + [4785] = 1155, + [4786] = 1183, + [4787] = 1175, + [4788] = 1063, + [4789] = 1034, + [4790] = 1016, + [4791] = 1152, + [4792] = 1147, + [4793] = 1018, + [4794] = 1173, + [4795] = 1145, + [4796] = 1064, + [4797] = 828, + [4798] = 836, + [4799] = 841, + [4800] = 831, + [4801] = 837, + [4802] = 1068, + [4803] = 858, + [4804] = 1053, + [4805] = 817, + [4806] = 853, + [4807] = 1129, + [4808] = 852, + [4809] = 1132, + [4810] = 1086, + [4811] = 1135, + [4812] = 998, + [4813] = 1051, + [4814] = 1185, + [4815] = 1168, + [4816] = 1186, + [4817] = 1025, + [4818] = 826, + [4819] = 1170, + [4820] = 1027, + [4821] = 1033, + [4822] = 1178, + [4823] = 1162, + [4824] = 1130, + [4825] = 1138, + [4826] = 1013, + [4827] = 1035, + [4828] = 1131, + [4829] = 853, + [4830] = 852, + [4831] = 1040, + [4832] = 1054, + [4833] = 1124, + [4834] = 851, + [4835] = 1059, + [4836] = 1060, + [4837] = 1028, + [4838] = 827, + [4839] = 1061, + [4840] = 850, + [4841] = 1089, + [4842] = 839, + [4843] = 1062, + [4844] = 1065, + [4845] = 1067, + [4846] = 829, + [4847] = 1075, + [4848] = 855, + [4849] = 857, + [4850] = 1136, + [4851] = 1023, + [4852] = 1150, + [4853] = 1139, + [4854] = 838, + [4855] = 829, + [4856] = 858, + [4857] = 849, + [4858] = 816, + [4859] = 1080, + [4860] = 1096, + [4861] = 1127, + [4862] = 1176, + [4863] = 1148, + [4864] = 831, + [4865] = 833, + [4866] = 840, + [4867] = 836, + [4868] = 1166, + [4869] = 857, + [4870] = 1073, + [4871] = 839, + [4872] = 1044, + [4873] = 814, + [4874] = 840, + [4875] = 842, + [4876] = 813, + [4877] = 1151, + [4878] = 828, + [4879] = 1153, + [4880] = 1174, + [4881] = 1126, + [4882] = 1163, + [4883] = 1117, + [4884] = 859, + [4885] = 1144, + [4886] = 1083, + [4887] = 842, + [4888] = 1015, + [4889] = 828, + [4890] = 915, + [4891] = 829, + [4892] = 897, + [4893] = 871, + [4894] = 883, + [4895] = 833, + [4896] = 831, + [4897] = 829, + [4898] = 842, + [4899] = 836, + [4900] = 890, + [4901] = 827, + [4902] = 840, + [4903] = 916, + [4904] = 878, + [4905] = 857, + [4906] = 840, + [4907] = 909, + [4908] = 863, + [4909] = 900, + [4910] = 987, + [4911] = 871, + [4912] = 842, + [4913] = 814, + [4914] = 989, + [4915] = 858, + [4916] = 893, + [4917] = 914, + [4918] = 898, + [4919] = 910, + [4920] = 907, + [4921] = 839, + [4922] = 901, + [4923] = 826, + [4924] = 862, + [4925] = 817, + [4926] = 830, + [4927] = 902, + [4928] = 815, + [4929] = 839, + [4930] = 836, + [4931] = 881, + [4932] = 904, + [4933] = 872, + [4934] = 885, + [4935] = 896, + [4936] = 880, + [4937] = 925, + [4938] = 882, + [4939] = 841, + [4940] = 813, + [4941] = 984, + [4942] = 837, + [4943] = 816, + [4944] = 985, + [4945] = 986, + [4946] = 994, + [4947] = 922, + [4948] = 912, + [4949] = 828, + [4950] = 999, + [4951] = 905, + [4952] = 1002, + [4953] = 895, + [4954] = 831, + [4955] = 855, + [4956] = 833, + [4957] = 1011, + [4958] = 906, + [4959] = 975, + [4960] = 945, + [4961] = 904, + [4962] = 982, + [4963] = 910, + [4964] = 841, + [4965] = 855, + [4966] = 915, + [4967] = 971, + [4968] = 935, [4969] = 995, - [4970] = 852, - [4971] = 955, - [4972] = 935, - [4973] = 891, - [4974] = 852, - [4975] = 1012, - [4976] = 845, - [4977] = 894, - [4978] = 984, - [4979] = 943, - [4980] = 942, - [4981] = 947, - [4982] = 941, - [4983] = 831, - [4984] = 982, - [4985] = 979, - [4986] = 994, - [4987] = 973, - [4988] = 864, - [4989] = 1001, - [4990] = 911, - [4991] = 927, - [4992] = 846, - [4993] = 956, - [4994] = 944, - [4995] = 971, - [4996] = 848, - [4997] = 934, - [4998] = 993, - [4999] = 990, - [5000] = 868, - [5001] = 891, - [5002] = 871, - [5003] = 963, - [5004] = 927, - [5005] = 938, - [5006] = 974, - [5007] = 966, + [4970] = 962, + [4971] = 936, + [4972] = 870, + [4973] = 893, + [4974] = 943, + [4975] = 943, + [4976] = 898, + [4977] = 907, + [4978] = 895, + [4979] = 992, + [4980] = 862, + [4981] = 980, + [4982] = 973, + [4983] = 929, + [4984] = 830, + [4985] = 963, + [4986] = 837, + [4987] = 827, + [4988] = 914, + [4989] = 900, + [4990] = 983, + [4991] = 857, + [4992] = 978, + [4993] = 964, + [4994] = 906, + [4995] = 984, + [4996] = 904, + [4997] = 896, + [4998] = 870, + [4999] = 905, + [5000] = 999, + [5001] = 927, + [5002] = 841, + [5003] = 877, + [5004] = 930, + [5005] = 945, + [5006] = 948, + [5007] = 970, [5008] = 960, - [5009] = 937, - [5010] = 849, - [5011] = 994, - [5012] = 896, - [5013] = 931, - [5014] = 952, - [5015] = 909, - [5016] = 864, - [5017] = 997, - [5018] = 898, - [5019] = 915, - [5020] = 930, - [5021] = 910, - [5022] = 869, - [5023] = 896, - [5024] = 928, - [5025] = 975, - [5026] = 924, - [5027] = 898, - [5028] = 899, - [5029] = 969, - [5030] = 945, - [5031] = 903, - [5032] = 929, - [5033] = 905, - [5034] = 837, - [5035] = 952, - [5036] = 909, - [5037] = 911, - [5038] = 939, - [5039] = 936, - [5040] = 975, - [5041] = 929, - [5042] = 991, - [5043] = 1004, - [5044] = 920, - [5045] = 994, - [5046] = 831, - [5047] = 921, - [5048] = 919, - [5049] = 987, - [5050] = 972, - [5051] = 999, - [5052] = 885, - [5053] = 867, - [5054] = 903, - [5055] = 1000, - [5056] = 946, - [5057] = 933, - [5058] = 886, - [5059] = 844, - [5060] = 908, - [5061] = 907, - [5062] = 932, - [5063] = 846, - [5064] = 900, - [5065] = 905, - [5066] = 934, - [5067] = 887, - [5068] = 997, - [5069] = 983, - [5070] = 901, - [5071] = 909, - [5072] = 1072, - [5073] = 1123, - [5074] = 1028, - [5075] = 911, - [5076] = 1131, - [5077] = 1027, - [5078] = 921, - [5079] = 1014, - [5080] = 911, - [5081] = 1042, - [5082] = 1079, - [5083] = 1159, - [5084] = 1054, - [5085] = 1162, - [5086] = 1168, - [5087] = 1169, - [5088] = 1064, - [5089] = 909, - [5090] = 1025, - [5091] = 1129, - [5092] = 1001, - [5093] = 1137, - [5094] = 1125, - [5095] = 901, - [5096] = 1024, - [5097] = 967, - [5098] = 887, - [5099] = 1021, - [5100] = 1139, - [5101] = 1177, - [5102] = 1141, - [5103] = 1083, - [5104] = 1056, - [5105] = 1054, - [5106] = 1167, - [5107] = 1034, - [5108] = 1147, - [5109] = 1051, - [5110] = 1058, - [5111] = 936, - [5112] = 1026, - [5113] = 1020, - [5114] = 1066, - [5115] = 1094, - [5116] = 1162, - [5117] = 901, - [5118] = 1068, - [5119] = 1170, - [5120] = 847, - [5121] = 900, - [5122] = 1166, - [5123] = 1186, - [5124] = 1053, - [5125] = 1019, - [5126] = 842, - [5127] = 1170, - [5128] = 1101, - [5129] = 1075, - [5130] = 1104, - [5131] = 1023, - [5132] = 1106, - [5133] = 968, - [5134] = 1158, - [5135] = 1161, - [5136] = 1169, - [5137] = 1030, - [5138] = 1187, - [5139] = 1050, - [5140] = 1130, - [5141] = 1185, - [5142] = 1117, - [5143] = 1183, - [5144] = 1029, - [5145] = 1182, - [5146] = 1181, - [5147] = 842, - [5148] = 921, - [5149] = 1164, - [5150] = 1049, - [5151] = 867, - [5152] = 1160, - [5153] = 1030, - [5154] = 1057, - [5155] = 1175, - [5156] = 1047, - [5157] = 1092, - [5158] = 1044, - [5159] = 1116, - [5160] = 1115, - [5161] = 1067, - [5162] = 1173, - [5163] = 1048, - [5164] = 905, - [5165] = 1145, - [5166] = 1103, - [5167] = 1097, - [5168] = 1110, - [5169] = 847, - [5170] = 1114, - [5171] = 1172, - [5172] = 1043, - [5173] = 896, - [5174] = 1085, - [5175] = 1180, - [5176] = 1018, - [5177] = 1099, - [5178] = 1157, - [5179] = 896, - [5180] = 1171, - [5181] = 1122, - [5182] = 1074, - [5183] = 1124, - [5184] = 1078, - [5185] = 1161, - [5186] = 1036, - [5187] = 1069, - [5188] = 903, - [5189] = 1070, - [5190] = 898, - [5191] = 1098, - [5192] = 1128, - [5193] = 1155, - [5194] = 1132, - [5195] = 944, - [5196] = 898, - [5197] = 968, - [5198] = 1163, - [5199] = 1082, - [5200] = 967, - [5201] = 1154, - [5202] = 1135, - [5203] = 887, - [5204] = 1176, - [5205] = 1150, - [5206] = 900, - [5207] = 853, - [5208] = 1149, - [5209] = 1057, - [5210] = 1174, - [5211] = 1040, - [5212] = 835, - [5213] = 1151, - [5214] = 1059, - [5215] = 1108, - [5216] = 1035, - [5217] = 1065, - [5218] = 1031, - [5219] = 899, - [5220] = 1061, - [5221] = 1136, - [5222] = 1033, - [5223] = 829, - [5224] = 1153, - [5225] = 1140, - [5226] = 1062, - [5227] = 1073, - [5228] = 1063, - [5229] = 850, - [5230] = 1165, - [5231] = 1133, - [5232] = 999, - [5233] = 857, - [5234] = 855, - [5235] = 1000, - [5236] = 1052, - [5237] = 899, - [5238] = 1017, - [5239] = 832, - [5240] = 1081, - [5241] = 1055, - [5242] = 941, - [5243] = 903, - [5244] = 1112, - [5245] = 1077, - [5246] = 1148, - [5247] = 1076, - [5248] = 1118, - [5249] = 1120, - [5250] = 905, - [5251] = 1071, - [5252] = 1041, - [5253] = 1138, - [5254] = 988, - [5255] = 931, - [5256] = 1038, - [5257] = 1159, - [5258] = 988, - [5259] = 1168, - [5260] = 1039, - [5261] = 1143, - [5262] = 1144, - [5263] = 859, - [5264] = 1109, - [5265] = 867, - [5266] = 963, - [5267] = 815, - [5268] = 983, - [5269] = 946, - [5270] = 945, - [5271] = 987, - [5272] = 5272, - [5273] = 925, - [5274] = 921, - [5275] = 5275, - [5276] = 847, - [5277] = 1058, - [5278] = 1051, - [5279] = 1040, - [5280] = 1035, - [5281] = 1034, - [5282] = 1028, - [5283] = 847, - [5284] = 842, - [5285] = 842, - [5286] = 822, - [5287] = 937, - [5288] = 960, - [5289] = 966, - [5290] = 867, - [5291] = 932, - [5292] = 820, - [5293] = 990, - [5294] = 993, - [5295] = 969, - [5296] = 928, - [5297] = 930, - [5298] = 933, - [5299] = 955, - [5300] = 935, - [5301] = 939, - [5302] = 822, - [5303] = 818, - [5304] = 814, - [5305] = 842, - [5306] = 815, - [5307] = 847, - [5308] = 5308, - [5309] = 971, - [5310] = 814, - [5311] = 818, - [5312] = 956, - [5313] = 820, - [5314] = 947, - [5315] = 943, - [5316] = 1180, - [5317] = 1079, - [5318] = 847, - [5319] = 848, - [5320] = 845, - [5321] = 952, - [5322] = 844, - [5323] = 1023, - [5324] = 929, - [5325] = 837, - [5326] = 847, - [5327] = 831, - [5328] = 393, - [5329] = 842, - [5330] = 1153, - [5331] = 384, - [5332] = 1034, - [5333] = 1028, - [5334] = 852, - [5335] = 1029, - [5336] = 1043, - [5337] = 1177, - [5338] = 846, - [5339] = 1035, - [5340] = 824, - [5341] = 1155, - [5342] = 1154, - [5343] = 1040, - [5344] = 1186, - [5345] = 5345, - [5346] = 1157, - [5347] = 1160, - [5348] = 1058, - [5349] = 1147, - [5350] = 849, - [5351] = 1026, + [5009] = 962, + [5010] = 931, + [5011] = 942, + [5012] = 955, + [5013] = 858, + [5014] = 944, + [5015] = 975, + [5016] = 875, + [5017] = 1011, + [5018] = 933, + [5019] = 909, + [5020] = 912, + [5021] = 981, + [5022] = 952, + [5023] = 837, + [5024] = 951, + [5025] = 912, + [5026] = 979, + [5027] = 905, + [5028] = 987, + [5029] = 878, + [5030] = 971, + [5031] = 1002, + [5032] = 977, + [5033] = 830, + [5034] = 902, + [5035] = 901, + [5036] = 989, + [5037] = 909, + [5038] = 928, + [5039] = 989, + [5040] = 875, + [5041] = 883, + [5042] = 925, + [5043] = 997, + [5044] = 994, + [5045] = 986, + [5046] = 922, + [5047] = 947, + [5048] = 987, + [5049] = 880, + [5050] = 985, + [5051] = 989, + [5052] = 877, + [5053] = 978, + [5054] = 900, + [5055] = 902, + [5056] = 992, + [5057] = 897, + [5058] = 997, + [5059] = 916, + [5060] = 959, + [5061] = 826, + [5062] = 967, + [5063] = 901, + [5064] = 953, + [5065] = 1154, + [5066] = 1073, + [5067] = 1106, + [5068] = 1105, + [5069] = 905, + [5070] = 935, + [5071] = 902, + [5072] = 1117, + [5073] = 1078, + [5074] = 853, + [5075] = 1069, + [5076] = 1113, + [5077] = 1114, + [5078] = 852, + [5079] = 1175, + [5080] = 1174, + [5081] = 1034, + [5082] = 1074, + [5083] = 1096, + [5084] = 930, + [5085] = 1141, + [5086] = 1071, + [5087] = 1068, + [5088] = 1070, + [5089] = 1108, + [5090] = 839, + [5091] = 1118, + [5092] = 1117, + [5093] = 1104, + [5094] = 1076, + [5095] = 1089, + [5096] = 898, + [5097] = 1028, + [5098] = 1016, + [5099] = 1115, + [5100] = 1086, + [5101] = 1100, + [5102] = 1156, + [5103] = 1176, + [5104] = 1084, + [5105] = 1148, + [5106] = 1178, + [5107] = 1144, + [5108] = 1103, + [5109] = 1158, + [5110] = 912, + [5111] = 909, + [5112] = 1049, + [5113] = 1051, + [5114] = 1003, + [5115] = 829, + [5116] = 1130, + [5117] = 1176, + [5118] = 1072, + [5119] = 1096, + [5120] = 1111, + [5121] = 901, + [5122] = 1102, + [5123] = 1028, + [5124] = 1041, + [5125] = 1175, + [5126] = 1150, + [5127] = 1058, + [5128] = 1055, + [5129] = 1057, + [5130] = 1042, + [5131] = 1043, + [5132] = 1037, + [5133] = 1056, + [5134] = 1045, + [5135] = 1123, + [5136] = 1090, + [5137] = 1088, + [5138] = 1046, + [5139] = 900, + [5140] = 1151, + [5141] = 1153, + [5142] = 1047, + [5143] = 1087, + [5144] = 1048, + [5145] = 1170, + [5146] = 831, + [5147] = 1179, + [5148] = 1124, + [5149] = 840, + [5150] = 1038, + [5151] = 853, + [5152] = 893, + [5153] = 852, + [5154] = 1110, + [5155] = 1169, + [5156] = 912, + [5157] = 1149, + [5158] = 1165, + [5159] = 905, + [5160] = 1129, + [5161] = 883, + [5162] = 1172, + [5163] = 931, + [5164] = 842, + [5165] = 907, + [5166] = 1132, + [5167] = 1080, + [5168] = 1127, + [5169] = 1168, + [5170] = 1023, + [5171] = 1145, + [5172] = 1119, + [5173] = 1083, + [5174] = 883, + [5175] = 1085, + [5176] = 1135, + [5177] = 1026, + [5178] = 900, + [5179] = 1126, + [5180] = 878, + [5181] = 1082, + [5182] = 1138, + [5183] = 1089, + [5184] = 1166, + [5185] = 1155, + [5186] = 1099, + [5187] = 901, + [5188] = 1131, + [5189] = 1077, + [5190] = 1171, + [5191] = 998, + [5192] = 1115, + [5193] = 836, + [5194] = 1024, + [5195] = 1163, + [5196] = 1162, + [5197] = 980, + [5198] = 1084, + [5199] = 1063, + [5200] = 1139, + [5201] = 1013, + [5202] = 1053, + [5203] = 1003, + [5204] = 1015, + [5205] = 902, + [5206] = 1086, + [5207] = 1044, + [5208] = 996, + [5209] = 1120, + [5210] = 996, + [5211] = 893, + [5212] = 1186, + [5213] = 1125, + [5214] = 1136, + [5215] = 1152, + [5216] = 1143, + [5217] = 1075, + [5218] = 1067, + [5219] = 828, + [5220] = 964, + [5221] = 1065, + [5222] = 1066, + [5223] = 1062, + [5224] = 1061, + [5225] = 1060, + [5226] = 878, + [5227] = 1147, + [5228] = 1081, + [5229] = 1021, + [5230] = 1064, + [5231] = 1059, + [5232] = 1054, + [5233] = 1040, + [5234] = 1035, + [5235] = 998, + [5236] = 1050, + [5237] = 1033, + [5238] = 1184, + [5239] = 1027, + [5240] = 1185, + [5241] = 1025, + [5242] = 907, + [5243] = 1036, + [5244] = 898, + [5245] = 909, + [5246] = 1018, + [5247] = 1140, + [5248] = 904, + [5249] = 952, + [5250] = 1134, + [5251] = 1116, + [5252] = 1183, + [5253] = 904, + [5254] = 1039, + [5255] = 955, + [5256] = 1173, + [5257] = 833, + [5258] = 1182, + [5259] = 1181, + [5260] = 852, + [5261] = 928, + [5262] = 982, + [5263] = 813, + [5264] = 853, + [5265] = 951, + [5266] = 852, + [5267] = 927, + [5268] = 853, + [5269] = 981, + [5270] = 929, + [5271] = 5271, + [5272] = 852, + [5273] = 5273, + [5274] = 1043, + [5275] = 883, + [5276] = 960, + [5277] = 1046, + [5278] = 878, + [5279] = 948, + [5280] = 1042, + [5281] = 1041, + [5282] = 979, + [5283] = 973, + [5284] = 871, + [5285] = 1071, + [5286] = 967, + [5287] = 983, + [5288] = 1070, + [5289] = 936, + [5290] = 963, + [5291] = 817, + [5292] = 816, + [5293] = 5293, + [5294] = 853, + [5295] = 815, + [5296] = 970, + [5297] = 933, + [5298] = 817, + [5299] = 814, + [5300] = 953, + [5301] = 959, + [5302] = 944, + [5303] = 814, + [5304] = 815, + [5305] = 947, + [5306] = 977, + [5307] = 813, + [5308] = 816, + [5309] = 942, + [5310] = 1125, + [5311] = 858, + [5312] = 827, + [5313] = 855, + [5314] = 826, + [5315] = 857, + [5316] = 1134, + [5317] = 858, + [5318] = 1119, + [5319] = 1099, + [5320] = 852, + [5321] = 853, + [5322] = 3556, + [5323] = 1034, + [5324] = 853, + [5325] = 1118, + [5326] = 852, + [5327] = 1156, + [5328] = 1171, + [5329] = 1110, + [5330] = 1048, + [5331] = 1047, + [5332] = 1045, + [5333] = 1072, + [5334] = 1116, + [5335] = 1076, + [5336] = 1078, + [5337] = 1105, + [5338] = 1046, + [5339] = 857, + [5340] = 1168, + [5341] = 1041, + [5342] = 1106, + [5343] = 826, + [5344] = 1113, + [5345] = 1150, + [5346] = 1126, + [5347] = 1114, + [5348] = 1141, + [5349] = 1140, + [5350] = 1123, + [5351] = 1124, [5352] = 1051, - [5353] = 1148, - [5354] = 1051, - [5355] = 1058, - [5356] = 1144, - [5357] = 1166, - [5358] = 1167, - [5359] = 1143, - [5360] = 1014, - [5361] = 1138, - [5362] = 387, - [5363] = 1120, - [5364] = 1118, - [5365] = 1085, - [5366] = 842, - [5367] = 3568, - [5368] = 1099, - [5369] = 1122, - [5370] = 1123, - [5371] = 837, - [5372] = 822, - [5373] = 1124, - [5374] = 994, - [5375] = 1137, - [5376] = 386, - [5377] = 1139, - [5378] = 1141, - [5379] = 844, - [5380] = 818, - [5381] = 1128, - [5382] = 1027, - [5383] = 845, - [5384] = 1066, - [5385] = 914, - [5386] = 1132, - [5387] = 815, - [5388] = 1172, - [5389] = 848, - [5390] = 1055, - [5391] = 1068, - [5392] = 814, - [5393] = 1163, - [5394] = 1112, - [5395] = 820, - [5396] = 849, - [5397] = 1082, - [5398] = 1135, - [5399] = 1174, - [5400] = 1173, - [5401] = 1034, - [5402] = 1028, - [5403] = 1175, - [5404] = 1081, - [5405] = 1059, - [5406] = 1061, - [5407] = 1136, - [5408] = 847, - [5409] = 842, - [5410] = 1140, - [5411] = 1062, - [5412] = 904, - [5413] = 1063, - [5414] = 1165, - [5415] = 1133, - [5416] = 1158, - [5417] = 1052, - [5418] = 1017, - [5419] = 1187, - [5420] = 1129, - [5421] = 1185, - [5422] = 1181, - [5423] = 1183, - [5424] = 1182, - [5425] = 1042, - [5426] = 911, - [5427] = 887, - [5428] = 829, - [5429] = 855, - [5430] = 857, - [5431] = 431, - [5432] = 1028, - [5433] = 901, - [5434] = 852, - [5435] = 816, - [5436] = 433, - [5437] = 846, - [5438] = 1034, - [5439] = 435, - [5440] = 819, - [5441] = 1035, - [5442] = 821, - [5443] = 884, - [5444] = 1040, - [5445] = 835, - [5446] = 850, - [5447] = 859, - [5448] = 1051, - [5449] = 853, - [5450] = 1058, - [5451] = 900, - [5452] = 430, - [5453] = 384, - [5454] = 393, - [5455] = 859, - [5456] = 896, - [5457] = 898, - [5458] = 823, - [5459] = 850, - [5460] = 835, - [5461] = 899, - [5462] = 853, - [5463] = 837, - [5464] = 903, - [5465] = 831, - [5466] = 5466, - [5467] = 844, - [5468] = 832, - [5469] = 5469, - [5470] = 905, - [5471] = 829, - [5472] = 845, - [5473] = 848, - [5474] = 424, - [5475] = 855, - [5476] = 857, - [5477] = 386, - [5478] = 909, - [5479] = 849, - [5480] = 832, - [5481] = 387, - [5482] = 909, - [5483] = 900, - [5484] = 861, - [5485] = 1054, - [5486] = 5486, - [5487] = 854, - [5488] = 898, - [5489] = 856, - [5490] = 5486, - [5491] = 5486, - [5492] = 407, - [5493] = 424, - [5494] = 433, - [5495] = 5486, - [5496] = 409, - [5497] = 921, - [5498] = 5486, - [5499] = 5499, - [5500] = 925, - [5501] = 3724, - [5502] = 411, - [5503] = 858, - [5504] = 852, - [5505] = 846, - [5506] = 859, - [5507] = 5486, - [5508] = 896, - [5509] = 901, - [5510] = 867, - [5511] = 994, - [5512] = 5486, - [5513] = 431, - [5514] = 5486, - [5515] = 850, - [5516] = 857, - [5517] = 5517, - [5518] = 835, - [5519] = 435, - [5520] = 410, - [5521] = 5486, - [5522] = 832, - [5523] = 430, - [5524] = 975, - [5525] = 887, - [5526] = 831, - [5527] = 911, - [5528] = 829, - [5529] = 853, - [5530] = 855, - [5531] = 1057, - [5532] = 905, - [5533] = 903, - [5534] = 899, - [5535] = 3979, - [5536] = 842, - [5537] = 921, + [5353] = 395, + [5354] = 1127, + [5355] = 1129, + [5356] = 1132, + [5357] = 820, + [5358] = 978, + [5359] = 1138, + [5360] = 1069, + [5361] = 1131, + [5362] = 5362, + [5363] = 1023, + [5364] = 387, + [5365] = 1049, + [5366] = 1042, + [5367] = 1135, + [5368] = 841, + [5369] = 813, + [5370] = 1130, + [5371] = 827, + [5372] = 1143, + [5373] = 1018, + [5374] = 1152, + [5375] = 1044, + [5376] = 814, + [5377] = 837, + [5378] = 815, + [5379] = 816, + [5380] = 817, + [5381] = 1169, + [5382] = 1174, + [5383] = 1056, + [5384] = 1074, + [5385] = 1170, + [5386] = 381, + [5387] = 997, + [5388] = 1100, + [5389] = 1162, + [5390] = 885, + [5391] = 1163, + [5392] = 1083, + [5393] = 1055, + [5394] = 1172, + [5395] = 989, + [5396] = 1185, + [5397] = 853, + [5398] = 1184, + [5399] = 1041, + [5400] = 852, + [5401] = 830, + [5402] = 1053, + [5403] = 863, + [5404] = 1042, + [5405] = 1026, + [5406] = 1073, + [5407] = 1046, + [5408] = 1179, + [5409] = 1178, + [5410] = 855, + [5411] = 1070, + [5412] = 1058, + [5413] = 1166, + [5414] = 390, + [5415] = 1057, + [5416] = 1024, + [5417] = 1043, + [5418] = 1043, + [5419] = 1071, + [5420] = 5420, + [5421] = 829, + [5422] = 437, + [5423] = 381, + [5424] = 422, + [5425] = 823, + [5426] = 390, + [5427] = 841, + [5428] = 837, + [5429] = 828, + [5430] = 842, + [5431] = 387, + [5432] = 912, + [5433] = 840, + [5434] = 839, + [5435] = 909, + [5436] = 836, + [5437] = 833, + [5438] = 831, + [5439] = 1041, + [5440] = 890, + [5441] = 905, + [5442] = 1070, + [5443] = 1071, + [5444] = 1042, + [5445] = 893, + [5446] = 904, + [5447] = 826, + [5448] = 827, + [5449] = 855, + [5450] = 395, + [5451] = 902, + [5452] = 901, + [5453] = 900, + [5454] = 857, + [5455] = 829, + [5456] = 824, + [5457] = 427, + [5458] = 1043, + [5459] = 822, + [5460] = 831, + [5461] = 907, + [5462] = 5462, + [5463] = 833, + [5464] = 425, + [5465] = 1046, + [5466] = 836, + [5467] = 428, + [5468] = 858, + [5469] = 898, + [5470] = 812, + [5471] = 839, + [5472] = 830, + [5473] = 840, + [5474] = 828, + [5475] = 842, + [5476] = 437, + [5477] = 413, + [5478] = 5478, + [5479] = 428, + [5480] = 900, + [5481] = 5478, + [5482] = 3725, + [5483] = 5478, + [5484] = 5478, + [5485] = 5485, + [5486] = 837, + [5487] = 905, + [5488] = 841, + [5489] = 410, + [5490] = 912, + [5491] = 909, + [5492] = 5478, + [5493] = 901, + [5494] = 5478, + [5495] = 828, + [5496] = 1176, + [5497] = 425, + [5498] = 851, + [5499] = 878, + [5500] = 842, + [5501] = 840, + [5502] = 830, + [5503] = 850, + [5504] = 883, + [5505] = 409, + [5506] = 5506, + [5507] = 839, + [5508] = 836, + [5509] = 989, + [5510] = 833, + [5511] = 831, + [5512] = 422, + [5513] = 427, + [5514] = 893, + [5515] = 987, + [5516] = 849, + [5517] = 904, + [5518] = 871, + [5519] = 1175, + [5520] = 5478, + [5521] = 414, + [5522] = 829, + [5523] = 5478, + [5524] = 898, + [5525] = 5478, + [5526] = 907, + [5527] = 902, + [5528] = 848, + [5529] = 5529, + [5530] = 902, + [5531] = 4010, + [5532] = 5529, + [5533] = 5533, + [5534] = 3877, + [5535] = 3929, + [5536] = 852, + [5537] = 853, [5538] = 5538, - [5539] = 952, - [5540] = 5538, - [5541] = 448, - [5542] = 847, - [5543] = 994, + [5539] = 445, + [5540] = 3851, + [5541] = 989, + [5542] = 5538, + [5543] = 5529, [5544] = 5538, - [5545] = 5545, - [5546] = 901, - [5547] = 1169, - [5548] = 900, - [5549] = 440, - [5550] = 5538, - [5551] = 975, - [5552] = 887, - [5553] = 5545, - [5554] = 867, - [5555] = 5538, - [5556] = 5538, - [5557] = 929, - [5558] = 5545, - [5559] = 5559, - [5560] = 5545, - [5561] = 3883, - [5562] = 5559, - [5563] = 896, - [5564] = 410, - [5565] = 5545, - [5566] = 5559, - [5567] = 911, - [5568] = 3889, - [5569] = 409, - [5570] = 909, - [5571] = 1159, - [5572] = 5538, - [5573] = 1168, - [5574] = 5559, - [5575] = 442, - [5576] = 3871, - [5577] = 905, - [5578] = 5559, - [5579] = 1057, - [5580] = 903, - [5581] = 5545, - [5582] = 5559, - [5583] = 898, - [5584] = 446, - [5585] = 3975, - [5586] = 411, - [5587] = 994, - [5588] = 5538, - [5589] = 5545, - [5590] = 1054, - [5591] = 5559, - [5592] = 899, - [5593] = 1170, - [5594] = 453, + [5545] = 5533, + [5546] = 5533, + [5547] = 5529, + [5548] = 3972, + [5549] = 5538, + [5550] = 5533, + [5551] = 898, + [5552] = 1084, + [5553] = 5533, + [5554] = 447, + [5555] = 414, + [5556] = 987, + [5557] = 5529, + [5558] = 440, + [5559] = 5529, + [5560] = 441, + [5561] = 446, + [5562] = 900, + [5563] = 5538, + [5564] = 907, + [5565] = 1086, + [5566] = 5538, + [5567] = 5529, + [5568] = 997, + [5569] = 893, + [5570] = 883, + [5571] = 5529, + [5572] = 1117, + [5573] = 409, + [5574] = 901, + [5575] = 878, + [5576] = 1096, + [5577] = 5533, + [5578] = 1176, + [5579] = 5533, + [5580] = 5538, + [5581] = 5538, + [5582] = 5529, + [5583] = 978, + [5584] = 1089, + [5585] = 5533, + [5586] = 904, + [5587] = 989, + [5588] = 413, + [5589] = 5533, + [5590] = 905, + [5591] = 410, + [5592] = 909, + [5593] = 1175, + [5594] = 912, [5595] = 5538, - [5596] = 5545, - [5597] = 407, - [5598] = 5545, - [5599] = 1162, - [5600] = 5559, - [5601] = 5559, - [5602] = 823, - [5603] = 5499, - [5604] = 921, - [5605] = 821, - [5606] = 5606, - [5607] = 446, - [5608] = 440, - [5609] = 448, - [5610] = 1028, - [5611] = 1035, - [5612] = 453, - [5613] = 1034, - [5614] = 1051, - [5615] = 1058, - [5616] = 5616, - [5617] = 824, - [5618] = 5618, - [5619] = 867, - [5620] = 5517, - [5621] = 442, - [5622] = 1040, - [5623] = 1051, - [5624] = 1034, - [5625] = 1040, - [5626] = 1058, - [5627] = 1035, - [5628] = 1028, - [5629] = 819, - [5630] = 816, - [5631] = 847, - [5632] = 842, - [5633] = 480, - [5634] = 498, - [5635] = 483, - [5636] = 503, - [5637] = 842, - [5638] = 854, - [5639] = 847, - [5640] = 513, - [5641] = 1028, - [5642] = 856, - [5643] = 1034, - [5644] = 1051, - [5645] = 1040, - [5646] = 1035, - [5647] = 861, - [5648] = 487, - [5649] = 858, - [5650] = 5650, - [5651] = 1058, - [5652] = 481, - [5653] = 884, - [5654] = 483, - [5655] = 498, - [5656] = 503, - [5657] = 484, - [5658] = 488, - [5659] = 482, + [5596] = 447, + [5597] = 1043, + [5598] = 1071, + [5599] = 883, + [5600] = 820, + [5601] = 823, + [5602] = 1070, + [5603] = 5603, + [5604] = 878, + [5605] = 5506, + [5606] = 1041, + [5607] = 5607, + [5608] = 441, + [5609] = 1042, + [5610] = 446, + [5611] = 5485, + [5612] = 1046, + [5613] = 5613, + [5614] = 822, + [5615] = 440, + [5616] = 445, + [5617] = 812, + [5618] = 852, + [5619] = 1043, + [5620] = 1070, + [5621] = 1071, + [5622] = 853, + [5623] = 1042, + [5624] = 1041, + [5625] = 824, + [5626] = 1046, + [5627] = 1046, + [5628] = 5628, + [5629] = 849, + [5630] = 495, + [5631] = 1070, + [5632] = 486, + [5633] = 1042, + [5634] = 492, + [5635] = 851, + [5636] = 848, + [5637] = 484, + [5638] = 494, + [5639] = 510, + [5640] = 850, + [5641] = 1043, + [5642] = 853, + [5643] = 1041, + [5644] = 1071, + [5645] = 852, + [5646] = 510, + [5647] = 490, + [5648] = 488, + [5649] = 492, + [5650] = 890, + [5651] = 485, + [5652] = 480, + [5653] = 496, + [5654] = 5654, + [5655] = 5655, + [5656] = 486, + [5657] = 479, + [5658] = 495, + [5659] = 494, [5660] = 823, - [5661] = 502, - [5662] = 489, - [5663] = 821, - [5664] = 487, - [5665] = 492, - [5666] = 490, - [5667] = 5667, - [5668] = 480, - [5669] = 513, - [5670] = 5670, - [5671] = 5671, - [5672] = 490, - [5673] = 489, + [5661] = 822, + [5662] = 491, + [5663] = 5663, + [5664] = 506, + [5665] = 484, + [5666] = 479, + [5667] = 506, + [5668] = 485, + [5669] = 5506, + [5670] = 480, + [5671] = 490, + [5672] = 5485, + [5673] = 496, [5674] = 488, - [5675] = 5517, - [5676] = 5499, - [5677] = 492, - [5678] = 482, - [5679] = 484, - [5680] = 481, - [5681] = 502, - [5682] = 823, - [5683] = 821, + [5675] = 491, + [5676] = 823, + [5677] = 822, + [5678] = 818, + [5679] = 3556, + [5680] = 823, + [5681] = 822, + [5682] = 820, + [5683] = 820, [5684] = 824, - [5685] = 823, - [5686] = 824, - [5687] = 812, - [5688] = 3568, - [5689] = 821, - [5690] = 812, - [5691] = 819, - [5692] = 884, - [5693] = 821, - [5694] = 823, - [5695] = 816, - [5696] = 3568, + [5685] = 812, + [5686] = 890, + [5687] = 818, + [5688] = 822, + [5689] = 823, + [5690] = 848, + [5691] = 5691, + [5692] = 849, + [5693] = 5691, + [5694] = 849, + [5695] = 850, + [5696] = 851, [5697] = 5697, - [5698] = 5698, - [5699] = 854, - [5700] = 854, - [5701] = 821, - [5702] = 5697, - [5703] = 856, - [5704] = 861, - [5705] = 3724, - [5706] = 858, - [5707] = 854, - [5708] = 858, - [5709] = 861, - [5710] = 5697, - [5711] = 5697, - [5712] = 856, - [5713] = 823, - [5714] = 5697, - [5715] = 5697, - [5716] = 856, - [5717] = 819, - [5718] = 825, - [5719] = 816, - [5720] = 5720, - [5721] = 3889, - [5722] = 1168, - [5723] = 830, - [5724] = 5724, - [5725] = 5725, - [5726] = 5725, - [5727] = 5725, - [5728] = 3979, - [5729] = 1169, - [5730] = 5725, - [5731] = 5725, - [5732] = 3883, - [5733] = 5725, - [5734] = 5725, - [5735] = 5725, - [5736] = 1162, - [5737] = 828, - [5738] = 3724, - [5739] = 5725, - [5740] = 5725, - [5741] = 5725, - [5742] = 5725, - [5743] = 3975, - [5744] = 1159, - [5745] = 827, - [5746] = 5725, - [5747] = 5725, - [5748] = 825, - [5749] = 3871, - [5750] = 1170, - [5751] = 5751, - [5752] = 5752, - [5753] = 5753, - [5754] = 5754, - [5755] = 5755, - [5756] = 5725, - [5757] = 777, - [5758] = 774, - [5759] = 5725, - [5760] = 839, - [5761] = 5761, - [5762] = 851, - [5763] = 5725, - [5764] = 5725, - [5765] = 5725, - [5766] = 5725, - [5767] = 833, - [5768] = 884, - [5769] = 860, - [5770] = 1170, - [5771] = 5751, - [5772] = 827, - [5773] = 5761, - [5774] = 5755, - [5775] = 3979, - [5776] = 1169, - [5777] = 833, - [5778] = 3975, - [5779] = 5754, - [5780] = 3871, - [5781] = 839, - [5782] = 3889, - [5783] = 5752, - [5784] = 860, - [5785] = 851, - [5786] = 1012, - [5787] = 824, - [5788] = 828, - [5789] = 3883, - [5790] = 972, - [5791] = 5724, - [5792] = 830, - [5793] = 5720, - [5794] = 938, - [5795] = 974, - [5796] = 1159, - [5797] = 1004, - [5798] = 991, - [5799] = 3568, - [5800] = 973, - [5801] = 982, - [5802] = 1162, - [5803] = 979, - [5804] = 1168, - [5805] = 891, - [5806] = 816, - [5807] = 866, - [5808] = 988, - [5809] = 819, - [5810] = 967, - [5811] = 968, - [5812] = 864, - [5813] = 884, - [5814] = 885, - [5815] = 858, - [5816] = 972, - [5817] = 967, - [5818] = 861, - [5819] = 985, - [5820] = 866, - [5821] = 938, - [5822] = 3568, - [5823] = 974, - [5824] = 973, - [5825] = 854, - [5826] = 824, - [5827] = 3724, - [5828] = 991, - [5829] = 1012, - [5830] = 981, - [5831] = 1004, - [5832] = 992, - [5833] = 968, - [5834] = 988, - [5835] = 982, - [5836] = 979, - [5837] = 891, - [5838] = 885, - [5839] = 864, - [5840] = 856, - [5841] = 884, - [5842] = 823, - [5843] = 816, - [5844] = 985, - [5845] = 992, - [5846] = 821, - [5847] = 918, - [5848] = 912, - [5849] = 981, - [5850] = 819, - [5851] = 1170, - [5852] = 5852, - [5853] = 5853, - [5854] = 5761, - [5855] = 5720, - [5856] = 5853, - [5857] = 858, - [5858] = 5853, - [5859] = 5724, - [5860] = 912, - [5861] = 918, - [5862] = 5853, - [5863] = 3724, - [5864] = 3871, - [5865] = 5751, - [5866] = 1159, - [5867] = 861, - [5868] = 5853, - [5869] = 5853, - [5870] = 3975, - [5871] = 1162, - [5872] = 5755, - [5873] = 1168, - [5874] = 5754, - [5875] = 1169, - [5876] = 3979, - [5877] = 5853, - [5878] = 3889, - [5879] = 5853, - [5880] = 3883, - [5881] = 5853, - [5882] = 5853, - [5883] = 5752, - [5884] = 5853, - [5885] = 5885, - [5886] = 5885, - [5887] = 5885, + [5698] = 823, + [5699] = 822, + [5700] = 5691, + [5701] = 5691, + [5702] = 848, + [5703] = 851, + [5704] = 848, + [5705] = 849, + [5706] = 5691, + [5707] = 3725, + [5708] = 850, + [5709] = 5691, + [5710] = 3556, + [5711] = 825, + [5712] = 824, + [5713] = 812, + [5714] = 5714, + [5715] = 5714, + [5716] = 5716, + [5717] = 5714, + [5718] = 5718, + [5719] = 5719, + [5720] = 5714, + [5721] = 5714, + [5722] = 3877, + [5723] = 3725, + [5724] = 4010, + [5725] = 5714, + [5726] = 5714, + [5727] = 3972, + [5728] = 5714, + [5729] = 5714, + [5730] = 3929, + [5731] = 756, + [5732] = 835, + [5733] = 784, + [5734] = 1117, + [5735] = 834, + [5736] = 5714, + [5737] = 3851, + [5738] = 5714, + [5739] = 1089, + [5740] = 5740, + [5741] = 5741, + [5742] = 859, + [5743] = 1096, + [5744] = 5744, + [5745] = 5714, + [5746] = 5746, + [5747] = 860, + [5748] = 5714, + [5749] = 825, + [5750] = 5750, + [5751] = 1086, + [5752] = 5714, + [5753] = 5714, + [5754] = 5714, + [5755] = 5714, + [5756] = 1084, + [5757] = 5714, + [5758] = 5714, + [5759] = 5714, + [5760] = 838, + [5761] = 890, + [5762] = 861, + [5763] = 856, + [5764] = 4010, + [5765] = 856, + [5766] = 5744, + [5767] = 834, + [5768] = 5740, + [5769] = 5741, + [5770] = 1084, + [5771] = 1086, + [5772] = 1089, + [5773] = 3851, + [5774] = 860, + [5775] = 1117, + [5776] = 5750, + [5777] = 5716, + [5778] = 994, + [5779] = 5718, + [5780] = 820, + [5781] = 1096, + [5782] = 838, + [5783] = 3877, + [5784] = 5719, + [5785] = 835, + [5786] = 3556, + [5787] = 984, + [5788] = 986, + [5789] = 3929, + [5790] = 859, + [5791] = 975, + [5792] = 861, + [5793] = 985, + [5794] = 3972, + [5795] = 1011, + [5796] = 1002, + [5797] = 945, + [5798] = 999, + [5799] = 913, + [5800] = 996, + [5801] = 875, + [5802] = 998, + [5803] = 877, + [5804] = 870, + [5805] = 824, + [5806] = 812, + [5807] = 890, + [5808] = 1003, + [5809] = 848, + [5810] = 993, + [5811] = 985, + [5812] = 986, + [5813] = 994, + [5814] = 999, + [5815] = 849, + [5816] = 984, + [5817] = 1002, + [5818] = 870, + [5819] = 875, + [5820] = 877, + [5821] = 820, + [5822] = 850, + [5823] = 1011, + [5824] = 975, + [5825] = 988, + [5826] = 1003, + [5827] = 851, + [5828] = 913, + [5829] = 945, + [5830] = 990, + [5831] = 3725, + [5832] = 998, + [5833] = 996, + [5834] = 3556, + [5835] = 823, + [5836] = 988, + [5837] = 990, + [5838] = 993, + [5839] = 824, + [5840] = 890, + [5841] = 822, + [5842] = 876, + [5843] = 812, + [5844] = 924, + [5845] = 5744, + [5846] = 5750, + [5847] = 5718, + [5848] = 1096, + [5849] = 4010, + [5850] = 850, + [5851] = 5851, + [5852] = 3972, + [5853] = 876, + [5854] = 3929, + [5855] = 924, + [5856] = 5851, + [5857] = 3877, + [5858] = 5851, + [5859] = 5851, + [5860] = 5860, + [5861] = 3851, + [5862] = 5716, + [5863] = 5851, + [5864] = 1084, + [5865] = 5851, + [5866] = 1086, + [5867] = 5851, + [5868] = 1089, + [5869] = 5851, + [5870] = 851, + [5871] = 5851, + [5872] = 5851, + [5873] = 5741, + [5874] = 5851, + [5875] = 5740, + [5876] = 3725, + [5877] = 1117, + [5878] = 5719, + [5879] = 5879, + [5880] = 5879, + [5881] = 5879, + [5882] = 5882, + [5883] = 5879, + [5884] = 5879, + [5885] = 5879, + [5886] = 5886, + [5887] = 5887, [5888] = 5888, - [5889] = 5885, - [5890] = 5885, - [5891] = 5885, - [5892] = 5892, - [5893] = 5893, - [5894] = 5894, - [5895] = 5895, - [5896] = 5896, - [5897] = 5897, - [5898] = 5893, - [5899] = 5899, - [5900] = 5900, - [5901] = 5901, - [5902] = 5901, + [5889] = 5889, + [5890] = 5890, + [5891] = 5891, + [5892] = 5891, + [5893] = 5890, + [5894] = 5890, + [5895] = 1086, + [5896] = 5888, + [5897] = 1089, + [5898] = 5891, + [5899] = 1096, + [5900] = 5891, + [5901] = 5890, + [5902] = 5902, [5903] = 5903, - [5904] = 5904, - [5905] = 5894, - [5906] = 5892, - [5907] = 5907, - [5908] = 5900, - [5909] = 5909, - [5910] = 5893, - [5911] = 5907, - [5912] = 5896, + [5904] = 1084, + [5905] = 5888, + [5906] = 5891, + [5907] = 5890, + [5908] = 5891, + [5909] = 822, + [5910] = 823, + [5911] = 5890, + [5912] = 1117, [5913] = 5913, [5914] = 5914, - [5915] = 5915, - [5916] = 5913, - [5917] = 5917, - [5918] = 5900, - [5919] = 5919, + [5915] = 5887, + [5916] = 5916, + [5917] = 5890, + [5918] = 5918, + [5919] = 5891, [5920] = 5920, - [5921] = 5896, - [5922] = 5922, - [5923] = 5901, - [5924] = 5894, - [5925] = 5897, - [5926] = 5893, + [5921] = 5890, + [5922] = 5902, + [5923] = 5890, + [5924] = 5916, + [5925] = 5903, + [5926] = 5916, [5927] = 5927, - [5928] = 5899, - [5929] = 5909, + [5928] = 5890, + [5929] = 5913, [5930] = 5930, - [5931] = 5892, - [5932] = 5932, - [5933] = 5922, - [5934] = 5896, - [5935] = 5914, - [5936] = 5903, - [5937] = 5909, - [5938] = 5900, - [5939] = 5904, - [5940] = 5940, + [5931] = 5931, + [5932] = 5889, + [5933] = 5933, + [5934] = 5889, + [5935] = 5935, + [5936] = 5933, + [5937] = 5889, + [5938] = 5933, + [5939] = 5889, + [5940] = 5933, [5941] = 5941, - [5942] = 5915, - [5943] = 5899, - [5944] = 5913, - [5945] = 5915, - [5946] = 5940, - [5947] = 5917, - [5948] = 5909, - [5949] = 5907, - [5950] = 5913, - [5951] = 5951, - [5952] = 5892, - [5953] = 5892, + [5942] = 5942, + [5943] = 5927, + [5944] = 5888, + [5945] = 5945, + [5946] = 5946, + [5947] = 5933, + [5948] = 5903, + [5949] = 5949, + [5950] = 5942, + [5951] = 5927, + [5952] = 5920, + [5953] = 5953, [5954] = 5954, - [5955] = 5904, - [5956] = 5903, - [5957] = 5917, - [5958] = 5922, - [5959] = 5897, - [5960] = 5951, - [5961] = 5919, - [5962] = 5900, - [5963] = 5930, - [5964] = 5914, - [5965] = 5940, - [5966] = 5966, - [5967] = 5920, - [5968] = 5894, - [5969] = 5894, - [5970] = 5917, - [5971] = 5896, - [5972] = 5922, - [5973] = 5900, - [5974] = 5930, - [5975] = 5893, - [5976] = 5914, - [5977] = 5966, - [5978] = 5892, - [5979] = 5913, - [5980] = 5915, - [5981] = 5917, - [5982] = 5922, - [5983] = 5915, - [5984] = 5940, - [5985] = 5900, - [5986] = 5894, - [5987] = 5930, - [5988] = 5899, - [5989] = 5893, - [5990] = 5990, - [5991] = 5915, - [5992] = 5913, - [5993] = 5932, - [5994] = 5922, - [5995] = 5894, - [5996] = 5940, - [5997] = 5997, - [5998] = 5899, - [5999] = 5966, - [6000] = 5922, - [6001] = 5913, - [6002] = 5896, + [5955] = 5955, + [5956] = 5888, + [5957] = 5888, + [5958] = 5930, + [5959] = 5931, + [5960] = 5935, + [5961] = 5935, + [5962] = 5918, + [5963] = 5886, + [5964] = 5964, + [5965] = 5886, + [5966] = 5931, + [5967] = 5930, + [5968] = 5913, + [5969] = 5933, + [5970] = 5930, + [5971] = 5887, + [5972] = 5941, + [5973] = 5889, + [5974] = 5916, + [5975] = 5933, + [5976] = 5889, + [5977] = 5931, + [5978] = 5935, + [5979] = 5935, + [5980] = 5916, + [5981] = 5903, + [5982] = 5902, + [5983] = 5931, + [5984] = 5930, + [5985] = 5913, + [5986] = 5914, + [5987] = 5891, + [5988] = 5927, + [5989] = 5920, + [5990] = 5935, + [5991] = 5918, + [5992] = 5887, + [5993] = 5933, + [5994] = 5903, + [5995] = 5916, + [5996] = 5889, + [5997] = 5914, + [5998] = 5890, + [5999] = 5903, + [6000] = 5902, + [6001] = 5902, + [6002] = 5931, [6003] = 5930, - [6004] = 5917, - [6005] = 5901, - [6006] = 5892, - [6007] = 5919, - [6008] = 5899, - [6009] = 5914, - [6010] = 5951, - [6011] = 5922, - [6012] = 5917, - [6013] = 5907, - [6014] = 5922, - [6015] = 5930, - [6016] = 6016, - [6017] = 5913, + [6004] = 5945, + [6005] = 5913, + [6006] = 5914, + [6007] = 5927, + [6008] = 5887, + [6009] = 5918, + [6010] = 5946, + [6011] = 5933, + [6012] = 5920, + [6013] = 5920, + [6014] = 5942, + [6015] = 5935, + [6016] = 5918, + [6017] = 5954, [6018] = 5914, - [6019] = 5893, - [6020] = 5932, - [6021] = 5951, - [6022] = 5892, - [6023] = 5894, - [6024] = 5917, - [6025] = 5922, - [6026] = 5930, - [6027] = 5897, + [6019] = 5887, + [6020] = 5918, + [6021] = 5887, + [6022] = 5920, + [6023] = 5916, + [6024] = 5902, + [6025] = 5889, + [6026] = 5931, + [6027] = 5913, [6028] = 5914, - [6029] = 5954, - [6030] = 5907, - [6031] = 5894, - [6032] = 5914, - [6033] = 5892, - [6034] = 5915, - [6035] = 5940, - [6036] = 5913, - [6037] = 5896, - [6038] = 5907, - [6039] = 6039, - [6040] = 5917, - [6041] = 5917, - [6042] = 5900, - [6043] = 5909, - [6044] = 5922, - [6045] = 5913, - [6046] = 5932, - [6047] = 5930, - [6048] = 5899, - [6049] = 5920, - [6050] = 5930, - [6051] = 5917, - [6052] = 5914, - [6053] = 5907, - [6054] = 5899, - [6055] = 5900, - [6056] = 5922, - [6057] = 5893, - [6058] = 5930, - [6059] = 5899, - [6060] = 5894, - [6061] = 6061, - [6062] = 5914, - [6063] = 5907, - [6064] = 5893, - [6065] = 5892, - [6066] = 5894, - [6067] = 5951, - [6068] = 5893, - [6069] = 5913, - [6070] = 5919, - [6071] = 5917, - [6072] = 5915, - [6073] = 5900, - [6074] = 5940, - [6075] = 5922, - [6076] = 5930, - [6077] = 5893, - [6078] = 5899, - [6079] = 5914, - [6080] = 5907, - [6081] = 5917, - [6082] = 5951, - [6083] = 5892, - [6084] = 5892, - [6085] = 5913, - [6086] = 5914, - [6087] = 5893, - [6088] = 5917, - [6089] = 6089, - [6090] = 5900, - [6091] = 5894, - [6092] = 5907, - [6093] = 5915, - [6094] = 6094, - [6095] = 5940, - [6096] = 5951, - [6097] = 5901, - [6098] = 5892, - [6099] = 5913, - [6100] = 5932, - [6101] = 5893, - [6102] = 5940, - [6103] = 5917, - [6104] = 5913, - [6105] = 5895, - [6106] = 5900, - [6107] = 5893, - [6108] = 5922, - [6109] = 5922, - [6110] = 5966, - [6111] = 5930, - [6112] = 5930, - [6113] = 5899, - [6114] = 5909, - [6115] = 5966, - [6116] = 5914, - [6117] = 5892, - [6118] = 5907, - [6119] = 5954, - [6120] = 5901, - [6121] = 5904, - [6122] = 5901, - [6123] = 5903, - [6124] = 6124, - [6125] = 5909, - [6126] = 6126, - [6127] = 5915, - [6128] = 5940, - [6129] = 5899, - [6130] = 5951, - [6131] = 5914, - [6132] = 5951, - [6133] = 5940, - [6134] = 5892, - [6135] = 5894, - [6136] = 5907, - [6137] = 5895, - [6138] = 5914, - [6139] = 5893, - [6140] = 5913, - [6141] = 5915, - [6142] = 5915, - [6143] = 3889, - [6144] = 5940, - [6145] = 1162, - [6146] = 5894, - [6147] = 5930, - [6148] = 5893, - [6149] = 5904, - [6150] = 5917, - [6151] = 5900, - [6152] = 5892, - [6153] = 5922, - [6154] = 5913, - [6155] = 5930, - [6156] = 5899, - [6157] = 5907, - [6158] = 5914, - [6159] = 5899, - [6160] = 5909, - [6161] = 5917, - [6162] = 5907, - [6163] = 5900, - [6164] = 5900, - [6165] = 5913, - [6166] = 5901, - [6167] = 5922, - [6168] = 5927, - [6169] = 6169, - [6170] = 5897, - [6171] = 5897, - [6172] = 5894, - [6173] = 5966, - [6174] = 5932, - [6175] = 5896, - [6176] = 5920, - [6177] = 5892, - [6178] = 1168, - [6179] = 5951, - [6180] = 5930, - [6181] = 5930, - [6182] = 5940, - [6183] = 5915, - [6184] = 5893, - [6185] = 5966, - [6186] = 6186, - [6187] = 5894, - [6188] = 5930, - [6189] = 3871, - [6190] = 5899, - [6191] = 5954, - [6192] = 5914, - [6193] = 6169, - [6194] = 5922, - [6195] = 5907, - [6196] = 5896, - [6197] = 5895, - [6198] = 5954, - [6199] = 5914, - [6200] = 5907, - [6201] = 5900, - [6202] = 5907, - [6203] = 5914, - [6204] = 5899, - [6205] = 5914, - [6206] = 1169, - [6207] = 5954, - [6208] = 5894, - [6209] = 5901, - [6210] = 5915, - [6211] = 821, - [6212] = 5930, - [6213] = 5895, - [6214] = 5940, - [6215] = 5966, - [6216] = 5922, - [6217] = 5954, - [6218] = 5896, - [6219] = 5951, - [6220] = 5922, - [6221] = 5892, - [6222] = 5913, - [6223] = 5900, - [6224] = 823, - [6225] = 5893, - [6226] = 5966, - [6227] = 5893, - [6228] = 3883, - [6229] = 5903, - [6230] = 5954, - [6231] = 5900, - [6232] = 5917, - [6233] = 5917, - [6234] = 5913, - [6235] = 5900, - [6236] = 5951, - [6237] = 5966, - [6238] = 5917, - [6239] = 5892, - [6240] = 5893, - [6241] = 5951, - [6242] = 5915, - [6243] = 5940, - [6244] = 5917, - [6245] = 5895, - [6246] = 5909, - [6247] = 5951, - [6248] = 5940, - [6249] = 1159, - [6250] = 5915, - [6251] = 5892, - [6252] = 3975, - [6253] = 5895, - [6254] = 5894, - [6255] = 5907, - [6256] = 5913, - [6257] = 5914, - [6258] = 5894, - [6259] = 5899, - [6260] = 5897, - [6261] = 5900, - [6262] = 5930, - [6263] = 5892, - [6264] = 5899, - [6265] = 5922, - [6266] = 5919, - [6267] = 5930, - [6268] = 1170, - [6269] = 5900, - [6270] = 5913, - [6271] = 5899, - [6272] = 5894, - [6273] = 5954, - [6274] = 5907, - [6275] = 5899, - [6276] = 5915, - [6277] = 5899, - [6278] = 5907, - [6279] = 5920, - [6280] = 5893, - [6281] = 5899, - [6282] = 5940, - [6283] = 5915, - [6284] = 5917, - [6285] = 5913, - [6286] = 5892, - [6287] = 5940, - [6288] = 5894, - [6289] = 5915, - [6290] = 5940, - [6291] = 5966, - [6292] = 5951, - [6293] = 5899, - [6294] = 5893, - [6295] = 5920, - [6296] = 5932, - [6297] = 5909, - [6298] = 5901, - [6299] = 5894, - [6300] = 5920, - [6301] = 5893, - [6302] = 5951, - [6303] = 5940, - [6304] = 5900, - [6305] = 5914, - [6306] = 5894, - [6307] = 5907, - [6308] = 5893, - [6309] = 5909, - [6310] = 5966, - [6311] = 5909, - [6312] = 5894, - [6313] = 5951, - [6314] = 5915, - [6315] = 5951, - [6316] = 5900, - [6317] = 5940, - [6318] = 5917, - [6319] = 5951, - [6320] = 5951, - [6321] = 5922, - [6322] = 5940, - [6323] = 5915, - [6324] = 5894, - [6325] = 5966, - [6326] = 5894, - [6327] = 5930, - [6328] = 5892, - [6329] = 5896, - [6330] = 5893, - [6331] = 5922, - [6332] = 5909, - [6333] = 5895, - [6334] = 5893, - [6335] = 5892, - [6336] = 5951, - [6337] = 5909, - [6338] = 5951, - [6339] = 5919, - [6340] = 5913, - [6341] = 5917, - [6342] = 5914, - [6343] = 5915, - [6344] = 5913, - [6345] = 5932, - [6346] = 5900, - [6347] = 5899, - [6348] = 5904, - [6349] = 5930, - [6350] = 5899, - [6351] = 3979, - [6352] = 5892, - [6353] = 5922, - [6354] = 5966, - [6355] = 5907, - [6356] = 5930, - [6357] = 5913, - [6358] = 5907, - [6359] = 5951, - [6360] = 5914, - [6361] = 5896, - [6362] = 5900, - [6363] = 5927, - [6364] = 6169, - [6365] = 5930, - [6366] = 5922, - [6367] = 5903, - [6368] = 5900, - [6369] = 5901, - [6370] = 5917, - [6371] = 5932, - [6372] = 5913, - [6373] = 5917, - [6374] = 5892, - [6375] = 5927, - [6376] = 6169, - [6377] = 5894, - [6378] = 5940, - [6379] = 5893, - [6380] = 5922, - [6381] = 5907, - [6382] = 5907, - [6383] = 5920, - [6384] = 5914, - [6385] = 5915, - [6386] = 5899, - [6387] = 5927, - [6388] = 6169, - [6389] = 5940, - [6390] = 5897, - [6391] = 5930, - [6392] = 5951, - [6393] = 5914, - [6394] = 5907, - [6395] = 6395, - [6396] = 5907, - [6397] = 5922, - [6398] = 5927, - [6399] = 6169, - [6400] = 5930, - [6401] = 5915, - [6402] = 5899, - [6403] = 5920, - [6404] = 5900, - [6405] = 5901, - [6406] = 5917, - [6407] = 5895, - [6408] = 5913, - [6409] = 5892, - [6410] = 5914, - [6411] = 6411, - [6412] = 6411, - [6413] = 6411, - [6414] = 6414, - [6415] = 6411, - [6416] = 6411, - [6417] = 6411, - [6418] = 6411, - [6419] = 6414, - [6420] = 6414, - [6421] = 6411, - [6422] = 6414, - [6423] = 6411, - [6424] = 6411, - [6425] = 6414, - [6426] = 6411, - [6427] = 6411, - [6428] = 6411, - [6429] = 6414, - [6430] = 6414, - [6431] = 6411, - [6432] = 6414, - [6433] = 6414, - [6434] = 6411, - [6435] = 6411, - [6436] = 6411, - [6437] = 6411, - [6438] = 6411, - [6439] = 6414, - [6440] = 6414, - [6441] = 6411, - [6442] = 6411, - [6443] = 6411, - [6444] = 6411, - [6445] = 6411, - [6446] = 6411, - [6447] = 6414, - [6448] = 6414, - [6449] = 6414, - [6450] = 6411, - [6451] = 6411, - [6452] = 6452, - [6453] = 6452, - [6454] = 6454, - [6455] = 6454, - [6456] = 6454, - [6457] = 6452, - [6458] = 6458, - [6459] = 6458, - [6460] = 6454, - [6461] = 6452, - [6462] = 6458, - [6463] = 6454, - [6464] = 6452, - [6465] = 6452, - [6466] = 6454, - [6467] = 6452, - [6468] = 6452, - [6469] = 6454, - [6470] = 6452, - [6471] = 6454, - [6472] = 6458, - [6473] = 6452, - [6474] = 6454, - [6475] = 6454, - [6476] = 6454, - [6477] = 6452, - [6478] = 6458, - [6479] = 6479, - [6480] = 6454, - [6481] = 6454, - [6482] = 6452, - [6483] = 6458, - [6484] = 6454, - [6485] = 6458, - [6486] = 6458, - [6487] = 6454, - [6488] = 6458, - [6489] = 6452, - [6490] = 6458, - [6491] = 6454, - [6492] = 6452, - [6493] = 6454, - [6494] = 6458, - [6495] = 6458, - [6496] = 6452, - [6497] = 6454, - [6498] = 6454, - [6499] = 6454, - [6500] = 6458, - [6501] = 6452, - [6502] = 6458, - [6503] = 6452, - [6504] = 6454, - [6505] = 6452, - [6506] = 6458, - [6507] = 6454, - [6508] = 6452, - [6509] = 6454, - [6510] = 6458, - [6511] = 6458, - [6512] = 6452, - [6513] = 6458, - [6514] = 6458, - [6515] = 6454, - [6516] = 6458, - [6517] = 6458, - [6518] = 6454, - [6519] = 6458, - [6520] = 6458, - [6521] = 6452, - [6522] = 6454, - [6523] = 6452, - [6524] = 6458, - [6525] = 6452, - [6526] = 6454, - [6527] = 6452, - [6528] = 6452, - [6529] = 6458, - [6530] = 6452, - [6531] = 6458, - [6532] = 6458, - [6533] = 6452, - [6534] = 6534, - [6535] = 6535, - [6536] = 6535, - [6537] = 6534, - [6538] = 861, - [6539] = 6535, - [6540] = 6535, - [6541] = 6534, - [6542] = 6535, - [6543] = 6534, - [6544] = 6534, - [6545] = 6535, - [6546] = 6535, - [6547] = 6534, - [6548] = 6535, - [6549] = 858, - [6550] = 6535, - [6551] = 6534, - [6552] = 6535, - [6553] = 6534, - [6554] = 6534, - [6555] = 6535, - [6556] = 6535, - [6557] = 6535, - [6558] = 6535, - [6559] = 6534, - [6560] = 6534, - [6561] = 6534, - [6562] = 6535, - [6563] = 6535, - [6564] = 6534, - [6565] = 6535, - [6566] = 6535, - [6567] = 6534, - [6568] = 6534, - [6569] = 6534, - [6570] = 6534, - [6571] = 6535, - [6572] = 6535, - [6573] = 6535, - [6574] = 6534, - [6575] = 6534, - [6576] = 6534, - [6577] = 6534, - [6578] = 6534, - [6579] = 6534, - [6580] = 6534, - [6581] = 6534, - [6582] = 6535, - [6583] = 6535, - [6584] = 6535, - [6585] = 6535, - [6586] = 6534, - [6587] = 6534, - [6588] = 6535, - [6589] = 6535, - [6590] = 824, - [6591] = 819, - [6592] = 816, - [6593] = 6593, - [6594] = 6593, - [6595] = 6593, - [6596] = 6593, - [6597] = 6593, - [6598] = 6593, - [6599] = 6593, - [6600] = 6593, - [6601] = 6593, - [6602] = 6602, - [6603] = 6602, - [6604] = 6604, - [6605] = 854, - [6606] = 6602, - [6607] = 6604, - [6608] = 6602, - [6609] = 6602, - [6610] = 6602, - [6611] = 6604, - [6612] = 6602, - [6613] = 6604, - [6614] = 6604, - [6615] = 6602, - [6616] = 6604, - [6617] = 6602, - [6618] = 6604, - [6619] = 6604, - [6620] = 6604, - [6621] = 6621, - [6622] = 856, - [6623] = 6623, - [6624] = 6624, + [6029] = 5903, + [6030] = 5903, + [6031] = 5902, + [6032] = 5955, + [6033] = 5902, + [6034] = 5914, + [6035] = 5930, + [6036] = 5916, + [6037] = 5902, + [6038] = 5887, + [6039] = 5913, + [6040] = 6040, + [6041] = 5918, + [6042] = 5935, + [6043] = 5930, + [6044] = 5913, + [6045] = 5889, + [6046] = 5920, + [6047] = 5927, + [6048] = 5931, + [6049] = 5933, + [6050] = 6050, + [6051] = 5933, + [6052] = 5889, + [6053] = 5941, + [6054] = 5889, + [6055] = 5927, + [6056] = 5920, + [6057] = 5933, + [6058] = 5942, + [6059] = 5902, + [6060] = 5935, + [6061] = 5949, + [6062] = 5918, + [6063] = 5903, + [6064] = 5914, + [6065] = 5916, + [6066] = 5891, + [6067] = 5887, + [6068] = 5887, + [6069] = 5918, + [6070] = 5916, + [6071] = 5914, + [6072] = 5935, + [6073] = 5903, + [6074] = 5920, + [6075] = 5902, + [6076] = 5927, + [6077] = 5889, + [6078] = 5903, + [6079] = 5933, + [6080] = 5916, + [6081] = 5935, + [6082] = 5889, + [6083] = 5933, + [6084] = 5927, + [6085] = 5920, + [6086] = 5913, + [6087] = 5930, + [6088] = 5935, + [6089] = 5931, + [6090] = 5902, + [6091] = 5918, + [6092] = 5887, + [6093] = 5903, + [6094] = 5927, + [6095] = 5916, + [6096] = 5914, + [6097] = 5914, + [6098] = 5903, + [6099] = 5891, + [6100] = 5916, + [6101] = 6101, + [6102] = 5920, + [6103] = 5887, + [6104] = 5918, + [6105] = 5918, + [6106] = 5887, + [6107] = 5935, + [6108] = 5914, + [6109] = 5913, + [6110] = 5920, + [6111] = 5920, + [6112] = 5927, + [6113] = 5953, + [6114] = 5918, + [6115] = 5930, + [6116] = 5887, + [6117] = 5949, + [6118] = 5914, + [6119] = 5931, + [6120] = 5913, + [6121] = 5913, + [6122] = 5930, + [6123] = 5930, + [6124] = 5931, + [6125] = 5927, + [6126] = 5931, + [6127] = 5902, + [6128] = 5903, + [6129] = 5920, + [6130] = 5953, + [6131] = 5955, + [6132] = 5935, + [6133] = 5918, + [6134] = 5886, + [6135] = 5887, + [6136] = 5941, + [6137] = 5916, + [6138] = 5941, + [6139] = 3877, + [6140] = 6140, + [6141] = 5914, + [6142] = 5903, + [6143] = 5914, + [6144] = 5916, + [6145] = 5916, + [6146] = 5902, + [6147] = 5918, + [6148] = 4010, + [6149] = 5935, + [6150] = 5927, + [6151] = 5920, + [6152] = 5927, + [6153] = 5945, + [6154] = 5946, + [6155] = 5920, + [6156] = 5955, + [6157] = 5902, + [6158] = 5954, + [6159] = 5931, + [6160] = 5930, + [6161] = 5913, + [6162] = 6162, + [6163] = 6163, + [6164] = 5889, + [6165] = 5953, + [6166] = 5890, + [6167] = 5914, + [6168] = 5887, + [6169] = 5918, + [6170] = 5920, + [6171] = 5891, + [6172] = 5933, + [6173] = 5927, + [6174] = 5933, + [6175] = 5889, + [6176] = 5891, + [6177] = 5941, + [6178] = 5942, + [6179] = 5933, + [6180] = 5889, + [6181] = 5949, + [6182] = 5955, + [6183] = 5933, + [6184] = 5889, + [6185] = 5933, + [6186] = 3851, + [6187] = 5889, + [6188] = 6188, + [6189] = 5955, + [6190] = 5933, + [6191] = 5931, + [6192] = 5949, + [6193] = 6193, + [6194] = 5886, + [6195] = 6195, + [6196] = 5889, + [6197] = 5927, + [6198] = 5914, + [6199] = 5954, + [6200] = 5920, + [6201] = 5941, + [6202] = 5887, + [6203] = 5942, + [6204] = 5918, + [6205] = 6205, + [6206] = 5941, + [6207] = 5955, + [6208] = 5920, + [6209] = 5953, + [6210] = 5890, + [6211] = 5946, + [6212] = 5945, + [6213] = 5935, + [6214] = 5955, + [6215] = 5930, + [6216] = 5933, + [6217] = 5918, + [6218] = 5935, + [6219] = 5918, + [6220] = 5913, + [6221] = 5889, + [6222] = 5954, + [6223] = 5891, + [6224] = 5902, + [6225] = 5903, + [6226] = 5914, + [6227] = 5916, + [6228] = 5886, + [6229] = 5955, + [6230] = 5887, + [6231] = 5887, + [6232] = 5886, + [6233] = 5918, + [6234] = 5935, + [6235] = 5941, + [6236] = 5935, + [6237] = 5889, + [6238] = 5953, + [6239] = 5930, + [6240] = 5920, + [6241] = 5927, + [6242] = 5949, + [6243] = 6243, + [6244] = 5931, + [6245] = 5916, + [6246] = 5902, + [6247] = 5931, + [6248] = 5949, + [6249] = 5930, + [6250] = 5902, + [6251] = 5913, + [6252] = 5914, + [6253] = 5927, + [6254] = 5903, + [6255] = 5935, + [6256] = 5916, + [6257] = 5916, + [6258] = 5903, + [6259] = 5902, + [6260] = 5931, + [6261] = 5930, + [6262] = 5913, + [6263] = 5935, + [6264] = 6163, + [6265] = 5927, + [6266] = 5920, + [6267] = 5935, + [6268] = 5918, + [6269] = 5942, + [6270] = 5903, + [6271] = 5887, + [6272] = 5916, + [6273] = 5927, + [6274] = 5914, + [6275] = 5933, + [6276] = 5903, + [6277] = 5902, + [6278] = 5931, + [6279] = 5902, + [6280] = 5930, + [6281] = 5945, + [6282] = 5913, + [6283] = 5927, + [6284] = 5920, + [6285] = 5889, + [6286] = 5935, + [6287] = 5954, + [6288] = 5918, + [6289] = 5902, + [6290] = 5887, + [6291] = 5903, + [6292] = 5916, + [6293] = 5914, + [6294] = 5914, + [6295] = 5903, + [6296] = 5946, + [6297] = 5902, + [6298] = 5931, + [6299] = 5916, + [6300] = 5954, + [6301] = 5930, + [6302] = 5913, + [6303] = 5941, + [6304] = 5887, + [6305] = 3929, + [6306] = 5889, + [6307] = 5931, + [6308] = 3972, + [6309] = 5933, + [6310] = 5930, + [6311] = 5918, + [6312] = 5913, + [6313] = 5886, + [6314] = 5918, + [6315] = 5889, + [6316] = 5887, + [6317] = 5903, + [6318] = 5933, + [6319] = 5927, + [6320] = 6320, + [6321] = 5920, + [6322] = 5935, + [6323] = 5918, + [6324] = 5889, + [6325] = 5887, + [6326] = 5955, + [6327] = 5916, + [6328] = 5914, + [6329] = 5903, + [6330] = 5902, + [6331] = 5941, + [6332] = 5890, + [6333] = 5933, + [6334] = 5953, + [6335] = 5942, + [6336] = 5927, + [6337] = 5920, + [6338] = 5935, + [6339] = 5920, + [6340] = 5927, + [6341] = 5918, + [6342] = 5887, + [6343] = 5916, + [6344] = 5902, + [6345] = 5914, + [6346] = 5891, + [6347] = 5903, + [6348] = 5903, + [6349] = 5902, + [6350] = 5920, + [6351] = 5916, + [6352] = 5887, + [6353] = 5914, + [6354] = 5949, + [6355] = 5935, + [6356] = 5949, + [6357] = 6162, + [6358] = 6163, + [6359] = 5902, + [6360] = 6162, + [6361] = 6163, + [6362] = 5927, + [6363] = 5913, + [6364] = 6162, + [6365] = 6163, + [6366] = 5930, + [6367] = 5931, + [6368] = 6162, + [6369] = 6163, + [6370] = 5953, + [6371] = 5942, + [6372] = 6372, + [6373] = 5933, + [6374] = 5914, + [6375] = 5931, + [6376] = 5955, + [6377] = 5930, + [6378] = 5889, + [6379] = 5913, + [6380] = 5913, + [6381] = 5930, + [6382] = 5931, + [6383] = 5954, + [6384] = 5946, + [6385] = 5945, + [6386] = 5933, + [6387] = 5931, + [6388] = 5903, + [6389] = 5914, + [6390] = 5930, + [6391] = 5913, + [6392] = 5916, + [6393] = 5941, + [6394] = 5887, + [6395] = 5886, + [6396] = 5918, + [6397] = 5935, + [6398] = 6162, + [6399] = 5955, + [6400] = 5953, + [6401] = 5920, + [6402] = 5927, + [6403] = 5927, + [6404] = 5913, + [6405] = 6405, + [6406] = 6406, + [6407] = 6406, + [6408] = 6406, + [6409] = 6406, + [6410] = 6406, + [6411] = 6406, + [6412] = 6406, + [6413] = 6406, + [6414] = 6405, + [6415] = 6406, + [6416] = 6406, + [6417] = 6406, + [6418] = 6406, + [6419] = 6406, + [6420] = 6406, + [6421] = 6406, + [6422] = 6405, + [6423] = 6406, + [6424] = 6406, + [6425] = 6405, + [6426] = 6405, + [6427] = 6406, + [6428] = 6406, + [6429] = 6406, + [6430] = 6405, + [6431] = 6406, + [6432] = 6405, + [6433] = 6406, + [6434] = 6405, + [6435] = 6405, + [6436] = 6406, + [6437] = 6406, + [6438] = 6405, + [6439] = 6405, + [6440] = 6405, + [6441] = 6405, + [6442] = 6406, + [6443] = 6406, + [6444] = 6405, + [6445] = 6406, + [6446] = 6446, + [6447] = 6447, + [6448] = 6448, + [6449] = 6446, + [6450] = 6450, + [6451] = 6446, + [6452] = 6446, + [6453] = 6448, + [6454] = 6446, + [6455] = 6448, + [6456] = 6450, + [6457] = 6448, + [6458] = 6446, + [6459] = 6446, + [6460] = 6446, + [6461] = 6446, + [6462] = 6450, + [6463] = 6446, + [6464] = 6448, + [6465] = 6450, + [6466] = 6446, + [6467] = 6448, + [6468] = 6448, + [6469] = 6446, + [6470] = 6446, + [6471] = 6448, + [6472] = 6450, + [6473] = 6448, + [6474] = 6446, + [6475] = 6448, + [6476] = 6448, + [6477] = 6448, + [6478] = 6446, + [6479] = 6446, + [6480] = 6450, + [6481] = 6450, + [6482] = 6446, + [6483] = 6450, + [6484] = 6446, + [6485] = 6450, + [6486] = 6450, + [6487] = 6450, + [6488] = 6446, + [6489] = 6450, + [6490] = 6450, + [6491] = 6450, + [6492] = 6450, + [6493] = 6448, + [6494] = 6448, + [6495] = 6450, + [6496] = 6450, + [6497] = 6450, + [6498] = 6446, + [6499] = 6448, + [6500] = 6450, + [6501] = 6448, + [6502] = 6448, + [6503] = 6446, + [6504] = 6450, + [6505] = 6448, + [6506] = 6448, + [6507] = 6450, + [6508] = 6446, + [6509] = 6450, + [6510] = 6446, + [6511] = 6450, + [6512] = 6448, + [6513] = 6450, + [6514] = 6448, + [6515] = 6448, + [6516] = 6446, + [6517] = 6446, + [6518] = 6448, + [6519] = 6448, + [6520] = 6446, + [6521] = 6446, + [6522] = 6450, + [6523] = 6450, + [6524] = 6448, + [6525] = 6448, + [6526] = 6448, + [6527] = 6450, + [6528] = 6528, + [6529] = 6529, + [6530] = 6528, + [6531] = 6529, + [6532] = 6529, + [6533] = 6529, + [6534] = 6529, + [6535] = 6528, + [6536] = 6529, + [6537] = 6528, + [6538] = 6528, + [6539] = 6529, + [6540] = 6528, + [6541] = 6528, + [6542] = 6529, + [6543] = 6529, + [6544] = 850, + [6545] = 6528, + [6546] = 6528, + [6547] = 6529, + [6548] = 6528, + [6549] = 6529, + [6550] = 6529, + [6551] = 6528, + [6552] = 6529, + [6553] = 6529, + [6554] = 6528, + [6555] = 6529, + [6556] = 851, + [6557] = 6528, + [6558] = 6529, + [6559] = 6529, + [6560] = 6529, + [6561] = 6529, + [6562] = 6528, + [6563] = 6528, + [6564] = 6528, + [6565] = 6528, + [6566] = 6528, + [6567] = 6528, + [6568] = 6529, + [6569] = 6529, + [6570] = 6529, + [6571] = 6529, + [6572] = 6528, + [6573] = 6528, + [6574] = 6528, + [6575] = 6529, + [6576] = 6528, + [6577] = 6528, + [6578] = 6528, + [6579] = 6529, + [6580] = 6529, + [6581] = 6529, + [6582] = 6528, + [6583] = 6528, + [6584] = 820, + [6585] = 6585, + [6586] = 6585, + [6587] = 6585, + [6588] = 6585, + [6589] = 6585, + [6590] = 6585, + [6591] = 812, + [6592] = 6585, + [6593] = 6585, + [6594] = 824, + [6595] = 6585, + [6596] = 6596, + [6597] = 6596, + [6598] = 6598, + [6599] = 6596, + [6600] = 6598, + [6601] = 848, + [6602] = 6598, + [6603] = 6596, + [6604] = 6598, + [6605] = 6598, + [6606] = 6598, + [6607] = 6607, + [6608] = 6596, + [6609] = 6596, + [6610] = 849, + [6611] = 6596, + [6612] = 6598, + [6613] = 6596, + [6614] = 6598, + [6615] = 6596, + [6616] = 6598, + [6617] = 6617, + [6618] = 6618, + [6619] = 6617, + [6620] = 6620, + [6621] = 6618, + [6622] = 6617, + [6623] = 6618, + [6624] = 6617, [6625] = 6625, - [6626] = 6623, - [6627] = 6624, + [6626] = 6626, + [6627] = 6617, [6628] = 6628, - [6629] = 6629, - [6630] = 6630, - [6631] = 6630, - [6632] = 6623, - [6633] = 6623, - [6634] = 6628, - [6635] = 6630, - [6636] = 6628, - [6637] = 6624, - [6638] = 6623, - [6639] = 6630, - [6640] = 6628, - [6641] = 6630, - [6642] = 6629, - [6643] = 6628, - [6644] = 6624, - [6645] = 6630, - [6646] = 6629, - [6647] = 6630, - [6648] = 6628, - [6649] = 6624, - [6650] = 6624, - [6651] = 6623, - [6652] = 6628, - [6653] = 6628, - [6654] = 6624, - [6655] = 6623, - [6656] = 6628, - [6657] = 6628, - [6658] = 6629, - [6659] = 6630, - [6660] = 6629, - [6661] = 6623, - [6662] = 884, - [6663] = 6624, - [6664] = 6629, - [6665] = 6629, - [6666] = 6628, - [6667] = 6628, - [6668] = 6624, - [6669] = 6623, - [6670] = 6624, - [6671] = 6630, - [6672] = 6672, - [6673] = 6630, - [6674] = 6630, - [6675] = 6623, - [6676] = 6630, - [6677] = 6623, - [6678] = 6628, - [6679] = 6623, - [6680] = 6630, - [6681] = 6623, - [6682] = 6628, - [6683] = 6623, - [6684] = 6630, - [6685] = 6624, - [6686] = 6624, - [6687] = 6687, - [6688] = 830, - [6689] = 6687, - [6690] = 6687, - [6691] = 6691, - [6692] = 6691, - [6693] = 6687, - [6694] = 6691, - [6695] = 6691, - [6696] = 6691, - [6697] = 6691, - [6698] = 6691, - [6699] = 6687, - [6700] = 6687, - [6701] = 6691, - [6702] = 6691, - [6703] = 6687, - [6704] = 6687, - [6705] = 6687, - [6706] = 6687, - [6707] = 6691, - [6708] = 6687, - [6709] = 6691, - [6710] = 6691, - [6711] = 6691, - [6712] = 6691, - [6713] = 6687, - [6714] = 6687, - [6715] = 6687, - [6716] = 6691, - [6717] = 6687, - [6718] = 6687, - [6719] = 6691, - [6720] = 6691, - [6721] = 6691, - [6722] = 6687, - [6723] = 6691, - [6724] = 6691, - [6725] = 6687, - [6726] = 6687, - [6727] = 6691, - [6728] = 6687, - [6729] = 6687, - [6730] = 6687, - [6731] = 6687, - [6732] = 6691, - [6733] = 6691, - [6734] = 6691, - [6735] = 6687, - [6736] = 6687, - [6737] = 6691, - [6738] = 839, - [6739] = 6687, - [6740] = 6691, - [6741] = 6687, - [6742] = 6691, - [6743] = 1169, - [6744] = 1159, - [6745] = 1162, - [6746] = 1168, - [6747] = 6747, + [6629] = 6617, + [6630] = 6625, + [6631] = 6626, + [6632] = 6618, + [6633] = 6620, + [6634] = 6618, + [6635] = 6626, + [6636] = 6617, + [6637] = 6618, + [6638] = 6626, + [6639] = 6617, + [6640] = 6618, + [6641] = 6625, + [6642] = 6625, + [6643] = 6620, + [6644] = 6626, + [6645] = 6618, + [6646] = 6620, + [6647] = 6617, + [6648] = 6617, + [6649] = 6620, + [6650] = 6626, + [6651] = 6625, + [6652] = 6617, + [6653] = 6618, + [6654] = 6617, + [6655] = 6625, + [6656] = 6625, + [6657] = 6626, + [6658] = 6626, + [6659] = 6625, + [6660] = 6618, + [6661] = 6618, + [6662] = 6617, + [6663] = 6625, + [6664] = 6618, + [6665] = 6625, + [6666] = 6625, + [6667] = 6620, + [6668] = 6625, + [6669] = 6626, + [6670] = 6618, + [6671] = 6626, + [6672] = 6617, + [6673] = 6673, + [6674] = 890, + [6675] = 6625, + [6676] = 6620, + [6677] = 6626, + [6678] = 6618, + [6679] = 6625, + [6680] = 6626, + [6681] = 6681, + [6682] = 6681, + [6683] = 6683, + [6684] = 6681, + [6685] = 6683, + [6686] = 6683, + [6687] = 6683, + [6688] = 6683, + [6689] = 6683, + [6690] = 6683, + [6691] = 6681, + [6692] = 6681, + [6693] = 6683, + [6694] = 6683, + [6695] = 838, + [6696] = 6681, + [6697] = 6681, + [6698] = 6683, + [6699] = 6683, + [6700] = 6681, + [6701] = 6681, + [6702] = 6683, + [6703] = 6683, + [6704] = 6681, + [6705] = 6683, + [6706] = 6681, + [6707] = 6681, + [6708] = 6681, + [6709] = 6683, + [6710] = 6681, + [6711] = 6681, + [6712] = 6683, + [6713] = 6683, + [6714] = 6683, + [6715] = 6681, + [6716] = 6683, + [6717] = 6681, + [6718] = 6681, + [6719] = 6683, + [6720] = 6681, + [6721] = 6681, + [6722] = 6681, + [6723] = 6683, + [6724] = 6683, + [6725] = 6683, + [6726] = 6681, + [6727] = 6681, + [6728] = 834, + [6729] = 6683, + [6730] = 6683, + [6731] = 6683, + [6732] = 6681, + [6733] = 6681, + [6734] = 6681, + [6735] = 6683, + [6736] = 6681, + [6737] = 1096, + [6738] = 1084, + [6739] = 1089, + [6740] = 1086, + [6741] = 6741, + [6742] = 6742, + [6743] = 6743, + [6744] = 6744, + [6745] = 6745, + [6746] = 6743, + [6747] = 6745, [6748] = 6748, - [6749] = 6747, - [6750] = 6750, - [6751] = 6748, + [6749] = 6749, + [6750] = 6741, + [6751] = 6751, [6752] = 6752, - [6753] = 6753, + [6753] = 6742, [6754] = 6754, [6755] = 6755, - [6756] = 6756, - [6757] = 6756, - [6758] = 6758, - [6759] = 6754, - [6760] = 6760, + [6756] = 6749, + [6757] = 6757, + [6758] = 6741, + [6759] = 6751, + [6760] = 6744, [6761] = 6761, - [6762] = 6758, - [6763] = 6753, - [6764] = 6764, - [6765] = 6765, - [6766] = 6750, - [6767] = 6760, - [6768] = 6768, - [6769] = 6769, - [6770] = 6747, - [6771] = 6748, - [6772] = 6752, - [6773] = 6753, - [6774] = 6752, - [6775] = 6754, - [6776] = 6755, - [6777] = 6756, - [6778] = 6760, - [6779] = 6748, - [6780] = 6758, - [6781] = 6769, - [6782] = 6747, - [6783] = 6769, - [6784] = 6752, - [6785] = 6750, - [6786] = 6755, - [6787] = 6768, - [6788] = 6758, - [6789] = 6765, - [6790] = 6764, - [6791] = 6758, - [6792] = 6792, - [6793] = 6764, - [6794] = 6765, - [6795] = 6768, - [6796] = 6769, - [6797] = 6768, - [6798] = 6750, - [6799] = 6760, - [6800] = 6769, - [6801] = 6760, - [6802] = 6768, - [6803] = 6747, - [6804] = 6758, - [6805] = 6747, - [6806] = 6748, - [6807] = 6752, - [6808] = 6748, - [6809] = 6756, - [6810] = 6753, - [6811] = 6754, - [6812] = 6755, - [6813] = 6756, - [6814] = 6755, - [6815] = 6754, - [6816] = 6750, - [6817] = 6752, - [6818] = 6753, - [6819] = 6760, - [6820] = 6752, - [6821] = 6748, - [6822] = 6769, - [6823] = 6765, - [6824] = 6764, - [6825] = 6747, - [6826] = 6765, - [6827] = 6758, - [6828] = 6768, - [6829] = 6769, - [6830] = 6750, - [6831] = 6753, - [6832] = 6760, - [6833] = 6754, - [6834] = 6750, - [6835] = 6835, - [6836] = 6760, - [6837] = 6765, - [6838] = 6764, - [6839] = 6764, - [6840] = 6758, - [6841] = 6765, - [6842] = 6747, - [6843] = 6765, - [6844] = 6844, - [6845] = 6755, + [6762] = 6762, + [6763] = 6752, + [6764] = 6757, + [6765] = 6761, + [6766] = 6744, + [6767] = 6742, + [6768] = 6754, + [6769] = 6755, + [6770] = 6761, + [6771] = 6757, + [6772] = 6757, + [6773] = 6761, + [6774] = 6761, + [6775] = 6755, + [6776] = 6762, + [6777] = 6744, + [6778] = 6754, + [6779] = 6742, + [6780] = 6752, + [6781] = 6757, + [6782] = 6762, + [6783] = 6751, + [6784] = 6741, + [6785] = 6749, + [6786] = 6744, + [6787] = 6748, + [6788] = 6743, + [6789] = 6745, + [6790] = 6744, + [6791] = 6762, + [6792] = 6762, + [6793] = 6762, + [6794] = 6745, + [6795] = 6761, + [6796] = 6757, + [6797] = 6743, + [6798] = 6748, + [6799] = 6755, + [6800] = 6754, + [6801] = 6755, + [6802] = 6762, + [6803] = 6749, + [6804] = 6744, + [6805] = 6741, + [6806] = 6762, + [6807] = 6742, + [6808] = 6751, + [6809] = 6761, + [6810] = 6752, + [6811] = 6752, + [6812] = 6757, + [6813] = 6751, + [6814] = 6741, + [6815] = 6742, + [6816] = 6749, + [6817] = 6742, + [6818] = 6748, + [6819] = 6743, + [6820] = 6754, + [6821] = 6745, + [6822] = 6754, + [6823] = 6755, + [6824] = 6744, + [6825] = 6762, + [6826] = 6757, + [6827] = 6757, + [6828] = 6761, + [6829] = 6757, + [6830] = 6761, + [6831] = 6762, + [6832] = 6755, + [6833] = 6745, + [6834] = 6754, + [6835] = 6742, + [6836] = 6752, + [6837] = 6744, + [6838] = 6751, + [6839] = 6741, + [6840] = 6749, + [6841] = 6748, + [6842] = 6743, + [6843] = 6742, + [6844] = 6745, + [6845] = 6743, [6846] = 6748, - [6847] = 6764, - [6848] = 6764, - [6849] = 6758, - [6850] = 6756, - [6851] = 6851, - [6852] = 6756, - [6853] = 6760, - [6854] = 6755, - [6855] = 6754, - [6856] = 6753, - [6857] = 6752, - [6858] = 6750, - [6859] = 6760, - [6860] = 6752, - [6861] = 6768, - [6862] = 6747, - [6863] = 6750, - [6864] = 6765, - [6865] = 6769, - [6866] = 6764, - [6867] = 6768, - [6868] = 6768, - [6869] = 6768, - [6870] = 6769, - [6871] = 6755, - [6872] = 6747, - [6873] = 6753, - [6874] = 6769, + [6847] = 6744, + [6848] = 6749, + [6849] = 6745, + [6850] = 6743, + [6851] = 6755, + [6852] = 6748, + [6853] = 6754, + [6854] = 6749, + [6855] = 6751, + [6856] = 6762, + [6857] = 6761, + [6858] = 6757, + [6859] = 6752, + [6860] = 6761, + [6861] = 6742, + [6862] = 6757, + [6863] = 6752, + [6864] = 6755, + [6865] = 6752, + [6866] = 6751, + [6867] = 6755, + [6868] = 6754, + [6869] = 6742, + [6870] = 6752, + [6871] = 6741, + [6872] = 6741, + [6873] = 6751, + [6874] = 6742, [6875] = 6754, - [6876] = 6748, - [6877] = 6755, - [6878] = 6760, - [6879] = 6750, - [6880] = 6754, - [6881] = 6752, - [6882] = 6764, - [6883] = 6753, - [6884] = 6754, - [6885] = 6765, - [6886] = 6753, - [6887] = 6752, - [6888] = 6748, - [6889] = 6747, - [6890] = 6765, - [6891] = 6768, - [6892] = 6756, - [6893] = 6758, - [6894] = 6764, - [6895] = 6755, - [6896] = 6764, - [6897] = 6765, - [6898] = 6769, - [6899] = 6760, - [6900] = 6750, - [6901] = 6760, - [6902] = 6750, - [6903] = 6769, - [6904] = 6768, - [6905] = 6765, - [6906] = 6756, - [6907] = 6764, - [6908] = 6747, + [6876] = 6749, + [6877] = 6748, + [6878] = 6751, + [6879] = 6741, + [6880] = 6752, + [6881] = 6744, + [6882] = 6743, + [6883] = 6745, + [6884] = 6749, + [6885] = 6748, + [6886] = 6744, + [6887] = 6762, + [6888] = 6743, + [6889] = 6745, + [6890] = 6761, + [6891] = 6757, + [6892] = 6761, + [6893] = 6752, + [6894] = 6755, + [6895] = 6754, + [6896] = 6757, + [6897] = 6742, + [6898] = 6752, + [6899] = 6744, + [6900] = 6755, + [6901] = 6757, + [6902] = 6751, + [6903] = 6741, + [6904] = 6754, + [6905] = 6749, + [6906] = 6761, + [6907] = 6742, + [6908] = 6748, [6909] = 6748, - [6910] = 6758, + [6910] = 6743, [6911] = 6752, - [6912] = 6756, - [6913] = 6755, - [6914] = 6755, - [6915] = 6753, - [6916] = 6754, - [6917] = 6754, - [6918] = 6753, - [6919] = 6755, + [6912] = 6751, + [6913] = 6745, + [6914] = 6741, + [6915] = 6749, + [6916] = 6762, + [6917] = 6762, + [6918] = 6745, + [6919] = 6754, [6920] = 6754, - [6921] = 6758, - [6922] = 6753, - [6923] = 6752, - [6924] = 6752, - [6925] = 6756, - [6926] = 6748, - [6927] = 6758, - [6928] = 6769, - [6929] = 6768, - [6930] = 6747, - [6931] = 6747, - [6932] = 6748, - [6933] = 6768, - [6934] = 6769, - [6935] = 6760, - [6936] = 6755, - [6937] = 6755, - [6938] = 6756, - [6939] = 6748, - [6940] = 6747, + [6921] = 6744, + [6922] = 6748, + [6923] = 6762, + [6924] = 6761, + [6925] = 6757, + [6926] = 6751, + [6927] = 6743, + [6928] = 6741, + [6929] = 6745, + [6930] = 6743, + [6931] = 6748, + [6932] = 6755, + [6933] = 6749, + [6934] = 6755, + [6935] = 6741, + [6936] = 6751, + [6937] = 6937, + [6938] = 6755, + [6939] = 6939, + [6940] = 6761, [6941] = 6752, - [6942] = 6750, - [6943] = 6754, - [6944] = 6754, - [6945] = 6756, - [6946] = 6768, - [6947] = 6769, - [6948] = 6753, - [6949] = 6750, - [6950] = 6753, - [6951] = 6750, - [6952] = 6758, - [6953] = 6764, - [6954] = 6760, - [6955] = 6851, - [6956] = 6758, - [6957] = 6765, - [6958] = 6760, - [6959] = 6765, - [6960] = 6764, - [6961] = 6754, - [6962] = 6750, - [6963] = 6764, - [6964] = 6758, - [6965] = 6756, - [6966] = 6752, - [6967] = 6748, - [6968] = 6747, - [6969] = 6765, - [6970] = 6750, - [6971] = 6756, - [6972] = 6755, - [6973] = 6769, - [6974] = 6764, - [6975] = 6758, - [6976] = 6756, - [6977] = 6768, + [6942] = 6942, + [6943] = 6742, + [6944] = 6762, + [6945] = 6754, + [6946] = 6744, + [6947] = 6754, + [6948] = 6755, + [6949] = 6745, + [6950] = 6742, + [6951] = 6749, + [6952] = 6752, + [6953] = 6751, + [6954] = 6745, + [6955] = 6748, + [6956] = 6741, + [6957] = 6743, + [6958] = 6757, + [6959] = 6742, + [6960] = 6761, + [6961] = 6749, + [6962] = 6762, + [6963] = 6755, + [6964] = 6743, + [6965] = 6748, + [6966] = 6754, + [6967] = 6752, + [6968] = 6745, + [6969] = 6749, + [6970] = 6937, + [6971] = 6741, + [6972] = 6751, + [6973] = 6752, + [6974] = 6742, + [6975] = 6748, + [6976] = 6937, + [6977] = 6744, [6978] = 6754, - [6979] = 6769, - [6980] = 6753, - [6981] = 6755, - [6982] = 6851, - [6983] = 6760, - [6984] = 6752, - [6985] = 6760, - [6986] = 6769, - [6987] = 6750, - [6988] = 6758, - [6989] = 6748, - [6990] = 6755, - [6991] = 6747, - [6992] = 6768, - [6993] = 6754, - [6994] = 6769, - [6995] = 6753, - [6996] = 6760, - [6997] = 6851, - [6998] = 6750, - [6999] = 6752, - [7000] = 6765, - [7001] = 6768, - [7002] = 6764, - [7003] = 6765, - [7004] = 6758, - [7005] = 6764, - [7006] = 6748, - [7007] = 6756, - [7008] = 6755, - [7009] = 6754, - [7010] = 6753, - [7011] = 6752, - [7012] = 6748, - [7013] = 6747, - [7014] = 6747, - [7015] = 6748, - [7016] = 6748, - [7017] = 6747, - [7018] = 6768, - [7019] = 6752, - [7020] = 6769, - [7021] = 6753, - [7022] = 6760, - [7023] = 6754, - [7024] = 6750, - [7025] = 6765, - [7026] = 6768, - [7027] = 6758, - [7028] = 6756, - [7029] = 6755, - [7030] = 6758, - [7031] = 6768, - [7032] = 6764, - [7033] = 6758, - [7034] = 6764, - [7035] = 6765, - [7036] = 6756, - [7037] = 6769, - [7038] = 6747, - [7039] = 6756, - [7040] = 6755, - [7041] = 6755, - [7042] = 6750, - [7043] = 6760, - [7044] = 6851, - [7045] = 6769, - [7046] = 6768, - [7047] = 6754, - [7048] = 6753, - [7049] = 6754, - [7050] = 6747, - [7051] = 6748, - [7052] = 6747, - [7053] = 6752, - [7054] = 6752, - [7055] = 6748, - [7056] = 6753, - [7057] = 6754, - [7058] = 6753, - [7059] = 6760, - [7060] = 6748, - [7061] = 6755, + [6979] = 6745, + [6980] = 6743, + [6981] = 6748, + [6982] = 6755, + [6983] = 6749, + [6984] = 6741, + [6985] = 6743, + [6986] = 6745, + [6987] = 6751, + [6988] = 6752, + [6989] = 6937, + [6990] = 6742, + [6991] = 6743, + [6992] = 6744, + [6993] = 6751, + [6994] = 6754, + [6995] = 6755, + [6996] = 6741, + [6997] = 6757, + [6998] = 6754, + [6999] = 6744, + [7000] = 6749, + [7001] = 6762, + [7002] = 6761, + [7003] = 6745, + [7004] = 6761, + [7005] = 6748, + [7006] = 6743, + [7007] = 6757, + [7008] = 6748, + [7009] = 6755, + [7010] = 6754, + [7011] = 6744, + [7012] = 6757, + [7013] = 6742, + [7014] = 6745, + [7015] = 6761, + [7016] = 6752, + [7017] = 6762, + [7018] = 6761, + [7019] = 6751, + [7020] = 6741, + [7021] = 6757, + [7022] = 6744, + [7023] = 6749, + [7024] = 6762, + [7025] = 6762, + [7026] = 6748, + [7027] = 6743, + [7028] = 6761, + [7029] = 6757, + [7030] = 6745, + [7031] = 6744, + [7032] = 6743, + [7033] = 6937, + [7034] = 6748, + [7035] = 6745, + [7036] = 6755, + [7037] = 6754, + [7038] = 6755, + [7039] = 6742, + [7040] = 6752, + [7041] = 6749, + [7042] = 6741, + [7043] = 6751, + [7044] = 6751, + [7045] = 6741, + [7046] = 6741, + [7047] = 6749, + [7048] = 6743, + [7049] = 6751, + [7050] = 6748, + [7051] = 6743, + [7052] = 6754, + [7053] = 6742, + [7054] = 6748, + [7055] = 6745, + [7056] = 6749, + [7057] = 6752, + [7058] = 6741, + [7059] = 6751, + [7060] = 6752, + [7061] = 6742, [7062] = 6752, - [7063] = 6755, - [7064] = 6753, - [7065] = 6752, - [7066] = 6753, + [7063] = 6751, + [7064] = 6741, + [7065] = 6742, + [7066] = 6749, [7067] = 6754, - [7068] = 6753, - [7069] = 6754, - [7070] = 6752, - [7071] = 6748, - [7072] = 6747, - [7073] = 6750, - [7074] = 6768, - [7075] = 6769, - [7076] = 6755, - [7077] = 6768, - [7078] = 6748, - [7079] = 6756, - [7080] = 6747, - [7081] = 6758, - [7082] = 6768, - [7083] = 6769, - [7084] = 6760, - [7085] = 6750, - [7086] = 6760, - [7087] = 6764, - [7088] = 6765, - [7089] = 6750, - [7090] = 6756, - [7091] = 6765, - [7092] = 6764, - [7093] = 6758, - [7094] = 6765, - [7095] = 6750, - [7096] = 6760, - [7097] = 6756, - [7098] = 6765, - [7099] = 6769, - [7100] = 6768, - [7101] = 6756, - [7102] = 6755, - [7103] = 6764, + [7068] = 6755, + [7069] = 6748, + [7070] = 6755, + [7071] = 6757, + [7072] = 6761, + [7073] = 6744, + [7074] = 6762, + [7075] = 6762, + [7076] = 6762, + [7077] = 6757, + [7078] = 6744, + [7079] = 6761, + [7080] = 6743, + [7081] = 6761, + [7082] = 6757, + [7083] = 6745, + [7084] = 6745, + [7085] = 6743, + [7086] = 6748, + [7087] = 6749, + [7088] = 6741, + [7089] = 6755, + [7090] = 6754, + [7091] = 6751, + [7092] = 6744, + [7093] = 6742, + [7094] = 6752, + [7095] = 6762, + [7096] = 7096, + [7097] = 6744, + [7098] = 6752, + [7099] = 6751, + [7100] = 6741, + [7101] = 6742, + [7102] = 6749, + [7103] = 6761, [7104] = 6754, - [7105] = 6747, - [7106] = 6748, - [7107] = 6756, - [7108] = 6752, - [7109] = 6753, - [7110] = 6756, - [7111] = 6753, - [7112] = 6754, - [7113] = 6752, - [7114] = 6748, - [7115] = 6747, - [7116] = 6765, + [7105] = 6748, + [7106] = 6743, + [7107] = 6755, + [7108] = 6757, + [7109] = 6937, + [7110] = 6757, + [7111] = 6745, + [7112] = 6761, + [7113] = 7113, + [7114] = 6762, + [7115] = 6749, + [7116] = 6762, [7117] = 6755, - [7118] = 6768, - [7119] = 6764, - [7120] = 6769, - [7121] = 6758, - [7122] = 6758, - [7123] = 6769, - [7124] = 6760, - [7125] = 6764, - [7126] = 6750, - [7127] = 6756, - [7128] = 6765, - [7129] = 6851, - [7130] = 6765, - [7131] = 6764, - [7132] = 6750, - [7133] = 6760, - [7134] = 6758, - [7135] = 7135, - [7136] = 7136, - [7137] = 7137, - [7138] = 7138, - [7139] = 7139, - [7140] = 7136, - [7141] = 7136, - [7142] = 7137, - [7143] = 7137, - [7144] = 7135, - [7145] = 7137, - [7146] = 7137, - [7147] = 7136, - [7148] = 7137, - [7149] = 7135, - [7150] = 824, - [7151] = 7136, - [7152] = 7136, - [7153] = 7137, - [7154] = 7135, - [7155] = 7137, - [7156] = 7135, - [7157] = 7136, - [7158] = 7136, - [7159] = 7137, - [7160] = 7135, - [7161] = 7136, - [7162] = 7136, - [7163] = 7163, - [7164] = 7137, - [7165] = 7137, - [7166] = 7136, - [7167] = 7137, - [7168] = 7136, - [7169] = 7136, - [7170] = 7137, - [7171] = 7137, - [7172] = 7136, - [7173] = 7136, - [7174] = 7137, - [7175] = 7136, - [7176] = 7137, - [7177] = 7136, - [7178] = 7137, - [7179] = 7136, - [7180] = 7137, - [7181] = 7136, - [7182] = 1170, - [7183] = 7135, - [7184] = 7135, - [7185] = 7137, - [7186] = 3568, - [7187] = 7135, - [7188] = 7137, - [7189] = 7136, - [7190] = 7137, - [7191] = 7137, - [7192] = 7137, - [7193] = 7135, - [7194] = 7136, - [7195] = 7135, - [7196] = 7135, - [7197] = 7135, - [7198] = 7136, - [7199] = 7137, - [7200] = 7136, - [7201] = 7136, - [7202] = 7136, - [7203] = 7137, - [7204] = 7137, - [7205] = 7137, - [7206] = 7135, - [7207] = 7136, - [7208] = 7135, - [7209] = 7209, - [7210] = 7136, + [7118] = 6744, + [7119] = 6754, + [7120] = 6745, + [7121] = 6743, + [7122] = 6748, + [7123] = 6749, + [7124] = 6741, + [7125] = 6751, + [7126] = 6744, + [7127] = 6742, + [7128] = 6752, + [7129] = 7129, + [7130] = 7129, + [7131] = 7129, + [7132] = 7132, + [7133] = 7129, + [7134] = 7134, + [7135] = 7134, + [7136] = 7132, + [7137] = 7134, + [7138] = 7132, + [7139] = 7134, + [7140] = 7134, + [7141] = 7132, + [7142] = 7132, + [7143] = 7134, + [7144] = 7134, + [7145] = 7132, + [7146] = 7146, + [7147] = 7132, + [7148] = 7134, + [7149] = 7132, + [7150] = 7134, + [7151] = 7132, + [7152] = 7134, + [7153] = 7132, + [7154] = 7132, + [7155] = 7129, + [7156] = 7132, + [7157] = 7134, + [7158] = 7129, + [7159] = 7132, + [7160] = 7134, + [7161] = 7132, + [7162] = 7162, + [7163] = 7134, + [7164] = 7132, + [7165] = 7134, + [7166] = 1117, + [7167] = 7132, + [7168] = 7134, + [7169] = 7132, + [7170] = 7134, + [7171] = 7132, + [7172] = 7134, + [7173] = 7129, + [7174] = 7129, + [7175] = 7134, + [7176] = 7129, + [7177] = 7134, + [7178] = 7132, + [7179] = 7132, + [7180] = 7134, + [7181] = 7181, + [7182] = 7132, + [7183] = 7134, + [7184] = 7132, + [7185] = 7134, + [7186] = 7132, + [7187] = 7134, + [7188] = 7132, + [7189] = 3556, + [7190] = 7134, + [7191] = 7132, + [7192] = 7134, + [7193] = 7134, + [7194] = 7132, + [7195] = 7129, + [7196] = 7134, + [7197] = 7132, + [7198] = 820, + [7199] = 7129, + [7200] = 7129, + [7201] = 7129, + [7202] = 7129, + [7203] = 7203, + [7204] = 7129, + [7205] = 7205, + [7206] = 822, + [7207] = 7207, + [7208] = 890, + [7209] = 812, + [7210] = 823, [7211] = 7211, [7212] = 7212, [7213] = 7213, - [7214] = 7214, - [7215] = 823, + [7214] = 7212, + [7215] = 7215, [7216] = 7216, - [7217] = 7213, - [7218] = 821, - [7219] = 7219, - [7220] = 884, - [7221] = 819, - [7222] = 816, - [7223] = 7223, + [7217] = 824, + [7218] = 848, + [7219] = 851, + [7220] = 7220, + [7221] = 7220, + [7222] = 7222, + [7223] = 7222, [7224] = 7224, - [7225] = 7225, - [7226] = 7226, - [7227] = 7227, - [7228] = 3568, - [7229] = 3724, - [7230] = 7226, - [7231] = 7224, - [7232] = 7226, - [7233] = 7226, - [7234] = 7227, - [7235] = 7224, - [7236] = 7227, - [7237] = 7226, - [7238] = 7226, - [7239] = 7227, - [7240] = 7225, + [7225] = 7222, + [7226] = 850, + [7227] = 7224, + [7228] = 7220, + [7229] = 7229, + [7230] = 7222, + [7231] = 7229, + [7232] = 7224, + [7233] = 7224, + [7234] = 7220, + [7235] = 7229, + [7236] = 7222, + [7237] = 3556, + [7238] = 7224, + [7239] = 7220, + [7240] = 849, [7241] = 7224, - [7242] = 7227, - [7243] = 7227, - [7244] = 7225, - [7245] = 7225, - [7246] = 861, - [7247] = 854, - [7248] = 7227, - [7249] = 7225, - [7250] = 3568, - [7251] = 7227, + [7242] = 7222, + [7243] = 7229, + [7244] = 7244, + [7245] = 820, + [7246] = 7222, + [7247] = 7222, + [7248] = 7220, + [7249] = 7220, + [7250] = 7220, + [7251] = 7222, [7252] = 7224, - [7253] = 7226, - [7254] = 7224, - [7255] = 7226, - [7256] = 7224, - [7257] = 7225, - [7258] = 7224, - [7259] = 7226, - [7260] = 7260, - [7261] = 7225, - [7262] = 7226, - [7263] = 856, - [7264] = 7227, + [7253] = 7229, + [7254] = 3725, + [7255] = 7229, + [7256] = 7220, + [7257] = 7229, + [7258] = 7229, + [7259] = 3556, + [7260] = 7229, + [7261] = 7229, + [7262] = 7224, + [7263] = 7229, + [7264] = 7222, [7265] = 7224, - [7266] = 824, - [7267] = 7225, - [7268] = 7224, - [7269] = 7225, + [7266] = 7229, + [7267] = 7220, + [7268] = 7220, + [7269] = 7224, [7270] = 7224, - [7271] = 7224, - [7272] = 7227, - [7273] = 7273, - [7274] = 7226, - [7275] = 7227, - [7276] = 7225, - [7277] = 7225, - [7278] = 7225, - [7279] = 858, + [7271] = 7271, + [7272] = 7222, + [7273] = 7222, + [7274] = 7274, + [7275] = 7275, + [7276] = 1084, + [7277] = 7277, + [7278] = 7274, + [7279] = 7275, [7280] = 7280, - [7281] = 7281, - [7282] = 7280, - [7283] = 7283, - [7284] = 3883, - [7285] = 7280, + [7281] = 7277, + [7282] = 3725, + [7283] = 3877, + [7284] = 7280, + [7285] = 7277, [7286] = 7286, - [7287] = 7280, - [7288] = 7283, - [7289] = 7286, - [7290] = 1169, - [7291] = 7291, - [7292] = 7281, - [7293] = 7281, - [7294] = 7286, - [7295] = 7291, - [7296] = 7281, - [7297] = 816, - [7298] = 7291, - [7299] = 7286, - [7300] = 7286, - [7301] = 7281, - [7302] = 7283, - [7303] = 7291, - [7304] = 7281, - [7305] = 7305, - [7306] = 7291, - [7307] = 3724, - [7308] = 7305, + [7287] = 4010, + [7288] = 7274, + [7289] = 3972, + [7290] = 7274, + [7291] = 7274, + [7292] = 7277, + [7293] = 1086, + [7294] = 3929, + [7295] = 3851, + [7296] = 7275, + [7297] = 7280, + [7298] = 7274, + [7299] = 7299, + [7300] = 7300, + [7301] = 823, + [7302] = 7280, + [7303] = 7274, + [7304] = 1089, + [7305] = 1117, + [7306] = 7275, + [7307] = 7275, + [7308] = 7286, [7309] = 7280, - [7310] = 7280, - [7311] = 7311, - [7312] = 7291, - [7313] = 7291, - [7314] = 823, - [7315] = 1159, - [7316] = 7291, - [7317] = 7286, - [7318] = 7280, - [7319] = 7305, - [7320] = 7291, - [7321] = 1162, - [7322] = 3889, - [7323] = 7280, - [7324] = 7291, - [7325] = 7325, - [7326] = 3979, - [7327] = 3975, - [7328] = 7286, - [7329] = 7286, - [7330] = 7280, - [7331] = 7280, - [7332] = 7281, - [7333] = 884, - [7334] = 7281, - [7335] = 7286, - [7336] = 1168, - [7337] = 7283, - [7338] = 819, - [7339] = 7305, - [7340] = 3568, - [7341] = 3871, - [7342] = 7291, - [7343] = 7283, - [7344] = 7344, - [7345] = 7281, + [7310] = 824, + [7311] = 7277, + [7312] = 7299, + [7313] = 7299, + [7314] = 7286, + [7315] = 7286, + [7316] = 7277, + [7317] = 7275, + [7318] = 7274, + [7319] = 890, + [7320] = 1096, + [7321] = 7321, + [7322] = 7280, + [7323] = 7277, + [7324] = 7299, + [7325] = 7286, + [7326] = 7275, + [7327] = 7280, + [7328] = 7274, + [7329] = 7280, + [7330] = 7274, + [7331] = 7275, + [7332] = 7280, + [7333] = 7275, + [7334] = 7275, + [7335] = 7280, + [7336] = 7277, + [7337] = 7274, + [7338] = 820, + [7339] = 7277, + [7340] = 7340, + [7341] = 812, + [7342] = 822, + [7343] = 7277, + [7344] = 7280, + [7345] = 7275, [7346] = 7286, - [7347] = 7281, - [7348] = 7305, - [7349] = 7286, - [7350] = 1170, - [7351] = 7283, - [7352] = 7281, - [7353] = 821, - [7354] = 7280, - [7355] = 7286, - [7356] = 7281, - [7357] = 824, - [7358] = 7305, + [7347] = 7299, + [7348] = 3556, + [7349] = 7277, + [7350] = 7274, + [7351] = 7299, + [7352] = 7275, + [7353] = 7353, + [7354] = 7354, + [7355] = 7355, + [7356] = 7356, + [7357] = 7354, + [7358] = 7358, [7359] = 7359, - [7360] = 856, - [7361] = 7361, + [7360] = 7358, + [7361] = 7359, [7362] = 7362, - [7363] = 7363, - [7364] = 7364, - [7365] = 7363, - [7366] = 7364, + [7363] = 7353, + [7364] = 7355, + [7365] = 7356, + [7366] = 7356, [7367] = 7367, - [7368] = 7361, - [7369] = 7362, - [7370] = 7362, - [7371] = 7359, - [7372] = 7372, - [7373] = 7361, - [7374] = 7374, - [7375] = 819, - [7376] = 7364, - [7377] = 7377, - [7378] = 7367, - [7379] = 7377, - [7380] = 7380, - [7381] = 7381, - [7382] = 7363, - [7383] = 7380, - [7384] = 7363, - [7385] = 7381, - [7386] = 7361, - [7387] = 7364, - [7388] = 823, - [7389] = 7367, - [7390] = 7361, - [7391] = 7367, - [7392] = 7372, - [7393] = 7362, - [7394] = 7377, - [7395] = 7359, - [7396] = 7367, - [7397] = 7367, - [7398] = 7372, - [7399] = 7363, - [7400] = 7367, - [7401] = 7359, - [7402] = 7364, - [7403] = 821, - [7404] = 7367, - [7405] = 7380, - [7406] = 7372, - [7407] = 7367, - [7408] = 7381, - [7409] = 7363, - [7410] = 7363, - [7411] = 7372, - [7412] = 7367, - [7413] = 7377, - [7414] = 7363, - [7415] = 7363, - [7416] = 7361, - [7417] = 7367, - [7418] = 7372, - [7419] = 7381, - [7420] = 7364, - [7421] = 7380, - [7422] = 7367, - [7423] = 7361, - [7424] = 7381, - [7425] = 7374, + [7368] = 7359, + [7369] = 824, + [7370] = 7358, + [7371] = 7362, + [7372] = 7356, + [7373] = 7359, + [7374] = 7358, + [7375] = 7354, + [7376] = 7358, + [7377] = 7354, + [7378] = 7378, + [7379] = 7354, + [7380] = 7359, + [7381] = 7359, + [7382] = 7382, + [7383] = 7359, + [7384] = 7353, + [7385] = 7385, + [7386] = 7355, + [7387] = 7355, + [7388] = 7353, + [7389] = 7362, + [7390] = 7385, + [7391] = 7359, + [7392] = 7356, + [7393] = 7393, + [7394] = 7367, + [7395] = 7353, + [7396] = 7378, + [7397] = 7378, + [7398] = 7358, + [7399] = 7354, + [7400] = 7359, + [7401] = 7385, + [7402] = 7362, + [7403] = 7355, + [7404] = 7353, + [7405] = 7367, + [7406] = 7354, + [7407] = 7356, + [7408] = 7353, + [7409] = 7356, + [7410] = 7355, + [7411] = 7353, + [7412] = 7362, + [7413] = 7354, + [7414] = 7355, + [7415] = 7378, + [7416] = 7359, + [7417] = 7358, + [7418] = 7359, + [7419] = 7419, + [7420] = 7356, + [7421] = 7353, + [7422] = 7354, + [7423] = 7393, + [7424] = 7385, + [7425] = 7367, [7426] = 7359, - [7427] = 7374, - [7428] = 7363, - [7429] = 7381, - [7430] = 7363, - [7431] = 7361, - [7432] = 7359, - [7433] = 7364, - [7434] = 7362, - [7435] = 7377, - [7436] = 7364, - [7437] = 7372, - [7438] = 7381, - [7439] = 7363, - [7440] = 7367, - [7441] = 7380, - [7442] = 7380, - [7443] = 7377, - [7444] = 7361, - [7445] = 7374, - [7446] = 7359, - [7447] = 7447, - [7448] = 7377, - [7449] = 7363, - [7450] = 7377, - [7451] = 7359, - [7452] = 7364, - [7453] = 7381, - [7454] = 7362, - [7455] = 7380, - [7456] = 7363, - [7457] = 7363, - [7458] = 7374, - [7459] = 7372, - [7460] = 7460, - [7461] = 7361, - [7462] = 7380, - [7463] = 7377, - [7464] = 7372, - [7465] = 7362, - [7466] = 7374, - [7467] = 7367, - [7468] = 7372, - [7469] = 7367, - [7470] = 7367, - [7471] = 854, - [7472] = 7361, - [7473] = 7363, - [7474] = 7359, + [7427] = 7355, + [7428] = 7378, + [7429] = 3725, + [7430] = 7362, + [7431] = 7355, + [7432] = 7353, + [7433] = 7356, + [7434] = 7358, + [7435] = 7367, + [7436] = 7353, + [7437] = 7385, + [7438] = 7362, + [7439] = 7358, + [7440] = 7393, + [7441] = 7385, + [7442] = 7359, + [7443] = 7354, + [7444] = 7358, + [7445] = 7353, + [7446] = 7358, + [7447] = 7355, + [7448] = 7356, + [7449] = 7393, + [7450] = 7353, + [7451] = 7356, + [7452] = 7353, + [7453] = 7355, + [7454] = 7359, + [7455] = 7358, + [7456] = 7354, + [7457] = 7362, + [7458] = 7367, + [7459] = 7385, + [7460] = 7358, + [7461] = 7385, + [7462] = 7378, + [7463] = 7353, + [7464] = 7359, + [7465] = 7367, + [7466] = 7393, + [7467] = 7359, + [7468] = 7378, + [7469] = 7358, + [7470] = 823, + [7471] = 7356, + [7472] = 7358, + [7473] = 7355, + [7474] = 7355, [7475] = 7362, - [7476] = 7377, - [7477] = 7359, - [7478] = 7372, - [7479] = 7363, - [7480] = 7380, - [7481] = 7374, - [7482] = 7482, - [7483] = 7363, - [7484] = 7380, - [7485] = 7359, - [7486] = 7364, - [7487] = 7372, - [7488] = 7361, - [7489] = 7374, - [7490] = 7361, - [7491] = 7361, - [7492] = 7362, - [7493] = 7367, - [7494] = 7380, - [7495] = 7364, - [7496] = 7364, - [7497] = 7381, - [7498] = 7361, + [7476] = 7354, + [7477] = 7378, + [7478] = 7378, + [7479] = 7358, + [7480] = 7356, + [7481] = 7367, + [7482] = 7353, + [7483] = 7358, + [7484] = 7356, + [7485] = 7378, + [7486] = 7353, + [7487] = 7355, + [7488] = 7393, + [7489] = 7393, + [7490] = 7356, + [7491] = 7385, + [7492] = 7354, + [7493] = 7355, + [7494] = 7358, + [7495] = 822, + [7496] = 7354, + [7497] = 7355, + [7498] = 7359, [7499] = 7359, - [7500] = 7361, - [7501] = 858, - [7502] = 7380, - [7503] = 7363, - [7504] = 7363, - [7505] = 7363, - [7506] = 861, - [7507] = 7377, - [7508] = 7377, - [7509] = 7367, - [7510] = 7361, - [7511] = 7372, - [7512] = 7363, - [7513] = 7377, + [7500] = 7358, + [7501] = 7501, + [7502] = 7354, + [7503] = 7385, + [7504] = 7356, + [7505] = 7354, + [7506] = 7354, + [7507] = 7358, + [7508] = 7362, + [7509] = 7356, + [7510] = 7367, + [7511] = 7393, + [7512] = 7356, + [7513] = 7358, [7514] = 7359, - [7515] = 7374, - [7516] = 7367, - [7517] = 7380, - [7518] = 7372, - [7519] = 7362, - [7520] = 7372, - [7521] = 7377, - [7522] = 7372, - [7523] = 7377, - [7524] = 7367, - [7525] = 7372, - [7526] = 7367, - [7527] = 7361, - [7528] = 7380, - [7529] = 7367, - [7530] = 7372, - [7531] = 7377, - [7532] = 7380, - [7533] = 7361, - [7534] = 3724, - [7535] = 7361, - [7536] = 7380, - [7537] = 7374, - [7538] = 7363, - [7539] = 7377, - [7540] = 7377, - [7541] = 7367, - [7542] = 7380, - [7543] = 7380, - [7544] = 7377, - [7545] = 7363, - [7546] = 7367, - [7547] = 7377, - [7548] = 7380, - [7549] = 7549, - [7550] = 7372, - [7551] = 7380, - [7552] = 7374, - [7553] = 7367, - [7554] = 7377, - [7555] = 7361, - [7556] = 7372, - [7557] = 7372, - [7558] = 7558, - [7559] = 7380, - [7560] = 7372, - [7561] = 7372, + [7515] = 7354, + [7516] = 7355, + [7517] = 7354, + [7518] = 7356, + [7519] = 7356, + [7520] = 7520, + [7521] = 7356, + [7522] = 7358, + [7523] = 7355, + [7524] = 7354, + [7525] = 7358, + [7526] = 7359, + [7527] = 7358, + [7528] = 7367, + [7529] = 7354, + [7530] = 7378, + [7531] = 7359, + [7532] = 7356, + [7533] = 7385, + [7534] = 7385, + [7535] = 7385, + [7536] = 7362, + [7537] = 7367, + [7538] = 7359, + [7539] = 7353, + [7540] = 7353, + [7541] = 7356, + [7542] = 7354, + [7543] = 848, + [7544] = 7353, + [7545] = 7362, + [7546] = 7362, + [7547] = 7353, + [7548] = 7355, + [7549] = 7393, + [7550] = 7367, + [7551] = 7356, + [7552] = 7393, + [7553] = 7378, + [7554] = 7354, + [7555] = 7378, + [7556] = 849, + [7557] = 890, + [7558] = 7355, + [7559] = 812, + [7560] = 7355, + [7561] = 7354, [7562] = 7359, - [7563] = 7377, - [7564] = 7361, - [7565] = 7380, - [7566] = 884, - [7567] = 816, - [7568] = 7361, - [7569] = 7374, - [7570] = 7381, - [7571] = 7372, - [7572] = 7362, - [7573] = 7377, - [7574] = 7364, - [7575] = 7363, - [7576] = 7362, - [7577] = 7363, - [7578] = 7380, - [7579] = 7377, - [7580] = 7377, - [7581] = 7372, - [7582] = 7362, - [7583] = 7367, - [7584] = 7372, - [7585] = 7364, - [7586] = 7372, - [7587] = 7367, - [7588] = 7374, - [7589] = 7380, - [7590] = 7374, - [7591] = 7377, - [7592] = 7381, - [7593] = 7361, - [7594] = 7361, - [7595] = 7361, - [7596] = 7380, - [7597] = 7362, - [7598] = 7361, - [7599] = 7380, - [7600] = 7363, - [7601] = 7377, - [7602] = 7380, - [7603] = 7603, + [7563] = 7354, + [7564] = 7367, + [7565] = 7355, + [7566] = 7358, + [7567] = 7358, + [7568] = 7356, + [7569] = 7359, + [7570] = 851, + [7571] = 7367, + [7572] = 7359, + [7573] = 7353, + [7574] = 7354, + [7575] = 7385, + [7576] = 7355, + [7577] = 7353, + [7578] = 7378, + [7579] = 7393, + [7580] = 7355, + [7581] = 7581, + [7582] = 7355, + [7583] = 850, + [7584] = 7353, + [7585] = 7356, + [7586] = 7362, + [7587] = 7355, + [7588] = 7358, + [7589] = 7353, + [7590] = 7355, + [7591] = 7354, + [7592] = 7359, + [7593] = 7359, + [7594] = 7356, + [7595] = 7353, + [7596] = 7353, + [7597] = 7597, + [7598] = 7598, + [7599] = 7599, + [7600] = 7599, + [7601] = 7598, + [7602] = 7602, + [7603] = 7602, [7604] = 7604, - [7605] = 7605, + [7605] = 7604, [7606] = 7606, - [7607] = 3871, - [7608] = 3979, - [7609] = 7604, - [7610] = 7610, - [7611] = 7611, - [7612] = 3889, - [7613] = 7549, - [7614] = 7610, - [7615] = 7615, - [7616] = 7610, - [7617] = 7617, - [7618] = 7610, - [7619] = 7603, - [7620] = 7611, - [7621] = 7617, - [7622] = 7610, - [7623] = 7610, - [7624] = 7611, - [7625] = 7604, - [7626] = 7610, - [7627] = 7604, - [7628] = 3883, - [7629] = 7611, - [7630] = 7611, - [7631] = 7610, - [7632] = 7606, - [7633] = 7603, - [7634] = 7617, - [7635] = 3975, - [7636] = 7610, - [7637] = 7606, - [7638] = 7606, - [7639] = 7639, - [7640] = 7603, - [7641] = 856, - [7642] = 7606, - [7643] = 7615, - [7644] = 7605, - [7645] = 7603, - [7646] = 7610, - [7647] = 854, - [7648] = 7603, - [7649] = 7606, - [7650] = 7605, - [7651] = 7603, - [7652] = 7610, - [7653] = 861, - [7654] = 7611, - [7655] = 7610, - [7656] = 7617, - [7657] = 7605, - [7658] = 7606, - [7659] = 7604, - [7660] = 7605, - [7661] = 7615, - [7662] = 7617, - [7663] = 7617, - [7664] = 7615, - [7665] = 7603, - [7666] = 7606, - [7667] = 7603, - [7668] = 7603, - [7669] = 7615, - [7670] = 7611, - [7671] = 7615, - [7672] = 7610, - [7673] = 7605, - [7674] = 7611, - [7675] = 7606, - [7676] = 7639, - [7677] = 7615, - [7678] = 7603, - [7679] = 7617, - [7680] = 7604, - [7681] = 7611, - [7682] = 7605, - [7683] = 7606, - [7684] = 7603, - [7685] = 7610, - [7686] = 7605, - [7687] = 7603, - [7688] = 7605, - [7689] = 7606, - [7690] = 7617, - [7691] = 7617, - [7692] = 7605, - [7693] = 912, - [7694] = 7606, - [7695] = 7604, - [7696] = 7606, - [7697] = 7615, - [7698] = 7605, - [7699] = 7617, - [7700] = 7603, - [7701] = 7611, - [7702] = 7615, - [7703] = 7611, - [7704] = 7615, - [7705] = 7617, - [7706] = 7604, - [7707] = 7605, - [7708] = 7606, - [7709] = 918, - [7710] = 7611, - [7711] = 7603, - [7712] = 7617, - [7713] = 7611, - [7714] = 7615, - [7715] = 7617, + [7607] = 7607, + [7608] = 7597, + [7609] = 7602, + [7610] = 7604, + [7611] = 7607, + [7612] = 7612, + [7613] = 7597, + [7614] = 7598, + [7615] = 7599, + [7616] = 7606, + [7617] = 7599, + [7618] = 7602, + [7619] = 7597, + [7620] = 7598, + [7621] = 851, + [7622] = 7607, + [7623] = 7604, + [7624] = 7606, + [7625] = 7599, + [7626] = 7606, + [7627] = 7597, + [7628] = 7597, + [7629] = 7604, + [7630] = 7604, + [7631] = 7419, + [7632] = 7632, + [7633] = 7604, + [7634] = 7612, + [7635] = 7597, + [7636] = 7602, + [7637] = 7598, + [7638] = 7602, + [7639] = 7612, + [7640] = 849, + [7641] = 7597, + [7642] = 7602, + [7643] = 7598, + [7644] = 7599, + [7645] = 7599, + [7646] = 7602, + [7647] = 7597, + [7648] = 7604, + [7649] = 7602, + [7650] = 7607, + [7651] = 7606, + [7652] = 7602, + [7653] = 7606, + [7654] = 7632, + [7655] = 7607, + [7656] = 7602, + [7657] = 7598, + [7658] = 7602, + [7659] = 7607, + [7660] = 7607, + [7661] = 7598, + [7662] = 7606, + [7663] = 7606, + [7664] = 7607, + [7665] = 7632, + [7666] = 876, + [7667] = 7597, + [7668] = 7598, + [7669] = 7607, + [7670] = 7598, + [7671] = 7598, + [7672] = 7607, + [7673] = 7598, + [7674] = 7607, + [7675] = 7602, + [7676] = 7602, + [7677] = 7607, + [7678] = 7606, + [7679] = 7598, + [7680] = 4010, + [7681] = 7604, + [7682] = 7606, + [7683] = 7598, + [7684] = 7604, + [7685] = 7606, + [7686] = 7602, + [7687] = 7597, + [7688] = 7598, + [7689] = 7604, + [7690] = 7607, + [7691] = 7607, + [7692] = 7604, + [7693] = 7597, + [7694] = 7599, + [7695] = 7602, + [7696] = 7607, + [7697] = 7602, + [7698] = 7604, + [7699] = 7598, + [7700] = 7606, + [7701] = 7599, + [7702] = 7606, + [7703] = 7597, + [7704] = 7607, + [7705] = 7599, + [7706] = 7598, + [7707] = 7597, + [7708] = 7607, + [7709] = 7602, + [7710] = 7604, + [7711] = 7632, + [7712] = 7599, + [7713] = 7606, + [7714] = 7598, + [7715] = 7602, [7716] = 7604, - [7717] = 7610, - [7718] = 7610, - [7719] = 7603, - [7720] = 7615, - [7721] = 7611, - [7722] = 7639, - [7723] = 7606, - [7724] = 7611, - [7725] = 7605, - [7726] = 7617, - [7727] = 858, - [7728] = 7610, - [7729] = 7615, - [7730] = 7639, - [7731] = 7617, - [7732] = 7615, - [7733] = 7605, - [7734] = 7610, - [7735] = 7617, - [7736] = 7617, - [7737] = 7605, - [7738] = 7610, - [7739] = 7603, - [7740] = 7615, - [7741] = 7615, - [7742] = 7615, - [7743] = 7606, - [7744] = 7615, - [7745] = 7610, - [7746] = 7617, - [7747] = 7611, - [7748] = 7615, - [7749] = 7615, - [7750] = 7617, - [7751] = 7617, - [7752] = 7617, - [7753] = 7617, - [7754] = 7605, - [7755] = 7611, - [7756] = 7615, - [7757] = 7605, - [7758] = 7611, - [7759] = 7610, - [7760] = 7617, - [7761] = 7615, - [7762] = 7611, - [7763] = 7603, - [7764] = 7615, - [7765] = 7611, - [7766] = 7617, - [7767] = 7603, - [7768] = 7617, - [7769] = 7615, - [7770] = 7603, - [7771] = 7603, - [7772] = 7610, - [7773] = 7615, + [7717] = 7607, + [7718] = 7606, + [7719] = 7604, + [7720] = 7598, + [7721] = 7607, + [7722] = 7606, + [7723] = 7599, + [7724] = 7602, + [7725] = 7632, + [7726] = 7598, + [7727] = 7598, + [7728] = 7597, + [7729] = 7602, + [7730] = 7599, + [7731] = 7607, + [7732] = 3877, + [7733] = 7612, + [7734] = 7597, + [7735] = 7599, + [7736] = 7606, + [7737] = 7599, + [7738] = 7606, + [7739] = 7632, + [7740] = 7604, + [7741] = 7607, + [7742] = 7607, + [7743] = 7604, + [7744] = 7598, + [7745] = 7597, + [7746] = 7598, + [7747] = 7599, + [7748] = 7607, + [7749] = 7604, + [7750] = 7607, + [7751] = 3851, + [7752] = 7598, + [7753] = 7602, + [7754] = 7607, + [7755] = 7597, + [7756] = 7599, + [7757] = 7607, + [7758] = 3972, + [7759] = 3929, + [7760] = 7606, + [7761] = 7599, + [7762] = 7598, + [7763] = 7606, + [7764] = 7632, + [7765] = 7604, + [7766] = 7632, + [7767] = 7597, + [7768] = 7604, + [7769] = 7607, + [7770] = 7599, + [7771] = 7597, + [7772] = 850, + [7773] = 7602, [7774] = 7606, - [7775] = 7603, + [7775] = 7607, [7776] = 7606, - [7777] = 7617, - [7778] = 7604, - [7779] = 7610, - [7780] = 7605, - [7781] = 7605, - [7782] = 7605, - [7783] = 7606, - [7784] = 7606, - [7785] = 7605, - [7786] = 7606, - [7787] = 7603, - [7788] = 7610, - [7789] = 7606, - [7790] = 7615, - [7791] = 7610, - [7792] = 7605, - [7793] = 7605, - [7794] = 7606, - [7795] = 7611, - [7796] = 7615, - [7797] = 7611, - [7798] = 7617, - [7799] = 7604, - [7800] = 7617, - [7801] = 7603, - [7802] = 7617, - [7803] = 7603, - [7804] = 7611, - [7805] = 7604, - [7806] = 7611, - [7807] = 7617, - [7808] = 7605, - [7809] = 7606, - [7810] = 7615, - [7811] = 7604, - [7812] = 7611, - [7813] = 7615, - [7814] = 7617, - [7815] = 7639, - [7816] = 7603, - [7817] = 7615, - [7818] = 7603, - [7819] = 7617, - [7820] = 7615, - [7821] = 7615, - [7822] = 7605, - [7823] = 7617, - [7824] = 7611, - [7825] = 7615, - [7826] = 7617, - [7827] = 7617, - [7828] = 3724, - [7829] = 7615, - [7830] = 7605, - [7831] = 7615, - [7832] = 7617, - [7833] = 7604, - [7834] = 7605, - [7835] = 7610, - [7836] = 7639, - [7837] = 7611, - [7838] = 7615, - [7839] = 7610, - [7840] = 3979, - [7841] = 1162, - [7842] = 7482, - [7843] = 884, - [7844] = 3889, - [7845] = 3883, - [7846] = 1159, - [7847] = 3889, - [7848] = 3883, - [7849] = 3975, - [7850] = 3975, - [7851] = 3871, - [7852] = 7852, - [7853] = 5761, - [7854] = 1170, - [7855] = 1159, - [7856] = 7856, - [7857] = 816, - [7858] = 1162, - [7859] = 1168, - [7860] = 1169, - [7861] = 3979, + [7777] = 7597, + [7778] = 7632, + [7779] = 7632, + [7780] = 7604, + [7781] = 7607, + [7782] = 7612, + [7783] = 7597, + [7784] = 7604, + [7785] = 7607, + [7786] = 7598, + [7787] = 7598, + [7788] = 7606, + [7789] = 7598, + [7790] = 7602, + [7791] = 7598, + [7792] = 7602, + [7793] = 7599, + [7794] = 7602, + [7795] = 848, + [7796] = 7597, + [7797] = 7604, + [7798] = 3725, + [7799] = 7597, + [7800] = 7604, + [7801] = 7604, + [7802] = 7602, + [7803] = 7606, + [7804] = 7598, + [7805] = 7607, + [7806] = 7606, + [7807] = 7599, + [7808] = 7607, + [7809] = 7597, + [7810] = 7606, + [7811] = 7598, + [7812] = 7598, + [7813] = 7607, + [7814] = 924, + [7815] = 7598, + [7816] = 7598, + [7817] = 7607, + [7818] = 7599, + [7819] = 7598, + [7820] = 7632, + [7821] = 7604, + [7822] = 7599, + [7823] = 7599, + [7824] = 7612, + [7825] = 7632, + [7826] = 7632, + [7827] = 7597, + [7828] = 7607, + [7829] = 7632, + [7830] = 7597, + [7831] = 7606, + [7832] = 7598, + [7833] = 7607, + [7834] = 3877, + [7835] = 3929, + [7836] = 7836, + [7837] = 3851, + [7838] = 890, + [7839] = 1096, + [7840] = 1117, + [7841] = 4010, + [7842] = 1084, + [7843] = 1086, + [7844] = 1089, + [7845] = 1086, + [7846] = 1096, + [7847] = 3877, + [7848] = 3972, + [7849] = 7849, + [7850] = 5719, + [7851] = 7520, + [7852] = 3929, + [7853] = 1089, + [7854] = 1117, + [7855] = 4010, + [7856] = 3851, + [7857] = 3972, + [7858] = 812, + [7859] = 1084, + [7860] = 7860, + [7861] = 7861, [7862] = 7862, - [7863] = 1170, - [7864] = 1168, - [7865] = 1169, - [7866] = 3871, + [7863] = 7863, + [7864] = 7863, + [7865] = 7862, + [7866] = 7866, [7867] = 7867, - [7868] = 7868, + [7868] = 7866, [7869] = 7867, [7870] = 7870, - [7871] = 7871, - [7872] = 7867, - [7873] = 816, - [7874] = 7870, + [7871] = 7870, + [7872] = 812, + [7873] = 7867, + [7874] = 7874, [7875] = 7875, - [7876] = 7876, + [7876] = 7867, [7877] = 7877, - [7878] = 7871, - [7879] = 7877, - [7880] = 7871, - [7881] = 7877, - [7882] = 7871, - [7883] = 7877, - [7884] = 7871, - [7885] = 7868, + [7878] = 7867, + [7879] = 7867, + [7880] = 7867, + [7881] = 7862, + [7882] = 7870, + [7883] = 7867, + [7884] = 7877, + [7885] = 7862, [7886] = 7886, - [7887] = 819, - [7888] = 3724, + [7887] = 3725, + [7888] = 7867, [7889] = 7877, - [7890] = 7867, - [7891] = 825, - [7892] = 7886, - [7893] = 824, - [7894] = 7867, - [7895] = 7886, - [7896] = 7896, - [7897] = 7870, - [7898] = 7868, - [7899] = 7896, - [7900] = 7896, - [7901] = 7868, - [7902] = 7868, - [7903] = 7871, - [7904] = 7867, + [7890] = 7877, + [7891] = 7874, + [7892] = 7870, + [7893] = 7893, + [7894] = 7861, + [7895] = 7862, + [7896] = 7863, + [7897] = 7893, + [7898] = 7866, + [7899] = 7870, + [7900] = 825, + [7901] = 7893, + [7902] = 7902, + [7903] = 7870, + [7904] = 7877, [7905] = 7870, - [7906] = 7868, - [7907] = 7907, - [7908] = 7908, - [7909] = 7896, - [7910] = 7896, - [7911] = 7870, - [7912] = 7867, - [7913] = 7867, + [7906] = 7862, + [7907] = 7877, + [7908] = 7866, + [7909] = 7870, + [7910] = 7874, + [7911] = 7862, + [7912] = 7877, + [7913] = 7877, [7914] = 7870, - [7915] = 7867, - [7916] = 7908, - [7917] = 7868, - [7918] = 7868, - [7919] = 7908, - [7920] = 7868, - [7921] = 7870, - [7922] = 7896, - [7923] = 7877, - [7924] = 7868, - [7925] = 7871, - [7926] = 7870, - [7927] = 7896, - [7928] = 7896, + [7915] = 7862, + [7916] = 7870, + [7917] = 7877, + [7918] = 7870, + [7919] = 7919, + [7920] = 7862, + [7921] = 7877, + [7922] = 7862, + [7923] = 7870, + [7924] = 7877, + [7925] = 7862, + [7926] = 7867, + [7927] = 7862, + [7928] = 7861, [7929] = 7870, - [7930] = 7877, - [7931] = 7867, - [7932] = 7907, - [7933] = 7868, - [7934] = 7896, + [7930] = 7867, + [7931] = 7877, + [7932] = 7877, + [7933] = 7863, + [7934] = 7893, [7935] = 7870, - [7936] = 7886, - [7937] = 7896, - [7938] = 7868, - [7939] = 7868, - [7940] = 7867, + [7936] = 7863, + [7937] = 7863, + [7938] = 7877, + [7939] = 7870, + [7940] = 7893, [7941] = 7870, - [7942] = 7871, - [7943] = 7943, - [7944] = 7868, - [7945] = 7870, - [7946] = 7896, - [7947] = 7896, - [7948] = 7867, - [7949] = 7868, - [7950] = 7868, - [7951] = 7870, - [7952] = 7867, - [7953] = 7870, - [7954] = 7896, - [7955] = 7867, - [7956] = 7907, - [7957] = 7868, - [7958] = 7870, - [7959] = 7896, - [7960] = 7896, - [7961] = 7868, - [7962] = 7868, - [7963] = 7896, - [7964] = 7896, - [7965] = 7870, - [7966] = 7908, - [7967] = 7870, - [7968] = 7896, - [7969] = 7868, - [7970] = 7896, - [7971] = 7870, - [7972] = 7867, - [7973] = 7868, - [7974] = 7974, - [7975] = 7896, + [7942] = 7893, + [7943] = 7877, + [7944] = 7863, + [7945] = 7893, + [7946] = 7862, + [7947] = 7870, + [7948] = 7861, + [7949] = 7877, + [7950] = 7870, + [7951] = 7863, + [7952] = 820, + [7953] = 7862, + [7954] = 7862, + [7955] = 7877, + [7956] = 7877, + [7957] = 7893, + [7958] = 7877, + [7959] = 7870, + [7960] = 7863, + [7961] = 7867, + [7962] = 7870, + [7963] = 7870, + [7964] = 7862, + [7965] = 7893, + [7966] = 7966, + [7967] = 7877, + [7968] = 7867, + [7969] = 7969, + [7970] = 7870, + [7971] = 7862, + [7972] = 7877, + [7973] = 7877, + [7974] = 7862, + [7975] = 7862, [7976] = 7870, - [7977] = 7877, - [7978] = 7870, - [7979] = 7907, - [7980] = 7871, - [7981] = 7896, - [7982] = 7908, - [7983] = 7868, - [7984] = 7868, - [7985] = 7985, - [7986] = 7870, - [7987] = 7896, - [7988] = 7867, - [7989] = 7870, - [7990] = 7896, - [7991] = 7907, - [7992] = 7871, - [7993] = 7868, - [7994] = 7886, - [7995] = 7908, - [7996] = 7896, - [7997] = 7877, - [7998] = 7867, - [7999] = 7870, - [8000] = 7907, - [8001] = 7871, - [8002] = 7868, - [8003] = 8003, - [8004] = 7870, - [8005] = 8005, - [8006] = 7867, - [8007] = 7870, - [8008] = 7877, - [8009] = 7868, + [7977] = 7862, + [7978] = 7877, + [7979] = 7867, + [7980] = 7870, + [7981] = 7874, + [7982] = 7862, + [7983] = 7874, + [7984] = 7862, + [7985] = 7862, + [7986] = 7893, + [7987] = 7877, + [7988] = 7870, + [7989] = 7867, + [7990] = 7862, + [7991] = 7867, + [7992] = 7867, + [7993] = 7877, + [7994] = 7863, + [7995] = 7867, + [7996] = 7867, + [7997] = 7997, + [7998] = 7861, + [7999] = 7862, + [8000] = 7862, + [8001] = 7866, + [8002] = 7874, + [8003] = 7870, + [8004] = 7867, + [8005] = 7867, + [8006] = 7893, + [8007] = 7862, + [8008] = 7863, + [8009] = 824, [8010] = 7870, - [8011] = 7867, - [8012] = 7877, + [8011] = 7877, + [8012] = 7866, [8013] = 7867, - [8014] = 7868, - [8015] = 7867, - [8016] = 7871, - [8017] = 8017, - [8018] = 7867, - [8019] = 7907, - [8020] = 7870, - [8021] = 7896, - [8022] = 7877, - [8023] = 7886, - [8024] = 7896, - [8025] = 7896, - [8026] = 8026, - [8027] = 8027, - [8028] = 8028, - [8029] = 8029, - [8030] = 8030, + [8014] = 8014, + [8015] = 7861, + [8016] = 7893, + [8017] = 7877, + [8018] = 7863, + [8019] = 7874, + [8020] = 8020, + [8021] = 8021, + [8022] = 8022, + [8023] = 8022, + [8024] = 8024, + [8025] = 8024, + [8026] = 8021, + [8027] = 8021, + [8028] = 824, + [8029] = 812, + [8030] = 8020, [8031] = 8031, - [8032] = 8029, + [8032] = 8032, [8033] = 8033, - [8034] = 8027, + [8034] = 8022, [8035] = 8035, [8036] = 8036, - [8037] = 8030, - [8038] = 819, - [8039] = 8039, - [8040] = 816, - [8041] = 8030, - [8042] = 8039, - [8043] = 8030, - [8044] = 8033, - [8045] = 8036, - [8046] = 8026, - [8047] = 8047, - [8048] = 8030, - [8049] = 8026, - [8050] = 8030, - [8051] = 8029, - [8052] = 8029, - [8053] = 8027, - [8054] = 8031, - [8055] = 8031, - [8056] = 8027, + [8037] = 8031, + [8038] = 8020, + [8039] = 8021, + [8040] = 8036, + [8041] = 8024, + [8042] = 8022, + [8043] = 8036, + [8044] = 8036, + [8045] = 8031, + [8046] = 8046, + [8047] = 8021, + [8048] = 8021, + [8049] = 8024, + [8050] = 8022, + [8051] = 8024, + [8052] = 8036, + [8053] = 8036, + [8054] = 8035, + [8055] = 8020, + [8056] = 8022, [8057] = 8031, - [8058] = 8029, - [8059] = 8031, - [8060] = 8030, - [8061] = 8036, - [8062] = 8036, - [8063] = 8029, - [8064] = 8031, - [8065] = 8027, - [8066] = 8030, - [8067] = 8031, - [8068] = 8036, - [8069] = 8029, + [8058] = 8046, + [8059] = 8021, + [8060] = 8035, + [8061] = 8020, + [8062] = 8022, + [8063] = 8031, + [8064] = 8046, + [8065] = 8024, + [8066] = 8022, + [8067] = 8036, + [8068] = 8031, + [8069] = 8036, [8070] = 8031, - [8071] = 8027, - [8072] = 8030, - [8073] = 8027, - [8074] = 8030, - [8075] = 8029, - [8076] = 8027, - [8077] = 8031, - [8078] = 8027, - [8079] = 8027, - [8080] = 8029, - [8081] = 8036, - [8082] = 8030, - [8083] = 8029, + [8071] = 8021, + [8072] = 8072, + [8073] = 8035, + [8074] = 8020, + [8075] = 8046, + [8076] = 8024, + [8077] = 8035, + [8078] = 8020, + [8079] = 8031, + [8080] = 8046, + [8081] = 8021, + [8082] = 8035, + [8083] = 8022, [8084] = 8031, - [8085] = 8030, - [8086] = 8036, - [8087] = 8031, - [8088] = 8029, - [8089] = 8039, - [8090] = 8027, - [8091] = 8027, - [8092] = 8031, - [8093] = 8027, - [8094] = 8029, + [8085] = 8036, + [8086] = 8086, + [8087] = 8020, + [8088] = 8046, + [8089] = 8031, + [8090] = 8021, + [8091] = 8024, + [8092] = 8035, + [8093] = 8020, + [8094] = 8021, [8095] = 8031, - [8096] = 8029, - [8097] = 8036, - [8098] = 8030, - [8099] = 8030, - [8100] = 8027, - [8101] = 8031, - [8102] = 8029, + [8096] = 8021, + [8097] = 8022, + [8098] = 8024, + [8099] = 825, + [8100] = 8036, + [8101] = 8022, + [8102] = 8022, [8103] = 8103, - [8104] = 8035, - [8105] = 8036, - [8106] = 8030, - [8107] = 8107, - [8108] = 8027, - [8109] = 8033, - [8110] = 8047, - [8111] = 8036, - [8112] = 8029, - [8113] = 8027, - [8114] = 8027, - [8115] = 8031, - [8116] = 8047, + [8104] = 8024, + [8105] = 8105, + [8106] = 8024, + [8107] = 8021, + [8108] = 8024, + [8109] = 8109, + [8110] = 8110, + [8111] = 8021, + [8112] = 8031, + [8113] = 8046, + [8114] = 8036, + [8115] = 8033, + [8116] = 8022, [8117] = 8036, - [8118] = 8029, - [8119] = 8036, - [8120] = 8035, + [8118] = 8036, + [8119] = 8031, + [8120] = 8033, [8121] = 8036, - [8122] = 8030, - [8123] = 8030, - [8124] = 8031, - [8125] = 825, - [8126] = 8027, - [8127] = 8031, - [8128] = 8031, - [8129] = 8129, - [8130] = 8029, - [8131] = 8035, - [8132] = 8027, - [8133] = 8028, - [8134] = 8027, - [8135] = 8135, - [8136] = 8036, - [8137] = 8030, - [8138] = 825, - [8139] = 8033, - [8140] = 8028, - [8141] = 8029, - [8142] = 8035, + [8122] = 8022, + [8123] = 8086, + [8124] = 8033, + [8125] = 859, + [8126] = 8024, + [8127] = 985, + [8128] = 8086, + [8129] = 8022, + [8130] = 8036, + [8131] = 8046, + [8132] = 8022, + [8133] = 8086, + [8134] = 8033, + [8135] = 8020, + [8136] = 8024, + [8137] = 8024, + [8138] = 8021, + [8139] = 8086, + [8140] = 8033, + [8141] = 8141, + [8142] = 8086, [8143] = 8036, - [8144] = 8144, - [8145] = 8039, - [8146] = 8026, - [8147] = 8047, - [8148] = 8026, - [8149] = 8028, + [8144] = 8033, + [8145] = 8022, + [8146] = 8035, + [8147] = 8022, + [8148] = 8021, + [8149] = 8031, [8150] = 8036, - [8151] = 8047, - [8152] = 8028, - [8153] = 8036, - [8154] = 8027, - [8155] = 8039, - [8156] = 8026, - [8157] = 8035, - [8158] = 8039, - [8159] = 8039, - [8160] = 8039, - [8161] = 8035, - [8162] = 8047, - [8163] = 8035, - [8164] = 8164, - [8165] = 8026, - [8166] = 8028, - [8167] = 8031, - [8168] = 8039, - [8169] = 8030, - [8170] = 8035, - [8171] = 8029, - [8172] = 8026, - [8173] = 8035, - [8174] = 8039, - [8175] = 8035, - [8176] = 8031, - [8177] = 8026, - [8178] = 8027, - [8179] = 8026, - [8180] = 8039, - [8181] = 8039, - [8182] = 8039, - [8183] = 8035, - [8184] = 8026, - [8185] = 827, - [8186] = 8035, - [8187] = 8047, - [8188] = 8026, - [8189] = 8026, - [8190] = 8028, - [8191] = 8039, - [8192] = 8026, - [8193] = 8026, - [8194] = 8035, - [8195] = 8047, - [8196] = 8039, - [8197] = 8029, - [8198] = 8026, - [8199] = 8027, - [8200] = 8036, - [8201] = 8031, - [8202] = 8027, - [8203] = 8029, - [8204] = 8035, - [8205] = 8035, - [8206] = 8206, - [8207] = 8030, - [8208] = 8036, - [8209] = 8209, - [8210] = 8029, - [8211] = 8036, - [8212] = 8030, - [8213] = 8026, - [8214] = 8039, - [8215] = 8039, - [8216] = 851, + [8151] = 8022, + [8152] = 8046, + [8153] = 8046, + [8154] = 8020, + [8155] = 8035, + [8156] = 8024, + [8157] = 8020, + [8158] = 8021, + [8159] = 8035, + [8160] = 8031, + [8161] = 835, + [8162] = 8031, + [8163] = 8046, + [8164] = 8020, + [8165] = 8031, + [8166] = 8035, + [8167] = 8036, + [8168] = 8086, + [8169] = 8024, + [8170] = 8024, + [8171] = 8046, + [8172] = 8036, + [8173] = 8021, + [8174] = 8021, + [8175] = 8031, + [8176] = 8033, + [8177] = 8022, + [8178] = 8031, + [8179] = 8035, + [8180] = 8020, + [8181] = 8035, + [8182] = 8031, + [8183] = 8046, + [8184] = 8036, + [8185] = 8024, + [8186] = 8020, + [8187] = 8035, + [8188] = 8022, + [8189] = 8036, + [8190] = 8024, + [8191] = 8022, + [8192] = 8024, + [8193] = 8036, + [8194] = 8022, + [8195] = 8031, + [8196] = 8021, + [8197] = 8033, + [8198] = 8086, + [8199] = 8046, + [8200] = 8020, + [8201] = 8035, + [8202] = 8024, + [8203] = 8203, + [8204] = 8204, + [8205] = 8021, + [8206] = 8022, + [8207] = 8207, + [8208] = 860, + [8209] = 8046, + [8210] = 8031, + [8211] = 8031, + [8212] = 8035, + [8213] = 8021, + [8214] = 8020, + [8215] = 8046, + [8216] = 8103, [8217] = 8035, - [8218] = 8026, - [8219] = 8039, - [8220] = 8036, - [8221] = 8035, - [8222] = 8026, - [8223] = 8028, - [8224] = 8039, - [8225] = 8035, - [8226] = 8039, - [8227] = 8030, - [8228] = 8035, - [8229] = 8026, - [8230] = 8026, - [8231] = 8035, - [8232] = 8039, - [8233] = 8026, - [8234] = 8047, - [8235] = 8026, - [8236] = 8029, + [8218] = 8103, + [8219] = 8035, + [8220] = 8024, + [8221] = 8020, + [8222] = 8046, + [8223] = 8103, + [8224] = 8021, + [8225] = 8021, + [8226] = 8031, + [8227] = 8020, + [8228] = 8046, + [8229] = 8022, + [8230] = 8024, + [8231] = 8021, + [8232] = 8036, + [8233] = 8024, + [8234] = 825, + [8235] = 8020, + [8236] = 8035, [8237] = 8036, - [8238] = 8036, - [8239] = 8030, - [8240] = 8031, - [8241] = 8031, - [8242] = 8036, - [8243] = 8030, - [8244] = 8029, - [8245] = 8039, - [8246] = 8036, - [8247] = 8027, - [8248] = 8039, - [8249] = 8033, - [8250] = 8026, - [8251] = 8035, - [8252] = 8252, - [8253] = 8039, - [8254] = 8035, + [8238] = 8046, + [8239] = 8031, + [8240] = 8035, + [8241] = 8024, + [8242] = 8103, + [8243] = 8036, + [8244] = 8046, + [8245] = 8020, + [8246] = 8022, + [8247] = 8247, + [8248] = 8086, + [8249] = 8035, + [8250] = 8020, + [8251] = 8046, + [8252] = 8031, + [8253] = 8103, + [8254] = 8022, [8255] = 8035, - [8256] = 8030, - [8257] = 8031, - [8258] = 8029, - [8259] = 8031, - [8260] = 982, - [8261] = 8035, - [8262] = 8030, - [8263] = 8026, - [8264] = 8031, - [8265] = 8039, - [8266] = 8026, - [8267] = 8027, - [8268] = 8268, - [8269] = 8026, - [8270] = 8031, - [8271] = 8029, - [8272] = 8027, - [8273] = 8039, - [8274] = 8035, - [8275] = 8028, - [8276] = 8029, - [8277] = 8036, - [8278] = 828, - [8279] = 8030, - [8280] = 8035, - [8281] = 8033, - [8282] = 8039, - [8283] = 8036, - [8284] = 8284, - [8285] = 8284, - [8286] = 974, - [8287] = 979, - [8288] = 8284, - [8289] = 8284, - [8290] = 1012, - [8291] = 1004, - [8292] = 938, - [8293] = 884, - [8294] = 8284, - [8295] = 8284, - [8296] = 991, - [8297] = 8284, - [8298] = 8284, - [8299] = 8284, - [8300] = 8284, - [8301] = 8301, - [8302] = 8284, - [8303] = 8284, - [8304] = 8284, - [8305] = 8284, - [8306] = 972, - [8307] = 8284, - [8308] = 8284, - [8309] = 8284, - [8310] = 8284, - [8311] = 8284, - [8312] = 8284, - [8313] = 8284, - [8314] = 884, - [8315] = 8284, - [8316] = 8284, - [8317] = 8284, - [8318] = 973, - [8319] = 8284, - [8320] = 8284, - [8321] = 8284, - [8322] = 820, - [8323] = 833, - [8324] = 860, - [8325] = 824, - [8326] = 822, - [8327] = 814, - [8328] = 815, - [8329] = 818, - [8330] = 833, - [8331] = 821, - [8332] = 860, - [8333] = 823, - [8334] = 849, - [8335] = 844, - [8336] = 8336, - [8337] = 845, - [8338] = 820, - [8339] = 822, - [8340] = 8336, - [8341] = 816, - [8342] = 8336, - [8343] = 8343, + [8256] = 8024, + [8257] = 8021, + [8258] = 8020, + [8259] = 8036, + [8260] = 8021, + [8261] = 8046, + [8262] = 8046, + [8263] = 8031, + [8264] = 8046, + [8265] = 8035, + [8266] = 8020, + [8267] = 8020, + [8268] = 8035, + [8269] = 8036, + [8270] = 8035, + [8271] = 8046, + [8272] = 8020, + [8273] = 8035, + [8274] = 8046, + [8275] = 8035, + [8276] = 8046, + [8277] = 8020, + [8278] = 8278, + [8279] = 8278, + [8280] = 8278, + [8281] = 8278, + [8282] = 8278, + [8283] = 890, + [8284] = 8278, + [8285] = 8278, + [8286] = 8278, + [8287] = 8278, + [8288] = 8278, + [8289] = 8278, + [8290] = 8278, + [8291] = 8278, + [8292] = 984, + [8293] = 8278, + [8294] = 8278, + [8295] = 8278, + [8296] = 8278, + [8297] = 999, + [8298] = 8278, + [8299] = 8278, + [8300] = 994, + [8301] = 8278, + [8302] = 986, + [8303] = 945, + [8304] = 8278, + [8305] = 8278, + [8306] = 8278, + [8307] = 890, + [8308] = 975, + [8309] = 8278, + [8310] = 8278, + [8311] = 1011, + [8312] = 8278, + [8313] = 8278, + [8314] = 8314, + [8315] = 1002, + [8316] = 861, + [8317] = 856, + [8318] = 823, + [8319] = 861, + [8320] = 814, + [8321] = 813, + [8322] = 822, + [8323] = 816, + [8324] = 820, + [8325] = 815, + [8326] = 856, + [8327] = 817, + [8328] = 871, + [8329] = 824, + [8330] = 855, + [8331] = 861, + [8332] = 8332, + [8333] = 8332, + [8334] = 817, + [8335] = 826, + [8336] = 8332, + [8337] = 813, + [8338] = 827, + [8339] = 8332, + [8340] = 8332, + [8341] = 812, + [8342] = 858, + [8343] = 856, [8344] = 818, - [8345] = 925, - [8346] = 819, - [8347] = 833, - [8348] = 812, - [8349] = 814, - [8350] = 8336, - [8351] = 8336, - [8352] = 8336, - [8353] = 815, - [8354] = 860, - [8355] = 837, - [8356] = 848, - [8357] = 850, - [8358] = 8358, - [8359] = 8358, - [8360] = 7549, - [8361] = 8358, - [8362] = 8358, - [8363] = 8358, - [8364] = 8358, - [8365] = 8358, - [8366] = 8358, - [8367] = 832, - [8368] = 837, - [8369] = 844, - [8370] = 8358, - [8371] = 8358, - [8372] = 8358, - [8373] = 858, - [8374] = 8358, - [8375] = 856, - [8376] = 853, - [8377] = 8358, - [8378] = 8358, - [8379] = 8358, - [8380] = 845, - [8381] = 854, - [8382] = 855, - [8383] = 859, - [8384] = 8358, - [8385] = 849, - [8386] = 8358, - [8387] = 8358, - [8388] = 8388, - [8389] = 835, - [8390] = 8358, - [8391] = 8358, - [8392] = 8358, - [8393] = 857, - [8394] = 925, - [8395] = 8358, - [8396] = 861, - [8397] = 848, - [8398] = 8358, - [8399] = 829, - [8400] = 8400, - [8401] = 8358, - [8402] = 8402, - [8403] = 859, - [8404] = 8404, - [8405] = 864, - [8406] = 3568, - [8407] = 853, - [8408] = 869, - [8409] = 910, - [8410] = 8410, - [8411] = 8411, - [8412] = 997, - [8413] = 896, - [8414] = 8410, - [8415] = 7549, - [8416] = 924, - [8417] = 894, - [8418] = 975, - [8419] = 8410, - [8420] = 855, - [8421] = 920, - [8422] = 929, - [8423] = 8404, - [8424] = 8404, - [8425] = 994, - [8426] = 905, - [8427] = 891, - [8428] = 919, - [8429] = 829, - [8430] = 8404, - [8431] = 885, - [8432] = 934, - [8433] = 832, - [8434] = 8410, - [8435] = 908, - [8436] = 898, - [8437] = 857, - [8438] = 911, - [8439] = 927, - [8440] = 907, - [8441] = 8441, - [8442] = 8410, - [8443] = 915, - [8444] = 8404, - [8445] = 886, - [8446] = 8410, - [8447] = 909, - [8448] = 835, - [8449] = 850, - [8450] = 903, - [8451] = 871, - [8452] = 884, - [8453] = 899, - [8454] = 8404, - [8455] = 952, - [8456] = 942, - [8457] = 868, - [8458] = 8458, - [8459] = 8459, - [8460] = 8460, - [8461] = 8459, - [8462] = 8462, - [8463] = 8462, - [8464] = 8458, - [8465] = 8460, - [8466] = 8459, - [8467] = 8458, - [8468] = 8462, - [8469] = 1169, - [8470] = 1168, - [8471] = 8471, - [8472] = 8462, - [8473] = 1162, - [8474] = 8474, - [8475] = 8460, - [8476] = 8459, - [8477] = 8458, - [8478] = 1159, - [8479] = 1170, - [8480] = 8460, - [8481] = 8458, - [8482] = 8460, - [8483] = 8462, - [8484] = 8484, - [8485] = 8462, - [8486] = 1000, - [8487] = 8460, - [8488] = 8459, - [8489] = 8458, - [8490] = 8458, - [8491] = 8459, - [8492] = 8460, - [8493] = 8462, - [8494] = 8462, - [8495] = 8460, - [8496] = 8459, - [8497] = 999, - [8498] = 931, - [8499] = 8459, - [8500] = 8458, - [8501] = 8458, - [8502] = 8459, - [8503] = 8503, - [8504] = 8460, - [8505] = 8462, - [8506] = 8462, - [8507] = 997, - [8508] = 8462, - [8509] = 8458, - [8510] = 8484, - [8511] = 8460, - [8512] = 8460, - [8513] = 8459, - [8514] = 8460, - [8515] = 8458, - [8516] = 8516, - [8517] = 8517, - [8518] = 8459, - [8519] = 927, - [8520] = 8458, - [8521] = 8462, - [8522] = 8459, - [8523] = 8460, - [8524] = 8459, - [8525] = 1030, - [8526] = 8458, - [8527] = 8458, - [8528] = 8460, - [8529] = 894, - [8530] = 8462, - [8531] = 8459, - [8532] = 8458, - [8533] = 864, - [8534] = 934, - [8535] = 8458, - [8536] = 911, - [8537] = 8459, - [8538] = 8460, - [8539] = 8459, - [8540] = 8462, - [8541] = 8462, - [8542] = 8484, - [8543] = 8460, - [8544] = 8459, - [8545] = 8458, - [8546] = 8462, - [8547] = 8460, - [8548] = 921, - [8549] = 885, - [8550] = 868, - [8551] = 825, - [8552] = 8484, - [8553] = 994, - [8554] = 8458, - [8555] = 8555, - [8556] = 8459, - [8557] = 8462, - [8558] = 8462, - [8559] = 924, - [8560] = 8460, - [8561] = 8459, - [8562] = 871, - [8563] = 936, - [8564] = 866, - [8565] = 8460, - [8566] = 8462, - [8567] = 942, - [8568] = 8460, - [8569] = 8459, - [8570] = 8458, - [8571] = 1161, - [8572] = 909, - [8573] = 8460, - [8574] = 8471, - [8575] = 8459, - [8576] = 8462, - [8577] = 8458, - [8578] = 8462, - [8579] = 8460, - [8580] = 952, - [8581] = 8459, - [8582] = 8458, - [8583] = 8471, - [8584] = 8471, - [8585] = 896, - [8586] = 8458, - [8587] = 975, - [8588] = 985, - [8589] = 8462, - [8590] = 898, - [8591] = 915, - [8592] = 8460, - [8593] = 8460, - [8594] = 8459, - [8595] = 8458, - [8596] = 899, - [8597] = 8471, - [8598] = 8458, - [8599] = 8462, - [8600] = 8462, - [8601] = 8460, - [8602] = 8459, - [8603] = 8458, - [8604] = 910, - [8605] = 886, - [8606] = 8459, - [8607] = 944, - [8608] = 941, - [8609] = 8609, - [8610] = 8484, - [8611] = 8471, - [8612] = 8460, - [8613] = 8462, - [8614] = 8460, - [8615] = 891, - [8616] = 8462, - [8617] = 867, - [8618] = 8484, - [8619] = 920, - [8620] = 869, - [8621] = 8458, - [8622] = 919, - [8623] = 905, - [8624] = 903, - [8625] = 929, - [8626] = 1001, - [8627] = 8458, - [8628] = 8462, - [8629] = 907, - [8630] = 8459, - [8631] = 8459, - [8632] = 908, - [8633] = 8633, - [8634] = 8634, + [8345] = 8332, + [8346] = 816, + [8347] = 815, + [8348] = 8348, + [8349] = 857, + [8350] = 814, + [8351] = 8351, + [8352] = 836, + [8353] = 8351, + [8354] = 8351, + [8355] = 8351, + [8356] = 8351, + [8357] = 827, + [8358] = 8351, + [8359] = 855, + [8360] = 8351, + [8361] = 842, + [8362] = 840, + [8363] = 829, + [8364] = 8351, + [8365] = 831, + [8366] = 833, + [8367] = 848, + [8368] = 849, + [8369] = 8351, + [8370] = 8351, + [8371] = 8351, + [8372] = 8351, + [8373] = 8351, + [8374] = 850, + [8375] = 8351, + [8376] = 8351, + [8377] = 851, + [8378] = 8351, + [8379] = 871, + [8380] = 857, + [8381] = 8351, + [8382] = 8382, + [8383] = 828, + [8384] = 8384, + [8385] = 8351, + [8386] = 8351, + [8387] = 8351, + [8388] = 839, + [8389] = 8351, + [8390] = 8351, + [8391] = 7419, + [8392] = 8351, + [8393] = 8351, + [8394] = 858, + [8395] = 826, + [8396] = 987, + [8397] = 962, + [8398] = 8398, + [8399] = 842, + [8400] = 829, + [8401] = 8401, + [8402] = 943, + [8403] = 8403, + [8404] = 8398, + [8405] = 8401, + [8406] = 915, + [8407] = 8407, + [8408] = 840, + [8409] = 8398, + [8410] = 904, + [8411] = 910, + [8412] = 914, + [8413] = 906, + [8414] = 875, + [8415] = 922, + [8416] = 839, + [8417] = 8417, + [8418] = 909, + [8419] = 3556, + [8420] = 890, + [8421] = 8398, + [8422] = 8401, + [8423] = 900, + [8424] = 831, + [8425] = 8401, + [8426] = 997, + [8427] = 8398, + [8428] = 7419, + [8429] = 862, + [8430] = 895, + [8431] = 897, + [8432] = 8401, + [8433] = 828, + [8434] = 912, + [8435] = 971, + [8436] = 836, + [8437] = 870, + [8438] = 896, + [8439] = 8398, + [8440] = 877, + [8441] = 905, + [8442] = 901, + [8443] = 992, + [8444] = 880, + [8445] = 833, + [8446] = 916, + [8447] = 978, + [8448] = 989, + [8449] = 8401, + [8450] = 902, + [8451] = 925, + [8452] = 8452, + [8453] = 8453, + [8454] = 8454, + [8455] = 8454, + [8456] = 1115, + [8457] = 931, + [8458] = 8453, + [8459] = 8454, + [8460] = 878, + [8461] = 8454, + [8462] = 915, + [8463] = 8463, + [8464] = 8453, + [8465] = 8453, + [8466] = 905, + [8467] = 930, + [8468] = 8463, + [8469] = 8453, + [8470] = 8470, + [8471] = 875, + [8472] = 895, + [8473] = 8454, + [8474] = 896, + [8475] = 8452, + [8476] = 912, + [8477] = 8453, + [8478] = 913, + [8479] = 862, + [8480] = 877, + [8481] = 8453, + [8482] = 8470, + [8483] = 8452, + [8484] = 825, + [8485] = 914, + [8486] = 925, + [8487] = 8463, + [8488] = 8454, + [8489] = 8452, + [8490] = 8490, + [8491] = 8454, + [8492] = 987, + [8493] = 870, + [8494] = 910, + [8495] = 8470, + [8496] = 997, + [8497] = 8463, + [8498] = 8453, + [8499] = 8499, + [8500] = 8454, + [8501] = 8501, + [8502] = 971, + [8503] = 8453, + [8504] = 8454, + [8505] = 8453, + [8506] = 980, + [8507] = 8452, + [8508] = 1028, + [8509] = 8463, + [8510] = 1096, + [8511] = 8452, + [8512] = 1089, + [8513] = 8452, + [8514] = 8463, + [8515] = 8453, + [8516] = 8499, + [8517] = 8454, + [8518] = 8454, + [8519] = 8452, + [8520] = 1086, + [8521] = 1084, + [8522] = 1117, + [8523] = 8453, + [8524] = 897, + [8525] = 962, + [8526] = 952, + [8527] = 8453, + [8528] = 8463, + [8529] = 8453, + [8530] = 8452, + [8531] = 8463, + [8532] = 8452, + [8533] = 8453, + [8534] = 8452, + [8535] = 8453, + [8536] = 8463, + [8537] = 8452, + [8538] = 8454, + [8539] = 883, + [8540] = 8453, + [8541] = 8452, + [8542] = 955, + [8543] = 8463, + [8544] = 8454, + [8545] = 906, + [8546] = 8463, + [8547] = 8452, + [8548] = 8463, + [8549] = 8454, + [8550] = 8452, + [8551] = 8453, + [8552] = 8463, + [8553] = 8499, + [8554] = 8554, + [8555] = 8454, + [8556] = 904, + [8557] = 8557, + [8558] = 8452, + [8559] = 8463, + [8560] = 8454, + [8561] = 8454, + [8562] = 8454, + [8563] = 8453, + [8564] = 8452, + [8565] = 8463, + [8566] = 909, + [8567] = 8463, + [8568] = 8452, + [8569] = 8453, + [8570] = 922, + [8571] = 8454, + [8572] = 8463, + [8573] = 8453, + [8574] = 8463, + [8575] = 8454, + [8576] = 8454, + [8577] = 8452, + [8578] = 8453, + [8579] = 8463, + [8580] = 8454, + [8581] = 8452, + [8582] = 8463, + [8583] = 8452, + [8584] = 8584, + [8585] = 943, + [8586] = 880, + [8587] = 8463, + [8588] = 8470, + [8589] = 8453, + [8590] = 989, + [8591] = 935, + [8592] = 992, + [8593] = 8499, + [8594] = 8453, + [8595] = 8454, + [8596] = 902, + [8597] = 8454, + [8598] = 8499, + [8599] = 8453, + [8600] = 8452, + [8601] = 916, + [8602] = 8463, + [8603] = 8470, + [8604] = 901, + [8605] = 8463, + [8606] = 8454, + [8607] = 978, + [8608] = 8452, + [8609] = 8463, + [8610] = 8454, + [8611] = 8470, + [8612] = 964, + [8613] = 8453, + [8614] = 900, + [8615] = 8452, + [8616] = 8463, + [8617] = 8454, + [8618] = 8453, + [8619] = 8619, + [8620] = 8499, + [8621] = 990, + [8622] = 8452, + [8623] = 8452, + [8624] = 8463, + [8625] = 8452, + [8626] = 8463, + [8627] = 8627, + [8628] = 8628, + [8629] = 8628, + [8630] = 8630, + [8631] = 1028, + [8632] = 935, + [8633] = 823, + [8634] = 944, [8635] = 8635, - [8636] = 8636, - [8637] = 1001, - [8638] = 8634, - [8639] = 8635, + [8636] = 8630, + [8637] = 8628, + [8638] = 8638, + [8639] = 1115, [8640] = 8635, - [8641] = 8634, - [8642] = 8636, - [8643] = 1030, - [8644] = 8634, - [8645] = 8636, - [8646] = 8635, - [8647] = 8635, - [8648] = 8634, - [8649] = 8633, - [8650] = 8650, - [8651] = 8633, - [8652] = 931, - [8653] = 947, - [8654] = 8654, - [8655] = 945, - [8656] = 946, - [8657] = 8633, - [8658] = 8636, - [8659] = 8633, - [8660] = 8634, - [8661] = 8635, - [8662] = 8636, - [8663] = 8663, - [8664] = 8664, - [8665] = 8636, - [8666] = 8633, - [8667] = 8635, - [8668] = 8634, + [8641] = 8628, + [8642] = 8628, + [8643] = 8627, + [8644] = 8627, + [8645] = 8627, + [8646] = 8630, + [8647] = 947, + [8648] = 8635, + [8649] = 8628, + [8650] = 942, + [8651] = 8627, + [8652] = 8652, + [8653] = 8630, + [8654] = 8630, + [8655] = 927, + [8656] = 8627, + [8657] = 8657, + [8658] = 8635, + [8659] = 936, + [8660] = 8660, + [8661] = 960, + [8662] = 8628, + [8663] = 8630, + [8664] = 8630, + [8665] = 977, + [8666] = 8628, + [8667] = 1056, + [8668] = 8668, [8669] = 8635, - [8670] = 8636, - [8671] = 8635, - [8672] = 8636, - [8673] = 8673, - [8674] = 939, - [8675] = 8633, - [8676] = 8634, - [8677] = 8634, - [8678] = 1161, - [8679] = 8633, - [8680] = 8633, - [8681] = 8634, - [8682] = 8635, - [8683] = 8636, - [8684] = 8633, - [8685] = 8633, - [8686] = 8634, - [8687] = 8687, - [8688] = 8635, - [8689] = 8636, - [8690] = 8634, - [8691] = 8634, + [8670] = 8630, + [8671] = 8630, + [8672] = 3725, + [8673] = 8630, + [8674] = 8674, + [8675] = 8627, + [8676] = 8635, + [8677] = 1053, + [8678] = 8628, + [8679] = 8635, + [8680] = 8628, + [8681] = 8627, + [8682] = 8682, + [8683] = 8630, + [8684] = 8628, + [8685] = 8635, + [8686] = 8628, + [8687] = 8635, + [8688] = 8628, + [8689] = 8630, + [8690] = 8627, + [8691] = 8627, [8692] = 8635, - [8693] = 8636, - [8694] = 8635, - [8695] = 8695, - [8696] = 8696, - [8697] = 8636, - [8698] = 999, - [8699] = 8699, - [8700] = 932, - [8701] = 1000, - [8702] = 8702, - [8703] = 8633, - [8704] = 8633, - [8705] = 1055, - [8706] = 8636, - [8707] = 8635, - [8708] = 8634, - [8709] = 8634, - [8710] = 8633, - [8711] = 8636, - [8712] = 8634, - [8713] = 983, - [8714] = 8633, - [8715] = 943, - [8716] = 8635, - [8717] = 944, - [8718] = 8636, - [8719] = 969, - [8720] = 8635, - [8721] = 8634, - [8722] = 987, - [8723] = 941, - [8724] = 8633, - [8725] = 867, - [8726] = 8633, - [8727] = 8727, - [8728] = 8634, - [8729] = 8635, - [8730] = 8730, - [8731] = 8636, - [8732] = 928, - [8733] = 936, - [8734] = 8633, - [8735] = 8735, - [8736] = 937, - [8737] = 1042, - [8738] = 930, - [8739] = 8636, - [8740] = 8635, - [8741] = 8634, - [8742] = 8634, - [8743] = 3724, - [8744] = 8634, - [8745] = 8635, - [8746] = 8633, - [8747] = 960, - [8748] = 971, - [8749] = 966, - [8750] = 956, - [8751] = 8751, - [8752] = 8636, - [8753] = 8636, - [8754] = 8635, - [8755] = 8634, - [8756] = 8633, - [8757] = 8633, - [8758] = 921, + [8693] = 8627, + [8694] = 948, + [8695] = 8635, + [8696] = 8628, + [8697] = 8630, + [8698] = 8627, + [8699] = 8630, + [8700] = 8630, + [8701] = 8635, + [8702] = 8628, + [8703] = 8635, + [8704] = 8627, + [8705] = 8705, + [8706] = 8635, + [8707] = 8627, + [8708] = 983, + [8709] = 8627, + [8710] = 970, + [8711] = 8711, + [8712] = 8630, + [8713] = 8635, + [8714] = 8627, + [8715] = 8627, + [8716] = 8628, + [8717] = 8717, + [8718] = 8635, + [8719] = 964, + [8720] = 8628, + [8721] = 967, + [8722] = 8630, + [8723] = 8723, + [8724] = 8630, + [8725] = 973, + [8726] = 8630, + [8727] = 959, + [8728] = 8628, + [8729] = 951, + [8730] = 953, + [8731] = 8627, + [8732] = 8635, + [8733] = 979, + [8734] = 822, + [8735] = 8627, + [8736] = 928, + [8737] = 8630, + [8738] = 8628, + [8739] = 8635, + [8740] = 8627, + [8741] = 8741, + [8742] = 8742, + [8743] = 8635, + [8744] = 8628, + [8745] = 8630, + [8746] = 878, + [8747] = 8635, + [8748] = 929, + [8749] = 952, + [8750] = 963, + [8751] = 933, + [8752] = 8627, + [8753] = 8627, + [8754] = 980, + [8755] = 883, + [8756] = 8627, + [8757] = 982, + [8758] = 8627, [8759] = 8635, - [8760] = 8636, - [8761] = 823, - [8762] = 8636, - [8763] = 955, - [8764] = 8635, - [8765] = 8634, - [8766] = 933, - [8767] = 935, - [8768] = 8633, - [8769] = 8633, - [8770] = 8770, - [8771] = 8634, - [8772] = 8635, + [8760] = 8635, + [8761] = 8761, + [8762] = 931, + [8763] = 8628, + [8764] = 8628, + [8765] = 8765, + [8766] = 930, + [8767] = 8628, + [8768] = 8628, + [8769] = 8627, + [8770] = 8630, + [8771] = 8771, + [8772] = 8630, [8773] = 8635, - [8774] = 8636, - [8775] = 8775, - [8776] = 963, - [8777] = 8636, - [8778] = 990, - [8779] = 8633, - [8780] = 821, - [8781] = 8634, - [8782] = 8635, - [8783] = 993, - [8784] = 8633, - [8785] = 8636, - [8786] = 8636, - [8787] = 8633, - [8788] = 8635, - [8789] = 8633, - [8790] = 8634, - [8791] = 8635, - [8792] = 8634, - [8793] = 8636, - [8794] = 8636, - [8795] = 935, + [8774] = 8628, + [8775] = 8630, + [8776] = 8627, + [8777] = 8628, + [8778] = 8635, + [8779] = 981, + [8780] = 8635, + [8781] = 8635, + [8782] = 955, + [8783] = 8635, + [8784] = 8630, + [8785] = 8628, + [8786] = 8630, + [8787] = 8630, + [8788] = 8627, + [8789] = 860, + [8790] = 8790, + [8791] = 8791, + [8792] = 8792, + [8793] = 8793, + [8794] = 8794, + [8795] = 8795, [8796] = 8796, [8797] = 8797, [8798] = 8798, [8799] = 8799, - [8800] = 8800, - [8801] = 8801, + [8800] = 8790, + [8801] = 838, [8802] = 8802, [8803] = 8803, - [8804] = 3724, + [8804] = 8804, [8805] = 8805, [8806] = 8806, [8807] = 8807, [8808] = 8808, - [8809] = 8809, - [8810] = 8810, - [8811] = 8798, + [8809] = 8791, + [8810] = 8792, + [8811] = 8811, [8812] = 8812, - [8813] = 8813, - [8814] = 8799, - [8815] = 8802, - [8816] = 8803, - [8817] = 8808, - [8818] = 8809, - [8819] = 8800, - [8820] = 8820, - [8821] = 8813, - [8822] = 8806, - [8823] = 8823, + [8813] = 8805, + [8814] = 8814, + [8815] = 8815, + [8816] = 8804, + [8817] = 8793, + [8818] = 8797, + [8819] = 835, + [8820] = 960, + [8821] = 8798, + [8822] = 8802, + [8823] = 8799, [8824] = 8824, - [8825] = 851, - [8826] = 8826, - [8827] = 8796, - [8828] = 8801, - [8829] = 8805, - [8830] = 8826, - [8831] = 1058, - [8832] = 1051, + [8825] = 8807, + [8826] = 8795, + [8827] = 8827, + [8828] = 8828, + [8829] = 8829, + [8830] = 8830, + [8831] = 8831, + [8832] = 8832, [8833] = 8833, - [8834] = 8834, - [8835] = 8834, - [8836] = 8833, - [8837] = 8837, - [8838] = 8838, - [8839] = 8837, - [8840] = 8809, - [8841] = 8841, - [8842] = 8838, - [8843] = 8813, - [8844] = 8841, - [8845] = 8845, + [8834] = 8804, + [8835] = 8795, + [8836] = 8803, + [8837] = 8790, + [8838] = 8824, + [8839] = 8839, + [8840] = 8840, + [8841] = 8803, + [8842] = 8842, + [8843] = 8805, + [8844] = 8839, + [8845] = 8804, [8846] = 8846, - [8847] = 8847, - [8848] = 8808, - [8849] = 8849, - [8850] = 8846, - [8851] = 8833, - [8852] = 8852, - [8853] = 8849, - [8854] = 8852, - [8855] = 8855, - [8856] = 8855, - [8857] = 8806, - [8858] = 8858, - [8859] = 8809, - [8860] = 8801, - [8861] = 8803, - [8862] = 8802, - [8863] = 8863, - [8864] = 8800, - [8865] = 8799, - [8866] = 8797, - [8867] = 1034, - [8868] = 1028, - [8869] = 8838, - [8870] = 8870, - [8871] = 8833, - [8872] = 8809, - [8873] = 8797, - [8874] = 8833, - [8875] = 8809, - [8876] = 8797, - [8877] = 937, - [8878] = 8833, - [8879] = 8870, - [8880] = 960, - [8881] = 8805, - [8882] = 8882, - [8883] = 8883, - [8884] = 966, - [8885] = 8809, - [8886] = 8886, - [8887] = 963, - [8888] = 8799, - [8889] = 8800, - [8890] = 8886, - [8891] = 8886, - [8892] = 8797, - [8893] = 990, - [8894] = 8894, - [8895] = 993, - [8896] = 8802, - [8897] = 971, - [8898] = 8803, - [8899] = 956, - [8900] = 8900, - [8901] = 904, - [8902] = 8902, - [8903] = 947, - [8904] = 943, - [8905] = 8805, - [8906] = 8826, - [8907] = 8808, - [8908] = 8796, - [8909] = 8798, - [8910] = 8886, - [8911] = 8799, - [8912] = 8800, - [8913] = 8802, - [8914] = 8803, - [8915] = 833, - [8916] = 8808, - [8917] = 8809, - [8918] = 8833, - [8919] = 8833, - [8920] = 955, - [8921] = 860, - [8922] = 839, - [8923] = 8826, - [8924] = 8813, - [8925] = 930, - [8926] = 8926, - [8927] = 8797, - [8928] = 8928, - [8929] = 8806, - [8930] = 8813, - [8931] = 8855, - [8932] = 8932, - [8933] = 8796, - [8934] = 8934, - [8935] = 8834, - [8936] = 8855, - [8937] = 8870, - [8938] = 8852, - [8939] = 928, - [8940] = 8796, - [8941] = 969, - [8942] = 8801, - [8943] = 8809, - [8944] = 8855, - [8945] = 8852, - [8946] = 8796, + [8847] = 8803, + [8848] = 8828, + [8849] = 8805, + [8850] = 8804, + [8851] = 8805, + [8852] = 8791, + [8853] = 8830, + [8854] = 8792, + [8855] = 8831, + [8856] = 8832, + [8857] = 8799, + [8858] = 8793, + [8859] = 8798, + [8860] = 8804, + [8861] = 8812, + [8862] = 8796, + [8863] = 8803, + [8864] = 8804, + [8865] = 8798, + [8866] = 8796, + [8867] = 8805, + [8868] = 8812, + [8869] = 8799, + [8870] = 8798, + [8871] = 8799, + [8872] = 8799, + [8873] = 8798, + [8874] = 951, + [8875] = 8804, + [8876] = 1046, + [8877] = 8877, + [8878] = 1043, + [8879] = 8798, + [8880] = 8796, + [8881] = 8794, + [8882] = 8805, + [8883] = 8794, + [8884] = 8808, + [8885] = 8794, + [8886] = 885, + [8887] = 8887, + [8888] = 8824, + [8889] = 8889, + [8890] = 8795, + [8891] = 8795, + [8892] = 8798, + [8893] = 8799, + [8894] = 8791, + [8895] = 8895, + [8896] = 8798, + [8897] = 8897, + [8898] = 8793, + [8899] = 8802, + [8900] = 8791, + [8901] = 8803, + [8902] = 8807, + [8903] = 8799, + [8904] = 8808, + [8905] = 8808, + [8906] = 8799, + [8907] = 8796, + [8908] = 8807, + [8909] = 8909, + [8910] = 8832, + [8911] = 8805, + [8912] = 8831, + [8913] = 8798, + [8914] = 8804, + [8915] = 834, + [8916] = 8790, + [8917] = 8790, + [8918] = 8794, + [8919] = 8794, + [8920] = 8839, + [8921] = 8830, + [8922] = 8828, + [8923] = 8805, + [8924] = 8805, + [8925] = 8794, + [8926] = 8798, + [8927] = 8927, + [8928] = 8791, + [8929] = 8929, + [8930] = 8812, + [8931] = 8812, + [8932] = 8833, + [8933] = 8799, + [8934] = 8804, + [8935] = 8824, + [8936] = 8887, + [8937] = 948, + [8938] = 8805, + [8939] = 8832, + [8940] = 8802, + [8941] = 8941, + [8942] = 8942, + [8943] = 8831, + [8944] = 8797, + [8945] = 8796, + [8946] = 8792, [8947] = 8947, - [8948] = 8826, + [8948] = 8830, [8949] = 8805, - [8950] = 8886, - [8951] = 992, - [8952] = 8855, - [8953] = 8837, - [8954] = 8855, - [8955] = 8852, - [8956] = 8849, - [8957] = 8852, - [8958] = 8796, - [8959] = 8959, - [8960] = 8960, - [8961] = 8961, - [8962] = 8838, - [8963] = 8826, - [8964] = 8846, - [8965] = 8855, - [8966] = 8852, - [8967] = 8806, - [8968] = 8826, - [8969] = 8796, - [8970] = 8801, - [8971] = 8796, - [8972] = 8972, - [8973] = 8833, - [8974] = 8826, - [8975] = 8841, - [8976] = 8841, + [8950] = 8804, + [8951] = 8839, + [8952] = 8952, + [8953] = 8828, + [8954] = 8790, + [8955] = 8955, + [8956] = 8956, + [8957] = 8799, + [8958] = 3725, + [8959] = 8790, + [8960] = 8824, + [8961] = 8807, + [8962] = 8812, + [8963] = 8808, + [8964] = 8887, + [8965] = 8965, + [8966] = 8797, + [8967] = 8967, + [8968] = 933, + [8969] = 8798, + [8970] = 8796, + [8971] = 8791, + [8972] = 1042, + [8973] = 8793, + [8974] = 8974, + [8975] = 1041, + [8976] = 936, [8977] = 8796, - [8978] = 8978, - [8979] = 8837, - [8980] = 8855, - [8981] = 8834, - [8982] = 8852, - [8983] = 8796, - [8984] = 8834, - [8985] = 8985, - [8986] = 981, - [8987] = 8837, - [8988] = 8838, - [8989] = 8841, - [8990] = 8855, - [8991] = 8852, - [8992] = 8796, - [8993] = 8846, - [8994] = 8826, - [8995] = 8849, - [8996] = 8852, - [8997] = 8855, - [8998] = 8826, - [8999] = 8796, - [9000] = 987, - [9001] = 8855, - [9002] = 8870, - [9003] = 8852, - [9004] = 8796, - [9005] = 8826, - [9006] = 8826, - [9007] = 933, - [9008] = 8834, - [9009] = 9009, - [9010] = 8855, - [9011] = 9011, - [9012] = 8852, - [9013] = 8796, - [9014] = 8826, - [9015] = 8855, - [9016] = 827, - [9017] = 983, - [9018] = 8826, - [9019] = 830, - [9020] = 8837, - [9021] = 8846, - [9022] = 9022, - [9023] = 8870, - [9024] = 8855, - [9025] = 8852, - [9026] = 8838, - [9027] = 8796, - [9028] = 8826, - [9029] = 8886, - [9030] = 9030, - [9031] = 914, - [9032] = 8852, - [9033] = 8838, - [9034] = 8849, - [9035] = 8796, - [9036] = 8852, - [9037] = 8798, - [9038] = 8799, - [9039] = 8800, - [9040] = 8841, - [9041] = 8855, - [9042] = 8846, - [9043] = 8802, - [9044] = 8803, - [9045] = 8826, - [9046] = 8849, - [9047] = 8852, - [9048] = 8808, - [9049] = 8855, - [9050] = 932, - [9051] = 946, - [9052] = 945, - [9053] = 8870, - [9054] = 8838, - [9055] = 8855, - [9056] = 8852, - [9057] = 8846, - [9058] = 8805, - [9059] = 8838, - [9060] = 8834, - [9061] = 8796, - [9062] = 8826, - [9063] = 8805, - [9064] = 939, - [9065] = 8870, - [9066] = 8855, - [9067] = 8870, - [9068] = 8852, - [9069] = 9069, + [8978] = 8794, + [8979] = 8795, + [8980] = 8980, + [8981] = 993, + [8982] = 8805, + [8983] = 953, + [8984] = 8984, + [8985] = 8804, + [8986] = 8802, + [8987] = 959, + [8988] = 8791, + [8989] = 8887, + [8990] = 8798, + [8991] = 977, + [8992] = 8799, + [8993] = 8792, + [8994] = 8792, + [8995] = 8805, + [8996] = 8996, + [8997] = 8824, + [8998] = 944, + [8999] = 8797, + [9000] = 942, + [9001] = 8799, + [9002] = 8798, + [9003] = 8802, + [9004] = 8804, + [9005] = 8802, + [9006] = 8797, + [9007] = 8793, + [9008] = 8828, + [9009] = 963, + [9010] = 8830, + [9011] = 983, + [9012] = 8792, + [9013] = 8831, + [9014] = 8805, + [9015] = 8799, + [9016] = 8805, + [9017] = 988, + [9018] = 8812, + [9019] = 8798, + [9020] = 8804, + [9021] = 8832, + [9022] = 8833, + [9023] = 8805, + [9024] = 967, + [9025] = 861, + [9026] = 973, + [9027] = 979, + [9028] = 8804, + [9029] = 8799, + [9030] = 8798, + [9031] = 8804, + [9032] = 8828, + [9033] = 8798, + [9034] = 8830, + [9035] = 8831, + [9036] = 8832, + [9037] = 8805, + [9038] = 8833, + [9039] = 8798, + [9040] = 8805, + [9041] = 8887, + [9042] = 8839, + [9043] = 8799, + [9044] = 8792, + [9045] = 9045, + [9046] = 8795, + [9047] = 8792, + [9048] = 8799, + [9049] = 8798, + [9050] = 9050, + [9051] = 8795, + [9052] = 8804, + [9053] = 8791, + [9054] = 8791, + [9055] = 8790, + [9056] = 8804, + [9057] = 8805, + [9058] = 863, + [9059] = 8798, + [9060] = 8799, + [9061] = 8812, + [9062] = 8807, + [9063] = 8794, + [9064] = 8799, + [9065] = 9065, + [9066] = 8797, + [9067] = 981, + [9068] = 856, + [9069] = 8793, [9070] = 9070, - [9071] = 8838, - [9072] = 8834, - [9073] = 9073, - [9074] = 8796, - [9075] = 8826, - [9076] = 8805, - [9077] = 8852, - [9078] = 8870, - [9079] = 8855, - [9080] = 8801, - [9081] = 8846, - [9082] = 8813, - [9083] = 8841, - [9084] = 8838, - [9085] = 8837, - [9086] = 8834, - [9087] = 8846, - [9088] = 9088, - [9089] = 8796, - [9090] = 9090, - [9091] = 8826, - [9092] = 8806, + [9071] = 8795, + [9072] = 929, + [9073] = 8808, + [9074] = 8791, + [9075] = 982, + [9076] = 927, + [9077] = 928, + [9078] = 947, + [9079] = 9079, + [9080] = 970, + [9081] = 8812, + [9082] = 8803, + [9083] = 9083, + [9084] = 8790, + [9085] = 8796, + [9086] = 9086, + [9087] = 8839, + [9088] = 8804, + [9089] = 9089, + [9090] = 8887, + [9091] = 9091, + [9092] = 9092, [9093] = 9093, - [9094] = 8805, - [9095] = 8801, - [9096] = 8806, - [9097] = 9097, - [9098] = 1017, + [9094] = 9094, + [9095] = 9095, + [9096] = 9094, + [9097] = 9095, + [9098] = 9098, [9099] = 9099, [9100] = 9100, - [9101] = 1052, - [9102] = 9102, - [9103] = 9099, - [9104] = 9100, - [9105] = 9099, - [9106] = 9100, + [9101] = 9100, + [9102] = 9094, + [9103] = 9095, + [9104] = 1057, + [9105] = 1058, + [9106] = 9106, [9107] = 9107, [9108] = 9108, - [9109] = 9107, - [9110] = 1160, - [9111] = 9111, - [9112] = 9112, - [9113] = 1133, - [9114] = 9114, - [9115] = 1165, - [9116] = 9097, - [9117] = 9107, - [9118] = 9118, - [9119] = 1063, - [9120] = 3889, - [9121] = 3979, - [9122] = 9122, - [9123] = 1062, - [9124] = 3975, - [9125] = 9125, - [9126] = 3871, - [9127] = 9127, - [9128] = 9128, - [9129] = 9129, - [9130] = 3883, - [9131] = 1136, - [9132] = 1170, - [9133] = 1055, - [9134] = 904, - [9135] = 1081, - [9136] = 1061, - [9137] = 9107, - [9138] = 9129, - [9139] = 9139, - [9140] = 9118, - [9141] = 9097, - [9142] = 9128, - [9143] = 9122, - [9144] = 1174, - [9145] = 9129, - [9146] = 1135, - [9147] = 1140, - [9148] = 9102, - [9149] = 1082, - [9150] = 1163, - [9151] = 1169, - [9152] = 1132, - [9153] = 9127, - [9154] = 1128, - [9155] = 1168, - [9156] = 1124, - [9157] = 1123, - [9158] = 9097, - [9159] = 1122, - [9160] = 1099, - [9161] = 1085, - [9162] = 1162, - [9163] = 1059, - [9164] = 1159, - [9165] = 9097, - [9166] = 9122, - [9167] = 9125, - [9168] = 9168, - [9169] = 9122, - [9170] = 9107, - [9171] = 9129, - [9172] = 9118, - [9173] = 9102, - [9174] = 914, - [9175] = 1129, - [9176] = 1042, - [9177] = 1027, - [9178] = 9118, - [9179] = 9118, - [9180] = 9097, - [9181] = 9181, - [9182] = 9122, - [9183] = 9122, - [9184] = 9129, + [9109] = 9109, + [9110] = 9107, + [9111] = 1073, + [9112] = 9107, + [9113] = 9113, + [9114] = 3877, + [9115] = 1083, + [9116] = 9116, + [9117] = 4010, + [9118] = 9092, + [9119] = 9119, + [9120] = 3972, + [9121] = 3929, + [9122] = 3851, + [9123] = 9098, + [9124] = 9124, + [9125] = 9099, + [9126] = 9126, + [9127] = 1099, + [9128] = 9107, + [9129] = 1053, + [9130] = 1117, + [9131] = 9131, + [9132] = 1116, + [9133] = 885, + [9134] = 9134, + [9135] = 9135, + [9136] = 1125, + [9137] = 9131, + [9138] = 9107, + [9139] = 9107, + [9140] = 9098, + [9141] = 1126, + [9142] = 9100, + [9143] = 9099, + [9144] = 1127, + [9145] = 9145, + [9146] = 9146, + [9147] = 9098, + [9148] = 9145, + [9149] = 9149, + [9150] = 9091, + [9151] = 9151, + [9152] = 9107, + [9153] = 9153, + [9154] = 1130, + [9155] = 1100, + [9156] = 863, + [9157] = 9107, + [9158] = 1185, + [9159] = 9159, + [9160] = 1184, + [9161] = 9161, + [9162] = 1089, + [9163] = 1086, + [9164] = 1179, + [9165] = 1178, + [9166] = 1084, + [9167] = 9167, + [9168] = 9107, + [9169] = 9169, + [9170] = 9170, + [9171] = 9107, + [9172] = 1074, + [9173] = 9100, + [9174] = 9092, + [9175] = 1056, + [9176] = 9094, + [9177] = 9099, + [9178] = 1174, + [9179] = 9179, + [9180] = 9093, + [9181] = 9098, + [9182] = 9100, + [9183] = 9145, + [9184] = 1096, [9185] = 9107, - [9186] = 9125, - [9187] = 9139, - [9188] = 9129, - [9189] = 1058, - [9190] = 1051, - [9191] = 9122, - [9192] = 9097, - [9193] = 9111, - [9194] = 9107, - [9195] = 9118, - [9196] = 9097, - [9197] = 9122, - [9198] = 9125, - [9199] = 9129, - [9200] = 9122, - [9201] = 9201, - [9202] = 9118, - [9203] = 9097, - [9204] = 9129, - [9205] = 866, - [9206] = 1034, - [9207] = 1028, - [9208] = 9122, - [9209] = 9102, - [9210] = 9102, - [9211] = 9129, - [9212] = 9212, - [9213] = 9118, - [9214] = 9118, - [9215] = 9107, - [9216] = 9118, - [9217] = 9217, - [9218] = 9097, - [9219] = 9111, - [9220] = 9201, - [9221] = 9139, - [9222] = 9201, - [9223] = 9129, - [9224] = 9097, - [9225] = 9097, - [9226] = 9122, - [9227] = 9118, - [9228] = 9122, - [9229] = 9100, - [9230] = 9107, - [9231] = 9212, - [9232] = 9099, - [9233] = 9125, - [9234] = 9129, - [9235] = 9118, - [9236] = 9097, - [9237] = 9201, - [9238] = 9097, - [9239] = 9122, - [9240] = 9129, - [9241] = 9241, - [9242] = 9242, - [9243] = 1137, - [9244] = 1166, - [9245] = 9217, - [9246] = 1026, - [9247] = 9129, - [9248] = 1167, + [9186] = 9100, + [9187] = 9099, + [9188] = 9098, + [9189] = 9145, + [9190] = 9109, + [9191] = 9113, + [9192] = 9100, + [9193] = 9099, + [9194] = 9119, + [9195] = 9098, + [9196] = 1172, + [9197] = 9099, + [9198] = 9145, + [9199] = 9169, + [9200] = 1169, + [9201] = 9107, + [9202] = 9100, + [9203] = 9131, + [9204] = 9099, + [9205] = 9098, + [9206] = 9098, + [9207] = 9145, + [9208] = 1168, + [9209] = 9145, + [9210] = 9149, + [9211] = 9100, + [9212] = 9099, + [9213] = 9092, + [9214] = 9098, + [9215] = 9145, + [9216] = 9107, + [9217] = 9093, + [9218] = 9169, + [9219] = 9100, + [9220] = 9095, + [9221] = 9107, + [9222] = 9094, + [9223] = 9095, + [9224] = 9094, + [9225] = 9109, + [9226] = 9094, + [9227] = 1166, + [9228] = 9095, + [9229] = 1163, + [9230] = 9169, + [9231] = 9095, + [9232] = 9145, + [9233] = 9169, + [9234] = 9094, + [9235] = 1162, + [9236] = 9091, + [9237] = 1044, + [9238] = 1024, + [9239] = 9113, + [9240] = 9095, + [9241] = 1055, + [9242] = 1170, + [9243] = 9107, + [9244] = 9106, + [9245] = 9094, + [9246] = 9119, + [9247] = 9094, + [9248] = 9095, [9249] = 9107, - [9250] = 9122, - [9251] = 9139, - [9252] = 9118, - [9253] = 9139, - [9254] = 9100, - [9255] = 9097, - [9256] = 1157, - [9257] = 9107, - [9258] = 1079, - [9259] = 9097, - [9260] = 9260, - [9261] = 9118, - [9262] = 9129, - [9263] = 9263, - [9264] = 9264, - [9265] = 1112, - [9266] = 9102, - [9267] = 9118, - [9268] = 9268, - [9269] = 9099, - [9270] = 9097, - [9271] = 9107, - [9272] = 1023, - [9273] = 9097, - [9274] = 1172, - [9275] = 9099, - [9276] = 9276, - [9277] = 9099, - [9278] = 1173, - [9279] = 1155, - [9280] = 9100, - [9281] = 9100, - [9282] = 9107, + [9250] = 9099, + [9251] = 9095, + [9252] = 1143, + [9253] = 9253, + [9254] = 9254, + [9255] = 9092, + [9256] = 9093, + [9257] = 9100, + [9258] = 9100, + [9259] = 9259, + [9260] = 9094, + [9261] = 1018, + [9262] = 9095, + [9263] = 9106, + [9264] = 9095, + [9265] = 9107, + [9266] = 9109, + [9267] = 9113, + [9268] = 9094, + [9269] = 9094, + [9270] = 9095, + [9271] = 9095, + [9272] = 9106, + [9273] = 9094, + [9274] = 9095, + [9275] = 9119, + [9276] = 9131, + [9277] = 9098, + [9278] = 1152, + [9279] = 9279, + [9280] = 9145, + [9281] = 9098, + [9282] = 9099, [9283] = 9100, - [9284] = 9284, - [9285] = 9099, - [9286] = 9099, - [9287] = 9100, - [9288] = 9100, - [9289] = 9108, - [9290] = 9099, - [9291] = 1175, - [9292] = 9292, - [9293] = 9100, - [9294] = 1139, - [9295] = 9099, - [9296] = 1014, - [9297] = 1141, - [9298] = 9125, - [9299] = 9122, - [9300] = 9127, - [9301] = 9128, - [9302] = 9107, - [9303] = 1154, - [9304] = 9097, - [9305] = 9122, - [9306] = 9118, - [9307] = 9099, - [9308] = 9129, - [9309] = 9212, - [9310] = 9107, - [9311] = 1029, - [9312] = 9129, - [9313] = 9122, - [9314] = 9097, - [9315] = 9118, - [9316] = 9129, - [9317] = 9099, - [9318] = 9122, - [9319] = 9100, - [9320] = 9118, - [9321] = 9097, - [9322] = 9107, - [9323] = 9099, - [9324] = 9118, - [9325] = 9100, - [9326] = 9129, - [9327] = 9100, - [9328] = 9122, - [9329] = 9108, - [9330] = 9129, - [9331] = 9097, - [9332] = 9097, - [9333] = 9100, - [9334] = 9099, - [9335] = 9118, - [9336] = 9100, - [9337] = 9108, - [9338] = 9122, - [9339] = 9129, - [9340] = 9122, - [9341] = 9128, - [9342] = 9127, - [9343] = 9099, - [9344] = 9129, - [9345] = 9129, - [9346] = 9139, - [9347] = 9100, - [9348] = 9122, - [9349] = 9111, - [9350] = 9099, - [9351] = 9100, - [9352] = 9099, - [9353] = 9353, - [9354] = 1153, - [9355] = 9355, - [9356] = 9356, - [9357] = 9129, - [9358] = 1043, - [9359] = 1181, - [9360] = 9128, - [9361] = 9118, - [9362] = 9362, - [9363] = 9127, - [9364] = 9099, - [9365] = 9097, - [9366] = 9108, - [9367] = 9118, - [9368] = 9107, - [9369] = 9118, - [9370] = 1066, - [9371] = 9371, + [9284] = 9094, + [9285] = 9145, + [9286] = 9092, + [9287] = 9287, + [9288] = 9098, + [9289] = 1051, + [9290] = 9098, + [9291] = 1049, + [9292] = 1023, + [9293] = 9099, + [9294] = 9094, + [9295] = 9095, + [9296] = 9149, + [9297] = 9100, + [9298] = 9107, + [9299] = 9099, + [9300] = 9145, + [9301] = 9099, + [9302] = 9302, + [9303] = 9098, + [9304] = 9095, + [9305] = 9094, + [9306] = 9099, + [9307] = 9095, + [9308] = 9106, + [9309] = 9145, + [9310] = 9100, + [9311] = 9149, + [9312] = 9091, + [9313] = 9107, + [9314] = 9145, + [9315] = 9131, + [9316] = 9098, + [9317] = 9094, + [9318] = 9095, + [9319] = 9093, + [9320] = 9099, + [9321] = 9098, + [9322] = 9106, + [9323] = 9323, + [9324] = 1072, + [9325] = 9325, + [9326] = 9326, + [9327] = 1134, + [9328] = 9145, + [9329] = 9145, + [9330] = 9149, + [9331] = 9091, + [9332] = 1069, + [9333] = 9145, + [9334] = 9100, + [9335] = 9145, + [9336] = 9098, + [9337] = 9099, + [9338] = 9099, + [9339] = 1119, + [9340] = 9098, + [9341] = 9145, + [9342] = 9100, + [9343] = 9100, + [9344] = 9100, + [9345] = 9095, + [9346] = 9094, + [9347] = 9347, + [9348] = 9099, + [9349] = 9107, + [9350] = 9098, + [9351] = 9145, + [9352] = 9352, + [9353] = 9100, + [9354] = 9099, + [9355] = 9109, + [9356] = 1118, + [9357] = 9098, + [9358] = 9145, + [9359] = 1140, + [9360] = 9360, + [9361] = 9100, + [9362] = 9107, + [9363] = 9099, + [9364] = 9107, + [9365] = 9098, + [9366] = 9145, + [9367] = 1110, + [9368] = 1048, + [9369] = 9100, + [9370] = 1047, + [9371] = 9099, [9372] = 9372, - [9373] = 9127, - [9374] = 9129, - [9375] = 9122, - [9376] = 9107, - [9377] = 9377, - [9378] = 9100, - [9379] = 9128, - [9380] = 9122, - [9381] = 9097, - [9382] = 9382, - [9383] = 9212, - [9384] = 9384, - [9385] = 9129, - [9386] = 9386, - [9387] = 1118, - [9388] = 1182, - [9389] = 9107, - [9390] = 9100, - [9391] = 9125, - [9392] = 9107, - [9393] = 1183, - [9394] = 9099, - [9395] = 9118, - [9396] = 9100, - [9397] = 9125, - [9398] = 9217, - [9399] = 9099, - [9400] = 9217, - [9401] = 9107, - [9402] = 1148, - [9403] = 9107, - [9404] = 1144, - [9405] = 1147, - [9406] = 9107, - [9407] = 9201, - [9408] = 9102, - [9409] = 9100, - [9410] = 9217, - [9411] = 9212, - [9412] = 9412, - [9413] = 9097, - [9414] = 9100, - [9415] = 9107, + [9373] = 1045, + [9374] = 9100, + [9375] = 9098, + [9376] = 9145, + [9377] = 9100, + [9378] = 9099, + [9379] = 1078, + [9380] = 9098, + [9381] = 9145, + [9382] = 1076, + [9383] = 9107, + [9384] = 9095, + [9385] = 9131, + [9386] = 9094, + [9387] = 9169, + [9388] = 9095, + [9389] = 9094, + [9390] = 9095, + [9391] = 1105, + [9392] = 9119, + [9393] = 9393, + [9394] = 9149, + [9395] = 9107, + [9396] = 9094, + [9397] = 1106, + [9398] = 1113, + [9399] = 9113, + [9400] = 1034, + [9401] = 9094, + [9402] = 1114, + [9403] = 1141, + [9404] = 9092, + [9405] = 1123, + [9406] = 9091, + [9407] = 9099, + [9408] = 9095, + [9409] = 1124, + [9410] = 9094, + [9411] = 1129, + [9412] = 1132, + [9413] = 1135, + [9414] = 1138, + [9415] = 1131, [9416] = 9099, - [9417] = 9122, - [9418] = 1068, - [9419] = 9100, - [9420] = 9129, - [9421] = 9102, - [9422] = 9099, - [9423] = 9201, - [9424] = 1143, - [9425] = 9425, - [9426] = 9108, - [9427] = 9139, - [9428] = 9139, - [9429] = 1185, - [9430] = 9430, - [9431] = 9099, - [9432] = 1177, - [9433] = 9129, - [9434] = 9125, - [9435] = 9122, - [9436] = 9102, - [9437] = 9118, - [9438] = 9438, - [9439] = 9122, - [9440] = 1187, - [9441] = 9217, - [9442] = 9111, - [9443] = 1138, - [9444] = 9107, - [9445] = 1180, - [9446] = 9097, - [9447] = 9107, - [9448] = 9107, - [9449] = 9118, - [9450] = 9212, - [9451] = 9451, - [9452] = 9111, - [9453] = 1120, - [9454] = 9454, - [9455] = 9455, - [9456] = 9139, + [9417] = 9092, + [9418] = 9145, + [9419] = 9419, + [9420] = 9131, + [9421] = 9119, + [9422] = 1150, + [9423] = 9131, + [9424] = 9098, + [9425] = 9099, + [9426] = 9119, + [9427] = 9145, + [9428] = 1171, + [9429] = 9107, + [9430] = 9092, + [9431] = 9119, + [9432] = 9100, + [9433] = 1026, + [9434] = 9113, + [9435] = 9100, + [9436] = 9098, + [9437] = 1156, + [9438] = 9109, + [9439] = 9439, + [9440] = 9107, + [9441] = 9107, + [9442] = 9100, + [9443] = 9131, + [9444] = 9119, + [9445] = 9445, + [9446] = 1046, + [9447] = 9145, + [9448] = 913, + [9449] = 1043, + [9450] = 9450, + [9451] = 9098, + [9452] = 9099, + [9453] = 1042, + [9454] = 1041, + [9455] = 9093, + [9456] = 1125, [9457] = 9457, [9458] = 9458, - [9459] = 9118, - [9460] = 1158, - [9461] = 1186, + [9459] = 9459, + [9460] = 9460, + [9461] = 9461, [9462] = 9462, - [9463] = 9463, - [9464] = 1185, + [9463] = 9459, + [9464] = 9458, [9465] = 9465, [9466] = 9466, [9467] = 9467, [9468] = 9468, [9469] = 9469, - [9470] = 9470, - [9471] = 1183, + [9470] = 1018, + [9471] = 9471, [9472] = 9472, [9473] = 9473, - [9474] = 9474, - [9475] = 9475, - [9476] = 9468, - [9477] = 9474, - [9478] = 1182, - [9479] = 9479, - [9480] = 9475, + [9474] = 1023, + [9475] = 1069, + [9476] = 9476, + [9477] = 9473, + [9478] = 9478, + [9479] = 9473, + [9480] = 9476, [9481] = 9481, - [9482] = 9468, - [9483] = 9468, - [9484] = 1181, - [9485] = 9468, - [9486] = 9486, + [9482] = 9458, + [9483] = 9459, + [9484] = 9476, + [9485] = 9461, + [9486] = 9462, [9487] = 9487, - [9488] = 9488, - [9489] = 9489, + [9488] = 9478, + [9489] = 9472, [9490] = 9490, - [9491] = 9491, - [9492] = 9492, - [9493] = 9493, - [9494] = 9487, - [9495] = 9495, - [9496] = 9479, - [9497] = 9497, - [9498] = 9498, - [9499] = 9473, - [9500] = 9489, - [9501] = 1175, - [9502] = 9502, - [9503] = 9498, - [9504] = 9504, - [9505] = 9505, - [9506] = 9506, - [9507] = 1187, - [9508] = 9493, - [9509] = 9472, - [9510] = 9473, - [9511] = 1173, - [9512] = 9489, + [9491] = 1150, + [9492] = 9462, + [9493] = 1171, + [9494] = 1156, + [9495] = 9462, + [9496] = 9469, + [9497] = 1051, + [9498] = 9472, + [9499] = 9499, + [9500] = 9500, + [9501] = 9469, + [9502] = 9467, + [9503] = 1034, + [9504] = 9476, + [9505] = 1049, + [9506] = 9471, + [9507] = 9507, + [9508] = 9457, + [9509] = 9467, + [9510] = 9458, + [9511] = 9511, + [9512] = 9512, [9513] = 9513, - [9514] = 9466, - [9515] = 1120, + [9514] = 9459, + [9515] = 9515, [9516] = 9516, - [9517] = 9469, - [9518] = 1172, + [9517] = 9517, + [9518] = 9469, [9519] = 9519, [9520] = 9520, - [9521] = 9521, - [9522] = 1158, - [9523] = 9466, - [9524] = 9465, - [9525] = 9506, - [9526] = 9498, - [9527] = 9527, - [9528] = 9516, + [9521] = 9472, + [9522] = 9522, + [9523] = 9467, + [9524] = 9462, + [9525] = 9461, + [9526] = 1024, + [9527] = 9476, + [9528] = 9528, [9529] = 9529, - [9530] = 9498, - [9531] = 9466, - [9532] = 9492, - [9533] = 9533, + [9530] = 9458, + [9531] = 9487, + [9532] = 9532, + [9533] = 9459, [9534] = 9534, - [9535] = 9535, - [9536] = 9520, - [9537] = 9520, - [9538] = 9472, - [9539] = 9463, - [9540] = 9533, - [9541] = 9472, - [9542] = 9498, - [9543] = 1167, - [9544] = 9498, - [9545] = 1068, - [9546] = 9521, - [9547] = 9488, - [9548] = 9493, - [9549] = 9487, - [9550] = 9535, - [9551] = 9551, - [9552] = 9552, - [9553] = 9534, - [9554] = 9520, - [9555] = 9488, - [9556] = 9462, - [9557] = 9557, - [9558] = 9463, - [9559] = 9488, - [9560] = 9560, - [9561] = 9467, - [9562] = 9462, - [9563] = 9552, - [9564] = 9560, - [9565] = 1160, - [9566] = 9566, - [9567] = 9567, - [9568] = 1066, - [9569] = 9489, - [9570] = 9466, - [9571] = 1157, - [9572] = 9491, - [9573] = 1155, - [9574] = 9490, - [9575] = 1154, + [9535] = 9487, + [9536] = 9536, + [9537] = 9461, + [9538] = 9466, + [9539] = 9487, + [9540] = 9540, + [9541] = 9461, + [9542] = 9469, + [9543] = 9459, + [9544] = 9544, + [9545] = 9458, + [9546] = 9467, + [9547] = 9466, + [9548] = 9461, + [9549] = 9466, + [9550] = 9550, + [9551] = 9487, + [9552] = 9469, + [9553] = 9473, + [9554] = 9472, + [9555] = 9487, + [9556] = 9467, + [9557] = 9466, + [9558] = 9558, + [9559] = 9461, + [9560] = 1055, + [9561] = 9461, + [9562] = 9562, + [9563] = 9466, + [9564] = 9476, + [9565] = 9467, + [9566] = 9487, + [9567] = 9476, + [9568] = 9459, + [9569] = 1057, + [9570] = 9570, + [9571] = 9571, + [9572] = 1058, + [9573] = 9487, + [9574] = 9467, + [9575] = 9487, [9576] = 9576, - [9577] = 1166, - [9578] = 1153, - [9579] = 9490, - [9580] = 9520, - [9581] = 9472, - [9582] = 9582, - [9583] = 9465, - [9584] = 9584, - [9585] = 1148, - [9586] = 1144, - [9587] = 1143, - [9588] = 1138, - [9589] = 9498, + [9577] = 9459, + [9578] = 9472, + [9579] = 9461, + [9580] = 9466, + [9581] = 9499, + [9582] = 9487, + [9583] = 9583, + [9584] = 9458, + [9585] = 9499, + [9586] = 9586, + [9587] = 9583, + [9588] = 9472, + [9589] = 9467, [9590] = 9590, - [9591] = 9474, - [9592] = 9592, - [9593] = 9487, - [9594] = 9488, - [9595] = 1118, - [9596] = 9596, - [9597] = 9466, - [9598] = 9598, - [9599] = 1112, - [9600] = 1081, - [9601] = 9601, - [9602] = 9469, - [9603] = 9521, - [9604] = 1017, - [9605] = 9472, - [9606] = 1052, - [9607] = 9520, + [9591] = 9458, + [9592] = 9476, + [9593] = 9583, + [9594] = 9461, + [9595] = 9595, + [9596] = 9465, + [9597] = 9499, + [9598] = 9466, + [9599] = 9466, + [9600] = 9583, + [9601] = 1073, + [9602] = 1130, + [9603] = 9458, + [9604] = 9499, + [9605] = 1083, + [9606] = 9467, + [9607] = 9461, [9608] = 9466, - [9609] = 9502, - [9610] = 9472, - [9611] = 1133, - [9612] = 9521, - [9613] = 1165, - [9614] = 1063, - [9615] = 9467, - [9616] = 1062, - [9617] = 1140, - [9618] = 9552, - [9619] = 9498, - [9620] = 1136, - [9621] = 1061, - [9622] = 1059, - [9623] = 1141, - [9624] = 9488, - [9625] = 1139, - [9626] = 9506, - [9627] = 1174, - [9628] = 9479, - [9629] = 9502, - [9630] = 9506, - [9631] = 1135, - [9632] = 9502, - [9633] = 1082, - [9634] = 1163, - [9635] = 9551, + [9609] = 9469, + [9610] = 9487, + [9611] = 9458, + [9612] = 1099, + [9613] = 9458, + [9614] = 1116, + [9615] = 9469, + [9616] = 9583, + [9617] = 9466, + [9618] = 9461, + [9619] = 9467, + [9620] = 9499, + [9621] = 1126, + [9622] = 9473, + [9623] = 9558, + [9624] = 1127, + [9625] = 1184, + [9626] = 9583, + [9627] = 1100, + [9628] = 1185, + [9629] = 9583, + [9630] = 9630, + [9631] = 9465, + [9632] = 9529, + [9633] = 9487, + [9634] = 9466, + [9635] = 1143, [9636] = 9636, - [9637] = 9502, - [9638] = 9488, - [9639] = 9506, - [9640] = 9506, - [9641] = 9502, - [9642] = 9516, - [9643] = 9519, - [9644] = 9506, - [9645] = 9535, - [9646] = 9462, - [9647] = 9502, - [9648] = 9493, - [9649] = 9490, - [9650] = 1132, - [9651] = 9534, - [9652] = 9560, - [9653] = 1128, - [9654] = 9475, - [9655] = 1124, - [9656] = 1123, - [9657] = 9467, - [9658] = 1122, - [9659] = 9462, - [9660] = 1099, - [9661] = 1085, - [9662] = 9566, - [9663] = 9465, - [9664] = 1137, - [9665] = 9567, - [9666] = 9502, - [9667] = 9506, - [9668] = 9502, - [9669] = 9521, - [9670] = 9519, - [9671] = 9551, - [9672] = 9506, - [9673] = 9487, - [9674] = 9516, - [9675] = 9529, - [9676] = 9535, - [9677] = 9520, + [9637] = 9487, + [9638] = 9461, + [9639] = 9639, + [9640] = 9469, + [9641] = 9511, + [9642] = 9642, + [9643] = 9643, + [9644] = 9466, + [9645] = 1179, + [9646] = 1178, + [9647] = 9461, + [9648] = 9467, + [9649] = 9478, + [9650] = 9558, + [9651] = 9460, + [9652] = 9499, + [9653] = 9653, + [9654] = 9516, + [9655] = 9467, + [9656] = 9467, + [9657] = 9471, + [9658] = 9529, + [9659] = 9659, + [9660] = 1174, + [9661] = 9472, + [9662] = 1172, + [9663] = 9562, + [9664] = 9517, + [9665] = 1170, + [9666] = 1169, + [9667] = 1168, + [9668] = 1166, + [9669] = 1163, + [9670] = 1162, + [9671] = 9487, + [9672] = 1044, + [9673] = 1152, + [9674] = 9478, + [9675] = 1140, + [9676] = 1134, + [9677] = 1119, [9678] = 9472, - [9679] = 9493, - [9680] = 9490, - [9681] = 9498, - [9682] = 9534, - [9683] = 9560, - [9684] = 9467, - [9685] = 9566, - [9686] = 9567, - [9687] = 9462, - [9688] = 9502, - [9689] = 9552, - [9690] = 9488, - [9691] = 9462, - [9692] = 9519, - [9693] = 9551, - [9694] = 9475, - [9695] = 9474, - [9696] = 9506, - [9697] = 9560, - [9698] = 9516, - [9699] = 9529, - [9700] = 9468, - [9701] = 9462, - [9702] = 9520, - [9703] = 9535, - [9704] = 9497, - [9705] = 9506, - [9706] = 9502, - [9707] = 9472, - [9708] = 9492, - [9709] = 9498, - [9710] = 9488, - [9711] = 9521, - [9712] = 9520, - [9713] = 9472, - [9714] = 9493, - [9715] = 9529, - [9716] = 9498, - [9717] = 9465, + [9679] = 1118, + [9680] = 1110, + [9681] = 1048, + [9682] = 1047, + [9683] = 1045, + [9684] = 1072, + [9685] = 9583, + [9686] = 1076, + [9687] = 1078, + [9688] = 9466, + [9689] = 1105, + [9690] = 1113, + [9691] = 1114, + [9692] = 1141, + [9693] = 1123, + [9694] = 9639, + [9695] = 9461, + [9696] = 9696, + [9697] = 9499, + [9698] = 9467, + [9699] = 9511, + [9700] = 9642, + [9701] = 9701, + [9702] = 9457, + [9703] = 9487, + [9704] = 9466, + [9705] = 9461, + [9706] = 9643, + [9707] = 9636, + [9708] = 9467, + [9709] = 9709, + [9710] = 9478, + [9711] = 9460, + [9712] = 1124, + [9713] = 9659, + [9714] = 9469, + [9715] = 9516, + [9716] = 1129, + [9717] = 1132, [9718] = 9718, - [9719] = 9467, - [9720] = 9521, - [9721] = 9534, - [9722] = 9560, - [9723] = 9467, - [9724] = 9473, - [9725] = 9566, - [9726] = 9567, - [9727] = 9502, - [9728] = 9521, - [9729] = 9465, - [9730] = 9488, - [9731] = 9466, - [9732] = 9533, - [9733] = 9733, - [9734] = 9560, - [9735] = 9535, - [9736] = 9487, - [9737] = 9506, - [9738] = 9738, - [9739] = 9502, - [9740] = 9519, - [9741] = 9487, - [9742] = 9742, - [9743] = 9488, - [9744] = 9551, - [9745] = 9466, - [9746] = 9506, - [9747] = 9462, - [9748] = 9748, - [9749] = 9749, - [9750] = 9516, - [9751] = 9529, - [9752] = 9491, - [9753] = 9535, - [9754] = 9534, - [9755] = 9469, - [9756] = 9521, - [9757] = 9529, - [9758] = 9488, - [9759] = 9552, - [9760] = 9534, - [9761] = 9488, - [9762] = 9472, - [9763] = 9498, - [9764] = 9468, - [9765] = 9472, - [9766] = 9493, - [9767] = 9516, - [9768] = 9490, - [9769] = 9520, - [9770] = 9770, - [9771] = 9474, - [9772] = 9472, - [9773] = 9560, - [9774] = 9475, - [9775] = 9467, - [9776] = 9776, - [9777] = 9566, - [9778] = 9567, - [9779] = 9534, - [9780] = 9488, - [9781] = 9502, - [9782] = 1014, - [9783] = 9463, - [9784] = 9490, - [9785] = 9473, - [9786] = 9520, - [9787] = 9552, - [9788] = 9473, - [9789] = 9506, - [9790] = 9465, - [9791] = 9516, - [9792] = 9529, - [9793] = 9466, - [9794] = 9535, - [9795] = 9493, - [9796] = 9552, - [9797] = 9493, - [9798] = 9487, - [9799] = 9488, - [9800] = 9489, - [9801] = 9490, - [9802] = 9489, - [9803] = 9498, - [9804] = 9498, - [9805] = 9472, - [9806] = 1147, - [9807] = 9521, - [9808] = 9534, - [9809] = 9462, - [9810] = 9520, - [9811] = 1079, - [9812] = 9812, - [9813] = 9520, - [9814] = 1186, - [9815] = 9498, - [9816] = 9506, - [9817] = 9521, - [9818] = 9533, - [9819] = 1180, - [9820] = 9560, - [9821] = 1177, - [9822] = 9488, - [9823] = 9465, - [9824] = 9498, - [9825] = 9466, - [9826] = 9469, - [9827] = 9472, - [9828] = 9467, - [9829] = 9490, - [9830] = 9472, - [9831] = 9520, - [9832] = 9488, - [9833] = 9520, - [9834] = 9834, - [9835] = 9479, - [9836] = 9836, - [9837] = 9837, - [9838] = 9533, - [9839] = 9502, - [9840] = 9498, - [9841] = 9489, - [9842] = 9498, - [9843] = 9472, - [9844] = 9472, - [9845] = 9535, - [9846] = 9487, - [9847] = 9479, - [9848] = 9551, - [9849] = 9468, - [9850] = 9465, - [9851] = 1027, - [9852] = 9520, - [9853] = 9506, - [9854] = 9529, - [9855] = 9855, - [9856] = 9491, - [9857] = 9466, - [9858] = 9520, - [9859] = 9535, - [9860] = 9479, - [9861] = 9493, - [9862] = 9490, - [9863] = 9487, - [9864] = 1043, - [9865] = 9488, - [9866] = 9516, - [9867] = 9465, - [9868] = 9560, - [9869] = 9467, - [9870] = 1029, - [9871] = 9498, + [9719] = 9529, + [9720] = 1135, + [9721] = 9659, + [9722] = 1138, + [9723] = 1131, + [9724] = 9472, + [9725] = 9562, + [9726] = 9517, + [9727] = 9583, + [9728] = 9728, + [9729] = 9643, + [9730] = 9476, + [9731] = 9636, + [9732] = 9639, + [9733] = 9499, + [9734] = 9462, + [9735] = 9511, + [9736] = 9736, + [9737] = 9467, + [9738] = 9642, + [9739] = 9643, + [9740] = 9461, + [9741] = 9558, + [9742] = 9459, + [9743] = 9460, + [9744] = 9516, + [9745] = 9529, + [9746] = 9481, + [9747] = 9659, + [9748] = 9516, + [9749] = 9562, + [9750] = 9517, + [9751] = 9642, + [9752] = 9583, + [9753] = 9458, + [9754] = 1106, + [9755] = 9487, + [9756] = 9636, + [9757] = 9639, + [9758] = 9512, + [9759] = 9466, + [9760] = 9499, + [9761] = 9511, + [9762] = 9513, + [9763] = 9476, + [9764] = 9764, + [9765] = 9516, + [9766] = 9481, + [9767] = 9473, + [9768] = 9511, + [9769] = 9642, + [9770] = 9643, + [9771] = 9515, + [9772] = 9772, + [9773] = 9513, + [9774] = 9499, + [9775] = 9583, + [9776] = 9512, + [9777] = 9460, + [9778] = 9515, + [9779] = 9478, + [9780] = 9471, + [9781] = 9460, + [9782] = 9516, + [9783] = 9529, + [9784] = 9659, + [9785] = 9562, + [9786] = 9513, + [9787] = 9517, + [9788] = 9478, + [9789] = 9583, + [9790] = 9512, + [9791] = 9515, + [9792] = 9515, + [9793] = 9515, + [9794] = 9462, + [9795] = 9499, + [9796] = 9583, + [9797] = 9461, + [9798] = 9636, + [9799] = 9639, + [9800] = 9534, + [9801] = 9466, + [9802] = 9772, + [9803] = 9499, + [9804] = 9487, + [9805] = 9528, + [9806] = 9511, + [9807] = 9642, + [9808] = 9643, + [9809] = 9467, + [9810] = 9499, + [9811] = 9461, + [9812] = 9583, + [9813] = 9466, + [9814] = 9478, + [9815] = 9460, + [9816] = 9459, + [9817] = 9458, + [9818] = 9471, + [9819] = 9465, + [9820] = 9466, + [9821] = 9516, + [9822] = 9529, + [9823] = 9659, + [9824] = 9528, + [9825] = 9562, + [9826] = 9517, + [9827] = 9476, + [9828] = 9473, + [9829] = 9583, + [9830] = 9830, + [9831] = 9831, + [9832] = 9528, + [9833] = 9643, + [9834] = 9499, + [9835] = 9511, + [9836] = 9642, + [9837] = 9643, + [9838] = 9643, + [9839] = 9476, + [9840] = 9478, + [9841] = 9460, + [9842] = 9639, + [9843] = 9515, + [9844] = 9487, + [9845] = 1026, + [9846] = 9467, + [9847] = 9558, + [9848] = 9461, + [9849] = 9481, + [9850] = 9466, + [9851] = 9516, + [9852] = 9487, + [9853] = 9487, + [9854] = 9534, + [9855] = 9515, + [9856] = 9460, + [9857] = 9469, + [9858] = 9511, + [9859] = 9659, + [9860] = 9529, + [9861] = 9558, + [9862] = 9659, + [9863] = 9472, + [9864] = 9467, + [9865] = 9583, + [9866] = 9512, + [9867] = 9461, + [9868] = 9466, + [9869] = 9469, + [9870] = 9487, + [9871] = 9499, [9872] = 9472, - [9873] = 9873, - [9874] = 9502, - [9875] = 9520, - [9876] = 9529, - [9877] = 9535, - [9878] = 9493, - [9879] = 9462, - [9880] = 9466, - [9881] = 9519, - [9882] = 1023, - [9883] = 9463, - [9884] = 9533, - [9885] = 9490, - [9886] = 9560, - [9887] = 9521, - [9888] = 9520, - [9889] = 9488, - [9890] = 9467, - [9891] = 9891, - [9892] = 9463, - [9893] = 9502, - [9894] = 9498, - [9895] = 9895, - [9896] = 9488, - [9897] = 9462, - [9898] = 9506, - [9899] = 9469, - [9900] = 9520, - [9901] = 9535, - [9902] = 9493, - [9903] = 9490, - [9904] = 9560, - [9905] = 9467, - [9906] = 9502, - [9907] = 1026, - [9908] = 9488, - [9909] = 9506, - [9910] = 9535, - [9911] = 9489, - [9912] = 9490, - [9913] = 9467, - [9914] = 9502, - [9915] = 9506, - [9916] = 9535, - [9917] = 9498, - [9918] = 9488, - [9919] = 9490, - [9920] = 9920, - [9921] = 9488, - [9922] = 9467, - [9923] = 9502, - [9924] = 9465, - [9925] = 9506, - [9926] = 9506, - [9927] = 9472, - [9928] = 9492, - [9929] = 9498, - [9930] = 9472, - [9931] = 9492, - [9932] = 9466, - [9933] = 9472, - [9934] = 9492, - [9935] = 9492, - [9936] = 9492, - [9937] = 9492, - [9938] = 9492, - [9939] = 9492, - [9940] = 9492, - [9941] = 9492, - [9942] = 9492, - [9943] = 9492, - [9944] = 9492, - [9945] = 9492, - [9946] = 9492, - [9947] = 9492, - [9948] = 9492, - [9949] = 9492, - [9950] = 9492, - [9951] = 9492, - [9952] = 9492, - [9953] = 9492, - [9954] = 9492, - [9955] = 9552, - [9956] = 9520, - [9957] = 9506, - [9958] = 9502, - [9959] = 9506, - [9960] = 9960, - [9961] = 9497, - [9962] = 9770, - [9963] = 9521, - [9964] = 9582, - [9965] = 9601, - [9966] = 9596, - [9967] = 9488, - [9968] = 9733, - [9969] = 9498, - [9970] = 9472, - [9971] = 9462, - [9972] = 9520, - [9973] = 9502, - [9974] = 9552, - [9975] = 9479, - [9976] = 9487, - [9977] = 9520, - [9978] = 9497, - [9979] = 9462, - [9980] = 9462, - [9981] = 9462, - [9982] = 9521, - [9983] = 9488, + [9873] = 9528, + [9874] = 9642, + [9875] = 9636, + [9876] = 9643, + [9877] = 9534, + [9878] = 9467, + [9879] = 9478, + [9880] = 9487, + [9881] = 9460, + [9882] = 9882, + [9883] = 9467, + [9884] = 9534, + [9885] = 9529, + [9886] = 9659, + [9887] = 9467, + [9888] = 9461, + [9889] = 9466, + [9890] = 9462, + [9891] = 9466, + [9892] = 9487, + [9893] = 9499, + [9894] = 9642, + [9895] = 9643, + [9896] = 9461, + [9897] = 9478, + [9898] = 9460, + [9899] = 9529, + [9900] = 9459, + [9901] = 9659, + [9902] = 9467, + [9903] = 9583, + [9904] = 9904, + [9905] = 9461, + [9906] = 9472, + [9907] = 9907, + [9908] = 9458, + [9909] = 9499, + [9910] = 9487, + [9911] = 9465, + [9912] = 9643, + [9913] = 9478, + [9914] = 9460, + [9915] = 9529, + [9916] = 9659, + [9917] = 9583, + [9918] = 9499, + [9919] = 9643, + [9920] = 9466, + [9921] = 9460, + [9922] = 9457, + [9923] = 9659, + [9924] = 9583, + [9925] = 9457, + [9926] = 9499, + [9927] = 9643, + [9928] = 9457, + [9929] = 9457, + [9930] = 9457, + [9931] = 9457, + [9932] = 9457, + [9933] = 9457, + [9934] = 9457, + [9935] = 9457, + [9936] = 9457, + [9937] = 9457, + [9938] = 9457, + [9939] = 9457, + [9940] = 9457, + [9941] = 9457, + [9942] = 9457, + [9943] = 9457, + [9944] = 9457, + [9945] = 9457, + [9946] = 9457, + [9947] = 9457, + [9948] = 9457, + [9949] = 9949, + [9950] = 9460, + [9951] = 9467, + [9952] = 9659, + [9953] = 9583, + [9954] = 9473, + [9955] = 9476, + [9956] = 9461, + [9957] = 9466, + [9958] = 9576, + [9959] = 9481, + [9960] = 9487, + [9961] = 9583, + [9962] = 9499, + [9963] = 9583, + [9964] = 9499, + [9965] = 9558, + [9966] = 9558, + [9967] = 9967, + [9968] = 9772, + [9969] = 9764, + [9970] = 9595, + [9971] = 9971, + [9972] = 9467, + [9973] = 9558, + [9974] = 9590, + [9975] = 9709, + [9976] = 9528, + [9977] = 9487, + [9978] = 9534, + [9979] = 9461, + [9980] = 9466, + [9981] = 9472, + [9982] = 9487, + [9983] = 9499, [9984] = 9984, - [9985] = 9462, - [9986] = 9498, - [9987] = 9987, + [9985] = 9967, + [9986] = 9472, + [9987] = 9472, [9988] = 9472, - [9989] = 9462, - [9990] = 9462, - [9991] = 9520, - [9992] = 9462, - [9993] = 9462, - [9994] = 9567, - [9995] = 9462, - [9996] = 9462, + [9989] = 9558, + [9990] = 9472, + [9991] = 9472, + [9992] = 9472, + [9993] = 9993, + [9994] = 9513, + [9995] = 9472, + [9996] = 9472, [9997] = 9997, - [9998] = 1129, - [9999] = 9999, - [10000] = 9462, - [10001] = 9960, - [10002] = 9497, - [10003] = 9770, - [10004] = 10004, - [10005] = 9601, - [10006] = 9489, - [10007] = 9733, - [10008] = 9960, - [10009] = 9497, - [10010] = 9770, - [10011] = 9601, - [10012] = 9596, - [10013] = 10013, - [10014] = 9733, - [10015] = 9960, - [10016] = 9497, - [10017] = 9770, - [10018] = 9520, - [10019] = 9601, - [10020] = 9596, - [10021] = 10021, - [10022] = 9498, - [10023] = 9733, - [10024] = 9960, - [10025] = 9960, - [10026] = 9601, - [10027] = 9552, - [10028] = 9596, - [10029] = 9733, - [10030] = 9552, - [10031] = 9465, - [10032] = 9497, - [10033] = 9601, - [10034] = 9596, - [10035] = 9733, - [10036] = 9960, - [10037] = 9466, - [10038] = 9497, - [10039] = 9472, - [10040] = 9601, - [10041] = 9596, - [10042] = 9733, - [10043] = 9960, - [10044] = 9497, - [10045] = 9601, - [10046] = 9491, - [10047] = 9596, - [10048] = 9733, - [10049] = 9960, - [10050] = 9497, - [10051] = 9601, - [10052] = 9733, - [10053] = 9960, - [10054] = 9497, - [10055] = 9601, - [10056] = 9488, - [10057] = 10057, - [10058] = 9733, - [10059] = 9960, - [10060] = 9497, - [10061] = 9601, - [10062] = 9733, - [10063] = 9491, - [10064] = 9487, - [10065] = 9479, - [10066] = 9520, - [10067] = 9566, - [10068] = 9472, - [10069] = 9960, - [10070] = 9497, - [10071] = 9601, - [10072] = 9733, - [10073] = 9960, - [10074] = 9497, - [10075] = 9596, - [10076] = 9733, - [10077] = 9960, - [10078] = 9498, - [10079] = 9479, - [10080] = 9497, - [10081] = 9960, - [10082] = 9492, - [10083] = 9497, - [10084] = 9601, - [10085] = 9733, - [10086] = 9960, - [10087] = 9498, - [10088] = 9497, - [10089] = 9601, - [10090] = 9502, - [10091] = 9733, - [10092] = 9960, - [10093] = 9497, - [10094] = 9601, - [10095] = 9733, - [10096] = 9960, - [10097] = 9497, - [10098] = 9601, - [10099] = 9733, - [10100] = 9960, - [10101] = 9497, - [10102] = 9601, - [10103] = 9733, - [10104] = 9960, - [10105] = 9497, - [10106] = 9601, - [10107] = 9733, - [10108] = 9960, - [10109] = 9497, - [10110] = 9601, - [10111] = 9733, - [10112] = 9960, - [10113] = 9601, - [10114] = 9733, - [10115] = 9960, - [10116] = 9601, - [10117] = 9487, - [10118] = 9733, - [10119] = 9488, - [10120] = 9960, - [10121] = 9601, - [10122] = 9733, - [10123] = 10123, - [10124] = 9960, - [10125] = 9472, - [10126] = 9601, - [10127] = 9733, - [10128] = 9502, - [10129] = 9506, - [10130] = 9502, - [10131] = 9506, - [10132] = 9502, - [10133] = 9506, - [10134] = 9502, - [10135] = 9506, - [10136] = 9960, - [10137] = 9601, - [10138] = 9582, - [10139] = 9733, - [10140] = 9960, - [10141] = 9601, - [10142] = 9733, - [10143] = 9487, - [10144] = 9520, - [10145] = 9497, - [10146] = 9582, - [10147] = 9468, - [10148] = 9474, - [10149] = 9582, - [10150] = 9582, - [10151] = 9475, - [10152] = 9601, - [10153] = 10153, + [9998] = 9998, + [9999] = 9472, + [10000] = 9472, + [10001] = 1074, + [10002] = 10002, + [10003] = 9967, + [10004] = 9772, + [10005] = 9764, + [10006] = 9595, + [10007] = 9590, + [10008] = 9469, + [10009] = 9709, + [10010] = 9967, + [10011] = 9772, + [10012] = 9476, + [10013] = 9764, + [10014] = 10014, + [10015] = 9595, + [10016] = 9590, + [10017] = 9709, + [10018] = 10018, + [10019] = 9772, + [10020] = 9772, + [10021] = 9764, + [10022] = 9595, + [10023] = 9590, + [10024] = 9709, + [10025] = 9967, + [10026] = 9772, + [10027] = 9595, + [10028] = 9469, + [10029] = 9590, + [10030] = 9709, + [10031] = 9471, + [10032] = 9967, + [10033] = 10033, + [10034] = 9558, + [10035] = 9595, + [10036] = 9590, + [10037] = 9462, + [10038] = 9709, + [10039] = 9461, + [10040] = 9967, + [10041] = 9772, + [10042] = 9595, + [10043] = 9590, + [10044] = 9709, + [10045] = 9467, + [10046] = 9967, + [10047] = 9772, + [10048] = 9595, + [10049] = 9590, + [10050] = 9529, + [10051] = 10051, + [10052] = 9709, + [10053] = 9967, + [10054] = 9772, + [10055] = 9595, + [10056] = 9709, + [10057] = 9967, + [10058] = 9772, + [10059] = 9595, + [10060] = 9709, + [10061] = 9967, + [10062] = 9459, + [10063] = 9772, + [10064] = 9595, + [10065] = 9709, + [10066] = 9967, + [10067] = 9772, + [10068] = 9595, + [10069] = 9709, + [10070] = 9967, + [10071] = 9772, + [10072] = 9458, + [10073] = 9595, + [10074] = 9772, + [10075] = 9967, + [10076] = 9457, + [10077] = 9709, + [10078] = 9967, + [10079] = 9595, + [10080] = 9709, + [10081] = 9967, + [10082] = 9772, + [10083] = 9595, + [10084] = 9583, + [10085] = 9772, + [10086] = 9967, + [10087] = 9772, + [10088] = 9595, + [10089] = 9709, + [10090] = 9967, + [10091] = 9772, + [10092] = 9595, + [10093] = 9709, + [10094] = 9967, + [10095] = 9772, + [10096] = 9595, + [10097] = 9709, + [10098] = 9967, + [10099] = 9772, + [10100] = 9595, + [10101] = 9709, + [10102] = 9967, + [10103] = 9772, + [10104] = 9595, + [10105] = 9709, + [10106] = 9967, + [10107] = 9595, + [10108] = 9709, + [10109] = 9967, + [10110] = 9595, + [10111] = 10111, + [10112] = 9709, + [10113] = 9465, + [10114] = 9967, + [10115] = 9595, + [10116] = 9709, + [10117] = 9466, + [10118] = 9967, + [10119] = 9481, + [10120] = 9595, + [10121] = 9709, + [10122] = 9583, + [10123] = 9499, + [10124] = 9583, + [10125] = 9499, + [10126] = 9583, + [10127] = 9499, + [10128] = 9583, + [10129] = 9499, + [10130] = 9967, + [10131] = 9595, + [10132] = 9576, + [10133] = 9709, + [10134] = 9967, + [10135] = 9595, + [10136] = 9709, + [10137] = 9659, + [10138] = 9473, + [10139] = 9772, + [10140] = 9576, + [10141] = 9515, + [10142] = 9513, + [10143] = 9576, + [10144] = 9576, + [10145] = 9512, + [10146] = 9709, + [10147] = 10147, }; static inline bool sym__alpha_identifier_character_set_1(int32_t c) { @@ -22935,541 +22929,545 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { END_STATE(); case 17: ACCEPT_TOKEN(aux_sym_unsigned_literal_token1); + if (lookahead == 'L') ADVANCE(50); END_STATE(); case 18: ACCEPT_TOKEN(anon_sym_as); END_STATE(); case 19: - if (lookahead == 'e') ADVANCE(50); + if (lookahead == 'e') ADVANCE(51); END_STATE(); case 20: ACCEPT_TOKEN(anon_sym_by); END_STATE(); case 21: - if (lookahead == 't') ADVANCE(51); + if (lookahead == 't') ADVANCE(52); END_STATE(); case 22: - if (lookahead == 'a') ADVANCE(52); + if (lookahead == 'a') ADVANCE(53); END_STATE(); case 23: - if (lookahead == 'm') ADVANCE(53); - if (lookahead == 'n') ADVANCE(54); + if (lookahead == 'm') ADVANCE(54); + if (lookahead == 'n') ADVANCE(55); END_STATE(); case 24: - if (lookahead == 'l') ADVANCE(55); + if (lookahead == 'l') ADVANCE(56); END_STATE(); case 25: ACCEPT_TOKEN(anon_sym_do); END_STATE(); case 26: - if (lookahead == 'n') ADVANCE(56); + if (lookahead == 'n') ADVANCE(57); END_STATE(); case 27: - if (lookahead == 's') ADVANCE(57); + if (lookahead == 's') ADVANCE(58); END_STATE(); case 28: - if (lookahead == 'u') ADVANCE(58); + if (lookahead == 'u') ADVANCE(59); END_STATE(); case 29: - if (lookahead == 'l') ADVANCE(59); + if (lookahead == 'l') ADVANCE(60); END_STATE(); case 30: - if (lookahead == 'e') ADVANCE(60); - if (lookahead == 'l') ADVANCE(61); - if (lookahead == 'n') ADVANCE(62); + if (lookahead == 'e') ADVANCE(61); + if (lookahead == 'l') ADVANCE(62); + if (lookahead == 'n') ADVANCE(63); END_STATE(); case 31: - if (lookahead == 'r') ADVANCE(63); + if (lookahead == 'r') ADVANCE(64); END_STATE(); case 32: - if (lookahead == 'n') ADVANCE(64); + if (lookahead == 'n') ADVANCE(65); END_STATE(); case 33: ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 34: - if (lookahead == 'p') ADVANCE(65); + if (lookahead == 'p') ADVANCE(66); END_STATE(); case 35: ACCEPT_TOKEN(anon_sym_in); - if (lookahead == 'i') ADVANCE(66); - if (lookahead == 't') ADVANCE(67); + if (lookahead == 'i') ADVANCE(67); + if (lookahead == 't') ADVANCE(68); END_STATE(); case 36: ACCEPT_TOKEN(anon_sym_is); END_STATE(); case 37: - if (lookahead == 'l') ADVANCE(68); + if (lookahead == 'l') ADVANCE(69); END_STATE(); case 38: - if (lookahead == 'j') ADVANCE(69); + if (lookahead == 'j') ADVANCE(70); END_STATE(); case 39: - if (lookahead == 't') ADVANCE(70); + if (lookahead == 't') ADVANCE(71); END_STATE(); case 40: - if (lookahead == 'c') ADVANCE(71); - if (lookahead == 'r') ADVANCE(72); + if (lookahead == 'c') ADVANCE(72); + if (lookahead == 'r') ADVANCE(73); END_STATE(); case 41: - if (lookahead == 'o') ADVANCE(73); + if (lookahead == 'o') ADVANCE(74); END_STATE(); case 42: - if (lookahead == 'c') ADVANCE(74); - if (lookahead == 'i') ADVANCE(75); - if (lookahead == 't') ADVANCE(76); + if (lookahead == 'c') ADVANCE(75); + if (lookahead == 'i') ADVANCE(76); + if (lookahead == 't') ADVANCE(77); END_STATE(); case 43: - if (lookahead == 't') ADVANCE(77); + if (lookahead == 't') ADVANCE(78); END_STATE(); case 44: - if (lookahead == 'p') ADVANCE(78); + if (lookahead == 'p') ADVANCE(79); END_STATE(); case 45: - if (lookahead == 'i') ADVANCE(79); - if (lookahead == 'r') ADVANCE(80); + if (lookahead == 'i') ADVANCE(80); + if (lookahead == 'r') ADVANCE(81); END_STATE(); case 46: - if (lookahead == 'u') ADVANCE(81); - if (lookahead == 'y') ADVANCE(82); + if (lookahead == 'u') ADVANCE(82); + if (lookahead == 'y') ADVANCE(83); END_STATE(); case 47: - if (lookahead == 'p') ADVANCE(83); + if (lookahead == 'p') ADVANCE(84); END_STATE(); case 48: - if (lookahead == 'l') ADVANCE(84); - if (lookahead == 'r') ADVANCE(85); + if (lookahead == 'l') ADVANCE(85); + if (lookahead == 'r') ADVANCE(86); END_STATE(); case 49: - if (lookahead == 'e') ADVANCE(86); - if (lookahead == 'i') ADVANCE(87); + if (lookahead == 'e') ADVANCE(87); + if (lookahead == 'i') ADVANCE(88); END_STATE(); case 50: - if (lookahead == 'a') ADVANCE(88); + ACCEPT_TOKEN(aux_sym_unsigned_literal_token1); END_STATE(); case 51: - if (lookahead == 'c') ADVANCE(89); + if (lookahead == 'a') ADVANCE(89); END_STATE(); case 52: - if (lookahead == 's') ADVANCE(90); + if (lookahead == 'c') ADVANCE(90); END_STATE(); case 53: - if (lookahead == 'p') ADVANCE(91); + if (lookahead == 's') ADVANCE(91); END_STATE(); case 54: - if (lookahead == 's') ADVANCE(92); - if (lookahead == 't') ADVANCE(93); + if (lookahead == 'p') ADVANCE(92); END_STATE(); case 55: - if (lookahead == 'e') ADVANCE(94); + if (lookahead == 's') ADVANCE(93); + if (lookahead == 't') ADVANCE(94); END_STATE(); case 56: - if (lookahead == 'a') ADVANCE(95); + if (lookahead == 'e') ADVANCE(95); END_STATE(); case 57: - if (lookahead == 'e') ADVANCE(96); + if (lookahead == 'a') ADVANCE(96); END_STATE(); case 58: - if (lookahead == 'm') ADVANCE(97); + if (lookahead == 'e') ADVANCE(97); END_STATE(); case 59: - if (lookahead == 's') ADVANCE(98); + if (lookahead == 'm') ADVANCE(98); END_STATE(); case 60: - if (lookahead == 'l') ADVANCE(99); + if (lookahead == 's') ADVANCE(99); END_STATE(); case 61: - if (lookahead == 'e') ADVANCE(100); + if (lookahead == 'l') ADVANCE(100); END_STATE(); case 62: - if (lookahead == 'a') ADVANCE(101); + if (lookahead == 'e') ADVANCE(101); END_STATE(); case 63: - ACCEPT_TOKEN(anon_sym_for); + if (lookahead == 'a') ADVANCE(102); END_STATE(); case 64: - ACCEPT_TOKEN(anon_sym_fun); + ACCEPT_TOKEN(anon_sym_for); END_STATE(); case 65: - if (lookahead == 'o') ADVANCE(102); + ACCEPT_TOKEN(anon_sym_fun); END_STATE(); case 66: - if (lookahead == 't') ADVANCE(103); + if (lookahead == 'o') ADVANCE(103); END_STATE(); case 67: - if (lookahead == 'e') ADVANCE(104); + if (lookahead == 't') ADVANCE(104); END_STATE(); case 68: - if (lookahead == 'l') ADVANCE(105); + if (lookahead == 'e') ADVANCE(105); END_STATE(); case 69: - if (lookahead == 'e') ADVANCE(106); + if (lookahead == 'l') ADVANCE(106); END_STATE(); case 70: - ACCEPT_TOKEN(anon_sym_out); + if (lookahead == 'e') ADVANCE(107); END_STATE(); case 71: - if (lookahead == 'k') ADVANCE(107); + ACCEPT_TOKEN(anon_sym_out); END_STATE(); case 72: - if (lookahead == 'a') ADVANCE(108); + if (lookahead == 'k') ADVANCE(108); END_STATE(); case 73: - if (lookahead == 'p') ADVANCE(109); + if (lookahead == 'a') ADVANCE(109); END_STATE(); case 74: - if (lookahead == 'e') ADVANCE(110); + if (lookahead == 'p') ADVANCE(110); END_STATE(); case 75: - if (lookahead == 'f') ADVANCE(111); + if (lookahead == 'e') ADVANCE(111); END_STATE(); case 76: - if (lookahead == 'u') ADVANCE(112); + if (lookahead == 'f') ADVANCE(112); END_STATE(); case 77: - if (lookahead == 'p') ADVANCE(113); + if (lookahead == 'u') ADVANCE(113); END_STATE(); case 78: - if (lookahead == 'e') ADVANCE(114); + if (lookahead == 'p') ADVANCE(114); END_STATE(); case 79: - if (lookahead == 's') ADVANCE(115); + if (lookahead == 'e') ADVANCE(115); END_STATE(); case 80: - if (lookahead == 'o') ADVANCE(116); + if (lookahead == 's') ADVANCE(116); END_STATE(); case 81: - if (lookahead == 'e') ADVANCE(117); + if (lookahead == 'o') ADVANCE(117); END_STATE(); case 82: - ACCEPT_TOKEN(anon_sym_try); + if (lookahead == 'e') ADVANCE(118); END_STATE(); case 83: - if (lookahead == 'e') ADVANCE(118); + ACCEPT_TOKEN(anon_sym_try); END_STATE(); case 84: - ACCEPT_TOKEN(anon_sym_val); + if (lookahead == 'e') ADVANCE(119); END_STATE(); case 85: - ACCEPT_TOKEN(anon_sym_var); + ACCEPT_TOKEN(anon_sym_val); END_STATE(); case 86: - if (lookahead == 'n') ADVANCE(119); - if (lookahead == 'r') ADVANCE(120); + ACCEPT_TOKEN(anon_sym_var); END_STATE(); case 87: - if (lookahead == 'l') ADVANCE(121); + if (lookahead == 'n') ADVANCE(120); + if (lookahead == 'r') ADVANCE(121); END_STATE(); case 88: - if (lookahead == 'k') ADVANCE(122); + if (lookahead == 'l') ADVANCE(122); END_STATE(); case 89: - if (lookahead == 'h') ADVANCE(123); + if (lookahead == 'k') ADVANCE(123); END_STATE(); case 90: - if (lookahead == 's') ADVANCE(124); + if (lookahead == 'h') ADVANCE(124); END_STATE(); case 91: - if (lookahead == 'a') ADVANCE(125); + if (lookahead == 's') ADVANCE(125); END_STATE(); case 92: - if (lookahead == 't') ADVANCE(126); + if (lookahead == 'a') ADVANCE(126); END_STATE(); case 93: - if (lookahead == 'i') ADVANCE(127); + if (lookahead == 't') ADVANCE(127); END_STATE(); case 94: - if (lookahead == 'g') ADVANCE(128); + if (lookahead == 'i') ADVANCE(128); END_STATE(); case 95: - if (lookahead == 'm') ADVANCE(129); + if (lookahead == 'g') ADVANCE(129); END_STATE(); case 96: - ACCEPT_TOKEN(anon_sym_else); + if (lookahead == 'm') ADVANCE(130); END_STATE(); case 97: - ACCEPT_TOKEN(anon_sym_enum); + ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 98: - if (lookahead == 'e') ADVANCE(130); + ACCEPT_TOKEN(anon_sym_enum); END_STATE(); case 99: - if (lookahead == 'd') ADVANCE(131); + if (lookahead == 'e') ADVANCE(131); END_STATE(); case 100: - ACCEPT_TOKEN(anon_sym_file); + if (lookahead == 'd') ADVANCE(132); END_STATE(); case 101: - if (lookahead == 'l') ADVANCE(132); + ACCEPT_TOKEN(anon_sym_file); END_STATE(); case 102: - if (lookahead == 'r') ADVANCE(133); + if (lookahead == 'l') ADVANCE(133); END_STATE(); case 103: - ACCEPT_TOKEN(anon_sym_init); + if (lookahead == 'r') ADVANCE(134); END_STATE(); case 104: - if (lookahead == 'r') ADVANCE(134); + ACCEPT_TOKEN(anon_sym_init); END_STATE(); case 105: - ACCEPT_TOKEN(anon_sym_null); + if (lookahead == 'r') ADVANCE(135); END_STATE(); case 106: - if (lookahead == 'c') ADVANCE(135); + ACCEPT_TOKEN(anon_sym_null); END_STATE(); case 107: - if (lookahead == 'a') ADVANCE(136); + if (lookahead == 'c') ADVANCE(136); END_STATE(); case 108: - if (lookahead == 'm') ADVANCE(137); + if (lookahead == 'a') ADVANCE(137); END_STATE(); case 109: - if (lookahead == 'e') ADVANCE(138); + if (lookahead == 'm') ADVANCE(138); END_STATE(); case 110: - if (lookahead == 'i') ADVANCE(139); + if (lookahead == 'e') ADVANCE(139); END_STATE(); case 111: if (lookahead == 'i') ADVANCE(140); END_STATE(); case 112: - if (lookahead == 'r') ADVANCE(141); + if (lookahead == 'i') ADVANCE(141); END_STATE(); case 113: - if (lookahead == 'a') ADVANCE(142); + if (lookahead == 'r') ADVANCE(142); END_STATE(); case 114: - if (lookahead == 'r') ADVANCE(143); + if (lookahead == 'a') ADVANCE(143); END_STATE(); case 115: - ACCEPT_TOKEN(anon_sym_this); + if (lookahead == 'r') ADVANCE(144); END_STATE(); case 116: - if (lookahead == 'w') ADVANCE(144); + ACCEPT_TOKEN(anon_sym_this); END_STATE(); case 117: - ACCEPT_TOKEN(anon_sym_true); + if (lookahead == 'w') ADVANCE(145); END_STATE(); case 118: - if (lookahead == 'a') ADVANCE(145); + ACCEPT_TOKEN(anon_sym_true); END_STATE(); case 119: - ACCEPT_TOKEN(anon_sym_when); + if (lookahead == 'a') ADVANCE(146); END_STATE(); case 120: - if (lookahead == 'e') ADVANCE(146); + ACCEPT_TOKEN(anon_sym_when); END_STATE(); case 121: if (lookahead == 'e') ADVANCE(147); END_STATE(); case 122: - ACCEPT_TOKEN(anon_sym_break); + if (lookahead == 'e') ADVANCE(148); END_STATE(); case 123: - ACCEPT_TOKEN(anon_sym_catch); + ACCEPT_TOKEN(anon_sym_break); END_STATE(); case 124: - ACCEPT_TOKEN(anon_sym_class); + ACCEPT_TOKEN(anon_sym_catch); END_STATE(); case 125: - if (lookahead == 'n') ADVANCE(148); + ACCEPT_TOKEN(anon_sym_class); END_STATE(); case 126: - if (lookahead == 'r') ADVANCE(149); + if (lookahead == 'n') ADVANCE(149); END_STATE(); case 127: - if (lookahead == 'n') ADVANCE(150); + if (lookahead == 'r') ADVANCE(150); END_STATE(); case 128: - if (lookahead == 'a') ADVANCE(151); + if (lookahead == 'n') ADVANCE(151); END_STATE(); case 129: - if (lookahead == 'i') ADVANCE(152); + if (lookahead == 'a') ADVANCE(152); END_STATE(); case 130: - ACCEPT_TOKEN(anon_sym_false); + if (lookahead == 'i') ADVANCE(153); END_STATE(); case 131: - ACCEPT_TOKEN(anon_sym_field); + ACCEPT_TOKEN(anon_sym_false); END_STATE(); case 132: - if (lookahead == 'l') ADVANCE(153); + ACCEPT_TOKEN(anon_sym_field); END_STATE(); case 133: - if (lookahead == 't') ADVANCE(154); + if (lookahead == 'l') ADVANCE(154); END_STATE(); case 134: - if (lookahead == 'f') ADVANCE(155); + if (lookahead == 't') ADVANCE(155); END_STATE(); case 135: - if (lookahead == 't') ADVANCE(156); + if (lookahead == 'f') ADVANCE(156); END_STATE(); case 136: - if (lookahead == 'g') ADVANCE(157); + if (lookahead == 't') ADVANCE(157); END_STATE(); case 137: - ACCEPT_TOKEN(anon_sym_param); + if (lookahead == 'g') ADVANCE(158); END_STATE(); case 138: - if (lookahead == 'r') ADVANCE(158); + ACCEPT_TOKEN(anon_sym_param); END_STATE(); case 139: - if (lookahead == 'v') ADVANCE(159); + if (lookahead == 'r') ADVANCE(159); END_STATE(); case 140: - if (lookahead == 'e') ADVANCE(160); + if (lookahead == 'v') ADVANCE(160); END_STATE(); case 141: - if (lookahead == 'n') ADVANCE(161); + if (lookahead == 'e') ADVANCE(161); END_STATE(); case 142: - if (lookahead == 'r') ADVANCE(162); + if (lookahead == 'n') ADVANCE(162); END_STATE(); case 143: - ACCEPT_TOKEN(anon_sym_super); + if (lookahead == 'r') ADVANCE(163); END_STATE(); case 144: - ACCEPT_TOKEN(anon_sym_throw); + ACCEPT_TOKEN(anon_sym_super); END_STATE(); case 145: - if (lookahead == 'l') ADVANCE(163); + ACCEPT_TOKEN(anon_sym_throw); END_STATE(); case 146: - ACCEPT_TOKEN(anon_sym_where); + if (lookahead == 'l') ADVANCE(164); END_STATE(); case 147: - ACCEPT_TOKEN(anon_sym_while); + ACCEPT_TOKEN(anon_sym_where); END_STATE(); case 148: - if (lookahead == 'i') ADVANCE(164); + ACCEPT_TOKEN(anon_sym_while); END_STATE(); case 149: - if (lookahead == 'u') ADVANCE(165); + if (lookahead == 'i') ADVANCE(165); END_STATE(); case 150: if (lookahead == 'u') ADVANCE(166); END_STATE(); case 151: - if (lookahead == 't') ADVANCE(167); + if (lookahead == 'u') ADVANCE(167); END_STATE(); case 152: - if (lookahead == 'c') ADVANCE(168); + if (lookahead == 't') ADVANCE(168); END_STATE(); case 153: - if (lookahead == 'y') ADVANCE(169); + if (lookahead == 'c') ADVANCE(169); END_STATE(); case 154: - ACCEPT_TOKEN(anon_sym_import); + if (lookahead == 'y') ADVANCE(170); END_STATE(); case 155: - if (lookahead == 'a') ADVANCE(170); + ACCEPT_TOKEN(anon_sym_import); END_STATE(); case 156: - ACCEPT_TOKEN(anon_sym_object); + if (lookahead == 'a') ADVANCE(171); END_STATE(); case 157: - if (lookahead == 'e') ADVANCE(171); + ACCEPT_TOKEN(anon_sym_object); END_STATE(); case 158: - if (lookahead == 't') ADVANCE(172); + if (lookahead == 'e') ADVANCE(172); END_STATE(); case 159: - if (lookahead == 'e') ADVANCE(173); + if (lookahead == 't') ADVANCE(173); END_STATE(); case 160: - if (lookahead == 'd') ADVANCE(174); + if (lookahead == 'e') ADVANCE(174); END_STATE(); case 161: - ACCEPT_TOKEN(anon_sym_return); + if (lookahead == 'd') ADVANCE(175); END_STATE(); case 162: - if (lookahead == 'a') ADVANCE(175); + ACCEPT_TOKEN(anon_sym_return); END_STATE(); case 163: - if (lookahead == 'i') ADVANCE(176); + if (lookahead == 'a') ADVANCE(176); END_STATE(); case 164: - if (lookahead == 'o') ADVANCE(177); + if (lookahead == 'i') ADVANCE(177); END_STATE(); case 165: - if (lookahead == 'c') ADVANCE(178); + if (lookahead == 'o') ADVANCE(178); END_STATE(); case 166: - if (lookahead == 'e') ADVANCE(179); + if (lookahead == 'c') ADVANCE(179); END_STATE(); case 167: if (lookahead == 'e') ADVANCE(180); END_STATE(); case 168: - ACCEPT_TOKEN(anon_sym_dynamic); + if (lookahead == 'e') ADVANCE(181); END_STATE(); case 169: - ACCEPT_TOKEN(anon_sym_finally); + ACCEPT_TOKEN(anon_sym_dynamic); END_STATE(); case 170: - if (lookahead == 'c') ADVANCE(181); + ACCEPT_TOKEN(anon_sym_finally); END_STATE(); case 171: - ACCEPT_TOKEN(anon_sym_package); + if (lookahead == 'c') ADVANCE(182); END_STATE(); case 172: - if (lookahead == 'y') ADVANCE(182); + ACCEPT_TOKEN(anon_sym_package); END_STATE(); case 173: - if (lookahead == 'r') ADVANCE(183); + if (lookahead == 'y') ADVANCE(183); END_STATE(); case 174: - ACCEPT_TOKEN(sym_reification_modifier); + if (lookahead == 'r') ADVANCE(184); END_STATE(); case 175: - if (lookahead == 'm') ADVANCE(184); + ACCEPT_TOKEN(sym_reification_modifier); END_STATE(); case 176: - if (lookahead == 'a') ADVANCE(185); + if (lookahead == 'm') ADVANCE(185); END_STATE(); case 177: - if (lookahead == 'n') ADVANCE(186); + if (lookahead == 'a') ADVANCE(186); END_STATE(); case 178: - if (lookahead == 't') ADVANCE(187); + if (lookahead == 'n') ADVANCE(187); END_STATE(); case 179: - ACCEPT_TOKEN(anon_sym_continue); + if (lookahead == 't') ADVANCE(188); END_STATE(); case 180: - ACCEPT_TOKEN(anon_sym_delegate); + ACCEPT_TOKEN(anon_sym_continue); END_STATE(); case 181: - if (lookahead == 'e') ADVANCE(188); + ACCEPT_TOKEN(anon_sym_delegate); END_STATE(); case 182: - ACCEPT_TOKEN(anon_sym_property); + if (lookahead == 'e') ADVANCE(189); END_STATE(); case 183: - ACCEPT_TOKEN(anon_sym_receiver); + ACCEPT_TOKEN(anon_sym_property); END_STATE(); case 184: - ACCEPT_TOKEN(anon_sym_setparam); + ACCEPT_TOKEN(anon_sym_receiver); END_STATE(); case 185: - if (lookahead == 's') ADVANCE(189); + ACCEPT_TOKEN(anon_sym_setparam); END_STATE(); case 186: - ACCEPT_TOKEN(anon_sym_companion); + if (lookahead == 's') ADVANCE(190); END_STATE(); case 187: - if (lookahead == 'o') ADVANCE(190); + ACCEPT_TOKEN(anon_sym_companion); END_STATE(); case 188: - ACCEPT_TOKEN(anon_sym_interface); + if (lookahead == 'o') ADVANCE(191); END_STATE(); case 189: - ACCEPT_TOKEN(anon_sym_typealias); + ACCEPT_TOKEN(anon_sym_interface); END_STATE(); case 190: - if (lookahead == 'r') ADVANCE(191); + ACCEPT_TOKEN(anon_sym_typealias); END_STATE(); case 191: + if (lookahead == 'r') ADVANCE(192); + END_STATE(); + case 192: ACCEPT_TOKEN(anon_sym_constructor); END_STATE(); default: @@ -23496,12 +23494,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [15] = {.lex_state = 1, .external_lex_state = 4}, [16] = {.lex_state = 1, .external_lex_state = 4}, [17] = {.lex_state = 1, .external_lex_state = 3}, - [18] = {.lex_state = 1, .external_lex_state = 3}, - [19] = {.lex_state = 1, .external_lex_state = 4}, - [20] = {.lex_state = 1, .external_lex_state = 4}, - [21] = {.lex_state = 1, .external_lex_state = 4}, - [22] = {.lex_state = 1, .external_lex_state = 3}, - [23] = {.lex_state = 1, .external_lex_state = 3}, + [18] = {.lex_state = 1, .external_lex_state = 4}, + [19] = {.lex_state = 1, .external_lex_state = 3}, + [20] = {.lex_state = 1, .external_lex_state = 3}, + [21] = {.lex_state = 1, .external_lex_state = 3}, + [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}, [26] = {.lex_state = 1, .external_lex_state = 4}, @@ -23518,18 +23516,18 @@ 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 = 4}, + [40] = {.lex_state = 1, .external_lex_state = 3}, [41] = {.lex_state = 1, .external_lex_state = 4}, [42] = {.lex_state = 1, .external_lex_state = 4}, [43] = {.lex_state = 1, .external_lex_state = 4}, - [44] = {.lex_state = 1, .external_lex_state = 3}, - [45] = {.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 = 3}, - [47] = {.lex_state = 1, .external_lex_state = 3}, - [48] = {.lex_state = 1, .external_lex_state = 4}, + [47] = {.lex_state = 1, .external_lex_state = 4}, + [48] = {.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}, + [51] = {.lex_state = 1, .external_lex_state = 3}, [52] = {.lex_state = 318, .external_lex_state = 2}, [53] = {.lex_state = 318, .external_lex_state = 2}, [54] = {.lex_state = 318, .external_lex_state = 2}, @@ -23573,10 +23571,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [92] = {.lex_state = 318, .external_lex_state = 2}, [93] = {.lex_state = 318, .external_lex_state = 2}, [94] = {.lex_state = 318, .external_lex_state = 2}, - [95] = {.lex_state = 318, .external_lex_state = 2}, + [95] = {.lex_state = 318, .external_lex_state = 5}, [96] = {.lex_state = 318, .external_lex_state = 2}, [97] = {.lex_state = 318, .external_lex_state = 2}, - [98] = {.lex_state = 318, .external_lex_state = 2}, + [98] = {.lex_state = 318, .external_lex_state = 5}, [99] = {.lex_state = 318, .external_lex_state = 2}, [100] = {.lex_state = 318, .external_lex_state = 2}, [101] = {.lex_state = 318, .external_lex_state = 2}, @@ -23584,10 +23582,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [103] = {.lex_state = 318, .external_lex_state = 2}, [104] = {.lex_state = 318, .external_lex_state = 2}, [105] = {.lex_state = 318, .external_lex_state = 2}, - [106] = {.lex_state = 318, .external_lex_state = 5}, + [106] = {.lex_state = 318, .external_lex_state = 2}, [107] = {.lex_state = 318, .external_lex_state = 2}, [108] = {.lex_state = 318, .external_lex_state = 2}, - [109] = {.lex_state = 318, .external_lex_state = 5}, + [109] = {.lex_state = 318, .external_lex_state = 2}, [110] = {.lex_state = 318, .external_lex_state = 2}, [111] = {.lex_state = 318, .external_lex_state = 2}, [112] = {.lex_state = 318, .external_lex_state = 2}, @@ -23703,7 +23701,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [222] = {.lex_state = 318, .external_lex_state = 2}, [223] = {.lex_state = 318, .external_lex_state = 2}, [224] = {.lex_state = 318, .external_lex_state = 2}, - [225] = {.lex_state = 1, .external_lex_state = 3}, + [225] = {.lex_state = 318, .external_lex_state = 2}, [226] = {.lex_state = 318, .external_lex_state = 2}, [227] = {.lex_state = 318, .external_lex_state = 2}, [228] = {.lex_state = 318, .external_lex_state = 2}, @@ -23723,7 +23721,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [242] = {.lex_state = 318, .external_lex_state = 2}, [243] = {.lex_state = 318, .external_lex_state = 2}, [244] = {.lex_state = 318, .external_lex_state = 2}, - [245] = {.lex_state = 318, .external_lex_state = 2}, + [245] = {.lex_state = 1, .external_lex_state = 3}, [246] = {.lex_state = 318, .external_lex_state = 2}, [247] = {.lex_state = 318, .external_lex_state = 2}, [248] = {.lex_state = 318, .external_lex_state = 2}, @@ -23781,10 +23779,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [300] = {.lex_state = 1, .external_lex_state = 4}, [301] = {.lex_state = 1, .external_lex_state = 4}, [302] = {.lex_state = 2, .external_lex_state = 4}, - [303] = {.lex_state = 2, .external_lex_state = 4}, + [303] = {.lex_state = 1, .external_lex_state = 4}, [304] = {.lex_state = 1, .external_lex_state = 4}, [305] = {.lex_state = 1, .external_lex_state = 4}, - [306] = {.lex_state = 1, .external_lex_state = 4}, + [306] = {.lex_state = 2, .external_lex_state = 4}, [307] = {.lex_state = 1, .external_lex_state = 4}, [308] = {.lex_state = 1, .external_lex_state = 4}, [309] = {.lex_state = 1, .external_lex_state = 4}, @@ -23840,7 +23838,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [359] = {.lex_state = 1, .external_lex_state = 4}, [360] = {.lex_state = 1, .external_lex_state = 4}, [361] = {.lex_state = 1, .external_lex_state = 4}, - [362] = {.lex_state = 2, .external_lex_state = 4}, + [362] = {.lex_state = 1, .external_lex_state = 4}, [363] = {.lex_state = 1, .external_lex_state = 4}, [364] = {.lex_state = 1, .external_lex_state = 4}, [365] = {.lex_state = 1, .external_lex_state = 4}, @@ -23849,15 +23847,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [368] = {.lex_state = 1, .external_lex_state = 4}, [369] = {.lex_state = 1, .external_lex_state = 4}, [370] = {.lex_state = 1, .external_lex_state = 4}, - [371] = {.lex_state = 2, .external_lex_state = 4}, + [371] = {.lex_state = 1, .external_lex_state = 4}, [372] = {.lex_state = 1, .external_lex_state = 4}, [373] = {.lex_state = 1, .external_lex_state = 4}, [374] = {.lex_state = 1, .external_lex_state = 4}, [375] = {.lex_state = 1, .external_lex_state = 4}, - [376] = {.lex_state = 1, .external_lex_state = 4}, + [376] = {.lex_state = 2, .external_lex_state = 4}, [377] = {.lex_state = 1, .external_lex_state = 4}, [378] = {.lex_state = 1, .external_lex_state = 4}, - [379] = {.lex_state = 1, .external_lex_state = 4}, + [379] = {.lex_state = 2, .external_lex_state = 4}, [380] = {.lex_state = 1, .external_lex_state = 4}, [381] = {.lex_state = 1, .external_lex_state = 4}, [382] = {.lex_state = 1, .external_lex_state = 4}, @@ -24154,69 +24152,69 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [673] = {.lex_state = 1, .external_lex_state = 4}, [674] = {.lex_state = 1, .external_lex_state = 4}, [675] = {.lex_state = 13, .external_lex_state = 7}, - [676] = {.lex_state = 13, .external_lex_state = 7}, + [676] = {.lex_state = 12, .external_lex_state = 2}, [677] = {.lex_state = 13, .external_lex_state = 7}, - [678] = {.lex_state = 12, .external_lex_state = 2}, - [679] = {.lex_state = 12, .external_lex_state = 2}, + [678] = {.lex_state = 13, .external_lex_state = 7}, + [679] = {.lex_state = 13, .external_lex_state = 7}, [680] = {.lex_state = 12, .external_lex_state = 2}, [681] = {.lex_state = 12, .external_lex_state = 2}, - [682] = {.lex_state = 13, .external_lex_state = 7}, - [683] = {.lex_state = 12, .external_lex_state = 2}, + [682] = {.lex_state = 12, .external_lex_state = 2}, + [683] = {.lex_state = 13, .external_lex_state = 7}, [684] = {.lex_state = 13, .external_lex_state = 7}, [685] = {.lex_state = 12, .external_lex_state = 2}, - [686] = {.lex_state = 13, .external_lex_state = 7}, + [686] = {.lex_state = 12, .external_lex_state = 2}, [687] = {.lex_state = 12, .external_lex_state = 2}, - [688] = {.lex_state = 13, .external_lex_state = 7}, + [688] = {.lex_state = 12, .external_lex_state = 2}, [689] = {.lex_state = 12, .external_lex_state = 2}, - [690] = {.lex_state = 12, .external_lex_state = 2}, - [691] = {.lex_state = 13, .external_lex_state = 7}, + [690] = {.lex_state = 13, .external_lex_state = 7}, + [691] = {.lex_state = 12, .external_lex_state = 2}, [692] = {.lex_state = 12, .external_lex_state = 2}, [693] = {.lex_state = 12, .external_lex_state = 2}, [694] = {.lex_state = 12, .external_lex_state = 2}, [695] = {.lex_state = 12, .external_lex_state = 2}, [696] = {.lex_state = 12, .external_lex_state = 2}, [697] = {.lex_state = 12, .external_lex_state = 2}, - [698] = {.lex_state = 12, .external_lex_state = 2}, - [699] = {.lex_state = 12, .external_lex_state = 2}, - [700] = {.lex_state = 12, .external_lex_state = 2}, + [698] = {.lex_state = 13, .external_lex_state = 7}, + [699] = {.lex_state = 13, .external_lex_state = 7}, + [700] = {.lex_state = 13, .external_lex_state = 7}, [701] = {.lex_state = 12, .external_lex_state = 2}, - [702] = {.lex_state = 12, .external_lex_state = 2}, + [702] = {.lex_state = 13, .external_lex_state = 7}, [703] = {.lex_state = 12, .external_lex_state = 2}, [704] = {.lex_state = 13, .external_lex_state = 7}, [705] = {.lex_state = 12, .external_lex_state = 2}, - [706] = {.lex_state = 13, .external_lex_state = 7}, - [707] = {.lex_state = 13, .external_lex_state = 7}, - [708] = {.lex_state = 13, .external_lex_state = 7}, + [706] = {.lex_state = 12, .external_lex_state = 2}, + [707] = {.lex_state = 12, .external_lex_state = 2}, + [708] = {.lex_state = 12, .external_lex_state = 2}, [709] = {.lex_state = 12, .external_lex_state = 2}, [710] = {.lex_state = 12, .external_lex_state = 2}, [711] = {.lex_state = 12, .external_lex_state = 2}, - [712] = {.lex_state = 13, .external_lex_state = 6}, + [712] = {.lex_state = 1, .external_lex_state = 4}, [713] = {.lex_state = 1, .external_lex_state = 4}, - [714] = {.lex_state = 13, .external_lex_state = 6}, - [715] = {.lex_state = 13, .external_lex_state = 6}, + [714] = {.lex_state = 1, .external_lex_state = 4}, + [715] = {.lex_state = 1, .external_lex_state = 4}, [716] = {.lex_state = 13, .external_lex_state = 6}, [717] = {.lex_state = 13, .external_lex_state = 6}, - [718] = {.lex_state = 1, .external_lex_state = 4}, - [719] = {.lex_state = 1, .external_lex_state = 4}, - [720] = {.lex_state = 1, .external_lex_state = 4}, + [718] = {.lex_state = 13, .external_lex_state = 6}, + [719] = {.lex_state = 13, .external_lex_state = 6}, + [720] = {.lex_state = 13, .external_lex_state = 6}, [721] = {.lex_state = 13, .external_lex_state = 6}, [722] = {.lex_state = 1, .external_lex_state = 4}, - [723] = {.lex_state = 1, .external_lex_state = 4}, - [724] = {.lex_state = 1, .external_lex_state = 4}, - [725] = {.lex_state = 13, .external_lex_state = 6}, - [726] = {.lex_state = 13, .external_lex_state = 6}, - [727] = {.lex_state = 1, .external_lex_state = 4}, - [728] = {.lex_state = 1, .external_lex_state = 4}, + [723] = {.lex_state = 13, .external_lex_state = 6}, + [724] = {.lex_state = 13, .external_lex_state = 6}, + [725] = {.lex_state = 1, .external_lex_state = 4}, + [726] = {.lex_state = 1, .external_lex_state = 4}, + [727] = {.lex_state = 13, .external_lex_state = 6}, + [728] = {.lex_state = 13, .external_lex_state = 6}, [729] = {.lex_state = 13, .external_lex_state = 6}, [730] = {.lex_state = 1, .external_lex_state = 4}, - [731] = {.lex_state = 1, .external_lex_state = 4}, + [731] = {.lex_state = 13, .external_lex_state = 6}, [732] = {.lex_state = 1, .external_lex_state = 4}, [733] = {.lex_state = 1, .external_lex_state = 4}, - [734] = {.lex_state = 13, .external_lex_state = 6}, - [735] = {.lex_state = 13, .external_lex_state = 6}, + [734] = {.lex_state = 1, .external_lex_state = 4}, + [735] = {.lex_state = 1, .external_lex_state = 4}, [736] = {.lex_state = 1, .external_lex_state = 4}, [737] = {.lex_state = 1, .external_lex_state = 4}, - [738] = {.lex_state = 13, .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}, @@ -24230,61 +24228,61 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [749] = {.lex_state = 1, .external_lex_state = 4}, [750] = {.lex_state = 1, .external_lex_state = 4}, [751] = {.lex_state = 1, .external_lex_state = 4}, - [752] = {.lex_state = 13, .external_lex_state = 7}, - [753] = {.lex_state = 9, .external_lex_state = 2}, + [752] = {.lex_state = 9, .external_lex_state = 2}, + [753] = {.lex_state = 13, .external_lex_state = 7}, [754] = {.lex_state = 9, .external_lex_state = 2}, [755] = {.lex_state = 9, .external_lex_state = 2}, - [756] = {.lex_state = 13, .external_lex_state = 7}, + [756] = {.lex_state = 1, .external_lex_state = 4}, [757] = {.lex_state = 13, .external_lex_state = 7}, - [758] = {.lex_state = 13, .external_lex_state = 7}, - [759] = {.lex_state = 13, .external_lex_state = 7}, - [760] = {.lex_state = 13, .external_lex_state = 7}, - [761] = {.lex_state = 13, .external_lex_state = 7}, + [758] = {.lex_state = 9, .external_lex_state = 2}, + [759] = {.lex_state = 9, .external_lex_state = 2}, + [760] = {.lex_state = 9, .external_lex_state = 2}, + [761] = {.lex_state = 9, .external_lex_state = 2}, [762] = {.lex_state = 9, .external_lex_state = 2}, [763] = {.lex_state = 9, .external_lex_state = 2}, - [764] = {.lex_state = 1, .external_lex_state = 4}, - [765] = {.lex_state = 9, .external_lex_state = 2}, - [766] = {.lex_state = 9, .external_lex_state = 2}, + [764] = {.lex_state = 9, .external_lex_state = 2}, + [765] = {.lex_state = 1, .external_lex_state = 4}, + [766] = {.lex_state = 13, .external_lex_state = 7}, [767] = {.lex_state = 9, .external_lex_state = 2}, - [768] = {.lex_state = 9, .external_lex_state = 2}, + [768] = {.lex_state = 13, .external_lex_state = 7}, [769] = {.lex_state = 9, .external_lex_state = 2}, [770] = {.lex_state = 13, .external_lex_state = 7}, [771] = {.lex_state = 9, .external_lex_state = 2}, - [772] = {.lex_state = 13, .external_lex_state = 7}, - [773] = {.lex_state = 1, .external_lex_state = 4}, + [772] = {.lex_state = 9, .external_lex_state = 2}, + [773] = {.lex_state = 9, .external_lex_state = 2}, [774] = {.lex_state = 1, .external_lex_state = 4}, - [775] = {.lex_state = 13, .external_lex_state = 7}, + [775] = {.lex_state = 9, .external_lex_state = 2}, [776] = {.lex_state = 1, .external_lex_state = 4}, - [777] = {.lex_state = 1, .external_lex_state = 4}, - [778] = {.lex_state = 1, .external_lex_state = 4}, + [777] = {.lex_state = 9, .external_lex_state = 2}, + [778] = {.lex_state = 13, .external_lex_state = 7}, [779] = {.lex_state = 9, .external_lex_state = 2}, - [780] = {.lex_state = 9, .external_lex_state = 2}, - [781] = {.lex_state = 9, .external_lex_state = 2}, + [780] = {.lex_state = 13, .external_lex_state = 7}, + [781] = {.lex_state = 13, .external_lex_state = 7}, [782] = {.lex_state = 9, .external_lex_state = 2}, - [783] = {.lex_state = 13, .external_lex_state = 7}, - [784] = {.lex_state = 9, .external_lex_state = 2}, - [785] = {.lex_state = 1, .external_lex_state = 4}, + [783] = {.lex_state = 1, .external_lex_state = 4}, + [784] = {.lex_state = 1, .external_lex_state = 4}, + [785] = {.lex_state = 13, .external_lex_state = 7}, [786] = {.lex_state = 9, .external_lex_state = 2}, [787] = {.lex_state = 9, .external_lex_state = 2}, - [788] = {.lex_state = 9, .external_lex_state = 2}, - [789] = {.lex_state = 9, .external_lex_state = 2}, + [788] = {.lex_state = 1, .external_lex_state = 4}, + [789] = {.lex_state = 13, .external_lex_state = 7}, [790] = {.lex_state = 9, .external_lex_state = 2}, [791] = {.lex_state = 9, .external_lex_state = 2}, [792] = {.lex_state = 9, .external_lex_state = 2}, [793] = {.lex_state = 9, .external_lex_state = 2}, - [794] = {.lex_state = 9, .external_lex_state = 2}, - [795] = {.lex_state = 9, .external_lex_state = 2}, - [796] = {.lex_state = 9, .external_lex_state = 2}, - [797] = {.lex_state = 13, .external_lex_state = 7}, - [798] = {.lex_state = 1, .external_lex_state = 4}, + [794] = {.lex_state = 1, .external_lex_state = 4}, + [795] = {.lex_state = 13, .external_lex_state = 7}, + [796] = {.lex_state = 13, .external_lex_state = 7}, + [797] = {.lex_state = 9, .external_lex_state = 2}, + [798] = {.lex_state = 9, .external_lex_state = 2}, [799] = {.lex_state = 13, .external_lex_state = 6}, [800] = {.lex_state = 13, .external_lex_state = 6}, - [801] = {.lex_state = 1, .external_lex_state = 4}, + [801] = {.lex_state = 13, .external_lex_state = 6}, [802] = {.lex_state = 13, .external_lex_state = 6}, [803] = {.lex_state = 13, .external_lex_state = 6}, [804] = {.lex_state = 13, .external_lex_state = 6}, [805] = {.lex_state = 13, .external_lex_state = 6}, - [806] = {.lex_state = 13, .external_lex_state = 6}, + [806] = {.lex_state = 1, .external_lex_state = 4}, [807] = {.lex_state = 13, .external_lex_state = 6}, [808] = {.lex_state = 13, .external_lex_state = 6}, [809] = {.lex_state = 13, .external_lex_state = 6}, @@ -24295,9 +24293,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [814] = {.lex_state = 1, .external_lex_state = 4}, [815] = {.lex_state = 1, .external_lex_state = 4}, [816] = {.lex_state = 1, .external_lex_state = 4}, - [817] = {.lex_state = 12, .external_lex_state = 2}, + [817] = {.lex_state = 1, .external_lex_state = 4}, [818] = {.lex_state = 1, .external_lex_state = 4}, - [819] = {.lex_state = 1, .external_lex_state = 4}, + [819] = {.lex_state = 12, .external_lex_state = 2}, [820] = {.lex_state = 1, .external_lex_state = 4}, [821] = {.lex_state = 1, .external_lex_state = 4}, [822] = {.lex_state = 1, .external_lex_state = 4}, @@ -24310,29 +24308,29 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [829] = {.lex_state = 1, .external_lex_state = 4}, [830] = {.lex_state = 1, .external_lex_state = 4}, [831] = {.lex_state = 1, .external_lex_state = 4}, - [832] = {.lex_state = 1, .external_lex_state = 4}, + [832] = {.lex_state = 1, .external_lex_state = 3}, [833] = {.lex_state = 1, .external_lex_state = 4}, - [834] = {.lex_state = 1, .external_lex_state = 3}, + [834] = {.lex_state = 1, .external_lex_state = 4}, [835] = {.lex_state = 1, .external_lex_state = 4}, [836] = {.lex_state = 1, .external_lex_state = 4}, [837] = {.lex_state = 1, .external_lex_state = 4}, [838] = {.lex_state = 1, .external_lex_state = 4}, [839] = {.lex_state = 1, .external_lex_state = 4}, - [840] = {.lex_state = 1, .external_lex_state = 3}, + [840] = {.lex_state = 1, .external_lex_state = 4}, [841] = {.lex_state = 1, .external_lex_state = 4}, - [842] = {.lex_state = 1, .external_lex_state = 3}, + [842] = {.lex_state = 1, .external_lex_state = 4}, [843] = {.lex_state = 1, .external_lex_state = 4}, [844] = {.lex_state = 1, .external_lex_state = 4}, [845] = {.lex_state = 1, .external_lex_state = 4}, [846] = {.lex_state = 1, .external_lex_state = 4}, - [847] = {.lex_state = 1, .external_lex_state = 3}, + [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 = 1, .external_lex_state = 4}, [851] = {.lex_state = 1, .external_lex_state = 4}, - [852] = {.lex_state = 1, .external_lex_state = 4}, - [853] = {.lex_state = 1, .external_lex_state = 4}, - [854] = {.lex_state = 1, .external_lex_state = 4}, + [852] = {.lex_state = 1, .external_lex_state = 3}, + [853] = {.lex_state = 1, .external_lex_state = 3}, + [854] = {.lex_state = 1, .external_lex_state = 3}, [855] = {.lex_state = 1, .external_lex_state = 4}, [856] = {.lex_state = 1, .external_lex_state = 4}, [857] = {.lex_state = 1, .external_lex_state = 4}, @@ -24342,35 +24340,35 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [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 = 1, .external_lex_state = 4}, - [866] = {.lex_state = 1, .external_lex_state = 4}, - [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 = 13, .external_lex_state = 7}, + [864] = {.lex_state = 13, .external_lex_state = 7}, + [865] = {.lex_state = 13, .external_lex_state = 7}, + [866] = {.lex_state = 13, .external_lex_state = 7}, + [867] = {.lex_state = 13, .external_lex_state = 7}, + [868] = {.lex_state = 13, .external_lex_state = 7}, + [869] = {.lex_state = 13, .external_lex_state = 7}, + [870] = {.lex_state = 1, .external_lex_state = 4}, [871] = {.lex_state = 1, .external_lex_state = 4}, - [872] = {.lex_state = 13, .external_lex_state = 7}, - [873] = {.lex_state = 13, .external_lex_state = 7}, - [874] = {.lex_state = 13, .external_lex_state = 7}, - [875] = {.lex_state = 13, .external_lex_state = 7}, - [876] = {.lex_state = 13, .external_lex_state = 7}, + [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}, + [876] = {.lex_state = 1, .external_lex_state = 4}, [877] = {.lex_state = 1, .external_lex_state = 4}, - [878] = {.lex_state = 13, .external_lex_state = 7}, + [878] = {.lex_state = 1, .external_lex_state = 4}, [879] = {.lex_state = 13, .external_lex_state = 7}, - [880] = {.lex_state = 13, .external_lex_state = 7}, - [881] = {.lex_state = 13, .external_lex_state = 7}, - [882] = {.lex_state = 13, .external_lex_state = 7}, - [883] = {.lex_state = 13, .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}, + [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 = 1, .external_lex_state = 4}, - [888] = {.lex_state = 1, .external_lex_state = 4}, - [889] = {.lex_state = 1, .external_lex_state = 4}, + [887] = {.lex_state = 13, .external_lex_state = 7}, + [888] = {.lex_state = 13, .external_lex_state = 7}, + [889] = {.lex_state = 13, .external_lex_state = 7}, [890] = {.lex_state = 1, .external_lex_state = 4}, - [891] = {.lex_state = 1, .external_lex_state = 4}, - [892] = {.lex_state = 1, .external_lex_state = 4}, + [891] = {.lex_state = 13, .external_lex_state = 7}, + [892] = {.lex_state = 13, .external_lex_state = 7}, [893] = {.lex_state = 1, .external_lex_state = 4}, [894] = {.lex_state = 1, .external_lex_state = 4}, [895] = {.lex_state = 1, .external_lex_state = 4}, @@ -24404,94 +24402,94 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [923] = {.lex_state = 1, .external_lex_state = 4}, [924] = {.lex_state = 1, .external_lex_state = 4}, [925] = {.lex_state = 1, .external_lex_state = 4}, - [926] = {.lex_state = 13, .external_lex_state = 6}, + [926] = {.lex_state = 2, .external_lex_state = 4}, [927] = {.lex_state = 1, .external_lex_state = 4}, [928] = {.lex_state = 1, .external_lex_state = 4}, [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}, + [932] = {.lex_state = 13, .external_lex_state = 6}, [933] = {.lex_state = 1, .external_lex_state = 4}, - [934] = {.lex_state = 1, .external_lex_state = 4}, + [934] = {.lex_state = 13, .external_lex_state = 6}, [935] = {.lex_state = 1, .external_lex_state = 4}, [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 = 1, .external_lex_state = 4}, - [941] = {.lex_state = 1, .external_lex_state = 4}, + [939] = {.lex_state = 13, .external_lex_state = 6}, + [940] = {.lex_state = 13, .external_lex_state = 6}, + [941] = {.lex_state = 2, .external_lex_state = 4}, [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 = 2, .external_lex_state = 4}, [947] = {.lex_state = 1, .external_lex_state = 4}, - [948] = {.lex_state = 2, .external_lex_state = 4}, + [948] = {.lex_state = 1, .external_lex_state = 4}, [949] = {.lex_state = 2, .external_lex_state = 4}, [950] = {.lex_state = 2, .external_lex_state = 4}, - [951] = {.lex_state = 2, .external_lex_state = 4}, + [951] = {.lex_state = 1, .external_lex_state = 4}, [952] = {.lex_state = 1, .external_lex_state = 4}, - [953] = {.lex_state = 13, .external_lex_state = 6}, + [953] = {.lex_state = 1, .external_lex_state = 4}, [954] = {.lex_state = 1, .external_lex_state = 4}, [955] = {.lex_state = 1, .external_lex_state = 4}, - [956] = {.lex_state = 1, .external_lex_state = 4}, - [957] = {.lex_state = 2, .external_lex_state = 4}, - [958] = {.lex_state = 2, .external_lex_state = 4}, - [959] = {.lex_state = 13, .external_lex_state = 6}, + [956] = {.lex_state = 2, .external_lex_state = 4}, + [957] = {.lex_state = 13, .external_lex_state = 6}, + [958] = {.lex_state = 13, .external_lex_state = 6}, + [959] = {.lex_state = 1, .external_lex_state = 4}, [960] = {.lex_state = 1, .external_lex_state = 4}, - [961] = {.lex_state = 2, .external_lex_state = 4}, - [962] = {.lex_state = 13, .external_lex_state = 6}, + [961] = {.lex_state = 13, .external_lex_state = 6}, + [962] = {.lex_state = 1, .external_lex_state = 4}, [963] = {.lex_state = 1, .external_lex_state = 4}, - [964] = {.lex_state = 13, .external_lex_state = 6}, + [964] = {.lex_state = 1, .external_lex_state = 4}, [965] = {.lex_state = 13, .external_lex_state = 6}, - [966] = {.lex_state = 1, .external_lex_state = 4}, + [966] = {.lex_state = 2, .external_lex_state = 4}, [967] = {.lex_state = 1, .external_lex_state = 4}, - [968] = {.lex_state = 1, .external_lex_state = 4}, - [969] = {.lex_state = 1, .external_lex_state = 4}, - [970] = {.lex_state = 13, .external_lex_state = 6}, + [968] = {.lex_state = 13, .external_lex_state = 6}, + [969] = {.lex_state = 13, .external_lex_state = 6}, + [970] = {.lex_state = 1, .external_lex_state = 4}, [971] = {.lex_state = 1, .external_lex_state = 4}, - [972] = {.lex_state = 1, .external_lex_state = 4}, + [972] = {.lex_state = 2, .external_lex_state = 4}, [973] = {.lex_state = 1, .external_lex_state = 4}, - [974] = {.lex_state = 1, .external_lex_state = 4}, + [974] = {.lex_state = 13, .external_lex_state = 6}, [975] = {.lex_state = 1, .external_lex_state = 4}, [976] = {.lex_state = 13, .external_lex_state = 6}, - [977] = {.lex_state = 13, .external_lex_state = 6}, + [977] = {.lex_state = 1, .external_lex_state = 4}, [978] = {.lex_state = 1, .external_lex_state = 4}, [979] = {.lex_state = 1, .external_lex_state = 4}, - [980] = {.lex_state = 13, .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 = 3, .external_lex_state = 4}, + [984] = {.lex_state = 1, .external_lex_state = 4}, [985] = {.lex_state = 1, .external_lex_state = 4}, - [986] = {.lex_state = 13, .external_lex_state = 6}, + [986] = {.lex_state = 1, .external_lex_state = 4}, [987] = {.lex_state = 1, .external_lex_state = 4}, [988] = {.lex_state = 1, .external_lex_state = 4}, - [989] = {.lex_state = 13, .external_lex_state = 6}, + [989] = {.lex_state = 1, .external_lex_state = 4}, [990] = {.lex_state = 1, .external_lex_state = 4}, [991] = {.lex_state = 1, .external_lex_state = 4}, [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 = 2, .external_lex_state = 4}, + [995] = {.lex_state = 3, .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 = 1, .external_lex_state = 4}, - [1001] = {.lex_state = 1, .external_lex_state = 4}, - [1002] = {.lex_state = 2, .external_lex_state = 4}, - [1003] = {.lex_state = 2, .external_lex_state = 4}, - [1004] = {.lex_state = 1, .external_lex_state = 4}, + [1000] = {.lex_state = 2, .external_lex_state = 4}, + [1001] = {.lex_state = 2, .external_lex_state = 4}, + [1002] = {.lex_state = 1, .external_lex_state = 4}, + [1003] = {.lex_state = 1, .external_lex_state = 4}, + [1004] = {.lex_state = 2, .external_lex_state = 4}, [1005] = {.lex_state = 2, .external_lex_state = 4}, [1006] = {.lex_state = 2, .external_lex_state = 4}, [1007] = {.lex_state = 2, .external_lex_state = 4}, [1008] = {.lex_state = 2, .external_lex_state = 4}, [1009] = {.lex_state = 2, .external_lex_state = 4}, [1010] = {.lex_state = 2, .external_lex_state = 4}, - [1011] = {.lex_state = 2, .external_lex_state = 4}, - [1012] = {.lex_state = 1, .external_lex_state = 4}, - [1013] = {.lex_state = 2, .external_lex_state = 4}, + [1011] = {.lex_state = 1, .external_lex_state = 4}, + [1012] = {.lex_state = 2, .external_lex_state = 4}, + [1013] = {.lex_state = 1, .external_lex_state = 4}, [1014] = {.lex_state = 1, .external_lex_state = 4}, [1015] = {.lex_state = 1, .external_lex_state = 4}, [1016] = {.lex_state = 1, .external_lex_state = 4}, @@ -24564,18 +24562,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [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 = 13, .external_lex_state = 7}, - [1087] = {.lex_state = 13, .external_lex_state = 7}, - [1088] = {.lex_state = 13, .external_lex_state = 7}, - [1089] = {.lex_state = 13, .external_lex_state = 7}, - [1090] = {.lex_state = 13, .external_lex_state = 7}, + [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}, [1091] = {.lex_state = 13, .external_lex_state = 7}, - [1092] = {.lex_state = 1, .external_lex_state = 4}, - [1093] = {.lex_state = 1, .external_lex_state = 4}, - [1094] = {.lex_state = 1, .external_lex_state = 4}, - [1095] = {.lex_state = 1, .external_lex_state = 4}, + [1092] = {.lex_state = 13, .external_lex_state = 7}, + [1093] = {.lex_state = 13, .external_lex_state = 7}, + [1094] = {.lex_state = 13, .external_lex_state = 7}, + [1095] = {.lex_state = 13, .external_lex_state = 7}, [1096] = {.lex_state = 1, .external_lex_state = 4}, - [1097] = {.lex_state = 1, .external_lex_state = 4}, + [1097] = {.lex_state = 13, .external_lex_state = 7}, [1098] = {.lex_state = 1, .external_lex_state = 4}, [1099] = {.lex_state = 1, .external_lex_state = 4}, [1100] = {.lex_state = 1, .external_lex_state = 4}, @@ -24620,32 +24618,32 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1139] = {.lex_state = 1, .external_lex_state = 4}, [1140] = {.lex_state = 1, .external_lex_state = 4}, [1141] = {.lex_state = 1, .external_lex_state = 4}, - [1142] = {.lex_state = 13, .external_lex_state = 7}, + [1142] = {.lex_state = 1, .external_lex_state = 4}, [1143] = {.lex_state = 1, .external_lex_state = 4}, [1144] = {.lex_state = 1, .external_lex_state = 4}, [1145] = {.lex_state = 1, .external_lex_state = 4}, - [1146] = {.lex_state = 13, .external_lex_state = 7}, + [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 = 1, .external_lex_state = 4}, [1150] = {.lex_state = 1, .external_lex_state = 4}, [1151] = {.lex_state = 1, .external_lex_state = 4}, - [1152] = {.lex_state = 13, .external_lex_state = 7}, + [1152] = {.lex_state = 1, .external_lex_state = 4}, [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 = 13, .external_lex_state = 7}, - [1157] = {.lex_state = 1, .external_lex_state = 4}, + [1156] = {.lex_state = 1, .external_lex_state = 4}, + [1157] = {.lex_state = 13, .external_lex_state = 7}, [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}, + [1159] = {.lex_state = 13, .external_lex_state = 7}, + [1160] = {.lex_state = 13, .external_lex_state = 7}, + [1161] = {.lex_state = 13, .external_lex_state = 7}, [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 = 13, .external_lex_state = 7}, [1165] = {.lex_state = 1, .external_lex_state = 4}, [1166] = {.lex_state = 1, .external_lex_state = 4}, - [1167] = {.lex_state = 1, .external_lex_state = 4}, + [1167] = {.lex_state = 13, .external_lex_state = 7}, [1168] = {.lex_state = 1, .external_lex_state = 4}, [1169] = {.lex_state = 1, .external_lex_state = 4}, [1170] = {.lex_state = 1, .external_lex_state = 4}, @@ -24656,201 +24654,201 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1175] = {.lex_state = 1, .external_lex_state = 4}, [1176] = {.lex_state = 1, .external_lex_state = 4}, [1177] = {.lex_state = 1, .external_lex_state = 4}, - [1178] = {.lex_state = 13, .external_lex_state = 7}, + [1178] = {.lex_state = 1, .external_lex_state = 4}, [1179] = {.lex_state = 1, .external_lex_state = 4}, [1180] = {.lex_state = 1, .external_lex_state = 4}, [1181] = {.lex_state = 1, .external_lex_state = 4}, [1182] = {.lex_state = 1, .external_lex_state = 4}, [1183] = {.lex_state = 1, .external_lex_state = 4}, - [1184] = {.lex_state = 13, .external_lex_state = 7}, + [1184] = {.lex_state = 1, .external_lex_state = 4}, [1185] = {.lex_state = 1, .external_lex_state = 4}, [1186] = {.lex_state = 1, .external_lex_state = 4}, - [1187] = {.lex_state = 1, .external_lex_state = 4}, - [1188] = {.lex_state = 2, .external_lex_state = 4}, + [1187] = {.lex_state = 2, .external_lex_state = 4}, + [1188] = {.lex_state = 13, .external_lex_state = 6}, [1189] = {.lex_state = 2, .external_lex_state = 4}, - [1190] = {.lex_state = 13, .external_lex_state = 7}, + [1190] = {.lex_state = 13, .external_lex_state = 6}, [1191] = {.lex_state = 2, .external_lex_state = 4}, - [1192] = {.lex_state = 2, .external_lex_state = 4}, - [1193] = {.lex_state = 2, .external_lex_state = 4}, - [1194] = {.lex_state = 2, .external_lex_state = 4}, - [1195] = {.lex_state = 2, .external_lex_state = 4}, - [1196] = {.lex_state = 2, .external_lex_state = 4}, + [1192] = {.lex_state = 13, .external_lex_state = 6}, + [1193] = {.lex_state = 13, .external_lex_state = 7}, + [1194] = {.lex_state = 13, .external_lex_state = 7}, + [1195] = {.lex_state = 13, .external_lex_state = 7}, + [1196] = {.lex_state = 13, .external_lex_state = 6}, [1197] = {.lex_state = 2, .external_lex_state = 4}, - [1198] = {.lex_state = 1, .external_lex_state = 4}, - [1199] = {.lex_state = 2, .external_lex_state = 4}, - [1200] = {.lex_state = 2, .external_lex_state = 4}, + [1198] = {.lex_state = 13, .external_lex_state = 6}, + [1199] = {.lex_state = 13, .external_lex_state = 6}, + [1200] = {.lex_state = 13, .external_lex_state = 6}, [1201] = {.lex_state = 2, .external_lex_state = 4}, - [1202] = {.lex_state = 13, .external_lex_state = 6}, - [1203] = {.lex_state = 13, .external_lex_state = 7}, - [1204] = {.lex_state = 13, .external_lex_state = 6}, - [1205] = {.lex_state = 13, .external_lex_state = 6}, + [1202] = {.lex_state = 2, .external_lex_state = 4}, + [1203] = {.lex_state = 13, .external_lex_state = 6}, + [1204] = {.lex_state = 13, .external_lex_state = 7}, + [1205] = {.lex_state = 2, .external_lex_state = 4}, [1206] = {.lex_state = 13, .external_lex_state = 6}, - [1207] = {.lex_state = 1, .external_lex_state = 4}, - [1208] = {.lex_state = 2, .external_lex_state = 4}, - [1209] = {.lex_state = 2, .external_lex_state = 4}, - [1210] = {.lex_state = 2, .external_lex_state = 4}, - [1211] = {.lex_state = 13, .external_lex_state = 7}, - [1212] = {.lex_state = 13, .external_lex_state = 7}, - [1213] = {.lex_state = 13, .external_lex_state = 6}, - [1214] = {.lex_state = 13, .external_lex_state = 7}, + [1207] = {.lex_state = 2, .external_lex_state = 4}, + [1208] = {.lex_state = 13, .external_lex_state = 6}, + [1209] = {.lex_state = 13, .external_lex_state = 6}, + [1210] = {.lex_state = 13, .external_lex_state = 6}, + [1211] = {.lex_state = 13, .external_lex_state = 6}, + [1212] = {.lex_state = 13, .external_lex_state = 6}, + [1213] = {.lex_state = 13, .external_lex_state = 7}, + [1214] = {.lex_state = 13, .external_lex_state = 6}, [1215] = {.lex_state = 13, .external_lex_state = 6}, - [1216] = {.lex_state = 13, .external_lex_state = 6}, + [1216] = {.lex_state = 2, .external_lex_state = 4}, [1217] = {.lex_state = 13, .external_lex_state = 6}, [1218] = {.lex_state = 13, .external_lex_state = 6}, - [1219] = {.lex_state = 13, .external_lex_state = 6}, - [1220] = {.lex_state = 13, .external_lex_state = 6}, + [1219] = {.lex_state = 2, .external_lex_state = 4}, + [1220] = {.lex_state = 2, .external_lex_state = 4}, [1221] = {.lex_state = 13, .external_lex_state = 6}, - [1222] = {.lex_state = 13, .external_lex_state = 6}, + [1222] = {.lex_state = 13, .external_lex_state = 7}, [1223] = {.lex_state = 2, .external_lex_state = 4}, - [1224] = {.lex_state = 13, .external_lex_state = 6}, + [1224] = {.lex_state = 2, .external_lex_state = 4}, [1225] = {.lex_state = 1, .external_lex_state = 3}, - [1226] = {.lex_state = 13, .external_lex_state = 6}, + [1226] = {.lex_state = 1, .external_lex_state = 3}, [1227] = {.lex_state = 1, .external_lex_state = 4}, - [1228] = {.lex_state = 13, .external_lex_state = 7}, - [1229] = {.lex_state = 13, .external_lex_state = 6}, - [1230] = {.lex_state = 2, .external_lex_state = 4}, - [1231] = {.lex_state = 13, .external_lex_state = 6}, + [1228] = {.lex_state = 1, .external_lex_state = 4}, + [1229] = {.lex_state = 2, .external_lex_state = 4}, + [1230] = {.lex_state = 1, .external_lex_state = 4}, + [1231] = {.lex_state = 2, .external_lex_state = 4}, [1232] = {.lex_state = 1, .external_lex_state = 4}, - [1233] = {.lex_state = 13, .external_lex_state = 6}, - [1234] = {.lex_state = 13, .external_lex_state = 6}, + [1233] = {.lex_state = 2, .external_lex_state = 4}, + [1234] = {.lex_state = 2, .external_lex_state = 4}, [1235] = {.lex_state = 1, .external_lex_state = 4}, - [1236] = {.lex_state = 1, .external_lex_state = 3}, + [1236] = {.lex_state = 1, .external_lex_state = 4}, [1237] = {.lex_state = 1, .external_lex_state = 4}, - [1238] = {.lex_state = 9, .external_lex_state = 2}, + [1238] = {.lex_state = 1, .external_lex_state = 4}, [1239] = {.lex_state = 9, .external_lex_state = 2}, [1240] = {.lex_state = 1, .external_lex_state = 4}, - [1241] = {.lex_state = 9, .external_lex_state = 2}, + [1241] = {.lex_state = 13, .external_lex_state = 6}, [1242] = {.lex_state = 9, .external_lex_state = 2}, - [1243] = {.lex_state = 13, .external_lex_state = 6}, - [1244] = {.lex_state = 1, .external_lex_state = 4}, - [1245] = {.lex_state = 9, .external_lex_state = 2}, + [1243] = {.lex_state = 9, .external_lex_state = 2}, + [1244] = {.lex_state = 13, .external_lex_state = 6}, + [1245] = {.lex_state = 1, .external_lex_state = 4}, [1246] = {.lex_state = 9, .external_lex_state = 2}, - [1247] = {.lex_state = 9, .external_lex_state = 2}, + [1247] = {.lex_state = 1, .external_lex_state = 4}, [1248] = {.lex_state = 9, .external_lex_state = 2}, [1249] = {.lex_state = 9, .external_lex_state = 2}, [1250] = {.lex_state = 1, .external_lex_state = 4}, [1251] = {.lex_state = 1, .external_lex_state = 4}, - [1252] = {.lex_state = 1, .external_lex_state = 4}, + [1252] = {.lex_state = 9, .external_lex_state = 2}, [1253] = {.lex_state = 1, .external_lex_state = 4}, [1254] = {.lex_state = 1, .external_lex_state = 4}, - [1255] = {.lex_state = 9, .external_lex_state = 2}, - [1256] = {.lex_state = 1, .external_lex_state = 4}, + [1255] = {.lex_state = 1, .external_lex_state = 4}, + [1256] = {.lex_state = 9, .external_lex_state = 2}, [1257] = {.lex_state = 9, .external_lex_state = 2}, [1258] = {.lex_state = 1, .external_lex_state = 4}, - [1259] = {.lex_state = 1, .external_lex_state = 4}, - [1260] = {.lex_state = 9, .external_lex_state = 2}, + [1259] = {.lex_state = 13, .external_lex_state = 6}, + [1260] = {.lex_state = 1, .external_lex_state = 4}, [1261] = {.lex_state = 13, .external_lex_state = 6}, [1262] = {.lex_state = 9, .external_lex_state = 2}, - [1263] = {.lex_state = 1, .external_lex_state = 4}, + [1263] = {.lex_state = 9, .external_lex_state = 2}, [1264] = {.lex_state = 1, .external_lex_state = 4}, - [1265] = {.lex_state = 1, .external_lex_state = 4}, - [1266] = {.lex_state = 13, .external_lex_state = 6}, + [1265] = {.lex_state = 13, .external_lex_state = 6}, + [1266] = {.lex_state = 9, .external_lex_state = 2}, [1267] = {.lex_state = 1, .external_lex_state = 4}, - [1268] = {.lex_state = 1, .external_lex_state = 4}, - [1269] = {.lex_state = 9, .external_lex_state = 2}, - [1270] = {.lex_state = 9, .external_lex_state = 2}, + [1268] = {.lex_state = 9, .external_lex_state = 2}, + [1269] = {.lex_state = 1, .external_lex_state = 4}, + [1270] = {.lex_state = 1, .external_lex_state = 4}, [1271] = {.lex_state = 13, .external_lex_state = 6}, - [1272] = {.lex_state = 9, .external_lex_state = 2}, - [1273] = {.lex_state = 1, .external_lex_state = 4}, - [1274] = {.lex_state = 1, .external_lex_state = 4}, - [1275] = {.lex_state = 9, .external_lex_state = 2}, - [1276] = {.lex_state = 9, .external_lex_state = 2}, + [1272] = {.lex_state = 1, .external_lex_state = 4}, + [1273] = {.lex_state = 9, .external_lex_state = 2}, + [1274] = {.lex_state = 9, .external_lex_state = 2}, + [1275] = {.lex_state = 1, .external_lex_state = 4}, + [1276] = {.lex_state = 1, .external_lex_state = 4}, [1277] = {.lex_state = 1, .external_lex_state = 4}, [1278] = {.lex_state = 1, .external_lex_state = 4}, [1279] = {.lex_state = 1, .external_lex_state = 4}, - [1280] = {.lex_state = 13, .external_lex_state = 6}, - [1281] = {.lex_state = 1, .external_lex_state = 4}, - [1282] = {.lex_state = 9, .external_lex_state = 2}, - [1283] = {.lex_state = 13, .external_lex_state = 6}, + [1280] = {.lex_state = 9, .external_lex_state = 2}, + [1281] = {.lex_state = 9, .external_lex_state = 2}, + [1282] = {.lex_state = 1, .external_lex_state = 4}, + [1283] = {.lex_state = 9, .external_lex_state = 2}, [1284] = {.lex_state = 1, .external_lex_state = 4}, [1285] = {.lex_state = 9, .external_lex_state = 2}, - [1286] = {.lex_state = 9, .external_lex_state = 2}, - [1287] = {.lex_state = 1, .external_lex_state = 4}, + [1286] = {.lex_state = 1, .external_lex_state = 4}, + [1287] = {.lex_state = 9, .external_lex_state = 2}, [1288] = {.lex_state = 9, .external_lex_state = 2}, - [1289] = {.lex_state = 1, .external_lex_state = 4}, - [1290] = {.lex_state = 1, .external_lex_state = 4}, - [1291] = {.lex_state = 1, .external_lex_state = 4}, - [1292] = {.lex_state = 9, .external_lex_state = 2}, - [1293] = {.lex_state = 9, .external_lex_state = 2}, + [1289] = {.lex_state = 9, .external_lex_state = 2}, + [1290] = {.lex_state = 9, .external_lex_state = 2}, + [1291] = {.lex_state = 9, .external_lex_state = 2}, + [1292] = {.lex_state = 1, .external_lex_state = 4}, + [1293] = {.lex_state = 1, .external_lex_state = 4}, [1294] = {.lex_state = 9, .external_lex_state = 2}, - [1295] = {.lex_state = 1, .external_lex_state = 4}, - [1296] = {.lex_state = 9, .external_lex_state = 2}, + [1295] = {.lex_state = 9, .external_lex_state = 2}, + [1296] = {.lex_state = 1, .external_lex_state = 4}, [1297] = {.lex_state = 9, .external_lex_state = 2}, [1298] = {.lex_state = 9, .external_lex_state = 2}, [1299] = {.lex_state = 9, .external_lex_state = 2}, [1300] = {.lex_state = 1, .external_lex_state = 4}, - [1301] = {.lex_state = 9, .external_lex_state = 2}, + [1301] = {.lex_state = 1, .external_lex_state = 4}, [1302] = {.lex_state = 9, .external_lex_state = 2}, - [1303] = {.lex_state = 13, .external_lex_state = 6}, - [1304] = {.lex_state = 13, .external_lex_state = 6}, - [1305] = {.lex_state = 9, .external_lex_state = 2}, + [1303] = {.lex_state = 1, .external_lex_state = 4}, + [1304] = {.lex_state = 9, .external_lex_state = 2}, + [1305] = {.lex_state = 1, .external_lex_state = 4}, [1306] = {.lex_state = 1, .external_lex_state = 4}, - [1307] = {.lex_state = 9, .external_lex_state = 2}, - [1308] = {.lex_state = 9, .external_lex_state = 2}, - [1309] = {.lex_state = 9, .external_lex_state = 2}, + [1307] = {.lex_state = 1, .external_lex_state = 4}, + [1308] = {.lex_state = 1, .external_lex_state = 4}, + [1309] = {.lex_state = 1, .external_lex_state = 4}, [1310] = {.lex_state = 9, .external_lex_state = 2}, [1311] = {.lex_state = 9, .external_lex_state = 2}, - [1312] = {.lex_state = 9, .external_lex_state = 2}, + [1312] = {.lex_state = 1, .external_lex_state = 4}, [1313] = {.lex_state = 9, .external_lex_state = 2}, [1314] = {.lex_state = 9, .external_lex_state = 2}, - [1315] = {.lex_state = 9, .external_lex_state = 2}, + [1315] = {.lex_state = 13, .external_lex_state = 6}, [1316] = {.lex_state = 9, .external_lex_state = 2}, - [1317] = {.lex_state = 13, .external_lex_state = 6}, + [1317] = {.lex_state = 9, .external_lex_state = 2}, [1318] = {.lex_state = 9, .external_lex_state = 2}, [1319] = {.lex_state = 9, .external_lex_state = 2}, - [1320] = {.lex_state = 9, .external_lex_state = 2}, + [1320] = {.lex_state = 1, .external_lex_state = 4}, [1321] = {.lex_state = 9, .external_lex_state = 2}, [1322] = {.lex_state = 9, .external_lex_state = 2}, [1323] = {.lex_state = 13, .external_lex_state = 6}, [1324] = {.lex_state = 9, .external_lex_state = 2}, - [1325] = {.lex_state = 9, .external_lex_state = 2}, - [1326] = {.lex_state = 1, .external_lex_state = 4}, - [1327] = {.lex_state = 1, .external_lex_state = 4}, + [1325] = {.lex_state = 1, .external_lex_state = 3}, + [1326] = {.lex_state = 13, .external_lex_state = 6}, + [1327] = {.lex_state = 9, .external_lex_state = 2}, [1328] = {.lex_state = 9, .external_lex_state = 2}, [1329] = {.lex_state = 9, .external_lex_state = 2}, - [1330] = {.lex_state = 9, .external_lex_state = 2}, + [1330] = {.lex_state = 1, .external_lex_state = 3}, [1331] = {.lex_state = 9, .external_lex_state = 2}, [1332] = {.lex_state = 9, .external_lex_state = 2}, - [1333] = {.lex_state = 9, .external_lex_state = 2}, + [1333] = {.lex_state = 13, .external_lex_state = 6}, [1334] = {.lex_state = 9, .external_lex_state = 2}, [1335] = {.lex_state = 9, .external_lex_state = 2}, [1336] = {.lex_state = 9, .external_lex_state = 2}, - [1337] = {.lex_state = 1, .external_lex_state = 3}, + [1337] = {.lex_state = 1, .external_lex_state = 4}, [1338] = {.lex_state = 9, .external_lex_state = 2}, - [1339] = {.lex_state = 9, .external_lex_state = 2}, - [1340] = {.lex_state = 1, .external_lex_state = 4}, - [1341] = {.lex_state = 1, .external_lex_state = 4}, - [1342] = {.lex_state = 1, .external_lex_state = 3}, - [1343] = {.lex_state = 1, .external_lex_state = 4}, - [1344] = {.lex_state = 1, .external_lex_state = 4}, - [1345] = {.lex_state = 1, .external_lex_state = 4}, - [1346] = {.lex_state = 1, .external_lex_state = 4}, - [1347] = {.lex_state = 1, .external_lex_state = 4}, + [1339] = {.lex_state = 1, .external_lex_state = 4}, + [1340] = {.lex_state = 9, .external_lex_state = 2}, + [1341] = {.lex_state = 9, .external_lex_state = 2}, + [1342] = {.lex_state = 9, .external_lex_state = 2}, + [1343] = {.lex_state = 9, .external_lex_state = 2}, + [1344] = {.lex_state = 9, .external_lex_state = 2}, + [1345] = {.lex_state = 9, .external_lex_state = 2}, + [1346] = {.lex_state = 9, .external_lex_state = 2}, + [1347] = {.lex_state = 9, .external_lex_state = 2}, [1348] = {.lex_state = 9, .external_lex_state = 2}, - [1349] = {.lex_state = 1, .external_lex_state = 4}, + [1349] = {.lex_state = 9, .external_lex_state = 2}, [1350] = {.lex_state = 1, .external_lex_state = 4}, - [1351] = {.lex_state = 13, .external_lex_state = 6}, + [1351] = {.lex_state = 1, .external_lex_state = 4}, [1352] = {.lex_state = 9, .external_lex_state = 2}, [1353] = {.lex_state = 1, .external_lex_state = 4}, - [1354] = {.lex_state = 9, .external_lex_state = 2}, - [1355] = {.lex_state = 9, .external_lex_state = 2}, - [1356] = {.lex_state = 9, .external_lex_state = 2}, + [1354] = {.lex_state = 13, .external_lex_state = 6}, + [1355] = {.lex_state = 1, .external_lex_state = 4}, + [1356] = {.lex_state = 1, .external_lex_state = 4}, [1357] = {.lex_state = 9, .external_lex_state = 2}, - [1358] = {.lex_state = 13, .external_lex_state = 6}, - [1359] = {.lex_state = 13, .external_lex_state = 6}, + [1358] = {.lex_state = 1, .external_lex_state = 4}, + [1359] = {.lex_state = 9, .external_lex_state = 2}, [1360] = {.lex_state = 9, .external_lex_state = 2}, [1361] = {.lex_state = 9, .external_lex_state = 2}, - [1362] = {.lex_state = 1, .external_lex_state = 4}, - [1363] = {.lex_state = 1, .external_lex_state = 4}, - [1364] = {.lex_state = 9, .external_lex_state = 2}, - [1365] = {.lex_state = 9, .external_lex_state = 2}, + [1362] = {.lex_state = 13, .external_lex_state = 6}, + [1363] = {.lex_state = 13, .external_lex_state = 6}, + [1364] = {.lex_state = 13, .external_lex_state = 6}, + [1365] = {.lex_state = 1, .external_lex_state = 4}, [1366] = {.lex_state = 9, .external_lex_state = 2}, - [1367] = {.lex_state = 1, .external_lex_state = 4}, - [1368] = {.lex_state = 1, .external_lex_state = 4}, + [1367] = {.lex_state = 9, .external_lex_state = 2}, + [1368] = {.lex_state = 9, .external_lex_state = 2}, [1369] = {.lex_state = 1, .external_lex_state = 4}, [1370] = {.lex_state = 9, .external_lex_state = 2}, - [1371] = {.lex_state = 1, .external_lex_state = 4}, - [1372] = {.lex_state = 1, .external_lex_state = 4}, + [1371] = {.lex_state = 9, .external_lex_state = 2}, + [1372] = {.lex_state = 9, .external_lex_state = 2}, [1373] = {.lex_state = 1, .external_lex_state = 4}, [1374] = {.lex_state = 9, .external_lex_state = 2}, [1375] = {.lex_state = 9, .external_lex_state = 2}, @@ -24861,51 +24859,51 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1380] = {.lex_state = 9, .external_lex_state = 2}, [1381] = {.lex_state = 9, .external_lex_state = 2}, [1382] = {.lex_state = 9, .external_lex_state = 2}, - [1383] = {.lex_state = 13, .external_lex_state = 6}, + [1383] = {.lex_state = 13, .external_lex_state = 7}, [1384] = {.lex_state = 13, .external_lex_state = 7}, - [1385] = {.lex_state = 13, .external_lex_state = 7}, + [1385] = {.lex_state = 1, .external_lex_state = 4}, [1386] = {.lex_state = 13, .external_lex_state = 7}, - [1387] = {.lex_state = 1, .external_lex_state = 4}, + [1387] = {.lex_state = 13, .external_lex_state = 7}, [1388] = {.lex_state = 13, .external_lex_state = 7}, - [1389] = {.lex_state = 13, .external_lex_state = 6}, + [1389] = {.lex_state = 13, .external_lex_state = 7}, [1390] = {.lex_state = 1, .external_lex_state = 4}, - [1391] = {.lex_state = 1, .external_lex_state = 4}, + [1391] = {.lex_state = 13, .external_lex_state = 7}, [1392] = {.lex_state = 13, .external_lex_state = 7}, - [1393] = {.lex_state = 1, .external_lex_state = 4}, + [1393] = {.lex_state = 13, .external_lex_state = 7}, [1394] = {.lex_state = 1, .external_lex_state = 4}, [1395] = {.lex_state = 13, .external_lex_state = 7}, [1396] = {.lex_state = 13, .external_lex_state = 7}, - [1397] = {.lex_state = 1, .external_lex_state = 4}, + [1397] = {.lex_state = 13, .external_lex_state = 7}, [1398] = {.lex_state = 13, .external_lex_state = 7}, - [1399] = {.lex_state = 13, .external_lex_state = 7}, - [1400] = {.lex_state = 9, .external_lex_state = 2}, - [1401] = {.lex_state = 13, .external_lex_state = 7}, - [1402] = {.lex_state = 13, .external_lex_state = 6}, - [1403] = {.lex_state = 13, .external_lex_state = 7}, - [1404] = {.lex_state = 13, .external_lex_state = 7}, + [1399] = {.lex_state = 13, .external_lex_state = 6}, + [1400] = {.lex_state = 1, .external_lex_state = 4}, + [1401] = {.lex_state = 9, .external_lex_state = 2}, + [1402] = {.lex_state = 13, .external_lex_state = 7}, + [1403] = {.lex_state = 13, .external_lex_state = 6}, + [1404] = {.lex_state = 13, .external_lex_state = 6}, [1405] = {.lex_state = 13, .external_lex_state = 6}, - [1406] = {.lex_state = 13, .external_lex_state = 7}, + [1406] = {.lex_state = 13, .external_lex_state = 6}, [1407] = {.lex_state = 13, .external_lex_state = 7}, [1408] = {.lex_state = 13, .external_lex_state = 6}, [1409] = {.lex_state = 13, .external_lex_state = 7}, - [1410] = {.lex_state = 13, .external_lex_state = 7}, - [1411] = {.lex_state = 1, .external_lex_state = 4}, - [1412] = {.lex_state = 9, .external_lex_state = 2}, - [1413] = {.lex_state = 13, .external_lex_state = 7}, - [1414] = {.lex_state = 1, .external_lex_state = 4}, - [1415] = {.lex_state = 13, .external_lex_state = 7}, - [1416] = {.lex_state = 13, .external_lex_state = 7}, - [1417] = {.lex_state = 9, .external_lex_state = 2}, - [1418] = {.lex_state = 13, .external_lex_state = 6}, + [1410] = {.lex_state = 1, .external_lex_state = 4}, + [1411] = {.lex_state = 13, .external_lex_state = 7}, + [1412] = {.lex_state = 13, .external_lex_state = 6}, + [1413] = {.lex_state = 1, .external_lex_state = 4}, + [1414] = {.lex_state = 13, .external_lex_state = 6}, + [1415] = {.lex_state = 1, .external_lex_state = 4}, + [1416] = {.lex_state = 1, .external_lex_state = 4}, + [1417] = {.lex_state = 1, .external_lex_state = 4}, + [1418] = {.lex_state = 1, .external_lex_state = 4}, [1419] = {.lex_state = 1, .external_lex_state = 4}, - [1420] = {.lex_state = 1, .external_lex_state = 4}, - [1421] = {.lex_state = 13, .external_lex_state = 6}, - [1422] = {.lex_state = 13, .external_lex_state = 6}, - [1423] = {.lex_state = 1, .external_lex_state = 4}, + [1420] = {.lex_state = 9, .external_lex_state = 2}, + [1421] = {.lex_state = 1, .external_lex_state = 4}, + [1422] = {.lex_state = 9, .external_lex_state = 2}, + [1423] = {.lex_state = 13, .external_lex_state = 7}, [1424] = {.lex_state = 1, .external_lex_state = 4}, - [1425] = {.lex_state = 13, .external_lex_state = 6}, + [1425] = {.lex_state = 13, .external_lex_state = 7}, [1426] = {.lex_state = 1, .external_lex_state = 4}, - [1427] = {.lex_state = 1, .external_lex_state = 4}, + [1427] = {.lex_state = 9, .external_lex_state = 2}, [1428] = {.lex_state = 9, .external_lex_state = 2}, [1429] = {.lex_state = 9, .external_lex_state = 2}, [1430] = {.lex_state = 9, .external_lex_state = 2}, @@ -24914,14 +24912,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1433] = {.lex_state = 9, .external_lex_state = 2}, [1434] = {.lex_state = 9, .external_lex_state = 2}, [1435] = {.lex_state = 9, .external_lex_state = 2}, - [1436] = {.lex_state = 9, .external_lex_state = 2}, - [1437] = {.lex_state = 2, .external_lex_state = 4}, + [1436] = {.lex_state = 2, .external_lex_state = 4}, + [1437] = {.lex_state = 13, .external_lex_state = 6}, [1438] = {.lex_state = 9, .external_lex_state = 2}, [1439] = {.lex_state = 9, .external_lex_state = 2}, [1440] = {.lex_state = 9, .external_lex_state = 2}, [1441] = {.lex_state = 9, .external_lex_state = 2}, [1442] = {.lex_state = 9, .external_lex_state = 2}, - [1443] = {.lex_state = 9, .external_lex_state = 2}, + [1443] = {.lex_state = 1, .external_lex_state = 4}, [1444] = {.lex_state = 9, .external_lex_state = 2}, [1445] = {.lex_state = 9, .external_lex_state = 2}, [1446] = {.lex_state = 9, .external_lex_state = 2}, @@ -24929,7 +24927,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1448] = {.lex_state = 9, .external_lex_state = 2}, [1449] = {.lex_state = 9, .external_lex_state = 2}, [1450] = {.lex_state = 9, .external_lex_state = 2}, - [1451] = {.lex_state = 1, .external_lex_state = 4}, + [1451] = {.lex_state = 9, .external_lex_state = 2}, [1452] = {.lex_state = 9, .external_lex_state = 2}, [1453] = {.lex_state = 9, .external_lex_state = 2}, [1454] = {.lex_state = 9, .external_lex_state = 2}, @@ -24988,17 +24986,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1507] = {.lex_state = 9, .external_lex_state = 2}, [1508] = {.lex_state = 9, .external_lex_state = 2}, [1509] = {.lex_state = 9, .external_lex_state = 2}, - [1510] = {.lex_state = 9, .external_lex_state = 2}, - [1511] = {.lex_state = 9, .external_lex_state = 2}, + [1510] = {.lex_state = 2, .external_lex_state = 4}, + [1511] = {.lex_state = 1, .external_lex_state = 4}, [1512] = {.lex_state = 9, .external_lex_state = 2}, [1513] = {.lex_state = 9, .external_lex_state = 2}, [1514] = {.lex_state = 9, .external_lex_state = 2}, [1515] = {.lex_state = 9, .external_lex_state = 2}, [1516] = {.lex_state = 9, .external_lex_state = 2}, - [1517] = {.lex_state = 9, .external_lex_state = 2}, + [1517] = {.lex_state = 1, .external_lex_state = 4}, [1518] = {.lex_state = 9, .external_lex_state = 2}, [1519] = {.lex_state = 9, .external_lex_state = 2}, - [1520] = {.lex_state = 9, .external_lex_state = 2}, + [1520] = {.lex_state = 13, .external_lex_state = 6}, [1521] = {.lex_state = 9, .external_lex_state = 2}, [1522] = {.lex_state = 9, .external_lex_state = 2}, [1523] = {.lex_state = 9, .external_lex_state = 2}, @@ -25013,58 +25011,58 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1532] = {.lex_state = 9, .external_lex_state = 2}, [1533] = {.lex_state = 9, .external_lex_state = 2}, [1534] = {.lex_state = 9, .external_lex_state = 2}, - [1535] = {.lex_state = 9, .external_lex_state = 2}, + [1535] = {.lex_state = 13, .external_lex_state = 6}, [1536] = {.lex_state = 9, .external_lex_state = 2}, [1537] = {.lex_state = 9, .external_lex_state = 2}, [1538] = {.lex_state = 9, .external_lex_state = 2}, [1539] = {.lex_state = 9, .external_lex_state = 2}, [1540] = {.lex_state = 9, .external_lex_state = 2}, - [1541] = {.lex_state = 9, .external_lex_state = 2}, + [1541] = {.lex_state = 13, .external_lex_state = 6}, [1542] = {.lex_state = 9, .external_lex_state = 2}, [1543] = {.lex_state = 9, .external_lex_state = 2}, - [1544] = {.lex_state = 9, .external_lex_state = 2}, + [1544] = {.lex_state = 1, .external_lex_state = 4}, [1545] = {.lex_state = 9, .external_lex_state = 2}, [1546] = {.lex_state = 9, .external_lex_state = 2}, - [1547] = {.lex_state = 9, .external_lex_state = 2}, - [1548] = {.lex_state = 9, .external_lex_state = 2}, - [1549] = {.lex_state = 9, .external_lex_state = 2}, + [1547] = {.lex_state = 2, .external_lex_state = 4}, + [1548] = {.lex_state = 1, .external_lex_state = 4}, + [1549] = {.lex_state = 2, .external_lex_state = 4}, [1550] = {.lex_state = 9, .external_lex_state = 2}, [1551] = {.lex_state = 9, .external_lex_state = 2}, [1552] = {.lex_state = 9, .external_lex_state = 2}, - [1553] = {.lex_state = 9, .external_lex_state = 2}, + [1553] = {.lex_state = 2, .external_lex_state = 4}, [1554] = {.lex_state = 9, .external_lex_state = 2}, - [1555] = {.lex_state = 9, .external_lex_state = 2}, + [1555] = {.lex_state = 1, .external_lex_state = 4}, [1556] = {.lex_state = 9, .external_lex_state = 2}, [1557] = {.lex_state = 9, .external_lex_state = 2}, [1558] = {.lex_state = 9, .external_lex_state = 2}, [1559] = {.lex_state = 9, .external_lex_state = 2}, [1560] = {.lex_state = 9, .external_lex_state = 2}, [1561] = {.lex_state = 9, .external_lex_state = 2}, - [1562] = {.lex_state = 9, .external_lex_state = 2}, + [1562] = {.lex_state = 1, .external_lex_state = 4}, [1563] = {.lex_state = 9, .external_lex_state = 2}, [1564] = {.lex_state = 9, .external_lex_state = 2}, [1565] = {.lex_state = 9, .external_lex_state = 2}, [1566] = {.lex_state = 9, .external_lex_state = 2}, [1567] = {.lex_state = 9, .external_lex_state = 2}, [1568] = {.lex_state = 9, .external_lex_state = 2}, - [1569] = {.lex_state = 9, .external_lex_state = 2}, + [1569] = {.lex_state = 2, .external_lex_state = 4}, [1570] = {.lex_state = 9, .external_lex_state = 2}, [1571] = {.lex_state = 9, .external_lex_state = 2}, [1572] = {.lex_state = 9, .external_lex_state = 2}, [1573] = {.lex_state = 9, .external_lex_state = 2}, [1574] = {.lex_state = 9, .external_lex_state = 2}, - [1575] = {.lex_state = 2, .external_lex_state = 4}, + [1575] = {.lex_state = 9, .external_lex_state = 2}, [1576] = {.lex_state = 9, .external_lex_state = 2}, [1577] = {.lex_state = 9, .external_lex_state = 2}, [1578] = {.lex_state = 9, .external_lex_state = 2}, - [1579] = {.lex_state = 9, .external_lex_state = 2}, + [1579] = {.lex_state = 2, .external_lex_state = 4}, [1580] = {.lex_state = 9, .external_lex_state = 2}, [1581] = {.lex_state = 9, .external_lex_state = 2}, [1582] = {.lex_state = 9, .external_lex_state = 2}, [1583] = {.lex_state = 9, .external_lex_state = 2}, [1584] = {.lex_state = 9, .external_lex_state = 2}, [1585] = {.lex_state = 9, .external_lex_state = 2}, - [1586] = {.lex_state = 9, .external_lex_state = 2}, + [1586] = {.lex_state = 1, .external_lex_state = 4}, [1587] = {.lex_state = 9, .external_lex_state = 2}, [1588] = {.lex_state = 9, .external_lex_state = 2}, [1589] = {.lex_state = 9, .external_lex_state = 2}, @@ -25093,13 +25091,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1612] = {.lex_state = 9, .external_lex_state = 2}, [1613] = {.lex_state = 9, .external_lex_state = 2}, [1614] = {.lex_state = 9, .external_lex_state = 2}, - [1615] = {.lex_state = 9, .external_lex_state = 2}, + [1615] = {.lex_state = 13, .external_lex_state = 6}, [1616] = {.lex_state = 9, .external_lex_state = 2}, - [1617] = {.lex_state = 9, .external_lex_state = 2}, - [1618] = {.lex_state = 13, .external_lex_state = 6}, + [1617] = {.lex_state = 13, .external_lex_state = 6}, + [1618] = {.lex_state = 2, .external_lex_state = 4}, [1619] = {.lex_state = 9, .external_lex_state = 2}, - [1620] = {.lex_state = 13, .external_lex_state = 6}, - [1621] = {.lex_state = 2, .external_lex_state = 4}, + [1620] = {.lex_state = 9, .external_lex_state = 2}, + [1621] = {.lex_state = 13, .external_lex_state = 6}, [1622] = {.lex_state = 13, .external_lex_state = 6}, [1623] = {.lex_state = 13, .external_lex_state = 6}, [1624] = {.lex_state = 9, .external_lex_state = 2}, @@ -25109,12 +25107,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1628] = {.lex_state = 13, .external_lex_state = 6}, [1629] = {.lex_state = 13, .external_lex_state = 6}, [1630] = {.lex_state = 13, .external_lex_state = 6}, - [1631] = {.lex_state = 13, .external_lex_state = 6}, - [1632] = {.lex_state = 9, .external_lex_state = 2}, - [1633] = {.lex_state = 13, .external_lex_state = 6}, + [1631] = {.lex_state = 9, .external_lex_state = 2}, + [1632] = {.lex_state = 13, .external_lex_state = 6}, + [1633] = {.lex_state = 9, .external_lex_state = 2}, [1634] = {.lex_state = 9, .external_lex_state = 2}, - [1635] = {.lex_state = 9, .external_lex_state = 2}, - [1636] = {.lex_state = 13, .external_lex_state = 6}, + [1635] = {.lex_state = 13, .external_lex_state = 6}, + [1636] = {.lex_state = 9, .external_lex_state = 2}, [1637] = {.lex_state = 9, .external_lex_state = 2}, [1638] = {.lex_state = 9, .external_lex_state = 2}, [1639] = {.lex_state = 9, .external_lex_state = 2}, @@ -25146,11 +25144,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1665] = {.lex_state = 9, .external_lex_state = 2}, [1666] = {.lex_state = 9, .external_lex_state = 2}, [1667] = {.lex_state = 9, .external_lex_state = 2}, - [1668] = {.lex_state = 13, .external_lex_state = 6}, + [1668] = {.lex_state = 9, .external_lex_state = 2}, [1669] = {.lex_state = 9, .external_lex_state = 2}, - [1670] = {.lex_state = 9, .external_lex_state = 2}, + [1670] = {.lex_state = 13, .external_lex_state = 6}, [1671] = {.lex_state = 9, .external_lex_state = 2}, - [1672] = {.lex_state = 9, .external_lex_state = 2}, + [1672] = {.lex_state = 2, .external_lex_state = 4}, [1673] = {.lex_state = 2, .external_lex_state = 4}, [1674] = {.lex_state = 2, .external_lex_state = 4}, [1675] = {.lex_state = 9, .external_lex_state = 2}, @@ -25161,12 +25159,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1680] = {.lex_state = 9, .external_lex_state = 2}, [1681] = {.lex_state = 9, .external_lex_state = 2}, [1682] = {.lex_state = 9, .external_lex_state = 2}, - [1683] = {.lex_state = 9, .external_lex_state = 2}, - [1684] = {.lex_state = 1, .external_lex_state = 4}, - [1685] = {.lex_state = 9, .external_lex_state = 2}, - [1686] = {.lex_state = 2, .external_lex_state = 4}, + [1683] = {.lex_state = 2, .external_lex_state = 4}, + [1684] = {.lex_state = 9, .external_lex_state = 2}, + [1685] = {.lex_state = 2, .external_lex_state = 4}, + [1686] = {.lex_state = 9, .external_lex_state = 2}, [1687] = {.lex_state = 9, .external_lex_state = 2}, - [1688] = {.lex_state = 2, .external_lex_state = 4}, + [1688] = {.lex_state = 9, .external_lex_state = 2}, [1689] = {.lex_state = 9, .external_lex_state = 2}, [1690] = {.lex_state = 9, .external_lex_state = 2}, [1691] = {.lex_state = 2, .external_lex_state = 4}, @@ -25186,7 +25184,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1705] = {.lex_state = 9, .external_lex_state = 2}, [1706] = {.lex_state = 9, .external_lex_state = 2}, [1707] = {.lex_state = 9, .external_lex_state = 2}, - [1708] = {.lex_state = 1, .external_lex_state = 4}, + [1708] = {.lex_state = 9, .external_lex_state = 2}, [1709] = {.lex_state = 9, .external_lex_state = 2}, [1710] = {.lex_state = 9, .external_lex_state = 2}, [1711] = {.lex_state = 9, .external_lex_state = 2}, @@ -25199,15 +25197,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1718] = {.lex_state = 9, .external_lex_state = 2}, [1719] = {.lex_state = 9, .external_lex_state = 2}, [1720] = {.lex_state = 9, .external_lex_state = 2}, - [1721] = {.lex_state = 9, .external_lex_state = 2}, + [1721] = {.lex_state = 2, .external_lex_state = 4}, [1722] = {.lex_state = 9, .external_lex_state = 2}, [1723] = {.lex_state = 2, .external_lex_state = 4}, - [1724] = {.lex_state = 2, .external_lex_state = 4}, + [1724] = {.lex_state = 9, .external_lex_state = 2}, [1725] = {.lex_state = 2, .external_lex_state = 4}, - [1726] = {.lex_state = 2, .external_lex_state = 4}, + [1726] = {.lex_state = 13, .external_lex_state = 6}, [1727] = {.lex_state = 9, .external_lex_state = 2}, [1728] = {.lex_state = 9, .external_lex_state = 2}, - [1729] = {.lex_state = 13, .external_lex_state = 6}, + [1729] = {.lex_state = 9, .external_lex_state = 2}, [1730] = {.lex_state = 9, .external_lex_state = 2}, [1731] = {.lex_state = 9, .external_lex_state = 2}, [1732] = {.lex_state = 9, .external_lex_state = 2}, @@ -25217,26 +25215,26 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1736] = {.lex_state = 9, .external_lex_state = 2}, [1737] = {.lex_state = 9, .external_lex_state = 2}, [1738] = {.lex_state = 9, .external_lex_state = 2}, - [1739] = {.lex_state = 9, .external_lex_state = 2}, + [1739] = {.lex_state = 1, .external_lex_state = 4}, [1740] = {.lex_state = 9, .external_lex_state = 2}, [1741] = {.lex_state = 9, .external_lex_state = 2}, [1742] = {.lex_state = 9, .external_lex_state = 2}, [1743] = {.lex_state = 9, .external_lex_state = 2}, [1744] = {.lex_state = 9, .external_lex_state = 2}, [1745] = {.lex_state = 9, .external_lex_state = 2}, - [1746] = {.lex_state = 13, .external_lex_state = 6}, - [1747] = {.lex_state = 13, .external_lex_state = 6}, + [1746] = {.lex_state = 9, .external_lex_state = 2}, + [1747] = {.lex_state = 9, .external_lex_state = 2}, [1748] = {.lex_state = 9, .external_lex_state = 2}, [1749] = {.lex_state = 9, .external_lex_state = 2}, [1750] = {.lex_state = 9, .external_lex_state = 2}, [1751] = {.lex_state = 9, .external_lex_state = 2}, [1752] = {.lex_state = 9, .external_lex_state = 2}, - [1753] = {.lex_state = 13, .external_lex_state = 6}, + [1753] = {.lex_state = 9, .external_lex_state = 2}, [1754] = {.lex_state = 9, .external_lex_state = 2}, [1755] = {.lex_state = 9, .external_lex_state = 2}, [1756] = {.lex_state = 9, .external_lex_state = 2}, - [1757] = {.lex_state = 2, .external_lex_state = 4}, - [1758] = {.lex_state = 9, .external_lex_state = 2}, + [1757] = {.lex_state = 9, .external_lex_state = 2}, + [1758] = {.lex_state = 13, .external_lex_state = 6}, [1759] = {.lex_state = 9, .external_lex_state = 2}, [1760] = {.lex_state = 9, .external_lex_state = 2}, [1761] = {.lex_state = 9, .external_lex_state = 2}, @@ -25246,7 +25244,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1765] = {.lex_state = 9, .external_lex_state = 2}, [1766] = {.lex_state = 9, .external_lex_state = 2}, [1767] = {.lex_state = 9, .external_lex_state = 2}, - [1768] = {.lex_state = 9, .external_lex_state = 2}, + [1768] = {.lex_state = 13, .external_lex_state = 6}, [1769] = {.lex_state = 9, .external_lex_state = 2}, [1770] = {.lex_state = 9, .external_lex_state = 2}, [1771] = {.lex_state = 9, .external_lex_state = 2}, @@ -25268,13 +25266,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1787] = {.lex_state = 9, .external_lex_state = 2}, [1788] = {.lex_state = 9, .external_lex_state = 2}, [1789] = {.lex_state = 9, .external_lex_state = 2}, - [1790] = {.lex_state = 2, .external_lex_state = 4}, + [1790] = {.lex_state = 9, .external_lex_state = 2}, [1791] = {.lex_state = 9, .external_lex_state = 2}, - [1792] = {.lex_state = 2, .external_lex_state = 4}, + [1792] = {.lex_state = 9, .external_lex_state = 2}, [1793] = {.lex_state = 9, .external_lex_state = 2}, [1794] = {.lex_state = 9, .external_lex_state = 2}, [1795] = {.lex_state = 9, .external_lex_state = 2}, - [1796] = {.lex_state = 9, .external_lex_state = 2}, + [1796] = {.lex_state = 2, .external_lex_state = 4}, [1797] = {.lex_state = 9, .external_lex_state = 2}, [1798] = {.lex_state = 9, .external_lex_state = 2}, [1799] = {.lex_state = 9, .external_lex_state = 2}, @@ -25285,10 +25283,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1804] = {.lex_state = 9, .external_lex_state = 2}, [1805] = {.lex_state = 9, .external_lex_state = 2}, [1806] = {.lex_state = 9, .external_lex_state = 2}, - [1807] = {.lex_state = 1, .external_lex_state = 4}, + [1807] = {.lex_state = 9, .external_lex_state = 2}, [1808] = {.lex_state = 9, .external_lex_state = 2}, [1809] = {.lex_state = 9, .external_lex_state = 2}, - [1810] = {.lex_state = 1, .external_lex_state = 4}, + [1810] = {.lex_state = 9, .external_lex_state = 2}, [1811] = {.lex_state = 9, .external_lex_state = 2}, [1812] = {.lex_state = 9, .external_lex_state = 2}, [1813] = {.lex_state = 9, .external_lex_state = 2}, @@ -25323,10 +25321,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1842] = {.lex_state = 9, .external_lex_state = 2}, [1843] = {.lex_state = 9, .external_lex_state = 2}, [1844] = {.lex_state = 9, .external_lex_state = 2}, - [1845] = {.lex_state = 13, .external_lex_state = 6}, + [1845] = {.lex_state = 9, .external_lex_state = 2}, [1846] = {.lex_state = 9, .external_lex_state = 2}, - [1847] = {.lex_state = 13, .external_lex_state = 6}, - [1848] = {.lex_state = 13, .external_lex_state = 6}, + [1847] = {.lex_state = 9, .external_lex_state = 2}, + [1848] = {.lex_state = 9, .external_lex_state = 2}, [1849] = {.lex_state = 9, .external_lex_state = 2}, [1850] = {.lex_state = 9, .external_lex_state = 2}, [1851] = {.lex_state = 9, .external_lex_state = 2}, @@ -25344,13 +25342,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1863] = {.lex_state = 9, .external_lex_state = 2}, [1864] = {.lex_state = 9, .external_lex_state = 2}, [1865] = {.lex_state = 9, .external_lex_state = 2}, - [1866] = {.lex_state = 1, .external_lex_state = 4}, + [1866] = {.lex_state = 9, .external_lex_state = 2}, [1867] = {.lex_state = 9, .external_lex_state = 2}, [1868] = {.lex_state = 1, .external_lex_state = 4}, [1869] = {.lex_state = 9, .external_lex_state = 2}, [1870] = {.lex_state = 9, .external_lex_state = 2}, - [1871] = {.lex_state = 2, .external_lex_state = 4}, - [1872] = {.lex_state = 2, .external_lex_state = 4}, + [1871] = {.lex_state = 9, .external_lex_state = 2}, + [1872] = {.lex_state = 9, .external_lex_state = 2}, [1873] = {.lex_state = 9, .external_lex_state = 2}, [1874] = {.lex_state = 9, .external_lex_state = 2}, [1875] = {.lex_state = 9, .external_lex_state = 2}, @@ -25370,7 +25368,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1889] = {.lex_state = 9, .external_lex_state = 2}, [1890] = {.lex_state = 9, .external_lex_state = 2}, [1891] = {.lex_state = 9, .external_lex_state = 2}, - [1892] = {.lex_state = 2, .external_lex_state = 4}, + [1892] = {.lex_state = 9, .external_lex_state = 2}, [1893] = {.lex_state = 9, .external_lex_state = 2}, [1894] = {.lex_state = 9, .external_lex_state = 2}, [1895] = {.lex_state = 9, .external_lex_state = 2}, @@ -25381,22 +25379,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1900] = {.lex_state = 9, .external_lex_state = 2}, [1901] = {.lex_state = 9, .external_lex_state = 2}, [1902] = {.lex_state = 9, .external_lex_state = 2}, - [1903] = {.lex_state = 9, .external_lex_state = 2}, - [1904] = {.lex_state = 9, .external_lex_state = 2}, + [1903] = {.lex_state = 13, .external_lex_state = 6}, + [1904] = {.lex_state = 13, .external_lex_state = 6}, [1905] = {.lex_state = 9, .external_lex_state = 2}, [1906] = {.lex_state = 9, .external_lex_state = 2}, - [1907] = {.lex_state = 9, .external_lex_state = 2}, + [1907] = {.lex_state = 13, .external_lex_state = 6}, [1908] = {.lex_state = 9, .external_lex_state = 2}, - [1909] = {.lex_state = 9, .external_lex_state = 2}, + [1909] = {.lex_state = 13, .external_lex_state = 6}, [1910] = {.lex_state = 9, .external_lex_state = 2}, [1911] = {.lex_state = 9, .external_lex_state = 2}, - [1912] = {.lex_state = 1, .external_lex_state = 4}, - [1913] = {.lex_state = 1, .external_lex_state = 4}, + [1912] = {.lex_state = 9, .external_lex_state = 2}, + [1913] = {.lex_state = 9, .external_lex_state = 2}, [1914] = {.lex_state = 9, .external_lex_state = 2}, [1915] = {.lex_state = 9, .external_lex_state = 2}, - [1916] = {.lex_state = 9, .external_lex_state = 2}, + [1916] = {.lex_state = 1, .external_lex_state = 4}, [1917] = {.lex_state = 9, .external_lex_state = 2}, - [1918] = {.lex_state = 1, .external_lex_state = 4}, + [1918] = {.lex_state = 13, .external_lex_state = 6}, [1919] = {.lex_state = 9, .external_lex_state = 2}, [1920] = {.lex_state = 9, .external_lex_state = 2}, [1921] = {.lex_state = 9, .external_lex_state = 2}, @@ -25405,7 +25403,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1924] = {.lex_state = 9, .external_lex_state = 2}, [1925] = {.lex_state = 9, .external_lex_state = 2}, [1926] = {.lex_state = 9, .external_lex_state = 2}, - [1927] = {.lex_state = 9, .external_lex_state = 2}, + [1927] = {.lex_state = 1, .external_lex_state = 4}, [1928] = {.lex_state = 9, .external_lex_state = 2}, [1929] = {.lex_state = 9, .external_lex_state = 2}, [1930] = {.lex_state = 9, .external_lex_state = 2}, @@ -25480,7 +25478,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1999] = {.lex_state = 9, .external_lex_state = 2}, [2000] = {.lex_state = 9, .external_lex_state = 2}, [2001] = {.lex_state = 9, .external_lex_state = 2}, - [2002] = {.lex_state = 1, .external_lex_state = 4}, + [2002] = {.lex_state = 9, .external_lex_state = 2}, [2003] = {.lex_state = 9, .external_lex_state = 2}, [2004] = {.lex_state = 9, .external_lex_state = 2}, [2005] = {.lex_state = 9, .external_lex_state = 2}, @@ -25546,7 +25544,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2065] = {.lex_state = 9, .external_lex_state = 2}, [2066] = {.lex_state = 9, .external_lex_state = 2}, [2067] = {.lex_state = 9, .external_lex_state = 2}, - [2068] = {.lex_state = 13, .external_lex_state = 6}, + [2068] = {.lex_state = 9, .external_lex_state = 2}, [2069] = {.lex_state = 9, .external_lex_state = 2}, [2070] = {.lex_state = 9, .external_lex_state = 2}, [2071] = {.lex_state = 9, .external_lex_state = 2}, @@ -25575,11 +25573,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2094] = {.lex_state = 9, .external_lex_state = 2}, [2095] = {.lex_state = 9, .external_lex_state = 2}, [2096] = {.lex_state = 9, .external_lex_state = 2}, - [2097] = {.lex_state = 1, .external_lex_state = 4}, + [2097] = {.lex_state = 13, .external_lex_state = 6}, [2098] = {.lex_state = 9, .external_lex_state = 2}, [2099] = {.lex_state = 9, .external_lex_state = 2}, [2100] = {.lex_state = 9, .external_lex_state = 2}, - [2101] = {.lex_state = 9, .external_lex_state = 2}, + [2101] = {.lex_state = 13, .external_lex_state = 6}, [2102] = {.lex_state = 9, .external_lex_state = 2}, [2103] = {.lex_state = 1, .external_lex_state = 4}, [2104] = {.lex_state = 9, .external_lex_state = 2}, @@ -25613,7 +25611,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2132] = {.lex_state = 9, .external_lex_state = 2}, [2133] = {.lex_state = 9, .external_lex_state = 2}, [2134] = {.lex_state = 9, .external_lex_state = 2}, - [2135] = {.lex_state = 13, .external_lex_state = 6}, + [2135] = {.lex_state = 9, .external_lex_state = 2}, [2136] = {.lex_state = 9, .external_lex_state = 2}, [2137] = {.lex_state = 9, .external_lex_state = 2}, [2138] = {.lex_state = 9, .external_lex_state = 2}, @@ -25635,11 +25633,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2154] = {.lex_state = 9, .external_lex_state = 2}, [2155] = {.lex_state = 9, .external_lex_state = 2}, [2156] = {.lex_state = 9, .external_lex_state = 2}, - [2157] = {.lex_state = 1, .external_lex_state = 4}, + [2157] = {.lex_state = 9, .external_lex_state = 2}, [2158] = {.lex_state = 9, .external_lex_state = 2}, - [2159] = {.lex_state = 9, .external_lex_state = 2}, + [2159] = {.lex_state = 1, .external_lex_state = 4}, [2160] = {.lex_state = 9, .external_lex_state = 2}, - [2161] = {.lex_state = 9, .external_lex_state = 2}, + [2161] = {.lex_state = 13, .external_lex_state = 6}, [2162] = {.lex_state = 9, .external_lex_state = 2}, [2163] = {.lex_state = 9, .external_lex_state = 2}, [2164] = {.lex_state = 9, .external_lex_state = 2}, @@ -25647,305 +25645,305 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2166] = {.lex_state = 9, .external_lex_state = 2}, [2167] = {.lex_state = 9, .external_lex_state = 2}, [2168] = {.lex_state = 9, .external_lex_state = 2}, - [2169] = {.lex_state = 13, .external_lex_state = 6}, - [2170] = {.lex_state = 13, .external_lex_state = 6}, + [2169] = {.lex_state = 9, .external_lex_state = 2}, + [2170] = {.lex_state = 9, .external_lex_state = 2}, [2171] = {.lex_state = 9, .external_lex_state = 2}, [2172] = {.lex_state = 9, .external_lex_state = 2}, - [2173] = {.lex_state = 13, .external_lex_state = 6}, + [2173] = {.lex_state = 9, .external_lex_state = 2}, [2174] = {.lex_state = 9, .external_lex_state = 2}, - [2175] = {.lex_state = 9, .external_lex_state = 2}, + [2175] = {.lex_state = 1, .external_lex_state = 4}, [2176] = {.lex_state = 9, .external_lex_state = 2}, [2177] = {.lex_state = 9, .external_lex_state = 2}, [2178] = {.lex_state = 9, .external_lex_state = 2}, [2179] = {.lex_state = 9, .external_lex_state = 2}, - [2180] = {.lex_state = 13, .external_lex_state = 6}, - [2181] = {.lex_state = 13, .external_lex_state = 6}, + [2180] = {.lex_state = 9, .external_lex_state = 2}, + [2181] = {.lex_state = 9, .external_lex_state = 2}, [2182] = {.lex_state = 9, .external_lex_state = 2}, [2183] = {.lex_state = 9, .external_lex_state = 2}, [2184] = {.lex_state = 9, .external_lex_state = 2}, [2185] = {.lex_state = 9, .external_lex_state = 2}, - [2186] = {.lex_state = 13, .external_lex_state = 6}, - [2187] = {.lex_state = 1, .external_lex_state = 4}, - [2188] = {.lex_state = 9, .external_lex_state = 2}, - [2189] = {.lex_state = 1, .external_lex_state = 4}, - [2190] = {.lex_state = 13, .external_lex_state = 7}, + [2186] = {.lex_state = 9, .external_lex_state = 2}, + [2187] = {.lex_state = 9, .external_lex_state = 2}, + [2188] = {.lex_state = 13, .external_lex_state = 6}, + [2189] = {.lex_state = 13, .external_lex_state = 6}, + [2190] = {.lex_state = 11, .external_lex_state = 5}, [2191] = {.lex_state = 13, .external_lex_state = 6}, - [2192] = {.lex_state = 11, .external_lex_state = 5}, - [2193] = {.lex_state = 13, .external_lex_state = 7}, + [2192] = {.lex_state = 13, .external_lex_state = 6}, + [2193] = {.lex_state = 13, .external_lex_state = 6}, [2194] = {.lex_state = 13, .external_lex_state = 6}, - [2195] = {.lex_state = 11, .external_lex_state = 5}, - [2196] = {.lex_state = 13, .external_lex_state = 7}, + [2195] = {.lex_state = 13, .external_lex_state = 6}, + [2196] = {.lex_state = 13, .external_lex_state = 6}, [2197] = {.lex_state = 13, .external_lex_state = 6}, - [2198] = {.lex_state = 13, .external_lex_state = 7}, - [2199] = {.lex_state = 13, .external_lex_state = 7}, + [2198] = {.lex_state = 11, .external_lex_state = 5}, + [2199] = {.lex_state = 13, .external_lex_state = 6}, [2200] = {.lex_state = 13, .external_lex_state = 6}, - [2201] = {.lex_state = 13, .external_lex_state = 7}, + [2201] = {.lex_state = 13, .external_lex_state = 6}, [2202] = {.lex_state = 13, .external_lex_state = 6}, - [2203] = {.lex_state = 13, .external_lex_state = 7}, - [2204] = {.lex_state = 13, .external_lex_state = 7}, + [2203] = {.lex_state = 13, .external_lex_state = 6}, + [2204] = {.lex_state = 1, .external_lex_state = 4}, [2205] = {.lex_state = 13, .external_lex_state = 7}, [2206] = {.lex_state = 13, .external_lex_state = 6}, - [2207] = {.lex_state = 13, .external_lex_state = 7}, - [2208] = {.lex_state = 13, .external_lex_state = 7}, - [2209] = {.lex_state = 13, .external_lex_state = 6}, - [2210] = {.lex_state = 1, .external_lex_state = 4}, - [2211] = {.lex_state = 13, .external_lex_state = 6}, - [2212] = {.lex_state = 13, .external_lex_state = 6}, - [2213] = {.lex_state = 1, .external_lex_state = 4}, - [2214] = {.lex_state = 13, .external_lex_state = 6}, - [2215] = {.lex_state = 11, .external_lex_state = 5}, - [2216] = {.lex_state = 13, .external_lex_state = 7}, - [2217] = {.lex_state = 1, .external_lex_state = 4}, - [2218] = {.lex_state = 13, .external_lex_state = 6}, + [2207] = {.lex_state = 13, .external_lex_state = 6}, + [2208] = {.lex_state = 1, .external_lex_state = 4}, + [2209] = {.lex_state = 13, .external_lex_state = 7}, + [2210] = {.lex_state = 13, .external_lex_state = 7}, + [2211] = {.lex_state = 1, .external_lex_state = 4}, + [2212] = {.lex_state = 13, .external_lex_state = 7}, + [2213] = {.lex_state = 11, .external_lex_state = 5}, + [2214] = {.lex_state = 1, .external_lex_state = 4}, + [2215] = {.lex_state = 1, .external_lex_state = 4}, + [2216] = {.lex_state = 1, .external_lex_state = 4}, + [2217] = {.lex_state = 13, .external_lex_state = 7}, + [2218] = {.lex_state = 1, .external_lex_state = 4}, [2219] = {.lex_state = 1, .external_lex_state = 4}, - [2220] = {.lex_state = 13, .external_lex_state = 6}, + [2220] = {.lex_state = 13, .external_lex_state = 7}, [2221] = {.lex_state = 13, .external_lex_state = 7}, - [2222] = {.lex_state = 13, .external_lex_state = 6}, - [2223] = {.lex_state = 11, .external_lex_state = 5}, - [2224] = {.lex_state = 13, .external_lex_state = 7}, - [2225] = {.lex_state = 1, .external_lex_state = 4}, - [2226] = {.lex_state = 13, .external_lex_state = 7}, - [2227] = {.lex_state = 13, .external_lex_state = 6}, + [2222] = {.lex_state = 1, .external_lex_state = 4}, + [2223] = {.lex_state = 1, .external_lex_state = 4}, + [2224] = {.lex_state = 13, .external_lex_state = 6}, + [2225] = {.lex_state = 13, .external_lex_state = 6}, + [2226] = {.lex_state = 11, .external_lex_state = 5}, + [2227] = {.lex_state = 13, .external_lex_state = 7}, [2228] = {.lex_state = 13, .external_lex_state = 7}, - [2229] = {.lex_state = 13, .external_lex_state = 6}, + [2229] = {.lex_state = 13, .external_lex_state = 7}, [2230] = {.lex_state = 13, .external_lex_state = 7}, - [2231] = {.lex_state = 1, .external_lex_state = 4}, + [2231] = {.lex_state = 13, .external_lex_state = 7}, [2232] = {.lex_state = 13, .external_lex_state = 7}, - [2233] = {.lex_state = 1, .external_lex_state = 4}, + [2233] = {.lex_state = 13, .external_lex_state = 7}, [2234] = {.lex_state = 13, .external_lex_state = 7}, - [2235] = {.lex_state = 13, .external_lex_state = 7}, - [2236] = {.lex_state = 13, .external_lex_state = 7}, - [2237] = {.lex_state = 1, .external_lex_state = 4}, - [2238] = {.lex_state = 1, .external_lex_state = 4}, + [2235] = {.lex_state = 1, .external_lex_state = 4}, + [2236] = {.lex_state = 1, .external_lex_state = 4}, + [2237] = {.lex_state = 13, .external_lex_state = 7}, + [2238] = {.lex_state = 13, .external_lex_state = 7}, [2239] = {.lex_state = 13, .external_lex_state = 7}, [2240] = {.lex_state = 13, .external_lex_state = 7}, - [2241] = {.lex_state = 1, .external_lex_state = 4}, - [2242] = {.lex_state = 13, .external_lex_state = 6}, + [2241] = {.lex_state = 13, .external_lex_state = 7}, + [2242] = {.lex_state = 13, .external_lex_state = 7}, [2243] = {.lex_state = 13, .external_lex_state = 7}, - [2244] = {.lex_state = 1, .external_lex_state = 4}, + [2244] = {.lex_state = 13, .external_lex_state = 7}, [2245] = {.lex_state = 13, .external_lex_state = 7}, [2246] = {.lex_state = 13, .external_lex_state = 7}, - [2247] = {.lex_state = 13, .external_lex_state = 6}, - [2248] = {.lex_state = 13, .external_lex_state = 6}, - [2249] = {.lex_state = 1, .external_lex_state = 3}, + [2247] = {.lex_state = 13, .external_lex_state = 7}, + [2248] = {.lex_state = 13, .external_lex_state = 7}, + [2249] = {.lex_state = 11, .external_lex_state = 5}, [2250] = {.lex_state = 13, .external_lex_state = 6}, [2251] = {.lex_state = 13, .external_lex_state = 6}, - [2252] = {.lex_state = 13, .external_lex_state = 7}, + [2252] = {.lex_state = 2, .external_lex_state = 4}, [2253] = {.lex_state = 13, .external_lex_state = 6}, [2254] = {.lex_state = 13, .external_lex_state = 6}, [2255] = {.lex_state = 13, .external_lex_state = 6}, [2256] = {.lex_state = 13, .external_lex_state = 6}, - [2257] = {.lex_state = 1, .external_lex_state = 3}, + [2257] = {.lex_state = 13, .external_lex_state = 6}, [2258] = {.lex_state = 13, .external_lex_state = 6}, - [2259] = {.lex_state = 13, .external_lex_state = 7}, - [2260] = {.lex_state = 13, .external_lex_state = 7}, - [2261] = {.lex_state = 13, .external_lex_state = 7}, - [2262] = {.lex_state = 13, .external_lex_state = 7}, - [2263] = {.lex_state = 2, .external_lex_state = 4}, - [2264] = {.lex_state = 2, .external_lex_state = 4}, + [2259] = {.lex_state = 2, .external_lex_state = 4}, + [2260] = {.lex_state = 2, .external_lex_state = 4}, + [2261] = {.lex_state = 2, .external_lex_state = 4}, + [2262] = {.lex_state = 2, .external_lex_state = 4}, + [2263] = {.lex_state = 13, .external_lex_state = 6}, + [2264] = {.lex_state = 13, .external_lex_state = 6}, [2265] = {.lex_state = 2, .external_lex_state = 4}, [2266] = {.lex_state = 2, .external_lex_state = 4}, [2267] = {.lex_state = 2, .external_lex_state = 4}, [2268] = {.lex_state = 13, .external_lex_state = 6}, - [2269] = {.lex_state = 11, .external_lex_state = 5}, + [2269] = {.lex_state = 2, .external_lex_state = 4}, [2270] = {.lex_state = 2, .external_lex_state = 4}, - [2271] = {.lex_state = 2, .external_lex_state = 4}, - [2272] = {.lex_state = 2, .external_lex_state = 4}, - [2273] = {.lex_state = 13, .external_lex_state = 6}, + [2271] = {.lex_state = 13, .external_lex_state = 6}, + [2272] = {.lex_state = 13, .external_lex_state = 6}, + [2273] = {.lex_state = 2, .external_lex_state = 4}, [2274] = {.lex_state = 2, .external_lex_state = 4}, - [2275] = {.lex_state = 2, .external_lex_state = 4}, + [2275] = {.lex_state = 13, .external_lex_state = 6}, [2276] = {.lex_state = 13, .external_lex_state = 7}, [2277] = {.lex_state = 13, .external_lex_state = 6}, - [2278] = {.lex_state = 2, .external_lex_state = 4}, + [2278] = {.lex_state = 13, .external_lex_state = 7}, [2279] = {.lex_state = 13, .external_lex_state = 7}, [2280] = {.lex_state = 13, .external_lex_state = 6}, - [2281] = {.lex_state = 2, .external_lex_state = 4}, - [2282] = {.lex_state = 13, .external_lex_state = 7}, - [2283] = {.lex_state = 11, .external_lex_state = 5}, - [2284] = {.lex_state = 13, .external_lex_state = 6}, - [2285] = {.lex_state = 2, .external_lex_state = 4}, - [2286] = {.lex_state = 2, .external_lex_state = 4}, - [2287] = {.lex_state = 11, .external_lex_state = 5}, - [2288] = {.lex_state = 13, .external_lex_state = 6}, - [2289] = {.lex_state = 13, .external_lex_state = 6}, - [2290] = {.lex_state = 13, .external_lex_state = 7}, + [2281] = {.lex_state = 13, .external_lex_state = 6}, + [2282] = {.lex_state = 13, .external_lex_state = 6}, + [2283] = {.lex_state = 13, .external_lex_state = 6}, + [2284] = {.lex_state = 2, .external_lex_state = 4}, + [2285] = {.lex_state = 13, .external_lex_state = 7}, + [2286] = {.lex_state = 13, .external_lex_state = 7}, + [2287] = {.lex_state = 13, .external_lex_state = 7}, + [2288] = {.lex_state = 11, .external_lex_state = 5}, + [2289] = {.lex_state = 13, .external_lex_state = 7}, + [2290] = {.lex_state = 2, .external_lex_state = 4}, [2291] = {.lex_state = 13, .external_lex_state = 7}, - [2292] = {.lex_state = 13, .external_lex_state = 6}, + [2292] = {.lex_state = 13, .external_lex_state = 7}, [2293] = {.lex_state = 13, .external_lex_state = 7}, - [2294] = {.lex_state = 13, .external_lex_state = 6}, + [2294] = {.lex_state = 11, .external_lex_state = 5}, [2295] = {.lex_state = 13, .external_lex_state = 7}, - [2296] = {.lex_state = 13, .external_lex_state = 6}, - [2297] = {.lex_state = 2, .external_lex_state = 4}, - [2298] = {.lex_state = 13, .external_lex_state = 6}, + [2296] = {.lex_state = 13, .external_lex_state = 7}, + [2297] = {.lex_state = 13, .external_lex_state = 7}, + [2298] = {.lex_state = 2, .external_lex_state = 4}, [2299] = {.lex_state = 13, .external_lex_state = 6}, [2300] = {.lex_state = 13, .external_lex_state = 7}, [2301] = {.lex_state = 13, .external_lex_state = 6}, [2302] = {.lex_state = 13, .external_lex_state = 6}, - [2303] = {.lex_state = 13, .external_lex_state = 6}, - [2304] = {.lex_state = 11, .external_lex_state = 5}, + [2303] = {.lex_state = 2, .external_lex_state = 4}, + [2304] = {.lex_state = 13, .external_lex_state = 6}, [2305] = {.lex_state = 13, .external_lex_state = 6}, - [2306] = {.lex_state = 2, .external_lex_state = 4}, - [2307] = {.lex_state = 13, .external_lex_state = 7}, - [2308] = {.lex_state = 13, .external_lex_state = 7}, - [2309] = {.lex_state = 13, .external_lex_state = 6}, - [2310] = {.lex_state = 13, .external_lex_state = 7}, - [2311] = {.lex_state = 13, .external_lex_state = 6}, - [2312] = {.lex_state = 13, .external_lex_state = 6}, - [2313] = {.lex_state = 2, .external_lex_state = 4}, + [2306] = {.lex_state = 13, .external_lex_state = 6}, + [2307] = {.lex_state = 13, .external_lex_state = 6}, + [2308] = {.lex_state = 13, .external_lex_state = 6}, + [2309] = {.lex_state = 11, .external_lex_state = 5}, + [2310] = {.lex_state = 1, .external_lex_state = 3}, + [2311] = {.lex_state = 1, .external_lex_state = 3}, + [2312] = {.lex_state = 2, .external_lex_state = 4}, + [2313] = {.lex_state = 13, .external_lex_state = 7}, [2314] = {.lex_state = 11, .external_lex_state = 5}, [2315] = {.lex_state = 13, .external_lex_state = 6}, - [2316] = {.lex_state = 11, .external_lex_state = 5}, - [2317] = {.lex_state = 1, .external_lex_state = 4}, + [2316] = {.lex_state = 1, .external_lex_state = 4}, + [2317] = {.lex_state = 13, .external_lex_state = 7}, [2318] = {.lex_state = 13, .external_lex_state = 7}, [2319] = {.lex_state = 13, .external_lex_state = 6}, - [2320] = {.lex_state = 13, .external_lex_state = 6}, - [2321] = {.lex_state = 13, .external_lex_state = 6}, - [2322] = {.lex_state = 13, .external_lex_state = 6}, - [2323] = {.lex_state = 13, .external_lex_state = 6}, + [2320] = {.lex_state = 1, .external_lex_state = 4}, + [2321] = {.lex_state = 1, .external_lex_state = 4}, + [2322] = {.lex_state = 13, .external_lex_state = 7}, + [2323] = {.lex_state = 11, .external_lex_state = 5}, [2324] = {.lex_state = 13, .external_lex_state = 6}, [2325] = {.lex_state = 13, .external_lex_state = 6}, [2326] = {.lex_state = 13, .external_lex_state = 6}, [2327] = {.lex_state = 13, .external_lex_state = 6}, - [2328] = {.lex_state = 11, .external_lex_state = 5}, + [2328] = {.lex_state = 13, .external_lex_state = 6}, [2329] = {.lex_state = 13, .external_lex_state = 6}, [2330] = {.lex_state = 13, .external_lex_state = 6}, - [2331] = {.lex_state = 13, .external_lex_state = 6}, + [2331] = {.lex_state = 13, .external_lex_state = 7}, [2332] = {.lex_state = 13, .external_lex_state = 6}, [2333] = {.lex_state = 13, .external_lex_state = 6}, - [2334] = {.lex_state = 13, .external_lex_state = 6}, + [2334] = {.lex_state = 13, .external_lex_state = 7}, [2335] = {.lex_state = 13, .external_lex_state = 7}, - [2336] = {.lex_state = 13, .external_lex_state = 6}, + [2336] = {.lex_state = 13, .external_lex_state = 7}, [2337] = {.lex_state = 13, .external_lex_state = 6}, - [2338] = {.lex_state = 13, .external_lex_state = 6}, - [2339] = {.lex_state = 13, .external_lex_state = 6}, - [2340] = {.lex_state = 13, .external_lex_state = 6}, - [2341] = {.lex_state = 13, .external_lex_state = 7}, - [2342] = {.lex_state = 13, .external_lex_state = 6}, - [2343] = {.lex_state = 13, .external_lex_state = 7}, + [2338] = {.lex_state = 13, .external_lex_state = 7}, + [2339] = {.lex_state = 13, .external_lex_state = 7}, + [2340] = {.lex_state = 1, .external_lex_state = 4}, + [2341] = {.lex_state = 13, .external_lex_state = 6}, + [2342] = {.lex_state = 13, .external_lex_state = 7}, + [2343] = {.lex_state = 1, .external_lex_state = 4}, [2344] = {.lex_state = 13, .external_lex_state = 7}, - [2345] = {.lex_state = 13, .external_lex_state = 7}, - [2346] = {.lex_state = 13, .external_lex_state = 7}, + [2345] = {.lex_state = 13, .external_lex_state = 6}, + [2346] = {.lex_state = 11, .external_lex_state = 5}, [2347] = {.lex_state = 13, .external_lex_state = 7}, - [2348] = {.lex_state = 13, .external_lex_state = 6}, - [2349] = {.lex_state = 1, .external_lex_state = 4}, - [2350] = {.lex_state = 13, .external_lex_state = 7}, - [2351] = {.lex_state = 13, .external_lex_state = 6}, + [2348] = {.lex_state = 1, .external_lex_state = 4}, + [2349] = {.lex_state = 13, .external_lex_state = 6}, + [2350] = {.lex_state = 11, .external_lex_state = 5}, + [2351] = {.lex_state = 13, .external_lex_state = 7}, [2352] = {.lex_state = 13, .external_lex_state = 6}, [2353] = {.lex_state = 13, .external_lex_state = 6}, - [2354] = {.lex_state = 13, .external_lex_state = 7}, + [2354] = {.lex_state = 13, .external_lex_state = 6}, [2355] = {.lex_state = 13, .external_lex_state = 6}, - [2356] = {.lex_state = 1, .external_lex_state = 4}, - [2357] = {.lex_state = 13, .external_lex_state = 7}, + [2356] = {.lex_state = 13, .external_lex_state = 7}, + [2357] = {.lex_state = 13, .external_lex_state = 6}, [2358] = {.lex_state = 13, .external_lex_state = 6}, [2359] = {.lex_state = 13, .external_lex_state = 7}, - [2360] = {.lex_state = 13, .external_lex_state = 6}, + [2360] = {.lex_state = 1, .external_lex_state = 4}, [2361] = {.lex_state = 13, .external_lex_state = 6}, - [2362] = {.lex_state = 13, .external_lex_state = 7}, + [2362] = {.lex_state = 13, .external_lex_state = 6}, [2363] = {.lex_state = 13, .external_lex_state = 6}, - [2364] = {.lex_state = 13, .external_lex_state = 7}, - [2365] = {.lex_state = 13, .external_lex_state = 7}, - [2366] = {.lex_state = 13, .external_lex_state = 6}, - [2367] = {.lex_state = 13, .external_lex_state = 7}, - [2368] = {.lex_state = 11, .external_lex_state = 5}, - [2369] = {.lex_state = 1, .external_lex_state = 4}, - [2370] = {.lex_state = 1, .external_lex_state = 4}, + [2364] = {.lex_state = 13, .external_lex_state = 6}, + [2365] = {.lex_state = 13, .external_lex_state = 6}, + [2366] = {.lex_state = 1, .external_lex_state = 4}, + [2367] = {.lex_state = 1, .external_lex_state = 4}, + [2368] = {.lex_state = 13, .external_lex_state = 6}, + [2369] = {.lex_state = 13, .external_lex_state = 6}, + [2370] = {.lex_state = 13, .external_lex_state = 6}, [2371] = {.lex_state = 13, .external_lex_state = 6}, - [2372] = {.lex_state = 13, .external_lex_state = 6}, + [2372] = {.lex_state = 1, .external_lex_state = 4}, [2373] = {.lex_state = 13, .external_lex_state = 6}, - [2374] = {.lex_state = 1, .external_lex_state = 4}, - [2375] = {.lex_state = 13, .external_lex_state = 7}, - [2376] = {.lex_state = 1, .external_lex_state = 4}, - [2377] = {.lex_state = 13, .external_lex_state = 6}, - [2378] = {.lex_state = 13, .external_lex_state = 7}, - [2379] = {.lex_state = 1, .external_lex_state = 4}, - [2380] = {.lex_state = 11, .external_lex_state = 5}, + [2374] = {.lex_state = 13, .external_lex_state = 6}, + [2375] = {.lex_state = 11, .external_lex_state = 5}, + [2376] = {.lex_state = 13, .external_lex_state = 6}, + [2377] = {.lex_state = 13, .external_lex_state = 7}, + [2378] = {.lex_state = 13, .external_lex_state = 6}, + [2379] = {.lex_state = 13, .external_lex_state = 6}, + [2380] = {.lex_state = 13, .external_lex_state = 7}, [2381] = {.lex_state = 13, .external_lex_state = 6}, - [2382] = {.lex_state = 1, .external_lex_state = 4}, + [2382] = {.lex_state = 13, .external_lex_state = 7}, [2383] = {.lex_state = 13, .external_lex_state = 6}, [2384] = {.lex_state = 13, .external_lex_state = 6}, - [2385] = {.lex_state = 1, .external_lex_state = 4}, - [2386] = {.lex_state = 13, .external_lex_state = 6}, - [2387] = {.lex_state = 13, .external_lex_state = 6}, - [2388] = {.lex_state = 11, .external_lex_state = 5}, - [2389] = {.lex_state = 11, .external_lex_state = 5}, - [2390] = {.lex_state = 13, .external_lex_state = 7}, - [2391] = {.lex_state = 13, .external_lex_state = 7}, - [2392] = {.lex_state = 13, .external_lex_state = 7}, + [2385] = {.lex_state = 13, .external_lex_state = 6}, + [2386] = {.lex_state = 13, .external_lex_state = 7}, + [2387] = {.lex_state = 13, .external_lex_state = 7}, + [2388] = {.lex_state = 13, .external_lex_state = 7}, + [2389] = {.lex_state = 13, .external_lex_state = 7}, + [2390] = {.lex_state = 11, .external_lex_state = 5}, + [2391] = {.lex_state = 11, .external_lex_state = 5}, + [2392] = {.lex_state = 13, .external_lex_state = 6}, [2393] = {.lex_state = 13, .external_lex_state = 7}, [2394] = {.lex_state = 13, .external_lex_state = 7}, - [2395] = {.lex_state = 13, .external_lex_state = 7}, - [2396] = {.lex_state = 11, .external_lex_state = 5}, - [2397] = {.lex_state = 13, .external_lex_state = 7}, - [2398] = {.lex_state = 13, .external_lex_state = 7}, + [2395] = {.lex_state = 13, .external_lex_state = 6}, + [2396] = {.lex_state = 13, .external_lex_state = 7}, + [2397] = {.lex_state = 11, .external_lex_state = 5}, + [2398] = {.lex_state = 13, .external_lex_state = 6}, [2399] = {.lex_state = 13, .external_lex_state = 6}, - [2400] = {.lex_state = 11, .external_lex_state = 5}, + [2400] = {.lex_state = 13, .external_lex_state = 7}, [2401] = {.lex_state = 13, .external_lex_state = 7}, - [2402] = {.lex_state = 13, .external_lex_state = 6}, + [2402] = {.lex_state = 11, .external_lex_state = 5}, [2403] = {.lex_state = 13, .external_lex_state = 7}, [2404] = {.lex_state = 13, .external_lex_state = 7}, - [2405] = {.lex_state = 13, .external_lex_state = 6}, - [2406] = {.lex_state = 13, .external_lex_state = 7}, - [2407] = {.lex_state = 13, .external_lex_state = 7}, + [2405] = {.lex_state = 13, .external_lex_state = 7}, + [2406] = {.lex_state = 13, .external_lex_state = 6}, + [2407] = {.lex_state = 13, .external_lex_state = 6}, [2408] = {.lex_state = 13, .external_lex_state = 7}, - [2409] = {.lex_state = 13, .external_lex_state = 6}, + [2409] = {.lex_state = 13, .external_lex_state = 7}, [2410] = {.lex_state = 13, .external_lex_state = 7}, [2411] = {.lex_state = 13, .external_lex_state = 7}, [2412] = {.lex_state = 13, .external_lex_state = 7}, [2413] = {.lex_state = 13, .external_lex_state = 7}, - [2414] = {.lex_state = 13, .external_lex_state = 7}, - [2415] = {.lex_state = 13, .external_lex_state = 6}, - [2416] = {.lex_state = 13, .external_lex_state = 6}, - [2417] = {.lex_state = 13, .external_lex_state = 7}, - [2418] = {.lex_state = 11, .external_lex_state = 5}, - [2419] = {.lex_state = 13, .external_lex_state = 7}, + [2414] = {.lex_state = 11, .external_lex_state = 5}, + [2415] = {.lex_state = 13, .external_lex_state = 7}, + [2416] = {.lex_state = 13, .external_lex_state = 7}, + [2417] = {.lex_state = 13, .external_lex_state = 6}, + [2418] = {.lex_state = 13, .external_lex_state = 7}, + [2419] = {.lex_state = 13, .external_lex_state = 6}, [2420] = {.lex_state = 13, .external_lex_state = 6}, [2421] = {.lex_state = 13, .external_lex_state = 6}, [2422] = {.lex_state = 13, .external_lex_state = 6}, - [2423] = {.lex_state = 13, .external_lex_state = 7}, - [2424] = {.lex_state = 13, .external_lex_state = 6}, + [2423] = {.lex_state = 13, .external_lex_state = 6}, + [2424] = {.lex_state = 13, .external_lex_state = 7}, [2425] = {.lex_state = 13, .external_lex_state = 7}, [2426] = {.lex_state = 13, .external_lex_state = 7}, - [2427] = {.lex_state = 13, .external_lex_state = 6}, + [2427] = {.lex_state = 13, .external_lex_state = 7}, [2428] = {.lex_state = 13, .external_lex_state = 6}, - [2429] = {.lex_state = 13, .external_lex_state = 7}, + [2429] = {.lex_state = 13, .external_lex_state = 6}, [2430] = {.lex_state = 13, .external_lex_state = 7}, - [2431] = {.lex_state = 13, .external_lex_state = 6}, - [2432] = {.lex_state = 13, .external_lex_state = 7}, - [2433] = {.lex_state = 13, .external_lex_state = 7}, + [2431] = {.lex_state = 13, .external_lex_state = 7}, + [2432] = {.lex_state = 13, .external_lex_state = 6}, + [2433] = {.lex_state = 13, .external_lex_state = 6}, [2434] = {.lex_state = 13, .external_lex_state = 7}, [2435] = {.lex_state = 13, .external_lex_state = 6}, [2436] = {.lex_state = 13, .external_lex_state = 7}, - [2437] = {.lex_state = 13, .external_lex_state = 6}, + [2437] = {.lex_state = 13, .external_lex_state = 7}, [2438] = {.lex_state = 13, .external_lex_state = 6}, [2439] = {.lex_state = 13, .external_lex_state = 7}, [2440] = {.lex_state = 13, .external_lex_state = 6}, - [2441] = {.lex_state = 13, .external_lex_state = 6}, - [2442] = {.lex_state = 13, .external_lex_state = 7}, + [2441] = {.lex_state = 13, .external_lex_state = 7}, + [2442] = {.lex_state = 13, .external_lex_state = 6}, [2443] = {.lex_state = 13, .external_lex_state = 6}, [2444] = {.lex_state = 13, .external_lex_state = 6}, [2445] = {.lex_state = 13, .external_lex_state = 7}, [2446] = {.lex_state = 13, .external_lex_state = 6}, [2447] = {.lex_state = 13, .external_lex_state = 6}, - [2448] = {.lex_state = 13, .external_lex_state = 7}, + [2448] = {.lex_state = 13, .external_lex_state = 6}, [2449] = {.lex_state = 13, .external_lex_state = 7}, [2450] = {.lex_state = 13, .external_lex_state = 7}, [2451] = {.lex_state = 13, .external_lex_state = 6}, - [2452] = {.lex_state = 13, .external_lex_state = 6}, + [2452] = {.lex_state = 13, .external_lex_state = 7}, [2453] = {.lex_state = 13, .external_lex_state = 6}, [2454] = {.lex_state = 13, .external_lex_state = 6}, - [2455] = {.lex_state = 13, .external_lex_state = 7}, + [2455] = {.lex_state = 13, .external_lex_state = 6}, [2456] = {.lex_state = 13, .external_lex_state = 6}, [2457] = {.lex_state = 13, .external_lex_state = 6}, - [2458] = {.lex_state = 13, .external_lex_state = 6}, - [2459] = {.lex_state = 13, .external_lex_state = 7}, - [2460] = {.lex_state = 13, .external_lex_state = 6}, - [2461] = {.lex_state = 13, .external_lex_state = 6}, + [2458] = {.lex_state = 13, .external_lex_state = 7}, + [2459] = {.lex_state = 13, .external_lex_state = 6}, + [2460] = {.lex_state = 13, .external_lex_state = 7}, + [2461] = {.lex_state = 13, .external_lex_state = 7}, [2462] = {.lex_state = 13, .external_lex_state = 6}, [2463] = {.lex_state = 13, .external_lex_state = 6}, - [2464] = {.lex_state = 13, .external_lex_state = 7}, + [2464] = {.lex_state = 13, .external_lex_state = 6}, [2465] = {.lex_state = 13, .external_lex_state = 6}, [2466] = {.lex_state = 13, .external_lex_state = 7}, - [2467] = {.lex_state = 13, .external_lex_state = 6}, + [2467] = {.lex_state = 13, .external_lex_state = 7}, [2468] = {.lex_state = 13, .external_lex_state = 7}, [2469] = {.lex_state = 13, .external_lex_state = 7}, [2470] = {.lex_state = 13, .external_lex_state = 7}, @@ -25953,51 +25951,51 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2472] = {.lex_state = 13, .external_lex_state = 7}, [2473] = {.lex_state = 13, .external_lex_state = 7}, [2474] = {.lex_state = 13, .external_lex_state = 7}, - [2475] = {.lex_state = 13, .external_lex_state = 6}, + [2475] = {.lex_state = 13, .external_lex_state = 7}, [2476] = {.lex_state = 13, .external_lex_state = 7}, [2477] = {.lex_state = 13, .external_lex_state = 7}, - [2478] = {.lex_state = 13, .external_lex_state = 6}, - [2479] = {.lex_state = 13, .external_lex_state = 6}, + [2478] = {.lex_state = 13, .external_lex_state = 7}, + [2479] = {.lex_state = 13, .external_lex_state = 7}, [2480] = {.lex_state = 13, .external_lex_state = 6}, [2481] = {.lex_state = 13, .external_lex_state = 7}, [2482] = {.lex_state = 13, .external_lex_state = 7}, [2483] = {.lex_state = 13, .external_lex_state = 7}, [2484] = {.lex_state = 13, .external_lex_state = 7}, - [2485] = {.lex_state = 13, .external_lex_state = 7}, + [2485] = {.lex_state = 13, .external_lex_state = 6}, [2486] = {.lex_state = 13, .external_lex_state = 6}, - [2487] = {.lex_state = 13, .external_lex_state = 7}, - [2488] = {.lex_state = 13, .external_lex_state = 7}, - [2489] = {.lex_state = 13, .external_lex_state = 7}, - [2490] = {.lex_state = 13, .external_lex_state = 7}, - [2491] = {.lex_state = 13, .external_lex_state = 6}, - [2492] = {.lex_state = 13, .external_lex_state = 7}, + [2487] = {.lex_state = 13, .external_lex_state = 6}, + [2488] = {.lex_state = 13, .external_lex_state = 6}, + [2489] = {.lex_state = 13, .external_lex_state = 6}, + [2490] = {.lex_state = 13, .external_lex_state = 6}, + [2491] = {.lex_state = 13, .external_lex_state = 7}, + [2492] = {.lex_state = 13, .external_lex_state = 6}, [2493] = {.lex_state = 13, .external_lex_state = 6}, - [2494] = {.lex_state = 13, .external_lex_state = 6}, - [2495] = {.lex_state = 13, .external_lex_state = 7}, - [2496] = {.lex_state = 13, .external_lex_state = 7}, + [2494] = {.lex_state = 13, .external_lex_state = 7}, + [2495] = {.lex_state = 13, .external_lex_state = 6}, + [2496] = {.lex_state = 13, .external_lex_state = 6}, [2497] = {.lex_state = 13, .external_lex_state = 6}, [2498] = {.lex_state = 13, .external_lex_state = 7}, - [2499] = {.lex_state = 13, .external_lex_state = 7}, - [2500] = {.lex_state = 13, .external_lex_state = 6}, + [2499] = {.lex_state = 13, .external_lex_state = 6}, + [2500] = {.lex_state = 13, .external_lex_state = 7}, [2501] = {.lex_state = 13, .external_lex_state = 6}, - [2502] = {.lex_state = 13, .external_lex_state = 6}, + [2502] = {.lex_state = 13, .external_lex_state = 7}, [2503] = {.lex_state = 13, .external_lex_state = 6}, [2504] = {.lex_state = 13, .external_lex_state = 6}, [2505] = {.lex_state = 13, .external_lex_state = 7}, [2506] = {.lex_state = 13, .external_lex_state = 7}, [2507] = {.lex_state = 13, .external_lex_state = 7}, [2508] = {.lex_state = 13, .external_lex_state = 6}, - [2509] = {.lex_state = 13, .external_lex_state = 7}, - [2510] = {.lex_state = 13, .external_lex_state = 7}, - [2511] = {.lex_state = 13, .external_lex_state = 6}, - [2512] = {.lex_state = 13, .external_lex_state = 6}, + [2509] = {.lex_state = 13, .external_lex_state = 6}, + [2510] = {.lex_state = 13, .external_lex_state = 6}, + [2511] = {.lex_state = 13, .external_lex_state = 7}, + [2512] = {.lex_state = 13, .external_lex_state = 7}, [2513] = {.lex_state = 13, .external_lex_state = 7}, [2514] = {.lex_state = 13, .external_lex_state = 6}, - [2515] = {.lex_state = 13, .external_lex_state = 7}, - [2516] = {.lex_state = 13, .external_lex_state = 6}, + [2515] = {.lex_state = 13, .external_lex_state = 6}, + [2516] = {.lex_state = 13, .external_lex_state = 7}, [2517] = {.lex_state = 13, .external_lex_state = 6}, [2518] = {.lex_state = 13, .external_lex_state = 6}, - [2519] = {.lex_state = 13, .external_lex_state = 6}, + [2519] = {.lex_state = 13, .external_lex_state = 7}, [2520] = {.lex_state = 13, .external_lex_state = 7}, [2521] = {.lex_state = 13, .external_lex_state = 7}, [2522] = {.lex_state = 13, .external_lex_state = 7}, @@ -26005,104 +26003,104 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2524] = {.lex_state = 13, .external_lex_state = 7}, [2525] = {.lex_state = 13, .external_lex_state = 7}, [2526] = {.lex_state = 13, .external_lex_state = 7}, - [2527] = {.lex_state = 13, .external_lex_state = 7}, + [2527] = {.lex_state = 13, .external_lex_state = 6}, [2528] = {.lex_state = 13, .external_lex_state = 6}, [2529] = {.lex_state = 13, .external_lex_state = 6}, - [2530] = {.lex_state = 13, .external_lex_state = 6}, - [2531] = {.lex_state = 13, .external_lex_state = 6}, - [2532] = {.lex_state = 13, .external_lex_state = 6}, + [2530] = {.lex_state = 13, .external_lex_state = 7}, + [2531] = {.lex_state = 13, .external_lex_state = 7}, + [2532] = {.lex_state = 13, .external_lex_state = 7}, [2533] = {.lex_state = 13, .external_lex_state = 7}, - [2534] = {.lex_state = 13, .external_lex_state = 6}, + [2534] = {.lex_state = 11, .external_lex_state = 5}, [2535] = {.lex_state = 13, .external_lex_state = 7}, [2536] = {.lex_state = 13, .external_lex_state = 6}, - [2537] = {.lex_state = 11, .external_lex_state = 5}, + [2537] = {.lex_state = 13, .external_lex_state = 7}, [2538] = {.lex_state = 13, .external_lex_state = 6}, [2539] = {.lex_state = 13, .external_lex_state = 7}, - [2540] = {.lex_state = 11, .external_lex_state = 5}, - [2541] = {.lex_state = 13, .external_lex_state = 6}, + [2540] = {.lex_state = 13, .external_lex_state = 6}, + [2541] = {.lex_state = 13, .external_lex_state = 7}, [2542] = {.lex_state = 13, .external_lex_state = 7}, [2543] = {.lex_state = 13, .external_lex_state = 6}, [2544] = {.lex_state = 13, .external_lex_state = 6}, - [2545] = {.lex_state = 13, .external_lex_state = 7}, + [2545] = {.lex_state = 13, .external_lex_state = 6}, [2546] = {.lex_state = 13, .external_lex_state = 7}, - [2547] = {.lex_state = 13, .external_lex_state = 7}, + [2547] = {.lex_state = 11, .external_lex_state = 5}, [2548] = {.lex_state = 13, .external_lex_state = 7}, [2549] = {.lex_state = 13, .external_lex_state = 6}, - [2550] = {.lex_state = 13, .external_lex_state = 7}, + [2550] = {.lex_state = 13, .external_lex_state = 6}, [2551] = {.lex_state = 13, .external_lex_state = 7}, [2552] = {.lex_state = 13, .external_lex_state = 6}, - [2553] = {.lex_state = 11, .external_lex_state = 5}, - [2554] = {.lex_state = 11, .external_lex_state = 5}, + [2553] = {.lex_state = 13, .external_lex_state = 6}, + [2554] = {.lex_state = 13, .external_lex_state = 6}, [2555] = {.lex_state = 13, .external_lex_state = 6}, [2556] = {.lex_state = 13, .external_lex_state = 7}, - [2557] = {.lex_state = 13, .external_lex_state = 7}, + [2557] = {.lex_state = 11, .external_lex_state = 5}, [2558] = {.lex_state = 13, .external_lex_state = 7}, [2559] = {.lex_state = 13, .external_lex_state = 7}, - [2560] = {.lex_state = 11, .external_lex_state = 5}, - [2561] = {.lex_state = 13, .external_lex_state = 6}, - [2562] = {.lex_state = 13, .external_lex_state = 6}, + [2560] = {.lex_state = 13, .external_lex_state = 7}, + [2561] = {.lex_state = 13, .external_lex_state = 7}, + [2562] = {.lex_state = 13, .external_lex_state = 7}, [2563] = {.lex_state = 13, .external_lex_state = 6}, - [2564] = {.lex_state = 13, .external_lex_state = 7}, + [2564] = {.lex_state = 11, .external_lex_state = 5}, [2565] = {.lex_state = 13, .external_lex_state = 7}, - [2566] = {.lex_state = 13, .external_lex_state = 7}, - [2567] = {.lex_state = 13, .external_lex_state = 6}, - [2568] = {.lex_state = 13, .external_lex_state = 6}, - [2569] = {.lex_state = 13, .external_lex_state = 6}, - [2570] = {.lex_state = 13, .external_lex_state = 7}, + [2566] = {.lex_state = 13, .external_lex_state = 6}, + [2567] = {.lex_state = 11, .external_lex_state = 5}, + [2568] = {.lex_state = 13, .external_lex_state = 7}, + [2569] = {.lex_state = 13, .external_lex_state = 7}, + [2570] = {.lex_state = 13, .external_lex_state = 6}, [2571] = {.lex_state = 13, .external_lex_state = 6}, [2572] = {.lex_state = 13, .external_lex_state = 6}, - [2573] = {.lex_state = 13, .external_lex_state = 7}, + [2573] = {.lex_state = 13, .external_lex_state = 6}, [2574] = {.lex_state = 13, .external_lex_state = 6}, - [2575] = {.lex_state = 13, .external_lex_state = 6}, - [2576] = {.lex_state = 13, .external_lex_state = 7}, + [2575] = {.lex_state = 13, .external_lex_state = 7}, + [2576] = {.lex_state = 13, .external_lex_state = 6}, [2577] = {.lex_state = 13, .external_lex_state = 6}, [2578] = {.lex_state = 13, .external_lex_state = 7}, [2579] = {.lex_state = 13, .external_lex_state = 6}, - [2580] = {.lex_state = 13, .external_lex_state = 6}, + [2580] = {.lex_state = 13, .external_lex_state = 7}, [2581] = {.lex_state = 13, .external_lex_state = 6}, - [2582] = {.lex_state = 13, .external_lex_state = 7}, + [2582] = {.lex_state = 13, .external_lex_state = 6}, [2583] = {.lex_state = 13, .external_lex_state = 6}, - [2584] = {.lex_state = 13, .external_lex_state = 7}, + [2584] = {.lex_state = 13, .external_lex_state = 6}, [2585] = {.lex_state = 13, .external_lex_state = 7}, - [2586] = {.lex_state = 13, .external_lex_state = 6}, + [2586] = {.lex_state = 13, .external_lex_state = 7}, [2587] = {.lex_state = 13, .external_lex_state = 6}, [2588] = {.lex_state = 13, .external_lex_state = 6}, [2589] = {.lex_state = 13, .external_lex_state = 6}, - [2590] = {.lex_state = 13, .external_lex_state = 7}, + [2590] = {.lex_state = 13, .external_lex_state = 6}, [2591] = {.lex_state = 13, .external_lex_state = 6}, - [2592] = {.lex_state = 11, .external_lex_state = 5}, - [2593] = {.lex_state = 13, .external_lex_state = 7}, - [2594] = {.lex_state = 13, .external_lex_state = 6}, + [2592] = {.lex_state = 13, .external_lex_state = 6}, + [2593] = {.lex_state = 13, .external_lex_state = 6}, + [2594] = {.lex_state = 13, .external_lex_state = 7}, [2595] = {.lex_state = 13, .external_lex_state = 6}, [2596] = {.lex_state = 13, .external_lex_state = 6}, - [2597] = {.lex_state = 13, .external_lex_state = 6}, + [2597] = {.lex_state = 11, .external_lex_state = 5}, [2598] = {.lex_state = 13, .external_lex_state = 6}, - [2599] = {.lex_state = 13, .external_lex_state = 6}, - [2600] = {.lex_state = 13, .external_lex_state = 7}, - [2601] = {.lex_state = 13, .external_lex_state = 7}, - [2602] = {.lex_state = 13, .external_lex_state = 7}, + [2599] = {.lex_state = 13, .external_lex_state = 7}, + [2600] = {.lex_state = 11, .external_lex_state = 5}, + [2601] = {.lex_state = 13, .external_lex_state = 6}, + [2602] = {.lex_state = 13, .external_lex_state = 6}, [2603] = {.lex_state = 13, .external_lex_state = 6}, - [2604] = {.lex_state = 13, .external_lex_state = 7}, - [2605] = {.lex_state = 13, .external_lex_state = 6}, + [2604] = {.lex_state = 13, .external_lex_state = 6}, + [2605] = {.lex_state = 13, .external_lex_state = 7}, [2606] = {.lex_state = 13, .external_lex_state = 6}, - [2607] = {.lex_state = 13, .external_lex_state = 6}, + [2607] = {.lex_state = 13, .external_lex_state = 7}, [2608] = {.lex_state = 11, .external_lex_state = 5}, [2609] = {.lex_state = 13, .external_lex_state = 6}, [2610] = {.lex_state = 13, .external_lex_state = 6}, - [2611] = {.lex_state = 13, .external_lex_state = 7}, - [2612] = {.lex_state = 11, .external_lex_state = 5}, - [2613] = {.lex_state = 13, .external_lex_state = 7}, + [2611] = {.lex_state = 13, .external_lex_state = 6}, + [2612] = {.lex_state = 13, .external_lex_state = 7}, + [2613] = {.lex_state = 13, .external_lex_state = 6}, [2614] = {.lex_state = 13, .external_lex_state = 6}, [2615] = {.lex_state = 13, .external_lex_state = 6}, - [2616] = {.lex_state = 13, .external_lex_state = 7}, + [2616] = {.lex_state = 13, .external_lex_state = 6}, [2617] = {.lex_state = 13, .external_lex_state = 6}, - [2618] = {.lex_state = 13, .external_lex_state = 7}, - [2619] = {.lex_state = 11, .external_lex_state = 5}, - [2620] = {.lex_state = 13, .external_lex_state = 6}, + [2618] = {.lex_state = 13, .external_lex_state = 6}, + [2619] = {.lex_state = 13, .external_lex_state = 7}, + [2620] = {.lex_state = 13, .external_lex_state = 7}, [2621] = {.lex_state = 11, .external_lex_state = 5}, - [2622] = {.lex_state = 13, .external_lex_state = 7}, - [2623] = {.lex_state = 13, .external_lex_state = 6}, - [2624] = {.lex_state = 11, .external_lex_state = 5}, + [2622] = {.lex_state = 11, .external_lex_state = 5}, + [2623] = {.lex_state = 13, .external_lex_state = 7}, + [2624] = {.lex_state = 13, .external_lex_state = 7}, [2625] = {.lex_state = 13, .external_lex_state = 7}, [2626] = {.lex_state = 13, .external_lex_state = 7}, [2627] = {.lex_state = 13, .external_lex_state = 7}, @@ -26110,7 +26108,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2629] = {.lex_state = 13, .external_lex_state = 7}, [2630] = {.lex_state = 13, .external_lex_state = 7}, [2631] = {.lex_state = 13, .external_lex_state = 7}, - [2632] = {.lex_state = 13, .external_lex_state = 7}, + [2632] = {.lex_state = 13, .external_lex_state = 6}, [2633] = {.lex_state = 13, .external_lex_state = 7}, [2634] = {.lex_state = 13, .external_lex_state = 7}, [2635] = {.lex_state = 13, .external_lex_state = 7}, @@ -26118,122 +26116,122 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2637] = {.lex_state = 13, .external_lex_state = 7}, [2638] = {.lex_state = 13, .external_lex_state = 7}, [2639] = {.lex_state = 13, .external_lex_state = 7}, - [2640] = {.lex_state = 13, .external_lex_state = 7}, + [2640] = {.lex_state = 13, .external_lex_state = 6}, [2641] = {.lex_state = 13, .external_lex_state = 7}, - [2642] = {.lex_state = 13, .external_lex_state = 7}, - [2643] = {.lex_state = 13, .external_lex_state = 6}, + [2642] = {.lex_state = 13, .external_lex_state = 6}, + [2643] = {.lex_state = 13, .external_lex_state = 7}, [2644] = {.lex_state = 13, .external_lex_state = 7}, - [2645] = {.lex_state = 13, .external_lex_state = 6}, + [2645] = {.lex_state = 13, .external_lex_state = 7}, [2646] = {.lex_state = 13, .external_lex_state = 7}, [2647] = {.lex_state = 13, .external_lex_state = 7}, [2648] = {.lex_state = 13, .external_lex_state = 7}, [2649] = {.lex_state = 13, .external_lex_state = 7}, - [2650] = {.lex_state = 13, .external_lex_state = 7}, + [2650] = {.lex_state = 11, .external_lex_state = 5}, [2651] = {.lex_state = 13, .external_lex_state = 7}, - [2652] = {.lex_state = 13, .external_lex_state = 6}, + [2652] = {.lex_state = 13, .external_lex_state = 7}, [2653] = {.lex_state = 13, .external_lex_state = 7}, [2654] = {.lex_state = 13, .external_lex_state = 7}, [2655] = {.lex_state = 13, .external_lex_state = 7}, [2656] = {.lex_state = 13, .external_lex_state = 7}, - [2657] = {.lex_state = 13, .external_lex_state = 7}, - [2658] = {.lex_state = 13, .external_lex_state = 7}, + [2657] = {.lex_state = 13, .external_lex_state = 6}, + [2658] = {.lex_state = 11, .external_lex_state = 5}, [2659] = {.lex_state = 13, .external_lex_state = 7}, - [2660] = {.lex_state = 13, .external_lex_state = 6}, - [2661] = {.lex_state = 13, .external_lex_state = 6}, + [2660] = {.lex_state = 13, .external_lex_state = 7}, + [2661] = {.lex_state = 13, .external_lex_state = 7}, [2662] = {.lex_state = 13, .external_lex_state = 7}, [2663] = {.lex_state = 13, .external_lex_state = 7}, - [2664] = {.lex_state = 13, .external_lex_state = 6}, - [2665] = {.lex_state = 13, .external_lex_state = 7}, + [2664] = {.lex_state = 13, .external_lex_state = 7}, + [2665] = {.lex_state = 11, .external_lex_state = 5}, [2666] = {.lex_state = 13, .external_lex_state = 7}, [2667] = {.lex_state = 13, .external_lex_state = 7}, [2668] = {.lex_state = 13, .external_lex_state = 7}, [2669] = {.lex_state = 13, .external_lex_state = 7}, [2670] = {.lex_state = 13, .external_lex_state = 7}, - [2671] = {.lex_state = 13, .external_lex_state = 6}, + [2671] = {.lex_state = 13, .external_lex_state = 7}, [2672] = {.lex_state = 13, .external_lex_state = 7}, [2673] = {.lex_state = 13, .external_lex_state = 7}, - [2674] = {.lex_state = 11, .external_lex_state = 5}, + [2674] = {.lex_state = 13, .external_lex_state = 7}, [2675] = {.lex_state = 13, .external_lex_state = 7}, - [2676] = {.lex_state = 13, .external_lex_state = 7}, + [2676] = {.lex_state = 11, .external_lex_state = 5}, [2677] = {.lex_state = 13, .external_lex_state = 7}, - [2678] = {.lex_state = 11, .external_lex_state = 5}, - [2679] = {.lex_state = 11, .external_lex_state = 5}, - [2680] = {.lex_state = 13, .external_lex_state = 6}, + [2678] = {.lex_state = 13, .external_lex_state = 7}, + [2679] = {.lex_state = 13, .external_lex_state = 6}, + [2680] = {.lex_state = 13, .external_lex_state = 7}, [2681] = {.lex_state = 13, .external_lex_state = 6}, [2682] = {.lex_state = 13, .external_lex_state = 6}, - [2683] = {.lex_state = 13, .external_lex_state = 7}, + [2683] = {.lex_state = 13, .external_lex_state = 6}, [2684] = {.lex_state = 13, .external_lex_state = 6}, - [2685] = {.lex_state = 13, .external_lex_state = 6}, + [2685] = {.lex_state = 13, .external_lex_state = 7}, [2686] = {.lex_state = 13, .external_lex_state = 6}, [2687] = {.lex_state = 13, .external_lex_state = 6}, - [2688] = {.lex_state = 13, .external_lex_state = 7}, + [2688] = {.lex_state = 13, .external_lex_state = 6}, [2689] = {.lex_state = 13, .external_lex_state = 6}, - [2690] = {.lex_state = 13, .external_lex_state = 6}, + [2690] = {.lex_state = 13, .external_lex_state = 7}, [2691] = {.lex_state = 13, .external_lex_state = 7}, [2692] = {.lex_state = 13, .external_lex_state = 6}, [2693] = {.lex_state = 13, .external_lex_state = 6}, [2694] = {.lex_state = 13, .external_lex_state = 6}, [2695] = {.lex_state = 13, .external_lex_state = 7}, [2696] = {.lex_state = 13, .external_lex_state = 6}, - [2697] = {.lex_state = 13, .external_lex_state = 6}, + [2697] = {.lex_state = 13, .external_lex_state = 7}, [2698] = {.lex_state = 13, .external_lex_state = 7}, - [2699] = {.lex_state = 13, .external_lex_state = 7}, + [2699] = {.lex_state = 13, .external_lex_state = 6}, [2700] = {.lex_state = 13, .external_lex_state = 6}, - [2701] = {.lex_state = 13, .external_lex_state = 7}, + [2701] = {.lex_state = 13, .external_lex_state = 6}, [2702] = {.lex_state = 13, .external_lex_state = 6}, - [2703] = {.lex_state = 13, .external_lex_state = 7}, - [2704] = {.lex_state = 13, .external_lex_state = 7}, + [2703] = {.lex_state = 13, .external_lex_state = 6}, + [2704] = {.lex_state = 13, .external_lex_state = 6}, [2705] = {.lex_state = 13, .external_lex_state = 6}, [2706] = {.lex_state = 13, .external_lex_state = 7}, [2707] = {.lex_state = 13, .external_lex_state = 7}, - [2708] = {.lex_state = 13, .external_lex_state = 6}, - [2709] = {.lex_state = 13, .external_lex_state = 7}, + [2708] = {.lex_state = 13, .external_lex_state = 7}, + [2709] = {.lex_state = 13, .external_lex_state = 6}, [2710] = {.lex_state = 13, .external_lex_state = 7}, - [2711] = {.lex_state = 13, .external_lex_state = 6}, + [2711] = {.lex_state = 13, .external_lex_state = 7}, [2712] = {.lex_state = 13, .external_lex_state = 7}, [2713] = {.lex_state = 13, .external_lex_state = 7}, [2714] = {.lex_state = 13, .external_lex_state = 7}, [2715] = {.lex_state = 13, .external_lex_state = 7}, - [2716] = {.lex_state = 13, .external_lex_state = 7}, - [2717] = {.lex_state = 13, .external_lex_state = 6}, - [2718] = {.lex_state = 13, .external_lex_state = 7}, - [2719] = {.lex_state = 13, .external_lex_state = 6}, - [2720] = {.lex_state = 13, .external_lex_state = 6}, - [2721] = {.lex_state = 13, .external_lex_state = 7}, + [2716] = {.lex_state = 13, .external_lex_state = 6}, + [2717] = {.lex_state = 13, .external_lex_state = 7}, + [2718] = {.lex_state = 13, .external_lex_state = 6}, + [2719] = {.lex_state = 13, .external_lex_state = 7}, + [2720] = {.lex_state = 13, .external_lex_state = 7}, + [2721] = {.lex_state = 13, .external_lex_state = 6}, [2722] = {.lex_state = 13, .external_lex_state = 6}, [2723] = {.lex_state = 13, .external_lex_state = 7}, [2724] = {.lex_state = 13, .external_lex_state = 6}, - [2725] = {.lex_state = 13, .external_lex_state = 7}, + [2725] = {.lex_state = 13, .external_lex_state = 6}, [2726] = {.lex_state = 13, .external_lex_state = 7}, [2727] = {.lex_state = 13, .external_lex_state = 7}, [2728] = {.lex_state = 13, .external_lex_state = 7}, [2729] = {.lex_state = 13, .external_lex_state = 6}, - [2730] = {.lex_state = 13, .external_lex_state = 6}, - [2731] = {.lex_state = 13, .external_lex_state = 6}, - [2732] = {.lex_state = 13, .external_lex_state = 6}, + [2730] = {.lex_state = 13, .external_lex_state = 7}, + [2731] = {.lex_state = 13, .external_lex_state = 7}, + [2732] = {.lex_state = 13, .external_lex_state = 7}, [2733] = {.lex_state = 13, .external_lex_state = 7}, [2734] = {.lex_state = 13, .external_lex_state = 7}, - [2735] = {.lex_state = 13, .external_lex_state = 7}, - [2736] = {.lex_state = 13, .external_lex_state = 6}, + [2735] = {.lex_state = 13, .external_lex_state = 6}, + [2736] = {.lex_state = 2, .external_lex_state = 4}, [2737] = {.lex_state = 13, .external_lex_state = 6}, [2738] = {.lex_state = 13, .external_lex_state = 6}, [2739] = {.lex_state = 13, .external_lex_state = 6}, - [2740] = {.lex_state = 13, .external_lex_state = 6}, - [2741] = {.lex_state = 2, .external_lex_state = 4}, + [2740] = {.lex_state = 2, .external_lex_state = 4}, + [2741] = {.lex_state = 13, .external_lex_state = 6}, [2742] = {.lex_state = 13, .external_lex_state = 6}, [2743] = {.lex_state = 13, .external_lex_state = 6}, [2744] = {.lex_state = 13, .external_lex_state = 6}, [2745] = {.lex_state = 13, .external_lex_state = 6}, [2746] = {.lex_state = 13, .external_lex_state = 6}, - [2747] = {.lex_state = 13, .external_lex_state = 6}, - [2748] = {.lex_state = 2, .external_lex_state = 4}, + [2747] = {.lex_state = 2, .external_lex_state = 4}, + [2748] = {.lex_state = 13, .external_lex_state = 6}, [2749] = {.lex_state = 13, .external_lex_state = 6}, - [2750] = {.lex_state = 13, .external_lex_state = 6}, - [2751] = {.lex_state = 2, .external_lex_state = 4}, + [2750] = {.lex_state = 2, .external_lex_state = 4}, + [2751] = {.lex_state = 13, .external_lex_state = 6}, [2752] = {.lex_state = 13, .external_lex_state = 6}, - [2753] = {.lex_state = 2, .external_lex_state = 4}, + [2753] = {.lex_state = 13, .external_lex_state = 7}, [2754] = {.lex_state = 13, .external_lex_state = 7}, - [2755] = {.lex_state = 13, .external_lex_state = 7}, + [2755] = {.lex_state = 2, .external_lex_state = 4}, [2756] = {.lex_state = 13, .external_lex_state = 7}, [2757] = {.lex_state = 13, .external_lex_state = 7}, [2758] = {.lex_state = 13, .external_lex_state = 7}, @@ -26241,25 +26239,25 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2760] = {.lex_state = 13, .external_lex_state = 7}, [2761] = {.lex_state = 13, .external_lex_state = 7}, [2762] = {.lex_state = 13, .external_lex_state = 7}, - [2763] = {.lex_state = 2, .external_lex_state = 4}, + [2763] = {.lex_state = 13, .external_lex_state = 7}, [2764] = {.lex_state = 13, .external_lex_state = 7}, [2765] = {.lex_state = 13, .external_lex_state = 7}, - [2766] = {.lex_state = 13, .external_lex_state = 7}, - [2767] = {.lex_state = 13, .external_lex_state = 6}, - [2768] = {.lex_state = 2, .external_lex_state = 4}, - [2769] = {.lex_state = 13, .external_lex_state = 7}, - [2770] = {.lex_state = 13, .external_lex_state = 7}, - [2771] = {.lex_state = 2, .external_lex_state = 4}, - [2772] = {.lex_state = 2, .external_lex_state = 4}, - [2773] = {.lex_state = 13, .external_lex_state = 6}, - [2774] = {.lex_state = 13, .external_lex_state = 6}, + [2766] = {.lex_state = 2, .external_lex_state = 4}, + [2767] = {.lex_state = 13, .external_lex_state = 7}, + [2768] = {.lex_state = 13, .external_lex_state = 6}, + [2769] = {.lex_state = 13, .external_lex_state = 6}, + [2770] = {.lex_state = 2, .external_lex_state = 4}, + [2771] = {.lex_state = 13, .external_lex_state = 7}, + [2772] = {.lex_state = 13, .external_lex_state = 7}, + [2773] = {.lex_state = 2, .external_lex_state = 4}, + [2774] = {.lex_state = 13, .external_lex_state = 7}, [2775] = {.lex_state = 13, .external_lex_state = 7}, [2776] = {.lex_state = 13, .external_lex_state = 7}, [2777] = {.lex_state = 13, .external_lex_state = 7}, [2778] = {.lex_state = 13, .external_lex_state = 7}, [2779] = {.lex_state = 13, .external_lex_state = 7}, - [2780] = {.lex_state = 13, .external_lex_state = 7}, - [2781] = {.lex_state = 13, .external_lex_state = 7}, + [2780] = {.lex_state = 13, .external_lex_state = 6}, + [2781] = {.lex_state = 2, .external_lex_state = 4}, [2782] = {.lex_state = 13, .external_lex_state = 7}, [2783] = {.lex_state = 13, .external_lex_state = 7}, [2784] = {.lex_state = 13, .external_lex_state = 7}, @@ -26267,80 +26265,80 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2786] = {.lex_state = 13, .external_lex_state = 7}, [2787] = {.lex_state = 13, .external_lex_state = 7}, [2788] = {.lex_state = 13, .external_lex_state = 7}, - [2789] = {.lex_state = 2, .external_lex_state = 4}, + [2789] = {.lex_state = 13, .external_lex_state = 7}, [2790] = {.lex_state = 13, .external_lex_state = 7}, - [2791] = {.lex_state = 2, .external_lex_state = 4}, + [2791] = {.lex_state = 13, .external_lex_state = 6}, [2792] = {.lex_state = 13, .external_lex_state = 7}, [2793] = {.lex_state = 13, .external_lex_state = 7}, - [2794] = {.lex_state = 13, .external_lex_state = 7}, - [2795] = {.lex_state = 13, .external_lex_state = 6}, - [2796] = {.lex_state = 2, .external_lex_state = 4}, + [2794] = {.lex_state = 2, .external_lex_state = 4}, + [2795] = {.lex_state = 2, .external_lex_state = 4}, + [2796] = {.lex_state = 13, .external_lex_state = 7}, [2797] = {.lex_state = 13, .external_lex_state = 7}, - [2798] = {.lex_state = 2, .external_lex_state = 4}, - [2799] = {.lex_state = 13, .external_lex_state = 7}, + [2798] = {.lex_state = 13, .external_lex_state = 7}, + [2799] = {.lex_state = 2, .external_lex_state = 4}, [2800] = {.lex_state = 13, .external_lex_state = 7}, - [2801] = {.lex_state = 13, .external_lex_state = 7}, + [2801] = {.lex_state = 2, .external_lex_state = 4}, [2802] = {.lex_state = 13, .external_lex_state = 7}, - [2803] = {.lex_state = 2, .external_lex_state = 4}, - [2804] = {.lex_state = 13, .external_lex_state = 7}, + [2803] = {.lex_state = 13, .external_lex_state = 7}, + [2804] = {.lex_state = 2, .external_lex_state = 4}, [2805] = {.lex_state = 2, .external_lex_state = 4}, - [2806] = {.lex_state = 13, .external_lex_state = 7}, - [2807] = {.lex_state = 2, .external_lex_state = 4}, - [2808] = {.lex_state = 13, .external_lex_state = 7}, - [2809] = {.lex_state = 2, .external_lex_state = 4}, + [2806] = {.lex_state = 2, .external_lex_state = 4}, + [2807] = {.lex_state = 13, .external_lex_state = 7}, + [2808] = {.lex_state = 2, .external_lex_state = 4}, + [2809] = {.lex_state = 13, .external_lex_state = 7}, [2810] = {.lex_state = 2, .external_lex_state = 4}, - [2811] = {.lex_state = 2, .external_lex_state = 4}, + [2811] = {.lex_state = 2, .external_lex_state = 3}, [2812] = {.lex_state = 2, .external_lex_state = 4}, - [2813] = {.lex_state = 2, .external_lex_state = 4}, + [2813] = {.lex_state = 13, .external_lex_state = 6}, [2814] = {.lex_state = 2, .external_lex_state = 4}, - [2815] = {.lex_state = 13, .external_lex_state = 6}, - [2816] = {.lex_state = 2, .external_lex_state = 4}, - [2817] = {.lex_state = 2, .external_lex_state = 4}, + [2815] = {.lex_state = 2, .external_lex_state = 4}, + [2816] = {.lex_state = 13, .external_lex_state = 6}, + [2817] = {.lex_state = 2, .external_lex_state = 3}, [2818] = {.lex_state = 2, .external_lex_state = 4}, [2819] = {.lex_state = 2, .external_lex_state = 4}, - [2820] = {.lex_state = 13, .external_lex_state = 6}, + [2820] = {.lex_state = 2, .external_lex_state = 4}, [2821] = {.lex_state = 2, .external_lex_state = 4}, - [2822] = {.lex_state = 13, .external_lex_state = 6}, - [2823] = {.lex_state = 13, .external_lex_state = 6}, + [2822] = {.lex_state = 2, .external_lex_state = 4}, + [2823] = {.lex_state = 2, .external_lex_state = 3}, [2824] = {.lex_state = 2, .external_lex_state = 4}, - [2825] = {.lex_state = 2, .external_lex_state = 4}, - [2826] = {.lex_state = 11, .external_lex_state = 5}, - [2827] = {.lex_state = 13, .external_lex_state = 6}, - [2828] = {.lex_state = 13, .external_lex_state = 6}, + [2825] = {.lex_state = 13, .external_lex_state = 7}, + [2826] = {.lex_state = 2, .external_lex_state = 4}, + [2827] = {.lex_state = 13, .external_lex_state = 7}, + [2828] = {.lex_state = 2, .external_lex_state = 4}, [2829] = {.lex_state = 13, .external_lex_state = 6}, - [2830] = {.lex_state = 2, .external_lex_state = 4}, - [2831] = {.lex_state = 13, .external_lex_state = 6}, - [2832] = {.lex_state = 2, .external_lex_state = 3}, + [2830] = {.lex_state = 13, .external_lex_state = 6}, + [2831] = {.lex_state = 2, .external_lex_state = 4}, + [2832] = {.lex_state = 11, .external_lex_state = 5}, [2833] = {.lex_state = 2, .external_lex_state = 4}, - [2834] = {.lex_state = 13, .external_lex_state = 6}, + [2834] = {.lex_state = 2, .external_lex_state = 4}, [2835] = {.lex_state = 2, .external_lex_state = 4}, [2836] = {.lex_state = 13, .external_lex_state = 6}, - [2837] = {.lex_state = 2, .external_lex_state = 4}, - [2838] = {.lex_state = 2, .external_lex_state = 4}, - [2839] = {.lex_state = 2, .external_lex_state = 4}, + [2837] = {.lex_state = 13, .external_lex_state = 6}, + [2838] = {.lex_state = 13, .external_lex_state = 6}, + [2839] = {.lex_state = 13, .external_lex_state = 6}, [2840] = {.lex_state = 2, .external_lex_state = 4}, - [2841] = {.lex_state = 13, .external_lex_state = 6}, + [2841] = {.lex_state = 2, .external_lex_state = 4}, [2842] = {.lex_state = 2, .external_lex_state = 4}, [2843] = {.lex_state = 2, .external_lex_state = 4}, [2844] = {.lex_state = 2, .external_lex_state = 4}, - [2845] = {.lex_state = 11, .external_lex_state = 5}, - [2846] = {.lex_state = 2, .external_lex_state = 4}, + [2845] = {.lex_state = 2, .external_lex_state = 4}, + [2846] = {.lex_state = 11, .external_lex_state = 5}, [2847] = {.lex_state = 2, .external_lex_state = 4}, [2848] = {.lex_state = 2, .external_lex_state = 4}, - [2849] = {.lex_state = 2, .external_lex_state = 4}, - [2850] = {.lex_state = 2, .external_lex_state = 3}, - [2851] = {.lex_state = 2, .external_lex_state = 4}, + [2849] = {.lex_state = 13, .external_lex_state = 6}, + [2850] = {.lex_state = 13, .external_lex_state = 6}, + [2851] = {.lex_state = 13, .external_lex_state = 6}, [2852] = {.lex_state = 2, .external_lex_state = 4}, - [2853] = {.lex_state = 11, .external_lex_state = 5}, - [2854] = {.lex_state = 2, .external_lex_state = 4}, - [2855] = {.lex_state = 2, .external_lex_state = 4}, - [2856] = {.lex_state = 13, .external_lex_state = 7}, - [2857] = {.lex_state = 13, .external_lex_state = 7}, + [2853] = {.lex_state = 2, .external_lex_state = 4}, + [2854] = {.lex_state = 13, .external_lex_state = 6}, + [2855] = {.lex_state = 13, .external_lex_state = 6}, + [2856] = {.lex_state = 2, .external_lex_state = 4}, + [2857] = {.lex_state = 11, .external_lex_state = 5}, [2858] = {.lex_state = 13, .external_lex_state = 6}, - [2859] = {.lex_state = 13, .external_lex_state = 6}, - [2860] = {.lex_state = 2, .external_lex_state = 3}, + [2859] = {.lex_state = 2, .external_lex_state = 4}, + [2860] = {.lex_state = 13, .external_lex_state = 6}, [2861] = {.lex_state = 2, .external_lex_state = 3}, - [2862] = {.lex_state = 2, .external_lex_state = 4}, + [2862] = {.lex_state = 13, .external_lex_state = 6}, [2863] = {.lex_state = 13, .external_lex_state = 6}, [2864] = {.lex_state = 13, .external_lex_state = 6}, [2865] = {.lex_state = 13, .external_lex_state = 6}, @@ -26353,359 +26351,359 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2872] = {.lex_state = 13, .external_lex_state = 6}, [2873] = {.lex_state = 13, .external_lex_state = 6}, [2874] = {.lex_state = 13, .external_lex_state = 6}, - [2875] = {.lex_state = 13, .external_lex_state = 6}, + [2875] = {.lex_state = 2, .external_lex_state = 4}, [2876] = {.lex_state = 13, .external_lex_state = 6}, [2877] = {.lex_state = 13, .external_lex_state = 6}, [2878] = {.lex_state = 13, .external_lex_state = 6}, - [2879] = {.lex_state = 13, .external_lex_state = 6}, - [2880] = {.lex_state = 13, .external_lex_state = 6}, - [2881] = {.lex_state = 11, .external_lex_state = 5}, - [2882] = {.lex_state = 2, .external_lex_state = 4}, + [2879] = {.lex_state = 2, .external_lex_state = 4}, + [2880] = {.lex_state = 2, .external_lex_state = 4}, + [2881] = {.lex_state = 2, .external_lex_state = 4}, + [2882] = {.lex_state = 13, .external_lex_state = 7}, [2883] = {.lex_state = 13, .external_lex_state = 6}, [2884] = {.lex_state = 2, .external_lex_state = 4}, - [2885] = {.lex_state = 13, .external_lex_state = 6}, + [2885] = {.lex_state = 2, .external_lex_state = 4}, [2886] = {.lex_state = 13, .external_lex_state = 7}, - [2887] = {.lex_state = 13, .external_lex_state = 7}, - [2888] = {.lex_state = 2, .external_lex_state = 4}, - [2889] = {.lex_state = 13, .external_lex_state = 6}, - [2890] = {.lex_state = 2, .external_lex_state = 4}, - [2891] = {.lex_state = 13, .external_lex_state = 7}, + [2887] = {.lex_state = 2, .external_lex_state = 4}, + [2888] = {.lex_state = 11, .external_lex_state = 5}, + [2889] = {.lex_state = 13, .external_lex_state = 7}, + [2890] = {.lex_state = 13, .external_lex_state = 6}, + [2891] = {.lex_state = 2, .external_lex_state = 4}, [2892] = {.lex_state = 13, .external_lex_state = 6}, - [2893] = {.lex_state = 13, .external_lex_state = 7}, - [2894] = {.lex_state = 13, .external_lex_state = 7}, - [2895] = {.lex_state = 2, .external_lex_state = 4}, - [2896] = {.lex_state = 2, .external_lex_state = 4}, - [2897] = {.lex_state = 13, .external_lex_state = 6}, - [2898] = {.lex_state = 2, .external_lex_state = 4}, - [2899] = {.lex_state = 13, .external_lex_state = 6}, - [2900] = {.lex_state = 2, .external_lex_state = 4}, + [2893] = {.lex_state = 2, .external_lex_state = 4}, + [2894] = {.lex_state = 2, .external_lex_state = 4}, + [2895] = {.lex_state = 13, .external_lex_state = 6}, + [2896] = {.lex_state = 11, .external_lex_state = 5}, + [2897] = {.lex_state = 2, .external_lex_state = 4}, + [2898] = {.lex_state = 13, .external_lex_state = 6}, + [2899] = {.lex_state = 2, .external_lex_state = 4}, + [2900] = {.lex_state = 13, .external_lex_state = 7}, [2901] = {.lex_state = 2, .external_lex_state = 4}, [2902] = {.lex_state = 2, .external_lex_state = 4}, [2903] = {.lex_state = 13, .external_lex_state = 7}, - [2904] = {.lex_state = 2, .external_lex_state = 4}, - [2905] = {.lex_state = 13, .external_lex_state = 6}, - [2906] = {.lex_state = 13, .external_lex_state = 6}, + [2904] = {.lex_state = 13, .external_lex_state = 6}, + [2905] = {.lex_state = 13, .external_lex_state = 7}, + [2906] = {.lex_state = 13, .external_lex_state = 7}, [2907] = {.lex_state = 2, .external_lex_state = 4}, [2908] = {.lex_state = 2, .external_lex_state = 4}, - [2909] = {.lex_state = 13, .external_lex_state = 6}, - [2910] = {.lex_state = 13, .external_lex_state = 6}, - [2911] = {.lex_state = 2, .external_lex_state = 4}, + [2909] = {.lex_state = 2, .external_lex_state = 4}, + [2910] = {.lex_state = 13, .external_lex_state = 7}, + [2911] = {.lex_state = 13, .external_lex_state = 6}, [2912] = {.lex_state = 13, .external_lex_state = 7}, - [2913] = {.lex_state = 13, .external_lex_state = 7}, - [2914] = {.lex_state = 2, .external_lex_state = 4}, + [2913] = {.lex_state = 11, .external_lex_state = 5}, + [2914] = {.lex_state = 13, .external_lex_state = 7}, [2915] = {.lex_state = 2, .external_lex_state = 4}, [2916] = {.lex_state = 2, .external_lex_state = 4}, - [2917] = {.lex_state = 2, .external_lex_state = 4}, - [2918] = {.lex_state = 11, .external_lex_state = 5}, + [2917] = {.lex_state = 13, .external_lex_state = 7}, + [2918] = {.lex_state = 13, .external_lex_state = 7}, [2919] = {.lex_state = 2, .external_lex_state = 4}, [2920] = {.lex_state = 2, .external_lex_state = 4}, - [2921] = {.lex_state = 2, .external_lex_state = 4}, - [2922] = {.lex_state = 2, .external_lex_state = 4}, + [2921] = {.lex_state = 13, .external_lex_state = 6}, + [2922] = {.lex_state = 13, .external_lex_state = 7}, [2923] = {.lex_state = 2, .external_lex_state = 4}, - [2924] = {.lex_state = 2, .external_lex_state = 4}, + [2924] = {.lex_state = 11, .external_lex_state = 5}, [2925] = {.lex_state = 2, .external_lex_state = 4}, - [2926] = {.lex_state = 11, .external_lex_state = 5}, - [2927] = {.lex_state = 2, .external_lex_state = 4}, - [2928] = {.lex_state = 11, .external_lex_state = 5}, - [2929] = {.lex_state = 13, .external_lex_state = 7}, + [2926] = {.lex_state = 2, .external_lex_state = 4}, + [2927] = {.lex_state = 13, .external_lex_state = 7}, + [2928] = {.lex_state = 13, .external_lex_state = 6}, + [2929] = {.lex_state = 2, .external_lex_state = 4}, [2930] = {.lex_state = 13, .external_lex_state = 7}, - [2931] = {.lex_state = 13, .external_lex_state = 6}, + [2931] = {.lex_state = 2, .external_lex_state = 4}, [2932] = {.lex_state = 13, .external_lex_state = 7}, - [2933] = {.lex_state = 2, .external_lex_state = 4}, + [2933] = {.lex_state = 13, .external_lex_state = 6}, [2934] = {.lex_state = 2, .external_lex_state = 4}, [2935] = {.lex_state = 2, .external_lex_state = 4}, [2936] = {.lex_state = 2, .external_lex_state = 4}, - [2937] = {.lex_state = 2, .external_lex_state = 4}, - [2938] = {.lex_state = 13, .external_lex_state = 6}, + [2937] = {.lex_state = 13, .external_lex_state = 6}, + [2938] = {.lex_state = 2, .external_lex_state = 4}, [2939] = {.lex_state = 13, .external_lex_state = 7}, [2940] = {.lex_state = 2, .external_lex_state = 4}, - [2941] = {.lex_state = 2, .external_lex_state = 4}, - [2942] = {.lex_state = 2, .external_lex_state = 4}, - [2943] = {.lex_state = 13, .external_lex_state = 7}, + [2941] = {.lex_state = 13, .external_lex_state = 7}, + [2942] = {.lex_state = 13, .external_lex_state = 7}, + [2943] = {.lex_state = 2, .external_lex_state = 4}, [2944] = {.lex_state = 13, .external_lex_state = 7}, [2945] = {.lex_state = 2, .external_lex_state = 4}, - [2946] = {.lex_state = 2, .external_lex_state = 4}, - [2947] = {.lex_state = 2, .external_lex_state = 4}, + [2946] = {.lex_state = 13, .external_lex_state = 7}, + [2947] = {.lex_state = 13, .external_lex_state = 7}, [2948] = {.lex_state = 13, .external_lex_state = 7}, [2949] = {.lex_state = 2, .external_lex_state = 4}, [2950] = {.lex_state = 2, .external_lex_state = 4}, - [2951] = {.lex_state = 2, .external_lex_state = 4}, + [2951] = {.lex_state = 13, .external_lex_state = 7}, [2952] = {.lex_state = 13, .external_lex_state = 7}, [2953] = {.lex_state = 13, .external_lex_state = 7}, [2954] = {.lex_state = 13, .external_lex_state = 7}, [2955] = {.lex_state = 13, .external_lex_state = 6}, [2956] = {.lex_state = 2, .external_lex_state = 4}, [2957] = {.lex_state = 2, .external_lex_state = 4}, - [2958] = {.lex_state = 13, .external_lex_state = 7}, - [2959] = {.lex_state = 13, .external_lex_state = 7}, - [2960] = {.lex_state = 13, .external_lex_state = 7}, - [2961] = {.lex_state = 13, .external_lex_state = 7}, + [2958] = {.lex_state = 2, .external_lex_state = 4}, + [2959] = {.lex_state = 2, .external_lex_state = 4}, + [2960] = {.lex_state = 2, .external_lex_state = 4}, + [2961] = {.lex_state = 2, .external_lex_state = 4}, [2962] = {.lex_state = 2, .external_lex_state = 4}, - [2963] = {.lex_state = 13, .external_lex_state = 7}, + [2963] = {.lex_state = 13, .external_lex_state = 6}, [2964] = {.lex_state = 2, .external_lex_state = 4}, - [2965] = {.lex_state = 13, .external_lex_state = 7}, - [2966] = {.lex_state = 13, .external_lex_state = 7}, + [2965] = {.lex_state = 2, .external_lex_state = 4}, + [2966] = {.lex_state = 2, .external_lex_state = 4}, [2967] = {.lex_state = 13, .external_lex_state = 7}, - [2968] = {.lex_state = 13, .external_lex_state = 7}, - [2969] = {.lex_state = 13, .external_lex_state = 7}, + [2968] = {.lex_state = 2, .external_lex_state = 4}, + [2969] = {.lex_state = 2, .external_lex_state = 4}, [2970] = {.lex_state = 2, .external_lex_state = 4}, [2971] = {.lex_state = 2, .external_lex_state = 4}, [2972] = {.lex_state = 2, .external_lex_state = 4}, - [2973] = {.lex_state = 13, .external_lex_state = 6}, - [2974] = {.lex_state = 4, .external_lex_state = 4}, - [2975] = {.lex_state = 2, .external_lex_state = 4}, - [2976] = {.lex_state = 13, .external_lex_state = 7}, - [2977] = {.lex_state = 13, .external_lex_state = 6}, - [2978] = {.lex_state = 13, .external_lex_state = 7}, + [2973] = {.lex_state = 2, .external_lex_state = 4}, + [2974] = {.lex_state = 2, .external_lex_state = 4}, + [2975] = {.lex_state = 13, .external_lex_state = 6}, + [2976] = {.lex_state = 2, .external_lex_state = 4}, + [2977] = {.lex_state = 2, .external_lex_state = 4}, + [2978] = {.lex_state = 13, .external_lex_state = 6}, [2979] = {.lex_state = 13, .external_lex_state = 6}, - [2980] = {.lex_state = 13, .external_lex_state = 6}, + [2980] = {.lex_state = 2, .external_lex_state = 4}, [2981] = {.lex_state = 2, .external_lex_state = 4}, - [2982] = {.lex_state = 13, .external_lex_state = 7}, - [2983] = {.lex_state = 13, .external_lex_state = 6}, + [2982] = {.lex_state = 2, .external_lex_state = 4}, + [2983] = {.lex_state = 2, .external_lex_state = 4}, [2984] = {.lex_state = 13, .external_lex_state = 6}, [2985] = {.lex_state = 2, .external_lex_state = 4}, - [2986] = {.lex_state = 13, .external_lex_state = 6}, - [2987] = {.lex_state = 2, .external_lex_state = 4}, - [2988] = {.lex_state = 13, .external_lex_state = 6}, + [2986] = {.lex_state = 2, .external_lex_state = 4}, + [2987] = {.lex_state = 13, .external_lex_state = 7}, + [2988] = {.lex_state = 2, .external_lex_state = 4}, [2989] = {.lex_state = 2, .external_lex_state = 4}, - [2990] = {.lex_state = 2, .external_lex_state = 4}, + [2990] = {.lex_state = 13, .external_lex_state = 6}, [2991] = {.lex_state = 13, .external_lex_state = 6}, [2992] = {.lex_state = 2, .external_lex_state = 4}, [2993] = {.lex_state = 2, .external_lex_state = 4}, - [2994] = {.lex_state = 2, .external_lex_state = 4}, + [2994] = {.lex_state = 13, .external_lex_state = 6}, [2995] = {.lex_state = 2, .external_lex_state = 4}, - [2996] = {.lex_state = 2, .external_lex_state = 4}, - [2997] = {.lex_state = 2, .external_lex_state = 4}, - [2998] = {.lex_state = 13, .external_lex_state = 6}, + [2996] = {.lex_state = 13, .external_lex_state = 6}, + [2997] = {.lex_state = 13, .external_lex_state = 7}, + [2998] = {.lex_state = 2, .external_lex_state = 4}, [2999] = {.lex_state = 2, .external_lex_state = 4}, [3000] = {.lex_state = 13, .external_lex_state = 6}, [3001] = {.lex_state = 2, .external_lex_state = 4}, - [3002] = {.lex_state = 2, .external_lex_state = 4}, + [3002] = {.lex_state = 13, .external_lex_state = 6}, [3003] = {.lex_state = 2, .external_lex_state = 4}, [3004] = {.lex_state = 13, .external_lex_state = 7}, [3005] = {.lex_state = 2, .external_lex_state = 4}, - [3006] = {.lex_state = 2, .external_lex_state = 4}, - [3007] = {.lex_state = 2, .external_lex_state = 4}, - [3008] = {.lex_state = 11, .external_lex_state = 5}, + [3006] = {.lex_state = 11, .external_lex_state = 5}, + [3007] = {.lex_state = 11, .external_lex_state = 5}, + [3008] = {.lex_state = 13, .external_lex_state = 6}, [3009] = {.lex_state = 2, .external_lex_state = 4}, [3010] = {.lex_state = 2, .external_lex_state = 4}, [3011] = {.lex_state = 2, .external_lex_state = 4}, [3012] = {.lex_state = 2, .external_lex_state = 4}, - [3013] = {.lex_state = 11, .external_lex_state = 5}, - [3014] = {.lex_state = 11, .external_lex_state = 5}, + [3013] = {.lex_state = 13, .external_lex_state = 6}, + [3014] = {.lex_state = 2, .external_lex_state = 4}, [3015] = {.lex_state = 2, .external_lex_state = 4}, [3016] = {.lex_state = 2, .external_lex_state = 4}, [3017] = {.lex_state = 2, .external_lex_state = 4}, - [3018] = {.lex_state = 13, .external_lex_state = 6}, + [3018] = {.lex_state = 2, .external_lex_state = 4}, [3019] = {.lex_state = 13, .external_lex_state = 6}, - [3020] = {.lex_state = 2, .external_lex_state = 4}, + [3020] = {.lex_state = 13, .external_lex_state = 6}, [3021] = {.lex_state = 13, .external_lex_state = 6}, - [3022] = {.lex_state = 2, .external_lex_state = 4}, + [3022] = {.lex_state = 318, .external_lex_state = 2}, [3023] = {.lex_state = 2, .external_lex_state = 4}, - [3024] = {.lex_state = 2, .external_lex_state = 4}, - [3025] = {.lex_state = 13, .external_lex_state = 6}, + [3024] = {.lex_state = 13, .external_lex_state = 6}, + [3025] = {.lex_state = 2, .external_lex_state = 4}, [3026] = {.lex_state = 13, .external_lex_state = 6}, - [3027] = {.lex_state = 2, .external_lex_state = 4}, - [3028] = {.lex_state = 2, .external_lex_state = 4}, - [3029] = {.lex_state = 2, .external_lex_state = 4}, - [3030] = {.lex_state = 11, .external_lex_state = 5}, - [3031] = {.lex_state = 2, .external_lex_state = 4}, + [3027] = {.lex_state = 11, .external_lex_state = 5}, + [3028] = {.lex_state = 11, .external_lex_state = 5}, + [3029] = {.lex_state = 13, .external_lex_state = 6}, + [3030] = {.lex_state = 2, .external_lex_state = 4}, + [3031] = {.lex_state = 13, .external_lex_state = 6}, [3032] = {.lex_state = 13, .external_lex_state = 6}, [3033] = {.lex_state = 2, .external_lex_state = 4}, - [3034] = {.lex_state = 2, .external_lex_state = 4}, - [3035] = {.lex_state = 13, .external_lex_state = 6}, + [3034] = {.lex_state = 13, .external_lex_state = 6}, + [3035] = {.lex_state = 2, .external_lex_state = 4}, [3036] = {.lex_state = 2, .external_lex_state = 4}, [3037] = {.lex_state = 13, .external_lex_state = 6}, - [3038] = {.lex_state = 13, .external_lex_state = 6}, + [3038] = {.lex_state = 2, .external_lex_state = 4}, [3039] = {.lex_state = 2, .external_lex_state = 4}, [3040] = {.lex_state = 2, .external_lex_state = 4}, - [3041] = {.lex_state = 2, .external_lex_state = 4}, + [3041] = {.lex_state = 13, .external_lex_state = 6}, [3042] = {.lex_state = 2, .external_lex_state = 4}, - [3043] = {.lex_state = 13, .external_lex_state = 6}, - [3044] = {.lex_state = 13, .external_lex_state = 6}, - [3045] = {.lex_state = 13, .external_lex_state = 6}, - [3046] = {.lex_state = 2, .external_lex_state = 4}, + [3043] = {.lex_state = 2, .external_lex_state = 4}, + [3044] = {.lex_state = 2, .external_lex_state = 4}, + [3045] = {.lex_state = 2, .external_lex_state = 4}, + [3046] = {.lex_state = 13, .external_lex_state = 6}, [3047] = {.lex_state = 2, .external_lex_state = 4}, [3048] = {.lex_state = 2, .external_lex_state = 4}, - [3049] = {.lex_state = 2, .external_lex_state = 4}, - [3050] = {.lex_state = 13, .external_lex_state = 6}, + [3049] = {.lex_state = 4, .external_lex_state = 4}, + [3050] = {.lex_state = 2, .external_lex_state = 4}, [3051] = {.lex_state = 2, .external_lex_state = 4}, - [3052] = {.lex_state = 13, .external_lex_state = 6}, - [3053] = {.lex_state = 318, .external_lex_state = 2}, - [3054] = {.lex_state = 13, .external_lex_state = 6}, - [3055] = {.lex_state = 2, .external_lex_state = 4}, + [3052] = {.lex_state = 13, .external_lex_state = 7}, + [3053] = {.lex_state = 13, .external_lex_state = 6}, + [3054] = {.lex_state = 2, .external_lex_state = 4}, + [3055] = {.lex_state = 13, .external_lex_state = 6}, [3056] = {.lex_state = 2, .external_lex_state = 4}, [3057] = {.lex_state = 2, .external_lex_state = 4}, [3058] = {.lex_state = 2, .external_lex_state = 4}, [3059] = {.lex_state = 2, .external_lex_state = 4}, - [3060] = {.lex_state = 2, .external_lex_state = 4}, - [3061] = {.lex_state = 2, .external_lex_state = 4}, - [3062] = {.lex_state = 2, .external_lex_state = 4}, - [3063] = {.lex_state = 2, .external_lex_state = 4}, - [3064] = {.lex_state = 11, .external_lex_state = 5}, + [3060] = {.lex_state = 13, .external_lex_state = 6}, + [3061] = {.lex_state = 13, .external_lex_state = 7}, + [3062] = {.lex_state = 11, .external_lex_state = 5}, + [3063] = {.lex_state = 11, .external_lex_state = 5}, + [3064] = {.lex_state = 2, .external_lex_state = 4}, [3065] = {.lex_state = 2, .external_lex_state = 4}, - [3066] = {.lex_state = 11, .external_lex_state = 5}, + [3066] = {.lex_state = 13, .external_lex_state = 6}, [3067] = {.lex_state = 2, .external_lex_state = 4}, - [3068] = {.lex_state = 13, .external_lex_state = 6}, + [3068] = {.lex_state = 2, .external_lex_state = 4}, [3069] = {.lex_state = 13, .external_lex_state = 6}, - [3070] = {.lex_state = 13, .external_lex_state = 6}, - [3071] = {.lex_state = 2, .external_lex_state = 4}, - [3072] = {.lex_state = 2, .external_lex_state = 4}, - [3073] = {.lex_state = 2, .external_lex_state = 4}, + [3070] = {.lex_state = 2, .external_lex_state = 4}, + [3071] = {.lex_state = 11, .external_lex_state = 5}, + [3072] = {.lex_state = 13, .external_lex_state = 6}, + [3073] = {.lex_state = 13, .external_lex_state = 6}, [3074] = {.lex_state = 2, .external_lex_state = 4}, - [3075] = {.lex_state = 13, .external_lex_state = 7}, + [3075] = {.lex_state = 2, .external_lex_state = 4}, [3076] = {.lex_state = 2, .external_lex_state = 4}, - [3077] = {.lex_state = 2, .external_lex_state = 4}, + [3077] = {.lex_state = 13, .external_lex_state = 6}, [3078] = {.lex_state = 13, .external_lex_state = 6}, [3079] = {.lex_state = 2, .external_lex_state = 4}, - [3080] = {.lex_state = 2, .external_lex_state = 4}, - [3081] = {.lex_state = 13, .external_lex_state = 6}, + [3080] = {.lex_state = 13, .external_lex_state = 6}, + [3081] = {.lex_state = 2, .external_lex_state = 4}, [3082] = {.lex_state = 2, .external_lex_state = 4}, [3083] = {.lex_state = 2, .external_lex_state = 4}, [3084] = {.lex_state = 2, .external_lex_state = 4}, [3085] = {.lex_state = 2, .external_lex_state = 4}, [3086] = {.lex_state = 2, .external_lex_state = 4}, - [3087] = {.lex_state = 13, .external_lex_state = 6}, + [3087] = {.lex_state = 2, .external_lex_state = 4}, [3088] = {.lex_state = 2, .external_lex_state = 4}, [3089] = {.lex_state = 2, .external_lex_state = 4}, - [3090] = {.lex_state = 2, .external_lex_state = 4}, - [3091] = {.lex_state = 2, .external_lex_state = 4}, + [3090] = {.lex_state = 13, .external_lex_state = 6}, + [3091] = {.lex_state = 13, .external_lex_state = 6}, [3092] = {.lex_state = 2, .external_lex_state = 4}, [3093] = {.lex_state = 2, .external_lex_state = 4}, - [3094] = {.lex_state = 2, .external_lex_state = 4}, + [3094] = {.lex_state = 13, .external_lex_state = 6}, [3095] = {.lex_state = 2, .external_lex_state = 4}, [3096] = {.lex_state = 13, .external_lex_state = 6}, - [3097] = {.lex_state = 2, .external_lex_state = 4}, + [3097] = {.lex_state = 13, .external_lex_state = 6}, [3098] = {.lex_state = 2, .external_lex_state = 4}, [3099] = {.lex_state = 2, .external_lex_state = 4}, [3100] = {.lex_state = 2, .external_lex_state = 4}, - [3101] = {.lex_state = 2, .external_lex_state = 4}, + [3101] = {.lex_state = 13, .external_lex_state = 6}, [3102] = {.lex_state = 2, .external_lex_state = 4}, [3103] = {.lex_state = 2, .external_lex_state = 4}, [3104] = {.lex_state = 13, .external_lex_state = 6}, [3105] = {.lex_state = 2, .external_lex_state = 4}, - [3106] = {.lex_state = 13, .external_lex_state = 6}, - [3107] = {.lex_state = 13, .external_lex_state = 6}, - [3108] = {.lex_state = 13, .external_lex_state = 6}, - [3109] = {.lex_state = 13, .external_lex_state = 6}, + [3106] = {.lex_state = 2, .external_lex_state = 4}, + [3107] = {.lex_state = 2, .external_lex_state = 4}, + [3108] = {.lex_state = 2, .external_lex_state = 4}, + [3109] = {.lex_state = 2, .external_lex_state = 4}, [3110] = {.lex_state = 2, .external_lex_state = 4}, [3111] = {.lex_state = 2, .external_lex_state = 4}, [3112] = {.lex_state = 2, .external_lex_state = 4}, - [3113] = {.lex_state = 13, .external_lex_state = 6}, + [3113] = {.lex_state = 2, .external_lex_state = 4}, [3114] = {.lex_state = 2, .external_lex_state = 4}, [3115] = {.lex_state = 2, .external_lex_state = 4}, [3116] = {.lex_state = 2, .external_lex_state = 4}, - [3117] = {.lex_state = 13, .external_lex_state = 6}, - [3118] = {.lex_state = 2, .external_lex_state = 4}, + [3117] = {.lex_state = 2, .external_lex_state = 4}, + [3118] = {.lex_state = 318, .external_lex_state = 2}, [3119] = {.lex_state = 13, .external_lex_state = 6}, [3120] = {.lex_state = 2, .external_lex_state = 4}, [3121] = {.lex_state = 2, .external_lex_state = 4}, - [3122] = {.lex_state = 318, .external_lex_state = 2}, - [3123] = {.lex_state = 2, .external_lex_state = 4}, - [3124] = {.lex_state = 2, .external_lex_state = 4}, - [3125] = {.lex_state = 13, .external_lex_state = 6}, + [3122] = {.lex_state = 2, .external_lex_state = 4}, + [3123] = {.lex_state = 13, .external_lex_state = 6}, + [3124] = {.lex_state = 13, .external_lex_state = 6}, + [3125] = {.lex_state = 2, .external_lex_state = 4}, [3126] = {.lex_state = 2, .external_lex_state = 4}, - [3127] = {.lex_state = 2, .external_lex_state = 4}, + [3127] = {.lex_state = 11, .external_lex_state = 5}, [3128] = {.lex_state = 2, .external_lex_state = 4}, - [3129] = {.lex_state = 11, .external_lex_state = 5}, - [3130] = {.lex_state = 2, .external_lex_state = 4}, + [3129] = {.lex_state = 2, .external_lex_state = 4}, + [3130] = {.lex_state = 13, .external_lex_state = 6}, [3131] = {.lex_state = 2, .external_lex_state = 4}, [3132] = {.lex_state = 2, .external_lex_state = 4}, - [3133] = {.lex_state = 2, .external_lex_state = 4}, + [3133] = {.lex_state = 13, .external_lex_state = 6}, [3134] = {.lex_state = 2, .external_lex_state = 4}, [3135] = {.lex_state = 2, .external_lex_state = 4}, - [3136] = {.lex_state = 13, .external_lex_state = 6}, + [3136] = {.lex_state = 2, .external_lex_state = 4}, [3137] = {.lex_state = 2, .external_lex_state = 4}, [3138] = {.lex_state = 2, .external_lex_state = 4}, - [3139] = {.lex_state = 13, .external_lex_state = 6}, + [3139] = {.lex_state = 2, .external_lex_state = 4}, [3140] = {.lex_state = 2, .external_lex_state = 4}, [3141] = {.lex_state = 2, .external_lex_state = 4}, - [3142] = {.lex_state = 13, .external_lex_state = 6}, + [3142] = {.lex_state = 2, .external_lex_state = 4}, [3143] = {.lex_state = 2, .external_lex_state = 4}, [3144] = {.lex_state = 2, .external_lex_state = 4}, [3145] = {.lex_state = 2, .external_lex_state = 4}, [3146] = {.lex_state = 2, .external_lex_state = 4}, - [3147] = {.lex_state = 13, .external_lex_state = 6}, + [3147] = {.lex_state = 2, .external_lex_state = 4}, [3148] = {.lex_state = 2, .external_lex_state = 4}, - [3149] = {.lex_state = 2, .external_lex_state = 4}, + [3149] = {.lex_state = 13, .external_lex_state = 6}, [3150] = {.lex_state = 2, .external_lex_state = 4}, [3151] = {.lex_state = 2, .external_lex_state = 4}, [3152] = {.lex_state = 2, .external_lex_state = 4}, [3153] = {.lex_state = 2, .external_lex_state = 4}, - [3154] = {.lex_state = 11, .external_lex_state = 5}, + [3154] = {.lex_state = 2, .external_lex_state = 4}, [3155] = {.lex_state = 2, .external_lex_state = 4}, [3156] = {.lex_state = 2, .external_lex_state = 4}, - [3157] = {.lex_state = 2, .external_lex_state = 4}, + [3157] = {.lex_state = 13, .external_lex_state = 6}, [3158] = {.lex_state = 2, .external_lex_state = 4}, - [3159] = {.lex_state = 2, .external_lex_state = 4}, + [3159] = {.lex_state = 13, .external_lex_state = 6}, [3160] = {.lex_state = 2, .external_lex_state = 4}, [3161] = {.lex_state = 2, .external_lex_state = 4}, [3162] = {.lex_state = 2, .external_lex_state = 4}, - [3163] = {.lex_state = 13, .external_lex_state = 6}, + [3163] = {.lex_state = 2, .external_lex_state = 4}, [3164] = {.lex_state = 2, .external_lex_state = 4}, - [3165] = {.lex_state = 2, .external_lex_state = 4}, - [3166] = {.lex_state = 2, .external_lex_state = 4}, + [3165] = {.lex_state = 13, .external_lex_state = 6}, + [3166] = {.lex_state = 13, .external_lex_state = 6}, [3167] = {.lex_state = 2, .external_lex_state = 4}, [3168] = {.lex_state = 2, .external_lex_state = 4}, [3169] = {.lex_state = 2, .external_lex_state = 4}, [3170] = {.lex_state = 2, .external_lex_state = 4}, [3171] = {.lex_state = 2, .external_lex_state = 4}, - [3172] = {.lex_state = 13, .external_lex_state = 6}, + [3172] = {.lex_state = 2, .external_lex_state = 4}, [3173] = {.lex_state = 2, .external_lex_state = 4}, [3174] = {.lex_state = 2, .external_lex_state = 4}, - [3175] = {.lex_state = 13, .external_lex_state = 6}, - [3176] = {.lex_state = 11, .external_lex_state = 5}, - [3177] = {.lex_state = 11, .external_lex_state = 5}, + [3175] = {.lex_state = 2, .external_lex_state = 4}, + [3176] = {.lex_state = 2, .external_lex_state = 4}, + [3177] = {.lex_state = 2, .external_lex_state = 4}, [3178] = {.lex_state = 2, .external_lex_state = 4}, [3179] = {.lex_state = 2, .external_lex_state = 4}, - [3180] = {.lex_state = 13, .external_lex_state = 6}, + [3180] = {.lex_state = 2, .external_lex_state = 4}, [3181] = {.lex_state = 2, .external_lex_state = 4}, [3182] = {.lex_state = 2, .external_lex_state = 4}, - [3183] = {.lex_state = 13, .external_lex_state = 6}, - [3184] = {.lex_state = 13, .external_lex_state = 6}, - [3185] = {.lex_state = 2, .external_lex_state = 4}, + [3183] = {.lex_state = 2, .external_lex_state = 4}, + [3184] = {.lex_state = 2, .external_lex_state = 4}, + [3185] = {.lex_state = 13, .external_lex_state = 6}, [3186] = {.lex_state = 2, .external_lex_state = 4}, - [3187] = {.lex_state = 2, .external_lex_state = 4}, + [3187] = {.lex_state = 13, .external_lex_state = 6}, [3188] = {.lex_state = 2, .external_lex_state = 4}, - [3189] = {.lex_state = 13, .external_lex_state = 6}, + [3189] = {.lex_state = 2, .external_lex_state = 4}, [3190] = {.lex_state = 2, .external_lex_state = 4}, - [3191] = {.lex_state = 13, .external_lex_state = 6}, - [3192] = {.lex_state = 13, .external_lex_state = 6}, - [3193] = {.lex_state = 13, .external_lex_state = 6}, + [3191] = {.lex_state = 2, .external_lex_state = 4}, + [3192] = {.lex_state = 2, .external_lex_state = 4}, + [3193] = {.lex_state = 2, .external_lex_state = 4}, [3194] = {.lex_state = 2, .external_lex_state = 4}, [3195] = {.lex_state = 2, .external_lex_state = 4}, [3196] = {.lex_state = 2, .external_lex_state = 4}, [3197] = {.lex_state = 2, .external_lex_state = 4}, [3198] = {.lex_state = 2, .external_lex_state = 4}, - [3199] = {.lex_state = 11, .external_lex_state = 5}, + [3199] = {.lex_state = 2, .external_lex_state = 4}, [3200] = {.lex_state = 2, .external_lex_state = 4}, [3201] = {.lex_state = 2, .external_lex_state = 4}, - [3202] = {.lex_state = 13, .external_lex_state = 6}, - [3203] = {.lex_state = 2, .external_lex_state = 4}, + [3202] = {.lex_state = 2, .external_lex_state = 4}, + [3203] = {.lex_state = 13, .external_lex_state = 6}, [3204] = {.lex_state = 2, .external_lex_state = 4}, [3205] = {.lex_state = 2, .external_lex_state = 4}, [3206] = {.lex_state = 2, .external_lex_state = 4}, [3207] = {.lex_state = 2, .external_lex_state = 4}, - [3208] = {.lex_state = 13, .external_lex_state = 6}, - [3209] = {.lex_state = 13, .external_lex_state = 6}, + [3208] = {.lex_state = 2, .external_lex_state = 4}, + [3209] = {.lex_state = 2, .external_lex_state = 4}, [3210] = {.lex_state = 2, .external_lex_state = 4}, - [3211] = {.lex_state = 2, .external_lex_state = 4}, + [3211] = {.lex_state = 11, .external_lex_state = 5}, [3212] = {.lex_state = 2, .external_lex_state = 4}, [3213] = {.lex_state = 2, .external_lex_state = 4}, - [3214] = {.lex_state = 13, .external_lex_state = 6}, + [3214] = {.lex_state = 2, .external_lex_state = 4}, [3215] = {.lex_state = 2, .external_lex_state = 4}, - [3216] = {.lex_state = 2, .external_lex_state = 4}, - [3217] = {.lex_state = 2, .external_lex_state = 4}, - [3218] = {.lex_state = 13, .external_lex_state = 6}, + [3216] = {.lex_state = 13, .external_lex_state = 6}, + [3217] = {.lex_state = 13, .external_lex_state = 6}, + [3218] = {.lex_state = 2, .external_lex_state = 4}, [3219] = {.lex_state = 2, .external_lex_state = 4}, [3220] = {.lex_state = 2, .external_lex_state = 4}, - [3221] = {.lex_state = 2, .external_lex_state = 4}, - [3222] = {.lex_state = 13, .external_lex_state = 6}, - [3223] = {.lex_state = 13, .external_lex_state = 6}, + [3221] = {.lex_state = 13, .external_lex_state = 6}, + [3222] = {.lex_state = 2, .external_lex_state = 4}, + [3223] = {.lex_state = 2, .external_lex_state = 4}, [3224] = {.lex_state = 2, .external_lex_state = 4}, [3225] = {.lex_state = 2, .external_lex_state = 4}, [3226] = {.lex_state = 2, .external_lex_state = 4}, - [3227] = {.lex_state = 2, .external_lex_state = 4}, + [3227] = {.lex_state = 13, .external_lex_state = 6}, [3228] = {.lex_state = 2, .external_lex_state = 4}, [3229] = {.lex_state = 2, .external_lex_state = 4}, [3230] = {.lex_state = 2, .external_lex_state = 4}, @@ -26717,47 +26715,47 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3236] = {.lex_state = 2, .external_lex_state = 4}, [3237] = {.lex_state = 2, .external_lex_state = 4}, [3238] = {.lex_state = 2, .external_lex_state = 4}, - [3239] = {.lex_state = 2, .external_lex_state = 4}, + [3239] = {.lex_state = 13, .external_lex_state = 6}, [3240] = {.lex_state = 2, .external_lex_state = 4}, [3241] = {.lex_state = 2, .external_lex_state = 4}, - [3242] = {.lex_state = 2, .external_lex_state = 4}, + [3242] = {.lex_state = 13, .external_lex_state = 6}, [3243] = {.lex_state = 2, .external_lex_state = 4}, - [3244] = {.lex_state = 2, .external_lex_state = 4}, + [3244] = {.lex_state = 13, .external_lex_state = 6}, [3245] = {.lex_state = 2, .external_lex_state = 4}, [3246] = {.lex_state = 2, .external_lex_state = 4}, [3247] = {.lex_state = 2, .external_lex_state = 4}, - [3248] = {.lex_state = 2, .external_lex_state = 4}, + [3248] = {.lex_state = 13, .external_lex_state = 6}, [3249] = {.lex_state = 2, .external_lex_state = 4}, - [3250] = {.lex_state = 13, .external_lex_state = 6}, - [3251] = {.lex_state = 2, .external_lex_state = 4}, + [3250] = {.lex_state = 2, .external_lex_state = 4}, + [3251] = {.lex_state = 11, .external_lex_state = 5}, [3252] = {.lex_state = 2, .external_lex_state = 4}, - [3253] = {.lex_state = 13, .external_lex_state = 6}, + [3253] = {.lex_state = 2, .external_lex_state = 4}, [3254] = {.lex_state = 2, .external_lex_state = 4}, [3255] = {.lex_state = 2, .external_lex_state = 4}, [3256] = {.lex_state = 2, .external_lex_state = 4}, [3257] = {.lex_state = 2, .external_lex_state = 4}, [3258] = {.lex_state = 2, .external_lex_state = 4}, [3259] = {.lex_state = 2, .external_lex_state = 4}, - [3260] = {.lex_state = 2, .external_lex_state = 4}, - [3261] = {.lex_state = 11, .external_lex_state = 5}, + [3260] = {.lex_state = 13, .external_lex_state = 6}, + [3261] = {.lex_state = 2, .external_lex_state = 4}, [3262] = {.lex_state = 2, .external_lex_state = 4}, - [3263] = {.lex_state = 2, .external_lex_state = 4}, + [3263] = {.lex_state = 11, .external_lex_state = 5}, [3264] = {.lex_state = 2, .external_lex_state = 4}, - [3265] = {.lex_state = 2, .external_lex_state = 4}, + [3265] = {.lex_state = 13, .external_lex_state = 6}, [3266] = {.lex_state = 2, .external_lex_state = 4}, [3267] = {.lex_state = 2, .external_lex_state = 4}, [3268] = {.lex_state = 2, .external_lex_state = 4}, - [3269] = {.lex_state = 2, .external_lex_state = 4}, - [3270] = {.lex_state = 2, .external_lex_state = 4}, - [3271] = {.lex_state = 2, .external_lex_state = 4}, - [3272] = {.lex_state = 2, .external_lex_state = 4}, - [3273] = {.lex_state = 2, .external_lex_state = 4}, - [3274] = {.lex_state = 2, .external_lex_state = 4}, - [3275] = {.lex_state = 13, .external_lex_state = 7}, - [3276] = {.lex_state = 13, .external_lex_state = 6}, + [3269] = {.lex_state = 11, .external_lex_state = 5}, + [3270] = {.lex_state = 13, .external_lex_state = 6}, + [3271] = {.lex_state = 13, .external_lex_state = 6}, + [3272] = {.lex_state = 13, .external_lex_state = 6}, + [3273] = {.lex_state = 15, .external_lex_state = 6}, + [3274] = {.lex_state = 13, .external_lex_state = 6}, + [3275] = {.lex_state = 14, .external_lex_state = 6}, + [3276] = {.lex_state = 14, .external_lex_state = 6}, [3277] = {.lex_state = 14, .external_lex_state = 6}, - [3278] = {.lex_state = 14, .external_lex_state = 6}, - [3279] = {.lex_state = 13, .external_lex_state = 7}, + [3278] = {.lex_state = 13, .external_lex_state = 6}, + [3279] = {.lex_state = 13, .external_lex_state = 6}, [3280] = {.lex_state = 13, .external_lex_state = 6}, [3281] = {.lex_state = 13, .external_lex_state = 6}, [3282] = {.lex_state = 13, .external_lex_state = 6}, @@ -26765,182 +26763,182 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3284] = {.lex_state = 13, .external_lex_state = 6}, [3285] = {.lex_state = 13, .external_lex_state = 6}, [3286] = {.lex_state = 14, .external_lex_state = 6}, - [3287] = {.lex_state = 2, .external_lex_state = 3}, - [3288] = {.lex_state = 14, .external_lex_state = 6}, - [3289] = {.lex_state = 14, .external_lex_state = 6}, - [3290] = {.lex_state = 2, .external_lex_state = 3}, - [3291] = {.lex_state = 13, .external_lex_state = 6}, - [3292] = {.lex_state = 13, .external_lex_state = 6}, - [3293] = {.lex_state = 13, .external_lex_state = 6}, - [3294] = {.lex_state = 13, .external_lex_state = 7}, - [3295] = {.lex_state = 13, .external_lex_state = 6}, - [3296] = {.lex_state = 14, .external_lex_state = 6}, + [3287] = {.lex_state = 13, .external_lex_state = 6}, + [3288] = {.lex_state = 13, .external_lex_state = 6}, + [3289] = {.lex_state = 13, .external_lex_state = 7}, + [3290] = {.lex_state = 13, .external_lex_state = 7}, + [3291] = {.lex_state = 14, .external_lex_state = 6}, + [3292] = {.lex_state = 14, .external_lex_state = 6}, + [3293] = {.lex_state = 13, .external_lex_state = 7}, + [3294] = {.lex_state = 13, .external_lex_state = 6}, + [3295] = {.lex_state = 14, .external_lex_state = 6}, + [3296] = {.lex_state = 13, .external_lex_state = 6}, [3297] = {.lex_state = 13, .external_lex_state = 6}, - [3298] = {.lex_state = 13, .external_lex_state = 6}, + [3298] = {.lex_state = 13, .external_lex_state = 7}, [3299] = {.lex_state = 14, .external_lex_state = 6}, [3300] = {.lex_state = 13, .external_lex_state = 6}, [3301] = {.lex_state = 13, .external_lex_state = 6}, - [3302] = {.lex_state = 13, .external_lex_state = 6}, + [3302] = {.lex_state = 2, .external_lex_state = 4}, [3303] = {.lex_state = 13, .external_lex_state = 6}, [3304] = {.lex_state = 13, .external_lex_state = 6}, - [3305] = {.lex_state = 2, .external_lex_state = 4}, - [3306] = {.lex_state = 13, .external_lex_state = 7}, + [3305] = {.lex_state = 14, .external_lex_state = 6}, + [3306] = {.lex_state = 13, .external_lex_state = 6}, [3307] = {.lex_state = 13, .external_lex_state = 6}, - [3308] = {.lex_state = 13, .external_lex_state = 7}, + [3308] = {.lex_state = 13, .external_lex_state = 6}, [3309] = {.lex_state = 13, .external_lex_state = 6}, - [3310] = {.lex_state = 14, .external_lex_state = 6}, - [3311] = {.lex_state = 13, .external_lex_state = 6}, - [3312] = {.lex_state = 13, .external_lex_state = 6}, + [3310] = {.lex_state = 13, .external_lex_state = 6}, + [3311] = {.lex_state = 2, .external_lex_state = 3}, + [3312] = {.lex_state = 2, .external_lex_state = 3}, [3313] = {.lex_state = 13, .external_lex_state = 6}, [3314] = {.lex_state = 13, .external_lex_state = 6}, [3315] = {.lex_state = 13, .external_lex_state = 6}, - [3316] = {.lex_state = 13, .external_lex_state = 6}, - [3317] = {.lex_state = 13, .external_lex_state = 6}, - [3318] = {.lex_state = 13, .external_lex_state = 6}, - [3319] = {.lex_state = 13, .external_lex_state = 7}, + [3316] = {.lex_state = 14, .external_lex_state = 6}, + [3317] = {.lex_state = 14, .external_lex_state = 6}, + [3318] = {.lex_state = 14, .external_lex_state = 6}, + [3319] = {.lex_state = 14, .external_lex_state = 6}, [3320] = {.lex_state = 13, .external_lex_state = 6}, - [3321] = {.lex_state = 13, .external_lex_state = 6}, - [3322] = {.lex_state = 2, .external_lex_state = 4}, - [3323] = {.lex_state = 2, .external_lex_state = 4}, - [3324] = {.lex_state = 13, .external_lex_state = 6}, + [3321] = {.lex_state = 14, .external_lex_state = 6}, + [3322] = {.lex_state = 14, .external_lex_state = 6}, + [3323] = {.lex_state = 13, .external_lex_state = 6}, + [3324] = {.lex_state = 2, .external_lex_state = 4}, [3325] = {.lex_state = 13, .external_lex_state = 6}, - [3326] = {.lex_state = 13, .external_lex_state = 6}, - [3327] = {.lex_state = 13, .external_lex_state = 6}, - [3328] = {.lex_state = 14, .external_lex_state = 6}, - [3329] = {.lex_state = 13, .external_lex_state = 6}, - [3330] = {.lex_state = 14, .external_lex_state = 6}, - [3331] = {.lex_state = 15, .external_lex_state = 6}, - [3332] = {.lex_state = 13, .external_lex_state = 7}, - [3333] = {.lex_state = 14, .external_lex_state = 6}, + [3326] = {.lex_state = 14, .external_lex_state = 6}, + [3327] = {.lex_state = 13, .external_lex_state = 7}, + [3328] = {.lex_state = 13, .external_lex_state = 7}, + [3329] = {.lex_state = 13, .external_lex_state = 7}, + [3330] = {.lex_state = 13, .external_lex_state = 6}, + [3331] = {.lex_state = 13, .external_lex_state = 6}, + [3332] = {.lex_state = 13, .external_lex_state = 6}, + [3333] = {.lex_state = 13, .external_lex_state = 6}, [3334] = {.lex_state = 13, .external_lex_state = 6}, - [3335] = {.lex_state = 14, .external_lex_state = 6}, - [3336] = {.lex_state = 14, .external_lex_state = 6}, - [3337] = {.lex_state = 14, .external_lex_state = 6}, - [3338] = {.lex_state = 14, .external_lex_state = 6}, - [3339] = {.lex_state = 14, .external_lex_state = 6}, - [3340] = {.lex_state = 14, .external_lex_state = 6}, - [3341] = {.lex_state = 13, .external_lex_state = 6}, + [3335] = {.lex_state = 13, .external_lex_state = 6}, + [3336] = {.lex_state = 13, .external_lex_state = 6}, + [3337] = {.lex_state = 2, .external_lex_state = 4}, + [3338] = {.lex_state = 2, .external_lex_state = 4}, + [3339] = {.lex_state = 13, .external_lex_state = 6}, + [3340] = {.lex_state = 13, .external_lex_state = 6}, + [3341] = {.lex_state = 2, .external_lex_state = 4}, [3342] = {.lex_state = 13, .external_lex_state = 6}, [3343] = {.lex_state = 13, .external_lex_state = 6}, - [3344] = {.lex_state = 14, .external_lex_state = 6}, + [3344] = {.lex_state = 13, .external_lex_state = 6}, [3345] = {.lex_state = 13, .external_lex_state = 6}, [3346] = {.lex_state = 13, .external_lex_state = 6}, - [3347] = {.lex_state = 13, .external_lex_state = 7}, + [3347] = {.lex_state = 13, .external_lex_state = 6}, [3348] = {.lex_state = 13, .external_lex_state = 6}, - [3349] = {.lex_state = 13, .external_lex_state = 7}, - [3350] = {.lex_state = 13, .external_lex_state = 7}, + [3349] = {.lex_state = 13, .external_lex_state = 6}, + [3350] = {.lex_state = 13, .external_lex_state = 6}, [3351] = {.lex_state = 13, .external_lex_state = 6}, - [3352] = {.lex_state = 13, .external_lex_state = 6}, + [3352] = {.lex_state = 13, .external_lex_state = 7}, [3353] = {.lex_state = 13, .external_lex_state = 6}, - [3354] = {.lex_state = 13, .external_lex_state = 6}, + [3354] = {.lex_state = 13, .external_lex_state = 7}, [3355] = {.lex_state = 13, .external_lex_state = 7}, [3356] = {.lex_state = 13, .external_lex_state = 6}, - [3357] = {.lex_state = 13, .external_lex_state = 6}, - [3358] = {.lex_state = 13, .external_lex_state = 7}, - [3359] = {.lex_state = 13, .external_lex_state = 6}, - [3360] = {.lex_state = 13, .external_lex_state = 6}, - [3361] = {.lex_state = 13, .external_lex_state = 6}, - [3362] = {.lex_state = 13, .external_lex_state = 6}, + [3357] = {.lex_state = 14, .external_lex_state = 6}, + [3358] = {.lex_state = 13, .external_lex_state = 6}, + [3359] = {.lex_state = 14, .external_lex_state = 6}, + [3360] = {.lex_state = 13, .external_lex_state = 7}, + [3361] = {.lex_state = 13, .external_lex_state = 7}, + [3362] = {.lex_state = 13, .external_lex_state = 7}, [3363] = {.lex_state = 13, .external_lex_state = 6}, - [3364] = {.lex_state = 13, .external_lex_state = 7}, + [3364] = {.lex_state = 13, .external_lex_state = 6}, [3365] = {.lex_state = 13, .external_lex_state = 6}, [3366] = {.lex_state = 13, .external_lex_state = 6}, - [3367] = {.lex_state = 13, .external_lex_state = 6}, - [3368] = {.lex_state = 13, .external_lex_state = 6}, + [3367] = {.lex_state = 13, .external_lex_state = 7}, + [3368] = {.lex_state = 11, .external_lex_state = 5}, [3369] = {.lex_state = 13, .external_lex_state = 6}, - [3370] = {.lex_state = 13, .external_lex_state = 6}, - [3371] = {.lex_state = 13, .external_lex_state = 7}, - [3372] = {.lex_state = 13, .external_lex_state = 7}, + [3370] = {.lex_state = 13, .external_lex_state = 7}, + [3371] = {.lex_state = 13, .external_lex_state = 6}, + [3372] = {.lex_state = 13, .external_lex_state = 6}, [3373] = {.lex_state = 13, .external_lex_state = 7}, [3374] = {.lex_state = 13, .external_lex_state = 7}, [3375] = {.lex_state = 13, .external_lex_state = 7}, - [3376] = {.lex_state = 13, .external_lex_state = 7}, + [3376] = {.lex_state = 13, .external_lex_state = 6}, [3377] = {.lex_state = 13, .external_lex_state = 7}, [3378] = {.lex_state = 2, .external_lex_state = 4}, - [3379] = {.lex_state = 2, .external_lex_state = 4}, - [3380] = {.lex_state = 2, .external_lex_state = 4}, - [3381] = {.lex_state = 13, .external_lex_state = 7}, - [3382] = {.lex_state = 2, .external_lex_state = 4}, - [3383] = {.lex_state = 2, .external_lex_state = 4}, - [3384] = {.lex_state = 13, .external_lex_state = 7}, + [3379] = {.lex_state = 13, .external_lex_state = 6}, + [3380] = {.lex_state = 13, .external_lex_state = 6}, + [3381] = {.lex_state = 13, .external_lex_state = 6}, + [3382] = {.lex_state = 13, .external_lex_state = 6}, + [3383] = {.lex_state = 13, .external_lex_state = 6}, + [3384] = {.lex_state = 13, .external_lex_state = 6}, [3385] = {.lex_state = 13, .external_lex_state = 6}, - [3386] = {.lex_state = 13, .external_lex_state = 6}, + [3386] = {.lex_state = 13, .external_lex_state = 7}, [3387] = {.lex_state = 13, .external_lex_state = 6}, [3388] = {.lex_state = 13, .external_lex_state = 6}, - [3389] = {.lex_state = 13, .external_lex_state = 6}, - [3390] = {.lex_state = 13, .external_lex_state = 7}, - [3391] = {.lex_state = 2, .external_lex_state = 4}, - [3392] = {.lex_state = 13, .external_lex_state = 7}, - [3393] = {.lex_state = 13, .external_lex_state = 7}, - [3394] = {.lex_state = 13, .external_lex_state = 7}, + [3389] = {.lex_state = 13, .external_lex_state = 7}, + [3390] = {.lex_state = 13, .external_lex_state = 6}, + [3391] = {.lex_state = 13, .external_lex_state = 7}, + [3392] = {.lex_state = 2, .external_lex_state = 4}, + [3393] = {.lex_state = 13, .external_lex_state = 6}, + [3394] = {.lex_state = 13, .external_lex_state = 6}, [3395] = {.lex_state = 13, .external_lex_state = 6}, - [3396] = {.lex_state = 13, .external_lex_state = 6}, + [3396] = {.lex_state = 13, .external_lex_state = 7}, [3397] = {.lex_state = 13, .external_lex_state = 6}, [3398] = {.lex_state = 13, .external_lex_state = 6}, [3399] = {.lex_state = 11, .external_lex_state = 5}, [3400] = {.lex_state = 13, .external_lex_state = 6}, - [3401] = {.lex_state = 13, .external_lex_state = 6}, + [3401] = {.lex_state = 11, .external_lex_state = 5}, [3402] = {.lex_state = 13, .external_lex_state = 6}, [3403] = {.lex_state = 13, .external_lex_state = 6}, [3404] = {.lex_state = 13, .external_lex_state = 6}, - [3405] = {.lex_state = 318, .external_lex_state = 2}, + [3405] = {.lex_state = 13, .external_lex_state = 6}, [3406] = {.lex_state = 13, .external_lex_state = 6}, - [3407] = {.lex_state = 11, .external_lex_state = 5}, - [3408] = {.lex_state = 11, .external_lex_state = 5}, - [3409] = {.lex_state = 2, .external_lex_state = 4}, + [3407] = {.lex_state = 13, .external_lex_state = 6}, + [3408] = {.lex_state = 13, .external_lex_state = 6}, + [3409] = {.lex_state = 13, .external_lex_state = 6}, [3410] = {.lex_state = 13, .external_lex_state = 6}, [3411] = {.lex_state = 13, .external_lex_state = 6}, - [3412] = {.lex_state = 2, .external_lex_state = 4}, - [3413] = {.lex_state = 13, .external_lex_state = 6}, - [3414] = {.lex_state = 13, .external_lex_state = 6}, + [3412] = {.lex_state = 13, .external_lex_state = 6}, + [3413] = {.lex_state = 11, .external_lex_state = 5}, + [3414] = {.lex_state = 13, .external_lex_state = 7}, [3415] = {.lex_state = 13, .external_lex_state = 6}, [3416] = {.lex_state = 13, .external_lex_state = 6}, - [3417] = {.lex_state = 11, .external_lex_state = 5}, + [3417] = {.lex_state = 13, .external_lex_state = 6}, [3418] = {.lex_state = 13, .external_lex_state = 6}, - [3419] = {.lex_state = 13, .external_lex_state = 6}, + [3419] = {.lex_state = 318, .external_lex_state = 2}, [3420] = {.lex_state = 13, .external_lex_state = 6}, [3421] = {.lex_state = 13, .external_lex_state = 6}, [3422] = {.lex_state = 13, .external_lex_state = 6}, - [3423] = {.lex_state = 13, .external_lex_state = 6}, - [3424] = {.lex_state = 13, .external_lex_state = 6}, - [3425] = {.lex_state = 13, .external_lex_state = 7}, - [3426] = {.lex_state = 13, .external_lex_state = 6}, - [3427] = {.lex_state = 13, .external_lex_state = 7}, + [3423] = {.lex_state = 2, .external_lex_state = 4}, + [3424] = {.lex_state = 11, .external_lex_state = 5}, + [3425] = {.lex_state = 2, .external_lex_state = 4}, + [3426] = {.lex_state = 13, .external_lex_state = 7}, + [3427] = {.lex_state = 13, .external_lex_state = 6}, [3428] = {.lex_state = 13, .external_lex_state = 6}, - [3429] = {.lex_state = 13, .external_lex_state = 7}, - [3430] = {.lex_state = 13, .external_lex_state = 6}, - [3431] = {.lex_state = 13, .external_lex_state = 7}, - [3432] = {.lex_state = 13, .external_lex_state = 7}, - [3433] = {.lex_state = 2, .external_lex_state = 4}, - [3434] = {.lex_state = 2, .external_lex_state = 4}, + [3429] = {.lex_state = 13, .external_lex_state = 6}, + [3430] = {.lex_state = 2, .external_lex_state = 4}, + [3431] = {.lex_state = 2, .external_lex_state = 4}, + [3432] = {.lex_state = 13, .external_lex_state = 6}, + [3433] = {.lex_state = 13, .external_lex_state = 6}, + [3434] = {.lex_state = 13, .external_lex_state = 6}, [3435] = {.lex_state = 13, .external_lex_state = 6}, [3436] = {.lex_state = 13, .external_lex_state = 6}, [3437] = {.lex_state = 13, .external_lex_state = 6}, - [3438] = {.lex_state = 13, .external_lex_state = 6}, - [3439] = {.lex_state = 13, .external_lex_state = 6}, - [3440] = {.lex_state = 13, .external_lex_state = 6}, - [3441] = {.lex_state = 13, .external_lex_state = 6}, - [3442] = {.lex_state = 13, .external_lex_state = 6}, + [3438] = {.lex_state = 11, .external_lex_state = 5}, + [3439] = {.lex_state = 11, .external_lex_state = 5}, + [3440] = {.lex_state = 11, .external_lex_state = 5}, + [3441] = {.lex_state = 2, .external_lex_state = 4}, + [3442] = {.lex_state = 2, .external_lex_state = 4}, [3443] = {.lex_state = 2, .external_lex_state = 4}, - [3444] = {.lex_state = 11, .external_lex_state = 5}, - [3445] = {.lex_state = 11, .external_lex_state = 5}, - [3446] = {.lex_state = 11, .external_lex_state = 5}, + [3444] = {.lex_state = 2, .external_lex_state = 4}, + [3445] = {.lex_state = 13, .external_lex_state = 6}, + [3446] = {.lex_state = 2, .external_lex_state = 4}, [3447] = {.lex_state = 2, .external_lex_state = 4}, [3448] = {.lex_state = 13, .external_lex_state = 6}, - [3449] = {.lex_state = 13, .external_lex_state = 6}, + [3449] = {.lex_state = 2, .external_lex_state = 4}, [3450] = {.lex_state = 13, .external_lex_state = 6}, [3451] = {.lex_state = 13, .external_lex_state = 6}, - [3452] = {.lex_state = 13, .external_lex_state = 6}, - [3453] = {.lex_state = 13, .external_lex_state = 6}, + [3452] = {.lex_state = 2, .external_lex_state = 4}, + [3453] = {.lex_state = 318, .external_lex_state = 2}, [3454] = {.lex_state = 13, .external_lex_state = 6}, - [3455] = {.lex_state = 13, .external_lex_state = 7}, + [3455] = {.lex_state = 13, .external_lex_state = 6}, [3456] = {.lex_state = 13, .external_lex_state = 6}, [3457] = {.lex_state = 13, .external_lex_state = 6}, [3458] = {.lex_state = 13, .external_lex_state = 6}, [3459] = {.lex_state = 13, .external_lex_state = 6}, [3460] = {.lex_state = 13, .external_lex_state = 6}, [3461] = {.lex_state = 13, .external_lex_state = 6}, - [3462] = {.lex_state = 13, .external_lex_state = 7}, + [3462] = {.lex_state = 13, .external_lex_state = 6}, [3463] = {.lex_state = 13, .external_lex_state = 6}, [3464] = {.lex_state = 13, .external_lex_state = 6}, [3465] = {.lex_state = 13, .external_lex_state = 6}, @@ -26956,15 +26954,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3475] = {.lex_state = 13, .external_lex_state = 6}, [3476] = {.lex_state = 13, .external_lex_state = 6}, [3477] = {.lex_state = 13, .external_lex_state = 6}, - [3478] = {.lex_state = 13, .external_lex_state = 6}, - [3479] = {.lex_state = 13, .external_lex_state = 6}, - [3480] = {.lex_state = 13, .external_lex_state = 6}, + [3478] = {.lex_state = 11, .external_lex_state = 5}, + [3479] = {.lex_state = 2, .external_lex_state = 4}, + [3480] = {.lex_state = 11, .external_lex_state = 5}, [3481] = {.lex_state = 13, .external_lex_state = 6}, [3482] = {.lex_state = 13, .external_lex_state = 6}, [3483] = {.lex_state = 13, .external_lex_state = 6}, - [3484] = {.lex_state = 11, .external_lex_state = 5}, + [3484] = {.lex_state = 13, .external_lex_state = 6}, [3485] = {.lex_state = 13, .external_lex_state = 6}, - [3486] = {.lex_state = 11, .external_lex_state = 5}, + [3486] = {.lex_state = 13, .external_lex_state = 6}, [3487] = {.lex_state = 13, .external_lex_state = 6}, [3488] = {.lex_state = 13, .external_lex_state = 6}, [3489] = {.lex_state = 13, .external_lex_state = 6}, @@ -26978,91 +26976,91 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3497] = {.lex_state = 13, .external_lex_state = 6}, [3498] = {.lex_state = 13, .external_lex_state = 6}, [3499] = {.lex_state = 13, .external_lex_state = 6}, - [3500] = {.lex_state = 13, .external_lex_state = 6}, + [3500] = {.lex_state = 2, .external_lex_state = 4}, [3501] = {.lex_state = 13, .external_lex_state = 6}, [3502] = {.lex_state = 13, .external_lex_state = 6}, - [3503] = {.lex_state = 13, .external_lex_state = 6}, + [3503] = {.lex_state = 2, .external_lex_state = 4}, [3504] = {.lex_state = 13, .external_lex_state = 6}, [3505] = {.lex_state = 13, .external_lex_state = 6}, - [3506] = {.lex_state = 2, .external_lex_state = 4}, + [3506] = {.lex_state = 13, .external_lex_state = 7}, [3507] = {.lex_state = 13, .external_lex_state = 6}, - [3508] = {.lex_state = 2, .external_lex_state = 4}, + [3508] = {.lex_state = 13, .external_lex_state = 6}, [3509] = {.lex_state = 13, .external_lex_state = 6}, [3510] = {.lex_state = 13, .external_lex_state = 6}, [3511] = {.lex_state = 13, .external_lex_state = 6}, - [3512] = {.lex_state = 13, .external_lex_state = 6}, - [3513] = {.lex_state = 13, .external_lex_state = 6}, - [3514] = {.lex_state = 13, .external_lex_state = 6}, - [3515] = {.lex_state = 318, .external_lex_state = 2}, + [3512] = {.lex_state = 11, .external_lex_state = 5}, + [3513] = {.lex_state = 11, .external_lex_state = 5}, + [3514] = {.lex_state = 13, .external_lex_state = 7}, + [3515] = {.lex_state = 13, .external_lex_state = 6}, [3516] = {.lex_state = 13, .external_lex_state = 6}, [3517] = {.lex_state = 13, .external_lex_state = 6}, - [3518] = {.lex_state = 11, .external_lex_state = 5}, - [3519] = {.lex_state = 11, .external_lex_state = 5}, + [3518] = {.lex_state = 13, .external_lex_state = 6}, + [3519] = {.lex_state = 13, .external_lex_state = 7}, [3520] = {.lex_state = 13, .external_lex_state = 6}, [3521] = {.lex_state = 13, .external_lex_state = 6}, - [3522] = {.lex_state = 2, .external_lex_state = 4}, - [3523] = {.lex_state = 2, .external_lex_state = 4}, + [3522] = {.lex_state = 13, .external_lex_state = 6}, + [3523] = {.lex_state = 13, .external_lex_state = 7}, [3524] = {.lex_state = 13, .external_lex_state = 6}, [3525] = {.lex_state = 13, .external_lex_state = 6}, - [3526] = {.lex_state = 13, .external_lex_state = 6}, + [3526] = {.lex_state = 13, .external_lex_state = 7}, [3527] = {.lex_state = 13, .external_lex_state = 6}, - [3528] = {.lex_state = 13, .external_lex_state = 6}, - [3529] = {.lex_state = 11, .external_lex_state = 5}, + [3528] = {.lex_state = 2, .external_lex_state = 4}, + [3529] = {.lex_state = 13, .external_lex_state = 6}, [3530] = {.lex_state = 13, .external_lex_state = 6}, - [3531] = {.lex_state = 13, .external_lex_state = 6}, - [3532] = {.lex_state = 2, .external_lex_state = 4}, + [3531] = {.lex_state = 318, .external_lex_state = 2}, + [3532] = {.lex_state = 13, .external_lex_state = 6}, [3533] = {.lex_state = 13, .external_lex_state = 6}, - [3534] = {.lex_state = 2, .external_lex_state = 4}, - [3535] = {.lex_state = 13, .external_lex_state = 6}, + [3534] = {.lex_state = 13, .external_lex_state = 6}, + [3535] = {.lex_state = 11, .external_lex_state = 5}, [3536] = {.lex_state = 13, .external_lex_state = 6}, [3537] = {.lex_state = 13, .external_lex_state = 6}, - [3538] = {.lex_state = 13, .external_lex_state = 7}, + [3538] = {.lex_state = 13, .external_lex_state = 6}, [3539] = {.lex_state = 13, .external_lex_state = 6}, [3540] = {.lex_state = 13, .external_lex_state = 6}, - [3541] = {.lex_state = 11, .external_lex_state = 5}, - [3542] = {.lex_state = 13, .external_lex_state = 6}, + [3541] = {.lex_state = 13, .external_lex_state = 6}, + [3542] = {.lex_state = 2, .external_lex_state = 4}, [3543] = {.lex_state = 13, .external_lex_state = 6}, - [3544] = {.lex_state = 13, .external_lex_state = 6}, - [3545] = {.lex_state = 13, .external_lex_state = 7}, - [3546] = {.lex_state = 13, .external_lex_state = 6}, + [3544] = {.lex_state = 2, .external_lex_state = 4}, + [3545] = {.lex_state = 13, .external_lex_state = 6}, + [3546] = {.lex_state = 13, .external_lex_state = 7}, [3547] = {.lex_state = 13, .external_lex_state = 6}, - [3548] = {.lex_state = 13, .external_lex_state = 7}, + [3548] = {.lex_state = 13, .external_lex_state = 6}, [3549] = {.lex_state = 13, .external_lex_state = 6}, [3550] = {.lex_state = 13, .external_lex_state = 7}, [3551] = {.lex_state = 13, .external_lex_state = 6}, - [3552] = {.lex_state = 13, .external_lex_state = 6}, - [3553] = {.lex_state = 13, .external_lex_state = 6}, - [3554] = {.lex_state = 318, .external_lex_state = 2}, - [3555] = {.lex_state = 2, .external_lex_state = 4}, - [3556] = {.lex_state = 13, .external_lex_state = 7}, - [3557] = {.lex_state = 13, .external_lex_state = 6}, - [3558] = {.lex_state = 13, .external_lex_state = 7}, - [3559] = {.lex_state = 2, .external_lex_state = 4}, + [3552] = {.lex_state = 13, .external_lex_state = 7}, + [3553] = {.lex_state = 13, .external_lex_state = 7}, + [3554] = {.lex_state = 13, .external_lex_state = 7}, + [3555] = {.lex_state = 13, .external_lex_state = 7}, + [3556] = {.lex_state = 318, .external_lex_state = 2}, + [3557] = {.lex_state = 13, .external_lex_state = 7}, + [3558] = {.lex_state = 13, .external_lex_state = 6}, + [3559] = {.lex_state = 13, .external_lex_state = 6}, [3560] = {.lex_state = 2, .external_lex_state = 4}, - [3561] = {.lex_state = 2, .external_lex_state = 4}, + [3561] = {.lex_state = 13, .external_lex_state = 7}, [3562] = {.lex_state = 13, .external_lex_state = 6}, - [3563] = {.lex_state = 2, .external_lex_state = 4}, - [3564] = {.lex_state = 2, .external_lex_state = 4}, - [3565] = {.lex_state = 13, .external_lex_state = 6}, - [3566] = {.lex_state = 2, .external_lex_state = 4}, + [3563] = {.lex_state = 13, .external_lex_state = 7}, + [3564] = {.lex_state = 13, .external_lex_state = 7}, + [3565] = {.lex_state = 13, .external_lex_state = 7}, + [3566] = {.lex_state = 13, .external_lex_state = 6}, [3567] = {.lex_state = 13, .external_lex_state = 6}, - [3568] = {.lex_state = 318, .external_lex_state = 2}, + [3568] = {.lex_state = 13, .external_lex_state = 7}, [3569] = {.lex_state = 318, .external_lex_state = 2}, - [3570] = {.lex_state = 2, .external_lex_state = 4}, - [3571] = {.lex_state = 2, .external_lex_state = 4}, - [3572] = {.lex_state = 13, .external_lex_state = 7}, - [3573] = {.lex_state = 13, .external_lex_state = 6}, - [3574] = {.lex_state = 13, .external_lex_state = 7}, - [3575] = {.lex_state = 13, .external_lex_state = 6}, + [3570] = {.lex_state = 13, .external_lex_state = 7}, + [3571] = {.lex_state = 13, .external_lex_state = 6}, + [3572] = {.lex_state = 13, .external_lex_state = 6}, + [3573] = {.lex_state = 13, .external_lex_state = 7}, + [3574] = {.lex_state = 13, .external_lex_state = 6}, + [3575] = {.lex_state = 2, .external_lex_state = 4}, [3576] = {.lex_state = 13, .external_lex_state = 6}, - [3577] = {.lex_state = 13, .external_lex_state = 6}, - [3578] = {.lex_state = 13, .external_lex_state = 7}, - [3579] = {.lex_state = 13, .external_lex_state = 6}, + [3577] = {.lex_state = 2, .external_lex_state = 4}, + [3578] = {.lex_state = 2, .external_lex_state = 4}, + [3579] = {.lex_state = 2, .external_lex_state = 4}, [3580] = {.lex_state = 13, .external_lex_state = 6}, - [3581] = {.lex_state = 13, .external_lex_state = 7}, + [3581] = {.lex_state = 13, .external_lex_state = 6}, [3582] = {.lex_state = 13, .external_lex_state = 6}, [3583] = {.lex_state = 13, .external_lex_state = 6}, - [3584] = {.lex_state = 13, .external_lex_state = 6}, + [3584] = {.lex_state = 2, .external_lex_state = 4}, [3585] = {.lex_state = 13, .external_lex_state = 6}, [3586] = {.lex_state = 13, .external_lex_state = 6}, [3587] = {.lex_state = 13, .external_lex_state = 6}, @@ -27070,356 +27068,356 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3589] = {.lex_state = 13, .external_lex_state = 6}, [3590] = {.lex_state = 13, .external_lex_state = 6}, [3591] = {.lex_state = 13, .external_lex_state = 6}, - [3592] = {.lex_state = 13, .external_lex_state = 6}, + [3592] = {.lex_state = 2, .external_lex_state = 4}, [3593] = {.lex_state = 13, .external_lex_state = 6}, [3594] = {.lex_state = 13, .external_lex_state = 6}, - [3595] = {.lex_state = 13, .external_lex_state = 7}, + [3595] = {.lex_state = 13, .external_lex_state = 6}, [3596] = {.lex_state = 13, .external_lex_state = 6}, - [3597] = {.lex_state = 13, .external_lex_state = 7}, - [3598] = {.lex_state = 13, .external_lex_state = 6}, + [3597] = {.lex_state = 13, .external_lex_state = 6}, + [3598] = {.lex_state = 13, .external_lex_state = 7}, [3599] = {.lex_state = 13, .external_lex_state = 6}, [3600] = {.lex_state = 13, .external_lex_state = 6}, - [3601] = {.lex_state = 13, .external_lex_state = 6}, - [3602] = {.lex_state = 13, .external_lex_state = 6}, - [3603] = {.lex_state = 13, .external_lex_state = 6}, - [3604] = {.lex_state = 2, .external_lex_state = 4}, + [3601] = {.lex_state = 318, .external_lex_state = 2}, + [3602] = {.lex_state = 13, .external_lex_state = 7}, + [3603] = {.lex_state = 13, .external_lex_state = 7}, + [3604] = {.lex_state = 13, .external_lex_state = 7}, [3605] = {.lex_state = 13, .external_lex_state = 7}, - [3606] = {.lex_state = 11, .external_lex_state = 5}, + [3606] = {.lex_state = 13, .external_lex_state = 7}, [3607] = {.lex_state = 13, .external_lex_state = 7}, - [3608] = {.lex_state = 13, .external_lex_state = 7}, - [3609] = {.lex_state = 13, .external_lex_state = 7}, + [3608] = {.lex_state = 13, .external_lex_state = 6}, + [3609] = {.lex_state = 2, .external_lex_state = 4}, [3610] = {.lex_state = 13, .external_lex_state = 7}, [3611] = {.lex_state = 13, .external_lex_state = 7}, - [3612] = {.lex_state = 2, .external_lex_state = 4}, + [3612] = {.lex_state = 13, .external_lex_state = 7}, [3613] = {.lex_state = 13, .external_lex_state = 7}, [3614] = {.lex_state = 13, .external_lex_state = 7}, [3615] = {.lex_state = 13, .external_lex_state = 7}, - [3616] = {.lex_state = 13, .external_lex_state = 7}, - [3617] = {.lex_state = 11, .external_lex_state = 5}, - [3618] = {.lex_state = 11, .external_lex_state = 5}, + [3616] = {.lex_state = 318, .external_lex_state = 2}, + [3617] = {.lex_state = 13, .external_lex_state = 6}, + [3618] = {.lex_state = 13, .external_lex_state = 7}, [3619] = {.lex_state = 318, .external_lex_state = 2}, - [3620] = {.lex_state = 13, .external_lex_state = 7}, - [3621] = {.lex_state = 2, .external_lex_state = 4}, - [3622] = {.lex_state = 13, .external_lex_state = 7}, - [3623] = {.lex_state = 13, .external_lex_state = 7}, + [3620] = {.lex_state = 2, .external_lex_state = 4}, + [3621] = {.lex_state = 318, .external_lex_state = 2}, + [3622] = {.lex_state = 2, .external_lex_state = 4}, + [3623] = {.lex_state = 13, .external_lex_state = 6}, [3624] = {.lex_state = 13, .external_lex_state = 7}, - [3625] = {.lex_state = 11, .external_lex_state = 5}, - [3626] = {.lex_state = 11, .external_lex_state = 5}, - [3627] = {.lex_state = 13, .external_lex_state = 7}, - [3628] = {.lex_state = 318, .external_lex_state = 2}, - [3629] = {.lex_state = 13, .external_lex_state = 6}, - [3630] = {.lex_state = 13, .external_lex_state = 7}, - [3631] = {.lex_state = 13, .external_lex_state = 7}, - [3632] = {.lex_state = 318, .external_lex_state = 2}, - [3633] = {.lex_state = 13, .external_lex_state = 7}, + [3625] = {.lex_state = 13, .external_lex_state = 7}, + [3626] = {.lex_state = 13, .external_lex_state = 7}, + [3627] = {.lex_state = 318, .external_lex_state = 2}, + [3628] = {.lex_state = 2, .external_lex_state = 4}, + [3629] = {.lex_state = 13, .external_lex_state = 7}, + [3630] = {.lex_state = 2, .external_lex_state = 4}, + [3631] = {.lex_state = 11, .external_lex_state = 5}, + [3632] = {.lex_state = 11, .external_lex_state = 5}, + [3633] = {.lex_state = 13, .external_lex_state = 6}, [3634] = {.lex_state = 2, .external_lex_state = 4}, - [3635] = {.lex_state = 13, .external_lex_state = 7}, - [3636] = {.lex_state = 13, .external_lex_state = 7}, - [3637] = {.lex_state = 318, .external_lex_state = 2}, - [3638] = {.lex_state = 13, .external_lex_state = 7}, - [3639] = {.lex_state = 13, .external_lex_state = 6}, - [3640] = {.lex_state = 2, .external_lex_state = 4}, - [3641] = {.lex_state = 2, .external_lex_state = 4}, - [3642] = {.lex_state = 11, .external_lex_state = 5}, - [3643] = {.lex_state = 13, .external_lex_state = 7}, + [3635] = {.lex_state = 2, .external_lex_state = 4}, + [3636] = {.lex_state = 2, .external_lex_state = 4}, + [3637] = {.lex_state = 2, .external_lex_state = 4}, + [3638] = {.lex_state = 13, .external_lex_state = 6}, + [3639] = {.lex_state = 2, .external_lex_state = 4}, + [3640] = {.lex_state = 13, .external_lex_state = 7}, + [3641] = {.lex_state = 13, .external_lex_state = 7}, + [3642] = {.lex_state = 2, .external_lex_state = 4}, + [3643] = {.lex_state = 2, .external_lex_state = 4}, [3644] = {.lex_state = 13, .external_lex_state = 7}, - [3645] = {.lex_state = 2, .external_lex_state = 4}, + [3645] = {.lex_state = 13, .external_lex_state = 6}, [3646] = {.lex_state = 2, .external_lex_state = 4}, - [3647] = {.lex_state = 13, .external_lex_state = 7}, - [3648] = {.lex_state = 318, .external_lex_state = 2}, - [3649] = {.lex_state = 13, .external_lex_state = 7}, - [3650] = {.lex_state = 13, .external_lex_state = 7}, - [3651] = {.lex_state = 13, .external_lex_state = 7}, - [3652] = {.lex_state = 2, .external_lex_state = 4}, + [3647] = {.lex_state = 2, .external_lex_state = 4}, + [3648] = {.lex_state = 2, .external_lex_state = 4}, + [3649] = {.lex_state = 2, .external_lex_state = 4}, + [3650] = {.lex_state = 13, .external_lex_state = 6}, + [3651] = {.lex_state = 2, .external_lex_state = 4}, + [3652] = {.lex_state = 13, .external_lex_state = 7}, [3653] = {.lex_state = 13, .external_lex_state = 7}, - [3654] = {.lex_state = 2, .external_lex_state = 4}, - [3655] = {.lex_state = 13, .external_lex_state = 7}, + [3654] = {.lex_state = 11, .external_lex_state = 5}, + [3655] = {.lex_state = 2, .external_lex_state = 4}, [3656] = {.lex_state = 13, .external_lex_state = 7}, - [3657] = {.lex_state = 11, .external_lex_state = 5}, - [3658] = {.lex_state = 2, .external_lex_state = 3}, - [3659] = {.lex_state = 2, .external_lex_state = 3}, - [3660] = {.lex_state = 13, .external_lex_state = 7}, + [3657] = {.lex_state = 13, .external_lex_state = 7}, + [3658] = {.lex_state = 2, .external_lex_state = 4}, + [3659] = {.lex_state = 318, .external_lex_state = 2}, + [3660] = {.lex_state = 2, .external_lex_state = 4}, [3661] = {.lex_state = 13, .external_lex_state = 7}, [3662] = {.lex_state = 2, .external_lex_state = 4}, - [3663] = {.lex_state = 13, .external_lex_state = 7}, - [3664] = {.lex_state = 13, .external_lex_state = 7}, - [3665] = {.lex_state = 2, .external_lex_state = 4}, + [3663] = {.lex_state = 2, .external_lex_state = 4}, + [3664] = {.lex_state = 13, .external_lex_state = 6}, + [3665] = {.lex_state = 13, .external_lex_state = 7}, [3666] = {.lex_state = 13, .external_lex_state = 7}, - [3667] = {.lex_state = 13, .external_lex_state = 7}, + [3667] = {.lex_state = 2, .external_lex_state = 4}, [3668] = {.lex_state = 13, .external_lex_state = 7}, [3669] = {.lex_state = 13, .external_lex_state = 7}, [3670] = {.lex_state = 13, .external_lex_state = 7}, [3671] = {.lex_state = 13, .external_lex_state = 6}, - [3672] = {.lex_state = 13, .external_lex_state = 7}, + [3672] = {.lex_state = 11, .external_lex_state = 5}, [3673] = {.lex_state = 13, .external_lex_state = 7}, - [3674] = {.lex_state = 13, .external_lex_state = 7}, - [3675] = {.lex_state = 13, .external_lex_state = 6}, - [3676] = {.lex_state = 318, .external_lex_state = 2}, - [3677] = {.lex_state = 2, .external_lex_state = 4}, - [3678] = {.lex_state = 13, .external_lex_state = 6}, - [3679] = {.lex_state = 2, .external_lex_state = 4}, - [3680] = {.lex_state = 11, .external_lex_state = 5}, - [3681] = {.lex_state = 13, .external_lex_state = 6}, - [3682] = {.lex_state = 2, .external_lex_state = 4}, - [3683] = {.lex_state = 13, .external_lex_state = 7}, + [3674] = {.lex_state = 11, .external_lex_state = 5}, + [3675] = {.lex_state = 2, .external_lex_state = 4}, + [3676] = {.lex_state = 13, .external_lex_state = 7}, + [3677] = {.lex_state = 13, .external_lex_state = 7}, + [3678] = {.lex_state = 11, .external_lex_state = 5}, + [3679] = {.lex_state = 13, .external_lex_state = 7}, + [3680] = {.lex_state = 13, .external_lex_state = 7}, + [3681] = {.lex_state = 13, .external_lex_state = 7}, + [3682] = {.lex_state = 2, .external_lex_state = 3}, + [3683] = {.lex_state = 2, .external_lex_state = 3}, [3684] = {.lex_state = 2, .external_lex_state = 4}, - [3685] = {.lex_state = 13, .external_lex_state = 7}, + [3685] = {.lex_state = 2, .external_lex_state = 4}, [3686] = {.lex_state = 13, .external_lex_state = 7}, [3687] = {.lex_state = 13, .external_lex_state = 6}, - [3688] = {.lex_state = 318, .external_lex_state = 2}, - [3689] = {.lex_state = 2, .external_lex_state = 4}, - [3690] = {.lex_state = 13, .external_lex_state = 6}, + [3688] = {.lex_state = 13, .external_lex_state = 7}, + [3689] = {.lex_state = 13, .external_lex_state = 7}, + [3690] = {.lex_state = 2, .external_lex_state = 4}, [3691] = {.lex_state = 13, .external_lex_state = 7}, [3692] = {.lex_state = 13, .external_lex_state = 7}, - [3693] = {.lex_state = 2, .external_lex_state = 4}, - [3694] = {.lex_state = 13, .external_lex_state = 6}, - [3695] = {.lex_state = 2, .external_lex_state = 4}, - [3696] = {.lex_state = 2, .external_lex_state = 4}, - [3697] = {.lex_state = 2, .external_lex_state = 4}, - [3698] = {.lex_state = 2, .external_lex_state = 4}, - [3699] = {.lex_state = 2, .external_lex_state = 4}, - [3700] = {.lex_state = 13, .external_lex_state = 7}, + [3693] = {.lex_state = 13, .external_lex_state = 7}, + [3694] = {.lex_state = 13, .external_lex_state = 7}, + [3695] = {.lex_state = 13, .external_lex_state = 7}, + [3696] = {.lex_state = 13, .external_lex_state = 7}, + [3697] = {.lex_state = 318, .external_lex_state = 2}, + [3698] = {.lex_state = 13, .external_lex_state = 7}, + [3699] = {.lex_state = 13, .external_lex_state = 7}, + [3700] = {.lex_state = 11, .external_lex_state = 5}, [3701] = {.lex_state = 13, .external_lex_state = 7}, [3702] = {.lex_state = 13, .external_lex_state = 7}, - [3703] = {.lex_state = 2, .external_lex_state = 4}, - [3704] = {.lex_state = 13, .external_lex_state = 7}, - [3705] = {.lex_state = 2, .external_lex_state = 4}, - [3706] = {.lex_state = 2, .external_lex_state = 4}, - [3707] = {.lex_state = 13, .external_lex_state = 6}, - [3708] = {.lex_state = 2, .external_lex_state = 4}, + [3703] = {.lex_state = 13, .external_lex_state = 7}, + [3704] = {.lex_state = 11, .external_lex_state = 5}, + [3705] = {.lex_state = 13, .external_lex_state = 7}, + [3706] = {.lex_state = 13, .external_lex_state = 7}, + [3707] = {.lex_state = 2, .external_lex_state = 4}, + [3708] = {.lex_state = 13, .external_lex_state = 7}, [3709] = {.lex_state = 13, .external_lex_state = 7}, - [3710] = {.lex_state = 13, .external_lex_state = 6}, - [3711] = {.lex_state = 14, .external_lex_state = 7}, - [3712] = {.lex_state = 13, .external_lex_state = 7}, - [3713] = {.lex_state = 13, .external_lex_state = 6}, + [3710] = {.lex_state = 13, .external_lex_state = 7}, + [3711] = {.lex_state = 2, .external_lex_state = 4}, + [3712] = {.lex_state = 2, .external_lex_state = 4}, + [3713] = {.lex_state = 13, .external_lex_state = 7}, [3714] = {.lex_state = 13, .external_lex_state = 7}, [3715] = {.lex_state = 13, .external_lex_state = 7}, - [3716] = {.lex_state = 13, .external_lex_state = 6}, + [3716] = {.lex_state = 13, .external_lex_state = 7}, [3717] = {.lex_state = 13, .external_lex_state = 7}, - [3718] = {.lex_state = 13, .external_lex_state = 7}, + [3718] = {.lex_state = 318, .external_lex_state = 2}, [3719] = {.lex_state = 13, .external_lex_state = 7}, [3720] = {.lex_state = 2, .external_lex_state = 4}, [3721] = {.lex_state = 13, .external_lex_state = 7}, [3722] = {.lex_state = 13, .external_lex_state = 7}, [3723] = {.lex_state = 13, .external_lex_state = 7}, - [3724] = {.lex_state = 318, .external_lex_state = 2}, - [3725] = {.lex_state = 11, .external_lex_state = 5}, - [3726] = {.lex_state = 13, .external_lex_state = 6}, - [3727] = {.lex_state = 13, .external_lex_state = 6}, - [3728] = {.lex_state = 13, .external_lex_state = 6}, - [3729] = {.lex_state = 13, .external_lex_state = 6}, + [3724] = {.lex_state = 2, .external_lex_state = 4}, + [3725] = {.lex_state = 318, .external_lex_state = 2}, + [3726] = {.lex_state = 15, .external_lex_state = 7}, + [3727] = {.lex_state = 13, .external_lex_state = 7}, + [3728] = {.lex_state = 13, .external_lex_state = 7}, + [3729] = {.lex_state = 13, .external_lex_state = 7}, [3730] = {.lex_state = 13, .external_lex_state = 7}, - [3731] = {.lex_state = 13, .external_lex_state = 7}, + [3731] = {.lex_state = 2, .external_lex_state = 4}, [3732] = {.lex_state = 13, .external_lex_state = 6}, [3733] = {.lex_state = 13, .external_lex_state = 7}, - [3734] = {.lex_state = 13, .external_lex_state = 6}, - [3735] = {.lex_state = 2, .external_lex_state = 4}, - [3736] = {.lex_state = 2, .external_lex_state = 4}, + [3734] = {.lex_state = 318, .external_lex_state = 2}, + [3735] = {.lex_state = 13, .external_lex_state = 7}, + [3736] = {.lex_state = 13, .external_lex_state = 7}, [3737] = {.lex_state = 13, .external_lex_state = 7}, - [3738] = {.lex_state = 13, .external_lex_state = 6}, + [3738] = {.lex_state = 13, .external_lex_state = 7}, [3739] = {.lex_state = 13, .external_lex_state = 7}, - [3740] = {.lex_state = 13, .external_lex_state = 7}, - [3741] = {.lex_state = 13, .external_lex_state = 7}, - [3742] = {.lex_state = 318, .external_lex_state = 2}, - [3743] = {.lex_state = 13, .external_lex_state = 6}, - [3744] = {.lex_state = 13, .external_lex_state = 6}, - [3745] = {.lex_state = 13, .external_lex_state = 7}, - [3746] = {.lex_state = 13, .external_lex_state = 7}, + [3740] = {.lex_state = 2, .external_lex_state = 4}, + [3741] = {.lex_state = 13, .external_lex_state = 6}, + [3742] = {.lex_state = 13, .external_lex_state = 7}, + [3743] = {.lex_state = 13, .external_lex_state = 7}, + [3744] = {.lex_state = 13, .external_lex_state = 7}, + [3745] = {.lex_state = 318, .external_lex_state = 2}, + [3746] = {.lex_state = 13, .external_lex_state = 6}, [3747] = {.lex_state = 13, .external_lex_state = 7}, - [3748] = {.lex_state = 13, .external_lex_state = 6}, - [3749] = {.lex_state = 13, .external_lex_state = 6}, - [3750] = {.lex_state = 13, .external_lex_state = 6}, - [3751] = {.lex_state = 13, .external_lex_state = 6}, - [3752] = {.lex_state = 13, .external_lex_state = 6}, + [3748] = {.lex_state = 13, .external_lex_state = 7}, + [3749] = {.lex_state = 13, .external_lex_state = 7}, + [3750] = {.lex_state = 13, .external_lex_state = 7}, + [3751] = {.lex_state = 11, .external_lex_state = 5}, + [3752] = {.lex_state = 13, .external_lex_state = 7}, [3753] = {.lex_state = 13, .external_lex_state = 7}, - [3754] = {.lex_state = 13, .external_lex_state = 7}, - [3755] = {.lex_state = 14, .external_lex_state = 7}, - [3756] = {.lex_state = 13, .external_lex_state = 7}, - [3757] = {.lex_state = 13, .external_lex_state = 7}, - [3758] = {.lex_state = 2, .external_lex_state = 4}, + [3754] = {.lex_state = 13, .external_lex_state = 6}, + [3755] = {.lex_state = 13, .external_lex_state = 6}, + [3756] = {.lex_state = 2, .external_lex_state = 4}, + [3757] = {.lex_state = 14, .external_lex_state = 7}, + [3758] = {.lex_state = 13, .external_lex_state = 7}, [3759] = {.lex_state = 13, .external_lex_state = 6}, - [3760] = {.lex_state = 13, .external_lex_state = 7}, + [3760] = {.lex_state = 318, .external_lex_state = 2}, [3761] = {.lex_state = 13, .external_lex_state = 7}, - [3762] = {.lex_state = 13, .external_lex_state = 6}, + [3762] = {.lex_state = 11, .external_lex_state = 5}, [3763] = {.lex_state = 13, .external_lex_state = 7}, - [3764] = {.lex_state = 2, .external_lex_state = 4}, - [3765] = {.lex_state = 2, .external_lex_state = 4}, - [3766] = {.lex_state = 13, .external_lex_state = 7}, - [3767] = {.lex_state = 2, .external_lex_state = 4}, - [3768] = {.lex_state = 14, .external_lex_state = 7}, - [3769] = {.lex_state = 13, .external_lex_state = 7}, + [3764] = {.lex_state = 13, .external_lex_state = 7}, + [3765] = {.lex_state = 318, .external_lex_state = 2}, + [3766] = {.lex_state = 13, .external_lex_state = 6}, + [3767] = {.lex_state = 13, .external_lex_state = 6}, + [3768] = {.lex_state = 13, .external_lex_state = 6}, + [3769] = {.lex_state = 2, .external_lex_state = 4}, [3770] = {.lex_state = 13, .external_lex_state = 6}, - [3771] = {.lex_state = 14, .external_lex_state = 7}, - [3772] = {.lex_state = 13, .external_lex_state = 7}, - [3773] = {.lex_state = 14, .external_lex_state = 7}, - [3774] = {.lex_state = 14, .external_lex_state = 7}, - [3775] = {.lex_state = 13, .external_lex_state = 7}, - [3776] = {.lex_state = 14, .external_lex_state = 7}, + [3771] = {.lex_state = 13, .external_lex_state = 7}, + [3772] = {.lex_state = 2, .external_lex_state = 4}, + [3773] = {.lex_state = 13, .external_lex_state = 7}, + [3774] = {.lex_state = 13, .external_lex_state = 7}, + [3775] = {.lex_state = 14, .external_lex_state = 7}, + [3776] = {.lex_state = 13, .external_lex_state = 7}, [3777] = {.lex_state = 14, .external_lex_state = 7}, - [3778] = {.lex_state = 318, .external_lex_state = 2}, - [3779] = {.lex_state = 14, .external_lex_state = 7}, - [3780] = {.lex_state = 14, .external_lex_state = 7}, + [3778] = {.lex_state = 13, .external_lex_state = 6}, + [3779] = {.lex_state = 13, .external_lex_state = 7}, + [3780] = {.lex_state = 13, .external_lex_state = 6}, [3781] = {.lex_state = 13, .external_lex_state = 7}, - [3782] = {.lex_state = 13, .external_lex_state = 7}, - [3783] = {.lex_state = 2, .external_lex_state = 4}, - [3784] = {.lex_state = 14, .external_lex_state = 7}, + [3782] = {.lex_state = 13, .external_lex_state = 6}, + [3783] = {.lex_state = 14, .external_lex_state = 7}, + [3784] = {.lex_state = 13, .external_lex_state = 6}, [3785] = {.lex_state = 14, .external_lex_state = 7}, [3786] = {.lex_state = 13, .external_lex_state = 7}, - [3787] = {.lex_state = 14, .external_lex_state = 7}, - [3788] = {.lex_state = 14, .external_lex_state = 7}, - [3789] = {.lex_state = 14, .external_lex_state = 7}, - [3790] = {.lex_state = 318, .external_lex_state = 2}, - [3791] = {.lex_state = 13, .external_lex_state = 7}, - [3792] = {.lex_state = 14, .external_lex_state = 7}, - [3793] = {.lex_state = 13, .external_lex_state = 7}, + [3787] = {.lex_state = 13, .external_lex_state = 7}, + [3788] = {.lex_state = 13, .external_lex_state = 7}, + [3789] = {.lex_state = 13, .external_lex_state = 7}, + [3790] = {.lex_state = 14, .external_lex_state = 7}, + [3791] = {.lex_state = 13, .external_lex_state = 6}, + [3792] = {.lex_state = 13, .external_lex_state = 6}, + [3793] = {.lex_state = 2, .external_lex_state = 4}, [3794] = {.lex_state = 13, .external_lex_state = 7}, - [3795] = {.lex_state = 13, .external_lex_state = 7}, - [3796] = {.lex_state = 2, .external_lex_state = 4}, - [3797] = {.lex_state = 2, .external_lex_state = 4}, - [3798] = {.lex_state = 2, .external_lex_state = 4}, - [3799] = {.lex_state = 13, .external_lex_state = 7}, - [3800] = {.lex_state = 13, .external_lex_state = 7}, + [3795] = {.lex_state = 14, .external_lex_state = 7}, + [3796] = {.lex_state = 13, .external_lex_state = 6}, + [3797] = {.lex_state = 14, .external_lex_state = 7}, + [3798] = {.lex_state = 13, .external_lex_state = 6}, + [3799] = {.lex_state = 14, .external_lex_state = 7}, + [3800] = {.lex_state = 14, .external_lex_state = 7}, [3801] = {.lex_state = 13, .external_lex_state = 7}, - [3802] = {.lex_state = 13, .external_lex_state = 7}, - [3803] = {.lex_state = 13, .external_lex_state = 7}, - [3804] = {.lex_state = 11, .external_lex_state = 5}, - [3805] = {.lex_state = 13, .external_lex_state = 7}, - [3806] = {.lex_state = 318, .external_lex_state = 2}, - [3807] = {.lex_state = 13, .external_lex_state = 7}, - [3808] = {.lex_state = 2, .external_lex_state = 4}, - [3809] = {.lex_state = 14, .external_lex_state = 7}, - [3810] = {.lex_state = 13, .external_lex_state = 7}, - [3811] = {.lex_state = 14, .external_lex_state = 7}, - [3812] = {.lex_state = 2, .external_lex_state = 4}, - [3813] = {.lex_state = 13, .external_lex_state = 7}, - [3814] = {.lex_state = 2, .external_lex_state = 4}, - [3815] = {.lex_state = 13, .external_lex_state = 7}, + [3802] = {.lex_state = 14, .external_lex_state = 7}, + [3803] = {.lex_state = 14, .external_lex_state = 7}, + [3804] = {.lex_state = 14, .external_lex_state = 7}, + [3805] = {.lex_state = 14, .external_lex_state = 7}, + [3806] = {.lex_state = 2, .external_lex_state = 4}, + [3807] = {.lex_state = 14, .external_lex_state = 7}, + [3808] = {.lex_state = 13, .external_lex_state = 7}, + [3809] = {.lex_state = 13, .external_lex_state = 7}, + [3810] = {.lex_state = 2, .external_lex_state = 4}, + [3811] = {.lex_state = 13, .external_lex_state = 7}, + [3812] = {.lex_state = 13, .external_lex_state = 6}, + [3813] = {.lex_state = 14, .external_lex_state = 7}, + [3814] = {.lex_state = 14, .external_lex_state = 7}, + [3815] = {.lex_state = 13, .external_lex_state = 6}, [3816] = {.lex_state = 13, .external_lex_state = 7}, [3817] = {.lex_state = 13, .external_lex_state = 7}, - [3818] = {.lex_state = 15, .external_lex_state = 7}, - [3819] = {.lex_state = 13, .external_lex_state = 7}, + [3818] = {.lex_state = 13, .external_lex_state = 7}, + [3819] = {.lex_state = 14, .external_lex_state = 7}, [3820] = {.lex_state = 13, .external_lex_state = 7}, [3821] = {.lex_state = 13, .external_lex_state = 7}, - [3822] = {.lex_state = 13, .external_lex_state = 7}, + [3822] = {.lex_state = 2, .external_lex_state = 4}, [3823] = {.lex_state = 13, .external_lex_state = 7}, - [3824] = {.lex_state = 318, .external_lex_state = 2}, - [3825] = {.lex_state = 13, .external_lex_state = 7}, + [3824] = {.lex_state = 2, .external_lex_state = 4}, + [3825] = {.lex_state = 318, .external_lex_state = 2}, [3826] = {.lex_state = 13, .external_lex_state = 7}, [3827] = {.lex_state = 13, .external_lex_state = 7}, - [3828] = {.lex_state = 13, .external_lex_state = 7}, + [3828] = {.lex_state = 2, .external_lex_state = 4}, [3829] = {.lex_state = 13, .external_lex_state = 7}, - [3830] = {.lex_state = 2, .external_lex_state = 4}, + [3830] = {.lex_state = 13, .external_lex_state = 7}, [3831] = {.lex_state = 13, .external_lex_state = 7}, [3832] = {.lex_state = 13, .external_lex_state = 7}, [3833] = {.lex_state = 13, .external_lex_state = 7}, [3834] = {.lex_state = 13, .external_lex_state = 7}, - [3835] = {.lex_state = 2, .external_lex_state = 4}, + [3835] = {.lex_state = 13, .external_lex_state = 7}, [3836] = {.lex_state = 13, .external_lex_state = 7}, [3837] = {.lex_state = 13, .external_lex_state = 7}, - [3838] = {.lex_state = 318, .external_lex_state = 2}, - [3839] = {.lex_state = 13, .external_lex_state = 7}, + [3838] = {.lex_state = 13, .external_lex_state = 7}, + [3839] = {.lex_state = 13, .external_lex_state = 6}, [3840] = {.lex_state = 13, .external_lex_state = 7}, [3841] = {.lex_state = 13, .external_lex_state = 7}, - [3842] = {.lex_state = 13, .external_lex_state = 7}, - [3843] = {.lex_state = 13, .external_lex_state = 7}, + [3842] = {.lex_state = 13, .external_lex_state = 6}, + [3843] = {.lex_state = 14, .external_lex_state = 6}, [3844] = {.lex_state = 13, .external_lex_state = 7}, [3845] = {.lex_state = 13, .external_lex_state = 7}, [3846] = {.lex_state = 13, .external_lex_state = 7}, [3847] = {.lex_state = 13, .external_lex_state = 7}, [3848] = {.lex_state = 13, .external_lex_state = 7}, - [3849] = {.lex_state = 13, .external_lex_state = 7}, - [3850] = {.lex_state = 13, .external_lex_state = 7}, - [3851] = {.lex_state = 13, .external_lex_state = 7}, - [3852] = {.lex_state = 13, .external_lex_state = 6}, + [3849] = {.lex_state = 13, .external_lex_state = 6}, + [3850] = {.lex_state = 2, .external_lex_state = 4}, + [3851] = {.lex_state = 318, .external_lex_state = 2}, + [3852] = {.lex_state = 2, .external_lex_state = 4}, [3853] = {.lex_state = 13, .external_lex_state = 7}, - [3854] = {.lex_state = 13, .external_lex_state = 7}, - [3855] = {.lex_state = 2, .external_lex_state = 4}, + [3854] = {.lex_state = 14, .external_lex_state = 6}, + [3855] = {.lex_state = 13, .external_lex_state = 7}, [3856] = {.lex_state = 13, .external_lex_state = 7}, - [3857] = {.lex_state = 2, .external_lex_state = 4}, + [3857] = {.lex_state = 13, .external_lex_state = 7}, [3858] = {.lex_state = 13, .external_lex_state = 7}, - [3859] = {.lex_state = 13, .external_lex_state = 6}, - [3860] = {.lex_state = 13, .external_lex_state = 7}, - [3861] = {.lex_state = 13, .external_lex_state = 7}, - [3862] = {.lex_state = 13, .external_lex_state = 7}, - [3863] = {.lex_state = 13, .external_lex_state = 7}, - [3864] = {.lex_state = 2, .external_lex_state = 4}, - [3865] = {.lex_state = 13, .external_lex_state = 7}, - [3866] = {.lex_state = 13, .external_lex_state = 7}, + [3859] = {.lex_state = 13, .external_lex_state = 7}, + [3860] = {.lex_state = 13, .external_lex_state = 6}, + [3861] = {.lex_state = 14, .external_lex_state = 6}, + [3862] = {.lex_state = 13, .external_lex_state = 6}, + [3863] = {.lex_state = 13, .external_lex_state = 6}, + [3864] = {.lex_state = 13, .external_lex_state = 6}, + [3865] = {.lex_state = 14, .external_lex_state = 6}, + [3866] = {.lex_state = 13, .external_lex_state = 6}, [3867] = {.lex_state = 13, .external_lex_state = 7}, - [3868] = {.lex_state = 2, .external_lex_state = 4}, - [3869] = {.lex_state = 2, .external_lex_state = 4}, - [3870] = {.lex_state = 13, .external_lex_state = 7}, - [3871] = {.lex_state = 318, .external_lex_state = 2}, - [3872] = {.lex_state = 14, .external_lex_state = 6}, - [3873] = {.lex_state = 13, .external_lex_state = 7}, + [3868] = {.lex_state = 13, .external_lex_state = 7}, + [3869] = {.lex_state = 13, .external_lex_state = 7}, + [3870] = {.lex_state = 2, .external_lex_state = 4}, + [3871] = {.lex_state = 13, .external_lex_state = 6}, + [3872] = {.lex_state = 13, .external_lex_state = 7}, + [3873] = {.lex_state = 2, .external_lex_state = 4}, [3874] = {.lex_state = 13, .external_lex_state = 7}, [3875] = {.lex_state = 13, .external_lex_state = 7}, [3876] = {.lex_state = 13, .external_lex_state = 7}, [3877] = {.lex_state = 318, .external_lex_state = 2}, [3878] = {.lex_state = 13, .external_lex_state = 7}, - [3879] = {.lex_state = 14, .external_lex_state = 6}, + [3879] = {.lex_state = 13, .external_lex_state = 7}, [3880] = {.lex_state = 13, .external_lex_state = 7}, [3881] = {.lex_state = 13, .external_lex_state = 7}, [3882] = {.lex_state = 13, .external_lex_state = 7}, - [3883] = {.lex_state = 318, .external_lex_state = 2}, + [3883] = {.lex_state = 13, .external_lex_state = 6}, [3884] = {.lex_state = 13, .external_lex_state = 7}, [3885] = {.lex_state = 13, .external_lex_state = 7}, - [3886] = {.lex_state = 13, .external_lex_state = 7}, - [3887] = {.lex_state = 13, .external_lex_state = 7}, + [3886] = {.lex_state = 13, .external_lex_state = 6}, + [3887] = {.lex_state = 13, .external_lex_state = 6}, [3888] = {.lex_state = 13, .external_lex_state = 7}, - [3889] = {.lex_state = 318, .external_lex_state = 2}, - [3890] = {.lex_state = 13, .external_lex_state = 7}, + [3889] = {.lex_state = 13, .external_lex_state = 7}, + [3890] = {.lex_state = 2, .external_lex_state = 4}, [3891] = {.lex_state = 13, .external_lex_state = 7}, [3892] = {.lex_state = 13, .external_lex_state = 7}, [3893] = {.lex_state = 13, .external_lex_state = 7}, [3894] = {.lex_state = 13, .external_lex_state = 7}, [3895] = {.lex_state = 13, .external_lex_state = 7}, - [3896] = {.lex_state = 13, .external_lex_state = 7}, + [3896] = {.lex_state = 13, .external_lex_state = 6}, [3897] = {.lex_state = 13, .external_lex_state = 7}, [3898] = {.lex_state = 13, .external_lex_state = 7}, - [3899] = {.lex_state = 13, .external_lex_state = 7}, - [3900] = {.lex_state = 13, .external_lex_state = 7}, + [3899] = {.lex_state = 13, .external_lex_state = 6}, + [3900] = {.lex_state = 2, .external_lex_state = 4}, [3901] = {.lex_state = 13, .external_lex_state = 7}, [3902] = {.lex_state = 13, .external_lex_state = 7}, - [3903] = {.lex_state = 13, .external_lex_state = 7}, + [3903] = {.lex_state = 318, .external_lex_state = 2}, [3904] = {.lex_state = 13, .external_lex_state = 7}, - [3905] = {.lex_state = 13, .external_lex_state = 7}, + [3905] = {.lex_state = 13, .external_lex_state = 6}, [3906] = {.lex_state = 13, .external_lex_state = 7}, [3907] = {.lex_state = 13, .external_lex_state = 7}, - [3908] = {.lex_state = 2, .external_lex_state = 4}, - [3909] = {.lex_state = 13, .external_lex_state = 7}, - [3910] = {.lex_state = 13, .external_lex_state = 7}, - [3911] = {.lex_state = 13, .external_lex_state = 6}, + [3908] = {.lex_state = 13, .external_lex_state = 7}, + [3909] = {.lex_state = 14, .external_lex_state = 6}, + [3910] = {.lex_state = 2, .external_lex_state = 4}, + [3911] = {.lex_state = 13, .external_lex_state = 7}, [3912] = {.lex_state = 13, .external_lex_state = 7}, [3913] = {.lex_state = 13, .external_lex_state = 7}, [3914] = {.lex_state = 13, .external_lex_state = 7}, [3915] = {.lex_state = 13, .external_lex_state = 7}, - [3916] = {.lex_state = 13, .external_lex_state = 7}, - [3917] = {.lex_state = 2, .external_lex_state = 4}, - [3918] = {.lex_state = 13, .external_lex_state = 6}, - [3919] = {.lex_state = 14, .external_lex_state = 6}, - [3920] = {.lex_state = 14, .external_lex_state = 6}, - [3921] = {.lex_state = 14, .external_lex_state = 6}, - [3922] = {.lex_state = 14, .external_lex_state = 6}, + [3916] = {.lex_state = 318, .external_lex_state = 2}, + [3917] = {.lex_state = 13, .external_lex_state = 6}, + [3918] = {.lex_state = 14, .external_lex_state = 6}, + [3919] = {.lex_state = 13, .external_lex_state = 7}, + [3920] = {.lex_state = 2, .external_lex_state = 4}, + [3921] = {.lex_state = 13, .external_lex_state = 7}, + [3922] = {.lex_state = 13, .external_lex_state = 7}, [3923] = {.lex_state = 13, .external_lex_state = 7}, - [3924] = {.lex_state = 2, .external_lex_state = 4}, - [3925] = {.lex_state = 14, .external_lex_state = 6}, - [3926] = {.lex_state = 14, .external_lex_state = 6}, - [3927] = {.lex_state = 14, .external_lex_state = 6}, - [3928] = {.lex_state = 14, .external_lex_state = 6}, - [3929] = {.lex_state = 14, .external_lex_state = 6}, - [3930] = {.lex_state = 14, .external_lex_state = 6}, + [3924] = {.lex_state = 13, .external_lex_state = 7}, + [3925] = {.lex_state = 13, .external_lex_state = 7}, + [3926] = {.lex_state = 13, .external_lex_state = 7}, + [3927] = {.lex_state = 13, .external_lex_state = 7}, + [3928] = {.lex_state = 2, .external_lex_state = 4}, + [3929] = {.lex_state = 318, .external_lex_state = 2}, + [3930] = {.lex_state = 13, .external_lex_state = 7}, [3931] = {.lex_state = 14, .external_lex_state = 6}, [3932] = {.lex_state = 13, .external_lex_state = 7}, [3933] = {.lex_state = 13, .external_lex_state = 7}, - [3934] = {.lex_state = 14, .external_lex_state = 6}, + [3934] = {.lex_state = 13, .external_lex_state = 7}, [3935] = {.lex_state = 13, .external_lex_state = 7}, [3936] = {.lex_state = 14, .external_lex_state = 6}, [3937] = {.lex_state = 13, .external_lex_state = 7}, [3938] = {.lex_state = 13, .external_lex_state = 7}, - [3939] = {.lex_state = 2, .external_lex_state = 4}, - [3940] = {.lex_state = 14, .external_lex_state = 6}, - [3941] = {.lex_state = 14, .external_lex_state = 6}, + [3939] = {.lex_state = 13, .external_lex_state = 7}, + [3940] = {.lex_state = 13, .external_lex_state = 7}, + [3941] = {.lex_state = 13, .external_lex_state = 7}, [3942] = {.lex_state = 13, .external_lex_state = 7}, [3943] = {.lex_state = 13, .external_lex_state = 7}, [3944] = {.lex_state = 13, .external_lex_state = 7}, @@ -27429,13 +27427,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3948] = {.lex_state = 13, .external_lex_state = 7}, [3949] = {.lex_state = 13, .external_lex_state = 7}, [3950] = {.lex_state = 13, .external_lex_state = 7}, - [3951] = {.lex_state = 2, .external_lex_state = 4}, + [3951] = {.lex_state = 13, .external_lex_state = 7}, [3952] = {.lex_state = 13, .external_lex_state = 7}, [3953] = {.lex_state = 13, .external_lex_state = 7}, - [3954] = {.lex_state = 13, .external_lex_state = 6}, + [3954] = {.lex_state = 14, .external_lex_state = 6}, [3955] = {.lex_state = 13, .external_lex_state = 7}, [3956] = {.lex_state = 13, .external_lex_state = 7}, - [3957] = {.lex_state = 318, .external_lex_state = 2}, + [3957] = {.lex_state = 13, .external_lex_state = 7}, [3958] = {.lex_state = 13, .external_lex_state = 7}, [3959] = {.lex_state = 13, .external_lex_state = 7}, [3960] = {.lex_state = 13, .external_lex_state = 7}, @@ -27443,26 +27441,26 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3962] = {.lex_state = 13, .external_lex_state = 7}, [3963] = {.lex_state = 13, .external_lex_state = 7}, [3964] = {.lex_state = 13, .external_lex_state = 7}, - [3965] = {.lex_state = 2, .external_lex_state = 4}, + [3965] = {.lex_state = 13, .external_lex_state = 7}, [3966] = {.lex_state = 13, .external_lex_state = 7}, - [3967] = {.lex_state = 13, .external_lex_state = 7}, + [3967] = {.lex_state = 318, .external_lex_state = 2}, [3968] = {.lex_state = 13, .external_lex_state = 7}, - [3969] = {.lex_state = 13, .external_lex_state = 7}, + [3969] = {.lex_state = 318, .external_lex_state = 2}, [3970] = {.lex_state = 13, .external_lex_state = 7}, [3971] = {.lex_state = 13, .external_lex_state = 7}, - [3972] = {.lex_state = 13, .external_lex_state = 7}, - [3973] = {.lex_state = 13, .external_lex_state = 6}, - [3974] = {.lex_state = 2, .external_lex_state = 4}, - [3975] = {.lex_state = 318, .external_lex_state = 2}, - [3976] = {.lex_state = 318, .external_lex_state = 2}, + [3972] = {.lex_state = 318, .external_lex_state = 2}, + [3973] = {.lex_state = 13, .external_lex_state = 7}, + [3974] = {.lex_state = 13, .external_lex_state = 7}, + [3975] = {.lex_state = 13, .external_lex_state = 7}, + [3976] = {.lex_state = 14, .external_lex_state = 6}, [3977] = {.lex_state = 13, .external_lex_state = 7}, [3978] = {.lex_state = 13, .external_lex_state = 7}, - [3979] = {.lex_state = 318, .external_lex_state = 2}, + [3979] = {.lex_state = 13, .external_lex_state = 7}, [3980] = {.lex_state = 13, .external_lex_state = 6}, [3981] = {.lex_state = 13, .external_lex_state = 7}, [3982] = {.lex_state = 13, .external_lex_state = 7}, - [3983] = {.lex_state = 13, .external_lex_state = 7}, - [3984] = {.lex_state = 13, .external_lex_state = 6}, + [3983] = {.lex_state = 2, .external_lex_state = 4}, + [3984] = {.lex_state = 14, .external_lex_state = 6}, [3985] = {.lex_state = 13, .external_lex_state = 7}, [3986] = {.lex_state = 13, .external_lex_state = 7}, [3987] = {.lex_state = 13, .external_lex_state = 7}, @@ -27476,36 +27474,36 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3995] = {.lex_state = 13, .external_lex_state = 7}, [3996] = {.lex_state = 13, .external_lex_state = 7}, [3997] = {.lex_state = 13, .external_lex_state = 7}, - [3998] = {.lex_state = 318, .external_lex_state = 2}, + [3998] = {.lex_state = 13, .external_lex_state = 7}, [3999] = {.lex_state = 13, .external_lex_state = 7}, [4000] = {.lex_state = 13, .external_lex_state = 7}, - [4001] = {.lex_state = 13, .external_lex_state = 7}, + [4001] = {.lex_state = 2, .external_lex_state = 4}, [4002] = {.lex_state = 13, .external_lex_state = 7}, [4003] = {.lex_state = 13, .external_lex_state = 7}, - [4004] = {.lex_state = 13, .external_lex_state = 6}, - [4005] = {.lex_state = 13, .external_lex_state = 7}, + [4004] = {.lex_state = 13, .external_lex_state = 7}, + [4005] = {.lex_state = 14, .external_lex_state = 6}, [4006] = {.lex_state = 13, .external_lex_state = 7}, - [4007] = {.lex_state = 13, .external_lex_state = 7}, - [4008] = {.lex_state = 13, .external_lex_state = 6}, - [4009] = {.lex_state = 13, .external_lex_state = 6}, - [4010] = {.lex_state = 13, .external_lex_state = 7}, + [4007] = {.lex_state = 2, .external_lex_state = 4}, + [4008] = {.lex_state = 13, .external_lex_state = 7}, + [4009] = {.lex_state = 13, .external_lex_state = 7}, + [4010] = {.lex_state = 318, .external_lex_state = 2}, [4011] = {.lex_state = 13, .external_lex_state = 6}, - [4012] = {.lex_state = 13, .external_lex_state = 6}, - [4013] = {.lex_state = 13, .external_lex_state = 6}, + [4012] = {.lex_state = 13, .external_lex_state = 7}, + [4013] = {.lex_state = 13, .external_lex_state = 7}, [4014] = {.lex_state = 13, .external_lex_state = 7}, - [4015] = {.lex_state = 13, .external_lex_state = 6}, - [4016] = {.lex_state = 13, .external_lex_state = 6}, + [4015] = {.lex_state = 14, .external_lex_state = 6}, + [4016] = {.lex_state = 13, .external_lex_state = 7}, [4017] = {.lex_state = 13, .external_lex_state = 7}, - [4018] = {.lex_state = 13, .external_lex_state = 7}, - [4019] = {.lex_state = 13, .external_lex_state = 6}, - [4020] = {.lex_state = 2, .external_lex_state = 4}, + [4018] = {.lex_state = 14, .external_lex_state = 6}, + [4019] = {.lex_state = 13, .external_lex_state = 7}, + [4020] = {.lex_state = 13, .external_lex_state = 7}, [4021] = {.lex_state = 13, .external_lex_state = 7}, [4022] = {.lex_state = 13, .external_lex_state = 7}, [4023] = {.lex_state = 13, .external_lex_state = 7}, [4024] = {.lex_state = 13, .external_lex_state = 7}, [4025] = {.lex_state = 13, .external_lex_state = 7}, [4026] = {.lex_state = 13, .external_lex_state = 7}, - [4027] = {.lex_state = 13, .external_lex_state = 7}, + [4027] = {.lex_state = 14, .external_lex_state = 6}, [4028] = {.lex_state = 13, .external_lex_state = 7}, [4029] = {.lex_state = 13, .external_lex_state = 7}, [4030] = {.lex_state = 13, .external_lex_state = 7}, @@ -27514,185 +27512,185 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4033] = {.lex_state = 13, .external_lex_state = 7}, [4034] = {.lex_state = 13, .external_lex_state = 7}, [4035] = {.lex_state = 13, .external_lex_state = 7}, - [4036] = {.lex_state = 13, .external_lex_state = 6}, + [4036] = {.lex_state = 14, .external_lex_state = 6}, [4037] = {.lex_state = 13, .external_lex_state = 7}, - [4038] = {.lex_state = 13, .external_lex_state = 7}, + [4038] = {.lex_state = 14, .external_lex_state = 6}, [4039] = {.lex_state = 13, .external_lex_state = 7}, - [4040] = {.lex_state = 13, .external_lex_state = 7}, - [4041] = {.lex_state = 13, .external_lex_state = 7}, - [4042] = {.lex_state = 13, .external_lex_state = 7}, + [4040] = {.lex_state = 2, .external_lex_state = 4}, + [4041] = {.lex_state = 2, .external_lex_state = 4}, + [4042] = {.lex_state = 2, .external_lex_state = 4}, [4043] = {.lex_state = 13, .external_lex_state = 7}, - [4044] = {.lex_state = 13, .external_lex_state = 7}, - [4045] = {.lex_state = 2, .external_lex_state = 4}, - [4046] = {.lex_state = 14, .external_lex_state = 7}, - [4047] = {.lex_state = 14, .external_lex_state = 7}, - [4048] = {.lex_state = 14, .external_lex_state = 7}, - [4049] = {.lex_state = 13, .external_lex_state = 6}, - [4050] = {.lex_state = 14, .external_lex_state = 7}, - [4051] = {.lex_state = 14, .external_lex_state = 7}, - [4052] = {.lex_state = 13, .external_lex_state = 6}, - [4053] = {.lex_state = 14, .external_lex_state = 7}, - [4054] = {.lex_state = 13, .external_lex_state = 6}, - [4055] = {.lex_state = 13, .external_lex_state = 6}, - [4056] = {.lex_state = 13, .external_lex_state = 6}, - [4057] = {.lex_state = 14, .external_lex_state = 7}, - [4058] = {.lex_state = 13, .external_lex_state = 6}, - [4059] = {.lex_state = 13, .external_lex_state = 6}, - [4060] = {.lex_state = 14, .external_lex_state = 7}, + [4044] = {.lex_state = 13, .external_lex_state = 6}, + [4045] = {.lex_state = 13, .external_lex_state = 7}, + [4046] = {.lex_state = 2, .external_lex_state = 4}, + [4047] = {.lex_state = 2, .external_lex_state = 4}, + [4048] = {.lex_state = 13, .external_lex_state = 7}, + [4049] = {.lex_state = 14, .external_lex_state = 7}, + [4050] = {.lex_state = 13, .external_lex_state = 7}, + [4051] = {.lex_state = 2, .external_lex_state = 4}, + [4052] = {.lex_state = 14, .external_lex_state = 7}, + [4053] = {.lex_state = 2, .external_lex_state = 4}, + [4054] = {.lex_state = 2, .external_lex_state = 4}, + [4055] = {.lex_state = 2, .external_lex_state = 4}, + [4056] = {.lex_state = 14, .external_lex_state = 7}, + [4057] = {.lex_state = 2, .external_lex_state = 4}, + [4058] = {.lex_state = 2, .external_lex_state = 4}, + [4059] = {.lex_state = 13, .external_lex_state = 7}, + [4060] = {.lex_state = 13, .external_lex_state = 6}, [4061] = {.lex_state = 13, .external_lex_state = 6}, - [4062] = {.lex_state = 13, .external_lex_state = 6}, - [4063] = {.lex_state = 13, .external_lex_state = 6}, - [4064] = {.lex_state = 13, .external_lex_state = 6}, - [4065] = {.lex_state = 14, .external_lex_state = 7}, - [4066] = {.lex_state = 13, .external_lex_state = 7}, - [4067] = {.lex_state = 14, .external_lex_state = 7}, - [4068] = {.lex_state = 2, .external_lex_state = 4}, - [4069] = {.lex_state = 14, .external_lex_state = 7}, + [4062] = {.lex_state = 14, .external_lex_state = 7}, + [4063] = {.lex_state = 14, .external_lex_state = 7}, + [4064] = {.lex_state = 14, .external_lex_state = 7}, + [4065] = {.lex_state = 13, .external_lex_state = 6}, + [4066] = {.lex_state = 14, .external_lex_state = 7}, + [4067] = {.lex_state = 13, .external_lex_state = 6}, + [4068] = {.lex_state = 14, .external_lex_state = 7}, + [4069] = {.lex_state = 13, .external_lex_state = 6}, [4070] = {.lex_state = 14, .external_lex_state = 7}, [4071] = {.lex_state = 13, .external_lex_state = 6}, - [4072] = {.lex_state = 14, .external_lex_state = 7}, - [4073] = {.lex_state = 2, .external_lex_state = 4}, - [4074] = {.lex_state = 13, .external_lex_state = 7}, + [4072] = {.lex_state = 13, .external_lex_state = 6}, + [4073] = {.lex_state = 13, .external_lex_state = 6}, + [4074] = {.lex_state = 14, .external_lex_state = 7}, [4075] = {.lex_state = 13, .external_lex_state = 6}, - [4076] = {.lex_state = 13, .external_lex_state = 7}, - [4077] = {.lex_state = 2, .external_lex_state = 4}, - [4078] = {.lex_state = 13, .external_lex_state = 7}, - [4079] = {.lex_state = 2, .external_lex_state = 4}, - [4080] = {.lex_state = 14, .external_lex_state = 7}, - [4081] = {.lex_state = 2, .external_lex_state = 4}, + [4076] = {.lex_state = 14, .external_lex_state = 7}, + [4077] = {.lex_state = 14, .external_lex_state = 7}, + [4078] = {.lex_state = 14, .external_lex_state = 7}, + [4079] = {.lex_state = 13, .external_lex_state = 6}, + [4080] = {.lex_state = 13, .external_lex_state = 6}, + [4081] = {.lex_state = 13, .external_lex_state = 6}, [4082] = {.lex_state = 14, .external_lex_state = 7}, - [4083] = {.lex_state = 13, .external_lex_state = 6}, - [4084] = {.lex_state = 13, .external_lex_state = 7}, - [4085] = {.lex_state = 13, .external_lex_state = 6}, - [4086] = {.lex_state = 2, .external_lex_state = 4}, - [4087] = {.lex_state = 13, .external_lex_state = 6}, + [4083] = {.lex_state = 2, .external_lex_state = 4}, + [4084] = {.lex_state = 13, .external_lex_state = 6}, + [4085] = {.lex_state = 2, .external_lex_state = 4}, + [4086] = {.lex_state = 14, .external_lex_state = 7}, + [4087] = {.lex_state = 14, .external_lex_state = 7}, [4088] = {.lex_state = 13, .external_lex_state = 6}, - [4089] = {.lex_state = 14, .external_lex_state = 7}, - [4090] = {.lex_state = 2, .external_lex_state = 4}, - [4091] = {.lex_state = 2, .external_lex_state = 4}, - [4092] = {.lex_state = 14, .external_lex_state = 7}, - [4093] = {.lex_state = 2, .external_lex_state = 4}, - [4094] = {.lex_state = 2, .external_lex_state = 4}, - [4095] = {.lex_state = 13, .external_lex_state = 6}, - [4096] = {.lex_state = 2, .external_lex_state = 4}, + [4089] = {.lex_state = 13, .external_lex_state = 6}, + [4090] = {.lex_state = 14, .external_lex_state = 7}, + [4091] = {.lex_state = 13, .external_lex_state = 6}, + [4092] = {.lex_state = 13, .external_lex_state = 6}, + [4093] = {.lex_state = 14, .external_lex_state = 6}, + [4094] = {.lex_state = 13, .external_lex_state = 6}, + [4095] = {.lex_state = 14, .external_lex_state = 6}, + [4096] = {.lex_state = 13, .external_lex_state = 7}, [4097] = {.lex_state = 13, .external_lex_state = 7}, - [4098] = {.lex_state = 13, .external_lex_state = 6}, + [4098] = {.lex_state = 14, .external_lex_state = 6}, [4099] = {.lex_state = 13, .external_lex_state = 7}, [4100] = {.lex_state = 13, .external_lex_state = 7}, [4101] = {.lex_state = 14, .external_lex_state = 6}, [4102] = {.lex_state = 13, .external_lex_state = 7}, - [4103] = {.lex_state = 13, .external_lex_state = 7}, - [4104] = {.lex_state = 13, .external_lex_state = 7}, - [4105] = {.lex_state = 13, .external_lex_state = 7}, - [4106] = {.lex_state = 13, .external_lex_state = 6}, - [4107] = {.lex_state = 14, .external_lex_state = 6}, - [4108] = {.lex_state = 14, .external_lex_state = 6}, - [4109] = {.lex_state = 13, .external_lex_state = 7}, + [4103] = {.lex_state = 14, .external_lex_state = 6}, + [4104] = {.lex_state = 14, .external_lex_state = 6}, + [4105] = {.lex_state = 14, .external_lex_state = 6}, + [4106] = {.lex_state = 14, .external_lex_state = 6}, + [4107] = {.lex_state = 13, .external_lex_state = 6}, + [4108] = {.lex_state = 13, .external_lex_state = 7}, + [4109] = {.lex_state = 14, .external_lex_state = 6}, [4110] = {.lex_state = 14, .external_lex_state = 6}, - [4111] = {.lex_state = 13, .external_lex_state = 7}, - [4112] = {.lex_state = 13, .external_lex_state = 7}, - [4113] = {.lex_state = 13, .external_lex_state = 7}, - [4114] = {.lex_state = 14, .external_lex_state = 6}, + [4111] = {.lex_state = 14, .external_lex_state = 6}, + [4112] = {.lex_state = 14, .external_lex_state = 6}, + [4113] = {.lex_state = 14, .external_lex_state = 6}, + [4114] = {.lex_state = 13, .external_lex_state = 7}, [4115] = {.lex_state = 13, .external_lex_state = 7}, - [4116] = {.lex_state = 13, .external_lex_state = 6}, - [4117] = {.lex_state = 13, .external_lex_state = 7}, + [4116] = {.lex_state = 14, .external_lex_state = 6}, + [4117] = {.lex_state = 14, .external_lex_state = 6}, [4118] = {.lex_state = 13, .external_lex_state = 7}, - [4119] = {.lex_state = 2, .external_lex_state = 3}, - [4120] = {.lex_state = 2, .external_lex_state = 3}, - [4121] = {.lex_state = 13, .external_lex_state = 7}, - [4122] = {.lex_state = 14, .external_lex_state = 6}, - [4123] = {.lex_state = 13, .external_lex_state = 6}, - [4124] = {.lex_state = 14, .external_lex_state = 6}, - [4125] = {.lex_state = 14, .external_lex_state = 6}, - [4126] = {.lex_state = 14, .external_lex_state = 6}, + [4119] = {.lex_state = 14, .external_lex_state = 6}, + [4120] = {.lex_state = 14, .external_lex_state = 6}, + [4121] = {.lex_state = 13, .external_lex_state = 6}, + [4122] = {.lex_state = 13, .external_lex_state = 7}, + [4123] = {.lex_state = 14, .external_lex_state = 6}, + [4124] = {.lex_state = 13, .external_lex_state = 7}, + [4125] = {.lex_state = 13, .external_lex_state = 7}, + [4126] = {.lex_state = 13, .external_lex_state = 7}, [4127] = {.lex_state = 13, .external_lex_state = 7}, - [4128] = {.lex_state = 14, .external_lex_state = 6}, + [4128] = {.lex_state = 13, .external_lex_state = 7}, [4129] = {.lex_state = 13, .external_lex_state = 7}, - [4130] = {.lex_state = 14, .external_lex_state = 6}, - [4131] = {.lex_state = 14, .external_lex_state = 6}, - [4132] = {.lex_state = 13, .external_lex_state = 6}, - [4133] = {.lex_state = 13, .external_lex_state = 7}, - [4134] = {.lex_state = 13, .external_lex_state = 6}, - [4135] = {.lex_state = 13, .external_lex_state = 7}, - [4136] = {.lex_state = 14, .external_lex_state = 6}, - [4137] = {.lex_state = 13, .external_lex_state = 7}, + [4130] = {.lex_state = 13, .external_lex_state = 7}, + [4131] = {.lex_state = 13, .external_lex_state = 7}, + [4132] = {.lex_state = 2, .external_lex_state = 3}, + [4133] = {.lex_state = 2, .external_lex_state = 3}, + [4134] = {.lex_state = 13, .external_lex_state = 7}, + [4135] = {.lex_state = 13, .external_lex_state = 6}, + [4136] = {.lex_state = 13, .external_lex_state = 6}, + [4137] = {.lex_state = 13, .external_lex_state = 6}, [4138] = {.lex_state = 13, .external_lex_state = 7}, - [4139] = {.lex_state = 14, .external_lex_state = 6}, + [4139] = {.lex_state = 13, .external_lex_state = 6}, [4140] = {.lex_state = 13, .external_lex_state = 6}, - [4141] = {.lex_state = 14, .external_lex_state = 6}, + [4141] = {.lex_state = 13, .external_lex_state = 7}, [4142] = {.lex_state = 13, .external_lex_state = 7}, - [4143] = {.lex_state = 14, .external_lex_state = 6}, - [4144] = {.lex_state = 14, .external_lex_state = 6}, - [4145] = {.lex_state = 13, .external_lex_state = 7}, - [4146] = {.lex_state = 14, .external_lex_state = 6}, - [4147] = {.lex_state = 13, .external_lex_state = 6}, + [4143] = {.lex_state = 13, .external_lex_state = 7}, + [4144] = {.lex_state = 13, .external_lex_state = 7}, + [4145] = {.lex_state = 2, .external_lex_state = 4}, + [4146] = {.lex_state = 2, .external_lex_state = 4}, + [4147] = {.lex_state = 2, .external_lex_state = 4}, [4148] = {.lex_state = 13, .external_lex_state = 6}, - [4149] = {.lex_state = 13, .external_lex_state = 6}, - [4150] = {.lex_state = 2, .external_lex_state = 4}, - [4151] = {.lex_state = 13, .external_lex_state = 7}, - [4152] = {.lex_state = 13, .external_lex_state = 7}, - [4153] = {.lex_state = 2, .external_lex_state = 4}, + [4149] = {.lex_state = 13, .external_lex_state = 7}, + [4150] = {.lex_state = 13, .external_lex_state = 7}, + [4151] = {.lex_state = 13, .external_lex_state = 6}, + [4152] = {.lex_state = 2, .external_lex_state = 4}, + [4153] = {.lex_state = 13, .external_lex_state = 7}, [4154] = {.lex_state = 13, .external_lex_state = 7}, [4155] = {.lex_state = 13, .external_lex_state = 6}, - [4156] = {.lex_state = 13, .external_lex_state = 7}, + [4156] = {.lex_state = 10, .external_lex_state = 2}, [4157] = {.lex_state = 13, .external_lex_state = 7}, - [4158] = {.lex_state = 13, .external_lex_state = 6}, - [4159] = {.lex_state = 10, .external_lex_state = 2}, - [4160] = {.lex_state = 13, .external_lex_state = 6}, - [4161] = {.lex_state = 13, .external_lex_state = 6}, + [4158] = {.lex_state = 2, .external_lex_state = 4}, + [4159] = {.lex_state = 2, .external_lex_state = 4}, + [4160] = {.lex_state = 13, .external_lex_state = 7}, + [4161] = {.lex_state = 13, .external_lex_state = 7}, [4162] = {.lex_state = 13, .external_lex_state = 7}, - [4163] = {.lex_state = 13, .external_lex_state = 7}, - [4164] = {.lex_state = 13, .external_lex_state = 7}, + [4163] = {.lex_state = 13, .external_lex_state = 6}, + [4164] = {.lex_state = 13, .external_lex_state = 6}, [4165] = {.lex_state = 13, .external_lex_state = 7}, - [4166] = {.lex_state = 13, .external_lex_state = 7}, - [4167] = {.lex_state = 13, .external_lex_state = 7}, - [4168] = {.lex_state = 13, .external_lex_state = 7}, - [4169] = {.lex_state = 13, .external_lex_state = 7}, - [4170] = {.lex_state = 2, .external_lex_state = 4}, - [4171] = {.lex_state = 13, .external_lex_state = 6}, + [4166] = {.lex_state = 2, .external_lex_state = 4}, + [4167] = {.lex_state = 13, .external_lex_state = 6}, + [4168] = {.lex_state = 2, .external_lex_state = 4}, + [4169] = {.lex_state = 2, .external_lex_state = 4}, + [4170] = {.lex_state = 13, .external_lex_state = 7}, + [4171] = {.lex_state = 13, .external_lex_state = 7}, [4172] = {.lex_state = 13, .external_lex_state = 7}, - [4173] = {.lex_state = 13, .external_lex_state = 7}, - [4174] = {.lex_state = 13, .external_lex_state = 7}, - [4175] = {.lex_state = 2, .external_lex_state = 4}, + [4173] = {.lex_state = 13, .external_lex_state = 6}, + [4174] = {.lex_state = 13, .external_lex_state = 6}, + [4175] = {.lex_state = 13, .external_lex_state = 6}, [4176] = {.lex_state = 13, .external_lex_state = 7}, - [4177] = {.lex_state = 2, .external_lex_state = 4}, - [4178] = {.lex_state = 2, .external_lex_state = 4}, - [4179] = {.lex_state = 13, .external_lex_state = 6}, - [4180] = {.lex_state = 2, .external_lex_state = 4}, - [4181] = {.lex_state = 13, .external_lex_state = 7}, - [4182] = {.lex_state = 13, .external_lex_state = 7}, + [4177] = {.lex_state = 13, .external_lex_state = 6}, + [4178] = {.lex_state = 13, .external_lex_state = 6}, + [4179] = {.lex_state = 13, .external_lex_state = 7}, + [4180] = {.lex_state = 13, .external_lex_state = 6}, + [4181] = {.lex_state = 13, .external_lex_state = 6}, + [4182] = {.lex_state = 13, .external_lex_state = 6}, [4183] = {.lex_state = 13, .external_lex_state = 7}, [4184] = {.lex_state = 2, .external_lex_state = 4}, - [4185] = {.lex_state = 2, .external_lex_state = 4}, - [4186] = {.lex_state = 13, .external_lex_state = 6}, - [4187] = {.lex_state = 13, .external_lex_state = 6}, + [4185] = {.lex_state = 13, .external_lex_state = 7}, + [4186] = {.lex_state = 13, .external_lex_state = 7}, + [4187] = {.lex_state = 13, .external_lex_state = 7}, [4188] = {.lex_state = 13, .external_lex_state = 6}, - [4189] = {.lex_state = 13, .external_lex_state = 7}, - [4190] = {.lex_state = 13, .external_lex_state = 6}, - [4191] = {.lex_state = 13, .external_lex_state = 6}, - [4192] = {.lex_state = 2, .external_lex_state = 4}, - [4193] = {.lex_state = 13, .external_lex_state = 6}, + [4189] = {.lex_state = 13, .external_lex_state = 6}, + [4190] = {.lex_state = 13, .external_lex_state = 7}, + [4191] = {.lex_state = 13, .external_lex_state = 7}, + [4192] = {.lex_state = 13, .external_lex_state = 7}, + [4193] = {.lex_state = 13, .external_lex_state = 7}, [4194] = {.lex_state = 13, .external_lex_state = 6}, [4195] = {.lex_state = 13, .external_lex_state = 7}, - [4196] = {.lex_state = 13, .external_lex_state = 7}, + [4196] = {.lex_state = 13, .external_lex_state = 6}, [4197] = {.lex_state = 13, .external_lex_state = 6}, - [4198] = {.lex_state = 13, .external_lex_state = 6}, - [4199] = {.lex_state = 13, .external_lex_state = 7}, - [4200] = {.lex_state = 13, .external_lex_state = 6}, - [4201] = {.lex_state = 13, .external_lex_state = 6}, + [4198] = {.lex_state = 13, .external_lex_state = 7}, + [4199] = {.lex_state = 13, .external_lex_state = 6}, + [4200] = {.lex_state = 13, .external_lex_state = 7}, + [4201] = {.lex_state = 13, .external_lex_state = 7}, [4202] = {.lex_state = 13, .external_lex_state = 6}, - [4203] = {.lex_state = 13, .external_lex_state = 7}, + [4203] = {.lex_state = 13, .external_lex_state = 6}, [4204] = {.lex_state = 13, .external_lex_state = 7}, [4205] = {.lex_state = 13, .external_lex_state = 7}, - [4206] = {.lex_state = 13, .external_lex_state = 6}, - [4207] = {.lex_state = 13, .external_lex_state = 7}, - [4208] = {.lex_state = 13, .external_lex_state = 6}, + [4206] = {.lex_state = 13, .external_lex_state = 7}, + [4207] = {.lex_state = 13, .external_lex_state = 6}, + [4208] = {.lex_state = 13, .external_lex_state = 7}, [4209] = {.lex_state = 13, .external_lex_state = 7}, - [4210] = {.lex_state = 13, .external_lex_state = 7}, - [4211] = {.lex_state = 13, .external_lex_state = 7}, + [4210] = {.lex_state = 13, .external_lex_state = 6}, + [4211] = {.lex_state = 13, .external_lex_state = 6}, [4212] = {.lex_state = 13, .external_lex_state = 7}, - [4213] = {.lex_state = 13, .external_lex_state = 6}, - [4214] = {.lex_state = 13, .external_lex_state = 7}, + [4213] = {.lex_state = 13, .external_lex_state = 7}, + [4214] = {.lex_state = 13, .external_lex_state = 6}, [4215] = {.lex_state = 13, .external_lex_state = 7}, [4216] = {.lex_state = 13, .external_lex_state = 7}, [4217] = {.lex_state = 13, .external_lex_state = 6}, @@ -27700,140 +27698,140 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4219] = {.lex_state = 13, .external_lex_state = 6}, [4220] = {.lex_state = 13, .external_lex_state = 6}, [4221] = {.lex_state = 13, .external_lex_state = 7}, - [4222] = {.lex_state = 13, .external_lex_state = 6}, - [4223] = {.lex_state = 13, .external_lex_state = 6}, - [4224] = {.lex_state = 13, .external_lex_state = 6}, + [4222] = {.lex_state = 14, .external_lex_state = 7}, + [4223] = {.lex_state = 13, .external_lex_state = 7}, + [4224] = {.lex_state = 14, .external_lex_state = 7}, [4225] = {.lex_state = 14, .external_lex_state = 7}, - [4226] = {.lex_state = 13, .external_lex_state = 7}, + [4226] = {.lex_state = 14, .external_lex_state = 7}, [4227] = {.lex_state = 14, .external_lex_state = 7}, - [4228] = {.lex_state = 13, .external_lex_state = 6}, + [4228] = {.lex_state = 13, .external_lex_state = 7}, [4229] = {.lex_state = 13, .external_lex_state = 7}, [4230] = {.lex_state = 14, .external_lex_state = 7}, - [4231] = {.lex_state = 13, .external_lex_state = 7}, + [4231] = {.lex_state = 14, .external_lex_state = 7}, [4232] = {.lex_state = 13, .external_lex_state = 7}, - [4233] = {.lex_state = 13, .external_lex_state = 7}, - [4234] = {.lex_state = 13, .external_lex_state = 7}, + [4233] = {.lex_state = 14, .external_lex_state = 7}, + [4234] = {.lex_state = 14, .external_lex_state = 7}, [4235] = {.lex_state = 14, .external_lex_state = 7}, [4236] = {.lex_state = 13, .external_lex_state = 7}, - [4237] = {.lex_state = 14, .external_lex_state = 7}, + [4237] = {.lex_state = 13, .external_lex_state = 7}, [4238] = {.lex_state = 14, .external_lex_state = 7}, [4239] = {.lex_state = 14, .external_lex_state = 7}, [4240] = {.lex_state = 14, .external_lex_state = 7}, - [4241] = {.lex_state = 13, .external_lex_state = 7}, + [4241] = {.lex_state = 14, .external_lex_state = 7}, [4242] = {.lex_state = 14, .external_lex_state = 7}, - [4243] = {.lex_state = 13, .external_lex_state = 7}, + [4243] = {.lex_state = 14, .external_lex_state = 7}, [4244] = {.lex_state = 14, .external_lex_state = 7}, - [4245] = {.lex_state = 13, .external_lex_state = 7}, - [4246] = {.lex_state = 14, .external_lex_state = 7}, - [4247] = {.lex_state = 14, .external_lex_state = 7}, - [4248] = {.lex_state = 13, .external_lex_state = 6}, - [4249] = {.lex_state = 14, .external_lex_state = 7}, - [4250] = {.lex_state = 14, .external_lex_state = 7}, - [4251] = {.lex_state = 14, .external_lex_state = 7}, + [4245] = {.lex_state = 14, .external_lex_state = 7}, + [4246] = {.lex_state = 13, .external_lex_state = 7}, + [4247] = {.lex_state = 13, .external_lex_state = 7}, + [4248] = {.lex_state = 13, .external_lex_state = 7}, + [4249] = {.lex_state = 13, .external_lex_state = 6}, + [4250] = {.lex_state = 13, .external_lex_state = 7}, + [4251] = {.lex_state = 13, .external_lex_state = 6}, [4252] = {.lex_state = 13, .external_lex_state = 7}, - [4253] = {.lex_state = 14, .external_lex_state = 7}, - [4254] = {.lex_state = 14, .external_lex_state = 7}, - [4255] = {.lex_state = 14, .external_lex_state = 7}, - [4256] = {.lex_state = 13, .external_lex_state = 7}, - [4257] = {.lex_state = 13, .external_lex_state = 7}, - [4258] = {.lex_state = 13, .external_lex_state = 7}, + [4253] = {.lex_state = 13, .external_lex_state = 7}, + [4254] = {.lex_state = 13, .external_lex_state = 7}, + [4255] = {.lex_state = 13, .external_lex_state = 7}, + [4256] = {.lex_state = 14, .external_lex_state = 6}, + [4257] = {.lex_state = 14, .external_lex_state = 6}, + [4258] = {.lex_state = 14, .external_lex_state = 6}, [4259] = {.lex_state = 13, .external_lex_state = 7}, [4260] = {.lex_state = 14, .external_lex_state = 6}, [4261] = {.lex_state = 14, .external_lex_state = 6}, - [4262] = {.lex_state = 13, .external_lex_state = 7}, - [4263] = {.lex_state = 13, .external_lex_state = 7}, - [4264] = {.lex_state = 13, .external_lex_state = 7}, + [4262] = {.lex_state = 14, .external_lex_state = 6}, + [4263] = {.lex_state = 14, .external_lex_state = 6}, + [4264] = {.lex_state = 14, .external_lex_state = 6}, [4265] = {.lex_state = 14, .external_lex_state = 6}, - [4266] = {.lex_state = 14, .external_lex_state = 6}, + [4266] = {.lex_state = 13, .external_lex_state = 7}, [4267] = {.lex_state = 14, .external_lex_state = 6}, - [4268] = {.lex_state = 13, .external_lex_state = 7}, - [4269] = {.lex_state = 14, .external_lex_state = 6}, + [4268] = {.lex_state = 14, .external_lex_state = 6}, + [4269] = {.lex_state = 13, .external_lex_state = 7}, [4270] = {.lex_state = 13, .external_lex_state = 7}, [4271] = {.lex_state = 14, .external_lex_state = 6}, - [4272] = {.lex_state = 13, .external_lex_state = 7}, + [4272] = {.lex_state = 14, .external_lex_state = 6}, [4273] = {.lex_state = 14, .external_lex_state = 6}, [4274] = {.lex_state = 14, .external_lex_state = 6}, [4275] = {.lex_state = 14, .external_lex_state = 6}, - [4276] = {.lex_state = 14, .external_lex_state = 6}, + [4276] = {.lex_state = 13, .external_lex_state = 7}, [4277] = {.lex_state = 13, .external_lex_state = 7}, - [4278] = {.lex_state = 14, .external_lex_state = 6}, - [4279] = {.lex_state = 14, .external_lex_state = 6}, - [4280] = {.lex_state = 13, .external_lex_state = 7}, - [4281] = {.lex_state = 14, .external_lex_state = 6}, - [4282] = {.lex_state = 14, .external_lex_state = 6}, - [4283] = {.lex_state = 14, .external_lex_state = 6}, - [4284] = {.lex_state = 14, .external_lex_state = 6}, + [4278] = {.lex_state = 13, .external_lex_state = 7}, + [4279] = {.lex_state = 13, .external_lex_state = 7}, + [4280] = {.lex_state = 14, .external_lex_state = 6}, + [4281] = {.lex_state = 14, .external_lex_state = 7}, + [4282] = {.lex_state = 14, .external_lex_state = 7}, + [4283] = {.lex_state = 13, .external_lex_state = 6}, + [4284] = {.lex_state = 13, .external_lex_state = 6}, [4285] = {.lex_state = 14, .external_lex_state = 7}, - [4286] = {.lex_state = 13, .external_lex_state = 6}, - [4287] = {.lex_state = 13, .external_lex_state = 6}, + [4286] = {.lex_state = 14, .external_lex_state = 7}, + [4287] = {.lex_state = 14, .external_lex_state = 7}, [4288] = {.lex_state = 14, .external_lex_state = 7}, [4289] = {.lex_state = 13, .external_lex_state = 6}, - [4290] = {.lex_state = 14, .external_lex_state = 7}, - [4291] = {.lex_state = 13, .external_lex_state = 6}, + [4290] = {.lex_state = 13, .external_lex_state = 6}, + [4291] = {.lex_state = 14, .external_lex_state = 7}, [4292] = {.lex_state = 14, .external_lex_state = 7}, [4293] = {.lex_state = 14, .external_lex_state = 7}, - [4294] = {.lex_state = 13, .external_lex_state = 6}, + [4294] = {.lex_state = 14, .external_lex_state = 7}, [4295] = {.lex_state = 14, .external_lex_state = 7}, - [4296] = {.lex_state = 13, .external_lex_state = 6}, + [4296] = {.lex_state = 14, .external_lex_state = 7}, [4297] = {.lex_state = 14, .external_lex_state = 7}, [4298] = {.lex_state = 14, .external_lex_state = 7}, [4299] = {.lex_state = 14, .external_lex_state = 7}, [4300] = {.lex_state = 14, .external_lex_state = 7}, - [4301] = {.lex_state = 14, .external_lex_state = 7}, - [4302] = {.lex_state = 14, .external_lex_state = 7}, + [4301] = {.lex_state = 13, .external_lex_state = 6}, + [4302] = {.lex_state = 13, .external_lex_state = 6}, [4303] = {.lex_state = 14, .external_lex_state = 7}, - [4304] = {.lex_state = 14, .external_lex_state = 7}, - [4305] = {.lex_state = 14, .external_lex_state = 7}, - [4306] = {.lex_state = 14, .external_lex_state = 7}, - [4307] = {.lex_state = 14, .external_lex_state = 7}, - [4308] = {.lex_state = 14, .external_lex_state = 6}, - [4309] = {.lex_state = 14, .external_lex_state = 6}, + [4304] = {.lex_state = 13, .external_lex_state = 7}, + [4305] = {.lex_state = 14, .external_lex_state = 6}, + [4306] = {.lex_state = 14, .external_lex_state = 6}, + [4307] = {.lex_state = 14, .external_lex_state = 6}, + [4308] = {.lex_state = 13, .external_lex_state = 7}, + [4309] = {.lex_state = 13, .external_lex_state = 7}, [4310] = {.lex_state = 14, .external_lex_state = 6}, - [4311] = {.lex_state = 13, .external_lex_state = 7}, + [4311] = {.lex_state = 14, .external_lex_state = 6}, [4312] = {.lex_state = 14, .external_lex_state = 6}, - [4313] = {.lex_state = 14, .external_lex_state = 6}, - [4314] = {.lex_state = 14, .external_lex_state = 6}, - [4315] = {.lex_state = 13, .external_lex_state = 7}, + [4313] = {.lex_state = 13, .external_lex_state = 7}, + [4314] = {.lex_state = 13, .external_lex_state = 7}, + [4315] = {.lex_state = 14, .external_lex_state = 6}, [4316] = {.lex_state = 14, .external_lex_state = 6}, - [4317] = {.lex_state = 13, .external_lex_state = 7}, + [4317] = {.lex_state = 14, .external_lex_state = 6}, [4318] = {.lex_state = 13, .external_lex_state = 7}, - [4319] = {.lex_state = 13, .external_lex_state = 7}, + [4319] = {.lex_state = 14, .external_lex_state = 6}, [4320] = {.lex_state = 14, .external_lex_state = 6}, [4321] = {.lex_state = 14, .external_lex_state = 6}, - [4322] = {.lex_state = 13, .external_lex_state = 7}, - [4323] = {.lex_state = 14, .external_lex_state = 6}, - [4324] = {.lex_state = 14, .external_lex_state = 6}, - [4325] = {.lex_state = 14, .external_lex_state = 6}, - [4326] = {.lex_state = 21, .external_lex_state = 8}, + [4322] = {.lex_state = 21, .external_lex_state = 8}, + [4323] = {.lex_state = 21, .external_lex_state = 8}, + [4324] = {.lex_state = 21, .external_lex_state = 8}, + [4325] = {.lex_state = 21, .external_lex_state = 8}, + [4326] = {.lex_state = 14, .external_lex_state = 6}, [4327] = {.lex_state = 21, .external_lex_state = 8}, [4328] = {.lex_state = 21, .external_lex_state = 8}, - [4329] = {.lex_state = 21, .external_lex_state = 8}, + [4329] = {.lex_state = 14, .external_lex_state = 6}, [4330] = {.lex_state = 21, .external_lex_state = 8}, [4331] = {.lex_state = 21, .external_lex_state = 8}, - [4332] = {.lex_state = 21, .external_lex_state = 8}, + [4332] = {.lex_state = 14, .external_lex_state = 6}, [4333] = {.lex_state = 14, .external_lex_state = 6}, - [4334] = {.lex_state = 14, .external_lex_state = 6}, - [4335] = {.lex_state = 21, .external_lex_state = 8}, - [4336] = {.lex_state = 21, .external_lex_state = 8}, + [4334] = {.lex_state = 21, .external_lex_state = 8}, + [4335] = {.lex_state = 14, .external_lex_state = 6}, + [4336] = {.lex_state = 14, .external_lex_state = 6}, [4337] = {.lex_state = 14, .external_lex_state = 6}, [4338] = {.lex_state = 21, .external_lex_state = 8}, [4339] = {.lex_state = 21, .external_lex_state = 8}, [4340] = {.lex_state = 21, .external_lex_state = 8}, [4341] = {.lex_state = 21, .external_lex_state = 8}, [4342] = {.lex_state = 21, .external_lex_state = 8}, - [4343] = {.lex_state = 21, .external_lex_state = 8}, + [4343] = {.lex_state = 14, .external_lex_state = 6}, [4344] = {.lex_state = 21, .external_lex_state = 8}, [4345] = {.lex_state = 21, .external_lex_state = 8}, [4346] = {.lex_state = 21, .external_lex_state = 8}, [4347] = {.lex_state = 21, .external_lex_state = 8}, - [4348] = {.lex_state = 21, .external_lex_state = 8}, + [4348] = {.lex_state = 14, .external_lex_state = 6}, [4349] = {.lex_state = 21, .external_lex_state = 8}, [4350] = {.lex_state = 21, .external_lex_state = 8}, [4351] = {.lex_state = 21, .external_lex_state = 8}, [4352] = {.lex_state = 21, .external_lex_state = 8}, [4353] = {.lex_state = 21, .external_lex_state = 8}, [4354] = {.lex_state = 21, .external_lex_state = 8}, - [4355] = {.lex_state = 14, .external_lex_state = 6}, + [4355] = {.lex_state = 21, .external_lex_state = 8}, [4356] = {.lex_state = 21, .external_lex_state = 8}, [4357] = {.lex_state = 21, .external_lex_state = 8}, [4358] = {.lex_state = 21, .external_lex_state = 8}, @@ -27841,41 +27839,41 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4360] = {.lex_state = 21, .external_lex_state = 8}, [4361] = {.lex_state = 14, .external_lex_state = 6}, [4362] = {.lex_state = 21, .external_lex_state = 8}, - [4363] = {.lex_state = 21, .external_lex_state = 8}, - [4364] = {.lex_state = 14, .external_lex_state = 6}, + [4363] = {.lex_state = 318, .external_lex_state = 2}, + [4364] = {.lex_state = 21, .external_lex_state = 8}, [4365] = {.lex_state = 21, .external_lex_state = 8}, - [4366] = {.lex_state = 318, .external_lex_state = 2}, + [4366] = {.lex_state = 21, .external_lex_state = 8}, [4367] = {.lex_state = 21, .external_lex_state = 8}, [4368] = {.lex_state = 21, .external_lex_state = 8}, [4369] = {.lex_state = 21, .external_lex_state = 8}, [4370] = {.lex_state = 21, .external_lex_state = 8}, [4371] = {.lex_state = 21, .external_lex_state = 8}, - [4372] = {.lex_state = 14, .external_lex_state = 6}, - [4373] = {.lex_state = 318, .external_lex_state = 2}, - [4374] = {.lex_state = 14, .external_lex_state = 6}, + [4372] = {.lex_state = 21, .external_lex_state = 8}, + [4373] = {.lex_state = 21, .external_lex_state = 8}, + [4374] = {.lex_state = 21, .external_lex_state = 8}, [4375] = {.lex_state = 21, .external_lex_state = 8}, [4376] = {.lex_state = 14, .external_lex_state = 6}, [4377] = {.lex_state = 21, .external_lex_state = 8}, [4378] = {.lex_state = 21, .external_lex_state = 8}, [4379] = {.lex_state = 21, .external_lex_state = 8}, - [4380] = {.lex_state = 14, .external_lex_state = 6}, - [4381] = {.lex_state = 14, .external_lex_state = 6}, - [4382] = {.lex_state = 21, .external_lex_state = 8}, - [4383] = {.lex_state = 14, .external_lex_state = 6}, + [4380] = {.lex_state = 21, .external_lex_state = 8}, + [4381] = {.lex_state = 21, .external_lex_state = 8}, + [4382] = {.lex_state = 14, .external_lex_state = 6}, + [4383] = {.lex_state = 21, .external_lex_state = 8}, [4384] = {.lex_state = 21, .external_lex_state = 8}, - [4385] = {.lex_state = 14, .external_lex_state = 6}, + [4385] = {.lex_state = 21, .external_lex_state = 8}, [4386] = {.lex_state = 21, .external_lex_state = 8}, [4387] = {.lex_state = 14, .external_lex_state = 6}, - [4388] = {.lex_state = 21, .external_lex_state = 8}, - [4389] = {.lex_state = 21, .external_lex_state = 8}, - [4390] = {.lex_state = 21, .external_lex_state = 8}, - [4391] = {.lex_state = 14, .external_lex_state = 6}, + [4388] = {.lex_state = 14, .external_lex_state = 6}, + [4389] = {.lex_state = 318, .external_lex_state = 2}, + [4390] = {.lex_state = 14, .external_lex_state = 6}, + [4391] = {.lex_state = 21, .external_lex_state = 8}, [4392] = {.lex_state = 21, .external_lex_state = 8}, [4393] = {.lex_state = 21, .external_lex_state = 8}, - [4394] = {.lex_state = 21, .external_lex_state = 8}, - [4395] = {.lex_state = 21, .external_lex_state = 8}, - [4396] = {.lex_state = 21, .external_lex_state = 8}, - [4397] = {.lex_state = 21, .external_lex_state = 8}, + [4394] = {.lex_state = 14, .external_lex_state = 6}, + [4395] = {.lex_state = 14, .external_lex_state = 6}, + [4396] = {.lex_state = 14, .external_lex_state = 6}, + [4397] = {.lex_state = 14, .external_lex_state = 6}, [4398] = {.lex_state = 14, .external_lex_state = 6}, [4399] = {.lex_state = 14, .external_lex_state = 6}, [4400] = {.lex_state = 14, .external_lex_state = 6}, @@ -28009,47 +28007,47 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4528] = {.lex_state = 14, .external_lex_state = 6}, [4529] = {.lex_state = 14, .external_lex_state = 6}, [4530] = {.lex_state = 14, .external_lex_state = 6}, - [4531] = {.lex_state = 14, .external_lex_state = 6}, + [4531] = {.lex_state = 12, .external_lex_state = 5}, [4532] = {.lex_state = 14, .external_lex_state = 6}, [4533] = {.lex_state = 14, .external_lex_state = 6}, [4534] = {.lex_state = 14, .external_lex_state = 6}, [4535] = {.lex_state = 14, .external_lex_state = 6}, [4536] = {.lex_state = 14, .external_lex_state = 6}, - [4537] = {.lex_state = 12, .external_lex_state = 5}, - [4538] = {.lex_state = 14, .external_lex_state = 6}, + [4537] = {.lex_state = 14, .external_lex_state = 6}, + [4538] = {.lex_state = 12, .external_lex_state = 5}, [4539] = {.lex_state = 14, .external_lex_state = 6}, [4540] = {.lex_state = 14, .external_lex_state = 6}, [4541] = {.lex_state = 14, .external_lex_state = 6}, [4542] = {.lex_state = 14, .external_lex_state = 6}, - [4543] = {.lex_state = 14, .external_lex_state = 6}, - [4544] = {.lex_state = 12, .external_lex_state = 5}, - [4545] = {.lex_state = 12, .external_lex_state = 5}, + [4543] = {.lex_state = 12, .external_lex_state = 5}, + [4544] = {.lex_state = 14, .external_lex_state = 6}, + [4545] = {.lex_state = 14, .external_lex_state = 6}, [4546] = {.lex_state = 14, .external_lex_state = 6}, [4547] = {.lex_state = 14, .external_lex_state = 6}, - [4548] = {.lex_state = 12, .external_lex_state = 5}, - [4549] = {.lex_state = 14, .external_lex_state = 7}, + [4548] = {.lex_state = 14, .external_lex_state = 6}, + [4549] = {.lex_state = 12, .external_lex_state = 5}, [4550] = {.lex_state = 14, .external_lex_state = 6}, [4551] = {.lex_state = 14, .external_lex_state = 7}, [4552] = {.lex_state = 14, .external_lex_state = 6}, [4553] = {.lex_state = 14, .external_lex_state = 6}, [4554] = {.lex_state = 14, .external_lex_state = 6}, - [4555] = {.lex_state = 14, .external_lex_state = 7}, - [4556] = {.lex_state = 14, .external_lex_state = 6}, + [4555] = {.lex_state = 14, .external_lex_state = 6}, + [4556] = {.lex_state = 12, .external_lex_state = 5}, [4557] = {.lex_state = 14, .external_lex_state = 6}, [4558] = {.lex_state = 14, .external_lex_state = 6}, [4559] = {.lex_state = 14, .external_lex_state = 6}, [4560] = {.lex_state = 14, .external_lex_state = 6}, - [4561] = {.lex_state = 14, .external_lex_state = 6}, + [4561] = {.lex_state = 14, .external_lex_state = 7}, [4562] = {.lex_state = 14, .external_lex_state = 6}, - [4563] = {.lex_state = 14, .external_lex_state = 6}, + [4563] = {.lex_state = 14, .external_lex_state = 7}, [4564] = {.lex_state = 14, .external_lex_state = 6}, - [4565] = {.lex_state = 14, .external_lex_state = 6}, - [4566] = {.lex_state = 14, .external_lex_state = 7}, - [4567] = {.lex_state = 12, .external_lex_state = 5}, - [4568] = {.lex_state = 12, .external_lex_state = 5}, + [4565] = {.lex_state = 14, .external_lex_state = 7}, + [4566] = {.lex_state = 14, .external_lex_state = 6}, + [4567] = {.lex_state = 14, .external_lex_state = 6}, + [4568] = {.lex_state = 14, .external_lex_state = 6}, [4569] = {.lex_state = 14, .external_lex_state = 6}, [4570] = {.lex_state = 14, .external_lex_state = 6}, - [4571] = {.lex_state = 14, .external_lex_state = 6}, + [4571] = {.lex_state = 12, .external_lex_state = 5}, [4572] = {.lex_state = 14, .external_lex_state = 6}, [4573] = {.lex_state = 14, .external_lex_state = 6}, [4574] = {.lex_state = 14, .external_lex_state = 6}, @@ -28066,144 +28064,144 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4585] = {.lex_state = 14, .external_lex_state = 6}, [4586] = {.lex_state = 14, .external_lex_state = 6}, [4587] = {.lex_state = 14, .external_lex_state = 6}, - [4588] = {.lex_state = 14, .external_lex_state = 6}, + [4588] = {.lex_state = 14, .external_lex_state = 7}, [4589] = {.lex_state = 14, .external_lex_state = 6}, [4590] = {.lex_state = 14, .external_lex_state = 6}, [4591] = {.lex_state = 14, .external_lex_state = 6}, [4592] = {.lex_state = 14, .external_lex_state = 6}, - [4593] = {.lex_state = 14, .external_lex_state = 6}, - [4594] = {.lex_state = 14, .external_lex_state = 7}, + [4593] = {.lex_state = 14, .external_lex_state = 7}, + [4594] = {.lex_state = 14, .external_lex_state = 6}, [4595] = {.lex_state = 14, .external_lex_state = 6}, [4596] = {.lex_state = 14, .external_lex_state = 6}, - [4597] = {.lex_state = 14, .external_lex_state = 6}, + [4597] = {.lex_state = 12, .external_lex_state = 5}, [4598] = {.lex_state = 14, .external_lex_state = 6}, - [4599] = {.lex_state = 14, .external_lex_state = 7}, + [4599] = {.lex_state = 12, .external_lex_state = 5}, [4600] = {.lex_state = 14, .external_lex_state = 6}, [4601] = {.lex_state = 14, .external_lex_state = 6}, - [4602] = {.lex_state = 14, .external_lex_state = 6}, - [4603] = {.lex_state = 14, .external_lex_state = 6}, - [4604] = {.lex_state = 12, .external_lex_state = 5}, - [4605] = {.lex_state = 12, .external_lex_state = 5}, + [4602] = {.lex_state = 12, .external_lex_state = 5}, + [4603] = {.lex_state = 12, .external_lex_state = 5}, + [4604] = {.lex_state = 14, .external_lex_state = 6}, + [4605] = {.lex_state = 14, .external_lex_state = 6}, [4606] = {.lex_state = 14, .external_lex_state = 6}, [4607] = {.lex_state = 14, .external_lex_state = 6}, - [4608] = {.lex_state = 12, .external_lex_state = 5}, + [4608] = {.lex_state = 14, .external_lex_state = 6}, [4609] = {.lex_state = 14, .external_lex_state = 6}, - [4610] = {.lex_state = 12, .external_lex_state = 5}, + [4610] = {.lex_state = 14, .external_lex_state = 6}, [4611] = {.lex_state = 14, .external_lex_state = 6}, - [4612] = {.lex_state = 14, .external_lex_state = 7}, + [4612] = {.lex_state = 14, .external_lex_state = 6}, [4613] = {.lex_state = 14, .external_lex_state = 6}, [4614] = {.lex_state = 14, .external_lex_state = 6}, - [4615] = {.lex_state = 14, .external_lex_state = 6}, + [4615] = {.lex_state = 14, .external_lex_state = 7}, [4616] = {.lex_state = 14, .external_lex_state = 6}, [4617] = {.lex_state = 14, .external_lex_state = 6}, [4618] = {.lex_state = 14, .external_lex_state = 6}, - [4619] = {.lex_state = 14, .external_lex_state = 6}, + [4619] = {.lex_state = 16, .external_lex_state = 6}, [4620] = {.lex_state = 14, .external_lex_state = 6}, - [4621] = {.lex_state = 14, .external_lex_state = 6}, + [4621] = {.lex_state = 12, .external_lex_state = 5}, [4622] = {.lex_state = 14, .external_lex_state = 6}, [4623] = {.lex_state = 14, .external_lex_state = 6}, - [4624] = {.lex_state = 14, .external_lex_state = 6}, + [4624] = {.lex_state = 12, .external_lex_state = 5}, [4625] = {.lex_state = 14, .external_lex_state = 6}, [4626] = {.lex_state = 14, .external_lex_state = 6}, [4627] = {.lex_state = 14, .external_lex_state = 6}, - [4628] = {.lex_state = 14, .external_lex_state = 7}, - [4629] = {.lex_state = 14, .external_lex_state = 6}, - [4630] = {.lex_state = 12, .external_lex_state = 5}, + [4628] = {.lex_state = 14, .external_lex_state = 6}, + [4629] = {.lex_state = 12, .external_lex_state = 5}, + [4630] = {.lex_state = 14, .external_lex_state = 6}, [4631] = {.lex_state = 14, .external_lex_state = 6}, [4632] = {.lex_state = 14, .external_lex_state = 6}, - [4633] = {.lex_state = 12, .external_lex_state = 5}, + [4633] = {.lex_state = 14, .external_lex_state = 6}, [4634] = {.lex_state = 14, .external_lex_state = 6}, - [4635] = {.lex_state = 14, .external_lex_state = 6}, + [4635] = {.lex_state = 14, .external_lex_state = 7}, [4636] = {.lex_state = 14, .external_lex_state = 6}, [4637] = {.lex_state = 14, .external_lex_state = 6}, [4638] = {.lex_state = 14, .external_lex_state = 6}, [4639] = {.lex_state = 14, .external_lex_state = 6}, - [4640] = {.lex_state = 12, .external_lex_state = 5}, - [4641] = {.lex_state = 14, .external_lex_state = 7}, - [4642] = {.lex_state = 14, .external_lex_state = 6}, + [4640] = {.lex_state = 14, .external_lex_state = 6}, + [4641] = {.lex_state = 14, .external_lex_state = 6}, + [4642] = {.lex_state = 12, .external_lex_state = 5}, [4643] = {.lex_state = 12, .external_lex_state = 5}, - [4644] = {.lex_state = 14, .external_lex_state = 7}, + [4644] = {.lex_state = 12, .external_lex_state = 5}, [4645] = {.lex_state = 12, .external_lex_state = 5}, - [4646] = {.lex_state = 12, .external_lex_state = 5}, - [4647] = {.lex_state = 14, .external_lex_state = 6}, + [4646] = {.lex_state = 14, .external_lex_state = 6}, + [4647] = {.lex_state = 12, .external_lex_state = 5}, [4648] = {.lex_state = 14, .external_lex_state = 6}, [4649] = {.lex_state = 14, .external_lex_state = 6}, [4650] = {.lex_state = 14, .external_lex_state = 6}, - [4651] = {.lex_state = 14, .external_lex_state = 7}, + [4651] = {.lex_state = 14, .external_lex_state = 6}, [4652] = {.lex_state = 14, .external_lex_state = 6}, [4653] = {.lex_state = 14, .external_lex_state = 6}, - [4654] = {.lex_state = 14, .external_lex_state = 6}, + [4654] = {.lex_state = 12, .external_lex_state = 5}, [4655] = {.lex_state = 14, .external_lex_state = 6}, [4656] = {.lex_state = 14, .external_lex_state = 6}, [4657] = {.lex_state = 14, .external_lex_state = 6}, [4658] = {.lex_state = 14, .external_lex_state = 6}, [4659] = {.lex_state = 14, .external_lex_state = 6}, [4660] = {.lex_state = 14, .external_lex_state = 6}, - [4661] = {.lex_state = 12, .external_lex_state = 5}, + [4661] = {.lex_state = 14, .external_lex_state = 7}, [4662] = {.lex_state = 14, .external_lex_state = 6}, - [4663] = {.lex_state = 12, .external_lex_state = 5}, + [4663] = {.lex_state = 14, .external_lex_state = 6}, [4664] = {.lex_state = 14, .external_lex_state = 6}, - [4665] = {.lex_state = 12, .external_lex_state = 5}, + [4665] = {.lex_state = 14, .external_lex_state = 7}, [4666] = {.lex_state = 14, .external_lex_state = 6}, - [4667] = {.lex_state = 14, .external_lex_state = 6}, + [4667] = {.lex_state = 14, .external_lex_state = 7}, [4668] = {.lex_state = 12, .external_lex_state = 5}, - [4669] = {.lex_state = 14, .external_lex_state = 6}, - [4670] = {.lex_state = 12, .external_lex_state = 5}, + [4669] = {.lex_state = 12, .external_lex_state = 5}, + [4670] = {.lex_state = 14, .external_lex_state = 6}, [4671] = {.lex_state = 14, .external_lex_state = 6}, [4672] = {.lex_state = 14, .external_lex_state = 6}, - [4673] = {.lex_state = 12, .external_lex_state = 5}, + [4673] = {.lex_state = 14, .external_lex_state = 6}, [4674] = {.lex_state = 14, .external_lex_state = 6}, [4675] = {.lex_state = 14, .external_lex_state = 6}, [4676] = {.lex_state = 14, .external_lex_state = 6}, [4677] = {.lex_state = 14, .external_lex_state = 6}, [4678] = {.lex_state = 14, .external_lex_state = 7}, [4679] = {.lex_state = 14, .external_lex_state = 6}, - [4680] = {.lex_state = 14, .external_lex_state = 6}, - [4681] = {.lex_state = 14, .external_lex_state = 6}, + [4680] = {.lex_state = 14, .external_lex_state = 7}, + [4681] = {.lex_state = 12, .external_lex_state = 5}, [4682] = {.lex_state = 14, .external_lex_state = 6}, - [4683] = {.lex_state = 14, .external_lex_state = 7}, - [4684] = {.lex_state = 16, .external_lex_state = 6}, + [4683] = {.lex_state = 14, .external_lex_state = 6}, + [4684] = {.lex_state = 14, .external_lex_state = 7}, [4685] = {.lex_state = 14, .external_lex_state = 6}, - [4686] = {.lex_state = 14, .external_lex_state = 7}, - [4687] = {.lex_state = 14, .external_lex_state = 7}, + [4686] = {.lex_state = 14, .external_lex_state = 6}, + [4687] = {.lex_state = 12, .external_lex_state = 5}, [4688] = {.lex_state = 14, .external_lex_state = 6}, - [4689] = {.lex_state = 14, .external_lex_state = 6}, + [4689] = {.lex_state = 14, .external_lex_state = 7}, [4690] = {.lex_state = 14, .external_lex_state = 6}, - [4691] = {.lex_state = 14, .external_lex_state = 6}, - [4692] = {.lex_state = 14, .external_lex_state = 6}, + [4691] = {.lex_state = 14, .external_lex_state = 7}, + [4692] = {.lex_state = 14, .external_lex_state = 7}, [4693] = {.lex_state = 14, .external_lex_state = 6}, [4694] = {.lex_state = 14, .external_lex_state = 6}, - [4695] = {.lex_state = 12, .external_lex_state = 5}, - [4696] = {.lex_state = 14, .external_lex_state = 7}, - [4697] = {.lex_state = 14, .external_lex_state = 7}, + [4695] = {.lex_state = 14, .external_lex_state = 6}, + [4696] = {.lex_state = 14, .external_lex_state = 6}, + [4697] = {.lex_state = 14, .external_lex_state = 6}, [4698] = {.lex_state = 14, .external_lex_state = 6}, [4699] = {.lex_state = 14, .external_lex_state = 6}, [4700] = {.lex_state = 14, .external_lex_state = 6}, - [4701] = {.lex_state = 14, .external_lex_state = 6}, + [4701] = {.lex_state = 14, .external_lex_state = 7}, [4702] = {.lex_state = 14, .external_lex_state = 6}, [4703] = {.lex_state = 14, .external_lex_state = 6}, - [4704] = {.lex_state = 14, .external_lex_state = 7}, - [4705] = {.lex_state = 14, .external_lex_state = 7}, + [4704] = {.lex_state = 14, .external_lex_state = 6}, + [4705] = {.lex_state = 14, .external_lex_state = 6}, [4706] = {.lex_state = 14, .external_lex_state = 6}, [4707] = {.lex_state = 14, .external_lex_state = 7}, - [4708] = {.lex_state = 14, .external_lex_state = 7}, + [4708] = {.lex_state = 14, .external_lex_state = 6}, [4709] = {.lex_state = 14, .external_lex_state = 6}, [4710] = {.lex_state = 14, .external_lex_state = 6}, [4711] = {.lex_state = 14, .external_lex_state = 6}, - [4712] = {.lex_state = 14, .external_lex_state = 7}, - [4713] = {.lex_state = 14, .external_lex_state = 6}, - [4714] = {.lex_state = 14, .external_lex_state = 6}, - [4715] = {.lex_state = 14, .external_lex_state = 6}, + [4712] = {.lex_state = 14, .external_lex_state = 6}, + [4713] = {.lex_state = 14, .external_lex_state = 7}, + [4714] = {.lex_state = 14, .external_lex_state = 7}, + [4715] = {.lex_state = 14, .external_lex_state = 7}, [4716] = {.lex_state = 14, .external_lex_state = 6}, [4717] = {.lex_state = 14, .external_lex_state = 6}, [4718] = {.lex_state = 14, .external_lex_state = 6}, [4719] = {.lex_state = 14, .external_lex_state = 6}, - [4720] = {.lex_state = 12, .external_lex_state = 5}, + [4720] = {.lex_state = 14, .external_lex_state = 6}, [4721] = {.lex_state = 14, .external_lex_state = 6}, - [4722] = {.lex_state = 14, .external_lex_state = 7}, - [4723] = {.lex_state = 14, .external_lex_state = 7}, + [4722] = {.lex_state = 14, .external_lex_state = 6}, + [4723] = {.lex_state = 14, .external_lex_state = 6}, [4724] = {.lex_state = 14, .external_lex_state = 6}, - [4725] = {.lex_state = 14, .external_lex_state = 7}, + [4725] = {.lex_state = 14, .external_lex_state = 6}, [4726] = {.lex_state = 14, .external_lex_state = 6}, [4727] = {.lex_state = 14, .external_lex_state = 6}, [4728] = {.lex_state = 14, .external_lex_state = 6}, @@ -28213,29 +28211,29 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4732] = {.lex_state = 14, .external_lex_state = 6}, [4733] = {.lex_state = 14, .external_lex_state = 6}, [4734] = {.lex_state = 14, .external_lex_state = 6}, - [4735] = {.lex_state = 14, .external_lex_state = 6}, + [4735] = {.lex_state = 12, .external_lex_state = 5}, [4736] = {.lex_state = 14, .external_lex_state = 6}, [4737] = {.lex_state = 14, .external_lex_state = 6}, [4738] = {.lex_state = 14, .external_lex_state = 6}, [4739] = {.lex_state = 14, .external_lex_state = 6}, [4740] = {.lex_state = 14, .external_lex_state = 6}, - [4741] = {.lex_state = 14, .external_lex_state = 7}, + [4741] = {.lex_state = 14, .external_lex_state = 6}, [4742] = {.lex_state = 14, .external_lex_state = 6}, - [4743] = {.lex_state = 14, .external_lex_state = 7}, + [4743] = {.lex_state = 14, .external_lex_state = 6}, [4744] = {.lex_state = 14, .external_lex_state = 6}, [4745] = {.lex_state = 14, .external_lex_state = 6}, [4746] = {.lex_state = 14, .external_lex_state = 6}, - [4747] = {.lex_state = 14, .external_lex_state = 7}, + [4747] = {.lex_state = 14, .external_lex_state = 6}, [4748] = {.lex_state = 14, .external_lex_state = 6}, - [4749] = {.lex_state = 14, .external_lex_state = 6}, + [4749] = {.lex_state = 14, .external_lex_state = 7}, [4750] = {.lex_state = 14, .external_lex_state = 6}, - [4751] = {.lex_state = 14, .external_lex_state = 7}, + [4751] = {.lex_state = 14, .external_lex_state = 6}, [4752] = {.lex_state = 14, .external_lex_state = 6}, [4753] = {.lex_state = 14, .external_lex_state = 6}, [4754] = {.lex_state = 14, .external_lex_state = 6}, - [4755] = {.lex_state = 14, .external_lex_state = 6}, - [4756] = {.lex_state = 14, .external_lex_state = 6}, - [4757] = {.lex_state = 14, .external_lex_state = 6}, + [4755] = {.lex_state = 14, .external_lex_state = 7}, + [4756] = {.lex_state = 14, .external_lex_state = 7}, + [4757] = {.lex_state = 14, .external_lex_state = 7}, [4758] = {.lex_state = 14, .external_lex_state = 6}, [4759] = {.lex_state = 14, .external_lex_state = 6}, [4760] = {.lex_state = 14, .external_lex_state = 6}, @@ -28243,63 +28241,63 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4762] = {.lex_state = 14, .external_lex_state = 6}, [4763] = {.lex_state = 14, .external_lex_state = 6}, [4764] = {.lex_state = 14, .external_lex_state = 6}, - [4765] = {.lex_state = 14, .external_lex_state = 7}, - [4766] = {.lex_state = 14, .external_lex_state = 6}, + [4765] = {.lex_state = 14, .external_lex_state = 6}, + [4766] = {.lex_state = 12, .external_lex_state = 5}, [4767] = {.lex_state = 14, .external_lex_state = 6}, [4768] = {.lex_state = 14, .external_lex_state = 6}, [4769] = {.lex_state = 14, .external_lex_state = 6}, [4770] = {.lex_state = 14, .external_lex_state = 6}, - [4771] = {.lex_state = 14, .external_lex_state = 6}, - [4772] = {.lex_state = 14, .external_lex_state = 6}, + [4771] = {.lex_state = 14, .external_lex_state = 7}, + [4772] = {.lex_state = 14, .external_lex_state = 7}, [4773] = {.lex_state = 14, .external_lex_state = 6}, [4774] = {.lex_state = 14, .external_lex_state = 6}, [4775] = {.lex_state = 14, .external_lex_state = 6}, - [4776] = {.lex_state = 14, .external_lex_state = 7}, - [4777] = {.lex_state = 14, .external_lex_state = 6}, - [4778] = {.lex_state = 14, .external_lex_state = 7}, + [4776] = {.lex_state = 14, .external_lex_state = 6}, + [4777] = {.lex_state = 12, .external_lex_state = 5}, + [4778] = {.lex_state = 12, .external_lex_state = 5}, [4779] = {.lex_state = 14, .external_lex_state = 6}, [4780] = {.lex_state = 14, .external_lex_state = 6}, - [4781] = {.lex_state = 14, .external_lex_state = 7}, - [4782] = {.lex_state = 14, .external_lex_state = 6}, - [4783] = {.lex_state = 14, .external_lex_state = 7}, + [4781] = {.lex_state = 14, .external_lex_state = 6}, + [4782] = {.lex_state = 14, .external_lex_state = 7}, + [4783] = {.lex_state = 14, .external_lex_state = 6}, [4784] = {.lex_state = 14, .external_lex_state = 6}, [4785] = {.lex_state = 14, .external_lex_state = 6}, [4786] = {.lex_state = 14, .external_lex_state = 6}, [4787] = {.lex_state = 14, .external_lex_state = 6}, - [4788] = {.lex_state = 14, .external_lex_state = 7}, + [4788] = {.lex_state = 14, .external_lex_state = 6}, [4789] = {.lex_state = 14, .external_lex_state = 6}, [4790] = {.lex_state = 14, .external_lex_state = 6}, - [4791] = {.lex_state = 14, .external_lex_state = 7}, + [4791] = {.lex_state = 14, .external_lex_state = 6}, [4792] = {.lex_state = 14, .external_lex_state = 6}, [4793] = {.lex_state = 14, .external_lex_state = 6}, [4794] = {.lex_state = 14, .external_lex_state = 6}, [4795] = {.lex_state = 14, .external_lex_state = 6}, [4796] = {.lex_state = 14, .external_lex_state = 6}, [4797] = {.lex_state = 14, .external_lex_state = 6}, - [4798] = {.lex_state = 14, .external_lex_state = 7}, + [4798] = {.lex_state = 14, .external_lex_state = 6}, [4799] = {.lex_state = 14, .external_lex_state = 7}, [4800] = {.lex_state = 14, .external_lex_state = 6}, - [4801] = {.lex_state = 14, .external_lex_state = 6}, + [4801] = {.lex_state = 14, .external_lex_state = 7}, [4802] = {.lex_state = 14, .external_lex_state = 6}, - [4803] = {.lex_state = 14, .external_lex_state = 6}, + [4803] = {.lex_state = 14, .external_lex_state = 7}, [4804] = {.lex_state = 14, .external_lex_state = 6}, [4805] = {.lex_state = 14, .external_lex_state = 7}, - [4806] = {.lex_state = 14, .external_lex_state = 7}, - [4807] = {.lex_state = 14, .external_lex_state = 7}, - [4808] = {.lex_state = 14, .external_lex_state = 7}, + [4806] = {.lex_state = 14, .external_lex_state = 6}, + [4807] = {.lex_state = 14, .external_lex_state = 6}, + [4808] = {.lex_state = 14, .external_lex_state = 6}, [4809] = {.lex_state = 14, .external_lex_state = 6}, [4810] = {.lex_state = 14, .external_lex_state = 6}, [4811] = {.lex_state = 14, .external_lex_state = 6}, [4812] = {.lex_state = 14, .external_lex_state = 6}, [4813] = {.lex_state = 14, .external_lex_state = 6}, - [4814] = {.lex_state = 14, .external_lex_state = 7}, - [4815] = {.lex_state = 14, .external_lex_state = 7}, - [4816] = {.lex_state = 14, .external_lex_state = 7}, + [4814] = {.lex_state = 14, .external_lex_state = 6}, + [4815] = {.lex_state = 14, .external_lex_state = 6}, + [4816] = {.lex_state = 14, .external_lex_state = 6}, [4817] = {.lex_state = 14, .external_lex_state = 6}, [4818] = {.lex_state = 14, .external_lex_state = 6}, [4819] = {.lex_state = 14, .external_lex_state = 6}, [4820] = {.lex_state = 14, .external_lex_state = 6}, - [4821] = {.lex_state = 12, .external_lex_state = 5}, + [4821] = {.lex_state = 14, .external_lex_state = 6}, [4822] = {.lex_state = 14, .external_lex_state = 6}, [4823] = {.lex_state = 14, .external_lex_state = 6}, [4824] = {.lex_state = 14, .external_lex_state = 6}, @@ -28312,245 +28310,245 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4831] = {.lex_state = 14, .external_lex_state = 6}, [4832] = {.lex_state = 14, .external_lex_state = 6}, [4833] = {.lex_state = 14, .external_lex_state = 6}, - [4834] = {.lex_state = 14, .external_lex_state = 6}, - [4835] = {.lex_state = 12, .external_lex_state = 5}, + [4834] = {.lex_state = 14, .external_lex_state = 7}, + [4835] = {.lex_state = 14, .external_lex_state = 6}, [4836] = {.lex_state = 14, .external_lex_state = 6}, [4837] = {.lex_state = 14, .external_lex_state = 6}, [4838] = {.lex_state = 14, .external_lex_state = 6}, [4839] = {.lex_state = 14, .external_lex_state = 6}, - [4840] = {.lex_state = 14, .external_lex_state = 6}, + [4840] = {.lex_state = 14, .external_lex_state = 7}, [4841] = {.lex_state = 14, .external_lex_state = 6}, [4842] = {.lex_state = 14, .external_lex_state = 6}, [4843] = {.lex_state = 14, .external_lex_state = 6}, [4844] = {.lex_state = 14, .external_lex_state = 6}, [4845] = {.lex_state = 14, .external_lex_state = 6}, [4846] = {.lex_state = 14, .external_lex_state = 6}, - [4847] = {.lex_state = 12, .external_lex_state = 5}, - [4848] = {.lex_state = 14, .external_lex_state = 7}, + [4847] = {.lex_state = 14, .external_lex_state = 6}, + [4848] = {.lex_state = 14, .external_lex_state = 6}, [4849] = {.lex_state = 14, .external_lex_state = 6}, [4850] = {.lex_state = 14, .external_lex_state = 6}, [4851] = {.lex_state = 14, .external_lex_state = 6}, [4852] = {.lex_state = 14, .external_lex_state = 6}, [4853] = {.lex_state = 14, .external_lex_state = 6}, - [4854] = {.lex_state = 14, .external_lex_state = 6}, - [4855] = {.lex_state = 14, .external_lex_state = 6}, + [4854] = {.lex_state = 14, .external_lex_state = 7}, + [4855] = {.lex_state = 14, .external_lex_state = 7}, [4856] = {.lex_state = 14, .external_lex_state = 6}, [4857] = {.lex_state = 14, .external_lex_state = 7}, - [4858] = {.lex_state = 14, .external_lex_state = 6}, + [4858] = {.lex_state = 14, .external_lex_state = 7}, [4859] = {.lex_state = 14, .external_lex_state = 6}, [4860] = {.lex_state = 14, .external_lex_state = 6}, [4861] = {.lex_state = 14, .external_lex_state = 6}, [4862] = {.lex_state = 14, .external_lex_state = 6}, [4863] = {.lex_state = 14, .external_lex_state = 6}, - [4864] = {.lex_state = 14, .external_lex_state = 6}, - [4865] = {.lex_state = 14, .external_lex_state = 6}, + [4864] = {.lex_state = 14, .external_lex_state = 7}, + [4865] = {.lex_state = 14, .external_lex_state = 7}, [4866] = {.lex_state = 14, .external_lex_state = 6}, - [4867] = {.lex_state = 14, .external_lex_state = 6}, + [4867] = {.lex_state = 14, .external_lex_state = 7}, [4868] = {.lex_state = 14, .external_lex_state = 6}, - [4869] = {.lex_state = 14, .external_lex_state = 7}, + [4869] = {.lex_state = 12, .external_lex_state = 5}, [4870] = {.lex_state = 14, .external_lex_state = 6}, - [4871] = {.lex_state = 14, .external_lex_state = 6}, + [4871] = {.lex_state = 14, .external_lex_state = 7}, [4872] = {.lex_state = 14, .external_lex_state = 6}, - [4873] = {.lex_state = 14, .external_lex_state = 6}, - [4874] = {.lex_state = 14, .external_lex_state = 6}, - [4875] = {.lex_state = 14, .external_lex_state = 6}, - [4876] = {.lex_state = 14, .external_lex_state = 6}, + [4873] = {.lex_state = 14, .external_lex_state = 7}, + [4874] = {.lex_state = 14, .external_lex_state = 7}, + [4875] = {.lex_state = 14, .external_lex_state = 7}, + [4876] = {.lex_state = 14, .external_lex_state = 7}, [4877] = {.lex_state = 14, .external_lex_state = 6}, - [4878] = {.lex_state = 14, .external_lex_state = 6}, + [4878] = {.lex_state = 14, .external_lex_state = 7}, [4879] = {.lex_state = 14, .external_lex_state = 6}, [4880] = {.lex_state = 14, .external_lex_state = 6}, [4881] = {.lex_state = 14, .external_lex_state = 6}, [4882] = {.lex_state = 14, .external_lex_state = 6}, [4883] = {.lex_state = 14, .external_lex_state = 6}, - [4884] = {.lex_state = 14, .external_lex_state = 6}, - [4885] = {.lex_state = 12, .external_lex_state = 5}, + [4884] = {.lex_state = 14, .external_lex_state = 7}, + [4885] = {.lex_state = 14, .external_lex_state = 6}, [4886] = {.lex_state = 14, .external_lex_state = 6}, [4887] = {.lex_state = 14, .external_lex_state = 6}, [4888] = {.lex_state = 14, .external_lex_state = 6}, - [4889] = {.lex_state = 14, .external_lex_state = 6}, - [4890] = {.lex_state = 14, .external_lex_state = 6}, - [4891] = {.lex_state = 14, .external_lex_state = 6}, + [4889] = {.lex_state = 14, .external_lex_state = 7}, + [4890] = {.lex_state = 14, .external_lex_state = 7}, + [4891] = {.lex_state = 12, .external_lex_state = 5}, [4892] = {.lex_state = 14, .external_lex_state = 7}, - [4893] = {.lex_state = 14, .external_lex_state = 6}, + [4893] = {.lex_state = 14, .external_lex_state = 7}, [4894] = {.lex_state = 14, .external_lex_state = 7}, [4895] = {.lex_state = 12, .external_lex_state = 5}, - [4896] = {.lex_state = 14, .external_lex_state = 7}, + [4896] = {.lex_state = 12, .external_lex_state = 5}, [4897] = {.lex_state = 14, .external_lex_state = 7}, - [4898] = {.lex_state = 14, .external_lex_state = 7}, + [4898] = {.lex_state = 12, .external_lex_state = 5}, [4899] = {.lex_state = 14, .external_lex_state = 7}, [4900] = {.lex_state = 14, .external_lex_state = 7}, [4901] = {.lex_state = 14, .external_lex_state = 7}, - [4902] = {.lex_state = 14, .external_lex_state = 6}, + [4902] = {.lex_state = 12, .external_lex_state = 5}, [4903] = {.lex_state = 14, .external_lex_state = 7}, - [4904] = {.lex_state = 14, .external_lex_state = 6}, - [4905] = {.lex_state = 14, .external_lex_state = 6}, + [4904] = {.lex_state = 14, .external_lex_state = 7}, + [4905] = {.lex_state = 14, .external_lex_state = 7}, [4906] = {.lex_state = 14, .external_lex_state = 7}, [4907] = {.lex_state = 14, .external_lex_state = 7}, - [4908] = {.lex_state = 14, .external_lex_state = 6}, - [4909] = {.lex_state = 14, .external_lex_state = 6}, - [4910] = {.lex_state = 14, .external_lex_state = 7}, - [4911] = {.lex_state = 14, .external_lex_state = 7}, + [4908] = {.lex_state = 14, .external_lex_state = 7}, + [4909] = {.lex_state = 14, .external_lex_state = 7}, + [4910] = {.lex_state = 14, .external_lex_state = 6}, + [4911] = {.lex_state = 12, .external_lex_state = 5}, [4912] = {.lex_state = 14, .external_lex_state = 7}, - [4913] = {.lex_state = 14, .external_lex_state = 7}, - [4914] = {.lex_state = 14, .external_lex_state = 7}, + [4913] = {.lex_state = 14, .external_lex_state = 6}, + [4914] = {.lex_state = 14, .external_lex_state = 6}, [4915] = {.lex_state = 14, .external_lex_state = 7}, [4916] = {.lex_state = 14, .external_lex_state = 7}, [4917] = {.lex_state = 14, .external_lex_state = 7}, - [4918] = {.lex_state = 12, .external_lex_state = 5}, - [4919] = {.lex_state = 14, .external_lex_state = 6}, + [4918] = {.lex_state = 14, .external_lex_state = 7}, + [4919] = {.lex_state = 14, .external_lex_state = 7}, [4920] = {.lex_state = 14, .external_lex_state = 7}, - [4921] = {.lex_state = 12, .external_lex_state = 5}, + [4921] = {.lex_state = 14, .external_lex_state = 7}, [4922] = {.lex_state = 14, .external_lex_state = 7}, [4923] = {.lex_state = 14, .external_lex_state = 7}, - [4924] = {.lex_state = 12, .external_lex_state = 5}, - [4925] = {.lex_state = 12, .external_lex_state = 5}, - [4926] = {.lex_state = 14, .external_lex_state = 7}, - [4927] = {.lex_state = 14, .external_lex_state = 6}, - [4928] = {.lex_state = 14, .external_lex_state = 7}, - [4929] = {.lex_state = 14, .external_lex_state = 7}, - [4930] = {.lex_state = 14, .external_lex_state = 7}, - [4931] = {.lex_state = 12, .external_lex_state = 5}, + [4924] = {.lex_state = 14, .external_lex_state = 7}, + [4925] = {.lex_state = 14, .external_lex_state = 6}, + [4926] = {.lex_state = 14, .external_lex_state = 6}, + [4927] = {.lex_state = 14, .external_lex_state = 7}, + [4928] = {.lex_state = 14, .external_lex_state = 6}, + [4929] = {.lex_state = 12, .external_lex_state = 5}, + [4930] = {.lex_state = 12, .external_lex_state = 5}, + [4931] = {.lex_state = 14, .external_lex_state = 7}, [4932] = {.lex_state = 14, .external_lex_state = 7}, [4933] = {.lex_state = 14, .external_lex_state = 7}, [4934] = {.lex_state = 14, .external_lex_state = 7}, - [4935] = {.lex_state = 12, .external_lex_state = 5}, - [4936] = {.lex_state = 12, .external_lex_state = 5}, - [4937] = {.lex_state = 12, .external_lex_state = 5}, + [4935] = {.lex_state = 14, .external_lex_state = 7}, + [4936] = {.lex_state = 14, .external_lex_state = 7}, + [4937] = {.lex_state = 14, .external_lex_state = 7}, [4938] = {.lex_state = 14, .external_lex_state = 7}, - [4939] = {.lex_state = 12, .external_lex_state = 5}, - [4940] = {.lex_state = 12, .external_lex_state = 5}, - [4941] = {.lex_state = 14, .external_lex_state = 7}, - [4942] = {.lex_state = 14, .external_lex_state = 7}, - [4943] = {.lex_state = 12, .external_lex_state = 5}, - [4944] = {.lex_state = 14, .external_lex_state = 7}, + [4939] = {.lex_state = 14, .external_lex_state = 6}, + [4940] = {.lex_state = 14, .external_lex_state = 6}, + [4941] = {.lex_state = 12, .external_lex_state = 5}, + [4942] = {.lex_state = 14, .external_lex_state = 6}, + [4943] = {.lex_state = 14, .external_lex_state = 6}, + [4944] = {.lex_state = 12, .external_lex_state = 5}, [4945] = {.lex_state = 12, .external_lex_state = 5}, [4946] = {.lex_state = 12, .external_lex_state = 5}, [4947] = {.lex_state = 14, .external_lex_state = 7}, [4948] = {.lex_state = 14, .external_lex_state = 7}, - [4949] = {.lex_state = 14, .external_lex_state = 7}, - [4950] = {.lex_state = 14, .external_lex_state = 7}, + [4949] = {.lex_state = 12, .external_lex_state = 5}, + [4950] = {.lex_state = 12, .external_lex_state = 5}, [4951] = {.lex_state = 14, .external_lex_state = 7}, - [4952] = {.lex_state = 14, .external_lex_state = 7}, + [4952] = {.lex_state = 12, .external_lex_state = 5}, [4953] = {.lex_state = 14, .external_lex_state = 7}, - [4954] = {.lex_state = 14, .external_lex_state = 6}, + [4954] = {.lex_state = 14, .external_lex_state = 7}, [4955] = {.lex_state = 14, .external_lex_state = 7}, [4956] = {.lex_state = 14, .external_lex_state = 7}, - [4957] = {.lex_state = 14, .external_lex_state = 6}, + [4957] = {.lex_state = 12, .external_lex_state = 5}, [4958] = {.lex_state = 14, .external_lex_state = 7}, - [4959] = {.lex_state = 14, .external_lex_state = 7}, + [4959] = {.lex_state = 12, .external_lex_state = 5}, [4960] = {.lex_state = 12, .external_lex_state = 5}, - [4961] = {.lex_state = 12, .external_lex_state = 5}, + [4961] = {.lex_state = 14, .external_lex_state = 6}, [4962] = {.lex_state = 14, .external_lex_state = 7}, - [4963] = {.lex_state = 14, .external_lex_state = 6}, - [4964] = {.lex_state = 12, .external_lex_state = 5}, - [4965] = {.lex_state = 12, .external_lex_state = 5}, + [4963] = {.lex_state = 12, .external_lex_state = 5}, + [4964] = {.lex_state = 14, .external_lex_state = 6}, + [4965] = {.lex_state = 14, .external_lex_state = 6}, [4966] = {.lex_state = 12, .external_lex_state = 5}, [4967] = {.lex_state = 12, .external_lex_state = 5}, [4968] = {.lex_state = 14, .external_lex_state = 7}, - [4969] = {.lex_state = 14, .external_lex_state = 7}, - [4970] = {.lex_state = 14, .external_lex_state = 6}, + [4969] = {.lex_state = 16, .external_lex_state = 7}, + [4970] = {.lex_state = 12, .external_lex_state = 5}, [4971] = {.lex_state = 14, .external_lex_state = 7}, - [4972] = {.lex_state = 14, .external_lex_state = 7}, - [4973] = {.lex_state = 12, .external_lex_state = 5}, - [4974] = {.lex_state = 14, .external_lex_state = 7}, + [4972] = {.lex_state = 12, .external_lex_state = 5}, + [4973] = {.lex_state = 14, .external_lex_state = 6}, + [4974] = {.lex_state = 12, .external_lex_state = 5}, [4975] = {.lex_state = 14, .external_lex_state = 7}, [4976] = {.lex_state = 14, .external_lex_state = 6}, - [4977] = {.lex_state = 12, .external_lex_state = 5}, - [4978] = {.lex_state = 16, .external_lex_state = 7}, - [4979] = {.lex_state = 14, .external_lex_state = 7}, + [4977] = {.lex_state = 14, .external_lex_state = 6}, + [4978] = {.lex_state = 12, .external_lex_state = 5}, + [4979] = {.lex_state = 12, .external_lex_state = 5}, [4980] = {.lex_state = 12, .external_lex_state = 5}, [4981] = {.lex_state = 14, .external_lex_state = 7}, [4982] = {.lex_state = 14, .external_lex_state = 7}, [4983] = {.lex_state = 14, .external_lex_state = 7}, [4984] = {.lex_state = 14, .external_lex_state = 7}, [4985] = {.lex_state = 14, .external_lex_state = 7}, - [4986] = {.lex_state = 12, .external_lex_state = 5}, - [4987] = {.lex_state = 14, .external_lex_state = 7}, + [4986] = {.lex_state = 14, .external_lex_state = 7}, + [4987] = {.lex_state = 14, .external_lex_state = 6}, [4988] = {.lex_state = 12, .external_lex_state = 5}, - [4989] = {.lex_state = 14, .external_lex_state = 7}, - [4990] = {.lex_state = 12, .external_lex_state = 5}, - [4991] = {.lex_state = 14, .external_lex_state = 7}, - [4992] = {.lex_state = 14, .external_lex_state = 6}, + [4989] = {.lex_state = 12, .external_lex_state = 5}, + [4990] = {.lex_state = 14, .external_lex_state = 7}, + [4991] = {.lex_state = 14, .external_lex_state = 6}, + [4992] = {.lex_state = 14, .external_lex_state = 7}, [4993] = {.lex_state = 14, .external_lex_state = 7}, - [4994] = {.lex_state = 14, .external_lex_state = 7}, + [4994] = {.lex_state = 12, .external_lex_state = 5}, [4995] = {.lex_state = 14, .external_lex_state = 7}, - [4996] = {.lex_state = 14, .external_lex_state = 6}, + [4996] = {.lex_state = 12, .external_lex_state = 5}, [4997] = {.lex_state = 12, .external_lex_state = 5}, [4998] = {.lex_state = 14, .external_lex_state = 7}, - [4999] = {.lex_state = 14, .external_lex_state = 7}, - [5000] = {.lex_state = 12, .external_lex_state = 5}, + [4999] = {.lex_state = 12, .external_lex_state = 5}, + [5000] = {.lex_state = 14, .external_lex_state = 7}, [5001] = {.lex_state = 14, .external_lex_state = 7}, - [5002] = {.lex_state = 12, .external_lex_state = 5}, + [5002] = {.lex_state = 14, .external_lex_state = 7}, [5003] = {.lex_state = 14, .external_lex_state = 7}, - [5004] = {.lex_state = 12, .external_lex_state = 5}, + [5004] = {.lex_state = 14, .external_lex_state = 7}, [5005] = {.lex_state = 14, .external_lex_state = 7}, [5006] = {.lex_state = 14, .external_lex_state = 7}, [5007] = {.lex_state = 14, .external_lex_state = 7}, [5008] = {.lex_state = 14, .external_lex_state = 7}, [5009] = {.lex_state = 14, .external_lex_state = 7}, - [5010] = {.lex_state = 14, .external_lex_state = 6}, + [5010] = {.lex_state = 14, .external_lex_state = 7}, [5011] = {.lex_state = 14, .external_lex_state = 7}, - [5012] = {.lex_state = 12, .external_lex_state = 5}, - [5013] = {.lex_state = 14, .external_lex_state = 7}, - [5014] = {.lex_state = 12, .external_lex_state = 5}, - [5015] = {.lex_state = 12, .external_lex_state = 5}, + [5012] = {.lex_state = 14, .external_lex_state = 7}, + [5013] = {.lex_state = 14, .external_lex_state = 6}, + [5014] = {.lex_state = 14, .external_lex_state = 7}, + [5015] = {.lex_state = 14, .external_lex_state = 7}, [5016] = {.lex_state = 14, .external_lex_state = 7}, - [5017] = {.lex_state = 12, .external_lex_state = 5}, - [5018] = {.lex_state = 12, .external_lex_state = 5}, - [5019] = {.lex_state = 12, .external_lex_state = 5}, - [5020] = {.lex_state = 14, .external_lex_state = 7}, - [5021] = {.lex_state = 12, .external_lex_state = 5}, - [5022] = {.lex_state = 12, .external_lex_state = 5}, + [5017] = {.lex_state = 14, .external_lex_state = 7}, + [5018] = {.lex_state = 14, .external_lex_state = 7}, + [5019] = {.lex_state = 14, .external_lex_state = 6}, + [5020] = {.lex_state = 12, .external_lex_state = 5}, + [5021] = {.lex_state = 14, .external_lex_state = 7}, + [5022] = {.lex_state = 14, .external_lex_state = 7}, [5023] = {.lex_state = 14, .external_lex_state = 6}, [5024] = {.lex_state = 14, .external_lex_state = 7}, - [5025] = {.lex_state = 14, .external_lex_state = 7}, - [5026] = {.lex_state = 12, .external_lex_state = 5}, + [5025] = {.lex_state = 14, .external_lex_state = 6}, + [5026] = {.lex_state = 14, .external_lex_state = 7}, [5027] = {.lex_state = 14, .external_lex_state = 6}, - [5028] = {.lex_state = 14, .external_lex_state = 6}, - [5029] = {.lex_state = 14, .external_lex_state = 7}, + [5028] = {.lex_state = 14, .external_lex_state = 7}, + [5029] = {.lex_state = 14, .external_lex_state = 6}, [5030] = {.lex_state = 14, .external_lex_state = 7}, - [5031] = {.lex_state = 14, .external_lex_state = 6}, - [5032] = {.lex_state = 12, .external_lex_state = 5}, + [5031] = {.lex_state = 14, .external_lex_state = 7}, + [5032] = {.lex_state = 14, .external_lex_state = 7}, [5033] = {.lex_state = 14, .external_lex_state = 6}, [5034] = {.lex_state = 14, .external_lex_state = 6}, - [5035] = {.lex_state = 14, .external_lex_state = 7}, - [5036] = {.lex_state = 14, .external_lex_state = 6}, - [5037] = {.lex_state = 14, .external_lex_state = 6}, + [5035] = {.lex_state = 14, .external_lex_state = 6}, + [5036] = {.lex_state = 12, .external_lex_state = 5}, + [5037] = {.lex_state = 12, .external_lex_state = 5}, [5038] = {.lex_state = 14, .external_lex_state = 7}, [5039] = {.lex_state = 14, .external_lex_state = 7}, [5040] = {.lex_state = 12, .external_lex_state = 5}, - [5041] = {.lex_state = 14, .external_lex_state = 7}, - [5042] = {.lex_state = 14, .external_lex_state = 7}, - [5043] = {.lex_state = 14, .external_lex_state = 7}, - [5044] = {.lex_state = 12, .external_lex_state = 5}, + [5041] = {.lex_state = 14, .external_lex_state = 6}, + [5042] = {.lex_state = 12, .external_lex_state = 5}, + [5043] = {.lex_state = 12, .external_lex_state = 5}, + [5044] = {.lex_state = 14, .external_lex_state = 7}, [5045] = {.lex_state = 14, .external_lex_state = 7}, - [5046] = {.lex_state = 14, .external_lex_state = 6}, - [5047] = {.lex_state = 14, .external_lex_state = 6}, + [5046] = {.lex_state = 12, .external_lex_state = 5}, + [5047] = {.lex_state = 14, .external_lex_state = 7}, [5048] = {.lex_state = 12, .external_lex_state = 5}, - [5049] = {.lex_state = 14, .external_lex_state = 7}, + [5049] = {.lex_state = 12, .external_lex_state = 5}, [5050] = {.lex_state = 14, .external_lex_state = 7}, [5051] = {.lex_state = 14, .external_lex_state = 7}, - [5052] = {.lex_state = 14, .external_lex_state = 7}, - [5053] = {.lex_state = 14, .external_lex_state = 6}, - [5054] = {.lex_state = 12, .external_lex_state = 5}, - [5055] = {.lex_state = 14, .external_lex_state = 7}, + [5052] = {.lex_state = 12, .external_lex_state = 5}, + [5053] = {.lex_state = 12, .external_lex_state = 5}, + [5054] = {.lex_state = 14, .external_lex_state = 6}, + [5055] = {.lex_state = 12, .external_lex_state = 5}, [5056] = {.lex_state = 14, .external_lex_state = 7}, - [5057] = {.lex_state = 14, .external_lex_state = 7}, - [5058] = {.lex_state = 12, .external_lex_state = 5}, - [5059] = {.lex_state = 14, .external_lex_state = 6}, - [5060] = {.lex_state = 12, .external_lex_state = 5}, - [5061] = {.lex_state = 12, .external_lex_state = 5}, + [5057] = {.lex_state = 12, .external_lex_state = 5}, + [5058] = {.lex_state = 14, .external_lex_state = 7}, + [5059] = {.lex_state = 12, .external_lex_state = 5}, + [5060] = {.lex_state = 14, .external_lex_state = 7}, + [5061] = {.lex_state = 14, .external_lex_state = 6}, [5062] = {.lex_state = 14, .external_lex_state = 7}, - [5063] = {.lex_state = 14, .external_lex_state = 7}, - [5064] = {.lex_state = 14, .external_lex_state = 6}, - [5065] = {.lex_state = 12, .external_lex_state = 5}, + [5063] = {.lex_state = 12, .external_lex_state = 5}, + [5064] = {.lex_state = 14, .external_lex_state = 7}, + [5065] = {.lex_state = 14, .external_lex_state = 7}, [5066] = {.lex_state = 14, .external_lex_state = 7}, - [5067] = {.lex_state = 14, .external_lex_state = 6}, + [5067] = {.lex_state = 14, .external_lex_state = 7}, [5068] = {.lex_state = 14, .external_lex_state = 7}, [5069] = {.lex_state = 14, .external_lex_state = 7}, - [5070] = {.lex_state = 14, .external_lex_state = 6}, + [5070] = {.lex_state = 12, .external_lex_state = 5}, [5071] = {.lex_state = 14, .external_lex_state = 7}, - [5072] = {.lex_state = 14, .external_lex_state = 7}, + [5072] = {.lex_state = 12, .external_lex_state = 5}, [5073] = {.lex_state = 14, .external_lex_state = 7}, [5074] = {.lex_state = 14, .external_lex_state = 7}, [5075] = {.lex_state = 14, .external_lex_state = 7}, @@ -28558,46 +28556,46 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5077] = {.lex_state = 14, .external_lex_state = 7}, [5078] = {.lex_state = 14, .external_lex_state = 7}, [5079] = {.lex_state = 14, .external_lex_state = 7}, - [5080] = {.lex_state = 14, .external_lex_state = 6}, + [5080] = {.lex_state = 14, .external_lex_state = 7}, [5081] = {.lex_state = 14, .external_lex_state = 7}, [5082] = {.lex_state = 14, .external_lex_state = 7}, [5083] = {.lex_state = 12, .external_lex_state = 5}, - [5084] = {.lex_state = 14, .external_lex_state = 7}, - [5085] = {.lex_state = 12, .external_lex_state = 5}, - [5086] = {.lex_state = 12, .external_lex_state = 5}, - [5087] = {.lex_state = 12, .external_lex_state = 5}, + [5084] = {.lex_state = 12, .external_lex_state = 5}, + [5085] = {.lex_state = 14, .external_lex_state = 7}, + [5086] = {.lex_state = 14, .external_lex_state = 7}, + [5087] = {.lex_state = 14, .external_lex_state = 7}, [5088] = {.lex_state = 14, .external_lex_state = 7}, - [5089] = {.lex_state = 14, .external_lex_state = 6}, - [5090] = {.lex_state = 14, .external_lex_state = 7}, + [5089] = {.lex_state = 14, .external_lex_state = 7}, + [5090] = {.lex_state = 14, .external_lex_state = 6}, [5091] = {.lex_state = 14, .external_lex_state = 7}, - [5092] = {.lex_state = 12, .external_lex_state = 5}, + [5092] = {.lex_state = 14, .external_lex_state = 7}, [5093] = {.lex_state = 14, .external_lex_state = 7}, [5094] = {.lex_state = 14, .external_lex_state = 7}, - [5095] = {.lex_state = 14, .external_lex_state = 7}, - [5096] = {.lex_state = 14, .external_lex_state = 7}, - [5097] = {.lex_state = 14, .external_lex_state = 7}, - [5098] = {.lex_state = 14, .external_lex_state = 6}, - [5099] = {.lex_state = 14, .external_lex_state = 7}, - [5100] = {.lex_state = 14, .external_lex_state = 7}, + [5095] = {.lex_state = 12, .external_lex_state = 5}, + [5096] = {.lex_state = 14, .external_lex_state = 6}, + [5097] = {.lex_state = 12, .external_lex_state = 5}, + [5098] = {.lex_state = 14, .external_lex_state = 7}, + [5099] = {.lex_state = 12, .external_lex_state = 5}, + [5100] = {.lex_state = 12, .external_lex_state = 5}, [5101] = {.lex_state = 14, .external_lex_state = 7}, [5102] = {.lex_state = 14, .external_lex_state = 7}, [5103] = {.lex_state = 14, .external_lex_state = 7}, - [5104] = {.lex_state = 14, .external_lex_state = 7}, + [5104] = {.lex_state = 12, .external_lex_state = 5}, [5105] = {.lex_state = 14, .external_lex_state = 7}, [5106] = {.lex_state = 14, .external_lex_state = 7}, [5107] = {.lex_state = 14, .external_lex_state = 7}, [5108] = {.lex_state = 14, .external_lex_state = 7}, [5109] = {.lex_state = 14, .external_lex_state = 7}, [5110] = {.lex_state = 14, .external_lex_state = 7}, - [5111] = {.lex_state = 12, .external_lex_state = 5}, + [5111] = {.lex_state = 14, .external_lex_state = 6}, [5112] = {.lex_state = 14, .external_lex_state = 7}, [5113] = {.lex_state = 14, .external_lex_state = 7}, - [5114] = {.lex_state = 14, .external_lex_state = 7}, - [5115] = {.lex_state = 14, .external_lex_state = 7}, + [5114] = {.lex_state = 12, .external_lex_state = 5}, + [5115] = {.lex_state = 14, .external_lex_state = 6}, [5116] = {.lex_state = 14, .external_lex_state = 7}, - [5117] = {.lex_state = 14, .external_lex_state = 6}, + [5117] = {.lex_state = 14, .external_lex_state = 7}, [5118] = {.lex_state = 14, .external_lex_state = 7}, - [5119] = {.lex_state = 12, .external_lex_state = 5}, + [5119] = {.lex_state = 14, .external_lex_state = 7}, [5120] = {.lex_state = 14, .external_lex_state = 7}, [5121] = {.lex_state = 14, .external_lex_state = 7}, [5122] = {.lex_state = 14, .external_lex_state = 7}, @@ -28611,39 +28609,39 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5130] = {.lex_state = 14, .external_lex_state = 7}, [5131] = {.lex_state = 14, .external_lex_state = 7}, [5132] = {.lex_state = 14, .external_lex_state = 7}, - [5133] = {.lex_state = 12, .external_lex_state = 5}, + [5133] = {.lex_state = 14, .external_lex_state = 7}, [5134] = {.lex_state = 14, .external_lex_state = 7}, [5135] = {.lex_state = 14, .external_lex_state = 7}, [5136] = {.lex_state = 14, .external_lex_state = 7}, - [5137] = {.lex_state = 12, .external_lex_state = 5}, + [5137] = {.lex_state = 14, .external_lex_state = 7}, [5138] = {.lex_state = 14, .external_lex_state = 7}, - [5139] = {.lex_state = 14, .external_lex_state = 7}, + [5139] = {.lex_state = 14, .external_lex_state = 6}, [5140] = {.lex_state = 14, .external_lex_state = 7}, [5141] = {.lex_state = 14, .external_lex_state = 7}, [5142] = {.lex_state = 14, .external_lex_state = 7}, [5143] = {.lex_state = 14, .external_lex_state = 7}, [5144] = {.lex_state = 14, .external_lex_state = 7}, [5145] = {.lex_state = 14, .external_lex_state = 7}, - [5146] = {.lex_state = 14, .external_lex_state = 7}, + [5146] = {.lex_state = 14, .external_lex_state = 6}, [5147] = {.lex_state = 14, .external_lex_state = 7}, - [5148] = {.lex_state = 12, .external_lex_state = 5}, - [5149] = {.lex_state = 14, .external_lex_state = 7}, + [5148] = {.lex_state = 14, .external_lex_state = 7}, + [5149] = {.lex_state = 14, .external_lex_state = 6}, [5150] = {.lex_state = 14, .external_lex_state = 7}, - [5151] = {.lex_state = 12, .external_lex_state = 5}, - [5152] = {.lex_state = 14, .external_lex_state = 7}, + [5151] = {.lex_state = 14, .external_lex_state = 7}, + [5152] = {.lex_state = 14, .external_lex_state = 6}, [5153] = {.lex_state = 14, .external_lex_state = 7}, [5154] = {.lex_state = 14, .external_lex_state = 7}, [5155] = {.lex_state = 14, .external_lex_state = 7}, - [5156] = {.lex_state = 14, .external_lex_state = 7}, + [5156] = {.lex_state = 14, .external_lex_state = 6}, [5157] = {.lex_state = 14, .external_lex_state = 7}, [5158] = {.lex_state = 14, .external_lex_state = 7}, - [5159] = {.lex_state = 14, .external_lex_state = 7}, + [5159] = {.lex_state = 14, .external_lex_state = 6}, [5160] = {.lex_state = 14, .external_lex_state = 7}, - [5161] = {.lex_state = 14, .external_lex_state = 7}, + [5161] = {.lex_state = 12, .external_lex_state = 5}, [5162] = {.lex_state = 14, .external_lex_state = 7}, - [5163] = {.lex_state = 14, .external_lex_state = 7}, - [5164] = {.lex_state = 14, .external_lex_state = 7}, - [5165] = {.lex_state = 14, .external_lex_state = 7}, + [5163] = {.lex_state = 12, .external_lex_state = 5}, + [5164] = {.lex_state = 14, .external_lex_state = 6}, + [5165] = {.lex_state = 14, .external_lex_state = 6}, [5166] = {.lex_state = 14, .external_lex_state = 7}, [5167] = {.lex_state = 14, .external_lex_state = 7}, [5168] = {.lex_state = 14, .external_lex_state = 7}, @@ -28651,7 +28649,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5170] = {.lex_state = 14, .external_lex_state = 7}, [5171] = {.lex_state = 14, .external_lex_state = 7}, [5172] = {.lex_state = 14, .external_lex_state = 7}, - [5173] = {.lex_state = 14, .external_lex_state = 6}, + [5173] = {.lex_state = 14, .external_lex_state = 7}, [5174] = {.lex_state = 14, .external_lex_state = 7}, [5175] = {.lex_state = 14, .external_lex_state = 7}, [5176] = {.lex_state = 14, .external_lex_state = 7}, @@ -28663,591 +28661,591 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5182] = {.lex_state = 14, .external_lex_state = 7}, [5183] = {.lex_state = 14, .external_lex_state = 7}, [5184] = {.lex_state = 14, .external_lex_state = 7}, - [5185] = {.lex_state = 12, .external_lex_state = 5}, + [5185] = {.lex_state = 14, .external_lex_state = 7}, [5186] = {.lex_state = 14, .external_lex_state = 7}, - [5187] = {.lex_state = 14, .external_lex_state = 7}, - [5188] = {.lex_state = 14, .external_lex_state = 6}, + [5187] = {.lex_state = 14, .external_lex_state = 6}, + [5188] = {.lex_state = 14, .external_lex_state = 7}, [5189] = {.lex_state = 14, .external_lex_state = 7}, - [5190] = {.lex_state = 14, .external_lex_state = 6}, + [5190] = {.lex_state = 14, .external_lex_state = 7}, [5191] = {.lex_state = 14, .external_lex_state = 7}, [5192] = {.lex_state = 14, .external_lex_state = 7}, - [5193] = {.lex_state = 14, .external_lex_state = 7}, + [5193] = {.lex_state = 14, .external_lex_state = 6}, [5194] = {.lex_state = 14, .external_lex_state = 7}, - [5195] = {.lex_state = 12, .external_lex_state = 5}, + [5195] = {.lex_state = 14, .external_lex_state = 7}, [5196] = {.lex_state = 14, .external_lex_state = 7}, - [5197] = {.lex_state = 14, .external_lex_state = 7}, + [5197] = {.lex_state = 12, .external_lex_state = 5}, [5198] = {.lex_state = 14, .external_lex_state = 7}, [5199] = {.lex_state = 14, .external_lex_state = 7}, - [5200] = {.lex_state = 12, .external_lex_state = 5}, + [5200] = {.lex_state = 14, .external_lex_state = 7}, [5201] = {.lex_state = 14, .external_lex_state = 7}, [5202] = {.lex_state = 14, .external_lex_state = 7}, [5203] = {.lex_state = 14, .external_lex_state = 7}, [5204] = {.lex_state = 14, .external_lex_state = 7}, - [5205] = {.lex_state = 14, .external_lex_state = 7}, - [5206] = {.lex_state = 14, .external_lex_state = 6}, - [5207] = {.lex_state = 14, .external_lex_state = 6}, - [5208] = {.lex_state = 14, .external_lex_state = 7}, + [5205] = {.lex_state = 14, .external_lex_state = 6}, + [5206] = {.lex_state = 14, .external_lex_state = 7}, + [5207] = {.lex_state = 14, .external_lex_state = 7}, + [5208] = {.lex_state = 12, .external_lex_state = 5}, [5209] = {.lex_state = 14, .external_lex_state = 7}, [5210] = {.lex_state = 14, .external_lex_state = 7}, [5211] = {.lex_state = 14, .external_lex_state = 7}, - [5212] = {.lex_state = 14, .external_lex_state = 6}, + [5212] = {.lex_state = 14, .external_lex_state = 7}, [5213] = {.lex_state = 14, .external_lex_state = 7}, [5214] = {.lex_state = 14, .external_lex_state = 7}, [5215] = {.lex_state = 14, .external_lex_state = 7}, [5216] = {.lex_state = 14, .external_lex_state = 7}, [5217] = {.lex_state = 14, .external_lex_state = 7}, [5218] = {.lex_state = 14, .external_lex_state = 7}, - [5219] = {.lex_state = 14, .external_lex_state = 7}, - [5220] = {.lex_state = 14, .external_lex_state = 7}, + [5219] = {.lex_state = 14, .external_lex_state = 6}, + [5220] = {.lex_state = 12, .external_lex_state = 5}, [5221] = {.lex_state = 14, .external_lex_state = 7}, [5222] = {.lex_state = 14, .external_lex_state = 7}, - [5223] = {.lex_state = 14, .external_lex_state = 6}, + [5223] = {.lex_state = 14, .external_lex_state = 7}, [5224] = {.lex_state = 14, .external_lex_state = 7}, [5225] = {.lex_state = 14, .external_lex_state = 7}, - [5226] = {.lex_state = 14, .external_lex_state = 7}, + [5226] = {.lex_state = 12, .external_lex_state = 5}, [5227] = {.lex_state = 14, .external_lex_state = 7}, [5228] = {.lex_state = 14, .external_lex_state = 7}, - [5229] = {.lex_state = 14, .external_lex_state = 6}, + [5229] = {.lex_state = 14, .external_lex_state = 7}, [5230] = {.lex_state = 14, .external_lex_state = 7}, [5231] = {.lex_state = 14, .external_lex_state = 7}, - [5232] = {.lex_state = 12, .external_lex_state = 5}, - [5233] = {.lex_state = 14, .external_lex_state = 6}, - [5234] = {.lex_state = 14, .external_lex_state = 6}, + [5232] = {.lex_state = 14, .external_lex_state = 7}, + [5233] = {.lex_state = 14, .external_lex_state = 7}, + [5234] = {.lex_state = 14, .external_lex_state = 7}, [5235] = {.lex_state = 12, .external_lex_state = 5}, [5236] = {.lex_state = 14, .external_lex_state = 7}, - [5237] = {.lex_state = 14, .external_lex_state = 6}, + [5237] = {.lex_state = 14, .external_lex_state = 7}, [5238] = {.lex_state = 14, .external_lex_state = 7}, - [5239] = {.lex_state = 14, .external_lex_state = 6}, + [5239] = {.lex_state = 14, .external_lex_state = 7}, [5240] = {.lex_state = 14, .external_lex_state = 7}, [5241] = {.lex_state = 14, .external_lex_state = 7}, - [5242] = {.lex_state = 12, .external_lex_state = 5}, + [5242] = {.lex_state = 14, .external_lex_state = 7}, [5243] = {.lex_state = 14, .external_lex_state = 7}, [5244] = {.lex_state = 14, .external_lex_state = 7}, [5245] = {.lex_state = 14, .external_lex_state = 7}, [5246] = {.lex_state = 14, .external_lex_state = 7}, [5247] = {.lex_state = 14, .external_lex_state = 7}, [5248] = {.lex_state = 14, .external_lex_state = 7}, - [5249] = {.lex_state = 14, .external_lex_state = 7}, - [5250] = {.lex_state = 14, .external_lex_state = 6}, + [5249] = {.lex_state = 12, .external_lex_state = 5}, + [5250] = {.lex_state = 14, .external_lex_state = 7}, [5251] = {.lex_state = 14, .external_lex_state = 7}, [5252] = {.lex_state = 14, .external_lex_state = 7}, - [5253] = {.lex_state = 14, .external_lex_state = 7}, + [5253] = {.lex_state = 14, .external_lex_state = 6}, [5254] = {.lex_state = 14, .external_lex_state = 7}, [5255] = {.lex_state = 12, .external_lex_state = 5}, [5256] = {.lex_state = 14, .external_lex_state = 7}, - [5257] = {.lex_state = 14, .external_lex_state = 7}, - [5258] = {.lex_state = 12, .external_lex_state = 5}, + [5257] = {.lex_state = 14, .external_lex_state = 6}, + [5258] = {.lex_state = 14, .external_lex_state = 7}, [5259] = {.lex_state = 14, .external_lex_state = 7}, - [5260] = {.lex_state = 14, .external_lex_state = 7}, - [5261] = {.lex_state = 14, .external_lex_state = 7}, - [5262] = {.lex_state = 14, .external_lex_state = 7}, + [5260] = {.lex_state = 14, .external_lex_state = 6}, + [5261] = {.lex_state = 12, .external_lex_state = 5}, + [5262] = {.lex_state = 12, .external_lex_state = 5}, [5263] = {.lex_state = 14, .external_lex_state = 6}, [5264] = {.lex_state = 14, .external_lex_state = 7}, - [5265] = {.lex_state = 14, .external_lex_state = 7}, - [5266] = {.lex_state = 12, .external_lex_state = 5}, - [5267] = {.lex_state = 14, .external_lex_state = 6}, - [5268] = {.lex_state = 12, .external_lex_state = 5}, + [5265] = {.lex_state = 12, .external_lex_state = 5}, + [5266] = {.lex_state = 14, .external_lex_state = 7}, + [5267] = {.lex_state = 12, .external_lex_state = 5}, + [5268] = {.lex_state = 14, .external_lex_state = 6}, [5269] = {.lex_state = 12, .external_lex_state = 5}, [5270] = {.lex_state = 12, .external_lex_state = 5}, [5271] = {.lex_state = 12, .external_lex_state = 5}, - [5272] = {.lex_state = 12, .external_lex_state = 5}, - [5273] = {.lex_state = 14, .external_lex_state = 6}, + [5272] = {.lex_state = 14, .external_lex_state = 6}, + [5273] = {.lex_state = 12, .external_lex_state = 5}, [5274] = {.lex_state = 14, .external_lex_state = 6}, - [5275] = {.lex_state = 12, .external_lex_state = 5}, - [5276] = {.lex_state = 14, .external_lex_state = 6}, + [5275] = {.lex_state = 14, .external_lex_state = 6}, + [5276] = {.lex_state = 12, .external_lex_state = 5}, [5277] = {.lex_state = 14, .external_lex_state = 6}, [5278] = {.lex_state = 14, .external_lex_state = 6}, - [5279] = {.lex_state = 14, .external_lex_state = 6}, + [5279] = {.lex_state = 12, .external_lex_state = 5}, [5280] = {.lex_state = 14, .external_lex_state = 6}, [5281] = {.lex_state = 14, .external_lex_state = 6}, - [5282] = {.lex_state = 14, .external_lex_state = 6}, - [5283] = {.lex_state = 14, .external_lex_state = 6}, + [5282] = {.lex_state = 12, .external_lex_state = 5}, + [5283] = {.lex_state = 12, .external_lex_state = 5}, [5284] = {.lex_state = 14, .external_lex_state = 6}, [5285] = {.lex_state = 14, .external_lex_state = 6}, - [5286] = {.lex_state = 14, .external_lex_state = 6}, + [5286] = {.lex_state = 12, .external_lex_state = 5}, [5287] = {.lex_state = 12, .external_lex_state = 5}, - [5288] = {.lex_state = 12, .external_lex_state = 5}, + [5288] = {.lex_state = 14, .external_lex_state = 6}, [5289] = {.lex_state = 12, .external_lex_state = 5}, - [5290] = {.lex_state = 14, .external_lex_state = 6}, - [5291] = {.lex_state = 12, .external_lex_state = 5}, - [5292] = {.lex_state = 14, .external_lex_state = 6}, - [5293] = {.lex_state = 12, .external_lex_state = 5}, - [5294] = {.lex_state = 12, .external_lex_state = 5}, - [5295] = {.lex_state = 12, .external_lex_state = 5}, + [5290] = {.lex_state = 12, .external_lex_state = 5}, + [5291] = {.lex_state = 14, .external_lex_state = 7}, + [5292] = {.lex_state = 14, .external_lex_state = 7}, + [5293] = {.lex_state = 14, .external_lex_state = 7}, + [5294] = {.lex_state = 14, .external_lex_state = 6}, + [5295] = {.lex_state = 14, .external_lex_state = 7}, [5296] = {.lex_state = 12, .external_lex_state = 5}, [5297] = {.lex_state = 12, .external_lex_state = 5}, - [5298] = {.lex_state = 12, .external_lex_state = 5}, - [5299] = {.lex_state = 12, .external_lex_state = 5}, + [5298] = {.lex_state = 14, .external_lex_state = 6}, + [5299] = {.lex_state = 14, .external_lex_state = 6}, [5300] = {.lex_state = 12, .external_lex_state = 5}, [5301] = {.lex_state = 12, .external_lex_state = 5}, - [5302] = {.lex_state = 14, .external_lex_state = 7}, + [5302] = {.lex_state = 12, .external_lex_state = 5}, [5303] = {.lex_state = 14, .external_lex_state = 7}, [5304] = {.lex_state = 14, .external_lex_state = 6}, - [5305] = {.lex_state = 14, .external_lex_state = 7}, - [5306] = {.lex_state = 14, .external_lex_state = 7}, + [5305] = {.lex_state = 12, .external_lex_state = 5}, + [5306] = {.lex_state = 12, .external_lex_state = 5}, [5307] = {.lex_state = 14, .external_lex_state = 7}, - [5308] = {.lex_state = 14, .external_lex_state = 7}, + [5308] = {.lex_state = 14, .external_lex_state = 6}, [5309] = {.lex_state = 12, .external_lex_state = 5}, - [5310] = {.lex_state = 14, .external_lex_state = 7}, + [5310] = {.lex_state = 12, .external_lex_state = 5}, [5311] = {.lex_state = 14, .external_lex_state = 6}, - [5312] = {.lex_state = 12, .external_lex_state = 5}, + [5312] = {.lex_state = 14, .external_lex_state = 7}, [5313] = {.lex_state = 14, .external_lex_state = 7}, - [5314] = {.lex_state = 12, .external_lex_state = 5}, - [5315] = {.lex_state = 12, .external_lex_state = 5}, + [5314] = {.lex_state = 14, .external_lex_state = 6}, + [5315] = {.lex_state = 14, .external_lex_state = 7}, [5316] = {.lex_state = 12, .external_lex_state = 5}, - [5317] = {.lex_state = 12, .external_lex_state = 5}, + [5317] = {.lex_state = 14, .external_lex_state = 7}, [5318] = {.lex_state = 12, .external_lex_state = 5}, - [5319] = {.lex_state = 14, .external_lex_state = 6}, - [5320] = {.lex_state = 14, .external_lex_state = 6}, - [5321] = {.lex_state = 14, .external_lex_state = 6}, - [5322] = {.lex_state = 14, .external_lex_state = 6}, + [5319] = {.lex_state = 12, .external_lex_state = 5}, + [5320] = {.lex_state = 14, .external_lex_state = 7}, + [5321] = {.lex_state = 14, .external_lex_state = 7}, + [5322] = {.lex_state = 9, .external_lex_state = 2}, [5323] = {.lex_state = 12, .external_lex_state = 5}, - [5324] = {.lex_state = 14, .external_lex_state = 6}, - [5325] = {.lex_state = 14, .external_lex_state = 6}, - [5326] = {.lex_state = 14, .external_lex_state = 7}, - [5327] = {.lex_state = 14, .external_lex_state = 7}, - [5328] = {.lex_state = 24, .external_lex_state = 9}, - [5329] = {.lex_state = 14, .external_lex_state = 7}, + [5324] = {.lex_state = 12, .external_lex_state = 5}, + [5325] = {.lex_state = 12, .external_lex_state = 5}, + [5326] = {.lex_state = 12, .external_lex_state = 5}, + [5327] = {.lex_state = 12, .external_lex_state = 5}, + [5328] = {.lex_state = 12, .external_lex_state = 5}, + [5329] = {.lex_state = 12, .external_lex_state = 5}, [5330] = {.lex_state = 12, .external_lex_state = 5}, - [5331] = {.lex_state = 24, .external_lex_state = 9}, + [5331] = {.lex_state = 12, .external_lex_state = 5}, [5332] = {.lex_state = 12, .external_lex_state = 5}, [5333] = {.lex_state = 12, .external_lex_state = 5}, - [5334] = {.lex_state = 14, .external_lex_state = 7}, + [5334] = {.lex_state = 12, .external_lex_state = 5}, [5335] = {.lex_state = 12, .external_lex_state = 5}, [5336] = {.lex_state = 12, .external_lex_state = 5}, [5337] = {.lex_state = 12, .external_lex_state = 5}, [5338] = {.lex_state = 14, .external_lex_state = 7}, - [5339] = {.lex_state = 14, .external_lex_state = 7}, - [5340] = {.lex_state = 9, .external_lex_state = 2}, + [5339] = {.lex_state = 14, .external_lex_state = 6}, + [5340] = {.lex_state = 12, .external_lex_state = 5}, [5341] = {.lex_state = 12, .external_lex_state = 5}, [5342] = {.lex_state = 12, .external_lex_state = 5}, [5343] = {.lex_state = 14, .external_lex_state = 7}, [5344] = {.lex_state = 12, .external_lex_state = 5}, - [5345] = {.lex_state = 9, .external_lex_state = 2}, + [5345] = {.lex_state = 12, .external_lex_state = 5}, [5346] = {.lex_state = 12, .external_lex_state = 5}, [5347] = {.lex_state = 12, .external_lex_state = 5}, - [5348] = {.lex_state = 14, .external_lex_state = 7}, + [5348] = {.lex_state = 12, .external_lex_state = 5}, [5349] = {.lex_state = 12, .external_lex_state = 5}, - [5350] = {.lex_state = 14, .external_lex_state = 6}, + [5350] = {.lex_state = 12, .external_lex_state = 5}, [5351] = {.lex_state = 12, .external_lex_state = 5}, - [5352] = {.lex_state = 14, .external_lex_state = 7}, - [5353] = {.lex_state = 12, .external_lex_state = 5}, + [5352] = {.lex_state = 12, .external_lex_state = 5}, + [5353] = {.lex_state = 24, .external_lex_state = 9}, [5354] = {.lex_state = 12, .external_lex_state = 5}, [5355] = {.lex_state = 12, .external_lex_state = 5}, [5356] = {.lex_state = 12, .external_lex_state = 5}, - [5357] = {.lex_state = 12, .external_lex_state = 5}, - [5358] = {.lex_state = 12, .external_lex_state = 5}, + [5357] = {.lex_state = 9, .external_lex_state = 2}, + [5358] = {.lex_state = 14, .external_lex_state = 6}, [5359] = {.lex_state = 12, .external_lex_state = 5}, [5360] = {.lex_state = 12, .external_lex_state = 5}, [5361] = {.lex_state = 12, .external_lex_state = 5}, - [5362] = {.lex_state = 24, .external_lex_state = 9}, + [5362] = {.lex_state = 9, .external_lex_state = 2}, [5363] = {.lex_state = 12, .external_lex_state = 5}, - [5364] = {.lex_state = 12, .external_lex_state = 5}, + [5364] = {.lex_state = 24, .external_lex_state = 9}, [5365] = {.lex_state = 12, .external_lex_state = 5}, [5366] = {.lex_state = 12, .external_lex_state = 5}, - [5367] = {.lex_state = 9, .external_lex_state = 2}, - [5368] = {.lex_state = 12, .external_lex_state = 5}, - [5369] = {.lex_state = 12, .external_lex_state = 5}, + [5367] = {.lex_state = 12, .external_lex_state = 5}, + [5368] = {.lex_state = 14, .external_lex_state = 7}, + [5369] = {.lex_state = 14, .external_lex_state = 7}, [5370] = {.lex_state = 12, .external_lex_state = 5}, - [5371] = {.lex_state = 14, .external_lex_state = 7}, - [5372] = {.lex_state = 14, .external_lex_state = 7}, + [5371] = {.lex_state = 14, .external_lex_state = 6}, + [5372] = {.lex_state = 12, .external_lex_state = 5}, [5373] = {.lex_state = 12, .external_lex_state = 5}, - [5374] = {.lex_state = 14, .external_lex_state = 6}, + [5374] = {.lex_state = 12, .external_lex_state = 5}, [5375] = {.lex_state = 12, .external_lex_state = 5}, - [5376] = {.lex_state = 24, .external_lex_state = 9}, - [5377] = {.lex_state = 12, .external_lex_state = 5}, - [5378] = {.lex_state = 12, .external_lex_state = 5}, + [5376] = {.lex_state = 14, .external_lex_state = 7}, + [5377] = {.lex_state = 14, .external_lex_state = 7}, + [5378] = {.lex_state = 14, .external_lex_state = 7}, [5379] = {.lex_state = 14, .external_lex_state = 7}, [5380] = {.lex_state = 14, .external_lex_state = 7}, [5381] = {.lex_state = 12, .external_lex_state = 5}, [5382] = {.lex_state = 12, .external_lex_state = 5}, - [5383] = {.lex_state = 14, .external_lex_state = 7}, + [5383] = {.lex_state = 12, .external_lex_state = 5}, [5384] = {.lex_state = 12, .external_lex_state = 5}, [5385] = {.lex_state = 12, .external_lex_state = 5}, - [5386] = {.lex_state = 12, .external_lex_state = 5}, - [5387] = {.lex_state = 14, .external_lex_state = 7}, + [5386] = {.lex_state = 24, .external_lex_state = 9}, + [5387] = {.lex_state = 14, .external_lex_state = 6}, [5388] = {.lex_state = 12, .external_lex_state = 5}, - [5389] = {.lex_state = 14, .external_lex_state = 7}, + [5389] = {.lex_state = 12, .external_lex_state = 5}, [5390] = {.lex_state = 12, .external_lex_state = 5}, [5391] = {.lex_state = 12, .external_lex_state = 5}, - [5392] = {.lex_state = 14, .external_lex_state = 7}, + [5392] = {.lex_state = 12, .external_lex_state = 5}, [5393] = {.lex_state = 12, .external_lex_state = 5}, [5394] = {.lex_state = 12, .external_lex_state = 5}, - [5395] = {.lex_state = 14, .external_lex_state = 7}, - [5396] = {.lex_state = 14, .external_lex_state = 7}, - [5397] = {.lex_state = 12, .external_lex_state = 5}, + [5395] = {.lex_state = 14, .external_lex_state = 6}, + [5396] = {.lex_state = 12, .external_lex_state = 5}, + [5397] = {.lex_state = 14, .external_lex_state = 7}, [5398] = {.lex_state = 12, .external_lex_state = 5}, - [5399] = {.lex_state = 12, .external_lex_state = 5}, - [5400] = {.lex_state = 12, .external_lex_state = 5}, + [5399] = {.lex_state = 14, .external_lex_state = 7}, + [5400] = {.lex_state = 14, .external_lex_state = 7}, [5401] = {.lex_state = 14, .external_lex_state = 7}, - [5402] = {.lex_state = 14, .external_lex_state = 7}, + [5402] = {.lex_state = 12, .external_lex_state = 5}, [5403] = {.lex_state = 12, .external_lex_state = 5}, - [5404] = {.lex_state = 12, .external_lex_state = 5}, + [5404] = {.lex_state = 14, .external_lex_state = 7}, [5405] = {.lex_state = 12, .external_lex_state = 5}, [5406] = {.lex_state = 12, .external_lex_state = 5}, [5407] = {.lex_state = 12, .external_lex_state = 5}, - [5408] = {.lex_state = 14, .external_lex_state = 7}, - [5409] = {.lex_state = 14, .external_lex_state = 7}, - [5410] = {.lex_state = 12, .external_lex_state = 5}, - [5411] = {.lex_state = 12, .external_lex_state = 5}, + [5408] = {.lex_state = 12, .external_lex_state = 5}, + [5409] = {.lex_state = 12, .external_lex_state = 5}, + [5410] = {.lex_state = 14, .external_lex_state = 6}, + [5411] = {.lex_state = 14, .external_lex_state = 7}, [5412] = {.lex_state = 12, .external_lex_state = 5}, [5413] = {.lex_state = 12, .external_lex_state = 5}, - [5414] = {.lex_state = 12, .external_lex_state = 5}, + [5414] = {.lex_state = 24, .external_lex_state = 9}, [5415] = {.lex_state = 12, .external_lex_state = 5}, [5416] = {.lex_state = 12, .external_lex_state = 5}, - [5417] = {.lex_state = 12, .external_lex_state = 5}, + [5417] = {.lex_state = 14, .external_lex_state = 7}, [5418] = {.lex_state = 12, .external_lex_state = 5}, - [5419] = {.lex_state = 12, .external_lex_state = 5}, - [5420] = {.lex_state = 12, .external_lex_state = 5}, - [5421] = {.lex_state = 12, .external_lex_state = 5}, - [5422] = {.lex_state = 12, .external_lex_state = 5}, - [5423] = {.lex_state = 12, .external_lex_state = 5}, - [5424] = {.lex_state = 12, .external_lex_state = 5}, - [5425] = {.lex_state = 12, .external_lex_state = 5}, - [5426] = {.lex_state = 14, .external_lex_state = 7}, - [5427] = {.lex_state = 14, .external_lex_state = 7}, - [5428] = {.lex_state = 14, .external_lex_state = 7}, + [5419] = {.lex_state = 14, .external_lex_state = 7}, + [5420] = {.lex_state = 12, .external_lex_state = 2}, + [5421] = {.lex_state = 14, .external_lex_state = 7}, + [5422] = {.lex_state = 21, .external_lex_state = 9}, + [5423] = {.lex_state = 24, .external_lex_state = 8}, + [5424] = {.lex_state = 21, .external_lex_state = 9}, + [5425] = {.lex_state = 9, .external_lex_state = 2}, + [5426] = {.lex_state = 24, .external_lex_state = 8}, + [5427] = {.lex_state = 14, .external_lex_state = 6}, + [5428] = {.lex_state = 14, .external_lex_state = 6}, [5429] = {.lex_state = 14, .external_lex_state = 7}, [5430] = {.lex_state = 14, .external_lex_state = 7}, - [5431] = {.lex_state = 21, .external_lex_state = 9}, - [5432] = {.lex_state = 14, .external_lex_state = 6}, + [5431] = {.lex_state = 24, .external_lex_state = 8}, + [5432] = {.lex_state = 14, .external_lex_state = 7}, [5433] = {.lex_state = 14, .external_lex_state = 7}, - [5434] = {.lex_state = 14, .external_lex_state = 6}, - [5435] = {.lex_state = 9, .external_lex_state = 2}, - [5436] = {.lex_state = 21, .external_lex_state = 9}, - [5437] = {.lex_state = 14, .external_lex_state = 6}, - [5438] = {.lex_state = 14, .external_lex_state = 6}, - [5439] = {.lex_state = 21, .external_lex_state = 9}, + [5434] = {.lex_state = 14, .external_lex_state = 7}, + [5435] = {.lex_state = 14, .external_lex_state = 7}, + [5436] = {.lex_state = 14, .external_lex_state = 7}, + [5437] = {.lex_state = 14, .external_lex_state = 7}, + [5438] = {.lex_state = 14, .external_lex_state = 7}, + [5439] = {.lex_state = 14, .external_lex_state = 6}, [5440] = {.lex_state = 9, .external_lex_state = 2}, - [5441] = {.lex_state = 14, .external_lex_state = 6}, - [5442] = {.lex_state = 9, .external_lex_state = 2}, - [5443] = {.lex_state = 9, .external_lex_state = 2}, + [5441] = {.lex_state = 14, .external_lex_state = 7}, + [5442] = {.lex_state = 14, .external_lex_state = 6}, + [5443] = {.lex_state = 14, .external_lex_state = 6}, [5444] = {.lex_state = 14, .external_lex_state = 6}, [5445] = {.lex_state = 14, .external_lex_state = 7}, [5446] = {.lex_state = 14, .external_lex_state = 7}, [5447] = {.lex_state = 14, .external_lex_state = 7}, - [5448] = {.lex_state = 14, .external_lex_state = 6}, - [5449] = {.lex_state = 14, .external_lex_state = 6}, - [5450] = {.lex_state = 14, .external_lex_state = 6}, + [5448] = {.lex_state = 14, .external_lex_state = 7}, + [5449] = {.lex_state = 14, .external_lex_state = 7}, + [5450] = {.lex_state = 24, .external_lex_state = 8}, [5451] = {.lex_state = 14, .external_lex_state = 7}, - [5452] = {.lex_state = 21, .external_lex_state = 9}, - [5453] = {.lex_state = 24, .external_lex_state = 8}, - [5454] = {.lex_state = 24, .external_lex_state = 8}, + [5452] = {.lex_state = 14, .external_lex_state = 7}, + [5453] = {.lex_state = 14, .external_lex_state = 7}, + [5454] = {.lex_state = 14, .external_lex_state = 7}, [5455] = {.lex_state = 14, .external_lex_state = 6}, - [5456] = {.lex_state = 14, .external_lex_state = 7}, - [5457] = {.lex_state = 14, .external_lex_state = 7}, - [5458] = {.lex_state = 9, .external_lex_state = 2}, - [5459] = {.lex_state = 14, .external_lex_state = 6}, + [5456] = {.lex_state = 9, .external_lex_state = 2}, + [5457] = {.lex_state = 21, .external_lex_state = 9}, + [5458] = {.lex_state = 14, .external_lex_state = 6}, + [5459] = {.lex_state = 9, .external_lex_state = 2}, [5460] = {.lex_state = 14, .external_lex_state = 6}, [5461] = {.lex_state = 14, .external_lex_state = 7}, - [5462] = {.lex_state = 14, .external_lex_state = 7}, - [5463] = {.lex_state = 14, .external_lex_state = 7}, - [5464] = {.lex_state = 14, .external_lex_state = 7}, + [5462] = {.lex_state = 12, .external_lex_state = 2}, + [5463] = {.lex_state = 14, .external_lex_state = 6}, + [5464] = {.lex_state = 21, .external_lex_state = 9}, [5465] = {.lex_state = 14, .external_lex_state = 6}, - [5466] = {.lex_state = 12, .external_lex_state = 2}, - [5467] = {.lex_state = 14, .external_lex_state = 7}, - [5468] = {.lex_state = 14, .external_lex_state = 6}, - [5469] = {.lex_state = 12, .external_lex_state = 2}, - [5470] = {.lex_state = 14, .external_lex_state = 7}, + [5466] = {.lex_state = 14, .external_lex_state = 6}, + [5467] = {.lex_state = 21, .external_lex_state = 9}, + [5468] = {.lex_state = 14, .external_lex_state = 7}, + [5469] = {.lex_state = 14, .external_lex_state = 7}, + [5470] = {.lex_state = 9, .external_lex_state = 2}, [5471] = {.lex_state = 14, .external_lex_state = 6}, - [5472] = {.lex_state = 14, .external_lex_state = 7}, - [5473] = {.lex_state = 14, .external_lex_state = 7}, - [5474] = {.lex_state = 21, .external_lex_state = 9}, + [5472] = {.lex_state = 14, .external_lex_state = 6}, + [5473] = {.lex_state = 14, .external_lex_state = 6}, + [5474] = {.lex_state = 14, .external_lex_state = 6}, [5475] = {.lex_state = 14, .external_lex_state = 6}, - [5476] = {.lex_state = 14, .external_lex_state = 6}, - [5477] = {.lex_state = 24, .external_lex_state = 8}, - [5478] = {.lex_state = 14, .external_lex_state = 7}, - [5479] = {.lex_state = 14, .external_lex_state = 7}, - [5480] = {.lex_state = 14, .external_lex_state = 7}, - [5481] = {.lex_state = 24, .external_lex_state = 8}, - [5482] = {.lex_state = 14, .external_lex_state = 6}, - [5483] = {.lex_state = 14, .external_lex_state = 6}, - [5484] = {.lex_state = 9, .external_lex_state = 2}, - [5485] = {.lex_state = 14, .external_lex_state = 7}, - [5486] = {.lex_state = 21, .external_lex_state = 8}, - [5487] = {.lex_state = 9, .external_lex_state = 2}, - [5488] = {.lex_state = 14, .external_lex_state = 6}, - [5489] = {.lex_state = 9, .external_lex_state = 2}, - [5490] = {.lex_state = 21, .external_lex_state = 8}, - [5491] = {.lex_state = 21, .external_lex_state = 8}, - [5492] = {.lex_state = 24, .external_lex_state = 9}, - [5493] = {.lex_state = 21, .external_lex_state = 8}, + [5476] = {.lex_state = 21, .external_lex_state = 8}, + [5477] = {.lex_state = 24, .external_lex_state = 9}, + [5478] = {.lex_state = 21, .external_lex_state = 8}, + [5479] = {.lex_state = 21, .external_lex_state = 8}, + [5480] = {.lex_state = 14, .external_lex_state = 6}, + [5481] = {.lex_state = 21, .external_lex_state = 8}, + [5482] = {.lex_state = 9, .external_lex_state = 2}, + [5483] = {.lex_state = 21, .external_lex_state = 8}, + [5484] = {.lex_state = 21, .external_lex_state = 8}, + [5485] = {.lex_state = 21, .external_lex_state = 8}, + [5486] = {.lex_state = 14, .external_lex_state = 7}, + [5487] = {.lex_state = 14, .external_lex_state = 6}, + [5488] = {.lex_state = 14, .external_lex_state = 7}, + [5489] = {.lex_state = 24, .external_lex_state = 9}, + [5490] = {.lex_state = 14, .external_lex_state = 6}, + [5491] = {.lex_state = 14, .external_lex_state = 6}, + [5492] = {.lex_state = 21, .external_lex_state = 8}, + [5493] = {.lex_state = 14, .external_lex_state = 6}, [5494] = {.lex_state = 21, .external_lex_state = 8}, - [5495] = {.lex_state = 21, .external_lex_state = 8}, - [5496] = {.lex_state = 24, .external_lex_state = 9}, - [5497] = {.lex_state = 14, .external_lex_state = 7}, - [5498] = {.lex_state = 21, .external_lex_state = 8}, - [5499] = {.lex_state = 21, .external_lex_state = 8}, + [5495] = {.lex_state = 14, .external_lex_state = 7}, + [5496] = {.lex_state = 14, .external_lex_state = 7}, + [5497] = {.lex_state = 21, .external_lex_state = 8}, + [5498] = {.lex_state = 9, .external_lex_state = 2}, + [5499] = {.lex_state = 14, .external_lex_state = 7}, [5500] = {.lex_state = 14, .external_lex_state = 7}, - [5501] = {.lex_state = 9, .external_lex_state = 2}, - [5502] = {.lex_state = 24, .external_lex_state = 9}, + [5501] = {.lex_state = 14, .external_lex_state = 7}, + [5502] = {.lex_state = 14, .external_lex_state = 7}, [5503] = {.lex_state = 9, .external_lex_state = 2}, [5504] = {.lex_state = 14, .external_lex_state = 7}, - [5505] = {.lex_state = 14, .external_lex_state = 7}, - [5506] = {.lex_state = 14, .external_lex_state = 7}, - [5507] = {.lex_state = 21, .external_lex_state = 8}, - [5508] = {.lex_state = 14, .external_lex_state = 6}, + [5505] = {.lex_state = 24, .external_lex_state = 9}, + [5506] = {.lex_state = 21, .external_lex_state = 8}, + [5507] = {.lex_state = 14, .external_lex_state = 7}, + [5508] = {.lex_state = 14, .external_lex_state = 7}, [5509] = {.lex_state = 14, .external_lex_state = 6}, [5510] = {.lex_state = 14, .external_lex_state = 7}, - [5511] = {.lex_state = 14, .external_lex_state = 6}, + [5511] = {.lex_state = 14, .external_lex_state = 7}, [5512] = {.lex_state = 21, .external_lex_state = 8}, [5513] = {.lex_state = 21, .external_lex_state = 8}, - [5514] = {.lex_state = 21, .external_lex_state = 8}, - [5515] = {.lex_state = 14, .external_lex_state = 7}, - [5516] = {.lex_state = 14, .external_lex_state = 7}, - [5517] = {.lex_state = 21, .external_lex_state = 8}, + [5514] = {.lex_state = 14, .external_lex_state = 6}, + [5515] = {.lex_state = 14, .external_lex_state = 6}, + [5516] = {.lex_state = 9, .external_lex_state = 2}, + [5517] = {.lex_state = 14, .external_lex_state = 6}, [5518] = {.lex_state = 14, .external_lex_state = 7}, - [5519] = {.lex_state = 21, .external_lex_state = 8}, - [5520] = {.lex_state = 24, .external_lex_state = 9}, - [5521] = {.lex_state = 21, .external_lex_state = 8}, + [5519] = {.lex_state = 14, .external_lex_state = 7}, + [5520] = {.lex_state = 21, .external_lex_state = 8}, + [5521] = {.lex_state = 24, .external_lex_state = 9}, [5522] = {.lex_state = 14, .external_lex_state = 7}, [5523] = {.lex_state = 21, .external_lex_state = 8}, [5524] = {.lex_state = 14, .external_lex_state = 6}, - [5525] = {.lex_state = 14, .external_lex_state = 6}, - [5526] = {.lex_state = 14, .external_lex_state = 7}, + [5525] = {.lex_state = 21, .external_lex_state = 8}, + [5526] = {.lex_state = 14, .external_lex_state = 6}, [5527] = {.lex_state = 14, .external_lex_state = 6}, - [5528] = {.lex_state = 14, .external_lex_state = 7}, - [5529] = {.lex_state = 14, .external_lex_state = 7}, + [5528] = {.lex_state = 9, .external_lex_state = 2}, + [5529] = {.lex_state = 21, .external_lex_state = 8}, [5530] = {.lex_state = 14, .external_lex_state = 7}, - [5531] = {.lex_state = 14, .external_lex_state = 7}, - [5532] = {.lex_state = 14, .external_lex_state = 6}, - [5533] = {.lex_state = 14, .external_lex_state = 6}, - [5534] = {.lex_state = 14, .external_lex_state = 6}, + [5531] = {.lex_state = 9, .external_lex_state = 2}, + [5532] = {.lex_state = 21, .external_lex_state = 8}, + [5533] = {.lex_state = 21, .external_lex_state = 8}, + [5534] = {.lex_state = 9, .external_lex_state = 2}, [5535] = {.lex_state = 9, .external_lex_state = 2}, [5536] = {.lex_state = 14, .external_lex_state = 6}, [5537] = {.lex_state = 14, .external_lex_state = 6}, [5538] = {.lex_state = 21, .external_lex_state = 8}, - [5539] = {.lex_state = 14, .external_lex_state = 7}, - [5540] = {.lex_state = 21, .external_lex_state = 8}, - [5541] = {.lex_state = 21, .external_lex_state = 9}, - [5542] = {.lex_state = 14, .external_lex_state = 6}, - [5543] = {.lex_state = 14, .external_lex_state = 7}, + [5539] = {.lex_state = 21, .external_lex_state = 9}, + [5540] = {.lex_state = 9, .external_lex_state = 2}, + [5541] = {.lex_state = 14, .external_lex_state = 7}, + [5542] = {.lex_state = 21, .external_lex_state = 8}, + [5543] = {.lex_state = 21, .external_lex_state = 8}, [5544] = {.lex_state = 21, .external_lex_state = 8}, [5545] = {.lex_state = 21, .external_lex_state = 8}, - [5546] = {.lex_state = 14, .external_lex_state = 7}, - [5547] = {.lex_state = 9, .external_lex_state = 2}, - [5548] = {.lex_state = 14, .external_lex_state = 7}, - [5549] = {.lex_state = 21, .external_lex_state = 9}, + [5546] = {.lex_state = 21, .external_lex_state = 8}, + [5547] = {.lex_state = 21, .external_lex_state = 8}, + [5548] = {.lex_state = 9, .external_lex_state = 2}, + [5549] = {.lex_state = 21, .external_lex_state = 8}, [5550] = {.lex_state = 21, .external_lex_state = 8}, [5551] = {.lex_state = 14, .external_lex_state = 7}, - [5552] = {.lex_state = 14, .external_lex_state = 7}, + [5552] = {.lex_state = 9, .external_lex_state = 2}, [5553] = {.lex_state = 21, .external_lex_state = 8}, - [5554] = {.lex_state = 14, .external_lex_state = 6}, - [5555] = {.lex_state = 21, .external_lex_state = 8}, - [5556] = {.lex_state = 21, .external_lex_state = 8}, - [5557] = {.lex_state = 14, .external_lex_state = 7}, - [5558] = {.lex_state = 21, .external_lex_state = 8}, + [5554] = {.lex_state = 21, .external_lex_state = 9}, + [5555] = {.lex_state = 24, .external_lex_state = 8}, + [5556] = {.lex_state = 14, .external_lex_state = 7}, + [5557] = {.lex_state = 21, .external_lex_state = 8}, + [5558] = {.lex_state = 21, .external_lex_state = 9}, [5559] = {.lex_state = 21, .external_lex_state = 8}, - [5560] = {.lex_state = 21, .external_lex_state = 8}, - [5561] = {.lex_state = 9, .external_lex_state = 2}, - [5562] = {.lex_state = 21, .external_lex_state = 8}, - [5563] = {.lex_state = 14, .external_lex_state = 7}, - [5564] = {.lex_state = 24, .external_lex_state = 8}, - [5565] = {.lex_state = 21, .external_lex_state = 8}, + [5560] = {.lex_state = 21, .external_lex_state = 9}, + [5561] = {.lex_state = 21, .external_lex_state = 9}, + [5562] = {.lex_state = 14, .external_lex_state = 7}, + [5563] = {.lex_state = 21, .external_lex_state = 8}, + [5564] = {.lex_state = 14, .external_lex_state = 7}, + [5565] = {.lex_state = 9, .external_lex_state = 2}, [5566] = {.lex_state = 21, .external_lex_state = 8}, - [5567] = {.lex_state = 14, .external_lex_state = 7}, - [5568] = {.lex_state = 9, .external_lex_state = 2}, - [5569] = {.lex_state = 24, .external_lex_state = 8}, - [5570] = {.lex_state = 14, .external_lex_state = 7}, - [5571] = {.lex_state = 9, .external_lex_state = 2}, - [5572] = {.lex_state = 21, .external_lex_state = 8}, - [5573] = {.lex_state = 9, .external_lex_state = 2}, - [5574] = {.lex_state = 21, .external_lex_state = 8}, - [5575] = {.lex_state = 21, .external_lex_state = 9}, + [5567] = {.lex_state = 21, .external_lex_state = 8}, + [5568] = {.lex_state = 14, .external_lex_state = 7}, + [5569] = {.lex_state = 14, .external_lex_state = 7}, + [5570] = {.lex_state = 14, .external_lex_state = 6}, + [5571] = {.lex_state = 21, .external_lex_state = 8}, + [5572] = {.lex_state = 9, .external_lex_state = 2}, + [5573] = {.lex_state = 24, .external_lex_state = 8}, + [5574] = {.lex_state = 14, .external_lex_state = 7}, + [5575] = {.lex_state = 14, .external_lex_state = 6}, [5576] = {.lex_state = 9, .external_lex_state = 2}, - [5577] = {.lex_state = 14, .external_lex_state = 7}, - [5578] = {.lex_state = 21, .external_lex_state = 8}, - [5579] = {.lex_state = 14, .external_lex_state = 6}, - [5580] = {.lex_state = 14, .external_lex_state = 7}, + [5577] = {.lex_state = 21, .external_lex_state = 8}, + [5578] = {.lex_state = 14, .external_lex_state = 6}, + [5579] = {.lex_state = 21, .external_lex_state = 8}, + [5580] = {.lex_state = 21, .external_lex_state = 8}, [5581] = {.lex_state = 21, .external_lex_state = 8}, [5582] = {.lex_state = 21, .external_lex_state = 8}, [5583] = {.lex_state = 14, .external_lex_state = 7}, - [5584] = {.lex_state = 21, .external_lex_state = 9}, - [5585] = {.lex_state = 9, .external_lex_state = 2}, - [5586] = {.lex_state = 24, .external_lex_state = 8}, + [5584] = {.lex_state = 9, .external_lex_state = 2}, + [5585] = {.lex_state = 21, .external_lex_state = 8}, + [5586] = {.lex_state = 14, .external_lex_state = 7}, [5587] = {.lex_state = 14, .external_lex_state = 7}, - [5588] = {.lex_state = 21, .external_lex_state = 8}, + [5588] = {.lex_state = 24, .external_lex_state = 8}, [5589] = {.lex_state = 21, .external_lex_state = 8}, - [5590] = {.lex_state = 14, .external_lex_state = 6}, - [5591] = {.lex_state = 21, .external_lex_state = 8}, + [5590] = {.lex_state = 14, .external_lex_state = 7}, + [5591] = {.lex_state = 24, .external_lex_state = 8}, [5592] = {.lex_state = 14, .external_lex_state = 7}, - [5593] = {.lex_state = 9, .external_lex_state = 2}, - [5594] = {.lex_state = 21, .external_lex_state = 9}, + [5593] = {.lex_state = 14, .external_lex_state = 6}, + [5594] = {.lex_state = 14, .external_lex_state = 7}, [5595] = {.lex_state = 21, .external_lex_state = 8}, [5596] = {.lex_state = 21, .external_lex_state = 8}, - [5597] = {.lex_state = 24, .external_lex_state = 8}, - [5598] = {.lex_state = 21, .external_lex_state = 8}, - [5599] = {.lex_state = 9, .external_lex_state = 2}, + [5597] = {.lex_state = 14, .external_lex_state = 7}, + [5598] = {.lex_state = 14, .external_lex_state = 7}, + [5599] = {.lex_state = 14, .external_lex_state = 7}, [5600] = {.lex_state = 21, .external_lex_state = 8}, [5601] = {.lex_state = 21, .external_lex_state = 8}, - [5602] = {.lex_state = 21, .external_lex_state = 8}, + [5602] = {.lex_state = 14, .external_lex_state = 7}, [5603] = {.lex_state = 21, .external_lex_state = 8}, [5604] = {.lex_state = 14, .external_lex_state = 7}, [5605] = {.lex_state = 21, .external_lex_state = 8}, - [5606] = {.lex_state = 21, .external_lex_state = 8}, + [5606] = {.lex_state = 14, .external_lex_state = 7}, [5607] = {.lex_state = 21, .external_lex_state = 8}, [5608] = {.lex_state = 21, .external_lex_state = 8}, - [5609] = {.lex_state = 21, .external_lex_state = 8}, - [5610] = {.lex_state = 14, .external_lex_state = 7}, - [5611] = {.lex_state = 14, .external_lex_state = 7}, - [5612] = {.lex_state = 21, .external_lex_state = 8}, - [5613] = {.lex_state = 14, .external_lex_state = 7}, - [5614] = {.lex_state = 14, .external_lex_state = 7}, - [5615] = {.lex_state = 14, .external_lex_state = 7}, + [5609] = {.lex_state = 14, .external_lex_state = 7}, + [5610] = {.lex_state = 21, .external_lex_state = 8}, + [5611] = {.lex_state = 21, .external_lex_state = 8}, + [5612] = {.lex_state = 14, .external_lex_state = 7}, + [5613] = {.lex_state = 21, .external_lex_state = 8}, + [5614] = {.lex_state = 21, .external_lex_state = 8}, + [5615] = {.lex_state = 21, .external_lex_state = 8}, [5616] = {.lex_state = 21, .external_lex_state = 8}, [5617] = {.lex_state = 21, .external_lex_state = 8}, - [5618] = {.lex_state = 21, .external_lex_state = 8}, - [5619] = {.lex_state = 14, .external_lex_state = 7}, - [5620] = {.lex_state = 21, .external_lex_state = 8}, - [5621] = {.lex_state = 21, .external_lex_state = 8}, - [5622] = {.lex_state = 14, .external_lex_state = 7}, + [5618] = {.lex_state = 9, .external_lex_state = 5}, + [5619] = {.lex_state = 14, .external_lex_state = 6}, + [5620] = {.lex_state = 14, .external_lex_state = 6}, + [5621] = {.lex_state = 14, .external_lex_state = 6}, + [5622] = {.lex_state = 9, .external_lex_state = 5}, [5623] = {.lex_state = 14, .external_lex_state = 6}, [5624] = {.lex_state = 14, .external_lex_state = 6}, - [5625] = {.lex_state = 14, .external_lex_state = 6}, + [5625] = {.lex_state = 21, .external_lex_state = 8}, [5626] = {.lex_state = 14, .external_lex_state = 6}, - [5627] = {.lex_state = 14, .external_lex_state = 6}, - [5628] = {.lex_state = 14, .external_lex_state = 6}, + [5627] = {.lex_state = 14, .external_lex_state = 7}, + [5628] = {.lex_state = 21, .external_lex_state = 8}, [5629] = {.lex_state = 21, .external_lex_state = 8}, - [5630] = {.lex_state = 21, .external_lex_state = 8}, - [5631] = {.lex_state = 9, .external_lex_state = 5}, - [5632] = {.lex_state = 9, .external_lex_state = 5}, - [5633] = {.lex_state = 30, .external_lex_state = 9}, + [5630] = {.lex_state = 30, .external_lex_state = 9}, + [5631] = {.lex_state = 14, .external_lex_state = 7}, + [5632] = {.lex_state = 30, .external_lex_state = 9}, + [5633] = {.lex_state = 14, .external_lex_state = 7}, [5634] = {.lex_state = 30, .external_lex_state = 9}, - [5635] = {.lex_state = 30, .external_lex_state = 9}, - [5636] = {.lex_state = 30, .external_lex_state = 9}, - [5637] = {.lex_state = 9, .external_lex_state = 2}, - [5638] = {.lex_state = 21, .external_lex_state = 8}, - [5639] = {.lex_state = 9, .external_lex_state = 2}, - [5640] = {.lex_state = 30, .external_lex_state = 9}, + [5635] = {.lex_state = 21, .external_lex_state = 8}, + [5636] = {.lex_state = 21, .external_lex_state = 8}, + [5637] = {.lex_state = 30, .external_lex_state = 9}, + [5638] = {.lex_state = 30, .external_lex_state = 9}, + [5639] = {.lex_state = 30, .external_lex_state = 9}, + [5640] = {.lex_state = 21, .external_lex_state = 8}, [5641] = {.lex_state = 14, .external_lex_state = 7}, - [5642] = {.lex_state = 21, .external_lex_state = 8}, + [5642] = {.lex_state = 9, .external_lex_state = 2}, [5643] = {.lex_state = 14, .external_lex_state = 7}, [5644] = {.lex_state = 14, .external_lex_state = 7}, - [5645] = {.lex_state = 14, .external_lex_state = 7}, - [5646] = {.lex_state = 14, .external_lex_state = 7}, - [5647] = {.lex_state = 21, .external_lex_state = 8}, + [5645] = {.lex_state = 9, .external_lex_state = 2}, + [5646] = {.lex_state = 21, .external_lex_state = 8}, + [5647] = {.lex_state = 30, .external_lex_state = 9}, [5648] = {.lex_state = 30, .external_lex_state = 9}, [5649] = {.lex_state = 21, .external_lex_state = 8}, [5650] = {.lex_state = 21, .external_lex_state = 8}, - [5651] = {.lex_state = 14, .external_lex_state = 7}, + [5651] = {.lex_state = 30, .external_lex_state = 9}, [5652] = {.lex_state = 30, .external_lex_state = 9}, - [5653] = {.lex_state = 21, .external_lex_state = 8}, - [5654] = {.lex_state = 21, .external_lex_state = 8}, - [5655] = {.lex_state = 21, .external_lex_state = 8}, + [5653] = {.lex_state = 30, .external_lex_state = 9}, + [5654] = {.lex_state = 14, .external_lex_state = 6}, + [5655] = {.lex_state = 14, .external_lex_state = 6}, [5656] = {.lex_state = 21, .external_lex_state = 8}, [5657] = {.lex_state = 30, .external_lex_state = 9}, - [5658] = {.lex_state = 30, .external_lex_state = 9}, - [5659] = {.lex_state = 30, .external_lex_state = 9}, + [5658] = {.lex_state = 21, .external_lex_state = 8}, + [5659] = {.lex_state = 21, .external_lex_state = 8}, [5660] = {.lex_state = 21, .external_lex_state = 8}, - [5661] = {.lex_state = 30, .external_lex_state = 9}, + [5661] = {.lex_state = 21, .external_lex_state = 8}, [5662] = {.lex_state = 30, .external_lex_state = 9}, - [5663] = {.lex_state = 21, .external_lex_state = 8}, - [5664] = {.lex_state = 21, .external_lex_state = 8}, - [5665] = {.lex_state = 30, .external_lex_state = 9}, - [5666] = {.lex_state = 30, .external_lex_state = 9}, - [5667] = {.lex_state = 14, .external_lex_state = 6}, + [5663] = {.lex_state = 14, .external_lex_state = 6}, + [5664] = {.lex_state = 30, .external_lex_state = 9}, + [5665] = {.lex_state = 21, .external_lex_state = 8}, + [5666] = {.lex_state = 21, .external_lex_state = 8}, + [5667] = {.lex_state = 21, .external_lex_state = 8}, [5668] = {.lex_state = 21, .external_lex_state = 8}, [5669] = {.lex_state = 21, .external_lex_state = 8}, - [5670] = {.lex_state = 14, .external_lex_state = 6}, - [5671] = {.lex_state = 14, .external_lex_state = 6}, + [5670] = {.lex_state = 21, .external_lex_state = 8}, + [5671] = {.lex_state = 21, .external_lex_state = 8}, [5672] = {.lex_state = 21, .external_lex_state = 8}, [5673] = {.lex_state = 21, .external_lex_state = 8}, [5674] = {.lex_state = 21, .external_lex_state = 8}, [5675] = {.lex_state = 21, .external_lex_state = 8}, [5676] = {.lex_state = 21, .external_lex_state = 8}, [5677] = {.lex_state = 21, .external_lex_state = 8}, - [5678] = {.lex_state = 21, .external_lex_state = 8}, + [5678] = {.lex_state = 21, .external_lex_state = 9}, [5679] = {.lex_state = 21, .external_lex_state = 8}, - [5680] = {.lex_state = 21, .external_lex_state = 8}, - [5681] = {.lex_state = 21, .external_lex_state = 8}, + [5680] = {.lex_state = 24, .external_lex_state = 9}, + [5681] = {.lex_state = 24, .external_lex_state = 9}, [5682] = {.lex_state = 21, .external_lex_state = 8}, - [5683] = {.lex_state = 24, .external_lex_state = 9}, + [5683] = {.lex_state = 21, .external_lex_state = 9}, [5684] = {.lex_state = 21, .external_lex_state = 8}, - [5685] = {.lex_state = 24, .external_lex_state = 9}, - [5686] = {.lex_state = 21, .external_lex_state = 9}, - [5687] = {.lex_state = 21, .external_lex_state = 9}, - [5688] = {.lex_state = 21, .external_lex_state = 8}, - [5689] = {.lex_state = 21, .external_lex_state = 8}, + [5685] = {.lex_state = 21, .external_lex_state = 8}, + [5686] = {.lex_state = 21, .external_lex_state = 8}, + [5687] = {.lex_state = 21, .external_lex_state = 8}, + [5688] = {.lex_state = 21, .external_lex_state = 9}, + [5689] = {.lex_state = 21, .external_lex_state = 9}, [5690] = {.lex_state = 21, .external_lex_state = 8}, - [5691] = {.lex_state = 21, .external_lex_state = 8}, - [5692] = {.lex_state = 21, .external_lex_state = 8}, - [5693] = {.lex_state = 21, .external_lex_state = 9}, + [5691] = {.lex_state = 26, .external_lex_state = 8}, + [5692] = {.lex_state = 22, .external_lex_state = 8}, + [5693] = {.lex_state = 26, .external_lex_state = 8}, [5694] = {.lex_state = 21, .external_lex_state = 9}, - [5695] = {.lex_state = 21, .external_lex_state = 8}, - [5696] = {.lex_state = 21, .external_lex_state = 8}, - [5697] = {.lex_state = 26, .external_lex_state = 8}, - [5698] = {.lex_state = 21, .external_lex_state = 8}, + [5695] = {.lex_state = 21, .external_lex_state = 9}, + [5696] = {.lex_state = 21, .external_lex_state = 9}, + [5697] = {.lex_state = 21, .external_lex_state = 8}, + [5698] = {.lex_state = 21, .external_lex_state = 9}, [5699] = {.lex_state = 21, .external_lex_state = 9}, - [5700] = {.lex_state = 22, .external_lex_state = 8}, - [5701] = {.lex_state = 21, .external_lex_state = 9}, - [5702] = {.lex_state = 26, .external_lex_state = 8}, + [5700] = {.lex_state = 26, .external_lex_state = 8}, + [5701] = {.lex_state = 26, .external_lex_state = 8}, + [5702] = {.lex_state = 22, .external_lex_state = 8}, [5703] = {.lex_state = 21, .external_lex_state = 8}, [5704] = {.lex_state = 21, .external_lex_state = 9}, [5705] = {.lex_state = 21, .external_lex_state = 8}, - [5706] = {.lex_state = 21, .external_lex_state = 8}, + [5706] = {.lex_state = 26, .external_lex_state = 8}, [5707] = {.lex_state = 21, .external_lex_state = 8}, - [5708] = {.lex_state = 21, .external_lex_state = 9}, - [5709] = {.lex_state = 21, .external_lex_state = 8}, - [5710] = {.lex_state = 26, .external_lex_state = 8}, - [5711] = {.lex_state = 26, .external_lex_state = 8}, - [5712] = {.lex_state = 22, .external_lex_state = 8}, + [5708] = {.lex_state = 21, .external_lex_state = 8}, + [5709] = {.lex_state = 26, .external_lex_state = 8}, + [5710] = {.lex_state = 21, .external_lex_state = 8}, + [5711] = {.lex_state = 21, .external_lex_state = 9}, + [5712] = {.lex_state = 21, .external_lex_state = 9}, [5713] = {.lex_state = 21, .external_lex_state = 9}, - [5714] = {.lex_state = 26, .external_lex_state = 8}, - [5715] = {.lex_state = 26, .external_lex_state = 8}, - [5716] = {.lex_state = 21, .external_lex_state = 9}, - [5717] = {.lex_state = 21, .external_lex_state = 9}, - [5718] = {.lex_state = 21, .external_lex_state = 9}, - [5719] = {.lex_state = 21, .external_lex_state = 9}, - [5720] = {.lex_state = 21, .external_lex_state = 8}, - [5721] = {.lex_state = 21, .external_lex_state = 8}, + [5714] = {.lex_state = 25, .external_lex_state = 8}, + [5715] = {.lex_state = 25, .external_lex_state = 8}, + [5716] = {.lex_state = 21, .external_lex_state = 8}, + [5717] = {.lex_state = 25, .external_lex_state = 8}, + [5718] = {.lex_state = 21, .external_lex_state = 8}, + [5719] = {.lex_state = 21, .external_lex_state = 8}, + [5720] = {.lex_state = 25, .external_lex_state = 8}, + [5721] = {.lex_state = 25, .external_lex_state = 8}, [5722] = {.lex_state = 21, .external_lex_state = 8}, - [5723] = {.lex_state = 21, .external_lex_state = 9}, + [5723] = {.lex_state = 21, .external_lex_state = 8}, [5724] = {.lex_state = 21, .external_lex_state = 8}, [5725] = {.lex_state = 25, .external_lex_state = 8}, [5726] = {.lex_state = 25, .external_lex_state = 8}, - [5727] = {.lex_state = 25, .external_lex_state = 8}, - [5728] = {.lex_state = 21, .external_lex_state = 8}, - [5729] = {.lex_state = 21, .external_lex_state = 8}, - [5730] = {.lex_state = 25, .external_lex_state = 8}, - [5731] = {.lex_state = 25, .external_lex_state = 8}, - [5732] = {.lex_state = 21, .external_lex_state = 8}, - [5733] = {.lex_state = 25, .external_lex_state = 8}, - [5734] = {.lex_state = 25, .external_lex_state = 8}, - [5735] = {.lex_state = 25, .external_lex_state = 8}, - [5736] = {.lex_state = 21, .external_lex_state = 8}, - [5737] = {.lex_state = 21, .external_lex_state = 9}, - [5738] = {.lex_state = 21, .external_lex_state = 8}, - [5739] = {.lex_state = 25, .external_lex_state = 8}, - [5740] = {.lex_state = 25, .external_lex_state = 8}, - [5741] = {.lex_state = 25, .external_lex_state = 8}, - [5742] = {.lex_state = 25, .external_lex_state = 8}, + [5727] = {.lex_state = 21, .external_lex_state = 8}, + [5728] = {.lex_state = 25, .external_lex_state = 8}, + [5729] = {.lex_state = 25, .external_lex_state = 8}, + [5730] = {.lex_state = 21, .external_lex_state = 8}, + [5731] = {.lex_state = 21, .external_lex_state = 8}, + [5732] = {.lex_state = 21, .external_lex_state = 9}, + [5733] = {.lex_state = 21, .external_lex_state = 8}, + [5734] = {.lex_state = 21, .external_lex_state = 8}, + [5735] = {.lex_state = 21, .external_lex_state = 9}, + [5736] = {.lex_state = 25, .external_lex_state = 8}, + [5737] = {.lex_state = 21, .external_lex_state = 8}, + [5738] = {.lex_state = 25, .external_lex_state = 8}, + [5739] = {.lex_state = 21, .external_lex_state = 8}, + [5740] = {.lex_state = 21, .external_lex_state = 8}, + [5741] = {.lex_state = 21, .external_lex_state = 8}, + [5742] = {.lex_state = 21, .external_lex_state = 9}, [5743] = {.lex_state = 21, .external_lex_state = 8}, [5744] = {.lex_state = 21, .external_lex_state = 8}, - [5745] = {.lex_state = 21, .external_lex_state = 9}, + [5745] = {.lex_state = 25, .external_lex_state = 8}, [5746] = {.lex_state = 25, .external_lex_state = 8}, - [5747] = {.lex_state = 25, .external_lex_state = 8}, - [5748] = {.lex_state = 21, .external_lex_state = 8}, + [5747] = {.lex_state = 21, .external_lex_state = 9}, + [5748] = {.lex_state = 25, .external_lex_state = 8}, [5749] = {.lex_state = 21, .external_lex_state = 8}, [5750] = {.lex_state = 21, .external_lex_state = 8}, [5751] = {.lex_state = 21, .external_lex_state = 8}, - [5752] = {.lex_state = 21, .external_lex_state = 8}, + [5752] = {.lex_state = 25, .external_lex_state = 8}, [5753] = {.lex_state = 25, .external_lex_state = 8}, - [5754] = {.lex_state = 21, .external_lex_state = 8}, - [5755] = {.lex_state = 21, .external_lex_state = 8}, - [5756] = {.lex_state = 25, .external_lex_state = 8}, - [5757] = {.lex_state = 21, .external_lex_state = 8}, - [5758] = {.lex_state = 21, .external_lex_state = 8}, + [5754] = {.lex_state = 25, .external_lex_state = 8}, + [5755] = {.lex_state = 25, .external_lex_state = 8}, + [5756] = {.lex_state = 21, .external_lex_state = 8}, + [5757] = {.lex_state = 25, .external_lex_state = 8}, + [5758] = {.lex_state = 25, .external_lex_state = 8}, [5759] = {.lex_state = 25, .external_lex_state = 8}, [5760] = {.lex_state = 21, .external_lex_state = 9}, - [5761] = {.lex_state = 21, .external_lex_state = 8}, + [5761] = {.lex_state = 21, .external_lex_state = 9}, [5762] = {.lex_state = 21, .external_lex_state = 9}, - [5763] = {.lex_state = 25, .external_lex_state = 8}, - [5764] = {.lex_state = 25, .external_lex_state = 8}, - [5765] = {.lex_state = 25, .external_lex_state = 8}, - [5766] = {.lex_state = 25, .external_lex_state = 8}, - [5767] = {.lex_state = 21, .external_lex_state = 9}, - [5768] = {.lex_state = 21, .external_lex_state = 9}, - [5769] = {.lex_state = 21, .external_lex_state = 9}, + [5763] = {.lex_state = 21, .external_lex_state = 9}, + [5764] = {.lex_state = 21, .external_lex_state = 8}, + [5765] = {.lex_state = 21, .external_lex_state = 8}, + [5766] = {.lex_state = 21, .external_lex_state = 8}, + [5767] = {.lex_state = 21, .external_lex_state = 8}, + [5768] = {.lex_state = 21, .external_lex_state = 8}, + [5769] = {.lex_state = 21, .external_lex_state = 8}, [5770] = {.lex_state = 21, .external_lex_state = 8}, [5771] = {.lex_state = 21, .external_lex_state = 8}, [5772] = {.lex_state = 21, .external_lex_state = 8}, @@ -29256,7 +29254,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5775] = {.lex_state = 21, .external_lex_state = 8}, [5776] = {.lex_state = 21, .external_lex_state = 8}, [5777] = {.lex_state = 21, .external_lex_state = 8}, - [5778] = {.lex_state = 21, .external_lex_state = 8}, + [5778] = {.lex_state = 21, .external_lex_state = 9}, [5779] = {.lex_state = 21, .external_lex_state = 8}, [5780] = {.lex_state = 21, .external_lex_state = 8}, [5781] = {.lex_state = 21, .external_lex_state = 8}, @@ -29264,104 +29262,104 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5783] = {.lex_state = 21, .external_lex_state = 8}, [5784] = {.lex_state = 21, .external_lex_state = 8}, [5785] = {.lex_state = 21, .external_lex_state = 8}, - [5786] = {.lex_state = 21, .external_lex_state = 9}, - [5787] = {.lex_state = 21, .external_lex_state = 8}, - [5788] = {.lex_state = 21, .external_lex_state = 8}, + [5786] = {.lex_state = 21, .external_lex_state = 8}, + [5787] = {.lex_state = 21, .external_lex_state = 9}, + [5788] = {.lex_state = 21, .external_lex_state = 9}, [5789] = {.lex_state = 21, .external_lex_state = 8}, - [5790] = {.lex_state = 21, .external_lex_state = 9}, - [5791] = {.lex_state = 21, .external_lex_state = 8}, + [5790] = {.lex_state = 21, .external_lex_state = 8}, + [5791] = {.lex_state = 21, .external_lex_state = 9}, [5792] = {.lex_state = 21, .external_lex_state = 8}, - [5793] = {.lex_state = 21, .external_lex_state = 8}, - [5794] = {.lex_state = 21, .external_lex_state = 9}, + [5793] = {.lex_state = 21, .external_lex_state = 9}, + [5794] = {.lex_state = 21, .external_lex_state = 8}, [5795] = {.lex_state = 21, .external_lex_state = 9}, - [5796] = {.lex_state = 21, .external_lex_state = 8}, + [5796] = {.lex_state = 21, .external_lex_state = 9}, [5797] = {.lex_state = 21, .external_lex_state = 9}, [5798] = {.lex_state = 21, .external_lex_state = 9}, - [5799] = {.lex_state = 21, .external_lex_state = 8}, + [5799] = {.lex_state = 21, .external_lex_state = 9}, [5800] = {.lex_state = 21, .external_lex_state = 9}, [5801] = {.lex_state = 21, .external_lex_state = 9}, - [5802] = {.lex_state = 21, .external_lex_state = 8}, + [5802] = {.lex_state = 21, .external_lex_state = 9}, [5803] = {.lex_state = 21, .external_lex_state = 9}, - [5804] = {.lex_state = 21, .external_lex_state = 8}, - [5805] = {.lex_state = 21, .external_lex_state = 9}, + [5804] = {.lex_state = 21, .external_lex_state = 9}, + [5805] = {.lex_state = 21, .external_lex_state = 8}, [5806] = {.lex_state = 21, .external_lex_state = 8}, - [5807] = {.lex_state = 21, .external_lex_state = 9}, + [5807] = {.lex_state = 21, .external_lex_state = 8}, [5808] = {.lex_state = 21, .external_lex_state = 9}, [5809] = {.lex_state = 21, .external_lex_state = 8}, [5810] = {.lex_state = 21, .external_lex_state = 9}, - [5811] = {.lex_state = 21, .external_lex_state = 9}, - [5812] = {.lex_state = 21, .external_lex_state = 9}, + [5811] = {.lex_state = 21, .external_lex_state = 8}, + [5812] = {.lex_state = 21, .external_lex_state = 8}, [5813] = {.lex_state = 21, .external_lex_state = 8}, - [5814] = {.lex_state = 21, .external_lex_state = 9}, + [5814] = {.lex_state = 21, .external_lex_state = 8}, [5815] = {.lex_state = 21, .external_lex_state = 8}, [5816] = {.lex_state = 21, .external_lex_state = 8}, [5817] = {.lex_state = 21, .external_lex_state = 8}, [5818] = {.lex_state = 21, .external_lex_state = 8}, - [5819] = {.lex_state = 21, .external_lex_state = 9}, + [5819] = {.lex_state = 21, .external_lex_state = 8}, [5820] = {.lex_state = 21, .external_lex_state = 8}, - [5821] = {.lex_state = 21, .external_lex_state = 8}, - [5822] = {.lex_state = 28, .external_lex_state = 8}, + [5821] = {.lex_state = 28, .external_lex_state = 8}, + [5822] = {.lex_state = 21, .external_lex_state = 8}, [5823] = {.lex_state = 21, .external_lex_state = 8}, [5824] = {.lex_state = 21, .external_lex_state = 8}, - [5825] = {.lex_state = 21, .external_lex_state = 8}, - [5826] = {.lex_state = 28, .external_lex_state = 8}, + [5825] = {.lex_state = 21, .external_lex_state = 9}, + [5826] = {.lex_state = 21, .external_lex_state = 8}, [5827] = {.lex_state = 21, .external_lex_state = 8}, [5828] = {.lex_state = 21, .external_lex_state = 8}, [5829] = {.lex_state = 21, .external_lex_state = 8}, [5830] = {.lex_state = 21, .external_lex_state = 9}, [5831] = {.lex_state = 21, .external_lex_state = 8}, - [5832] = {.lex_state = 21, .external_lex_state = 9}, + [5832] = {.lex_state = 21, .external_lex_state = 8}, [5833] = {.lex_state = 21, .external_lex_state = 8}, - [5834] = {.lex_state = 21, .external_lex_state = 8}, - [5835] = {.lex_state = 21, .external_lex_state = 8}, + [5834] = {.lex_state = 28, .external_lex_state = 8}, + [5835] = {.lex_state = 28, .external_lex_state = 8}, [5836] = {.lex_state = 21, .external_lex_state = 8}, [5837] = {.lex_state = 21, .external_lex_state = 8}, [5838] = {.lex_state = 21, .external_lex_state = 8}, - [5839] = {.lex_state = 21, .external_lex_state = 8}, - [5840] = {.lex_state = 21, .external_lex_state = 8}, + [5839] = {.lex_state = 28, .external_lex_state = 8}, + [5840] = {.lex_state = 28, .external_lex_state = 8}, [5841] = {.lex_state = 28, .external_lex_state = 8}, - [5842] = {.lex_state = 28, .external_lex_state = 8}, + [5842] = {.lex_state = 24, .external_lex_state = 9}, [5843] = {.lex_state = 28, .external_lex_state = 8}, - [5844] = {.lex_state = 21, .external_lex_state = 8}, + [5844] = {.lex_state = 24, .external_lex_state = 9}, [5845] = {.lex_state = 21, .external_lex_state = 8}, - [5846] = {.lex_state = 28, .external_lex_state = 8}, - [5847] = {.lex_state = 24, .external_lex_state = 9}, - [5848] = {.lex_state = 24, .external_lex_state = 9}, + [5846] = {.lex_state = 21, .external_lex_state = 8}, + [5847] = {.lex_state = 21, .external_lex_state = 8}, + [5848] = {.lex_state = 21, .external_lex_state = 8}, [5849] = {.lex_state = 21, .external_lex_state = 8}, [5850] = {.lex_state = 28, .external_lex_state = 8}, - [5851] = {.lex_state = 21, .external_lex_state = 8}, - [5852] = {.lex_state = 25, .external_lex_state = 8}, - [5853] = {.lex_state = 25, .external_lex_state = 8}, + [5851] = {.lex_state = 25, .external_lex_state = 8}, + [5852] = {.lex_state = 21, .external_lex_state = 8}, + [5853] = {.lex_state = 24, .external_lex_state = 8}, [5854] = {.lex_state = 21, .external_lex_state = 8}, - [5855] = {.lex_state = 21, .external_lex_state = 8}, + [5855] = {.lex_state = 24, .external_lex_state = 8}, [5856] = {.lex_state = 25, .external_lex_state = 8}, - [5857] = {.lex_state = 28, .external_lex_state = 8}, + [5857] = {.lex_state = 21, .external_lex_state = 8}, [5858] = {.lex_state = 25, .external_lex_state = 8}, - [5859] = {.lex_state = 21, .external_lex_state = 8}, - [5860] = {.lex_state = 24, .external_lex_state = 8}, - [5861] = {.lex_state = 24, .external_lex_state = 8}, - [5862] = {.lex_state = 25, .external_lex_state = 8}, - [5863] = {.lex_state = 28, .external_lex_state = 8}, + [5859] = {.lex_state = 25, .external_lex_state = 8}, + [5860] = {.lex_state = 25, .external_lex_state = 8}, + [5861] = {.lex_state = 21, .external_lex_state = 8}, + [5862] = {.lex_state = 21, .external_lex_state = 8}, + [5863] = {.lex_state = 25, .external_lex_state = 8}, [5864] = {.lex_state = 21, .external_lex_state = 8}, - [5865] = {.lex_state = 21, .external_lex_state = 8}, + [5865] = {.lex_state = 25, .external_lex_state = 8}, [5866] = {.lex_state = 21, .external_lex_state = 8}, - [5867] = {.lex_state = 28, .external_lex_state = 8}, - [5868] = {.lex_state = 25, .external_lex_state = 8}, + [5867] = {.lex_state = 25, .external_lex_state = 8}, + [5868] = {.lex_state = 21, .external_lex_state = 8}, [5869] = {.lex_state = 25, .external_lex_state = 8}, - [5870] = {.lex_state = 21, .external_lex_state = 8}, - [5871] = {.lex_state = 21, .external_lex_state = 8}, - [5872] = {.lex_state = 21, .external_lex_state = 8}, + [5870] = {.lex_state = 28, .external_lex_state = 8}, + [5871] = {.lex_state = 25, .external_lex_state = 8}, + [5872] = {.lex_state = 25, .external_lex_state = 8}, [5873] = {.lex_state = 21, .external_lex_state = 8}, - [5874] = {.lex_state = 21, .external_lex_state = 8}, + [5874] = {.lex_state = 25, .external_lex_state = 8}, [5875] = {.lex_state = 21, .external_lex_state = 8}, - [5876] = {.lex_state = 21, .external_lex_state = 8}, - [5877] = {.lex_state = 25, .external_lex_state = 8}, + [5876] = {.lex_state = 28, .external_lex_state = 8}, + [5877] = {.lex_state = 21, .external_lex_state = 8}, [5878] = {.lex_state = 21, .external_lex_state = 8}, [5879] = {.lex_state = 25, .external_lex_state = 8}, - [5880] = {.lex_state = 21, .external_lex_state = 8}, + [5880] = {.lex_state = 25, .external_lex_state = 8}, [5881] = {.lex_state = 25, .external_lex_state = 8}, [5882] = {.lex_state = 25, .external_lex_state = 8}, - [5883] = {.lex_state = 21, .external_lex_state = 8}, + [5883] = {.lex_state = 25, .external_lex_state = 8}, [5884] = {.lex_state = 25, .external_lex_state = 8}, [5885] = {.lex_state = 25, .external_lex_state = 8}, [5886] = {.lex_state = 25, .external_lex_state = 8}, @@ -29373,24 +29371,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5892] = {.lex_state = 25, .external_lex_state = 8}, [5893] = {.lex_state = 25, .external_lex_state = 8}, [5894] = {.lex_state = 25, .external_lex_state = 8}, - [5895] = {.lex_state = 25, .external_lex_state = 8}, + [5895] = {.lex_state = 28, .external_lex_state = 8}, [5896] = {.lex_state = 25, .external_lex_state = 8}, - [5897] = {.lex_state = 25, .external_lex_state = 8}, + [5897] = {.lex_state = 28, .external_lex_state = 8}, [5898] = {.lex_state = 25, .external_lex_state = 8}, - [5899] = {.lex_state = 25, .external_lex_state = 8}, + [5899] = {.lex_state = 28, .external_lex_state = 8}, [5900] = {.lex_state = 25, .external_lex_state = 8}, [5901] = {.lex_state = 25, .external_lex_state = 8}, [5902] = {.lex_state = 25, .external_lex_state = 8}, [5903] = {.lex_state = 25, .external_lex_state = 8}, - [5904] = {.lex_state = 25, .external_lex_state = 8}, + [5904] = {.lex_state = 28, .external_lex_state = 8}, [5905] = {.lex_state = 25, .external_lex_state = 8}, [5906] = {.lex_state = 25, .external_lex_state = 8}, [5907] = {.lex_state = 25, .external_lex_state = 8}, [5908] = {.lex_state = 25, .external_lex_state = 8}, - [5909] = {.lex_state = 25, .external_lex_state = 8}, - [5910] = {.lex_state = 25, .external_lex_state = 8}, + [5909] = {.lex_state = 20, .external_lex_state = 8}, + [5910] = {.lex_state = 20, .external_lex_state = 8}, [5911] = {.lex_state = 25, .external_lex_state = 8}, - [5912] = {.lex_state = 25, .external_lex_state = 8}, + [5912] = {.lex_state = 28, .external_lex_state = 8}, [5913] = {.lex_state = 25, .external_lex_state = 8}, [5914] = {.lex_state = 25, .external_lex_state = 8}, [5915] = {.lex_state = 25, .external_lex_state = 8}, @@ -29475,7 +29473,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5994] = {.lex_state = 25, .external_lex_state = 8}, [5995] = {.lex_state = 25, .external_lex_state = 8}, [5996] = {.lex_state = 25, .external_lex_state = 8}, - [5997] = {.lex_state = 28, .external_lex_state = 8}, + [5997] = {.lex_state = 25, .external_lex_state = 8}, [5998] = {.lex_state = 25, .external_lex_state = 8}, [5999] = {.lex_state = 25, .external_lex_state = 8}, [6000] = {.lex_state = 25, .external_lex_state = 8}, @@ -29617,16 +29615,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6136] = {.lex_state = 25, .external_lex_state = 8}, [6137] = {.lex_state = 25, .external_lex_state = 8}, [6138] = {.lex_state = 25, .external_lex_state = 8}, - [6139] = {.lex_state = 25, .external_lex_state = 8}, + [6139] = {.lex_state = 28, .external_lex_state = 8}, [6140] = {.lex_state = 25, .external_lex_state = 8}, [6141] = {.lex_state = 25, .external_lex_state = 8}, [6142] = {.lex_state = 25, .external_lex_state = 8}, - [6143] = {.lex_state = 28, .external_lex_state = 8}, + [6143] = {.lex_state = 25, .external_lex_state = 8}, [6144] = {.lex_state = 25, .external_lex_state = 8}, - [6145] = {.lex_state = 28, .external_lex_state = 8}, + [6145] = {.lex_state = 25, .external_lex_state = 8}, [6146] = {.lex_state = 25, .external_lex_state = 8}, [6147] = {.lex_state = 25, .external_lex_state = 8}, - [6148] = {.lex_state = 25, .external_lex_state = 8}, + [6148] = {.lex_state = 28, .external_lex_state = 8}, [6149] = {.lex_state = 25, .external_lex_state = 8}, [6150] = {.lex_state = 25, .external_lex_state = 8}, [6151] = {.lex_state = 25, .external_lex_state = 8}, @@ -29656,7 +29654,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6175] = {.lex_state = 25, .external_lex_state = 8}, [6176] = {.lex_state = 25, .external_lex_state = 8}, [6177] = {.lex_state = 25, .external_lex_state = 8}, - [6178] = {.lex_state = 28, .external_lex_state = 8}, + [6178] = {.lex_state = 25, .external_lex_state = 8}, [6179] = {.lex_state = 25, .external_lex_state = 8}, [6180] = {.lex_state = 25, .external_lex_state = 8}, [6181] = {.lex_state = 25, .external_lex_state = 8}, @@ -29664,10 +29662,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6183] = {.lex_state = 25, .external_lex_state = 8}, [6184] = {.lex_state = 25, .external_lex_state = 8}, [6185] = {.lex_state = 25, .external_lex_state = 8}, - [6186] = {.lex_state = 25, .external_lex_state = 8}, + [6186] = {.lex_state = 28, .external_lex_state = 8}, [6187] = {.lex_state = 25, .external_lex_state = 8}, [6188] = {.lex_state = 25, .external_lex_state = 8}, - [6189] = {.lex_state = 28, .external_lex_state = 8}, + [6189] = {.lex_state = 25, .external_lex_state = 8}, [6190] = {.lex_state = 25, .external_lex_state = 8}, [6191] = {.lex_state = 25, .external_lex_state = 8}, [6192] = {.lex_state = 25, .external_lex_state = 8}, @@ -29683,13 +29681,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6202] = {.lex_state = 25, .external_lex_state = 8}, [6203] = {.lex_state = 25, .external_lex_state = 8}, [6204] = {.lex_state = 25, .external_lex_state = 8}, - [6205] = {.lex_state = 25, .external_lex_state = 8}, - [6206] = {.lex_state = 28, .external_lex_state = 8}, + [6205] = {.lex_state = 28, .external_lex_state = 8}, + [6206] = {.lex_state = 25, .external_lex_state = 8}, [6207] = {.lex_state = 25, .external_lex_state = 8}, [6208] = {.lex_state = 25, .external_lex_state = 8}, [6209] = {.lex_state = 25, .external_lex_state = 8}, [6210] = {.lex_state = 25, .external_lex_state = 8}, - [6211] = {.lex_state = 20, .external_lex_state = 8}, + [6211] = {.lex_state = 25, .external_lex_state = 8}, [6212] = {.lex_state = 25, .external_lex_state = 8}, [6213] = {.lex_state = 25, .external_lex_state = 8}, [6214] = {.lex_state = 25, .external_lex_state = 8}, @@ -29702,11 +29700,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6221] = {.lex_state = 25, .external_lex_state = 8}, [6222] = {.lex_state = 25, .external_lex_state = 8}, [6223] = {.lex_state = 25, .external_lex_state = 8}, - [6224] = {.lex_state = 20, .external_lex_state = 8}, + [6224] = {.lex_state = 25, .external_lex_state = 8}, [6225] = {.lex_state = 25, .external_lex_state = 8}, [6226] = {.lex_state = 25, .external_lex_state = 8}, [6227] = {.lex_state = 25, .external_lex_state = 8}, - [6228] = {.lex_state = 28, .external_lex_state = 8}, + [6228] = {.lex_state = 25, .external_lex_state = 8}, [6229] = {.lex_state = 25, .external_lex_state = 8}, [6230] = {.lex_state = 25, .external_lex_state = 8}, [6231] = {.lex_state = 25, .external_lex_state = 8}, @@ -29727,10 +29725,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6246] = {.lex_state = 25, .external_lex_state = 8}, [6247] = {.lex_state = 25, .external_lex_state = 8}, [6248] = {.lex_state = 25, .external_lex_state = 8}, - [6249] = {.lex_state = 28, .external_lex_state = 8}, + [6249] = {.lex_state = 25, .external_lex_state = 8}, [6250] = {.lex_state = 25, .external_lex_state = 8}, [6251] = {.lex_state = 25, .external_lex_state = 8}, - [6252] = {.lex_state = 28, .external_lex_state = 8}, + [6252] = {.lex_state = 25, .external_lex_state = 8}, [6253] = {.lex_state = 25, .external_lex_state = 8}, [6254] = {.lex_state = 25, .external_lex_state = 8}, [6255] = {.lex_state = 25, .external_lex_state = 8}, @@ -29746,7 +29744,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6265] = {.lex_state = 25, .external_lex_state = 8}, [6266] = {.lex_state = 25, .external_lex_state = 8}, [6267] = {.lex_state = 25, .external_lex_state = 8}, - [6268] = {.lex_state = 28, .external_lex_state = 8}, + [6268] = {.lex_state = 25, .external_lex_state = 8}, [6269] = {.lex_state = 25, .external_lex_state = 8}, [6270] = {.lex_state = 25, .external_lex_state = 8}, [6271] = {.lex_state = 25, .external_lex_state = 8}, @@ -29783,10 +29781,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6302] = {.lex_state = 25, .external_lex_state = 8}, [6303] = {.lex_state = 25, .external_lex_state = 8}, [6304] = {.lex_state = 25, .external_lex_state = 8}, - [6305] = {.lex_state = 25, .external_lex_state = 8}, + [6305] = {.lex_state = 28, .external_lex_state = 8}, [6306] = {.lex_state = 25, .external_lex_state = 8}, [6307] = {.lex_state = 25, .external_lex_state = 8}, - [6308] = {.lex_state = 25, .external_lex_state = 8}, + [6308] = {.lex_state = 28, .external_lex_state = 8}, [6309] = {.lex_state = 25, .external_lex_state = 8}, [6310] = {.lex_state = 25, .external_lex_state = 8}, [6311] = {.lex_state = 25, .external_lex_state = 8}, @@ -29829,7 +29827,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6348] = {.lex_state = 25, .external_lex_state = 8}, [6349] = {.lex_state = 25, .external_lex_state = 8}, [6350] = {.lex_state = 25, .external_lex_state = 8}, - [6351] = {.lex_state = 28, .external_lex_state = 8}, + [6351] = {.lex_state = 25, .external_lex_state = 8}, [6352] = {.lex_state = 25, .external_lex_state = 8}, [6353] = {.lex_state = 25, .external_lex_state = 8}, [6354] = {.lex_state = 25, .external_lex_state = 8}, @@ -30016,25 +30014,25 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6535] = {.lex_state = 25, .external_lex_state = 8}, [6536] = {.lex_state = 25, .external_lex_state = 8}, [6537] = {.lex_state = 25, .external_lex_state = 8}, - [6538] = {.lex_state = 20, .external_lex_state = 8}, + [6538] = {.lex_state = 25, .external_lex_state = 8}, [6539] = {.lex_state = 25, .external_lex_state = 8}, [6540] = {.lex_state = 25, .external_lex_state = 8}, [6541] = {.lex_state = 25, .external_lex_state = 8}, [6542] = {.lex_state = 25, .external_lex_state = 8}, [6543] = {.lex_state = 25, .external_lex_state = 8}, - [6544] = {.lex_state = 25, .external_lex_state = 8}, + [6544] = {.lex_state = 20, .external_lex_state = 8}, [6545] = {.lex_state = 25, .external_lex_state = 8}, [6546] = {.lex_state = 25, .external_lex_state = 8}, [6547] = {.lex_state = 25, .external_lex_state = 8}, [6548] = {.lex_state = 25, .external_lex_state = 8}, - [6549] = {.lex_state = 20, .external_lex_state = 8}, + [6549] = {.lex_state = 25, .external_lex_state = 8}, [6550] = {.lex_state = 25, .external_lex_state = 8}, [6551] = {.lex_state = 25, .external_lex_state = 8}, [6552] = {.lex_state = 25, .external_lex_state = 8}, [6553] = {.lex_state = 25, .external_lex_state = 8}, [6554] = {.lex_state = 25, .external_lex_state = 8}, [6555] = {.lex_state = 25, .external_lex_state = 8}, - [6556] = {.lex_state = 25, .external_lex_state = 8}, + [6556] = {.lex_state = 20, .external_lex_state = 8}, [6557] = {.lex_state = 25, .external_lex_state = 8}, [6558] = {.lex_state = 25, .external_lex_state = 8}, [6559] = {.lex_state = 25, .external_lex_state = 8}, @@ -30062,66 +30060,66 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6581] = {.lex_state = 25, .external_lex_state = 8}, [6582] = {.lex_state = 25, .external_lex_state = 8}, [6583] = {.lex_state = 25, .external_lex_state = 8}, - [6584] = {.lex_state = 25, .external_lex_state = 8}, - [6585] = {.lex_state = 25, .external_lex_state = 8}, - [6586] = {.lex_state = 25, .external_lex_state = 8}, - [6587] = {.lex_state = 25, .external_lex_state = 8}, - [6588] = {.lex_state = 25, .external_lex_state = 8}, - [6589] = {.lex_state = 25, .external_lex_state = 8}, - [6590] = {.lex_state = 20, .external_lex_state = 8}, + [6584] = {.lex_state = 20, .external_lex_state = 8}, + [6585] = {.lex_state = 27, .external_lex_state = 8}, + [6586] = {.lex_state = 27, .external_lex_state = 8}, + [6587] = {.lex_state = 27, .external_lex_state = 8}, + [6588] = {.lex_state = 27, .external_lex_state = 8}, + [6589] = {.lex_state = 27, .external_lex_state = 8}, + [6590] = {.lex_state = 27, .external_lex_state = 8}, [6591] = {.lex_state = 20, .external_lex_state = 8}, - [6592] = {.lex_state = 20, .external_lex_state = 8}, + [6592] = {.lex_state = 27, .external_lex_state = 8}, [6593] = {.lex_state = 27, .external_lex_state = 8}, - [6594] = {.lex_state = 27, .external_lex_state = 8}, + [6594] = {.lex_state = 20, .external_lex_state = 8}, [6595] = {.lex_state = 27, .external_lex_state = 8}, [6596] = {.lex_state = 27, .external_lex_state = 8}, [6597] = {.lex_state = 27, .external_lex_state = 8}, [6598] = {.lex_state = 27, .external_lex_state = 8}, [6599] = {.lex_state = 27, .external_lex_state = 8}, [6600] = {.lex_state = 27, .external_lex_state = 8}, - [6601] = {.lex_state = 27, .external_lex_state = 8}, + [6601] = {.lex_state = 20, .external_lex_state = 8}, [6602] = {.lex_state = 27, .external_lex_state = 8}, [6603] = {.lex_state = 27, .external_lex_state = 8}, [6604] = {.lex_state = 27, .external_lex_state = 8}, - [6605] = {.lex_state = 20, .external_lex_state = 8}, + [6605] = {.lex_state = 27, .external_lex_state = 8}, [6606] = {.lex_state = 27, .external_lex_state = 8}, - [6607] = {.lex_state = 27, .external_lex_state = 8}, + [6607] = {.lex_state = 20, .external_lex_state = 8}, [6608] = {.lex_state = 27, .external_lex_state = 8}, [6609] = {.lex_state = 27, .external_lex_state = 8}, - [6610] = {.lex_state = 27, .external_lex_state = 8}, + [6610] = {.lex_state = 20, .external_lex_state = 8}, [6611] = {.lex_state = 27, .external_lex_state = 8}, [6612] = {.lex_state = 27, .external_lex_state = 8}, [6613] = {.lex_state = 27, .external_lex_state = 8}, [6614] = {.lex_state = 27, .external_lex_state = 8}, [6615] = {.lex_state = 27, .external_lex_state = 8}, [6616] = {.lex_state = 27, .external_lex_state = 8}, - [6617] = {.lex_state = 27, .external_lex_state = 8}, - [6618] = {.lex_state = 27, .external_lex_state = 8}, - [6619] = {.lex_state = 27, .external_lex_state = 8}, - [6620] = {.lex_state = 27, .external_lex_state = 8}, - [6621] = {.lex_state = 20, .external_lex_state = 8}, - [6622] = {.lex_state = 20, .external_lex_state = 8}, + [6617] = {.lex_state = 25, .external_lex_state = 8}, + [6618] = {.lex_state = 25, .external_lex_state = 8}, + [6619] = {.lex_state = 25, .external_lex_state = 8}, + [6620] = {.lex_state = 20, .external_lex_state = 8}, + [6621] = {.lex_state = 25, .external_lex_state = 8}, + [6622] = {.lex_state = 25, .external_lex_state = 8}, [6623] = {.lex_state = 25, .external_lex_state = 8}, - [6624] = {.lex_state = 20, .external_lex_state = 8}, - [6625] = {.lex_state = 27, .external_lex_state = 8}, - [6626] = {.lex_state = 25, .external_lex_state = 8}, - [6627] = {.lex_state = 20, .external_lex_state = 8}, - [6628] = {.lex_state = 25, .external_lex_state = 8}, - [6629] = {.lex_state = 20, .external_lex_state = 8}, + [6624] = {.lex_state = 25, .external_lex_state = 8}, + [6625] = {.lex_state = 25, .external_lex_state = 8}, + [6626] = {.lex_state = 20, .external_lex_state = 8}, + [6627] = {.lex_state = 25, .external_lex_state = 8}, + [6628] = {.lex_state = 27, .external_lex_state = 8}, + [6629] = {.lex_state = 25, .external_lex_state = 8}, [6630] = {.lex_state = 25, .external_lex_state = 8}, - [6631] = {.lex_state = 25, .external_lex_state = 8}, + [6631] = {.lex_state = 20, .external_lex_state = 8}, [6632] = {.lex_state = 25, .external_lex_state = 8}, - [6633] = {.lex_state = 25, .external_lex_state = 8}, + [6633] = {.lex_state = 20, .external_lex_state = 8}, [6634] = {.lex_state = 25, .external_lex_state = 8}, - [6635] = {.lex_state = 25, .external_lex_state = 8}, + [6635] = {.lex_state = 20, .external_lex_state = 8}, [6636] = {.lex_state = 25, .external_lex_state = 8}, - [6637] = {.lex_state = 20, .external_lex_state = 8}, - [6638] = {.lex_state = 25, .external_lex_state = 8}, + [6637] = {.lex_state = 25, .external_lex_state = 8}, + [6638] = {.lex_state = 20, .external_lex_state = 8}, [6639] = {.lex_state = 25, .external_lex_state = 8}, [6640] = {.lex_state = 25, .external_lex_state = 8}, [6641] = {.lex_state = 25, .external_lex_state = 8}, - [6642] = {.lex_state = 20, .external_lex_state = 8}, - [6643] = {.lex_state = 25, .external_lex_state = 8}, + [6642] = {.lex_state = 25, .external_lex_state = 8}, + [6643] = {.lex_state = 20, .external_lex_state = 8}, [6644] = {.lex_state = 20, .external_lex_state = 8}, [6645] = {.lex_state = 25, .external_lex_state = 8}, [6646] = {.lex_state = 20, .external_lex_state = 8}, @@ -30132,48 +30130,48 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6651] = {.lex_state = 25, .external_lex_state = 8}, [6652] = {.lex_state = 25, .external_lex_state = 8}, [6653] = {.lex_state = 25, .external_lex_state = 8}, - [6654] = {.lex_state = 20, .external_lex_state = 8}, + [6654] = {.lex_state = 25, .external_lex_state = 8}, [6655] = {.lex_state = 25, .external_lex_state = 8}, [6656] = {.lex_state = 25, .external_lex_state = 8}, - [6657] = {.lex_state = 25, .external_lex_state = 8}, + [6657] = {.lex_state = 20, .external_lex_state = 8}, [6658] = {.lex_state = 20, .external_lex_state = 8}, [6659] = {.lex_state = 25, .external_lex_state = 8}, - [6660] = {.lex_state = 20, .external_lex_state = 8}, + [6660] = {.lex_state = 25, .external_lex_state = 8}, [6661] = {.lex_state = 25, .external_lex_state = 8}, - [6662] = {.lex_state = 20, .external_lex_state = 8}, - [6663] = {.lex_state = 20, .external_lex_state = 8}, - [6664] = {.lex_state = 20, .external_lex_state = 8}, - [6665] = {.lex_state = 20, .external_lex_state = 8}, + [6662] = {.lex_state = 25, .external_lex_state = 8}, + [6663] = {.lex_state = 25, .external_lex_state = 8}, + [6664] = {.lex_state = 25, .external_lex_state = 8}, + [6665] = {.lex_state = 25, .external_lex_state = 8}, [6666] = {.lex_state = 25, .external_lex_state = 8}, - [6667] = {.lex_state = 25, .external_lex_state = 8}, - [6668] = {.lex_state = 20, .external_lex_state = 8}, - [6669] = {.lex_state = 25, .external_lex_state = 8}, - [6670] = {.lex_state = 20, .external_lex_state = 8}, - [6671] = {.lex_state = 25, .external_lex_state = 8}, - [6672] = {.lex_state = 20, .external_lex_state = 8}, - [6673] = {.lex_state = 25, .external_lex_state = 8}, - [6674] = {.lex_state = 25, .external_lex_state = 8}, + [6667] = {.lex_state = 20, .external_lex_state = 8}, + [6668] = {.lex_state = 25, .external_lex_state = 8}, + [6669] = {.lex_state = 20, .external_lex_state = 8}, + [6670] = {.lex_state = 25, .external_lex_state = 8}, + [6671] = {.lex_state = 20, .external_lex_state = 8}, + [6672] = {.lex_state = 25, .external_lex_state = 8}, + [6673] = {.lex_state = 20, .external_lex_state = 8}, + [6674] = {.lex_state = 20, .external_lex_state = 8}, [6675] = {.lex_state = 25, .external_lex_state = 8}, - [6676] = {.lex_state = 25, .external_lex_state = 8}, - [6677] = {.lex_state = 25, .external_lex_state = 8}, + [6676] = {.lex_state = 20, .external_lex_state = 8}, + [6677] = {.lex_state = 20, .external_lex_state = 8}, [6678] = {.lex_state = 25, .external_lex_state = 8}, [6679] = {.lex_state = 25, .external_lex_state = 8}, - [6680] = {.lex_state = 25, .external_lex_state = 8}, - [6681] = {.lex_state = 25, .external_lex_state = 8}, - [6682] = {.lex_state = 25, .external_lex_state = 8}, - [6683] = {.lex_state = 25, .external_lex_state = 8}, - [6684] = {.lex_state = 25, .external_lex_state = 8}, - [6685] = {.lex_state = 20, .external_lex_state = 8}, - [6686] = {.lex_state = 20, .external_lex_state = 8}, + [6680] = {.lex_state = 20, .external_lex_state = 8}, + [6681] = {.lex_state = 27, .external_lex_state = 8}, + [6682] = {.lex_state = 27, .external_lex_state = 8}, + [6683] = {.lex_state = 27, .external_lex_state = 8}, + [6684] = {.lex_state = 27, .external_lex_state = 8}, + [6685] = {.lex_state = 27, .external_lex_state = 8}, + [6686] = {.lex_state = 27, .external_lex_state = 8}, [6687] = {.lex_state = 27, .external_lex_state = 8}, - [6688] = {.lex_state = 20, .external_lex_state = 8}, + [6688] = {.lex_state = 27, .external_lex_state = 8}, [6689] = {.lex_state = 27, .external_lex_state = 8}, [6690] = {.lex_state = 27, .external_lex_state = 8}, [6691] = {.lex_state = 27, .external_lex_state = 8}, [6692] = {.lex_state = 27, .external_lex_state = 8}, [6693] = {.lex_state = 27, .external_lex_state = 8}, [6694] = {.lex_state = 27, .external_lex_state = 8}, - [6695] = {.lex_state = 27, .external_lex_state = 8}, + [6695] = {.lex_state = 20, .external_lex_state = 8}, [6696] = {.lex_state = 27, .external_lex_state = 8}, [6697] = {.lex_state = 27, .external_lex_state = 8}, [6698] = {.lex_state = 27, .external_lex_state = 8}, @@ -30206,7 +30204,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6725] = {.lex_state = 27, .external_lex_state = 8}, [6726] = {.lex_state = 27, .external_lex_state = 8}, [6727] = {.lex_state = 27, .external_lex_state = 8}, - [6728] = {.lex_state = 27, .external_lex_state = 8}, + [6728] = {.lex_state = 20, .external_lex_state = 8}, [6729] = {.lex_state = 27, .external_lex_state = 8}, [6730] = {.lex_state = 27, .external_lex_state = 8}, [6731] = {.lex_state = 27, .external_lex_state = 8}, @@ -30215,12 +30213,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [6734] = {.lex_state = 27, .external_lex_state = 8}, [6735] = {.lex_state = 27, .external_lex_state = 8}, [6736] = {.lex_state = 27, .external_lex_state = 8}, - [6737] = {.lex_state = 27, .external_lex_state = 8}, + [6737] = {.lex_state = 20, .external_lex_state = 8}, [6738] = {.lex_state = 20, .external_lex_state = 8}, - [6739] = {.lex_state = 27, .external_lex_state = 8}, - [6740] = {.lex_state = 27, .external_lex_state = 8}, - [6741] = {.lex_state = 27, .external_lex_state = 8}, - [6742] = {.lex_state = 27, .external_lex_state = 8}, + [6739] = {.lex_state = 20, .external_lex_state = 8}, + [6740] = {.lex_state = 20, .external_lex_state = 8}, + [6741] = {.lex_state = 20, .external_lex_state = 8}, + [6742] = {.lex_state = 20, .external_lex_state = 8}, [6743] = {.lex_state = 20, .external_lex_state = 8}, [6744] = {.lex_state = 20, .external_lex_state = 8}, [6745] = {.lex_state = 20, .external_lex_state = 8}, @@ -30617,7 +30615,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7136] = {.lex_state = 20, .external_lex_state = 8}, [7137] = {.lex_state = 20, .external_lex_state = 8}, [7138] = {.lex_state = 20, .external_lex_state = 8}, - [7139] = {.lex_state = 0, .external_lex_state = 6}, + [7139] = {.lex_state = 20, .external_lex_state = 8}, [7140] = {.lex_state = 20, .external_lex_state = 8}, [7141] = {.lex_state = 20, .external_lex_state = 8}, [7142] = {.lex_state = 20, .external_lex_state = 8}, @@ -30628,7 +30626,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7147] = {.lex_state = 20, .external_lex_state = 8}, [7148] = {.lex_state = 20, .external_lex_state = 8}, [7149] = {.lex_state = 20, .external_lex_state = 8}, - [7150] = {.lex_state = 26, .external_lex_state = 8}, + [7150] = {.lex_state = 20, .external_lex_state = 8}, [7151] = {.lex_state = 20, .external_lex_state = 8}, [7152] = {.lex_state = 20, .external_lex_state = 8}, [7153] = {.lex_state = 20, .external_lex_state = 8}, @@ -30640,7 +30638,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7159] = {.lex_state = 20, .external_lex_state = 8}, [7160] = {.lex_state = 20, .external_lex_state = 8}, [7161] = {.lex_state = 20, .external_lex_state = 8}, - [7162] = {.lex_state = 20, .external_lex_state = 8}, + [7162] = {.lex_state = 0, .external_lex_state = 6}, [7163] = {.lex_state = 20, .external_lex_state = 8}, [7164] = {.lex_state = 20, .external_lex_state = 8}, [7165] = {.lex_state = 20, .external_lex_state = 8}, @@ -30664,10 +30662,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7183] = {.lex_state = 20, .external_lex_state = 8}, [7184] = {.lex_state = 20, .external_lex_state = 8}, [7185] = {.lex_state = 20, .external_lex_state = 8}, - [7186] = {.lex_state = 26, .external_lex_state = 8}, + [7186] = {.lex_state = 20, .external_lex_state = 8}, [7187] = {.lex_state = 20, .external_lex_state = 8}, [7188] = {.lex_state = 20, .external_lex_state = 8}, - [7189] = {.lex_state = 20, .external_lex_state = 8}, + [7189] = {.lex_state = 26, .external_lex_state = 8}, [7190] = {.lex_state = 20, .external_lex_state = 8}, [7191] = {.lex_state = 20, .external_lex_state = 8}, [7192] = {.lex_state = 20, .external_lex_state = 8}, @@ -30676,38 +30674,38 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7195] = {.lex_state = 20, .external_lex_state = 8}, [7196] = {.lex_state = 20, .external_lex_state = 8}, [7197] = {.lex_state = 20, .external_lex_state = 8}, - [7198] = {.lex_state = 20, .external_lex_state = 8}, + [7198] = {.lex_state = 26, .external_lex_state = 8}, [7199] = {.lex_state = 20, .external_lex_state = 8}, [7200] = {.lex_state = 20, .external_lex_state = 8}, [7201] = {.lex_state = 20, .external_lex_state = 8}, [7202] = {.lex_state = 20, .external_lex_state = 8}, - [7203] = {.lex_state = 20, .external_lex_state = 8}, + [7203] = {.lex_state = 0, .external_lex_state = 6}, [7204] = {.lex_state = 20, .external_lex_state = 8}, - [7205] = {.lex_state = 20, .external_lex_state = 8}, - [7206] = {.lex_state = 20, .external_lex_state = 8}, - [7207] = {.lex_state = 20, .external_lex_state = 8}, - [7208] = {.lex_state = 20, .external_lex_state = 8}, - [7209] = {.lex_state = 0, .external_lex_state = 6}, - [7210] = {.lex_state = 20, .external_lex_state = 8}, + [7205] = {.lex_state = 27, .external_lex_state = 8}, + [7206] = {.lex_state = 26, .external_lex_state = 8}, + [7207] = {.lex_state = 25, .external_lex_state = 8}, + [7208] = {.lex_state = 26, .external_lex_state = 8}, + [7209] = {.lex_state = 26, .external_lex_state = 8}, + [7210] = {.lex_state = 26, .external_lex_state = 8}, [7211] = {.lex_state = 25, .external_lex_state = 8}, - [7212] = {.lex_state = 27, .external_lex_state = 8}, - [7213] = {.lex_state = 25, .external_lex_state = 8}, + [7212] = {.lex_state = 25, .external_lex_state = 8}, + [7213] = {.lex_state = 20, .external_lex_state = 8}, [7214] = {.lex_state = 25, .external_lex_state = 8}, - [7215] = {.lex_state = 26, .external_lex_state = 8}, - [7216] = {.lex_state = 20, .external_lex_state = 8}, - [7217] = {.lex_state = 25, .external_lex_state = 8}, + [7215] = {.lex_state = 27, .external_lex_state = 8}, + [7216] = {.lex_state = 25, .external_lex_state = 8}, + [7217] = {.lex_state = 26, .external_lex_state = 8}, [7218] = {.lex_state = 26, .external_lex_state = 8}, - [7219] = {.lex_state = 25, .external_lex_state = 8}, - [7220] = {.lex_state = 26, .external_lex_state = 8}, - [7221] = {.lex_state = 26, .external_lex_state = 8}, - [7222] = {.lex_state = 26, .external_lex_state = 8}, - [7223] = {.lex_state = 27, .external_lex_state = 8}, + [7219] = {.lex_state = 26, .external_lex_state = 8}, + [7220] = {.lex_state = 20, .external_lex_state = 8}, + [7221] = {.lex_state = 20, .external_lex_state = 8}, + [7222] = {.lex_state = 20, .external_lex_state = 8}, + [7223] = {.lex_state = 20, .external_lex_state = 8}, [7224] = {.lex_state = 20, .external_lex_state = 8}, [7225] = {.lex_state = 20, .external_lex_state = 8}, - [7226] = {.lex_state = 20, .external_lex_state = 8}, + [7226] = {.lex_state = 26, .external_lex_state = 8}, [7227] = {.lex_state = 20, .external_lex_state = 8}, - [7228] = {.lex_state = 27, .external_lex_state = 8}, - [7229] = {.lex_state = 26, .external_lex_state = 8}, + [7228] = {.lex_state = 20, .external_lex_state = 8}, + [7229] = {.lex_state = 20, .external_lex_state = 8}, [7230] = {.lex_state = 20, .external_lex_state = 8}, [7231] = {.lex_state = 20, .external_lex_state = 8}, [7232] = {.lex_state = 20, .external_lex_state = 8}, @@ -30718,33 +30716,33 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7237] = {.lex_state = 20, .external_lex_state = 8}, [7238] = {.lex_state = 20, .external_lex_state = 8}, [7239] = {.lex_state = 20, .external_lex_state = 8}, - [7240] = {.lex_state = 20, .external_lex_state = 8}, + [7240] = {.lex_state = 26, .external_lex_state = 8}, [7241] = {.lex_state = 20, .external_lex_state = 8}, [7242] = {.lex_state = 20, .external_lex_state = 8}, [7243] = {.lex_state = 20, .external_lex_state = 8}, [7244] = {.lex_state = 20, .external_lex_state = 8}, - [7245] = {.lex_state = 20, .external_lex_state = 8}, - [7246] = {.lex_state = 26, .external_lex_state = 8}, - [7247] = {.lex_state = 26, .external_lex_state = 8}, + [7245] = {.lex_state = 27, .external_lex_state = 8}, + [7246] = {.lex_state = 20, .external_lex_state = 8}, + [7247] = {.lex_state = 20, .external_lex_state = 8}, [7248] = {.lex_state = 20, .external_lex_state = 8}, [7249] = {.lex_state = 20, .external_lex_state = 8}, [7250] = {.lex_state = 20, .external_lex_state = 8}, [7251] = {.lex_state = 20, .external_lex_state = 8}, [7252] = {.lex_state = 20, .external_lex_state = 8}, [7253] = {.lex_state = 20, .external_lex_state = 8}, - [7254] = {.lex_state = 20, .external_lex_state = 8}, + [7254] = {.lex_state = 26, .external_lex_state = 8}, [7255] = {.lex_state = 20, .external_lex_state = 8}, [7256] = {.lex_state = 20, .external_lex_state = 8}, [7257] = {.lex_state = 20, .external_lex_state = 8}, [7258] = {.lex_state = 20, .external_lex_state = 8}, - [7259] = {.lex_state = 20, .external_lex_state = 8}, + [7259] = {.lex_state = 27, .external_lex_state = 8}, [7260] = {.lex_state = 20, .external_lex_state = 8}, [7261] = {.lex_state = 20, .external_lex_state = 8}, [7262] = {.lex_state = 20, .external_lex_state = 8}, - [7263] = {.lex_state = 26, .external_lex_state = 8}, + [7263] = {.lex_state = 20, .external_lex_state = 8}, [7264] = {.lex_state = 20, .external_lex_state = 8}, [7265] = {.lex_state = 20, .external_lex_state = 8}, - [7266] = {.lex_state = 27, .external_lex_state = 8}, + [7266] = {.lex_state = 20, .external_lex_state = 8}, [7267] = {.lex_state = 20, .external_lex_state = 8}, [7268] = {.lex_state = 20, .external_lex_state = 8}, [7269] = {.lex_state = 20, .external_lex_state = 8}, @@ -30754,91 +30752,91 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7273] = {.lex_state = 20, .external_lex_state = 8}, [7274] = {.lex_state = 20, .external_lex_state = 8}, [7275] = {.lex_state = 20, .external_lex_state = 8}, - [7276] = {.lex_state = 20, .external_lex_state = 8}, + [7276] = {.lex_state = 26, .external_lex_state = 8}, [7277] = {.lex_state = 20, .external_lex_state = 8}, [7278] = {.lex_state = 20, .external_lex_state = 8}, - [7279] = {.lex_state = 26, .external_lex_state = 8}, + [7279] = {.lex_state = 20, .external_lex_state = 8}, [7280] = {.lex_state = 20, .external_lex_state = 8}, [7281] = {.lex_state = 20, .external_lex_state = 8}, [7282] = {.lex_state = 20, .external_lex_state = 8}, - [7283] = {.lex_state = 20, .external_lex_state = 8}, - [7284] = {.lex_state = 26, .external_lex_state = 8}, + [7283] = {.lex_state = 26, .external_lex_state = 8}, + [7284] = {.lex_state = 20, .external_lex_state = 8}, [7285] = {.lex_state = 20, .external_lex_state = 8}, [7286] = {.lex_state = 20, .external_lex_state = 8}, - [7287] = {.lex_state = 20, .external_lex_state = 8}, + [7287] = {.lex_state = 26, .external_lex_state = 8}, [7288] = {.lex_state = 20, .external_lex_state = 8}, - [7289] = {.lex_state = 20, .external_lex_state = 8}, - [7290] = {.lex_state = 26, .external_lex_state = 8}, + [7289] = {.lex_state = 26, .external_lex_state = 8}, + [7290] = {.lex_state = 20, .external_lex_state = 8}, [7291] = {.lex_state = 20, .external_lex_state = 8}, [7292] = {.lex_state = 20, .external_lex_state = 8}, - [7293] = {.lex_state = 20, .external_lex_state = 8}, - [7294] = {.lex_state = 20, .external_lex_state = 8}, - [7295] = {.lex_state = 20, .external_lex_state = 8}, + [7293] = {.lex_state = 26, .external_lex_state = 8}, + [7294] = {.lex_state = 26, .external_lex_state = 8}, + [7295] = {.lex_state = 26, .external_lex_state = 8}, [7296] = {.lex_state = 20, .external_lex_state = 8}, - [7297] = {.lex_state = 27, .external_lex_state = 8}, + [7297] = {.lex_state = 20, .external_lex_state = 8}, [7298] = {.lex_state = 20, .external_lex_state = 8}, [7299] = {.lex_state = 20, .external_lex_state = 8}, [7300] = {.lex_state = 20, .external_lex_state = 8}, - [7301] = {.lex_state = 20, .external_lex_state = 8}, + [7301] = {.lex_state = 27, .external_lex_state = 8}, [7302] = {.lex_state = 20, .external_lex_state = 8}, [7303] = {.lex_state = 20, .external_lex_state = 8}, - [7304] = {.lex_state = 20, .external_lex_state = 8}, - [7305] = {.lex_state = 20, .external_lex_state = 8}, + [7304] = {.lex_state = 26, .external_lex_state = 8}, + [7305] = {.lex_state = 26, .external_lex_state = 8}, [7306] = {.lex_state = 20, .external_lex_state = 8}, [7307] = {.lex_state = 20, .external_lex_state = 8}, [7308] = {.lex_state = 20, .external_lex_state = 8}, [7309] = {.lex_state = 20, .external_lex_state = 8}, - [7310] = {.lex_state = 20, .external_lex_state = 8}, - [7311] = {.lex_state = 26, .external_lex_state = 8}, + [7310] = {.lex_state = 27, .external_lex_state = 8}, + [7311] = {.lex_state = 20, .external_lex_state = 8}, [7312] = {.lex_state = 20, .external_lex_state = 8}, [7313] = {.lex_state = 20, .external_lex_state = 8}, - [7314] = {.lex_state = 27, .external_lex_state = 8}, - [7315] = {.lex_state = 26, .external_lex_state = 8}, + [7314] = {.lex_state = 20, .external_lex_state = 8}, + [7315] = {.lex_state = 20, .external_lex_state = 8}, [7316] = {.lex_state = 20, .external_lex_state = 8}, [7317] = {.lex_state = 20, .external_lex_state = 8}, [7318] = {.lex_state = 20, .external_lex_state = 8}, - [7319] = {.lex_state = 20, .external_lex_state = 8}, - [7320] = {.lex_state = 20, .external_lex_state = 8}, - [7321] = {.lex_state = 26, .external_lex_state = 8}, - [7322] = {.lex_state = 26, .external_lex_state = 8}, + [7319] = {.lex_state = 27, .external_lex_state = 8}, + [7320] = {.lex_state = 26, .external_lex_state = 8}, + [7321] = {.lex_state = 20, .external_lex_state = 8}, + [7322] = {.lex_state = 20, .external_lex_state = 8}, [7323] = {.lex_state = 20, .external_lex_state = 8}, [7324] = {.lex_state = 20, .external_lex_state = 8}, [7325] = {.lex_state = 20, .external_lex_state = 8}, - [7326] = {.lex_state = 26, .external_lex_state = 8}, - [7327] = {.lex_state = 26, .external_lex_state = 8}, + [7326] = {.lex_state = 20, .external_lex_state = 8}, + [7327] = {.lex_state = 20, .external_lex_state = 8}, [7328] = {.lex_state = 20, .external_lex_state = 8}, [7329] = {.lex_state = 20, .external_lex_state = 8}, [7330] = {.lex_state = 20, .external_lex_state = 8}, [7331] = {.lex_state = 20, .external_lex_state = 8}, [7332] = {.lex_state = 20, .external_lex_state = 8}, - [7333] = {.lex_state = 27, .external_lex_state = 8}, + [7333] = {.lex_state = 20, .external_lex_state = 8}, [7334] = {.lex_state = 20, .external_lex_state = 8}, [7335] = {.lex_state = 20, .external_lex_state = 8}, - [7336] = {.lex_state = 26, .external_lex_state = 8}, + [7336] = {.lex_state = 20, .external_lex_state = 8}, [7337] = {.lex_state = 20, .external_lex_state = 8}, - [7338] = {.lex_state = 27, .external_lex_state = 8}, + [7338] = {.lex_state = 25, .external_lex_state = 8}, [7339] = {.lex_state = 20, .external_lex_state = 8}, - [7340] = {.lex_state = 25, .external_lex_state = 8}, - [7341] = {.lex_state = 26, .external_lex_state = 8}, - [7342] = {.lex_state = 20, .external_lex_state = 8}, + [7340] = {.lex_state = 26, .external_lex_state = 8}, + [7341] = {.lex_state = 27, .external_lex_state = 8}, + [7342] = {.lex_state = 27, .external_lex_state = 8}, [7343] = {.lex_state = 20, .external_lex_state = 8}, [7344] = {.lex_state = 20, .external_lex_state = 8}, [7345] = {.lex_state = 20, .external_lex_state = 8}, [7346] = {.lex_state = 20, .external_lex_state = 8}, [7347] = {.lex_state = 20, .external_lex_state = 8}, - [7348] = {.lex_state = 20, .external_lex_state = 8}, + [7348] = {.lex_state = 25, .external_lex_state = 8}, [7349] = {.lex_state = 20, .external_lex_state = 8}, - [7350] = {.lex_state = 26, .external_lex_state = 8}, + [7350] = {.lex_state = 20, .external_lex_state = 8}, [7351] = {.lex_state = 20, .external_lex_state = 8}, [7352] = {.lex_state = 20, .external_lex_state = 8}, - [7353] = {.lex_state = 27, .external_lex_state = 8}, + [7353] = {.lex_state = 20, .external_lex_state = 8}, [7354] = {.lex_state = 20, .external_lex_state = 8}, [7355] = {.lex_state = 20, .external_lex_state = 8}, [7356] = {.lex_state = 20, .external_lex_state = 8}, - [7357] = {.lex_state = 25, .external_lex_state = 8}, + [7357] = {.lex_state = 20, .external_lex_state = 8}, [7358] = {.lex_state = 20, .external_lex_state = 8}, [7359] = {.lex_state = 20, .external_lex_state = 8}, - [7360] = {.lex_state = 27, .external_lex_state = 8}, + [7360] = {.lex_state = 20, .external_lex_state = 8}, [7361] = {.lex_state = 20, .external_lex_state = 8}, [7362] = {.lex_state = 20, .external_lex_state = 8}, [7363] = {.lex_state = 20, .external_lex_state = 8}, @@ -30847,13 +30845,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7366] = {.lex_state = 20, .external_lex_state = 8}, [7367] = {.lex_state = 20, .external_lex_state = 8}, [7368] = {.lex_state = 20, .external_lex_state = 8}, - [7369] = {.lex_state = 20, .external_lex_state = 8}, + [7369] = {.lex_state = 25, .external_lex_state = 8}, [7370] = {.lex_state = 20, .external_lex_state = 8}, [7371] = {.lex_state = 20, .external_lex_state = 8}, [7372] = {.lex_state = 20, .external_lex_state = 8}, [7373] = {.lex_state = 20, .external_lex_state = 8}, [7374] = {.lex_state = 20, .external_lex_state = 8}, - [7375] = {.lex_state = 25, .external_lex_state = 8}, + [7375] = {.lex_state = 20, .external_lex_state = 8}, [7376] = {.lex_state = 20, .external_lex_state = 8}, [7377] = {.lex_state = 20, .external_lex_state = 8}, [7378] = {.lex_state = 20, .external_lex_state = 8}, @@ -30866,7 +30864,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7385] = {.lex_state = 20, .external_lex_state = 8}, [7386] = {.lex_state = 20, .external_lex_state = 8}, [7387] = {.lex_state = 20, .external_lex_state = 8}, - [7388] = {.lex_state = 25, .external_lex_state = 8}, + [7388] = {.lex_state = 20, .external_lex_state = 8}, [7389] = {.lex_state = 20, .external_lex_state = 8}, [7390] = {.lex_state = 20, .external_lex_state = 8}, [7391] = {.lex_state = 20, .external_lex_state = 8}, @@ -30881,7 +30879,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7400] = {.lex_state = 20, .external_lex_state = 8}, [7401] = {.lex_state = 20, .external_lex_state = 8}, [7402] = {.lex_state = 20, .external_lex_state = 8}, - [7403] = {.lex_state = 25, .external_lex_state = 8}, + [7403] = {.lex_state = 20, .external_lex_state = 8}, [7404] = {.lex_state = 20, .external_lex_state = 8}, [7405] = {.lex_state = 20, .external_lex_state = 8}, [7406] = {.lex_state = 20, .external_lex_state = 8}, @@ -30907,7 +30905,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7426] = {.lex_state = 20, .external_lex_state = 8}, [7427] = {.lex_state = 20, .external_lex_state = 8}, [7428] = {.lex_state = 20, .external_lex_state = 8}, - [7429] = {.lex_state = 20, .external_lex_state = 8}, + [7429] = {.lex_state = 27, .external_lex_state = 8}, [7430] = {.lex_state = 20, .external_lex_state = 8}, [7431] = {.lex_state = 20, .external_lex_state = 8}, [7432] = {.lex_state = 20, .external_lex_state = 8}, @@ -30938,7 +30936,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7457] = {.lex_state = 20, .external_lex_state = 8}, [7458] = {.lex_state = 20, .external_lex_state = 8}, [7459] = {.lex_state = 20, .external_lex_state = 8}, - [7460] = {.lex_state = 20, .external_lex_state = 9}, + [7460] = {.lex_state = 20, .external_lex_state = 8}, [7461] = {.lex_state = 20, .external_lex_state = 8}, [7462] = {.lex_state = 20, .external_lex_state = 8}, [7463] = {.lex_state = 20, .external_lex_state = 8}, @@ -30948,8 +30946,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7467] = {.lex_state = 20, .external_lex_state = 8}, [7468] = {.lex_state = 20, .external_lex_state = 8}, [7469] = {.lex_state = 20, .external_lex_state = 8}, - [7470] = {.lex_state = 20, .external_lex_state = 8}, - [7471] = {.lex_state = 27, .external_lex_state = 8}, + [7470] = {.lex_state = 25, .external_lex_state = 8}, + [7471] = {.lex_state = 20, .external_lex_state = 8}, [7472] = {.lex_state = 20, .external_lex_state = 8}, [7473] = {.lex_state = 20, .external_lex_state = 8}, [7474] = {.lex_state = 20, .external_lex_state = 8}, @@ -30960,7 +30958,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7479] = {.lex_state = 20, .external_lex_state = 8}, [7480] = {.lex_state = 20, .external_lex_state = 8}, [7481] = {.lex_state = 20, .external_lex_state = 8}, - [7482] = {.lex_state = 25, .external_lex_state = 8}, + [7482] = {.lex_state = 20, .external_lex_state = 8}, [7483] = {.lex_state = 20, .external_lex_state = 8}, [7484] = {.lex_state = 20, .external_lex_state = 8}, [7485] = {.lex_state = 20, .external_lex_state = 8}, @@ -30973,18 +30971,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7492] = {.lex_state = 20, .external_lex_state = 8}, [7493] = {.lex_state = 20, .external_lex_state = 8}, [7494] = {.lex_state = 20, .external_lex_state = 8}, - [7495] = {.lex_state = 20, .external_lex_state = 8}, + [7495] = {.lex_state = 25, .external_lex_state = 8}, [7496] = {.lex_state = 20, .external_lex_state = 8}, [7497] = {.lex_state = 20, .external_lex_state = 8}, [7498] = {.lex_state = 20, .external_lex_state = 8}, [7499] = {.lex_state = 20, .external_lex_state = 8}, [7500] = {.lex_state = 20, .external_lex_state = 8}, - [7501] = {.lex_state = 27, .external_lex_state = 8}, + [7501] = {.lex_state = 20, .external_lex_state = 9}, [7502] = {.lex_state = 20, .external_lex_state = 8}, [7503] = {.lex_state = 20, .external_lex_state = 8}, [7504] = {.lex_state = 20, .external_lex_state = 8}, [7505] = {.lex_state = 20, .external_lex_state = 8}, - [7506] = {.lex_state = 27, .external_lex_state = 8}, + [7506] = {.lex_state = 20, .external_lex_state = 8}, [7507] = {.lex_state = 20, .external_lex_state = 8}, [7508] = {.lex_state = 20, .external_lex_state = 8}, [7509] = {.lex_state = 20, .external_lex_state = 8}, @@ -30998,7 +30996,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7517] = {.lex_state = 20, .external_lex_state = 8}, [7518] = {.lex_state = 20, .external_lex_state = 8}, [7519] = {.lex_state = 20, .external_lex_state = 8}, - [7520] = {.lex_state = 20, .external_lex_state = 8}, + [7520] = {.lex_state = 25, .external_lex_state = 8}, [7521] = {.lex_state = 20, .external_lex_state = 8}, [7522] = {.lex_state = 20, .external_lex_state = 8}, [7523] = {.lex_state = 20, .external_lex_state = 8}, @@ -31012,7 +31010,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7531] = {.lex_state = 20, .external_lex_state = 8}, [7532] = {.lex_state = 20, .external_lex_state = 8}, [7533] = {.lex_state = 20, .external_lex_state = 8}, - [7534] = {.lex_state = 27, .external_lex_state = 8}, + [7534] = {.lex_state = 20, .external_lex_state = 8}, [7535] = {.lex_state = 20, .external_lex_state = 8}, [7536] = {.lex_state = 20, .external_lex_state = 8}, [7537] = {.lex_state = 20, .external_lex_state = 8}, @@ -31021,7 +31019,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7540] = {.lex_state = 20, .external_lex_state = 8}, [7541] = {.lex_state = 20, .external_lex_state = 8}, [7542] = {.lex_state = 20, .external_lex_state = 8}, - [7543] = {.lex_state = 20, .external_lex_state = 8}, + [7543] = {.lex_state = 27, .external_lex_state = 8}, [7544] = {.lex_state = 20, .external_lex_state = 8}, [7545] = {.lex_state = 20, .external_lex_state = 8}, [7546] = {.lex_state = 20, .external_lex_state = 8}, @@ -31034,21 +31032,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7553] = {.lex_state = 20, .external_lex_state = 8}, [7554] = {.lex_state = 20, .external_lex_state = 8}, [7555] = {.lex_state = 20, .external_lex_state = 8}, - [7556] = {.lex_state = 20, .external_lex_state = 8}, - [7557] = {.lex_state = 20, .external_lex_state = 8}, - [7558] = {.lex_state = 20, .external_lex_state = 9}, - [7559] = {.lex_state = 20, .external_lex_state = 8}, + [7556] = {.lex_state = 27, .external_lex_state = 8}, + [7557] = {.lex_state = 25, .external_lex_state = 8}, + [7558] = {.lex_state = 20, .external_lex_state = 8}, + [7559] = {.lex_state = 25, .external_lex_state = 8}, [7560] = {.lex_state = 20, .external_lex_state = 8}, [7561] = {.lex_state = 20, .external_lex_state = 8}, [7562] = {.lex_state = 20, .external_lex_state = 8}, [7563] = {.lex_state = 20, .external_lex_state = 8}, [7564] = {.lex_state = 20, .external_lex_state = 8}, [7565] = {.lex_state = 20, .external_lex_state = 8}, - [7566] = {.lex_state = 25, .external_lex_state = 8}, - [7567] = {.lex_state = 25, .external_lex_state = 8}, + [7566] = {.lex_state = 20, .external_lex_state = 8}, + [7567] = {.lex_state = 20, .external_lex_state = 8}, [7568] = {.lex_state = 20, .external_lex_state = 8}, [7569] = {.lex_state = 20, .external_lex_state = 8}, - [7570] = {.lex_state = 20, .external_lex_state = 8}, + [7570] = {.lex_state = 27, .external_lex_state = 8}, [7571] = {.lex_state = 20, .external_lex_state = 8}, [7572] = {.lex_state = 20, .external_lex_state = 8}, [7573] = {.lex_state = 20, .external_lex_state = 8}, @@ -31059,9 +31057,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7578] = {.lex_state = 20, .external_lex_state = 8}, [7579] = {.lex_state = 20, .external_lex_state = 8}, [7580] = {.lex_state = 20, .external_lex_state = 8}, - [7581] = {.lex_state = 20, .external_lex_state = 8}, + [7581] = {.lex_state = 20, .external_lex_state = 9}, [7582] = {.lex_state = 20, .external_lex_state = 8}, - [7583] = {.lex_state = 20, .external_lex_state = 8}, + [7583] = {.lex_state = 27, .external_lex_state = 8}, [7584] = {.lex_state = 20, .external_lex_state = 8}, [7585] = {.lex_state = 20, .external_lex_state = 8}, [7586] = {.lex_state = 20, .external_lex_state = 8}, @@ -31099,7 +31097,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7618] = {.lex_state = 20, .external_lex_state = 8}, [7619] = {.lex_state = 20, .external_lex_state = 8}, [7620] = {.lex_state = 20, .external_lex_state = 8}, - [7621] = {.lex_state = 20, .external_lex_state = 8}, + [7621] = {.lex_state = 25, .external_lex_state = 8}, [7622] = {.lex_state = 20, .external_lex_state = 8}, [7623] = {.lex_state = 20, .external_lex_state = 8}, [7624] = {.lex_state = 20, .external_lex_state = 8}, @@ -31118,20 +31116,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7637] = {.lex_state = 20, .external_lex_state = 8}, [7638] = {.lex_state = 20, .external_lex_state = 8}, [7639] = {.lex_state = 20, .external_lex_state = 8}, - [7640] = {.lex_state = 20, .external_lex_state = 8}, - [7641] = {.lex_state = 25, .external_lex_state = 8}, + [7640] = {.lex_state = 25, .external_lex_state = 8}, + [7641] = {.lex_state = 20, .external_lex_state = 8}, [7642] = {.lex_state = 20, .external_lex_state = 8}, [7643] = {.lex_state = 20, .external_lex_state = 8}, [7644] = {.lex_state = 20, .external_lex_state = 8}, [7645] = {.lex_state = 20, .external_lex_state = 8}, [7646] = {.lex_state = 20, .external_lex_state = 8}, - [7647] = {.lex_state = 25, .external_lex_state = 8}, + [7647] = {.lex_state = 20, .external_lex_state = 8}, [7648] = {.lex_state = 20, .external_lex_state = 8}, [7649] = {.lex_state = 20, .external_lex_state = 8}, [7650] = {.lex_state = 20, .external_lex_state = 8}, [7651] = {.lex_state = 20, .external_lex_state = 8}, [7652] = {.lex_state = 20, .external_lex_state = 8}, - [7653] = {.lex_state = 25, .external_lex_state = 8}, + [7653] = {.lex_state = 20, .external_lex_state = 8}, [7654] = {.lex_state = 20, .external_lex_state = 8}, [7655] = {.lex_state = 20, .external_lex_state = 8}, [7656] = {.lex_state = 20, .external_lex_state = 8}, @@ -31144,7 +31142,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7663] = {.lex_state = 20, .external_lex_state = 8}, [7664] = {.lex_state = 20, .external_lex_state = 8}, [7665] = {.lex_state = 20, .external_lex_state = 8}, - [7666] = {.lex_state = 20, .external_lex_state = 8}, + [7666] = {.lex_state = 25, .external_lex_state = 8}, [7667] = {.lex_state = 20, .external_lex_state = 8}, [7668] = {.lex_state = 20, .external_lex_state = 8}, [7669] = {.lex_state = 20, .external_lex_state = 8}, @@ -31171,7 +31169,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7690] = {.lex_state = 20, .external_lex_state = 8}, [7691] = {.lex_state = 20, .external_lex_state = 8}, [7692] = {.lex_state = 20, .external_lex_state = 8}, - [7693] = {.lex_state = 25, .external_lex_state = 8}, + [7693] = {.lex_state = 20, .external_lex_state = 8}, [7694] = {.lex_state = 20, .external_lex_state = 8}, [7695] = {.lex_state = 20, .external_lex_state = 8}, [7696] = {.lex_state = 20, .external_lex_state = 8}, @@ -31187,7 +31185,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7706] = {.lex_state = 20, .external_lex_state = 8}, [7707] = {.lex_state = 20, .external_lex_state = 8}, [7708] = {.lex_state = 20, .external_lex_state = 8}, - [7709] = {.lex_state = 25, .external_lex_state = 8}, + [7709] = {.lex_state = 20, .external_lex_state = 8}, [7710] = {.lex_state = 20, .external_lex_state = 8}, [7711] = {.lex_state = 20, .external_lex_state = 8}, [7712] = {.lex_state = 20, .external_lex_state = 8}, @@ -31205,7 +31203,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7724] = {.lex_state = 20, .external_lex_state = 8}, [7725] = {.lex_state = 20, .external_lex_state = 8}, [7726] = {.lex_state = 20, .external_lex_state = 8}, - [7727] = {.lex_state = 25, .external_lex_state = 8}, + [7727] = {.lex_state = 20, .external_lex_state = 8}, [7728] = {.lex_state = 20, .external_lex_state = 8}, [7729] = {.lex_state = 20, .external_lex_state = 8}, [7730] = {.lex_state = 20, .external_lex_state = 8}, @@ -31250,7 +31248,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7769] = {.lex_state = 20, .external_lex_state = 8}, [7770] = {.lex_state = 20, .external_lex_state = 8}, [7771] = {.lex_state = 20, .external_lex_state = 8}, - [7772] = {.lex_state = 20, .external_lex_state = 8}, + [7772] = {.lex_state = 25, .external_lex_state = 8}, [7773] = {.lex_state = 20, .external_lex_state = 8}, [7774] = {.lex_state = 20, .external_lex_state = 8}, [7775] = {.lex_state = 20, .external_lex_state = 8}, @@ -31273,10 +31271,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7792] = {.lex_state = 20, .external_lex_state = 8}, [7793] = {.lex_state = 20, .external_lex_state = 8}, [7794] = {.lex_state = 20, .external_lex_state = 8}, - [7795] = {.lex_state = 20, .external_lex_state = 8}, + [7795] = {.lex_state = 25, .external_lex_state = 8}, [7796] = {.lex_state = 20, .external_lex_state = 8}, [7797] = {.lex_state = 20, .external_lex_state = 8}, - [7798] = {.lex_state = 20, .external_lex_state = 8}, + [7798] = {.lex_state = 25, .external_lex_state = 8}, [7799] = {.lex_state = 20, .external_lex_state = 8}, [7800] = {.lex_state = 20, .external_lex_state = 8}, [7801] = {.lex_state = 20, .external_lex_state = 8}, @@ -31292,7 +31290,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7811] = {.lex_state = 20, .external_lex_state = 8}, [7812] = {.lex_state = 20, .external_lex_state = 8}, [7813] = {.lex_state = 20, .external_lex_state = 8}, - [7814] = {.lex_state = 20, .external_lex_state = 8}, + [7814] = {.lex_state = 25, .external_lex_state = 8}, [7815] = {.lex_state = 20, .external_lex_state = 8}, [7816] = {.lex_state = 20, .external_lex_state = 8}, [7817] = {.lex_state = 20, .external_lex_state = 8}, @@ -31306,52 +31304,52 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7825] = {.lex_state = 20, .external_lex_state = 8}, [7826] = {.lex_state = 20, .external_lex_state = 8}, [7827] = {.lex_state = 20, .external_lex_state = 8}, - [7828] = {.lex_state = 25, .external_lex_state = 8}, + [7828] = {.lex_state = 20, .external_lex_state = 8}, [7829] = {.lex_state = 20, .external_lex_state = 8}, [7830] = {.lex_state = 20, .external_lex_state = 8}, [7831] = {.lex_state = 20, .external_lex_state = 8}, [7832] = {.lex_state = 20, .external_lex_state = 8}, [7833] = {.lex_state = 20, .external_lex_state = 8}, - [7834] = {.lex_state = 20, .external_lex_state = 8}, - [7835] = {.lex_state = 20, .external_lex_state = 8}, + [7834] = {.lex_state = 27, .external_lex_state = 8}, + [7835] = {.lex_state = 27, .external_lex_state = 8}, [7836] = {.lex_state = 20, .external_lex_state = 8}, - [7837] = {.lex_state = 20, .external_lex_state = 8}, + [7837] = {.lex_state = 27, .external_lex_state = 8}, [7838] = {.lex_state = 20, .external_lex_state = 8}, - [7839] = {.lex_state = 20, .external_lex_state = 8}, - [7840] = {.lex_state = 25, .external_lex_state = 8}, + [7839] = {.lex_state = 25, .external_lex_state = 8}, + [7840] = {.lex_state = 27, .external_lex_state = 8}, [7841] = {.lex_state = 25, .external_lex_state = 8}, - [7842] = {.lex_state = 20, .external_lex_state = 8}, - [7843] = {.lex_state = 20, .external_lex_state = 8}, + [7842] = {.lex_state = 27, .external_lex_state = 8}, + [7843] = {.lex_state = 27, .external_lex_state = 8}, [7844] = {.lex_state = 27, .external_lex_state = 8}, - [7845] = {.lex_state = 27, .external_lex_state = 8}, - [7846] = {.lex_state = 25, .external_lex_state = 8}, + [7845] = {.lex_state = 25, .external_lex_state = 8}, + [7846] = {.lex_state = 27, .external_lex_state = 8}, [7847] = {.lex_state = 25, .external_lex_state = 8}, - [7848] = {.lex_state = 25, .external_lex_state = 8}, - [7849] = {.lex_state = 27, .external_lex_state = 8}, - [7850] = {.lex_state = 25, .external_lex_state = 8}, - [7851] = {.lex_state = 27, .external_lex_state = 8}, - [7852] = {.lex_state = 20, .external_lex_state = 8}, - [7853] = {.lex_state = 27, .external_lex_state = 8}, + [7848] = {.lex_state = 27, .external_lex_state = 8}, + [7849] = {.lex_state = 20, .external_lex_state = 8}, + [7850] = {.lex_state = 27, .external_lex_state = 8}, + [7851] = {.lex_state = 20, .external_lex_state = 8}, + [7852] = {.lex_state = 25, .external_lex_state = 8}, + [7853] = {.lex_state = 25, .external_lex_state = 8}, [7854] = {.lex_state = 25, .external_lex_state = 8}, [7855] = {.lex_state = 27, .external_lex_state = 8}, - [7856] = {.lex_state = 20, .external_lex_state = 8}, - [7857] = {.lex_state = 20, .external_lex_state = 8}, - [7858] = {.lex_state = 27, .external_lex_state = 8}, - [7859] = {.lex_state = 27, .external_lex_state = 8}, - [7860] = {.lex_state = 27, .external_lex_state = 8}, - [7861] = {.lex_state = 27, .external_lex_state = 8}, + [7856] = {.lex_state = 25, .external_lex_state = 8}, + [7857] = {.lex_state = 25, .external_lex_state = 8}, + [7858] = {.lex_state = 20, .external_lex_state = 8}, + [7859] = {.lex_state = 25, .external_lex_state = 8}, + [7860] = {.lex_state = 20, .external_lex_state = 8}, + [7861] = {.lex_state = 20, .external_lex_state = 8}, [7862] = {.lex_state = 20, .external_lex_state = 8}, - [7863] = {.lex_state = 27, .external_lex_state = 8}, - [7864] = {.lex_state = 25, .external_lex_state = 8}, - [7865] = {.lex_state = 25, .external_lex_state = 8}, - [7866] = {.lex_state = 25, .external_lex_state = 8}, + [7863] = {.lex_state = 20, .external_lex_state = 8}, + [7864] = {.lex_state = 20, .external_lex_state = 8}, + [7865] = {.lex_state = 20, .external_lex_state = 8}, + [7866] = {.lex_state = 20, .external_lex_state = 8}, [7867] = {.lex_state = 20, .external_lex_state = 8}, [7868] = {.lex_state = 20, .external_lex_state = 8}, [7869] = {.lex_state = 20, .external_lex_state = 8}, [7870] = {.lex_state = 20, .external_lex_state = 8}, [7871] = {.lex_state = 20, .external_lex_state = 8}, - [7872] = {.lex_state = 20, .external_lex_state = 8}, - [7873] = {.lex_state = 23, .external_lex_state = 9}, + [7872] = {.lex_state = 23, .external_lex_state = 9}, + [7873] = {.lex_state = 20, .external_lex_state = 8}, [7874] = {.lex_state = 20, .external_lex_state = 8}, [7875] = {.lex_state = 20, .external_lex_state = 8}, [7876] = {.lex_state = 20, .external_lex_state = 8}, @@ -31364,21 +31362,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7883] = {.lex_state = 20, .external_lex_state = 8}, [7884] = {.lex_state = 20, .external_lex_state = 8}, [7885] = {.lex_state = 20, .external_lex_state = 8}, - [7886] = {.lex_state = 20, .external_lex_state = 8}, - [7887] = {.lex_state = 23, .external_lex_state = 9}, + [7886] = {.lex_state = 31, .external_lex_state = 8}, + [7887] = {.lex_state = 20, .external_lex_state = 8}, [7888] = {.lex_state = 20, .external_lex_state = 8}, [7889] = {.lex_state = 20, .external_lex_state = 8}, [7890] = {.lex_state = 20, .external_lex_state = 8}, - [7891] = {.lex_state = 23, .external_lex_state = 9}, + [7891] = {.lex_state = 20, .external_lex_state = 8}, [7892] = {.lex_state = 20, .external_lex_state = 8}, - [7893] = {.lex_state = 23, .external_lex_state = 8}, + [7893] = {.lex_state = 20, .external_lex_state = 8}, [7894] = {.lex_state = 20, .external_lex_state = 8}, [7895] = {.lex_state = 20, .external_lex_state = 8}, [7896] = {.lex_state = 20, .external_lex_state = 8}, [7897] = {.lex_state = 20, .external_lex_state = 8}, [7898] = {.lex_state = 20, .external_lex_state = 8}, [7899] = {.lex_state = 20, .external_lex_state = 8}, - [7900] = {.lex_state = 20, .external_lex_state = 8}, + [7900] = {.lex_state = 23, .external_lex_state = 9}, [7901] = {.lex_state = 20, .external_lex_state = 8}, [7902] = {.lex_state = 20, .external_lex_state = 8}, [7903] = {.lex_state = 20, .external_lex_state = 8}, @@ -31430,7 +31428,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [7949] = {.lex_state = 20, .external_lex_state = 8}, [7950] = {.lex_state = 20, .external_lex_state = 8}, [7951] = {.lex_state = 20, .external_lex_state = 8}, - [7952] = {.lex_state = 20, .external_lex_state = 8}, + [7952] = {.lex_state = 23, .external_lex_state = 8}, [7953] = {.lex_state = 20, .external_lex_state = 8}, [7954] = {.lex_state = 20, .external_lex_state = 8}, [7955] = {.lex_state = 20, .external_lex_state = 8}, @@ -31481,13 +31479,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8000] = {.lex_state = 20, .external_lex_state = 8}, [8001] = {.lex_state = 20, .external_lex_state = 8}, [8002] = {.lex_state = 20, .external_lex_state = 8}, - [8003] = {.lex_state = 31, .external_lex_state = 8}, + [8003] = {.lex_state = 20, .external_lex_state = 8}, [8004] = {.lex_state = 20, .external_lex_state = 8}, [8005] = {.lex_state = 20, .external_lex_state = 8}, [8006] = {.lex_state = 20, .external_lex_state = 8}, [8007] = {.lex_state = 20, .external_lex_state = 8}, [8008] = {.lex_state = 20, .external_lex_state = 8}, - [8009] = {.lex_state = 20, .external_lex_state = 8}, + [8009] = {.lex_state = 23, .external_lex_state = 9}, [8010] = {.lex_state = 20, .external_lex_state = 8}, [8011] = {.lex_state = 20, .external_lex_state = 8}, [8012] = {.lex_state = 20, .external_lex_state = 8}, @@ -31506,23 +31504,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8025] = {.lex_state = 20, .external_lex_state = 8}, [8026] = {.lex_state = 20, .external_lex_state = 8}, [8027] = {.lex_state = 20, .external_lex_state = 8}, - [8028] = {.lex_state = 20, .external_lex_state = 8}, - [8029] = {.lex_state = 20, .external_lex_state = 8}, + [8028] = {.lex_state = 23, .external_lex_state = 8}, + [8029] = {.lex_state = 23, .external_lex_state = 8}, [8030] = {.lex_state = 20, .external_lex_state = 8}, [8031] = {.lex_state = 20, .external_lex_state = 8}, [8032] = {.lex_state = 20, .external_lex_state = 8}, - [8033] = {.lex_state = 13, .external_lex_state = 8}, + [8033] = {.lex_state = 20, .external_lex_state = 8}, [8034] = {.lex_state = 20, .external_lex_state = 8}, [8035] = {.lex_state = 20, .external_lex_state = 8}, [8036] = {.lex_state = 20, .external_lex_state = 8}, [8037] = {.lex_state = 20, .external_lex_state = 8}, - [8038] = {.lex_state = 23, .external_lex_state = 8}, + [8038] = {.lex_state = 20, .external_lex_state = 8}, [8039] = {.lex_state = 20, .external_lex_state = 8}, - [8040] = {.lex_state = 23, .external_lex_state = 8}, + [8040] = {.lex_state = 20, .external_lex_state = 8}, [8041] = {.lex_state = 20, .external_lex_state = 8}, [8042] = {.lex_state = 20, .external_lex_state = 8}, [8043] = {.lex_state = 20, .external_lex_state = 8}, - [8044] = {.lex_state = 13, .external_lex_state = 8}, + [8044] = {.lex_state = 20, .external_lex_state = 8}, [8045] = {.lex_state = 20, .external_lex_state = 8}, [8046] = {.lex_state = 20, .external_lex_state = 8}, [8047] = {.lex_state = 20, .external_lex_state = 8}, @@ -31577,17 +31575,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8096] = {.lex_state = 20, .external_lex_state = 8}, [8097] = {.lex_state = 20, .external_lex_state = 8}, [8098] = {.lex_state = 20, .external_lex_state = 8}, - [8099] = {.lex_state = 20, .external_lex_state = 8}, + [8099] = {.lex_state = 23, .external_lex_state = 8}, [8100] = {.lex_state = 20, .external_lex_state = 8}, [8101] = {.lex_state = 20, .external_lex_state = 8}, [8102] = {.lex_state = 20, .external_lex_state = 8}, - [8103] = {.lex_state = 20, .external_lex_state = 8}, + [8103] = {.lex_state = 13, .external_lex_state = 8}, [8104] = {.lex_state = 20, .external_lex_state = 8}, [8105] = {.lex_state = 20, .external_lex_state = 8}, [8106] = {.lex_state = 20, .external_lex_state = 8}, [8107] = {.lex_state = 20, .external_lex_state = 8}, [8108] = {.lex_state = 20, .external_lex_state = 8}, - [8109] = {.lex_state = 13, .external_lex_state = 8}, + [8109] = {.lex_state = 20, .external_lex_state = 8}, [8110] = {.lex_state = 20, .external_lex_state = 8}, [8111] = {.lex_state = 20, .external_lex_state = 8}, [8112] = {.lex_state = 20, .external_lex_state = 8}, @@ -31605,7 +31603,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8124] = {.lex_state = 20, .external_lex_state = 8}, [8125] = {.lex_state = 23, .external_lex_state = 8}, [8126] = {.lex_state = 20, .external_lex_state = 8}, - [8127] = {.lex_state = 20, .external_lex_state = 8}, + [8127] = {.lex_state = 23, .external_lex_state = 8}, [8128] = {.lex_state = 20, .external_lex_state = 8}, [8129] = {.lex_state = 20, .external_lex_state = 8}, [8130] = {.lex_state = 20, .external_lex_state = 8}, @@ -31616,8 +31614,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8135] = {.lex_state = 20, .external_lex_state = 8}, [8136] = {.lex_state = 20, .external_lex_state = 8}, [8137] = {.lex_state = 20, .external_lex_state = 8}, - [8138] = {.lex_state = 23, .external_lex_state = 8}, - [8139] = {.lex_state = 13, .external_lex_state = 8}, + [8138] = {.lex_state = 20, .external_lex_state = 8}, + [8139] = {.lex_state = 20, .external_lex_state = 8}, [8140] = {.lex_state = 20, .external_lex_state = 8}, [8141] = {.lex_state = 20, .external_lex_state = 8}, [8142] = {.lex_state = 20, .external_lex_state = 8}, @@ -31639,7 +31637,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8158] = {.lex_state = 20, .external_lex_state = 8}, [8159] = {.lex_state = 20, .external_lex_state = 8}, [8160] = {.lex_state = 20, .external_lex_state = 8}, - [8161] = {.lex_state = 20, .external_lex_state = 8}, + [8161] = {.lex_state = 23, .external_lex_state = 8}, [8162] = {.lex_state = 20, .external_lex_state = 8}, [8163] = {.lex_state = 20, .external_lex_state = 8}, [8164] = {.lex_state = 20, .external_lex_state = 8}, @@ -31663,7 +31661,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8182] = {.lex_state = 20, .external_lex_state = 8}, [8183] = {.lex_state = 20, .external_lex_state = 8}, [8184] = {.lex_state = 20, .external_lex_state = 8}, - [8185] = {.lex_state = 23, .external_lex_state = 8}, + [8185] = {.lex_state = 20, .external_lex_state = 8}, [8186] = {.lex_state = 20, .external_lex_state = 8}, [8187] = {.lex_state = 20, .external_lex_state = 8}, [8188] = {.lex_state = 20, .external_lex_state = 8}, @@ -31686,7 +31684,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8205] = {.lex_state = 20, .external_lex_state = 8}, [8206] = {.lex_state = 20, .external_lex_state = 8}, [8207] = {.lex_state = 20, .external_lex_state = 8}, - [8208] = {.lex_state = 20, .external_lex_state = 8}, + [8208] = {.lex_state = 23, .external_lex_state = 8}, [8209] = {.lex_state = 20, .external_lex_state = 8}, [8210] = {.lex_state = 20, .external_lex_state = 8}, [8211] = {.lex_state = 20, .external_lex_state = 8}, @@ -31694,14 +31692,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8213] = {.lex_state = 20, .external_lex_state = 8}, [8214] = {.lex_state = 20, .external_lex_state = 8}, [8215] = {.lex_state = 20, .external_lex_state = 8}, - [8216] = {.lex_state = 23, .external_lex_state = 8}, + [8216] = {.lex_state = 13, .external_lex_state = 8}, [8217] = {.lex_state = 20, .external_lex_state = 8}, - [8218] = {.lex_state = 20, .external_lex_state = 8}, + [8218] = {.lex_state = 13, .external_lex_state = 8}, [8219] = {.lex_state = 20, .external_lex_state = 8}, [8220] = {.lex_state = 20, .external_lex_state = 8}, [8221] = {.lex_state = 20, .external_lex_state = 8}, [8222] = {.lex_state = 20, .external_lex_state = 8}, - [8223] = {.lex_state = 20, .external_lex_state = 8}, + [8223] = {.lex_state = 13, .external_lex_state = 8}, [8224] = {.lex_state = 20, .external_lex_state = 8}, [8225] = {.lex_state = 20, .external_lex_state = 8}, [8226] = {.lex_state = 20, .external_lex_state = 8}, @@ -31712,7 +31710,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8231] = {.lex_state = 20, .external_lex_state = 8}, [8232] = {.lex_state = 20, .external_lex_state = 8}, [8233] = {.lex_state = 20, .external_lex_state = 8}, - [8234] = {.lex_state = 20, .external_lex_state = 8}, + [8234] = {.lex_state = 23, .external_lex_state = 8}, [8235] = {.lex_state = 20, .external_lex_state = 8}, [8236] = {.lex_state = 20, .external_lex_state = 8}, [8237] = {.lex_state = 20, .external_lex_state = 8}, @@ -31720,25 +31718,25 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8239] = {.lex_state = 20, .external_lex_state = 8}, [8240] = {.lex_state = 20, .external_lex_state = 8}, [8241] = {.lex_state = 20, .external_lex_state = 8}, - [8242] = {.lex_state = 20, .external_lex_state = 8}, + [8242] = {.lex_state = 13, .external_lex_state = 8}, [8243] = {.lex_state = 20, .external_lex_state = 8}, [8244] = {.lex_state = 20, .external_lex_state = 8}, [8245] = {.lex_state = 20, .external_lex_state = 8}, [8246] = {.lex_state = 20, .external_lex_state = 8}, [8247] = {.lex_state = 20, .external_lex_state = 8}, [8248] = {.lex_state = 20, .external_lex_state = 8}, - [8249] = {.lex_state = 13, .external_lex_state = 8}, + [8249] = {.lex_state = 20, .external_lex_state = 8}, [8250] = {.lex_state = 20, .external_lex_state = 8}, [8251] = {.lex_state = 20, .external_lex_state = 8}, [8252] = {.lex_state = 20, .external_lex_state = 8}, - [8253] = {.lex_state = 20, .external_lex_state = 8}, + [8253] = {.lex_state = 13, .external_lex_state = 8}, [8254] = {.lex_state = 20, .external_lex_state = 8}, [8255] = {.lex_state = 20, .external_lex_state = 8}, [8256] = {.lex_state = 20, .external_lex_state = 8}, [8257] = {.lex_state = 20, .external_lex_state = 8}, [8258] = {.lex_state = 20, .external_lex_state = 8}, [8259] = {.lex_state = 20, .external_lex_state = 8}, - [8260] = {.lex_state = 23, .external_lex_state = 8}, + [8260] = {.lex_state = 20, .external_lex_state = 8}, [8261] = {.lex_state = 20, .external_lex_state = 8}, [8262] = {.lex_state = 20, .external_lex_state = 8}, [8263] = {.lex_state = 20, .external_lex_state = 8}, @@ -31756,407 +31754,407 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8275] = {.lex_state = 20, .external_lex_state = 8}, [8276] = {.lex_state = 20, .external_lex_state = 8}, [8277] = {.lex_state = 20, .external_lex_state = 8}, - [8278] = {.lex_state = 23, .external_lex_state = 8}, - [8279] = {.lex_state = 20, .external_lex_state = 8}, - [8280] = {.lex_state = 20, .external_lex_state = 8}, - [8281] = {.lex_state = 13, .external_lex_state = 8}, - [8282] = {.lex_state = 20, .external_lex_state = 8}, - [8283] = {.lex_state = 20, .external_lex_state = 8}, + [8278] = {.lex_state = 31, .external_lex_state = 8}, + [8279] = {.lex_state = 31, .external_lex_state = 8}, + [8280] = {.lex_state = 31, .external_lex_state = 8}, + [8281] = {.lex_state = 31, .external_lex_state = 8}, + [8282] = {.lex_state = 31, .external_lex_state = 8}, + [8283] = {.lex_state = 23, .external_lex_state = 8}, [8284] = {.lex_state = 31, .external_lex_state = 8}, [8285] = {.lex_state = 31, .external_lex_state = 8}, - [8286] = {.lex_state = 23, .external_lex_state = 8}, - [8287] = {.lex_state = 23, .external_lex_state = 8}, + [8286] = {.lex_state = 31, .external_lex_state = 8}, + [8287] = {.lex_state = 31, .external_lex_state = 8}, [8288] = {.lex_state = 31, .external_lex_state = 8}, [8289] = {.lex_state = 31, .external_lex_state = 8}, - [8290] = {.lex_state = 23, .external_lex_state = 8}, - [8291] = {.lex_state = 23, .external_lex_state = 8}, + [8290] = {.lex_state = 31, .external_lex_state = 8}, + [8291] = {.lex_state = 31, .external_lex_state = 8}, [8292] = {.lex_state = 23, .external_lex_state = 8}, - [8293] = {.lex_state = 23, .external_lex_state = 8}, + [8293] = {.lex_state = 31, .external_lex_state = 8}, [8294] = {.lex_state = 31, .external_lex_state = 8}, [8295] = {.lex_state = 31, .external_lex_state = 8}, - [8296] = {.lex_state = 23, .external_lex_state = 8}, - [8297] = {.lex_state = 31, .external_lex_state = 8}, + [8296] = {.lex_state = 31, .external_lex_state = 8}, + [8297] = {.lex_state = 23, .external_lex_state = 8}, [8298] = {.lex_state = 31, .external_lex_state = 8}, [8299] = {.lex_state = 31, .external_lex_state = 8}, - [8300] = {.lex_state = 31, .external_lex_state = 8}, - [8301] = {.lex_state = 20, .external_lex_state = 8}, - [8302] = {.lex_state = 31, .external_lex_state = 8}, - [8303] = {.lex_state = 31, .external_lex_state = 8}, + [8300] = {.lex_state = 23, .external_lex_state = 8}, + [8301] = {.lex_state = 31, .external_lex_state = 8}, + [8302] = {.lex_state = 23, .external_lex_state = 8}, + [8303] = {.lex_state = 23, .external_lex_state = 8}, [8304] = {.lex_state = 31, .external_lex_state = 8}, [8305] = {.lex_state = 31, .external_lex_state = 8}, - [8306] = {.lex_state = 23, .external_lex_state = 8}, - [8307] = {.lex_state = 31, .external_lex_state = 8}, - [8308] = {.lex_state = 31, .external_lex_state = 8}, + [8306] = {.lex_state = 31, .external_lex_state = 8}, + [8307] = {.lex_state = 23, .external_lex_state = 9}, + [8308] = {.lex_state = 23, .external_lex_state = 8}, [8309] = {.lex_state = 31, .external_lex_state = 8}, [8310] = {.lex_state = 31, .external_lex_state = 8}, - [8311] = {.lex_state = 31, .external_lex_state = 8}, + [8311] = {.lex_state = 23, .external_lex_state = 8}, [8312] = {.lex_state = 31, .external_lex_state = 8}, [8313] = {.lex_state = 31, .external_lex_state = 8}, - [8314] = {.lex_state = 23, .external_lex_state = 9}, - [8315] = {.lex_state = 31, .external_lex_state = 8}, - [8316] = {.lex_state = 31, .external_lex_state = 8}, - [8317] = {.lex_state = 31, .external_lex_state = 8}, + [8314] = {.lex_state = 20, .external_lex_state = 8}, + [8315] = {.lex_state = 23, .external_lex_state = 8}, + [8316] = {.lex_state = 23, .external_lex_state = 9}, + [8317] = {.lex_state = 23, .external_lex_state = 9}, [8318] = {.lex_state = 23, .external_lex_state = 8}, - [8319] = {.lex_state = 31, .external_lex_state = 8}, - [8320] = {.lex_state = 31, .external_lex_state = 8}, - [8321] = {.lex_state = 31, .external_lex_state = 8}, - [8322] = {.lex_state = 23, .external_lex_state = 9}, - [8323] = {.lex_state = 23, .external_lex_state = 8}, - [8324] = {.lex_state = 23, .external_lex_state = 9}, - [8325] = {.lex_state = 23, .external_lex_state = 8}, - [8326] = {.lex_state = 23, .external_lex_state = 9}, + [8319] = {.lex_state = 23, .external_lex_state = 8}, + [8320] = {.lex_state = 23, .external_lex_state = 9}, + [8321] = {.lex_state = 23, .external_lex_state = 9}, + [8322] = {.lex_state = 23, .external_lex_state = 8}, + [8323] = {.lex_state = 23, .external_lex_state = 9}, + [8324] = {.lex_state = 23, .external_lex_state = 8}, + [8325] = {.lex_state = 23, .external_lex_state = 9}, + [8326] = {.lex_state = 23, .external_lex_state = 8}, [8327] = {.lex_state = 23, .external_lex_state = 9}, [8328] = {.lex_state = 23, .external_lex_state = 9}, - [8329] = {.lex_state = 23, .external_lex_state = 9}, + [8329] = {.lex_state = 23, .external_lex_state = 8}, [8330] = {.lex_state = 23, .external_lex_state = 9}, [8331] = {.lex_state = 23, .external_lex_state = 8}, - [8332] = {.lex_state = 23, .external_lex_state = 8}, - [8333] = {.lex_state = 23, .external_lex_state = 8}, - [8334] = {.lex_state = 23, .external_lex_state = 9}, + [8332] = {.lex_state = 13, .external_lex_state = 8}, + [8333] = {.lex_state = 13, .external_lex_state = 8}, + [8334] = {.lex_state = 23, .external_lex_state = 8}, [8335] = {.lex_state = 23, .external_lex_state = 9}, [8336] = {.lex_state = 13, .external_lex_state = 8}, - [8337] = {.lex_state = 23, .external_lex_state = 9}, - [8338] = {.lex_state = 23, .external_lex_state = 8}, - [8339] = {.lex_state = 23, .external_lex_state = 8}, + [8337] = {.lex_state = 23, .external_lex_state = 8}, + [8338] = {.lex_state = 23, .external_lex_state = 9}, + [8339] = {.lex_state = 13, .external_lex_state = 8}, [8340] = {.lex_state = 13, .external_lex_state = 8}, [8341] = {.lex_state = 23, .external_lex_state = 8}, - [8342] = {.lex_state = 13, .external_lex_state = 8}, - [8343] = {.lex_state = 318, .external_lex_state = 8}, - [8344] = {.lex_state = 23, .external_lex_state = 8}, - [8345] = {.lex_state = 23, .external_lex_state = 9}, + [8342] = {.lex_state = 23, .external_lex_state = 9}, + [8343] = {.lex_state = 23, .external_lex_state = 8}, + [8344] = {.lex_state = 318, .external_lex_state = 8}, + [8345] = {.lex_state = 13, .external_lex_state = 8}, [8346] = {.lex_state = 23, .external_lex_state = 8}, [8347] = {.lex_state = 23, .external_lex_state = 8}, [8348] = {.lex_state = 318, .external_lex_state = 8}, - [8349] = {.lex_state = 23, .external_lex_state = 8}, - [8350] = {.lex_state = 13, .external_lex_state = 8}, - [8351] = {.lex_state = 13, .external_lex_state = 8}, - [8352] = {.lex_state = 13, .external_lex_state = 8}, - [8353] = {.lex_state = 23, .external_lex_state = 8}, - [8354] = {.lex_state = 23, .external_lex_state = 8}, - [8355] = {.lex_state = 23, .external_lex_state = 9}, - [8356] = {.lex_state = 23, .external_lex_state = 9}, - [8357] = {.lex_state = 23, .external_lex_state = 9}, + [8349] = {.lex_state = 23, .external_lex_state = 9}, + [8350] = {.lex_state = 23, .external_lex_state = 8}, + [8351] = {.lex_state = 0, .external_lex_state = 8}, + [8352] = {.lex_state = 23, .external_lex_state = 9}, + [8353] = {.lex_state = 0, .external_lex_state = 8}, + [8354] = {.lex_state = 0, .external_lex_state = 8}, + [8355] = {.lex_state = 0, .external_lex_state = 8}, + [8356] = {.lex_state = 0, .external_lex_state = 8}, + [8357] = {.lex_state = 23, .external_lex_state = 8}, [8358] = {.lex_state = 0, .external_lex_state = 8}, - [8359] = {.lex_state = 0, .external_lex_state = 8}, - [8360] = {.lex_state = 13, .external_lex_state = 8}, - [8361] = {.lex_state = 0, .external_lex_state = 8}, - [8362] = {.lex_state = 0, .external_lex_state = 8}, - [8363] = {.lex_state = 0, .external_lex_state = 8}, + [8359] = {.lex_state = 23, .external_lex_state = 8}, + [8360] = {.lex_state = 0, .external_lex_state = 8}, + [8361] = {.lex_state = 23, .external_lex_state = 9}, + [8362] = {.lex_state = 23, .external_lex_state = 9}, + [8363] = {.lex_state = 23, .external_lex_state = 9}, [8364] = {.lex_state = 0, .external_lex_state = 8}, - [8365] = {.lex_state = 0, .external_lex_state = 8}, - [8366] = {.lex_state = 0, .external_lex_state = 8}, - [8367] = {.lex_state = 23, .external_lex_state = 9}, + [8365] = {.lex_state = 23, .external_lex_state = 9}, + [8366] = {.lex_state = 23, .external_lex_state = 9}, + [8367] = {.lex_state = 23, .external_lex_state = 8}, [8368] = {.lex_state = 23, .external_lex_state = 8}, - [8369] = {.lex_state = 23, .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 = 0, .external_lex_state = 8}, - [8373] = {.lex_state = 23, .external_lex_state = 8}, - [8374] = {.lex_state = 0, .external_lex_state = 8}, - [8375] = {.lex_state = 23, .external_lex_state = 8}, - [8376] = {.lex_state = 23, .external_lex_state = 9}, - [8377] = {.lex_state = 0, .external_lex_state = 8}, + [8373] = {.lex_state = 0, .external_lex_state = 8}, + [8374] = {.lex_state = 23, .external_lex_state = 8}, + [8375] = {.lex_state = 0, .external_lex_state = 8}, + [8376] = {.lex_state = 0, .external_lex_state = 8}, + [8377] = {.lex_state = 23, .external_lex_state = 8}, [8378] = {.lex_state = 0, .external_lex_state = 8}, - [8379] = {.lex_state = 0, .external_lex_state = 8}, + [8379] = {.lex_state = 23, .external_lex_state = 8}, [8380] = {.lex_state = 23, .external_lex_state = 8}, - [8381] = {.lex_state = 23, .external_lex_state = 8}, - [8382] = {.lex_state = 23, .external_lex_state = 9}, + [8381] = {.lex_state = 0, .external_lex_state = 8}, + [8382] = {.lex_state = 0, .external_lex_state = 8}, [8383] = {.lex_state = 23, .external_lex_state = 9}, [8384] = {.lex_state = 0, .external_lex_state = 8}, - [8385] = {.lex_state = 23, .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 = 23, .external_lex_state = 9}, + [8388] = {.lex_state = 23, .external_lex_state = 9}, + [8389] = {.lex_state = 0, .external_lex_state = 8}, [8390] = {.lex_state = 0, .external_lex_state = 8}, - [8391] = {.lex_state = 0, .external_lex_state = 8}, + [8391] = {.lex_state = 13, .external_lex_state = 8}, [8392] = {.lex_state = 0, .external_lex_state = 8}, - [8393] = {.lex_state = 23, .external_lex_state = 9}, + [8393] = {.lex_state = 0, .external_lex_state = 8}, [8394] = {.lex_state = 23, .external_lex_state = 8}, - [8395] = {.lex_state = 0, .external_lex_state = 8}, - [8396] = {.lex_state = 23, .external_lex_state = 8}, - [8397] = {.lex_state = 23, .external_lex_state = 8}, - [8398] = {.lex_state = 0, .external_lex_state = 8}, - [8399] = {.lex_state = 23, .external_lex_state = 9}, - [8400] = {.lex_state = 0, .external_lex_state = 8}, - [8401] = {.lex_state = 0, .external_lex_state = 8}, - [8402] = {.lex_state = 23, .external_lex_state = 8}, + [8395] = {.lex_state = 23, .external_lex_state = 8}, + [8396] = {.lex_state = 23, .external_lex_state = 9}, + [8397] = {.lex_state = 23, .external_lex_state = 9}, + [8398] = {.lex_state = 0, .external_lex_state = 10}, + [8399] = {.lex_state = 23, .external_lex_state = 8}, + [8400] = {.lex_state = 23, .external_lex_state = 8}, + [8401] = {.lex_state = 0, .external_lex_state = 10}, + [8402] = {.lex_state = 23, .external_lex_state = 9}, [8403] = {.lex_state = 23, .external_lex_state = 8}, [8404] = {.lex_state = 0, .external_lex_state = 10}, - [8405] = {.lex_state = 0, .external_lex_state = 9}, - [8406] = {.lex_state = 23, .external_lex_state = 8}, - [8407] = {.lex_state = 23, .external_lex_state = 8}, - [8408] = {.lex_state = 23, .external_lex_state = 9}, - [8409] = {.lex_state = 23, .external_lex_state = 9}, - [8410] = {.lex_state = 0, .external_lex_state = 10}, - [8411] = {.lex_state = 0, .external_lex_state = 8}, + [8405] = {.lex_state = 0, .external_lex_state = 10}, + [8406] = {.lex_state = 23, .external_lex_state = 9}, + [8407] = {.lex_state = 0, .external_lex_state = 8}, + [8408] = {.lex_state = 23, .external_lex_state = 8}, + [8409] = {.lex_state = 0, .external_lex_state = 10}, + [8410] = {.lex_state = 0, .external_lex_state = 9}, + [8411] = {.lex_state = 23, .external_lex_state = 9}, [8412] = {.lex_state = 23, .external_lex_state = 9}, - [8413] = {.lex_state = 0, .external_lex_state = 9}, - [8414] = {.lex_state = 0, .external_lex_state = 10}, - [8415] = {.lex_state = 23, .external_lex_state = 8}, - [8416] = {.lex_state = 23, .external_lex_state = 9}, - [8417] = {.lex_state = 23, .external_lex_state = 9}, - [8418] = {.lex_state = 23, .external_lex_state = 9}, - [8419] = {.lex_state = 0, .external_lex_state = 10}, + [8413] = {.lex_state = 23, .external_lex_state = 9}, + [8414] = {.lex_state = 0, .external_lex_state = 9}, + [8415] = {.lex_state = 23, .external_lex_state = 9}, + [8416] = {.lex_state = 23, .external_lex_state = 8}, + [8417] = {.lex_state = 0, .external_lex_state = 10}, + [8418] = {.lex_state = 0, .external_lex_state = 9}, + [8419] = {.lex_state = 23, .external_lex_state = 8}, [8420] = {.lex_state = 23, .external_lex_state = 8}, - [8421] = {.lex_state = 23, .external_lex_state = 9}, - [8422] = {.lex_state = 23, .external_lex_state = 9}, - [8423] = {.lex_state = 0, .external_lex_state = 10}, - [8424] = {.lex_state = 0, .external_lex_state = 10}, - [8425] = {.lex_state = 23, .external_lex_state = 9}, - [8426] = {.lex_state = 0, .external_lex_state = 9}, - [8427] = {.lex_state = 0, .external_lex_state = 9}, - [8428] = {.lex_state = 23, .external_lex_state = 9}, - [8429] = {.lex_state = 23, .external_lex_state = 8}, - [8430] = {.lex_state = 0, .external_lex_state = 10}, - [8431] = {.lex_state = 0, .external_lex_state = 9}, - [8432] = {.lex_state = 23, .external_lex_state = 9}, + [8421] = {.lex_state = 0, .external_lex_state = 10}, + [8422] = {.lex_state = 0, .external_lex_state = 10}, + [8423] = {.lex_state = 0, .external_lex_state = 9}, + [8424] = {.lex_state = 23, .external_lex_state = 8}, + [8425] = {.lex_state = 0, .external_lex_state = 10}, + [8426] = {.lex_state = 23, .external_lex_state = 9}, + [8427] = {.lex_state = 0, .external_lex_state = 10}, + [8428] = {.lex_state = 23, .external_lex_state = 8}, + [8429] = {.lex_state = 23, .external_lex_state = 9}, + [8430] = {.lex_state = 23, .external_lex_state = 9}, + [8431] = {.lex_state = 23, .external_lex_state = 9}, + [8432] = {.lex_state = 0, .external_lex_state = 10}, [8433] = {.lex_state = 23, .external_lex_state = 8}, - [8434] = {.lex_state = 0, .external_lex_state = 10}, + [8434] = {.lex_state = 0, .external_lex_state = 9}, [8435] = {.lex_state = 23, .external_lex_state = 9}, - [8436] = {.lex_state = 0, .external_lex_state = 9}, - [8437] = {.lex_state = 23, .external_lex_state = 8}, - [8438] = {.lex_state = 0, .external_lex_state = 9}, - [8439] = {.lex_state = 23, .external_lex_state = 9}, - [8440] = {.lex_state = 23, .external_lex_state = 9}, - [8441] = {.lex_state = 0, .external_lex_state = 10}, - [8442] = {.lex_state = 0, .external_lex_state = 10}, + [8436] = {.lex_state = 23, .external_lex_state = 8}, + [8437] = {.lex_state = 0, .external_lex_state = 9}, + [8438] = {.lex_state = 23, .external_lex_state = 9}, + [8439] = {.lex_state = 0, .external_lex_state = 10}, + [8440] = {.lex_state = 0, .external_lex_state = 9}, + [8441] = {.lex_state = 0, .external_lex_state = 9}, + [8442] = {.lex_state = 0, .external_lex_state = 9}, [8443] = {.lex_state = 23, .external_lex_state = 9}, - [8444] = {.lex_state = 0, .external_lex_state = 10}, - [8445] = {.lex_state = 23, .external_lex_state = 9}, - [8446] = {.lex_state = 0, .external_lex_state = 10}, - [8447] = {.lex_state = 0, .external_lex_state = 9}, - [8448] = {.lex_state = 23, .external_lex_state = 8}, - [8449] = {.lex_state = 23, .external_lex_state = 8}, + [8444] = {.lex_state = 23, .external_lex_state = 9}, + [8445] = {.lex_state = 23, .external_lex_state = 8}, + [8446] = {.lex_state = 23, .external_lex_state = 9}, + [8447] = {.lex_state = 23, .external_lex_state = 9}, + [8448] = {.lex_state = 23, .external_lex_state = 9}, + [8449] = {.lex_state = 0, .external_lex_state = 10}, [8450] = {.lex_state = 0, .external_lex_state = 9}, [8451] = {.lex_state = 23, .external_lex_state = 9}, - [8452] = {.lex_state = 23, .external_lex_state = 8}, - [8453] = {.lex_state = 0, .external_lex_state = 9}, - [8454] = {.lex_state = 0, .external_lex_state = 10}, - [8455] = {.lex_state = 23, .external_lex_state = 9}, + [8452] = {.lex_state = 0, .external_lex_state = 8}, + [8453] = {.lex_state = 0, .external_lex_state = 8}, + [8454] = {.lex_state = 0, .external_lex_state = 8}, + [8455] = {.lex_state = 0, .external_lex_state = 8}, [8456] = {.lex_state = 23, .external_lex_state = 9}, [8457] = {.lex_state = 23, .external_lex_state = 9}, [8458] = {.lex_state = 0, .external_lex_state = 8}, [8459] = {.lex_state = 0, .external_lex_state = 8}, - [8460] = {.lex_state = 0, .external_lex_state = 8}, + [8460] = {.lex_state = 0, .external_lex_state = 9}, [8461] = {.lex_state = 0, .external_lex_state = 8}, - [8462] = {.lex_state = 0, .external_lex_state = 8}, + [8462] = {.lex_state = 23, .external_lex_state = 8}, [8463] = {.lex_state = 0, .external_lex_state = 8}, [8464] = {.lex_state = 0, .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}, + [8466] = {.lex_state = 23, .external_lex_state = 8}, + [8467] = {.lex_state = 23, .external_lex_state = 9}, [8468] = {.lex_state = 0, .external_lex_state = 8}, - [8469] = {.lex_state = 23, .external_lex_state = 9}, - [8470] = {.lex_state = 23, .external_lex_state = 9}, - [8471] = {.lex_state = 32, .external_lex_state = 8}, - [8472] = {.lex_state = 0, .external_lex_state = 8}, - [8473] = {.lex_state = 23, .external_lex_state = 9}, - [8474] = {.lex_state = 0, .external_lex_state = 8}, + [8469] = {.lex_state = 0, .external_lex_state = 8}, + [8470] = {.lex_state = 23, .external_lex_state = 8}, + [8471] = {.lex_state = 23, .external_lex_state = 8}, + [8472] = {.lex_state = 23, .external_lex_state = 8}, + [8473] = {.lex_state = 0, .external_lex_state = 8}, + [8474] = {.lex_state = 23, .external_lex_state = 8}, [8475] = {.lex_state = 0, .external_lex_state = 8}, - [8476] = {.lex_state = 0, .external_lex_state = 8}, + [8476] = {.lex_state = 23, .external_lex_state = 8}, [8477] = {.lex_state = 0, .external_lex_state = 8}, - [8478] = {.lex_state = 23, .external_lex_state = 9}, - [8479] = {.lex_state = 23, .external_lex_state = 9}, - [8480] = {.lex_state = 0, .external_lex_state = 8}, + [8478] = {.lex_state = 0, .external_lex_state = 8}, + [8479] = {.lex_state = 23, .external_lex_state = 8}, + [8480] = {.lex_state = 23, .external_lex_state = 8}, [8481] = {.lex_state = 0, .external_lex_state = 8}, - [8482] = {.lex_state = 0, .external_lex_state = 8}, + [8482] = {.lex_state = 23, .external_lex_state = 8}, [8483] = {.lex_state = 0, .external_lex_state = 8}, [8484] = {.lex_state = 23, .external_lex_state = 8}, - [8485] = {.lex_state = 0, .external_lex_state = 8}, - [8486] = {.lex_state = 23, .external_lex_state = 9}, + [8485] = {.lex_state = 23, .external_lex_state = 8}, + [8486] = {.lex_state = 23, .external_lex_state = 8}, [8487] = {.lex_state = 0, .external_lex_state = 8}, [8488] = {.lex_state = 0, .external_lex_state = 8}, [8489] = {.lex_state = 0, .external_lex_state = 8}, [8490] = {.lex_state = 0, .external_lex_state = 8}, [8491] = {.lex_state = 0, .external_lex_state = 8}, - [8492] = {.lex_state = 0, .external_lex_state = 8}, - [8493] = {.lex_state = 0, .external_lex_state = 8}, - [8494] = {.lex_state = 0, .external_lex_state = 8}, - [8495] = {.lex_state = 0, .external_lex_state = 8}, - [8496] = {.lex_state = 0, .external_lex_state = 8}, - [8497] = {.lex_state = 23, .external_lex_state = 9}, - [8498] = {.lex_state = 23, .external_lex_state = 9}, - [8499] = {.lex_state = 0, .external_lex_state = 8}, + [8492] = {.lex_state = 23, .external_lex_state = 8}, + [8493] = {.lex_state = 23, .external_lex_state = 8}, + [8494] = {.lex_state = 23, .external_lex_state = 8}, + [8495] = {.lex_state = 23, .external_lex_state = 8}, + [8496] = {.lex_state = 23, .external_lex_state = 8}, + [8497] = {.lex_state = 0, .external_lex_state = 8}, + [8498] = {.lex_state = 0, .external_lex_state = 8}, + [8499] = {.lex_state = 32, .external_lex_state = 8}, [8500] = {.lex_state = 0, .external_lex_state = 8}, [8501] = {.lex_state = 0, .external_lex_state = 8}, - [8502] = {.lex_state = 0, .external_lex_state = 8}, + [8502] = {.lex_state = 23, .external_lex_state = 8}, [8503] = {.lex_state = 0, .external_lex_state = 8}, [8504] = {.lex_state = 0, .external_lex_state = 8}, [8505] = {.lex_state = 0, .external_lex_state = 8}, - [8506] = {.lex_state = 0, .external_lex_state = 8}, - [8507] = {.lex_state = 23, .external_lex_state = 8}, - [8508] = {.lex_state = 0, .external_lex_state = 8}, + [8506] = {.lex_state = 23, .external_lex_state = 9}, + [8507] = {.lex_state = 0, .external_lex_state = 8}, + [8508] = {.lex_state = 23, .external_lex_state = 9}, [8509] = {.lex_state = 0, .external_lex_state = 8}, - [8510] = {.lex_state = 23, .external_lex_state = 8}, + [8510] = {.lex_state = 23, .external_lex_state = 9}, [8511] = {.lex_state = 0, .external_lex_state = 8}, - [8512] = {.lex_state = 0, .external_lex_state = 8}, + [8512] = {.lex_state = 23, .external_lex_state = 9}, [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 = 23, .external_lex_state = 9}, - [8517] = {.lex_state = 23, .external_lex_state = 9}, + [8516] = {.lex_state = 32, .external_lex_state = 8}, + [8517] = {.lex_state = 0, .external_lex_state = 8}, [8518] = {.lex_state = 0, .external_lex_state = 8}, - [8519] = {.lex_state = 23, .external_lex_state = 8}, - [8520] = {.lex_state = 0, .external_lex_state = 8}, - [8521] = {.lex_state = 0, .external_lex_state = 8}, - [8522] = {.lex_state = 0, .external_lex_state = 8}, + [8519] = {.lex_state = 0, .external_lex_state = 8}, + [8520] = {.lex_state = 23, .external_lex_state = 9}, + [8521] = {.lex_state = 23, .external_lex_state = 9}, + [8522] = {.lex_state = 23, .external_lex_state = 9}, [8523] = {.lex_state = 0, .external_lex_state = 8}, - [8524] = {.lex_state = 0, .external_lex_state = 8}, - [8525] = {.lex_state = 23, .external_lex_state = 9}, - [8526] = {.lex_state = 0, .external_lex_state = 8}, + [8524] = {.lex_state = 23, .external_lex_state = 8}, + [8525] = {.lex_state = 23, .external_lex_state = 8}, + [8526] = {.lex_state = 23, .external_lex_state = 9}, [8527] = {.lex_state = 0, .external_lex_state = 8}, [8528] = {.lex_state = 0, .external_lex_state = 8}, - [8529] = {.lex_state = 23, .external_lex_state = 8}, + [8529] = {.lex_state = 0, .external_lex_state = 8}, [8530] = {.lex_state = 0, .external_lex_state = 8}, [8531] = {.lex_state = 0, .external_lex_state = 8}, [8532] = {.lex_state = 0, .external_lex_state = 8}, - [8533] = {.lex_state = 23, .external_lex_state = 8}, - [8534] = {.lex_state = 23, .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 = 23, .external_lex_state = 8}, + [8536] = {.lex_state = 0, .external_lex_state = 8}, [8537] = {.lex_state = 0, .external_lex_state = 8}, [8538] = {.lex_state = 0, .external_lex_state = 8}, - [8539] = {.lex_state = 0, .external_lex_state = 8}, + [8539] = {.lex_state = 0, .external_lex_state = 9}, [8540] = {.lex_state = 0, .external_lex_state = 8}, [8541] = {.lex_state = 0, .external_lex_state = 8}, - [8542] = {.lex_state = 23, .external_lex_state = 8}, + [8542] = {.lex_state = 23, .external_lex_state = 9}, [8543] = {.lex_state = 0, .external_lex_state = 8}, [8544] = {.lex_state = 0, .external_lex_state = 8}, - [8545] = {.lex_state = 0, .external_lex_state = 8}, + [8545] = {.lex_state = 23, .external_lex_state = 8}, [8546] = {.lex_state = 0, .external_lex_state = 8}, [8547] = {.lex_state = 0, .external_lex_state = 8}, - [8548] = {.lex_state = 0, .external_lex_state = 9}, - [8549] = {.lex_state = 23, .external_lex_state = 8}, - [8550] = {.lex_state = 23, .external_lex_state = 8}, - [8551] = {.lex_state = 23, .external_lex_state = 8}, - [8552] = {.lex_state = 23, .external_lex_state = 8}, - [8553] = {.lex_state = 23, .external_lex_state = 8}, - [8554] = {.lex_state = 0, .external_lex_state = 8}, - [8555] = {.lex_state = 23, .external_lex_state = 9}, - [8556] = {.lex_state = 0, .external_lex_state = 8}, - [8557] = {.lex_state = 0, .external_lex_state = 8}, + [8548] = {.lex_state = 0, .external_lex_state = 8}, + [8549] = {.lex_state = 0, .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}, + [8553] = {.lex_state = 32, .external_lex_state = 8}, + [8554] = {.lex_state = 23, .external_lex_state = 9}, + [8555] = {.lex_state = 0, .external_lex_state = 8}, + [8556] = {.lex_state = 23, .external_lex_state = 8}, + [8557] = {.lex_state = 23, .external_lex_state = 9}, [8558] = {.lex_state = 0, .external_lex_state = 8}, - [8559] = {.lex_state = 23, .external_lex_state = 8}, + [8559] = {.lex_state = 0, .external_lex_state = 8}, [8560] = {.lex_state = 0, .external_lex_state = 8}, [8561] = {.lex_state = 0, .external_lex_state = 8}, - [8562] = {.lex_state = 23, .external_lex_state = 8}, - [8563] = {.lex_state = 23, .external_lex_state = 9}, + [8562] = {.lex_state = 0, .external_lex_state = 8}, + [8563] = {.lex_state = 0, .external_lex_state = 8}, [8564] = {.lex_state = 0, .external_lex_state = 8}, [8565] = {.lex_state = 0, .external_lex_state = 8}, - [8566] = {.lex_state = 0, .external_lex_state = 8}, - [8567] = {.lex_state = 23, .external_lex_state = 8}, + [8566] = {.lex_state = 23, .external_lex_state = 8}, + [8567] = {.lex_state = 0, .external_lex_state = 8}, [8568] = {.lex_state = 0, .external_lex_state = 8}, [8569] = {.lex_state = 0, .external_lex_state = 8}, - [8570] = {.lex_state = 0, .external_lex_state = 8}, - [8571] = {.lex_state = 23, .external_lex_state = 9}, - [8572] = {.lex_state = 23, .external_lex_state = 8}, + [8570] = {.lex_state = 23, .external_lex_state = 8}, + [8571] = {.lex_state = 0, .external_lex_state = 8}, + [8572] = {.lex_state = 0, .external_lex_state = 8}, [8573] = {.lex_state = 0, .external_lex_state = 8}, - [8574] = {.lex_state = 32, .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}, [8578] = {.lex_state = 0, .external_lex_state = 8}, [8579] = {.lex_state = 0, .external_lex_state = 8}, - [8580] = {.lex_state = 23, .external_lex_state = 8}, + [8580] = {.lex_state = 0, .external_lex_state = 8}, [8581] = {.lex_state = 0, .external_lex_state = 8}, [8582] = {.lex_state = 0, .external_lex_state = 8}, - [8583] = {.lex_state = 32, .external_lex_state = 8}, - [8584] = {.lex_state = 32, .external_lex_state = 8}, + [8583] = {.lex_state = 0, .external_lex_state = 8}, + [8584] = {.lex_state = 23, .external_lex_state = 9}, [8585] = {.lex_state = 23, .external_lex_state = 8}, - [8586] = {.lex_state = 0, .external_lex_state = 8}, - [8587] = {.lex_state = 23, .external_lex_state = 8}, + [8586] = {.lex_state = 23, .external_lex_state = 8}, + [8587] = {.lex_state = 0, .external_lex_state = 8}, [8588] = {.lex_state = 23, .external_lex_state = 8}, [8589] = {.lex_state = 0, .external_lex_state = 8}, [8590] = {.lex_state = 23, .external_lex_state = 8}, - [8591] = {.lex_state = 23, .external_lex_state = 8}, - [8592] = {.lex_state = 0, .external_lex_state = 8}, - [8593] = {.lex_state = 0, .external_lex_state = 8}, + [8591] = {.lex_state = 23, .external_lex_state = 9}, + [8592] = {.lex_state = 23, .external_lex_state = 8}, + [8593] = {.lex_state = 32, .external_lex_state = 8}, [8594] = {.lex_state = 0, .external_lex_state = 8}, [8595] = {.lex_state = 0, .external_lex_state = 8}, [8596] = {.lex_state = 23, .external_lex_state = 8}, - [8597] = {.lex_state = 32, .external_lex_state = 8}, - [8598] = {.lex_state = 0, .external_lex_state = 8}, + [8597] = {.lex_state = 0, .external_lex_state = 8}, + [8598] = {.lex_state = 32, .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 = 8}, + [8601] = {.lex_state = 23, .external_lex_state = 8}, [8602] = {.lex_state = 0, .external_lex_state = 8}, - [8603] = {.lex_state = 0, .external_lex_state = 8}, + [8603] = {.lex_state = 23, .external_lex_state = 8}, [8604] = {.lex_state = 23, .external_lex_state = 8}, - [8605] = {.lex_state = 23, .external_lex_state = 8}, + [8605] = {.lex_state = 0, .external_lex_state = 8}, [8606] = {.lex_state = 0, .external_lex_state = 8}, - [8607] = {.lex_state = 23, .external_lex_state = 9}, - [8608] = {.lex_state = 23, .external_lex_state = 9}, - [8609] = {.lex_state = 23, .external_lex_state = 9}, - [8610] = {.lex_state = 23, .external_lex_state = 8}, - [8611] = {.lex_state = 32, .external_lex_state = 8}, - [8612] = {.lex_state = 0, .external_lex_state = 8}, + [8607] = {.lex_state = 23, .external_lex_state = 8}, + [8608] = {.lex_state = 0, .external_lex_state = 8}, + [8609] = {.lex_state = 0, .external_lex_state = 8}, + [8610] = {.lex_state = 0, .external_lex_state = 8}, + [8611] = {.lex_state = 23, .external_lex_state = 8}, + [8612] = {.lex_state = 23, .external_lex_state = 9}, [8613] = {.lex_state = 0, .external_lex_state = 8}, - [8614] = {.lex_state = 0, .external_lex_state = 8}, - [8615] = {.lex_state = 23, .external_lex_state = 8}, + [8614] = {.lex_state = 23, .external_lex_state = 8}, + [8615] = {.lex_state = 0, .external_lex_state = 8}, [8616] = {.lex_state = 0, .external_lex_state = 8}, - [8617] = {.lex_state = 0, .external_lex_state = 9}, - [8618] = {.lex_state = 23, .external_lex_state = 8}, - [8619] = {.lex_state = 23, .external_lex_state = 8}, - [8620] = {.lex_state = 23, .external_lex_state = 8}, - [8621] = {.lex_state = 0, .external_lex_state = 8}, - [8622] = {.lex_state = 23, .external_lex_state = 8}, - [8623] = {.lex_state = 23, .external_lex_state = 8}, - [8624] = {.lex_state = 23, .external_lex_state = 8}, - [8625] = {.lex_state = 23, .external_lex_state = 8}, - [8626] = {.lex_state = 23, .external_lex_state = 9}, + [8617] = {.lex_state = 0, .external_lex_state = 8}, + [8618] = {.lex_state = 0, .external_lex_state = 8}, + [8619] = {.lex_state = 23, .external_lex_state = 9}, + [8620] = {.lex_state = 32, .external_lex_state = 8}, + [8621] = {.lex_state = 23, .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 = 8}, + [8625] = {.lex_state = 0, .external_lex_state = 8}, + [8626] = {.lex_state = 0, .external_lex_state = 8}, [8627] = {.lex_state = 0, .external_lex_state = 8}, [8628] = {.lex_state = 0, .external_lex_state = 8}, - [8629] = {.lex_state = 23, .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}, + [8631] = {.lex_state = 23, .external_lex_state = 8}, [8632] = {.lex_state = 23, .external_lex_state = 8}, - [8633] = {.lex_state = 0, .external_lex_state = 8}, - [8634] = {.lex_state = 0, .external_lex_state = 8}, + [8633] = {.lex_state = 0, .external_lex_state = 10}, + [8634] = {.lex_state = 0, .external_lex_state = 9}, [8635] = {.lex_state = 0, .external_lex_state = 8}, [8636] = {.lex_state = 0, .external_lex_state = 8}, - [8637] = {.lex_state = 23, .external_lex_state = 8}, - [8638] = {.lex_state = 0, .external_lex_state = 8}, - [8639] = {.lex_state = 0, .external_lex_state = 8}, + [8637] = {.lex_state = 0, .external_lex_state = 8}, + [8638] = {.lex_state = 23, .external_lex_state = 11}, + [8639] = {.lex_state = 23, .external_lex_state = 8}, [8640] = {.lex_state = 0, .external_lex_state = 8}, [8641] = {.lex_state = 0, .external_lex_state = 8}, [8642] = {.lex_state = 0, .external_lex_state = 8}, - [8643] = {.lex_state = 23, .external_lex_state = 8}, + [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}, - [8647] = {.lex_state = 0, .external_lex_state = 8}, + [8647] = {.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 = 10}, + [8650] = {.lex_state = 0, .external_lex_state = 9}, [8651] = {.lex_state = 0, .external_lex_state = 8}, - [8652] = {.lex_state = 23, .external_lex_state = 8}, - [8653] = {.lex_state = 0, .external_lex_state = 9}, - [8654] = {.lex_state = 23, .external_lex_state = 9}, + [8652] = {.lex_state = 0, .external_lex_state = 9}, + [8653] = {.lex_state = 0, .external_lex_state = 8}, + [8654] = {.lex_state = 0, .external_lex_state = 8}, [8655] = {.lex_state = 0, .external_lex_state = 9}, - [8656] = {.lex_state = 0, .external_lex_state = 9}, - [8657] = {.lex_state = 0, .external_lex_state = 8}, + [8656] = {.lex_state = 0, .external_lex_state = 8}, + [8657] = {.lex_state = 0, .external_lex_state = 9}, [8658] = {.lex_state = 0, .external_lex_state = 8}, - [8659] = {.lex_state = 0, .external_lex_state = 8}, - [8660] = {.lex_state = 0, .external_lex_state = 8}, - [8661] = {.lex_state = 0, .external_lex_state = 8}, + [8659] = {.lex_state = 0, .external_lex_state = 9}, + [8660] = {.lex_state = 0, .external_lex_state = 9}, + [8661] = {.lex_state = 0, .external_lex_state = 9}, [8662] = {.lex_state = 0, .external_lex_state = 8}, - [8663] = {.lex_state = 0, .external_lex_state = 9}, - [8664] = {.lex_state = 0, .external_lex_state = 9}, - [8665] = {.lex_state = 0, .external_lex_state = 8}, + [8663] = {.lex_state = 0, .external_lex_state = 8}, + [8664] = {.lex_state = 0, .external_lex_state = 8}, + [8665] = {.lex_state = 0, .external_lex_state = 9}, [8666] = {.lex_state = 0, .external_lex_state = 8}, - [8667] = {.lex_state = 0, .external_lex_state = 8}, - [8668] = {.lex_state = 0, .external_lex_state = 8}, + [8667] = {.lex_state = 23, .external_lex_state = 8}, + [8668] = {.lex_state = 0, .external_lex_state = 9}, [8669] = {.lex_state = 0, .external_lex_state = 8}, [8670] = {.lex_state = 0, .external_lex_state = 8}, [8671] = {.lex_state = 0, .external_lex_state = 8}, - [8672] = {.lex_state = 0, .external_lex_state = 8}, - [8673] = {.lex_state = 318, .external_lex_state = 8}, - [8674] = {.lex_state = 0, .external_lex_state = 9}, + [8672] = {.lex_state = 23, .external_lex_state = 8}, + [8673] = {.lex_state = 0, .external_lex_state = 8}, + [8674] = {.lex_state = 318, .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 = 23, .external_lex_state = 8}, + [8677] = {.lex_state = 23, .external_lex_state = 8}, + [8678] = {.lex_state = 0, .external_lex_state = 8}, [8679] = {.lex_state = 0, .external_lex_state = 8}, [8680] = {.lex_state = 0, .external_lex_state = 8}, [8681] = {.lex_state = 0, .external_lex_state = 8}, @@ -32165,633 +32163,633 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [8684] = {.lex_state = 0, .external_lex_state = 8}, [8685] = {.lex_state = 0, .external_lex_state = 8}, [8686] = {.lex_state = 0, .external_lex_state = 8}, - [8687] = {.lex_state = 0, .external_lex_state = 9}, + [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 = 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 = 10}, - [8696] = {.lex_state = 23, .external_lex_state = 11}, + [8694] = {.lex_state = 0, .external_lex_state = 9}, + [8695] = {.lex_state = 0, .external_lex_state = 8}, + [8696] = {.lex_state = 0, .external_lex_state = 8}, [8697] = {.lex_state = 0, .external_lex_state = 8}, - [8698] = {.lex_state = 23, .external_lex_state = 8}, - [8699] = {.lex_state = 0, .external_lex_state = 9}, - [8700] = {.lex_state = 0, .external_lex_state = 9}, - [8701] = {.lex_state = 23, .external_lex_state = 8}, - [8702] = {.lex_state = 0, .external_lex_state = 9}, + [8698] = {.lex_state = 0, .external_lex_state = 8}, + [8699] = {.lex_state = 0, .external_lex_state = 8}, + [8700] = {.lex_state = 0, .external_lex_state = 8}, + [8701] = {.lex_state = 0, .external_lex_state = 8}, + [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 = 23, .external_lex_state = 8}, + [8705] = {.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 = 0, .external_lex_state = 8}, + [8708] = {.lex_state = 0, .external_lex_state = 9}, [8709] = {.lex_state = 0, .external_lex_state = 8}, - [8710] = {.lex_state = 0, .external_lex_state = 8}, - [8711] = {.lex_state = 0, .external_lex_state = 8}, + [8710] = {.lex_state = 0, .external_lex_state = 9}, + [8711] = {.lex_state = 0, .external_lex_state = 10}, [8712] = {.lex_state = 0, .external_lex_state = 8}, - [8713] = {.lex_state = 0, .external_lex_state = 9}, + [8713] = {.lex_state = 0, .external_lex_state = 8}, [8714] = {.lex_state = 0, .external_lex_state = 8}, - [8715] = {.lex_state = 0, .external_lex_state = 9}, + [8715] = {.lex_state = 0, .external_lex_state = 8}, [8716] = {.lex_state = 0, .external_lex_state = 8}, - [8717] = {.lex_state = 23, .external_lex_state = 8}, + [8717] = {.lex_state = 23, .external_lex_state = 11}, [8718] = {.lex_state = 0, .external_lex_state = 8}, - [8719] = {.lex_state = 0, .external_lex_state = 9}, + [8719] = {.lex_state = 23, .external_lex_state = 8}, [8720] = {.lex_state = 0, .external_lex_state = 8}, - [8721] = {.lex_state = 0, .external_lex_state = 8}, - [8722] = {.lex_state = 0, .external_lex_state = 9}, - [8723] = {.lex_state = 23, .external_lex_state = 8}, + [8721] = {.lex_state = 0, .external_lex_state = 9}, + [8722] = {.lex_state = 0, .external_lex_state = 8}, + [8723] = {.lex_state = 0, .external_lex_state = 9}, [8724] = {.lex_state = 0, .external_lex_state = 8}, - [8725] = {.lex_state = 23, .external_lex_state = 8}, + [8725] = {.lex_state = 0, .external_lex_state = 9}, [8726] = {.lex_state = 0, .external_lex_state = 8}, [8727] = {.lex_state = 0, .external_lex_state = 9}, [8728] = {.lex_state = 0, .external_lex_state = 8}, - [8729] = {.lex_state = 0, .external_lex_state = 8}, - [8730] = {.lex_state = 0, .external_lex_state = 8}, + [8729] = {.lex_state = 0, .external_lex_state = 9}, + [8730] = {.lex_state = 0, .external_lex_state = 9}, [8731] = {.lex_state = 0, .external_lex_state = 8}, - [8732] = {.lex_state = 0, .external_lex_state = 9}, - [8733] = {.lex_state = 23, .external_lex_state = 8}, - [8734] = {.lex_state = 0, .external_lex_state = 8}, + [8732] = {.lex_state = 0, .external_lex_state = 8}, + [8733] = {.lex_state = 0, .external_lex_state = 9}, + [8734] = {.lex_state = 0, .external_lex_state = 10}, [8735] = {.lex_state = 0, .external_lex_state = 8}, [8736] = {.lex_state = 0, .external_lex_state = 9}, - [8737] = {.lex_state = 23, .external_lex_state = 8}, - [8738] = {.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}, [8740] = {.lex_state = 0, .external_lex_state = 8}, - [8741] = {.lex_state = 0, .external_lex_state = 8}, + [8741] = {.lex_state = 0, .external_lex_state = 10}, [8742] = {.lex_state = 0, .external_lex_state = 8}, - [8743] = {.lex_state = 23, .external_lex_state = 8}, + [8743] = {.lex_state = 0, .external_lex_state = 8}, [8744] = {.lex_state = 0, .external_lex_state = 8}, [8745] = {.lex_state = 0, .external_lex_state = 8}, - [8746] = {.lex_state = 0, .external_lex_state = 8}, - [8747] = {.lex_state = 0, .external_lex_state = 9}, + [8746] = {.lex_state = 23, .external_lex_state = 8}, + [8747] = {.lex_state = 0, .external_lex_state = 8}, [8748] = {.lex_state = 0, .external_lex_state = 9}, - [8749] = {.lex_state = 0, .external_lex_state = 9}, + [8749] = {.lex_state = 23, .external_lex_state = 8}, [8750] = {.lex_state = 0, .external_lex_state = 9}, - [8751] = {.lex_state = 23, .external_lex_state = 11}, + [8751] = {.lex_state = 0, .external_lex_state = 9}, [8752] = {.lex_state = 0, .external_lex_state = 8}, [8753] = {.lex_state = 0, .external_lex_state = 8}, - [8754] = {.lex_state = 0, .external_lex_state = 8}, - [8755] = {.lex_state = 0, .external_lex_state = 8}, + [8754] = {.lex_state = 23, .external_lex_state = 8}, + [8755] = {.lex_state = 23, .external_lex_state = 8}, [8756] = {.lex_state = 0, .external_lex_state = 8}, - [8757] = {.lex_state = 0, .external_lex_state = 8}, - [8758] = {.lex_state = 23, .external_lex_state = 8}, + [8757] = {.lex_state = 0, .external_lex_state = 9}, + [8758] = {.lex_state = 0, .external_lex_state = 8}, [8759] = {.lex_state = 0, .external_lex_state = 8}, [8760] = {.lex_state = 0, .external_lex_state = 8}, - [8761] = {.lex_state = 0, .external_lex_state = 10}, - [8762] = {.lex_state = 0, .external_lex_state = 8}, - [8763] = {.lex_state = 0, .external_lex_state = 9}, + [8761] = {.lex_state = 0, .external_lex_state = 8}, + [8762] = {.lex_state = 23, .external_lex_state = 8}, + [8763] = {.lex_state = 0, .external_lex_state = 8}, [8764] = {.lex_state = 0, .external_lex_state = 8}, - [8765] = {.lex_state = 0, .external_lex_state = 8}, - [8766] = {.lex_state = 0, .external_lex_state = 9}, - [8767] = {.lex_state = 0, .external_lex_state = 9}, + [8765] = {.lex_state = 0, .external_lex_state = 9}, + [8766] = {.lex_state = 23, .external_lex_state = 8}, + [8767] = {.lex_state = 0, .external_lex_state = 8}, [8768] = {.lex_state = 0, .external_lex_state = 8}, [8769] = {.lex_state = 0, .external_lex_state = 8}, - [8770] = {.lex_state = 0, .external_lex_state = 9}, - [8771] = {.lex_state = 0, .external_lex_state = 8}, + [8770] = {.lex_state = 0, .external_lex_state = 8}, + [8771] = {.lex_state = 23, .external_lex_state = 9}, [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 = 8}, - [8776] = {.lex_state = 0, .external_lex_state = 9}, + [8776] = {.lex_state = 0, .external_lex_state = 8}, [8777] = {.lex_state = 0, .external_lex_state = 8}, - [8778] = {.lex_state = 0, .external_lex_state = 9}, - [8779] = {.lex_state = 0, .external_lex_state = 8}, - [8780] = {.lex_state = 0, .external_lex_state = 10}, + [8778] = {.lex_state = 0, .external_lex_state = 8}, + [8779] = {.lex_state = 0, .external_lex_state = 9}, + [8780] = {.lex_state = 0, .external_lex_state = 8}, [8781] = {.lex_state = 0, .external_lex_state = 8}, - [8782] = {.lex_state = 0, .external_lex_state = 8}, - [8783] = {.lex_state = 0, .external_lex_state = 9}, + [8782] = {.lex_state = 23, .external_lex_state = 8}, + [8783] = {.lex_state = 0, .external_lex_state = 8}, [8784] = {.lex_state = 0, .external_lex_state = 8}, [8785] = {.lex_state = 0, .external_lex_state = 8}, [8786] = {.lex_state = 0, .external_lex_state = 8}, [8787] = {.lex_state = 0, .external_lex_state = 8}, [8788] = {.lex_state = 0, .external_lex_state = 8}, - [8789] = {.lex_state = 0, .external_lex_state = 8}, + [8789] = {.lex_state = 23, .external_lex_state = 8}, [8790] = {.lex_state = 0, .external_lex_state = 8}, [8791] = {.lex_state = 0, .external_lex_state = 8}, [8792] = {.lex_state = 0, .external_lex_state = 8}, [8793] = {.lex_state = 0, .external_lex_state = 8}, [8794] = {.lex_state = 0, .external_lex_state = 8}, - [8795] = {.lex_state = 23, .external_lex_state = 8}, - [8796] = {.lex_state = 318, .external_lex_state = 8}, - [8797] = {.lex_state = 0, .external_lex_state = 8}, - [8798] = {.lex_state = 23, .external_lex_state = 8}, - [8799] = {.lex_state = 23, .external_lex_state = 8}, - [8800] = {.lex_state = 23, .external_lex_state = 8}, - [8801] = {.lex_state = 318, .external_lex_state = 8}, - [8802] = {.lex_state = 23, .external_lex_state = 8}, - [8803] = {.lex_state = 23, .external_lex_state = 8}, - [8804] = {.lex_state = 0, .external_lex_state = 9}, - [8805] = {.lex_state = 0, .external_lex_state = 8}, - [8806] = {.lex_state = 0, .external_lex_state = 8}, - [8807] = {.lex_state = 0, .external_lex_state = 9}, - [8808] = {.lex_state = 0, .external_lex_state = 8}, + [8795] = {.lex_state = 0, .external_lex_state = 8}, + [8796] = {.lex_state = 0, .external_lex_state = 8}, + [8797] = {.lex_state = 318, .external_lex_state = 8}, + [8798] = {.lex_state = 318, .external_lex_state = 8}, + [8799] = {.lex_state = 0, .external_lex_state = 8}, + [8800] = {.lex_state = 0, .external_lex_state = 8}, + [8801] = {.lex_state = 23, .external_lex_state = 8}, + [8802] = {.lex_state = 0, .external_lex_state = 8}, + [8803] = {.lex_state = 318, .external_lex_state = 8}, + [8804] = {.lex_state = 0, .external_lex_state = 8}, + [8805] = {.lex_state = 318, .external_lex_state = 8}, + [8806] = {.lex_state = 23, .external_lex_state = 8}, + [8807] = {.lex_state = 0, .external_lex_state = 8}, + [8808] = {.lex_state = 23, .external_lex_state = 8}, [8809] = {.lex_state = 0, .external_lex_state = 8}, - [8810] = {.lex_state = 0, .external_lex_state = 9}, - [8811] = {.lex_state = 23, .external_lex_state = 8}, + [8810] = {.lex_state = 0, .external_lex_state = 8}, + [8811] = {.lex_state = 0, .external_lex_state = 9}, [8812] = {.lex_state = 0, .external_lex_state = 8}, - [8813] = {.lex_state = 0, .external_lex_state = 8}, - [8814] = {.lex_state = 23, .external_lex_state = 8}, - [8815] = {.lex_state = 23, .external_lex_state = 8}, - [8816] = {.lex_state = 23, .external_lex_state = 8}, + [8813] = {.lex_state = 318, .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}, [8817] = {.lex_state = 0, .external_lex_state = 8}, - [8818] = {.lex_state = 0, .external_lex_state = 8}, + [8818] = {.lex_state = 318, .external_lex_state = 8}, [8819] = {.lex_state = 23, .external_lex_state = 8}, - [8820] = {.lex_state = 0, .external_lex_state = 8}, - [8821] = {.lex_state = 0, .external_lex_state = 8}, + [8820] = {.lex_state = 23, .external_lex_state = 8}, + [8821] = {.lex_state = 318, .external_lex_state = 8}, [8822] = {.lex_state = 0, .external_lex_state = 8}, - [8823] = {.lex_state = 23, .external_lex_state = 8}, + [8823] = {.lex_state = 0, .external_lex_state = 8}, [8824] = {.lex_state = 0, .external_lex_state = 8}, - [8825] = {.lex_state = 23, .external_lex_state = 8}, + [8825] = {.lex_state = 0, .external_lex_state = 8}, [8826] = {.lex_state = 0, .external_lex_state = 8}, - [8827] = {.lex_state = 318, .external_lex_state = 8}, - [8828] = {.lex_state = 318, .external_lex_state = 8}, + [8827] = {.lex_state = 0, .external_lex_state = 8}, + [8828] = {.lex_state = 23, .external_lex_state = 8}, [8829] = {.lex_state = 0, .external_lex_state = 8}, - [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}, + [8830] = {.lex_state = 23, .external_lex_state = 8}, + [8831] = {.lex_state = 23, .external_lex_state = 8}, + [8832] = {.lex_state = 23, .external_lex_state = 8}, + [8833] = {.lex_state = 23, .external_lex_state = 8}, [8834] = {.lex_state = 0, .external_lex_state = 8}, [8835] = {.lex_state = 0, .external_lex_state = 8}, - [8836] = {.lex_state = 0, .external_lex_state = 8}, + [8836] = {.lex_state = 318, .external_lex_state = 8}, [8837] = {.lex_state = 0, .external_lex_state = 8}, [8838] = {.lex_state = 0, .external_lex_state = 8}, [8839] = {.lex_state = 0, .external_lex_state = 8}, [8840] = {.lex_state = 0, .external_lex_state = 8}, [8841] = {.lex_state = 318, .external_lex_state = 8}, [8842] = {.lex_state = 0, .external_lex_state = 8}, - [8843] = {.lex_state = 0, .external_lex_state = 8}, - [8844] = {.lex_state = 318, .external_lex_state = 8}, + [8843] = {.lex_state = 318, .external_lex_state = 8}, + [8844] = {.lex_state = 0, .external_lex_state = 8}, [8845] = {.lex_state = 0, .external_lex_state = 8}, - [8846] = {.lex_state = 0, .external_lex_state = 8}, - [8847] = {.lex_state = 0, .external_lex_state = 8}, - [8848] = {.lex_state = 0, .external_lex_state = 8}, - [8849] = {.lex_state = 0, .external_lex_state = 8}, + [8846] = {.lex_state = 318, .external_lex_state = 8}, + [8847] = {.lex_state = 318, .external_lex_state = 8}, + [8848] = {.lex_state = 23, .external_lex_state = 8}, + [8849] = {.lex_state = 318, .external_lex_state = 8}, [8850] = {.lex_state = 0, .external_lex_state = 8}, - [8851] = {.lex_state = 0, .external_lex_state = 8}, + [8851] = {.lex_state = 318, .external_lex_state = 8}, [8852] = {.lex_state = 0, .external_lex_state = 8}, - [8853] = {.lex_state = 0, .external_lex_state = 8}, + [8853] = {.lex_state = 23, .external_lex_state = 8}, [8854] = {.lex_state = 0, .external_lex_state = 8}, - [8855] = {.lex_state = 318, .external_lex_state = 8}, - [8856] = {.lex_state = 318, .external_lex_state = 8}, + [8855] = {.lex_state = 23, .external_lex_state = 8}, + [8856] = {.lex_state = 23, .external_lex_state = 8}, [8857] = {.lex_state = 0, .external_lex_state = 8}, [8858] = {.lex_state = 0, .external_lex_state = 8}, - [8859] = {.lex_state = 0, .external_lex_state = 8}, - [8860] = {.lex_state = 318, .external_lex_state = 8}, - [8861] = {.lex_state = 23, .external_lex_state = 8}, - [8862] = {.lex_state = 23, .external_lex_state = 8}, + [8859] = {.lex_state = 318, .external_lex_state = 8}, + [8860] = {.lex_state = 0, .external_lex_state = 8}, + [8861] = {.lex_state = 0, .external_lex_state = 8}, + [8862] = {.lex_state = 0, .external_lex_state = 8}, [8863] = {.lex_state = 318, .external_lex_state = 8}, - [8864] = {.lex_state = 23, .external_lex_state = 8}, - [8865] = {.lex_state = 23, .external_lex_state = 8}, + [8864] = {.lex_state = 0, .external_lex_state = 8}, + [8865] = {.lex_state = 318, .external_lex_state = 8}, [8866] = {.lex_state = 0, .external_lex_state = 8}, - [8867] = {.lex_state = 0, .external_lex_state = 9}, - [8868] = {.lex_state = 0, .external_lex_state = 9}, + [8867] = {.lex_state = 318, .external_lex_state = 8}, + [8868] = {.lex_state = 0, .external_lex_state = 8}, [8869] = {.lex_state = 0, .external_lex_state = 8}, - [8870] = {.lex_state = 0, .external_lex_state = 8}, + [8870] = {.lex_state = 318, .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}, - [8874] = {.lex_state = 0, .external_lex_state = 8}, + [8873] = {.lex_state = 318, .external_lex_state = 8}, + [8874] = {.lex_state = 23, .external_lex_state = 8}, [8875] = {.lex_state = 0, .external_lex_state = 8}, - [8876] = {.lex_state = 0, .external_lex_state = 8}, - [8877] = {.lex_state = 23, .external_lex_state = 8}, - [8878] = {.lex_state = 0, .external_lex_state = 8}, - [8879] = {.lex_state = 0, .external_lex_state = 8}, - [8880] = {.lex_state = 23, .external_lex_state = 8}, + [8876] = {.lex_state = 0, .external_lex_state = 9}, + [8877] = {.lex_state = 318, .external_lex_state = 8}, + [8878] = {.lex_state = 0, .external_lex_state = 9}, + [8879] = {.lex_state = 318, .external_lex_state = 8}, + [8880] = {.lex_state = 0, .external_lex_state = 8}, [8881] = {.lex_state = 0, .external_lex_state = 8}, [8882] = {.lex_state = 318, .external_lex_state = 8}, [8883] = {.lex_state = 0, .external_lex_state = 8}, [8884] = {.lex_state = 23, .external_lex_state = 8}, [8885] = {.lex_state = 0, .external_lex_state = 8}, [8886] = {.lex_state = 23, .external_lex_state = 8}, - [8887] = {.lex_state = 23, .external_lex_state = 8}, - [8888] = {.lex_state = 23, .external_lex_state = 8}, - [8889] = {.lex_state = 23, .external_lex_state = 8}, - [8890] = {.lex_state = 23, .external_lex_state = 8}, - [8891] = {.lex_state = 23, .external_lex_state = 8}, - [8892] = {.lex_state = 0, .external_lex_state = 8}, - [8893] = {.lex_state = 23, .external_lex_state = 8}, + [8887] = {.lex_state = 0, .external_lex_state = 8}, + [8888] = {.lex_state = 0, .external_lex_state = 8}, + [8889] = {.lex_state = 0, .external_lex_state = 8}, + [8890] = {.lex_state = 0, .external_lex_state = 8}, + [8891] = {.lex_state = 0, .external_lex_state = 8}, + [8892] = {.lex_state = 318, .external_lex_state = 8}, + [8893] = {.lex_state = 0, .external_lex_state = 8}, [8894] = {.lex_state = 0, .external_lex_state = 8}, - [8895] = {.lex_state = 23, .external_lex_state = 8}, - [8896] = {.lex_state = 23, .external_lex_state = 8}, - [8897] = {.lex_state = 23, .external_lex_state = 8}, - [8898] = {.lex_state = 23, .external_lex_state = 8}, - [8899] = {.lex_state = 23, .external_lex_state = 8}, + [8895] = {.lex_state = 0, .external_lex_state = 9}, + [8896] = {.lex_state = 318, .external_lex_state = 8}, + [8897] = {.lex_state = 0, .external_lex_state = 8}, + [8898] = {.lex_state = 0, .external_lex_state = 8}, + [8899] = {.lex_state = 0, .external_lex_state = 8}, [8900] = {.lex_state = 0, .external_lex_state = 8}, - [8901] = {.lex_state = 23, .external_lex_state = 8}, + [8901] = {.lex_state = 318, .external_lex_state = 8}, [8902] = {.lex_state = 0, .external_lex_state = 8}, - [8903] = {.lex_state = 23, .external_lex_state = 8}, + [8903] = {.lex_state = 0, .external_lex_state = 8}, [8904] = {.lex_state = 23, .external_lex_state = 8}, - [8905] = {.lex_state = 0, .external_lex_state = 8}, + [8905] = {.lex_state = 23, .external_lex_state = 8}, [8906] = {.lex_state = 0, .external_lex_state = 8}, [8907] = {.lex_state = 0, .external_lex_state = 8}, - [8908] = {.lex_state = 318, .external_lex_state = 8}, - [8909] = {.lex_state = 23, .external_lex_state = 8}, + [8908] = {.lex_state = 0, .external_lex_state = 8}, + [8909] = {.lex_state = 0, .external_lex_state = 8}, [8910] = {.lex_state = 23, .external_lex_state = 8}, - [8911] = {.lex_state = 23, .external_lex_state = 8}, + [8911] = {.lex_state = 318, .external_lex_state = 8}, [8912] = {.lex_state = 23, .external_lex_state = 8}, - [8913] = {.lex_state = 23, .external_lex_state = 8}, - [8914] = {.lex_state = 23, .external_lex_state = 8}, + [8913] = {.lex_state = 318, .external_lex_state = 8}, + [8914] = {.lex_state = 0, .external_lex_state = 8}, [8915] = {.lex_state = 23, .external_lex_state = 8}, [8916] = {.lex_state = 0, .external_lex_state = 8}, [8917] = {.lex_state = 0, .external_lex_state = 8}, [8918] = {.lex_state = 0, .external_lex_state = 8}, [8919] = {.lex_state = 0, .external_lex_state = 8}, - [8920] = {.lex_state = 23, .external_lex_state = 8}, + [8920] = {.lex_state = 0, .external_lex_state = 8}, [8921] = {.lex_state = 23, .external_lex_state = 8}, [8922] = {.lex_state = 23, .external_lex_state = 8}, - [8923] = {.lex_state = 0, .external_lex_state = 8}, - [8924] = {.lex_state = 0, .external_lex_state = 8}, - [8925] = {.lex_state = 23, .external_lex_state = 8}, - [8926] = {.lex_state = 0, .external_lex_state = 8}, + [8923] = {.lex_state = 318, .external_lex_state = 8}, + [8924] = {.lex_state = 318, .external_lex_state = 8}, + [8925] = {.lex_state = 0, .external_lex_state = 8}, + [8926] = {.lex_state = 318, .external_lex_state = 8}, [8927] = {.lex_state = 0, .external_lex_state = 8}, [8928] = {.lex_state = 0, .external_lex_state = 8}, [8929] = {.lex_state = 0, .external_lex_state = 8}, [8930] = {.lex_state = 0, .external_lex_state = 8}, - [8931] = {.lex_state = 318, .external_lex_state = 8}, - [8932] = {.lex_state = 0, .external_lex_state = 8}, - [8933] = {.lex_state = 318, .external_lex_state = 8}, + [8931] = {.lex_state = 0, .external_lex_state = 8}, + [8932] = {.lex_state = 23, .external_lex_state = 8}, + [8933] = {.lex_state = 0, .external_lex_state = 8}, [8934] = {.lex_state = 0, .external_lex_state = 8}, [8935] = {.lex_state = 0, .external_lex_state = 8}, - [8936] = {.lex_state = 318, .external_lex_state = 8}, - [8937] = {.lex_state = 0, .external_lex_state = 8}, - [8938] = {.lex_state = 0, .external_lex_state = 8}, + [8936] = {.lex_state = 0, .external_lex_state = 8}, + [8937] = {.lex_state = 23, .external_lex_state = 8}, + [8938] = {.lex_state = 318, .external_lex_state = 8}, [8939] = {.lex_state = 23, .external_lex_state = 8}, - [8940] = {.lex_state = 318, .external_lex_state = 8}, - [8941] = {.lex_state = 23, .external_lex_state = 8}, - [8942] = {.lex_state = 318, .external_lex_state = 8}, - [8943] = {.lex_state = 0, .external_lex_state = 8}, + [8940] = {.lex_state = 0, .external_lex_state = 8}, + [8941] = {.lex_state = 0, .external_lex_state = 8}, + [8942] = {.lex_state = 23, .external_lex_state = 8}, + [8943] = {.lex_state = 23, .external_lex_state = 8}, [8944] = {.lex_state = 318, .external_lex_state = 8}, [8945] = {.lex_state = 0, .external_lex_state = 8}, - [8946] = {.lex_state = 318, .external_lex_state = 8}, - [8947] = {.lex_state = 23, .external_lex_state = 8}, - [8948] = {.lex_state = 0, .external_lex_state = 8}, - [8949] = {.lex_state = 0, .external_lex_state = 8}, - [8950] = {.lex_state = 23, .external_lex_state = 8}, - [8951] = {.lex_state = 23, .external_lex_state = 8}, - [8952] = {.lex_state = 318, .external_lex_state = 8}, - [8953] = {.lex_state = 0, .external_lex_state = 8}, - [8954] = {.lex_state = 318, .external_lex_state = 8}, - [8955] = {.lex_state = 0, .external_lex_state = 8}, + [8946] = {.lex_state = 0, .external_lex_state = 8}, + [8947] = {.lex_state = 0, .external_lex_state = 8}, + [8948] = {.lex_state = 23, .external_lex_state = 8}, + [8949] = {.lex_state = 318, .external_lex_state = 8}, + [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 = 23, .external_lex_state = 8}, + [8954] = {.lex_state = 0, .external_lex_state = 8}, + [8955] = {.lex_state = 318, .external_lex_state = 8}, [8956] = {.lex_state = 0, .external_lex_state = 8}, [8957] = {.lex_state = 0, .external_lex_state = 8}, - [8958] = {.lex_state = 318, .external_lex_state = 8}, + [8958] = {.lex_state = 0, .external_lex_state = 9}, [8959] = {.lex_state = 0, .external_lex_state = 8}, - [8960] = {.lex_state = 318, .external_lex_state = 8}, + [8960] = {.lex_state = 0, .external_lex_state = 8}, [8961] = {.lex_state = 0, .external_lex_state = 8}, [8962] = {.lex_state = 0, .external_lex_state = 8}, - [8963] = {.lex_state = 0, .external_lex_state = 8}, + [8963] = {.lex_state = 23, .external_lex_state = 8}, [8964] = {.lex_state = 0, .external_lex_state = 8}, - [8965] = {.lex_state = 318, .external_lex_state = 8}, - [8966] = {.lex_state = 0, .external_lex_state = 8}, - [8967] = {.lex_state = 0, .external_lex_state = 8}, - [8968] = {.lex_state = 0, .external_lex_state = 8}, + [8965] = {.lex_state = 0, .external_lex_state = 8}, + [8966] = {.lex_state = 318, .external_lex_state = 8}, + [8967] = {.lex_state = 318, .external_lex_state = 8}, + [8968] = {.lex_state = 23, .external_lex_state = 8}, [8969] = {.lex_state = 318, .external_lex_state = 8}, - [8970] = {.lex_state = 318, .external_lex_state = 8}, - [8971] = {.lex_state = 318, .external_lex_state = 8}, - [8972] = {.lex_state = 0, .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 = 9}, [8973] = {.lex_state = 0, .external_lex_state = 8}, [8974] = {.lex_state = 0, .external_lex_state = 8}, - [8975] = {.lex_state = 318, .external_lex_state = 8}, - [8976] = {.lex_state = 318, .external_lex_state = 8}, - [8977] = {.lex_state = 318, .external_lex_state = 8}, - [8978] = {.lex_state = 318, .external_lex_state = 8}, + [8975] = {.lex_state = 0, .external_lex_state = 9}, + [8976] = {.lex_state = 23, .external_lex_state = 8}, + [8977] = {.lex_state = 0, .external_lex_state = 8}, + [8978] = {.lex_state = 0, .external_lex_state = 8}, [8979] = {.lex_state = 0, .external_lex_state = 8}, - [8980] = {.lex_state = 318, .external_lex_state = 8}, - [8981] = {.lex_state = 0, .external_lex_state = 8}, - [8982] = {.lex_state = 0, .external_lex_state = 8}, - [8983] = {.lex_state = 318, .external_lex_state = 8}, + [8980] = {.lex_state = 0, .external_lex_state = 8}, + [8981] = {.lex_state = 23, .external_lex_state = 8}, + [8982] = {.lex_state = 318, .external_lex_state = 8}, + [8983] = {.lex_state = 23, .external_lex_state = 8}, [8984] = {.lex_state = 0, .external_lex_state = 8}, [8985] = {.lex_state = 0, .external_lex_state = 8}, - [8986] = {.lex_state = 23, .external_lex_state = 8}, - [8987] = {.lex_state = 0, .external_lex_state = 8}, + [8986] = {.lex_state = 0, .external_lex_state = 8}, + [8987] = {.lex_state = 23, .external_lex_state = 8}, [8988] = {.lex_state = 0, .external_lex_state = 8}, - [8989] = {.lex_state = 318, .external_lex_state = 8}, + [8989] = {.lex_state = 0, .external_lex_state = 8}, [8990] = {.lex_state = 318, .external_lex_state = 8}, - [8991] = {.lex_state = 0, .external_lex_state = 8}, - [8992] = {.lex_state = 318, .external_lex_state = 8}, + [8991] = {.lex_state = 23, .external_lex_state = 8}, + [8992] = {.lex_state = 0, .external_lex_state = 8}, [8993] = {.lex_state = 0, .external_lex_state = 8}, [8994] = {.lex_state = 0, .external_lex_state = 8}, - [8995] = {.lex_state = 0, .external_lex_state = 8}, + [8995] = {.lex_state = 318, .external_lex_state = 8}, [8996] = {.lex_state = 0, .external_lex_state = 8}, - [8997] = {.lex_state = 318, .external_lex_state = 8}, - [8998] = {.lex_state = 0, .external_lex_state = 8}, + [8997] = {.lex_state = 0, .external_lex_state = 8}, + [8998] = {.lex_state = 23, .external_lex_state = 8}, [8999] = {.lex_state = 318, .external_lex_state = 8}, [9000] = {.lex_state = 23, .external_lex_state = 8}, - [9001] = {.lex_state = 318, .external_lex_state = 8}, - [9002] = {.lex_state = 0, .external_lex_state = 8}, + [9001] = {.lex_state = 0, .external_lex_state = 8}, + [9002] = {.lex_state = 318, .external_lex_state = 8}, [9003] = {.lex_state = 0, .external_lex_state = 8}, - [9004] = {.lex_state = 318, .external_lex_state = 8}, + [9004] = {.lex_state = 0, .external_lex_state = 8}, [9005] = {.lex_state = 0, .external_lex_state = 8}, - [9006] = {.lex_state = 0, .external_lex_state = 8}, - [9007] = {.lex_state = 23, .external_lex_state = 8}, - [9008] = {.lex_state = 0, .external_lex_state = 8}, - [9009] = {.lex_state = 0, .external_lex_state = 8}, - [9010] = {.lex_state = 318, .external_lex_state = 8}, - [9011] = {.lex_state = 0, .external_lex_state = 8}, + [9006] = {.lex_state = 318, .external_lex_state = 8}, + [9007] = {.lex_state = 0, .external_lex_state = 8}, + [9008] = {.lex_state = 23, .external_lex_state = 8}, + [9009] = {.lex_state = 23, .external_lex_state = 8}, + [9010] = {.lex_state = 23, .external_lex_state = 8}, + [9011] = {.lex_state = 23, .external_lex_state = 8}, [9012] = {.lex_state = 0, .external_lex_state = 8}, - [9013] = {.lex_state = 318, .external_lex_state = 8}, - [9014] = {.lex_state = 0, .external_lex_state = 8}, - [9015] = {.lex_state = 318, .external_lex_state = 8}, - [9016] = {.lex_state = 23, .external_lex_state = 8}, + [9013] = {.lex_state = 23, .external_lex_state = 8}, + [9014] = {.lex_state = 318, .external_lex_state = 8}, + [9015] = {.lex_state = 0, .external_lex_state = 8}, + [9016] = {.lex_state = 318, .external_lex_state = 8}, [9017] = {.lex_state = 23, .external_lex_state = 8}, [9018] = {.lex_state = 0, .external_lex_state = 8}, - [9019] = {.lex_state = 23, .external_lex_state = 8}, + [9019] = {.lex_state = 318, .external_lex_state = 8}, [9020] = {.lex_state = 0, .external_lex_state = 8}, - [9021] = {.lex_state = 0, .external_lex_state = 8}, - [9022] = {.lex_state = 0, .external_lex_state = 8}, - [9023] = {.lex_state = 0, .external_lex_state = 8}, - [9024] = {.lex_state = 318, .external_lex_state = 8}, - [9025] = {.lex_state = 0, .external_lex_state = 8}, - [9026] = {.lex_state = 0, .external_lex_state = 8}, - [9027] = {.lex_state = 318, .external_lex_state = 8}, + [9021] = {.lex_state = 23, .external_lex_state = 8}, + [9022] = {.lex_state = 23, .external_lex_state = 8}, + [9023] = {.lex_state = 318, .external_lex_state = 8}, + [9024] = {.lex_state = 23, .external_lex_state = 8}, + [9025] = {.lex_state = 23, .external_lex_state = 8}, + [9026] = {.lex_state = 23, .external_lex_state = 8}, + [9027] = {.lex_state = 23, .external_lex_state = 8}, [9028] = {.lex_state = 0, .external_lex_state = 8}, - [9029] = {.lex_state = 23, .external_lex_state = 8}, - [9030] = {.lex_state = 0, .external_lex_state = 8}, - [9031] = {.lex_state = 23, .external_lex_state = 8}, - [9032] = {.lex_state = 0, .external_lex_state = 8}, - [9033] = {.lex_state = 0, .external_lex_state = 8}, - [9034] = {.lex_state = 0, .external_lex_state = 8}, - [9035] = {.lex_state = 318, .external_lex_state = 8}, - [9036] = {.lex_state = 0, .external_lex_state = 8}, - [9037] = {.lex_state = 23, .external_lex_state = 8}, + [9029] = {.lex_state = 0, .external_lex_state = 8}, + [9030] = {.lex_state = 318, .external_lex_state = 8}, + [9031] = {.lex_state = 0, .external_lex_state = 8}, + [9032] = {.lex_state = 23, .external_lex_state = 8}, + [9033] = {.lex_state = 318, .external_lex_state = 8}, + [9034] = {.lex_state = 23, .external_lex_state = 8}, + [9035] = {.lex_state = 23, .external_lex_state = 8}, + [9036] = {.lex_state = 23, .external_lex_state = 8}, + [9037] = {.lex_state = 318, .external_lex_state = 8}, [9038] = {.lex_state = 23, .external_lex_state = 8}, - [9039] = {.lex_state = 23, .external_lex_state = 8}, + [9039] = {.lex_state = 318, .external_lex_state = 8}, [9040] = {.lex_state = 318, .external_lex_state = 8}, - [9041] = {.lex_state = 318, .external_lex_state = 8}, + [9041] = {.lex_state = 0, .external_lex_state = 8}, [9042] = {.lex_state = 0, .external_lex_state = 8}, - [9043] = {.lex_state = 23, .external_lex_state = 8}, - [9044] = {.lex_state = 23, .external_lex_state = 8}, + [9043] = {.lex_state = 0, .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 = 0, .external_lex_state = 8}, [9049] = {.lex_state = 318, .external_lex_state = 8}, - [9050] = {.lex_state = 23, .external_lex_state = 8}, - [9051] = {.lex_state = 23, .external_lex_state = 8}, - [9052] = {.lex_state = 23, .external_lex_state = 8}, + [9050] = {.lex_state = 0, .external_lex_state = 8}, + [9051] = {.lex_state = 0, .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}, - [9055] = {.lex_state = 318, .external_lex_state = 8}, + [9055] = {.lex_state = 0, .external_lex_state = 8}, [9056] = {.lex_state = 0, .external_lex_state = 8}, - [9057] = {.lex_state = 0, .external_lex_state = 8}, - [9058] = {.lex_state = 0, .external_lex_state = 8}, - [9059] = {.lex_state = 0, .external_lex_state = 8}, + [9057] = {.lex_state = 318, .external_lex_state = 8}, + [9058] = {.lex_state = 23, .external_lex_state = 8}, + [9059] = {.lex_state = 318, .external_lex_state = 8}, [9060] = {.lex_state = 0, .external_lex_state = 8}, - [9061] = {.lex_state = 318, .external_lex_state = 8}, + [9061] = {.lex_state = 0, .external_lex_state = 8}, [9062] = {.lex_state = 0, .external_lex_state = 8}, [9063] = {.lex_state = 0, .external_lex_state = 8}, - [9064] = {.lex_state = 23, .external_lex_state = 8}, + [9064] = {.lex_state = 0, .external_lex_state = 8}, [9065] = {.lex_state = 0, .external_lex_state = 8}, [9066] = {.lex_state = 318, .external_lex_state = 8}, - [9067] = {.lex_state = 0, .external_lex_state = 8}, - [9068] = {.lex_state = 0, .external_lex_state = 8}, - [9069] = {.lex_state = 0, .external_lex_state = 9}, - [9070] = {.lex_state = 0, .external_lex_state = 9}, + [9067] = {.lex_state = 23, .external_lex_state = 8}, + [9068] = {.lex_state = 23, .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}, - [9072] = {.lex_state = 0, .external_lex_state = 8}, - [9073] = {.lex_state = 0, .external_lex_state = 9}, - [9074] = {.lex_state = 318, .external_lex_state = 8}, - [9075] = {.lex_state = 0, .external_lex_state = 8}, - [9076] = {.lex_state = 0, .external_lex_state = 8}, - [9077] = {.lex_state = 0, .external_lex_state = 8}, - [9078] = {.lex_state = 0, .external_lex_state = 8}, - [9079] = {.lex_state = 318, .external_lex_state = 8}, - [9080] = {.lex_state = 318, .external_lex_state = 8}, + [9072] = {.lex_state = 23, .external_lex_state = 8}, + [9073] = {.lex_state = 23, .external_lex_state = 8}, + [9074] = {.lex_state = 0, .external_lex_state = 8}, + [9075] = {.lex_state = 23, .external_lex_state = 8}, + [9076] = {.lex_state = 23, .external_lex_state = 8}, + [9077] = {.lex_state = 23, .external_lex_state = 8}, + [9078] = {.lex_state = 23, .external_lex_state = 8}, + [9079] = {.lex_state = 0, .external_lex_state = 9}, + [9080] = {.lex_state = 23, .external_lex_state = 8}, [9081] = {.lex_state = 0, .external_lex_state = 8}, - [9082] = {.lex_state = 0, .external_lex_state = 8}, - [9083] = {.lex_state = 318, .external_lex_state = 8}, + [9082] = {.lex_state = 318, .external_lex_state = 8}, + [9083] = {.lex_state = 0, .external_lex_state = 9}, [9084] = {.lex_state = 0, .external_lex_state = 8}, [9085] = {.lex_state = 0, .external_lex_state = 8}, - [9086] = {.lex_state = 0, .external_lex_state = 8}, + [9086] = {.lex_state = 0, .external_lex_state = 9}, [9087] = {.lex_state = 0, .external_lex_state = 8}, - [9088] = {.lex_state = 0, .external_lex_state = 9}, - [9089] = {.lex_state = 318, .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}, [9091] = {.lex_state = 0, .external_lex_state = 8}, [9092] = {.lex_state = 0, .external_lex_state = 8}, [9093] = {.lex_state = 0, .external_lex_state = 8}, [9094] = {.lex_state = 0, .external_lex_state = 8}, - [9095] = {.lex_state = 318, .external_lex_state = 8}, + [9095] = {.lex_state = 0, .external_lex_state = 8}, [9096] = {.lex_state = 0, .external_lex_state = 8}, [9097] = {.lex_state = 0, .external_lex_state = 8}, - [9098] = {.lex_state = 0, .external_lex_state = 9}, + [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 = 9}, + [9101] = {.lex_state = 0, .external_lex_state = 8}, [9102] = {.lex_state = 0, .external_lex_state = 8}, [9103] = {.lex_state = 0, .external_lex_state = 8}, - [9104] = {.lex_state = 0, .external_lex_state = 8}, - [9105] = {.lex_state = 0, .external_lex_state = 8}, + [9104] = {.lex_state = 0, .external_lex_state = 9}, + [9105] = {.lex_state = 0, .external_lex_state = 9}, [9106] = {.lex_state = 0, .external_lex_state = 8}, [9107] = {.lex_state = 30, .external_lex_state = 8}, - [9108] = {.lex_state = 0, .external_lex_state = 8}, - [9109] = {.lex_state = 30, .external_lex_state = 8}, - [9110] = {.lex_state = 0, .external_lex_state = 9}, - [9111] = {.lex_state = 0, .external_lex_state = 8}, - [9112] = {.lex_state = 318, .external_lex_state = 8}, - [9113] = {.lex_state = 0, .external_lex_state = 9}, - [9114] = {.lex_state = 0, .external_lex_state = 9}, + [9108] = {.lex_state = 0, .external_lex_state = 9}, + [9109] = {.lex_state = 0, .external_lex_state = 8}, + [9110] = {.lex_state = 30, .external_lex_state = 8}, + [9111] = {.lex_state = 0, .external_lex_state = 9}, + [9112] = {.lex_state = 30, .external_lex_state = 8}, + [9113] = {.lex_state = 0, .external_lex_state = 8}, + [9114] = {.lex_state = 23, .external_lex_state = 8}, [9115] = {.lex_state = 0, .external_lex_state = 9}, [9116] = {.lex_state = 0, .external_lex_state = 8}, - [9117] = {.lex_state = 30, .external_lex_state = 8}, + [9117] = {.lex_state = 23, .external_lex_state = 8}, [9118] = {.lex_state = 0, .external_lex_state = 8}, - [9119] = {.lex_state = 0, .external_lex_state = 9}, + [9119] = {.lex_state = 0, .external_lex_state = 8}, [9120] = {.lex_state = 23, .external_lex_state = 8}, [9121] = {.lex_state = 23, .external_lex_state = 8}, - [9122] = {.lex_state = 0, .external_lex_state = 8}, - [9123] = {.lex_state = 0, .external_lex_state = 9}, - [9124] = {.lex_state = 23, .external_lex_state = 8}, + [9122] = {.lex_state = 23, .external_lex_state = 8}, + [9123] = {.lex_state = 0, .external_lex_state = 8}, + [9124] = {.lex_state = 318, .external_lex_state = 8}, [9125] = {.lex_state = 0, .external_lex_state = 8}, - [9126] = {.lex_state = 23, .external_lex_state = 8}, - [9127] = {.lex_state = 0, .external_lex_state = 8}, - [9128] = {.lex_state = 0, .external_lex_state = 8}, - [9129] = {.lex_state = 0, .external_lex_state = 8}, + [9126] = {.lex_state = 318, .external_lex_state = 8}, + [9127] = {.lex_state = 0, .external_lex_state = 9}, + [9128] = {.lex_state = 30, .external_lex_state = 8}, + [9129] = {.lex_state = 0, .external_lex_state = 9}, [9130] = {.lex_state = 23, .external_lex_state = 8}, - [9131] = {.lex_state = 0, .external_lex_state = 9}, - [9132] = {.lex_state = 23, .external_lex_state = 8}, + [9131] = {.lex_state = 0, .external_lex_state = 8}, + [9132] = {.lex_state = 0, .external_lex_state = 9}, [9133] = {.lex_state = 0, .external_lex_state = 9}, - [9134] = {.lex_state = 0, .external_lex_state = 9}, - [9135] = {.lex_state = 0, .external_lex_state = 9}, + [9134] = {.lex_state = 0, .external_lex_state = 8}, + [9135] = {.lex_state = 318, .external_lex_state = 8}, [9136] = {.lex_state = 0, .external_lex_state = 9}, - [9137] = {.lex_state = 30, .external_lex_state = 8}, - [9138] = {.lex_state = 0, .external_lex_state = 8}, - [9139] = {.lex_state = 0, .external_lex_state = 8}, + [9137] = {.lex_state = 0, .external_lex_state = 8}, + [9138] = {.lex_state = 30, .external_lex_state = 8}, + [9139] = {.lex_state = 30, .external_lex_state = 8}, [9140] = {.lex_state = 0, .external_lex_state = 8}, - [9141] = {.lex_state = 0, .external_lex_state = 8}, + [9141] = {.lex_state = 0, .external_lex_state = 9}, [9142] = {.lex_state = 0, .external_lex_state = 8}, [9143] = {.lex_state = 0, .external_lex_state = 8}, [9144] = {.lex_state = 0, .external_lex_state = 9}, [9145] = {.lex_state = 0, .external_lex_state = 8}, - [9146] = {.lex_state = 0, .external_lex_state = 9}, - [9147] = {.lex_state = 0, .external_lex_state = 9}, + [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 = 9}, - [9150] = {.lex_state = 0, .external_lex_state = 9}, - [9151] = {.lex_state = 23, .external_lex_state = 8}, - [9152] = {.lex_state = 0, .external_lex_state = 9}, - [9153] = {.lex_state = 0, .external_lex_state = 8}, + [9149] = {.lex_state = 0, .external_lex_state = 8}, + [9150] = {.lex_state = 0, .external_lex_state = 8}, + [9151] = {.lex_state = 0, .external_lex_state = 8}, + [9152] = {.lex_state = 30, .external_lex_state = 8}, + [9153] = {.lex_state = 318, .external_lex_state = 8}, [9154] = {.lex_state = 0, .external_lex_state = 9}, - [9155] = {.lex_state = 23, .external_lex_state = 8}, + [9155] = {.lex_state = 0, .external_lex_state = 9}, [9156] = {.lex_state = 0, .external_lex_state = 9}, - [9157] = {.lex_state = 0, .external_lex_state = 9}, - [9158] = {.lex_state = 0, .external_lex_state = 8}, + [9157] = {.lex_state = 30, .external_lex_state = 8}, + [9158] = {.lex_state = 0, .external_lex_state = 9}, [9159] = {.lex_state = 0, .external_lex_state = 9}, [9160] = {.lex_state = 0, .external_lex_state = 9}, - [9161] = {.lex_state = 0, .external_lex_state = 9}, + [9161] = {.lex_state = 0, .external_lex_state = 8}, [9162] = {.lex_state = 23, .external_lex_state = 8}, - [9163] = {.lex_state = 0, .external_lex_state = 9}, - [9164] = {.lex_state = 23, .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 = 9}, + [9163] = {.lex_state = 23, .external_lex_state = 8}, + [9164] = {.lex_state = 0, .external_lex_state = 9}, + [9165] = {.lex_state = 0, .external_lex_state = 9}, + [9166] = {.lex_state = 23, .external_lex_state = 8}, + [9167] = {.lex_state = 0, .external_lex_state = 9}, + [9168] = {.lex_state = 30, .external_lex_state = 8}, [9169] = {.lex_state = 0, .external_lex_state = 8}, - [9170] = {.lex_state = 30, .external_lex_state = 8}, - [9171] = {.lex_state = 0, .external_lex_state = 8}, - [9172] = {.lex_state = 0, .external_lex_state = 8}, + [9170] = {.lex_state = 0, .external_lex_state = 8}, + [9171] = {.lex_state = 30, .external_lex_state = 8}, + [9172] = {.lex_state = 0, .external_lex_state = 9}, [9173] = {.lex_state = 0, .external_lex_state = 8}, - [9174] = {.lex_state = 0, .external_lex_state = 9}, + [9174] = {.lex_state = 0, .external_lex_state = 8}, [9175] = {.lex_state = 0, .external_lex_state = 9}, - [9176] = {.lex_state = 0, .external_lex_state = 9}, - [9177] = {.lex_state = 0, .external_lex_state = 9}, - [9178] = {.lex_state = 0, .external_lex_state = 8}, + [9176] = {.lex_state = 0, .external_lex_state = 8}, + [9177] = {.lex_state = 0, .external_lex_state = 8}, + [9178] = {.lex_state = 0, .external_lex_state = 9}, [9179] = {.lex_state = 0, .external_lex_state = 8}, [9180] = {.lex_state = 0, .external_lex_state = 8}, [9181] = {.lex_state = 0, .external_lex_state = 8}, [9182] = {.lex_state = 0, .external_lex_state = 8}, [9183] = {.lex_state = 0, .external_lex_state = 8}, - [9184] = {.lex_state = 0, .external_lex_state = 8}, + [9184] = {.lex_state = 23, .external_lex_state = 8}, [9185] = {.lex_state = 30, .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 = 23, .external_lex_state = 8}, - [9190] = {.lex_state = 23, .external_lex_state = 8}, + [9189] = {.lex_state = 0, .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}, - [9194] = {.lex_state = 30, .external_lex_state = 8}, + [9194] = {.lex_state = 0, .external_lex_state = 8}, [9195] = {.lex_state = 0, .external_lex_state = 8}, - [9196] = {.lex_state = 0, .external_lex_state = 8}, + [9196] = {.lex_state = 0, .external_lex_state = 9}, [9197] = {.lex_state = 0, .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}, + [9200] = {.lex_state = 0, .external_lex_state = 9}, + [9201] = {.lex_state = 30, .external_lex_state = 8}, [9202] = {.lex_state = 0, .external_lex_state = 8}, [9203] = {.lex_state = 0, .external_lex_state = 8}, [9204] = {.lex_state = 0, .external_lex_state = 8}, - [9205] = {.lex_state = 23, .external_lex_state = 8}, - [9206] = {.lex_state = 23, .external_lex_state = 8}, - [9207] = {.lex_state = 23, .external_lex_state = 8}, - [9208] = {.lex_state = 0, .external_lex_state = 8}, + [9205] = {.lex_state = 0, .external_lex_state = 8}, + [9206] = {.lex_state = 0, .external_lex_state = 8}, + [9207] = {.lex_state = 0, .external_lex_state = 8}, + [9208] = {.lex_state = 0, .external_lex_state = 9}, [9209] = {.lex_state = 0, .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}, - [9215] = {.lex_state = 30, .external_lex_state = 8}, - [9216] = {.lex_state = 0, .external_lex_state = 8}, + [9215] = {.lex_state = 0, .external_lex_state = 8}, + [9216] = {.lex_state = 30, .external_lex_state = 8}, [9217] = {.lex_state = 0, .external_lex_state = 8}, [9218] = {.lex_state = 0, .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}, + [9221] = {.lex_state = 30, .external_lex_state = 8}, [9222] = {.lex_state = 0, .external_lex_state = 8}, [9223] = {.lex_state = 0, .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 = 0, .external_lex_state = 9}, [9228] = {.lex_state = 0, .external_lex_state = 8}, - [9229] = {.lex_state = 0, .external_lex_state = 8}, - [9230] = {.lex_state = 30, .external_lex_state = 8}, + [9229] = {.lex_state = 0, .external_lex_state = 9}, + [9230] = {.lex_state = 0, .external_lex_state = 8}, [9231] = {.lex_state = 0, .external_lex_state = 8}, [9232] = {.lex_state = 0, .external_lex_state = 8}, [9233] = {.lex_state = 0, .external_lex_state = 8}, [9234] = {.lex_state = 0, .external_lex_state = 8}, - [9235] = {.lex_state = 0, .external_lex_state = 8}, + [9235] = {.lex_state = 0, .external_lex_state = 9}, [9236] = {.lex_state = 0, .external_lex_state = 8}, - [9237] = {.lex_state = 0, .external_lex_state = 8}, - [9238] = {.lex_state = 0, .external_lex_state = 8}, + [9237] = {.lex_state = 0, .external_lex_state = 9}, + [9238] = {.lex_state = 0, .external_lex_state = 9}, [9239] = {.lex_state = 0, .external_lex_state = 8}, [9240] = {.lex_state = 0, .external_lex_state = 8}, [9241] = {.lex_state = 0, .external_lex_state = 9}, - [9242] = {.lex_state = 0, .external_lex_state = 8}, - [9243] = {.lex_state = 0, .external_lex_state = 9}, - [9244] = {.lex_state = 0, .external_lex_state = 9}, + [9242] = {.lex_state = 0, .external_lex_state = 9}, + [9243] = {.lex_state = 30, .external_lex_state = 8}, + [9244] = {.lex_state = 0, .external_lex_state = 8}, [9245] = {.lex_state = 0, .external_lex_state = 8}, - [9246] = {.lex_state = 0, .external_lex_state = 9}, + [9246] = {.lex_state = 0, .external_lex_state = 8}, [9247] = {.lex_state = 0, .external_lex_state = 8}, - [9248] = {.lex_state = 0, .external_lex_state = 9}, + [9248] = {.lex_state = 0, .external_lex_state = 8}, [9249] = {.lex_state = 30, .external_lex_state = 8}, [9250] = {.lex_state = 0, .external_lex_state = 8}, [9251] = {.lex_state = 0, .external_lex_state = 8}, - [9252] = {.lex_state = 0, .external_lex_state = 8}, - [9253] = {.lex_state = 0, .external_lex_state = 8}, - [9254] = {.lex_state = 0, .external_lex_state = 8}, + [9252] = {.lex_state = 0, .external_lex_state = 9}, + [9253] = {.lex_state = 0, .external_lex_state = 9}, + [9254] = {.lex_state = 23, .external_lex_state = 11}, [9255] = {.lex_state = 0, .external_lex_state = 8}, - [9256] = {.lex_state = 0, .external_lex_state = 9}, - [9257] = {.lex_state = 30, .external_lex_state = 8}, - [9258] = {.lex_state = 0, .external_lex_state = 9}, - [9259] = {.lex_state = 0, .external_lex_state = 8}, - [9260] = {.lex_state = 0, .external_lex_state = 9}, - [9261] = {.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 = 0, .external_lex_state = 8}, + [9259] = {.lex_state = 318, .external_lex_state = 8}, + [9260] = {.lex_state = 0, .external_lex_state = 8}, + [9261] = {.lex_state = 0, .external_lex_state = 9}, [9262] = {.lex_state = 0, .external_lex_state = 8}, - [9263] = {.lex_state = 23, .external_lex_state = 11}, - [9264] = {.lex_state = 318, .external_lex_state = 8}, - [9265] = {.lex_state = 0, .external_lex_state = 9}, + [9263] = {.lex_state = 0, .external_lex_state = 8}, + [9264] = {.lex_state = 0, .external_lex_state = 8}, + [9265] = {.lex_state = 30, .external_lex_state = 8}, [9266] = {.lex_state = 0, .external_lex_state = 8}, [9267] = {.lex_state = 0, .external_lex_state = 8}, [9268] = {.lex_state = 0, .external_lex_state = 8}, [9269] = {.lex_state = 0, .external_lex_state = 8}, [9270] = {.lex_state = 0, .external_lex_state = 8}, - [9271] = {.lex_state = 30, .external_lex_state = 8}, - [9272] = {.lex_state = 0, .external_lex_state = 9}, + [9271] = {.lex_state = 0, .external_lex_state = 8}, + [9272] = {.lex_state = 0, .external_lex_state = 8}, [9273] = {.lex_state = 0, .external_lex_state = 8}, - [9274] = {.lex_state = 0, .external_lex_state = 9}, + [9274] = {.lex_state = 0, .external_lex_state = 8}, [9275] = {.lex_state = 0, .external_lex_state = 8}, - [9276] = {.lex_state = 0, .external_lex_state = 9}, + [9276] = {.lex_state = 0, .external_lex_state = 8}, [9277] = {.lex_state = 0, .external_lex_state = 8}, [9278] = {.lex_state = 0, .external_lex_state = 9}, - [9279] = {.lex_state = 0, .external_lex_state = 9}, + [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 = 30, .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 = 8}, [9288] = {.lex_state = 0, .external_lex_state = 8}, - [9289] = {.lex_state = 0, .external_lex_state = 8}, + [9289] = {.lex_state = 0, .external_lex_state = 9}, [9290] = {.lex_state = 0, .external_lex_state = 8}, [9291] = {.lex_state = 0, .external_lex_state = 9}, - [9292] = {.lex_state = 0, .external_lex_state = 8}, + [9292] = {.lex_state = 0, .external_lex_state = 9}, [9293] = {.lex_state = 0, .external_lex_state = 8}, - [9294] = {.lex_state = 0, .external_lex_state = 9}, + [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 = 0, .external_lex_state = 9}, - [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 = 30, .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 = 30, .external_lex_state = 8}, - [9303] = {.lex_state = 0, .external_lex_state = 9}, + [9302] = {.lex_state = 0, .external_lex_state = 9}, + [9303] = {.lex_state = 0, .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}, [9307] = {.lex_state = 0, .external_lex_state = 8}, [9308] = {.lex_state = 0, .external_lex_state = 8}, [9309] = {.lex_state = 0, .external_lex_state = 8}, - [9310] = {.lex_state = 30, .external_lex_state = 8}, - [9311] = {.lex_state = 0, .external_lex_state = 9}, + [9310] = {.lex_state = 0, .external_lex_state = 8}, + [9311] = {.lex_state = 0, .external_lex_state = 8}, [9312] = {.lex_state = 0, .external_lex_state = 8}, - [9313] = {.lex_state = 0, .external_lex_state = 8}, + [9313] = {.lex_state = 30, .external_lex_state = 8}, [9314] = {.lex_state = 0, .external_lex_state = 8}, [9315] = {.lex_state = 0, .external_lex_state = 8}, [9316] = {.lex_state = 0, .external_lex_state = 8}, @@ -32800,24 +32798,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [9319] = {.lex_state = 0, .external_lex_state = 8}, [9320] = {.lex_state = 0, .external_lex_state = 8}, [9321] = {.lex_state = 0, .external_lex_state = 8}, - [9322] = {.lex_state = 30, .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 = 0, .external_lex_state = 9}, [9325] = {.lex_state = 0, .external_lex_state = 8}, - [9326] = {.lex_state = 0, .external_lex_state = 8}, - [9327] = {.lex_state = 0, .external_lex_state = 8}, + [9326] = {.lex_state = 0, .external_lex_state = 9}, + [9327] = {.lex_state = 0, .external_lex_state = 9}, [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 = 0, .external_lex_state = 8}, + [9332] = {.lex_state = 0, .external_lex_state = 9}, [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}, - [9339] = {.lex_state = 0, .external_lex_state = 8}, + [9339] = {.lex_state = 0, .external_lex_state = 9}, [9340] = {.lex_state = 0, .external_lex_state = 8}, [9341] = {.lex_state = 0, .external_lex_state = 8}, [9342] = {.lex_state = 0, .external_lex_state = 8}, @@ -32827,382 +32825,382 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [9346] = {.lex_state = 0, .external_lex_state = 8}, [9347] = {.lex_state = 0, .external_lex_state = 8}, [9348] = {.lex_state = 0, .external_lex_state = 8}, - [9349] = {.lex_state = 0, .external_lex_state = 8}, + [9349] = {.lex_state = 30, .external_lex_state = 8}, [9350] = {.lex_state = 0, .external_lex_state = 8}, [9351] = {.lex_state = 0, .external_lex_state = 8}, [9352] = {.lex_state = 0, .external_lex_state = 8}, [9353] = {.lex_state = 0, .external_lex_state = 8}, - [9354] = {.lex_state = 0, .external_lex_state = 9}, + [9354] = {.lex_state = 0, .external_lex_state = 8}, [9355] = {.lex_state = 0, .external_lex_state = 8}, [9356] = {.lex_state = 0, .external_lex_state = 9}, [9357] = {.lex_state = 0, .external_lex_state = 8}, - [9358] = {.lex_state = 0, .external_lex_state = 9}, + [9358] = {.lex_state = 0, .external_lex_state = 8}, [9359] = {.lex_state = 0, .external_lex_state = 9}, - [9360] = {.lex_state = 0, .external_lex_state = 8}, + [9360] = {.lex_state = 318, .external_lex_state = 8}, [9361] = {.lex_state = 0, .external_lex_state = 8}, - [9362] = {.lex_state = 318, .external_lex_state = 8}, + [9362] = {.lex_state = 30, .external_lex_state = 8}, [9363] = {.lex_state = 0, .external_lex_state = 8}, - [9364] = {.lex_state = 0, .external_lex_state = 8}, + [9364] = {.lex_state = 30, .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 = 30, .external_lex_state = 8}, + [9367] = {.lex_state = 0, .external_lex_state = 9}, + [9368] = {.lex_state = 0, .external_lex_state = 9}, [9369] = {.lex_state = 0, .external_lex_state = 8}, [9370] = {.lex_state = 0, .external_lex_state = 9}, [9371] = {.lex_state = 0, .external_lex_state = 8}, [9372] = {.lex_state = 0, .external_lex_state = 8}, - [9373] = {.lex_state = 0, .external_lex_state = 8}, + [9373] = {.lex_state = 0, .external_lex_state = 9}, [9374] = {.lex_state = 0, .external_lex_state = 8}, [9375] = {.lex_state = 0, .external_lex_state = 8}, - [9376] = {.lex_state = 30, .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}, + [9379] = {.lex_state = 0, .external_lex_state = 9}, [9380] = {.lex_state = 0, .external_lex_state = 8}, [9381] = {.lex_state = 0, .external_lex_state = 8}, - [9382] = {.lex_state = 0, .external_lex_state = 8}, - [9383] = {.lex_state = 0, .external_lex_state = 8}, + [9382] = {.lex_state = 0, .external_lex_state = 9}, + [9383] = {.lex_state = 30, .external_lex_state = 8}, [9384] = {.lex_state = 0, .external_lex_state = 8}, [9385] = {.lex_state = 0, .external_lex_state = 8}, - [9386] = {.lex_state = 318, .external_lex_state = 8}, - [9387] = {.lex_state = 0, .external_lex_state = 9}, - [9388] = {.lex_state = 0, .external_lex_state = 9}, - [9389] = {.lex_state = 30, .external_lex_state = 8}, + [9386] = {.lex_state = 0, .external_lex_state = 8}, + [9387] = {.lex_state = 0, .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 = 30, .external_lex_state = 8}, + [9391] = {.lex_state = 0, .external_lex_state = 9}, + [9392] = {.lex_state = 0, .external_lex_state = 8}, [9393] = {.lex_state = 0, .external_lex_state = 9}, [9394] = {.lex_state = 0, .external_lex_state = 8}, - [9395] = {.lex_state = 0, .external_lex_state = 8}, + [9395] = {.lex_state = 30, .external_lex_state = 8}, [9396] = {.lex_state = 0, .external_lex_state = 8}, - [9397] = {.lex_state = 0, .external_lex_state = 8}, - [9398] = {.lex_state = 0, .external_lex_state = 8}, + [9397] = {.lex_state = 0, .external_lex_state = 9}, + [9398] = {.lex_state = 0, .external_lex_state = 9}, [9399] = {.lex_state = 0, .external_lex_state = 8}, - [9400] = {.lex_state = 0, .external_lex_state = 8}, - [9401] = {.lex_state = 30, .external_lex_state = 8}, + [9400] = {.lex_state = 0, .external_lex_state = 9}, + [9401] = {.lex_state = 0, .external_lex_state = 8}, [9402] = {.lex_state = 0, .external_lex_state = 9}, - [9403] = {.lex_state = 30, .external_lex_state = 8}, - [9404] = {.lex_state = 0, .external_lex_state = 9}, + [9403] = {.lex_state = 0, .external_lex_state = 9}, + [9404] = {.lex_state = 0, .external_lex_state = 8}, [9405] = {.lex_state = 0, .external_lex_state = 9}, - [9406] = {.lex_state = 30, .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}, + [9409] = {.lex_state = 0, .external_lex_state = 9}, [9410] = {.lex_state = 0, .external_lex_state = 8}, - [9411] = {.lex_state = 0, .external_lex_state = 8}, + [9411] = {.lex_state = 0, .external_lex_state = 9}, [9412] = {.lex_state = 0, .external_lex_state = 9}, - [9413] = {.lex_state = 0, .external_lex_state = 8}, - [9414] = {.lex_state = 0, .external_lex_state = 8}, - [9415] = {.lex_state = 30, .external_lex_state = 8}, + [9413] = {.lex_state = 0, .external_lex_state = 9}, + [9414] = {.lex_state = 0, .external_lex_state = 9}, + [9415] = {.lex_state = 0, .external_lex_state = 9}, [9416] = {.lex_state = 0, .external_lex_state = 8}, [9417] = {.lex_state = 0, .external_lex_state = 8}, - [9418] = {.lex_state = 0, .external_lex_state = 9}, - [9419] = {.lex_state = 0, .external_lex_state = 8}, + [9418] = {.lex_state = 0, .external_lex_state = 8}, + [9419] = {.lex_state = 23, .external_lex_state = 11}, [9420] = {.lex_state = 0, .external_lex_state = 8}, [9421] = {.lex_state = 0, .external_lex_state = 8}, - [9422] = {.lex_state = 0, .external_lex_state = 8}, + [9422] = {.lex_state = 0, .external_lex_state = 9}, [9423] = {.lex_state = 0, .external_lex_state = 8}, - [9424] = {.lex_state = 0, .external_lex_state = 9}, + [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 = 0, .external_lex_state = 8}, - [9428] = {.lex_state = 0, .external_lex_state = 8}, - [9429] = {.lex_state = 0, .external_lex_state = 9}, - [9430] = {.lex_state = 23, .external_lex_state = 11}, + [9428] = {.lex_state = 0, .external_lex_state = 9}, + [9429] = {.lex_state = 30, .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 = 9}, - [9433] = {.lex_state = 0, .external_lex_state = 8}, + [9432] = {.lex_state = 0, .external_lex_state = 8}, + [9433] = {.lex_state = 0, .external_lex_state = 9}, [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 = 0, .external_lex_state = 8}, + [9437] = {.lex_state = 0, .external_lex_state = 9}, [9438] = {.lex_state = 0, .external_lex_state = 8}, [9439] = {.lex_state = 0, .external_lex_state = 8}, - [9440] = {.lex_state = 0, .external_lex_state = 9}, - [9441] = {.lex_state = 0, .external_lex_state = 8}, + [9440] = {.lex_state = 30, .external_lex_state = 8}, + [9441] = {.lex_state = 30, .external_lex_state = 8}, [9442] = {.lex_state = 0, .external_lex_state = 8}, - [9443] = {.lex_state = 0, .external_lex_state = 9}, - [9444] = {.lex_state = 30, .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 = 9}, - [9446] = {.lex_state = 0, .external_lex_state = 8}, - [9447] = {.lex_state = 30, .external_lex_state = 8}, - [9448] = {.lex_state = 30, .external_lex_state = 8}, - [9449] = {.lex_state = 0, .external_lex_state = 8}, + [9446] = {.lex_state = 23, .external_lex_state = 8}, + [9447] = {.lex_state = 0, .external_lex_state = 8}, + [9448] = {.lex_state = 23, .external_lex_state = 8}, + [9449] = {.lex_state = 23, .external_lex_state = 8}, [9450] = {.lex_state = 0, .external_lex_state = 8}, [9451] = {.lex_state = 0, .external_lex_state = 8}, [9452] = {.lex_state = 0, .external_lex_state = 8}, - [9453] = {.lex_state = 0, .external_lex_state = 9}, - [9454] = {.lex_state = 318, .external_lex_state = 8}, + [9453] = {.lex_state = 23, .external_lex_state = 8}, + [9454] = {.lex_state = 23, .external_lex_state = 8}, [9455] = {.lex_state = 0, .external_lex_state = 8}, - [9456] = {.lex_state = 0, .external_lex_state = 8}, - [9457] = {.lex_state = 318, .external_lex_state = 8}, - [9458] = {.lex_state = 0, .external_lex_state = 9}, + [9456] = {.lex_state = 23, .external_lex_state = 8}, + [9457] = {.lex_state = 0, .external_lex_state = 8}, + [9458] = {.lex_state = 0, .external_lex_state = 8}, [9459] = {.lex_state = 0, .external_lex_state = 8}, - [9460] = {.lex_state = 0, .external_lex_state = 9}, - [9461] = {.lex_state = 0, .external_lex_state = 9}, - [9462] = {.lex_state = 23, .external_lex_state = 8}, + [9460] = {.lex_state = 0, .external_lex_state = 8}, + [9461] = {.lex_state = 0, .external_lex_state = 8}, + [9462] = {.lex_state = 0, .external_lex_state = 8}, [9463] = {.lex_state = 0, .external_lex_state = 8}, - [9464] = {.lex_state = 23, .external_lex_state = 8}, - [9465] = {.lex_state = 0, .external_lex_state = 8}, + [9464] = {.lex_state = 0, .external_lex_state = 8}, + [9465] = {.lex_state = 318, .external_lex_state = 8}, [9466] = {.lex_state = 0, .external_lex_state = 8}, [9467] = {.lex_state = 0, .external_lex_state = 8}, - [9468] = {.lex_state = 23, .external_lex_state = 8}, - [9469] = {.lex_state = 318, .external_lex_state = 8}, - [9470] = {.lex_state = 0, .external_lex_state = 8}, - [9471] = {.lex_state = 23, .external_lex_state = 8}, - [9472] = {.lex_state = 0, .external_lex_state = 8}, + [9468] = {.lex_state = 0, .external_lex_state = 8}, + [9469] = {.lex_state = 0, .external_lex_state = 8}, + [9470] = {.lex_state = 23, .external_lex_state = 8}, + [9471] = {.lex_state = 0, .external_lex_state = 8}, + [9472] = {.lex_state = 23, .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 = 23, .external_lex_state = 8}, + [9474] = {.lex_state = 23, .external_lex_state = 8}, + [9475] = {.lex_state = 23, .external_lex_state = 8}, + [9476] = {.lex_state = 0, .external_lex_state = 8}, [9477] = {.lex_state = 0, .external_lex_state = 8}, - [9478] = {.lex_state = 23, .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 = 0, .external_lex_state = 9}, - [9482] = {.lex_state = 23, .external_lex_state = 8}, - [9483] = {.lex_state = 23, .external_lex_state = 8}, - [9484] = {.lex_state = 23, .external_lex_state = 8}, - [9485] = {.lex_state = 23, .external_lex_state = 8}, - [9486] = {.lex_state = 0, .external_lex_state = 9}, + [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}, + [9486] = {.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 = 0, .external_lex_state = 8}, + [9489] = {.lex_state = 23, .external_lex_state = 8}, [9490] = {.lex_state = 0, .external_lex_state = 8}, - [9491] = {.lex_state = 0, .external_lex_state = 8}, + [9491] = {.lex_state = 23, .external_lex_state = 8}, [9492] = {.lex_state = 0, .external_lex_state = 8}, - [9493] = {.lex_state = 0, .external_lex_state = 8}, - [9494] = {.lex_state = 0, .external_lex_state = 8}, + [9493] = {.lex_state = 23, .external_lex_state = 8}, + [9494] = {.lex_state = 23, .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 = 0, .external_lex_state = 8}, - [9499] = {.lex_state = 0, .external_lex_state = 8}, - [9500] = {.lex_state = 0, .external_lex_state = 8}, - [9501] = {.lex_state = 23, .external_lex_state = 8}, - [9502] = {.lex_state = 23, .external_lex_state = 8}, - [9503] = {.lex_state = 0, .external_lex_state = 8}, + [9497] = {.lex_state = 23, .external_lex_state = 8}, + [9498] = {.lex_state = 23, .external_lex_state = 8}, + [9499] = {.lex_state = 23, .external_lex_state = 8}, + [9500] = {.lex_state = 0, .external_lex_state = 9}, + [9501] = {.lex_state = 0, .external_lex_state = 8}, + [9502] = {.lex_state = 0, .external_lex_state = 8}, + [9503] = {.lex_state = 23, .external_lex_state = 8}, [9504] = {.lex_state = 0, .external_lex_state = 8}, - [9505] = {.lex_state = 0, .external_lex_state = 9}, - [9506] = {.lex_state = 23, .external_lex_state = 8}, - [9507] = {.lex_state = 23, .external_lex_state = 8}, + [9505] = {.lex_state = 23, .external_lex_state = 8}, + [9506] = {.lex_state = 0, .external_lex_state = 8}, + [9507] = {.lex_state = 0, .external_lex_state = 9}, [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 = 23, .external_lex_state = 8}, + [9511] = {.lex_state = 0, .external_lex_state = 8}, [9512] = {.lex_state = 0, .external_lex_state = 8}, [9513] = {.lex_state = 0, .external_lex_state = 8}, [9514] = {.lex_state = 0, .external_lex_state = 8}, [9515] = {.lex_state = 23, .external_lex_state = 8}, [9516] = {.lex_state = 0, .external_lex_state = 8}, - [9517] = {.lex_state = 318, .external_lex_state = 8}, - [9518] = {.lex_state = 23, .external_lex_state = 8}, + [9517] = {.lex_state = 0, .external_lex_state = 8}, + [9518] = {.lex_state = 0, .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}, + [9521] = {.lex_state = 23, .external_lex_state = 8}, [9522] = {.lex_state = 23, .external_lex_state = 8}, [9523] = {.lex_state = 0, .external_lex_state = 8}, [9524] = {.lex_state = 0, .external_lex_state = 8}, - [9525] = {.lex_state = 23, .external_lex_state = 8}, - [9526] = {.lex_state = 0, .external_lex_state = 8}, - [9527] = {.lex_state = 23, .external_lex_state = 8}, + [9525] = {.lex_state = 0, .external_lex_state = 8}, + [9526] = {.lex_state = 23, .external_lex_state = 8}, + [9527] = {.lex_state = 0, .external_lex_state = 8}, [9528] = {.lex_state = 0, .external_lex_state = 8}, - [9529] = {.lex_state = 23, .external_lex_state = 8}, + [9529] = {.lex_state = 0, .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}, + [9532] = {.lex_state = 0, .external_lex_state = 9}, [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}, + [9536] = {.lex_state = 0, .external_lex_state = 9}, [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}, + [9540] = {.lex_state = 0, .external_lex_state = 9}, [9541] = {.lex_state = 0, .external_lex_state = 8}, [9542] = {.lex_state = 0, .external_lex_state = 8}, - [9543] = {.lex_state = 23, .external_lex_state = 8}, - [9544] = {.lex_state = 0, .external_lex_state = 8}, - [9545] = {.lex_state = 23, .external_lex_state = 8}, + [9543] = {.lex_state = 0, .external_lex_state = 8}, + [9544] = {.lex_state = 0, .external_lex_state = 9}, + [9545] = {.lex_state = 0, .external_lex_state = 8}, [9546] = {.lex_state = 0, .external_lex_state = 8}, [9547] = {.lex_state = 0, .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}, + [9550] = {.lex_state = 23, .external_lex_state = 8}, [9551] = {.lex_state = 0, .external_lex_state = 8}, [9552] = {.lex_state = 0, .external_lex_state = 8}, [9553] = {.lex_state = 0, .external_lex_state = 8}, - [9554] = {.lex_state = 0, .external_lex_state = 8}, + [9554] = {.lex_state = 23, .external_lex_state = 8}, [9555] = {.lex_state = 0, .external_lex_state = 8}, - [9556] = {.lex_state = 23, .external_lex_state = 8}, + [9556] = {.lex_state = 0, .external_lex_state = 8}, [9557] = {.lex_state = 0, .external_lex_state = 8}, [9558] = {.lex_state = 0, .external_lex_state = 8}, [9559] = {.lex_state = 0, .external_lex_state = 8}, - [9560] = {.lex_state = 0, .external_lex_state = 8}, + [9560] = {.lex_state = 23, .external_lex_state = 8}, [9561] = {.lex_state = 0, .external_lex_state = 8}, - [9562] = {.lex_state = 23, .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 = 23, .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 = 23, .external_lex_state = 8}, - [9569] = {.lex_state = 0, .external_lex_state = 8}, + [9568] = {.lex_state = 0, .external_lex_state = 8}, + [9569] = {.lex_state = 23, .external_lex_state = 8}, [9570] = {.lex_state = 0, .external_lex_state = 8}, - [9571] = {.lex_state = 23, .external_lex_state = 8}, - [9572] = {.lex_state = 0, .external_lex_state = 8}, - [9573] = {.lex_state = 23, .external_lex_state = 8}, + [9571] = {.lex_state = 0, .external_lex_state = 8}, + [9572] = {.lex_state = 23, .external_lex_state = 8}, + [9573] = {.lex_state = 0, .external_lex_state = 8}, [9574] = {.lex_state = 0, .external_lex_state = 8}, - [9575] = {.lex_state = 23, .external_lex_state = 8}, + [9575] = {.lex_state = 0, .external_lex_state = 8}, [9576] = {.lex_state = 0, .external_lex_state = 8}, - [9577] = {.lex_state = 23, .external_lex_state = 8}, + [9577] = {.lex_state = 0, .external_lex_state = 8}, [9578] = {.lex_state = 23, .external_lex_state = 8}, [9579] = {.lex_state = 0, .external_lex_state = 8}, [9580] = {.lex_state = 0, .external_lex_state = 8}, - [9581] = {.lex_state = 0, .external_lex_state = 8}, + [9581] = {.lex_state = 23, .external_lex_state = 8}, [9582] = {.lex_state = 0, .external_lex_state = 8}, - [9583] = {.lex_state = 0, .external_lex_state = 8}, + [9583] = {.lex_state = 23, .external_lex_state = 8}, [9584] = {.lex_state = 0, .external_lex_state = 8}, [9585] = {.lex_state = 23, .external_lex_state = 8}, - [9586] = {.lex_state = 23, .external_lex_state = 8}, + [9586] = {.lex_state = 0, .external_lex_state = 8}, [9587] = {.lex_state = 23, .external_lex_state = 8}, [9588] = {.lex_state = 23, .external_lex_state = 8}, [9589] = {.lex_state = 0, .external_lex_state = 8}, - [9590] = {.lex_state = 0, .external_lex_state = 9}, + [9590] = {.lex_state = 0, .external_lex_state = 8}, [9591] = {.lex_state = 0, .external_lex_state = 8}, [9592] = {.lex_state = 0, .external_lex_state = 8}, - [9593] = {.lex_state = 0, .external_lex_state = 8}, + [9593] = {.lex_state = 23, .external_lex_state = 8}, [9594] = {.lex_state = 0, .external_lex_state = 8}, [9595] = {.lex_state = 23, .external_lex_state = 8}, - [9596] = {.lex_state = 0, .external_lex_state = 8}, - [9597] = {.lex_state = 0, .external_lex_state = 8}, - [9598] = {.lex_state = 23, .external_lex_state = 8}, - [9599] = {.lex_state = 23, .external_lex_state = 8}, + [9596] = {.lex_state = 318, .external_lex_state = 8}, + [9597] = {.lex_state = 23, .external_lex_state = 8}, + [9598] = {.lex_state = 0, .external_lex_state = 8}, + [9599] = {.lex_state = 0, .external_lex_state = 8}, [9600] = {.lex_state = 23, .external_lex_state = 8}, [9601] = {.lex_state = 23, .external_lex_state = 8}, - [9602] = {.lex_state = 318, .external_lex_state = 8}, + [9602] = {.lex_state = 23, .external_lex_state = 8}, [9603] = {.lex_state = 0, .external_lex_state = 8}, [9604] = {.lex_state = 23, .external_lex_state = 8}, - [9605] = {.lex_state = 0, .external_lex_state = 8}, - [9606] = {.lex_state = 23, .external_lex_state = 8}, + [9605] = {.lex_state = 23, .external_lex_state = 8}, + [9606] = {.lex_state = 0, .external_lex_state = 8}, [9607] = {.lex_state = 0, .external_lex_state = 8}, [9608] = {.lex_state = 0, .external_lex_state = 8}, - [9609] = {.lex_state = 23, .external_lex_state = 8}, + [9609] = {.lex_state = 0, .external_lex_state = 8}, [9610] = {.lex_state = 0, .external_lex_state = 8}, - [9611] = {.lex_state = 23, .external_lex_state = 8}, - [9612] = {.lex_state = 0, .external_lex_state = 8}, - [9613] = {.lex_state = 23, .external_lex_state = 8}, + [9611] = {.lex_state = 0, .external_lex_state = 8}, + [9612] = {.lex_state = 23, .external_lex_state = 8}, + [9613] = {.lex_state = 0, .external_lex_state = 8}, [9614] = {.lex_state = 23, .external_lex_state = 8}, [9615] = {.lex_state = 0, .external_lex_state = 8}, [9616] = {.lex_state = 23, .external_lex_state = 8}, - [9617] = {.lex_state = 23, .external_lex_state = 8}, + [9617] = {.lex_state = 0, .external_lex_state = 8}, [9618] = {.lex_state = 0, .external_lex_state = 8}, [9619] = {.lex_state = 0, .external_lex_state = 8}, [9620] = {.lex_state = 23, .external_lex_state = 8}, [9621] = {.lex_state = 23, .external_lex_state = 8}, - [9622] = {.lex_state = 23, .external_lex_state = 8}, - [9623] = {.lex_state = 23, .external_lex_state = 8}, - [9624] = {.lex_state = 0, .external_lex_state = 8}, + [9622] = {.lex_state = 0, .external_lex_state = 8}, + [9623] = {.lex_state = 0, .external_lex_state = 8}, + [9624] = {.lex_state = 23, .external_lex_state = 8}, [9625] = {.lex_state = 23, .external_lex_state = 8}, [9626] = {.lex_state = 23, .external_lex_state = 8}, [9627] = {.lex_state = 23, .external_lex_state = 8}, - [9628] = {.lex_state = 0, .external_lex_state = 8}, + [9628] = {.lex_state = 23, .external_lex_state = 8}, [9629] = {.lex_state = 23, .external_lex_state = 8}, [9630] = {.lex_state = 23, .external_lex_state = 8}, - [9631] = {.lex_state = 23, .external_lex_state = 8}, - [9632] = {.lex_state = 23, .external_lex_state = 8}, - [9633] = {.lex_state = 23, .external_lex_state = 8}, - [9634] = {.lex_state = 23, .external_lex_state = 8}, - [9635] = {.lex_state = 0, .external_lex_state = 8}, - [9636] = {.lex_state = 23, .external_lex_state = 8}, - [9637] = {.lex_state = 23, .external_lex_state = 8}, + [9631] = {.lex_state = 318, .external_lex_state = 8}, + [9632] = {.lex_state = 0, .external_lex_state = 8}, + [9633] = {.lex_state = 0, .external_lex_state = 8}, + [9634] = {.lex_state = 0, .external_lex_state = 8}, + [9635] = {.lex_state = 23, .external_lex_state = 8}, + [9636] = {.lex_state = 0, .external_lex_state = 8}, + [9637] = {.lex_state = 0, .external_lex_state = 8}, [9638] = {.lex_state = 0, .external_lex_state = 8}, - [9639] = {.lex_state = 23, .external_lex_state = 8}, - [9640] = {.lex_state = 23, .external_lex_state = 8}, - [9641] = {.lex_state = 23, .external_lex_state = 8}, - [9642] = {.lex_state = 0, .external_lex_state = 8}, + [9639] = {.lex_state = 0, .external_lex_state = 8}, + [9640] = {.lex_state = 0, .external_lex_state = 8}, + [9641] = {.lex_state = 0, .external_lex_state = 8}, + [9642] = {.lex_state = 23, .external_lex_state = 8}, [9643] = {.lex_state = 0, .external_lex_state = 8}, - [9644] = {.lex_state = 23, .external_lex_state = 8}, - [9645] = {.lex_state = 0, .external_lex_state = 8}, + [9644] = {.lex_state = 0, .external_lex_state = 8}, + [9645] = {.lex_state = 23, .external_lex_state = 8}, [9646] = {.lex_state = 23, .external_lex_state = 8}, - [9647] = {.lex_state = 23, .external_lex_state = 8}, + [9647] = {.lex_state = 0, .external_lex_state = 8}, [9648] = {.lex_state = 0, .external_lex_state = 8}, [9649] = {.lex_state = 0, .external_lex_state = 8}, - [9650] = {.lex_state = 23, .external_lex_state = 8}, + [9650] = {.lex_state = 0, .external_lex_state = 8}, [9651] = {.lex_state = 0, .external_lex_state = 8}, - [9652] = {.lex_state = 0, .external_lex_state = 8}, - [9653] = {.lex_state = 23, .external_lex_state = 8}, + [9652] = {.lex_state = 23, .external_lex_state = 8}, + [9653] = {.lex_state = 0, .external_lex_state = 9}, [9654] = {.lex_state = 0, .external_lex_state = 8}, - [9655] = {.lex_state = 23, .external_lex_state = 8}, - [9656] = {.lex_state = 23, .external_lex_state = 8}, + [9655] = {.lex_state = 0, .external_lex_state = 8}, + [9656] = {.lex_state = 0, .external_lex_state = 8}, [9657] = {.lex_state = 0, .external_lex_state = 8}, - [9658] = {.lex_state = 23, .external_lex_state = 8}, - [9659] = {.lex_state = 23, .external_lex_state = 8}, + [9658] = {.lex_state = 0, .external_lex_state = 8}, + [9659] = {.lex_state = 0, .external_lex_state = 8}, [9660] = {.lex_state = 23, .external_lex_state = 8}, [9661] = {.lex_state = 23, .external_lex_state = 8}, - [9662] = {.lex_state = 0, .external_lex_state = 8}, + [9662] = {.lex_state = 23, .external_lex_state = 8}, [9663] = {.lex_state = 0, .external_lex_state = 8}, - [9664] = {.lex_state = 23, .external_lex_state = 8}, - [9665] = {.lex_state = 0, .external_lex_state = 8}, + [9664] = {.lex_state = 0, .external_lex_state = 8}, + [9665] = {.lex_state = 23, .external_lex_state = 8}, [9666] = {.lex_state = 23, .external_lex_state = 8}, [9667] = {.lex_state = 23, .external_lex_state = 8}, [9668] = {.lex_state = 23, .external_lex_state = 8}, - [9669] = {.lex_state = 0, .external_lex_state = 8}, - [9670] = {.lex_state = 0, .external_lex_state = 8}, + [9669] = {.lex_state = 23, .external_lex_state = 8}, + [9670] = {.lex_state = 23, .external_lex_state = 8}, [9671] = {.lex_state = 0, .external_lex_state = 8}, [9672] = {.lex_state = 23, .external_lex_state = 8}, - [9673] = {.lex_state = 0, .external_lex_state = 8}, + [9673] = {.lex_state = 23, .external_lex_state = 8}, [9674] = {.lex_state = 0, .external_lex_state = 8}, [9675] = {.lex_state = 23, .external_lex_state = 8}, - [9676] = {.lex_state = 0, .external_lex_state = 8}, - [9677] = {.lex_state = 0, .external_lex_state = 8}, - [9678] = {.lex_state = 0, .external_lex_state = 8}, - [9679] = {.lex_state = 0, .external_lex_state = 8}, - [9680] = {.lex_state = 0, .external_lex_state = 8}, - [9681] = {.lex_state = 0, .external_lex_state = 8}, - [9682] = {.lex_state = 0, .external_lex_state = 8}, - [9683] = {.lex_state = 0, .external_lex_state = 8}, - [9684] = {.lex_state = 0, .external_lex_state = 8}, - [9685] = {.lex_state = 0, .external_lex_state = 8}, - [9686] = {.lex_state = 0, .external_lex_state = 8}, + [9676] = {.lex_state = 23, .external_lex_state = 8}, + [9677] = {.lex_state = 23, .external_lex_state = 8}, + [9678] = {.lex_state = 23, .external_lex_state = 8}, + [9679] = {.lex_state = 23, .external_lex_state = 8}, + [9680] = {.lex_state = 23, .external_lex_state = 8}, + [9681] = {.lex_state = 23, .external_lex_state = 8}, + [9682] = {.lex_state = 23, .external_lex_state = 8}, + [9683] = {.lex_state = 23, .external_lex_state = 8}, + [9684] = {.lex_state = 23, .external_lex_state = 8}, + [9685] = {.lex_state = 23, .external_lex_state = 8}, + [9686] = {.lex_state = 23, .external_lex_state = 8}, [9687] = {.lex_state = 23, .external_lex_state = 8}, - [9688] = {.lex_state = 23, .external_lex_state = 8}, - [9689] = {.lex_state = 0, .external_lex_state = 8}, - [9690] = {.lex_state = 0, .external_lex_state = 8}, + [9688] = {.lex_state = 0, .external_lex_state = 8}, + [9689] = {.lex_state = 23, .external_lex_state = 8}, + [9690] = {.lex_state = 23, .external_lex_state = 8}, [9691] = {.lex_state = 23, .external_lex_state = 8}, - [9692] = {.lex_state = 0, .external_lex_state = 8}, - [9693] = {.lex_state = 0, .external_lex_state = 8}, + [9692] = {.lex_state = 23, .external_lex_state = 8}, + [9693] = {.lex_state = 23, .external_lex_state = 8}, [9694] = {.lex_state = 0, .external_lex_state = 8}, [9695] = {.lex_state = 0, .external_lex_state = 8}, - [9696] = {.lex_state = 23, .external_lex_state = 8}, - [9697] = {.lex_state = 0, .external_lex_state = 8}, + [9696] = {.lex_state = 0, .external_lex_state = 9}, + [9697] = {.lex_state = 23, .external_lex_state = 8}, [9698] = {.lex_state = 0, .external_lex_state = 8}, - [9699] = {.lex_state = 23, .external_lex_state = 8}, + [9699] = {.lex_state = 0, .external_lex_state = 8}, [9700] = {.lex_state = 23, .external_lex_state = 8}, - [9701] = {.lex_state = 23, .external_lex_state = 8}, + [9701] = {.lex_state = 0, .external_lex_state = 9}, [9702] = {.lex_state = 0, .external_lex_state = 8}, [9703] = {.lex_state = 0, .external_lex_state = 8}, [9704] = {.lex_state = 0, .external_lex_state = 8}, - [9705] = {.lex_state = 23, .external_lex_state = 8}, - [9706] = {.lex_state = 23, .external_lex_state = 8}, + [9705] = {.lex_state = 0, .external_lex_state = 8}, + [9706] = {.lex_state = 0, .external_lex_state = 8}, [9707] = {.lex_state = 0, .external_lex_state = 8}, [9708] = {.lex_state = 0, .external_lex_state = 8}, - [9709] = {.lex_state = 0, .external_lex_state = 8}, + [9709] = {.lex_state = 23, .external_lex_state = 8}, [9710] = {.lex_state = 0, .external_lex_state = 8}, [9711] = {.lex_state = 0, .external_lex_state = 8}, - [9712] = {.lex_state = 0, .external_lex_state = 8}, + [9712] = {.lex_state = 23, .external_lex_state = 8}, [9713] = {.lex_state = 0, .external_lex_state = 8}, [9714] = {.lex_state = 0, .external_lex_state = 8}, - [9715] = {.lex_state = 23, .external_lex_state = 8}, - [9716] = {.lex_state = 0, .external_lex_state = 8}, - [9717] = {.lex_state = 0, .external_lex_state = 8}, + [9715] = {.lex_state = 0, .external_lex_state = 8}, + [9716] = {.lex_state = 23, .external_lex_state = 8}, + [9717] = {.lex_state = 23, .external_lex_state = 8}, [9718] = {.lex_state = 0, .external_lex_state = 8}, [9719] = {.lex_state = 0, .external_lex_state = 8}, - [9720] = {.lex_state = 0, .external_lex_state = 8}, + [9720] = {.lex_state = 23, .external_lex_state = 8}, [9721] = {.lex_state = 0, .external_lex_state = 8}, - [9722] = {.lex_state = 0, .external_lex_state = 8}, - [9723] = {.lex_state = 0, .external_lex_state = 8}, - [9724] = {.lex_state = 0, .external_lex_state = 8}, + [9722] = {.lex_state = 23, .external_lex_state = 8}, + [9723] = {.lex_state = 23, .external_lex_state = 8}, + [9724] = {.lex_state = 23, .external_lex_state = 8}, [9725] = {.lex_state = 0, .external_lex_state = 8}, [9726] = {.lex_state = 0, .external_lex_state = 8}, [9727] = {.lex_state = 23, .external_lex_state = 8}, @@ -33215,52 +33213,52 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [9734] = {.lex_state = 0, .external_lex_state = 8}, [9735] = {.lex_state = 0, .external_lex_state = 8}, [9736] = {.lex_state = 0, .external_lex_state = 8}, - [9737] = {.lex_state = 23, .external_lex_state = 8}, - [9738] = {.lex_state = 0, .external_lex_state = 8}, - [9739] = {.lex_state = 23, .external_lex_state = 8}, + [9737] = {.lex_state = 0, .external_lex_state = 8}, + [9738] = {.lex_state = 23, .external_lex_state = 8}, + [9739] = {.lex_state = 0, .external_lex_state = 8}, [9740] = {.lex_state = 0, .external_lex_state = 8}, [9741] = {.lex_state = 0, .external_lex_state = 8}, [9742] = {.lex_state = 0, .external_lex_state = 8}, [9743] = {.lex_state = 0, .external_lex_state = 8}, [9744] = {.lex_state = 0, .external_lex_state = 8}, [9745] = {.lex_state = 0, .external_lex_state = 8}, - [9746] = {.lex_state = 23, .external_lex_state = 8}, - [9747] = {.lex_state = 23, .external_lex_state = 8}, + [9746] = {.lex_state = 0, .external_lex_state = 8}, + [9747] = {.lex_state = 0, .external_lex_state = 8}, [9748] = {.lex_state = 0, .external_lex_state = 8}, [9749] = {.lex_state = 0, .external_lex_state = 8}, [9750] = {.lex_state = 0, .external_lex_state = 8}, [9751] = {.lex_state = 23, .external_lex_state = 8}, - [9752] = {.lex_state = 0, .external_lex_state = 8}, + [9752] = {.lex_state = 23, .external_lex_state = 8}, [9753] = {.lex_state = 0, .external_lex_state = 8}, - [9754] = {.lex_state = 0, .external_lex_state = 8}, - [9755] = {.lex_state = 318, .external_lex_state = 8}, + [9754] = {.lex_state = 23, .external_lex_state = 8}, + [9755] = {.lex_state = 0, .external_lex_state = 8}, [9756] = {.lex_state = 0, .external_lex_state = 8}, - [9757] = {.lex_state = 23, .external_lex_state = 8}, + [9757] = {.lex_state = 0, .external_lex_state = 8}, [9758] = {.lex_state = 0, .external_lex_state = 8}, [9759] = {.lex_state = 0, .external_lex_state = 8}, - [9760] = {.lex_state = 0, .external_lex_state = 8}, + [9760] = {.lex_state = 23, .external_lex_state = 8}, [9761] = {.lex_state = 0, .external_lex_state = 8}, [9762] = {.lex_state = 0, .external_lex_state = 8}, [9763] = {.lex_state = 0, .external_lex_state = 8}, - [9764] = {.lex_state = 23, .external_lex_state = 8}, + [9764] = {.lex_state = 0, .external_lex_state = 8}, [9765] = {.lex_state = 0, .external_lex_state = 8}, [9766] = {.lex_state = 0, .external_lex_state = 8}, [9767] = {.lex_state = 0, .external_lex_state = 8}, [9768] = {.lex_state = 0, .external_lex_state = 8}, - [9769] = {.lex_state = 0, .external_lex_state = 8}, + [9769] = {.lex_state = 23, .external_lex_state = 8}, [9770] = {.lex_state = 0, .external_lex_state = 8}, - [9771] = {.lex_state = 0, .external_lex_state = 8}, + [9771] = {.lex_state = 23, .external_lex_state = 8}, [9772] = {.lex_state = 0, .external_lex_state = 8}, [9773] = {.lex_state = 0, .external_lex_state = 8}, - [9774] = {.lex_state = 0, .external_lex_state = 8}, - [9775] = {.lex_state = 0, .external_lex_state = 8}, + [9774] = {.lex_state = 23, .external_lex_state = 8}, + [9775] = {.lex_state = 23, .external_lex_state = 8}, [9776] = {.lex_state = 0, .external_lex_state = 8}, [9777] = {.lex_state = 0, .external_lex_state = 8}, - [9778] = {.lex_state = 0, .external_lex_state = 8}, + [9778] = {.lex_state = 23, .external_lex_state = 8}, [9779] = {.lex_state = 0, .external_lex_state = 8}, [9780] = {.lex_state = 0, .external_lex_state = 8}, - [9781] = {.lex_state = 23, .external_lex_state = 8}, - [9782] = {.lex_state = 23, .external_lex_state = 8}, + [9781] = {.lex_state = 0, .external_lex_state = 8}, + [9782] = {.lex_state = 0, .external_lex_state = 8}, [9783] = {.lex_state = 0, .external_lex_state = 8}, [9784] = {.lex_state = 0, .external_lex_state = 8}, [9785] = {.lex_state = 0, .external_lex_state = 8}, @@ -33269,71 +33267,71 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [9788] = {.lex_state = 0, .external_lex_state = 8}, [9789] = {.lex_state = 23, .external_lex_state = 8}, [9790] = {.lex_state = 0, .external_lex_state = 8}, - [9791] = {.lex_state = 0, .external_lex_state = 8}, + [9791] = {.lex_state = 23, .external_lex_state = 8}, [9792] = {.lex_state = 23, .external_lex_state = 8}, - [9793] = {.lex_state = 0, .external_lex_state = 8}, + [9793] = {.lex_state = 23, .external_lex_state = 8}, [9794] = {.lex_state = 0, .external_lex_state = 8}, - [9795] = {.lex_state = 0, .external_lex_state = 8}, - [9796] = {.lex_state = 0, .external_lex_state = 8}, + [9795] = {.lex_state = 23, .external_lex_state = 8}, + [9796] = {.lex_state = 23, .external_lex_state = 8}, [9797] = {.lex_state = 0, .external_lex_state = 8}, [9798] = {.lex_state = 0, .external_lex_state = 8}, [9799] = {.lex_state = 0, .external_lex_state = 8}, [9800] = {.lex_state = 0, .external_lex_state = 8}, [9801] = {.lex_state = 0, .external_lex_state = 8}, [9802] = {.lex_state = 0, .external_lex_state = 8}, - [9803] = {.lex_state = 0, .external_lex_state = 8}, + [9803] = {.lex_state = 23, .external_lex_state = 8}, [9804] = {.lex_state = 0, .external_lex_state = 8}, [9805] = {.lex_state = 0, .external_lex_state = 8}, - [9806] = {.lex_state = 23, .external_lex_state = 8}, - [9807] = {.lex_state = 0, .external_lex_state = 8}, + [9806] = {.lex_state = 0, .external_lex_state = 8}, + [9807] = {.lex_state = 23, .external_lex_state = 8}, [9808] = {.lex_state = 0, .external_lex_state = 8}, - [9809] = {.lex_state = 23, .external_lex_state = 8}, - [9810] = {.lex_state = 0, .external_lex_state = 8}, - [9811] = {.lex_state = 23, .external_lex_state = 8}, - [9812] = {.lex_state = 0, .external_lex_state = 9}, + [9809] = {.lex_state = 0, .external_lex_state = 8}, + [9810] = {.lex_state = 23, .external_lex_state = 8}, + [9811] = {.lex_state = 0, .external_lex_state = 8}, + [9812] = {.lex_state = 23, .external_lex_state = 8}, [9813] = {.lex_state = 0, .external_lex_state = 8}, - [9814] = {.lex_state = 23, .external_lex_state = 8}, + [9814] = {.lex_state = 0, .external_lex_state = 8}, [9815] = {.lex_state = 0, .external_lex_state = 8}, - [9816] = {.lex_state = 23, .external_lex_state = 8}, + [9816] = {.lex_state = 0, .external_lex_state = 8}, [9817] = {.lex_state = 0, .external_lex_state = 8}, [9818] = {.lex_state = 0, .external_lex_state = 8}, - [9819] = {.lex_state = 23, .external_lex_state = 8}, + [9819] = {.lex_state = 318, .external_lex_state = 8}, [9820] = {.lex_state = 0, .external_lex_state = 8}, - [9821] = {.lex_state = 23, .external_lex_state = 8}, + [9821] = {.lex_state = 0, .external_lex_state = 8}, [9822] = {.lex_state = 0, .external_lex_state = 8}, [9823] = {.lex_state = 0, .external_lex_state = 8}, [9824] = {.lex_state = 0, .external_lex_state = 8}, [9825] = {.lex_state = 0, .external_lex_state = 8}, - [9826] = {.lex_state = 318, .external_lex_state = 8}, + [9826] = {.lex_state = 0, .external_lex_state = 8}, [9827] = {.lex_state = 0, .external_lex_state = 8}, [9828] = {.lex_state = 0, .external_lex_state = 8}, - [9829] = {.lex_state = 0, .external_lex_state = 8}, + [9829] = {.lex_state = 23, .external_lex_state = 8}, [9830] = {.lex_state = 0, .external_lex_state = 8}, - [9831] = {.lex_state = 0, .external_lex_state = 8}, + [9831] = {.lex_state = 30, .external_lex_state = 8}, [9832] = {.lex_state = 0, .external_lex_state = 8}, [9833] = {.lex_state = 0, .external_lex_state = 8}, - [9834] = {.lex_state = 0, .external_lex_state = 9}, + [9834] = {.lex_state = 23, .external_lex_state = 8}, [9835] = {.lex_state = 0, .external_lex_state = 8}, - [9836] = {.lex_state = 0, .external_lex_state = 8}, - [9837] = {.lex_state = 30, .external_lex_state = 8}, + [9836] = {.lex_state = 23, .external_lex_state = 8}, + [9837] = {.lex_state = 0, .external_lex_state = 8}, [9838] = {.lex_state = 0, .external_lex_state = 8}, - [9839] = {.lex_state = 23, .external_lex_state = 8}, + [9839] = {.lex_state = 0, .external_lex_state = 8}, [9840] = {.lex_state = 0, .external_lex_state = 8}, [9841] = {.lex_state = 0, .external_lex_state = 8}, [9842] = {.lex_state = 0, .external_lex_state = 8}, - [9843] = {.lex_state = 0, .external_lex_state = 8}, + [9843] = {.lex_state = 23, .external_lex_state = 8}, [9844] = {.lex_state = 0, .external_lex_state = 8}, - [9845] = {.lex_state = 0, .external_lex_state = 8}, + [9845] = {.lex_state = 23, .external_lex_state = 8}, [9846] = {.lex_state = 0, .external_lex_state = 8}, [9847] = {.lex_state = 0, .external_lex_state = 8}, [9848] = {.lex_state = 0, .external_lex_state = 8}, - [9849] = {.lex_state = 23, .external_lex_state = 8}, + [9849] = {.lex_state = 0, .external_lex_state = 8}, [9850] = {.lex_state = 0, .external_lex_state = 8}, - [9851] = {.lex_state = 23, .external_lex_state = 8}, + [9851] = {.lex_state = 0, .external_lex_state = 8}, [9852] = {.lex_state = 0, .external_lex_state = 8}, - [9853] = {.lex_state = 23, .external_lex_state = 8}, - [9854] = {.lex_state = 23, .external_lex_state = 8}, - [9855] = {.lex_state = 0, .external_lex_state = 9}, + [9853] = {.lex_state = 0, .external_lex_state = 8}, + [9854] = {.lex_state = 0, .external_lex_state = 8}, + [9855] = {.lex_state = 23, .external_lex_state = 8}, [9856] = {.lex_state = 0, .external_lex_state = 8}, [9857] = {.lex_state = 0, .external_lex_state = 8}, [9858] = {.lex_state = 0, .external_lex_state = 8}, @@ -33341,26 +33339,26 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [9860] = {.lex_state = 0, .external_lex_state = 8}, [9861] = {.lex_state = 0, .external_lex_state = 8}, [9862] = {.lex_state = 0, .external_lex_state = 8}, - [9863] = {.lex_state = 0, .external_lex_state = 8}, - [9864] = {.lex_state = 23, .external_lex_state = 8}, - [9865] = {.lex_state = 0, .external_lex_state = 8}, + [9863] = {.lex_state = 23, .external_lex_state = 8}, + [9864] = {.lex_state = 0, .external_lex_state = 8}, + [9865] = {.lex_state = 23, .external_lex_state = 8}, [9866] = {.lex_state = 0, .external_lex_state = 8}, [9867] = {.lex_state = 0, .external_lex_state = 8}, [9868] = {.lex_state = 0, .external_lex_state = 8}, [9869] = {.lex_state = 0, .external_lex_state = 8}, - [9870] = {.lex_state = 23, .external_lex_state = 8}, - [9871] = {.lex_state = 0, .external_lex_state = 8}, - [9872] = {.lex_state = 0, .external_lex_state = 8}, - [9873] = {.lex_state = 0, .external_lex_state = 9}, + [9870] = {.lex_state = 0, .external_lex_state = 8}, + [9871] = {.lex_state = 23, .external_lex_state = 8}, + [9872] = {.lex_state = 23, .external_lex_state = 8}, + [9873] = {.lex_state = 0, .external_lex_state = 8}, [9874] = {.lex_state = 23, .external_lex_state = 8}, [9875] = {.lex_state = 0, .external_lex_state = 8}, - [9876] = {.lex_state = 23, .external_lex_state = 8}, + [9876] = {.lex_state = 0, .external_lex_state = 8}, [9877] = {.lex_state = 0, .external_lex_state = 8}, [9878] = {.lex_state = 0, .external_lex_state = 8}, - [9879] = {.lex_state = 23, .external_lex_state = 8}, + [9879] = {.lex_state = 0, .external_lex_state = 8}, [9880] = {.lex_state = 0, .external_lex_state = 8}, [9881] = {.lex_state = 0, .external_lex_state = 8}, - [9882] = {.lex_state = 23, .external_lex_state = 8}, + [9882] = {.lex_state = 0, .external_lex_state = 8}, [9883] = {.lex_state = 0, .external_lex_state = 8}, [9884] = {.lex_state = 0, .external_lex_state = 8}, [9885] = {.lex_state = 0, .external_lex_state = 8}, @@ -33369,41 +33367,41 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [9888] = {.lex_state = 0, .external_lex_state = 8}, [9889] = {.lex_state = 0, .external_lex_state = 8}, [9890] = {.lex_state = 0, .external_lex_state = 8}, - [9891] = {.lex_state = 0, .external_lex_state = 9}, + [9891] = {.lex_state = 0, .external_lex_state = 8}, [9892] = {.lex_state = 0, .external_lex_state = 8}, [9893] = {.lex_state = 23, .external_lex_state = 8}, - [9894] = {.lex_state = 0, .external_lex_state = 8}, - [9895] = {.lex_state = 0, .external_lex_state = 9}, + [9894] = {.lex_state = 23, .external_lex_state = 8}, + [9895] = {.lex_state = 0, .external_lex_state = 8}, [9896] = {.lex_state = 0, .external_lex_state = 8}, - [9897] = {.lex_state = 23, .external_lex_state = 8}, - [9898] = {.lex_state = 23, .external_lex_state = 8}, - [9899] = {.lex_state = 318, .external_lex_state = 8}, + [9897] = {.lex_state = 0, .external_lex_state = 8}, + [9898] = {.lex_state = 0, .external_lex_state = 8}, + [9899] = {.lex_state = 0, .external_lex_state = 8}, [9900] = {.lex_state = 0, .external_lex_state = 8}, [9901] = {.lex_state = 0, .external_lex_state = 8}, [9902] = {.lex_state = 0, .external_lex_state = 8}, - [9903] = {.lex_state = 0, .external_lex_state = 8}, - [9904] = {.lex_state = 0, .external_lex_state = 8}, + [9903] = {.lex_state = 23, .external_lex_state = 8}, + [9904] = {.lex_state = 0, .external_lex_state = 9}, [9905] = {.lex_state = 0, .external_lex_state = 8}, [9906] = {.lex_state = 23, .external_lex_state = 8}, - [9907] = {.lex_state = 23, .external_lex_state = 8}, + [9907] = {.lex_state = 0, .external_lex_state = 9}, [9908] = {.lex_state = 0, .external_lex_state = 8}, [9909] = {.lex_state = 23, .external_lex_state = 8}, [9910] = {.lex_state = 0, .external_lex_state = 8}, - [9911] = {.lex_state = 0, .external_lex_state = 8}, + [9911] = {.lex_state = 318, .external_lex_state = 8}, [9912] = {.lex_state = 0, .external_lex_state = 8}, [9913] = {.lex_state = 0, .external_lex_state = 8}, - [9914] = {.lex_state = 23, .external_lex_state = 8}, - [9915] = {.lex_state = 23, .external_lex_state = 8}, + [9914] = {.lex_state = 0, .external_lex_state = 8}, + [9915] = {.lex_state = 0, .external_lex_state = 8}, [9916] = {.lex_state = 0, .external_lex_state = 8}, - [9917] = {.lex_state = 0, .external_lex_state = 8}, - [9918] = {.lex_state = 0, .external_lex_state = 8}, + [9917] = {.lex_state = 23, .external_lex_state = 8}, + [9918] = {.lex_state = 23, .external_lex_state = 8}, [9919] = {.lex_state = 0, .external_lex_state = 8}, [9920] = {.lex_state = 0, .external_lex_state = 8}, [9921] = {.lex_state = 0, .external_lex_state = 8}, [9922] = {.lex_state = 0, .external_lex_state = 8}, - [9923] = {.lex_state = 23, .external_lex_state = 8}, - [9924] = {.lex_state = 0, .external_lex_state = 8}, - [9925] = {.lex_state = 23, .external_lex_state = 8}, + [9923] = {.lex_state = 0, .external_lex_state = 8}, + [9924] = {.lex_state = 23, .external_lex_state = 8}, + [9925] = {.lex_state = 0, .external_lex_state = 8}, [9926] = {.lex_state = 23, .external_lex_state = 8}, [9927] = {.lex_state = 0, .external_lex_state = 8}, [9928] = {.lex_state = 0, .external_lex_state = 8}, @@ -33427,211 +33425,205 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [9946] = {.lex_state = 0, .external_lex_state = 8}, [9947] = {.lex_state = 0, .external_lex_state = 8}, [9948] = {.lex_state = 0, .external_lex_state = 8}, - [9949] = {.lex_state = 0, .external_lex_state = 8}, + [9949] = {.lex_state = 0, .external_lex_state = 9}, [9950] = {.lex_state = 0, .external_lex_state = 8}, [9951] = {.lex_state = 0, .external_lex_state = 8}, [9952] = {.lex_state = 0, .external_lex_state = 8}, - [9953] = {.lex_state = 0, .external_lex_state = 8}, + [9953] = {.lex_state = 23, .external_lex_state = 8}, [9954] = {.lex_state = 0, .external_lex_state = 8}, [9955] = {.lex_state = 0, .external_lex_state = 8}, [9956] = {.lex_state = 0, .external_lex_state = 8}, - [9957] = {.lex_state = 23, .external_lex_state = 8}, - [9958] = {.lex_state = 23, .external_lex_state = 8}, - [9959] = {.lex_state = 23, .external_lex_state = 8}, + [9957] = {.lex_state = 0, .external_lex_state = 8}, + [9958] = {.lex_state = 0, .external_lex_state = 8}, + [9959] = {.lex_state = 0, .external_lex_state = 8}, [9960] = {.lex_state = 0, .external_lex_state = 8}, - [9961] = {.lex_state = 0, .external_lex_state = 8}, - [9962] = {.lex_state = 0, .external_lex_state = 8}, - [9963] = {.lex_state = 0, .external_lex_state = 8}, - [9964] = {.lex_state = 0, .external_lex_state = 8}, - [9965] = {.lex_state = 23, .external_lex_state = 8}, + [9961] = {.lex_state = 23, .external_lex_state = 8}, + [9962] = {.lex_state = 23, .external_lex_state = 8}, + [9963] = {.lex_state = 23, .external_lex_state = 8}, + [9964] = {.lex_state = 23, .external_lex_state = 8}, + [9965] = {.lex_state = 0, .external_lex_state = 8}, [9966] = {.lex_state = 0, .external_lex_state = 8}, [9967] = {.lex_state = 0, .external_lex_state = 8}, - [9968] = {.lex_state = 23, .external_lex_state = 8}, + [9968] = {.lex_state = 0, .external_lex_state = 8}, [9969] = {.lex_state = 0, .external_lex_state = 8}, - [9970] = {.lex_state = 0, .external_lex_state = 8}, - [9971] = {.lex_state = 23, .external_lex_state = 8}, + [9970] = {.lex_state = 23, .external_lex_state = 8}, + [9971] = {.lex_state = 0, .external_lex_state = 8}, [9972] = {.lex_state = 0, .external_lex_state = 8}, - [9973] = {.lex_state = 23, .external_lex_state = 8}, + [9973] = {.lex_state = 0, .external_lex_state = 8}, [9974] = {.lex_state = 0, .external_lex_state = 8}, - [9975] = {.lex_state = 0, .external_lex_state = 8}, + [9975] = {.lex_state = 23, .external_lex_state = 8}, [9976] = {.lex_state = 0, .external_lex_state = 8}, [9977] = {.lex_state = 0, .external_lex_state = 8}, [9978] = {.lex_state = 0, .external_lex_state = 8}, - [9979] = {.lex_state = 23, .external_lex_state = 8}, - [9980] = {.lex_state = 23, .external_lex_state = 8}, + [9979] = {.lex_state = 0, .external_lex_state = 8}, + [9980] = {.lex_state = 0, .external_lex_state = 8}, [9981] = {.lex_state = 23, .external_lex_state = 8}, [9982] = {.lex_state = 0, .external_lex_state = 8}, - [9983] = {.lex_state = 0, .external_lex_state = 8}, - [9984] = {.lex_state = 0, .external_lex_state = 9}, - [9985] = {.lex_state = 23, .external_lex_state = 8}, - [9986] = {.lex_state = 0, .external_lex_state = 8}, - [9987] = {.lex_state = 0, .external_lex_state = 9}, - [9988] = {.lex_state = 0, .external_lex_state = 8}, - [9989] = {.lex_state = 23, .external_lex_state = 8}, + [9983] = {.lex_state = 23, .external_lex_state = 8}, + [9984] = {.lex_state = 0, .external_lex_state = 8}, + [9985] = {.lex_state = 0, .external_lex_state = 8}, + [9986] = {.lex_state = 23, .external_lex_state = 8}, + [9987] = {.lex_state = 23, .external_lex_state = 8}, + [9988] = {.lex_state = 23, .external_lex_state = 8}, + [9989] = {.lex_state = 0, .external_lex_state = 8}, [9990] = {.lex_state = 23, .external_lex_state = 8}, - [9991] = {.lex_state = 0, .external_lex_state = 8}, + [9991] = {.lex_state = 23, .external_lex_state = 8}, [9992] = {.lex_state = 23, .external_lex_state = 8}, - [9993] = {.lex_state = 23, .external_lex_state = 8}, + [9993] = {.lex_state = 0, .external_lex_state = 8}, [9994] = {.lex_state = 0, .external_lex_state = 8}, [9995] = {.lex_state = 23, .external_lex_state = 8}, [9996] = {.lex_state = 23, .external_lex_state = 8}, [9997] = {.lex_state = 0, .external_lex_state = 8}, - [9998] = {.lex_state = 23, .external_lex_state = 8}, - [9999] = {.lex_state = 0, .external_lex_state = 8}, + [9998] = {.lex_state = 0, .external_lex_state = 8}, + [9999] = {.lex_state = 23, .external_lex_state = 8}, [10000] = {.lex_state = 23, .external_lex_state = 8}, - [10001] = {.lex_state = 0, .external_lex_state = 8}, + [10001] = {.lex_state = 23, .external_lex_state = 8}, [10002] = {.lex_state = 0, .external_lex_state = 8}, [10003] = {.lex_state = 0, .external_lex_state = 8}, [10004] = {.lex_state = 0, .external_lex_state = 8}, - [10005] = {.lex_state = 23, .external_lex_state = 8}, - [10006] = {.lex_state = 0, .external_lex_state = 8}, - [10007] = {.lex_state = 23, .external_lex_state = 8}, + [10005] = {.lex_state = 0, .external_lex_state = 8}, + [10006] = {.lex_state = 23, .external_lex_state = 8}, + [10007] = {.lex_state = 0, .external_lex_state = 8}, [10008] = {.lex_state = 0, .external_lex_state = 8}, - [10009] = {.lex_state = 0, .external_lex_state = 8}, + [10009] = {.lex_state = 23, .external_lex_state = 8}, [10010] = {.lex_state = 0, .external_lex_state = 8}, - [10011] = {.lex_state = 23, .external_lex_state = 8}, + [10011] = {.lex_state = 0, .external_lex_state = 8}, [10012] = {.lex_state = 0, .external_lex_state = 8}, - [10013] = {.lex_state = 0, .external_lex_state = 9}, - [10014] = {.lex_state = 23, .external_lex_state = 8}, - [10015] = {.lex_state = 0, .external_lex_state = 8}, + [10013] = {.lex_state = 0, .external_lex_state = 8}, + [10014] = {.lex_state = 0, .external_lex_state = 9}, + [10015] = {.lex_state = 23, .external_lex_state = 8}, [10016] = {.lex_state = 0, .external_lex_state = 8}, - [10017] = {.lex_state = 0, .external_lex_state = 8}, - [10018] = {.lex_state = 0, .external_lex_state = 8}, - [10019] = {.lex_state = 23, .external_lex_state = 8}, + [10017] = {.lex_state = 23, .external_lex_state = 8}, + [10018] = {.lex_state = 0, .external_lex_state = 9}, + [10019] = {.lex_state = 0, .external_lex_state = 8}, [10020] = {.lex_state = 0, .external_lex_state = 8}, - [10021] = {.lex_state = 0, .external_lex_state = 9}, - [10022] = {.lex_state = 0, .external_lex_state = 8}, - [10023] = {.lex_state = 23, .external_lex_state = 8}, - [10024] = {.lex_state = 0, .external_lex_state = 8}, + [10021] = {.lex_state = 0, .external_lex_state = 8}, + [10022] = {.lex_state = 23, .external_lex_state = 8}, + [10023] = {.lex_state = 0, .external_lex_state = 8}, + [10024] = {.lex_state = 23, .external_lex_state = 8}, [10025] = {.lex_state = 0, .external_lex_state = 8}, - [10026] = {.lex_state = 23, .external_lex_state = 8}, - [10027] = {.lex_state = 0, .external_lex_state = 8}, + [10026] = {.lex_state = 0, .external_lex_state = 8}, + [10027] = {.lex_state = 23, .external_lex_state = 8}, [10028] = {.lex_state = 0, .external_lex_state = 8}, - [10029] = {.lex_state = 23, .external_lex_state = 8}, - [10030] = {.lex_state = 0, .external_lex_state = 8}, + [10029] = {.lex_state = 0, .external_lex_state = 8}, + [10030] = {.lex_state = 23, .external_lex_state = 8}, [10031] = {.lex_state = 0, .external_lex_state = 8}, [10032] = {.lex_state = 0, .external_lex_state = 8}, - [10033] = {.lex_state = 23, .external_lex_state = 8}, + [10033] = {.lex_state = 0, .external_lex_state = 8}, [10034] = {.lex_state = 0, .external_lex_state = 8}, [10035] = {.lex_state = 23, .external_lex_state = 8}, [10036] = {.lex_state = 0, .external_lex_state = 8}, [10037] = {.lex_state = 0, .external_lex_state = 8}, - [10038] = {.lex_state = 0, .external_lex_state = 8}, + [10038] = {.lex_state = 23, .external_lex_state = 8}, [10039] = {.lex_state = 0, .external_lex_state = 8}, - [10040] = {.lex_state = 23, .external_lex_state = 8}, + [10040] = {.lex_state = 0, .external_lex_state = 8}, [10041] = {.lex_state = 0, .external_lex_state = 8}, [10042] = {.lex_state = 23, .external_lex_state = 8}, [10043] = {.lex_state = 0, .external_lex_state = 8}, - [10044] = {.lex_state = 0, .external_lex_state = 8}, - [10045] = {.lex_state = 23, .external_lex_state = 8}, + [10044] = {.lex_state = 23, .external_lex_state = 8}, + [10045] = {.lex_state = 0, .external_lex_state = 8}, [10046] = {.lex_state = 0, .external_lex_state = 8}, [10047] = {.lex_state = 0, .external_lex_state = 8}, [10048] = {.lex_state = 23, .external_lex_state = 8}, [10049] = {.lex_state = 0, .external_lex_state = 8}, [10050] = {.lex_state = 0, .external_lex_state = 8}, - [10051] = {.lex_state = 23, .external_lex_state = 8}, + [10051] = {.lex_state = 0, .external_lex_state = 8}, [10052] = {.lex_state = 23, .external_lex_state = 8}, [10053] = {.lex_state = 0, .external_lex_state = 8}, [10054] = {.lex_state = 0, .external_lex_state = 8}, [10055] = {.lex_state = 23, .external_lex_state = 8}, - [10056] = {.lex_state = 0, .external_lex_state = 8}, + [10056] = {.lex_state = 23, .external_lex_state = 8}, [10057] = {.lex_state = 0, .external_lex_state = 8}, - [10058] = {.lex_state = 23, .external_lex_state = 8}, - [10059] = {.lex_state = 0, .external_lex_state = 8}, - [10060] = {.lex_state = 0, .external_lex_state = 8}, - [10061] = {.lex_state = 23, .external_lex_state = 8}, - [10062] = {.lex_state = 23, .external_lex_state = 8}, + [10058] = {.lex_state = 0, .external_lex_state = 8}, + [10059] = {.lex_state = 23, .external_lex_state = 8}, + [10060] = {.lex_state = 23, .external_lex_state = 8}, + [10061] = {.lex_state = 0, .external_lex_state = 8}, + [10062] = {.lex_state = 0, .external_lex_state = 8}, [10063] = {.lex_state = 0, .external_lex_state = 8}, - [10064] = {.lex_state = 0, .external_lex_state = 8}, - [10065] = {.lex_state = 0, .external_lex_state = 8}, + [10064] = {.lex_state = 23, .external_lex_state = 8}, + [10065] = {.lex_state = 23, .external_lex_state = 8}, [10066] = {.lex_state = 0, .external_lex_state = 8}, [10067] = {.lex_state = 0, .external_lex_state = 8}, - [10068] = {.lex_state = 0, .external_lex_state = 8}, - [10069] = {.lex_state = 0, .external_lex_state = 8}, + [10068] = {.lex_state = 23, .external_lex_state = 8}, + [10069] = {.lex_state = 23, .external_lex_state = 8}, [10070] = {.lex_state = 0, .external_lex_state = 8}, - [10071] = {.lex_state = 23, .external_lex_state = 8}, - [10072] = {.lex_state = 23, .external_lex_state = 8}, - [10073] = {.lex_state = 0, .external_lex_state = 8}, + [10071] = {.lex_state = 0, .external_lex_state = 8}, + [10072] = {.lex_state = 0, .external_lex_state = 8}, + [10073] = {.lex_state = 23, .external_lex_state = 8}, [10074] = {.lex_state = 0, .external_lex_state = 8}, [10075] = {.lex_state = 0, .external_lex_state = 8}, - [10076] = {.lex_state = 23, .external_lex_state = 8}, - [10077] = {.lex_state = 0, .external_lex_state = 8}, + [10076] = {.lex_state = 0, .external_lex_state = 8}, + [10077] = {.lex_state = 23, .external_lex_state = 8}, [10078] = {.lex_state = 0, .external_lex_state = 8}, - [10079] = {.lex_state = 0, .external_lex_state = 8}, - [10080] = {.lex_state = 0, .external_lex_state = 8}, + [10079] = {.lex_state = 23, .external_lex_state = 8}, + [10080] = {.lex_state = 23, .external_lex_state = 8}, [10081] = {.lex_state = 0, .external_lex_state = 8}, [10082] = {.lex_state = 0, .external_lex_state = 8}, - [10083] = {.lex_state = 0, .external_lex_state = 8}, + [10083] = {.lex_state = 23, .external_lex_state = 8}, [10084] = {.lex_state = 23, .external_lex_state = 8}, - [10085] = {.lex_state = 23, .external_lex_state = 8}, + [10085] = {.lex_state = 0, .external_lex_state = 8}, [10086] = {.lex_state = 0, .external_lex_state = 8}, [10087] = {.lex_state = 0, .external_lex_state = 8}, - [10088] = {.lex_state = 0, .external_lex_state = 8}, + [10088] = {.lex_state = 23, .external_lex_state = 8}, [10089] = {.lex_state = 23, .external_lex_state = 8}, - [10090] = {.lex_state = 23, .external_lex_state = 8}, - [10091] = {.lex_state = 23, .external_lex_state = 8}, - [10092] = {.lex_state = 0, .external_lex_state = 8}, - [10093] = {.lex_state = 0, .external_lex_state = 8}, - [10094] = {.lex_state = 23, .external_lex_state = 8}, - [10095] = {.lex_state = 23, .external_lex_state = 8}, - [10096] = {.lex_state = 0, .external_lex_state = 8}, - [10097] = {.lex_state = 0, .external_lex_state = 8}, - [10098] = {.lex_state = 23, .external_lex_state = 8}, - [10099] = {.lex_state = 23, .external_lex_state = 8}, - [10100] = {.lex_state = 0, .external_lex_state = 8}, - [10101] = {.lex_state = 0, .external_lex_state = 8}, - [10102] = {.lex_state = 23, .external_lex_state = 8}, - [10103] = {.lex_state = 23, .external_lex_state = 8}, - [10104] = {.lex_state = 0, .external_lex_state = 8}, - [10105] = {.lex_state = 0, .external_lex_state = 8}, - [10106] = {.lex_state = 23, .external_lex_state = 8}, + [10090] = {.lex_state = 0, .external_lex_state = 8}, + [10091] = {.lex_state = 0, .external_lex_state = 8}, + [10092] = {.lex_state = 23, .external_lex_state = 8}, + [10093] = {.lex_state = 23, .external_lex_state = 8}, + [10094] = {.lex_state = 0, .external_lex_state = 8}, + [10095] = {.lex_state = 0, .external_lex_state = 8}, + [10096] = {.lex_state = 23, .external_lex_state = 8}, + [10097] = {.lex_state = 23, .external_lex_state = 8}, + [10098] = {.lex_state = 0, .external_lex_state = 8}, + [10099] = {.lex_state = 0, .external_lex_state = 8}, + [10100] = {.lex_state = 23, .external_lex_state = 8}, + [10101] = {.lex_state = 23, .external_lex_state = 8}, + [10102] = {.lex_state = 0, .external_lex_state = 8}, + [10103] = {.lex_state = 0, .external_lex_state = 8}, + [10104] = {.lex_state = 23, .external_lex_state = 8}, + [10105] = {.lex_state = 23, .external_lex_state = 8}, + [10106] = {.lex_state = 0, .external_lex_state = 8}, [10107] = {.lex_state = 23, .external_lex_state = 8}, - [10108] = {.lex_state = 0, .external_lex_state = 8}, + [10108] = {.lex_state = 23, .external_lex_state = 8}, [10109] = {.lex_state = 0, .external_lex_state = 8}, [10110] = {.lex_state = 23, .external_lex_state = 8}, - [10111] = {.lex_state = 23, .external_lex_state = 8}, - [10112] = {.lex_state = 0, .external_lex_state = 8}, - [10113] = {.lex_state = 23, .external_lex_state = 8}, - [10114] = {.lex_state = 23, .external_lex_state = 8}, - [10115] = {.lex_state = 0, .external_lex_state = 8}, + [10111] = {.lex_state = 0, .external_lex_state = 8}, + [10112] = {.lex_state = 23, .external_lex_state = 8}, + [10113] = {.lex_state = 318, .external_lex_state = 8}, + [10114] = {.lex_state = 0, .external_lex_state = 8}, + [10115] = {.lex_state = 23, .external_lex_state = 8}, [10116] = {.lex_state = 23, .external_lex_state = 8}, [10117] = {.lex_state = 0, .external_lex_state = 8}, - [10118] = {.lex_state = 23, .external_lex_state = 8}, + [10118] = {.lex_state = 0, .external_lex_state = 8}, [10119] = {.lex_state = 0, .external_lex_state = 8}, - [10120] = {.lex_state = 0, .external_lex_state = 8}, + [10120] = {.lex_state = 23, .external_lex_state = 8}, [10121] = {.lex_state = 23, .external_lex_state = 8}, [10122] = {.lex_state = 23, .external_lex_state = 8}, - [10123] = {.lex_state = 0, .external_lex_state = 8}, - [10124] = {.lex_state = 0, .external_lex_state = 8}, - [10125] = {.lex_state = 0, .external_lex_state = 8}, + [10123] = {.lex_state = 23, .external_lex_state = 8}, + [10124] = {.lex_state = 23, .external_lex_state = 8}, + [10125] = {.lex_state = 23, .external_lex_state = 8}, [10126] = {.lex_state = 23, .external_lex_state = 8}, [10127] = {.lex_state = 23, .external_lex_state = 8}, [10128] = {.lex_state = 23, .external_lex_state = 8}, [10129] = {.lex_state = 23, .external_lex_state = 8}, - [10130] = {.lex_state = 23, .external_lex_state = 8}, + [10130] = {.lex_state = 0, .external_lex_state = 8}, [10131] = {.lex_state = 23, .external_lex_state = 8}, - [10132] = {.lex_state = 23, .external_lex_state = 8}, + [10132] = {.lex_state = 0, .external_lex_state = 8}, [10133] = {.lex_state = 23, .external_lex_state = 8}, - [10134] = {.lex_state = 23, .external_lex_state = 8}, + [10134] = {.lex_state = 0, .external_lex_state = 8}, [10135] = {.lex_state = 23, .external_lex_state = 8}, - [10136] = {.lex_state = 0, .external_lex_state = 8}, - [10137] = {.lex_state = 23, .external_lex_state = 8}, + [10136] = {.lex_state = 23, .external_lex_state = 8}, + [10137] = {.lex_state = 0, .external_lex_state = 8}, [10138] = {.lex_state = 0, .external_lex_state = 8}, - [10139] = {.lex_state = 23, .external_lex_state = 8}, + [10139] = {.lex_state = 0, .external_lex_state = 8}, [10140] = {.lex_state = 0, .external_lex_state = 8}, [10141] = {.lex_state = 23, .external_lex_state = 8}, - [10142] = {.lex_state = 23, .external_lex_state = 8}, + [10142] = {.lex_state = 0, .external_lex_state = 8}, [10143] = {.lex_state = 0, .external_lex_state = 8}, [10144] = {.lex_state = 0, .external_lex_state = 8}, [10145] = {.lex_state = 0, .external_lex_state = 8}, - [10146] = {.lex_state = 0, .external_lex_state = 8}, - [10147] = {.lex_state = 23, .external_lex_state = 8}, - [10148] = {.lex_state = 0, .external_lex_state = 8}, - [10149] = {.lex_state = 0, .external_lex_state = 8}, - [10150] = {.lex_state = 0, .external_lex_state = 8}, - [10151] = {.lex_state = 0, .external_lex_state = 8}, - [10152] = {.lex_state = 23, .external_lex_state = 8}, - [10153] = {.lex_state = 322, .external_lex_state = 8}, + [10146] = {.lex_state = 23, .external_lex_state = 8}, + [10147] = {.lex_state = 322, .external_lex_state = 8}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -33787,94 +33779,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_content] = ACTIONS(1), }, [1] = { - [sym_source_file] = STATE(10057), + [sym_source_file] = STATE(10051), [sym_shebang_line] = STATE(53), [sym_file_annotation] = STATE(52), - [sym_package_header] = STATE(58), - [sym_import_list] = STATE(69), - [sym_import_header] = STATE(8751), - [sym_type_alias] = STATE(9114), - [sym__declaration] = STATE(9114), - [sym_class_declaration] = STATE(9114), - [sym_function_declaration] = STATE(9114), - [sym_property_declaration] = STATE(9114), - [sym_getter] = STATE(9114), - [sym_setter] = STATE(9114), - [sym_object_declaration] = STATE(9114), - [sym__statement] = STATE(9114), - [sym__loop_statement] = STATE(9114), - [sym_for_statement] = STATE(9114), - [sym_while_statement] = STATE(9114), - [sym_do_while_statement] = STATE(9114), - [sym_assignment] = STATE(9114), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), + [sym_package_header] = STATE(69), + [sym_import_list] = STATE(79), + [sym_import_header] = STATE(8638), + [sym_type_alias] = STATE(9108), + [sym__declaration] = STATE(9108), + [sym_class_declaration] = STATE(9108), + [sym_function_declaration] = STATE(9108), + [sym_property_declaration] = STATE(9108), + [sym_getter] = STATE(9108), + [sym_setter] = STATE(9108), + [sym_object_declaration] = STATE(9108), + [sym__statement] = STATE(9108), + [sym__loop_statement] = STATE(9108), + [sym_for_statement] = STATE(9108), + [sym_while_statement] = STATE(9108), + [sym_do_while_statement] = STATE(9108), + [sym_assignment] = STATE(9108), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), [aux_sym_source_file_repeat1] = STATE(52), - [aux_sym_source_file_repeat2] = STATE(69), - [aux_sym_source_file_repeat3] = STATE(252), - [aux_sym_import_list_repeat1] = STATE(8751), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [aux_sym_source_file_repeat2] = STATE(79), + [aux_sym_source_file_repeat3] = STATE(216), + [aux_sym_import_list_repeat1] = STATE(8638), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [ts_builtin_sym_end] = ACTIONS(5), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_POUND_BANG] = ACTIONS(9), @@ -33959,86 +33951,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(113), }, [2] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3473), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(1226), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2773), - [sym_parenthesized_expression] = STATE(2773), - [sym_collection_literal] = STATE(2773), - [sym__literal_constant] = STATE(2773), - [sym_string_literal] = STATE(2773), - [sym_lambda_literal] = STATE(2773), - [sym_anonymous_function] = STATE(2773), - [sym__function_literal] = STATE(2773), - [sym_object_literal] = STATE(2773), - [sym_this_expression] = STATE(2773), - [sym_super_expression] = STATE(2773), - [sym_if_expression] = STATE(2773), - [sym_when_expression] = STATE(2773), - [sym_try_expression] = STATE(2773), - [sym_jump_expression] = STATE(2773), - [sym_callable_reference] = STATE(2773), - [sym__prefix_unary_operator] = STATE(2136), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8377), - [sym_modifiers] = STATE(8308), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(333), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2773), - [sym_long_literal] = STATE(2773), - [sym_boolean_literal] = STATE(2773), - [sym_character_literal] = STATE(2773), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(754), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4752), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(3316), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4524), + [sym_parenthesized_expression] = STATE(4524), + [sym_collection_literal] = STATE(4524), + [sym__literal_constant] = STATE(4524), + [sym_string_literal] = STATE(4524), + [sym_lambda_literal] = STATE(4524), + [sym_anonymous_function] = STATE(4524), + [sym__function_literal] = STATE(4524), + [sym_object_literal] = STATE(4524), + [sym_this_expression] = STATE(4524), + [sym_super_expression] = STATE(4524), + [sym_if_expression] = STATE(4524), + [sym_when_expression] = STATE(4524), + [sym_try_expression] = STATE(4524), + [sym_jump_expression] = STATE(4524), + [sym_callable_reference] = STATE(4524), + [sym__prefix_unary_operator] = STATE(1983), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8353), + [sym_modifiers] = STATE(8291), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4524), + [sym_long_literal] = STATE(4524), + [sym_boolean_literal] = STATE(4524), + [sym_character_literal] = STATE(4524), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(786), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(119), @@ -34156,132 +34148,132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(205), }, [3] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3487), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(1226), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2773), - [sym_parenthesized_expression] = STATE(2773), - [sym_collection_literal] = STATE(2773), - [sym__literal_constant] = STATE(2773), - [sym_string_literal] = STATE(2773), - [sym_lambda_literal] = STATE(2773), - [sym_anonymous_function] = STATE(2773), - [sym__function_literal] = STATE(2773), - [sym_object_literal] = STATE(2773), - [sym_this_expression] = STATE(2773), - [sym_super_expression] = STATE(2773), - [sym_if_expression] = STATE(2773), - [sym_when_expression] = STATE(2773), - [sym_try_expression] = STATE(2773), - [sym_jump_expression] = STATE(2773), - [sym_callable_reference] = STATE(2773), - [sym__prefix_unary_operator] = STATE(2136), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8377), - [sym_modifiers] = STATE(8308), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(333), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2773), - [sym_long_literal] = STATE(2773), - [sym_boolean_literal] = STATE(2773), - [sym_character_literal] = STATE(2773), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(754), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_type_alias] = STATE(9845), + [sym__declaration] = STATE(9845), + [sym_class_declaration] = STATE(9845), + [sym_function_declaration] = STATE(9845), + [sym_property_declaration] = STATE(9845), + [sym_getter] = STATE(9845), + [sym_setter] = STATE(9845), + [sym_object_declaration] = STATE(9845), + [sym__statement] = STATE(9845), + [sym_control_structure_body] = STATE(9624), + [sym__block] = STATE(9845), + [sym__loop_statement] = STATE(9845), + [sym_for_statement] = STATE(9845), + [sym_while_statement] = STATE(9845), + [sym_do_while_statement] = STATE(9845), + [sym_assignment] = STATE(9845), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8288), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_RBRACK] = ACTIONS(207), [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(125), + [anon_sym_typealias] = ACTIONS(211), [anon_sym_EQ] = ACTIONS(209), - [anon_sym_class] = ACTIONS(127), - [anon_sym_interface] = ACTIONS(127), - [anon_sym_enum] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_class] = ACTIONS(213), + [anon_sym_interface] = ACTIONS(213), + [anon_sym_enum] = ACTIONS(215), + [anon_sym_LBRACE] = ACTIONS(217), [anon_sym_RBRACE] = ACTIONS(207), [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_COMMA] = ACTIONS(207), [anon_sym_RPAREN] = ACTIONS(207), - [anon_sym_val] = ACTIONS(135), - [anon_sym_var] = ACTIONS(135), + [anon_sym_val] = ACTIONS(219), + [anon_sym_var] = ACTIONS(219), [anon_sym_LT] = ACTIONS(209), [anon_sym_GT] = ACTIONS(209), [anon_sym_where] = ACTIONS(209), - [anon_sym_object] = ACTIONS(137), - [anon_sym_fun] = ACTIONS(139), + [anon_sym_object] = ACTIONS(221), + [anon_sym_fun] = ACTIONS(223), [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(141), - [anon_sym_set] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(225), + [anon_sym_get] = ACTIONS(227), + [anon_sym_set] = ACTIONS(229), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(149), + [anon_sym_STAR] = ACTIONS(231), [anon_sym_DASH_GT] = ACTIONS(207), - [sym_label] = ACTIONS(151), - [anon_sym_for] = ACTIONS(153), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(235), [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(155), - [anon_sym_do] = ACTIONS(157), + [anon_sym_while] = ACTIONS(237), + [anon_sym_do] = ACTIONS(239), [anon_sym_DOT_DOT] = ACTIONS(207), [anon_sym_QMARK_COLON] = ACTIONS(207), [anon_sym_AMP_AMP] = ACTIONS(207), [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(159), - [anon_sym_if] = ACTIONS(161), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), [anon_sym_else] = ACTIONS(209), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), @@ -34299,14 +34291,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(207), [anon_sym_is] = ACTIONS(209), [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), [anon_sym_SLASH] = ACTIONS(209), [anon_sym_PERCENT] = ACTIONS(209), [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(249), [anon_sym_BANG_BANG] = ACTIONS(207), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -34340,7 +34332,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(193), + [sym_real_literal] = ACTIONS(253), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -34353,135 +34345,529 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(205), }, [4] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4779), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(3286), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4530), - [sym_parenthesized_expression] = STATE(4530), - [sym_collection_literal] = STATE(4530), - [sym__literal_constant] = STATE(4530), - [sym_string_literal] = STATE(4530), - [sym_lambda_literal] = STATE(4530), - [sym_anonymous_function] = STATE(4530), - [sym__function_literal] = STATE(4530), - [sym_object_literal] = STATE(4530), - [sym_this_expression] = STATE(4530), - [sym_super_expression] = STATE(4530), - [sym_if_expression] = STATE(4530), - [sym_when_expression] = STATE(4530), - [sym_try_expression] = STATE(4530), - [sym_jump_expression] = STATE(4530), - [sym_callable_reference] = STATE(4530), - [sym__prefix_unary_operator] = STATE(1985), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8361), - [sym_modifiers] = STATE(8294), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(347), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3484), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(1196), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2769), + [sym_parenthesized_expression] = STATE(2769), + [sym_collection_literal] = STATE(2769), + [sym__literal_constant] = STATE(2769), + [sym_string_literal] = STATE(2769), + [sym_lambda_literal] = STATE(2769), + [sym_anonymous_function] = STATE(2769), + [sym__function_literal] = STATE(2769), + [sym_object_literal] = STATE(2769), + [sym_this_expression] = STATE(2769), + [sym_super_expression] = STATE(2769), + [sym_if_expression] = STATE(2769), + [sym_when_expression] = STATE(2769), + [sym_try_expression] = STATE(2769), + [sym_jump_expression] = STATE(2769), + [sym_callable_reference] = STATE(2769), + [sym__prefix_unary_operator] = STATE(2135), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8371), + [sym_modifiers] = STATE(8279), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(342), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2769), + [sym_long_literal] = STATE(2769), + [sym_boolean_literal] = STATE(2769), + [sym_character_literal] = STATE(2769), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(764), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_RBRACK] = ACTIONS(259), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_EQ] = ACTIONS(261), + [anon_sym_class] = ACTIONS(265), + [anon_sym_interface] = ACTIONS(265), + [anon_sym_enum] = ACTIONS(267), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_COMMA] = ACTIONS(259), + [anon_sym_RPAREN] = ACTIONS(259), + [anon_sym_val] = ACTIONS(273), + [anon_sym_var] = ACTIONS(273), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_where] = ACTIONS(261), + [anon_sym_object] = ACTIONS(275), + [anon_sym_fun] = ACTIONS(277), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(279), + [anon_sym_set] = ACTIONS(281), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(287), + [anon_sym_DASH_GT] = ACTIONS(259), + [sym_label] = ACTIONS(289), + [anon_sym_for] = ACTIONS(291), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(293), + [anon_sym_do] = ACTIONS(295), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(297), + [anon_sym_if] = ACTIONS(299), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS_EQ] = ACTIONS(259), + [anon_sym_DASH_EQ] = ACTIONS(259), + [anon_sym_STAR_EQ] = ACTIONS(259), + [anon_sym_SLASH_EQ] = ACTIONS(259), + [anon_sym_PERCENT_EQ] = ACTIONS(259), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(261), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(313), + [anon_sym_BANG_BANG] = ACTIONS(259), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_safe_nav] = ACTIONS(259), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [5] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4706), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(3316), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4524), + [sym_parenthesized_expression] = STATE(4524), + [sym_collection_literal] = STATE(4524), + [sym__literal_constant] = STATE(4524), + [sym_string_literal] = STATE(4524), + [sym_lambda_literal] = STATE(4524), + [sym_anonymous_function] = STATE(4524), + [sym__function_literal] = STATE(4524), + [sym_object_literal] = STATE(4524), + [sym_this_expression] = STATE(4524), + [sym_super_expression] = STATE(4524), + [sym_if_expression] = STATE(4524), + [sym_when_expression] = STATE(4524), + [sym_try_expression] = STATE(4524), + [sym_jump_expression] = STATE(4524), + [sym_callable_reference] = STATE(4524), + [sym__prefix_unary_operator] = STATE(1983), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8353), + [sym_modifiers] = STATE(8291), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4530), - [sym_long_literal] = STATE(4530), - [sym_boolean_literal] = STATE(4530), - [sym_character_literal] = STATE(4530), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(768), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4524), + [sym_long_literal] = STATE(4524), + [sym_boolean_literal] = STATE(4524), + [sym_character_literal] = STATE(4524), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(786), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_RBRACK] = ACTIONS(259), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(125), + [anon_sym_EQ] = ACTIONS(261), + [anon_sym_class] = ACTIONS(127), + [anon_sym_interface] = ACTIONS(127), + [anon_sym_enum] = ACTIONS(129), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_COMMA] = ACTIONS(259), + [anon_sym_RPAREN] = ACTIONS(259), + [anon_sym_val] = ACTIONS(135), + [anon_sym_var] = ACTIONS(135), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_where] = ACTIONS(261), + [anon_sym_object] = ACTIONS(137), + [anon_sym_fun] = ACTIONS(139), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(141), + [anon_sym_set] = ACTIONS(143), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(149), + [anon_sym_DASH_GT] = ACTIONS(259), + [sym_label] = ACTIONS(151), + [anon_sym_for] = ACTIONS(153), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(155), + [anon_sym_do] = ACTIONS(157), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(159), + [anon_sym_if] = ACTIONS(161), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS_EQ] = ACTIONS(259), + [anon_sym_DASH_EQ] = ACTIONS(259), + [anon_sym_STAR_EQ] = ACTIONS(259), + [anon_sym_SLASH_EQ] = ACTIONS(259), + [anon_sym_PERCENT_EQ] = ACTIONS(259), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(261), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(175), + [anon_sym_BANG_BANG] = ACTIONS(259), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(193), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_safe_nav] = ACTIONS(259), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [6] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3470), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(1196), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2769), + [sym_parenthesized_expression] = STATE(2769), + [sym_collection_literal] = STATE(2769), + [sym__literal_constant] = STATE(2769), + [sym_string_literal] = STATE(2769), + [sym_lambda_literal] = STATE(2769), + [sym_anonymous_function] = STATE(2769), + [sym__function_literal] = STATE(2769), + [sym_object_literal] = STATE(2769), + [sym_this_expression] = STATE(2769), + [sym_super_expression] = STATE(2769), + [sym_if_expression] = STATE(2769), + [sym_when_expression] = STATE(2769), + [sym_try_expression] = STATE(2769), + [sym_jump_expression] = STATE(2769), + [sym_callable_reference] = STATE(2769), + [sym__prefix_unary_operator] = STATE(2135), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8371), + [sym_modifiers] = STATE(8279), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(342), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2769), + [sym_long_literal] = STATE(2769), + [sym_boolean_literal] = STATE(2769), + [sym_character_literal] = STATE(2769), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(764), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), + [anon_sym_LBRACK] = ACTIONS(257), [anon_sym_RBRACK] = ACTIONS(121), [anon_sym_as] = ACTIONS(123), - [anon_sym_typealias] = ACTIONS(215), + [anon_sym_typealias] = ACTIONS(263), [anon_sym_EQ] = ACTIONS(123), - [anon_sym_class] = ACTIONS(217), - [anon_sym_interface] = ACTIONS(217), - [anon_sym_enum] = ACTIONS(219), - [anon_sym_LBRACE] = ACTIONS(221), + [anon_sym_class] = ACTIONS(265), + [anon_sym_interface] = ACTIONS(265), + [anon_sym_enum] = ACTIONS(267), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_RBRACE] = ACTIONS(121), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(271), [anon_sym_COMMA] = ACTIONS(121), [anon_sym_RPAREN] = ACTIONS(121), - [anon_sym_val] = ACTIONS(225), - [anon_sym_var] = ACTIONS(225), + [anon_sym_val] = ACTIONS(273), + [anon_sym_var] = ACTIONS(273), [anon_sym_LT] = ACTIONS(123), [anon_sym_GT] = ACTIONS(123), [anon_sym_where] = ACTIONS(123), - [anon_sym_object] = ACTIONS(227), - [anon_sym_fun] = ACTIONS(229), + [anon_sym_object] = ACTIONS(275), + [anon_sym_fun] = ACTIONS(277), [anon_sym_DOT] = ACTIONS(123), [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(231), - [anon_sym_set] = ACTIONS(233), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(239), + [anon_sym_get] = ACTIONS(279), + [anon_sym_set] = ACTIONS(281), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(287), [anon_sym_DASH_GT] = ACTIONS(121), - [sym_label] = ACTIONS(241), - [anon_sym_for] = ACTIONS(243), + [sym_label] = ACTIONS(289), + [anon_sym_for] = ACTIONS(291), [anon_sym_in] = ACTIONS(123), - [anon_sym_while] = ACTIONS(245), - [anon_sym_do] = ACTIONS(247), + [anon_sym_while] = ACTIONS(293), + [anon_sym_do] = ACTIONS(295), [anon_sym_DOT_DOT] = ACTIONS(121), [anon_sym_QMARK_COLON] = ACTIONS(121), [anon_sym_AMP_AMP] = ACTIONS(121), [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_null] = ACTIONS(249), - [anon_sym_if] = ACTIONS(251), + [anon_sym_null] = ACTIONS(297), + [anon_sym_if] = ACTIONS(299), [anon_sym_else] = ACTIONS(123), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), [anon_sym_PLUS_EQ] = ACTIONS(121), [anon_sym_DASH_EQ] = ACTIONS(121), [anon_sym_STAR_EQ] = ACTIONS(121), @@ -34496,21 +34882,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(121), [anon_sym_is] = ACTIONS(123), [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), [anon_sym_SLASH] = ACTIONS(123), [anon_sym_PERCENT] = ACTIONS(123), [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(265), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(313), [anon_sym_BANG_BANG] = ACTIONS(121), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -34529,156 +34915,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(283), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), [sym_safe_nav] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(343), }, - [5] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4701), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(3286), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4530), - [sym_parenthesized_expression] = STATE(4530), - [sym_collection_literal] = STATE(4530), - [sym__literal_constant] = STATE(4530), - [sym_string_literal] = STATE(4530), - [sym_lambda_literal] = STATE(4530), - [sym_anonymous_function] = STATE(4530), - [sym__function_literal] = STATE(4530), - [sym_object_literal] = STATE(4530), - [sym_this_expression] = STATE(4530), - [sym_super_expression] = STATE(4530), - [sym_if_expression] = STATE(4530), - [sym_when_expression] = STATE(4530), - [sym_try_expression] = STATE(4530), - [sym_jump_expression] = STATE(4530), - [sym_callable_reference] = STATE(4530), - [sym__prefix_unary_operator] = STATE(1985), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8361), - [sym_modifiers] = STATE(8294), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(347), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4530), - [sym_long_literal] = STATE(4530), - [sym_boolean_literal] = STATE(4530), - [sym_character_literal] = STATE(4530), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(768), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [7] = { + [sym_type_alias] = STATE(9845), + [sym__declaration] = STATE(9845), + [sym_class_declaration] = STATE(9845), + [sym_function_declaration] = STATE(9845), + [sym_property_declaration] = STATE(9845), + [sym_getter] = STATE(9845), + [sym_setter] = STATE(9845), + [sym_object_declaration] = STATE(9845), + [sym__statement] = STATE(9845), + [sym_control_structure_body] = STATE(9624), + [sym__block] = STATE(9845), + [sym__loop_statement] = STATE(9845), + [sym_for_statement] = STATE(9845), + [sym_while_statement] = STATE(9845), + [sym_do_while_statement] = STATE(9845), + [sym_assignment] = STATE(9845), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8288), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_RBRACK] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(215), + [anon_sym_typealias] = ACTIONS(211), [anon_sym_EQ] = ACTIONS(209), - [anon_sym_class] = ACTIONS(217), - [anon_sym_interface] = ACTIONS(217), - [anon_sym_enum] = ACTIONS(219), - [anon_sym_LBRACE] = ACTIONS(221), + [anon_sym_class] = ACTIONS(213), + [anon_sym_interface] = ACTIONS(213), + [anon_sym_enum] = ACTIONS(215), + [anon_sym_LBRACE] = ACTIONS(217), [anon_sym_RBRACE] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_COMMA] = ACTIONS(207), - [anon_sym_RPAREN] = ACTIONS(207), - [anon_sym_val] = ACTIONS(225), - [anon_sym_var] = ACTIONS(225), + [anon_sym_val] = ACTIONS(219), + [anon_sym_var] = ACTIONS(219), [anon_sym_LT] = ACTIONS(209), [anon_sym_GT] = ACTIONS(209), [anon_sym_where] = ACTIONS(209), - [anon_sym_object] = ACTIONS(227), - [anon_sym_fun] = ACTIONS(229), + [anon_sym_object] = ACTIONS(221), + [anon_sym_fun] = ACTIONS(223), [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(231), - [anon_sym_set] = ACTIONS(233), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(239), - [anon_sym_DASH_GT] = ACTIONS(207), - [sym_label] = ACTIONS(241), - [anon_sym_for] = ACTIONS(243), + [anon_sym_SEMI] = ACTIONS(225), + [anon_sym_get] = ACTIONS(227), + [anon_sym_set] = ACTIONS(229), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(231), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(235), [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(245), - [anon_sym_do] = ACTIONS(247), + [anon_sym_while] = ACTIONS(237), + [anon_sym_do] = ACTIONS(239), [anon_sym_DOT_DOT] = ACTIONS(207), [anon_sym_QMARK_COLON] = ACTIONS(207), [anon_sym_AMP_AMP] = ACTIONS(207), [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(249), - [anon_sym_if] = ACTIONS(251), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), [anon_sym_else] = ACTIONS(209), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), [anon_sym_PLUS_EQ] = ACTIONS(207), [anon_sym_DASH_EQ] = ACTIONS(207), [anon_sym_STAR_EQ] = ACTIONS(207), @@ -34693,21 +35076,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(207), [anon_sym_is] = ACTIONS(209), [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), [anon_sym_SLASH] = ACTIONS(209), [anon_sym_PERCENT] = ACTIONS(209), [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(265), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(249), [anon_sym_BANG_BANG] = ACTIONS(207), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -34726,185 +35109,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(283), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym__automatic_semicolon] = ACTIONS(207), [sym_safe_nav] = ACTIONS(207), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [6] = { - [sym_type_alias] = STATE(9851), - [sym__declaration] = STATE(9851), - [sym_class_declaration] = STATE(9851), - [sym_function_declaration] = STATE(9851), - [sym_property_declaration] = STATE(9851), - [sym_getter] = STATE(9851), - [sym_setter] = STATE(9851), - [sym_object_declaration] = STATE(9851), - [sym__statement] = STATE(9851), - [sym_control_structure_body] = STATE(9478), - [sym__block] = STATE(9851), - [sym__loop_statement] = STATE(9851), - [sym_for_statement] = STATE(9851), - [sym_while_statement] = STATE(9851), - [sym_do_while_statement] = STATE(9851), - [sym_assignment] = STATE(9851), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8315), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(790), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [8] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5091), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(3807), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4551), + [sym_parenthesized_expression] = STATE(4551), + [sym_collection_literal] = STATE(4551), + [sym__literal_constant] = STATE(4551), + [sym_string_literal] = STATE(4551), + [sym_lambda_literal] = STATE(4551), + [sym_anonymous_function] = STATE(4551), + [sym__function_literal] = STATE(4551), + [sym_object_literal] = STATE(4551), + [sym_this_expression] = STATE(4551), + [sym_super_expression] = STATE(4551), + [sym_if_expression] = STATE(4551), + [sym_when_expression] = STATE(4551), + [sym_try_expression] = STATE(4551), + [sym_jump_expression] = STATE(4551), + [sym_callable_reference] = STATE(4551), + [sym__prefix_unary_operator] = STATE(1501), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8355), + [sym_modifiers] = STATE(8289), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(348), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4551), + [sym_long_literal] = STATE(4551), + [sym_boolean_literal] = STATE(4551), + [sym_character_literal] = STATE(4551), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(779), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_RBRACK] = ACTIONS(297), - [anon_sym_as] = ACTIONS(299), - [anon_sym_typealias] = ACTIONS(301), - [anon_sym_EQ] = ACTIONS(299), - [anon_sym_class] = ACTIONS(303), - [anon_sym_interface] = ACTIONS(303), - [anon_sym_enum] = ACTIONS(305), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_RBRACE] = ACTIONS(297), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_COMMA] = ACTIONS(297), - [anon_sym_RPAREN] = ACTIONS(297), - [anon_sym_val] = ACTIONS(309), - [anon_sym_var] = ACTIONS(309), - [anon_sym_LT] = ACTIONS(299), - [anon_sym_GT] = ACTIONS(299), - [anon_sym_where] = ACTIONS(299), - [anon_sym_object] = ACTIONS(311), - [anon_sym_fun] = ACTIONS(313), - [anon_sym_DOT] = ACTIONS(299), - [anon_sym_SEMI] = ACTIONS(315), - [anon_sym_get] = ACTIONS(317), - [anon_sym_set] = ACTIONS(319), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(321), - [anon_sym_DASH_GT] = ACTIONS(297), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(325), - [anon_sym_in] = ACTIONS(299), - [anon_sym_while] = ACTIONS(327), - [anon_sym_do] = ACTIONS(329), - [anon_sym_DOT_DOT] = ACTIONS(297), - [anon_sym_QMARK_COLON] = ACTIONS(297), - [anon_sym_AMP_AMP] = ACTIONS(297), - [anon_sym_PIPE_PIPE] = ACTIONS(297), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_else] = ACTIONS(299), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS_EQ] = ACTIONS(297), - [anon_sym_DASH_EQ] = ACTIONS(297), - [anon_sym_STAR_EQ] = ACTIONS(297), - [anon_sym_SLASH_EQ] = ACTIONS(297), - [anon_sym_PERCENT_EQ] = ACTIONS(297), - [anon_sym_BANG_EQ] = ACTIONS(299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(297), - [anon_sym_EQ_EQ] = ACTIONS(299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(297), - [anon_sym_LT_EQ] = ACTIONS(297), - [anon_sym_GT_EQ] = ACTIONS(297), - [anon_sym_BANGin] = ACTIONS(297), - [anon_sym_is] = ACTIONS(299), - [anon_sym_BANGis] = ACTIONS(297), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_SLASH] = ACTIONS(299), - [anon_sym_PERCENT] = ACTIONS(299), - [anon_sym_as_QMARK] = ACTIONS(297), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(339), - [anon_sym_BANG_BANG] = ACTIONS(297), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(345), + [anon_sym_EQ] = ACTIONS(261), + [anon_sym_class] = ACTIONS(347), + [anon_sym_interface] = ACTIONS(347), + [anon_sym_enum] = ACTIONS(349), + [anon_sym_LBRACE] = ACTIONS(351), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_COMMA] = ACTIONS(259), + [anon_sym_val] = ACTIONS(353), + [anon_sym_var] = ACTIONS(353), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_where] = ACTIONS(261), + [anon_sym_object] = ACTIONS(355), + [anon_sym_fun] = ACTIONS(357), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(359), + [anon_sym_set] = ACTIONS(361), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(363), + [sym_label] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(369), + [anon_sym_do] = ACTIONS(371), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(373), + [anon_sym_if] = ACTIONS(375), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS_EQ] = ACTIONS(259), + [anon_sym_DASH_EQ] = ACTIONS(259), + [anon_sym_STAR_EQ] = ACTIONS(259), + [anon_sym_SLASH_EQ] = ACTIONS(259), + [anon_sym_PERCENT_EQ] = ACTIONS(259), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(381), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(261), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(383), + [anon_sym_DASH_DASH] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(381), + [anon_sym_BANG_BANG] = ACTIONS(259), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), + [anon_sym_value] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -34923,63 +35304,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_safe_nav] = ACTIONS(297), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [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), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(385), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym__automatic_semicolon] = ACTIONS(259), + [sym_safe_nav] = ACTIONS(259), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), }, - [7] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5214), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(3771), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), + [9] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5068), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(3807), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), [sym__primary_expression] = STATE(4551), [sym_parenthesized_expression] = STATE(4551), [sym_collection_literal] = STATE(4551), @@ -34996,34 +35378,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_try_expression] = STATE(4551), [sym_jump_expression] = STATE(4551), [sym_callable_reference] = STATE(4551), - [sym__prefix_unary_operator] = STATE(1519), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8401), - [sym_modifiers] = STATE(8284), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(341), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), + [sym__prefix_unary_operator] = STATE(1501), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8355), + [sym_modifiers] = STATE(8289), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(348), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), [sym_unsigned_literal] = STATE(4551), [sym_long_literal] = STATE(4551), [sym_boolean_literal] = STATE(4551), [sym_character_literal] = STATE(4551), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(794), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(779), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -35138,87 +35520,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [8] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1059), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(377), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(798), - [sym_parenthesized_expression] = STATE(798), - [sym_collection_literal] = STATE(798), - [sym__literal_constant] = STATE(798), - [sym_string_literal] = STATE(798), - [sym_lambda_literal] = STATE(798), - [sym_anonymous_function] = STATE(798), - [sym__function_literal] = STATE(798), - [sym_object_literal] = STATE(798), - [sym_this_expression] = STATE(798), - [sym_super_expression] = STATE(798), - [sym_if_expression] = STATE(798), - [sym_when_expression] = STATE(798), - [sym_try_expression] = STATE(798), - [sym_jump_expression] = STATE(798), - [sym_callable_reference] = STATE(798), - [sym__prefix_unary_operator] = STATE(2023), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8358), - [sym_modifiers] = STATE(8297), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(351), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), + [10] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1105), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(369), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(776), + [sym_parenthesized_expression] = STATE(776), + [sym_collection_literal] = STATE(776), + [sym__literal_constant] = STATE(776), + [sym_string_literal] = STATE(776), + [sym_lambda_literal] = STATE(776), + [sym_anonymous_function] = STATE(776), + [sym__function_literal] = STATE(776), + [sym_object_literal] = STATE(776), + [sym_this_expression] = STATE(776), + [sym_super_expression] = STATE(776), + [sym_if_expression] = STATE(776), + [sym_when_expression] = STATE(776), + [sym_try_expression] = STATE(776), + [sym_jump_expression] = STATE(776), + [sym_callable_reference] = STATE(776), + [sym__prefix_unary_operator] = STATE(2062), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8390), + [sym_modifiers] = STATE(8301), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(798), - [sym_long_literal] = STATE(798), - [sym_boolean_literal] = STATE(798), - [sym_character_literal] = STATE(798), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(776), + [sym_long_literal] = STATE(776), + [sym_boolean_literal] = STATE(776), + [sym_character_literal] = STATE(776), [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(782), - [aux_sym_modifiers_repeat1] = STATE(5620), + [aux_sym__statement_repeat1] = STATE(759), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(389), @@ -35333,162 +35715,162 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [9] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1052), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(377), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(798), - [sym_parenthesized_expression] = STATE(798), - [sym_collection_literal] = STATE(798), - [sym__literal_constant] = STATE(798), - [sym_string_literal] = STATE(798), - [sym_lambda_literal] = STATE(798), - [sym_anonymous_function] = STATE(798), - [sym__function_literal] = STATE(798), - [sym_object_literal] = STATE(798), - [sym_this_expression] = STATE(798), - [sym_super_expression] = STATE(798), - [sym_if_expression] = STATE(798), - [sym_when_expression] = STATE(798), - [sym_try_expression] = STATE(798), - [sym_jump_expression] = STATE(798), - [sym_callable_reference] = STATE(798), - [sym__prefix_unary_operator] = STATE(2023), - [sym__postfix_unary_expression] = STATE(8411), + [11] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3223), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(926), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2142), + [sym__postfix_unary_expression] = STATE(8407), [sym_directly_assignable_expression] = STATE(8358), - [sym_modifiers] = STATE(8297), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(351), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(798), - [sym_long_literal] = STATE(798), - [sym_boolean_literal] = STATE(798), - [sym_character_literal] = STATE(798), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(782), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(387), + [sym_modifiers] = STATE(8310), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(345), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2750), + [sym_long_literal] = STATE(2750), + [sym_boolean_literal] = STATE(2750), + [sym_character_literal] = STATE(2750), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(793), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(391), - [anon_sym_EQ] = ACTIONS(209), - [anon_sym_class] = ACTIONS(393), - [anon_sym_interface] = ACTIONS(393), - [anon_sym_enum] = ACTIONS(395), - [anon_sym_LBRACE] = ACTIONS(397), - [anon_sym_RBRACE] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_COMMA] = ACTIONS(207), - [anon_sym_val] = ACTIONS(401), - [anon_sym_var] = ACTIONS(401), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_where] = ACTIONS(209), - [anon_sym_object] = ACTIONS(403), - [anon_sym_fun] = ACTIONS(405), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(407), - [anon_sym_set] = ACTIONS(409), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(415), - [sym_label] = ACTIONS(417), - [anon_sym_for] = ACTIONS(419), - [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(421), - [anon_sym_do] = ACTIONS(423), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(425), - [anon_sym_if] = ACTIONS(427), - [anon_sym_else] = ACTIONS(209), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS_EQ] = ACTIONS(207), - [anon_sym_DASH_EQ] = ACTIONS(207), - [anon_sym_STAR_EQ] = ACTIONS(207), - [anon_sym_SLASH_EQ] = ACTIONS(207), - [anon_sym_PERCENT_EQ] = ACTIONS(207), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(209), - [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_BANG_BANG] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(477), + [anon_sym_EQ] = ACTIONS(261), + [anon_sym_class] = ACTIONS(479), + [anon_sym_interface] = ACTIONS(479), + [anon_sym_enum] = ACTIONS(481), + [anon_sym_LBRACE] = ACTIONS(483), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_COMMA] = ACTIONS(259), + [anon_sym_val] = ACTIONS(487), + [anon_sym_var] = ACTIONS(487), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_where] = ACTIONS(261), + [anon_sym_object] = ACTIONS(489), + [anon_sym_fun] = ACTIONS(491), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(493), + [anon_sym_set] = ACTIONS(495), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(501), + [sym_label] = ACTIONS(503), + [anon_sym_for] = ACTIONS(505), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(507), + [anon_sym_do] = ACTIONS(509), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(511), + [anon_sym_if] = ACTIONS(513), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS_EQ] = ACTIONS(259), + [anon_sym_DASH_EQ] = ACTIONS(259), + [anon_sym_STAR_EQ] = ACTIONS(259), + [anon_sym_SLASH_EQ] = ACTIONS(259), + [anon_sym_PERCENT_EQ] = ACTIONS(259), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(261), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(529), + [anon_sym_DASH_DASH] = ACTIONS(529), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_BANG_BANG] = ACTIONS(259), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(445), - [anon_sym_inner] = ACTIONS(445), - [anon_sym_value] = ACTIONS(445), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -35507,108 +35889,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(447), - [anon_sym_actual] = ACTIONS(447), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(459), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym__automatic_semicolon] = ACTIONS(207), - [sym_safe_nav] = ACTIONS(207), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(543), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym__automatic_semicolon] = ACTIONS(259), + [sym_safe_nav] = ACTIONS(259), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(555), }, - [10] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3986), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(1392), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(2982), - [sym_parenthesized_expression] = STATE(2982), - [sym_collection_literal] = STATE(2982), - [sym__literal_constant] = STATE(2982), - [sym_string_literal] = STATE(2982), - [sym_lambda_literal] = STATE(2982), - [sym_anonymous_function] = STATE(2982), - [sym__function_literal] = STATE(2982), - [sym_object_literal] = STATE(2982), - [sym_this_expression] = STATE(2982), - [sym_super_expression] = STATE(2982), - [sym_if_expression] = STATE(2982), - [sym_when_expression] = STATE(2982), - [sym_try_expression] = STATE(2982), - [sym_jump_expression] = STATE(2982), - [sym_callable_reference] = STATE(2982), - [sym__prefix_unary_operator] = STATE(2118), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8379), - [sym_modifiers] = STATE(8319), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(350), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(2982), - [sym_long_literal] = STATE(2982), - [sym_boolean_literal] = STATE(2982), - [sym_character_literal] = STATE(2982), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(763), - [aux_sym_modifiers_repeat1] = STATE(5620), + [12] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3161), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(926), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2142), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8358), + [sym_modifiers] = STATE(8310), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(345), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2750), + [sym_long_literal] = STATE(2750), + [sym_boolean_literal] = STATE(2750), + [sym_character_literal] = STATE(2750), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(793), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(475), @@ -35705,7 +36087,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(533), [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), @@ -35723,162 +36105,162 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [11] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3943), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(1392), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(2982), - [sym_parenthesized_expression] = STATE(2982), - [sym_collection_literal] = STATE(2982), - [sym__literal_constant] = STATE(2982), - [sym_string_literal] = STATE(2982), - [sym_lambda_literal] = STATE(2982), - [sym_anonymous_function] = STATE(2982), - [sym__function_literal] = STATE(2982), - [sym_object_literal] = STATE(2982), - [sym_this_expression] = STATE(2982), - [sym_super_expression] = STATE(2982), - [sym_if_expression] = STATE(2982), - [sym_when_expression] = STATE(2982), - [sym_try_expression] = STATE(2982), - [sym_jump_expression] = STATE(2982), - [sym_callable_reference] = STATE(2982), - [sym__prefix_unary_operator] = STATE(2118), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8379), - [sym_modifiers] = STATE(8319), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(350), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(2982), - [sym_long_literal] = STATE(2982), - [sym_boolean_literal] = STATE(2982), - [sym_character_literal] = STATE(2982), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(763), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), + [13] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1118), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(369), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(776), + [sym_parenthesized_expression] = STATE(776), + [sym_collection_literal] = STATE(776), + [sym__literal_constant] = STATE(776), + [sym_string_literal] = STATE(776), + [sym_lambda_literal] = STATE(776), + [sym_anonymous_function] = STATE(776), + [sym__function_literal] = STATE(776), + [sym_object_literal] = STATE(776), + [sym_this_expression] = STATE(776), + [sym_super_expression] = STATE(776), + [sym_if_expression] = STATE(776), + [sym_when_expression] = STATE(776), + [sym_try_expression] = STATE(776), + [sym_jump_expression] = STATE(776), + [sym_callable_reference] = STATE(776), + [sym__prefix_unary_operator] = STATE(2062), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8390), + [sym_modifiers] = STATE(8301), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(776), + [sym_long_literal] = STATE(776), + [sym_boolean_literal] = STATE(776), + [sym_character_literal] = STATE(776), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(759), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(477), - [anon_sym_EQ] = ACTIONS(209), - [anon_sym_class] = ACTIONS(479), - [anon_sym_interface] = ACTIONS(479), - [anon_sym_enum] = ACTIONS(481), - [anon_sym_LBRACE] = ACTIONS(483), - [anon_sym_RBRACE] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_COMMA] = ACTIONS(207), - [anon_sym_val] = ACTIONS(487), - [anon_sym_var] = ACTIONS(487), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_where] = ACTIONS(209), - [anon_sym_object] = ACTIONS(489), - [anon_sym_fun] = ACTIONS(491), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(493), - [anon_sym_set] = ACTIONS(495), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(501), - [sym_label] = ACTIONS(503), - [anon_sym_for] = ACTIONS(505), - [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_else] = ACTIONS(209), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS_EQ] = ACTIONS(207), - [anon_sym_DASH_EQ] = ACTIONS(207), - [anon_sym_STAR_EQ] = ACTIONS(207), - [anon_sym_SLASH_EQ] = ACTIONS(207), - [anon_sym_PERCENT_EQ] = ACTIONS(207), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(209), - [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(527), - [anon_sym_BANG_BANG] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(391), + [anon_sym_EQ] = ACTIONS(261), + [anon_sym_class] = ACTIONS(393), + [anon_sym_interface] = ACTIONS(393), + [anon_sym_enum] = ACTIONS(395), + [anon_sym_LBRACE] = ACTIONS(397), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_COMMA] = ACTIONS(259), + [anon_sym_val] = ACTIONS(401), + [anon_sym_var] = ACTIONS(401), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_where] = ACTIONS(261), + [anon_sym_object] = ACTIONS(403), + [anon_sym_fun] = ACTIONS(405), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(407), + [anon_sym_set] = ACTIONS(409), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(415), + [sym_label] = ACTIONS(417), + [anon_sym_for] = ACTIONS(419), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(421), + [anon_sym_do] = ACTIONS(423), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(425), + [anon_sym_if] = ACTIONS(427), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS_EQ] = ACTIONS(259), + [anon_sym_DASH_EQ] = ACTIONS(259), + [anon_sym_STAR_EQ] = ACTIONS(259), + [anon_sym_SLASH_EQ] = ACTIONS(259), + [anon_sym_PERCENT_EQ] = ACTIONS(259), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(261), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_BANG_BANG] = ACTIONS(259), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(531), - [anon_sym_inner] = ACTIONS(531), - [anon_sym_value] = ACTIONS(531), + [anon_sym_data] = ACTIONS(445), + [anon_sym_inner] = ACTIONS(445), + [anon_sym_value] = ACTIONS(445), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -35897,130 +36279,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(533), - [anon_sym_actual] = ACTIONS(533), + [anon_sym_expect] = ACTIONS(447), + [anon_sym_actual] = ACTIONS(447), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(543), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym__automatic_semicolon] = ACTIONS(207), - [sym_safe_nav] = ACTIONS(207), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(459), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym__automatic_semicolon] = ACTIONS(259), + [sym_safe_nav] = ACTIONS(259), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(471), }, - [12] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3156), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(961), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2741), - [sym_parenthesized_expression] = STATE(2741), - [sym_collection_literal] = STATE(2741), - [sym__literal_constant] = STATE(2741), - [sym_string_literal] = STATE(2741), - [sym_lambda_literal] = STATE(2741), - [sym_anonymous_function] = STATE(2741), - [sym__function_literal] = STATE(2741), - [sym_object_literal] = STATE(2741), - [sym_this_expression] = STATE(2741), - [sym_super_expression] = STATE(2741), - [sym_if_expression] = STATE(2741), - [sym_when_expression] = STATE(2741), - [sym_try_expression] = STATE(2741), - [sym_jump_expression] = STATE(2741), - [sym_callable_reference] = STATE(2741), - [sym__prefix_unary_operator] = STATE(2113), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8371), - [sym_modifiers] = STATE(8305), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2741), - [sym_long_literal] = STATE(2741), - [sym_boolean_literal] = STATE(2741), - [sym_character_literal] = STATE(2741), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [14] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3880), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(1395), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2997), + [sym_parenthesized_expression] = STATE(2997), + [sym_collection_literal] = STATE(2997), + [sym__literal_constant] = STATE(2997), + [sym_string_literal] = STATE(2997), + [sym_lambda_literal] = STATE(2997), + [sym_anonymous_function] = STATE(2997), + [sym__function_literal] = STATE(2997), + [sym_object_literal] = STATE(2997), + [sym_this_expression] = STATE(2997), + [sym_super_expression] = STATE(2997), + [sym_if_expression] = STATE(2997), + [sym_when_expression] = STATE(2997), + [sym_try_expression] = STATE(2997), + [sym_jump_expression] = STATE(2997), + [sym_callable_reference] = STATE(2997), + [sym__prefix_unary_operator] = STATE(2117), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8378), + [sym_modifiers] = STATE(8280), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(347), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2997), + [sym_long_literal] = STATE(2997), + [sym_boolean_literal] = STATE(2997), + [sym_character_literal] = STATE(2997), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(755), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_as] = ACTIONS(123), + [anon_sym_as] = ACTIONS(261), [anon_sym_typealias] = ACTIONS(561), - [anon_sym_EQ] = ACTIONS(123), + [anon_sym_EQ] = ACTIONS(261), [anon_sym_class] = ACTIONS(563), [anon_sym_interface] = ACTIONS(563), [anon_sym_enum] = ACTIONS(565), [anon_sym_LBRACE] = ACTIONS(567), - [anon_sym_RBRACE] = ACTIONS(121), + [anon_sym_RBRACE] = ACTIONS(259), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_COMMA] = ACTIONS(121), + [anon_sym_COMMA] = ACTIONS(259), [anon_sym_val] = ACTIONS(571), [anon_sym_var] = ACTIONS(571), - [anon_sym_LT] = ACTIONS(123), - [anon_sym_GT] = ACTIONS(123), - [anon_sym_where] = ACTIONS(123), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_where] = ACTIONS(261), [anon_sym_object] = ACTIONS(573), [anon_sym_fun] = ACTIONS(575), - [anon_sym_DOT] = ACTIONS(123), - [anon_sym_SEMI] = ACTIONS(121), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), [anon_sym_get] = ACTIONS(577), [anon_sym_set] = ACTIONS(579), [anon_sym_this] = ACTIONS(581), @@ -36028,16 +36410,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(585), [sym_label] = ACTIONS(587), [anon_sym_for] = ACTIONS(589), - [anon_sym_in] = ACTIONS(123), + [anon_sym_in] = ACTIONS(261), [anon_sym_while] = ACTIONS(591), [anon_sym_do] = ACTIONS(593), - [anon_sym_DOT_DOT] = ACTIONS(121), - [anon_sym_QMARK_COLON] = ACTIONS(121), - [anon_sym_AMP_AMP] = ACTIONS(121), - [anon_sym_PIPE_PIPE] = ACTIONS(121), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), [anon_sym_null] = ACTIONS(595), [anon_sym_if] = ACTIONS(597), - [anon_sym_else] = ACTIONS(123), + [anon_sym_else] = ACTIONS(261), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(603), @@ -36045,29 +36427,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS_EQ] = ACTIONS(121), - [anon_sym_DASH_EQ] = ACTIONS(121), - [anon_sym_STAR_EQ] = ACTIONS(121), - [anon_sym_SLASH_EQ] = ACTIONS(121), - [anon_sym_PERCENT_EQ] = ACTIONS(121), - [anon_sym_BANG_EQ] = ACTIONS(123), - [anon_sym_BANG_EQ_EQ] = ACTIONS(121), - [anon_sym_EQ_EQ] = ACTIONS(123), - [anon_sym_EQ_EQ_EQ] = ACTIONS(121), - [anon_sym_LT_EQ] = ACTIONS(121), - [anon_sym_GT_EQ] = ACTIONS(121), - [anon_sym_BANGin] = ACTIONS(121), - [anon_sym_is] = ACTIONS(123), - [anon_sym_BANGis] = ACTIONS(121), + [anon_sym_PLUS_EQ] = ACTIONS(259), + [anon_sym_DASH_EQ] = ACTIONS(259), + [anon_sym_STAR_EQ] = ACTIONS(259), + [anon_sym_SLASH_EQ] = ACTIONS(259), + [anon_sym_PERCENT_EQ] = ACTIONS(259), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), [anon_sym_PLUS] = ACTIONS(611), [anon_sym_DASH] = ACTIONS(611), - [anon_sym_SLASH] = ACTIONS(123), - [anon_sym_PERCENT] = ACTIONS(123), - [anon_sym_as_QMARK] = ACTIONS(121), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(261), + [anon_sym_as_QMARK] = ACTIONS(259), [anon_sym_PLUS_PLUS] = ACTIONS(613), [anon_sym_DASH_DASH] = ACTIONS(613), [anon_sym_BANG] = ACTIONS(611), - [anon_sym_BANG_BANG] = ACTIONS(121), + [anon_sym_BANG_BANG] = ACTIONS(259), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -36095,7 +36477,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(617), [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), @@ -36108,114 +36490,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(633), [anon_sym_SQUOTE] = ACTIONS(635), [sym__backtick_identifier] = ACTIONS(637), - [sym__automatic_semicolon] = ACTIONS(121), - [sym_safe_nav] = ACTIONS(121), + [sym__automatic_semicolon] = ACTIONS(259), + [sym_safe_nav] = ACTIONS(259), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [13] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3215), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(961), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2741), - [sym_parenthesized_expression] = STATE(2741), - [sym_collection_literal] = STATE(2741), - [sym__literal_constant] = STATE(2741), - [sym_string_literal] = STATE(2741), - [sym_lambda_literal] = STATE(2741), - [sym_anonymous_function] = STATE(2741), - [sym__function_literal] = STATE(2741), - [sym_object_literal] = STATE(2741), - [sym_this_expression] = STATE(2741), - [sym_super_expression] = STATE(2741), - [sym_if_expression] = STATE(2741), - [sym_when_expression] = STATE(2741), - [sym_try_expression] = STATE(2741), - [sym_jump_expression] = STATE(2741), - [sym_callable_reference] = STATE(2741), - [sym__prefix_unary_operator] = STATE(2113), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8371), - [sym_modifiers] = STATE(8305), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2741), - [sym_long_literal] = STATE(2741), - [sym_boolean_literal] = STATE(2741), - [sym_character_literal] = STATE(2741), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [15] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3908), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(1395), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2997), + [sym_parenthesized_expression] = STATE(2997), + [sym_collection_literal] = STATE(2997), + [sym__literal_constant] = STATE(2997), + [sym_string_literal] = STATE(2997), + [sym_lambda_literal] = STATE(2997), + [sym_anonymous_function] = STATE(2997), + [sym__function_literal] = STATE(2997), + [sym_object_literal] = STATE(2997), + [sym_this_expression] = STATE(2997), + [sym_super_expression] = STATE(2997), + [sym_if_expression] = STATE(2997), + [sym_when_expression] = STATE(2997), + [sym_try_expression] = STATE(2997), + [sym_jump_expression] = STATE(2997), + [sym_callable_reference] = STATE(2997), + [sym__prefix_unary_operator] = STATE(2117), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8378), + [sym_modifiers] = STATE(8280), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(347), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2997), + [sym_long_literal] = STATE(2997), + [sym_boolean_literal] = STATE(2997), + [sym_character_literal] = STATE(2997), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(755), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_as] = ACTIONS(209), + [anon_sym_as] = ACTIONS(123), [anon_sym_typealias] = ACTIONS(561), - [anon_sym_EQ] = ACTIONS(209), + [anon_sym_EQ] = ACTIONS(123), [anon_sym_class] = ACTIONS(563), [anon_sym_interface] = ACTIONS(563), [anon_sym_enum] = ACTIONS(565), [anon_sym_LBRACE] = ACTIONS(567), - [anon_sym_RBRACE] = ACTIONS(207), + [anon_sym_RBRACE] = ACTIONS(121), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_COMMA] = ACTIONS(207), + [anon_sym_COMMA] = ACTIONS(121), [anon_sym_val] = ACTIONS(571), [anon_sym_var] = ACTIONS(571), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_where] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(123), + [anon_sym_GT] = ACTIONS(123), + [anon_sym_where] = ACTIONS(123), [anon_sym_object] = ACTIONS(573), [anon_sym_fun] = ACTIONS(575), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), + [anon_sym_DOT] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(121), [anon_sym_get] = ACTIONS(577), [anon_sym_set] = ACTIONS(579), [anon_sym_this] = ACTIONS(581), @@ -36223,16 +36605,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(585), [sym_label] = ACTIONS(587), [anon_sym_for] = ACTIONS(589), - [anon_sym_in] = ACTIONS(209), + [anon_sym_in] = ACTIONS(123), [anon_sym_while] = ACTIONS(591), [anon_sym_do] = ACTIONS(593), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), + [anon_sym_DOT_DOT] = ACTIONS(121), + [anon_sym_QMARK_COLON] = ACTIONS(121), + [anon_sym_AMP_AMP] = ACTIONS(121), + [anon_sym_PIPE_PIPE] = ACTIONS(121), [anon_sym_null] = ACTIONS(595), [anon_sym_if] = ACTIONS(597), - [anon_sym_else] = ACTIONS(209), + [anon_sym_else] = ACTIONS(123), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(603), @@ -36240,29 +36622,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS_EQ] = ACTIONS(207), - [anon_sym_DASH_EQ] = ACTIONS(207), - [anon_sym_STAR_EQ] = ACTIONS(207), - [anon_sym_SLASH_EQ] = ACTIONS(207), - [anon_sym_PERCENT_EQ] = ACTIONS(207), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), + [anon_sym_PLUS_EQ] = ACTIONS(121), + [anon_sym_DASH_EQ] = ACTIONS(121), + [anon_sym_STAR_EQ] = ACTIONS(121), + [anon_sym_SLASH_EQ] = ACTIONS(121), + [anon_sym_PERCENT_EQ] = ACTIONS(121), + [anon_sym_BANG_EQ] = ACTIONS(123), + [anon_sym_BANG_EQ_EQ] = ACTIONS(121), + [anon_sym_EQ_EQ] = ACTIONS(123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(121), + [anon_sym_LT_EQ] = ACTIONS(121), + [anon_sym_GT_EQ] = ACTIONS(121), + [anon_sym_BANGin] = ACTIONS(121), + [anon_sym_is] = ACTIONS(123), + [anon_sym_BANGis] = ACTIONS(121), [anon_sym_PLUS] = ACTIONS(611), [anon_sym_DASH] = ACTIONS(611), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(209), - [anon_sym_as_QMARK] = ACTIONS(207), + [anon_sym_SLASH] = ACTIONS(123), + [anon_sym_PERCENT] = ACTIONS(123), + [anon_sym_as_QMARK] = ACTIONS(121), [anon_sym_PLUS_PLUS] = ACTIONS(613), [anon_sym_DASH_DASH] = ACTIONS(613), [anon_sym_BANG] = ACTIONS(611), - [anon_sym_BANG_BANG] = ACTIONS(207), + [anon_sym_BANG_BANG] = ACTIONS(121), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -36290,7 +36672,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(617), [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), @@ -36303,555 +36685,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(633), [anon_sym_SQUOTE] = ACTIONS(635), [sym__backtick_identifier] = ACTIONS(637), - [sym__automatic_semicolon] = ACTIONS(207), - [sym_safe_nav] = ACTIONS(207), + [sym__automatic_semicolon] = ACTIONS(121), + [sym_safe_nav] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [14] = { - [sym_type_alias] = STATE(9851), - [sym__declaration] = STATE(9851), - [sym_class_declaration] = STATE(9851), - [sym_function_declaration] = STATE(9851), - [sym_property_declaration] = STATE(9851), - [sym_getter] = STATE(9851), - [sym_setter] = STATE(9851), - [sym_object_declaration] = STATE(9851), - [sym__statement] = STATE(9851), - [sym_control_structure_body] = STATE(9478), - [sym__block] = STATE(9851), - [sym__loop_statement] = STATE(9851), - [sym_for_statement] = STATE(9851), - [sym_while_statement] = STATE(9851), - [sym_do_while_statement] = STATE(9851), - [sym_assignment] = STATE(9851), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8315), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(790), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_as] = ACTIONS(299), - [anon_sym_typealias] = ACTIONS(301), - [anon_sym_EQ] = ACTIONS(299), - [anon_sym_class] = ACTIONS(303), - [anon_sym_interface] = ACTIONS(303), - [anon_sym_enum] = ACTIONS(305), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_RBRACE] = ACTIONS(297), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_COMMA] = ACTIONS(297), - [anon_sym_val] = ACTIONS(309), - [anon_sym_var] = ACTIONS(309), - [anon_sym_LT] = ACTIONS(299), - [anon_sym_GT] = ACTIONS(299), - [anon_sym_where] = ACTIONS(299), - [anon_sym_object] = ACTIONS(311), - [anon_sym_fun] = ACTIONS(313), - [anon_sym_DOT] = ACTIONS(299), - [anon_sym_SEMI] = ACTIONS(315), - [anon_sym_get] = ACTIONS(317), - [anon_sym_set] = ACTIONS(319), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(321), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(325), - [anon_sym_in] = ACTIONS(299), - [anon_sym_while] = ACTIONS(327), - [anon_sym_do] = ACTIONS(329), - [anon_sym_DOT_DOT] = ACTIONS(297), - [anon_sym_QMARK_COLON] = ACTIONS(297), - [anon_sym_AMP_AMP] = ACTIONS(297), - [anon_sym_PIPE_PIPE] = ACTIONS(297), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_else] = ACTIONS(299), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS_EQ] = ACTIONS(297), - [anon_sym_DASH_EQ] = ACTIONS(297), - [anon_sym_STAR_EQ] = ACTIONS(297), - [anon_sym_SLASH_EQ] = ACTIONS(297), - [anon_sym_PERCENT_EQ] = ACTIONS(297), - [anon_sym_BANG_EQ] = ACTIONS(299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(297), - [anon_sym_EQ_EQ] = ACTIONS(299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(297), - [anon_sym_LT_EQ] = ACTIONS(297), - [anon_sym_GT_EQ] = ACTIONS(297), - [anon_sym_BANGin] = ACTIONS(297), - [anon_sym_is] = ACTIONS(299), - [anon_sym_BANGis] = ACTIONS(297), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_SLASH] = ACTIONS(299), - [anon_sym_PERCENT] = ACTIONS(299), - [anon_sym_as_QMARK] = ACTIONS(297), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(339), - [anon_sym_BANG_BANG] = ACTIONS(297), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym__automatic_semicolon] = ACTIONS(297), - [sym_safe_nav] = ACTIONS(297), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [15] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5236), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(3771), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4551), - [sym_parenthesized_expression] = STATE(4551), - [sym_collection_literal] = STATE(4551), - [sym__literal_constant] = STATE(4551), - [sym_string_literal] = STATE(4551), - [sym_lambda_literal] = STATE(4551), - [sym_anonymous_function] = STATE(4551), - [sym__function_literal] = STATE(4551), - [sym_object_literal] = STATE(4551), - [sym_this_expression] = STATE(4551), - [sym_super_expression] = STATE(4551), - [sym_if_expression] = STATE(4551), - [sym_when_expression] = STATE(4551), - [sym_try_expression] = STATE(4551), - [sym_jump_expression] = STATE(4551), - [sym_callable_reference] = STATE(4551), - [sym__prefix_unary_operator] = STATE(1519), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8401), - [sym_modifiers] = STATE(8284), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(341), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4551), - [sym_long_literal] = STATE(4551), - [sym_boolean_literal] = STATE(4551), - [sym_character_literal] = STATE(4551), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(794), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(345), - [anon_sym_EQ] = ACTIONS(209), - [anon_sym_class] = ACTIONS(347), - [anon_sym_interface] = ACTIONS(347), - [anon_sym_enum] = ACTIONS(349), - [anon_sym_LBRACE] = ACTIONS(351), - [anon_sym_RBRACE] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_COMMA] = ACTIONS(207), - [anon_sym_val] = ACTIONS(353), - [anon_sym_var] = ACTIONS(353), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_where] = ACTIONS(209), - [anon_sym_object] = ACTIONS(355), - [anon_sym_fun] = ACTIONS(357), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(359), - [anon_sym_set] = ACTIONS(361), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(363), - [sym_label] = ACTIONS(365), - [anon_sym_for] = ACTIONS(367), - [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(369), - [anon_sym_do] = ACTIONS(371), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(373), - [anon_sym_if] = ACTIONS(375), - [anon_sym_else] = ACTIONS(209), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS_EQ] = ACTIONS(207), - [anon_sym_DASH_EQ] = ACTIONS(207), - [anon_sym_STAR_EQ] = ACTIONS(207), - [anon_sym_SLASH_EQ] = ACTIONS(207), - [anon_sym_PERCENT_EQ] = ACTIONS(207), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_DASH] = ACTIONS(381), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(209), - [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(383), - [anon_sym_DASH_DASH] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(381), - [anon_sym_BANG_BANG] = ACTIONS(207), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(385), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym__automatic_semicolon] = ACTIONS(207), - [sym_safe_nav] = ACTIONS(207), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, [16] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5236), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4082), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4551), - [sym_parenthesized_expression] = STATE(4551), - [sym_collection_literal] = STATE(4551), - [sym__literal_constant] = STATE(4551), - [sym_string_literal] = STATE(4551), - [sym_lambda_literal] = STATE(4551), - [sym_anonymous_function] = STATE(4551), - [sym__function_literal] = STATE(4551), - [sym_object_literal] = STATE(4551), - [sym_this_expression] = STATE(4551), - [sym_super_expression] = STATE(4551), - [sym_if_expression] = STATE(4551), - [sym_when_expression] = STATE(4551), - [sym_try_expression] = STATE(4551), - [sym_jump_expression] = STATE(4551), - [sym_callable_reference] = STATE(4551), - [sym__prefix_unary_operator] = STATE(1844), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8372), - [sym_modifiers] = STATE(8288), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(339), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3161), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(1201), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(1689), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8385), + [sym_modifiers] = STATE(8299), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(343), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4551), - [sym_long_literal] = STATE(4551), - [sym_boolean_literal] = STATE(4551), - [sym_character_literal] = STATE(4551), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(792), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2750), + [sym_long_literal] = STATE(2750), + [sym_boolean_literal] = STATE(2750), + [sym_character_literal] = STATE(2750), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(777), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(345), - [anon_sym_EQ] = ACTIONS(209), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_as] = ACTIONS(123), + [anon_sym_typealias] = ACTIONS(477), + [anon_sym_EQ] = ACTIONS(123), [anon_sym_class] = ACTIONS(641), [anon_sym_interface] = ACTIONS(641), [anon_sym_enum] = ACTIONS(643), - [anon_sym_LBRACE] = ACTIONS(351), - [anon_sym_RBRACE] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_LBRACE] = ACTIONS(483), + [anon_sym_RBRACE] = ACTIONS(121), + [anon_sym_LPAREN] = ACTIONS(485), [anon_sym_val] = ACTIONS(645), [anon_sym_var] = ACTIONS(645), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(123), + [anon_sym_GT] = ACTIONS(123), [anon_sym_object] = ACTIONS(647), [anon_sym_fun] = ACTIONS(649), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), + [anon_sym_DOT] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(121), [anon_sym_get] = ACTIONS(651), [anon_sym_set] = ACTIONS(653), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), [anon_sym_STAR] = ACTIONS(655), [sym_label] = ACTIONS(657), [anon_sym_for] = ACTIONS(659), - [anon_sym_in] = ACTIONS(209), + [anon_sym_in] = ACTIONS(123), [anon_sym_while] = ACTIONS(661), - [anon_sym_do] = ACTIONS(371), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(373), - [anon_sym_if] = ACTIONS(55), - [anon_sym_else] = ACTIONS(209), - [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(207), - [anon_sym_DASH_EQ] = ACTIONS(207), - [anon_sym_STAR_EQ] = ACTIONS(207), - [anon_sym_SLASH_EQ] = ACTIONS(207), - [anon_sym_PERCENT_EQ] = ACTIONS(207), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(209), - [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(663), - [anon_sym_BANG_BANG] = ACTIONS(207), + [anon_sym_do] = ACTIONS(509), + [anon_sym_DOT_DOT] = ACTIONS(121), + [anon_sym_QMARK_COLON] = ACTIONS(121), + [anon_sym_AMP_AMP] = ACTIONS(121), + [anon_sym_PIPE_PIPE] = ACTIONS(121), + [anon_sym_null] = ACTIONS(511), + [anon_sym_if] = ACTIONS(663), + [anon_sym_else] = ACTIONS(123), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS_EQ] = ACTIONS(121), + [anon_sym_DASH_EQ] = ACTIONS(121), + [anon_sym_STAR_EQ] = ACTIONS(121), + [anon_sym_SLASH_EQ] = ACTIONS(121), + [anon_sym_PERCENT_EQ] = ACTIONS(121), + [anon_sym_BANG_EQ] = ACTIONS(123), + [anon_sym_BANG_EQ_EQ] = ACTIONS(121), + [anon_sym_EQ_EQ] = ACTIONS(123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(121), + [anon_sym_LT_EQ] = ACTIONS(121), + [anon_sym_GT_EQ] = ACTIONS(121), + [anon_sym_BANGin] = ACTIONS(121), + [anon_sym_is] = ACTIONS(123), + [anon_sym_BANGis] = ACTIONS(121), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_SLASH] = ACTIONS(123), + [anon_sym_PERCENT] = ACTIONS(123), + [anon_sym_as_QMARK] = ACTIONS(121), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(669), + [anon_sym_BANG_BANG] = ACTIONS(121), [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_value] = ACTIONS(77), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -36870,346 +36862,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(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(385), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym__automatic_semicolon] = ACTIONS(207), - [sym_safe_nav] = ACTIONS(207), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(543), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym__automatic_semicolon] = ACTIONS(121), + [sym_safe_nav] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(555), }, [17] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4701), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(3919), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4530), - [sym_parenthesized_expression] = STATE(4530), - [sym_collection_literal] = STATE(4530), - [sym__literal_constant] = STATE(4530), - [sym_string_literal] = STATE(4530), - [sym_lambda_literal] = STATE(4530), - [sym_anonymous_function] = STATE(4530), - [sym__function_literal] = STATE(4530), - [sym_object_literal] = STATE(4530), - [sym_this_expression] = STATE(4530), - [sym_super_expression] = STATE(4530), - [sym_if_expression] = STATE(4530), - [sym_when_expression] = STATE(4530), - [sym_try_expression] = STATE(4530), - [sym_jump_expression] = STATE(4530), - [sym_callable_reference] = STATE(4530), - [sym__prefix_unary_operator] = STATE(1459), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8370), - [sym_modifiers] = STATE(8320), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4530), - [sym_long_literal] = STATE(4530), - [sym_boolean_literal] = STATE(4530), - [sym_character_literal] = STATE(4530), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(795), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_EQ] = ACTIONS(209), - [anon_sym_class] = ACTIONS(667), - [anon_sym_interface] = ACTIONS(667), - [anon_sym_enum] = ACTIONS(669), - [anon_sym_LBRACE] = ACTIONS(221), - [anon_sym_RBRACE] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(207), - [anon_sym_val] = ACTIONS(671), - [anon_sym_var] = ACTIONS(671), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_object] = ACTIONS(673), - [anon_sym_fun] = ACTIONS(675), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(677), - [anon_sym_set] = ACTIONS(679), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(681), - [sym_label] = ACTIONS(683), - [anon_sym_for] = ACTIONS(685), - [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(687), - [anon_sym_do] = ACTIONS(247), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(249), - [anon_sym_if] = ACTIONS(333), - [anon_sym_else] = ACTIONS(209), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS_EQ] = ACTIONS(207), - [anon_sym_DASH_EQ] = ACTIONS(207), - [anon_sym_STAR_EQ] = ACTIONS(207), - [anon_sym_SLASH_EQ] = ACTIONS(207), - [anon_sym_PERCENT_EQ] = ACTIONS(207), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(209), - [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(689), - [anon_sym_BANG_BANG] = ACTIONS(207), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(283), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_safe_nav] = ACTIONS(207), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [18] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4779), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(3919), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4530), - [sym_parenthesized_expression] = STATE(4530), - [sym_collection_literal] = STATE(4530), - [sym__literal_constant] = STATE(4530), - [sym_string_literal] = STATE(4530), - [sym_lambda_literal] = STATE(4530), - [sym_anonymous_function] = STATE(4530), - [sym__function_literal] = STATE(4530), - [sym_object_literal] = STATE(4530), - [sym_this_expression] = STATE(4530), - [sym_super_expression] = STATE(4530), - [sym_if_expression] = STATE(4530), - [sym_when_expression] = STATE(4530), - [sym_try_expression] = STATE(4530), - [sym_jump_expression] = STATE(4530), - [sym_callable_reference] = STATE(4530), - [sym__prefix_unary_operator] = STATE(1459), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8370), - [sym_modifiers] = STATE(8320), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4752), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(3843), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4524), + [sym_parenthesized_expression] = STATE(4524), + [sym_collection_literal] = STATE(4524), + [sym__literal_constant] = STATE(4524), + [sym_string_literal] = STATE(4524), + [sym_lambda_literal] = STATE(4524), + [sym_anonymous_function] = STATE(4524), + [sym__function_literal] = STATE(4524), + [sym_object_literal] = STATE(4524), + [sym_this_expression] = STATE(4524), + [sym_super_expression] = STATE(4524), + [sym_if_expression] = STATE(4524), + [sym_when_expression] = STATE(4524), + [sym_try_expression] = STATE(4524), + [sym_jump_expression] = STATE(4524), + [sym_callable_reference] = STATE(4524), + [sym__prefix_unary_operator] = STATE(1516), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8376), + [sym_modifiers] = STATE(8309), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(355), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4530), - [sym_long_literal] = STATE(4530), - [sym_boolean_literal] = STATE(4530), - [sym_character_literal] = STATE(4530), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(795), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4524), + [sym_long_literal] = STATE(4524), + [sym_boolean_literal] = STATE(4524), + [sym_character_literal] = STATE(4524), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(761), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_as] = ACTIONS(123), - [anon_sym_typealias] = ACTIONS(215), + [anon_sym_typealias] = ACTIONS(125), [anon_sym_EQ] = ACTIONS(123), - [anon_sym_class] = ACTIONS(667), - [anon_sym_interface] = ACTIONS(667), - [anon_sym_enum] = ACTIONS(669), - [anon_sym_LBRACE] = ACTIONS(221), + [anon_sym_class] = ACTIONS(673), + [anon_sym_interface] = ACTIONS(673), + [anon_sym_enum] = ACTIONS(675), + [anon_sym_LBRACE] = ACTIONS(131), [anon_sym_RBRACE] = ACTIONS(121), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_RPAREN] = ACTIONS(121), - [anon_sym_val] = ACTIONS(671), - [anon_sym_var] = ACTIONS(671), + [anon_sym_val] = ACTIONS(677), + [anon_sym_var] = ACTIONS(677), [anon_sym_LT] = ACTIONS(123), [anon_sym_GT] = ACTIONS(123), - [anon_sym_object] = ACTIONS(673), - [anon_sym_fun] = ACTIONS(675), + [anon_sym_object] = ACTIONS(679), + [anon_sym_fun] = ACTIONS(681), [anon_sym_DOT] = ACTIONS(123), [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(677), - [anon_sym_set] = ACTIONS(679), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(681), - [sym_label] = ACTIONS(683), - [anon_sym_for] = ACTIONS(685), + [anon_sym_get] = ACTIONS(683), + [anon_sym_set] = ACTIONS(685), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(687), + [sym_label] = ACTIONS(689), + [anon_sym_for] = ACTIONS(691), [anon_sym_in] = ACTIONS(123), - [anon_sym_while] = ACTIONS(687), - [anon_sym_do] = ACTIONS(247), + [anon_sym_while] = ACTIONS(693), + [anon_sym_do] = ACTIONS(157), [anon_sym_DOT_DOT] = ACTIONS(121), [anon_sym_QMARK_COLON] = ACTIONS(121), [anon_sym_AMP_AMP] = ACTIONS(121), [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_null] = ACTIONS(249), - [anon_sym_if] = ACTIONS(333), + [anon_sym_null] = ACTIONS(159), + [anon_sym_if] = ACTIONS(243), [anon_sym_else] = ACTIONS(123), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), [anon_sym_PLUS_EQ] = ACTIONS(121), [anon_sym_DASH_EQ] = ACTIONS(121), [anon_sym_STAR_EQ] = ACTIONS(121), @@ -37224,21 +37023,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(121), [anon_sym_is] = ACTIONS(123), [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), [anon_sym_SLASH] = ACTIONS(123), [anon_sym_PERCENT] = ACTIONS(123), [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(689), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(695), [anon_sym_BANG_BANG] = ACTIONS(121), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -37257,180 +37056,180 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(283), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(193), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_safe_nav] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [19] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3215), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(1208), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2741), - [sym_parenthesized_expression] = STATE(2741), - [sym_collection_literal] = STATE(2741), - [sym__literal_constant] = STATE(2741), - [sym_string_literal] = STATE(2741), - [sym_lambda_literal] = STATE(2741), - [sym_anonymous_function] = STATE(2741), - [sym__function_literal] = STATE(2741), - [sym_object_literal] = STATE(2741), - [sym_this_expression] = STATE(2741), - [sym_super_expression] = STATE(2741), - [sym_if_expression] = STATE(2741), - [sym_when_expression] = STATE(2741), - [sym_try_expression] = STATE(2741), - [sym_jump_expression] = STATE(2741), - [sym_callable_reference] = STATE(2741), - [sym__prefix_unary_operator] = STATE(1689), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8359), - [sym_modifiers] = STATE(8295), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(343), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2741), - [sym_long_literal] = STATE(2741), - [sym_boolean_literal] = STATE(2741), - [sym_character_literal] = STATE(2741), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(753), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(557), + [18] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1118), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(396), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(776), + [sym_parenthesized_expression] = STATE(776), + [sym_collection_literal] = STATE(776), + [sym__literal_constant] = STATE(776), + [sym_string_literal] = STATE(776), + [sym_lambda_literal] = STATE(776), + [sym_anonymous_function] = STATE(776), + [sym__function_literal] = STATE(776), + [sym_object_literal] = STATE(776), + [sym_this_expression] = STATE(776), + [sym_super_expression] = STATE(776), + [sym_if_expression] = STATE(776), + [sym_when_expression] = STATE(776), + [sym_try_expression] = STATE(776), + [sym_jump_expression] = STATE(776), + [sym_callable_reference] = STATE(776), + [sym__prefix_unary_operator] = STATE(1653), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8351), + [sym_modifiers] = STATE(8293), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(776), + [sym_long_literal] = STATE(776), + [sym_boolean_literal] = STATE(776), + [sym_character_literal] = STATE(776), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(790), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(561), - [anon_sym_EQ] = ACTIONS(209), - [anon_sym_class] = ACTIONS(693), - [anon_sym_interface] = ACTIONS(693), - [anon_sym_enum] = ACTIONS(695), - [anon_sym_LBRACE] = ACTIONS(567), - [anon_sym_RBRACE] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(697), - [anon_sym_var] = ACTIONS(697), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_object] = ACTIONS(699), - [anon_sym_fun] = ACTIONS(701), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(703), - [anon_sym_set] = ACTIONS(705), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(707), - [sym_label] = ACTIONS(709), - [anon_sym_for] = ACTIONS(711), - [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(713), - [anon_sym_do] = ACTIONS(593), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(595), - [anon_sym_if] = ACTIONS(715), - [anon_sym_else] = ACTIONS(209), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS_EQ] = ACTIONS(207), - [anon_sym_DASH_EQ] = ACTIONS(207), - [anon_sym_STAR_EQ] = ACTIONS(207), - [anon_sym_SLASH_EQ] = ACTIONS(207), - [anon_sym_PERCENT_EQ] = ACTIONS(207), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(209), - [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(721), - [anon_sym_BANG_BANG] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(391), + [anon_sym_EQ] = ACTIONS(261), + [anon_sym_class] = ACTIONS(699), + [anon_sym_interface] = ACTIONS(699), + [anon_sym_enum] = ACTIONS(701), + [anon_sym_LBRACE] = ACTIONS(397), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_val] = ACTIONS(703), + [anon_sym_var] = ACTIONS(703), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_object] = ACTIONS(705), + [anon_sym_fun] = ACTIONS(707), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(709), + [anon_sym_set] = ACTIONS(711), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(713), + [sym_label] = ACTIONS(715), + [anon_sym_for] = ACTIONS(717), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(719), + [anon_sym_do] = ACTIONS(423), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(425), + [anon_sym_if] = ACTIONS(721), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS_EQ] = ACTIONS(259), + [anon_sym_DASH_EQ] = ACTIONS(259), + [anon_sym_STAR_EQ] = ACTIONS(259), + [anon_sym_SLASH_EQ] = ACTIONS(259), + [anon_sym_PERCENT_EQ] = ACTIONS(259), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(261), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(727), + [anon_sym_BANG_BANG] = ACTIONS(259), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(615), - [anon_sym_inner] = ACTIONS(615), - [anon_sym_value] = ACTIONS(615), + [anon_sym_data] = ACTIONS(445), + [anon_sym_inner] = ACTIONS(445), + [anon_sym_value] = ACTIONS(445), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -37449,181 +37248,182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(617), - [anon_sym_actual] = ACTIONS(617), + [anon_sym_expect] = ACTIONS(447), + [anon_sym_actual] = ACTIONS(447), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(627), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym__automatic_semicolon] = ACTIONS(207), - [sym_safe_nav] = ACTIONS(207), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(459), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym__automatic_semicolon] = ACTIONS(259), + [sym_safe_nav] = ACTIONS(259), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(471), }, - [20] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3943), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2207), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(2982), - [sym_parenthesized_expression] = STATE(2982), - [sym_collection_literal] = STATE(2982), - [sym__literal_constant] = STATE(2982), - [sym_string_literal] = STATE(2982), - [sym_lambda_literal] = STATE(2982), - [sym_anonymous_function] = STATE(2982), - [sym__function_literal] = STATE(2982), - [sym_object_literal] = STATE(2982), - [sym_this_expression] = STATE(2982), - [sym_super_expression] = STATE(2982), - [sym_if_expression] = STATE(2982), - [sym_when_expression] = STATE(2982), - [sym_try_expression] = STATE(2982), - [sym_jump_expression] = STATE(2982), - [sym_callable_reference] = STATE(2982), - [sym__prefix_unary_operator] = STATE(1774), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8398), - [sym_modifiers] = STATE(8316), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(332), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(2982), - [sym_long_literal] = STATE(2982), - [sym_boolean_literal] = STATE(2982), - [sym_character_literal] = STATE(2982), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(791), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), + [19] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4706), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(3843), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4524), + [sym_parenthesized_expression] = STATE(4524), + [sym_collection_literal] = STATE(4524), + [sym__literal_constant] = STATE(4524), + [sym_string_literal] = STATE(4524), + [sym_lambda_literal] = STATE(4524), + [sym_anonymous_function] = STATE(4524), + [sym__function_literal] = STATE(4524), + [sym_object_literal] = STATE(4524), + [sym_this_expression] = STATE(4524), + [sym_super_expression] = STATE(4524), + [sym_if_expression] = STATE(4524), + [sym_when_expression] = STATE(4524), + [sym_try_expression] = STATE(4524), + [sym_jump_expression] = STATE(4524), + [sym_callable_reference] = STATE(4524), + [sym__prefix_unary_operator] = STATE(1516), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8376), + [sym_modifiers] = STATE(8309), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(355), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4524), + [sym_long_literal] = STATE(4524), + [sym_boolean_literal] = STATE(4524), + [sym_character_literal] = STATE(4524), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(761), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(477), - [anon_sym_EQ] = ACTIONS(209), - [anon_sym_class] = ACTIONS(725), - [anon_sym_interface] = ACTIONS(725), - [anon_sym_enum] = ACTIONS(727), - [anon_sym_LBRACE] = ACTIONS(483), - [anon_sym_RBRACE] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(729), - [anon_sym_var] = ACTIONS(729), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_object] = ACTIONS(731), - [anon_sym_fun] = ACTIONS(733), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(735), - [anon_sym_set] = ACTIONS(737), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(739), - [sym_label] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(745), - [anon_sym_do] = ACTIONS(509), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(511), - [anon_sym_if] = ACTIONS(747), - [anon_sym_else] = ACTIONS(209), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS_EQ] = ACTIONS(207), - [anon_sym_DASH_EQ] = ACTIONS(207), - [anon_sym_STAR_EQ] = ACTIONS(207), - [anon_sym_SLASH_EQ] = ACTIONS(207), - [anon_sym_PERCENT_EQ] = ACTIONS(207), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(209), - [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(753), - [anon_sym_BANG_BANG] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(125), + [anon_sym_EQ] = ACTIONS(261), + [anon_sym_class] = ACTIONS(673), + [anon_sym_interface] = ACTIONS(673), + [anon_sym_enum] = ACTIONS(675), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(259), + [anon_sym_val] = ACTIONS(677), + [anon_sym_var] = ACTIONS(677), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_object] = ACTIONS(679), + [anon_sym_fun] = ACTIONS(681), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(683), + [anon_sym_set] = ACTIONS(685), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(687), + [sym_label] = ACTIONS(689), + [anon_sym_for] = ACTIONS(691), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(693), + [anon_sym_do] = ACTIONS(157), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(159), + [anon_sym_if] = ACTIONS(243), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS_EQ] = ACTIONS(259), + [anon_sym_DASH_EQ] = ACTIONS(259), + [anon_sym_STAR_EQ] = ACTIONS(259), + [anon_sym_SLASH_EQ] = ACTIONS(259), + [anon_sym_PERCENT_EQ] = ACTIONS(259), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(261), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(695), + [anon_sym_BANG_BANG] = ACTIONS(259), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(531), - [anon_sym_inner] = ACTIONS(531), - [anon_sym_value] = ACTIONS(531), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -37642,152 +37442,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(533), - [anon_sym_actual] = ACTIONS(533), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(543), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym__automatic_semicolon] = ACTIONS(207), - [sym_safe_nav] = ACTIONS(207), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(193), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_safe_nav] = ACTIONS(259), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(205), }, - [21] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3986), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2207), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(2982), - [sym_parenthesized_expression] = STATE(2982), - [sym_collection_literal] = STATE(2982), - [sym__literal_constant] = STATE(2982), - [sym_string_literal] = STATE(2982), - [sym_lambda_literal] = STATE(2982), - [sym_anonymous_function] = STATE(2982), - [sym__function_literal] = STATE(2982), - [sym_object_literal] = STATE(2982), - [sym_this_expression] = STATE(2982), - [sym_super_expression] = STATE(2982), - [sym_if_expression] = STATE(2982), - [sym_when_expression] = STATE(2982), - [sym_try_expression] = STATE(2982), - [sym_jump_expression] = STATE(2982), - [sym_callable_reference] = STATE(2982), - [sym__prefix_unary_operator] = STATE(1774), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8398), - [sym_modifiers] = STATE(8316), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(332), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(2982), - [sym_long_literal] = STATE(2982), - [sym_boolean_literal] = STATE(2982), - [sym_character_literal] = STATE(2982), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(791), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), + [20] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3470), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(1635), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2769), + [sym_parenthesized_expression] = STATE(2769), + [sym_collection_literal] = STATE(2769), + [sym__literal_constant] = STATE(2769), + [sym_string_literal] = STATE(2769), + [sym_lambda_literal] = STATE(2769), + [sym_anonymous_function] = STATE(2769), + [sym__function_literal] = STATE(2769), + [sym_object_literal] = STATE(2769), + [sym_this_expression] = STATE(2769), + [sym_super_expression] = STATE(2769), + [sym_if_expression] = STATE(2769), + [sym_when_expression] = STATE(2769), + [sym_try_expression] = STATE(2769), + [sym_jump_expression] = STATE(2769), + [sym_callable_reference] = STATE(2769), + [sym__prefix_unary_operator] = STATE(1593), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8393), + [sym_modifiers] = STATE(8282), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(340), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2769), + [sym_long_literal] = STATE(2769), + [sym_boolean_literal] = STATE(2769), + [sym_character_literal] = STATE(2769), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(771), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(257), [anon_sym_as] = ACTIONS(123), - [anon_sym_typealias] = ACTIONS(477), + [anon_sym_typealias] = ACTIONS(263), [anon_sym_EQ] = ACTIONS(123), - [anon_sym_class] = ACTIONS(725), - [anon_sym_interface] = ACTIONS(725), - [anon_sym_enum] = ACTIONS(727), - [anon_sym_LBRACE] = ACTIONS(483), + [anon_sym_class] = ACTIONS(731), + [anon_sym_interface] = ACTIONS(731), + [anon_sym_enum] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(269), [anon_sym_RBRACE] = ACTIONS(121), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(729), - [anon_sym_var] = ACTIONS(729), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_RPAREN] = ACTIONS(121), + [anon_sym_val] = ACTIONS(735), + [anon_sym_var] = ACTIONS(735), [anon_sym_LT] = ACTIONS(123), [anon_sym_GT] = ACTIONS(123), - [anon_sym_object] = ACTIONS(731), - [anon_sym_fun] = ACTIONS(733), + [anon_sym_object] = ACTIONS(737), + [anon_sym_fun] = ACTIONS(739), [anon_sym_DOT] = ACTIONS(123), [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(735), - [anon_sym_set] = ACTIONS(737), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(739), - [sym_label] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), + [anon_sym_get] = ACTIONS(741), + [anon_sym_set] = ACTIONS(743), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(745), + [sym_label] = ACTIONS(747), + [anon_sym_for] = ACTIONS(749), [anon_sym_in] = ACTIONS(123), - [anon_sym_while] = ACTIONS(745), - [anon_sym_do] = ACTIONS(509), + [anon_sym_while] = ACTIONS(751), + [anon_sym_do] = ACTIONS(295), [anon_sym_DOT_DOT] = ACTIONS(121), [anon_sym_QMARK_COLON] = ACTIONS(121), [anon_sym_AMP_AMP] = ACTIONS(121), [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_null] = ACTIONS(511), - [anon_sym_if] = ACTIONS(747), + [anon_sym_null] = ACTIONS(297), + [anon_sym_if] = ACTIONS(753), [anon_sym_else] = ACTIONS(123), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), [anon_sym_PLUS_EQ] = ACTIONS(121), [anon_sym_DASH_EQ] = ACTIONS(121), [anon_sym_STAR_EQ] = ACTIONS(121), @@ -37802,21 +37602,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(121), [anon_sym_is] = ACTIONS(123), [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), [anon_sym_SLASH] = ACTIONS(123), [anon_sym_PERCENT] = ACTIONS(123), [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(753), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(759), [anon_sym_BANG_BANG] = ACTIONS(121), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(531), - [anon_sym_inner] = ACTIONS(531), - [anon_sym_value] = ACTIONS(531), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -37835,182 +37635,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(533), - [anon_sym_actual] = ACTIONS(533), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(543), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym__automatic_semicolon] = ACTIONS(121), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), [sym_safe_nav] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(343), }, - [22] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3487), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(1636), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2773), - [sym_parenthesized_expression] = STATE(2773), - [sym_collection_literal] = STATE(2773), - [sym__literal_constant] = STATE(2773), - [sym_string_literal] = STATE(2773), - [sym_lambda_literal] = STATE(2773), - [sym_anonymous_function] = STATE(2773), - [sym__function_literal] = STATE(2773), - [sym_object_literal] = STATE(2773), - [sym_this_expression] = STATE(2773), - [sym_super_expression] = STATE(2773), - [sym_if_expression] = STATE(2773), - [sym_when_expression] = STATE(2773), - [sym_try_expression] = STATE(2773), - [sym_jump_expression] = STATE(2773), - [sym_callable_reference] = STATE(2773), - [sym__prefix_unary_operator] = STATE(1594), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8366), - [sym_modifiers] = STATE(8303), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(334), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), + [21] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3484), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(1635), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2769), + [sym_parenthesized_expression] = STATE(2769), + [sym_collection_literal] = STATE(2769), + [sym__literal_constant] = STATE(2769), + [sym_string_literal] = STATE(2769), + [sym_lambda_literal] = STATE(2769), + [sym_anonymous_function] = STATE(2769), + [sym__function_literal] = STATE(2769), + [sym_object_literal] = STATE(2769), + [sym_this_expression] = STATE(2769), + [sym_super_expression] = STATE(2769), + [sym_if_expression] = STATE(2769), + [sym_when_expression] = STATE(2769), + [sym_try_expression] = STATE(2769), + [sym_jump_expression] = STATE(2769), + [sym_callable_reference] = STATE(2769), + [sym__prefix_unary_operator] = STATE(1593), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8393), + [sym_modifiers] = STATE(8282), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(340), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2773), - [sym_long_literal] = STATE(2773), - [sym_boolean_literal] = STATE(2773), - [sym_character_literal] = STATE(2773), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(784), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(115), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2769), + [sym_long_literal] = STATE(2769), + [sym_boolean_literal] = STATE(2769), + [sym_character_literal] = STATE(2769), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(771), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(125), - [anon_sym_EQ] = ACTIONS(209), - [anon_sym_class] = ACTIONS(757), - [anon_sym_interface] = ACTIONS(757), - [anon_sym_enum] = ACTIONS(759), - [anon_sym_LBRACE] = ACTIONS(131), - [anon_sym_RBRACE] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_RPAREN] = ACTIONS(207), - [anon_sym_val] = ACTIONS(761), - [anon_sym_var] = ACTIONS(761), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_object] = ACTIONS(763), - [anon_sym_fun] = ACTIONS(765), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(767), - [anon_sym_set] = ACTIONS(769), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(771), - [sym_label] = ACTIONS(773), - [anon_sym_for] = ACTIONS(775), - [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(777), - [anon_sym_do] = ACTIONS(157), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(159), - [anon_sym_if] = ACTIONS(779), - [anon_sym_else] = ACTIONS(209), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS_EQ] = ACTIONS(207), - [anon_sym_DASH_EQ] = ACTIONS(207), - [anon_sym_STAR_EQ] = ACTIONS(207), - [anon_sym_SLASH_EQ] = ACTIONS(207), - [anon_sym_PERCENT_EQ] = ACTIONS(207), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(209), - [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(785), - [anon_sym_BANG_BANG] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_EQ] = ACTIONS(261), + [anon_sym_class] = ACTIONS(731), + [anon_sym_interface] = ACTIONS(731), + [anon_sym_enum] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_RPAREN] = ACTIONS(259), + [anon_sym_val] = ACTIONS(735), + [anon_sym_var] = ACTIONS(735), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_object] = ACTIONS(737), + [anon_sym_fun] = ACTIONS(739), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(741), + [anon_sym_set] = ACTIONS(743), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(745), + [sym_label] = ACTIONS(747), + [anon_sym_for] = ACTIONS(749), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(751), + [anon_sym_do] = ACTIONS(295), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(297), + [anon_sym_if] = ACTIONS(753), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS_EQ] = ACTIONS(259), + [anon_sym_DASH_EQ] = ACTIONS(259), + [anon_sym_STAR_EQ] = ACTIONS(259), + [anon_sym_SLASH_EQ] = ACTIONS(259), + [anon_sym_PERCENT_EQ] = ACTIONS(259), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(261), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(759), + [anon_sym_BANG_BANG] = ACTIONS(259), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(179), - [anon_sym_inner] = ACTIONS(179), - [anon_sym_value] = ACTIONS(179), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -38029,152 +37828,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(181), - [anon_sym_actual] = ACTIONS(181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(193), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(207), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_safe_nav] = ACTIONS(259), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [23] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3473), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(1636), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2773), - [sym_parenthesized_expression] = STATE(2773), - [sym_collection_literal] = STATE(2773), - [sym__literal_constant] = STATE(2773), - [sym_string_literal] = STATE(2773), - [sym_lambda_literal] = STATE(2773), - [sym_anonymous_function] = STATE(2773), - [sym__function_literal] = STATE(2773), - [sym_object_literal] = STATE(2773), - [sym_this_expression] = STATE(2773), - [sym_super_expression] = STATE(2773), - [sym_if_expression] = STATE(2773), - [sym_when_expression] = STATE(2773), - [sym_try_expression] = STATE(2773), - [sym_jump_expression] = STATE(2773), - [sym_callable_reference] = STATE(2773), - [sym__prefix_unary_operator] = STATE(1594), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8366), - [sym_modifiers] = STATE(8303), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(334), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2773), - [sym_long_literal] = STATE(2773), - [sym_boolean_literal] = STATE(2773), - [sym_character_literal] = STATE(2773), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(784), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(115), + [22] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3908), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2246), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2997), + [sym_parenthesized_expression] = STATE(2997), + [sym_collection_literal] = STATE(2997), + [sym__literal_constant] = STATE(2997), + [sym_string_literal] = STATE(2997), + [sym_lambda_literal] = STATE(2997), + [sym_anonymous_function] = STATE(2997), + [sym__function_literal] = STATE(2997), + [sym_object_literal] = STATE(2997), + [sym_this_expression] = STATE(2997), + [sym_super_expression] = STATE(2997), + [sym_if_expression] = STATE(2997), + [sym_when_expression] = STATE(2997), + [sym_try_expression] = STATE(2997), + [sym_jump_expression] = STATE(2997), + [sym_callable_reference] = STATE(2997), + [sym__prefix_unary_operator] = STATE(1774), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8364), + [sym_modifiers] = STATE(8290), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(336), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2997), + [sym_long_literal] = STATE(2997), + [sym_boolean_literal] = STATE(2997), + [sym_character_literal] = STATE(2997), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(792), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_as] = ACTIONS(123), - [anon_sym_typealias] = ACTIONS(125), + [anon_sym_typealias] = ACTIONS(561), [anon_sym_EQ] = ACTIONS(123), - [anon_sym_class] = ACTIONS(757), - [anon_sym_interface] = ACTIONS(757), - [anon_sym_enum] = ACTIONS(759), - [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_class] = ACTIONS(763), + [anon_sym_interface] = ACTIONS(763), + [anon_sym_enum] = ACTIONS(765), + [anon_sym_LBRACE] = ACTIONS(567), [anon_sym_RBRACE] = ACTIONS(121), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_RPAREN] = ACTIONS(121), - [anon_sym_val] = ACTIONS(761), - [anon_sym_var] = ACTIONS(761), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_val] = ACTIONS(767), + [anon_sym_var] = ACTIONS(767), [anon_sym_LT] = ACTIONS(123), [anon_sym_GT] = ACTIONS(123), - [anon_sym_object] = ACTIONS(763), - [anon_sym_fun] = ACTIONS(765), + [anon_sym_object] = ACTIONS(769), + [anon_sym_fun] = ACTIONS(771), [anon_sym_DOT] = ACTIONS(123), [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(767), - [anon_sym_set] = ACTIONS(769), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(771), - [sym_label] = ACTIONS(773), - [anon_sym_for] = ACTIONS(775), + [anon_sym_get] = ACTIONS(773), + [anon_sym_set] = ACTIONS(775), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(777), + [sym_label] = ACTIONS(779), + [anon_sym_for] = ACTIONS(781), [anon_sym_in] = ACTIONS(123), - [anon_sym_while] = ACTIONS(777), - [anon_sym_do] = ACTIONS(157), + [anon_sym_while] = ACTIONS(783), + [anon_sym_do] = ACTIONS(593), [anon_sym_DOT_DOT] = ACTIONS(121), [anon_sym_QMARK_COLON] = ACTIONS(121), [anon_sym_AMP_AMP] = ACTIONS(121), [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_null] = ACTIONS(159), - [anon_sym_if] = ACTIONS(779), + [anon_sym_null] = ACTIONS(595), + [anon_sym_if] = ACTIONS(785), [anon_sym_else] = ACTIONS(123), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), [anon_sym_PLUS_EQ] = ACTIONS(121), [anon_sym_DASH_EQ] = ACTIONS(121), [anon_sym_STAR_EQ] = ACTIONS(121), @@ -38189,21 +37987,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(121), [anon_sym_is] = ACTIONS(123), [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), [anon_sym_SLASH] = ACTIONS(123), [anon_sym_PERCENT] = ACTIONS(123), [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(785), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(791), [anon_sym_BANG_BANG] = ACTIONS(121), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(179), - [anon_sym_inner] = ACTIONS(179), - [anon_sym_value] = ACTIONS(179), + [anon_sym_data] = ACTIONS(615), + [anon_sym_inner] = ACTIONS(615), + [anon_sym_value] = ACTIONS(615), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -38222,151 +38020,345 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(181), - [anon_sym_actual] = ACTIONS(181), + [anon_sym_expect] = ACTIONS(617), + [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(193), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(627), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym__automatic_semicolon] = ACTIONS(121), [sym_safe_nav] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(639), }, - [24] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3156), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(1208), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2741), - [sym_parenthesized_expression] = STATE(2741), - [sym_collection_literal] = STATE(2741), - [sym__literal_constant] = STATE(2741), - [sym_string_literal] = STATE(2741), - [sym_lambda_literal] = STATE(2741), - [sym_anonymous_function] = STATE(2741), - [sym__function_literal] = STATE(2741), - [sym_object_literal] = STATE(2741), - [sym_this_expression] = STATE(2741), - [sym_super_expression] = STATE(2741), - [sym_if_expression] = STATE(2741), - [sym_when_expression] = STATE(2741), - [sym_try_expression] = STATE(2741), - [sym_jump_expression] = STATE(2741), - [sym_callable_reference] = STATE(2741), - [sym__prefix_unary_operator] = STATE(1689), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8359), - [sym_modifiers] = STATE(8295), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(343), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2741), - [sym_long_literal] = STATE(2741), - [sym_boolean_literal] = STATE(2741), - [sym_character_literal] = STATE(2741), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(753), - [aux_sym_modifiers_repeat1] = STATE(5620), + [23] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3880), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2246), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2997), + [sym_parenthesized_expression] = STATE(2997), + [sym_collection_literal] = STATE(2997), + [sym__literal_constant] = STATE(2997), + [sym_string_literal] = STATE(2997), + [sym_lambda_literal] = STATE(2997), + [sym_anonymous_function] = STATE(2997), + [sym__function_literal] = STATE(2997), + [sym_object_literal] = STATE(2997), + [sym_this_expression] = STATE(2997), + [sym_super_expression] = STATE(2997), + [sym_if_expression] = STATE(2997), + [sym_when_expression] = STATE(2997), + [sym_try_expression] = STATE(2997), + [sym_jump_expression] = STATE(2997), + [sym_callable_reference] = STATE(2997), + [sym__prefix_unary_operator] = STATE(1774), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8364), + [sym_modifiers] = STATE(8290), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(336), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2997), + [sym_long_literal] = STATE(2997), + [sym_boolean_literal] = STATE(2997), + [sym_character_literal] = STATE(2997), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(792), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_as] = ACTIONS(123), + [anon_sym_as] = ACTIONS(261), [anon_sym_typealias] = ACTIONS(561), - [anon_sym_EQ] = ACTIONS(123), - [anon_sym_class] = ACTIONS(693), - [anon_sym_interface] = ACTIONS(693), - [anon_sym_enum] = ACTIONS(695), + [anon_sym_EQ] = ACTIONS(261), + [anon_sym_class] = ACTIONS(763), + [anon_sym_interface] = ACTIONS(763), + [anon_sym_enum] = ACTIONS(765), [anon_sym_LBRACE] = ACTIONS(567), - [anon_sym_RBRACE] = ACTIONS(121), + [anon_sym_RBRACE] = ACTIONS(259), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(697), - [anon_sym_var] = ACTIONS(697), + [anon_sym_val] = ACTIONS(767), + [anon_sym_var] = ACTIONS(767), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_object] = ACTIONS(769), + [anon_sym_fun] = ACTIONS(771), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(773), + [anon_sym_set] = ACTIONS(775), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(777), + [sym_label] = ACTIONS(779), + [anon_sym_for] = ACTIONS(781), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(783), + [anon_sym_do] = ACTIONS(593), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(595), + [anon_sym_if] = ACTIONS(785), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS_EQ] = ACTIONS(259), + [anon_sym_DASH_EQ] = ACTIONS(259), + [anon_sym_STAR_EQ] = ACTIONS(259), + [anon_sym_SLASH_EQ] = ACTIONS(259), + [anon_sym_PERCENT_EQ] = ACTIONS(259), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(261), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(791), + [anon_sym_BANG_BANG] = ACTIONS(259), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(615), + [anon_sym_inner] = ACTIONS(615), + [anon_sym_value] = ACTIONS(615), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(617), + [anon_sym_actual] = ACTIONS(617), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(627), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym__automatic_semicolon] = ACTIONS(259), + [sym_safe_nav] = ACTIONS(259), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [24] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1105), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(396), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(776), + [sym_parenthesized_expression] = STATE(776), + [sym_collection_literal] = STATE(776), + [sym__literal_constant] = STATE(776), + [sym_string_literal] = STATE(776), + [sym_lambda_literal] = STATE(776), + [sym_anonymous_function] = STATE(776), + [sym__function_literal] = STATE(776), + [sym_object_literal] = STATE(776), + [sym_this_expression] = STATE(776), + [sym_super_expression] = STATE(776), + [sym_if_expression] = STATE(776), + [sym_when_expression] = STATE(776), + [sym_try_expression] = STATE(776), + [sym_jump_expression] = STATE(776), + [sym_callable_reference] = STATE(776), + [sym__prefix_unary_operator] = STATE(1653), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8351), + [sym_modifiers] = STATE(8293), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(776), + [sym_long_literal] = STATE(776), + [sym_boolean_literal] = STATE(776), + [sym_character_literal] = STATE(776), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(790), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_as] = ACTIONS(123), + [anon_sym_typealias] = ACTIONS(391), + [anon_sym_EQ] = ACTIONS(123), + [anon_sym_class] = ACTIONS(699), + [anon_sym_interface] = ACTIONS(699), + [anon_sym_enum] = ACTIONS(701), + [anon_sym_LBRACE] = ACTIONS(397), + [anon_sym_RBRACE] = ACTIONS(121), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_val] = ACTIONS(703), + [anon_sym_var] = ACTIONS(703), [anon_sym_LT] = ACTIONS(123), [anon_sym_GT] = ACTIONS(123), - [anon_sym_object] = ACTIONS(699), - [anon_sym_fun] = ACTIONS(701), + [anon_sym_object] = ACTIONS(705), + [anon_sym_fun] = ACTIONS(707), [anon_sym_DOT] = ACTIONS(123), [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(703), - [anon_sym_set] = ACTIONS(705), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(707), - [sym_label] = ACTIONS(709), - [anon_sym_for] = ACTIONS(711), + [anon_sym_get] = ACTIONS(709), + [anon_sym_set] = ACTIONS(711), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(713), + [sym_label] = ACTIONS(715), + [anon_sym_for] = ACTIONS(717), [anon_sym_in] = ACTIONS(123), - [anon_sym_while] = ACTIONS(713), - [anon_sym_do] = ACTIONS(593), + [anon_sym_while] = ACTIONS(719), + [anon_sym_do] = ACTIONS(423), [anon_sym_DOT_DOT] = ACTIONS(121), [anon_sym_QMARK_COLON] = ACTIONS(121), [anon_sym_AMP_AMP] = ACTIONS(121), [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_null] = ACTIONS(595), - [anon_sym_if] = ACTIONS(715), + [anon_sym_null] = ACTIONS(425), + [anon_sym_if] = ACTIONS(721), [anon_sym_else] = ACTIONS(123), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), [anon_sym_PLUS_EQ] = ACTIONS(121), [anon_sym_DASH_EQ] = ACTIONS(121), [anon_sym_STAR_EQ] = ACTIONS(121), @@ -38381,21 +38373,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(121), [anon_sym_is] = ACTIONS(123), [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), [anon_sym_SLASH] = ACTIONS(123), [anon_sym_PERCENT] = ACTIONS(123), [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(721), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(727), [anon_sym_BANG_BANG] = ACTIONS(121), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(615), - [anon_sym_inner] = ACTIONS(615), - [anon_sym_value] = ACTIONS(615), + [anon_sym_data] = ACTIONS(445), + [anon_sym_inner] = ACTIONS(445), + [anon_sym_value] = ACTIONS(445), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -38414,64 +38406,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(617), - [anon_sym_actual] = ACTIONS(617), + [anon_sym_expect] = ACTIONS(447), + [anon_sym_actual] = ACTIONS(447), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(627), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(459), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym__automatic_semicolon] = ACTIONS(121), [sym_safe_nav] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(471), }, [25] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5214), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4082), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5091), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4056), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), [sym__primary_expression] = STATE(4551), [sym_parenthesized_expression] = STATE(4551), [sym_collection_literal] = STATE(4551), @@ -38488,71 +38480,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_try_expression] = STATE(4551), [sym_jump_expression] = STATE(4551), [sym_callable_reference] = STATE(4551), - [sym__prefix_unary_operator] = STATE(1844), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8372), - [sym_modifiers] = STATE(8288), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(339), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), + [sym__prefix_unary_operator] = STATE(1843), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8392), + [sym_modifiers] = STATE(8298), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(344), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), [sym_unsigned_literal] = STATE(4551), [sym_long_literal] = STATE(4551), [sym_boolean_literal] = STATE(4551), [sym_character_literal] = STATE(4551), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(792), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(798), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_as] = ACTIONS(123), + [anon_sym_as] = ACTIONS(261), [anon_sym_typealias] = ACTIONS(345), - [anon_sym_EQ] = ACTIONS(123), - [anon_sym_class] = ACTIONS(641), - [anon_sym_interface] = ACTIONS(641), - [anon_sym_enum] = ACTIONS(643), + [anon_sym_EQ] = ACTIONS(261), + [anon_sym_class] = ACTIONS(795), + [anon_sym_interface] = ACTIONS(795), + [anon_sym_enum] = ACTIONS(797), [anon_sym_LBRACE] = ACTIONS(351), - [anon_sym_RBRACE] = ACTIONS(121), + [anon_sym_RBRACE] = ACTIONS(259), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(645), - [anon_sym_var] = ACTIONS(645), - [anon_sym_LT] = ACTIONS(123), - [anon_sym_GT] = ACTIONS(123), - [anon_sym_object] = ACTIONS(647), - [anon_sym_fun] = ACTIONS(649), - [anon_sym_DOT] = ACTIONS(123), - [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(651), - [anon_sym_set] = ACTIONS(653), + [anon_sym_val] = ACTIONS(799), + [anon_sym_var] = ACTIONS(799), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_object] = ACTIONS(801), + [anon_sym_fun] = ACTIONS(803), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(805), + [anon_sym_set] = ACTIONS(807), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(655), - [sym_label] = ACTIONS(657), - [anon_sym_for] = ACTIONS(659), - [anon_sym_in] = ACTIONS(123), - [anon_sym_while] = ACTIONS(661), + [anon_sym_STAR] = ACTIONS(809), + [sym_label] = ACTIONS(811), + [anon_sym_for] = ACTIONS(813), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(815), [anon_sym_do] = ACTIONS(371), - [anon_sym_DOT_DOT] = ACTIONS(121), - [anon_sym_QMARK_COLON] = ACTIONS(121), - [anon_sym_AMP_AMP] = ACTIONS(121), - [anon_sym_PIPE_PIPE] = ACTIONS(121), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), [anon_sym_null] = ACTIONS(373), [anon_sym_if] = ACTIONS(55), - [anon_sym_else] = ACTIONS(123), + [anon_sym_else] = ACTIONS(261), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), [anon_sym_throw] = ACTIONS(61), @@ -38560,29 +38552,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(121), - [anon_sym_DASH_EQ] = ACTIONS(121), - [anon_sym_STAR_EQ] = ACTIONS(121), - [anon_sym_SLASH_EQ] = ACTIONS(121), - [anon_sym_PERCENT_EQ] = ACTIONS(121), - [anon_sym_BANG_EQ] = ACTIONS(123), - [anon_sym_BANG_EQ_EQ] = ACTIONS(121), - [anon_sym_EQ_EQ] = ACTIONS(123), - [anon_sym_EQ_EQ_EQ] = ACTIONS(121), - [anon_sym_LT_EQ] = ACTIONS(121), - [anon_sym_GT_EQ] = ACTIONS(121), - [anon_sym_BANGin] = ACTIONS(121), - [anon_sym_is] = ACTIONS(123), - [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_SLASH] = ACTIONS(123), - [anon_sym_PERCENT] = ACTIONS(123), - [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(663), - [anon_sym_BANG_BANG] = ACTIONS(121), + [anon_sym_PLUS_EQ] = ACTIONS(259), + [anon_sym_DASH_EQ] = ACTIONS(259), + [anon_sym_STAR_EQ] = ACTIONS(259), + [anon_sym_SLASH_EQ] = ACTIONS(259), + [anon_sym_PERCENT_EQ] = ACTIONS(259), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(261), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(817), + [anon_sym_BANG_BANG] = ACTIONS(259), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -38623,165 +38615,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(107), [anon_sym_SQUOTE] = ACTIONS(109), [sym__backtick_identifier] = ACTIONS(111), - [sym__automatic_semicolon] = ACTIONS(121), - [sym_safe_nav] = ACTIONS(121), + [sym__automatic_semicolon] = ACTIONS(259), + [sym_safe_nav] = ACTIONS(259), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, [26] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1052), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(385), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(798), - [sym_parenthesized_expression] = STATE(798), - [sym_collection_literal] = STATE(798), - [sym__literal_constant] = STATE(798), - [sym_string_literal] = STATE(798), - [sym_lambda_literal] = STATE(798), - [sym_anonymous_function] = STATE(798), - [sym__function_literal] = STATE(798), - [sym_object_literal] = STATE(798), - [sym_this_expression] = STATE(798), - [sym_super_expression] = STATE(798), - [sym_if_expression] = STATE(798), - [sym_when_expression] = STATE(798), - [sym_try_expression] = STATE(798), - [sym_jump_expression] = STATE(798), - [sym_callable_reference] = STATE(798), - [sym__prefix_unary_operator] = STATE(1653), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8378), - [sym_modifiers] = STATE(8302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(336), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(798), - [sym_long_literal] = STATE(798), - [sym_boolean_literal] = STATE(798), - [sym_character_literal] = STATE(798), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(788), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(387), + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3223), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(1201), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(1689), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8385), + [sym_modifiers] = STATE(8299), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(343), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2750), + [sym_long_literal] = STATE(2750), + [sym_boolean_literal] = STATE(2750), + [sym_character_literal] = STATE(2750), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(777), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(391), - [anon_sym_EQ] = ACTIONS(209), - [anon_sym_class] = ACTIONS(789), - [anon_sym_interface] = ACTIONS(789), - [anon_sym_enum] = ACTIONS(791), - [anon_sym_LBRACE] = ACTIONS(397), - [anon_sym_RBRACE] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(793), - [anon_sym_var] = ACTIONS(793), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_object] = ACTIONS(795), - [anon_sym_fun] = ACTIONS(797), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(799), - [anon_sym_set] = ACTIONS(801), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(803), - [sym_label] = ACTIONS(805), - [anon_sym_for] = ACTIONS(807), - [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(809), - [anon_sym_do] = ACTIONS(423), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(425), - [anon_sym_if] = ACTIONS(811), - [anon_sym_else] = ACTIONS(209), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS_EQ] = ACTIONS(207), - [anon_sym_DASH_EQ] = ACTIONS(207), - [anon_sym_STAR_EQ] = ACTIONS(207), - [anon_sym_SLASH_EQ] = ACTIONS(207), - [anon_sym_PERCENT_EQ] = ACTIONS(207), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(209), - [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(817), - [anon_sym_BANG_BANG] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(477), + [anon_sym_EQ] = ACTIONS(261), + [anon_sym_class] = ACTIONS(641), + [anon_sym_interface] = ACTIONS(641), + [anon_sym_enum] = ACTIONS(643), + [anon_sym_LBRACE] = ACTIONS(483), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_val] = ACTIONS(645), + [anon_sym_var] = ACTIONS(645), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_object] = ACTIONS(647), + [anon_sym_fun] = ACTIONS(649), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(651), + [anon_sym_set] = ACTIONS(653), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(655), + [sym_label] = ACTIONS(657), + [anon_sym_for] = ACTIONS(659), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(661), + [anon_sym_do] = ACTIONS(509), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(511), + [anon_sym_if] = ACTIONS(663), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS_EQ] = ACTIONS(259), + [anon_sym_DASH_EQ] = ACTIONS(259), + [anon_sym_STAR_EQ] = ACTIONS(259), + [anon_sym_SLASH_EQ] = ACTIONS(259), + [anon_sym_PERCENT_EQ] = ACTIONS(259), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(261), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(669), + [anon_sym_BANG_BANG] = ACTIONS(259), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(445), - [anon_sym_inner] = ACTIONS(445), - [anon_sym_value] = ACTIONS(445), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -38800,152 +38792,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(447), - [anon_sym_actual] = ACTIONS(447), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(459), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym__automatic_semicolon] = ACTIONS(207), - [sym_safe_nav] = ACTIONS(207), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(543), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym__automatic_semicolon] = ACTIONS(259), + [sym_safe_nav] = ACTIONS(259), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(555), }, [27] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1059), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(385), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(798), - [sym_parenthesized_expression] = STATE(798), - [sym_collection_literal] = STATE(798), - [sym__literal_constant] = STATE(798), - [sym_string_literal] = STATE(798), - [sym_lambda_literal] = STATE(798), - [sym_anonymous_function] = STATE(798), - [sym__function_literal] = STATE(798), - [sym_object_literal] = STATE(798), - [sym_this_expression] = STATE(798), - [sym_super_expression] = STATE(798), - [sym_if_expression] = STATE(798), - [sym_when_expression] = STATE(798), - [sym_try_expression] = STATE(798), - [sym_jump_expression] = STATE(798), - [sym_callable_reference] = STATE(798), - [sym__prefix_unary_operator] = STATE(1653), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8378), - [sym_modifiers] = STATE(8302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(336), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(798), - [sym_long_literal] = STATE(798), - [sym_boolean_literal] = STATE(798), - [sym_character_literal] = STATE(798), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(788), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(387), + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5068), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4056), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4551), + [sym_parenthesized_expression] = STATE(4551), + [sym_collection_literal] = STATE(4551), + [sym__literal_constant] = STATE(4551), + [sym_string_literal] = STATE(4551), + [sym_lambda_literal] = STATE(4551), + [sym_anonymous_function] = STATE(4551), + [sym__function_literal] = STATE(4551), + [sym_object_literal] = STATE(4551), + [sym_this_expression] = STATE(4551), + [sym_super_expression] = STATE(4551), + [sym_if_expression] = STATE(4551), + [sym_when_expression] = STATE(4551), + [sym_try_expression] = STATE(4551), + [sym_jump_expression] = STATE(4551), + [sym_callable_reference] = STATE(4551), + [sym__prefix_unary_operator] = STATE(1843), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8392), + [sym_modifiers] = STATE(8298), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(344), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4551), + [sym_long_literal] = STATE(4551), + [sym_boolean_literal] = STATE(4551), + [sym_character_literal] = STATE(4551), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(798), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_as] = ACTIONS(123), - [anon_sym_typealias] = ACTIONS(391), + [anon_sym_typealias] = ACTIONS(345), [anon_sym_EQ] = ACTIONS(123), - [anon_sym_class] = ACTIONS(789), - [anon_sym_interface] = ACTIONS(789), - [anon_sym_enum] = ACTIONS(791), - [anon_sym_LBRACE] = ACTIONS(397), + [anon_sym_class] = ACTIONS(795), + [anon_sym_interface] = ACTIONS(795), + [anon_sym_enum] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_RBRACE] = ACTIONS(121), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(793), - [anon_sym_var] = ACTIONS(793), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(799), + [anon_sym_var] = ACTIONS(799), [anon_sym_LT] = ACTIONS(123), [anon_sym_GT] = ACTIONS(123), - [anon_sym_object] = ACTIONS(795), - [anon_sym_fun] = ACTIONS(797), + [anon_sym_object] = ACTIONS(801), + [anon_sym_fun] = ACTIONS(803), [anon_sym_DOT] = ACTIONS(123), [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(799), - [anon_sym_set] = ACTIONS(801), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(803), - [sym_label] = ACTIONS(805), - [anon_sym_for] = ACTIONS(807), + [anon_sym_get] = ACTIONS(805), + [anon_sym_set] = ACTIONS(807), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(809), + [sym_label] = ACTIONS(811), + [anon_sym_for] = ACTIONS(813), [anon_sym_in] = ACTIONS(123), - [anon_sym_while] = ACTIONS(809), - [anon_sym_do] = ACTIONS(423), + [anon_sym_while] = ACTIONS(815), + [anon_sym_do] = ACTIONS(371), [anon_sym_DOT_DOT] = ACTIONS(121), [anon_sym_QMARK_COLON] = ACTIONS(121), [anon_sym_AMP_AMP] = ACTIONS(121), [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_null] = ACTIONS(425), - [anon_sym_if] = ACTIONS(811), + [anon_sym_null] = ACTIONS(373), + [anon_sym_if] = ACTIONS(55), [anon_sym_else] = ACTIONS(123), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), + [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(121), [anon_sym_DASH_EQ] = ACTIONS(121), [anon_sym_STAR_EQ] = ACTIONS(121), @@ -38972,9 +38964,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(445), - [anon_sym_inner] = ACTIONS(445), - [anon_sym_value] = ACTIONS(445), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), + [anon_sym_value] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -38993,108 +38985,299 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(447), - [anon_sym_actual] = ACTIONS(447), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(459), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(385), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym__automatic_semicolon] = ACTIONS(121), [sym_safe_nav] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(113), }, [28] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3473), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(2254), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2774), - [sym_parenthesized_expression] = STATE(2774), - [sym_collection_literal] = STATE(2774), - [sym__literal_constant] = STATE(2774), - [sym_string_literal] = STATE(2774), - [sym_lambda_literal] = STATE(2774), - [sym_anonymous_function] = STATE(2774), - [sym__function_literal] = STATE(2774), - [sym_object_literal] = STATE(2774), - [sym_this_expression] = STATE(2774), - [sym_super_expression] = STATE(2774), - [sym_if_expression] = STATE(2774), - [sym_when_expression] = STATE(2774), - [sym_try_expression] = STATE(2774), - [sym_jump_expression] = STATE(2774), - [sym_callable_reference] = STATE(2774), - [sym__prefix_unary_operator] = STATE(1727), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8386), - [sym_modifiers] = STATE(8309), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(354), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2774), - [sym_long_literal] = STATE(2774), - [sym_boolean_literal] = STATE(2774), - [sym_character_literal] = STATE(2774), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(779), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4706), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(4095), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1920), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8381), + [sym_modifiers] = STATE(8284), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(352), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(752), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_RBRACK] = ACTIONS(259), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(125), + [anon_sym_class] = ACTIONS(821), + [anon_sym_interface] = ACTIONS(821), + [anon_sym_enum] = ACTIONS(823), + [anon_sym_LBRACE] = ACTIONS(825), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_COMMA] = ACTIONS(259), + [anon_sym_RPAREN] = ACTIONS(259), + [anon_sym_val] = ACTIONS(827), + [anon_sym_var] = ACTIONS(827), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_where] = ACTIONS(261), + [anon_sym_object] = ACTIONS(829), + [anon_sym_fun] = ACTIONS(831), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(833), + [anon_sym_set] = ACTIONS(835), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [anon_sym_DASH_GT] = ACTIONS(259), + [sym_label] = ACTIONS(839), + [anon_sym_for] = ACTIONS(841), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(843), + [anon_sym_do] = ACTIONS(157), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(161), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(259), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), + [anon_sym_BANG_BANG] = ACTIONS(259), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_safe_nav] = ACTIONS(259), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [29] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4752), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(4095), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1920), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8381), + [sym_modifiers] = STATE(8284), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(352), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(752), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(119), @@ -39133,7 +39316,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(121), [anon_sym_AMP_AMP] = ACTIONS(121), [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_null] = ACTIONS(845), + [anon_sym_null] = ACTIONS(241), [anon_sym_if] = ACTIONS(161), [anon_sym_else] = ACTIONS(123), [anon_sym_when] = ACTIONS(163), @@ -39152,14 +39335,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(121), [anon_sym_is] = ACTIONS(123), [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), [anon_sym_SLASH] = ACTIONS(123), [anon_sym_PERCENT] = ACTIONS(121), [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(847), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), [anon_sym_BANG_BANG] = ACTIONS(121), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -39193,7 +39376,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(851), + [sym_real_literal] = ACTIONS(253), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -39205,159 +39388,159 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [29] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4701), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(4101), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1905), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8392), - [sym_modifiers] = STATE(8289), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(352), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(796), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [30] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3470), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(2268), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2768), + [sym_parenthesized_expression] = STATE(2768), + [sym_collection_literal] = STATE(2768), + [sym__literal_constant] = STATE(2768), + [sym_string_literal] = STATE(2768), + [sym_lambda_literal] = STATE(2768), + [sym_anonymous_function] = STATE(2768), + [sym__function_literal] = STATE(2768), + [sym_object_literal] = STATE(2768), + [sym_this_expression] = STATE(2768), + [sym_super_expression] = STATE(2768), + [sym_if_expression] = STATE(2768), + [sym_when_expression] = STATE(2768), + [sym_try_expression] = STATE(2768), + [sym_jump_expression] = STATE(2768), + [sym_callable_reference] = STATE(2768), + [sym__prefix_unary_operator] = STATE(1727), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8356), + [sym_modifiers] = STATE(8294), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(333), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2768), + [sym_long_literal] = STATE(2768), + [sym_boolean_literal] = STATE(2768), + [sym_character_literal] = STATE(2768), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(775), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_RBRACK] = ACTIONS(207), - [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(853), - [anon_sym_interface] = ACTIONS(853), - [anon_sym_enum] = ACTIONS(855), - [anon_sym_LBRACE] = ACTIONS(857), - [anon_sym_RBRACE] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_COMMA] = ACTIONS(207), - [anon_sym_RPAREN] = ACTIONS(207), - [anon_sym_val] = ACTIONS(859), - [anon_sym_var] = ACTIONS(859), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_where] = ACTIONS(209), - [anon_sym_object] = ACTIONS(861), - [anon_sym_fun] = ACTIONS(863), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(865), - [anon_sym_set] = ACTIONS(867), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [anon_sym_DASH_GT] = ACTIONS(207), - [sym_label] = ACTIONS(871), - [anon_sym_for] = ACTIONS(873), - [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(875), - [anon_sym_do] = ACTIONS(247), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(251), - [anon_sym_else] = ACTIONS(209), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(207), - [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), - [anon_sym_BANG_BANG] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_RBRACK] = ACTIONS(121), + [anon_sym_as] = ACTIONS(123), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(849), + [anon_sym_interface] = ACTIONS(849), + [anon_sym_enum] = ACTIONS(851), + [anon_sym_LBRACE] = ACTIONS(853), + [anon_sym_RBRACE] = ACTIONS(121), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_COMMA] = ACTIONS(121), + [anon_sym_RPAREN] = ACTIONS(121), + [anon_sym_val] = ACTIONS(855), + [anon_sym_var] = ACTIONS(855), + [anon_sym_LT] = ACTIONS(123), + [anon_sym_GT] = ACTIONS(123), + [anon_sym_where] = ACTIONS(123), + [anon_sym_object] = ACTIONS(857), + [anon_sym_fun] = ACTIONS(859), + [anon_sym_DOT] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(121), + [anon_sym_get] = ACTIONS(861), + [anon_sym_set] = ACTIONS(863), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [anon_sym_DASH_GT] = ACTIONS(121), + [sym_label] = ACTIONS(867), + [anon_sym_for] = ACTIONS(869), + [anon_sym_in] = ACTIONS(123), + [anon_sym_while] = ACTIONS(871), + [anon_sym_do] = ACTIONS(295), + [anon_sym_DOT_DOT] = ACTIONS(121), + [anon_sym_QMARK_COLON] = ACTIONS(121), + [anon_sym_AMP_AMP] = ACTIONS(121), + [anon_sym_PIPE_PIPE] = ACTIONS(121), + [anon_sym_null] = ACTIONS(873), + [anon_sym_if] = ACTIONS(299), + [anon_sym_else] = ACTIONS(123), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_BANG_EQ] = ACTIONS(123), + [anon_sym_BANG_EQ_EQ] = ACTIONS(121), + [anon_sym_EQ_EQ] = ACTIONS(123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(121), + [anon_sym_LT_EQ] = ACTIONS(121), + [anon_sym_GT_EQ] = ACTIONS(121), + [anon_sym_BANGin] = ACTIONS(121), + [anon_sym_is] = ACTIONS(123), + [anon_sym_BANGis] = ACTIONS(121), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_SLASH] = ACTIONS(123), + [anon_sym_PERCENT] = ACTIONS(121), + [anon_sym_as_QMARK] = ACTIONS(121), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(875), + [anon_sym_BANG_BANG] = ACTIONS(121), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -39376,370 +39559,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_safe_nav] = ACTIONS(207), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [30] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3487), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(2254), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2774), - [sym_parenthesized_expression] = STATE(2774), - [sym_collection_literal] = STATE(2774), - [sym__literal_constant] = STATE(2774), - [sym_string_literal] = STATE(2774), - [sym_lambda_literal] = STATE(2774), - [sym_anonymous_function] = STATE(2774), - [sym__function_literal] = STATE(2774), - [sym_object_literal] = STATE(2774), - [sym_this_expression] = STATE(2774), - [sym_super_expression] = STATE(2774), - [sym_if_expression] = STATE(2774), - [sym_when_expression] = STATE(2774), - [sym_try_expression] = STATE(2774), - [sym_jump_expression] = STATE(2774), - [sym_callable_reference] = STATE(2774), - [sym__prefix_unary_operator] = STATE(1727), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8386), - [sym_modifiers] = STATE(8309), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(354), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2774), - [sym_long_literal] = STATE(2774), - [sym_boolean_literal] = STATE(2774), - [sym_character_literal] = STATE(2774), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(779), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_RBRACK] = ACTIONS(207), - [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(821), - [anon_sym_interface] = ACTIONS(821), - [anon_sym_enum] = ACTIONS(823), - [anon_sym_LBRACE] = ACTIONS(825), - [anon_sym_RBRACE] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_COMMA] = ACTIONS(207), - [anon_sym_RPAREN] = ACTIONS(207), - [anon_sym_val] = ACTIONS(827), - [anon_sym_var] = ACTIONS(827), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_where] = ACTIONS(209), - [anon_sym_object] = ACTIONS(829), - [anon_sym_fun] = ACTIONS(831), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(833), - [anon_sym_set] = ACTIONS(835), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [anon_sym_DASH_GT] = ACTIONS(207), - [sym_label] = ACTIONS(839), - [anon_sym_for] = ACTIONS(841), - [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(843), - [anon_sym_do] = ACTIONS(157), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(845), - [anon_sym_if] = ACTIONS(161), - [anon_sym_else] = ACTIONS(209), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(207), - [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(847), - [anon_sym_BANG_BANG] = ACTIONS(207), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(179), - [anon_sym_inner] = ACTIONS(179), - [anon_sym_value] = ACTIONS(179), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(181), - [anon_sym_actual] = ACTIONS(181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(851), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(207), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(879), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_safe_nav] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(343), }, [31] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4779), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(4101), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1905), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8392), - [sym_modifiers] = STATE(8289), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(352), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(796), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3484), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(2268), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2768), + [sym_parenthesized_expression] = STATE(2768), + [sym_collection_literal] = STATE(2768), + [sym__literal_constant] = STATE(2768), + [sym_string_literal] = STATE(2768), + [sym_lambda_literal] = STATE(2768), + [sym_anonymous_function] = STATE(2768), + [sym__function_literal] = STATE(2768), + [sym_object_literal] = STATE(2768), + [sym_this_expression] = STATE(2768), + [sym_super_expression] = STATE(2768), + [sym_if_expression] = STATE(2768), + [sym_when_expression] = STATE(2768), + [sym_try_expression] = STATE(2768), + [sym_jump_expression] = STATE(2768), + [sym_callable_reference] = STATE(2768), + [sym__prefix_unary_operator] = STATE(1727), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8356), + [sym_modifiers] = STATE(8294), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(333), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2768), + [sym_long_literal] = STATE(2768), + [sym_boolean_literal] = STATE(2768), + [sym_character_literal] = STATE(2768), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(775), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_RBRACK] = ACTIONS(121), - [anon_sym_as] = ACTIONS(123), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(853), - [anon_sym_interface] = ACTIONS(853), - [anon_sym_enum] = ACTIONS(855), - [anon_sym_LBRACE] = ACTIONS(857), - [anon_sym_RBRACE] = ACTIONS(121), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_COMMA] = ACTIONS(121), - [anon_sym_RPAREN] = ACTIONS(121), - [anon_sym_val] = ACTIONS(859), - [anon_sym_var] = ACTIONS(859), - [anon_sym_LT] = ACTIONS(123), - [anon_sym_GT] = ACTIONS(123), - [anon_sym_where] = ACTIONS(123), - [anon_sym_object] = ACTIONS(861), - [anon_sym_fun] = ACTIONS(863), - [anon_sym_DOT] = ACTIONS(123), - [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(865), - [anon_sym_set] = ACTIONS(867), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [anon_sym_DASH_GT] = ACTIONS(121), - [sym_label] = ACTIONS(871), - [anon_sym_for] = ACTIONS(873), - [anon_sym_in] = ACTIONS(123), - [anon_sym_while] = ACTIONS(875), - [anon_sym_do] = ACTIONS(247), - [anon_sym_DOT_DOT] = ACTIONS(121), - [anon_sym_QMARK_COLON] = ACTIONS(121), - [anon_sym_AMP_AMP] = ACTIONS(121), - [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(251), - [anon_sym_else] = ACTIONS(123), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANG_EQ] = ACTIONS(123), - [anon_sym_BANG_EQ_EQ] = ACTIONS(121), - [anon_sym_EQ_EQ] = ACTIONS(123), - [anon_sym_EQ_EQ_EQ] = ACTIONS(121), - [anon_sym_LT_EQ] = ACTIONS(121), - [anon_sym_GT_EQ] = ACTIONS(121), - [anon_sym_BANGin] = ACTIONS(121), - [anon_sym_is] = ACTIONS(123), - [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_SLASH] = ACTIONS(123), - [anon_sym_PERCENT] = ACTIONS(121), - [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), - [anon_sym_BANG_BANG] = ACTIONS(121), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_RBRACK] = ACTIONS(259), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(849), + [anon_sym_interface] = ACTIONS(849), + [anon_sym_enum] = ACTIONS(851), + [anon_sym_LBRACE] = ACTIONS(853), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_COMMA] = ACTIONS(259), + [anon_sym_RPAREN] = ACTIONS(259), + [anon_sym_val] = ACTIONS(855), + [anon_sym_var] = ACTIONS(855), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_where] = ACTIONS(261), + [anon_sym_object] = ACTIONS(857), + [anon_sym_fun] = ACTIONS(859), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(861), + [anon_sym_set] = ACTIONS(863), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [anon_sym_DASH_GT] = ACTIONS(259), + [sym_label] = ACTIONS(867), + [anon_sym_for] = ACTIONS(869), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(871), + [anon_sym_do] = ACTIONS(295), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(873), + [anon_sym_if] = ACTIONS(299), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(259), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(875), + [anon_sym_BANG_BANG] = ACTIONS(259), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -39758,107 +39750,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_safe_nav] = ACTIONS(121), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(879), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_safe_nav] = ACTIONS(259), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [32] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3986), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2449), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3004), - [sym_parenthesized_expression] = STATE(3004), - [sym_collection_literal] = STATE(3004), - [sym__literal_constant] = STATE(3004), - [sym_string_literal] = STATE(3004), - [sym_lambda_literal] = STATE(3004), - [sym_anonymous_function] = STATE(3004), - [sym__function_literal] = STATE(3004), - [sym_object_literal] = STATE(3004), - [sym_this_expression] = STATE(3004), - [sym_super_expression] = STATE(3004), - [sym_if_expression] = STATE(3004), - [sym_when_expression] = STATE(3004), - [sym_try_expression] = STATE(3004), - [sym_jump_expression] = STATE(3004), - [sym_callable_reference] = STATE(3004), - [sym__prefix_unary_operator] = STATE(1545), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8395), - [sym_modifiers] = STATE(8307), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(345), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3004), - [sym_long_literal] = STATE(3004), - [sym_boolean_literal] = STATE(3004), - [sym_character_literal] = STATE(3004), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(765), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3161), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(1436), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(1636), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8369), + [sym_modifiers] = STATE(8286), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(341), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(797), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(475), @@ -39949,7 +39941,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(533), [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), @@ -39968,124 +39960,502 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(555), }, [33] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1052), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(460), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(785), - [sym_parenthesized_expression] = STATE(785), - [sym_collection_literal] = STATE(785), - [sym__literal_constant] = STATE(785), - [sym_string_literal] = STATE(785), - [sym_lambda_literal] = STATE(785), - [sym_anonymous_function] = STATE(785), - [sym__function_literal] = STATE(785), - [sym_object_literal] = STATE(785), - [sym_this_expression] = STATE(785), - [sym_super_expression] = STATE(785), - [sym_if_expression] = STATE(785), - [sym_when_expression] = STATE(785), - [sym_try_expression] = STATE(785), - [sym_jump_expression] = STATE(785), - [sym_callable_reference] = STATE(785), - [sym__prefix_unary_operator] = STATE(1765), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8365), - [sym_modifiers] = STATE(8313), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(348), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(785), - [sym_long_literal] = STATE(785), - [sym_boolean_literal] = STATE(785), - [sym_character_literal] = STATE(785), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(781), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(387), + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5068), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4245), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1625), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8375), + [sym_modifiers] = STATE(8296), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(335), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(760), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(391), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_as] = ACTIONS(123), + [anon_sym_typealias] = ACTIONS(345), [anon_sym_class] = ACTIONS(913), [anon_sym_interface] = ACTIONS(913), [anon_sym_enum] = ACTIONS(915), [anon_sym_LBRACE] = ACTIONS(917), - [anon_sym_RBRACE] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_COMMA] = ACTIONS(207), + [anon_sym_RBRACE] = ACTIONS(121), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_COMMA] = ACTIONS(121), [anon_sym_val] = ACTIONS(919), [anon_sym_var] = ACTIONS(919), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_where] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(123), + [anon_sym_GT] = ACTIONS(123), + [anon_sym_where] = ACTIONS(123), [anon_sym_object] = ACTIONS(921), [anon_sym_fun] = ACTIONS(923), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), + [anon_sym_DOT] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(121), [anon_sym_get] = ACTIONS(925), [anon_sym_set] = ACTIONS(927), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(929), [sym_label] = ACTIONS(931), [anon_sym_for] = ACTIONS(933), - [anon_sym_in] = ACTIONS(209), + [anon_sym_in] = ACTIONS(123), + [anon_sym_while] = ACTIONS(935), + [anon_sym_do] = ACTIONS(371), + [anon_sym_DOT_DOT] = ACTIONS(121), + [anon_sym_QMARK_COLON] = ACTIONS(121), + [anon_sym_AMP_AMP] = ACTIONS(121), + [anon_sym_PIPE_PIPE] = ACTIONS(121), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(375), + [anon_sym_else] = ACTIONS(123), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_BANG_EQ] = ACTIONS(123), + [anon_sym_BANG_EQ_EQ] = ACTIONS(121), + [anon_sym_EQ_EQ] = ACTIONS(123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(121), + [anon_sym_LT_EQ] = ACTIONS(121), + [anon_sym_GT_EQ] = ACTIONS(121), + [anon_sym_BANGin] = ACTIONS(121), + [anon_sym_is] = ACTIONS(123), + [anon_sym_BANGis] = ACTIONS(121), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_SLASH] = ACTIONS(123), + [anon_sym_PERCENT] = ACTIONS(121), + [anon_sym_as_QMARK] = ACTIONS(121), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(937), + [anon_sym_BANG_BANG] = ACTIONS(121), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym__automatic_semicolon] = ACTIONS(121), + [sym_safe_nav] = ACTIONS(121), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [34] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5091), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4245), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1625), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8375), + [sym_modifiers] = STATE(8296), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(335), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(760), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(345), + [anon_sym_class] = ACTIONS(913), + [anon_sym_interface] = ACTIONS(913), + [anon_sym_enum] = ACTIONS(915), + [anon_sym_LBRACE] = ACTIONS(917), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_COMMA] = ACTIONS(259), + [anon_sym_val] = ACTIONS(919), + [anon_sym_var] = ACTIONS(919), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_where] = ACTIONS(261), + [anon_sym_object] = ACTIONS(921), + [anon_sym_fun] = ACTIONS(923), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(925), + [anon_sym_set] = ACTIONS(927), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(931), + [anon_sym_for] = ACTIONS(933), + [anon_sym_in] = ACTIONS(261), [anon_sym_while] = ACTIONS(935), + [anon_sym_do] = ACTIONS(371), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(375), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(259), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(937), + [anon_sym_BANG_BANG] = ACTIONS(259), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym__automatic_semicolon] = ACTIONS(259), + [sym_safe_nav] = ACTIONS(259), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [35] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1118), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(478), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(774), + [sym_parenthesized_expression] = STATE(774), + [sym_collection_literal] = STATE(774), + [sym__literal_constant] = STATE(774), + [sym_string_literal] = STATE(774), + [sym_lambda_literal] = STATE(774), + [sym_anonymous_function] = STATE(774), + [sym__function_literal] = STATE(774), + [sym_object_literal] = STATE(774), + [sym_this_expression] = STATE(774), + [sym_super_expression] = STATE(774), + [sym_if_expression] = STATE(774), + [sym_when_expression] = STATE(774), + [sym_try_expression] = STATE(774), + [sym_jump_expression] = STATE(774), + [sym_callable_reference] = STATE(774), + [sym__prefix_unary_operator] = STATE(1740), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8370), + [sym_modifiers] = STATE(8281), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(339), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(774), + [sym_long_literal] = STATE(774), + [sym_boolean_literal] = STATE(774), + [sym_character_literal] = STATE(774), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(773), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(391), + [anon_sym_class] = ACTIONS(941), + [anon_sym_interface] = ACTIONS(941), + [anon_sym_enum] = ACTIONS(943), + [anon_sym_LBRACE] = ACTIONS(945), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_COMMA] = ACTIONS(259), + [anon_sym_val] = ACTIONS(947), + [anon_sym_var] = ACTIONS(947), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_where] = ACTIONS(261), + [anon_sym_object] = ACTIONS(949), + [anon_sym_fun] = ACTIONS(951), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(953), + [anon_sym_set] = ACTIONS(955), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(959), + [anon_sym_for] = ACTIONS(961), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(963), [anon_sym_do] = ACTIONS(423), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(937), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(965), [anon_sym_if] = ACTIONS(427), - [anon_sym_else] = ACTIONS(209), + [anon_sym_else] = ACTIONS(261), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), [anon_sym_throw] = ACTIONS(433), @@ -40093,24 +40463,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(207), - [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(939), - [anon_sym_BANG_BANG] = ACTIONS(207), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(259), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(967), + [anon_sym_BANG_BANG] = ACTIONS(259), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -40143,7 +40513,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(453), [anon_sym_this_AT] = ACTIONS(455), [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(943), + [sym_real_literal] = ACTIONS(971), [sym_integer_literal] = ACTIONS(461), [sym_hex_literal] = ACTIONS(463), [sym_bin_literal] = ACTIONS(463), @@ -40151,137 +40521,326 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(465), [anon_sym_SQUOTE] = ACTIONS(467), [sym__backtick_identifier] = ACTIONS(469), - [sym__automatic_semicolon] = ACTIONS(207), - [sym_safe_nav] = ACTIONS(207), + [sym__automatic_semicolon] = ACTIONS(259), + [sym_safe_nav] = ACTIONS(259), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [34] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5214), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4251), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1580), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8390), - [sym_modifiers] = STATE(8299), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), + [36] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3223), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(1436), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(1636), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8369), + [sym_modifiers] = STATE(8286), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(341), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(762), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(797), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(477), + [anon_sym_class] = ACTIONS(881), + [anon_sym_interface] = ACTIONS(881), + [anon_sym_enum] = ACTIONS(883), + [anon_sym_LBRACE] = ACTIONS(885), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_COMMA] = ACTIONS(259), + [anon_sym_val] = ACTIONS(887), + [anon_sym_var] = ACTIONS(887), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_where] = ACTIONS(261), + [anon_sym_object] = ACTIONS(889), + [anon_sym_fun] = ACTIONS(891), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(893), + [anon_sym_set] = ACTIONS(895), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(899), + [anon_sym_for] = ACTIONS(901), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(903), + [anon_sym_do] = ACTIONS(509), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(905), + [anon_sym_if] = ACTIONS(513), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(259), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(907), + [anon_sym_BANG_BANG] = ACTIONS(259), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(911), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym__automatic_semicolon] = ACTIONS(259), + [sym_safe_nav] = ACTIONS(259), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [37] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1105), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(478), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(774), + [sym_parenthesized_expression] = STATE(774), + [sym_collection_literal] = STATE(774), + [sym__literal_constant] = STATE(774), + [sym_string_literal] = STATE(774), + [sym_lambda_literal] = STATE(774), + [sym_anonymous_function] = STATE(774), + [sym__function_literal] = STATE(774), + [sym_object_literal] = STATE(774), + [sym_this_expression] = STATE(774), + [sym_super_expression] = STATE(774), + [sym_if_expression] = STATE(774), + [sym_when_expression] = STATE(774), + [sym_try_expression] = STATE(774), + [sym_jump_expression] = STATE(774), + [sym_callable_reference] = STATE(774), + [sym__prefix_unary_operator] = STATE(1740), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8370), + [sym_modifiers] = STATE(8281), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(339), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(774), + [sym_long_literal] = STATE(774), + [sym_boolean_literal] = STATE(774), + [sym_character_literal] = STATE(774), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(773), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_as] = ACTIONS(123), - [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(945), - [anon_sym_interface] = ACTIONS(945), - [anon_sym_enum] = ACTIONS(947), - [anon_sym_LBRACE] = ACTIONS(949), + [anon_sym_typealias] = ACTIONS(391), + [anon_sym_class] = ACTIONS(941), + [anon_sym_interface] = ACTIONS(941), + [anon_sym_enum] = ACTIONS(943), + [anon_sym_LBRACE] = ACTIONS(945), [anon_sym_RBRACE] = ACTIONS(121), - [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_LPAREN] = ACTIONS(399), [anon_sym_COMMA] = ACTIONS(121), - [anon_sym_val] = ACTIONS(951), - [anon_sym_var] = ACTIONS(951), + [anon_sym_val] = ACTIONS(947), + [anon_sym_var] = ACTIONS(947), [anon_sym_LT] = ACTIONS(123), [anon_sym_GT] = ACTIONS(123), [anon_sym_where] = ACTIONS(123), - [anon_sym_object] = ACTIONS(953), - [anon_sym_fun] = ACTIONS(955), + [anon_sym_object] = ACTIONS(949), + [anon_sym_fun] = ACTIONS(951), [anon_sym_DOT] = ACTIONS(123), [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(957), - [anon_sym_set] = ACTIONS(959), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(963), - [anon_sym_for] = ACTIONS(965), + [anon_sym_get] = ACTIONS(953), + [anon_sym_set] = ACTIONS(955), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(959), + [anon_sym_for] = ACTIONS(961), [anon_sym_in] = ACTIONS(123), - [anon_sym_while] = ACTIONS(967), - [anon_sym_do] = ACTIONS(371), + [anon_sym_while] = ACTIONS(963), + [anon_sym_do] = ACTIONS(423), [anon_sym_DOT_DOT] = ACTIONS(121), [anon_sym_QMARK_COLON] = ACTIONS(121), [anon_sym_AMP_AMP] = ACTIONS(121), [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(375), + [anon_sym_null] = ACTIONS(965), + [anon_sym_if] = ACTIONS(427), [anon_sym_else] = ACTIONS(123), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), [anon_sym_BANG_EQ] = ACTIONS(123), [anon_sym_BANG_EQ_EQ] = ACTIONS(121), [anon_sym_EQ_EQ] = ACTIONS(123), @@ -40291,21 +40850,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(121), [anon_sym_is] = ACTIONS(123), [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), [anon_sym_SLASH] = ACTIONS(123), [anon_sym_PERCENT] = ACTIONS(121), [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(969), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(967), [anon_sym_BANG_BANG] = ACTIONS(121), [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_value] = ACTIONS(77), + [anon_sym_data] = ACTIONS(445), + [anon_sym_inner] = ACTIONS(445), + [anon_sym_value] = ACTIONS(445), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -40324,108 +40883,108 @@ static const uint16_t ts_parse_table[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(447), + [anon_sym_actual] = ACTIONS(447), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(971), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym__automatic_semicolon] = ACTIONS(121), [sym_safe_nav] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(471), }, - [35] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3156), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(1757), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8364), - [sym_modifiers] = STATE(8311), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(346), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(767), - [aux_sym_modifiers_repeat1] = STATE(5620), + [38] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3908), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2434), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2987), + [sym_parenthesized_expression] = STATE(2987), + [sym_collection_literal] = STATE(2987), + [sym__literal_constant] = STATE(2987), + [sym_string_literal] = STATE(2987), + [sym_lambda_literal] = STATE(2987), + [sym_anonymous_function] = STATE(2987), + [sym__function_literal] = STATE(2987), + [sym_object_literal] = STATE(2987), + [sym_this_expression] = STATE(2987), + [sym_super_expression] = STATE(2987), + [sym_if_expression] = STATE(2987), + [sym_when_expression] = STATE(2987), + [sym_try_expression] = STATE(2987), + [sym_jump_expression] = STATE(2987), + [sym_callable_reference] = STATE(2987), + [sym__prefix_unary_operator] = STATE(1543), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8373), + [sym_modifiers] = STATE(8312), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(334), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2987), + [sym_long_literal] = STATE(2987), + [sym_boolean_literal] = STATE(2987), + [sym_character_literal] = STATE(2987), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(763), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(559), @@ -40516,7 +41075,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(617), [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), @@ -40534,108 +41093,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [36] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3215), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(1757), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8364), - [sym_modifiers] = STATE(8311), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(346), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(767), - [aux_sym_modifiers_repeat1] = STATE(5620), + [39] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3880), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2434), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2987), + [sym_parenthesized_expression] = STATE(2987), + [sym_collection_literal] = STATE(2987), + [sym__literal_constant] = STATE(2987), + [sym_string_literal] = STATE(2987), + [sym_lambda_literal] = STATE(2987), + [sym_anonymous_function] = STATE(2987), + [sym__function_literal] = STATE(2987), + [sym_object_literal] = STATE(2987), + [sym_this_expression] = STATE(2987), + [sym_super_expression] = STATE(2987), + [sym_if_expression] = STATE(2987), + [sym_when_expression] = STATE(2987), + [sym_try_expression] = STATE(2987), + [sym_jump_expression] = STATE(2987), + [sym_callable_reference] = STATE(2987), + [sym__prefix_unary_operator] = STATE(1543), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8373), + [sym_modifiers] = STATE(8312), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(334), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2987), + [sym_long_literal] = STATE(2987), + [sym_boolean_literal] = STATE(2987), + [sym_character_literal] = STATE(2987), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(763), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_as] = ACTIONS(209), + [anon_sym_as] = ACTIONS(261), [anon_sym_typealias] = ACTIONS(561), [anon_sym_class] = ACTIONS(973), [anon_sym_interface] = ACTIONS(973), [anon_sym_enum] = ACTIONS(975), [anon_sym_LBRACE] = ACTIONS(977), - [anon_sym_RBRACE] = ACTIONS(207), + [anon_sym_RBRACE] = ACTIONS(259), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_COMMA] = ACTIONS(207), + [anon_sym_COMMA] = ACTIONS(259), [anon_sym_val] = ACTIONS(979), [anon_sym_var] = ACTIONS(979), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_where] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_where] = ACTIONS(261), [anon_sym_object] = ACTIONS(981), [anon_sym_fun] = ACTIONS(983), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), [anon_sym_get] = ACTIONS(985), [anon_sym_set] = ACTIONS(987), [anon_sym_this] = ACTIONS(581), @@ -40643,16 +41202,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(989), [sym_label] = ACTIONS(991), [anon_sym_for] = ACTIONS(993), - [anon_sym_in] = ACTIONS(209), + [anon_sym_in] = ACTIONS(261), [anon_sym_while] = ACTIONS(995), [anon_sym_do] = ACTIONS(593), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), [anon_sym_null] = ACTIONS(997), [anon_sym_if] = ACTIONS(597), - [anon_sym_else] = ACTIONS(209), + [anon_sym_else] = ACTIONS(261), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(603), @@ -40660,24 +41219,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), [anon_sym_PLUS] = ACTIONS(999), [anon_sym_DASH] = ACTIONS(999), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(207), - [anon_sym_as_QMARK] = ACTIONS(207), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(259), + [anon_sym_as_QMARK] = ACTIONS(259), [anon_sym_PLUS_PLUS] = ACTIONS(1001), [anon_sym_DASH_DASH] = ACTIONS(1001), [anon_sym_BANG] = ACTIONS(999), - [anon_sym_BANG_BANG] = ACTIONS(207), + [anon_sym_BANG_BANG] = ACTIONS(259), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -40705,7 +41264,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(617), [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), @@ -40718,155 +41277,527 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(633), [anon_sym_SQUOTE] = ACTIONS(635), [sym__backtick_identifier] = ACTIONS(637), - [sym__automatic_semicolon] = ACTIONS(207), - [sym_safe_nav] = ACTIONS(207), + [sym__automatic_semicolon] = ACTIONS(259), + [sym_safe_nav] = ACTIONS(259), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [37] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5236), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4251), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1580), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8390), - [sym_modifiers] = STATE(8299), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), + [40] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3484), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(2496), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2768), + [sym_parenthesized_expression] = STATE(2768), + [sym_collection_literal] = STATE(2768), + [sym__literal_constant] = STATE(2768), + [sym_string_literal] = STATE(2768), + [sym_lambda_literal] = STATE(2768), + [sym_anonymous_function] = STATE(2768), + [sym__function_literal] = STATE(2768), + [sym_object_literal] = STATE(2768), + [sym_this_expression] = STATE(2768), + [sym_super_expression] = STATE(2768), + [sym_if_expression] = STATE(2768), + [sym_when_expression] = STATE(2768), + [sym_try_expression] = STATE(2768), + [sym_jump_expression] = STATE(2768), + [sym_callable_reference] = STATE(2768), + [sym__prefix_unary_operator] = STATE(1790), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8360), + [sym_modifiers] = STATE(8295), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(350), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2768), + [sym_long_literal] = STATE(2768), + [sym_boolean_literal] = STATE(2768), + [sym_character_literal] = STATE(2768), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(772), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(1005), + [anon_sym_interface] = ACTIONS(1005), + [anon_sym_enum] = ACTIONS(1007), + [anon_sym_LBRACE] = ACTIONS(853), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_RPAREN] = ACTIONS(259), + [anon_sym_val] = ACTIONS(1009), + [anon_sym_var] = ACTIONS(1009), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_object] = ACTIONS(1011), + [anon_sym_fun] = ACTIONS(1013), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(1015), + [anon_sym_set] = ACTIONS(1017), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1021), + [anon_sym_for] = ACTIONS(1023), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_do] = ACTIONS(295), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(873), + [anon_sym_if] = ACTIONS(753), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(259), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1027), + [anon_sym_BANG_BANG] = ACTIONS(259), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(879), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_safe_nav] = ACTIONS(259), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [41] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1118), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(519), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(774), + [sym_parenthesized_expression] = STATE(774), + [sym_collection_literal] = STATE(774), + [sym__literal_constant] = STATE(774), + [sym_string_literal] = STATE(774), + [sym_lambda_literal] = STATE(774), + [sym_anonymous_function] = STATE(774), + [sym__function_literal] = STATE(774), + [sym_object_literal] = STATE(774), + [sym_this_expression] = STATE(774), + [sym_super_expression] = STATE(774), + [sym_if_expression] = STATE(774), + [sym_when_expression] = STATE(774), + [sym_try_expression] = STATE(774), + [sym_jump_expression] = STATE(774), + [sym_callable_reference] = STATE(774), + [sym__prefix_unary_operator] = STATE(1605), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8372), + [sym_modifiers] = STATE(8313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(346), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(774), + [sym_long_literal] = STATE(774), + [sym_boolean_literal] = STATE(774), + [sym_character_literal] = STATE(774), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(754), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(391), + [anon_sym_class] = ACTIONS(1031), + [anon_sym_interface] = ACTIONS(1031), + [anon_sym_enum] = ACTIONS(1033), + [anon_sym_LBRACE] = ACTIONS(945), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_val] = ACTIONS(1035), + [anon_sym_var] = ACTIONS(1035), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_object] = ACTIONS(1037), + [anon_sym_fun] = ACTIONS(1039), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(1041), + [anon_sym_set] = ACTIONS(1043), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1047), + [anon_sym_for] = ACTIONS(1049), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(1051), + [anon_sym_do] = ACTIONS(423), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(965), + [anon_sym_if] = ACTIONS(721), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(259), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1053), + [anon_sym_BANG_BANG] = ACTIONS(259), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(445), + [anon_sym_inner] = ACTIONS(445), + [anon_sym_value] = ACTIONS(445), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(447), + [anon_sym_actual] = ACTIONS(447), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(971), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym__automatic_semicolon] = ACTIONS(259), + [sym_safe_nav] = ACTIONS(259), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [42] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5068), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8306), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), [aux_sym__statement_repeat1] = STATE(762), - [aux_sym_modifiers_repeat1] = STATE(5620), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_as] = ACTIONS(209), + [anon_sym_as] = ACTIONS(123), [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(945), - [anon_sym_interface] = ACTIONS(945), - [anon_sym_enum] = ACTIONS(947), - [anon_sym_LBRACE] = ACTIONS(949), - [anon_sym_RBRACE] = ACTIONS(207), + [anon_sym_class] = ACTIONS(1057), + [anon_sym_interface] = ACTIONS(1057), + [anon_sym_enum] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(917), + [anon_sym_RBRACE] = ACTIONS(121), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_COMMA] = ACTIONS(207), - [anon_sym_val] = ACTIONS(951), - [anon_sym_var] = ACTIONS(951), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_where] = ACTIONS(209), - [anon_sym_object] = ACTIONS(953), - [anon_sym_fun] = ACTIONS(955), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(957), - [anon_sym_set] = ACTIONS(959), + [anon_sym_val] = ACTIONS(1061), + [anon_sym_var] = ACTIONS(1061), + [anon_sym_LT] = ACTIONS(123), + [anon_sym_GT] = ACTIONS(123), + [anon_sym_object] = ACTIONS(1063), + [anon_sym_fun] = ACTIONS(1065), + [anon_sym_DOT] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(121), + [anon_sym_get] = ACTIONS(1067), + [anon_sym_set] = ACTIONS(1069), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(963), - [anon_sym_for] = ACTIONS(965), - [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(967), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(1071), + [anon_sym_in] = ACTIONS(123), + [anon_sym_while] = ACTIONS(1073), [anon_sym_do] = ACTIONS(371), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), + [anon_sym_DOT_DOT] = ACTIONS(121), + [anon_sym_QMARK_COLON] = ACTIONS(121), + [anon_sym_AMP_AMP] = ACTIONS(121), + [anon_sym_PIPE_PIPE] = ACTIONS(121), [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(375), - [anon_sym_else] = ACTIONS(209), + [anon_sym_if] = ACTIONS(55), + [anon_sym_else] = ACTIONS(123), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), + [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(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(207), - [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(969), - [anon_sym_BANG_BANG] = ACTIONS(207), + [anon_sym_BANG_EQ] = ACTIONS(123), + [anon_sym_BANG_EQ_EQ] = ACTIONS(121), + [anon_sym_EQ_EQ] = ACTIONS(123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(121), + [anon_sym_LT_EQ] = ACTIONS(121), + [anon_sym_GT_EQ] = ACTIONS(121), + [anon_sym_BANGin] = ACTIONS(121), + [anon_sym_is] = ACTIONS(123), + [anon_sym_BANGis] = ACTIONS(121), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_SLASH] = ACTIONS(123), + [anon_sym_PERCENT] = ACTIONS(121), + [anon_sym_as_QMARK] = ACTIONS(121), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(69), + [anon_sym_BANG_BANG] = ACTIONS(121), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -40907,161 +41838,159 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(107), [anon_sym_SQUOTE] = ACTIONS(109), [sym__backtick_identifier] = ACTIONS(111), - [sym__automatic_semicolon] = ACTIONS(207), - [sym_safe_nav] = ACTIONS(207), + [sym__automatic_semicolon] = ACTIONS(121), + [sym_safe_nav] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [38] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3943), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2449), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3004), - [sym_parenthesized_expression] = STATE(3004), - [sym_collection_literal] = STATE(3004), - [sym__literal_constant] = STATE(3004), - [sym_string_literal] = STATE(3004), - [sym_lambda_literal] = STATE(3004), - [sym_anonymous_function] = STATE(3004), - [sym__function_literal] = STATE(3004), - [sym_object_literal] = STATE(3004), - [sym_this_expression] = STATE(3004), - [sym_super_expression] = STATE(3004), - [sym_if_expression] = STATE(3004), - [sym_when_expression] = STATE(3004), - [sym_try_expression] = STATE(3004), - [sym_jump_expression] = STATE(3004), - [sym_callable_reference] = STATE(3004), - [sym__prefix_unary_operator] = STATE(1545), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8395), - [sym_modifiers] = STATE(8307), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(345), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3004), - [sym_long_literal] = STATE(3004), - [sym_boolean_literal] = STATE(3004), - [sym_character_literal] = STATE(3004), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(765), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), + [43] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3880), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2559), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2987), + [sym_parenthesized_expression] = STATE(2987), + [sym_collection_literal] = STATE(2987), + [sym__literal_constant] = STATE(2987), + [sym_string_literal] = STATE(2987), + [sym_lambda_literal] = STATE(2987), + [sym_anonymous_function] = STATE(2987), + [sym__function_literal] = STATE(2987), + [sym_object_literal] = STATE(2987), + [sym_this_expression] = STATE(2987), + [sym_super_expression] = STATE(2987), + [sym_if_expression] = STATE(2987), + [sym_when_expression] = STATE(2987), + [sym_try_expression] = STATE(2987), + [sym_jump_expression] = STATE(2987), + [sym_callable_reference] = STATE(2987), + [sym__prefix_unary_operator] = STATE(1536), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8354), + [sym_modifiers] = STATE(8304), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(353), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2987), + [sym_long_literal] = STATE(2987), + [sym_boolean_literal] = STATE(2987), + [sym_character_literal] = STATE(2987), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(767), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(881), - [anon_sym_interface] = ACTIONS(881), - [anon_sym_enum] = ACTIONS(883), - [anon_sym_LBRACE] = ACTIONS(885), - [anon_sym_RBRACE] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_COMMA] = ACTIONS(207), - [anon_sym_val] = ACTIONS(887), - [anon_sym_var] = ACTIONS(887), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_where] = ACTIONS(209), - [anon_sym_object] = ACTIONS(889), - [anon_sym_fun] = ACTIONS(891), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(893), - [anon_sym_set] = ACTIONS(895), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(899), - [anon_sym_for] = ACTIONS(901), - [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(903), - [anon_sym_do] = ACTIONS(509), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(905), - [anon_sym_if] = ACTIONS(513), - [anon_sym_else] = ACTIONS(209), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(207), - [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_BANG_BANG] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(561), + [anon_sym_class] = ACTIONS(1075), + [anon_sym_interface] = ACTIONS(1075), + [anon_sym_enum] = ACTIONS(1077), + [anon_sym_LBRACE] = ACTIONS(977), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_val] = ACTIONS(1079), + [anon_sym_var] = ACTIONS(1079), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_object] = ACTIONS(1081), + [anon_sym_fun] = ACTIONS(1083), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(1085), + [anon_sym_set] = ACTIONS(1087), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1091), + [anon_sym_for] = ACTIONS(1093), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(1095), + [anon_sym_do] = ACTIONS(593), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(997), + [anon_sym_if] = ACTIONS(785), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(259), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1097), + [anon_sym_BANG_BANG] = ACTIONS(259), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(531), - [anon_sym_inner] = ACTIONS(531), - [anon_sym_value] = ACTIONS(531), + [anon_sym_data] = ACTIONS(615), + [anon_sym_inner] = ACTIONS(615), + [anon_sym_value] = ACTIONS(615), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -41080,150 +42009,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(533), - [anon_sym_actual] = ACTIONS(533), + [anon_sym_expect] = ACTIONS(617), + [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(911), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym__automatic_semicolon] = ACTIONS(207), - [sym_safe_nav] = ACTIONS(207), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1003), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym__automatic_semicolon] = ACTIONS(259), + [sym_safe_nav] = ACTIONS(259), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [39] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1059), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(460), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(785), - [sym_parenthesized_expression] = STATE(785), - [sym_collection_literal] = STATE(785), - [sym__literal_constant] = STATE(785), - [sym_string_literal] = STATE(785), - [sym_lambda_literal] = STATE(785), - [sym_anonymous_function] = STATE(785), - [sym__function_literal] = STATE(785), - [sym_object_literal] = STATE(785), - [sym_this_expression] = STATE(785), - [sym_super_expression] = STATE(785), - [sym_if_expression] = STATE(785), - [sym_when_expression] = STATE(785), - [sym_try_expression] = STATE(785), - [sym_jump_expression] = STATE(785), - [sym_callable_reference] = STATE(785), - [sym__prefix_unary_operator] = STATE(1765), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8365), + [44] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1105), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(519), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(774), + [sym_parenthesized_expression] = STATE(774), + [sym_collection_literal] = STATE(774), + [sym__literal_constant] = STATE(774), + [sym_string_literal] = STATE(774), + [sym_lambda_literal] = STATE(774), + [sym_anonymous_function] = STATE(774), + [sym__function_literal] = STATE(774), + [sym_object_literal] = STATE(774), + [sym_this_expression] = STATE(774), + [sym_super_expression] = STATE(774), + [sym_if_expression] = STATE(774), + [sym_when_expression] = STATE(774), + [sym_try_expression] = STATE(774), + [sym_jump_expression] = STATE(774), + [sym_callable_reference] = STATE(774), + [sym__prefix_unary_operator] = STATE(1605), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8372), [sym_modifiers] = STATE(8313), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(348), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(785), - [sym_long_literal] = STATE(785), - [sym_boolean_literal] = STATE(785), - [sym_character_literal] = STATE(785), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(346), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(774), + [sym_long_literal] = STATE(774), + [sym_boolean_literal] = STATE(774), + [sym_character_literal] = STATE(774), [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(781), - [aux_sym_modifiers_repeat1] = STATE(5620), + [aux_sym__statement_repeat1] = STATE(754), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_as] = ACTIONS(123), [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(913), - [anon_sym_interface] = ACTIONS(913), - [anon_sym_enum] = ACTIONS(915), - [anon_sym_LBRACE] = ACTIONS(917), + [anon_sym_class] = ACTIONS(1031), + [anon_sym_interface] = ACTIONS(1031), + [anon_sym_enum] = ACTIONS(1033), + [anon_sym_LBRACE] = ACTIONS(945), [anon_sym_RBRACE] = ACTIONS(121), [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_COMMA] = ACTIONS(121), - [anon_sym_val] = ACTIONS(919), - [anon_sym_var] = ACTIONS(919), + [anon_sym_val] = ACTIONS(1035), + [anon_sym_var] = ACTIONS(1035), [anon_sym_LT] = ACTIONS(123), [anon_sym_GT] = ACTIONS(123), - [anon_sym_where] = ACTIONS(123), - [anon_sym_object] = ACTIONS(921), - [anon_sym_fun] = ACTIONS(923), + [anon_sym_object] = ACTIONS(1037), + [anon_sym_fun] = ACTIONS(1039), [anon_sym_DOT] = ACTIONS(123), [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(925), - [anon_sym_set] = ACTIONS(927), + [anon_sym_get] = ACTIONS(1041), + [anon_sym_set] = ACTIONS(1043), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(931), - [anon_sym_for] = ACTIONS(933), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1047), + [anon_sym_for] = ACTIONS(1049), [anon_sym_in] = ACTIONS(123), - [anon_sym_while] = ACTIONS(935), + [anon_sym_while] = ACTIONS(1051), [anon_sym_do] = ACTIONS(423), [anon_sym_DOT_DOT] = ACTIONS(121), [anon_sym_QMARK_COLON] = ACTIONS(121), [anon_sym_AMP_AMP] = ACTIONS(121), [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_null] = ACTIONS(937), - [anon_sym_if] = ACTIONS(427), + [anon_sym_null] = ACTIONS(965), + [anon_sym_if] = ACTIONS(721), [anon_sym_else] = ACTIONS(123), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), @@ -41236,14 +42163,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(121), [anon_sym_is] = ACTIONS(123), [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), [anon_sym_SLASH] = ACTIONS(123), [anon_sym_PERCENT] = ACTIONS(121), [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(939), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1053), [anon_sym_BANG_BANG] = ACTIONS(121), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -41277,7 +42204,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(453), [anon_sym_this_AT] = ACTIONS(455), [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(943), + [sym_real_literal] = ACTIONS(971), [sym_integer_literal] = ACTIONS(461), [sym_hex_literal] = ACTIONS(463), [sym_bin_literal] = ACTIONS(463), @@ -41290,154 +42217,154 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [40] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1052), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(534), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(785), - [sym_parenthesized_expression] = STATE(785), - [sym_collection_literal] = STATE(785), - [sym__literal_constant] = STATE(785), - [sym_string_literal] = STATE(785), - [sym_lambda_literal] = STATE(785), - [sym_anonymous_function] = STATE(785), - [sym__function_literal] = STATE(785), - [sym_object_literal] = STATE(785), - [sym_this_expression] = STATE(785), - [sym_super_expression] = STATE(785), - [sym_if_expression] = STATE(785), - [sym_when_expression] = STATE(785), - [sym_try_expression] = STATE(785), - [sym_jump_expression] = STATE(785), - [sym_callable_reference] = STATE(785), - [sym__prefix_unary_operator] = STATE(1544), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8374), - [sym_modifiers] = STATE(8321), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(337), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(785), - [sym_long_literal] = STATE(785), - [sym_boolean_literal] = STATE(785), - [sym_character_literal] = STATE(785), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(780), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(387), + [45] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3908), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2559), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2987), + [sym_parenthesized_expression] = STATE(2987), + [sym_collection_literal] = STATE(2987), + [sym__literal_constant] = STATE(2987), + [sym_string_literal] = STATE(2987), + [sym_lambda_literal] = STATE(2987), + [sym_anonymous_function] = STATE(2987), + [sym__function_literal] = STATE(2987), + [sym_object_literal] = STATE(2987), + [sym_this_expression] = STATE(2987), + [sym_super_expression] = STATE(2987), + [sym_if_expression] = STATE(2987), + [sym_when_expression] = STATE(2987), + [sym_try_expression] = STATE(2987), + [sym_jump_expression] = STATE(2987), + [sym_callable_reference] = STATE(2987), + [sym__prefix_unary_operator] = STATE(1536), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8354), + [sym_modifiers] = STATE(8304), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(353), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2987), + [sym_long_literal] = STATE(2987), + [sym_boolean_literal] = STATE(2987), + [sym_character_literal] = STATE(2987), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(767), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(1005), - [anon_sym_interface] = ACTIONS(1005), - [anon_sym_enum] = ACTIONS(1007), - [anon_sym_LBRACE] = ACTIONS(917), - [anon_sym_RBRACE] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(1009), - [anon_sym_var] = ACTIONS(1009), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_object] = ACTIONS(1011), - [anon_sym_fun] = ACTIONS(1013), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(1015), - [anon_sym_set] = ACTIONS(1017), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1021), - [anon_sym_for] = ACTIONS(1023), - [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(1025), - [anon_sym_do] = ACTIONS(423), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(937), - [anon_sym_if] = ACTIONS(811), - [anon_sym_else] = ACTIONS(209), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(207), - [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1027), - [anon_sym_BANG_BANG] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_as] = ACTIONS(123), + [anon_sym_typealias] = ACTIONS(561), + [anon_sym_class] = ACTIONS(1075), + [anon_sym_interface] = ACTIONS(1075), + [anon_sym_enum] = ACTIONS(1077), + [anon_sym_LBRACE] = ACTIONS(977), + [anon_sym_RBRACE] = ACTIONS(121), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_val] = ACTIONS(1079), + [anon_sym_var] = ACTIONS(1079), + [anon_sym_LT] = ACTIONS(123), + [anon_sym_GT] = ACTIONS(123), + [anon_sym_object] = ACTIONS(1081), + [anon_sym_fun] = ACTIONS(1083), + [anon_sym_DOT] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(121), + [anon_sym_get] = ACTIONS(1085), + [anon_sym_set] = ACTIONS(1087), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1091), + [anon_sym_for] = ACTIONS(1093), + [anon_sym_in] = ACTIONS(123), + [anon_sym_while] = ACTIONS(1095), + [anon_sym_do] = ACTIONS(593), + [anon_sym_DOT_DOT] = ACTIONS(121), + [anon_sym_QMARK_COLON] = ACTIONS(121), + [anon_sym_AMP_AMP] = ACTIONS(121), + [anon_sym_PIPE_PIPE] = ACTIONS(121), + [anon_sym_null] = ACTIONS(997), + [anon_sym_if] = ACTIONS(785), + [anon_sym_else] = ACTIONS(123), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_BANG_EQ] = ACTIONS(123), + [anon_sym_BANG_EQ_EQ] = ACTIONS(121), + [anon_sym_EQ_EQ] = ACTIONS(123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(121), + [anon_sym_LT_EQ] = ACTIONS(121), + [anon_sym_GT_EQ] = ACTIONS(121), + [anon_sym_BANGin] = ACTIONS(121), + [anon_sym_is] = ACTIONS(123), + [anon_sym_BANGis] = ACTIONS(121), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_SLASH] = ACTIONS(123), + [anon_sym_PERCENT] = ACTIONS(121), + [anon_sym_as_QMARK] = ACTIONS(121), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1097), + [anon_sym_BANG_BANG] = ACTIONS(121), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(445), - [anon_sym_inner] = ACTIONS(445), - [anon_sym_value] = ACTIONS(445), + [anon_sym_data] = ACTIONS(615), + [anon_sym_inner] = ACTIONS(615), + [anon_sym_value] = ACTIONS(615), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -41456,151 +42383,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(447), - [anon_sym_actual] = ACTIONS(447), + [anon_sym_expect] = ACTIONS(617), + [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(943), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym__automatic_semicolon] = ACTIONS(207), - [sym_safe_nav] = ACTIONS(207), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1003), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym__automatic_semicolon] = ACTIONS(121), + [sym_safe_nav] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(639), }, - [41] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3986), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2565), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3004), - [sym_parenthesized_expression] = STATE(3004), - [sym_collection_literal] = STATE(3004), - [sym__literal_constant] = STATE(3004), - [sym_string_literal] = STATE(3004), - [sym_lambda_literal] = STATE(3004), - [sym_anonymous_function] = STATE(3004), - [sym__function_literal] = STATE(3004), - [sym_object_literal] = STATE(3004), - [sym_this_expression] = STATE(3004), - [sym_super_expression] = STATE(3004), - [sym_if_expression] = STATE(3004), - [sym_when_expression] = STATE(3004), - [sym_try_expression] = STATE(3004), - [sym_jump_expression] = STATE(3004), - [sym_callable_reference] = STATE(3004), - [sym__prefix_unary_operator] = STATE(1533), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8387), - [sym_modifiers] = STATE(8298), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(353), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3004), - [sym_long_literal] = STATE(3004), - [sym_boolean_literal] = STATE(3004), - [sym_character_literal] = STATE(3004), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(787), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), + [46] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3470), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(2496), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2768), + [sym_parenthesized_expression] = STATE(2768), + [sym_collection_literal] = STATE(2768), + [sym__literal_constant] = STATE(2768), + [sym_string_literal] = STATE(2768), + [sym_lambda_literal] = STATE(2768), + [sym_anonymous_function] = STATE(2768), + [sym__function_literal] = STATE(2768), + [sym_object_literal] = STATE(2768), + [sym_this_expression] = STATE(2768), + [sym_super_expression] = STATE(2768), + [sym_if_expression] = STATE(2768), + [sym_when_expression] = STATE(2768), + [sym_try_expression] = STATE(2768), + [sym_jump_expression] = STATE(2768), + [sym_callable_reference] = STATE(2768), + [sym__prefix_unary_operator] = STATE(1790), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8360), + [sym_modifiers] = STATE(8295), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(350), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2768), + [sym_long_literal] = STATE(2768), + [sym_boolean_literal] = STATE(2768), + [sym_character_literal] = STATE(2768), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(772), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACK] = ACTIONS(257), [anon_sym_as] = ACTIONS(123), - [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(1031), - [anon_sym_interface] = ACTIONS(1031), - [anon_sym_enum] = ACTIONS(1033), - [anon_sym_LBRACE] = ACTIONS(885), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(1005), + [anon_sym_interface] = ACTIONS(1005), + [anon_sym_enum] = ACTIONS(1007), + [anon_sym_LBRACE] = ACTIONS(853), [anon_sym_RBRACE] = ACTIONS(121), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(1035), - [anon_sym_var] = ACTIONS(1035), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_RPAREN] = ACTIONS(121), + [anon_sym_val] = ACTIONS(1009), + [anon_sym_var] = ACTIONS(1009), [anon_sym_LT] = ACTIONS(123), [anon_sym_GT] = ACTIONS(123), - [anon_sym_object] = ACTIONS(1037), - [anon_sym_fun] = ACTIONS(1039), + [anon_sym_object] = ACTIONS(1011), + [anon_sym_fun] = ACTIONS(1013), [anon_sym_DOT] = ACTIONS(123), [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(1041), - [anon_sym_set] = ACTIONS(1043), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1047), - [anon_sym_for] = ACTIONS(1049), + [anon_sym_get] = ACTIONS(1015), + [anon_sym_set] = ACTIONS(1017), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1021), + [anon_sym_for] = ACTIONS(1023), [anon_sym_in] = ACTIONS(123), - [anon_sym_while] = ACTIONS(1051), - [anon_sym_do] = ACTIONS(509), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_do] = ACTIONS(295), [anon_sym_DOT_DOT] = ACTIONS(121), [anon_sym_QMARK_COLON] = ACTIONS(121), [anon_sym_AMP_AMP] = ACTIONS(121), [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_null] = ACTIONS(905), - [anon_sym_if] = ACTIONS(747), + [anon_sym_null] = ACTIONS(873), + [anon_sym_if] = ACTIONS(753), [anon_sym_else] = ACTIONS(123), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), [anon_sym_BANG_EQ] = ACTIONS(123), [anon_sym_BANG_EQ_EQ] = ACTIONS(121), [anon_sym_EQ_EQ] = ACTIONS(123), @@ -41610,21 +42538,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(121), [anon_sym_is] = ACTIONS(123), [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), [anon_sym_SLASH] = ACTIONS(123), [anon_sym_PERCENT] = ACTIONS(121), [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1027), [anon_sym_BANG_BANG] = ACTIONS(121), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(531), - [anon_sym_inner] = ACTIONS(531), - [anon_sym_value] = ACTIONS(531), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -41643,127 +42571,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(533), - [anon_sym_actual] = ACTIONS(533), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(911), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym__automatic_semicolon] = ACTIONS(121), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(879), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), [sym_safe_nav] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(343), }, - [42] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5236), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8300), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(766), - [aux_sym_modifiers_repeat1] = STATE(5620), + [47] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5091), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8306), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(762), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_as] = ACTIONS(209), + [anon_sym_as] = ACTIONS(261), [anon_sym_typealias] = ACTIONS(345), [anon_sym_class] = ACTIONS(1057), [anon_sym_interface] = ACTIONS(1057), [anon_sym_enum] = ACTIONS(1059), - [anon_sym_LBRACE] = ACTIONS(949), - [anon_sym_RBRACE] = ACTIONS(207), + [anon_sym_LBRACE] = ACTIONS(917), + [anon_sym_RBRACE] = ACTIONS(259), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(1061), [anon_sym_var] = ACTIONS(1061), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), [anon_sym_object] = ACTIONS(1063), [anon_sym_fun] = ACTIONS(1065), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), [anon_sym_get] = ACTIONS(1067), [anon_sym_set] = ACTIONS(1069), [anon_sym_this] = ACTIONS(39), @@ -41771,16 +42698,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(43), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(1071), - [anon_sym_in] = ACTIONS(209), + [anon_sym_in] = ACTIONS(261), [anon_sym_while] = ACTIONS(1073), [anon_sym_do] = ACTIONS(371), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), [anon_sym_null] = ACTIONS(53), [anon_sym_if] = ACTIONS(55), - [anon_sym_else] = ACTIONS(209), + [anon_sym_else] = ACTIONS(261), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), [anon_sym_throw] = ACTIONS(61), @@ -41788,24 +42715,24 @@ 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_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), [anon_sym_PLUS] = ACTIONS(69), [anon_sym_DASH] = ACTIONS(69), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(207), - [anon_sym_as_QMARK] = ACTIONS(207), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(259), + [anon_sym_as_QMARK] = ACTIONS(259), [anon_sym_PLUS_PLUS] = ACTIONS(71), [anon_sym_DASH_DASH] = ACTIONS(71), [anon_sym_BANG] = ACTIONS(69), - [anon_sym_BANG_BANG] = ACTIONS(207), + [anon_sym_BANG_BANG] = ACTIONS(259), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -41846,135 +42773,509 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(107), [anon_sym_SQUOTE] = ACTIONS(109), [sym__backtick_identifier] = ACTIONS(111), - [sym__automatic_semicolon] = ACTIONS(207), - [sym_safe_nav] = ACTIONS(207), + [sym__automatic_semicolon] = ACTIONS(259), + [sym_safe_nav] = ACTIONS(259), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [43] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5214), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8300), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), + [48] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4706), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8305), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(787), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(125), + [anon_sym_class] = ACTIONS(1101), + [anon_sym_interface] = ACTIONS(1101), + [anon_sym_enum] = ACTIONS(1103), + [anon_sym_LBRACE] = ACTIONS(825), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(259), + [anon_sym_val] = ACTIONS(1105), + [anon_sym_var] = ACTIONS(1105), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_object] = ACTIONS(1107), + [anon_sym_fun] = ACTIONS(1109), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(1111), + [anon_sym_set] = ACTIONS(1113), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(1117), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(1119), + [anon_sym_do] = ACTIONS(157), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(259), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(249), + [anon_sym_BANG_BANG] = ACTIONS(259), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_safe_nav] = ACTIONS(259), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [49] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3223), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(2290), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2162), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8389), + [sym_modifiers] = STATE(8278), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(766), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(769), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_as] = ACTIONS(261), + [anon_sym_typealias] = ACTIONS(477), + [anon_sym_class] = ACTIONS(1121), + [anon_sym_interface] = ACTIONS(1121), + [anon_sym_enum] = ACTIONS(1123), + [anon_sym_LBRACE] = ACTIONS(885), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_val] = ACTIONS(1125), + [anon_sym_var] = ACTIONS(1125), + [anon_sym_LT] = ACTIONS(261), + [anon_sym_GT] = ACTIONS(261), + [anon_sym_object] = ACTIONS(1127), + [anon_sym_fun] = ACTIONS(1129), + [anon_sym_DOT] = ACTIONS(261), + [anon_sym_SEMI] = ACTIONS(259), + [anon_sym_get] = ACTIONS(1131), + [anon_sym_set] = ACTIONS(1133), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1137), + [anon_sym_for] = ACTIONS(1139), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(1141), + [anon_sym_do] = ACTIONS(509), + [anon_sym_DOT_DOT] = ACTIONS(259), + [anon_sym_QMARK_COLON] = ACTIONS(259), + [anon_sym_AMP_AMP] = ACTIONS(259), + [anon_sym_PIPE_PIPE] = ACTIONS(259), + [anon_sym_null] = ACTIONS(905), + [anon_sym_if] = ACTIONS(663), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_BANG_EQ] = ACTIONS(261), + [anon_sym_BANG_EQ_EQ] = ACTIONS(259), + [anon_sym_EQ_EQ] = ACTIONS(261), + [anon_sym_EQ_EQ_EQ] = ACTIONS(259), + [anon_sym_LT_EQ] = ACTIONS(259), + [anon_sym_GT_EQ] = ACTIONS(259), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_SLASH] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(259), + [anon_sym_as_QMARK] = ACTIONS(259), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1143), + [anon_sym_BANG_BANG] = ACTIONS(259), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(911), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym__automatic_semicolon] = ACTIONS(259), + [sym_safe_nav] = ACTIONS(259), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [50] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3161), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(2290), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2162), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8389), + [sym_modifiers] = STATE(8278), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(769), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(475), [anon_sym_as] = ACTIONS(123), - [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(1057), - [anon_sym_interface] = ACTIONS(1057), - [anon_sym_enum] = ACTIONS(1059), - [anon_sym_LBRACE] = ACTIONS(949), + [anon_sym_typealias] = ACTIONS(477), + [anon_sym_class] = ACTIONS(1121), + [anon_sym_interface] = ACTIONS(1121), + [anon_sym_enum] = ACTIONS(1123), + [anon_sym_LBRACE] = ACTIONS(885), [anon_sym_RBRACE] = ACTIONS(121), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(1061), - [anon_sym_var] = ACTIONS(1061), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_val] = ACTIONS(1125), + [anon_sym_var] = ACTIONS(1125), [anon_sym_LT] = ACTIONS(123), [anon_sym_GT] = ACTIONS(123), - [anon_sym_object] = ACTIONS(1063), - [anon_sym_fun] = ACTIONS(1065), + [anon_sym_object] = ACTIONS(1127), + [anon_sym_fun] = ACTIONS(1129), [anon_sym_DOT] = ACTIONS(123), [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(1067), - [anon_sym_set] = ACTIONS(1069), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(1071), + [anon_sym_get] = ACTIONS(1131), + [anon_sym_set] = ACTIONS(1133), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1137), + [anon_sym_for] = ACTIONS(1139), [anon_sym_in] = ACTIONS(123), - [anon_sym_while] = ACTIONS(1073), - [anon_sym_do] = ACTIONS(371), + [anon_sym_while] = ACTIONS(1141), + [anon_sym_do] = ACTIONS(509), [anon_sym_DOT_DOT] = ACTIONS(121), [anon_sym_QMARK_COLON] = ACTIONS(121), [anon_sym_AMP_AMP] = ACTIONS(121), [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(55), + [anon_sym_null] = ACTIONS(905), + [anon_sym_if] = ACTIONS(663), [anon_sym_else] = ACTIONS(123), - [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(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), [anon_sym_BANG_EQ] = ACTIONS(123), [anon_sym_BANG_EQ_EQ] = ACTIONS(121), [anon_sym_EQ_EQ] = ACTIONS(123), @@ -41984,21 +43285,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(121), [anon_sym_is] = ACTIONS(123), [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), [anon_sym_SLASH] = ACTIONS(123), [anon_sym_PERCENT] = ACTIONS(121), [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(69), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1143), [anon_sym_BANG_BANG] = ACTIONS(121), [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_value] = ACTIONS(77), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -42017,149 +43318,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(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(911), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym__automatic_semicolon] = ACTIONS(121), [sym_safe_nav] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(555), }, - [44] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3473), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(2508), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2774), - [sym_parenthesized_expression] = STATE(2774), - [sym_collection_literal] = STATE(2774), - [sym__literal_constant] = STATE(2774), - [sym_string_literal] = STATE(2774), - [sym_lambda_literal] = STATE(2774), - [sym_anonymous_function] = STATE(2774), - [sym__function_literal] = STATE(2774), - [sym_object_literal] = STATE(2774), - [sym_this_expression] = STATE(2774), - [sym_super_expression] = STATE(2774), - [sym_if_expression] = STATE(2774), - [sym_when_expression] = STATE(2774), - [sym_try_expression] = STATE(2774), - [sym_jump_expression] = STATE(2774), - [sym_callable_reference] = STATE(2774), - [sym__prefix_unary_operator] = STATE(1793), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8362), - [sym_modifiers] = STATE(8285), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(344), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2774), - [sym_long_literal] = STATE(2774), - [sym_boolean_literal] = STATE(2774), - [sym_character_literal] = STATE(2774), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(786), - [aux_sym_modifiers_repeat1] = STATE(5620), + [51] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4752), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8305), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(787), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_as] = ACTIONS(123), [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(1075), - [anon_sym_interface] = ACTIONS(1075), - [anon_sym_enum] = ACTIONS(1077), + [anon_sym_class] = ACTIONS(1101), + [anon_sym_interface] = ACTIONS(1101), + [anon_sym_enum] = ACTIONS(1103), [anon_sym_LBRACE] = ACTIONS(825), [anon_sym_RBRACE] = ACTIONS(121), [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_RPAREN] = ACTIONS(121), - [anon_sym_val] = ACTIONS(1079), - [anon_sym_var] = ACTIONS(1079), + [anon_sym_val] = ACTIONS(1105), + [anon_sym_var] = ACTIONS(1105), [anon_sym_LT] = ACTIONS(123), [anon_sym_GT] = ACTIONS(123), - [anon_sym_object] = ACTIONS(1081), - [anon_sym_fun] = ACTIONS(1083), + [anon_sym_object] = ACTIONS(1107), + [anon_sym_fun] = ACTIONS(1109), [anon_sym_DOT] = ACTIONS(123), [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(1085), - [anon_sym_set] = ACTIONS(1087), + [anon_sym_get] = ACTIONS(1111), + [anon_sym_set] = ACTIONS(1113), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1091), - [anon_sym_for] = ACTIONS(1093), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(1117), [anon_sym_in] = ACTIONS(123), - [anon_sym_while] = ACTIONS(1095), + [anon_sym_while] = ACTIONS(1119), [anon_sym_do] = ACTIONS(157), [anon_sym_DOT_DOT] = ACTIONS(121), [anon_sym_QMARK_COLON] = ACTIONS(121), [anon_sym_AMP_AMP] = ACTIONS(121), [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_null] = ACTIONS(845), - [anon_sym_if] = ACTIONS(779), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), [anon_sym_else] = ACTIONS(123), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), @@ -42172,14 +43473,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(121), [anon_sym_is] = ACTIONS(123), [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), [anon_sym_SLASH] = ACTIONS(123), [anon_sym_PERCENT] = ACTIONS(121), [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(249), [anon_sym_BANG_BANG] = ACTIONS(121), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -42213,7 +43514,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(851), + [sym_real_literal] = ACTIONS(253), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -42225,155 +43526,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [45] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4779), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8304), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(793), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_as] = ACTIONS(123), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(1101), - [anon_sym_interface] = ACTIONS(1101), - [anon_sym_enum] = ACTIONS(1103), - [anon_sym_LBRACE] = ACTIONS(857), - [anon_sym_RBRACE] = ACTIONS(121), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(121), - [anon_sym_val] = ACTIONS(1105), - [anon_sym_var] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(123), - [anon_sym_GT] = ACTIONS(123), - [anon_sym_object] = ACTIONS(1107), - [anon_sym_fun] = ACTIONS(1109), - [anon_sym_DOT] = ACTIONS(123), - [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(1111), - [anon_sym_set] = ACTIONS(1113), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(1117), - [anon_sym_in] = ACTIONS(123), - [anon_sym_while] = ACTIONS(1119), - [anon_sym_do] = ACTIONS(247), - [anon_sym_DOT_DOT] = ACTIONS(121), - [anon_sym_QMARK_COLON] = ACTIONS(121), - [anon_sym_AMP_AMP] = ACTIONS(121), - [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_else] = ACTIONS(123), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANG_EQ] = ACTIONS(123), - [anon_sym_BANG_EQ_EQ] = ACTIONS(121), - [anon_sym_EQ_EQ] = ACTIONS(123), - [anon_sym_EQ_EQ_EQ] = ACTIONS(121), - [anon_sym_LT_EQ] = ACTIONS(121), - [anon_sym_GT_EQ] = ACTIONS(121), - [anon_sym_BANGin] = ACTIONS(121), - [anon_sym_is] = ACTIONS(123), - [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_SLASH] = ACTIONS(123), - [anon_sym_PERCENT] = ACTIONS(121), - [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(339), - [anon_sym_BANG_BANG] = ACTIONS(121), + [52] = { + [sym_file_annotation] = STATE(3118), + [sym_package_header] = STATE(77), + [sym_import_list] = STATE(58), + [sym_import_header] = STATE(8638), + [sym_type_alias] = STATE(9108), + [sym__declaration] = STATE(9108), + [sym_class_declaration] = STATE(9108), + [sym_function_declaration] = STATE(9108), + [sym_property_declaration] = STATE(9108), + [sym_getter] = STATE(9108), + [sym_setter] = STATE(9108), + [sym_object_declaration] = STATE(9108), + [sym__statement] = STATE(9108), + [sym__loop_statement] = STATE(9108), + [sym_for_statement] = STATE(9108), + [sym_while_statement] = STATE(9108), + [sym_do_while_statement] = STATE(9108), + [sym_assignment] = STATE(9108), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym_source_file_repeat1] = STATE(3118), + [aux_sym_source_file_repeat2] = STATE(58), + [aux_sym_source_file_repeat3] = STATE(236), + [aux_sym_import_list_repeat1] = STATE(8638), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [ts_builtin_sym_end] = ACTIONS(1147), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(11), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_package] = ACTIONS(15), + [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(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), + [anon_sym_value] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -42392,175 +43676,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_safe_nav] = ACTIONS(121), + [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), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(113), }, - [46] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4701), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8304), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(793), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(1101), - [anon_sym_interface] = ACTIONS(1101), - [anon_sym_enum] = ACTIONS(1103), - [anon_sym_LBRACE] = ACTIONS(857), - [anon_sym_RBRACE] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(207), - [anon_sym_val] = ACTIONS(1105), - [anon_sym_var] = ACTIONS(1105), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_object] = ACTIONS(1107), - [anon_sym_fun] = ACTIONS(1109), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(1111), - [anon_sym_set] = ACTIONS(1113), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(1117), - [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(1119), - [anon_sym_do] = ACTIONS(247), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_else] = ACTIONS(209), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(207), - [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(339), - [anon_sym_BANG_BANG] = ACTIONS(207), + [53] = { + [sym_file_annotation] = STATE(54), + [sym_package_header] = STATE(77), + [sym_import_list] = STATE(58), + [sym_import_header] = STATE(8638), + [sym_type_alias] = STATE(9108), + [sym__declaration] = STATE(9108), + [sym_class_declaration] = STATE(9108), + [sym_function_declaration] = STATE(9108), + [sym_property_declaration] = STATE(9108), + [sym_getter] = STATE(9108), + [sym_setter] = STATE(9108), + [sym_object_declaration] = STATE(9108), + [sym__statement] = STATE(9108), + [sym__loop_statement] = STATE(9108), + [sym_for_statement] = STATE(9108), + [sym_while_statement] = STATE(9108), + [sym_do_while_statement] = STATE(9108), + [sym_assignment] = STATE(9108), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym_source_file_repeat1] = STATE(54), + [aux_sym_source_file_repeat2] = STATE(58), + [aux_sym_source_file_repeat3] = STATE(236), + [aux_sym_import_list_repeat1] = STATE(8638), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [ts_builtin_sym_end] = ACTIONS(1147), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(11), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_package] = ACTIONS(15), + [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(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), + [anon_sym_value] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -42579,169 +43845,318 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_safe_nav] = ACTIONS(207), + [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), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(113), }, - [47] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3487), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(2508), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2774), - [sym_parenthesized_expression] = STATE(2774), - [sym_collection_literal] = STATE(2774), - [sym__literal_constant] = STATE(2774), - [sym_string_literal] = STATE(2774), - [sym_lambda_literal] = STATE(2774), - [sym_anonymous_function] = STATE(2774), - [sym__function_literal] = STATE(2774), - [sym_object_literal] = STATE(2774), - [sym_this_expression] = STATE(2774), - [sym_super_expression] = STATE(2774), - [sym_if_expression] = STATE(2774), - [sym_when_expression] = STATE(2774), - [sym_try_expression] = STATE(2774), - [sym_jump_expression] = STATE(2774), - [sym_callable_reference] = STATE(2774), - [sym__prefix_unary_operator] = STATE(1793), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8362), - [sym_modifiers] = STATE(8285), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(344), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2774), - [sym_long_literal] = STATE(2774), - [sym_boolean_literal] = STATE(2774), - [sym_character_literal] = STATE(2774), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(786), - [aux_sym_modifiers_repeat1] = STATE(5620), + [54] = { + [sym_file_annotation] = STATE(3118), + [sym_package_header] = STATE(84), + [sym_import_list] = STATE(81), + [sym_import_header] = STATE(8638), + [sym_type_alias] = STATE(9108), + [sym__declaration] = STATE(9108), + [sym_class_declaration] = STATE(9108), + [sym_function_declaration] = STATE(9108), + [sym_property_declaration] = STATE(9108), + [sym_getter] = STATE(9108), + [sym_setter] = STATE(9108), + [sym_object_declaration] = STATE(9108), + [sym__statement] = STATE(9108), + [sym__loop_statement] = STATE(9108), + [sym_for_statement] = STATE(9108), + [sym_while_statement] = STATE(9108), + [sym_do_while_statement] = STATE(9108), + [sym_assignment] = STATE(9108), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym_source_file_repeat1] = STATE(3118), + [aux_sym_source_file_repeat2] = STATE(81), + [aux_sym_source_file_repeat3] = STATE(213), + [aux_sym_import_list_repeat1] = STATE(8638), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [ts_builtin_sym_end] = ACTIONS(1149), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(11), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_package] = ACTIONS(15), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [55] = { + [sym_type_alias] = STATE(9845), + [sym__declaration] = STATE(9845), + [sym_class_declaration] = STATE(9845), + [sym_function_declaration] = STATE(9845), + [sym_property_declaration] = STATE(9845), + [sym_getter] = STATE(9845), + [sym_setter] = STATE(9845), + [sym_object_declaration] = STATE(9845), + [sym__statement] = STATE(9845), + [sym_control_structure_body] = STATE(9624), + [sym__block] = STATE(9845), + [sym__loop_statement] = STATE(9845), + [sym_for_statement] = STATE(9845), + [sym_while_statement] = STATE(9845), + [sym_do_while_statement] = STATE(9845), + [sym_assignment] = STATE(9845), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8288), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(1075), - [anon_sym_interface] = ACTIONS(1075), - [anon_sym_enum] = ACTIONS(1077), - [anon_sym_LBRACE] = ACTIONS(825), + [anon_sym_typealias] = ACTIONS(211), + [anon_sym_class] = ACTIONS(213), + [anon_sym_interface] = ACTIONS(213), + [anon_sym_enum] = ACTIONS(215), + [anon_sym_LBRACE] = ACTIONS(217), [anon_sym_RBRACE] = ACTIONS(207), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_RPAREN] = ACTIONS(207), - [anon_sym_val] = ACTIONS(1079), - [anon_sym_var] = ACTIONS(1079), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_object] = ACTIONS(1081), - [anon_sym_fun] = ACTIONS(1083), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(1085), - [anon_sym_set] = ACTIONS(1087), + [anon_sym_val] = ACTIONS(219), + [anon_sym_var] = ACTIONS(219), + [anon_sym_object] = ACTIONS(221), + [anon_sym_fun] = ACTIONS(223), + [anon_sym_SEMI] = ACTIONS(225), + [anon_sym_get] = ACTIONS(227), + [anon_sym_set] = ACTIONS(229), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1091), - [anon_sym_for] = ACTIONS(1093), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(235), [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(1095), - [anon_sym_do] = ACTIONS(157), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(845), - [anon_sym_if] = ACTIONS(779), + [anon_sym_while] = ACTIONS(237), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), [anon_sym_else] = ACTIONS(209), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), [anon_sym_BANGin] = ACTIONS(207), [anon_sym_is] = ACTIONS(209), [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(207), - [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1097), - [anon_sym_BANG_BANG] = ACTIONS(207), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(249), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -42774,7 +44189,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(851), + [sym_real_literal] = ACTIONS(253), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -42782,532 +44197,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(199), [anon_sym_SQUOTE] = ACTIONS(201), [sym__backtick_identifier] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(207), + [sym__automatic_semicolon] = ACTIONS(207), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [48] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3156), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(2313), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(2166), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8363), - [sym_modifiers] = STATE(8317), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(771), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(557), + [56] = { + [sym_type_alias] = STATE(5405), + [sym__declaration] = STATE(5405), + [sym_class_declaration] = STATE(5405), + [sym_function_declaration] = STATE(5405), + [sym_property_declaration] = STATE(5405), + [sym_getter] = STATE(5405), + [sym_setter] = STATE(5405), + [sym_object_declaration] = STATE(5405), + [sym__statement] = STATE(5405), + [sym_control_structure_body] = STATE(5325), + [sym__block] = STATE(5405), + [sym__loop_statement] = STATE(5405), + [sym_for_statement] = STATE(5405), + [sym_while_statement] = STATE(5405), + [sym_do_while_statement] = STATE(5405), + [sym_assignment] = STATE(5405), + [sym__expression] = STATE(2290), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2162), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8389), + [sym_modifiers] = STATE(8285), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(782), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_as] = ACTIONS(123), - [anon_sym_typealias] = ACTIONS(561), - [anon_sym_class] = ACTIONS(1121), - [anon_sym_interface] = ACTIONS(1121), - [anon_sym_enum] = ACTIONS(1123), - [anon_sym_LBRACE] = ACTIONS(977), - [anon_sym_RBRACE] = ACTIONS(121), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(1125), - [anon_sym_var] = ACTIONS(1125), - [anon_sym_LT] = ACTIONS(123), - [anon_sym_GT] = ACTIONS(123), - [anon_sym_object] = ACTIONS(1127), - [anon_sym_fun] = ACTIONS(1129), - [anon_sym_DOT] = ACTIONS(123), - [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(1131), - [anon_sym_set] = ACTIONS(1133), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_typealias] = ACTIONS(1151), + [anon_sym_class] = ACTIONS(1153), + [anon_sym_interface] = ACTIONS(1153), + [anon_sym_enum] = ACTIONS(1155), + [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_RBRACE] = ACTIONS(259), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_val] = ACTIONS(1159), + [anon_sym_var] = ACTIONS(1159), + [anon_sym_object] = ACTIONS(1161), + [anon_sym_fun] = ACTIONS(1163), + [anon_sym_get] = ACTIONS(1165), + [anon_sym_set] = ACTIONS(1167), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), [anon_sym_STAR] = ACTIONS(1135), [sym_label] = ACTIONS(1137), - [anon_sym_for] = ACTIONS(1139), - [anon_sym_in] = ACTIONS(123), - [anon_sym_while] = ACTIONS(1141), - [anon_sym_do] = ACTIONS(593), - [anon_sym_DOT_DOT] = ACTIONS(121), - [anon_sym_QMARK_COLON] = ACTIONS(121), - [anon_sym_AMP_AMP] = ACTIONS(121), - [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_null] = ACTIONS(997), - [anon_sym_if] = ACTIONS(715), - [anon_sym_else] = ACTIONS(123), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(123), - [anon_sym_BANG_EQ_EQ] = ACTIONS(121), - [anon_sym_EQ_EQ] = ACTIONS(123), - [anon_sym_EQ_EQ_EQ] = ACTIONS(121), - [anon_sym_LT_EQ] = ACTIONS(121), - [anon_sym_GT_EQ] = ACTIONS(121), - [anon_sym_BANGin] = ACTIONS(121), - [anon_sym_is] = ACTIONS(123), - [anon_sym_BANGis] = ACTIONS(121), + [anon_sym_for] = ACTIONS(1169), + [anon_sym_in] = ACTIONS(261), + [anon_sym_while] = ACTIONS(1171), + [anon_sym_do] = ACTIONS(1173), + [anon_sym_null] = ACTIONS(905), + [anon_sym_if] = ACTIONS(663), + [anon_sym_else] = ACTIONS(261), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_BANGin] = ACTIONS(259), + [anon_sym_is] = ACTIONS(261), + [anon_sym_BANGis] = ACTIONS(259), [anon_sym_PLUS] = ACTIONS(1143), [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_SLASH] = ACTIONS(123), - [anon_sym_PERCENT] = ACTIONS(121), - [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1143), - [anon_sym_BANG_BANG] = ACTIONS(121), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(615), - [anon_sym_inner] = ACTIONS(615), - [anon_sym_value] = ACTIONS(615), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(617), - [anon_sym_actual] = ACTIONS(617), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1003), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym__automatic_semicolon] = ACTIONS(121), - [sym_safe_nav] = ACTIONS(121), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [49] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1059), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(534), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(785), - [sym_parenthesized_expression] = STATE(785), - [sym_collection_literal] = STATE(785), - [sym__literal_constant] = STATE(785), - [sym_string_literal] = STATE(785), - [sym_lambda_literal] = STATE(785), - [sym_anonymous_function] = STATE(785), - [sym__function_literal] = STATE(785), - [sym_object_literal] = STATE(785), - [sym_this_expression] = STATE(785), - [sym_super_expression] = STATE(785), - [sym_if_expression] = STATE(785), - [sym_when_expression] = STATE(785), - [sym_try_expression] = STATE(785), - [sym_jump_expression] = STATE(785), - [sym_callable_reference] = STATE(785), - [sym__prefix_unary_operator] = STATE(1544), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8374), - [sym_modifiers] = STATE(8321), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(337), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(785), - [sym_long_literal] = STATE(785), - [sym_boolean_literal] = STATE(785), - [sym_character_literal] = STATE(785), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(780), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_as] = ACTIONS(123), - [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(1005), - [anon_sym_interface] = ACTIONS(1005), - [anon_sym_enum] = ACTIONS(1007), - [anon_sym_LBRACE] = ACTIONS(917), - [anon_sym_RBRACE] = ACTIONS(121), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(1009), - [anon_sym_var] = ACTIONS(1009), - [anon_sym_LT] = ACTIONS(123), - [anon_sym_GT] = ACTIONS(123), - [anon_sym_object] = ACTIONS(1011), - [anon_sym_fun] = ACTIONS(1013), - [anon_sym_DOT] = ACTIONS(123), - [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(1015), - [anon_sym_set] = ACTIONS(1017), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1021), - [anon_sym_for] = ACTIONS(1023), - [anon_sym_in] = ACTIONS(123), - [anon_sym_while] = ACTIONS(1025), - [anon_sym_do] = ACTIONS(423), - [anon_sym_DOT_DOT] = ACTIONS(121), - [anon_sym_QMARK_COLON] = ACTIONS(121), - [anon_sym_AMP_AMP] = ACTIONS(121), - [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_null] = ACTIONS(937), - [anon_sym_if] = ACTIONS(811), - [anon_sym_else] = ACTIONS(123), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_BANG_EQ] = ACTIONS(123), - [anon_sym_BANG_EQ_EQ] = ACTIONS(121), - [anon_sym_EQ_EQ] = ACTIONS(123), - [anon_sym_EQ_EQ_EQ] = ACTIONS(121), - [anon_sym_LT_EQ] = ACTIONS(121), - [anon_sym_GT_EQ] = ACTIONS(121), - [anon_sym_BANGin] = ACTIONS(121), - [anon_sym_is] = ACTIONS(123), - [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_SLASH] = ACTIONS(123), - [anon_sym_PERCENT] = ACTIONS(121), - [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1027), - [anon_sym_BANG_BANG] = ACTIONS(121), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(445), - [anon_sym_inner] = ACTIONS(445), - [anon_sym_value] = ACTIONS(445), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(447), - [anon_sym_actual] = ACTIONS(447), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(943), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym__automatic_semicolon] = ACTIONS(121), - [sym_safe_nav] = ACTIONS(121), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [50] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3215), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(2313), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(2166), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8363), - [sym_modifiers] = STATE(8317), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(771), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(561), - [anon_sym_class] = ACTIONS(1121), - [anon_sym_interface] = ACTIONS(1121), - [anon_sym_enum] = ACTIONS(1123), - [anon_sym_LBRACE] = ACTIONS(977), - [anon_sym_RBRACE] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(1125), - [anon_sym_var] = ACTIONS(1125), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_object] = ACTIONS(1127), - [anon_sym_fun] = ACTIONS(1129), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(1131), - [anon_sym_set] = ACTIONS(1133), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1137), - [anon_sym_for] = ACTIONS(1139), - [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(1141), - [anon_sym_do] = ACTIONS(593), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), - [anon_sym_null] = ACTIONS(997), - [anon_sym_if] = ACTIONS(715), - [anon_sym_else] = ACTIONS(209), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(207), - [anon_sym_as_QMARK] = ACTIONS(207), [anon_sym_PLUS_PLUS] = ACTIONS(1145), [anon_sym_DASH_DASH] = ACTIONS(1145), [anon_sym_BANG] = ACTIONS(1143), - [anon_sym_BANG_BANG] = ACTIONS(207), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(615), - [anon_sym_inner] = ACTIONS(615), - [anon_sym_value] = ACTIONS(615), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -43326,169 +44348,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(617), - [anon_sym_actual] = ACTIONS(617), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1003), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym__automatic_semicolon] = ACTIONS(207), - [sym_safe_nav] = ACTIONS(207), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(911), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym__automatic_semicolon] = ACTIONS(259), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(555), }, - [51] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3943), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2565), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3004), - [sym_parenthesized_expression] = STATE(3004), - [sym_collection_literal] = STATE(3004), - [sym__literal_constant] = STATE(3004), - [sym_string_literal] = STATE(3004), - [sym_lambda_literal] = STATE(3004), - [sym_anonymous_function] = STATE(3004), - [sym__function_literal] = STATE(3004), - [sym_object_literal] = STATE(3004), - [sym_this_expression] = STATE(3004), - [sym_super_expression] = STATE(3004), - [sym_if_expression] = STATE(3004), - [sym_when_expression] = STATE(3004), - [sym_try_expression] = STATE(3004), - [sym_jump_expression] = STATE(3004), - [sym_callable_reference] = STATE(3004), - [sym__prefix_unary_operator] = STATE(1533), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8387), - [sym_modifiers] = STATE(8298), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(353), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3004), - [sym_long_literal] = STATE(3004), - [sym_boolean_literal] = STATE(3004), - [sym_character_literal] = STATE(3004), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(787), - [aux_sym_modifiers_repeat1] = STATE(5620), + [57] = { + [sym_type_alias] = STATE(5405), + [sym__declaration] = STATE(5405), + [sym_class_declaration] = STATE(5405), + [sym_function_declaration] = STATE(5405), + [sym_property_declaration] = STATE(5405), + [sym_getter] = STATE(5405), + [sym_setter] = STATE(5405), + [sym_object_declaration] = STATE(5405), + [sym__statement] = STATE(5405), + [sym_control_structure_body] = STATE(5337), + [sym__block] = STATE(5405), + [sym__loop_statement] = STATE(5405), + [sym_for_statement] = STATE(5405), + [sym_while_statement] = STATE(5405), + [sym_do_while_statement] = STATE(5405), + [sym_assignment] = STATE(5405), + [sym__expression] = STATE(2290), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2162), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8389), + [sym_modifiers] = STATE(8285), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(782), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_as] = ACTIONS(209), - [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(1031), - [anon_sym_interface] = ACTIONS(1031), - [anon_sym_enum] = ACTIONS(1033), - [anon_sym_LBRACE] = ACTIONS(885), - [anon_sym_RBRACE] = ACTIONS(207), + [anon_sym_typealias] = ACTIONS(1151), + [anon_sym_class] = ACTIONS(1153), + [anon_sym_interface] = ACTIONS(1153), + [anon_sym_enum] = ACTIONS(1155), + [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_RBRACE] = ACTIONS(121), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(1035), - [anon_sym_var] = ACTIONS(1035), - [anon_sym_LT] = ACTIONS(209), - [anon_sym_GT] = ACTIONS(209), - [anon_sym_object] = ACTIONS(1037), - [anon_sym_fun] = ACTIONS(1039), - [anon_sym_DOT] = ACTIONS(209), - [anon_sym_SEMI] = ACTIONS(207), - [anon_sym_get] = ACTIONS(1041), - [anon_sym_set] = ACTIONS(1043), + [anon_sym_val] = ACTIONS(1159), + [anon_sym_var] = ACTIONS(1159), + [anon_sym_object] = ACTIONS(1161), + [anon_sym_fun] = ACTIONS(1163), + [anon_sym_get] = ACTIONS(1165), + [anon_sym_set] = ACTIONS(1167), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1047), - [anon_sym_for] = ACTIONS(1049), - [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(1051), - [anon_sym_do] = ACTIONS(509), - [anon_sym_DOT_DOT] = ACTIONS(207), - [anon_sym_QMARK_COLON] = ACTIONS(207), - [anon_sym_AMP_AMP] = ACTIONS(207), - [anon_sym_PIPE_PIPE] = ACTIONS(207), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1137), + [anon_sym_for] = ACTIONS(1169), + [anon_sym_in] = ACTIONS(123), + [anon_sym_while] = ACTIONS(1171), + [anon_sym_do] = ACTIONS(1173), [anon_sym_null] = ACTIONS(905), - [anon_sym_if] = ACTIONS(747), - [anon_sym_else] = ACTIONS(209), + [anon_sym_if] = ACTIONS(663), + [anon_sym_else] = ACTIONS(123), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_BANG_EQ] = ACTIONS(209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(207), - [anon_sym_EQ_EQ] = ACTIONS(209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(207), - [anon_sym_LT_EQ] = ACTIONS(207), - [anon_sym_GT_EQ] = ACTIONS(207), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_SLASH] = ACTIONS(209), - [anon_sym_PERCENT] = ACTIONS(207), - [anon_sym_as_QMARK] = ACTIONS(207), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_BANG_BANG] = ACTIONS(207), + [anon_sym_BANGin] = ACTIONS(121), + [anon_sym_is] = ACTIONS(123), + [anon_sym_BANGis] = ACTIONS(121), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1143), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -43516,7 +44518,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(533), [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), @@ -43529,103 +44531,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(549), [anon_sym_SQUOTE] = ACTIONS(551), [sym__backtick_identifier] = ACTIONS(553), - [sym__automatic_semicolon] = ACTIONS(207), - [sym_safe_nav] = ACTIONS(207), + [sym__automatic_semicolon] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [52] = { - [sym_file_annotation] = STATE(3122), - [sym_package_header] = STATE(67), - [sym_import_list] = STATE(70), - [sym_import_header] = STATE(8751), - [sym_type_alias] = STATE(9114), - [sym__declaration] = STATE(9114), - [sym_class_declaration] = STATE(9114), - [sym_function_declaration] = STATE(9114), - [sym_property_declaration] = STATE(9114), - [sym_getter] = STATE(9114), - [sym_setter] = STATE(9114), - [sym_object_declaration] = STATE(9114), - [sym__statement] = STATE(9114), - [sym__loop_statement] = STATE(9114), - [sym_for_statement] = STATE(9114), - [sym_while_statement] = STATE(9114), - [sym_do_while_statement] = STATE(9114), - [sym_assignment] = STATE(9114), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym_source_file_repeat1] = STATE(3122), - [aux_sym_source_file_repeat2] = STATE(70), - [aux_sym_source_file_repeat3] = STATE(251), - [aux_sym_import_list_repeat1] = STATE(8751), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [ts_builtin_sym_end] = ACTIONS(1147), + [58] = { + [sym_import_list] = STATE(3022), + [sym_import_header] = STATE(8638), + [sym_type_alias] = STATE(9108), + [sym__declaration] = STATE(9108), + [sym_class_declaration] = STATE(9108), + [sym_function_declaration] = STATE(9108), + [sym_property_declaration] = STATE(9108), + [sym_getter] = STATE(9108), + [sym_setter] = STATE(9108), + [sym_object_declaration] = STATE(9108), + [sym__statement] = STATE(9108), + [sym__loop_statement] = STATE(9108), + [sym_for_statement] = STATE(9108), + [sym_while_statement] = STATE(9108), + [sym_do_while_statement] = STATE(9108), + [sym_assignment] = STATE(9108), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym_source_file_repeat2] = STATE(3022), + [aux_sym_source_file_repeat3] = STATE(213), + [aux_sym_import_list_repeat1] = STATE(8638), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [ts_builtin_sym_end] = ACTIONS(1149), [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(11), + [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_package] = ACTIONS(15), [anon_sym_import] = ACTIONS(17), [anon_sym_typealias] = ACTIONS(19), [anon_sym_class] = ACTIONS(21), @@ -43703,105 +44700,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [53] = { - [sym_file_annotation] = STATE(54), - [sym_package_header] = STATE(67), - [sym_import_list] = STATE(70), - [sym_import_header] = STATE(8751), - [sym_type_alias] = STATE(9114), - [sym__declaration] = STATE(9114), - [sym_class_declaration] = STATE(9114), - [sym_function_declaration] = STATE(9114), - [sym_property_declaration] = STATE(9114), - [sym_getter] = STATE(9114), - [sym_setter] = STATE(9114), - [sym_object_declaration] = STATE(9114), - [sym__statement] = STATE(9114), - [sym__loop_statement] = STATE(9114), - [sym_for_statement] = STATE(9114), - [sym_while_statement] = STATE(9114), - [sym_do_while_statement] = STATE(9114), - [sym_assignment] = STATE(9114), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym_source_file_repeat1] = STATE(54), - [aux_sym_source_file_repeat2] = STATE(70), - [aux_sym_source_file_repeat3] = STATE(251), - [aux_sym_import_list_repeat1] = STATE(8751), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [ts_builtin_sym_end] = ACTIONS(1147), + [59] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9753), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9875), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(11), + [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_package] = ACTIONS(15), - [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(1175), + [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), [anon_sym_object] = ACTIONS(31), @@ -43811,6 +44803,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(1179), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -43872,105 +44865,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [54] = { - [sym_file_annotation] = STATE(3122), - [sym_package_header] = STATE(74), - [sym_import_list] = STATE(75), - [sym_import_header] = STATE(8751), - [sym_type_alias] = STATE(9114), - [sym__declaration] = STATE(9114), - [sym_class_declaration] = STATE(9114), - [sym_function_declaration] = STATE(9114), - [sym_property_declaration] = STATE(9114), - [sym_getter] = STATE(9114), - [sym_setter] = STATE(9114), - [sym_object_declaration] = STATE(9114), - [sym__statement] = STATE(9114), - [sym__loop_statement] = STATE(9114), - [sym_for_statement] = STATE(9114), - [sym_while_statement] = STATE(9114), - [sym_do_while_statement] = STATE(9114), - [sym_assignment] = STATE(9114), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym_source_file_repeat1] = STATE(3122), - [aux_sym_source_file_repeat2] = STATE(75), - [aux_sym_source_file_repeat3] = STATE(241), - [aux_sym_import_list_repeat1] = STATE(8751), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [ts_builtin_sym_end] = ACTIONS(1149), + [60] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9908), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9636), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(11), + [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_package] = ACTIONS(15), - [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(1181), + [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), [anon_sym_object] = ACTIONS(31), @@ -43980,6 +44968,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(1183), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -44041,603 +45030,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [55] = { - [sym_type_alias] = STATE(9851), - [sym__declaration] = STATE(9851), - [sym_class_declaration] = STATE(9851), - [sym_function_declaration] = STATE(9851), - [sym_property_declaration] = STATE(9851), - [sym_getter] = STATE(9851), - [sym_setter] = STATE(9851), - [sym_object_declaration] = STATE(9851), - [sym__statement] = STATE(9851), - [sym_control_structure_body] = STATE(9478), - [sym__block] = STATE(9851), - [sym__loop_statement] = STATE(9851), - [sym_for_statement] = STATE(9851), - [sym_while_statement] = STATE(9851), - [sym_do_while_statement] = STATE(9851), - [sym_assignment] = STATE(9851), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8315), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(790), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(301), - [anon_sym_class] = ACTIONS(303), - [anon_sym_interface] = ACTIONS(303), - [anon_sym_enum] = ACTIONS(305), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_RBRACE] = ACTIONS(297), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(309), - [anon_sym_var] = ACTIONS(309), - [anon_sym_object] = ACTIONS(311), - [anon_sym_fun] = ACTIONS(313), - [anon_sym_SEMI] = ACTIONS(315), - [anon_sym_get] = ACTIONS(317), - [anon_sym_set] = ACTIONS(319), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(325), - [anon_sym_in] = ACTIONS(299), - [anon_sym_while] = ACTIONS(327), - [anon_sym_do] = ACTIONS(329), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_else] = ACTIONS(299), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(297), - [anon_sym_is] = ACTIONS(299), - [anon_sym_BANGis] = ACTIONS(297), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(339), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym__automatic_semicolon] = ACTIONS(297), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [56] = { - [sym_type_alias] = STATE(5382), - [sym__declaration] = STATE(5382), - [sym_class_declaration] = STATE(5382), - [sym_function_declaration] = STATE(5382), - [sym_property_declaration] = STATE(5382), - [sym_getter] = STATE(5382), - [sym_setter] = STATE(5382), - [sym_object_declaration] = STATE(5382), - [sym__statement] = STATE(5382), - [sym_control_structure_body] = STATE(5405), - [sym__block] = STATE(5382), - [sym__loop_statement] = STATE(5382), - [sym_for_statement] = STATE(5382), - [sym_while_statement] = STATE(5382), - [sym_do_while_statement] = STATE(5382), - [sym_assignment] = STATE(5382), - [sym__expression] = STATE(2313), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(2166), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8363), - [sym_modifiers] = STATE(8312), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(755), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_typealias] = ACTIONS(1151), - [anon_sym_class] = ACTIONS(1153), - [anon_sym_interface] = ACTIONS(1153), - [anon_sym_enum] = ACTIONS(1155), - [anon_sym_LBRACE] = ACTIONS(1157), - [anon_sym_RBRACE] = ACTIONS(121), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(1159), - [anon_sym_var] = ACTIONS(1159), - [anon_sym_object] = ACTIONS(1161), - [anon_sym_fun] = ACTIONS(1163), - [anon_sym_get] = ACTIONS(1165), - [anon_sym_set] = ACTIONS(1167), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1137), - [anon_sym_for] = ACTIONS(1169), - [anon_sym_in] = ACTIONS(123), - [anon_sym_while] = ACTIONS(1171), - [anon_sym_do] = ACTIONS(1173), - [anon_sym_null] = ACTIONS(997), - [anon_sym_if] = ACTIONS(715), - [anon_sym_else] = ACTIONS(123), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_BANGin] = ACTIONS(121), - [anon_sym_is] = ACTIONS(123), - [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1143), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(615), - [anon_sym_inner] = ACTIONS(615), - [anon_sym_value] = ACTIONS(615), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(617), - [anon_sym_actual] = ACTIONS(617), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1003), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym__automatic_semicolon] = ACTIONS(121), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [57] = { - [sym_type_alias] = STATE(5382), - [sym__declaration] = STATE(5382), - [sym_class_declaration] = STATE(5382), - [sym_function_declaration] = STATE(5382), - [sym_property_declaration] = STATE(5382), - [sym_getter] = STATE(5382), - [sym_setter] = STATE(5382), - [sym_object_declaration] = STATE(5382), - [sym__statement] = STATE(5382), - [sym_control_structure_body] = STATE(5417), - [sym__block] = STATE(5382), - [sym__loop_statement] = STATE(5382), - [sym_for_statement] = STATE(5382), - [sym_while_statement] = STATE(5382), - [sym_do_while_statement] = STATE(5382), - [sym_assignment] = STATE(5382), - [sym__expression] = STATE(2313), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(2166), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8363), - [sym_modifiers] = STATE(8312), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(755), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_typealias] = ACTIONS(1151), - [anon_sym_class] = ACTIONS(1153), - [anon_sym_interface] = ACTIONS(1153), - [anon_sym_enum] = ACTIONS(1155), - [anon_sym_LBRACE] = ACTIONS(1157), - [anon_sym_RBRACE] = ACTIONS(207), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(1159), - [anon_sym_var] = ACTIONS(1159), - [anon_sym_object] = ACTIONS(1161), - [anon_sym_fun] = ACTIONS(1163), - [anon_sym_get] = ACTIONS(1165), - [anon_sym_set] = ACTIONS(1167), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1137), - [anon_sym_for] = ACTIONS(1169), - [anon_sym_in] = ACTIONS(209), - [anon_sym_while] = ACTIONS(1171), - [anon_sym_do] = ACTIONS(1173), - [anon_sym_null] = ACTIONS(997), - [anon_sym_if] = ACTIONS(715), - [anon_sym_else] = ACTIONS(209), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_BANGin] = ACTIONS(207), - [anon_sym_is] = ACTIONS(209), - [anon_sym_BANGis] = ACTIONS(207), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1143), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(615), - [anon_sym_inner] = ACTIONS(615), - [anon_sym_value] = ACTIONS(615), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(617), - [anon_sym_actual] = ACTIONS(617), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1003), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym__automatic_semicolon] = ACTIONS(207), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [58] = { - [sym_import_list] = STATE(70), - [sym_import_header] = STATE(8751), - [sym_type_alias] = STATE(9114), - [sym__declaration] = STATE(9114), - [sym_class_declaration] = STATE(9114), - [sym_function_declaration] = STATE(9114), - [sym_property_declaration] = STATE(9114), - [sym_getter] = STATE(9114), - [sym_setter] = STATE(9114), - [sym_object_declaration] = STATE(9114), - [sym__statement] = STATE(9114), - [sym__loop_statement] = STATE(9114), - [sym_for_statement] = STATE(9114), - [sym_while_statement] = STATE(9114), - [sym_do_while_statement] = STATE(9114), - [sym_assignment] = STATE(9114), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym_source_file_repeat2] = STATE(70), - [aux_sym_source_file_repeat3] = STATE(251), - [aux_sym_import_list_repeat1] = STATE(8751), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [ts_builtin_sym_end] = ACTIONS(1147), + [61] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9530), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9756), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [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(1185), + [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), [anon_sym_object] = ACTIONS(31), @@ -44647,6 +45133,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(1187), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -44708,90 +45195,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [59] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9892), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9519), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [62] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9817), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9875), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -44800,7 +45287,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(1175), + [anon_sym_RBRACE] = ACTIONS(1189), [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -44873,90 +45360,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [60] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9793), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9692), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [63] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9978), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9756), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -44965,7 +45452,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(1181), + [anon_sym_RBRACE] = ACTIONS(1191), [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -44976,7 +45463,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(1183), + [anon_sym_DASH_GT] = ACTIONS(1187), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -45038,90 +45525,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [61] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9731), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9692), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [64] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9482), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9731), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -45130,7 +45617,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(1185), + [anon_sym_RBRACE] = ACTIONS(1193), [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -45141,7 +45628,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(1183), + [anon_sym_DASH_GT] = ACTIONS(1195), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -45203,90 +45690,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [62] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9608), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9643), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [65] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9458), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9707), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -45295,7 +45782,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(1187), + [anon_sym_RBRACE] = ACTIONS(1197), [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -45306,7 +45793,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(1189), + [anon_sym_DASH_GT] = ACTIONS(1199), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -45368,90 +45855,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [63] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9570), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9740), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [66] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9613), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9798), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -45460,7 +45947,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(1191), + [anon_sym_RBRACE] = ACTIONS(1201), [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -45471,7 +45958,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(1193), + [anon_sym_DASH_GT] = ACTIONS(1203), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -45533,90 +46020,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [64] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9531), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9670), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [67] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9884), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9636), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -45625,7 +46112,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(1205), [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -45636,7 +46123,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(1197), + [anon_sym_DASH_GT] = ACTIONS(1183), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -45698,90 +46185,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [65] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9514), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9740), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [68] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9877), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9875), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -45790,7 +46277,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(1199), + [anon_sym_RBRACE] = ACTIONS(1207), [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -45801,7 +46288,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(1193), + [anon_sym_DASH_GT] = ACTIONS(1179), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -45863,91 +46350,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [66] = { - [sym_import_list] = STATE(3053), - [sym_import_header] = STATE(8751), - [sym_type_alias] = STATE(9114), - [sym__declaration] = STATE(9114), - [sym_class_declaration] = STATE(9114), - [sym_function_declaration] = STATE(9114), - [sym_property_declaration] = STATE(9114), - [sym_getter] = STATE(9114), - [sym_setter] = STATE(9114), - [sym_object_declaration] = STATE(9114), - [sym__statement] = STATE(9114), - [sym__loop_statement] = STATE(9114), - [sym_for_statement] = STATE(9114), - [sym_while_statement] = STATE(9114), - [sym_do_while_statement] = STATE(9114), - [sym_assignment] = STATE(9114), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym_source_file_repeat2] = STATE(3053), - [aux_sym_source_file_repeat3] = STATE(228), - [aux_sym_import_list_repeat1] = STATE(8751), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [ts_builtin_sym_end] = ACTIONS(1201), + [69] = { + [sym_import_list] = STATE(58), + [sym_import_header] = STATE(8638), + [sym_type_alias] = STATE(9108), + [sym__declaration] = STATE(9108), + [sym_class_declaration] = STATE(9108), + [sym_function_declaration] = STATE(9108), + [sym_property_declaration] = STATE(9108), + [sym_getter] = STATE(9108), + [sym_setter] = STATE(9108), + [sym_object_declaration] = STATE(9108), + [sym__statement] = STATE(9108), + [sym__loop_statement] = STATE(9108), + [sym_for_statement] = STATE(9108), + [sym_while_statement] = STATE(9108), + [sym_do_while_statement] = STATE(9108), + [sym_assignment] = STATE(9108), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym_source_file_repeat2] = STATE(58), + [aux_sym_source_file_repeat3] = STATE(236), + [aux_sym_import_list_repeat1] = STATE(8638), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [ts_builtin_sym_end] = ACTIONS(1147), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -46028,101 +46515,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [67] = { - [sym_import_list] = STATE(75), - [sym_import_header] = STATE(8751), - [sym_type_alias] = STATE(9114), - [sym__declaration] = STATE(9114), - [sym_class_declaration] = STATE(9114), - [sym_function_declaration] = STATE(9114), - [sym_property_declaration] = STATE(9114), - [sym_getter] = STATE(9114), - [sym_setter] = STATE(9114), - [sym_object_declaration] = STATE(9114), - [sym__statement] = STATE(9114), - [sym__loop_statement] = STATE(9114), - [sym_for_statement] = STATE(9114), - [sym_while_statement] = STATE(9114), - [sym_do_while_statement] = STATE(9114), - [sym_assignment] = STATE(9114), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym_source_file_repeat2] = STATE(75), - [aux_sym_source_file_repeat3] = STATE(241), - [aux_sym_import_list_repeat1] = STATE(8751), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [ts_builtin_sym_end] = ACTIONS(1149), + [70] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(10072), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9756), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [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(1209), + [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), [anon_sym_object] = ACTIONS(31), @@ -46132,6 +46618,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(1187), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -46193,90 +46680,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [68] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9466), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9881), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [71] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9510), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9756), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -46285,7 +46772,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(1203), + [anon_sym_RBRACE] = ACTIONS(1211), [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -46296,7 +46783,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(1205), + [anon_sym_DASH_GT] = ACTIONS(1187), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -46358,101 +46845,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [69] = { - [sym_import_list] = STATE(3053), - [sym_import_header] = STATE(8751), - [sym_type_alias] = STATE(9114), - [sym__declaration] = STATE(9114), - [sym_class_declaration] = STATE(9114), - [sym_function_declaration] = STATE(9114), - [sym_property_declaration] = STATE(9114), - [sym_getter] = STATE(9114), - [sym_setter] = STATE(9114), - [sym_object_declaration] = STATE(9114), - [sym__statement] = STATE(9114), - [sym__loop_statement] = STATE(9114), - [sym_for_statement] = STATE(9114), - [sym_while_statement] = STATE(9114), - [sym_do_while_statement] = STATE(9114), - [sym_assignment] = STATE(9114), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym_source_file_repeat2] = STATE(3053), - [aux_sym_source_file_repeat3] = STATE(251), - [aux_sym_import_list_repeat1] = STATE(8751), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [ts_builtin_sym_end] = ACTIONS(1147), + [72] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9545), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9636), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [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(1213), + [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), [anon_sym_object] = ACTIONS(31), @@ -46462,6 +46948,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(1183), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -46523,101 +47010,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [70] = { - [sym_import_list] = STATE(3053), - [sym_import_header] = STATE(8751), - [sym_type_alias] = STATE(9114), - [sym__declaration] = STATE(9114), - [sym_class_declaration] = STATE(9114), - [sym_function_declaration] = STATE(9114), - [sym_property_declaration] = STATE(9114), - [sym_getter] = STATE(9114), - [sym_setter] = STATE(9114), - [sym_object_declaration] = STATE(9114), - [sym__statement] = STATE(9114), - [sym__loop_statement] = STATE(9114), - [sym_for_statement] = STATE(9114), - [sym_while_statement] = STATE(9114), - [sym_do_while_statement] = STATE(9114), - [sym_assignment] = STATE(9114), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym_source_file_repeat2] = STATE(3053), - [aux_sym_source_file_repeat3] = STATE(241), - [aux_sym_import_list_repeat1] = STATE(8751), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [ts_builtin_sym_end] = ACTIONS(1149), + [73] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9534), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9707), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [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(1215), + [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), [anon_sym_object] = ACTIONS(31), @@ -46627,6 +47113,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(1199), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -46688,90 +47175,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [71] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9825), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9881), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [74] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9800), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9731), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -46780,7 +47267,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(1207), + [anon_sym_RBRACE] = ACTIONS(1217), [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -46791,7 +47278,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(1205), + [anon_sym_DASH_GT] = ACTIONS(1195), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -46853,90 +47340,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [72] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9463), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9670), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [75] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9611), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9731), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -46945,7 +47432,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(1209), + [anon_sym_RBRACE] = ACTIONS(1219), [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -46956,7 +47443,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(1197), + [anon_sym_DASH_GT] = ACTIONS(1195), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -47018,90 +47505,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [73] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9558), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9740), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [76] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9603), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9798), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -47110,7 +47597,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(1211), + [anon_sym_RBRACE] = ACTIONS(1221), [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -47121,7 +47608,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(1193), + [anon_sym_DASH_GT] = ACTIONS(1203), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -47183,91 +47670,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [74] = { - [sym_import_list] = STATE(66), - [sym_import_header] = STATE(8751), - [sym_type_alias] = STATE(9114), - [sym__declaration] = STATE(9114), - [sym_class_declaration] = STATE(9114), - [sym_function_declaration] = STATE(9114), - [sym_property_declaration] = STATE(9114), - [sym_getter] = STATE(9114), - [sym_setter] = STATE(9114), - [sym_object_declaration] = STATE(9114), - [sym__statement] = STATE(9114), - [sym__loop_statement] = STATE(9114), - [sym_for_statement] = STATE(9114), - [sym_while_statement] = STATE(9114), - [sym_do_while_statement] = STATE(9114), - [sym_assignment] = STATE(9114), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym_source_file_repeat2] = STATE(66), - [aux_sym_source_file_repeat3] = STATE(216), - [aux_sym_import_list_repeat1] = STATE(8751), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [ts_builtin_sym_end] = ACTIONS(1213), + [77] = { + [sym_import_list] = STATE(81), + [sym_import_header] = STATE(8638), + [sym_type_alias] = STATE(9108), + [sym__declaration] = STATE(9108), + [sym_class_declaration] = STATE(9108), + [sym_function_declaration] = STATE(9108), + [sym_property_declaration] = STATE(9108), + [sym_getter] = STATE(9108), + [sym_setter] = STATE(9108), + [sym_object_declaration] = STATE(9108), + [sym__statement] = STATE(9108), + [sym__loop_statement] = STATE(9108), + [sym_for_statement] = STATE(9108), + [sym_while_statement] = STATE(9108), + [sym_do_while_statement] = STATE(9108), + [sym_assignment] = STATE(9108), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym_source_file_repeat2] = STATE(81), + [aux_sym_source_file_repeat3] = STATE(213), + [aux_sym_import_list_repeat1] = STATE(8638), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [ts_builtin_sym_end] = ACTIONS(1149), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -47348,91 +47835,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [75] = { - [sym_import_list] = STATE(3053), - [sym_import_header] = STATE(8751), - [sym_type_alias] = STATE(9114), - [sym__declaration] = STATE(9114), - [sym_class_declaration] = STATE(9114), - [sym_function_declaration] = STATE(9114), - [sym_property_declaration] = STATE(9114), - [sym_getter] = STATE(9114), - [sym_setter] = STATE(9114), - [sym_object_declaration] = STATE(9114), - [sym__statement] = STATE(9114), - [sym__loop_statement] = STATE(9114), - [sym_for_statement] = STATE(9114), - [sym_while_statement] = STATE(9114), - [sym_do_while_statement] = STATE(9114), - [sym_assignment] = STATE(9114), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym_source_file_repeat2] = STATE(3053), - [aux_sym_source_file_repeat3] = STATE(216), - [aux_sym_import_list_repeat1] = STATE(8751), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [ts_builtin_sym_end] = ACTIONS(1213), + [78] = { + [sym_import_list] = STATE(3022), + [sym_import_header] = STATE(8638), + [sym_type_alias] = STATE(9108), + [sym__declaration] = STATE(9108), + [sym_class_declaration] = STATE(9108), + [sym_function_declaration] = STATE(9108), + [sym_property_declaration] = STATE(9108), + [sym_getter] = STATE(9108), + [sym_setter] = STATE(9108), + [sym_object_declaration] = STATE(9108), + [sym__statement] = STATE(9108), + [sym__loop_statement] = STATE(9108), + [sym_for_statement] = STATE(9108), + [sym_while_statement] = STATE(9108), + [sym_do_while_statement] = STATE(9108), + [sym_assignment] = STATE(9108), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym_source_file_repeat2] = STATE(3022), + [aux_sym_source_file_repeat3] = STATE(218), + [aux_sym_import_list_repeat1] = STATE(8638), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [ts_builtin_sym_end] = ACTIONS(1223), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -47513,100 +48000,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [76] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9883), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9881), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [79] = { + [sym_import_list] = STATE(3022), + [sym_import_header] = STATE(8638), + [sym_type_alias] = STATE(9108), + [sym__declaration] = STATE(9108), + [sym_class_declaration] = STATE(9108), + [sym_function_declaration] = STATE(9108), + [sym_property_declaration] = STATE(9108), + [sym_getter] = STATE(9108), + [sym_setter] = STATE(9108), + [sym_object_declaration] = STATE(9108), + [sym__statement] = STATE(9108), + [sym__loop_statement] = STATE(9108), + [sym_for_statement] = STATE(9108), + [sym_while_statement] = STATE(9108), + [sym_do_while_statement] = STATE(9108), + [sym_assignment] = STATE(9108), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym_source_file_repeat2] = STATE(3022), + [aux_sym_source_file_repeat3] = STATE(236), + [aux_sym_import_list_repeat1] = STATE(8638), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [ts_builtin_sym_end] = ACTIONS(1147), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [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(1215), - [anon_sym_LPAREN] = ACTIONS(1177), + [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), [anon_sym_object] = ACTIONS(31), @@ -47616,7 +48104,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(1205), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -47678,90 +48165,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [77] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9745), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9692), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [80] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9854), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9798), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -47770,7 +48257,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(1217), + [anon_sym_RBRACE] = ACTIONS(1225), [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -47781,7 +48268,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(1183), + [anon_sym_DASH_GT] = ACTIONS(1203), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -47843,99 +48330,264 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [78] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9539), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9643), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [81] = { + [sym_import_list] = STATE(3022), + [sym_import_header] = STATE(8638), + [sym_type_alias] = STATE(9108), + [sym__declaration] = STATE(9108), + [sym_class_declaration] = STATE(9108), + [sym_function_declaration] = STATE(9108), + [sym_property_declaration] = STATE(9108), + [sym_getter] = STATE(9108), + [sym_setter] = STATE(9108), + [sym_object_declaration] = STATE(9108), + [sym__statement] = STATE(9108), + [sym__loop_statement] = STATE(9108), + [sym_for_statement] = STATE(9108), + [sym_while_statement] = STATE(9108), + [sym_do_while_statement] = STATE(9108), + [sym_assignment] = STATE(9108), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym_source_file_repeat2] = STATE(3022), + [aux_sym_source_file_repeat3] = STATE(233), + [aux_sym_import_list_repeat1] = STATE(8638), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [ts_builtin_sym_end] = ACTIONS(1227), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [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(1219), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [82] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9584), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9707), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(117), + [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(1229), [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -47946,7 +48598,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(1189), + [anon_sym_DASH_GT] = ACTIONS(1199), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -48008,90 +48660,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [79] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9857), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9670), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [83] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9591), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9636), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -48100,7 +48752,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(1221), + [anon_sym_RBRACE] = ACTIONS(1231), [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -48111,7 +48763,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(1197), + [anon_sym_DASH_GT] = ACTIONS(1183), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -48173,99 +48825,264 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [80] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9932), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9643), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [84] = { + [sym_import_list] = STATE(78), + [sym_import_header] = STATE(8638), + [sym_type_alias] = STATE(9108), + [sym__declaration] = STATE(9108), + [sym_class_declaration] = STATE(9108), + [sym_function_declaration] = STATE(9108), + [sym_property_declaration] = STATE(9108), + [sym_getter] = STATE(9108), + [sym_setter] = STATE(9108), + [sym_object_declaration] = STATE(9108), + [sym__statement] = STATE(9108), + [sym__loop_statement] = STATE(9108), + [sym_for_statement] = STATE(9108), + [sym_while_statement] = STATE(9108), + [sym_do_while_statement] = STATE(9108), + [sym_assignment] = STATE(9108), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym_source_file_repeat2] = STATE(78), + [aux_sym_source_file_repeat3] = STATE(233), + [aux_sym_import_list_repeat1] = STATE(8638), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [ts_builtin_sym_end] = ACTIONS(1227), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [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(1223), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [85] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_variable_declaration] = STATE(8815), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9464), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_multi_variable_declaration] = STATE(8815), + [sym_lambda_parameters] = STATE(9875), + [sym__lambda_parameter] = STATE(8815), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5293), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(117), + [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(1233), [anon_sym_LPAREN] = ACTIONS(1177), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -48276,7 +49093,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(1189), + [anon_sym_DASH_GT] = ACTIONS(1179), [sym_label] = ACTIONS(45), [anon_sym_for] = ACTIONS(47), [anon_sym_while] = ACTIONS(49), @@ -48338,134 +49155,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [81] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(10037), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9519), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), + [86] = { + [sym_type_alias] = STATE(9845), + [sym__declaration] = STATE(9845), + [sym_class_declaration] = STATE(9845), + [sym_function_declaration] = STATE(9845), + [sym_property_declaration] = STATE(9845), + [sym_getter] = STATE(9845), + [sym_setter] = STATE(9845), + [sym_object_declaration] = STATE(9845), + [sym__statement] = STATE(9845), + [sym_control_structure_body] = STATE(9624), + [sym__block] = STATE(9845), + [sym__loop_statement] = STATE(9845), + [sym_for_statement] = STATE(9845), + [sym_while_statement] = STATE(9845), + [sym_do_while_statement] = STATE(9845), + [sym_assignment] = STATE(9845), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8288), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [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(1225), - [anon_sym_LPAREN] = ACTIONS(1177), - [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(1179), - [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(119), + [anon_sym_typealias] = ACTIONS(211), + [anon_sym_class] = ACTIONS(213), + [anon_sym_interface] = ACTIONS(213), + [anon_sym_enum] = ACTIONS(215), + [anon_sym_LBRACE] = ACTIONS(217), + [anon_sym_RBRACE] = ACTIONS(207), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(219), + [anon_sym_var] = ACTIONS(219), + [anon_sym_object] = ACTIONS(221), + [anon_sym_fun] = ACTIONS(223), + [anon_sym_SEMI] = ACTIONS(225), + [anon_sym_get] = ACTIONS(227), + [anon_sym_set] = ACTIONS(229), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [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(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [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_value] = ACTIONS(77), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -48484,153 +49298,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(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym__automatic_semicolon] = ACTIONS(207), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(205), }, - [82] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9783), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9692), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), + [87] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4722), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(3316), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4524), + [sym_parenthesized_expression] = STATE(4524), + [sym_collection_literal] = STATE(4524), + [sym__literal_constant] = STATE(4524), + [sym_string_literal] = STATE(4524), + [sym_lambda_literal] = STATE(4524), + [sym_anonymous_function] = STATE(4524), + [sym__function_literal] = STATE(4524), + [sym_object_literal] = STATE(4524), + [sym_this_expression] = STATE(4524), + [sym_super_expression] = STATE(4524), + [sym_if_expression] = STATE(4524), + [sym_when_expression] = STATE(4524), + [sym_try_expression] = STATE(4524), + [sym_jump_expression] = STATE(4524), + [sym_callable_reference] = STATE(4524), + [sym__prefix_unary_operator] = STATE(1983), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8353), + [sym_modifiers] = STATE(8291), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4524), + [sym_long_literal] = STATE(4524), + [sym_boolean_literal] = STATE(4524), + [sym_character_literal] = STATE(4524), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(786), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [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(1227), - [anon_sym_LPAREN] = ACTIONS(1177), - [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(1183), - [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(119), + [anon_sym_typealias] = ACTIONS(125), + [anon_sym_class] = ACTIONS(127), + [anon_sym_interface] = ACTIONS(127), + [anon_sym_enum] = ACTIONS(129), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(135), + [anon_sym_var] = ACTIONS(135), + [anon_sym_object] = ACTIONS(137), + [anon_sym_fun] = ACTIONS(139), + [anon_sym_SEMI] = ACTIONS(1235), + [anon_sym_get] = ACTIONS(141), + [anon_sym_set] = ACTIONS(143), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(151), + [anon_sym_for] = ACTIONS(153), + [anon_sym_while] = ACTIONS(155), + [anon_sym_do] = ACTIONS(157), + [anon_sym_null] = ACTIONS(159), + [anon_sym_if] = ACTIONS(161), + [anon_sym_else] = ACTIONS(1239), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [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_value] = ACTIONS(77), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -48649,135 +49461,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(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(193), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(205), }, - [83] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9880), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9519), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [88] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(4044), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(1635), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2769), + [sym_parenthesized_expression] = STATE(2769), + [sym_collection_literal] = STATE(2769), + [sym__literal_constant] = STATE(2769), + [sym_string_literal] = STATE(2769), + [sym_lambda_literal] = STATE(2769), + [sym_anonymous_function] = STATE(2769), + [sym__function_literal] = STATE(2769), + [sym_object_literal] = STATE(2769), + [sym_this_expression] = STATE(2769), + [sym_super_expression] = STATE(2769), + [sym_if_expression] = STATE(2769), + [sym_when_expression] = STATE(2769), + [sym_try_expression] = STATE(2769), + [sym_jump_expression] = STATE(2769), + [sym_callable_reference] = STATE(2769), + [sym__prefix_unary_operator] = STATE(1593), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8393), + [sym_modifiers] = STATE(8282), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(340), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2769), + [sym_long_literal] = STATE(2769), + [sym_boolean_literal] = STATE(2769), + [sym_character_literal] = STATE(2769), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(771), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(731), + [anon_sym_interface] = ACTIONS(731), + [anon_sym_enum] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(735), + [anon_sym_var] = ACTIONS(735), + [anon_sym_object] = ACTIONS(737), + [anon_sym_fun] = ACTIONS(739), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym_get] = ACTIONS(741), + [anon_sym_set] = ACTIONS(743), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(747), + [anon_sym_for] = ACTIONS(749), + [anon_sym_while] = ACTIONS(751), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(297), + [anon_sym_if] = ACTIONS(753), + [anon_sym_else] = ACTIONS(1245), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [89] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5631), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8306), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(762), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [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(1229), - [anon_sym_LPAREN] = ACTIONS(1177), - [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_typealias] = ACTIONS(345), + [anon_sym_class] = ACTIONS(1057), + [anon_sym_interface] = ACTIONS(1057), + [anon_sym_enum] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(917), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(1061), + [anon_sym_var] = ACTIONS(1061), + [anon_sym_object] = ACTIONS(1063), + [anon_sym_fun] = ACTIONS(1065), + [anon_sym_SEMI] = ACTIONS(1247), + [anon_sym_get] = ACTIONS(1067), + [anon_sym_set] = ACTIONS(1069), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(43), - [anon_sym_DASH_GT] = ACTIONS(1179), [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(47), - [anon_sym_while] = ACTIONS(49), - [anon_sym_do] = ACTIONS(51), + [anon_sym_for] = ACTIONS(1071), + [anon_sym_while] = ACTIONS(1073), + [anon_sym_do] = ACTIONS(371), [anon_sym_null] = ACTIONS(53), [anon_sym_if] = ACTIONS(55), + [anon_sym_else] = ACTIONS(1249), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), [anon_sym_throw] = ACTIONS(61), @@ -48833,128 +49804,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [84] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9523), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9881), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [90] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5602), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4245), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1625), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8375), + [sym_modifiers] = STATE(8296), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(335), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(760), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [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(1231), - [anon_sym_LPAREN] = ACTIONS(1177), - [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_typealias] = ACTIONS(345), + [anon_sym_class] = ACTIONS(913), + [anon_sym_interface] = ACTIONS(913), + [anon_sym_enum] = ACTIONS(915), + [anon_sym_LBRACE] = ACTIONS(917), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(919), + [anon_sym_var] = ACTIONS(919), + [anon_sym_object] = ACTIONS(921), + [anon_sym_fun] = ACTIONS(923), + [anon_sym_SEMI] = ACTIONS(1251), + [anon_sym_get] = ACTIONS(925), + [anon_sym_set] = ACTIONS(927), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [anon_sym_DASH_GT] = ACTIONS(1205), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(47), - [anon_sym_while] = ACTIONS(49), - [anon_sym_do] = ACTIONS(51), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(931), + [anon_sym_for] = ACTIONS(933), + [anon_sym_while] = ACTIONS(935), + [anon_sym_do] = ACTIONS(371), [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(55), + [anon_sym_if] = ACTIONS(375), + [anon_sym_else] = ACTIONS(1253), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), [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(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -48998,116 +49966,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [85] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_variable_declaration] = STATE(8820), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9597), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_multi_variable_declaration] = STATE(8820), - [sym_lambda_parameters] = STATE(9519), - [sym__lambda_parameter] = STATE(8820), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5308), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [91] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5411), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4056), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4551), + [sym_parenthesized_expression] = STATE(4551), + [sym_collection_literal] = STATE(4551), + [sym__literal_constant] = STATE(4551), + [sym_string_literal] = STATE(4551), + [sym_lambda_literal] = STATE(4551), + [sym_anonymous_function] = STATE(4551), + [sym__function_literal] = STATE(4551), + [sym_object_literal] = STATE(4551), + [sym_this_expression] = STATE(4551), + [sym_super_expression] = STATE(4551), + [sym_if_expression] = STATE(4551), + [sym_when_expression] = STATE(4551), + [sym_try_expression] = STATE(4551), + [sym_jump_expression] = STATE(4551), + [sym_callable_reference] = STATE(4551), + [sym__prefix_unary_operator] = STATE(1843), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8392), + [sym_modifiers] = STATE(8298), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(344), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4551), + [sym_long_literal] = STATE(4551), + [sym_boolean_literal] = STATE(4551), + [sym_character_literal] = STATE(4551), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(798), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [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(1233), - [anon_sym_LPAREN] = ACTIONS(1177), - [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_typealias] = ACTIONS(345), + [anon_sym_class] = ACTIONS(795), + [anon_sym_interface] = ACTIONS(795), + [anon_sym_enum] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(351), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(799), + [anon_sym_var] = ACTIONS(799), + [anon_sym_object] = ACTIONS(801), + [anon_sym_fun] = ACTIONS(803), + [anon_sym_SEMI] = ACTIONS(1255), + [anon_sym_get] = ACTIONS(805), + [anon_sym_set] = ACTIONS(807), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [anon_sym_DASH_GT] = ACTIONS(1179), - [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(1257), + [sym_label] = ACTIONS(811), + [anon_sym_for] = ACTIONS(813), + [anon_sym_while] = ACTIONS(815), + [anon_sym_do] = ACTIONS(371), + [anon_sym_null] = ACTIONS(373), [anon_sym_if] = ACTIONS(55), + [anon_sym_else] = ACTIONS(1259), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), [anon_sym_throw] = ACTIONS(61), @@ -49115,11 +50080,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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -49152,7 +50117,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(95), [anon_sym_this_AT] = ACTIONS(97), [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), + [sym_real_literal] = ACTIONS(385), [sym_integer_literal] = ACTIONS(103), [sym_hex_literal] = ACTIONS(105), [sym_bin_literal] = ACTIONS(105), @@ -49163,288 +50128,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [86] = { - [sym_type_alias] = STATE(9851), - [sym__declaration] = STATE(9851), - [sym_class_declaration] = STATE(9851), - [sym_function_declaration] = STATE(9851), - [sym_property_declaration] = STATE(9851), - [sym_getter] = STATE(9851), - [sym_setter] = STATE(9851), - [sym_object_declaration] = STATE(9851), - [sym__statement] = STATE(9851), - [sym_control_structure_body] = STATE(9478), - [sym__block] = STATE(9851), - [sym__loop_statement] = STATE(9851), - [sym_for_statement] = STATE(9851), - [sym_while_statement] = STATE(9851), - [sym_do_while_statement] = STATE(9851), - [sym_assignment] = STATE(9851), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8315), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(790), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(301), - [anon_sym_class] = ACTIONS(303), - [anon_sym_interface] = ACTIONS(303), - [anon_sym_enum] = ACTIONS(305), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_RBRACE] = ACTIONS(297), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(309), - [anon_sym_var] = ACTIONS(309), - [anon_sym_object] = ACTIONS(311), - [anon_sym_fun] = ACTIONS(313), - [anon_sym_SEMI] = ACTIONS(315), - [anon_sym_get] = ACTIONS(317), - [anon_sym_set] = ACTIONS(319), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(325), - [anon_sym_while] = ACTIONS(327), - [anon_sym_do] = ACTIONS(329), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym__automatic_semicolon] = ACTIONS(297), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [87] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1252), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(385), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(798), - [sym_parenthesized_expression] = STATE(798), - [sym_collection_literal] = STATE(798), - [sym__literal_constant] = STATE(798), - [sym_string_literal] = STATE(798), - [sym_lambda_literal] = STATE(798), - [sym_anonymous_function] = STATE(798), - [sym__function_literal] = STATE(798), - [sym_object_literal] = STATE(798), - [sym_this_expression] = STATE(798), - [sym_super_expression] = STATE(798), - [sym_if_expression] = STATE(798), - [sym_when_expression] = STATE(798), - [sym_try_expression] = STATE(798), - [sym_jump_expression] = STATE(798), - [sym_callable_reference] = STATE(798), - [sym__prefix_unary_operator] = STATE(1653), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8378), - [sym_modifiers] = STATE(8302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(336), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), + [92] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(2343), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(519), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(774), + [sym_parenthesized_expression] = STATE(774), + [sym_collection_literal] = STATE(774), + [sym__literal_constant] = STATE(774), + [sym_string_literal] = STATE(774), + [sym_lambda_literal] = STATE(774), + [sym_anonymous_function] = STATE(774), + [sym__function_literal] = STATE(774), + [sym_object_literal] = STATE(774), + [sym_this_expression] = STATE(774), + [sym_super_expression] = STATE(774), + [sym_if_expression] = STATE(774), + [sym_when_expression] = STATE(774), + [sym_try_expression] = STATE(774), + [sym_jump_expression] = STATE(774), + [sym_callable_reference] = STATE(774), + [sym__prefix_unary_operator] = STATE(1605), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8372), + [sym_modifiers] = STATE(8313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(346), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(798), - [sym_long_literal] = STATE(798), - [sym_boolean_literal] = STATE(798), - [sym_character_literal] = STATE(798), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(774), + [sym_long_literal] = STATE(774), + [sym_boolean_literal] = STATE(774), + [sym_character_literal] = STATE(774), [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(788), - [aux_sym_modifiers_repeat1] = STATE(5620), + [aux_sym__statement_repeat1] = STATE(754), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(789), - [anon_sym_interface] = ACTIONS(789), - [anon_sym_enum] = ACTIONS(791), - [anon_sym_LBRACE] = ACTIONS(397), + [anon_sym_class] = ACTIONS(1031), + [anon_sym_interface] = ACTIONS(1031), + [anon_sym_enum] = ACTIONS(1033), + [anon_sym_LBRACE] = ACTIONS(945), [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(793), - [anon_sym_var] = ACTIONS(793), - [anon_sym_object] = ACTIONS(795), - [anon_sym_fun] = ACTIONS(797), - [anon_sym_SEMI] = ACTIONS(1235), - [anon_sym_get] = ACTIONS(799), - [anon_sym_set] = ACTIONS(801), + [anon_sym_val] = ACTIONS(1035), + [anon_sym_var] = ACTIONS(1035), + [anon_sym_object] = ACTIONS(1037), + [anon_sym_fun] = ACTIONS(1039), + [anon_sym_SEMI] = ACTIONS(1261), + [anon_sym_get] = ACTIONS(1041), + [anon_sym_set] = ACTIONS(1043), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(805), - [anon_sym_for] = ACTIONS(807), - [anon_sym_while] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1047), + [anon_sym_for] = ACTIONS(1049), + [anon_sym_while] = ACTIONS(1051), [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(425), - [anon_sym_if] = ACTIONS(811), - [anon_sym_else] = ACTIONS(1239), + [anon_sym_null] = ACTIONS(965), + [anon_sym_if] = ACTIONS(721), + [anon_sym_else] = ACTIONS(1263), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -49477,7 +50279,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(453), [anon_sym_this_AT] = ACTIONS(455), [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(459), + [sym_real_literal] = ACTIONS(971), [sym_integer_literal] = ACTIONS(461), [sym_hex_literal] = ACTIONS(463), [sym_bin_literal] = ACTIONS(463), @@ -49488,125 +50290,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [88] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(4061), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(1636), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2773), - [sym_parenthesized_expression] = STATE(2773), - [sym_collection_literal] = STATE(2773), - [sym__literal_constant] = STATE(2773), - [sym_string_literal] = STATE(2773), - [sym_lambda_literal] = STATE(2773), - [sym_anonymous_function] = STATE(2773), - [sym__function_literal] = STATE(2773), - [sym_object_literal] = STATE(2773), - [sym_this_expression] = STATE(2773), - [sym_super_expression] = STATE(2773), - [sym_if_expression] = STATE(2773), - [sym_when_expression] = STATE(2773), - [sym_try_expression] = STATE(2773), - [sym_jump_expression] = STATE(2773), - [sym_callable_reference] = STATE(2773), - [sym__prefix_unary_operator] = STATE(1594), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8366), - [sym_modifiers] = STATE(8303), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(334), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2773), - [sym_long_literal] = STATE(2773), - [sym_boolean_literal] = STATE(2773), - [sym_character_literal] = STATE(2773), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(784), - [aux_sym_modifiers_repeat1] = STATE(5620), + [93] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(5620), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8305), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(787), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(757), - [anon_sym_interface] = ACTIONS(757), - [anon_sym_enum] = ACTIONS(759), - [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_class] = ACTIONS(1101), + [anon_sym_interface] = ACTIONS(1101), + [anon_sym_enum] = ACTIONS(1103), + [anon_sym_LBRACE] = ACTIONS(825), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(761), - [anon_sym_var] = ACTIONS(761), - [anon_sym_object] = ACTIONS(763), - [anon_sym_fun] = ACTIONS(765), - [anon_sym_SEMI] = ACTIONS(1241), - [anon_sym_get] = ACTIONS(767), - [anon_sym_set] = ACTIONS(769), + [anon_sym_val] = ACTIONS(1105), + [anon_sym_var] = ACTIONS(1105), + [anon_sym_object] = ACTIONS(1107), + [anon_sym_fun] = ACTIONS(1109), + [anon_sym_SEMI] = ACTIONS(1265), + [anon_sym_get] = ACTIONS(1111), + [anon_sym_set] = ACTIONS(1113), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(773), - [anon_sym_for] = ACTIONS(775), - [anon_sym_while] = ACTIONS(777), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(1117), + [anon_sym_while] = ACTIONS(1119), [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(159), - [anon_sym_if] = ACTIONS(779), - [anon_sym_else] = ACTIONS(1245), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), + [anon_sym_else] = ACTIONS(1267), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -49639,7 +50441,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(193), + [sym_real_literal] = ACTIONS(253), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -49650,131 +50452,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [89] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(4318), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2565), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3004), - [sym_parenthesized_expression] = STATE(3004), - [sym_collection_literal] = STATE(3004), - [sym__literal_constant] = STATE(3004), - [sym_string_literal] = STATE(3004), - [sym_lambda_literal] = STATE(3004), - [sym_anonymous_function] = STATE(3004), - [sym__function_literal] = STATE(3004), - [sym_object_literal] = STATE(3004), - [sym_this_expression] = STATE(3004), - [sym_super_expression] = STATE(3004), - [sym_if_expression] = STATE(3004), - [sym_when_expression] = STATE(3004), - [sym_try_expression] = STATE(3004), - [sym_jump_expression] = STATE(3004), - [sym_callable_reference] = STATE(3004), - [sym__prefix_unary_operator] = STATE(1533), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8387), - [sym_modifiers] = STATE(8298), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(353), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3004), - [sym_long_literal] = STATE(3004), - [sym_boolean_literal] = STATE(3004), - [sym_character_literal] = STATE(3004), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(787), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), + [94] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(4279), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2434), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2987), + [sym_parenthesized_expression] = STATE(2987), + [sym_collection_literal] = STATE(2987), + [sym__literal_constant] = STATE(2987), + [sym_string_literal] = STATE(2987), + [sym_lambda_literal] = STATE(2987), + [sym_anonymous_function] = STATE(2987), + [sym__function_literal] = STATE(2987), + [sym_object_literal] = STATE(2987), + [sym_this_expression] = STATE(2987), + [sym_super_expression] = STATE(2987), + [sym_if_expression] = STATE(2987), + [sym_when_expression] = STATE(2987), + [sym_try_expression] = STATE(2987), + [sym_jump_expression] = STATE(2987), + [sym_callable_reference] = STATE(2987), + [sym__prefix_unary_operator] = STATE(1543), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8373), + [sym_modifiers] = STATE(8312), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(334), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2987), + [sym_long_literal] = STATE(2987), + [sym_boolean_literal] = STATE(2987), + [sym_character_literal] = STATE(2987), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(763), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(1031), - [anon_sym_interface] = ACTIONS(1031), - [anon_sym_enum] = ACTIONS(1033), - [anon_sym_LBRACE] = ACTIONS(885), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(1035), - [anon_sym_var] = ACTIONS(1035), - [anon_sym_object] = ACTIONS(1037), - [anon_sym_fun] = ACTIONS(1039), - [anon_sym_SEMI] = ACTIONS(1247), - [anon_sym_get] = ACTIONS(1041), - [anon_sym_set] = ACTIONS(1043), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1047), - [anon_sym_for] = ACTIONS(1049), - [anon_sym_while] = ACTIONS(1051), - [anon_sym_do] = ACTIONS(509), - [anon_sym_null] = ACTIONS(905), - [anon_sym_if] = ACTIONS(747), - [anon_sym_else] = ACTIONS(1249), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_typealias] = ACTIONS(561), + [anon_sym_class] = ACTIONS(973), + [anon_sym_interface] = ACTIONS(973), + [anon_sym_enum] = ACTIONS(975), + [anon_sym_LBRACE] = ACTIONS(977), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_val] = ACTIONS(979), + [anon_sym_var] = ACTIONS(979), + [anon_sym_object] = ACTIONS(981), + [anon_sym_fun] = ACTIONS(983), + [anon_sym_SEMI] = ACTIONS(1269), + [anon_sym_get] = ACTIONS(985), + [anon_sym_set] = ACTIONS(987), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(991), + [anon_sym_for] = ACTIONS(993), + [anon_sym_while] = ACTIONS(995), + [anon_sym_do] = ACTIONS(593), + [anon_sym_null] = ACTIONS(997), + [anon_sym_if] = ACTIONS(597), + [anon_sym_else] = ACTIONS(1271), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(531), - [anon_sym_inner] = ACTIONS(531), - [anon_sym_value] = ACTIONS(531), + [anon_sym_data] = ACTIONS(615), + [anon_sym_inner] = ACTIONS(615), + [anon_sym_value] = ACTIONS(615), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -49793,306 +50595,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(533), - [anon_sym_actual] = ACTIONS(533), + [anon_sym_expect] = ACTIONS(617), + [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(911), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [90] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(4286), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(2508), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2774), - [sym_parenthesized_expression] = STATE(2774), - [sym_collection_literal] = STATE(2774), - [sym__literal_constant] = STATE(2774), - [sym_string_literal] = STATE(2774), - [sym_lambda_literal] = STATE(2774), - [sym_anonymous_function] = STATE(2774), - [sym__function_literal] = STATE(2774), - [sym_object_literal] = STATE(2774), - [sym_this_expression] = STATE(2774), - [sym_super_expression] = STATE(2774), - [sym_if_expression] = STATE(2774), - [sym_when_expression] = STATE(2774), - [sym_try_expression] = STATE(2774), - [sym_jump_expression] = STATE(2774), - [sym_callable_reference] = STATE(2774), - [sym__prefix_unary_operator] = STATE(1793), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8362), - [sym_modifiers] = STATE(8285), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(344), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2774), - [sym_long_literal] = STATE(2774), - [sym_boolean_literal] = STATE(2774), - [sym_character_literal] = STATE(2774), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(786), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(1075), - [anon_sym_interface] = ACTIONS(1075), - [anon_sym_enum] = ACTIONS(1077), - [anon_sym_LBRACE] = ACTIONS(825), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(1079), - [anon_sym_var] = ACTIONS(1079), - [anon_sym_object] = ACTIONS(1081), - [anon_sym_fun] = ACTIONS(1083), - [anon_sym_SEMI] = ACTIONS(1251), - [anon_sym_get] = ACTIONS(1085), - [anon_sym_set] = ACTIONS(1087), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1091), - [anon_sym_for] = ACTIONS(1093), - [anon_sym_while] = ACTIONS(1095), - [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(845), - [anon_sym_if] = ACTIONS(779), - [anon_sym_else] = ACTIONS(1253), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(179), - [anon_sym_inner] = ACTIONS(179), - [anon_sym_value] = ACTIONS(179), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(181), - [anon_sym_actual] = ACTIONS(181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(851), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1003), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(639), }, - [91] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5216), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(3771), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4551), - [sym_parenthesized_expression] = STATE(4551), - [sym_collection_literal] = STATE(4551), - [sym__literal_constant] = STATE(4551), - [sym_string_literal] = STATE(4551), - [sym_lambda_literal] = STATE(4551), - [sym_anonymous_function] = STATE(4551), - [sym__function_literal] = STATE(4551), - [sym_object_literal] = STATE(4551), - [sym_this_expression] = STATE(4551), - [sym_super_expression] = STATE(4551), - [sym_if_expression] = STATE(4551), - [sym_when_expression] = STATE(4551), - [sym_try_expression] = STATE(4551), - [sym_jump_expression] = STATE(4551), - [sym_callable_reference] = STATE(4551), - [sym__prefix_unary_operator] = STATE(1519), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8401), - [sym_modifiers] = STATE(8284), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(341), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4551), - [sym_long_literal] = STATE(4551), - [sym_boolean_literal] = STATE(4551), - [sym_character_literal] = STATE(4551), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(794), - [aux_sym_modifiers_repeat1] = STATE(5620), + [95] = { + [sym_type_alias] = STATE(9433), + [sym__declaration] = STATE(9433), + [sym_class_declaration] = STATE(9433), + [sym_function_declaration] = STATE(9433), + [sym_property_declaration] = STATE(9433), + [sym_getter] = STATE(9433), + [sym_setter] = STATE(9433), + [sym_object_declaration] = STATE(9433), + [sym__statement] = STATE(9433), + [sym_control_structure_body] = STATE(9356), + [sym__block] = STATE(9433), + [sym__loop_statement] = STATE(9433), + [sym_for_statement] = STATE(9433), + [sym_while_statement] = STATE(9433), + [sym_do_while_statement] = STATE(9433), + [sym_assignment] = STATE(9433), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(347), - [anon_sym_interface] = ACTIONS(347), - [anon_sym_enum] = ACTIONS(349), - [anon_sym_LBRACE] = ACTIONS(351), + [anon_sym_typealias] = ACTIONS(19), + [anon_sym_class] = ACTIONS(21), + [anon_sym_interface] = ACTIONS(21), + [anon_sym_enum] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(1273), + [anon_sym_RBRACE] = ACTIONS(259), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(353), - [anon_sym_var] = ACTIONS(353), - [anon_sym_object] = ACTIONS(355), - [anon_sym_fun] = ACTIONS(357), - [anon_sym_SEMI] = ACTIONS(1255), - [anon_sym_get] = ACTIONS(359), - [anon_sym_set] = ACTIONS(361), + [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(1257), - [sym_label] = ACTIONS(365), - [anon_sym_for] = ACTIONS(367), - [anon_sym_while] = ACTIONS(369), - [anon_sym_do] = ACTIONS(371), - [anon_sym_null] = ACTIONS(373), - [anon_sym_if] = ACTIONS(375), - [anon_sym_else] = ACTIONS(1259), + [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(377), - [anon_sym_return] = ACTIONS(379), + [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(381), - [anon_sym_DASH] = ACTIONS(381), - [anon_sym_PLUS_PLUS] = ACTIONS(383), - [anon_sym_DASH_DASH] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(383), + [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), @@ -50125,7 +50764,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(95), [anon_sym_this_AT] = ACTIONS(97), [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(385), + [sym_real_literal] = ACTIONS(101), [sym_integer_literal] = ACTIONS(103), [sym_hex_literal] = ACTIONS(105), [sym_bin_literal] = ACTIONS(105), @@ -50133,116 +50772,279 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(107), [anon_sym_SQUOTE] = ACTIONS(109), [sym__backtick_identifier] = ACTIONS(111), + [sym__automatic_semicolon] = ACTIONS(259), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [92] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(2210), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(460), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(785), - [sym_parenthesized_expression] = STATE(785), - [sym_collection_literal] = STATE(785), - [sym__literal_constant] = STATE(785), - [sym_string_literal] = STATE(785), - [sym_lambda_literal] = STATE(785), - [sym_anonymous_function] = STATE(785), - [sym__function_literal] = STATE(785), - [sym_object_literal] = STATE(785), - [sym_this_expression] = STATE(785), - [sym_super_expression] = STATE(785), - [sym_if_expression] = STATE(785), - [sym_when_expression] = STATE(785), - [sym_try_expression] = STATE(785), - [sym_jump_expression] = STATE(785), - [sym_callable_reference] = STATE(785), - [sym__prefix_unary_operator] = STATE(1765), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8365), - [sym_modifiers] = STATE(8313), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(348), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), + [96] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(4151), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(2268), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2768), + [sym_parenthesized_expression] = STATE(2768), + [sym_collection_literal] = STATE(2768), + [sym__literal_constant] = STATE(2768), + [sym_string_literal] = STATE(2768), + [sym_lambda_literal] = STATE(2768), + [sym_anonymous_function] = STATE(2768), + [sym__function_literal] = STATE(2768), + [sym_object_literal] = STATE(2768), + [sym_this_expression] = STATE(2768), + [sym_super_expression] = STATE(2768), + [sym_if_expression] = STATE(2768), + [sym_when_expression] = STATE(2768), + [sym_try_expression] = STATE(2768), + [sym_jump_expression] = STATE(2768), + [sym_callable_reference] = STATE(2768), + [sym__prefix_unary_operator] = STATE(1727), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8356), + [sym_modifiers] = STATE(8294), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(333), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2768), + [sym_long_literal] = STATE(2768), + [sym_boolean_literal] = STATE(2768), + [sym_character_literal] = STATE(2768), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(775), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(849), + [anon_sym_interface] = ACTIONS(849), + [anon_sym_enum] = ACTIONS(851), + [anon_sym_LBRACE] = ACTIONS(853), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(855), + [anon_sym_var] = ACTIONS(855), + [anon_sym_object] = ACTIONS(857), + [anon_sym_fun] = ACTIONS(859), + [anon_sym_SEMI] = ACTIONS(1275), + [anon_sym_get] = ACTIONS(861), + [anon_sym_set] = ACTIONS(863), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(867), + [anon_sym_for] = ACTIONS(869), + [anon_sym_while] = ACTIONS(871), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(873), + [anon_sym_if] = ACTIONS(299), + [anon_sym_else] = ACTIONS(1277), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(879), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [97] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1070), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(369), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(776), + [sym_parenthesized_expression] = STATE(776), + [sym_collection_literal] = STATE(776), + [sym__literal_constant] = STATE(776), + [sym_string_literal] = STATE(776), + [sym_lambda_literal] = STATE(776), + [sym_anonymous_function] = STATE(776), + [sym__function_literal] = STATE(776), + [sym_object_literal] = STATE(776), + [sym_this_expression] = STATE(776), + [sym_super_expression] = STATE(776), + [sym_if_expression] = STATE(776), + [sym_when_expression] = STATE(776), + [sym_try_expression] = STATE(776), + [sym_jump_expression] = STATE(776), + [sym_callable_reference] = STATE(776), + [sym__prefix_unary_operator] = STATE(2062), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8390), + [sym_modifiers] = STATE(8301), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(785), - [sym_long_literal] = STATE(785), - [sym_boolean_literal] = STATE(785), - [sym_character_literal] = STATE(785), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(776), + [sym_long_literal] = STATE(776), + [sym_boolean_literal] = STATE(776), + [sym_character_literal] = STATE(776), [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(781), - [aux_sym_modifiers_repeat1] = STATE(5620), + [aux_sym__statement_repeat1] = STATE(759), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(913), - [anon_sym_interface] = ACTIONS(913), - [anon_sym_enum] = ACTIONS(915), - [anon_sym_LBRACE] = ACTIONS(917), + [anon_sym_class] = ACTIONS(393), + [anon_sym_interface] = ACTIONS(393), + [anon_sym_enum] = ACTIONS(395), + [anon_sym_LBRACE] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(919), - [anon_sym_var] = ACTIONS(919), - [anon_sym_object] = ACTIONS(921), - [anon_sym_fun] = ACTIONS(923), - [anon_sym_SEMI] = ACTIONS(1261), - [anon_sym_get] = ACTIONS(925), - [anon_sym_set] = ACTIONS(927), + [anon_sym_val] = ACTIONS(401), + [anon_sym_var] = ACTIONS(401), + [anon_sym_object] = ACTIONS(403), + [anon_sym_fun] = ACTIONS(405), + [anon_sym_SEMI] = ACTIONS(1279), + [anon_sym_get] = ACTIONS(407), + [anon_sym_set] = ACTIONS(409), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(931), - [anon_sym_for] = ACTIONS(933), - [anon_sym_while] = ACTIONS(935), + [anon_sym_STAR] = ACTIONS(1281), + [sym_label] = ACTIONS(417), + [anon_sym_for] = ACTIONS(419), + [anon_sym_while] = ACTIONS(421), [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(937), + [anon_sym_null] = ACTIONS(425), [anon_sym_if] = ACTIONS(427), - [anon_sym_else] = ACTIONS(1263), + [anon_sym_else] = ACTIONS(1283), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), [anon_sym_throw] = ACTIONS(433), @@ -50250,11 +51052,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(443), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -50287,7 +51089,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(453), [anon_sym_this_AT] = ACTIONS(455), [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(943), + [sym_real_literal] = ACTIONS(459), [sym_integer_literal] = ACTIONS(461), [sym_hex_literal] = ACTIONS(463), [sym_bin_literal] = ACTIONS(463), @@ -50298,293 +51100,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [93] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(5441), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(4101), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1905), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8392), - [sym_modifiers] = STATE(8289), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(352), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(796), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(853), - [anon_sym_interface] = ACTIONS(853), - [anon_sym_enum] = ACTIONS(855), - [anon_sym_LBRACE] = ACTIONS(857), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(859), - [anon_sym_var] = ACTIONS(859), - [anon_sym_object] = ACTIONS(861), - [anon_sym_fun] = ACTIONS(863), - [anon_sym_SEMI] = ACTIONS(1265), - [anon_sym_get] = ACTIONS(865), - [anon_sym_set] = ACTIONS(867), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(871), - [anon_sym_for] = ACTIONS(873), - [anon_sym_while] = ACTIONS(875), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(251), - [anon_sym_else] = ACTIONS(1267), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [94] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4738), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(3286), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4530), - [sym_parenthesized_expression] = STATE(4530), - [sym_collection_literal] = STATE(4530), - [sym__literal_constant] = STATE(4530), - [sym_string_literal] = STATE(4530), - [sym_lambda_literal] = STATE(4530), - [sym_anonymous_function] = STATE(4530), - [sym__function_literal] = STATE(4530), - [sym_object_literal] = STATE(4530), - [sym_this_expression] = STATE(4530), - [sym_super_expression] = STATE(4530), - [sym_if_expression] = STATE(4530), - [sym_when_expression] = STATE(4530), - [sym_try_expression] = STATE(4530), - [sym_jump_expression] = STATE(4530), - [sym_callable_reference] = STATE(4530), - [sym__prefix_unary_operator] = STATE(1985), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8361), - [sym_modifiers] = STATE(8294), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(347), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4530), - [sym_long_literal] = STATE(4530), - [sym_boolean_literal] = STATE(4530), - [sym_character_literal] = STATE(4530), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(768), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [98] = { + [sym_type_alias] = STATE(9433), + [sym__declaration] = STATE(9433), + [sym_class_declaration] = STATE(9433), + [sym_function_declaration] = STATE(9433), + [sym_property_declaration] = STATE(9433), + [sym_getter] = STATE(9433), + [sym_setter] = STATE(9433), + [sym_object_declaration] = STATE(9433), + [sym__statement] = STATE(9433), + [sym_control_structure_body] = STATE(9391), + [sym__block] = STATE(9433), + [sym__loop_statement] = STATE(9433), + [sym_for_statement] = STATE(9433), + [sym_while_statement] = STATE(9433), + [sym_do_while_statement] = STATE(9433), + [sym_assignment] = STATE(9433), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(217), - [anon_sym_interface] = ACTIONS(217), - [anon_sym_enum] = ACTIONS(219), - [anon_sym_LBRACE] = ACTIONS(221), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(225), - [anon_sym_var] = ACTIONS(225), - [anon_sym_object] = ACTIONS(227), - [anon_sym_fun] = ACTIONS(229), - [anon_sym_SEMI] = ACTIONS(1269), - [anon_sym_get] = ACTIONS(231), - [anon_sym_set] = ACTIONS(233), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(241), - [anon_sym_for] = ACTIONS(243), - [anon_sym_while] = ACTIONS(245), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(249), - [anon_sym_if] = ACTIONS(251), - [anon_sym_else] = ACTIONS(1273), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [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(1273), + [anon_sym_RBRACE] = ACTIONS(121), + [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(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), + [anon_sym_value] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -50603,106 +51242,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(283), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [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), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym__automatic_semicolon] = ACTIONS(121), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), }, - [95] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3886), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(1392), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(2982), - [sym_parenthesized_expression] = STATE(2982), - [sym_collection_literal] = STATE(2982), - [sym__literal_constant] = STATE(2982), - [sym_string_literal] = STATE(2982), - [sym_lambda_literal] = STATE(2982), - [sym_anonymous_function] = STATE(2982), - [sym__function_literal] = STATE(2982), - [sym_object_literal] = STATE(2982), - [sym_this_expression] = STATE(2982), - [sym_super_expression] = STATE(2982), - [sym_if_expression] = STATE(2982), - [sym_when_expression] = STATE(2982), - [sym_try_expression] = STATE(2982), - [sym_jump_expression] = STATE(2982), - [sym_callable_reference] = STATE(2982), - [sym__prefix_unary_operator] = STATE(2118), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8379), - [sym_modifiers] = STATE(8319), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(350), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(2982), - [sym_long_literal] = STATE(2982), - [sym_boolean_literal] = STATE(2982), - [sym_character_literal] = STATE(2982), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(763), - [aux_sym_modifiers_repeat1] = STATE(5620), + [99] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3068), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(926), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2142), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8358), + [sym_modifiers] = STATE(8310), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(345), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2750), + [sym_long_literal] = STATE(2750), + [sym_boolean_literal] = STATE(2750), + [sym_character_literal] = STATE(2750), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(793), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(475), @@ -50716,19 +51356,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_var] = ACTIONS(487), [anon_sym_object] = ACTIONS(489), [anon_sym_fun] = ACTIONS(491), - [anon_sym_SEMI] = ACTIONS(1275), + [anon_sym_SEMI] = ACTIONS(1285), [anon_sym_get] = ACTIONS(493), [anon_sym_set] = ACTIONS(495), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), + [anon_sym_STAR] = ACTIONS(1287), [sym_label] = ACTIONS(503), [anon_sym_for] = ACTIONS(505), [anon_sym_while] = ACTIONS(507), [anon_sym_do] = ACTIONS(509), [anon_sym_null] = ACTIONS(511), [anon_sym_if] = ACTIONS(513), - [anon_sym_else] = ACTIONS(1279), + [anon_sym_else] = ACTIONS(1289), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), [anon_sym_throw] = ACTIONS(519), @@ -50768,7 +51408,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(533), [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), @@ -50784,131 +51424,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [96] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3465), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(1226), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2773), - [sym_parenthesized_expression] = STATE(2773), - [sym_collection_literal] = STATE(2773), - [sym__literal_constant] = STATE(2773), - [sym_string_literal] = STATE(2773), - [sym_lambda_literal] = STATE(2773), - [sym_anonymous_function] = STATE(2773), - [sym__function_literal] = STATE(2773), - [sym_object_literal] = STATE(2773), - [sym_this_expression] = STATE(2773), - [sym_super_expression] = STATE(2773), - [sym_if_expression] = STATE(2773), - [sym_when_expression] = STATE(2773), - [sym_try_expression] = STATE(2773), - [sym_jump_expression] = STATE(2773), - [sym_callable_reference] = STATE(2773), - [sym__prefix_unary_operator] = STATE(2136), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8377), - [sym_modifiers] = STATE(8308), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(333), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2773), - [sym_long_literal] = STATE(2773), - [sym_boolean_literal] = STATE(2773), - [sym_character_literal] = STATE(2773), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(754), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(115), + [100] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3392), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(1201), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(1689), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8385), + [sym_modifiers] = STATE(8299), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(343), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2750), + [sym_long_literal] = STATE(2750), + [sym_boolean_literal] = STATE(2750), + [sym_character_literal] = STATE(2750), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(777), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(127), - [anon_sym_interface] = ACTIONS(127), - [anon_sym_enum] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(131), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(135), - [anon_sym_var] = ACTIONS(135), - [anon_sym_object] = ACTIONS(137), - [anon_sym_fun] = ACTIONS(139), - [anon_sym_SEMI] = ACTIONS(1281), - [anon_sym_get] = ACTIONS(141), - [anon_sym_set] = ACTIONS(143), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(151), - [anon_sym_for] = ACTIONS(153), - [anon_sym_while] = ACTIONS(155), - [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(159), - [anon_sym_if] = ACTIONS(161), - [anon_sym_else] = ACTIONS(1285), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_typealias] = ACTIONS(477), + [anon_sym_class] = ACTIONS(641), + [anon_sym_interface] = ACTIONS(641), + [anon_sym_enum] = ACTIONS(643), + [anon_sym_LBRACE] = ACTIONS(483), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_val] = ACTIONS(645), + [anon_sym_var] = ACTIONS(645), + [anon_sym_object] = ACTIONS(647), + [anon_sym_fun] = ACTIONS(649), + [anon_sym_SEMI] = ACTIONS(1291), + [anon_sym_get] = ACTIONS(651), + [anon_sym_set] = ACTIONS(653), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(657), + [anon_sym_for] = ACTIONS(659), + [anon_sym_while] = ACTIONS(661), + [anon_sym_do] = ACTIONS(509), + [anon_sym_null] = ACTIONS(511), + [anon_sym_if] = ACTIONS(663), + [anon_sym_else] = ACTIONS(1295), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(179), - [anon_sym_inner] = ACTIONS(179), - [anon_sym_value] = ACTIONS(179), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -50927,150 +51567,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(181), - [anon_sym_actual] = ACTIONS(181), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(193), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(543), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(555), }, - [97] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(4077), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(1757), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8364), - [sym_modifiers] = STATE(8311), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(346), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(767), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(557), + [101] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(4046), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(1436), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(1636), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8369), + [sym_modifiers] = STATE(8286), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(341), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(797), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_typealias] = ACTIONS(561), - [anon_sym_class] = ACTIONS(973), - [anon_sym_interface] = ACTIONS(973), - [anon_sym_enum] = ACTIONS(975), - [anon_sym_LBRACE] = ACTIONS(977), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(979), - [anon_sym_var] = ACTIONS(979), - [anon_sym_object] = ACTIONS(981), - [anon_sym_fun] = ACTIONS(983), - [anon_sym_SEMI] = ACTIONS(1287), - [anon_sym_get] = ACTIONS(985), - [anon_sym_set] = ACTIONS(987), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(991), - [anon_sym_for] = ACTIONS(993), - [anon_sym_while] = ACTIONS(995), - [anon_sym_do] = ACTIONS(593), - [anon_sym_null] = ACTIONS(997), - [anon_sym_if] = ACTIONS(597), - [anon_sym_else] = ACTIONS(1289), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_typealias] = ACTIONS(477), + [anon_sym_class] = ACTIONS(881), + [anon_sym_interface] = ACTIONS(881), + [anon_sym_enum] = ACTIONS(883), + [anon_sym_LBRACE] = ACTIONS(885), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_val] = ACTIONS(887), + [anon_sym_var] = ACTIONS(887), + [anon_sym_object] = ACTIONS(889), + [anon_sym_fun] = ACTIONS(891), + [anon_sym_SEMI] = ACTIONS(1297), + [anon_sym_get] = ACTIONS(893), + [anon_sym_set] = ACTIONS(895), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(899), + [anon_sym_for] = ACTIONS(901), + [anon_sym_while] = ACTIONS(903), + [anon_sym_do] = ACTIONS(509), + [anon_sym_null] = ACTIONS(905), + [anon_sym_if] = ACTIONS(513), + [anon_sym_else] = ACTIONS(1299), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(615), - [anon_sym_inner] = ACTIONS(615), - [anon_sym_value] = ACTIONS(615), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -51089,150 +51729,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(617), - [anon_sym_actual] = ACTIONS(617), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1003), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(911), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(555), }, - [98] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(4177), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(2313), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(2166), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8363), - [sym_modifiers] = STATE(8317), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(771), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(557), + [102] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3397), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(1196), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2769), + [sym_parenthesized_expression] = STATE(2769), + [sym_collection_literal] = STATE(2769), + [sym__literal_constant] = STATE(2769), + [sym_string_literal] = STATE(2769), + [sym_lambda_literal] = STATE(2769), + [sym_anonymous_function] = STATE(2769), + [sym__function_literal] = STATE(2769), + [sym_object_literal] = STATE(2769), + [sym_this_expression] = STATE(2769), + [sym_super_expression] = STATE(2769), + [sym_if_expression] = STATE(2769), + [sym_when_expression] = STATE(2769), + [sym_try_expression] = STATE(2769), + [sym_jump_expression] = STATE(2769), + [sym_callable_reference] = STATE(2769), + [sym__prefix_unary_operator] = STATE(2135), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8371), + [sym_modifiers] = STATE(8279), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(342), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2769), + [sym_long_literal] = STATE(2769), + [sym_boolean_literal] = STATE(2769), + [sym_character_literal] = STATE(2769), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(764), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_typealias] = ACTIONS(561), - [anon_sym_class] = ACTIONS(1121), - [anon_sym_interface] = ACTIONS(1121), - [anon_sym_enum] = ACTIONS(1123), - [anon_sym_LBRACE] = ACTIONS(977), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(1125), - [anon_sym_var] = ACTIONS(1125), - [anon_sym_object] = ACTIONS(1127), - [anon_sym_fun] = ACTIONS(1129), - [anon_sym_SEMI] = ACTIONS(1291), - [anon_sym_get] = ACTIONS(1131), - [anon_sym_set] = ACTIONS(1133), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1137), - [anon_sym_for] = ACTIONS(1139), - [anon_sym_while] = ACTIONS(1141), - [anon_sym_do] = ACTIONS(593), - [anon_sym_null] = ACTIONS(997), - [anon_sym_if] = ACTIONS(715), - [anon_sym_else] = ACTIONS(1293), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(265), + [anon_sym_interface] = ACTIONS(265), + [anon_sym_enum] = ACTIONS(267), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(273), + [anon_sym_var] = ACTIONS(273), + [anon_sym_object] = ACTIONS(275), + [anon_sym_fun] = ACTIONS(277), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym_get] = ACTIONS(279), + [anon_sym_set] = ACTIONS(281), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(289), + [anon_sym_for] = ACTIONS(291), + [anon_sym_while] = ACTIONS(293), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(297), + [anon_sym_if] = ACTIONS(299), + [anon_sym_else] = ACTIONS(1305), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(615), - [anon_sym_inner] = ACTIONS(615), - [anon_sym_value] = ACTIONS(615), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -51251,150 +51891,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(617), - [anon_sym_actual] = ACTIONS(617), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1003), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [99] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(4138), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2207), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(2982), - [sym_parenthesized_expression] = STATE(2982), - [sym_collection_literal] = STATE(2982), - [sym__literal_constant] = STATE(2982), - [sym_string_literal] = STATE(2982), - [sym_lambda_literal] = STATE(2982), - [sym_anonymous_function] = STATE(2982), - [sym__function_literal] = STATE(2982), - [sym_object_literal] = STATE(2982), - [sym_this_expression] = STATE(2982), - [sym_super_expression] = STATE(2982), - [sym_if_expression] = STATE(2982), - [sym_when_expression] = STATE(2982), - [sym_try_expression] = STATE(2982), - [sym_jump_expression] = STATE(2982), - [sym_callable_reference] = STATE(2982), - [sym__prefix_unary_operator] = STATE(1774), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8398), - [sym_modifiers] = STATE(8316), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(332), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(2982), - [sym_long_literal] = STATE(2982), - [sym_boolean_literal] = STATE(2982), - [sym_character_literal] = STATE(2982), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(791), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), + [103] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(5442), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(4095), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1920), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8381), + [sym_modifiers] = STATE(8284), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(352), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(752), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(725), - [anon_sym_interface] = ACTIONS(725), - [anon_sym_enum] = ACTIONS(727), - [anon_sym_LBRACE] = ACTIONS(483), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(729), - [anon_sym_var] = ACTIONS(729), - [anon_sym_object] = ACTIONS(731), - [anon_sym_fun] = ACTIONS(733), - [anon_sym_SEMI] = ACTIONS(1295), - [anon_sym_get] = ACTIONS(735), - [anon_sym_set] = ACTIONS(737), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_while] = ACTIONS(745), - [anon_sym_do] = ACTIONS(509), - [anon_sym_null] = ACTIONS(511), - [anon_sym_if] = ACTIONS(747), - [anon_sym_else] = ACTIONS(1299), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_typealias] = ACTIONS(125), + [anon_sym_class] = ACTIONS(821), + [anon_sym_interface] = ACTIONS(821), + [anon_sym_enum] = ACTIONS(823), + [anon_sym_LBRACE] = ACTIONS(825), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(827), + [anon_sym_var] = ACTIONS(827), + [anon_sym_object] = ACTIONS(829), + [anon_sym_fun] = ACTIONS(831), + [anon_sym_SEMI] = ACTIONS(1307), + [anon_sym_get] = ACTIONS(833), + [anon_sym_set] = ACTIONS(835), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(839), + [anon_sym_for] = ACTIONS(841), + [anon_sym_while] = ACTIONS(843), + [anon_sym_do] = ACTIONS(157), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(161), + [anon_sym_else] = ACTIONS(1309), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(531), - [anon_sym_inner] = ACTIONS(531), - [anon_sym_value] = ACTIONS(531), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -51413,144 +52053,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(533), - [anon_sym_actual] = ACTIONS(533), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(543), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(205), }, - [100] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1035), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(377), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(798), - [sym_parenthesized_expression] = STATE(798), - [sym_collection_literal] = STATE(798), - [sym__literal_constant] = STATE(798), - [sym_string_literal] = STATE(798), - [sym_lambda_literal] = STATE(798), - [sym_anonymous_function] = STATE(798), - [sym__function_literal] = STATE(798), - [sym_object_literal] = STATE(798), - [sym_this_expression] = STATE(798), - [sym_super_expression] = STATE(798), - [sym_if_expression] = STATE(798), - [sym_when_expression] = STATE(798), - [sym_try_expression] = STATE(798), - [sym_jump_expression] = STATE(798), - [sym_callable_reference] = STATE(798), - [sym__prefix_unary_operator] = STATE(2023), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8358), - [sym_modifiers] = STATE(8297), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), + [104] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1254), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(396), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(776), + [sym_parenthesized_expression] = STATE(776), + [sym_collection_literal] = STATE(776), + [sym__literal_constant] = STATE(776), + [sym_string_literal] = STATE(776), + [sym_lambda_literal] = STATE(776), + [sym_anonymous_function] = STATE(776), + [sym__function_literal] = STATE(776), + [sym_object_literal] = STATE(776), + [sym_this_expression] = STATE(776), + [sym_super_expression] = STATE(776), + [sym_if_expression] = STATE(776), + [sym_when_expression] = STATE(776), + [sym_try_expression] = STATE(776), + [sym_jump_expression] = STATE(776), + [sym_callable_reference] = STATE(776), + [sym__prefix_unary_operator] = STATE(1653), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8351), + [sym_modifiers] = STATE(8293), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), [sym_annotation] = STATE(351), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(798), - [sym_long_literal] = STATE(798), - [sym_boolean_literal] = STATE(798), - [sym_character_literal] = STATE(798), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(776), + [sym_long_literal] = STATE(776), + [sym_boolean_literal] = STATE(776), + [sym_character_literal] = STATE(776), [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(782), - [aux_sym_modifiers_repeat1] = STATE(5620), + [aux_sym__statement_repeat1] = STATE(790), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(393), - [anon_sym_interface] = ACTIONS(393), - [anon_sym_enum] = ACTIONS(395), + [anon_sym_class] = ACTIONS(699), + [anon_sym_interface] = ACTIONS(699), + [anon_sym_enum] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(401), - [anon_sym_var] = ACTIONS(401), - [anon_sym_object] = ACTIONS(403), - [anon_sym_fun] = ACTIONS(405), - [anon_sym_SEMI] = ACTIONS(1301), - [anon_sym_get] = ACTIONS(407), - [anon_sym_set] = ACTIONS(409), + [anon_sym_val] = ACTIONS(703), + [anon_sym_var] = ACTIONS(703), + [anon_sym_object] = ACTIONS(705), + [anon_sym_fun] = ACTIONS(707), + [anon_sym_SEMI] = ACTIONS(1311), + [anon_sym_get] = ACTIONS(709), + [anon_sym_set] = ACTIONS(711), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), - [sym_label] = ACTIONS(417), - [anon_sym_for] = ACTIONS(419), - [anon_sym_while] = ACTIONS(421), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(715), + [anon_sym_for] = ACTIONS(717), + [anon_sym_while] = ACTIONS(719), [anon_sym_do] = ACTIONS(423), [anon_sym_null] = ACTIONS(425), - [anon_sym_if] = ACTIONS(427), - [anon_sym_else] = ACTIONS(1305), + [anon_sym_if] = ACTIONS(721), + [anon_sym_else] = ACTIONS(1315), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -51594,87 +52234,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [101] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3088), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(961), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2741), - [sym_parenthesized_expression] = STATE(2741), - [sym_collection_literal] = STATE(2741), - [sym__literal_constant] = STATE(2741), - [sym_string_literal] = STATE(2741), - [sym_lambda_literal] = STATE(2741), - [sym_anonymous_function] = STATE(2741), - [sym__function_literal] = STATE(2741), - [sym_object_literal] = STATE(2741), - [sym_this_expression] = STATE(2741), - [sym_super_expression] = STATE(2741), - [sym_if_expression] = STATE(2741), - [sym_when_expression] = STATE(2741), - [sym_try_expression] = STATE(2741), - [sym_jump_expression] = STATE(2741), - [sym_callable_reference] = STATE(2741), - [sym__prefix_unary_operator] = STATE(2113), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8371), - [sym_modifiers] = STATE(8305), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2741), - [sym_long_literal] = STATE(2741), - [sym_boolean_literal] = STATE(2741), - [sym_character_literal] = STATE(2741), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [105] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(4004), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(1395), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2997), + [sym_parenthesized_expression] = STATE(2997), + [sym_collection_literal] = STATE(2997), + [sym__literal_constant] = STATE(2997), + [sym_string_literal] = STATE(2997), + [sym_lambda_literal] = STATE(2997), + [sym_anonymous_function] = STATE(2997), + [sym__function_literal] = STATE(2997), + [sym_object_literal] = STATE(2997), + [sym_this_expression] = STATE(2997), + [sym_super_expression] = STATE(2997), + [sym_if_expression] = STATE(2997), + [sym_when_expression] = STATE(2997), + [sym_try_expression] = STATE(2997), + [sym_jump_expression] = STATE(2997), + [sym_callable_reference] = STATE(2997), + [sym__prefix_unary_operator] = STATE(2117), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8378), + [sym_modifiers] = STATE(8280), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(347), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2997), + [sym_long_literal] = STATE(2997), + [sym_boolean_literal] = STATE(2997), + [sym_character_literal] = STATE(2997), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(755), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(559), @@ -51688,19 +52328,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_var] = ACTIONS(571), [anon_sym_object] = ACTIONS(573), [anon_sym_fun] = ACTIONS(575), - [anon_sym_SEMI] = ACTIONS(1307), + [anon_sym_SEMI] = ACTIONS(1317), [anon_sym_get] = ACTIONS(577), [anon_sym_set] = ACTIONS(579), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_STAR] = ACTIONS(1319), [sym_label] = ACTIONS(587), [anon_sym_for] = ACTIONS(589), [anon_sym_while] = ACTIONS(591), [anon_sym_do] = ACTIONS(593), [anon_sym_null] = ACTIONS(595), [anon_sym_if] = ACTIONS(597), - [anon_sym_else] = ACTIONS(1311), + [anon_sym_else] = ACTIONS(1321), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(603), @@ -51740,7 +52380,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(617), [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), @@ -51756,120 +52396,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [102] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(2379), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(534), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(785), - [sym_parenthesized_expression] = STATE(785), - [sym_collection_literal] = STATE(785), - [sym__literal_constant] = STATE(785), - [sym_string_literal] = STATE(785), - [sym_lambda_literal] = STATE(785), - [sym_anonymous_function] = STATE(785), - [sym__function_literal] = STATE(785), - [sym_object_literal] = STATE(785), - [sym_this_expression] = STATE(785), - [sym_super_expression] = STATE(785), - [sym_if_expression] = STATE(785), - [sym_when_expression] = STATE(785), - [sym_try_expression] = STATE(785), - [sym_jump_expression] = STATE(785), - [sym_callable_reference] = STATE(785), - [sym__prefix_unary_operator] = STATE(1544), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8374), - [sym_modifiers] = STATE(8321), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(337), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(785), - [sym_long_literal] = STATE(785), - [sym_boolean_literal] = STATE(785), - [sym_character_literal] = STATE(785), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(780), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(387), + [106] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(4301), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(2496), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2768), + [sym_parenthesized_expression] = STATE(2768), + [sym_collection_literal] = STATE(2768), + [sym__literal_constant] = STATE(2768), + [sym_string_literal] = STATE(2768), + [sym_lambda_literal] = STATE(2768), + [sym_anonymous_function] = STATE(2768), + [sym__function_literal] = STATE(2768), + [sym_object_literal] = STATE(2768), + [sym_this_expression] = STATE(2768), + [sym_super_expression] = STATE(2768), + [sym_if_expression] = STATE(2768), + [sym_when_expression] = STATE(2768), + [sym_try_expression] = STATE(2768), + [sym_jump_expression] = STATE(2768), + [sym_callable_reference] = STATE(2768), + [sym__prefix_unary_operator] = STATE(1790), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8360), + [sym_modifiers] = STATE(8295), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(350), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2768), + [sym_long_literal] = STATE(2768), + [sym_boolean_literal] = STATE(2768), + [sym_character_literal] = STATE(2768), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(772), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_typealias] = ACTIONS(391), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), [anon_sym_class] = ACTIONS(1005), [anon_sym_interface] = ACTIONS(1005), [anon_sym_enum] = ACTIONS(1007), - [anon_sym_LBRACE] = ACTIONS(917), - [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_LBRACE] = ACTIONS(853), + [anon_sym_LPAREN] = ACTIONS(271), [anon_sym_val] = ACTIONS(1009), [anon_sym_var] = ACTIONS(1009), [anon_sym_object] = ACTIONS(1011), [anon_sym_fun] = ACTIONS(1013), - [anon_sym_SEMI] = ACTIONS(1313), + [anon_sym_SEMI] = ACTIONS(1323), [anon_sym_get] = ACTIONS(1015), [anon_sym_set] = ACTIONS(1017), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), [anon_sym_STAR] = ACTIONS(1019), [sym_label] = ACTIONS(1021), [anon_sym_for] = ACTIONS(1023), [anon_sym_while] = ACTIONS(1025), - [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(937), - [anon_sym_if] = ACTIONS(811), - [anon_sym_else] = ACTIONS(1315), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(873), + [anon_sym_if] = ACTIONS(753), + [anon_sym_else] = ACTIONS(1325), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), [anon_sym_PLUS] = ACTIONS(1027), [anon_sym_DASH] = ACTIONS(1027), [anon_sym_PLUS_PLUS] = ACTIONS(1029), @@ -51878,9 +52518,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(445), - [anon_sym_inner] = ACTIONS(445), - [anon_sym_value] = ACTIONS(445), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -51899,150 +52539,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(447), - [anon_sym_actual] = ACTIONS(447), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(943), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(879), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [103] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(4187), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(2254), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2774), - [sym_parenthesized_expression] = STATE(2774), - [sym_collection_literal] = STATE(2774), - [sym__literal_constant] = STATE(2774), - [sym_string_literal] = STATE(2774), - [sym_lambda_literal] = STATE(2774), - [sym_anonymous_function] = STATE(2774), - [sym__function_literal] = STATE(2774), - [sym_object_literal] = STATE(2774), - [sym_this_expression] = STATE(2774), - [sym_super_expression] = STATE(2774), - [sym_if_expression] = STATE(2774), - [sym_when_expression] = STATE(2774), - [sym_try_expression] = STATE(2774), - [sym_jump_expression] = STATE(2774), - [sym_callable_reference] = STATE(2774), - [sym__prefix_unary_operator] = STATE(1727), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8386), - [sym_modifiers] = STATE(8309), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(354), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2774), - [sym_long_literal] = STATE(2774), - [sym_boolean_literal] = STATE(2774), - [sym_character_literal] = STATE(2774), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(779), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(115), + [107] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(4128), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2246), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2997), + [sym_parenthesized_expression] = STATE(2997), + [sym_collection_literal] = STATE(2997), + [sym__literal_constant] = STATE(2997), + [sym_string_literal] = STATE(2997), + [sym_lambda_literal] = STATE(2997), + [sym_anonymous_function] = STATE(2997), + [sym__function_literal] = STATE(2997), + [sym_object_literal] = STATE(2997), + [sym_this_expression] = STATE(2997), + [sym_super_expression] = STATE(2997), + [sym_if_expression] = STATE(2997), + [sym_when_expression] = STATE(2997), + [sym_try_expression] = STATE(2997), + [sym_jump_expression] = STATE(2997), + [sym_callable_reference] = STATE(2997), + [sym__prefix_unary_operator] = STATE(1774), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8364), + [sym_modifiers] = STATE(8290), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(336), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2997), + [sym_long_literal] = STATE(2997), + [sym_boolean_literal] = STATE(2997), + [sym_character_literal] = STATE(2997), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(792), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(821), - [anon_sym_interface] = ACTIONS(821), - [anon_sym_enum] = ACTIONS(823), - [anon_sym_LBRACE] = ACTIONS(825), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(827), - [anon_sym_var] = ACTIONS(827), - [anon_sym_object] = ACTIONS(829), - [anon_sym_fun] = ACTIONS(831), - [anon_sym_SEMI] = ACTIONS(1317), - [anon_sym_get] = ACTIONS(833), - [anon_sym_set] = ACTIONS(835), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(839), - [anon_sym_for] = ACTIONS(841), - [anon_sym_while] = ACTIONS(843), - [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(845), - [anon_sym_if] = ACTIONS(161), - [anon_sym_else] = ACTIONS(1319), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_typealias] = ACTIONS(561), + [anon_sym_class] = ACTIONS(763), + [anon_sym_interface] = ACTIONS(763), + [anon_sym_enum] = ACTIONS(765), + [anon_sym_LBRACE] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_val] = ACTIONS(767), + [anon_sym_var] = ACTIONS(767), + [anon_sym_object] = ACTIONS(769), + [anon_sym_fun] = ACTIONS(771), + [anon_sym_SEMI] = ACTIONS(1327), + [anon_sym_get] = ACTIONS(773), + [anon_sym_set] = ACTIONS(775), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(779), + [anon_sym_for] = ACTIONS(781), + [anon_sym_while] = ACTIONS(783), + [anon_sym_do] = ACTIONS(593), + [anon_sym_null] = ACTIONS(595), + [anon_sym_if] = ACTIONS(785), + [anon_sym_else] = ACTIONS(1331), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(179), - [anon_sym_inner] = ACTIONS(179), - [anon_sym_value] = ACTIONS(179), + [anon_sym_data] = ACTIONS(615), + [anon_sym_inner] = ACTIONS(615), + [anon_sym_value] = ACTIONS(615), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -52061,467 +52701,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(181), - [anon_sym_actual] = ACTIONS(181), + [anon_sym_expect] = ACTIONS(617), + [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(851), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(627), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(639), }, - [104] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5646), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8300), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(766), - [aux_sym_modifiers_repeat1] = STATE(5620), + [108] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5088), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(3807), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4551), + [sym_parenthesized_expression] = STATE(4551), + [sym_collection_literal] = STATE(4551), + [sym__literal_constant] = STATE(4551), + [sym_string_literal] = STATE(4551), + [sym_lambda_literal] = STATE(4551), + [sym_anonymous_function] = STATE(4551), + [sym__function_literal] = STATE(4551), + [sym_object_literal] = STATE(4551), + [sym_this_expression] = STATE(4551), + [sym_super_expression] = STATE(4551), + [sym_if_expression] = STATE(4551), + [sym_when_expression] = STATE(4551), + [sym_try_expression] = STATE(4551), + [sym_jump_expression] = STATE(4551), + [sym_callable_reference] = STATE(4551), + [sym__prefix_unary_operator] = STATE(1501), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8355), + [sym_modifiers] = STATE(8289), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(348), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4551), + [sym_long_literal] = STATE(4551), + [sym_boolean_literal] = STATE(4551), + [sym_character_literal] = STATE(4551), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(779), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(1057), - [anon_sym_interface] = ACTIONS(1057), - [anon_sym_enum] = ACTIONS(1059), - [anon_sym_LBRACE] = ACTIONS(949), + [anon_sym_class] = ACTIONS(347), + [anon_sym_interface] = ACTIONS(347), + [anon_sym_enum] = ACTIONS(349), + [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(1061), - [anon_sym_var] = ACTIONS(1061), - [anon_sym_object] = ACTIONS(1063), - [anon_sym_fun] = ACTIONS(1065), - [anon_sym_SEMI] = ACTIONS(1321), - [anon_sym_get] = ACTIONS(1067), - [anon_sym_set] = ACTIONS(1069), + [anon_sym_val] = ACTIONS(353), + [anon_sym_var] = ACTIONS(353), + [anon_sym_object] = ACTIONS(355), + [anon_sym_fun] = ACTIONS(357), + [anon_sym_SEMI] = ACTIONS(1333), + [anon_sym_get] = ACTIONS(359), + [anon_sym_set] = ACTIONS(361), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(1071), - [anon_sym_while] = ACTIONS(1073), + [anon_sym_STAR] = ACTIONS(1335), + [sym_label] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_while] = ACTIONS(369), [anon_sym_do] = ACTIONS(371), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(55), - [anon_sym_else] = ACTIONS(1323), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [105] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(4272), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2449), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3004), - [sym_parenthesized_expression] = STATE(3004), - [sym_collection_literal] = STATE(3004), - [sym__literal_constant] = STATE(3004), - [sym_string_literal] = STATE(3004), - [sym_lambda_literal] = STATE(3004), - [sym_anonymous_function] = STATE(3004), - [sym__function_literal] = STATE(3004), - [sym_object_literal] = STATE(3004), - [sym_this_expression] = STATE(3004), - [sym_super_expression] = STATE(3004), - [sym_if_expression] = STATE(3004), - [sym_when_expression] = STATE(3004), - [sym_try_expression] = STATE(3004), - [sym_jump_expression] = STATE(3004), - [sym_callable_reference] = STATE(3004), - [sym__prefix_unary_operator] = STATE(1545), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8395), - [sym_modifiers] = STATE(8307), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(345), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3004), - [sym_long_literal] = STATE(3004), - [sym_boolean_literal] = STATE(3004), - [sym_character_literal] = STATE(3004), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(765), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(881), - [anon_sym_interface] = ACTIONS(881), - [anon_sym_enum] = ACTIONS(883), - [anon_sym_LBRACE] = ACTIONS(885), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(887), - [anon_sym_var] = ACTIONS(887), - [anon_sym_object] = ACTIONS(889), - [anon_sym_fun] = ACTIONS(891), - [anon_sym_SEMI] = ACTIONS(1325), - [anon_sym_get] = ACTIONS(893), - [anon_sym_set] = ACTIONS(895), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(899), - [anon_sym_for] = ACTIONS(901), - [anon_sym_while] = ACTIONS(903), - [anon_sym_do] = ACTIONS(509), - [anon_sym_null] = ACTIONS(905), - [anon_sym_if] = ACTIONS(513), - [anon_sym_else] = ACTIONS(1327), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(531), - [anon_sym_inner] = ACTIONS(531), - [anon_sym_value] = ACTIONS(531), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(533), - [anon_sym_actual] = ACTIONS(533), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(911), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [106] = { - [sym_type_alias] = STATE(9177), - [sym__declaration] = STATE(9177), - [sym_class_declaration] = STATE(9177), - [sym_function_declaration] = STATE(9177), - [sym_property_declaration] = STATE(9177), - [sym_getter] = STATE(9177), - [sym_setter] = STATE(9177), - [sym_object_declaration] = STATE(9177), - [sym__statement] = STATE(9177), - [sym_control_structure_body] = STATE(9163), - [sym__block] = STATE(9177), - [sym__loop_statement] = STATE(9177), - [sym_for_statement] = STATE(9177), - [sym_while_statement] = STATE(9177), - [sym_do_while_statement] = STATE(9177), - [sym_assignment] = STATE(9177), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(117), - [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(1329), - [anon_sym_RBRACE] = ACTIONS(121), - [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_null] = ACTIONS(373), + [anon_sym_if] = ACTIONS(375), + [anon_sym_else] = ACTIONS(1337), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), [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(381), + [anon_sym_DASH] = ACTIONS(381), + [anon_sym_PLUS_PLUS] = ACTIONS(383), + [anon_sym_DASH_DASH] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(383), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -52554,7 +52871,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(95), [anon_sym_this_AT] = ACTIONS(97), [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), + [sym_real_literal] = ACTIONS(385), [sym_integer_literal] = ACTIONS(103), [sym_hex_literal] = ACTIONS(105), [sym_bin_literal] = ACTIONS(105), @@ -52562,129 +52879,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(107), [anon_sym_SQUOTE] = ACTIONS(109), [sym__backtick_identifier] = ACTIONS(111), - [sym__automatic_semicolon] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [107] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3523), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(1208), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2741), - [sym_parenthesized_expression] = STATE(2741), - [sym_collection_literal] = STATE(2741), - [sym__literal_constant] = STATE(2741), - [sym_string_literal] = STATE(2741), - [sym_lambda_literal] = STATE(2741), - [sym_anonymous_function] = STATE(2741), - [sym__function_literal] = STATE(2741), - [sym_object_literal] = STATE(2741), - [sym_this_expression] = STATE(2741), - [sym_super_expression] = STATE(2741), - [sym_if_expression] = STATE(2741), - [sym_when_expression] = STATE(2741), - [sym_try_expression] = STATE(2741), - [sym_jump_expression] = STATE(2741), - [sym_callable_reference] = STATE(2741), - [sym__prefix_unary_operator] = STATE(1689), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8359), - [sym_modifiers] = STATE(8295), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(343), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2741), - [sym_long_literal] = STATE(2741), - [sym_boolean_literal] = STATE(2741), - [sym_character_literal] = STATE(2741), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(753), - [aux_sym_modifiers_repeat1] = STATE(5620), + [109] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(4308), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2559), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2987), + [sym_parenthesized_expression] = STATE(2987), + [sym_collection_literal] = STATE(2987), + [sym__literal_constant] = STATE(2987), + [sym_string_literal] = STATE(2987), + [sym_lambda_literal] = STATE(2987), + [sym_anonymous_function] = STATE(2987), + [sym__function_literal] = STATE(2987), + [sym_object_literal] = STATE(2987), + [sym_this_expression] = STATE(2987), + [sym_super_expression] = STATE(2987), + [sym_if_expression] = STATE(2987), + [sym_when_expression] = STATE(2987), + [sym_try_expression] = STATE(2987), + [sym_jump_expression] = STATE(2987), + [sym_callable_reference] = STATE(2987), + [sym__prefix_unary_operator] = STATE(1536), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8354), + [sym_modifiers] = STATE(8304), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(353), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2987), + [sym_long_literal] = STATE(2987), + [sym_boolean_literal] = STATE(2987), + [sym_character_literal] = STATE(2987), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(767), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_typealias] = ACTIONS(561), - [anon_sym_class] = ACTIONS(693), - [anon_sym_interface] = ACTIONS(693), - [anon_sym_enum] = ACTIONS(695), - [anon_sym_LBRACE] = ACTIONS(567), + [anon_sym_class] = ACTIONS(1075), + [anon_sym_interface] = ACTIONS(1075), + [anon_sym_enum] = ACTIONS(1077), + [anon_sym_LBRACE] = ACTIONS(977), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(697), - [anon_sym_var] = ACTIONS(697), - [anon_sym_object] = ACTIONS(699), - [anon_sym_fun] = ACTIONS(701), - [anon_sym_SEMI] = ACTIONS(1331), - [anon_sym_get] = ACTIONS(703), - [anon_sym_set] = ACTIONS(705), + [anon_sym_val] = ACTIONS(1079), + [anon_sym_var] = ACTIONS(1079), + [anon_sym_object] = ACTIONS(1081), + [anon_sym_fun] = ACTIONS(1083), + [anon_sym_SEMI] = ACTIONS(1339), + [anon_sym_get] = ACTIONS(1085), + [anon_sym_set] = ACTIONS(1087), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(709), - [anon_sym_for] = ACTIONS(711), - [anon_sym_while] = ACTIONS(713), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1091), + [anon_sym_for] = ACTIONS(1093), + [anon_sym_while] = ACTIONS(1095), [anon_sym_do] = ACTIONS(593), - [anon_sym_null] = ACTIONS(595), - [anon_sym_if] = ACTIONS(715), - [anon_sym_else] = ACTIONS(1335), + [anon_sym_null] = ACTIONS(997), + [anon_sym_if] = ACTIONS(785), + [anon_sym_else] = ACTIONS(1341), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -52712,12 +53028,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(617), [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(627), + [sym_real_literal] = ACTIONS(1003), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -52728,131 +53044,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [108] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(5280), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(3919), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4530), - [sym_parenthesized_expression] = STATE(4530), - [sym_collection_literal] = STATE(4530), - [sym__literal_constant] = STATE(4530), - [sym_string_literal] = STATE(4530), - [sym_lambda_literal] = STATE(4530), - [sym_anonymous_function] = STATE(4530), - [sym__function_literal] = STATE(4530), - [sym_object_literal] = STATE(4530), - [sym_this_expression] = STATE(4530), - [sym_super_expression] = STATE(4530), - [sym_if_expression] = STATE(4530), - [sym_when_expression] = STATE(4530), - [sym_try_expression] = STATE(4530), - [sym_jump_expression] = STATE(4530), - [sym_callable_reference] = STATE(4530), - [sym__prefix_unary_operator] = STATE(1459), - [sym__postfix_unary_expression] = STATE(8411), + [110] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(2235), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(478), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(774), + [sym_parenthesized_expression] = STATE(774), + [sym_collection_literal] = STATE(774), + [sym__literal_constant] = STATE(774), + [sym_string_literal] = STATE(774), + [sym_lambda_literal] = STATE(774), + [sym_anonymous_function] = STATE(774), + [sym__function_literal] = STATE(774), + [sym_object_literal] = STATE(774), + [sym_this_expression] = STATE(774), + [sym_super_expression] = STATE(774), + [sym_if_expression] = STATE(774), + [sym_when_expression] = STATE(774), + [sym_try_expression] = STATE(774), + [sym_jump_expression] = STATE(774), + [sym_callable_reference] = STATE(774), + [sym__prefix_unary_operator] = STATE(1740), + [sym__postfix_unary_expression] = STATE(8407), [sym_directly_assignable_expression] = STATE(8370), - [sym_modifiers] = STATE(8320), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4530), - [sym_long_literal] = STATE(4530), - [sym_boolean_literal] = STATE(4530), - [sym_character_literal] = STATE(4530), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(795), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [sym_modifiers] = STATE(8281), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(339), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(774), + [sym_long_literal] = STATE(774), + [sym_boolean_literal] = STATE(774), + [sym_character_literal] = STATE(774), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(773), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(667), - [anon_sym_interface] = ACTIONS(667), - [anon_sym_enum] = ACTIONS(669), - [anon_sym_LBRACE] = ACTIONS(221), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(671), - [anon_sym_var] = ACTIONS(671), - [anon_sym_object] = ACTIONS(673), - [anon_sym_fun] = ACTIONS(675), - [anon_sym_SEMI] = ACTIONS(1337), - [anon_sym_get] = ACTIONS(677), - [anon_sym_set] = ACTIONS(679), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(683), - [anon_sym_for] = ACTIONS(685), - [anon_sym_while] = ACTIONS(687), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(249), - [anon_sym_if] = ACTIONS(333), - [anon_sym_else] = ACTIONS(1341), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_typealias] = ACTIONS(391), + [anon_sym_class] = ACTIONS(941), + [anon_sym_interface] = ACTIONS(941), + [anon_sym_enum] = ACTIONS(943), + [anon_sym_LBRACE] = ACTIONS(945), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_val] = ACTIONS(947), + [anon_sym_var] = ACTIONS(947), + [anon_sym_object] = ACTIONS(949), + [anon_sym_fun] = ACTIONS(951), + [anon_sym_SEMI] = ACTIONS(1343), + [anon_sym_get] = ACTIONS(953), + [anon_sym_set] = ACTIONS(955), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(959), + [anon_sym_for] = ACTIONS(961), + [anon_sym_while] = ACTIONS(963), + [anon_sym_do] = ACTIONS(423), + [anon_sym_null] = ACTIONS(965), + [anon_sym_if] = ACTIONS(427), + [anon_sym_else] = ACTIONS(1345), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(445), + [anon_sym_inner] = ACTIONS(445), + [anon_sym_value] = ACTIONS(445), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -52871,149 +53187,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(283), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_expect] = ACTIONS(447), + [anon_sym_actual] = ACTIONS(447), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(971), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), }, - [109] = { - [sym_type_alias] = STATE(9177), - [sym__declaration] = STATE(9177), - [sym_class_declaration] = STATE(9177), - [sym_function_declaration] = STATE(9177), - [sym_property_declaration] = STATE(9177), - [sym_getter] = STATE(9177), - [sym_setter] = STATE(9177), - [sym_object_declaration] = STATE(9177), - [sym__statement] = STATE(9177), - [sym_control_structure_body] = STATE(9101), - [sym__block] = STATE(9177), - [sym__loop_statement] = STATE(9177), - [sym_for_statement] = STATE(9177), - [sym_while_statement] = STATE(9177), - [sym_do_while_statement] = STATE(9177), - [sym_assignment] = STATE(9177), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), + [111] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(5288), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(3843), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4524), + [sym_parenthesized_expression] = STATE(4524), + [sym_collection_literal] = STATE(4524), + [sym__literal_constant] = STATE(4524), + [sym_string_literal] = STATE(4524), + [sym_lambda_literal] = STATE(4524), + [sym_anonymous_function] = STATE(4524), + [sym__function_literal] = STATE(4524), + [sym_object_literal] = STATE(4524), + [sym_this_expression] = STATE(4524), + [sym_super_expression] = STATE(4524), + [sym_if_expression] = STATE(4524), + [sym_when_expression] = STATE(4524), + [sym_try_expression] = STATE(4524), + [sym_jump_expression] = STATE(4524), + [sym_callable_reference] = STATE(4524), + [sym__prefix_unary_operator] = STATE(1516), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8376), + [sym_modifiers] = STATE(8309), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4524), + [sym_long_literal] = STATE(4524), + [sym_boolean_literal] = STATE(4524), + [sym_character_literal] = STATE(4524), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(761), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [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(1329), - [anon_sym_RBRACE] = ACTIONS(207), - [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(119), + [anon_sym_typealias] = ACTIONS(125), + [anon_sym_class] = ACTIONS(673), + [anon_sym_interface] = ACTIONS(673), + [anon_sym_enum] = ACTIONS(675), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(677), + [anon_sym_var] = ACTIONS(677), + [anon_sym_object] = ACTIONS(679), + [anon_sym_fun] = ACTIONS(681), + [anon_sym_SEMI] = ACTIONS(1347), + [anon_sym_get] = ACTIONS(683), + [anon_sym_set] = ACTIONS(685), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(689), + [anon_sym_for] = ACTIONS(691), + [anon_sym_while] = ACTIONS(693), + [anon_sym_do] = ACTIONS(157), + [anon_sym_null] = ACTIONS(159), + [anon_sym_if] = ACTIONS(243), + [anon_sym_else] = ACTIONS(1351), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), [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_value] = ACTIONS(77), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -53032,630 +53349,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(181), + [anon_sym_actual] = ACTIONS(181), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym__automatic_semicolon] = ACTIONS(207), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(193), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(205), }, - [110] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(5627), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8304), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(793), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(1101), - [anon_sym_interface] = ACTIONS(1101), - [anon_sym_enum] = ACTIONS(1103), - [anon_sym_LBRACE] = ACTIONS(857), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(1105), - [anon_sym_var] = ACTIONS(1105), - [anon_sym_object] = ACTIONS(1107), - [anon_sym_fun] = ACTIONS(1109), - [anon_sym_SEMI] = ACTIONS(1343), - [anon_sym_get] = ACTIONS(1111), - [anon_sym_set] = ACTIONS(1113), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(1117), - [anon_sym_while] = ACTIONS(1119), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_else] = ACTIONS(1345), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [111] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5611), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4251), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1580), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8390), - [sym_modifiers] = STATE(8299), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(762), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(945), - [anon_sym_interface] = ACTIONS(945), - [anon_sym_enum] = ACTIONS(947), - [anon_sym_LBRACE] = ACTIONS(949), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(951), - [anon_sym_var] = ACTIONS(951), - [anon_sym_object] = ACTIONS(953), - [anon_sym_fun] = ACTIONS(955), - [anon_sym_SEMI] = ACTIONS(1347), - [anon_sym_get] = ACTIONS(957), - [anon_sym_set] = ACTIONS(959), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(963), - [anon_sym_for] = ACTIONS(965), - [anon_sym_while] = ACTIONS(967), - [anon_sym_do] = ACTIONS(371), - [anon_sym_null] = ACTIONS(53), - [anon_sym_if] = ACTIONS(375), - [anon_sym_else] = ACTIONS(1349), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [112] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5339), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4082), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4551), - [sym_parenthesized_expression] = STATE(4551), - [sym_collection_literal] = STATE(4551), - [sym__literal_constant] = STATE(4551), - [sym_string_literal] = STATE(4551), - [sym_lambda_literal] = STATE(4551), - [sym_anonymous_function] = STATE(4551), - [sym__function_literal] = STATE(4551), - [sym_object_literal] = STATE(4551), - [sym_this_expression] = STATE(4551), - [sym_super_expression] = STATE(4551), - [sym_if_expression] = STATE(4551), - [sym_when_expression] = STATE(4551), - [sym_try_expression] = STATE(4551), - [sym_jump_expression] = STATE(4551), - [sym_callable_reference] = STATE(4551), - [sym__prefix_unary_operator] = STATE(1844), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8372), - [sym_modifiers] = STATE(8288), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(339), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4551), - [sym_long_literal] = STATE(4551), - [sym_boolean_literal] = STATE(4551), - [sym_character_literal] = STATE(4551), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(792), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(641), - [anon_sym_interface] = ACTIONS(641), - [anon_sym_enum] = ACTIONS(643), - [anon_sym_LBRACE] = ACTIONS(351), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(645), - [anon_sym_var] = ACTIONS(645), - [anon_sym_object] = ACTIONS(647), - [anon_sym_fun] = ACTIONS(649), - [anon_sym_SEMI] = ACTIONS(1351), - [anon_sym_get] = ACTIONS(651), - [anon_sym_set] = ACTIONS(653), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(657), - [anon_sym_for] = ACTIONS(659), - [anon_sym_while] = ACTIONS(661), - [anon_sym_do] = ACTIONS(371), - [anon_sym_null] = ACTIONS(373), - [anon_sym_if] = ACTIONS(55), - [anon_sym_else] = ACTIONS(1355), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(385), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [113] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3891), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2449), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3004), - [sym_parenthesized_expression] = STATE(3004), - [sym_collection_literal] = STATE(3004), - [sym__literal_constant] = STATE(3004), - [sym_string_literal] = STATE(3004), - [sym_lambda_literal] = STATE(3004), - [sym_anonymous_function] = STATE(3004), - [sym__function_literal] = STATE(3004), - [sym_object_literal] = STATE(3004), - [sym_this_expression] = STATE(3004), - [sym_super_expression] = STATE(3004), - [sym_if_expression] = STATE(3004), - [sym_when_expression] = STATE(3004), - [sym_try_expression] = STATE(3004), - [sym_jump_expression] = STATE(3004), - [sym_callable_reference] = STATE(3004), - [sym__prefix_unary_operator] = STATE(1545), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8395), - [sym_modifiers] = STATE(8307), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(345), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3004), - [sym_long_literal] = STATE(3004), - [sym_boolean_literal] = STATE(3004), - [sym_character_literal] = STATE(3004), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(765), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), + [112] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(4147), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(2290), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2162), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8389), + [sym_modifiers] = STATE(8278), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(769), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(475), [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(881), - [anon_sym_interface] = ACTIONS(881), - [anon_sym_enum] = ACTIONS(883), + [anon_sym_class] = ACTIONS(1121), + [anon_sym_interface] = ACTIONS(1121), + [anon_sym_enum] = ACTIONS(1123), [anon_sym_LBRACE] = ACTIONS(885), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(887), - [anon_sym_var] = ACTIONS(887), - [anon_sym_object] = ACTIONS(889), - [anon_sym_fun] = ACTIONS(891), - [anon_sym_SEMI] = ACTIONS(1357), - [anon_sym_get] = ACTIONS(893), - [anon_sym_set] = ACTIONS(895), + [anon_sym_val] = ACTIONS(1125), + [anon_sym_var] = ACTIONS(1125), + [anon_sym_object] = ACTIONS(1127), + [anon_sym_fun] = ACTIONS(1129), + [anon_sym_SEMI] = ACTIONS(1353), + [anon_sym_get] = ACTIONS(1131), + [anon_sym_set] = ACTIONS(1133), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(899), - [anon_sym_for] = ACTIONS(901), - [anon_sym_while] = ACTIONS(903), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1137), + [anon_sym_for] = ACTIONS(1139), + [anon_sym_while] = ACTIONS(1141), [anon_sym_do] = ACTIONS(509), [anon_sym_null] = ACTIONS(905), - [anon_sym_if] = ACTIONS(513), + [anon_sym_if] = ACTIONS(663), + [anon_sym_else] = ACTIONS(1355), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -53683,7 +53514,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(533), [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), @@ -53699,130 +53530,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [114] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4888), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(3286), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4530), - [sym_parenthesized_expression] = STATE(4530), - [sym_collection_literal] = STATE(4530), - [sym__literal_constant] = STATE(4530), - [sym_string_literal] = STATE(4530), - [sym_lambda_literal] = STATE(4530), - [sym_anonymous_function] = STATE(4530), - [sym__function_literal] = STATE(4530), - [sym_object_literal] = STATE(4530), - [sym_this_expression] = STATE(4530), - [sym_super_expression] = STATE(4530), - [sym_if_expression] = STATE(4530), - [sym_when_expression] = STATE(4530), - [sym_try_expression] = STATE(4530), - [sym_jump_expression] = STATE(4530), - [sym_callable_reference] = STATE(4530), - [sym__prefix_unary_operator] = STATE(1985), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8361), - [sym_modifiers] = STATE(8294), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(347), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4530), - [sym_long_literal] = STATE(4530), - [sym_boolean_literal] = STATE(4530), - [sym_character_literal] = STATE(4530), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(768), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [113] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1127), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(519), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(774), + [sym_parenthesized_expression] = STATE(774), + [sym_collection_literal] = STATE(774), + [sym__literal_constant] = STATE(774), + [sym_string_literal] = STATE(774), + [sym_lambda_literal] = STATE(774), + [sym_anonymous_function] = STATE(774), + [sym__function_literal] = STATE(774), + [sym_object_literal] = STATE(774), + [sym_this_expression] = STATE(774), + [sym_super_expression] = STATE(774), + [sym_if_expression] = STATE(774), + [sym_when_expression] = STATE(774), + [sym_try_expression] = STATE(774), + [sym_jump_expression] = STATE(774), + [sym_callable_reference] = STATE(774), + [sym__prefix_unary_operator] = STATE(1605), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8372), + [sym_modifiers] = STATE(8313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(346), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(774), + [sym_long_literal] = STATE(774), + [sym_boolean_literal] = STATE(774), + [sym_character_literal] = STATE(774), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(754), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(217), - [anon_sym_interface] = ACTIONS(217), - [anon_sym_enum] = ACTIONS(219), - [anon_sym_LBRACE] = ACTIONS(221), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(225), - [anon_sym_var] = ACTIONS(225), - [anon_sym_object] = ACTIONS(227), - [anon_sym_fun] = ACTIONS(229), - [anon_sym_SEMI] = ACTIONS(1359), - [anon_sym_get] = ACTIONS(231), - [anon_sym_set] = ACTIONS(233), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(241), - [anon_sym_for] = ACTIONS(243), - [anon_sym_while] = ACTIONS(245), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(249), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_typealias] = ACTIONS(391), + [anon_sym_class] = ACTIONS(1031), + [anon_sym_interface] = ACTIONS(1031), + [anon_sym_enum] = ACTIONS(1033), + [anon_sym_LBRACE] = ACTIONS(945), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_val] = ACTIONS(1035), + [anon_sym_var] = ACTIONS(1035), + [anon_sym_object] = ACTIONS(1037), + [anon_sym_fun] = ACTIONS(1039), + [anon_sym_SEMI] = ACTIONS(1357), + [anon_sym_get] = ACTIONS(1041), + [anon_sym_set] = ACTIONS(1043), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1047), + [anon_sym_for] = ACTIONS(1049), + [anon_sym_while] = ACTIONS(1051), + [anon_sym_do] = ACTIONS(423), + [anon_sym_null] = ACTIONS(965), + [anon_sym_if] = ACTIONS(721), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(445), + [anon_sym_inner] = ACTIONS(445), + [anon_sym_value] = ACTIONS(445), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -53841,149 +53672,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(283), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_expect] = ACTIONS(447), + [anon_sym_actual] = ACTIONS(447), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(971), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), }, - [115] = { - [sym_type_alias] = STATE(9177), - [sym__declaration] = STATE(9177), - [sym_class_declaration] = STATE(9177), - [sym_function_declaration] = STATE(9177), - [sym_property_declaration] = STATE(9177), - [sym_getter] = STATE(9177), - [sym_setter] = STATE(9177), - [sym_object_declaration] = STATE(9177), - [sym__statement] = STATE(9177), - [sym_control_structure_body] = STATE(9388), - [sym__block] = STATE(9177), - [sym__loop_statement] = STATE(9177), - [sym_for_statement] = STATE(9177), - [sym_while_statement] = STATE(9177), - [sym_do_while_statement] = STATE(9177), - [sym_assignment] = STATE(9177), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), + [114] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4861), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(3316), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4524), + [sym_parenthesized_expression] = STATE(4524), + [sym_collection_literal] = STATE(4524), + [sym__literal_constant] = STATE(4524), + [sym_string_literal] = STATE(4524), + [sym_lambda_literal] = STATE(4524), + [sym_anonymous_function] = STATE(4524), + [sym__function_literal] = STATE(4524), + [sym_object_literal] = STATE(4524), + [sym_this_expression] = STATE(4524), + [sym_super_expression] = STATE(4524), + [sym_if_expression] = STATE(4524), + [sym_when_expression] = STATE(4524), + [sym_try_expression] = STATE(4524), + [sym_jump_expression] = STATE(4524), + [sym_callable_reference] = STATE(4524), + [sym__prefix_unary_operator] = STATE(1983), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8353), + [sym_modifiers] = STATE(8291), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4524), + [sym_long_literal] = STATE(4524), + [sym_boolean_literal] = STATE(4524), + [sym_character_literal] = STATE(4524), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(786), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [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(1329), - [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(1361), - [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(119), + [anon_sym_typealias] = ACTIONS(125), + [anon_sym_class] = ACTIONS(127), + [anon_sym_interface] = ACTIONS(127), + [anon_sym_enum] = ACTIONS(129), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(135), + [anon_sym_var] = ACTIONS(135), + [anon_sym_object] = ACTIONS(137), + [anon_sym_fun] = ACTIONS(139), + [anon_sym_SEMI] = ACTIONS(1359), + [anon_sym_get] = ACTIONS(141), + [anon_sym_set] = ACTIONS(143), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(151), + [anon_sym_for] = ACTIONS(153), + [anon_sym_while] = ACTIONS(155), + [anon_sym_do] = ACTIONS(157), + [anon_sym_null] = ACTIONS(159), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [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_value] = ACTIONS(77), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -54002,143 +53833,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(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(193), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(205), }, - [116] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1151), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(534), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(785), - [sym_parenthesized_expression] = STATE(785), - [sym_collection_literal] = STATE(785), - [sym__literal_constant] = STATE(785), - [sym_string_literal] = STATE(785), - [sym_lambda_literal] = STATE(785), - [sym_anonymous_function] = STATE(785), - [sym__function_literal] = STATE(785), - [sym_object_literal] = STATE(785), - [sym_this_expression] = STATE(785), - [sym_super_expression] = STATE(785), - [sym_if_expression] = STATE(785), - [sym_when_expression] = STATE(785), - [sym_try_expression] = STATE(785), - [sym_jump_expression] = STATE(785), - [sym_callable_reference] = STATE(785), - [sym__prefix_unary_operator] = STATE(1544), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8374), - [sym_modifiers] = STATE(8321), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(337), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(785), - [sym_long_literal] = STATE(785), - [sym_boolean_literal] = STATE(785), - [sym_character_literal] = STATE(785), + [115] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1147), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(478), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(774), + [sym_parenthesized_expression] = STATE(774), + [sym_collection_literal] = STATE(774), + [sym__literal_constant] = STATE(774), + [sym_string_literal] = STATE(774), + [sym_lambda_literal] = STATE(774), + [sym_anonymous_function] = STATE(774), + [sym__function_literal] = STATE(774), + [sym_object_literal] = STATE(774), + [sym_this_expression] = STATE(774), + [sym_super_expression] = STATE(774), + [sym_if_expression] = STATE(774), + [sym_when_expression] = STATE(774), + [sym_try_expression] = STATE(774), + [sym_jump_expression] = STATE(774), + [sym_callable_reference] = STATE(774), + [sym__prefix_unary_operator] = STATE(1740), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8370), + [sym_modifiers] = STATE(8281), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(339), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(774), + [sym_long_literal] = STATE(774), + [sym_boolean_literal] = STATE(774), + [sym_character_literal] = STATE(774), [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(780), - [aux_sym_modifiers_repeat1] = STATE(5620), + [aux_sym__statement_repeat1] = STATE(773), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(1005), - [anon_sym_interface] = ACTIONS(1005), - [anon_sym_enum] = ACTIONS(1007), - [anon_sym_LBRACE] = ACTIONS(917), + [anon_sym_class] = ACTIONS(941), + [anon_sym_interface] = ACTIONS(941), + [anon_sym_enum] = ACTIONS(943), + [anon_sym_LBRACE] = ACTIONS(945), [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(1009), - [anon_sym_var] = ACTIONS(1009), - [anon_sym_object] = ACTIONS(1011), - [anon_sym_fun] = ACTIONS(1013), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_get] = ACTIONS(1015), - [anon_sym_set] = ACTIONS(1017), + [anon_sym_val] = ACTIONS(947), + [anon_sym_var] = ACTIONS(947), + [anon_sym_object] = ACTIONS(949), + [anon_sym_fun] = ACTIONS(951), + [anon_sym_SEMI] = ACTIONS(1361), + [anon_sym_get] = ACTIONS(953), + [anon_sym_set] = ACTIONS(955), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1021), - [anon_sym_for] = ACTIONS(1023), - [anon_sym_while] = ACTIONS(1025), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(959), + [anon_sym_for] = ACTIONS(961), + [anon_sym_while] = ACTIONS(963), [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(937), - [anon_sym_if] = ACTIONS(811), + [anon_sym_null] = ACTIONS(965), + [anon_sym_if] = ACTIONS(427), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -54171,7 +54002,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(453), [anon_sym_this_AT] = ACTIONS(455), [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(943), + [sym_real_literal] = ACTIONS(971), [sym_integer_literal] = ACTIONS(461), [sym_hex_literal] = ACTIONS(463), [sym_bin_literal] = ACTIONS(463), @@ -54182,130 +54013,291 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, + [116] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3988), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2559), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2987), + [sym_parenthesized_expression] = STATE(2987), + [sym_collection_literal] = STATE(2987), + [sym__literal_constant] = STATE(2987), + [sym_string_literal] = STATE(2987), + [sym_lambda_literal] = STATE(2987), + [sym_anonymous_function] = STATE(2987), + [sym__function_literal] = STATE(2987), + [sym_object_literal] = STATE(2987), + [sym_this_expression] = STATE(2987), + [sym_super_expression] = STATE(2987), + [sym_if_expression] = STATE(2987), + [sym_when_expression] = STATE(2987), + [sym_try_expression] = STATE(2987), + [sym_jump_expression] = STATE(2987), + [sym_callable_reference] = STATE(2987), + [sym__prefix_unary_operator] = STATE(1536), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8354), + [sym_modifiers] = STATE(8304), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(353), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2987), + [sym_long_literal] = STATE(2987), + [sym_boolean_literal] = STATE(2987), + [sym_character_literal] = STATE(2987), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(767), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_typealias] = ACTIONS(561), + [anon_sym_class] = ACTIONS(1075), + [anon_sym_interface] = ACTIONS(1075), + [anon_sym_enum] = ACTIONS(1077), + [anon_sym_LBRACE] = ACTIONS(977), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_val] = ACTIONS(1079), + [anon_sym_var] = ACTIONS(1079), + [anon_sym_object] = ACTIONS(1081), + [anon_sym_fun] = ACTIONS(1083), + [anon_sym_SEMI] = ACTIONS(1363), + [anon_sym_get] = ACTIONS(1085), + [anon_sym_set] = ACTIONS(1087), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1091), + [anon_sym_for] = ACTIONS(1093), + [anon_sym_while] = ACTIONS(1095), + [anon_sym_do] = ACTIONS(593), + [anon_sym_null] = ACTIONS(997), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(615), + [anon_sym_inner] = ACTIONS(615), + [anon_sym_value] = ACTIONS(615), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(617), + [anon_sym_actual] = ACTIONS(617), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1003), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, [117] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5213), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8300), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3202), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(1201), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(1689), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8385), + [sym_modifiers] = STATE(8299), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(343), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(766), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2750), + [sym_long_literal] = STATE(2750), + [sym_boolean_literal] = STATE(2750), + [sym_character_literal] = STATE(2750), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(777), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(1057), - [anon_sym_interface] = ACTIONS(1057), - [anon_sym_enum] = ACTIONS(1059), - [anon_sym_LBRACE] = ACTIONS(949), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(1061), - [anon_sym_var] = ACTIONS(1061), - [anon_sym_object] = ACTIONS(1063), - [anon_sym_fun] = ACTIONS(1065), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_typealias] = ACTIONS(477), + [anon_sym_class] = ACTIONS(641), + [anon_sym_interface] = ACTIONS(641), + [anon_sym_enum] = ACTIONS(643), + [anon_sym_LBRACE] = ACTIONS(483), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_val] = ACTIONS(645), + [anon_sym_var] = ACTIONS(645), + [anon_sym_object] = ACTIONS(647), + [anon_sym_fun] = ACTIONS(649), [anon_sym_SEMI] = ACTIONS(1365), - [anon_sym_get] = ACTIONS(1067), - [anon_sym_set] = ACTIONS(1069), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(1071), - [anon_sym_while] = ACTIONS(1073), - [anon_sym_do] = ACTIONS(371), - [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(651), + [anon_sym_set] = ACTIONS(653), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(657), + [anon_sym_for] = ACTIONS(659), + [anon_sym_while] = ACTIONS(661), + [anon_sym_do] = ACTIONS(509), + [anon_sym_null] = ACTIONS(511), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), [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_value] = ACTIONS(77), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -54324,149 +54316,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(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(543), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(555), }, [118] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5166), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8300), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4783), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(3843), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4524), + [sym_parenthesized_expression] = STATE(4524), + [sym_collection_literal] = STATE(4524), + [sym__literal_constant] = STATE(4524), + [sym_string_literal] = STATE(4524), + [sym_lambda_literal] = STATE(4524), + [sym_anonymous_function] = STATE(4524), + [sym__function_literal] = STATE(4524), + [sym_object_literal] = STATE(4524), + [sym_this_expression] = STATE(4524), + [sym_super_expression] = STATE(4524), + [sym_if_expression] = STATE(4524), + [sym_when_expression] = STATE(4524), + [sym_try_expression] = STATE(4524), + [sym_jump_expression] = STATE(4524), + [sym_callable_reference] = STATE(4524), + [sym__prefix_unary_operator] = STATE(1516), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8376), + [sym_modifiers] = STATE(8309), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(766), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4524), + [sym_long_literal] = STATE(4524), + [sym_boolean_literal] = STATE(4524), + [sym_character_literal] = STATE(4524), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(761), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(1057), - [anon_sym_interface] = ACTIONS(1057), - [anon_sym_enum] = ACTIONS(1059), - [anon_sym_LBRACE] = ACTIONS(949), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(1061), - [anon_sym_var] = ACTIONS(1061), - [anon_sym_object] = ACTIONS(1063), - [anon_sym_fun] = ACTIONS(1065), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_typealias] = ACTIONS(125), + [anon_sym_class] = ACTIONS(673), + [anon_sym_interface] = ACTIONS(673), + [anon_sym_enum] = ACTIONS(675), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(677), + [anon_sym_var] = ACTIONS(677), + [anon_sym_object] = ACTIONS(679), + [anon_sym_fun] = ACTIONS(681), [anon_sym_SEMI] = ACTIONS(1367), - [anon_sym_get] = ACTIONS(1067), - [anon_sym_set] = ACTIONS(1069), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(1071), - [anon_sym_while] = ACTIONS(1073), - [anon_sym_do] = ACTIONS(371), - [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(683), + [anon_sym_set] = ACTIONS(685), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(689), + [anon_sym_for] = ACTIONS(691), + [anon_sym_while] = ACTIONS(693), + [anon_sym_do] = ACTIONS(157), + [anon_sym_null] = ACTIONS(159), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), [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_value] = ACTIONS(77), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -54485,130 +54477,130 @@ static const uint16_t ts_parse_table[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(181), + [anon_sym_actual] = ACTIONS(181), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(193), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(205), }, [119] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5161), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8300), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(766), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5109), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4056), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4551), + [sym_parenthesized_expression] = STATE(4551), + [sym_collection_literal] = STATE(4551), + [sym__literal_constant] = STATE(4551), + [sym_string_literal] = STATE(4551), + [sym_lambda_literal] = STATE(4551), + [sym_anonymous_function] = STATE(4551), + [sym__function_literal] = STATE(4551), + [sym_object_literal] = STATE(4551), + [sym_this_expression] = STATE(4551), + [sym_super_expression] = STATE(4551), + [sym_if_expression] = STATE(4551), + [sym_when_expression] = STATE(4551), + [sym_try_expression] = STATE(4551), + [sym_jump_expression] = STATE(4551), + [sym_callable_reference] = STATE(4551), + [sym__prefix_unary_operator] = STATE(1843), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8392), + [sym_modifiers] = STATE(8298), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(344), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4551), + [sym_long_literal] = STATE(4551), + [sym_boolean_literal] = STATE(4551), + [sym_character_literal] = STATE(4551), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(798), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(1057), - [anon_sym_interface] = ACTIONS(1057), - [anon_sym_enum] = ACTIONS(1059), - [anon_sym_LBRACE] = ACTIONS(949), + [anon_sym_class] = ACTIONS(795), + [anon_sym_interface] = ACTIONS(795), + [anon_sym_enum] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(351), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(1061), - [anon_sym_var] = ACTIONS(1061), - [anon_sym_object] = ACTIONS(1063), - [anon_sym_fun] = ACTIONS(1065), + [anon_sym_val] = ACTIONS(799), + [anon_sym_var] = ACTIONS(799), + [anon_sym_object] = ACTIONS(801), + [anon_sym_fun] = ACTIONS(803), [anon_sym_SEMI] = ACTIONS(1369), - [anon_sym_get] = ACTIONS(1067), - [anon_sym_set] = ACTIONS(1069), + [anon_sym_get] = ACTIONS(805), + [anon_sym_set] = ACTIONS(807), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(1071), - [anon_sym_while] = ACTIONS(1073), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(811), + [anon_sym_for] = ACTIONS(813), + [anon_sym_while] = ACTIONS(815), [anon_sym_do] = ACTIONS(371), - [anon_sym_null] = ACTIONS(53), + [anon_sym_null] = ACTIONS(373), [anon_sym_if] = ACTIONS(55), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), @@ -54617,11 +54609,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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -54654,7 +54646,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(95), [anon_sym_this_AT] = ACTIONS(97), [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), + [sym_real_literal] = ACTIONS(385), [sym_integer_literal] = ACTIONS(103), [sym_hex_literal] = ACTIONS(105), [sym_bin_literal] = ACTIONS(105), @@ -54666,606 +54658,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(113), }, [120] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4888), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(3919), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4530), - [sym_parenthesized_expression] = STATE(4530), - [sym_collection_literal] = STATE(4530), - [sym__literal_constant] = STATE(4530), - [sym_string_literal] = STATE(4530), - [sym_lambda_literal] = STATE(4530), - [sym_anonymous_function] = STATE(4530), - [sym__function_literal] = STATE(4530), - [sym_object_literal] = STATE(4530), - [sym_this_expression] = STATE(4530), - [sym_super_expression] = STATE(4530), - [sym_if_expression] = STATE(4530), - [sym_when_expression] = STATE(4530), - [sym_try_expression] = STATE(4530), - [sym_jump_expression] = STATE(4530), - [sym_callable_reference] = STATE(4530), - [sym__prefix_unary_operator] = STATE(1459), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8370), - [sym_modifiers] = STATE(8320), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4530), - [sym_long_literal] = STATE(4530), - [sym_boolean_literal] = STATE(4530), - [sym_character_literal] = STATE(4530), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(795), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(667), - [anon_sym_interface] = ACTIONS(667), - [anon_sym_enum] = ACTIONS(669), - [anon_sym_LBRACE] = ACTIONS(221), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(671), - [anon_sym_var] = ACTIONS(671), - [anon_sym_object] = ACTIONS(673), - [anon_sym_fun] = ACTIONS(675), - [anon_sym_SEMI] = ACTIONS(1359), - [anon_sym_get] = ACTIONS(677), - [anon_sym_set] = ACTIONS(679), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(683), - [anon_sym_for] = ACTIONS(685), - [anon_sym_while] = ACTIONS(687), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(249), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(283), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [121] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4884), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(3919), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4530), - [sym_parenthesized_expression] = STATE(4530), - [sym_collection_literal] = STATE(4530), - [sym__literal_constant] = STATE(4530), - [sym_string_literal] = STATE(4530), - [sym_lambda_literal] = STATE(4530), - [sym_anonymous_function] = STATE(4530), - [sym__function_literal] = STATE(4530), - [sym_object_literal] = STATE(4530), - [sym_this_expression] = STATE(4530), - [sym_super_expression] = STATE(4530), - [sym_if_expression] = STATE(4530), - [sym_when_expression] = STATE(4530), - [sym_try_expression] = STATE(4530), - [sym_jump_expression] = STATE(4530), - [sym_callable_reference] = STATE(4530), - [sym__prefix_unary_operator] = STATE(1459), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8370), - [sym_modifiers] = STATE(8320), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4530), - [sym_long_literal] = STATE(4530), - [sym_boolean_literal] = STATE(4530), - [sym_character_literal] = STATE(4530), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(795), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(667), - [anon_sym_interface] = ACTIONS(667), - [anon_sym_enum] = ACTIONS(669), - [anon_sym_LBRACE] = ACTIONS(221), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(671), - [anon_sym_var] = ACTIONS(671), - [anon_sym_object] = ACTIONS(673), - [anon_sym_fun] = ACTIONS(675), - [anon_sym_SEMI] = ACTIONS(1371), - [anon_sym_get] = ACTIONS(677), - [anon_sym_set] = ACTIONS(679), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(683), - [anon_sym_for] = ACTIONS(685), - [anon_sym_while] = ACTIONS(687), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(249), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(283), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [122] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4837), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(3919), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4530), - [sym_parenthesized_expression] = STATE(4530), - [sym_collection_literal] = STATE(4530), - [sym__literal_constant] = STATE(4530), - [sym_string_literal] = STATE(4530), - [sym_lambda_literal] = STATE(4530), - [sym_anonymous_function] = STATE(4530), - [sym__function_literal] = STATE(4530), - [sym_object_literal] = STATE(4530), - [sym_this_expression] = STATE(4530), - [sym_super_expression] = STATE(4530), - [sym_if_expression] = STATE(4530), - [sym_when_expression] = STATE(4530), - [sym_try_expression] = STATE(4530), - [sym_jump_expression] = STATE(4530), - [sym_callable_reference] = STATE(4530), - [sym__prefix_unary_operator] = STATE(1459), - [sym__postfix_unary_expression] = STATE(8411), + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1158), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(478), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(774), + [sym_parenthesized_expression] = STATE(774), + [sym_collection_literal] = STATE(774), + [sym__literal_constant] = STATE(774), + [sym_string_literal] = STATE(774), + [sym_lambda_literal] = STATE(774), + [sym_anonymous_function] = STATE(774), + [sym__function_literal] = STATE(774), + [sym_object_literal] = STATE(774), + [sym_this_expression] = STATE(774), + [sym_super_expression] = STATE(774), + [sym_if_expression] = STATE(774), + [sym_when_expression] = STATE(774), + [sym_try_expression] = STATE(774), + [sym_jump_expression] = STATE(774), + [sym_callable_reference] = STATE(774), + [sym__prefix_unary_operator] = STATE(1740), + [sym__postfix_unary_expression] = STATE(8407), [sym_directly_assignable_expression] = STATE(8370), - [sym_modifiers] = STATE(8320), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4530), - [sym_long_literal] = STATE(4530), - [sym_boolean_literal] = STATE(4530), - [sym_character_literal] = STATE(4530), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(795), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(667), - [anon_sym_interface] = ACTIONS(667), - [anon_sym_enum] = ACTIONS(669), - [anon_sym_LBRACE] = ACTIONS(221), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(671), - [anon_sym_var] = ACTIONS(671), - [anon_sym_object] = ACTIONS(673), - [anon_sym_fun] = ACTIONS(675), - [anon_sym_SEMI] = ACTIONS(1373), - [anon_sym_get] = ACTIONS(677), - [anon_sym_set] = ACTIONS(679), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(683), - [anon_sym_for] = ACTIONS(685), - [anon_sym_while] = ACTIONS(687), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(249), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(283), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [123] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1103), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(534), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(785), - [sym_parenthesized_expression] = STATE(785), - [sym_collection_literal] = STATE(785), - [sym__literal_constant] = STATE(785), - [sym_string_literal] = STATE(785), - [sym_lambda_literal] = STATE(785), - [sym_anonymous_function] = STATE(785), - [sym__function_literal] = STATE(785), - [sym_object_literal] = STATE(785), - [sym_this_expression] = STATE(785), - [sym_super_expression] = STATE(785), - [sym_if_expression] = STATE(785), - [sym_when_expression] = STATE(785), - [sym_try_expression] = STATE(785), - [sym_jump_expression] = STATE(785), - [sym_callable_reference] = STATE(785), - [sym__prefix_unary_operator] = STATE(1544), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8374), - [sym_modifiers] = STATE(8321), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(337), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(785), - [sym_long_literal] = STATE(785), - [sym_boolean_literal] = STATE(785), - [sym_character_literal] = STATE(785), + [sym_modifiers] = STATE(8281), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(339), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(774), + [sym_long_literal] = STATE(774), + [sym_boolean_literal] = STATE(774), + [sym_character_literal] = STATE(774), [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(780), - [aux_sym_modifiers_repeat1] = STATE(5620), + [aux_sym__statement_repeat1] = STATE(773), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(1005), - [anon_sym_interface] = ACTIONS(1005), - [anon_sym_enum] = ACTIONS(1007), - [anon_sym_LBRACE] = ACTIONS(917), + [anon_sym_class] = ACTIONS(941), + [anon_sym_interface] = ACTIONS(941), + [anon_sym_enum] = ACTIONS(943), + [anon_sym_LBRACE] = ACTIONS(945), [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(1009), - [anon_sym_var] = ACTIONS(1009), - [anon_sym_object] = ACTIONS(1011), - [anon_sym_fun] = ACTIONS(1013), - [anon_sym_SEMI] = ACTIONS(1375), - [anon_sym_get] = ACTIONS(1015), - [anon_sym_set] = ACTIONS(1017), + [anon_sym_val] = ACTIONS(947), + [anon_sym_var] = ACTIONS(947), + [anon_sym_object] = ACTIONS(949), + [anon_sym_fun] = ACTIONS(951), + [anon_sym_SEMI] = ACTIONS(1371), + [anon_sym_get] = ACTIONS(953), + [anon_sym_set] = ACTIONS(955), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1021), - [anon_sym_for] = ACTIONS(1023), - [anon_sym_while] = ACTIONS(1025), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(959), + [anon_sym_for] = ACTIONS(961), + [anon_sym_while] = ACTIONS(963), [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(937), - [anon_sym_if] = ACTIONS(811), + [anon_sym_null] = ACTIONS(965), + [anon_sym_if] = ACTIONS(427), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -55298,7 +54807,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(453), [anon_sym_this_AT] = ACTIONS(455), [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(943), + [sym_real_literal] = ACTIONS(971), [sym_integer_literal] = ACTIONS(461), [sym_hex_literal] = ACTIONS(463), [sym_bin_literal] = ACTIONS(463), @@ -55309,124 +54818,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [124] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(4001), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2565), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3004), - [sym_parenthesized_expression] = STATE(3004), - [sym_collection_literal] = STATE(3004), - [sym__literal_constant] = STATE(3004), - [sym_string_literal] = STATE(3004), - [sym_lambda_literal] = STATE(3004), - [sym_anonymous_function] = STATE(3004), - [sym__function_literal] = STATE(3004), - [sym_object_literal] = STATE(3004), - [sym_this_expression] = STATE(3004), - [sym_super_expression] = STATE(3004), - [sym_if_expression] = STATE(3004), - [sym_when_expression] = STATE(3004), - [sym_try_expression] = STATE(3004), - [sym_jump_expression] = STATE(3004), - [sym_callable_reference] = STATE(3004), - [sym__prefix_unary_operator] = STATE(1533), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8387), - [sym_modifiers] = STATE(8298), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(353), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3004), - [sym_long_literal] = STATE(3004), - [sym_boolean_literal] = STATE(3004), - [sym_character_literal] = STATE(3004), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(787), - [aux_sym_modifiers_repeat1] = STATE(5620), + [121] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3229), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(2290), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2162), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8389), + [sym_modifiers] = STATE(8278), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(769), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(475), [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(1031), - [anon_sym_interface] = ACTIONS(1031), - [anon_sym_enum] = ACTIONS(1033), + [anon_sym_class] = ACTIONS(1121), + [anon_sym_interface] = ACTIONS(1121), + [anon_sym_enum] = ACTIONS(1123), [anon_sym_LBRACE] = ACTIONS(885), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(1035), - [anon_sym_var] = ACTIONS(1035), - [anon_sym_object] = ACTIONS(1037), - [anon_sym_fun] = ACTIONS(1039), - [anon_sym_SEMI] = ACTIONS(1377), - [anon_sym_get] = ACTIONS(1041), - [anon_sym_set] = ACTIONS(1043), + [anon_sym_val] = ACTIONS(1125), + [anon_sym_var] = ACTIONS(1125), + [anon_sym_object] = ACTIONS(1127), + [anon_sym_fun] = ACTIONS(1129), + [anon_sym_SEMI] = ACTIONS(1373), + [anon_sym_get] = ACTIONS(1131), + [anon_sym_set] = ACTIONS(1133), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1047), - [anon_sym_for] = ACTIONS(1049), - [anon_sym_while] = ACTIONS(1051), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1137), + [anon_sym_for] = ACTIONS(1139), + [anon_sym_while] = ACTIONS(1141), [anon_sym_do] = ACTIONS(509), [anon_sym_null] = ACTIONS(905), - [anon_sym_if] = ACTIONS(747), + [anon_sym_if] = ACTIONS(663), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -55454,7 +54963,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(533), [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), @@ -55470,1090 +54979,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [125] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1067), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(534), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(785), - [sym_parenthesized_expression] = STATE(785), - [sym_collection_literal] = STATE(785), - [sym__literal_constant] = STATE(785), - [sym_string_literal] = STATE(785), - [sym_lambda_literal] = STATE(785), - [sym_anonymous_function] = STATE(785), - [sym__function_literal] = STATE(785), - [sym_object_literal] = STATE(785), - [sym_this_expression] = STATE(785), - [sym_super_expression] = STATE(785), - [sym_if_expression] = STATE(785), - [sym_when_expression] = STATE(785), - [sym_try_expression] = STATE(785), - [sym_jump_expression] = STATE(785), - [sym_callable_reference] = STATE(785), - [sym__prefix_unary_operator] = STATE(1544), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8374), - [sym_modifiers] = STATE(8321), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(337), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(785), - [sym_long_literal] = STATE(785), - [sym_boolean_literal] = STATE(785), - [sym_character_literal] = STATE(785), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(780), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(1005), - [anon_sym_interface] = ACTIONS(1005), - [anon_sym_enum] = ACTIONS(1007), - [anon_sym_LBRACE] = ACTIONS(917), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(1009), - [anon_sym_var] = ACTIONS(1009), - [anon_sym_object] = ACTIONS(1011), - [anon_sym_fun] = ACTIONS(1013), - [anon_sym_SEMI] = ACTIONS(1379), - [anon_sym_get] = ACTIONS(1015), - [anon_sym_set] = ACTIONS(1017), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1021), - [anon_sym_for] = ACTIONS(1023), - [anon_sym_while] = ACTIONS(1025), - [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(937), - [anon_sym_if] = ACTIONS(811), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(445), - [anon_sym_inner] = ACTIONS(445), - [anon_sym_value] = ACTIONS(445), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(447), - [anon_sym_actual] = ACTIONS(447), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(943), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [126] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5145), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8300), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(766), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(1057), - [anon_sym_interface] = ACTIONS(1057), - [anon_sym_enum] = ACTIONS(1059), - [anon_sym_LBRACE] = ACTIONS(949), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(1061), - [anon_sym_var] = ACTIONS(1061), - [anon_sym_object] = ACTIONS(1063), - [anon_sym_fun] = ACTIONS(1065), - [anon_sym_SEMI] = ACTIONS(1381), - [anon_sym_get] = ACTIONS(1067), - [anon_sym_set] = ACTIONS(1069), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(1071), - [anon_sym_while] = ACTIONS(1073), - [anon_sym_do] = ACTIONS(371), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [127] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5213), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4082), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4551), - [sym_parenthesized_expression] = STATE(4551), - [sym_collection_literal] = STATE(4551), - [sym__literal_constant] = STATE(4551), - [sym_string_literal] = STATE(4551), - [sym_lambda_literal] = STATE(4551), - [sym_anonymous_function] = STATE(4551), - [sym__function_literal] = STATE(4551), - [sym_object_literal] = STATE(4551), - [sym_this_expression] = STATE(4551), - [sym_super_expression] = STATE(4551), - [sym_if_expression] = STATE(4551), - [sym_when_expression] = STATE(4551), - [sym_try_expression] = STATE(4551), - [sym_jump_expression] = STATE(4551), - [sym_callable_reference] = STATE(4551), - [sym__prefix_unary_operator] = STATE(1844), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8372), - [sym_modifiers] = STATE(8288), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(339), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4551), - [sym_long_literal] = STATE(4551), - [sym_boolean_literal] = STATE(4551), - [sym_character_literal] = STATE(4551), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(792), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(641), - [anon_sym_interface] = ACTIONS(641), - [anon_sym_enum] = ACTIONS(643), - [anon_sym_LBRACE] = ACTIONS(351), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(645), - [anon_sym_var] = ACTIONS(645), - [anon_sym_object] = ACTIONS(647), - [anon_sym_fun] = ACTIONS(649), - [anon_sym_SEMI] = ACTIONS(1365), - [anon_sym_get] = ACTIONS(651), - [anon_sym_set] = ACTIONS(653), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(657), - [anon_sym_for] = ACTIONS(659), - [anon_sym_while] = ACTIONS(661), - [anon_sym_do] = ACTIONS(371), - [anon_sym_null] = ACTIONS(373), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(385), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [128] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3906), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2207), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(2982), - [sym_parenthesized_expression] = STATE(2982), - [sym_collection_literal] = STATE(2982), - [sym__literal_constant] = STATE(2982), - [sym_string_literal] = STATE(2982), - [sym_lambda_literal] = STATE(2982), - [sym_anonymous_function] = STATE(2982), - [sym__function_literal] = STATE(2982), - [sym_object_literal] = STATE(2982), - [sym_this_expression] = STATE(2982), - [sym_super_expression] = STATE(2982), - [sym_if_expression] = STATE(2982), - [sym_when_expression] = STATE(2982), - [sym_try_expression] = STATE(2982), - [sym_jump_expression] = STATE(2982), - [sym_callable_reference] = STATE(2982), - [sym__prefix_unary_operator] = STATE(1774), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8398), - [sym_modifiers] = STATE(8316), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(332), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(2982), - [sym_long_literal] = STATE(2982), - [sym_boolean_literal] = STATE(2982), - [sym_character_literal] = STATE(2982), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(791), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(725), - [anon_sym_interface] = ACTIONS(725), - [anon_sym_enum] = ACTIONS(727), - [anon_sym_LBRACE] = ACTIONS(483), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(729), - [anon_sym_var] = ACTIONS(729), - [anon_sym_object] = ACTIONS(731), - [anon_sym_fun] = ACTIONS(733), - [anon_sym_SEMI] = ACTIONS(1383), - [anon_sym_get] = ACTIONS(735), - [anon_sym_set] = ACTIONS(737), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_while] = ACTIONS(745), - [anon_sym_do] = ACTIONS(509), - [anon_sym_null] = ACTIONS(511), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(531), - [anon_sym_inner] = ACTIONS(531), - [anon_sym_value] = ACTIONS(531), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(533), - [anon_sym_actual] = ACTIONS(533), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(543), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [129] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3895), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2207), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(2982), - [sym_parenthesized_expression] = STATE(2982), - [sym_collection_literal] = STATE(2982), - [sym__literal_constant] = STATE(2982), - [sym_string_literal] = STATE(2982), - [sym_lambda_literal] = STATE(2982), - [sym_anonymous_function] = STATE(2982), - [sym__function_literal] = STATE(2982), - [sym_object_literal] = STATE(2982), - [sym_this_expression] = STATE(2982), - [sym_super_expression] = STATE(2982), - [sym_if_expression] = STATE(2982), - [sym_when_expression] = STATE(2982), - [sym_try_expression] = STATE(2982), - [sym_jump_expression] = STATE(2982), - [sym_callable_reference] = STATE(2982), - [sym__prefix_unary_operator] = STATE(1774), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8398), - [sym_modifiers] = STATE(8316), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(332), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(2982), - [sym_long_literal] = STATE(2982), - [sym_boolean_literal] = STATE(2982), - [sym_character_literal] = STATE(2982), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(791), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(725), - [anon_sym_interface] = ACTIONS(725), - [anon_sym_enum] = ACTIONS(727), - [anon_sym_LBRACE] = ACTIONS(483), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(729), - [anon_sym_var] = ACTIONS(729), - [anon_sym_object] = ACTIONS(731), - [anon_sym_fun] = ACTIONS(733), - [anon_sym_SEMI] = ACTIONS(1385), - [anon_sym_get] = ACTIONS(735), - [anon_sym_set] = ACTIONS(737), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_while] = ACTIONS(745), - [anon_sym_do] = ACTIONS(509), - [anon_sym_null] = ACTIONS(511), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(531), - [anon_sym_inner] = ACTIONS(531), - [anon_sym_value] = ACTIONS(531), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(533), - [anon_sym_actual] = ACTIONS(533), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(543), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [130] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3891), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2207), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(2982), - [sym_parenthesized_expression] = STATE(2982), - [sym_collection_literal] = STATE(2982), - [sym__literal_constant] = STATE(2982), - [sym_string_literal] = STATE(2982), - [sym_lambda_literal] = STATE(2982), - [sym_anonymous_function] = STATE(2982), - [sym__function_literal] = STATE(2982), - [sym_object_literal] = STATE(2982), - [sym_this_expression] = STATE(2982), - [sym_super_expression] = STATE(2982), - [sym_if_expression] = STATE(2982), - [sym_when_expression] = STATE(2982), - [sym_try_expression] = STATE(2982), - [sym_jump_expression] = STATE(2982), - [sym_callable_reference] = STATE(2982), - [sym__prefix_unary_operator] = STATE(1774), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8398), - [sym_modifiers] = STATE(8316), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(332), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(2982), - [sym_long_literal] = STATE(2982), - [sym_boolean_literal] = STATE(2982), - [sym_character_literal] = STATE(2982), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(791), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(725), - [anon_sym_interface] = ACTIONS(725), - [anon_sym_enum] = ACTIONS(727), - [anon_sym_LBRACE] = ACTIONS(483), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(729), - [anon_sym_var] = ACTIONS(729), - [anon_sym_object] = ACTIONS(731), - [anon_sym_fun] = ACTIONS(733), - [anon_sym_SEMI] = ACTIONS(1357), - [anon_sym_get] = ACTIONS(735), - [anon_sym_set] = ACTIONS(737), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_while] = ACTIONS(745), - [anon_sym_do] = ACTIONS(509), - [anon_sym_null] = ACTIONS(511), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(531), - [anon_sym_inner] = ACTIONS(531), - [anon_sym_value] = ACTIONS(531), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(533), - [anon_sym_actual] = ACTIONS(533), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(543), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [131] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3235), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(1208), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2741), - [sym_parenthesized_expression] = STATE(2741), - [sym_collection_literal] = STATE(2741), - [sym__literal_constant] = STATE(2741), - [sym_string_literal] = STATE(2741), - [sym_lambda_literal] = STATE(2741), - [sym_anonymous_function] = STATE(2741), - [sym__function_literal] = STATE(2741), - [sym_object_literal] = STATE(2741), - [sym_this_expression] = STATE(2741), - [sym_super_expression] = STATE(2741), - [sym_if_expression] = STATE(2741), - [sym_when_expression] = STATE(2741), - [sym_try_expression] = STATE(2741), - [sym_jump_expression] = STATE(2741), - [sym_callable_reference] = STATE(2741), - [sym__prefix_unary_operator] = STATE(1689), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8359), - [sym_modifiers] = STATE(8295), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(343), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2741), - [sym_long_literal] = STATE(2741), - [sym_boolean_literal] = STATE(2741), - [sym_character_literal] = STATE(2741), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(753), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(557), + [122] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3932), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2559), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2987), + [sym_parenthesized_expression] = STATE(2987), + [sym_collection_literal] = STATE(2987), + [sym__literal_constant] = STATE(2987), + [sym_string_literal] = STATE(2987), + [sym_lambda_literal] = STATE(2987), + [sym_anonymous_function] = STATE(2987), + [sym__function_literal] = STATE(2987), + [sym_object_literal] = STATE(2987), + [sym_this_expression] = STATE(2987), + [sym_super_expression] = STATE(2987), + [sym_if_expression] = STATE(2987), + [sym_when_expression] = STATE(2987), + [sym_try_expression] = STATE(2987), + [sym_jump_expression] = STATE(2987), + [sym_callable_reference] = STATE(2987), + [sym__prefix_unary_operator] = STATE(1536), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8354), + [sym_modifiers] = STATE(8304), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(353), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2987), + [sym_long_literal] = STATE(2987), + [sym_boolean_literal] = STATE(2987), + [sym_character_literal] = STATE(2987), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(767), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_typealias] = ACTIONS(561), - [anon_sym_class] = ACTIONS(693), - [anon_sym_interface] = ACTIONS(693), - [anon_sym_enum] = ACTIONS(695), - [anon_sym_LBRACE] = ACTIONS(567), + [anon_sym_class] = ACTIONS(1075), + [anon_sym_interface] = ACTIONS(1075), + [anon_sym_enum] = ACTIONS(1077), + [anon_sym_LBRACE] = ACTIONS(977), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(697), - [anon_sym_var] = ACTIONS(697), - [anon_sym_object] = ACTIONS(699), - [anon_sym_fun] = ACTIONS(701), - [anon_sym_SEMI] = ACTIONS(1387), - [anon_sym_get] = ACTIONS(703), - [anon_sym_set] = ACTIONS(705), + [anon_sym_val] = ACTIONS(1079), + [anon_sym_var] = ACTIONS(1079), + [anon_sym_object] = ACTIONS(1081), + [anon_sym_fun] = ACTIONS(1083), + [anon_sym_SEMI] = ACTIONS(1375), + [anon_sym_get] = ACTIONS(1085), + [anon_sym_set] = ACTIONS(1087), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(709), - [anon_sym_for] = ACTIONS(711), - [anon_sym_while] = ACTIONS(713), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1091), + [anon_sym_for] = ACTIONS(1093), + [anon_sym_while] = ACTIONS(1095), [anon_sym_do] = ACTIONS(593), - [anon_sym_null] = ACTIONS(595), - [anon_sym_if] = ACTIONS(715), + [anon_sym_null] = ACTIONS(997), + [anon_sym_if] = ACTIONS(785), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -56581,12 +55124,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(617), [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(627), + [sym_real_literal] = ACTIONS(1003), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -56597,124 +55140,285 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [132] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3419), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(1636), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2773), - [sym_parenthesized_expression] = STATE(2773), - [sym_collection_literal] = STATE(2773), - [sym__literal_constant] = STATE(2773), - [sym_string_literal] = STATE(2773), - [sym_lambda_literal] = STATE(2773), - [sym_anonymous_function] = STATE(2773), - [sym__function_literal] = STATE(2773), - [sym_object_literal] = STATE(2773), - [sym_this_expression] = STATE(2773), - [sym_super_expression] = STATE(2773), - [sym_if_expression] = STATE(2773), - [sym_when_expression] = STATE(2773), - [sym_try_expression] = STATE(2773), - [sym_jump_expression] = STATE(2773), - [sym_callable_reference] = STATE(2773), - [sym__prefix_unary_operator] = STATE(1594), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8366), - [sym_modifiers] = STATE(8303), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(334), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2773), - [sym_long_literal] = STATE(2773), - [sym_boolean_literal] = STATE(2773), - [sym_character_literal] = STATE(2773), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(784), - [aux_sym_modifiers_repeat1] = STATE(5620), + [123] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3524), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(2268), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2768), + [sym_parenthesized_expression] = STATE(2768), + [sym_collection_literal] = STATE(2768), + [sym__literal_constant] = STATE(2768), + [sym_string_literal] = STATE(2768), + [sym_lambda_literal] = STATE(2768), + [sym_anonymous_function] = STATE(2768), + [sym__function_literal] = STATE(2768), + [sym_object_literal] = STATE(2768), + [sym_this_expression] = STATE(2768), + [sym_super_expression] = STATE(2768), + [sym_if_expression] = STATE(2768), + [sym_when_expression] = STATE(2768), + [sym_try_expression] = STATE(2768), + [sym_jump_expression] = STATE(2768), + [sym_callable_reference] = STATE(2768), + [sym__prefix_unary_operator] = STATE(1727), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8356), + [sym_modifiers] = STATE(8294), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(333), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2768), + [sym_long_literal] = STATE(2768), + [sym_boolean_literal] = STATE(2768), + [sym_character_literal] = STATE(2768), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(775), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(849), + [anon_sym_interface] = ACTIONS(849), + [anon_sym_enum] = ACTIONS(851), + [anon_sym_LBRACE] = ACTIONS(853), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(855), + [anon_sym_var] = ACTIONS(855), + [anon_sym_object] = ACTIONS(857), + [anon_sym_fun] = ACTIONS(859), + [anon_sym_SEMI] = ACTIONS(1377), + [anon_sym_get] = ACTIONS(861), + [anon_sym_set] = ACTIONS(863), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(867), + [anon_sym_for] = ACTIONS(869), + [anon_sym_while] = ACTIONS(871), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(873), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(879), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [124] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4792), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(3843), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4524), + [sym_parenthesized_expression] = STATE(4524), + [sym_collection_literal] = STATE(4524), + [sym__literal_constant] = STATE(4524), + [sym_string_literal] = STATE(4524), + [sym_lambda_literal] = STATE(4524), + [sym_anonymous_function] = STATE(4524), + [sym__function_literal] = STATE(4524), + [sym_object_literal] = STATE(4524), + [sym_this_expression] = STATE(4524), + [sym_super_expression] = STATE(4524), + [sym_if_expression] = STATE(4524), + [sym_when_expression] = STATE(4524), + [sym_try_expression] = STATE(4524), + [sym_jump_expression] = STATE(4524), + [sym_callable_reference] = STATE(4524), + [sym__prefix_unary_operator] = STATE(1516), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8376), + [sym_modifiers] = STATE(8309), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(355), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4524), + [sym_long_literal] = STATE(4524), + [sym_boolean_literal] = STATE(4524), + [sym_character_literal] = STATE(4524), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(761), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(757), - [anon_sym_interface] = ACTIONS(757), - [anon_sym_enum] = ACTIONS(759), + [anon_sym_class] = ACTIONS(673), + [anon_sym_interface] = ACTIONS(673), + [anon_sym_enum] = ACTIONS(675), [anon_sym_LBRACE] = ACTIONS(131), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(761), - [anon_sym_var] = ACTIONS(761), - [anon_sym_object] = ACTIONS(763), - [anon_sym_fun] = ACTIONS(765), - [anon_sym_SEMI] = ACTIONS(1389), - [anon_sym_get] = ACTIONS(767), - [anon_sym_set] = ACTIONS(769), + [anon_sym_val] = ACTIONS(677), + [anon_sym_var] = ACTIONS(677), + [anon_sym_object] = ACTIONS(679), + [anon_sym_fun] = ACTIONS(681), + [anon_sym_SEMI] = ACTIONS(1379), + [anon_sym_get] = ACTIONS(683), + [anon_sym_set] = ACTIONS(685), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(773), - [anon_sym_for] = ACTIONS(775), - [anon_sym_while] = ACTIONS(777), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(689), + [anon_sym_for] = ACTIONS(691), + [anon_sym_while] = ACTIONS(693), [anon_sym_do] = ACTIONS(157), [anon_sym_null] = ACTIONS(159), - [anon_sym_if] = ACTIONS(779), + [anon_sym_if] = ACTIONS(243), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -56758,124 +55462,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [133] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3398), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(1636), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2773), - [sym_parenthesized_expression] = STATE(2773), - [sym_collection_literal] = STATE(2773), - [sym__literal_constant] = STATE(2773), - [sym_string_literal] = STATE(2773), - [sym_lambda_literal] = STATE(2773), - [sym_anonymous_function] = STATE(2773), - [sym__function_literal] = STATE(2773), - [sym_object_literal] = STATE(2773), - [sym_this_expression] = STATE(2773), - [sym_super_expression] = STATE(2773), - [sym_if_expression] = STATE(2773), - [sym_when_expression] = STATE(2773), - [sym_try_expression] = STATE(2773), - [sym_jump_expression] = STATE(2773), - [sym_callable_reference] = STATE(2773), - [sym__prefix_unary_operator] = STATE(1594), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8366), - [sym_modifiers] = STATE(8303), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(334), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2773), - [sym_long_literal] = STATE(2773), - [sym_boolean_literal] = STATE(2773), - [sym_character_literal] = STATE(2773), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(784), - [aux_sym_modifiers_repeat1] = STATE(5620), + [125] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4761), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(3843), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4524), + [sym_parenthesized_expression] = STATE(4524), + [sym_collection_literal] = STATE(4524), + [sym__literal_constant] = STATE(4524), + [sym_string_literal] = STATE(4524), + [sym_lambda_literal] = STATE(4524), + [sym_anonymous_function] = STATE(4524), + [sym__function_literal] = STATE(4524), + [sym_object_literal] = STATE(4524), + [sym_this_expression] = STATE(4524), + [sym_super_expression] = STATE(4524), + [sym_if_expression] = STATE(4524), + [sym_when_expression] = STATE(4524), + [sym_try_expression] = STATE(4524), + [sym_jump_expression] = STATE(4524), + [sym_callable_reference] = STATE(4524), + [sym__prefix_unary_operator] = STATE(1516), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8376), + [sym_modifiers] = STATE(8309), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(355), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4524), + [sym_long_literal] = STATE(4524), + [sym_boolean_literal] = STATE(4524), + [sym_character_literal] = STATE(4524), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(761), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(757), - [anon_sym_interface] = ACTIONS(757), - [anon_sym_enum] = ACTIONS(759), + [anon_sym_class] = ACTIONS(673), + [anon_sym_interface] = ACTIONS(673), + [anon_sym_enum] = ACTIONS(675), [anon_sym_LBRACE] = ACTIONS(131), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(761), - [anon_sym_var] = ACTIONS(761), - [anon_sym_object] = ACTIONS(763), - [anon_sym_fun] = ACTIONS(765), - [anon_sym_SEMI] = ACTIONS(1391), - [anon_sym_get] = ACTIONS(767), - [anon_sym_set] = ACTIONS(769), + [anon_sym_val] = ACTIONS(677), + [anon_sym_var] = ACTIONS(677), + [anon_sym_object] = ACTIONS(679), + [anon_sym_fun] = ACTIONS(681), + [anon_sym_SEMI] = ACTIONS(1381), + [anon_sym_get] = ACTIONS(683), + [anon_sym_set] = ACTIONS(685), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(773), - [anon_sym_for] = ACTIONS(775), - [anon_sym_while] = ACTIONS(777), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(689), + [anon_sym_for] = ACTIONS(691), + [anon_sym_while] = ACTIONS(693), [anon_sym_do] = ACTIONS(157), [anon_sym_null] = ACTIONS(159), - [anon_sym_if] = ACTIONS(779), + [anon_sym_if] = ACTIONS(243), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -56919,124 +55623,285 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [134] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3396), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(1636), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2773), - [sym_parenthesized_expression] = STATE(2773), - [sym_collection_literal] = STATE(2773), - [sym__literal_constant] = STATE(2773), - [sym_string_literal] = STATE(2773), - [sym_lambda_literal] = STATE(2773), - [sym_anonymous_function] = STATE(2773), - [sym__function_literal] = STATE(2773), - [sym_object_literal] = STATE(2773), - [sym_this_expression] = STATE(2773), - [sym_super_expression] = STATE(2773), - [sym_if_expression] = STATE(2773), - [sym_when_expression] = STATE(2773), - [sym_try_expression] = STATE(2773), - [sym_jump_expression] = STATE(2773), - [sym_callable_reference] = STATE(2773), - [sym__prefix_unary_operator] = STATE(1594), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8366), - [sym_modifiers] = STATE(8303), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(334), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2773), - [sym_long_literal] = STATE(2773), - [sym_boolean_literal] = STATE(2773), - [sym_character_literal] = STATE(2773), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(784), - [aux_sym_modifiers_repeat1] = STATE(5620), + [126] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3198), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(1201), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(1689), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8385), + [sym_modifiers] = STATE(8299), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(343), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2750), + [sym_long_literal] = STATE(2750), + [sym_boolean_literal] = STATE(2750), + [sym_character_literal] = STATE(2750), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(777), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_typealias] = ACTIONS(477), + [anon_sym_class] = ACTIONS(641), + [anon_sym_interface] = ACTIONS(641), + [anon_sym_enum] = ACTIONS(643), + [anon_sym_LBRACE] = ACTIONS(483), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_val] = ACTIONS(645), + [anon_sym_var] = ACTIONS(645), + [anon_sym_object] = ACTIONS(647), + [anon_sym_fun] = ACTIONS(649), + [anon_sym_SEMI] = ACTIONS(1383), + [anon_sym_get] = ACTIONS(651), + [anon_sym_set] = ACTIONS(653), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(657), + [anon_sym_for] = ACTIONS(659), + [anon_sym_while] = ACTIONS(661), + [anon_sym_do] = ACTIONS(509), + [anon_sym_null] = ACTIONS(511), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(543), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [127] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4861), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(3843), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4524), + [sym_parenthesized_expression] = STATE(4524), + [sym_collection_literal] = STATE(4524), + [sym__literal_constant] = STATE(4524), + [sym_string_literal] = STATE(4524), + [sym_lambda_literal] = STATE(4524), + [sym_anonymous_function] = STATE(4524), + [sym__function_literal] = STATE(4524), + [sym_object_literal] = STATE(4524), + [sym_this_expression] = STATE(4524), + [sym_super_expression] = STATE(4524), + [sym_if_expression] = STATE(4524), + [sym_when_expression] = STATE(4524), + [sym_try_expression] = STATE(4524), + [sym_jump_expression] = STATE(4524), + [sym_callable_reference] = STATE(4524), + [sym__prefix_unary_operator] = STATE(1516), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8376), + [sym_modifiers] = STATE(8309), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(355), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4524), + [sym_long_literal] = STATE(4524), + [sym_boolean_literal] = STATE(4524), + [sym_character_literal] = STATE(4524), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(761), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(757), - [anon_sym_interface] = ACTIONS(757), - [anon_sym_enum] = ACTIONS(759), + [anon_sym_class] = ACTIONS(673), + [anon_sym_interface] = ACTIONS(673), + [anon_sym_enum] = ACTIONS(675), [anon_sym_LBRACE] = ACTIONS(131), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(761), - [anon_sym_var] = ACTIONS(761), - [anon_sym_object] = ACTIONS(763), - [anon_sym_fun] = ACTIONS(765), - [anon_sym_SEMI] = ACTIONS(1393), - [anon_sym_get] = ACTIONS(767), - [anon_sym_set] = ACTIONS(769), + [anon_sym_val] = ACTIONS(677), + [anon_sym_var] = ACTIONS(677), + [anon_sym_object] = ACTIONS(679), + [anon_sym_fun] = ACTIONS(681), + [anon_sym_SEMI] = ACTIONS(1359), + [anon_sym_get] = ACTIONS(683), + [anon_sym_set] = ACTIONS(685), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(773), - [anon_sym_for] = ACTIONS(775), - [anon_sym_while] = ACTIONS(777), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(689), + [anon_sym_for] = ACTIONS(691), + [anon_sym_while] = ACTIONS(693), [anon_sym_do] = ACTIONS(157), [anon_sym_null] = ACTIONS(159), - [anon_sym_if] = ACTIONS(779), + [anon_sym_if] = ACTIONS(243), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -57080,130 +55945,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [135] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4851), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(3919), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4530), - [sym_parenthesized_expression] = STATE(4530), - [sym_collection_literal] = STATE(4530), - [sym__literal_constant] = STATE(4530), - [sym_string_literal] = STATE(4530), - [sym_lambda_literal] = STATE(4530), - [sym_anonymous_function] = STATE(4530), - [sym__function_literal] = STATE(4530), - [sym_object_literal] = STATE(4530), - [sym_this_expression] = STATE(4530), - [sym_super_expression] = STATE(4530), - [sym_if_expression] = STATE(4530), - [sym_when_expression] = STATE(4530), - [sym_try_expression] = STATE(4530), - [sym_jump_expression] = STATE(4530), - [sym_callable_reference] = STATE(4530), - [sym__prefix_unary_operator] = STATE(1459), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8370), - [sym_modifiers] = STATE(8320), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(338), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4530), - [sym_long_literal] = STATE(4530), - [sym_boolean_literal] = STATE(4530), - [sym_character_literal] = STATE(4530), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(795), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [128] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5168), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4056), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4551), + [sym_parenthesized_expression] = STATE(4551), + [sym_collection_literal] = STATE(4551), + [sym__literal_constant] = STATE(4551), + [sym_string_literal] = STATE(4551), + [sym_lambda_literal] = STATE(4551), + [sym_anonymous_function] = STATE(4551), + [sym__function_literal] = STATE(4551), + [sym_object_literal] = STATE(4551), + [sym_this_expression] = STATE(4551), + [sym_super_expression] = STATE(4551), + [sym_if_expression] = STATE(4551), + [sym_when_expression] = STATE(4551), + [sym_try_expression] = STATE(4551), + [sym_jump_expression] = STATE(4551), + [sym_callable_reference] = STATE(4551), + [sym__prefix_unary_operator] = STATE(1843), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8392), + [sym_modifiers] = STATE(8298), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(344), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4551), + [sym_long_literal] = STATE(4551), + [sym_boolean_literal] = STATE(4551), + [sym_character_literal] = STATE(4551), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(798), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(667), - [anon_sym_interface] = ACTIONS(667), - [anon_sym_enum] = ACTIONS(669), - [anon_sym_LBRACE] = ACTIONS(221), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(671), - [anon_sym_var] = ACTIONS(671), - [anon_sym_object] = ACTIONS(673), - [anon_sym_fun] = ACTIONS(675), - [anon_sym_SEMI] = ACTIONS(1395), - [anon_sym_get] = ACTIONS(677), - [anon_sym_set] = ACTIONS(679), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(683), - [anon_sym_for] = ACTIONS(685), - [anon_sym_while] = ACTIONS(687), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(249), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(345), + [anon_sym_class] = ACTIONS(795), + [anon_sym_interface] = ACTIONS(795), + [anon_sym_enum] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(351), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(799), + [anon_sym_var] = ACTIONS(799), + [anon_sym_object] = ACTIONS(801), + [anon_sym_fun] = ACTIONS(803), + [anon_sym_SEMI] = ACTIONS(1385), + [anon_sym_get] = ACTIONS(805), + [anon_sym_set] = ACTIONS(807), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(811), + [anon_sym_for] = ACTIONS(813), + [anon_sym_while] = ACTIONS(815), + [anon_sym_do] = ACTIONS(371), + [anon_sym_null] = ACTIONS(373), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), + [anon_sym_value] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -57222,138 +56087,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(283), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [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), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(385), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), }, - [136] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3260), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(2313), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(2166), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8363), - [sym_modifiers] = STATE(8317), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(771), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(557), + [129] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3178), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(2290), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2162), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8389), + [sym_modifiers] = STATE(8278), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(769), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_typealias] = ACTIONS(561), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_typealias] = ACTIONS(477), [anon_sym_class] = ACTIONS(1121), [anon_sym_interface] = ACTIONS(1121), [anon_sym_enum] = ACTIONS(1123), - [anon_sym_LBRACE] = ACTIONS(977), - [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_LBRACE] = ACTIONS(885), + [anon_sym_LPAREN] = ACTIONS(485), [anon_sym_val] = ACTIONS(1125), [anon_sym_var] = ACTIONS(1125), [anon_sym_object] = ACTIONS(1127), [anon_sym_fun] = ACTIONS(1129), - [anon_sym_SEMI] = ACTIONS(1397), + [anon_sym_SEMI] = ACTIONS(1387), [anon_sym_get] = ACTIONS(1131), [anon_sym_set] = ACTIONS(1133), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), [anon_sym_STAR] = ACTIONS(1135), [sym_label] = ACTIONS(1137), [anon_sym_for] = ACTIONS(1139), [anon_sym_while] = ACTIONS(1141), - [anon_sym_do] = ACTIONS(593), - [anon_sym_null] = ACTIONS(997), - [anon_sym_if] = ACTIONS(715), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_do] = ACTIONS(509), + [anon_sym_null] = ACTIONS(905), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), [anon_sym_PLUS] = ACTIONS(1143), [anon_sym_DASH] = ACTIONS(1143), [anon_sym_PLUS_PLUS] = ACTIONS(1145), @@ -57362,9 +56227,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(615), - [anon_sym_inner] = ACTIONS(615), - [anon_sym_value] = ACTIONS(615), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -57383,143 +56248,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(617), - [anon_sym_actual] = ACTIONS(617), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1003), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(911), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(555), }, - [137] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3227), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(2313), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(2166), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8363), - [sym_modifiers] = STATE(8317), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(771), - [aux_sym_modifiers_repeat1] = STATE(5620), + [130] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(4029), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2559), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2987), + [sym_parenthesized_expression] = STATE(2987), + [sym_collection_literal] = STATE(2987), + [sym__literal_constant] = STATE(2987), + [sym_string_literal] = STATE(2987), + [sym_lambda_literal] = STATE(2987), + [sym_anonymous_function] = STATE(2987), + [sym__function_literal] = STATE(2987), + [sym_object_literal] = STATE(2987), + [sym_this_expression] = STATE(2987), + [sym_super_expression] = STATE(2987), + [sym_if_expression] = STATE(2987), + [sym_when_expression] = STATE(2987), + [sym_try_expression] = STATE(2987), + [sym_jump_expression] = STATE(2987), + [sym_callable_reference] = STATE(2987), + [sym__prefix_unary_operator] = STATE(1536), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8354), + [sym_modifiers] = STATE(8304), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(353), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2987), + [sym_long_literal] = STATE(2987), + [sym_boolean_literal] = STATE(2987), + [sym_character_literal] = STATE(2987), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(767), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_typealias] = ACTIONS(561), - [anon_sym_class] = ACTIONS(1121), - [anon_sym_interface] = ACTIONS(1121), - [anon_sym_enum] = ACTIONS(1123), + [anon_sym_class] = ACTIONS(1075), + [anon_sym_interface] = ACTIONS(1075), + [anon_sym_enum] = ACTIONS(1077), [anon_sym_LBRACE] = ACTIONS(977), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(1125), - [anon_sym_var] = ACTIONS(1125), - [anon_sym_object] = ACTIONS(1127), - [anon_sym_fun] = ACTIONS(1129), - [anon_sym_SEMI] = ACTIONS(1399), - [anon_sym_get] = ACTIONS(1131), - [anon_sym_set] = ACTIONS(1133), + [anon_sym_val] = ACTIONS(1079), + [anon_sym_var] = ACTIONS(1079), + [anon_sym_object] = ACTIONS(1081), + [anon_sym_fun] = ACTIONS(1083), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym_get] = ACTIONS(1085), + [anon_sym_set] = ACTIONS(1087), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1137), - [anon_sym_for] = ACTIONS(1139), - [anon_sym_while] = ACTIONS(1141), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1091), + [anon_sym_for] = ACTIONS(1093), + [anon_sym_while] = ACTIONS(1095), [anon_sym_do] = ACTIONS(593), [anon_sym_null] = ACTIONS(997), - [anon_sym_if] = ACTIONS(715), + [anon_sym_if] = ACTIONS(785), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -57547,7 +56412,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(617), [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), @@ -57563,130 +56428,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [138] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3263), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(2313), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(2166), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8363), - [sym_modifiers] = STATE(8317), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(771), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(557), + [131] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1127), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(396), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(776), + [sym_parenthesized_expression] = STATE(776), + [sym_collection_literal] = STATE(776), + [sym__literal_constant] = STATE(776), + [sym_string_literal] = STATE(776), + [sym_lambda_literal] = STATE(776), + [sym_anonymous_function] = STATE(776), + [sym__function_literal] = STATE(776), + [sym_object_literal] = STATE(776), + [sym_this_expression] = STATE(776), + [sym_super_expression] = STATE(776), + [sym_if_expression] = STATE(776), + [sym_when_expression] = STATE(776), + [sym_try_expression] = STATE(776), + [sym_jump_expression] = STATE(776), + [sym_callable_reference] = STATE(776), + [sym__prefix_unary_operator] = STATE(1653), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8351), + [sym_modifiers] = STATE(8293), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(776), + [sym_long_literal] = STATE(776), + [sym_boolean_literal] = STATE(776), + [sym_character_literal] = STATE(776), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(790), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_typealias] = ACTIONS(561), - [anon_sym_class] = ACTIONS(1121), - [anon_sym_interface] = ACTIONS(1121), - [anon_sym_enum] = ACTIONS(1123), - [anon_sym_LBRACE] = ACTIONS(977), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(1125), - [anon_sym_var] = ACTIONS(1125), - [anon_sym_object] = ACTIONS(1127), - [anon_sym_fun] = ACTIONS(1129), - [anon_sym_SEMI] = ACTIONS(1401), - [anon_sym_get] = ACTIONS(1131), - [anon_sym_set] = ACTIONS(1133), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1137), - [anon_sym_for] = ACTIONS(1139), - [anon_sym_while] = ACTIONS(1141), - [anon_sym_do] = ACTIONS(593), - [anon_sym_null] = ACTIONS(997), - [anon_sym_if] = ACTIONS(715), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_typealias] = ACTIONS(391), + [anon_sym_class] = ACTIONS(699), + [anon_sym_interface] = ACTIONS(699), + [anon_sym_enum] = ACTIONS(701), + [anon_sym_LBRACE] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_val] = ACTIONS(703), + [anon_sym_var] = ACTIONS(703), + [anon_sym_object] = ACTIONS(705), + [anon_sym_fun] = ACTIONS(707), + [anon_sym_SEMI] = ACTIONS(1357), + [anon_sym_get] = ACTIONS(709), + [anon_sym_set] = ACTIONS(711), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(715), + [anon_sym_for] = ACTIONS(717), + [anon_sym_while] = ACTIONS(719), + [anon_sym_do] = ACTIONS(423), + [anon_sym_null] = ACTIONS(425), + [anon_sym_if] = ACTIONS(721), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(615), - [anon_sym_inner] = ACTIONS(615), - [anon_sym_value] = ACTIONS(615), + [anon_sym_data] = ACTIONS(445), + [anon_sym_inner] = ACTIONS(445), + [anon_sym_value] = ACTIONS(445), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -57705,143 +56570,304 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(617), - [anon_sym_actual] = ACTIONS(617), + [anon_sym_expect] = ACTIONS(447), + [anon_sym_actual] = ACTIONS(447), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1003), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(459), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(471), }, - [139] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(4001), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2207), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(2982), - [sym_parenthesized_expression] = STATE(2982), - [sym_collection_literal] = STATE(2982), - [sym__literal_constant] = STATE(2982), - [sym_string_literal] = STATE(2982), - [sym_lambda_literal] = STATE(2982), - [sym_anonymous_function] = STATE(2982), - [sym__function_literal] = STATE(2982), - [sym_object_literal] = STATE(2982), - [sym_this_expression] = STATE(2982), - [sym_super_expression] = STATE(2982), - [sym_if_expression] = STATE(2982), - [sym_when_expression] = STATE(2982), - [sym_try_expression] = STATE(2982), - [sym_jump_expression] = STATE(2982), - [sym_callable_reference] = STATE(2982), - [sym__prefix_unary_operator] = STATE(1774), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8398), - [sym_modifiers] = STATE(8316), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), + [132] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5168), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8306), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), [sym_annotation] = STATE(332), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(2982), - [sym_long_literal] = STATE(2982), - [sym_boolean_literal] = STATE(2982), - [sym_character_literal] = STATE(2982), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(791), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(762), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(345), + [anon_sym_class] = ACTIONS(1057), + [anon_sym_interface] = ACTIONS(1057), + [anon_sym_enum] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(917), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(1061), + [anon_sym_var] = ACTIONS(1061), + [anon_sym_object] = ACTIONS(1063), + [anon_sym_fun] = ACTIONS(1065), + [anon_sym_SEMI] = ACTIONS(1385), + [anon_sym_get] = ACTIONS(1067), + [anon_sym_set] = ACTIONS(1069), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(1071), + [anon_sym_while] = ACTIONS(1073), + [anon_sym_do] = ACTIONS(371), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [133] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3198), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(2290), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2162), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8389), + [sym_modifiers] = STATE(8278), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(769), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(475), [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(725), - [anon_sym_interface] = ACTIONS(725), - [anon_sym_enum] = ACTIONS(727), - [anon_sym_LBRACE] = ACTIONS(483), + [anon_sym_class] = ACTIONS(1121), + [anon_sym_interface] = ACTIONS(1121), + [anon_sym_enum] = ACTIONS(1123), + [anon_sym_LBRACE] = ACTIONS(885), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(729), - [anon_sym_var] = ACTIONS(729), - [anon_sym_object] = ACTIONS(731), - [anon_sym_fun] = ACTIONS(733), - [anon_sym_SEMI] = ACTIONS(1377), - [anon_sym_get] = ACTIONS(735), - [anon_sym_set] = ACTIONS(737), + [anon_sym_val] = ACTIONS(1125), + [anon_sym_var] = ACTIONS(1125), + [anon_sym_object] = ACTIONS(1127), + [anon_sym_fun] = ACTIONS(1129), + [anon_sym_SEMI] = ACTIONS(1383), + [anon_sym_get] = ACTIONS(1131), + [anon_sym_set] = ACTIONS(1133), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_while] = ACTIONS(745), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1137), + [anon_sym_for] = ACTIONS(1139), + [anon_sym_while] = ACTIONS(1141), [anon_sym_do] = ACTIONS(509), - [anon_sym_null] = ACTIONS(511), - [anon_sym_if] = ACTIONS(747), + [anon_sym_null] = ACTIONS(905), + [anon_sym_if] = ACTIONS(663), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -57869,12 +56895,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(533), [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(543), + [sym_real_literal] = ACTIONS(911), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -57885,607 +56911,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [140] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1182), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(377), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(798), - [sym_parenthesized_expression] = STATE(798), - [sym_collection_literal] = STATE(798), - [sym__literal_constant] = STATE(798), - [sym_string_literal] = STATE(798), - [sym_lambda_literal] = STATE(798), - [sym_anonymous_function] = STATE(798), - [sym__function_literal] = STATE(798), - [sym_object_literal] = STATE(798), - [sym_this_expression] = STATE(798), - [sym_super_expression] = STATE(798), - [sym_if_expression] = STATE(798), - [sym_when_expression] = STATE(798), - [sym_try_expression] = STATE(798), - [sym_jump_expression] = STATE(798), - [sym_callable_reference] = STATE(798), - [sym__prefix_unary_operator] = STATE(2023), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8358), - [sym_modifiers] = STATE(8297), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(351), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(798), - [sym_long_literal] = STATE(798), - [sym_boolean_literal] = STATE(798), - [sym_character_literal] = STATE(798), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(782), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(393), - [anon_sym_interface] = ACTIONS(393), - [anon_sym_enum] = ACTIONS(395), - [anon_sym_LBRACE] = ACTIONS(397), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(401), - [anon_sym_var] = ACTIONS(401), - [anon_sym_object] = ACTIONS(403), - [anon_sym_fun] = ACTIONS(405), - [anon_sym_SEMI] = ACTIONS(1403), - [anon_sym_get] = ACTIONS(407), - [anon_sym_set] = ACTIONS(409), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), - [sym_label] = ACTIONS(417), - [anon_sym_for] = ACTIONS(419), - [anon_sym_while] = ACTIONS(421), - [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(425), - [anon_sym_if] = ACTIONS(427), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(445), - [anon_sym_inner] = ACTIONS(445), - [anon_sym_value] = ACTIONS(445), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(447), - [anon_sym_actual] = ACTIONS(447), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(459), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [141] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1182), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(460), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(785), - [sym_parenthesized_expression] = STATE(785), - [sym_collection_literal] = STATE(785), - [sym__literal_constant] = STATE(785), - [sym_string_literal] = STATE(785), - [sym_lambda_literal] = STATE(785), - [sym_anonymous_function] = STATE(785), - [sym__function_literal] = STATE(785), - [sym_object_literal] = STATE(785), - [sym_this_expression] = STATE(785), - [sym_super_expression] = STATE(785), - [sym_if_expression] = STATE(785), - [sym_when_expression] = STATE(785), - [sym_try_expression] = STATE(785), - [sym_jump_expression] = STATE(785), - [sym_callable_reference] = STATE(785), - [sym__prefix_unary_operator] = STATE(1765), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8365), - [sym_modifiers] = STATE(8313), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(348), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(785), - [sym_long_literal] = STATE(785), - [sym_boolean_literal] = STATE(785), - [sym_character_literal] = STATE(785), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(781), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(913), - [anon_sym_interface] = ACTIONS(913), - [anon_sym_enum] = ACTIONS(915), - [anon_sym_LBRACE] = ACTIONS(917), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(919), - [anon_sym_var] = ACTIONS(919), - [anon_sym_object] = ACTIONS(921), - [anon_sym_fun] = ACTIONS(923), - [anon_sym_SEMI] = ACTIONS(1403), - [anon_sym_get] = ACTIONS(925), - [anon_sym_set] = ACTIONS(927), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(931), - [anon_sym_for] = ACTIONS(933), - [anon_sym_while] = ACTIONS(935), - [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(937), - [anon_sym_if] = ACTIONS(427), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(445), - [anon_sym_inner] = ACTIONS(445), - [anon_sym_value] = ACTIONS(445), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(447), - [anon_sym_actual] = ACTIONS(447), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(943), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [142] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3235), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(1757), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8364), - [sym_modifiers] = STATE(8311), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(346), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(767), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_typealias] = ACTIONS(561), - [anon_sym_class] = ACTIONS(973), - [anon_sym_interface] = ACTIONS(973), - [anon_sym_enum] = ACTIONS(975), - [anon_sym_LBRACE] = ACTIONS(977), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(979), - [anon_sym_var] = ACTIONS(979), - [anon_sym_object] = ACTIONS(981), - [anon_sym_fun] = ACTIONS(983), - [anon_sym_SEMI] = ACTIONS(1387), - [anon_sym_get] = ACTIONS(985), - [anon_sym_set] = ACTIONS(987), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(991), - [anon_sym_for] = ACTIONS(993), - [anon_sym_while] = ACTIONS(995), - [anon_sym_do] = ACTIONS(593), - [anon_sym_null] = ACTIONS(997), - [anon_sym_if] = ACTIONS(597), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(615), - [anon_sym_inner] = ACTIONS(615), - [anon_sym_value] = ACTIONS(615), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(617), - [anon_sym_actual] = ACTIONS(617), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1003), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [143] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3895), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2565), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3004), - [sym_parenthesized_expression] = STATE(3004), - [sym_collection_literal] = STATE(3004), - [sym__literal_constant] = STATE(3004), - [sym_string_literal] = STATE(3004), - [sym_lambda_literal] = STATE(3004), - [sym_anonymous_function] = STATE(3004), - [sym__function_literal] = STATE(3004), - [sym_object_literal] = STATE(3004), - [sym_this_expression] = STATE(3004), - [sym_super_expression] = STATE(3004), - [sym_if_expression] = STATE(3004), - [sym_when_expression] = STATE(3004), - [sym_try_expression] = STATE(3004), - [sym_jump_expression] = STATE(3004), - [sym_callable_reference] = STATE(3004), - [sym__prefix_unary_operator] = STATE(1533), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8387), - [sym_modifiers] = STATE(8298), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(353), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3004), - [sym_long_literal] = STATE(3004), - [sym_boolean_literal] = STATE(3004), - [sym_character_literal] = STATE(3004), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(787), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), + [134] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3202), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(2290), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2162), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8389), + [sym_modifiers] = STATE(8278), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(769), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(475), [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(1031), - [anon_sym_interface] = ACTIONS(1031), - [anon_sym_enum] = ACTIONS(1033), + [anon_sym_class] = ACTIONS(1121), + [anon_sym_interface] = ACTIONS(1121), + [anon_sym_enum] = ACTIONS(1123), [anon_sym_LBRACE] = ACTIONS(885), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(1035), - [anon_sym_var] = ACTIONS(1035), - [anon_sym_object] = ACTIONS(1037), - [anon_sym_fun] = ACTIONS(1039), - [anon_sym_SEMI] = ACTIONS(1385), - [anon_sym_get] = ACTIONS(1041), - [anon_sym_set] = ACTIONS(1043), + [anon_sym_val] = ACTIONS(1125), + [anon_sym_var] = ACTIONS(1125), + [anon_sym_object] = ACTIONS(1127), + [anon_sym_fun] = ACTIONS(1129), + [anon_sym_SEMI] = ACTIONS(1365), + [anon_sym_get] = ACTIONS(1131), + [anon_sym_set] = ACTIONS(1133), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1047), - [anon_sym_for] = ACTIONS(1049), - [anon_sym_while] = ACTIONS(1051), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1137), + [anon_sym_for] = ACTIONS(1139), + [anon_sym_while] = ACTIONS(1141), [anon_sym_do] = ACTIONS(509), [anon_sym_null] = ACTIONS(905), - [anon_sym_if] = ACTIONS(747), + [anon_sym_if] = ACTIONS(663), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -58513,7 +57056,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(533), [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), @@ -58529,130 +57072,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [144] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1151), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(385), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(798), - [sym_parenthesized_expression] = STATE(798), - [sym_collection_literal] = STATE(798), - [sym__literal_constant] = STATE(798), - [sym_string_literal] = STATE(798), - [sym_lambda_literal] = STATE(798), - [sym_anonymous_function] = STATE(798), - [sym__function_literal] = STATE(798), - [sym_object_literal] = STATE(798), - [sym_this_expression] = STATE(798), - [sym_super_expression] = STATE(798), - [sym_if_expression] = STATE(798), - [sym_when_expression] = STATE(798), - [sym_try_expression] = STATE(798), - [sym_jump_expression] = STATE(798), - [sym_callable_reference] = STATE(798), - [sym__prefix_unary_operator] = STATE(1653), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8378), - [sym_modifiers] = STATE(8302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(336), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(798), - [sym_long_literal] = STATE(798), - [sym_boolean_literal] = STATE(798), - [sym_character_literal] = STATE(798), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(788), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(387), + [135] = { + [sym_type_alias] = STATE(5405), + [sym__declaration] = STATE(5405), + [sym_class_declaration] = STATE(5405), + [sym_function_declaration] = STATE(5405), + [sym_property_declaration] = STATE(5405), + [sym_getter] = STATE(5405), + [sym_setter] = STATE(5405), + [sym_object_declaration] = STATE(5405), + [sym__statement] = STATE(5405), + [sym_control_structure_body] = STATE(5354), + [sym__block] = STATE(5405), + [sym__loop_statement] = STATE(5405), + [sym_for_statement] = STATE(5405), + [sym_while_statement] = STATE(5405), + [sym_do_while_statement] = STATE(5405), + [sym_assignment] = STATE(5405), + [sym__expression] = STATE(2290), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2162), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8389), + [sym_modifiers] = STATE(8285), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(782), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(789), - [anon_sym_interface] = ACTIONS(789), - [anon_sym_enum] = ACTIONS(791), - [anon_sym_LBRACE] = ACTIONS(397), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(793), - [anon_sym_var] = ACTIONS(793), - [anon_sym_object] = ACTIONS(795), - [anon_sym_fun] = ACTIONS(797), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_get] = ACTIONS(799), - [anon_sym_set] = ACTIONS(801), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(805), - [anon_sym_for] = ACTIONS(807), - [anon_sym_while] = ACTIONS(809), - [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(425), - [anon_sym_if] = ACTIONS(811), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_typealias] = ACTIONS(1151), + [anon_sym_class] = ACTIONS(1153), + [anon_sym_interface] = ACTIONS(1153), + [anon_sym_enum] = ACTIONS(1155), + [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_val] = ACTIONS(1159), + [anon_sym_var] = ACTIONS(1159), + [anon_sym_object] = ACTIONS(1161), + [anon_sym_fun] = ACTIONS(1163), + [anon_sym_SEMI] = ACTIONS(1391), + [anon_sym_get] = ACTIONS(1165), + [anon_sym_set] = ACTIONS(1167), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1137), + [anon_sym_for] = ACTIONS(1169), + [anon_sym_while] = ACTIONS(1171), + [anon_sym_do] = ACTIONS(1173), + [anon_sym_null] = ACTIONS(905), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(445), - [anon_sym_inner] = ACTIONS(445), - [anon_sym_value] = ACTIONS(445), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -58671,149 +57214,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(447), - [anon_sym_actual] = ACTIONS(447), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(459), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(911), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(555), }, - [145] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1103), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(385), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(798), - [sym_parenthesized_expression] = STATE(798), - [sym_collection_literal] = STATE(798), - [sym__literal_constant] = STATE(798), - [sym_string_literal] = STATE(798), - [sym_lambda_literal] = STATE(798), - [sym_anonymous_function] = STATE(798), - [sym__function_literal] = STATE(798), - [sym_object_literal] = STATE(798), - [sym_this_expression] = STATE(798), - [sym_super_expression] = STATE(798), - [sym_if_expression] = STATE(798), - [sym_when_expression] = STATE(798), - [sym_try_expression] = STATE(798), - [sym_jump_expression] = STATE(798), - [sym_callable_reference] = STATE(798), - [sym__prefix_unary_operator] = STATE(1653), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8378), - [sym_modifiers] = STATE(8302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(336), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(798), - [sym_long_literal] = STATE(798), - [sym_boolean_literal] = STATE(798), - [sym_character_literal] = STATE(798), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(788), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(387), + [136] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3524), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(2496), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2768), + [sym_parenthesized_expression] = STATE(2768), + [sym_collection_literal] = STATE(2768), + [sym__literal_constant] = STATE(2768), + [sym_string_literal] = STATE(2768), + [sym_lambda_literal] = STATE(2768), + [sym_anonymous_function] = STATE(2768), + [sym__function_literal] = STATE(2768), + [sym_object_literal] = STATE(2768), + [sym_this_expression] = STATE(2768), + [sym_super_expression] = STATE(2768), + [sym_if_expression] = STATE(2768), + [sym_when_expression] = STATE(2768), + [sym_try_expression] = STATE(2768), + [sym_jump_expression] = STATE(2768), + [sym_callable_reference] = STATE(2768), + [sym__prefix_unary_operator] = STATE(1790), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8360), + [sym_modifiers] = STATE(8295), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(350), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2768), + [sym_long_literal] = STATE(2768), + [sym_boolean_literal] = STATE(2768), + [sym_character_literal] = STATE(2768), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(772), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(789), - [anon_sym_interface] = ACTIONS(789), - [anon_sym_enum] = ACTIONS(791), - [anon_sym_LBRACE] = ACTIONS(397), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(793), - [anon_sym_var] = ACTIONS(793), - [anon_sym_object] = ACTIONS(795), - [anon_sym_fun] = ACTIONS(797), - [anon_sym_SEMI] = ACTIONS(1375), - [anon_sym_get] = ACTIONS(799), - [anon_sym_set] = ACTIONS(801), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(805), - [anon_sym_for] = ACTIONS(807), - [anon_sym_while] = ACTIONS(809), - [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(425), - [anon_sym_if] = ACTIONS(811), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(1005), + [anon_sym_interface] = ACTIONS(1005), + [anon_sym_enum] = ACTIONS(1007), + [anon_sym_LBRACE] = ACTIONS(853), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(1009), + [anon_sym_var] = ACTIONS(1009), + [anon_sym_object] = ACTIONS(1011), + [anon_sym_fun] = ACTIONS(1013), + [anon_sym_SEMI] = ACTIONS(1377), + [anon_sym_get] = ACTIONS(1015), + [anon_sym_set] = ACTIONS(1017), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1021), + [anon_sym_for] = ACTIONS(1023), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(873), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(445), - [anon_sym_inner] = ACTIONS(445), - [anon_sym_value] = ACTIONS(445), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -58832,149 +57375,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(447), - [anon_sym_actual] = ACTIONS(447), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(459), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(879), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [146] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1067), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(385), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(798), - [sym_parenthesized_expression] = STATE(798), - [sym_collection_literal] = STATE(798), - [sym__literal_constant] = STATE(798), - [sym_string_literal] = STATE(798), - [sym_lambda_literal] = STATE(798), - [sym_anonymous_function] = STATE(798), - [sym__function_literal] = STATE(798), - [sym_object_literal] = STATE(798), - [sym_this_expression] = STATE(798), - [sym_super_expression] = STATE(798), - [sym_if_expression] = STATE(798), - [sym_when_expression] = STATE(798), - [sym_try_expression] = STATE(798), - [sym_jump_expression] = STATE(798), - [sym_callable_reference] = STATE(798), - [sym__prefix_unary_operator] = STATE(1653), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8378), - [sym_modifiers] = STATE(8302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(336), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(798), - [sym_long_literal] = STATE(798), - [sym_boolean_literal] = STATE(798), - [sym_character_literal] = STATE(798), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(788), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(387), + [137] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3178), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(1201), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(1689), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8385), + [sym_modifiers] = STATE(8299), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(343), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2750), + [sym_long_literal] = STATE(2750), + [sym_boolean_literal] = STATE(2750), + [sym_character_literal] = STATE(2750), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(777), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(789), - [anon_sym_interface] = ACTIONS(789), - [anon_sym_enum] = ACTIONS(791), - [anon_sym_LBRACE] = ACTIONS(397), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(793), - [anon_sym_var] = ACTIONS(793), - [anon_sym_object] = ACTIONS(795), - [anon_sym_fun] = ACTIONS(797), - [anon_sym_SEMI] = ACTIONS(1379), - [anon_sym_get] = ACTIONS(799), - [anon_sym_set] = ACTIONS(801), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(805), - [anon_sym_for] = ACTIONS(807), - [anon_sym_while] = ACTIONS(809), - [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(425), - [anon_sym_if] = ACTIONS(811), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_typealias] = ACTIONS(477), + [anon_sym_class] = ACTIONS(641), + [anon_sym_interface] = ACTIONS(641), + [anon_sym_enum] = ACTIONS(643), + [anon_sym_LBRACE] = ACTIONS(483), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_val] = ACTIONS(645), + [anon_sym_var] = ACTIONS(645), + [anon_sym_object] = ACTIONS(647), + [anon_sym_fun] = ACTIONS(649), + [anon_sym_SEMI] = ACTIONS(1387), + [anon_sym_get] = ACTIONS(651), + [anon_sym_set] = ACTIONS(653), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(657), + [anon_sym_for] = ACTIONS(659), + [anon_sym_while] = ACTIONS(661), + [anon_sym_do] = ACTIONS(509), + [anon_sym_null] = ACTIONS(511), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(445), - [anon_sym_inner] = ACTIONS(445), - [anon_sym_value] = ACTIONS(445), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -58993,130 +57536,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(447), - [anon_sym_actual] = ACTIONS(447), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(459), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(543), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(555), }, - [147] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5166), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4082), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4551), - [sym_parenthesized_expression] = STATE(4551), - [sym_collection_literal] = STATE(4551), - [sym__literal_constant] = STATE(4551), - [sym_string_literal] = STATE(4551), - [sym_lambda_literal] = STATE(4551), - [sym_anonymous_function] = STATE(4551), - [sym__function_literal] = STATE(4551), - [sym_object_literal] = STATE(4551), - [sym_this_expression] = STATE(4551), - [sym_super_expression] = STATE(4551), - [sym_if_expression] = STATE(4551), - [sym_when_expression] = STATE(4551), - [sym_try_expression] = STATE(4551), - [sym_jump_expression] = STATE(4551), - [sym_callable_reference] = STATE(4551), - [sym__prefix_unary_operator] = STATE(1844), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8372), - [sym_modifiers] = STATE(8288), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(339), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4551), - [sym_long_literal] = STATE(4551), - [sym_boolean_literal] = STATE(4551), - [sym_character_literal] = STATE(4551), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(792), - [aux_sym_modifiers_repeat1] = STATE(5620), + [138] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5109), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8306), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(762), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(641), - [anon_sym_interface] = ACTIONS(641), - [anon_sym_enum] = ACTIONS(643), - [anon_sym_LBRACE] = ACTIONS(351), + [anon_sym_class] = ACTIONS(1057), + [anon_sym_interface] = ACTIONS(1057), + [anon_sym_enum] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(917), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(645), - [anon_sym_var] = ACTIONS(645), - [anon_sym_object] = ACTIONS(647), - [anon_sym_fun] = ACTIONS(649), - [anon_sym_SEMI] = ACTIONS(1367), - [anon_sym_get] = ACTIONS(651), - [anon_sym_set] = ACTIONS(653), + [anon_sym_val] = ACTIONS(1061), + [anon_sym_var] = ACTIONS(1061), + [anon_sym_object] = ACTIONS(1063), + [anon_sym_fun] = ACTIONS(1065), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_get] = ACTIONS(1067), + [anon_sym_set] = ACTIONS(1069), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(657), - [anon_sym_for] = ACTIONS(659), - [anon_sym_while] = ACTIONS(661), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(1071), + [anon_sym_while] = ACTIONS(1073), [anon_sym_do] = ACTIONS(371), - [anon_sym_null] = ACTIONS(373), + [anon_sym_null] = ACTIONS(53), [anon_sym_if] = ACTIONS(55), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), @@ -59125,11 +57668,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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), + [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), @@ -59162,7 +57705,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(95), [anon_sym_this_AT] = ACTIONS(97), [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(385), + [sym_real_literal] = ACTIONS(101), [sym_integer_literal] = ACTIONS(103), [sym_hex_literal] = ACTIONS(105), [sym_bin_literal] = ACTIONS(105), @@ -59173,124 +57716,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [148] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3527), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(1636), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2773), - [sym_parenthesized_expression] = STATE(2773), - [sym_collection_literal] = STATE(2773), - [sym__literal_constant] = STATE(2773), - [sym_string_literal] = STATE(2773), - [sym_lambda_literal] = STATE(2773), - [sym_anonymous_function] = STATE(2773), - [sym__function_literal] = STATE(2773), - [sym_object_literal] = STATE(2773), - [sym_this_expression] = STATE(2773), - [sym_super_expression] = STATE(2773), - [sym_if_expression] = STATE(2773), - [sym_when_expression] = STATE(2773), - [sym_try_expression] = STATE(2773), - [sym_jump_expression] = STATE(2773), - [sym_callable_reference] = STATE(2773), - [sym__prefix_unary_operator] = STATE(1594), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8366), - [sym_modifiers] = STATE(8303), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(334), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2773), - [sym_long_literal] = STATE(2773), - [sym_boolean_literal] = STATE(2773), - [sym_character_literal] = STATE(2773), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(784), - [aux_sym_modifiers_repeat1] = STATE(5620), + [139] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4761), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(3316), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4524), + [sym_parenthesized_expression] = STATE(4524), + [sym_collection_literal] = STATE(4524), + [sym__literal_constant] = STATE(4524), + [sym_string_literal] = STATE(4524), + [sym_lambda_literal] = STATE(4524), + [sym_anonymous_function] = STATE(4524), + [sym__function_literal] = STATE(4524), + [sym_object_literal] = STATE(4524), + [sym_this_expression] = STATE(4524), + [sym_super_expression] = STATE(4524), + [sym_if_expression] = STATE(4524), + [sym_when_expression] = STATE(4524), + [sym_try_expression] = STATE(4524), + [sym_jump_expression] = STATE(4524), + [sym_callable_reference] = STATE(4524), + [sym__prefix_unary_operator] = STATE(1983), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8353), + [sym_modifiers] = STATE(8291), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4524), + [sym_long_literal] = STATE(4524), + [sym_boolean_literal] = STATE(4524), + [sym_character_literal] = STATE(4524), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(786), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(757), - [anon_sym_interface] = ACTIONS(757), - [anon_sym_enum] = ACTIONS(759), + [anon_sym_class] = ACTIONS(127), + [anon_sym_interface] = ACTIONS(127), + [anon_sym_enum] = ACTIONS(129), [anon_sym_LBRACE] = ACTIONS(131), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(761), - [anon_sym_var] = ACTIONS(761), - [anon_sym_object] = ACTIONS(763), - [anon_sym_fun] = ACTIONS(765), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_get] = ACTIONS(767), - [anon_sym_set] = ACTIONS(769), + [anon_sym_val] = ACTIONS(135), + [anon_sym_var] = ACTIONS(135), + [anon_sym_object] = ACTIONS(137), + [anon_sym_fun] = ACTIONS(139), + [anon_sym_SEMI] = ACTIONS(1381), + [anon_sym_get] = ACTIONS(141), + [anon_sym_set] = ACTIONS(143), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(773), - [anon_sym_for] = ACTIONS(775), - [anon_sym_while] = ACTIONS(777), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(151), + [anon_sym_for] = ACTIONS(153), + [anon_sym_while] = ACTIONS(155), [anon_sym_do] = ACTIONS(157), [anon_sym_null] = ACTIONS(159), - [anon_sym_if] = ACTIONS(779), + [anon_sym_if] = ACTIONS(161), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -59334,124 +57877,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [149] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3527), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(2508), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2774), - [sym_parenthesized_expression] = STATE(2774), - [sym_collection_literal] = STATE(2774), - [sym__literal_constant] = STATE(2774), - [sym_string_literal] = STATE(2774), - [sym_lambda_literal] = STATE(2774), - [sym_anonymous_function] = STATE(2774), - [sym__function_literal] = STATE(2774), - [sym_object_literal] = STATE(2774), - [sym_this_expression] = STATE(2774), - [sym_super_expression] = STATE(2774), - [sym_if_expression] = STATE(2774), - [sym_when_expression] = STATE(2774), - [sym_try_expression] = STATE(2774), - [sym_jump_expression] = STATE(2774), - [sym_callable_reference] = STATE(2774), - [sym__prefix_unary_operator] = STATE(1793), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8362), - [sym_modifiers] = STATE(8285), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(344), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2774), - [sym_long_literal] = STATE(2774), - [sym_boolean_literal] = STATE(2774), - [sym_character_literal] = STATE(2774), - [sym__lexical_identifier] = STATE(2955), + [140] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4792), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(3316), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4524), + [sym_parenthesized_expression] = STATE(4524), + [sym_collection_literal] = STATE(4524), + [sym__literal_constant] = STATE(4524), + [sym_string_literal] = STATE(4524), + [sym_lambda_literal] = STATE(4524), + [sym_anonymous_function] = STATE(4524), + [sym__function_literal] = STATE(4524), + [sym_object_literal] = STATE(4524), + [sym_this_expression] = STATE(4524), + [sym_super_expression] = STATE(4524), + [sym_if_expression] = STATE(4524), + [sym_when_expression] = STATE(4524), + [sym_try_expression] = STATE(4524), + [sym_jump_expression] = STATE(4524), + [sym_callable_reference] = STATE(4524), + [sym__prefix_unary_operator] = STATE(1983), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8353), + [sym_modifiers] = STATE(8291), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4524), + [sym_long_literal] = STATE(4524), + [sym_boolean_literal] = STATE(4524), + [sym_character_literal] = STATE(4524), + [sym__lexical_identifier] = STATE(4529), [aux_sym__statement_repeat1] = STATE(786), - [aux_sym_modifiers_repeat1] = STATE(5620), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(1075), - [anon_sym_interface] = ACTIONS(1075), - [anon_sym_enum] = ACTIONS(1077), - [anon_sym_LBRACE] = ACTIONS(825), + [anon_sym_class] = ACTIONS(127), + [anon_sym_interface] = ACTIONS(127), + [anon_sym_enum] = ACTIONS(129), + [anon_sym_LBRACE] = ACTIONS(131), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(1079), - [anon_sym_var] = ACTIONS(1079), - [anon_sym_object] = ACTIONS(1081), - [anon_sym_fun] = ACTIONS(1083), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_get] = ACTIONS(1085), - [anon_sym_set] = ACTIONS(1087), + [anon_sym_val] = ACTIONS(135), + [anon_sym_var] = ACTIONS(135), + [anon_sym_object] = ACTIONS(137), + [anon_sym_fun] = ACTIONS(139), + [anon_sym_SEMI] = ACTIONS(1379), + [anon_sym_get] = ACTIONS(141), + [anon_sym_set] = ACTIONS(143), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1091), - [anon_sym_for] = ACTIONS(1093), - [anon_sym_while] = ACTIONS(1095), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(151), + [anon_sym_for] = ACTIONS(153), + [anon_sym_while] = ACTIONS(155), [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(845), - [anon_sym_if] = ACTIONS(779), + [anon_sym_null] = ACTIONS(159), + [anon_sym_if] = ACTIONS(161), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -59484,7 +58027,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(851), + [sym_real_literal] = ACTIONS(193), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -59495,130 +58038,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [150] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3263), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(1208), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2741), - [sym_parenthesized_expression] = STATE(2741), - [sym_collection_literal] = STATE(2741), - [sym__literal_constant] = STATE(2741), - [sym_string_literal] = STATE(2741), - [sym_lambda_literal] = STATE(2741), - [sym_anonymous_function] = STATE(2741), - [sym__function_literal] = STATE(2741), - [sym_object_literal] = STATE(2741), - [sym_this_expression] = STATE(2741), - [sym_super_expression] = STATE(2741), - [sym_if_expression] = STATE(2741), - [sym_when_expression] = STATE(2741), - [sym_try_expression] = STATE(2741), - [sym_jump_expression] = STATE(2741), - [sym_callable_reference] = STATE(2741), - [sym__prefix_unary_operator] = STATE(1689), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8359), - [sym_modifiers] = STATE(8295), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(343), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2741), - [sym_long_literal] = STATE(2741), - [sym_boolean_literal] = STATE(2741), - [sym_character_literal] = STATE(2741), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(753), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(557), + [141] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4783), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(3316), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4524), + [sym_parenthesized_expression] = STATE(4524), + [sym_collection_literal] = STATE(4524), + [sym__literal_constant] = STATE(4524), + [sym_string_literal] = STATE(4524), + [sym_lambda_literal] = STATE(4524), + [sym_anonymous_function] = STATE(4524), + [sym__function_literal] = STATE(4524), + [sym_object_literal] = STATE(4524), + [sym_this_expression] = STATE(4524), + [sym_super_expression] = STATE(4524), + [sym_if_expression] = STATE(4524), + [sym_when_expression] = STATE(4524), + [sym_try_expression] = STATE(4524), + [sym_jump_expression] = STATE(4524), + [sym_callable_reference] = STATE(4524), + [sym__prefix_unary_operator] = STATE(1983), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8353), + [sym_modifiers] = STATE(8291), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(337), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4524), + [sym_long_literal] = STATE(4524), + [sym_boolean_literal] = STATE(4524), + [sym_character_literal] = STATE(4524), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(786), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_typealias] = ACTIONS(561), - [anon_sym_class] = ACTIONS(693), - [anon_sym_interface] = ACTIONS(693), - [anon_sym_enum] = ACTIONS(695), - [anon_sym_LBRACE] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(697), - [anon_sym_var] = ACTIONS(697), - [anon_sym_object] = ACTIONS(699), - [anon_sym_fun] = ACTIONS(701), - [anon_sym_SEMI] = ACTIONS(1401), - [anon_sym_get] = ACTIONS(703), - [anon_sym_set] = ACTIONS(705), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(709), - [anon_sym_for] = ACTIONS(711), - [anon_sym_while] = ACTIONS(713), - [anon_sym_do] = ACTIONS(593), - [anon_sym_null] = ACTIONS(595), - [anon_sym_if] = ACTIONS(715), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_typealias] = ACTIONS(125), + [anon_sym_class] = ACTIONS(127), + [anon_sym_interface] = ACTIONS(127), + [anon_sym_enum] = ACTIONS(129), + [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(135), + [anon_sym_var] = ACTIONS(135), + [anon_sym_object] = ACTIONS(137), + [anon_sym_fun] = ACTIONS(139), + [anon_sym_SEMI] = ACTIONS(1367), + [anon_sym_get] = ACTIONS(141), + [anon_sym_set] = ACTIONS(143), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(151), + [anon_sym_for] = ACTIONS(153), + [anon_sym_while] = ACTIONS(155), + [anon_sym_do] = ACTIONS(157), + [anon_sym_null] = ACTIONS(159), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(615), - [anon_sym_inner] = ACTIONS(615), - [anon_sym_value] = ACTIONS(615), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -59637,304 +58180,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(617), - [anon_sym_actual] = ACTIONS(617), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(627), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(193), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(205), }, - [151] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5161), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4082), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4551), - [sym_parenthesized_expression] = STATE(4551), - [sym_collection_literal] = STATE(4551), - [sym__literal_constant] = STATE(4551), - [sym_string_literal] = STATE(4551), - [sym_lambda_literal] = STATE(4551), - [sym_anonymous_function] = STATE(4551), - [sym__function_literal] = STATE(4551), - [sym_object_literal] = STATE(4551), - [sym_this_expression] = STATE(4551), - [sym_super_expression] = STATE(4551), - [sym_if_expression] = STATE(4551), - [sym_when_expression] = STATE(4551), - [sym_try_expression] = STATE(4551), - [sym_jump_expression] = STATE(4551), - [sym_callable_reference] = STATE(4551), - [sym__prefix_unary_operator] = STATE(1844), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8372), - [sym_modifiers] = STATE(8288), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(339), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4551), - [sym_long_literal] = STATE(4551), - [sym_boolean_literal] = STATE(4551), - [sym_character_literal] = STATE(4551), - [sym__lexical_identifier] = STATE(4612), + [142] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(4029), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2246), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2997), + [sym_parenthesized_expression] = STATE(2997), + [sym_collection_literal] = STATE(2997), + [sym__literal_constant] = STATE(2997), + [sym_string_literal] = STATE(2997), + [sym_lambda_literal] = STATE(2997), + [sym_anonymous_function] = STATE(2997), + [sym__function_literal] = STATE(2997), + [sym_object_literal] = STATE(2997), + [sym_this_expression] = STATE(2997), + [sym_super_expression] = STATE(2997), + [sym_if_expression] = STATE(2997), + [sym_when_expression] = STATE(2997), + [sym_try_expression] = STATE(2997), + [sym_jump_expression] = STATE(2997), + [sym_callable_reference] = STATE(2997), + [sym__prefix_unary_operator] = STATE(1774), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8364), + [sym_modifiers] = STATE(8290), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(336), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2997), + [sym_long_literal] = STATE(2997), + [sym_boolean_literal] = STATE(2997), + [sym_character_literal] = STATE(2997), + [sym__lexical_identifier] = STATE(3327), [aux_sym__statement_repeat1] = STATE(792), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(641), - [anon_sym_interface] = ACTIONS(641), - [anon_sym_enum] = ACTIONS(643), - [anon_sym_LBRACE] = ACTIONS(351), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(645), - [anon_sym_var] = ACTIONS(645), - [anon_sym_object] = ACTIONS(647), - [anon_sym_fun] = ACTIONS(649), - [anon_sym_SEMI] = ACTIONS(1369), - [anon_sym_get] = ACTIONS(651), - [anon_sym_set] = ACTIONS(653), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(657), - [anon_sym_for] = ACTIONS(659), - [anon_sym_while] = ACTIONS(661), - [anon_sym_do] = ACTIONS(371), - [anon_sym_null] = ACTIONS(373), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(385), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [152] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3235), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(2313), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(2166), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8363), - [sym_modifiers] = STATE(8317), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(771), - [aux_sym_modifiers_repeat1] = STATE(5620), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_typealias] = ACTIONS(561), - [anon_sym_class] = ACTIONS(1121), - [anon_sym_interface] = ACTIONS(1121), - [anon_sym_enum] = ACTIONS(1123), - [anon_sym_LBRACE] = ACTIONS(977), + [anon_sym_class] = ACTIONS(763), + [anon_sym_interface] = ACTIONS(763), + [anon_sym_enum] = ACTIONS(765), + [anon_sym_LBRACE] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(1125), - [anon_sym_var] = ACTIONS(1125), - [anon_sym_object] = ACTIONS(1127), - [anon_sym_fun] = ACTIONS(1129), - [anon_sym_SEMI] = ACTIONS(1387), - [anon_sym_get] = ACTIONS(1131), - [anon_sym_set] = ACTIONS(1133), + [anon_sym_val] = ACTIONS(767), + [anon_sym_var] = ACTIONS(767), + [anon_sym_object] = ACTIONS(769), + [anon_sym_fun] = ACTIONS(771), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym_get] = ACTIONS(773), + [anon_sym_set] = ACTIONS(775), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1137), - [anon_sym_for] = ACTIONS(1139), - [anon_sym_while] = ACTIONS(1141), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(779), + [anon_sym_for] = ACTIONS(781), + [anon_sym_while] = ACTIONS(783), [anon_sym_do] = ACTIONS(593), - [anon_sym_null] = ACTIONS(997), - [anon_sym_if] = ACTIONS(715), + [anon_sym_null] = ACTIONS(595), + [anon_sym_if] = ACTIONS(785), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -59962,12 +58344,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(617), [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1003), + [sym_real_literal] = ACTIONS(627), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -59978,124 +58360,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [153] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3227), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(1208), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2741), - [sym_parenthesized_expression] = STATE(2741), - [sym_collection_literal] = STATE(2741), - [sym__literal_constant] = STATE(2741), - [sym_string_literal] = STATE(2741), - [sym_lambda_literal] = STATE(2741), - [sym_anonymous_function] = STATE(2741), - [sym__function_literal] = STATE(2741), - [sym_object_literal] = STATE(2741), - [sym_this_expression] = STATE(2741), - [sym_super_expression] = STATE(2741), - [sym_if_expression] = STATE(2741), - [sym_when_expression] = STATE(2741), - [sym_try_expression] = STATE(2741), - [sym_jump_expression] = STATE(2741), - [sym_callable_reference] = STATE(2741), - [sym__prefix_unary_operator] = STATE(1689), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8359), - [sym_modifiers] = STATE(8295), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(343), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2741), - [sym_long_literal] = STATE(2741), - [sym_boolean_literal] = STATE(2741), - [sym_character_literal] = STATE(2741), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(753), - [aux_sym_modifiers_repeat1] = STATE(5620), + [143] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3875), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(1395), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2997), + [sym_parenthesized_expression] = STATE(2997), + [sym_collection_literal] = STATE(2997), + [sym__literal_constant] = STATE(2997), + [sym_string_literal] = STATE(2997), + [sym_lambda_literal] = STATE(2997), + [sym_anonymous_function] = STATE(2997), + [sym__function_literal] = STATE(2997), + [sym_object_literal] = STATE(2997), + [sym_this_expression] = STATE(2997), + [sym_super_expression] = STATE(2997), + [sym_if_expression] = STATE(2997), + [sym_when_expression] = STATE(2997), + [sym_try_expression] = STATE(2997), + [sym_jump_expression] = STATE(2997), + [sym_callable_reference] = STATE(2997), + [sym__prefix_unary_operator] = STATE(2117), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8378), + [sym_modifiers] = STATE(8280), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(347), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2997), + [sym_long_literal] = STATE(2997), + [sym_boolean_literal] = STATE(2997), + [sym_character_literal] = STATE(2997), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(755), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_typealias] = ACTIONS(561), - [anon_sym_class] = ACTIONS(693), - [anon_sym_interface] = ACTIONS(693), - [anon_sym_enum] = ACTIONS(695), + [anon_sym_class] = ACTIONS(563), + [anon_sym_interface] = ACTIONS(563), + [anon_sym_enum] = ACTIONS(565), [anon_sym_LBRACE] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(697), - [anon_sym_var] = ACTIONS(697), - [anon_sym_object] = ACTIONS(699), - [anon_sym_fun] = ACTIONS(701), - [anon_sym_SEMI] = ACTIONS(1399), - [anon_sym_get] = ACTIONS(703), - [anon_sym_set] = ACTIONS(705), + [anon_sym_val] = ACTIONS(571), + [anon_sym_var] = ACTIONS(571), + [anon_sym_object] = ACTIONS(573), + [anon_sym_fun] = ACTIONS(575), + [anon_sym_SEMI] = ACTIONS(1393), + [anon_sym_get] = ACTIONS(577), + [anon_sym_set] = ACTIONS(579), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(709), - [anon_sym_for] = ACTIONS(711), - [anon_sym_while] = ACTIONS(713), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(587), + [anon_sym_for] = ACTIONS(589), + [anon_sym_while] = ACTIONS(591), [anon_sym_do] = ACTIONS(593), [anon_sym_null] = ACTIONS(595), - [anon_sym_if] = ACTIONS(715), + [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -60123,7 +58505,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(617), [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), @@ -60139,130 +58521,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [154] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5145), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4082), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4551), - [sym_parenthesized_expression] = STATE(4551), - [sym_collection_literal] = STATE(4551), - [sym__literal_constant] = STATE(4551), - [sym_string_literal] = STATE(4551), - [sym_lambda_literal] = STATE(4551), - [sym_anonymous_function] = STATE(4551), - [sym__function_literal] = STATE(4551), - [sym_object_literal] = STATE(4551), - [sym_this_expression] = STATE(4551), - [sym_super_expression] = STATE(4551), - [sym_if_expression] = STATE(4551), - [sym_when_expression] = STATE(4551), - [sym_try_expression] = STATE(4551), - [sym_jump_expression] = STATE(4551), - [sym_callable_reference] = STATE(4551), - [sym__prefix_unary_operator] = STATE(1844), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8372), - [sym_modifiers] = STATE(8288), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(339), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4551), - [sym_long_literal] = STATE(4551), - [sym_boolean_literal] = STATE(4551), - [sym_character_literal] = STATE(4551), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(792), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), + [144] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4792), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(4095), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1920), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8381), + [sym_modifiers] = STATE(8284), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(352), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(752), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(641), - [anon_sym_interface] = ACTIONS(641), - [anon_sym_enum] = ACTIONS(643), - [anon_sym_LBRACE] = ACTIONS(351), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(645), - [anon_sym_var] = ACTIONS(645), - [anon_sym_object] = ACTIONS(647), - [anon_sym_fun] = ACTIONS(649), - [anon_sym_SEMI] = ACTIONS(1381), - [anon_sym_get] = ACTIONS(651), - [anon_sym_set] = ACTIONS(653), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(657), - [anon_sym_for] = ACTIONS(659), - [anon_sym_while] = ACTIONS(661), - [anon_sym_do] = ACTIONS(371), - [anon_sym_null] = ACTIONS(373), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_typealias] = ACTIONS(125), + [anon_sym_class] = ACTIONS(821), + [anon_sym_interface] = ACTIONS(821), + [anon_sym_enum] = ACTIONS(823), + [anon_sym_LBRACE] = ACTIONS(825), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(827), + [anon_sym_var] = ACTIONS(827), + [anon_sym_object] = ACTIONS(829), + [anon_sym_fun] = ACTIONS(831), + [anon_sym_SEMI] = ACTIONS(1379), + [anon_sym_get] = ACTIONS(833), + [anon_sym_set] = ACTIONS(835), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(839), + [anon_sym_for] = ACTIONS(841), + [anon_sym_while] = ACTIONS(843), + [anon_sym_do] = ACTIONS(157), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [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_value] = ACTIONS(77), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -60281,149 +58663,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(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(385), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(205), }, - [155] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1182), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(534), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(785), - [sym_parenthesized_expression] = STATE(785), - [sym_collection_literal] = STATE(785), - [sym__literal_constant] = STATE(785), - [sym_string_literal] = STATE(785), - [sym_lambda_literal] = STATE(785), - [sym_anonymous_function] = STATE(785), - [sym__function_literal] = STATE(785), - [sym_object_literal] = STATE(785), - [sym_this_expression] = STATE(785), - [sym_super_expression] = STATE(785), - [sym_if_expression] = STATE(785), - [sym_when_expression] = STATE(785), - [sym_try_expression] = STATE(785), - [sym_jump_expression] = STATE(785), - [sym_callable_reference] = STATE(785), - [sym__prefix_unary_operator] = STATE(1544), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8374), - [sym_modifiers] = STATE(8321), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(337), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(785), - [sym_long_literal] = STATE(785), - [sym_boolean_literal] = STATE(785), - [sym_character_literal] = STATE(785), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(780), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(387), + [145] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4861), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(4095), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1920), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8381), + [sym_modifiers] = STATE(8284), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(352), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(752), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(1005), - [anon_sym_interface] = ACTIONS(1005), - [anon_sym_enum] = ACTIONS(1007), - [anon_sym_LBRACE] = ACTIONS(917), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(1009), - [anon_sym_var] = ACTIONS(1009), - [anon_sym_object] = ACTIONS(1011), - [anon_sym_fun] = ACTIONS(1013), - [anon_sym_SEMI] = ACTIONS(1403), - [anon_sym_get] = ACTIONS(1015), - [anon_sym_set] = ACTIONS(1017), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1021), - [anon_sym_for] = ACTIONS(1023), - [anon_sym_while] = ACTIONS(1025), - [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(937), - [anon_sym_if] = ACTIONS(811), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_typealias] = ACTIONS(125), + [anon_sym_class] = ACTIONS(821), + [anon_sym_interface] = ACTIONS(821), + [anon_sym_enum] = ACTIONS(823), + [anon_sym_LBRACE] = ACTIONS(825), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(827), + [anon_sym_var] = ACTIONS(827), + [anon_sym_object] = ACTIONS(829), + [anon_sym_fun] = ACTIONS(831), + [anon_sym_SEMI] = ACTIONS(1359), + [anon_sym_get] = ACTIONS(833), + [anon_sym_set] = ACTIONS(835), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(839), + [anon_sym_for] = ACTIONS(841), + [anon_sym_while] = ACTIONS(843), + [anon_sym_do] = ACTIONS(157), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(445), - [anon_sym_inner] = ACTIONS(445), - [anon_sym_value] = ACTIONS(445), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -60442,149 +58824,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(447), - [anon_sym_actual] = ACTIONS(447), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(943), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(205), }, - [156] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1182), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(385), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(798), - [sym_parenthesized_expression] = STATE(798), - [sym_collection_literal] = STATE(798), - [sym__literal_constant] = STATE(798), - [sym_string_literal] = STATE(798), - [sym_lambda_literal] = STATE(798), - [sym_anonymous_function] = STATE(798), - [sym__function_literal] = STATE(798), - [sym_object_literal] = STATE(798), - [sym_this_expression] = STATE(798), - [sym_super_expression] = STATE(798), - [sym_if_expression] = STATE(798), - [sym_when_expression] = STATE(798), - [sym_try_expression] = STATE(798), - [sym_jump_expression] = STATE(798), - [sym_callable_reference] = STATE(798), - [sym__prefix_unary_operator] = STATE(1653), - [sym__postfix_unary_expression] = STATE(8411), + [146] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3988), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(1395), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2997), + [sym_parenthesized_expression] = STATE(2997), + [sym_collection_literal] = STATE(2997), + [sym__literal_constant] = STATE(2997), + [sym_string_literal] = STATE(2997), + [sym_lambda_literal] = STATE(2997), + [sym_anonymous_function] = STATE(2997), + [sym__function_literal] = STATE(2997), + [sym_object_literal] = STATE(2997), + [sym_this_expression] = STATE(2997), + [sym_super_expression] = STATE(2997), + [sym_if_expression] = STATE(2997), + [sym_when_expression] = STATE(2997), + [sym_try_expression] = STATE(2997), + [sym_jump_expression] = STATE(2997), + [sym_callable_reference] = STATE(2997), + [sym__prefix_unary_operator] = STATE(2117), + [sym__postfix_unary_expression] = STATE(8407), [sym_directly_assignable_expression] = STATE(8378), - [sym_modifiers] = STATE(8302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(336), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(798), - [sym_long_literal] = STATE(798), - [sym_boolean_literal] = STATE(798), - [sym_character_literal] = STATE(798), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(788), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(387), + [sym_modifiers] = STATE(8280), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(347), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2997), + [sym_long_literal] = STATE(2997), + [sym_boolean_literal] = STATE(2997), + [sym_character_literal] = STATE(2997), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(755), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(789), - [anon_sym_interface] = ACTIONS(789), - [anon_sym_enum] = ACTIONS(791), - [anon_sym_LBRACE] = ACTIONS(397), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(793), - [anon_sym_var] = ACTIONS(793), - [anon_sym_object] = ACTIONS(795), - [anon_sym_fun] = ACTIONS(797), - [anon_sym_SEMI] = ACTIONS(1403), - [anon_sym_get] = ACTIONS(799), - [anon_sym_set] = ACTIONS(801), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(805), - [anon_sym_for] = ACTIONS(807), - [anon_sym_while] = ACTIONS(809), - [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(425), - [anon_sym_if] = ACTIONS(811), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_typealias] = ACTIONS(561), + [anon_sym_class] = ACTIONS(563), + [anon_sym_interface] = ACTIONS(563), + [anon_sym_enum] = ACTIONS(565), + [anon_sym_LBRACE] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_val] = ACTIONS(571), + [anon_sym_var] = ACTIONS(571), + [anon_sym_object] = ACTIONS(573), + [anon_sym_fun] = ACTIONS(575), + [anon_sym_SEMI] = ACTIONS(1363), + [anon_sym_get] = ACTIONS(577), + [anon_sym_set] = ACTIONS(579), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(587), + [anon_sym_for] = ACTIONS(589), + [anon_sym_while] = ACTIONS(591), + [anon_sym_do] = ACTIONS(593), + [anon_sym_null] = ACTIONS(595), + [anon_sym_if] = ACTIONS(597), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(445), - [anon_sym_inner] = ACTIONS(445), - [anon_sym_value] = ACTIONS(445), + [anon_sym_data] = ACTIONS(615), + [anon_sym_inner] = ACTIONS(615), + [anon_sym_value] = ACTIONS(615), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -60603,143 +58985,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(447), - [anon_sym_actual] = ACTIONS(447), + [anon_sym_expect] = ACTIONS(617), + [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(459), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(627), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(639), }, - [157] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3260), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(1208), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2741), - [sym_parenthesized_expression] = STATE(2741), - [sym_collection_literal] = STATE(2741), - [sym__literal_constant] = STATE(2741), - [sym_string_literal] = STATE(2741), - [sym_lambda_literal] = STATE(2741), - [sym_anonymous_function] = STATE(2741), - [sym__function_literal] = STATE(2741), - [sym_object_literal] = STATE(2741), - [sym_this_expression] = STATE(2741), - [sym_super_expression] = STATE(2741), - [sym_if_expression] = STATE(2741), - [sym_when_expression] = STATE(2741), - [sym_try_expression] = STATE(2741), - [sym_jump_expression] = STATE(2741), - [sym_callable_reference] = STATE(2741), - [sym__prefix_unary_operator] = STATE(1689), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8359), - [sym_modifiers] = STATE(8295), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(343), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2741), - [sym_long_literal] = STATE(2741), - [sym_boolean_literal] = STATE(2741), - [sym_character_literal] = STATE(2741), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(753), - [aux_sym_modifiers_repeat1] = STATE(5620), + [147] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3932), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(1395), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2997), + [sym_parenthesized_expression] = STATE(2997), + [sym_collection_literal] = STATE(2997), + [sym__literal_constant] = STATE(2997), + [sym_string_literal] = STATE(2997), + [sym_lambda_literal] = STATE(2997), + [sym_anonymous_function] = STATE(2997), + [sym__function_literal] = STATE(2997), + [sym_object_literal] = STATE(2997), + [sym_this_expression] = STATE(2997), + [sym_super_expression] = STATE(2997), + [sym_if_expression] = STATE(2997), + [sym_when_expression] = STATE(2997), + [sym_try_expression] = STATE(2997), + [sym_jump_expression] = STATE(2997), + [sym_callable_reference] = STATE(2997), + [sym__prefix_unary_operator] = STATE(2117), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8378), + [sym_modifiers] = STATE(8280), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(347), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2997), + [sym_long_literal] = STATE(2997), + [sym_boolean_literal] = STATE(2997), + [sym_character_literal] = STATE(2997), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(755), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_typealias] = ACTIONS(561), - [anon_sym_class] = ACTIONS(693), - [anon_sym_interface] = ACTIONS(693), - [anon_sym_enum] = ACTIONS(695), + [anon_sym_class] = ACTIONS(563), + [anon_sym_interface] = ACTIONS(563), + [anon_sym_enum] = ACTIONS(565), [anon_sym_LBRACE] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(697), - [anon_sym_var] = ACTIONS(697), - [anon_sym_object] = ACTIONS(699), - [anon_sym_fun] = ACTIONS(701), - [anon_sym_SEMI] = ACTIONS(1397), - [anon_sym_get] = ACTIONS(703), - [anon_sym_set] = ACTIONS(705), + [anon_sym_val] = ACTIONS(571), + [anon_sym_var] = ACTIONS(571), + [anon_sym_object] = ACTIONS(573), + [anon_sym_fun] = ACTIONS(575), + [anon_sym_SEMI] = ACTIONS(1375), + [anon_sym_get] = ACTIONS(577), + [anon_sym_set] = ACTIONS(579), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(709), - [anon_sym_for] = ACTIONS(711), - [anon_sym_while] = ACTIONS(713), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(587), + [anon_sym_for] = ACTIONS(589), + [anon_sym_while] = ACTIONS(591), [anon_sym_do] = ACTIONS(593), [anon_sym_null] = ACTIONS(595), - [anon_sym_if] = ACTIONS(715), + [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -60767,7 +59149,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(617), [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), @@ -60783,130 +59165,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [158] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4851), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(4101), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1905), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8392), - [sym_modifiers] = STATE(8289), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(352), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(796), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [148] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1066), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(396), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(776), + [sym_parenthesized_expression] = STATE(776), + [sym_collection_literal] = STATE(776), + [sym__literal_constant] = STATE(776), + [sym_string_literal] = STATE(776), + [sym_lambda_literal] = STATE(776), + [sym_anonymous_function] = STATE(776), + [sym__function_literal] = STATE(776), + [sym_object_literal] = STATE(776), + [sym_this_expression] = STATE(776), + [sym_super_expression] = STATE(776), + [sym_if_expression] = STATE(776), + [sym_when_expression] = STATE(776), + [sym_try_expression] = STATE(776), + [sym_jump_expression] = STATE(776), + [sym_callable_reference] = STATE(776), + [sym__prefix_unary_operator] = STATE(1653), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8351), + [sym_modifiers] = STATE(8293), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(776), + [sym_long_literal] = STATE(776), + [sym_boolean_literal] = STATE(776), + [sym_character_literal] = STATE(776), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(790), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(853), - [anon_sym_interface] = ACTIONS(853), - [anon_sym_enum] = ACTIONS(855), - [anon_sym_LBRACE] = ACTIONS(857), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(859), - [anon_sym_var] = ACTIONS(859), - [anon_sym_object] = ACTIONS(861), - [anon_sym_fun] = ACTIONS(863), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_typealias] = ACTIONS(391), + [anon_sym_class] = ACTIONS(699), + [anon_sym_interface] = ACTIONS(699), + [anon_sym_enum] = ACTIONS(701), + [anon_sym_LBRACE] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_val] = ACTIONS(703), + [anon_sym_var] = ACTIONS(703), + [anon_sym_object] = ACTIONS(705), + [anon_sym_fun] = ACTIONS(707), [anon_sym_SEMI] = ACTIONS(1395), - [anon_sym_get] = ACTIONS(865), - [anon_sym_set] = ACTIONS(867), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(871), - [anon_sym_for] = ACTIONS(873), - [anon_sym_while] = ACTIONS(875), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_get] = ACTIONS(709), + [anon_sym_set] = ACTIONS(711), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(715), + [anon_sym_for] = ACTIONS(717), + [anon_sym_while] = ACTIONS(719), + [anon_sym_do] = ACTIONS(423), + [anon_sym_null] = ACTIONS(425), + [anon_sym_if] = ACTIONS(721), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(445), + [anon_sym_inner] = ACTIONS(445), + [anon_sym_value] = ACTIONS(445), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -60925,149 +59307,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_expect] = ACTIONS(447), + [anon_sym_actual] = ACTIONS(447), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(459), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), }, - [159] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4837), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(4101), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1905), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8392), - [sym_modifiers] = STATE(8289), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(352), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(796), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [149] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(4029), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2434), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2987), + [sym_parenthesized_expression] = STATE(2987), + [sym_collection_literal] = STATE(2987), + [sym__literal_constant] = STATE(2987), + [sym_string_literal] = STATE(2987), + [sym_lambda_literal] = STATE(2987), + [sym_anonymous_function] = STATE(2987), + [sym__function_literal] = STATE(2987), + [sym_object_literal] = STATE(2987), + [sym_this_expression] = STATE(2987), + [sym_super_expression] = STATE(2987), + [sym_if_expression] = STATE(2987), + [sym_when_expression] = STATE(2987), + [sym_try_expression] = STATE(2987), + [sym_jump_expression] = STATE(2987), + [sym_callable_reference] = STATE(2987), + [sym__prefix_unary_operator] = STATE(1543), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8373), + [sym_modifiers] = STATE(8312), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(334), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2987), + [sym_long_literal] = STATE(2987), + [sym_boolean_literal] = STATE(2987), + [sym_character_literal] = STATE(2987), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(763), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(853), - [anon_sym_interface] = ACTIONS(853), - [anon_sym_enum] = ACTIONS(855), - [anon_sym_LBRACE] = ACTIONS(857), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(859), - [anon_sym_var] = ACTIONS(859), - [anon_sym_object] = ACTIONS(861), - [anon_sym_fun] = ACTIONS(863), - [anon_sym_SEMI] = ACTIONS(1373), - [anon_sym_get] = ACTIONS(865), - [anon_sym_set] = ACTIONS(867), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(871), - [anon_sym_for] = ACTIONS(873), - [anon_sym_while] = ACTIONS(875), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_typealias] = ACTIONS(561), + [anon_sym_class] = ACTIONS(973), + [anon_sym_interface] = ACTIONS(973), + [anon_sym_enum] = ACTIONS(975), + [anon_sym_LBRACE] = ACTIONS(977), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_val] = ACTIONS(979), + [anon_sym_var] = ACTIONS(979), + [anon_sym_object] = ACTIONS(981), + [anon_sym_fun] = ACTIONS(983), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym_get] = ACTIONS(985), + [anon_sym_set] = ACTIONS(987), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(991), + [anon_sym_for] = ACTIONS(993), + [anon_sym_while] = ACTIONS(995), + [anon_sym_do] = ACTIONS(593), + [anon_sym_null] = ACTIONS(997), + [anon_sym_if] = ACTIONS(597), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(615), + [anon_sym_inner] = ACTIONS(615), + [anon_sym_value] = ACTIONS(615), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -61086,62 +59468,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_expect] = ACTIONS(617), + [anon_sym_actual] = ACTIONS(617), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1003), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), }, - [160] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5213), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(3771), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), + [150] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5222), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(3807), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), [sym__primary_expression] = STATE(4551), [sym_parenthesized_expression] = STATE(4551), [sym_collection_literal] = STATE(4551), @@ -61158,34 +59540,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_try_expression] = STATE(4551), [sym_jump_expression] = STATE(4551), [sym_callable_reference] = STATE(4551), - [sym__prefix_unary_operator] = STATE(1519), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8401), - [sym_modifiers] = STATE(8284), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(341), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), + [sym__prefix_unary_operator] = STATE(1501), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8355), + [sym_modifiers] = STATE(8289), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(348), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), [sym_unsigned_literal] = STATE(4551), [sym_long_literal] = STATE(4551), [sym_boolean_literal] = STATE(4551), [sym_character_literal] = STATE(4551), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(794), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(779), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -61199,12 +59581,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_var] = ACTIONS(353), [anon_sym_object] = ACTIONS(355), [anon_sym_fun] = ACTIONS(357), - [anon_sym_SEMI] = ACTIONS(1365), + [anon_sym_SEMI] = ACTIONS(1397), [anon_sym_get] = ACTIONS(359), [anon_sym_set] = ACTIONS(361), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_STAR] = ACTIONS(1335), [sym_label] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_while] = ACTIONS(369), @@ -61266,43 +59648,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [161] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5166), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(3771), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), + [151] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5227), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(3807), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), [sym__primary_expression] = STATE(4551), [sym_parenthesized_expression] = STATE(4551), [sym_collection_literal] = STATE(4551), @@ -61319,34 +59701,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_try_expression] = STATE(4551), [sym_jump_expression] = STATE(4551), [sym_callable_reference] = STATE(4551), - [sym__prefix_unary_operator] = STATE(1519), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8401), - [sym_modifiers] = STATE(8284), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(341), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), + [sym__prefix_unary_operator] = STATE(1501), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8355), + [sym_modifiers] = STATE(8289), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(348), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), [sym_unsigned_literal] = STATE(4551), [sym_long_literal] = STATE(4551), [sym_boolean_literal] = STATE(4551), [sym_character_literal] = STATE(4551), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(794), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(779), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -61360,12 +59742,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_var] = ACTIONS(353), [anon_sym_object] = ACTIONS(355), [anon_sym_fun] = ACTIONS(357), - [anon_sym_SEMI] = ACTIONS(1367), + [anon_sym_SEMI] = ACTIONS(1399), [anon_sym_get] = ACTIONS(359), [anon_sym_set] = ACTIONS(361), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_STAR] = ACTIONS(1335), [sym_label] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_while] = ACTIONS(369), @@ -61427,43 +59809,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [162] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5161), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(3771), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), + [152] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5109), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(3807), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), [sym__primary_expression] = STATE(4551), [sym_parenthesized_expression] = STATE(4551), [sym_collection_literal] = STATE(4551), @@ -61480,34 +59862,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_try_expression] = STATE(4551), [sym_jump_expression] = STATE(4551), [sym_callable_reference] = STATE(4551), - [sym__prefix_unary_operator] = STATE(1519), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8401), - [sym_modifiers] = STATE(8284), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(341), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), + [sym__prefix_unary_operator] = STATE(1501), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8355), + [sym_modifiers] = STATE(8289), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(348), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), [sym_unsigned_literal] = STATE(4551), [sym_long_literal] = STATE(4551), [sym_boolean_literal] = STATE(4551), [sym_character_literal] = STATE(4551), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(794), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(779), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -61526,7 +59908,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(361), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_STAR] = ACTIONS(1335), [sym_label] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_while] = ACTIONS(369), @@ -61588,43 +59970,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [163] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5145), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(3771), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), + [153] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5168), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(3807), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), [sym__primary_expression] = STATE(4551), [sym_parenthesized_expression] = STATE(4551), [sym_collection_literal] = STATE(4551), @@ -61641,34 +60023,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_try_expression] = STATE(4551), [sym_jump_expression] = STATE(4551), [sym_callable_reference] = STATE(4551), - [sym__prefix_unary_operator] = STATE(1519), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8401), - [sym_modifiers] = STATE(8284), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(341), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), + [sym__prefix_unary_operator] = STATE(1501), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8355), + [sym_modifiers] = STATE(8289), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(348), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), [sym_unsigned_literal] = STATE(4551), [sym_long_literal] = STATE(4551), [sym_boolean_literal] = STATE(4551), [sym_character_literal] = STATE(4551), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(794), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(779), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -61682,12 +60064,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_var] = ACTIONS(353), [anon_sym_object] = ACTIONS(355), [anon_sym_fun] = ACTIONS(357), - [anon_sym_SEMI] = ACTIONS(1381), + [anon_sym_SEMI] = ACTIONS(1385), [anon_sym_get] = ACTIONS(359), [anon_sym_set] = ACTIONS(361), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_STAR] = ACTIONS(1335), [sym_label] = ACTIONS(365), [anon_sym_for] = ACTIONS(367), [anon_sym_while] = ACTIONS(369), @@ -61749,124 +60131,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [164] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3906), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2565), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3004), - [sym_parenthesized_expression] = STATE(3004), - [sym_collection_literal] = STATE(3004), - [sym__literal_constant] = STATE(3004), - [sym_string_literal] = STATE(3004), - [sym_lambda_literal] = STATE(3004), - [sym_anonymous_function] = STATE(3004), - [sym__function_literal] = STATE(3004), - [sym_object_literal] = STATE(3004), - [sym_this_expression] = STATE(3004), - [sym_super_expression] = STATE(3004), - [sym_if_expression] = STATE(3004), - [sym_when_expression] = STATE(3004), - [sym_try_expression] = STATE(3004), - [sym_jump_expression] = STATE(3004), - [sym_callable_reference] = STATE(3004), - [sym__prefix_unary_operator] = STATE(1533), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8387), - [sym_modifiers] = STATE(8298), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(353), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3004), - [sym_long_literal] = STATE(3004), - [sym_boolean_literal] = STATE(3004), - [sym_character_literal] = STATE(3004), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(787), - [aux_sym_modifiers_repeat1] = STATE(5620), + [154] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3202), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(926), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2142), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8358), + [sym_modifiers] = STATE(8310), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(345), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2750), + [sym_long_literal] = STATE(2750), + [sym_boolean_literal] = STATE(2750), + [sym_character_literal] = STATE(2750), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(793), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(475), [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(1031), - [anon_sym_interface] = ACTIONS(1031), - [anon_sym_enum] = ACTIONS(1033), - [anon_sym_LBRACE] = ACTIONS(885), + [anon_sym_class] = ACTIONS(479), + [anon_sym_interface] = ACTIONS(479), + [anon_sym_enum] = ACTIONS(481), + [anon_sym_LBRACE] = ACTIONS(483), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(1035), - [anon_sym_var] = ACTIONS(1035), - [anon_sym_object] = ACTIONS(1037), - [anon_sym_fun] = ACTIONS(1039), - [anon_sym_SEMI] = ACTIONS(1383), - [anon_sym_get] = ACTIONS(1041), - [anon_sym_set] = ACTIONS(1043), + [anon_sym_val] = ACTIONS(487), + [anon_sym_var] = ACTIONS(487), + [anon_sym_object] = ACTIONS(489), + [anon_sym_fun] = ACTIONS(491), + [anon_sym_SEMI] = ACTIONS(1365), + [anon_sym_get] = ACTIONS(493), + [anon_sym_set] = ACTIONS(495), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1047), - [anon_sym_for] = ACTIONS(1049), - [anon_sym_while] = ACTIONS(1051), + [anon_sym_STAR] = ACTIONS(1287), + [sym_label] = ACTIONS(503), + [anon_sym_for] = ACTIONS(505), + [anon_sym_while] = ACTIONS(507), [anon_sym_do] = ACTIONS(509), - [anon_sym_null] = ACTIONS(905), - [anon_sym_if] = ACTIONS(747), + [anon_sym_null] = ACTIONS(511), + [anon_sym_if] = ACTIONS(513), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_PLUS_PLUS] = ACTIONS(529), + [anon_sym_DASH_DASH] = ACTIONS(529), + [anon_sym_BANG] = ACTIONS(529), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -61894,12 +60276,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(533), [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(911), + [sym_real_literal] = ACTIONS(543), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -61910,124 +60292,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [165] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5213), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4251), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1580), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8390), - [sym_modifiers] = STATE(8299), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(762), - [aux_sym_modifiers_repeat1] = STATE(5620), + [155] = { + [sym_type_alias] = STATE(9433), + [sym__declaration] = STATE(9433), + [sym_class_declaration] = STATE(9433), + [sym_function_declaration] = STATE(9433), + [sym_property_declaration] = STATE(9433), + [sym_getter] = STATE(9433), + [sym_setter] = STATE(9433), + [sym_object_declaration] = STATE(9433), + [sym__statement] = STATE(9433), + [sym_control_structure_body] = STATE(9144), + [sym__block] = STATE(9433), + [sym__loop_statement] = STATE(9433), + [sym_for_statement] = STATE(9433), + [sym_while_statement] = STATE(9433), + [sym_do_while_statement] = STATE(9433), + [sym_assignment] = STATE(9433), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(945), - [anon_sym_interface] = ACTIONS(945), - [anon_sym_enum] = ACTIONS(947), - [anon_sym_LBRACE] = ACTIONS(949), + [anon_sym_typealias] = ACTIONS(19), + [anon_sym_class] = ACTIONS(21), + [anon_sym_interface] = ACTIONS(21), + [anon_sym_enum] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(1273), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(951), - [anon_sym_var] = ACTIONS(951), - [anon_sym_object] = ACTIONS(953), - [anon_sym_fun] = ACTIONS(955), - [anon_sym_SEMI] = ACTIONS(1365), - [anon_sym_get] = ACTIONS(957), - [anon_sym_set] = ACTIONS(959), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_object] = ACTIONS(31), + [anon_sym_fun] = ACTIONS(33), + [anon_sym_SEMI] = ACTIONS(1401), + [anon_sym_get] = ACTIONS(35), + [anon_sym_set] = ACTIONS(37), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(963), - [anon_sym_for] = ACTIONS(965), - [anon_sym_while] = ACTIONS(967), - [anon_sym_do] = ACTIONS(371), + [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(375), + [anon_sym_if] = ACTIONS(55), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), + [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(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), + [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), @@ -62071,109 +60453,270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [166] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5166), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4251), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1580), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8390), - [sym_modifiers] = STATE(8299), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(762), - [aux_sym_modifiers_repeat1] = STATE(5620), + [156] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3567), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(1635), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2769), + [sym_parenthesized_expression] = STATE(2769), + [sym_collection_literal] = STATE(2769), + [sym__literal_constant] = STATE(2769), + [sym_string_literal] = STATE(2769), + [sym_lambda_literal] = STATE(2769), + [sym_anonymous_function] = STATE(2769), + [sym__function_literal] = STATE(2769), + [sym_object_literal] = STATE(2769), + [sym_this_expression] = STATE(2769), + [sym_super_expression] = STATE(2769), + [sym_if_expression] = STATE(2769), + [sym_when_expression] = STATE(2769), + [sym_try_expression] = STATE(2769), + [sym_jump_expression] = STATE(2769), + [sym_callable_reference] = STATE(2769), + [sym__prefix_unary_operator] = STATE(1593), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8393), + [sym_modifiers] = STATE(8282), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(340), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2769), + [sym_long_literal] = STATE(2769), + [sym_boolean_literal] = STATE(2769), + [sym_character_literal] = STATE(2769), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(771), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(731), + [anon_sym_interface] = ACTIONS(731), + [anon_sym_enum] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(735), + [anon_sym_var] = ACTIONS(735), + [anon_sym_object] = ACTIONS(737), + [anon_sym_fun] = ACTIONS(739), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_get] = ACTIONS(741), + [anon_sym_set] = ACTIONS(743), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(747), + [anon_sym_for] = ACTIONS(749), + [anon_sym_while] = ACTIONS(751), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(297), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [157] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5222), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4245), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1625), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8375), + [sym_modifiers] = STATE(8296), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(335), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(760), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(945), - [anon_sym_interface] = ACTIONS(945), - [anon_sym_enum] = ACTIONS(947), - [anon_sym_LBRACE] = ACTIONS(949), + [anon_sym_class] = ACTIONS(913), + [anon_sym_interface] = ACTIONS(913), + [anon_sym_enum] = ACTIONS(915), + [anon_sym_LBRACE] = ACTIONS(917), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(951), - [anon_sym_var] = ACTIONS(951), - [anon_sym_object] = ACTIONS(953), - [anon_sym_fun] = ACTIONS(955), - [anon_sym_SEMI] = ACTIONS(1367), - [anon_sym_get] = ACTIONS(957), - [anon_sym_set] = ACTIONS(959), + [anon_sym_val] = ACTIONS(919), + [anon_sym_var] = ACTIONS(919), + [anon_sym_object] = ACTIONS(921), + [anon_sym_fun] = ACTIONS(923), + [anon_sym_SEMI] = ACTIONS(1397), + [anon_sym_get] = ACTIONS(925), + [anon_sym_set] = ACTIONS(927), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(963), - [anon_sym_for] = ACTIONS(965), - [anon_sym_while] = ACTIONS(967), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(931), + [anon_sym_for] = ACTIONS(933), + [anon_sym_while] = ACTIONS(935), [anon_sym_do] = ACTIONS(371), [anon_sym_null] = ACTIONS(53), [anon_sym_if] = ACTIONS(375), @@ -62184,11 +60727,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(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -62232,109 +60775,592 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [167] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5161), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4251), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1580), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8390), - [sym_modifiers] = STATE(8299), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), + [158] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3229), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(926), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2142), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8358), + [sym_modifiers] = STATE(8310), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(345), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(762), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2750), + [sym_long_literal] = STATE(2750), + [sym_boolean_literal] = STATE(2750), + [sym_character_literal] = STATE(2750), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(793), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_typealias] = ACTIONS(477), + [anon_sym_class] = ACTIONS(479), + [anon_sym_interface] = ACTIONS(479), + [anon_sym_enum] = ACTIONS(481), + [anon_sym_LBRACE] = ACTIONS(483), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_val] = ACTIONS(487), + [anon_sym_var] = ACTIONS(487), + [anon_sym_object] = ACTIONS(489), + [anon_sym_fun] = ACTIONS(491), + [anon_sym_SEMI] = ACTIONS(1373), + [anon_sym_get] = ACTIONS(493), + [anon_sym_set] = ACTIONS(495), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1287), + [sym_label] = ACTIONS(503), + [anon_sym_for] = ACTIONS(505), + [anon_sym_while] = ACTIONS(507), + [anon_sym_do] = ACTIONS(509), + [anon_sym_null] = ACTIONS(511), + [anon_sym_if] = ACTIONS(513), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_PLUS_PLUS] = ACTIONS(529), + [anon_sym_DASH_DASH] = ACTIONS(529), + [anon_sym_BANG] = ACTIONS(529), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(543), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [159] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3875), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2246), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2997), + [sym_parenthesized_expression] = STATE(2997), + [sym_collection_literal] = STATE(2997), + [sym__literal_constant] = STATE(2997), + [sym_string_literal] = STATE(2997), + [sym_lambda_literal] = STATE(2997), + [sym_anonymous_function] = STATE(2997), + [sym__function_literal] = STATE(2997), + [sym_object_literal] = STATE(2997), + [sym_this_expression] = STATE(2997), + [sym_super_expression] = STATE(2997), + [sym_if_expression] = STATE(2997), + [sym_when_expression] = STATE(2997), + [sym_try_expression] = STATE(2997), + [sym_jump_expression] = STATE(2997), + [sym_callable_reference] = STATE(2997), + [sym__prefix_unary_operator] = STATE(1774), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8364), + [sym_modifiers] = STATE(8290), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(336), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2997), + [sym_long_literal] = STATE(2997), + [sym_boolean_literal] = STATE(2997), + [sym_character_literal] = STATE(2997), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(792), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_typealias] = ACTIONS(561), + [anon_sym_class] = ACTIONS(763), + [anon_sym_interface] = ACTIONS(763), + [anon_sym_enum] = ACTIONS(765), + [anon_sym_LBRACE] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_val] = ACTIONS(767), + [anon_sym_var] = ACTIONS(767), + [anon_sym_object] = ACTIONS(769), + [anon_sym_fun] = ACTIONS(771), + [anon_sym_SEMI] = ACTIONS(1393), + [anon_sym_get] = ACTIONS(773), + [anon_sym_set] = ACTIONS(775), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(779), + [anon_sym_for] = ACTIONS(781), + [anon_sym_while] = ACTIONS(783), + [anon_sym_do] = ACTIONS(593), + [anon_sym_null] = ACTIONS(595), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(615), + [anon_sym_inner] = ACTIONS(615), + [anon_sym_value] = ACTIONS(615), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(617), + [anon_sym_actual] = ACTIONS(617), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(627), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [160] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3400), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(1635), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2769), + [sym_parenthesized_expression] = STATE(2769), + [sym_collection_literal] = STATE(2769), + [sym__literal_constant] = STATE(2769), + [sym_string_literal] = STATE(2769), + [sym_lambda_literal] = STATE(2769), + [sym_anonymous_function] = STATE(2769), + [sym__function_literal] = STATE(2769), + [sym_object_literal] = STATE(2769), + [sym_this_expression] = STATE(2769), + [sym_super_expression] = STATE(2769), + [sym_if_expression] = STATE(2769), + [sym_when_expression] = STATE(2769), + [sym_try_expression] = STATE(2769), + [sym_jump_expression] = STATE(2769), + [sym_callable_reference] = STATE(2769), + [sym__prefix_unary_operator] = STATE(1593), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8393), + [sym_modifiers] = STATE(8282), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(340), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2769), + [sym_long_literal] = STATE(2769), + [sym_boolean_literal] = STATE(2769), + [sym_character_literal] = STATE(2769), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(771), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(731), + [anon_sym_interface] = ACTIONS(731), + [anon_sym_enum] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(735), + [anon_sym_var] = ACTIONS(735), + [anon_sym_object] = ACTIONS(737), + [anon_sym_fun] = ACTIONS(739), + [anon_sym_SEMI] = ACTIONS(1405), + [anon_sym_get] = ACTIONS(741), + [anon_sym_set] = ACTIONS(743), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(747), + [anon_sym_for] = ACTIONS(749), + [anon_sym_while] = ACTIONS(751), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(297), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [161] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5227), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4245), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1625), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8375), + [sym_modifiers] = STATE(8296), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(335), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(760), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(945), - [anon_sym_interface] = ACTIONS(945), - [anon_sym_enum] = ACTIONS(947), - [anon_sym_LBRACE] = ACTIONS(949), + [anon_sym_class] = ACTIONS(913), + [anon_sym_interface] = ACTIONS(913), + [anon_sym_enum] = ACTIONS(915), + [anon_sym_LBRACE] = ACTIONS(917), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(951), - [anon_sym_var] = ACTIONS(951), - [anon_sym_object] = ACTIONS(953), - [anon_sym_fun] = ACTIONS(955), - [anon_sym_SEMI] = ACTIONS(1369), - [anon_sym_get] = ACTIONS(957), - [anon_sym_set] = ACTIONS(959), + [anon_sym_val] = ACTIONS(919), + [anon_sym_var] = ACTIONS(919), + [anon_sym_object] = ACTIONS(921), + [anon_sym_fun] = ACTIONS(923), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(925), + [anon_sym_set] = ACTIONS(927), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(963), - [anon_sym_for] = ACTIONS(965), - [anon_sym_while] = ACTIONS(967), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(931), + [anon_sym_for] = ACTIONS(933), + [anon_sym_while] = ACTIONS(935), [anon_sym_do] = ACTIONS(371), [anon_sym_null] = ACTIONS(53), [anon_sym_if] = ACTIONS(375), @@ -62345,11 +61371,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(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -62393,109 +61419,109 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [168] = { - [sym_type_alias] = STATE(5077), - [sym__declaration] = STATE(5077), - [sym_class_declaration] = STATE(5077), - [sym_function_declaration] = STATE(5077), - [sym_property_declaration] = STATE(5077), - [sym_getter] = STATE(5077), - [sym_setter] = STATE(5077), - [sym_object_declaration] = STATE(5077), - [sym__statement] = STATE(5077), - [sym_control_structure_body] = STATE(5145), - [sym__block] = STATE(5077), - [sym__loop_statement] = STATE(5077), - [sym_for_statement] = STATE(5077), - [sym_while_statement] = STATE(5077), - [sym_do_while_statement] = STATE(5077), - [sym_assignment] = STATE(5077), - [sym__expression] = STATE(4251), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1580), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8390), - [sym_modifiers] = STATE(8299), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(349), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(762), - [aux_sym_modifiers_repeat1] = STATE(5620), + [162] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5109), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4245), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1625), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8375), + [sym_modifiers] = STATE(8296), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(335), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(760), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_typealias] = ACTIONS(345), - [anon_sym_class] = ACTIONS(945), - [anon_sym_interface] = ACTIONS(945), - [anon_sym_enum] = ACTIONS(947), - [anon_sym_LBRACE] = ACTIONS(949), + [anon_sym_class] = ACTIONS(913), + [anon_sym_interface] = ACTIONS(913), + [anon_sym_enum] = ACTIONS(915), + [anon_sym_LBRACE] = ACTIONS(917), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_val] = ACTIONS(951), - [anon_sym_var] = ACTIONS(951), - [anon_sym_object] = ACTIONS(953), - [anon_sym_fun] = ACTIONS(955), - [anon_sym_SEMI] = ACTIONS(1381), - [anon_sym_get] = ACTIONS(957), - [anon_sym_set] = ACTIONS(959), + [anon_sym_val] = ACTIONS(919), + [anon_sym_var] = ACTIONS(919), + [anon_sym_object] = ACTIONS(921), + [anon_sym_fun] = ACTIONS(923), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym_get] = ACTIONS(925), + [anon_sym_set] = ACTIONS(927), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(963), - [anon_sym_for] = ACTIONS(965), - [anon_sym_while] = ACTIONS(967), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(931), + [anon_sym_for] = ACTIONS(933), + [anon_sym_while] = ACTIONS(935), [anon_sym_do] = ACTIONS(371), [anon_sym_null] = ACTIONS(53), [anon_sym_if] = ACTIONS(375), @@ -62506,11 +61532,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(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -62554,130 +61580,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [169] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3396), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(2508), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2774), - [sym_parenthesized_expression] = STATE(2774), - [sym_collection_literal] = STATE(2774), - [sym__literal_constant] = STATE(2774), - [sym_string_literal] = STATE(2774), - [sym_lambda_literal] = STATE(2774), - [sym_anonymous_function] = STATE(2774), - [sym__function_literal] = STATE(2774), - [sym_object_literal] = STATE(2774), - [sym_this_expression] = STATE(2774), - [sym_super_expression] = STATE(2774), - [sym_if_expression] = STATE(2774), - [sym_when_expression] = STATE(2774), - [sym_try_expression] = STATE(2774), - [sym_jump_expression] = STATE(2774), - [sym_callable_reference] = STATE(2774), - [sym__prefix_unary_operator] = STATE(1793), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8362), - [sym_modifiers] = STATE(8285), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(344), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2774), - [sym_long_literal] = STATE(2774), - [sym_boolean_literal] = STATE(2774), - [sym_character_literal] = STATE(2774), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(786), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(115), + [163] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5168), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4245), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1625), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8375), + [sym_modifiers] = STATE(8296), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(335), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(760), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(1075), - [anon_sym_interface] = ACTIONS(1075), - [anon_sym_enum] = ACTIONS(1077), - [anon_sym_LBRACE] = ACTIONS(825), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(1079), - [anon_sym_var] = ACTIONS(1079), - [anon_sym_object] = ACTIONS(1081), - [anon_sym_fun] = ACTIONS(1083), - [anon_sym_SEMI] = ACTIONS(1393), - [anon_sym_get] = ACTIONS(1085), - [anon_sym_set] = ACTIONS(1087), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1091), - [anon_sym_for] = ACTIONS(1093), - [anon_sym_while] = ACTIONS(1095), - [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(845), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(345), + [anon_sym_class] = ACTIONS(913), + [anon_sym_interface] = ACTIONS(913), + [anon_sym_enum] = ACTIONS(915), + [anon_sym_LBRACE] = ACTIONS(917), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(919), + [anon_sym_var] = ACTIONS(919), + [anon_sym_object] = ACTIONS(921), + [anon_sym_fun] = ACTIONS(923), + [anon_sym_SEMI] = ACTIONS(1385), + [anon_sym_get] = ACTIONS(925), + [anon_sym_set] = ACTIONS(927), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(931), + [anon_sym_for] = ACTIONS(933), + [anon_sym_while] = ACTIONS(935), + [anon_sym_do] = ACTIONS(371), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(375), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(179), - [anon_sym_inner] = ACTIONS(179), - [anon_sym_value] = ACTIONS(179), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), + [anon_sym_value] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -62696,310 +61722,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(181), - [anon_sym_actual] = ACTIONS(181), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(851), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(113), }, - [170] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3398), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(2508), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2774), - [sym_parenthesized_expression] = STATE(2774), - [sym_collection_literal] = STATE(2774), - [sym__literal_constant] = STATE(2774), - [sym_string_literal] = STATE(2774), - [sym_lambda_literal] = STATE(2774), - [sym_anonymous_function] = STATE(2774), - [sym__function_literal] = STATE(2774), - [sym_object_literal] = STATE(2774), - [sym_this_expression] = STATE(2774), - [sym_super_expression] = STATE(2774), - [sym_if_expression] = STATE(2774), - [sym_when_expression] = STATE(2774), - [sym_try_expression] = STATE(2774), - [sym_jump_expression] = STATE(2774), - [sym_callable_reference] = STATE(2774), - [sym__prefix_unary_operator] = STATE(1793), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8362), - [sym_modifiers] = STATE(8285), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(344), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2774), - [sym_long_literal] = STATE(2774), - [sym_boolean_literal] = STATE(2774), - [sym_character_literal] = STATE(2774), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(786), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(1075), - [anon_sym_interface] = ACTIONS(1075), - [anon_sym_enum] = ACTIONS(1077), - [anon_sym_LBRACE] = ACTIONS(825), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(1079), - [anon_sym_var] = ACTIONS(1079), - [anon_sym_object] = ACTIONS(1081), - [anon_sym_fun] = ACTIONS(1083), - [anon_sym_SEMI] = ACTIONS(1391), - [anon_sym_get] = ACTIONS(1085), - [anon_sym_set] = ACTIONS(1087), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1091), - [anon_sym_for] = ACTIONS(1093), - [anon_sym_while] = ACTIONS(1095), - [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(845), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(179), - [anon_sym_inner] = ACTIONS(179), - [anon_sym_value] = ACTIONS(179), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(181), - [anon_sym_actual] = ACTIONS(181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(851), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [171] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3419), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(2508), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2774), - [sym_parenthesized_expression] = STATE(2774), - [sym_collection_literal] = STATE(2774), - [sym__literal_constant] = STATE(2774), - [sym_string_literal] = STATE(2774), - [sym_lambda_literal] = STATE(2774), - [sym_anonymous_function] = STATE(2774), - [sym__function_literal] = STATE(2774), - [sym_object_literal] = STATE(2774), - [sym_this_expression] = STATE(2774), - [sym_super_expression] = STATE(2774), - [sym_if_expression] = STATE(2774), - [sym_when_expression] = STATE(2774), - [sym_try_expression] = STATE(2774), - [sym_jump_expression] = STATE(2774), - [sym_callable_reference] = STATE(2774), - [sym__prefix_unary_operator] = STATE(1793), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8362), - [sym_modifiers] = STATE(8285), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(344), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2774), - [sym_long_literal] = STATE(2774), - [sym_boolean_literal] = STATE(2774), - [sym_character_literal] = STATE(2774), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(786), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(115), + [164] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1147), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(396), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(776), + [sym_parenthesized_expression] = STATE(776), + [sym_collection_literal] = STATE(776), + [sym__literal_constant] = STATE(776), + [sym_string_literal] = STATE(776), + [sym_lambda_literal] = STATE(776), + [sym_anonymous_function] = STATE(776), + [sym__function_literal] = STATE(776), + [sym_object_literal] = STATE(776), + [sym_this_expression] = STATE(776), + [sym_super_expression] = STATE(776), + [sym_if_expression] = STATE(776), + [sym_when_expression] = STATE(776), + [sym_try_expression] = STATE(776), + [sym_jump_expression] = STATE(776), + [sym_callable_reference] = STATE(776), + [sym__prefix_unary_operator] = STATE(1653), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8351), + [sym_modifiers] = STATE(8293), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(351), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(776), + [sym_long_literal] = STATE(776), + [sym_boolean_literal] = STATE(776), + [sym_character_literal] = STATE(776), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(790), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(1075), - [anon_sym_interface] = ACTIONS(1075), - [anon_sym_enum] = ACTIONS(1077), - [anon_sym_LBRACE] = ACTIONS(825), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(1079), - [anon_sym_var] = ACTIONS(1079), - [anon_sym_object] = ACTIONS(1081), - [anon_sym_fun] = ACTIONS(1083), - [anon_sym_SEMI] = ACTIONS(1389), - [anon_sym_get] = ACTIONS(1085), - [anon_sym_set] = ACTIONS(1087), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1091), - [anon_sym_for] = ACTIONS(1093), - [anon_sym_while] = ACTIONS(1095), - [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(845), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_typealias] = ACTIONS(391), + [anon_sym_class] = ACTIONS(699), + [anon_sym_interface] = ACTIONS(699), + [anon_sym_enum] = ACTIONS(701), + [anon_sym_LBRACE] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_val] = ACTIONS(703), + [anon_sym_var] = ACTIONS(703), + [anon_sym_object] = ACTIONS(705), + [anon_sym_fun] = ACTIONS(707), + [anon_sym_SEMI] = ACTIONS(1361), + [anon_sym_get] = ACTIONS(709), + [anon_sym_set] = ACTIONS(711), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(715), + [anon_sym_for] = ACTIONS(717), + [anon_sym_while] = ACTIONS(719), + [anon_sym_do] = ACTIONS(423), + [anon_sym_null] = ACTIONS(425), + [anon_sym_if] = ACTIONS(721), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(179), - [anon_sym_inner] = ACTIONS(179), - [anon_sym_value] = ACTIONS(179), + [anon_sym_data] = ACTIONS(445), + [anon_sym_inner] = ACTIONS(445), + [anon_sym_value] = ACTIONS(445), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -63018,304 +61883,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(181), - [anon_sym_actual] = ACTIONS(181), + [anon_sym_expect] = ACTIONS(447), + [anon_sym_actual] = ACTIONS(447), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(851), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(459), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(471), }, - [172] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4888), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), + [165] = { + [sym_type_alias] = STATE(9845), + [sym__declaration] = STATE(9845), + [sym_class_declaration] = STATE(9845), + [sym_function_declaration] = STATE(9845), + [sym_property_declaration] = STATE(9845), + [sym_getter] = STATE(9845), + [sym_setter] = STATE(9845), + [sym_object_declaration] = STATE(9845), + [sym__statement] = STATE(9845), + [sym_control_structure_body] = STATE(9624), + [sym__block] = STATE(9845), + [sym__loop_statement] = STATE(9845), + [sym_for_statement] = STATE(9845), + [sym_while_statement] = STATE(9845), + [sym_do_while_statement] = STATE(9845), + [sym_assignment] = STATE(9845), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8304), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8288), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(793), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(1101), - [anon_sym_interface] = ACTIONS(1101), - [anon_sym_enum] = ACTIONS(1103), - [anon_sym_LBRACE] = ACTIONS(857), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(1105), - [anon_sym_var] = ACTIONS(1105), - [anon_sym_object] = ACTIONS(1107), - [anon_sym_fun] = ACTIONS(1109), - [anon_sym_SEMI] = ACTIONS(1359), - [anon_sym_get] = ACTIONS(1111), - [anon_sym_set] = ACTIONS(1113), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(1117), - [anon_sym_while] = ACTIONS(1119), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [173] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3527), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(1226), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2773), - [sym_parenthesized_expression] = STATE(2773), - [sym_collection_literal] = STATE(2773), - [sym__literal_constant] = STATE(2773), - [sym_string_literal] = STATE(2773), - [sym_lambda_literal] = STATE(2773), - [sym_anonymous_function] = STATE(2773), - [sym__function_literal] = STATE(2773), - [sym_object_literal] = STATE(2773), - [sym_this_expression] = STATE(2773), - [sym_super_expression] = STATE(2773), - [sym_if_expression] = STATE(2773), - [sym_when_expression] = STATE(2773), - [sym_try_expression] = STATE(2773), - [sym_jump_expression] = STATE(2773), - [sym_callable_reference] = STATE(2773), - [sym__prefix_unary_operator] = STATE(2136), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8377), - [sym_modifiers] = STATE(8308), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(333), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2773), - [sym_long_literal] = STATE(2773), - [sym_boolean_literal] = STATE(2773), - [sym_character_literal] = STATE(2773), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(754), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(127), - [anon_sym_interface] = ACTIONS(127), - [anon_sym_enum] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_typealias] = ACTIONS(211), + [anon_sym_class] = ACTIONS(213), + [anon_sym_interface] = ACTIONS(213), + [anon_sym_enum] = ACTIONS(215), + [anon_sym_LBRACE] = ACTIONS(217), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(135), - [anon_sym_var] = ACTIONS(135), - [anon_sym_object] = ACTIONS(137), - [anon_sym_fun] = ACTIONS(139), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_get] = ACTIONS(141), - [anon_sym_set] = ACTIONS(143), + [anon_sym_val] = ACTIONS(219), + [anon_sym_var] = ACTIONS(219), + [anon_sym_object] = ACTIONS(221), + [anon_sym_fun] = ACTIONS(223), + [anon_sym_SEMI] = ACTIONS(225), + [anon_sym_get] = ACTIONS(227), + [anon_sym_set] = ACTIONS(229), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(151), - [anon_sym_for] = ACTIONS(153), - [anon_sym_while] = ACTIONS(155), - [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(159), - [anon_sym_if] = ACTIONS(161), + [anon_sym_STAR] = ACTIONS(1115), + [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(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -63348,7 +62052,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(193), + [sym_real_literal] = ACTIONS(253), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -63359,124 +62063,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [174] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1067), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(377), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(798), - [sym_parenthesized_expression] = STATE(798), - [sym_collection_literal] = STATE(798), - [sym__literal_constant] = STATE(798), - [sym_string_literal] = STATE(798), - [sym_lambda_literal] = STATE(798), - [sym_anonymous_function] = STATE(798), - [sym__function_literal] = STATE(798), - [sym_object_literal] = STATE(798), - [sym_this_expression] = STATE(798), - [sym_super_expression] = STATE(798), - [sym_if_expression] = STATE(798), - [sym_when_expression] = STATE(798), - [sym_try_expression] = STATE(798), - [sym_jump_expression] = STATE(798), - [sym_callable_reference] = STATE(798), - [sym__prefix_unary_operator] = STATE(2023), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8358), - [sym_modifiers] = STATE(8297), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), + [166] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1158), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(396), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(776), + [sym_parenthesized_expression] = STATE(776), + [sym_collection_literal] = STATE(776), + [sym__literal_constant] = STATE(776), + [sym_string_literal] = STATE(776), + [sym_lambda_literal] = STATE(776), + [sym_anonymous_function] = STATE(776), + [sym__function_literal] = STATE(776), + [sym_object_literal] = STATE(776), + [sym_this_expression] = STATE(776), + [sym_super_expression] = STATE(776), + [sym_if_expression] = STATE(776), + [sym_when_expression] = STATE(776), + [sym_try_expression] = STATE(776), + [sym_jump_expression] = STATE(776), + [sym_callable_reference] = STATE(776), + [sym__prefix_unary_operator] = STATE(1653), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8351), + [sym_modifiers] = STATE(8293), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), [sym_annotation] = STATE(351), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(798), - [sym_long_literal] = STATE(798), - [sym_boolean_literal] = STATE(798), - [sym_character_literal] = STATE(798), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(776), + [sym_long_literal] = STATE(776), + [sym_boolean_literal] = STATE(776), + [sym_character_literal] = STATE(776), [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(782), - [aux_sym_modifiers_repeat1] = STATE(5620), + [aux_sym__statement_repeat1] = STATE(790), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(393), - [anon_sym_interface] = ACTIONS(393), - [anon_sym_enum] = ACTIONS(395), + [anon_sym_class] = ACTIONS(699), + [anon_sym_interface] = ACTIONS(699), + [anon_sym_enum] = ACTIONS(701), [anon_sym_LBRACE] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(401), - [anon_sym_var] = ACTIONS(401), - [anon_sym_object] = ACTIONS(403), - [anon_sym_fun] = ACTIONS(405), - [anon_sym_SEMI] = ACTIONS(1379), - [anon_sym_get] = ACTIONS(407), - [anon_sym_set] = ACTIONS(409), + [anon_sym_val] = ACTIONS(703), + [anon_sym_var] = ACTIONS(703), + [anon_sym_object] = ACTIONS(705), + [anon_sym_fun] = ACTIONS(707), + [anon_sym_SEMI] = ACTIONS(1371), + [anon_sym_get] = ACTIONS(709), + [anon_sym_set] = ACTIONS(711), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), - [sym_label] = ACTIONS(417), - [anon_sym_for] = ACTIONS(419), - [anon_sym_while] = ACTIONS(421), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(715), + [anon_sym_for] = ACTIONS(717), + [anon_sym_while] = ACTIONS(719), [anon_sym_do] = ACTIONS(423), [anon_sym_null] = ACTIONS(425), - [anon_sym_if] = ACTIONS(427), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -63520,130 +62224,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [175] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4884), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8304), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(793), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [167] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3539), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(2496), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2768), + [sym_parenthesized_expression] = STATE(2768), + [sym_collection_literal] = STATE(2768), + [sym__literal_constant] = STATE(2768), + [sym_string_literal] = STATE(2768), + [sym_lambda_literal] = STATE(2768), + [sym_anonymous_function] = STATE(2768), + [sym__function_literal] = STATE(2768), + [sym_object_literal] = STATE(2768), + [sym_this_expression] = STATE(2768), + [sym_super_expression] = STATE(2768), + [sym_if_expression] = STATE(2768), + [sym_when_expression] = STATE(2768), + [sym_try_expression] = STATE(2768), + [sym_jump_expression] = STATE(2768), + [sym_callable_reference] = STATE(2768), + [sym__prefix_unary_operator] = STATE(1790), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8360), + [sym_modifiers] = STATE(8295), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(350), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2768), + [sym_long_literal] = STATE(2768), + [sym_boolean_literal] = STATE(2768), + [sym_character_literal] = STATE(2768), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(772), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(1101), - [anon_sym_interface] = ACTIONS(1101), - [anon_sym_enum] = ACTIONS(1103), - [anon_sym_LBRACE] = ACTIONS(857), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(1105), - [anon_sym_var] = ACTIONS(1105), - [anon_sym_object] = ACTIONS(1107), - [anon_sym_fun] = ACTIONS(1109), - [anon_sym_SEMI] = ACTIONS(1371), - [anon_sym_get] = ACTIONS(1111), - [anon_sym_set] = ACTIONS(1113), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(1117), - [anon_sym_while] = ACTIONS(1119), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(1005), + [anon_sym_interface] = ACTIONS(1005), + [anon_sym_enum] = ACTIONS(1007), + [anon_sym_LBRACE] = ACTIONS(853), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(1009), + [anon_sym_var] = ACTIONS(1009), + [anon_sym_object] = ACTIONS(1011), + [anon_sym_fun] = ACTIONS(1013), + [anon_sym_SEMI] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(1015), + [anon_sym_set] = ACTIONS(1017), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1021), + [anon_sym_for] = ACTIONS(1023), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(873), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -63662,149 +62366,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(879), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [176] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4837), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8304), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(793), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [168] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3400), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(1196), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2769), + [sym_parenthesized_expression] = STATE(2769), + [sym_collection_literal] = STATE(2769), + [sym__literal_constant] = STATE(2769), + [sym_string_literal] = STATE(2769), + [sym_lambda_literal] = STATE(2769), + [sym_anonymous_function] = STATE(2769), + [sym__function_literal] = STATE(2769), + [sym_object_literal] = STATE(2769), + [sym_this_expression] = STATE(2769), + [sym_super_expression] = STATE(2769), + [sym_if_expression] = STATE(2769), + [sym_when_expression] = STATE(2769), + [sym_try_expression] = STATE(2769), + [sym_jump_expression] = STATE(2769), + [sym_callable_reference] = STATE(2769), + [sym__prefix_unary_operator] = STATE(2135), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8371), + [sym_modifiers] = STATE(8279), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(342), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2769), + [sym_long_literal] = STATE(2769), + [sym_boolean_literal] = STATE(2769), + [sym_character_literal] = STATE(2769), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(764), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(1101), - [anon_sym_interface] = ACTIONS(1101), - [anon_sym_enum] = ACTIONS(1103), - [anon_sym_LBRACE] = ACTIONS(857), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(1105), - [anon_sym_var] = ACTIONS(1105), - [anon_sym_object] = ACTIONS(1107), - [anon_sym_fun] = ACTIONS(1109), - [anon_sym_SEMI] = ACTIONS(1373), - [anon_sym_get] = ACTIONS(1111), - [anon_sym_set] = ACTIONS(1113), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(1117), - [anon_sym_while] = ACTIONS(1119), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(265), + [anon_sym_interface] = ACTIONS(265), + [anon_sym_enum] = ACTIONS(267), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(273), + [anon_sym_var] = ACTIONS(273), + [anon_sym_object] = ACTIONS(275), + [anon_sym_fun] = ACTIONS(277), + [anon_sym_SEMI] = ACTIONS(1405), + [anon_sym_get] = ACTIONS(279), + [anon_sym_set] = ACTIONS(281), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(289), + [anon_sym_for] = ACTIONS(291), + [anon_sym_while] = ACTIONS(293), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(297), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -63823,149 +62527,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [177] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3906), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2449), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3004), - [sym_parenthesized_expression] = STATE(3004), - [sym_collection_literal] = STATE(3004), - [sym__literal_constant] = STATE(3004), - [sym_string_literal] = STATE(3004), - [sym_lambda_literal] = STATE(3004), - [sym_anonymous_function] = STATE(3004), - [sym__function_literal] = STATE(3004), - [sym_object_literal] = STATE(3004), - [sym_this_expression] = STATE(3004), - [sym_super_expression] = STATE(3004), - [sym_if_expression] = STATE(3004), - [sym_when_expression] = STATE(3004), - [sym_try_expression] = STATE(3004), - [sym_jump_expression] = STATE(3004), - [sym_callable_reference] = STATE(3004), - [sym__prefix_unary_operator] = STATE(1545), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8395), - [sym_modifiers] = STATE(8307), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(345), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3004), - [sym_long_literal] = STATE(3004), - [sym_boolean_literal] = STATE(3004), - [sym_character_literal] = STATE(3004), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(765), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), + [169] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3567), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(2496), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2768), + [sym_parenthesized_expression] = STATE(2768), + [sym_collection_literal] = STATE(2768), + [sym__literal_constant] = STATE(2768), + [sym_string_literal] = STATE(2768), + [sym_lambda_literal] = STATE(2768), + [sym_anonymous_function] = STATE(2768), + [sym__function_literal] = STATE(2768), + [sym_object_literal] = STATE(2768), + [sym_this_expression] = STATE(2768), + [sym_super_expression] = STATE(2768), + [sym_if_expression] = STATE(2768), + [sym_when_expression] = STATE(2768), + [sym_try_expression] = STATE(2768), + [sym_jump_expression] = STATE(2768), + [sym_callable_reference] = STATE(2768), + [sym__prefix_unary_operator] = STATE(1790), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8360), + [sym_modifiers] = STATE(8295), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(350), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2768), + [sym_long_literal] = STATE(2768), + [sym_boolean_literal] = STATE(2768), + [sym_character_literal] = STATE(2768), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(772), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(881), - [anon_sym_interface] = ACTIONS(881), - [anon_sym_enum] = ACTIONS(883), - [anon_sym_LBRACE] = ACTIONS(885), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(887), - [anon_sym_var] = ACTIONS(887), - [anon_sym_object] = ACTIONS(889), - [anon_sym_fun] = ACTIONS(891), - [anon_sym_SEMI] = ACTIONS(1383), - [anon_sym_get] = ACTIONS(893), - [anon_sym_set] = ACTIONS(895), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(899), - [anon_sym_for] = ACTIONS(901), - [anon_sym_while] = ACTIONS(903), - [anon_sym_do] = ACTIONS(509), - [anon_sym_null] = ACTIONS(905), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(1005), + [anon_sym_interface] = ACTIONS(1005), + [anon_sym_enum] = ACTIONS(1007), + [anon_sym_LBRACE] = ACTIONS(853), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(1009), + [anon_sym_var] = ACTIONS(1009), + [anon_sym_object] = ACTIONS(1011), + [anon_sym_fun] = ACTIONS(1013), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_get] = ACTIONS(1015), + [anon_sym_set] = ACTIONS(1017), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1021), + [anon_sym_for] = ACTIONS(1023), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(873), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(531), - [anon_sym_inner] = ACTIONS(531), - [anon_sym_value] = ACTIONS(531), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -63984,149 +62688,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(533), - [anon_sym_actual] = ACTIONS(533), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(911), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(879), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [178] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4888), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(4101), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1905), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8392), - [sym_modifiers] = STATE(8289), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(352), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(796), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [170] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1158), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(519), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(774), + [sym_parenthesized_expression] = STATE(774), + [sym_collection_literal] = STATE(774), + [sym__literal_constant] = STATE(774), + [sym_string_literal] = STATE(774), + [sym_lambda_literal] = STATE(774), + [sym_anonymous_function] = STATE(774), + [sym__function_literal] = STATE(774), + [sym_object_literal] = STATE(774), + [sym_this_expression] = STATE(774), + [sym_super_expression] = STATE(774), + [sym_if_expression] = STATE(774), + [sym_when_expression] = STATE(774), + [sym_try_expression] = STATE(774), + [sym_jump_expression] = STATE(774), + [sym_callable_reference] = STATE(774), + [sym__prefix_unary_operator] = STATE(1605), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8372), + [sym_modifiers] = STATE(8313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(346), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(774), + [sym_long_literal] = STATE(774), + [sym_boolean_literal] = STATE(774), + [sym_character_literal] = STATE(774), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(754), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(853), - [anon_sym_interface] = ACTIONS(853), - [anon_sym_enum] = ACTIONS(855), - [anon_sym_LBRACE] = ACTIONS(857), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(859), - [anon_sym_var] = ACTIONS(859), - [anon_sym_object] = ACTIONS(861), - [anon_sym_fun] = ACTIONS(863), - [anon_sym_SEMI] = ACTIONS(1359), - [anon_sym_get] = ACTIONS(865), - [anon_sym_set] = ACTIONS(867), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(871), - [anon_sym_for] = ACTIONS(873), - [anon_sym_while] = ACTIONS(875), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_typealias] = ACTIONS(391), + [anon_sym_class] = ACTIONS(1031), + [anon_sym_interface] = ACTIONS(1031), + [anon_sym_enum] = ACTIONS(1033), + [anon_sym_LBRACE] = ACTIONS(945), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_val] = ACTIONS(1035), + [anon_sym_var] = ACTIONS(1035), + [anon_sym_object] = ACTIONS(1037), + [anon_sym_fun] = ACTIONS(1039), + [anon_sym_SEMI] = ACTIONS(1371), + [anon_sym_get] = ACTIONS(1041), + [anon_sym_set] = ACTIONS(1043), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1047), + [anon_sym_for] = ACTIONS(1049), + [anon_sym_while] = ACTIONS(1051), + [anon_sym_do] = ACTIONS(423), + [anon_sym_null] = ACTIONS(965), + [anon_sym_if] = ACTIONS(721), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(445), + [anon_sym_inner] = ACTIONS(445), + [anon_sym_value] = ACTIONS(445), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -64145,149 +62849,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_expect] = ACTIONS(447), + [anon_sym_actual] = ACTIONS(447), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(971), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), }, - [179] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3895), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2449), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3004), - [sym_parenthesized_expression] = STATE(3004), - [sym_collection_literal] = STATE(3004), - [sym__literal_constant] = STATE(3004), - [sym_string_literal] = STATE(3004), - [sym_lambda_literal] = STATE(3004), - [sym_anonymous_function] = STATE(3004), - [sym__function_literal] = STATE(3004), - [sym_object_literal] = STATE(3004), - [sym_this_expression] = STATE(3004), - [sym_super_expression] = STATE(3004), - [sym_if_expression] = STATE(3004), - [sym_when_expression] = STATE(3004), - [sym_try_expression] = STATE(3004), - [sym_jump_expression] = STATE(3004), - [sym_callable_reference] = STATE(3004), - [sym__prefix_unary_operator] = STATE(1545), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8395), - [sym_modifiers] = STATE(8307), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(345), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3004), - [sym_long_literal] = STATE(3004), - [sym_boolean_literal] = STATE(3004), - [sym_character_literal] = STATE(3004), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(765), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), + [171] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3400), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(2496), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2768), + [sym_parenthesized_expression] = STATE(2768), + [sym_collection_literal] = STATE(2768), + [sym__literal_constant] = STATE(2768), + [sym_string_literal] = STATE(2768), + [sym_lambda_literal] = STATE(2768), + [sym_anonymous_function] = STATE(2768), + [sym__function_literal] = STATE(2768), + [sym_object_literal] = STATE(2768), + [sym_this_expression] = STATE(2768), + [sym_super_expression] = STATE(2768), + [sym_if_expression] = STATE(2768), + [sym_when_expression] = STATE(2768), + [sym_try_expression] = STATE(2768), + [sym_jump_expression] = STATE(2768), + [sym_callable_reference] = STATE(2768), + [sym__prefix_unary_operator] = STATE(1790), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8360), + [sym_modifiers] = STATE(8295), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(350), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2768), + [sym_long_literal] = STATE(2768), + [sym_boolean_literal] = STATE(2768), + [sym_character_literal] = STATE(2768), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(772), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(881), - [anon_sym_interface] = ACTIONS(881), - [anon_sym_enum] = ACTIONS(883), - [anon_sym_LBRACE] = ACTIONS(885), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(887), - [anon_sym_var] = ACTIONS(887), - [anon_sym_object] = ACTIONS(889), - [anon_sym_fun] = ACTIONS(891), - [anon_sym_SEMI] = ACTIONS(1385), - [anon_sym_get] = ACTIONS(893), - [anon_sym_set] = ACTIONS(895), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(899), - [anon_sym_for] = ACTIONS(901), - [anon_sym_while] = ACTIONS(903), - [anon_sym_do] = ACTIONS(509), - [anon_sym_null] = ACTIONS(905), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(1005), + [anon_sym_interface] = ACTIONS(1005), + [anon_sym_enum] = ACTIONS(1007), + [anon_sym_LBRACE] = ACTIONS(853), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(1009), + [anon_sym_var] = ACTIONS(1009), + [anon_sym_object] = ACTIONS(1011), + [anon_sym_fun] = ACTIONS(1013), + [anon_sym_SEMI] = ACTIONS(1405), + [anon_sym_get] = ACTIONS(1015), + [anon_sym_set] = ACTIONS(1017), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1021), + [anon_sym_for] = ACTIONS(1023), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(873), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(531), - [anon_sym_inner] = ACTIONS(531), - [anon_sym_value] = ACTIONS(531), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -64306,149 +63010,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(533), - [anon_sym_actual] = ACTIONS(533), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(911), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(879), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [180] = { - [sym_type_alias] = STATE(9851), - [sym__declaration] = STATE(9851), - [sym_class_declaration] = STATE(9851), - [sym_function_declaration] = STATE(9851), - [sym_property_declaration] = STATE(9851), - [sym_getter] = STATE(9851), - [sym_setter] = STATE(9851), - [sym_object_declaration] = STATE(9851), - [sym__statement] = STATE(9851), - [sym_control_structure_body] = STATE(9478), - [sym__block] = STATE(9851), - [sym__loop_statement] = STATE(9851), - [sym_for_statement] = STATE(9851), - [sym_while_statement] = STATE(9851), - [sym_do_while_statement] = STATE(9851), - [sym_assignment] = STATE(9851), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8315), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(790), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [172] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3539), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(1635), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2769), + [sym_parenthesized_expression] = STATE(2769), + [sym_collection_literal] = STATE(2769), + [sym__literal_constant] = STATE(2769), + [sym_string_literal] = STATE(2769), + [sym_lambda_literal] = STATE(2769), + [sym_anonymous_function] = STATE(2769), + [sym__function_literal] = STATE(2769), + [sym_object_literal] = STATE(2769), + [sym_this_expression] = STATE(2769), + [sym_super_expression] = STATE(2769), + [sym_if_expression] = STATE(2769), + [sym_when_expression] = STATE(2769), + [sym_try_expression] = STATE(2769), + [sym_jump_expression] = STATE(2769), + [sym_callable_reference] = STATE(2769), + [sym__prefix_unary_operator] = STATE(1593), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8393), + [sym_modifiers] = STATE(8282), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(340), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2769), + [sym_long_literal] = STATE(2769), + [sym_boolean_literal] = STATE(2769), + [sym_character_literal] = STATE(2769), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(771), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(301), - [anon_sym_class] = ACTIONS(303), - [anon_sym_interface] = ACTIONS(303), - [anon_sym_enum] = ACTIONS(305), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(309), - [anon_sym_var] = ACTIONS(309), - [anon_sym_object] = ACTIONS(311), - [anon_sym_fun] = ACTIONS(313), - [anon_sym_SEMI] = ACTIONS(315), - [anon_sym_get] = ACTIONS(317), - [anon_sym_set] = ACTIONS(319), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(325), - [anon_sym_while] = ACTIONS(327), - [anon_sym_do] = ACTIONS(329), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(731), + [anon_sym_interface] = ACTIONS(731), + [anon_sym_enum] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(735), + [anon_sym_var] = ACTIONS(735), + [anon_sym_object] = ACTIONS(737), + [anon_sym_fun] = ACTIONS(739), + [anon_sym_SEMI] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(741), + [anon_sym_set] = ACTIONS(743), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(747), + [anon_sym_for] = ACTIONS(749), + [anon_sym_while] = ACTIONS(751), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(297), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -64467,149 +63171,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [181] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1103), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(377), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(798), - [sym_parenthesized_expression] = STATE(798), - [sym_collection_literal] = STATE(798), - [sym__literal_constant] = STATE(798), - [sym_string_literal] = STATE(798), - [sym_lambda_literal] = STATE(798), - [sym_anonymous_function] = STATE(798), - [sym__function_literal] = STATE(798), - [sym_object_literal] = STATE(798), - [sym_this_expression] = STATE(798), - [sym_super_expression] = STATE(798), - [sym_if_expression] = STATE(798), - [sym_when_expression] = STATE(798), - [sym_try_expression] = STATE(798), - [sym_jump_expression] = STATE(798), - [sym_callable_reference] = STATE(798), - [sym__prefix_unary_operator] = STATE(2023), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8358), - [sym_modifiers] = STATE(8297), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(351), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(798), - [sym_long_literal] = STATE(798), - [sym_boolean_literal] = STATE(798), - [sym_character_literal] = STATE(798), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(782), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(387), + [173] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3524), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(1635), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2769), + [sym_parenthesized_expression] = STATE(2769), + [sym_collection_literal] = STATE(2769), + [sym__literal_constant] = STATE(2769), + [sym_string_literal] = STATE(2769), + [sym_lambda_literal] = STATE(2769), + [sym_anonymous_function] = STATE(2769), + [sym__function_literal] = STATE(2769), + [sym_object_literal] = STATE(2769), + [sym_this_expression] = STATE(2769), + [sym_super_expression] = STATE(2769), + [sym_if_expression] = STATE(2769), + [sym_when_expression] = STATE(2769), + [sym_try_expression] = STATE(2769), + [sym_jump_expression] = STATE(2769), + [sym_callable_reference] = STATE(2769), + [sym__prefix_unary_operator] = STATE(1593), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8393), + [sym_modifiers] = STATE(8282), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(340), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2769), + [sym_long_literal] = STATE(2769), + [sym_boolean_literal] = STATE(2769), + [sym_character_literal] = STATE(2769), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(771), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(393), - [anon_sym_interface] = ACTIONS(393), - [anon_sym_enum] = ACTIONS(395), - [anon_sym_LBRACE] = ACTIONS(397), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(401), - [anon_sym_var] = ACTIONS(401), - [anon_sym_object] = ACTIONS(403), - [anon_sym_fun] = ACTIONS(405), - [anon_sym_SEMI] = ACTIONS(1375), - [anon_sym_get] = ACTIONS(407), - [anon_sym_set] = ACTIONS(409), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), - [sym_label] = ACTIONS(417), - [anon_sym_for] = ACTIONS(419), - [anon_sym_while] = ACTIONS(421), - [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(425), - [anon_sym_if] = ACTIONS(427), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(731), + [anon_sym_interface] = ACTIONS(731), + [anon_sym_enum] = ACTIONS(733), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(735), + [anon_sym_var] = ACTIONS(735), + [anon_sym_object] = ACTIONS(737), + [anon_sym_fun] = ACTIONS(739), + [anon_sym_SEMI] = ACTIONS(1377), + [anon_sym_get] = ACTIONS(741), + [anon_sym_set] = ACTIONS(743), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(747), + [anon_sym_for] = ACTIONS(749), + [anon_sym_while] = ACTIONS(751), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(297), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(445), - [anon_sym_inner] = ACTIONS(445), - [anon_sym_value] = ACTIONS(445), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -64628,143 +63332,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(447), - [anon_sym_actual] = ACTIONS(447), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(459), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [182] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3419), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(2254), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2774), - [sym_parenthesized_expression] = STATE(2774), - [sym_collection_literal] = STATE(2774), - [sym__literal_constant] = STATE(2774), - [sym_string_literal] = STATE(2774), - [sym_lambda_literal] = STATE(2774), - [sym_anonymous_function] = STATE(2774), - [sym__function_literal] = STATE(2774), - [sym_object_literal] = STATE(2774), - [sym_this_expression] = STATE(2774), - [sym_super_expression] = STATE(2774), - [sym_if_expression] = STATE(2774), - [sym_when_expression] = STATE(2774), - [sym_try_expression] = STATE(2774), - [sym_jump_expression] = STATE(2774), - [sym_callable_reference] = STATE(2774), - [sym__prefix_unary_operator] = STATE(1727), - [sym__postfix_unary_expression] = STATE(8411), + [174] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4761), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), [sym_directly_assignable_expression] = STATE(8386), - [sym_modifiers] = STATE(8309), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(354), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2774), - [sym_long_literal] = STATE(2774), - [sym_boolean_literal] = STATE(2774), - [sym_character_literal] = STATE(2774), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(779), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(8305), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(787), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(821), - [anon_sym_interface] = ACTIONS(821), - [anon_sym_enum] = ACTIONS(823), + [anon_sym_class] = ACTIONS(1101), + [anon_sym_interface] = ACTIONS(1101), + [anon_sym_enum] = ACTIONS(1103), [anon_sym_LBRACE] = ACTIONS(825), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(827), - [anon_sym_var] = ACTIONS(827), - [anon_sym_object] = ACTIONS(829), - [anon_sym_fun] = ACTIONS(831), - [anon_sym_SEMI] = ACTIONS(1389), - [anon_sym_get] = ACTIONS(833), - [anon_sym_set] = ACTIONS(835), + [anon_sym_val] = ACTIONS(1105), + [anon_sym_var] = ACTIONS(1105), + [anon_sym_object] = ACTIONS(1107), + [anon_sym_fun] = ACTIONS(1109), + [anon_sym_SEMI] = ACTIONS(1381), + [anon_sym_get] = ACTIONS(1111), + [anon_sym_set] = ACTIONS(1113), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(839), - [anon_sym_for] = ACTIONS(841), - [anon_sym_while] = ACTIONS(843), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(1117), + [anon_sym_while] = ACTIONS(1119), [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(845), - [anon_sym_if] = ACTIONS(161), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -64797,7 +63501,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(851), + [sym_real_literal] = ACTIONS(253), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -64808,124 +63512,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [183] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3398), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(2254), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2774), - [sym_parenthesized_expression] = STATE(2774), - [sym_collection_literal] = STATE(2774), - [sym__literal_constant] = STATE(2774), - [sym_string_literal] = STATE(2774), - [sym_lambda_literal] = STATE(2774), - [sym_anonymous_function] = STATE(2774), - [sym__function_literal] = STATE(2774), - [sym_object_literal] = STATE(2774), - [sym_this_expression] = STATE(2774), - [sym_super_expression] = STATE(2774), - [sym_if_expression] = STATE(2774), - [sym_when_expression] = STATE(2774), - [sym_try_expression] = STATE(2774), - [sym_jump_expression] = STATE(2774), - [sym_callable_reference] = STATE(2774), - [sym__prefix_unary_operator] = STATE(1727), - [sym__postfix_unary_expression] = STATE(8411), + [175] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4792), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), [sym_directly_assignable_expression] = STATE(8386), - [sym_modifiers] = STATE(8309), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(354), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2774), - [sym_long_literal] = STATE(2774), - [sym_boolean_literal] = STATE(2774), - [sym_character_literal] = STATE(2774), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(779), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(8305), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(787), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(821), - [anon_sym_interface] = ACTIONS(821), - [anon_sym_enum] = ACTIONS(823), + [anon_sym_class] = ACTIONS(1101), + [anon_sym_interface] = ACTIONS(1101), + [anon_sym_enum] = ACTIONS(1103), [anon_sym_LBRACE] = ACTIONS(825), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(827), - [anon_sym_var] = ACTIONS(827), - [anon_sym_object] = ACTIONS(829), - [anon_sym_fun] = ACTIONS(831), - [anon_sym_SEMI] = ACTIONS(1391), - [anon_sym_get] = ACTIONS(833), - [anon_sym_set] = ACTIONS(835), + [anon_sym_val] = ACTIONS(1105), + [anon_sym_var] = ACTIONS(1105), + [anon_sym_object] = ACTIONS(1107), + [anon_sym_fun] = ACTIONS(1109), + [anon_sym_SEMI] = ACTIONS(1379), + [anon_sym_get] = ACTIONS(1111), + [anon_sym_set] = ACTIONS(1113), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(839), - [anon_sym_for] = ACTIONS(841), - [anon_sym_while] = ACTIONS(843), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(1117), + [anon_sym_while] = ACTIONS(1119), [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(845), - [anon_sym_if] = ACTIONS(161), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -64958,7 +63662,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(851), + [sym_real_literal] = ACTIONS(253), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -64969,130 +63673,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [184] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1151), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(377), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(798), - [sym_parenthesized_expression] = STATE(798), - [sym_collection_literal] = STATE(798), - [sym__literal_constant] = STATE(798), - [sym_string_literal] = STATE(798), - [sym_lambda_literal] = STATE(798), - [sym_anonymous_function] = STATE(798), - [sym__function_literal] = STATE(798), - [sym_object_literal] = STATE(798), - [sym_this_expression] = STATE(798), - [sym_super_expression] = STATE(798), - [sym_if_expression] = STATE(798), - [sym_when_expression] = STATE(798), - [sym_try_expression] = STATE(798), - [sym_jump_expression] = STATE(798), - [sym_callable_reference] = STATE(798), - [sym__prefix_unary_operator] = STATE(2023), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8358), - [sym_modifiers] = STATE(8297), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(351), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(798), - [sym_long_literal] = STATE(798), - [sym_boolean_literal] = STATE(798), - [sym_character_literal] = STATE(798), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(782), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(387), + [176] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4783), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8305), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(787), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(393), - [anon_sym_interface] = ACTIONS(393), - [anon_sym_enum] = ACTIONS(395), - [anon_sym_LBRACE] = ACTIONS(397), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(401), - [anon_sym_var] = ACTIONS(401), - [anon_sym_object] = ACTIONS(403), - [anon_sym_fun] = ACTIONS(405), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_get] = ACTIONS(407), - [anon_sym_set] = ACTIONS(409), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), - [sym_label] = ACTIONS(417), - [anon_sym_for] = ACTIONS(419), - [anon_sym_while] = ACTIONS(421), - [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(425), - [anon_sym_if] = ACTIONS(427), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_typealias] = ACTIONS(125), + [anon_sym_class] = ACTIONS(1101), + [anon_sym_interface] = ACTIONS(1101), + [anon_sym_enum] = ACTIONS(1103), + [anon_sym_LBRACE] = ACTIONS(825), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(1105), + [anon_sym_var] = ACTIONS(1105), + [anon_sym_object] = ACTIONS(1107), + [anon_sym_fun] = ACTIONS(1109), + [anon_sym_SEMI] = ACTIONS(1367), + [anon_sym_get] = ACTIONS(1111), + [anon_sym_set] = ACTIONS(1113), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(1117), + [anon_sym_while] = ACTIONS(1119), + [anon_sym_do] = ACTIONS(157), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(445), - [anon_sym_inner] = ACTIONS(445), - [anon_sym_value] = ACTIONS(445), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -65111,106 +63815,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(447), - [anon_sym_actual] = ACTIONS(447), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(459), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(205), }, - [185] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3396), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(2254), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2774), - [sym_parenthesized_expression] = STATE(2774), - [sym_collection_literal] = STATE(2774), - [sym__literal_constant] = STATE(2774), - [sym_string_literal] = STATE(2774), - [sym_lambda_literal] = STATE(2774), - [sym_anonymous_function] = STATE(2774), - [sym__function_literal] = STATE(2774), - [sym_object_literal] = STATE(2774), - [sym_this_expression] = STATE(2774), - [sym_super_expression] = STATE(2774), - [sym_if_expression] = STATE(2774), - [sym_when_expression] = STATE(2774), - [sym_try_expression] = STATE(2774), - [sym_jump_expression] = STATE(2774), - [sym_callable_reference] = STATE(2774), - [sym__prefix_unary_operator] = STATE(1727), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8386), - [sym_modifiers] = STATE(8309), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(354), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2774), - [sym_long_literal] = STATE(2774), - [sym_boolean_literal] = STATE(2774), - [sym_character_literal] = STATE(2774), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(779), - [aux_sym_modifiers_repeat1] = STATE(5620), + [177] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4783), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(4095), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1920), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8381), + [sym_modifiers] = STATE(8284), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(352), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(752), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(119), @@ -65224,7 +63928,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_var] = ACTIONS(827), [anon_sym_object] = ACTIONS(829), [anon_sym_fun] = ACTIONS(831), - [anon_sym_SEMI] = ACTIONS(1393), + [anon_sym_SEMI] = ACTIONS(1367), [anon_sym_get] = ACTIONS(833), [anon_sym_set] = ACTIONS(835), [anon_sym_this] = ACTIONS(145), @@ -65234,7 +63938,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(841), [anon_sym_while] = ACTIONS(843), [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(845), + [anon_sym_null] = ACTIONS(241), [anon_sym_if] = ACTIONS(161), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), @@ -65243,11 +63947,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -65280,7 +63984,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(851), + [sym_real_literal] = ACTIONS(253), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -65291,130 +63995,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [186] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(4001), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(1392), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(2982), - [sym_parenthesized_expression] = STATE(2982), - [sym_collection_literal] = STATE(2982), - [sym__literal_constant] = STATE(2982), - [sym_string_literal] = STATE(2982), - [sym_lambda_literal] = STATE(2982), - [sym_anonymous_function] = STATE(2982), - [sym__function_literal] = STATE(2982), - [sym_object_literal] = STATE(2982), - [sym_this_expression] = STATE(2982), - [sym_super_expression] = STATE(2982), - [sym_if_expression] = STATE(2982), - [sym_when_expression] = STATE(2982), - [sym_try_expression] = STATE(2982), - [sym_jump_expression] = STATE(2982), - [sym_callable_reference] = STATE(2982), - [sym__prefix_unary_operator] = STATE(2118), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8379), - [sym_modifiers] = STATE(8319), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(350), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(2982), - [sym_long_literal] = STATE(2982), - [sym_boolean_literal] = STATE(2982), - [sym_character_literal] = STATE(2982), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(763), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), + [178] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3567), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(1196), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2769), + [sym_parenthesized_expression] = STATE(2769), + [sym_collection_literal] = STATE(2769), + [sym__literal_constant] = STATE(2769), + [sym_string_literal] = STATE(2769), + [sym_lambda_literal] = STATE(2769), + [sym_anonymous_function] = STATE(2769), + [sym__function_literal] = STATE(2769), + [sym_object_literal] = STATE(2769), + [sym_this_expression] = STATE(2769), + [sym_super_expression] = STATE(2769), + [sym_if_expression] = STATE(2769), + [sym_when_expression] = STATE(2769), + [sym_try_expression] = STATE(2769), + [sym_jump_expression] = STATE(2769), + [sym_callable_reference] = STATE(2769), + [sym__prefix_unary_operator] = STATE(2135), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8371), + [sym_modifiers] = STATE(8279), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(342), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2769), + [sym_long_literal] = STATE(2769), + [sym_boolean_literal] = STATE(2769), + [sym_character_literal] = STATE(2769), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(764), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(479), - [anon_sym_interface] = ACTIONS(479), - [anon_sym_enum] = ACTIONS(481), - [anon_sym_LBRACE] = ACTIONS(483), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(487), - [anon_sym_var] = ACTIONS(487), - [anon_sym_object] = ACTIONS(489), - [anon_sym_fun] = ACTIONS(491), - [anon_sym_SEMI] = ACTIONS(1377), - [anon_sym_get] = ACTIONS(493), - [anon_sym_set] = ACTIONS(495), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(503), - [anon_sym_for] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_null] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(265), + [anon_sym_interface] = ACTIONS(265), + [anon_sym_enum] = ACTIONS(267), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(273), + [anon_sym_var] = ACTIONS(273), + [anon_sym_object] = ACTIONS(275), + [anon_sym_fun] = ACTIONS(277), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_get] = ACTIONS(279), + [anon_sym_set] = ACTIONS(281), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(289), + [anon_sym_for] = ACTIONS(291), + [anon_sym_while] = ACTIONS(293), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(297), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(531), - [anon_sym_inner] = ACTIONS(531), - [anon_sym_value] = ACTIONS(531), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -65433,106 +64137,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(533), - [anon_sym_actual] = ACTIONS(533), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(543), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [187] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3263), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(1757), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8364), - [sym_modifiers] = STATE(8311), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(346), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(767), - [aux_sym_modifiers_repeat1] = STATE(5620), + [179] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3875), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2434), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2987), + [sym_parenthesized_expression] = STATE(2987), + [sym_collection_literal] = STATE(2987), + [sym__literal_constant] = STATE(2987), + [sym_string_literal] = STATE(2987), + [sym_lambda_literal] = STATE(2987), + [sym_anonymous_function] = STATE(2987), + [sym__function_literal] = STATE(2987), + [sym_object_literal] = STATE(2987), + [sym_this_expression] = STATE(2987), + [sym_super_expression] = STATE(2987), + [sym_if_expression] = STATE(2987), + [sym_when_expression] = STATE(2987), + [sym_try_expression] = STATE(2987), + [sym_jump_expression] = STATE(2987), + [sym_callable_reference] = STATE(2987), + [sym__prefix_unary_operator] = STATE(1543), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8373), + [sym_modifiers] = STATE(8312), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(334), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2987), + [sym_long_literal] = STATE(2987), + [sym_boolean_literal] = STATE(2987), + [sym_character_literal] = STATE(2987), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(763), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(559), @@ -65546,7 +64250,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_var] = ACTIONS(979), [anon_sym_object] = ACTIONS(981), [anon_sym_fun] = ACTIONS(983), - [anon_sym_SEMI] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1393), [anon_sym_get] = ACTIONS(985), [anon_sym_set] = ACTIONS(987), [anon_sym_this] = ACTIONS(581), @@ -65597,7 +64301,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(617), [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), @@ -65613,272 +64317,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [188] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4851), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8304), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(793), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(1101), - [anon_sym_interface] = ACTIONS(1101), - [anon_sym_enum] = ACTIONS(1103), - [anon_sym_LBRACE] = ACTIONS(857), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(1105), - [anon_sym_var] = ACTIONS(1105), - [anon_sym_object] = ACTIONS(1107), - [anon_sym_fun] = ACTIONS(1109), - [anon_sym_SEMI] = ACTIONS(1395), - [anon_sym_get] = ACTIONS(1111), - [anon_sym_set] = ACTIONS(1113), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(1117), - [anon_sym_while] = ACTIONS(1119), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [189] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3260), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(961), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2741), - [sym_parenthesized_expression] = STATE(2741), - [sym_collection_literal] = STATE(2741), - [sym__literal_constant] = STATE(2741), - [sym_string_literal] = STATE(2741), - [sym_lambda_literal] = STATE(2741), - [sym_anonymous_function] = STATE(2741), - [sym__function_literal] = STATE(2741), - [sym_object_literal] = STATE(2741), - [sym_this_expression] = STATE(2741), - [sym_super_expression] = STATE(2741), - [sym_if_expression] = STATE(2741), - [sym_when_expression] = STATE(2741), - [sym_try_expression] = STATE(2741), - [sym_jump_expression] = STATE(2741), - [sym_callable_reference] = STATE(2741), - [sym__prefix_unary_operator] = STATE(2113), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8371), - [sym_modifiers] = STATE(8305), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2741), - [sym_long_literal] = STATE(2741), - [sym_boolean_literal] = STATE(2741), - [sym_character_literal] = STATE(2741), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [180] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3988), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2434), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2987), + [sym_parenthesized_expression] = STATE(2987), + [sym_collection_literal] = STATE(2987), + [sym__literal_constant] = STATE(2987), + [sym_string_literal] = STATE(2987), + [sym_lambda_literal] = STATE(2987), + [sym_anonymous_function] = STATE(2987), + [sym__function_literal] = STATE(2987), + [sym_object_literal] = STATE(2987), + [sym_this_expression] = STATE(2987), + [sym_super_expression] = STATE(2987), + [sym_if_expression] = STATE(2987), + [sym_when_expression] = STATE(2987), + [sym_try_expression] = STATE(2987), + [sym_jump_expression] = STATE(2987), + [sym_callable_reference] = STATE(2987), + [sym__prefix_unary_operator] = STATE(1543), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8373), + [sym_modifiers] = STATE(8312), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(334), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2987), + [sym_long_literal] = STATE(2987), + [sym_boolean_literal] = STATE(2987), + [sym_character_literal] = STATE(2987), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(763), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_typealias] = ACTIONS(561), - [anon_sym_class] = ACTIONS(563), - [anon_sym_interface] = ACTIONS(563), - [anon_sym_enum] = ACTIONS(565), - [anon_sym_LBRACE] = ACTIONS(567), + [anon_sym_class] = ACTIONS(973), + [anon_sym_interface] = ACTIONS(973), + [anon_sym_enum] = ACTIONS(975), + [anon_sym_LBRACE] = ACTIONS(977), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(571), - [anon_sym_var] = ACTIONS(571), - [anon_sym_object] = ACTIONS(573), - [anon_sym_fun] = ACTIONS(575), - [anon_sym_SEMI] = ACTIONS(1397), - [anon_sym_get] = ACTIONS(577), - [anon_sym_set] = ACTIONS(579), + [anon_sym_val] = ACTIONS(979), + [anon_sym_var] = ACTIONS(979), + [anon_sym_object] = ACTIONS(981), + [anon_sym_fun] = ACTIONS(983), + [anon_sym_SEMI] = ACTIONS(1363), + [anon_sym_get] = ACTIONS(985), + [anon_sym_set] = ACTIONS(987), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), - [sym_label] = ACTIONS(587), - [anon_sym_for] = ACTIONS(589), - [anon_sym_while] = ACTIONS(591), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(991), + [anon_sym_for] = ACTIONS(993), + [anon_sym_while] = ACTIONS(995), [anon_sym_do] = ACTIONS(593), - [anon_sym_null] = ACTIONS(595), + [anon_sym_null] = ACTIONS(997), [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), @@ -65887,11 +64430,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(611), - [anon_sym_DASH] = ACTIONS(611), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_BANG] = ACTIONS(613), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -65919,12 +64462,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(617), [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(627), + [sym_real_literal] = ACTIONS(1003), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -65935,87 +64478,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [190] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3227), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(1757), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8364), - [sym_modifiers] = STATE(8311), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(346), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(767), - [aux_sym_modifiers_repeat1] = STATE(5620), + [181] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3932), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2434), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2987), + [sym_parenthesized_expression] = STATE(2987), + [sym_collection_literal] = STATE(2987), + [sym__literal_constant] = STATE(2987), + [sym_string_literal] = STATE(2987), + [sym_lambda_literal] = STATE(2987), + [sym_anonymous_function] = STATE(2987), + [sym__function_literal] = STATE(2987), + [sym_object_literal] = STATE(2987), + [sym_this_expression] = STATE(2987), + [sym_super_expression] = STATE(2987), + [sym_if_expression] = STATE(2987), + [sym_when_expression] = STATE(2987), + [sym_try_expression] = STATE(2987), + [sym_jump_expression] = STATE(2987), + [sym_callable_reference] = STATE(2987), + [sym__prefix_unary_operator] = STATE(1543), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8373), + [sym_modifiers] = STATE(8312), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(334), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2987), + [sym_long_literal] = STATE(2987), + [sym_boolean_literal] = STATE(2987), + [sym_character_literal] = STATE(2987), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(763), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(559), @@ -66029,7 +64572,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_var] = ACTIONS(979), [anon_sym_object] = ACTIONS(981), [anon_sym_fun] = ACTIONS(983), - [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_SEMI] = ACTIONS(1375), [anon_sym_get] = ACTIONS(985), [anon_sym_set] = ACTIONS(987), [anon_sym_this] = ACTIONS(581), @@ -66080,7 +64623,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(617), [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), @@ -66096,130 +64639,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [191] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3891), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2565), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3004), - [sym_parenthesized_expression] = STATE(3004), - [sym_collection_literal] = STATE(3004), - [sym__literal_constant] = STATE(3004), - [sym_string_literal] = STATE(3004), - [sym_lambda_literal] = STATE(3004), - [sym_anonymous_function] = STATE(3004), - [sym__function_literal] = STATE(3004), - [sym_object_literal] = STATE(3004), - [sym_this_expression] = STATE(3004), - [sym_super_expression] = STATE(3004), - [sym_if_expression] = STATE(3004), - [sym_when_expression] = STATE(3004), - [sym_try_expression] = STATE(3004), - [sym_jump_expression] = STATE(3004), - [sym_callable_reference] = STATE(3004), - [sym__prefix_unary_operator] = STATE(1533), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8387), + [182] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5227), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4056), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4551), + [sym_parenthesized_expression] = STATE(4551), + [sym_collection_literal] = STATE(4551), + [sym__literal_constant] = STATE(4551), + [sym_string_literal] = STATE(4551), + [sym_lambda_literal] = STATE(4551), + [sym_anonymous_function] = STATE(4551), + [sym__function_literal] = STATE(4551), + [sym_object_literal] = STATE(4551), + [sym_this_expression] = STATE(4551), + [sym_super_expression] = STATE(4551), + [sym_if_expression] = STATE(4551), + [sym_when_expression] = STATE(4551), + [sym_try_expression] = STATE(4551), + [sym_jump_expression] = STATE(4551), + [sym_callable_reference] = STATE(4551), + [sym__prefix_unary_operator] = STATE(1843), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8392), [sym_modifiers] = STATE(8298), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(353), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3004), - [sym_long_literal] = STATE(3004), - [sym_boolean_literal] = STATE(3004), - [sym_character_literal] = STATE(3004), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(787), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(344), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4551), + [sym_long_literal] = STATE(4551), + [sym_boolean_literal] = STATE(4551), + [sym_character_literal] = STATE(4551), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(798), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(1031), - [anon_sym_interface] = ACTIONS(1031), - [anon_sym_enum] = ACTIONS(1033), - [anon_sym_LBRACE] = ACTIONS(885), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(1035), - [anon_sym_var] = ACTIONS(1035), - [anon_sym_object] = ACTIONS(1037), - [anon_sym_fun] = ACTIONS(1039), - [anon_sym_SEMI] = ACTIONS(1357), - [anon_sym_get] = ACTIONS(1041), - [anon_sym_set] = ACTIONS(1043), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1047), - [anon_sym_for] = ACTIONS(1049), - [anon_sym_while] = ACTIONS(1051), - [anon_sym_do] = ACTIONS(509), - [anon_sym_null] = ACTIONS(905), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(345), + [anon_sym_class] = ACTIONS(795), + [anon_sym_interface] = ACTIONS(795), + [anon_sym_enum] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(351), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(799), + [anon_sym_var] = ACTIONS(799), + [anon_sym_object] = ACTIONS(801), + [anon_sym_fun] = ACTIONS(803), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(805), + [anon_sym_set] = ACTIONS(807), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(811), + [anon_sym_for] = ACTIONS(813), + [anon_sym_while] = ACTIONS(815), + [anon_sym_do] = ACTIONS(371), + [anon_sym_null] = ACTIONS(373), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(531), - [anon_sym_inner] = ACTIONS(531), - [anon_sym_value] = ACTIONS(531), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), + [anon_sym_value] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -66238,149 +64781,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(533), - [anon_sym_actual] = ACTIONS(533), + [anon_sym_expect] = ACTIONS(89), + [anon_sym_actual] = ACTIONS(89), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(911), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(385), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(113), }, - [192] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3227), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(961), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2741), - [sym_parenthesized_expression] = STATE(2741), - [sym_collection_literal] = STATE(2741), - [sym__literal_constant] = STATE(2741), - [sym_string_literal] = STATE(2741), - [sym_lambda_literal] = STATE(2741), - [sym_anonymous_function] = STATE(2741), - [sym__function_literal] = STATE(2741), - [sym_object_literal] = STATE(2741), - [sym_this_expression] = STATE(2741), - [sym_super_expression] = STATE(2741), - [sym_if_expression] = STATE(2741), - [sym_when_expression] = STATE(2741), - [sym_try_expression] = STATE(2741), - [sym_jump_expression] = STATE(2741), - [sym_callable_reference] = STATE(2741), - [sym__prefix_unary_operator] = STATE(2113), - [sym__postfix_unary_expression] = STATE(8411), + [183] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3539), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(1196), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2769), + [sym_parenthesized_expression] = STATE(2769), + [sym_collection_literal] = STATE(2769), + [sym__literal_constant] = STATE(2769), + [sym_string_literal] = STATE(2769), + [sym_lambda_literal] = STATE(2769), + [sym_anonymous_function] = STATE(2769), + [sym__function_literal] = STATE(2769), + [sym_object_literal] = STATE(2769), + [sym_this_expression] = STATE(2769), + [sym_super_expression] = STATE(2769), + [sym_if_expression] = STATE(2769), + [sym_when_expression] = STATE(2769), + [sym_try_expression] = STATE(2769), + [sym_jump_expression] = STATE(2769), + [sym_callable_reference] = STATE(2769), + [sym__prefix_unary_operator] = STATE(2135), + [sym__postfix_unary_expression] = STATE(8407), [sym_directly_assignable_expression] = STATE(8371), - [sym_modifiers] = STATE(8305), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), + [sym_modifiers] = STATE(8279), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2741), - [sym_long_literal] = STATE(2741), - [sym_boolean_literal] = STATE(2741), - [sym_character_literal] = STATE(2741), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(557), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2769), + [sym_long_literal] = STATE(2769), + [sym_boolean_literal] = STATE(2769), + [sym_character_literal] = STATE(2769), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(764), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_typealias] = ACTIONS(561), - [anon_sym_class] = ACTIONS(563), - [anon_sym_interface] = ACTIONS(563), - [anon_sym_enum] = ACTIONS(565), - [anon_sym_LBRACE] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(571), - [anon_sym_var] = ACTIONS(571), - [anon_sym_object] = ACTIONS(573), - [anon_sym_fun] = ACTIONS(575), - [anon_sym_SEMI] = ACTIONS(1399), - [anon_sym_get] = ACTIONS(577), - [anon_sym_set] = ACTIONS(579), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), - [sym_label] = ACTIONS(587), - [anon_sym_for] = ACTIONS(589), - [anon_sym_while] = ACTIONS(591), - [anon_sym_do] = ACTIONS(593), - [anon_sym_null] = ACTIONS(595), - [anon_sym_if] = ACTIONS(597), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(611), - [anon_sym_DASH] = ACTIONS(611), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_BANG] = ACTIONS(613), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(265), + [anon_sym_interface] = ACTIONS(265), + [anon_sym_enum] = ACTIONS(267), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(273), + [anon_sym_var] = ACTIONS(273), + [anon_sym_object] = ACTIONS(275), + [anon_sym_fun] = ACTIONS(277), + [anon_sym_SEMI] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(279), + [anon_sym_set] = ACTIONS(281), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(289), + [anon_sym_for] = ACTIONS(291), + [anon_sym_while] = ACTIONS(293), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(297), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(615), - [anon_sym_inner] = ACTIONS(615), - [anon_sym_value] = ACTIONS(615), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -66399,149 +64942,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(617), - [anon_sym_actual] = ACTIONS(617), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(627), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [193] = { - [sym_type_alias] = STATE(9851), - [sym__declaration] = STATE(9851), - [sym_class_declaration] = STATE(9851), - [sym_function_declaration] = STATE(9851), - [sym_property_declaration] = STATE(9851), - [sym_getter] = STATE(9851), - [sym_setter] = STATE(9851), - [sym_object_declaration] = STATE(9851), - [sym__statement] = STATE(9851), - [sym_control_structure_body] = STATE(9478), - [sym__block] = STATE(9851), - [sym__loop_statement] = STATE(9851), - [sym_for_statement] = STATE(9851), - [sym_while_statement] = STATE(9851), - [sym_do_while_statement] = STATE(9851), - [sym_assignment] = STATE(9851), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8315), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(790), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [184] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1127), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(369), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(776), + [sym_parenthesized_expression] = STATE(776), + [sym_collection_literal] = STATE(776), + [sym__literal_constant] = STATE(776), + [sym_string_literal] = STATE(776), + [sym_lambda_literal] = STATE(776), + [sym_anonymous_function] = STATE(776), + [sym__function_literal] = STATE(776), + [sym_object_literal] = STATE(776), + [sym_this_expression] = STATE(776), + [sym_super_expression] = STATE(776), + [sym_if_expression] = STATE(776), + [sym_when_expression] = STATE(776), + [sym_try_expression] = STATE(776), + [sym_jump_expression] = STATE(776), + [sym_callable_reference] = STATE(776), + [sym__prefix_unary_operator] = STATE(2062), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8390), + [sym_modifiers] = STATE(8301), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(776), + [sym_long_literal] = STATE(776), + [sym_boolean_literal] = STATE(776), + [sym_character_literal] = STATE(776), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(759), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(301), - [anon_sym_class] = ACTIONS(303), - [anon_sym_interface] = ACTIONS(303), - [anon_sym_enum] = ACTIONS(305), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(309), - [anon_sym_var] = ACTIONS(309), - [anon_sym_object] = ACTIONS(311), - [anon_sym_fun] = ACTIONS(313), - [anon_sym_SEMI] = ACTIONS(315), - [anon_sym_get] = ACTIONS(317), - [anon_sym_set] = ACTIONS(319), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(325), - [anon_sym_while] = ACTIONS(327), - [anon_sym_do] = ACTIONS(329), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_typealias] = ACTIONS(391), + [anon_sym_class] = ACTIONS(393), + [anon_sym_interface] = ACTIONS(393), + [anon_sym_enum] = ACTIONS(395), + [anon_sym_LBRACE] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_val] = ACTIONS(401), + [anon_sym_var] = ACTIONS(401), + [anon_sym_object] = ACTIONS(403), + [anon_sym_fun] = ACTIONS(405), + [anon_sym_SEMI] = ACTIONS(1357), + [anon_sym_get] = ACTIONS(407), + [anon_sym_set] = ACTIONS(409), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1281), + [sym_label] = ACTIONS(417), + [anon_sym_for] = ACTIONS(419), + [anon_sym_while] = ACTIONS(421), + [anon_sym_do] = ACTIONS(423), + [anon_sym_null] = ACTIONS(425), + [anon_sym_if] = ACTIONS(427), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(443), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(445), + [anon_sym_inner] = ACTIONS(445), + [anon_sym_value] = ACTIONS(445), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -66560,130 +65103,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_expect] = ACTIONS(447), + [anon_sym_actual] = ACTIONS(447), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(459), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), }, - [194] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1067), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(460), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(785), - [sym_parenthesized_expression] = STATE(785), - [sym_collection_literal] = STATE(785), - [sym__literal_constant] = STATE(785), - [sym_string_literal] = STATE(785), - [sym_lambda_literal] = STATE(785), - [sym_anonymous_function] = STATE(785), - [sym__function_literal] = STATE(785), - [sym_object_literal] = STATE(785), - [sym_this_expression] = STATE(785), - [sym_super_expression] = STATE(785), - [sym_if_expression] = STATE(785), - [sym_when_expression] = STATE(785), - [sym_try_expression] = STATE(785), - [sym_jump_expression] = STATE(785), - [sym_callable_reference] = STATE(785), - [sym__prefix_unary_operator] = STATE(1765), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8365), - [sym_modifiers] = STATE(8313), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(348), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), + [185] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1127), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(478), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(774), + [sym_parenthesized_expression] = STATE(774), + [sym_collection_literal] = STATE(774), + [sym__literal_constant] = STATE(774), + [sym_string_literal] = STATE(774), + [sym_lambda_literal] = STATE(774), + [sym_anonymous_function] = STATE(774), + [sym__function_literal] = STATE(774), + [sym_object_literal] = STATE(774), + [sym_this_expression] = STATE(774), + [sym_super_expression] = STATE(774), + [sym_if_expression] = STATE(774), + [sym_when_expression] = STATE(774), + [sym_try_expression] = STATE(774), + [sym_jump_expression] = STATE(774), + [sym_callable_reference] = STATE(774), + [sym__prefix_unary_operator] = STATE(1740), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8370), + [sym_modifiers] = STATE(8281), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(339), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(785), - [sym_long_literal] = STATE(785), - [sym_boolean_literal] = STATE(785), - [sym_character_literal] = STATE(785), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(774), + [sym_long_literal] = STATE(774), + [sym_boolean_literal] = STATE(774), + [sym_character_literal] = STATE(774), [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(781), - [aux_sym_modifiers_repeat1] = STATE(5620), + [aux_sym__statement_repeat1] = STATE(773), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(913), - [anon_sym_interface] = ACTIONS(913), - [anon_sym_enum] = ACTIONS(915), - [anon_sym_LBRACE] = ACTIONS(917), + [anon_sym_class] = ACTIONS(941), + [anon_sym_interface] = ACTIONS(941), + [anon_sym_enum] = ACTIONS(943), + [anon_sym_LBRACE] = ACTIONS(945), [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(919), - [anon_sym_var] = ACTIONS(919), - [anon_sym_object] = ACTIONS(921), - [anon_sym_fun] = ACTIONS(923), - [anon_sym_SEMI] = ACTIONS(1379), - [anon_sym_get] = ACTIONS(925), - [anon_sym_set] = ACTIONS(927), + [anon_sym_val] = ACTIONS(947), + [anon_sym_var] = ACTIONS(947), + [anon_sym_object] = ACTIONS(949), + [anon_sym_fun] = ACTIONS(951), + [anon_sym_SEMI] = ACTIONS(1357), + [anon_sym_get] = ACTIONS(953), + [anon_sym_set] = ACTIONS(955), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(931), - [anon_sym_for] = ACTIONS(933), - [anon_sym_while] = ACTIONS(935), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(959), + [anon_sym_for] = ACTIONS(961), + [anon_sym_while] = ACTIONS(963), [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(937), + [anon_sym_null] = ACTIONS(965), [anon_sym_if] = ACTIONS(427), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), @@ -66692,11 +65235,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -66729,7 +65272,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(453), [anon_sym_this_AT] = ACTIONS(455), [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(943), + [sym_real_literal] = ACTIONS(971), [sym_integer_literal] = ACTIONS(461), [sym_hex_literal] = ACTIONS(463), [sym_bin_literal] = ACTIONS(463), @@ -66740,87 +65283,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [195] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(4001), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(2449), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3004), - [sym_parenthesized_expression] = STATE(3004), - [sym_collection_literal] = STATE(3004), - [sym__literal_constant] = STATE(3004), - [sym_string_literal] = STATE(3004), - [sym_lambda_literal] = STATE(3004), - [sym_anonymous_function] = STATE(3004), - [sym__function_literal] = STATE(3004), - [sym_object_literal] = STATE(3004), - [sym_this_expression] = STATE(3004), - [sym_super_expression] = STATE(3004), - [sym_if_expression] = STATE(3004), - [sym_when_expression] = STATE(3004), - [sym_try_expression] = STATE(3004), - [sym_jump_expression] = STATE(3004), - [sym_callable_reference] = STATE(3004), - [sym__prefix_unary_operator] = STATE(1545), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8395), - [sym_modifiers] = STATE(8307), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(345), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3004), - [sym_long_literal] = STATE(3004), - [sym_boolean_literal] = STATE(3004), - [sym_character_literal] = STATE(3004), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(765), - [aux_sym_modifiers_repeat1] = STATE(5620), + [186] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3229), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(1436), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(1636), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8369), + [sym_modifiers] = STATE(8286), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(341), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(797), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(475), @@ -66834,7 +65377,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_var] = ACTIONS(887), [anon_sym_object] = ACTIONS(889), [anon_sym_fun] = ACTIONS(891), - [anon_sym_SEMI] = ACTIONS(1377), + [anon_sym_SEMI] = ACTIONS(1373), [anon_sym_get] = ACTIONS(893), [anon_sym_set] = ACTIONS(895), [anon_sym_this] = ACTIONS(497), @@ -66885,7 +65428,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(533), [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), @@ -66901,130 +65444,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [196] = { - [sym_type_alias] = STATE(5382), - [sym__declaration] = STATE(5382), - [sym_class_declaration] = STATE(5382), - [sym_function_declaration] = STATE(5382), - [sym_property_declaration] = STATE(5382), - [sym_getter] = STATE(5382), - [sym_setter] = STATE(5382), - [sym_object_declaration] = STATE(5382), - [sym__statement] = STATE(5382), - [sym_control_structure_body] = STATE(5424), - [sym__block] = STATE(5382), - [sym__loop_statement] = STATE(5382), - [sym_for_statement] = STATE(5382), - [sym_while_statement] = STATE(5382), - [sym_do_while_statement] = STATE(5382), - [sym_assignment] = STATE(5382), - [sym__expression] = STATE(2313), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(2166), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8363), - [sym_modifiers] = STATE(8312), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(755), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(557), + [187] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3229), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(1201), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(1689), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8385), + [sym_modifiers] = STATE(8299), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(343), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2750), + [sym_long_literal] = STATE(2750), + [sym_boolean_literal] = STATE(2750), + [sym_character_literal] = STATE(2750), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(777), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_typealias] = ACTIONS(1151), - [anon_sym_class] = ACTIONS(1153), - [anon_sym_interface] = ACTIONS(1153), - [anon_sym_enum] = ACTIONS(1155), - [anon_sym_LBRACE] = ACTIONS(1157), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(1159), - [anon_sym_var] = ACTIONS(1159), - [anon_sym_object] = ACTIONS(1161), - [anon_sym_fun] = ACTIONS(1163), - [anon_sym_SEMI] = ACTIONS(1407), - [anon_sym_get] = ACTIONS(1165), - [anon_sym_set] = ACTIONS(1167), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1137), - [anon_sym_for] = ACTIONS(1169), - [anon_sym_while] = ACTIONS(1171), - [anon_sym_do] = ACTIONS(1173), - [anon_sym_null] = ACTIONS(997), - [anon_sym_if] = ACTIONS(715), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_typealias] = ACTIONS(477), + [anon_sym_class] = ACTIONS(641), + [anon_sym_interface] = ACTIONS(641), + [anon_sym_enum] = ACTIONS(643), + [anon_sym_LBRACE] = ACTIONS(483), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_val] = ACTIONS(645), + [anon_sym_var] = ACTIONS(645), + [anon_sym_object] = ACTIONS(647), + [anon_sym_fun] = ACTIONS(649), + [anon_sym_SEMI] = ACTIONS(1373), + [anon_sym_get] = ACTIONS(651), + [anon_sym_set] = ACTIONS(653), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(657), + [anon_sym_for] = ACTIONS(659), + [anon_sym_while] = ACTIONS(661), + [anon_sym_do] = ACTIONS(509), + [anon_sym_null] = ACTIONS(511), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(615), - [anon_sym_inner] = ACTIONS(615), - [anon_sym_value] = ACTIONS(615), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -67043,130 +65586,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(617), - [anon_sym_actual] = ACTIONS(617), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1003), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(543), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(555), }, - [197] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1103), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(460), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(785), - [sym_parenthesized_expression] = STATE(785), - [sym_collection_literal] = STATE(785), - [sym__literal_constant] = STATE(785), - [sym_string_literal] = STATE(785), - [sym_lambda_literal] = STATE(785), - [sym_anonymous_function] = STATE(785), - [sym__function_literal] = STATE(785), - [sym_object_literal] = STATE(785), - [sym_this_expression] = STATE(785), - [sym_super_expression] = STATE(785), - [sym_if_expression] = STATE(785), - [sym_when_expression] = STATE(785), - [sym_try_expression] = STATE(785), - [sym_jump_expression] = STATE(785), - [sym_callable_reference] = STATE(785), - [sym__prefix_unary_operator] = STATE(1765), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8365), - [sym_modifiers] = STATE(8313), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(348), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), + [188] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1066), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(478), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(774), + [sym_parenthesized_expression] = STATE(774), + [sym_collection_literal] = STATE(774), + [sym__literal_constant] = STATE(774), + [sym_string_literal] = STATE(774), + [sym_lambda_literal] = STATE(774), + [sym_anonymous_function] = STATE(774), + [sym__function_literal] = STATE(774), + [sym_object_literal] = STATE(774), + [sym_this_expression] = STATE(774), + [sym_super_expression] = STATE(774), + [sym_if_expression] = STATE(774), + [sym_when_expression] = STATE(774), + [sym_try_expression] = STATE(774), + [sym_jump_expression] = STATE(774), + [sym_callable_reference] = STATE(774), + [sym__prefix_unary_operator] = STATE(1740), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8370), + [sym_modifiers] = STATE(8281), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(339), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(785), - [sym_long_literal] = STATE(785), - [sym_boolean_literal] = STATE(785), - [sym_character_literal] = STATE(785), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(774), + [sym_long_literal] = STATE(774), + [sym_boolean_literal] = STATE(774), + [sym_character_literal] = STATE(774), [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(781), - [aux_sym_modifiers_repeat1] = STATE(5620), + [aux_sym__statement_repeat1] = STATE(773), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(913), - [anon_sym_interface] = ACTIONS(913), - [anon_sym_enum] = ACTIONS(915), - [anon_sym_LBRACE] = ACTIONS(917), + [anon_sym_class] = ACTIONS(941), + [anon_sym_interface] = ACTIONS(941), + [anon_sym_enum] = ACTIONS(943), + [anon_sym_LBRACE] = ACTIONS(945), [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(919), - [anon_sym_var] = ACTIONS(919), - [anon_sym_object] = ACTIONS(921), - [anon_sym_fun] = ACTIONS(923), - [anon_sym_SEMI] = ACTIONS(1375), - [anon_sym_get] = ACTIONS(925), - [anon_sym_set] = ACTIONS(927), + [anon_sym_val] = ACTIONS(947), + [anon_sym_var] = ACTIONS(947), + [anon_sym_object] = ACTIONS(949), + [anon_sym_fun] = ACTIONS(951), + [anon_sym_SEMI] = ACTIONS(1395), + [anon_sym_get] = ACTIONS(953), + [anon_sym_set] = ACTIONS(955), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(931), - [anon_sym_for] = ACTIONS(933), - [anon_sym_while] = ACTIONS(935), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(959), + [anon_sym_for] = ACTIONS(961), + [anon_sym_while] = ACTIONS(963), [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(937), + [anon_sym_null] = ACTIONS(965), [anon_sym_if] = ACTIONS(427), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), @@ -67175,11 +65718,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -67212,7 +65755,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(453), [anon_sym_this_AT] = ACTIONS(455), [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(943), + [sym_real_literal] = ACTIONS(971), [sym_integer_literal] = ACTIONS(461), [sym_hex_literal] = ACTIONS(463), [sym_bin_literal] = ACTIONS(463), @@ -67223,124 +65766,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [198] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3263), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(961), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2741), - [sym_parenthesized_expression] = STATE(2741), - [sym_collection_literal] = STATE(2741), - [sym__literal_constant] = STATE(2741), - [sym_string_literal] = STATE(2741), - [sym_lambda_literal] = STATE(2741), - [sym_anonymous_function] = STATE(2741), - [sym__function_literal] = STATE(2741), - [sym_object_literal] = STATE(2741), - [sym_this_expression] = STATE(2741), - [sym_super_expression] = STATE(2741), - [sym_if_expression] = STATE(2741), - [sym_when_expression] = STATE(2741), - [sym_try_expression] = STATE(2741), - [sym_jump_expression] = STATE(2741), - [sym_callable_reference] = STATE(2741), - [sym__prefix_unary_operator] = STATE(2113), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8371), - [sym_modifiers] = STATE(8305), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2741), - [sym_long_literal] = STATE(2741), - [sym_boolean_literal] = STATE(2741), - [sym_character_literal] = STATE(2741), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [189] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3932), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2246), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2997), + [sym_parenthesized_expression] = STATE(2997), + [sym_collection_literal] = STATE(2997), + [sym__literal_constant] = STATE(2997), + [sym_string_literal] = STATE(2997), + [sym_lambda_literal] = STATE(2997), + [sym_anonymous_function] = STATE(2997), + [sym__function_literal] = STATE(2997), + [sym_object_literal] = STATE(2997), + [sym_this_expression] = STATE(2997), + [sym_super_expression] = STATE(2997), + [sym_if_expression] = STATE(2997), + [sym_when_expression] = STATE(2997), + [sym_try_expression] = STATE(2997), + [sym_jump_expression] = STATE(2997), + [sym_callable_reference] = STATE(2997), + [sym__prefix_unary_operator] = STATE(1774), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8364), + [sym_modifiers] = STATE(8290), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(336), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2997), + [sym_long_literal] = STATE(2997), + [sym_boolean_literal] = STATE(2997), + [sym_character_literal] = STATE(2997), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(792), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_typealias] = ACTIONS(561), - [anon_sym_class] = ACTIONS(563), - [anon_sym_interface] = ACTIONS(563), - [anon_sym_enum] = ACTIONS(565), + [anon_sym_class] = ACTIONS(763), + [anon_sym_interface] = ACTIONS(763), + [anon_sym_enum] = ACTIONS(765), [anon_sym_LBRACE] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(571), - [anon_sym_var] = ACTIONS(571), - [anon_sym_object] = ACTIONS(573), - [anon_sym_fun] = ACTIONS(575), - [anon_sym_SEMI] = ACTIONS(1401), - [anon_sym_get] = ACTIONS(577), - [anon_sym_set] = ACTIONS(579), + [anon_sym_val] = ACTIONS(767), + [anon_sym_var] = ACTIONS(767), + [anon_sym_object] = ACTIONS(769), + [anon_sym_fun] = ACTIONS(771), + [anon_sym_SEMI] = ACTIONS(1375), + [anon_sym_get] = ACTIONS(773), + [anon_sym_set] = ACTIONS(775), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), - [sym_label] = ACTIONS(587), - [anon_sym_for] = ACTIONS(589), - [anon_sym_while] = ACTIONS(591), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(779), + [anon_sym_for] = ACTIONS(781), + [anon_sym_while] = ACTIONS(783), [anon_sym_do] = ACTIONS(593), [anon_sym_null] = ACTIONS(595), - [anon_sym_if] = ACTIONS(597), + [anon_sym_if] = ACTIONS(785), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(611), - [anon_sym_DASH] = ACTIONS(611), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_BANG] = ACTIONS(613), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -67368,7 +65911,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(617), [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), @@ -67384,124 +65927,607 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [199] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3260), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(1757), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8364), - [sym_modifiers] = STATE(8311), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), + [190] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3178), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(1436), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(1636), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8369), + [sym_modifiers] = STATE(8286), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(341), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(797), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_typealias] = ACTIONS(477), + [anon_sym_class] = ACTIONS(881), + [anon_sym_interface] = ACTIONS(881), + [anon_sym_enum] = ACTIONS(883), + [anon_sym_LBRACE] = ACTIONS(885), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_val] = ACTIONS(887), + [anon_sym_var] = ACTIONS(887), + [anon_sym_object] = ACTIONS(889), + [anon_sym_fun] = ACTIONS(891), + [anon_sym_SEMI] = ACTIONS(1387), + [anon_sym_get] = ACTIONS(893), + [anon_sym_set] = ACTIONS(895), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(899), + [anon_sym_for] = ACTIONS(901), + [anon_sym_while] = ACTIONS(903), + [anon_sym_do] = ACTIONS(509), + [anon_sym_null] = ACTIONS(905), + [anon_sym_if] = ACTIONS(513), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(911), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [191] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1066), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(519), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(774), + [sym_parenthesized_expression] = STATE(774), + [sym_collection_literal] = STATE(774), + [sym__literal_constant] = STATE(774), + [sym_string_literal] = STATE(774), + [sym_lambda_literal] = STATE(774), + [sym_anonymous_function] = STATE(774), + [sym__function_literal] = STATE(774), + [sym_object_literal] = STATE(774), + [sym_this_expression] = STATE(774), + [sym_super_expression] = STATE(774), + [sym_if_expression] = STATE(774), + [sym_when_expression] = STATE(774), + [sym_try_expression] = STATE(774), + [sym_jump_expression] = STATE(774), + [sym_callable_reference] = STATE(774), + [sym__prefix_unary_operator] = STATE(1605), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8372), + [sym_modifiers] = STATE(8313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), [sym_annotation] = STATE(346), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(767), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(774), + [sym_long_literal] = STATE(774), + [sym_boolean_literal] = STATE(774), + [sym_character_literal] = STATE(774), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(754), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_typealias] = ACTIONS(391), + [anon_sym_class] = ACTIONS(1031), + [anon_sym_interface] = ACTIONS(1031), + [anon_sym_enum] = ACTIONS(1033), + [anon_sym_LBRACE] = ACTIONS(945), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_val] = ACTIONS(1035), + [anon_sym_var] = ACTIONS(1035), + [anon_sym_object] = ACTIONS(1037), + [anon_sym_fun] = ACTIONS(1039), + [anon_sym_SEMI] = ACTIONS(1395), + [anon_sym_get] = ACTIONS(1041), + [anon_sym_set] = ACTIONS(1043), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1047), + [anon_sym_for] = ACTIONS(1049), + [anon_sym_while] = ACTIONS(1051), + [anon_sym_do] = ACTIONS(423), + [anon_sym_null] = ACTIONS(965), + [anon_sym_if] = ACTIONS(721), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(445), + [anon_sym_inner] = ACTIONS(445), + [anon_sym_value] = ACTIONS(445), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(447), + [anon_sym_actual] = ACTIONS(447), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(971), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [192] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5222), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8306), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(762), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(345), + [anon_sym_class] = ACTIONS(1057), + [anon_sym_interface] = ACTIONS(1057), + [anon_sym_enum] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(917), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(1061), + [anon_sym_var] = ACTIONS(1061), + [anon_sym_object] = ACTIONS(1063), + [anon_sym_fun] = ACTIONS(1065), + [anon_sym_SEMI] = ACTIONS(1397), + [anon_sym_get] = ACTIONS(1067), + [anon_sym_set] = ACTIONS(1069), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(1071), + [anon_sym_while] = ACTIONS(1073), + [anon_sym_do] = ACTIONS(371), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [193] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3988), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2246), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2997), + [sym_parenthesized_expression] = STATE(2997), + [sym_collection_literal] = STATE(2997), + [sym__literal_constant] = STATE(2997), + [sym_string_literal] = STATE(2997), + [sym_lambda_literal] = STATE(2997), + [sym_anonymous_function] = STATE(2997), + [sym__function_literal] = STATE(2997), + [sym_object_literal] = STATE(2997), + [sym_this_expression] = STATE(2997), + [sym_super_expression] = STATE(2997), + [sym_if_expression] = STATE(2997), + [sym_when_expression] = STATE(2997), + [sym_try_expression] = STATE(2997), + [sym_jump_expression] = STATE(2997), + [sym_callable_reference] = STATE(2997), + [sym__prefix_unary_operator] = STATE(1774), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8364), + [sym_modifiers] = STATE(8290), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(336), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2997), + [sym_long_literal] = STATE(2997), + [sym_boolean_literal] = STATE(2997), + [sym_character_literal] = STATE(2997), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(792), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_typealias] = ACTIONS(561), - [anon_sym_class] = ACTIONS(973), - [anon_sym_interface] = ACTIONS(973), - [anon_sym_enum] = ACTIONS(975), - [anon_sym_LBRACE] = ACTIONS(977), + [anon_sym_class] = ACTIONS(763), + [anon_sym_interface] = ACTIONS(763), + [anon_sym_enum] = ACTIONS(765), + [anon_sym_LBRACE] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(979), - [anon_sym_var] = ACTIONS(979), - [anon_sym_object] = ACTIONS(981), - [anon_sym_fun] = ACTIONS(983), - [anon_sym_SEMI] = ACTIONS(1397), - [anon_sym_get] = ACTIONS(985), - [anon_sym_set] = ACTIONS(987), + [anon_sym_val] = ACTIONS(767), + [anon_sym_var] = ACTIONS(767), + [anon_sym_object] = ACTIONS(769), + [anon_sym_fun] = ACTIONS(771), + [anon_sym_SEMI] = ACTIONS(1363), + [anon_sym_get] = ACTIONS(773), + [anon_sym_set] = ACTIONS(775), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(991), - [anon_sym_for] = ACTIONS(993), - [anon_sym_while] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(779), + [anon_sym_for] = ACTIONS(781), + [anon_sym_while] = ACTIONS(783), [anon_sym_do] = ACTIONS(593), - [anon_sym_null] = ACTIONS(997), - [anon_sym_if] = ACTIONS(597), + [anon_sym_null] = ACTIONS(595), + [anon_sym_if] = ACTIONS(785), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -67529,12 +66555,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(617), [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1003), + [sym_real_literal] = ACTIONS(627), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -67545,130 +66571,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [200] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4884), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(4101), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1905), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8392), - [sym_modifiers] = STATE(8289), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(352), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(796), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [194] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3524), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(1196), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2769), + [sym_parenthesized_expression] = STATE(2769), + [sym_collection_literal] = STATE(2769), + [sym__literal_constant] = STATE(2769), + [sym_string_literal] = STATE(2769), + [sym_lambda_literal] = STATE(2769), + [sym_anonymous_function] = STATE(2769), + [sym__function_literal] = STATE(2769), + [sym_object_literal] = STATE(2769), + [sym_this_expression] = STATE(2769), + [sym_super_expression] = STATE(2769), + [sym_if_expression] = STATE(2769), + [sym_when_expression] = STATE(2769), + [sym_try_expression] = STATE(2769), + [sym_jump_expression] = STATE(2769), + [sym_callable_reference] = STATE(2769), + [sym__prefix_unary_operator] = STATE(2135), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8371), + [sym_modifiers] = STATE(8279), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(342), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2769), + [sym_long_literal] = STATE(2769), + [sym_boolean_literal] = STATE(2769), + [sym_character_literal] = STATE(2769), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(764), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(853), - [anon_sym_interface] = ACTIONS(853), - [anon_sym_enum] = ACTIONS(855), - [anon_sym_LBRACE] = ACTIONS(857), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(859), - [anon_sym_var] = ACTIONS(859), - [anon_sym_object] = ACTIONS(861), - [anon_sym_fun] = ACTIONS(863), - [anon_sym_SEMI] = ACTIONS(1371), - [anon_sym_get] = ACTIONS(865), - [anon_sym_set] = ACTIONS(867), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(871), - [anon_sym_for] = ACTIONS(873), - [anon_sym_while] = ACTIONS(875), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(265), + [anon_sym_interface] = ACTIONS(265), + [anon_sym_enum] = ACTIONS(267), + [anon_sym_LBRACE] = ACTIONS(269), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(273), + [anon_sym_var] = ACTIONS(273), + [anon_sym_object] = ACTIONS(275), + [anon_sym_fun] = ACTIONS(277), + [anon_sym_SEMI] = ACTIONS(1377), + [anon_sym_get] = ACTIONS(279), + [anon_sym_set] = ACTIONS(281), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(289), + [anon_sym_for] = ACTIONS(291), + [anon_sym_while] = ACTIONS(293), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(297), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -67687,149 +66713,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [201] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4851), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(3286), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4530), - [sym_parenthesized_expression] = STATE(4530), - [sym_collection_literal] = STATE(4530), - [sym__literal_constant] = STATE(4530), - [sym_string_literal] = STATE(4530), - [sym_lambda_literal] = STATE(4530), - [sym_anonymous_function] = STATE(4530), - [sym__function_literal] = STATE(4530), - [sym_object_literal] = STATE(4530), - [sym_this_expression] = STATE(4530), - [sym_super_expression] = STATE(4530), - [sym_if_expression] = STATE(4530), - [sym_when_expression] = STATE(4530), - [sym_try_expression] = STATE(4530), - [sym_jump_expression] = STATE(4530), - [sym_callable_reference] = STATE(4530), - [sym__prefix_unary_operator] = STATE(1985), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8361), - [sym_modifiers] = STATE(8294), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(347), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4530), - [sym_long_literal] = STATE(4530), - [sym_boolean_literal] = STATE(4530), - [sym_character_literal] = STATE(4530), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(768), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [195] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1158), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(369), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(776), + [sym_parenthesized_expression] = STATE(776), + [sym_collection_literal] = STATE(776), + [sym__literal_constant] = STATE(776), + [sym_string_literal] = STATE(776), + [sym_lambda_literal] = STATE(776), + [sym_anonymous_function] = STATE(776), + [sym__function_literal] = STATE(776), + [sym_object_literal] = STATE(776), + [sym_this_expression] = STATE(776), + [sym_super_expression] = STATE(776), + [sym_if_expression] = STATE(776), + [sym_when_expression] = STATE(776), + [sym_try_expression] = STATE(776), + [sym_jump_expression] = STATE(776), + [sym_callable_reference] = STATE(776), + [sym__prefix_unary_operator] = STATE(2062), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8390), + [sym_modifiers] = STATE(8301), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(776), + [sym_long_literal] = STATE(776), + [sym_boolean_literal] = STATE(776), + [sym_character_literal] = STATE(776), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(759), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(217), - [anon_sym_interface] = ACTIONS(217), - [anon_sym_enum] = ACTIONS(219), - [anon_sym_LBRACE] = ACTIONS(221), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(225), - [anon_sym_var] = ACTIONS(225), - [anon_sym_object] = ACTIONS(227), - [anon_sym_fun] = ACTIONS(229), - [anon_sym_SEMI] = ACTIONS(1395), - [anon_sym_get] = ACTIONS(231), - [anon_sym_set] = ACTIONS(233), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(241), - [anon_sym_for] = ACTIONS(243), - [anon_sym_while] = ACTIONS(245), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(249), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_typealias] = ACTIONS(391), + [anon_sym_class] = ACTIONS(393), + [anon_sym_interface] = ACTIONS(393), + [anon_sym_enum] = ACTIONS(395), + [anon_sym_LBRACE] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_val] = ACTIONS(401), + [anon_sym_var] = ACTIONS(401), + [anon_sym_object] = ACTIONS(403), + [anon_sym_fun] = ACTIONS(405), + [anon_sym_SEMI] = ACTIONS(1371), + [anon_sym_get] = ACTIONS(407), + [anon_sym_set] = ACTIONS(409), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1281), + [sym_label] = ACTIONS(417), + [anon_sym_for] = ACTIONS(419), + [anon_sym_while] = ACTIONS(421), + [anon_sym_do] = ACTIONS(423), + [anon_sym_null] = ACTIONS(425), + [anon_sym_if] = ACTIONS(427), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(443), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(445), + [anon_sym_inner] = ACTIONS(445), + [anon_sym_value] = ACTIONS(445), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -67848,130 +66874,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(283), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_expect] = ACTIONS(447), + [anon_sym_actual] = ACTIONS(447), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(459), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), }, - [202] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3396), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(1226), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2773), - [sym_parenthesized_expression] = STATE(2773), - [sym_collection_literal] = STATE(2773), - [sym__literal_constant] = STATE(2773), - [sym_string_literal] = STATE(2773), - [sym_lambda_literal] = STATE(2773), - [sym_anonymous_function] = STATE(2773), - [sym__function_literal] = STATE(2773), - [sym_object_literal] = STATE(2773), - [sym_this_expression] = STATE(2773), - [sym_super_expression] = STATE(2773), - [sym_if_expression] = STATE(2773), - [sym_when_expression] = STATE(2773), - [sym_try_expression] = STATE(2773), - [sym_jump_expression] = STATE(2773), - [sym_callable_reference] = STATE(2773), - [sym__prefix_unary_operator] = STATE(2136), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8377), - [sym_modifiers] = STATE(8308), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(333), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2773), - [sym_long_literal] = STATE(2773), - [sym_boolean_literal] = STATE(2773), - [sym_character_literal] = STATE(2773), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(754), - [aux_sym_modifiers_repeat1] = STATE(5620), + [196] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4761), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(4095), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1920), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8381), + [sym_modifiers] = STATE(8284), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(352), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(752), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(127), - [anon_sym_interface] = ACTIONS(127), - [anon_sym_enum] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(131), + [anon_sym_class] = ACTIONS(821), + [anon_sym_interface] = ACTIONS(821), + [anon_sym_enum] = ACTIONS(823), + [anon_sym_LBRACE] = ACTIONS(825), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(135), - [anon_sym_var] = ACTIONS(135), - [anon_sym_object] = ACTIONS(137), - [anon_sym_fun] = ACTIONS(139), - [anon_sym_SEMI] = ACTIONS(1393), - [anon_sym_get] = ACTIONS(141), - [anon_sym_set] = ACTIONS(143), + [anon_sym_val] = ACTIONS(827), + [anon_sym_var] = ACTIONS(827), + [anon_sym_object] = ACTIONS(829), + [anon_sym_fun] = ACTIONS(831), + [anon_sym_SEMI] = ACTIONS(1381), + [anon_sym_get] = ACTIONS(833), + [anon_sym_set] = ACTIONS(835), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(151), - [anon_sym_for] = ACTIONS(153), - [anon_sym_while] = ACTIONS(155), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(839), + [anon_sym_for] = ACTIONS(841), + [anon_sym_while] = ACTIONS(843), [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(159), + [anon_sym_null] = ACTIONS(241), [anon_sym_if] = ACTIONS(161), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), @@ -67980,11 +67006,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -68017,7 +67043,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(193), + [sym_real_literal] = ACTIONS(253), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -68028,291 +67054,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [203] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3398), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(1226), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2773), - [sym_parenthesized_expression] = STATE(2773), - [sym_collection_literal] = STATE(2773), - [sym__literal_constant] = STATE(2773), - [sym_string_literal] = STATE(2773), - [sym_lambda_literal] = STATE(2773), - [sym_anonymous_function] = STATE(2773), - [sym__function_literal] = STATE(2773), - [sym_object_literal] = STATE(2773), - [sym_this_expression] = STATE(2773), - [sym_super_expression] = STATE(2773), - [sym_if_expression] = STATE(2773), - [sym_when_expression] = STATE(2773), - [sym_try_expression] = STATE(2773), - [sym_jump_expression] = STATE(2773), - [sym_callable_reference] = STATE(2773), - [sym__prefix_unary_operator] = STATE(2136), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8377), - [sym_modifiers] = STATE(8308), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(333), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2773), - [sym_long_literal] = STATE(2773), - [sym_boolean_literal] = STATE(2773), - [sym_character_literal] = STATE(2773), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(754), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(115), + [197] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3198), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(1436), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(1636), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8369), + [sym_modifiers] = STATE(8286), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(341), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(797), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(127), - [anon_sym_interface] = ACTIONS(127), - [anon_sym_enum] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(131), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(135), - [anon_sym_var] = ACTIONS(135), - [anon_sym_object] = ACTIONS(137), - [anon_sym_fun] = ACTIONS(139), - [anon_sym_SEMI] = ACTIONS(1391), - [anon_sym_get] = ACTIONS(141), - [anon_sym_set] = ACTIONS(143), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(151), - [anon_sym_for] = ACTIONS(153), - [anon_sym_while] = ACTIONS(155), - [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(159), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(179), - [anon_sym_inner] = ACTIONS(179), - [anon_sym_value] = ACTIONS(179), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(181), - [anon_sym_actual] = ACTIONS(181), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(193), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [204] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3419), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(1226), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2773), - [sym_parenthesized_expression] = STATE(2773), - [sym_collection_literal] = STATE(2773), - [sym__literal_constant] = STATE(2773), - [sym_string_literal] = STATE(2773), - [sym_lambda_literal] = STATE(2773), - [sym_anonymous_function] = STATE(2773), - [sym__function_literal] = STATE(2773), - [sym_object_literal] = STATE(2773), - [sym_this_expression] = STATE(2773), - [sym_super_expression] = STATE(2773), - [sym_if_expression] = STATE(2773), - [sym_when_expression] = STATE(2773), - [sym_try_expression] = STATE(2773), - [sym_jump_expression] = STATE(2773), - [sym_callable_reference] = STATE(2773), - [sym__prefix_unary_operator] = STATE(2136), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8377), - [sym_modifiers] = STATE(8308), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(333), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2773), - [sym_long_literal] = STATE(2773), - [sym_boolean_literal] = STATE(2773), - [sym_character_literal] = STATE(2773), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(754), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(127), - [anon_sym_interface] = ACTIONS(127), - [anon_sym_enum] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(131), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(135), - [anon_sym_var] = ACTIONS(135), - [anon_sym_object] = ACTIONS(137), - [anon_sym_fun] = ACTIONS(139), - [anon_sym_SEMI] = ACTIONS(1389), - [anon_sym_get] = ACTIONS(141), - [anon_sym_set] = ACTIONS(143), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(151), - [anon_sym_for] = ACTIONS(153), - [anon_sym_while] = ACTIONS(155), - [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(159), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_typealias] = ACTIONS(477), + [anon_sym_class] = ACTIONS(881), + [anon_sym_interface] = ACTIONS(881), + [anon_sym_enum] = ACTIONS(883), + [anon_sym_LBRACE] = ACTIONS(885), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_val] = ACTIONS(887), + [anon_sym_var] = ACTIONS(887), + [anon_sym_object] = ACTIONS(889), + [anon_sym_fun] = ACTIONS(891), + [anon_sym_SEMI] = ACTIONS(1383), + [anon_sym_get] = ACTIONS(893), + [anon_sym_set] = ACTIONS(895), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(899), + [anon_sym_for] = ACTIONS(901), + [anon_sym_while] = ACTIONS(903), + [anon_sym_do] = ACTIONS(509), + [anon_sym_null] = ACTIONS(905), + [anon_sym_if] = ACTIONS(513), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(179), - [anon_sym_inner] = ACTIONS(179), - [anon_sym_value] = ACTIONS(179), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -68331,143 +67196,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(181), - [anon_sym_actual] = ACTIONS(181), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(193), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(911), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(555), }, - [205] = { - [sym_type_alias] = STATE(3588), - [sym__declaration] = STATE(3588), - [sym_class_declaration] = STATE(3588), - [sym_function_declaration] = STATE(3588), - [sym_property_declaration] = STATE(3588), - [sym_getter] = STATE(3588), - [sym_setter] = STATE(3588), - [sym_object_declaration] = STATE(3588), - [sym__statement] = STATE(3588), - [sym_control_structure_body] = STATE(3527), - [sym__block] = STATE(3588), - [sym__loop_statement] = STATE(3588), - [sym_for_statement] = STATE(3588), - [sym_while_statement] = STATE(3588), - [sym_do_while_statement] = STATE(3588), - [sym_assignment] = STATE(3588), - [sym__expression] = STATE(2254), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2774), - [sym_parenthesized_expression] = STATE(2774), - [sym_collection_literal] = STATE(2774), - [sym__literal_constant] = STATE(2774), - [sym_string_literal] = STATE(2774), - [sym_lambda_literal] = STATE(2774), - [sym_anonymous_function] = STATE(2774), - [sym__function_literal] = STATE(2774), - [sym_object_literal] = STATE(2774), - [sym_this_expression] = STATE(2774), - [sym_super_expression] = STATE(2774), - [sym_if_expression] = STATE(2774), - [sym_when_expression] = STATE(2774), - [sym_try_expression] = STATE(2774), - [sym_jump_expression] = STATE(2774), - [sym_callable_reference] = STATE(2774), - [sym__prefix_unary_operator] = STATE(1727), - [sym__postfix_unary_expression] = STATE(8411), + [198] = { + [sym_type_alias] = STATE(9845), + [sym__declaration] = STATE(9845), + [sym_class_declaration] = STATE(9845), + [sym_function_declaration] = STATE(9845), + [sym_property_declaration] = STATE(9845), + [sym_getter] = STATE(9845), + [sym_setter] = STATE(9845), + [sym_object_declaration] = STATE(9845), + [sym__statement] = STATE(9845), + [sym_control_structure_body] = STATE(9624), + [sym__block] = STATE(9845), + [sym__loop_statement] = STATE(9845), + [sym_for_statement] = STATE(9845), + [sym_while_statement] = STATE(9845), + [sym_do_while_statement] = STATE(9845), + [sym_assignment] = STATE(9845), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), [sym_directly_assignable_expression] = STATE(8386), - [sym_modifiers] = STATE(8309), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(354), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2774), - [sym_long_literal] = STATE(2774), - [sym_boolean_literal] = STATE(2774), - [sym_character_literal] = STATE(2774), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(779), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(8288), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_typealias] = ACTIONS(125), - [anon_sym_class] = ACTIONS(821), - [anon_sym_interface] = ACTIONS(821), - [anon_sym_enum] = ACTIONS(823), - [anon_sym_LBRACE] = ACTIONS(825), + [anon_sym_typealias] = ACTIONS(211), + [anon_sym_class] = ACTIONS(213), + [anon_sym_interface] = ACTIONS(213), + [anon_sym_enum] = ACTIONS(215), + [anon_sym_LBRACE] = ACTIONS(217), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_val] = ACTIONS(827), - [anon_sym_var] = ACTIONS(827), - [anon_sym_object] = ACTIONS(829), - [anon_sym_fun] = ACTIONS(831), - [anon_sym_SEMI] = ACTIONS(1405), - [anon_sym_get] = ACTIONS(833), - [anon_sym_set] = ACTIONS(835), + [anon_sym_val] = ACTIONS(219), + [anon_sym_var] = ACTIONS(219), + [anon_sym_object] = ACTIONS(221), + [anon_sym_fun] = ACTIONS(223), + [anon_sym_SEMI] = ACTIONS(225), + [anon_sym_get] = ACTIONS(227), + [anon_sym_set] = ACTIONS(229), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(839), - [anon_sym_for] = ACTIONS(841), - [anon_sym_while] = ACTIONS(843), - [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(845), - [anon_sym_if] = ACTIONS(161), + [anon_sym_STAR] = ACTIONS(1115), + [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(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -68500,7 +67365,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(851), + [sym_real_literal] = ACTIONS(253), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -68511,409 +67376,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [206] = { - [sym_type_alias] = STATE(3128), - [sym__declaration] = STATE(3128), - [sym_class_declaration] = STATE(3128), - [sym_function_declaration] = STATE(3128), - [sym_property_declaration] = STATE(3128), - [sym_getter] = STATE(3128), - [sym_setter] = STATE(3128), - [sym_object_declaration] = STATE(3128), - [sym__statement] = STATE(3128), - [sym_control_structure_body] = STATE(3235), - [sym__block] = STATE(3128), - [sym__loop_statement] = STATE(3128), - [sym_for_statement] = STATE(3128), - [sym_while_statement] = STATE(3128), - [sym_do_while_statement] = STATE(3128), - [sym_assignment] = STATE(3128), - [sym__expression] = STATE(961), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2741), - [sym_parenthesized_expression] = STATE(2741), - [sym_collection_literal] = STATE(2741), - [sym__literal_constant] = STATE(2741), - [sym_string_literal] = STATE(2741), - [sym_lambda_literal] = STATE(2741), - [sym_anonymous_function] = STATE(2741), - [sym__function_literal] = STATE(2741), - [sym_object_literal] = STATE(2741), - [sym_this_expression] = STATE(2741), - [sym_super_expression] = STATE(2741), - [sym_if_expression] = STATE(2741), - [sym_when_expression] = STATE(2741), - [sym_try_expression] = STATE(2741), - [sym_jump_expression] = STATE(2741), - [sym_callable_reference] = STATE(2741), - [sym__prefix_unary_operator] = STATE(2113), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8371), - [sym_modifiers] = STATE(8305), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(342), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2741), - [sym_long_literal] = STATE(2741), - [sym_boolean_literal] = STATE(2741), - [sym_character_literal] = STATE(2741), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_typealias] = ACTIONS(561), - [anon_sym_class] = ACTIONS(563), - [anon_sym_interface] = ACTIONS(563), - [anon_sym_enum] = ACTIONS(565), - [anon_sym_LBRACE] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(571), - [anon_sym_var] = ACTIONS(571), - [anon_sym_object] = ACTIONS(573), - [anon_sym_fun] = ACTIONS(575), - [anon_sym_SEMI] = ACTIONS(1387), - [anon_sym_get] = ACTIONS(577), - [anon_sym_set] = ACTIONS(579), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), - [sym_label] = ACTIONS(587), - [anon_sym_for] = ACTIONS(589), - [anon_sym_while] = ACTIONS(591), - [anon_sym_do] = ACTIONS(593), - [anon_sym_null] = ACTIONS(595), - [anon_sym_if] = ACTIONS(597), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(611), - [anon_sym_DASH] = ACTIONS(611), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_BANG] = ACTIONS(613), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(615), - [anon_sym_inner] = ACTIONS(615), - [anon_sym_value] = ACTIONS(615), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(617), - [anon_sym_actual] = ACTIONS(617), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(627), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [207] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3891), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(1392), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(2982), - [sym_parenthesized_expression] = STATE(2982), - [sym_collection_literal] = STATE(2982), - [sym__literal_constant] = STATE(2982), - [sym_string_literal] = STATE(2982), - [sym_lambda_literal] = STATE(2982), - [sym_anonymous_function] = STATE(2982), - [sym__function_literal] = STATE(2982), - [sym_object_literal] = STATE(2982), - [sym_this_expression] = STATE(2982), - [sym_super_expression] = STATE(2982), - [sym_if_expression] = STATE(2982), - [sym_when_expression] = STATE(2982), - [sym_try_expression] = STATE(2982), - [sym_jump_expression] = STATE(2982), - [sym_callable_reference] = STATE(2982), - [sym__prefix_unary_operator] = STATE(2118), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8379), - [sym_modifiers] = STATE(8319), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(350), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(2982), - [sym_long_literal] = STATE(2982), - [sym_boolean_literal] = STATE(2982), - [sym_character_literal] = STATE(2982), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(763), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(479), - [anon_sym_interface] = ACTIONS(479), - [anon_sym_enum] = ACTIONS(481), - [anon_sym_LBRACE] = ACTIONS(483), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(487), - [anon_sym_var] = ACTIONS(487), - [anon_sym_object] = ACTIONS(489), - [anon_sym_fun] = ACTIONS(491), - [anon_sym_SEMI] = ACTIONS(1357), - [anon_sym_get] = ACTIONS(493), - [anon_sym_set] = ACTIONS(495), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(503), - [anon_sym_for] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_null] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(531), - [anon_sym_inner] = ACTIONS(531), - [anon_sym_value] = ACTIONS(531), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(533), - [anon_sym_actual] = ACTIONS(533), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(543), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [208] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3895), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(1392), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(2982), - [sym_parenthesized_expression] = STATE(2982), - [sym_collection_literal] = STATE(2982), - [sym__literal_constant] = STATE(2982), - [sym_string_literal] = STATE(2982), - [sym_lambda_literal] = STATE(2982), - [sym_anonymous_function] = STATE(2982), - [sym__function_literal] = STATE(2982), - [sym_object_literal] = STATE(2982), - [sym_this_expression] = STATE(2982), - [sym_super_expression] = STATE(2982), - [sym_if_expression] = STATE(2982), - [sym_when_expression] = STATE(2982), - [sym_try_expression] = STATE(2982), - [sym_jump_expression] = STATE(2982), - [sym_callable_reference] = STATE(2982), - [sym__prefix_unary_operator] = STATE(2118), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8379), - [sym_modifiers] = STATE(8319), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(350), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(2982), - [sym_long_literal] = STATE(2982), - [sym_boolean_literal] = STATE(2982), - [sym_character_literal] = STATE(2982), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(763), - [aux_sym_modifiers_repeat1] = STATE(5620), + [199] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3198), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(926), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2142), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8358), + [sym_modifiers] = STATE(8310), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(345), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2750), + [sym_long_literal] = STATE(2750), + [sym_boolean_literal] = STATE(2750), + [sym_character_literal] = STATE(2750), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(793), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(475), @@ -68927,12 +67470,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_var] = ACTIONS(487), [anon_sym_object] = ACTIONS(489), [anon_sym_fun] = ACTIONS(491), - [anon_sym_SEMI] = ACTIONS(1385), + [anon_sym_SEMI] = ACTIONS(1383), [anon_sym_get] = ACTIONS(493), [anon_sym_set] = ACTIONS(495), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), + [anon_sym_STAR] = ACTIONS(1287), [sym_label] = ACTIONS(503), [anon_sym_for] = ACTIONS(505), [anon_sym_while] = ACTIONS(507), @@ -68978,7 +67521,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(533), [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), @@ -68994,130 +67537,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [209] = { - [sym_type_alias] = STATE(3828), - [sym__declaration] = STATE(3828), - [sym_class_declaration] = STATE(3828), - [sym_function_declaration] = STATE(3828), - [sym_property_declaration] = STATE(3828), - [sym_getter] = STATE(3828), - [sym_setter] = STATE(3828), - [sym_object_declaration] = STATE(3828), - [sym__statement] = STATE(3828), - [sym_control_structure_body] = STATE(3906), - [sym__block] = STATE(3828), - [sym__loop_statement] = STATE(3828), - [sym_for_statement] = STATE(3828), - [sym_while_statement] = STATE(3828), - [sym_do_while_statement] = STATE(3828), - [sym_assignment] = STATE(3828), - [sym__expression] = STATE(1392), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(2982), - [sym_parenthesized_expression] = STATE(2982), - [sym_collection_literal] = STATE(2982), - [sym__literal_constant] = STATE(2982), - [sym_string_literal] = STATE(2982), - [sym_lambda_literal] = STATE(2982), - [sym_anonymous_function] = STATE(2982), - [sym__function_literal] = STATE(2982), - [sym_object_literal] = STATE(2982), - [sym_this_expression] = STATE(2982), - [sym_super_expression] = STATE(2982), - [sym_if_expression] = STATE(2982), - [sym_when_expression] = STATE(2982), - [sym_try_expression] = STATE(2982), - [sym_jump_expression] = STATE(2982), - [sym_callable_reference] = STATE(2982), - [sym__prefix_unary_operator] = STATE(2118), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8379), - [sym_modifiers] = STATE(8319), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(350), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(2982), - [sym_long_literal] = STATE(2982), - [sym_boolean_literal] = STATE(2982), - [sym_character_literal] = STATE(2982), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(763), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(473), + [200] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3400), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(2268), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2768), + [sym_parenthesized_expression] = STATE(2768), + [sym_collection_literal] = STATE(2768), + [sym__literal_constant] = STATE(2768), + [sym_string_literal] = STATE(2768), + [sym_lambda_literal] = STATE(2768), + [sym_anonymous_function] = STATE(2768), + [sym__function_literal] = STATE(2768), + [sym_object_literal] = STATE(2768), + [sym_this_expression] = STATE(2768), + [sym_super_expression] = STATE(2768), + [sym_if_expression] = STATE(2768), + [sym_when_expression] = STATE(2768), + [sym_try_expression] = STATE(2768), + [sym_jump_expression] = STATE(2768), + [sym_callable_reference] = STATE(2768), + [sym__prefix_unary_operator] = STATE(1727), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8356), + [sym_modifiers] = STATE(8294), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(333), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2768), + [sym_long_literal] = STATE(2768), + [sym_boolean_literal] = STATE(2768), + [sym_character_literal] = STATE(2768), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(775), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_typealias] = ACTIONS(477), - [anon_sym_class] = ACTIONS(479), - [anon_sym_interface] = ACTIONS(479), - [anon_sym_enum] = ACTIONS(481), - [anon_sym_LBRACE] = ACTIONS(483), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_val] = ACTIONS(487), - [anon_sym_var] = ACTIONS(487), - [anon_sym_object] = ACTIONS(489), - [anon_sym_fun] = ACTIONS(491), - [anon_sym_SEMI] = ACTIONS(1383), - [anon_sym_get] = ACTIONS(493), - [anon_sym_set] = ACTIONS(495), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(503), - [anon_sym_for] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_null] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(849), + [anon_sym_interface] = ACTIONS(849), + [anon_sym_enum] = ACTIONS(851), + [anon_sym_LBRACE] = ACTIONS(853), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(855), + [anon_sym_var] = ACTIONS(855), + [anon_sym_object] = ACTIONS(857), + [anon_sym_fun] = ACTIONS(859), + [anon_sym_SEMI] = ACTIONS(1405), + [anon_sym_get] = ACTIONS(861), + [anon_sym_set] = ACTIONS(863), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(867), + [anon_sym_for] = ACTIONS(869), + [anon_sym_while] = ACTIONS(871), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(873), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(531), - [anon_sym_inner] = ACTIONS(531), - [anon_sym_value] = ACTIONS(531), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -69136,130 +67679,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(533), - [anon_sym_actual] = ACTIONS(533), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(543), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(879), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [210] = { - [sym_type_alias] = STATE(1027), - [sym__declaration] = STATE(1027), - [sym_class_declaration] = STATE(1027), - [sym_function_declaration] = STATE(1027), - [sym_property_declaration] = STATE(1027), - [sym_getter] = STATE(1027), - [sym_setter] = STATE(1027), - [sym_object_declaration] = STATE(1027), - [sym__statement] = STATE(1027), - [sym_control_structure_body] = STATE(1151), - [sym__block] = STATE(1027), - [sym__loop_statement] = STATE(1027), - [sym_for_statement] = STATE(1027), - [sym_while_statement] = STATE(1027), - [sym_do_while_statement] = STATE(1027), - [sym_assignment] = STATE(1027), - [sym__expression] = STATE(460), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(785), - [sym_parenthesized_expression] = STATE(785), - [sym_collection_literal] = STATE(785), - [sym__literal_constant] = STATE(785), - [sym_string_literal] = STATE(785), - [sym_lambda_literal] = STATE(785), - [sym_anonymous_function] = STATE(785), - [sym__function_literal] = STATE(785), - [sym_object_literal] = STATE(785), - [sym_this_expression] = STATE(785), - [sym_super_expression] = STATE(785), - [sym_if_expression] = STATE(785), - [sym_when_expression] = STATE(785), - [sym_try_expression] = STATE(785), - [sym_jump_expression] = STATE(785), - [sym_callable_reference] = STATE(785), - [sym__prefix_unary_operator] = STATE(1765), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8365), - [sym_modifiers] = STATE(8313), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(348), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(1106), + [201] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1147), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(369), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(776), + [sym_parenthesized_expression] = STATE(776), + [sym_collection_literal] = STATE(776), + [sym__literal_constant] = STATE(776), + [sym_string_literal] = STATE(776), + [sym_lambda_literal] = STATE(776), + [sym_anonymous_function] = STATE(776), + [sym__function_literal] = STATE(776), + [sym_object_literal] = STATE(776), + [sym_this_expression] = STATE(776), + [sym_super_expression] = STATE(776), + [sym_if_expression] = STATE(776), + [sym_when_expression] = STATE(776), + [sym_try_expression] = STATE(776), + [sym_jump_expression] = STATE(776), + [sym_callable_reference] = STATE(776), + [sym__prefix_unary_operator] = STATE(2062), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8390), + [sym_modifiers] = STATE(8301), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(785), - [sym_long_literal] = STATE(785), - [sym_boolean_literal] = STATE(785), - [sym_character_literal] = STATE(785), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(776), + [sym_long_literal] = STATE(776), + [sym_boolean_literal] = STATE(776), + [sym_character_literal] = STATE(776), [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(781), - [aux_sym_modifiers_repeat1] = STATE(5620), + [aux_sym__statement_repeat1] = STATE(759), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_typealias] = ACTIONS(391), - [anon_sym_class] = ACTIONS(913), - [anon_sym_interface] = ACTIONS(913), - [anon_sym_enum] = ACTIONS(915), - [anon_sym_LBRACE] = ACTIONS(917), + [anon_sym_class] = ACTIONS(393), + [anon_sym_interface] = ACTIONS(393), + [anon_sym_enum] = ACTIONS(395), + [anon_sym_LBRACE] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_val] = ACTIONS(919), - [anon_sym_var] = ACTIONS(919), - [anon_sym_object] = ACTIONS(921), - [anon_sym_fun] = ACTIONS(923), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_get] = ACTIONS(925), - [anon_sym_set] = ACTIONS(927), + [anon_sym_val] = ACTIONS(401), + [anon_sym_var] = ACTIONS(401), + [anon_sym_object] = ACTIONS(403), + [anon_sym_fun] = ACTIONS(405), + [anon_sym_SEMI] = ACTIONS(1361), + [anon_sym_get] = ACTIONS(407), + [anon_sym_set] = ACTIONS(409), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(931), - [anon_sym_for] = ACTIONS(933), - [anon_sym_while] = ACTIONS(935), + [anon_sym_STAR] = ACTIONS(1281), + [sym_label] = ACTIONS(417), + [anon_sym_for] = ACTIONS(419), + [anon_sym_while] = ACTIONS(421), [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(937), + [anon_sym_null] = ACTIONS(425), [anon_sym_if] = ACTIONS(427), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), @@ -69268,11 +67811,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(443), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -69305,7 +67848,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(453), [anon_sym_this_AT] = ACTIONS(455), [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(943), + [sym_real_literal] = ACTIONS(459), [sym_integer_literal] = ACTIONS(461), [sym_hex_literal] = ACTIONS(463), [sym_bin_literal] = ACTIONS(463), @@ -69316,291 +67859,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [211] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4837), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(3286), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4530), - [sym_parenthesized_expression] = STATE(4530), - [sym_collection_literal] = STATE(4530), - [sym__literal_constant] = STATE(4530), - [sym_string_literal] = STATE(4530), - [sym_lambda_literal] = STATE(4530), - [sym_anonymous_function] = STATE(4530), - [sym__function_literal] = STATE(4530), - [sym_object_literal] = STATE(4530), - [sym_this_expression] = STATE(4530), - [sym_super_expression] = STATE(4530), - [sym_if_expression] = STATE(4530), - [sym_when_expression] = STATE(4530), - [sym_try_expression] = STATE(4530), - [sym_jump_expression] = STATE(4530), - [sym_callable_reference] = STATE(4530), - [sym__prefix_unary_operator] = STATE(1985), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8361), - [sym_modifiers] = STATE(8294), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(347), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4530), - [sym_long_literal] = STATE(4530), - [sym_boolean_literal] = STATE(4530), - [sym_character_literal] = STATE(4530), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(768), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(217), - [anon_sym_interface] = ACTIONS(217), - [anon_sym_enum] = ACTIONS(219), - [anon_sym_LBRACE] = ACTIONS(221), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(225), - [anon_sym_var] = ACTIONS(225), - [anon_sym_object] = ACTIONS(227), - [anon_sym_fun] = ACTIONS(229), - [anon_sym_SEMI] = ACTIONS(1373), - [anon_sym_get] = ACTIONS(231), - [anon_sym_set] = ACTIONS(233), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(241), - [anon_sym_for] = ACTIONS(243), - [anon_sym_while] = ACTIONS(245), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(249), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(283), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [212] = { - [sym_type_alias] = STATE(4818), - [sym__declaration] = STATE(4818), - [sym_class_declaration] = STATE(4818), - [sym_function_declaration] = STATE(4818), - [sym_property_declaration] = STATE(4818), - [sym_getter] = STATE(4818), - [sym_setter] = STATE(4818), - [sym_object_declaration] = STATE(4818), - [sym__statement] = STATE(4818), - [sym_control_structure_body] = STATE(4884), - [sym__block] = STATE(4818), - [sym__loop_statement] = STATE(4818), - [sym_for_statement] = STATE(4818), - [sym_while_statement] = STATE(4818), - [sym_do_while_statement] = STATE(4818), - [sym_assignment] = STATE(4818), - [sym__expression] = STATE(3286), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4530), - [sym_parenthesized_expression] = STATE(4530), - [sym_collection_literal] = STATE(4530), - [sym__literal_constant] = STATE(4530), - [sym_string_literal] = STATE(4530), - [sym_lambda_literal] = STATE(4530), - [sym_anonymous_function] = STATE(4530), - [sym__function_literal] = STATE(4530), - [sym_object_literal] = STATE(4530), - [sym_this_expression] = STATE(4530), - [sym_super_expression] = STATE(4530), - [sym_if_expression] = STATE(4530), - [sym_when_expression] = STATE(4530), - [sym_try_expression] = STATE(4530), - [sym_jump_expression] = STATE(4530), - [sym_callable_reference] = STATE(4530), - [sym__prefix_unary_operator] = STATE(1985), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8361), - [sym_modifiers] = STATE(8294), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(347), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4530), - [sym_long_literal] = STATE(4530), - [sym_boolean_literal] = STATE(4530), - [sym_character_literal] = STATE(4530), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(768), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [202] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5222), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4056), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4551), + [sym_parenthesized_expression] = STATE(4551), + [sym_collection_literal] = STATE(4551), + [sym__literal_constant] = STATE(4551), + [sym_string_literal] = STATE(4551), + [sym_lambda_literal] = STATE(4551), + [sym_anonymous_function] = STATE(4551), + [sym__function_literal] = STATE(4551), + [sym_object_literal] = STATE(4551), + [sym_this_expression] = STATE(4551), + [sym_super_expression] = STATE(4551), + [sym_if_expression] = STATE(4551), + [sym_when_expression] = STATE(4551), + [sym_try_expression] = STATE(4551), + [sym_jump_expression] = STATE(4551), + [sym_callable_reference] = STATE(4551), + [sym__prefix_unary_operator] = STATE(1843), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8392), + [sym_modifiers] = STATE(8298), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(344), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4551), + [sym_long_literal] = STATE(4551), + [sym_boolean_literal] = STATE(4551), + [sym_character_literal] = STATE(4551), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(798), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(215), - [anon_sym_class] = ACTIONS(217), - [anon_sym_interface] = ACTIONS(217), - [anon_sym_enum] = ACTIONS(219), - [anon_sym_LBRACE] = ACTIONS(221), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(225), - [anon_sym_var] = ACTIONS(225), - [anon_sym_object] = ACTIONS(227), - [anon_sym_fun] = ACTIONS(229), - [anon_sym_SEMI] = ACTIONS(1371), - [anon_sym_get] = ACTIONS(231), - [anon_sym_set] = ACTIONS(233), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(241), - [anon_sym_for] = ACTIONS(243), - [anon_sym_while] = ACTIONS(245), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(249), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_typealias] = ACTIONS(345), + [anon_sym_class] = ACTIONS(795), + [anon_sym_interface] = ACTIONS(795), + [anon_sym_enum] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(351), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_val] = ACTIONS(799), + [anon_sym_var] = ACTIONS(799), + [anon_sym_object] = ACTIONS(801), + [anon_sym_fun] = ACTIONS(803), + [anon_sym_SEMI] = ACTIONS(1397), + [anon_sym_get] = ACTIONS(805), + [anon_sym_set] = ACTIONS(807), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(811), + [anon_sym_for] = ACTIONS(813), + [anon_sym_while] = ACTIONS(815), + [anon_sym_do] = ACTIONS(371), + [anon_sym_null] = ACTIONS(373), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(77), + [anon_sym_inner] = ACTIONS(77), + [anon_sym_value] = ACTIONS(77), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -69619,148 +68001,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(283), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [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), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(385), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), }, - [213] = { - [sym_type_alias] = STATE(9851), - [sym__declaration] = STATE(9851), - [sym_class_declaration] = STATE(9851), - [sym_function_declaration] = STATE(9851), - [sym_property_declaration] = STATE(9851), - [sym_getter] = STATE(9851), - [sym_setter] = STATE(9851), - [sym_object_declaration] = STATE(9851), - [sym__statement] = STATE(9851), - [sym_control_structure_body] = STATE(9485), - [sym__block] = STATE(9851), - [sym__loop_statement] = STATE(9851), - [sym_for_statement] = STATE(9851), - [sym_while_statement] = STATE(9851), - [sym_do_while_statement] = STATE(9851), - [sym_assignment] = STATE(9851), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8315), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(790), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [203] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1066), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(369), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(776), + [sym_parenthesized_expression] = STATE(776), + [sym_collection_literal] = STATE(776), + [sym__literal_constant] = STATE(776), + [sym_string_literal] = STATE(776), + [sym_lambda_literal] = STATE(776), + [sym_anonymous_function] = STATE(776), + [sym__function_literal] = STATE(776), + [sym_object_literal] = STATE(776), + [sym_this_expression] = STATE(776), + [sym_super_expression] = STATE(776), + [sym_if_expression] = STATE(776), + [sym_when_expression] = STATE(776), + [sym_try_expression] = STATE(776), + [sym_jump_expression] = STATE(776), + [sym_callable_reference] = STATE(776), + [sym__prefix_unary_operator] = STATE(2062), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8390), + [sym_modifiers] = STATE(8301), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(338), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(776), + [sym_long_literal] = STATE(776), + [sym_boolean_literal] = STATE(776), + [sym_character_literal] = STATE(776), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(759), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(387), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(301), - [anon_sym_class] = ACTIONS(303), - [anon_sym_interface] = ACTIONS(303), - [anon_sym_enum] = ACTIONS(305), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(309), - [anon_sym_var] = ACTIONS(309), - [anon_sym_object] = ACTIONS(311), - [anon_sym_fun] = ACTIONS(313), - [anon_sym_get] = ACTIONS(317), - [anon_sym_set] = ACTIONS(319), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(325), - [anon_sym_while] = ACTIONS(1409), - [anon_sym_do] = ACTIONS(329), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_typealias] = ACTIONS(391), + [anon_sym_class] = ACTIONS(393), + [anon_sym_interface] = ACTIONS(393), + [anon_sym_enum] = ACTIONS(395), + [anon_sym_LBRACE] = ACTIONS(397), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_val] = ACTIONS(401), + [anon_sym_var] = ACTIONS(401), + [anon_sym_object] = ACTIONS(403), + [anon_sym_fun] = ACTIONS(405), + [anon_sym_SEMI] = ACTIONS(1395), + [anon_sym_get] = ACTIONS(407), + [anon_sym_set] = ACTIONS(409), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1281), + [sym_label] = ACTIONS(417), + [anon_sym_for] = ACTIONS(419), + [anon_sym_while] = ACTIONS(421), + [anon_sym_do] = ACTIONS(423), + [anon_sym_null] = ACTIONS(425), + [anon_sym_if] = ACTIONS(427), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(443), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(445), + [anon_sym_inner] = ACTIONS(445), + [anon_sym_value] = ACTIONS(445), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -69779,148 +68162,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_expect] = ACTIONS(447), + [anon_sym_actual] = ACTIONS(447), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(459), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), }, - [214] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9790), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), + [204] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(3875), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(2559), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2987), + [sym_parenthesized_expression] = STATE(2987), + [sym_collection_literal] = STATE(2987), + [sym__literal_constant] = STATE(2987), + [sym_string_literal] = STATE(2987), + [sym_lambda_literal] = STATE(2987), + [sym_anonymous_function] = STATE(2987), + [sym__function_literal] = STATE(2987), + [sym_object_literal] = STATE(2987), + [sym_this_expression] = STATE(2987), + [sym_super_expression] = STATE(2987), + [sym_if_expression] = STATE(2987), + [sym_when_expression] = STATE(2987), + [sym_try_expression] = STATE(2987), + [sym_jump_expression] = STATE(2987), + [sym_callable_reference] = STATE(2987), + [sym__prefix_unary_operator] = STATE(1536), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8354), + [sym_modifiers] = STATE(8304), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(353), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2987), + [sym_long_literal] = STATE(2987), + [sym_boolean_literal] = STATE(2987), + [sym_character_literal] = STATE(2987), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(767), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), - [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(1411), - [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(559), + [anon_sym_typealias] = ACTIONS(561), + [anon_sym_class] = ACTIONS(1075), + [anon_sym_interface] = ACTIONS(1075), + [anon_sym_enum] = ACTIONS(1077), + [anon_sym_LBRACE] = ACTIONS(977), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_val] = ACTIONS(1079), + [anon_sym_var] = ACTIONS(1079), + [anon_sym_object] = ACTIONS(1081), + [anon_sym_fun] = ACTIONS(1083), + [anon_sym_SEMI] = ACTIONS(1393), + [anon_sym_get] = ACTIONS(1085), + [anon_sym_set] = ACTIONS(1087), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1091), + [anon_sym_for] = ACTIONS(1093), + [anon_sym_while] = ACTIONS(1095), + [anon_sym_do] = ACTIONS(593), + [anon_sym_null] = ACTIONS(997), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [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_value] = ACTIONS(77), + [anon_sym_data] = ACTIONS(615), + [anon_sym_inner] = ACTIONS(615), + [anon_sym_value] = ACTIONS(615), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -69939,142 +68323,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(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(617), + [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1003), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(639), }, - [215] = { - [sym_type_alias] = STATE(5382), - [sym__declaration] = STATE(5382), - [sym_class_declaration] = STATE(5382), - [sym_function_declaration] = STATE(5382), - [sym_property_declaration] = STATE(5382), - [sym_getter] = STATE(5382), - [sym_setter] = STATE(5382), - [sym_object_declaration] = STATE(5382), - [sym__statement] = STATE(5382), - [sym_control_structure_body] = STATE(5275), - [sym__block] = STATE(5382), - [sym__loop_statement] = STATE(5382), - [sym_for_statement] = STATE(5382), - [sym_while_statement] = STATE(5382), - [sym_do_while_statement] = STATE(5382), - [sym_assignment] = STATE(5382), - [sym__expression] = STATE(2313), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(2166), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8363), - [sym_modifiers] = STATE(8312), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), + [205] = { + [sym_type_alias] = STATE(3953), + [sym__declaration] = STATE(3953), + [sym_class_declaration] = STATE(3953), + [sym_function_declaration] = STATE(3953), + [sym_property_declaration] = STATE(3953), + [sym_getter] = STATE(3953), + [sym_setter] = STATE(3953), + [sym_object_declaration] = STATE(3953), + [sym__statement] = STATE(3953), + [sym_control_structure_body] = STATE(4029), + [sym__block] = STATE(3953), + [sym__loop_statement] = STATE(3953), + [sym_for_statement] = STATE(3953), + [sym_while_statement] = STATE(3953), + [sym_do_while_statement] = STATE(3953), + [sym_assignment] = STATE(3953), + [sym__expression] = STATE(1395), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2997), + [sym_parenthesized_expression] = STATE(2997), + [sym_collection_literal] = STATE(2997), + [sym__literal_constant] = STATE(2997), + [sym_string_literal] = STATE(2997), + [sym_lambda_literal] = STATE(2997), + [sym_anonymous_function] = STATE(2997), + [sym__function_literal] = STATE(2997), + [sym_object_literal] = STATE(2997), + [sym_this_expression] = STATE(2997), + [sym_super_expression] = STATE(2997), + [sym_if_expression] = STATE(2997), + [sym_when_expression] = STATE(2997), + [sym_try_expression] = STATE(2997), + [sym_jump_expression] = STATE(2997), + [sym_callable_reference] = STATE(2997), + [sym__prefix_unary_operator] = STATE(2117), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8378), + [sym_modifiers] = STATE(8280), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(347), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2997), + [sym_long_literal] = STATE(2997), + [sym_boolean_literal] = STATE(2997), + [sym_character_literal] = STATE(2997), + [sym__lexical_identifier] = STATE(3327), [aux_sym__statement_repeat1] = STATE(755), - [aux_sym_modifiers_repeat1] = STATE(5620), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(557), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_typealias] = ACTIONS(1151), - [anon_sym_class] = ACTIONS(1153), - [anon_sym_interface] = ACTIONS(1153), - [anon_sym_enum] = ACTIONS(1155), - [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_typealias] = ACTIONS(561), + [anon_sym_class] = ACTIONS(563), + [anon_sym_interface] = ACTIONS(563), + [anon_sym_enum] = ACTIONS(565), + [anon_sym_LBRACE] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_val] = ACTIONS(1159), - [anon_sym_var] = ACTIONS(1159), - [anon_sym_object] = ACTIONS(1161), - [anon_sym_fun] = ACTIONS(1163), - [anon_sym_get] = ACTIONS(1165), - [anon_sym_set] = ACTIONS(1167), + [anon_sym_val] = ACTIONS(571), + [anon_sym_var] = ACTIONS(571), + [anon_sym_object] = ACTIONS(573), + [anon_sym_fun] = ACTIONS(575), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym_get] = ACTIONS(577), + [anon_sym_set] = ACTIONS(579), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1137), - [anon_sym_for] = ACTIONS(1169), - [anon_sym_while] = ACTIONS(1171), - [anon_sym_do] = ACTIONS(1173), - [anon_sym_null] = ACTIONS(997), - [anon_sym_if] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(587), + [anon_sym_for] = ACTIONS(589), + [anon_sym_while] = ACTIONS(591), + [anon_sym_do] = ACTIONS(593), + [anon_sym_null] = ACTIONS(595), + [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -70102,12 +68487,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(617), [anon_sym_actual] = ACTIONS(617), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1003), + [sym_real_literal] = ACTIONS(627), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -70118,129 +68503,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [216] = { - [sym_type_alias] = STATE(9114), - [sym__declaration] = STATE(9114), - [sym_class_declaration] = STATE(9114), - [sym_function_declaration] = STATE(9114), - [sym_property_declaration] = STATE(9114), - [sym_getter] = STATE(9114), - [sym_setter] = STATE(9114), - [sym_object_declaration] = STATE(9114), - [sym__statement] = STATE(9114), - [sym__loop_statement] = STATE(9114), - [sym_for_statement] = STATE(9114), - [sym_while_statement] = STATE(9114), - [sym_do_while_statement] = STATE(9114), - [sym_assignment] = STATE(9114), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym_source_file_repeat3] = STATE(218), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [ts_builtin_sym_end] = ACTIONS(1201), - [sym__alpha_identifier] = ACTIONS(7), + [206] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3202), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(1436), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(1636), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8369), + [sym_modifiers] = STATE(8286), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(341), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(797), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), - [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_LBRACK] = ACTIONS(475), + [anon_sym_typealias] = ACTIONS(477), + [anon_sym_class] = ACTIONS(881), + [anon_sym_interface] = ACTIONS(881), + [anon_sym_enum] = ACTIONS(883), + [anon_sym_LBRACE] = ACTIONS(885), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_val] = ACTIONS(887), + [anon_sym_var] = ACTIONS(887), + [anon_sym_object] = ACTIONS(889), + [anon_sym_fun] = ACTIONS(891), + [anon_sym_SEMI] = ACTIONS(1365), + [anon_sym_get] = ACTIONS(893), + [anon_sym_set] = ACTIONS(895), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(899), + [anon_sym_for] = ACTIONS(901), + [anon_sym_while] = ACTIONS(903), + [anon_sym_do] = ACTIONS(509), + [anon_sym_null] = ACTIONS(905), + [anon_sym_if] = ACTIONS(513), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), [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_value] = ACTIONS(77), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -70259,128 +68645,290 @@ static const uint16_t ts_parse_table[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(533), + [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(911), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(555), }, - [217] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9788), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [207] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3567), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(2268), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2768), + [sym_parenthesized_expression] = STATE(2768), + [sym_collection_literal] = STATE(2768), + [sym__literal_constant] = STATE(2768), + [sym_string_literal] = STATE(2768), + [sym_lambda_literal] = STATE(2768), + [sym_anonymous_function] = STATE(2768), + [sym__function_literal] = STATE(2768), + [sym_object_literal] = STATE(2768), + [sym_this_expression] = STATE(2768), + [sym_super_expression] = STATE(2768), + [sym_if_expression] = STATE(2768), + [sym_when_expression] = STATE(2768), + [sym_try_expression] = STATE(2768), + [sym_jump_expression] = STATE(2768), + [sym_callable_reference] = STATE(2768), + [sym__prefix_unary_operator] = STATE(1727), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8356), + [sym_modifiers] = STATE(8294), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(333), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2768), + [sym_long_literal] = STATE(2768), + [sym_boolean_literal] = STATE(2768), + [sym_character_literal] = STATE(2768), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(775), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(849), + [anon_sym_interface] = ACTIONS(849), + [anon_sym_enum] = ACTIONS(851), + [anon_sym_LBRACE] = ACTIONS(853), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(855), + [anon_sym_var] = ACTIONS(855), + [anon_sym_object] = ACTIONS(857), + [anon_sym_fun] = ACTIONS(859), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_get] = ACTIONS(861), + [anon_sym_set] = ACTIONS(863), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(867), + [anon_sym_for] = ACTIONS(869), + [anon_sym_while] = ACTIONS(871), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(873), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(879), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [208] = { + [sym_type_alias] = STATE(5177), + [sym__declaration] = STATE(5177), + [sym_class_declaration] = STATE(5177), + [sym_function_declaration] = STATE(5177), + [sym_property_declaration] = STATE(5177), + [sym_getter] = STATE(5177), + [sym_setter] = STATE(5177), + [sym_object_declaration] = STATE(5177), + [sym__statement] = STATE(5177), + [sym_control_structure_body] = STATE(5227), + [sym__block] = STATE(5177), + [sym__loop_statement] = STATE(5177), + [sym_for_statement] = STATE(5177), + [sym_while_statement] = STATE(5177), + [sym_do_while_statement] = STATE(5177), + [sym_assignment] = STATE(5177), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8306), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(762), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [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(1413), + [anon_sym_typealias] = ACTIONS(345), + [anon_sym_class] = ACTIONS(1057), + [anon_sym_interface] = ACTIONS(1057), + [anon_sym_enum] = ACTIONS(1059), + [anon_sym_LBRACE] = ACTIONS(917), [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(1061), + [anon_sym_var] = ACTIONS(1061), + [anon_sym_object] = ACTIONS(1063), + [anon_sym_fun] = ACTIONS(1065), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_get] = ACTIONS(1067), + [anon_sym_set] = ACTIONS(1069), [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(1071), + [anon_sym_while] = ACTIONS(1073), + [anon_sym_do] = ACTIONS(371), [anon_sym_null] = ACTIONS(53), [anon_sym_if] = ACTIONS(55), [anon_sym_when] = ACTIONS(57), @@ -70438,246 +68986,731 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [218] = { - [sym_type_alias] = STATE(9114), - [sym__declaration] = STATE(9114), - [sym_class_declaration] = STATE(9114), - [sym_function_declaration] = STATE(9114), - [sym_property_declaration] = STATE(9114), - [sym_getter] = STATE(9114), - [sym_setter] = STATE(9114), - [sym_object_declaration] = STATE(9114), - [sym__statement] = STATE(9114), - [sym__loop_statement] = STATE(9114), - [sym_for_statement] = STATE(9114), - [sym_while_statement] = STATE(9114), - [sym_do_while_statement] = STATE(9114), - [sym_assignment] = STATE(9114), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym_source_file_repeat3] = STATE(218), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [ts_builtin_sym_end] = ACTIONS(1415), - [sym__alpha_identifier] = ACTIONS(1417), - [anon_sym_AT] = ACTIONS(1420), - [anon_sym_LBRACK] = ACTIONS(1423), - [anon_sym_typealias] = ACTIONS(1426), - [anon_sym_class] = ACTIONS(1429), - [anon_sym_interface] = ACTIONS(1429), - [anon_sym_enum] = ACTIONS(1432), - [anon_sym_LBRACE] = ACTIONS(1435), - [anon_sym_LPAREN] = ACTIONS(1438), - [anon_sym_val] = ACTIONS(1441), - [anon_sym_var] = ACTIONS(1441), - [anon_sym_object] = ACTIONS(1444), - [anon_sym_fun] = ACTIONS(1447), - [anon_sym_get] = ACTIONS(1450), - [anon_sym_set] = ACTIONS(1453), - [anon_sym_this] = ACTIONS(1456), - [anon_sym_super] = ACTIONS(1459), - [anon_sym_STAR] = ACTIONS(1462), - [sym_label] = ACTIONS(1465), - [anon_sym_for] = ACTIONS(1468), - [anon_sym_while] = ACTIONS(1471), - [anon_sym_do] = ACTIONS(1474), - [anon_sym_null] = ACTIONS(1477), - [anon_sym_if] = ACTIONS(1480), - [anon_sym_when] = ACTIONS(1483), - [anon_sym_try] = ACTIONS(1486), - [anon_sym_throw] = ACTIONS(1489), - [anon_sym_return] = ACTIONS(1492), - [anon_sym_continue] = ACTIONS(1495), - [anon_sym_break] = ACTIONS(1495), - [anon_sym_COLON_COLON] = ACTIONS(1498), - [anon_sym_PLUS] = ACTIONS(1501), - [anon_sym_DASH] = ACTIONS(1501), - [anon_sym_PLUS_PLUS] = ACTIONS(1504), - [anon_sym_DASH_DASH] = ACTIONS(1504), - [anon_sym_BANG] = ACTIONS(1504), - [anon_sym_suspend] = ACTIONS(1507), - [anon_sym_sealed] = ACTIONS(1510), - [anon_sym_annotation] = ACTIONS(1510), - [anon_sym_data] = ACTIONS(1513), - [anon_sym_inner] = ACTIONS(1513), - [anon_sym_value] = ACTIONS(1513), - [anon_sym_override] = ACTIONS(1516), - [anon_sym_lateinit] = ACTIONS(1516), - [anon_sym_public] = ACTIONS(1519), - [anon_sym_private] = ACTIONS(1519), - [anon_sym_internal] = ACTIONS(1519), - [anon_sym_protected] = ACTIONS(1519), - [anon_sym_tailrec] = ACTIONS(1507), - [anon_sym_operator] = ACTIONS(1507), - [anon_sym_infix] = ACTIONS(1507), - [anon_sym_inline] = ACTIONS(1507), - [anon_sym_external] = ACTIONS(1507), - [sym_property_modifier] = ACTIONS(1522), - [anon_sym_abstract] = ACTIONS(1525), - [anon_sym_final] = ACTIONS(1525), - [anon_sym_open] = ACTIONS(1525), - [anon_sym_vararg] = ACTIONS(1528), - [anon_sym_noinline] = ACTIONS(1528), - [anon_sym_crossinline] = ACTIONS(1528), - [anon_sym_expect] = ACTIONS(1531), - [anon_sym_actual] = ACTIONS(1531), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1534), - [anon_sym_continue_AT] = ACTIONS(1537), - [anon_sym_break_AT] = ACTIONS(1540), - [anon_sym_this_AT] = ACTIONS(1543), - [anon_sym_super_AT] = ACTIONS(1546), - [sym_real_literal] = ACTIONS(1549), - [sym_integer_literal] = ACTIONS(1552), - [sym_hex_literal] = ACTIONS(1555), - [sym_bin_literal] = ACTIONS(1555), - [anon_sym_true] = ACTIONS(1558), - [anon_sym_false] = ACTIONS(1558), - [anon_sym_SQUOTE] = ACTIONS(1561), - [sym__backtick_identifier] = ACTIONS(1564), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1567), + [209] = { + [sym_type_alias] = STATE(3589), + [sym__declaration] = STATE(3589), + [sym_class_declaration] = STATE(3589), + [sym_function_declaration] = STATE(3589), + [sym_property_declaration] = STATE(3589), + [sym_getter] = STATE(3589), + [sym_setter] = STATE(3589), + [sym_object_declaration] = STATE(3589), + [sym__statement] = STATE(3589), + [sym_control_structure_body] = STATE(3539), + [sym__block] = STATE(3589), + [sym__loop_statement] = STATE(3589), + [sym_for_statement] = STATE(3589), + [sym_while_statement] = STATE(3589), + [sym_do_while_statement] = STATE(3589), + [sym_assignment] = STATE(3589), + [sym__expression] = STATE(2268), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2768), + [sym_parenthesized_expression] = STATE(2768), + [sym_collection_literal] = STATE(2768), + [sym__literal_constant] = STATE(2768), + [sym_string_literal] = STATE(2768), + [sym_lambda_literal] = STATE(2768), + [sym_anonymous_function] = STATE(2768), + [sym__function_literal] = STATE(2768), + [sym_object_literal] = STATE(2768), + [sym_this_expression] = STATE(2768), + [sym_super_expression] = STATE(2768), + [sym_if_expression] = STATE(2768), + [sym_when_expression] = STATE(2768), + [sym_try_expression] = STATE(2768), + [sym_jump_expression] = STATE(2768), + [sym_callable_reference] = STATE(2768), + [sym__prefix_unary_operator] = STATE(1727), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8356), + [sym_modifiers] = STATE(8294), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(333), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2768), + [sym_long_literal] = STATE(2768), + [sym_boolean_literal] = STATE(2768), + [sym_character_literal] = STATE(2768), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(775), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_typealias] = ACTIONS(263), + [anon_sym_class] = ACTIONS(849), + [anon_sym_interface] = ACTIONS(849), + [anon_sym_enum] = ACTIONS(851), + [anon_sym_LBRACE] = ACTIONS(853), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_val] = ACTIONS(855), + [anon_sym_var] = ACTIONS(855), + [anon_sym_object] = ACTIONS(857), + [anon_sym_fun] = ACTIONS(859), + [anon_sym_SEMI] = ACTIONS(1407), + [anon_sym_get] = ACTIONS(861), + [anon_sym_set] = ACTIONS(863), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(867), + [anon_sym_for] = ACTIONS(869), + [anon_sym_while] = ACTIONS(871), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(873), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(317), + [anon_sym_inner] = ACTIONS(317), + [anon_sym_value] = ACTIONS(317), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(319), + [anon_sym_actual] = ACTIONS(319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(879), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [219] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9823), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), + [210] = { + [sym_type_alias] = STATE(4742), + [sym__declaration] = STATE(4742), + [sym_class_declaration] = STATE(4742), + [sym_function_declaration] = STATE(4742), + [sym_property_declaration] = STATE(4742), + [sym_getter] = STATE(4742), + [sym_setter] = STATE(4742), + [sym_object_declaration] = STATE(4742), + [sym__statement] = STATE(4742), + [sym_control_structure_body] = STATE(4861), + [sym__block] = STATE(4742), + [sym__loop_statement] = STATE(4742), + [sym_for_statement] = STATE(4742), + [sym_while_statement] = STATE(4742), + [sym_do_while_statement] = STATE(4742), + [sym_assignment] = STATE(4742), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8305), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(787), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_typealias] = ACTIONS(125), + [anon_sym_class] = ACTIONS(1101), + [anon_sym_interface] = ACTIONS(1101), + [anon_sym_enum] = ACTIONS(1103), + [anon_sym_LBRACE] = ACTIONS(825), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(1105), + [anon_sym_var] = ACTIONS(1105), + [anon_sym_object] = ACTIONS(1107), + [anon_sym_fun] = ACTIONS(1109), + [anon_sym_SEMI] = ACTIONS(1359), + [anon_sym_get] = ACTIONS(1111), + [anon_sym_set] = ACTIONS(1113), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(1117), + [anon_sym_while] = ACTIONS(1119), + [anon_sym_do] = ACTIONS(157), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [211] = { + [sym_type_alias] = STATE(1026), + [sym__declaration] = STATE(1026), + [sym_class_declaration] = STATE(1026), + [sym_function_declaration] = STATE(1026), + [sym_property_declaration] = STATE(1026), + [sym_getter] = STATE(1026), + [sym_setter] = STATE(1026), + [sym_object_declaration] = STATE(1026), + [sym__statement] = STATE(1026), + [sym_control_structure_body] = STATE(1147), + [sym__block] = STATE(1026), + [sym__loop_statement] = STATE(1026), + [sym_for_statement] = STATE(1026), + [sym_while_statement] = STATE(1026), + [sym_do_while_statement] = STATE(1026), + [sym_assignment] = STATE(1026), + [sym__expression] = STATE(519), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(774), + [sym_parenthesized_expression] = STATE(774), + [sym_collection_literal] = STATE(774), + [sym__literal_constant] = STATE(774), + [sym_string_literal] = STATE(774), + [sym_lambda_literal] = STATE(774), + [sym_anonymous_function] = STATE(774), + [sym__function_literal] = STATE(774), + [sym_object_literal] = STATE(774), + [sym_this_expression] = STATE(774), + [sym_super_expression] = STATE(774), + [sym_if_expression] = STATE(774), + [sym_when_expression] = STATE(774), + [sym_try_expression] = STATE(774), + [sym_jump_expression] = STATE(774), + [sym_callable_reference] = STATE(774), + [sym__prefix_unary_operator] = STATE(1605), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8372), + [sym_modifiers] = STATE(8313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(346), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(774), + [sym_long_literal] = STATE(774), + [sym_boolean_literal] = STATE(774), + [sym_character_literal] = STATE(774), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(754), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_typealias] = ACTIONS(391), + [anon_sym_class] = ACTIONS(1031), + [anon_sym_interface] = ACTIONS(1031), + [anon_sym_enum] = ACTIONS(1033), + [anon_sym_LBRACE] = ACTIONS(945), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_val] = ACTIONS(1035), + [anon_sym_var] = ACTIONS(1035), + [anon_sym_object] = ACTIONS(1037), + [anon_sym_fun] = ACTIONS(1039), + [anon_sym_SEMI] = ACTIONS(1361), + [anon_sym_get] = ACTIONS(1041), + [anon_sym_set] = ACTIONS(1043), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1047), + [anon_sym_for] = ACTIONS(1049), + [anon_sym_while] = ACTIONS(1051), + [anon_sym_do] = ACTIONS(423), + [anon_sym_null] = ACTIONS(965), + [anon_sym_if] = ACTIONS(721), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(445), + [anon_sym_inner] = ACTIONS(445), + [anon_sym_value] = ACTIONS(445), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(447), + [anon_sym_actual] = ACTIONS(447), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(971), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [212] = { + [sym_type_alias] = STATE(3122), + [sym__declaration] = STATE(3122), + [sym_class_declaration] = STATE(3122), + [sym_function_declaration] = STATE(3122), + [sym_property_declaration] = STATE(3122), + [sym_getter] = STATE(3122), + [sym_setter] = STATE(3122), + [sym_object_declaration] = STATE(3122), + [sym__statement] = STATE(3122), + [sym_control_structure_body] = STATE(3178), + [sym__block] = STATE(3122), + [sym__loop_statement] = STATE(3122), + [sym_for_statement] = STATE(3122), + [sym_while_statement] = STATE(3122), + [sym_do_while_statement] = STATE(3122), + [sym_assignment] = STATE(3122), + [sym__expression] = STATE(926), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2142), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8358), [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(345), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2750), + [sym_long_literal] = STATE(2750), + [sym_boolean_literal] = STATE(2750), + [sym_character_literal] = STATE(2750), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(793), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_typealias] = ACTIONS(477), + [anon_sym_class] = ACTIONS(479), + [anon_sym_interface] = ACTIONS(479), + [anon_sym_enum] = ACTIONS(481), + [anon_sym_LBRACE] = ACTIONS(483), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_val] = ACTIONS(487), + [anon_sym_var] = ACTIONS(487), + [anon_sym_object] = ACTIONS(489), + [anon_sym_fun] = ACTIONS(491), + [anon_sym_SEMI] = ACTIONS(1387), + [anon_sym_get] = ACTIONS(493), + [anon_sym_set] = ACTIONS(495), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1287), + [sym_label] = ACTIONS(503), + [anon_sym_for] = ACTIONS(505), + [anon_sym_while] = ACTIONS(507), + [anon_sym_do] = ACTIONS(509), + [anon_sym_null] = ACTIONS(511), + [anon_sym_if] = ACTIONS(513), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_PLUS_PLUS] = ACTIONS(529), + [anon_sym_DASH_DASH] = ACTIONS(529), + [anon_sym_BANG] = ACTIONS(529), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(543), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [213] = { + [sym_type_alias] = STATE(9108), + [sym__declaration] = STATE(9108), + [sym_class_declaration] = STATE(9108), + [sym_function_declaration] = STATE(9108), + [sym_property_declaration] = STATE(9108), + [sym_getter] = STATE(9108), + [sym_setter] = STATE(9108), + [sym_object_declaration] = STATE(9108), + [sym__statement] = STATE(9108), + [sym__loop_statement] = STATE(9108), + [sym_for_statement] = STATE(9108), + [sym_while_statement] = STATE(9108), + [sym_do_while_statement] = STATE(9108), + [sym_assignment] = STATE(9108), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym_source_file_repeat3] = STATE(215), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [ts_builtin_sym_end] = ACTIONS(1227), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -70686,7 +69719,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(1570), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -70758,86 +69790,407 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [220] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9752), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), + [214] = { + [sym_type_alias] = STATE(5405), + [sym__declaration] = STATE(5405), + [sym_class_declaration] = STATE(5405), + [sym_function_declaration] = STATE(5405), + [sym_property_declaration] = STATE(5405), + [sym_getter] = STATE(5405), + [sym_setter] = STATE(5405), + [sym_object_declaration] = STATE(5405), + [sym__statement] = STATE(5405), + [sym_control_structure_body] = STATE(5271), + [sym__block] = STATE(5405), + [sym__loop_statement] = STATE(5405), + [sym_for_statement] = STATE(5405), + [sym_while_statement] = STATE(5405), + [sym_do_while_statement] = STATE(5405), + [sym_assignment] = STATE(5405), + [sym__expression] = STATE(2290), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2162), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8389), + [sym_modifiers] = STATE(8285), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(782), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_typealias] = ACTIONS(1151), + [anon_sym_class] = ACTIONS(1153), + [anon_sym_interface] = ACTIONS(1153), + [anon_sym_enum] = ACTIONS(1155), + [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_val] = ACTIONS(1159), + [anon_sym_var] = ACTIONS(1159), + [anon_sym_object] = ACTIONS(1161), + [anon_sym_fun] = ACTIONS(1163), + [anon_sym_get] = ACTIONS(1165), + [anon_sym_set] = ACTIONS(1167), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1137), + [anon_sym_for] = ACTIONS(1169), + [anon_sym_while] = ACTIONS(1171), + [anon_sym_do] = ACTIONS(1173), + [anon_sym_null] = ACTIONS(905), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(911), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [215] = { + [sym_type_alias] = STATE(9108), + [sym__declaration] = STATE(9108), + [sym_class_declaration] = STATE(9108), + [sym_function_declaration] = STATE(9108), + [sym_property_declaration] = STATE(9108), + [sym_getter] = STATE(9108), + [sym_setter] = STATE(9108), + [sym_object_declaration] = STATE(9108), + [sym__statement] = STATE(9108), + [sym__loop_statement] = STATE(9108), + [sym_for_statement] = STATE(9108), + [sym_while_statement] = STATE(9108), + [sym_do_while_statement] = STATE(9108), + [sym_assignment] = STATE(9108), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym_source_file_repeat3] = STATE(215), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [ts_builtin_sym_end] = ACTIONS(1409), + [sym__alpha_identifier] = ACTIONS(1411), + [anon_sym_AT] = ACTIONS(1414), + [anon_sym_LBRACK] = ACTIONS(1417), + [anon_sym_typealias] = ACTIONS(1420), + [anon_sym_class] = ACTIONS(1423), + [anon_sym_interface] = ACTIONS(1423), + [anon_sym_enum] = ACTIONS(1426), + [anon_sym_LBRACE] = ACTIONS(1429), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_val] = ACTIONS(1435), + [anon_sym_var] = ACTIONS(1435), + [anon_sym_object] = ACTIONS(1438), + [anon_sym_fun] = ACTIONS(1441), + [anon_sym_get] = ACTIONS(1444), + [anon_sym_set] = ACTIONS(1447), + [anon_sym_this] = ACTIONS(1450), + [anon_sym_super] = ACTIONS(1453), + [anon_sym_STAR] = ACTIONS(1456), + [sym_label] = ACTIONS(1459), + [anon_sym_for] = ACTIONS(1462), + [anon_sym_while] = ACTIONS(1465), + [anon_sym_do] = ACTIONS(1468), + [anon_sym_null] = ACTIONS(1471), + [anon_sym_if] = ACTIONS(1474), + [anon_sym_when] = ACTIONS(1477), + [anon_sym_try] = ACTIONS(1480), + [anon_sym_throw] = ACTIONS(1483), + [anon_sym_return] = ACTIONS(1486), + [anon_sym_continue] = ACTIONS(1489), + [anon_sym_break] = ACTIONS(1489), + [anon_sym_COLON_COLON] = ACTIONS(1492), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_PLUS_PLUS] = ACTIONS(1498), + [anon_sym_DASH_DASH] = ACTIONS(1498), + [anon_sym_BANG] = ACTIONS(1498), + [anon_sym_suspend] = ACTIONS(1501), + [anon_sym_sealed] = ACTIONS(1504), + [anon_sym_annotation] = ACTIONS(1504), + [anon_sym_data] = ACTIONS(1507), + [anon_sym_inner] = ACTIONS(1507), + [anon_sym_value] = ACTIONS(1507), + [anon_sym_override] = ACTIONS(1510), + [anon_sym_lateinit] = ACTIONS(1510), + [anon_sym_public] = ACTIONS(1513), + [anon_sym_private] = ACTIONS(1513), + [anon_sym_internal] = ACTIONS(1513), + [anon_sym_protected] = ACTIONS(1513), + [anon_sym_tailrec] = ACTIONS(1501), + [anon_sym_operator] = ACTIONS(1501), + [anon_sym_infix] = ACTIONS(1501), + [anon_sym_inline] = ACTIONS(1501), + [anon_sym_external] = ACTIONS(1501), + [sym_property_modifier] = ACTIONS(1516), + [anon_sym_abstract] = ACTIONS(1519), + [anon_sym_final] = ACTIONS(1519), + [anon_sym_open] = ACTIONS(1519), + [anon_sym_vararg] = ACTIONS(1522), + [anon_sym_noinline] = ACTIONS(1522), + [anon_sym_crossinline] = ACTIONS(1522), + [anon_sym_expect] = ACTIONS(1525), + [anon_sym_actual] = ACTIONS(1525), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1528), + [anon_sym_continue_AT] = ACTIONS(1531), + [anon_sym_break_AT] = ACTIONS(1534), + [anon_sym_this_AT] = ACTIONS(1537), + [anon_sym_super_AT] = ACTIONS(1540), + [sym_real_literal] = ACTIONS(1543), + [sym_integer_literal] = ACTIONS(1546), + [sym_hex_literal] = ACTIONS(1549), + [sym_bin_literal] = ACTIONS(1549), + [anon_sym_true] = ACTIONS(1552), + [anon_sym_false] = ACTIONS(1552), + [anon_sym_SQUOTE] = ACTIONS(1555), + [sym__backtick_identifier] = ACTIONS(1558), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1561), + }, + [216] = { + [sym_type_alias] = STATE(9108), + [sym__declaration] = STATE(9108), + [sym_class_declaration] = STATE(9108), + [sym_function_declaration] = STATE(9108), + [sym_property_declaration] = STATE(9108), + [sym_getter] = STATE(9108), + [sym_setter] = STATE(9108), + [sym_object_declaration] = STATE(9108), + [sym__statement] = STATE(9108), + [sym__loop_statement] = STATE(9108), + [sym_for_statement] = STATE(9108), + [sym_while_statement] = STATE(9108), + [sym_do_while_statement] = STATE(9108), + [sym_assignment] = STATE(9108), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym_source_file_repeat3] = STATE(215), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [ts_builtin_sym_end] = ACTIONS(1147), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -70846,7 +70199,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(1572), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -70918,86 +70270,247 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [221] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9856), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [217] = { + [sym_type_alias] = STATE(9845), + [sym__declaration] = STATE(9845), + [sym_class_declaration] = STATE(9845), + [sym_function_declaration] = STATE(9845), + [sym_property_declaration] = STATE(9845), + [sym_getter] = STATE(9845), + [sym_setter] = STATE(9845), + [sym_object_declaration] = STATE(9845), + [sym__statement] = STATE(9845), + [sym_control_structure_body] = STATE(9843), + [sym__block] = STATE(9845), + [sym__loop_statement] = STATE(9845), + [sym_for_statement] = STATE(9845), + [sym_while_statement] = STATE(9845), + [sym_do_while_statement] = STATE(9845), + [sym_assignment] = STATE(9845), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8288), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_typealias] = ACTIONS(211), + [anon_sym_class] = ACTIONS(213), + [anon_sym_interface] = ACTIONS(213), + [anon_sym_enum] = ACTIONS(215), + [anon_sym_LBRACE] = ACTIONS(217), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(219), + [anon_sym_var] = ACTIONS(219), + [anon_sym_object] = ACTIONS(221), + [anon_sym_fun] = ACTIONS(223), + [anon_sym_get] = ACTIONS(227), + [anon_sym_set] = ACTIONS(229), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(235), + [anon_sym_while] = ACTIONS(1564), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [218] = { + [sym_type_alias] = STATE(9108), + [sym__declaration] = STATE(9108), + [sym_class_declaration] = STATE(9108), + [sym_function_declaration] = STATE(9108), + [sym_property_declaration] = STATE(9108), + [sym_getter] = STATE(9108), + [sym_setter] = STATE(9108), + [sym_object_declaration] = STATE(9108), + [sym__statement] = STATE(9108), + [sym__loop_statement] = STATE(9108), + [sym_for_statement] = STATE(9108), + [sym_while_statement] = STATE(9108), + [sym_do_while_statement] = STATE(9108), + [sym_assignment] = STATE(9108), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym_source_file_repeat3] = STATE(215), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [ts_builtin_sym_end] = ACTIONS(1566), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -71006,7 +70519,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(1574), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -71078,129 +70590,289 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [222] = { - [sym_type_alias] = STATE(9851), - [sym__declaration] = STATE(9851), - [sym_class_declaration] = STATE(9851), - [sym_function_declaration] = STATE(9851), - [sym_property_declaration] = STATE(9851), - [sym_getter] = STATE(9851), - [sym_setter] = STATE(9851), - [sym_object_declaration] = STATE(9851), - [sym__statement] = STATE(9851), - [sym_control_structure_body] = STATE(9476), - [sym__block] = STATE(9851), - [sym__loop_statement] = STATE(9851), - [sym_for_statement] = STATE(9851), - [sym_while_statement] = STATE(9851), - [sym_do_while_statement] = STATE(9851), - [sym_assignment] = STATE(9851), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), + [219] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9463), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(117), + [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_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_value] = 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), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [220] = { + [sym_type_alias] = STATE(9845), + [sym__declaration] = STATE(9845), + [sym_class_declaration] = STATE(9845), + [sym_function_declaration] = STATE(9845), + [sym_property_declaration] = STATE(9845), + [sym_getter] = STATE(9845), + [sym_setter] = STATE(9845), + [sym_object_declaration] = STATE(9845), + [sym__statement] = STATE(9845), + [sym_control_structure_body] = STATE(10141), + [sym__block] = STATE(9845), + [sym__loop_statement] = STATE(9845), + [sym_for_statement] = STATE(9845), + [sym_while_statement] = STATE(9845), + [sym_do_while_statement] = STATE(9845), + [sym_assignment] = STATE(9845), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8315), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8288), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(790), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(301), - [anon_sym_class] = ACTIONS(303), - [anon_sym_interface] = ACTIONS(303), - [anon_sym_enum] = ACTIONS(305), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(309), - [anon_sym_var] = ACTIONS(309), - [anon_sym_object] = ACTIONS(311), - [anon_sym_fun] = ACTIONS(313), - [anon_sym_get] = ACTIONS(317), - [anon_sym_set] = ACTIONS(319), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_typealias] = ACTIONS(211), + [anon_sym_class] = ACTIONS(213), + [anon_sym_interface] = ACTIONS(213), + [anon_sym_enum] = ACTIONS(215), + [anon_sym_LBRACE] = ACTIONS(217), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(219), + [anon_sym_var] = ACTIONS(219), + [anon_sym_object] = ACTIONS(221), + [anon_sym_fun] = ACTIONS(223), + [anon_sym_get] = ACTIONS(227), + [anon_sym_set] = ACTIONS(229), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(325), - [anon_sym_while] = ACTIONS(1409), - [anon_sym_do] = ACTIONS(329), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(235), + [anon_sym_while] = ACTIONS(1570), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -71219,148 +70891,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), }, - [223] = { - [sym_type_alias] = STATE(9851), - [sym__declaration] = STATE(9851), - [sym_class_declaration] = STATE(9851), - [sym_function_declaration] = STATE(9851), - [sym_property_declaration] = STATE(9851), - [sym_getter] = STATE(9851), - [sym_setter] = STATE(9851), - [sym_object_declaration] = STATE(9851), - [sym__statement] = STATE(9851), - [sym_control_structure_body] = STATE(9482), - [sym__block] = STATE(9851), - [sym__loop_statement] = STATE(9851), - [sym_for_statement] = STATE(9851), - [sym_while_statement] = STATE(9851), - [sym_do_while_statement] = STATE(9851), - [sym_assignment] = STATE(9851), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), + [221] = { + [sym_type_alias] = STATE(9845), + [sym__declaration] = STATE(9845), + [sym_class_declaration] = STATE(9845), + [sym_function_declaration] = STATE(9845), + [sym_property_declaration] = STATE(9845), + [sym_getter] = STATE(9845), + [sym_setter] = STATE(9845), + [sym_object_declaration] = STATE(9845), + [sym__statement] = STATE(9845), + [sym_control_structure_body] = STATE(9792), + [sym__block] = STATE(9845), + [sym__loop_statement] = STATE(9845), + [sym_for_statement] = STATE(9845), + [sym_while_statement] = STATE(9845), + [sym_do_while_statement] = STATE(9845), + [sym_assignment] = STATE(9845), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8315), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8288), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(790), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(301), - [anon_sym_class] = ACTIONS(303), - [anon_sym_interface] = ACTIONS(303), - [anon_sym_enum] = ACTIONS(305), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(309), - [anon_sym_var] = ACTIONS(309), - [anon_sym_object] = ACTIONS(311), - [anon_sym_fun] = ACTIONS(313), - [anon_sym_get] = ACTIONS(317), - [anon_sym_set] = ACTIONS(319), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_typealias] = ACTIONS(211), + [anon_sym_class] = ACTIONS(213), + [anon_sym_interface] = ACTIONS(213), + [anon_sym_enum] = ACTIONS(215), + [anon_sym_LBRACE] = ACTIONS(217), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(219), + [anon_sym_var] = ACTIONS(219), + [anon_sym_object] = ACTIONS(221), + [anon_sym_fun] = ACTIONS(223), + [anon_sym_get] = ACTIONS(227), + [anon_sym_set] = ACTIONS(229), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(325), - [anon_sym_while] = ACTIONS(1576), - [anon_sym_do] = ACTIONS(329), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(235), + [anon_sym_while] = ACTIONS(1572), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -71379,105 +71051,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), }, - [224] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9729), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [222] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9780), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -71486,7 +71158,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(1578), + [anon_sym_RBRACE] = ACTIONS(1574), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -71558,278 +71230,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [225] = { - [sym__expression] = STATE(1202), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_RBRACK] = ACTIONS(1582), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_EQ] = ACTIONS(1584), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_COMMA] = ACTIONS(1582), - [anon_sym_RPAREN] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_where] = ACTIONS(1584), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(149), - [anon_sym_DASH_GT] = ACTIONS(1582), - [sym_label] = ACTIONS(175), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_while] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS_EQ] = ACTIONS(1582), - [anon_sym_DASH_EQ] = ACTIONS(1582), - [anon_sym_STAR_EQ] = ACTIONS(1582), - [anon_sym_SLASH_EQ] = ACTIONS(1582), - [anon_sym_PERCENT_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1584), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(175), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_suspend] = ACTIONS(1584), - [anon_sym_sealed] = ACTIONS(1584), - [anon_sym_annotation] = ACTIONS(1584), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_override] = ACTIONS(1584), - [anon_sym_lateinit] = ACTIONS(1584), - [anon_sym_public] = ACTIONS(1584), - [anon_sym_private] = ACTIONS(1584), - [anon_sym_internal] = ACTIONS(1584), - [anon_sym_protected] = ACTIONS(1584), - [anon_sym_tailrec] = ACTIONS(1584), - [anon_sym_operator] = ACTIONS(1584), - [anon_sym_infix] = ACTIONS(1584), - [anon_sym_inline] = ACTIONS(1584), - [anon_sym_external] = ACTIONS(1584), - [sym_property_modifier] = ACTIONS(1584), - [anon_sym_abstract] = ACTIONS(1584), - [anon_sym_final] = ACTIONS(1584), - [anon_sym_open] = ACTIONS(1584), - [anon_sym_vararg] = ACTIONS(1584), - [anon_sym_noinline] = ACTIONS(1584), - [anon_sym_crossinline] = ACTIONS(1584), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(1582), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [226] = { - [sym_type_alias] = STATE(5382), - [sym__declaration] = STATE(5382), - [sym_class_declaration] = STATE(5382), - [sym_function_declaration] = STATE(5382), - [sym_property_declaration] = STATE(5382), - [sym_getter] = STATE(5382), - [sym_setter] = STATE(5382), - [sym_object_declaration] = STATE(5382), - [sym__statement] = STATE(5382), - [sym_control_structure_body] = STATE(5272), - [sym__block] = STATE(5382), - [sym__loop_statement] = STATE(5382), - [sym_for_statement] = STATE(5382), - [sym_while_statement] = STATE(5382), - [sym_do_while_statement] = STATE(5382), - [sym_assignment] = STATE(5382), - [sym__expression] = STATE(2313), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(2166), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8363), - [sym_modifiers] = STATE(8312), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(340), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(755), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(557), + [223] = { + [sym_type_alias] = STATE(5405), + [sym__declaration] = STATE(5405), + [sym_class_declaration] = STATE(5405), + [sym_function_declaration] = STATE(5405), + [sym_property_declaration] = STATE(5405), + [sym_getter] = STATE(5405), + [sym_setter] = STATE(5405), + [sym_object_declaration] = STATE(5405), + [sym__statement] = STATE(5405), + [sym_control_structure_body] = STATE(5273), + [sym__block] = STATE(5405), + [sym__loop_statement] = STATE(5405), + [sym_for_statement] = STATE(5405), + [sym_while_statement] = STATE(5405), + [sym_do_while_statement] = STATE(5405), + [sym_assignment] = STATE(5405), + [sym__expression] = STATE(2290), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2162), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8389), + [sym_modifiers] = STATE(8285), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(354), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(782), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(473), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACK] = ACTIONS(475), [anon_sym_typealias] = ACTIONS(1151), [anon_sym_class] = ACTIONS(1153), [anon_sym_interface] = ACTIONS(1153), [anon_sym_enum] = ACTIONS(1155), [anon_sym_LBRACE] = ACTIONS(1157), - [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_LPAREN] = ACTIONS(485), [anon_sym_val] = ACTIONS(1159), [anon_sym_var] = ACTIONS(1159), [anon_sym_object] = ACTIONS(1161), [anon_sym_fun] = ACTIONS(1163), [anon_sym_get] = ACTIONS(1165), [anon_sym_set] = ACTIONS(1167), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), [anon_sym_STAR] = ACTIONS(1135), [sym_label] = ACTIONS(1137), [anon_sym_for] = ACTIONS(1169), [anon_sym_while] = ACTIONS(1171), [anon_sym_do] = ACTIONS(1173), - [anon_sym_null] = ACTIONS(997), - [anon_sym_if] = ACTIONS(715), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_null] = ACTIONS(905), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), [anon_sym_PLUS] = ACTIONS(1143), [anon_sym_DASH] = ACTIONS(1143), [anon_sym_PLUS_PLUS] = ACTIONS(1145), @@ -71838,9 +71350,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(615), - [anon_sym_inner] = ACTIONS(615), - [anon_sym_value] = ACTIONS(615), + [anon_sym_data] = ACTIONS(531), + [anon_sym_inner] = ACTIONS(531), + [anon_sym_value] = ACTIONS(531), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -71859,148 +71371,308 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(617), - [anon_sym_actual] = ACTIONS(617), + [anon_sym_expect] = ACTIONS(533), + [anon_sym_actual] = ACTIONS(533), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1003), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(911), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(555), }, - [227] = { - [sym_type_alias] = STATE(9851), - [sym__declaration] = STATE(9851), - [sym_class_declaration] = STATE(9851), - [sym_function_declaration] = STATE(9851), - [sym_property_declaration] = STATE(9851), - [sym_getter] = STATE(9851), - [sym_setter] = STATE(9851), - [sym_object_declaration] = STATE(9851), - [sym__statement] = STATE(9851), - [sym_control_structure_body] = STATE(9606), - [sym__block] = STATE(9851), - [sym__loop_statement] = STATE(9851), - [sym_for_statement] = STATE(9851), - [sym_while_statement] = STATE(9851), - [sym_do_while_statement] = STATE(9851), - [sym_assignment] = STATE(9851), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), + [224] = { + [sym_type_alias] = STATE(9845), + [sym__declaration] = STATE(9845), + [sym_class_declaration] = STATE(9845), + [sym_function_declaration] = STATE(9845), + [sym_property_declaration] = STATE(9845), + [sym_getter] = STATE(9845), + [sym_setter] = STATE(9845), + [sym_object_declaration] = STATE(9845), + [sym__statement] = STATE(9845), + [sym_control_structure_body] = STATE(9689), + [sym__block] = STATE(9845), + [sym__loop_statement] = STATE(9845), + [sym_for_statement] = STATE(9845), + [sym_while_statement] = STATE(9845), + [sym_do_while_statement] = STATE(9845), + [sym_assignment] = STATE(9845), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8315), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8288), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(790), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_typealias] = ACTIONS(211), + [anon_sym_class] = ACTIONS(213), + [anon_sym_interface] = ACTIONS(213), + [anon_sym_enum] = ACTIONS(215), + [anon_sym_LBRACE] = ACTIONS(217), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(219), + [anon_sym_var] = ACTIONS(219), + [anon_sym_object] = ACTIONS(221), + [anon_sym_fun] = ACTIONS(223), + [anon_sym_get] = ACTIONS(227), + [anon_sym_set] = ACTIONS(229), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [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(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [225] = { + [sym_type_alias] = STATE(9845), + [sym__declaration] = STATE(9845), + [sym_class_declaration] = STATE(9845), + [sym_function_declaration] = STATE(9845), + [sym_property_declaration] = STATE(9845), + [sym_getter] = STATE(9845), + [sym_setter] = STATE(9845), + [sym_object_declaration] = STATE(9845), + [sym__statement] = STATE(9845), + [sym_control_structure_body] = STATE(9515), + [sym__block] = STATE(9845), + [sym__loop_statement] = STATE(9845), + [sym_for_statement] = STATE(9845), + [sym_while_statement] = STATE(9845), + [sym_do_while_statement] = STATE(9845), + [sym_assignment] = STATE(9845), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8288), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(301), - [anon_sym_class] = ACTIONS(303), - [anon_sym_interface] = ACTIONS(303), - [anon_sym_enum] = ACTIONS(305), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(309), - [anon_sym_var] = ACTIONS(309), - [anon_sym_object] = ACTIONS(311), - [anon_sym_fun] = ACTIONS(313), - [anon_sym_get] = ACTIONS(317), - [anon_sym_set] = ACTIONS(319), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_typealias] = ACTIONS(211), + [anon_sym_class] = ACTIONS(213), + [anon_sym_interface] = ACTIONS(213), + [anon_sym_enum] = ACTIONS(215), + [anon_sym_LBRACE] = ACTIONS(217), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(219), + [anon_sym_var] = ACTIONS(219), + [anon_sym_object] = ACTIONS(221), + [anon_sym_fun] = ACTIONS(223), + [anon_sym_get] = ACTIONS(227), + [anon_sym_set] = ACTIONS(229), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(325), - [anon_sym_while] = ACTIONS(327), - [anon_sym_do] = ACTIONS(329), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(235), + [anon_sym_while] = ACTIONS(1576), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -72019,106 +71691,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), }, - [228] = { - [sym_type_alias] = STATE(9114), - [sym__declaration] = STATE(9114), - [sym_class_declaration] = STATE(9114), - [sym_function_declaration] = STATE(9114), - [sym_property_declaration] = STATE(9114), - [sym_getter] = STATE(9114), - [sym_setter] = STATE(9114), - [sym_object_declaration] = STATE(9114), - [sym__statement] = STATE(9114), - [sym__loop_statement] = STATE(9114), - [sym_for_statement] = STATE(9114), - [sym_while_statement] = STATE(9114), - [sym_do_while_statement] = STATE(9114), - [sym_assignment] = STATE(9114), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym_source_file_repeat3] = STATE(218), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [ts_builtin_sym_end] = ACTIONS(1598), + [226] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9481), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -72127,6 +71798,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(1578), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -72198,129 +71870,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [229] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9850), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), + [227] = { + [sym_type_alias] = STATE(9845), + [sym__declaration] = STATE(9845), + [sym_class_declaration] = STATE(9845), + [sym_function_declaration] = STATE(9845), + [sym_property_declaration] = STATE(9845), + [sym_getter] = STATE(9845), + [sym_setter] = STATE(9845), + [sym_object_declaration] = STATE(9845), + [sym__statement] = STATE(9845), + [sym_control_structure_body] = STATE(9855), + [sym__block] = STATE(9845), + [sym__loop_statement] = STATE(9845), + [sym_for_statement] = STATE(9845), + [sym_while_statement] = STATE(9845), + [sym_do_while_statement] = STATE(9845), + [sym_assignment] = STATE(9845), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8288), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [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(1600), - [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(119), + [anon_sym_typealias] = ACTIONS(211), + [anon_sym_class] = ACTIONS(213), + [anon_sym_interface] = ACTIONS(213), + [anon_sym_enum] = ACTIONS(215), + [anon_sym_LBRACE] = ACTIONS(217), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(219), + [anon_sym_var] = ACTIONS(219), + [anon_sym_object] = ACTIONS(221), + [anon_sym_fun] = ACTIONS(223), + [anon_sym_get] = ACTIONS(227), + [anon_sym_set] = ACTIONS(229), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(235), + [anon_sym_while] = ACTIONS(1580), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [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_value] = ACTIONS(77), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -72339,105 +72011,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(181), + [anon_sym_actual] = ACTIONS(181), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(205), }, - [230] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9663), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [228] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9816), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -72446,7 +72118,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(1602), + [anon_sym_RBRACE] = ACTIONS(1582), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -72518,129 +72190,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [231] = { - [sym_type_alias] = STATE(9851), - [sym__declaration] = STATE(9851), - [sym_class_declaration] = STATE(9851), - [sym_function_declaration] = STATE(9851), - [sym_property_declaration] = STATE(9851), - [sym_getter] = STATE(9851), - [sym_setter] = STATE(9851), - [sym_object_declaration] = STATE(9851), - [sym__statement] = STATE(9851), - [sym_control_structure_body] = STATE(10147), - [sym__block] = STATE(9851), - [sym__loop_statement] = STATE(9851), - [sym_for_statement] = STATE(9851), - [sym_while_statement] = STATE(9851), - [sym_do_while_statement] = STATE(9851), - [sym_assignment] = STATE(9851), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), + [229] = { + [sym_type_alias] = STATE(9845), + [sym__declaration] = STATE(9845), + [sym_class_declaration] = STATE(9845), + [sym_function_declaration] = STATE(9845), + [sym_property_declaration] = STATE(9845), + [sym_getter] = STATE(9845), + [sym_setter] = STATE(9845), + [sym_object_declaration] = STATE(9845), + [sym__statement] = STATE(9845), + [sym_control_structure_body] = STATE(9771), + [sym__block] = STATE(9845), + [sym__loop_statement] = STATE(9845), + [sym_for_statement] = STATE(9845), + [sym_while_statement] = STATE(9845), + [sym_do_while_statement] = STATE(9845), + [sym_assignment] = STATE(9845), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8315), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8288), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(790), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(301), - [anon_sym_class] = ACTIONS(303), - [anon_sym_interface] = ACTIONS(303), - [anon_sym_enum] = ACTIONS(305), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(309), - [anon_sym_var] = ACTIONS(309), - [anon_sym_object] = ACTIONS(311), - [anon_sym_fun] = ACTIONS(313), - [anon_sym_get] = ACTIONS(317), - [anon_sym_set] = ACTIONS(319), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_typealias] = ACTIONS(211), + [anon_sym_class] = ACTIONS(213), + [anon_sym_interface] = ACTIONS(213), + [anon_sym_enum] = ACTIONS(215), + [anon_sym_LBRACE] = ACTIONS(217), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(219), + [anon_sym_var] = ACTIONS(219), + [anon_sym_object] = ACTIONS(221), + [anon_sym_fun] = ACTIONS(223), + [anon_sym_get] = ACTIONS(227), + [anon_sym_set] = ACTIONS(229), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(325), - [anon_sym_while] = ACTIONS(1604), - [anon_sym_do] = ACTIONS(329), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(235), + [anon_sym_while] = ACTIONS(1572), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -72659,105 +72331,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(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), }, - [232] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9583), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [230] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9568), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -72766,7 +72438,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(1606), + [anon_sym_RBRACE] = ACTIONS(1584), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -72838,887 +72510,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [233] = { - [sym_type_alias] = STATE(9851), - [sym__declaration] = STATE(9851), - [sym_class_declaration] = STATE(9851), - [sym_function_declaration] = STATE(9851), - [sym_property_declaration] = STATE(9851), - [sym_getter] = STATE(9851), - [sym_setter] = STATE(9851), - [sym_object_declaration] = STATE(9851), - [sym__statement] = STATE(9851), - [sym_control_structure_body] = STATE(9483), - [sym__block] = STATE(9851), - [sym__loop_statement] = STATE(9851), - [sym_for_statement] = STATE(9851), - [sym_while_statement] = STATE(9851), - [sym_do_while_statement] = STATE(9851), - [sym_assignment] = STATE(9851), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8315), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(790), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(301), - [anon_sym_class] = ACTIONS(303), - [anon_sym_interface] = ACTIONS(303), - [anon_sym_enum] = ACTIONS(305), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(309), - [anon_sym_var] = ACTIONS(309), - [anon_sym_object] = ACTIONS(311), - [anon_sym_fun] = ACTIONS(313), - [anon_sym_get] = ACTIONS(317), - [anon_sym_set] = ACTIONS(319), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(325), - [anon_sym_while] = ACTIONS(1409), - [anon_sym_do] = ACTIONS(329), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [234] = { - [sym_type_alias] = STATE(9851), - [sym__declaration] = STATE(9851), - [sym_class_declaration] = STATE(9851), - [sym_function_declaration] = STATE(9851), - [sym_property_declaration] = STATE(9851), - [sym_getter] = STATE(9851), - [sym_setter] = STATE(9851), - [sym_object_declaration] = STATE(9851), - [sym__statement] = STATE(9851), - [sym_control_structure_body] = STATE(9849), - [sym__block] = STATE(9851), - [sym__loop_statement] = STATE(9851), - [sym_for_statement] = STATE(9851), - [sym_while_statement] = STATE(9851), - [sym_do_while_statement] = STATE(9851), - [sym_assignment] = STATE(9851), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8315), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(790), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(301), - [anon_sym_class] = ACTIONS(303), - [anon_sym_interface] = ACTIONS(303), - [anon_sym_enum] = ACTIONS(305), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(309), - [anon_sym_var] = ACTIONS(309), - [anon_sym_object] = ACTIONS(311), - [anon_sym_fun] = ACTIONS(313), - [anon_sym_get] = ACTIONS(317), - [anon_sym_set] = ACTIONS(319), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(325), - [anon_sym_while] = ACTIONS(1608), - [anon_sym_do] = ACTIONS(329), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [235] = { - [sym_type_alias] = STATE(9851), - [sym__declaration] = STATE(9851), - [sym_class_declaration] = STATE(9851), - [sym_function_declaration] = STATE(9851), - [sym_property_declaration] = STATE(9851), - [sym_getter] = STATE(9851), - [sym_setter] = STATE(9851), - [sym_object_declaration] = STATE(9851), - [sym__statement] = STATE(9851), - [sym_control_structure_body] = STATE(9622), - [sym__block] = STATE(9851), - [sym__loop_statement] = STATE(9851), - [sym_for_statement] = STATE(9851), - [sym_while_statement] = STATE(9851), - [sym_do_while_statement] = STATE(9851), - [sym_assignment] = STATE(9851), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8315), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(790), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(301), - [anon_sym_class] = ACTIONS(303), - [anon_sym_interface] = ACTIONS(303), - [anon_sym_enum] = ACTIONS(305), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(309), - [anon_sym_var] = ACTIONS(309), - [anon_sym_object] = ACTIONS(311), - [anon_sym_fun] = ACTIONS(313), - [anon_sym_get] = ACTIONS(317), - [anon_sym_set] = ACTIONS(319), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(325), - [anon_sym_while] = ACTIONS(327), - [anon_sym_do] = ACTIONS(329), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [236] = { - [sym_type_alias] = STATE(9851), - [sym__declaration] = STATE(9851), - [sym_class_declaration] = STATE(9851), - [sym_function_declaration] = STATE(9851), - [sym_property_declaration] = STATE(9851), - [sym_getter] = STATE(9851), - [sym_setter] = STATE(9851), - [sym_object_declaration] = STATE(9851), - [sym__statement] = STATE(9851), - [sym_control_structure_body] = STATE(9700), - [sym__block] = STATE(9851), - [sym__loop_statement] = STATE(9851), - [sym_for_statement] = STATE(9851), - [sym_while_statement] = STATE(9851), - [sym_do_while_statement] = STATE(9851), - [sym_assignment] = STATE(9851), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8315), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(790), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(301), - [anon_sym_class] = ACTIONS(303), - [anon_sym_interface] = ACTIONS(303), - [anon_sym_enum] = ACTIONS(305), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(309), - [anon_sym_var] = ACTIONS(309), - [anon_sym_object] = ACTIONS(311), - [anon_sym_fun] = ACTIONS(313), - [anon_sym_get] = ACTIONS(317), - [anon_sym_set] = ACTIONS(319), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(325), - [anon_sym_while] = ACTIONS(1409), - [anon_sym_do] = ACTIONS(329), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [237] = { - [sym_type_alias] = STATE(9851), - [sym__declaration] = STATE(9851), - [sym_class_declaration] = STATE(9851), - [sym_function_declaration] = STATE(9851), - [sym_property_declaration] = STATE(9851), - [sym_getter] = STATE(9851), - [sym_setter] = STATE(9851), - [sym_object_declaration] = STATE(9851), - [sym__statement] = STATE(9851), - [sym_control_structure_body] = STATE(9468), - [sym__block] = STATE(9851), - [sym__loop_statement] = STATE(9851), - [sym_for_statement] = STATE(9851), - [sym_while_statement] = STATE(9851), - [sym_do_while_statement] = STATE(9851), - [sym_assignment] = STATE(9851), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8315), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(790), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(301), - [anon_sym_class] = ACTIONS(303), - [anon_sym_interface] = ACTIONS(303), - [anon_sym_enum] = ACTIONS(305), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(309), - [anon_sym_var] = ACTIONS(309), - [anon_sym_object] = ACTIONS(311), - [anon_sym_fun] = ACTIONS(313), - [anon_sym_get] = ACTIONS(317), - [anon_sym_set] = ACTIONS(319), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(325), - [anon_sym_while] = ACTIONS(1576), - [anon_sym_do] = ACTIONS(329), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [238] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9572), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), + [231] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9533), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_typealias] = ACTIONS(19), @@ -73726,7 +72598,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(1610), + [anon_sym_RBRACE] = ACTIONS(1586), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -73798,86 +72670,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [239] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9465), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [232] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9577), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -73886,7 +72758,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(1612), + [anon_sym_RBRACE] = ACTIONS(1588), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -73958,86 +72830,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [240] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9510), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [233] = { + [sym_type_alias] = STATE(9108), + [sym__declaration] = STATE(9108), + [sym_class_declaration] = STATE(9108), + [sym_function_declaration] = STATE(9108), + [sym_property_declaration] = STATE(9108), + [sym_getter] = STATE(9108), + [sym_setter] = STATE(9108), + [sym_object_declaration] = STATE(9108), + [sym__statement] = STATE(9108), + [sym__loop_statement] = STATE(9108), + [sym_for_statement] = STATE(9108), + [sym_while_statement] = STATE(9108), + [sym_do_while_statement] = STATE(9108), + [sym_assignment] = STATE(9108), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym_source_file_repeat3] = STATE(215), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [ts_builtin_sym_end] = ACTIONS(1223), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -74046,7 +72919,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(1614), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -74118,87 +72990,246 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [241] = { - [sym_type_alias] = STATE(9114), - [sym__declaration] = STATE(9114), - [sym_class_declaration] = STATE(9114), - [sym_function_declaration] = STATE(9114), - [sym_property_declaration] = STATE(9114), - [sym_getter] = STATE(9114), - [sym_setter] = STATE(9114), - [sym_object_declaration] = STATE(9114), - [sym__statement] = STATE(9114), - [sym__loop_statement] = STATE(9114), - [sym_for_statement] = STATE(9114), - [sym_while_statement] = STATE(9114), - [sym_do_while_statement] = STATE(9114), - [sym_assignment] = STATE(9114), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym_source_file_repeat3] = STATE(218), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [ts_builtin_sym_end] = ACTIONS(1213), + [234] = { + [sym_type_alias] = STATE(9845), + [sym__declaration] = STATE(9845), + [sym_class_declaration] = STATE(9845), + [sym_function_declaration] = STATE(9845), + [sym_property_declaration] = STATE(9845), + [sym_getter] = STATE(9845), + [sym_setter] = STATE(9845), + [sym_object_declaration] = STATE(9845), + [sym__statement] = STATE(9845), + [sym_control_structure_body] = STATE(9679), + [sym__block] = STATE(9845), + [sym__loop_statement] = STATE(9845), + [sym_for_statement] = STATE(9845), + [sym_while_statement] = STATE(9845), + [sym_do_while_statement] = STATE(9845), + [sym_assignment] = STATE(9845), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8288), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_typealias] = ACTIONS(211), + [anon_sym_class] = ACTIONS(213), + [anon_sym_interface] = ACTIONS(213), + [anon_sym_enum] = ACTIONS(215), + [anon_sym_LBRACE] = ACTIONS(217), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(219), + [anon_sym_var] = ACTIONS(219), + [anon_sym_object] = ACTIONS(221), + [anon_sym_fun] = ACTIONS(223), + [anon_sym_get] = ACTIONS(227), + [anon_sym_set] = ACTIONS(229), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [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(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [235] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9514), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -74207,6 +73238,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_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -74278,86 +73310,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [242] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9491), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [236] = { + [sym_type_alias] = STATE(9108), + [sym__declaration] = STATE(9108), + [sym_class_declaration] = STATE(9108), + [sym_function_declaration] = STATE(9108), + [sym_property_declaration] = STATE(9108), + [sym_getter] = STATE(9108), + [sym_setter] = STATE(9108), + [sym_object_declaration] = STATE(9108), + [sym__statement] = STATE(9108), + [sym__loop_statement] = STATE(9108), + [sym_for_statement] = STATE(9108), + [sym_while_statement] = STATE(9108), + [sym_do_while_statement] = STATE(9108), + [sym_assignment] = STATE(9108), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym_source_file_repeat3] = STATE(215), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [ts_builtin_sym_end] = ACTIONS(1149), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -74366,7 +73399,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(1616), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -74438,86 +73470,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [243] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9724), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [237] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9483), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -74526,7 +73558,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(1618), + [anon_sym_RBRACE] = ACTIONS(1592), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -74598,246 +73630,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [244] = { - [sym_type_alias] = STATE(9851), - [sym__declaration] = STATE(9851), - [sym_class_declaration] = STATE(9851), - [sym_function_declaration] = STATE(9851), - [sym_property_declaration] = STATE(9851), - [sym_getter] = STATE(9851), - [sym_setter] = STATE(9851), - [sym_object_declaration] = STATE(9851), - [sym__statement] = STATE(9851), - [sym_control_structure_body] = STATE(9764), - [sym__block] = STATE(9851), - [sym__loop_statement] = STATE(9851), - [sym_for_statement] = STATE(9851), - [sym_while_statement] = STATE(9851), - [sym_do_while_statement] = STATE(9851), - [sym_assignment] = STATE(9851), - [sym__expression] = STATE(4281), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_modifiers] = STATE(8315), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(335), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(790), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(117), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_typealias] = ACTIONS(301), - [anon_sym_class] = ACTIONS(303), - [anon_sym_interface] = ACTIONS(303), - [anon_sym_enum] = ACTIONS(305), - [anon_sym_LBRACE] = ACTIONS(307), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(309), - [anon_sym_var] = ACTIONS(309), - [anon_sym_object] = ACTIONS(311), - [anon_sym_fun] = ACTIONS(313), - [anon_sym_get] = ACTIONS(317), - [anon_sym_set] = ACTIONS(319), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(325), - [anon_sym_while] = ACTIONS(1620), - [anon_sym_do] = ACTIONS(329), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(269), - [anon_sym_inner] = ACTIONS(269), - [anon_sym_value] = ACTIONS(269), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(271), - [anon_sym_actual] = ACTIONS(271), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [245] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9924), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [238] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9459), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -74846,7 +73718,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(1622), + [anon_sym_RBRACE] = ACTIONS(1594), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -74918,86 +73790,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [246] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(10046), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [239] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9543), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -75006,7 +73878,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(1624), + [anon_sym_RBRACE] = ACTIONS(1596), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -75078,86 +73950,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [247] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9524), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [240] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9657), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -75166,7 +74038,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(1626), + [anon_sym_RBRACE] = ACTIONS(1598), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -75238,86 +74110,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [248] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9717), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [241] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9742), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -75326,7 +74198,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(1628), + [anon_sym_RBRACE] = ACTIONS(1600), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -75398,129 +74270,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [249] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9473), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(7), + [242] = { + [sym_type_alias] = STATE(9845), + [sym__declaration] = STATE(9845), + [sym_class_declaration] = STATE(9845), + [sym_function_declaration] = STATE(9845), + [sym_property_declaration] = STATE(9845), + [sym_getter] = STATE(9845), + [sym_setter] = STATE(9845), + [sym_object_declaration] = STATE(9845), + [sym__statement] = STATE(9845), + [sym_control_structure_body] = STATE(9791), + [sym__block] = STATE(9845), + [sym__loop_statement] = STATE(9845), + [sym_for_statement] = STATE(9845), + [sym_while_statement] = STATE(9845), + [sym_do_while_statement] = STATE(9845), + [sym_assignment] = STATE(9845), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8288), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), [anon_sym_AT] = ACTIONS(117), - [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(1630), - [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(119), + [anon_sym_typealias] = ACTIONS(211), + [anon_sym_class] = ACTIONS(213), + [anon_sym_interface] = ACTIONS(213), + [anon_sym_enum] = ACTIONS(215), + [anon_sym_LBRACE] = ACTIONS(217), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(219), + [anon_sym_var] = ACTIONS(219), + [anon_sym_object] = ACTIONS(221), + [anon_sym_fun] = ACTIONS(223), + [anon_sym_get] = ACTIONS(227), + [anon_sym_set] = ACTIONS(229), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(235), + [anon_sym_while] = ACTIONS(1580), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [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_value] = ACTIONS(77), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -75539,105 +74411,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(89), - [anon_sym_actual] = ACTIONS(89), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(205), }, - [250] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9499), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [243] = { + [sym_type_alias] = STATE(9845), + [sym__declaration] = STATE(9845), + [sym_class_declaration] = STATE(9845), + [sym_function_declaration] = STATE(9845), + [sym_property_declaration] = STATE(9845), + [sym_getter] = STATE(9845), + [sym_setter] = STATE(9845), + [sym_object_declaration] = STATE(9845), + [sym__statement] = STATE(9845), + [sym_control_structure_body] = STATE(9778), + [sym__block] = STATE(9845), + [sym__loop_statement] = STATE(9845), + [sym_for_statement] = STATE(9845), + [sym_while_statement] = STATE(9845), + [sym_do_while_statement] = STATE(9845), + [sym_assignment] = STATE(9845), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8288), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_typealias] = ACTIONS(211), + [anon_sym_class] = ACTIONS(213), + [anon_sym_interface] = ACTIONS(213), + [anon_sym_enum] = ACTIONS(215), + [anon_sym_LBRACE] = ACTIONS(217), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(219), + [anon_sym_var] = ACTIONS(219), + [anon_sym_object] = ACTIONS(221), + [anon_sym_fun] = ACTIONS(223), + [anon_sym_get] = ACTIONS(227), + [anon_sym_set] = ACTIONS(229), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(235), + [anon_sym_while] = ACTIONS(1572), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [244] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9766), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -75646,7 +74678,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(1632), + [anon_sym_RBRACE] = ACTIONS(1602), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -75718,87 +74750,246 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [251] = { - [sym_type_alias] = STATE(9114), - [sym__declaration] = STATE(9114), - [sym_class_declaration] = STATE(9114), - [sym_function_declaration] = STATE(9114), - [sym_property_declaration] = STATE(9114), - [sym_getter] = STATE(9114), - [sym_setter] = STATE(9114), - [sym_object_declaration] = STATE(9114), - [sym__statement] = STATE(9114), - [sym__loop_statement] = STATE(9114), - [sym_for_statement] = STATE(9114), - [sym_while_statement] = STATE(9114), - [sym_do_while_statement] = STATE(9114), - [sym_assignment] = STATE(9114), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym_source_file_repeat3] = STATE(218), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [ts_builtin_sym_end] = ACTIONS(1149), + [245] = { + [sym__expression] = STATE(1198), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_RBRACK] = ACTIONS(1606), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_EQ] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_COMMA] = ACTIONS(1606), + [anon_sym_RPAREN] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_where] = ACTIONS(1608), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(287), + [anon_sym_DASH_GT] = ACTIONS(1606), + [sym_label] = ACTIONS(313), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_while] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS_EQ] = ACTIONS(1606), + [anon_sym_DASH_EQ] = ACTIONS(1606), + [anon_sym_STAR_EQ] = ACTIONS(1606), + [anon_sym_SLASH_EQ] = ACTIONS(1606), + [anon_sym_PERCENT_EQ] = ACTIONS(1606), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1608), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(313), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_suspend] = ACTIONS(1608), + [anon_sym_sealed] = ACTIONS(1608), + [anon_sym_annotation] = ACTIONS(1608), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_override] = ACTIONS(1608), + [anon_sym_lateinit] = ACTIONS(1608), + [anon_sym_public] = ACTIONS(1608), + [anon_sym_private] = ACTIONS(1608), + [anon_sym_internal] = ACTIONS(1608), + [anon_sym_protected] = ACTIONS(1608), + [anon_sym_tailrec] = ACTIONS(1608), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_infix] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_external] = ACTIONS(1608), + [sym_property_modifier] = ACTIONS(1608), + [anon_sym_abstract] = ACTIONS(1608), + [anon_sym_final] = ACTIONS(1608), + [anon_sym_open] = ACTIONS(1608), + [anon_sym_vararg] = ACTIONS(1608), + [anon_sym_noinline] = ACTIONS(1608), + [anon_sym_crossinline] = ACTIONS(1608), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_safe_nav] = ACTIONS(1606), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [246] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9818), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -75807,6 +74998,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(1622), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -75878,87 +75070,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [252] = { - [sym_type_alias] = STATE(9114), - [sym__declaration] = STATE(9114), - [sym_class_declaration] = STATE(9114), - [sym_function_declaration] = STATE(9114), - [sym_property_declaration] = STATE(9114), - [sym_getter] = STATE(9114), - [sym_setter] = STATE(9114), - [sym_object_declaration] = STATE(9114), - [sym__statement] = STATE(9114), - [sym__loop_statement] = STATE(9114), - [sym_for_statement] = STATE(9114), - [sym_while_statement] = STATE(9114), - [sym_do_while_statement] = STATE(9114), - [sym_assignment] = STATE(9114), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym_source_file_repeat3] = STATE(218), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), - [ts_builtin_sym_end] = ACTIONS(1147), + [247] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9900), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -75967,6 +75158,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(1624), [anon_sym_LPAREN] = ACTIONS(27), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), @@ -76038,86 +75230,726 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [253] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(10063), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [248] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9959), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(117), + [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(1626), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [249] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9471), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(117), + [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(1628), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [250] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(10031), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(117), + [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(1630), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [251] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(10062), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(117), + [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(1632), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [252] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(10119), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -76198,86 +76030,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [254] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9867), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [253] = { + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9746), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -76358,86 +76190,246 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, + [254] = { + [sym_type_alias] = STATE(9845), + [sym__declaration] = STATE(9845), + [sym_class_declaration] = STATE(9845), + [sym_function_declaration] = STATE(9845), + [sym_property_declaration] = STATE(9845), + [sym_getter] = STATE(9845), + [sym_setter] = STATE(9845), + [sym_object_declaration] = STATE(9845), + [sym__statement] = STATE(9845), + [sym_control_structure_body] = STATE(9793), + [sym__block] = STATE(9845), + [sym__loop_statement] = STATE(9845), + [sym_for_statement] = STATE(9845), + [sym_while_statement] = STATE(9845), + [sym_do_while_statement] = STATE(9845), + [sym_assignment] = STATE(9845), + [sym__expression] = STATE(4268), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_modifiers] = STATE(8288), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(349), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(791), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(117), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_typealias] = ACTIONS(211), + [anon_sym_class] = ACTIONS(213), + [anon_sym_interface] = ACTIONS(213), + [anon_sym_enum] = ACTIONS(215), + [anon_sym_LBRACE] = ACTIONS(217), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(219), + [anon_sym_var] = ACTIONS(219), + [anon_sym_object] = ACTIONS(221), + [anon_sym_fun] = ACTIONS(223), + [anon_sym_get] = ACTIONS(227), + [anon_sym_set] = ACTIONS(229), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(235), + [anon_sym_while] = ACTIONS(1572), + [anon_sym_do] = ACTIONS(239), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(179), + [anon_sym_inner] = ACTIONS(179), + [anon_sym_value] = ACTIONS(179), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(181), + [anon_sym_actual] = ACTIONS(181), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, [255] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(9785), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9506), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -76519,85 +76511,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(113), }, [256] = { - [sym_type_alias] = STATE(8702), - [sym__declaration] = STATE(8702), - [sym_class_declaration] = STATE(8702), - [sym_function_declaration] = STATE(8702), - [sym_property_declaration] = STATE(8702), - [sym_getter] = STATE(8702), - [sym_setter] = STATE(8702), - [sym_object_declaration] = STATE(8702), - [sym_statements] = STATE(10031), - [sym__statement] = STATE(8702), - [sym__loop_statement] = STATE(8702), - [sym_for_statement] = STATE(8702), - [sym_while_statement] = STATE(8702), - [sym_do_while_statement] = STATE(8702), - [sym_assignment] = STATE(8702), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_type_alias] = STATE(8705), + [sym__declaration] = STATE(8705), + [sym_class_declaration] = STATE(8705), + [sym_function_declaration] = STATE(8705), + [sym_property_declaration] = STATE(8705), + [sym_getter] = STATE(8705), + [sym_setter] = STATE(8705), + [sym_object_declaration] = STATE(8705), + [sym_statements] = STATE(9849), + [sym__statement] = STATE(8705), + [sym__loop_statement] = STATE(8705), + [sym_for_statement] = STATE(8705), + [sym_while_statement] = STATE(8705), + [sym_do_while_statement] = STATE(8705), + [sym_assignment] = STATE(8705), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -76679,84 +76671,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(113), }, [257] = { - [sym_type_alias] = STATE(9458), - [sym__declaration] = STATE(9458), - [sym_class_declaration] = STATE(9458), - [sym_function_declaration] = STATE(9458), - [sym_property_declaration] = STATE(9458), - [sym_getter] = STATE(9458), - [sym_setter] = STATE(9458), - [sym_object_declaration] = STATE(9458), - [sym__statement] = STATE(9458), - [sym__loop_statement] = STATE(9458), - [sym_for_statement] = STATE(9458), - [sym_while_statement] = STATE(9458), - [sym_do_while_statement] = STATE(9458), - [sym_assignment] = STATE(9458), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_type_alias] = STATE(9445), + [sym__declaration] = STATE(9445), + [sym_class_declaration] = STATE(9445), + [sym_function_declaration] = STATE(9445), + [sym_property_declaration] = STATE(9445), + [sym_getter] = STATE(9445), + [sym_setter] = STATE(9445), + [sym_object_declaration] = STATE(9445), + [sym__statement] = STATE(9445), + [sym__loop_statement] = STATE(9445), + [sym_for_statement] = STATE(9445), + [sym_while_statement] = STATE(9445), + [sym_do_while_statement] = STATE(9445), + [sym_assignment] = STATE(9445), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -76838,84 +76830,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(113), }, [258] = { - [sym_type_alias] = STATE(9458), - [sym__declaration] = STATE(9458), - [sym_class_declaration] = STATE(9458), - [sym_function_declaration] = STATE(9458), - [sym_property_declaration] = STATE(9458), - [sym_getter] = STATE(9458), - [sym_setter] = STATE(9458), - [sym_object_declaration] = STATE(9458), - [sym__statement] = STATE(9458), - [sym__loop_statement] = STATE(9458), - [sym_for_statement] = STATE(9458), - [sym_while_statement] = STATE(9458), - [sym_do_while_statement] = STATE(9458), - [sym_assignment] = STATE(9458), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_type_alias] = STATE(9445), + [sym__declaration] = STATE(9445), + [sym_class_declaration] = STATE(9445), + [sym_function_declaration] = STATE(9445), + [sym_property_declaration] = STATE(9445), + [sym_getter] = STATE(9445), + [sym_setter] = STATE(9445), + [sym_object_declaration] = STATE(9445), + [sym__statement] = STATE(9445), + [sym__loop_statement] = STATE(9445), + [sym_for_statement] = STATE(9445), + [sym_while_statement] = STATE(9445), + [sym_do_while_statement] = STATE(9445), + [sym_assignment] = STATE(9445), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -76997,84 +76989,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(113), }, [259] = { - [sym_type_alias] = STATE(9458), - [sym__declaration] = STATE(9458), - [sym_class_declaration] = STATE(9458), - [sym_function_declaration] = STATE(9458), - [sym_property_declaration] = STATE(9458), - [sym_getter] = STATE(9458), - [sym_setter] = STATE(9458), - [sym_object_declaration] = STATE(9458), - [sym__statement] = STATE(9458), - [sym__loop_statement] = STATE(9458), - [sym_for_statement] = STATE(9458), - [sym_while_statement] = STATE(9458), - [sym_do_while_statement] = STATE(9458), - [sym_assignment] = STATE(9458), - [sym__expression] = STATE(4300), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_modifiers] = STATE(8310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(355), - [sym__single_annotation] = STATE(3883), - [sym__multi_annotation] = STATE(3883), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(769), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_type_alias] = STATE(9445), + [sym__declaration] = STATE(9445), + [sym_class_declaration] = STATE(9445), + [sym_function_declaration] = STATE(9445), + [sym_property_declaration] = STATE(9445), + [sym_getter] = STATE(9445), + [sym_setter] = STATE(9445), + [sym_object_declaration] = STATE(9445), + [sym__statement] = STATE(9445), + [sym__loop_statement] = STATE(9445), + [sym_for_statement] = STATE(9445), + [sym_while_statement] = STATE(9445), + [sym_do_while_statement] = STATE(9445), + [sym_assignment] = STATE(9445), + [sym__expression] = STATE(4303), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_modifiers] = STATE(8287), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(332), + [sym__single_annotation] = STATE(3877), + [sym__multi_annotation] = STATE(3877), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(758), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(7), [anon_sym_AT] = ACTIONS(117), [anon_sym_LBRACK] = ACTIONS(13), @@ -77155,244 +77147,244 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(113), }, [260] = { - [sym__expression] = STATE(1416), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__expression] = STATE(1411), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_EQ] = ACTIONS(1584), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_EQ] = ACTIONS(1608), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_COMMA] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_where] = ACTIONS(1584), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_COMMA] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_where] = ACTIONS(1608), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1650), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(501), - [sym_label] = ACTIONS(527), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(585), + [sym_label] = ACTIONS(611), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS_EQ] = ACTIONS(1582), - [anon_sym_DASH_EQ] = ACTIONS(1582), - [anon_sym_STAR_EQ] = ACTIONS(1582), - [anon_sym_SLASH_EQ] = ACTIONS(1582), - [anon_sym_PERCENT_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1584), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(527), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_suspend] = ACTIONS(1584), - [anon_sym_sealed] = ACTIONS(1584), - [anon_sym_annotation] = ACTIONS(1584), + [anon_sym_if] = ACTIONS(597), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS_EQ] = ACTIONS(1606), + [anon_sym_DASH_EQ] = ACTIONS(1606), + [anon_sym_STAR_EQ] = ACTIONS(1606), + [anon_sym_SLASH_EQ] = ACTIONS(1606), + [anon_sym_PERCENT_EQ] = ACTIONS(1606), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1608), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(611), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_suspend] = ACTIONS(1608), + [anon_sym_sealed] = ACTIONS(1608), + [anon_sym_annotation] = ACTIONS(1608), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), - [anon_sym_override] = ACTIONS(1584), - [anon_sym_lateinit] = ACTIONS(1584), - [anon_sym_public] = ACTIONS(1584), - [anon_sym_private] = ACTIONS(1584), - [anon_sym_internal] = ACTIONS(1584), - [anon_sym_protected] = ACTIONS(1584), - [anon_sym_tailrec] = ACTIONS(1584), - [anon_sym_operator] = ACTIONS(1584), - [anon_sym_infix] = ACTIONS(1584), - [anon_sym_inline] = ACTIONS(1584), - [anon_sym_external] = ACTIONS(1584), - [sym_property_modifier] = ACTIONS(1584), - [anon_sym_abstract] = ACTIONS(1584), - [anon_sym_final] = ACTIONS(1584), - [anon_sym_open] = ACTIONS(1584), - [anon_sym_vararg] = ACTIONS(1584), - [anon_sym_noinline] = ACTIONS(1584), - [anon_sym_crossinline] = ACTIONS(1584), + [anon_sym_override] = ACTIONS(1608), + [anon_sym_lateinit] = ACTIONS(1608), + [anon_sym_public] = ACTIONS(1608), + [anon_sym_private] = ACTIONS(1608), + [anon_sym_internal] = ACTIONS(1608), + [anon_sym_protected] = ACTIONS(1608), + [anon_sym_tailrec] = ACTIONS(1608), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_infix] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_external] = ACTIONS(1608), + [sym_property_modifier] = ACTIONS(1608), + [anon_sym_abstract] = ACTIONS(1608), + [anon_sym_final] = ACTIONS(1608), + [anon_sym_open] = ACTIONS(1608), + [anon_sym_vararg] = ACTIONS(1608), + [anon_sym_noinline] = ACTIONS(1608), + [anon_sym_crossinline] = ACTIONS(1608), [anon_sym_expect] = ACTIONS(1652), [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, [261] = { - [sym__expression] = STATE(361), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__expression] = STATE(375), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_EQ] = ACTIONS(1584), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_EQ] = ACTIONS(1608), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1582), + [anon_sym_RBRACE] = ACTIONS(1606), [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_COMMA] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_where] = ACTIONS(1584), + [anon_sym_COMMA] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_where] = ACTIONS(1608), [anon_sym_object] = ACTIONS(1660), [anon_sym_fun] = ACTIONS(1662), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), [anon_sym_get] = ACTIONS(1664), [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), [anon_sym_STAR] = ACTIONS(415), [sym_label] = ACTIONS(441), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(427), - [anon_sym_else] = ACTIONS(1584), + [anon_sym_else] = ACTIONS(1608), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), [anon_sym_throw] = ACTIONS(433), @@ -77400,53 +77392,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS_EQ] = ACTIONS(1582), - [anon_sym_DASH_EQ] = ACTIONS(1582), - [anon_sym_STAR_EQ] = ACTIONS(1582), - [anon_sym_SLASH_EQ] = ACTIONS(1582), - [anon_sym_PERCENT_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), + [anon_sym_PLUS_EQ] = ACTIONS(1606), + [anon_sym_DASH_EQ] = ACTIONS(1606), + [anon_sym_STAR_EQ] = ACTIONS(1606), + [anon_sym_SLASH_EQ] = ACTIONS(1606), + [anon_sym_PERCENT_EQ] = ACTIONS(1606), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), [anon_sym_PLUS] = ACTIONS(441), [anon_sym_DASH] = ACTIONS(441), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1584), - [anon_sym_as_QMARK] = ACTIONS(1582), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1608), + [anon_sym_as_QMARK] = ACTIONS(1606), [anon_sym_PLUS_PLUS] = ACTIONS(443), [anon_sym_DASH_DASH] = ACTIONS(443), [anon_sym_BANG] = ACTIONS(441), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_suspend] = ACTIONS(1584), - [anon_sym_sealed] = ACTIONS(1584), - [anon_sym_annotation] = ACTIONS(1584), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_suspend] = ACTIONS(1608), + [anon_sym_sealed] = ACTIONS(1608), + [anon_sym_annotation] = ACTIONS(1608), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), - [anon_sym_override] = ACTIONS(1584), - [anon_sym_lateinit] = ACTIONS(1584), - [anon_sym_public] = ACTIONS(1584), - [anon_sym_private] = ACTIONS(1584), - [anon_sym_internal] = ACTIONS(1584), - [anon_sym_protected] = ACTIONS(1584), - [anon_sym_tailrec] = ACTIONS(1584), - [anon_sym_operator] = ACTIONS(1584), - [anon_sym_infix] = ACTIONS(1584), - [anon_sym_inline] = ACTIONS(1584), - [anon_sym_external] = ACTIONS(1584), - [sym_property_modifier] = ACTIONS(1584), - [anon_sym_abstract] = ACTIONS(1584), - [anon_sym_final] = ACTIONS(1584), - [anon_sym_open] = ACTIONS(1584), - [anon_sym_vararg] = ACTIONS(1584), - [anon_sym_noinline] = ACTIONS(1584), - [anon_sym_crossinline] = ACTIONS(1584), + [anon_sym_override] = ACTIONS(1608), + [anon_sym_lateinit] = ACTIONS(1608), + [anon_sym_public] = ACTIONS(1608), + [anon_sym_private] = ACTIONS(1608), + [anon_sym_internal] = ACTIONS(1608), + [anon_sym_protected] = ACTIONS(1608), + [anon_sym_tailrec] = ACTIONS(1608), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_infix] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_external] = ACTIONS(1608), + [sym_property_modifier] = ACTIONS(1608), + [anon_sym_abstract] = ACTIONS(1608), + [anon_sym_final] = ACTIONS(1608), + [anon_sym_open] = ACTIONS(1608), + [anon_sym_vararg] = ACTIONS(1608), + [anon_sym_noinline] = ACTIONS(1608), + [anon_sym_crossinline] = ACTIONS(1608), [anon_sym_expect] = ACTIONS(1664), [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), @@ -77463,456 +77455,456 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(465), [anon_sym_SQUOTE] = ACTIONS(467), [sym__backtick_identifier] = ACTIONS(469), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, [262] = { - [sym__expression] = STATE(1848), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__expression] = STATE(1541), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_EQ] = ACTIONS(1584), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_RPAREN] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_EQ] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_RPAREN] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1670), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(771), - [sym_label] = ACTIONS(785), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_while] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS_EQ] = ACTIONS(1582), - [anon_sym_DASH_EQ] = ACTIONS(1582), - [anon_sym_STAR_EQ] = ACTIONS(1582), - [anon_sym_SLASH_EQ] = ACTIONS(1582), - [anon_sym_PERCENT_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1584), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(785), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_suspend] = ACTIONS(1584), - [anon_sym_sealed] = ACTIONS(1584), - [anon_sym_annotation] = ACTIONS(1584), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_override] = ACTIONS(1584), - [anon_sym_lateinit] = ACTIONS(1584), - [anon_sym_public] = ACTIONS(1584), - [anon_sym_private] = ACTIONS(1584), - [anon_sym_internal] = ACTIONS(1584), - [anon_sym_protected] = ACTIONS(1584), - [anon_sym_tailrec] = ACTIONS(1584), - [anon_sym_operator] = ACTIONS(1584), - [anon_sym_infix] = ACTIONS(1584), - [anon_sym_inline] = ACTIONS(1584), - [anon_sym_external] = ACTIONS(1584), - [sym_property_modifier] = ACTIONS(1584), - [anon_sym_abstract] = ACTIONS(1584), - [anon_sym_final] = ACTIONS(1584), - [anon_sym_open] = ACTIONS(1584), - [anon_sym_vararg] = ACTIONS(1584), - [anon_sym_noinline] = ACTIONS(1584), - [anon_sym_crossinline] = ACTIONS(1584), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(1582), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(745), + [sym_label] = ACTIONS(759), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_while] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS_EQ] = ACTIONS(1606), + [anon_sym_DASH_EQ] = ACTIONS(1606), + [anon_sym_STAR_EQ] = ACTIONS(1606), + [anon_sym_SLASH_EQ] = ACTIONS(1606), + [anon_sym_PERCENT_EQ] = ACTIONS(1606), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1608), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(759), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_suspend] = ACTIONS(1608), + [anon_sym_sealed] = ACTIONS(1608), + [anon_sym_annotation] = ACTIONS(1608), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_override] = ACTIONS(1608), + [anon_sym_lateinit] = ACTIONS(1608), + [anon_sym_public] = ACTIONS(1608), + [anon_sym_private] = ACTIONS(1608), + [anon_sym_internal] = ACTIONS(1608), + [anon_sym_protected] = ACTIONS(1608), + [anon_sym_tailrec] = ACTIONS(1608), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_infix] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_external] = ACTIONS(1608), + [sym_property_modifier] = ACTIONS(1608), + [anon_sym_abstract] = ACTIONS(1608), + [anon_sym_final] = ACTIONS(1608), + [anon_sym_open] = ACTIONS(1608), + [anon_sym_vararg] = ACTIONS(1608), + [anon_sym_noinline] = ACTIONS(1608), + [anon_sym_crossinline] = ACTIONS(1608), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_safe_nav] = ACTIONS(1606), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [263] = { - [sym__expression] = STATE(2199), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), + [sym__expression] = STATE(2230), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), [sym__prefix_unary_operator] = STATE(1774), [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_EQ] = ACTIONS(1584), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_EQ] = ACTIONS(1608), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1672), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(739), - [sym_label] = ACTIONS(753), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(777), + [sym_label] = ACTIONS(791), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS_EQ] = ACTIONS(1582), - [anon_sym_DASH_EQ] = ACTIONS(1582), - [anon_sym_STAR_EQ] = ACTIONS(1582), - [anon_sym_SLASH_EQ] = ACTIONS(1582), - [anon_sym_PERCENT_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1584), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(753), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_suspend] = ACTIONS(1584), - [anon_sym_sealed] = ACTIONS(1584), - [anon_sym_annotation] = ACTIONS(1584), + [anon_sym_if] = ACTIONS(785), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS_EQ] = ACTIONS(1606), + [anon_sym_DASH_EQ] = ACTIONS(1606), + [anon_sym_STAR_EQ] = ACTIONS(1606), + [anon_sym_SLASH_EQ] = ACTIONS(1606), + [anon_sym_PERCENT_EQ] = ACTIONS(1606), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1608), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(791), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_suspend] = ACTIONS(1608), + [anon_sym_sealed] = ACTIONS(1608), + [anon_sym_annotation] = ACTIONS(1608), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), - [anon_sym_override] = ACTIONS(1584), - [anon_sym_lateinit] = ACTIONS(1584), - [anon_sym_public] = ACTIONS(1584), - [anon_sym_private] = ACTIONS(1584), - [anon_sym_internal] = ACTIONS(1584), - [anon_sym_protected] = ACTIONS(1584), - [anon_sym_tailrec] = ACTIONS(1584), - [anon_sym_operator] = ACTIONS(1584), - [anon_sym_infix] = ACTIONS(1584), - [anon_sym_inline] = ACTIONS(1584), - [anon_sym_external] = ACTIONS(1584), - [sym_property_modifier] = ACTIONS(1584), - [anon_sym_abstract] = ACTIONS(1584), - [anon_sym_final] = ACTIONS(1584), - [anon_sym_open] = ACTIONS(1584), - [anon_sym_vararg] = ACTIONS(1584), - [anon_sym_noinline] = ACTIONS(1584), - [anon_sym_crossinline] = ACTIONS(1584), + [anon_sym_override] = ACTIONS(1608), + [anon_sym_lateinit] = ACTIONS(1608), + [anon_sym_public] = ACTIONS(1608), + [anon_sym_private] = ACTIONS(1608), + [anon_sym_internal] = ACTIONS(1608), + [anon_sym_protected] = ACTIONS(1608), + [anon_sym_tailrec] = ACTIONS(1608), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_infix] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_external] = ACTIONS(1608), + [sym_property_modifier] = ACTIONS(1608), + [anon_sym_abstract] = ACTIONS(1608), + [anon_sym_final] = ACTIONS(1608), + [anon_sym_open] = ACTIONS(1608), + [anon_sym_vararg] = ACTIONS(1608), + [anon_sym_noinline] = ACTIONS(1608), + [anon_sym_crossinline] = ACTIONS(1608), [anon_sym_expect] = ACTIONS(1652), [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, [264] = { - [sym__expression] = STATE(405), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [sym__expression] = STATE(385), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_EQ] = ACTIONS(1584), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_EQ] = ACTIONS(1608), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1582), + [anon_sym_RBRACE] = ACTIONS(1606), [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), [anon_sym_object] = ACTIONS(1660), [anon_sym_fun] = ACTIONS(1674), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), [anon_sym_get] = ACTIONS(1664), [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(803), - [sym_label] = ACTIONS(817), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), + [anon_sym_STAR] = ACTIONS(713), + [sym_label] = ACTIONS(727), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), - [anon_sym_else] = ACTIONS(1584), + [anon_sym_if] = ACTIONS(721), + [anon_sym_else] = ACTIONS(1608), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS_EQ] = ACTIONS(1582), - [anon_sym_DASH_EQ] = ACTIONS(1582), - [anon_sym_STAR_EQ] = ACTIONS(1582), - [anon_sym_SLASH_EQ] = ACTIONS(1582), - [anon_sym_PERCENT_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1584), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(817), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_suspend] = ACTIONS(1584), - [anon_sym_sealed] = ACTIONS(1584), - [anon_sym_annotation] = ACTIONS(1584), + [anon_sym_PLUS_EQ] = ACTIONS(1606), + [anon_sym_DASH_EQ] = ACTIONS(1606), + [anon_sym_STAR_EQ] = ACTIONS(1606), + [anon_sym_SLASH_EQ] = ACTIONS(1606), + [anon_sym_PERCENT_EQ] = ACTIONS(1606), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1608), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(727), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_suspend] = ACTIONS(1608), + [anon_sym_sealed] = ACTIONS(1608), + [anon_sym_annotation] = ACTIONS(1608), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), - [anon_sym_override] = ACTIONS(1584), - [anon_sym_lateinit] = ACTIONS(1584), - [anon_sym_public] = ACTIONS(1584), - [anon_sym_private] = ACTIONS(1584), - [anon_sym_internal] = ACTIONS(1584), - [anon_sym_protected] = ACTIONS(1584), - [anon_sym_tailrec] = ACTIONS(1584), - [anon_sym_operator] = ACTIONS(1584), - [anon_sym_infix] = ACTIONS(1584), - [anon_sym_inline] = ACTIONS(1584), - [anon_sym_external] = ACTIONS(1584), - [sym_property_modifier] = ACTIONS(1584), - [anon_sym_abstract] = ACTIONS(1584), - [anon_sym_final] = ACTIONS(1584), - [anon_sym_open] = ACTIONS(1584), - [anon_sym_vararg] = ACTIONS(1584), - [anon_sym_noinline] = ACTIONS(1584), - [anon_sym_crossinline] = ACTIONS(1584), + [anon_sym_override] = ACTIONS(1608), + [anon_sym_lateinit] = ACTIONS(1608), + [anon_sym_public] = ACTIONS(1608), + [anon_sym_private] = ACTIONS(1608), + [anon_sym_internal] = ACTIONS(1608), + [anon_sym_protected] = ACTIONS(1608), + [anon_sym_tailrec] = ACTIONS(1608), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_infix] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_external] = ACTIONS(1608), + [sym_property_modifier] = ACTIONS(1608), + [anon_sym_abstract] = ACTIONS(1608), + [anon_sym_final] = ACTIONS(1608), + [anon_sym_open] = ACTIONS(1608), + [anon_sym_vararg] = ACTIONS(1608), + [anon_sym_noinline] = ACTIONS(1608), + [anon_sym_crossinline] = ACTIONS(1608), [anon_sym_expect] = ACTIONS(1664), [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), @@ -77929,246 +77921,246 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(465), [anon_sym_SQUOTE] = ACTIONS(467), [sym__backtick_identifier] = ACTIONS(469), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, [265] = { - [sym__expression] = STATE(2284), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), + [sym__expression] = STATE(2283), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), [sym__prefix_unary_operator] = STATE(1727), [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_RBRACK] = ACTIONS(1582), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_COMMA] = ACTIONS(1582), - [anon_sym_RPAREN] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_where] = ACTIONS(1584), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_RBRACK] = ACTIONS(1606), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_COMMA] = ACTIONS(1606), + [anon_sym_RPAREN] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_where] = ACTIONS(1608), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1676), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [anon_sym_DASH_GT] = ACTIONS(1582), - [sym_label] = ACTIONS(847), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_while] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), - [anon_sym_null] = ACTIONS(1594), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [anon_sym_DASH_GT] = ACTIONS(1606), + [sym_label] = ACTIONS(875), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_while] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1678), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), [anon_sym_throw] = ACTIONS(1680), [anon_sym_return] = ACTIONS(1682), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1582), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(847), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_suspend] = ACTIONS(1584), - [anon_sym_sealed] = ACTIONS(1584), - [anon_sym_annotation] = ACTIONS(1584), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_override] = ACTIONS(1584), - [anon_sym_lateinit] = ACTIONS(1584), - [anon_sym_public] = ACTIONS(1584), - [anon_sym_private] = ACTIONS(1584), - [anon_sym_internal] = ACTIONS(1584), - [anon_sym_protected] = ACTIONS(1584), - [anon_sym_tailrec] = ACTIONS(1584), - [anon_sym_operator] = ACTIONS(1584), - [anon_sym_infix] = ACTIONS(1584), - [anon_sym_inline] = ACTIONS(1584), - [anon_sym_external] = ACTIONS(1584), - [sym_property_modifier] = ACTIONS(1584), - [anon_sym_abstract] = ACTIONS(1584), - [anon_sym_final] = ACTIONS(1584), - [anon_sym_open] = ACTIONS(1584), - [anon_sym_vararg] = ACTIONS(1584), - [anon_sym_noinline] = ACTIONS(1584), - [anon_sym_crossinline] = ACTIONS(1584), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(1582), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1606), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(875), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_suspend] = ACTIONS(1608), + [anon_sym_sealed] = ACTIONS(1608), + [anon_sym_annotation] = ACTIONS(1608), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_override] = ACTIONS(1608), + [anon_sym_lateinit] = ACTIONS(1608), + [anon_sym_public] = ACTIONS(1608), + [anon_sym_private] = ACTIONS(1608), + [anon_sym_internal] = ACTIONS(1608), + [anon_sym_protected] = ACTIONS(1608), + [anon_sym_tailrec] = ACTIONS(1608), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_infix] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_external] = ACTIONS(1608), + [sym_property_modifier] = ACTIONS(1608), + [anon_sym_abstract] = ACTIONS(1608), + [anon_sym_final] = ACTIONS(1608), + [anon_sym_open] = ACTIONS(1608), + [anon_sym_vararg] = ACTIONS(1608), + [anon_sym_noinline] = ACTIONS(1608), + [anon_sym_crossinline] = ACTIONS(1608), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_safe_nav] = ACTIONS(1606), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [266] = { - [sym__expression] = STATE(466), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__expression] = STATE(463), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_as] = ACTIONS(1584), + [anon_sym_as] = ACTIONS(1608), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1582), + [anon_sym_RBRACE] = ACTIONS(1606), [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_COMMA] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_where] = ACTIONS(1584), + [anon_sym_COMMA] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_where] = ACTIONS(1608), [anon_sym_object] = ACTIONS(1660), [anon_sym_fun] = ACTIONS(1684), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), [anon_sym_get] = ACTIONS(1664), [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1686), - [anon_sym_else] = ACTIONS(1584), + [anon_sym_else] = ACTIONS(1608), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), [anon_sym_throw] = ACTIONS(1688), @@ -78176,48 +78168,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1582), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(939), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_suspend] = ACTIONS(1584), - [anon_sym_sealed] = ACTIONS(1584), - [anon_sym_annotation] = ACTIONS(1584), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1606), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(967), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_suspend] = ACTIONS(1608), + [anon_sym_sealed] = ACTIONS(1608), + [anon_sym_annotation] = ACTIONS(1608), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), - [anon_sym_override] = ACTIONS(1584), - [anon_sym_lateinit] = ACTIONS(1584), - [anon_sym_public] = ACTIONS(1584), - [anon_sym_private] = ACTIONS(1584), - [anon_sym_internal] = ACTIONS(1584), - [anon_sym_protected] = ACTIONS(1584), - [anon_sym_tailrec] = ACTIONS(1584), - [anon_sym_operator] = ACTIONS(1584), - [anon_sym_infix] = ACTIONS(1584), - [anon_sym_inline] = ACTIONS(1584), - [anon_sym_external] = ACTIONS(1584), - [sym_property_modifier] = ACTIONS(1584), - [anon_sym_abstract] = ACTIONS(1584), - [anon_sym_final] = ACTIONS(1584), - [anon_sym_open] = ACTIONS(1584), - [anon_sym_vararg] = ACTIONS(1584), - [anon_sym_noinline] = ACTIONS(1584), - [anon_sym_crossinline] = ACTIONS(1584), + [anon_sym_override] = ACTIONS(1608), + [anon_sym_lateinit] = ACTIONS(1608), + [anon_sym_public] = ACTIONS(1608), + [anon_sym_private] = ACTIONS(1608), + [anon_sym_internal] = ACTIONS(1608), + [anon_sym_protected] = ACTIONS(1608), + [anon_sym_tailrec] = ACTIONS(1608), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_infix] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_external] = ACTIONS(1608), + [sym_property_modifier] = ACTIONS(1608), + [anon_sym_abstract] = ACTIONS(1608), + [anon_sym_final] = ACTIONS(1608), + [anon_sym_open] = ACTIONS(1608), + [anon_sym_vararg] = ACTIONS(1608), + [anon_sym_noinline] = ACTIONS(1608), + [anon_sym_crossinline] = ACTIONS(1608), [anon_sym_expect] = ACTIONS(1664), [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), @@ -78234,540 +78226,540 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(465), [anon_sym_SQUOTE] = ACTIONS(467), [sym__backtick_identifier] = ACTIONS(469), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, [267] = { - [sym__expression] = STATE(2423), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__expression] = STATE(2449), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_as] = ACTIONS(1584), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_as] = ACTIONS(1608), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_COMMA] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_where] = ACTIONS(1584), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_COMMA] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_where] = ACTIONS(1608), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1692), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1694), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1696), [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1582), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_suspend] = ACTIONS(1584), - [anon_sym_sealed] = ACTIONS(1584), - [anon_sym_annotation] = ACTIONS(1584), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1606), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(999), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_suspend] = ACTIONS(1608), + [anon_sym_sealed] = ACTIONS(1608), + [anon_sym_annotation] = ACTIONS(1608), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), - [anon_sym_override] = ACTIONS(1584), - [anon_sym_lateinit] = ACTIONS(1584), - [anon_sym_public] = ACTIONS(1584), - [anon_sym_private] = ACTIONS(1584), - [anon_sym_internal] = ACTIONS(1584), - [anon_sym_protected] = ACTIONS(1584), - [anon_sym_tailrec] = ACTIONS(1584), - [anon_sym_operator] = ACTIONS(1584), - [anon_sym_infix] = ACTIONS(1584), - [anon_sym_inline] = ACTIONS(1584), - [anon_sym_external] = ACTIONS(1584), - [sym_property_modifier] = ACTIONS(1584), - [anon_sym_abstract] = ACTIONS(1584), - [anon_sym_final] = ACTIONS(1584), - [anon_sym_open] = ACTIONS(1584), - [anon_sym_vararg] = ACTIONS(1584), - [anon_sym_noinline] = ACTIONS(1584), - [anon_sym_crossinline] = ACTIONS(1584), + [anon_sym_override] = ACTIONS(1608), + [anon_sym_lateinit] = ACTIONS(1608), + [anon_sym_public] = ACTIONS(1608), + [anon_sym_private] = ACTIONS(1608), + [anon_sym_internal] = ACTIONS(1608), + [anon_sym_protected] = ACTIONS(1608), + [anon_sym_tailrec] = ACTIONS(1608), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_infix] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_external] = ACTIONS(1608), + [sym_property_modifier] = ACTIONS(1608), + [anon_sym_abstract] = ACTIONS(1608), + [anon_sym_final] = ACTIONS(1608), + [anon_sym_open] = ACTIONS(1608), + [anon_sym_vararg] = ACTIONS(1608), + [anon_sym_noinline] = ACTIONS(1608), + [anon_sym_crossinline] = ACTIONS(1608), [anon_sym_expect] = ACTIONS(1652), [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, [268] = { - [sym__expression] = STATE(2480), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__expression] = STATE(2515), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_RPAREN] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_RPAREN] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1700), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_while] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), - [anon_sym_null] = ACTIONS(1594), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_while] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1702), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), [anon_sym_throw] = ACTIONS(1704), [anon_sym_return] = ACTIONS(1706), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1582), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1097), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_suspend] = ACTIONS(1584), - [anon_sym_sealed] = ACTIONS(1584), - [anon_sym_annotation] = ACTIONS(1584), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_override] = ACTIONS(1584), - [anon_sym_lateinit] = ACTIONS(1584), - [anon_sym_public] = ACTIONS(1584), - [anon_sym_private] = ACTIONS(1584), - [anon_sym_internal] = ACTIONS(1584), - [anon_sym_protected] = ACTIONS(1584), - [anon_sym_tailrec] = ACTIONS(1584), - [anon_sym_operator] = ACTIONS(1584), - [anon_sym_infix] = ACTIONS(1584), - [anon_sym_inline] = ACTIONS(1584), - [anon_sym_external] = ACTIONS(1584), - [sym_property_modifier] = ACTIONS(1584), - [anon_sym_abstract] = ACTIONS(1584), - [anon_sym_final] = ACTIONS(1584), - [anon_sym_open] = ACTIONS(1584), - [anon_sym_vararg] = ACTIONS(1584), - [anon_sym_noinline] = ACTIONS(1584), - [anon_sym_crossinline] = ACTIONS(1584), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_safe_nav] = ACTIONS(1582), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1606), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1027), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_suspend] = ACTIONS(1608), + [anon_sym_sealed] = ACTIONS(1608), + [anon_sym_annotation] = ACTIONS(1608), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_override] = ACTIONS(1608), + [anon_sym_lateinit] = ACTIONS(1608), + [anon_sym_public] = ACTIONS(1608), + [anon_sym_private] = ACTIONS(1608), + [anon_sym_internal] = ACTIONS(1608), + [anon_sym_protected] = ACTIONS(1608), + [anon_sym_tailrec] = ACTIONS(1608), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_infix] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_external] = ACTIONS(1608), + [sym_property_modifier] = ACTIONS(1608), + [anon_sym_abstract] = ACTIONS(1608), + [anon_sym_final] = ACTIONS(1608), + [anon_sym_open] = ACTIONS(1608), + [anon_sym_vararg] = ACTIONS(1608), + [anon_sym_noinline] = ACTIONS(1608), + [anon_sym_crossinline] = ACTIONS(1608), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_safe_nav] = ACTIONS(1606), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [269] = { - [sym__expression] = STATE(2566), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__expression] = STATE(2531), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_as] = ACTIONS(1584), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_as] = ACTIONS(1608), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1582), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_suspend] = ACTIONS(1584), - [anon_sym_sealed] = ACTIONS(1584), - [anon_sym_annotation] = ACTIONS(1584), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1606), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1097), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_suspend] = ACTIONS(1608), + [anon_sym_sealed] = ACTIONS(1608), + [anon_sym_annotation] = ACTIONS(1608), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), - [anon_sym_override] = ACTIONS(1584), - [anon_sym_lateinit] = ACTIONS(1584), - [anon_sym_public] = ACTIONS(1584), - [anon_sym_private] = ACTIONS(1584), - [anon_sym_internal] = ACTIONS(1584), - [anon_sym_protected] = ACTIONS(1584), - [anon_sym_tailrec] = ACTIONS(1584), - [anon_sym_operator] = ACTIONS(1584), - [anon_sym_infix] = ACTIONS(1584), - [anon_sym_inline] = ACTIONS(1584), - [anon_sym_external] = ACTIONS(1584), - [sym_property_modifier] = ACTIONS(1584), - [anon_sym_abstract] = ACTIONS(1584), - [anon_sym_final] = ACTIONS(1584), - [anon_sym_open] = ACTIONS(1584), - [anon_sym_vararg] = ACTIONS(1584), - [anon_sym_noinline] = ACTIONS(1584), - [anon_sym_crossinline] = ACTIONS(1584), + [anon_sym_override] = ACTIONS(1608), + [anon_sym_lateinit] = ACTIONS(1608), + [anon_sym_public] = ACTIONS(1608), + [anon_sym_private] = ACTIONS(1608), + [anon_sym_internal] = ACTIONS(1608), + [anon_sym_protected] = ACTIONS(1608), + [anon_sym_tailrec] = ACTIONS(1608), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_infix] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_external] = ACTIONS(1608), + [sym_property_modifier] = ACTIONS(1608), + [anon_sym_abstract] = ACTIONS(1608), + [anon_sym_final] = ACTIONS(1608), + [anon_sym_open] = ACTIONS(1608), + [anon_sym_vararg] = ACTIONS(1608), + [anon_sym_noinline] = ACTIONS(1608), + [anon_sym_crossinline] = ACTIONS(1608), [anon_sym_expect] = ACTIONS(1652), [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, [270] = { - [sym__expression] = STATE(527), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__expression] = STATE(532), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_as] = ACTIONS(1584), + [anon_sym_as] = ACTIONS(1608), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1582), + [anon_sym_RBRACE] = ACTIONS(1606), [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), [anon_sym_object] = ACTIONS(1660), [anon_sym_fun] = ACTIONS(1716), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), [anon_sym_get] = ACTIONS(1664), [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1718), - [anon_sym_else] = ACTIONS(1584), + [anon_sym_else] = ACTIONS(1608), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), [anon_sym_throw] = ACTIONS(1720), @@ -78775,48 +78767,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1582), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1027), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_suspend] = ACTIONS(1584), - [anon_sym_sealed] = ACTIONS(1584), - [anon_sym_annotation] = ACTIONS(1584), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1606), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1053), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_suspend] = ACTIONS(1608), + [anon_sym_sealed] = ACTIONS(1608), + [anon_sym_annotation] = ACTIONS(1608), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), - [anon_sym_override] = ACTIONS(1584), - [anon_sym_lateinit] = ACTIONS(1584), - [anon_sym_public] = ACTIONS(1584), - [anon_sym_private] = ACTIONS(1584), - [anon_sym_internal] = ACTIONS(1584), - [anon_sym_protected] = ACTIONS(1584), - [anon_sym_tailrec] = ACTIONS(1584), - [anon_sym_operator] = ACTIONS(1584), - [anon_sym_infix] = ACTIONS(1584), - [anon_sym_inline] = ACTIONS(1584), - [anon_sym_external] = ACTIONS(1584), - [sym_property_modifier] = ACTIONS(1584), - [anon_sym_abstract] = ACTIONS(1584), - [anon_sym_final] = ACTIONS(1584), - [anon_sym_open] = ACTIONS(1584), - [anon_sym_vararg] = ACTIONS(1584), - [anon_sym_noinline] = ACTIONS(1584), - [anon_sym_crossinline] = ACTIONS(1584), + [anon_sym_override] = ACTIONS(1608), + [anon_sym_lateinit] = ACTIONS(1608), + [anon_sym_public] = ACTIONS(1608), + [anon_sym_private] = ACTIONS(1608), + [anon_sym_internal] = ACTIONS(1608), + [anon_sym_protected] = ACTIONS(1608), + [anon_sym_tailrec] = ACTIONS(1608), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_infix] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_external] = ACTIONS(1608), + [sym_property_modifier] = ACTIONS(1608), + [anon_sym_abstract] = ACTIONS(1608), + [anon_sym_final] = ACTIONS(1608), + [anon_sym_open] = ACTIONS(1608), + [anon_sym_vararg] = ACTIONS(1608), + [anon_sym_noinline] = ACTIONS(1608), + [anon_sym_crossinline] = ACTIONS(1608), [anon_sym_expect] = ACTIONS(1664), [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), @@ -78833,46 +78825,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(465), [anon_sym_SQUOTE] = ACTIONS(467), [sym__backtick_identifier] = ACTIONS(469), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, [271] = { - [sym_getter] = STATE(1136), - [sym_setter] = STATE(1136), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), @@ -78979,40 +78971,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1734), }, [272] = { - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1129), + [sym_setter] = STATE(1129), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), @@ -79119,40 +79111,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1792), }, [273] = { - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), @@ -79259,60 +79251,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1798), }, [274] = { - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1802), + [anon_sym_EQ] = ACTIONS(1732), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1804), + [anon_sym_COMMA] = ACTIONS(1734), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1740), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1806), - [anon_sym_get] = ACTIONS(1746), - [anon_sym_set] = ACTIONS(1748), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), + [anon_sym_SEMI] = ACTIONS(1802), + [anon_sym_get] = ACTIONS(1804), + [anon_sym_set] = ACTIONS(1806), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1754), @@ -79320,21 +79312,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1758), [anon_sym_AMP_AMP] = ACTIONS(1760), [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), [anon_sym_BANG_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), [anon_sym_EQ_EQ] = ACTIONS(1766), @@ -79351,7 +79343,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1802), + [anon_sym_BANG] = ACTIONS(1732), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -79380,79 +79372,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1804), + [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [sym__string_start] = ACTIONS(1734), }, [275] = { - [sym_getter] = STATE(1163), - [sym_setter] = STATE(1163), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1808), + [anon_sym_EQ] = ACTIONS(1796), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1810), + [anon_sym_COMMA] = ACTIONS(1798), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1740), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1812), - [anon_sym_get] = ACTIONS(1746), - [anon_sym_set] = ACTIONS(1748), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), + [anon_sym_SEMI] = ACTIONS(1808), + [anon_sym_get] = ACTIONS(1804), + [anon_sym_set] = ACTIONS(1806), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1754), @@ -79460,21 +79452,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1758), [anon_sym_AMP_AMP] = ACTIONS(1760), [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), [anon_sym_BANG_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), [anon_sym_EQ_EQ] = ACTIONS(1766), @@ -79491,7 +79483,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1808), + [anon_sym_BANG] = ACTIONS(1796), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -79520,79 +79512,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1810), + [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [sym__string_start] = ACTIONS(1798), }, [276] = { - [sym_getter] = STATE(1124), - [sym_setter] = STATE(1124), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1814), + [anon_sym_EQ] = ACTIONS(1810), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1816), + [anon_sym_COMMA] = ACTIONS(1812), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1740), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1814), [anon_sym_get] = ACTIONS(1746), [anon_sym_set] = ACTIONS(1748), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1754), @@ -79600,21 +79592,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1758), [anon_sym_AMP_AMP] = ACTIONS(1760), [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), [anon_sym_BANG_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), [anon_sym_EQ_EQ] = ACTIONS(1766), @@ -79631,7 +79623,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1814), + [anon_sym_BANG] = ACTIONS(1810), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -79660,79 +79652,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1816), + [sym__automatic_semicolon] = ACTIONS(1812), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), + [sym__string_start] = ACTIONS(1812), }, [277] = { - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3099), + [sym_setter] = STATE(3099), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1790), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1740), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1790), + [anon_sym_object] = ACTIONS(1790), + [anon_sym_fun] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1820), - [anon_sym_get] = ACTIONS(1822), - [anon_sym_set] = ACTIONS(1824), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1816), + [anon_sym_get] = ACTIONS(1804), + [anon_sym_set] = ACTIONS(1806), + [anon_sym_this] = ACTIONS(1790), + [anon_sym_super] = ACTIONS(1790), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1754), @@ -79740,21 +79732,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1758), [anon_sym_AMP_AMP] = ACTIONS(1760), [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), + [anon_sym_null] = ACTIONS(1790), + [anon_sym_if] = ACTIONS(1790), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_when] = ACTIONS(1790), + [anon_sym_try] = ACTIONS(1790), + [anon_sym_throw] = ACTIONS(1790), + [anon_sym_return] = ACTIONS(1790), + [anon_sym_continue] = ACTIONS(1790), + [anon_sym_break] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), [anon_sym_BANG_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), [anon_sym_EQ_EQ] = ACTIONS(1766), @@ -79771,7 +79763,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG] = ACTIONS(1790), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -79800,79 +79792,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), + [anon_sym_return_AT] = ACTIONS(1792), + [anon_sym_continue_AT] = ACTIONS(1792), + [anon_sym_break_AT] = ACTIONS(1792), + [anon_sym_this_AT] = ACTIONS(1792), + [anon_sym_super_AT] = ACTIONS(1792), + [sym_real_literal] = ACTIONS(1792), + [sym_integer_literal] = ACTIONS(1790), + [sym_hex_literal] = ACTIONS(1792), + [sym_bin_literal] = ACTIONS(1792), + [anon_sym_true] = ACTIONS(1790), + [anon_sym_false] = ACTIONS(1790), + [anon_sym_SQUOTE] = ACTIONS(1792), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [sym__string_start] = ACTIONS(1792), }, [278] = { - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3140), + [sym_setter] = STATE(3140), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1790), + [anon_sym_EQ] = ACTIONS(1818), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1792), + [anon_sym_COMMA] = ACTIONS(1820), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1740), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1826), - [anon_sym_get] = ACTIONS(1822), - [anon_sym_set] = ACTIONS(1824), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(1822), + [anon_sym_get] = ACTIONS(1804), + [anon_sym_set] = ACTIONS(1806), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1754), @@ -79880,21 +79872,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1758), [anon_sym_AMP_AMP] = ACTIONS(1760), [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), [anon_sym_BANG_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), [anon_sym_EQ_EQ] = ACTIONS(1766), @@ -79911,7 +79903,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1790), + [anon_sym_BANG] = ACTIONS(1818), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -79940,79 +79932,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1820), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [sym__string_start] = ACTIONS(1820), }, [279] = { - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1076), + [sym_setter] = STATE(1076), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1802), + [anon_sym_EQ] = ACTIONS(1824), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1804), + [anon_sym_COMMA] = ACTIONS(1826), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1740), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(1828), - [anon_sym_get] = ACTIONS(1822), - [anon_sym_set] = ACTIONS(1824), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), + [anon_sym_get] = ACTIONS(1746), + [anon_sym_set] = ACTIONS(1748), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1754), @@ -80020,21 +80012,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1758), [anon_sym_AMP_AMP] = ACTIONS(1760), [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), [anon_sym_BANG_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), [anon_sym_EQ_EQ] = ACTIONS(1766), @@ -80051,7 +80043,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1802), + [anon_sym_BANG] = ACTIONS(1824), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -80080,79 +80072,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1804), + [sym__automatic_semicolon] = ACTIONS(1826), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [sym__string_start] = ACTIONS(1826), }, [280] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3169), + [sym_setter] = STATE(3169), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(1824), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1826), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1740), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_object] = ACTIONS(1732), - [anon_sym_fun] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(1830), - [anon_sym_get] = ACTIONS(1822), - [anon_sym_set] = ACTIONS(1824), - [anon_sym_this] = ACTIONS(1732), - [anon_sym_super] = ACTIONS(1732), + [anon_sym_get] = ACTIONS(1804), + [anon_sym_set] = ACTIONS(1806), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1754), @@ -80160,21 +80152,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1758), [anon_sym_AMP_AMP] = ACTIONS(1760), [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_null] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_try] = ACTIONS(1732), - [anon_sym_throw] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_continue] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), [anon_sym_BANG_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), [anon_sym_EQ_EQ] = ACTIONS(1766), @@ -80191,7 +80183,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG] = ACTIONS(1824), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -80220,79 +80212,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1734), - [anon_sym_continue_AT] = ACTIONS(1734), - [anon_sym_break_AT] = ACTIONS(1734), - [anon_sym_this_AT] = ACTIONS(1734), - [anon_sym_super_AT] = ACTIONS(1734), - [sym_real_literal] = ACTIONS(1734), - [sym_integer_literal] = ACTIONS(1732), - [sym_hex_literal] = ACTIONS(1734), - [sym_bin_literal] = ACTIONS(1734), - [anon_sym_true] = ACTIONS(1732), - [anon_sym_false] = ACTIONS(1732), - [anon_sym_SQUOTE] = ACTIONS(1734), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1826), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1734), + [sym__string_start] = ACTIONS(1826), }, [281] = { - [sym_getter] = STATE(3126), - [sym_setter] = STATE(3126), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1141), + [sym_setter] = STATE(1141), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1808), + [anon_sym_EQ] = ACTIONS(1818), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1810), + [anon_sym_COMMA] = ACTIONS(1820), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1740), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(1832), - [anon_sym_get] = ACTIONS(1822), - [anon_sym_set] = ACTIONS(1824), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), + [anon_sym_get] = ACTIONS(1746), + [anon_sym_set] = ACTIONS(1748), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1754), @@ -80300,21 +80292,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1758), [anon_sym_AMP_AMP] = ACTIONS(1760), [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), [anon_sym_BANG_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), [anon_sym_EQ_EQ] = ACTIONS(1766), @@ -80331,7 +80323,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1808), + [anon_sym_BANG] = ACTIONS(1818), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -80360,79 +80352,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1810), + [sym__automatic_semicolon] = ACTIONS(1820), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [sym__string_start] = ACTIONS(1820), }, [282] = { - [sym_getter] = STATE(3116), - [sym_setter] = STATE(3116), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1814), + [anon_sym_EQ] = ACTIONS(1810), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1816), + [anon_sym_COMMA] = ACTIONS(1812), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1740), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(1834), - [anon_sym_get] = ACTIONS(1822), - [anon_sym_set] = ACTIONS(1824), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), + [anon_sym_get] = ACTIONS(1804), + [anon_sym_set] = ACTIONS(1806), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1754), @@ -80440,21 +80432,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1758), [anon_sym_AMP_AMP] = ACTIONS(1760), [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), [anon_sym_BANG_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), [anon_sym_EQ_EQ] = ACTIONS(1766), @@ -80471,7 +80463,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1814), + [anon_sym_BANG] = ACTIONS(1810), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -80500,198 +80492,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1816), + [sym__automatic_semicolon] = ACTIONS(1812), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), + [sym__string_start] = ACTIONS(1812), }, [283] = { - [sym__expression] = STATE(3299), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(3322), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_RBRACK] = ACTIONS(1582), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_EQ] = ACTIONS(1584), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_RBRACK] = ACTIONS(1606), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_EQ] = ACTIONS(1608), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_COMMA] = ACTIONS(1582), - [anon_sym_RPAREN] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_where] = ACTIONS(1584), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_COMMA] = ACTIONS(1606), + [anon_sym_RPAREN] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_where] = ACTIONS(1608), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1840), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(239), - [anon_sym_DASH_GT] = ACTIONS(1582), - [sym_label] = ACTIONS(265), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_while] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(149), + [anon_sym_DASH_GT] = ACTIONS(1606), + [sym_label] = ACTIONS(175), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_while] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(251), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS_EQ] = ACTIONS(1582), - [anon_sym_DASH_EQ] = ACTIONS(1582), - [anon_sym_STAR_EQ] = ACTIONS(1582), - [anon_sym_SLASH_EQ] = ACTIONS(1582), - [anon_sym_PERCENT_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1584), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(265), - [anon_sym_BANG_BANG] = ACTIONS(1582), + [anon_sym_if] = ACTIONS(161), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS_EQ] = ACTIONS(1606), + [anon_sym_DASH_EQ] = ACTIONS(1606), + [anon_sym_STAR_EQ] = ACTIONS(1606), + [anon_sym_SLASH_EQ] = ACTIONS(1606), + [anon_sym_PERCENT_EQ] = ACTIONS(1606), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1608), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(175), + [anon_sym_BANG_BANG] = ACTIONS(1606), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_safe_nav] = ACTIONS(1582), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_safe_nav] = ACTIONS(1606), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [284] = { - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), @@ -80796,58 +80788,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1798), }, [285] = { - [sym_getter] = STATE(3116), - [sym_setter] = STATE(3116), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [sym_getter] = STATE(1076), + [sym_setter] = STATE(1076), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1814), + [anon_sym_EQ] = ACTIONS(1824), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(1878), [anon_sym_get] = ACTIONS(1852), [anon_sym_set] = ACTIONS(1854), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1858), @@ -80855,21 +80847,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1862), [anon_sym_AMP_AMP] = ACTIONS(1864), [anon_sym_PIPE_PIPE] = ACTIONS(1866), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), [anon_sym_BANG_EQ] = ACTIONS(1868), [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), [anon_sym_EQ_EQ] = ACTIONS(1868), @@ -80886,7 +80878,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1814), + [anon_sym_BANG] = ACTIONS(1824), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -80915,197 +80907,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1816), + [sym__automatic_semicolon] = ACTIONS(1826), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), + [sym__string_start] = ACTIONS(1826), }, [286] = { - [sym_getter] = STATE(3126), - [sym_setter] = STATE(3126), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1644), - [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(1728), - [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1880), - [anon_sym_get] = ACTIONS(1852), - [anon_sym_set] = ACTIONS(1854), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1856), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1858), - [anon_sym_DOT_DOT] = ACTIONS(1860), - [anon_sym_QMARK_COLON] = ACTIONS(1862), - [anon_sym_AMP_AMP] = ACTIONS(1864), - [anon_sym_PIPE_PIPE] = ACTIONS(1866), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1868), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), - [anon_sym_EQ_EQ] = ACTIONS(1868), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1870), - [anon_sym_LT_EQ] = ACTIONS(1872), - [anon_sym_GT_EQ] = ACTIONS(1872), - [anon_sym_BANGin] = ACTIONS(1874), - [anon_sym_is] = ACTIONS(1774), - [anon_sym_BANGis] = ACTIONS(1776), - [anon_sym_PLUS] = ACTIONS(1876), - [anon_sym_DASH] = ACTIONS(1876), - [anon_sym_SLASH] = ACTIONS(1856), - [anon_sym_PERCENT] = ACTIONS(1856), - [anon_sym_as_QMARK] = ACTIONS(1780), - [anon_sym_PLUS_PLUS] = ACTIONS(1782), - [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1764), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), - }, - [287] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), @@ -81119,9 +80973,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1732), [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1882), - [anon_sym_get] = ACTIONS(1852), - [anon_sym_set] = ACTIONS(1854), + [anon_sym_SEMI] = ACTIONS(1880), + [anon_sym_get] = ACTIONS(1882), + [anon_sym_set] = ACTIONS(1884), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1856), @@ -81209,59 +81063,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1734), }, - [288] = { - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [287] = { + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1802), + [anon_sym_EQ] = ACTIONS(1796), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1884), - [anon_sym_get] = ACTIONS(1852), - [anon_sym_set] = ACTIONS(1854), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), + [anon_sym_SEMI] = ACTIONS(1886), + [anon_sym_get] = ACTIONS(1882), + [anon_sym_set] = ACTIONS(1884), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1858), @@ -81269,21 +81123,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1862), [anon_sym_AMP_AMP] = ACTIONS(1864), [anon_sym_PIPE_PIPE] = ACTIONS(1866), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), [anon_sym_BANG_EQ] = ACTIONS(1868), [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), [anon_sym_EQ_EQ] = ACTIONS(1868), @@ -81300,7 +81154,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1802), + [anon_sym_BANG] = ACTIONS(1796), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -81329,59 +81183,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1804), + [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [sym__string_start] = ACTIONS(1798), }, - [289] = { - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [288] = { + [sym_getter] = STATE(3099), + [sym_setter] = STATE(3099), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), @@ -81395,9 +81249,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1790), [anon_sym_fun] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1886), - [anon_sym_get] = ACTIONS(1888), - [anon_sym_set] = ACTIONS(1890), + [anon_sym_SEMI] = ACTIONS(1888), + [anon_sym_get] = ACTIONS(1882), + [anon_sym_set] = ACTIONS(1884), [anon_sym_this] = ACTIONS(1790), [anon_sym_super] = ACTIONS(1790), [anon_sym_STAR] = ACTIONS(1856), @@ -81485,59 +81339,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1792), }, - [290] = { - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [289] = { + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1790), + [anon_sym_EQ] = ACTIONS(1810), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1892), + [anon_sym_SEMI] = ACTIONS(1890), [anon_sym_get] = ACTIONS(1852), [anon_sym_set] = ACTIONS(1854), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1858), @@ -81545,21 +81399,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1862), [anon_sym_AMP_AMP] = ACTIONS(1864), [anon_sym_PIPE_PIPE] = ACTIONS(1866), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), [anon_sym_BANG_EQ] = ACTIONS(1868), [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), [anon_sym_EQ_EQ] = ACTIONS(1868), @@ -81576,7 +81430,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1790), + [anon_sym_BANG] = ACTIONS(1810), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -81605,77 +81459,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1812), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [sym__string_start] = ACTIONS(1812), + }, + [290] = { + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1644), + [sym__multiplicative_operator] = STATE(1643), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1642), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_as] = ACTIONS(1730), + [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(1848), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1742), + [anon_sym_SEMI] = ACTIONS(1892), + [anon_sym_get] = ACTIONS(1852), + [anon_sym_set] = ACTIONS(1854), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1856), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1858), + [anon_sym_DOT_DOT] = ACTIONS(1860), + [anon_sym_QMARK_COLON] = ACTIONS(1862), + [anon_sym_AMP_AMP] = ACTIONS(1864), + [anon_sym_PIPE_PIPE] = ACTIONS(1866), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1764), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1868), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), + [anon_sym_EQ_EQ] = ACTIONS(1868), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1870), + [anon_sym_LT_EQ] = ACTIONS(1872), + [anon_sym_GT_EQ] = ACTIONS(1872), + [anon_sym_BANGin] = ACTIONS(1874), + [anon_sym_is] = ACTIONS(1774), + [anon_sym_BANGis] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1876), + [anon_sym_DASH] = ACTIONS(1876), + [anon_sym_SLASH] = ACTIONS(1856), + [anon_sym_PERCENT] = ACTIONS(1856), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG_BANG] = ACTIONS(1782), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1764), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1734), }, [291] = { - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1802), + [anon_sym_EQ] = ACTIONS(1810), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(1894), - [anon_sym_get] = ACTIONS(1888), - [anon_sym_set] = ACTIONS(1890), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), + [anon_sym_get] = ACTIONS(1882), + [anon_sym_set] = ACTIONS(1884), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1858), @@ -81683,21 +81675,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1862), [anon_sym_AMP_AMP] = ACTIONS(1864), [anon_sym_PIPE_PIPE] = ACTIONS(1866), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), [anon_sym_BANG_EQ] = ACTIONS(1868), [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), [anon_sym_EQ_EQ] = ACTIONS(1868), @@ -81714,7 +81706,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1802), + [anon_sym_BANG] = ACTIONS(1810), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -81743,77 +81735,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1804), + [sym__automatic_semicolon] = ACTIONS(1812), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [sym__string_start] = ACTIONS(1812), }, [292] = { - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [sym_getter] = STATE(1141), + [sym_setter] = STATE(1141), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1818), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(1896), - [anon_sym_get] = ACTIONS(1888), - [anon_sym_set] = ACTIONS(1890), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), + [anon_sym_get] = ACTIONS(1852), + [anon_sym_set] = ACTIONS(1854), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1858), @@ -81821,21 +81813,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1862), [anon_sym_AMP_AMP] = ACTIONS(1864), [anon_sym_PIPE_PIPE] = ACTIONS(1866), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), [anon_sym_BANG_EQ] = ACTIONS(1868), [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), [anon_sym_EQ_EQ] = ACTIONS(1868), @@ -81852,7 +81844,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG] = ACTIONS(1818), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -81881,77 +81873,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1820), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [sym__string_start] = ACTIONS(1820), }, [293] = { - [sym_getter] = STATE(1163), - [sym_setter] = STATE(1163), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [sym_getter] = STATE(3140), + [sym_setter] = STATE(3140), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1808), + [anon_sym_EQ] = ACTIONS(1818), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(1898), - [anon_sym_get] = ACTIONS(1888), - [anon_sym_set] = ACTIONS(1890), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), + [anon_sym_get] = ACTIONS(1882), + [anon_sym_set] = ACTIONS(1884), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1858), @@ -81959,21 +81951,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1862), [anon_sym_AMP_AMP] = ACTIONS(1864), [anon_sym_PIPE_PIPE] = ACTIONS(1866), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), [anon_sym_BANG_EQ] = ACTIONS(1868), [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), [anon_sym_EQ_EQ] = ACTIONS(1868), @@ -81990,7 +81982,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1808), + [anon_sym_BANG] = ACTIONS(1818), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -82019,77 +82011,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1810), + [sym__automatic_semicolon] = ACTIONS(1820), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [sym__string_start] = ACTIONS(1820), }, [294] = { - [sym_getter] = STATE(1124), - [sym_setter] = STATE(1124), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [sym_getter] = STATE(1129), + [sym_setter] = STATE(1129), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1814), + [anon_sym_EQ] = ACTIONS(1790), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), + [anon_sym_object] = ACTIONS(1790), + [anon_sym_fun] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(1900), - [anon_sym_get] = ACTIONS(1888), - [anon_sym_set] = ACTIONS(1890), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), + [anon_sym_get] = ACTIONS(1852), + [anon_sym_set] = ACTIONS(1854), + [anon_sym_this] = ACTIONS(1790), + [anon_sym_super] = ACTIONS(1790), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1858), @@ -82097,21 +82089,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1862), [anon_sym_AMP_AMP] = ACTIONS(1864), [anon_sym_PIPE_PIPE] = ACTIONS(1866), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), + [anon_sym_null] = ACTIONS(1790), + [anon_sym_if] = ACTIONS(1790), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_when] = ACTIONS(1790), + [anon_sym_try] = ACTIONS(1790), + [anon_sym_throw] = ACTIONS(1790), + [anon_sym_return] = ACTIONS(1790), + [anon_sym_continue] = ACTIONS(1790), + [anon_sym_break] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), [anon_sym_BANG_EQ] = ACTIONS(1868), [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), [anon_sym_EQ_EQ] = ACTIONS(1868), @@ -82128,7 +82120,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1814), + [anon_sym_BANG] = ACTIONS(1790), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -82157,77 +82149,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), + [anon_sym_return_AT] = ACTIONS(1792), + [anon_sym_continue_AT] = ACTIONS(1792), + [anon_sym_break_AT] = ACTIONS(1792), + [anon_sym_this_AT] = ACTIONS(1792), + [anon_sym_super_AT] = ACTIONS(1792), + [sym_real_literal] = ACTIONS(1792), + [sym_integer_literal] = ACTIONS(1790), + [sym_hex_literal] = ACTIONS(1792), + [sym_bin_literal] = ACTIONS(1792), + [anon_sym_true] = ACTIONS(1790), + [anon_sym_false] = ACTIONS(1790), + [anon_sym_SQUOTE] = ACTIONS(1792), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1816), + [sym__automatic_semicolon] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), + [sym__string_start] = ACTIONS(1792), }, [295] = { - [sym_getter] = STATE(1136), - [sym_setter] = STATE(1136), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [sym_getter] = STATE(3169), + [sym_setter] = STATE(3169), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(1824), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(1732), - [anon_sym_fun] = ACTIONS(1732), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(1902), - [anon_sym_get] = ACTIONS(1888), - [anon_sym_set] = ACTIONS(1890), - [anon_sym_this] = ACTIONS(1732), - [anon_sym_super] = ACTIONS(1732), + [anon_sym_get] = ACTIONS(1882), + [anon_sym_set] = ACTIONS(1884), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1858), @@ -82235,21 +82227,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1862), [anon_sym_AMP_AMP] = ACTIONS(1864), [anon_sym_PIPE_PIPE] = ACTIONS(1866), - [anon_sym_null] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_try] = ACTIONS(1732), - [anon_sym_throw] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_continue] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), [anon_sym_BANG_EQ] = ACTIONS(1868), [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), [anon_sym_EQ_EQ] = ACTIONS(1868), @@ -82266,7 +82258,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG] = ACTIONS(1824), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -82295,242 +82287,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1734), - [anon_sym_continue_AT] = ACTIONS(1734), - [anon_sym_break_AT] = ACTIONS(1734), - [anon_sym_this_AT] = ACTIONS(1734), - [anon_sym_super_AT] = ACTIONS(1734), - [sym_real_literal] = ACTIONS(1734), - [sym_integer_literal] = ACTIONS(1732), - [sym_hex_literal] = ACTIONS(1734), - [sym_bin_literal] = ACTIONS(1734), - [anon_sym_true] = ACTIONS(1732), - [anon_sym_false] = ACTIONS(1732), - [anon_sym_SQUOTE] = ACTIONS(1734), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1826), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1734), + [sym__string_start] = ACTIONS(1826), }, [296] = { - [sym__expression] = STATE(949), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), + [sym__expression] = STATE(3802), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_EQ] = ACTIONS(1584), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_COMMA] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_where] = ACTIONS(1584), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(585), - [sym_label] = ACTIONS(611), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(597), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS_EQ] = ACTIONS(1582), - [anon_sym_DASH_EQ] = ACTIONS(1582), - [anon_sym_STAR_EQ] = ACTIONS(1582), - [anon_sym_SLASH_EQ] = ACTIONS(1582), - [anon_sym_PERCENT_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(611), - [anon_sym_DASH] = ACTIONS(611), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1584), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_BANG] = ACTIONS(611), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [297] = { - [sym__expression] = STATE(3809), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_EQ] = ACTIONS(1584), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_EQ] = ACTIONS(1608), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1582), + [anon_sym_RBRACE] = ACTIONS(1606), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_COMMA] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_where] = ACTIONS(1584), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), + [anon_sym_COMMA] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_where] = ACTIONS(1608), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), [anon_sym_STAR] = ACTIONS(363), [sym_label] = ACTIONS(381), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), - [anon_sym_null] = ACTIONS(1922), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), + [anon_sym_null] = ACTIONS(1910), [anon_sym_if] = ACTIONS(375), - [anon_sym_else] = ACTIONS(1584), + [anon_sym_else] = ACTIONS(1608), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), [anon_sym_throw] = ACTIONS(377), @@ -82538,41 +82394,41 @@ 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(1582), - [anon_sym_DASH_EQ] = ACTIONS(1582), - [anon_sym_STAR_EQ] = ACTIONS(1582), - [anon_sym_SLASH_EQ] = ACTIONS(1582), - [anon_sym_PERCENT_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), + [anon_sym_PLUS_EQ] = ACTIONS(1606), + [anon_sym_DASH_EQ] = ACTIONS(1606), + [anon_sym_STAR_EQ] = ACTIONS(1606), + [anon_sym_SLASH_EQ] = ACTIONS(1606), + [anon_sym_PERCENT_EQ] = ACTIONS(1606), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), [anon_sym_PLUS] = ACTIONS(381), [anon_sym_DASH] = ACTIONS(381), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1584), - [anon_sym_as_QMARK] = ACTIONS(1582), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1608), + [anon_sym_as_QMARK] = ACTIONS(1606), [anon_sym_PLUS_PLUS] = ACTIONS(383), [anon_sym_DASH_DASH] = ACTIONS(383), [anon_sym_BANG] = ACTIONS(381), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), [anon_sym_this_AT] = ACTIONS(97), [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), + [sym_real_literal] = ACTIONS(1912), [sym_integer_literal] = ACTIONS(103), [sym_hex_literal] = ACTIONS(105), [sym_bin_literal] = ACTIONS(105), @@ -82580,200 +82436,336 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(107), [anon_sym_SQUOTE] = ACTIONS(109), [sym__backtick_identifier] = ACTIONS(111), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, + [297] = { + [sym__expression] = STATE(949), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_EQ] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_COMMA] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_where] = ACTIONS(1608), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1918), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(501), + [sym_label] = ACTIONS(527), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(513), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS_EQ] = ACTIONS(1606), + [anon_sym_DASH_EQ] = ACTIONS(1606), + [anon_sym_STAR_EQ] = ACTIONS(1606), + [anon_sym_SLASH_EQ] = ACTIONS(1606), + [anon_sym_PERCENT_EQ] = ACTIONS(1606), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1608), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(529), + [anon_sym_DASH_DASH] = ACTIONS(529), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, [298] = { - [sym__expression] = STATE(3922), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1459), - [sym_annotation] = STATE(1459), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(3865), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1516), + [sym_annotation] = STATE(1516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_EQ] = ACTIONS(1584), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_EQ] = ACTIONS(1608), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1926), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(681), - [sym_label] = ACTIONS(689), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_while] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(687), + [sym_label] = ACTIONS(695), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_while] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(333), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS_EQ] = ACTIONS(1582), - [anon_sym_DASH_EQ] = ACTIONS(1582), - [anon_sym_STAR_EQ] = ACTIONS(1582), - [anon_sym_SLASH_EQ] = ACTIONS(1582), - [anon_sym_PERCENT_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1584), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(689), - [anon_sym_BANG_BANG] = ACTIONS(1582), + [anon_sym_if] = ACTIONS(243), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS_EQ] = ACTIONS(1606), + [anon_sym_DASH_EQ] = ACTIONS(1606), + [anon_sym_STAR_EQ] = ACTIONS(1606), + [anon_sym_SLASH_EQ] = ACTIONS(1606), + [anon_sym_PERCENT_EQ] = ACTIONS(1606), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1608), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(695), + [anon_sym_BANG_BANG] = ACTIONS(1606), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_safe_nav] = ACTIONS(1582), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_safe_nav] = ACTIONS(1606), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [299] = { - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1141), + [sym_setter] = STATE(1141), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1820), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(1930), [anon_sym_get] = ACTIONS(1932), [anon_sym_set] = ACTIONS(1934), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), @@ -82781,15 +82773,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -82807,7 +82799,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG] = ACTIONS(1818), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -82836,78 +82828,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1820), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [sym__string_start] = ACTIONS(1820), }, [300] = { - [sym_getter] = STATE(3116), - [sym_setter] = STATE(3116), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1816), + [anon_sym_COMMA] = ACTIONS(1798), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(1960), - [anon_sym_get] = ACTIONS(1932), - [anon_sym_set] = ACTIONS(1934), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), + [anon_sym_get] = ACTIONS(1962), + [anon_sym_set] = ACTIONS(1964), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), @@ -82915,15 +82907,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -82941,7 +82933,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1814), + [anon_sym_BANG] = ACTIONS(1796), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -82970,78 +82962,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1816), + [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), + [sym__string_start] = ACTIONS(1798), }, [301] = { - [sym_getter] = STATE(1124), - [sym_setter] = STATE(1124), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3099), + [sym_setter] = STATE(3099), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1816), + [anon_sym_COMMA] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), + [anon_sym_where] = ACTIONS(1790), + [anon_sym_object] = ACTIONS(1790), + [anon_sym_fun] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1962), - [anon_sym_get] = ACTIONS(1964), - [anon_sym_set] = ACTIONS(1966), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), + [anon_sym_SEMI] = ACTIONS(1966), + [anon_sym_get] = ACTIONS(1962), + [anon_sym_set] = ACTIONS(1964), + [anon_sym_this] = ACTIONS(1790), + [anon_sym_super] = ACTIONS(1790), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), @@ -83049,15 +83041,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), + [anon_sym_null] = ACTIONS(1790), + [anon_sym_if] = ACTIONS(1790), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_when] = ACTIONS(1790), + [anon_sym_try] = ACTIONS(1790), + [anon_sym_throw] = ACTIONS(1790), + [anon_sym_return] = ACTIONS(1790), + [anon_sym_continue] = ACTIONS(1790), + [anon_sym_break] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -83075,7 +83067,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1814), + [anon_sym_BANG] = ACTIONS(1790), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -83104,134 +83096,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), + [anon_sym_return_AT] = ACTIONS(1792), + [anon_sym_continue_AT] = ACTIONS(1792), + [anon_sym_break_AT] = ACTIONS(1792), + [anon_sym_this_AT] = ACTIONS(1792), + [anon_sym_super_AT] = ACTIONS(1792), + [sym_real_literal] = ACTIONS(1792), + [sym_integer_literal] = ACTIONS(1790), + [sym_hex_literal] = ACTIONS(1792), + [sym_bin_literal] = ACTIONS(1792), + [anon_sym_true] = ACTIONS(1790), + [anon_sym_false] = ACTIONS(1790), + [anon_sym_SQUOTE] = ACTIONS(1792), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1816), + [sym__automatic_semicolon] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), + [sym__string_start] = ACTIONS(1792), }, [302] = { - [sym__expression] = STATE(4080), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1844), - [sym_annotation] = STATE(1844), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), + [sym__expression] = STATE(1202), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1689), + [sym_annotation] = STATE(1689), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_EQ] = ACTIONS(1584), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_EQ] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), [anon_sym_object] = ACTIONS(1916), [anon_sym_fun] = ACTIONS(1968), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), [anon_sym_get] = ACTIONS(1920), [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), [anon_sym_STAR] = ACTIONS(655), - [sym_label] = ACTIONS(663), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), + [sym_label] = ACTIONS(669), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(55), - [anon_sym_else] = ACTIONS(1584), - [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(1582), - [anon_sym_DASH_EQ] = ACTIONS(1582), - [anon_sym_STAR_EQ] = ACTIONS(1582), - [anon_sym_SLASH_EQ] = ACTIONS(1582), - [anon_sym_PERCENT_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1584), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(663), - [anon_sym_BANG_BANG] = ACTIONS(1582), + [anon_sym_if] = ACTIONS(663), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS_EQ] = ACTIONS(1606), + [anon_sym_DASH_EQ] = ACTIONS(1606), + [anon_sym_STAR_EQ] = ACTIONS(1606), + [anon_sym_SLASH_EQ] = ACTIONS(1606), + [anon_sym_PERCENT_EQ] = ACTIONS(1606), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1608), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(669), + [anon_sym_BANG_BANG] = ACTIONS(1606), [anon_sym_data] = ACTIONS(1920), [anon_sym_inner] = ACTIONS(1920), [anon_sym_value] = ACTIONS(1920), @@ -83239,211 +83231,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(555), }, [303] = { - [sym__expression] = STATE(1223), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1689), - [sym_annotation] = STATE(1689), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_EQ] = ACTIONS(1584), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(707), - [sym_label] = ACTIONS(721), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(715), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS_EQ] = ACTIONS(1582), - [anon_sym_DASH_EQ] = ACTIONS(1582), - [anon_sym_STAR_EQ] = ACTIONS(1582), - [anon_sym_SLASH_EQ] = ACTIONS(1582), - [anon_sym_PERCENT_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1584), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(721), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [304] = { - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3169), + [sym_setter] = STATE(3169), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1826), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1972), - [anon_sym_get] = ACTIONS(1964), - [anon_sym_set] = ACTIONS(1966), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1970), + [anon_sym_get] = ACTIONS(1962), + [anon_sym_set] = ACTIONS(1964), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), @@ -83451,15 +83309,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -83477,7 +83335,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG] = ACTIONS(1824), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -83506,59 +83364,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1826), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [sym__string_start] = ACTIONS(1826), }, - [305] = { - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [304] = { + [sym_getter] = STATE(1129), + [sym_setter] = STATE(1129), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), @@ -83573,7 +83431,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1790), [anon_sym_fun] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1974), + [anon_sym_SEMI] = ACTIONS(1972), [anon_sym_get] = ACTIONS(1932), [anon_sym_set] = ACTIONS(1934), [anon_sym_this] = ACTIONS(1790), @@ -83658,60 +83516,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1792), }, - [306] = { - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [305] = { + [sym_getter] = STATE(1076), + [sym_setter] = STATE(1076), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1792), + [anon_sym_COMMA] = ACTIONS(1826), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1976), - [anon_sym_get] = ACTIONS(1964), - [anon_sym_set] = ACTIONS(1966), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(1974), + [anon_sym_get] = ACTIONS(1932), + [anon_sym_set] = ACTIONS(1934), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), @@ -83719,15 +83577,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -83745,7 +83603,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1790), + [anon_sym_BANG] = ACTIONS(1824), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -83774,78 +83632,212 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1826), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [sym__string_start] = ACTIONS(1826), + }, + [306] = { + [sym__expression] = STATE(4077), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1843), + [sym_annotation] = STATE(1843), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_EQ] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(809), + [sym_label] = ACTIONS(817), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(55), + [anon_sym_else] = ACTIONS(1608), + [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(1606), + [anon_sym_DASH_EQ] = ACTIONS(1606), + [anon_sym_STAR_EQ] = ACTIONS(1606), + [anon_sym_SLASH_EQ] = ACTIONS(1606), + [anon_sym_PERCENT_EQ] = ACTIONS(1606), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1608), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(817), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), }, [307] = { - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3140), + [sym_setter] = STATE(3140), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1804), + [anon_sym_COMMA] = ACTIONS(1820), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(1978), - [anon_sym_get] = ACTIONS(1964), - [anon_sym_set] = ACTIONS(1966), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), + [anon_sym_get] = ACTIONS(1962), + [anon_sym_set] = ACTIONS(1964), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), @@ -83853,15 +83845,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -83879,7 +83871,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1802), + [anon_sym_BANG] = ACTIONS(1818), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -83908,78 +83900,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1804), + [sym__automatic_semicolon] = ACTIONS(1820), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [sym__string_start] = ACTIONS(1820), }, [308] = { - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1804), + [anon_sym_COMMA] = ACTIONS(1812), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(1980), - [anon_sym_get] = ACTIONS(1932), - [anon_sym_set] = ACTIONS(1934), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), + [anon_sym_get] = ACTIONS(1962), + [anon_sym_set] = ACTIONS(1964), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), @@ -83987,15 +83979,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -84013,7 +84005,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1802), + [anon_sym_BANG] = ACTIONS(1810), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -84042,78 +84034,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1804), + [sym__automatic_semicolon] = ACTIONS(1812), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [sym__string_start] = ACTIONS(1812), }, [309] = { - [sym_getter] = STATE(1163), - [sym_setter] = STATE(1163), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1810), + [anon_sym_COMMA] = ACTIONS(1812), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(1982), - [anon_sym_get] = ACTIONS(1964), - [anon_sym_set] = ACTIONS(1966), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), + [anon_sym_get] = ACTIONS(1932), + [anon_sym_set] = ACTIONS(1934), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), @@ -84121,15 +84113,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -84147,7 +84139,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1808), + [anon_sym_BANG] = ACTIONS(1810), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -84176,78 +84168,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1810), + [sym__automatic_semicolon] = ACTIONS(1812), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [sym__string_start] = ACTIONS(1812), }, [310] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1798), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_object] = ACTIONS(1732), - [anon_sym_fun] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(1984), [anon_sym_get] = ACTIONS(1932), [anon_sym_set] = ACTIONS(1934), - [anon_sym_this] = ACTIONS(1732), - [anon_sym_super] = ACTIONS(1732), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), @@ -84255,15 +84247,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_try] = ACTIONS(1732), - [anon_sym_throw] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_continue] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -84281,7 +84273,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG] = ACTIONS(1796), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -84310,59 +84302,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1734), - [anon_sym_continue_AT] = ACTIONS(1734), - [anon_sym_break_AT] = ACTIONS(1734), - [anon_sym_this_AT] = ACTIONS(1734), - [anon_sym_super_AT] = ACTIONS(1734), - [sym_real_literal] = ACTIONS(1734), - [sym_integer_literal] = ACTIONS(1732), - [sym_hex_literal] = ACTIONS(1734), - [sym_bin_literal] = ACTIONS(1734), - [anon_sym_true] = ACTIONS(1732), - [anon_sym_false] = ACTIONS(1732), - [anon_sym_SQUOTE] = ACTIONS(1734), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1734), + [sym__string_start] = ACTIONS(1798), }, [311] = { - [sym_getter] = STATE(1136), - [sym_setter] = STATE(1136), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), @@ -84378,8 +84370,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(1986), - [anon_sym_get] = ACTIONS(1964), - [anon_sym_set] = ACTIONS(1966), + [anon_sym_get] = ACTIONS(1962), + [anon_sym_set] = ACTIONS(1964), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1936), @@ -84463,59 +84455,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1734), }, [312] = { - [sym_getter] = STATE(3126), - [sym_setter] = STATE(3126), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(1810), + [anon_sym_COMMA] = ACTIONS(1734), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(1988), [anon_sym_get] = ACTIONS(1932), [anon_sym_set] = ACTIONS(1934), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), @@ -84523,15 +84515,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -84549,7 +84541,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1808), + [anon_sym_BANG] = ACTIONS(1732), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -84578,209 +84570,209 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1810), + [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [sym__string_start] = ACTIONS(1734), }, [313] = { - [sym__expression] = STATE(4136), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(4112), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_RBRACK] = ACTIONS(1582), - [anon_sym_as] = ACTIONS(1584), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_RBRACK] = ACTIONS(1606), + [anon_sym_as] = ACTIONS(1608), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_COMMA] = ACTIONS(1582), - [anon_sym_RPAREN] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_where] = ACTIONS(1584), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_COMMA] = ACTIONS(1606), + [anon_sym_RPAREN] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_where] = ACTIONS(1608), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [anon_sym_DASH_GT] = ACTIONS(1582), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_while] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [anon_sym_DASH_GT] = ACTIONS(1606), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_while] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1582), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), - [anon_sym_BANG_BANG] = ACTIONS(1582), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1606), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), + [anon_sym_BANG_BANG] = ACTIONS(1606), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_safe_nav] = ACTIONS(1582), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_safe_nav] = ACTIONS(1606), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [314] = { - [sym_getter] = STATE(1124), - [sym_setter] = STATE(1124), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1141), + [sym_setter] = STATE(1141), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(2000), [anon_sym_get] = ACTIONS(2002), [anon_sym_set] = ACTIONS(2004), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -84788,15 +84780,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -84814,7 +84806,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1814), + [anon_sym_BANG] = ACTIONS(1818), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -84843,76 +84835,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1816), + [sym__automatic_semicolon] = ACTIONS(1820), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), + [sym__string_start] = ACTIONS(1820), }, [315] = { - [sym_getter] = STATE(5373), - [sym_setter] = STATE(5373), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3169), + [sym_setter] = STATE(3169), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(2030), [anon_sym_get] = ACTIONS(2032), [anon_sym_set] = ACTIONS(2034), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -84920,15 +84912,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -84946,7 +84938,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1814), + [anon_sym_BANG] = ACTIONS(1824), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -84975,76 +84967,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1816), + [sym__automatic_semicolon] = ACTIONS(1826), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), + [sym__string_start] = ACTIONS(1826), }, [316] = { - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1129), + [sym_setter] = STATE(1129), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1790), + [anon_sym_fun] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(2036), - [anon_sym_get] = ACTIONS(2038), - [anon_sym_set] = ACTIONS(2040), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), + [anon_sym_get] = ACTIONS(2002), + [anon_sym_set] = ACTIONS(2004), + [anon_sym_this] = ACTIONS(1790), + [anon_sym_super] = ACTIONS(1790), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -85052,15 +85044,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), + [anon_sym_null] = ACTIONS(1790), + [anon_sym_if] = ACTIONS(1790), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_when] = ACTIONS(1790), + [anon_sym_try] = ACTIONS(1790), + [anon_sym_throw] = ACTIONS(1790), + [anon_sym_return] = ACTIONS(1790), + [anon_sym_continue] = ACTIONS(1790), + [anon_sym_break] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -85078,7 +85070,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG] = ACTIONS(1790), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -85107,76 +85099,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), + [anon_sym_return_AT] = ACTIONS(1792), + [anon_sym_continue_AT] = ACTIONS(1792), + [anon_sym_break_AT] = ACTIONS(1792), + [anon_sym_this_AT] = ACTIONS(1792), + [anon_sym_super_AT] = ACTIONS(1792), + [sym_real_literal] = ACTIONS(1792), + [sym_integer_literal] = ACTIONS(1790), + [sym_hex_literal] = ACTIONS(1792), + [sym_bin_literal] = ACTIONS(1792), + [anon_sym_true] = ACTIONS(1790), + [anon_sym_false] = ACTIONS(1790), + [anon_sym_SQUOTE] = ACTIONS(1792), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [sym__string_start] = ACTIONS(1792), }, [317] = { - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(2042), - [anon_sym_get] = ACTIONS(2038), - [anon_sym_set] = ACTIONS(2040), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(2038), + [anon_sym_get] = ACTIONS(2002), + [anon_sym_set] = ACTIONS(2004), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -85184,15 +85176,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -85210,7 +85202,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1790), + [anon_sym_BANG] = ACTIONS(1810), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -85239,59 +85231,191 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1812), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [sym__string_start] = ACTIONS(1812), }, [318] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1076), + [sym_setter] = STATE(1076), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_as] = ACTIONS(1730), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(1998), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1742), + [anon_sym_SEMI] = ACTIONS(2040), + [anon_sym_get] = ACTIONS(2002), + [anon_sym_set] = ACTIONS(2004), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(2006), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(2008), + [anon_sym_DOT_DOT] = ACTIONS(2010), + [anon_sym_QMARK_COLON] = ACTIONS(2012), + [anon_sym_AMP_AMP] = ACTIONS(2014), + [anon_sym_PIPE_PIPE] = ACTIONS(2016), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1764), + [anon_sym_BANG_EQ] = ACTIONS(2018), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), + [anon_sym_EQ_EQ] = ACTIONS(2018), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2020), + [anon_sym_LT_EQ] = ACTIONS(2022), + [anon_sym_GT_EQ] = ACTIONS(2022), + [anon_sym_BANGin] = ACTIONS(2024), + [anon_sym_is] = ACTIONS(1774), + [anon_sym_BANGis] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(2026), + [anon_sym_DASH] = ACTIONS(2026), + [anon_sym_SLASH] = ACTIONS(2028), + [anon_sym_PERCENT] = ACTIONS(2006), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1782), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1764), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), + }, + [319] = { + [sym_getter] = STATE(5382), + [sym_setter] = STATE(5382), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), @@ -85304,9 +85428,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1732), [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(2044), - [anon_sym_get] = ACTIONS(2038), - [anon_sym_set] = ACTIONS(2040), + [anon_sym_SEMI] = ACTIONS(2042), + [anon_sym_get] = ACTIONS(2044), + [anon_sym_set] = ACTIONS(2046), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(2006), @@ -85389,58 +85513,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1734), }, - [319] = { - [sym_getter] = STATE(5407), - [sym_setter] = STATE(5407), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [320] = { + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(1732), - [anon_sym_fun] = ACTIONS(1732), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(2046), - [anon_sym_get] = ACTIONS(2032), - [anon_sym_set] = ACTIONS(2034), - [anon_sym_this] = ACTIONS(1732), - [anon_sym_super] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(2048), + [anon_sym_get] = ACTIONS(2002), + [anon_sym_set] = ACTIONS(2004), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -85448,15 +85572,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_try] = ACTIONS(1732), - [anon_sym_throw] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_continue] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -85474,7 +85598,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG] = ACTIONS(1796), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -85503,76 +85627,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1734), - [anon_sym_continue_AT] = ACTIONS(1734), - [anon_sym_break_AT] = ACTIONS(1734), - [anon_sym_this_AT] = ACTIONS(1734), - [anon_sym_super_AT] = ACTIONS(1734), - [sym_real_literal] = ACTIONS(1734), - [sym_integer_literal] = ACTIONS(1732), - [sym_hex_literal] = ACTIONS(1734), - [sym_bin_literal] = ACTIONS(1734), - [anon_sym_true] = ACTIONS(1732), - [anon_sym_false] = ACTIONS(1732), - [anon_sym_SQUOTE] = ACTIONS(1734), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1734), + [sym__string_start] = ACTIONS(1798), }, - [320] = { - [sym_getter] = STATE(5416), - [sym_setter] = STATE(5416), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [321] = { + [sym_getter] = STATE(5335), + [sym_setter] = STATE(5335), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(2048), - [anon_sym_get] = ACTIONS(2032), - [anon_sym_set] = ACTIONS(2034), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(2050), + [anon_sym_get] = ACTIONS(2044), + [anon_sym_set] = ACTIONS(2046), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -85580,15 +85704,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -85606,7 +85730,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG] = ACTIONS(1824), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -85635,76 +85759,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1826), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [sym__string_start] = ACTIONS(1826), }, - [321] = { - [sym_getter] = STATE(3126), - [sym_setter] = STATE(3126), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [322] = { + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(2050), - [anon_sym_get] = ACTIONS(2038), - [anon_sym_set] = ACTIONS(2040), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), + [anon_sym_SEMI] = ACTIONS(2052), + [anon_sym_get] = ACTIONS(2032), + [anon_sym_set] = ACTIONS(2034), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -85712,15 +85836,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -85738,7 +85862,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1808), + [anon_sym_BANG] = ACTIONS(1732), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -85767,76 +85891,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1810), + [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [sym__string_start] = ACTIONS(1734), }, - [322] = { - [sym_getter] = STATE(5394), - [sym_setter] = STATE(5394), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [323] = { + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(2052), + [anon_sym_SEMI] = ACTIONS(2054), [anon_sym_get] = ACTIONS(2032), [anon_sym_set] = ACTIONS(2034), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -85844,15 +85968,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -85870,7 +85994,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1802), + [anon_sym_BANG] = ACTIONS(1810), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -85899,76 +86023,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1804), + [sym__automatic_semicolon] = ACTIONS(1812), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [sym__string_start] = ACTIONS(1812), }, - [323] = { - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [324] = { + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(2054), + [anon_sym_SEMI] = ACTIONS(2056), [anon_sym_get] = ACTIONS(2002), [anon_sym_set] = ACTIONS(2004), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -85976,15 +86100,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -86002,7 +86126,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG] = ACTIONS(1732), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -86031,76 +86155,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [sym__string_start] = ACTIONS(1734), }, - [324] = { - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [325] = { + [sym_getter] = STATE(5349), + [sym_setter] = STATE(5349), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(2056), - [anon_sym_get] = ACTIONS(2002), - [anon_sym_set] = ACTIONS(2004), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(2058), + [anon_sym_get] = ACTIONS(2044), + [anon_sym_set] = ACTIONS(2046), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -86108,15 +86232,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -86134,7 +86258,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1790), + [anon_sym_BANG] = ACTIONS(1810), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -86163,76 +86287,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1812), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [sym__string_start] = ACTIONS(1812), }, - [325] = { - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [326] = { + [sym_getter] = STATE(5319), + [sym_setter] = STATE(5319), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(2058), - [anon_sym_get] = ACTIONS(2002), - [anon_sym_set] = ACTIONS(2004), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), + [anon_sym_SEMI] = ACTIONS(2060), + [anon_sym_get] = ACTIONS(2044), + [anon_sym_set] = ACTIONS(2046), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -86240,15 +86364,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -86266,7 +86390,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1802), + [anon_sym_BANG] = ACTIONS(1796), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -86295,76 +86419,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1804), + [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [sym__string_start] = ACTIONS(1798), }, - [326] = { - [sym_getter] = STATE(5393), - [sym_setter] = STATE(5393), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [327] = { + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(2060), + [anon_sym_SEMI] = ACTIONS(2062), [anon_sym_get] = ACTIONS(2032), [anon_sym_set] = ACTIONS(2034), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -86372,15 +86496,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -86398,7 +86522,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1808), + [anon_sym_BANG] = ACTIONS(1796), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -86427,76 +86551,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1810), + [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [sym__string_start] = ACTIONS(1798), }, - [327] = { - [sym_getter] = STATE(1163), - [sym_setter] = STATE(1163), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [328] = { + [sym_getter] = STATE(5355), + [sym_setter] = STATE(5355), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), + [anon_sym_object] = ACTIONS(1790), + [anon_sym_fun] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(2062), - [anon_sym_get] = ACTIONS(2002), - [anon_sym_set] = ACTIONS(2004), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), + [anon_sym_SEMI] = ACTIONS(2064), + [anon_sym_get] = ACTIONS(2044), + [anon_sym_set] = ACTIONS(2046), + [anon_sym_this] = ACTIONS(1790), + [anon_sym_super] = ACTIONS(1790), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -86504,15 +86628,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), + [anon_sym_null] = ACTIONS(1790), + [anon_sym_if] = ACTIONS(1790), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_when] = ACTIONS(1790), + [anon_sym_try] = ACTIONS(1790), + [anon_sym_throw] = ACTIONS(1790), + [anon_sym_return] = ACTIONS(1790), + [anon_sym_continue] = ACTIONS(1790), + [anon_sym_break] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -86530,7 +86654,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1808), + [anon_sym_BANG] = ACTIONS(1790), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -86559,76 +86683,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), + [anon_sym_return_AT] = ACTIONS(1792), + [anon_sym_continue_AT] = ACTIONS(1792), + [anon_sym_break_AT] = ACTIONS(1792), + [anon_sym_this_AT] = ACTIONS(1792), + [anon_sym_super_AT] = ACTIONS(1792), + [sym_real_literal] = ACTIONS(1792), + [sym_integer_literal] = ACTIONS(1790), + [sym_hex_literal] = ACTIONS(1792), + [sym_bin_literal] = ACTIONS(1792), + [anon_sym_true] = ACTIONS(1790), + [anon_sym_false] = ACTIONS(1790), + [anon_sym_SQUOTE] = ACTIONS(1792), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1810), + [sym__automatic_semicolon] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [sym__string_start] = ACTIONS(1792), }, - [328] = { - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [329] = { + [sym_getter] = STATE(5348), + [sym_setter] = STATE(5348), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(2064), - [anon_sym_get] = ACTIONS(2038), - [anon_sym_set] = ACTIONS(2040), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), + [anon_sym_SEMI] = ACTIONS(2066), + [anon_sym_get] = ACTIONS(2044), + [anon_sym_set] = ACTIONS(2046), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -86636,15 +86760,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -86662,7 +86786,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1802), + [anon_sym_BANG] = ACTIONS(1818), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -86691,76 +86815,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1804), + [sym__automatic_semicolon] = ACTIONS(1820), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [sym__string_start] = ACTIONS(1820), }, - [329] = { - [sym_getter] = STATE(1136), - [sym_setter] = STATE(1136), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [330] = { + [sym_getter] = STATE(3140), + [sym_setter] = STATE(3140), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(1732), - [anon_sym_fun] = ACTIONS(1732), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(2066), - [anon_sym_get] = ACTIONS(2002), - [anon_sym_set] = ACTIONS(2004), - [anon_sym_this] = ACTIONS(1732), - [anon_sym_super] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(2068), + [anon_sym_get] = ACTIONS(2032), + [anon_sym_set] = ACTIONS(2034), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -86768,15 +86892,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_try] = ACTIONS(1732), - [anon_sym_throw] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_continue] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -86794,7 +86918,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG] = ACTIONS(1818), [anon_sym_BANG_BANG] = ACTIONS(1782), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), @@ -86823,59 +86947,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(1786), [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1734), - [anon_sym_continue_AT] = ACTIONS(1734), - [anon_sym_break_AT] = ACTIONS(1734), - [anon_sym_this_AT] = ACTIONS(1734), - [anon_sym_super_AT] = ACTIONS(1734), - [sym_real_literal] = ACTIONS(1734), - [sym_integer_literal] = ACTIONS(1732), - [sym_hex_literal] = ACTIONS(1734), - [sym_bin_literal] = ACTIONS(1734), - [anon_sym_true] = ACTIONS(1732), - [anon_sym_false] = ACTIONS(1732), - [anon_sym_SQUOTE] = ACTIONS(1734), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1820), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1734), + [sym__string_start] = ACTIONS(1820), }, - [330] = { - [sym_getter] = STATE(5347), - [sym_setter] = STATE(5347), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), + [331] = { + [sym_getter] = STATE(3099), + [sym_setter] = STATE(3099), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), @@ -86888,7 +87012,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1790), [anon_sym_fun] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(2068), + [anon_sym_SEMI] = ACTIONS(2070), [anon_sym_get] = ACTIONS(2032), [anon_sym_set] = ACTIONS(2034), [anon_sym_this] = ACTIONS(1790), @@ -86973,190 +87097,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1792), }, - [331] = { - [sym_getter] = STATE(3116), - [sym_setter] = STATE(3116), - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(1728), - [anon_sym_as] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(2070), - [anon_sym_get] = ACTIONS(2038), - [anon_sym_set] = ACTIONS(2040), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(2006), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(2008), - [anon_sym_DOT_DOT] = ACTIONS(2010), - [anon_sym_QMARK_COLON] = ACTIONS(2012), - [anon_sym_AMP_AMP] = ACTIONS(2014), - [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(2018), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), - [anon_sym_EQ_EQ] = ACTIONS(2018), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2020), - [anon_sym_LT_EQ] = ACTIONS(2022), - [anon_sym_GT_EQ] = ACTIONS(2022), - [anon_sym_BANGin] = ACTIONS(2024), - [anon_sym_is] = ACTIONS(1774), - [anon_sym_BANGis] = ACTIONS(1776), - [anon_sym_PLUS] = ACTIONS(2026), - [anon_sym_DASH] = ACTIONS(2026), - [anon_sym_SLASH] = ACTIONS(2028), - [anon_sym_PERCENT] = ACTIONS(2006), - [anon_sym_as_QMARK] = ACTIONS(1780), - [anon_sym_PLUS_PLUS] = ACTIONS(1782), - [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(1814), - [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1764), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), - }, [332] = { - [sym__expression] = STATE(2198), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [sym__expression] = STATE(4287), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1924), + [sym_annotation] = STATE(1924), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), [sym__alpha_identifier] = ACTIONS(2072), [anon_sym_AT] = ACTIONS(2075), [anon_sym_LBRACK] = ACTIONS(2079), @@ -87237,57 +87229,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(2176), }, [333] = { - [sym__expression] = STATE(1204), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [sym__expression] = STATE(2282), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), [sym__alpha_identifier] = ACTIONS(2179), [anon_sym_AT] = ACTIONS(2075), [anon_sym_LBRACK] = ACTIONS(2182), @@ -87368,99 +87360,99 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(2275), }, [334] = { - [sym__expression] = STATE(1847), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(2179), + [sym__expression] = STATE(2436), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(2278), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2182), + [anon_sym_LBRACK] = ACTIONS(2281), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2185), - [anon_sym_LPAREN] = ACTIONS(2188), + [anon_sym_LBRACE] = ACTIONS(2284), + [anon_sym_LPAREN] = ACTIONS(2287), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2191), - [anon_sym_fun] = ACTIONS(2278), - [anon_sym_get] = ACTIONS(2199), - [anon_sym_set] = ACTIONS(2199), - [anon_sym_this] = ACTIONS(2203), - [anon_sym_super] = ACTIONS(2206), - [anon_sym_STAR] = ACTIONS(2282), - [sym_label] = ACTIONS(2285), + [anon_sym_object] = ACTIONS(2290), + [anon_sym_fun] = ACTIONS(2294), + [anon_sym_get] = ACTIONS(2298), + [anon_sym_set] = ACTIONS(2298), + [anon_sym_this] = ACTIONS(2302), + [anon_sym_super] = ACTIONS(2305), + [anon_sym_STAR] = ACTIONS(2308), + [sym_label] = ACTIONS(2311), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2215), - [anon_sym_if] = ACTIONS(2288), - [anon_sym_when] = ACTIONS(2221), - [anon_sym_try] = ACTIONS(2224), - [anon_sym_throw] = ACTIONS(2291), - [anon_sym_return] = ACTIONS(2294), - [anon_sym_continue] = ACTIONS(2233), - [anon_sym_break] = ACTIONS(2233), - [anon_sym_COLON_COLON] = ACTIONS(2236), - [anon_sym_PLUS] = ACTIONS(2285), - [anon_sym_DASH] = ACTIONS(2285), - [anon_sym_PLUS_PLUS] = ACTIONS(2297), - [anon_sym_DASH_DASH] = ACTIONS(2297), - [anon_sym_BANG] = ACTIONS(2297), + [anon_sym_null] = ACTIONS(2314), + [anon_sym_if] = ACTIONS(2317), + [anon_sym_when] = ACTIONS(2320), + [anon_sym_try] = ACTIONS(2323), + [anon_sym_throw] = ACTIONS(2326), + [anon_sym_return] = ACTIONS(2329), + [anon_sym_continue] = ACTIONS(2332), + [anon_sym_break] = ACTIONS(2332), + [anon_sym_COLON_COLON] = ACTIONS(2335), + [anon_sym_PLUS] = ACTIONS(2311), + [anon_sym_DASH] = ACTIONS(2311), + [anon_sym_PLUS_PLUS] = ACTIONS(2338), + [anon_sym_DASH_DASH] = ACTIONS(2338), + [anon_sym_BANG] = ACTIONS(2338), [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2199), - [anon_sym_inner] = ACTIONS(2199), - [anon_sym_value] = ACTIONS(2199), + [anon_sym_data] = ACTIONS(2298), + [anon_sym_inner] = ACTIONS(2298), + [anon_sym_value] = ACTIONS(2298), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -87479,119 +87471,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2199), - [anon_sym_actual] = ACTIONS(2199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2242), - [anon_sym_continue_AT] = ACTIONS(2245), - [anon_sym_break_AT] = ACTIONS(2248), - [anon_sym_this_AT] = ACTIONS(2251), - [anon_sym_super_AT] = ACTIONS(2254), - [sym_real_literal] = ACTIONS(2257), - [sym_integer_literal] = ACTIONS(2260), - [sym_hex_literal] = ACTIONS(2263), - [sym_bin_literal] = ACTIONS(2263), - [anon_sym_true] = ACTIONS(2266), - [anon_sym_false] = ACTIONS(2266), - [anon_sym_SQUOTE] = ACTIONS(2269), - [sym__backtick_identifier] = ACTIONS(2272), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2275), + [anon_sym_expect] = ACTIONS(2298), + [anon_sym_actual] = ACTIONS(2298), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2341), + [anon_sym_continue_AT] = ACTIONS(2344), + [anon_sym_break_AT] = ACTIONS(2347), + [anon_sym_this_AT] = ACTIONS(2350), + [anon_sym_super_AT] = ACTIONS(2353), + [sym_real_literal] = ACTIONS(2356), + [sym_integer_literal] = ACTIONS(2359), + [sym_hex_literal] = ACTIONS(2362), + [sym_bin_literal] = ACTIONS(2362), + [anon_sym_true] = ACTIONS(2365), + [anon_sym_false] = ACTIONS(2365), + [anon_sym_SQUOTE] = ACTIONS(2368), + [sym__backtick_identifier] = ACTIONS(2371), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2374), }, [335] = { - [sym__expression] = STATE(4273), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(2300), + [sym__expression] = STATE(4238), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(357), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(2072), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2303), + [anon_sym_LBRACK] = ACTIONS(2079), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2306), - [anon_sym_LPAREN] = ACTIONS(2309), + [anon_sym_LBRACE] = ACTIONS(2084), + [anon_sym_LPAREN] = ACTIONS(2087), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2312), - [anon_sym_fun] = ACTIONS(2316), - [anon_sym_get] = ACTIONS(2320), - [anon_sym_set] = ACTIONS(2320), - [anon_sym_this] = ACTIONS(2324), - [anon_sym_super] = ACTIONS(2327), - [anon_sym_STAR] = ACTIONS(2330), - [sym_label] = ACTIONS(2333), + [anon_sym_object] = ACTIONS(2090), + [anon_sym_fun] = ACTIONS(2377), + [anon_sym_get] = ACTIONS(2098), + [anon_sym_set] = ACTIONS(2098), + [anon_sym_this] = ACTIONS(2102), + [anon_sym_super] = ACTIONS(2105), + [anon_sym_STAR] = ACTIONS(2381), + [sym_label] = ACTIONS(2384), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2336), - [anon_sym_if] = ACTIONS(2339), - [anon_sym_when] = ACTIONS(2342), - [anon_sym_try] = ACTIONS(2345), - [anon_sym_throw] = ACTIONS(2348), - [anon_sym_return] = ACTIONS(2351), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_COLON_COLON] = ACTIONS(2357), - [anon_sym_PLUS] = ACTIONS(2333), - [anon_sym_DASH] = ACTIONS(2333), - [anon_sym_PLUS_PLUS] = ACTIONS(2360), - [anon_sym_DASH_DASH] = ACTIONS(2360), - [anon_sym_BANG] = ACTIONS(2360), + [anon_sym_null] = ACTIONS(2116), + [anon_sym_if] = ACTIONS(2387), + [anon_sym_when] = ACTIONS(2122), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2390), + [anon_sym_return] = ACTIONS(2393), + [anon_sym_continue] = ACTIONS(2134), + [anon_sym_break] = ACTIONS(2134), + [anon_sym_COLON_COLON] = ACTIONS(2137), + [anon_sym_PLUS] = ACTIONS(2384), + [anon_sym_DASH] = ACTIONS(2384), + [anon_sym_PLUS_PLUS] = ACTIONS(2396), + [anon_sym_DASH_DASH] = ACTIONS(2396), + [anon_sym_BANG] = ACTIONS(2396), [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2320), - [anon_sym_inner] = ACTIONS(2320), - [anon_sym_value] = ACTIONS(2320), + [anon_sym_data] = ACTIONS(2098), + [anon_sym_inner] = ACTIONS(2098), + [anon_sym_value] = ACTIONS(2098), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -87610,119 +87602,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2320), - [anon_sym_actual] = ACTIONS(2320), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2363), - [anon_sym_continue_AT] = ACTIONS(2366), - [anon_sym_break_AT] = ACTIONS(2369), - [anon_sym_this_AT] = ACTIONS(2372), - [anon_sym_super_AT] = ACTIONS(2375), - [sym_real_literal] = ACTIONS(2378), - [sym_integer_literal] = ACTIONS(2381), - [sym_hex_literal] = ACTIONS(2384), - [sym_bin_literal] = ACTIONS(2384), - [anon_sym_true] = ACTIONS(2387), - [anon_sym_false] = ACTIONS(2387), - [anon_sym_SQUOTE] = ACTIONS(2390), - [sym__backtick_identifier] = ACTIONS(2393), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2396), + [anon_sym_expect] = ACTIONS(2098), + [anon_sym_actual] = ACTIONS(2098), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2143), + [anon_sym_continue_AT] = ACTIONS(2146), + [anon_sym_break_AT] = ACTIONS(2149), + [anon_sym_this_AT] = ACTIONS(2152), + [anon_sym_super_AT] = ACTIONS(2155), + [sym_real_literal] = ACTIONS(2158), + [sym_integer_literal] = ACTIONS(2161), + [sym_hex_literal] = ACTIONS(2164), + [sym_bin_literal] = ACTIONS(2164), + [anon_sym_true] = ACTIONS(2167), + [anon_sym_false] = ACTIONS(2167), + [anon_sym_SQUOTE] = ACTIONS(2170), + [sym__backtick_identifier] = ACTIONS(2173), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2176), }, [336] = { - [sym__expression] = STATE(397), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1653), - [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(2399), + [sym__expression] = STATE(2231), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(2278), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(2281), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2405), - [anon_sym_LPAREN] = ACTIONS(2408), + [anon_sym_LBRACE] = ACTIONS(2284), + [anon_sym_LPAREN] = ACTIONS(2287), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2411), - [anon_sym_fun] = ACTIONS(2415), - [anon_sym_get] = ACTIONS(2419), - [anon_sym_set] = ACTIONS(2419), - [anon_sym_this] = ACTIONS(2423), - [anon_sym_super] = ACTIONS(2426), - [anon_sym_STAR] = ACTIONS(2429), - [sym_label] = ACTIONS(2432), + [anon_sym_object] = ACTIONS(2290), + [anon_sym_fun] = ACTIONS(2399), + [anon_sym_get] = ACTIONS(2298), + [anon_sym_set] = ACTIONS(2298), + [anon_sym_this] = ACTIONS(2302), + [anon_sym_super] = ACTIONS(2305), + [anon_sym_STAR] = ACTIONS(2403), + [sym_label] = ACTIONS(2406), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2435), - [anon_sym_if] = ACTIONS(2438), - [anon_sym_when] = ACTIONS(2441), - [anon_sym_try] = ACTIONS(2444), - [anon_sym_throw] = ACTIONS(2447), - [anon_sym_return] = ACTIONS(2450), - [anon_sym_continue] = ACTIONS(2453), - [anon_sym_break] = ACTIONS(2453), - [anon_sym_COLON_COLON] = ACTIONS(2456), - [anon_sym_PLUS] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2432), - [anon_sym_PLUS_PLUS] = ACTIONS(2459), - [anon_sym_DASH_DASH] = ACTIONS(2459), - [anon_sym_BANG] = ACTIONS(2459), + [anon_sym_null] = ACTIONS(2314), + [anon_sym_if] = ACTIONS(2409), + [anon_sym_when] = ACTIONS(2320), + [anon_sym_try] = ACTIONS(2323), + [anon_sym_throw] = ACTIONS(2412), + [anon_sym_return] = ACTIONS(2415), + [anon_sym_continue] = ACTIONS(2332), + [anon_sym_break] = ACTIONS(2332), + [anon_sym_COLON_COLON] = ACTIONS(2335), + [anon_sym_PLUS] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2406), + [anon_sym_PLUS_PLUS] = ACTIONS(2418), + [anon_sym_DASH_DASH] = ACTIONS(2418), + [anon_sym_BANG] = ACTIONS(2418), [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2419), - [anon_sym_inner] = ACTIONS(2419), - [anon_sym_value] = ACTIONS(2419), + [anon_sym_data] = ACTIONS(2298), + [anon_sym_inner] = ACTIONS(2298), + [anon_sym_value] = ACTIONS(2298), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -87741,119 +87733,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2419), - [anon_sym_actual] = ACTIONS(2419), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2143), - [anon_sym_continue_AT] = ACTIONS(2462), - [anon_sym_break_AT] = ACTIONS(2465), - [anon_sym_this_AT] = ACTIONS(2468), - [anon_sym_super_AT] = ACTIONS(2471), - [sym_real_literal] = ACTIONS(2474), - [sym_integer_literal] = ACTIONS(2477), - [sym_hex_literal] = ACTIONS(2480), - [sym_bin_literal] = ACTIONS(2480), - [anon_sym_true] = ACTIONS(2483), - [anon_sym_false] = ACTIONS(2483), - [anon_sym_SQUOTE] = ACTIONS(2486), - [sym__backtick_identifier] = ACTIONS(2489), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2492), + [anon_sym_expect] = ACTIONS(2298), + [anon_sym_actual] = ACTIONS(2298), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2341), + [anon_sym_continue_AT] = ACTIONS(2344), + [anon_sym_break_AT] = ACTIONS(2347), + [anon_sym_this_AT] = ACTIONS(2350), + [anon_sym_super_AT] = ACTIONS(2353), + [sym_real_literal] = ACTIONS(2356), + [sym_integer_literal] = ACTIONS(2359), + [sym_hex_literal] = ACTIONS(2362), + [sym_bin_literal] = ACTIONS(2362), + [anon_sym_true] = ACTIONS(2365), + [anon_sym_false] = ACTIONS(2365), + [anon_sym_SQUOTE] = ACTIONS(2368), + [sym__backtick_identifier] = ACTIONS(2371), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2374), }, [337] = { - [sym__expression] = STATE(530), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(2399), + [sym__expression] = STATE(3321), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(2421), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(2424), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2405), - [anon_sym_LPAREN] = ACTIONS(2408), + [anon_sym_LBRACE] = ACTIONS(2427), + [anon_sym_LPAREN] = ACTIONS(2430), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2411), - [anon_sym_fun] = ACTIONS(2495), - [anon_sym_get] = ACTIONS(2419), - [anon_sym_set] = ACTIONS(2419), - [anon_sym_this] = ACTIONS(2423), - [anon_sym_super] = ACTIONS(2426), - [anon_sym_STAR] = ACTIONS(2499), - [sym_label] = ACTIONS(2502), + [anon_sym_object] = ACTIONS(2433), + [anon_sym_fun] = ACTIONS(2437), + [anon_sym_get] = ACTIONS(2441), + [anon_sym_set] = ACTIONS(2441), + [anon_sym_this] = ACTIONS(2445), + [anon_sym_super] = ACTIONS(2448), + [anon_sym_STAR] = ACTIONS(2451), + [sym_label] = ACTIONS(2454), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2435), - [anon_sym_if] = ACTIONS(2505), - [anon_sym_when] = ACTIONS(2441), - [anon_sym_try] = ACTIONS(2444), - [anon_sym_throw] = ACTIONS(2508), - [anon_sym_return] = ACTIONS(2511), - [anon_sym_continue] = ACTIONS(2453), - [anon_sym_break] = ACTIONS(2453), - [anon_sym_COLON_COLON] = ACTIONS(2456), - [anon_sym_PLUS] = ACTIONS(2502), - [anon_sym_DASH] = ACTIONS(2502), - [anon_sym_PLUS_PLUS] = ACTIONS(2514), - [anon_sym_DASH_DASH] = ACTIONS(2514), - [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_null] = ACTIONS(2457), + [anon_sym_if] = ACTIONS(2460), + [anon_sym_when] = ACTIONS(2463), + [anon_sym_try] = ACTIONS(2466), + [anon_sym_throw] = ACTIONS(2469), + [anon_sym_return] = ACTIONS(2472), + [anon_sym_continue] = ACTIONS(2475), + [anon_sym_break] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(2478), + [anon_sym_PLUS] = ACTIONS(2454), + [anon_sym_DASH] = ACTIONS(2454), + [anon_sym_PLUS_PLUS] = ACTIONS(2481), + [anon_sym_DASH_DASH] = ACTIONS(2481), + [anon_sym_BANG] = ACTIONS(2481), [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2419), - [anon_sym_inner] = ACTIONS(2419), - [anon_sym_value] = ACTIONS(2419), + [anon_sym_data] = ACTIONS(2441), + [anon_sym_inner] = ACTIONS(2441), + [anon_sym_value] = ACTIONS(2441), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -87872,119 +87864,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2419), - [anon_sym_actual] = ACTIONS(2419), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2143), - [anon_sym_continue_AT] = ACTIONS(2462), - [anon_sym_break_AT] = ACTIONS(2465), - [anon_sym_this_AT] = ACTIONS(2468), - [anon_sym_super_AT] = ACTIONS(2471), - [sym_real_literal] = ACTIONS(2474), - [sym_integer_literal] = ACTIONS(2477), - [sym_hex_literal] = ACTIONS(2480), - [sym_bin_literal] = ACTIONS(2480), - [anon_sym_true] = ACTIONS(2483), - [anon_sym_false] = ACTIONS(2483), - [anon_sym_SQUOTE] = ACTIONS(2486), - [sym__backtick_identifier] = ACTIONS(2489), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2492), + [anon_sym_expect] = ACTIONS(2441), + [anon_sym_actual] = ACTIONS(2441), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2484), + [anon_sym_continue_AT] = ACTIONS(2487), + [anon_sym_break_AT] = ACTIONS(2490), + [anon_sym_this_AT] = ACTIONS(2493), + [anon_sym_super_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), }, [338] = { - [sym__expression] = STATE(3921), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1459), - [sym_annotation] = STATE(1459), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(2300), + [sym__expression] = STATE(373), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(2520), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2303), + [anon_sym_LBRACK] = ACTIONS(2523), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2306), - [anon_sym_LPAREN] = ACTIONS(2309), + [anon_sym_LBRACE] = ACTIONS(2526), + [anon_sym_LPAREN] = ACTIONS(2529), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2312), - [anon_sym_fun] = ACTIONS(2517), - [anon_sym_get] = ACTIONS(2320), - [anon_sym_set] = ACTIONS(2320), - [anon_sym_this] = ACTIONS(2324), - [anon_sym_super] = ACTIONS(2327), - [anon_sym_STAR] = ACTIONS(2521), - [sym_label] = ACTIONS(2524), + [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_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2336), - [anon_sym_if] = ACTIONS(2527), - [anon_sym_when] = ACTIONS(2342), - [anon_sym_try] = ACTIONS(2345), - [anon_sym_throw] = ACTIONS(2530), - [anon_sym_return] = ACTIONS(2533), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_COLON_COLON] = ACTIONS(2357), - [anon_sym_PLUS] = ACTIONS(2524), - [anon_sym_DASH] = ACTIONS(2524), - [anon_sym_PLUS_PLUS] = ACTIONS(2536), - [anon_sym_DASH_DASH] = ACTIONS(2536), - [anon_sym_BANG] = ACTIONS(2536), + [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_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2320), - [anon_sym_inner] = ACTIONS(2320), - [anon_sym_value] = ACTIONS(2320), + [anon_sym_data] = ACTIONS(2540), + [anon_sym_inner] = ACTIONS(2540), + [anon_sym_value] = ACTIONS(2540), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -88003,119 +87995,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2320), - [anon_sym_actual] = ACTIONS(2320), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2363), - [anon_sym_continue_AT] = ACTIONS(2366), - [anon_sym_break_AT] = ACTIONS(2369), - [anon_sym_this_AT] = ACTIONS(2372), - [anon_sym_super_AT] = ACTIONS(2375), - [sym_real_literal] = ACTIONS(2378), - [sym_integer_literal] = ACTIONS(2381), - [sym_hex_literal] = ACTIONS(2384), - [sym_bin_literal] = ACTIONS(2384), - [anon_sym_true] = ACTIONS(2387), - [anon_sym_false] = ACTIONS(2387), - [anon_sym_SQUOTE] = ACTIONS(2390), - [sym__backtick_identifier] = ACTIONS(2393), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2396), + [anon_sym_expect] = ACTIONS(2540), + [anon_sym_actual] = ACTIONS(2540), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2341), + [anon_sym_continue_AT] = ACTIONS(2583), + [anon_sym_break_AT] = ACTIONS(2586), + [anon_sym_this_AT] = ACTIONS(2589), + [anon_sym_super_AT] = ACTIONS(2592), + [sym_real_literal] = ACTIONS(2595), + [sym_integer_literal] = ACTIONS(2598), + [sym_hex_literal] = ACTIONS(2601), + [sym_bin_literal] = ACTIONS(2601), + [anon_sym_true] = ACTIONS(2604), + [anon_sym_false] = ACTIONS(2604), + [anon_sym_SQUOTE] = ACTIONS(2607), + [sym__backtick_identifier] = ACTIONS(2610), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2613), }, [339] = { - [sym__expression] = STATE(4053), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1844), - [sym_annotation] = STATE(1844), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(2539), + [sym__expression] = STATE(467), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(2520), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2542), + [anon_sym_LBRACK] = ACTIONS(2523), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2545), - [anon_sym_LPAREN] = ACTIONS(2548), + [anon_sym_LBRACE] = ACTIONS(2526), + [anon_sym_LPAREN] = ACTIONS(2529), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_fun] = ACTIONS(2555), - [anon_sym_get] = ACTIONS(2559), - [anon_sym_set] = ACTIONS(2559), - [anon_sym_this] = ACTIONS(2563), - [anon_sym_super] = ACTIONS(2566), - [anon_sym_STAR] = ACTIONS(2569), - [sym_label] = ACTIONS(2572), + [anon_sym_object] = ACTIONS(2532), + [anon_sym_fun] = ACTIONS(2616), + [anon_sym_get] = ACTIONS(2540), + [anon_sym_set] = ACTIONS(2540), + [anon_sym_this] = ACTIONS(2544), + [anon_sym_super] = ACTIONS(2547), + [anon_sym_STAR] = ACTIONS(2620), + [sym_label] = ACTIONS(2623), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2575), - [anon_sym_if] = ACTIONS(2578), - [anon_sym_when] = ACTIONS(2581), - [anon_sym_try] = ACTIONS(2584), - [anon_sym_throw] = ACTIONS(2587), - [anon_sym_return] = ACTIONS(2590), - [anon_sym_continue] = ACTIONS(2593), - [anon_sym_break] = ACTIONS(2593), - [anon_sym_COLON_COLON] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2572), - [anon_sym_DASH] = ACTIONS(2572), - [anon_sym_PLUS_PLUS] = ACTIONS(2599), - [anon_sym_DASH_DASH] = ACTIONS(2599), - [anon_sym_BANG] = ACTIONS(2599), + [anon_sym_null] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2626), + [anon_sym_when] = ACTIONS(2562), + [anon_sym_try] = ACTIONS(2565), + [anon_sym_throw] = ACTIONS(2629), + [anon_sym_return] = ACTIONS(2632), + [anon_sym_continue] = ACTIONS(2574), + [anon_sym_break] = ACTIONS(2574), + [anon_sym_COLON_COLON] = ACTIONS(2577), + [anon_sym_PLUS] = ACTIONS(2623), + [anon_sym_DASH] = ACTIONS(2623), + [anon_sym_PLUS_PLUS] = ACTIONS(2635), + [anon_sym_DASH_DASH] = ACTIONS(2635), + [anon_sym_BANG] = ACTIONS(2635), [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2559), - [anon_sym_inner] = ACTIONS(2559), - [anon_sym_value] = ACTIONS(2559), + [anon_sym_data] = ACTIONS(2540), + [anon_sym_inner] = ACTIONS(2540), + [anon_sym_value] = ACTIONS(2540), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -88134,119 +88126,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2559), - [anon_sym_actual] = ACTIONS(2559), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2602), - [anon_sym_continue_AT] = ACTIONS(2605), - [anon_sym_break_AT] = ACTIONS(2608), - [anon_sym_this_AT] = ACTIONS(2611), - [anon_sym_super_AT] = ACTIONS(2614), - [sym_real_literal] = ACTIONS(2617), - [sym_integer_literal] = ACTIONS(2620), - [sym_hex_literal] = ACTIONS(2623), - [sym_bin_literal] = ACTIONS(2623), - [anon_sym_true] = ACTIONS(2626), - [anon_sym_false] = ACTIONS(2626), - [anon_sym_SQUOTE] = ACTIONS(2629), - [sym__backtick_identifier] = ACTIONS(2632), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2635), + [anon_sym_expect] = ACTIONS(2540), + [anon_sym_actual] = ACTIONS(2540), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2341), + [anon_sym_continue_AT] = ACTIONS(2583), + [anon_sym_break_AT] = ACTIONS(2586), + [anon_sym_this_AT] = ACTIONS(2589), + [anon_sym_super_AT] = ACTIONS(2592), + [sym_real_literal] = ACTIONS(2595), + [sym_integer_literal] = ACTIONS(2598), + [sym_hex_literal] = ACTIONS(2601), + [sym_bin_literal] = ACTIONS(2601), + [anon_sym_true] = ACTIONS(2604), + [anon_sym_false] = ACTIONS(2604), + [anon_sym_SQUOTE] = ACTIONS(2607), + [sym__backtick_identifier] = ACTIONS(2610), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2613), }, [340] = { - [sym__expression] = STATE(2285), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2166), - [sym_annotation] = STATE(2166), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(371), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(2638), + [sym__expression] = STATE(1535), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(2179), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2641), + [anon_sym_LBRACK] = ACTIONS(2182), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2644), - [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACE] = ACTIONS(2185), + [anon_sym_LPAREN] = ACTIONS(2188), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2650), - [anon_sym_fun] = ACTIONS(2654), - [anon_sym_get] = ACTIONS(2658), - [anon_sym_set] = ACTIONS(2658), - [anon_sym_this] = ACTIONS(2662), - [anon_sym_super] = ACTIONS(2665), - [anon_sym_STAR] = ACTIONS(2668), - [sym_label] = ACTIONS(2671), + [anon_sym_object] = ACTIONS(2191), + [anon_sym_fun] = ACTIONS(2638), + [anon_sym_get] = ACTIONS(2199), + [anon_sym_set] = ACTIONS(2199), + [anon_sym_this] = ACTIONS(2203), + [anon_sym_super] = ACTIONS(2206), + [anon_sym_STAR] = ACTIONS(2642), + [sym_label] = ACTIONS(2645), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2674), - [anon_sym_if] = ACTIONS(2677), - [anon_sym_when] = ACTIONS(2680), - [anon_sym_try] = ACTIONS(2683), - [anon_sym_throw] = ACTIONS(2686), - [anon_sym_return] = ACTIONS(2689), - [anon_sym_continue] = ACTIONS(2692), - [anon_sym_break] = ACTIONS(2692), - [anon_sym_COLON_COLON] = ACTIONS(2695), - [anon_sym_PLUS] = ACTIONS(2671), - [anon_sym_DASH] = ACTIONS(2671), - [anon_sym_PLUS_PLUS] = ACTIONS(2698), - [anon_sym_DASH_DASH] = ACTIONS(2698), - [anon_sym_BANG] = ACTIONS(2698), + [anon_sym_null] = ACTIONS(2215), + [anon_sym_if] = ACTIONS(2648), + [anon_sym_when] = ACTIONS(2221), + [anon_sym_try] = ACTIONS(2224), + [anon_sym_throw] = ACTIONS(2651), + [anon_sym_return] = ACTIONS(2654), + [anon_sym_continue] = ACTIONS(2233), + [anon_sym_break] = ACTIONS(2233), + [anon_sym_COLON_COLON] = ACTIONS(2236), + [anon_sym_PLUS] = ACTIONS(2645), + [anon_sym_DASH] = ACTIONS(2645), + [anon_sym_PLUS_PLUS] = ACTIONS(2657), + [anon_sym_DASH_DASH] = ACTIONS(2657), + [anon_sym_BANG] = ACTIONS(2657), [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2658), - [anon_sym_inner] = ACTIONS(2658), - [anon_sym_value] = ACTIONS(2658), + [anon_sym_data] = ACTIONS(2199), + [anon_sym_inner] = ACTIONS(2199), + [anon_sym_value] = ACTIONS(2199), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -88265,119 +88257,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2658), - [anon_sym_actual] = ACTIONS(2658), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2602), - [anon_sym_continue_AT] = ACTIONS(2701), - [anon_sym_break_AT] = ACTIONS(2704), - [anon_sym_this_AT] = ACTIONS(2707), - [anon_sym_super_AT] = ACTIONS(2710), - [sym_real_literal] = ACTIONS(2713), - [sym_integer_literal] = ACTIONS(2716), - [sym_hex_literal] = ACTIONS(2719), - [sym_bin_literal] = ACTIONS(2719), - [anon_sym_true] = ACTIONS(2722), - [anon_sym_false] = ACTIONS(2722), - [anon_sym_SQUOTE] = ACTIONS(2725), - [sym__backtick_identifier] = ACTIONS(2728), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2731), + [anon_sym_expect] = ACTIONS(2199), + [anon_sym_actual] = ACTIONS(2199), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2242), + [anon_sym_continue_AT] = ACTIONS(2245), + [anon_sym_break_AT] = ACTIONS(2248), + [anon_sym_this_AT] = ACTIONS(2251), + [anon_sym_super_AT] = ACTIONS(2254), + [sym_real_literal] = ACTIONS(2257), + [sym_integer_literal] = ACTIONS(2260), + [sym_hex_literal] = ACTIONS(2263), + [sym_bin_literal] = ACTIONS(2263), + [anon_sym_true] = ACTIONS(2266), + [anon_sym_false] = ACTIONS(2266), + [anon_sym_SQUOTE] = ACTIONS(2269), + [sym__backtick_identifier] = ACTIONS(2272), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2275), }, [341] = { - [sym__expression] = STATE(3768), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(2539), + [sym__expression] = STATE(1549), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(2660), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2542), + [anon_sym_LBRACK] = ACTIONS(2663), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2545), - [anon_sym_LPAREN] = ACTIONS(2548), + [anon_sym_LBRACE] = ACTIONS(2666), + [anon_sym_LPAREN] = ACTIONS(2669), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2551), - [anon_sym_fun] = ACTIONS(2734), - [anon_sym_get] = ACTIONS(2559), - [anon_sym_set] = ACTIONS(2559), - [anon_sym_this] = ACTIONS(2563), - [anon_sym_super] = ACTIONS(2566), - [anon_sym_STAR] = ACTIONS(2738), - [sym_label] = ACTIONS(2741), + [anon_sym_object] = ACTIONS(2672), + [anon_sym_fun] = ACTIONS(2676), + [anon_sym_get] = ACTIONS(2680), + [anon_sym_set] = ACTIONS(2680), + [anon_sym_this] = ACTIONS(2684), + [anon_sym_super] = ACTIONS(2687), + [anon_sym_STAR] = ACTIONS(2690), + [sym_label] = ACTIONS(2693), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2575), - [anon_sym_if] = ACTIONS(2744), - [anon_sym_when] = ACTIONS(2581), - [anon_sym_try] = ACTIONS(2584), - [anon_sym_throw] = ACTIONS(2747), - [anon_sym_return] = ACTIONS(2750), - [anon_sym_continue] = ACTIONS(2593), - [anon_sym_break] = ACTIONS(2593), - [anon_sym_COLON_COLON] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2741), - [anon_sym_DASH] = ACTIONS(2741), - [anon_sym_PLUS_PLUS] = ACTIONS(2753), - [anon_sym_DASH_DASH] = ACTIONS(2753), - [anon_sym_BANG] = ACTIONS(2753), + [anon_sym_null] = ACTIONS(2696), + [anon_sym_if] = ACTIONS(2699), + [anon_sym_when] = ACTIONS(2702), + [anon_sym_try] = ACTIONS(2705), + [anon_sym_throw] = ACTIONS(2708), + [anon_sym_return] = ACTIONS(2711), + [anon_sym_continue] = ACTIONS(2714), + [anon_sym_break] = ACTIONS(2714), + [anon_sym_COLON_COLON] = ACTIONS(2717), + [anon_sym_PLUS] = ACTIONS(2693), + [anon_sym_DASH] = ACTIONS(2693), + [anon_sym_PLUS_PLUS] = ACTIONS(2720), + [anon_sym_DASH_DASH] = ACTIONS(2720), + [anon_sym_BANG] = ACTIONS(2720), [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2559), - [anon_sym_inner] = ACTIONS(2559), - [anon_sym_value] = ACTIONS(2559), + [anon_sym_data] = ACTIONS(2680), + [anon_sym_inner] = ACTIONS(2680), + [anon_sym_value] = ACTIONS(2680), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -88396,108 +88388,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2559), - [anon_sym_actual] = ACTIONS(2559), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2602), - [anon_sym_continue_AT] = ACTIONS(2605), - [anon_sym_break_AT] = ACTIONS(2608), - [anon_sym_this_AT] = ACTIONS(2611), - [anon_sym_super_AT] = ACTIONS(2614), - [sym_real_literal] = ACTIONS(2617), - [sym_integer_literal] = ACTIONS(2620), - [sym_hex_literal] = ACTIONS(2623), - [sym_bin_literal] = ACTIONS(2623), - [anon_sym_true] = ACTIONS(2626), - [anon_sym_false] = ACTIONS(2626), - [anon_sym_SQUOTE] = ACTIONS(2629), - [sym__backtick_identifier] = ACTIONS(2632), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2635), + [anon_sym_expect] = ACTIONS(2680), + [anon_sym_actual] = ACTIONS(2680), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2143), + [anon_sym_continue_AT] = ACTIONS(2723), + [anon_sym_break_AT] = ACTIONS(2726), + [anon_sym_this_AT] = ACTIONS(2729), + [anon_sym_super_AT] = ACTIONS(2732), + [sym_real_literal] = ACTIONS(2735), + [sym_integer_literal] = ACTIONS(2738), + [sym_hex_literal] = ACTIONS(2741), + [sym_bin_literal] = ACTIONS(2741), + [anon_sym_true] = ACTIONS(2744), + [anon_sym_false] = ACTIONS(2744), + [anon_sym_SQUOTE] = ACTIONS(2747), + [sym__backtick_identifier] = ACTIONS(2750), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2753), }, [342] = { - [sym__expression] = STATE(950), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(2638), + [sym__expression] = STATE(1199), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(2179), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2641), + [anon_sym_LBRACK] = ACTIONS(2182), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2644), - [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACE] = ACTIONS(2185), + [anon_sym_LPAREN] = ACTIONS(2188), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2650), + [anon_sym_object] = ACTIONS(2191), [anon_sym_fun] = ACTIONS(2756), - [anon_sym_get] = ACTIONS(2658), - [anon_sym_set] = ACTIONS(2658), - [anon_sym_this] = ACTIONS(2662), - [anon_sym_super] = ACTIONS(2665), + [anon_sym_get] = ACTIONS(2199), + [anon_sym_set] = ACTIONS(2199), + [anon_sym_this] = ACTIONS(2203), + [anon_sym_super] = ACTIONS(2206), [anon_sym_STAR] = ACTIONS(2760), [sym_label] = ACTIONS(2763), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2674), + [anon_sym_null] = ACTIONS(2215), [anon_sym_if] = ACTIONS(2766), - [anon_sym_when] = ACTIONS(2680), - [anon_sym_try] = ACTIONS(2683), + [anon_sym_when] = ACTIONS(2221), + [anon_sym_try] = ACTIONS(2224), [anon_sym_throw] = ACTIONS(2769), [anon_sym_return] = ACTIONS(2772), - [anon_sym_continue] = ACTIONS(2692), - [anon_sym_break] = ACTIONS(2692), - [anon_sym_COLON_COLON] = ACTIONS(2695), + [anon_sym_continue] = ACTIONS(2233), + [anon_sym_break] = ACTIONS(2233), + [anon_sym_COLON_COLON] = ACTIONS(2236), [anon_sym_PLUS] = ACTIONS(2763), [anon_sym_DASH] = ACTIONS(2763), [anon_sym_PLUS_PLUS] = ACTIONS(2775), @@ -88506,9 +88498,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2658), - [anon_sym_inner] = ACTIONS(2658), - [anon_sym_value] = ACTIONS(2658), + [anon_sym_data] = ACTIONS(2199), + [anon_sym_inner] = ACTIONS(2199), + [anon_sym_value] = ACTIONS(2199), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -88527,108 +88519,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2658), - [anon_sym_actual] = ACTIONS(2658), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2602), - [anon_sym_continue_AT] = ACTIONS(2701), - [anon_sym_break_AT] = ACTIONS(2704), - [anon_sym_this_AT] = ACTIONS(2707), - [anon_sym_super_AT] = ACTIONS(2710), - [sym_real_literal] = ACTIONS(2713), - [sym_integer_literal] = ACTIONS(2716), - [sym_hex_literal] = ACTIONS(2719), - [sym_bin_literal] = ACTIONS(2719), - [anon_sym_true] = ACTIONS(2722), - [anon_sym_false] = ACTIONS(2722), - [anon_sym_SQUOTE] = ACTIONS(2725), - [sym__backtick_identifier] = ACTIONS(2728), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2731), + [anon_sym_expect] = ACTIONS(2199), + [anon_sym_actual] = ACTIONS(2199), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2242), + [anon_sym_continue_AT] = ACTIONS(2245), + [anon_sym_break_AT] = ACTIONS(2248), + [anon_sym_this_AT] = ACTIONS(2251), + [anon_sym_super_AT] = ACTIONS(2254), + [sym_real_literal] = ACTIONS(2257), + [sym_integer_literal] = ACTIONS(2260), + [sym_hex_literal] = ACTIONS(2263), + [sym_bin_literal] = ACTIONS(2263), + [anon_sym_true] = ACTIONS(2266), + [anon_sym_false] = ACTIONS(2266), + [anon_sym_SQUOTE] = ACTIONS(2269), + [sym__backtick_identifier] = ACTIONS(2272), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2275), }, [343] = { - [sym__expression] = STATE(1230), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), + [sym__expression] = STATE(1189), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), [sym__prefix_unary_operator] = STATE(1689), [sym_annotation] = STATE(1689), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(2638), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(2660), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2641), + [anon_sym_LBRACK] = ACTIONS(2663), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2644), - [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACE] = ACTIONS(2666), + [anon_sym_LPAREN] = ACTIONS(2669), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2650), + [anon_sym_object] = ACTIONS(2672), [anon_sym_fun] = ACTIONS(2778), - [anon_sym_get] = ACTIONS(2658), - [anon_sym_set] = ACTIONS(2658), - [anon_sym_this] = ACTIONS(2662), - [anon_sym_super] = ACTIONS(2665), + [anon_sym_get] = ACTIONS(2680), + [anon_sym_set] = ACTIONS(2680), + [anon_sym_this] = ACTIONS(2684), + [anon_sym_super] = ACTIONS(2687), [anon_sym_STAR] = ACTIONS(2782), [sym_label] = ACTIONS(2785), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2674), + [anon_sym_null] = ACTIONS(2696), [anon_sym_if] = ACTIONS(2788), - [anon_sym_when] = ACTIONS(2680), - [anon_sym_try] = ACTIONS(2683), + [anon_sym_when] = ACTIONS(2702), + [anon_sym_try] = ACTIONS(2705), [anon_sym_throw] = ACTIONS(2791), [anon_sym_return] = ACTIONS(2794), - [anon_sym_continue] = ACTIONS(2692), - [anon_sym_break] = ACTIONS(2692), - [anon_sym_COLON_COLON] = ACTIONS(2695), + [anon_sym_continue] = ACTIONS(2714), + [anon_sym_break] = ACTIONS(2714), + [anon_sym_COLON_COLON] = ACTIONS(2717), [anon_sym_PLUS] = ACTIONS(2785), [anon_sym_DASH] = ACTIONS(2785), [anon_sym_PLUS_PLUS] = ACTIONS(2797), @@ -88637,9 +88629,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2658), - [anon_sym_inner] = ACTIONS(2658), - [anon_sym_value] = ACTIONS(2658), + [anon_sym_data] = ACTIONS(2680), + [anon_sym_inner] = ACTIONS(2680), + [anon_sym_value] = ACTIONS(2680), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -88658,108 +88650,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2658), - [anon_sym_actual] = ACTIONS(2658), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2602), - [anon_sym_continue_AT] = ACTIONS(2701), - [anon_sym_break_AT] = ACTIONS(2704), - [anon_sym_this_AT] = ACTIONS(2707), - [anon_sym_super_AT] = ACTIONS(2710), - [sym_real_literal] = ACTIONS(2713), - [sym_integer_literal] = ACTIONS(2716), - [sym_hex_literal] = ACTIONS(2719), - [sym_bin_literal] = ACTIONS(2719), - [anon_sym_true] = ACTIONS(2722), - [anon_sym_false] = ACTIONS(2722), - [anon_sym_SQUOTE] = ACTIONS(2725), - [sym__backtick_identifier] = ACTIONS(2728), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2731), + [anon_sym_expect] = ACTIONS(2680), + [anon_sym_actual] = ACTIONS(2680), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2143), + [anon_sym_continue_AT] = ACTIONS(2723), + [anon_sym_break_AT] = ACTIONS(2726), + [anon_sym_this_AT] = ACTIONS(2729), + [anon_sym_super_AT] = ACTIONS(2732), + [sym_real_literal] = ACTIONS(2735), + [sym_integer_literal] = ACTIONS(2738), + [sym_hex_literal] = ACTIONS(2741), + [sym_bin_literal] = ACTIONS(2741), + [anon_sym_true] = ACTIONS(2744), + [anon_sym_false] = ACTIONS(2744), + [anon_sym_SQUOTE] = ACTIONS(2747), + [sym__backtick_identifier] = ACTIONS(2750), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2753), }, [344] = { - [sym__expression] = STATE(2479), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(2179), + [sym__expression] = STATE(4064), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1843), + [sym_annotation] = STATE(1843), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(2072), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2182), + [anon_sym_LBRACK] = ACTIONS(2079), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2185), - [anon_sym_LPAREN] = ACTIONS(2188), + [anon_sym_LBRACE] = ACTIONS(2084), + [anon_sym_LPAREN] = ACTIONS(2087), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2191), + [anon_sym_object] = ACTIONS(2090), [anon_sym_fun] = ACTIONS(2800), - [anon_sym_get] = ACTIONS(2199), - [anon_sym_set] = ACTIONS(2199), - [anon_sym_this] = ACTIONS(2203), - [anon_sym_super] = ACTIONS(2206), + [anon_sym_get] = ACTIONS(2098), + [anon_sym_set] = ACTIONS(2098), + [anon_sym_this] = ACTIONS(2102), + [anon_sym_super] = ACTIONS(2105), [anon_sym_STAR] = ACTIONS(2804), [sym_label] = ACTIONS(2807), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2215), + [anon_sym_null] = ACTIONS(2116), [anon_sym_if] = ACTIONS(2810), - [anon_sym_when] = ACTIONS(2221), - [anon_sym_try] = ACTIONS(2224), + [anon_sym_when] = ACTIONS(2122), + [anon_sym_try] = ACTIONS(2125), [anon_sym_throw] = ACTIONS(2813), [anon_sym_return] = ACTIONS(2816), - [anon_sym_continue] = ACTIONS(2233), - [anon_sym_break] = ACTIONS(2233), - [anon_sym_COLON_COLON] = ACTIONS(2236), + [anon_sym_continue] = ACTIONS(2134), + [anon_sym_break] = ACTIONS(2134), + [anon_sym_COLON_COLON] = ACTIONS(2137), [anon_sym_PLUS] = ACTIONS(2807), [anon_sym_DASH] = ACTIONS(2807), [anon_sym_PLUS_PLUS] = ACTIONS(2819), @@ -88768,9 +88760,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2199), - [anon_sym_inner] = ACTIONS(2199), - [anon_sym_value] = ACTIONS(2199), + [anon_sym_data] = ACTIONS(2098), + [anon_sym_inner] = ACTIONS(2098), + [anon_sym_value] = ACTIONS(2098), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -88789,108 +88781,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2199), - [anon_sym_actual] = ACTIONS(2199), + [anon_sym_expect] = ACTIONS(2098), + [anon_sym_actual] = ACTIONS(2098), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2242), - [anon_sym_continue_AT] = ACTIONS(2245), - [anon_sym_break_AT] = ACTIONS(2248), - [anon_sym_this_AT] = ACTIONS(2251), - [anon_sym_super_AT] = ACTIONS(2254), - [sym_real_literal] = ACTIONS(2257), - [sym_integer_literal] = ACTIONS(2260), - [sym_hex_literal] = ACTIONS(2263), - [sym_bin_literal] = ACTIONS(2263), - [anon_sym_true] = ACTIONS(2266), - [anon_sym_false] = ACTIONS(2266), - [anon_sym_SQUOTE] = ACTIONS(2269), - [sym__backtick_identifier] = ACTIONS(2272), + [anon_sym_return_AT] = ACTIONS(2143), + [anon_sym_continue_AT] = ACTIONS(2146), + [anon_sym_break_AT] = ACTIONS(2149), + [anon_sym_this_AT] = ACTIONS(2152), + [anon_sym_super_AT] = ACTIONS(2155), + [sym_real_literal] = ACTIONS(2158), + [sym_integer_literal] = ACTIONS(2161), + [sym_hex_literal] = ACTIONS(2164), + [sym_bin_literal] = ACTIONS(2164), + [anon_sym_true] = ACTIONS(2167), + [anon_sym_false] = ACTIONS(2167), + [anon_sym_SQUOTE] = ACTIONS(2170), + [sym__backtick_identifier] = ACTIONS(2173), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2275), + [sym__string_start] = ACTIONS(2176), }, [345] = { - [sym__expression] = STATE(2425), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(2072), + [sym__expression] = STATE(946), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(2660), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2079), + [anon_sym_LBRACK] = ACTIONS(2663), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2084), - [anon_sym_LPAREN] = ACTIONS(2087), + [anon_sym_LBRACE] = ACTIONS(2666), + [anon_sym_LPAREN] = ACTIONS(2669), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2090), + [anon_sym_object] = ACTIONS(2672), [anon_sym_fun] = ACTIONS(2822), - [anon_sym_get] = ACTIONS(2098), - [anon_sym_set] = ACTIONS(2098), - [anon_sym_this] = ACTIONS(2102), - [anon_sym_super] = ACTIONS(2105), + [anon_sym_get] = ACTIONS(2680), + [anon_sym_set] = ACTIONS(2680), + [anon_sym_this] = ACTIONS(2684), + [anon_sym_super] = ACTIONS(2687), [anon_sym_STAR] = ACTIONS(2826), [sym_label] = ACTIONS(2829), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2116), + [anon_sym_null] = ACTIONS(2696), [anon_sym_if] = ACTIONS(2832), - [anon_sym_when] = ACTIONS(2122), - [anon_sym_try] = ACTIONS(2125), + [anon_sym_when] = ACTIONS(2702), + [anon_sym_try] = ACTIONS(2705), [anon_sym_throw] = ACTIONS(2835), [anon_sym_return] = ACTIONS(2838), - [anon_sym_continue] = ACTIONS(2134), - [anon_sym_break] = ACTIONS(2134), - [anon_sym_COLON_COLON] = ACTIONS(2137), + [anon_sym_continue] = ACTIONS(2714), + [anon_sym_break] = ACTIONS(2714), + [anon_sym_COLON_COLON] = ACTIONS(2717), [anon_sym_PLUS] = ACTIONS(2829), [anon_sym_DASH] = ACTIONS(2829), [anon_sym_PLUS_PLUS] = ACTIONS(2841), @@ -88899,9 +88891,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2098), - [anon_sym_inner] = ACTIONS(2098), - [anon_sym_value] = ACTIONS(2098), + [anon_sym_data] = ACTIONS(2680), + [anon_sym_inner] = ACTIONS(2680), + [anon_sym_value] = ACTIONS(2680), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -88920,108 +88912,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2098), - [anon_sym_actual] = ACTIONS(2098), + [anon_sym_expect] = ACTIONS(2680), + [anon_sym_actual] = ACTIONS(2680), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(2143), - [anon_sym_continue_AT] = ACTIONS(2146), - [anon_sym_break_AT] = ACTIONS(2149), - [anon_sym_this_AT] = ACTIONS(2152), - [anon_sym_super_AT] = ACTIONS(2155), - [sym_real_literal] = ACTIONS(2158), - [sym_integer_literal] = ACTIONS(2161), - [sym_hex_literal] = ACTIONS(2164), - [sym_bin_literal] = ACTIONS(2164), - [anon_sym_true] = ACTIONS(2167), - [anon_sym_false] = ACTIONS(2167), - [anon_sym_SQUOTE] = ACTIONS(2170), - [sym__backtick_identifier] = ACTIONS(2173), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2176), + [anon_sym_continue_AT] = ACTIONS(2723), + [anon_sym_break_AT] = ACTIONS(2726), + [anon_sym_this_AT] = ACTIONS(2729), + [anon_sym_super_AT] = ACTIONS(2732), + [sym_real_literal] = ACTIONS(2735), + [sym_integer_literal] = ACTIONS(2738), + [sym_hex_literal] = ACTIONS(2741), + [sym_bin_literal] = ACTIONS(2741), + [anon_sym_true] = ACTIONS(2744), + [anon_sym_false] = ACTIONS(2744), + [anon_sym_SQUOTE] = ACTIONS(2747), + [sym__backtick_identifier] = ACTIONS(2750), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2753), }, [346] = { - [sym__expression] = STATE(1872), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(2638), + [sym__expression] = STATE(538), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(2520), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2641), + [anon_sym_LBRACK] = ACTIONS(2523), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2644), - [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_LBRACE] = ACTIONS(2526), + [anon_sym_LPAREN] = ACTIONS(2529), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2650), + [anon_sym_object] = ACTIONS(2532), [anon_sym_fun] = ACTIONS(2844), - [anon_sym_get] = ACTIONS(2658), - [anon_sym_set] = ACTIONS(2658), - [anon_sym_this] = ACTIONS(2662), - [anon_sym_super] = ACTIONS(2665), + [anon_sym_get] = ACTIONS(2540), + [anon_sym_set] = ACTIONS(2540), + [anon_sym_this] = ACTIONS(2544), + [anon_sym_super] = ACTIONS(2547), [anon_sym_STAR] = ACTIONS(2848), [sym_label] = ACTIONS(2851), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2674), + [anon_sym_null] = ACTIONS(2556), [anon_sym_if] = ACTIONS(2854), - [anon_sym_when] = ACTIONS(2680), - [anon_sym_try] = ACTIONS(2683), + [anon_sym_when] = ACTIONS(2562), + [anon_sym_try] = ACTIONS(2565), [anon_sym_throw] = ACTIONS(2857), [anon_sym_return] = ACTIONS(2860), - [anon_sym_continue] = ACTIONS(2692), - [anon_sym_break] = ACTIONS(2692), - [anon_sym_COLON_COLON] = ACTIONS(2695), + [anon_sym_continue] = ACTIONS(2574), + [anon_sym_break] = ACTIONS(2574), + [anon_sym_COLON_COLON] = ACTIONS(2577), [anon_sym_PLUS] = ACTIONS(2851), [anon_sym_DASH] = ACTIONS(2851), [anon_sym_PLUS_PLUS] = ACTIONS(2863), @@ -89030,9 +89022,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2658), - [anon_sym_inner] = ACTIONS(2658), - [anon_sym_value] = ACTIONS(2658), + [anon_sym_data] = ACTIONS(2540), + [anon_sym_inner] = ACTIONS(2540), + [anon_sym_value] = ACTIONS(2540), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -89051,108 +89043,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2658), - [anon_sym_actual] = ACTIONS(2658), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2602), - [anon_sym_continue_AT] = ACTIONS(2701), - [anon_sym_break_AT] = ACTIONS(2704), - [anon_sym_this_AT] = ACTIONS(2707), - [anon_sym_super_AT] = ACTIONS(2710), - [sym_real_literal] = ACTIONS(2713), - [sym_integer_literal] = ACTIONS(2716), - [sym_hex_literal] = ACTIONS(2719), - [sym_bin_literal] = ACTIONS(2719), - [anon_sym_true] = ACTIONS(2722), - [anon_sym_false] = ACTIONS(2722), - [anon_sym_SQUOTE] = ACTIONS(2725), - [sym__backtick_identifier] = ACTIONS(2728), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2731), + [anon_sym_expect] = ACTIONS(2540), + [anon_sym_actual] = ACTIONS(2540), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2341), + [anon_sym_continue_AT] = ACTIONS(2583), + [anon_sym_break_AT] = ACTIONS(2586), + [anon_sym_this_AT] = ACTIONS(2589), + [anon_sym_super_AT] = ACTIONS(2592), + [sym_real_literal] = ACTIONS(2595), + [sym_integer_literal] = ACTIONS(2598), + [sym_hex_literal] = ACTIONS(2601), + [sym_bin_literal] = ACTIONS(2601), + [anon_sym_true] = ACTIONS(2604), + [anon_sym_false] = ACTIONS(2604), + [anon_sym_SQUOTE] = ACTIONS(2607), + [sym__backtick_identifier] = ACTIONS(2610), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2613), }, [347] = { - [sym__expression] = STATE(3296), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(2300), + [sym__expression] = STATE(1409), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(2278), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2303), + [anon_sym_LBRACK] = ACTIONS(2281), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2306), - [anon_sym_LPAREN] = ACTIONS(2309), + [anon_sym_LBRACE] = ACTIONS(2284), + [anon_sym_LPAREN] = ACTIONS(2287), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2312), + [anon_sym_object] = ACTIONS(2290), [anon_sym_fun] = ACTIONS(2866), - [anon_sym_get] = ACTIONS(2320), - [anon_sym_set] = ACTIONS(2320), - [anon_sym_this] = ACTIONS(2324), - [anon_sym_super] = ACTIONS(2327), + [anon_sym_get] = ACTIONS(2298), + [anon_sym_set] = ACTIONS(2298), + [anon_sym_this] = ACTIONS(2302), + [anon_sym_super] = ACTIONS(2305), [anon_sym_STAR] = ACTIONS(2870), [sym_label] = ACTIONS(2873), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2336), + [anon_sym_null] = ACTIONS(2314), [anon_sym_if] = ACTIONS(2876), - [anon_sym_when] = ACTIONS(2342), - [anon_sym_try] = ACTIONS(2345), + [anon_sym_when] = ACTIONS(2320), + [anon_sym_try] = ACTIONS(2323), [anon_sym_throw] = ACTIONS(2879), [anon_sym_return] = ACTIONS(2882), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_COLON_COLON] = ACTIONS(2357), + [anon_sym_continue] = ACTIONS(2332), + [anon_sym_break] = ACTIONS(2332), + [anon_sym_COLON_COLON] = ACTIONS(2335), [anon_sym_PLUS] = ACTIONS(2873), [anon_sym_DASH] = ACTIONS(2873), [anon_sym_PLUS_PLUS] = ACTIONS(2885), @@ -89161,9 +89153,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2320), - [anon_sym_inner] = ACTIONS(2320), - [anon_sym_value] = ACTIONS(2320), + [anon_sym_data] = ACTIONS(2298), + [anon_sym_inner] = ACTIONS(2298), + [anon_sym_value] = ACTIONS(2298), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -89182,108 +89174,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2320), - [anon_sym_actual] = ACTIONS(2320), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2363), - [anon_sym_continue_AT] = ACTIONS(2366), - [anon_sym_break_AT] = ACTIONS(2369), - [anon_sym_this_AT] = ACTIONS(2372), - [anon_sym_super_AT] = ACTIONS(2375), - [sym_real_literal] = ACTIONS(2378), - [sym_integer_literal] = ACTIONS(2381), - [sym_hex_literal] = ACTIONS(2384), - [sym_bin_literal] = ACTIONS(2384), - [anon_sym_true] = ACTIONS(2387), - [anon_sym_false] = ACTIONS(2387), - [anon_sym_SQUOTE] = ACTIONS(2390), - [sym__backtick_identifier] = ACTIONS(2393), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2396), + [anon_sym_expect] = ACTIONS(2298), + [anon_sym_actual] = ACTIONS(2298), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2341), + [anon_sym_continue_AT] = ACTIONS(2344), + [anon_sym_break_AT] = ACTIONS(2347), + [anon_sym_this_AT] = ACTIONS(2350), + [anon_sym_super_AT] = ACTIONS(2353), + [sym_real_literal] = ACTIONS(2356), + [sym_integer_literal] = ACTIONS(2359), + [sym_hex_literal] = ACTIONS(2362), + [sym_bin_literal] = ACTIONS(2362), + [anon_sym_true] = ACTIONS(2365), + [anon_sym_false] = ACTIONS(2365), + [anon_sym_SQUOTE] = ACTIONS(2368), + [sym__backtick_identifier] = ACTIONS(2371), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2374), }, [348] = { - [sym__expression] = STATE(471), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(2399), + [sym__expression] = STATE(3819), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(2072), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(2079), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2405), - [anon_sym_LPAREN] = ACTIONS(2408), + [anon_sym_LBRACE] = ACTIONS(2084), + [anon_sym_LPAREN] = ACTIONS(2087), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2411), + [anon_sym_object] = ACTIONS(2090), [anon_sym_fun] = ACTIONS(2888), - [anon_sym_get] = ACTIONS(2419), - [anon_sym_set] = ACTIONS(2419), - [anon_sym_this] = ACTIONS(2423), - [anon_sym_super] = ACTIONS(2426), + [anon_sym_get] = ACTIONS(2098), + [anon_sym_set] = ACTIONS(2098), + [anon_sym_this] = ACTIONS(2102), + [anon_sym_super] = ACTIONS(2105), [anon_sym_STAR] = ACTIONS(2892), [sym_label] = ACTIONS(2895), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2435), + [anon_sym_null] = ACTIONS(2116), [anon_sym_if] = ACTIONS(2898), - [anon_sym_when] = ACTIONS(2441), - [anon_sym_try] = ACTIONS(2444), + [anon_sym_when] = ACTIONS(2122), + [anon_sym_try] = ACTIONS(2125), [anon_sym_throw] = ACTIONS(2901), [anon_sym_return] = ACTIONS(2904), - [anon_sym_continue] = ACTIONS(2453), - [anon_sym_break] = ACTIONS(2453), - [anon_sym_COLON_COLON] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2134), + [anon_sym_break] = ACTIONS(2134), + [anon_sym_COLON_COLON] = ACTIONS(2137), [anon_sym_PLUS] = ACTIONS(2895), [anon_sym_DASH] = ACTIONS(2895), [anon_sym_PLUS_PLUS] = ACTIONS(2907), @@ -89292,9 +89284,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2419), - [anon_sym_inner] = ACTIONS(2419), - [anon_sym_value] = ACTIONS(2419), + [anon_sym_data] = ACTIONS(2098), + [anon_sym_inner] = ACTIONS(2098), + [anon_sym_value] = ACTIONS(2098), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -89313,108 +89305,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2419), - [anon_sym_actual] = ACTIONS(2419), + [anon_sym_expect] = ACTIONS(2098), + [anon_sym_actual] = ACTIONS(2098), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(2143), - [anon_sym_continue_AT] = ACTIONS(2462), - [anon_sym_break_AT] = ACTIONS(2465), - [anon_sym_this_AT] = ACTIONS(2468), - [anon_sym_super_AT] = ACTIONS(2471), - [sym_real_literal] = ACTIONS(2474), - [sym_integer_literal] = ACTIONS(2477), - [sym_hex_literal] = ACTIONS(2480), - [sym_bin_literal] = ACTIONS(2480), - [anon_sym_true] = ACTIONS(2483), - [anon_sym_false] = ACTIONS(2483), - [anon_sym_SQUOTE] = ACTIONS(2486), - [sym__backtick_identifier] = ACTIONS(2489), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2492), + [anon_sym_continue_AT] = ACTIONS(2146), + [anon_sym_break_AT] = ACTIONS(2149), + [anon_sym_this_AT] = ACTIONS(2152), + [anon_sym_super_AT] = ACTIONS(2155), + [sym_real_literal] = ACTIONS(2158), + [sym_integer_literal] = ACTIONS(2161), + [sym_hex_literal] = ACTIONS(2164), + [sym_bin_literal] = ACTIONS(2164), + [anon_sym_true] = ACTIONS(2167), + [anon_sym_false] = ACTIONS(2167), + [anon_sym_SQUOTE] = ACTIONS(2170), + [sym__backtick_identifier] = ACTIONS(2173), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2176), }, [349] = { - [sym__expression] = STATE(4242), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(2539), + [sym__expression] = STATE(4258), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(2421), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2542), + [anon_sym_LBRACK] = ACTIONS(2424), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2545), - [anon_sym_LPAREN] = ACTIONS(2548), + [anon_sym_LBRACE] = ACTIONS(2427), + [anon_sym_LPAREN] = ACTIONS(2430), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2551), + [anon_sym_object] = ACTIONS(2433), [anon_sym_fun] = ACTIONS(2910), - [anon_sym_get] = ACTIONS(2559), - [anon_sym_set] = ACTIONS(2559), - [anon_sym_this] = ACTIONS(2563), - [anon_sym_super] = ACTIONS(2566), + [anon_sym_get] = ACTIONS(2441), + [anon_sym_set] = ACTIONS(2441), + [anon_sym_this] = ACTIONS(2445), + [anon_sym_super] = ACTIONS(2448), [anon_sym_STAR] = ACTIONS(2914), [sym_label] = ACTIONS(2917), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2575), + [anon_sym_null] = ACTIONS(2457), [anon_sym_if] = ACTIONS(2920), - [anon_sym_when] = ACTIONS(2581), - [anon_sym_try] = ACTIONS(2584), + [anon_sym_when] = ACTIONS(2463), + [anon_sym_try] = ACTIONS(2466), [anon_sym_throw] = ACTIONS(2923), [anon_sym_return] = ACTIONS(2926), - [anon_sym_continue] = ACTIONS(2593), - [anon_sym_break] = ACTIONS(2593), - [anon_sym_COLON_COLON] = ACTIONS(2596), + [anon_sym_continue] = ACTIONS(2475), + [anon_sym_break] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(2478), [anon_sym_PLUS] = ACTIONS(2917), [anon_sym_DASH] = ACTIONS(2917), [anon_sym_PLUS_PLUS] = ACTIONS(2929), @@ -89423,9 +89415,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2559), - [anon_sym_inner] = ACTIONS(2559), - [anon_sym_value] = ACTIONS(2559), + [anon_sym_data] = ACTIONS(2441), + [anon_sym_inner] = ACTIONS(2441), + [anon_sym_value] = ACTIONS(2441), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -89444,108 +89436,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2559), - [anon_sym_actual] = ACTIONS(2559), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2602), - [anon_sym_continue_AT] = ACTIONS(2605), - [anon_sym_break_AT] = ACTIONS(2608), - [anon_sym_this_AT] = ACTIONS(2611), - [anon_sym_super_AT] = ACTIONS(2614), - [sym_real_literal] = ACTIONS(2617), - [sym_integer_literal] = ACTIONS(2620), - [sym_hex_literal] = ACTIONS(2623), - [sym_bin_literal] = ACTIONS(2623), - [anon_sym_true] = ACTIONS(2626), - [anon_sym_false] = ACTIONS(2626), - [anon_sym_SQUOTE] = ACTIONS(2629), - [sym__backtick_identifier] = ACTIONS(2632), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2635), + [anon_sym_expect] = ACTIONS(2441), + [anon_sym_actual] = ACTIONS(2441), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2484), + [anon_sym_continue_AT] = ACTIONS(2487), + [anon_sym_break_AT] = ACTIONS(2490), + [anon_sym_this_AT] = ACTIONS(2493), + [anon_sym_super_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), }, [350] = { - [sym__expression] = STATE(1415), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(2072), + [sym__expression] = STATE(2514), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(2179), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2079), + [anon_sym_LBRACK] = ACTIONS(2182), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2084), - [anon_sym_LPAREN] = ACTIONS(2087), + [anon_sym_LBRACE] = ACTIONS(2185), + [anon_sym_LPAREN] = ACTIONS(2188), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2090), + [anon_sym_object] = ACTIONS(2191), [anon_sym_fun] = ACTIONS(2932), - [anon_sym_get] = ACTIONS(2098), - [anon_sym_set] = ACTIONS(2098), - [anon_sym_this] = ACTIONS(2102), - [anon_sym_super] = ACTIONS(2105), + [anon_sym_get] = ACTIONS(2199), + [anon_sym_set] = ACTIONS(2199), + [anon_sym_this] = ACTIONS(2203), + [anon_sym_super] = ACTIONS(2206), [anon_sym_STAR] = ACTIONS(2936), [sym_label] = ACTIONS(2939), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2116), + [anon_sym_null] = ACTIONS(2215), [anon_sym_if] = ACTIONS(2942), - [anon_sym_when] = ACTIONS(2122), - [anon_sym_try] = ACTIONS(2125), + [anon_sym_when] = ACTIONS(2221), + [anon_sym_try] = ACTIONS(2224), [anon_sym_throw] = ACTIONS(2945), [anon_sym_return] = ACTIONS(2948), - [anon_sym_continue] = ACTIONS(2134), - [anon_sym_break] = ACTIONS(2134), - [anon_sym_COLON_COLON] = ACTIONS(2137), + [anon_sym_continue] = ACTIONS(2233), + [anon_sym_break] = ACTIONS(2233), + [anon_sym_COLON_COLON] = ACTIONS(2236), [anon_sym_PLUS] = ACTIONS(2939), [anon_sym_DASH] = ACTIONS(2939), [anon_sym_PLUS_PLUS] = ACTIONS(2951), @@ -89554,9 +89546,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2098), - [anon_sym_inner] = ACTIONS(2098), - [anon_sym_value] = ACTIONS(2098), + [anon_sym_data] = ACTIONS(2199), + [anon_sym_inner] = ACTIONS(2199), + [anon_sym_value] = ACTIONS(2199), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -89575,108 +89567,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2098), - [anon_sym_actual] = ACTIONS(2098), + [anon_sym_expect] = ACTIONS(2199), + [anon_sym_actual] = ACTIONS(2199), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2143), - [anon_sym_continue_AT] = ACTIONS(2146), - [anon_sym_break_AT] = ACTIONS(2149), - [anon_sym_this_AT] = ACTIONS(2152), - [anon_sym_super_AT] = ACTIONS(2155), - [sym_real_literal] = ACTIONS(2158), - [sym_integer_literal] = ACTIONS(2161), - [sym_hex_literal] = ACTIONS(2164), - [sym_bin_literal] = ACTIONS(2164), - [anon_sym_true] = ACTIONS(2167), - [anon_sym_false] = ACTIONS(2167), - [anon_sym_SQUOTE] = ACTIONS(2170), - [sym__backtick_identifier] = ACTIONS(2173), + [anon_sym_return_AT] = ACTIONS(2242), + [anon_sym_continue_AT] = ACTIONS(2245), + [anon_sym_break_AT] = ACTIONS(2248), + [anon_sym_this_AT] = ACTIONS(2251), + [anon_sym_super_AT] = ACTIONS(2254), + [sym_real_literal] = ACTIONS(2257), + [sym_integer_literal] = ACTIONS(2260), + [sym_hex_literal] = ACTIONS(2263), + [sym_bin_literal] = ACTIONS(2263), + [anon_sym_true] = ACTIONS(2266), + [anon_sym_false] = ACTIONS(2266), + [anon_sym_SQUOTE] = ACTIONS(2269), + [sym__backtick_identifier] = ACTIONS(2272), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2176), + [sym__string_start] = ACTIONS(2275), }, [351] = { - [sym__expression] = STATE(367), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__expression] = STATE(403), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1653), + [sym_annotation] = STATE(1653), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(2399), + [sym__alpha_identifier] = ACTIONS(2520), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(2523), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2405), - [anon_sym_LPAREN] = ACTIONS(2408), + [anon_sym_LBRACE] = ACTIONS(2526), + [anon_sym_LPAREN] = ACTIONS(2529), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2411), + [anon_sym_object] = ACTIONS(2532), [anon_sym_fun] = ACTIONS(2954), - [anon_sym_get] = ACTIONS(2419), - [anon_sym_set] = ACTIONS(2419), - [anon_sym_this] = ACTIONS(2423), - [anon_sym_super] = ACTIONS(2426), + [anon_sym_get] = ACTIONS(2540), + [anon_sym_set] = ACTIONS(2540), + [anon_sym_this] = ACTIONS(2544), + [anon_sym_super] = ACTIONS(2547), [anon_sym_STAR] = ACTIONS(2958), [sym_label] = ACTIONS(2961), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2435), + [anon_sym_null] = ACTIONS(2556), [anon_sym_if] = ACTIONS(2964), - [anon_sym_when] = ACTIONS(2441), - [anon_sym_try] = ACTIONS(2444), + [anon_sym_when] = ACTIONS(2562), + [anon_sym_try] = ACTIONS(2565), [anon_sym_throw] = ACTIONS(2967), [anon_sym_return] = ACTIONS(2970), - [anon_sym_continue] = ACTIONS(2453), - [anon_sym_break] = ACTIONS(2453), - [anon_sym_COLON_COLON] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2574), + [anon_sym_break] = ACTIONS(2574), + [anon_sym_COLON_COLON] = ACTIONS(2577), [anon_sym_PLUS] = ACTIONS(2961), [anon_sym_DASH] = ACTIONS(2961), [anon_sym_PLUS_PLUS] = ACTIONS(2973), @@ -89685,9 +89677,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2419), - [anon_sym_inner] = ACTIONS(2419), - [anon_sym_value] = ACTIONS(2419), + [anon_sym_data] = ACTIONS(2540), + [anon_sym_inner] = ACTIONS(2540), + [anon_sym_value] = ACTIONS(2540), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -89706,108 +89698,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2419), - [anon_sym_actual] = ACTIONS(2419), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2143), - [anon_sym_continue_AT] = ACTIONS(2462), - [anon_sym_break_AT] = ACTIONS(2465), - [anon_sym_this_AT] = ACTIONS(2468), - [anon_sym_super_AT] = ACTIONS(2471), - [sym_real_literal] = ACTIONS(2474), - [sym_integer_literal] = ACTIONS(2477), - [sym_hex_literal] = ACTIONS(2480), - [sym_bin_literal] = ACTIONS(2480), - [anon_sym_true] = ACTIONS(2483), - [anon_sym_false] = ACTIONS(2483), - [anon_sym_SQUOTE] = ACTIONS(2486), - [sym__backtick_identifier] = ACTIONS(2489), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2492), + [anon_sym_expect] = ACTIONS(2540), + [anon_sym_actual] = ACTIONS(2540), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2341), + [anon_sym_continue_AT] = ACTIONS(2583), + [anon_sym_break_AT] = ACTIONS(2586), + [anon_sym_this_AT] = ACTIONS(2589), + [anon_sym_super_AT] = ACTIONS(2592), + [sym_real_literal] = ACTIONS(2595), + [sym_integer_literal] = ACTIONS(2598), + [sym_hex_literal] = ACTIONS(2601), + [sym_bin_literal] = ACTIONS(2601), + [anon_sym_true] = ACTIONS(2604), + [anon_sym_false] = ACTIONS(2604), + [anon_sym_SQUOTE] = ACTIONS(2607), + [sym__backtick_identifier] = ACTIONS(2610), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2613), }, [352] = { - [sym__expression] = STATE(4114), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(4109), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(2300), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(2421), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2303), + [anon_sym_LBRACK] = ACTIONS(2424), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2306), - [anon_sym_LPAREN] = ACTIONS(2309), + [anon_sym_LBRACE] = ACTIONS(2427), + [anon_sym_LPAREN] = ACTIONS(2430), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2312), + [anon_sym_object] = ACTIONS(2433), [anon_sym_fun] = ACTIONS(2976), - [anon_sym_get] = ACTIONS(2320), - [anon_sym_set] = ACTIONS(2320), - [anon_sym_this] = ACTIONS(2324), - [anon_sym_super] = ACTIONS(2327), + [anon_sym_get] = ACTIONS(2441), + [anon_sym_set] = ACTIONS(2441), + [anon_sym_this] = ACTIONS(2445), + [anon_sym_super] = ACTIONS(2448), [anon_sym_STAR] = ACTIONS(2980), [sym_label] = ACTIONS(2983), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2336), + [anon_sym_null] = ACTIONS(2457), [anon_sym_if] = ACTIONS(2986), - [anon_sym_when] = ACTIONS(2342), - [anon_sym_try] = ACTIONS(2345), + [anon_sym_when] = ACTIONS(2463), + [anon_sym_try] = ACTIONS(2466), [anon_sym_throw] = ACTIONS(2989), [anon_sym_return] = ACTIONS(2992), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_COLON_COLON] = ACTIONS(2357), + [anon_sym_continue] = ACTIONS(2475), + [anon_sym_break] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(2478), [anon_sym_PLUS] = ACTIONS(2983), [anon_sym_DASH] = ACTIONS(2983), [anon_sym_PLUS_PLUS] = ACTIONS(2995), @@ -89816,9 +89808,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2320), - [anon_sym_inner] = ACTIONS(2320), - [anon_sym_value] = ACTIONS(2320), + [anon_sym_data] = ACTIONS(2441), + [anon_sym_inner] = ACTIONS(2441), + [anon_sym_value] = ACTIONS(2441), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -89837,108 +89829,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2320), - [anon_sym_actual] = ACTIONS(2320), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2363), - [anon_sym_continue_AT] = ACTIONS(2366), - [anon_sym_break_AT] = ACTIONS(2369), - [anon_sym_this_AT] = ACTIONS(2372), - [anon_sym_super_AT] = ACTIONS(2375), - [sym_real_literal] = ACTIONS(2378), - [sym_integer_literal] = ACTIONS(2381), - [sym_hex_literal] = ACTIONS(2384), - [sym_bin_literal] = ACTIONS(2384), - [anon_sym_true] = ACTIONS(2387), - [anon_sym_false] = ACTIONS(2387), - [anon_sym_SQUOTE] = ACTIONS(2390), - [sym__backtick_identifier] = ACTIONS(2393), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2396), + [anon_sym_expect] = ACTIONS(2441), + [anon_sym_actual] = ACTIONS(2441), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2484), + [anon_sym_continue_AT] = ACTIONS(2487), + [anon_sym_break_AT] = ACTIONS(2490), + [anon_sym_this_AT] = ACTIONS(2493), + [anon_sym_super_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), }, [353] = { - [sym__expression] = STATE(2559), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__expression] = STATE(2551), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(2072), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(2278), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2079), + [anon_sym_LBRACK] = ACTIONS(2281), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2084), - [anon_sym_LPAREN] = ACTIONS(2087), + [anon_sym_LBRACE] = ACTIONS(2284), + [anon_sym_LPAREN] = ACTIONS(2287), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2090), + [anon_sym_object] = ACTIONS(2290), [anon_sym_fun] = ACTIONS(2998), - [anon_sym_get] = ACTIONS(2098), - [anon_sym_set] = ACTIONS(2098), - [anon_sym_this] = ACTIONS(2102), - [anon_sym_super] = ACTIONS(2105), + [anon_sym_get] = ACTIONS(2298), + [anon_sym_set] = ACTIONS(2298), + [anon_sym_this] = ACTIONS(2302), + [anon_sym_super] = ACTIONS(2305), [anon_sym_STAR] = ACTIONS(3002), [sym_label] = ACTIONS(3005), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2116), + [anon_sym_null] = ACTIONS(2314), [anon_sym_if] = ACTIONS(3008), - [anon_sym_when] = ACTIONS(2122), - [anon_sym_try] = ACTIONS(2125), + [anon_sym_when] = ACTIONS(2320), + [anon_sym_try] = ACTIONS(2323), [anon_sym_throw] = ACTIONS(3011), [anon_sym_return] = ACTIONS(3014), - [anon_sym_continue] = ACTIONS(2134), - [anon_sym_break] = ACTIONS(2134), - [anon_sym_COLON_COLON] = ACTIONS(2137), + [anon_sym_continue] = ACTIONS(2332), + [anon_sym_break] = ACTIONS(2332), + [anon_sym_COLON_COLON] = ACTIONS(2335), [anon_sym_PLUS] = ACTIONS(3005), [anon_sym_DASH] = ACTIONS(3005), [anon_sym_PLUS_PLUS] = ACTIONS(3017), @@ -89947,9 +89939,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2098), - [anon_sym_inner] = ACTIONS(2098), - [anon_sym_value] = ACTIONS(2098), + [anon_sym_data] = ACTIONS(2298), + [anon_sym_inner] = ACTIONS(2298), + [anon_sym_value] = ACTIONS(2298), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -89968,108 +89960,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2098), - [anon_sym_actual] = ACTIONS(2098), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2143), - [anon_sym_continue_AT] = ACTIONS(2146), - [anon_sym_break_AT] = ACTIONS(2149), - [anon_sym_this_AT] = ACTIONS(2152), - [anon_sym_super_AT] = ACTIONS(2155), - [sym_real_literal] = ACTIONS(2158), - [sym_integer_literal] = ACTIONS(2161), - [sym_hex_literal] = ACTIONS(2164), - [sym_bin_literal] = ACTIONS(2164), - [anon_sym_true] = ACTIONS(2167), - [anon_sym_false] = ACTIONS(2167), - [anon_sym_SQUOTE] = ACTIONS(2170), - [sym__backtick_identifier] = ACTIONS(2173), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2176), + [anon_sym_expect] = ACTIONS(2298), + [anon_sym_actual] = ACTIONS(2298), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2341), + [anon_sym_continue_AT] = ACTIONS(2344), + [anon_sym_break_AT] = ACTIONS(2347), + [anon_sym_this_AT] = ACTIONS(2350), + [anon_sym_super_AT] = ACTIONS(2353), + [sym_real_literal] = ACTIONS(2356), + [sym_integer_literal] = ACTIONS(2359), + [sym_hex_literal] = ACTIONS(2362), + [sym_bin_literal] = ACTIONS(2362), + [anon_sym_true] = ACTIONS(2365), + [anon_sym_false] = ACTIONS(2365), + [anon_sym_SQUOTE] = ACTIONS(2368), + [sym__backtick_identifier] = ACTIONS(2371), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2374), }, [354] = { - [sym__expression] = STATE(2277), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(2179), + [sym__expression] = STATE(2252), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2162), + [sym_annotation] = STATE(2162), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(379), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(2660), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2182), + [anon_sym_LBRACK] = ACTIONS(2663), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2185), - [anon_sym_LPAREN] = ACTIONS(2188), + [anon_sym_LBRACE] = ACTIONS(2666), + [anon_sym_LPAREN] = ACTIONS(2669), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2191), + [anon_sym_object] = ACTIONS(2672), [anon_sym_fun] = ACTIONS(3020), - [anon_sym_get] = ACTIONS(2199), - [anon_sym_set] = ACTIONS(2199), - [anon_sym_this] = ACTIONS(2203), - [anon_sym_super] = ACTIONS(2206), + [anon_sym_get] = ACTIONS(2680), + [anon_sym_set] = ACTIONS(2680), + [anon_sym_this] = ACTIONS(2684), + [anon_sym_super] = ACTIONS(2687), [anon_sym_STAR] = ACTIONS(3024), [sym_label] = ACTIONS(3027), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2215), + [anon_sym_null] = ACTIONS(2696), [anon_sym_if] = ACTIONS(3030), - [anon_sym_when] = ACTIONS(2221), - [anon_sym_try] = ACTIONS(2224), + [anon_sym_when] = ACTIONS(2702), + [anon_sym_try] = ACTIONS(2705), [anon_sym_throw] = ACTIONS(3033), [anon_sym_return] = ACTIONS(3036), - [anon_sym_continue] = ACTIONS(2233), - [anon_sym_break] = ACTIONS(2233), - [anon_sym_COLON_COLON] = ACTIONS(2236), + [anon_sym_continue] = ACTIONS(2714), + [anon_sym_break] = ACTIONS(2714), + [anon_sym_COLON_COLON] = ACTIONS(2717), [anon_sym_PLUS] = ACTIONS(3027), [anon_sym_DASH] = ACTIONS(3027), [anon_sym_PLUS_PLUS] = ACTIONS(3039), @@ -90078,9 +90070,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2199), - [anon_sym_inner] = ACTIONS(2199), - [anon_sym_value] = ACTIONS(2199), + [anon_sym_data] = ACTIONS(2680), + [anon_sym_inner] = ACTIONS(2680), + [anon_sym_value] = ACTIONS(2680), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -90099,108 +90091,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2199), - [anon_sym_actual] = ACTIONS(2199), + [anon_sym_expect] = ACTIONS(2680), + [anon_sym_actual] = ACTIONS(2680), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2242), - [anon_sym_continue_AT] = ACTIONS(2245), - [anon_sym_break_AT] = ACTIONS(2248), - [anon_sym_this_AT] = ACTIONS(2251), - [anon_sym_super_AT] = ACTIONS(2254), - [sym_real_literal] = ACTIONS(2257), - [sym_integer_literal] = ACTIONS(2260), - [sym_hex_literal] = ACTIONS(2263), - [sym_bin_literal] = ACTIONS(2263), - [anon_sym_true] = ACTIONS(2266), - [anon_sym_false] = ACTIONS(2266), - [anon_sym_SQUOTE] = ACTIONS(2269), - [sym__backtick_identifier] = ACTIONS(2272), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2275), + [anon_sym_return_AT] = ACTIONS(2143), + [anon_sym_continue_AT] = ACTIONS(2723), + [anon_sym_break_AT] = ACTIONS(2726), + [anon_sym_this_AT] = ACTIONS(2729), + [anon_sym_super_AT] = ACTIONS(2732), + [sym_real_literal] = ACTIONS(2735), + [sym_integer_literal] = ACTIONS(2738), + [sym_hex_literal] = ACTIONS(2741), + [sym_bin_literal] = ACTIONS(2741), + [anon_sym_true] = ACTIONS(2744), + [anon_sym_false] = ACTIONS(2744), + [anon_sym_SQUOTE] = ACTIONS(2747), + [sym__backtick_identifier] = ACTIONS(2750), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2753), }, [355] = { - [sym__expression] = STATE(4292), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1736), - [sym_annotation] = STATE(1736), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(362), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(2539), + [sym__expression] = STATE(3861), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1516), + [sym_annotation] = STATE(1516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(2421), [anon_sym_AT] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2542), + [anon_sym_LBRACK] = ACTIONS(2424), [anon_sym_typealias] = ACTIONS(2082), [anon_sym_class] = ACTIONS(2082), [anon_sym_interface] = ACTIONS(2082), [anon_sym_enum] = ACTIONS(2082), - [anon_sym_LBRACE] = ACTIONS(2545), - [anon_sym_LPAREN] = ACTIONS(2548), + [anon_sym_LBRACE] = ACTIONS(2427), + [anon_sym_LPAREN] = ACTIONS(2430), [anon_sym_val] = ACTIONS(2082), [anon_sym_var] = ACTIONS(2082), - [anon_sym_object] = ACTIONS(2551), + [anon_sym_object] = ACTIONS(2433), [anon_sym_fun] = ACTIONS(3042), - [anon_sym_get] = ACTIONS(2559), - [anon_sym_set] = ACTIONS(2559), - [anon_sym_this] = ACTIONS(2563), - [anon_sym_super] = ACTIONS(2566), + [anon_sym_get] = ACTIONS(2441), + [anon_sym_set] = ACTIONS(2441), + [anon_sym_this] = ACTIONS(2445), + [anon_sym_super] = ACTIONS(2448), [anon_sym_STAR] = ACTIONS(3046), [sym_label] = ACTIONS(3049), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2575), + [anon_sym_null] = ACTIONS(2457), [anon_sym_if] = ACTIONS(3052), - [anon_sym_when] = ACTIONS(2581), - [anon_sym_try] = ACTIONS(2584), + [anon_sym_when] = ACTIONS(2463), + [anon_sym_try] = ACTIONS(2466), [anon_sym_throw] = ACTIONS(3055), [anon_sym_return] = ACTIONS(3058), - [anon_sym_continue] = ACTIONS(2593), - [anon_sym_break] = ACTIONS(2593), - [anon_sym_COLON_COLON] = ACTIONS(2596), + [anon_sym_continue] = ACTIONS(2475), + [anon_sym_break] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(2478), [anon_sym_PLUS] = ACTIONS(3049), [anon_sym_DASH] = ACTIONS(3049), [anon_sym_PLUS_PLUS] = ACTIONS(3061), @@ -90209,9 +90201,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(2082), [anon_sym_sealed] = ACTIONS(2082), [anon_sym_annotation] = ACTIONS(2082), - [anon_sym_data] = ACTIONS(2559), - [anon_sym_inner] = ACTIONS(2559), - [anon_sym_value] = ACTIONS(2559), + [anon_sym_data] = ACTIONS(2441), + [anon_sym_inner] = ACTIONS(2441), + [anon_sym_value] = ACTIONS(2441), [anon_sym_override] = ACTIONS(2082), [anon_sym_lateinit] = ACTIONS(2082), [anon_sym_public] = ACTIONS(2082), @@ -90230,236 +90222,236 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(2082), [anon_sym_noinline] = ACTIONS(2082), [anon_sym_crossinline] = ACTIONS(2082), - [anon_sym_expect] = ACTIONS(2559), - [anon_sym_actual] = ACTIONS(2559), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2602), - [anon_sym_continue_AT] = ACTIONS(2605), - [anon_sym_break_AT] = ACTIONS(2608), - [anon_sym_this_AT] = ACTIONS(2611), - [anon_sym_super_AT] = ACTIONS(2614), - [sym_real_literal] = ACTIONS(2617), - [sym_integer_literal] = ACTIONS(2620), - [sym_hex_literal] = ACTIONS(2623), - [sym_bin_literal] = ACTIONS(2623), - [anon_sym_true] = ACTIONS(2626), - [anon_sym_false] = ACTIONS(2626), - [anon_sym_SQUOTE] = ACTIONS(2629), - [sym__backtick_identifier] = ACTIONS(2632), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2635), + [anon_sym_expect] = ACTIONS(2441), + [anon_sym_actual] = ACTIONS(2441), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2484), + [anon_sym_continue_AT] = ACTIONS(2487), + [anon_sym_break_AT] = ACTIONS(2490), + [anon_sym_this_AT] = ACTIONS(2493), + [anon_sym_super_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), }, [356] = { - [sym__expression] = STATE(1892), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), + [sym__expression] = STATE(1553), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_COMMA] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_where] = ACTIONS(1584), - [anon_sym_object] = ACTIONS(1906), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_COMMA] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_where] = ACTIONS(1608), + [anon_sym_object] = ACTIONS(1916), [anon_sym_fun] = ACTIONS(3064), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(999), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), - [anon_sym_null] = ACTIONS(1912), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(907), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), + [anon_sym_null] = ACTIONS(1922), [anon_sym_if] = ACTIONS(3066), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), [anon_sym_throw] = ACTIONS(3068), [anon_sym_return] = ACTIONS(3070), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1582), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(999), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1606), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(907), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(555), }, [357] = { - [sym__expression] = STATE(4239), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), + [sym__expression] = STATE(4226), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_as] = ACTIONS(1584), + [anon_sym_as] = ACTIONS(1608), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1582), + [anon_sym_RBRACE] = ACTIONS(1606), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_COMMA] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_where] = ACTIONS(1584), - [anon_sym_object] = ACTIONS(1916), + [anon_sym_COMMA] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_where] = ACTIONS(1608), + [anon_sym_object] = ACTIONS(1904), [anon_sym_fun] = ACTIONS(3072), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(969), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), - [anon_sym_null] = ACTIONS(1922), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(937), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), + [anon_sym_null] = ACTIONS(1910), [anon_sym_if] = ACTIONS(3074), - [anon_sym_else] = ACTIONS(1584), + [anon_sym_else] = ACTIONS(1608), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), [anon_sym_throw] = ACTIONS(3076), @@ -90467,36 +90459,36 @@ 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_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1582), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(969), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1606), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(937), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), [anon_sym_this_AT] = ACTIONS(97), [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), + [sym_real_literal] = ACTIONS(1912), [sym_integer_literal] = ACTIONS(103), [sym_hex_literal] = ACTIONS(105), [sym_bin_literal] = ACTIONS(105), @@ -90504,164 +90496,164 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(107), [anon_sym_SQUOTE] = ACTIONS(109), [sym__backtick_identifier] = ACTIONS(111), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, [358] = { - [sym__expression] = STATE(4271), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [sym__expression] = STATE(4262), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_as] = ACTIONS(1584), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_as] = ACTIONS(1608), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_while] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), + [sym_label] = ACTIONS(249), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_while] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1582), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(339), - [anon_sym_BANG_BANG] = ACTIONS(1582), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1606), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(249), + [anon_sym_BANG_BANG] = ACTIONS(1606), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_safe_nav] = ACTIONS(1582), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_safe_nav] = ACTIONS(1606), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [359] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(1724), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(3088), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), @@ -90670,24 +90662,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(3090), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_COMMA] = ACTIONS(3090), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(1740), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), [anon_sym_where] = ACTIONS(3088), [anon_sym_object] = ACTIONS(3088), [anon_sym_fun] = ACTIONS(3088), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), [anon_sym_this] = ACTIONS(3088), [anon_sym_super] = ACTIONS(3088), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(3088), [anon_sym_DOT_DOT] = ACTIONS(1756), - [anon_sym_QMARK_COLON] = ACTIONS(1758), - [anon_sym_AMP_AMP] = ACTIONS(1760), - [anon_sym_PIPE_PIPE] = ACTIONS(1762), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), [anon_sym_null] = ACTIONS(3088), [anon_sym_if] = ACTIONS(3088), [anon_sym_else] = ACTIONS(3088), @@ -90703,15 +90695,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_EQ] = ACTIONS(3090), [anon_sym_SLASH_EQ] = ACTIONS(3090), [anon_sym_PERCENT_EQ] = ACTIONS(3090), - [anon_sym_BANG_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), - [anon_sym_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1768), - [anon_sym_LT_EQ] = ACTIONS(1770), - [anon_sym_GT_EQ] = ACTIONS(1770), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1774), - [anon_sym_BANGis] = ACTIONS(1776), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), [anon_sym_PLUS] = ACTIONS(1778), [anon_sym_DASH] = ACTIONS(1778), [anon_sym_SLASH] = ACTIONS(1750), @@ -90724,9 +90716,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(3088), [anon_sym_sealed] = ACTIONS(3088), [anon_sym_annotation] = ACTIONS(3088), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), [anon_sym_override] = ACTIONS(3088), [anon_sym_lateinit] = ACTIONS(3088), [anon_sym_public] = ACTIONS(3088), @@ -90745,8 +90737,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(3088), [anon_sym_noinline] = ACTIONS(3088), [anon_sym_crossinline] = ACTIONS(3088), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(3090), [anon_sym_continue_AT] = ACTIONS(3090), @@ -90760,86 +90752,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_true] = ACTIONS(3088), [anon_sym_false] = ACTIONS(3088), [anon_sym_SQUOTE] = ACTIONS(3090), - [sym__backtick_identifier] = ACTIONS(1788), + [sym__backtick_identifier] = ACTIONS(3090), [sym__automatic_semicolon] = ACTIONS(3090), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3090), }, [360] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(3094), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3094), + [anon_sym_EQ] = ACTIONS(3095), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3096), + [anon_sym_RBRACE] = ACTIONS(3097), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3096), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_where] = ACTIONS(3094), - [anon_sym_object] = ACTIONS(3094), - [anon_sym_fun] = ACTIONS(3094), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(1740), + [anon_sym_where] = ACTIONS(3095), + [anon_sym_object] = ACTIONS(3095), + [anon_sym_fun] = ACTIONS(3095), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_this] = ACTIONS(3094), - [anon_sym_super] = ACTIONS(3094), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3095), + [anon_sym_super] = ACTIONS(3095), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_null] = ACTIONS(3094), - [anon_sym_if] = ACTIONS(3094), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_when] = ACTIONS(3094), - [anon_sym_try] = ACTIONS(3094), - [anon_sym_throw] = ACTIONS(3094), - [anon_sym_return] = ACTIONS(3094), - [anon_sym_continue] = ACTIONS(3094), - [anon_sym_break] = ACTIONS(3094), + [anon_sym_in] = ACTIONS(1754), + [anon_sym_DOT_DOT] = ACTIONS(1756), + [anon_sym_QMARK_COLON] = ACTIONS(1758), + [anon_sym_AMP_AMP] = ACTIONS(1760), + [anon_sym_PIPE_PIPE] = ACTIONS(1762), + [anon_sym_null] = ACTIONS(3095), + [anon_sym_if] = ACTIONS(3095), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_when] = ACTIONS(3095), + [anon_sym_try] = ACTIONS(3095), + [anon_sym_throw] = ACTIONS(3095), + [anon_sym_return] = ACTIONS(3095), + [anon_sym_continue] = ACTIONS(3095), + [anon_sym_break] = ACTIONS(3095), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3096), - [anon_sym_DASH_EQ] = ACTIONS(3096), - [anon_sym_STAR_EQ] = ACTIONS(3096), - [anon_sym_SLASH_EQ] = ACTIONS(3096), - [anon_sym_PERCENT_EQ] = ACTIONS(3096), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), + [anon_sym_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1768), + [anon_sym_LT_EQ] = ACTIONS(1770), + [anon_sym_GT_EQ] = ACTIONS(1770), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1774), + [anon_sym_BANGis] = ACTIONS(1776), [anon_sym_PLUS] = ACTIONS(1778), [anon_sym_DASH] = ACTIONS(1778), [anon_sym_SLASH] = ACTIONS(1750), @@ -90847,76 +90839,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3094), + [anon_sym_BANG] = ACTIONS(3095), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3094), - [anon_sym_sealed] = ACTIONS(3094), - [anon_sym_annotation] = ACTIONS(3094), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_override] = ACTIONS(3094), - [anon_sym_lateinit] = ACTIONS(3094), - [anon_sym_public] = ACTIONS(3094), - [anon_sym_private] = ACTIONS(3094), - [anon_sym_internal] = ACTIONS(3094), - [anon_sym_protected] = ACTIONS(3094), - [anon_sym_tailrec] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_infix] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym_external] = ACTIONS(3094), - [sym_property_modifier] = ACTIONS(3094), - [anon_sym_abstract] = ACTIONS(3094), - [anon_sym_final] = ACTIONS(3094), - [anon_sym_open] = ACTIONS(3094), - [anon_sym_vararg] = ACTIONS(3094), - [anon_sym_noinline] = ACTIONS(3094), - [anon_sym_crossinline] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3096), - [anon_sym_continue_AT] = ACTIONS(3096), - [anon_sym_break_AT] = ACTIONS(3096), - [anon_sym_this_AT] = ACTIONS(3096), - [anon_sym_super_AT] = ACTIONS(3096), - [sym_real_literal] = ACTIONS(3096), - [sym_integer_literal] = ACTIONS(3094), - [sym_hex_literal] = ACTIONS(3096), - [sym_bin_literal] = ACTIONS(3096), - [anon_sym_true] = ACTIONS(3094), - [anon_sym_false] = ACTIONS(3094), - [anon_sym_SQUOTE] = ACTIONS(3096), - [sym__backtick_identifier] = ACTIONS(3096), - [sym__automatic_semicolon] = ACTIONS(3096), + [anon_sym_suspend] = ACTIONS(3095), + [anon_sym_sealed] = ACTIONS(3095), + [anon_sym_annotation] = ACTIONS(3095), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3095), + [anon_sym_lateinit] = ACTIONS(3095), + [anon_sym_public] = ACTIONS(3095), + [anon_sym_private] = ACTIONS(3095), + [anon_sym_internal] = ACTIONS(3095), + [anon_sym_protected] = ACTIONS(3095), + [anon_sym_tailrec] = ACTIONS(3095), + [anon_sym_operator] = ACTIONS(3095), + [anon_sym_infix] = ACTIONS(3095), + [anon_sym_inline] = ACTIONS(3095), + [anon_sym_external] = ACTIONS(3095), + [sym_property_modifier] = ACTIONS(3095), + [anon_sym_abstract] = ACTIONS(3095), + [anon_sym_final] = ACTIONS(3095), + [anon_sym_open] = ACTIONS(3095), + [anon_sym_vararg] = ACTIONS(3095), + [anon_sym_noinline] = ACTIONS(3095), + [anon_sym_crossinline] = ACTIONS(3095), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3097), + [anon_sym_continue_AT] = ACTIONS(3097), + [anon_sym_break_AT] = ACTIONS(3097), + [anon_sym_this_AT] = ACTIONS(3097), + [anon_sym_super_AT] = ACTIONS(3097), + [sym_real_literal] = ACTIONS(3097), + [sym_integer_literal] = ACTIONS(3095), + [sym_hex_literal] = ACTIONS(3097), + [sym_bin_literal] = ACTIONS(3097), + [anon_sym_true] = ACTIONS(3095), + [anon_sym_false] = ACTIONS(3095), + [anon_sym_SQUOTE] = ACTIONS(3097), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3097), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3096), + [sym__string_start] = ACTIONS(3097), }, [361] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), @@ -90933,8 +90925,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(3101), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_this] = ACTIONS(3101), [anon_sym_super] = ACTIONS(3101), [anon_sym_STAR] = ACTIONS(1750), @@ -90942,8 +90934,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_in] = ACTIONS(1754), [anon_sym_DOT_DOT] = ACTIONS(1756), [anon_sym_QMARK_COLON] = ACTIONS(1758), - [anon_sym_AMP_AMP] = ACTIONS(1760), - [anon_sym_PIPE_PIPE] = ACTIONS(1762), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), [anon_sym_null] = ACTIONS(3101), [anon_sym_if] = ACTIONS(3101), [anon_sym_else] = ACTIONS(3101), @@ -90980,9 +90972,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(3101), [anon_sym_sealed] = ACTIONS(3101), [anon_sym_annotation] = ACTIONS(3101), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), [anon_sym_override] = ACTIONS(3101), [anon_sym_lateinit] = ACTIONS(3101), [anon_sym_public] = ACTIONS(3101), @@ -91001,8 +90993,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(3101), [anon_sym_noinline] = ACTIONS(3101), [anon_sym_crossinline] = ACTIONS(3101), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(3103), [anon_sym_continue_AT] = ACTIONS(3103), @@ -91023,156 +91015,284 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(3103), }, [362] = { - [sym__expression] = STATE(4295), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1736), - [sym_annotation] = STATE(1736), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(362), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_object] = ACTIONS(1916), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_as] = ACTIONS(1730), + [anon_sym_EQ] = ACTIONS(3105), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_RBRACE] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_COMMA] = ACTIONS(3107), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(1740), + [anon_sym_where] = ACTIONS(3105), + [anon_sym_object] = ACTIONS(3105), [anon_sym_fun] = ACTIONS(3105), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3107), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3111), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(69), - [anon_sym_DASH] = ACTIONS(69), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1582), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(71), - [anon_sym_BANG] = ACTIONS(69), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), + [anon_sym_DOT] = ACTIONS(1742), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3105), + [anon_sym_super] = ACTIONS(3105), + [anon_sym_STAR] = ACTIONS(1750), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1754), + [anon_sym_DOT_DOT] = ACTIONS(1756), + [anon_sym_QMARK_COLON] = ACTIONS(1758), + [anon_sym_AMP_AMP] = ACTIONS(1760), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_null] = ACTIONS(3105), + [anon_sym_if] = ACTIONS(3105), + [anon_sym_else] = ACTIONS(3105), + [anon_sym_when] = ACTIONS(3105), + [anon_sym_try] = ACTIONS(3105), + [anon_sym_throw] = ACTIONS(3105), + [anon_sym_return] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3105), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_COLON_COLON] = ACTIONS(1764), + [anon_sym_PLUS_EQ] = ACTIONS(3107), + [anon_sym_DASH_EQ] = ACTIONS(3107), + [anon_sym_STAR_EQ] = ACTIONS(3107), + [anon_sym_SLASH_EQ] = ACTIONS(3107), + [anon_sym_PERCENT_EQ] = ACTIONS(3107), + [anon_sym_BANG_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), + [anon_sym_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1768), + [anon_sym_LT_EQ] = ACTIONS(1770), + [anon_sym_GT_EQ] = ACTIONS(1770), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1774), + [anon_sym_BANGis] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1750), + [anon_sym_PERCENT] = ACTIONS(1750), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(3105), + [anon_sym_BANG_BANG] = ACTIONS(1782), + [anon_sym_suspend] = ACTIONS(3105), + [anon_sym_sealed] = ACTIONS(3105), + [anon_sym_annotation] = ACTIONS(3105), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3105), + [anon_sym_lateinit] = ACTIONS(3105), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_protected] = ACTIONS(3105), + [anon_sym_tailrec] = ACTIONS(3105), + [anon_sym_operator] = ACTIONS(3105), + [anon_sym_infix] = ACTIONS(3105), + [anon_sym_inline] = ACTIONS(3105), + [anon_sym_external] = ACTIONS(3105), + [sym_property_modifier] = ACTIONS(3105), + [anon_sym_abstract] = ACTIONS(3105), + [anon_sym_final] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_vararg] = ACTIONS(3105), + [anon_sym_noinline] = ACTIONS(3105), + [anon_sym_crossinline] = ACTIONS(3105), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3107), + [anon_sym_continue_AT] = ACTIONS(3107), + [anon_sym_break_AT] = ACTIONS(3107), + [anon_sym_this_AT] = ACTIONS(3107), + [anon_sym_super_AT] = ACTIONS(3107), + [sym_real_literal] = ACTIONS(3107), + [sym_integer_literal] = ACTIONS(3105), + [sym_hex_literal] = ACTIONS(3107), + [sym_bin_literal] = ACTIONS(3107), + [anon_sym_true] = ACTIONS(3105), + [anon_sym_false] = ACTIONS(3105), + [anon_sym_SQUOTE] = ACTIONS(3107), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3107), + [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(3107), }, [363] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_as] = ACTIONS(1730), + [anon_sym_EQ] = ACTIONS(3109), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_RBRACE] = ACTIONS(3111), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_COMMA] = ACTIONS(3111), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(1740), + [anon_sym_where] = ACTIONS(3109), + [anon_sym_object] = ACTIONS(3109), + [anon_sym_fun] = ACTIONS(3109), + [anon_sym_DOT] = ACTIONS(1742), + [anon_sym_SEMI] = ACTIONS(3111), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3109), + [anon_sym_super] = ACTIONS(3109), + [anon_sym_STAR] = ACTIONS(1750), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1754), + [anon_sym_DOT_DOT] = ACTIONS(1756), + [anon_sym_QMARK_COLON] = ACTIONS(1758), + [anon_sym_AMP_AMP] = ACTIONS(1760), + [anon_sym_PIPE_PIPE] = ACTIONS(1762), + [anon_sym_null] = ACTIONS(3109), + [anon_sym_if] = ACTIONS(3109), + [anon_sym_else] = ACTIONS(3109), + [anon_sym_when] = ACTIONS(3109), + [anon_sym_try] = ACTIONS(3109), + [anon_sym_throw] = ACTIONS(3109), + [anon_sym_return] = ACTIONS(3109), + [anon_sym_continue] = ACTIONS(3109), + [anon_sym_break] = ACTIONS(3109), + [anon_sym_COLON_COLON] = ACTIONS(1764), + [anon_sym_PLUS_EQ] = ACTIONS(3111), + [anon_sym_DASH_EQ] = ACTIONS(3111), + [anon_sym_STAR_EQ] = ACTIONS(3111), + [anon_sym_SLASH_EQ] = ACTIONS(3111), + [anon_sym_PERCENT_EQ] = ACTIONS(3111), + [anon_sym_BANG_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), + [anon_sym_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1768), + [anon_sym_LT_EQ] = ACTIONS(1770), + [anon_sym_GT_EQ] = ACTIONS(1770), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1774), + [anon_sym_BANGis] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_SLASH] = ACTIONS(1750), + [anon_sym_PERCENT] = ACTIONS(1750), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(3109), + [anon_sym_BANG_BANG] = ACTIONS(1782), + [anon_sym_suspend] = ACTIONS(3109), + [anon_sym_sealed] = ACTIONS(3109), + [anon_sym_annotation] = ACTIONS(3109), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3109), + [anon_sym_lateinit] = ACTIONS(3109), + [anon_sym_public] = ACTIONS(3109), + [anon_sym_private] = ACTIONS(3109), + [anon_sym_internal] = ACTIONS(3109), + [anon_sym_protected] = ACTIONS(3109), + [anon_sym_tailrec] = ACTIONS(3109), + [anon_sym_operator] = ACTIONS(3109), + [anon_sym_infix] = ACTIONS(3109), + [anon_sym_inline] = ACTIONS(3109), + [anon_sym_external] = ACTIONS(3109), + [sym_property_modifier] = ACTIONS(3109), + [anon_sym_abstract] = ACTIONS(3109), + [anon_sym_final] = ACTIONS(3109), + [anon_sym_open] = ACTIONS(3109), + [anon_sym_vararg] = ACTIONS(3109), + [anon_sym_noinline] = ACTIONS(3109), + [anon_sym_crossinline] = ACTIONS(3109), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3111), + [anon_sym_continue_AT] = ACTIONS(3111), + [anon_sym_break_AT] = ACTIONS(3111), + [anon_sym_this_AT] = ACTIONS(3111), + [anon_sym_super_AT] = ACTIONS(3111), + [sym_real_literal] = ACTIONS(3111), + [sym_integer_literal] = ACTIONS(3109), + [sym_hex_literal] = ACTIONS(3111), + [sym_bin_literal] = ACTIONS(3111), + [anon_sym_true] = ACTIONS(3109), + [anon_sym_false] = ACTIONS(3109), + [anon_sym_SQUOTE] = ACTIONS(3111), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3111), + [sym_safe_nav] = ACTIONS(1764), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3111), + }, + [364] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), @@ -91189,8 +91309,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(3113), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_this] = ACTIONS(3113), [anon_sym_super] = ACTIONS(3113), [anon_sym_STAR] = ACTIONS(1750), @@ -91198,8 +91318,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_in] = ACTIONS(1754), [anon_sym_DOT_DOT] = ACTIONS(1756), [anon_sym_QMARK_COLON] = ACTIONS(1758), - [anon_sym_AMP_AMP] = ACTIONS(1760), - [anon_sym_PIPE_PIPE] = ACTIONS(1762), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), [anon_sym_null] = ACTIONS(3113), [anon_sym_if] = ACTIONS(3113), [anon_sym_else] = ACTIONS(3113), @@ -91215,10 +91335,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_EQ] = ACTIONS(3115), [anon_sym_SLASH_EQ] = ACTIONS(3115), [anon_sym_PERCENT_EQ] = ACTIONS(3115), - [anon_sym_BANG_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), - [anon_sym_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1768), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), [anon_sym_LT_EQ] = ACTIONS(1770), [anon_sym_GT_EQ] = ACTIONS(1770), [anon_sym_BANGin] = ACTIONS(1772), @@ -91236,9 +91356,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(3113), [anon_sym_sealed] = ACTIONS(3113), [anon_sym_annotation] = ACTIONS(3113), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), [anon_sym_override] = ACTIONS(3113), [anon_sym_lateinit] = ACTIONS(3113), [anon_sym_public] = ACTIONS(3113), @@ -91257,8 +91377,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(3113), [anon_sym_noinline] = ACTIONS(3113), [anon_sym_crossinline] = ACTIONS(3113), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(3115), [anon_sym_continue_AT] = ACTIONS(3115), @@ -91278,29 +91398,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3115), }, - [364] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [365] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), @@ -91311,14 +91431,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_COMMA] = ACTIONS(3119), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(1740), + [anon_sym_GT] = ACTIONS(3117), [anon_sym_where] = ACTIONS(3117), [anon_sym_object] = ACTIONS(3117), [anon_sym_fun] = ACTIONS(3117), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_this] = ACTIONS(3117), [anon_sym_super] = ACTIONS(3117), [anon_sym_STAR] = ACTIONS(1750), @@ -91343,12 +91463,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_EQ] = ACTIONS(3119), [anon_sym_SLASH_EQ] = ACTIONS(3119), [anon_sym_PERCENT_EQ] = ACTIONS(3119), - [anon_sym_BANG_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), - [anon_sym_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1768), - [anon_sym_LT_EQ] = ACTIONS(1770), - [anon_sym_GT_EQ] = ACTIONS(1770), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), [anon_sym_BANGin] = ACTIONS(1772), [anon_sym_is] = ACTIONS(1774), [anon_sym_BANGis] = ACTIONS(1776), @@ -91364,9 +91484,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(3117), [anon_sym_sealed] = ACTIONS(3117), [anon_sym_annotation] = ACTIONS(3117), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), [anon_sym_override] = ACTIONS(3117), [anon_sym_lateinit] = ACTIONS(3117), [anon_sym_public] = ACTIONS(3117), @@ -91385,8 +91505,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(3117), [anon_sym_noinline] = ACTIONS(3117), [anon_sym_crossinline] = ACTIONS(3117), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(3119), [anon_sym_continue_AT] = ACTIONS(3119), @@ -91406,29 +91526,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3119), }, - [365] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [366] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), @@ -91438,24 +91558,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(3123), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_COMMA] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(1740), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), [anon_sym_where] = ACTIONS(3121), [anon_sym_object] = ACTIONS(3121), [anon_sym_fun] = ACTIONS(3121), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(3123), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_this] = ACTIONS(3121), [anon_sym_super] = ACTIONS(3121), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(3121), [anon_sym_DOT_DOT] = ACTIONS(1756), [anon_sym_QMARK_COLON] = ACTIONS(1758), - [anon_sym_AMP_AMP] = ACTIONS(1760), - [anon_sym_PIPE_PIPE] = ACTIONS(1762), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), [anon_sym_null] = ACTIONS(3121), [anon_sym_if] = ACTIONS(3121), [anon_sym_else] = ACTIONS(3121), @@ -91471,15 +91591,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_EQ] = ACTIONS(3123), [anon_sym_SLASH_EQ] = ACTIONS(3123), [anon_sym_PERCENT_EQ] = ACTIONS(3123), - [anon_sym_BANG_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), - [anon_sym_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1768), - [anon_sym_LT_EQ] = ACTIONS(1770), - [anon_sym_GT_EQ] = ACTIONS(1770), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1774), - [anon_sym_BANGis] = ACTIONS(1776), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), [anon_sym_PLUS] = ACTIONS(1778), [anon_sym_DASH] = ACTIONS(1778), [anon_sym_SLASH] = ACTIONS(1750), @@ -91492,9 +91612,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(3121), [anon_sym_sealed] = ACTIONS(3121), [anon_sym_annotation] = ACTIONS(3121), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), [anon_sym_override] = ACTIONS(3121), [anon_sym_lateinit] = ACTIONS(3121), [anon_sym_public] = ACTIONS(3121), @@ -91513,8 +91633,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(3121), [anon_sym_noinline] = ACTIONS(3121), [anon_sym_crossinline] = ACTIONS(3121), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(3123), [anon_sym_continue_AT] = ACTIONS(3123), @@ -91534,327 +91654,327 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3123), }, - [366] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(1724), + [367] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(3128), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3125), + [anon_sym_EQ] = ACTIONS(3128), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3127), + [anon_sym_RBRACE] = ACTIONS(3130), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_where] = ACTIONS(3125), - [anon_sym_object] = ACTIONS(3125), - [anon_sym_fun] = ACTIONS(3125), + [anon_sym_COMMA] = ACTIONS(3130), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_where] = ACTIONS(3128), + [anon_sym_object] = ACTIONS(3128), + [anon_sym_fun] = ACTIONS(3128), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3125), - [anon_sym_super] = ACTIONS(3125), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_this] = ACTIONS(3128), + [anon_sym_super] = ACTIONS(3128), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(1756), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_null] = ACTIONS(3125), - [anon_sym_if] = ACTIONS(3125), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_when] = ACTIONS(3125), - [anon_sym_try] = ACTIONS(3125), - [anon_sym_throw] = ACTIONS(3125), - [anon_sym_return] = ACTIONS(3125), - [anon_sym_continue] = ACTIONS(3125), - [anon_sym_break] = ACTIONS(3125), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_null] = ACTIONS(3128), + [anon_sym_if] = ACTIONS(3128), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_when] = ACTIONS(3128), + [anon_sym_try] = ACTIONS(3128), + [anon_sym_throw] = ACTIONS(3128), + [anon_sym_return] = ACTIONS(3128), + [anon_sym_continue] = ACTIONS(3128), + [anon_sym_break] = ACTIONS(3128), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3127), - [anon_sym_DASH_EQ] = ACTIONS(3127), - [anon_sym_STAR_EQ] = ACTIONS(3127), - [anon_sym_SLASH_EQ] = ACTIONS(3127), - [anon_sym_PERCENT_EQ] = ACTIONS(3127), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_PLUS_EQ] = ACTIONS(3130), + [anon_sym_DASH_EQ] = ACTIONS(3130), + [anon_sym_STAR_EQ] = ACTIONS(3130), + [anon_sym_SLASH_EQ] = ACTIONS(3130), + [anon_sym_PERCENT_EQ] = ACTIONS(3130), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), [anon_sym_SLASH] = ACTIONS(1750), [anon_sym_PERCENT] = ACTIONS(1750), [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3125), + [anon_sym_BANG] = ACTIONS(3128), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3125), - [anon_sym_sealed] = ACTIONS(3125), - [anon_sym_annotation] = ACTIONS(3125), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3125), - [anon_sym_lateinit] = ACTIONS(3125), - [anon_sym_public] = ACTIONS(3125), - [anon_sym_private] = ACTIONS(3125), - [anon_sym_internal] = ACTIONS(3125), - [anon_sym_protected] = ACTIONS(3125), - [anon_sym_tailrec] = ACTIONS(3125), - [anon_sym_operator] = ACTIONS(3125), - [anon_sym_infix] = ACTIONS(3125), - [anon_sym_inline] = ACTIONS(3125), - [anon_sym_external] = ACTIONS(3125), - [sym_property_modifier] = ACTIONS(3125), - [anon_sym_abstract] = ACTIONS(3125), - [anon_sym_final] = ACTIONS(3125), - [anon_sym_open] = ACTIONS(3125), - [anon_sym_vararg] = ACTIONS(3125), - [anon_sym_noinline] = ACTIONS(3125), - [anon_sym_crossinline] = ACTIONS(3125), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3127), - [anon_sym_continue_AT] = ACTIONS(3127), - [anon_sym_break_AT] = ACTIONS(3127), - [anon_sym_this_AT] = ACTIONS(3127), - [anon_sym_super_AT] = ACTIONS(3127), - [sym_real_literal] = ACTIONS(3127), - [sym_integer_literal] = ACTIONS(3125), - [sym_hex_literal] = ACTIONS(3127), - [sym_bin_literal] = ACTIONS(3127), - [anon_sym_true] = ACTIONS(3125), - [anon_sym_false] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3127), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3127), + [anon_sym_suspend] = ACTIONS(3128), + [anon_sym_sealed] = ACTIONS(3128), + [anon_sym_annotation] = ACTIONS(3128), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_override] = ACTIONS(3128), + [anon_sym_lateinit] = ACTIONS(3128), + [anon_sym_public] = ACTIONS(3128), + [anon_sym_private] = ACTIONS(3128), + [anon_sym_internal] = ACTIONS(3128), + [anon_sym_protected] = ACTIONS(3128), + [anon_sym_tailrec] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_infix] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym_external] = ACTIONS(3128), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3128), + [anon_sym_final] = ACTIONS(3128), + [anon_sym_open] = ACTIONS(3128), + [anon_sym_vararg] = ACTIONS(3128), + [anon_sym_noinline] = ACTIONS(3128), + [anon_sym_crossinline] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3130), + [anon_sym_continue_AT] = ACTIONS(3130), + [anon_sym_break_AT] = ACTIONS(3130), + [anon_sym_this_AT] = ACTIONS(3130), + [anon_sym_super_AT] = ACTIONS(3130), + [sym_real_literal] = ACTIONS(3130), + [sym_integer_literal] = ACTIONS(3128), + [sym_hex_literal] = ACTIONS(3130), + [sym_bin_literal] = ACTIONS(3130), + [anon_sym_true] = ACTIONS(3128), + [anon_sym_false] = ACTIONS(3128), + [anon_sym_SQUOTE] = ACTIONS(3130), + [sym__backtick_identifier] = ACTIONS(3130), + [sym__automatic_semicolon] = ACTIONS(3130), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3127), + [sym__string_start] = ACTIONS(3130), }, - [367] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(1724), + [368] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(3135), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3132), + [anon_sym_EQ] = ACTIONS(3135), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3134), + [anon_sym_RBRACE] = ACTIONS(3137), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3134), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(1740), - [anon_sym_where] = ACTIONS(3132), - [anon_sym_object] = ACTIONS(3132), - [anon_sym_fun] = ACTIONS(3132), + [anon_sym_COMMA] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_where] = ACTIONS(3135), + [anon_sym_object] = ACTIONS(3135), + [anon_sym_fun] = ACTIONS(3135), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3132), - [anon_sym_super] = ACTIONS(3132), - [anon_sym_STAR] = ACTIONS(1750), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_this] = ACTIONS(3135), + [anon_sym_super] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3135), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1754), - [anon_sym_DOT_DOT] = ACTIONS(1756), - [anon_sym_QMARK_COLON] = ACTIONS(1758), - [anon_sym_AMP_AMP] = ACTIONS(1760), - [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_null] = ACTIONS(3132), - [anon_sym_if] = ACTIONS(3132), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_when] = ACTIONS(3132), - [anon_sym_try] = ACTIONS(3132), - [anon_sym_throw] = ACTIONS(3132), - [anon_sym_return] = ACTIONS(3132), - [anon_sym_continue] = ACTIONS(3132), - [anon_sym_break] = ACTIONS(3132), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_null] = ACTIONS(3135), + [anon_sym_if] = ACTIONS(3135), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_when] = ACTIONS(3135), + [anon_sym_try] = ACTIONS(3135), + [anon_sym_throw] = ACTIONS(3135), + [anon_sym_return] = ACTIONS(3135), + [anon_sym_continue] = ACTIONS(3135), + [anon_sym_break] = ACTIONS(3135), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3134), - [anon_sym_DASH_EQ] = ACTIONS(3134), - [anon_sym_STAR_EQ] = ACTIONS(3134), - [anon_sym_SLASH_EQ] = ACTIONS(3134), - [anon_sym_PERCENT_EQ] = ACTIONS(3134), - [anon_sym_BANG_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), - [anon_sym_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1768), - [anon_sym_LT_EQ] = ACTIONS(1770), - [anon_sym_GT_EQ] = ACTIONS(1770), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1774), - [anon_sym_BANGis] = ACTIONS(1776), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_SLASH] = ACTIONS(1750), - [anon_sym_PERCENT] = ACTIONS(1750), + [anon_sym_PLUS_EQ] = ACTIONS(3137), + [anon_sym_DASH_EQ] = ACTIONS(3137), + [anon_sym_STAR_EQ] = ACTIONS(3137), + [anon_sym_SLASH_EQ] = ACTIONS(3137), + [anon_sym_PERCENT_EQ] = ACTIONS(3137), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3135), [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3132), + [anon_sym_BANG] = ACTIONS(3135), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3132), - [anon_sym_sealed] = ACTIONS(3132), - [anon_sym_annotation] = ACTIONS(3132), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3132), - [anon_sym_lateinit] = ACTIONS(3132), - [anon_sym_public] = ACTIONS(3132), - [anon_sym_private] = ACTIONS(3132), - [anon_sym_internal] = ACTIONS(3132), - [anon_sym_protected] = ACTIONS(3132), - [anon_sym_tailrec] = ACTIONS(3132), - [anon_sym_operator] = ACTIONS(3132), - [anon_sym_infix] = ACTIONS(3132), - [anon_sym_inline] = ACTIONS(3132), - [anon_sym_external] = ACTIONS(3132), - [sym_property_modifier] = ACTIONS(3132), - [anon_sym_abstract] = ACTIONS(3132), - [anon_sym_final] = ACTIONS(3132), - [anon_sym_open] = ACTIONS(3132), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3134), - [anon_sym_continue_AT] = ACTIONS(3134), - [anon_sym_break_AT] = ACTIONS(3134), - [anon_sym_this_AT] = ACTIONS(3134), - [anon_sym_super_AT] = ACTIONS(3134), - [sym_real_literal] = ACTIONS(3134), - [sym_integer_literal] = ACTIONS(3132), - [sym_hex_literal] = ACTIONS(3134), - [sym_bin_literal] = ACTIONS(3134), - [anon_sym_true] = ACTIONS(3132), - [anon_sym_false] = ACTIONS(3132), - [anon_sym_SQUOTE] = ACTIONS(3134), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3134), + [anon_sym_suspend] = ACTIONS(3135), + [anon_sym_sealed] = ACTIONS(3135), + [anon_sym_annotation] = ACTIONS(3135), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_override] = ACTIONS(3135), + [anon_sym_lateinit] = ACTIONS(3135), + [anon_sym_public] = ACTIONS(3135), + [anon_sym_private] = ACTIONS(3135), + [anon_sym_internal] = ACTIONS(3135), + [anon_sym_protected] = ACTIONS(3135), + [anon_sym_tailrec] = ACTIONS(3135), + [anon_sym_operator] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_inline] = ACTIONS(3135), + [anon_sym_external] = ACTIONS(3135), + [sym_property_modifier] = ACTIONS(3135), + [anon_sym_abstract] = ACTIONS(3135), + [anon_sym_final] = ACTIONS(3135), + [anon_sym_open] = ACTIONS(3135), + [anon_sym_vararg] = ACTIONS(3135), + [anon_sym_noinline] = ACTIONS(3135), + [anon_sym_crossinline] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3137), + [anon_sym_continue_AT] = ACTIONS(3137), + [anon_sym_break_AT] = ACTIONS(3137), + [anon_sym_this_AT] = ACTIONS(3137), + [anon_sym_super_AT] = ACTIONS(3137), + [sym_real_literal] = ACTIONS(3137), + [sym_integer_literal] = ACTIONS(3135), + [sym_hex_literal] = ACTIONS(3137), + [sym_bin_literal] = ACTIONS(3137), + [anon_sym_true] = ACTIONS(3135), + [anon_sym_false] = ACTIONS(3135), + [anon_sym_SQUOTE] = ACTIONS(3137), + [sym__backtick_identifier] = ACTIONS(3137), + [sym__automatic_semicolon] = ACTIONS(3137), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3134), + [sym__string_start] = ACTIONS(3137), }, - [368] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [369] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3136), + [anon_sym_EQ] = ACTIONS(3142), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3138), + [anon_sym_RBRACE] = ACTIONS(3144), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3138), + [anon_sym_COMMA] = ACTIONS(3144), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1740), - [anon_sym_where] = ACTIONS(3136), - [anon_sym_object] = ACTIONS(3136), - [anon_sym_fun] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(3142), + [anon_sym_object] = ACTIONS(3142), + [anon_sym_fun] = ACTIONS(3142), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3136), - [anon_sym_super] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3142), + [anon_sym_super] = ACTIONS(3142), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1754), [anon_sym_DOT_DOT] = ACTIONS(1756), [anon_sym_QMARK_COLON] = ACTIONS(1758), [anon_sym_AMP_AMP] = ACTIONS(1760), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [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_PIPE_PIPE] = ACTIONS(1762), + [anon_sym_null] = ACTIONS(3142), + [anon_sym_if] = ACTIONS(3142), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_when] = ACTIONS(3142), + [anon_sym_try] = ACTIONS(3142), + [anon_sym_throw] = ACTIONS(3142), + [anon_sym_return] = ACTIONS(3142), + [anon_sym_continue] = ACTIONS(3142), + [anon_sym_break] = ACTIONS(3142), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3138), - [anon_sym_DASH_EQ] = ACTIONS(3138), - [anon_sym_STAR_EQ] = ACTIONS(3138), - [anon_sym_SLASH_EQ] = ACTIONS(3138), - [anon_sym_PERCENT_EQ] = ACTIONS(3138), + [anon_sym_PLUS_EQ] = ACTIONS(3144), + [anon_sym_DASH_EQ] = ACTIONS(3144), + [anon_sym_STAR_EQ] = ACTIONS(3144), + [anon_sym_SLASH_EQ] = ACTIONS(3144), + [anon_sym_PERCENT_EQ] = ACTIONS(3144), [anon_sym_BANG_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), [anon_sym_EQ_EQ] = ACTIONS(1766), @@ -91871,122 +91991,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3136), + [anon_sym_BANG] = ACTIONS(3142), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3136), - [anon_sym_sealed] = ACTIONS(3136), - [anon_sym_annotation] = ACTIONS(3136), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3136), - [anon_sym_lateinit] = ACTIONS(3136), - [anon_sym_public] = ACTIONS(3136), - [anon_sym_private] = ACTIONS(3136), - [anon_sym_internal] = ACTIONS(3136), - [anon_sym_protected] = ACTIONS(3136), - [anon_sym_tailrec] = ACTIONS(3136), - [anon_sym_operator] = ACTIONS(3136), - [anon_sym_infix] = ACTIONS(3136), - [anon_sym_inline] = ACTIONS(3136), - [anon_sym_external] = ACTIONS(3136), - [sym_property_modifier] = ACTIONS(3136), - [anon_sym_abstract] = ACTIONS(3136), - [anon_sym_final] = ACTIONS(3136), - [anon_sym_open] = ACTIONS(3136), - [anon_sym_vararg] = ACTIONS(3136), - [anon_sym_noinline] = ACTIONS(3136), - [anon_sym_crossinline] = ACTIONS(3136), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3138), - [anon_sym_continue_AT] = ACTIONS(3138), - [anon_sym_break_AT] = ACTIONS(3138), - [anon_sym_this_AT] = ACTIONS(3138), - [anon_sym_super_AT] = ACTIONS(3138), - [sym_real_literal] = ACTIONS(3138), - [sym_integer_literal] = ACTIONS(3136), - [sym_hex_literal] = ACTIONS(3138), - [sym_bin_literal] = ACTIONS(3138), - [anon_sym_true] = ACTIONS(3136), - [anon_sym_false] = ACTIONS(3136), - [anon_sym_SQUOTE] = ACTIONS(3138), + [anon_sym_suspend] = ACTIONS(3142), + [anon_sym_sealed] = ACTIONS(3142), + [anon_sym_annotation] = ACTIONS(3142), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3142), + [anon_sym_lateinit] = ACTIONS(3142), + [anon_sym_public] = ACTIONS(3142), + [anon_sym_private] = ACTIONS(3142), + [anon_sym_internal] = ACTIONS(3142), + [anon_sym_protected] = ACTIONS(3142), + [anon_sym_tailrec] = ACTIONS(3142), + [anon_sym_operator] = ACTIONS(3142), + [anon_sym_infix] = ACTIONS(3142), + [anon_sym_inline] = ACTIONS(3142), + [anon_sym_external] = ACTIONS(3142), + [sym_property_modifier] = ACTIONS(3142), + [anon_sym_abstract] = ACTIONS(3142), + [anon_sym_final] = ACTIONS(3142), + [anon_sym_open] = ACTIONS(3142), + [anon_sym_vararg] = ACTIONS(3142), + [anon_sym_noinline] = ACTIONS(3142), + [anon_sym_crossinline] = ACTIONS(3142), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3144), + [anon_sym_continue_AT] = ACTIONS(3144), + [anon_sym_break_AT] = ACTIONS(3144), + [anon_sym_this_AT] = ACTIONS(3144), + [anon_sym_super_AT] = ACTIONS(3144), + [sym_real_literal] = ACTIONS(3144), + [sym_integer_literal] = ACTIONS(3142), + [sym_hex_literal] = ACTIONS(3144), + [sym_bin_literal] = ACTIONS(3144), + [anon_sym_true] = ACTIONS(3142), + [anon_sym_false] = ACTIONS(3142), + [anon_sym_SQUOTE] = ACTIONS(3144), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3138), + [sym__automatic_semicolon] = ACTIONS(3144), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3138), + [sym__string_start] = ACTIONS(3144), }, - [369] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [370] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3140), + [anon_sym_EQ] = ACTIONS(3146), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3142), + [anon_sym_RBRACE] = ACTIONS(3148), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3142), + [anon_sym_COMMA] = ACTIONS(3148), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1740), - [anon_sym_where] = ACTIONS(3140), - [anon_sym_object] = ACTIONS(3140), - [anon_sym_fun] = ACTIONS(3140), + [anon_sym_where] = ACTIONS(3146), + [anon_sym_object] = ACTIONS(3146), + [anon_sym_fun] = ACTIONS(3146), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3140), - [anon_sym_super] = ACTIONS(3140), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3146), + [anon_sym_super] = ACTIONS(3146), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1754), [anon_sym_DOT_DOT] = ACTIONS(1756), [anon_sym_QMARK_COLON] = ACTIONS(1758), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_null] = ACTIONS(3140), - [anon_sym_if] = ACTIONS(3140), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_when] = ACTIONS(3140), - [anon_sym_try] = ACTIONS(3140), - [anon_sym_throw] = ACTIONS(3140), - [anon_sym_return] = ACTIONS(3140), - [anon_sym_continue] = ACTIONS(3140), - [anon_sym_break] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(1760), + [anon_sym_PIPE_PIPE] = ACTIONS(1762), + [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(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3142), - [anon_sym_DASH_EQ] = ACTIONS(3142), - [anon_sym_STAR_EQ] = ACTIONS(3142), - [anon_sym_SLASH_EQ] = ACTIONS(3142), - [anon_sym_PERCENT_EQ] = ACTIONS(3142), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), + [anon_sym_PLUS_EQ] = ACTIONS(3148), + [anon_sym_DASH_EQ] = ACTIONS(3148), + [anon_sym_STAR_EQ] = ACTIONS(3148), + [anon_sym_SLASH_EQ] = ACTIONS(3148), + [anon_sym_PERCENT_EQ] = ACTIONS(3148), + [anon_sym_BANG_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), + [anon_sym_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1768), [anon_sym_LT_EQ] = ACTIONS(1770), [anon_sym_GT_EQ] = ACTIONS(1770), [anon_sym_BANGin] = ACTIONS(1772), @@ -91999,124 +92119,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3140), + [anon_sym_BANG] = ACTIONS(3146), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3140), - [anon_sym_sealed] = ACTIONS(3140), - [anon_sym_annotation] = ACTIONS(3140), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3140), - [anon_sym_lateinit] = ACTIONS(3140), - [anon_sym_public] = ACTIONS(3140), - [anon_sym_private] = ACTIONS(3140), - [anon_sym_internal] = ACTIONS(3140), - [anon_sym_protected] = ACTIONS(3140), - [anon_sym_tailrec] = ACTIONS(3140), - [anon_sym_operator] = ACTIONS(3140), - [anon_sym_infix] = ACTIONS(3140), - [anon_sym_inline] = ACTIONS(3140), - [anon_sym_external] = ACTIONS(3140), - [sym_property_modifier] = ACTIONS(3140), - [anon_sym_abstract] = ACTIONS(3140), - [anon_sym_final] = ACTIONS(3140), - [anon_sym_open] = ACTIONS(3140), - [anon_sym_vararg] = ACTIONS(3140), - [anon_sym_noinline] = ACTIONS(3140), - [anon_sym_crossinline] = ACTIONS(3140), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3142), - [anon_sym_continue_AT] = ACTIONS(3142), - [anon_sym_break_AT] = ACTIONS(3142), - [anon_sym_this_AT] = ACTIONS(3142), - [anon_sym_super_AT] = ACTIONS(3142), - [sym_real_literal] = ACTIONS(3142), - [sym_integer_literal] = ACTIONS(3140), - [sym_hex_literal] = ACTIONS(3142), - [sym_bin_literal] = ACTIONS(3142), - [anon_sym_true] = ACTIONS(3140), - [anon_sym_false] = ACTIONS(3140), - [anon_sym_SQUOTE] = ACTIONS(3142), + [anon_sym_suspend] = ACTIONS(3146), + [anon_sym_sealed] = ACTIONS(3146), + [anon_sym_annotation] = ACTIONS(3146), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3146), + [anon_sym_lateinit] = ACTIONS(3146), + [anon_sym_public] = ACTIONS(3146), + [anon_sym_private] = ACTIONS(3146), + [anon_sym_internal] = ACTIONS(3146), + [anon_sym_protected] = ACTIONS(3146), + [anon_sym_tailrec] = ACTIONS(3146), + [anon_sym_operator] = ACTIONS(3146), + [anon_sym_infix] = ACTIONS(3146), + [anon_sym_inline] = ACTIONS(3146), + [anon_sym_external] = ACTIONS(3146), + [sym_property_modifier] = ACTIONS(3146), + [anon_sym_abstract] = ACTIONS(3146), + [anon_sym_final] = ACTIONS(3146), + [anon_sym_open] = ACTIONS(3146), + [anon_sym_vararg] = ACTIONS(3146), + [anon_sym_noinline] = ACTIONS(3146), + [anon_sym_crossinline] = ACTIONS(3146), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3148), + [anon_sym_continue_AT] = ACTIONS(3148), + [anon_sym_break_AT] = ACTIONS(3148), + [anon_sym_this_AT] = ACTIONS(3148), + [anon_sym_super_AT] = ACTIONS(3148), + [sym_real_literal] = ACTIONS(3148), + [sym_integer_literal] = ACTIONS(3146), + [sym_hex_literal] = ACTIONS(3148), + [sym_bin_literal] = ACTIONS(3148), + [anon_sym_true] = ACTIONS(3146), + [anon_sym_false] = ACTIONS(3146), + [anon_sym_SQUOTE] = ACTIONS(3148), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3142), + [sym__automatic_semicolon] = ACTIONS(3148), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3142), + [sym__string_start] = ACTIONS(3148), }, - [370] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [371] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3144), + [anon_sym_EQ] = ACTIONS(3150), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3146), + [anon_sym_RBRACE] = ACTIONS(3152), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3146), + [anon_sym_COMMA] = ACTIONS(3152), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_where] = ACTIONS(3144), - [anon_sym_object] = ACTIONS(3144), - [anon_sym_fun] = ACTIONS(3144), + [anon_sym_GT] = ACTIONS(1740), + [anon_sym_where] = ACTIONS(3150), + [anon_sym_object] = ACTIONS(3150), + [anon_sym_fun] = ACTIONS(3150), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3144), - [anon_sym_super] = ACTIONS(3144), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3150), + [anon_sym_super] = ACTIONS(3150), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1754), [anon_sym_DOT_DOT] = ACTIONS(1756), [anon_sym_QMARK_COLON] = ACTIONS(1758), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_null] = ACTIONS(3144), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_when] = ACTIONS(3144), - [anon_sym_try] = ACTIONS(3144), - [anon_sym_throw] = ACTIONS(3144), - [anon_sym_return] = ACTIONS(3144), - [anon_sym_continue] = ACTIONS(3144), - [anon_sym_break] = ACTIONS(3144), + [anon_sym_AMP_AMP] = ACTIONS(1760), + [anon_sym_PIPE_PIPE] = ACTIONS(1762), + [anon_sym_null] = ACTIONS(3150), + [anon_sym_if] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_when] = ACTIONS(3150), + [anon_sym_try] = ACTIONS(3150), + [anon_sym_throw] = ACTIONS(3150), + [anon_sym_return] = ACTIONS(3150), + [anon_sym_continue] = ACTIONS(3150), + [anon_sym_break] = ACTIONS(3150), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3146), - [anon_sym_DASH_EQ] = ACTIONS(3146), - [anon_sym_STAR_EQ] = ACTIONS(3146), - [anon_sym_SLASH_EQ] = ACTIONS(3146), - [anon_sym_PERCENT_EQ] = ACTIONS(3146), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), + [anon_sym_PLUS_EQ] = ACTIONS(3152), + [anon_sym_DASH_EQ] = ACTIONS(3152), + [anon_sym_STAR_EQ] = ACTIONS(3152), + [anon_sym_SLASH_EQ] = ACTIONS(3152), + [anon_sym_PERCENT_EQ] = ACTIONS(3152), + [anon_sym_BANG_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), + [anon_sym_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1768), + [anon_sym_LT_EQ] = ACTIONS(1770), + [anon_sym_GT_EQ] = ACTIONS(1770), [anon_sym_BANGin] = ACTIONS(1772), [anon_sym_is] = ACTIONS(1774), [anon_sym_BANGis] = ACTIONS(1776), @@ -92127,224 +92247,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3144), + [anon_sym_BANG] = ACTIONS(3150), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3144), - [anon_sym_sealed] = ACTIONS(3144), - [anon_sym_annotation] = ACTIONS(3144), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3144), - [anon_sym_lateinit] = ACTIONS(3144), - [anon_sym_public] = ACTIONS(3144), - [anon_sym_private] = ACTIONS(3144), - [anon_sym_internal] = ACTIONS(3144), - [anon_sym_protected] = ACTIONS(3144), - [anon_sym_tailrec] = ACTIONS(3144), - [anon_sym_operator] = ACTIONS(3144), - [anon_sym_infix] = ACTIONS(3144), - [anon_sym_inline] = ACTIONS(3144), - [anon_sym_external] = ACTIONS(3144), - [sym_property_modifier] = ACTIONS(3144), - [anon_sym_abstract] = ACTIONS(3144), - [anon_sym_final] = ACTIONS(3144), - [anon_sym_open] = ACTIONS(3144), - [anon_sym_vararg] = ACTIONS(3144), - [anon_sym_noinline] = ACTIONS(3144), - [anon_sym_crossinline] = ACTIONS(3144), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3146), - [anon_sym_continue_AT] = ACTIONS(3146), - [anon_sym_break_AT] = ACTIONS(3146), - [anon_sym_this_AT] = ACTIONS(3146), - [anon_sym_super_AT] = ACTIONS(3146), - [sym_real_literal] = ACTIONS(3146), - [sym_integer_literal] = ACTIONS(3144), - [sym_hex_literal] = ACTIONS(3146), - [sym_bin_literal] = ACTIONS(3146), - [anon_sym_true] = ACTIONS(3144), - [anon_sym_false] = ACTIONS(3144), - [anon_sym_SQUOTE] = ACTIONS(3146), + [anon_sym_suspend] = ACTIONS(3150), + [anon_sym_sealed] = ACTIONS(3150), + [anon_sym_annotation] = ACTIONS(3150), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3150), + [anon_sym_lateinit] = ACTIONS(3150), + [anon_sym_public] = ACTIONS(3150), + [anon_sym_private] = ACTIONS(3150), + [anon_sym_internal] = ACTIONS(3150), + [anon_sym_protected] = ACTIONS(3150), + [anon_sym_tailrec] = ACTIONS(3150), + [anon_sym_operator] = ACTIONS(3150), + [anon_sym_infix] = ACTIONS(3150), + [anon_sym_inline] = ACTIONS(3150), + [anon_sym_external] = ACTIONS(3150), + [sym_property_modifier] = ACTIONS(3150), + [anon_sym_abstract] = ACTIONS(3150), + [anon_sym_final] = ACTIONS(3150), + [anon_sym_open] = ACTIONS(3150), + [anon_sym_vararg] = ACTIONS(3150), + [anon_sym_noinline] = ACTIONS(3150), + [anon_sym_crossinline] = ACTIONS(3150), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3152), + [anon_sym_continue_AT] = ACTIONS(3152), + [anon_sym_break_AT] = ACTIONS(3152), + [anon_sym_this_AT] = ACTIONS(3152), + [anon_sym_super_AT] = ACTIONS(3152), + [sym_real_literal] = ACTIONS(3152), + [sym_integer_literal] = ACTIONS(3150), + [sym_hex_literal] = ACTIONS(3152), + [sym_bin_literal] = ACTIONS(3152), + [anon_sym_true] = ACTIONS(3150), + [anon_sym_false] = ACTIONS(3150), + [anon_sym_SQUOTE] = ACTIONS(3152), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3146), + [sym__automatic_semicolon] = ACTIONS(3152), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3146), - }, - [371] = { - [sym__expression] = STATE(2286), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2166), - [sym_annotation] = STATE(2166), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(371), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3148), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1143), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3152), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1582), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1143), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(3152), }, [372] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3156), + [anon_sym_EQ] = ACTIONS(3154), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3158), + [anon_sym_RBRACE] = ACTIONS(3156), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3156), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1740), - [anon_sym_where] = ACTIONS(3156), - [anon_sym_object] = ACTIONS(3156), - [anon_sym_fun] = ACTIONS(3156), + [anon_sym_where] = ACTIONS(3154), + [anon_sym_object] = ACTIONS(3154), + [anon_sym_fun] = ACTIONS(3154), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3156), - [anon_sym_super] = ACTIONS(3156), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3154), + [anon_sym_super] = ACTIONS(3154), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1754), @@ -92352,21 +92344,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1758), [anon_sym_AMP_AMP] = ACTIONS(1760), [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_null] = ACTIONS(3156), - [anon_sym_if] = ACTIONS(3156), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_when] = ACTIONS(3156), - [anon_sym_try] = ACTIONS(3156), - [anon_sym_throw] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3156), - [anon_sym_continue] = ACTIONS(3156), - [anon_sym_break] = ACTIONS(3156), + [anon_sym_null] = ACTIONS(3154), + [anon_sym_if] = ACTIONS(3154), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_when] = ACTIONS(3154), + [anon_sym_try] = ACTIONS(3154), + [anon_sym_throw] = ACTIONS(3154), + [anon_sym_return] = ACTIONS(3154), + [anon_sym_continue] = ACTIONS(3154), + [anon_sym_break] = ACTIONS(3154), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3158), - [anon_sym_DASH_EQ] = ACTIONS(3158), - [anon_sym_STAR_EQ] = ACTIONS(3158), - [anon_sym_SLASH_EQ] = ACTIONS(3158), - [anon_sym_PERCENT_EQ] = ACTIONS(3158), + [anon_sym_PLUS_EQ] = ACTIONS(3156), + [anon_sym_DASH_EQ] = ACTIONS(3156), + [anon_sym_STAR_EQ] = ACTIONS(3156), + [anon_sym_SLASH_EQ] = ACTIONS(3156), + [anon_sym_PERCENT_EQ] = ACTIONS(3156), [anon_sym_BANG_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), [anon_sym_EQ_EQ] = ACTIONS(1766), @@ -92383,127 +92375,127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3156), + [anon_sym_BANG] = ACTIONS(3154), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3156), - [anon_sym_sealed] = ACTIONS(3156), - [anon_sym_annotation] = ACTIONS(3156), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3156), - [anon_sym_lateinit] = ACTIONS(3156), - [anon_sym_public] = ACTIONS(3156), - [anon_sym_private] = ACTIONS(3156), - [anon_sym_internal] = ACTIONS(3156), - [anon_sym_protected] = ACTIONS(3156), - [anon_sym_tailrec] = ACTIONS(3156), - [anon_sym_operator] = ACTIONS(3156), - [anon_sym_infix] = ACTIONS(3156), - [anon_sym_inline] = ACTIONS(3156), - [anon_sym_external] = ACTIONS(3156), - [sym_property_modifier] = ACTIONS(3156), - [anon_sym_abstract] = ACTIONS(3156), - [anon_sym_final] = ACTIONS(3156), - [anon_sym_open] = ACTIONS(3156), - [anon_sym_vararg] = ACTIONS(3156), - [anon_sym_noinline] = ACTIONS(3156), - [anon_sym_crossinline] = ACTIONS(3156), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3158), - [anon_sym_continue_AT] = ACTIONS(3158), - [anon_sym_break_AT] = ACTIONS(3158), - [anon_sym_this_AT] = ACTIONS(3158), - [anon_sym_super_AT] = ACTIONS(3158), - [sym_real_literal] = ACTIONS(3158), - [sym_integer_literal] = ACTIONS(3156), - [sym_hex_literal] = ACTIONS(3158), - [sym_bin_literal] = ACTIONS(3158), - [anon_sym_true] = ACTIONS(3156), - [anon_sym_false] = ACTIONS(3156), - [anon_sym_SQUOTE] = ACTIONS(3158), + [anon_sym_suspend] = ACTIONS(3154), + [anon_sym_sealed] = ACTIONS(3154), + [anon_sym_annotation] = ACTIONS(3154), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3154), + [anon_sym_lateinit] = ACTIONS(3154), + [anon_sym_public] = ACTIONS(3154), + [anon_sym_private] = ACTIONS(3154), + [anon_sym_internal] = ACTIONS(3154), + [anon_sym_protected] = ACTIONS(3154), + [anon_sym_tailrec] = ACTIONS(3154), + [anon_sym_operator] = ACTIONS(3154), + [anon_sym_infix] = ACTIONS(3154), + [anon_sym_inline] = ACTIONS(3154), + [anon_sym_external] = ACTIONS(3154), + [sym_property_modifier] = ACTIONS(3154), + [anon_sym_abstract] = ACTIONS(3154), + [anon_sym_final] = ACTIONS(3154), + [anon_sym_open] = ACTIONS(3154), + [anon_sym_vararg] = ACTIONS(3154), + [anon_sym_noinline] = ACTIONS(3154), + [anon_sym_crossinline] = ACTIONS(3154), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3156), + [anon_sym_continue_AT] = ACTIONS(3156), + [anon_sym_break_AT] = ACTIONS(3156), + [anon_sym_this_AT] = ACTIONS(3156), + [anon_sym_super_AT] = ACTIONS(3156), + [sym_real_literal] = ACTIONS(3156), + [sym_integer_literal] = ACTIONS(3154), + [sym_hex_literal] = ACTIONS(3156), + [sym_bin_literal] = ACTIONS(3156), + [anon_sym_true] = ACTIONS(3154), + [anon_sym_false] = ACTIONS(3154), + [anon_sym_SQUOTE] = ACTIONS(3156), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3158), + [sym__automatic_semicolon] = ACTIONS(3156), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3158), + [sym__string_start] = ACTIONS(3156), }, [373] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3160), + [anon_sym_EQ] = ACTIONS(3158), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3162), + [anon_sym_RBRACE] = ACTIONS(3160), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3160), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), + [anon_sym_COMMA] = ACTIONS(3160), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(1740), + [anon_sym_where] = ACTIONS(3158), + [anon_sym_object] = ACTIONS(3158), + [anon_sym_fun] = ACTIONS(3158), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3160), - [anon_sym_super] = ACTIONS(3160), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3158), + [anon_sym_super] = ACTIONS(3158), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3160), + [anon_sym_in] = ACTIONS(1754), [anon_sym_DOT_DOT] = ACTIONS(1756), [anon_sym_QMARK_COLON] = ACTIONS(1758), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [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_AMP_AMP] = ACTIONS(1760), + [anon_sym_PIPE_PIPE] = ACTIONS(1762), + [anon_sym_null] = ACTIONS(3158), + [anon_sym_if] = ACTIONS(3158), + [anon_sym_else] = ACTIONS(3158), + [anon_sym_when] = ACTIONS(3158), + [anon_sym_try] = ACTIONS(3158), + [anon_sym_throw] = ACTIONS(3158), + [anon_sym_return] = ACTIONS(3158), + [anon_sym_continue] = ACTIONS(3158), + [anon_sym_break] = ACTIONS(3158), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3162), - [anon_sym_DASH_EQ] = ACTIONS(3162), - [anon_sym_STAR_EQ] = ACTIONS(3162), - [anon_sym_SLASH_EQ] = ACTIONS(3162), - [anon_sym_PERCENT_EQ] = ACTIONS(3162), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), + [anon_sym_PLUS_EQ] = ACTIONS(3160), + [anon_sym_DASH_EQ] = ACTIONS(3160), + [anon_sym_STAR_EQ] = ACTIONS(3160), + [anon_sym_SLASH_EQ] = ACTIONS(3160), + [anon_sym_PERCENT_EQ] = ACTIONS(3160), + [anon_sym_BANG_EQ] = ACTIONS(1766), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), + [anon_sym_EQ_EQ] = ACTIONS(1766), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1768), + [anon_sym_LT_EQ] = ACTIONS(1770), + [anon_sym_GT_EQ] = ACTIONS(1770), + [anon_sym_BANGin] = ACTIONS(1772), + [anon_sym_is] = ACTIONS(1774), + [anon_sym_BANGis] = ACTIONS(1776), [anon_sym_PLUS] = ACTIONS(1778), [anon_sym_DASH] = ACTIONS(1778), [anon_sym_SLASH] = ACTIONS(1750), @@ -92511,96 +92503,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3160), + [anon_sym_BANG] = ACTIONS(3158), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3160), - [anon_sym_sealed] = ACTIONS(3160), - [anon_sym_annotation] = ACTIONS(3160), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3160), - [anon_sym_lateinit] = ACTIONS(3160), - [anon_sym_public] = ACTIONS(3160), - [anon_sym_private] = ACTIONS(3160), - [anon_sym_internal] = ACTIONS(3160), - [anon_sym_protected] = ACTIONS(3160), - [anon_sym_tailrec] = ACTIONS(3160), - [anon_sym_operator] = ACTIONS(3160), - [anon_sym_infix] = ACTIONS(3160), - [anon_sym_inline] = ACTIONS(3160), - [anon_sym_external] = ACTIONS(3160), - [sym_property_modifier] = ACTIONS(3160), - [anon_sym_abstract] = ACTIONS(3160), - [anon_sym_final] = ACTIONS(3160), - [anon_sym_open] = ACTIONS(3160), - [anon_sym_vararg] = ACTIONS(3160), - [anon_sym_noinline] = ACTIONS(3160), - [anon_sym_crossinline] = ACTIONS(3160), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3162), - [anon_sym_continue_AT] = ACTIONS(3162), - [anon_sym_break_AT] = ACTIONS(3162), - [anon_sym_this_AT] = ACTIONS(3162), - [anon_sym_super_AT] = ACTIONS(3162), - [sym_real_literal] = ACTIONS(3162), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3162), - [sym_bin_literal] = ACTIONS(3162), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3162), + [anon_sym_suspend] = ACTIONS(3158), + [anon_sym_sealed] = ACTIONS(3158), + [anon_sym_annotation] = ACTIONS(3158), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3158), + [anon_sym_lateinit] = ACTIONS(3158), + [anon_sym_public] = ACTIONS(3158), + [anon_sym_private] = ACTIONS(3158), + [anon_sym_internal] = ACTIONS(3158), + [anon_sym_protected] = ACTIONS(3158), + [anon_sym_tailrec] = ACTIONS(3158), + [anon_sym_operator] = ACTIONS(3158), + [anon_sym_infix] = ACTIONS(3158), + [anon_sym_inline] = ACTIONS(3158), + [anon_sym_external] = ACTIONS(3158), + [sym_property_modifier] = ACTIONS(3158), + [anon_sym_abstract] = ACTIONS(3158), + [anon_sym_final] = ACTIONS(3158), + [anon_sym_open] = ACTIONS(3158), + [anon_sym_vararg] = ACTIONS(3158), + [anon_sym_noinline] = ACTIONS(3158), + [anon_sym_crossinline] = ACTIONS(3158), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3160), + [anon_sym_continue_AT] = ACTIONS(3160), + [anon_sym_break_AT] = ACTIONS(3160), + [anon_sym_this_AT] = ACTIONS(3160), + [anon_sym_super_AT] = ACTIONS(3160), + [sym_real_literal] = ACTIONS(3160), + [sym_integer_literal] = ACTIONS(3158), + [sym_hex_literal] = ACTIONS(3160), + [sym_bin_literal] = ACTIONS(3160), + [anon_sym_true] = ACTIONS(3158), + [anon_sym_false] = ACTIONS(3158), + [anon_sym_SQUOTE] = ACTIONS(3160), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3162), + [sym__automatic_semicolon] = ACTIONS(3160), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3162), + [sym__string_start] = ACTIONS(3160), }, [374] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3167), + [anon_sym_EQ] = ACTIONS(3162), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3169), + [anon_sym_RBRACE] = ACTIONS(3164), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3169), + [anon_sym_COMMA] = ACTIONS(3164), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1740), - [anon_sym_where] = ACTIONS(3167), - [anon_sym_object] = ACTIONS(3167), - [anon_sym_fun] = ACTIONS(3167), + [anon_sym_where] = ACTIONS(3162), + [anon_sym_object] = ACTIONS(3162), + [anon_sym_fun] = ACTIONS(3162), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3167), - [anon_sym_super] = ACTIONS(3167), + [anon_sym_SEMI] = ACTIONS(3164), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3162), + [anon_sym_super] = ACTIONS(3162), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1754), @@ -92608,21 +92600,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1758), [anon_sym_AMP_AMP] = ACTIONS(1760), [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_null] = ACTIONS(3167), - [anon_sym_if] = ACTIONS(3167), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_when] = ACTIONS(3167), - [anon_sym_try] = ACTIONS(3167), - [anon_sym_throw] = ACTIONS(3167), - [anon_sym_return] = ACTIONS(3167), - [anon_sym_continue] = ACTIONS(3167), - [anon_sym_break] = ACTIONS(3167), + [anon_sym_null] = ACTIONS(3162), + [anon_sym_if] = ACTIONS(3162), + [anon_sym_else] = ACTIONS(3162), + [anon_sym_when] = ACTIONS(3162), + [anon_sym_try] = ACTIONS(3162), + [anon_sym_throw] = ACTIONS(3162), + [anon_sym_return] = ACTIONS(3162), + [anon_sym_continue] = ACTIONS(3162), + [anon_sym_break] = ACTIONS(3162), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3169), - [anon_sym_DASH_EQ] = ACTIONS(3169), - [anon_sym_STAR_EQ] = ACTIONS(3169), - [anon_sym_SLASH_EQ] = ACTIONS(3169), - [anon_sym_PERCENT_EQ] = ACTIONS(3169), + [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(1766), [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), [anon_sym_EQ_EQ] = ACTIONS(1766), @@ -92639,96 +92631,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3167), + [anon_sym_BANG] = ACTIONS(3162), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3167), - [anon_sym_sealed] = ACTIONS(3167), - [anon_sym_annotation] = ACTIONS(3167), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3167), - [anon_sym_lateinit] = ACTIONS(3167), - [anon_sym_public] = ACTIONS(3167), - [anon_sym_private] = ACTIONS(3167), - [anon_sym_internal] = ACTIONS(3167), - [anon_sym_protected] = ACTIONS(3167), - [anon_sym_tailrec] = ACTIONS(3167), - [anon_sym_operator] = ACTIONS(3167), - [anon_sym_infix] = ACTIONS(3167), - [anon_sym_inline] = ACTIONS(3167), - [anon_sym_external] = ACTIONS(3167), - [sym_property_modifier] = ACTIONS(3167), - [anon_sym_abstract] = ACTIONS(3167), - [anon_sym_final] = ACTIONS(3167), - [anon_sym_open] = ACTIONS(3167), - [anon_sym_vararg] = ACTIONS(3167), - [anon_sym_noinline] = ACTIONS(3167), - [anon_sym_crossinline] = ACTIONS(3167), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3169), - [anon_sym_continue_AT] = ACTIONS(3169), - [anon_sym_break_AT] = ACTIONS(3169), - [anon_sym_this_AT] = ACTIONS(3169), - [anon_sym_super_AT] = ACTIONS(3169), - [sym_real_literal] = ACTIONS(3169), - [sym_integer_literal] = ACTIONS(3167), - [sym_hex_literal] = ACTIONS(3169), - [sym_bin_literal] = ACTIONS(3169), - [anon_sym_true] = ACTIONS(3167), - [anon_sym_false] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3169), + [anon_sym_suspend] = ACTIONS(3162), + [anon_sym_sealed] = ACTIONS(3162), + [anon_sym_annotation] = ACTIONS(3162), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3162), + [anon_sym_lateinit] = ACTIONS(3162), + [anon_sym_public] = ACTIONS(3162), + [anon_sym_private] = ACTIONS(3162), + [anon_sym_internal] = ACTIONS(3162), + [anon_sym_protected] = ACTIONS(3162), + [anon_sym_tailrec] = ACTIONS(3162), + [anon_sym_operator] = ACTIONS(3162), + [anon_sym_infix] = ACTIONS(3162), + [anon_sym_inline] = ACTIONS(3162), + [anon_sym_external] = ACTIONS(3162), + [sym_property_modifier] = ACTIONS(3162), + [anon_sym_abstract] = ACTIONS(3162), + [anon_sym_final] = ACTIONS(3162), + [anon_sym_open] = ACTIONS(3162), + [anon_sym_vararg] = ACTIONS(3162), + [anon_sym_noinline] = ACTIONS(3162), + [anon_sym_crossinline] = ACTIONS(3162), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3164), + [anon_sym_continue_AT] = ACTIONS(3164), + [anon_sym_break_AT] = ACTIONS(3164), + [anon_sym_this_AT] = ACTIONS(3164), + [anon_sym_super_AT] = ACTIONS(3164), + [sym_real_literal] = ACTIONS(3164), + [sym_integer_literal] = ACTIONS(3162), + [sym_hex_literal] = ACTIONS(3164), + [sym_bin_literal] = ACTIONS(3164), + [anon_sym_true] = ACTIONS(3162), + [anon_sym_false] = ACTIONS(3162), + [anon_sym_SQUOTE] = ACTIONS(3164), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3169), + [sym__automatic_semicolon] = ACTIONS(3164), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3169), + [sym__string_start] = ACTIONS(3164), }, [375] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3171), + [anon_sym_EQ] = ACTIONS(3166), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3173), + [anon_sym_RBRACE] = ACTIONS(3168), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3173), + [anon_sym_COMMA] = ACTIONS(3168), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1740), - [anon_sym_where] = ACTIONS(3171), - [anon_sym_object] = ACTIONS(3171), - [anon_sym_fun] = ACTIONS(3171), + [anon_sym_where] = ACTIONS(3166), + [anon_sym_object] = ACTIONS(3166), + [anon_sym_fun] = ACTIONS(3166), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3173), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3171), - [anon_sym_super] = ACTIONS(3171), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3166), + [anon_sym_super] = ACTIONS(3166), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1754), @@ -92736,21 +92728,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1758), [anon_sym_AMP_AMP] = ACTIONS(1760), [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_null] = ACTIONS(3171), - [anon_sym_if] = ACTIONS(3171), - [anon_sym_else] = ACTIONS(3171), - [anon_sym_when] = ACTIONS(3171), - [anon_sym_try] = ACTIONS(3171), - [anon_sym_throw] = ACTIONS(3171), - [anon_sym_return] = ACTIONS(3171), - [anon_sym_continue] = ACTIONS(3171), - [anon_sym_break] = ACTIONS(3171), + [anon_sym_null] = ACTIONS(3166), + [anon_sym_if] = ACTIONS(3166), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_when] = ACTIONS(3166), + [anon_sym_try] = ACTIONS(3166), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3166), + [anon_sym_continue] = ACTIONS(3166), + [anon_sym_break] = ACTIONS(3166), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3173), - [anon_sym_DASH_EQ] = ACTIONS(3173), - [anon_sym_STAR_EQ] = ACTIONS(3173), - [anon_sym_SLASH_EQ] = ACTIONS(3173), - [anon_sym_PERCENT_EQ] = ACTIONS(3173), + [anon_sym_PLUS_EQ] = ACTIONS(3168), + [anon_sym_DASH_EQ] = ACTIONS(3168), + [anon_sym_STAR_EQ] = ACTIONS(3168), + [anon_sym_SLASH_EQ] = ACTIONS(3168), + [anon_sym_PERCENT_EQ] = ACTIONS(3168), [anon_sym_BANG_EQ] = ACTIONS(1766), [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), [anon_sym_EQ_EQ] = ACTIONS(1766), @@ -92767,255 +92759,255 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3171), + [anon_sym_BANG] = ACTIONS(3166), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3171), - [anon_sym_sealed] = ACTIONS(3171), - [anon_sym_annotation] = ACTIONS(3171), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3171), - [anon_sym_lateinit] = ACTIONS(3171), - [anon_sym_public] = ACTIONS(3171), - [anon_sym_private] = ACTIONS(3171), - [anon_sym_internal] = ACTIONS(3171), - [anon_sym_protected] = ACTIONS(3171), - [anon_sym_tailrec] = ACTIONS(3171), - [anon_sym_operator] = ACTIONS(3171), - [anon_sym_infix] = ACTIONS(3171), - [anon_sym_inline] = ACTIONS(3171), - [anon_sym_external] = ACTIONS(3171), - [sym_property_modifier] = ACTIONS(3171), - [anon_sym_abstract] = ACTIONS(3171), - [anon_sym_final] = ACTIONS(3171), - [anon_sym_open] = ACTIONS(3171), - [anon_sym_vararg] = ACTIONS(3171), - [anon_sym_noinline] = ACTIONS(3171), - [anon_sym_crossinline] = ACTIONS(3171), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3173), - [anon_sym_continue_AT] = ACTIONS(3173), - [anon_sym_break_AT] = ACTIONS(3173), - [anon_sym_this_AT] = ACTIONS(3173), - [anon_sym_super_AT] = ACTIONS(3173), - [sym_real_literal] = ACTIONS(3173), - [sym_integer_literal] = ACTIONS(3171), - [sym_hex_literal] = ACTIONS(3173), - [sym_bin_literal] = ACTIONS(3173), - [anon_sym_true] = ACTIONS(3171), - [anon_sym_false] = ACTIONS(3171), - [anon_sym_SQUOTE] = ACTIONS(3173), + [anon_sym_suspend] = ACTIONS(3166), + [anon_sym_sealed] = ACTIONS(3166), + [anon_sym_annotation] = ACTIONS(3166), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3166), + [anon_sym_lateinit] = ACTIONS(3166), + [anon_sym_public] = ACTIONS(3166), + [anon_sym_private] = ACTIONS(3166), + [anon_sym_internal] = ACTIONS(3166), + [anon_sym_protected] = ACTIONS(3166), + [anon_sym_tailrec] = ACTIONS(3166), + [anon_sym_operator] = ACTIONS(3166), + [anon_sym_infix] = ACTIONS(3166), + [anon_sym_inline] = ACTIONS(3166), + [anon_sym_external] = ACTIONS(3166), + [sym_property_modifier] = ACTIONS(3166), + [anon_sym_abstract] = ACTIONS(3166), + [anon_sym_final] = ACTIONS(3166), + [anon_sym_open] = ACTIONS(3166), + [anon_sym_vararg] = ACTIONS(3166), + [anon_sym_noinline] = ACTIONS(3166), + [anon_sym_crossinline] = ACTIONS(3166), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3168), + [anon_sym_continue_AT] = ACTIONS(3168), + [anon_sym_break_AT] = ACTIONS(3168), + [anon_sym_this_AT] = ACTIONS(3168), + [anon_sym_super_AT] = ACTIONS(3168), + [sym_real_literal] = ACTIONS(3168), + [sym_integer_literal] = ACTIONS(3166), + [sym_hex_literal] = ACTIONS(3168), + [sym_bin_literal] = ACTIONS(3168), + [anon_sym_true] = ACTIONS(3166), + [anon_sym_false] = ACTIONS(3166), + [anon_sym_SQUOTE] = ACTIONS(3168), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3173), + [sym__automatic_semicolon] = ACTIONS(3168), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3173), + [sym__string_start] = ACTIONS(3168), }, [376] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(3175), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(1728), - [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3175), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_where] = ACTIONS(3175), - [anon_sym_object] = ACTIONS(3175), - [anon_sym_fun] = ACTIONS(3175), - [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_this] = ACTIONS(3175), - [anon_sym_super] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(1750), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(1756), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_null] = ACTIONS(3175), - [anon_sym_if] = ACTIONS(3175), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_when] = ACTIONS(3175), - [anon_sym_try] = ACTIONS(3175), - [anon_sym_throw] = ACTIONS(3175), - [anon_sym_return] = ACTIONS(3175), - [anon_sym_continue] = ACTIONS(3175), - [anon_sym_break] = ACTIONS(3175), - [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3177), - [anon_sym_DASH_EQ] = ACTIONS(3177), - [anon_sym_STAR_EQ] = ACTIONS(3177), - [anon_sym_SLASH_EQ] = ACTIONS(3177), - [anon_sym_PERCENT_EQ] = ACTIONS(3177), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(1778), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_SLASH] = ACTIONS(1750), - [anon_sym_PERCENT] = ACTIONS(1750), - [anon_sym_as_QMARK] = ACTIONS(1780), - [anon_sym_PLUS_PLUS] = ACTIONS(1782), - [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3175), - [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3175), - [anon_sym_sealed] = ACTIONS(3175), - [anon_sym_annotation] = ACTIONS(3175), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_override] = ACTIONS(3175), - [anon_sym_lateinit] = ACTIONS(3175), - [anon_sym_public] = ACTIONS(3175), - [anon_sym_private] = ACTIONS(3175), - [anon_sym_internal] = ACTIONS(3175), - [anon_sym_protected] = ACTIONS(3175), - [anon_sym_tailrec] = ACTIONS(3175), - [anon_sym_operator] = ACTIONS(3175), - [anon_sym_infix] = ACTIONS(3175), - [anon_sym_inline] = ACTIONS(3175), - [anon_sym_external] = ACTIONS(3175), - [sym_property_modifier] = ACTIONS(3175), - [anon_sym_abstract] = ACTIONS(3175), - [anon_sym_final] = ACTIONS(3175), - [anon_sym_open] = ACTIONS(3175), - [anon_sym_vararg] = ACTIONS(3175), - [anon_sym_noinline] = ACTIONS(3175), - [anon_sym_crossinline] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3177), - [anon_sym_continue_AT] = ACTIONS(3177), - [anon_sym_break_AT] = ACTIONS(3177), - [anon_sym_this_AT] = ACTIONS(3177), - [anon_sym_super_AT] = ACTIONS(3177), - [sym_real_literal] = ACTIONS(3177), - [sym_integer_literal] = ACTIONS(3175), - [sym_hex_literal] = ACTIONS(3177), - [sym_bin_literal] = ACTIONS(3177), - [anon_sym_true] = ACTIONS(3175), - [anon_sym_false] = ACTIONS(3175), - [anon_sym_SQUOTE] = ACTIONS(3177), - [sym__backtick_identifier] = ACTIONS(3177), - [sym__automatic_semicolon] = ACTIONS(3177), - [sym_safe_nav] = ACTIONS(1764), + [sym__expression] = STATE(4291), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1924), + [sym_annotation] = STATE(1924), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1606), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(71), + [anon_sym_DASH_DASH] = ACTIONS(71), + [anon_sym_BANG] = ACTIONS(69), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3177), + [sym__string_start] = ACTIONS(113), }, [377] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3182), + [anon_sym_EQ] = ACTIONS(3178), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3184), + [anon_sym_RBRACE] = ACTIONS(3180), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3184), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(1740), - [anon_sym_where] = ACTIONS(3182), - [anon_sym_object] = ACTIONS(3182), - [anon_sym_fun] = ACTIONS(3182), + [anon_sym_COMMA] = ACTIONS(3180), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_where] = ACTIONS(3178), + [anon_sym_object] = ACTIONS(3178), + [anon_sym_fun] = ACTIONS(3178), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3182), - [anon_sym_super] = ACTIONS(3182), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3178), + [anon_sym_super] = ACTIONS(3178), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(3178), [anon_sym_DOT_DOT] = ACTIONS(1756), - [anon_sym_QMARK_COLON] = ACTIONS(1758), - [anon_sym_AMP_AMP] = ACTIONS(1760), - [anon_sym_PIPE_PIPE] = ACTIONS(1762), - [anon_sym_null] = ACTIONS(3182), - [anon_sym_if] = ACTIONS(3182), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_when] = ACTIONS(3182), - [anon_sym_try] = ACTIONS(3182), - [anon_sym_throw] = ACTIONS(3182), - [anon_sym_return] = ACTIONS(3182), - [anon_sym_continue] = ACTIONS(3182), - [anon_sym_break] = ACTIONS(3182), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_null] = ACTIONS(3178), + [anon_sym_if] = ACTIONS(3178), + [anon_sym_else] = ACTIONS(3178), + [anon_sym_when] = ACTIONS(3178), + [anon_sym_try] = ACTIONS(3178), + [anon_sym_throw] = ACTIONS(3178), + [anon_sym_return] = ACTIONS(3178), + [anon_sym_continue] = ACTIONS(3178), + [anon_sym_break] = ACTIONS(3178), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3184), - [anon_sym_DASH_EQ] = ACTIONS(3184), - [anon_sym_STAR_EQ] = ACTIONS(3184), - [anon_sym_SLASH_EQ] = ACTIONS(3184), - [anon_sym_PERCENT_EQ] = ACTIONS(3184), - [anon_sym_BANG_EQ] = ACTIONS(1766), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1768), - [anon_sym_EQ_EQ] = ACTIONS(1766), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1768), - [anon_sym_LT_EQ] = ACTIONS(1770), - [anon_sym_GT_EQ] = ACTIONS(1770), - [anon_sym_BANGin] = ACTIONS(1772), - [anon_sym_is] = ACTIONS(1774), - [anon_sym_BANGis] = ACTIONS(1776), + [anon_sym_PLUS_EQ] = ACTIONS(3180), + [anon_sym_DASH_EQ] = ACTIONS(3180), + [anon_sym_STAR_EQ] = ACTIONS(3180), + [anon_sym_SLASH_EQ] = ACTIONS(3180), + [anon_sym_PERCENT_EQ] = ACTIONS(3180), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), [anon_sym_PLUS] = ACTIONS(1778), [anon_sym_DASH] = ACTIONS(1778), [anon_sym_SLASH] = ACTIONS(1750), @@ -93023,502 +93015,628 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3182), + [anon_sym_BANG] = ACTIONS(3178), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3182), - [anon_sym_sealed] = ACTIONS(3182), - [anon_sym_annotation] = ACTIONS(3182), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3182), - [anon_sym_lateinit] = ACTIONS(3182), - [anon_sym_public] = ACTIONS(3182), - [anon_sym_private] = ACTIONS(3182), - [anon_sym_internal] = ACTIONS(3182), - [anon_sym_protected] = ACTIONS(3182), - [anon_sym_tailrec] = ACTIONS(3182), - [anon_sym_operator] = ACTIONS(3182), - [anon_sym_infix] = ACTIONS(3182), - [anon_sym_inline] = ACTIONS(3182), - [anon_sym_external] = ACTIONS(3182), - [sym_property_modifier] = ACTIONS(3182), - [anon_sym_abstract] = ACTIONS(3182), - [anon_sym_final] = ACTIONS(3182), - [anon_sym_open] = ACTIONS(3182), - [anon_sym_vararg] = ACTIONS(3182), - [anon_sym_noinline] = ACTIONS(3182), - [anon_sym_crossinline] = ACTIONS(3182), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3184), - [anon_sym_continue_AT] = ACTIONS(3184), - [anon_sym_break_AT] = ACTIONS(3184), - [anon_sym_this_AT] = ACTIONS(3184), - [anon_sym_super_AT] = ACTIONS(3184), - [sym_real_literal] = ACTIONS(3184), - [sym_integer_literal] = ACTIONS(3182), - [sym_hex_literal] = ACTIONS(3184), - [sym_bin_literal] = ACTIONS(3184), - [anon_sym_true] = ACTIONS(3182), - [anon_sym_false] = ACTIONS(3182), - [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_suspend] = ACTIONS(3178), + [anon_sym_sealed] = ACTIONS(3178), + [anon_sym_annotation] = ACTIONS(3178), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3178), + [anon_sym_lateinit] = ACTIONS(3178), + [anon_sym_public] = ACTIONS(3178), + [anon_sym_private] = ACTIONS(3178), + [anon_sym_internal] = ACTIONS(3178), + [anon_sym_protected] = ACTIONS(3178), + [anon_sym_tailrec] = ACTIONS(3178), + [anon_sym_operator] = ACTIONS(3178), + [anon_sym_infix] = ACTIONS(3178), + [anon_sym_inline] = ACTIONS(3178), + [anon_sym_external] = ACTIONS(3178), + [sym_property_modifier] = ACTIONS(3178), + [anon_sym_abstract] = ACTIONS(3178), + [anon_sym_final] = ACTIONS(3178), + [anon_sym_open] = ACTIONS(3178), + [anon_sym_vararg] = ACTIONS(3178), + [anon_sym_noinline] = ACTIONS(3178), + [anon_sym_crossinline] = ACTIONS(3178), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3180), + [anon_sym_continue_AT] = ACTIONS(3180), + [anon_sym_break_AT] = ACTIONS(3180), + [anon_sym_this_AT] = ACTIONS(3180), + [anon_sym_super_AT] = ACTIONS(3180), + [sym_real_literal] = ACTIONS(3180), + [sym_integer_literal] = ACTIONS(3178), + [sym_hex_literal] = ACTIONS(3180), + [sym_bin_literal] = ACTIONS(3180), + [anon_sym_true] = ACTIONS(3178), + [anon_sym_false] = ACTIONS(3178), + [anon_sym_SQUOTE] = ACTIONS(3180), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3184), + [sym__automatic_semicolon] = ACTIONS(3180), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3184), + [sym__string_start] = ACTIONS(3180), }, [378] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(3186), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(1728), - [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3186), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_where] = ACTIONS(3186), - [anon_sym_object] = ACTIONS(3186), - [anon_sym_fun] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3188), - [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(1752), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [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(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3188), - [anon_sym_DASH_EQ] = ACTIONS(3188), - [anon_sym_STAR_EQ] = ACTIONS(3188), - [anon_sym_SLASH_EQ] = ACTIONS(3188), - [anon_sym_PERCENT_EQ] = ACTIONS(3188), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [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(1780), - [anon_sym_PLUS_PLUS] = ACTIONS(1782), - [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_BANG_BANG] = ACTIONS(1782), - [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_value] = 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(3188), - [anon_sym_continue_AT] = ACTIONS(3188), - [anon_sym_break_AT] = ACTIONS(3188), - [anon_sym_this_AT] = ACTIONS(3188), - [anon_sym_super_AT] = ACTIONS(3188), - [sym_real_literal] = ACTIONS(3188), - [sym_integer_literal] = ACTIONS(3186), - [sym_hex_literal] = ACTIONS(3188), - [sym_bin_literal] = ACTIONS(3188), - [anon_sym_true] = ACTIONS(3186), - [anon_sym_false] = ACTIONS(3186), - [anon_sym_SQUOTE] = ACTIONS(3188), - [sym__backtick_identifier] = ACTIONS(3188), - [sym__automatic_semicolon] = ACTIONS(3188), - [sym_safe_nav] = ACTIONS(1764), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3188), - }, - [379] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1968), - [sym__comparison_operator] = STATE(1967), - [sym__in_operator] = STATE(1959), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1953), - [sym__multiplicative_operator] = STATE(1943), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1929), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(3193), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1972), + [sym__comparison_operator] = STATE(1970), + [sym__in_operator] = STATE(1964), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1963), + [sym__multiplicative_operator] = STATE(1955), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1949), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(3185), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3193), + [anon_sym_EQ] = ACTIONS(3185), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3195), + [anon_sym_RBRACE] = ACTIONS(3187), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_where] = ACTIONS(3193), - [anon_sym_object] = ACTIONS(3193), - [anon_sym_fun] = ACTIONS(3193), + [anon_sym_COMMA] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_where] = ACTIONS(3185), + [anon_sym_object] = ACTIONS(3185), + [anon_sym_fun] = ACTIONS(3185), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_this] = ACTIONS(3193), - [anon_sym_super] = ACTIONS(3193), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_this] = ACTIONS(3185), + [anon_sym_super] = ACTIONS(3185), [anon_sym_STAR] = ACTIONS(1750), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_null] = ACTIONS(3193), - [anon_sym_if] = ACTIONS(3193), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_when] = ACTIONS(3193), - [anon_sym_try] = ACTIONS(3193), - [anon_sym_throw] = ACTIONS(3193), - [anon_sym_return] = ACTIONS(3193), - [anon_sym_continue] = ACTIONS(3193), - [anon_sym_break] = ACTIONS(3193), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_null] = ACTIONS(3185), + [anon_sym_if] = ACTIONS(3185), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_when] = ACTIONS(3185), + [anon_sym_try] = ACTIONS(3185), + [anon_sym_throw] = ACTIONS(3185), + [anon_sym_return] = ACTIONS(3185), + [anon_sym_continue] = ACTIONS(3185), + [anon_sym_break] = ACTIONS(3185), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3195), - [anon_sym_DASH_EQ] = ACTIONS(3195), - [anon_sym_STAR_EQ] = ACTIONS(3195), - [anon_sym_SLASH_EQ] = ACTIONS(3195), - [anon_sym_PERCENT_EQ] = ACTIONS(3195), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), + [anon_sym_PLUS_EQ] = ACTIONS(3187), + [anon_sym_DASH_EQ] = ACTIONS(3187), + [anon_sym_STAR_EQ] = ACTIONS(3187), + [anon_sym_SLASH_EQ] = ACTIONS(3187), + [anon_sym_PERCENT_EQ] = ACTIONS(3187), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), [anon_sym_SLASH] = ACTIONS(1750), [anon_sym_PERCENT] = ACTIONS(1750), [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_BANG] = ACTIONS(3185), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3193), - [anon_sym_sealed] = ACTIONS(3193), - [anon_sym_annotation] = ACTIONS(3193), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_override] = ACTIONS(3193), - [anon_sym_lateinit] = ACTIONS(3193), - [anon_sym_public] = ACTIONS(3193), - [anon_sym_private] = ACTIONS(3193), - [anon_sym_internal] = ACTIONS(3193), - [anon_sym_protected] = ACTIONS(3193), - [anon_sym_tailrec] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_infix] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym_external] = ACTIONS(3193), - [sym_property_modifier] = ACTIONS(3193), - [anon_sym_abstract] = ACTIONS(3193), - [anon_sym_final] = ACTIONS(3193), - [anon_sym_open] = ACTIONS(3193), - [anon_sym_vararg] = ACTIONS(3193), - [anon_sym_noinline] = ACTIONS(3193), - [anon_sym_crossinline] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3195), - [anon_sym_continue_AT] = ACTIONS(3195), - [anon_sym_break_AT] = ACTIONS(3195), - [anon_sym_this_AT] = ACTIONS(3195), - [anon_sym_super_AT] = ACTIONS(3195), - [sym_real_literal] = ACTIONS(3195), - [sym_integer_literal] = ACTIONS(3193), - [sym_hex_literal] = ACTIONS(3195), - [sym_bin_literal] = ACTIONS(3195), - [anon_sym_true] = ACTIONS(3193), - [anon_sym_false] = ACTIONS(3193), - [anon_sym_SQUOTE] = ACTIONS(3195), - [sym__backtick_identifier] = ACTIONS(3195), - [sym__automatic_semicolon] = ACTIONS(3195), + [anon_sym_suspend] = ACTIONS(3185), + [anon_sym_sealed] = ACTIONS(3185), + [anon_sym_annotation] = ACTIONS(3185), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_override] = ACTIONS(3185), + [anon_sym_lateinit] = ACTIONS(3185), + [anon_sym_public] = ACTIONS(3185), + [anon_sym_private] = ACTIONS(3185), + [anon_sym_internal] = ACTIONS(3185), + [anon_sym_protected] = ACTIONS(3185), + [anon_sym_tailrec] = ACTIONS(3185), + [anon_sym_operator] = ACTIONS(3185), + [anon_sym_infix] = ACTIONS(3185), + [anon_sym_inline] = ACTIONS(3185), + [anon_sym_external] = ACTIONS(3185), + [sym_property_modifier] = ACTIONS(3185), + [anon_sym_abstract] = ACTIONS(3185), + [anon_sym_final] = ACTIONS(3185), + [anon_sym_open] = ACTIONS(3185), + [anon_sym_vararg] = ACTIONS(3185), + [anon_sym_noinline] = ACTIONS(3185), + [anon_sym_crossinline] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3187), + [anon_sym_continue_AT] = ACTIONS(3187), + [anon_sym_break_AT] = ACTIONS(3187), + [anon_sym_this_AT] = ACTIONS(3187), + [anon_sym_super_AT] = ACTIONS(3187), + [sym_real_literal] = ACTIONS(3187), + [sym_integer_literal] = ACTIONS(3185), + [sym_hex_literal] = ACTIONS(3187), + [sym_bin_literal] = ACTIONS(3187), + [anon_sym_true] = ACTIONS(3185), + [anon_sym_false] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3187), + [sym__backtick_identifier] = ACTIONS(3187), + [sym__automatic_semicolon] = ACTIONS(3187), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3195), + [sym__string_start] = ACTIONS(3187), + }, + [379] = { + [sym__expression] = STATE(2284), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2162), + [sym_annotation] = STATE(2162), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(379), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3192), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1143), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3194), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3198), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1606), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1143), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), }, [380] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(3193), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3193), + [anon_sym_EQ] = ACTIONS(3162), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3195), + [anon_sym_RBRACE] = ACTIONS(3164), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_object] = ACTIONS(3193), - [anon_sym_fun] = ACTIONS(3193), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(1848), + [anon_sym_object] = ACTIONS(3162), + [anon_sym_fun] = ACTIONS(3162), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_this] = ACTIONS(3193), - [anon_sym_super] = ACTIONS(3193), + [anon_sym_SEMI] = ACTIONS(3164), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3162), + [anon_sym_super] = ACTIONS(3162), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_null] = ACTIONS(3193), - [anon_sym_if] = ACTIONS(3193), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_when] = ACTIONS(3193), - [anon_sym_try] = ACTIONS(3193), - [anon_sym_throw] = ACTIONS(3193), - [anon_sym_return] = ACTIONS(3193), - [anon_sym_continue] = ACTIONS(3193), - [anon_sym_break] = ACTIONS(3193), + [anon_sym_in] = ACTIONS(1858), + [anon_sym_DOT_DOT] = ACTIONS(1860), + [anon_sym_QMARK_COLON] = ACTIONS(1862), + [anon_sym_AMP_AMP] = ACTIONS(1864), + [anon_sym_PIPE_PIPE] = ACTIONS(1866), + [anon_sym_null] = ACTIONS(3162), + [anon_sym_if] = ACTIONS(3162), + [anon_sym_else] = ACTIONS(3162), + [anon_sym_when] = ACTIONS(3162), + [anon_sym_try] = ACTIONS(3162), + [anon_sym_throw] = ACTIONS(3162), + [anon_sym_return] = ACTIONS(3162), + [anon_sym_continue] = ACTIONS(3162), + [anon_sym_break] = ACTIONS(3162), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3195), - [anon_sym_DASH_EQ] = ACTIONS(3195), - [anon_sym_STAR_EQ] = ACTIONS(3195), - [anon_sym_SLASH_EQ] = ACTIONS(3195), - [anon_sym_PERCENT_EQ] = ACTIONS(3195), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), + [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(1868), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), + [anon_sym_EQ_EQ] = ACTIONS(1868), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1870), + [anon_sym_LT_EQ] = ACTIONS(1872), + [anon_sym_GT_EQ] = ACTIONS(1872), + [anon_sym_BANGin] = ACTIONS(1874), + [anon_sym_is] = ACTIONS(1774), + [anon_sym_BANGis] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1876), + [anon_sym_DASH] = ACTIONS(1876), [anon_sym_SLASH] = ACTIONS(1856), [anon_sym_PERCENT] = ACTIONS(1856), [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_BANG] = ACTIONS(3162), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3193), - [anon_sym_sealed] = ACTIONS(3193), - [anon_sym_annotation] = ACTIONS(3193), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_override] = ACTIONS(3193), - [anon_sym_lateinit] = ACTIONS(3193), - [anon_sym_public] = ACTIONS(3193), - [anon_sym_private] = ACTIONS(3193), - [anon_sym_internal] = ACTIONS(3193), - [anon_sym_protected] = ACTIONS(3193), - [anon_sym_tailrec] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_infix] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym_external] = ACTIONS(3193), - [sym_property_modifier] = ACTIONS(3193), - [anon_sym_abstract] = ACTIONS(3193), - [anon_sym_final] = ACTIONS(3193), - [anon_sym_open] = ACTIONS(3193), - [anon_sym_vararg] = ACTIONS(3193), - [anon_sym_noinline] = ACTIONS(3193), - [anon_sym_crossinline] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3195), - [anon_sym_continue_AT] = ACTIONS(3195), - [anon_sym_break_AT] = ACTIONS(3195), - [anon_sym_this_AT] = ACTIONS(3195), - [anon_sym_super_AT] = ACTIONS(3195), - [sym_real_literal] = ACTIONS(3195), - [sym_integer_literal] = ACTIONS(3193), - [sym_hex_literal] = ACTIONS(3195), - [sym_bin_literal] = ACTIONS(3195), - [anon_sym_true] = ACTIONS(3193), - [anon_sym_false] = ACTIONS(3193), - [anon_sym_SQUOTE] = ACTIONS(3195), - [sym__backtick_identifier] = ACTIONS(3195), - [sym__automatic_semicolon] = ACTIONS(3195), + [anon_sym_suspend] = ACTIONS(3162), + [anon_sym_sealed] = ACTIONS(3162), + [anon_sym_annotation] = ACTIONS(3162), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3162), + [anon_sym_lateinit] = ACTIONS(3162), + [anon_sym_public] = ACTIONS(3162), + [anon_sym_private] = ACTIONS(3162), + [anon_sym_internal] = ACTIONS(3162), + [anon_sym_protected] = ACTIONS(3162), + [anon_sym_tailrec] = ACTIONS(3162), + [anon_sym_operator] = ACTIONS(3162), + [anon_sym_infix] = ACTIONS(3162), + [anon_sym_inline] = ACTIONS(3162), + [anon_sym_external] = ACTIONS(3162), + [sym_property_modifier] = ACTIONS(3162), + [anon_sym_abstract] = ACTIONS(3162), + [anon_sym_final] = ACTIONS(3162), + [anon_sym_open] = ACTIONS(3162), + [anon_sym_vararg] = ACTIONS(3162), + [anon_sym_noinline] = ACTIONS(3162), + [anon_sym_crossinline] = ACTIONS(3162), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3164), + [anon_sym_continue_AT] = ACTIONS(3164), + [anon_sym_break_AT] = ACTIONS(3164), + [anon_sym_this_AT] = ACTIONS(3164), + [anon_sym_super_AT] = ACTIONS(3164), + [sym_real_literal] = ACTIONS(3164), + [sym_integer_literal] = ACTIONS(3162), + [sym_hex_literal] = ACTIONS(3164), + [sym_bin_literal] = ACTIONS(3164), + [anon_sym_true] = ACTIONS(3162), + [anon_sym_false] = ACTIONS(3162), + [anon_sym_SQUOTE] = ACTIONS(3164), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3164), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3195), + [sym__string_start] = ACTIONS(3164), }, [381] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [sym_primary_constructor] = STATE(2842), + [sym_class_body] = STATE(3172), + [sym__class_parameters] = STATE(3018), + [sym_type_parameters] = STATE(410), + [sym_type_constraints] = STATE(3014), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(3204), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_EQ] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(3212), + [anon_sym_COMMA] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(3214), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3200), + [anon_sym_fun] = ACTIONS(3200), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_this] = ACTIONS(3200), + [anon_sym_super] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_null] = ACTIONS(3200), + [anon_sym_if] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_when] = ACTIONS(3200), + [anon_sym_try] = ACTIONS(3200), + [anon_sym_throw] = ACTIONS(3200), + [anon_sym_return] = ACTIONS(3200), + [anon_sym_continue] = ACTIONS(3200), + [anon_sym_break] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_PLUS_EQ] = ACTIONS(3206), + [anon_sym_DASH_EQ] = ACTIONS(3206), + [anon_sym_STAR_EQ] = ACTIONS(3206), + [anon_sym_SLASH_EQ] = ACTIONS(3206), + [anon_sym_PERCENT_EQ] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3206), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3206), + [anon_sym_continue_AT] = ACTIONS(3206), + [anon_sym_break_AT] = ACTIONS(3206), + [anon_sym_this_AT] = ACTIONS(3206), + [anon_sym_super_AT] = ACTIONS(3206), + [sym_real_literal] = ACTIONS(3206), + [sym_integer_literal] = ACTIONS(3200), + [sym_hex_literal] = ACTIONS(3206), + [sym_bin_literal] = ACTIONS(3206), + [anon_sym_true] = ACTIONS(3200), + [anon_sym_false] = ACTIONS(3200), + [anon_sym_SQUOTE] = ACTIONS(3206), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3206), + }, + [382] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3088), + [anon_sym_EQ] = ACTIONS(3113), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_RBRACE] = ACTIONS(3115), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(3088), - [anon_sym_fun] = ACTIONS(3088), + [anon_sym_object] = ACTIONS(3113), + [anon_sym_fun] = ACTIONS(3113), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3088), - [anon_sym_super] = ACTIONS(3088), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3113), + [anon_sym_super] = ACTIONS(3113), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1858), [anon_sym_DOT_DOT] = ACTIONS(1860), [anon_sym_QMARK_COLON] = ACTIONS(1862), - [anon_sym_AMP_AMP] = ACTIONS(1864), - [anon_sym_PIPE_PIPE] = ACTIONS(1866), - [anon_sym_null] = ACTIONS(3088), - [anon_sym_if] = ACTIONS(3088), - [anon_sym_else] = ACTIONS(3088), - [anon_sym_when] = ACTIONS(3088), - [anon_sym_try] = ACTIONS(3088), - [anon_sym_throw] = ACTIONS(3088), - [anon_sym_return] = ACTIONS(3088), - [anon_sym_continue] = ACTIONS(3088), - [anon_sym_break] = ACTIONS(3088), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_null] = ACTIONS(3113), + [anon_sym_if] = ACTIONS(3113), + [anon_sym_else] = ACTIONS(3113), + [anon_sym_when] = ACTIONS(3113), + [anon_sym_try] = ACTIONS(3113), + [anon_sym_throw] = ACTIONS(3113), + [anon_sym_return] = ACTIONS(3113), + [anon_sym_continue] = ACTIONS(3113), + [anon_sym_break] = ACTIONS(3113), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3090), - [anon_sym_DASH_EQ] = ACTIONS(3090), - [anon_sym_STAR_EQ] = ACTIONS(3090), - [anon_sym_SLASH_EQ] = ACTIONS(3090), - [anon_sym_PERCENT_EQ] = ACTIONS(3090), - [anon_sym_BANG_EQ] = ACTIONS(1868), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), - [anon_sym_EQ_EQ] = ACTIONS(1868), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1870), + [anon_sym_PLUS_EQ] = ACTIONS(3115), + [anon_sym_DASH_EQ] = ACTIONS(3115), + [anon_sym_STAR_EQ] = ACTIONS(3115), + [anon_sym_SLASH_EQ] = ACTIONS(3115), + [anon_sym_PERCENT_EQ] = ACTIONS(3115), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), [anon_sym_LT_EQ] = ACTIONS(1872), [anon_sym_GT_EQ] = ACTIONS(1872), [anon_sym_BANGin] = ACTIONS(1874), @@ -93531,76 +93649,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3088), + [anon_sym_BANG] = ACTIONS(3113), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3088), - [anon_sym_sealed] = ACTIONS(3088), - [anon_sym_annotation] = ACTIONS(3088), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3088), - [anon_sym_lateinit] = ACTIONS(3088), - [anon_sym_public] = ACTIONS(3088), - [anon_sym_private] = ACTIONS(3088), - [anon_sym_internal] = ACTIONS(3088), - [anon_sym_protected] = ACTIONS(3088), - [anon_sym_tailrec] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_infix] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_external] = ACTIONS(3088), - [sym_property_modifier] = ACTIONS(3088), - [anon_sym_abstract] = ACTIONS(3088), - [anon_sym_final] = ACTIONS(3088), - [anon_sym_open] = ACTIONS(3088), - [anon_sym_vararg] = ACTIONS(3088), - [anon_sym_noinline] = ACTIONS(3088), - [anon_sym_crossinline] = ACTIONS(3088), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3113), + [anon_sym_sealed] = ACTIONS(3113), + [anon_sym_annotation] = ACTIONS(3113), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3113), + [anon_sym_lateinit] = ACTIONS(3113), + [anon_sym_public] = ACTIONS(3113), + [anon_sym_private] = ACTIONS(3113), + [anon_sym_internal] = ACTIONS(3113), + [anon_sym_protected] = ACTIONS(3113), + [anon_sym_tailrec] = ACTIONS(3113), + [anon_sym_operator] = ACTIONS(3113), + [anon_sym_infix] = ACTIONS(3113), + [anon_sym_inline] = ACTIONS(3113), + [anon_sym_external] = ACTIONS(3113), + [sym_property_modifier] = ACTIONS(3113), + [anon_sym_abstract] = ACTIONS(3113), + [anon_sym_final] = ACTIONS(3113), + [anon_sym_open] = ACTIONS(3113), + [anon_sym_vararg] = ACTIONS(3113), + [anon_sym_noinline] = ACTIONS(3113), + [anon_sym_crossinline] = ACTIONS(3113), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3090), - [anon_sym_continue_AT] = ACTIONS(3090), - [anon_sym_break_AT] = ACTIONS(3090), - [anon_sym_this_AT] = ACTIONS(3090), - [anon_sym_super_AT] = ACTIONS(3090), - [sym_real_literal] = ACTIONS(3090), - [sym_integer_literal] = ACTIONS(3088), - [sym_hex_literal] = ACTIONS(3090), - [sym_bin_literal] = ACTIONS(3090), - [anon_sym_true] = ACTIONS(3088), - [anon_sym_false] = ACTIONS(3088), - [anon_sym_SQUOTE] = ACTIONS(3090), + [anon_sym_return_AT] = ACTIONS(3115), + [anon_sym_continue_AT] = ACTIONS(3115), + [anon_sym_break_AT] = ACTIONS(3115), + [anon_sym_this_AT] = ACTIONS(3115), + [anon_sym_super_AT] = ACTIONS(3115), + [sym_real_literal] = ACTIONS(3115), + [sym_integer_literal] = ACTIONS(3113), + [sym_hex_literal] = ACTIONS(3115), + [sym_bin_literal] = ACTIONS(3115), + [anon_sym_true] = ACTIONS(3113), + [anon_sym_false] = ACTIONS(3113), + [anon_sym_SQUOTE] = ACTIONS(3115), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3090), + [sym__automatic_semicolon] = ACTIONS(3115), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3090), + [sym__string_start] = ACTIONS(3115), }, - [382] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [383] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), @@ -93610,13 +93728,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(3119), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(1848), + [anon_sym_GT] = ACTIONS(3117), [anon_sym_object] = ACTIONS(3117), [anon_sym_fun] = ACTIONS(3117), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_this] = ACTIONS(3117), [anon_sym_super] = ACTIONS(3117), [anon_sym_STAR] = ACTIONS(1856), @@ -93641,12 +93759,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_EQ] = ACTIONS(3119), [anon_sym_SLASH_EQ] = ACTIONS(3119), [anon_sym_PERCENT_EQ] = ACTIONS(3119), - [anon_sym_BANG_EQ] = ACTIONS(1868), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), - [anon_sym_EQ_EQ] = ACTIONS(1868), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1870), - [anon_sym_LT_EQ] = ACTIONS(1872), - [anon_sym_GT_EQ] = ACTIONS(1872), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), [anon_sym_BANGin] = ACTIONS(1874), [anon_sym_is] = ACTIONS(1774), [anon_sym_BANGis] = ACTIONS(1776), @@ -93662,9 +93780,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(3117), [anon_sym_sealed] = ACTIONS(3117), [anon_sym_annotation] = ACTIONS(3117), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), [anon_sym_override] = ACTIONS(3117), [anon_sym_lateinit] = ACTIONS(3117), [anon_sym_public] = ACTIONS(3117), @@ -93683,8 +93801,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(3117), [anon_sym_noinline] = ACTIONS(3117), [anon_sym_crossinline] = ACTIONS(3117), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(3119), [anon_sym_continue_AT] = ACTIONS(3119), @@ -93704,47 +93822,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3119), }, - [383] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [384] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1644), + [sym__multiplicative_operator] = STATE(1643), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1642), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_as] = ACTIONS(1730), + [anon_sym_EQ] = ACTIONS(3121), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_object] = ACTIONS(3121), + [anon_sym_fun] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(1742), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3121), + [anon_sym_super] = ACTIONS(3121), + [anon_sym_STAR] = ACTIONS(1856), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(1860), + [anon_sym_QMARK_COLON] = ACTIONS(1862), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_null] = ACTIONS(3121), + [anon_sym_if] = ACTIONS(3121), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_when] = ACTIONS(3121), + [anon_sym_try] = ACTIONS(3121), + [anon_sym_throw] = ACTIONS(3121), + [anon_sym_return] = ACTIONS(3121), + [anon_sym_continue] = ACTIONS(3121), + [anon_sym_break] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(1764), + [anon_sym_PLUS_EQ] = ACTIONS(3123), + [anon_sym_DASH_EQ] = ACTIONS(3123), + [anon_sym_STAR_EQ] = ACTIONS(3123), + [anon_sym_SLASH_EQ] = ACTIONS(3123), + [anon_sym_PERCENT_EQ] = ACTIONS(3123), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(1876), + [anon_sym_DASH] = ACTIONS(1876), + [anon_sym_SLASH] = ACTIONS(1856), + [anon_sym_PERCENT] = ACTIONS(1856), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_BANG_BANG] = ACTIONS(1782), + [anon_sym_suspend] = ACTIONS(3121), + [anon_sym_sealed] = ACTIONS(3121), + [anon_sym_annotation] = ACTIONS(3121), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3121), + [anon_sym_lateinit] = ACTIONS(3121), + [anon_sym_public] = ACTIONS(3121), + [anon_sym_private] = ACTIONS(3121), + [anon_sym_internal] = ACTIONS(3121), + [anon_sym_protected] = ACTIONS(3121), + [anon_sym_tailrec] = ACTIONS(3121), + [anon_sym_operator] = ACTIONS(3121), + [anon_sym_infix] = ACTIONS(3121), + [anon_sym_inline] = ACTIONS(3121), + [anon_sym_external] = ACTIONS(3121), + [sym_property_modifier] = ACTIONS(3121), + [anon_sym_abstract] = ACTIONS(3121), + [anon_sym_final] = ACTIONS(3121), + [anon_sym_open] = ACTIONS(3121), + [anon_sym_vararg] = ACTIONS(3121), + [anon_sym_noinline] = ACTIONS(3121), + [anon_sym_crossinline] = ACTIONS(3121), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3123), + [anon_sym_continue_AT] = ACTIONS(3123), + [anon_sym_break_AT] = ACTIONS(3123), + [anon_sym_this_AT] = ACTIONS(3123), + [anon_sym_super_AT] = ACTIONS(3123), + [sym_real_literal] = ACTIONS(3123), + [sym_integer_literal] = ACTIONS(3121), + [sym_hex_literal] = ACTIONS(3123), + [sym_bin_literal] = ACTIONS(3123), + [anon_sym_true] = ACTIONS(3121), + [anon_sym_false] = ACTIONS(3121), + [anon_sym_SQUOTE] = ACTIONS(3123), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3123), + [sym_safe_nav] = ACTIONS(1764), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3123), + }, + [385] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3167), + [anon_sym_EQ] = ACTIONS(3166), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3169), + [anon_sym_RBRACE] = ACTIONS(3168), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(3167), - [anon_sym_fun] = ACTIONS(3167), + [anon_sym_object] = ACTIONS(3166), + [anon_sym_fun] = ACTIONS(3166), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3167), - [anon_sym_super] = ACTIONS(3167), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3166), + [anon_sym_super] = ACTIONS(3166), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1858), @@ -93752,21 +93996,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1862), [anon_sym_AMP_AMP] = ACTIONS(1864), [anon_sym_PIPE_PIPE] = ACTIONS(1866), - [anon_sym_null] = ACTIONS(3167), - [anon_sym_if] = ACTIONS(3167), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_when] = ACTIONS(3167), - [anon_sym_try] = ACTIONS(3167), - [anon_sym_throw] = ACTIONS(3167), - [anon_sym_return] = ACTIONS(3167), - [anon_sym_continue] = ACTIONS(3167), - [anon_sym_break] = ACTIONS(3167), + [anon_sym_null] = ACTIONS(3166), + [anon_sym_if] = ACTIONS(3166), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_when] = ACTIONS(3166), + [anon_sym_try] = ACTIONS(3166), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3166), + [anon_sym_continue] = ACTIONS(3166), + [anon_sym_break] = ACTIONS(3166), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3169), - [anon_sym_DASH_EQ] = ACTIONS(3169), - [anon_sym_STAR_EQ] = ACTIONS(3169), - [anon_sym_SLASH_EQ] = ACTIONS(3169), - [anon_sym_PERCENT_EQ] = ACTIONS(3169), + [anon_sym_PLUS_EQ] = ACTIONS(3168), + [anon_sym_DASH_EQ] = ACTIONS(3168), + [anon_sym_STAR_EQ] = ACTIONS(3168), + [anon_sym_SLASH_EQ] = ACTIONS(3168), + [anon_sym_PERCENT_EQ] = ACTIONS(3168), [anon_sym_BANG_EQ] = ACTIONS(1868), [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), [anon_sym_EQ_EQ] = ACTIONS(1868), @@ -93783,80 +94027,206 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3167), + [anon_sym_BANG] = ACTIONS(3166), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3167), - [anon_sym_sealed] = ACTIONS(3167), - [anon_sym_annotation] = ACTIONS(3167), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3167), - [anon_sym_lateinit] = ACTIONS(3167), - [anon_sym_public] = ACTIONS(3167), - [anon_sym_private] = ACTIONS(3167), - [anon_sym_internal] = ACTIONS(3167), - [anon_sym_protected] = ACTIONS(3167), - [anon_sym_tailrec] = ACTIONS(3167), - [anon_sym_operator] = ACTIONS(3167), - [anon_sym_infix] = ACTIONS(3167), - [anon_sym_inline] = ACTIONS(3167), - [anon_sym_external] = ACTIONS(3167), - [sym_property_modifier] = ACTIONS(3167), - [anon_sym_abstract] = ACTIONS(3167), - [anon_sym_final] = ACTIONS(3167), - [anon_sym_open] = ACTIONS(3167), - [anon_sym_vararg] = ACTIONS(3167), - [anon_sym_noinline] = ACTIONS(3167), - [anon_sym_crossinline] = ACTIONS(3167), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3169), - [anon_sym_continue_AT] = ACTIONS(3169), - [anon_sym_break_AT] = ACTIONS(3169), - [anon_sym_this_AT] = ACTIONS(3169), - [anon_sym_super_AT] = ACTIONS(3169), - [sym_real_literal] = ACTIONS(3169), - [sym_integer_literal] = ACTIONS(3167), - [sym_hex_literal] = ACTIONS(3169), - [sym_bin_literal] = ACTIONS(3169), - [anon_sym_true] = ACTIONS(3167), - [anon_sym_false] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3169), + [anon_sym_suspend] = ACTIONS(3166), + [anon_sym_sealed] = ACTIONS(3166), + [anon_sym_annotation] = ACTIONS(3166), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3166), + [anon_sym_lateinit] = ACTIONS(3166), + [anon_sym_public] = ACTIONS(3166), + [anon_sym_private] = ACTIONS(3166), + [anon_sym_internal] = ACTIONS(3166), + [anon_sym_protected] = ACTIONS(3166), + [anon_sym_tailrec] = ACTIONS(3166), + [anon_sym_operator] = ACTIONS(3166), + [anon_sym_infix] = ACTIONS(3166), + [anon_sym_inline] = ACTIONS(3166), + [anon_sym_external] = ACTIONS(3166), + [sym_property_modifier] = ACTIONS(3166), + [anon_sym_abstract] = ACTIONS(3166), + [anon_sym_final] = ACTIONS(3166), + [anon_sym_open] = ACTIONS(3166), + [anon_sym_vararg] = ACTIONS(3166), + [anon_sym_noinline] = ACTIONS(3166), + [anon_sym_crossinline] = ACTIONS(3166), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3168), + [anon_sym_continue_AT] = ACTIONS(3168), + [anon_sym_break_AT] = ACTIONS(3168), + [anon_sym_this_AT] = ACTIONS(3168), + [anon_sym_super_AT] = ACTIONS(3168), + [sym_real_literal] = ACTIONS(3168), + [sym_integer_literal] = ACTIONS(3166), + [sym_hex_literal] = ACTIONS(3168), + [sym_bin_literal] = ACTIONS(3168), + [anon_sym_true] = ACTIONS(3166), + [anon_sym_false] = ACTIONS(3166), + [anon_sym_SQUOTE] = ACTIONS(3168), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3169), + [sym__automatic_semicolon] = ACTIONS(3168), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3169), + [sym__string_start] = ACTIONS(3168), }, - [384] = { - [sym_primary_constructor] = STATE(853), - [sym_class_body] = STATE(1023), - [sym__class_parameters] = STATE(936), - [sym_type_parameters] = STATE(420), - [sym_type_constraints] = STATE(939), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [386] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1644), + [sym__multiplicative_operator] = STATE(1643), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1642), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(3128), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_as] = ACTIONS(1730), + [anon_sym_EQ] = ACTIONS(3128), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_object] = ACTIONS(3128), + [anon_sym_fun] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(1742), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_this] = ACTIONS(3128), + [anon_sym_super] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(1856), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_null] = ACTIONS(3128), + [anon_sym_if] = ACTIONS(3128), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_when] = ACTIONS(3128), + [anon_sym_try] = ACTIONS(3128), + [anon_sym_throw] = ACTIONS(3128), + [anon_sym_return] = ACTIONS(3128), + [anon_sym_continue] = ACTIONS(3128), + [anon_sym_break] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(1764), + [anon_sym_PLUS_EQ] = ACTIONS(3130), + [anon_sym_DASH_EQ] = ACTIONS(3130), + [anon_sym_STAR_EQ] = ACTIONS(3130), + [anon_sym_SLASH_EQ] = ACTIONS(3130), + [anon_sym_PERCENT_EQ] = ACTIONS(3130), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(1856), + [anon_sym_PERCENT] = ACTIONS(1856), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(3128), + [anon_sym_BANG_BANG] = ACTIONS(1782), + [anon_sym_suspend] = ACTIONS(3128), + [anon_sym_sealed] = ACTIONS(3128), + [anon_sym_annotation] = ACTIONS(3128), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_override] = ACTIONS(3128), + [anon_sym_lateinit] = ACTIONS(3128), + [anon_sym_public] = ACTIONS(3128), + [anon_sym_private] = ACTIONS(3128), + [anon_sym_internal] = ACTIONS(3128), + [anon_sym_protected] = ACTIONS(3128), + [anon_sym_tailrec] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_infix] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym_external] = ACTIONS(3128), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3128), + [anon_sym_final] = ACTIONS(3128), + [anon_sym_open] = ACTIONS(3128), + [anon_sym_vararg] = ACTIONS(3128), + [anon_sym_noinline] = ACTIONS(3128), + [anon_sym_crossinline] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3130), + [anon_sym_continue_AT] = ACTIONS(3130), + [anon_sym_break_AT] = ACTIONS(3130), + [anon_sym_this_AT] = ACTIONS(3130), + [anon_sym_super_AT] = ACTIONS(3130), + [sym_real_literal] = ACTIONS(3130), + [sym_integer_literal] = ACTIONS(3128), + [sym_hex_literal] = ACTIONS(3130), + [sym_bin_literal] = ACTIONS(3130), + [anon_sym_true] = ACTIONS(3128), + [anon_sym_false] = ACTIONS(3128), + [anon_sym_SQUOTE] = ACTIONS(3130), + [sym__backtick_identifier] = ACTIONS(3130), + [sym__automatic_semicolon] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(1764), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3130), + }, + [387] = { + [sym_primary_constructor] = STATE(2843), + [sym__class_parameters] = STATE(3018), + [sym_type_parameters] = STATE(414), + [sym_type_constraints] = STATE(2985), + [sym_enum_class_body] = STATE(3172), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3204), + [anon_sym_COLON] = ACTIONS(3234), [anon_sym_LBRACK] = ACTIONS(3206), [anon_sym_as] = ACTIONS(3200), [anon_sym_EQ] = ACTIONS(3200), [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_LBRACE] = ACTIONS(3236), [anon_sym_RBRACE] = ACTIONS(3206), [anon_sym_LPAREN] = ACTIONS(3212), [anon_sym_COMMA] = ACTIONS(3206), @@ -93956,78 +94326,204 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3206), }, - [385] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [388] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(1724), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(3135), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3182), + [anon_sym_EQ] = ACTIONS(3135), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3184), + [anon_sym_RBRACE] = ACTIONS(3137), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(3182), - [anon_sym_fun] = ACTIONS(3182), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_object] = ACTIONS(3135), + [anon_sym_fun] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(1742), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_this] = ACTIONS(3135), + [anon_sym_super] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3135), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_null] = ACTIONS(3135), + [anon_sym_if] = ACTIONS(3135), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_when] = ACTIONS(3135), + [anon_sym_try] = ACTIONS(3135), + [anon_sym_throw] = ACTIONS(3135), + [anon_sym_return] = ACTIONS(3135), + [anon_sym_continue] = ACTIONS(3135), + [anon_sym_break] = ACTIONS(3135), + [anon_sym_COLON_COLON] = ACTIONS(1764), + [anon_sym_PLUS_EQ] = ACTIONS(3137), + [anon_sym_DASH_EQ] = ACTIONS(3137), + [anon_sym_STAR_EQ] = ACTIONS(3137), + [anon_sym_SLASH_EQ] = ACTIONS(3137), + [anon_sym_PERCENT_EQ] = ACTIONS(3137), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3135), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(3135), + [anon_sym_BANG_BANG] = ACTIONS(1782), + [anon_sym_suspend] = ACTIONS(3135), + [anon_sym_sealed] = ACTIONS(3135), + [anon_sym_annotation] = ACTIONS(3135), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_override] = ACTIONS(3135), + [anon_sym_lateinit] = ACTIONS(3135), + [anon_sym_public] = ACTIONS(3135), + [anon_sym_private] = ACTIONS(3135), + [anon_sym_internal] = ACTIONS(3135), + [anon_sym_protected] = ACTIONS(3135), + [anon_sym_tailrec] = ACTIONS(3135), + [anon_sym_operator] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_inline] = ACTIONS(3135), + [anon_sym_external] = ACTIONS(3135), + [sym_property_modifier] = ACTIONS(3135), + [anon_sym_abstract] = ACTIONS(3135), + [anon_sym_final] = ACTIONS(3135), + [anon_sym_open] = ACTIONS(3135), + [anon_sym_vararg] = ACTIONS(3135), + [anon_sym_noinline] = ACTIONS(3135), + [anon_sym_crossinline] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3137), + [anon_sym_continue_AT] = ACTIONS(3137), + [anon_sym_break_AT] = ACTIONS(3137), + [anon_sym_this_AT] = ACTIONS(3137), + [anon_sym_super_AT] = ACTIONS(3137), + [sym_real_literal] = ACTIONS(3137), + [sym_integer_literal] = ACTIONS(3135), + [sym_hex_literal] = ACTIONS(3137), + [sym_bin_literal] = ACTIONS(3137), + [anon_sym_true] = ACTIONS(3135), + [anon_sym_false] = ACTIONS(3135), + [anon_sym_SQUOTE] = ACTIONS(3137), + [sym__backtick_identifier] = ACTIONS(3137), + [sym__automatic_semicolon] = ACTIONS(3137), + [sym_safe_nav] = ACTIONS(1764), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3137), + }, + [389] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1644), + [sym__multiplicative_operator] = STATE(1643), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1642), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(3088), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_as] = ACTIONS(1730), + [anon_sym_EQ] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_object] = ACTIONS(3088), + [anon_sym_fun] = ACTIONS(3088), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3182), - [anon_sym_super] = ACTIONS(3182), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_this] = ACTIONS(3088), + [anon_sym_super] = ACTIONS(3088), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1858), + [anon_sym_in] = ACTIONS(3088), [anon_sym_DOT_DOT] = ACTIONS(1860), - [anon_sym_QMARK_COLON] = ACTIONS(1862), - [anon_sym_AMP_AMP] = ACTIONS(1864), - [anon_sym_PIPE_PIPE] = ACTIONS(1866), - [anon_sym_null] = ACTIONS(3182), - [anon_sym_if] = ACTIONS(3182), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_when] = ACTIONS(3182), - [anon_sym_try] = ACTIONS(3182), - [anon_sym_throw] = ACTIONS(3182), - [anon_sym_return] = ACTIONS(3182), - [anon_sym_continue] = ACTIONS(3182), - [anon_sym_break] = ACTIONS(3182), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_null] = ACTIONS(3088), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_else] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(3088), + [anon_sym_try] = ACTIONS(3088), + [anon_sym_throw] = ACTIONS(3088), + [anon_sym_return] = ACTIONS(3088), + [anon_sym_continue] = ACTIONS(3088), + [anon_sym_break] = ACTIONS(3088), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3184), - [anon_sym_DASH_EQ] = ACTIONS(3184), - [anon_sym_STAR_EQ] = ACTIONS(3184), - [anon_sym_SLASH_EQ] = ACTIONS(3184), - [anon_sym_PERCENT_EQ] = ACTIONS(3184), - [anon_sym_BANG_EQ] = ACTIONS(1868), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), - [anon_sym_EQ_EQ] = ACTIONS(1868), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1870), - [anon_sym_LT_EQ] = ACTIONS(1872), - [anon_sym_GT_EQ] = ACTIONS(1872), - [anon_sym_BANGin] = ACTIONS(1874), - [anon_sym_is] = ACTIONS(1774), - [anon_sym_BANGis] = ACTIONS(1776), + [anon_sym_PLUS_EQ] = ACTIONS(3090), + [anon_sym_DASH_EQ] = ACTIONS(3090), + [anon_sym_STAR_EQ] = ACTIONS(3090), + [anon_sym_SLASH_EQ] = ACTIONS(3090), + [anon_sym_PERCENT_EQ] = ACTIONS(3090), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), [anon_sym_PLUS] = ACTIONS(1876), [anon_sym_DASH] = ACTIONS(1876), [anon_sym_SLASH] = ACTIONS(1856), @@ -94035,260 +94531,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3182), + [anon_sym_BANG] = ACTIONS(3088), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3182), - [anon_sym_sealed] = ACTIONS(3182), - [anon_sym_annotation] = ACTIONS(3182), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3182), - [anon_sym_lateinit] = ACTIONS(3182), - [anon_sym_public] = ACTIONS(3182), - [anon_sym_private] = ACTIONS(3182), - [anon_sym_internal] = ACTIONS(3182), - [anon_sym_protected] = ACTIONS(3182), - [anon_sym_tailrec] = ACTIONS(3182), - [anon_sym_operator] = ACTIONS(3182), - [anon_sym_infix] = ACTIONS(3182), - [anon_sym_inline] = ACTIONS(3182), - [anon_sym_external] = ACTIONS(3182), - [sym_property_modifier] = ACTIONS(3182), - [anon_sym_abstract] = ACTIONS(3182), - [anon_sym_final] = ACTIONS(3182), - [anon_sym_open] = ACTIONS(3182), - [anon_sym_vararg] = ACTIONS(3182), - [anon_sym_noinline] = ACTIONS(3182), - [anon_sym_crossinline] = ACTIONS(3182), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3184), - [anon_sym_continue_AT] = ACTIONS(3184), - [anon_sym_break_AT] = ACTIONS(3184), - [anon_sym_this_AT] = ACTIONS(3184), - [anon_sym_super_AT] = ACTIONS(3184), - [sym_real_literal] = ACTIONS(3184), - [sym_integer_literal] = ACTIONS(3182), - [sym_hex_literal] = ACTIONS(3184), - [sym_bin_literal] = ACTIONS(3184), - [anon_sym_true] = ACTIONS(3182), - [anon_sym_false] = ACTIONS(3182), - [anon_sym_SQUOTE] = ACTIONS(3184), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3184), + [anon_sym_suspend] = ACTIONS(3088), + [anon_sym_sealed] = ACTIONS(3088), + [anon_sym_annotation] = ACTIONS(3088), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_override] = ACTIONS(3088), + [anon_sym_lateinit] = ACTIONS(3088), + [anon_sym_public] = ACTIONS(3088), + [anon_sym_private] = ACTIONS(3088), + [anon_sym_internal] = ACTIONS(3088), + [anon_sym_protected] = ACTIONS(3088), + [anon_sym_tailrec] = ACTIONS(3088), + [anon_sym_operator] = ACTIONS(3088), + [anon_sym_infix] = ACTIONS(3088), + [anon_sym_inline] = ACTIONS(3088), + [anon_sym_external] = ACTIONS(3088), + [sym_property_modifier] = ACTIONS(3088), + [anon_sym_abstract] = ACTIONS(3088), + [anon_sym_final] = ACTIONS(3088), + [anon_sym_open] = ACTIONS(3088), + [anon_sym_vararg] = ACTIONS(3088), + [anon_sym_noinline] = ACTIONS(3088), + [anon_sym_crossinline] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3090), + [anon_sym_continue_AT] = ACTIONS(3090), + [anon_sym_break_AT] = ACTIONS(3090), + [anon_sym_this_AT] = ACTIONS(3090), + [anon_sym_super_AT] = ACTIONS(3090), + [sym_real_literal] = ACTIONS(3090), + [sym_integer_literal] = ACTIONS(3088), + [sym_hex_literal] = ACTIONS(3090), + [sym_bin_literal] = ACTIONS(3090), + [anon_sym_true] = ACTIONS(3088), + [anon_sym_false] = ACTIONS(3088), + [anon_sym_SQUOTE] = ACTIONS(3090), + [sym__backtick_identifier] = ACTIONS(3090), + [sym__automatic_semicolon] = ACTIONS(3090), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3184), - }, - [386] = { - [sym_primary_constructor] = STATE(850), - [sym__class_parameters] = STATE(936), - [sym_type_parameters] = STATE(415), - [sym_type_constraints] = STATE(946), - [sym_enum_class_body] = STATE(1186), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3236), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3234), - [anon_sym_fun] = ACTIONS(3234), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_this] = ACTIONS(3234), - [anon_sym_super] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3234), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_null] = ACTIONS(3234), - [anon_sym_if] = ACTIONS(3234), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_when] = ACTIONS(3234), - [anon_sym_try] = ACTIONS(3234), - [anon_sym_throw] = ACTIONS(3234), - [anon_sym_return] = ACTIONS(3234), - [anon_sym_continue] = ACTIONS(3234), - [anon_sym_break] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG] = ACTIONS(3234), - [anon_sym_BANG_BANG] = ACTIONS(3238), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3238), - [anon_sym_continue_AT] = ACTIONS(3238), - [anon_sym_break_AT] = ACTIONS(3238), - [anon_sym_this_AT] = ACTIONS(3238), - [anon_sym_super_AT] = ACTIONS(3238), - [sym_real_literal] = ACTIONS(3238), - [sym_integer_literal] = ACTIONS(3234), - [sym_hex_literal] = ACTIONS(3238), - [sym_bin_literal] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3234), - [anon_sym_false] = ACTIONS(3234), - [anon_sym_SQUOTE] = ACTIONS(3238), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3238), + [sym__string_start] = ACTIONS(3090), }, - [387] = { - [sym_primary_constructor] = STATE(835), - [sym_class_body] = STATE(1186), - [sym__class_parameters] = STATE(936), - [sym_type_parameters] = STATE(414), - [sym_type_constraints] = STATE(983), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [390] = { + [sym_primary_constructor] = STATE(842), + [sym__class_parameters] = STATE(935), + [sym_type_parameters] = STATE(416), + [sym_type_constraints] = STATE(973), + [sym_enum_class_body] = STATE(1100), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3242), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_COMMA] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(3240), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_EQ] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_COMMA] = ACTIONS(3242), [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3234), - [anon_sym_fun] = ACTIONS(3234), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_this] = ACTIONS(3234), - [anon_sym_super] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3234), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_null] = ACTIONS(3234), - [anon_sym_if] = ACTIONS(3234), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_when] = ACTIONS(3234), - [anon_sym_try] = ACTIONS(3234), - [anon_sym_throw] = ACTIONS(3234), - [anon_sym_return] = ACTIONS(3234), - [anon_sym_continue] = ACTIONS(3234), - [anon_sym_break] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG] = ACTIONS(3234), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3238), + [anon_sym_fun] = ACTIONS(3238), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_this] = ACTIONS(3238), + [anon_sym_super] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3238), + [sym_label] = ACTIONS(3238), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_if] = ACTIONS(3238), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_when] = ACTIONS(3238), + [anon_sym_try] = ACTIONS(3238), + [anon_sym_throw] = ACTIONS(3238), + [anon_sym_return] = ACTIONS(3238), + [anon_sym_continue] = ACTIONS(3238), + [anon_sym_break] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_PLUS_EQ] = ACTIONS(3242), + [anon_sym_DASH_EQ] = ACTIONS(3242), + [anon_sym_STAR_EQ] = ACTIONS(3242), + [anon_sym_SLASH_EQ] = ACTIONS(3242), + [anon_sym_PERCENT_EQ] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3238), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG] = ACTIONS(3238), + [anon_sym_BANG_BANG] = ACTIONS(3242), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -94316,213 +94686,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3238), - [anon_sym_continue_AT] = ACTIONS(3238), - [anon_sym_break_AT] = ACTIONS(3238), - [anon_sym_this_AT] = ACTIONS(3238), - [anon_sym_super_AT] = ACTIONS(3238), - [sym_real_literal] = ACTIONS(3238), - [sym_integer_literal] = ACTIONS(3234), - [sym_hex_literal] = ACTIONS(3238), - [sym_bin_literal] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3234), - [anon_sym_false] = ACTIONS(3234), - [anon_sym_SQUOTE] = ACTIONS(3238), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3238), - }, - [388] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1644), - [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(1728), - [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3160), - [anon_sym_super] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(1856), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(1860), - [anon_sym_QMARK_COLON] = ACTIONS(1862), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [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(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3162), - [anon_sym_DASH_EQ] = ACTIONS(3162), - [anon_sym_STAR_EQ] = ACTIONS(3162), - [anon_sym_SLASH_EQ] = ACTIONS(3162), - [anon_sym_PERCENT_EQ] = ACTIONS(3162), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(1876), - [anon_sym_DASH] = ACTIONS(1876), - [anon_sym_SLASH] = ACTIONS(1856), - [anon_sym_PERCENT] = ACTIONS(1856), - [anon_sym_as_QMARK] = ACTIONS(1780), - [anon_sym_PLUS_PLUS] = ACTIONS(1782), - [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3160), - [anon_sym_sealed] = ACTIONS(3160), - [anon_sym_annotation] = ACTIONS(3160), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3160), - [anon_sym_lateinit] = ACTIONS(3160), - [anon_sym_public] = ACTIONS(3160), - [anon_sym_private] = ACTIONS(3160), - [anon_sym_internal] = ACTIONS(3160), - [anon_sym_protected] = ACTIONS(3160), - [anon_sym_tailrec] = ACTIONS(3160), - [anon_sym_operator] = ACTIONS(3160), - [anon_sym_infix] = ACTIONS(3160), - [anon_sym_inline] = ACTIONS(3160), - [anon_sym_external] = ACTIONS(3160), - [sym_property_modifier] = ACTIONS(3160), - [anon_sym_abstract] = ACTIONS(3160), - [anon_sym_final] = ACTIONS(3160), - [anon_sym_open] = ACTIONS(3160), - [anon_sym_vararg] = ACTIONS(3160), - [anon_sym_noinline] = ACTIONS(3160), - [anon_sym_crossinline] = ACTIONS(3160), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3162), - [anon_sym_continue_AT] = ACTIONS(3162), - [anon_sym_break_AT] = ACTIONS(3162), - [anon_sym_this_AT] = ACTIONS(3162), - [anon_sym_super_AT] = ACTIONS(3162), - [sym_real_literal] = ACTIONS(3162), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3162), - [sym_bin_literal] = ACTIONS(3162), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3162), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3162), - [sym_safe_nav] = ACTIONS(1764), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3162), + [anon_sym_return_AT] = ACTIONS(3242), + [anon_sym_continue_AT] = ACTIONS(3242), + [anon_sym_break_AT] = ACTIONS(3242), + [anon_sym_this_AT] = ACTIONS(3242), + [anon_sym_super_AT] = ACTIONS(3242), + [sym_real_literal] = ACTIONS(3242), + [sym_integer_literal] = ACTIONS(3238), + [sym_hex_literal] = ACTIONS(3242), + [sym_bin_literal] = ACTIONS(3242), + [anon_sym_true] = ACTIONS(3238), + [anon_sym_false] = ACTIONS(3238), + [anon_sym_SQUOTE] = ACTIONS(3242), + [sym__backtick_identifier] = ACTIONS(3242), + [sym__automatic_semicolon] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3242), }, - [389] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [391] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3136), + [anon_sym_EQ] = ACTIONS(3146), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3138), + [anon_sym_RBRACE] = ACTIONS(3148), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(3136), - [anon_sym_fun] = ACTIONS(3136), + [anon_sym_object] = ACTIONS(3146), + [anon_sym_fun] = ACTIONS(3146), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3136), - [anon_sym_super] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3146), + [anon_sym_super] = ACTIONS(3146), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1858), [anon_sym_DOT_DOT] = ACTIONS(1860), [anon_sym_QMARK_COLON] = ACTIONS(1862), [anon_sym_AMP_AMP] = ACTIONS(1864), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [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_PIPE_PIPE] = ACTIONS(1866), + [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(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3138), - [anon_sym_DASH_EQ] = ACTIONS(3138), - [anon_sym_STAR_EQ] = ACTIONS(3138), - [anon_sym_SLASH_EQ] = ACTIONS(3138), - [anon_sym_PERCENT_EQ] = ACTIONS(3138), + [anon_sym_PLUS_EQ] = ACTIONS(3148), + [anon_sym_DASH_EQ] = ACTIONS(3148), + [anon_sym_STAR_EQ] = ACTIONS(3148), + [anon_sym_SLASH_EQ] = ACTIONS(3148), + [anon_sym_PERCENT_EQ] = ACTIONS(3148), [anon_sym_BANG_EQ] = ACTIONS(1868), [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), [anon_sym_EQ_EQ] = ACTIONS(1868), @@ -94539,120 +94783,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3136), + [anon_sym_BANG] = ACTIONS(3146), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3136), - [anon_sym_sealed] = ACTIONS(3136), - [anon_sym_annotation] = ACTIONS(3136), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3136), - [anon_sym_lateinit] = ACTIONS(3136), - [anon_sym_public] = ACTIONS(3136), - [anon_sym_private] = ACTIONS(3136), - [anon_sym_internal] = ACTIONS(3136), - [anon_sym_protected] = ACTIONS(3136), - [anon_sym_tailrec] = ACTIONS(3136), - [anon_sym_operator] = ACTIONS(3136), - [anon_sym_infix] = ACTIONS(3136), - [anon_sym_inline] = ACTIONS(3136), - [anon_sym_external] = ACTIONS(3136), - [sym_property_modifier] = ACTIONS(3136), - [anon_sym_abstract] = ACTIONS(3136), - [anon_sym_final] = ACTIONS(3136), - [anon_sym_open] = ACTIONS(3136), - [anon_sym_vararg] = ACTIONS(3136), - [anon_sym_noinline] = ACTIONS(3136), - [anon_sym_crossinline] = ACTIONS(3136), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3138), - [anon_sym_continue_AT] = ACTIONS(3138), - [anon_sym_break_AT] = ACTIONS(3138), - [anon_sym_this_AT] = ACTIONS(3138), - [anon_sym_super_AT] = ACTIONS(3138), - [sym_real_literal] = ACTIONS(3138), - [sym_integer_literal] = ACTIONS(3136), - [sym_hex_literal] = ACTIONS(3138), - [sym_bin_literal] = ACTIONS(3138), - [anon_sym_true] = ACTIONS(3136), - [anon_sym_false] = ACTIONS(3136), - [anon_sym_SQUOTE] = ACTIONS(3138), + [anon_sym_suspend] = ACTIONS(3146), + [anon_sym_sealed] = ACTIONS(3146), + [anon_sym_annotation] = ACTIONS(3146), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3146), + [anon_sym_lateinit] = ACTIONS(3146), + [anon_sym_public] = ACTIONS(3146), + [anon_sym_private] = ACTIONS(3146), + [anon_sym_internal] = ACTIONS(3146), + [anon_sym_protected] = ACTIONS(3146), + [anon_sym_tailrec] = ACTIONS(3146), + [anon_sym_operator] = ACTIONS(3146), + [anon_sym_infix] = ACTIONS(3146), + [anon_sym_inline] = ACTIONS(3146), + [anon_sym_external] = ACTIONS(3146), + [sym_property_modifier] = ACTIONS(3146), + [anon_sym_abstract] = ACTIONS(3146), + [anon_sym_final] = ACTIONS(3146), + [anon_sym_open] = ACTIONS(3146), + [anon_sym_vararg] = ACTIONS(3146), + [anon_sym_noinline] = ACTIONS(3146), + [anon_sym_crossinline] = ACTIONS(3146), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3148), + [anon_sym_continue_AT] = ACTIONS(3148), + [anon_sym_break_AT] = ACTIONS(3148), + [anon_sym_this_AT] = ACTIONS(3148), + [anon_sym_super_AT] = ACTIONS(3148), + [sym_real_literal] = ACTIONS(3148), + [sym_integer_literal] = ACTIONS(3146), + [sym_hex_literal] = ACTIONS(3148), + [sym_bin_literal] = ACTIONS(3148), + [anon_sym_true] = ACTIONS(3146), + [anon_sym_false] = ACTIONS(3146), + [anon_sym_SQUOTE] = ACTIONS(3148), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3138), + [sym__automatic_semicolon] = ACTIONS(3148), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3138), + [sym__string_start] = ACTIONS(3148), }, - [390] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [392] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3140), + [anon_sym_EQ] = ACTIONS(3101), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3142), + [anon_sym_RBRACE] = ACTIONS(3103), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(3140), - [anon_sym_fun] = ACTIONS(3140), + [anon_sym_object] = ACTIONS(3101), + [anon_sym_fun] = ACTIONS(3101), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3140), - [anon_sym_super] = ACTIONS(3140), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3101), + [anon_sym_super] = ACTIONS(3101), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1858), [anon_sym_DOT_DOT] = ACTIONS(1860), [anon_sym_QMARK_COLON] = ACTIONS(1862), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_null] = ACTIONS(3140), - [anon_sym_if] = ACTIONS(3140), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_when] = ACTIONS(3140), - [anon_sym_try] = ACTIONS(3140), - [anon_sym_throw] = ACTIONS(3140), - [anon_sym_return] = ACTIONS(3140), - [anon_sym_continue] = ACTIONS(3140), - [anon_sym_break] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_null] = ACTIONS(3101), + [anon_sym_if] = ACTIONS(3101), + [anon_sym_else] = ACTIONS(3101), + [anon_sym_when] = ACTIONS(3101), + [anon_sym_try] = ACTIONS(3101), + [anon_sym_throw] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3101), + [anon_sym_continue] = ACTIONS(3101), + [anon_sym_break] = ACTIONS(3101), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3142), - [anon_sym_DASH_EQ] = ACTIONS(3142), - [anon_sym_STAR_EQ] = ACTIONS(3142), - [anon_sym_SLASH_EQ] = ACTIONS(3142), - [anon_sym_PERCENT_EQ] = ACTIONS(3142), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), + [anon_sym_PLUS_EQ] = ACTIONS(3103), + [anon_sym_DASH_EQ] = ACTIONS(3103), + [anon_sym_STAR_EQ] = ACTIONS(3103), + [anon_sym_SLASH_EQ] = ACTIONS(3103), + [anon_sym_PERCENT_EQ] = ACTIONS(3103), + [anon_sym_BANG_EQ] = ACTIONS(1868), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), + [anon_sym_EQ_EQ] = ACTIONS(1868), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1870), [anon_sym_LT_EQ] = ACTIONS(1872), [anon_sym_GT_EQ] = ACTIONS(1872), [anon_sym_BANGin] = ACTIONS(1874), @@ -94665,386 +94909,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3140), - [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3140), - [anon_sym_sealed] = ACTIONS(3140), - [anon_sym_annotation] = ACTIONS(3140), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3140), - [anon_sym_lateinit] = ACTIONS(3140), - [anon_sym_public] = ACTIONS(3140), - [anon_sym_private] = ACTIONS(3140), - [anon_sym_internal] = ACTIONS(3140), - [anon_sym_protected] = ACTIONS(3140), - [anon_sym_tailrec] = ACTIONS(3140), - [anon_sym_operator] = ACTIONS(3140), - [anon_sym_infix] = ACTIONS(3140), - [anon_sym_inline] = ACTIONS(3140), - [anon_sym_external] = ACTIONS(3140), - [sym_property_modifier] = ACTIONS(3140), - [anon_sym_abstract] = ACTIONS(3140), - [anon_sym_final] = ACTIONS(3140), - [anon_sym_open] = ACTIONS(3140), - [anon_sym_vararg] = ACTIONS(3140), - [anon_sym_noinline] = ACTIONS(3140), - [anon_sym_crossinline] = ACTIONS(3140), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3142), - [anon_sym_continue_AT] = ACTIONS(3142), - [anon_sym_break_AT] = ACTIONS(3142), - [anon_sym_this_AT] = ACTIONS(3142), - [anon_sym_super_AT] = ACTIONS(3142), - [sym_real_literal] = ACTIONS(3142), - [sym_integer_literal] = ACTIONS(3140), - [sym_hex_literal] = ACTIONS(3142), - [sym_bin_literal] = ACTIONS(3142), - [anon_sym_true] = ACTIONS(3140), - [anon_sym_false] = ACTIONS(3140), - [anon_sym_SQUOTE] = ACTIONS(3142), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3142), - [sym_safe_nav] = ACTIONS(1764), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3142), - }, - [391] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1644), - [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(1728), - [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3125), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_object] = ACTIONS(3125), - [anon_sym_fun] = ACTIONS(3125), - [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3125), - [anon_sym_super] = ACTIONS(3125), - [anon_sym_STAR] = ACTIONS(1856), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(1860), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_null] = ACTIONS(3125), - [anon_sym_if] = ACTIONS(3125), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_when] = ACTIONS(3125), - [anon_sym_try] = ACTIONS(3125), - [anon_sym_throw] = ACTIONS(3125), - [anon_sym_return] = ACTIONS(3125), - [anon_sym_continue] = ACTIONS(3125), - [anon_sym_break] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3127), - [anon_sym_DASH_EQ] = ACTIONS(3127), - [anon_sym_STAR_EQ] = ACTIONS(3127), - [anon_sym_SLASH_EQ] = ACTIONS(3127), - [anon_sym_PERCENT_EQ] = ACTIONS(3127), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(1876), - [anon_sym_DASH] = ACTIONS(1876), - [anon_sym_SLASH] = ACTIONS(1856), - [anon_sym_PERCENT] = ACTIONS(1856), - [anon_sym_as_QMARK] = ACTIONS(1780), - [anon_sym_PLUS_PLUS] = ACTIONS(1782), - [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3125), + [anon_sym_BANG] = ACTIONS(3101), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3125), - [anon_sym_sealed] = ACTIONS(3125), - [anon_sym_annotation] = ACTIONS(3125), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3125), - [anon_sym_lateinit] = ACTIONS(3125), - [anon_sym_public] = ACTIONS(3125), - [anon_sym_private] = ACTIONS(3125), - [anon_sym_internal] = ACTIONS(3125), - [anon_sym_protected] = ACTIONS(3125), - [anon_sym_tailrec] = ACTIONS(3125), - [anon_sym_operator] = ACTIONS(3125), - [anon_sym_infix] = ACTIONS(3125), - [anon_sym_inline] = ACTIONS(3125), - [anon_sym_external] = ACTIONS(3125), - [sym_property_modifier] = ACTIONS(3125), - [anon_sym_abstract] = ACTIONS(3125), - [anon_sym_final] = ACTIONS(3125), - [anon_sym_open] = ACTIONS(3125), - [anon_sym_vararg] = ACTIONS(3125), - [anon_sym_noinline] = ACTIONS(3125), - [anon_sym_crossinline] = ACTIONS(3125), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3127), - [anon_sym_continue_AT] = ACTIONS(3127), - [anon_sym_break_AT] = ACTIONS(3127), - [anon_sym_this_AT] = ACTIONS(3127), - [anon_sym_super_AT] = ACTIONS(3127), - [sym_real_literal] = ACTIONS(3127), - [sym_integer_literal] = ACTIONS(3125), - [sym_hex_literal] = ACTIONS(3127), - [sym_bin_literal] = ACTIONS(3127), - [anon_sym_true] = ACTIONS(3125), - [anon_sym_false] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3127), + [anon_sym_suspend] = ACTIONS(3101), + [anon_sym_sealed] = ACTIONS(3101), + [anon_sym_annotation] = ACTIONS(3101), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3101), + [anon_sym_lateinit] = ACTIONS(3101), + [anon_sym_public] = ACTIONS(3101), + [anon_sym_private] = ACTIONS(3101), + [anon_sym_internal] = ACTIONS(3101), + [anon_sym_protected] = ACTIONS(3101), + [anon_sym_tailrec] = ACTIONS(3101), + [anon_sym_operator] = ACTIONS(3101), + [anon_sym_infix] = ACTIONS(3101), + [anon_sym_inline] = ACTIONS(3101), + [anon_sym_external] = ACTIONS(3101), + [sym_property_modifier] = ACTIONS(3101), + [anon_sym_abstract] = ACTIONS(3101), + [anon_sym_final] = ACTIONS(3101), + [anon_sym_open] = ACTIONS(3101), + [anon_sym_vararg] = ACTIONS(3101), + [anon_sym_noinline] = ACTIONS(3101), + [anon_sym_crossinline] = ACTIONS(3101), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3103), + [anon_sym_continue_AT] = ACTIONS(3103), + [anon_sym_break_AT] = ACTIONS(3103), + [anon_sym_this_AT] = ACTIONS(3103), + [anon_sym_super_AT] = ACTIONS(3103), + [sym_real_literal] = ACTIONS(3103), + [sym_integer_literal] = ACTIONS(3101), + [sym_hex_literal] = ACTIONS(3103), + [sym_bin_literal] = ACTIONS(3103), + [anon_sym_true] = ACTIONS(3101), + [anon_sym_false] = ACTIONS(3101), + [anon_sym_SQUOTE] = ACTIONS(3103), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3127), - [sym_safe_nav] = ACTIONS(1764), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3127), - }, - [392] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1644), - [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(3186), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(1728), - [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3186), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_object] = ACTIONS(3186), - [anon_sym_fun] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3188), - [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(1752), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [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(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3188), - [anon_sym_DASH_EQ] = ACTIONS(3188), - [anon_sym_STAR_EQ] = ACTIONS(3188), - [anon_sym_SLASH_EQ] = ACTIONS(3188), - [anon_sym_PERCENT_EQ] = ACTIONS(3188), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [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(1780), - [anon_sym_PLUS_PLUS] = ACTIONS(1782), - [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_BANG_BANG] = ACTIONS(1782), - [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_value] = 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(3188), - [anon_sym_continue_AT] = ACTIONS(3188), - [anon_sym_break_AT] = ACTIONS(3188), - [anon_sym_this_AT] = ACTIONS(3188), - [anon_sym_super_AT] = ACTIONS(3188), - [sym_real_literal] = ACTIONS(3188), - [sym_integer_literal] = ACTIONS(3186), - [sym_hex_literal] = ACTIONS(3188), - [sym_bin_literal] = ACTIONS(3188), - [anon_sym_true] = ACTIONS(3186), - [anon_sym_false] = ACTIONS(3186), - [anon_sym_SQUOTE] = ACTIONS(3188), - [sym__backtick_identifier] = ACTIONS(3188), - [sym__automatic_semicolon] = ACTIONS(3188), + [sym__automatic_semicolon] = ACTIONS(3103), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3188), + [sym__string_start] = ACTIONS(3103), }, [393] = { - [sym_primary_constructor] = STATE(2854), - [sym__class_parameters] = STATE(3048), + [sym_primary_constructor] = STATE(833), + [sym__class_parameters] = STATE(935), [sym_type_parameters] = STATE(421), - [sym_type_constraints] = STATE(3012), - [sym_enum_class_body] = STATE(3244), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), + [sym_type_constraints] = STATE(928), + [sym_enum_class_body] = STATE(1156), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3246), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_EQ] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_COMMA] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(3252), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_EQ] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_COMMA] = ACTIONS(3206), [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3244), - [anon_sym_fun] = ACTIONS(3244), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_this] = ACTIONS(3244), - [anon_sym_super] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3244), - [sym_label] = ACTIONS(3244), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_null] = ACTIONS(3244), - [anon_sym_if] = ACTIONS(3244), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_when] = ACTIONS(3244), - [anon_sym_try] = ACTIONS(3244), - [anon_sym_throw] = ACTIONS(3244), - [anon_sym_return] = ACTIONS(3244), - [anon_sym_continue] = ACTIONS(3244), - [anon_sym_break] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_PLUS_EQ] = ACTIONS(3248), - [anon_sym_DASH_EQ] = ACTIONS(3248), - [anon_sym_STAR_EQ] = ACTIONS(3248), - [anon_sym_SLASH_EQ] = ACTIONS(3248), - [anon_sym_PERCENT_EQ] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3244), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG] = ACTIONS(3244), - [anon_sym_BANG_BANG] = ACTIONS(3248), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3200), + [anon_sym_fun] = ACTIONS(3200), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_this] = ACTIONS(3200), + [anon_sym_super] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_null] = ACTIONS(3200), + [anon_sym_if] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_when] = ACTIONS(3200), + [anon_sym_try] = ACTIONS(3200), + [anon_sym_throw] = ACTIONS(3200), + [anon_sym_return] = ACTIONS(3200), + [anon_sym_continue] = ACTIONS(3200), + [anon_sym_break] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_PLUS_EQ] = ACTIONS(3206), + [anon_sym_DASH_EQ] = ACTIONS(3206), + [anon_sym_STAR_EQ] = ACTIONS(3206), + [anon_sym_SLASH_EQ] = ACTIONS(3206), + [anon_sym_PERCENT_EQ] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -95072,96 +95064,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3248), - [anon_sym_continue_AT] = ACTIONS(3248), - [anon_sym_break_AT] = ACTIONS(3248), - [anon_sym_this_AT] = ACTIONS(3248), - [anon_sym_super_AT] = ACTIONS(3248), - [sym_real_literal] = ACTIONS(3248), - [sym_integer_literal] = ACTIONS(3244), - [sym_hex_literal] = ACTIONS(3248), - [sym_bin_literal] = ACTIONS(3248), - [anon_sym_true] = ACTIONS(3244), - [anon_sym_false] = ACTIONS(3244), - [anon_sym_SQUOTE] = ACTIONS(3248), - [sym__backtick_identifier] = ACTIONS(3248), - [sym__automatic_semicolon] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3248), + [anon_sym_return_AT] = ACTIONS(3206), + [anon_sym_continue_AT] = ACTIONS(3206), + [anon_sym_break_AT] = ACTIONS(3206), + [anon_sym_this_AT] = ACTIONS(3206), + [anon_sym_super_AT] = ACTIONS(3206), + [sym_real_literal] = ACTIONS(3206), + [sym_integer_literal] = ACTIONS(3200), + [sym_hex_literal] = ACTIONS(3206), + [sym_bin_literal] = ACTIONS(3206), + [anon_sym_true] = ACTIONS(3200), + [anon_sym_false] = ACTIONS(3200), + [anon_sym_SQUOTE] = ACTIONS(3206), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3206), }, [394] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(3175), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3175), + [anon_sym_EQ] = ACTIONS(3178), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3177), + [anon_sym_RBRACE] = ACTIONS(3180), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_object] = ACTIONS(3175), - [anon_sym_fun] = ACTIONS(3175), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_object] = ACTIONS(3178), + [anon_sym_fun] = ACTIONS(3178), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_this] = ACTIONS(3175), - [anon_sym_super] = ACTIONS(3175), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3178), + [anon_sym_super] = ACTIONS(3178), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3175), + [anon_sym_in] = ACTIONS(3178), [anon_sym_DOT_DOT] = ACTIONS(1860), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_null] = ACTIONS(3175), - [anon_sym_if] = ACTIONS(3175), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_when] = ACTIONS(3175), - [anon_sym_try] = ACTIONS(3175), - [anon_sym_throw] = ACTIONS(3175), - [anon_sym_return] = ACTIONS(3175), - [anon_sym_continue] = ACTIONS(3175), - [anon_sym_break] = ACTIONS(3175), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_null] = ACTIONS(3178), + [anon_sym_if] = ACTIONS(3178), + [anon_sym_else] = ACTIONS(3178), + [anon_sym_when] = ACTIONS(3178), + [anon_sym_try] = ACTIONS(3178), + [anon_sym_throw] = ACTIONS(3178), + [anon_sym_return] = ACTIONS(3178), + [anon_sym_continue] = ACTIONS(3178), + [anon_sym_break] = ACTIONS(3178), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3177), - [anon_sym_DASH_EQ] = ACTIONS(3177), - [anon_sym_STAR_EQ] = ACTIONS(3177), - [anon_sym_SLASH_EQ] = ACTIONS(3177), - [anon_sym_PERCENT_EQ] = ACTIONS(3177), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), + [anon_sym_PLUS_EQ] = ACTIONS(3180), + [anon_sym_DASH_EQ] = ACTIONS(3180), + [anon_sym_STAR_EQ] = ACTIONS(3180), + [anon_sym_SLASH_EQ] = ACTIONS(3180), + [anon_sym_PERCENT_EQ] = ACTIONS(3180), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), [anon_sym_PLUS] = ACTIONS(1876), [anon_sym_DASH] = ACTIONS(1876), [anon_sym_SLASH] = ACTIONS(1856), @@ -95169,134 +95161,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3175), + [anon_sym_BANG] = ACTIONS(3178), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3175), - [anon_sym_sealed] = ACTIONS(3175), - [anon_sym_annotation] = ACTIONS(3175), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_override] = ACTIONS(3175), - [anon_sym_lateinit] = ACTIONS(3175), - [anon_sym_public] = ACTIONS(3175), - [anon_sym_private] = ACTIONS(3175), - [anon_sym_internal] = ACTIONS(3175), - [anon_sym_protected] = ACTIONS(3175), - [anon_sym_tailrec] = ACTIONS(3175), - [anon_sym_operator] = ACTIONS(3175), - [anon_sym_infix] = ACTIONS(3175), - [anon_sym_inline] = ACTIONS(3175), - [anon_sym_external] = ACTIONS(3175), - [sym_property_modifier] = ACTIONS(3175), - [anon_sym_abstract] = ACTIONS(3175), - [anon_sym_final] = ACTIONS(3175), - [anon_sym_open] = ACTIONS(3175), - [anon_sym_vararg] = ACTIONS(3175), - [anon_sym_noinline] = ACTIONS(3175), - [anon_sym_crossinline] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3177), - [anon_sym_continue_AT] = ACTIONS(3177), - [anon_sym_break_AT] = ACTIONS(3177), - [anon_sym_this_AT] = ACTIONS(3177), - [anon_sym_super_AT] = ACTIONS(3177), - [sym_real_literal] = ACTIONS(3177), - [sym_integer_literal] = ACTIONS(3175), - [sym_hex_literal] = ACTIONS(3177), - [sym_bin_literal] = ACTIONS(3177), - [anon_sym_true] = ACTIONS(3175), - [anon_sym_false] = ACTIONS(3175), - [anon_sym_SQUOTE] = ACTIONS(3177), - [sym__backtick_identifier] = ACTIONS(3177), - [sym__automatic_semicolon] = ACTIONS(3177), + [anon_sym_suspend] = ACTIONS(3178), + [anon_sym_sealed] = ACTIONS(3178), + [anon_sym_annotation] = ACTIONS(3178), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3178), + [anon_sym_lateinit] = ACTIONS(3178), + [anon_sym_public] = ACTIONS(3178), + [anon_sym_private] = ACTIONS(3178), + [anon_sym_internal] = ACTIONS(3178), + [anon_sym_protected] = ACTIONS(3178), + [anon_sym_tailrec] = ACTIONS(3178), + [anon_sym_operator] = ACTIONS(3178), + [anon_sym_infix] = ACTIONS(3178), + [anon_sym_inline] = ACTIONS(3178), + [anon_sym_external] = ACTIONS(3178), + [sym_property_modifier] = ACTIONS(3178), + [anon_sym_abstract] = ACTIONS(3178), + [anon_sym_final] = ACTIONS(3178), + [anon_sym_open] = ACTIONS(3178), + [anon_sym_vararg] = ACTIONS(3178), + [anon_sym_noinline] = ACTIONS(3178), + [anon_sym_crossinline] = ACTIONS(3178), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3180), + [anon_sym_continue_AT] = ACTIONS(3180), + [anon_sym_break_AT] = ACTIONS(3180), + [anon_sym_this_AT] = ACTIONS(3180), + [anon_sym_super_AT] = ACTIONS(3180), + [sym_real_literal] = ACTIONS(3180), + [sym_integer_literal] = ACTIONS(3178), + [sym_hex_literal] = ACTIONS(3180), + [sym_bin_literal] = ACTIONS(3180), + [anon_sym_true] = ACTIONS(3178), + [anon_sym_false] = ACTIONS(3178), + [anon_sym_SQUOTE] = ACTIONS(3180), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3180), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3177), + [sym__string_start] = ACTIONS(3180), }, [395] = { - [sym_primary_constructor] = STATE(855), - [sym__class_parameters] = STATE(936), - [sym_type_parameters] = STATE(411), - [sym_type_constraints] = STATE(928), - [sym_enum_class_body] = STATE(1175), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), + [sym_primary_constructor] = STATE(829), + [sym_class_body] = STATE(1018), + [sym__class_parameters] = STATE(935), + [sym_type_parameters] = STATE(413), + [sym_type_constraints] = STATE(936), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3258), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_EQ] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_COMMA] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(3256), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_EQ] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_COMMA] = ACTIONS(3258), [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3244), - [anon_sym_fun] = ACTIONS(3244), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_this] = ACTIONS(3244), - [anon_sym_super] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3244), - [sym_label] = ACTIONS(3244), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_null] = ACTIONS(3244), - [anon_sym_if] = ACTIONS(3244), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_when] = ACTIONS(3244), - [anon_sym_try] = ACTIONS(3244), - [anon_sym_throw] = ACTIONS(3244), - [anon_sym_return] = ACTIONS(3244), - [anon_sym_continue] = ACTIONS(3244), - [anon_sym_break] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_PLUS_EQ] = ACTIONS(3248), - [anon_sym_DASH_EQ] = ACTIONS(3248), - [anon_sym_STAR_EQ] = ACTIONS(3248), - [anon_sym_SLASH_EQ] = ACTIONS(3248), - [anon_sym_PERCENT_EQ] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3244), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG] = ACTIONS(3244), - [anon_sym_BANG_BANG] = ACTIONS(3248), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3254), + [anon_sym_fun] = ACTIONS(3254), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [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(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [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(3258), + [anon_sym_PLUS_EQ] = ACTIONS(3258), + [anon_sym_DASH_EQ] = ACTIONS(3258), + [anon_sym_STAR_EQ] = ACTIONS(3258), + [anon_sym_SLASH_EQ] = ACTIONS(3258), + [anon_sym_PERCENT_EQ] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [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(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG] = ACTIONS(3254), + [anon_sym_BANG_BANG] = ACTIONS(3258), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -95324,96 +95316,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3248), - [anon_sym_continue_AT] = ACTIONS(3248), - [anon_sym_break_AT] = ACTIONS(3248), - [anon_sym_this_AT] = ACTIONS(3248), - [anon_sym_super_AT] = ACTIONS(3248), - [sym_real_literal] = ACTIONS(3248), - [sym_integer_literal] = ACTIONS(3244), - [sym_hex_literal] = ACTIONS(3248), - [sym_bin_literal] = ACTIONS(3248), - [anon_sym_true] = ACTIONS(3244), - [anon_sym_false] = ACTIONS(3244), - [anon_sym_SQUOTE] = ACTIONS(3248), - [sym__backtick_identifier] = ACTIONS(3248), - [sym__automatic_semicolon] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3248), + [anon_sym_return_AT] = ACTIONS(3258), + [anon_sym_continue_AT] = ACTIONS(3258), + [anon_sym_break_AT] = ACTIONS(3258), + [anon_sym_this_AT] = ACTIONS(3258), + [anon_sym_super_AT] = ACTIONS(3258), + [sym_real_literal] = ACTIONS(3258), + [sym_integer_literal] = ACTIONS(3254), + [sym_hex_literal] = ACTIONS(3258), + [sym_bin_literal] = ACTIONS(3258), + [anon_sym_true] = ACTIONS(3254), + [anon_sym_false] = ACTIONS(3254), + [anon_sym_SQUOTE] = ACTIONS(3258), + [sym__backtick_identifier] = ACTIONS(3258), + [sym__automatic_semicolon] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3258), }, [396] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(3094), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3094), + [anon_sym_EQ] = ACTIONS(3142), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3096), + [anon_sym_RBRACE] = ACTIONS(3144), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_object] = ACTIONS(3094), - [anon_sym_fun] = ACTIONS(3094), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(1848), + [anon_sym_object] = ACTIONS(3142), + [anon_sym_fun] = ACTIONS(3142), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_this] = ACTIONS(3094), - [anon_sym_super] = ACTIONS(3094), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3142), + [anon_sym_super] = ACTIONS(3142), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_null] = ACTIONS(3094), - [anon_sym_if] = ACTIONS(3094), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_when] = ACTIONS(3094), - [anon_sym_try] = ACTIONS(3094), - [anon_sym_throw] = ACTIONS(3094), - [anon_sym_return] = ACTIONS(3094), - [anon_sym_continue] = ACTIONS(3094), - [anon_sym_break] = ACTIONS(3094), + [anon_sym_in] = ACTIONS(1858), + [anon_sym_DOT_DOT] = ACTIONS(1860), + [anon_sym_QMARK_COLON] = ACTIONS(1862), + [anon_sym_AMP_AMP] = ACTIONS(1864), + [anon_sym_PIPE_PIPE] = ACTIONS(1866), + [anon_sym_null] = ACTIONS(3142), + [anon_sym_if] = ACTIONS(3142), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_when] = ACTIONS(3142), + [anon_sym_try] = ACTIONS(3142), + [anon_sym_throw] = ACTIONS(3142), + [anon_sym_return] = ACTIONS(3142), + [anon_sym_continue] = ACTIONS(3142), + [anon_sym_break] = ACTIONS(3142), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3096), - [anon_sym_DASH_EQ] = ACTIONS(3096), - [anon_sym_STAR_EQ] = ACTIONS(3096), - [anon_sym_SLASH_EQ] = ACTIONS(3096), - [anon_sym_PERCENT_EQ] = ACTIONS(3096), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), + [anon_sym_PLUS_EQ] = ACTIONS(3144), + [anon_sym_DASH_EQ] = ACTIONS(3144), + [anon_sym_STAR_EQ] = ACTIONS(3144), + [anon_sym_SLASH_EQ] = ACTIONS(3144), + [anon_sym_PERCENT_EQ] = ACTIONS(3144), + [anon_sym_BANG_EQ] = ACTIONS(1868), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), + [anon_sym_EQ_EQ] = ACTIONS(1868), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1870), + [anon_sym_LT_EQ] = ACTIONS(1872), + [anon_sym_GT_EQ] = ACTIONS(1872), + [anon_sym_BANGin] = ACTIONS(1874), + [anon_sym_is] = ACTIONS(1774), + [anon_sym_BANGis] = ACTIONS(1776), [anon_sym_PLUS] = ACTIONS(1876), [anon_sym_DASH] = ACTIONS(1876), [anon_sym_SLASH] = ACTIONS(1856), @@ -95421,94 +95413,220 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3094), + [anon_sym_BANG] = ACTIONS(3142), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3094), - [anon_sym_sealed] = ACTIONS(3094), - [anon_sym_annotation] = ACTIONS(3094), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_override] = ACTIONS(3094), - [anon_sym_lateinit] = ACTIONS(3094), - [anon_sym_public] = ACTIONS(3094), - [anon_sym_private] = ACTIONS(3094), - [anon_sym_internal] = ACTIONS(3094), - [anon_sym_protected] = ACTIONS(3094), - [anon_sym_tailrec] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_infix] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym_external] = ACTIONS(3094), - [sym_property_modifier] = ACTIONS(3094), - [anon_sym_abstract] = ACTIONS(3094), - [anon_sym_final] = ACTIONS(3094), - [anon_sym_open] = ACTIONS(3094), - [anon_sym_vararg] = ACTIONS(3094), - [anon_sym_noinline] = ACTIONS(3094), - [anon_sym_crossinline] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3096), - [anon_sym_continue_AT] = ACTIONS(3096), - [anon_sym_break_AT] = ACTIONS(3096), - [anon_sym_this_AT] = ACTIONS(3096), - [anon_sym_super_AT] = ACTIONS(3096), - [sym_real_literal] = ACTIONS(3096), - [sym_integer_literal] = ACTIONS(3094), - [sym_hex_literal] = ACTIONS(3096), - [sym_bin_literal] = ACTIONS(3096), - [anon_sym_true] = ACTIONS(3094), - [anon_sym_false] = ACTIONS(3094), - [anon_sym_SQUOTE] = ACTIONS(3096), - [sym__backtick_identifier] = ACTIONS(3096), - [sym__automatic_semicolon] = ACTIONS(3096), + [anon_sym_suspend] = ACTIONS(3142), + [anon_sym_sealed] = ACTIONS(3142), + [anon_sym_annotation] = ACTIONS(3142), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3142), + [anon_sym_lateinit] = ACTIONS(3142), + [anon_sym_public] = ACTIONS(3142), + [anon_sym_private] = ACTIONS(3142), + [anon_sym_internal] = ACTIONS(3142), + [anon_sym_protected] = ACTIONS(3142), + [anon_sym_tailrec] = ACTIONS(3142), + [anon_sym_operator] = ACTIONS(3142), + [anon_sym_infix] = ACTIONS(3142), + [anon_sym_inline] = ACTIONS(3142), + [anon_sym_external] = ACTIONS(3142), + [sym_property_modifier] = ACTIONS(3142), + [anon_sym_abstract] = ACTIONS(3142), + [anon_sym_final] = ACTIONS(3142), + [anon_sym_open] = ACTIONS(3142), + [anon_sym_vararg] = ACTIONS(3142), + [anon_sym_noinline] = ACTIONS(3142), + [anon_sym_crossinline] = ACTIONS(3142), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3144), + [anon_sym_continue_AT] = ACTIONS(3144), + [anon_sym_break_AT] = ACTIONS(3144), + [anon_sym_this_AT] = ACTIONS(3144), + [anon_sym_super_AT] = ACTIONS(3144), + [sym_real_literal] = ACTIONS(3144), + [sym_integer_literal] = ACTIONS(3142), + [sym_hex_literal] = ACTIONS(3144), + [sym_bin_literal] = ACTIONS(3144), + [anon_sym_true] = ACTIONS(3142), + [anon_sym_false] = ACTIONS(3142), + [anon_sym_SQUOTE] = ACTIONS(3144), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3144), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3096), + [sym__string_start] = ACTIONS(3144), }, [397] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [sym_primary_constructor] = STATE(2859), + [sym__class_parameters] = STATE(3018), + [sym_type_parameters] = STATE(409), + [sym_type_constraints] = STATE(3039), + [sym_enum_class_body] = STATE(3238), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(3262), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_EQ] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(3212), + [anon_sym_COMMA] = ACTIONS(3242), + [anon_sym_LT] = ACTIONS(3214), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3238), + [anon_sym_fun] = ACTIONS(3238), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_this] = ACTIONS(3238), + [anon_sym_super] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3238), + [sym_label] = ACTIONS(3238), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_if] = ACTIONS(3238), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_when] = ACTIONS(3238), + [anon_sym_try] = ACTIONS(3238), + [anon_sym_throw] = ACTIONS(3238), + [anon_sym_return] = ACTIONS(3238), + [anon_sym_continue] = ACTIONS(3238), + [anon_sym_break] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_PLUS_EQ] = ACTIONS(3242), + [anon_sym_DASH_EQ] = ACTIONS(3242), + [anon_sym_STAR_EQ] = ACTIONS(3242), + [anon_sym_SLASH_EQ] = ACTIONS(3242), + [anon_sym_PERCENT_EQ] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3238), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG] = ACTIONS(3238), + [anon_sym_BANG_BANG] = ACTIONS(3242), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3242), + [anon_sym_continue_AT] = ACTIONS(3242), + [anon_sym_break_AT] = ACTIONS(3242), + [anon_sym_this_AT] = ACTIONS(3242), + [anon_sym_super_AT] = ACTIONS(3242), + [sym_real_literal] = ACTIONS(3242), + [sym_integer_literal] = ACTIONS(3238), + [sym_hex_literal] = ACTIONS(3242), + [sym_bin_literal] = ACTIONS(3242), + [anon_sym_true] = ACTIONS(3238), + [anon_sym_false] = ACTIONS(3238), + [anon_sym_SQUOTE] = ACTIONS(3242), + [sym__backtick_identifier] = ACTIONS(3242), + [sym__automatic_semicolon] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3242), + }, + [398] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3132), + [anon_sym_EQ] = ACTIONS(3150), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3134), + [anon_sym_RBRACE] = ACTIONS(3152), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(3132), - [anon_sym_fun] = ACTIONS(3132), + [anon_sym_object] = ACTIONS(3150), + [anon_sym_fun] = ACTIONS(3150), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3132), - [anon_sym_super] = ACTIONS(3132), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3150), + [anon_sym_super] = ACTIONS(3150), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1858), @@ -95516,21 +95634,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1862), [anon_sym_AMP_AMP] = ACTIONS(1864), [anon_sym_PIPE_PIPE] = ACTIONS(1866), - [anon_sym_null] = ACTIONS(3132), - [anon_sym_if] = ACTIONS(3132), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_when] = ACTIONS(3132), - [anon_sym_try] = ACTIONS(3132), - [anon_sym_throw] = ACTIONS(3132), - [anon_sym_return] = ACTIONS(3132), - [anon_sym_continue] = ACTIONS(3132), - [anon_sym_break] = ACTIONS(3132), + [anon_sym_null] = ACTIONS(3150), + [anon_sym_if] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_when] = ACTIONS(3150), + [anon_sym_try] = ACTIONS(3150), + [anon_sym_throw] = ACTIONS(3150), + [anon_sym_return] = ACTIONS(3150), + [anon_sym_continue] = ACTIONS(3150), + [anon_sym_break] = ACTIONS(3150), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3134), - [anon_sym_DASH_EQ] = ACTIONS(3134), - [anon_sym_STAR_EQ] = ACTIONS(3134), - [anon_sym_SLASH_EQ] = ACTIONS(3134), - [anon_sym_PERCENT_EQ] = ACTIONS(3134), + [anon_sym_PLUS_EQ] = ACTIONS(3152), + [anon_sym_DASH_EQ] = ACTIONS(3152), + [anon_sym_STAR_EQ] = ACTIONS(3152), + [anon_sym_SLASH_EQ] = ACTIONS(3152), + [anon_sym_PERCENT_EQ] = ACTIONS(3152), [anon_sym_BANG_EQ] = ACTIONS(1868), [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), [anon_sym_EQ_EQ] = ACTIONS(1868), @@ -95547,116 +95665,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3132), + [anon_sym_BANG] = ACTIONS(3150), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3132), - [anon_sym_sealed] = ACTIONS(3132), - [anon_sym_annotation] = ACTIONS(3132), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3132), - [anon_sym_lateinit] = ACTIONS(3132), - [anon_sym_public] = ACTIONS(3132), - [anon_sym_private] = ACTIONS(3132), - [anon_sym_internal] = ACTIONS(3132), - [anon_sym_protected] = ACTIONS(3132), - [anon_sym_tailrec] = ACTIONS(3132), - [anon_sym_operator] = ACTIONS(3132), - [anon_sym_infix] = ACTIONS(3132), - [anon_sym_inline] = ACTIONS(3132), - [anon_sym_external] = ACTIONS(3132), - [sym_property_modifier] = ACTIONS(3132), - [anon_sym_abstract] = ACTIONS(3132), - [anon_sym_final] = ACTIONS(3132), - [anon_sym_open] = ACTIONS(3132), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3134), - [anon_sym_continue_AT] = ACTIONS(3134), - [anon_sym_break_AT] = ACTIONS(3134), - [anon_sym_this_AT] = ACTIONS(3134), - [anon_sym_super_AT] = ACTIONS(3134), - [sym_real_literal] = ACTIONS(3134), - [sym_integer_literal] = ACTIONS(3132), - [sym_hex_literal] = ACTIONS(3134), - [sym_bin_literal] = ACTIONS(3134), - [anon_sym_true] = ACTIONS(3132), - [anon_sym_false] = ACTIONS(3132), - [anon_sym_SQUOTE] = ACTIONS(3134), + [anon_sym_suspend] = ACTIONS(3150), + [anon_sym_sealed] = ACTIONS(3150), + [anon_sym_annotation] = ACTIONS(3150), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3150), + [anon_sym_lateinit] = ACTIONS(3150), + [anon_sym_public] = ACTIONS(3150), + [anon_sym_private] = ACTIONS(3150), + [anon_sym_internal] = ACTIONS(3150), + [anon_sym_protected] = ACTIONS(3150), + [anon_sym_tailrec] = ACTIONS(3150), + [anon_sym_operator] = ACTIONS(3150), + [anon_sym_infix] = ACTIONS(3150), + [anon_sym_inline] = ACTIONS(3150), + [anon_sym_external] = ACTIONS(3150), + [sym_property_modifier] = ACTIONS(3150), + [anon_sym_abstract] = ACTIONS(3150), + [anon_sym_final] = ACTIONS(3150), + [anon_sym_open] = ACTIONS(3150), + [anon_sym_vararg] = ACTIONS(3150), + [anon_sym_noinline] = ACTIONS(3150), + [anon_sym_crossinline] = ACTIONS(3150), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3152), + [anon_sym_continue_AT] = ACTIONS(3152), + [anon_sym_break_AT] = ACTIONS(3152), + [anon_sym_this_AT] = ACTIONS(3152), + [anon_sym_super_AT] = ACTIONS(3152), + [sym_real_literal] = ACTIONS(3152), + [sym_integer_literal] = ACTIONS(3150), + [sym_hex_literal] = ACTIONS(3152), + [sym_bin_literal] = ACTIONS(3152), + [anon_sym_true] = ACTIONS(3150), + [anon_sym_false] = ACTIONS(3150), + [anon_sym_SQUOTE] = ACTIONS(3152), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3134), + [sym__automatic_semicolon] = ACTIONS(3152), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3134), + [sym__string_start] = ACTIONS(3152), }, - [398] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [399] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3113), + [anon_sym_EQ] = ACTIONS(3105), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_RBRACE] = ACTIONS(3107), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(3113), - [anon_sym_fun] = ACTIONS(3113), + [anon_sym_object] = ACTIONS(3105), + [anon_sym_fun] = ACTIONS(3105), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3113), - [anon_sym_super] = ACTIONS(3113), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3105), + [anon_sym_super] = ACTIONS(3105), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1858), [anon_sym_DOT_DOT] = ACTIONS(1860), [anon_sym_QMARK_COLON] = ACTIONS(1862), [anon_sym_AMP_AMP] = ACTIONS(1864), - [anon_sym_PIPE_PIPE] = ACTIONS(1866), - [anon_sym_null] = ACTIONS(3113), - [anon_sym_if] = ACTIONS(3113), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_when] = ACTIONS(3113), - [anon_sym_try] = ACTIONS(3113), - [anon_sym_throw] = ACTIONS(3113), - [anon_sym_return] = ACTIONS(3113), - [anon_sym_continue] = ACTIONS(3113), - [anon_sym_break] = ACTIONS(3113), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_null] = ACTIONS(3105), + [anon_sym_if] = ACTIONS(3105), + [anon_sym_else] = ACTIONS(3105), + [anon_sym_when] = ACTIONS(3105), + [anon_sym_try] = ACTIONS(3105), + [anon_sym_throw] = ACTIONS(3105), + [anon_sym_return] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3105), + [anon_sym_break] = ACTIONS(3105), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3115), - [anon_sym_DASH_EQ] = ACTIONS(3115), - [anon_sym_STAR_EQ] = ACTIONS(3115), - [anon_sym_SLASH_EQ] = ACTIONS(3115), - [anon_sym_PERCENT_EQ] = ACTIONS(3115), + [anon_sym_PLUS_EQ] = ACTIONS(3107), + [anon_sym_DASH_EQ] = ACTIONS(3107), + [anon_sym_STAR_EQ] = ACTIONS(3107), + [anon_sym_SLASH_EQ] = ACTIONS(3107), + [anon_sym_PERCENT_EQ] = ACTIONS(3107), [anon_sym_BANG_EQ] = ACTIONS(1868), [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), [anon_sym_EQ_EQ] = ACTIONS(1868), @@ -95673,86 +95791,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_BANG] = ACTIONS(3105), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3113), - [anon_sym_sealed] = ACTIONS(3113), - [anon_sym_annotation] = ACTIONS(3113), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3113), - [anon_sym_lateinit] = ACTIONS(3113), - [anon_sym_public] = ACTIONS(3113), - [anon_sym_private] = ACTIONS(3113), - [anon_sym_internal] = ACTIONS(3113), - [anon_sym_protected] = ACTIONS(3113), - [anon_sym_tailrec] = ACTIONS(3113), - [anon_sym_operator] = ACTIONS(3113), - [anon_sym_infix] = ACTIONS(3113), - [anon_sym_inline] = ACTIONS(3113), - [anon_sym_external] = ACTIONS(3113), - [sym_property_modifier] = ACTIONS(3113), - [anon_sym_abstract] = ACTIONS(3113), - [anon_sym_final] = ACTIONS(3113), - [anon_sym_open] = ACTIONS(3113), - [anon_sym_vararg] = ACTIONS(3113), - [anon_sym_noinline] = ACTIONS(3113), - [anon_sym_crossinline] = ACTIONS(3113), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3115), - [anon_sym_continue_AT] = ACTIONS(3115), - [anon_sym_break_AT] = ACTIONS(3115), - [anon_sym_this_AT] = ACTIONS(3115), - [anon_sym_super_AT] = ACTIONS(3115), - [sym_real_literal] = ACTIONS(3115), - [sym_integer_literal] = ACTIONS(3113), - [sym_hex_literal] = ACTIONS(3115), - [sym_bin_literal] = ACTIONS(3115), - [anon_sym_true] = ACTIONS(3113), - [anon_sym_false] = ACTIONS(3113), - [anon_sym_SQUOTE] = ACTIONS(3115), + [anon_sym_suspend] = ACTIONS(3105), + [anon_sym_sealed] = ACTIONS(3105), + [anon_sym_annotation] = ACTIONS(3105), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3105), + [anon_sym_lateinit] = ACTIONS(3105), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_protected] = ACTIONS(3105), + [anon_sym_tailrec] = ACTIONS(3105), + [anon_sym_operator] = ACTIONS(3105), + [anon_sym_infix] = ACTIONS(3105), + [anon_sym_inline] = ACTIONS(3105), + [anon_sym_external] = ACTIONS(3105), + [sym_property_modifier] = ACTIONS(3105), + [anon_sym_abstract] = ACTIONS(3105), + [anon_sym_final] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_vararg] = ACTIONS(3105), + [anon_sym_noinline] = ACTIONS(3105), + [anon_sym_crossinline] = ACTIONS(3105), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3107), + [anon_sym_continue_AT] = ACTIONS(3107), + [anon_sym_break_AT] = ACTIONS(3107), + [anon_sym_this_AT] = ACTIONS(3107), + [anon_sym_super_AT] = ACTIONS(3107), + [sym_real_literal] = ACTIONS(3107), + [sym_integer_literal] = ACTIONS(3105), + [sym_hex_literal] = ACTIONS(3107), + [sym_bin_literal] = ACTIONS(3107), + [anon_sym_true] = ACTIONS(3105), + [anon_sym_false] = ACTIONS(3105), + [anon_sym_SQUOTE] = ACTIONS(3107), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3115), + [sym__automatic_semicolon] = ACTIONS(3107), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3115), + [sym__string_start] = ACTIONS(3107), }, - [399] = { - [sym_primary_constructor] = STATE(2839), - [sym_class_body] = STATE(3137), - [sym__class_parameters] = STATE(3048), - [sym_type_parameters] = STATE(407), - [sym_type_constraints] = STATE(3047), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [400] = { + [sym_primary_constructor] = STATE(836), + [sym_class_body] = STATE(1156), + [sym__class_parameters] = STATE(935), + [sym_type_parameters] = STATE(420), + [sym_type_constraints] = STATE(948), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3260), + [anon_sym_COLON] = ACTIONS(3264), [anon_sym_LBRACK] = ACTIONS(3206), [anon_sym_as] = ACTIONS(3200), [anon_sym_EQ] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3262), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3260), [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(3254), + [anon_sym_LPAREN] = ACTIONS(3248), [anon_sym_COMMA] = ACTIONS(3206), [anon_sym_LT] = ACTIONS(3214), [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(3256), + [anon_sym_where] = ACTIONS(3250), [anon_sym_object] = ACTIONS(3200), [anon_sym_fun] = ACTIONS(3200), [anon_sym_DOT] = ACTIONS(3200), @@ -95846,204 +95964,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3206), }, - [400] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1644), - [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(1728), - [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3156), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3158), - [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(3156), - [anon_sym_fun] = ACTIONS(3156), - [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3156), - [anon_sym_super] = ACTIONS(3156), - [anon_sym_STAR] = ACTIONS(1856), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1858), - [anon_sym_DOT_DOT] = ACTIONS(1860), - [anon_sym_QMARK_COLON] = ACTIONS(1862), - [anon_sym_AMP_AMP] = ACTIONS(1864), - [anon_sym_PIPE_PIPE] = ACTIONS(1866), - [anon_sym_null] = ACTIONS(3156), - [anon_sym_if] = ACTIONS(3156), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_when] = ACTIONS(3156), - [anon_sym_try] = ACTIONS(3156), - [anon_sym_throw] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3156), - [anon_sym_continue] = ACTIONS(3156), - [anon_sym_break] = ACTIONS(3156), - [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3158), - [anon_sym_DASH_EQ] = ACTIONS(3158), - [anon_sym_STAR_EQ] = ACTIONS(3158), - [anon_sym_SLASH_EQ] = ACTIONS(3158), - [anon_sym_PERCENT_EQ] = ACTIONS(3158), - [anon_sym_BANG_EQ] = ACTIONS(1868), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), - [anon_sym_EQ_EQ] = ACTIONS(1868), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1870), - [anon_sym_LT_EQ] = ACTIONS(1872), - [anon_sym_GT_EQ] = ACTIONS(1872), - [anon_sym_BANGin] = ACTIONS(1874), - [anon_sym_is] = ACTIONS(1774), - [anon_sym_BANGis] = ACTIONS(1776), - [anon_sym_PLUS] = ACTIONS(1876), - [anon_sym_DASH] = ACTIONS(1876), - [anon_sym_SLASH] = ACTIONS(1856), - [anon_sym_PERCENT] = ACTIONS(1856), - [anon_sym_as_QMARK] = ACTIONS(1780), - [anon_sym_PLUS_PLUS] = ACTIONS(1782), - [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3156), - [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3156), - [anon_sym_sealed] = ACTIONS(3156), - [anon_sym_annotation] = ACTIONS(3156), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3156), - [anon_sym_lateinit] = ACTIONS(3156), - [anon_sym_public] = ACTIONS(3156), - [anon_sym_private] = ACTIONS(3156), - [anon_sym_internal] = ACTIONS(3156), - [anon_sym_protected] = ACTIONS(3156), - [anon_sym_tailrec] = ACTIONS(3156), - [anon_sym_operator] = ACTIONS(3156), - [anon_sym_infix] = ACTIONS(3156), - [anon_sym_inline] = ACTIONS(3156), - [anon_sym_external] = ACTIONS(3156), - [sym_property_modifier] = ACTIONS(3156), - [anon_sym_abstract] = ACTIONS(3156), - [anon_sym_final] = ACTIONS(3156), - [anon_sym_open] = ACTIONS(3156), - [anon_sym_vararg] = ACTIONS(3156), - [anon_sym_noinline] = ACTIONS(3156), - [anon_sym_crossinline] = ACTIONS(3156), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3158), - [anon_sym_continue_AT] = ACTIONS(3158), - [anon_sym_break_AT] = ACTIONS(3158), - [anon_sym_this_AT] = ACTIONS(3158), - [anon_sym_super_AT] = ACTIONS(3158), - [sym_real_literal] = ACTIONS(3158), - [sym_integer_literal] = ACTIONS(3156), - [sym_hex_literal] = ACTIONS(3158), - [sym_bin_literal] = ACTIONS(3158), - [anon_sym_true] = ACTIONS(3156), - [anon_sym_false] = ACTIONS(3156), - [anon_sym_SQUOTE] = ACTIONS(3158), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3158), - [sym_safe_nav] = ACTIONS(1764), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3158), - }, [401] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(1724), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(3185), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3144), + [anon_sym_EQ] = ACTIONS(3185), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3146), + [anon_sym_RBRACE] = ACTIONS(3187), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_object] = ACTIONS(3144), - [anon_sym_fun] = ACTIONS(3144), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_object] = ACTIONS(3185), + [anon_sym_fun] = ACTIONS(3185), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3144), - [anon_sym_super] = ACTIONS(3144), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_this] = ACTIONS(3185), + [anon_sym_super] = ACTIONS(3185), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1858), - [anon_sym_DOT_DOT] = ACTIONS(1860), - [anon_sym_QMARK_COLON] = ACTIONS(1862), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_null] = ACTIONS(3144), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_when] = ACTIONS(3144), - [anon_sym_try] = ACTIONS(3144), - [anon_sym_throw] = ACTIONS(3144), - [anon_sym_return] = ACTIONS(3144), - [anon_sym_continue] = ACTIONS(3144), - [anon_sym_break] = ACTIONS(3144), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_null] = ACTIONS(3185), + [anon_sym_if] = ACTIONS(3185), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_when] = ACTIONS(3185), + [anon_sym_try] = ACTIONS(3185), + [anon_sym_throw] = ACTIONS(3185), + [anon_sym_return] = ACTIONS(3185), + [anon_sym_continue] = ACTIONS(3185), + [anon_sym_break] = ACTIONS(3185), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3146), - [anon_sym_DASH_EQ] = ACTIONS(3146), - [anon_sym_STAR_EQ] = ACTIONS(3146), - [anon_sym_SLASH_EQ] = ACTIONS(3146), - [anon_sym_PERCENT_EQ] = ACTIONS(3146), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(1874), - [anon_sym_is] = ACTIONS(1774), - [anon_sym_BANGis] = ACTIONS(1776), + [anon_sym_PLUS_EQ] = ACTIONS(3187), + [anon_sym_DASH_EQ] = ACTIONS(3187), + [anon_sym_STAR_EQ] = ACTIONS(3187), + [anon_sym_SLASH_EQ] = ACTIONS(3187), + [anon_sym_PERCENT_EQ] = ACTIONS(3187), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), [anon_sym_PLUS] = ACTIONS(1876), [anon_sym_DASH] = ACTIONS(1876), [anon_sym_SLASH] = ACTIONS(1856), @@ -96051,134 +96043,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3144), + [anon_sym_BANG] = ACTIONS(3185), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3144), - [anon_sym_sealed] = ACTIONS(3144), - [anon_sym_annotation] = ACTIONS(3144), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3144), - [anon_sym_lateinit] = ACTIONS(3144), - [anon_sym_public] = ACTIONS(3144), - [anon_sym_private] = ACTIONS(3144), - [anon_sym_internal] = ACTIONS(3144), - [anon_sym_protected] = ACTIONS(3144), - [anon_sym_tailrec] = ACTIONS(3144), - [anon_sym_operator] = ACTIONS(3144), - [anon_sym_infix] = ACTIONS(3144), - [anon_sym_inline] = ACTIONS(3144), - [anon_sym_external] = ACTIONS(3144), - [sym_property_modifier] = ACTIONS(3144), - [anon_sym_abstract] = ACTIONS(3144), - [anon_sym_final] = ACTIONS(3144), - [anon_sym_open] = ACTIONS(3144), - [anon_sym_vararg] = ACTIONS(3144), - [anon_sym_noinline] = ACTIONS(3144), - [anon_sym_crossinline] = ACTIONS(3144), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3146), - [anon_sym_continue_AT] = ACTIONS(3146), - [anon_sym_break_AT] = ACTIONS(3146), - [anon_sym_this_AT] = ACTIONS(3146), - [anon_sym_super_AT] = ACTIONS(3146), - [sym_real_literal] = ACTIONS(3146), - [sym_integer_literal] = ACTIONS(3144), - [sym_hex_literal] = ACTIONS(3146), - [sym_bin_literal] = ACTIONS(3146), - [anon_sym_true] = ACTIONS(3144), - [anon_sym_false] = ACTIONS(3144), - [anon_sym_SQUOTE] = ACTIONS(3146), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3146), + [anon_sym_suspend] = ACTIONS(3185), + [anon_sym_sealed] = ACTIONS(3185), + [anon_sym_annotation] = ACTIONS(3185), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_override] = ACTIONS(3185), + [anon_sym_lateinit] = ACTIONS(3185), + [anon_sym_public] = ACTIONS(3185), + [anon_sym_private] = ACTIONS(3185), + [anon_sym_internal] = ACTIONS(3185), + [anon_sym_protected] = ACTIONS(3185), + [anon_sym_tailrec] = ACTIONS(3185), + [anon_sym_operator] = ACTIONS(3185), + [anon_sym_infix] = ACTIONS(3185), + [anon_sym_inline] = ACTIONS(3185), + [anon_sym_external] = ACTIONS(3185), + [sym_property_modifier] = ACTIONS(3185), + [anon_sym_abstract] = ACTIONS(3185), + [anon_sym_final] = ACTIONS(3185), + [anon_sym_open] = ACTIONS(3185), + [anon_sym_vararg] = ACTIONS(3185), + [anon_sym_noinline] = ACTIONS(3185), + [anon_sym_crossinline] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3187), + [anon_sym_continue_AT] = ACTIONS(3187), + [anon_sym_break_AT] = ACTIONS(3187), + [anon_sym_this_AT] = ACTIONS(3187), + [anon_sym_super_AT] = ACTIONS(3187), + [sym_real_literal] = ACTIONS(3187), + [sym_integer_literal] = ACTIONS(3185), + [sym_hex_literal] = ACTIONS(3187), + [sym_bin_literal] = ACTIONS(3187), + [anon_sym_true] = ACTIONS(3185), + [anon_sym_false] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3187), + [sym__backtick_identifier] = ACTIONS(3187), + [sym__automatic_semicolon] = ACTIONS(3187), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3146), + [sym__string_start] = ACTIONS(3187), }, [402] = { - [sym_primary_constructor] = STATE(2844), - [sym__class_parameters] = STATE(3048), - [sym_type_parameters] = STATE(409), - [sym_type_constraints] = STATE(2970), - [sym_enum_class_body] = STATE(3178), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [sym_primary_constructor] = STATE(2852), + [sym_class_body] = STATE(3131), + [sym__class_parameters] = STATE(3018), + [sym_type_parameters] = STATE(419), + [sym_type_constraints] = STATE(3017), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3264), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_COMMA] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(3266), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_EQ] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(3212), + [anon_sym_COMMA] = ACTIONS(3258), [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3234), - [anon_sym_fun] = ACTIONS(3234), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_this] = ACTIONS(3234), - [anon_sym_super] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3234), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_null] = ACTIONS(3234), - [anon_sym_if] = ACTIONS(3234), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_when] = ACTIONS(3234), - [anon_sym_try] = ACTIONS(3234), - [anon_sym_throw] = ACTIONS(3234), - [anon_sym_return] = ACTIONS(3234), - [anon_sym_continue] = ACTIONS(3234), - [anon_sym_break] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG] = ACTIONS(3234), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3254), + [anon_sym_fun] = ACTIONS(3254), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [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(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [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(3258), + [anon_sym_PLUS_EQ] = ACTIONS(3258), + [anon_sym_DASH_EQ] = ACTIONS(3258), + [anon_sym_STAR_EQ] = ACTIONS(3258), + [anon_sym_SLASH_EQ] = ACTIONS(3258), + [anon_sym_PERCENT_EQ] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [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(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG] = ACTIONS(3254), + [anon_sym_BANG_BANG] = ACTIONS(3258), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -96206,191 +96198,191 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3238), - [anon_sym_continue_AT] = ACTIONS(3238), - [anon_sym_break_AT] = ACTIONS(3238), - [anon_sym_this_AT] = ACTIONS(3238), - [anon_sym_super_AT] = ACTIONS(3238), - [sym_real_literal] = ACTIONS(3238), - [sym_integer_literal] = ACTIONS(3234), - [sym_hex_literal] = ACTIONS(3238), - [sym_bin_literal] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3234), - [anon_sym_false] = ACTIONS(3234), - [anon_sym_SQUOTE] = ACTIONS(3238), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3238), + [anon_sym_return_AT] = ACTIONS(3258), + [anon_sym_continue_AT] = ACTIONS(3258), + [anon_sym_break_AT] = ACTIONS(3258), + [anon_sym_this_AT] = ACTIONS(3258), + [anon_sym_super_AT] = ACTIONS(3258), + [sym_real_literal] = ACTIONS(3258), + [sym_integer_literal] = ACTIONS(3254), + [sym_hex_literal] = ACTIONS(3258), + [sym_bin_literal] = ACTIONS(3258), + [anon_sym_true] = ACTIONS(3254), + [anon_sym_false] = ACTIONS(3254), + [anon_sym_SQUOTE] = ACTIONS(3258), + [sym__backtick_identifier] = ACTIONS(3258), + [sym__automatic_semicolon] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3258), }, [403] = { - [sym_primary_constructor] = STATE(2846), - [sym_class_body] = STATE(3178), - [sym__class_parameters] = STATE(3048), - [sym_type_parameters] = STATE(410), - [sym_type_constraints] = STATE(3027), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3266), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3234), - [anon_sym_fun] = ACTIONS(3234), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_this] = ACTIONS(3234), - [anon_sym_super] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3234), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_null] = ACTIONS(3234), - [anon_sym_if] = ACTIONS(3234), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_when] = ACTIONS(3234), - [anon_sym_try] = ACTIONS(3234), - [anon_sym_throw] = ACTIONS(3234), - [anon_sym_return] = ACTIONS(3234), - [anon_sym_continue] = ACTIONS(3234), - [anon_sym_break] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG] = ACTIONS(3234), - [anon_sym_BANG_BANG] = ACTIONS(3238), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3238), - [anon_sym_continue_AT] = ACTIONS(3238), - [anon_sym_break_AT] = ACTIONS(3238), - [anon_sym_this_AT] = ACTIONS(3238), - [anon_sym_super_AT] = ACTIONS(3238), - [sym_real_literal] = ACTIONS(3238), - [sym_integer_literal] = ACTIONS(3234), - [sym_hex_literal] = ACTIONS(3238), - [sym_bin_literal] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3234), - [anon_sym_false] = ACTIONS(3234), - [anon_sym_SQUOTE] = ACTIONS(3238), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3238), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1644), + [sym__multiplicative_operator] = STATE(1643), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1642), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_as] = ACTIONS(1730), + [anon_sym_EQ] = ACTIONS(3158), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_RBRACE] = ACTIONS(3160), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(1848), + [anon_sym_object] = ACTIONS(3158), + [anon_sym_fun] = ACTIONS(3158), + [anon_sym_DOT] = ACTIONS(1742), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3158), + [anon_sym_super] = ACTIONS(3158), + [anon_sym_STAR] = ACTIONS(1856), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1858), + [anon_sym_DOT_DOT] = ACTIONS(1860), + [anon_sym_QMARK_COLON] = ACTIONS(1862), + [anon_sym_AMP_AMP] = ACTIONS(1864), + [anon_sym_PIPE_PIPE] = ACTIONS(1866), + [anon_sym_null] = ACTIONS(3158), + [anon_sym_if] = ACTIONS(3158), + [anon_sym_else] = ACTIONS(3158), + [anon_sym_when] = ACTIONS(3158), + [anon_sym_try] = ACTIONS(3158), + [anon_sym_throw] = ACTIONS(3158), + [anon_sym_return] = ACTIONS(3158), + [anon_sym_continue] = ACTIONS(3158), + [anon_sym_break] = ACTIONS(3158), + [anon_sym_COLON_COLON] = ACTIONS(1764), + [anon_sym_PLUS_EQ] = ACTIONS(3160), + [anon_sym_DASH_EQ] = ACTIONS(3160), + [anon_sym_STAR_EQ] = ACTIONS(3160), + [anon_sym_SLASH_EQ] = ACTIONS(3160), + [anon_sym_PERCENT_EQ] = ACTIONS(3160), + [anon_sym_BANG_EQ] = ACTIONS(1868), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), + [anon_sym_EQ_EQ] = ACTIONS(1868), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1870), + [anon_sym_LT_EQ] = ACTIONS(1872), + [anon_sym_GT_EQ] = ACTIONS(1872), + [anon_sym_BANGin] = ACTIONS(1874), + [anon_sym_is] = ACTIONS(1774), + [anon_sym_BANGis] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1876), + [anon_sym_DASH] = ACTIONS(1876), + [anon_sym_SLASH] = ACTIONS(1856), + [anon_sym_PERCENT] = ACTIONS(1856), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(3158), + [anon_sym_BANG_BANG] = ACTIONS(1782), + [anon_sym_suspend] = ACTIONS(3158), + [anon_sym_sealed] = ACTIONS(3158), + [anon_sym_annotation] = ACTIONS(3158), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3158), + [anon_sym_lateinit] = ACTIONS(3158), + [anon_sym_public] = ACTIONS(3158), + [anon_sym_private] = ACTIONS(3158), + [anon_sym_internal] = ACTIONS(3158), + [anon_sym_protected] = ACTIONS(3158), + [anon_sym_tailrec] = ACTIONS(3158), + [anon_sym_operator] = ACTIONS(3158), + [anon_sym_infix] = ACTIONS(3158), + [anon_sym_inline] = ACTIONS(3158), + [anon_sym_external] = ACTIONS(3158), + [sym_property_modifier] = ACTIONS(3158), + [anon_sym_abstract] = ACTIONS(3158), + [anon_sym_final] = ACTIONS(3158), + [anon_sym_open] = ACTIONS(3158), + [anon_sym_vararg] = ACTIONS(3158), + [anon_sym_noinline] = ACTIONS(3158), + [anon_sym_crossinline] = ACTIONS(3158), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3160), + [anon_sym_continue_AT] = ACTIONS(3160), + [anon_sym_break_AT] = ACTIONS(3160), + [anon_sym_this_AT] = ACTIONS(3160), + [anon_sym_super_AT] = ACTIONS(3160), + [sym_real_literal] = ACTIONS(3160), + [sym_integer_literal] = ACTIONS(3158), + [sym_hex_literal] = ACTIONS(3160), + [sym_bin_literal] = ACTIONS(3160), + [anon_sym_true] = ACTIONS(3158), + [anon_sym_false] = ACTIONS(3158), + [anon_sym_SQUOTE] = ACTIONS(3160), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3160), + [sym_safe_nav] = ACTIONS(1764), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3160), }, [404] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3171), + [anon_sym_EQ] = ACTIONS(3095), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3173), + [anon_sym_RBRACE] = ACTIONS(3097), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(3171), - [anon_sym_fun] = ACTIONS(3171), + [anon_sym_object] = ACTIONS(3095), + [anon_sym_fun] = ACTIONS(3095), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3173), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3171), - [anon_sym_super] = ACTIONS(3171), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3095), + [anon_sym_super] = ACTIONS(3095), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1858), @@ -96398,21 +96390,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1862), [anon_sym_AMP_AMP] = ACTIONS(1864), [anon_sym_PIPE_PIPE] = ACTIONS(1866), - [anon_sym_null] = ACTIONS(3171), - [anon_sym_if] = ACTIONS(3171), - [anon_sym_else] = ACTIONS(3171), - [anon_sym_when] = ACTIONS(3171), - [anon_sym_try] = ACTIONS(3171), - [anon_sym_throw] = ACTIONS(3171), - [anon_sym_return] = ACTIONS(3171), - [anon_sym_continue] = ACTIONS(3171), - [anon_sym_break] = ACTIONS(3171), + [anon_sym_null] = ACTIONS(3095), + [anon_sym_if] = ACTIONS(3095), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_when] = ACTIONS(3095), + [anon_sym_try] = ACTIONS(3095), + [anon_sym_throw] = ACTIONS(3095), + [anon_sym_return] = ACTIONS(3095), + [anon_sym_continue] = ACTIONS(3095), + [anon_sym_break] = ACTIONS(3095), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3173), - [anon_sym_DASH_EQ] = ACTIONS(3173), - [anon_sym_STAR_EQ] = ACTIONS(3173), - [anon_sym_SLASH_EQ] = ACTIONS(3173), - [anon_sym_PERCENT_EQ] = ACTIONS(3173), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), [anon_sym_BANG_EQ] = ACTIONS(1868), [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), [anon_sym_EQ_EQ] = ACTIONS(1868), @@ -96429,94 +96421,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3171), + [anon_sym_BANG] = ACTIONS(3095), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3171), - [anon_sym_sealed] = ACTIONS(3171), - [anon_sym_annotation] = ACTIONS(3171), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3171), - [anon_sym_lateinit] = ACTIONS(3171), - [anon_sym_public] = ACTIONS(3171), - [anon_sym_private] = ACTIONS(3171), - [anon_sym_internal] = ACTIONS(3171), - [anon_sym_protected] = ACTIONS(3171), - [anon_sym_tailrec] = ACTIONS(3171), - [anon_sym_operator] = ACTIONS(3171), - [anon_sym_infix] = ACTIONS(3171), - [anon_sym_inline] = ACTIONS(3171), - [anon_sym_external] = ACTIONS(3171), - [sym_property_modifier] = ACTIONS(3171), - [anon_sym_abstract] = ACTIONS(3171), - [anon_sym_final] = ACTIONS(3171), - [anon_sym_open] = ACTIONS(3171), - [anon_sym_vararg] = ACTIONS(3171), - [anon_sym_noinline] = ACTIONS(3171), - [anon_sym_crossinline] = ACTIONS(3171), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3173), - [anon_sym_continue_AT] = ACTIONS(3173), - [anon_sym_break_AT] = ACTIONS(3173), - [anon_sym_this_AT] = ACTIONS(3173), - [anon_sym_super_AT] = ACTIONS(3173), - [sym_real_literal] = ACTIONS(3173), - [sym_integer_literal] = ACTIONS(3171), - [sym_hex_literal] = ACTIONS(3173), - [sym_bin_literal] = ACTIONS(3173), - [anon_sym_true] = ACTIONS(3171), - [anon_sym_false] = ACTIONS(3171), - [anon_sym_SQUOTE] = ACTIONS(3173), + [anon_sym_suspend] = ACTIONS(3095), + [anon_sym_sealed] = ACTIONS(3095), + [anon_sym_annotation] = ACTIONS(3095), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3095), + [anon_sym_lateinit] = ACTIONS(3095), + [anon_sym_public] = ACTIONS(3095), + [anon_sym_private] = ACTIONS(3095), + [anon_sym_internal] = ACTIONS(3095), + [anon_sym_protected] = ACTIONS(3095), + [anon_sym_tailrec] = ACTIONS(3095), + [anon_sym_operator] = ACTIONS(3095), + [anon_sym_infix] = ACTIONS(3095), + [anon_sym_inline] = ACTIONS(3095), + [anon_sym_external] = ACTIONS(3095), + [sym_property_modifier] = ACTIONS(3095), + [anon_sym_abstract] = ACTIONS(3095), + [anon_sym_final] = ACTIONS(3095), + [anon_sym_open] = ACTIONS(3095), + [anon_sym_vararg] = ACTIONS(3095), + [anon_sym_noinline] = ACTIONS(3095), + [anon_sym_crossinline] = ACTIONS(3095), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3097), + [anon_sym_continue_AT] = ACTIONS(3097), + [anon_sym_break_AT] = ACTIONS(3097), + [anon_sym_this_AT] = ACTIONS(3097), + [anon_sym_super_AT] = ACTIONS(3097), + [sym_real_literal] = ACTIONS(3097), + [sym_integer_literal] = ACTIONS(3095), + [sym_hex_literal] = ACTIONS(3097), + [sym_bin_literal] = ACTIONS(3097), + [anon_sym_true] = ACTIONS(3095), + [anon_sym_false] = ACTIONS(3095), + [anon_sym_SQUOTE] = ACTIONS(3097), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3173), + [sym__automatic_semicolon] = ACTIONS(3097), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3173), + [sym__string_start] = ACTIONS(3097), }, [405] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1647), - [sym__comparison_operator] = STATE(1646), - [sym__in_operator] = STATE(1645), - [sym__is_operator] = STATE(5955), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1648), + [sym__comparison_operator] = STATE(1647), + [sym__in_operator] = STATE(1646), + [sym__is_operator] = STATE(6385), [sym__additive_operator] = STATE(1644), [sym__multiplicative_operator] = STATE(1643), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1642), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), - [anon_sym_EQ] = ACTIONS(3101), + [anon_sym_EQ] = ACTIONS(3154), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_RBRACE] = ACTIONS(3156), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1848), - [anon_sym_object] = ACTIONS(3101), - [anon_sym_fun] = ACTIONS(3101), + [anon_sym_object] = ACTIONS(3154), + [anon_sym_fun] = ACTIONS(3154), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3101), - [anon_sym_super] = ACTIONS(3101), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3154), + [anon_sym_super] = ACTIONS(3154), [anon_sym_STAR] = ACTIONS(1856), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1858), @@ -96524,21 +96516,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1862), [anon_sym_AMP_AMP] = ACTIONS(1864), [anon_sym_PIPE_PIPE] = ACTIONS(1866), - [anon_sym_null] = ACTIONS(3101), - [anon_sym_if] = ACTIONS(3101), - [anon_sym_else] = ACTIONS(3101), - [anon_sym_when] = ACTIONS(3101), - [anon_sym_try] = ACTIONS(3101), - [anon_sym_throw] = ACTIONS(3101), - [anon_sym_return] = ACTIONS(3101), - [anon_sym_continue] = ACTIONS(3101), - [anon_sym_break] = ACTIONS(3101), + [anon_sym_null] = ACTIONS(3154), + [anon_sym_if] = ACTIONS(3154), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_when] = ACTIONS(3154), + [anon_sym_try] = ACTIONS(3154), + [anon_sym_throw] = ACTIONS(3154), + [anon_sym_return] = ACTIONS(3154), + [anon_sym_continue] = ACTIONS(3154), + [anon_sym_break] = ACTIONS(3154), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_PLUS_EQ] = ACTIONS(3103), - [anon_sym_DASH_EQ] = ACTIONS(3103), - [anon_sym_STAR_EQ] = ACTIONS(3103), - [anon_sym_SLASH_EQ] = ACTIONS(3103), - [anon_sym_PERCENT_EQ] = ACTIONS(3103), + [anon_sym_PLUS_EQ] = ACTIONS(3156), + [anon_sym_DASH_EQ] = ACTIONS(3156), + [anon_sym_STAR_EQ] = ACTIONS(3156), + [anon_sym_SLASH_EQ] = ACTIONS(3156), + [anon_sym_PERCENT_EQ] = ACTIONS(3156), [anon_sym_BANG_EQ] = ACTIONS(1868), [anon_sym_BANG_EQ_EQ] = ACTIONS(1870), [anon_sym_EQ_EQ] = ACTIONS(1868), @@ -96555,133 +96547,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3101), + [anon_sym_BANG] = ACTIONS(3154), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3101), - [anon_sym_sealed] = ACTIONS(3101), - [anon_sym_annotation] = ACTIONS(3101), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3101), - [anon_sym_lateinit] = ACTIONS(3101), - [anon_sym_public] = ACTIONS(3101), - [anon_sym_private] = ACTIONS(3101), - [anon_sym_internal] = ACTIONS(3101), - [anon_sym_protected] = ACTIONS(3101), - [anon_sym_tailrec] = ACTIONS(3101), - [anon_sym_operator] = ACTIONS(3101), - [anon_sym_infix] = ACTIONS(3101), - [anon_sym_inline] = ACTIONS(3101), - [anon_sym_external] = ACTIONS(3101), - [sym_property_modifier] = ACTIONS(3101), - [anon_sym_abstract] = ACTIONS(3101), - [anon_sym_final] = ACTIONS(3101), - [anon_sym_open] = ACTIONS(3101), - [anon_sym_vararg] = ACTIONS(3101), - [anon_sym_noinline] = ACTIONS(3101), - [anon_sym_crossinline] = ACTIONS(3101), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3103), - [anon_sym_continue_AT] = ACTIONS(3103), - [anon_sym_break_AT] = ACTIONS(3103), - [anon_sym_this_AT] = ACTIONS(3103), - [anon_sym_super_AT] = ACTIONS(3103), - [sym_real_literal] = ACTIONS(3103), - [sym_integer_literal] = ACTIONS(3101), - [sym_hex_literal] = ACTIONS(3103), - [sym_bin_literal] = ACTIONS(3103), - [anon_sym_true] = ACTIONS(3101), - [anon_sym_false] = ACTIONS(3101), - [anon_sym_SQUOTE] = ACTIONS(3103), + [anon_sym_suspend] = ACTIONS(3154), + [anon_sym_sealed] = ACTIONS(3154), + [anon_sym_annotation] = ACTIONS(3154), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3154), + [anon_sym_lateinit] = ACTIONS(3154), + [anon_sym_public] = ACTIONS(3154), + [anon_sym_private] = ACTIONS(3154), + [anon_sym_internal] = ACTIONS(3154), + [anon_sym_protected] = ACTIONS(3154), + [anon_sym_tailrec] = ACTIONS(3154), + [anon_sym_operator] = ACTIONS(3154), + [anon_sym_infix] = ACTIONS(3154), + [anon_sym_inline] = ACTIONS(3154), + [anon_sym_external] = ACTIONS(3154), + [sym_property_modifier] = ACTIONS(3154), + [anon_sym_abstract] = ACTIONS(3154), + [anon_sym_final] = ACTIONS(3154), + [anon_sym_open] = ACTIONS(3154), + [anon_sym_vararg] = ACTIONS(3154), + [anon_sym_noinline] = ACTIONS(3154), + [anon_sym_crossinline] = ACTIONS(3154), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3156), + [anon_sym_continue_AT] = ACTIONS(3156), + [anon_sym_break_AT] = ACTIONS(3156), + [anon_sym_this_AT] = ACTIONS(3156), + [anon_sym_super_AT] = ACTIONS(3156), + [sym_real_literal] = ACTIONS(3156), + [sym_integer_literal] = ACTIONS(3154), + [sym_hex_literal] = ACTIONS(3156), + [sym_bin_literal] = ACTIONS(3156), + [anon_sym_true] = ACTIONS(3154), + [anon_sym_false] = ACTIONS(3154), + [anon_sym_SQUOTE] = ACTIONS(3156), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3103), + [sym__automatic_semicolon] = ACTIONS(3156), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3103), + [sym__string_start] = ACTIONS(3156), }, [406] = { - [sym_primary_constructor] = STATE(2884), - [sym_class_body] = STATE(3178), - [sym__class_parameters] = STATE(3048), - [sym_type_parameters] = STATE(439), - [sym_type_constraints] = STATE(3027), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [sym_primary_constructor] = STATE(2950), + [sym__class_parameters] = STATE(3018), + [sym_type_parameters] = STATE(434), + [sym_type_constraints] = STATE(2985), + [sym_enum_class_body] = STATE(3172), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), [anon_sym_COLON] = ACTIONS(3268), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(3254), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_EQ] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(3212), [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3234), - [anon_sym_fun] = ACTIONS(3234), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_this] = ACTIONS(3234), - [anon_sym_super] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3234), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_null] = ACTIONS(3234), - [anon_sym_if] = ACTIONS(3234), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_when] = ACTIONS(3234), - [anon_sym_try] = ACTIONS(3234), - [anon_sym_throw] = ACTIONS(3234), - [anon_sym_return] = ACTIONS(3234), - [anon_sym_continue] = ACTIONS(3234), - [anon_sym_break] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG] = ACTIONS(3234), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3200), + [anon_sym_fun] = ACTIONS(3200), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_this] = ACTIONS(3200), + [anon_sym_super] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_null] = ACTIONS(3200), + [anon_sym_if] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_when] = ACTIONS(3200), + [anon_sym_try] = ACTIONS(3200), + [anon_sym_throw] = ACTIONS(3200), + [anon_sym_return] = ACTIONS(3200), + [anon_sym_continue] = ACTIONS(3200), + [anon_sym_break] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_PLUS_EQ] = ACTIONS(3206), + [anon_sym_DASH_EQ] = ACTIONS(3206), + [anon_sym_STAR_EQ] = ACTIONS(3206), + [anon_sym_SLASH_EQ] = ACTIONS(3206), + [anon_sym_PERCENT_EQ] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -96709,104 +96701,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3238), - [anon_sym_continue_AT] = ACTIONS(3238), - [anon_sym_break_AT] = ACTIONS(3238), - [anon_sym_this_AT] = ACTIONS(3238), - [anon_sym_super_AT] = ACTIONS(3238), - [sym_real_literal] = ACTIONS(3238), - [sym_integer_literal] = ACTIONS(3234), - [sym_hex_literal] = ACTIONS(3238), - [sym_bin_literal] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3234), - [anon_sym_false] = ACTIONS(3234), - [anon_sym_SQUOTE] = ACTIONS(3238), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3238), + [anon_sym_return_AT] = ACTIONS(3206), + [anon_sym_continue_AT] = ACTIONS(3206), + [anon_sym_break_AT] = ACTIONS(3206), + [anon_sym_this_AT] = ACTIONS(3206), + [anon_sym_super_AT] = ACTIONS(3206), + [sym_real_literal] = ACTIONS(3206), + [sym_integer_literal] = ACTIONS(3200), + [sym_hex_literal] = ACTIONS(3206), + [sym_bin_literal] = ACTIONS(3206), + [anon_sym_true] = ACTIONS(3200), + [anon_sym_false] = ACTIONS(3200), + [anon_sym_SQUOTE] = ACTIONS(3206), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3206), }, [407] = { - [sym_primary_constructor] = STATE(2843), - [sym_class_body] = STATE(3173), - [sym__class_parameters] = STATE(3048), - [sym_type_constraints] = STATE(3039), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), + [sym_primary_constructor] = STATE(923), + [sym_class_body] = STATE(1018), + [sym__class_parameters] = STATE(935), + [sym_type_parameters] = STATE(426), + [sym_type_constraints] = STATE(936), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3272), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_COLON] = ACTIONS(3270), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_EQ] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_LT] = ACTIONS(3214), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3254), + [anon_sym_fun] = ACTIONS(3254), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [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(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [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(3258), + [anon_sym_PLUS_EQ] = ACTIONS(3258), + [anon_sym_DASH_EQ] = ACTIONS(3258), + [anon_sym_STAR_EQ] = ACTIONS(3258), + [anon_sym_SLASH_EQ] = ACTIONS(3258), + [anon_sym_PERCENT_EQ] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [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(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG] = ACTIONS(3254), + [anon_sym_BANG_BANG] = ACTIONS(3258), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -96834,104 +96826,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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_return_AT] = ACTIONS(3258), + [anon_sym_continue_AT] = ACTIONS(3258), + [anon_sym_break_AT] = ACTIONS(3258), + [anon_sym_this_AT] = ACTIONS(3258), + [anon_sym_super_AT] = ACTIONS(3258), + [sym_real_literal] = ACTIONS(3258), + [sym_integer_literal] = ACTIONS(3254), + [sym_hex_literal] = ACTIONS(3258), + [sym_bin_literal] = ACTIONS(3258), + [anon_sym_true] = ACTIONS(3254), + [anon_sym_false] = ACTIONS(3254), + [anon_sym_SQUOTE] = ACTIONS(3258), + [sym__backtick_identifier] = ACTIONS(3258), + [sym__automatic_semicolon] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3258), }, [408] = { - [sym_primary_constructor] = STATE(862), - [sym__class_parameters] = STATE(936), - [sym_type_parameters] = STATE(432), - [sym_type_constraints] = STATE(946), - [sym_enum_class_body] = STATE(1186), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [sym_primary_constructor] = STATE(874), + [sym__class_parameters] = STATE(935), + [sym_type_parameters] = STATE(430), + [sym_type_constraints] = STATE(973), + [sym_enum_class_body] = STATE(1100), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3276), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(3212), + [anon_sym_COLON] = ACTIONS(3272), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_EQ] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(3248), [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3234), - [anon_sym_fun] = ACTIONS(3234), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_this] = ACTIONS(3234), - [anon_sym_super] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3234), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_null] = ACTIONS(3234), - [anon_sym_if] = ACTIONS(3234), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_when] = ACTIONS(3234), - [anon_sym_try] = ACTIONS(3234), - [anon_sym_throw] = ACTIONS(3234), - [anon_sym_return] = ACTIONS(3234), - [anon_sym_continue] = ACTIONS(3234), - [anon_sym_break] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG] = ACTIONS(3234), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3238), + [anon_sym_fun] = ACTIONS(3238), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_this] = ACTIONS(3238), + [anon_sym_super] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3238), + [sym_label] = ACTIONS(3238), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_if] = ACTIONS(3238), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_when] = ACTIONS(3238), + [anon_sym_try] = ACTIONS(3238), + [anon_sym_throw] = ACTIONS(3238), + [anon_sym_return] = ACTIONS(3238), + [anon_sym_continue] = ACTIONS(3238), + [anon_sym_break] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_PLUS_EQ] = ACTIONS(3242), + [anon_sym_DASH_EQ] = ACTIONS(3242), + [anon_sym_STAR_EQ] = ACTIONS(3242), + [anon_sym_SLASH_EQ] = ACTIONS(3242), + [anon_sym_PERCENT_EQ] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3238), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG] = ACTIONS(3238), + [anon_sym_BANG_BANG] = ACTIONS(3242), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -96959,104 +96951,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3238), - [anon_sym_continue_AT] = ACTIONS(3238), - [anon_sym_break_AT] = ACTIONS(3238), - [anon_sym_this_AT] = ACTIONS(3238), - [anon_sym_super_AT] = ACTIONS(3238), - [sym_real_literal] = ACTIONS(3238), - [sym_integer_literal] = ACTIONS(3234), - [sym_hex_literal] = ACTIONS(3238), - [sym_bin_literal] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3234), - [anon_sym_false] = ACTIONS(3234), - [anon_sym_SQUOTE] = ACTIONS(3238), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3238), + [anon_sym_return_AT] = ACTIONS(3242), + [anon_sym_continue_AT] = ACTIONS(3242), + [anon_sym_break_AT] = ACTIONS(3242), + [anon_sym_this_AT] = ACTIONS(3242), + [anon_sym_super_AT] = ACTIONS(3242), + [sym_real_literal] = ACTIONS(3242), + [sym_integer_literal] = ACTIONS(3238), + [sym_hex_literal] = ACTIONS(3242), + [sym_bin_literal] = ACTIONS(3242), + [anon_sym_true] = ACTIONS(3238), + [anon_sym_false] = ACTIONS(3238), + [anon_sym_SQUOTE] = ACTIONS(3242), + [sym__backtick_identifier] = ACTIONS(3242), + [sym__automatic_semicolon] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3242), }, [409] = { - [sym_primary_constructor] = STATE(2851), - [sym__class_parameters] = STATE(3048), - [sym_type_constraints] = STATE(3020), - [sym_enum_class_body] = STATE(3061), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [sym_primary_constructor] = STATE(2856), + [sym__class_parameters] = STATE(3018), + [sym_type_constraints] = STATE(3038), + [sym_enum_class_body] = STATE(3259), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3280), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_COLON] = ACTIONS(3276), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3212), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -97084,104 +97076,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), }, [410] = { - [sym_primary_constructor] = STATE(2852), - [sym_class_body] = STATE(3061), - [sym__class_parameters] = STATE(3048), - [sym_type_constraints] = STATE(3015), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [sym_primary_constructor] = STATE(2866), + [sym_class_body] = STATE(3209), + [sym__class_parameters] = STATE(3018), + [sym_type_constraints] = STATE(3011), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3284), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_COLON] = ACTIONS(3282), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3212), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -97209,104 +97201,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, [411] = { - [sym_primary_constructor] = STATE(857), - [sym__class_parameters] = STATE(936), - [sym_type_constraints] = STATE(947), - [sym_enum_class_body] = STATE(1148), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), + [sym_primary_constructor] = STATE(2909), + [sym_class_body] = STATE(3131), + [sym__class_parameters] = STATE(3018), + [sym_type_parameters] = STATE(424), + [sym_type_constraints] = STATE(3017), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3288), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), + [anon_sym_COLON] = ACTIONS(3286), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_EQ] = ACTIONS(3254), [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3258), [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), + [anon_sym_LT] = ACTIONS(3214), + [anon_sym_GT] = ACTIONS(3254), [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), + [anon_sym_object] = ACTIONS(3254), + [anon_sym_fun] = ACTIONS(3254), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [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(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [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(3258), + [anon_sym_PLUS_EQ] = ACTIONS(3258), + [anon_sym_DASH_EQ] = ACTIONS(3258), + [anon_sym_STAR_EQ] = ACTIONS(3258), + [anon_sym_SLASH_EQ] = ACTIONS(3258), + [anon_sym_PERCENT_EQ] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [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(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG] = ACTIONS(3254), + [anon_sym_BANG_BANG] = ACTIONS(3258), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -97334,56 +97326,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), + [anon_sym_return_AT] = ACTIONS(3258), + [anon_sym_continue_AT] = ACTIONS(3258), + [anon_sym_break_AT] = ACTIONS(3258), + [anon_sym_this_AT] = ACTIONS(3258), + [anon_sym_super_AT] = ACTIONS(3258), + [sym_real_literal] = ACTIONS(3258), + [sym_integer_literal] = ACTIONS(3254), + [sym_hex_literal] = ACTIONS(3258), + [sym_bin_literal] = ACTIONS(3258), + [anon_sym_true] = ACTIONS(3254), + [anon_sym_false] = ACTIONS(3254), + [anon_sym_SQUOTE] = ACTIONS(3258), + [sym__backtick_identifier] = ACTIONS(3258), + [sym__automatic_semicolon] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3258), }, [412] = { - [sym_primary_constructor] = STATE(2888), - [sym_class_body] = STATE(3137), - [sym__class_parameters] = STATE(3048), - [sym_type_parameters] = STATE(429), - [sym_type_constraints] = STATE(3047), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_primary_constructor] = STATE(903), + [sym_class_body] = STATE(1156), + [sym__class_parameters] = STATE(935), + [sym_type_parameters] = STATE(423), + [sym_type_constraints] = STATE(948), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3292), + [anon_sym_COLON] = ACTIONS(3288), [anon_sym_LBRACK] = ACTIONS(3206), [anon_sym_as] = ACTIONS(3200), [anon_sym_EQ] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3262), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3260), [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(3254), + [anon_sym_LPAREN] = ACTIONS(3248), [anon_sym_LT] = ACTIONS(3214), [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(3256), + [anon_sym_where] = ACTIONS(3250), [anon_sym_object] = ACTIONS(3200), [anon_sym_fun] = ACTIONS(3200), [anon_sym_DOT] = ACTIONS(3200), @@ -97478,85 +97470,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(3206), }, [413] = { - [sym_primary_constructor] = STATE(916), - [sym_class_body] = STATE(1186), - [sym__class_parameters] = STATE(936), - [sym_type_parameters] = STATE(426), - [sym_type_constraints] = STATE(983), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [sym_primary_constructor] = STATE(831), + [sym_class_body] = STATE(1171), + [sym__class_parameters] = STATE(935), + [sym_type_constraints] = STATE(929), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3294), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3234), - [anon_sym_fun] = ACTIONS(3234), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_this] = ACTIONS(3234), - [anon_sym_super] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3234), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_null] = ACTIONS(3234), - [anon_sym_if] = ACTIONS(3234), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_when] = ACTIONS(3234), - [anon_sym_try] = ACTIONS(3234), - [anon_sym_throw] = ACTIONS(3234), - [anon_sym_return] = ACTIONS(3234), - [anon_sym_continue] = ACTIONS(3234), - [anon_sym_break] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG] = ACTIONS(3234), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(3292), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -97584,104 +97576,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3238), - [anon_sym_continue_AT] = ACTIONS(3238), - [anon_sym_break_AT] = ACTIONS(3238), - [anon_sym_this_AT] = ACTIONS(3238), - [anon_sym_super_AT] = ACTIONS(3238), - [sym_real_literal] = ACTIONS(3238), - [sym_integer_literal] = ACTIONS(3234), - [sym_hex_literal] = ACTIONS(3238), - [sym_bin_literal] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3234), - [anon_sym_false] = ACTIONS(3234), - [anon_sym_SQUOTE] = ACTIONS(3238), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3238), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), }, [414] = { - [sym_primary_constructor] = STATE(829), - [sym_class_body] = STATE(1068), - [sym__class_parameters] = STATE(936), - [sym_type_constraints] = STATE(969), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [sym_primary_constructor] = STATE(2840), + [sym__class_parameters] = STATE(3018), + [sym_type_constraints] = STATE(3001), + [sym_enum_class_body] = STATE(3209), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), [anon_sym_COLON] = ACTIONS(3296), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3282), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3284), [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -97709,104 +97701,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, [415] = { - [sym_primary_constructor] = STATE(832), - [sym__class_parameters] = STATE(936), - [sym_type_constraints] = STATE(987), - [sym_enum_class_body] = STATE(1068), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [sym_primary_constructor] = STATE(2908), + [sym__class_parameters] = STATE(3018), + [sym_type_parameters] = STATE(433), + [sym_type_constraints] = STATE(3039), + [sym_enum_class_body] = STATE(3238), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), [anon_sym_AT] = ACTIONS(3202), [anon_sym_COLON] = ACTIONS(3298), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_EQ] = ACTIONS(3238), [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3282), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3242), [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3214), + [anon_sym_GT] = ACTIONS(3238), [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_object] = ACTIONS(3238), + [anon_sym_fun] = ACTIONS(3238), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_this] = ACTIONS(3238), + [anon_sym_super] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3238), + [sym_label] = ACTIONS(3238), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_if] = ACTIONS(3238), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_when] = ACTIONS(3238), + [anon_sym_try] = ACTIONS(3238), + [anon_sym_throw] = ACTIONS(3238), + [anon_sym_return] = ACTIONS(3238), + [anon_sym_continue] = ACTIONS(3238), + [anon_sym_break] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_PLUS_EQ] = ACTIONS(3242), + [anon_sym_DASH_EQ] = ACTIONS(3242), + [anon_sym_STAR_EQ] = ACTIONS(3242), + [anon_sym_SLASH_EQ] = ACTIONS(3242), + [anon_sym_PERCENT_EQ] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3238), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG] = ACTIONS(3238), + [anon_sym_BANG_BANG] = ACTIONS(3242), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -97834,56 +97826,181 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [anon_sym_return_AT] = ACTIONS(3242), + [anon_sym_continue_AT] = ACTIONS(3242), + [anon_sym_break_AT] = ACTIONS(3242), + [anon_sym_this_AT] = ACTIONS(3242), + [anon_sym_super_AT] = ACTIONS(3242), + [sym_real_literal] = ACTIONS(3242), + [sym_integer_literal] = ACTIONS(3238), + [sym_hex_literal] = ACTIONS(3242), + [sym_bin_literal] = ACTIONS(3242), + [anon_sym_true] = ACTIONS(3238), + [anon_sym_false] = ACTIONS(3238), + [anon_sym_SQUOTE] = ACTIONS(3242), + [sym__backtick_identifier] = ACTIONS(3242), + [sym__automatic_semicolon] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3242), }, [416] = { - [sym_primary_constructor] = STATE(922), - [sym_class_body] = STATE(1023), - [sym__class_parameters] = STATE(936), - [sym_type_parameters] = STATE(423), - [sym_type_constraints] = STATE(939), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3200), + [sym_primary_constructor] = STATE(828), + [sym__class_parameters] = STATE(935), + [sym_type_constraints] = STATE(927), + [sym_enum_class_body] = STATE(1166), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), [anon_sym_AT] = ACTIONS(3202), [anon_sym_COLON] = ACTIONS(3300), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), + }, + [417] = { + [sym_primary_constructor] = STATE(911), + [sym__class_parameters] = STATE(935), + [sym_type_parameters] = STATE(438), + [sym_type_constraints] = STATE(928), + [sym_enum_class_body] = STATE(1156), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(3302), [anon_sym_LBRACK] = ACTIONS(3206), [anon_sym_as] = ACTIONS(3200), [anon_sym_EQ] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3246), [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(3212), + [anon_sym_LPAREN] = ACTIONS(3248), [anon_sym_LT] = ACTIONS(3214), [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(3216), + [anon_sym_where] = ACTIONS(3250), [anon_sym_object] = ACTIONS(3200), [anon_sym_fun] = ACTIONS(3200), [anon_sym_DOT] = ACTIONS(3200), @@ -97977,211 +98094,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3206), }, - [417] = { - [sym_primary_constructor] = STATE(890), - [sym__class_parameters] = STATE(936), - [sym_type_parameters] = STATE(428), - [sym_type_constraints] = STATE(928), - [sym_enum_class_body] = STATE(1175), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), + [418] = { + [sym_primary_constructor] = STATE(2968), + [sym_class_body] = STATE(3172), + [sym__class_parameters] = STATE(3018), + [sym_type_parameters] = STATE(429), + [sym_type_constraints] = STATE(3014), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3302), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_EQ] = ACTIONS(3244), + [anon_sym_COLON] = ACTIONS(3304), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_EQ] = ACTIONS(3200), [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3248), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3206), [anon_sym_LPAREN] = ACTIONS(3212), [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3244), + [anon_sym_GT] = ACTIONS(3200), [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3244), - [anon_sym_fun] = ACTIONS(3244), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_this] = ACTIONS(3244), - [anon_sym_super] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3244), - [sym_label] = ACTIONS(3244), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_null] = ACTIONS(3244), - [anon_sym_if] = ACTIONS(3244), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_when] = ACTIONS(3244), - [anon_sym_try] = ACTIONS(3244), - [anon_sym_throw] = ACTIONS(3244), - [anon_sym_return] = ACTIONS(3244), - [anon_sym_continue] = ACTIONS(3244), - [anon_sym_break] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_PLUS_EQ] = ACTIONS(3248), - [anon_sym_DASH_EQ] = ACTIONS(3248), - [anon_sym_STAR_EQ] = ACTIONS(3248), - [anon_sym_SLASH_EQ] = ACTIONS(3248), - [anon_sym_PERCENT_EQ] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3244), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG] = ACTIONS(3244), - [anon_sym_BANG_BANG] = ACTIONS(3248), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3248), - [anon_sym_continue_AT] = ACTIONS(3248), - [anon_sym_break_AT] = ACTIONS(3248), - [anon_sym_this_AT] = ACTIONS(3248), - [anon_sym_super_AT] = ACTIONS(3248), - [sym_real_literal] = ACTIONS(3248), - [sym_integer_literal] = ACTIONS(3244), - [sym_hex_literal] = ACTIONS(3248), - [sym_bin_literal] = ACTIONS(3248), - [anon_sym_true] = ACTIONS(3244), - [anon_sym_false] = ACTIONS(3244), - [anon_sym_SQUOTE] = ACTIONS(3248), - [sym__backtick_identifier] = ACTIONS(3248), - [sym__automatic_semicolon] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3248), - }, - [418] = { - [sym_primary_constructor] = STATE(2895), - [sym__class_parameters] = STATE(3048), - [sym_type_parameters] = STATE(422), - [sym_type_constraints] = STATE(2970), - [sym_enum_class_body] = STATE(3178), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3304), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3234), - [anon_sym_fun] = ACTIONS(3234), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_this] = ACTIONS(3234), - [anon_sym_super] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3234), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_null] = ACTIONS(3234), - [anon_sym_if] = ACTIONS(3234), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_when] = ACTIONS(3234), - [anon_sym_try] = ACTIONS(3234), - [anon_sym_throw] = ACTIONS(3234), - [anon_sym_return] = ACTIONS(3234), - [anon_sym_continue] = ACTIONS(3234), - [anon_sym_break] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG] = ACTIONS(3234), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_object] = ACTIONS(3200), + [anon_sym_fun] = ACTIONS(3200), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_this] = ACTIONS(3200), + [anon_sym_super] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_null] = ACTIONS(3200), + [anon_sym_if] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_when] = ACTIONS(3200), + [anon_sym_try] = ACTIONS(3200), + [anon_sym_throw] = ACTIONS(3200), + [anon_sym_return] = ACTIONS(3200), + [anon_sym_continue] = ACTIONS(3200), + [anon_sym_break] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_PLUS_EQ] = ACTIONS(3206), + [anon_sym_DASH_EQ] = ACTIONS(3206), + [anon_sym_STAR_EQ] = ACTIONS(3206), + [anon_sym_SLASH_EQ] = ACTIONS(3206), + [anon_sym_PERCENT_EQ] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -98209,104 +98201,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3238), - [anon_sym_continue_AT] = ACTIONS(3238), - [anon_sym_break_AT] = ACTIONS(3238), - [anon_sym_this_AT] = ACTIONS(3238), - [anon_sym_super_AT] = ACTIONS(3238), - [sym_real_literal] = ACTIONS(3238), - [sym_integer_literal] = ACTIONS(3234), - [sym_hex_literal] = ACTIONS(3238), - [sym_bin_literal] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3234), - [anon_sym_false] = ACTIONS(3234), - [anon_sym_SQUOTE] = ACTIONS(3238), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3238), + [anon_sym_return_AT] = ACTIONS(3206), + [anon_sym_continue_AT] = ACTIONS(3206), + [anon_sym_break_AT] = ACTIONS(3206), + [anon_sym_this_AT] = ACTIONS(3206), + [anon_sym_super_AT] = ACTIONS(3206), + [sym_real_literal] = ACTIONS(3206), + [sym_integer_literal] = ACTIONS(3200), + [sym_hex_literal] = ACTIONS(3206), + [sym_bin_literal] = ACTIONS(3206), + [anon_sym_true] = ACTIONS(3200), + [anon_sym_false] = ACTIONS(3200), + [anon_sym_SQUOTE] = ACTIONS(3206), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3206), }, [419] = { - [sym_primary_constructor] = STATE(2921), - [sym__class_parameters] = STATE(3048), - [sym_type_parameters] = STATE(427), - [sym_type_constraints] = STATE(3012), - [sym_enum_class_body] = STATE(3244), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), + [sym_primary_constructor] = STATE(2844), + [sym_class_body] = STATE(3167), + [sym__class_parameters] = STATE(3018), + [sym_type_constraints] = STATE(2970), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), [anon_sym_AT] = ACTIONS(3202), [anon_sym_COLON] = ACTIONS(3306), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_EQ] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3244), - [anon_sym_fun] = ACTIONS(3244), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_this] = ACTIONS(3244), - [anon_sym_super] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3244), - [sym_label] = ACTIONS(3244), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_null] = ACTIONS(3244), - [anon_sym_if] = ACTIONS(3244), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_when] = ACTIONS(3244), - [anon_sym_try] = ACTIONS(3244), - [anon_sym_throw] = ACTIONS(3244), - [anon_sym_return] = ACTIONS(3244), - [anon_sym_continue] = ACTIONS(3244), - [anon_sym_break] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_PLUS_EQ] = ACTIONS(3248), - [anon_sym_DASH_EQ] = ACTIONS(3248), - [anon_sym_STAR_EQ] = ACTIONS(3248), - [anon_sym_SLASH_EQ] = ACTIONS(3248), - [anon_sym_PERCENT_EQ] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3244), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG] = ACTIONS(3244), - [anon_sym_BANG_BANG] = ACTIONS(3248), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3212), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -98334,104 +98326,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3248), - [anon_sym_continue_AT] = ACTIONS(3248), - [anon_sym_break_AT] = ACTIONS(3248), - [anon_sym_this_AT] = ACTIONS(3248), - [anon_sym_super_AT] = ACTIONS(3248), - [sym_real_literal] = ACTIONS(3248), - [sym_integer_literal] = ACTIONS(3244), - [sym_hex_literal] = ACTIONS(3248), - [sym_bin_literal] = ACTIONS(3248), - [anon_sym_true] = ACTIONS(3244), - [anon_sym_false] = ACTIONS(3244), - [anon_sym_SQUOTE] = ACTIONS(3248), - [sym__backtick_identifier] = ACTIONS(3248), - [sym__automatic_semicolon] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3248), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), }, [420] = { - [sym_primary_constructor] = STATE(859), - [sym_class_body] = STATE(1180), - [sym__class_parameters] = STATE(936), - [sym_type_constraints] = STATE(945), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), + [sym_primary_constructor] = STATE(840), + [sym_class_body] = STATE(1083), + [sym__class_parameters] = STATE(935), + [sym_type_constraints] = STATE(967), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), [anon_sym_COLON] = ACTIONS(3308), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -98459,104 +98451,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, [421] = { - [sym_primary_constructor] = STATE(2855), - [sym__class_parameters] = STATE(3048), - [sym_type_constraints] = STATE(3005), - [sym_enum_class_body] = STATE(3254), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), + [sym_primary_constructor] = STATE(839), + [sym__class_parameters] = STATE(935), + [sym_type_constraints] = STATE(960), + [sym_enum_class_body] = STATE(1083), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), [anon_sym_COLON] = ACTIONS(3310), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -98584,103 +98576,227 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, [422] = { - [sym_primary_constructor] = STATE(2907), - [sym__class_parameters] = STATE(3048), - [sym_type_constraints] = STATE(3020), - [sym_enum_class_body] = STATE(3061), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [sym_type_constraints] = STATE(442), + [sym_property_delegate] = STATE(515), + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(3314), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(3316), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1800), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1798), + }, + [423] = { + [sym_primary_constructor] = STATE(884), + [sym_class_body] = STATE(1083), + [sym__class_parameters] = STATE(935), + [sym_type_constraints] = STATE(967), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3312), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_COLON] = ACTIONS(3324), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -98708,103 +98824,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, - [423] = { - [sym_primary_constructor] = STATE(923), - [sym_class_body] = STATE(1180), - [sym__class_parameters] = STATE(936), - [sym_type_constraints] = STATE(945), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), + [424] = { + [sym_primary_constructor] = STATE(2945), + [sym_class_body] = STATE(3167), + [sym__class_parameters] = STATE(3018), + [sym_type_constraints] = STATE(2970), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3314), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), + [anon_sym_COLON] = ACTIONS(3326), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), [anon_sym_constructor] = ACTIONS(3208), [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3274), + [anon_sym_RBRACE] = ACTIONS(3294), [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -98832,227 +98948,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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), - }, - [424] = { - [sym_type_constraints] = STATE(456), - [sym_property_delegate] = STATE(503), - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(3318), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(3320), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1826), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), }, [425] = { - [sym_type_constraints] = STATE(446), - [sym_property_delegate] = STATE(506), - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(3328), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(3320), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1794), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [sym_type_constraints] = STATE(451), + [sym_property_delegate] = STATE(499), + [sym_getter] = STATE(1023), + [sym_setter] = STATE(1023), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(3332), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_COMMA] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(3316), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3328), + [anon_sym_fun] = ACTIONS(3328), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(3334), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), + [anon_sym_this] = ACTIONS(3328), + [anon_sym_super] = ACTIONS(3328), + [anon_sym_STAR] = ACTIONS(3328), + [sym_label] = ACTIONS(3328), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_null] = ACTIONS(3328), + [anon_sym_if] = ACTIONS(3328), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_when] = ACTIONS(3328), + [anon_sym_try] = ACTIONS(3328), + [anon_sym_throw] = ACTIONS(3328), + [anon_sym_return] = ACTIONS(3328), + [anon_sym_continue] = ACTIONS(3328), + [anon_sym_break] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_PLUS_EQ] = ACTIONS(3330), + [anon_sym_DASH_EQ] = ACTIONS(3330), + [anon_sym_STAR_EQ] = ACTIONS(3330), + [anon_sym_SLASH_EQ] = ACTIONS(3330), + [anon_sym_PERCENT_EQ] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3328), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG] = ACTIONS(3328), + [anon_sym_BANG_BANG] = ACTIONS(3330), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -99077,478 +99069,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3330), + [anon_sym_continue_AT] = ACTIONS(3330), + [anon_sym_break_AT] = ACTIONS(3330), + [anon_sym_this_AT] = ACTIONS(3330), + [anon_sym_super_AT] = ACTIONS(3330), + [sym_real_literal] = ACTIONS(3330), + [sym_integer_literal] = ACTIONS(3328), + [sym_hex_literal] = ACTIONS(3330), + [sym_bin_literal] = ACTIONS(3330), + [anon_sym_true] = ACTIONS(3328), + [anon_sym_false] = ACTIONS(3328), + [anon_sym_SQUOTE] = ACTIONS(3330), + [sym__backtick_identifier] = ACTIONS(3330), + [sym__automatic_semicolon] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3330), }, [426] = { - [sym_primary_constructor] = STATE(893), - [sym_class_body] = STATE(1068), - [sym__class_parameters] = STATE(936), - [sym_type_constraints] = STATE(969), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3334), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [427] = { - [sym_primary_constructor] = STATE(2937), - [sym__class_parameters] = STATE(3048), - [sym_type_constraints] = STATE(3005), - [sym_enum_class_body] = STATE(3254), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), + [sym_primary_constructor] = STATE(918), + [sym_class_body] = STATE(1171), + [sym__class_parameters] = STATE(935), + [sym_type_constraints] = STATE(929), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), [anon_sym_AT] = ACTIONS(3202), [anon_sym_COLON] = ACTIONS(3336), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), - }, - [428] = { - [sym_primary_constructor] = STATE(888), - [sym__class_parameters] = STATE(936), - [sym_type_constraints] = STATE(947), - [sym_enum_class_body] = STATE(1148), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3338), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), - }, - [429] = { - [sym_primary_constructor] = STATE(2896), - [sym_class_body] = STATE(3173), - [sym__class_parameters] = STATE(3048), - [sym_type_constraints] = STATE(3039), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3340), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -99576,103 +99196,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), }, - [430] = { - [sym_type_constraints] = STATE(442), - [sym_property_delegate] = STATE(513), - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), + [427] = { + [sym_type_constraints] = STATE(446), + [sym_property_delegate] = STATE(502), + [sym_getter] = STATE(1034), + [sym_setter] = STATE(1034), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), [anon_sym_EQ] = ACTIONS(3342), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(3320), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1806), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(3316), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3344), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), + [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), @@ -99697,106 +99317,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, - [431] = { - [sym_type_constraints] = STATE(440), - [sym_property_delegate] = STATE(508), - [sym_getter] = STATE(1147), - [sym_setter] = STATE(1147), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3348), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(3320), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3350), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [428] = { + [sym_type_constraints] = STATE(458), + [sym_property_delegate] = STATE(511), + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(3346), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(3316), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1744), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -99821,106 +99441,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1734), }, - [432] = { - [sym_primary_constructor] = STATE(913), - [sym__class_parameters] = STATE(936), - [sym_type_constraints] = STATE(987), - [sym_enum_class_body] = STATE(1068), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [429] = { + [sym_primary_constructor] = STATE(2880), + [sym_class_body] = STATE(3209), + [sym__class_parameters] = STATE(3018), + [sym_type_constraints] = STATE(3011), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3352), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(3348), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3282), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3284), [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -99948,103 +99568,227 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, - [433] = { - [sym_type_constraints] = STATE(448), - [sym_property_delegate] = STATE(511), - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(3354), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(3320), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1820), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [430] = { + [sym_primary_constructor] = STATE(873), + [sym__class_parameters] = STATE(935), + [sym_type_constraints] = STATE(927), + [sym_enum_class_body] = STATE(1166), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(3350), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), + }, + [431] = { + [sym_type_constraints] = STATE(440), + [sym_property_delegate] = STATE(492), + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(3352), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(3316), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1802), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -100069,64 +99813,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [sym__string_start] = ACTIONS(1734), }, - [434] = { - [sym_type_constraints] = STATE(449), - [sym_property_delegate] = STATE(480), - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [432] = { + [sym_type_constraints] = STATE(441), + [sym_property_delegate] = STATE(510), + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(3356), + [anon_sym_EQ] = ACTIONS(3358), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(3320), + [anon_sym_by] = ACTIONS(3316), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(3216), + [anon_sym_where] = ACTIONS(3250), [anon_sym_object] = ACTIONS(1796), [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1800), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), + [anon_sym_SEMI] = ACTIONS(1808), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), [anon_sym_this] = ACTIONS(1796), [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1796), @@ -100193,8 +99937,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -100214,85 +99958,333 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1798), }, + [433] = { + [sym_primary_constructor] = STATE(2901), + [sym__class_parameters] = STATE(3018), + [sym_type_constraints] = STATE(3038), + [sym_enum_class_body] = STATE(3259), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(3360), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3212), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), + }, + [434] = { + [sym_primary_constructor] = STATE(2929), + [sym__class_parameters] = STATE(3018), + [sym_type_constraints] = STATE(3001), + [sym_enum_class_body] = STATE(3209), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(3362), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3212), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, [435] = { [sym_type_constraints] = STATE(454), - [sym_property_delegate] = STATE(498), - [sym_getter] = STATE(1029), - [sym_setter] = STATE(1029), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(3362), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_COMMA] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(3320), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3358), - [anon_sym_fun] = ACTIONS(3358), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(3364), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(3358), - [anon_sym_super] = ACTIONS(3358), - [anon_sym_STAR] = ACTIONS(3358), - [sym_label] = ACTIONS(3358), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_null] = ACTIONS(3358), - [anon_sym_if] = ACTIONS(3358), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_when] = ACTIONS(3358), - [anon_sym_try] = ACTIONS(3358), - [anon_sym_throw] = ACTIONS(3358), - [anon_sym_return] = ACTIONS(3358), - [anon_sym_continue] = ACTIONS(3358), - [anon_sym_break] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_PLUS_EQ] = ACTIONS(3360), - [anon_sym_DASH_EQ] = ACTIONS(3360), - [anon_sym_STAR_EQ] = ACTIONS(3360), - [anon_sym_SLASH_EQ] = ACTIONS(3360), - [anon_sym_PERCENT_EQ] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3358), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG] = ACTIONS(3358), - [anon_sym_BANG_BANG] = ACTIONS(3360), + [sym_property_delegate] = STATE(486), + [sym_getter] = STATE(3181), + [sym_setter] = STATE(3181), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3364), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(3316), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3366), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), + [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), @@ -100317,106 +100309,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3360), - [anon_sym_continue_AT] = ACTIONS(3360), - [anon_sym_break_AT] = ACTIONS(3360), - [anon_sym_this_AT] = ACTIONS(3360), - [anon_sym_super_AT] = ACTIONS(3360), - [sym_real_literal] = ACTIONS(3360), - [sym_integer_literal] = ACTIONS(3358), - [sym_hex_literal] = ACTIONS(3360), - [sym_bin_literal] = ACTIONS(3360), - [anon_sym_true] = ACTIONS(3358), - [anon_sym_false] = ACTIONS(3358), - [anon_sym_SQUOTE] = ACTIONS(3360), - [sym__backtick_identifier] = ACTIONS(3360), - [sym__automatic_semicolon] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3360), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, [436] = { - [sym_type_constraints] = STATE(453), - [sym_property_delegate] = STATE(510), - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(3366), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_COMMA] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(3320), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3358), - [anon_sym_fun] = ACTIONS(3358), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(3368), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), - [anon_sym_this] = ACTIONS(3358), - [anon_sym_super] = ACTIONS(3358), - [anon_sym_STAR] = ACTIONS(3358), - [sym_label] = ACTIONS(3358), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_null] = ACTIONS(3358), - [anon_sym_if] = ACTIONS(3358), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_when] = ACTIONS(3358), - [anon_sym_try] = ACTIONS(3358), - [anon_sym_throw] = ACTIONS(3358), - [anon_sym_return] = ACTIONS(3358), - [anon_sym_continue] = ACTIONS(3358), - [anon_sym_break] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_PLUS_EQ] = ACTIONS(3360), - [anon_sym_DASH_EQ] = ACTIONS(3360), - [anon_sym_STAR_EQ] = ACTIONS(3360), - [anon_sym_SLASH_EQ] = ACTIONS(3360), - [anon_sym_PERCENT_EQ] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3358), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG] = ACTIONS(3358), - [anon_sym_BANG_BANG] = ACTIONS(3360), + [sym_type_constraints] = STATE(447), + [sym_property_delegate] = STATE(484), + [sym_getter] = STATE(3143), + [sym_setter] = STATE(3143), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(3368), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_COMMA] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(3316), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3328), + [anon_sym_fun] = ACTIONS(3328), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(3370), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), + [anon_sym_this] = ACTIONS(3328), + [anon_sym_super] = ACTIONS(3328), + [anon_sym_STAR] = ACTIONS(3328), + [sym_label] = ACTIONS(3328), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_null] = ACTIONS(3328), + [anon_sym_if] = ACTIONS(3328), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_when] = ACTIONS(3328), + [anon_sym_try] = ACTIONS(3328), + [anon_sym_throw] = ACTIONS(3328), + [anon_sym_return] = ACTIONS(3328), + [anon_sym_continue] = ACTIONS(3328), + [anon_sym_break] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_PLUS_EQ] = ACTIONS(3330), + [anon_sym_DASH_EQ] = ACTIONS(3330), + [anon_sym_STAR_EQ] = ACTIONS(3330), + [anon_sym_SLASH_EQ] = ACTIONS(3330), + [anon_sym_PERCENT_EQ] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3328), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG] = ACTIONS(3328), + [anon_sym_BANG_BANG] = ACTIONS(3330), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -100441,106 +100433,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3360), - [anon_sym_continue_AT] = ACTIONS(3360), - [anon_sym_break_AT] = ACTIONS(3360), - [anon_sym_this_AT] = ACTIONS(3360), - [anon_sym_super_AT] = ACTIONS(3360), - [sym_real_literal] = ACTIONS(3360), - [sym_integer_literal] = ACTIONS(3358), - [sym_hex_literal] = ACTIONS(3360), - [sym_bin_literal] = ACTIONS(3360), - [anon_sym_true] = ACTIONS(3358), - [anon_sym_false] = ACTIONS(3358), - [anon_sym_SQUOTE] = ACTIONS(3360), - [sym__backtick_identifier] = ACTIONS(3360), - [sym__automatic_semicolon] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3360), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3330), + [anon_sym_continue_AT] = ACTIONS(3330), + [anon_sym_break_AT] = ACTIONS(3330), + [anon_sym_this_AT] = ACTIONS(3330), + [anon_sym_super_AT] = ACTIONS(3330), + [sym_real_literal] = ACTIONS(3330), + [sym_integer_literal] = ACTIONS(3328), + [sym_hex_literal] = ACTIONS(3330), + [sym_bin_literal] = ACTIONS(3330), + [anon_sym_true] = ACTIONS(3328), + [anon_sym_false] = ACTIONS(3328), + [anon_sym_SQUOTE] = ACTIONS(3330), + [sym__backtick_identifier] = ACTIONS(3330), + [sym__automatic_semicolon] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3330), }, [437] = { - [sym_type_constraints] = STATE(445), - [sym_property_delegate] = STATE(487), - [sym_getter] = STATE(3187), - [sym_setter] = STATE(3187), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3370), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(3320), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3372), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [sym_type_constraints] = STATE(449), + [sym_property_delegate] = STATE(509), + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(3372), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(3316), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1814), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -100565,230 +100557,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, [438] = { - [sym_type_constraints] = STATE(458), - [sym_property_delegate] = STATE(514), - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(3374), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(3320), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1828), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), - }, - [439] = { - [sym_primary_constructor] = STATE(2919), - [sym_class_body] = STATE(3061), - [sym__class_parameters] = STATE(3048), - [sym_type_constraints] = STATE(3015), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [sym_primary_constructor] = STATE(894), + [sym__class_parameters] = STATE(935), + [sym_type_constraints] = STATE(960), + [sym_enum_class_body] = STATE(1083), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3376), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_COLON] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -100816,102 +100684,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, - [440] = { - [sym_property_delegate] = STATE(480), - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(3356), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(3320), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1800), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [439] = { + [sym_type_constraints] = STATE(445), + [sym_property_delegate] = STATE(494), + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(3376), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(3316), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1834), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -100936,105 +100805,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, - [441] = { - [sym_type_constraints] = STATE(507), - [sym_property_delegate] = STATE(556), - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(3378), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(3380), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3358), - [anon_sym_fun] = ACTIONS(3358), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(3382), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(3358), - [anon_sym_super] = ACTIONS(3358), - [anon_sym_STAR] = ACTIONS(3358), - [sym_label] = ACTIONS(3358), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_null] = ACTIONS(3358), - [anon_sym_if] = ACTIONS(3358), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_when] = ACTIONS(3358), - [anon_sym_try] = ACTIONS(3358), - [anon_sym_throw] = ACTIONS(3358), - [anon_sym_return] = ACTIONS(3358), - [anon_sym_continue] = ACTIONS(3358), - [anon_sym_break] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_PLUS_EQ] = ACTIONS(3360), - [anon_sym_DASH_EQ] = ACTIONS(3360), - [anon_sym_STAR_EQ] = ACTIONS(3360), - [anon_sym_SLASH_EQ] = ACTIONS(3360), - [anon_sym_PERCENT_EQ] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3358), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG] = ACTIONS(3358), - [anon_sym_BANG_BANG] = ACTIONS(3360), + [440] = { + [sym_property_delegate] = STATE(494), + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(3376), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(3316), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1834), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -101059,63 +100928,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3360), - [anon_sym_continue_AT] = ACTIONS(3360), - [anon_sym_break_AT] = ACTIONS(3360), - [anon_sym_this_AT] = ACTIONS(3360), - [anon_sym_super_AT] = ACTIONS(3360), - [sym_real_literal] = ACTIONS(3360), - [sym_integer_literal] = ACTIONS(3358), - [sym_hex_literal] = ACTIONS(3360), - [sym_bin_literal] = ACTIONS(3360), - [anon_sym_true] = ACTIONS(3358), - [anon_sym_false] = ACTIONS(3358), - [anon_sym_SQUOTE] = ACTIONS(3360), - [sym__backtick_identifier] = ACTIONS(3360), - [sym__automatic_semicolon] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3360), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, - [442] = { - [sym_property_delegate] = STATE(483), - [sym_getter] = STATE(1136), - [sym_setter] = STATE(1136), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [441] = { + [sym_property_delegate] = STATE(492), + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(3388), + [anon_sym_EQ] = ACTIONS(3352), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(3320), + [anon_sym_by] = ACTIONS(3316), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), [anon_sym_where] = ACTIONS(1732), [anon_sym_object] = ACTIONS(1732), [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1744), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), + [anon_sym_SEMI] = ACTIONS(1802), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1732), @@ -101182,8 +101051,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -101203,84 +101072,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1734), }, - [443] = { - [sym_type_constraints] = STATE(496), - [sym_property_delegate] = STATE(545), - [sym_getter] = STATE(1147), - [sym_setter] = STATE(1147), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3390), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(3380), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3392), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [442] = { + [sym_property_delegate] = STATE(511), + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(3346), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(3316), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1744), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -101305,105 +101174,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1734), }, - [444] = { - [sym_type_constraints] = STATE(479), - [sym_property_delegate] = STATE(595), - [sym_getter] = STATE(1029), - [sym_setter] = STATE(1029), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(3398), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), + [443] = { + [sym_type_constraints] = STATE(489), + [sym_property_delegate] = STATE(563), + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(3378), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), [anon_sym_by] = ACTIONS(3380), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3358), - [anon_sym_fun] = ACTIONS(3358), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(3400), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), - [anon_sym_this] = ACTIONS(3358), - [anon_sym_super] = ACTIONS(3358), - [anon_sym_STAR] = ACTIONS(3358), - [sym_label] = ACTIONS(3358), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_null] = ACTIONS(3358), - [anon_sym_if] = ACTIONS(3358), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_when] = ACTIONS(3358), - [anon_sym_try] = ACTIONS(3358), - [anon_sym_throw] = ACTIONS(3358), - [anon_sym_return] = ACTIONS(3358), - [anon_sym_continue] = ACTIONS(3358), - [anon_sym_break] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_PLUS_EQ] = ACTIONS(3360), - [anon_sym_DASH_EQ] = ACTIONS(3360), - [anon_sym_STAR_EQ] = ACTIONS(3360), - [anon_sym_SLASH_EQ] = ACTIONS(3360), - [anon_sym_PERCENT_EQ] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3358), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG] = ACTIONS(3358), - [anon_sym_BANG_BANG] = ACTIONS(3360), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1850), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -101428,63 +101297,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3360), - [anon_sym_continue_AT] = ACTIONS(3360), - [anon_sym_break_AT] = ACTIONS(3360), - [anon_sym_this_AT] = ACTIONS(3360), - [anon_sym_super_AT] = ACTIONS(3360), - [sym_real_literal] = ACTIONS(3360), - [sym_integer_literal] = ACTIONS(3358), - [sym_hex_literal] = ACTIONS(3360), - [sym_bin_literal] = ACTIONS(3360), - [anon_sym_true] = ACTIONS(3358), - [anon_sym_false] = ACTIONS(3358), - [anon_sym_SQUOTE] = ACTIONS(3360), - [sym__backtick_identifier] = ACTIONS(3360), - [sym__automatic_semicolon] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3360), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1798), }, - [445] = { - [sym_property_delegate] = STATE(511), - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [444] = { + [sym_type_constraints] = STATE(508), + [sym_property_delegate] = STATE(560), + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(3354), + [anon_sym_EQ] = ACTIONS(3386), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(3320), + [anon_sym_by] = ACTIONS(3380), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(3250), [anon_sym_object] = ACTIONS(1796), [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1820), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), + [anon_sym_SEMI] = ACTIONS(1886), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), [anon_sym_this] = ACTIONS(1796), [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1796), @@ -101551,8 +101420,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -101572,84 +101441,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1798), }, + [445] = { + [sym_property_delegate] = STATE(495), + [sym_getter] = STATE(3169), + [sym_setter] = STATE(3169), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(3392), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(3316), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1830), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), + }, [446] = { - [sym_property_delegate] = STATE(513), - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(3342), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(3320), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1806), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [sym_property_delegate] = STATE(515), + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(3314), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(3316), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1800), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -101674,105 +101666,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1798), }, [447] = { - [sym_type_constraints] = STATE(505), - [sym_property_delegate] = STATE(589), - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(3402), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(3380), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1884), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [sym_property_delegate] = STATE(486), + [sym_getter] = STATE(3181), + [sym_setter] = STATE(3181), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3364), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(3316), + [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(3366), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), + [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), @@ -101797,105 +101789,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, [448] = { - [sym_property_delegate] = STATE(503), - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(3318), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(3320), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1826), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [sym_type_constraints] = STATE(514), + [sym_property_delegate] = STATE(572), + [sym_getter] = STATE(3181), + [sym_setter] = STATE(3181), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3394), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(3380), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3396), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [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), @@ -101920,105 +101912,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, [449] = { - [sym_property_delegate] = STATE(506), - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(3328), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(3320), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1794), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [sym_property_delegate] = STATE(504), + [sym_getter] = STATE(1076), + [sym_setter] = STATE(1076), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(3398), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(3316), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1828), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -102043,105 +102035,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, [450] = { [sym_type_constraints] = STATE(501), - [sym_property_delegate] = STATE(549), - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(3404), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), + [sym_property_delegate] = STATE(553), + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(3400), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), [anon_sym_by] = ACTIONS(3380), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1850), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1880), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -102166,105 +102158,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [sym__string_start] = ACTIONS(1734), }, [451] = { - [sym_type_constraints] = STATE(500), - [sym_property_delegate] = STATE(553), - [sym_getter] = STATE(3187), - [sym_setter] = STATE(3187), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3406), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(3380), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3408), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [sym_property_delegate] = STATE(502), + [sym_getter] = STATE(1034), + [sym_setter] = STATE(1034), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3342), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(3316), + [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(3344), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), + [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), @@ -102289,105 +102281,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, [452] = { - [sym_type_constraints] = STATE(495), - [sym_property_delegate] = STATE(547), - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(3410), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), + [sym_type_constraints] = STATE(498), + [sym_property_delegate] = STATE(578), + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(3402), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), [anon_sym_by] = ACTIONS(3380), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1892), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1894), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -102412,105 +102404,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, [453] = { - [sym_property_delegate] = STATE(487), - [sym_getter] = STATE(3187), - [sym_setter] = STATE(3187), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3370), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(3320), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3372), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [sym_type_constraints] = STATE(482), + [sym_property_delegate] = STATE(593), + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(3404), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(3380), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1890), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -102535,105 +102527,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, [454] = { - [sym_property_delegate] = STATE(508), - [sym_getter] = STATE(1147), - [sym_setter] = STATE(1147), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3348), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(3320), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3350), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [sym_property_delegate] = STATE(510), + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(3358), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(3316), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1808), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -102658,105 +102650,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1798), }, [455] = { - [sym_type_constraints] = STATE(491), - [sym_property_delegate] = STATE(568), - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(3412), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), + [sym_type_constraints] = STATE(483), + [sym_property_delegate] = STATE(587), + [sym_getter] = STATE(1023), + [sym_setter] = STATE(1023), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(3406), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), [anon_sym_by] = ACTIONS(3380), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1894), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3328), + [anon_sym_fun] = ACTIONS(3328), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(3408), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), + [anon_sym_this] = ACTIONS(3328), + [anon_sym_super] = ACTIONS(3328), + [anon_sym_STAR] = ACTIONS(3328), + [sym_label] = ACTIONS(3328), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_null] = ACTIONS(3328), + [anon_sym_if] = ACTIONS(3328), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_when] = ACTIONS(3328), + [anon_sym_try] = ACTIONS(3328), + [anon_sym_throw] = ACTIONS(3328), + [anon_sym_return] = ACTIONS(3328), + [anon_sym_continue] = ACTIONS(3328), + [anon_sym_break] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_PLUS_EQ] = ACTIONS(3330), + [anon_sym_DASH_EQ] = ACTIONS(3330), + [anon_sym_STAR_EQ] = ACTIONS(3330), + [anon_sym_SLASH_EQ] = ACTIONS(3330), + [anon_sym_PERCENT_EQ] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3328), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG] = ACTIONS(3328), + [anon_sym_BANG_BANG] = ACTIONS(3330), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -102781,105 +102773,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3330), + [anon_sym_continue_AT] = ACTIONS(3330), + [anon_sym_break_AT] = ACTIONS(3330), + [anon_sym_this_AT] = ACTIONS(3330), + [anon_sym_super_AT] = ACTIONS(3330), + [sym_real_literal] = ACTIONS(3330), + [sym_integer_literal] = ACTIONS(3328), + [sym_hex_literal] = ACTIONS(3330), + [sym_bin_literal] = ACTIONS(3330), + [anon_sym_true] = ACTIONS(3328), + [anon_sym_false] = ACTIONS(3328), + [anon_sym_SQUOTE] = ACTIONS(3330), + [sym__backtick_identifier] = ACTIONS(3330), + [sym__automatic_semicolon] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3330), }, [456] = { - [sym_property_delegate] = STATE(514), - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(3374), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(3320), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1828), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [sym_type_constraints] = STATE(481), + [sym_property_delegate] = STATE(585), + [sym_getter] = STATE(3143), + [sym_setter] = STATE(3143), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(3410), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(3380), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3328), + [anon_sym_fun] = ACTIONS(3328), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(3412), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [anon_sym_this] = ACTIONS(3328), + [anon_sym_super] = ACTIONS(3328), + [anon_sym_STAR] = ACTIONS(3328), + [sym_label] = ACTIONS(3328), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_null] = ACTIONS(3328), + [anon_sym_if] = ACTIONS(3328), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_when] = ACTIONS(3328), + [anon_sym_try] = ACTIONS(3328), + [anon_sym_throw] = ACTIONS(3328), + [anon_sym_return] = ACTIONS(3328), + [anon_sym_continue] = ACTIONS(3328), + [anon_sym_break] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_PLUS_EQ] = ACTIONS(3330), + [anon_sym_DASH_EQ] = ACTIONS(3330), + [anon_sym_STAR_EQ] = ACTIONS(3330), + [anon_sym_SLASH_EQ] = ACTIONS(3330), + [anon_sym_PERCENT_EQ] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3328), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG] = ACTIONS(3328), + [anon_sym_BANG_BANG] = ACTIONS(3330), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -102904,105 +102896,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3330), + [anon_sym_continue_AT] = ACTIONS(3330), + [anon_sym_break_AT] = ACTIONS(3330), + [anon_sym_this_AT] = ACTIONS(3330), + [anon_sym_super_AT] = ACTIONS(3330), + [sym_real_literal] = ACTIONS(3330), + [sym_integer_literal] = ACTIONS(3328), + [sym_hex_literal] = ACTIONS(3330), + [sym_bin_literal] = ACTIONS(3330), + [anon_sym_true] = ACTIONS(3328), + [anon_sym_false] = ACTIONS(3328), + [anon_sym_SQUOTE] = ACTIONS(3330), + [sym__backtick_identifier] = ACTIONS(3330), + [sym__automatic_semicolon] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3330), }, [457] = { - [sym_type_constraints] = STATE(493), - [sym_property_delegate] = STATE(560), - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), + [sym_type_constraints] = STATE(487), + [sym_property_delegate] = STATE(544), + [sym_getter] = STATE(1034), + [sym_setter] = STATE(1034), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), [anon_sym_EQ] = ACTIONS(3414), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), [anon_sym_by] = ACTIONS(3380), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1886), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3416), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), + [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), @@ -103027,63 +103019,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, [458] = { - [sym_property_delegate] = STATE(485), - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_property_delegate] = STATE(509), + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(3372), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(3316), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1814), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), + }, + [459] = { + [sym_type_constraints] = STATE(505), + [sym_property_delegate] = STATE(596), + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(3416), + [anon_sym_EQ] = ACTIONS(3418), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(3320), + [anon_sym_by] = ACTIONS(3380), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(3250), [anon_sym_object] = ACTIONS(1732), [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1830), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), + [anon_sym_SEMI] = ACTIONS(1892), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1732), @@ -103150,8 +103265,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -103171,187 +103286,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1734), }, - [459] = { - [sym_type_constraints] = STATE(494), - [sym_property_delegate] = STATE(557), - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(3418), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(3380), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1896), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_BANG_BANG] = ACTIONS(1798), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), - }, [460] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3184), + [anon_sym_RBRACE] = ACTIONS(3107), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3184), + [anon_sym_COMMA] = ACTIONS(3107), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(3182), - [anon_sym_object] = ACTIONS(3182), - [anon_sym_fun] = ACTIONS(3182), + [anon_sym_where] = ACTIONS(3105), + [anon_sym_object] = ACTIONS(3105), + [anon_sym_fun] = ACTIONS(3105), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3182), - [anon_sym_super] = ACTIONS(3182), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3105), + [anon_sym_super] = ACTIONS(3105), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), [anon_sym_DOT_DOT] = ACTIONS(1940), [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), - [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(3182), - [anon_sym_if] = ACTIONS(3182), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_when] = ACTIONS(3182), - [anon_sym_try] = ACTIONS(3182), - [anon_sym_throw] = ACTIONS(3182), - [anon_sym_return] = ACTIONS(3182), - [anon_sym_continue] = ACTIONS(3182), - [anon_sym_break] = ACTIONS(3182), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_null] = ACTIONS(3105), + [anon_sym_if] = ACTIONS(3105), + [anon_sym_else] = ACTIONS(3105), + [anon_sym_when] = ACTIONS(3105), + [anon_sym_try] = ACTIONS(3105), + [anon_sym_throw] = ACTIONS(3105), + [anon_sym_return] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3105), + [anon_sym_break] = ACTIONS(3105), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -103369,95 +103361,217 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3182), + [anon_sym_BANG] = ACTIONS(3105), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3182), - [anon_sym_sealed] = ACTIONS(3182), - [anon_sym_annotation] = ACTIONS(3182), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3182), - [anon_sym_lateinit] = ACTIONS(3182), - [anon_sym_public] = ACTIONS(3182), - [anon_sym_private] = ACTIONS(3182), - [anon_sym_internal] = ACTIONS(3182), - [anon_sym_protected] = ACTIONS(3182), - [anon_sym_tailrec] = ACTIONS(3182), - [anon_sym_operator] = ACTIONS(3182), - [anon_sym_infix] = ACTIONS(3182), - [anon_sym_inline] = ACTIONS(3182), - [anon_sym_external] = ACTIONS(3182), - [sym_property_modifier] = ACTIONS(3182), - [anon_sym_abstract] = ACTIONS(3182), - [anon_sym_final] = ACTIONS(3182), - [anon_sym_open] = ACTIONS(3182), - [anon_sym_vararg] = ACTIONS(3182), - [anon_sym_noinline] = ACTIONS(3182), - [anon_sym_crossinline] = ACTIONS(3182), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3184), - [anon_sym_continue_AT] = ACTIONS(3184), - [anon_sym_break_AT] = ACTIONS(3184), - [anon_sym_this_AT] = ACTIONS(3184), - [anon_sym_super_AT] = ACTIONS(3184), - [sym_real_literal] = ACTIONS(3184), - [sym_integer_literal] = ACTIONS(3182), - [sym_hex_literal] = ACTIONS(3184), - [sym_bin_literal] = ACTIONS(3184), - [anon_sym_true] = ACTIONS(3182), - [anon_sym_false] = ACTIONS(3182), - [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_suspend] = ACTIONS(3105), + [anon_sym_sealed] = ACTIONS(3105), + [anon_sym_annotation] = ACTIONS(3105), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3105), + [anon_sym_lateinit] = ACTIONS(3105), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_protected] = ACTIONS(3105), + [anon_sym_tailrec] = ACTIONS(3105), + [anon_sym_operator] = ACTIONS(3105), + [anon_sym_infix] = ACTIONS(3105), + [anon_sym_inline] = ACTIONS(3105), + [anon_sym_external] = ACTIONS(3105), + [sym_property_modifier] = ACTIONS(3105), + [anon_sym_abstract] = ACTIONS(3105), + [anon_sym_final] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_vararg] = ACTIONS(3105), + [anon_sym_noinline] = ACTIONS(3105), + [anon_sym_crossinline] = ACTIONS(3105), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3107), + [anon_sym_continue_AT] = ACTIONS(3107), + [anon_sym_break_AT] = ACTIONS(3107), + [anon_sym_this_AT] = ACTIONS(3107), + [anon_sym_super_AT] = ACTIONS(3107), + [sym_real_literal] = ACTIONS(3107), + [sym_integer_literal] = ACTIONS(3105), + [sym_hex_literal] = ACTIONS(3107), + [sym_bin_literal] = ACTIONS(3107), + [anon_sym_true] = ACTIONS(3105), + [anon_sym_false] = ACTIONS(3105), + [anon_sym_SQUOTE] = ACTIONS(3107), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3184), + [sym__automatic_semicolon] = ACTIONS(3107), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3184), + [sym__string_start] = ACTIONS(3107), }, [461] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(3128), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_as] = ACTIONS(1730), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_COMMA] = ACTIONS(3130), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_where] = ACTIONS(3128), + [anon_sym_object] = ACTIONS(3128), + [anon_sym_fun] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(1742), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_this] = ACTIONS(3128), + [anon_sym_super] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(1936), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_null] = ACTIONS(3128), + [anon_sym_if] = ACTIONS(3128), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_when] = ACTIONS(3128), + [anon_sym_try] = ACTIONS(3128), + [anon_sym_throw] = ACTIONS(3128), + [anon_sym_return] = ACTIONS(3128), + [anon_sym_continue] = ACTIONS(3128), + [anon_sym_break] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(1764), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(1958), + [anon_sym_PERCENT] = ACTIONS(1936), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(3128), + [anon_sym_BANG_BANG] = ACTIONS(1782), + [anon_sym_suspend] = ACTIONS(3128), + [anon_sym_sealed] = ACTIONS(3128), + [anon_sym_annotation] = ACTIONS(3128), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_override] = ACTIONS(3128), + [anon_sym_lateinit] = ACTIONS(3128), + [anon_sym_public] = ACTIONS(3128), + [anon_sym_private] = ACTIONS(3128), + [anon_sym_internal] = ACTIONS(3128), + [anon_sym_protected] = ACTIONS(3128), + [anon_sym_tailrec] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_infix] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym_external] = ACTIONS(3128), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3128), + [anon_sym_final] = ACTIONS(3128), + [anon_sym_open] = ACTIONS(3128), + [anon_sym_vararg] = ACTIONS(3128), + [anon_sym_noinline] = ACTIONS(3128), + [anon_sym_crossinline] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3130), + [anon_sym_continue_AT] = ACTIONS(3130), + [anon_sym_break_AT] = ACTIONS(3130), + [anon_sym_this_AT] = ACTIONS(3130), + [anon_sym_super_AT] = ACTIONS(3130), + [sym_real_literal] = ACTIONS(3130), + [sym_integer_literal] = ACTIONS(3128), + [sym_hex_literal] = ACTIONS(3130), + [sym_bin_literal] = ACTIONS(3130), + [anon_sym_true] = ACTIONS(3128), + [anon_sym_false] = ACTIONS(3128), + [anon_sym_SQUOTE] = ACTIONS(3130), + [sym__backtick_identifier] = ACTIONS(3130), + [sym__automatic_semicolon] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(1764), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3130), + }, + [462] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3158), + [anon_sym_RBRACE] = ACTIONS(3156), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3156), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(3156), - [anon_sym_object] = ACTIONS(3156), - [anon_sym_fun] = ACTIONS(3156), + [anon_sym_where] = ACTIONS(3154), + [anon_sym_object] = ACTIONS(3154), + [anon_sym_fun] = ACTIONS(3154), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3156), - [anon_sym_super] = ACTIONS(3156), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3154), + [anon_sym_super] = ACTIONS(3154), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), @@ -103465,15 +103579,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(3156), - [anon_sym_if] = ACTIONS(3156), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_when] = ACTIONS(3156), - [anon_sym_try] = ACTIONS(3156), - [anon_sym_throw] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3156), - [anon_sym_continue] = ACTIONS(3156), - [anon_sym_break] = ACTIONS(3156), + [anon_sym_null] = ACTIONS(3154), + [anon_sym_if] = ACTIONS(3154), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_when] = ACTIONS(3154), + [anon_sym_try] = ACTIONS(3154), + [anon_sym_throw] = ACTIONS(3154), + [anon_sym_return] = ACTIONS(3154), + [anon_sym_continue] = ACTIONS(3154), + [anon_sym_break] = ACTIONS(3154), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -103491,95 +103605,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3156), + [anon_sym_BANG] = ACTIONS(3154), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3156), - [anon_sym_sealed] = ACTIONS(3156), - [anon_sym_annotation] = ACTIONS(3156), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3156), - [anon_sym_lateinit] = ACTIONS(3156), - [anon_sym_public] = ACTIONS(3156), - [anon_sym_private] = ACTIONS(3156), - [anon_sym_internal] = ACTIONS(3156), - [anon_sym_protected] = ACTIONS(3156), - [anon_sym_tailrec] = ACTIONS(3156), - [anon_sym_operator] = ACTIONS(3156), - [anon_sym_infix] = ACTIONS(3156), - [anon_sym_inline] = ACTIONS(3156), - [anon_sym_external] = ACTIONS(3156), - [sym_property_modifier] = ACTIONS(3156), - [anon_sym_abstract] = ACTIONS(3156), - [anon_sym_final] = ACTIONS(3156), - [anon_sym_open] = ACTIONS(3156), - [anon_sym_vararg] = ACTIONS(3156), - [anon_sym_noinline] = ACTIONS(3156), - [anon_sym_crossinline] = ACTIONS(3156), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3158), - [anon_sym_continue_AT] = ACTIONS(3158), - [anon_sym_break_AT] = ACTIONS(3158), - [anon_sym_this_AT] = ACTIONS(3158), - [anon_sym_super_AT] = ACTIONS(3158), - [sym_real_literal] = ACTIONS(3158), - [sym_integer_literal] = ACTIONS(3156), - [sym_hex_literal] = ACTIONS(3158), - [sym_bin_literal] = ACTIONS(3158), - [anon_sym_true] = ACTIONS(3156), - [anon_sym_false] = ACTIONS(3156), - [anon_sym_SQUOTE] = ACTIONS(3158), + [anon_sym_suspend] = ACTIONS(3154), + [anon_sym_sealed] = ACTIONS(3154), + [anon_sym_annotation] = ACTIONS(3154), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3154), + [anon_sym_lateinit] = ACTIONS(3154), + [anon_sym_public] = ACTIONS(3154), + [anon_sym_private] = ACTIONS(3154), + [anon_sym_internal] = ACTIONS(3154), + [anon_sym_protected] = ACTIONS(3154), + [anon_sym_tailrec] = ACTIONS(3154), + [anon_sym_operator] = ACTIONS(3154), + [anon_sym_infix] = ACTIONS(3154), + [anon_sym_inline] = ACTIONS(3154), + [anon_sym_external] = ACTIONS(3154), + [sym_property_modifier] = ACTIONS(3154), + [anon_sym_abstract] = ACTIONS(3154), + [anon_sym_final] = ACTIONS(3154), + [anon_sym_open] = ACTIONS(3154), + [anon_sym_vararg] = ACTIONS(3154), + [anon_sym_noinline] = ACTIONS(3154), + [anon_sym_crossinline] = ACTIONS(3154), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3156), + [anon_sym_continue_AT] = ACTIONS(3156), + [anon_sym_break_AT] = ACTIONS(3156), + [anon_sym_this_AT] = ACTIONS(3156), + [anon_sym_super_AT] = ACTIONS(3156), + [sym_real_literal] = ACTIONS(3156), + [sym_integer_literal] = ACTIONS(3154), + [sym_hex_literal] = ACTIONS(3156), + [sym_bin_literal] = ACTIONS(3156), + [anon_sym_true] = ACTIONS(3154), + [anon_sym_false] = ACTIONS(3154), + [anon_sym_SQUOTE] = ACTIONS(3156), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3158), + [sym__automatic_semicolon] = ACTIONS(3156), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3158), + [sym__string_start] = ACTIONS(3156), }, - [462] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [463] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3173), + [anon_sym_RBRACE] = ACTIONS(3168), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3173), + [anon_sym_COMMA] = ACTIONS(3168), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(3171), - [anon_sym_object] = ACTIONS(3171), - [anon_sym_fun] = ACTIONS(3171), + [anon_sym_where] = ACTIONS(3166), + [anon_sym_object] = ACTIONS(3166), + [anon_sym_fun] = ACTIONS(3166), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3173), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3171), - [anon_sym_super] = ACTIONS(3171), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3166), + [anon_sym_super] = ACTIONS(3166), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), @@ -103587,15 +103701,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(3171), - [anon_sym_if] = ACTIONS(3171), - [anon_sym_else] = ACTIONS(3171), - [anon_sym_when] = ACTIONS(3171), - [anon_sym_try] = ACTIONS(3171), - [anon_sym_throw] = ACTIONS(3171), - [anon_sym_return] = ACTIONS(3171), - [anon_sym_continue] = ACTIONS(3171), - [anon_sym_break] = ACTIONS(3171), + [anon_sym_null] = ACTIONS(3166), + [anon_sym_if] = ACTIONS(3166), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_when] = ACTIONS(3166), + [anon_sym_try] = ACTIONS(3166), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3166), + [anon_sym_continue] = ACTIONS(3166), + [anon_sym_break] = ACTIONS(3166), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -103613,217 +103727,217 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3171), + [anon_sym_BANG] = ACTIONS(3166), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3171), - [anon_sym_sealed] = ACTIONS(3171), - [anon_sym_annotation] = ACTIONS(3171), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3171), - [anon_sym_lateinit] = ACTIONS(3171), - [anon_sym_public] = ACTIONS(3171), - [anon_sym_private] = ACTIONS(3171), - [anon_sym_internal] = ACTIONS(3171), - [anon_sym_protected] = ACTIONS(3171), - [anon_sym_tailrec] = ACTIONS(3171), - [anon_sym_operator] = ACTIONS(3171), - [anon_sym_infix] = ACTIONS(3171), - [anon_sym_inline] = ACTIONS(3171), - [anon_sym_external] = ACTIONS(3171), - [sym_property_modifier] = ACTIONS(3171), - [anon_sym_abstract] = ACTIONS(3171), - [anon_sym_final] = ACTIONS(3171), - [anon_sym_open] = ACTIONS(3171), - [anon_sym_vararg] = ACTIONS(3171), - [anon_sym_noinline] = ACTIONS(3171), - [anon_sym_crossinline] = ACTIONS(3171), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3173), - [anon_sym_continue_AT] = ACTIONS(3173), - [anon_sym_break_AT] = ACTIONS(3173), - [anon_sym_this_AT] = ACTIONS(3173), - [anon_sym_super_AT] = ACTIONS(3173), - [sym_real_literal] = ACTIONS(3173), - [sym_integer_literal] = ACTIONS(3171), - [sym_hex_literal] = ACTIONS(3173), - [sym_bin_literal] = ACTIONS(3173), - [anon_sym_true] = ACTIONS(3171), - [anon_sym_false] = ACTIONS(3171), - [anon_sym_SQUOTE] = ACTIONS(3173), + [anon_sym_suspend] = ACTIONS(3166), + [anon_sym_sealed] = ACTIONS(3166), + [anon_sym_annotation] = ACTIONS(3166), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3166), + [anon_sym_lateinit] = ACTIONS(3166), + [anon_sym_public] = ACTIONS(3166), + [anon_sym_private] = ACTIONS(3166), + [anon_sym_internal] = ACTIONS(3166), + [anon_sym_protected] = ACTIONS(3166), + [anon_sym_tailrec] = ACTIONS(3166), + [anon_sym_operator] = ACTIONS(3166), + [anon_sym_infix] = ACTIONS(3166), + [anon_sym_inline] = ACTIONS(3166), + [anon_sym_external] = ACTIONS(3166), + [sym_property_modifier] = ACTIONS(3166), + [anon_sym_abstract] = ACTIONS(3166), + [anon_sym_final] = ACTIONS(3166), + [anon_sym_open] = ACTIONS(3166), + [anon_sym_vararg] = ACTIONS(3166), + [anon_sym_noinline] = ACTIONS(3166), + [anon_sym_crossinline] = ACTIONS(3166), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3168), + [anon_sym_continue_AT] = ACTIONS(3168), + [anon_sym_break_AT] = ACTIONS(3168), + [anon_sym_this_AT] = ACTIONS(3168), + [anon_sym_super_AT] = ACTIONS(3168), + [sym_real_literal] = ACTIONS(3168), + [sym_integer_literal] = ACTIONS(3166), + [sym_hex_literal] = ACTIONS(3168), + [sym_bin_literal] = ACTIONS(3168), + [anon_sym_true] = ACTIONS(3166), + [anon_sym_false] = ACTIONS(3166), + [anon_sym_SQUOTE] = ACTIONS(3168), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3173), + [sym__automatic_semicolon] = ACTIONS(3168), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3173), + [sym__string_start] = ACTIONS(3168), }, - [463] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(3193), + [464] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3195), + [anon_sym_RBRACE] = ACTIONS(3123), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_where] = ACTIONS(3193), - [anon_sym_object] = ACTIONS(3193), - [anon_sym_fun] = ACTIONS(3193), + [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_where] = ACTIONS(3121), + [anon_sym_object] = ACTIONS(3121), + [anon_sym_fun] = ACTIONS(3121), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_this] = ACTIONS(3193), - [anon_sym_super] = ACTIONS(3193), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3121), + [anon_sym_super] = ACTIONS(3121), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_null] = ACTIONS(3193), - [anon_sym_if] = ACTIONS(3193), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_when] = ACTIONS(3193), - [anon_sym_try] = ACTIONS(3193), - [anon_sym_throw] = ACTIONS(3193), - [anon_sym_return] = ACTIONS(3193), - [anon_sym_continue] = ACTIONS(3193), - [anon_sym_break] = ACTIONS(3193), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(1940), + [anon_sym_QMARK_COLON] = ACTIONS(1942), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_null] = ACTIONS(3121), + [anon_sym_if] = ACTIONS(3121), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_when] = ACTIONS(3121), + [anon_sym_try] = ACTIONS(3121), + [anon_sym_throw] = ACTIONS(3121), + [anon_sym_return] = ACTIONS(3121), + [anon_sym_continue] = ACTIONS(3121), + [anon_sym_break] = ACTIONS(3121), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(1956), + [anon_sym_DASH] = ACTIONS(1956), [anon_sym_SLASH] = ACTIONS(1958), [anon_sym_PERCENT] = ACTIONS(1936), [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3193), + [anon_sym_BANG] = ACTIONS(3121), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3193), - [anon_sym_sealed] = ACTIONS(3193), - [anon_sym_annotation] = ACTIONS(3193), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_override] = ACTIONS(3193), - [anon_sym_lateinit] = ACTIONS(3193), - [anon_sym_public] = ACTIONS(3193), - [anon_sym_private] = ACTIONS(3193), - [anon_sym_internal] = ACTIONS(3193), - [anon_sym_protected] = ACTIONS(3193), - [anon_sym_tailrec] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_infix] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym_external] = ACTIONS(3193), - [sym_property_modifier] = ACTIONS(3193), - [anon_sym_abstract] = ACTIONS(3193), - [anon_sym_final] = ACTIONS(3193), - [anon_sym_open] = ACTIONS(3193), - [anon_sym_vararg] = ACTIONS(3193), - [anon_sym_noinline] = ACTIONS(3193), - [anon_sym_crossinline] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3195), - [anon_sym_continue_AT] = ACTIONS(3195), - [anon_sym_break_AT] = ACTIONS(3195), - [anon_sym_this_AT] = ACTIONS(3195), - [anon_sym_super_AT] = ACTIONS(3195), - [sym_real_literal] = ACTIONS(3195), - [sym_integer_literal] = ACTIONS(3193), - [sym_hex_literal] = ACTIONS(3195), - [sym_bin_literal] = ACTIONS(3195), - [anon_sym_true] = ACTIONS(3193), - [anon_sym_false] = ACTIONS(3193), - [anon_sym_SQUOTE] = ACTIONS(3195), - [sym__backtick_identifier] = ACTIONS(3195), - [sym__automatic_semicolon] = ACTIONS(3195), + [anon_sym_suspend] = ACTIONS(3121), + [anon_sym_sealed] = ACTIONS(3121), + [anon_sym_annotation] = ACTIONS(3121), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3121), + [anon_sym_lateinit] = ACTIONS(3121), + [anon_sym_public] = ACTIONS(3121), + [anon_sym_private] = ACTIONS(3121), + [anon_sym_internal] = ACTIONS(3121), + [anon_sym_protected] = ACTIONS(3121), + [anon_sym_tailrec] = ACTIONS(3121), + [anon_sym_operator] = ACTIONS(3121), + [anon_sym_infix] = ACTIONS(3121), + [anon_sym_inline] = ACTIONS(3121), + [anon_sym_external] = ACTIONS(3121), + [sym_property_modifier] = ACTIONS(3121), + [anon_sym_abstract] = ACTIONS(3121), + [anon_sym_final] = ACTIONS(3121), + [anon_sym_open] = ACTIONS(3121), + [anon_sym_vararg] = ACTIONS(3121), + [anon_sym_noinline] = ACTIONS(3121), + [anon_sym_crossinline] = ACTIONS(3121), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3123), + [anon_sym_continue_AT] = ACTIONS(3123), + [anon_sym_break_AT] = ACTIONS(3123), + [anon_sym_this_AT] = ACTIONS(3123), + [anon_sym_super_AT] = ACTIONS(3123), + [sym_real_literal] = ACTIONS(3123), + [sym_integer_literal] = ACTIONS(3121), + [sym_hex_literal] = ACTIONS(3123), + [sym_bin_literal] = ACTIONS(3123), + [anon_sym_true] = ACTIONS(3121), + [anon_sym_false] = ACTIONS(3121), + [anon_sym_SQUOTE] = ACTIONS(3123), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3123), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3195), + [sym__string_start] = ACTIONS(3123), }, - [464] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [465] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_RBRACE] = ACTIONS(3164), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3115), + [anon_sym_COMMA] = ACTIONS(3164), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(3113), - [anon_sym_object] = ACTIONS(3113), - [anon_sym_fun] = ACTIONS(3113), + [anon_sym_where] = ACTIONS(3162), + [anon_sym_object] = ACTIONS(3162), + [anon_sym_fun] = ACTIONS(3162), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3113), - [anon_sym_super] = ACTIONS(3113), + [anon_sym_SEMI] = ACTIONS(3164), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3162), + [anon_sym_super] = ACTIONS(3162), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), @@ -103831,15 +103945,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(3113), - [anon_sym_if] = ACTIONS(3113), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_when] = ACTIONS(3113), - [anon_sym_try] = ACTIONS(3113), - [anon_sym_throw] = ACTIONS(3113), - [anon_sym_return] = ACTIONS(3113), - [anon_sym_continue] = ACTIONS(3113), - [anon_sym_break] = ACTIONS(3113), + [anon_sym_null] = ACTIONS(3162), + [anon_sym_if] = ACTIONS(3162), + [anon_sym_else] = ACTIONS(3162), + [anon_sym_when] = ACTIONS(3162), + [anon_sym_try] = ACTIONS(3162), + [anon_sym_throw] = ACTIONS(3162), + [anon_sym_return] = ACTIONS(3162), + [anon_sym_continue] = ACTIONS(3162), + [anon_sym_break] = ACTIONS(3162), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -103857,121 +103971,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_BANG] = ACTIONS(3162), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3113), - [anon_sym_sealed] = ACTIONS(3113), - [anon_sym_annotation] = ACTIONS(3113), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3113), - [anon_sym_lateinit] = ACTIONS(3113), - [anon_sym_public] = ACTIONS(3113), - [anon_sym_private] = ACTIONS(3113), - [anon_sym_internal] = ACTIONS(3113), - [anon_sym_protected] = ACTIONS(3113), - [anon_sym_tailrec] = ACTIONS(3113), - [anon_sym_operator] = ACTIONS(3113), - [anon_sym_infix] = ACTIONS(3113), - [anon_sym_inline] = ACTIONS(3113), - [anon_sym_external] = ACTIONS(3113), - [sym_property_modifier] = ACTIONS(3113), - [anon_sym_abstract] = ACTIONS(3113), - [anon_sym_final] = ACTIONS(3113), - [anon_sym_open] = ACTIONS(3113), - [anon_sym_vararg] = ACTIONS(3113), - [anon_sym_noinline] = ACTIONS(3113), - [anon_sym_crossinline] = ACTIONS(3113), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3115), - [anon_sym_continue_AT] = ACTIONS(3115), - [anon_sym_break_AT] = ACTIONS(3115), - [anon_sym_this_AT] = ACTIONS(3115), - [anon_sym_super_AT] = ACTIONS(3115), - [sym_real_literal] = ACTIONS(3115), - [sym_integer_literal] = ACTIONS(3113), - [sym_hex_literal] = ACTIONS(3115), - [sym_bin_literal] = ACTIONS(3115), - [anon_sym_true] = ACTIONS(3113), - [anon_sym_false] = ACTIONS(3113), - [anon_sym_SQUOTE] = ACTIONS(3115), + [anon_sym_suspend] = ACTIONS(3162), + [anon_sym_sealed] = ACTIONS(3162), + [anon_sym_annotation] = ACTIONS(3162), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3162), + [anon_sym_lateinit] = ACTIONS(3162), + [anon_sym_public] = ACTIONS(3162), + [anon_sym_private] = ACTIONS(3162), + [anon_sym_internal] = ACTIONS(3162), + [anon_sym_protected] = ACTIONS(3162), + [anon_sym_tailrec] = ACTIONS(3162), + [anon_sym_operator] = ACTIONS(3162), + [anon_sym_infix] = ACTIONS(3162), + [anon_sym_inline] = ACTIONS(3162), + [anon_sym_external] = ACTIONS(3162), + [sym_property_modifier] = ACTIONS(3162), + [anon_sym_abstract] = ACTIONS(3162), + [anon_sym_final] = ACTIONS(3162), + [anon_sym_open] = ACTIONS(3162), + [anon_sym_vararg] = ACTIONS(3162), + [anon_sym_noinline] = ACTIONS(3162), + [anon_sym_crossinline] = ACTIONS(3162), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3164), + [anon_sym_continue_AT] = ACTIONS(3164), + [anon_sym_break_AT] = ACTIONS(3164), + [anon_sym_this_AT] = ACTIONS(3164), + [anon_sym_super_AT] = ACTIONS(3164), + [sym_real_literal] = ACTIONS(3164), + [sym_integer_literal] = ACTIONS(3162), + [sym_hex_literal] = ACTIONS(3164), + [sym_bin_literal] = ACTIONS(3164), + [anon_sym_true] = ACTIONS(3162), + [anon_sym_false] = ACTIONS(3162), + [anon_sym_SQUOTE] = ACTIONS(3164), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3115), + [sym__automatic_semicolon] = ACTIONS(3164), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3115), + [sym__string_start] = ACTIONS(3164), }, - [465] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [466] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3127), + [anon_sym_RBRACE] = ACTIONS(3119), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_where] = ACTIONS(3125), - [anon_sym_object] = ACTIONS(3125), - [anon_sym_fun] = ACTIONS(3125), + [anon_sym_COMMA] = ACTIONS(3119), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3117), + [anon_sym_where] = ACTIONS(3117), + [anon_sym_object] = ACTIONS(3117), + [anon_sym_fun] = ACTIONS(3117), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3125), - [anon_sym_super] = ACTIONS(3125), + [anon_sym_SEMI] = ACTIONS(3119), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3117), + [anon_sym_super] = ACTIONS(3117), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3125), + [anon_sym_in] = ACTIONS(1938), [anon_sym_DOT_DOT] = ACTIONS(1940), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_null] = ACTIONS(3125), - [anon_sym_if] = ACTIONS(3125), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_when] = ACTIONS(3125), - [anon_sym_try] = ACTIONS(3125), - [anon_sym_throw] = ACTIONS(3125), - [anon_sym_return] = ACTIONS(3125), - [anon_sym_continue] = ACTIONS(3125), - [anon_sym_break] = ACTIONS(3125), + [anon_sym_QMARK_COLON] = ACTIONS(1942), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_null] = ACTIONS(3117), + [anon_sym_if] = ACTIONS(3117), + [anon_sym_else] = ACTIONS(3117), + [anon_sym_when] = ACTIONS(3117), + [anon_sym_try] = ACTIONS(3117), + [anon_sym_throw] = ACTIONS(3117), + [anon_sym_return] = ACTIONS(3117), + [anon_sym_continue] = ACTIONS(3117), + [anon_sym_break] = ACTIONS(3117), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(1954), + [anon_sym_is] = ACTIONS(1774), + [anon_sym_BANGis] = ACTIONS(1776), [anon_sym_PLUS] = ACTIONS(1956), [anon_sym_DASH] = ACTIONS(1956), [anon_sym_SLASH] = ACTIONS(1958), @@ -103979,95 +104093,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3125), + [anon_sym_BANG] = ACTIONS(3117), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3125), - [anon_sym_sealed] = ACTIONS(3125), - [anon_sym_annotation] = ACTIONS(3125), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3125), - [anon_sym_lateinit] = ACTIONS(3125), - [anon_sym_public] = ACTIONS(3125), - [anon_sym_private] = ACTIONS(3125), - [anon_sym_internal] = ACTIONS(3125), - [anon_sym_protected] = ACTIONS(3125), - [anon_sym_tailrec] = ACTIONS(3125), - [anon_sym_operator] = ACTIONS(3125), - [anon_sym_infix] = ACTIONS(3125), - [anon_sym_inline] = ACTIONS(3125), - [anon_sym_external] = ACTIONS(3125), - [sym_property_modifier] = ACTIONS(3125), - [anon_sym_abstract] = ACTIONS(3125), - [anon_sym_final] = ACTIONS(3125), - [anon_sym_open] = ACTIONS(3125), - [anon_sym_vararg] = ACTIONS(3125), - [anon_sym_noinline] = ACTIONS(3125), - [anon_sym_crossinline] = ACTIONS(3125), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3127), - [anon_sym_continue_AT] = ACTIONS(3127), - [anon_sym_break_AT] = ACTIONS(3127), - [anon_sym_this_AT] = ACTIONS(3127), - [anon_sym_super_AT] = ACTIONS(3127), - [sym_real_literal] = ACTIONS(3127), - [sym_integer_literal] = ACTIONS(3125), - [sym_hex_literal] = ACTIONS(3127), - [sym_bin_literal] = ACTIONS(3127), - [anon_sym_true] = ACTIONS(3125), - [anon_sym_false] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3127), + [anon_sym_suspend] = ACTIONS(3117), + [anon_sym_sealed] = ACTIONS(3117), + [anon_sym_annotation] = ACTIONS(3117), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3117), + [anon_sym_lateinit] = ACTIONS(3117), + [anon_sym_public] = ACTIONS(3117), + [anon_sym_private] = ACTIONS(3117), + [anon_sym_internal] = ACTIONS(3117), + [anon_sym_protected] = ACTIONS(3117), + [anon_sym_tailrec] = ACTIONS(3117), + [anon_sym_operator] = ACTIONS(3117), + [anon_sym_infix] = ACTIONS(3117), + [anon_sym_inline] = ACTIONS(3117), + [anon_sym_external] = ACTIONS(3117), + [sym_property_modifier] = ACTIONS(3117), + [anon_sym_abstract] = ACTIONS(3117), + [anon_sym_final] = ACTIONS(3117), + [anon_sym_open] = ACTIONS(3117), + [anon_sym_vararg] = ACTIONS(3117), + [anon_sym_noinline] = ACTIONS(3117), + [anon_sym_crossinline] = ACTIONS(3117), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3119), + [anon_sym_continue_AT] = ACTIONS(3119), + [anon_sym_break_AT] = ACTIONS(3119), + [anon_sym_this_AT] = ACTIONS(3119), + [anon_sym_super_AT] = ACTIONS(3119), + [sym_real_literal] = ACTIONS(3119), + [sym_integer_literal] = ACTIONS(3117), + [sym_hex_literal] = ACTIONS(3119), + [sym_bin_literal] = ACTIONS(3119), + [anon_sym_true] = ACTIONS(3117), + [anon_sym_false] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3119), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3127), + [sym__automatic_semicolon] = ACTIONS(3119), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3127), + [sym__string_start] = ACTIONS(3119), }, - [466] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [467] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_RBRACE] = ACTIONS(3160), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3103), + [anon_sym_COMMA] = ACTIONS(3160), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(3101), - [anon_sym_object] = ACTIONS(3101), - [anon_sym_fun] = ACTIONS(3101), + [anon_sym_where] = ACTIONS(3158), + [anon_sym_object] = ACTIONS(3158), + [anon_sym_fun] = ACTIONS(3158), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3101), - [anon_sym_super] = ACTIONS(3101), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3158), + [anon_sym_super] = ACTIONS(3158), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), @@ -104075,15 +104189,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(3101), - [anon_sym_if] = ACTIONS(3101), - [anon_sym_else] = ACTIONS(3101), - [anon_sym_when] = ACTIONS(3101), - [anon_sym_try] = ACTIONS(3101), - [anon_sym_throw] = ACTIONS(3101), - [anon_sym_return] = ACTIONS(3101), - [anon_sym_continue] = ACTIONS(3101), - [anon_sym_break] = ACTIONS(3101), + [anon_sym_null] = ACTIONS(3158), + [anon_sym_if] = ACTIONS(3158), + [anon_sym_else] = ACTIONS(3158), + [anon_sym_when] = ACTIONS(3158), + [anon_sym_try] = ACTIONS(3158), + [anon_sym_throw] = ACTIONS(3158), + [anon_sym_return] = ACTIONS(3158), + [anon_sym_continue] = ACTIONS(3158), + [anon_sym_break] = ACTIONS(3158), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -104101,116 +104215,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3101), + [anon_sym_BANG] = ACTIONS(3158), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3101), - [anon_sym_sealed] = ACTIONS(3101), - [anon_sym_annotation] = ACTIONS(3101), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3101), - [anon_sym_lateinit] = ACTIONS(3101), - [anon_sym_public] = ACTIONS(3101), - [anon_sym_private] = ACTIONS(3101), - [anon_sym_internal] = ACTIONS(3101), - [anon_sym_protected] = ACTIONS(3101), - [anon_sym_tailrec] = ACTIONS(3101), - [anon_sym_operator] = ACTIONS(3101), - [anon_sym_infix] = ACTIONS(3101), - [anon_sym_inline] = ACTIONS(3101), - [anon_sym_external] = ACTIONS(3101), - [sym_property_modifier] = ACTIONS(3101), - [anon_sym_abstract] = ACTIONS(3101), - [anon_sym_final] = ACTIONS(3101), - [anon_sym_open] = ACTIONS(3101), - [anon_sym_vararg] = ACTIONS(3101), - [anon_sym_noinline] = ACTIONS(3101), - [anon_sym_crossinline] = ACTIONS(3101), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3103), - [anon_sym_continue_AT] = ACTIONS(3103), - [anon_sym_break_AT] = ACTIONS(3103), - [anon_sym_this_AT] = ACTIONS(3103), - [anon_sym_super_AT] = ACTIONS(3103), - [sym_real_literal] = ACTIONS(3103), - [sym_integer_literal] = ACTIONS(3101), - [sym_hex_literal] = ACTIONS(3103), - [sym_bin_literal] = ACTIONS(3103), - [anon_sym_true] = ACTIONS(3101), - [anon_sym_false] = ACTIONS(3101), - [anon_sym_SQUOTE] = ACTIONS(3103), + [anon_sym_suspend] = ACTIONS(3158), + [anon_sym_sealed] = ACTIONS(3158), + [anon_sym_annotation] = ACTIONS(3158), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3158), + [anon_sym_lateinit] = ACTIONS(3158), + [anon_sym_public] = ACTIONS(3158), + [anon_sym_private] = ACTIONS(3158), + [anon_sym_internal] = ACTIONS(3158), + [anon_sym_protected] = ACTIONS(3158), + [anon_sym_tailrec] = ACTIONS(3158), + [anon_sym_operator] = ACTIONS(3158), + [anon_sym_infix] = ACTIONS(3158), + [anon_sym_inline] = ACTIONS(3158), + [anon_sym_external] = ACTIONS(3158), + [sym_property_modifier] = ACTIONS(3158), + [anon_sym_abstract] = ACTIONS(3158), + [anon_sym_final] = ACTIONS(3158), + [anon_sym_open] = ACTIONS(3158), + [anon_sym_vararg] = ACTIONS(3158), + [anon_sym_noinline] = ACTIONS(3158), + [anon_sym_crossinline] = ACTIONS(3158), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3160), + [anon_sym_continue_AT] = ACTIONS(3160), + [anon_sym_break_AT] = ACTIONS(3160), + [anon_sym_this_AT] = ACTIONS(3160), + [anon_sym_super_AT] = ACTIONS(3160), + [sym_real_literal] = ACTIONS(3160), + [sym_integer_literal] = ACTIONS(3158), + [sym_hex_literal] = ACTIONS(3160), + [sym_bin_literal] = ACTIONS(3160), + [anon_sym_true] = ACTIONS(3158), + [anon_sym_false] = ACTIONS(3158), + [anon_sym_SQUOTE] = ACTIONS(3160), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3103), + [sym__automatic_semicolon] = ACTIONS(3160), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3103), + [sym__string_start] = ACTIONS(3160), }, - [467] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [468] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3142), + [anon_sym_RBRACE] = ACTIONS(3115), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3142), + [anon_sym_COMMA] = ACTIONS(3115), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(3140), - [anon_sym_object] = ACTIONS(3140), - [anon_sym_fun] = ACTIONS(3140), + [anon_sym_where] = ACTIONS(3113), + [anon_sym_object] = ACTIONS(3113), + [anon_sym_fun] = ACTIONS(3113), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3140), - [anon_sym_super] = ACTIONS(3140), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3113), + [anon_sym_super] = ACTIONS(3113), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), [anon_sym_DOT_DOT] = ACTIONS(1940), [anon_sym_QMARK_COLON] = ACTIONS(1942), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_null] = ACTIONS(3140), - [anon_sym_if] = ACTIONS(3140), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_when] = ACTIONS(3140), - [anon_sym_try] = ACTIONS(3140), - [anon_sym_throw] = ACTIONS(3140), - [anon_sym_return] = ACTIONS(3140), - [anon_sym_continue] = ACTIONS(3140), - [anon_sym_break] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_null] = ACTIONS(3113), + [anon_sym_if] = ACTIONS(3113), + [anon_sym_else] = ACTIONS(3113), + [anon_sym_when] = ACTIONS(3113), + [anon_sym_try] = ACTIONS(3113), + [anon_sym_throw] = ACTIONS(3113), + [anon_sym_return] = ACTIONS(3113), + [anon_sym_continue] = ACTIONS(3113), + [anon_sym_break] = ACTIONS(3113), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), [anon_sym_LT_EQ] = ACTIONS(1952), [anon_sym_GT_EQ] = ACTIONS(1952), [anon_sym_BANGin] = ACTIONS(1954), @@ -104223,365 +104337,243 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3140), + [anon_sym_BANG] = ACTIONS(3113), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3140), - [anon_sym_sealed] = ACTIONS(3140), - [anon_sym_annotation] = ACTIONS(3140), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3140), - [anon_sym_lateinit] = ACTIONS(3140), - [anon_sym_public] = ACTIONS(3140), - [anon_sym_private] = ACTIONS(3140), - [anon_sym_internal] = ACTIONS(3140), - [anon_sym_protected] = ACTIONS(3140), - [anon_sym_tailrec] = ACTIONS(3140), - [anon_sym_operator] = ACTIONS(3140), - [anon_sym_infix] = ACTIONS(3140), - [anon_sym_inline] = ACTIONS(3140), - [anon_sym_external] = ACTIONS(3140), - [sym_property_modifier] = ACTIONS(3140), - [anon_sym_abstract] = ACTIONS(3140), - [anon_sym_final] = ACTIONS(3140), - [anon_sym_open] = ACTIONS(3140), - [anon_sym_vararg] = ACTIONS(3140), - [anon_sym_noinline] = ACTIONS(3140), - [anon_sym_crossinline] = ACTIONS(3140), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3142), - [anon_sym_continue_AT] = ACTIONS(3142), - [anon_sym_break_AT] = ACTIONS(3142), - [anon_sym_this_AT] = ACTIONS(3142), - [anon_sym_super_AT] = ACTIONS(3142), - [sym_real_literal] = ACTIONS(3142), - [sym_integer_literal] = ACTIONS(3140), - [sym_hex_literal] = ACTIONS(3142), - [sym_bin_literal] = ACTIONS(3142), - [anon_sym_true] = ACTIONS(3140), - [anon_sym_false] = ACTIONS(3140), - [anon_sym_SQUOTE] = ACTIONS(3142), + [anon_sym_suspend] = ACTIONS(3113), + [anon_sym_sealed] = ACTIONS(3113), + [anon_sym_annotation] = ACTIONS(3113), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3113), + [anon_sym_lateinit] = ACTIONS(3113), + [anon_sym_public] = ACTIONS(3113), + [anon_sym_private] = ACTIONS(3113), + [anon_sym_internal] = ACTIONS(3113), + [anon_sym_protected] = ACTIONS(3113), + [anon_sym_tailrec] = ACTIONS(3113), + [anon_sym_operator] = ACTIONS(3113), + [anon_sym_infix] = ACTIONS(3113), + [anon_sym_inline] = ACTIONS(3113), + [anon_sym_external] = ACTIONS(3113), + [sym_property_modifier] = ACTIONS(3113), + [anon_sym_abstract] = ACTIONS(3113), + [anon_sym_final] = ACTIONS(3113), + [anon_sym_open] = ACTIONS(3113), + [anon_sym_vararg] = ACTIONS(3113), + [anon_sym_noinline] = ACTIONS(3113), + [anon_sym_crossinline] = ACTIONS(3113), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3115), + [anon_sym_continue_AT] = ACTIONS(3115), + [anon_sym_break_AT] = ACTIONS(3115), + [anon_sym_this_AT] = ACTIONS(3115), + [anon_sym_super_AT] = ACTIONS(3115), + [sym_real_literal] = ACTIONS(3115), + [sym_integer_literal] = ACTIONS(3113), + [sym_hex_literal] = ACTIONS(3115), + [sym_bin_literal] = ACTIONS(3115), + [anon_sym_true] = ACTIONS(3113), + [anon_sym_false] = ACTIONS(3113), + [anon_sym_SQUOTE] = ACTIONS(3115), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3142), - [sym_safe_nav] = ACTIONS(1764), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3142), - }, - [468] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(3094), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(1728), - [anon_sym_as] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3096), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_where] = ACTIONS(3094), - [anon_sym_object] = ACTIONS(3094), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_this] = ACTIONS(3094), - [anon_sym_super] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(1936), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_null] = ACTIONS(3094), - [anon_sym_if] = ACTIONS(3094), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_when] = ACTIONS(3094), - [anon_sym_try] = ACTIONS(3094), - [anon_sym_throw] = ACTIONS(3094), - [anon_sym_return] = ACTIONS(3094), - [anon_sym_continue] = ACTIONS(3094), - [anon_sym_break] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(1956), - [anon_sym_DASH] = ACTIONS(1956), - [anon_sym_SLASH] = ACTIONS(1958), - [anon_sym_PERCENT] = ACTIONS(1936), - [anon_sym_as_QMARK] = ACTIONS(1780), - [anon_sym_PLUS_PLUS] = ACTIONS(1782), - [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3094), - [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3094), - [anon_sym_sealed] = ACTIONS(3094), - [anon_sym_annotation] = ACTIONS(3094), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_override] = ACTIONS(3094), - [anon_sym_lateinit] = ACTIONS(3094), - [anon_sym_public] = ACTIONS(3094), - [anon_sym_private] = ACTIONS(3094), - [anon_sym_internal] = ACTIONS(3094), - [anon_sym_protected] = ACTIONS(3094), - [anon_sym_tailrec] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_infix] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym_external] = ACTIONS(3094), - [sym_property_modifier] = ACTIONS(3094), - [anon_sym_abstract] = ACTIONS(3094), - [anon_sym_final] = ACTIONS(3094), - [anon_sym_open] = ACTIONS(3094), - [anon_sym_vararg] = ACTIONS(3094), - [anon_sym_noinline] = ACTIONS(3094), - [anon_sym_crossinline] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3096), - [anon_sym_continue_AT] = ACTIONS(3096), - [anon_sym_break_AT] = ACTIONS(3096), - [anon_sym_this_AT] = ACTIONS(3096), - [anon_sym_super_AT] = ACTIONS(3096), - [sym_real_literal] = ACTIONS(3096), - [sym_integer_literal] = ACTIONS(3094), - [sym_hex_literal] = ACTIONS(3096), - [sym_bin_literal] = ACTIONS(3096), - [anon_sym_true] = ACTIONS(3094), - [anon_sym_false] = ACTIONS(3094), - [anon_sym_SQUOTE] = ACTIONS(3096), - [sym__backtick_identifier] = ACTIONS(3096), - [sym__automatic_semicolon] = ACTIONS(3096), + [sym__automatic_semicolon] = ACTIONS(3115), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3096), + [sym__string_start] = ACTIONS(3115), }, [469] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(1724), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(3135), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3119), + [anon_sym_RBRACE] = ACTIONS(3137), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3119), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(3117), - [anon_sym_object] = ACTIONS(3117), - [anon_sym_fun] = ACTIONS(3117), + [anon_sym_COMMA] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_where] = ACTIONS(3135), + [anon_sym_object] = ACTIONS(3135), + [anon_sym_fun] = ACTIONS(3135), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3117), - [anon_sym_super] = ACTIONS(3117), - [anon_sym_STAR] = ACTIONS(1936), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_this] = ACTIONS(3135), + [anon_sym_super] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3137), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1938), - [anon_sym_DOT_DOT] = ACTIONS(1940), - [anon_sym_QMARK_COLON] = ACTIONS(1942), - [anon_sym_AMP_AMP] = ACTIONS(3119), - [anon_sym_PIPE_PIPE] = ACTIONS(3119), - [anon_sym_null] = ACTIONS(3117), - [anon_sym_if] = ACTIONS(3117), - [anon_sym_else] = ACTIONS(3117), - [anon_sym_when] = ACTIONS(3117), - [anon_sym_try] = ACTIONS(3117), - [anon_sym_throw] = ACTIONS(3117), - [anon_sym_return] = ACTIONS(3117), - [anon_sym_continue] = ACTIONS(3117), - [anon_sym_break] = ACTIONS(3117), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_null] = ACTIONS(3135), + [anon_sym_if] = ACTIONS(3135), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_when] = ACTIONS(3135), + [anon_sym_try] = ACTIONS(3135), + [anon_sym_throw] = ACTIONS(3135), + [anon_sym_return] = ACTIONS(3135), + [anon_sym_continue] = ACTIONS(3135), + [anon_sym_break] = ACTIONS(3135), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(1948), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), - [anon_sym_EQ_EQ] = ACTIONS(1948), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1950), - [anon_sym_LT_EQ] = ACTIONS(1952), - [anon_sym_GT_EQ] = ACTIONS(1952), - [anon_sym_BANGin] = ACTIONS(1954), - [anon_sym_is] = ACTIONS(1774), - [anon_sym_BANGis] = ACTIONS(1776), - [anon_sym_PLUS] = ACTIONS(1956), - [anon_sym_DASH] = ACTIONS(1956), - [anon_sym_SLASH] = ACTIONS(1958), - [anon_sym_PERCENT] = ACTIONS(1936), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3137), [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3117), + [anon_sym_BANG] = ACTIONS(3135), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3117), - [anon_sym_sealed] = ACTIONS(3117), - [anon_sym_annotation] = ACTIONS(3117), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3117), - [anon_sym_lateinit] = ACTIONS(3117), - [anon_sym_public] = ACTIONS(3117), - [anon_sym_private] = ACTIONS(3117), - [anon_sym_internal] = ACTIONS(3117), - [anon_sym_protected] = ACTIONS(3117), - [anon_sym_tailrec] = ACTIONS(3117), - [anon_sym_operator] = ACTIONS(3117), - [anon_sym_infix] = ACTIONS(3117), - [anon_sym_inline] = ACTIONS(3117), - [anon_sym_external] = ACTIONS(3117), - [sym_property_modifier] = ACTIONS(3117), - [anon_sym_abstract] = ACTIONS(3117), - [anon_sym_final] = ACTIONS(3117), - [anon_sym_open] = ACTIONS(3117), - [anon_sym_vararg] = ACTIONS(3117), - [anon_sym_noinline] = ACTIONS(3117), - [anon_sym_crossinline] = ACTIONS(3117), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3119), - [anon_sym_continue_AT] = ACTIONS(3119), - [anon_sym_break_AT] = ACTIONS(3119), - [anon_sym_this_AT] = ACTIONS(3119), - [anon_sym_super_AT] = ACTIONS(3119), - [sym_real_literal] = ACTIONS(3119), - [sym_integer_literal] = ACTIONS(3117), - [sym_hex_literal] = ACTIONS(3119), - [sym_bin_literal] = ACTIONS(3119), - [anon_sym_true] = ACTIONS(3117), - [anon_sym_false] = ACTIONS(3117), - [anon_sym_SQUOTE] = ACTIONS(3119), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3119), + [anon_sym_suspend] = ACTIONS(3135), + [anon_sym_sealed] = ACTIONS(3135), + [anon_sym_annotation] = ACTIONS(3135), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_override] = ACTIONS(3135), + [anon_sym_lateinit] = ACTIONS(3135), + [anon_sym_public] = ACTIONS(3135), + [anon_sym_private] = ACTIONS(3135), + [anon_sym_internal] = ACTIONS(3135), + [anon_sym_protected] = ACTIONS(3135), + [anon_sym_tailrec] = ACTIONS(3135), + [anon_sym_operator] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_inline] = ACTIONS(3135), + [anon_sym_external] = ACTIONS(3135), + [sym_property_modifier] = ACTIONS(3135), + [anon_sym_abstract] = ACTIONS(3135), + [anon_sym_final] = ACTIONS(3135), + [anon_sym_open] = ACTIONS(3135), + [anon_sym_vararg] = ACTIONS(3135), + [anon_sym_noinline] = ACTIONS(3135), + [anon_sym_crossinline] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3137), + [anon_sym_continue_AT] = ACTIONS(3137), + [anon_sym_break_AT] = ACTIONS(3137), + [anon_sym_this_AT] = ACTIONS(3137), + [anon_sym_super_AT] = ACTIONS(3137), + [sym_real_literal] = ACTIONS(3137), + [sym_integer_literal] = ACTIONS(3135), + [sym_hex_literal] = ACTIONS(3137), + [sym_bin_literal] = ACTIONS(3137), + [anon_sym_true] = ACTIONS(3135), + [anon_sym_false] = ACTIONS(3135), + [anon_sym_SQUOTE] = ACTIONS(3137), + [sym__backtick_identifier] = ACTIONS(3137), + [sym__automatic_semicolon] = ACTIONS(3137), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3119), + [sym__string_start] = ACTIONS(3137), }, [470] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(1724), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(3088), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3146), + [anon_sym_RBRACE] = ACTIONS(3090), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_where] = ACTIONS(3144), - [anon_sym_object] = ACTIONS(3144), - [anon_sym_fun] = ACTIONS(3144), + [anon_sym_COMMA] = ACTIONS(3090), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_where] = ACTIONS(3088), + [anon_sym_object] = ACTIONS(3088), + [anon_sym_fun] = ACTIONS(3088), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3144), - [anon_sym_super] = ACTIONS(3144), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_this] = ACTIONS(3088), + [anon_sym_super] = ACTIONS(3088), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(1938), + [anon_sym_in] = ACTIONS(3088), [anon_sym_DOT_DOT] = ACTIONS(1940), - [anon_sym_QMARK_COLON] = ACTIONS(1942), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_null] = ACTIONS(3144), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_when] = ACTIONS(3144), - [anon_sym_try] = ACTIONS(3144), - [anon_sym_throw] = ACTIONS(3144), - [anon_sym_return] = ACTIONS(3144), - [anon_sym_continue] = ACTIONS(3144), - [anon_sym_break] = ACTIONS(3144), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_null] = ACTIONS(3088), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_else] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(3088), + [anon_sym_try] = ACTIONS(3088), + [anon_sym_throw] = ACTIONS(3088), + [anon_sym_return] = ACTIONS(3088), + [anon_sym_continue] = ACTIONS(3088), + [anon_sym_break] = ACTIONS(3088), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(1954), - [anon_sym_is] = ACTIONS(1774), - [anon_sym_BANGis] = ACTIONS(1776), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), [anon_sym_PLUS] = ACTIONS(1956), [anon_sym_DASH] = ACTIONS(1956), [anon_sym_SLASH] = ACTIONS(1958), @@ -104589,95 +104581,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3144), + [anon_sym_BANG] = ACTIONS(3088), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3144), - [anon_sym_sealed] = ACTIONS(3144), - [anon_sym_annotation] = ACTIONS(3144), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3144), - [anon_sym_lateinit] = ACTIONS(3144), - [anon_sym_public] = ACTIONS(3144), - [anon_sym_private] = ACTIONS(3144), - [anon_sym_internal] = ACTIONS(3144), - [anon_sym_protected] = ACTIONS(3144), - [anon_sym_tailrec] = ACTIONS(3144), - [anon_sym_operator] = ACTIONS(3144), - [anon_sym_infix] = ACTIONS(3144), - [anon_sym_inline] = ACTIONS(3144), - [anon_sym_external] = ACTIONS(3144), - [sym_property_modifier] = ACTIONS(3144), - [anon_sym_abstract] = ACTIONS(3144), - [anon_sym_final] = ACTIONS(3144), - [anon_sym_open] = ACTIONS(3144), - [anon_sym_vararg] = ACTIONS(3144), - [anon_sym_noinline] = ACTIONS(3144), - [anon_sym_crossinline] = ACTIONS(3144), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3146), - [anon_sym_continue_AT] = ACTIONS(3146), - [anon_sym_break_AT] = ACTIONS(3146), - [anon_sym_this_AT] = ACTIONS(3146), - [anon_sym_super_AT] = ACTIONS(3146), - [sym_real_literal] = ACTIONS(3146), - [sym_integer_literal] = ACTIONS(3144), - [sym_hex_literal] = ACTIONS(3146), - [sym_bin_literal] = ACTIONS(3146), - [anon_sym_true] = ACTIONS(3144), - [anon_sym_false] = ACTIONS(3144), - [anon_sym_SQUOTE] = ACTIONS(3146), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3146), + [anon_sym_suspend] = ACTIONS(3088), + [anon_sym_sealed] = ACTIONS(3088), + [anon_sym_annotation] = ACTIONS(3088), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_override] = ACTIONS(3088), + [anon_sym_lateinit] = ACTIONS(3088), + [anon_sym_public] = ACTIONS(3088), + [anon_sym_private] = ACTIONS(3088), + [anon_sym_internal] = ACTIONS(3088), + [anon_sym_protected] = ACTIONS(3088), + [anon_sym_tailrec] = ACTIONS(3088), + [anon_sym_operator] = ACTIONS(3088), + [anon_sym_infix] = ACTIONS(3088), + [anon_sym_inline] = ACTIONS(3088), + [anon_sym_external] = ACTIONS(3088), + [sym_property_modifier] = ACTIONS(3088), + [anon_sym_abstract] = ACTIONS(3088), + [anon_sym_final] = ACTIONS(3088), + [anon_sym_open] = ACTIONS(3088), + [anon_sym_vararg] = ACTIONS(3088), + [anon_sym_noinline] = ACTIONS(3088), + [anon_sym_crossinline] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3090), + [anon_sym_continue_AT] = ACTIONS(3090), + [anon_sym_break_AT] = ACTIONS(3090), + [anon_sym_this_AT] = ACTIONS(3090), + [anon_sym_super_AT] = ACTIONS(3090), + [sym_real_literal] = ACTIONS(3090), + [sym_integer_literal] = ACTIONS(3088), + [sym_hex_literal] = ACTIONS(3090), + [sym_bin_literal] = ACTIONS(3090), + [anon_sym_true] = ACTIONS(3088), + [anon_sym_false] = ACTIONS(3088), + [anon_sym_SQUOTE] = ACTIONS(3090), + [sym__backtick_identifier] = ACTIONS(3090), + [sym__automatic_semicolon] = ACTIONS(3090), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3146), + [sym__string_start] = ACTIONS(3090), }, [471] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3134), + [anon_sym_RBRACE] = ACTIONS(3148), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3134), + [anon_sym_COMMA] = ACTIONS(3148), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(3132), - [anon_sym_object] = ACTIONS(3132), - [anon_sym_fun] = ACTIONS(3132), + [anon_sym_where] = ACTIONS(3146), + [anon_sym_object] = ACTIONS(3146), + [anon_sym_fun] = ACTIONS(3146), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3132), - [anon_sym_super] = ACTIONS(3132), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3146), + [anon_sym_super] = ACTIONS(3146), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), @@ -104685,15 +104677,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(3132), - [anon_sym_if] = ACTIONS(3132), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_when] = ACTIONS(3132), - [anon_sym_try] = ACTIONS(3132), - [anon_sym_throw] = ACTIONS(3132), - [anon_sym_return] = ACTIONS(3132), - [anon_sym_continue] = ACTIONS(3132), - [anon_sym_break] = ACTIONS(3132), + [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(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -104711,95 +104703,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3132), + [anon_sym_BANG] = ACTIONS(3146), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3132), - [anon_sym_sealed] = ACTIONS(3132), - [anon_sym_annotation] = ACTIONS(3132), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3132), - [anon_sym_lateinit] = ACTIONS(3132), - [anon_sym_public] = ACTIONS(3132), - [anon_sym_private] = ACTIONS(3132), - [anon_sym_internal] = ACTIONS(3132), - [anon_sym_protected] = ACTIONS(3132), - [anon_sym_tailrec] = ACTIONS(3132), - [anon_sym_operator] = ACTIONS(3132), - [anon_sym_infix] = ACTIONS(3132), - [anon_sym_inline] = ACTIONS(3132), - [anon_sym_external] = ACTIONS(3132), - [sym_property_modifier] = ACTIONS(3132), - [anon_sym_abstract] = ACTIONS(3132), - [anon_sym_final] = ACTIONS(3132), - [anon_sym_open] = ACTIONS(3132), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3134), - [anon_sym_continue_AT] = ACTIONS(3134), - [anon_sym_break_AT] = ACTIONS(3134), - [anon_sym_this_AT] = ACTIONS(3134), - [anon_sym_super_AT] = ACTIONS(3134), - [sym_real_literal] = ACTIONS(3134), - [sym_integer_literal] = ACTIONS(3132), - [sym_hex_literal] = ACTIONS(3134), - [sym_bin_literal] = ACTIONS(3134), - [anon_sym_true] = ACTIONS(3132), - [anon_sym_false] = ACTIONS(3132), - [anon_sym_SQUOTE] = ACTIONS(3134), + [anon_sym_suspend] = ACTIONS(3146), + [anon_sym_sealed] = ACTIONS(3146), + [anon_sym_annotation] = ACTIONS(3146), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3146), + [anon_sym_lateinit] = ACTIONS(3146), + [anon_sym_public] = ACTIONS(3146), + [anon_sym_private] = ACTIONS(3146), + [anon_sym_internal] = ACTIONS(3146), + [anon_sym_protected] = ACTIONS(3146), + [anon_sym_tailrec] = ACTIONS(3146), + [anon_sym_operator] = ACTIONS(3146), + [anon_sym_infix] = ACTIONS(3146), + [anon_sym_inline] = ACTIONS(3146), + [anon_sym_external] = ACTIONS(3146), + [sym_property_modifier] = ACTIONS(3146), + [anon_sym_abstract] = ACTIONS(3146), + [anon_sym_final] = ACTIONS(3146), + [anon_sym_open] = ACTIONS(3146), + [anon_sym_vararg] = ACTIONS(3146), + [anon_sym_noinline] = ACTIONS(3146), + [anon_sym_crossinline] = ACTIONS(3146), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3148), + [anon_sym_continue_AT] = ACTIONS(3148), + [anon_sym_break_AT] = ACTIONS(3148), + [anon_sym_this_AT] = ACTIONS(3148), + [anon_sym_super_AT] = ACTIONS(3148), + [sym_real_literal] = ACTIONS(3148), + [sym_integer_literal] = ACTIONS(3146), + [sym_hex_literal] = ACTIONS(3148), + [sym_bin_literal] = ACTIONS(3148), + [anon_sym_true] = ACTIONS(3146), + [anon_sym_false] = ACTIONS(3146), + [anon_sym_SQUOTE] = ACTIONS(3148), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3134), + [sym__automatic_semicolon] = ACTIONS(3148), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3134), + [sym__string_start] = ACTIONS(3148), }, [472] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3169), + [anon_sym_RBRACE] = ACTIONS(3097), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3169), + [anon_sym_COMMA] = ACTIONS(3097), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(3167), - [anon_sym_object] = ACTIONS(3167), - [anon_sym_fun] = ACTIONS(3167), + [anon_sym_where] = ACTIONS(3095), + [anon_sym_object] = ACTIONS(3095), + [anon_sym_fun] = ACTIONS(3095), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3167), - [anon_sym_super] = ACTIONS(3167), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3095), + [anon_sym_super] = ACTIONS(3095), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), @@ -104807,15 +104799,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(3167), - [anon_sym_if] = ACTIONS(3167), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_when] = ACTIONS(3167), - [anon_sym_try] = ACTIONS(3167), - [anon_sym_throw] = ACTIONS(3167), - [anon_sym_return] = ACTIONS(3167), - [anon_sym_continue] = ACTIONS(3167), - [anon_sym_break] = ACTIONS(3167), + [anon_sym_null] = ACTIONS(3095), + [anon_sym_if] = ACTIONS(3095), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_when] = ACTIONS(3095), + [anon_sym_try] = ACTIONS(3095), + [anon_sym_throw] = ACTIONS(3095), + [anon_sym_return] = ACTIONS(3095), + [anon_sym_continue] = ACTIONS(3095), + [anon_sym_break] = ACTIONS(3095), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -104833,121 +104825,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3167), + [anon_sym_BANG] = ACTIONS(3095), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3167), - [anon_sym_sealed] = ACTIONS(3167), - [anon_sym_annotation] = ACTIONS(3167), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3167), - [anon_sym_lateinit] = ACTIONS(3167), - [anon_sym_public] = ACTIONS(3167), - [anon_sym_private] = ACTIONS(3167), - [anon_sym_internal] = ACTIONS(3167), - [anon_sym_protected] = ACTIONS(3167), - [anon_sym_tailrec] = ACTIONS(3167), - [anon_sym_operator] = ACTIONS(3167), - [anon_sym_infix] = ACTIONS(3167), - [anon_sym_inline] = ACTIONS(3167), - [anon_sym_external] = ACTIONS(3167), - [sym_property_modifier] = ACTIONS(3167), - [anon_sym_abstract] = ACTIONS(3167), - [anon_sym_final] = ACTIONS(3167), - [anon_sym_open] = ACTIONS(3167), - [anon_sym_vararg] = ACTIONS(3167), - [anon_sym_noinline] = ACTIONS(3167), - [anon_sym_crossinline] = ACTIONS(3167), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3169), - [anon_sym_continue_AT] = ACTIONS(3169), - [anon_sym_break_AT] = ACTIONS(3169), - [anon_sym_this_AT] = ACTIONS(3169), - [anon_sym_super_AT] = ACTIONS(3169), - [sym_real_literal] = ACTIONS(3169), - [sym_integer_literal] = ACTIONS(3167), - [sym_hex_literal] = ACTIONS(3169), - [sym_bin_literal] = ACTIONS(3169), - [anon_sym_true] = ACTIONS(3167), - [anon_sym_false] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3169), + [anon_sym_suspend] = ACTIONS(3095), + [anon_sym_sealed] = ACTIONS(3095), + [anon_sym_annotation] = ACTIONS(3095), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3095), + [anon_sym_lateinit] = ACTIONS(3095), + [anon_sym_public] = ACTIONS(3095), + [anon_sym_private] = ACTIONS(3095), + [anon_sym_internal] = ACTIONS(3095), + [anon_sym_protected] = ACTIONS(3095), + [anon_sym_tailrec] = ACTIONS(3095), + [anon_sym_operator] = ACTIONS(3095), + [anon_sym_infix] = ACTIONS(3095), + [anon_sym_inline] = ACTIONS(3095), + [anon_sym_external] = ACTIONS(3095), + [sym_property_modifier] = ACTIONS(3095), + [anon_sym_abstract] = ACTIONS(3095), + [anon_sym_final] = ACTIONS(3095), + [anon_sym_open] = ACTIONS(3095), + [anon_sym_vararg] = ACTIONS(3095), + [anon_sym_noinline] = ACTIONS(3095), + [anon_sym_crossinline] = ACTIONS(3095), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3097), + [anon_sym_continue_AT] = ACTIONS(3097), + [anon_sym_break_AT] = ACTIONS(3097), + [anon_sym_this_AT] = ACTIONS(3097), + [anon_sym_super_AT] = ACTIONS(3097), + [sym_real_literal] = ACTIONS(3097), + [sym_integer_literal] = ACTIONS(3095), + [sym_hex_literal] = ACTIONS(3097), + [sym_bin_literal] = ACTIONS(3097), + [anon_sym_true] = ACTIONS(3095), + [anon_sym_false] = ACTIONS(3095), + [anon_sym_SQUOTE] = ACTIONS(3097), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3169), + [sym__automatic_semicolon] = ACTIONS(3097), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3169), + [sym__string_start] = ACTIONS(3097), }, [473] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(1724), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(3185), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3162), + [anon_sym_RBRACE] = ACTIONS(3187), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3160), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), + [anon_sym_COMMA] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_where] = ACTIONS(3185), + [anon_sym_object] = ACTIONS(3185), + [anon_sym_fun] = ACTIONS(3185), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3160), - [anon_sym_super] = ACTIONS(3160), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_this] = ACTIONS(3185), + [anon_sym_super] = ACTIONS(3185), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(1940), - [anon_sym_QMARK_COLON] = ACTIONS(1942), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [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_in] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_null] = ACTIONS(3185), + [anon_sym_if] = ACTIONS(3185), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_when] = ACTIONS(3185), + [anon_sym_try] = ACTIONS(3185), + [anon_sym_throw] = ACTIONS(3185), + [anon_sym_return] = ACTIONS(3185), + [anon_sym_continue] = ACTIONS(3185), + [anon_sym_break] = ACTIONS(3185), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), [anon_sym_PLUS] = ACTIONS(1956), [anon_sym_DASH] = ACTIONS(1956), [anon_sym_SLASH] = ACTIONS(1958), @@ -104955,121 +104947,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3160), + [anon_sym_BANG] = ACTIONS(3185), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3160), - [anon_sym_sealed] = ACTIONS(3160), - [anon_sym_annotation] = ACTIONS(3160), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3160), - [anon_sym_lateinit] = ACTIONS(3160), - [anon_sym_public] = ACTIONS(3160), - [anon_sym_private] = ACTIONS(3160), - [anon_sym_internal] = ACTIONS(3160), - [anon_sym_protected] = ACTIONS(3160), - [anon_sym_tailrec] = ACTIONS(3160), - [anon_sym_operator] = ACTIONS(3160), - [anon_sym_infix] = ACTIONS(3160), - [anon_sym_inline] = ACTIONS(3160), - [anon_sym_external] = ACTIONS(3160), - [sym_property_modifier] = ACTIONS(3160), - [anon_sym_abstract] = ACTIONS(3160), - [anon_sym_final] = ACTIONS(3160), - [anon_sym_open] = ACTIONS(3160), - [anon_sym_vararg] = ACTIONS(3160), - [anon_sym_noinline] = ACTIONS(3160), - [anon_sym_crossinline] = ACTIONS(3160), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3162), - [anon_sym_continue_AT] = ACTIONS(3162), - [anon_sym_break_AT] = ACTIONS(3162), - [anon_sym_this_AT] = ACTIONS(3162), - [anon_sym_super_AT] = ACTIONS(3162), - [sym_real_literal] = ACTIONS(3162), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3162), - [sym_bin_literal] = ACTIONS(3162), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3162), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3162), + [anon_sym_suspend] = ACTIONS(3185), + [anon_sym_sealed] = ACTIONS(3185), + [anon_sym_annotation] = ACTIONS(3185), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_override] = ACTIONS(3185), + [anon_sym_lateinit] = ACTIONS(3185), + [anon_sym_public] = ACTIONS(3185), + [anon_sym_private] = ACTIONS(3185), + [anon_sym_internal] = ACTIONS(3185), + [anon_sym_protected] = ACTIONS(3185), + [anon_sym_tailrec] = ACTIONS(3185), + [anon_sym_operator] = ACTIONS(3185), + [anon_sym_infix] = ACTIONS(3185), + [anon_sym_inline] = ACTIONS(3185), + [anon_sym_external] = ACTIONS(3185), + [sym_property_modifier] = ACTIONS(3185), + [anon_sym_abstract] = ACTIONS(3185), + [anon_sym_final] = ACTIONS(3185), + [anon_sym_open] = ACTIONS(3185), + [anon_sym_vararg] = ACTIONS(3185), + [anon_sym_noinline] = ACTIONS(3185), + [anon_sym_crossinline] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3187), + [anon_sym_continue_AT] = ACTIONS(3187), + [anon_sym_break_AT] = ACTIONS(3187), + [anon_sym_this_AT] = ACTIONS(3187), + [anon_sym_super_AT] = ACTIONS(3187), + [sym_real_literal] = ACTIONS(3187), + [sym_integer_literal] = ACTIONS(3185), + [sym_hex_literal] = ACTIONS(3187), + [sym_bin_literal] = ACTIONS(3187), + [anon_sym_true] = ACTIONS(3185), + [anon_sym_false] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3187), + [sym__backtick_identifier] = ACTIONS(3187), + [sym__automatic_semicolon] = ACTIONS(3187), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3162), + [sym__string_start] = ACTIONS(3187), }, [474] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(3175), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3177), + [anon_sym_RBRACE] = ACTIONS(3180), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_where] = ACTIONS(3175), - [anon_sym_object] = ACTIONS(3175), - [anon_sym_fun] = ACTIONS(3175), + [anon_sym_COMMA] = ACTIONS(3180), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_where] = ACTIONS(3178), + [anon_sym_object] = ACTIONS(3178), + [anon_sym_fun] = ACTIONS(3178), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_this] = ACTIONS(3175), - [anon_sym_super] = ACTIONS(3175), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3178), + [anon_sym_super] = ACTIONS(3178), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3175), + [anon_sym_in] = ACTIONS(3178), [anon_sym_DOT_DOT] = ACTIONS(1940), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_null] = ACTIONS(3175), - [anon_sym_if] = ACTIONS(3175), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_when] = ACTIONS(3175), - [anon_sym_try] = ACTIONS(3175), - [anon_sym_throw] = ACTIONS(3175), - [anon_sym_return] = ACTIONS(3175), - [anon_sym_continue] = ACTIONS(3175), - [anon_sym_break] = ACTIONS(3175), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_null] = ACTIONS(3178), + [anon_sym_if] = ACTIONS(3178), + [anon_sym_else] = ACTIONS(3178), + [anon_sym_when] = ACTIONS(3178), + [anon_sym_try] = ACTIONS(3178), + [anon_sym_throw] = ACTIONS(3178), + [anon_sym_return] = ACTIONS(3178), + [anon_sym_continue] = ACTIONS(3178), + [anon_sym_break] = ACTIONS(3178), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), [anon_sym_PLUS] = ACTIONS(1956), [anon_sym_DASH] = ACTIONS(1956), [anon_sym_SLASH] = ACTIONS(1958), @@ -105077,233 +105069,233 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3175), + [anon_sym_BANG] = ACTIONS(3178), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3175), - [anon_sym_sealed] = ACTIONS(3175), - [anon_sym_annotation] = ACTIONS(3175), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_override] = ACTIONS(3175), - [anon_sym_lateinit] = ACTIONS(3175), - [anon_sym_public] = ACTIONS(3175), - [anon_sym_private] = ACTIONS(3175), - [anon_sym_internal] = ACTIONS(3175), - [anon_sym_protected] = ACTIONS(3175), - [anon_sym_tailrec] = ACTIONS(3175), - [anon_sym_operator] = ACTIONS(3175), - [anon_sym_infix] = ACTIONS(3175), - [anon_sym_inline] = ACTIONS(3175), - [anon_sym_external] = ACTIONS(3175), - [sym_property_modifier] = ACTIONS(3175), - [anon_sym_abstract] = ACTIONS(3175), - [anon_sym_final] = ACTIONS(3175), - [anon_sym_open] = ACTIONS(3175), - [anon_sym_vararg] = ACTIONS(3175), - [anon_sym_noinline] = ACTIONS(3175), - [anon_sym_crossinline] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3177), - [anon_sym_continue_AT] = ACTIONS(3177), - [anon_sym_break_AT] = ACTIONS(3177), - [anon_sym_this_AT] = ACTIONS(3177), - [anon_sym_super_AT] = ACTIONS(3177), - [sym_real_literal] = ACTIONS(3177), - [sym_integer_literal] = ACTIONS(3175), - [sym_hex_literal] = ACTIONS(3177), - [sym_bin_literal] = ACTIONS(3177), - [anon_sym_true] = ACTIONS(3175), - [anon_sym_false] = ACTIONS(3175), - [anon_sym_SQUOTE] = ACTIONS(3177), - [sym__backtick_identifier] = ACTIONS(3177), - [sym__automatic_semicolon] = ACTIONS(3177), + [anon_sym_suspend] = ACTIONS(3178), + [anon_sym_sealed] = ACTIONS(3178), + [anon_sym_annotation] = ACTIONS(3178), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3178), + [anon_sym_lateinit] = ACTIONS(3178), + [anon_sym_public] = ACTIONS(3178), + [anon_sym_private] = ACTIONS(3178), + [anon_sym_internal] = ACTIONS(3178), + [anon_sym_protected] = ACTIONS(3178), + [anon_sym_tailrec] = ACTIONS(3178), + [anon_sym_operator] = ACTIONS(3178), + [anon_sym_infix] = ACTIONS(3178), + [anon_sym_inline] = ACTIONS(3178), + [anon_sym_external] = ACTIONS(3178), + [sym_property_modifier] = ACTIONS(3178), + [anon_sym_abstract] = ACTIONS(3178), + [anon_sym_final] = ACTIONS(3178), + [anon_sym_open] = ACTIONS(3178), + [anon_sym_vararg] = ACTIONS(3178), + [anon_sym_noinline] = ACTIONS(3178), + [anon_sym_crossinline] = ACTIONS(3178), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3180), + [anon_sym_continue_AT] = ACTIONS(3180), + [anon_sym_break_AT] = ACTIONS(3180), + [anon_sym_this_AT] = ACTIONS(3180), + [anon_sym_super_AT] = ACTIONS(3180), + [sym_real_literal] = ACTIONS(3180), + [sym_integer_literal] = ACTIONS(3178), + [sym_hex_literal] = ACTIONS(3180), + [sym_bin_literal] = ACTIONS(3180), + [anon_sym_true] = ACTIONS(3178), + [anon_sym_false] = ACTIONS(3178), + [anon_sym_SQUOTE] = ACTIONS(3180), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3180), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3177), + [sym__string_start] = ACTIONS(3180), }, [475] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(3186), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3188), + [anon_sym_RBRACE] = ACTIONS(3111), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_where] = ACTIONS(3186), - [anon_sym_object] = ACTIONS(3186), - [anon_sym_fun] = ACTIONS(3186), + [anon_sym_COMMA] = ACTIONS(3111), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(1928), + [anon_sym_where] = ACTIONS(3109), + [anon_sym_object] = ACTIONS(3109), + [anon_sym_fun] = ACTIONS(3109), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_this] = ACTIONS(3186), - [anon_sym_super] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3188), + [anon_sym_SEMI] = ACTIONS(3111), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3109), + [anon_sym_super] = ACTIONS(3109), + [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [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_in] = ACTIONS(1938), + [anon_sym_DOT_DOT] = ACTIONS(1940), + [anon_sym_QMARK_COLON] = ACTIONS(1942), + [anon_sym_AMP_AMP] = ACTIONS(1944), + [anon_sym_PIPE_PIPE] = ACTIONS(1946), + [anon_sym_null] = ACTIONS(3109), + [anon_sym_if] = ACTIONS(3109), + [anon_sym_else] = ACTIONS(3109), + [anon_sym_when] = ACTIONS(3109), + [anon_sym_try] = ACTIONS(3109), + [anon_sym_throw] = ACTIONS(3109), + [anon_sym_return] = ACTIONS(3109), + [anon_sym_continue] = ACTIONS(3109), + [anon_sym_break] = ACTIONS(3109), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [anon_sym_PLUS] = ACTIONS(3186), - [anon_sym_DASH] = ACTIONS(3186), - [anon_sym_SLASH] = ACTIONS(3186), - [anon_sym_PERCENT] = ACTIONS(3188), + [anon_sym_BANG_EQ] = ACTIONS(1948), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), + [anon_sym_EQ_EQ] = ACTIONS(1948), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1950), + [anon_sym_LT_EQ] = ACTIONS(1952), + [anon_sym_GT_EQ] = ACTIONS(1952), + [anon_sym_BANGin] = ACTIONS(1954), + [anon_sym_is] = ACTIONS(1774), + [anon_sym_BANGis] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(1956), + [anon_sym_DASH] = ACTIONS(1956), + [anon_sym_SLASH] = ACTIONS(1958), + [anon_sym_PERCENT] = ACTIONS(1936), [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3186), + [anon_sym_BANG] = ACTIONS(3109), [anon_sym_BANG_BANG] = ACTIONS(1782), - [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_value] = 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(3188), - [anon_sym_continue_AT] = ACTIONS(3188), - [anon_sym_break_AT] = ACTIONS(3188), - [anon_sym_this_AT] = ACTIONS(3188), - [anon_sym_super_AT] = ACTIONS(3188), - [sym_real_literal] = ACTIONS(3188), - [sym_integer_literal] = ACTIONS(3186), - [sym_hex_literal] = ACTIONS(3188), - [sym_bin_literal] = ACTIONS(3188), - [anon_sym_true] = ACTIONS(3186), - [anon_sym_false] = ACTIONS(3186), - [anon_sym_SQUOTE] = ACTIONS(3188), - [sym__backtick_identifier] = ACTIONS(3188), - [sym__automatic_semicolon] = ACTIONS(3188), + [anon_sym_suspend] = ACTIONS(3109), + [anon_sym_sealed] = ACTIONS(3109), + [anon_sym_annotation] = ACTIONS(3109), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3109), + [anon_sym_lateinit] = ACTIONS(3109), + [anon_sym_public] = ACTIONS(3109), + [anon_sym_private] = ACTIONS(3109), + [anon_sym_internal] = ACTIONS(3109), + [anon_sym_protected] = ACTIONS(3109), + [anon_sym_tailrec] = ACTIONS(3109), + [anon_sym_operator] = ACTIONS(3109), + [anon_sym_infix] = ACTIONS(3109), + [anon_sym_inline] = ACTIONS(3109), + [anon_sym_external] = ACTIONS(3109), + [sym_property_modifier] = ACTIONS(3109), + [anon_sym_abstract] = ACTIONS(3109), + [anon_sym_final] = ACTIONS(3109), + [anon_sym_open] = ACTIONS(3109), + [anon_sym_vararg] = ACTIONS(3109), + [anon_sym_noinline] = ACTIONS(3109), + [anon_sym_crossinline] = ACTIONS(3109), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3111), + [anon_sym_continue_AT] = ACTIONS(3111), + [anon_sym_break_AT] = ACTIONS(3111), + [anon_sym_this_AT] = ACTIONS(3111), + [anon_sym_super_AT] = ACTIONS(3111), + [sym_real_literal] = ACTIONS(3111), + [sym_integer_literal] = ACTIONS(3109), + [sym_hex_literal] = ACTIONS(3111), + [sym_bin_literal] = ACTIONS(3111), + [anon_sym_true] = ACTIONS(3109), + [anon_sym_false] = ACTIONS(3109), + [anon_sym_SQUOTE] = ACTIONS(3111), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3111), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3188), + [sym__string_start] = ACTIONS(3111), }, [476] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3138), + [anon_sym_RBRACE] = ACTIONS(3152), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3138), + [anon_sym_COMMA] = ACTIONS(3152), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(3136), - [anon_sym_object] = ACTIONS(3136), - [anon_sym_fun] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(3150), + [anon_sym_object] = ACTIONS(3150), + [anon_sym_fun] = ACTIONS(3150), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3136), - [anon_sym_super] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3150), + [anon_sym_super] = ACTIONS(3150), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), [anon_sym_DOT_DOT] = ACTIONS(1940), [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [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_PIPE_PIPE] = ACTIONS(1946), + [anon_sym_null] = ACTIONS(3150), + [anon_sym_if] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_when] = ACTIONS(3150), + [anon_sym_try] = ACTIONS(3150), + [anon_sym_throw] = ACTIONS(3150), + [anon_sym_return] = ACTIONS(3150), + [anon_sym_continue] = ACTIONS(3150), + [anon_sym_break] = ACTIONS(3150), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -105321,111 +105313,111 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3136), + [anon_sym_BANG] = ACTIONS(3150), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3136), - [anon_sym_sealed] = ACTIONS(3136), - [anon_sym_annotation] = ACTIONS(3136), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3136), - [anon_sym_lateinit] = ACTIONS(3136), - [anon_sym_public] = ACTIONS(3136), - [anon_sym_private] = ACTIONS(3136), - [anon_sym_internal] = ACTIONS(3136), - [anon_sym_protected] = ACTIONS(3136), - [anon_sym_tailrec] = ACTIONS(3136), - [anon_sym_operator] = ACTIONS(3136), - [anon_sym_infix] = ACTIONS(3136), - [anon_sym_inline] = ACTIONS(3136), - [anon_sym_external] = ACTIONS(3136), - [sym_property_modifier] = ACTIONS(3136), - [anon_sym_abstract] = ACTIONS(3136), - [anon_sym_final] = ACTIONS(3136), - [anon_sym_open] = ACTIONS(3136), - [anon_sym_vararg] = ACTIONS(3136), - [anon_sym_noinline] = ACTIONS(3136), - [anon_sym_crossinline] = ACTIONS(3136), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3138), - [anon_sym_continue_AT] = ACTIONS(3138), - [anon_sym_break_AT] = ACTIONS(3138), - [anon_sym_this_AT] = ACTIONS(3138), - [anon_sym_super_AT] = ACTIONS(3138), - [sym_real_literal] = ACTIONS(3138), - [sym_integer_literal] = ACTIONS(3136), - [sym_hex_literal] = ACTIONS(3138), - [sym_bin_literal] = ACTIONS(3138), - [anon_sym_true] = ACTIONS(3136), - [anon_sym_false] = ACTIONS(3136), - [anon_sym_SQUOTE] = ACTIONS(3138), + [anon_sym_suspend] = ACTIONS(3150), + [anon_sym_sealed] = ACTIONS(3150), + [anon_sym_annotation] = ACTIONS(3150), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3150), + [anon_sym_lateinit] = ACTIONS(3150), + [anon_sym_public] = ACTIONS(3150), + [anon_sym_private] = ACTIONS(3150), + [anon_sym_internal] = ACTIONS(3150), + [anon_sym_protected] = ACTIONS(3150), + [anon_sym_tailrec] = ACTIONS(3150), + [anon_sym_operator] = ACTIONS(3150), + [anon_sym_infix] = ACTIONS(3150), + [anon_sym_inline] = ACTIONS(3150), + [anon_sym_external] = ACTIONS(3150), + [sym_property_modifier] = ACTIONS(3150), + [anon_sym_abstract] = ACTIONS(3150), + [anon_sym_final] = ACTIONS(3150), + [anon_sym_open] = ACTIONS(3150), + [anon_sym_vararg] = ACTIONS(3150), + [anon_sym_noinline] = ACTIONS(3150), + [anon_sym_crossinline] = ACTIONS(3150), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3152), + [anon_sym_continue_AT] = ACTIONS(3152), + [anon_sym_break_AT] = ACTIONS(3152), + [anon_sym_this_AT] = ACTIONS(3152), + [anon_sym_super_AT] = ACTIONS(3152), + [sym_real_literal] = ACTIONS(3152), + [sym_integer_literal] = ACTIONS(3150), + [sym_hex_literal] = ACTIONS(3152), + [sym_bin_literal] = ACTIONS(3152), + [anon_sym_true] = ACTIONS(3150), + [anon_sym_false] = ACTIONS(3150), + [anon_sym_SQUOTE] = ACTIONS(3152), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3138), + [sym__automatic_semicolon] = ACTIONS(3152), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3138), + [sym__string_start] = ACTIONS(3152), }, [477] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_RBRACE] = ACTIONS(3103), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3090), + [anon_sym_COMMA] = ACTIONS(3103), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(3088), - [anon_sym_object] = ACTIONS(3088), - [anon_sym_fun] = ACTIONS(3088), + [anon_sym_where] = ACTIONS(3101), + [anon_sym_object] = ACTIONS(3101), + [anon_sym_fun] = ACTIONS(3101), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3088), - [anon_sym_super] = ACTIONS(3088), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3101), + [anon_sym_super] = ACTIONS(3101), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), [anon_sym_DOT_DOT] = ACTIONS(1940), [anon_sym_QMARK_COLON] = ACTIONS(1942), - [anon_sym_AMP_AMP] = ACTIONS(1944), - [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(3088), - [anon_sym_if] = ACTIONS(3088), - [anon_sym_else] = ACTIONS(3088), - [anon_sym_when] = ACTIONS(3088), - [anon_sym_try] = ACTIONS(3088), - [anon_sym_throw] = ACTIONS(3088), - [anon_sym_return] = ACTIONS(3088), - [anon_sym_continue] = ACTIONS(3088), - [anon_sym_break] = ACTIONS(3088), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_null] = ACTIONS(3101), + [anon_sym_if] = ACTIONS(3101), + [anon_sym_else] = ACTIONS(3101), + [anon_sym_when] = ACTIONS(3101), + [anon_sym_try] = ACTIONS(3101), + [anon_sym_throw] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3101), + [anon_sym_continue] = ACTIONS(3101), + [anon_sym_break] = ACTIONS(3101), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -105443,95 +105435,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3088), + [anon_sym_BANG] = ACTIONS(3101), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3088), - [anon_sym_sealed] = ACTIONS(3088), - [anon_sym_annotation] = ACTIONS(3088), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3088), - [anon_sym_lateinit] = ACTIONS(3088), - [anon_sym_public] = ACTIONS(3088), - [anon_sym_private] = ACTIONS(3088), - [anon_sym_internal] = ACTIONS(3088), - [anon_sym_protected] = ACTIONS(3088), - [anon_sym_tailrec] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_infix] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_external] = ACTIONS(3088), - [sym_property_modifier] = ACTIONS(3088), - [anon_sym_abstract] = ACTIONS(3088), - [anon_sym_final] = ACTIONS(3088), - [anon_sym_open] = ACTIONS(3088), - [anon_sym_vararg] = ACTIONS(3088), - [anon_sym_noinline] = ACTIONS(3088), - [anon_sym_crossinline] = ACTIONS(3088), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3101), + [anon_sym_sealed] = ACTIONS(3101), + [anon_sym_annotation] = ACTIONS(3101), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3101), + [anon_sym_lateinit] = ACTIONS(3101), + [anon_sym_public] = ACTIONS(3101), + [anon_sym_private] = ACTIONS(3101), + [anon_sym_internal] = ACTIONS(3101), + [anon_sym_protected] = ACTIONS(3101), + [anon_sym_tailrec] = ACTIONS(3101), + [anon_sym_operator] = ACTIONS(3101), + [anon_sym_infix] = ACTIONS(3101), + [anon_sym_inline] = ACTIONS(3101), + [anon_sym_external] = ACTIONS(3101), + [sym_property_modifier] = ACTIONS(3101), + [anon_sym_abstract] = ACTIONS(3101), + [anon_sym_final] = ACTIONS(3101), + [anon_sym_open] = ACTIONS(3101), + [anon_sym_vararg] = ACTIONS(3101), + [anon_sym_noinline] = ACTIONS(3101), + [anon_sym_crossinline] = ACTIONS(3101), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3090), - [anon_sym_continue_AT] = ACTIONS(3090), - [anon_sym_break_AT] = ACTIONS(3090), - [anon_sym_this_AT] = ACTIONS(3090), - [anon_sym_super_AT] = ACTIONS(3090), - [sym_real_literal] = ACTIONS(3090), - [sym_integer_literal] = ACTIONS(3088), - [sym_hex_literal] = ACTIONS(3090), - [sym_bin_literal] = ACTIONS(3090), - [anon_sym_true] = ACTIONS(3088), - [anon_sym_false] = ACTIONS(3088), - [anon_sym_SQUOTE] = ACTIONS(3090), + [anon_sym_return_AT] = ACTIONS(3103), + [anon_sym_continue_AT] = ACTIONS(3103), + [anon_sym_break_AT] = ACTIONS(3103), + [anon_sym_this_AT] = ACTIONS(3103), + [anon_sym_super_AT] = ACTIONS(3103), + [sym_real_literal] = ACTIONS(3103), + [sym_integer_literal] = ACTIONS(3101), + [sym_hex_literal] = ACTIONS(3103), + [sym_bin_literal] = ACTIONS(3103), + [anon_sym_true] = ACTIONS(3101), + [anon_sym_false] = ACTIONS(3101), + [anon_sym_SQUOTE] = ACTIONS(3103), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3090), + [sym__automatic_semicolon] = ACTIONS(3103), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3090), + [sym__string_start] = ACTIONS(3103), }, [478] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1782), - [sym__comparison_operator] = STATE(1794), - [sym__in_operator] = STATE(1712), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1802), - [sym__multiplicative_operator] = STATE(1804), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1806), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1779), + [sym__comparison_operator] = STATE(1781), + [sym__in_operator] = STATE(1791), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1709), + [sym__multiplicative_operator] = STATE(1802), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1805), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_RBRACE] = ACTIONS(3144), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_COMMA] = ACTIONS(3144), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1928), - [anon_sym_where] = ACTIONS(3121), - [anon_sym_object] = ACTIONS(3121), - [anon_sym_fun] = ACTIONS(3121), + [anon_sym_where] = ACTIONS(3142), + [anon_sym_object] = ACTIONS(3142), + [anon_sym_fun] = ACTIONS(3142), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3123), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3121), - [anon_sym_super] = ACTIONS(3121), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3142), + [anon_sym_super] = ACTIONS(3142), [anon_sym_STAR] = ACTIONS(1936), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(1938), @@ -105539,15 +105531,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(1942), [anon_sym_AMP_AMP] = ACTIONS(1944), [anon_sym_PIPE_PIPE] = ACTIONS(1946), - [anon_sym_null] = ACTIONS(3121), - [anon_sym_if] = ACTIONS(3121), - [anon_sym_else] = ACTIONS(3121), - [anon_sym_when] = ACTIONS(3121), - [anon_sym_try] = ACTIONS(3121), - [anon_sym_throw] = ACTIONS(3121), - [anon_sym_return] = ACTIONS(3121), - [anon_sym_continue] = ACTIONS(3121), - [anon_sym_break] = ACTIONS(3121), + [anon_sym_null] = ACTIONS(3142), + [anon_sym_if] = ACTIONS(3142), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_when] = ACTIONS(3142), + [anon_sym_try] = ACTIONS(3142), + [anon_sym_throw] = ACTIONS(3142), + [anon_sym_return] = ACTIONS(3142), + [anon_sym_continue] = ACTIONS(3142), + [anon_sym_break] = ACTIONS(3142), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(1948), [anon_sym_BANG_EQ_EQ] = ACTIONS(1950), @@ -105565,129 +105557,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_BANG] = ACTIONS(3142), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3121), - [anon_sym_sealed] = ACTIONS(3121), - [anon_sym_annotation] = ACTIONS(3121), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3121), - [anon_sym_lateinit] = ACTIONS(3121), - [anon_sym_public] = ACTIONS(3121), - [anon_sym_private] = ACTIONS(3121), - [anon_sym_internal] = ACTIONS(3121), - [anon_sym_protected] = ACTIONS(3121), - [anon_sym_tailrec] = ACTIONS(3121), - [anon_sym_operator] = ACTIONS(3121), - [anon_sym_infix] = ACTIONS(3121), - [anon_sym_inline] = ACTIONS(3121), - [anon_sym_external] = ACTIONS(3121), - [sym_property_modifier] = ACTIONS(3121), - [anon_sym_abstract] = ACTIONS(3121), - [anon_sym_final] = ACTIONS(3121), - [anon_sym_open] = ACTIONS(3121), - [anon_sym_vararg] = ACTIONS(3121), - [anon_sym_noinline] = ACTIONS(3121), - [anon_sym_crossinline] = ACTIONS(3121), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3123), - [anon_sym_continue_AT] = ACTIONS(3123), - [anon_sym_break_AT] = ACTIONS(3123), - [anon_sym_this_AT] = ACTIONS(3123), - [anon_sym_super_AT] = ACTIONS(3123), - [sym_real_literal] = ACTIONS(3123), - [sym_integer_literal] = ACTIONS(3121), - [sym_hex_literal] = ACTIONS(3123), - [sym_bin_literal] = ACTIONS(3123), - [anon_sym_true] = ACTIONS(3121), - [anon_sym_false] = ACTIONS(3121), - [anon_sym_SQUOTE] = ACTIONS(3123), + [anon_sym_suspend] = ACTIONS(3142), + [anon_sym_sealed] = ACTIONS(3142), + [anon_sym_annotation] = ACTIONS(3142), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3142), + [anon_sym_lateinit] = ACTIONS(3142), + [anon_sym_public] = ACTIONS(3142), + [anon_sym_private] = ACTIONS(3142), + [anon_sym_internal] = ACTIONS(3142), + [anon_sym_protected] = ACTIONS(3142), + [anon_sym_tailrec] = ACTIONS(3142), + [anon_sym_operator] = ACTIONS(3142), + [anon_sym_infix] = ACTIONS(3142), + [anon_sym_inline] = ACTIONS(3142), + [anon_sym_external] = ACTIONS(3142), + [sym_property_modifier] = ACTIONS(3142), + [anon_sym_abstract] = ACTIONS(3142), + [anon_sym_final] = ACTIONS(3142), + [anon_sym_open] = ACTIONS(3142), + [anon_sym_vararg] = ACTIONS(3142), + [anon_sym_noinline] = ACTIONS(3142), + [anon_sym_crossinline] = ACTIONS(3142), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3144), + [anon_sym_continue_AT] = ACTIONS(3144), + [anon_sym_break_AT] = ACTIONS(3144), + [anon_sym_this_AT] = ACTIONS(3144), + [anon_sym_super_AT] = ACTIONS(3144), + [sym_real_literal] = ACTIONS(3144), + [sym_integer_literal] = ACTIONS(3142), + [sym_hex_literal] = ACTIONS(3144), + [sym_bin_literal] = ACTIONS(3144), + [anon_sym_true] = ACTIONS(3142), + [anon_sym_false] = ACTIONS(3142), + [anon_sym_SQUOTE] = ACTIONS(3144), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3123), + [sym__automatic_semicolon] = ACTIONS(3144), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3123), + [sym__string_start] = ACTIONS(3144), }, [479] = { - [sym_property_delegate] = STATE(545), - [sym_getter] = STATE(1147), - [sym_setter] = STATE(1147), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3390), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(3380), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3392), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [sym_getter] = STATE(3140), + [sym_setter] = STATE(3140), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -105712,103 +105704,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), }, [480] = { - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1794), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_EQ] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_COMMA] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_where] = ACTIONS(3420), + [anon_sym_object] = ACTIONS(3420), + [anon_sym_fun] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), + [anon_sym_this] = ACTIONS(3420), + [anon_sym_super] = ACTIONS(3420), + [anon_sym_STAR] = ACTIONS(3420), + [sym_label] = ACTIONS(3420), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_null] = ACTIONS(3420), + [anon_sym_if] = ACTIONS(3420), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_when] = ACTIONS(3420), + [anon_sym_try] = ACTIONS(3420), + [anon_sym_throw] = ACTIONS(3420), + [anon_sym_return] = ACTIONS(3420), + [anon_sym_continue] = ACTIONS(3420), + [anon_sym_break] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_PLUS_EQ] = ACTIONS(3422), + [anon_sym_DASH_EQ] = ACTIONS(3422), + [anon_sym_STAR_EQ] = ACTIONS(3422), + [anon_sym_SLASH_EQ] = ACTIONS(3422), + [anon_sym_PERCENT_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3420), + [anon_sym_as_QMARK] = ACTIONS(3422), + [anon_sym_PLUS_PLUS] = ACTIONS(3422), + [anon_sym_DASH_DASH] = ACTIONS(3422), + [anon_sym_BANG] = ACTIONS(3420), + [anon_sym_BANG_BANG] = ACTIONS(3422), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -105833,103 +105825,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [anon_sym_return_AT] = ACTIONS(3422), + [anon_sym_continue_AT] = ACTIONS(3422), + [anon_sym_break_AT] = ACTIONS(3422), + [anon_sym_this_AT] = ACTIONS(3422), + [anon_sym_super_AT] = ACTIONS(3422), + [sym_real_literal] = ACTIONS(3422), + [sym_integer_literal] = ACTIONS(3420), + [sym_hex_literal] = ACTIONS(3422), + [sym_bin_literal] = ACTIONS(3422), + [anon_sym_true] = ACTIONS(3420), + [anon_sym_false] = ACTIONS(3420), + [anon_sym_SQUOTE] = ACTIONS(3422), + [sym__backtick_identifier] = ACTIONS(3422), + [sym__automatic_semicolon] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [sym__string_start] = ACTIONS(3422), }, [481] = { - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [sym_property_delegate] = STATE(572), + [sym_getter] = STATE(3181), + [sym_setter] = STATE(3181), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3394), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(3380), + [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(3396), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [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), @@ -105954,103 +105946,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, [482] = { - [sym_getter] = STATE(1147), - [sym_setter] = STATE(1147), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [sym_property_delegate] = STATE(590), + [sym_getter] = STATE(1076), + [sym_setter] = STATE(1076), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(3424), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(3380), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1878), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -106075,103 +106067,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, [483] = { - [sym_getter] = STATE(1163), - [sym_setter] = STATE(1163), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1812), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [sym_property_delegate] = STATE(544), + [sym_getter] = STATE(1034), + [sym_setter] = STATE(1034), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3414), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(3380), + [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(3416), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), + [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), @@ -106196,103 +106188,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, [484] = { - [sym_getter] = STATE(1124), - [sym_setter] = STATE(1124), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(1814), - [sym_label] = ACTIONS(1814), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1814), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG] = ACTIONS(1814), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [sym_getter] = STATE(3181), + [sym_setter] = STATE(3181), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(3366), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), + [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), @@ -106317,287 +106309,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, [485] = { - [sym_getter] = STATE(3126), - [sym_setter] = STATE(3126), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1832), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1810), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), - }, - [486] = { - [sym_getter] = STATE(3116), - [sym_setter] = STATE(3116), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(1814), - [sym_label] = ACTIONS(1814), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1814), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG] = ACTIONS(1814), - [anon_sym_BANG_BANG] = ACTIONS(1816), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), - }, - [487] = { - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), [anon_sym_EQ] = ACTIONS(1796), @@ -106611,9 +106361,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1796), [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1820), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), [anon_sym_this] = ACTIONS(1796), [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1796), @@ -106680,8 +106430,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -106701,145 +106451,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1798), }, - [488] = { - [sym_getter] = STATE(3111), - [sym_setter] = STATE(3111), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_EQ] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_COMMA] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_where] = ACTIONS(3420), - [anon_sym_object] = ACTIONS(3420), - [anon_sym_fun] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), - [anon_sym_this] = ACTIONS(3420), - [anon_sym_super] = ACTIONS(3420), - [anon_sym_STAR] = ACTIONS(3420), - [sym_label] = ACTIONS(3420), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_null] = ACTIONS(3420), - [anon_sym_if] = ACTIONS(3420), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_when] = ACTIONS(3420), - [anon_sym_try] = ACTIONS(3420), - [anon_sym_throw] = ACTIONS(3420), - [anon_sym_return] = ACTIONS(3420), - [anon_sym_continue] = ACTIONS(3420), - [anon_sym_break] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_PLUS_EQ] = ACTIONS(3422), - [anon_sym_DASH_EQ] = ACTIONS(3422), - [anon_sym_STAR_EQ] = ACTIONS(3422), - [anon_sym_SLASH_EQ] = ACTIONS(3422), - [anon_sym_PERCENT_EQ] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3420), - [anon_sym_as_QMARK] = ACTIONS(3422), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG] = ACTIONS(3420), - [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(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3422), - [anon_sym_continue_AT] = ACTIONS(3422), - [anon_sym_break_AT] = ACTIONS(3422), - [anon_sym_this_AT] = ACTIONS(3422), - [anon_sym_super_AT] = ACTIONS(3422), - [sym_real_literal] = ACTIONS(3422), - [sym_integer_literal] = ACTIONS(3420), - [sym_hex_literal] = ACTIONS(3422), - [sym_bin_literal] = ACTIONS(3422), - [anon_sym_true] = ACTIONS(3420), - [anon_sym_false] = ACTIONS(3420), - [anon_sym_SQUOTE] = ACTIONS(3422), - [sym__backtick_identifier] = ACTIONS(3422), - [sym__automatic_semicolon] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3422), - }, - [489] = { - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [486] = { + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), [anon_sym_EQ] = ACTIONS(1796), @@ -106853,9 +106482,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1796), [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), + [anon_sym_SEMI] = ACTIONS(1808), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), [anon_sym_this] = ACTIONS(1796), [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1796), @@ -106922,8 +106551,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -106943,82 +106572,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1798), }, - [490] = { - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [487] = { + [sym_property_delegate] = STATE(563), + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(3378), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(3380), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1850), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -107043,49 +106672,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [sym__string_start] = ACTIONS(1798), }, - [491] = { - [sym_property_delegate] = STATE(579), - [sym_getter] = STATE(1136), - [sym_setter] = STATE(1136), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [488] = { + [sym_getter] = STATE(1076), + [sym_setter] = STATE(1076), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), + }, + [489] = { + [sym_property_delegate] = STATE(596), + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(3424), + [anon_sym_EQ] = ACTIONS(3418), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), @@ -107095,9 +106845,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1732), [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1902), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), + [anon_sym_SEMI] = ACTIONS(1892), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1734), + }, + [490] = { + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1732), @@ -107164,8 +107035,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -107185,82 +107056,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1734), }, + [491] = { + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), + }, [492] = { - [sym_getter] = STATE(3126), - [sym_setter] = STATE(3126), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1834), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -107285,103 +107277,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, [493] = { - [sym_property_delegate] = STATE(568), - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(3412), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(3380), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1894), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [sym_getter] = STATE(3169), + [sym_setter] = STATE(3169), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -107406,61 +107398,303 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, [494] = { - [sym_property_delegate] = STATE(560), - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3169), + [sym_setter] = STATE(3169), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1830), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), + }, + [495] = { + [sym_getter] = STATE(3140), + [sym_setter] = STATE(3140), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1822), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), + }, + [496] = { + [sym_getter] = STATE(3099), + [sym_setter] = STATE(3099), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1792), [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(3414), + [anon_sym_EQ] = ACTIONS(1790), [anon_sym_LBRACE] = ACTIONS(1792), [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(3380), + [anon_sym_COMMA] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1790), [anon_sym_GT] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1790), [anon_sym_object] = ACTIONS(1790), [anon_sym_fun] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1886), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), [anon_sym_this] = ACTIONS(1790), [anon_sym_super] = ACTIONS(1790), [anon_sym_STAR] = ACTIONS(1790), @@ -107527,8 +107761,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1792), [anon_sym_continue_AT] = ACTIONS(1792), @@ -107548,82 +107782,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1792), }, - [495] = { - [sym_property_delegate] = STATE(589), - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(3402), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), + [497] = { + [sym_getter] = STATE(3087), + [sym_setter] = STATE(3087), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_EQ] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_COMMA] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_where] = ACTIONS(3420), + [anon_sym_object] = ACTIONS(3420), + [anon_sym_fun] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), + [anon_sym_this] = ACTIONS(3420), + [anon_sym_super] = ACTIONS(3420), + [anon_sym_STAR] = ACTIONS(3420), + [sym_label] = ACTIONS(3420), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_null] = ACTIONS(3420), + [anon_sym_if] = ACTIONS(3420), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_when] = ACTIONS(3420), + [anon_sym_try] = ACTIONS(3420), + [anon_sym_throw] = ACTIONS(3420), + [anon_sym_return] = ACTIONS(3420), + [anon_sym_continue] = ACTIONS(3420), + [anon_sym_break] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_PLUS_EQ] = ACTIONS(3422), + [anon_sym_DASH_EQ] = ACTIONS(3422), + [anon_sym_STAR_EQ] = ACTIONS(3422), + [anon_sym_SLASH_EQ] = ACTIONS(3422), + [anon_sym_PERCENT_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3420), + [anon_sym_as_QMARK] = ACTIONS(3422), + [anon_sym_PLUS_PLUS] = ACTIONS(3422), + [anon_sym_DASH_DASH] = ACTIONS(3422), + [anon_sym_BANG] = ACTIONS(3420), + [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(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3422), + [anon_sym_continue_AT] = ACTIONS(3422), + [anon_sym_break_AT] = ACTIONS(3422), + [anon_sym_this_AT] = ACTIONS(3422), + [anon_sym_super_AT] = ACTIONS(3422), + [sym_real_literal] = ACTIONS(3422), + [sym_integer_literal] = ACTIONS(3420), + [sym_hex_literal] = ACTIONS(3422), + [sym_bin_literal] = ACTIONS(3422), + [anon_sym_true] = ACTIONS(3420), + [anon_sym_false] = ACTIONS(3420), + [anon_sym_SQUOTE] = ACTIONS(3422), + [sym__backtick_identifier] = ACTIONS(3422), + [sym__automatic_semicolon] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3422), + }, + [498] = { + [sym_property_delegate] = STATE(567), + [sym_getter] = STATE(3169), + [sym_setter] = STATE(3169), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(3426), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), [anon_sym_by] = ACTIONS(3380), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1884), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1902), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -107648,61 +108003,182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, - [496] = { - [sym_property_delegate] = STATE(557), - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [499] = { + [sym_getter] = STATE(1034), + [sym_setter] = STATE(1034), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(3344), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), + }, + [500] = { + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(3418), + [anon_sym_EQ] = ACTIONS(1796), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(3380), + [anon_sym_COMMA] = ACTIONS(1798), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), [anon_sym_object] = ACTIONS(1796), [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1896), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), [anon_sym_this] = ACTIONS(1796), [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1796), @@ -107769,8 +108245,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -107790,324 +108266,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1798), }, - [497] = { - [sym_getter] = STATE(1163), - [sym_setter] = STATE(1163), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1810), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), - }, - [498] = { - [sym_getter] = STATE(1147), - [sym_setter] = STATE(1147), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3350), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), - }, - [499] = { - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [501] = { + [sym_property_delegate] = STATE(578), + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(3402), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(3380), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1894), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -108132,61 +108366,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, - [500] = { - [sym_property_delegate] = STATE(549), - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [502] = { + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(3404), + [anon_sym_EQ] = ACTIONS(1796), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(3380), + [anon_sym_COMMA] = ACTIONS(1798), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), [anon_sym_object] = ACTIONS(1796), [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1850), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), + [anon_sym_SEMI] = ACTIONS(1800), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), [anon_sym_this] = ACTIONS(1796), [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1796), @@ -108253,8 +108487,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -108274,40 +108508,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1798), }, - [501] = { - [sym_property_delegate] = STATE(547), - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [503] = { + [sym_getter] = STATE(1129), + [sym_setter] = STATE(1129), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1792), [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(3410), + [anon_sym_EQ] = ACTIONS(1790), [anon_sym_LBRACE] = ACTIONS(1792), [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(3380), + [anon_sym_COMMA] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1790), [anon_sym_GT] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1790), [anon_sym_object] = ACTIONS(1790), [anon_sym_fun] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1892), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), [anon_sym_this] = ACTIONS(1790), [anon_sym_super] = ACTIONS(1790), [anon_sym_STAR] = ACTIONS(1790), @@ -108374,8 +108608,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1792), [anon_sym_continue_AT] = ACTIONS(1792), @@ -108395,40 +108629,524 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1792), }, - [502] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [504] = { + [sym_getter] = STATE(1141), + [sym_setter] = STATE(1141), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1832), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), + }, + [505] = { + [sym_property_delegate] = STATE(593), + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(3404), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(3380), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1890), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), + }, + [506] = { + [sym_getter] = STATE(3181), + [sym_setter] = STATE(3181), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(3354), + [anon_sym_set] = ACTIONS(3356), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), + }, + [507] = { + [sym_getter] = STATE(1141), + [sym_setter] = STATE(1141), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), + }, + [508] = { + [sym_property_delegate] = STATE(553), + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(3400), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(3380), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), [anon_sym_object] = ACTIONS(1732), [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), + [anon_sym_SEMI] = ACTIONS(1880), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1732), @@ -108495,8 +109213,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -108516,203 +109234,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1734), }, - [503] = { - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), + [509] = { + [sym_getter] = STATE(1076), + [sym_setter] = STATE(1076), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), [anon_sym_SEMI] = ACTIONS(1828), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), - }, - [504] = { - [sym_getter] = STATE(1099), - [sym_setter] = STATE(1099), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_EQ] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_COMMA] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_where] = ACTIONS(3420), - [anon_sym_object] = ACTIONS(3420), - [anon_sym_fun] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(3420), - [anon_sym_super] = ACTIONS(3420), - [anon_sym_STAR] = ACTIONS(3420), - [sym_label] = ACTIONS(3420), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_null] = ACTIONS(3420), - [anon_sym_if] = ACTIONS(3420), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_when] = ACTIONS(3420), - [anon_sym_try] = ACTIONS(3420), - [anon_sym_throw] = ACTIONS(3420), - [anon_sym_return] = ACTIONS(3420), - [anon_sym_continue] = ACTIONS(3420), - [anon_sym_break] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_PLUS_EQ] = ACTIONS(3422), - [anon_sym_DASH_EQ] = ACTIONS(3422), - [anon_sym_STAR_EQ] = ACTIONS(3422), - [anon_sym_SLASH_EQ] = ACTIONS(3422), - [anon_sym_PERCENT_EQ] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3420), - [anon_sym_as_QMARK] = ACTIONS(3422), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG] = ACTIONS(3420), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -108737,61 +109334,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3422), - [anon_sym_continue_AT] = ACTIONS(3422), - [anon_sym_break_AT] = ACTIONS(3422), - [anon_sym_this_AT] = ACTIONS(3422), - [anon_sym_super_AT] = ACTIONS(3422), - [sym_real_literal] = ACTIONS(3422), - [sym_integer_literal] = ACTIONS(3420), - [sym_hex_literal] = ACTIONS(3422), - [sym_bin_literal] = ACTIONS(3422), - [anon_sym_true] = ACTIONS(3420), - [anon_sym_false] = ACTIONS(3420), - [anon_sym_SQUOTE] = ACTIONS(3422), - [sym__backtick_identifier] = ACTIONS(3422), - [sym__automatic_semicolon] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3422), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, - [505] = { - [sym_property_delegate] = STATE(583), - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [510] = { + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_modifiers] = STATE(9221), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(3426), + [anon_sym_EQ] = ACTIONS(1732), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(3380), + [anon_sym_COMMA] = ACTIONS(1734), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), [anon_sym_object] = ACTIONS(1732), [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1882), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), + [anon_sym_SEMI] = ACTIONS(1802), + [anon_sym_get] = ACTIONS(3354), + [anon_sym_set] = ACTIONS(3356), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1732), @@ -108858,8 +109455,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -108879,82 +109476,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1734), }, - [506] = { - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1806), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [511] = { + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1814), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -108979,103 +109576,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, - [507] = { - [sym_property_delegate] = STATE(553), - [sym_getter] = STATE(3187), - [sym_setter] = STATE(3187), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3406), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(3380), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3408), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [512] = { + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -109100,103 +109697,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, - [508] = { - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1800), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [513] = { + [sym_getter] = STATE(1034), + [sym_setter] = STATE(1034), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(3318), + [anon_sym_set] = ACTIONS(3320), + [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), @@ -109221,61 +109818,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, - [509] = { - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [514] = { + [sym_property_delegate] = STATE(560), + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(3386), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(3380), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), [anon_sym_object] = ACTIONS(1796), [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), + [anon_sym_SEMI] = ACTIONS(1886), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), [anon_sym_this] = ACTIONS(1796), [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1796), @@ -109342,8 +109939,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -109363,387 +109960,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1798), }, - [510] = { - [sym_getter] = STATE(3187), - [sym_setter] = STATE(3187), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3372), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), - }, - [511] = { - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1826), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), - }, - [512] = { - [sym_getter] = STATE(1136), - [sym_setter] = STATE(1136), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_object] = ACTIONS(1732), - [anon_sym_fun] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), - [anon_sym_this] = ACTIONS(1732), - [anon_sym_super] = ACTIONS(1732), - [anon_sym_STAR] = ACTIONS(1732), - [sym_label] = ACTIONS(1732), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_null] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_try] = ACTIONS(1732), - [anon_sym_throw] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_continue] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG] = ACTIONS(1732), - [anon_sym_BANG_BANG] = ACTIONS(1734), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1734), - [anon_sym_continue_AT] = ACTIONS(1734), - [anon_sym_break_AT] = ACTIONS(1734), - [anon_sym_this_AT] = ACTIONS(1734), - [anon_sym_super_AT] = ACTIONS(1734), - [sym_real_literal] = ACTIONS(1734), - [sym_integer_literal] = ACTIONS(1732), - [sym_hex_literal] = ACTIONS(1734), - [sym_bin_literal] = ACTIONS(1734), - [anon_sym_true] = ACTIONS(1732), - [anon_sym_false] = ACTIONS(1732), - [anon_sym_SQUOTE] = ACTIONS(1734), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1734), - }, - [513] = { - [sym_getter] = STATE(1136), - [sym_setter] = STATE(1136), - [sym_modifiers] = STATE(9215), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [515] = { + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_EQ] = ACTIONS(1732), @@ -109758,8 +109992,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), [anon_sym_SEMI] = ACTIONS(1744), - [anon_sym_get] = ACTIONS(3330), - [anon_sym_set] = ACTIONS(3332), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1732), @@ -109826,8 +110060,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -109847,24 +110081,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1734), }, - [514] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [516] = { + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_modifiers] = STATE(9216), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_EQ] = ACTIONS(1732), @@ -109878,9 +110112,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1732), [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1830), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_get] = ACTIONS(3318), + [anon_sym_set] = ACTIONS(3320), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1732), @@ -109947,8 +110181,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -109968,314 +110202,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1734), }, - [515] = { - [sym_getter] = STATE(3187), - [sym_setter] = STATE(3187), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), - }, - [516] = { - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_modifiers] = STATE(9230), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(3322), - [anon_sym_set] = ACTIONS(3324), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), - }, [517] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3127), + [anon_sym_RBRACE] = ACTIONS(3107), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_object] = ACTIONS(3125), - [anon_sym_fun] = ACTIONS(3125), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(1998), + [anon_sym_object] = ACTIONS(3105), + [anon_sym_fun] = ACTIONS(3105), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3125), - [anon_sym_super] = ACTIONS(3125), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3105), + [anon_sym_super] = ACTIONS(3105), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3125), + [anon_sym_in] = ACTIONS(2008), [anon_sym_DOT_DOT] = ACTIONS(2010), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_null] = ACTIONS(3125), - [anon_sym_if] = ACTIONS(3125), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_when] = ACTIONS(3125), - [anon_sym_try] = ACTIONS(3125), - [anon_sym_throw] = ACTIONS(3125), - [anon_sym_return] = ACTIONS(3125), - [anon_sym_continue] = ACTIONS(3125), - [anon_sym_break] = ACTIONS(3125), + [anon_sym_QMARK_COLON] = ACTIONS(2012), + [anon_sym_AMP_AMP] = ACTIONS(2014), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_null] = ACTIONS(3105), + [anon_sym_if] = ACTIONS(3105), + [anon_sym_else] = ACTIONS(3105), + [anon_sym_when] = ACTIONS(3105), + [anon_sym_try] = ACTIONS(3105), + [anon_sym_throw] = ACTIONS(3105), + [anon_sym_return] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3105), + [anon_sym_break] = ACTIONS(3105), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), + [anon_sym_BANG_EQ] = ACTIONS(2018), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), + [anon_sym_EQ_EQ] = ACTIONS(2018), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2020), + [anon_sym_LT_EQ] = ACTIONS(2022), + [anon_sym_GT_EQ] = ACTIONS(2022), + [anon_sym_BANGin] = ACTIONS(2024), + [anon_sym_is] = ACTIONS(1774), + [anon_sym_BANGis] = ACTIONS(1776), [anon_sym_PLUS] = ACTIONS(2026), [anon_sym_DASH] = ACTIONS(2026), [anon_sym_SLASH] = ACTIONS(2028), @@ -110283,128 +110275,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3125), + [anon_sym_BANG] = ACTIONS(3105), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3125), - [anon_sym_sealed] = ACTIONS(3125), - [anon_sym_annotation] = ACTIONS(3125), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3125), - [anon_sym_lateinit] = ACTIONS(3125), - [anon_sym_public] = ACTIONS(3125), - [anon_sym_private] = ACTIONS(3125), - [anon_sym_internal] = ACTIONS(3125), - [anon_sym_protected] = ACTIONS(3125), - [anon_sym_tailrec] = ACTIONS(3125), - [anon_sym_operator] = ACTIONS(3125), - [anon_sym_infix] = ACTIONS(3125), - [anon_sym_inline] = ACTIONS(3125), - [anon_sym_external] = ACTIONS(3125), - [sym_property_modifier] = ACTIONS(3125), - [anon_sym_abstract] = ACTIONS(3125), - [anon_sym_final] = ACTIONS(3125), - [anon_sym_open] = ACTIONS(3125), - [anon_sym_vararg] = ACTIONS(3125), - [anon_sym_noinline] = ACTIONS(3125), - [anon_sym_crossinline] = ACTIONS(3125), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3127), - [anon_sym_continue_AT] = ACTIONS(3127), - [anon_sym_break_AT] = ACTIONS(3127), - [anon_sym_this_AT] = ACTIONS(3127), - [anon_sym_super_AT] = ACTIONS(3127), - [sym_real_literal] = ACTIONS(3127), - [sym_integer_literal] = ACTIONS(3125), - [sym_hex_literal] = ACTIONS(3127), - [sym_bin_literal] = ACTIONS(3127), - [anon_sym_true] = ACTIONS(3125), - [anon_sym_false] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3127), + [anon_sym_suspend] = ACTIONS(3105), + [anon_sym_sealed] = ACTIONS(3105), + [anon_sym_annotation] = ACTIONS(3105), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3105), + [anon_sym_lateinit] = ACTIONS(3105), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_protected] = ACTIONS(3105), + [anon_sym_tailrec] = ACTIONS(3105), + [anon_sym_operator] = ACTIONS(3105), + [anon_sym_infix] = ACTIONS(3105), + [anon_sym_inline] = ACTIONS(3105), + [anon_sym_external] = ACTIONS(3105), + [sym_property_modifier] = ACTIONS(3105), + [anon_sym_abstract] = ACTIONS(3105), + [anon_sym_final] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_vararg] = ACTIONS(3105), + [anon_sym_noinline] = ACTIONS(3105), + [anon_sym_crossinline] = ACTIONS(3105), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3107), + [anon_sym_continue_AT] = ACTIONS(3107), + [anon_sym_break_AT] = ACTIONS(3107), + [anon_sym_this_AT] = ACTIONS(3107), + [anon_sym_super_AT] = ACTIONS(3107), + [sym_real_literal] = ACTIONS(3107), + [sym_integer_literal] = ACTIONS(3105), + [sym_hex_literal] = ACTIONS(3107), + [sym_bin_literal] = ACTIONS(3107), + [anon_sym_true] = ACTIONS(3105), + [anon_sym_false] = ACTIONS(3105), + [anon_sym_SQUOTE] = ACTIONS(3107), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3127), + [sym__automatic_semicolon] = ACTIONS(3107), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3127), + [sym__string_start] = ACTIONS(3107), }, [518] = { - [sym_primary_constructor] = STATE(1349), - [sym_class_body] = STATE(1186), - [sym__class_parameters] = STATE(936), - [sym_type_parameters] = STATE(563), - [sym_type_constraints] = STATE(983), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [sym_primary_constructor] = STATE(3651), + [sym__class_parameters] = STATE(3018), + [sym_type_parameters] = STATE(557), + [sym_type_constraints] = STATE(2985), + [sym_enum_class_body] = STATE(3172), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), [anon_sym_COLON] = ACTIONS(3428), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3238), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3206), [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_COMMA] = ACTIONS(3238), + [anon_sym_COMMA] = ACTIONS(3206), [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3234), + [anon_sym_GT] = ACTIONS(3200), [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3234), - [anon_sym_fun] = ACTIONS(3234), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_this] = ACTIONS(3234), - [anon_sym_super] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3234), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_null] = ACTIONS(3234), - [anon_sym_if] = ACTIONS(3234), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_when] = ACTIONS(3234), - [anon_sym_try] = ACTIONS(3234), - [anon_sym_throw] = ACTIONS(3234), - [anon_sym_return] = ACTIONS(3234), - [anon_sym_continue] = ACTIONS(3234), - [anon_sym_break] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG] = ACTIONS(3234), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_object] = ACTIONS(3200), + [anon_sym_fun] = ACTIONS(3200), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_this] = ACTIONS(3200), + [anon_sym_super] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_null] = ACTIONS(3200), + [anon_sym_if] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_when] = ACTIONS(3200), + [anon_sym_try] = ACTIONS(3200), + [anon_sym_throw] = ACTIONS(3200), + [anon_sym_return] = ACTIONS(3200), + [anon_sym_continue] = ACTIONS(3200), + [anon_sym_break] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -110432,47 +110424,527 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3238), - [anon_sym_continue_AT] = ACTIONS(3238), - [anon_sym_break_AT] = ACTIONS(3238), - [anon_sym_this_AT] = ACTIONS(3238), - [anon_sym_super_AT] = ACTIONS(3238), - [sym_real_literal] = ACTIONS(3238), - [sym_integer_literal] = ACTIONS(3234), - [sym_hex_literal] = ACTIONS(3238), - [sym_bin_literal] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3234), - [anon_sym_false] = ACTIONS(3234), - [anon_sym_SQUOTE] = ACTIONS(3238), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3238), + [anon_sym_return_AT] = ACTIONS(3206), + [anon_sym_continue_AT] = ACTIONS(3206), + [anon_sym_break_AT] = ACTIONS(3206), + [anon_sym_this_AT] = ACTIONS(3206), + [anon_sym_super_AT] = ACTIONS(3206), + [sym_real_literal] = ACTIONS(3206), + [sym_integer_literal] = ACTIONS(3200), + [sym_hex_literal] = ACTIONS(3206), + [sym_bin_literal] = ACTIONS(3206), + [anon_sym_true] = ACTIONS(3200), + [anon_sym_false] = ACTIONS(3200), + [anon_sym_SQUOTE] = ACTIONS(3206), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3206), }, [519] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_as] = ACTIONS(1730), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_RBRACE] = ACTIONS(3144), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(1998), + [anon_sym_object] = ACTIONS(3142), + [anon_sym_fun] = ACTIONS(3142), + [anon_sym_DOT] = ACTIONS(1742), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3142), + [anon_sym_super] = ACTIONS(3142), + [anon_sym_STAR] = ACTIONS(2006), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(2008), + [anon_sym_DOT_DOT] = ACTIONS(2010), + [anon_sym_QMARK_COLON] = ACTIONS(2012), + [anon_sym_AMP_AMP] = ACTIONS(2014), + [anon_sym_PIPE_PIPE] = ACTIONS(2016), + [anon_sym_null] = ACTIONS(3142), + [anon_sym_if] = ACTIONS(3142), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_when] = ACTIONS(3142), + [anon_sym_try] = ACTIONS(3142), + [anon_sym_throw] = ACTIONS(3142), + [anon_sym_return] = ACTIONS(3142), + [anon_sym_continue] = ACTIONS(3142), + [anon_sym_break] = ACTIONS(3142), + [anon_sym_COLON_COLON] = ACTIONS(1764), + [anon_sym_BANG_EQ] = ACTIONS(2018), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), + [anon_sym_EQ_EQ] = ACTIONS(2018), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2020), + [anon_sym_LT_EQ] = ACTIONS(2022), + [anon_sym_GT_EQ] = ACTIONS(2022), + [anon_sym_BANGin] = ACTIONS(2024), + [anon_sym_is] = ACTIONS(1774), + [anon_sym_BANGis] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(2026), + [anon_sym_DASH] = ACTIONS(2026), + [anon_sym_SLASH] = ACTIONS(2028), + [anon_sym_PERCENT] = ACTIONS(2006), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(3142), + [anon_sym_BANG_BANG] = ACTIONS(1782), + [anon_sym_suspend] = ACTIONS(3142), + [anon_sym_sealed] = ACTIONS(3142), + [anon_sym_annotation] = ACTIONS(3142), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3142), + [anon_sym_lateinit] = ACTIONS(3142), + [anon_sym_public] = ACTIONS(3142), + [anon_sym_private] = ACTIONS(3142), + [anon_sym_internal] = ACTIONS(3142), + [anon_sym_protected] = ACTIONS(3142), + [anon_sym_tailrec] = ACTIONS(3142), + [anon_sym_operator] = ACTIONS(3142), + [anon_sym_infix] = ACTIONS(3142), + [anon_sym_inline] = ACTIONS(3142), + [anon_sym_external] = ACTIONS(3142), + [sym_property_modifier] = ACTIONS(3142), + [anon_sym_abstract] = ACTIONS(3142), + [anon_sym_final] = ACTIONS(3142), + [anon_sym_open] = ACTIONS(3142), + [anon_sym_vararg] = ACTIONS(3142), + [anon_sym_noinline] = ACTIONS(3142), + [anon_sym_crossinline] = ACTIONS(3142), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3144), + [anon_sym_continue_AT] = ACTIONS(3144), + [anon_sym_break_AT] = ACTIONS(3144), + [anon_sym_this_AT] = ACTIONS(3144), + [anon_sym_super_AT] = ACTIONS(3144), + [sym_real_literal] = ACTIONS(3144), + [sym_integer_literal] = ACTIONS(3142), + [sym_hex_literal] = ACTIONS(3144), + [sym_bin_literal] = ACTIONS(3144), + [anon_sym_true] = ACTIONS(3142), + [anon_sym_false] = ACTIONS(3142), + [anon_sym_SQUOTE] = ACTIONS(3144), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3144), + [sym_safe_nav] = ACTIONS(1764), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3144), + }, + [520] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_as] = ACTIONS(1730), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(1998), + [anon_sym_object] = ACTIONS(3095), + [anon_sym_fun] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(1742), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3095), + [anon_sym_super] = ACTIONS(3095), + [anon_sym_STAR] = ACTIONS(2006), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(2008), + [anon_sym_DOT_DOT] = ACTIONS(2010), + [anon_sym_QMARK_COLON] = ACTIONS(2012), + [anon_sym_AMP_AMP] = ACTIONS(2014), + [anon_sym_PIPE_PIPE] = ACTIONS(2016), + [anon_sym_null] = ACTIONS(3095), + [anon_sym_if] = ACTIONS(3095), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_when] = ACTIONS(3095), + [anon_sym_try] = ACTIONS(3095), + [anon_sym_throw] = ACTIONS(3095), + [anon_sym_return] = ACTIONS(3095), + [anon_sym_continue] = ACTIONS(3095), + [anon_sym_break] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(1764), + [anon_sym_BANG_EQ] = ACTIONS(2018), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), + [anon_sym_EQ_EQ] = ACTIONS(2018), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2020), + [anon_sym_LT_EQ] = ACTIONS(2022), + [anon_sym_GT_EQ] = ACTIONS(2022), + [anon_sym_BANGin] = ACTIONS(2024), + [anon_sym_is] = ACTIONS(1774), + [anon_sym_BANGis] = ACTIONS(1776), + [anon_sym_PLUS] = ACTIONS(2026), + [anon_sym_DASH] = ACTIONS(2026), + [anon_sym_SLASH] = ACTIONS(2028), + [anon_sym_PERCENT] = ACTIONS(2006), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(3095), + [anon_sym_BANG_BANG] = ACTIONS(1782), + [anon_sym_suspend] = ACTIONS(3095), + [anon_sym_sealed] = ACTIONS(3095), + [anon_sym_annotation] = ACTIONS(3095), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3095), + [anon_sym_lateinit] = ACTIONS(3095), + [anon_sym_public] = ACTIONS(3095), + [anon_sym_private] = ACTIONS(3095), + [anon_sym_internal] = ACTIONS(3095), + [anon_sym_protected] = ACTIONS(3095), + [anon_sym_tailrec] = ACTIONS(3095), + [anon_sym_operator] = ACTIONS(3095), + [anon_sym_infix] = ACTIONS(3095), + [anon_sym_inline] = ACTIONS(3095), + [anon_sym_external] = ACTIONS(3095), + [sym_property_modifier] = ACTIONS(3095), + [anon_sym_abstract] = ACTIONS(3095), + [anon_sym_final] = ACTIONS(3095), + [anon_sym_open] = ACTIONS(3095), + [anon_sym_vararg] = ACTIONS(3095), + [anon_sym_noinline] = ACTIONS(3095), + [anon_sym_crossinline] = ACTIONS(3095), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3097), + [anon_sym_continue_AT] = ACTIONS(3097), + [anon_sym_break_AT] = ACTIONS(3097), + [anon_sym_this_AT] = ACTIONS(3097), + [anon_sym_super_AT] = ACTIONS(3097), + [sym_real_literal] = ACTIONS(3097), + [sym_integer_literal] = ACTIONS(3095), + [sym_hex_literal] = ACTIONS(3097), + [sym_bin_literal] = ACTIONS(3097), + [anon_sym_true] = ACTIONS(3095), + [anon_sym_false] = ACTIONS(3095), + [anon_sym_SQUOTE] = ACTIONS(3097), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3097), + [sym_safe_nav] = ACTIONS(1764), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3097), + }, + [521] = { + [sym_primary_constructor] = STATE(1351), + [sym__class_parameters] = STATE(935), + [sym_type_parameters] = STATE(579), + [sym_type_constraints] = STATE(973), + [sym_enum_class_body] = STATE(1100), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(3430), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_COMMA] = ACTIONS(3242), + [anon_sym_LT] = ACTIONS(3214), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3238), + [anon_sym_fun] = ACTIONS(3238), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_this] = ACTIONS(3238), + [anon_sym_super] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3242), + [sym_label] = ACTIONS(3238), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_if] = ACTIONS(3238), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_when] = ACTIONS(3238), + [anon_sym_try] = ACTIONS(3238), + [anon_sym_throw] = ACTIONS(3238), + [anon_sym_return] = ACTIONS(3238), + [anon_sym_continue] = ACTIONS(3238), + [anon_sym_break] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3242), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG] = ACTIONS(3238), + [anon_sym_BANG_BANG] = ACTIONS(3242), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3242), + [anon_sym_continue_AT] = ACTIONS(3242), + [anon_sym_break_AT] = ACTIONS(3242), + [anon_sym_this_AT] = ACTIONS(3242), + [anon_sym_super_AT] = ACTIONS(3242), + [sym_real_literal] = ACTIONS(3242), + [sym_integer_literal] = ACTIONS(3238), + [sym_hex_literal] = ACTIONS(3242), + [sym_bin_literal] = ACTIONS(3242), + [anon_sym_true] = ACTIONS(3238), + [anon_sym_false] = ACTIONS(3238), + [anon_sym_SQUOTE] = ACTIONS(3242), + [sym__backtick_identifier] = ACTIONS(3242), + [sym__automatic_semicolon] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3242), + }, + [522] = { + [sym_primary_constructor] = STATE(1356), + [sym_class_body] = STATE(1156), + [sym__class_parameters] = STATE(935), + [sym_type_parameters] = STATE(575), + [sym_type_constraints] = STATE(948), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(3432), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_COMMA] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(3214), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3200), + [anon_sym_fun] = ACTIONS(3200), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_this] = ACTIONS(3200), + [anon_sym_super] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_null] = ACTIONS(3200), + [anon_sym_if] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_when] = ACTIONS(3200), + [anon_sym_try] = ACTIONS(3200), + [anon_sym_throw] = ACTIONS(3200), + [anon_sym_return] = ACTIONS(3200), + [anon_sym_continue] = ACTIONS(3200), + [anon_sym_break] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3206), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3206), + [anon_sym_continue_AT] = ACTIONS(3206), + [anon_sym_break_AT] = ACTIONS(3206), + [anon_sym_this_AT] = ACTIONS(3206), + [anon_sym_super_AT] = ACTIONS(3206), + [sym_real_literal] = ACTIONS(3206), + [sym_integer_literal] = ACTIONS(3200), + [sym_hex_literal] = ACTIONS(3206), + [sym_bin_literal] = ACTIONS(3206), + [anon_sym_true] = ACTIONS(3200), + [anon_sym_false] = ACTIONS(3200), + [anon_sym_SQUOTE] = ACTIONS(3206), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3206), + }, + [523] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), @@ -110486,8 +110958,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(3113), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_this] = ACTIONS(3113), [anon_sym_super] = ACTIONS(3113), [anon_sym_STAR] = ACTIONS(2006), @@ -110495,8 +110967,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_in] = ACTIONS(2008), [anon_sym_DOT_DOT] = ACTIONS(2010), [anon_sym_QMARK_COLON] = ACTIONS(2012), - [anon_sym_AMP_AMP] = ACTIONS(2014), - [anon_sym_PIPE_PIPE] = ACTIONS(2016), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), [anon_sym_null] = ACTIONS(3113), [anon_sym_if] = ACTIONS(3113), [anon_sym_else] = ACTIONS(3113), @@ -110507,10 +110979,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(3113), [anon_sym_break] = ACTIONS(3113), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(2018), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), - [anon_sym_EQ_EQ] = ACTIONS(2018), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2020), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), [anon_sym_LT_EQ] = ACTIONS(2022), [anon_sym_GT_EQ] = ACTIONS(2022), [anon_sym_BANGin] = ACTIONS(2024), @@ -110528,9 +111000,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(3113), [anon_sym_sealed] = ACTIONS(3113), [anon_sym_annotation] = ACTIONS(3113), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), [anon_sym_override] = ACTIONS(3113), [anon_sym_lateinit] = ACTIONS(3113), [anon_sym_public] = ACTIONS(3113), @@ -110549,8 +111021,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(3113), [anon_sym_noinline] = ACTIONS(3113), [anon_sym_crossinline] = ACTIONS(3113), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(3115), [anon_sym_continue_AT] = ACTIONS(3115), @@ -110570,149 +111042,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3115), }, - [520] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(3094), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(1728), - [anon_sym_as] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_object] = ACTIONS(3094), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_this] = ACTIONS(3094), - [anon_sym_super] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(2006), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_null] = ACTIONS(3094), - [anon_sym_if] = ACTIONS(3094), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_when] = ACTIONS(3094), - [anon_sym_try] = ACTIONS(3094), - [anon_sym_throw] = ACTIONS(3094), - [anon_sym_return] = ACTIONS(3094), - [anon_sym_continue] = ACTIONS(3094), - [anon_sym_break] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(2026), - [anon_sym_DASH] = ACTIONS(2026), - [anon_sym_SLASH] = ACTIONS(2028), - [anon_sym_PERCENT] = ACTIONS(2006), - [anon_sym_as_QMARK] = ACTIONS(1780), - [anon_sym_PLUS_PLUS] = ACTIONS(1782), - [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3094), - [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3094), - [anon_sym_sealed] = ACTIONS(3094), - [anon_sym_annotation] = ACTIONS(3094), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_override] = ACTIONS(3094), - [anon_sym_lateinit] = ACTIONS(3094), - [anon_sym_public] = ACTIONS(3094), - [anon_sym_private] = ACTIONS(3094), - [anon_sym_internal] = ACTIONS(3094), - [anon_sym_protected] = ACTIONS(3094), - [anon_sym_tailrec] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_infix] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym_external] = ACTIONS(3094), - [sym_property_modifier] = ACTIONS(3094), - [anon_sym_abstract] = ACTIONS(3094), - [anon_sym_final] = ACTIONS(3094), - [anon_sym_open] = ACTIONS(3094), - [anon_sym_vararg] = ACTIONS(3094), - [anon_sym_noinline] = ACTIONS(3094), - [anon_sym_crossinline] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3096), - [anon_sym_continue_AT] = ACTIONS(3096), - [anon_sym_break_AT] = ACTIONS(3096), - [anon_sym_this_AT] = ACTIONS(3096), - [anon_sym_super_AT] = ACTIONS(3096), - [sym_real_literal] = ACTIONS(3096), - [sym_integer_literal] = ACTIONS(3094), - [sym_hex_literal] = ACTIONS(3096), - [sym_bin_literal] = ACTIONS(3096), - [anon_sym_true] = ACTIONS(3094), - [anon_sym_false] = ACTIONS(3094), - [anon_sym_SQUOTE] = ACTIONS(3096), - [sym__backtick_identifier] = ACTIONS(3096), - [sym__automatic_semicolon] = ACTIONS(3096), - [sym_safe_nav] = ACTIONS(1764), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3096), - }, - [521] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [524] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), @@ -110721,13 +111073,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(3119), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(1998), + [anon_sym_GT] = ACTIONS(3117), [anon_sym_object] = ACTIONS(3117), [anon_sym_fun] = ACTIONS(3117), [anon_sym_DOT] = ACTIONS(1742), [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_this] = ACTIONS(3117), [anon_sym_super] = ACTIONS(3117), [anon_sym_STAR] = ACTIONS(2006), @@ -110747,12 +111099,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(3117), [anon_sym_break] = ACTIONS(3117), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(2018), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), - [anon_sym_EQ_EQ] = ACTIONS(2018), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2020), - [anon_sym_LT_EQ] = ACTIONS(2022), - [anon_sym_GT_EQ] = ACTIONS(2022), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), [anon_sym_BANGin] = ACTIONS(2024), [anon_sym_is] = ACTIONS(1774), [anon_sym_BANGis] = ACTIONS(1776), @@ -110768,9 +111120,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(3117), [anon_sym_sealed] = ACTIONS(3117), [anon_sym_annotation] = ACTIONS(3117), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), [anon_sym_override] = ACTIONS(3117), [anon_sym_lateinit] = ACTIONS(3117), [anon_sym_public] = ACTIONS(3117), @@ -110789,8 +111141,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(3117), [anon_sym_noinline] = ACTIONS(3117), [anon_sym_crossinline] = ACTIONS(3117), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(3119), [anon_sym_continue_AT] = ACTIONS(3119), @@ -110810,72 +111162,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3119), }, - [522] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [525] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3138), + [anon_sym_RBRACE] = ACTIONS(3123), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(3136), - [anon_sym_fun] = ACTIONS(3136), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_object] = ACTIONS(3121), + [anon_sym_fun] = ACTIONS(3121), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3136), - [anon_sym_super] = ACTIONS(3136), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3121), + [anon_sym_super] = ACTIONS(3121), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(2008), + [anon_sym_in] = ACTIONS(3121), [anon_sym_DOT_DOT] = ACTIONS(2010), [anon_sym_QMARK_COLON] = ACTIONS(2012), - [anon_sym_AMP_AMP] = ACTIONS(2014), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [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_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_null] = ACTIONS(3121), + [anon_sym_if] = ACTIONS(3121), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_when] = ACTIONS(3121), + [anon_sym_try] = ACTIONS(3121), + [anon_sym_throw] = ACTIONS(3121), + [anon_sym_return] = ACTIONS(3121), + [anon_sym_continue] = ACTIONS(3121), + [anon_sym_break] = ACTIONS(3121), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(2018), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), - [anon_sym_EQ_EQ] = ACTIONS(2018), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2020), - [anon_sym_LT_EQ] = ACTIONS(2022), - [anon_sym_GT_EQ] = ACTIONS(2022), - [anon_sym_BANGin] = ACTIONS(2024), - [anon_sym_is] = ACTIONS(1774), - [anon_sym_BANGis] = ACTIONS(1776), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), [anon_sym_PLUS] = ACTIONS(2026), [anon_sym_DASH] = ACTIONS(2026), [anon_sym_SLASH] = ACTIONS(2028), @@ -110883,359 +111235,359 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3136), + [anon_sym_BANG] = ACTIONS(3121), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3136), - [anon_sym_sealed] = ACTIONS(3136), - [anon_sym_annotation] = ACTIONS(3136), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3136), - [anon_sym_lateinit] = ACTIONS(3136), - [anon_sym_public] = ACTIONS(3136), - [anon_sym_private] = ACTIONS(3136), - [anon_sym_internal] = ACTIONS(3136), - [anon_sym_protected] = ACTIONS(3136), - [anon_sym_tailrec] = ACTIONS(3136), - [anon_sym_operator] = ACTIONS(3136), - [anon_sym_infix] = ACTIONS(3136), - [anon_sym_inline] = ACTIONS(3136), - [anon_sym_external] = ACTIONS(3136), - [sym_property_modifier] = ACTIONS(3136), - [anon_sym_abstract] = ACTIONS(3136), - [anon_sym_final] = ACTIONS(3136), - [anon_sym_open] = ACTIONS(3136), - [anon_sym_vararg] = ACTIONS(3136), - [anon_sym_noinline] = ACTIONS(3136), - [anon_sym_crossinline] = ACTIONS(3136), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3138), - [anon_sym_continue_AT] = ACTIONS(3138), - [anon_sym_break_AT] = ACTIONS(3138), - [anon_sym_this_AT] = ACTIONS(3138), - [anon_sym_super_AT] = ACTIONS(3138), - [sym_real_literal] = ACTIONS(3138), - [sym_integer_literal] = ACTIONS(3136), - [sym_hex_literal] = ACTIONS(3138), - [sym_bin_literal] = ACTIONS(3138), - [anon_sym_true] = ACTIONS(3136), - [anon_sym_false] = ACTIONS(3136), - [anon_sym_SQUOTE] = ACTIONS(3138), + [anon_sym_suspend] = ACTIONS(3121), + [anon_sym_sealed] = ACTIONS(3121), + [anon_sym_annotation] = ACTIONS(3121), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3121), + [anon_sym_lateinit] = ACTIONS(3121), + [anon_sym_public] = ACTIONS(3121), + [anon_sym_private] = ACTIONS(3121), + [anon_sym_internal] = ACTIONS(3121), + [anon_sym_protected] = ACTIONS(3121), + [anon_sym_tailrec] = ACTIONS(3121), + [anon_sym_operator] = ACTIONS(3121), + [anon_sym_infix] = ACTIONS(3121), + [anon_sym_inline] = ACTIONS(3121), + [anon_sym_external] = ACTIONS(3121), + [sym_property_modifier] = ACTIONS(3121), + [anon_sym_abstract] = ACTIONS(3121), + [anon_sym_final] = ACTIONS(3121), + [anon_sym_open] = ACTIONS(3121), + [anon_sym_vararg] = ACTIONS(3121), + [anon_sym_noinline] = ACTIONS(3121), + [anon_sym_crossinline] = ACTIONS(3121), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3123), + [anon_sym_continue_AT] = ACTIONS(3123), + [anon_sym_break_AT] = ACTIONS(3123), + [anon_sym_this_AT] = ACTIONS(3123), + [anon_sym_super_AT] = ACTIONS(3123), + [sym_real_literal] = ACTIONS(3123), + [sym_integer_literal] = ACTIONS(3121), + [sym_hex_literal] = ACTIONS(3123), + [sym_bin_literal] = ACTIONS(3123), + [anon_sym_true] = ACTIONS(3121), + [anon_sym_false] = ACTIONS(3121), + [anon_sym_SQUOTE] = ACTIONS(3123), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3138), + [sym__automatic_semicolon] = ACTIONS(3123), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3138), + [sym__string_start] = ACTIONS(3123), }, - [523] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(1724), + [526] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(3128), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3142), + [anon_sym_RBRACE] = ACTIONS(3130), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(3140), - [anon_sym_fun] = ACTIONS(3140), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_object] = ACTIONS(3128), + [anon_sym_fun] = ACTIONS(3128), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3140), - [anon_sym_super] = ACTIONS(3140), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_this] = ACTIONS(3128), + [anon_sym_super] = ACTIONS(3128), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(2008), - [anon_sym_DOT_DOT] = ACTIONS(2010), - [anon_sym_QMARK_COLON] = ACTIONS(2012), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_null] = ACTIONS(3140), - [anon_sym_if] = ACTIONS(3140), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_when] = ACTIONS(3140), - [anon_sym_try] = ACTIONS(3140), - [anon_sym_throw] = ACTIONS(3140), - [anon_sym_return] = ACTIONS(3140), - [anon_sym_continue] = ACTIONS(3140), - [anon_sym_break] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_null] = ACTIONS(3128), + [anon_sym_if] = ACTIONS(3128), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_when] = ACTIONS(3128), + [anon_sym_try] = ACTIONS(3128), + [anon_sym_throw] = ACTIONS(3128), + [anon_sym_return] = ACTIONS(3128), + [anon_sym_continue] = ACTIONS(3128), + [anon_sym_break] = ACTIONS(3128), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), - [anon_sym_LT_EQ] = ACTIONS(2022), - [anon_sym_GT_EQ] = ACTIONS(2022), - [anon_sym_BANGin] = ACTIONS(2024), - [anon_sym_is] = ACTIONS(1774), - [anon_sym_BANGis] = ACTIONS(1776), - [anon_sym_PLUS] = ACTIONS(2026), - [anon_sym_DASH] = ACTIONS(2026), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), [anon_sym_SLASH] = ACTIONS(2028), [anon_sym_PERCENT] = ACTIONS(2006), [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3140), + [anon_sym_BANG] = ACTIONS(3128), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3140), - [anon_sym_sealed] = ACTIONS(3140), - [anon_sym_annotation] = ACTIONS(3140), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3140), - [anon_sym_lateinit] = ACTIONS(3140), - [anon_sym_public] = ACTIONS(3140), - [anon_sym_private] = ACTIONS(3140), - [anon_sym_internal] = ACTIONS(3140), - [anon_sym_protected] = ACTIONS(3140), - [anon_sym_tailrec] = ACTIONS(3140), - [anon_sym_operator] = ACTIONS(3140), - [anon_sym_infix] = ACTIONS(3140), - [anon_sym_inline] = ACTIONS(3140), - [anon_sym_external] = ACTIONS(3140), - [sym_property_modifier] = ACTIONS(3140), - [anon_sym_abstract] = ACTIONS(3140), - [anon_sym_final] = ACTIONS(3140), - [anon_sym_open] = ACTIONS(3140), - [anon_sym_vararg] = ACTIONS(3140), - [anon_sym_noinline] = ACTIONS(3140), - [anon_sym_crossinline] = ACTIONS(3140), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3142), - [anon_sym_continue_AT] = ACTIONS(3142), - [anon_sym_break_AT] = ACTIONS(3142), - [anon_sym_this_AT] = ACTIONS(3142), - [anon_sym_super_AT] = ACTIONS(3142), - [sym_real_literal] = ACTIONS(3142), - [sym_integer_literal] = ACTIONS(3140), - [sym_hex_literal] = ACTIONS(3142), - [sym_bin_literal] = ACTIONS(3142), - [anon_sym_true] = ACTIONS(3140), - [anon_sym_false] = ACTIONS(3140), - [anon_sym_SQUOTE] = ACTIONS(3142), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3142), + [anon_sym_suspend] = ACTIONS(3128), + [anon_sym_sealed] = ACTIONS(3128), + [anon_sym_annotation] = ACTIONS(3128), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_override] = ACTIONS(3128), + [anon_sym_lateinit] = ACTIONS(3128), + [anon_sym_public] = ACTIONS(3128), + [anon_sym_private] = ACTIONS(3128), + [anon_sym_internal] = ACTIONS(3128), + [anon_sym_protected] = ACTIONS(3128), + [anon_sym_tailrec] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_infix] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym_external] = ACTIONS(3128), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3128), + [anon_sym_final] = ACTIONS(3128), + [anon_sym_open] = ACTIONS(3128), + [anon_sym_vararg] = ACTIONS(3128), + [anon_sym_noinline] = ACTIONS(3128), + [anon_sym_crossinline] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3130), + [anon_sym_continue_AT] = ACTIONS(3130), + [anon_sym_break_AT] = ACTIONS(3130), + [anon_sym_this_AT] = ACTIONS(3130), + [anon_sym_super_AT] = ACTIONS(3130), + [sym_real_literal] = ACTIONS(3130), + [sym_integer_literal] = ACTIONS(3128), + [sym_hex_literal] = ACTIONS(3130), + [sym_bin_literal] = ACTIONS(3130), + [anon_sym_true] = ACTIONS(3128), + [anon_sym_false] = ACTIONS(3128), + [anon_sym_SQUOTE] = ACTIONS(3130), + [sym__backtick_identifier] = ACTIONS(3130), + [sym__automatic_semicolon] = ACTIONS(3130), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3142), + [sym__string_start] = ACTIONS(3130), }, - [524] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(1724), + [527] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(3135), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3146), + [anon_sym_RBRACE] = ACTIONS(3137), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_object] = ACTIONS(3144), - [anon_sym_fun] = ACTIONS(3144), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_object] = ACTIONS(3135), + [anon_sym_fun] = ACTIONS(3135), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3144), - [anon_sym_super] = ACTIONS(3144), - [anon_sym_STAR] = ACTIONS(2006), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_this] = ACTIONS(3135), + [anon_sym_super] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3137), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(2008), - [anon_sym_DOT_DOT] = ACTIONS(2010), - [anon_sym_QMARK_COLON] = ACTIONS(2012), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_null] = ACTIONS(3144), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_when] = ACTIONS(3144), - [anon_sym_try] = ACTIONS(3144), - [anon_sym_throw] = ACTIONS(3144), - [anon_sym_return] = ACTIONS(3144), - [anon_sym_continue] = ACTIONS(3144), - [anon_sym_break] = ACTIONS(3144), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_null] = ACTIONS(3135), + [anon_sym_if] = ACTIONS(3135), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_when] = ACTIONS(3135), + [anon_sym_try] = ACTIONS(3135), + [anon_sym_throw] = ACTIONS(3135), + [anon_sym_return] = ACTIONS(3135), + [anon_sym_continue] = ACTIONS(3135), + [anon_sym_break] = ACTIONS(3135), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(2024), - [anon_sym_is] = ACTIONS(1774), - [anon_sym_BANGis] = ACTIONS(1776), - [anon_sym_PLUS] = ACTIONS(2026), - [anon_sym_DASH] = ACTIONS(2026), - [anon_sym_SLASH] = ACTIONS(2028), - [anon_sym_PERCENT] = ACTIONS(2006), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3137), [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3144), + [anon_sym_BANG] = ACTIONS(3135), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3144), - [anon_sym_sealed] = ACTIONS(3144), - [anon_sym_annotation] = ACTIONS(3144), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3144), - [anon_sym_lateinit] = ACTIONS(3144), - [anon_sym_public] = ACTIONS(3144), - [anon_sym_private] = ACTIONS(3144), - [anon_sym_internal] = ACTIONS(3144), - [anon_sym_protected] = ACTIONS(3144), - [anon_sym_tailrec] = ACTIONS(3144), - [anon_sym_operator] = ACTIONS(3144), - [anon_sym_infix] = ACTIONS(3144), - [anon_sym_inline] = ACTIONS(3144), - [anon_sym_external] = ACTIONS(3144), - [sym_property_modifier] = ACTIONS(3144), - [anon_sym_abstract] = ACTIONS(3144), - [anon_sym_final] = ACTIONS(3144), - [anon_sym_open] = ACTIONS(3144), - [anon_sym_vararg] = ACTIONS(3144), - [anon_sym_noinline] = ACTIONS(3144), - [anon_sym_crossinline] = ACTIONS(3144), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3146), - [anon_sym_continue_AT] = ACTIONS(3146), - [anon_sym_break_AT] = ACTIONS(3146), - [anon_sym_this_AT] = ACTIONS(3146), - [anon_sym_super_AT] = ACTIONS(3146), - [sym_real_literal] = ACTIONS(3146), - [sym_integer_literal] = ACTIONS(3144), - [sym_hex_literal] = ACTIONS(3146), - [sym_bin_literal] = ACTIONS(3146), - [anon_sym_true] = ACTIONS(3144), - [anon_sym_false] = ACTIONS(3144), - [anon_sym_SQUOTE] = ACTIONS(3146), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3146), + [anon_sym_suspend] = ACTIONS(3135), + [anon_sym_sealed] = ACTIONS(3135), + [anon_sym_annotation] = ACTIONS(3135), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_override] = ACTIONS(3135), + [anon_sym_lateinit] = ACTIONS(3135), + [anon_sym_public] = ACTIONS(3135), + [anon_sym_private] = ACTIONS(3135), + [anon_sym_internal] = ACTIONS(3135), + [anon_sym_protected] = ACTIONS(3135), + [anon_sym_tailrec] = ACTIONS(3135), + [anon_sym_operator] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_inline] = ACTIONS(3135), + [anon_sym_external] = ACTIONS(3135), + [sym_property_modifier] = ACTIONS(3135), + [anon_sym_abstract] = ACTIONS(3135), + [anon_sym_final] = ACTIONS(3135), + [anon_sym_open] = ACTIONS(3135), + [anon_sym_vararg] = ACTIONS(3135), + [anon_sym_noinline] = ACTIONS(3135), + [anon_sym_crossinline] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3137), + [anon_sym_continue_AT] = ACTIONS(3137), + [anon_sym_break_AT] = ACTIONS(3137), + [anon_sym_this_AT] = ACTIONS(3137), + [anon_sym_super_AT] = ACTIONS(3137), + [sym_real_literal] = ACTIONS(3137), + [sym_integer_literal] = ACTIONS(3135), + [sym_hex_literal] = ACTIONS(3137), + [sym_bin_literal] = ACTIONS(3137), + [anon_sym_true] = ACTIONS(3135), + [anon_sym_false] = ACTIONS(3135), + [anon_sym_SQUOTE] = ACTIONS(3137), + [sym__backtick_identifier] = ACTIONS(3137), + [sym__automatic_semicolon] = ACTIONS(3137), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3146), + [sym__string_start] = ACTIONS(3137), }, - [525] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(1724), + [528] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(3088), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3162), + [anon_sym_RBRACE] = ACTIONS(3090), [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_object] = ACTIONS(3088), + [anon_sym_fun] = ACTIONS(3088), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3160), - [anon_sym_super] = ACTIONS(3160), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_this] = ACTIONS(3088), + [anon_sym_super] = ACTIONS(3088), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3160), + [anon_sym_in] = ACTIONS(3088), [anon_sym_DOT_DOT] = ACTIONS(2010), - [anon_sym_QMARK_COLON] = ACTIONS(2012), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [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_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_null] = ACTIONS(3088), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_else] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(3088), + [anon_sym_try] = ACTIONS(3088), + [anon_sym_throw] = ACTIONS(3088), + [anon_sym_return] = ACTIONS(3088), + [anon_sym_continue] = ACTIONS(3088), + [anon_sym_break] = ACTIONS(3088), [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), [anon_sym_PLUS] = ACTIONS(2026), [anon_sym_DASH] = ACTIONS(2026), [anon_sym_SLASH] = ACTIONS(2028), @@ -111243,93 +111595,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3160), + [anon_sym_BANG] = ACTIONS(3088), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3160), - [anon_sym_sealed] = ACTIONS(3160), - [anon_sym_annotation] = ACTIONS(3160), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3160), - [anon_sym_lateinit] = ACTIONS(3160), - [anon_sym_public] = ACTIONS(3160), - [anon_sym_private] = ACTIONS(3160), - [anon_sym_internal] = ACTIONS(3160), - [anon_sym_protected] = ACTIONS(3160), - [anon_sym_tailrec] = ACTIONS(3160), - [anon_sym_operator] = ACTIONS(3160), - [anon_sym_infix] = ACTIONS(3160), - [anon_sym_inline] = ACTIONS(3160), - [anon_sym_external] = ACTIONS(3160), - [sym_property_modifier] = ACTIONS(3160), - [anon_sym_abstract] = ACTIONS(3160), - [anon_sym_final] = ACTIONS(3160), - [anon_sym_open] = ACTIONS(3160), - [anon_sym_vararg] = ACTIONS(3160), - [anon_sym_noinline] = ACTIONS(3160), - [anon_sym_crossinline] = ACTIONS(3160), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3162), - [anon_sym_continue_AT] = ACTIONS(3162), - [anon_sym_break_AT] = ACTIONS(3162), - [anon_sym_this_AT] = ACTIONS(3162), - [anon_sym_super_AT] = ACTIONS(3162), - [sym_real_literal] = ACTIONS(3162), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3162), - [sym_bin_literal] = ACTIONS(3162), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3162), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3162), + [anon_sym_suspend] = ACTIONS(3088), + [anon_sym_sealed] = ACTIONS(3088), + [anon_sym_annotation] = ACTIONS(3088), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_override] = ACTIONS(3088), + [anon_sym_lateinit] = ACTIONS(3088), + [anon_sym_public] = ACTIONS(3088), + [anon_sym_private] = ACTIONS(3088), + [anon_sym_internal] = ACTIONS(3088), + [anon_sym_protected] = ACTIONS(3088), + [anon_sym_tailrec] = ACTIONS(3088), + [anon_sym_operator] = ACTIONS(3088), + [anon_sym_infix] = ACTIONS(3088), + [anon_sym_inline] = ACTIONS(3088), + [anon_sym_external] = ACTIONS(3088), + [sym_property_modifier] = ACTIONS(3088), + [anon_sym_abstract] = ACTIONS(3088), + [anon_sym_final] = ACTIONS(3088), + [anon_sym_open] = ACTIONS(3088), + [anon_sym_vararg] = ACTIONS(3088), + [anon_sym_noinline] = ACTIONS(3088), + [anon_sym_crossinline] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3090), + [anon_sym_continue_AT] = ACTIONS(3090), + [anon_sym_break_AT] = ACTIONS(3090), + [anon_sym_this_AT] = ACTIONS(3090), + [anon_sym_super_AT] = ACTIONS(3090), + [sym_real_literal] = ACTIONS(3090), + [sym_integer_literal] = ACTIONS(3088), + [sym_hex_literal] = ACTIONS(3090), + [sym_bin_literal] = ACTIONS(3090), + [anon_sym_true] = ACTIONS(3088), + [anon_sym_false] = ACTIONS(3088), + [anon_sym_SQUOTE] = ACTIONS(3090), + [sym__backtick_identifier] = ACTIONS(3090), + [sym__automatic_semicolon] = ACTIONS(3090), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3162), + [sym__string_start] = ACTIONS(3090), }, - [526] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [529] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3173), + [anon_sym_RBRACE] = ACTIONS(3148), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(3171), - [anon_sym_fun] = ACTIONS(3171), + [anon_sym_object] = ACTIONS(3146), + [anon_sym_fun] = ACTIONS(3146), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3173), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3171), - [anon_sym_super] = ACTIONS(3171), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3146), + [anon_sym_super] = ACTIONS(3146), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -111337,15 +111689,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(3171), - [anon_sym_if] = ACTIONS(3171), - [anon_sym_else] = ACTIONS(3171), - [anon_sym_when] = ACTIONS(3171), - [anon_sym_try] = ACTIONS(3171), - [anon_sym_throw] = ACTIONS(3171), - [anon_sym_return] = ACTIONS(3171), - [anon_sym_continue] = ACTIONS(3171), - [anon_sym_break] = ACTIONS(3171), + [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(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -111363,93 +111715,333 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3171), + [anon_sym_BANG] = ACTIONS(3146), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3171), - [anon_sym_sealed] = ACTIONS(3171), - [anon_sym_annotation] = ACTIONS(3171), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3171), - [anon_sym_lateinit] = ACTIONS(3171), - [anon_sym_public] = ACTIONS(3171), - [anon_sym_private] = ACTIONS(3171), - [anon_sym_internal] = ACTIONS(3171), - [anon_sym_protected] = ACTIONS(3171), - [anon_sym_tailrec] = ACTIONS(3171), - [anon_sym_operator] = ACTIONS(3171), - [anon_sym_infix] = ACTIONS(3171), - [anon_sym_inline] = ACTIONS(3171), - [anon_sym_external] = ACTIONS(3171), - [sym_property_modifier] = ACTIONS(3171), - [anon_sym_abstract] = ACTIONS(3171), - [anon_sym_final] = ACTIONS(3171), - [anon_sym_open] = ACTIONS(3171), - [anon_sym_vararg] = ACTIONS(3171), - [anon_sym_noinline] = ACTIONS(3171), - [anon_sym_crossinline] = ACTIONS(3171), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3173), - [anon_sym_continue_AT] = ACTIONS(3173), - [anon_sym_break_AT] = ACTIONS(3173), - [anon_sym_this_AT] = ACTIONS(3173), - [anon_sym_super_AT] = ACTIONS(3173), - [sym_real_literal] = ACTIONS(3173), - [sym_integer_literal] = ACTIONS(3171), - [sym_hex_literal] = ACTIONS(3173), - [sym_bin_literal] = ACTIONS(3173), - [anon_sym_true] = ACTIONS(3171), - [anon_sym_false] = ACTIONS(3171), - [anon_sym_SQUOTE] = ACTIONS(3173), + [anon_sym_suspend] = ACTIONS(3146), + [anon_sym_sealed] = ACTIONS(3146), + [anon_sym_annotation] = ACTIONS(3146), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3146), + [anon_sym_lateinit] = ACTIONS(3146), + [anon_sym_public] = ACTIONS(3146), + [anon_sym_private] = ACTIONS(3146), + [anon_sym_internal] = ACTIONS(3146), + [anon_sym_protected] = ACTIONS(3146), + [anon_sym_tailrec] = ACTIONS(3146), + [anon_sym_operator] = ACTIONS(3146), + [anon_sym_infix] = ACTIONS(3146), + [anon_sym_inline] = ACTIONS(3146), + [anon_sym_external] = ACTIONS(3146), + [sym_property_modifier] = ACTIONS(3146), + [anon_sym_abstract] = ACTIONS(3146), + [anon_sym_final] = ACTIONS(3146), + [anon_sym_open] = ACTIONS(3146), + [anon_sym_vararg] = ACTIONS(3146), + [anon_sym_noinline] = ACTIONS(3146), + [anon_sym_crossinline] = ACTIONS(3146), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3148), + [anon_sym_continue_AT] = ACTIONS(3148), + [anon_sym_break_AT] = ACTIONS(3148), + [anon_sym_this_AT] = ACTIONS(3148), + [anon_sym_super_AT] = ACTIONS(3148), + [sym_real_literal] = ACTIONS(3148), + [sym_integer_literal] = ACTIONS(3146), + [sym_hex_literal] = ACTIONS(3148), + [sym_bin_literal] = ACTIONS(3148), + [anon_sym_true] = ACTIONS(3146), + [anon_sym_false] = ACTIONS(3146), + [anon_sym_SQUOTE] = ACTIONS(3148), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3173), + [sym__automatic_semicolon] = ACTIONS(3148), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3173), + [sym__string_start] = ACTIONS(3148), }, - [527] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [530] = { + [sym_primary_constructor] = STATE(1358), + [sym__class_parameters] = STATE(935), + [sym_type_parameters] = STATE(574), + [sym_type_constraints] = STATE(928), + [sym_enum_class_body] = STATE(1156), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(3434), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_COMMA] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(3214), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3200), + [anon_sym_fun] = ACTIONS(3200), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_this] = ACTIONS(3200), + [anon_sym_super] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_null] = ACTIONS(3200), + [anon_sym_if] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_when] = ACTIONS(3200), + [anon_sym_try] = ACTIONS(3200), + [anon_sym_throw] = ACTIONS(3200), + [anon_sym_return] = ACTIONS(3200), + [anon_sym_continue] = ACTIONS(3200), + [anon_sym_break] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3206), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3206), + [anon_sym_continue_AT] = ACTIONS(3206), + [anon_sym_break_AT] = ACTIONS(3206), + [anon_sym_this_AT] = ACTIONS(3206), + [anon_sym_super_AT] = ACTIONS(3206), + [sym_real_literal] = ACTIONS(3206), + [sym_integer_literal] = ACTIONS(3200), + [sym_hex_literal] = ACTIONS(3206), + [sym_bin_literal] = ACTIONS(3206), + [anon_sym_true] = ACTIONS(3200), + [anon_sym_false] = ACTIONS(3200), + [anon_sym_SQUOTE] = ACTIONS(3206), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3206), + }, + [531] = { + [sym_primary_constructor] = STATE(1369), + [sym_class_body] = STATE(1018), + [sym__class_parameters] = STATE(935), + [sym_type_parameters] = STATE(569), + [sym_type_constraints] = STATE(936), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(3436), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_COMMA] = ACTIONS(3258), + [anon_sym_LT] = ACTIONS(3214), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3254), + [anon_sym_fun] = ACTIONS(3254), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_this] = ACTIONS(3254), + [anon_sym_super] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3258), + [sym_label] = ACTIONS(3254), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [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(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [anon_sym_PLUS] = ACTIONS(3254), + [anon_sym_DASH] = ACTIONS(3254), + [anon_sym_SLASH] = ACTIONS(3254), + [anon_sym_PERCENT] = ACTIONS(3258), + [anon_sym_as_QMARK] = ACTIONS(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG] = ACTIONS(3254), + [anon_sym_BANG_BANG] = ACTIONS(3258), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3258), + [anon_sym_continue_AT] = ACTIONS(3258), + [anon_sym_break_AT] = ACTIONS(3258), + [anon_sym_this_AT] = ACTIONS(3258), + [anon_sym_super_AT] = ACTIONS(3258), + [sym_real_literal] = ACTIONS(3258), + [sym_integer_literal] = ACTIONS(3254), + [sym_hex_literal] = ACTIONS(3258), + [sym_bin_literal] = ACTIONS(3258), + [anon_sym_true] = ACTIONS(3254), + [anon_sym_false] = ACTIONS(3254), + [anon_sym_SQUOTE] = ACTIONS(3258), + [sym__backtick_identifier] = ACTIONS(3258), + [sym__automatic_semicolon] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3258), + }, + [532] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_RBRACE] = ACTIONS(3168), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(3101), - [anon_sym_fun] = ACTIONS(3101), + [anon_sym_object] = ACTIONS(3166), + [anon_sym_fun] = ACTIONS(3166), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3101), - [anon_sym_super] = ACTIONS(3101), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3166), + [anon_sym_super] = ACTIONS(3166), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -111457,15 +112049,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(3101), - [anon_sym_if] = ACTIONS(3101), - [anon_sym_else] = ACTIONS(3101), - [anon_sym_when] = ACTIONS(3101), - [anon_sym_try] = ACTIONS(3101), - [anon_sym_throw] = ACTIONS(3101), - [anon_sym_return] = ACTIONS(3101), - [anon_sym_continue] = ACTIONS(3101), - [anon_sym_break] = ACTIONS(3101), + [anon_sym_null] = ACTIONS(3166), + [anon_sym_if] = ACTIONS(3166), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_when] = ACTIONS(3166), + [anon_sym_try] = ACTIONS(3166), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3166), + [anon_sym_continue] = ACTIONS(3166), + [anon_sym_break] = ACTIONS(3166), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -111483,333 +112075,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3101), + [anon_sym_BANG] = ACTIONS(3166), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3101), - [anon_sym_sealed] = ACTIONS(3101), - [anon_sym_annotation] = ACTIONS(3101), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3101), - [anon_sym_lateinit] = ACTIONS(3101), - [anon_sym_public] = ACTIONS(3101), - [anon_sym_private] = ACTIONS(3101), - [anon_sym_internal] = ACTIONS(3101), - [anon_sym_protected] = ACTIONS(3101), - [anon_sym_tailrec] = ACTIONS(3101), - [anon_sym_operator] = ACTIONS(3101), - [anon_sym_infix] = ACTIONS(3101), - [anon_sym_inline] = ACTIONS(3101), - [anon_sym_external] = ACTIONS(3101), - [sym_property_modifier] = ACTIONS(3101), - [anon_sym_abstract] = ACTIONS(3101), - [anon_sym_final] = ACTIONS(3101), - [anon_sym_open] = ACTIONS(3101), - [anon_sym_vararg] = ACTIONS(3101), - [anon_sym_noinline] = ACTIONS(3101), - [anon_sym_crossinline] = ACTIONS(3101), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3103), - [anon_sym_continue_AT] = ACTIONS(3103), - [anon_sym_break_AT] = ACTIONS(3103), - [anon_sym_this_AT] = ACTIONS(3103), - [anon_sym_super_AT] = ACTIONS(3103), - [sym_real_literal] = ACTIONS(3103), - [sym_integer_literal] = ACTIONS(3101), - [sym_hex_literal] = ACTIONS(3103), - [sym_bin_literal] = ACTIONS(3103), - [anon_sym_true] = ACTIONS(3101), - [anon_sym_false] = ACTIONS(3101), - [anon_sym_SQUOTE] = ACTIONS(3103), + [anon_sym_suspend] = ACTIONS(3166), + [anon_sym_sealed] = ACTIONS(3166), + [anon_sym_annotation] = ACTIONS(3166), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3166), + [anon_sym_lateinit] = ACTIONS(3166), + [anon_sym_public] = ACTIONS(3166), + [anon_sym_private] = ACTIONS(3166), + [anon_sym_internal] = ACTIONS(3166), + [anon_sym_protected] = ACTIONS(3166), + [anon_sym_tailrec] = ACTIONS(3166), + [anon_sym_operator] = ACTIONS(3166), + [anon_sym_infix] = ACTIONS(3166), + [anon_sym_inline] = ACTIONS(3166), + [anon_sym_external] = ACTIONS(3166), + [sym_property_modifier] = ACTIONS(3166), + [anon_sym_abstract] = ACTIONS(3166), + [anon_sym_final] = ACTIONS(3166), + [anon_sym_open] = ACTIONS(3166), + [anon_sym_vararg] = ACTIONS(3166), + [anon_sym_noinline] = ACTIONS(3166), + [anon_sym_crossinline] = ACTIONS(3166), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3168), + [anon_sym_continue_AT] = ACTIONS(3168), + [anon_sym_break_AT] = ACTIONS(3168), + [anon_sym_this_AT] = ACTIONS(3168), + [anon_sym_super_AT] = ACTIONS(3168), + [sym_real_literal] = ACTIONS(3168), + [sym_integer_literal] = ACTIONS(3166), + [sym_hex_literal] = ACTIONS(3168), + [sym_bin_literal] = ACTIONS(3168), + [anon_sym_true] = ACTIONS(3166), + [anon_sym_false] = ACTIONS(3166), + [anon_sym_SQUOTE] = ACTIONS(3168), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3103), - [sym_safe_nav] = ACTIONS(1764), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3103), - }, - [528] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(1728), - [anon_sym_as] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_object] = ACTIONS(3193), - [anon_sym_fun] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_this] = ACTIONS(3193), - [anon_sym_super] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(2006), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_null] = ACTIONS(3193), - [anon_sym_if] = ACTIONS(3193), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_when] = ACTIONS(3193), - [anon_sym_try] = ACTIONS(3193), - [anon_sym_throw] = ACTIONS(3193), - [anon_sym_return] = ACTIONS(3193), - [anon_sym_continue] = ACTIONS(3193), - [anon_sym_break] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(2028), - [anon_sym_PERCENT] = ACTIONS(2006), - [anon_sym_as_QMARK] = ACTIONS(1780), - [anon_sym_PLUS_PLUS] = ACTIONS(1782), - [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3193), - [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3193), - [anon_sym_sealed] = ACTIONS(3193), - [anon_sym_annotation] = ACTIONS(3193), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_override] = ACTIONS(3193), - [anon_sym_lateinit] = ACTIONS(3193), - [anon_sym_public] = ACTIONS(3193), - [anon_sym_private] = ACTIONS(3193), - [anon_sym_internal] = ACTIONS(3193), - [anon_sym_protected] = ACTIONS(3193), - [anon_sym_tailrec] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_infix] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym_external] = ACTIONS(3193), - [sym_property_modifier] = ACTIONS(3193), - [anon_sym_abstract] = ACTIONS(3193), - [anon_sym_final] = ACTIONS(3193), - [anon_sym_open] = ACTIONS(3193), - [anon_sym_vararg] = ACTIONS(3193), - [anon_sym_noinline] = ACTIONS(3193), - [anon_sym_crossinline] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3195), - [anon_sym_continue_AT] = ACTIONS(3195), - [anon_sym_break_AT] = ACTIONS(3195), - [anon_sym_this_AT] = ACTIONS(3195), - [anon_sym_super_AT] = ACTIONS(3195), - [sym_real_literal] = ACTIONS(3195), - [sym_integer_literal] = ACTIONS(3193), - [sym_hex_literal] = ACTIONS(3195), - [sym_bin_literal] = ACTIONS(3195), - [anon_sym_true] = ACTIONS(3193), - [anon_sym_false] = ACTIONS(3193), - [anon_sym_SQUOTE] = ACTIONS(3195), - [sym__backtick_identifier] = ACTIONS(3195), - [sym__automatic_semicolon] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(1764), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3195), - }, - [529] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(3186), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(1728), - [anon_sym_as] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_object] = ACTIONS(3186), - [anon_sym_fun] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_this] = ACTIONS(3186), - [anon_sym_super] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3188), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [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(1764), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [anon_sym_PLUS] = ACTIONS(3186), - [anon_sym_DASH] = ACTIONS(3186), - [anon_sym_SLASH] = ACTIONS(3186), - [anon_sym_PERCENT] = ACTIONS(3188), - [anon_sym_as_QMARK] = ACTIONS(1780), - [anon_sym_PLUS_PLUS] = ACTIONS(1782), - [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_BANG_BANG] = ACTIONS(1782), - [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_value] = 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(3188), - [anon_sym_continue_AT] = ACTIONS(3188), - [anon_sym_break_AT] = ACTIONS(3188), - [anon_sym_this_AT] = ACTIONS(3188), - [anon_sym_super_AT] = ACTIONS(3188), - [sym_real_literal] = ACTIONS(3188), - [sym_integer_literal] = ACTIONS(3186), - [sym_hex_literal] = ACTIONS(3188), - [sym_bin_literal] = ACTIONS(3188), - [anon_sym_true] = ACTIONS(3186), - [anon_sym_false] = ACTIONS(3186), - [anon_sym_SQUOTE] = ACTIONS(3188), - [sym__backtick_identifier] = ACTIONS(3188), - [sym__automatic_semicolon] = ACTIONS(3188), + [sym__automatic_semicolon] = ACTIONS(3168), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3188), + [sym__string_start] = ACTIONS(3168), }, - [530] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [533] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3134), + [anon_sym_RBRACE] = ACTIONS(3164), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(3132), - [anon_sym_fun] = ACTIONS(3132), + [anon_sym_object] = ACTIONS(3162), + [anon_sym_fun] = ACTIONS(3162), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3132), - [anon_sym_super] = ACTIONS(3132), + [anon_sym_SEMI] = ACTIONS(3164), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3162), + [anon_sym_super] = ACTIONS(3162), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -111817,15 +112169,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(3132), - [anon_sym_if] = ACTIONS(3132), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_when] = ACTIONS(3132), - [anon_sym_try] = ACTIONS(3132), - [anon_sym_throw] = ACTIONS(3132), - [anon_sym_return] = ACTIONS(3132), - [anon_sym_continue] = ACTIONS(3132), - [anon_sym_break] = ACTIONS(3132), + [anon_sym_null] = ACTIONS(3162), + [anon_sym_if] = ACTIONS(3162), + [anon_sym_else] = ACTIONS(3162), + [anon_sym_when] = ACTIONS(3162), + [anon_sym_try] = ACTIONS(3162), + [anon_sym_throw] = ACTIONS(3162), + [anon_sym_return] = ACTIONS(3162), + [anon_sym_continue] = ACTIONS(3162), + [anon_sym_break] = ACTIONS(3162), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -111843,213 +112195,333 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3132), + [anon_sym_BANG] = ACTIONS(3162), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3132), - [anon_sym_sealed] = ACTIONS(3132), - [anon_sym_annotation] = ACTIONS(3132), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3132), - [anon_sym_lateinit] = ACTIONS(3132), - [anon_sym_public] = ACTIONS(3132), - [anon_sym_private] = ACTIONS(3132), - [anon_sym_internal] = ACTIONS(3132), - [anon_sym_protected] = ACTIONS(3132), - [anon_sym_tailrec] = ACTIONS(3132), - [anon_sym_operator] = ACTIONS(3132), - [anon_sym_infix] = ACTIONS(3132), - [anon_sym_inline] = ACTIONS(3132), - [anon_sym_external] = ACTIONS(3132), - [sym_property_modifier] = ACTIONS(3132), - [anon_sym_abstract] = ACTIONS(3132), - [anon_sym_final] = ACTIONS(3132), - [anon_sym_open] = ACTIONS(3132), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3134), - [anon_sym_continue_AT] = ACTIONS(3134), - [anon_sym_break_AT] = ACTIONS(3134), - [anon_sym_this_AT] = ACTIONS(3134), - [anon_sym_super_AT] = ACTIONS(3134), - [sym_real_literal] = ACTIONS(3134), - [sym_integer_literal] = ACTIONS(3132), - [sym_hex_literal] = ACTIONS(3134), - [sym_bin_literal] = ACTIONS(3134), - [anon_sym_true] = ACTIONS(3132), - [anon_sym_false] = ACTIONS(3132), - [anon_sym_SQUOTE] = ACTIONS(3134), + [anon_sym_suspend] = ACTIONS(3162), + [anon_sym_sealed] = ACTIONS(3162), + [anon_sym_annotation] = ACTIONS(3162), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3162), + [anon_sym_lateinit] = ACTIONS(3162), + [anon_sym_public] = ACTIONS(3162), + [anon_sym_private] = ACTIONS(3162), + [anon_sym_internal] = ACTIONS(3162), + [anon_sym_protected] = ACTIONS(3162), + [anon_sym_tailrec] = ACTIONS(3162), + [anon_sym_operator] = ACTIONS(3162), + [anon_sym_infix] = ACTIONS(3162), + [anon_sym_inline] = ACTIONS(3162), + [anon_sym_external] = ACTIONS(3162), + [sym_property_modifier] = ACTIONS(3162), + [anon_sym_abstract] = ACTIONS(3162), + [anon_sym_final] = ACTIONS(3162), + [anon_sym_open] = ACTIONS(3162), + [anon_sym_vararg] = ACTIONS(3162), + [anon_sym_noinline] = ACTIONS(3162), + [anon_sym_crossinline] = ACTIONS(3162), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3164), + [anon_sym_continue_AT] = ACTIONS(3164), + [anon_sym_break_AT] = ACTIONS(3164), + [anon_sym_this_AT] = ACTIONS(3164), + [anon_sym_super_AT] = ACTIONS(3164), + [sym_real_literal] = ACTIONS(3164), + [sym_integer_literal] = ACTIONS(3162), + [sym_hex_literal] = ACTIONS(3164), + [sym_bin_literal] = ACTIONS(3164), + [anon_sym_true] = ACTIONS(3162), + [anon_sym_false] = ACTIONS(3162), + [anon_sym_SQUOTE] = ACTIONS(3164), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3134), + [sym__automatic_semicolon] = ACTIONS(3164), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3134), + [sym__string_start] = ACTIONS(3164), }, - [531] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(3175), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(1728), - [anon_sym_as] = ACTIONS(1730), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_object] = ACTIONS(3175), - [anon_sym_fun] = ACTIONS(3175), - [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_this] = ACTIONS(3175), - [anon_sym_super] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(2006), - [sym_label] = ACTIONS(1752), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(2010), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_null] = ACTIONS(3175), - [anon_sym_if] = ACTIONS(3175), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_when] = ACTIONS(3175), - [anon_sym_try] = ACTIONS(3175), - [anon_sym_throw] = ACTIONS(3175), - [anon_sym_return] = ACTIONS(3175), - [anon_sym_continue] = ACTIONS(3175), - [anon_sym_break] = ACTIONS(3175), - [anon_sym_COLON_COLON] = ACTIONS(1764), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(2026), - [anon_sym_DASH] = ACTIONS(2026), - [anon_sym_SLASH] = ACTIONS(2028), - [anon_sym_PERCENT] = ACTIONS(2006), - [anon_sym_as_QMARK] = ACTIONS(1780), - [anon_sym_PLUS_PLUS] = ACTIONS(1782), - [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3175), - [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3175), - [anon_sym_sealed] = ACTIONS(3175), - [anon_sym_annotation] = ACTIONS(3175), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_override] = ACTIONS(3175), - [anon_sym_lateinit] = ACTIONS(3175), - [anon_sym_public] = ACTIONS(3175), - [anon_sym_private] = ACTIONS(3175), - [anon_sym_internal] = ACTIONS(3175), - [anon_sym_protected] = ACTIONS(3175), - [anon_sym_tailrec] = ACTIONS(3175), - [anon_sym_operator] = ACTIONS(3175), - [anon_sym_infix] = ACTIONS(3175), - [anon_sym_inline] = ACTIONS(3175), - [anon_sym_external] = ACTIONS(3175), - [sym_property_modifier] = ACTIONS(3175), - [anon_sym_abstract] = ACTIONS(3175), - [anon_sym_final] = ACTIONS(3175), - [anon_sym_open] = ACTIONS(3175), - [anon_sym_vararg] = ACTIONS(3175), - [anon_sym_noinline] = ACTIONS(3175), - [anon_sym_crossinline] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3177), - [anon_sym_continue_AT] = ACTIONS(3177), - [anon_sym_break_AT] = ACTIONS(3177), - [anon_sym_this_AT] = ACTIONS(3177), - [anon_sym_super_AT] = ACTIONS(3177), - [sym_real_literal] = ACTIONS(3177), - [sym_integer_literal] = ACTIONS(3175), - [sym_hex_literal] = ACTIONS(3177), - [sym_bin_literal] = ACTIONS(3177), - [anon_sym_true] = ACTIONS(3175), - [anon_sym_false] = ACTIONS(3175), - [anon_sym_SQUOTE] = ACTIONS(3177), - [sym__backtick_identifier] = ACTIONS(3177), - [sym__automatic_semicolon] = ACTIONS(3177), - [sym_safe_nav] = ACTIONS(1764), + [534] = { + [sym_primary_constructor] = STATE(3685), + [sym__class_parameters] = STATE(3018), + [sym_type_parameters] = STATE(561), + [sym_type_constraints] = STATE(3039), + [sym_enum_class_body] = STATE(3238), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(3438), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(3212), + [anon_sym_COMMA] = ACTIONS(3242), + [anon_sym_LT] = ACTIONS(3214), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3238), + [anon_sym_fun] = ACTIONS(3238), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_this] = ACTIONS(3238), + [anon_sym_super] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3242), + [sym_label] = ACTIONS(3238), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_if] = ACTIONS(3238), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_when] = ACTIONS(3238), + [anon_sym_try] = ACTIONS(3238), + [anon_sym_throw] = ACTIONS(3238), + [anon_sym_return] = ACTIONS(3238), + [anon_sym_continue] = ACTIONS(3238), + [anon_sym_break] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3242), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG] = ACTIONS(3238), + [anon_sym_BANG_BANG] = ACTIONS(3242), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3242), + [anon_sym_continue_AT] = ACTIONS(3242), + [anon_sym_break_AT] = ACTIONS(3242), + [anon_sym_this_AT] = ACTIONS(3242), + [anon_sym_super_AT] = ACTIONS(3242), + [sym_real_literal] = ACTIONS(3242), + [sym_integer_literal] = ACTIONS(3238), + [sym_hex_literal] = ACTIONS(3242), + [sym_bin_literal] = ACTIONS(3242), + [anon_sym_true] = ACTIONS(3238), + [anon_sym_false] = ACTIONS(3238), + [anon_sym_SQUOTE] = ACTIONS(3242), + [sym__backtick_identifier] = ACTIONS(3242), + [sym__automatic_semicolon] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3242), + }, + [535] = { + [sym_primary_constructor] = STATE(3655), + [sym_class_body] = STATE(3172), + [sym__class_parameters] = STATE(3018), + [sym_type_parameters] = STATE(559), + [sym_type_constraints] = STATE(3014), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(3440), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(3212), + [anon_sym_COMMA] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(3214), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3200), + [anon_sym_fun] = ACTIONS(3200), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_this] = ACTIONS(3200), + [anon_sym_super] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_null] = ACTIONS(3200), + [anon_sym_if] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_when] = ACTIONS(3200), + [anon_sym_try] = ACTIONS(3200), + [anon_sym_throw] = ACTIONS(3200), + [anon_sym_return] = ACTIONS(3200), + [anon_sym_continue] = ACTIONS(3200), + [anon_sym_break] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3206), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3206), + [anon_sym_continue_AT] = ACTIONS(3206), + [anon_sym_break_AT] = ACTIONS(3206), + [anon_sym_this_AT] = ACTIONS(3206), + [anon_sym_super_AT] = ACTIONS(3206), + [sym_real_literal] = ACTIONS(3206), + [sym_integer_literal] = ACTIONS(3200), + [sym_hex_literal] = ACTIONS(3206), + [sym_bin_literal] = ACTIONS(3206), + [anon_sym_true] = ACTIONS(3200), + [anon_sym_false] = ACTIONS(3200), + [anon_sym_SQUOTE] = ACTIONS(3206), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3177), + [sym__string_start] = ACTIONS(3206), }, - [532] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [536] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_RBRACE] = ACTIONS(3156), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(3088), - [anon_sym_fun] = ACTIONS(3088), + [anon_sym_object] = ACTIONS(3154), + [anon_sym_fun] = ACTIONS(3154), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3088), - [anon_sym_super] = ACTIONS(3088), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3154), + [anon_sym_super] = ACTIONS(3154), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -112057,15 +112529,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(3088), - [anon_sym_if] = ACTIONS(3088), - [anon_sym_else] = ACTIONS(3088), - [anon_sym_when] = ACTIONS(3088), - [anon_sym_try] = ACTIONS(3088), - [anon_sym_throw] = ACTIONS(3088), - [anon_sym_return] = ACTIONS(3088), - [anon_sym_continue] = ACTIONS(3088), - [anon_sym_break] = ACTIONS(3088), + [anon_sym_null] = ACTIONS(3154), + [anon_sym_if] = ACTIONS(3154), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_when] = ACTIONS(3154), + [anon_sym_try] = ACTIONS(3154), + [anon_sym_throw] = ACTIONS(3154), + [anon_sym_return] = ACTIONS(3154), + [anon_sym_continue] = ACTIONS(3154), + [anon_sym_break] = ACTIONS(3154), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -112083,109 +112555,109 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3088), + [anon_sym_BANG] = ACTIONS(3154), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3088), - [anon_sym_sealed] = ACTIONS(3088), - [anon_sym_annotation] = ACTIONS(3088), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3088), - [anon_sym_lateinit] = ACTIONS(3088), - [anon_sym_public] = ACTIONS(3088), - [anon_sym_private] = ACTIONS(3088), - [anon_sym_internal] = ACTIONS(3088), - [anon_sym_protected] = ACTIONS(3088), - [anon_sym_tailrec] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_infix] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_external] = ACTIONS(3088), - [sym_property_modifier] = ACTIONS(3088), - [anon_sym_abstract] = ACTIONS(3088), - [anon_sym_final] = ACTIONS(3088), - [anon_sym_open] = ACTIONS(3088), - [anon_sym_vararg] = ACTIONS(3088), - [anon_sym_noinline] = ACTIONS(3088), - [anon_sym_crossinline] = ACTIONS(3088), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3090), - [anon_sym_continue_AT] = ACTIONS(3090), - [anon_sym_break_AT] = ACTIONS(3090), - [anon_sym_this_AT] = ACTIONS(3090), - [anon_sym_super_AT] = ACTIONS(3090), - [sym_real_literal] = ACTIONS(3090), - [sym_integer_literal] = ACTIONS(3088), - [sym_hex_literal] = ACTIONS(3090), - [sym_bin_literal] = ACTIONS(3090), - [anon_sym_true] = ACTIONS(3088), - [anon_sym_false] = ACTIONS(3088), - [anon_sym_SQUOTE] = ACTIONS(3090), + [anon_sym_suspend] = ACTIONS(3154), + [anon_sym_sealed] = ACTIONS(3154), + [anon_sym_annotation] = ACTIONS(3154), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3154), + [anon_sym_lateinit] = ACTIONS(3154), + [anon_sym_public] = ACTIONS(3154), + [anon_sym_private] = ACTIONS(3154), + [anon_sym_internal] = ACTIONS(3154), + [anon_sym_protected] = ACTIONS(3154), + [anon_sym_tailrec] = ACTIONS(3154), + [anon_sym_operator] = ACTIONS(3154), + [anon_sym_infix] = ACTIONS(3154), + [anon_sym_inline] = ACTIONS(3154), + [anon_sym_external] = ACTIONS(3154), + [sym_property_modifier] = ACTIONS(3154), + [anon_sym_abstract] = ACTIONS(3154), + [anon_sym_final] = ACTIONS(3154), + [anon_sym_open] = ACTIONS(3154), + [anon_sym_vararg] = ACTIONS(3154), + [anon_sym_noinline] = ACTIONS(3154), + [anon_sym_crossinline] = ACTIONS(3154), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3156), + [anon_sym_continue_AT] = ACTIONS(3156), + [anon_sym_break_AT] = ACTIONS(3156), + [anon_sym_this_AT] = ACTIONS(3156), + [anon_sym_super_AT] = ACTIONS(3156), + [sym_real_literal] = ACTIONS(3156), + [sym_integer_literal] = ACTIONS(3154), + [sym_hex_literal] = ACTIONS(3156), + [sym_bin_literal] = ACTIONS(3156), + [anon_sym_true] = ACTIONS(3154), + [anon_sym_false] = ACTIONS(3154), + [anon_sym_SQUOTE] = ACTIONS(3156), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3090), + [sym__automatic_semicolon] = ACTIONS(3156), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3090), + [sym__string_start] = ACTIONS(3156), }, - [533] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [537] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3169), + [anon_sym_RBRACE] = ACTIONS(3103), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(3167), - [anon_sym_fun] = ACTIONS(3167), + [anon_sym_object] = ACTIONS(3101), + [anon_sym_fun] = ACTIONS(3101), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3167), - [anon_sym_super] = ACTIONS(3167), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3101), + [anon_sym_super] = ACTIONS(3101), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), [anon_sym_DOT_DOT] = ACTIONS(2010), [anon_sym_QMARK_COLON] = ACTIONS(2012), - [anon_sym_AMP_AMP] = ACTIONS(2014), - [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(3167), - [anon_sym_if] = ACTIONS(3167), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_when] = ACTIONS(3167), - [anon_sym_try] = ACTIONS(3167), - [anon_sym_throw] = ACTIONS(3167), - [anon_sym_return] = ACTIONS(3167), - [anon_sym_continue] = ACTIONS(3167), - [anon_sym_break] = ACTIONS(3167), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_null] = ACTIONS(3101), + [anon_sym_if] = ACTIONS(3101), + [anon_sym_else] = ACTIONS(3101), + [anon_sym_when] = ACTIONS(3101), + [anon_sym_try] = ACTIONS(3101), + [anon_sym_throw] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3101), + [anon_sym_continue] = ACTIONS(3101), + [anon_sym_break] = ACTIONS(3101), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -112203,93 +112675,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3167), + [anon_sym_BANG] = ACTIONS(3101), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3167), - [anon_sym_sealed] = ACTIONS(3167), - [anon_sym_annotation] = ACTIONS(3167), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3167), - [anon_sym_lateinit] = ACTIONS(3167), - [anon_sym_public] = ACTIONS(3167), - [anon_sym_private] = ACTIONS(3167), - [anon_sym_internal] = ACTIONS(3167), - [anon_sym_protected] = ACTIONS(3167), - [anon_sym_tailrec] = ACTIONS(3167), - [anon_sym_operator] = ACTIONS(3167), - [anon_sym_infix] = ACTIONS(3167), - [anon_sym_inline] = ACTIONS(3167), - [anon_sym_external] = ACTIONS(3167), - [sym_property_modifier] = ACTIONS(3167), - [anon_sym_abstract] = ACTIONS(3167), - [anon_sym_final] = ACTIONS(3167), - [anon_sym_open] = ACTIONS(3167), - [anon_sym_vararg] = ACTIONS(3167), - [anon_sym_noinline] = ACTIONS(3167), - [anon_sym_crossinline] = ACTIONS(3167), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3169), - [anon_sym_continue_AT] = ACTIONS(3169), - [anon_sym_break_AT] = ACTIONS(3169), - [anon_sym_this_AT] = ACTIONS(3169), - [anon_sym_super_AT] = ACTIONS(3169), - [sym_real_literal] = ACTIONS(3169), - [sym_integer_literal] = ACTIONS(3167), - [sym_hex_literal] = ACTIONS(3169), - [sym_bin_literal] = ACTIONS(3169), - [anon_sym_true] = ACTIONS(3167), - [anon_sym_false] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3169), + [anon_sym_suspend] = ACTIONS(3101), + [anon_sym_sealed] = ACTIONS(3101), + [anon_sym_annotation] = ACTIONS(3101), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3101), + [anon_sym_lateinit] = ACTIONS(3101), + [anon_sym_public] = ACTIONS(3101), + [anon_sym_private] = ACTIONS(3101), + [anon_sym_internal] = ACTIONS(3101), + [anon_sym_protected] = ACTIONS(3101), + [anon_sym_tailrec] = ACTIONS(3101), + [anon_sym_operator] = ACTIONS(3101), + [anon_sym_infix] = ACTIONS(3101), + [anon_sym_inline] = ACTIONS(3101), + [anon_sym_external] = ACTIONS(3101), + [sym_property_modifier] = ACTIONS(3101), + [anon_sym_abstract] = ACTIONS(3101), + [anon_sym_final] = ACTIONS(3101), + [anon_sym_open] = ACTIONS(3101), + [anon_sym_vararg] = ACTIONS(3101), + [anon_sym_noinline] = ACTIONS(3101), + [anon_sym_crossinline] = ACTIONS(3101), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3103), + [anon_sym_continue_AT] = ACTIONS(3103), + [anon_sym_break_AT] = ACTIONS(3103), + [anon_sym_this_AT] = ACTIONS(3103), + [anon_sym_super_AT] = ACTIONS(3103), + [sym_real_literal] = ACTIONS(3103), + [sym_integer_literal] = ACTIONS(3101), + [sym_hex_literal] = ACTIONS(3103), + [sym_bin_literal] = ACTIONS(3103), + [anon_sym_true] = ACTIONS(3101), + [anon_sym_false] = ACTIONS(3101), + [anon_sym_SQUOTE] = ACTIONS(3103), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3169), + [sym__automatic_semicolon] = ACTIONS(3103), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3169), + [sym__string_start] = ACTIONS(3103), }, - [534] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [538] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3184), + [anon_sym_RBRACE] = ACTIONS(3160), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(3182), - [anon_sym_fun] = ACTIONS(3182), + [anon_sym_object] = ACTIONS(3158), + [anon_sym_fun] = ACTIONS(3158), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3182), - [anon_sym_super] = ACTIONS(3182), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3158), + [anon_sym_super] = ACTIONS(3158), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -112297,15 +112769,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(3182), - [anon_sym_if] = ACTIONS(3182), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_when] = ACTIONS(3182), - [anon_sym_try] = ACTIONS(3182), - [anon_sym_throw] = ACTIONS(3182), - [anon_sym_return] = ACTIONS(3182), - [anon_sym_continue] = ACTIONS(3182), - [anon_sym_break] = ACTIONS(3182), + [anon_sym_null] = ACTIONS(3158), + [anon_sym_if] = ACTIONS(3158), + [anon_sym_else] = ACTIONS(3158), + [anon_sym_when] = ACTIONS(3158), + [anon_sym_try] = ACTIONS(3158), + [anon_sym_throw] = ACTIONS(3158), + [anon_sym_return] = ACTIONS(3158), + [anon_sym_continue] = ACTIONS(3158), + [anon_sym_break] = ACTIONS(3158), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -112323,93 +112795,333 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3182), + [anon_sym_BANG] = ACTIONS(3158), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3182), - [anon_sym_sealed] = ACTIONS(3182), - [anon_sym_annotation] = ACTIONS(3182), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3182), - [anon_sym_lateinit] = ACTIONS(3182), - [anon_sym_public] = ACTIONS(3182), - [anon_sym_private] = ACTIONS(3182), - [anon_sym_internal] = ACTIONS(3182), - [anon_sym_protected] = ACTIONS(3182), - [anon_sym_tailrec] = ACTIONS(3182), - [anon_sym_operator] = ACTIONS(3182), - [anon_sym_infix] = ACTIONS(3182), - [anon_sym_inline] = ACTIONS(3182), - [anon_sym_external] = ACTIONS(3182), - [sym_property_modifier] = ACTIONS(3182), - [anon_sym_abstract] = ACTIONS(3182), - [anon_sym_final] = ACTIONS(3182), - [anon_sym_open] = ACTIONS(3182), - [anon_sym_vararg] = ACTIONS(3182), - [anon_sym_noinline] = ACTIONS(3182), - [anon_sym_crossinline] = ACTIONS(3182), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3184), - [anon_sym_continue_AT] = ACTIONS(3184), - [anon_sym_break_AT] = ACTIONS(3184), - [anon_sym_this_AT] = ACTIONS(3184), - [anon_sym_super_AT] = ACTIONS(3184), - [sym_real_literal] = ACTIONS(3184), - [sym_integer_literal] = ACTIONS(3182), - [sym_hex_literal] = ACTIONS(3184), - [sym_bin_literal] = ACTIONS(3184), - [anon_sym_true] = ACTIONS(3182), - [anon_sym_false] = ACTIONS(3182), - [anon_sym_SQUOTE] = ACTIONS(3184), + [anon_sym_suspend] = ACTIONS(3158), + [anon_sym_sealed] = ACTIONS(3158), + [anon_sym_annotation] = ACTIONS(3158), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3158), + [anon_sym_lateinit] = ACTIONS(3158), + [anon_sym_public] = ACTIONS(3158), + [anon_sym_private] = ACTIONS(3158), + [anon_sym_internal] = ACTIONS(3158), + [anon_sym_protected] = ACTIONS(3158), + [anon_sym_tailrec] = ACTIONS(3158), + [anon_sym_operator] = ACTIONS(3158), + [anon_sym_infix] = ACTIONS(3158), + [anon_sym_inline] = ACTIONS(3158), + [anon_sym_external] = ACTIONS(3158), + [sym_property_modifier] = ACTIONS(3158), + [anon_sym_abstract] = ACTIONS(3158), + [anon_sym_final] = ACTIONS(3158), + [anon_sym_open] = ACTIONS(3158), + [anon_sym_vararg] = ACTIONS(3158), + [anon_sym_noinline] = ACTIONS(3158), + [anon_sym_crossinline] = ACTIONS(3158), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3160), + [anon_sym_continue_AT] = ACTIONS(3160), + [anon_sym_break_AT] = ACTIONS(3160), + [anon_sym_this_AT] = ACTIONS(3160), + [anon_sym_super_AT] = ACTIONS(3160), + [sym_real_literal] = ACTIONS(3160), + [sym_integer_literal] = ACTIONS(3158), + [sym_hex_literal] = ACTIONS(3160), + [sym_bin_literal] = ACTIONS(3160), + [anon_sym_true] = ACTIONS(3158), + [anon_sym_false] = ACTIONS(3158), + [anon_sym_SQUOTE] = ACTIONS(3160), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3184), + [sym__automatic_semicolon] = ACTIONS(3160), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3184), + [sym__string_start] = ACTIONS(3160), }, - [535] = { - [sym_indexing_suffix] = STATE(1056), - [sym_navigation_suffix] = STATE(1053), - [sym_call_suffix] = STATE(1050), - [sym_annotated_lambda] = STATE(1047), - [sym_type_arguments] = STATE(8109), - [sym_value_arguments] = STATE(764), - [sym_lambda_literal] = STATE(1044), - [sym__equality_operator] = STATE(1497), - [sym__comparison_operator] = STATE(1479), - [sym__in_operator] = STATE(1478), - [sym__is_operator] = STATE(5955), - [sym__additive_operator] = STATE(1473), - [sym__multiplicative_operator] = STATE(1466), - [sym__as_operator] = STATE(5956), - [sym__postfix_unary_operator] = STATE(1041), - [sym__member_access_operator] = STATE(7815), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1452), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), + [539] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_as] = ACTIONS(1730), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_RBRACE] = ACTIONS(3180), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_object] = ACTIONS(3178), + [anon_sym_fun] = ACTIONS(3178), + [anon_sym_DOT] = ACTIONS(1742), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3178), + [anon_sym_super] = ACTIONS(3178), + [anon_sym_STAR] = ACTIONS(2006), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_DOT_DOT] = ACTIONS(2010), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_null] = ACTIONS(3178), + [anon_sym_if] = ACTIONS(3178), + [anon_sym_else] = ACTIONS(3178), + [anon_sym_when] = ACTIONS(3178), + [anon_sym_try] = ACTIONS(3178), + [anon_sym_throw] = ACTIONS(3178), + [anon_sym_return] = ACTIONS(3178), + [anon_sym_continue] = ACTIONS(3178), + [anon_sym_break] = ACTIONS(3178), + [anon_sym_COLON_COLON] = ACTIONS(1764), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), + [anon_sym_PLUS] = ACTIONS(2026), + [anon_sym_DASH] = ACTIONS(2026), + [anon_sym_SLASH] = ACTIONS(2028), + [anon_sym_PERCENT] = ACTIONS(2006), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(3178), + [anon_sym_BANG_BANG] = ACTIONS(1782), + [anon_sym_suspend] = ACTIONS(3178), + [anon_sym_sealed] = ACTIONS(3178), + [anon_sym_annotation] = ACTIONS(3178), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3178), + [anon_sym_lateinit] = ACTIONS(3178), + [anon_sym_public] = ACTIONS(3178), + [anon_sym_private] = ACTIONS(3178), + [anon_sym_internal] = ACTIONS(3178), + [anon_sym_protected] = ACTIONS(3178), + [anon_sym_tailrec] = ACTIONS(3178), + [anon_sym_operator] = ACTIONS(3178), + [anon_sym_infix] = ACTIONS(3178), + [anon_sym_inline] = ACTIONS(3178), + [anon_sym_external] = ACTIONS(3178), + [sym_property_modifier] = ACTIONS(3178), + [anon_sym_abstract] = ACTIONS(3178), + [anon_sym_final] = ACTIONS(3178), + [anon_sym_open] = ACTIONS(3178), + [anon_sym_vararg] = ACTIONS(3178), + [anon_sym_noinline] = ACTIONS(3178), + [anon_sym_crossinline] = ACTIONS(3178), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3180), + [anon_sym_continue_AT] = ACTIONS(3180), + [anon_sym_break_AT] = ACTIONS(3180), + [anon_sym_this_AT] = ACTIONS(3180), + [anon_sym_super_AT] = ACTIONS(3180), + [sym_real_literal] = ACTIONS(3180), + [sym_integer_literal] = ACTIONS(3178), + [sym_hex_literal] = ACTIONS(3180), + [sym_bin_literal] = ACTIONS(3180), + [anon_sym_true] = ACTIONS(3178), + [anon_sym_false] = ACTIONS(3178), + [anon_sym_SQUOTE] = ACTIONS(3180), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3180), + [sym_safe_nav] = ACTIONS(1764), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3180), + }, + [540] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(3185), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(1728), + [anon_sym_as] = ACTIONS(1730), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_RBRACE] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(1736), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_object] = ACTIONS(3185), + [anon_sym_fun] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(1742), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_this] = ACTIONS(3185), + [anon_sym_super] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(2006), + [sym_label] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_null] = ACTIONS(3185), + [anon_sym_if] = ACTIONS(3185), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_when] = ACTIONS(3185), + [anon_sym_try] = ACTIONS(3185), + [anon_sym_throw] = ACTIONS(3185), + [anon_sym_return] = ACTIONS(3185), + [anon_sym_continue] = ACTIONS(3185), + [anon_sym_break] = ACTIONS(3185), + [anon_sym_COLON_COLON] = ACTIONS(1764), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(2026), + [anon_sym_DASH] = ACTIONS(2026), + [anon_sym_SLASH] = ACTIONS(2028), + [anon_sym_PERCENT] = ACTIONS(2006), + [anon_sym_as_QMARK] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_BANG] = ACTIONS(3185), + [anon_sym_BANG_BANG] = ACTIONS(1782), + [anon_sym_suspend] = ACTIONS(3185), + [anon_sym_sealed] = ACTIONS(3185), + [anon_sym_annotation] = ACTIONS(3185), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_override] = ACTIONS(3185), + [anon_sym_lateinit] = ACTIONS(3185), + [anon_sym_public] = ACTIONS(3185), + [anon_sym_private] = ACTIONS(3185), + [anon_sym_internal] = ACTIONS(3185), + [anon_sym_protected] = ACTIONS(3185), + [anon_sym_tailrec] = ACTIONS(3185), + [anon_sym_operator] = ACTIONS(3185), + [anon_sym_infix] = ACTIONS(3185), + [anon_sym_inline] = ACTIONS(3185), + [anon_sym_external] = ACTIONS(3185), + [sym_property_modifier] = ACTIONS(3185), + [anon_sym_abstract] = ACTIONS(3185), + [anon_sym_final] = ACTIONS(3185), + [anon_sym_open] = ACTIONS(3185), + [anon_sym_vararg] = ACTIONS(3185), + [anon_sym_noinline] = ACTIONS(3185), + [anon_sym_crossinline] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3187), + [anon_sym_continue_AT] = ACTIONS(3187), + [anon_sym_break_AT] = ACTIONS(3187), + [anon_sym_this_AT] = ACTIONS(3187), + [anon_sym_super_AT] = ACTIONS(3187), + [sym_real_literal] = ACTIONS(3187), + [sym_integer_literal] = ACTIONS(3185), + [sym_hex_literal] = ACTIONS(3187), + [sym_bin_literal] = ACTIONS(3187), + [anon_sym_true] = ACTIONS(3185), + [anon_sym_false] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3187), + [sym__backtick_identifier] = ACTIONS(3187), + [sym__automatic_semicolon] = ACTIONS(3187), + [sym_safe_nav] = ACTIONS(1764), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3187), + }, + [541] = { + [sym_indexing_suffix] = STATE(1054), + [sym_navigation_suffix] = STATE(1040), + [sym_call_suffix] = STATE(1035), + [sym_annotated_lambda] = STATE(1033), + [sym_type_arguments] = STATE(8216), + [sym_value_arguments] = STATE(765), + [sym_lambda_literal] = STATE(1027), + [sym__equality_operator] = STATE(1578), + [sym__comparison_operator] = STATE(1577), + [sym__in_operator] = STATE(1576), + [sym__is_operator] = STATE(6385), + [sym__additive_operator] = STATE(1575), + [sym__multiplicative_operator] = STATE(1574), + [sym__as_operator] = STATE(6384), + [sym__postfix_unary_operator] = STATE(1025), + [sym__member_access_operator] = STATE(7782), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1563), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(1728), [anon_sym_as] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_RBRACE] = ACTIONS(3158), + [anon_sym_RBRACE] = ACTIONS(3152), [anon_sym_LPAREN] = ACTIONS(1736), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(1998), - [anon_sym_object] = ACTIONS(3156), - [anon_sym_fun] = ACTIONS(3156), + [anon_sym_object] = ACTIONS(3150), + [anon_sym_fun] = ACTIONS(3150), [anon_sym_DOT] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3156), - [anon_sym_super] = ACTIONS(3156), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3150), + [anon_sym_super] = ACTIONS(3150), [anon_sym_STAR] = ACTIONS(2006), [sym_label] = ACTIONS(1752), [anon_sym_in] = ACTIONS(2008), @@ -112417,15 +113129,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(2012), [anon_sym_AMP_AMP] = ACTIONS(2014), [anon_sym_PIPE_PIPE] = ACTIONS(2016), - [anon_sym_null] = ACTIONS(3156), - [anon_sym_if] = ACTIONS(3156), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_when] = ACTIONS(3156), - [anon_sym_try] = ACTIONS(3156), - [anon_sym_throw] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3156), - [anon_sym_continue] = ACTIONS(3156), - [anon_sym_break] = ACTIONS(3156), + [anon_sym_null] = ACTIONS(3150), + [anon_sym_if] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_when] = ACTIONS(3150), + [anon_sym_try] = ACTIONS(3150), + [anon_sym_throw] = ACTIONS(3150), + [anon_sym_return] = ACTIONS(3150), + [anon_sym_continue] = ACTIONS(3150), + [anon_sym_break] = ACTIONS(3150), [anon_sym_COLON_COLON] = ACTIONS(1764), [anon_sym_BANG_EQ] = ACTIONS(2018), [anon_sym_BANG_EQ_EQ] = ACTIONS(2020), @@ -112443,248 +113155,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(1780), [anon_sym_PLUS_PLUS] = ACTIONS(1782), [anon_sym_DASH_DASH] = ACTIONS(1782), - [anon_sym_BANG] = ACTIONS(3156), + [anon_sym_BANG] = ACTIONS(3150), [anon_sym_BANG_BANG] = ACTIONS(1782), - [anon_sym_suspend] = ACTIONS(3156), - [anon_sym_sealed] = ACTIONS(3156), - [anon_sym_annotation] = ACTIONS(3156), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3156), - [anon_sym_lateinit] = ACTIONS(3156), - [anon_sym_public] = ACTIONS(3156), - [anon_sym_private] = ACTIONS(3156), - [anon_sym_internal] = ACTIONS(3156), - [anon_sym_protected] = ACTIONS(3156), - [anon_sym_tailrec] = ACTIONS(3156), - [anon_sym_operator] = ACTIONS(3156), - [anon_sym_infix] = ACTIONS(3156), - [anon_sym_inline] = ACTIONS(3156), - [anon_sym_external] = ACTIONS(3156), - [sym_property_modifier] = ACTIONS(3156), - [anon_sym_abstract] = ACTIONS(3156), - [anon_sym_final] = ACTIONS(3156), - [anon_sym_open] = ACTIONS(3156), - [anon_sym_vararg] = ACTIONS(3156), - [anon_sym_noinline] = ACTIONS(3156), - [anon_sym_crossinline] = ACTIONS(3156), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3158), - [anon_sym_continue_AT] = ACTIONS(3158), - [anon_sym_break_AT] = ACTIONS(3158), - [anon_sym_this_AT] = ACTIONS(3158), - [anon_sym_super_AT] = ACTIONS(3158), - [sym_real_literal] = ACTIONS(3158), - [sym_integer_literal] = ACTIONS(3156), - [sym_hex_literal] = ACTIONS(3158), - [sym_bin_literal] = ACTIONS(3158), - [anon_sym_true] = ACTIONS(3156), - [anon_sym_false] = ACTIONS(3156), - [anon_sym_SQUOTE] = ACTIONS(3158), + [anon_sym_suspend] = ACTIONS(3150), + [anon_sym_sealed] = ACTIONS(3150), + [anon_sym_annotation] = ACTIONS(3150), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3150), + [anon_sym_lateinit] = ACTIONS(3150), + [anon_sym_public] = ACTIONS(3150), + [anon_sym_private] = ACTIONS(3150), + [anon_sym_internal] = ACTIONS(3150), + [anon_sym_protected] = ACTIONS(3150), + [anon_sym_tailrec] = ACTIONS(3150), + [anon_sym_operator] = ACTIONS(3150), + [anon_sym_infix] = ACTIONS(3150), + [anon_sym_inline] = ACTIONS(3150), + [anon_sym_external] = ACTIONS(3150), + [sym_property_modifier] = ACTIONS(3150), + [anon_sym_abstract] = ACTIONS(3150), + [anon_sym_final] = ACTIONS(3150), + [anon_sym_open] = ACTIONS(3150), + [anon_sym_vararg] = ACTIONS(3150), + [anon_sym_noinline] = ACTIONS(3150), + [anon_sym_crossinline] = ACTIONS(3150), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3152), + [anon_sym_continue_AT] = ACTIONS(3152), + [anon_sym_break_AT] = ACTIONS(3152), + [anon_sym_this_AT] = ACTIONS(3152), + [anon_sym_super_AT] = ACTIONS(3152), + [sym_real_literal] = ACTIONS(3152), + [sym_integer_literal] = ACTIONS(3150), + [sym_hex_literal] = ACTIONS(3152), + [sym_bin_literal] = ACTIONS(3152), + [anon_sym_true] = ACTIONS(3150), + [anon_sym_false] = ACTIONS(3150), + [anon_sym_SQUOTE] = ACTIONS(3152), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3158), + [sym__automatic_semicolon] = ACTIONS(3152), [sym_safe_nav] = ACTIONS(1764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3158), - }, - [536] = { - [sym_primary_constructor] = STATE(3689), - [sym_class_body] = STATE(3137), - [sym__class_parameters] = STATE(3048), - [sym_type_parameters] = STATE(575), - [sym_type_constraints] = STATE(3047), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3200), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3430), - [anon_sym_LBRACK] = ACTIONS(3206), - [anon_sym_as] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_COMMA] = ACTIONS(3206), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3200), - [anon_sym_fun] = ACTIONS(3200), - [anon_sym_DOT] = ACTIONS(3200), - [anon_sym_SEMI] = ACTIONS(3206), - [anon_sym_get] = ACTIONS(3200), - [anon_sym_set] = ACTIONS(3200), - [anon_sym_this] = ACTIONS(3200), - [anon_sym_super] = ACTIONS(3200), - [anon_sym_STAR] = ACTIONS(3206), - [sym_label] = ACTIONS(3200), - [anon_sym_in] = ACTIONS(3200), - [anon_sym_DOT_DOT] = ACTIONS(3206), - [anon_sym_QMARK_COLON] = ACTIONS(3206), - [anon_sym_AMP_AMP] = ACTIONS(3206), - [anon_sym_PIPE_PIPE] = ACTIONS(3206), - [anon_sym_null] = ACTIONS(3200), - [anon_sym_if] = ACTIONS(3200), - [anon_sym_else] = ACTIONS(3200), - [anon_sym_when] = ACTIONS(3200), - [anon_sym_try] = ACTIONS(3200), - [anon_sym_throw] = ACTIONS(3200), - [anon_sym_return] = ACTIONS(3200), - [anon_sym_continue] = ACTIONS(3200), - [anon_sym_break] = ACTIONS(3200), - [anon_sym_COLON_COLON] = ACTIONS(3206), - [anon_sym_BANG_EQ] = ACTIONS(3200), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), - [anon_sym_EQ_EQ] = ACTIONS(3200), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), - [anon_sym_LT_EQ] = ACTIONS(3206), - [anon_sym_GT_EQ] = ACTIONS(3206), - [anon_sym_BANGin] = ACTIONS(3206), - [anon_sym_is] = ACTIONS(3200), - [anon_sym_BANGis] = ACTIONS(3206), - [anon_sym_PLUS] = ACTIONS(3200), - [anon_sym_DASH] = ACTIONS(3200), - [anon_sym_SLASH] = ACTIONS(3200), - [anon_sym_PERCENT] = ACTIONS(3206), - [anon_sym_as_QMARK] = ACTIONS(3206), - [anon_sym_PLUS_PLUS] = ACTIONS(3206), - [anon_sym_DASH_DASH] = ACTIONS(3206), - [anon_sym_BANG] = ACTIONS(3200), - [anon_sym_BANG_BANG] = ACTIONS(3206), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3206), - [anon_sym_continue_AT] = ACTIONS(3206), - [anon_sym_break_AT] = ACTIONS(3206), - [anon_sym_this_AT] = ACTIONS(3206), - [anon_sym_super_AT] = ACTIONS(3206), - [sym_real_literal] = ACTIONS(3206), - [sym_integer_literal] = ACTIONS(3200), - [sym_hex_literal] = ACTIONS(3206), - [sym_bin_literal] = ACTIONS(3206), - [anon_sym_true] = ACTIONS(3200), - [anon_sym_false] = ACTIONS(3200), - [anon_sym_SQUOTE] = ACTIONS(3206), - [sym__backtick_identifier] = ACTIONS(3206), - [sym__automatic_semicolon] = ACTIONS(3206), - [sym_safe_nav] = ACTIONS(3206), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3206), + [sym__string_start] = ACTIONS(3152), }, - [537] = { - [sym_primary_constructor] = STATE(1350), - [sym__class_parameters] = STATE(936), - [sym_type_parameters] = STATE(564), - [sym_type_constraints] = STATE(946), - [sym_enum_class_body] = STATE(1186), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [542] = { + [sym_primary_constructor] = STATE(3642), + [sym_class_body] = STATE(3131), + [sym__class_parameters] = STATE(3018), + [sym_type_parameters] = STATE(555), + [sym_type_constraints] = STATE(3017), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3432), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), + [anon_sym_COLON] = ACTIONS(3442), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3238), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3258), [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_COMMA] = ACTIONS(3238), + [anon_sym_COMMA] = ACTIONS(3258), [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3234), + [anon_sym_GT] = ACTIONS(3254), [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3234), - [anon_sym_fun] = ACTIONS(3234), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_this] = ACTIONS(3234), - [anon_sym_super] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3234), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_null] = ACTIONS(3234), - [anon_sym_if] = ACTIONS(3234), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_when] = ACTIONS(3234), - [anon_sym_try] = ACTIONS(3234), - [anon_sym_throw] = ACTIONS(3234), - [anon_sym_return] = ACTIONS(3234), - [anon_sym_continue] = ACTIONS(3234), - [anon_sym_break] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG] = ACTIONS(3234), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_object] = ACTIONS(3254), + [anon_sym_fun] = ACTIONS(3254), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_this] = ACTIONS(3254), + [anon_sym_super] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3258), + [sym_label] = ACTIONS(3254), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [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(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [anon_sym_PLUS] = ACTIONS(3254), + [anon_sym_DASH] = ACTIONS(3254), + [anon_sym_SLASH] = ACTIONS(3254), + [anon_sym_PERCENT] = ACTIONS(3258), + [anon_sym_as_QMARK] = ACTIONS(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG] = ACTIONS(3254), + [anon_sym_BANG_BANG] = ACTIONS(3258), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -112712,219 +113304,455 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3238), - [anon_sym_continue_AT] = ACTIONS(3238), - [anon_sym_break_AT] = ACTIONS(3238), - [anon_sym_this_AT] = ACTIONS(3238), - [anon_sym_super_AT] = ACTIONS(3238), - [sym_real_literal] = ACTIONS(3238), - [sym_integer_literal] = ACTIONS(3234), - [sym_hex_literal] = ACTIONS(3238), - [sym_bin_literal] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3234), - [anon_sym_false] = ACTIONS(3234), - [anon_sym_SQUOTE] = ACTIONS(3238), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3238), + [anon_sym_return_AT] = ACTIONS(3258), + [anon_sym_continue_AT] = ACTIONS(3258), + [anon_sym_break_AT] = ACTIONS(3258), + [anon_sym_this_AT] = ACTIONS(3258), + [anon_sym_super_AT] = ACTIONS(3258), + [sym_real_literal] = ACTIONS(3258), + [sym_integer_literal] = ACTIONS(3254), + [sym_hex_literal] = ACTIONS(3258), + [sym_bin_literal] = ACTIONS(3258), + [anon_sym_true] = ACTIONS(3254), + [anon_sym_false] = ACTIONS(3254), + [anon_sym_SQUOTE] = ACTIONS(3258), + [sym__backtick_identifier] = ACTIONS(3258), + [sym__automatic_semicolon] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3258), }, - [538] = { - [sym_primary_constructor] = STATE(1346), - [sym__class_parameters] = STATE(936), - [sym_type_parameters] = STATE(561), - [sym_type_constraints] = STATE(928), - [sym_enum_class_body] = STATE(1175), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3434), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_COMMA] = ACTIONS(3248), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3244), - [anon_sym_fun] = ACTIONS(3244), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_this] = ACTIONS(3244), - [anon_sym_super] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3248), - [sym_label] = ACTIONS(3244), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_null] = ACTIONS(3244), - [anon_sym_if] = ACTIONS(3244), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_when] = ACTIONS(3244), - [anon_sym_try] = ACTIONS(3244), - [anon_sym_throw] = ACTIONS(3244), - [anon_sym_return] = ACTIONS(3244), - [anon_sym_continue] = ACTIONS(3244), - [anon_sym_break] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3248), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG] = ACTIONS(3244), - [anon_sym_BANG_BANG] = ACTIONS(3248), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [543] = { + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3248), - [anon_sym_continue_AT] = ACTIONS(3248), - [anon_sym_break_AT] = ACTIONS(3248), - [anon_sym_this_AT] = ACTIONS(3248), - [anon_sym_super_AT] = ACTIONS(3248), - [sym_real_literal] = ACTIONS(3248), - [sym_integer_literal] = ACTIONS(3244), - [sym_hex_literal] = ACTIONS(3248), - [sym_bin_literal] = ACTIONS(3248), - [anon_sym_true] = ACTIONS(3244), - [anon_sym_false] = ACTIONS(3244), - [anon_sym_SQUOTE] = ACTIONS(3248), - [sym__backtick_identifier] = ACTIONS(3248), - [sym__automatic_semicolon] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3248), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1798), }, - [539] = { - [sym_primary_constructor] = STATE(3696), - [sym_class_body] = STATE(3178), - [sym__class_parameters] = STATE(3048), - [sym_type_parameters] = STATE(572), - [sym_type_constraints] = STATE(3027), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [544] = { + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1850), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1798), + }, + [545] = { + [sym_type_constraints] = STATE(599), + [sym_property_delegate] = STATE(673), + [sym_getter] = STATE(3181), + [sym_setter] = STATE(3181), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3444), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(3446), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3448), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), + }, + [546] = { + [sym_primary_constructor] = STATE(1415), + [sym__class_parameters] = STATE(935), + [sym_type_parameters] = STATE(612), + [sym_type_constraints] = STATE(973), + [sym_enum_class_body] = STATE(1100), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3436), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_COMMA] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(3454), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(3248), [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3234), - [anon_sym_fun] = ACTIONS(3234), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_this] = ACTIONS(3234), - [anon_sym_super] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3234), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_null] = ACTIONS(3234), - [anon_sym_if] = ACTIONS(3234), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_when] = ACTIONS(3234), - [anon_sym_try] = ACTIONS(3234), - [anon_sym_throw] = ACTIONS(3234), - [anon_sym_return] = ACTIONS(3234), - [anon_sym_continue] = ACTIONS(3234), - [anon_sym_break] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG] = ACTIONS(3234), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3238), + [anon_sym_fun] = ACTIONS(3238), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_this] = ACTIONS(3238), + [anon_sym_super] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3242), + [sym_label] = ACTIONS(3238), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_if] = ACTIONS(3238), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_when] = ACTIONS(3238), + [anon_sym_try] = ACTIONS(3238), + [anon_sym_throw] = ACTIONS(3238), + [anon_sym_return] = ACTIONS(3238), + [anon_sym_continue] = ACTIONS(3238), + [anon_sym_break] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3242), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG] = ACTIONS(3238), + [anon_sym_BANG_BANG] = ACTIONS(3242), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -112952,339 +113780,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3238), - [anon_sym_continue_AT] = ACTIONS(3238), - [anon_sym_break_AT] = ACTIONS(3238), - [anon_sym_this_AT] = ACTIONS(3238), - [anon_sym_super_AT] = ACTIONS(3238), - [sym_real_literal] = ACTIONS(3238), - [sym_integer_literal] = ACTIONS(3234), - [sym_hex_literal] = ACTIONS(3238), - [sym_bin_literal] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3234), - [anon_sym_false] = ACTIONS(3234), - [anon_sym_SQUOTE] = ACTIONS(3238), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3238), + [anon_sym_return_AT] = ACTIONS(3242), + [anon_sym_continue_AT] = ACTIONS(3242), + [anon_sym_break_AT] = ACTIONS(3242), + [anon_sym_this_AT] = ACTIONS(3242), + [anon_sym_super_AT] = ACTIONS(3242), + [sym_real_literal] = ACTIONS(3242), + [sym_integer_literal] = ACTIONS(3238), + [sym_hex_literal] = ACTIONS(3242), + [sym_bin_literal] = ACTIONS(3242), + [anon_sym_true] = ACTIONS(3238), + [anon_sym_false] = ACTIONS(3238), + [anon_sym_SQUOTE] = ACTIONS(3242), + [sym__backtick_identifier] = ACTIONS(3242), + [sym__automatic_semicolon] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3242), }, - [540] = { - [sym_primary_constructor] = STATE(1363), - [sym_class_body] = STATE(1023), - [sym__class_parameters] = STATE(936), - [sym_type_parameters] = STATE(567), - [sym_type_constraints] = STATE(939), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3200), + [547] = { + [sym_primary_constructor] = STATE(3756), + [sym_class_body] = STATE(3131), + [sym__class_parameters] = STATE(3018), + [sym_type_parameters] = STATE(615), + [sym_type_constraints] = STATE(3017), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3438), - [anon_sym_LBRACK] = ACTIONS(3206), - [anon_sym_as] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(3456), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), [anon_sym_constructor] = ACTIONS(3208), [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_RBRACE] = ACTIONS(3258), [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_COMMA] = ACTIONS(3206), [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3200), + [anon_sym_GT] = ACTIONS(3254), [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3200), - [anon_sym_fun] = ACTIONS(3200), - [anon_sym_DOT] = ACTIONS(3200), - [anon_sym_SEMI] = ACTIONS(3206), - [anon_sym_get] = ACTIONS(3200), - [anon_sym_set] = ACTIONS(3200), - [anon_sym_this] = ACTIONS(3200), - [anon_sym_super] = ACTIONS(3200), - [anon_sym_STAR] = ACTIONS(3206), - [sym_label] = ACTIONS(3200), - [anon_sym_in] = ACTIONS(3200), - [anon_sym_DOT_DOT] = ACTIONS(3206), - [anon_sym_QMARK_COLON] = ACTIONS(3206), - [anon_sym_AMP_AMP] = ACTIONS(3206), - [anon_sym_PIPE_PIPE] = ACTIONS(3206), - [anon_sym_null] = ACTIONS(3200), - [anon_sym_if] = ACTIONS(3200), - [anon_sym_else] = ACTIONS(3200), - [anon_sym_when] = ACTIONS(3200), - [anon_sym_try] = ACTIONS(3200), - [anon_sym_throw] = ACTIONS(3200), - [anon_sym_return] = ACTIONS(3200), - [anon_sym_continue] = ACTIONS(3200), - [anon_sym_break] = ACTIONS(3200), - [anon_sym_COLON_COLON] = ACTIONS(3206), - [anon_sym_BANG_EQ] = ACTIONS(3200), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), - [anon_sym_EQ_EQ] = ACTIONS(3200), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), - [anon_sym_LT_EQ] = ACTIONS(3206), - [anon_sym_GT_EQ] = ACTIONS(3206), - [anon_sym_BANGin] = ACTIONS(3206), - [anon_sym_is] = ACTIONS(3200), - [anon_sym_BANGis] = ACTIONS(3206), - [anon_sym_PLUS] = ACTIONS(3200), - [anon_sym_DASH] = ACTIONS(3200), - [anon_sym_SLASH] = ACTIONS(3200), - [anon_sym_PERCENT] = ACTIONS(3206), - [anon_sym_as_QMARK] = ACTIONS(3206), - [anon_sym_PLUS_PLUS] = ACTIONS(3206), - [anon_sym_DASH_DASH] = ACTIONS(3206), - [anon_sym_BANG] = ACTIONS(3200), - [anon_sym_BANG_BANG] = ACTIONS(3206), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3206), - [anon_sym_continue_AT] = ACTIONS(3206), - [anon_sym_break_AT] = ACTIONS(3206), - [anon_sym_this_AT] = ACTIONS(3206), - [anon_sym_super_AT] = ACTIONS(3206), - [sym_real_literal] = ACTIONS(3206), - [sym_integer_literal] = ACTIONS(3200), - [sym_hex_literal] = ACTIONS(3206), - [sym_bin_literal] = ACTIONS(3206), - [anon_sym_true] = ACTIONS(3200), - [anon_sym_false] = ACTIONS(3200), - [anon_sym_SQUOTE] = ACTIONS(3206), - [sym__backtick_identifier] = ACTIONS(3206), - [sym__automatic_semicolon] = ACTIONS(3206), - [sym_safe_nav] = ACTIONS(3206), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3206), - }, - [541] = { - [sym_primary_constructor] = STATE(3699), - [sym__class_parameters] = STATE(3048), - [sym_type_parameters] = STATE(571), - [sym_type_constraints] = STATE(3012), - [sym_enum_class_body] = STATE(3244), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3440), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_COMMA] = ACTIONS(3248), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3244), - [anon_sym_fun] = ACTIONS(3244), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_this] = ACTIONS(3244), - [anon_sym_super] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3248), - [sym_label] = ACTIONS(3244), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_null] = ACTIONS(3244), - [anon_sym_if] = ACTIONS(3244), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_when] = ACTIONS(3244), - [anon_sym_try] = ACTIONS(3244), - [anon_sym_throw] = ACTIONS(3244), - [anon_sym_return] = ACTIONS(3244), - [anon_sym_continue] = ACTIONS(3244), - [anon_sym_break] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3248), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG] = ACTIONS(3244), - [anon_sym_BANG_BANG] = ACTIONS(3248), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3248), - [anon_sym_continue_AT] = ACTIONS(3248), - [anon_sym_break_AT] = ACTIONS(3248), - [anon_sym_this_AT] = ACTIONS(3248), - [anon_sym_super_AT] = ACTIONS(3248), - [sym_real_literal] = ACTIONS(3248), - [sym_integer_literal] = ACTIONS(3244), - [sym_hex_literal] = ACTIONS(3248), - [sym_bin_literal] = ACTIONS(3248), - [anon_sym_true] = ACTIONS(3244), - [anon_sym_false] = ACTIONS(3244), - [anon_sym_SQUOTE] = ACTIONS(3248), - [sym__backtick_identifier] = ACTIONS(3248), - [sym__automatic_semicolon] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3248), - }, - [542] = { - [sym_primary_constructor] = STATE(3695), - [sym__class_parameters] = STATE(3048), - [sym_type_parameters] = STATE(573), - [sym_type_constraints] = STATE(2970), - [sym_enum_class_body] = STATE(3178), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3442), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3234), - [anon_sym_fun] = ACTIONS(3234), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_this] = ACTIONS(3234), - [anon_sym_super] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3234), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_null] = ACTIONS(3234), - [anon_sym_if] = ACTIONS(3234), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_when] = ACTIONS(3234), - [anon_sym_try] = ACTIONS(3234), - [anon_sym_throw] = ACTIONS(3234), - [anon_sym_return] = ACTIONS(3234), - [anon_sym_continue] = ACTIONS(3234), - [anon_sym_break] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG] = ACTIONS(3234), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_object] = ACTIONS(3254), + [anon_sym_fun] = ACTIONS(3254), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_this] = ACTIONS(3254), + [anon_sym_super] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3258), + [sym_label] = ACTIONS(3254), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [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(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [anon_sym_PLUS] = ACTIONS(3254), + [anon_sym_DASH] = ACTIONS(3254), + [anon_sym_SLASH] = ACTIONS(3254), + [anon_sym_PERCENT] = ACTIONS(3258), + [anon_sym_as_QMARK] = ACTIONS(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG] = ACTIONS(3254), + [anon_sym_BANG_BANG] = ACTIONS(3258), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -113312,217 +113899,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3238), - [anon_sym_continue_AT] = ACTIONS(3238), - [anon_sym_break_AT] = ACTIONS(3238), - [anon_sym_this_AT] = ACTIONS(3238), - [anon_sym_super_AT] = ACTIONS(3238), - [sym_real_literal] = ACTIONS(3238), - [sym_integer_literal] = ACTIONS(3234), - [sym_hex_literal] = ACTIONS(3238), - [sym_bin_literal] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3234), - [anon_sym_false] = ACTIONS(3234), - [anon_sym_SQUOTE] = ACTIONS(3238), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3238), - }, - [543] = { - [sym_getter] = STATE(1163), - [sym_setter] = STATE(1163), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1810), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [anon_sym_return_AT] = ACTIONS(3258), + [anon_sym_continue_AT] = ACTIONS(3258), + [anon_sym_break_AT] = ACTIONS(3258), + [anon_sym_this_AT] = ACTIONS(3258), + [anon_sym_super_AT] = ACTIONS(3258), + [sym_real_literal] = ACTIONS(3258), + [sym_integer_literal] = ACTIONS(3254), + [sym_hex_literal] = ACTIONS(3258), + [sym_bin_literal] = ACTIONS(3258), + [anon_sym_true] = ACTIONS(3254), + [anon_sym_false] = ACTIONS(3254), + [anon_sym_SQUOTE] = ACTIONS(3258), + [sym__backtick_identifier] = ACTIONS(3258), + [sym__automatic_semicolon] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3258), }, - [544] = { - [sym_getter] = STATE(3187), - [sym_setter] = STATE(3187), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [548] = { + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -113547,62 +114015,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, - [545] = { - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [549] = { + [sym_type_constraints] = STATE(600), + [sym_property_delegate] = STATE(670), + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(3458), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(3446), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(3250), [anon_sym_object] = ACTIONS(1796), [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1896), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), + [anon_sym_SEMI] = ACTIONS(1960), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), [anon_sym_this] = ACTIONS(1796), [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1798), [sym_label] = ACTIONS(1796), [anon_sym_in] = ACTIONS(1796), [anon_sym_DOT_DOT] = ACTIONS(1798), @@ -113619,11 +114092,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(1796), [anon_sym_break] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), [anon_sym_BANG_EQ] = ACTIONS(1796), [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), [anon_sym_EQ_EQ] = ACTIONS(1796), @@ -113636,7 +114104,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1796), [anon_sym_DASH] = ACTIONS(1796), [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), [anon_sym_as_QMARK] = ACTIONS(1798), [anon_sym_PLUS_PLUS] = ACTIONS(1798), [anon_sym_DASH_DASH] = ACTIONS(1798), @@ -113666,8 +114134,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -113687,37 +114155,156 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1798), }, - [546] = { - [sym_primary_constructor] = STATE(3783), - [sym_class_body] = STATE(3137), - [sym__class_parameters] = STATE(3048), - [sym_type_parameters] = STATE(623), - [sym_type_constraints] = STATE(3047), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [550] = { + [sym_type_constraints] = STATE(601), + [sym_property_delegate] = STATE(666), + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(3460), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(3446), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1986), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1734), + }, + [551] = { + [sym_primary_constructor] = STATE(1426), + [sym_class_body] = STATE(1156), + [sym__class_parameters] = STATE(935), + [sym_type_parameters] = STATE(619), + [sym_type_constraints] = STATE(948), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3444), + [anon_sym_COLON] = ACTIONS(3462), [anon_sym_LBRACK] = ACTIONS(3206), [anon_sym_as] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3262), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3260), [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(3254), + [anon_sym_LPAREN] = ACTIONS(3248), [anon_sym_LT] = ACTIONS(3214), [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(3256), + [anon_sym_where] = ACTIONS(3250), [anon_sym_object] = ACTIONS(3200), [anon_sym_fun] = ACTIONS(3200), [anon_sym_DOT] = ACTIONS(3200), @@ -113806,80 +114393,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3206), }, - [547] = { - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1884), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [552] = { + [sym_type_constraints] = STATE(617), + [sym_property_delegate] = STATE(667), + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(3464), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(3446), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1980), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -113904,101 +114491,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, - [548] = { - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [553] = { + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1894), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -114023,657 +114610,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), - }, - [549] = { - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1892), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), - }, - [550] = { - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), - }, - [551] = { - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), - }, - [552] = { - [sym_primary_constructor] = STATE(3758), - [sym__class_parameters] = STATE(3048), - [sym_type_parameters] = STATE(617), - [sym_type_constraints] = STATE(3012), - [sym_enum_class_body] = STATE(3244), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3446), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3244), - [anon_sym_fun] = ACTIONS(3244), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_this] = ACTIONS(3244), - [anon_sym_super] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3248), - [sym_label] = ACTIONS(3244), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_null] = ACTIONS(3244), - [anon_sym_if] = ACTIONS(3244), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_when] = ACTIONS(3244), - [anon_sym_try] = ACTIONS(3244), - [anon_sym_throw] = ACTIONS(3244), - [anon_sym_return] = ACTIONS(3244), - [anon_sym_continue] = ACTIONS(3244), - [anon_sym_break] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3248), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG] = ACTIONS(3244), - [anon_sym_BANG_BANG] = ACTIONS(3248), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3248), - [anon_sym_continue_AT] = ACTIONS(3248), - [anon_sym_break_AT] = ACTIONS(3248), - [anon_sym_this_AT] = ACTIONS(3248), - [anon_sym_super_AT] = ACTIONS(3248), - [sym_real_literal] = ACTIONS(3248), - [sym_integer_literal] = ACTIONS(3244), - [sym_hex_literal] = ACTIONS(3248), - [sym_bin_literal] = ACTIONS(3248), - [anon_sym_true] = ACTIONS(3244), - [anon_sym_false] = ACTIONS(3244), - [anon_sym_SQUOTE] = ACTIONS(3248), - [sym__backtick_identifier] = ACTIONS(3248), - [sym__automatic_semicolon] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3248), - }, - [553] = { - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1850), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_BANG_BANG] = ACTIONS(1798), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, [554] = { - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_type_constraints] = STATE(621), + [sym_property_delegate] = STATE(650), + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(3466), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(3446), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(3250), [anon_sym_object] = ACTIONS(1796), [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), + [anon_sym_SEMI] = ACTIONS(1984), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), [anon_sym_this] = ACTIONS(1796), [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1798), [sym_label] = ACTIONS(1796), [anon_sym_in] = ACTIONS(1796), [anon_sym_DOT_DOT] = ACTIONS(1798), @@ -114690,11 +114687,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(1796), [anon_sym_break] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), [anon_sym_BANG_EQ] = ACTIONS(1796), [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), [anon_sym_EQ_EQ] = ACTIONS(1796), @@ -114707,7 +114699,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1796), [anon_sym_DASH] = ACTIONS(1796), [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), [anon_sym_as_QMARK] = ACTIONS(1798), [anon_sym_PLUS_PLUS] = ACTIONS(1798), [anon_sym_DASH_DASH] = ACTIONS(1798), @@ -114737,8 +114729,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -114759,79 +114751,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1798), }, [555] = { - [sym_primary_constructor] = STATE(1423), - [sym__class_parameters] = STATE(936), - [sym_type_parameters] = STATE(619), - [sym_type_constraints] = STATE(946), - [sym_enum_class_body] = STATE(1186), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [sym_primary_constructor] = STATE(3647), + [sym_class_body] = STATE(3167), + [sym__class_parameters] = STATE(3018), + [sym_type_constraints] = STATE(2970), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3448), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), + [anon_sym_COLON] = ACTIONS(3472), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3238), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3294), [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3234), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3234), - [anon_sym_fun] = ACTIONS(3234), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_this] = ACTIONS(3234), - [anon_sym_super] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3234), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_null] = ACTIONS(3234), - [anon_sym_if] = ACTIONS(3234), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_when] = ACTIONS(3234), - [anon_sym_try] = ACTIONS(3234), - [anon_sym_throw] = ACTIONS(3234), - [anon_sym_return] = ACTIONS(3234), - [anon_sym_continue] = ACTIONS(3234), - [anon_sym_break] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG] = ACTIONS(3234), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -114859,217 +114851,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3238), - [anon_sym_continue_AT] = ACTIONS(3238), - [anon_sym_break_AT] = ACTIONS(3238), - [anon_sym_this_AT] = ACTIONS(3238), - [anon_sym_super_AT] = ACTIONS(3238), - [sym_real_literal] = ACTIONS(3238), - [sym_integer_literal] = ACTIONS(3234), - [sym_hex_literal] = ACTIONS(3238), - [sym_bin_literal] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3234), - [anon_sym_false] = ACTIONS(3234), - [anon_sym_SQUOTE] = ACTIONS(3238), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3238), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), }, [556] = { - [sym_getter] = STATE(3187), - [sym_setter] = STATE(3187), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3408), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), - }, - [557] = { - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1886), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [sym_type_constraints] = STATE(624), + [sym_property_delegate] = STATE(653), + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(3474), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(3446), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1988), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -115094,458 +114967,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), - }, - [558] = { - [sym_primary_constructor] = STATE(1391), - [sym_class_body] = STATE(1186), - [sym__class_parameters] = STATE(936), - [sym_type_parameters] = STATE(615), - [sym_type_constraints] = STATE(983), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3450), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3234), - [anon_sym_fun] = ACTIONS(3234), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_this] = ACTIONS(3234), - [anon_sym_super] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3234), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_null] = ACTIONS(3234), - [anon_sym_if] = ACTIONS(3234), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_when] = ACTIONS(3234), - [anon_sym_try] = ACTIONS(3234), - [anon_sym_throw] = ACTIONS(3234), - [anon_sym_return] = ACTIONS(3234), - [anon_sym_continue] = ACTIONS(3234), - [anon_sym_break] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG] = ACTIONS(3234), - [anon_sym_BANG_BANG] = ACTIONS(3238), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3238), - [anon_sym_continue_AT] = ACTIONS(3238), - [anon_sym_break_AT] = ACTIONS(3238), - [anon_sym_this_AT] = ACTIONS(3238), - [anon_sym_super_AT] = ACTIONS(3238), - [sym_real_literal] = ACTIONS(3238), - [sym_integer_literal] = ACTIONS(3234), - [sym_hex_literal] = ACTIONS(3238), - [sym_bin_literal] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3234), - [anon_sym_false] = ACTIONS(3234), - [anon_sym_SQUOTE] = ACTIONS(3238), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3238), - }, - [559] = { - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), - }, - [560] = { - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1894), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [sym__string_start] = ACTIONS(1734), }, - [561] = { - [sym_primary_constructor] = STATE(1345), - [sym__class_parameters] = STATE(936), - [sym_type_constraints] = STATE(947), - [sym_enum_class_body] = STATE(1148), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), + [557] = { + [sym_primary_constructor] = STATE(3662), + [sym__class_parameters] = STATE(3018), + [sym_type_constraints] = STATE(3001), + [sym_enum_class_body] = STATE(3209), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3452), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), + [anon_sym_COLON] = ACTIONS(3476), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3284), [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -115573,98 +115089,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, - [562] = { - [sym_type_constraints] = STATE(612), - [sym_property_delegate] = STATE(664), - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(3454), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_COMMA] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(3456), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3358), - [anon_sym_fun] = ACTIONS(3358), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(3458), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), - [anon_sym_this] = ACTIONS(3358), - [anon_sym_super] = ACTIONS(3358), - [anon_sym_STAR] = ACTIONS(3360), - [sym_label] = ACTIONS(3358), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_null] = ACTIONS(3358), - [anon_sym_if] = ACTIONS(3358), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_when] = ACTIONS(3358), - [anon_sym_try] = ACTIONS(3358), - [anon_sym_throw] = ACTIONS(3358), - [anon_sym_return] = ACTIONS(3358), - [anon_sym_continue] = ACTIONS(3358), - [anon_sym_break] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3360), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG] = ACTIONS(3358), - [anon_sym_BANG_BANG] = ACTIONS(3360), + [558] = { + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -115689,220 +115205,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3360), - [anon_sym_continue_AT] = ACTIONS(3360), - [anon_sym_break_AT] = ACTIONS(3360), - [anon_sym_this_AT] = ACTIONS(3360), - [anon_sym_super_AT] = ACTIONS(3360), - [sym_real_literal] = ACTIONS(3360), - [sym_integer_literal] = ACTIONS(3358), - [sym_hex_literal] = ACTIONS(3360), - [sym_bin_literal] = ACTIONS(3360), - [anon_sym_true] = ACTIONS(3358), - [anon_sym_false] = ACTIONS(3358), - [anon_sym_SQUOTE] = ACTIONS(3360), - [sym__backtick_identifier] = ACTIONS(3360), - [sym__automatic_semicolon] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3360), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, - [563] = { - [sym_primary_constructor] = STATE(1347), - [sym_class_body] = STATE(1068), - [sym__class_parameters] = STATE(936), - [sym_type_constraints] = STATE(969), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [559] = { + [sym_primary_constructor] = STATE(3684), + [sym_class_body] = STATE(3209), + [sym__class_parameters] = STATE(3018), + [sym_type_constraints] = STATE(3011), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3464), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(3478), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), [anon_sym_constructor] = ACTIONS(3208), [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_this] = ACTIONS(3278), - [anon_sym_super] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3278), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [564] = { - [sym_primary_constructor] = STATE(1295), - [sym__class_parameters] = STATE(936), - [sym_type_constraints] = STATE(987), - [sym_enum_class_body] = STATE(1068), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3466), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3282), + [anon_sym_RBRACE] = ACTIONS(3284), [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_this] = ACTIONS(3278), - [anon_sym_super] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3278), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -115930,161 +115327,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [565] = { - [sym_getter] = STATE(3111), - [sym_setter] = STATE(3111), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_EQ] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_object] = ACTIONS(3420), - [anon_sym_fun] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(3420), - [anon_sym_super] = ACTIONS(3420), - [anon_sym_STAR] = ACTIONS(3420), - [sym_label] = ACTIONS(3420), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_null] = ACTIONS(3420), - [anon_sym_if] = ACTIONS(3420), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_when] = ACTIONS(3420), - [anon_sym_try] = ACTIONS(3420), - [anon_sym_throw] = ACTIONS(3420), - [anon_sym_return] = ACTIONS(3420), - [anon_sym_continue] = ACTIONS(3420), - [anon_sym_break] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_PLUS_EQ] = ACTIONS(3422), - [anon_sym_DASH_EQ] = ACTIONS(3422), - [anon_sym_STAR_EQ] = ACTIONS(3422), - [anon_sym_SLASH_EQ] = ACTIONS(3422), - [anon_sym_PERCENT_EQ] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3420), - [anon_sym_as_QMARK] = ACTIONS(3422), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG] = ACTIONS(3420), - [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(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3422), - [anon_sym_continue_AT] = ACTIONS(3422), - [anon_sym_break_AT] = ACTIONS(3422), - [anon_sym_this_AT] = ACTIONS(3422), - [anon_sym_super_AT] = ACTIONS(3422), - [sym_real_literal] = ACTIONS(3422), - [sym_integer_literal] = ACTIONS(3420), - [sym_hex_literal] = ACTIONS(3422), - [sym_bin_literal] = ACTIONS(3422), - [anon_sym_true] = ACTIONS(3420), - [anon_sym_false] = ACTIONS(3420), - [anon_sym_SQUOTE] = ACTIONS(3422), - [sym__backtick_identifier] = ACTIONS(3422), - [sym__automatic_semicolon] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3422), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, - [566] = { - [sym_getter] = STATE(1136), - [sym_setter] = STATE(1136), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [560] = { + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_EQ] = ACTIONS(1732), @@ -116096,9 +115374,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1732), [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), + [anon_sym_SEMI] = ACTIONS(1880), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1732), @@ -116165,8 +115443,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -116186,80 +115464,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1734), }, - [567] = { - [sym_primary_constructor] = STATE(1353), - [sym_class_body] = STATE(1180), - [sym__class_parameters] = STATE(936), - [sym_type_constraints] = STATE(945), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), + [561] = { + [sym_primary_constructor] = STATE(3690), + [sym__class_parameters] = STATE(3018), + [sym_type_constraints] = STATE(3038), + [sym_enum_class_body] = STATE(3259), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3468), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), + [anon_sym_COLON] = ACTIONS(3480), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3278), [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -116287,42 +115565,161 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), }, - [568] = { - [sym_getter] = STATE(1136), - [sym_setter] = STATE(1136), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [562] = { + [sym_type_constraints] = STATE(614), + [sym_property_delegate] = STATE(663), + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(3482), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(3446), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1982), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), + }, + [563] = { + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_EQ] = ACTIONS(1732), @@ -116334,9 +115731,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1732), [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1902), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), + [anon_sym_SEMI] = ACTIONS(1892), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1732), @@ -116403,8 +115800,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -116424,437 +115821,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1734), }, - [569] = { - [sym_type_constraints] = STATE(603), - [sym_property_delegate] = STATE(668), - [sym_getter] = STATE(1147), - [sym_setter] = STATE(1147), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3470), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(3456), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3472), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), - }, - [570] = { - [sym_type_constraints] = STATE(620), - [sym_property_delegate] = STATE(673), - [sym_getter] = STATE(1029), - [sym_setter] = STATE(1029), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(3478), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_COMMA] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(3456), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3358), - [anon_sym_fun] = ACTIONS(3358), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(3480), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), - [anon_sym_this] = ACTIONS(3358), - [anon_sym_super] = ACTIONS(3358), - [anon_sym_STAR] = ACTIONS(3360), - [sym_label] = ACTIONS(3358), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_null] = ACTIONS(3358), - [anon_sym_if] = ACTIONS(3358), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_when] = ACTIONS(3358), - [anon_sym_try] = ACTIONS(3358), - [anon_sym_throw] = ACTIONS(3358), - [anon_sym_return] = ACTIONS(3358), - [anon_sym_continue] = ACTIONS(3358), - [anon_sym_break] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3360), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG] = ACTIONS(3358), - [anon_sym_BANG_BANG] = ACTIONS(3360), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3360), - [anon_sym_continue_AT] = ACTIONS(3360), - [anon_sym_break_AT] = ACTIONS(3360), - [anon_sym_this_AT] = ACTIONS(3360), - [anon_sym_super_AT] = ACTIONS(3360), - [sym_real_literal] = ACTIONS(3360), - [sym_integer_literal] = ACTIONS(3358), - [sym_hex_literal] = ACTIONS(3360), - [sym_bin_literal] = ACTIONS(3360), - [anon_sym_true] = ACTIONS(3358), - [anon_sym_false] = ACTIONS(3358), - [anon_sym_SQUOTE] = ACTIONS(3360), - [sym__backtick_identifier] = ACTIONS(3360), - [sym__automatic_semicolon] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3360), - }, - [571] = { - [sym_primary_constructor] = STATE(3703), - [sym__class_parameters] = STATE(3048), - [sym_type_constraints] = STATE(3005), - [sym_enum_class_body] = STATE(3254), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3482), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), - }, - [572] = { - [sym_primary_constructor] = STATE(3698), - [sym_class_body] = STATE(3061), - [sym__class_parameters] = STATE(3048), - [sym_type_constraints] = STATE(3015), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [564] = { + [sym_primary_constructor] = STATE(1417), + [sym__class_parameters] = STATE(935), + [sym_type_parameters] = STATE(622), + [sym_type_constraints] = STATE(928), + [sym_enum_class_body] = STATE(1156), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), [anon_sym_COLON] = ACTIONS(3484), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_this] = ACTIONS(3278), - [anon_sym_super] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3278), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_LT] = ACTIONS(3214), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3200), + [anon_sym_fun] = ACTIONS(3200), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_this] = ACTIONS(3200), + [anon_sym_super] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_null] = ACTIONS(3200), + [anon_sym_if] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_when] = ACTIONS(3200), + [anon_sym_try] = ACTIONS(3200), + [anon_sym_throw] = ACTIONS(3200), + [anon_sym_return] = ACTIONS(3200), + [anon_sym_continue] = ACTIONS(3200), + [anon_sym_break] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -116882,98 +115922,574 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [anon_sym_return_AT] = ACTIONS(3206), + [anon_sym_continue_AT] = ACTIONS(3206), + [anon_sym_break_AT] = ACTIONS(3206), + [anon_sym_this_AT] = ACTIONS(3206), + [anon_sym_super_AT] = ACTIONS(3206), + [sym_real_literal] = ACTIONS(3206), + [sym_integer_literal] = ACTIONS(3200), + [sym_hex_literal] = ACTIONS(3206), + [sym_bin_literal] = ACTIONS(3206), + [anon_sym_true] = ACTIONS(3200), + [anon_sym_false] = ACTIONS(3200), + [anon_sym_SQUOTE] = ACTIONS(3206), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3206), }, - [573] = { - [sym_primary_constructor] = STATE(3697), - [sym__class_parameters] = STATE(3048), - [sym_type_constraints] = STATE(3020), - [sym_enum_class_body] = STATE(3061), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [565] = { + [sym_type_constraints] = STATE(611), + [sym_property_delegate] = STATE(654), + [sym_getter] = STATE(3143), + [sym_setter] = STATE(3143), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(3486), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_COMMA] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(3446), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3328), + [anon_sym_fun] = ACTIONS(3328), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(3488), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), + [anon_sym_this] = ACTIONS(3328), + [anon_sym_super] = ACTIONS(3328), + [anon_sym_STAR] = ACTIONS(3330), + [sym_label] = ACTIONS(3328), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_null] = ACTIONS(3328), + [anon_sym_if] = ACTIONS(3328), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_when] = ACTIONS(3328), + [anon_sym_try] = ACTIONS(3328), + [anon_sym_throw] = ACTIONS(3328), + [anon_sym_return] = ACTIONS(3328), + [anon_sym_continue] = ACTIONS(3328), + [anon_sym_break] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3330), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG] = ACTIONS(3328), + [anon_sym_BANG_BANG] = ACTIONS(3330), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3330), + [anon_sym_continue_AT] = ACTIONS(3330), + [anon_sym_break_AT] = ACTIONS(3330), + [anon_sym_this_AT] = ACTIONS(3330), + [anon_sym_super_AT] = ACTIONS(3330), + [sym_real_literal] = ACTIONS(3330), + [sym_integer_literal] = ACTIONS(3328), + [sym_hex_literal] = ACTIONS(3330), + [sym_bin_literal] = ACTIONS(3330), + [anon_sym_true] = ACTIONS(3328), + [anon_sym_false] = ACTIONS(3328), + [anon_sym_SQUOTE] = ACTIONS(3330), + [sym__backtick_identifier] = ACTIONS(3330), + [sym__automatic_semicolon] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3330), + }, + [566] = { + [sym_getter] = STATE(3099), + [sym_setter] = STATE(3099), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1790), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_as] = ACTIONS(1790), + [anon_sym_EQ] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1790), + [anon_sym_GT] = ACTIONS(1790), + [anon_sym_object] = ACTIONS(1790), + [anon_sym_fun] = ACTIONS(1790), + [anon_sym_DOT] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [anon_sym_this] = ACTIONS(1790), + [anon_sym_super] = ACTIONS(1790), + [anon_sym_STAR] = ACTIONS(1790), + [sym_label] = ACTIONS(1790), + [anon_sym_in] = ACTIONS(1790), + [anon_sym_DOT_DOT] = ACTIONS(1792), + [anon_sym_QMARK_COLON] = ACTIONS(1792), + [anon_sym_AMP_AMP] = ACTIONS(1792), + [anon_sym_PIPE_PIPE] = ACTIONS(1792), + [anon_sym_null] = ACTIONS(1790), + [anon_sym_if] = ACTIONS(1790), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_when] = ACTIONS(1790), + [anon_sym_try] = ACTIONS(1790), + [anon_sym_throw] = ACTIONS(1790), + [anon_sym_return] = ACTIONS(1790), + [anon_sym_continue] = ACTIONS(1790), + [anon_sym_break] = ACTIONS(1790), + [anon_sym_COLON_COLON] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1790), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ] = ACTIONS(1790), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_BANGin] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1790), + [anon_sym_BANGis] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1790), + [anon_sym_SLASH] = ACTIONS(1790), + [anon_sym_PERCENT] = ACTIONS(1790), + [anon_sym_as_QMARK] = ACTIONS(1792), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_BANG] = ACTIONS(1790), + [anon_sym_BANG_BANG] = ACTIONS(1792), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1792), + [anon_sym_continue_AT] = ACTIONS(1792), + [anon_sym_break_AT] = ACTIONS(1792), + [anon_sym_this_AT] = ACTIONS(1792), + [anon_sym_super_AT] = ACTIONS(1792), + [sym_real_literal] = ACTIONS(1792), + [sym_integer_literal] = ACTIONS(1790), + [sym_hex_literal] = ACTIONS(1792), + [sym_bin_literal] = ACTIONS(1792), + [anon_sym_true] = ACTIONS(1790), + [anon_sym_false] = ACTIONS(1790), + [anon_sym_SQUOTE] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1792), + [sym_safe_nav] = ACTIONS(1792), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1792), + }, + [567] = { + [sym_getter] = STATE(3140), + [sym_setter] = STATE(3140), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1898), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), + }, + [568] = { + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1734), + }, + [569] = { + [sym_primary_constructor] = STATE(1365), + [sym_class_body] = STATE(1171), + [sym__class_parameters] = STATE(935), + [sym_type_constraints] = STATE(929), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3486), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_this] = ACTIONS(3278), - [anon_sym_super] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3278), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_COLON] = ACTIONS(3490), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -117001,98 +116517,217 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), }, - [574] = { - [sym_getter] = STATE(1147), - [sym_setter] = STATE(1147), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [570] = { + [sym_getter] = STATE(3087), + [sym_setter] = STATE(3087), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_EQ] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_object] = ACTIONS(3420), + [anon_sym_fun] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [anon_sym_this] = ACTIONS(3420), + [anon_sym_super] = ACTIONS(3420), + [anon_sym_STAR] = ACTIONS(3420), + [sym_label] = ACTIONS(3420), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_null] = ACTIONS(3420), + [anon_sym_if] = ACTIONS(3420), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_when] = ACTIONS(3420), + [anon_sym_try] = ACTIONS(3420), + [anon_sym_throw] = ACTIONS(3420), + [anon_sym_return] = ACTIONS(3420), + [anon_sym_continue] = ACTIONS(3420), + [anon_sym_break] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_PLUS_EQ] = ACTIONS(3422), + [anon_sym_DASH_EQ] = ACTIONS(3422), + [anon_sym_STAR_EQ] = ACTIONS(3422), + [anon_sym_SLASH_EQ] = ACTIONS(3422), + [anon_sym_PERCENT_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3420), + [anon_sym_as_QMARK] = ACTIONS(3422), + [anon_sym_PLUS_PLUS] = ACTIONS(3422), + [anon_sym_DASH_DASH] = ACTIONS(3422), + [anon_sym_BANG] = ACTIONS(3420), + [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(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3422), + [anon_sym_continue_AT] = ACTIONS(3422), + [anon_sym_break_AT] = ACTIONS(3422), + [anon_sym_this_AT] = ACTIONS(3422), + [anon_sym_super_AT] = ACTIONS(3422), + [sym_real_literal] = ACTIONS(3422), + [sym_integer_literal] = ACTIONS(3420), + [sym_hex_literal] = ACTIONS(3422), + [sym_bin_literal] = ACTIONS(3422), + [anon_sym_true] = ACTIONS(3420), + [anon_sym_false] = ACTIONS(3420), + [anon_sym_SQUOTE] = ACTIONS(3422), + [sym__backtick_identifier] = ACTIONS(3422), + [sym__automatic_semicolon] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3422), + }, + [571] = { + [sym_getter] = STATE(3140), + [sym_setter] = STATE(3140), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -117117,101 +116752,339 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), }, - [575] = { - [sym_primary_constructor] = STATE(3693), - [sym_class_body] = STATE(3173), - [sym__class_parameters] = STATE(3048), - [sym_type_constraints] = STATE(3039), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), + [572] = { + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1886), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1798), + }, + [573] = { + [sym_getter] = STATE(1034), + [sym_setter] = STATE(1034), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(3382), + [anon_sym_set] = ACTIONS(3384), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), + }, + [574] = { + [sym_primary_constructor] = STATE(1355), + [sym__class_parameters] = STATE(935), + [sym_type_constraints] = STATE(960), + [sym_enum_class_body] = STATE(1083), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3488), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_COLON] = ACTIONS(3492), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -117239,98 +117112,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, - [576] = { - [sym_primary_constructor] = STATE(1420), - [sym_class_body] = STATE(1023), - [sym__class_parameters] = STATE(936), - [sym_type_parameters] = STATE(621), - [sym_type_constraints] = STATE(939), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3200), + [575] = { + [sym_primary_constructor] = STATE(1353), + [sym_class_body] = STATE(1083), + [sym__class_parameters] = STATE(935), + [sym_type_constraints] = STATE(967), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3490), - [anon_sym_LBRACK] = ACTIONS(3206), - [anon_sym_as] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3200), - [anon_sym_fun] = ACTIONS(3200), - [anon_sym_DOT] = ACTIONS(3200), - [anon_sym_SEMI] = ACTIONS(3206), - [anon_sym_get] = ACTIONS(3200), - [anon_sym_set] = ACTIONS(3200), - [anon_sym_this] = ACTIONS(3200), - [anon_sym_super] = ACTIONS(3200), - [anon_sym_STAR] = ACTIONS(3206), - [sym_label] = ACTIONS(3200), - [anon_sym_in] = ACTIONS(3200), - [anon_sym_DOT_DOT] = ACTIONS(3206), - [anon_sym_QMARK_COLON] = ACTIONS(3206), - [anon_sym_AMP_AMP] = ACTIONS(3206), - [anon_sym_PIPE_PIPE] = ACTIONS(3206), - [anon_sym_null] = ACTIONS(3200), - [anon_sym_if] = ACTIONS(3200), - [anon_sym_else] = ACTIONS(3200), - [anon_sym_when] = ACTIONS(3200), - [anon_sym_try] = ACTIONS(3200), - [anon_sym_throw] = ACTIONS(3200), - [anon_sym_return] = ACTIONS(3200), - [anon_sym_continue] = ACTIONS(3200), - [anon_sym_break] = ACTIONS(3200), - [anon_sym_COLON_COLON] = ACTIONS(3206), - [anon_sym_BANG_EQ] = ACTIONS(3200), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), - [anon_sym_EQ_EQ] = ACTIONS(3200), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), - [anon_sym_LT_EQ] = ACTIONS(3206), - [anon_sym_GT_EQ] = ACTIONS(3206), - [anon_sym_BANGin] = ACTIONS(3206), - [anon_sym_is] = ACTIONS(3200), - [anon_sym_BANGis] = ACTIONS(3206), - [anon_sym_PLUS] = ACTIONS(3200), - [anon_sym_DASH] = ACTIONS(3200), - [anon_sym_SLASH] = ACTIONS(3200), - [anon_sym_PERCENT] = ACTIONS(3206), - [anon_sym_as_QMARK] = ACTIONS(3206), - [anon_sym_PLUS_PLUS] = ACTIONS(3206), - [anon_sym_DASH_DASH] = ACTIONS(3206), - [anon_sym_BANG] = ACTIONS(3200), - [anon_sym_BANG_BANG] = ACTIONS(3206), + [anon_sym_COLON] = ACTIONS(3494), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -117358,98 +117231,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3206), - [anon_sym_continue_AT] = ACTIONS(3206), - [anon_sym_break_AT] = ACTIONS(3206), - [anon_sym_this_AT] = ACTIONS(3206), - [anon_sym_super_AT] = ACTIONS(3206), - [sym_real_literal] = ACTIONS(3206), - [sym_integer_literal] = ACTIONS(3200), - [sym_hex_literal] = ACTIONS(3206), - [sym_bin_literal] = ACTIONS(3206), - [anon_sym_true] = ACTIONS(3200), - [anon_sym_false] = ACTIONS(3200), - [anon_sym_SQUOTE] = ACTIONS(3206), - [sym__backtick_identifier] = ACTIONS(3206), - [sym__automatic_semicolon] = ACTIONS(3206), - [sym_safe_nav] = ACTIONS(3206), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3206), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, - [577] = { - [sym_primary_constructor] = STATE(1414), - [sym__class_parameters] = STATE(936), - [sym_type_parameters] = STATE(613), - [sym_type_constraints] = STATE(928), - [sym_enum_class_body] = STATE(1175), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), + [576] = { + [sym_primary_constructor] = STATE(1419), + [sym_class_body] = STATE(1018), + [sym__class_parameters] = STATE(935), + [sym_type_parameters] = STATE(609), + [sym_type_constraints] = STATE(936), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3492), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(3212), + [anon_sym_COLON] = ACTIONS(3496), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(3248), [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3244), - [anon_sym_fun] = ACTIONS(3244), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_this] = ACTIONS(3244), - [anon_sym_super] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3248), - [sym_label] = ACTIONS(3244), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_null] = ACTIONS(3244), - [anon_sym_if] = ACTIONS(3244), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_when] = ACTIONS(3244), - [anon_sym_try] = ACTIONS(3244), - [anon_sym_throw] = ACTIONS(3244), - [anon_sym_return] = ACTIONS(3244), - [anon_sym_continue] = ACTIONS(3244), - [anon_sym_break] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3248), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG] = ACTIONS(3244), - [anon_sym_BANG_BANG] = ACTIONS(3248), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3254), + [anon_sym_fun] = ACTIONS(3254), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_this] = ACTIONS(3254), + [anon_sym_super] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3258), + [sym_label] = ACTIONS(3254), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [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(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [anon_sym_PLUS] = ACTIONS(3254), + [anon_sym_DASH] = ACTIONS(3254), + [anon_sym_SLASH] = ACTIONS(3254), + [anon_sym_PERCENT] = ACTIONS(3258), + [anon_sym_as_QMARK] = ACTIONS(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG] = ACTIONS(3254), + [anon_sym_BANG_BANG] = ACTIONS(3258), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -117477,98 +117350,336 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3248), - [anon_sym_continue_AT] = ACTIONS(3248), - [anon_sym_break_AT] = ACTIONS(3248), - [anon_sym_this_AT] = ACTIONS(3248), - [anon_sym_super_AT] = ACTIONS(3248), - [sym_real_literal] = ACTIONS(3248), - [sym_integer_literal] = ACTIONS(3244), - [sym_hex_literal] = ACTIONS(3248), - [sym_bin_literal] = ACTIONS(3248), - [anon_sym_true] = ACTIONS(3244), - [anon_sym_false] = ACTIONS(3244), - [anon_sym_SQUOTE] = ACTIONS(3248), - [sym__backtick_identifier] = ACTIONS(3248), - [sym__automatic_semicolon] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3248), + [anon_sym_return_AT] = ACTIONS(3258), + [anon_sym_continue_AT] = ACTIONS(3258), + [anon_sym_break_AT] = ACTIONS(3258), + [anon_sym_this_AT] = ACTIONS(3258), + [anon_sym_super_AT] = ACTIONS(3258), + [sym_real_literal] = ACTIONS(3258), + [sym_integer_literal] = ACTIONS(3254), + [sym_hex_literal] = ACTIONS(3258), + [sym_bin_literal] = ACTIONS(3258), + [anon_sym_true] = ACTIONS(3254), + [anon_sym_false] = ACTIONS(3254), + [anon_sym_SQUOTE] = ACTIONS(3258), + [sym__backtick_identifier] = ACTIONS(3258), + [sym__automatic_semicolon] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3258), + }, + [577] = { + [sym_getter] = STATE(3181), + [sym_setter] = STATE(3181), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(3388), + [anon_sym_set] = ACTIONS(3390), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, [578] = { - [sym_primary_constructor] = STATE(3814), - [sym__class_parameters] = STATE(3048), - [sym_type_parameters] = STATE(604), - [sym_type_constraints] = STATE(2970), - [sym_enum_class_body] = STATE(3178), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [sym_getter] = STATE(3169), + [sym_setter] = STATE(3169), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1902), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), + }, + [579] = { + [sym_primary_constructor] = STATE(1350), + [sym__class_parameters] = STATE(935), + [sym_type_constraints] = STATE(927), + [sym_enum_class_body] = STATE(1166), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3494), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3234), - [anon_sym_fun] = ACTIONS(3234), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_this] = ACTIONS(3234), - [anon_sym_super] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3234), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_null] = ACTIONS(3234), - [anon_sym_if] = ACTIONS(3234), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_when] = ACTIONS(3234), - [anon_sym_try] = ACTIONS(3234), - [anon_sym_throw] = ACTIONS(3234), - [anon_sym_return] = ACTIONS(3234), - [anon_sym_continue] = ACTIONS(3234), - [anon_sym_break] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG] = ACTIONS(3234), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(3498), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -117596,98 +117707,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3238), - [anon_sym_continue_AT] = ACTIONS(3238), - [anon_sym_break_AT] = ACTIONS(3238), - [anon_sym_this_AT] = ACTIONS(3238), - [anon_sym_super_AT] = ACTIONS(3238), - [sym_real_literal] = ACTIONS(3238), - [sym_integer_literal] = ACTIONS(3234), - [sym_hex_literal] = ACTIONS(3238), - [sym_bin_literal] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3234), - [anon_sym_false] = ACTIONS(3234), - [anon_sym_SQUOTE] = ACTIONS(3238), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3238), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), }, - [579] = { - [sym_getter] = STATE(1163), - [sym_setter] = STATE(1163), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1898), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [580] = { + [sym_getter] = STATE(3169), + [sym_setter] = STATE(3169), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -117712,101 +117823,220 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, - [580] = { - [sym_getter] = STATE(1124), - [sym_setter] = STATE(1124), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(1814), - [sym_label] = ACTIONS(1814), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1814), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG] = ACTIONS(1814), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [581] = { + [sym_primary_constructor] = STATE(3711), + [sym_class_body] = STATE(3172), + [sym__class_parameters] = STATE(3018), + [sym_type_parameters] = STATE(603), + [sym_type_constraints] = STATE(3014), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(3500), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(3212), + [anon_sym_LT] = ACTIONS(3214), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3200), + [anon_sym_fun] = ACTIONS(3200), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_this] = ACTIONS(3200), + [anon_sym_super] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_null] = ACTIONS(3200), + [anon_sym_if] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_when] = ACTIONS(3200), + [anon_sym_try] = ACTIONS(3200), + [anon_sym_throw] = ACTIONS(3200), + [anon_sym_return] = ACTIONS(3200), + [anon_sym_continue] = ACTIONS(3200), + [anon_sym_break] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3206), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3206), + [anon_sym_continue_AT] = ACTIONS(3206), + [anon_sym_break_AT] = ACTIONS(3206), + [anon_sym_this_AT] = ACTIONS(3206), + [anon_sym_super_AT] = ACTIONS(3206), + [sym_real_literal] = ACTIONS(3206), + [sym_integer_literal] = ACTIONS(3200), + [sym_hex_literal] = ACTIONS(3206), + [sym_bin_literal] = ACTIONS(3206), + [anon_sym_true] = ACTIONS(3200), + [anon_sym_false] = ACTIONS(3200), + [anon_sym_SQUOTE] = ACTIONS(3206), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3206), + }, + [582] = { + [sym_type_constraints] = STATE(607), + [sym_property_delegate] = STATE(648), + [sym_getter] = STATE(1023), + [sym_setter] = STATE(1023), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(3502), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_COMMA] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(3446), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3328), + [anon_sym_fun] = ACTIONS(3328), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(3504), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), + [anon_sym_this] = ACTIONS(3328), + [anon_sym_super] = ACTIONS(3328), + [anon_sym_STAR] = ACTIONS(3330), + [sym_label] = ACTIONS(3328), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_null] = ACTIONS(3328), + [anon_sym_if] = ACTIONS(3328), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_when] = ACTIONS(3328), + [anon_sym_try] = ACTIONS(3328), + [anon_sym_throw] = ACTIONS(3328), + [anon_sym_return] = ACTIONS(3328), + [anon_sym_continue] = ACTIONS(3328), + [anon_sym_break] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3330), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG] = ACTIONS(3328), + [anon_sym_BANG_BANG] = ACTIONS(3330), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -117831,67 +118061,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3330), + [anon_sym_continue_AT] = ACTIONS(3330), + [anon_sym_break_AT] = ACTIONS(3330), + [anon_sym_this_AT] = ACTIONS(3330), + [anon_sym_super_AT] = ACTIONS(3330), + [sym_real_literal] = ACTIONS(3330), + [sym_integer_literal] = ACTIONS(3328), + [sym_hex_literal] = ACTIONS(3330), + [sym_bin_literal] = ACTIONS(3330), + [anon_sym_true] = ACTIONS(3328), + [anon_sym_false] = ACTIONS(3328), + [anon_sym_SQUOTE] = ACTIONS(3330), + [sym__backtick_identifier] = ACTIONS(3330), + [sym__automatic_semicolon] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3330), }, - [581] = { - [sym_type_constraints] = STATE(608), - [sym_property_delegate] = STATE(660), - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [583] = { + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(3496), + [anon_sym_EQ] = ACTIONS(1796), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(3456), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(3216), [anon_sym_object] = ACTIONS(1796), [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1930), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), [anon_sym_this] = ACTIONS(1796), [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1798), + [anon_sym_STAR] = ACTIONS(1796), [sym_label] = ACTIONS(1796), [anon_sym_in] = ACTIONS(1796), [anon_sym_DOT_DOT] = ACTIONS(1798), @@ -117908,6 +118133,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(1796), [anon_sym_break] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), [anon_sym_BANG_EQ] = ACTIONS(1796), [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), [anon_sym_EQ_EQ] = ACTIONS(1796), @@ -117920,7 +118150,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1796), [anon_sym_DASH] = ACTIONS(1796), [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_PERCENT] = ACTIONS(1796), [anon_sym_as_QMARK] = ACTIONS(1798), [anon_sym_PLUS_PLUS] = ACTIONS(1798), [anon_sym_DASH_DASH] = ACTIONS(1798), @@ -117950,8 +118180,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -117971,80 +118201,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1798), }, - [582] = { - [sym_getter] = STATE(3116), - [sym_setter] = STATE(3116), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(1814), - [sym_label] = ACTIONS(1814), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1814), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG] = ACTIONS(1814), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [584] = { + [sym_type_constraints] = STATE(610), + [sym_property_delegate] = STATE(660), + [sym_getter] = STATE(1034), + [sym_setter] = STATE(1034), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3506), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(3446), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3508), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), + [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), @@ -118069,101 +118299,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, - [583] = { - [sym_getter] = STATE(3126), - [sym_setter] = STATE(3126), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1880), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [585] = { + [sym_getter] = STATE(3181), + [sym_setter] = STATE(3181), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(3396), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [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), @@ -118188,101 +118418,220 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, - [584] = { - [sym_type_constraints] = STATE(610), - [sym_property_delegate] = STATE(648), - [sym_getter] = STATE(3187), - [sym_setter] = STATE(3187), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3498), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(3456), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), + [586] = { + [sym_primary_constructor] = STATE(3822), + [sym__class_parameters] = STATE(3018), + [sym_type_parameters] = STATE(602), + [sym_type_constraints] = STATE(3039), + [sym_enum_class_body] = STATE(3238), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(3510), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(3212), + [anon_sym_LT] = ACTIONS(3214), + [anon_sym_GT] = ACTIONS(3238), [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3500), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [anon_sym_object] = ACTIONS(3238), + [anon_sym_fun] = ACTIONS(3238), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_this] = ACTIONS(3238), + [anon_sym_super] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3242), + [sym_label] = ACTIONS(3238), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_if] = ACTIONS(3238), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_when] = ACTIONS(3238), + [anon_sym_try] = ACTIONS(3238), + [anon_sym_throw] = ACTIONS(3238), + [anon_sym_return] = ACTIONS(3238), + [anon_sym_continue] = ACTIONS(3238), + [anon_sym_break] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3242), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG] = ACTIONS(3238), + [anon_sym_BANG_BANG] = ACTIONS(3242), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3242), + [anon_sym_continue_AT] = ACTIONS(3242), + [anon_sym_break_AT] = ACTIONS(3242), + [anon_sym_this_AT] = ACTIONS(3242), + [anon_sym_super_AT] = ACTIONS(3242), + [sym_real_literal] = ACTIONS(3242), + [sym_integer_literal] = ACTIONS(3238), + [sym_hex_literal] = ACTIONS(3242), + [sym_bin_literal] = ACTIONS(3242), + [anon_sym_true] = ACTIONS(3238), + [anon_sym_false] = ACTIONS(3238), + [anon_sym_SQUOTE] = ACTIONS(3242), + [sym__backtick_identifier] = ACTIONS(3242), + [sym__automatic_semicolon] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3242), + }, + [587] = { + [sym_getter] = STATE(1034), + [sym_setter] = STATE(1034), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(3416), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), + [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), @@ -118307,45 +118656,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, - [585] = { - [sym_getter] = STATE(1099), - [sym_setter] = STATE(1099), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [588] = { + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(3422), [anon_sym_as] = ACTIONS(3420), [anon_sym_EQ] = ACTIONS(3420), @@ -118358,8 +118707,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(3420), [anon_sym_DOT] = ACTIONS(3420), [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), [anon_sym_this] = ACTIONS(3420), [anon_sym_super] = ACTIONS(3420), [anon_sym_STAR] = ACTIONS(3420), @@ -118426,8 +118775,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(3422), [anon_sym_continue_AT] = ACTIONS(3422), @@ -118447,284 +118796,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3422), }, - [586] = { - [sym_getter] = STATE(3126), - [sym_setter] = STATE(3126), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1810), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), - }, - [587] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_object] = ACTIONS(1732), - [anon_sym_fun] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(1732), - [anon_sym_super] = ACTIONS(1732), - [anon_sym_STAR] = ACTIONS(1732), - [sym_label] = ACTIONS(1732), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_null] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_try] = ACTIONS(1732), - [anon_sym_throw] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_continue] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG] = ACTIONS(1732), - [anon_sym_BANG_BANG] = ACTIONS(1734), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1734), - [anon_sym_continue_AT] = ACTIONS(1734), - [anon_sym_break_AT] = ACTIONS(1734), - [anon_sym_this_AT] = ACTIONS(1734), - [anon_sym_super_AT] = ACTIONS(1734), - [sym_real_literal] = ACTIONS(1734), - [sym_integer_literal] = ACTIONS(1732), - [sym_hex_literal] = ACTIONS(1734), - [sym_bin_literal] = ACTIONS(1734), - [anon_sym_true] = ACTIONS(1732), - [anon_sym_false] = ACTIONS(1732), - [anon_sym_SQUOTE] = ACTIONS(1734), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1734), - }, - [588] = { - [sym_type_constraints] = STATE(600), - [sym_property_delegate] = STATE(647), - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [589] = { + [sym_getter] = STATE(1129), + [sym_setter] = STATE(1129), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1792), [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(3502), + [anon_sym_EQ] = ACTIONS(1790), [anon_sym_LBRACE] = ACTIONS(1792), [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(3456), [anon_sym_LT] = ACTIONS(1790), [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(3216), [anon_sym_object] = ACTIONS(1790), [anon_sym_fun] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1974), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), [anon_sym_this] = ACTIONS(1790), [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), + [anon_sym_STAR] = ACTIONS(1790), [sym_label] = ACTIONS(1790), [anon_sym_in] = ACTIONS(1790), [anon_sym_DOT_DOT] = ACTIONS(1792), @@ -118741,6 +118847,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(1790), [anon_sym_break] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), [anon_sym_BANG_EQ] = ACTIONS(1790), [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), [anon_sym_EQ_EQ] = ACTIONS(1790), @@ -118753,7 +118864,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1790), [anon_sym_DASH] = ACTIONS(1790), [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), + [anon_sym_PERCENT] = ACTIONS(1790), [anon_sym_as_QMARK] = ACTIONS(1792), [anon_sym_PLUS_PLUS] = ACTIONS(1792), [anon_sym_DASH_DASH] = ACTIONS(1792), @@ -118783,8 +118894,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1792), [anon_sym_continue_AT] = ACTIONS(1792), @@ -118804,80 +118915,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1792), }, - [589] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(9109), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_object] = ACTIONS(1732), - [anon_sym_fun] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1882), - [anon_sym_get] = ACTIONS(3384), - [anon_sym_set] = ACTIONS(3386), - [anon_sym_this] = ACTIONS(1732), - [anon_sym_super] = ACTIONS(1732), - [anon_sym_STAR] = ACTIONS(1732), - [sym_label] = ACTIONS(1732), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_null] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_try] = ACTIONS(1732), - [anon_sym_throw] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_continue] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG] = ACTIONS(1732), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [590] = { + [sym_getter] = STATE(1141), + [sym_setter] = STATE(1141), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1896), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -118902,220 +119013,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1734), - [anon_sym_continue_AT] = ACTIONS(1734), - [anon_sym_break_AT] = ACTIONS(1734), - [anon_sym_this_AT] = ACTIONS(1734), - [anon_sym_super_AT] = ACTIONS(1734), - [sym_real_literal] = ACTIONS(1734), - [sym_integer_literal] = ACTIONS(1732), - [sym_hex_literal] = ACTIONS(1734), - [sym_bin_literal] = ACTIONS(1734), - [anon_sym_true] = ACTIONS(1732), - [anon_sym_false] = ACTIONS(1732), - [anon_sym_SQUOTE] = ACTIONS(1734), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1734), - }, - [590] = { - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_BANG_BANG] = ACTIONS(1798), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), }, [591] = { - [sym_type_constraints] = STATE(599), - [sym_property_delegate] = STATE(657), - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(3504), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(3456), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1972), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [sym_getter] = STATE(1141), + [sym_setter] = STATE(1141), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -119140,101 +119132,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), }, [592] = { - [sym_primary_constructor] = STATE(3765), - [sym_class_body] = STATE(3178), - [sym__class_parameters] = STATE(3048), - [sym_type_parameters] = STATE(624), - [sym_type_constraints] = STATE(3027), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [sym_primary_constructor] = STATE(3769), + [sym__class_parameters] = STATE(3018), + [sym_type_parameters] = STATE(613), + [sym_type_constraints] = STATE(2985), + [sym_enum_class_body] = STATE(3172), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3506), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(3254), + [anon_sym_COLON] = ACTIONS(3512), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(3212), [anon_sym_LT] = ACTIONS(3214), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3234), - [anon_sym_fun] = ACTIONS(3234), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_this] = ACTIONS(3234), - [anon_sym_super] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3234), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_null] = ACTIONS(3234), - [anon_sym_if] = ACTIONS(3234), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_when] = ACTIONS(3234), - [anon_sym_try] = ACTIONS(3234), - [anon_sym_throw] = ACTIONS(3234), - [anon_sym_return] = ACTIONS(3234), - [anon_sym_continue] = ACTIONS(3234), - [anon_sym_break] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG] = ACTIONS(3234), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3200), + [anon_sym_fun] = ACTIONS(3200), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_this] = ACTIONS(3200), + [anon_sym_super] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_null] = ACTIONS(3200), + [anon_sym_if] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_when] = ACTIONS(3200), + [anon_sym_try] = ACTIONS(3200), + [anon_sym_throw] = ACTIONS(3200), + [anon_sym_return] = ACTIONS(3200), + [anon_sym_continue] = ACTIONS(3200), + [anon_sym_break] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG] = ACTIONS(3200), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -119262,98 +119254,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3238), - [anon_sym_continue_AT] = ACTIONS(3238), - [anon_sym_break_AT] = ACTIONS(3238), - [anon_sym_this_AT] = ACTIONS(3238), - [anon_sym_super_AT] = ACTIONS(3238), - [sym_real_literal] = ACTIONS(3238), - [sym_integer_literal] = ACTIONS(3234), - [sym_hex_literal] = ACTIONS(3238), - [sym_bin_literal] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3234), - [anon_sym_false] = ACTIONS(3234), - [anon_sym_SQUOTE] = ACTIONS(3238), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3238), + [anon_sym_return_AT] = ACTIONS(3206), + [anon_sym_continue_AT] = ACTIONS(3206), + [anon_sym_break_AT] = ACTIONS(3206), + [anon_sym_this_AT] = ACTIONS(3206), + [anon_sym_super_AT] = ACTIONS(3206), + [sym_real_literal] = ACTIONS(3206), + [sym_integer_literal] = ACTIONS(3200), + [sym_hex_literal] = ACTIONS(3206), + [sym_bin_literal] = ACTIONS(3206), + [anon_sym_true] = ACTIONS(3200), + [anon_sym_false] = ACTIONS(3200), + [anon_sym_SQUOTE] = ACTIONS(3206), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3206), }, [593] = { - [sym_type_constraints] = STATE(601), - [sym_property_delegate] = STATE(654), - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(3508), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(3456), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1976), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [sym_getter] = STATE(1076), + [sym_setter] = STATE(1076), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1878), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -119378,101 +119370,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, [594] = { - [sym_type_constraints] = STATE(605), - [sym_property_delegate] = STATE(650), - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(3510), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(3456), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1978), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [sym_getter] = STATE(1076), + [sym_setter] = STATE(1076), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -119497,101 +119489,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, [595] = { - [sym_getter] = STATE(1147), - [sym_setter] = STATE(1147), - [sym_modifiers] = STATE(9448), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3392), - [anon_sym_get] = ACTIONS(3394), - [anon_sym_set] = ACTIONS(3396), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_modifiers] = STATE(9107), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_get] = ACTIONS(3388), + [anon_sym_set] = ACTIONS(3390), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -119616,101 +119608,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1734), }, [596] = { - [sym_type_constraints] = STATE(609), - [sym_property_delegate] = STATE(666), - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(3512), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(3456), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1980), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_modifiers] = STATE(9128), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1890), + [anon_sym_get] = ACTIONS(3382), + [anon_sym_set] = ACTIONS(3384), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -119735,100 +119727,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, [597] = { - [sym_type_constraints] = STATE(644), - [sym_property_delegate] = STATE(730), - [sym_getter] = STATE(1029), - [sym_setter] = STATE(1029), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), + [sym_type_constraints] = STATE(641), + [sym_property_delegate] = STATE(744), + [sym_getter] = STATE(3143), + [sym_setter] = STATE(3143), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), [anon_sym_EQ] = ACTIONS(3514), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), [anon_sym_by] = ACTIONS(3516), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3358), - [anon_sym_fun] = ACTIONS(3358), - [anon_sym_DOT] = ACTIONS(3358), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3328), + [anon_sym_fun] = ACTIONS(3328), + [anon_sym_DOT] = ACTIONS(3328), [anon_sym_SEMI] = ACTIONS(3518), [anon_sym_get] = ACTIONS(3520), [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(3358), - [anon_sym_super] = ACTIONS(3358), - [anon_sym_STAR] = ACTIONS(3360), - [sym_label] = ACTIONS(3358), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_null] = ACTIONS(3358), - [anon_sym_if] = ACTIONS(3358), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_when] = ACTIONS(3358), - [anon_sym_try] = ACTIONS(3358), - [anon_sym_throw] = ACTIONS(3358), - [anon_sym_return] = ACTIONS(3358), - [anon_sym_continue] = ACTIONS(3358), - [anon_sym_break] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3360), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG] = ACTIONS(3358), - [anon_sym_BANG_BANG] = ACTIONS(3360), + [anon_sym_this] = ACTIONS(3328), + [anon_sym_super] = ACTIONS(3328), + [anon_sym_STAR] = ACTIONS(3330), + [sym_label] = ACTIONS(3328), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_null] = ACTIONS(3328), + [anon_sym_if] = ACTIONS(3328), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_when] = ACTIONS(3328), + [anon_sym_try] = ACTIONS(3328), + [anon_sym_throw] = ACTIONS(3328), + [anon_sym_return] = ACTIONS(3328), + [anon_sym_continue] = ACTIONS(3328), + [anon_sym_break] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3330), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG] = ACTIONS(3328), + [anon_sym_BANG_BANG] = ACTIONS(3330), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -119853,100 +119845,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3360), - [anon_sym_continue_AT] = ACTIONS(3360), - [anon_sym_break_AT] = ACTIONS(3360), - [anon_sym_this_AT] = ACTIONS(3360), - [anon_sym_super_AT] = ACTIONS(3360), - [sym_real_literal] = ACTIONS(3360), - [sym_integer_literal] = ACTIONS(3358), - [sym_hex_literal] = ACTIONS(3360), - [sym_bin_literal] = ACTIONS(3360), - [anon_sym_true] = ACTIONS(3358), - [anon_sym_false] = ACTIONS(3358), - [anon_sym_SQUOTE] = ACTIONS(3360), - [sym__backtick_identifier] = ACTIONS(3360), - [sym__automatic_semicolon] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3360), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3330), + [anon_sym_continue_AT] = ACTIONS(3330), + [anon_sym_break_AT] = ACTIONS(3330), + [anon_sym_this_AT] = ACTIONS(3330), + [anon_sym_super_AT] = ACTIONS(3330), + [sym_real_literal] = ACTIONS(3330), + [sym_integer_literal] = ACTIONS(3328), + [sym_hex_literal] = ACTIONS(3330), + [sym_bin_literal] = ACTIONS(3330), + [anon_sym_true] = ACTIONS(3328), + [anon_sym_false] = ACTIONS(3328), + [anon_sym_SQUOTE] = ACTIONS(3330), + [sym__backtick_identifier] = ACTIONS(3330), + [sym__automatic_semicolon] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3330), }, [598] = { - [sym_type_constraints] = STATE(640), - [sym_property_delegate] = STATE(720), - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), + [sym_type_constraints] = STATE(644), + [sym_property_delegate] = STATE(739), + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), [anon_sym_EQ] = ACTIONS(3524), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), [anon_sym_by] = ACTIONS(3516), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(2056), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(2054), [anon_sym_get] = ACTIONS(3520), [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -119971,535 +119963,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, [599] = { - [sym_property_delegate] = STATE(654), - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(3508), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(3456), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1976), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), - }, - [600] = { - [sym_property_delegate] = STATE(666), - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(3512), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(3456), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1980), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), - }, - [601] = { - [sym_property_delegate] = STATE(650), - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(3510), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(3456), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1978), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), - }, - [602] = { - [sym_type_constraints] = STATE(643), - [sym_property_delegate] = STATE(749), - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(3526), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(3516), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(2042), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), - }, - [603] = { - [sym_property_delegate] = STATE(657), - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_property_delegate] = STATE(670), + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(3504), + [anon_sym_EQ] = ACTIONS(3458), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(3456), + [anon_sym_by] = ACTIONS(3446), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), [anon_sym_where] = ACTIONS(1796), [anon_sym_object] = ACTIONS(1796), [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1972), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), + [anon_sym_SEMI] = ACTIONS(1960), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), [anon_sym_this] = ACTIONS(1796), [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1798), @@ -120561,8 +120081,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -120582,151 +120102,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1798), }, - [604] = { - [sym_primary_constructor] = STATE(3764), - [sym__class_parameters] = STATE(3048), - [sym_type_constraints] = STATE(3020), - [sym_enum_class_body] = STATE(3061), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3532), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_this] = ACTIONS(3278), - [anon_sym_super] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3278), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [605] = { - [sym_property_delegate] = STATE(659), - [sym_getter] = STATE(1136), - [sym_setter] = STATE(1136), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [600] = { + [sym_property_delegate] = STATE(666), + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(3534), + [anon_sym_EQ] = ACTIONS(3460), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(3456), + [anon_sym_by] = ACTIONS(3446), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), [anon_sym_where] = ACTIONS(1732), @@ -120734,8 +120136,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), [anon_sym_SEMI] = ACTIONS(1986), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1734), @@ -120797,8 +120199,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -120818,79 +120220,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1734), }, - [606] = { - [sym_type_constraints] = STATE(645), - [sym_property_delegate] = STATE(739), - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(3536), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(3516), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(2036), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [601] = { + [sym_property_delegate] = STATE(667), + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(3464), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(3446), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1980), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -120915,100 +120317,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), + }, + [602] = { + [sym_primary_constructor] = STATE(3793), + [sym__class_parameters] = STATE(3018), + [sym_type_constraints] = STATE(3038), + [sym_enum_class_body] = STATE(3259), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(3526), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3212), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), }, - [607] = { + [603] = { + [sym_primary_constructor] = STATE(3731), + [sym_class_body] = STATE(3209), + [sym__class_parameters] = STATE(3018), + [sym_type_constraints] = STATE(3011), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(3528), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(3208), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3212), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, + [604] = { [sym_type_constraints] = STATE(646), - [sym_property_delegate] = STATE(743), - [sym_getter] = STATE(3149), - [sym_setter] = STATE(3149), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(3538), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), + [sym_property_delegate] = STATE(747), + [sym_getter] = STATE(3181), + [sym_setter] = STATE(3181), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3530), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), [anon_sym_by] = ACTIONS(3516), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3358), - [anon_sym_fun] = ACTIONS(3358), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(3540), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), - [anon_sym_this] = ACTIONS(3358), - [anon_sym_super] = ACTIONS(3358), - [anon_sym_STAR] = ACTIONS(3360), - [sym_label] = ACTIONS(3358), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_null] = ACTIONS(3358), - [anon_sym_if] = ACTIONS(3358), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_when] = ACTIONS(3358), - [anon_sym_try] = ACTIONS(3358), - [anon_sym_throw] = ACTIONS(3358), - [anon_sym_return] = ACTIONS(3358), - [anon_sym_continue] = ACTIONS(3358), - [anon_sym_break] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3360), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG] = ACTIONS(3358), - [anon_sym_BANG_BANG] = ACTIONS(3360), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3532), + [anon_sym_get] = ACTIONS(3520), + [anon_sym_set] = ACTIONS(3522), + [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), @@ -121033,100 +120671,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3360), - [anon_sym_continue_AT] = ACTIONS(3360), - [anon_sym_break_AT] = ACTIONS(3360), - [anon_sym_this_AT] = ACTIONS(3360), - [anon_sym_super_AT] = ACTIONS(3360), - [sym_real_literal] = ACTIONS(3360), - [sym_integer_literal] = ACTIONS(3358), - [sym_hex_literal] = ACTIONS(3360), - [sym_bin_literal] = ACTIONS(3360), - [anon_sym_true] = ACTIONS(3358), - [anon_sym_false] = ACTIONS(3358), - [anon_sym_SQUOTE] = ACTIONS(3360), - [sym__backtick_identifier] = ACTIONS(3360), - [sym__automatic_semicolon] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3360), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, - [608] = { - [sym_property_delegate] = STATE(647), - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(3502), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(3456), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1974), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [605] = { + [sym_type_constraints] = STATE(639), + [sym_property_delegate] = STATE(730), + [sym_getter] = STATE(1023), + [sym_setter] = STATE(1023), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(3534), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(3516), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3328), + [anon_sym_fun] = ACTIONS(3328), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(3536), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), + [anon_sym_this] = ACTIONS(3328), + [anon_sym_super] = ACTIONS(3328), + [anon_sym_STAR] = ACTIONS(3330), + [sym_label] = ACTIONS(3328), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_null] = ACTIONS(3328), + [anon_sym_if] = ACTIONS(3328), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_when] = ACTIONS(3328), + [anon_sym_try] = ACTIONS(3328), + [anon_sym_throw] = ACTIONS(3328), + [anon_sym_return] = ACTIONS(3328), + [anon_sym_continue] = ACTIONS(3328), + [anon_sym_break] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3330), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG] = ACTIONS(3328), + [anon_sym_BANG_BANG] = ACTIONS(3330), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -121151,67 +120789,303 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3330), + [anon_sym_continue_AT] = ACTIONS(3330), + [anon_sym_break_AT] = ACTIONS(3330), + [anon_sym_this_AT] = ACTIONS(3330), + [anon_sym_super_AT] = ACTIONS(3330), + [sym_real_literal] = ACTIONS(3330), + [sym_integer_literal] = ACTIONS(3328), + [sym_hex_literal] = ACTIONS(3330), + [sym_bin_literal] = ACTIONS(3330), + [anon_sym_true] = ACTIONS(3328), + [anon_sym_false] = ACTIONS(3328), + [anon_sym_SQUOTE] = ACTIONS(3330), + [sym__backtick_identifier] = ACTIONS(3330), + [sym__automatic_semicolon] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3330), }, - [609] = { - [sym_property_delegate] = STATE(672), - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), + [606] = { + [sym_type_constraints] = STATE(637), + [sym_property_delegate] = STATE(712), + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), [anon_sym_EQ] = ACTIONS(3542), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(3456), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_object] = ACTIONS(1732), - [anon_sym_fun] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1984), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), - [anon_sym_this] = ACTIONS(1732), - [anon_sym_super] = ACTIONS(1732), - [anon_sym_STAR] = ACTIONS(1734), - [sym_label] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(3516), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(2038), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), + }, + [607] = { + [sym_property_delegate] = STATE(660), + [sym_getter] = STATE(1034), + [sym_setter] = STATE(1034), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3506), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(3446), + [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(3508), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), + }, + [608] = { + [sym_type_constraints] = STATE(640), + [sym_property_delegate] = STATE(714), + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(3544), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(3516), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(2056), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1732), [anon_sym_in] = ACTIONS(1732), [anon_sym_DOT_DOT] = ACTIONS(1734), [anon_sym_QMARK_COLON] = ACTIONS(1734), @@ -121269,8 +121143,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -121290,42 +121164,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1734), }, + [609] = { + [sym_primary_constructor] = STATE(1416), + [sym_class_body] = STATE(1171), + [sym__class_parameters] = STATE(935), + [sym_type_constraints] = STATE(929), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(3546), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), + }, [610] = { - [sym_property_delegate] = STATE(660), - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_property_delegate] = STATE(650), + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(3496), + [anon_sym_EQ] = ACTIONS(3466), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(3456), + [anon_sym_by] = ACTIONS(3446), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), [anon_sym_where] = ACTIONS(1796), [anon_sym_object] = ACTIONS(1796), [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1930), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), + [anon_sym_SEMI] = ACTIONS(1984), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), [anon_sym_this] = ACTIONS(1796), [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1798), @@ -121387,8 +121379,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -121409,78 +121401,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1798), }, [611] = { - [sym_type_constraints] = STATE(639), - [sym_property_delegate] = STATE(732), - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(3544), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(3516), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(2064), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [sym_property_delegate] = STATE(673), + [sym_getter] = STATE(3181), + [sym_setter] = STATE(3181), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3444), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(3446), + [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(3448), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), + [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), @@ -121505,218 +121497,218 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, [612] = { - [sym_property_delegate] = STATE(648), - [sym_getter] = STATE(3187), - [sym_setter] = STATE(3187), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3498), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(3456), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3500), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [sym_primary_constructor] = STATE(1413), + [sym__class_parameters] = STATE(935), + [sym_type_constraints] = STATE(927), + [sym_enum_class_body] = STATE(1166), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(3548), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), }, [613] = { - [sym_primary_constructor] = STATE(1426), - [sym__class_parameters] = STATE(936), - [sym_type_constraints] = STATE(947), - [sym_enum_class_body] = STATE(1148), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), + [sym_primary_constructor] = STATE(3712), + [sym__class_parameters] = STATE(3018), + [sym_type_constraints] = STATE(3001), + [sym_enum_class_body] = STATE(3209), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3546), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), + [anon_sym_COLON] = ACTIONS(3550), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3284), [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -121744,97 +121736,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, [614] = { - [sym_type_constraints] = STATE(641), - [sym_property_delegate] = STATE(747), - [sym_getter] = STATE(1147), - [sym_setter] = STATE(1147), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3548), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(3516), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3550), - [anon_sym_get] = ACTIONS(3520), - [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [sym_property_delegate] = STATE(674), + [sym_getter] = STATE(1076), + [sym_setter] = STATE(1076), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(3552), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(3446), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1974), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -121859,100 +121851,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, [615] = { - [sym_primary_constructor] = STATE(1427), - [sym_class_body] = STATE(1068), - [sym__class_parameters] = STATE(936), - [sym_type_constraints] = STATE(969), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [sym_primary_constructor] = STATE(3720), + [sym_class_body] = STATE(3167), + [sym__class_parameters] = STATE(3018), + [sym_type_constraints] = STATE(2970), + [sym_modifiers] = STATE(9874), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3552), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(3554), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), [anon_sym_constructor] = ACTIONS(3208), [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3282), + [anon_sym_RBRACE] = ACTIONS(3294), [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_this] = ACTIONS(3278), - [anon_sym_super] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3278), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -121980,97 +121972,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), }, [616] = { - [sym_type_constraints] = STATE(637), - [sym_property_delegate] = STATE(741), - [sym_getter] = STATE(3187), - [sym_setter] = STATE(3187), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3554), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), + [sym_type_constraints] = STATE(643), + [sym_property_delegate] = STATE(738), + [sym_getter] = STATE(1034), + [sym_setter] = STATE(1034), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3556), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), [anon_sym_by] = ACTIONS(3516), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3556), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(3558), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), + [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), @@ -122095,218 +122087,218 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, [617] = { - [sym_primary_constructor] = STATE(3797), - [sym__class_parameters] = STATE(3048), - [sym_type_constraints] = STATE(3005), - [sym_enum_class_body] = STATE(3254), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3558), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), + [sym_property_delegate] = STATE(665), + [sym_getter] = STATE(3169), + [sym_setter] = STATE(3169), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(3560), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(3446), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1970), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, [618] = { [sym_type_constraints] = STATE(638), - [sym_property_delegate] = STATE(718), - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(3560), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), + [sym_property_delegate] = STATE(749), + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(3562), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), [anon_sym_by] = ACTIONS(3516), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(2058), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(2062), [anon_sym_get] = ACTIONS(3520), [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -122331,100 +122323,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1798), }, [619] = { - [sym_primary_constructor] = STATE(1390), - [sym__class_parameters] = STATE(936), - [sym_type_constraints] = STATE(987), - [sym_enum_class_body] = STATE(1068), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [sym_primary_constructor] = STATE(1418), + [sym_class_body] = STATE(1083), + [sym__class_parameters] = STATE(935), + [sym_type_constraints] = STATE(967), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3562), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_this] = ACTIONS(3278), - [anon_sym_super] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3278), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_COLON] = ACTIONS(3564), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -122452,97 +122444,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, [620] = { - [sym_property_delegate] = STATE(668), - [sym_getter] = STATE(1147), - [sym_setter] = STATE(1147), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3470), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(3456), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3472), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [sym_type_constraints] = STATE(645), + [sym_property_delegate] = STATE(735), + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(3566), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(3516), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(2052), + [anon_sym_get] = ACTIONS(3520), + [anon_sym_set] = ACTIONS(3522), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -122567,100 +122559,218 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1734), }, [621] = { + [sym_property_delegate] = STATE(653), + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(3474), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(3446), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1988), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1734), + }, + [622] = { [sym_primary_constructor] = STATE(1424), - [sym_class_body] = STATE(1180), - [sym__class_parameters] = STATE(936), - [sym_type_constraints] = STATE(945), - [sym_modifiers] = STATE(9876), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), + [sym__class_parameters] = STATE(935), + [sym_type_constraints] = STATE(960), + [sym_enum_class_body] = STATE(1083), + [sym_modifiers] = STATE(9894), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3564), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(3208), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3212), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), + [anon_sym_COLON] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(3244), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3248), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -122688,60 +122798,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, - [622] = { + [623] = { [sym_type_constraints] = STATE(642), - [sym_property_delegate] = STATE(723), - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_property_delegate] = STATE(732), + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(3566), + [anon_sym_EQ] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), [anon_sym_by] = ACTIONS(3516), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(3216), + [anon_sym_where] = ACTIONS(3250), [anon_sym_object] = ACTIONS(1796), [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(2054), - [anon_sym_get] = ACTIONS(3520), - [anon_sym_set] = ACTIONS(3522), + [anon_sym_SEMI] = ACTIONS(2048), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), [anon_sym_this] = ACTIONS(1796), [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1798), @@ -122803,8 +122913,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -122824,311 +122934,193 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1798), }, - [623] = { - [sym_primary_constructor] = STATE(3798), - [sym_class_body] = STATE(3173), - [sym__class_parameters] = STATE(3048), - [sym_type_constraints] = STATE(3039), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3568), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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), - }, [624] = { - [sym_primary_constructor] = STATE(3767), - [sym_class_body] = STATE(3061), - [sym__class_parameters] = STATE(3048), - [sym_type_constraints] = STATE(3015), - [sym_modifiers] = STATE(9854), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(3570), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(3250), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3254), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_this] = ACTIONS(3278), - [anon_sym_super] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3278), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [sym_property_delegate] = STATE(663), + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(3482), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(3446), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1982), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, [625] = { - [sym_getter] = STATE(4827), - [sym_setter] = STATE(4827), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [sym_getter] = STATE(4807), + [sym_setter] = STATE(4807), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1816), + [anon_sym_RBRACK] = ACTIONS(1792), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_EQ] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_RPAREN] = ACTIONS(1816), + [anon_sym_COMMA] = ACTIONS(1792), + [anon_sym_RPAREN] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(1814), + [anon_sym_where] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(3580), [anon_sym_SEMI] = ACTIONS(3582), [anon_sym_get] = ACTIONS(3584), [anon_sym_set] = ACTIONS(3586), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(1816), + [anon_sym_DASH_GT] = ACTIONS(1792), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(1814), + [anon_sym_while] = ACTIONS(1790), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), [anon_sym_AMP_AMP] = ACTIONS(3598), [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(1814), + [anon_sym_else] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), [anon_sym_BANG_EQ] = ACTIONS(3604), [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), [anon_sym_EQ_EQ] = ACTIONS(3604), @@ -123178,74 +123170,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [626] = { - [sym_getter] = STATE(3464), - [sym_setter] = STATE(3464), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1816), + [anon_sym_RBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_RPAREN] = ACTIONS(1816), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(1814), + [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(3580), [anon_sym_SEMI] = ACTIONS(3622), - [anon_sym_get] = ACTIONS(3624), - [anon_sym_set] = ACTIONS(3626), + [anon_sym_get] = ACTIONS(3584), + [anon_sym_set] = ACTIONS(3586), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(1816), + [anon_sym_DASH_GT] = ACTIONS(1734), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(1814), + [anon_sym_while] = ACTIONS(1732), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), [anon_sym_AMP_AMP] = ACTIONS(3598), [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(1814), + [anon_sym_else] = ACTIONS(1732), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), [anon_sym_BANG_EQ] = ACTIONS(3604), [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), [anon_sym_EQ_EQ] = ACTIONS(3604), @@ -123295,74 +123287,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [627] = { - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1798), + [anon_sym_RBRACK] = ACTIONS(1812), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1810), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3628), - [anon_sym_get] = ACTIONS(3624), - [anon_sym_set] = ACTIONS(3626), + [anon_sym_SEMI] = ACTIONS(3624), + [anon_sym_get] = ACTIONS(3584), + [anon_sym_set] = ACTIONS(3586), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(1798), + [anon_sym_DASH_GT] = ACTIONS(1812), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1810), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), [anon_sym_AMP_AMP] = ACTIONS(3598), [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), [anon_sym_BANG_EQ] = ACTIONS(3604), [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), [anon_sym_EQ_EQ] = ACTIONS(3604), @@ -123412,74 +123404,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [628] = { - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1792), + [anon_sym_RBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3630), - [anon_sym_get] = ACTIONS(3624), - [anon_sym_set] = ACTIONS(3626), + [anon_sym_SEMI] = ACTIONS(3626), + [anon_sym_get] = ACTIONS(3584), + [anon_sym_set] = ACTIONS(3586), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(1792), + [anon_sym_DASH_GT] = ACTIONS(1798), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(1790), + [anon_sym_while] = ACTIONS(1796), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), [anon_sym_AMP_AMP] = ACTIONS(3598), [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(1790), + [anon_sym_else] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), [anon_sym_BANG_EQ] = ACTIONS(3604), [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), [anon_sym_EQ_EQ] = ACTIONS(3604), @@ -123529,74 +123521,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [629] = { - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1804), + [anon_sym_RBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(1802), + [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3632), - [anon_sym_get] = ACTIONS(3624), - [anon_sym_set] = ACTIONS(3626), + [anon_sym_SEMI] = ACTIONS(3628), + [anon_sym_get] = ACTIONS(3630), + [anon_sym_set] = ACTIONS(3632), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(1804), + [anon_sym_DASH_GT] = ACTIONS(1798), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(1802), + [anon_sym_while] = ACTIONS(1796), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), [anon_sym_AMP_AMP] = ACTIONS(3598), [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(1802), + [anon_sym_else] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), [anon_sym_BANG_EQ] = ACTIONS(3604), [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), [anon_sym_EQ_EQ] = ACTIONS(3604), @@ -123646,74 +123638,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [630] = { - [sym_getter] = STATE(3477), - [sym_setter] = STATE(3477), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [sym_getter] = STATE(4746), + [sym_setter] = STATE(4746), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1734), + [anon_sym_RBRACK] = ACTIONS(1826), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1824), [anon_sym_DOT] = ACTIONS(3580), [anon_sym_SEMI] = ACTIONS(3634), - [anon_sym_get] = ACTIONS(3624), - [anon_sym_set] = ACTIONS(3626), + [anon_sym_get] = ACTIONS(3584), + [anon_sym_set] = ACTIONS(3586), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(1734), + [anon_sym_DASH_GT] = ACTIONS(1826), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1824), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), [anon_sym_AMP_AMP] = ACTIONS(3598), [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), [anon_sym_BANG_EQ] = ACTIONS(3604), [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), [anon_sym_EQ_EQ] = ACTIONS(3604), @@ -123763,74 +123755,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [631] = { - [sym_getter] = STATE(4842), - [sym_setter] = STATE(4842), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1810), + [anon_sym_RBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(1808), + [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(3580), [anon_sym_SEMI] = ACTIONS(3636), - [anon_sym_get] = ACTIONS(3584), - [anon_sym_set] = ACTIONS(3586), + [anon_sym_get] = ACTIONS(3630), + [anon_sym_set] = ACTIONS(3632), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(1810), + [anon_sym_DASH_GT] = ACTIONS(1734), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(1808), + [anon_sym_while] = ACTIONS(1732), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), [anon_sym_AMP_AMP] = ACTIONS(3598), [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(1808), + [anon_sym_else] = ACTIONS(1732), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), [anon_sym_BANG_EQ] = ACTIONS(3604), [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), [anon_sym_EQ_EQ] = ACTIONS(3604), @@ -123882,72 +123874,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [632] = { [sym_getter] = STATE(4769), [sym_setter] = STATE(4769), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1734), + [anon_sym_RBRACK] = ACTIONS(1820), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1818), [anon_sym_DOT] = ACTIONS(3580), [anon_sym_SEMI] = ACTIONS(3638), [anon_sym_get] = ACTIONS(3584), [anon_sym_set] = ACTIONS(3586), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(1734), + [anon_sym_DASH_GT] = ACTIONS(1820), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1818), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), [anon_sym_AMP_AMP] = ACTIONS(3598), [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), [anon_sym_BANG_EQ] = ACTIONS(3604), [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), [anon_sym_EQ_EQ] = ACTIONS(3604), @@ -123997,74 +123989,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [633] = { - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1804), + [anon_sym_RBRACK] = ACTIONS(1812), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(1802), + [anon_sym_where] = ACTIONS(1810), [anon_sym_DOT] = ACTIONS(3580), [anon_sym_SEMI] = ACTIONS(3640), - [anon_sym_get] = ACTIONS(3584), - [anon_sym_set] = ACTIONS(3586), + [anon_sym_get] = ACTIONS(3630), + [anon_sym_set] = ACTIONS(3632), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(1804), + [anon_sym_DASH_GT] = ACTIONS(1812), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(1802), + [anon_sym_while] = ACTIONS(1810), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), [anon_sym_AMP_AMP] = ACTIONS(3598), [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(1802), + [anon_sym_else] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), [anon_sym_BANG_EQ] = ACTIONS(3604), [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), [anon_sym_EQ_EQ] = ACTIONS(3604), @@ -124114,74 +124106,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [634] = { - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [sym_getter] = STATE(3474), + [sym_setter] = STATE(3474), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1792), + [anon_sym_RBRACK] = ACTIONS(1826), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1824), [anon_sym_DOT] = ACTIONS(3580), [anon_sym_SEMI] = ACTIONS(3642), - [anon_sym_get] = ACTIONS(3584), - [anon_sym_set] = ACTIONS(3586), + [anon_sym_get] = ACTIONS(3630), + [anon_sym_set] = ACTIONS(3632), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(1792), + [anon_sym_DASH_GT] = ACTIONS(1826), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(1790), + [anon_sym_while] = ACTIONS(1824), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), [anon_sym_AMP_AMP] = ACTIONS(3598), [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(1790), + [anon_sym_else] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), [anon_sym_BANG_EQ] = ACTIONS(3604), [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), [anon_sym_EQ_EQ] = ACTIONS(3604), @@ -124231,74 +124223,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [635] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [sym_getter] = STATE(3466), + [sym_setter] = STATE(3466), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1798), + [anon_sym_RBRACK] = ACTIONS(1820), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1818), [anon_sym_DOT] = ACTIONS(3580), [anon_sym_SEMI] = ACTIONS(3644), - [anon_sym_get] = ACTIONS(3584), - [anon_sym_set] = ACTIONS(3586), + [anon_sym_get] = ACTIONS(3630), + [anon_sym_set] = ACTIONS(3632), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(1798), + [anon_sym_DASH_GT] = ACTIONS(1820), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1818), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), [anon_sym_AMP_AMP] = ACTIONS(3598), [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), [anon_sym_BANG_EQ] = ACTIONS(3604), [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), [anon_sym_EQ_EQ] = ACTIONS(3604), @@ -124348,74 +124340,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [636] = { - [sym_getter] = STATE(3469), - [sym_setter] = STATE(3469), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [sym_getter] = STATE(3461), + [sym_setter] = STATE(3461), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1810), + [anon_sym_RBRACK] = ACTIONS(1792), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), + [anon_sym_COMMA] = ACTIONS(1792), + [anon_sym_RPAREN] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(1808), + [anon_sym_where] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(3580), [anon_sym_SEMI] = ACTIONS(3646), - [anon_sym_get] = ACTIONS(3624), - [anon_sym_set] = ACTIONS(3626), + [anon_sym_get] = ACTIONS(3630), + [anon_sym_set] = ACTIONS(3632), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(1810), + [anon_sym_DASH_GT] = ACTIONS(1792), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(1808), + [anon_sym_while] = ACTIONS(1790), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), [anon_sym_AMP_AMP] = ACTIONS(3598), [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(1808), + [anon_sym_else] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), [anon_sym_BANG_EQ] = ACTIONS(3604), [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), [anon_sym_EQ_EQ] = ACTIONS(3604), @@ -124465,76 +124457,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [637] = { - [sym_property_delegate] = STATE(739), - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(3536), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), + [sym_property_delegate] = STATE(722), + [sym_getter] = STATE(1076), + [sym_setter] = STATE(1076), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(3648), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), [anon_sym_by] = ACTIONS(3516), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(2036), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(2040), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -124559,49 +124551,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, [638] = { - [sym_property_delegate] = STATE(750), - [sym_getter] = STATE(1136), - [sym_setter] = STATE(1136), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_property_delegate] = STATE(735), + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(3648), + [anon_sym_EQ] = ACTIONS(3566), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), @@ -124611,7 +124603,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1732), [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(2066), + [anon_sym_SEMI] = ACTIONS(2052), [anon_sym_get] = ACTIONS(3520), [anon_sym_set] = ACTIONS(3522), [anon_sym_this] = ACTIONS(1732), @@ -124675,8 +124667,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -124697,27 +124689,375 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1734), }, [639] = { - [sym_property_delegate] = STATE(728), - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_property_delegate] = STATE(738), + [sym_getter] = STATE(1034), + [sym_setter] = STATE(1034), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3556), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(3516), + [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(3558), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), + }, + [640] = { + [sym_property_delegate] = STATE(712), + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(3542), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(3516), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(2038), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), + }, + [641] = { + [sym_property_delegate] = STATE(747), + [sym_getter] = STATE(3181), + [sym_setter] = STATE(3181), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(3530), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(3516), + [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(3532), + [anon_sym_get] = ACTIONS(3520), + [anon_sym_set] = ACTIONS(3522), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), + }, + [642] = { + [sym_property_delegate] = STATE(714), + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(3650), + [anon_sym_EQ] = ACTIONS(3544), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), @@ -124727,9 +125067,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1732), [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(2044), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), + [anon_sym_SEMI] = ACTIONS(2056), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1734), @@ -124791,8 +125131,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -124812,144 +125152,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1734), }, - [640] = { - [sym_property_delegate] = STATE(718), - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(3560), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(3516), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(2058), - [anon_sym_get] = ACTIONS(3520), - [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), - }, - [641] = { - [sym_property_delegate] = STATE(723), - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [643] = { + [sym_property_delegate] = STATE(732), + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(3566), + [anon_sym_EQ] = ACTIONS(3570), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), @@ -124959,9 +125183,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1796), [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(2054), - [anon_sym_get] = ACTIONS(3520), - [anon_sym_set] = ACTIONS(3522), + [anon_sym_SEMI] = ACTIONS(2048), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), [anon_sym_this] = ACTIONS(1796), [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1798), @@ -125023,8 +125247,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -125044,77 +125268,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1798), }, - [642] = { - [sym_property_delegate] = STATE(720), - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(3524), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), + [644] = { + [sym_property_delegate] = STATE(742), + [sym_getter] = STATE(3169), + [sym_setter] = STATE(3169), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(3650), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), [anon_sym_by] = ACTIONS(3516), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(2056), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(2030), [anon_sym_get] = ACTIONS(3520), [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -125139,98 +125363,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, - [643] = { - [sym_property_delegate] = STATE(732), - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(3544), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), + [645] = { + [sym_property_delegate] = STATE(739), + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(3524), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), [anon_sym_by] = ACTIONS(3516), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(2064), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(2054), + [anon_sym_get] = ACTIONS(3520), + [anon_sym_set] = ACTIONS(3522), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -125255,98 +125479,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, - [644] = { - [sym_property_delegate] = STATE(747), - [sym_getter] = STATE(1147), - [sym_setter] = STATE(1147), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3548), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), + [646] = { + [sym_property_delegate] = STATE(749), + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(3562), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), [anon_sym_by] = ACTIONS(3516), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3550), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(2062), [anon_sym_get] = ACTIONS(3520), [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -125371,61 +125595,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1798), }, - [645] = { - [sym_property_delegate] = STATE(749), - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [647] = { + [sym_getter] = STATE(1129), + [sym_setter] = STATE(1129), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1792), [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(3526), [anon_sym_LBRACE] = ACTIONS(1792), [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(3516), + [anon_sym_COMMA] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1790), [anon_sym_GT] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1790), [anon_sym_object] = ACTIONS(1790), [anon_sym_fun] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(2042), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), [anon_sym_this] = ACTIONS(1790), [anon_sym_super] = ACTIONS(1790), [anon_sym_STAR] = ACTIONS(1792), @@ -125487,8 +125710,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1792), [anon_sym_continue_AT] = ACTIONS(1792), @@ -125508,307 +125731,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1792), }, - [646] = { - [sym_property_delegate] = STATE(741), - [sym_getter] = STATE(3187), - [sym_setter] = STATE(3187), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3554), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(3516), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3556), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), - }, - [647] = { - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1980), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), - }, [648] = { - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1930), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [sym_getter] = STATE(1034), + [sym_setter] = STATE(1034), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(3508), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), + [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), @@ -125833,45 +125825,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, [649] = { - [sym_getter] = STATE(1136), - [sym_setter] = STATE(1136), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_LBRACE] = ACTIONS(1734), @@ -125885,8 +125877,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1734), @@ -125948,8 +125940,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -125970,23 +125962,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1734), }, [650] = { - [sym_getter] = STATE(1136), - [sym_setter] = STATE(1136), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_LBRACE] = ACTIONS(1734), @@ -125999,9 +125991,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1732), [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1986), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), + [anon_sym_SEMI] = ACTIONS(1988), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1734), @@ -126063,8 +126055,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -126085,23 +126077,483 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1734), }, [651] = { - [sym_getter] = STATE(3111), - [sym_setter] = STATE(3111), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1798), + }, + [652] = { + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), + }, + [653] = { + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1982), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), + }, + [654] = { + [sym_getter] = STATE(3181), + [sym_setter] = STATE(3181), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(3448), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), + }, + [655] = { + [sym_getter] = STATE(3087), + [sym_setter] = STATE(3087), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(3422), [anon_sym_as] = ACTIONS(3420), [anon_sym_LBRACE] = ACTIONS(3422), @@ -126115,8 +126567,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(3420), [anon_sym_DOT] = ACTIONS(3420), [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), [anon_sym_this] = ACTIONS(3420), [anon_sym_super] = ACTIONS(3420), [anon_sym_STAR] = ACTIONS(3422), @@ -126178,8 +126630,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(3422), [anon_sym_continue_AT] = ACTIONS(3422), @@ -126199,76 +126651,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3422), }, - [652] = { - [sym_getter] = STATE(1163), - [sym_setter] = STATE(1163), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [656] = { + [sym_getter] = STATE(1076), + [sym_setter] = STATE(1076), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -126293,97 +126745,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, - [653] = { - [sym_getter] = STATE(3187), - [sym_setter] = STATE(3187), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [657] = { + [sym_getter] = STATE(3181), + [sym_setter] = STATE(3181), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(3450), + [anon_sym_set] = ACTIONS(3452), + [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), @@ -126408,97 +126860,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, - [654] = { - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1978), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [658] = { + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -126523,97 +126975,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1798), }, - [655] = { - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [659] = { + [sym_getter] = STATE(1034), + [sym_setter] = STATE(1034), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(3468), + [anon_sym_set] = ACTIONS(3470), + [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), @@ -126638,97 +127090,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, - [656] = { - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [660] = { + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1984), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -126753,97 +127205,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1798), }, - [657] = { - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1976), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [661] = { + [sym_getter] = STATE(3169), + [sym_setter] = STATE(3169), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -126868,45 +127320,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, - [658] = { - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [662] = { + [sym_getter] = STATE(3099), + [sym_setter] = STATE(3099), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1792), [anon_sym_as] = ACTIONS(1790), [anon_sym_LBRACE] = ACTIONS(1792), @@ -126920,8 +127372,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1790), [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), [anon_sym_this] = ACTIONS(1790), [anon_sym_super] = ACTIONS(1790), [anon_sym_STAR] = ACTIONS(1792), @@ -126983,8 +127435,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1792), [anon_sym_continue_AT] = ACTIONS(1792), @@ -127004,76 +127456,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1792), }, - [659] = { - [sym_getter] = STATE(1163), - [sym_setter] = STATE(1163), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1982), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [663] = { + [sym_getter] = STATE(1076), + [sym_setter] = STATE(1076), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1974), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -127098,97 +127550,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, - [660] = { - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1974), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [664] = { + [sym_getter] = STATE(3140), + [sym_setter] = STATE(3140), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -127213,97 +127665,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), }, - [661] = { - [sym_getter] = STATE(1124), - [sym_setter] = STATE(1124), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(1816), - [sym_label] = ACTIONS(1814), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1816), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG] = ACTIONS(1814), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [665] = { + [sym_getter] = STATE(3140), + [sym_setter] = STATE(3140), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1978), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -127328,97 +127780,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), }, - [662] = { - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [666] = { + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1980), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -127443,45 +127895,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, - [663] = { - [sym_getter] = STATE(1099), - [sym_setter] = STATE(1099), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [667] = { + [sym_getter] = STATE(3169), + [sym_setter] = STATE(3169), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1970), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), + }, + [668] = { + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(3422), [anon_sym_as] = ACTIONS(3420), [anon_sym_LBRACE] = ACTIONS(3422), @@ -127495,8 +128062,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(3420), [anon_sym_DOT] = ACTIONS(3420), [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), [anon_sym_this] = ACTIONS(3420), [anon_sym_super] = ACTIONS(3420), [anon_sym_STAR] = ACTIONS(3422), @@ -127558,8 +128125,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(3422), [anon_sym_continue_AT] = ACTIONS(3422), @@ -127579,76 +128146,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3422), }, - [664] = { - [sym_getter] = STATE(3187), - [sym_setter] = STATE(3187), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3500), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [669] = { + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -127673,45 +128240,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, - [665] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [670] = { + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_LBRACE] = ACTIONS(1734), @@ -127724,9 +128291,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1732), [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), + [anon_sym_SEMI] = ACTIONS(1986), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1734), @@ -127788,8 +128355,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -127809,24 +128376,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1734), }, - [666] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [671] = { + [sym_getter] = STATE(1141), + [sym_setter] = STATE(1141), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), + }, + [672] = { + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_LBRACE] = ACTIONS(1734), @@ -127839,9 +128521,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1732), [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1984), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1734), @@ -127903,8 +128585,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -127924,369 +128606,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1734), }, - [667] = { - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), - }, - [668] = { - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1972), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_BANG_BANG] = ACTIONS(1798), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), - }, - [669] = { - [sym_getter] = STATE(3126), - [sym_setter] = STATE(3126), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1810), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), - }, - [670] = { - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [673] = { + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_modifiers] = STATE(9362), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), [anon_sym_LBRACE] = ACTIONS(1798), @@ -128299,9 +128636,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1796), [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), + [anon_sym_SEMI] = ACTIONS(1960), + [anon_sym_get] = ACTIONS(3450), + [anon_sym_set] = ACTIONS(3452), [anon_sym_this] = ACTIONS(1796), [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1798), @@ -128363,8 +128700,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -128384,421 +128721,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1798), }, - [671] = { - [sym_getter] = STATE(1147), - [sym_setter] = STATE(1147), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), - }, - [672] = { - [sym_getter] = STATE(3126), - [sym_setter] = STATE(3126), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1988), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1810), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), - }, - [673] = { - [sym_getter] = STATE(1147), - [sym_setter] = STATE(1147), - [sym_modifiers] = STATE(9376), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3472), - [anon_sym_get] = ACTIONS(3474), - [anon_sym_set] = ACTIONS(3476), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), - }, [674] = { - [sym_getter] = STATE(3116), - [sym_setter] = STATE(3116), - [sym_modifiers] = STATE(9389), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(3460), - [anon_sym_set] = ACTIONS(3462), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(1816), - [sym_label] = ACTIONS(1814), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1816), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG] = ACTIONS(1814), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [sym_getter] = STATE(1141), + [sym_setter] = STATE(1141), + [sym_modifiers] = STATE(9349), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1930), + [anon_sym_get] = ACTIONS(3468), + [anon_sym_set] = ACTIONS(3470), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -128823,74 +128815,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), }, [675] = { - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(1790), + [anon_sym_EQ] = ACTIONS(1732), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1792), + [anon_sym_COMMA] = ACTIONS(1734), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3658), - [anon_sym_where] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(3660), [anon_sym_SEMI] = ACTIONS(3662), [anon_sym_get] = ACTIONS(3664), @@ -128902,13 +128894,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(3676), [anon_sym_AMP_AMP] = ACTIONS(3678), [anon_sym_PIPE_PIPE] = ACTIONS(3680), - [anon_sym_else] = ACTIONS(1790), + [anon_sym_else] = ACTIONS(1732), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), [anon_sym_BANG_EQ] = ACTIONS(3684), [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), [anon_sym_EQ_EQ] = ACTIONS(3684), @@ -128954,45 +128946,159 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, [676] = { - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(701), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(701), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3702), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [677] = { + [sym_getter] = STATE(5160), + [sym_setter] = STATE(5160), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), @@ -129006,9 +129112,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(3658), [anon_sym_where] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3702), - [anon_sym_get] = ACTIONS(3704), - [anon_sym_set] = ACTIONS(3706), + [anon_sym_SEMI] = ACTIONS(3714), + [anon_sym_get] = ACTIONS(3716), + [anon_sym_set] = ACTIONS(3718), [anon_sym_STAR] = ACTIONS(3668), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3672), @@ -129072,57 +129178,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [677] = { - [sym_getter] = STATE(5221), - [sym_setter] = STATE(5221), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [678] = { + [sym_getter] = STATE(5085), + [sym_setter] = STATE(5085), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(1818), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1820), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3658), - [anon_sym_where] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1818), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3708), - [anon_sym_get] = ACTIONS(3664), - [anon_sym_set] = ACTIONS(3666), + [anon_sym_SEMI] = ACTIONS(3720), + [anon_sym_get] = ACTIONS(3716), + [anon_sym_set] = ACTIONS(3718), [anon_sym_STAR] = ACTIONS(3668), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3672), @@ -129130,13 +129236,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(3676), [anon_sym_AMP_AMP] = ACTIONS(3678), [anon_sym_PIPE_PIPE] = ACTIONS(3680), - [anon_sym_else] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), [anon_sym_BANG_EQ] = ACTIONS(3684), [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), [anon_sym_EQ_EQ] = ACTIONS(3684), @@ -129182,517 +129288,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1820), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [678] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(694), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(694), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3710), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, [679] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(678), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(678), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3722), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [680] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(694), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(694), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3722), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [681] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(680), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(680), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3724), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [682] = { - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(5094), + [sym_setter] = STATE(5094), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(1802), + [anon_sym_EQ] = ACTIONS(1824), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1804), + [anon_sym_COMMA] = ACTIONS(1826), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3658), - [anon_sym_where] = ACTIONS(1802), + [anon_sym_where] = ACTIONS(1824), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3726), - [anon_sym_get] = ACTIONS(3704), - [anon_sym_set] = ACTIONS(3706), + [anon_sym_SEMI] = ACTIONS(3722), + [anon_sym_get] = ACTIONS(3716), + [anon_sym_set] = ACTIONS(3718), [anon_sym_STAR] = ACTIONS(3668), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3672), @@ -129700,13 +129350,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(3676), [anon_sym_AMP_AMP] = ACTIONS(3678), [anon_sym_PIPE_PIPE] = ACTIONS(3680), - [anon_sym_else] = ACTIONS(1802), + [anon_sym_else] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), [anon_sym_BANG_EQ] = ACTIONS(3684), [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), [anon_sym_EQ_EQ] = ACTIONS(3684), @@ -129752,159 +129402,387 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1804), + [sym__automatic_semicolon] = ACTIONS(1826), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [683] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(685), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [680] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(682), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(685), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(682), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3728), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_RBRACE] = ACTIONS(3724), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [684] = { - [sym_getter] = STATE(3978), - [sym_setter] = STATE(3978), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [681] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(689), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(689), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3726), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [682] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(682), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(682), + [sym__alpha_identifier] = ACTIONS(3728), + [anon_sym_AT] = ACTIONS(3731), + [anon_sym_LBRACK] = ACTIONS(3734), + [anon_sym_LBRACE] = ACTIONS(3737), + [anon_sym_RBRACE] = ACTIONS(3740), + [anon_sym_LPAREN] = ACTIONS(3742), + [anon_sym_object] = ACTIONS(3745), + [anon_sym_fun] = ACTIONS(3748), + [anon_sym_get] = ACTIONS(3751), + [anon_sym_set] = ACTIONS(3751), + [anon_sym_this] = ACTIONS(3754), + [anon_sym_super] = ACTIONS(3757), + [anon_sym_STAR] = ACTIONS(3760), + [sym_label] = ACTIONS(3763), + [anon_sym_in] = ACTIONS(3766), + [anon_sym_null] = ACTIONS(3769), + [anon_sym_if] = ACTIONS(3772), + [anon_sym_else] = ACTIONS(3775), + [anon_sym_when] = ACTIONS(3778), + [anon_sym_try] = ACTIONS(3781), + [anon_sym_throw] = ACTIONS(3784), + [anon_sym_return] = ACTIONS(3787), + [anon_sym_continue] = ACTIONS(3790), + [anon_sym_break] = ACTIONS(3790), + [anon_sym_COLON_COLON] = ACTIONS(3793), + [anon_sym_BANGin] = ACTIONS(3796), + [anon_sym_is] = ACTIONS(3799), + [anon_sym_BANGis] = ACTIONS(3802), + [anon_sym_PLUS] = ACTIONS(3763), + [anon_sym_DASH] = ACTIONS(3763), + [anon_sym_PLUS_PLUS] = ACTIONS(3805), + [anon_sym_DASH_DASH] = ACTIONS(3805), + [anon_sym_BANG] = ACTIONS(3763), + [anon_sym_data] = ACTIONS(3751), + [anon_sym_inner] = ACTIONS(3751), + [anon_sym_value] = ACTIONS(3751), + [anon_sym_expect] = ACTIONS(3751), + [anon_sym_actual] = ACTIONS(3751), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3808), + [anon_sym_continue_AT] = ACTIONS(3811), + [anon_sym_break_AT] = ACTIONS(3814), + [anon_sym_this_AT] = ACTIONS(3817), + [anon_sym_super_AT] = ACTIONS(3820), + [sym_real_literal] = ACTIONS(3823), + [sym_integer_literal] = ACTIONS(3826), + [sym_hex_literal] = ACTIONS(3829), + [sym_bin_literal] = ACTIONS(3829), + [anon_sym_true] = ACTIONS(3832), + [anon_sym_false] = ACTIONS(3832), + [anon_sym_SQUOTE] = ACTIONS(3835), + [sym__backtick_identifier] = ACTIONS(3838), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3841), + }, + [683] = { + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), @@ -129918,9 +129796,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(3658), [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3730), - [anon_sym_get] = ACTIONS(3704), - [anon_sym_set] = ACTIONS(3706), + [anon_sym_SEMI] = ACTIONS(3844), + [anon_sym_get] = ACTIONS(3716), + [anon_sym_set] = ACTIONS(3718), [anon_sym_STAR] = ACTIONS(3668), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3672), @@ -129984,171 +129862,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [685] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(694), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(694), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3732), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [686] = { - [sym_getter] = STATE(4033), - [sym_setter] = STATE(4033), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [684] = { + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(1808), + [anon_sym_EQ] = ACTIONS(1810), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1810), + [anon_sym_COMMA] = ACTIONS(1812), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3658), - [anon_sym_where] = ACTIONS(1808), + [anon_sym_where] = ACTIONS(1810), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3734), - [anon_sym_get] = ACTIONS(3704), - [anon_sym_set] = ACTIONS(3706), + [anon_sym_SEMI] = ACTIONS(3846), + [anon_sym_get] = ACTIONS(3716), + [anon_sym_set] = ACTIONS(3718), [anon_sym_STAR] = ACTIONS(3668), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3672), @@ -130156,13 +129920,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(3676), [anon_sym_AMP_AMP] = ACTIONS(3678), [anon_sym_PIPE_PIPE] = ACTIONS(3680), - [anon_sym_else] = ACTIONS(1808), + [anon_sym_else] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), [anon_sym_BANG_EQ] = ACTIONS(3684), [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), [anon_sym_EQ_EQ] = ACTIONS(3684), @@ -130208,501 +129972,615 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1810), + [sym__automatic_semicolon] = ACTIONS(1812), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [687] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(689), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [685] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(682), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(689), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(682), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3736), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_RBRACE] = ACTIONS(3848), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [688] = { - [sym_getter] = STATE(4034), - [sym_setter] = STATE(4034), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3658), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3738), - [anon_sym_get] = ACTIONS(3704), - [anon_sym_set] = ACTIONS(3706), - [anon_sym_STAR] = ACTIONS(3668), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3672), - [anon_sym_DOT_DOT] = ACTIONS(3674), - [anon_sym_QMARK_COLON] = ACTIONS(3676), - [anon_sym_AMP_AMP] = ACTIONS(3678), - [anon_sym_PIPE_PIPE] = ACTIONS(3680), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(3684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), - [anon_sym_EQ_EQ] = ACTIONS(3684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3686), - [anon_sym_LT_EQ] = ACTIONS(3688), - [anon_sym_GT_EQ] = ACTIONS(3688), - [anon_sym_BANGin] = ACTIONS(3690), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(3696), - [anon_sym_DASH] = ACTIONS(3696), - [anon_sym_SLASH] = ACTIONS(3668), - [anon_sym_PERCENT] = ACTIONS(3668), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), + [686] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(709), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(709), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3850), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(3682), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), }, - [689] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(694), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [687] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(685), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(694), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(685), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3728), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_RBRACE] = ACTIONS(3852), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [690] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(705), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [688] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(682), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(705), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(682), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3740), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_RBRACE] = ACTIONS(3852), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [691] = { - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [689] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(682), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(682), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3854), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [690] = { + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), @@ -130716,9 +130594,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(3658), [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3742), - [anon_sym_get] = ACTIONS(3704), - [anon_sym_set] = ACTIONS(3706), + [anon_sym_SEMI] = ACTIONS(3856), + [anon_sym_get] = ACTIONS(3716), + [anon_sym_set] = ACTIONS(3718), [anon_sym_STAR] = ACTIONS(3668), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3672), @@ -130782,1409 +130660,839 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [692] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(699), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [691] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(688), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(699), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(688), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3744), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_RBRACE] = ACTIONS(3858), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [693] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(696), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [692] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(706), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(696), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(706), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3746), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_RBRACE] = ACTIONS(3860), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [694] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(694), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(694), - [sym__alpha_identifier] = ACTIONS(3748), - [anon_sym_AT] = ACTIONS(3751), - [anon_sym_LBRACK] = ACTIONS(3754), - [anon_sym_LBRACE] = ACTIONS(3757), - [anon_sym_RBRACE] = ACTIONS(3760), - [anon_sym_LPAREN] = ACTIONS(3762), - [anon_sym_object] = ACTIONS(3765), - [anon_sym_fun] = ACTIONS(3768), - [anon_sym_get] = ACTIONS(3771), - [anon_sym_set] = ACTIONS(3771), - [anon_sym_this] = ACTIONS(3774), - [anon_sym_super] = ACTIONS(3777), - [anon_sym_STAR] = ACTIONS(3780), - [sym_label] = ACTIONS(3783), - [anon_sym_in] = ACTIONS(3786), - [anon_sym_null] = ACTIONS(3789), - [anon_sym_if] = ACTIONS(3792), - [anon_sym_else] = ACTIONS(3795), - [anon_sym_when] = ACTIONS(3798), - [anon_sym_try] = ACTIONS(3801), - [anon_sym_throw] = ACTIONS(3804), - [anon_sym_return] = ACTIONS(3807), - [anon_sym_continue] = ACTIONS(3810), - [anon_sym_break] = ACTIONS(3810), - [anon_sym_COLON_COLON] = ACTIONS(3813), - [anon_sym_BANGin] = ACTIONS(3816), - [anon_sym_is] = ACTIONS(3819), - [anon_sym_BANGis] = ACTIONS(3822), - [anon_sym_PLUS] = ACTIONS(3783), - [anon_sym_DASH] = ACTIONS(3783), - [anon_sym_PLUS_PLUS] = ACTIONS(3825), - [anon_sym_DASH_DASH] = ACTIONS(3825), - [anon_sym_BANG] = ACTIONS(3783), - [anon_sym_data] = ACTIONS(3771), - [anon_sym_inner] = ACTIONS(3771), - [anon_sym_value] = ACTIONS(3771), - [anon_sym_expect] = ACTIONS(3771), - [anon_sym_actual] = ACTIONS(3771), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3828), - [anon_sym_continue_AT] = ACTIONS(3831), - [anon_sym_break_AT] = ACTIONS(3834), - [anon_sym_this_AT] = ACTIONS(3837), - [anon_sym_super_AT] = ACTIONS(3840), - [sym_real_literal] = ACTIONS(3843), - [sym_integer_literal] = ACTIONS(3846), - [sym_hex_literal] = ACTIONS(3849), - [sym_bin_literal] = ACTIONS(3849), - [anon_sym_true] = ACTIONS(3852), - [anon_sym_false] = ACTIONS(3852), - [anon_sym_SQUOTE] = ACTIONS(3855), - [sym__backtick_identifier] = ACTIONS(3858), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3861), + [sym__string_start] = ACTIONS(205), }, - [695] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(694), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [693] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(682), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(694), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(682), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3864), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_RBRACE] = ACTIONS(3862), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [696] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(694), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [694] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(693), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(694), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(693), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3866), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [697] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(698), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(698), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3866), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [698] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(694), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(694), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3868), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [699] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(694), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(694), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3740), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [700] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(701), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(701), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3870), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_RBRACE] = ACTIONS(3864), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [701] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(694), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [695] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(682), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(694), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(682), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3872), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_RBRACE] = ACTIONS(3864), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [702] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(703), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [696] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(682), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(703), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(682), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3872), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_RBRACE] = ACTIONS(3866), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [703] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(694), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [697] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(695), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(694), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(695), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3874), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_RBRACE] = ACTIONS(3868), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [704] = { - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [698] = { + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), @@ -132198,7 +131506,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(3658), [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3876), + [anon_sym_SEMI] = ACTIONS(3870), [anon_sym_get] = ACTIONS(3664), [anon_sym_set] = ACTIONS(3666), [anon_sym_STAR] = ACTIONS(3668), @@ -132264,169 +131572,169 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [705] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(694), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(694), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3878), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [699] = { + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3658), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3872), + [anon_sym_get] = ACTIONS(3664), + [anon_sym_set] = ACTIONS(3666), + [anon_sym_STAR] = ACTIONS(3668), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3672), + [anon_sym_DOT_DOT] = ACTIONS(3674), + [anon_sym_QMARK_COLON] = ACTIONS(3676), + [anon_sym_AMP_AMP] = ACTIONS(3678), + [anon_sym_PIPE_PIPE] = ACTIONS(3680), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(3684), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), + [anon_sym_EQ_EQ] = ACTIONS(3684), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3686), + [anon_sym_LT_EQ] = ACTIONS(3688), + [anon_sym_GT_EQ] = ACTIONS(3688), + [anon_sym_BANGin] = ACTIONS(3690), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_SLASH] = ACTIONS(3668), + [anon_sym_PERCENT] = ACTIONS(3668), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), }, - [706] = { - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [700] = { + [sym_getter] = STATE(3906), + [sym_setter] = STATE(3906), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(1802), + [anon_sym_EQ] = ACTIONS(1824), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1804), + [anon_sym_COMMA] = ACTIONS(1826), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3658), - [anon_sym_where] = ACTIONS(1802), + [anon_sym_where] = ACTIONS(1824), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3880), + [anon_sym_SEMI] = ACTIONS(3874), [anon_sym_get] = ACTIONS(3664), [anon_sym_set] = ACTIONS(3666), [anon_sym_STAR] = ACTIONS(3668), @@ -132436,13 +131744,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(3676), [anon_sym_AMP_AMP] = ACTIONS(3678), [anon_sym_PIPE_PIPE] = ACTIONS(3680), - [anon_sym_else] = ACTIONS(1802), + [anon_sym_else] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), [anon_sym_BANG_EQ] = ACTIONS(3684), [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), [anon_sym_EQ_EQ] = ACTIONS(3684), @@ -132488,59 +131796,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1804), + [sym__automatic_semicolon] = ACTIONS(1826), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [707] = { - [sym_getter] = STATE(5198), - [sym_setter] = STATE(5198), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [701] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(682), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(682), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3876), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [702] = { + [sym_getter] = STATE(3944), + [sym_setter] = STATE(3944), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(1808), + [anon_sym_EQ] = ACTIONS(1818), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1810), + [anon_sym_COMMA] = ACTIONS(1820), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3658), - [anon_sym_where] = ACTIONS(1808), + [anon_sym_where] = ACTIONS(1818), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3882), + [anon_sym_SEMI] = ACTIONS(3878), [anon_sym_get] = ACTIONS(3664), [anon_sym_set] = ACTIONS(3666), [anon_sym_STAR] = ACTIONS(3668), @@ -132550,13 +131972,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(3676), [anon_sym_AMP_AMP] = ACTIONS(3678), [anon_sym_PIPE_PIPE] = ACTIONS(3680), - [anon_sym_else] = ACTIONS(1808), + [anon_sym_else] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), [anon_sym_BANG_EQ] = ACTIONS(3684), [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), [anon_sym_EQ_EQ] = ACTIONS(3684), @@ -132602,59 +132024,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1810), + [sym__automatic_semicolon] = ACTIONS(1820), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [708] = { - [sym_getter] = STATE(5183), - [sym_setter] = STATE(5183), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [703] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(705), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(705), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3876), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [704] = { + [sym_getter] = STATE(4031), + [sym_setter] = STATE(4031), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(1814), + [anon_sym_EQ] = ACTIONS(1790), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1816), + [anon_sym_COMMA] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3658), - [anon_sym_where] = ACTIONS(1814), + [anon_sym_where] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3884), + [anon_sym_SEMI] = ACTIONS(3880), [anon_sym_get] = ACTIONS(3664), [anon_sym_set] = ACTIONS(3666), [anon_sym_STAR] = ACTIONS(3668), @@ -132664,13 +132200,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(3676), [anon_sym_AMP_AMP] = ACTIONS(3678), [anon_sym_PIPE_PIPE] = ACTIONS(3680), - [anon_sym_else] = ACTIONS(1814), + [anon_sym_else] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), [anon_sym_BANG_EQ] = ACTIONS(3684), [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), [anon_sym_EQ_EQ] = ACTIONS(3684), @@ -132716,396 +132252,1304 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1816), + [sym__automatic_semicolon] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, + [705] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(682), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(682), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3882), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [706] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(682), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(682), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3884), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [707] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(696), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(696), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3854), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [708] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(680), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(680), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3884), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, [709] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(710), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(682), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(710), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(682), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_RBRACE] = ACTIONS(3886), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [710] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(694), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(711), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(694), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(711), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3888), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_RBRACE] = ACTIONS(3886), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [711] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_entry] = STATE(695), - [sym_when_condition] = STATE(8900), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_entry] = STATE(682), + [sym_when_condition] = STATE(8965), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym_when_expression_repeat1] = STATE(695), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym_when_expression_repeat1] = STATE(682), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_RBRACE] = ACTIONS(3888), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_else] = ACTIONS(3714), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_else] = ACTIONS(3706), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [712] = { - [sym_getter] = STATE(3469), - [sym_setter] = STATE(3469), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym_getter] = STATE(1076), + [sym_setter] = STATE(1076), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(2040), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), + }, + [713] = { + [sym_getter] = STATE(1138), + [sym_setter] = STATE(1138), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_object] = ACTIONS(3420), + [anon_sym_fun] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), + [anon_sym_this] = ACTIONS(3420), + [anon_sym_super] = ACTIONS(3420), + [anon_sym_STAR] = ACTIONS(3422), + [sym_label] = ACTIONS(3420), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_null] = ACTIONS(3420), + [anon_sym_if] = ACTIONS(3420), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_when] = ACTIONS(3420), + [anon_sym_try] = ACTIONS(3420), + [anon_sym_throw] = ACTIONS(3420), + [anon_sym_return] = ACTIONS(3420), + [anon_sym_continue] = ACTIONS(3420), + [anon_sym_break] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3422), + [anon_sym_PLUS_PLUS] = ACTIONS(3422), + [anon_sym_DASH_DASH] = ACTIONS(3422), + [anon_sym_BANG] = ACTIONS(3420), + [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(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3422), + [anon_sym_continue_AT] = ACTIONS(3422), + [anon_sym_break_AT] = ACTIONS(3422), + [anon_sym_this_AT] = ACTIONS(3422), + [anon_sym_super_AT] = ACTIONS(3422), + [sym_real_literal] = ACTIONS(3422), + [sym_integer_literal] = ACTIONS(3420), + [sym_hex_literal] = ACTIONS(3422), + [sym_bin_literal] = ACTIONS(3422), + [anon_sym_true] = ACTIONS(3420), + [anon_sym_false] = ACTIONS(3420), + [anon_sym_SQUOTE] = ACTIONS(3422), + [sym__backtick_identifier] = ACTIONS(3422), + [sym__automatic_semicolon] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3422), + }, + [714] = { + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(2038), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), + }, + [715] = { + [sym_getter] = STATE(1140), + [sym_setter] = STATE(1140), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), + }, + [716] = { + [sym_getter] = STATE(4807), + [sym_setter] = STATE(4807), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1810), + [anon_sym_RPAREN] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3890), [anon_sym_DOT] = ACTIONS(3580), @@ -133115,18 +133559,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(1808), + [anon_sym_while] = ACTIONS(1790), [anon_sym_DOT_DOT] = ACTIONS(3902), [anon_sym_QMARK_COLON] = ACTIONS(3904), [anon_sym_AMP_AMP] = ACTIONS(3906), [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(1808), + [anon_sym_else] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), [anon_sym_BANG_EQ] = ACTIONS(3910), [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), [anon_sym_EQ_EQ] = ACTIONS(3910), @@ -133175,80 +133619,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [713] = { - [sym_getter] = STATE(1124), - [sym_setter] = STATE(1124), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(3520), - [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(1816), - [sym_label] = ACTIONS(1814), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1816), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG] = ACTIONS(1814), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [717] = { + [sym_getter] = STATE(4769), + [sym_setter] = STATE(4769), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3890), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3920), + [anon_sym_get] = ACTIONS(3894), + [anon_sym_set] = ACTIONS(3896), + [anon_sym_STAR] = ACTIONS(3898), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3900), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(3902), + [anon_sym_QMARK_COLON] = ACTIONS(3904), + [anon_sym_AMP_AMP] = ACTIONS(3906), + [anon_sym_PIPE_PIPE] = ACTIONS(3908), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [anon_sym_BANG_EQ] = ACTIONS(3910), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), + [anon_sym_EQ_EQ] = ACTIONS(3910), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3912), + [anon_sym_LT_EQ] = ACTIONS(3914), + [anon_sym_GT_EQ] = ACTIONS(3914), + [anon_sym_BANGin] = ACTIONS(3916), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(3918), + [anon_sym_DASH] = ACTIONS(3918), + [anon_sym_SLASH] = ACTIONS(3898), + [anon_sym_PERCENT] = ACTIONS(3898), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -133267,92 +133725,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), }, - [714] = { - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [718] = { + [sym_getter] = STATE(4746), + [sym_setter] = STATE(4746), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1804), + [anon_sym_RPAREN] = ACTIONS(1826), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3890), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3920), - [anon_sym_get] = ACTIONS(3922), - [anon_sym_set] = ACTIONS(3924), + [anon_sym_SEMI] = ACTIONS(3922), + [anon_sym_get] = ACTIONS(3894), + [anon_sym_set] = ACTIONS(3896), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(1802), + [anon_sym_while] = ACTIONS(1824), [anon_sym_DOT_DOT] = ACTIONS(3902), [anon_sym_QMARK_COLON] = ACTIONS(3904), [anon_sym_AMP_AMP] = ACTIONS(3906), [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(1802), + [anon_sym_else] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), [anon_sym_BANG_EQ] = ACTIONS(3910), [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), [anon_sym_EQ_EQ] = ACTIONS(3910), @@ -133401,71 +133845,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [715] = { - [sym_getter] = STATE(4842), - [sym_setter] = STATE(4842), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [719] = { + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1810), + [anon_sym_RPAREN] = ACTIONS(1812), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3890), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3926), - [anon_sym_get] = ACTIONS(3922), - [anon_sym_set] = ACTIONS(3924), + [anon_sym_SEMI] = ACTIONS(3924), + [anon_sym_get] = ACTIONS(3894), + [anon_sym_set] = ACTIONS(3896), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(1808), + [anon_sym_while] = ACTIONS(1810), [anon_sym_DOT_DOT] = ACTIONS(3902), [anon_sym_QMARK_COLON] = ACTIONS(3904), [anon_sym_AMP_AMP] = ACTIONS(3906), [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(1808), + [anon_sym_else] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), [anon_sym_BANG_EQ] = ACTIONS(3910), [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), [anon_sym_EQ_EQ] = ACTIONS(3910), @@ -133514,71 +133958,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [716] = { - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [720] = { + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1792), + [anon_sym_RPAREN] = ACTIONS(1734), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3890), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3928), - [anon_sym_get] = ACTIONS(3922), - [anon_sym_set] = ACTIONS(3924), + [anon_sym_SEMI] = ACTIONS(3926), + [anon_sym_get] = ACTIONS(3894), + [anon_sym_set] = ACTIONS(3896), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(1790), + [anon_sym_while] = ACTIONS(1732), [anon_sym_DOT_DOT] = ACTIONS(3902), [anon_sym_QMARK_COLON] = ACTIONS(3904), [anon_sym_AMP_AMP] = ACTIONS(3906), [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(1790), + [anon_sym_else] = ACTIONS(1732), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), [anon_sym_BANG_EQ] = ACTIONS(3910), [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), [anon_sym_EQ_EQ] = ACTIONS(3910), @@ -133627,71 +134071,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [717] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [721] = { + [sym_getter] = STATE(3461), + [sym_setter] = STATE(3461), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_EQ] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3890), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3930), - [anon_sym_get] = ACTIONS(3922), - [anon_sym_set] = ACTIONS(3924), + [anon_sym_SEMI] = ACTIONS(3928), + [anon_sym_get] = ACTIONS(3930), + [anon_sym_set] = ACTIONS(3932), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1790), [anon_sym_DOT_DOT] = ACTIONS(3902), [anon_sym_QMARK_COLON] = ACTIONS(3904), [anon_sym_AMP_AMP] = ACTIONS(3906), [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), [anon_sym_BANG_EQ] = ACTIONS(3910), [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), [anon_sym_EQ_EQ] = ACTIONS(3910), @@ -133740,75 +134184,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [718] = { - [sym_getter] = STATE(1136), - [sym_setter] = STATE(1136), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_object] = ACTIONS(1732), - [anon_sym_fun] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(2066), - [anon_sym_get] = ACTIONS(3520), - [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(1732), - [anon_sym_super] = ACTIONS(1732), - [anon_sym_STAR] = ACTIONS(1734), - [sym_label] = ACTIONS(1732), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_null] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_try] = ACTIONS(1732), - [anon_sym_throw] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_continue] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1734), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG] = ACTIONS(1732), - [anon_sym_BANG_BANG] = ACTIONS(1734), - [anon_sym_suspend] = ACTIONS(73), + [722] = { + [sym_getter] = STATE(1141), + [sym_setter] = STATE(1141), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(2000), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), [anon_sym_data] = ACTIONS(75), @@ -133832,101 +134276,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1734), - [anon_sym_continue_AT] = ACTIONS(1734), - [anon_sym_break_AT] = ACTIONS(1734), - [anon_sym_this_AT] = ACTIONS(1734), - [anon_sym_super_AT] = ACTIONS(1734), - [sym_real_literal] = ACTIONS(1734), - [sym_integer_literal] = ACTIONS(1732), - [sym_hex_literal] = ACTIONS(1734), - [sym_bin_literal] = ACTIONS(1734), - [anon_sym_true] = ACTIONS(1732), - [anon_sym_false] = ACTIONS(1732), - [anon_sym_SQUOTE] = ACTIONS(1734), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1734), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), }, - [719] = { - [sym_getter] = STATE(1136), - [sym_setter] = STATE(1136), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_object] = ACTIONS(1732), - [anon_sym_fun] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(3520), - [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(1732), - [anon_sym_super] = ACTIONS(1732), - [anon_sym_STAR] = ACTIONS(1734), - [sym_label] = ACTIONS(1732), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_null] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_try] = ACTIONS(1732), - [anon_sym_throw] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_continue] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1734), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG] = ACTIONS(1732), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [723] = { + [sym_getter] = STATE(3466), + [sym_setter] = STATE(3466), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3890), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3934), + [anon_sym_get] = ACTIONS(3930), + [anon_sym_set] = ACTIONS(3932), + [anon_sym_STAR] = ACTIONS(3898), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3900), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(3902), + [anon_sym_QMARK_COLON] = ACTIONS(3904), + [anon_sym_AMP_AMP] = ACTIONS(3906), + [anon_sym_PIPE_PIPE] = ACTIONS(3908), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [anon_sym_BANG_EQ] = ACTIONS(3910), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), + [anon_sym_EQ_EQ] = ACTIONS(3910), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3912), + [anon_sym_LT_EQ] = ACTIONS(3914), + [anon_sym_GT_EQ] = ACTIONS(3914), + [anon_sym_BANGin] = ACTIONS(3916), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(3918), + [anon_sym_DASH] = ACTIONS(3918), + [anon_sym_SLASH] = ACTIONS(3898), + [anon_sym_PERCENT] = ACTIONS(3898), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -133945,205 +134403,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1734), - [anon_sym_continue_AT] = ACTIONS(1734), - [anon_sym_break_AT] = ACTIONS(1734), - [anon_sym_this_AT] = ACTIONS(1734), - [anon_sym_super_AT] = ACTIONS(1734), - [sym_real_literal] = ACTIONS(1734), - [sym_integer_literal] = ACTIONS(1732), - [sym_hex_literal] = ACTIONS(1734), - [sym_bin_literal] = ACTIONS(1734), - [anon_sym_true] = ACTIONS(1732), - [anon_sym_false] = ACTIONS(1732), - [anon_sym_SQUOTE] = ACTIONS(1734), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1734), - }, - [720] = { - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(2058), - [anon_sym_get] = ACTIONS(3520), - [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), }, - [721] = { - [sym_getter] = STATE(4769), - [sym_setter] = STATE(4769), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [724] = { + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1798), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3890), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3932), - [anon_sym_get] = ACTIONS(3922), - [anon_sym_set] = ACTIONS(3924), + [anon_sym_SEMI] = ACTIONS(3936), + [anon_sym_get] = ACTIONS(3894), + [anon_sym_set] = ACTIONS(3896), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1796), [anon_sym_DOT_DOT] = ACTIONS(3902), [anon_sym_QMARK_COLON] = ACTIONS(3904), [anon_sym_AMP_AMP] = ACTIONS(3906), [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), [anon_sym_BANG_EQ] = ACTIONS(3910), [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), [anon_sym_EQ_EQ] = ACTIONS(3910), @@ -134192,187 +134523,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [722] = { - [sym_getter] = STATE(1112), - [sym_setter] = STATE(1112), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(3520), - [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), - }, - [723] = { - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(2056), - [anon_sym_get] = ACTIONS(3520), - [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [725] = { + [sym_getter] = STATE(1141), + [sym_setter] = STATE(1141), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -134397,45 +134615,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), }, - [724] = { - [sym_getter] = STATE(1160), - [sym_setter] = STATE(1160), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [726] = { + [sym_getter] = STATE(1129), + [sym_setter] = STATE(1129), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1792), [anon_sym_as] = ACTIONS(1790), [anon_sym_LBRACE] = ACTIONS(1792), @@ -134447,8 +134665,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1790), [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(3520), - [anon_sym_set] = ACTIONS(3522), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), [anon_sym_this] = ACTIONS(1790), [anon_sym_super] = ACTIONS(1790), [anon_sym_STAR] = ACTIONS(1792), @@ -134510,8 +134728,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1792), [anon_sym_continue_AT] = ACTIONS(1792), @@ -134531,71 +134749,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1792), }, - [725] = { - [sym_getter] = STATE(3464), - [sym_setter] = STATE(3464), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [727] = { + [sym_getter] = STATE(3474), + [sym_setter] = STATE(3474), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1816), + [anon_sym_RPAREN] = ACTIONS(1826), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3890), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3934), - [anon_sym_get] = ACTIONS(3894), - [anon_sym_set] = ACTIONS(3896), + [anon_sym_SEMI] = ACTIONS(3938), + [anon_sym_get] = ACTIONS(3930), + [anon_sym_set] = ACTIONS(3932), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(1814), + [anon_sym_while] = ACTIONS(1824), [anon_sym_DOT_DOT] = ACTIONS(3902), [anon_sym_QMARK_COLON] = ACTIONS(3904), [anon_sym_AMP_AMP] = ACTIONS(3906), [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(1814), + [anon_sym_else] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), [anon_sym_BANG_EQ] = ACTIONS(3910), [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), [anon_sym_EQ_EQ] = ACTIONS(3910), @@ -134644,71 +134862,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [726] = { - [sym_getter] = STATE(4827), - [sym_setter] = STATE(4827), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [728] = { + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1816), + [anon_sym_RPAREN] = ACTIONS(1812), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3890), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3936), - [anon_sym_get] = ACTIONS(3922), - [anon_sym_set] = ACTIONS(3924), + [anon_sym_SEMI] = ACTIONS(3940), + [anon_sym_get] = ACTIONS(3930), + [anon_sym_set] = ACTIONS(3932), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(1814), + [anon_sym_while] = ACTIONS(1810), [anon_sym_DOT_DOT] = ACTIONS(3902), [anon_sym_QMARK_COLON] = ACTIONS(3904), [anon_sym_AMP_AMP] = ACTIONS(3906), [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(1814), + [anon_sym_else] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), [anon_sym_BANG_EQ] = ACTIONS(3910), [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), [anon_sym_EQ_EQ] = ACTIONS(3910), @@ -134757,282 +134975,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [727] = { - [sym_getter] = STATE(3116), - [sym_setter] = STATE(3116), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(1816), - [sym_label] = ACTIONS(1814), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1816), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG] = ACTIONS(1814), - [anon_sym_BANG_BANG] = ACTIONS(1816), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), - }, - [728] = { - [sym_getter] = STATE(3126), - [sym_setter] = STATE(3126), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(2050), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1810), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), - }, [729] = { - [sym_getter] = STATE(3477), - [sym_setter] = STATE(3477), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), [anon_sym_EQ] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1610), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(3576), [anon_sym_RPAREN] = ACTIONS(1734), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3890), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3938), - [anon_sym_get] = ACTIONS(3894), - [anon_sym_set] = ACTIONS(3896), + [anon_sym_SEMI] = ACTIONS(3942), + [anon_sym_get] = ACTIONS(3930), + [anon_sym_set] = ACTIONS(3932), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3900), @@ -135097,73 +135089,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [730] = { - [sym_getter] = STATE(1147), - [sym_setter] = STATE(1147), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3550), - [anon_sym_get] = ACTIONS(3520), - [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [sym_getter] = STATE(1034), + [sym_setter] = STATE(1034), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(3558), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), + [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), @@ -135188,101 +135180,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, [731] = { - [sym_getter] = STATE(3126), - [sym_setter] = STATE(3126), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3890), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3944), + [anon_sym_get] = ACTIONS(3930), + [anon_sym_set] = ACTIONS(3932), + [anon_sym_STAR] = ACTIONS(3898), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3900), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(3902), + [anon_sym_QMARK_COLON] = ACTIONS(3904), + [anon_sym_AMP_AMP] = ACTIONS(3906), + [anon_sym_PIPE_PIPE] = ACTIONS(3908), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(3910), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), + [anon_sym_EQ_EQ] = ACTIONS(3910), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3912), + [anon_sym_LT_EQ] = ACTIONS(3914), + [anon_sym_GT_EQ] = ACTIONS(3914), + [anon_sym_BANGin] = ACTIONS(3916), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(3918), + [anon_sym_DASH] = ACTIONS(3918), + [anon_sym_SLASH] = ACTIONS(3898), + [anon_sym_PERCENT] = ACTIONS(3898), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), [anon_sym_override] = ACTIONS(79), [anon_sym_lateinit] = ACTIONS(79), [anon_sym_public] = ACTIONS(81), @@ -135301,45 +135307,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), }, [732] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_LBRACE] = ACTIONS(1734), @@ -135350,9 +135342,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1732), [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(2044), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), + [anon_sym_SEMI] = ACTIONS(2056), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1734), @@ -135414,8 +135406,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -135436,23 +135428,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1734), }, [733] = { - [sym_getter] = STATE(3162), - [sym_setter] = STATE(3162), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1174), + [sym_setter] = STATE(1174), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_LBRACE] = ACTIONS(1734), @@ -135464,8 +135456,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1734), @@ -135527,8 +135519,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -135549,299 +135541,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1734), }, [734] = { - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3890), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3940), - [anon_sym_get] = ACTIONS(3894), - [anon_sym_set] = ACTIONS(3896), - [anon_sym_STAR] = ACTIONS(3898), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(3902), - [anon_sym_QMARK_COLON] = ACTIONS(3904), - [anon_sym_AMP_AMP] = ACTIONS(3906), - [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(3910), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), - [anon_sym_EQ_EQ] = ACTIONS(3910), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3912), - [anon_sym_LT_EQ] = ACTIONS(3914), - [anon_sym_GT_EQ] = ACTIONS(3914), - [anon_sym_BANGin] = ACTIONS(3916), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(3918), - [anon_sym_DASH] = ACTIONS(3918), - [anon_sym_SLASH] = ACTIONS(3898), - [anon_sym_PERCENT] = ACTIONS(3898), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [735] = { - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3890), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3942), - [anon_sym_get] = ACTIONS(3894), - [anon_sym_set] = ACTIONS(3896), - [anon_sym_STAR] = ACTIONS(3898), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(3902), - [anon_sym_QMARK_COLON] = ACTIONS(3904), - [anon_sym_AMP_AMP] = ACTIONS(3906), - [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(3910), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), - [anon_sym_EQ_EQ] = ACTIONS(3910), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3912), - [anon_sym_LT_EQ] = ACTIONS(3914), - [anon_sym_GT_EQ] = ACTIONS(3914), - [anon_sym_BANGin] = ACTIONS(3916), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(3918), - [anon_sym_DASH] = ACTIONS(3918), - [anon_sym_SLASH] = ACTIONS(3898), - [anon_sym_PERCENT] = ACTIONS(3898), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [736] = { - [sym_getter] = STATE(3111), - [sym_setter] = STATE(3111), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_object] = ACTIONS(3420), - [anon_sym_fun] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), - [anon_sym_this] = ACTIONS(3420), - [anon_sym_super] = ACTIONS(3420), - [anon_sym_STAR] = ACTIONS(3422), - [sym_label] = ACTIONS(3420), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_null] = ACTIONS(3420), - [anon_sym_if] = ACTIONS(3420), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_when] = ACTIONS(3420), - [anon_sym_try] = ACTIONS(3420), - [anon_sym_throw] = ACTIONS(3420), - [anon_sym_return] = ACTIONS(3420), - [anon_sym_continue] = ACTIONS(3420), - [anon_sym_break] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3422), - [anon_sym_as_QMARK] = ACTIONS(3422), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG] = ACTIONS(3420), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [sym_getter] = STATE(1076), + [sym_setter] = STATE(1076), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -135866,95 +135632,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3422), - [anon_sym_continue_AT] = ACTIONS(3422), - [anon_sym_break_AT] = ACTIONS(3422), - [anon_sym_this_AT] = ACTIONS(3422), - [anon_sym_super_AT] = ACTIONS(3422), - [sym_real_literal] = ACTIONS(3422), - [sym_integer_literal] = ACTIONS(3420), - [sym_hex_literal] = ACTIONS(3422), - [sym_bin_literal] = ACTIONS(3422), - [anon_sym_true] = ACTIONS(3420), - [anon_sym_false] = ACTIONS(3420), - [anon_sym_SQUOTE] = ACTIONS(3422), - [sym__backtick_identifier] = ACTIONS(3422), - [sym__automatic_semicolon] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3422), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, - [737] = { - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [735] = { + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(2054), + [anon_sym_get] = ACTIONS(3520), + [anon_sym_set] = ACTIONS(3522), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -135979,158 +135745,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), - }, - [738] = { - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3890), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3944), - [anon_sym_get] = ACTIONS(3894), - [anon_sym_set] = ACTIONS(3896), - [anon_sym_STAR] = ACTIONS(3898), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(3902), - [anon_sym_QMARK_COLON] = ACTIONS(3904), - [anon_sym_AMP_AMP] = ACTIONS(3906), - [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(3910), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), - [anon_sym_EQ_EQ] = ACTIONS(3910), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3912), - [anon_sym_LT_EQ] = ACTIONS(3914), - [anon_sym_GT_EQ] = ACTIONS(3914), - [anon_sym_BANGin] = ACTIONS(3916), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(3918), - [anon_sym_DASH] = ACTIONS(3918), - [anon_sym_SLASH] = ACTIONS(3898), - [anon_sym_PERCENT] = ACTIONS(3898), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, - [739] = { - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [736] = { + [sym_getter] = STATE(3099), + [sym_setter] = STATE(3099), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1792), [anon_sym_as] = ACTIONS(1790), [anon_sym_LBRACE] = ACTIONS(1792), @@ -136141,9 +135794,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1790), [anon_sym_fun] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(2042), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(3520), + [anon_sym_set] = ACTIONS(3522), [anon_sym_this] = ACTIONS(1790), [anon_sym_super] = ACTIONS(1790), [anon_sym_STAR] = ACTIONS(1792), @@ -136205,8 +135858,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1792), [anon_sym_continue_AT] = ACTIONS(1792), @@ -136226,74 +135879,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1792), }, - [740] = { - [sym_getter] = STATE(3264), - [sym_setter] = STATE(3264), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [737] = { + [sym_getter] = STATE(3169), + [sym_setter] = STATE(3169), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(3520), + [anon_sym_set] = ACTIONS(3522), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -136318,45 +135971,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, - [741] = { - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [738] = { + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), [anon_sym_LBRACE] = ACTIONS(1798), @@ -136367,9 +136020,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(1796), [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(2036), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), + [anon_sym_SEMI] = ACTIONS(2048), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), [anon_sym_this] = ACTIONS(1796), [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1798), @@ -136431,8 +136084,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -136452,74 +136105,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1798), }, - [742] = { - [sym_getter] = STATE(3225), - [sym_setter] = STATE(3225), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [739] = { + [sym_getter] = STATE(3169), + [sym_setter] = STATE(3169), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(2030), + [anon_sym_get] = ACTIONS(3520), + [anon_sym_set] = ACTIONS(3522), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -136544,95 +136197,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, - [743] = { - [sym_getter] = STATE(3187), - [sym_setter] = STATE(3187), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3556), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [740] = { + [sym_getter] = STATE(3140), + [sym_setter] = STATE(3140), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(3520), + [anon_sym_set] = ACTIONS(3522), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -136657,95 +136310,208 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), }, - [744] = { - [sym_getter] = STATE(1163), - [sym_setter] = STATE(1163), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), + [741] = { + [sym_getter] = STATE(3087), + [sym_setter] = STATE(3087), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_object] = ACTIONS(3420), + [anon_sym_fun] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), [anon_sym_get] = ACTIONS(3520), [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [anon_sym_this] = ACTIONS(3420), + [anon_sym_super] = ACTIONS(3420), + [anon_sym_STAR] = ACTIONS(3422), + [sym_label] = ACTIONS(3420), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_null] = ACTIONS(3420), + [anon_sym_if] = ACTIONS(3420), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_when] = ACTIONS(3420), + [anon_sym_try] = ACTIONS(3420), + [anon_sym_throw] = ACTIONS(3420), + [anon_sym_return] = ACTIONS(3420), + [anon_sym_continue] = ACTIONS(3420), + [anon_sym_break] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3422), + [anon_sym_PLUS_PLUS] = ACTIONS(3422), + [anon_sym_DASH_DASH] = ACTIONS(3422), + [anon_sym_BANG] = ACTIONS(3420), + [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(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3422), + [anon_sym_continue_AT] = ACTIONS(3422), + [anon_sym_break_AT] = ACTIONS(3422), + [anon_sym_this_AT] = ACTIONS(3422), + [anon_sym_super_AT] = ACTIONS(3422), + [sym_real_literal] = ACTIONS(3422), + [sym_integer_literal] = ACTIONS(3420), + [sym_hex_literal] = ACTIONS(3422), + [sym_bin_literal] = ACTIONS(3422), + [anon_sym_true] = ACTIONS(3420), + [anon_sym_false] = ACTIONS(3420), + [anon_sym_SQUOTE] = ACTIONS(3422), + [sym__backtick_identifier] = ACTIONS(3422), + [sym__automatic_semicolon] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3422), + }, + [742] = { + [sym_getter] = STATE(3140), + [sym_setter] = STATE(3140), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(2068), + [anon_sym_get] = ACTIONS(3520), + [anon_sym_set] = ACTIONS(3522), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -136770,95 +136536,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), }, - [745] = { - [sym_getter] = STATE(3187), - [sym_setter] = STATE(3187), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [743] = { + [sym_getter] = STATE(1034), + [sym_setter] = STATE(1034), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(3538), + [anon_sym_set] = ACTIONS(3540), + [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), @@ -136883,95 +136649,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, - [746] = { - [sym_getter] = STATE(1147), - [sym_setter] = STATE(1147), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), + [744] = { + [sym_getter] = STATE(3181), + [sym_setter] = STATE(3181), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(3532), [anon_sym_get] = ACTIONS(3520), [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [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), @@ -136996,64 +136762,290 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, - [747] = { - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(2054), + [745] = { + [sym_getter] = STATE(3181), + [sym_setter] = STATE(3181), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(3520), [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), + }, + [746] = { + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(3520), + [anon_sym_set] = ACTIONS(3522), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1798), + }, + [747] = { + [sym_getter] = STATE(3219), + [sym_setter] = STATE(3219), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(2062), + [anon_sym_get] = ACTIONS(3520), + [anon_sym_set] = ACTIONS(3522), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), [anon_sym_QMARK_COLON] = ACTIONS(1798), [anon_sym_AMP_AMP] = ACTIONS(1798), [anon_sym_PIPE_PIPE] = ACTIONS(1798), @@ -137109,8 +137101,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -137131,73 +137123,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1798), }, [748] = { - [sym_getter] = STATE(1099), - [sym_setter] = STATE(1099), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_object] = ACTIONS(3420), - [anon_sym_fun] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1734), [anon_sym_get] = ACTIONS(3520), [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(3420), - [anon_sym_super] = ACTIONS(3420), - [anon_sym_STAR] = ACTIONS(3422), - [sym_label] = ACTIONS(3420), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_null] = ACTIONS(3420), - [anon_sym_if] = ACTIONS(3420), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_when] = ACTIONS(3420), - [anon_sym_try] = ACTIONS(3420), - [anon_sym_throw] = ACTIONS(3420), - [anon_sym_return] = ACTIONS(3420), - [anon_sym_continue] = ACTIONS(3420), - [anon_sym_break] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3422), - [anon_sym_as_QMARK] = ACTIONS(3422), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG] = ACTIONS(3420), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -137222,95 +137214,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3422), - [anon_sym_continue_AT] = ACTIONS(3422), - [anon_sym_break_AT] = ACTIONS(3422), - [anon_sym_this_AT] = ACTIONS(3422), - [anon_sym_super_AT] = ACTIONS(3422), - [sym_real_literal] = ACTIONS(3422), - [sym_integer_literal] = ACTIONS(3420), - [sym_hex_literal] = ACTIONS(3422), - [sym_bin_literal] = ACTIONS(3422), - [anon_sym_true] = ACTIONS(3420), - [anon_sym_false] = ACTIONS(3420), - [anon_sym_SQUOTE] = ACTIONS(3422), - [sym__backtick_identifier] = ACTIONS(3422), - [sym__automatic_semicolon] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3422), + [sym__string_start] = ACTIONS(1734), }, [749] = { - [sym_getter] = STATE(3229), - [sym_setter] = STATE(3229), - [sym_modifiers] = STATE(9406), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(2064), - [anon_sym_get] = ACTIONS(3528), - [anon_sym_set] = ACTIONS(3530), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [sym_getter] = STATE(3258), + [sym_setter] = STATE(3258), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(2052), + [anon_sym_get] = ACTIONS(3520), + [anon_sym_set] = ACTIONS(3522), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -137335,95 +137327,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1734), }, [750] = { - [sym_getter] = STATE(1163), - [sym_setter] = STATE(1163), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(2062), + [sym_getter] = STATE(3059), + [sym_setter] = STATE(3059), + [sym_modifiers] = STATE(9139), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), [anon_sym_get] = ACTIONS(3520), [anon_sym_set] = ACTIONS(3522), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -137448,45 +137440,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, [751] = { - [sym_getter] = STATE(1158), - [sym_setter] = STATE(1158), - [sym_modifiers] = STATE(9107), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(1099), + [sym_setter] = STATE(1099), + [sym_modifiers] = STATE(9110), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), [anon_sym_LBRACE] = ACTIONS(1798), @@ -137498,8 +137490,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fun] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(3520), - [anon_sym_set] = ACTIONS(3522), + [anon_sym_get] = ACTIONS(3538), + [anon_sym_set] = ACTIONS(3540), [anon_sym_this] = ACTIONS(1796), [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1798), @@ -137561,8 +137553,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -137583,40 +137575,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(1798), }, [752] = { - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [sym__loop_statement] = STATE(4753), + [sym_for_statement] = STATE(4753), + [sym_while_statement] = STATE(4753), + [sym_do_while_statement] = STATE(4753), + [sym_assignment] = STATE(4753), + [sym__expression] = STATE(4106), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1920), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8381), + [sym_annotation] = STATE(1274), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1840), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(839), + [anon_sym_for] = ACTIONS(841), + [anon_sym_while] = ACTIONS(843), + [anon_sym_do] = ACTIONS(157), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [753] = { + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), @@ -137694,332 +137798,220 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [753] = { - [sym__loop_statement] = STATE(3131), - [sym_for_statement] = STATE(3131), - [sym_while_statement] = STATE(3131), - [sym_do_while_statement] = STATE(3131), - [sym_assignment] = STATE(3131), - [sym__expression] = STATE(1209), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2741), - [sym_parenthesized_expression] = STATE(2741), - [sym_collection_literal] = STATE(2741), - [sym__literal_constant] = STATE(2741), - [sym_string_literal] = STATE(2741), - [sym_lambda_literal] = STATE(2741), - [sym_anonymous_function] = STATE(2741), - [sym__function_literal] = STATE(2741), - [sym_object_literal] = STATE(2741), - [sym_this_expression] = STATE(2741), - [sym_super_expression] = STATE(2741), - [sym_if_expression] = STATE(2741), - [sym_when_expression] = STATE(2741), - [sym_try_expression] = STATE(2741), - [sym_jump_expression] = STATE(2741), - [sym_callable_reference] = STATE(2741), - [sym__prefix_unary_operator] = STATE(1689), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8359), - [sym_annotation] = STATE(1286), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2741), - [sym_long_literal] = STATE(2741), - [sym_boolean_literal] = STATE(2741), - [sym_character_literal] = STATE(2741), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(709), - [anon_sym_for] = ACTIONS(711), - [anon_sym_while] = ACTIONS(713), - [anon_sym_do] = ACTIONS(593), - [anon_sym_null] = ACTIONS(595), - [anon_sym_if] = ACTIONS(715), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(627), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, [754] = { - [sym__loop_statement] = STATE(3603), - [sym_for_statement] = STATE(3603), - [sym_while_statement] = STATE(3603), - [sym_do_while_statement] = STATE(3603), - [sym_assignment] = STATE(3603), - [sym__expression] = STATE(1231), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2773), - [sym_parenthesized_expression] = STATE(2773), - [sym_collection_literal] = STATE(2773), - [sym__literal_constant] = STATE(2773), - [sym_string_literal] = STATE(2773), - [sym_lambda_literal] = STATE(2773), - [sym_anonymous_function] = STATE(2773), - [sym__function_literal] = STATE(2773), - [sym_object_literal] = STATE(2773), - [sym_this_expression] = STATE(2773), - [sym_super_expression] = STATE(2773), - [sym_if_expression] = STATE(2773), - [sym_when_expression] = STATE(2773), - [sym_try_expression] = STATE(2773), - [sym_jump_expression] = STATE(2773), - [sym_callable_reference] = STATE(2773), - [sym__prefix_unary_operator] = STATE(2136), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8377), - [sym_annotation] = STATE(1241), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2773), - [sym_long_literal] = STATE(2773), - [sym_boolean_literal] = STATE(2773), - [sym_character_literal] = STATE(2773), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(151), - [anon_sym_for] = ACTIONS(153), - [anon_sym_while] = ACTIONS(155), - [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(159), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [sym__loop_statement] = STATE(1024), + [sym_for_statement] = STATE(1024), + [sym_while_statement] = STATE(1024), + [sym_do_while_statement] = STATE(1024), + [sym_assignment] = STATE(1024), + [sym__expression] = STATE(520), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(774), + [sym_parenthesized_expression] = STATE(774), + [sym_collection_literal] = STATE(774), + [sym__literal_constant] = STATE(774), + [sym_string_literal] = STATE(774), + [sym_lambda_literal] = STATE(774), + [sym_anonymous_function] = STATE(774), + [sym__function_literal] = STATE(774), + [sym_object_literal] = STATE(774), + [sym_this_expression] = STATE(774), + [sym_super_expression] = STATE(774), + [sym_if_expression] = STATE(774), + [sym_when_expression] = STATE(774), + [sym_try_expression] = STATE(774), + [sym_jump_expression] = STATE(774), + [sym_callable_reference] = STATE(774), + [sym__prefix_unary_operator] = STATE(1605), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8372), + [sym_annotation] = STATE(1280), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(774), + [sym_long_literal] = STATE(774), + [sym_boolean_literal] = STATE(774), + [sym_character_literal] = STATE(774), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1674), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1047), + [anon_sym_for] = ACTIONS(1049), + [anon_sym_while] = ACTIONS(1051), + [anon_sym_do] = ACTIONS(423), + [anon_sym_null] = ACTIONS(965), + [anon_sym_if] = ACTIONS(721), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(193), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(971), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(471), }, [755] = { - [sym__loop_statement] = STATE(5351), - [sym_for_statement] = STATE(5351), - [sym_while_statement] = STATE(5351), - [sym_do_while_statement] = STATE(5351), - [sym_assignment] = STATE(5351), - [sym__expression] = STATE(2263), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(2166), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8363), - [sym_annotation] = STATE(1255), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(5345), + [sym__loop_statement] = STATE(3955), + [sym_for_statement] = STATE(3955), + [sym_while_statement] = STATE(3955), + [sym_do_while_statement] = STATE(3955), + [sym_assignment] = STATE(3955), + [sym__expression] = STATE(1392), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2997), + [sym_parenthesized_expression] = STATE(2997), + [sym_collection_literal] = STATE(2997), + [sym__literal_constant] = STATE(2997), + [sym_string_literal] = STATE(2997), + [sym_lambda_literal] = STATE(2997), + [sym_anonymous_function] = STATE(2997), + [sym__function_literal] = STATE(2997), + [sym_object_literal] = STATE(2997), + [sym_this_expression] = STATE(2997), + [sym_super_expression] = STATE(2997), + [sym_if_expression] = STATE(2997), + [sym_when_expression] = STATE(2997), + [sym_try_expression] = STATE(2997), + [sym_jump_expression] = STATE(2997), + [sym_callable_reference] = STATE(2997), + [sym__prefix_unary_operator] = STATE(2117), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8378), + [sym_annotation] = STATE(1246), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2997), + [sym_long_literal] = STATE(2997), + [sym_boolean_literal] = STATE(2997), + [sym_character_literal] = STATE(2997), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(5362), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1137), - [anon_sym_for] = ACTIONS(1169), - [anon_sym_while] = ACTIONS(1171), - [anon_sym_do] = ACTIONS(1173), - [anon_sym_null] = ACTIONS(997), - [anon_sym_if] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(587), + [anon_sym_for] = ACTIONS(589), + [anon_sym_while] = ACTIONS(591), + [anon_sym_do] = ACTIONS(593), + [anon_sym_null] = ACTIONS(595), + [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1003), + [sym_real_literal] = ACTIONS(627), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -138031,54 +138023,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(639), }, [756] = { - [sym_getter] = STATE(4034), - [sym_setter] = STATE(4034), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(3978), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_typealias] = ACTIONS(3983), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_class] = ACTIONS(3983), + [anon_sym_interface] = ACTIONS(3983), + [anon_sym_enum] = ACTIONS(3983), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_val] = ACTIONS(3983), + [anon_sym_var] = ACTIONS(3983), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(3985), + [anon_sym_fun] = ACTIONS(3985), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(3985), + [anon_sym_set] = ACTIONS(3985), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(3976), + [sym_label] = ACTIONS(3976), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(3983), + [anon_sym_sealed] = ACTIONS(3983), + [anon_sym_annotation] = ACTIONS(3983), + [anon_sym_data] = ACTIONS(3985), + [anon_sym_inner] = ACTIONS(3985), + [anon_sym_value] = ACTIONS(3985), + [anon_sym_override] = ACTIONS(3983), + [anon_sym_lateinit] = ACTIONS(3983), + [anon_sym_public] = ACTIONS(3983), + [anon_sym_private] = ACTIONS(3983), + [anon_sym_internal] = ACTIONS(3983), + [anon_sym_protected] = ACTIONS(3983), + [anon_sym_tailrec] = ACTIONS(3983), + [anon_sym_operator] = ACTIONS(3983), + [anon_sym_infix] = ACTIONS(3983), + [anon_sym_inline] = ACTIONS(3983), + [anon_sym_external] = ACTIONS(3983), + [sym_property_modifier] = ACTIONS(3983), + [anon_sym_abstract] = ACTIONS(3983), + [anon_sym_final] = ACTIONS(3983), + [anon_sym_open] = ACTIONS(3983), + [anon_sym_vararg] = ACTIONS(3983), + [anon_sym_noinline] = ACTIONS(3983), + [anon_sym_crossinline] = ACTIONS(3983), + [anon_sym_expect] = ACTIONS(3985), + [anon_sym_actual] = ACTIONS(3985), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(3981), + [sym__automatic_semicolon] = ACTIONS(3981), + [sym_safe_nav] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [757] = { + [sym_getter] = STATE(5160), + [sym_setter] = STATE(5160), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(1814), + [anon_sym_EQ] = ACTIONS(1790), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3946), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3976), - [anon_sym_get] = ACTIONS(3978), - [anon_sym_set] = ACTIONS(3980), + [anon_sym_SEMI] = ACTIONS(3988), + [anon_sym_get] = ACTIONS(3950), + [anon_sym_set] = ACTIONS(3952), [anon_sym_STAR] = ACTIONS(3954), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3956), @@ -138086,13 +138190,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(3960), [anon_sym_AMP_AMP] = ACTIONS(3962), [anon_sym_PIPE_PIPE] = ACTIONS(3964), - [anon_sym_else] = ACTIONS(1814), + [anon_sym_else] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), [anon_sym_BANG_EQ] = ACTIONS(3966), [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), [anon_sym_EQ_EQ] = ACTIONS(3966), @@ -138138,59 +138242,955 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1816), + [sym__automatic_semicolon] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [757] = { - [sym_getter] = STATE(4033), - [sym_setter] = STATE(4033), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [758] = { + [sym__loop_statement] = STATE(9238), + [sym_for_statement] = STATE(9238), + [sym_while_statement] = STATE(9238), + [sym_do_while_statement] = STATE(9238), + [sym_assignment] = STATE(9238), + [sym__expression] = STATE(4282), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_annotation] = STATE(1290), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [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_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [759] = { + [sym__loop_statement] = STATE(1024), + [sym_for_statement] = STATE(1024), + [sym_while_statement] = STATE(1024), + [sym_do_while_statement] = STATE(1024), + [sym_assignment] = STATE(1024), + [sym__expression] = STATE(360), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(776), + [sym_parenthesized_expression] = STATE(776), + [sym_collection_literal] = STATE(776), + [sym__literal_constant] = STATE(776), + [sym_string_literal] = STATE(776), + [sym_lambda_literal] = STATE(776), + [sym_anonymous_function] = STATE(776), + [sym__function_literal] = STATE(776), + [sym_object_literal] = STATE(776), + [sym_this_expression] = STATE(776), + [sym_super_expression] = STATE(776), + [sym_if_expression] = STATE(776), + [sym_when_expression] = STATE(776), + [sym_try_expression] = STATE(776), + [sym_jump_expression] = STATE(776), + [sym_callable_reference] = STATE(776), + [sym__prefix_unary_operator] = STATE(2062), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8390), + [sym_annotation] = STATE(1256), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(776), + [sym_long_literal] = STATE(776), + [sym_boolean_literal] = STATE(776), + [sym_character_literal] = STATE(776), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1281), + [sym_label] = ACTIONS(417), + [anon_sym_for] = ACTIONS(419), + [anon_sym_while] = ACTIONS(421), + [anon_sym_do] = ACTIONS(423), + [anon_sym_null] = ACTIONS(425), + [anon_sym_if] = ACTIONS(427), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(443), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(459), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [760] = { + [sym__loop_statement] = STATE(5194), + [sym_for_statement] = STATE(5194), + [sym_while_statement] = STATE(5194), + [sym_do_while_statement] = STATE(5194), + [sym_assignment] = STATE(5194), + [sym__expression] = STATE(4230), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1625), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8375), + [sym_annotation] = STATE(1287), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(931), + [anon_sym_for] = ACTIONS(933), + [anon_sym_while] = ACTIONS(935), + [anon_sym_do] = ACTIONS(371), + [anon_sym_null] = ACTIONS(53), + [anon_sym_if] = ACTIONS(375), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [761] = { + [sym__loop_statement] = STATE(4753), + [sym_for_statement] = STATE(4753), + [sym_while_statement] = STATE(4753), + [sym_do_while_statement] = STATE(4753), + [sym_assignment] = STATE(4753), + [sym__expression] = STATE(3918), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4524), + [sym_parenthesized_expression] = STATE(4524), + [sym_collection_literal] = STATE(4524), + [sym__literal_constant] = STATE(4524), + [sym_string_literal] = STATE(4524), + [sym_lambda_literal] = STATE(4524), + [sym_anonymous_function] = STATE(4524), + [sym__function_literal] = STATE(4524), + [sym_object_literal] = STATE(4524), + [sym_this_expression] = STATE(4524), + [sym_super_expression] = STATE(4524), + [sym_if_expression] = STATE(4524), + [sym_when_expression] = STATE(4524), + [sym_try_expression] = STATE(4524), + [sym_jump_expression] = STATE(4524), + [sym_callable_reference] = STATE(4524), + [sym__prefix_unary_operator] = STATE(1516), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8376), + [sym_annotation] = STATE(1291), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4524), + [sym_long_literal] = STATE(4524), + [sym_boolean_literal] = STATE(4524), + [sym_character_literal] = STATE(4524), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1926), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(689), + [anon_sym_for] = ACTIONS(691), + [anon_sym_while] = ACTIONS(693), + [anon_sym_do] = ACTIONS(157), + [anon_sym_null] = ACTIONS(159), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(193), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [762] = { + [sym__loop_statement] = STATE(5194), + [sym_for_statement] = STATE(5194), + [sym_while_statement] = STATE(5194), + [sym_do_while_statement] = STATE(5194), + [sym_assignment] = STATE(5194), + [sym__expression] = STATE(4282), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4563), + [sym_parenthesized_expression] = STATE(4563), + [sym_collection_literal] = STATE(4563), + [sym__literal_constant] = STATE(4563), + [sym_string_literal] = STATE(4563), + [sym_lambda_literal] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [sym__function_literal] = STATE(4563), + [sym_object_literal] = STATE(4563), + [sym_this_expression] = STATE(4563), + [sym_super_expression] = STATE(4563), + [sym_if_expression] = STATE(4563), + [sym_when_expression] = STATE(4563), + [sym_try_expression] = STATE(4563), + [sym_jump_expression] = STATE(4563), + [sym_callable_reference] = STATE(4563), + [sym__prefix_unary_operator] = STATE(1924), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8387), + [sym_annotation] = STATE(1290), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4563), + [sym_long_literal] = STATE(4563), + [sym_boolean_literal] = STATE(4563), + [sym_character_literal] = STATE(4563), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(45), + [anon_sym_for] = ACTIONS(1071), + [anon_sym_while] = ACTIONS(1073), + [anon_sym_do] = ACTIONS(371), + [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_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(101), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [763] = { + [sym__loop_statement] = STATE(3955), + [sym_for_statement] = STATE(3955), + [sym_while_statement] = STATE(3955), + [sym_do_while_statement] = STATE(3955), + [sym_assignment] = STATE(3955), + [sym__expression] = STATE(2430), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2987), + [sym_parenthesized_expression] = STATE(2987), + [sym_collection_literal] = STATE(2987), + [sym__literal_constant] = STATE(2987), + [sym_string_literal] = STATE(2987), + [sym_lambda_literal] = STATE(2987), + [sym_anonymous_function] = STATE(2987), + [sym__function_literal] = STATE(2987), + [sym_object_literal] = STATE(2987), + [sym_this_expression] = STATE(2987), + [sym_super_expression] = STATE(2987), + [sym_if_expression] = STATE(2987), + [sym_when_expression] = STATE(2987), + [sym_try_expression] = STATE(2987), + [sym_jump_expression] = STATE(2987), + [sym_callable_reference] = STATE(2987), + [sym__prefix_unary_operator] = STATE(1543), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8373), + [sym_annotation] = STATE(1243), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2987), + [sym_long_literal] = STATE(2987), + [sym_boolean_literal] = STATE(2987), + [sym_character_literal] = STATE(2987), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(991), + [anon_sym_for] = ACTIONS(993), + [anon_sym_while] = ACTIONS(995), + [anon_sym_do] = ACTIONS(593), + [anon_sym_null] = ACTIONS(997), + [anon_sym_if] = ACTIONS(597), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1003), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [764] = { + [sym__loop_statement] = STATE(3599), + [sym_for_statement] = STATE(3599), + [sym_while_statement] = STATE(3599), + [sym_do_while_statement] = STATE(3599), + [sym_assignment] = STATE(3599), + [sym__expression] = STATE(1192), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2769), + [sym_parenthesized_expression] = STATE(2769), + [sym_collection_literal] = STATE(2769), + [sym__literal_constant] = STATE(2769), + [sym_string_literal] = STATE(2769), + [sym_lambda_literal] = STATE(2769), + [sym_anonymous_function] = STATE(2769), + [sym__function_literal] = STATE(2769), + [sym_object_literal] = STATE(2769), + [sym_this_expression] = STATE(2769), + [sym_super_expression] = STATE(2769), + [sym_if_expression] = STATE(2769), + [sym_when_expression] = STATE(2769), + [sym_try_expression] = STATE(2769), + [sym_jump_expression] = STATE(2769), + [sym_callable_reference] = STATE(2769), + [sym__prefix_unary_operator] = STATE(2135), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8371), + [sym_annotation] = STATE(1266), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2769), + [sym_long_literal] = STATE(2769), + [sym_boolean_literal] = STATE(2769), + [sym_character_literal] = STATE(2769), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(289), + [anon_sym_for] = ACTIONS(291), + [anon_sym_while] = ACTIONS(293), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(297), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [765] = { + [sym_annotated_lambda] = STATE(1090), + [sym_lambda_literal] = STATE(1027), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(3990), + [anon_sym_AT] = ACTIONS(3992), + [anon_sym_LBRACK] = ACTIONS(3992), + [anon_sym_as] = ACTIONS(3990), + [anon_sym_EQ] = ACTIONS(3990), + [anon_sym_LBRACE] = ACTIONS(3992), + [anon_sym_RBRACE] = ACTIONS(3992), + [anon_sym_LPAREN] = ACTIONS(3992), + [anon_sym_COMMA] = ACTIONS(3992), + [anon_sym_LT] = ACTIONS(3990), + [anon_sym_GT] = ACTIONS(3990), + [anon_sym_where] = ACTIONS(3990), + [anon_sym_object] = ACTIONS(3990), + [anon_sym_fun] = ACTIONS(3990), + [anon_sym_DOT] = ACTIONS(3990), + [anon_sym_SEMI] = ACTIONS(3992), + [anon_sym_get] = ACTIONS(3990), + [anon_sym_set] = ACTIONS(3990), + [anon_sym_this] = ACTIONS(3990), + [anon_sym_super] = ACTIONS(3990), + [anon_sym_STAR] = ACTIONS(3990), + [sym_label] = ACTIONS(3990), + [anon_sym_in] = ACTIONS(3990), + [anon_sym_DOT_DOT] = ACTIONS(3992), + [anon_sym_QMARK_COLON] = ACTIONS(3992), + [anon_sym_AMP_AMP] = ACTIONS(3992), + [anon_sym_PIPE_PIPE] = ACTIONS(3992), + [anon_sym_null] = ACTIONS(3990), + [anon_sym_if] = ACTIONS(3990), + [anon_sym_else] = ACTIONS(3990), + [anon_sym_when] = ACTIONS(3990), + [anon_sym_try] = ACTIONS(3990), + [anon_sym_throw] = ACTIONS(3990), + [anon_sym_return] = ACTIONS(3990), + [anon_sym_continue] = ACTIONS(3990), + [anon_sym_break] = ACTIONS(3990), + [anon_sym_COLON_COLON] = ACTIONS(3992), + [anon_sym_PLUS_EQ] = ACTIONS(3992), + [anon_sym_DASH_EQ] = ACTIONS(3992), + [anon_sym_STAR_EQ] = ACTIONS(3992), + [anon_sym_SLASH_EQ] = ACTIONS(3992), + [anon_sym_PERCENT_EQ] = ACTIONS(3992), + [anon_sym_BANG_EQ] = ACTIONS(3990), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3992), + [anon_sym_EQ_EQ] = ACTIONS(3990), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3992), + [anon_sym_LT_EQ] = ACTIONS(3992), + [anon_sym_GT_EQ] = ACTIONS(3992), + [anon_sym_BANGin] = ACTIONS(3992), + [anon_sym_is] = ACTIONS(3990), + [anon_sym_BANGis] = ACTIONS(3992), + [anon_sym_PLUS] = ACTIONS(3990), + [anon_sym_DASH] = ACTIONS(3990), + [anon_sym_SLASH] = ACTIONS(3990), + [anon_sym_PERCENT] = ACTIONS(3990), + [anon_sym_as_QMARK] = ACTIONS(3992), + [anon_sym_PLUS_PLUS] = ACTIONS(3992), + [anon_sym_DASH_DASH] = ACTIONS(3992), + [anon_sym_BANG] = ACTIONS(3990), + [anon_sym_BANG_BANG] = ACTIONS(3992), + [anon_sym_suspend] = ACTIONS(3990), + [anon_sym_sealed] = ACTIONS(3990), + [anon_sym_annotation] = ACTIONS(3990), + [anon_sym_data] = ACTIONS(3990), + [anon_sym_inner] = ACTIONS(3990), + [anon_sym_value] = ACTIONS(3990), + [anon_sym_override] = ACTIONS(3990), + [anon_sym_lateinit] = ACTIONS(3990), + [anon_sym_public] = ACTIONS(3990), + [anon_sym_private] = ACTIONS(3990), + [anon_sym_internal] = ACTIONS(3990), + [anon_sym_protected] = ACTIONS(3990), + [anon_sym_tailrec] = ACTIONS(3990), + [anon_sym_operator] = ACTIONS(3990), + [anon_sym_infix] = ACTIONS(3990), + [anon_sym_inline] = ACTIONS(3990), + [anon_sym_external] = ACTIONS(3990), + [sym_property_modifier] = ACTIONS(3990), + [anon_sym_abstract] = ACTIONS(3990), + [anon_sym_final] = ACTIONS(3990), + [anon_sym_open] = ACTIONS(3990), + [anon_sym_vararg] = ACTIONS(3990), + [anon_sym_noinline] = ACTIONS(3990), + [anon_sym_crossinline] = ACTIONS(3990), + [anon_sym_expect] = ACTIONS(3990), + [anon_sym_actual] = ACTIONS(3990), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3992), + [anon_sym_continue_AT] = ACTIONS(3992), + [anon_sym_break_AT] = ACTIONS(3992), + [anon_sym_this_AT] = ACTIONS(3992), + [anon_sym_super_AT] = ACTIONS(3992), + [sym_real_literal] = ACTIONS(3992), + [sym_integer_literal] = ACTIONS(3990), + [sym_hex_literal] = ACTIONS(3992), + [sym_bin_literal] = ACTIONS(3992), + [anon_sym_true] = ACTIONS(3990), + [anon_sym_false] = ACTIONS(3990), + [anon_sym_SQUOTE] = ACTIONS(3992), + [sym__backtick_identifier] = ACTIONS(3992), + [sym__automatic_semicolon] = ACTIONS(3992), + [sym_safe_nav] = ACTIONS(3992), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3992), + }, + [766] = { + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(1808), + [anon_sym_EQ] = ACTIONS(1796), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3946), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3982), - [anon_sym_get] = ACTIONS(3978), - [anon_sym_set] = ACTIONS(3980), + [anon_sym_SEMI] = ACTIONS(3994), + [anon_sym_get] = ACTIONS(3996), + [anon_sym_set] = ACTIONS(3998), [anon_sym_STAR] = ACTIONS(3954), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3956), @@ -138198,13 +139198,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(3960), [anon_sym_AMP_AMP] = ACTIONS(3962), [anon_sym_PIPE_PIPE] = ACTIONS(3964), - [anon_sym_else] = ACTIONS(1808), + [anon_sym_else] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), [anon_sym_BANG_EQ] = ACTIONS(3966), [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), [anon_sym_EQ_EQ] = ACTIONS(3966), @@ -138250,45 +139250,157 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1810), + [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [758] = { - [sym_getter] = STATE(3978), - [sym_setter] = STATE(3978), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [767] = { + [sym__loop_statement] = STATE(3955), + [sym_for_statement] = STATE(3955), + [sym_while_statement] = STATE(3955), + [sym_do_while_statement] = STATE(3955), + [sym_assignment] = STATE(3955), + [sym__expression] = STATE(2542), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2987), + [sym_parenthesized_expression] = STATE(2987), + [sym_collection_literal] = STATE(2987), + [sym__literal_constant] = STATE(2987), + [sym_string_literal] = STATE(2987), + [sym_lambda_literal] = STATE(2987), + [sym_anonymous_function] = STATE(2987), + [sym__function_literal] = STATE(2987), + [sym_object_literal] = STATE(2987), + [sym_this_expression] = STATE(2987), + [sym_super_expression] = STATE(2987), + [sym_if_expression] = STATE(2987), + [sym_when_expression] = STATE(2987), + [sym_try_expression] = STATE(2987), + [sym_jump_expression] = STATE(2987), + [sym_callable_reference] = STATE(2987), + [sym__prefix_unary_operator] = STATE(1536), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8354), + [sym_annotation] = STATE(1283), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2987), + [sym_long_literal] = STATE(2987), + [sym_boolean_literal] = STATE(2987), + [sym_character_literal] = STATE(2987), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1091), + [anon_sym_for] = ACTIONS(1093), + [anon_sym_while] = ACTIONS(1095), + [anon_sym_do] = ACTIONS(593), + [anon_sym_null] = ACTIONS(997), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1003), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [768] = { + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), @@ -138300,9 +139412,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3946), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3984), - [anon_sym_get] = ACTIONS(3978), - [anon_sym_set] = ACTIONS(3980), + [anon_sym_SEMI] = ACTIONS(4000), + [anon_sym_get] = ACTIONS(3996), + [anon_sym_set] = ACTIONS(3998), [anon_sym_STAR] = ACTIONS(3954), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3956), @@ -138366,55 +139478,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [759] = { - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [769] = { + [sym__loop_statement] = STATE(3125), + [sym_for_statement] = STATE(3125), + [sym_while_statement] = STATE(3125), + [sym_do_while_statement] = STATE(3125), + [sym_assignment] = STATE(3125), + [sym__expression] = STATE(2303), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2162), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8389), + [sym_annotation] = STATE(1248), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1968), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1137), + [anon_sym_for] = ACTIONS(1139), + [anon_sym_while] = ACTIONS(1141), + [anon_sym_do] = ACTIONS(509), + [anon_sym_null] = ACTIONS(905), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(911), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [770] = { + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(1802), + [anon_sym_EQ] = ACTIONS(1810), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3946), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3986), - [anon_sym_get] = ACTIONS(3978), - [anon_sym_set] = ACTIONS(3980), + [anon_sym_SEMI] = ACTIONS(4002), + [anon_sym_get] = ACTIONS(3996), + [anon_sym_set] = ACTIONS(3998), [anon_sym_STAR] = ACTIONS(3954), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3956), @@ -138422,13 +139646,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(3960), [anon_sym_AMP_AMP] = ACTIONS(3962), [anon_sym_PIPE_PIPE] = ACTIONS(3964), - [anon_sym_else] = ACTIONS(1802), + [anon_sym_else] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), [anon_sym_BANG_EQ] = ACTIONS(3966), [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), [anon_sym_EQ_EQ] = ACTIONS(3966), @@ -138474,171 +139698,843 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1804), + [sym__automatic_semicolon] = ACTIONS(1812), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [760] = { - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3946), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3988), - [anon_sym_get] = ACTIONS(3978), - [anon_sym_set] = ACTIONS(3980), - [anon_sym_STAR] = ACTIONS(3954), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3956), - [anon_sym_DOT_DOT] = ACTIONS(3958), - [anon_sym_QMARK_COLON] = ACTIONS(3960), - [anon_sym_AMP_AMP] = ACTIONS(3962), - [anon_sym_PIPE_PIPE] = ACTIONS(3964), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(3966), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), - [anon_sym_EQ_EQ] = ACTIONS(3966), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), - [anon_sym_LT_EQ] = ACTIONS(3970), - [anon_sym_GT_EQ] = ACTIONS(3970), - [anon_sym_BANGin] = ACTIONS(3972), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(3974), - [anon_sym_DASH] = ACTIONS(3974), - [anon_sym_SLASH] = ACTIONS(3954), - [anon_sym_PERCENT] = ACTIONS(3954), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), + [771] = { + [sym__loop_statement] = STATE(3599), + [sym_for_statement] = STATE(3599), + [sym_while_statement] = STATE(3599), + [sym_do_while_statement] = STATE(3599), + [sym_assignment] = STATE(3599), + [sym__expression] = STATE(1670), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2769), + [sym_parenthesized_expression] = STATE(2769), + [sym_collection_literal] = STATE(2769), + [sym__literal_constant] = STATE(2769), + [sym_string_literal] = STATE(2769), + [sym_lambda_literal] = STATE(2769), + [sym_anonymous_function] = STATE(2769), + [sym__function_literal] = STATE(2769), + [sym_object_literal] = STATE(2769), + [sym_this_expression] = STATE(2769), + [sym_super_expression] = STATE(2769), + [sym_if_expression] = STATE(2769), + [sym_when_expression] = STATE(2769), + [sym_try_expression] = STATE(2769), + [sym_jump_expression] = STATE(2769), + [sym_callable_reference] = STATE(2769), + [sym__prefix_unary_operator] = STATE(1593), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8393), + [sym_annotation] = STATE(1257), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2769), + [sym_long_literal] = STATE(2769), + [sym_boolean_literal] = STATE(2769), + [sym_character_literal] = STATE(2769), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(747), + [anon_sym_for] = ACTIONS(749), + [anon_sym_while] = ACTIONS(751), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(297), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(331), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [772] = { + [sym__loop_statement] = STATE(3599), + [sym_for_statement] = STATE(3599), + [sym_while_statement] = STATE(3599), + [sym_do_while_statement] = STATE(3599), + [sym_assignment] = STATE(3599), + [sym__expression] = STATE(2490), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2768), + [sym_parenthesized_expression] = STATE(2768), + [sym_collection_literal] = STATE(2768), + [sym__literal_constant] = STATE(2768), + [sym_string_literal] = STATE(2768), + [sym_lambda_literal] = STATE(2768), + [sym_anonymous_function] = STATE(2768), + [sym__function_literal] = STATE(2768), + [sym_object_literal] = STATE(2768), + [sym_this_expression] = STATE(2768), + [sym_super_expression] = STATE(2768), + [sym_if_expression] = STATE(2768), + [sym_when_expression] = STATE(2768), + [sym_try_expression] = STATE(2768), + [sym_jump_expression] = STATE(2768), + [sym_callable_reference] = STATE(2768), + [sym__prefix_unary_operator] = STATE(1790), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8360), + [sym_annotation] = STATE(1263), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2768), + [sym_long_literal] = STATE(2768), + [sym_boolean_literal] = STATE(2768), + [sym_character_literal] = STATE(2768), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1021), + [anon_sym_for] = ACTIONS(1023), + [anon_sym_while] = ACTIONS(1025), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(873), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(879), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [773] = { + [sym__loop_statement] = STATE(1024), + [sym_for_statement] = STATE(1024), + [sym_while_statement] = STATE(1024), + [sym_do_while_statement] = STATE(1024), + [sym_assignment] = STATE(1024), + [sym__expression] = STATE(472), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(774), + [sym_parenthesized_expression] = STATE(774), + [sym_collection_literal] = STATE(774), + [sym__literal_constant] = STATE(774), + [sym_string_literal] = STATE(774), + [sym_lambda_literal] = STATE(774), + [sym_anonymous_function] = STATE(774), + [sym__function_literal] = STATE(774), + [sym_object_literal] = STATE(774), + [sym_this_expression] = STATE(774), + [sym_super_expression] = STATE(774), + [sym_if_expression] = STATE(774), + [sym_when_expression] = STATE(774), + [sym_try_expression] = STATE(774), + [sym_jump_expression] = STATE(774), + [sym_callable_reference] = STATE(774), + [sym__prefix_unary_operator] = STATE(1740), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8370), + [sym_annotation] = STATE(1273), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1153), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(774), + [sym_long_literal] = STATE(774), + [sym_boolean_literal] = STATE(774), + [sym_character_literal] = STATE(774), + [sym__lexical_identifier] = STATE(823), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(959), + [anon_sym_for] = ACTIONS(961), + [anon_sym_while] = ACTIONS(963), + [anon_sym_do] = ACTIONS(423), + [anon_sym_null] = ACTIONS(965), + [anon_sym_if] = ACTIONS(427), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(3682), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(971), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), }, - [761] = { - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [774] = { + [sym_indexing_suffix] = STATE(7203), + [sym_navigation_suffix] = STATE(7203), + [sym__postfix_unary_operator] = STATE(7203), + [sym__member_access_operator] = STATE(7824), + [sym__postfix_unary_suffix] = STATE(7203), + [aux_sym__postfix_unary_expression_repeat1] = STATE(7203), + [sym__alpha_identifier] = ACTIONS(4004), + [anon_sym_AT] = ACTIONS(4006), + [anon_sym_LBRACK] = ACTIONS(4008), + [anon_sym_as] = ACTIONS(4004), + [anon_sym_EQ] = ACTIONS(4011), + [anon_sym_LBRACE] = ACTIONS(4006), + [anon_sym_RBRACE] = ACTIONS(4006), + [anon_sym_LPAREN] = ACTIONS(4006), + [anon_sym_COMMA] = ACTIONS(4006), + [anon_sym_LT] = ACTIONS(4004), + [anon_sym_GT] = ACTIONS(4004), + [anon_sym_where] = ACTIONS(4004), + [anon_sym_object] = ACTIONS(4004), + [anon_sym_fun] = ACTIONS(4004), + [anon_sym_DOT] = ACTIONS(4013), + [anon_sym_SEMI] = ACTIONS(4006), + [anon_sym_get] = ACTIONS(4004), + [anon_sym_set] = ACTIONS(4004), + [anon_sym_this] = ACTIONS(4004), + [anon_sym_super] = ACTIONS(4004), + [anon_sym_STAR] = ACTIONS(4004), + [sym_label] = ACTIONS(4004), + [anon_sym_in] = ACTIONS(4004), + [anon_sym_DOT_DOT] = ACTIONS(4006), + [anon_sym_QMARK_COLON] = ACTIONS(4006), + [anon_sym_AMP_AMP] = ACTIONS(4006), + [anon_sym_PIPE_PIPE] = ACTIONS(4006), + [anon_sym_null] = ACTIONS(4004), + [anon_sym_if] = ACTIONS(4004), + [anon_sym_else] = ACTIONS(4004), + [anon_sym_when] = ACTIONS(4004), + [anon_sym_try] = ACTIONS(4004), + [anon_sym_throw] = ACTIONS(4004), + [anon_sym_return] = ACTIONS(4004), + [anon_sym_continue] = ACTIONS(4004), + [anon_sym_break] = ACTIONS(4004), + [anon_sym_COLON_COLON] = ACTIONS(4016), + [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(4004), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4006), + [anon_sym_EQ_EQ] = ACTIONS(4004), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4006), + [anon_sym_LT_EQ] = ACTIONS(4006), + [anon_sym_GT_EQ] = ACTIONS(4006), + [anon_sym_BANGin] = ACTIONS(4006), + [anon_sym_is] = ACTIONS(4004), + [anon_sym_BANGis] = ACTIONS(4006), + [anon_sym_PLUS] = ACTIONS(4004), + [anon_sym_DASH] = ACTIONS(4004), + [anon_sym_SLASH] = ACTIONS(4004), + [anon_sym_PERCENT] = ACTIONS(4004), + [anon_sym_as_QMARK] = ACTIONS(4006), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG] = ACTIONS(4004), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_suspend] = ACTIONS(4004), + [anon_sym_sealed] = ACTIONS(4004), + [anon_sym_annotation] = ACTIONS(4004), + [anon_sym_data] = ACTIONS(4004), + [anon_sym_inner] = ACTIONS(4004), + [anon_sym_value] = ACTIONS(4004), + [anon_sym_override] = ACTIONS(4004), + [anon_sym_lateinit] = ACTIONS(4004), + [anon_sym_public] = ACTIONS(4004), + [anon_sym_private] = ACTIONS(4004), + [anon_sym_internal] = ACTIONS(4004), + [anon_sym_protected] = ACTIONS(4004), + [anon_sym_tailrec] = ACTIONS(4004), + [anon_sym_operator] = ACTIONS(4004), + [anon_sym_infix] = ACTIONS(4004), + [anon_sym_inline] = ACTIONS(4004), + [anon_sym_external] = ACTIONS(4004), + [sym_property_modifier] = ACTIONS(4004), + [anon_sym_abstract] = ACTIONS(4004), + [anon_sym_final] = ACTIONS(4004), + [anon_sym_open] = ACTIONS(4004), + [anon_sym_vararg] = ACTIONS(4004), + [anon_sym_noinline] = ACTIONS(4004), + [anon_sym_crossinline] = ACTIONS(4004), + [anon_sym_expect] = ACTIONS(4004), + [anon_sym_actual] = ACTIONS(4004), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4006), + [anon_sym_continue_AT] = ACTIONS(4006), + [anon_sym_break_AT] = ACTIONS(4006), + [anon_sym_this_AT] = ACTIONS(4006), + [anon_sym_super_AT] = ACTIONS(4006), + [sym_real_literal] = ACTIONS(4006), + [sym_integer_literal] = ACTIONS(4004), + [sym_hex_literal] = ACTIONS(4006), + [sym_bin_literal] = ACTIONS(4006), + [anon_sym_true] = ACTIONS(4004), + [anon_sym_false] = ACTIONS(4004), + [anon_sym_SQUOTE] = ACTIONS(4006), + [sym__backtick_identifier] = ACTIONS(4006), + [sym__automatic_semicolon] = ACTIONS(4006), + [sym_safe_nav] = ACTIONS(4016), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4006), + }, + [775] = { + [sym__loop_statement] = STATE(3599), + [sym_for_statement] = STATE(3599), + [sym_while_statement] = STATE(3599), + [sym_do_while_statement] = STATE(3599), + [sym_assignment] = STATE(3599), + [sym__expression] = STATE(2271), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(2768), + [sym_parenthesized_expression] = STATE(2768), + [sym_collection_literal] = STATE(2768), + [sym__literal_constant] = STATE(2768), + [sym_string_literal] = STATE(2768), + [sym_lambda_literal] = STATE(2768), + [sym_anonymous_function] = STATE(2768), + [sym__function_literal] = STATE(2768), + [sym_object_literal] = STATE(2768), + [sym_this_expression] = STATE(2768), + [sym_super_expression] = STATE(2768), + [sym_if_expression] = STATE(2768), + [sym_when_expression] = STATE(2768), + [sym_try_expression] = STATE(2768), + [sym_jump_expression] = STATE(2768), + [sym_callable_reference] = STATE(2768), + [sym__prefix_unary_operator] = STATE(1727), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8356), + [sym_annotation] = STATE(1249), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3402), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(2768), + [sym_long_literal] = STATE(2768), + [sym_boolean_literal] = STATE(2768), + [sym_character_literal] = STATE(2768), + [sym__lexical_identifier] = STATE(2933), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(867), + [anon_sym_for] = ACTIONS(869), + [anon_sym_while] = ACTIONS(871), + [anon_sym_do] = ACTIONS(295), + [anon_sym_null] = ACTIONS(873), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(879), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [776] = { + [sym_indexing_suffix] = STATE(7203), + [sym_navigation_suffix] = STATE(7203), + [sym__postfix_unary_operator] = STATE(7203), + [sym__member_access_operator] = STATE(7824), + [sym__postfix_unary_suffix] = STATE(7203), + [aux_sym__postfix_unary_expression_repeat1] = STATE(7203), + [sym__alpha_identifier] = ACTIONS(4004), + [anon_sym_AT] = ACTIONS(4006), + [anon_sym_LBRACK] = ACTIONS(4008), + [anon_sym_as] = ACTIONS(4004), + [anon_sym_EQ] = ACTIONS(4024), + [anon_sym_LBRACE] = ACTIONS(4006), + [anon_sym_RBRACE] = ACTIONS(4006), + [anon_sym_LPAREN] = ACTIONS(4006), + [anon_sym_COMMA] = ACTIONS(4006), + [anon_sym_LT] = ACTIONS(4004), + [anon_sym_GT] = ACTIONS(4004), + [anon_sym_where] = ACTIONS(4004), + [anon_sym_object] = ACTIONS(4004), + [anon_sym_fun] = ACTIONS(4004), + [anon_sym_DOT] = ACTIONS(4013), + [anon_sym_SEMI] = ACTIONS(4006), + [anon_sym_get] = ACTIONS(4004), + [anon_sym_set] = ACTIONS(4004), + [anon_sym_this] = ACTIONS(4004), + [anon_sym_super] = ACTIONS(4004), + [anon_sym_STAR] = ACTIONS(4004), + [sym_label] = ACTIONS(4004), + [anon_sym_in] = ACTIONS(4004), + [anon_sym_DOT_DOT] = ACTIONS(4006), + [anon_sym_QMARK_COLON] = ACTIONS(4006), + [anon_sym_AMP_AMP] = ACTIONS(4006), + [anon_sym_PIPE_PIPE] = ACTIONS(4006), + [anon_sym_null] = ACTIONS(4004), + [anon_sym_if] = ACTIONS(4004), + [anon_sym_else] = ACTIONS(4004), + [anon_sym_when] = ACTIONS(4004), + [anon_sym_try] = ACTIONS(4004), + [anon_sym_throw] = ACTIONS(4004), + [anon_sym_return] = ACTIONS(4004), + [anon_sym_continue] = ACTIONS(4004), + [anon_sym_break] = ACTIONS(4004), + [anon_sym_COLON_COLON] = ACTIONS(4016), + [anon_sym_PLUS_EQ] = ACTIONS(4027), + [anon_sym_DASH_EQ] = ACTIONS(4027), + [anon_sym_STAR_EQ] = ACTIONS(4027), + [anon_sym_SLASH_EQ] = ACTIONS(4027), + [anon_sym_PERCENT_EQ] = ACTIONS(4027), + [anon_sym_BANG_EQ] = ACTIONS(4004), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4006), + [anon_sym_EQ_EQ] = ACTIONS(4004), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4006), + [anon_sym_LT_EQ] = ACTIONS(4006), + [anon_sym_GT_EQ] = ACTIONS(4006), + [anon_sym_BANGin] = ACTIONS(4006), + [anon_sym_is] = ACTIONS(4004), + [anon_sym_BANGis] = ACTIONS(4006), + [anon_sym_PLUS] = ACTIONS(4004), + [anon_sym_DASH] = ACTIONS(4004), + [anon_sym_SLASH] = ACTIONS(4004), + [anon_sym_PERCENT] = ACTIONS(4004), + [anon_sym_as_QMARK] = ACTIONS(4006), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG] = ACTIONS(4004), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_suspend] = ACTIONS(4004), + [anon_sym_sealed] = ACTIONS(4004), + [anon_sym_annotation] = ACTIONS(4004), + [anon_sym_data] = ACTIONS(4004), + [anon_sym_inner] = ACTIONS(4004), + [anon_sym_value] = ACTIONS(4004), + [anon_sym_override] = ACTIONS(4004), + [anon_sym_lateinit] = ACTIONS(4004), + [anon_sym_public] = ACTIONS(4004), + [anon_sym_private] = ACTIONS(4004), + [anon_sym_internal] = ACTIONS(4004), + [anon_sym_protected] = ACTIONS(4004), + [anon_sym_tailrec] = ACTIONS(4004), + [anon_sym_operator] = ACTIONS(4004), + [anon_sym_infix] = ACTIONS(4004), + [anon_sym_inline] = ACTIONS(4004), + [anon_sym_external] = ACTIONS(4004), + [sym_property_modifier] = ACTIONS(4004), + [anon_sym_abstract] = ACTIONS(4004), + [anon_sym_final] = ACTIONS(4004), + [anon_sym_open] = ACTIONS(4004), + [anon_sym_vararg] = ACTIONS(4004), + [anon_sym_noinline] = ACTIONS(4004), + [anon_sym_crossinline] = ACTIONS(4004), + [anon_sym_expect] = ACTIONS(4004), + [anon_sym_actual] = ACTIONS(4004), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4006), + [anon_sym_continue_AT] = ACTIONS(4006), + [anon_sym_break_AT] = ACTIONS(4006), + [anon_sym_this_AT] = ACTIONS(4006), + [anon_sym_super_AT] = ACTIONS(4006), + [sym_real_literal] = ACTIONS(4006), + [sym_integer_literal] = ACTIONS(4004), + [sym_hex_literal] = ACTIONS(4006), + [sym_bin_literal] = ACTIONS(4006), + [anon_sym_true] = ACTIONS(4004), + [anon_sym_false] = ACTIONS(4004), + [anon_sym_SQUOTE] = ACTIONS(4006), + [sym__backtick_identifier] = ACTIONS(4006), + [sym__automatic_semicolon] = ACTIONS(4006), + [sym_safe_nav] = ACTIONS(4016), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4006), + }, + [777] = { + [sym__loop_statement] = STATE(3125), + [sym_for_statement] = STATE(3125), + [sym_while_statement] = STATE(3125), + [sym_do_while_statement] = STATE(3125), + [sym_assignment] = STATE(3125), + [sym__expression] = STATE(1207), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(1689), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8385), + [sym_annotation] = STATE(1281), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2750), + [sym_long_literal] = STATE(2750), + [sym_boolean_literal] = STATE(2750), + [sym_character_literal] = STATE(2750), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1968), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(657), + [anon_sym_for] = ACTIONS(659), + [anon_sym_while] = ACTIONS(661), + [anon_sym_do] = ACTIONS(509), + [anon_sym_null] = ACTIONS(511), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(543), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [778] = { + [sym_getter] = STATE(3906), + [sym_setter] = STATE(3906), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1824), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3946), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3990), - [anon_sym_get] = ACTIONS(3978), - [anon_sym_set] = ACTIONS(3980), + [anon_sym_SEMI] = ACTIONS(4030), + [anon_sym_get] = ACTIONS(3996), + [anon_sym_set] = ACTIONS(3998), [anon_sym_STAR] = ACTIONS(3954), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3956), @@ -138646,13 +140542,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(3960), [anon_sym_AMP_AMP] = ACTIONS(3962), [anon_sym_PIPE_PIPE] = ACTIONS(3964), - [anon_sym_else] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), [anon_sym_BANG_EQ] = ACTIONS(3966), [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), [anon_sym_EQ_EQ] = ACTIONS(3966), @@ -138698,87 +140594,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1826), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [762] = { - [sym__loop_statement] = STATE(5112), - [sym_for_statement] = STATE(5112), - [sym_while_statement] = STATE(5112), - [sym_do_while_statement] = STATE(5112), - [sym_assignment] = STATE(5112), - [sym__expression] = STATE(4237), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1580), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8390), - [sym_annotation] = STATE(1249), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(5345), + [779] = { + [sym__loop_statement] = STATE(5194), + [sym_for_statement] = STATE(5194), + [sym_while_statement] = STATE(5194), + [sym_do_while_statement] = STATE(5194), + [sym_assignment] = STATE(5194), + [sym__expression] = STATE(3757), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4551), + [sym_parenthesized_expression] = STATE(4551), + [sym_collection_literal] = STATE(4551), + [sym__literal_constant] = STATE(4551), + [sym_string_literal] = STATE(4551), + [sym_lambda_literal] = STATE(4551), + [sym_anonymous_function] = STATE(4551), + [sym__function_literal] = STATE(4551), + [sym_object_literal] = STATE(4551), + [sym_this_expression] = STATE(4551), + [sym_super_expression] = STATE(4551), + [sym_if_expression] = STATE(4551), + [sym_when_expression] = STATE(4551), + [sym_try_expression] = STATE(4551), + [sym_jump_expression] = STATE(4551), + [sym_callable_reference] = STATE(4551), + [sym__prefix_unary_operator] = STATE(1501), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8355), + [sym_annotation] = STATE(1262), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4551), + [sym_long_literal] = STATE(4551), + [sym_boolean_literal] = STATE(4551), + [sym_character_literal] = STATE(4551), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(5362), [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(963), - [anon_sym_for] = ACTIONS(965), - [anon_sym_while] = ACTIONS(967), + [anon_sym_STAR] = ACTIONS(1335), + [sym_label] = ACTIONS(365), + [anon_sym_for] = ACTIONS(367), + [anon_sym_while] = ACTIONS(369), [anon_sym_do] = ACTIONS(371), - [anon_sym_null] = ACTIONS(53), + [anon_sym_null] = ACTIONS(373), [anon_sym_if] = ACTIONS(375), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), @@ -138787,807 +140683,23 @@ 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(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [763] = { - [sym__loop_statement] = STATE(4006), - [sym_for_statement] = STATE(4006), - [sym_while_statement] = STATE(4006), - [sym_do_while_statement] = STATE(4006), - [sym_assignment] = STATE(4006), - [sym__expression] = STATE(1398), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(2982), - [sym_parenthesized_expression] = STATE(2982), - [sym_collection_literal] = STATE(2982), - [sym__literal_constant] = STATE(2982), - [sym_string_literal] = STATE(2982), - [sym_lambda_literal] = STATE(2982), - [sym_anonymous_function] = STATE(2982), - [sym__function_literal] = STATE(2982), - [sym_object_literal] = STATE(2982), - [sym_this_expression] = STATE(2982), - [sym_super_expression] = STATE(2982), - [sym_if_expression] = STATE(2982), - [sym_when_expression] = STATE(2982), - [sym_try_expression] = STATE(2982), - [sym_jump_expression] = STATE(2982), - [sym_callable_reference] = STATE(2982), - [sym__prefix_unary_operator] = STATE(2118), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8379), - [sym_annotation] = STATE(1260), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(2982), - [sym_long_literal] = STATE(2982), - [sym_boolean_literal] = STATE(2982), - [sym_character_literal] = STATE(2982), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(503), - [anon_sym_for] = ACTIONS(505), - [anon_sym_while] = ACTIONS(507), - [anon_sym_do] = ACTIONS(509), - [anon_sym_null] = ACTIONS(511), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(543), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [764] = { - [sym_annotated_lambda] = STATE(1171), - [sym_lambda_literal] = STATE(1044), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(3992), - [anon_sym_AT] = ACTIONS(3994), - [anon_sym_LBRACK] = ACTIONS(3994), - [anon_sym_as] = ACTIONS(3992), - [anon_sym_EQ] = ACTIONS(3992), - [anon_sym_LBRACE] = ACTIONS(3994), - [anon_sym_RBRACE] = ACTIONS(3994), - [anon_sym_LPAREN] = ACTIONS(3994), - [anon_sym_COMMA] = ACTIONS(3994), - [anon_sym_LT] = ACTIONS(3992), - [anon_sym_GT] = ACTIONS(3992), - [anon_sym_where] = ACTIONS(3992), - [anon_sym_object] = ACTIONS(3992), - [anon_sym_fun] = ACTIONS(3992), - [anon_sym_DOT] = ACTIONS(3992), - [anon_sym_SEMI] = ACTIONS(3994), - [anon_sym_get] = ACTIONS(3992), - [anon_sym_set] = ACTIONS(3992), - [anon_sym_this] = ACTIONS(3992), - [anon_sym_super] = ACTIONS(3992), - [anon_sym_STAR] = ACTIONS(3992), - [sym_label] = ACTIONS(3992), - [anon_sym_in] = ACTIONS(3992), - [anon_sym_DOT_DOT] = ACTIONS(3994), - [anon_sym_QMARK_COLON] = ACTIONS(3994), - [anon_sym_AMP_AMP] = ACTIONS(3994), - [anon_sym_PIPE_PIPE] = ACTIONS(3994), - [anon_sym_null] = ACTIONS(3992), - [anon_sym_if] = ACTIONS(3992), - [anon_sym_else] = ACTIONS(3992), - [anon_sym_when] = ACTIONS(3992), - [anon_sym_try] = ACTIONS(3992), - [anon_sym_throw] = ACTIONS(3992), - [anon_sym_return] = ACTIONS(3992), - [anon_sym_continue] = ACTIONS(3992), - [anon_sym_break] = ACTIONS(3992), - [anon_sym_COLON_COLON] = ACTIONS(3994), - [anon_sym_PLUS_EQ] = ACTIONS(3994), - [anon_sym_DASH_EQ] = ACTIONS(3994), - [anon_sym_STAR_EQ] = ACTIONS(3994), - [anon_sym_SLASH_EQ] = ACTIONS(3994), - [anon_sym_PERCENT_EQ] = ACTIONS(3994), - [anon_sym_BANG_EQ] = ACTIONS(3992), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3994), - [anon_sym_EQ_EQ] = ACTIONS(3992), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3994), - [anon_sym_LT_EQ] = ACTIONS(3994), - [anon_sym_GT_EQ] = ACTIONS(3994), - [anon_sym_BANGin] = ACTIONS(3994), - [anon_sym_is] = ACTIONS(3992), - [anon_sym_BANGis] = ACTIONS(3994), - [anon_sym_PLUS] = ACTIONS(3992), - [anon_sym_DASH] = ACTIONS(3992), - [anon_sym_SLASH] = ACTIONS(3992), - [anon_sym_PERCENT] = ACTIONS(3992), - [anon_sym_as_QMARK] = ACTIONS(3994), - [anon_sym_PLUS_PLUS] = ACTIONS(3994), - [anon_sym_DASH_DASH] = ACTIONS(3994), - [anon_sym_BANG] = ACTIONS(3992), - [anon_sym_BANG_BANG] = ACTIONS(3994), - [anon_sym_suspend] = ACTIONS(3992), - [anon_sym_sealed] = ACTIONS(3992), - [anon_sym_annotation] = ACTIONS(3992), - [anon_sym_data] = ACTIONS(3992), - [anon_sym_inner] = ACTIONS(3992), - [anon_sym_value] = ACTIONS(3992), - [anon_sym_override] = ACTIONS(3992), - [anon_sym_lateinit] = ACTIONS(3992), - [anon_sym_public] = ACTIONS(3992), - [anon_sym_private] = ACTIONS(3992), - [anon_sym_internal] = ACTIONS(3992), - [anon_sym_protected] = ACTIONS(3992), - [anon_sym_tailrec] = ACTIONS(3992), - [anon_sym_operator] = ACTIONS(3992), - [anon_sym_infix] = ACTIONS(3992), - [anon_sym_inline] = ACTIONS(3992), - [anon_sym_external] = ACTIONS(3992), - [sym_property_modifier] = ACTIONS(3992), - [anon_sym_abstract] = ACTIONS(3992), - [anon_sym_final] = ACTIONS(3992), - [anon_sym_open] = ACTIONS(3992), - [anon_sym_vararg] = ACTIONS(3992), - [anon_sym_noinline] = ACTIONS(3992), - [anon_sym_crossinline] = ACTIONS(3992), - [anon_sym_expect] = ACTIONS(3992), - [anon_sym_actual] = ACTIONS(3992), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3994), - [anon_sym_continue_AT] = ACTIONS(3994), - [anon_sym_break_AT] = ACTIONS(3994), - [anon_sym_this_AT] = ACTIONS(3994), - [anon_sym_super_AT] = ACTIONS(3994), - [sym_real_literal] = ACTIONS(3994), - [sym_integer_literal] = ACTIONS(3992), - [sym_hex_literal] = ACTIONS(3994), - [sym_bin_literal] = ACTIONS(3994), - [anon_sym_true] = ACTIONS(3992), - [anon_sym_false] = ACTIONS(3992), - [anon_sym_SQUOTE] = ACTIONS(3994), - [sym__backtick_identifier] = ACTIONS(3994), - [sym__automatic_semicolon] = ACTIONS(3994), - [sym_safe_nav] = ACTIONS(3994), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3994), - }, - [765] = { - [sym__loop_statement] = STATE(4006), - [sym_for_statement] = STATE(4006), - [sym_while_statement] = STATE(4006), - [sym_do_while_statement] = STATE(4006), - [sym_assignment] = STATE(4006), - [sym__expression] = STATE(2450), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3004), - [sym_parenthesized_expression] = STATE(3004), - [sym_collection_literal] = STATE(3004), - [sym__literal_constant] = STATE(3004), - [sym_string_literal] = STATE(3004), - [sym_lambda_literal] = STATE(3004), - [sym_anonymous_function] = STATE(3004), - [sym__function_literal] = STATE(3004), - [sym_object_literal] = STATE(3004), - [sym_this_expression] = STATE(3004), - [sym_super_expression] = STATE(3004), - [sym_if_expression] = STATE(3004), - [sym_when_expression] = STATE(3004), - [sym_try_expression] = STATE(3004), - [sym_jump_expression] = STATE(3004), - [sym_callable_reference] = STATE(3004), - [sym__prefix_unary_operator] = STATE(1545), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8395), - [sym_annotation] = STATE(1262), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3004), - [sym_long_literal] = STATE(3004), - [sym_boolean_literal] = STATE(3004), - [sym_character_literal] = STATE(3004), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(899), - [anon_sym_for] = ACTIONS(901), - [anon_sym_while] = ACTIONS(903), - [anon_sym_do] = ACTIONS(509), - [anon_sym_null] = ACTIONS(905), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(911), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [766] = { - [sym__loop_statement] = STATE(5112), - [sym_for_statement] = STATE(5112), - [sym_while_statement] = STATE(5112), - [sym_do_while_statement] = STATE(5112), - [sym_assignment] = STATE(5112), - [sym__expression] = STATE(4301), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_annotation] = STATE(1242), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1968), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(45), - [anon_sym_for] = ACTIONS(1071), - [anon_sym_while] = ACTIONS(1073), - [anon_sym_do] = ACTIONS(371), - [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_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [767] = { - [sym__loop_statement] = STATE(3131), - [sym_for_statement] = STATE(3131), - [sym_while_statement] = STATE(3131), - [sym_do_while_statement] = STATE(3131), - [sym_assignment] = STATE(3131), - [sym__expression] = STATE(1790), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(1637), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8364), - [sym_annotation] = STATE(1247), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(991), - [anon_sym_for] = ACTIONS(993), - [anon_sym_while] = ACTIONS(995), - [anon_sym_do] = ACTIONS(593), - [anon_sym_null] = ACTIONS(997), - [anon_sym_if] = ACTIONS(597), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1003), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [768] = { - [sym__loop_statement] = STATE(4817), - [sym_for_statement] = STATE(4817), - [sym_while_statement] = STATE(4817), - [sym_do_while_statement] = STATE(4817), - [sym_assignment] = STATE(4817), - [sym__expression] = STATE(3277), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4530), - [sym_parenthesized_expression] = STATE(4530), - [sym_collection_literal] = STATE(4530), - [sym__literal_constant] = STATE(4530), - [sym_string_literal] = STATE(4530), - [sym_lambda_literal] = STATE(4530), - [sym_anonymous_function] = STATE(4530), - [sym__function_literal] = STATE(4530), - [sym_object_literal] = STATE(4530), - [sym_this_expression] = STATE(4530), - [sym_super_expression] = STATE(4530), - [sym_if_expression] = STATE(4530), - [sym_when_expression] = STATE(4530), - [sym_try_expression] = STATE(4530), - [sym_jump_expression] = STATE(4530), - [sym_callable_reference] = STATE(4530), - [sym__prefix_unary_operator] = STATE(1985), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8361), - [sym_annotation] = STATE(1288), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4530), - [sym_long_literal] = STATE(4530), - [sym_boolean_literal] = STATE(4530), - [sym_character_literal] = STATE(4530), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1840), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(241), - [anon_sym_for] = ACTIONS(243), - [anon_sym_while] = ACTIONS(245), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(249), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(283), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [769] = { - [sym__loop_statement] = STATE(9246), - [sym_for_statement] = STATE(9246), - [sym_while_statement] = STATE(9246), - [sym_do_while_statement] = STATE(9246), - [sym_assignment] = STATE(9246), - [sym__expression] = STATE(4301), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4549), - [sym_parenthesized_expression] = STATE(4549), - [sym_collection_literal] = STATE(4549), - [sym__literal_constant] = STATE(4549), - [sym_string_literal] = STATE(4549), - [sym_lambda_literal] = STATE(4549), - [sym_anonymous_function] = STATE(4549), - [sym__function_literal] = STATE(4549), - [sym_object_literal] = STATE(4549), - [sym_this_expression] = STATE(4549), - [sym_super_expression] = STATE(4549), - [sym_if_expression] = STATE(4549), - [sym_when_expression] = STATE(4549), - [sym_try_expression] = STATE(4549), - [sym_jump_expression] = STATE(4549), - [sym_callable_reference] = STATE(4549), - [sym__prefix_unary_operator] = STATE(1736), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8391), - [sym_annotation] = STATE(1242), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4549), - [sym_long_literal] = STATE(4549), - [sym_boolean_literal] = STATE(4549), - [sym_character_literal] = STATE(4549), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1968), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [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_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(381), + [anon_sym_PLUS_PLUS] = ACTIONS(383), + [anon_sym_DASH_DASH] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(383), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), [anon_sym_this_AT] = ACTIONS(97), [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(101), + [sym_real_literal] = ACTIONS(385), [sym_integer_literal] = ACTIONS(103), [sym_hex_literal] = ACTIONS(105), [sym_bin_literal] = ACTIONS(105), @@ -139598,55 +140710,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [770] = { - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [780] = { + [sym_getter] = STATE(3944), + [sym_setter] = STATE(3944), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(1790), + [anon_sym_EQ] = ACTIONS(1818), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3946), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3996), - [anon_sym_get] = ACTIONS(3950), - [anon_sym_set] = ACTIONS(3952), + [anon_sym_SEMI] = ACTIONS(4032), + [anon_sym_get] = ACTIONS(3996), + [anon_sym_set] = ACTIONS(3998), [anon_sym_STAR] = ACTIONS(3954), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3956), @@ -139654,13 +140766,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(3960), [anon_sym_AMP_AMP] = ACTIONS(3962), [anon_sym_PIPE_PIPE] = ACTIONS(3964), - [anon_sym_else] = ACTIONS(1790), + [anon_sym_else] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), [anon_sym_BANG_EQ] = ACTIONS(3966), [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), [anon_sym_EQ_EQ] = ACTIONS(3966), @@ -139706,169 +140818,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1820), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [771] = { - [sym__loop_statement] = STATE(3131), - [sym_for_statement] = STATE(3131), - [sym_while_statement] = STATE(3131), - [sym_do_while_statement] = STATE(3131), - [sym_assignment] = STATE(3131), - [sym__expression] = STATE(2263), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2751), - [sym_parenthesized_expression] = STATE(2751), - [sym_collection_literal] = STATE(2751), - [sym__literal_constant] = STATE(2751), - [sym_string_literal] = STATE(2751), - [sym_lambda_literal] = STATE(2751), - [sym_anonymous_function] = STATE(2751), - [sym__function_literal] = STATE(2751), - [sym_object_literal] = STATE(2751), - [sym_this_expression] = STATE(2751), - [sym_super_expression] = STATE(2751), - [sym_if_expression] = STATE(2751), - [sym_when_expression] = STATE(2751), - [sym_try_expression] = STATE(2751), - [sym_jump_expression] = STATE(2751), - [sym_callable_reference] = STATE(2751), - [sym__prefix_unary_operator] = STATE(2166), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8363), - [sym_annotation] = STATE(1255), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2751), - [sym_long_literal] = STATE(2751), - [sym_boolean_literal] = STATE(2751), - [sym_character_literal] = STATE(2751), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1137), - [anon_sym_for] = ACTIONS(1139), - [anon_sym_while] = ACTIONS(1141), - [anon_sym_do] = ACTIONS(593), - [anon_sym_null] = ACTIONS(997), - [anon_sym_if] = ACTIONS(715), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1003), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [772] = { - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [781] = { + [sym_getter] = STATE(5094), + [sym_setter] = STATE(5094), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(1802), + [anon_sym_EQ] = ACTIONS(1824), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3946), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3998), + [anon_sym_SEMI] = ACTIONS(4034), [anon_sym_get] = ACTIONS(3950), [anon_sym_set] = ACTIONS(3952), [anon_sym_STAR] = ACTIONS(3954), @@ -139878,13 +140878,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(3960), [anon_sym_AMP_AMP] = ACTIONS(3962), [anon_sym_PIPE_PIPE] = ACTIONS(3964), - [anon_sym_else] = ACTIONS(1802), + [anon_sym_else] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), [anon_sym_BANG_EQ] = ACTIONS(3966), [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), [anon_sym_EQ_EQ] = ACTIONS(3966), @@ -139930,283 +140930,395 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1804), + [sym__automatic_semicolon] = ACTIONS(1826), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [773] = { - [sym_annotated_lambda] = STATE(1076), - [sym_lambda_literal] = STATE(1044), - [sym_annotation] = STATE(8342), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8342), - [sym__alpha_identifier] = ACTIONS(4000), - [anon_sym_AT] = ACTIONS(4002), - [anon_sym_LBRACK] = ACTIONS(4002), - [anon_sym_as] = ACTIONS(4000), - [anon_sym_EQ] = ACTIONS(4000), - [anon_sym_LBRACE] = ACTIONS(4002), - [anon_sym_RBRACE] = ACTIONS(4002), - [anon_sym_LPAREN] = ACTIONS(4002), - [anon_sym_COMMA] = ACTIONS(4002), - [anon_sym_LT] = ACTIONS(4000), - [anon_sym_GT] = ACTIONS(4000), - [anon_sym_where] = ACTIONS(4000), - [anon_sym_object] = ACTIONS(4000), - [anon_sym_fun] = ACTIONS(4000), - [anon_sym_DOT] = ACTIONS(4000), - [anon_sym_SEMI] = ACTIONS(4002), - [anon_sym_get] = ACTIONS(4000), - [anon_sym_set] = ACTIONS(4000), - [anon_sym_this] = ACTIONS(4000), - [anon_sym_super] = ACTIONS(4000), - [anon_sym_STAR] = ACTIONS(4000), - [sym_label] = ACTIONS(4000), - [anon_sym_in] = ACTIONS(4000), - [anon_sym_DOT_DOT] = ACTIONS(4002), - [anon_sym_QMARK_COLON] = ACTIONS(4002), - [anon_sym_AMP_AMP] = ACTIONS(4002), - [anon_sym_PIPE_PIPE] = ACTIONS(4002), - [anon_sym_null] = ACTIONS(4000), - [anon_sym_if] = ACTIONS(4000), - [anon_sym_else] = ACTIONS(4000), - [anon_sym_when] = ACTIONS(4000), - [anon_sym_try] = ACTIONS(4000), - [anon_sym_throw] = ACTIONS(4000), - [anon_sym_return] = ACTIONS(4000), - [anon_sym_continue] = ACTIONS(4000), - [anon_sym_break] = ACTIONS(4000), - [anon_sym_COLON_COLON] = ACTIONS(4002), - [anon_sym_PLUS_EQ] = ACTIONS(4002), - [anon_sym_DASH_EQ] = ACTIONS(4002), - [anon_sym_STAR_EQ] = ACTIONS(4002), - [anon_sym_SLASH_EQ] = ACTIONS(4002), - [anon_sym_PERCENT_EQ] = ACTIONS(4002), - [anon_sym_BANG_EQ] = ACTIONS(4000), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4002), - [anon_sym_EQ_EQ] = ACTIONS(4000), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4002), - [anon_sym_LT_EQ] = ACTIONS(4002), - [anon_sym_GT_EQ] = ACTIONS(4002), - [anon_sym_BANGin] = ACTIONS(4002), - [anon_sym_is] = ACTIONS(4000), - [anon_sym_BANGis] = ACTIONS(4002), - [anon_sym_PLUS] = ACTIONS(4000), - [anon_sym_DASH] = ACTIONS(4000), - [anon_sym_SLASH] = ACTIONS(4000), - [anon_sym_PERCENT] = ACTIONS(4000), - [anon_sym_as_QMARK] = ACTIONS(4002), - [anon_sym_PLUS_PLUS] = ACTIONS(4002), - [anon_sym_DASH_DASH] = ACTIONS(4002), - [anon_sym_BANG] = ACTIONS(4000), - [anon_sym_BANG_BANG] = ACTIONS(4002), - [anon_sym_suspend] = ACTIONS(4000), - [anon_sym_sealed] = ACTIONS(4000), - [anon_sym_annotation] = ACTIONS(4000), - [anon_sym_data] = ACTIONS(4000), - [anon_sym_inner] = ACTIONS(4000), - [anon_sym_value] = ACTIONS(4000), - [anon_sym_override] = ACTIONS(4000), - [anon_sym_lateinit] = ACTIONS(4000), - [anon_sym_public] = ACTIONS(4000), - [anon_sym_private] = ACTIONS(4000), - [anon_sym_internal] = ACTIONS(4000), - [anon_sym_protected] = ACTIONS(4000), - [anon_sym_tailrec] = ACTIONS(4000), - [anon_sym_operator] = ACTIONS(4000), - [anon_sym_infix] = ACTIONS(4000), - [anon_sym_inline] = ACTIONS(4000), - [anon_sym_external] = ACTIONS(4000), - [sym_property_modifier] = ACTIONS(4000), - [anon_sym_abstract] = ACTIONS(4000), - [anon_sym_final] = ACTIONS(4000), - [anon_sym_open] = ACTIONS(4000), - [anon_sym_vararg] = ACTIONS(4000), - [anon_sym_noinline] = ACTIONS(4000), - [anon_sym_crossinline] = ACTIONS(4000), - [anon_sym_expect] = ACTIONS(4000), - [anon_sym_actual] = ACTIONS(4000), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4002), - [anon_sym_continue_AT] = ACTIONS(4002), - [anon_sym_break_AT] = ACTIONS(4002), - [anon_sym_this_AT] = ACTIONS(4002), - [anon_sym_super_AT] = ACTIONS(4002), - [sym_real_literal] = ACTIONS(4002), - [sym_integer_literal] = ACTIONS(4000), - [sym_hex_literal] = ACTIONS(4002), - [sym_bin_literal] = ACTIONS(4002), - [anon_sym_true] = ACTIONS(4000), - [anon_sym_false] = ACTIONS(4000), - [anon_sym_SQUOTE] = ACTIONS(4002), - [sym__backtick_identifier] = ACTIONS(4002), - [sym__automatic_semicolon] = ACTIONS(4002), - [sym_safe_nav] = ACTIONS(4002), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4002), - }, - [774] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4006), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_typealias] = ACTIONS(4011), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_class] = ACTIONS(4011), - [anon_sym_interface] = ACTIONS(4011), - [anon_sym_enum] = ACTIONS(4011), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_val] = ACTIONS(4011), - [anon_sym_var] = ACTIONS(4011), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4013), - [anon_sym_fun] = ACTIONS(4013), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_get] = ACTIONS(4013), - [anon_sym_set] = ACTIONS(4013), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4004), - [sym_label] = ACTIONS(4004), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [anon_sym_suspend] = ACTIONS(4013), - [anon_sym_sealed] = ACTIONS(4013), - [anon_sym_annotation] = ACTIONS(4013), - [anon_sym_data] = ACTIONS(4013), - [anon_sym_inner] = ACTIONS(4013), - [anon_sym_value] = ACTIONS(4013), - [anon_sym_override] = ACTIONS(4013), - [anon_sym_lateinit] = ACTIONS(4013), - [anon_sym_public] = ACTIONS(4013), - [anon_sym_private] = ACTIONS(4013), - [anon_sym_internal] = ACTIONS(4013), - [anon_sym_protected] = ACTIONS(4013), - [anon_sym_tailrec] = ACTIONS(4013), - [anon_sym_operator] = ACTIONS(4013), - [anon_sym_infix] = ACTIONS(4013), - [anon_sym_inline] = ACTIONS(4013), - [anon_sym_external] = ACTIONS(4013), - [sym_property_modifier] = ACTIONS(4013), - [anon_sym_abstract] = ACTIONS(4013), - [anon_sym_final] = ACTIONS(4013), - [anon_sym_open] = ACTIONS(4013), - [anon_sym_vararg] = ACTIONS(4013), - [anon_sym_noinline] = ACTIONS(4013), - [anon_sym_crossinline] = ACTIONS(4013), - [anon_sym_expect] = ACTIONS(4013), - [anon_sym_actual] = ACTIONS(4013), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4009), - [sym__automatic_semicolon] = ACTIONS(4009), - [sym_safe_nav] = ACTIONS(4009), + [782] = { + [sym__loop_statement] = STATE(5416), + [sym_for_statement] = STATE(5416), + [sym_while_statement] = STATE(5416), + [sym_do_while_statement] = STATE(5416), + [sym_assignment] = STATE(5416), + [sym__expression] = STATE(2303), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2162), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8389), + [sym_annotation] = STATE(1248), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1968), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1137), + [anon_sym_for] = ACTIONS(1169), + [anon_sym_while] = ACTIONS(1171), + [anon_sym_do] = ACTIONS(1173), + [anon_sym_null] = ACTIONS(905), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(911), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), + [sym__string_start] = ACTIONS(555), }, - [775] = { - [sym_getter] = STATE(5183), - [sym_setter] = STATE(5183), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [783] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(3978), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_typealias] = ACTIONS(3983), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_class] = ACTIONS(3983), + [anon_sym_interface] = ACTIONS(3983), + [anon_sym_enum] = ACTIONS(3983), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_val] = ACTIONS(3983), + [anon_sym_var] = ACTIONS(3983), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(3985), + [anon_sym_fun] = ACTIONS(3985), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(3985), + [anon_sym_set] = ACTIONS(3985), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(3976), + [sym_label] = ACTIONS(3976), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(3985), + [anon_sym_sealed] = ACTIONS(3985), + [anon_sym_annotation] = ACTIONS(3985), + [anon_sym_data] = ACTIONS(3985), + [anon_sym_inner] = ACTIONS(3985), + [anon_sym_value] = ACTIONS(3985), + [anon_sym_override] = ACTIONS(3985), + [anon_sym_lateinit] = ACTIONS(3985), + [anon_sym_public] = ACTIONS(3985), + [anon_sym_private] = ACTIONS(3985), + [anon_sym_internal] = ACTIONS(3985), + [anon_sym_protected] = ACTIONS(3985), + [anon_sym_tailrec] = ACTIONS(3985), + [anon_sym_operator] = ACTIONS(3985), + [anon_sym_infix] = ACTIONS(3985), + [anon_sym_inline] = ACTIONS(3985), + [anon_sym_external] = ACTIONS(3985), + [sym_property_modifier] = ACTIONS(3985), + [anon_sym_abstract] = ACTIONS(3985), + [anon_sym_final] = ACTIONS(3985), + [anon_sym_open] = ACTIONS(3985), + [anon_sym_vararg] = ACTIONS(3985), + [anon_sym_noinline] = ACTIONS(3985), + [anon_sym_crossinline] = ACTIONS(3985), + [anon_sym_expect] = ACTIONS(3985), + [anon_sym_actual] = ACTIONS(3985), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(3981), + [sym__automatic_semicolon] = ACTIONS(3981), + [sym_safe_nav] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [784] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(4036), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_typealias] = ACTIONS(4039), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_class] = ACTIONS(4039), + [anon_sym_interface] = ACTIONS(4039), + [anon_sym_enum] = ACTIONS(4039), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_val] = ACTIONS(4039), + [anon_sym_var] = ACTIONS(4039), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(4041), + [anon_sym_fun] = ACTIONS(4041), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(3976), + [sym_label] = ACTIONS(3976), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [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_value] = 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(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(3981), + [sym__automatic_semicolon] = ACTIONS(3981), + [sym_safe_nav] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [785] = { + [sym_getter] = STATE(4031), + [sym_setter] = STATE(4031), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(1814), + [anon_sym_EQ] = ACTIONS(1790), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3946), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(4016), - [anon_sym_get] = ACTIONS(3950), - [anon_sym_set] = ACTIONS(3952), + [anon_sym_SEMI] = ACTIONS(4044), + [anon_sym_get] = ACTIONS(3996), + [anon_sym_set] = ACTIONS(3998), [anon_sym_STAR] = ACTIONS(3954), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3956), @@ -140214,13 +141326,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(3960), [anon_sym_AMP_AMP] = ACTIONS(3962), [anon_sym_PIPE_PIPE] = ACTIONS(3964), - [anon_sym_else] = ACTIONS(1814), + [anon_sym_else] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), [anon_sym_BANG_EQ] = ACTIONS(3966), [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), [anon_sym_EQ_EQ] = ACTIONS(3966), @@ -140266,423 +141378,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1816), + [sym__automatic_semicolon] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [776] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4006), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_typealias] = ACTIONS(4011), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_class] = ACTIONS(4011), - [anon_sym_interface] = ACTIONS(4011), - [anon_sym_enum] = ACTIONS(4011), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_val] = ACTIONS(4011), - [anon_sym_var] = ACTIONS(4011), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4013), - [anon_sym_fun] = ACTIONS(4013), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_get] = ACTIONS(4013), - [anon_sym_set] = ACTIONS(4013), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4004), - [sym_label] = ACTIONS(4004), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [anon_sym_suspend] = ACTIONS(4011), - [anon_sym_sealed] = ACTIONS(4011), - [anon_sym_annotation] = ACTIONS(4011), - [anon_sym_data] = ACTIONS(4013), - [anon_sym_inner] = ACTIONS(4013), - [anon_sym_value] = ACTIONS(4013), - [anon_sym_override] = ACTIONS(4011), - [anon_sym_lateinit] = ACTIONS(4011), - [anon_sym_public] = ACTIONS(4011), - [anon_sym_private] = ACTIONS(4011), - [anon_sym_internal] = ACTIONS(4011), - [anon_sym_protected] = ACTIONS(4011), - [anon_sym_tailrec] = ACTIONS(4011), - [anon_sym_operator] = ACTIONS(4011), - [anon_sym_infix] = ACTIONS(4011), - [anon_sym_inline] = ACTIONS(4011), - [anon_sym_external] = ACTIONS(4011), - [sym_property_modifier] = ACTIONS(4011), - [anon_sym_abstract] = ACTIONS(4011), - [anon_sym_final] = ACTIONS(4011), - [anon_sym_open] = ACTIONS(4011), - [anon_sym_vararg] = ACTIONS(4011), - [anon_sym_noinline] = ACTIONS(4011), - [anon_sym_crossinline] = ACTIONS(4011), - [anon_sym_expect] = ACTIONS(4013), - [anon_sym_actual] = ACTIONS(4013), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4009), - [sym__automatic_semicolon] = ACTIONS(4009), - [sym_safe_nav] = ACTIONS(4009), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [777] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4018), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_typealias] = ACTIONS(4021), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_class] = ACTIONS(4021), - [anon_sym_interface] = ACTIONS(4021), - [anon_sym_enum] = ACTIONS(4021), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_val] = ACTIONS(4021), - [anon_sym_var] = ACTIONS(4021), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4023), - [anon_sym_fun] = ACTIONS(4023), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_get] = ACTIONS(4023), - [anon_sym_set] = ACTIONS(4023), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4004), - [sym_label] = ACTIONS(4004), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [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_value] = 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(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4009), - [sym__automatic_semicolon] = ACTIONS(4009), - [sym_safe_nav] = ACTIONS(4009), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [778] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4018), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_typealias] = ACTIONS(4021), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_class] = ACTIONS(4021), - [anon_sym_interface] = ACTIONS(4021), - [anon_sym_enum] = ACTIONS(4021), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_val] = ACTIONS(4021), - [anon_sym_var] = ACTIONS(4021), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4023), - [anon_sym_fun] = ACTIONS(4023), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_get] = ACTIONS(4023), - [anon_sym_set] = ACTIONS(4023), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4004), - [sym_label] = ACTIONS(4004), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [anon_sym_suspend] = ACTIONS(4021), - [anon_sym_sealed] = ACTIONS(4021), - [anon_sym_annotation] = ACTIONS(4021), - [anon_sym_data] = ACTIONS(4023), - [anon_sym_inner] = ACTIONS(4023), - [anon_sym_value] = ACTIONS(4023), - [anon_sym_override] = ACTIONS(4021), - [anon_sym_lateinit] = ACTIONS(4021), - [anon_sym_public] = ACTIONS(4021), - [anon_sym_private] = ACTIONS(4021), - [anon_sym_internal] = ACTIONS(4021), - [anon_sym_protected] = ACTIONS(4021), - [anon_sym_tailrec] = ACTIONS(4021), - [anon_sym_operator] = ACTIONS(4021), - [anon_sym_infix] = ACTIONS(4021), - [anon_sym_inline] = ACTIONS(4021), - [anon_sym_external] = ACTIONS(4021), - [sym_property_modifier] = ACTIONS(4021), - [anon_sym_abstract] = ACTIONS(4021), - [anon_sym_final] = ACTIONS(4021), - [anon_sym_open] = ACTIONS(4021), - [anon_sym_vararg] = ACTIONS(4021), - [anon_sym_noinline] = ACTIONS(4021), - [anon_sym_crossinline] = ACTIONS(4021), - [anon_sym_expect] = ACTIONS(4023), - [anon_sym_actual] = ACTIONS(4023), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4009), - [sym__automatic_semicolon] = ACTIONS(4009), - [sym_safe_nav] = ACTIONS(4009), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [779] = { - [sym__loop_statement] = STATE(3603), - [sym_for_statement] = STATE(3603), - [sym_while_statement] = STATE(3603), - [sym_do_while_statement] = STATE(3603), - [sym_assignment] = STATE(3603), - [sym__expression] = STATE(2255), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2774), - [sym_parenthesized_expression] = STATE(2774), - [sym_collection_literal] = STATE(2774), - [sym__literal_constant] = STATE(2774), - [sym_string_literal] = STATE(2774), - [sym_lambda_literal] = STATE(2774), - [sym_anonymous_function] = STATE(2774), - [sym__function_literal] = STATE(2774), - [sym_object_literal] = STATE(2774), - [sym_this_expression] = STATE(2774), - [sym_super_expression] = STATE(2774), - [sym_if_expression] = STATE(2774), - [sym_when_expression] = STATE(2774), - [sym_try_expression] = STATE(2774), - [sym_jump_expression] = STATE(2774), - [sym_callable_reference] = STATE(2774), - [sym__prefix_unary_operator] = STATE(1727), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8386), - [sym_annotation] = STATE(1257), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2774), - [sym_long_literal] = STATE(2774), - [sym_boolean_literal] = STATE(2774), - [sym_character_literal] = STATE(2774), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(5345), + [786] = { + [sym__loop_statement] = STATE(4753), + [sym_for_statement] = STATE(4753), + [sym_while_statement] = STATE(4753), + [sym_do_while_statement] = STATE(4753), + [sym_assignment] = STATE(4753), + [sym__expression] = STATE(3359), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4524), + [sym_parenthesized_expression] = STATE(4524), + [sym_collection_literal] = STATE(4524), + [sym__literal_constant] = STATE(4524), + [sym_string_literal] = STATE(4524), + [sym_lambda_literal] = STATE(4524), + [sym_anonymous_function] = STATE(4524), + [sym__function_literal] = STATE(4524), + [sym_object_literal] = STATE(4524), + [sym_this_expression] = STATE(4524), + [sym_super_expression] = STATE(4524), + [sym_if_expression] = STATE(4524), + [sym_when_expression] = STATE(4524), + [sym_try_expression] = STATE(4524), + [sym_jump_expression] = STATE(4524), + [sym_callable_reference] = STATE(4524), + [sym__prefix_unary_operator] = STATE(1983), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8353), + [sym_annotation] = STATE(1268), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4524), + [sym_long_literal] = STATE(4524), + [sym_boolean_literal] = STATE(4524), + [sym_character_literal] = STATE(4524), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(5362), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1840), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(839), - [anon_sym_for] = ACTIONS(841), - [anon_sym_while] = ACTIONS(843), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(151), + [anon_sym_for] = ACTIONS(153), + [anon_sym_while] = ACTIONS(155), [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(845), + [anon_sym_null] = ACTIONS(159), [anon_sym_if] = ACTIONS(161), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), @@ -140691,23 +141467,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(851), + [sym_real_literal] = ACTIONS(193), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -140718,389 +141494,277 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [780] = { - [sym__loop_statement] = STATE(1026), - [sym_for_statement] = STATE(1026), - [sym_while_statement] = STATE(1026), - [sym_do_while_statement] = STATE(1026), - [sym_assignment] = STATE(1026), - [sym__expression] = STATE(519), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(785), - [sym_parenthesized_expression] = STATE(785), - [sym_collection_literal] = STATE(785), - [sym__literal_constant] = STATE(785), - [sym_string_literal] = STATE(785), - [sym_lambda_literal] = STATE(785), - [sym_anonymous_function] = STATE(785), - [sym__function_literal] = STATE(785), - [sym_object_literal] = STATE(785), - [sym_this_expression] = STATE(785), - [sym_super_expression] = STATE(785), - [sym_if_expression] = STATE(785), - [sym_when_expression] = STATE(785), - [sym_try_expression] = STATE(785), - [sym_jump_expression] = STATE(785), - [sym_callable_reference] = STATE(785), - [sym__prefix_unary_operator] = STATE(1544), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8374), - [sym_annotation] = STATE(1272), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(785), - [sym_long_literal] = STATE(785), - [sym_boolean_literal] = STATE(785), - [sym_character_literal] = STATE(785), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1674), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1021), - [anon_sym_for] = ACTIONS(1023), - [anon_sym_while] = ACTIONS(1025), - [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(937), - [anon_sym_if] = ACTIONS(811), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), + [787] = { + [sym__loop_statement] = STATE(4753), + [sym_for_statement] = STATE(4753), + [sym_while_statement] = STATE(4753), + [sym_do_while_statement] = STATE(4753), + [sym_assignment] = STATE(4753), + [sym__expression] = STATE(4280), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_annotation] = STATE(1239), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1926), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(233), + [anon_sym_for] = ACTIONS(1117), + [anon_sym_while] = ACTIONS(1119), + [anon_sym_do] = ACTIONS(157), + [anon_sym_null] = ACTIONS(241), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(943), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(205), }, - [781] = { - [sym__loop_statement] = STATE(1026), - [sym_for_statement] = STATE(1026), - [sym_while_statement] = STATE(1026), - [sym_do_while_statement] = STATE(1026), - [sym_assignment] = STATE(1026), - [sym__expression] = STATE(464), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(785), - [sym_parenthesized_expression] = STATE(785), - [sym_collection_literal] = STATE(785), - [sym__literal_constant] = STATE(785), - [sym_string_literal] = STATE(785), - [sym_lambda_literal] = STATE(785), - [sym_anonymous_function] = STATE(785), - [sym__function_literal] = STATE(785), - [sym_object_literal] = STATE(785), - [sym_this_expression] = STATE(785), - [sym_super_expression] = STATE(785), - [sym_if_expression] = STATE(785), - [sym_when_expression] = STATE(785), - [sym_try_expression] = STATE(785), - [sym_jump_expression] = STATE(785), - [sym_callable_reference] = STATE(785), - [sym__prefix_unary_operator] = STATE(1765), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8365), - [sym_annotation] = STATE(1275), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(785), - [sym_long_literal] = STATE(785), - [sym_boolean_literal] = STATE(785), - [sym_character_literal] = STATE(785), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(931), - [anon_sym_for] = ACTIONS(933), - [anon_sym_while] = ACTIONS(935), - [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(937), - [anon_sym_if] = ACTIONS(427), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(943), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [782] = { - [sym__loop_statement] = STATE(1026), - [sym_for_statement] = STATE(1026), - [sym_while_statement] = STATE(1026), - [sym_do_while_statement] = STATE(1026), - [sym_assignment] = STATE(1026), - [sym__expression] = STATE(363), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(798), - [sym_parenthesized_expression] = STATE(798), - [sym_collection_literal] = STATE(798), - [sym__literal_constant] = STATE(798), - [sym_string_literal] = STATE(798), - [sym_lambda_literal] = STATE(798), - [sym_anonymous_function] = STATE(798), - [sym__function_literal] = STATE(798), - [sym_object_literal] = STATE(798), - [sym_this_expression] = STATE(798), - [sym_super_expression] = STATE(798), - [sym_if_expression] = STATE(798), - [sym_when_expression] = STATE(798), - [sym_try_expression] = STATE(798), - [sym_jump_expression] = STATE(798), - [sym_callable_reference] = STATE(798), - [sym__prefix_unary_operator] = STATE(2023), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8358), - [sym_annotation] = STATE(1246), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1106), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(798), - [sym_long_literal] = STATE(798), - [sym_boolean_literal] = STATE(798), - [sym_character_literal] = STATE(798), - [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), - [sym_label] = ACTIONS(417), - [anon_sym_for] = ACTIONS(419), - [anon_sym_while] = ACTIONS(421), - [anon_sym_do] = ACTIONS(423), - [anon_sym_null] = ACTIONS(425), - [anon_sym_if] = ACTIONS(427), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(459), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [788] = { + [sym_annotated_lambda] = STATE(1016), + [sym_lambda_literal] = STATE(1027), + [sym_annotation] = STATE(8336), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__alpha_identifier] = ACTIONS(4046), + [anon_sym_AT] = ACTIONS(4048), + [anon_sym_LBRACK] = ACTIONS(4048), + [anon_sym_as] = ACTIONS(4046), + [anon_sym_EQ] = ACTIONS(4046), + [anon_sym_LBRACE] = ACTIONS(4048), + [anon_sym_RBRACE] = ACTIONS(4048), + [anon_sym_LPAREN] = ACTIONS(4048), + [anon_sym_COMMA] = ACTIONS(4048), + [anon_sym_LT] = ACTIONS(4046), + [anon_sym_GT] = ACTIONS(4046), + [anon_sym_where] = ACTIONS(4046), + [anon_sym_object] = ACTIONS(4046), + [anon_sym_fun] = ACTIONS(4046), + [anon_sym_DOT] = ACTIONS(4046), + [anon_sym_SEMI] = ACTIONS(4048), + [anon_sym_get] = ACTIONS(4046), + [anon_sym_set] = ACTIONS(4046), + [anon_sym_this] = ACTIONS(4046), + [anon_sym_super] = ACTIONS(4046), + [anon_sym_STAR] = ACTIONS(4046), + [sym_label] = ACTIONS(4046), + [anon_sym_in] = ACTIONS(4046), + [anon_sym_DOT_DOT] = ACTIONS(4048), + [anon_sym_QMARK_COLON] = ACTIONS(4048), + [anon_sym_AMP_AMP] = ACTIONS(4048), + [anon_sym_PIPE_PIPE] = ACTIONS(4048), + [anon_sym_null] = ACTIONS(4046), + [anon_sym_if] = ACTIONS(4046), + [anon_sym_else] = ACTIONS(4046), + [anon_sym_when] = ACTIONS(4046), + [anon_sym_try] = ACTIONS(4046), + [anon_sym_throw] = ACTIONS(4046), + [anon_sym_return] = ACTIONS(4046), + [anon_sym_continue] = ACTIONS(4046), + [anon_sym_break] = ACTIONS(4046), + [anon_sym_COLON_COLON] = ACTIONS(4048), + [anon_sym_PLUS_EQ] = ACTIONS(4048), + [anon_sym_DASH_EQ] = ACTIONS(4048), + [anon_sym_STAR_EQ] = ACTIONS(4048), + [anon_sym_SLASH_EQ] = ACTIONS(4048), + [anon_sym_PERCENT_EQ] = ACTIONS(4048), + [anon_sym_BANG_EQ] = ACTIONS(4046), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4048), + [anon_sym_EQ_EQ] = ACTIONS(4046), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4048), + [anon_sym_LT_EQ] = ACTIONS(4048), + [anon_sym_GT_EQ] = ACTIONS(4048), + [anon_sym_BANGin] = ACTIONS(4048), + [anon_sym_is] = ACTIONS(4046), + [anon_sym_BANGis] = ACTIONS(4048), + [anon_sym_PLUS] = ACTIONS(4046), + [anon_sym_DASH] = ACTIONS(4046), + [anon_sym_SLASH] = ACTIONS(4046), + [anon_sym_PERCENT] = ACTIONS(4046), + [anon_sym_as_QMARK] = ACTIONS(4048), + [anon_sym_PLUS_PLUS] = ACTIONS(4048), + [anon_sym_DASH_DASH] = ACTIONS(4048), + [anon_sym_BANG] = ACTIONS(4046), + [anon_sym_BANG_BANG] = ACTIONS(4048), + [anon_sym_suspend] = ACTIONS(4046), + [anon_sym_sealed] = ACTIONS(4046), + [anon_sym_annotation] = ACTIONS(4046), + [anon_sym_data] = ACTIONS(4046), + [anon_sym_inner] = ACTIONS(4046), + [anon_sym_value] = ACTIONS(4046), + [anon_sym_override] = ACTIONS(4046), + [anon_sym_lateinit] = ACTIONS(4046), + [anon_sym_public] = ACTIONS(4046), + [anon_sym_private] = ACTIONS(4046), + [anon_sym_internal] = ACTIONS(4046), + [anon_sym_protected] = ACTIONS(4046), + [anon_sym_tailrec] = ACTIONS(4046), + [anon_sym_operator] = ACTIONS(4046), + [anon_sym_infix] = ACTIONS(4046), + [anon_sym_inline] = ACTIONS(4046), + [anon_sym_external] = ACTIONS(4046), + [sym_property_modifier] = ACTIONS(4046), + [anon_sym_abstract] = ACTIONS(4046), + [anon_sym_final] = ACTIONS(4046), + [anon_sym_open] = ACTIONS(4046), + [anon_sym_vararg] = ACTIONS(4046), + [anon_sym_noinline] = ACTIONS(4046), + [anon_sym_crossinline] = ACTIONS(4046), + [anon_sym_expect] = ACTIONS(4046), + [anon_sym_actual] = ACTIONS(4046), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4048), + [anon_sym_continue_AT] = ACTIONS(4048), + [anon_sym_break_AT] = ACTIONS(4048), + [anon_sym_this_AT] = ACTIONS(4048), + [anon_sym_super_AT] = ACTIONS(4048), + [sym_real_literal] = ACTIONS(4048), + [sym_integer_literal] = ACTIONS(4046), + [sym_hex_literal] = ACTIONS(4048), + [sym_bin_literal] = ACTIONS(4048), + [anon_sym_true] = ACTIONS(4046), + [anon_sym_false] = ACTIONS(4046), + [anon_sym_SQUOTE] = ACTIONS(4048), + [sym__backtick_identifier] = ACTIONS(4048), + [sym__automatic_semicolon] = ACTIONS(4048), + [sym_safe_nav] = ACTIONS(4048), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4048), }, - [783] = { - [sym_getter] = STATE(5198), - [sym_setter] = STATE(5198), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [789] = { + [sym_getter] = STATE(5085), + [sym_setter] = STATE(5085), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(1808), + [anon_sym_EQ] = ACTIONS(1818), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3946), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(4026), + [anon_sym_SEMI] = ACTIONS(4050), [anon_sym_get] = ACTIONS(3950), [anon_sym_set] = ACTIONS(3952), [anon_sym_STAR] = ACTIONS(3954), @@ -141110,13 +141774,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(3960), [anon_sym_AMP_AMP] = ACTIONS(3962), [anon_sym_PIPE_PIPE] = ACTIONS(3964), - [anon_sym_else] = ACTIONS(1808), + [anon_sym_else] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), [anon_sym_BANG_EQ] = ACTIONS(3966), [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), [anon_sym_EQ_EQ] = ACTIONS(3966), @@ -141162,520 +141826,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1810), + [sym__automatic_semicolon] = ACTIONS(1820), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [784] = { - [sym__loop_statement] = STATE(3603), - [sym_for_statement] = STATE(3603), - [sym_while_statement] = STATE(3603), - [sym_do_while_statement] = STATE(3603), - [sym_assignment] = STATE(3603), - [sym__expression] = STATE(1668), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2773), - [sym_parenthesized_expression] = STATE(2773), - [sym_collection_literal] = STATE(2773), - [sym__literal_constant] = STATE(2773), - [sym_string_literal] = STATE(2773), - [sym_lambda_literal] = STATE(2773), - [sym_anonymous_function] = STATE(2773), - [sym__function_literal] = STATE(2773), - [sym_object_literal] = STATE(2773), - [sym_this_expression] = STATE(2773), - [sym_super_expression] = STATE(2773), - [sym_if_expression] = STATE(2773), - [sym_when_expression] = STATE(2773), - [sym_try_expression] = STATE(2773), - [sym_jump_expression] = STATE(2773), - [sym_callable_reference] = STATE(2773), - [sym__prefix_unary_operator] = STATE(1594), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8366), - [sym_annotation] = STATE(1248), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2773), - [sym_long_literal] = STATE(2773), - [sym_boolean_literal] = STATE(2773), - [sym_character_literal] = STATE(2773), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(773), - [anon_sym_for] = ACTIONS(775), - [anon_sym_while] = ACTIONS(777), - [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(159), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(193), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [785] = { - [sym_indexing_suffix] = STATE(7209), - [sym_navigation_suffix] = STATE(7209), - [sym__postfix_unary_operator] = STATE(7209), - [sym__member_access_operator] = STATE(7730), - [sym__postfix_unary_suffix] = STATE(7209), - [aux_sym__postfix_unary_expression_repeat1] = STATE(7209), - [sym__alpha_identifier] = ACTIONS(4028), - [anon_sym_AT] = ACTIONS(4030), - [anon_sym_LBRACK] = ACTIONS(4032), - [anon_sym_as] = ACTIONS(4028), - [anon_sym_EQ] = ACTIONS(4035), - [anon_sym_LBRACE] = ACTIONS(4030), - [anon_sym_RBRACE] = ACTIONS(4030), - [anon_sym_LPAREN] = ACTIONS(4030), - [anon_sym_COMMA] = ACTIONS(4030), - [anon_sym_LT] = ACTIONS(4028), - [anon_sym_GT] = ACTIONS(4028), - [anon_sym_where] = ACTIONS(4028), - [anon_sym_object] = ACTIONS(4028), - [anon_sym_fun] = ACTIONS(4028), - [anon_sym_DOT] = ACTIONS(4037), - [anon_sym_SEMI] = ACTIONS(4030), - [anon_sym_get] = ACTIONS(4028), - [anon_sym_set] = ACTIONS(4028), - [anon_sym_this] = ACTIONS(4028), - [anon_sym_super] = ACTIONS(4028), - [anon_sym_STAR] = ACTIONS(4028), - [sym_label] = ACTIONS(4028), - [anon_sym_in] = ACTIONS(4028), - [anon_sym_DOT_DOT] = ACTIONS(4030), - [anon_sym_QMARK_COLON] = ACTIONS(4030), - [anon_sym_AMP_AMP] = ACTIONS(4030), - [anon_sym_PIPE_PIPE] = ACTIONS(4030), - [anon_sym_null] = ACTIONS(4028), - [anon_sym_if] = ACTIONS(4028), - [anon_sym_else] = ACTIONS(4028), - [anon_sym_when] = ACTIONS(4028), - [anon_sym_try] = ACTIONS(4028), - [anon_sym_throw] = ACTIONS(4028), - [anon_sym_return] = ACTIONS(4028), - [anon_sym_continue] = ACTIONS(4028), - [anon_sym_break] = ACTIONS(4028), - [anon_sym_COLON_COLON] = ACTIONS(4040), - [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(4028), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4030), - [anon_sym_EQ_EQ] = ACTIONS(4028), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4030), - [anon_sym_LT_EQ] = ACTIONS(4030), - [anon_sym_GT_EQ] = ACTIONS(4030), - [anon_sym_BANGin] = ACTIONS(4030), - [anon_sym_is] = ACTIONS(4028), - [anon_sym_BANGis] = ACTIONS(4030), - [anon_sym_PLUS] = ACTIONS(4028), - [anon_sym_DASH] = ACTIONS(4028), - [anon_sym_SLASH] = ACTIONS(4028), - [anon_sym_PERCENT] = ACTIONS(4028), - [anon_sym_as_QMARK] = ACTIONS(4030), - [anon_sym_PLUS_PLUS] = ACTIONS(4045), - [anon_sym_DASH_DASH] = ACTIONS(4045), - [anon_sym_BANG] = ACTIONS(4028), - [anon_sym_BANG_BANG] = ACTIONS(4045), - [anon_sym_suspend] = ACTIONS(4028), - [anon_sym_sealed] = ACTIONS(4028), - [anon_sym_annotation] = ACTIONS(4028), - [anon_sym_data] = ACTIONS(4028), - [anon_sym_inner] = ACTIONS(4028), - [anon_sym_value] = ACTIONS(4028), - [anon_sym_override] = ACTIONS(4028), - [anon_sym_lateinit] = ACTIONS(4028), - [anon_sym_public] = ACTIONS(4028), - [anon_sym_private] = ACTIONS(4028), - [anon_sym_internal] = ACTIONS(4028), - [anon_sym_protected] = ACTIONS(4028), - [anon_sym_tailrec] = ACTIONS(4028), - [anon_sym_operator] = ACTIONS(4028), - [anon_sym_infix] = ACTIONS(4028), - [anon_sym_inline] = ACTIONS(4028), - [anon_sym_external] = ACTIONS(4028), - [sym_property_modifier] = ACTIONS(4028), - [anon_sym_abstract] = ACTIONS(4028), - [anon_sym_final] = ACTIONS(4028), - [anon_sym_open] = ACTIONS(4028), - [anon_sym_vararg] = ACTIONS(4028), - [anon_sym_noinline] = ACTIONS(4028), - [anon_sym_crossinline] = ACTIONS(4028), - [anon_sym_expect] = ACTIONS(4028), - [anon_sym_actual] = ACTIONS(4028), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4030), - [anon_sym_continue_AT] = ACTIONS(4030), - [anon_sym_break_AT] = ACTIONS(4030), - [anon_sym_this_AT] = ACTIONS(4030), - [anon_sym_super_AT] = ACTIONS(4030), - [sym_real_literal] = ACTIONS(4030), - [sym_integer_literal] = ACTIONS(4028), - [sym_hex_literal] = ACTIONS(4030), - [sym_bin_literal] = ACTIONS(4030), - [anon_sym_true] = ACTIONS(4028), - [anon_sym_false] = ACTIONS(4028), - [anon_sym_SQUOTE] = ACTIONS(4030), - [sym__backtick_identifier] = ACTIONS(4030), - [sym__automatic_semicolon] = ACTIONS(4030), - [sym_safe_nav] = ACTIONS(4040), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4030), - }, - [786] = { - [sym__loop_statement] = STATE(3603), - [sym_for_statement] = STATE(3603), - [sym_while_statement] = STATE(3603), - [sym_do_while_statement] = STATE(3603), - [sym_assignment] = STATE(3603), - [sym__expression] = STATE(2486), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(2774), - [sym_parenthesized_expression] = STATE(2774), - [sym_collection_literal] = STATE(2774), - [sym__literal_constant] = STATE(2774), - [sym_string_literal] = STATE(2774), - [sym_lambda_literal] = STATE(2774), - [sym_anonymous_function] = STATE(2774), - [sym__function_literal] = STATE(2774), - [sym_object_literal] = STATE(2774), - [sym_this_expression] = STATE(2774), - [sym_super_expression] = STATE(2774), - [sym_if_expression] = STATE(2774), - [sym_when_expression] = STATE(2774), - [sym_try_expression] = STATE(2774), - [sym_jump_expression] = STATE(2774), - [sym_callable_reference] = STATE(2774), - [sym__prefix_unary_operator] = STATE(1793), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8362), - [sym_annotation] = STATE(1238), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3395), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(2774), - [sym_long_literal] = STATE(2774), - [sym_boolean_literal] = STATE(2774), - [sym_character_literal] = STATE(2774), - [sym__lexical_identifier] = STATE(2955), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1091), - [anon_sym_for] = ACTIONS(1093), - [anon_sym_while] = ACTIONS(1095), - [anon_sym_do] = ACTIONS(157), - [anon_sym_null] = ACTIONS(845), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(851), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [787] = { - [sym__loop_statement] = STATE(4006), - [sym_for_statement] = STATE(4006), - [sym_while_statement] = STATE(4006), - [sym_do_while_statement] = STATE(4006), - [sym_assignment] = STATE(4006), - [sym__expression] = STATE(2593), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3004), - [sym_parenthesized_expression] = STATE(3004), - [sym_collection_literal] = STATE(3004), - [sym__literal_constant] = STATE(3004), - [sym_string_literal] = STATE(3004), - [sym_lambda_literal] = STATE(3004), - [sym_anonymous_function] = STATE(3004), - [sym__function_literal] = STATE(3004), - [sym_object_literal] = STATE(3004), - [sym_this_expression] = STATE(3004), - [sym_super_expression] = STATE(3004), - [sym_if_expression] = STATE(3004), - [sym_when_expression] = STATE(3004), - [sym_try_expression] = STATE(3004), - [sym_jump_expression] = STATE(3004), - [sym_callable_reference] = STATE(3004), - [sym__prefix_unary_operator] = STATE(1533), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8387), - [sym_annotation] = STATE(1285), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3004), - [sym_long_literal] = STATE(3004), - [sym_boolean_literal] = STATE(3004), - [sym_character_literal] = STATE(3004), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1047), - [anon_sym_for] = ACTIONS(1049), - [anon_sym_while] = ACTIONS(1051), - [anon_sym_do] = ACTIONS(509), - [anon_sym_null] = ACTIONS(905), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(911), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [788] = { - [sym__loop_statement] = STATE(1026), - [sym_for_statement] = STATE(1026), - [sym_while_statement] = STATE(1026), - [sym_do_while_statement] = STATE(1026), - [sym_assignment] = STATE(1026), - [sym__expression] = STATE(398), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(798), - [sym_parenthesized_expression] = STATE(798), - [sym_collection_literal] = STATE(798), - [sym__literal_constant] = STATE(798), - [sym_string_literal] = STATE(798), - [sym_lambda_literal] = STATE(798), - [sym_anonymous_function] = STATE(798), - [sym__function_literal] = STATE(798), - [sym_object_literal] = STATE(798), - [sym_this_expression] = STATE(798), - [sym_super_expression] = STATE(798), - [sym_if_expression] = STATE(798), - [sym_when_expression] = STATE(798), - [sym_try_expression] = STATE(798), - [sym_jump_expression] = STATE(798), - [sym_callable_reference] = STATE(798), + [790] = { + [sym__loop_statement] = STATE(1024), + [sym_for_statement] = STATE(1024), + [sym_while_statement] = STATE(1024), + [sym_do_while_statement] = STATE(1024), + [sym_assignment] = STATE(1024), + [sym__expression] = STATE(404), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(776), + [sym_parenthesized_expression] = STATE(776), + [sym_collection_literal] = STATE(776), + [sym__literal_constant] = STATE(776), + [sym_string_literal] = STATE(776), + [sym_lambda_literal] = STATE(776), + [sym_anonymous_function] = STATE(776), + [sym__function_literal] = STATE(776), + [sym_object_literal] = STATE(776), + [sym_this_expression] = STATE(776), + [sym_super_expression] = STATE(776), + [sym_if_expression] = STATE(776), + [sym_when_expression] = STATE(776), + [sym_try_expression] = STATE(776), + [sym_jump_expression] = STATE(776), + [sym_callable_reference] = STATE(776), [sym__prefix_unary_operator] = STATE(1653), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8378), - [sym_annotation] = STATE(1245), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1106), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8351), + [sym_annotation] = STATE(1289), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1153), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(798), - [sym_long_literal] = STATE(798), - [sym_boolean_literal] = STATE(798), - [sym_character_literal] = STATE(798), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(776), + [sym_long_literal] = STATE(776), + [sym_boolean_literal] = STATE(776), + [sym_character_literal] = STATE(776), [sym__lexical_identifier] = STATE(823), - [aux_sym__statement_repeat1] = STATE(5345), + [aux_sym__statement_repeat1] = STATE(5362), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -141685,25 +141901,25 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(805), - [anon_sym_for] = ACTIONS(807), - [anon_sym_while] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(715), + [anon_sym_for] = ACTIONS(717), + [anon_sym_while] = ACTIONS(719), [anon_sym_do] = ACTIONS(423), [anon_sym_null] = ACTIONS(425), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -141726,103 +141942,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [789] = { - [sym__loop_statement] = STATE(3131), - [sym_for_statement] = STATE(3131), - [sym_while_statement] = STATE(3131), - [sym_do_while_statement] = STATE(3131), - [sym_assignment] = STATE(3131), - [sym__expression] = STATE(958), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(2741), - [sym_parenthesized_expression] = STATE(2741), - [sym_collection_literal] = STATE(2741), - [sym__literal_constant] = STATE(2741), - [sym_string_literal] = STATE(2741), - [sym_lambda_literal] = STATE(2741), - [sym_anonymous_function] = STATE(2741), - [sym__function_literal] = STATE(2741), - [sym_object_literal] = STATE(2741), - [sym_this_expression] = STATE(2741), - [sym_super_expression] = STATE(2741), - [sym_if_expression] = STATE(2741), - [sym_when_expression] = STATE(2741), - [sym_try_expression] = STATE(2741), - [sym_jump_expression] = STATE(2741), - [sym_callable_reference] = STATE(2741), - [sym__prefix_unary_operator] = STATE(2113), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8371), - [sym_annotation] = STATE(1270), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3079), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(2741), - [sym_long_literal] = STATE(2741), - [sym_boolean_literal] = STATE(2741), - [sym_character_literal] = STATE(2741), - [sym__lexical_identifier] = STATE(2791), - [aux_sym__statement_repeat1] = STATE(5345), + [791] = { + [sym__loop_statement] = STATE(9526), + [sym_for_statement] = STATE(9526), + [sym_while_statement] = STATE(9526), + [sym_do_while_statement] = STATE(9526), + [sym_assignment] = STATE(9526), + [sym__expression] = STATE(4280), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4527), + [sym_parenthesized_expression] = STATE(4527), + [sym_collection_literal] = STATE(4527), + [sym__literal_constant] = STATE(4527), + [sym_string_literal] = STATE(4527), + [sym_lambda_literal] = STATE(4527), + [sym_anonymous_function] = STATE(4527), + [sym__function_literal] = STATE(4527), + [sym_object_literal] = STATE(4527), + [sym_this_expression] = STATE(4527), + [sym_super_expression] = STATE(4527), + [sym_if_expression] = STATE(4527), + [sym_when_expression] = STATE(4527), + [sym_try_expression] = STATE(4527), + [sym_jump_expression] = STATE(4527), + [sym_callable_reference] = STATE(4527), + [sym__prefix_unary_operator] = STATE(1803), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8386), + [sym_annotation] = STATE(1239), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4879), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4527), + [sym_long_literal] = STATE(4527), + [sym_boolean_literal] = STATE(4527), + [sym_character_literal] = STATE(4527), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1926), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [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(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(253), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [792] = { + [sym__loop_statement] = STATE(3955), + [sym_for_statement] = STATE(3955), + [sym_while_statement] = STATE(3955), + [sym_do_while_statement] = STATE(3955), + [sym_assignment] = STATE(3955), + [sym__expression] = STATE(2247), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(2997), + [sym_parenthesized_expression] = STATE(2997), + [sym_collection_literal] = STATE(2997), + [sym__literal_constant] = STATE(2997), + [sym_string_literal] = STATE(2997), + [sym_lambda_literal] = STATE(2997), + [sym_anonymous_function] = STATE(2997), + [sym__function_literal] = STATE(2997), + [sym_object_literal] = STATE(2997), + [sym_this_expression] = STATE(2997), + [sym_super_expression] = STATE(2997), + [sym_if_expression] = STATE(2997), + [sym_when_expression] = STATE(2997), + [sym_try_expression] = STATE(2997), + [sym_jump_expression] = STATE(2997), + [sym_callable_reference] = STATE(2997), + [sym__prefix_unary_operator] = STATE(1774), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8364), + [sym_annotation] = STATE(1288), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3996), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(2997), + [sym_long_literal] = STATE(2997), + [sym_boolean_literal] = STATE(2997), + [sym_character_literal] = STATE(2997), + [sym__lexical_identifier] = STATE(3327), + [aux_sym__statement_repeat1] = STATE(5362), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), - [sym_label] = ACTIONS(587), - [anon_sym_for] = ACTIONS(589), - [anon_sym_while] = ACTIONS(591), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(779), + [anon_sym_for] = ACTIONS(781), + [anon_sym_while] = ACTIONS(783), [anon_sym_do] = ACTIONS(593), [anon_sym_null] = ACTIONS(595), - [anon_sym_if] = ACTIONS(597), + [anon_sym_if] = ACTIONS(785), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(611), - [anon_sym_DASH] = ACTIONS(611), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_BANG] = ACTIONS(613), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), @@ -141838,215 +142166,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [790] = { - [sym__loop_statement] = STATE(9907), - [sym_for_statement] = STATE(9907), - [sym_while_statement] = STATE(9907), - [sym_do_while_statement] = STATE(9907), - [sym_assignment] = STATE(9907), - [sym__expression] = STATE(4278), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_annotation] = STATE(1293), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1926), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(325), - [anon_sym_while] = ACTIONS(327), - [anon_sym_do] = ACTIONS(329), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [791] = { - [sym__loop_statement] = STATE(4006), - [sym_for_statement] = STATE(4006), - [sym_while_statement] = STATE(4006), - [sym_do_while_statement] = STATE(4006), - [sym_assignment] = STATE(4006), - [sym__expression] = STATE(2205), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(2982), - [sym_parenthesized_expression] = STATE(2982), - [sym_collection_literal] = STATE(2982), - [sym__literal_constant] = STATE(2982), - [sym_string_literal] = STATE(2982), - [sym_lambda_literal] = STATE(2982), - [sym_anonymous_function] = STATE(2982), - [sym__function_literal] = STATE(2982), - [sym_object_literal] = STATE(2982), - [sym_this_expression] = STATE(2982), - [sym_super_expression] = STATE(2982), - [sym_if_expression] = STATE(2982), - [sym_when_expression] = STATE(2982), - [sym_try_expression] = STATE(2982), - [sym_jump_expression] = STATE(2982), - [sym_callable_reference] = STATE(2982), - [sym__prefix_unary_operator] = STATE(1774), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8398), - [sym_annotation] = STATE(1292), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3860), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(2982), - [sym_long_literal] = STATE(2982), - [sym_boolean_literal] = STATE(2982), - [sym_character_literal] = STATE(2982), - [sym__lexical_identifier] = STATE(3332), - [aux_sym__statement_repeat1] = STATE(5345), + [793] = { + [sym__loop_statement] = STATE(3125), + [sym_for_statement] = STATE(3125), + [sym_while_statement] = STATE(3125), + [sym_do_while_statement] = STATE(3125), + [sym_assignment] = STATE(3125), + [sym__expression] = STATE(966), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(2142), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8358), + [sym_annotation] = STATE(1242), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2750), + [sym_long_literal] = STATE(2750), + [sym_boolean_literal] = STATE(2750), + [sym_character_literal] = STATE(2750), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(5362), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1918), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(741), - [anon_sym_for] = ACTIONS(743), - [anon_sym_while] = ACTIONS(745), + [anon_sym_STAR] = ACTIONS(1287), + [sym_label] = ACTIONS(503), + [anon_sym_for] = ACTIONS(505), + [anon_sym_while] = ACTIONS(507), [anon_sym_do] = ACTIONS(509), [anon_sym_null] = ACTIONS(511), - [anon_sym_if] = ACTIONS(747), + [anon_sym_if] = ACTIONS(513), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_PLUS_PLUS] = ACTIONS(529), + [anon_sym_DASH_DASH] = ACTIONS(529), + [anon_sym_BANG] = ACTIONS(529), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), @@ -142062,601 +142278,265 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [792] = { - [sym__loop_statement] = STATE(5112), - [sym_for_statement] = STATE(5112), - [sym_while_statement] = STATE(5112), - [sym_do_while_statement] = STATE(5112), - [sym_assignment] = STATE(5112), - [sym__expression] = STATE(4089), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4551), - [sym_parenthesized_expression] = STATE(4551), - [sym_collection_literal] = STATE(4551), - [sym__literal_constant] = STATE(4551), - [sym_string_literal] = STATE(4551), - [sym_lambda_literal] = STATE(4551), - [sym_anonymous_function] = STATE(4551), - [sym__function_literal] = STATE(4551), - [sym_object_literal] = STATE(4551), - [sym_this_expression] = STATE(4551), - [sym_super_expression] = STATE(4551), - [sym_if_expression] = STATE(4551), - [sym_when_expression] = STATE(4551), - [sym_try_expression] = STATE(4551), - [sym_jump_expression] = STATE(4551), - [sym_callable_reference] = STATE(4551), - [sym__prefix_unary_operator] = STATE(1844), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8372), - [sym_annotation] = STATE(1282), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4551), - [sym_long_literal] = STATE(4551), - [sym_boolean_literal] = STATE(4551), - [sym_character_literal] = STATE(4551), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1968), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(657), - [anon_sym_for] = ACTIONS(659), - [anon_sym_while] = ACTIONS(661), - [anon_sym_do] = ACTIONS(371), - [anon_sym_null] = ACTIONS(373), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(385), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [793] = { - [sym__loop_statement] = STATE(4817), - [sym_for_statement] = STATE(4817), - [sym_while_statement] = STATE(4817), - [sym_do_while_statement] = STATE(4817), - [sym_assignment] = STATE(4817), - [sym__expression] = STATE(4278), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1803), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8384), - [sym_annotation] = STATE(1293), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1926), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(323), - [anon_sym_for] = ACTIONS(1117), - [anon_sym_while] = ACTIONS(1119), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, [794] = { - [sym__loop_statement] = STATE(5112), - [sym_for_statement] = STATE(5112), - [sym_while_statement] = STATE(5112), - [sym_do_while_statement] = STATE(5112), - [sym_assignment] = STATE(5112), - [sym__expression] = STATE(3792), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(4551), - [sym_parenthesized_expression] = STATE(4551), - [sym_collection_literal] = STATE(4551), - [sym__literal_constant] = STATE(4551), - [sym_string_literal] = STATE(4551), - [sym_lambda_literal] = STATE(4551), - [sym_anonymous_function] = STATE(4551), - [sym__function_literal] = STATE(4551), - [sym_object_literal] = STATE(4551), - [sym_this_expression] = STATE(4551), - [sym_super_expression] = STATE(4551), - [sym_if_expression] = STATE(4551), - [sym_when_expression] = STATE(4551), - [sym_try_expression] = STATE(4551), - [sym_jump_expression] = STATE(4551), - [sym_callable_reference] = STATE(4551), - [sym__prefix_unary_operator] = STATE(1519), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8401), - [sym_annotation] = STATE(1269), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5132), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(4551), - [sym_long_literal] = STATE(4551), - [sym_boolean_literal] = STATE(4551), - [sym_character_literal] = STATE(4551), - [sym__lexical_identifier] = STATE(4612), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(365), - [anon_sym_for] = ACTIONS(367), - [anon_sym_while] = ACTIONS(369), - [anon_sym_do] = ACTIONS(371), - [anon_sym_null] = ACTIONS(373), - [anon_sym_if] = ACTIONS(375), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_DASH] = ACTIONS(381), - [anon_sym_PLUS_PLUS] = ACTIONS(383), - [anon_sym_DASH_DASH] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(383), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(385), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(4036), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_typealias] = ACTIONS(4039), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_class] = ACTIONS(4039), + [anon_sym_interface] = ACTIONS(4039), + [anon_sym_enum] = ACTIONS(4039), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_val] = ACTIONS(4039), + [anon_sym_var] = ACTIONS(4039), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(4041), + [anon_sym_fun] = ACTIONS(4041), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(3976), + [sym_label] = ACTIONS(3976), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(4039), + [anon_sym_sealed] = ACTIONS(4039), + [anon_sym_annotation] = ACTIONS(4039), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_value] = ACTIONS(4041), + [anon_sym_override] = ACTIONS(4039), + [anon_sym_lateinit] = ACTIONS(4039), + [anon_sym_public] = ACTIONS(4039), + [anon_sym_private] = ACTIONS(4039), + [anon_sym_internal] = ACTIONS(4039), + [anon_sym_protected] = ACTIONS(4039), + [anon_sym_tailrec] = ACTIONS(4039), + [anon_sym_operator] = ACTIONS(4039), + [anon_sym_infix] = ACTIONS(4039), + [anon_sym_inline] = ACTIONS(4039), + [anon_sym_external] = ACTIONS(4039), + [sym_property_modifier] = ACTIONS(4039), + [anon_sym_abstract] = ACTIONS(4039), + [anon_sym_final] = ACTIONS(4039), + [anon_sym_open] = ACTIONS(4039), + [anon_sym_vararg] = ACTIONS(4039), + [anon_sym_noinline] = ACTIONS(4039), + [anon_sym_crossinline] = ACTIONS(4039), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(3981), + [sym__automatic_semicolon] = ACTIONS(3981), + [sym_safe_nav] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), }, [795] = { - [sym__loop_statement] = STATE(4817), - [sym_for_statement] = STATE(4817), - [sym_while_statement] = STATE(4817), - [sym_do_while_statement] = STATE(4817), - [sym_assignment] = STATE(4817), - [sym__expression] = STATE(3879), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4530), - [sym_parenthesized_expression] = STATE(4530), - [sym_collection_literal] = STATE(4530), - [sym__literal_constant] = STATE(4530), - [sym_string_literal] = STATE(4530), - [sym_lambda_literal] = STATE(4530), - [sym_anonymous_function] = STATE(4530), - [sym__function_literal] = STATE(4530), - [sym_object_literal] = STATE(4530), - [sym_this_expression] = STATE(4530), - [sym_super_expression] = STATE(4530), - [sym_if_expression] = STATE(4530), - [sym_when_expression] = STATE(4530), - [sym_try_expression] = STATE(4530), - [sym_jump_expression] = STATE(4530), - [sym_callable_reference] = STATE(4530), - [sym__prefix_unary_operator] = STATE(1459), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8370), - [sym_annotation] = STATE(1239), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4530), - [sym_long_literal] = STATE(4530), - [sym_boolean_literal] = STATE(4530), - [sym_character_literal] = STATE(4530), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1926), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(683), - [anon_sym_for] = ACTIONS(685), - [anon_sym_while] = ACTIONS(687), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(249), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1766), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), + [sym__multiplicative_operator] = STATE(1761), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1760), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3946), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(4052), + [anon_sym_get] = ACTIONS(3950), + [anon_sym_set] = ACTIONS(3952), + [anon_sym_STAR] = ACTIONS(3954), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3956), + [anon_sym_DOT_DOT] = ACTIONS(3958), + [anon_sym_QMARK_COLON] = ACTIONS(3960), + [anon_sym_AMP_AMP] = ACTIONS(3962), + [anon_sym_PIPE_PIPE] = ACTIONS(3964), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(3966), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), + [anon_sym_EQ_EQ] = ACTIONS(3966), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), + [anon_sym_LT_EQ] = ACTIONS(3970), + [anon_sym_GT_EQ] = ACTIONS(3970), + [anon_sym_BANGin] = ACTIONS(3972), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(3974), + [anon_sym_DASH] = ACTIONS(3974), + [anon_sym_SLASH] = ACTIONS(3954), + [anon_sym_PERCENT] = ACTIONS(3954), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(283), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), }, [796] = { - [sym__loop_statement] = STATE(4817), - [sym_for_statement] = STATE(4817), - [sym_while_statement] = STATE(4817), - [sym_do_while_statement] = STATE(4817), - [sym_assignment] = STATE(4817), - [sym__expression] = STATE(4122), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4528), - [sym_parenthesized_expression] = STATE(4528), - [sym_collection_literal] = STATE(4528), - [sym__literal_constant] = STATE(4528), - [sym_string_literal] = STATE(4528), - [sym_lambda_literal] = STATE(4528), - [sym_anonymous_function] = STATE(4528), - [sym__function_literal] = STATE(4528), - [sym_object_literal] = STATE(4528), - [sym_this_expression] = STATE(4528), - [sym_super_expression] = STATE(4528), - [sym_if_expression] = STATE(4528), - [sym_when_expression] = STATE(4528), - [sym_try_expression] = STATE(4528), - [sym_jump_expression] = STATE(4528), - [sym_callable_reference] = STATE(4528), - [sym__prefix_unary_operator] = STATE(1905), - [sym__postfix_unary_expression] = STATE(8411), - [sym_directly_assignable_expression] = STATE(8392), - [sym_annotation] = STATE(1276), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4853), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4528), - [sym_long_literal] = STATE(4528), - [sym_boolean_literal] = STATE(4528), - [sym_character_literal] = STATE(4528), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__statement_repeat1] = STATE(5345), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1840), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(871), - [anon_sym_for] = ACTIONS(873), - [anon_sym_while] = ACTIONS(875), - [anon_sym_do] = ACTIONS(247), - [anon_sym_null] = ACTIONS(331), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(343), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [797] = { - [sym_getter] = STATE(5221), - [sym_setter] = STATE(5221), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), @@ -142668,7 +142548,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3946), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(4048), + [anon_sym_SEMI] = ACTIONS(4054), [anon_sym_get] = ACTIONS(3950), [anon_sym_set] = ACTIONS(3952), [anon_sym_STAR] = ACTIONS(3954), @@ -142734,180 +142614,292 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, + [797] = { + [sym__loop_statement] = STATE(3125), + [sym_for_statement] = STATE(3125), + [sym_while_statement] = STATE(3125), + [sym_do_while_statement] = STATE(3125), + [sym_assignment] = STATE(3125), + [sym__expression] = STATE(1796), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [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(1636), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8369), + [sym_annotation] = STATE(1252), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3064), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(2736), + [sym_long_literal] = STATE(2736), + [sym_boolean_literal] = STATE(2736), + [sym_character_literal] = STATE(2736), + [sym__lexical_identifier] = STATE(2781), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1918), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(899), + [anon_sym_for] = ACTIONS(901), + [anon_sym_while] = ACTIONS(903), + [anon_sym_do] = ACTIONS(509), + [anon_sym_null] = ACTIONS(905), + [anon_sym_if] = ACTIONS(513), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(911), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, [798] = { - [sym_indexing_suffix] = STATE(7209), - [sym_navigation_suffix] = STATE(7209), - [sym__postfix_unary_operator] = STATE(7209), - [sym__member_access_operator] = STATE(7730), - [sym__postfix_unary_suffix] = STATE(7209), - [aux_sym__postfix_unary_expression_repeat1] = STATE(7209), - [sym__alpha_identifier] = ACTIONS(4028), - [anon_sym_AT] = ACTIONS(4030), - [anon_sym_LBRACK] = ACTIONS(4032), - [anon_sym_as] = ACTIONS(4028), - [anon_sym_EQ] = ACTIONS(4050), - [anon_sym_LBRACE] = ACTIONS(4030), - [anon_sym_RBRACE] = ACTIONS(4030), - [anon_sym_LPAREN] = ACTIONS(4030), - [anon_sym_COMMA] = ACTIONS(4030), - [anon_sym_LT] = ACTIONS(4028), - [anon_sym_GT] = ACTIONS(4028), - [anon_sym_where] = ACTIONS(4028), - [anon_sym_object] = ACTIONS(4028), - [anon_sym_fun] = ACTIONS(4028), - [anon_sym_DOT] = ACTIONS(4037), - [anon_sym_SEMI] = ACTIONS(4030), - [anon_sym_get] = ACTIONS(4028), - [anon_sym_set] = ACTIONS(4028), - [anon_sym_this] = ACTIONS(4028), - [anon_sym_super] = ACTIONS(4028), - [anon_sym_STAR] = ACTIONS(4028), - [sym_label] = ACTIONS(4028), - [anon_sym_in] = ACTIONS(4028), - [anon_sym_DOT_DOT] = ACTIONS(4030), - [anon_sym_QMARK_COLON] = ACTIONS(4030), - [anon_sym_AMP_AMP] = ACTIONS(4030), - [anon_sym_PIPE_PIPE] = ACTIONS(4030), - [anon_sym_null] = ACTIONS(4028), - [anon_sym_if] = ACTIONS(4028), - [anon_sym_else] = ACTIONS(4028), - [anon_sym_when] = ACTIONS(4028), - [anon_sym_try] = ACTIONS(4028), - [anon_sym_throw] = ACTIONS(4028), - [anon_sym_return] = ACTIONS(4028), - [anon_sym_continue] = ACTIONS(4028), - [anon_sym_break] = ACTIONS(4028), - [anon_sym_COLON_COLON] = ACTIONS(4040), - [anon_sym_PLUS_EQ] = ACTIONS(4053), - [anon_sym_DASH_EQ] = ACTIONS(4053), - [anon_sym_STAR_EQ] = ACTIONS(4053), - [anon_sym_SLASH_EQ] = ACTIONS(4053), - [anon_sym_PERCENT_EQ] = ACTIONS(4053), - [anon_sym_BANG_EQ] = ACTIONS(4028), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4030), - [anon_sym_EQ_EQ] = ACTIONS(4028), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4030), - [anon_sym_LT_EQ] = ACTIONS(4030), - [anon_sym_GT_EQ] = ACTIONS(4030), - [anon_sym_BANGin] = ACTIONS(4030), - [anon_sym_is] = ACTIONS(4028), - [anon_sym_BANGis] = ACTIONS(4030), - [anon_sym_PLUS] = ACTIONS(4028), - [anon_sym_DASH] = ACTIONS(4028), - [anon_sym_SLASH] = ACTIONS(4028), - [anon_sym_PERCENT] = ACTIONS(4028), - [anon_sym_as_QMARK] = ACTIONS(4030), - [anon_sym_PLUS_PLUS] = ACTIONS(4045), - [anon_sym_DASH_DASH] = ACTIONS(4045), - [anon_sym_BANG] = ACTIONS(4028), - [anon_sym_BANG_BANG] = ACTIONS(4045), - [anon_sym_suspend] = ACTIONS(4028), - [anon_sym_sealed] = ACTIONS(4028), - [anon_sym_annotation] = ACTIONS(4028), - [anon_sym_data] = ACTIONS(4028), - [anon_sym_inner] = ACTIONS(4028), - [anon_sym_value] = ACTIONS(4028), - [anon_sym_override] = ACTIONS(4028), - [anon_sym_lateinit] = ACTIONS(4028), - [anon_sym_public] = ACTIONS(4028), - [anon_sym_private] = ACTIONS(4028), - [anon_sym_internal] = ACTIONS(4028), - [anon_sym_protected] = ACTIONS(4028), - [anon_sym_tailrec] = ACTIONS(4028), - [anon_sym_operator] = ACTIONS(4028), - [anon_sym_infix] = ACTIONS(4028), - [anon_sym_inline] = ACTIONS(4028), - [anon_sym_external] = ACTIONS(4028), - [sym_property_modifier] = ACTIONS(4028), - [anon_sym_abstract] = ACTIONS(4028), - [anon_sym_final] = ACTIONS(4028), - [anon_sym_open] = ACTIONS(4028), - [anon_sym_vararg] = ACTIONS(4028), - [anon_sym_noinline] = ACTIONS(4028), - [anon_sym_crossinline] = ACTIONS(4028), - [anon_sym_expect] = ACTIONS(4028), - [anon_sym_actual] = ACTIONS(4028), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4030), - [anon_sym_continue_AT] = ACTIONS(4030), - [anon_sym_break_AT] = ACTIONS(4030), - [anon_sym_this_AT] = ACTIONS(4030), - [anon_sym_super_AT] = ACTIONS(4030), - [sym_real_literal] = ACTIONS(4030), - [sym_integer_literal] = ACTIONS(4028), - [sym_hex_literal] = ACTIONS(4030), - [sym_bin_literal] = ACTIONS(4030), - [anon_sym_true] = ACTIONS(4028), - [anon_sym_false] = ACTIONS(4028), - [anon_sym_SQUOTE] = ACTIONS(4030), - [sym__backtick_identifier] = ACTIONS(4030), - [sym__automatic_semicolon] = ACTIONS(4030), - [sym_safe_nav] = ACTIONS(4040), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4030), + [sym__loop_statement] = STATE(5194), + [sym_for_statement] = STATE(5194), + [sym_while_statement] = STATE(5194), + [sym_do_while_statement] = STATE(5194), + [sym_assignment] = STATE(5194), + [sym__expression] = STATE(4068), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(4551), + [sym_parenthesized_expression] = STATE(4551), + [sym_collection_literal] = STATE(4551), + [sym__literal_constant] = STATE(4551), + [sym_string_literal] = STATE(4551), + [sym_lambda_literal] = STATE(4551), + [sym_anonymous_function] = STATE(4551), + [sym__function_literal] = STATE(4551), + [sym_object_literal] = STATE(4551), + [sym_this_expression] = STATE(4551), + [sym_super_expression] = STATE(4551), + [sym_if_expression] = STATE(4551), + [sym_when_expression] = STATE(4551), + [sym_try_expression] = STATE(4551), + [sym_jump_expression] = STATE(4551), + [sym_callable_reference] = STATE(4551), + [sym__prefix_unary_operator] = STATE(1843), + [sym__postfix_unary_expression] = STATE(8407), + [sym_directly_assignable_expression] = STATE(8392), + [sym_annotation] = STATE(1285), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5141), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(4551), + [sym_long_literal] = STATE(4551), + [sym_boolean_literal] = STATE(4551), + [sym_character_literal] = STATE(4551), + [sym__lexical_identifier] = STATE(4615), + [aux_sym__statement_repeat1] = STATE(5362), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(811), + [anon_sym_for] = ACTIONS(813), + [anon_sym_while] = ACTIONS(815), + [anon_sym_do] = ACTIONS(371), + [anon_sym_null] = ACTIONS(373), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(385), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), }, [799] = { - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1804), + [anon_sym_RBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(1802), + [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(3580), [anon_sym_SEMI] = ACTIONS(4058), [anon_sym_get] = ACTIONS(4060), [anon_sym_set] = ACTIONS(4062), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(1804), + [anon_sym_DASH_GT] = ACTIONS(1734), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(1802), + [anon_sym_while] = ACTIONS(1732), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), [anon_sym_AMP_AMP] = ACTIONS(4072), [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(1802), + [anon_sym_else] = ACTIONS(1732), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -142958,67 +142950,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [800] = { - [sym_getter] = STATE(4769), - [sym_setter] = STATE(4769), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [sym_getter] = STATE(3461), + [sym_setter] = STATE(3461), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1734), + [anon_sym_RBRACK] = ACTIONS(1792), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1792), + [anon_sym_RPAREN] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(3580), [anon_sym_SEMI] = ACTIONS(4088), - [anon_sym_get] = ACTIONS(4090), - [anon_sym_set] = ACTIONS(4092), + [anon_sym_get] = ACTIONS(4060), + [anon_sym_set] = ACTIONS(4062), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(1734), + [anon_sym_DASH_GT] = ACTIONS(1792), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1790), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), [anon_sym_AMP_AMP] = ACTIONS(4072), [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -143069,178 +143061,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [801] = { - [sym_catch_block] = STATE(813), - [sym_finally_block] = STATE(1149), - [aux_sym_try_expression_repeat1] = STATE(813), - [sym__alpha_identifier] = ACTIONS(4094), - [anon_sym_AT] = ACTIONS(4096), - [anon_sym_LBRACK] = ACTIONS(4096), - [anon_sym_as] = ACTIONS(4094), - [anon_sym_EQ] = ACTIONS(4094), - [anon_sym_LBRACE] = ACTIONS(4096), - [anon_sym_RBRACE] = ACTIONS(4096), - [anon_sym_LPAREN] = ACTIONS(4096), - [anon_sym_COMMA] = ACTIONS(4096), - [anon_sym_LT] = ACTIONS(4094), - [anon_sym_GT] = ACTIONS(4094), - [anon_sym_where] = ACTIONS(4094), - [anon_sym_object] = ACTIONS(4094), - [anon_sym_fun] = ACTIONS(4094), - [anon_sym_DOT] = ACTIONS(4094), - [anon_sym_SEMI] = ACTIONS(4096), - [anon_sym_get] = ACTIONS(4094), - [anon_sym_set] = ACTIONS(4094), - [anon_sym_this] = ACTIONS(4094), - [anon_sym_super] = ACTIONS(4094), - [anon_sym_STAR] = ACTIONS(4094), - [sym_label] = ACTIONS(4094), - [anon_sym_in] = ACTIONS(4094), - [anon_sym_DOT_DOT] = ACTIONS(4096), - [anon_sym_QMARK_COLON] = ACTIONS(4096), - [anon_sym_AMP_AMP] = ACTIONS(4096), - [anon_sym_PIPE_PIPE] = ACTIONS(4096), - [anon_sym_null] = ACTIONS(4094), - [anon_sym_if] = ACTIONS(4094), - [anon_sym_else] = ACTIONS(4094), - [anon_sym_when] = ACTIONS(4094), - [anon_sym_try] = ACTIONS(4094), - [anon_sym_catch] = ACTIONS(4098), - [anon_sym_finally] = ACTIONS(4100), - [anon_sym_throw] = ACTIONS(4094), - [anon_sym_return] = ACTIONS(4094), - [anon_sym_continue] = ACTIONS(4094), - [anon_sym_break] = ACTIONS(4094), - [anon_sym_COLON_COLON] = ACTIONS(4096), - [anon_sym_PLUS_EQ] = ACTIONS(4096), - [anon_sym_DASH_EQ] = ACTIONS(4096), - [anon_sym_STAR_EQ] = ACTIONS(4096), - [anon_sym_SLASH_EQ] = ACTIONS(4096), - [anon_sym_PERCENT_EQ] = ACTIONS(4096), - [anon_sym_BANG_EQ] = ACTIONS(4094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4096), - [anon_sym_EQ_EQ] = ACTIONS(4094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4096), - [anon_sym_LT_EQ] = ACTIONS(4096), - [anon_sym_GT_EQ] = ACTIONS(4096), - [anon_sym_BANGin] = ACTIONS(4096), - [anon_sym_is] = ACTIONS(4094), - [anon_sym_BANGis] = ACTIONS(4096), - [anon_sym_PLUS] = ACTIONS(4094), - [anon_sym_DASH] = ACTIONS(4094), - [anon_sym_SLASH] = ACTIONS(4094), - [anon_sym_PERCENT] = ACTIONS(4094), - [anon_sym_as_QMARK] = ACTIONS(4096), - [anon_sym_PLUS_PLUS] = ACTIONS(4096), - [anon_sym_DASH_DASH] = ACTIONS(4096), - [anon_sym_BANG] = ACTIONS(4094), - [anon_sym_BANG_BANG] = ACTIONS(4096), - [anon_sym_suspend] = ACTIONS(4094), - [anon_sym_sealed] = ACTIONS(4094), - [anon_sym_annotation] = ACTIONS(4094), - [anon_sym_data] = ACTIONS(4094), - [anon_sym_inner] = ACTIONS(4094), - [anon_sym_value] = ACTIONS(4094), - [anon_sym_override] = ACTIONS(4094), - [anon_sym_lateinit] = ACTIONS(4094), - [anon_sym_public] = ACTIONS(4094), - [anon_sym_private] = ACTIONS(4094), - [anon_sym_internal] = ACTIONS(4094), - [anon_sym_protected] = ACTIONS(4094), - [anon_sym_tailrec] = ACTIONS(4094), - [anon_sym_operator] = ACTIONS(4094), - [anon_sym_infix] = ACTIONS(4094), - [anon_sym_inline] = ACTIONS(4094), - [anon_sym_external] = ACTIONS(4094), - [sym_property_modifier] = ACTIONS(4094), - [anon_sym_abstract] = ACTIONS(4094), - [anon_sym_final] = ACTIONS(4094), - [anon_sym_open] = ACTIONS(4094), - [anon_sym_vararg] = ACTIONS(4094), - [anon_sym_noinline] = ACTIONS(4094), - [anon_sym_crossinline] = ACTIONS(4094), - [anon_sym_expect] = ACTIONS(4094), - [anon_sym_actual] = ACTIONS(4094), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4096), - [anon_sym_continue_AT] = ACTIONS(4096), - [anon_sym_break_AT] = ACTIONS(4096), - [anon_sym_this_AT] = ACTIONS(4096), - [anon_sym_super_AT] = ACTIONS(4096), - [sym_real_literal] = ACTIONS(4096), - [sym_integer_literal] = ACTIONS(4094), - [sym_hex_literal] = ACTIONS(4096), - [sym_bin_literal] = ACTIONS(4096), - [anon_sym_true] = ACTIONS(4094), - [anon_sym_false] = ACTIONS(4094), - [anon_sym_SQUOTE] = ACTIONS(4096), - [sym__backtick_identifier] = ACTIONS(4096), - [sym__automatic_semicolon] = ACTIONS(4096), - [sym_safe_nav] = ACTIONS(4096), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4096), - }, - [802] = { - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1792), + [anon_sym_RBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(4102), - [anon_sym_get] = ACTIONS(4090), - [anon_sym_set] = ACTIONS(4092), + [anon_sym_SEMI] = ACTIONS(4090), + [anon_sym_get] = ACTIONS(4092), + [anon_sym_set] = ACTIONS(4094), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(1792), + [anon_sym_DASH_GT] = ACTIONS(1798), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(1790), + [anon_sym_while] = ACTIONS(1796), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), [anon_sym_AMP_AMP] = ACTIONS(4072), [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(1790), + [anon_sym_else] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -143290,68 +143171,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [803] = { - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [802] = { + [sym_getter] = STATE(4746), + [sym_setter] = STATE(4746), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1798), + [anon_sym_RBRACK] = ACTIONS(1826), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1824), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(4104), - [anon_sym_get] = ACTIONS(4060), - [anon_sym_set] = ACTIONS(4062), + [anon_sym_SEMI] = ACTIONS(4096), + [anon_sym_get] = ACTIONS(4092), + [anon_sym_set] = ACTIONS(4094), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(1798), + [anon_sym_DASH_GT] = ACTIONS(1826), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1824), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), [anon_sym_AMP_AMP] = ACTIONS(4072), [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -143401,68 +143282,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [804] = { - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [803] = { + [sym_getter] = STATE(3466), + [sym_setter] = STATE(3466), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1792), + [anon_sym_RBRACK] = ACTIONS(1820), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1818), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(4106), + [anon_sym_SEMI] = ACTIONS(4098), [anon_sym_get] = ACTIONS(4060), [anon_sym_set] = ACTIONS(4062), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(1792), + [anon_sym_DASH_GT] = ACTIONS(1820), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(1790), + [anon_sym_while] = ACTIONS(1818), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), [anon_sym_AMP_AMP] = ACTIONS(4072), [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(1790), + [anon_sym_else] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -143512,68 +143393,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [805] = { - [sym_getter] = STATE(3477), - [sym_setter] = STATE(3477), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [804] = { + [sym_getter] = STATE(3474), + [sym_setter] = STATE(3474), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1734), + [anon_sym_RBRACK] = ACTIONS(1826), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1824), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(4108), + [anon_sym_SEMI] = ACTIONS(4100), [anon_sym_get] = ACTIONS(4060), [anon_sym_set] = ACTIONS(4062), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(1734), + [anon_sym_DASH_GT] = ACTIONS(1826), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1824), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), [anon_sym_AMP_AMP] = ACTIONS(4072), [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -143623,68 +143504,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [806] = { - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [805] = { + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1804), + [anon_sym_RBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(1802), + [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(4110), - [anon_sym_get] = ACTIONS(4090), - [anon_sym_set] = ACTIONS(4092), + [anon_sym_SEMI] = ACTIONS(4102), + [anon_sym_get] = ACTIONS(4092), + [anon_sym_set] = ACTIONS(4094), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(1804), + [anon_sym_DASH_GT] = ACTIONS(1734), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(1802), + [anon_sym_while] = ACTIONS(1732), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), [anon_sym_AMP_AMP] = ACTIONS(4072), [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(1802), + [anon_sym_else] = ACTIONS(1732), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -143734,68 +143615,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, + [806] = { + [sym_catch_block] = STATE(821), + [sym_finally_block] = STATE(1036), + [aux_sym_try_expression_repeat1] = STATE(821), + [sym__alpha_identifier] = ACTIONS(4104), + [anon_sym_AT] = ACTIONS(4106), + [anon_sym_LBRACK] = ACTIONS(4106), + [anon_sym_as] = ACTIONS(4104), + [anon_sym_EQ] = ACTIONS(4104), + [anon_sym_LBRACE] = ACTIONS(4106), + [anon_sym_RBRACE] = ACTIONS(4106), + [anon_sym_LPAREN] = ACTIONS(4106), + [anon_sym_COMMA] = ACTIONS(4106), + [anon_sym_LT] = ACTIONS(4104), + [anon_sym_GT] = ACTIONS(4104), + [anon_sym_where] = ACTIONS(4104), + [anon_sym_object] = ACTIONS(4104), + [anon_sym_fun] = ACTIONS(4104), + [anon_sym_DOT] = ACTIONS(4104), + [anon_sym_SEMI] = ACTIONS(4106), + [anon_sym_get] = ACTIONS(4104), + [anon_sym_set] = ACTIONS(4104), + [anon_sym_this] = ACTIONS(4104), + [anon_sym_super] = ACTIONS(4104), + [anon_sym_STAR] = ACTIONS(4104), + [sym_label] = ACTIONS(4104), + [anon_sym_in] = ACTIONS(4104), + [anon_sym_DOT_DOT] = ACTIONS(4106), + [anon_sym_QMARK_COLON] = ACTIONS(4106), + [anon_sym_AMP_AMP] = ACTIONS(4106), + [anon_sym_PIPE_PIPE] = ACTIONS(4106), + [anon_sym_null] = ACTIONS(4104), + [anon_sym_if] = ACTIONS(4104), + [anon_sym_else] = ACTIONS(4104), + [anon_sym_when] = ACTIONS(4104), + [anon_sym_try] = ACTIONS(4104), + [anon_sym_catch] = ACTIONS(4108), + [anon_sym_finally] = ACTIONS(4110), + [anon_sym_throw] = ACTIONS(4104), + [anon_sym_return] = ACTIONS(4104), + [anon_sym_continue] = ACTIONS(4104), + [anon_sym_break] = ACTIONS(4104), + [anon_sym_COLON_COLON] = ACTIONS(4106), + [anon_sym_PLUS_EQ] = ACTIONS(4106), + [anon_sym_DASH_EQ] = ACTIONS(4106), + [anon_sym_STAR_EQ] = ACTIONS(4106), + [anon_sym_SLASH_EQ] = ACTIONS(4106), + [anon_sym_PERCENT_EQ] = ACTIONS(4106), + [anon_sym_BANG_EQ] = ACTIONS(4104), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4106), + [anon_sym_EQ_EQ] = ACTIONS(4104), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4106), + [anon_sym_LT_EQ] = ACTIONS(4106), + [anon_sym_GT_EQ] = ACTIONS(4106), + [anon_sym_BANGin] = ACTIONS(4106), + [anon_sym_is] = ACTIONS(4104), + [anon_sym_BANGis] = ACTIONS(4106), + [anon_sym_PLUS] = ACTIONS(4104), + [anon_sym_DASH] = ACTIONS(4104), + [anon_sym_SLASH] = ACTIONS(4104), + [anon_sym_PERCENT] = ACTIONS(4104), + [anon_sym_as_QMARK] = ACTIONS(4106), + [anon_sym_PLUS_PLUS] = ACTIONS(4106), + [anon_sym_DASH_DASH] = ACTIONS(4106), + [anon_sym_BANG] = ACTIONS(4104), + [anon_sym_BANG_BANG] = ACTIONS(4106), + [anon_sym_suspend] = ACTIONS(4104), + [anon_sym_sealed] = ACTIONS(4104), + [anon_sym_annotation] = ACTIONS(4104), + [anon_sym_data] = ACTIONS(4104), + [anon_sym_inner] = ACTIONS(4104), + [anon_sym_value] = ACTIONS(4104), + [anon_sym_override] = ACTIONS(4104), + [anon_sym_lateinit] = ACTIONS(4104), + [anon_sym_public] = ACTIONS(4104), + [anon_sym_private] = ACTIONS(4104), + [anon_sym_internal] = ACTIONS(4104), + [anon_sym_protected] = ACTIONS(4104), + [anon_sym_tailrec] = ACTIONS(4104), + [anon_sym_operator] = ACTIONS(4104), + [anon_sym_infix] = ACTIONS(4104), + [anon_sym_inline] = ACTIONS(4104), + [anon_sym_external] = ACTIONS(4104), + [sym_property_modifier] = ACTIONS(4104), + [anon_sym_abstract] = ACTIONS(4104), + [anon_sym_final] = ACTIONS(4104), + [anon_sym_open] = ACTIONS(4104), + [anon_sym_vararg] = ACTIONS(4104), + [anon_sym_noinline] = ACTIONS(4104), + [anon_sym_crossinline] = ACTIONS(4104), + [anon_sym_expect] = ACTIONS(4104), + [anon_sym_actual] = ACTIONS(4104), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4106), + [anon_sym_continue_AT] = ACTIONS(4106), + [anon_sym_break_AT] = ACTIONS(4106), + [anon_sym_this_AT] = ACTIONS(4106), + [anon_sym_super_AT] = ACTIONS(4106), + [sym_real_literal] = ACTIONS(4106), + [sym_integer_literal] = ACTIONS(4104), + [sym_hex_literal] = ACTIONS(4106), + [sym_bin_literal] = ACTIONS(4106), + [anon_sym_true] = ACTIONS(4104), + [anon_sym_false] = ACTIONS(4104), + [anon_sym_SQUOTE] = ACTIONS(4106), + [sym__backtick_identifier] = ACTIONS(4106), + [sym__automatic_semicolon] = ACTIONS(4106), + [sym_safe_nav] = ACTIONS(4106), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4106), + }, [807] = { - [sym_getter] = STATE(3469), - [sym_setter] = STATE(3469), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [sym_getter] = STATE(4769), + [sym_setter] = STATE(4769), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1810), + [anon_sym_RBRACK] = ACTIONS(1820), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(1808), + [anon_sym_where] = ACTIONS(1818), [anon_sym_DOT] = ACTIONS(3580), [anon_sym_SEMI] = ACTIONS(4112), - [anon_sym_get] = ACTIONS(4060), - [anon_sym_set] = ACTIONS(4062), + [anon_sym_get] = ACTIONS(4092), + [anon_sym_set] = ACTIONS(4094), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(1810), + [anon_sym_DASH_GT] = ACTIONS(1820), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(1808), + [anon_sym_while] = ACTIONS(1818), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), [anon_sym_AMP_AMP] = ACTIONS(4072), [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(1808), + [anon_sym_else] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -143846,67 +143838,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [808] = { - [sym_getter] = STATE(3464), - [sym_setter] = STATE(3464), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1816), + [anon_sym_RBRACK] = ACTIONS(1812), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_RPAREN] = ACTIONS(1816), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(1814), + [anon_sym_where] = ACTIONS(1810), [anon_sym_DOT] = ACTIONS(3580), [anon_sym_SEMI] = ACTIONS(4114), [anon_sym_get] = ACTIONS(4060), [anon_sym_set] = ACTIONS(4062), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(1816), + [anon_sym_DASH_GT] = ACTIONS(1812), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(1814), + [anon_sym_while] = ACTIONS(1810), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), [anon_sym_AMP_AMP] = ACTIONS(4072), [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(1814), + [anon_sym_else] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -143957,67 +143949,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [809] = { - [sym_getter] = STATE(4827), - [sym_setter] = STATE(4827), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1816), + [anon_sym_RBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_RPAREN] = ACTIONS(1816), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(1814), + [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(3580), [anon_sym_SEMI] = ACTIONS(4116), - [anon_sym_get] = ACTIONS(4090), - [anon_sym_set] = ACTIONS(4092), + [anon_sym_get] = ACTIONS(4060), + [anon_sym_set] = ACTIONS(4062), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(1816), + [anon_sym_DASH_GT] = ACTIONS(1798), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(1814), + [anon_sym_while] = ACTIONS(1796), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), [anon_sym_AMP_AMP] = ACTIONS(4072), [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(1814), + [anon_sym_else] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -144068,67 +144060,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [810] = { - [sym_getter] = STATE(4842), - [sym_setter] = STATE(4842), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1810), + [anon_sym_RBRACK] = ACTIONS(1812), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(1808), + [anon_sym_where] = ACTIONS(1810), [anon_sym_DOT] = ACTIONS(3580), [anon_sym_SEMI] = ACTIONS(4118), - [anon_sym_get] = ACTIONS(4090), - [anon_sym_set] = ACTIONS(4092), + [anon_sym_get] = ACTIONS(4092), + [anon_sym_set] = ACTIONS(4094), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(1810), + [anon_sym_DASH_GT] = ACTIONS(1812), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(1808), + [anon_sym_while] = ACTIONS(1810), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), [anon_sym_AMP_AMP] = ACTIONS(4072), [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(1808), + [anon_sym_else] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -144179,67 +144171,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [811] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [sym_getter] = STATE(4807), + [sym_setter] = STATE(4807), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(1798), + [anon_sym_RBRACK] = ACTIONS(1792), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1792), + [anon_sym_RPAREN] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(3580), [anon_sym_SEMI] = ACTIONS(4120), - [anon_sym_get] = ACTIONS(4090), - [anon_sym_set] = ACTIONS(4092), + [anon_sym_get] = ACTIONS(4092), + [anon_sym_set] = ACTIONS(4094), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(1798), + [anon_sym_DASH_GT] = ACTIONS(1792), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1790), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), [anon_sym_AMP_AMP] = ACTIONS(4072), [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -144290,10 +144282,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [812] = { - [sym_type_arguments] = STATE(6538), + [aux_sym_user_type_repeat1] = STATE(824), [sym__alpha_identifier] = ACTIONS(4122), [anon_sym_AT] = ACTIONS(4124), - [anon_sym_COLON] = ACTIONS(4126), [anon_sym_LBRACK] = ACTIONS(4124), [anon_sym_as] = ACTIONS(4122), [anon_sym_EQ] = ACTIONS(4122), @@ -144307,13 +144298,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(4122), [anon_sym_object] = ACTIONS(4122), [anon_sym_fun] = ACTIONS(4122), - [anon_sym_DOT] = ACTIONS(4122), + [anon_sym_DOT] = ACTIONS(4126), [anon_sym_SEMI] = ACTIONS(4124), [anon_sym_get] = ACTIONS(4122), [anon_sym_set] = ACTIONS(4122), [anon_sym_this] = ACTIONS(4122), [anon_sym_super] = ACTIONS(4122), - [sym__quest] = ACTIONS(4128), + [anon_sym_AMP] = ACTIONS(4122), + [sym__quest] = ACTIONS(4122), [anon_sym_STAR] = ACTIONS(4122), [sym_label] = ACTIONS(4122), [anon_sym_in] = ACTIONS(4122), @@ -144400,1327 +144392,1327 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(4124), }, [813] = { - [sym_catch_block] = STATE(813), - [aux_sym_try_expression_repeat1] = STATE(813), - [sym__alpha_identifier] = ACTIONS(4130), - [anon_sym_AT] = ACTIONS(4132), - [anon_sym_LBRACK] = ACTIONS(4132), - [anon_sym_as] = ACTIONS(4130), - [anon_sym_EQ] = ACTIONS(4130), - [anon_sym_LBRACE] = ACTIONS(4132), - [anon_sym_RBRACE] = ACTIONS(4132), - [anon_sym_LPAREN] = ACTIONS(4132), - [anon_sym_COMMA] = ACTIONS(4132), - [anon_sym_LT] = ACTIONS(4130), - [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(4132), - [anon_sym_get] = ACTIONS(4130), - [anon_sym_set] = ACTIONS(4130), - [anon_sym_this] = ACTIONS(4130), - [anon_sym_super] = ACTIONS(4130), - [anon_sym_STAR] = ACTIONS(4130), - [sym_label] = ACTIONS(4130), - [anon_sym_in] = ACTIONS(4130), - [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(4130), - [anon_sym_if] = ACTIONS(4130), - [anon_sym_else] = ACTIONS(4130), - [anon_sym_when] = ACTIONS(4130), - [anon_sym_try] = ACTIONS(4130), - [anon_sym_catch] = ACTIONS(4134), - [anon_sym_finally] = 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(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(4130), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4132), - [anon_sym_EQ_EQ] = ACTIONS(4130), - [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(4130), - [anon_sym_BANGis] = ACTIONS(4132), - [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(4132), - [anon_sym_PLUS_PLUS] = ACTIONS(4132), - [anon_sym_DASH_DASH] = ACTIONS(4132), - [anon_sym_BANG] = ACTIONS(4130), - [anon_sym_BANG_BANG] = ACTIONS(4132), - [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_value] = 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(4132), - [anon_sym_continue_AT] = ACTIONS(4132), - [anon_sym_break_AT] = ACTIONS(4132), - [anon_sym_this_AT] = ACTIONS(4132), - [anon_sym_super_AT] = ACTIONS(4132), - [sym_real_literal] = ACTIONS(4132), - [sym_integer_literal] = ACTIONS(4130), - [sym_hex_literal] = ACTIONS(4132), - [sym_bin_literal] = ACTIONS(4132), - [anon_sym_true] = ACTIONS(4130), - [anon_sym_false] = ACTIONS(4130), - [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_type_constraints] = STATE(902), + [sym_function_body] = STATE(1078), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_COLON] = ACTIONS(4133), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), }, [814] = { - [sym_type_constraints] = STATE(909), - [sym_function_body] = STATE(1185), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_COLON] = ACTIONS(4141), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4137), - [anon_sym_fun] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_this] = ACTIONS(4137), - [anon_sym_super] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [sym_label] = ACTIONS(4137), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(4137), - [anon_sym_if] = ACTIONS(4137), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_when] = ACTIONS(4137), - [anon_sym_try] = ACTIONS(4137), - [anon_sym_throw] = ACTIONS(4137), - [anon_sym_return] = ACTIONS(4137), - [anon_sym_continue] = ACTIONS(4137), - [anon_sym_break] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4137), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4139), - [anon_sym_continue_AT] = ACTIONS(4139), - [anon_sym_break_AT] = ACTIONS(4139), - [anon_sym_this_AT] = ACTIONS(4139), - [anon_sym_super_AT] = ACTIONS(4139), - [sym_real_literal] = ACTIONS(4139), - [sym_integer_literal] = ACTIONS(4137), - [sym_hex_literal] = ACTIONS(4139), - [sym_bin_literal] = ACTIONS(4139), - [anon_sym_true] = ACTIONS(4137), - [anon_sym_false] = ACTIONS(4137), - [anon_sym_SQUOTE] = ACTIONS(4139), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4139), + [sym_type_constraints] = STATE(904), + [sym_function_body] = STATE(1134), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(4143), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), }, [815] = { [sym_type_constraints] = STATE(905), - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_COLON] = ACTIONS(4151), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), + [sym_function_body] = STATE(1172), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_COLON] = ACTIONS(4149), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), }, [816] = { - [aux_sym_user_type_repeat1] = STATE(819), - [sym__alpha_identifier] = ACTIONS(4153), - [anon_sym_AT] = ACTIONS(4155), - [anon_sym_LBRACK] = ACTIONS(4155), - [anon_sym_as] = ACTIONS(4153), - [anon_sym_EQ] = ACTIONS(4153), - [anon_sym_LBRACE] = ACTIONS(4155), - [anon_sym_RBRACE] = ACTIONS(4155), - [anon_sym_LPAREN] = ACTIONS(4155), - [anon_sym_COMMA] = ACTIONS(4155), - [anon_sym_by] = ACTIONS(4153), - [anon_sym_LT] = ACTIONS(4153), - [anon_sym_GT] = ACTIONS(4153), - [anon_sym_where] = ACTIONS(4153), - [anon_sym_object] = ACTIONS(4153), - [anon_sym_fun] = ACTIONS(4153), - [anon_sym_DOT] = ACTIONS(4157), - [anon_sym_SEMI] = ACTIONS(4155), - [anon_sym_get] = ACTIONS(4153), - [anon_sym_set] = ACTIONS(4153), - [anon_sym_this] = ACTIONS(4153), - [anon_sym_super] = ACTIONS(4153), - [anon_sym_AMP] = ACTIONS(4153), - [sym__quest] = ACTIONS(4153), - [anon_sym_STAR] = ACTIONS(4153), - [sym_label] = ACTIONS(4153), - [anon_sym_in] = ACTIONS(4153), - [anon_sym_DOT_DOT] = ACTIONS(4155), - [anon_sym_QMARK_COLON] = ACTIONS(4155), - [anon_sym_AMP_AMP] = ACTIONS(4155), - [anon_sym_PIPE_PIPE] = ACTIONS(4155), - [anon_sym_null] = ACTIONS(4153), - [anon_sym_if] = ACTIONS(4153), - [anon_sym_else] = ACTIONS(4153), - [anon_sym_when] = ACTIONS(4153), - [anon_sym_try] = ACTIONS(4153), - [anon_sym_throw] = ACTIONS(4153), - [anon_sym_return] = ACTIONS(4153), - [anon_sym_continue] = ACTIONS(4153), - [anon_sym_break] = ACTIONS(4153), - [anon_sym_COLON_COLON] = ACTIONS(4155), - [anon_sym_PLUS_EQ] = ACTIONS(4155), - [anon_sym_DASH_EQ] = ACTIONS(4155), - [anon_sym_STAR_EQ] = ACTIONS(4155), - [anon_sym_SLASH_EQ] = ACTIONS(4155), - [anon_sym_PERCENT_EQ] = ACTIONS(4155), - [anon_sym_BANG_EQ] = ACTIONS(4153), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4155), - [anon_sym_EQ_EQ] = ACTIONS(4153), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4155), - [anon_sym_LT_EQ] = ACTIONS(4155), - [anon_sym_GT_EQ] = ACTIONS(4155), - [anon_sym_BANGin] = ACTIONS(4155), - [anon_sym_is] = ACTIONS(4153), - [anon_sym_BANGis] = ACTIONS(4155), - [anon_sym_PLUS] = ACTIONS(4153), - [anon_sym_DASH] = ACTIONS(4153), - [anon_sym_SLASH] = ACTIONS(4153), - [anon_sym_PERCENT] = ACTIONS(4153), - [anon_sym_as_QMARK] = ACTIONS(4155), - [anon_sym_PLUS_PLUS] = ACTIONS(4155), - [anon_sym_DASH_DASH] = ACTIONS(4155), - [anon_sym_BANG] = ACTIONS(4153), - [anon_sym_BANG_BANG] = ACTIONS(4155), - [anon_sym_suspend] = ACTIONS(4153), - [anon_sym_sealed] = ACTIONS(4153), - [anon_sym_annotation] = ACTIONS(4153), - [anon_sym_data] = ACTIONS(4153), - [anon_sym_inner] = ACTIONS(4153), - [anon_sym_value] = ACTIONS(4153), - [anon_sym_override] = ACTIONS(4153), - [anon_sym_lateinit] = ACTIONS(4153), - [anon_sym_public] = ACTIONS(4153), - [anon_sym_private] = ACTIONS(4153), - [anon_sym_internal] = ACTIONS(4153), - [anon_sym_protected] = ACTIONS(4153), - [anon_sym_tailrec] = ACTIONS(4153), - [anon_sym_operator] = ACTIONS(4153), - [anon_sym_infix] = ACTIONS(4153), - [anon_sym_inline] = ACTIONS(4153), - [anon_sym_external] = ACTIONS(4153), - [sym_property_modifier] = ACTIONS(4153), - [anon_sym_abstract] = ACTIONS(4153), - [anon_sym_final] = ACTIONS(4153), - [anon_sym_open] = ACTIONS(4153), - [anon_sym_vararg] = ACTIONS(4153), - [anon_sym_noinline] = ACTIONS(4153), - [anon_sym_crossinline] = ACTIONS(4153), - [anon_sym_expect] = ACTIONS(4153), - [anon_sym_actual] = ACTIONS(4153), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4155), - [anon_sym_continue_AT] = ACTIONS(4155), - [anon_sym_break_AT] = ACTIONS(4155), - [anon_sym_this_AT] = ACTIONS(4155), - [anon_sym_super_AT] = ACTIONS(4155), - [sym_real_literal] = ACTIONS(4155), - [sym_integer_literal] = ACTIONS(4153), - [sym_hex_literal] = ACTIONS(4155), - [sym_bin_literal] = ACTIONS(4155), - [anon_sym_true] = ACTIONS(4153), - [anon_sym_false] = ACTIONS(4153), - [anon_sym_SQUOTE] = ACTIONS(4155), - [sym__backtick_identifier] = ACTIONS(4155), - [sym__automatic_semicolon] = ACTIONS(4155), - [sym_safe_nav] = ACTIONS(4155), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4155), + [sym_type_constraints] = STATE(909), + [sym_function_body] = STATE(1125), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_COLON] = ACTIONS(4155), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4151), + [anon_sym_fun] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_this] = ACTIONS(4151), + [anon_sym_super] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [sym_label] = ACTIONS(4151), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_if] = ACTIONS(4151), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_when] = ACTIONS(4151), + [anon_sym_try] = ACTIONS(4151), + [anon_sym_throw] = ACTIONS(4151), + [anon_sym_return] = ACTIONS(4151), + [anon_sym_continue] = ACTIONS(4151), + [anon_sym_break] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4151), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4153), + [anon_sym_continue_AT] = ACTIONS(4153), + [anon_sym_break_AT] = ACTIONS(4153), + [anon_sym_this_AT] = ACTIONS(4153), + [anon_sym_super_AT] = ACTIONS(4153), + [sym_real_literal] = ACTIONS(4153), + [sym_integer_literal] = ACTIONS(4151), + [sym_hex_literal] = ACTIONS(4153), + [sym_bin_literal] = ACTIONS(4153), + [anon_sym_true] = ACTIONS(4151), + [anon_sym_false] = ACTIONS(4151), + [anon_sym_SQUOTE] = ACTIONS(4153), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4153), }, [817] = { - [sym__expression] = STATE(4374), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_when_condition] = STATE(9384), - [sym_range_test] = STATE(9382), - [sym_type_test] = STATE(9382), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__in_operator] = STATE(2100), - [sym__is_operator] = STATE(6039), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym_type_constraints] = STATE(912), + [sym_function_body] = STATE(1049), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4157), + [anon_sym_AT] = ACTIONS(4159), + [anon_sym_COLON] = ACTIONS(4161), + [anon_sym_LBRACK] = ACTIONS(4159), + [anon_sym_as] = ACTIONS(4157), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4159), + [anon_sym_LPAREN] = ACTIONS(4159), + [anon_sym_COMMA] = ACTIONS(4159), + [anon_sym_LT] = ACTIONS(4157), + [anon_sym_GT] = ACTIONS(4157), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4157), + [anon_sym_fun] = ACTIONS(4157), + [anon_sym_DOT] = ACTIONS(4157), + [anon_sym_SEMI] = ACTIONS(4159), + [anon_sym_get] = ACTIONS(4157), + [anon_sym_set] = ACTIONS(4157), + [anon_sym_this] = ACTIONS(4157), + [anon_sym_super] = ACTIONS(4157), + [anon_sym_STAR] = ACTIONS(4157), + [sym_label] = ACTIONS(4157), + [anon_sym_in] = ACTIONS(4157), + [anon_sym_DOT_DOT] = ACTIONS(4159), + [anon_sym_QMARK_COLON] = ACTIONS(4159), + [anon_sym_AMP_AMP] = ACTIONS(4159), + [anon_sym_PIPE_PIPE] = ACTIONS(4159), + [anon_sym_null] = ACTIONS(4157), + [anon_sym_if] = ACTIONS(4157), + [anon_sym_else] = ACTIONS(4157), + [anon_sym_when] = ACTIONS(4157), + [anon_sym_try] = ACTIONS(4157), + [anon_sym_throw] = ACTIONS(4157), + [anon_sym_return] = ACTIONS(4157), + [anon_sym_continue] = ACTIONS(4157), + [anon_sym_break] = ACTIONS(4157), + [anon_sym_COLON_COLON] = ACTIONS(4159), + [anon_sym_PLUS_EQ] = ACTIONS(4159), + [anon_sym_DASH_EQ] = ACTIONS(4159), + [anon_sym_STAR_EQ] = ACTIONS(4159), + [anon_sym_SLASH_EQ] = ACTIONS(4159), + [anon_sym_PERCENT_EQ] = ACTIONS(4159), + [anon_sym_BANG_EQ] = ACTIONS(4157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4159), + [anon_sym_EQ_EQ] = ACTIONS(4157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4159), + [anon_sym_LT_EQ] = ACTIONS(4159), + [anon_sym_GT_EQ] = ACTIONS(4159), + [anon_sym_BANGin] = ACTIONS(4159), + [anon_sym_is] = ACTIONS(4157), + [anon_sym_BANGis] = ACTIONS(4159), + [anon_sym_PLUS] = ACTIONS(4157), + [anon_sym_DASH] = ACTIONS(4157), + [anon_sym_SLASH] = ACTIONS(4157), + [anon_sym_PERCENT] = ACTIONS(4157), + [anon_sym_as_QMARK] = ACTIONS(4159), + [anon_sym_PLUS_PLUS] = ACTIONS(4159), + [anon_sym_DASH_DASH] = ACTIONS(4159), + [anon_sym_BANG] = ACTIONS(4157), + [anon_sym_BANG_BANG] = ACTIONS(4159), + [anon_sym_suspend] = ACTIONS(4157), + [anon_sym_sealed] = ACTIONS(4157), + [anon_sym_annotation] = ACTIONS(4157), + [anon_sym_data] = ACTIONS(4157), + [anon_sym_inner] = ACTIONS(4157), + [anon_sym_value] = ACTIONS(4157), + [anon_sym_override] = ACTIONS(4157), + [anon_sym_lateinit] = ACTIONS(4157), + [anon_sym_public] = ACTIONS(4157), + [anon_sym_private] = ACTIONS(4157), + [anon_sym_internal] = ACTIONS(4157), + [anon_sym_protected] = ACTIONS(4157), + [anon_sym_tailrec] = ACTIONS(4157), + [anon_sym_operator] = ACTIONS(4157), + [anon_sym_infix] = ACTIONS(4157), + [anon_sym_inline] = ACTIONS(4157), + [anon_sym_external] = ACTIONS(4157), + [sym_property_modifier] = ACTIONS(4157), + [anon_sym_abstract] = ACTIONS(4157), + [anon_sym_final] = ACTIONS(4157), + [anon_sym_open] = ACTIONS(4157), + [anon_sym_vararg] = ACTIONS(4157), + [anon_sym_noinline] = ACTIONS(4157), + [anon_sym_crossinline] = ACTIONS(4157), + [anon_sym_expect] = ACTIONS(4157), + [anon_sym_actual] = ACTIONS(4157), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4159), + [anon_sym_continue_AT] = ACTIONS(4159), + [anon_sym_break_AT] = ACTIONS(4159), + [anon_sym_this_AT] = ACTIONS(4159), + [anon_sym_super_AT] = ACTIONS(4159), + [sym_real_literal] = ACTIONS(4159), + [sym_integer_literal] = ACTIONS(4157), + [sym_hex_literal] = ACTIONS(4159), + [sym_bin_literal] = ACTIONS(4159), + [anon_sym_true] = ACTIONS(4157), + [anon_sym_false] = ACTIONS(4157), + [anon_sym_SQUOTE] = ACTIONS(4159), + [sym__backtick_identifier] = ACTIONS(4159), + [sym__automatic_semicolon] = ACTIONS(4159), + [sym_safe_nav] = ACTIONS(4159), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4159), + }, + [818] = { + [sym_type_arguments] = STATE(6556), + [sym__alpha_identifier] = ACTIONS(4163), + [anon_sym_AT] = ACTIONS(4165), + [anon_sym_COLON] = ACTIONS(4167), + [anon_sym_LBRACK] = ACTIONS(4165), + [anon_sym_as] = ACTIONS(4163), + [anon_sym_EQ] = ACTIONS(4163), + [anon_sym_LBRACE] = ACTIONS(4165), + [anon_sym_RBRACE] = ACTIONS(4165), + [anon_sym_LPAREN] = ACTIONS(4165), + [anon_sym_COMMA] = ACTIONS(4165), + [anon_sym_by] = ACTIONS(4163), + [anon_sym_LT] = ACTIONS(4163), + [anon_sym_GT] = ACTIONS(4163), + [anon_sym_where] = ACTIONS(4163), + [anon_sym_object] = ACTIONS(4163), + [anon_sym_fun] = ACTIONS(4163), + [anon_sym_DOT] = ACTIONS(4163), + [anon_sym_SEMI] = ACTIONS(4165), + [anon_sym_get] = ACTIONS(4163), + [anon_sym_set] = ACTIONS(4163), + [anon_sym_this] = ACTIONS(4163), + [anon_sym_super] = ACTIONS(4163), + [sym__quest] = ACTIONS(4169), + [anon_sym_STAR] = ACTIONS(4163), + [sym_label] = ACTIONS(4163), + [anon_sym_in] = ACTIONS(4163), + [anon_sym_DOT_DOT] = ACTIONS(4165), + [anon_sym_QMARK_COLON] = ACTIONS(4165), + [anon_sym_AMP_AMP] = ACTIONS(4165), + [anon_sym_PIPE_PIPE] = ACTIONS(4165), + [anon_sym_null] = ACTIONS(4163), + [anon_sym_if] = ACTIONS(4163), + [anon_sym_else] = ACTIONS(4163), + [anon_sym_when] = ACTIONS(4163), + [anon_sym_try] = ACTIONS(4163), + [anon_sym_throw] = ACTIONS(4163), + [anon_sym_return] = ACTIONS(4163), + [anon_sym_continue] = ACTIONS(4163), + [anon_sym_break] = ACTIONS(4163), + [anon_sym_COLON_COLON] = ACTIONS(4165), + [anon_sym_PLUS_EQ] = ACTIONS(4165), + [anon_sym_DASH_EQ] = ACTIONS(4165), + [anon_sym_STAR_EQ] = ACTIONS(4165), + [anon_sym_SLASH_EQ] = ACTIONS(4165), + [anon_sym_PERCENT_EQ] = ACTIONS(4165), + [anon_sym_BANG_EQ] = ACTIONS(4163), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4165), + [anon_sym_EQ_EQ] = ACTIONS(4163), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4165), + [anon_sym_LT_EQ] = ACTIONS(4165), + [anon_sym_GT_EQ] = ACTIONS(4165), + [anon_sym_BANGin] = ACTIONS(4165), + [anon_sym_is] = ACTIONS(4163), + [anon_sym_BANGis] = ACTIONS(4165), + [anon_sym_PLUS] = ACTIONS(4163), + [anon_sym_DASH] = ACTIONS(4163), + [anon_sym_SLASH] = ACTIONS(4163), + [anon_sym_PERCENT] = ACTIONS(4163), + [anon_sym_as_QMARK] = ACTIONS(4165), + [anon_sym_PLUS_PLUS] = ACTIONS(4165), + [anon_sym_DASH_DASH] = ACTIONS(4165), + [anon_sym_BANG] = ACTIONS(4163), + [anon_sym_BANG_BANG] = ACTIONS(4165), + [anon_sym_suspend] = ACTIONS(4163), + [anon_sym_sealed] = ACTIONS(4163), + [anon_sym_annotation] = ACTIONS(4163), + [anon_sym_data] = ACTIONS(4163), + [anon_sym_inner] = ACTIONS(4163), + [anon_sym_value] = ACTIONS(4163), + [anon_sym_override] = ACTIONS(4163), + [anon_sym_lateinit] = ACTIONS(4163), + [anon_sym_public] = ACTIONS(4163), + [anon_sym_private] = ACTIONS(4163), + [anon_sym_internal] = ACTIONS(4163), + [anon_sym_protected] = ACTIONS(4163), + [anon_sym_tailrec] = ACTIONS(4163), + [anon_sym_operator] = ACTIONS(4163), + [anon_sym_infix] = ACTIONS(4163), + [anon_sym_inline] = ACTIONS(4163), + [anon_sym_external] = ACTIONS(4163), + [sym_property_modifier] = ACTIONS(4163), + [anon_sym_abstract] = ACTIONS(4163), + [anon_sym_final] = ACTIONS(4163), + [anon_sym_open] = ACTIONS(4163), + [anon_sym_vararg] = ACTIONS(4163), + [anon_sym_noinline] = ACTIONS(4163), + [anon_sym_crossinline] = ACTIONS(4163), + [anon_sym_expect] = ACTIONS(4163), + [anon_sym_actual] = ACTIONS(4163), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4165), + [anon_sym_continue_AT] = ACTIONS(4165), + [anon_sym_break_AT] = ACTIONS(4165), + [anon_sym_this_AT] = ACTIONS(4165), + [anon_sym_super_AT] = ACTIONS(4165), + [sym_real_literal] = ACTIONS(4165), + [sym_integer_literal] = ACTIONS(4163), + [sym_hex_literal] = ACTIONS(4165), + [sym_bin_literal] = ACTIONS(4165), + [anon_sym_true] = ACTIONS(4163), + [anon_sym_false] = ACTIONS(4163), + [anon_sym_SQUOTE] = ACTIONS(4165), + [sym__backtick_identifier] = ACTIONS(4165), + [sym__automatic_semicolon] = ACTIONS(4165), + [sym_safe_nav] = ACTIONS(4165), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4165), + }, + [819] = { + [sym__expression] = STATE(4337), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_when_condition] = STATE(9146), + [sym_range_test] = STATE(9352), + [sym_type_test] = STATE(9352), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__in_operator] = STATE(1845), + [sym__is_operator] = STATE(6040), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_in] = ACTIONS(3712), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_in] = ACTIONS(3704), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_BANGin] = ACTIONS(3716), - [anon_sym_is] = ACTIONS(3718), - [anon_sym_BANGis] = ACTIONS(3720), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(877), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_BANGin] = ACTIONS(3708), + [anon_sym_is] = ACTIONS(3710), + [anon_sym_BANGis] = ACTIONS(3712), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(845), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [818] = { - [sym_type_constraints] = STATE(903), - [sym_function_body] = STATE(1081), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_COLON] = ACTIONS(4164), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), - }, - [819] = { - [aux_sym_user_type_repeat1] = STATE(819), - [sym__alpha_identifier] = ACTIONS(4166), - [anon_sym_AT] = ACTIONS(4168), - [anon_sym_LBRACK] = ACTIONS(4168), - [anon_sym_as] = ACTIONS(4166), - [anon_sym_EQ] = ACTIONS(4166), - [anon_sym_LBRACE] = ACTIONS(4168), - [anon_sym_RBRACE] = ACTIONS(4168), - [anon_sym_LPAREN] = ACTIONS(4168), - [anon_sym_COMMA] = ACTIONS(4168), - [anon_sym_by] = ACTIONS(4166), - [anon_sym_LT] = ACTIONS(4166), - [anon_sym_GT] = ACTIONS(4166), - [anon_sym_where] = ACTIONS(4166), - [anon_sym_object] = ACTIONS(4166), - [anon_sym_fun] = ACTIONS(4166), - [anon_sym_DOT] = ACTIONS(4170), - [anon_sym_SEMI] = ACTIONS(4168), - [anon_sym_get] = ACTIONS(4166), - [anon_sym_set] = ACTIONS(4166), - [anon_sym_this] = ACTIONS(4166), - [anon_sym_super] = ACTIONS(4166), - [anon_sym_AMP] = ACTIONS(4166), - [sym__quest] = ACTIONS(4166), - [anon_sym_STAR] = ACTIONS(4166), - [sym_label] = ACTIONS(4166), - [anon_sym_in] = ACTIONS(4166), - [anon_sym_DOT_DOT] = ACTIONS(4168), - [anon_sym_QMARK_COLON] = ACTIONS(4168), - [anon_sym_AMP_AMP] = ACTIONS(4168), - [anon_sym_PIPE_PIPE] = ACTIONS(4168), - [anon_sym_null] = ACTIONS(4166), - [anon_sym_if] = ACTIONS(4166), - [anon_sym_else] = ACTIONS(4166), - [anon_sym_when] = ACTIONS(4166), - [anon_sym_try] = ACTIONS(4166), - [anon_sym_throw] = ACTIONS(4166), - [anon_sym_return] = ACTIONS(4166), - [anon_sym_continue] = ACTIONS(4166), - [anon_sym_break] = ACTIONS(4166), - [anon_sym_COLON_COLON] = ACTIONS(4168), - [anon_sym_PLUS_EQ] = ACTIONS(4168), - [anon_sym_DASH_EQ] = ACTIONS(4168), - [anon_sym_STAR_EQ] = ACTIONS(4168), - [anon_sym_SLASH_EQ] = ACTIONS(4168), - [anon_sym_PERCENT_EQ] = ACTIONS(4168), - [anon_sym_BANG_EQ] = ACTIONS(4166), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4168), - [anon_sym_EQ_EQ] = ACTIONS(4166), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4168), - [anon_sym_LT_EQ] = ACTIONS(4168), - [anon_sym_GT_EQ] = ACTIONS(4168), - [anon_sym_BANGin] = ACTIONS(4168), - [anon_sym_is] = ACTIONS(4166), - [anon_sym_BANGis] = ACTIONS(4168), - [anon_sym_PLUS] = ACTIONS(4166), - [anon_sym_DASH] = ACTIONS(4166), - [anon_sym_SLASH] = ACTIONS(4166), - [anon_sym_PERCENT] = ACTIONS(4166), - [anon_sym_as_QMARK] = ACTIONS(4168), - [anon_sym_PLUS_PLUS] = ACTIONS(4168), - [anon_sym_DASH_DASH] = ACTIONS(4168), - [anon_sym_BANG] = ACTIONS(4166), - [anon_sym_BANG_BANG] = ACTIONS(4168), - [anon_sym_suspend] = ACTIONS(4166), - [anon_sym_sealed] = ACTIONS(4166), - [anon_sym_annotation] = ACTIONS(4166), - [anon_sym_data] = ACTIONS(4166), - [anon_sym_inner] = ACTIONS(4166), - [anon_sym_value] = ACTIONS(4166), - [anon_sym_override] = ACTIONS(4166), - [anon_sym_lateinit] = ACTIONS(4166), - [anon_sym_public] = ACTIONS(4166), - [anon_sym_private] = ACTIONS(4166), - [anon_sym_internal] = ACTIONS(4166), - [anon_sym_protected] = ACTIONS(4166), - [anon_sym_tailrec] = ACTIONS(4166), - [anon_sym_operator] = ACTIONS(4166), - [anon_sym_infix] = ACTIONS(4166), - [anon_sym_inline] = ACTIONS(4166), - [anon_sym_external] = ACTIONS(4166), - [sym_property_modifier] = ACTIONS(4166), - [anon_sym_abstract] = ACTIONS(4166), - [anon_sym_final] = ACTIONS(4166), - [anon_sym_open] = ACTIONS(4166), - [anon_sym_vararg] = ACTIONS(4166), - [anon_sym_noinline] = ACTIONS(4166), - [anon_sym_crossinline] = ACTIONS(4166), - [anon_sym_expect] = ACTIONS(4166), - [anon_sym_actual] = ACTIONS(4166), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4168), - [anon_sym_continue_AT] = ACTIONS(4168), - [anon_sym_break_AT] = ACTIONS(4168), - [anon_sym_this_AT] = ACTIONS(4168), - [anon_sym_super_AT] = ACTIONS(4168), - [sym_real_literal] = ACTIONS(4168), - [sym_integer_literal] = ACTIONS(4166), - [sym_hex_literal] = ACTIONS(4168), - [sym_bin_literal] = ACTIONS(4168), - [anon_sym_true] = ACTIONS(4166), - [anon_sym_false] = ACTIONS(4166), - [anon_sym_SQUOTE] = ACTIONS(4168), - [sym__backtick_identifier] = ACTIONS(4168), - [sym__automatic_semicolon] = ACTIONS(4168), - [sym_safe_nav] = ACTIONS(4168), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4168), + [sym__string_start] = ACTIONS(205), }, [820] = { - [sym_type_constraints] = STATE(911), - [sym_function_body] = STATE(1014), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4173), - [anon_sym_AT] = ACTIONS(4175), - [anon_sym_COLON] = ACTIONS(4177), - [anon_sym_LBRACK] = ACTIONS(4175), - [anon_sym_as] = ACTIONS(4173), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4175), - [anon_sym_LPAREN] = ACTIONS(4175), - [anon_sym_COMMA] = ACTIONS(4175), + [sym_type_arguments] = STATE(851), + [sym__alpha_identifier] = ACTIONS(4169), + [anon_sym_AT] = ACTIONS(4171), + [anon_sym_LBRACK] = ACTIONS(4171), + [anon_sym_as] = ACTIONS(4169), + [anon_sym_EQ] = ACTIONS(4169), + [anon_sym_LBRACE] = ACTIONS(4171), + [anon_sym_RBRACE] = ACTIONS(4171), + [anon_sym_LPAREN] = ACTIONS(4171), + [anon_sym_COMMA] = ACTIONS(4171), + [anon_sym_by] = ACTIONS(4169), [anon_sym_LT] = ACTIONS(4173), - [anon_sym_GT] = ACTIONS(4173), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4173), - [anon_sym_fun] = ACTIONS(4173), - [anon_sym_DOT] = ACTIONS(4173), - [anon_sym_SEMI] = ACTIONS(4175), - [anon_sym_get] = ACTIONS(4173), - [anon_sym_set] = ACTIONS(4173), - [anon_sym_this] = ACTIONS(4173), - [anon_sym_super] = ACTIONS(4173), - [anon_sym_STAR] = ACTIONS(4173), - [sym_label] = ACTIONS(4173), - [anon_sym_in] = ACTIONS(4173), - [anon_sym_DOT_DOT] = ACTIONS(4175), - [anon_sym_QMARK_COLON] = ACTIONS(4175), - [anon_sym_AMP_AMP] = ACTIONS(4175), - [anon_sym_PIPE_PIPE] = ACTIONS(4175), - [anon_sym_null] = ACTIONS(4173), - [anon_sym_if] = ACTIONS(4173), - [anon_sym_else] = ACTIONS(4173), - [anon_sym_when] = ACTIONS(4173), - [anon_sym_try] = ACTIONS(4173), - [anon_sym_throw] = ACTIONS(4173), - [anon_sym_return] = ACTIONS(4173), - [anon_sym_continue] = ACTIONS(4173), - [anon_sym_break] = ACTIONS(4173), - [anon_sym_COLON_COLON] = ACTIONS(4175), - [anon_sym_PLUS_EQ] = ACTIONS(4175), - [anon_sym_DASH_EQ] = ACTIONS(4175), - [anon_sym_STAR_EQ] = ACTIONS(4175), - [anon_sym_SLASH_EQ] = ACTIONS(4175), - [anon_sym_PERCENT_EQ] = ACTIONS(4175), - [anon_sym_BANG_EQ] = ACTIONS(4173), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4175), - [anon_sym_EQ_EQ] = ACTIONS(4173), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4175), - [anon_sym_LT_EQ] = ACTIONS(4175), - [anon_sym_GT_EQ] = ACTIONS(4175), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(4173), - [anon_sym_BANGis] = ACTIONS(4175), - [anon_sym_PLUS] = ACTIONS(4173), - [anon_sym_DASH] = ACTIONS(4173), - [anon_sym_SLASH] = ACTIONS(4173), - [anon_sym_PERCENT] = ACTIONS(4173), - [anon_sym_as_QMARK] = ACTIONS(4175), - [anon_sym_PLUS_PLUS] = ACTIONS(4175), - [anon_sym_DASH_DASH] = ACTIONS(4175), - [anon_sym_BANG] = ACTIONS(4173), - [anon_sym_BANG_BANG] = ACTIONS(4175), - [anon_sym_suspend] = ACTIONS(4173), - [anon_sym_sealed] = ACTIONS(4173), - [anon_sym_annotation] = ACTIONS(4173), - [anon_sym_data] = ACTIONS(4173), - [anon_sym_inner] = ACTIONS(4173), - [anon_sym_value] = ACTIONS(4173), - [anon_sym_override] = ACTIONS(4173), - [anon_sym_lateinit] = ACTIONS(4173), - [anon_sym_public] = ACTIONS(4173), - [anon_sym_private] = ACTIONS(4173), - [anon_sym_internal] = ACTIONS(4173), - [anon_sym_protected] = ACTIONS(4173), - [anon_sym_tailrec] = ACTIONS(4173), - [anon_sym_operator] = ACTIONS(4173), - [anon_sym_infix] = ACTIONS(4173), - [anon_sym_inline] = ACTIONS(4173), - [anon_sym_external] = ACTIONS(4173), - [sym_property_modifier] = ACTIONS(4173), - [anon_sym_abstract] = ACTIONS(4173), - [anon_sym_final] = ACTIONS(4173), - [anon_sym_open] = ACTIONS(4173), - [anon_sym_vararg] = ACTIONS(4173), - [anon_sym_noinline] = ACTIONS(4173), - [anon_sym_crossinline] = ACTIONS(4173), - [anon_sym_expect] = ACTIONS(4173), - [anon_sym_actual] = ACTIONS(4173), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4175), - [anon_sym_continue_AT] = ACTIONS(4175), - [anon_sym_break_AT] = ACTIONS(4175), - [anon_sym_this_AT] = ACTIONS(4175), - [anon_sym_super_AT] = ACTIONS(4175), - [sym_real_literal] = ACTIONS(4175), - [sym_integer_literal] = ACTIONS(4173), - [sym_hex_literal] = ACTIONS(4175), - [sym_bin_literal] = ACTIONS(4175), - [anon_sym_true] = ACTIONS(4173), - [anon_sym_false] = ACTIONS(4173), - [anon_sym_SQUOTE] = ACTIONS(4175), - [sym__backtick_identifier] = ACTIONS(4175), - [sym__automatic_semicolon] = ACTIONS(4175), - [sym_safe_nav] = ACTIONS(4175), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4175), + [anon_sym_GT] = ACTIONS(4169), + [anon_sym_where] = ACTIONS(4169), + [anon_sym_object] = ACTIONS(4169), + [anon_sym_fun] = ACTIONS(4169), + [anon_sym_DOT] = ACTIONS(4169), + [anon_sym_SEMI] = ACTIONS(4171), + [anon_sym_get] = ACTIONS(4169), + [anon_sym_set] = ACTIONS(4169), + [anon_sym_this] = ACTIONS(4169), + [anon_sym_super] = ACTIONS(4169), + [anon_sym_AMP] = ACTIONS(4169), + [sym__quest] = ACTIONS(4169), + [anon_sym_STAR] = ACTIONS(4169), + [sym_label] = ACTIONS(4169), + [anon_sym_in] = ACTIONS(4169), + [anon_sym_DOT_DOT] = ACTIONS(4171), + [anon_sym_QMARK_COLON] = ACTIONS(4171), + [anon_sym_AMP_AMP] = ACTIONS(4171), + [anon_sym_PIPE_PIPE] = ACTIONS(4171), + [anon_sym_null] = ACTIONS(4169), + [anon_sym_if] = ACTIONS(4169), + [anon_sym_else] = ACTIONS(4169), + [anon_sym_when] = ACTIONS(4169), + [anon_sym_try] = ACTIONS(4169), + [anon_sym_throw] = ACTIONS(4169), + [anon_sym_return] = ACTIONS(4169), + [anon_sym_continue] = ACTIONS(4169), + [anon_sym_break] = ACTIONS(4169), + [anon_sym_COLON_COLON] = ACTIONS(4171), + [anon_sym_PLUS_EQ] = ACTIONS(4171), + [anon_sym_DASH_EQ] = ACTIONS(4171), + [anon_sym_STAR_EQ] = ACTIONS(4171), + [anon_sym_SLASH_EQ] = ACTIONS(4171), + [anon_sym_PERCENT_EQ] = ACTIONS(4171), + [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(4171), + [anon_sym_GT_EQ] = ACTIONS(4171), + [anon_sym_BANGin] = ACTIONS(4171), + [anon_sym_is] = ACTIONS(4169), + [anon_sym_BANGis] = ACTIONS(4171), + [anon_sym_PLUS] = ACTIONS(4169), + [anon_sym_DASH] = ACTIONS(4169), + [anon_sym_SLASH] = ACTIONS(4169), + [anon_sym_PERCENT] = ACTIONS(4169), + [anon_sym_as_QMARK] = ACTIONS(4171), + [anon_sym_PLUS_PLUS] = ACTIONS(4171), + [anon_sym_DASH_DASH] = ACTIONS(4171), + [anon_sym_BANG] = ACTIONS(4169), + [anon_sym_BANG_BANG] = ACTIONS(4171), + [anon_sym_suspend] = ACTIONS(4169), + [anon_sym_sealed] = ACTIONS(4169), + [anon_sym_annotation] = ACTIONS(4169), + [anon_sym_data] = ACTIONS(4169), + [anon_sym_inner] = ACTIONS(4169), + [anon_sym_value] = ACTIONS(4169), + [anon_sym_override] = ACTIONS(4169), + [anon_sym_lateinit] = ACTIONS(4169), + [anon_sym_public] = ACTIONS(4169), + [anon_sym_private] = ACTIONS(4169), + [anon_sym_internal] = ACTIONS(4169), + [anon_sym_protected] = ACTIONS(4169), + [anon_sym_tailrec] = ACTIONS(4169), + [anon_sym_operator] = ACTIONS(4169), + [anon_sym_infix] = ACTIONS(4169), + [anon_sym_inline] = ACTIONS(4169), + [anon_sym_external] = ACTIONS(4169), + [sym_property_modifier] = ACTIONS(4169), + [anon_sym_abstract] = ACTIONS(4169), + [anon_sym_final] = ACTIONS(4169), + [anon_sym_open] = ACTIONS(4169), + [anon_sym_vararg] = ACTIONS(4169), + [anon_sym_noinline] = ACTIONS(4169), + [anon_sym_crossinline] = ACTIONS(4169), + [anon_sym_expect] = ACTIONS(4169), + [anon_sym_actual] = ACTIONS(4169), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4171), + [anon_sym_continue_AT] = ACTIONS(4171), + [anon_sym_break_AT] = ACTIONS(4171), + [anon_sym_this_AT] = ACTIONS(4171), + [anon_sym_super_AT] = ACTIONS(4171), + [sym_real_literal] = ACTIONS(4171), + [sym_integer_literal] = ACTIONS(4169), + [sym_hex_literal] = ACTIONS(4171), + [sym_bin_literal] = ACTIONS(4171), + [anon_sym_true] = ACTIONS(4169), + [anon_sym_false] = ACTIONS(4169), + [anon_sym_SQUOTE] = ACTIONS(4171), + [sym__backtick_identifier] = ACTIONS(4171), + [sym__automatic_semicolon] = ACTIONS(4171), + [sym_safe_nav] = ACTIONS(4171), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4171), }, [821] = { - [sym__alpha_identifier] = ACTIONS(4179), - [anon_sym_AT] = ACTIONS(4181), - [anon_sym_COLON] = ACTIONS(4179), - [anon_sym_LBRACK] = ACTIONS(4181), - [anon_sym_as] = ACTIONS(4179), - [anon_sym_EQ] = ACTIONS(4179), - [anon_sym_LBRACE] = ACTIONS(4181), - [anon_sym_RBRACE] = ACTIONS(4181), - [anon_sym_LPAREN] = ACTIONS(4181), - [anon_sym_COMMA] = ACTIONS(4181), - [anon_sym_by] = ACTIONS(4179), - [anon_sym_LT] = ACTIONS(4179), - [anon_sym_GT] = ACTIONS(4179), - [anon_sym_where] = ACTIONS(4179), - [anon_sym_object] = ACTIONS(4179), - [anon_sym_fun] = ACTIONS(4179), - [anon_sym_DOT] = ACTIONS(4179), - [anon_sym_SEMI] = ACTIONS(4181), - [anon_sym_get] = ACTIONS(4179), - [anon_sym_set] = ACTIONS(4179), - [anon_sym_this] = ACTIONS(4179), - [anon_sym_super] = ACTIONS(4179), - [anon_sym_AMP] = ACTIONS(4179), - [sym__quest] = ACTIONS(4179), - [anon_sym_STAR] = ACTIONS(4179), - [sym_label] = ACTIONS(4179), - [anon_sym_in] = ACTIONS(4179), - [anon_sym_DOT_DOT] = ACTIONS(4181), - [anon_sym_QMARK_COLON] = ACTIONS(4181), - [anon_sym_AMP_AMP] = ACTIONS(4181), - [anon_sym_PIPE_PIPE] = ACTIONS(4181), - [anon_sym_null] = ACTIONS(4179), - [anon_sym_if] = ACTIONS(4179), - [anon_sym_else] = ACTIONS(4179), - [anon_sym_when] = ACTIONS(4179), - [anon_sym_try] = ACTIONS(4179), - [anon_sym_throw] = ACTIONS(4179), - [anon_sym_return] = ACTIONS(4179), - [anon_sym_continue] = ACTIONS(4179), - [anon_sym_break] = ACTIONS(4179), - [anon_sym_COLON_COLON] = ACTIONS(4181), - [anon_sym_PLUS_EQ] = ACTIONS(4181), - [anon_sym_DASH_EQ] = ACTIONS(4181), - [anon_sym_STAR_EQ] = ACTIONS(4181), - [anon_sym_SLASH_EQ] = ACTIONS(4181), - [anon_sym_PERCENT_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ] = ACTIONS(4179), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ] = ACTIONS(4179), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4181), - [anon_sym_LT_EQ] = ACTIONS(4181), - [anon_sym_GT_EQ] = ACTIONS(4181), - [anon_sym_BANGin] = ACTIONS(4181), - [anon_sym_is] = ACTIONS(4179), - [anon_sym_BANGis] = ACTIONS(4181), - [anon_sym_PLUS] = ACTIONS(4179), - [anon_sym_DASH] = ACTIONS(4179), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4179), - [anon_sym_as_QMARK] = ACTIONS(4181), - [anon_sym_PLUS_PLUS] = ACTIONS(4181), - [anon_sym_DASH_DASH] = ACTIONS(4181), - [anon_sym_BANG] = ACTIONS(4179), - [anon_sym_BANG_BANG] = ACTIONS(4181), - [anon_sym_suspend] = ACTIONS(4179), - [anon_sym_sealed] = ACTIONS(4179), - [anon_sym_annotation] = ACTIONS(4179), - [anon_sym_data] = ACTIONS(4179), - [anon_sym_inner] = ACTIONS(4179), - [anon_sym_value] = ACTIONS(4179), - [anon_sym_override] = ACTIONS(4179), - [anon_sym_lateinit] = ACTIONS(4179), - [anon_sym_public] = ACTIONS(4179), - [anon_sym_private] = ACTIONS(4179), - [anon_sym_internal] = ACTIONS(4179), - [anon_sym_protected] = ACTIONS(4179), - [anon_sym_tailrec] = ACTIONS(4179), - [anon_sym_operator] = ACTIONS(4179), - [anon_sym_infix] = ACTIONS(4179), - [anon_sym_inline] = ACTIONS(4179), - [anon_sym_external] = ACTIONS(4179), - [sym_property_modifier] = ACTIONS(4179), - [anon_sym_abstract] = ACTIONS(4179), - [anon_sym_final] = ACTIONS(4179), - [anon_sym_open] = ACTIONS(4179), - [anon_sym_vararg] = ACTIONS(4179), - [anon_sym_noinline] = ACTIONS(4179), - [anon_sym_crossinline] = ACTIONS(4179), - [anon_sym_expect] = ACTIONS(4179), - [anon_sym_actual] = ACTIONS(4179), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4181), - [anon_sym_continue_AT] = ACTIONS(4181), - [anon_sym_break_AT] = ACTIONS(4181), - [anon_sym_this_AT] = ACTIONS(4181), - [anon_sym_super_AT] = ACTIONS(4181), - [sym_real_literal] = ACTIONS(4181), - [sym_integer_literal] = ACTIONS(4179), - [sym_hex_literal] = ACTIONS(4181), - [sym_bin_literal] = ACTIONS(4181), - [anon_sym_true] = ACTIONS(4179), - [anon_sym_false] = ACTIONS(4179), - [anon_sym_SQUOTE] = ACTIONS(4181), - [sym__backtick_identifier] = ACTIONS(4181), - [sym__automatic_semicolon] = ACTIONS(4181), - [sym_safe_nav] = ACTIONS(4181), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4181), + [sym_catch_block] = STATE(821), + [aux_sym_try_expression_repeat1] = STATE(821), + [sym__alpha_identifier] = ACTIONS(4175), + [anon_sym_AT] = ACTIONS(4177), + [anon_sym_LBRACK] = ACTIONS(4177), + [anon_sym_as] = ACTIONS(4175), + [anon_sym_EQ] = ACTIONS(4175), + [anon_sym_LBRACE] = ACTIONS(4177), + [anon_sym_RBRACE] = ACTIONS(4177), + [anon_sym_LPAREN] = ACTIONS(4177), + [anon_sym_COMMA] = ACTIONS(4177), + [anon_sym_LT] = ACTIONS(4175), + [anon_sym_GT] = ACTIONS(4175), + [anon_sym_where] = ACTIONS(4175), + [anon_sym_object] = ACTIONS(4175), + [anon_sym_fun] = ACTIONS(4175), + [anon_sym_DOT] = ACTIONS(4175), + [anon_sym_SEMI] = ACTIONS(4177), + [anon_sym_get] = ACTIONS(4175), + [anon_sym_set] = ACTIONS(4175), + [anon_sym_this] = ACTIONS(4175), + [anon_sym_super] = ACTIONS(4175), + [anon_sym_STAR] = ACTIONS(4175), + [sym_label] = ACTIONS(4175), + [anon_sym_in] = ACTIONS(4175), + [anon_sym_DOT_DOT] = ACTIONS(4177), + [anon_sym_QMARK_COLON] = ACTIONS(4177), + [anon_sym_AMP_AMP] = ACTIONS(4177), + [anon_sym_PIPE_PIPE] = ACTIONS(4177), + [anon_sym_null] = ACTIONS(4175), + [anon_sym_if] = ACTIONS(4175), + [anon_sym_else] = ACTIONS(4175), + [anon_sym_when] = ACTIONS(4175), + [anon_sym_try] = ACTIONS(4175), + [anon_sym_catch] = ACTIONS(4179), + [anon_sym_finally] = ACTIONS(4175), + [anon_sym_throw] = ACTIONS(4175), + [anon_sym_return] = ACTIONS(4175), + [anon_sym_continue] = ACTIONS(4175), + [anon_sym_break] = ACTIONS(4175), + [anon_sym_COLON_COLON] = ACTIONS(4177), + [anon_sym_PLUS_EQ] = ACTIONS(4177), + [anon_sym_DASH_EQ] = ACTIONS(4177), + [anon_sym_STAR_EQ] = ACTIONS(4177), + [anon_sym_SLASH_EQ] = ACTIONS(4177), + [anon_sym_PERCENT_EQ] = ACTIONS(4177), + [anon_sym_BANG_EQ] = ACTIONS(4175), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4177), + [anon_sym_EQ_EQ] = ACTIONS(4175), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4177), + [anon_sym_LT_EQ] = ACTIONS(4177), + [anon_sym_GT_EQ] = ACTIONS(4177), + [anon_sym_BANGin] = ACTIONS(4177), + [anon_sym_is] = ACTIONS(4175), + [anon_sym_BANGis] = ACTIONS(4177), + [anon_sym_PLUS] = ACTIONS(4175), + [anon_sym_DASH] = ACTIONS(4175), + [anon_sym_SLASH] = ACTIONS(4175), + [anon_sym_PERCENT] = ACTIONS(4175), + [anon_sym_as_QMARK] = ACTIONS(4177), + [anon_sym_PLUS_PLUS] = ACTIONS(4177), + [anon_sym_DASH_DASH] = ACTIONS(4177), + [anon_sym_BANG] = ACTIONS(4175), + [anon_sym_BANG_BANG] = ACTIONS(4177), + [anon_sym_suspend] = ACTIONS(4175), + [anon_sym_sealed] = ACTIONS(4175), + [anon_sym_annotation] = ACTIONS(4175), + [anon_sym_data] = ACTIONS(4175), + [anon_sym_inner] = ACTIONS(4175), + [anon_sym_value] = ACTIONS(4175), + [anon_sym_override] = ACTIONS(4175), + [anon_sym_lateinit] = ACTIONS(4175), + [anon_sym_public] = ACTIONS(4175), + [anon_sym_private] = ACTIONS(4175), + [anon_sym_internal] = ACTIONS(4175), + [anon_sym_protected] = ACTIONS(4175), + [anon_sym_tailrec] = ACTIONS(4175), + [anon_sym_operator] = ACTIONS(4175), + [anon_sym_infix] = ACTIONS(4175), + [anon_sym_inline] = ACTIONS(4175), + [anon_sym_external] = ACTIONS(4175), + [sym_property_modifier] = ACTIONS(4175), + [anon_sym_abstract] = ACTIONS(4175), + [anon_sym_final] = ACTIONS(4175), + [anon_sym_open] = ACTIONS(4175), + [anon_sym_vararg] = ACTIONS(4175), + [anon_sym_noinline] = ACTIONS(4175), + [anon_sym_crossinline] = ACTIONS(4175), + [anon_sym_expect] = ACTIONS(4175), + [anon_sym_actual] = ACTIONS(4175), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4177), + [anon_sym_continue_AT] = ACTIONS(4177), + [anon_sym_break_AT] = ACTIONS(4177), + [anon_sym_this_AT] = ACTIONS(4177), + [anon_sym_super_AT] = ACTIONS(4177), + [sym_real_literal] = ACTIONS(4177), + [sym_integer_literal] = ACTIONS(4175), + [sym_hex_literal] = ACTIONS(4177), + [sym_bin_literal] = ACTIONS(4177), + [anon_sym_true] = ACTIONS(4175), + [anon_sym_false] = ACTIONS(4175), + [anon_sym_SQUOTE] = ACTIONS(4177), + [sym__backtick_identifier] = ACTIONS(4177), + [sym__automatic_semicolon] = ACTIONS(4177), + [sym_safe_nav] = ACTIONS(4177), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4177), }, [822] = { - [sym_type_constraints] = STATE(899), - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_COLON] = ACTIONS(4187), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), + [sym__alpha_identifier] = ACTIONS(4182), + [anon_sym_AT] = ACTIONS(4184), + [anon_sym_COLON] = ACTIONS(4182), + [anon_sym_LBRACK] = ACTIONS(4184), + [anon_sym_as] = ACTIONS(4182), + [anon_sym_EQ] = ACTIONS(4182), + [anon_sym_LBRACE] = ACTIONS(4184), + [anon_sym_RBRACE] = ACTIONS(4184), + [anon_sym_LPAREN] = ACTIONS(4184), + [anon_sym_COMMA] = ACTIONS(4184), + [anon_sym_by] = ACTIONS(4182), + [anon_sym_LT] = ACTIONS(4182), + [anon_sym_GT] = ACTIONS(4182), + [anon_sym_where] = ACTIONS(4182), + [anon_sym_object] = ACTIONS(4182), + [anon_sym_fun] = ACTIONS(4182), + [anon_sym_DOT] = ACTIONS(4182), + [anon_sym_SEMI] = ACTIONS(4184), + [anon_sym_get] = ACTIONS(4182), + [anon_sym_set] = ACTIONS(4182), + [anon_sym_this] = ACTIONS(4182), + [anon_sym_super] = ACTIONS(4182), + [anon_sym_AMP] = ACTIONS(4182), + [sym__quest] = ACTIONS(4182), + [anon_sym_STAR] = ACTIONS(4182), + [sym_label] = ACTIONS(4182), + [anon_sym_in] = ACTIONS(4182), + [anon_sym_DOT_DOT] = ACTIONS(4184), + [anon_sym_QMARK_COLON] = ACTIONS(4184), + [anon_sym_AMP_AMP] = ACTIONS(4184), + [anon_sym_PIPE_PIPE] = ACTIONS(4184), + [anon_sym_null] = ACTIONS(4182), + [anon_sym_if] = ACTIONS(4182), + [anon_sym_else] = ACTIONS(4182), + [anon_sym_when] = ACTIONS(4182), + [anon_sym_try] = ACTIONS(4182), + [anon_sym_throw] = ACTIONS(4182), + [anon_sym_return] = ACTIONS(4182), + [anon_sym_continue] = ACTIONS(4182), + [anon_sym_break] = ACTIONS(4182), + [anon_sym_COLON_COLON] = ACTIONS(4184), + [anon_sym_PLUS_EQ] = ACTIONS(4184), + [anon_sym_DASH_EQ] = ACTIONS(4184), + [anon_sym_STAR_EQ] = ACTIONS(4184), + [anon_sym_SLASH_EQ] = ACTIONS(4184), + [anon_sym_PERCENT_EQ] = ACTIONS(4184), + [anon_sym_BANG_EQ] = ACTIONS(4182), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4184), + [anon_sym_EQ_EQ] = ACTIONS(4182), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4184), + [anon_sym_LT_EQ] = ACTIONS(4184), + [anon_sym_GT_EQ] = ACTIONS(4184), + [anon_sym_BANGin] = ACTIONS(4184), + [anon_sym_is] = ACTIONS(4182), + [anon_sym_BANGis] = ACTIONS(4184), + [anon_sym_PLUS] = ACTIONS(4182), + [anon_sym_DASH] = ACTIONS(4182), + [anon_sym_SLASH] = ACTIONS(4182), + [anon_sym_PERCENT] = ACTIONS(4182), + [anon_sym_as_QMARK] = ACTIONS(4184), + [anon_sym_PLUS_PLUS] = ACTIONS(4184), + [anon_sym_DASH_DASH] = ACTIONS(4184), + [anon_sym_BANG] = ACTIONS(4182), + [anon_sym_BANG_BANG] = ACTIONS(4184), + [anon_sym_suspend] = ACTIONS(4182), + [anon_sym_sealed] = ACTIONS(4182), + [anon_sym_annotation] = ACTIONS(4182), + [anon_sym_data] = ACTIONS(4182), + [anon_sym_inner] = ACTIONS(4182), + [anon_sym_value] = ACTIONS(4182), + [anon_sym_override] = ACTIONS(4182), + [anon_sym_lateinit] = ACTIONS(4182), + [anon_sym_public] = ACTIONS(4182), + [anon_sym_private] = ACTIONS(4182), + [anon_sym_internal] = ACTIONS(4182), + [anon_sym_protected] = ACTIONS(4182), + [anon_sym_tailrec] = ACTIONS(4182), + [anon_sym_operator] = ACTIONS(4182), + [anon_sym_infix] = ACTIONS(4182), + [anon_sym_inline] = ACTIONS(4182), + [anon_sym_external] = ACTIONS(4182), + [sym_property_modifier] = ACTIONS(4182), + [anon_sym_abstract] = ACTIONS(4182), + [anon_sym_final] = ACTIONS(4182), + [anon_sym_open] = ACTIONS(4182), + [anon_sym_vararg] = ACTIONS(4182), + [anon_sym_noinline] = ACTIONS(4182), + [anon_sym_crossinline] = ACTIONS(4182), + [anon_sym_expect] = ACTIONS(4182), + [anon_sym_actual] = ACTIONS(4182), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4184), + [anon_sym_continue_AT] = ACTIONS(4184), + [anon_sym_break_AT] = ACTIONS(4184), + [anon_sym_this_AT] = ACTIONS(4184), + [anon_sym_super_AT] = ACTIONS(4184), + [sym_real_literal] = ACTIONS(4184), + [sym_integer_literal] = ACTIONS(4182), + [sym_hex_literal] = ACTIONS(4184), + [sym_bin_literal] = ACTIONS(4184), + [anon_sym_true] = ACTIONS(4182), + [anon_sym_false] = ACTIONS(4182), + [anon_sym_SQUOTE] = ACTIONS(4184), + [sym__backtick_identifier] = ACTIONS(4184), + [sym__automatic_semicolon] = ACTIONS(4184), + [sym_safe_nav] = ACTIONS(4184), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4184), }, [823] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4009), - [anon_sym_COLON] = ACTIONS(4004), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_by] = ACTIONS(4004), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_get] = ACTIONS(4004), - [anon_sym_set] = ACTIONS(4004), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_AMP] = ACTIONS(4004), - [sym__quest] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4004), - [sym_label] = ACTIONS(4004), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [anon_sym_suspend] = ACTIONS(4004), - [anon_sym_sealed] = ACTIONS(4004), - [anon_sym_annotation] = ACTIONS(4004), - [anon_sym_data] = ACTIONS(4004), - [anon_sym_inner] = ACTIONS(4004), - [anon_sym_value] = ACTIONS(4004), - [anon_sym_override] = ACTIONS(4004), - [anon_sym_lateinit] = ACTIONS(4004), - [anon_sym_public] = ACTIONS(4004), - [anon_sym_private] = ACTIONS(4004), - [anon_sym_internal] = ACTIONS(4004), - [anon_sym_protected] = ACTIONS(4004), - [anon_sym_tailrec] = ACTIONS(4004), - [anon_sym_operator] = ACTIONS(4004), - [anon_sym_infix] = ACTIONS(4004), - [anon_sym_inline] = ACTIONS(4004), - [anon_sym_external] = ACTIONS(4004), - [sym_property_modifier] = ACTIONS(4004), - [anon_sym_abstract] = ACTIONS(4004), - [anon_sym_final] = ACTIONS(4004), - [anon_sym_open] = ACTIONS(4004), - [anon_sym_vararg] = ACTIONS(4004), - [anon_sym_noinline] = ACTIONS(4004), - [anon_sym_crossinline] = ACTIONS(4004), - [anon_sym_expect] = ACTIONS(4004), - [anon_sym_actual] = ACTIONS(4004), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4009), - [sym__automatic_semicolon] = ACTIONS(4009), - [sym_safe_nav] = ACTIONS(4009), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(3981), + [anon_sym_COLON] = ACTIONS(3976), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_by] = ACTIONS(3976), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(3976), + [anon_sym_set] = ACTIONS(3976), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_AMP] = ACTIONS(3976), + [sym__quest] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(3976), + [sym_label] = ACTIONS(3976), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(3976), + [anon_sym_sealed] = ACTIONS(3976), + [anon_sym_annotation] = ACTIONS(3976), + [anon_sym_data] = ACTIONS(3976), + [anon_sym_inner] = ACTIONS(3976), + [anon_sym_value] = ACTIONS(3976), + [anon_sym_override] = ACTIONS(3976), + [anon_sym_lateinit] = ACTIONS(3976), + [anon_sym_public] = ACTIONS(3976), + [anon_sym_private] = ACTIONS(3976), + [anon_sym_internal] = ACTIONS(3976), + [anon_sym_protected] = ACTIONS(3976), + [anon_sym_tailrec] = ACTIONS(3976), + [anon_sym_operator] = ACTIONS(3976), + [anon_sym_infix] = ACTIONS(3976), + [anon_sym_inline] = ACTIONS(3976), + [anon_sym_external] = ACTIONS(3976), + [sym_property_modifier] = ACTIONS(3976), + [anon_sym_abstract] = ACTIONS(3976), + [anon_sym_final] = ACTIONS(3976), + [anon_sym_open] = ACTIONS(3976), + [anon_sym_vararg] = ACTIONS(3976), + [anon_sym_noinline] = ACTIONS(3976), + [anon_sym_crossinline] = ACTIONS(3976), + [anon_sym_expect] = ACTIONS(3976), + [anon_sym_actual] = ACTIONS(3976), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(3981), + [sym__automatic_semicolon] = ACTIONS(3981), + [sym_safe_nav] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), }, [824] = { - [sym_type_arguments] = STATE(861), - [sym__alpha_identifier] = ACTIONS(4128), - [anon_sym_AT] = ACTIONS(4189), - [anon_sym_LBRACK] = ACTIONS(4189), - [anon_sym_as] = ACTIONS(4128), - [anon_sym_EQ] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4189), - [anon_sym_RBRACE] = ACTIONS(4189), - [anon_sym_LPAREN] = ACTIONS(4189), - [anon_sym_COMMA] = ACTIONS(4189), - [anon_sym_by] = ACTIONS(4128), - [anon_sym_LT] = ACTIONS(4191), - [anon_sym_GT] = ACTIONS(4128), - [anon_sym_where] = ACTIONS(4128), - [anon_sym_object] = ACTIONS(4128), - [anon_sym_fun] = ACTIONS(4128), - [anon_sym_DOT] = ACTIONS(4128), - [anon_sym_SEMI] = ACTIONS(4189), - [anon_sym_get] = ACTIONS(4128), - [anon_sym_set] = ACTIONS(4128), - [anon_sym_this] = ACTIONS(4128), - [anon_sym_super] = ACTIONS(4128), - [anon_sym_AMP] = ACTIONS(4128), - [sym__quest] = ACTIONS(4128), - [anon_sym_STAR] = ACTIONS(4128), - [sym_label] = ACTIONS(4128), - [anon_sym_in] = ACTIONS(4128), - [anon_sym_DOT_DOT] = ACTIONS(4189), - [anon_sym_QMARK_COLON] = ACTIONS(4189), - [anon_sym_AMP_AMP] = ACTIONS(4189), - [anon_sym_PIPE_PIPE] = ACTIONS(4189), - [anon_sym_null] = ACTIONS(4128), - [anon_sym_if] = ACTIONS(4128), - [anon_sym_else] = ACTIONS(4128), - [anon_sym_when] = ACTIONS(4128), - [anon_sym_try] = ACTIONS(4128), - [anon_sym_throw] = ACTIONS(4128), - [anon_sym_return] = ACTIONS(4128), - [anon_sym_continue] = ACTIONS(4128), - [anon_sym_break] = ACTIONS(4128), - [anon_sym_COLON_COLON] = ACTIONS(4189), - [anon_sym_PLUS_EQ] = ACTIONS(4189), - [anon_sym_DASH_EQ] = ACTIONS(4189), - [anon_sym_STAR_EQ] = ACTIONS(4189), - [anon_sym_SLASH_EQ] = ACTIONS(4189), - [anon_sym_PERCENT_EQ] = ACTIONS(4189), - [anon_sym_BANG_EQ] = ACTIONS(4128), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4189), - [anon_sym_EQ_EQ] = ACTIONS(4128), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4189), - [anon_sym_LT_EQ] = ACTIONS(4189), - [anon_sym_GT_EQ] = ACTIONS(4189), - [anon_sym_BANGin] = ACTIONS(4189), - [anon_sym_is] = ACTIONS(4128), - [anon_sym_BANGis] = ACTIONS(4189), - [anon_sym_PLUS] = ACTIONS(4128), - [anon_sym_DASH] = ACTIONS(4128), - [anon_sym_SLASH] = ACTIONS(4128), - [anon_sym_PERCENT] = ACTIONS(4128), - [anon_sym_as_QMARK] = ACTIONS(4189), - [anon_sym_PLUS_PLUS] = ACTIONS(4189), - [anon_sym_DASH_DASH] = ACTIONS(4189), - [anon_sym_BANG] = ACTIONS(4128), - [anon_sym_BANG_BANG] = ACTIONS(4189), - [anon_sym_suspend] = ACTIONS(4128), - [anon_sym_sealed] = ACTIONS(4128), - [anon_sym_annotation] = ACTIONS(4128), - [anon_sym_data] = ACTIONS(4128), - [anon_sym_inner] = ACTIONS(4128), - [anon_sym_value] = ACTIONS(4128), - [anon_sym_override] = ACTIONS(4128), - [anon_sym_lateinit] = ACTIONS(4128), - [anon_sym_public] = ACTIONS(4128), - [anon_sym_private] = ACTIONS(4128), - [anon_sym_internal] = ACTIONS(4128), - [anon_sym_protected] = ACTIONS(4128), - [anon_sym_tailrec] = ACTIONS(4128), - [anon_sym_operator] = ACTIONS(4128), - [anon_sym_infix] = ACTIONS(4128), - [anon_sym_inline] = ACTIONS(4128), - [anon_sym_external] = ACTIONS(4128), - [sym_property_modifier] = ACTIONS(4128), - [anon_sym_abstract] = ACTIONS(4128), - [anon_sym_final] = ACTIONS(4128), - [anon_sym_open] = ACTIONS(4128), - [anon_sym_vararg] = ACTIONS(4128), - [anon_sym_noinline] = ACTIONS(4128), - [anon_sym_crossinline] = ACTIONS(4128), - [anon_sym_expect] = ACTIONS(4128), - [anon_sym_actual] = ACTIONS(4128), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4189), - [anon_sym_continue_AT] = ACTIONS(4189), - [anon_sym_break_AT] = ACTIONS(4189), - [anon_sym_this_AT] = ACTIONS(4189), - [anon_sym_super_AT] = ACTIONS(4189), - [sym_real_literal] = ACTIONS(4189), - [sym_integer_literal] = ACTIONS(4128), - [sym_hex_literal] = ACTIONS(4189), - [sym_bin_literal] = ACTIONS(4189), - [anon_sym_true] = ACTIONS(4128), - [anon_sym_false] = ACTIONS(4128), - [anon_sym_SQUOTE] = ACTIONS(4189), - [sym__backtick_identifier] = ACTIONS(4189), - [sym__automatic_semicolon] = ACTIONS(4189), - [sym_safe_nav] = ACTIONS(4189), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4189), + [aux_sym_user_type_repeat1] = STATE(824), + [sym__alpha_identifier] = ACTIONS(4186), + [anon_sym_AT] = ACTIONS(4188), + [anon_sym_LBRACK] = ACTIONS(4188), + [anon_sym_as] = ACTIONS(4186), + [anon_sym_EQ] = ACTIONS(4186), + [anon_sym_LBRACE] = ACTIONS(4188), + [anon_sym_RBRACE] = ACTIONS(4188), + [anon_sym_LPAREN] = ACTIONS(4188), + [anon_sym_COMMA] = ACTIONS(4188), + [anon_sym_by] = ACTIONS(4186), + [anon_sym_LT] = ACTIONS(4186), + [anon_sym_GT] = ACTIONS(4186), + [anon_sym_where] = ACTIONS(4186), + [anon_sym_object] = ACTIONS(4186), + [anon_sym_fun] = ACTIONS(4186), + [anon_sym_DOT] = ACTIONS(4190), + [anon_sym_SEMI] = ACTIONS(4188), + [anon_sym_get] = ACTIONS(4186), + [anon_sym_set] = ACTIONS(4186), + [anon_sym_this] = ACTIONS(4186), + [anon_sym_super] = ACTIONS(4186), + [anon_sym_AMP] = ACTIONS(4186), + [sym__quest] = ACTIONS(4186), + [anon_sym_STAR] = ACTIONS(4186), + [sym_label] = ACTIONS(4186), + [anon_sym_in] = ACTIONS(4186), + [anon_sym_DOT_DOT] = ACTIONS(4188), + [anon_sym_QMARK_COLON] = ACTIONS(4188), + [anon_sym_AMP_AMP] = ACTIONS(4188), + [anon_sym_PIPE_PIPE] = ACTIONS(4188), + [anon_sym_null] = ACTIONS(4186), + [anon_sym_if] = ACTIONS(4186), + [anon_sym_else] = ACTIONS(4186), + [anon_sym_when] = ACTIONS(4186), + [anon_sym_try] = ACTIONS(4186), + [anon_sym_throw] = ACTIONS(4186), + [anon_sym_return] = ACTIONS(4186), + [anon_sym_continue] = ACTIONS(4186), + [anon_sym_break] = ACTIONS(4186), + [anon_sym_COLON_COLON] = ACTIONS(4188), + [anon_sym_PLUS_EQ] = ACTIONS(4188), + [anon_sym_DASH_EQ] = ACTIONS(4188), + [anon_sym_STAR_EQ] = ACTIONS(4188), + [anon_sym_SLASH_EQ] = ACTIONS(4188), + [anon_sym_PERCENT_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ] = ACTIONS(4186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ] = ACTIONS(4186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4188), + [anon_sym_LT_EQ] = ACTIONS(4188), + [anon_sym_GT_EQ] = ACTIONS(4188), + [anon_sym_BANGin] = ACTIONS(4188), + [anon_sym_is] = ACTIONS(4186), + [anon_sym_BANGis] = ACTIONS(4188), + [anon_sym_PLUS] = ACTIONS(4186), + [anon_sym_DASH] = ACTIONS(4186), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4186), + [anon_sym_as_QMARK] = ACTIONS(4188), + [anon_sym_PLUS_PLUS] = ACTIONS(4188), + [anon_sym_DASH_DASH] = ACTIONS(4188), + [anon_sym_BANG] = ACTIONS(4186), + [anon_sym_BANG_BANG] = ACTIONS(4188), + [anon_sym_suspend] = ACTIONS(4186), + [anon_sym_sealed] = ACTIONS(4186), + [anon_sym_annotation] = ACTIONS(4186), + [anon_sym_data] = ACTIONS(4186), + [anon_sym_inner] = ACTIONS(4186), + [anon_sym_value] = ACTIONS(4186), + [anon_sym_override] = ACTIONS(4186), + [anon_sym_lateinit] = ACTIONS(4186), + [anon_sym_public] = ACTIONS(4186), + [anon_sym_private] = ACTIONS(4186), + [anon_sym_internal] = ACTIONS(4186), + [anon_sym_protected] = ACTIONS(4186), + [anon_sym_tailrec] = ACTIONS(4186), + [anon_sym_operator] = ACTIONS(4186), + [anon_sym_infix] = ACTIONS(4186), + [anon_sym_inline] = ACTIONS(4186), + [anon_sym_external] = ACTIONS(4186), + [sym_property_modifier] = ACTIONS(4186), + [anon_sym_abstract] = ACTIONS(4186), + [anon_sym_final] = ACTIONS(4186), + [anon_sym_open] = ACTIONS(4186), + [anon_sym_vararg] = ACTIONS(4186), + [anon_sym_noinline] = ACTIONS(4186), + [anon_sym_crossinline] = ACTIONS(4186), + [anon_sym_expect] = ACTIONS(4186), + [anon_sym_actual] = ACTIONS(4186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4188), + [anon_sym_continue_AT] = ACTIONS(4188), + [anon_sym_break_AT] = ACTIONS(4188), + [anon_sym_this_AT] = ACTIONS(4188), + [anon_sym_super_AT] = ACTIONS(4188), + [sym_real_literal] = ACTIONS(4188), + [sym_integer_literal] = ACTIONS(4186), + [sym_hex_literal] = ACTIONS(4188), + [sym_bin_literal] = ACTIONS(4188), + [anon_sym_true] = ACTIONS(4186), + [anon_sym_false] = ACTIONS(4186), + [anon_sym_SQUOTE] = ACTIONS(4188), + [sym__backtick_identifier] = ACTIONS(4188), + [sym__automatic_semicolon] = ACTIONS(4188), + [sym_safe_nav] = ACTIONS(4188), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4188), }, [825] = { - [aux_sym_user_type_repeat1] = STATE(816), + [aux_sym_user_type_repeat1] = STATE(812), [sym__alpha_identifier] = ACTIONS(4193), [anon_sym_AT] = ACTIONS(4195), [anon_sym_LBRACK] = ACTIONS(4195), @@ -145830,769 +145822,1315 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(4195), }, [826] = { - [sym_type_constraints] = STATE(1102), - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_COLON] = ACTIONS(4200), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), + [sym_type_constraints] = STATE(905), + [sym_function_body] = STATE(1172), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), }, [827] = { - [aux_sym_nullable_type_repeat1] = STATE(839), - [sym__alpha_identifier] = ACTIONS(4204), - [anon_sym_AT] = ACTIONS(4206), - [anon_sym_LBRACK] = ACTIONS(4206), - [anon_sym_as] = ACTIONS(4204), - [anon_sym_EQ] = ACTIONS(4204), - [anon_sym_LBRACE] = ACTIONS(4206), - [anon_sym_RBRACE] = ACTIONS(4206), - [anon_sym_LPAREN] = ACTIONS(4206), - [anon_sym_COMMA] = ACTIONS(4206), - [anon_sym_by] = ACTIONS(4204), - [anon_sym_LT] = ACTIONS(4204), - [anon_sym_GT] = ACTIONS(4204), - [anon_sym_where] = ACTIONS(4204), - [anon_sym_object] = ACTIONS(4204), - [anon_sym_fun] = ACTIONS(4204), - [anon_sym_DOT] = ACTIONS(4204), - [anon_sym_SEMI] = ACTIONS(4206), - [anon_sym_get] = ACTIONS(4204), - [anon_sym_set] = ACTIONS(4204), - [anon_sym_this] = ACTIONS(4204), - [anon_sym_super] = ACTIONS(4204), - [sym__quest] = ACTIONS(4208), - [anon_sym_STAR] = ACTIONS(4204), - [sym_label] = ACTIONS(4204), - [anon_sym_in] = ACTIONS(4204), - [anon_sym_DOT_DOT] = ACTIONS(4206), - [anon_sym_QMARK_COLON] = ACTIONS(4206), - [anon_sym_AMP_AMP] = ACTIONS(4206), - [anon_sym_PIPE_PIPE] = ACTIONS(4206), - [anon_sym_null] = ACTIONS(4204), - [anon_sym_if] = ACTIONS(4204), - [anon_sym_else] = ACTIONS(4204), - [anon_sym_when] = ACTIONS(4204), - [anon_sym_try] = ACTIONS(4204), - [anon_sym_throw] = ACTIONS(4204), - [anon_sym_return] = ACTIONS(4204), - [anon_sym_continue] = ACTIONS(4204), - [anon_sym_break] = ACTIONS(4204), - [anon_sym_COLON_COLON] = ACTIONS(4206), - [anon_sym_PLUS_EQ] = ACTIONS(4206), - [anon_sym_DASH_EQ] = ACTIONS(4206), - [anon_sym_STAR_EQ] = ACTIONS(4206), - [anon_sym_SLASH_EQ] = ACTIONS(4206), - [anon_sym_PERCENT_EQ] = ACTIONS(4206), - [anon_sym_BANG_EQ] = ACTIONS(4204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4206), - [anon_sym_EQ_EQ] = ACTIONS(4204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4206), - [anon_sym_LT_EQ] = ACTIONS(4206), - [anon_sym_GT_EQ] = ACTIONS(4206), - [anon_sym_BANGin] = ACTIONS(4206), - [anon_sym_is] = ACTIONS(4204), - [anon_sym_BANGis] = ACTIONS(4206), - [anon_sym_PLUS] = ACTIONS(4204), - [anon_sym_DASH] = ACTIONS(4204), - [anon_sym_SLASH] = ACTIONS(4204), - [anon_sym_PERCENT] = ACTIONS(4204), - [anon_sym_as_QMARK] = ACTIONS(4206), - [anon_sym_PLUS_PLUS] = ACTIONS(4206), - [anon_sym_DASH_DASH] = ACTIONS(4206), - [anon_sym_BANG] = ACTIONS(4204), - [anon_sym_BANG_BANG] = ACTIONS(4206), - [anon_sym_suspend] = ACTIONS(4204), - [anon_sym_sealed] = ACTIONS(4204), - [anon_sym_annotation] = ACTIONS(4204), - [anon_sym_data] = ACTIONS(4204), - [anon_sym_inner] = ACTIONS(4204), - [anon_sym_value] = ACTIONS(4204), - [anon_sym_override] = ACTIONS(4204), - [anon_sym_lateinit] = ACTIONS(4204), - [anon_sym_public] = ACTIONS(4204), - [anon_sym_private] = ACTIONS(4204), - [anon_sym_internal] = ACTIONS(4204), - [anon_sym_protected] = ACTIONS(4204), - [anon_sym_tailrec] = ACTIONS(4204), - [anon_sym_operator] = ACTIONS(4204), - [anon_sym_infix] = ACTIONS(4204), - [anon_sym_inline] = ACTIONS(4204), - [anon_sym_external] = ACTIONS(4204), - [sym_property_modifier] = ACTIONS(4204), - [anon_sym_abstract] = ACTIONS(4204), - [anon_sym_final] = ACTIONS(4204), - [anon_sym_open] = ACTIONS(4204), - [anon_sym_vararg] = ACTIONS(4204), - [anon_sym_noinline] = ACTIONS(4204), - [anon_sym_crossinline] = ACTIONS(4204), - [anon_sym_expect] = ACTIONS(4204), - [anon_sym_actual] = ACTIONS(4204), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4206), - [anon_sym_continue_AT] = ACTIONS(4206), - [anon_sym_break_AT] = ACTIONS(4206), - [anon_sym_this_AT] = ACTIONS(4206), - [anon_sym_super_AT] = ACTIONS(4206), - [sym_real_literal] = ACTIONS(4206), - [sym_integer_literal] = ACTIONS(4204), - [sym_hex_literal] = ACTIONS(4206), - [sym_bin_literal] = ACTIONS(4206), - [anon_sym_true] = ACTIONS(4204), - [anon_sym_false] = ACTIONS(4204), - [anon_sym_SQUOTE] = ACTIONS(4206), - [sym__backtick_identifier] = ACTIONS(4206), - [sym__automatic_semicolon] = ACTIONS(4206), - [sym_safe_nav] = ACTIONS(4206), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4206), + [sym_type_constraints] = STATE(904), + [sym_function_body] = STATE(1134), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), }, [828] = { - [sym__alpha_identifier] = ACTIONS(4210), - [anon_sym_AT] = ACTIONS(4212), - [anon_sym_LBRACK] = ACTIONS(4212), - [anon_sym_as] = ACTIONS(4210), - [anon_sym_EQ] = ACTIONS(4210), - [anon_sym_LBRACE] = ACTIONS(4212), - [anon_sym_RBRACE] = ACTIONS(4212), - [anon_sym_LPAREN] = ACTIONS(4212), - [anon_sym_COMMA] = ACTIONS(4212), - [anon_sym_by] = ACTIONS(4210), - [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), - [sym__quest] = ACTIONS(4210), - [anon_sym_STAR] = ACTIONS(4210), - [anon_sym_DASH_GT] = ACTIONS(4214), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4212), - [anon_sym_super_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), + [sym_type_constraints] = STATE(944), + [sym_enum_class_body] = STATE(1110), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_COLON] = ACTIONS(4204), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4200), + [anon_sym_fun] = ACTIONS(4200), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_this] = ACTIONS(4200), + [anon_sym_super] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_null] = ACTIONS(4200), + [anon_sym_if] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_when] = ACTIONS(4200), + [anon_sym_try] = ACTIONS(4200), + [anon_sym_throw] = ACTIONS(4200), + [anon_sym_return] = ACTIONS(4200), + [anon_sym_continue] = ACTIONS(4200), + [anon_sym_break] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4202), + [anon_sym_continue_AT] = ACTIONS(4202), + [anon_sym_break_AT] = ACTIONS(4202), + [anon_sym_this_AT] = ACTIONS(4202), + [anon_sym_super_AT] = ACTIONS(4202), + [sym_real_literal] = ACTIONS(4202), + [sym_integer_literal] = ACTIONS(4200), + [sym_hex_literal] = ACTIONS(4202), + [sym_bin_literal] = ACTIONS(4202), + [anon_sym_true] = ACTIONS(4200), + [anon_sym_false] = ACTIONS(4200), + [anon_sym_SQUOTE] = ACTIONS(4202), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4202), }, [829] = { - [sym_class_body] = STATE(1167), - [sym_type_constraints] = STATE(943), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(4220), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), + [sym_class_body] = STATE(1171), + [sym_type_constraints] = STATE(929), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_COLON] = ACTIONS(3292), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3290), + [anon_sym_sealed] = ACTIONS(3290), + [anon_sym_annotation] = ACTIONS(3290), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_override] = ACTIONS(3290), + [anon_sym_lateinit] = ACTIONS(3290), + [anon_sym_public] = ACTIONS(3290), + [anon_sym_private] = ACTIONS(3290), + [anon_sym_internal] = ACTIONS(3290), + [anon_sym_protected] = ACTIONS(3290), + [anon_sym_tailrec] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_infix] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_external] = ACTIONS(3290), + [sym_property_modifier] = ACTIONS(3290), + [anon_sym_abstract] = ACTIONS(3290), + [anon_sym_final] = ACTIONS(3290), + [anon_sym_open] = ACTIONS(3290), + [anon_sym_vararg] = ACTIONS(3290), + [anon_sym_noinline] = ACTIONS(3290), + [anon_sym_crossinline] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), }, [830] = { - [aux_sym_nullable_type_repeat1] = STATE(830), - [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(4222), - [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(4226), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4224), - [anon_sym_super_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), + [sym_function_body] = STATE(1111), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4206), + [anon_sym_AT] = ACTIONS(4208), + [anon_sym_COLON] = ACTIONS(4210), + [anon_sym_LBRACK] = ACTIONS(4208), + [anon_sym_as] = ACTIONS(4206), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4208), + [anon_sym_LPAREN] = ACTIONS(4208), + [anon_sym_COMMA] = ACTIONS(4208), + [anon_sym_LT] = ACTIONS(4206), + [anon_sym_GT] = ACTIONS(4206), + [anon_sym_where] = ACTIONS(4206), + [anon_sym_object] = ACTIONS(4206), + [anon_sym_fun] = ACTIONS(4206), + [anon_sym_DOT] = ACTIONS(4206), + [anon_sym_SEMI] = ACTIONS(4208), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4206), + [anon_sym_this] = ACTIONS(4206), + [anon_sym_super] = ACTIONS(4206), + [anon_sym_STAR] = ACTIONS(4206), + [sym_label] = ACTIONS(4206), + [anon_sym_in] = ACTIONS(4206), + [anon_sym_DOT_DOT] = ACTIONS(4208), + [anon_sym_QMARK_COLON] = ACTIONS(4208), + [anon_sym_AMP_AMP] = ACTIONS(4208), + [anon_sym_PIPE_PIPE] = ACTIONS(4208), + [anon_sym_null] = ACTIONS(4206), + [anon_sym_if] = ACTIONS(4206), + [anon_sym_else] = ACTIONS(4206), + [anon_sym_when] = ACTIONS(4206), + [anon_sym_try] = ACTIONS(4206), + [anon_sym_throw] = ACTIONS(4206), + [anon_sym_return] = ACTIONS(4206), + [anon_sym_continue] = ACTIONS(4206), + [anon_sym_break] = ACTIONS(4206), + [anon_sym_COLON_COLON] = ACTIONS(4208), + [anon_sym_PLUS_EQ] = ACTIONS(4208), + [anon_sym_DASH_EQ] = ACTIONS(4208), + [anon_sym_STAR_EQ] = ACTIONS(4208), + [anon_sym_SLASH_EQ] = ACTIONS(4208), + [anon_sym_PERCENT_EQ] = ACTIONS(4208), + [anon_sym_BANG_EQ] = ACTIONS(4206), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4208), + [anon_sym_EQ_EQ] = ACTIONS(4206), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4208), + [anon_sym_LT_EQ] = ACTIONS(4208), + [anon_sym_GT_EQ] = ACTIONS(4208), + [anon_sym_BANGin] = ACTIONS(4208), + [anon_sym_is] = ACTIONS(4206), + [anon_sym_BANGis] = ACTIONS(4208), + [anon_sym_PLUS] = ACTIONS(4206), + [anon_sym_DASH] = ACTIONS(4206), + [anon_sym_SLASH] = ACTIONS(4206), + [anon_sym_PERCENT] = ACTIONS(4206), + [anon_sym_as_QMARK] = ACTIONS(4208), + [anon_sym_PLUS_PLUS] = ACTIONS(4208), + [anon_sym_DASH_DASH] = ACTIONS(4208), + [anon_sym_BANG] = ACTIONS(4206), + [anon_sym_BANG_BANG] = ACTIONS(4208), + [anon_sym_suspend] = ACTIONS(4206), + [anon_sym_sealed] = ACTIONS(4206), + [anon_sym_annotation] = ACTIONS(4206), + [anon_sym_data] = ACTIONS(4206), + [anon_sym_inner] = ACTIONS(4206), + [anon_sym_value] = ACTIONS(4206), + [anon_sym_override] = ACTIONS(4206), + [anon_sym_lateinit] = ACTIONS(4206), + [anon_sym_public] = ACTIONS(4206), + [anon_sym_private] = ACTIONS(4206), + [anon_sym_internal] = ACTIONS(4206), + [anon_sym_protected] = ACTIONS(4206), + [anon_sym_tailrec] = ACTIONS(4206), + [anon_sym_operator] = ACTIONS(4206), + [anon_sym_infix] = ACTIONS(4206), + [anon_sym_inline] = ACTIONS(4206), + [anon_sym_external] = ACTIONS(4206), + [sym_property_modifier] = ACTIONS(4206), + [anon_sym_abstract] = ACTIONS(4206), + [anon_sym_final] = ACTIONS(4206), + [anon_sym_open] = ACTIONS(4206), + [anon_sym_vararg] = ACTIONS(4206), + [anon_sym_noinline] = ACTIONS(4206), + [anon_sym_crossinline] = ACTIONS(4206), + [anon_sym_expect] = ACTIONS(4206), + [anon_sym_actual] = ACTIONS(4206), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4208), + [anon_sym_continue_AT] = ACTIONS(4208), + [anon_sym_break_AT] = ACTIONS(4208), + [anon_sym_this_AT] = ACTIONS(4208), + [anon_sym_super_AT] = ACTIONS(4208), + [sym_real_literal] = ACTIONS(4208), + [sym_integer_literal] = ACTIONS(4206), + [sym_hex_literal] = ACTIONS(4208), + [sym_bin_literal] = ACTIONS(4208), + [anon_sym_true] = ACTIONS(4206), + [anon_sym_false] = ACTIONS(4206), + [anon_sym_SQUOTE] = ACTIONS(4208), + [sym__backtick_identifier] = ACTIONS(4208), + [sym__automatic_semicolon] = ACTIONS(4208), + [sym_safe_nav] = ACTIONS(4208), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4208), }, [831] = { - [sym_function_body] = STATE(1025), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4229), - [anon_sym_AT] = ACTIONS(4231), - [anon_sym_COLON] = ACTIONS(4233), - [anon_sym_LBRACK] = ACTIONS(4231), - [anon_sym_as] = ACTIONS(4229), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4231), - [anon_sym_LPAREN] = ACTIONS(4231), - [anon_sym_COMMA] = ACTIONS(4231), - [anon_sym_LT] = ACTIONS(4229), - [anon_sym_GT] = ACTIONS(4229), - [anon_sym_where] = ACTIONS(4229), - [anon_sym_object] = ACTIONS(4229), - [anon_sym_fun] = ACTIONS(4229), - [anon_sym_DOT] = ACTIONS(4229), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(4229), - [anon_sym_set] = ACTIONS(4229), - [anon_sym_this] = ACTIONS(4229), - [anon_sym_super] = ACTIONS(4229), - [anon_sym_STAR] = ACTIONS(4229), - [sym_label] = ACTIONS(4229), - [anon_sym_in] = ACTIONS(4229), - [anon_sym_DOT_DOT] = ACTIONS(4231), - [anon_sym_QMARK_COLON] = ACTIONS(4231), - [anon_sym_AMP_AMP] = ACTIONS(4231), - [anon_sym_PIPE_PIPE] = ACTIONS(4231), - [anon_sym_null] = ACTIONS(4229), - [anon_sym_if] = ACTIONS(4229), - [anon_sym_else] = ACTIONS(4229), - [anon_sym_when] = ACTIONS(4229), - [anon_sym_try] = ACTIONS(4229), - [anon_sym_throw] = ACTIONS(4229), - [anon_sym_return] = ACTIONS(4229), - [anon_sym_continue] = ACTIONS(4229), - [anon_sym_break] = ACTIONS(4229), - [anon_sym_COLON_COLON] = ACTIONS(4231), - [anon_sym_PLUS_EQ] = ACTIONS(4231), - [anon_sym_DASH_EQ] = ACTIONS(4231), - [anon_sym_STAR_EQ] = ACTIONS(4231), - [anon_sym_SLASH_EQ] = ACTIONS(4231), - [anon_sym_PERCENT_EQ] = ACTIONS(4231), - [anon_sym_BANG_EQ] = ACTIONS(4229), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4231), - [anon_sym_EQ_EQ] = ACTIONS(4229), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4231), - [anon_sym_LT_EQ] = ACTIONS(4231), - [anon_sym_GT_EQ] = ACTIONS(4231), - [anon_sym_BANGin] = ACTIONS(4231), - [anon_sym_is] = ACTIONS(4229), - [anon_sym_BANGis] = ACTIONS(4231), - [anon_sym_PLUS] = ACTIONS(4229), - [anon_sym_DASH] = ACTIONS(4229), - [anon_sym_SLASH] = ACTIONS(4229), - [anon_sym_PERCENT] = ACTIONS(4229), - [anon_sym_as_QMARK] = ACTIONS(4231), - [anon_sym_PLUS_PLUS] = ACTIONS(4231), - [anon_sym_DASH_DASH] = ACTIONS(4231), - [anon_sym_BANG] = ACTIONS(4229), - [anon_sym_BANG_BANG] = ACTIONS(4231), - [anon_sym_suspend] = ACTIONS(4229), - [anon_sym_sealed] = ACTIONS(4229), - [anon_sym_annotation] = ACTIONS(4229), - [anon_sym_data] = ACTIONS(4229), - [anon_sym_inner] = ACTIONS(4229), - [anon_sym_value] = ACTIONS(4229), - [anon_sym_override] = ACTIONS(4229), - [anon_sym_lateinit] = ACTIONS(4229), - [anon_sym_public] = ACTIONS(4229), - [anon_sym_private] = ACTIONS(4229), - [anon_sym_internal] = ACTIONS(4229), - [anon_sym_protected] = ACTIONS(4229), - [anon_sym_tailrec] = ACTIONS(4229), - [anon_sym_operator] = ACTIONS(4229), - [anon_sym_infix] = ACTIONS(4229), - [anon_sym_inline] = ACTIONS(4229), - [anon_sym_external] = ACTIONS(4229), - [sym_property_modifier] = ACTIONS(4229), - [anon_sym_abstract] = ACTIONS(4229), - [anon_sym_final] = ACTIONS(4229), - [anon_sym_open] = ACTIONS(4229), - [anon_sym_vararg] = ACTIONS(4229), - [anon_sym_noinline] = ACTIONS(4229), - [anon_sym_crossinline] = ACTIONS(4229), - [anon_sym_expect] = ACTIONS(4229), - [anon_sym_actual] = ACTIONS(4229), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4231), - [anon_sym_continue_AT] = ACTIONS(4231), - [anon_sym_break_AT] = ACTIONS(4231), - [anon_sym_this_AT] = ACTIONS(4231), - [anon_sym_super_AT] = ACTIONS(4231), - [sym_real_literal] = ACTIONS(4231), - [sym_integer_literal] = ACTIONS(4229), - [sym_hex_literal] = ACTIONS(4231), - [sym_bin_literal] = ACTIONS(4231), - [anon_sym_true] = ACTIONS(4229), - [anon_sym_false] = ACTIONS(4229), - [anon_sym_SQUOTE] = ACTIONS(4231), - [sym__backtick_identifier] = ACTIONS(4231), - [sym__automatic_semicolon] = ACTIONS(4231), - [sym_safe_nav] = ACTIONS(4231), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4231), + [sym_class_body] = STATE(1058), + [sym_type_constraints] = STATE(951), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_COLON] = ACTIONS(4216), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4212), + [anon_sym_fun] = ACTIONS(4212), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_this] = ACTIONS(4212), + [anon_sym_super] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_null] = ACTIONS(4212), + [anon_sym_if] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_when] = ACTIONS(4212), + [anon_sym_try] = ACTIONS(4212), + [anon_sym_throw] = ACTIONS(4212), + [anon_sym_return] = ACTIONS(4212), + [anon_sym_continue] = ACTIONS(4212), + [anon_sym_break] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4214), + [anon_sym_continue_AT] = ACTIONS(4214), + [anon_sym_break_AT] = ACTIONS(4214), + [anon_sym_this_AT] = ACTIONS(4214), + [anon_sym_super_AT] = ACTIONS(4214), + [sym_real_literal] = ACTIONS(4214), + [sym_integer_literal] = ACTIONS(4212), + [sym_hex_literal] = ACTIONS(4214), + [sym_bin_literal] = ACTIONS(4214), + [anon_sym_true] = ACTIONS(4212), + [anon_sym_false] = ACTIONS(4212), + [anon_sym_SQUOTE] = ACTIONS(4214), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4214), }, [832] = { - [sym_type_constraints] = STATE(935), - [sym_enum_class_body] = STATE(1167), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(4235), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), + [sym__alpha_identifier] = ACTIONS(4182), + [anon_sym_AT] = ACTIONS(4184), + [anon_sym_LBRACK] = ACTIONS(4184), + [anon_sym_RBRACK] = ACTIONS(4184), + [anon_sym_as] = ACTIONS(4182), + [anon_sym_EQ] = ACTIONS(4182), + [anon_sym_LBRACE] = ACTIONS(4184), + [anon_sym_RBRACE] = ACTIONS(4184), + [anon_sym_LPAREN] = ACTIONS(4184), + [anon_sym_COMMA] = ACTIONS(4184), + [anon_sym_RPAREN] = ACTIONS(4184), + [anon_sym_LT] = ACTIONS(4182), + [anon_sym_GT] = ACTIONS(4182), + [anon_sym_where] = ACTIONS(4182), + [anon_sym_object] = ACTIONS(4182), + [anon_sym_fun] = ACTIONS(4182), + [anon_sym_DOT] = ACTIONS(4182), + [anon_sym_SEMI] = ACTIONS(4184), + [anon_sym_get] = ACTIONS(4182), + [anon_sym_set] = ACTIONS(4182), + [anon_sym_this] = ACTIONS(4182), + [anon_sym_super] = ACTIONS(4182), + [anon_sym_STAR] = ACTIONS(4182), + [anon_sym_DASH_GT] = ACTIONS(4184), + [sym_label] = ACTIONS(4182), + [anon_sym_in] = ACTIONS(4182), + [anon_sym_while] = ACTIONS(4182), + [anon_sym_DOT_DOT] = ACTIONS(4184), + [anon_sym_QMARK_COLON] = ACTIONS(4184), + [anon_sym_AMP_AMP] = ACTIONS(4184), + [anon_sym_PIPE_PIPE] = ACTIONS(4184), + [anon_sym_null] = ACTIONS(4182), + [anon_sym_if] = ACTIONS(4182), + [anon_sym_else] = ACTIONS(4182), + [anon_sym_when] = ACTIONS(4182), + [anon_sym_try] = ACTIONS(4182), + [anon_sym_throw] = ACTIONS(4182), + [anon_sym_return] = ACTIONS(4182), + [anon_sym_continue] = ACTIONS(4182), + [anon_sym_break] = ACTIONS(4182), + [anon_sym_COLON_COLON] = ACTIONS(4184), + [anon_sym_PLUS_EQ] = ACTIONS(4184), + [anon_sym_DASH_EQ] = ACTIONS(4184), + [anon_sym_STAR_EQ] = ACTIONS(4184), + [anon_sym_SLASH_EQ] = ACTIONS(4184), + [anon_sym_PERCENT_EQ] = ACTIONS(4184), + [anon_sym_BANG_EQ] = ACTIONS(4182), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4184), + [anon_sym_EQ_EQ] = ACTIONS(4182), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4184), + [anon_sym_LT_EQ] = ACTIONS(4184), + [anon_sym_GT_EQ] = ACTIONS(4184), + [anon_sym_BANGin] = ACTIONS(4184), + [anon_sym_is] = ACTIONS(4182), + [anon_sym_BANGis] = ACTIONS(4184), + [anon_sym_PLUS] = ACTIONS(4182), + [anon_sym_DASH] = ACTIONS(4182), + [anon_sym_SLASH] = ACTIONS(4182), + [anon_sym_PERCENT] = ACTIONS(4182), + [anon_sym_as_QMARK] = ACTIONS(4184), + [anon_sym_PLUS_PLUS] = ACTIONS(4184), + [anon_sym_DASH_DASH] = ACTIONS(4184), + [anon_sym_BANG] = ACTIONS(4182), + [anon_sym_BANG_BANG] = ACTIONS(4184), + [anon_sym_suspend] = ACTIONS(4182), + [anon_sym_sealed] = ACTIONS(4182), + [anon_sym_annotation] = ACTIONS(4182), + [anon_sym_data] = ACTIONS(4182), + [anon_sym_inner] = ACTIONS(4182), + [anon_sym_value] = ACTIONS(4182), + [anon_sym_override] = ACTIONS(4182), + [anon_sym_lateinit] = ACTIONS(4182), + [anon_sym_public] = ACTIONS(4182), + [anon_sym_private] = ACTIONS(4182), + [anon_sym_internal] = ACTIONS(4182), + [anon_sym_protected] = ACTIONS(4182), + [anon_sym_tailrec] = ACTIONS(4182), + [anon_sym_operator] = ACTIONS(4182), + [anon_sym_infix] = ACTIONS(4182), + [anon_sym_inline] = ACTIONS(4182), + [anon_sym_external] = ACTIONS(4182), + [sym_property_modifier] = ACTIONS(4182), + [anon_sym_abstract] = ACTIONS(4182), + [anon_sym_final] = ACTIONS(4182), + [anon_sym_open] = ACTIONS(4182), + [anon_sym_vararg] = ACTIONS(4182), + [anon_sym_noinline] = ACTIONS(4182), + [anon_sym_crossinline] = ACTIONS(4182), + [anon_sym_expect] = ACTIONS(4182), + [anon_sym_actual] = ACTIONS(4182), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4184), + [anon_sym_continue_AT] = ACTIONS(4184), + [anon_sym_break_AT] = ACTIONS(4184), + [anon_sym_this_AT] = ACTIONS(4184), + [anon_sym_super_AT] = ACTIONS(4184), + [sym_real_literal] = ACTIONS(4184), + [sym_integer_literal] = ACTIONS(4182), + [sym_hex_literal] = ACTIONS(4184), + [sym_bin_literal] = ACTIONS(4184), + [anon_sym_true] = ACTIONS(4182), + [anon_sym_false] = ACTIONS(4182), + [anon_sym_SQUOTE] = ACTIONS(4184), + [sym__backtick_identifier] = ACTIONS(4184), + [sym_safe_nav] = ACTIONS(4184), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4184), }, [833] = { + [sym_type_constraints] = STATE(960), + [sym_enum_class_body] = STATE(1083), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(3310), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, + [834] = { + [aux_sym_nullable_type_repeat1] = STATE(834), + [sym__alpha_identifier] = ACTIONS(4218), + [anon_sym_AT] = ACTIONS(4220), + [anon_sym_LBRACK] = ACTIONS(4220), + [anon_sym_as] = ACTIONS(4218), + [anon_sym_EQ] = ACTIONS(4218), + [anon_sym_LBRACE] = ACTIONS(4220), + [anon_sym_RBRACE] = ACTIONS(4220), + [anon_sym_LPAREN] = ACTIONS(4220), + [anon_sym_COMMA] = ACTIONS(4220), + [anon_sym_by] = ACTIONS(4218), + [anon_sym_LT] = ACTIONS(4218), + [anon_sym_GT] = ACTIONS(4218), + [anon_sym_where] = ACTIONS(4218), + [anon_sym_object] = ACTIONS(4218), + [anon_sym_fun] = ACTIONS(4218), + [anon_sym_DOT] = ACTIONS(4218), + [anon_sym_SEMI] = ACTIONS(4220), + [anon_sym_get] = ACTIONS(4218), + [anon_sym_set] = ACTIONS(4218), + [anon_sym_this] = ACTIONS(4218), + [anon_sym_super] = ACTIONS(4218), + [sym__quest] = ACTIONS(4222), + [anon_sym_STAR] = ACTIONS(4218), + [sym_label] = ACTIONS(4218), + [anon_sym_in] = ACTIONS(4218), + [anon_sym_DOT_DOT] = ACTIONS(4220), + [anon_sym_QMARK_COLON] = ACTIONS(4220), + [anon_sym_AMP_AMP] = ACTIONS(4220), + [anon_sym_PIPE_PIPE] = ACTIONS(4220), + [anon_sym_null] = ACTIONS(4218), + [anon_sym_if] = ACTIONS(4218), + [anon_sym_else] = ACTIONS(4218), + [anon_sym_when] = ACTIONS(4218), + [anon_sym_try] = ACTIONS(4218), + [anon_sym_throw] = ACTIONS(4218), + [anon_sym_return] = ACTIONS(4218), + [anon_sym_continue] = ACTIONS(4218), + [anon_sym_break] = ACTIONS(4218), + [anon_sym_COLON_COLON] = ACTIONS(4220), + [anon_sym_PLUS_EQ] = ACTIONS(4220), + [anon_sym_DASH_EQ] = ACTIONS(4220), + [anon_sym_STAR_EQ] = ACTIONS(4220), + [anon_sym_SLASH_EQ] = ACTIONS(4220), + [anon_sym_PERCENT_EQ] = ACTIONS(4220), + [anon_sym_BANG_EQ] = ACTIONS(4218), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4220), + [anon_sym_EQ_EQ] = ACTIONS(4218), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4220), + [anon_sym_LT_EQ] = ACTIONS(4220), + [anon_sym_GT_EQ] = ACTIONS(4220), + [anon_sym_BANGin] = ACTIONS(4220), + [anon_sym_is] = ACTIONS(4218), + [anon_sym_BANGis] = ACTIONS(4220), + [anon_sym_PLUS] = ACTIONS(4218), + [anon_sym_DASH] = ACTIONS(4218), + [anon_sym_SLASH] = ACTIONS(4218), + [anon_sym_PERCENT] = ACTIONS(4218), + [anon_sym_as_QMARK] = ACTIONS(4220), + [anon_sym_PLUS_PLUS] = ACTIONS(4220), + [anon_sym_DASH_DASH] = ACTIONS(4220), + [anon_sym_BANG] = ACTIONS(4218), + [anon_sym_BANG_BANG] = ACTIONS(4220), + [anon_sym_suspend] = ACTIONS(4218), + [anon_sym_sealed] = ACTIONS(4218), + [anon_sym_annotation] = ACTIONS(4218), + [anon_sym_data] = ACTIONS(4218), + [anon_sym_inner] = ACTIONS(4218), + [anon_sym_value] = ACTIONS(4218), + [anon_sym_override] = ACTIONS(4218), + [anon_sym_lateinit] = ACTIONS(4218), + [anon_sym_public] = ACTIONS(4218), + [anon_sym_private] = ACTIONS(4218), + [anon_sym_internal] = ACTIONS(4218), + [anon_sym_protected] = ACTIONS(4218), + [anon_sym_tailrec] = ACTIONS(4218), + [anon_sym_operator] = ACTIONS(4218), + [anon_sym_infix] = ACTIONS(4218), + [anon_sym_inline] = ACTIONS(4218), + [anon_sym_external] = ACTIONS(4218), + [sym_property_modifier] = ACTIONS(4218), + [anon_sym_abstract] = ACTIONS(4218), + [anon_sym_final] = ACTIONS(4218), + [anon_sym_open] = ACTIONS(4218), + [anon_sym_vararg] = ACTIONS(4218), + [anon_sym_noinline] = ACTIONS(4218), + [anon_sym_crossinline] = ACTIONS(4218), + [anon_sym_expect] = ACTIONS(4218), + [anon_sym_actual] = ACTIONS(4218), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4220), + [anon_sym_continue_AT] = ACTIONS(4220), + [anon_sym_break_AT] = ACTIONS(4220), + [anon_sym_this_AT] = ACTIONS(4220), + [anon_sym_super_AT] = ACTIONS(4220), + [sym_real_literal] = ACTIONS(4220), + [sym_integer_literal] = ACTIONS(4218), + [sym_hex_literal] = ACTIONS(4220), + [sym_bin_literal] = ACTIONS(4220), + [anon_sym_true] = ACTIONS(4218), + [anon_sym_false] = ACTIONS(4218), + [anon_sym_SQUOTE] = ACTIONS(4220), + [sym__backtick_identifier] = ACTIONS(4220), + [sym__automatic_semicolon] = ACTIONS(4220), + [sym_safe_nav] = ACTIONS(4220), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4220), + }, + [835] = { + [aux_sym_nullable_type_repeat1] = STATE(838), + [sym__alpha_identifier] = ACTIONS(4225), + [anon_sym_AT] = ACTIONS(4227), + [anon_sym_LBRACK] = ACTIONS(4227), + [anon_sym_as] = ACTIONS(4225), + [anon_sym_EQ] = ACTIONS(4225), + [anon_sym_LBRACE] = ACTIONS(4227), + [anon_sym_RBRACE] = ACTIONS(4227), + [anon_sym_LPAREN] = ACTIONS(4227), + [anon_sym_COMMA] = ACTIONS(4227), + [anon_sym_by] = ACTIONS(4225), + [anon_sym_LT] = ACTIONS(4225), + [anon_sym_GT] = ACTIONS(4225), + [anon_sym_where] = ACTIONS(4225), + [anon_sym_object] = ACTIONS(4225), + [anon_sym_fun] = ACTIONS(4225), + [anon_sym_DOT] = ACTIONS(4225), + [anon_sym_SEMI] = ACTIONS(4227), + [anon_sym_get] = ACTIONS(4225), + [anon_sym_set] = ACTIONS(4225), + [anon_sym_this] = ACTIONS(4225), + [anon_sym_super] = ACTIONS(4225), + [sym__quest] = ACTIONS(4229), + [anon_sym_STAR] = ACTIONS(4225), + [sym_label] = ACTIONS(4225), + [anon_sym_in] = ACTIONS(4225), + [anon_sym_DOT_DOT] = ACTIONS(4227), + [anon_sym_QMARK_COLON] = ACTIONS(4227), + [anon_sym_AMP_AMP] = ACTIONS(4227), + [anon_sym_PIPE_PIPE] = ACTIONS(4227), + [anon_sym_null] = ACTIONS(4225), + [anon_sym_if] = ACTIONS(4225), + [anon_sym_else] = ACTIONS(4225), + [anon_sym_when] = ACTIONS(4225), + [anon_sym_try] = ACTIONS(4225), + [anon_sym_throw] = ACTIONS(4225), + [anon_sym_return] = ACTIONS(4225), + [anon_sym_continue] = ACTIONS(4225), + [anon_sym_break] = ACTIONS(4225), + [anon_sym_COLON_COLON] = ACTIONS(4227), + [anon_sym_PLUS_EQ] = ACTIONS(4227), + [anon_sym_DASH_EQ] = ACTIONS(4227), + [anon_sym_STAR_EQ] = ACTIONS(4227), + [anon_sym_SLASH_EQ] = ACTIONS(4227), + [anon_sym_PERCENT_EQ] = ACTIONS(4227), + [anon_sym_BANG_EQ] = ACTIONS(4225), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4227), + [anon_sym_EQ_EQ] = ACTIONS(4225), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4227), + [anon_sym_LT_EQ] = ACTIONS(4227), + [anon_sym_GT_EQ] = ACTIONS(4227), + [anon_sym_BANGin] = ACTIONS(4227), + [anon_sym_is] = ACTIONS(4225), + [anon_sym_BANGis] = ACTIONS(4227), + [anon_sym_PLUS] = ACTIONS(4225), + [anon_sym_DASH] = ACTIONS(4225), + [anon_sym_SLASH] = ACTIONS(4225), + [anon_sym_PERCENT] = ACTIONS(4225), + [anon_sym_as_QMARK] = ACTIONS(4227), + [anon_sym_PLUS_PLUS] = ACTIONS(4227), + [anon_sym_DASH_DASH] = ACTIONS(4227), + [anon_sym_BANG] = ACTIONS(4225), + [anon_sym_BANG_BANG] = ACTIONS(4227), + [anon_sym_suspend] = ACTIONS(4225), + [anon_sym_sealed] = ACTIONS(4225), + [anon_sym_annotation] = ACTIONS(4225), + [anon_sym_data] = ACTIONS(4225), + [anon_sym_inner] = ACTIONS(4225), + [anon_sym_value] = ACTIONS(4225), + [anon_sym_override] = ACTIONS(4225), + [anon_sym_lateinit] = ACTIONS(4225), + [anon_sym_public] = ACTIONS(4225), + [anon_sym_private] = ACTIONS(4225), + [anon_sym_internal] = ACTIONS(4225), + [anon_sym_protected] = ACTIONS(4225), + [anon_sym_tailrec] = ACTIONS(4225), + [anon_sym_operator] = ACTIONS(4225), + [anon_sym_infix] = ACTIONS(4225), + [anon_sym_inline] = ACTIONS(4225), + [anon_sym_external] = ACTIONS(4225), + [sym_property_modifier] = ACTIONS(4225), + [anon_sym_abstract] = ACTIONS(4225), + [anon_sym_final] = ACTIONS(4225), + [anon_sym_open] = ACTIONS(4225), + [anon_sym_vararg] = ACTIONS(4225), + [anon_sym_noinline] = ACTIONS(4225), + [anon_sym_crossinline] = ACTIONS(4225), + [anon_sym_expect] = ACTIONS(4225), + [anon_sym_actual] = ACTIONS(4225), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4227), + [anon_sym_continue_AT] = ACTIONS(4227), + [anon_sym_break_AT] = ACTIONS(4227), + [anon_sym_this_AT] = ACTIONS(4227), + [anon_sym_super_AT] = ACTIONS(4227), + [sym_real_literal] = ACTIONS(4227), + [sym_integer_literal] = ACTIONS(4225), + [sym_hex_literal] = ACTIONS(4227), + [sym_bin_literal] = ACTIONS(4227), + [anon_sym_true] = ACTIONS(4225), + [anon_sym_false] = ACTIONS(4225), + [anon_sym_SQUOTE] = ACTIONS(4227), + [sym__backtick_identifier] = ACTIONS(4227), + [sym__automatic_semicolon] = ACTIONS(4227), + [sym_safe_nav] = ACTIONS(4227), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4227), + }, + [836] = { + [sym_class_body] = STATE(1083), + [sym_type_constraints] = STATE(967), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(3308), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, + [837] = { + [sym_function_body] = STATE(1080), + [sym__block] = STATE(1074), + [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(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4233), + [anon_sym_super_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), + }, + [838] = { + [aux_sym_nullable_type_repeat1] = STATE(834), [sym__alpha_identifier] = ACTIONS(4237), [anon_sym_AT] = ACTIONS(4239), [anon_sym_LBRACK] = ACTIONS(4239), @@ -146614,8 +147152,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(4237), [anon_sym_this] = ACTIONS(4237), [anon_sym_super] = ACTIONS(4237), - [anon_sym_AMP] = ACTIONS(4241), - [sym__quest] = ACTIONS(4237), + [sym__quest] = ACTIONS(4241), [anon_sym_STAR] = ACTIONS(4237), [sym_label] = ACTIONS(4237), [anon_sym_in] = ACTIONS(4237), @@ -146701,1424 +147238,1424 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4239), }, - [834] = { - [sym__alpha_identifier] = ACTIONS(4179), - [anon_sym_AT] = ACTIONS(4181), - [anon_sym_LBRACK] = ACTIONS(4181), - [anon_sym_RBRACK] = ACTIONS(4181), - [anon_sym_as] = ACTIONS(4179), - [anon_sym_EQ] = ACTIONS(4179), - [anon_sym_LBRACE] = ACTIONS(4181), - [anon_sym_RBRACE] = ACTIONS(4181), - [anon_sym_LPAREN] = ACTIONS(4181), - [anon_sym_COMMA] = ACTIONS(4181), - [anon_sym_RPAREN] = ACTIONS(4181), - [anon_sym_LT] = ACTIONS(4179), - [anon_sym_GT] = ACTIONS(4179), - [anon_sym_where] = ACTIONS(4179), - [anon_sym_object] = ACTIONS(4179), - [anon_sym_fun] = ACTIONS(4179), - [anon_sym_DOT] = ACTIONS(4179), - [anon_sym_SEMI] = ACTIONS(4181), - [anon_sym_get] = ACTIONS(4179), - [anon_sym_set] = ACTIONS(4179), - [anon_sym_this] = ACTIONS(4179), - [anon_sym_super] = ACTIONS(4179), - [anon_sym_STAR] = ACTIONS(4179), - [anon_sym_DASH_GT] = ACTIONS(4181), - [sym_label] = ACTIONS(4179), - [anon_sym_in] = ACTIONS(4179), - [anon_sym_while] = ACTIONS(4179), - [anon_sym_DOT_DOT] = ACTIONS(4181), - [anon_sym_QMARK_COLON] = ACTIONS(4181), - [anon_sym_AMP_AMP] = ACTIONS(4181), - [anon_sym_PIPE_PIPE] = ACTIONS(4181), - [anon_sym_null] = ACTIONS(4179), - [anon_sym_if] = ACTIONS(4179), - [anon_sym_else] = ACTIONS(4179), - [anon_sym_when] = ACTIONS(4179), - [anon_sym_try] = ACTIONS(4179), - [anon_sym_throw] = ACTIONS(4179), - [anon_sym_return] = ACTIONS(4179), - [anon_sym_continue] = ACTIONS(4179), - [anon_sym_break] = ACTIONS(4179), - [anon_sym_COLON_COLON] = ACTIONS(4181), - [anon_sym_PLUS_EQ] = ACTIONS(4181), - [anon_sym_DASH_EQ] = ACTIONS(4181), - [anon_sym_STAR_EQ] = ACTIONS(4181), - [anon_sym_SLASH_EQ] = ACTIONS(4181), - [anon_sym_PERCENT_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ] = ACTIONS(4179), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ] = ACTIONS(4179), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4181), - [anon_sym_LT_EQ] = ACTIONS(4181), - [anon_sym_GT_EQ] = ACTIONS(4181), - [anon_sym_BANGin] = ACTIONS(4181), - [anon_sym_is] = ACTIONS(4179), - [anon_sym_BANGis] = ACTIONS(4181), - [anon_sym_PLUS] = ACTIONS(4179), - [anon_sym_DASH] = ACTIONS(4179), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4179), - [anon_sym_as_QMARK] = ACTIONS(4181), - [anon_sym_PLUS_PLUS] = ACTIONS(4181), - [anon_sym_DASH_DASH] = ACTIONS(4181), - [anon_sym_BANG] = ACTIONS(4179), - [anon_sym_BANG_BANG] = ACTIONS(4181), - [anon_sym_suspend] = ACTIONS(4179), - [anon_sym_sealed] = ACTIONS(4179), - [anon_sym_annotation] = ACTIONS(4179), - [anon_sym_data] = ACTIONS(4179), - [anon_sym_inner] = ACTIONS(4179), - [anon_sym_value] = ACTIONS(4179), - [anon_sym_override] = ACTIONS(4179), - [anon_sym_lateinit] = ACTIONS(4179), - [anon_sym_public] = ACTIONS(4179), - [anon_sym_private] = ACTIONS(4179), - [anon_sym_internal] = ACTIONS(4179), - [anon_sym_protected] = ACTIONS(4179), - [anon_sym_tailrec] = ACTIONS(4179), - [anon_sym_operator] = ACTIONS(4179), - [anon_sym_infix] = ACTIONS(4179), - [anon_sym_inline] = ACTIONS(4179), - [anon_sym_external] = ACTIONS(4179), - [sym_property_modifier] = ACTIONS(4179), - [anon_sym_abstract] = ACTIONS(4179), - [anon_sym_final] = ACTIONS(4179), - [anon_sym_open] = ACTIONS(4179), - [anon_sym_vararg] = ACTIONS(4179), - [anon_sym_noinline] = ACTIONS(4179), - [anon_sym_crossinline] = ACTIONS(4179), - [anon_sym_expect] = ACTIONS(4179), - [anon_sym_actual] = ACTIONS(4179), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4181), - [anon_sym_continue_AT] = ACTIONS(4181), - [anon_sym_break_AT] = ACTIONS(4181), - [anon_sym_this_AT] = ACTIONS(4181), - [anon_sym_super_AT] = ACTIONS(4181), - [sym_real_literal] = ACTIONS(4181), - [sym_integer_literal] = ACTIONS(4179), - [sym_hex_literal] = ACTIONS(4181), - [sym_bin_literal] = ACTIONS(4181), - [anon_sym_true] = ACTIONS(4179), - [anon_sym_false] = ACTIONS(4179), - [anon_sym_SQUOTE] = ACTIONS(4181), - [sym__backtick_identifier] = ACTIONS(4181), - [sym_safe_nav] = ACTIONS(4181), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4181), - }, - [835] = { - [sym_class_body] = STATE(1068), - [sym_type_constraints] = STATE(969), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(3296), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [836] = { - [sym_type_constraints] = STATE(1107), - [sym_function_body] = STATE(1014), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4173), - [anon_sym_AT] = ACTIONS(4175), - [anon_sym_COLON] = ACTIONS(4243), - [anon_sym_LBRACK] = ACTIONS(4175), - [anon_sym_as] = ACTIONS(4173), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4175), - [anon_sym_LPAREN] = ACTIONS(4175), - [anon_sym_LT] = ACTIONS(4173), - [anon_sym_GT] = ACTIONS(4173), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4173), - [anon_sym_fun] = ACTIONS(4173), - [anon_sym_DOT] = ACTIONS(4173), - [anon_sym_SEMI] = ACTIONS(4175), - [anon_sym_get] = ACTIONS(4173), - [anon_sym_set] = ACTIONS(4173), - [anon_sym_this] = ACTIONS(4173), - [anon_sym_super] = ACTIONS(4173), - [anon_sym_STAR] = ACTIONS(4173), - [sym_label] = ACTIONS(4173), - [anon_sym_in] = ACTIONS(4173), - [anon_sym_DOT_DOT] = ACTIONS(4175), - [anon_sym_QMARK_COLON] = ACTIONS(4175), - [anon_sym_AMP_AMP] = ACTIONS(4175), - [anon_sym_PIPE_PIPE] = ACTIONS(4175), - [anon_sym_null] = ACTIONS(4173), - [anon_sym_if] = ACTIONS(4173), - [anon_sym_else] = ACTIONS(4173), - [anon_sym_when] = ACTIONS(4173), - [anon_sym_try] = ACTIONS(4173), - [anon_sym_throw] = ACTIONS(4173), - [anon_sym_return] = ACTIONS(4173), - [anon_sym_continue] = ACTIONS(4173), - [anon_sym_break] = ACTIONS(4173), - [anon_sym_COLON_COLON] = ACTIONS(4175), - [anon_sym_PLUS_EQ] = ACTIONS(4175), - [anon_sym_DASH_EQ] = ACTIONS(4175), - [anon_sym_STAR_EQ] = ACTIONS(4175), - [anon_sym_SLASH_EQ] = ACTIONS(4175), - [anon_sym_PERCENT_EQ] = ACTIONS(4175), - [anon_sym_BANG_EQ] = ACTIONS(4173), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4175), - [anon_sym_EQ_EQ] = ACTIONS(4173), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4175), - [anon_sym_LT_EQ] = ACTIONS(4175), - [anon_sym_GT_EQ] = ACTIONS(4175), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(4173), - [anon_sym_BANGis] = ACTIONS(4175), - [anon_sym_PLUS] = ACTIONS(4173), - [anon_sym_DASH] = ACTIONS(4173), - [anon_sym_SLASH] = ACTIONS(4173), - [anon_sym_PERCENT] = ACTIONS(4173), - [anon_sym_as_QMARK] = ACTIONS(4175), - [anon_sym_PLUS_PLUS] = ACTIONS(4175), - [anon_sym_DASH_DASH] = ACTIONS(4175), - [anon_sym_BANG] = ACTIONS(4173), - [anon_sym_BANG_BANG] = ACTIONS(4175), - [anon_sym_suspend] = ACTIONS(4173), - [anon_sym_sealed] = ACTIONS(4173), - [anon_sym_annotation] = ACTIONS(4173), - [anon_sym_data] = ACTIONS(4173), - [anon_sym_inner] = ACTIONS(4173), - [anon_sym_value] = ACTIONS(4173), - [anon_sym_override] = ACTIONS(4173), - [anon_sym_lateinit] = ACTIONS(4173), - [anon_sym_public] = ACTIONS(4173), - [anon_sym_private] = ACTIONS(4173), - [anon_sym_internal] = ACTIONS(4173), - [anon_sym_protected] = ACTIONS(4173), - [anon_sym_tailrec] = ACTIONS(4173), - [anon_sym_operator] = ACTIONS(4173), - [anon_sym_infix] = ACTIONS(4173), - [anon_sym_inline] = ACTIONS(4173), - [anon_sym_external] = ACTIONS(4173), - [sym_property_modifier] = ACTIONS(4173), - [anon_sym_abstract] = ACTIONS(4173), - [anon_sym_final] = ACTIONS(4173), - [anon_sym_open] = ACTIONS(4173), - [anon_sym_vararg] = ACTIONS(4173), - [anon_sym_noinline] = ACTIONS(4173), - [anon_sym_crossinline] = ACTIONS(4173), - [anon_sym_expect] = ACTIONS(4173), - [anon_sym_actual] = ACTIONS(4173), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4175), - [anon_sym_continue_AT] = ACTIONS(4175), - [anon_sym_break_AT] = ACTIONS(4175), - [anon_sym_this_AT] = ACTIONS(4175), - [anon_sym_super_AT] = ACTIONS(4175), - [sym_real_literal] = ACTIONS(4175), - [sym_integer_literal] = ACTIONS(4173), - [sym_hex_literal] = ACTIONS(4175), - [sym_bin_literal] = ACTIONS(4175), - [anon_sym_true] = ACTIONS(4173), - [anon_sym_false] = ACTIONS(4173), - [anon_sym_SQUOTE] = ACTIONS(4175), - [sym__backtick_identifier] = ACTIONS(4175), - [sym__automatic_semicolon] = ACTIONS(4175), - [sym_safe_nav] = ACTIONS(4175), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4175), - }, - [837] = { - [sym_type_constraints] = STATE(905), - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [838] = { - [sym_type_constraints] = STATE(1105), - [sym_function_body] = STATE(1185), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_COLON] = ACTIONS(4245), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4137), - [anon_sym_fun] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_this] = ACTIONS(4137), - [anon_sym_super] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [sym_label] = ACTIONS(4137), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(4137), - [anon_sym_if] = ACTIONS(4137), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_when] = ACTIONS(4137), - [anon_sym_try] = ACTIONS(4137), - [anon_sym_throw] = ACTIONS(4137), - [anon_sym_return] = ACTIONS(4137), - [anon_sym_continue] = ACTIONS(4137), - [anon_sym_break] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4137), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4139), - [anon_sym_continue_AT] = ACTIONS(4139), - [anon_sym_break_AT] = ACTIONS(4139), - [anon_sym_this_AT] = ACTIONS(4139), - [anon_sym_super_AT] = ACTIONS(4139), - [sym_real_literal] = ACTIONS(4139), - [sym_integer_literal] = ACTIONS(4137), - [sym_hex_literal] = ACTIONS(4139), - [sym_bin_literal] = ACTIONS(4139), - [anon_sym_true] = ACTIONS(4137), - [anon_sym_false] = ACTIONS(4137), - [anon_sym_SQUOTE] = ACTIONS(4139), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4139), - }, [839] = { - [aux_sym_nullable_type_repeat1] = STATE(830), - [sym__alpha_identifier] = ACTIONS(4247), - [anon_sym_AT] = ACTIONS(4249), - [anon_sym_LBRACK] = ACTIONS(4249), - [anon_sym_as] = ACTIONS(4247), - [anon_sym_EQ] = ACTIONS(4247), - [anon_sym_LBRACE] = ACTIONS(4249), - [anon_sym_RBRACE] = ACTIONS(4249), - [anon_sym_LPAREN] = ACTIONS(4249), - [anon_sym_COMMA] = ACTIONS(4249), - [anon_sym_by] = ACTIONS(4247), - [anon_sym_LT] = ACTIONS(4247), - [anon_sym_GT] = ACTIONS(4247), - [anon_sym_where] = ACTIONS(4247), - [anon_sym_object] = ACTIONS(4247), - [anon_sym_fun] = ACTIONS(4247), - [anon_sym_DOT] = ACTIONS(4247), - [anon_sym_SEMI] = ACTIONS(4249), - [anon_sym_get] = ACTIONS(4247), - [anon_sym_set] = ACTIONS(4247), - [anon_sym_this] = ACTIONS(4247), - [anon_sym_super] = ACTIONS(4247), - [sym__quest] = ACTIONS(4251), - [anon_sym_STAR] = ACTIONS(4247), - [sym_label] = ACTIONS(4247), - [anon_sym_in] = ACTIONS(4247), - [anon_sym_DOT_DOT] = ACTIONS(4249), - [anon_sym_QMARK_COLON] = ACTIONS(4249), - [anon_sym_AMP_AMP] = ACTIONS(4249), - [anon_sym_PIPE_PIPE] = ACTIONS(4249), - [anon_sym_null] = ACTIONS(4247), - [anon_sym_if] = ACTIONS(4247), - [anon_sym_else] = ACTIONS(4247), - [anon_sym_when] = ACTIONS(4247), - [anon_sym_try] = ACTIONS(4247), - [anon_sym_throw] = ACTIONS(4247), - [anon_sym_return] = ACTIONS(4247), - [anon_sym_continue] = ACTIONS(4247), - [anon_sym_break] = ACTIONS(4247), - [anon_sym_COLON_COLON] = ACTIONS(4249), - [anon_sym_PLUS_EQ] = ACTIONS(4249), - [anon_sym_DASH_EQ] = ACTIONS(4249), - [anon_sym_STAR_EQ] = ACTIONS(4249), - [anon_sym_SLASH_EQ] = ACTIONS(4249), - [anon_sym_PERCENT_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ] = ACTIONS(4247), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ] = ACTIONS(4247), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4249), - [anon_sym_LT_EQ] = ACTIONS(4249), - [anon_sym_GT_EQ] = ACTIONS(4249), - [anon_sym_BANGin] = ACTIONS(4249), - [anon_sym_is] = ACTIONS(4247), - [anon_sym_BANGis] = ACTIONS(4249), - [anon_sym_PLUS] = ACTIONS(4247), - [anon_sym_DASH] = ACTIONS(4247), - [anon_sym_SLASH] = ACTIONS(4247), - [anon_sym_PERCENT] = ACTIONS(4247), - [anon_sym_as_QMARK] = ACTIONS(4249), - [anon_sym_PLUS_PLUS] = ACTIONS(4249), - [anon_sym_DASH_DASH] = ACTIONS(4249), - [anon_sym_BANG] = ACTIONS(4247), - [anon_sym_BANG_BANG] = ACTIONS(4249), - [anon_sym_suspend] = ACTIONS(4247), - [anon_sym_sealed] = ACTIONS(4247), - [anon_sym_annotation] = ACTIONS(4247), - [anon_sym_data] = ACTIONS(4247), - [anon_sym_inner] = ACTIONS(4247), - [anon_sym_value] = ACTIONS(4247), - [anon_sym_override] = ACTIONS(4247), - [anon_sym_lateinit] = ACTIONS(4247), - [anon_sym_public] = ACTIONS(4247), - [anon_sym_private] = ACTIONS(4247), - [anon_sym_internal] = ACTIONS(4247), - [anon_sym_protected] = ACTIONS(4247), - [anon_sym_tailrec] = ACTIONS(4247), - [anon_sym_operator] = ACTIONS(4247), - [anon_sym_infix] = ACTIONS(4247), - [anon_sym_inline] = ACTIONS(4247), - [anon_sym_external] = ACTIONS(4247), - [sym_property_modifier] = ACTIONS(4247), - [anon_sym_abstract] = ACTIONS(4247), - [anon_sym_final] = ACTIONS(4247), - [anon_sym_open] = ACTIONS(4247), - [anon_sym_vararg] = ACTIONS(4247), - [anon_sym_noinline] = ACTIONS(4247), - [anon_sym_crossinline] = ACTIONS(4247), - [anon_sym_expect] = ACTIONS(4247), - [anon_sym_actual] = ACTIONS(4247), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4249), - [anon_sym_continue_AT] = ACTIONS(4249), - [anon_sym_break_AT] = ACTIONS(4249), - [anon_sym_this_AT] = ACTIONS(4249), - [anon_sym_super_AT] = ACTIONS(4249), - [sym_real_literal] = ACTIONS(4249), - [sym_integer_literal] = ACTIONS(4247), - [sym_hex_literal] = ACTIONS(4249), - [sym_bin_literal] = ACTIONS(4249), - [anon_sym_true] = ACTIONS(4247), - [anon_sym_false] = ACTIONS(4247), - [anon_sym_SQUOTE] = ACTIONS(4249), - [sym__backtick_identifier] = ACTIONS(4249), - [sym__automatic_semicolon] = ACTIONS(4249), - [sym_safe_nav] = ACTIONS(4249), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4249), + [sym_type_constraints] = STATE(982), + [sym_enum_class_body] = STATE(1179), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(4247), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), }, [840] = { - [sym__alpha_identifier] = ACTIONS(4253), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_RBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4253), - [anon_sym_EQ] = ACTIONS(4253), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(4255), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_RPAREN] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4253), - [anon_sym_GT] = ACTIONS(4253), - [anon_sym_where] = ACTIONS(4253), - [anon_sym_object] = ACTIONS(4253), - [anon_sym_fun] = ACTIONS(4253), - [anon_sym_DOT] = ACTIONS(4253), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4253), - [anon_sym_set] = ACTIONS(4253), - [anon_sym_this] = ACTIONS(4253), - [anon_sym_super] = ACTIONS(4253), - [anon_sym_STAR] = ACTIONS(4253), - [anon_sym_DASH_GT] = ACTIONS(4255), - [sym_label] = ACTIONS(4253), - [anon_sym_in] = ACTIONS(4253), - [anon_sym_while] = ACTIONS(4253), - [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(4253), - [anon_sym_if] = ACTIONS(4253), - [anon_sym_else] = ACTIONS(4253), - [anon_sym_when] = ACTIONS(4253), - [anon_sym_try] = ACTIONS(4253), - [anon_sym_throw] = ACTIONS(4253), - [anon_sym_return] = ACTIONS(4253), - [anon_sym_continue] = ACTIONS(4253), - [anon_sym_break] = ACTIONS(4253), - [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(4253), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4253), - [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(4253), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4253), - [anon_sym_DASH] = ACTIONS(4253), - [anon_sym_SLASH] = ACTIONS(4253), - [anon_sym_PERCENT] = ACTIONS(4253), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG] = ACTIONS(4253), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4253), - [anon_sym_sealed] = ACTIONS(4253), - [anon_sym_annotation] = ACTIONS(4253), - [anon_sym_data] = ACTIONS(4253), - [anon_sym_inner] = ACTIONS(4253), - [anon_sym_value] = ACTIONS(4253), - [anon_sym_override] = ACTIONS(4253), - [anon_sym_lateinit] = ACTIONS(4253), - [anon_sym_public] = ACTIONS(4253), - [anon_sym_private] = ACTIONS(4253), - [anon_sym_internal] = ACTIONS(4253), - [anon_sym_protected] = ACTIONS(4253), - [anon_sym_tailrec] = ACTIONS(4253), - [anon_sym_operator] = ACTIONS(4253), - [anon_sym_infix] = ACTIONS(4253), - [anon_sym_inline] = ACTIONS(4253), - [anon_sym_external] = ACTIONS(4253), - [sym_property_modifier] = ACTIONS(4253), - [anon_sym_abstract] = ACTIONS(4253), - [anon_sym_final] = ACTIONS(4253), - [anon_sym_open] = ACTIONS(4253), - [anon_sym_vararg] = ACTIONS(4253), - [anon_sym_noinline] = ACTIONS(4253), - [anon_sym_crossinline] = ACTIONS(4253), - [anon_sym_expect] = ACTIONS(4253), - [anon_sym_actual] = ACTIONS(4253), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4255), - [anon_sym_continue_AT] = ACTIONS(4255), - [anon_sym_break_AT] = ACTIONS(4255), - [anon_sym_this_AT] = ACTIONS(4255), - [anon_sym_super_AT] = ACTIONS(4255), - [sym_real_literal] = ACTIONS(4255), - [sym_integer_literal] = ACTIONS(4253), - [sym_hex_literal] = ACTIONS(4255), - [sym_bin_literal] = ACTIONS(4255), - [anon_sym_true] = ACTIONS(4253), - [anon_sym_false] = ACTIONS(4253), - [anon_sym_SQUOTE] = ACTIONS(4255), - [sym__backtick_identifier] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4255), + [sym_class_body] = STATE(1179), + [sym_type_constraints] = STATE(970), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(4249), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), }, [841] = { - [sym_type_constraints] = STATE(1100), - [sym_function_body] = STATE(1081), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_COLON] = ACTIONS(4257), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), + [sym_function_body] = STATE(1064), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_COLON] = ACTIONS(4255), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_COMMA] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_where] = ACTIONS(4251), + [anon_sym_object] = ACTIONS(4251), + [anon_sym_fun] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_this] = ACTIONS(4251), + [anon_sym_super] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4251), + [sym_label] = ACTIONS(4251), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_null] = ACTIONS(4251), + [anon_sym_if] = ACTIONS(4251), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_when] = ACTIONS(4251), + [anon_sym_try] = ACTIONS(4251), + [anon_sym_throw] = ACTIONS(4251), + [anon_sym_return] = ACTIONS(4251), + [anon_sym_continue] = ACTIONS(4251), + [anon_sym_break] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_PLUS_EQ] = ACTIONS(4253), + [anon_sym_DASH_EQ] = ACTIONS(4253), + [anon_sym_STAR_EQ] = ACTIONS(4253), + [anon_sym_SLASH_EQ] = ACTIONS(4253), + [anon_sym_PERCENT_EQ] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4251), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG] = ACTIONS(4251), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_suspend] = ACTIONS(4251), + [anon_sym_sealed] = ACTIONS(4251), + [anon_sym_annotation] = ACTIONS(4251), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_override] = ACTIONS(4251), + [anon_sym_lateinit] = ACTIONS(4251), + [anon_sym_public] = ACTIONS(4251), + [anon_sym_private] = ACTIONS(4251), + [anon_sym_internal] = ACTIONS(4251), + [anon_sym_protected] = ACTIONS(4251), + [anon_sym_tailrec] = ACTIONS(4251), + [anon_sym_operator] = ACTIONS(4251), + [anon_sym_infix] = ACTIONS(4251), + [anon_sym_inline] = ACTIONS(4251), + [anon_sym_external] = ACTIONS(4251), + [sym_property_modifier] = ACTIONS(4251), + [anon_sym_abstract] = ACTIONS(4251), + [anon_sym_final] = ACTIONS(4251), + [anon_sym_open] = ACTIONS(4251), + [anon_sym_vararg] = ACTIONS(4251), + [anon_sym_noinline] = ACTIONS(4251), + [anon_sym_crossinline] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4253), + [anon_sym_continue_AT] = ACTIONS(4253), + [anon_sym_break_AT] = ACTIONS(4253), + [anon_sym_this_AT] = ACTIONS(4253), + [anon_sym_super_AT] = ACTIONS(4253), + [sym_real_literal] = ACTIONS(4253), + [sym_integer_literal] = ACTIONS(4251), + [sym_hex_literal] = ACTIONS(4253), + [sym_bin_literal] = ACTIONS(4253), + [anon_sym_true] = ACTIONS(4251), + [anon_sym_false] = ACTIONS(4251), + [anon_sym_SQUOTE] = ACTIONS(4253), + [sym__backtick_identifier] = ACTIONS(4253), + [sym__automatic_semicolon] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4253), }, [842] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_RBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(4269), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_RPAREN] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4259), - [anon_sym_DASH_GT] = ACTIONS(4265), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [anon_sym_while] = ACTIONS(4267), - [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(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4262), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), + [sym_type_constraints] = STATE(927), + [sym_enum_class_body] = STATE(1166), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(3300), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3274), + [anon_sym_sealed] = ACTIONS(3274), + [anon_sym_annotation] = ACTIONS(3274), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_override] = ACTIONS(3274), + [anon_sym_lateinit] = ACTIONS(3274), + [anon_sym_public] = ACTIONS(3274), + [anon_sym_private] = ACTIONS(3274), + [anon_sym_internal] = ACTIONS(3274), + [anon_sym_protected] = ACTIONS(3274), + [anon_sym_tailrec] = ACTIONS(3274), + [anon_sym_operator] = ACTIONS(3274), + [anon_sym_infix] = ACTIONS(3274), + [anon_sym_inline] = ACTIONS(3274), + [anon_sym_external] = ACTIONS(3274), + [sym_property_modifier] = ACTIONS(3274), + [anon_sym_abstract] = ACTIONS(3274), + [anon_sym_final] = ACTIONS(3274), + [anon_sym_open] = ACTIONS(3274), + [anon_sym_vararg] = ACTIONS(3274), + [anon_sym_noinline] = ACTIONS(3274), + [anon_sym_crossinline] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), }, [843] = { - [sym_type_constraints] = STATE(1096), - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_COLON] = ACTIONS(4273), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), + [sym_type_constraints] = STATE(1101), + [sym_function_body] = STATE(1078), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_COLON] = ACTIONS(4257), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), }, [844] = { - [sym_type_constraints] = STATE(903), - [sym_function_body] = STATE(1081), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), + [sym_type_constraints] = STATE(1107), + [sym_function_body] = STATE(1134), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(4261), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), }, [845] = { - [sym_type_constraints] = STATE(899), - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), + [sym_type_constraints] = STATE(1109), + [sym_function_body] = STATE(1172), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_COLON] = ACTIONS(4263), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), }, [846] = { - [sym_function_body] = STATE(1048), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_COLON] = ACTIONS(4279), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_COMMA] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_where] = ACTIONS(4275), - [anon_sym_object] = ACTIONS(4275), - [anon_sym_fun] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_this] = ACTIONS(4275), - [anon_sym_super] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4275), - [sym_label] = ACTIONS(4275), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_null] = ACTIONS(4275), - [anon_sym_if] = ACTIONS(4275), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_when] = ACTIONS(4275), - [anon_sym_try] = ACTIONS(4275), - [anon_sym_throw] = ACTIONS(4275), - [anon_sym_return] = ACTIONS(4275), - [anon_sym_continue] = ACTIONS(4275), - [anon_sym_break] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_PLUS_EQ] = ACTIONS(4277), - [anon_sym_DASH_EQ] = ACTIONS(4277), - [anon_sym_STAR_EQ] = ACTIONS(4277), - [anon_sym_SLASH_EQ] = ACTIONS(4277), - [anon_sym_PERCENT_EQ] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4275), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG] = ACTIONS(4275), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_suspend] = ACTIONS(4275), - [anon_sym_sealed] = ACTIONS(4275), - [anon_sym_annotation] = ACTIONS(4275), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_override] = ACTIONS(4275), - [anon_sym_lateinit] = ACTIONS(4275), - [anon_sym_public] = ACTIONS(4275), - [anon_sym_private] = ACTIONS(4275), - [anon_sym_internal] = ACTIONS(4275), - [anon_sym_protected] = ACTIONS(4275), - [anon_sym_tailrec] = ACTIONS(4275), - [anon_sym_operator] = ACTIONS(4275), - [anon_sym_infix] = ACTIONS(4275), - [anon_sym_inline] = ACTIONS(4275), - [anon_sym_external] = ACTIONS(4275), - [sym_property_modifier] = ACTIONS(4275), - [anon_sym_abstract] = ACTIONS(4275), - [anon_sym_final] = ACTIONS(4275), - [anon_sym_open] = ACTIONS(4275), - [anon_sym_vararg] = ACTIONS(4275), - [anon_sym_noinline] = ACTIONS(4275), - [anon_sym_crossinline] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4277), - [anon_sym_continue_AT] = ACTIONS(4277), - [anon_sym_break_AT] = ACTIONS(4277), - [anon_sym_this_AT] = ACTIONS(4277), - [anon_sym_super_AT] = ACTIONS(4277), - [sym_real_literal] = ACTIONS(4277), - [sym_integer_literal] = ACTIONS(4275), - [sym_hex_literal] = ACTIONS(4277), - [sym_bin_literal] = ACTIONS(4277), - [anon_sym_true] = ACTIONS(4275), - [anon_sym_false] = ACTIONS(4275), - [anon_sym_SQUOTE] = ACTIONS(4277), - [sym__backtick_identifier] = ACTIONS(4277), - [sym__automatic_semicolon] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4277), + [sym_type_constraints] = STATE(1112), + [sym_function_body] = STATE(1125), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_COLON] = ACTIONS(4265), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4151), + [anon_sym_fun] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_this] = ACTIONS(4151), + [anon_sym_super] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [sym_label] = ACTIONS(4151), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_if] = ACTIONS(4151), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_when] = ACTIONS(4151), + [anon_sym_try] = ACTIONS(4151), + [anon_sym_throw] = ACTIONS(4151), + [anon_sym_return] = ACTIONS(4151), + [anon_sym_continue] = ACTIONS(4151), + [anon_sym_break] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4151), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4153), + [anon_sym_continue_AT] = ACTIONS(4153), + [anon_sym_break_AT] = ACTIONS(4153), + [anon_sym_this_AT] = ACTIONS(4153), + [anon_sym_super_AT] = ACTIONS(4153), + [sym_real_literal] = ACTIONS(4153), + [sym_integer_literal] = ACTIONS(4151), + [sym_hex_literal] = ACTIONS(4153), + [sym_bin_literal] = ACTIONS(4153), + [anon_sym_true] = ACTIONS(4151), + [anon_sym_false] = ACTIONS(4151), + [anon_sym_SQUOTE] = ACTIONS(4153), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4153), }, [847] = { + [sym_type_constraints] = STATE(1121), + [sym_function_body] = STATE(1049), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4157), + [anon_sym_AT] = ACTIONS(4159), + [anon_sym_COLON] = ACTIONS(4267), + [anon_sym_LBRACK] = ACTIONS(4159), + [anon_sym_as] = ACTIONS(4157), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4159), + [anon_sym_LPAREN] = ACTIONS(4159), + [anon_sym_LT] = ACTIONS(4157), + [anon_sym_GT] = ACTIONS(4157), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4157), + [anon_sym_fun] = ACTIONS(4157), + [anon_sym_DOT] = ACTIONS(4157), + [anon_sym_SEMI] = ACTIONS(4159), + [anon_sym_get] = ACTIONS(4157), + [anon_sym_set] = ACTIONS(4157), + [anon_sym_this] = ACTIONS(4157), + [anon_sym_super] = ACTIONS(4157), + [anon_sym_STAR] = ACTIONS(4157), + [sym_label] = ACTIONS(4157), + [anon_sym_in] = ACTIONS(4157), + [anon_sym_DOT_DOT] = ACTIONS(4159), + [anon_sym_QMARK_COLON] = ACTIONS(4159), + [anon_sym_AMP_AMP] = ACTIONS(4159), + [anon_sym_PIPE_PIPE] = ACTIONS(4159), + [anon_sym_null] = ACTIONS(4157), + [anon_sym_if] = ACTIONS(4157), + [anon_sym_else] = ACTIONS(4157), + [anon_sym_when] = ACTIONS(4157), + [anon_sym_try] = ACTIONS(4157), + [anon_sym_throw] = ACTIONS(4157), + [anon_sym_return] = ACTIONS(4157), + [anon_sym_continue] = ACTIONS(4157), + [anon_sym_break] = ACTIONS(4157), + [anon_sym_COLON_COLON] = ACTIONS(4159), + [anon_sym_PLUS_EQ] = ACTIONS(4159), + [anon_sym_DASH_EQ] = ACTIONS(4159), + [anon_sym_STAR_EQ] = ACTIONS(4159), + [anon_sym_SLASH_EQ] = ACTIONS(4159), + [anon_sym_PERCENT_EQ] = ACTIONS(4159), + [anon_sym_BANG_EQ] = ACTIONS(4157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4159), + [anon_sym_EQ_EQ] = ACTIONS(4157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4159), + [anon_sym_LT_EQ] = ACTIONS(4159), + [anon_sym_GT_EQ] = ACTIONS(4159), + [anon_sym_BANGin] = ACTIONS(4159), + [anon_sym_is] = ACTIONS(4157), + [anon_sym_BANGis] = ACTIONS(4159), + [anon_sym_PLUS] = ACTIONS(4157), + [anon_sym_DASH] = ACTIONS(4157), + [anon_sym_SLASH] = ACTIONS(4157), + [anon_sym_PERCENT] = ACTIONS(4157), + [anon_sym_as_QMARK] = ACTIONS(4159), + [anon_sym_PLUS_PLUS] = ACTIONS(4159), + [anon_sym_DASH_DASH] = ACTIONS(4159), + [anon_sym_BANG] = ACTIONS(4157), + [anon_sym_BANG_BANG] = ACTIONS(4159), + [anon_sym_suspend] = ACTIONS(4157), + [anon_sym_sealed] = ACTIONS(4157), + [anon_sym_annotation] = ACTIONS(4157), + [anon_sym_data] = ACTIONS(4157), + [anon_sym_inner] = ACTIONS(4157), + [anon_sym_value] = ACTIONS(4157), + [anon_sym_override] = ACTIONS(4157), + [anon_sym_lateinit] = ACTIONS(4157), + [anon_sym_public] = ACTIONS(4157), + [anon_sym_private] = ACTIONS(4157), + [anon_sym_internal] = ACTIONS(4157), + [anon_sym_protected] = ACTIONS(4157), + [anon_sym_tailrec] = ACTIONS(4157), + [anon_sym_operator] = ACTIONS(4157), + [anon_sym_infix] = ACTIONS(4157), + [anon_sym_inline] = ACTIONS(4157), + [anon_sym_external] = ACTIONS(4157), + [sym_property_modifier] = ACTIONS(4157), + [anon_sym_abstract] = ACTIONS(4157), + [anon_sym_final] = ACTIONS(4157), + [anon_sym_open] = ACTIONS(4157), + [anon_sym_vararg] = ACTIONS(4157), + [anon_sym_noinline] = ACTIONS(4157), + [anon_sym_crossinline] = ACTIONS(4157), + [anon_sym_expect] = ACTIONS(4157), + [anon_sym_actual] = ACTIONS(4157), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4159), + [anon_sym_continue_AT] = ACTIONS(4159), + [anon_sym_break_AT] = ACTIONS(4159), + [anon_sym_this_AT] = ACTIONS(4159), + [anon_sym_super_AT] = ACTIONS(4159), + [sym_real_literal] = ACTIONS(4159), + [sym_integer_literal] = ACTIONS(4157), + [sym_hex_literal] = ACTIONS(4159), + [sym_bin_literal] = ACTIONS(4159), + [anon_sym_true] = ACTIONS(4157), + [anon_sym_false] = ACTIONS(4157), + [anon_sym_SQUOTE] = ACTIONS(4159), + [sym__backtick_identifier] = ACTIONS(4159), + [sym__automatic_semicolon] = ACTIONS(4159), + [sym_safe_nav] = ACTIONS(4159), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4159), + }, + [848] = { + [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(4269), + [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), + [anon_sym_AMP] = 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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4271), + [anon_sym_super_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), + }, + [849] = { + [sym__alpha_identifier] = ACTIONS(4273), + [anon_sym_AT] = ACTIONS(4275), + [anon_sym_LBRACK] = ACTIONS(4275), + [anon_sym_as] = ACTIONS(4273), + [anon_sym_EQ] = ACTIONS(4273), + [anon_sym_LBRACE] = ACTIONS(4275), + [anon_sym_RBRACE] = ACTIONS(4275), + [anon_sym_LPAREN] = ACTIONS(4275), + [anon_sym_COMMA] = ACTIONS(4275), + [anon_sym_by] = ACTIONS(4273), + [anon_sym_LT] = ACTIONS(4273), + [anon_sym_GT] = ACTIONS(4273), + [anon_sym_where] = ACTIONS(4273), + [anon_sym_object] = ACTIONS(4273), + [anon_sym_fun] = ACTIONS(4273), + [anon_sym_DOT] = ACTIONS(4273), + [anon_sym_SEMI] = ACTIONS(4275), + [anon_sym_get] = ACTIONS(4273), + [anon_sym_set] = ACTIONS(4273), + [anon_sym_this] = ACTIONS(4273), + [anon_sym_super] = ACTIONS(4273), + [anon_sym_AMP] = ACTIONS(4273), + [sym__quest] = ACTIONS(4273), + [anon_sym_STAR] = ACTIONS(4273), + [sym_label] = ACTIONS(4273), + [anon_sym_in] = ACTIONS(4273), + [anon_sym_DOT_DOT] = ACTIONS(4275), + [anon_sym_QMARK_COLON] = ACTIONS(4275), + [anon_sym_AMP_AMP] = ACTIONS(4275), + [anon_sym_PIPE_PIPE] = ACTIONS(4275), + [anon_sym_null] = ACTIONS(4273), + [anon_sym_if] = ACTIONS(4273), + [anon_sym_else] = ACTIONS(4273), + [anon_sym_when] = ACTIONS(4273), + [anon_sym_try] = ACTIONS(4273), + [anon_sym_throw] = ACTIONS(4273), + [anon_sym_return] = ACTIONS(4273), + [anon_sym_continue] = ACTIONS(4273), + [anon_sym_break] = ACTIONS(4273), + [anon_sym_COLON_COLON] = ACTIONS(4275), + [anon_sym_PLUS_EQ] = ACTIONS(4275), + [anon_sym_DASH_EQ] = ACTIONS(4275), + [anon_sym_STAR_EQ] = ACTIONS(4275), + [anon_sym_SLASH_EQ] = ACTIONS(4275), + [anon_sym_PERCENT_EQ] = ACTIONS(4275), + [anon_sym_BANG_EQ] = ACTIONS(4273), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4275), + [anon_sym_EQ_EQ] = ACTIONS(4273), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4275), + [anon_sym_LT_EQ] = ACTIONS(4275), + [anon_sym_GT_EQ] = ACTIONS(4275), + [anon_sym_BANGin] = ACTIONS(4275), + [anon_sym_is] = ACTIONS(4273), + [anon_sym_BANGis] = ACTIONS(4275), + [anon_sym_PLUS] = ACTIONS(4273), + [anon_sym_DASH] = ACTIONS(4273), + [anon_sym_SLASH] = ACTIONS(4273), + [anon_sym_PERCENT] = ACTIONS(4273), + [anon_sym_as_QMARK] = ACTIONS(4275), + [anon_sym_PLUS_PLUS] = ACTIONS(4275), + [anon_sym_DASH_DASH] = ACTIONS(4275), + [anon_sym_BANG] = ACTIONS(4273), + [anon_sym_BANG_BANG] = ACTIONS(4275), + [anon_sym_suspend] = ACTIONS(4273), + [anon_sym_sealed] = ACTIONS(4273), + [anon_sym_annotation] = ACTIONS(4273), + [anon_sym_data] = ACTIONS(4273), + [anon_sym_inner] = ACTIONS(4273), + [anon_sym_value] = ACTIONS(4273), + [anon_sym_override] = ACTIONS(4273), + [anon_sym_lateinit] = ACTIONS(4273), + [anon_sym_public] = ACTIONS(4273), + [anon_sym_private] = ACTIONS(4273), + [anon_sym_internal] = ACTIONS(4273), + [anon_sym_protected] = ACTIONS(4273), + [anon_sym_tailrec] = ACTIONS(4273), + [anon_sym_operator] = ACTIONS(4273), + [anon_sym_infix] = ACTIONS(4273), + [anon_sym_inline] = ACTIONS(4273), + [anon_sym_external] = ACTIONS(4273), + [sym_property_modifier] = ACTIONS(4273), + [anon_sym_abstract] = ACTIONS(4273), + [anon_sym_final] = ACTIONS(4273), + [anon_sym_open] = ACTIONS(4273), + [anon_sym_vararg] = ACTIONS(4273), + [anon_sym_noinline] = ACTIONS(4273), + [anon_sym_crossinline] = ACTIONS(4273), + [anon_sym_expect] = ACTIONS(4273), + [anon_sym_actual] = ACTIONS(4273), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4275), + [anon_sym_continue_AT] = ACTIONS(4275), + [anon_sym_break_AT] = ACTIONS(4275), + [anon_sym_this_AT] = ACTIONS(4275), + [anon_sym_super_AT] = ACTIONS(4275), + [sym_real_literal] = ACTIONS(4275), + [sym_integer_literal] = ACTIONS(4273), + [sym_hex_literal] = ACTIONS(4275), + [sym_bin_literal] = ACTIONS(4275), + [anon_sym_true] = ACTIONS(4273), + [anon_sym_false] = ACTIONS(4273), + [anon_sym_SQUOTE] = ACTIONS(4275), + [sym__backtick_identifier] = ACTIONS(4275), + [sym__automatic_semicolon] = ACTIONS(4275), + [sym_safe_nav] = ACTIONS(4275), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4275), + }, + [850] = { + [sym__alpha_identifier] = ACTIONS(4186), + [anon_sym_AT] = ACTIONS(4188), + [anon_sym_LBRACK] = ACTIONS(4188), + [anon_sym_as] = ACTIONS(4186), + [anon_sym_EQ] = ACTIONS(4186), + [anon_sym_LBRACE] = ACTIONS(4188), + [anon_sym_RBRACE] = ACTIONS(4188), + [anon_sym_LPAREN] = ACTIONS(4188), + [anon_sym_COMMA] = ACTIONS(4188), + [anon_sym_by] = ACTIONS(4186), + [anon_sym_LT] = ACTIONS(4186), + [anon_sym_GT] = ACTIONS(4186), + [anon_sym_where] = ACTIONS(4186), + [anon_sym_object] = ACTIONS(4186), + [anon_sym_fun] = ACTIONS(4186), + [anon_sym_DOT] = ACTIONS(4186), + [anon_sym_SEMI] = ACTIONS(4188), + [anon_sym_get] = ACTIONS(4186), + [anon_sym_set] = ACTIONS(4186), + [anon_sym_this] = ACTIONS(4186), + [anon_sym_super] = ACTIONS(4186), + [anon_sym_AMP] = ACTIONS(4186), + [sym__quest] = ACTIONS(4186), + [anon_sym_STAR] = ACTIONS(4186), + [sym_label] = ACTIONS(4186), + [anon_sym_in] = ACTIONS(4186), + [anon_sym_DOT_DOT] = ACTIONS(4188), + [anon_sym_QMARK_COLON] = ACTIONS(4188), + [anon_sym_AMP_AMP] = ACTIONS(4188), + [anon_sym_PIPE_PIPE] = ACTIONS(4188), + [anon_sym_null] = ACTIONS(4186), + [anon_sym_if] = ACTIONS(4186), + [anon_sym_else] = ACTIONS(4186), + [anon_sym_when] = ACTIONS(4186), + [anon_sym_try] = ACTIONS(4186), + [anon_sym_throw] = ACTIONS(4186), + [anon_sym_return] = ACTIONS(4186), + [anon_sym_continue] = ACTIONS(4186), + [anon_sym_break] = ACTIONS(4186), + [anon_sym_COLON_COLON] = ACTIONS(4188), + [anon_sym_PLUS_EQ] = ACTIONS(4188), + [anon_sym_DASH_EQ] = ACTIONS(4188), + [anon_sym_STAR_EQ] = ACTIONS(4188), + [anon_sym_SLASH_EQ] = ACTIONS(4188), + [anon_sym_PERCENT_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ] = ACTIONS(4186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ] = ACTIONS(4186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4188), + [anon_sym_LT_EQ] = ACTIONS(4188), + [anon_sym_GT_EQ] = ACTIONS(4188), + [anon_sym_BANGin] = ACTIONS(4188), + [anon_sym_is] = ACTIONS(4186), + [anon_sym_BANGis] = ACTIONS(4188), + [anon_sym_PLUS] = ACTIONS(4186), + [anon_sym_DASH] = ACTIONS(4186), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4186), + [anon_sym_as_QMARK] = ACTIONS(4188), + [anon_sym_PLUS_PLUS] = ACTIONS(4188), + [anon_sym_DASH_DASH] = ACTIONS(4188), + [anon_sym_BANG] = ACTIONS(4186), + [anon_sym_BANG_BANG] = ACTIONS(4188), + [anon_sym_suspend] = ACTIONS(4186), + [anon_sym_sealed] = ACTIONS(4186), + [anon_sym_annotation] = ACTIONS(4186), + [anon_sym_data] = ACTIONS(4186), + [anon_sym_inner] = ACTIONS(4186), + [anon_sym_value] = ACTIONS(4186), + [anon_sym_override] = ACTIONS(4186), + [anon_sym_lateinit] = ACTIONS(4186), + [anon_sym_public] = ACTIONS(4186), + [anon_sym_private] = ACTIONS(4186), + [anon_sym_internal] = ACTIONS(4186), + [anon_sym_protected] = ACTIONS(4186), + [anon_sym_tailrec] = ACTIONS(4186), + [anon_sym_operator] = ACTIONS(4186), + [anon_sym_infix] = ACTIONS(4186), + [anon_sym_inline] = ACTIONS(4186), + [anon_sym_external] = ACTIONS(4186), + [sym_property_modifier] = ACTIONS(4186), + [anon_sym_abstract] = ACTIONS(4186), + [anon_sym_final] = ACTIONS(4186), + [anon_sym_open] = ACTIONS(4186), + [anon_sym_vararg] = ACTIONS(4186), + [anon_sym_noinline] = ACTIONS(4186), + [anon_sym_crossinline] = ACTIONS(4186), + [anon_sym_expect] = ACTIONS(4186), + [anon_sym_actual] = ACTIONS(4186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4188), + [anon_sym_continue_AT] = ACTIONS(4188), + [anon_sym_break_AT] = ACTIONS(4188), + [anon_sym_this_AT] = ACTIONS(4188), + [anon_sym_super_AT] = ACTIONS(4188), + [sym_real_literal] = ACTIONS(4188), + [sym_integer_literal] = ACTIONS(4186), + [sym_hex_literal] = ACTIONS(4188), + [sym_bin_literal] = ACTIONS(4188), + [anon_sym_true] = ACTIONS(4186), + [anon_sym_false] = ACTIONS(4186), + [anon_sym_SQUOTE] = ACTIONS(4188), + [sym__backtick_identifier] = ACTIONS(4188), + [sym__automatic_semicolon] = ACTIONS(4188), + [sym_safe_nav] = ACTIONS(4188), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4188), + }, + [851] = { + [sym__alpha_identifier] = ACTIONS(4277), + [anon_sym_AT] = ACTIONS(4279), + [anon_sym_LBRACK] = ACTIONS(4279), + [anon_sym_as] = ACTIONS(4277), + [anon_sym_EQ] = ACTIONS(4277), + [anon_sym_LBRACE] = ACTIONS(4279), + [anon_sym_RBRACE] = ACTIONS(4279), + [anon_sym_LPAREN] = ACTIONS(4279), + [anon_sym_COMMA] = ACTIONS(4279), + [anon_sym_by] = ACTIONS(4277), + [anon_sym_LT] = ACTIONS(4277), + [anon_sym_GT] = ACTIONS(4277), + [anon_sym_where] = ACTIONS(4277), + [anon_sym_object] = ACTIONS(4277), + [anon_sym_fun] = ACTIONS(4277), + [anon_sym_DOT] = ACTIONS(4277), + [anon_sym_SEMI] = ACTIONS(4279), + [anon_sym_get] = ACTIONS(4277), + [anon_sym_set] = ACTIONS(4277), + [anon_sym_this] = ACTIONS(4277), + [anon_sym_super] = ACTIONS(4277), + [anon_sym_AMP] = ACTIONS(4277), + [sym__quest] = ACTIONS(4277), + [anon_sym_STAR] = ACTIONS(4277), + [sym_label] = ACTIONS(4277), + [anon_sym_in] = ACTIONS(4277), + [anon_sym_DOT_DOT] = ACTIONS(4279), + [anon_sym_QMARK_COLON] = ACTIONS(4279), + [anon_sym_AMP_AMP] = ACTIONS(4279), + [anon_sym_PIPE_PIPE] = ACTIONS(4279), + [anon_sym_null] = ACTIONS(4277), + [anon_sym_if] = ACTIONS(4277), + [anon_sym_else] = ACTIONS(4277), + [anon_sym_when] = ACTIONS(4277), + [anon_sym_try] = ACTIONS(4277), + [anon_sym_throw] = ACTIONS(4277), + [anon_sym_return] = ACTIONS(4277), + [anon_sym_continue] = ACTIONS(4277), + [anon_sym_break] = ACTIONS(4277), + [anon_sym_COLON_COLON] = ACTIONS(4279), + [anon_sym_PLUS_EQ] = ACTIONS(4279), + [anon_sym_DASH_EQ] = ACTIONS(4279), + [anon_sym_STAR_EQ] = ACTIONS(4279), + [anon_sym_SLASH_EQ] = ACTIONS(4279), + [anon_sym_PERCENT_EQ] = ACTIONS(4279), + [anon_sym_BANG_EQ] = ACTIONS(4277), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4279), + [anon_sym_EQ_EQ] = ACTIONS(4277), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4279), + [anon_sym_LT_EQ] = ACTIONS(4279), + [anon_sym_GT_EQ] = ACTIONS(4279), + [anon_sym_BANGin] = ACTIONS(4279), + [anon_sym_is] = ACTIONS(4277), + [anon_sym_BANGis] = ACTIONS(4279), + [anon_sym_PLUS] = ACTIONS(4277), + [anon_sym_DASH] = ACTIONS(4277), + [anon_sym_SLASH] = ACTIONS(4277), + [anon_sym_PERCENT] = ACTIONS(4277), + [anon_sym_as_QMARK] = ACTIONS(4279), + [anon_sym_PLUS_PLUS] = ACTIONS(4279), + [anon_sym_DASH_DASH] = ACTIONS(4279), + [anon_sym_BANG] = ACTIONS(4277), + [anon_sym_BANG_BANG] = ACTIONS(4279), + [anon_sym_suspend] = ACTIONS(4277), + [anon_sym_sealed] = ACTIONS(4277), + [anon_sym_annotation] = ACTIONS(4277), + [anon_sym_data] = ACTIONS(4277), + [anon_sym_inner] = ACTIONS(4277), + [anon_sym_value] = ACTIONS(4277), + [anon_sym_override] = ACTIONS(4277), + [anon_sym_lateinit] = ACTIONS(4277), + [anon_sym_public] = ACTIONS(4277), + [anon_sym_private] = ACTIONS(4277), + [anon_sym_internal] = ACTIONS(4277), + [anon_sym_protected] = ACTIONS(4277), + [anon_sym_tailrec] = ACTIONS(4277), + [anon_sym_operator] = ACTIONS(4277), + [anon_sym_infix] = ACTIONS(4277), + [anon_sym_inline] = ACTIONS(4277), + [anon_sym_external] = ACTIONS(4277), + [sym_property_modifier] = ACTIONS(4277), + [anon_sym_abstract] = ACTIONS(4277), + [anon_sym_final] = ACTIONS(4277), + [anon_sym_open] = ACTIONS(4277), + [anon_sym_vararg] = ACTIONS(4277), + [anon_sym_noinline] = ACTIONS(4277), + [anon_sym_crossinline] = ACTIONS(4277), + [anon_sym_expect] = ACTIONS(4277), + [anon_sym_actual] = ACTIONS(4277), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4279), + [anon_sym_continue_AT] = ACTIONS(4279), + [anon_sym_break_AT] = ACTIONS(4279), + [anon_sym_this_AT] = ACTIONS(4279), + [anon_sym_super_AT] = ACTIONS(4279), + [sym_real_literal] = ACTIONS(4279), + [sym_integer_literal] = ACTIONS(4277), + [sym_hex_literal] = ACTIONS(4279), + [sym_bin_literal] = ACTIONS(4279), + [anon_sym_true] = ACTIONS(4277), + [anon_sym_false] = ACTIONS(4277), + [anon_sym_SQUOTE] = ACTIONS(4279), + [sym__backtick_identifier] = ACTIONS(4279), + [sym__automatic_semicolon] = ACTIONS(4279), + [sym_safe_nav] = ACTIONS(4279), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4279), + }, + [852] = { [sym__alpha_identifier] = ACTIONS(4281), [anon_sym_AT] = ACTIONS(4284), [anon_sym_LBRACK] = ACTIONS(4284), @@ -148133,14 +148670,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), [anon_sym_where] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), [anon_sym_DOT] = ACTIONS(4289), [anon_sym_SEMI] = ACTIONS(4287), [anon_sym_get] = ACTIONS(4281), [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), [anon_sym_STAR] = ACTIONS(4281), [anon_sym_DASH_GT] = ACTIONS(4287), [sym_label] = ACTIONS(4281), @@ -148150,15 +148687,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(4287), [anon_sym_AMP_AMP] = ACTIONS(4287), [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), [anon_sym_COLON_COLON] = ACTIONS(4284), [anon_sym_PLUS_EQ] = ACTIONS(4287), [anon_sym_DASH_EQ] = ACTIONS(4287), @@ -148181,7 +148718,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(4287), [anon_sym_PLUS_PLUS] = ACTIONS(4284), [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4004), + [anon_sym_BANG] = ACTIONS(3976), [anon_sym_BANG_BANG] = ACTIONS(4287), [anon_sym_suspend] = ACTIONS(4289), [anon_sym_sealed] = ACTIONS(4289), @@ -148210,420 +148747,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4281), [anon_sym_actual] = ACTIONS(4281), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), [sym__backtick_identifier] = ACTIONS(4284), [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), + [sym__string_start] = ACTIONS(3981), }, - [848] = { - [sym_type_constraints] = STATE(898), - [sym_function_body] = STATE(1132), - [sym__block] = STATE(1129), + [853] = { [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4295), - [anon_sym_fun] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_RBRACK] = ACTIONS(4301), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4301), + [anon_sym_RPAREN] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), [anon_sym_get] = ACTIONS(4295), [anon_sym_set] = ACTIONS(4295), - [anon_sym_this] = ACTIONS(4295), - [anon_sym_super] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), [anon_sym_STAR] = ACTIONS(4295), + [anon_sym_DASH_GT] = ACTIONS(4301), [sym_label] = ACTIONS(4295), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_null] = ACTIONS(4295), - [anon_sym_if] = ACTIONS(4295), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_when] = ACTIONS(4295), - [anon_sym_try] = ACTIONS(4295), - [anon_sym_throw] = ACTIONS(4295), - [anon_sym_return] = ACTIONS(4295), - [anon_sym_continue] = ACTIONS(4295), - [anon_sym_break] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4297), - [anon_sym_continue_AT] = ACTIONS(4297), - [anon_sym_break_AT] = ACTIONS(4297), - [anon_sym_this_AT] = ACTIONS(4297), - [anon_sym_super_AT] = ACTIONS(4297), - [sym_real_literal] = ACTIONS(4297), - [sym_integer_literal] = ACTIONS(4295), - [sym_hex_literal] = ACTIONS(4297), - [sym_bin_literal] = ACTIONS(4297), - [anon_sym_true] = ACTIONS(4295), - [anon_sym_false] = ACTIONS(4295), - [anon_sym_SQUOTE] = ACTIONS(4297), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4297), - }, - [849] = { - [sym_type_constraints] = STATE(896), - [sym_function_body] = STATE(1123), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4299), - [anon_sym_fun] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_this] = ACTIONS(4299), - [anon_sym_super] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [sym_label] = ACTIONS(4299), - [anon_sym_in] = ACTIONS(4299), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), [anon_sym_DOT_DOT] = ACTIONS(4301), [anon_sym_QMARK_COLON] = ACTIONS(4301), [anon_sym_AMP_AMP] = ACTIONS(4301), [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_null] = ACTIONS(4299), - [anon_sym_if] = ACTIONS(4299), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_when] = ACTIONS(4299), - [anon_sym_try] = ACTIONS(4299), - [anon_sym_throw] = ACTIONS(4299), - [anon_sym_return] = ACTIONS(4299), - [anon_sym_continue] = ACTIONS(4299), - [anon_sym_break] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4298), [anon_sym_PLUS_EQ] = ACTIONS(4301), [anon_sym_DASH_EQ] = ACTIONS(4301), [anon_sym_STAR_EQ] = ACTIONS(4301), [anon_sym_SLASH_EQ] = ACTIONS(4301), [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), + [anon_sym_BANG_EQ] = ACTIONS(4303), [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), + [anon_sym_EQ_EQ] = ACTIONS(4303), [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), [anon_sym_LT_EQ] = ACTIONS(4301), [anon_sym_GT_EQ] = ACTIONS(4301), [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG] = ACTIONS(4299), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4301), - [anon_sym_continue_AT] = ACTIONS(4301), - [anon_sym_break_AT] = ACTIONS(4301), - [anon_sym_this_AT] = ACTIONS(4301), - [anon_sym_super_AT] = ACTIONS(4301), - [sym_real_literal] = ACTIONS(4301), - [sym_integer_literal] = ACTIONS(4299), - [sym_hex_literal] = ACTIONS(4301), - [sym_bin_literal] = ACTIONS(4301), - [anon_sym_true] = ACTIONS(4299), - [anon_sym_false] = ACTIONS(4299), - [anon_sym_SQUOTE] = ACTIONS(4301), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4301), - }, - [850] = { - [sym_type_constraints] = STATE(987), - [sym_enum_class_body] = STATE(1068), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(3298), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [851] = { - [aux_sym_nullable_type_repeat1] = STATE(839), - [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_by] = ACTIONS(4303), - [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), - [sym__quest] = ACTIONS(4208), - [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_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), [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_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4301), [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_value] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), [anon_sym_override] = ACTIONS(4303), [anon_sym_lateinit] = ACTIONS(4303), [anon_sym_public] = ACTIONS(4303), @@ -148642,246 +148853,245 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4305), - [anon_sym_continue_AT] = ACTIONS(4305), - [anon_sym_break_AT] = ACTIONS(4305), - [anon_sym_this_AT] = ACTIONS(4305), - [anon_sym_super_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), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4305), + [sym__string_start] = ACTIONS(3981), }, - [852] = { - [sym_function_body] = STATE(1131), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_COLON] = ACTIONS(4311), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_COMMA] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_where] = ACTIONS(4307), - [anon_sym_object] = ACTIONS(4307), - [anon_sym_fun] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_this] = ACTIONS(4307), - [anon_sym_super] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4307), - [sym_label] = ACTIONS(4307), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_if] = ACTIONS(4307), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_when] = ACTIONS(4307), - [anon_sym_try] = ACTIONS(4307), - [anon_sym_throw] = ACTIONS(4307), - [anon_sym_return] = ACTIONS(4307), - [anon_sym_continue] = ACTIONS(4307), - [anon_sym_break] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_PLUS_EQ] = ACTIONS(4309), - [anon_sym_DASH_EQ] = ACTIONS(4309), - [anon_sym_STAR_EQ] = ACTIONS(4309), - [anon_sym_SLASH_EQ] = ACTIONS(4309), - [anon_sym_PERCENT_EQ] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4307), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG] = ACTIONS(4307), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4309), - [anon_sym_continue_AT] = ACTIONS(4309), - [anon_sym_break_AT] = ACTIONS(4309), - [anon_sym_this_AT] = ACTIONS(4309), - [anon_sym_super_AT] = ACTIONS(4309), - [sym_real_literal] = ACTIONS(4309), - [sym_integer_literal] = ACTIONS(4307), - [sym_hex_literal] = ACTIONS(4309), - [sym_bin_literal] = ACTIONS(4309), - [anon_sym_true] = ACTIONS(4307), - [anon_sym_false] = ACTIONS(4307), - [anon_sym_SQUOTE] = ACTIONS(4309), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4309), + [854] = { + [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_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(4309), + [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), + [anon_sym_STAR] = ACTIONS(4309), + [anon_sym_DASH_GT] = ACTIONS(4311), + [sym_label] = ACTIONS(4309), + [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_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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4311), + [anon_sym_super_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_safe_nav] = ACTIONS(4311), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4311), }, - [853] = { - [sym_class_body] = STATE(1180), - [sym_type_constraints] = STATE(945), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_COLON] = ACTIONS(3308), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_suspend] = ACTIONS(3270), - [anon_sym_sealed] = ACTIONS(3270), - [anon_sym_annotation] = ACTIONS(3270), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_override] = ACTIONS(3270), - [anon_sym_lateinit] = ACTIONS(3270), - [anon_sym_public] = ACTIONS(3270), - [anon_sym_private] = ACTIONS(3270), - [anon_sym_internal] = ACTIONS(3270), - [anon_sym_protected] = ACTIONS(3270), - [anon_sym_tailrec] = ACTIONS(3270), - [anon_sym_operator] = ACTIONS(3270), - [anon_sym_infix] = ACTIONS(3270), - [anon_sym_inline] = ACTIONS(3270), - [anon_sym_external] = ACTIONS(3270), - [sym_property_modifier] = ACTIONS(3270), - [anon_sym_abstract] = ACTIONS(3270), - [anon_sym_final] = ACTIONS(3270), - [anon_sym_open] = ACTIONS(3270), - [anon_sym_vararg] = ACTIONS(3270), - [anon_sym_noinline] = ACTIONS(3270), - [anon_sym_crossinline] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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), + [855] = { + [sym_type_constraints] = STATE(902), + [sym_function_body] = STATE(1078), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), }, - [854] = { + [856] = { [sym__alpha_identifier] = ACTIONS(4313), [anon_sym_AT] = ACTIONS(4315), [anon_sym_LBRACK] = ACTIONS(4315), @@ -148903,7 +149113,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(4313), [anon_sym_this] = ACTIONS(4313), [anon_sym_super] = ACTIONS(4313), - [anon_sym_AMP] = ACTIONS(4313), + [anon_sym_AMP] = ACTIONS(4317), [sym__quest] = ACTIONS(4313), [anon_sym_STAR] = ACTIONS(4313), [sym_label] = ACTIONS(4313), @@ -148990,458 +149200,238 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4315), }, - [855] = { - [sym_type_constraints] = STATE(947), - [sym_enum_class_body] = STATE(1148), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_COLON] = ACTIONS(3288), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3286), - [anon_sym_sealed] = ACTIONS(3286), - [anon_sym_annotation] = ACTIONS(3286), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_override] = ACTIONS(3286), - [anon_sym_lateinit] = ACTIONS(3286), - [anon_sym_public] = ACTIONS(3286), - [anon_sym_private] = ACTIONS(3286), - [anon_sym_internal] = ACTIONS(3286), - [anon_sym_protected] = ACTIONS(3286), - [anon_sym_tailrec] = ACTIONS(3286), - [anon_sym_operator] = ACTIONS(3286), - [anon_sym_infix] = ACTIONS(3286), - [anon_sym_inline] = ACTIONS(3286), - [anon_sym_external] = ACTIONS(3286), - [sym_property_modifier] = ACTIONS(3286), - [anon_sym_abstract] = ACTIONS(3286), - [anon_sym_final] = ACTIONS(3286), - [anon_sym_open] = ACTIONS(3286), - [anon_sym_vararg] = ACTIONS(3286), - [anon_sym_noinline] = ACTIONS(3286), - [anon_sym_crossinline] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), - }, - [856] = { - [sym__alpha_identifier] = ACTIONS(4317), - [anon_sym_AT] = ACTIONS(4319), - [anon_sym_LBRACK] = ACTIONS(4319), - [anon_sym_as] = ACTIONS(4317), - [anon_sym_EQ] = ACTIONS(4317), - [anon_sym_LBRACE] = ACTIONS(4319), - [anon_sym_RBRACE] = ACTIONS(4319), - [anon_sym_LPAREN] = ACTIONS(4319), - [anon_sym_COMMA] = ACTIONS(4319), - [anon_sym_by] = ACTIONS(4317), - [anon_sym_LT] = ACTIONS(4317), - [anon_sym_GT] = ACTIONS(4317), - [anon_sym_where] = ACTIONS(4317), - [anon_sym_object] = ACTIONS(4317), - [anon_sym_fun] = ACTIONS(4317), - [anon_sym_DOT] = ACTIONS(4317), - [anon_sym_SEMI] = ACTIONS(4319), - [anon_sym_get] = ACTIONS(4317), - [anon_sym_set] = ACTIONS(4317), - [anon_sym_this] = ACTIONS(4317), - [anon_sym_super] = ACTIONS(4317), - [anon_sym_AMP] = ACTIONS(4317), - [sym__quest] = ACTIONS(4317), - [anon_sym_STAR] = ACTIONS(4317), - [sym_label] = ACTIONS(4317), - [anon_sym_in] = ACTIONS(4317), - [anon_sym_DOT_DOT] = ACTIONS(4319), - [anon_sym_QMARK_COLON] = ACTIONS(4319), - [anon_sym_AMP_AMP] = ACTIONS(4319), - [anon_sym_PIPE_PIPE] = ACTIONS(4319), - [anon_sym_null] = ACTIONS(4317), - [anon_sym_if] = ACTIONS(4317), - [anon_sym_else] = ACTIONS(4317), - [anon_sym_when] = ACTIONS(4317), - [anon_sym_try] = ACTIONS(4317), - [anon_sym_throw] = ACTIONS(4317), - [anon_sym_return] = ACTIONS(4317), - [anon_sym_continue] = ACTIONS(4317), - [anon_sym_break] = ACTIONS(4317), - [anon_sym_COLON_COLON] = ACTIONS(4319), - [anon_sym_PLUS_EQ] = ACTIONS(4319), - [anon_sym_DASH_EQ] = ACTIONS(4319), - [anon_sym_STAR_EQ] = ACTIONS(4319), - [anon_sym_SLASH_EQ] = ACTIONS(4319), - [anon_sym_PERCENT_EQ] = ACTIONS(4319), - [anon_sym_BANG_EQ] = ACTIONS(4317), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4319), - [anon_sym_EQ_EQ] = ACTIONS(4317), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4319), - [anon_sym_LT_EQ] = ACTIONS(4319), - [anon_sym_GT_EQ] = ACTIONS(4319), - [anon_sym_BANGin] = ACTIONS(4319), - [anon_sym_is] = ACTIONS(4317), - [anon_sym_BANGis] = ACTIONS(4319), - [anon_sym_PLUS] = ACTIONS(4317), - [anon_sym_DASH] = ACTIONS(4317), - [anon_sym_SLASH] = ACTIONS(4317), - [anon_sym_PERCENT] = ACTIONS(4317), - [anon_sym_as_QMARK] = ACTIONS(4319), - [anon_sym_PLUS_PLUS] = ACTIONS(4319), - [anon_sym_DASH_DASH] = ACTIONS(4319), - [anon_sym_BANG] = ACTIONS(4317), - [anon_sym_BANG_BANG] = ACTIONS(4319), - [anon_sym_suspend] = ACTIONS(4317), - [anon_sym_sealed] = ACTIONS(4317), - [anon_sym_annotation] = ACTIONS(4317), - [anon_sym_data] = ACTIONS(4317), - [anon_sym_inner] = ACTIONS(4317), - [anon_sym_value] = ACTIONS(4317), - [anon_sym_override] = ACTIONS(4317), - [anon_sym_lateinit] = ACTIONS(4317), - [anon_sym_public] = ACTIONS(4317), - [anon_sym_private] = ACTIONS(4317), - [anon_sym_internal] = ACTIONS(4317), - [anon_sym_protected] = ACTIONS(4317), - [anon_sym_tailrec] = ACTIONS(4317), - [anon_sym_operator] = ACTIONS(4317), - [anon_sym_infix] = ACTIONS(4317), - [anon_sym_inline] = ACTIONS(4317), - [anon_sym_external] = ACTIONS(4317), - [sym_property_modifier] = ACTIONS(4317), - [anon_sym_abstract] = ACTIONS(4317), - [anon_sym_final] = ACTIONS(4317), - [anon_sym_open] = ACTIONS(4317), - [anon_sym_vararg] = ACTIONS(4317), - [anon_sym_noinline] = ACTIONS(4317), - [anon_sym_crossinline] = ACTIONS(4317), - [anon_sym_expect] = ACTIONS(4317), - [anon_sym_actual] = ACTIONS(4317), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4319), - [anon_sym_continue_AT] = ACTIONS(4319), - [anon_sym_break_AT] = ACTIONS(4319), - [anon_sym_this_AT] = ACTIONS(4319), - [anon_sym_super_AT] = ACTIONS(4319), - [sym_real_literal] = ACTIONS(4319), - [sym_integer_literal] = ACTIONS(4317), - [sym_hex_literal] = ACTIONS(4319), - [sym_bin_literal] = ACTIONS(4319), - [anon_sym_true] = ACTIONS(4317), - [anon_sym_false] = ACTIONS(4317), - [anon_sym_SQUOTE] = ACTIONS(4319), - [sym__backtick_identifier] = ACTIONS(4319), - [sym__automatic_semicolon] = ACTIONS(4319), - [sym_safe_nav] = ACTIONS(4319), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4319), - }, [857] = { - [sym_type_constraints] = STATE(990), - [sym_enum_class_body] = STATE(1133), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_COLON] = ACTIONS(4325), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4321), - [anon_sym_fun] = ACTIONS(4321), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_this] = ACTIONS(4321), - [anon_sym_super] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [sym_label] = ACTIONS(4321), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_null] = ACTIONS(4321), - [anon_sym_if] = ACTIONS(4321), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_when] = ACTIONS(4321), - [anon_sym_try] = ACTIONS(4321), - [anon_sym_throw] = ACTIONS(4321), - [anon_sym_return] = ACTIONS(4321), - [anon_sym_continue] = ACTIONS(4321), - [anon_sym_break] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG] = ACTIONS(4321), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4323), - [anon_sym_continue_AT] = ACTIONS(4323), - [anon_sym_break_AT] = ACTIONS(4323), - [anon_sym_this_AT] = ACTIONS(4323), - [anon_sym_super_AT] = ACTIONS(4323), - [sym_real_literal] = ACTIONS(4323), - [sym_integer_literal] = ACTIONS(4321), - [sym_hex_literal] = ACTIONS(4323), - [sym_bin_literal] = ACTIONS(4323), - [anon_sym_true] = ACTIONS(4321), - [anon_sym_false] = ACTIONS(4321), - [anon_sym_SQUOTE] = ACTIONS(4323), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4323), + [sym_type_constraints] = STATE(901), + [sym_function_body] = STATE(1123), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4319), + [anon_sym_fun] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_this] = ACTIONS(4319), + [anon_sym_super] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [sym_label] = ACTIONS(4319), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_null] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_when] = ACTIONS(4319), + [anon_sym_try] = ACTIONS(4319), + [anon_sym_throw] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4321), + [anon_sym_continue_AT] = ACTIONS(4321), + [anon_sym_break_AT] = ACTIONS(4321), + [anon_sym_this_AT] = ACTIONS(4321), + [anon_sym_super_AT] = ACTIONS(4321), + [sym_real_literal] = ACTIONS(4321), + [sym_integer_literal] = ACTIONS(4319), + [sym_hex_literal] = ACTIONS(4321), + [sym_bin_literal] = ACTIONS(4321), + [anon_sym_true] = ACTIONS(4319), + [anon_sym_false] = ACTIONS(4319), + [anon_sym_SQUOTE] = ACTIONS(4321), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4321), }, [858] = { - [sym__alpha_identifier] = ACTIONS(4166), - [anon_sym_AT] = ACTIONS(4168), - [anon_sym_LBRACK] = ACTIONS(4168), - [anon_sym_as] = ACTIONS(4166), - [anon_sym_EQ] = ACTIONS(4166), - [anon_sym_LBRACE] = ACTIONS(4168), - [anon_sym_RBRACE] = ACTIONS(4168), - [anon_sym_LPAREN] = ACTIONS(4168), - [anon_sym_COMMA] = ACTIONS(4168), - [anon_sym_by] = ACTIONS(4166), - [anon_sym_LT] = ACTIONS(4166), - [anon_sym_GT] = ACTIONS(4166), - [anon_sym_where] = ACTIONS(4166), - [anon_sym_object] = ACTIONS(4166), - [anon_sym_fun] = ACTIONS(4166), - [anon_sym_DOT] = ACTIONS(4166), - [anon_sym_SEMI] = ACTIONS(4168), - [anon_sym_get] = ACTIONS(4166), - [anon_sym_set] = ACTIONS(4166), - [anon_sym_this] = ACTIONS(4166), - [anon_sym_super] = ACTIONS(4166), - [anon_sym_AMP] = ACTIONS(4166), - [sym__quest] = ACTIONS(4166), - [anon_sym_STAR] = ACTIONS(4166), - [sym_label] = ACTIONS(4166), - [anon_sym_in] = ACTIONS(4166), - [anon_sym_DOT_DOT] = ACTIONS(4168), - [anon_sym_QMARK_COLON] = ACTIONS(4168), - [anon_sym_AMP_AMP] = ACTIONS(4168), - [anon_sym_PIPE_PIPE] = ACTIONS(4168), - [anon_sym_null] = ACTIONS(4166), - [anon_sym_if] = ACTIONS(4166), - [anon_sym_else] = ACTIONS(4166), - [anon_sym_when] = ACTIONS(4166), - [anon_sym_try] = ACTIONS(4166), - [anon_sym_throw] = ACTIONS(4166), - [anon_sym_return] = ACTIONS(4166), - [anon_sym_continue] = ACTIONS(4166), - [anon_sym_break] = ACTIONS(4166), - [anon_sym_COLON_COLON] = ACTIONS(4168), - [anon_sym_PLUS_EQ] = ACTIONS(4168), - [anon_sym_DASH_EQ] = ACTIONS(4168), - [anon_sym_STAR_EQ] = ACTIONS(4168), - [anon_sym_SLASH_EQ] = ACTIONS(4168), - [anon_sym_PERCENT_EQ] = ACTIONS(4168), - [anon_sym_BANG_EQ] = ACTIONS(4166), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4168), - [anon_sym_EQ_EQ] = ACTIONS(4166), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4168), - [anon_sym_LT_EQ] = ACTIONS(4168), - [anon_sym_GT_EQ] = ACTIONS(4168), - [anon_sym_BANGin] = ACTIONS(4168), - [anon_sym_is] = ACTIONS(4166), - [anon_sym_BANGis] = ACTIONS(4168), - [anon_sym_PLUS] = ACTIONS(4166), - [anon_sym_DASH] = ACTIONS(4166), - [anon_sym_SLASH] = ACTIONS(4166), - [anon_sym_PERCENT] = ACTIONS(4166), - [anon_sym_as_QMARK] = ACTIONS(4168), - [anon_sym_PLUS_PLUS] = ACTIONS(4168), - [anon_sym_DASH_DASH] = ACTIONS(4168), - [anon_sym_BANG] = ACTIONS(4166), - [anon_sym_BANG_BANG] = ACTIONS(4168), - [anon_sym_suspend] = ACTIONS(4166), - [anon_sym_sealed] = ACTIONS(4166), - [anon_sym_annotation] = ACTIONS(4166), - [anon_sym_data] = ACTIONS(4166), - [anon_sym_inner] = ACTIONS(4166), - [anon_sym_value] = ACTIONS(4166), - [anon_sym_override] = ACTIONS(4166), - [anon_sym_lateinit] = ACTIONS(4166), - [anon_sym_public] = ACTIONS(4166), - [anon_sym_private] = ACTIONS(4166), - [anon_sym_internal] = ACTIONS(4166), - [anon_sym_protected] = ACTIONS(4166), - [anon_sym_tailrec] = ACTIONS(4166), - [anon_sym_operator] = ACTIONS(4166), - [anon_sym_infix] = ACTIONS(4166), - [anon_sym_inline] = ACTIONS(4166), - [anon_sym_external] = ACTIONS(4166), - [sym_property_modifier] = ACTIONS(4166), - [anon_sym_abstract] = ACTIONS(4166), - [anon_sym_final] = ACTIONS(4166), - [anon_sym_open] = ACTIONS(4166), - [anon_sym_vararg] = ACTIONS(4166), - [anon_sym_noinline] = ACTIONS(4166), - [anon_sym_crossinline] = ACTIONS(4166), - [anon_sym_expect] = ACTIONS(4166), - [anon_sym_actual] = ACTIONS(4166), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4168), - [anon_sym_continue_AT] = ACTIONS(4168), - [anon_sym_break_AT] = ACTIONS(4168), - [anon_sym_this_AT] = ACTIONS(4168), - [anon_sym_super_AT] = ACTIONS(4168), - [sym_real_literal] = ACTIONS(4168), - [sym_integer_literal] = ACTIONS(4166), - [sym_hex_literal] = ACTIONS(4168), - [sym_bin_literal] = ACTIONS(4168), - [anon_sym_true] = ACTIONS(4166), - [anon_sym_false] = ACTIONS(4166), - [anon_sym_SQUOTE] = ACTIONS(4168), - [sym__backtick_identifier] = ACTIONS(4168), - [sym__automatic_semicolon] = ACTIONS(4168), - [sym_safe_nav] = ACTIONS(4168), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4168), + [sym_type_constraints] = STATE(900), + [sym_function_body] = STATE(1132), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4323), + [anon_sym_fun] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_this] = ACTIONS(4323), + [anon_sym_super] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [sym_label] = ACTIONS(4323), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_null] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_when] = ACTIONS(4323), + [anon_sym_try] = ACTIONS(4323), + [anon_sym_throw] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4325), + [anon_sym_continue_AT] = ACTIONS(4325), + [anon_sym_break_AT] = ACTIONS(4325), + [anon_sym_this_AT] = ACTIONS(4325), + [anon_sym_super_AT] = ACTIONS(4325), + [sym_real_literal] = ACTIONS(4325), + [sym_integer_literal] = ACTIONS(4323), + [sym_hex_literal] = ACTIONS(4325), + [sym_bin_literal] = ACTIONS(4325), + [anon_sym_true] = ACTIONS(4323), + [anon_sym_false] = ACTIONS(4323), + [anon_sym_SQUOTE] = ACTIONS(4325), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4325), }, [859] = { - [sym_class_body] = STATE(1141), - [sym_type_constraints] = STATE(933), [sym__alpha_identifier] = ACTIONS(4327), [anon_sym_AT] = ACTIONS(4329), - [anon_sym_COLON] = ACTIONS(4331), [anon_sym_LBRACK] = ACTIONS(4329), [anon_sym_as] = ACTIONS(4327), [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_LBRACE] = ACTIONS(4329), [anon_sym_RBRACE] = ACTIONS(4329), [anon_sym_LPAREN] = ACTIONS(4329), [anon_sym_COMMA] = ACTIONS(4329), + [anon_sym_by] = ACTIONS(4327), [anon_sym_LT] = ACTIONS(4327), [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(3216), + [anon_sym_where] = ACTIONS(4327), [anon_sym_object] = ACTIONS(4327), [anon_sym_fun] = ACTIONS(4327), [anon_sym_DOT] = ACTIONS(4327), @@ -149450,7 +149440,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(4327), [anon_sym_this] = ACTIONS(4327), [anon_sym_super] = ACTIONS(4327), + [sym__quest] = ACTIONS(4327), [anon_sym_STAR] = ACTIONS(4327), + [anon_sym_DASH_GT] = ACTIONS(4331), [sym_label] = ACTIONS(4327), [anon_sym_in] = ACTIONS(4327), [anon_sym_DOT_DOT] = ACTIONS(4329), @@ -149536,454 +149528,238 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(4329), }, [860] = { - [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), - [anon_sym_AMP] = ACTIONS(4333), - [sym__quest] = ACTIONS(4237), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4239), - [anon_sym_super_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), + [aux_sym_nullable_type_repeat1] = STATE(838), + [sym__alpha_identifier] = ACTIONS(4333), + [anon_sym_AT] = ACTIONS(4335), + [anon_sym_LBRACK] = ACTIONS(4335), + [anon_sym_as] = ACTIONS(4333), + [anon_sym_EQ] = ACTIONS(4333), + [anon_sym_LBRACE] = ACTIONS(4335), + [anon_sym_RBRACE] = ACTIONS(4335), + [anon_sym_LPAREN] = ACTIONS(4335), + [anon_sym_COMMA] = ACTIONS(4335), + [anon_sym_by] = ACTIONS(4333), + [anon_sym_LT] = ACTIONS(4333), + [anon_sym_GT] = ACTIONS(4333), + [anon_sym_where] = ACTIONS(4333), + [anon_sym_object] = ACTIONS(4333), + [anon_sym_fun] = ACTIONS(4333), + [anon_sym_DOT] = ACTIONS(4333), + [anon_sym_SEMI] = ACTIONS(4335), + [anon_sym_get] = ACTIONS(4333), + [anon_sym_set] = ACTIONS(4333), + [anon_sym_this] = ACTIONS(4333), + [anon_sym_super] = ACTIONS(4333), + [sym__quest] = ACTIONS(4229), + [anon_sym_STAR] = ACTIONS(4333), + [sym_label] = ACTIONS(4333), + [anon_sym_in] = ACTIONS(4333), + [anon_sym_DOT_DOT] = ACTIONS(4335), + [anon_sym_QMARK_COLON] = ACTIONS(4335), + [anon_sym_AMP_AMP] = ACTIONS(4335), + [anon_sym_PIPE_PIPE] = ACTIONS(4335), + [anon_sym_null] = ACTIONS(4333), + [anon_sym_if] = ACTIONS(4333), + [anon_sym_else] = ACTIONS(4333), + [anon_sym_when] = ACTIONS(4333), + [anon_sym_try] = ACTIONS(4333), + [anon_sym_throw] = ACTIONS(4333), + [anon_sym_return] = ACTIONS(4333), + [anon_sym_continue] = ACTIONS(4333), + [anon_sym_break] = ACTIONS(4333), + [anon_sym_COLON_COLON] = ACTIONS(4335), + [anon_sym_PLUS_EQ] = ACTIONS(4335), + [anon_sym_DASH_EQ] = ACTIONS(4335), + [anon_sym_STAR_EQ] = ACTIONS(4335), + [anon_sym_SLASH_EQ] = ACTIONS(4335), + [anon_sym_PERCENT_EQ] = ACTIONS(4335), + [anon_sym_BANG_EQ] = ACTIONS(4333), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4335), + [anon_sym_EQ_EQ] = ACTIONS(4333), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4335), + [anon_sym_LT_EQ] = ACTIONS(4335), + [anon_sym_GT_EQ] = ACTIONS(4335), + [anon_sym_BANGin] = ACTIONS(4335), + [anon_sym_is] = ACTIONS(4333), + [anon_sym_BANGis] = ACTIONS(4335), + [anon_sym_PLUS] = ACTIONS(4333), + [anon_sym_DASH] = ACTIONS(4333), + [anon_sym_SLASH] = ACTIONS(4333), + [anon_sym_PERCENT] = ACTIONS(4333), + [anon_sym_as_QMARK] = ACTIONS(4335), + [anon_sym_PLUS_PLUS] = ACTIONS(4335), + [anon_sym_DASH_DASH] = ACTIONS(4335), + [anon_sym_BANG] = ACTIONS(4333), + [anon_sym_BANG_BANG] = ACTIONS(4335), + [anon_sym_suspend] = ACTIONS(4333), + [anon_sym_sealed] = ACTIONS(4333), + [anon_sym_annotation] = ACTIONS(4333), + [anon_sym_data] = ACTIONS(4333), + [anon_sym_inner] = ACTIONS(4333), + [anon_sym_value] = ACTIONS(4333), + [anon_sym_override] = ACTIONS(4333), + [anon_sym_lateinit] = ACTIONS(4333), + [anon_sym_public] = ACTIONS(4333), + [anon_sym_private] = ACTIONS(4333), + [anon_sym_internal] = ACTIONS(4333), + [anon_sym_protected] = ACTIONS(4333), + [anon_sym_tailrec] = ACTIONS(4333), + [anon_sym_operator] = ACTIONS(4333), + [anon_sym_infix] = ACTIONS(4333), + [anon_sym_inline] = ACTIONS(4333), + [anon_sym_external] = ACTIONS(4333), + [sym_property_modifier] = ACTIONS(4333), + [anon_sym_abstract] = ACTIONS(4333), + [anon_sym_final] = ACTIONS(4333), + [anon_sym_open] = ACTIONS(4333), + [anon_sym_vararg] = ACTIONS(4333), + [anon_sym_noinline] = ACTIONS(4333), + [anon_sym_crossinline] = ACTIONS(4333), + [anon_sym_expect] = ACTIONS(4333), + [anon_sym_actual] = ACTIONS(4333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4335), + [anon_sym_continue_AT] = ACTIONS(4335), + [anon_sym_break_AT] = ACTIONS(4335), + [anon_sym_this_AT] = ACTIONS(4335), + [anon_sym_super_AT] = ACTIONS(4335), + [sym_real_literal] = ACTIONS(4335), + [sym_integer_literal] = ACTIONS(4333), + [sym_hex_literal] = ACTIONS(4335), + [sym_bin_literal] = ACTIONS(4335), + [anon_sym_true] = ACTIONS(4333), + [anon_sym_false] = ACTIONS(4333), + [anon_sym_SQUOTE] = ACTIONS(4335), + [sym__backtick_identifier] = ACTIONS(4335), + [sym__automatic_semicolon] = ACTIONS(4335), + [sym_safe_nav] = ACTIONS(4335), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4335), }, [861] = { - [sym__alpha_identifier] = ACTIONS(4335), - [anon_sym_AT] = ACTIONS(4337), - [anon_sym_LBRACK] = ACTIONS(4337), - [anon_sym_as] = ACTIONS(4335), - [anon_sym_EQ] = ACTIONS(4335), - [anon_sym_LBRACE] = ACTIONS(4337), - [anon_sym_RBRACE] = ACTIONS(4337), - [anon_sym_LPAREN] = ACTIONS(4337), - [anon_sym_COMMA] = ACTIONS(4337), - [anon_sym_by] = ACTIONS(4335), - [anon_sym_LT] = ACTIONS(4335), - [anon_sym_GT] = ACTIONS(4335), - [anon_sym_where] = ACTIONS(4335), - [anon_sym_object] = ACTIONS(4335), - [anon_sym_fun] = ACTIONS(4335), - [anon_sym_DOT] = ACTIONS(4335), - [anon_sym_SEMI] = ACTIONS(4337), - [anon_sym_get] = ACTIONS(4335), - [anon_sym_set] = ACTIONS(4335), - [anon_sym_this] = ACTIONS(4335), - [anon_sym_super] = ACTIONS(4335), - [anon_sym_AMP] = ACTIONS(4335), - [sym__quest] = ACTIONS(4335), - [anon_sym_STAR] = ACTIONS(4335), - [sym_label] = ACTIONS(4335), - [anon_sym_in] = ACTIONS(4335), - [anon_sym_DOT_DOT] = ACTIONS(4337), - [anon_sym_QMARK_COLON] = ACTIONS(4337), - [anon_sym_AMP_AMP] = ACTIONS(4337), - [anon_sym_PIPE_PIPE] = ACTIONS(4337), - [anon_sym_null] = ACTIONS(4335), - [anon_sym_if] = ACTIONS(4335), - [anon_sym_else] = ACTIONS(4335), - [anon_sym_when] = ACTIONS(4335), - [anon_sym_try] = ACTIONS(4335), - [anon_sym_throw] = ACTIONS(4335), - [anon_sym_return] = ACTIONS(4335), - [anon_sym_continue] = ACTIONS(4335), - [anon_sym_break] = ACTIONS(4335), - [anon_sym_COLON_COLON] = ACTIONS(4337), - [anon_sym_PLUS_EQ] = ACTIONS(4337), - [anon_sym_DASH_EQ] = ACTIONS(4337), - [anon_sym_STAR_EQ] = ACTIONS(4337), - [anon_sym_SLASH_EQ] = ACTIONS(4337), - [anon_sym_PERCENT_EQ] = ACTIONS(4337), - [anon_sym_BANG_EQ] = ACTIONS(4335), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4337), - [anon_sym_EQ_EQ] = ACTIONS(4335), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4337), - [anon_sym_LT_EQ] = ACTIONS(4337), - [anon_sym_GT_EQ] = ACTIONS(4337), - [anon_sym_BANGin] = ACTIONS(4337), - [anon_sym_is] = ACTIONS(4335), - [anon_sym_BANGis] = ACTIONS(4337), - [anon_sym_PLUS] = ACTIONS(4335), - [anon_sym_DASH] = ACTIONS(4335), - [anon_sym_SLASH] = ACTIONS(4335), - [anon_sym_PERCENT] = ACTIONS(4335), - [anon_sym_as_QMARK] = ACTIONS(4337), - [anon_sym_PLUS_PLUS] = ACTIONS(4337), - [anon_sym_DASH_DASH] = ACTIONS(4337), - [anon_sym_BANG] = ACTIONS(4335), - [anon_sym_BANG_BANG] = ACTIONS(4337), - [anon_sym_suspend] = ACTIONS(4335), - [anon_sym_sealed] = ACTIONS(4335), - [anon_sym_annotation] = ACTIONS(4335), - [anon_sym_data] = ACTIONS(4335), - [anon_sym_inner] = ACTIONS(4335), - [anon_sym_value] = ACTIONS(4335), - [anon_sym_override] = ACTIONS(4335), - [anon_sym_lateinit] = ACTIONS(4335), - [anon_sym_public] = ACTIONS(4335), - [anon_sym_private] = ACTIONS(4335), - [anon_sym_internal] = ACTIONS(4335), - [anon_sym_protected] = ACTIONS(4335), - [anon_sym_tailrec] = ACTIONS(4335), - [anon_sym_operator] = ACTIONS(4335), - [anon_sym_infix] = ACTIONS(4335), - [anon_sym_inline] = ACTIONS(4335), - [anon_sym_external] = ACTIONS(4335), - [sym_property_modifier] = ACTIONS(4335), - [anon_sym_abstract] = ACTIONS(4335), - [anon_sym_final] = ACTIONS(4335), - [anon_sym_open] = ACTIONS(4335), - [anon_sym_vararg] = ACTIONS(4335), - [anon_sym_noinline] = ACTIONS(4335), - [anon_sym_crossinline] = ACTIONS(4335), - [anon_sym_expect] = ACTIONS(4335), - [anon_sym_actual] = ACTIONS(4335), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4337), - [anon_sym_continue_AT] = ACTIONS(4337), - [anon_sym_break_AT] = ACTIONS(4337), - [anon_sym_this_AT] = ACTIONS(4337), - [anon_sym_super_AT] = ACTIONS(4337), - [sym_real_literal] = ACTIONS(4337), - [sym_integer_literal] = ACTIONS(4335), - [sym_hex_literal] = ACTIONS(4337), - [sym_bin_literal] = ACTIONS(4337), - [anon_sym_true] = ACTIONS(4335), - [anon_sym_false] = ACTIONS(4335), - [anon_sym_SQUOTE] = ACTIONS(4337), - [sym__backtick_identifier] = ACTIONS(4337), - [sym__automatic_semicolon] = ACTIONS(4337), - [sym_safe_nav] = ACTIONS(4337), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4337), + [sym__alpha_identifier] = ACTIONS(4313), + [anon_sym_AT] = ACTIONS(4315), + [anon_sym_LBRACK] = ACTIONS(4315), + [anon_sym_as] = ACTIONS(4313), + [anon_sym_EQ] = ACTIONS(4313), + [anon_sym_LBRACE] = ACTIONS(4315), + [anon_sym_RBRACE] = ACTIONS(4315), + [anon_sym_LPAREN] = ACTIONS(4315), + [anon_sym_COMMA] = ACTIONS(4315), + [anon_sym_by] = ACTIONS(4313), + [anon_sym_LT] = ACTIONS(4313), + [anon_sym_GT] = ACTIONS(4313), + [anon_sym_where] = ACTIONS(4313), + [anon_sym_object] = ACTIONS(4313), + [anon_sym_fun] = ACTIONS(4313), + [anon_sym_DOT] = ACTIONS(4313), + [anon_sym_SEMI] = ACTIONS(4315), + [anon_sym_get] = ACTIONS(4313), + [anon_sym_set] = ACTIONS(4313), + [anon_sym_this] = ACTIONS(4313), + [anon_sym_super] = ACTIONS(4313), + [anon_sym_AMP] = ACTIONS(4337), + [sym__quest] = ACTIONS(4313), + [anon_sym_STAR] = ACTIONS(4313), + [sym_label] = ACTIONS(4313), + [anon_sym_in] = ACTIONS(4313), + [anon_sym_DOT_DOT] = ACTIONS(4315), + [anon_sym_QMARK_COLON] = ACTIONS(4315), + [anon_sym_AMP_AMP] = ACTIONS(4315), + [anon_sym_PIPE_PIPE] = ACTIONS(4315), + [anon_sym_null] = ACTIONS(4313), + [anon_sym_if] = ACTIONS(4313), + [anon_sym_else] = ACTIONS(4313), + [anon_sym_when] = ACTIONS(4313), + [anon_sym_try] = ACTIONS(4313), + [anon_sym_throw] = ACTIONS(4313), + [anon_sym_return] = ACTIONS(4313), + [anon_sym_continue] = ACTIONS(4313), + [anon_sym_break] = ACTIONS(4313), + [anon_sym_COLON_COLON] = ACTIONS(4315), + [anon_sym_PLUS_EQ] = ACTIONS(4315), + [anon_sym_DASH_EQ] = ACTIONS(4315), + [anon_sym_STAR_EQ] = ACTIONS(4315), + [anon_sym_SLASH_EQ] = ACTIONS(4315), + [anon_sym_PERCENT_EQ] = ACTIONS(4315), + [anon_sym_BANG_EQ] = ACTIONS(4313), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4315), + [anon_sym_EQ_EQ] = ACTIONS(4313), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4315), + [anon_sym_LT_EQ] = ACTIONS(4315), + [anon_sym_GT_EQ] = ACTIONS(4315), + [anon_sym_BANGin] = ACTIONS(4315), + [anon_sym_is] = ACTIONS(4313), + [anon_sym_BANGis] = ACTIONS(4315), + [anon_sym_PLUS] = ACTIONS(4313), + [anon_sym_DASH] = ACTIONS(4313), + [anon_sym_SLASH] = ACTIONS(4313), + [anon_sym_PERCENT] = ACTIONS(4313), + [anon_sym_as_QMARK] = ACTIONS(4315), + [anon_sym_PLUS_PLUS] = ACTIONS(4315), + [anon_sym_DASH_DASH] = ACTIONS(4315), + [anon_sym_BANG] = ACTIONS(4313), + [anon_sym_BANG_BANG] = ACTIONS(4315), + [anon_sym_suspend] = ACTIONS(4313), + [anon_sym_sealed] = ACTIONS(4313), + [anon_sym_annotation] = ACTIONS(4313), + [anon_sym_data] = ACTIONS(4313), + [anon_sym_inner] = ACTIONS(4313), + [anon_sym_value] = ACTIONS(4313), + [anon_sym_override] = ACTIONS(4313), + [anon_sym_lateinit] = ACTIONS(4313), + [anon_sym_public] = ACTIONS(4313), + [anon_sym_private] = ACTIONS(4313), + [anon_sym_internal] = ACTIONS(4313), + [anon_sym_protected] = ACTIONS(4313), + [anon_sym_tailrec] = ACTIONS(4313), + [anon_sym_operator] = ACTIONS(4313), + [anon_sym_infix] = ACTIONS(4313), + [anon_sym_inline] = ACTIONS(4313), + [anon_sym_external] = ACTIONS(4313), + [sym_property_modifier] = ACTIONS(4313), + [anon_sym_abstract] = ACTIONS(4313), + [anon_sym_final] = ACTIONS(4313), + [anon_sym_open] = ACTIONS(4313), + [anon_sym_vararg] = ACTIONS(4313), + [anon_sym_noinline] = ACTIONS(4313), + [anon_sym_crossinline] = ACTIONS(4313), + [anon_sym_expect] = ACTIONS(4313), + [anon_sym_actual] = ACTIONS(4313), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4315), + [anon_sym_continue_AT] = ACTIONS(4315), + [anon_sym_break_AT] = ACTIONS(4315), + [anon_sym_this_AT] = ACTIONS(4315), + [anon_sym_super_AT] = ACTIONS(4315), + [sym_real_literal] = ACTIONS(4315), + [sym_integer_literal] = ACTIONS(4313), + [sym_hex_literal] = ACTIONS(4315), + [sym_bin_literal] = ACTIONS(4315), + [anon_sym_true] = ACTIONS(4313), + [anon_sym_false] = ACTIONS(4313), + [anon_sym_SQUOTE] = ACTIONS(4315), + [sym__backtick_identifier] = ACTIONS(4315), + [sym__automatic_semicolon] = ACTIONS(4315), + [sym_safe_nav] = ACTIONS(4315), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4315), }, [862] = { - [sym_type_constraints] = STATE(987), - [sym_enum_class_body] = STATE(1068), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(3352), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [863] = { - [sym__alpha_identifier] = ACTIONS(4179), - [anon_sym_AT] = ACTIONS(4181), - [anon_sym_COLON] = ACTIONS(4179), - [anon_sym_LBRACK] = ACTIONS(4181), - [anon_sym_as] = ACTIONS(4179), - [anon_sym_EQ] = ACTIONS(4179), - [anon_sym_constructor] = ACTIONS(4179), - [anon_sym_LBRACE] = ACTIONS(4181), - [anon_sym_RBRACE] = ACTIONS(4181), - [anon_sym_LPAREN] = ACTIONS(4181), - [anon_sym_COMMA] = ACTIONS(4181), - [anon_sym_LT] = ACTIONS(4179), - [anon_sym_GT] = ACTIONS(4179), - [anon_sym_where] = ACTIONS(4179), - [anon_sym_object] = ACTIONS(4179), - [anon_sym_fun] = ACTIONS(4179), - [anon_sym_DOT] = ACTIONS(4179), - [anon_sym_SEMI] = ACTIONS(4181), - [anon_sym_get] = ACTIONS(4179), - [anon_sym_set] = ACTIONS(4179), - [anon_sym_this] = ACTIONS(4179), - [anon_sym_super] = ACTIONS(4179), - [anon_sym_STAR] = ACTIONS(4179), - [sym_label] = ACTIONS(4179), - [anon_sym_in] = ACTIONS(4179), - [anon_sym_DOT_DOT] = ACTIONS(4181), - [anon_sym_QMARK_COLON] = ACTIONS(4181), - [anon_sym_AMP_AMP] = ACTIONS(4181), - [anon_sym_PIPE_PIPE] = ACTIONS(4181), - [anon_sym_null] = ACTIONS(4179), - [anon_sym_if] = ACTIONS(4179), - [anon_sym_else] = ACTIONS(4179), - [anon_sym_when] = ACTIONS(4179), - [anon_sym_try] = ACTIONS(4179), - [anon_sym_throw] = ACTIONS(4179), - [anon_sym_return] = ACTIONS(4179), - [anon_sym_continue] = ACTIONS(4179), - [anon_sym_break] = ACTIONS(4179), - [anon_sym_COLON_COLON] = ACTIONS(4181), - [anon_sym_PLUS_EQ] = ACTIONS(4181), - [anon_sym_DASH_EQ] = ACTIONS(4181), - [anon_sym_STAR_EQ] = ACTIONS(4181), - [anon_sym_SLASH_EQ] = ACTIONS(4181), - [anon_sym_PERCENT_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ] = ACTIONS(4179), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ] = ACTIONS(4179), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4181), - [anon_sym_LT_EQ] = ACTIONS(4181), - [anon_sym_GT_EQ] = ACTIONS(4181), - [anon_sym_BANGin] = ACTIONS(4181), - [anon_sym_is] = ACTIONS(4179), - [anon_sym_BANGis] = ACTIONS(4181), - [anon_sym_PLUS] = ACTIONS(4179), - [anon_sym_DASH] = ACTIONS(4179), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4179), - [anon_sym_as_QMARK] = ACTIONS(4181), - [anon_sym_PLUS_PLUS] = ACTIONS(4181), - [anon_sym_DASH_DASH] = ACTIONS(4181), - [anon_sym_BANG] = ACTIONS(4179), - [anon_sym_BANG_BANG] = ACTIONS(4181), - [anon_sym_suspend] = ACTIONS(4179), - [anon_sym_sealed] = ACTIONS(4179), - [anon_sym_annotation] = ACTIONS(4179), - [anon_sym_data] = ACTIONS(4179), - [anon_sym_inner] = ACTIONS(4179), - [anon_sym_value] = ACTIONS(4179), - [anon_sym_override] = ACTIONS(4179), - [anon_sym_lateinit] = ACTIONS(4179), - [anon_sym_public] = ACTIONS(4179), - [anon_sym_private] = ACTIONS(4179), - [anon_sym_internal] = ACTIONS(4179), - [anon_sym_protected] = ACTIONS(4179), - [anon_sym_tailrec] = ACTIONS(4179), - [anon_sym_operator] = ACTIONS(4179), - [anon_sym_infix] = ACTIONS(4179), - [anon_sym_inline] = ACTIONS(4179), - [anon_sym_external] = ACTIONS(4179), - [sym_property_modifier] = ACTIONS(4179), - [anon_sym_abstract] = ACTIONS(4179), - [anon_sym_final] = ACTIONS(4179), - [anon_sym_open] = ACTIONS(4179), - [anon_sym_vararg] = ACTIONS(4179), - [anon_sym_noinline] = ACTIONS(4179), - [anon_sym_crossinline] = ACTIONS(4179), - [anon_sym_expect] = ACTIONS(4179), - [anon_sym_actual] = ACTIONS(4179), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4181), - [anon_sym_continue_AT] = ACTIONS(4181), - [anon_sym_break_AT] = ACTIONS(4181), - [anon_sym_this_AT] = ACTIONS(4181), - [anon_sym_super_AT] = ACTIONS(4181), - [sym_real_literal] = ACTIONS(4181), - [sym_integer_literal] = ACTIONS(4179), - [sym_hex_literal] = ACTIONS(4181), - [sym_bin_literal] = ACTIONS(4181), - [anon_sym_true] = ACTIONS(4179), - [anon_sym_false] = ACTIONS(4179), - [anon_sym_SQUOTE] = ACTIONS(4181), - [sym__backtick_identifier] = ACTIONS(4181), - [sym__automatic_semicolon] = ACTIONS(4181), - [sym_safe_nav] = ACTIONS(4181), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4181), - }, - [864] = { - [aux_sym_type_constraints_repeat1] = STATE(885), + [sym_class_body] = STATE(1044), + [sym_type_constraints] = STATE(983), [sym__alpha_identifier] = ACTIONS(4339), [anon_sym_AT] = ACTIONS(4341), [anon_sym_LBRACK] = ACTIONS(4341), [anon_sym_as] = ACTIONS(4339), [anon_sym_EQ] = ACTIONS(4339), - [anon_sym_LBRACE] = ACTIONS(4341), + [anon_sym_LBRACE] = ACTIONS(3260), [anon_sym_RBRACE] = ACTIONS(4341), [anon_sym_LPAREN] = ACTIONS(4341), - [anon_sym_COMMA] = ACTIONS(4343), - [anon_sym_by] = ACTIONS(4339), + [anon_sym_COMMA] = ACTIONS(4341), [anon_sym_LT] = ACTIONS(4339), [anon_sym_GT] = ACTIONS(4339), - [anon_sym_where] = ACTIONS(4339), + [anon_sym_where] = ACTIONS(3250), [anon_sym_object] = ACTIONS(4339), [anon_sym_fun] = ACTIONS(4339), [anon_sym_DOT] = ACTIONS(4339), @@ -150077,618 +149853,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4341), }, - [865] = { - [sym__alpha_identifier] = ACTIONS(4345), - [anon_sym_AT] = ACTIONS(4347), - [anon_sym_LBRACK] = ACTIONS(4347), - [anon_sym_as] = ACTIONS(4345), - [anon_sym_EQ] = ACTIONS(4345), - [anon_sym_LBRACE] = ACTIONS(4347), - [anon_sym_RBRACE] = ACTIONS(4347), - [anon_sym_LPAREN] = ACTIONS(4347), - [anon_sym_COMMA] = ACTIONS(4347), - [anon_sym_LT] = ACTIONS(4345), - [anon_sym_GT] = ACTIONS(4345), - [anon_sym_where] = ACTIONS(4345), - [anon_sym_object] = ACTIONS(4345), - [anon_sym_fun] = ACTIONS(4345), - [anon_sym_DOT] = ACTIONS(4345), - [anon_sym_SEMI] = ACTIONS(4347), - [anon_sym_get] = ACTIONS(4345), - [anon_sym_set] = ACTIONS(4345), - [anon_sym_this] = ACTIONS(4345), - [anon_sym_super] = ACTIONS(4345), - [anon_sym_STAR] = ACTIONS(4345), - [sym_label] = ACTIONS(4345), - [anon_sym_in] = ACTIONS(4345), - [anon_sym_DOT_DOT] = ACTIONS(4347), - [anon_sym_QMARK_COLON] = ACTIONS(4347), - [anon_sym_AMP_AMP] = ACTIONS(4347), - [anon_sym_PIPE_PIPE] = ACTIONS(4347), - [anon_sym_null] = ACTIONS(4345), - [anon_sym_if] = ACTIONS(4345), - [anon_sym_else] = ACTIONS(4345), - [anon_sym_when] = ACTIONS(4345), - [anon_sym_try] = ACTIONS(4345), - [anon_sym_catch] = ACTIONS(4345), - [anon_sym_finally] = ACTIONS(4345), - [anon_sym_throw] = ACTIONS(4345), - [anon_sym_return] = ACTIONS(4345), - [anon_sym_continue] = ACTIONS(4345), - [anon_sym_break] = ACTIONS(4345), - [anon_sym_COLON_COLON] = ACTIONS(4347), - [anon_sym_PLUS_EQ] = ACTIONS(4347), - [anon_sym_DASH_EQ] = ACTIONS(4347), - [anon_sym_STAR_EQ] = ACTIONS(4347), - [anon_sym_SLASH_EQ] = ACTIONS(4347), - [anon_sym_PERCENT_EQ] = ACTIONS(4347), - [anon_sym_BANG_EQ] = ACTIONS(4345), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4347), - [anon_sym_EQ_EQ] = ACTIONS(4345), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4347), - [anon_sym_LT_EQ] = ACTIONS(4347), - [anon_sym_GT_EQ] = ACTIONS(4347), - [anon_sym_BANGin] = ACTIONS(4347), - [anon_sym_is] = ACTIONS(4345), - [anon_sym_BANGis] = ACTIONS(4347), - [anon_sym_PLUS] = ACTIONS(4345), - [anon_sym_DASH] = ACTIONS(4345), - [anon_sym_SLASH] = ACTIONS(4345), - [anon_sym_PERCENT] = ACTIONS(4345), - [anon_sym_as_QMARK] = ACTIONS(4347), - [anon_sym_PLUS_PLUS] = ACTIONS(4347), - [anon_sym_DASH_DASH] = ACTIONS(4347), - [anon_sym_BANG] = ACTIONS(4345), - [anon_sym_BANG_BANG] = ACTIONS(4347), - [anon_sym_suspend] = ACTIONS(4345), - [anon_sym_sealed] = ACTIONS(4345), - [anon_sym_annotation] = ACTIONS(4345), - [anon_sym_data] = ACTIONS(4345), - [anon_sym_inner] = ACTIONS(4345), - [anon_sym_value] = ACTIONS(4345), - [anon_sym_override] = ACTIONS(4345), - [anon_sym_lateinit] = ACTIONS(4345), - [anon_sym_public] = ACTIONS(4345), - [anon_sym_private] = ACTIONS(4345), - [anon_sym_internal] = ACTIONS(4345), - [anon_sym_protected] = ACTIONS(4345), - [anon_sym_tailrec] = ACTIONS(4345), - [anon_sym_operator] = ACTIONS(4345), - [anon_sym_infix] = ACTIONS(4345), - [anon_sym_inline] = ACTIONS(4345), - [anon_sym_external] = ACTIONS(4345), - [sym_property_modifier] = ACTIONS(4345), - [anon_sym_abstract] = ACTIONS(4345), - [anon_sym_final] = ACTIONS(4345), - [anon_sym_open] = ACTIONS(4345), - [anon_sym_vararg] = ACTIONS(4345), - [anon_sym_noinline] = ACTIONS(4345), - [anon_sym_crossinline] = ACTIONS(4345), - [anon_sym_expect] = ACTIONS(4345), - [anon_sym_actual] = ACTIONS(4345), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4347), - [anon_sym_continue_AT] = ACTIONS(4347), - [anon_sym_break_AT] = ACTIONS(4347), - [anon_sym_this_AT] = ACTIONS(4347), - [anon_sym_super_AT] = ACTIONS(4347), - [sym_real_literal] = ACTIONS(4347), - [sym_integer_literal] = ACTIONS(4345), - [sym_hex_literal] = ACTIONS(4347), - [sym_bin_literal] = ACTIONS(4347), - [anon_sym_true] = ACTIONS(4345), - [anon_sym_false] = ACTIONS(4345), - [anon_sym_SQUOTE] = ACTIONS(4347), - [sym__backtick_identifier] = ACTIONS(4347), - [sym__automatic_semicolon] = ACTIONS(4347), - [sym_safe_nav] = ACTIONS(4347), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4347), - }, - [866] = { - [sym__alpha_identifier] = ACTIONS(4122), - [anon_sym_AT] = ACTIONS(4124), - [anon_sym_COLON] = ACTIONS(4126), - [anon_sym_LBRACK] = ACTIONS(4124), - [anon_sym_as] = ACTIONS(4122), - [anon_sym_EQ] = ACTIONS(4122), - [anon_sym_LBRACE] = ACTIONS(4124), - [anon_sym_RBRACE] = ACTIONS(4124), - [anon_sym_LPAREN] = ACTIONS(4124), - [anon_sym_COMMA] = ACTIONS(4124), - [anon_sym_by] = ACTIONS(4122), - [anon_sym_LT] = ACTIONS(4122), - [anon_sym_GT] = ACTIONS(4122), - [anon_sym_where] = ACTIONS(4122), - [anon_sym_object] = ACTIONS(4122), - [anon_sym_fun] = ACTIONS(4122), - [anon_sym_DOT] = ACTIONS(4122), - [anon_sym_SEMI] = ACTIONS(4124), - [anon_sym_get] = ACTIONS(4122), - [anon_sym_set] = ACTIONS(4122), - [anon_sym_this] = ACTIONS(4122), - [anon_sym_super] = ACTIONS(4122), - [anon_sym_STAR] = ACTIONS(4122), - [sym_label] = ACTIONS(4122), - [anon_sym_in] = ACTIONS(4122), - [anon_sym_DOT_DOT] = ACTIONS(4124), - [anon_sym_QMARK_COLON] = ACTIONS(4124), - [anon_sym_AMP_AMP] = ACTIONS(4124), - [anon_sym_PIPE_PIPE] = ACTIONS(4124), - [anon_sym_null] = ACTIONS(4122), - [anon_sym_if] = ACTIONS(4122), - [anon_sym_else] = ACTIONS(4122), - [anon_sym_when] = ACTIONS(4122), - [anon_sym_try] = ACTIONS(4122), - [anon_sym_throw] = ACTIONS(4122), - [anon_sym_return] = ACTIONS(4122), - [anon_sym_continue] = ACTIONS(4122), - [anon_sym_break] = ACTIONS(4122), - [anon_sym_COLON_COLON] = ACTIONS(4124), - [anon_sym_PLUS_EQ] = ACTIONS(4124), - [anon_sym_DASH_EQ] = ACTIONS(4124), - [anon_sym_STAR_EQ] = ACTIONS(4124), - [anon_sym_SLASH_EQ] = ACTIONS(4124), - [anon_sym_PERCENT_EQ] = ACTIONS(4124), - [anon_sym_BANG_EQ] = ACTIONS(4122), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4124), - [anon_sym_EQ_EQ] = ACTIONS(4122), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4124), - [anon_sym_LT_EQ] = ACTIONS(4124), - [anon_sym_GT_EQ] = ACTIONS(4124), - [anon_sym_BANGin] = ACTIONS(4124), - [anon_sym_is] = ACTIONS(4122), - [anon_sym_BANGis] = ACTIONS(4124), - [anon_sym_PLUS] = ACTIONS(4122), - [anon_sym_DASH] = ACTIONS(4122), - [anon_sym_SLASH] = ACTIONS(4122), - [anon_sym_PERCENT] = ACTIONS(4122), - [anon_sym_as_QMARK] = ACTIONS(4124), - [anon_sym_PLUS_PLUS] = ACTIONS(4124), - [anon_sym_DASH_DASH] = ACTIONS(4124), - [anon_sym_BANG] = ACTIONS(4122), - [anon_sym_BANG_BANG] = ACTIONS(4124), - [anon_sym_suspend] = ACTIONS(4122), - [anon_sym_sealed] = ACTIONS(4122), - [anon_sym_annotation] = ACTIONS(4122), - [anon_sym_data] = ACTIONS(4122), - [anon_sym_inner] = ACTIONS(4122), - [anon_sym_value] = ACTIONS(4122), - [anon_sym_override] = ACTIONS(4122), - [anon_sym_lateinit] = ACTIONS(4122), - [anon_sym_public] = ACTIONS(4122), - [anon_sym_private] = ACTIONS(4122), - [anon_sym_internal] = ACTIONS(4122), - [anon_sym_protected] = ACTIONS(4122), - [anon_sym_tailrec] = ACTIONS(4122), - [anon_sym_operator] = ACTIONS(4122), - [anon_sym_infix] = ACTIONS(4122), - [anon_sym_inline] = ACTIONS(4122), - [anon_sym_external] = ACTIONS(4122), - [sym_property_modifier] = ACTIONS(4122), - [anon_sym_abstract] = ACTIONS(4122), - [anon_sym_final] = ACTIONS(4122), - [anon_sym_open] = ACTIONS(4122), - [anon_sym_vararg] = ACTIONS(4122), - [anon_sym_noinline] = ACTIONS(4122), - [anon_sym_crossinline] = ACTIONS(4122), - [anon_sym_expect] = ACTIONS(4122), - [anon_sym_actual] = ACTIONS(4122), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4124), - [anon_sym_continue_AT] = ACTIONS(4124), - [anon_sym_break_AT] = ACTIONS(4124), - [anon_sym_this_AT] = ACTIONS(4124), - [anon_sym_super_AT] = ACTIONS(4124), - [sym_real_literal] = ACTIONS(4124), - [sym_integer_literal] = ACTIONS(4122), - [sym_hex_literal] = ACTIONS(4124), - [sym_bin_literal] = ACTIONS(4124), - [anon_sym_true] = ACTIONS(4122), - [anon_sym_false] = ACTIONS(4122), - [anon_sym_SQUOTE] = ACTIONS(4124), - [sym__backtick_identifier] = ACTIONS(4124), - [sym__automatic_semicolon] = ACTIONS(4124), - [sym_safe_nav] = ACTIONS(4124), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4124), - }, - [867] = { - [sym_class_body] = STATE(1137), - [sym__alpha_identifier] = ACTIONS(4349), - [anon_sym_AT] = ACTIONS(4351), - [anon_sym_COLON] = ACTIONS(4353), - [anon_sym_LBRACK] = ACTIONS(4351), - [anon_sym_as] = ACTIONS(4349), - [anon_sym_EQ] = ACTIONS(4349), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4351), - [anon_sym_LPAREN] = ACTIONS(4351), - [anon_sym_COMMA] = ACTIONS(4351), - [anon_sym_LT] = ACTIONS(4349), - [anon_sym_GT] = ACTIONS(4349), - [anon_sym_where] = ACTIONS(4349), - [anon_sym_object] = ACTIONS(4349), - [anon_sym_fun] = ACTIONS(4349), - [anon_sym_DOT] = ACTIONS(4349), - [anon_sym_SEMI] = ACTIONS(4351), - [anon_sym_get] = ACTIONS(4349), - [anon_sym_set] = ACTIONS(4349), - [anon_sym_this] = ACTIONS(4349), - [anon_sym_super] = ACTIONS(4349), - [anon_sym_STAR] = ACTIONS(4349), - [sym_label] = ACTIONS(4349), - [anon_sym_in] = ACTIONS(4349), - [anon_sym_DOT_DOT] = ACTIONS(4351), - [anon_sym_QMARK_COLON] = ACTIONS(4351), - [anon_sym_AMP_AMP] = ACTIONS(4351), - [anon_sym_PIPE_PIPE] = ACTIONS(4351), - [anon_sym_null] = ACTIONS(4349), - [anon_sym_if] = ACTIONS(4349), - [anon_sym_else] = ACTIONS(4349), - [anon_sym_when] = ACTIONS(4349), - [anon_sym_try] = ACTIONS(4349), - [anon_sym_throw] = ACTIONS(4349), - [anon_sym_return] = ACTIONS(4349), - [anon_sym_continue] = ACTIONS(4349), - [anon_sym_break] = ACTIONS(4349), - [anon_sym_COLON_COLON] = ACTIONS(4351), - [anon_sym_PLUS_EQ] = ACTIONS(4351), - [anon_sym_DASH_EQ] = ACTIONS(4351), - [anon_sym_STAR_EQ] = ACTIONS(4351), - [anon_sym_SLASH_EQ] = ACTIONS(4351), - [anon_sym_PERCENT_EQ] = ACTIONS(4351), - [anon_sym_BANG_EQ] = ACTIONS(4349), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4351), - [anon_sym_EQ_EQ] = ACTIONS(4349), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4351), - [anon_sym_LT_EQ] = ACTIONS(4351), - [anon_sym_GT_EQ] = ACTIONS(4351), - [anon_sym_BANGin] = ACTIONS(4351), - [anon_sym_is] = ACTIONS(4349), - [anon_sym_BANGis] = ACTIONS(4351), - [anon_sym_PLUS] = ACTIONS(4349), - [anon_sym_DASH] = ACTIONS(4349), - [anon_sym_SLASH] = ACTIONS(4349), - [anon_sym_PERCENT] = ACTIONS(4349), - [anon_sym_as_QMARK] = ACTIONS(4351), - [anon_sym_PLUS_PLUS] = ACTIONS(4351), - [anon_sym_DASH_DASH] = ACTIONS(4351), - [anon_sym_BANG] = ACTIONS(4349), - [anon_sym_BANG_BANG] = ACTIONS(4351), - [anon_sym_suspend] = ACTIONS(4349), - [anon_sym_sealed] = ACTIONS(4349), - [anon_sym_annotation] = ACTIONS(4349), - [anon_sym_data] = ACTIONS(4349), - [anon_sym_inner] = ACTIONS(4349), - [anon_sym_value] = ACTIONS(4349), - [anon_sym_override] = ACTIONS(4349), - [anon_sym_lateinit] = ACTIONS(4349), - [anon_sym_public] = ACTIONS(4349), - [anon_sym_private] = ACTIONS(4349), - [anon_sym_internal] = ACTIONS(4349), - [anon_sym_protected] = ACTIONS(4349), - [anon_sym_tailrec] = ACTIONS(4349), - [anon_sym_operator] = ACTIONS(4349), - [anon_sym_infix] = ACTIONS(4349), - [anon_sym_inline] = ACTIONS(4349), - [anon_sym_external] = ACTIONS(4349), - [sym_property_modifier] = ACTIONS(4349), - [anon_sym_abstract] = ACTIONS(4349), - [anon_sym_final] = ACTIONS(4349), - [anon_sym_open] = ACTIONS(4349), - [anon_sym_vararg] = ACTIONS(4349), - [anon_sym_noinline] = ACTIONS(4349), - [anon_sym_crossinline] = ACTIONS(4349), - [anon_sym_expect] = ACTIONS(4349), - [anon_sym_actual] = ACTIONS(4349), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4351), - [anon_sym_continue_AT] = ACTIONS(4351), - [anon_sym_break_AT] = ACTIONS(4351), - [anon_sym_this_AT] = ACTIONS(4351), - [anon_sym_super_AT] = ACTIONS(4351), - [sym_real_literal] = ACTIONS(4351), - [sym_integer_literal] = ACTIONS(4349), - [sym_hex_literal] = ACTIONS(4351), - [sym_bin_literal] = ACTIONS(4351), - [anon_sym_true] = ACTIONS(4349), - [anon_sym_false] = ACTIONS(4349), - [anon_sym_SQUOTE] = ACTIONS(4351), - [sym__backtick_identifier] = ACTIONS(4351), - [sym__automatic_semicolon] = ACTIONS(4351), - [sym_safe_nav] = ACTIONS(4351), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4351), - }, - [868] = { - [sym_class_body] = STATE(1172), - [sym_type_constraints] = STATE(955), - [sym__alpha_identifier] = ACTIONS(4355), - [anon_sym_AT] = ACTIONS(4357), - [anon_sym_LBRACK] = ACTIONS(4357), - [anon_sym_as] = ACTIONS(4355), - [anon_sym_EQ] = ACTIONS(4355), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4357), - [anon_sym_LPAREN] = ACTIONS(4357), - [anon_sym_COMMA] = ACTIONS(4357), - [anon_sym_LT] = ACTIONS(4355), - [anon_sym_GT] = ACTIONS(4355), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4355), - [anon_sym_fun] = ACTIONS(4355), - [anon_sym_DOT] = ACTIONS(4355), - [anon_sym_SEMI] = ACTIONS(4357), - [anon_sym_get] = ACTIONS(4355), - [anon_sym_set] = ACTIONS(4355), - [anon_sym_this] = ACTIONS(4355), - [anon_sym_super] = ACTIONS(4355), - [anon_sym_STAR] = ACTIONS(4355), - [sym_label] = ACTIONS(4355), - [anon_sym_in] = ACTIONS(4355), - [anon_sym_DOT_DOT] = ACTIONS(4357), - [anon_sym_QMARK_COLON] = ACTIONS(4357), - [anon_sym_AMP_AMP] = ACTIONS(4357), - [anon_sym_PIPE_PIPE] = ACTIONS(4357), - [anon_sym_null] = ACTIONS(4355), - [anon_sym_if] = ACTIONS(4355), - [anon_sym_else] = ACTIONS(4355), - [anon_sym_when] = ACTIONS(4355), - [anon_sym_try] = ACTIONS(4355), - [anon_sym_throw] = ACTIONS(4355), - [anon_sym_return] = ACTIONS(4355), - [anon_sym_continue] = ACTIONS(4355), - [anon_sym_break] = ACTIONS(4355), - [anon_sym_COLON_COLON] = ACTIONS(4357), - [anon_sym_PLUS_EQ] = ACTIONS(4357), - [anon_sym_DASH_EQ] = ACTIONS(4357), - [anon_sym_STAR_EQ] = ACTIONS(4357), - [anon_sym_SLASH_EQ] = ACTIONS(4357), - [anon_sym_PERCENT_EQ] = ACTIONS(4357), - [anon_sym_BANG_EQ] = ACTIONS(4355), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4357), - [anon_sym_EQ_EQ] = ACTIONS(4355), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4357), - [anon_sym_LT_EQ] = ACTIONS(4357), - [anon_sym_GT_EQ] = ACTIONS(4357), - [anon_sym_BANGin] = ACTIONS(4357), - [anon_sym_is] = ACTIONS(4355), - [anon_sym_BANGis] = ACTIONS(4357), - [anon_sym_PLUS] = ACTIONS(4355), - [anon_sym_DASH] = ACTIONS(4355), - [anon_sym_SLASH] = ACTIONS(4355), - [anon_sym_PERCENT] = ACTIONS(4355), - [anon_sym_as_QMARK] = ACTIONS(4357), - [anon_sym_PLUS_PLUS] = ACTIONS(4357), - [anon_sym_DASH_DASH] = ACTIONS(4357), - [anon_sym_BANG] = ACTIONS(4355), - [anon_sym_BANG_BANG] = ACTIONS(4357), - [anon_sym_suspend] = ACTIONS(4355), - [anon_sym_sealed] = ACTIONS(4355), - [anon_sym_annotation] = ACTIONS(4355), - [anon_sym_data] = ACTIONS(4355), - [anon_sym_inner] = ACTIONS(4355), - [anon_sym_value] = ACTIONS(4355), - [anon_sym_override] = ACTIONS(4355), - [anon_sym_lateinit] = ACTIONS(4355), - [anon_sym_public] = ACTIONS(4355), - [anon_sym_private] = ACTIONS(4355), - [anon_sym_internal] = ACTIONS(4355), - [anon_sym_protected] = ACTIONS(4355), - [anon_sym_tailrec] = ACTIONS(4355), - [anon_sym_operator] = ACTIONS(4355), - [anon_sym_infix] = ACTIONS(4355), - [anon_sym_inline] = ACTIONS(4355), - [anon_sym_external] = ACTIONS(4355), - [sym_property_modifier] = ACTIONS(4355), - [anon_sym_abstract] = ACTIONS(4355), - [anon_sym_final] = ACTIONS(4355), - [anon_sym_open] = ACTIONS(4355), - [anon_sym_vararg] = ACTIONS(4355), - [anon_sym_noinline] = ACTIONS(4355), - [anon_sym_crossinline] = ACTIONS(4355), - [anon_sym_expect] = ACTIONS(4355), - [anon_sym_actual] = ACTIONS(4355), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4357), - [anon_sym_continue_AT] = ACTIONS(4357), - [anon_sym_break_AT] = ACTIONS(4357), - [anon_sym_this_AT] = ACTIONS(4357), - [anon_sym_super_AT] = ACTIONS(4357), - [sym_real_literal] = ACTIONS(4357), - [sym_integer_literal] = ACTIONS(4355), - [sym_hex_literal] = ACTIONS(4357), - [sym_bin_literal] = ACTIONS(4357), - [anon_sym_true] = ACTIONS(4355), - [anon_sym_false] = ACTIONS(4355), - [anon_sym_SQUOTE] = ACTIONS(4357), - [sym__backtick_identifier] = ACTIONS(4357), - [sym__automatic_semicolon] = ACTIONS(4357), - [sym_safe_nav] = ACTIONS(4357), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4357), - }, - [869] = { - [sym_class_body] = STATE(1140), - [sym_type_constraints] = STATE(966), - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4359), - [anon_sym_fun] = ACTIONS(4359), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_this] = ACTIONS(4359), - [anon_sym_super] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [sym_label] = ACTIONS(4359), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_null] = ACTIONS(4359), - [anon_sym_if] = ACTIONS(4359), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_when] = ACTIONS(4359), - [anon_sym_try] = ACTIONS(4359), - [anon_sym_throw] = ACTIONS(4359), - [anon_sym_return] = ACTIONS(4359), - [anon_sym_continue] = ACTIONS(4359), - [anon_sym_break] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG] = ACTIONS(4359), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_suspend] = ACTIONS(4359), - [anon_sym_sealed] = ACTIONS(4359), - [anon_sym_annotation] = ACTIONS(4359), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_override] = ACTIONS(4359), - [anon_sym_lateinit] = ACTIONS(4359), - [anon_sym_public] = ACTIONS(4359), - [anon_sym_private] = ACTIONS(4359), - [anon_sym_internal] = ACTIONS(4359), - [anon_sym_protected] = ACTIONS(4359), - [anon_sym_tailrec] = ACTIONS(4359), - [anon_sym_operator] = ACTIONS(4359), - [anon_sym_infix] = ACTIONS(4359), - [anon_sym_inline] = ACTIONS(4359), - [anon_sym_external] = ACTIONS(4359), - [sym_property_modifier] = ACTIONS(4359), - [anon_sym_abstract] = ACTIONS(4359), - [anon_sym_final] = ACTIONS(4359), - [anon_sym_open] = ACTIONS(4359), - [anon_sym_vararg] = ACTIONS(4359), - [anon_sym_noinline] = ACTIONS(4359), - [anon_sym_crossinline] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4361), - [anon_sym_continue_AT] = ACTIONS(4361), - [anon_sym_break_AT] = ACTIONS(4361), - [anon_sym_this_AT] = ACTIONS(4361), - [anon_sym_super_AT] = ACTIONS(4361), - [sym_real_literal] = ACTIONS(4361), - [sym_integer_literal] = ACTIONS(4359), - [sym_hex_literal] = ACTIONS(4361), - [sym_bin_literal] = ACTIONS(4361), - [anon_sym_true] = ACTIONS(4359), - [anon_sym_false] = ACTIONS(4359), - [anon_sym_SQUOTE] = ACTIONS(4361), - [sym__backtick_identifier] = ACTIONS(4361), - [sym__automatic_semicolon] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4361), + [863] = { + [sym__alpha_identifier] = ACTIONS(4343), + [anon_sym_AT] = ACTIONS(4345), + [anon_sym_LBRACK] = ACTIONS(4345), + [anon_sym_as] = ACTIONS(4343), + [anon_sym_EQ] = ACTIONS(4343), + [anon_sym_LBRACE] = ACTIONS(4345), + [anon_sym_RBRACE] = ACTIONS(4345), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_COMMA] = ACTIONS(4345), + [anon_sym_LT] = ACTIONS(4343), + [anon_sym_GT] = ACTIONS(4343), + [anon_sym_where] = ACTIONS(4343), + [anon_sym_object] = ACTIONS(4343), + [anon_sym_fun] = ACTIONS(4343), + [anon_sym_DOT] = ACTIONS(4343), + [anon_sym_SEMI] = ACTIONS(4345), + [anon_sym_get] = ACTIONS(4343), + [anon_sym_set] = ACTIONS(4343), + [anon_sym_this] = ACTIONS(4343), + [anon_sym_super] = ACTIONS(4343), + [anon_sym_STAR] = ACTIONS(4343), + [sym_label] = ACTIONS(4343), + [anon_sym_in] = ACTIONS(4343), + [anon_sym_DOT_DOT] = ACTIONS(4345), + [anon_sym_QMARK_COLON] = ACTIONS(4345), + [anon_sym_AMP_AMP] = ACTIONS(4345), + [anon_sym_PIPE_PIPE] = ACTIONS(4345), + [anon_sym_null] = ACTIONS(4343), + [anon_sym_if] = ACTIONS(4343), + [anon_sym_else] = ACTIONS(4343), + [anon_sym_when] = ACTIONS(4343), + [anon_sym_try] = ACTIONS(4343), + [anon_sym_catch] = ACTIONS(4343), + [anon_sym_finally] = ACTIONS(4343), + [anon_sym_throw] = ACTIONS(4343), + [anon_sym_return] = ACTIONS(4343), + [anon_sym_continue] = ACTIONS(4343), + [anon_sym_break] = ACTIONS(4343), + [anon_sym_COLON_COLON] = ACTIONS(4345), + [anon_sym_PLUS_EQ] = ACTIONS(4345), + [anon_sym_DASH_EQ] = ACTIONS(4345), + [anon_sym_STAR_EQ] = ACTIONS(4345), + [anon_sym_SLASH_EQ] = ACTIONS(4345), + [anon_sym_PERCENT_EQ] = ACTIONS(4345), + [anon_sym_BANG_EQ] = ACTIONS(4343), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4345), + [anon_sym_EQ_EQ] = ACTIONS(4343), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4345), + [anon_sym_LT_EQ] = ACTIONS(4345), + [anon_sym_GT_EQ] = ACTIONS(4345), + [anon_sym_BANGin] = ACTIONS(4345), + [anon_sym_is] = ACTIONS(4343), + [anon_sym_BANGis] = ACTIONS(4345), + [anon_sym_PLUS] = ACTIONS(4343), + [anon_sym_DASH] = ACTIONS(4343), + [anon_sym_SLASH] = ACTIONS(4343), + [anon_sym_PERCENT] = ACTIONS(4343), + [anon_sym_as_QMARK] = ACTIONS(4345), + [anon_sym_PLUS_PLUS] = ACTIONS(4345), + [anon_sym_DASH_DASH] = ACTIONS(4345), + [anon_sym_BANG] = ACTIONS(4343), + [anon_sym_BANG_BANG] = ACTIONS(4345), + [anon_sym_suspend] = ACTIONS(4343), + [anon_sym_sealed] = ACTIONS(4343), + [anon_sym_annotation] = ACTIONS(4343), + [anon_sym_data] = ACTIONS(4343), + [anon_sym_inner] = ACTIONS(4343), + [anon_sym_value] = ACTIONS(4343), + [anon_sym_override] = ACTIONS(4343), + [anon_sym_lateinit] = ACTIONS(4343), + [anon_sym_public] = ACTIONS(4343), + [anon_sym_private] = ACTIONS(4343), + [anon_sym_internal] = ACTIONS(4343), + [anon_sym_protected] = ACTIONS(4343), + [anon_sym_tailrec] = ACTIONS(4343), + [anon_sym_operator] = ACTIONS(4343), + [anon_sym_infix] = ACTIONS(4343), + [anon_sym_inline] = ACTIONS(4343), + [anon_sym_external] = ACTIONS(4343), + [sym_property_modifier] = ACTIONS(4343), + [anon_sym_abstract] = ACTIONS(4343), + [anon_sym_final] = ACTIONS(4343), + [anon_sym_open] = ACTIONS(4343), + [anon_sym_vararg] = ACTIONS(4343), + [anon_sym_noinline] = ACTIONS(4343), + [anon_sym_crossinline] = ACTIONS(4343), + [anon_sym_expect] = ACTIONS(4343), + [anon_sym_actual] = ACTIONS(4343), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4345), + [anon_sym_continue_AT] = ACTIONS(4345), + [anon_sym_break_AT] = ACTIONS(4345), + [anon_sym_this_AT] = ACTIONS(4345), + [anon_sym_super_AT] = ACTIONS(4345), + [sym_real_literal] = ACTIONS(4345), + [sym_integer_literal] = ACTIONS(4343), + [sym_hex_literal] = ACTIONS(4345), + [sym_bin_literal] = ACTIONS(4345), + [anon_sym_true] = ACTIONS(4343), + [anon_sym_false] = ACTIONS(4343), + [anon_sym_SQUOTE] = ACTIONS(4345), + [sym__backtick_identifier] = ACTIONS(4345), + [sym__automatic_semicolon] = ACTIONS(4345), + [sym_safe_nav] = ACTIONS(4345), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4345), }, - [870] = { - [sym_getter] = STATE(5183), - [sym_setter] = STATE(5183), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [864] = { + [sym_getter] = STATE(5160), + [sym_setter] = STATE(5160), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1816), + [anon_sym_COMMA] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(1814), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(4365), - [anon_sym_get] = ACTIONS(4367), - [anon_sym_set] = ACTIONS(4369), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(4349), + [anon_sym_get] = ACTIONS(4351), + [anon_sym_set] = ACTIONS(4353), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(1814), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -150721,190 +150065,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1816), + [sym__automatic_semicolon] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [871] = { - [sym_type_constraints] = STATE(935), - [sym_enum_class_body] = STATE(1167), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), - }, - [872] = { - [sym_getter] = STATE(5198), - [sym_setter] = STATE(5198), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [865] = { + [sym_getter] = STATE(5085), + [sym_setter] = STATE(5085), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1810), + [anon_sym_COMMA] = ACTIONS(1820), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(1808), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(1818), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(4395), - [anon_sym_get] = ACTIONS(4367), - [anon_sym_set] = ACTIONS(4369), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(4379), + [anon_sym_get] = ACTIONS(4351), + [anon_sym_set] = ACTIONS(4353), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(1808), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -150937,82 +150173,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1810), + [sym__automatic_semicolon] = ACTIONS(1820), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [873] = { - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [866] = { + [sym_getter] = STATE(5094), + [sym_setter] = STATE(5094), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1826), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(1824), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(4397), - [anon_sym_get] = ACTIONS(4399), - [anon_sym_set] = ACTIONS(4401), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(4381), + [anon_sym_get] = ACTIONS(4351), + [anon_sym_set] = ACTIONS(4353), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -151045,82 +150281,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1826), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [874] = { - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [867] = { + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1792), + [anon_sym_COMMA] = ACTIONS(1812), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(1790), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(1810), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(4403), - [anon_sym_get] = ACTIONS(4399), - [anon_sym_set] = ACTIONS(4401), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(4383), + [anon_sym_get] = ACTIONS(4351), + [anon_sym_set] = ACTIONS(4353), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(1790), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -151153,45 +150389,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1812), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [875] = { - [sym_getter] = STATE(5221), - [sym_setter] = STATE(5221), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [868] = { + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), @@ -151201,34 +150437,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_COMMA] = ACTIONS(1734), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), + [anon_sym_GT] = ACTIONS(4347), [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(4405), - [anon_sym_get] = ACTIONS(4367), - [anon_sym_set] = ACTIONS(4369), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(4385), + [anon_sym_get] = ACTIONS(4351), + [anon_sym_set] = ACTIONS(4353), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), [anon_sym_else] = ACTIONS(1732), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -151265,78 +150501,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [876] = { - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [869] = { + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1804), + [anon_sym_COMMA] = ACTIONS(1798), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(1802), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(4407), - [anon_sym_get] = ACTIONS(4399), - [anon_sym_set] = ACTIONS(4401), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(4387), + [anon_sym_get] = ACTIONS(4351), + [anon_sym_set] = ACTIONS(4353), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(1802), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -151369,298 +150605,1054 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1804), + [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, + [870] = { + [aux_sym_type_constraints_repeat1] = STATE(870), + [sym__alpha_identifier] = ACTIONS(4389), + [anon_sym_AT] = ACTIONS(4391), + [anon_sym_LBRACK] = ACTIONS(4391), + [anon_sym_as] = ACTIONS(4389), + [anon_sym_EQ] = ACTIONS(4389), + [anon_sym_LBRACE] = ACTIONS(4391), + [anon_sym_RBRACE] = ACTIONS(4391), + [anon_sym_LPAREN] = ACTIONS(4391), + [anon_sym_COMMA] = ACTIONS(4393), + [anon_sym_by] = ACTIONS(4389), + [anon_sym_LT] = ACTIONS(4389), + [anon_sym_GT] = ACTIONS(4389), + [anon_sym_where] = ACTIONS(4389), + [anon_sym_object] = ACTIONS(4389), + [anon_sym_fun] = ACTIONS(4389), + [anon_sym_DOT] = ACTIONS(4389), + [anon_sym_SEMI] = ACTIONS(4391), + [anon_sym_get] = ACTIONS(4389), + [anon_sym_set] = ACTIONS(4389), + [anon_sym_this] = ACTIONS(4389), + [anon_sym_super] = ACTIONS(4389), + [anon_sym_STAR] = ACTIONS(4389), + [sym_label] = ACTIONS(4389), + [anon_sym_in] = ACTIONS(4389), + [anon_sym_DOT_DOT] = ACTIONS(4391), + [anon_sym_QMARK_COLON] = ACTIONS(4391), + [anon_sym_AMP_AMP] = ACTIONS(4391), + [anon_sym_PIPE_PIPE] = ACTIONS(4391), + [anon_sym_null] = ACTIONS(4389), + [anon_sym_if] = ACTIONS(4389), + [anon_sym_else] = ACTIONS(4389), + [anon_sym_when] = ACTIONS(4389), + [anon_sym_try] = ACTIONS(4389), + [anon_sym_throw] = ACTIONS(4389), + [anon_sym_return] = ACTIONS(4389), + [anon_sym_continue] = ACTIONS(4389), + [anon_sym_break] = ACTIONS(4389), + [anon_sym_COLON_COLON] = ACTIONS(4391), + [anon_sym_PLUS_EQ] = ACTIONS(4391), + [anon_sym_DASH_EQ] = ACTIONS(4391), + [anon_sym_STAR_EQ] = ACTIONS(4391), + [anon_sym_SLASH_EQ] = ACTIONS(4391), + [anon_sym_PERCENT_EQ] = ACTIONS(4391), + [anon_sym_BANG_EQ] = ACTIONS(4389), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4391), + [anon_sym_EQ_EQ] = ACTIONS(4389), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4391), + [anon_sym_LT_EQ] = ACTIONS(4391), + [anon_sym_GT_EQ] = ACTIONS(4391), + [anon_sym_BANGin] = ACTIONS(4391), + [anon_sym_is] = ACTIONS(4389), + [anon_sym_BANGis] = ACTIONS(4391), + [anon_sym_PLUS] = ACTIONS(4389), + [anon_sym_DASH] = ACTIONS(4389), + [anon_sym_SLASH] = ACTIONS(4389), + [anon_sym_PERCENT] = ACTIONS(4389), + [anon_sym_as_QMARK] = ACTIONS(4391), + [anon_sym_PLUS_PLUS] = ACTIONS(4391), + [anon_sym_DASH_DASH] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(4389), + [anon_sym_BANG_BANG] = ACTIONS(4391), + [anon_sym_suspend] = ACTIONS(4389), + [anon_sym_sealed] = ACTIONS(4389), + [anon_sym_annotation] = ACTIONS(4389), + [anon_sym_data] = ACTIONS(4389), + [anon_sym_inner] = ACTIONS(4389), + [anon_sym_value] = ACTIONS(4389), + [anon_sym_override] = ACTIONS(4389), + [anon_sym_lateinit] = ACTIONS(4389), + [anon_sym_public] = ACTIONS(4389), + [anon_sym_private] = ACTIONS(4389), + [anon_sym_internal] = ACTIONS(4389), + [anon_sym_protected] = ACTIONS(4389), + [anon_sym_tailrec] = ACTIONS(4389), + [anon_sym_operator] = ACTIONS(4389), + [anon_sym_infix] = ACTIONS(4389), + [anon_sym_inline] = ACTIONS(4389), + [anon_sym_external] = ACTIONS(4389), + [sym_property_modifier] = ACTIONS(4389), + [anon_sym_abstract] = ACTIONS(4389), + [anon_sym_final] = ACTIONS(4389), + [anon_sym_open] = ACTIONS(4389), + [anon_sym_vararg] = ACTIONS(4389), + [anon_sym_noinline] = ACTIONS(4389), + [anon_sym_crossinline] = ACTIONS(4389), + [anon_sym_expect] = ACTIONS(4389), + [anon_sym_actual] = ACTIONS(4389), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4391), + [anon_sym_continue_AT] = ACTIONS(4391), + [anon_sym_break_AT] = ACTIONS(4391), + [anon_sym_this_AT] = ACTIONS(4391), + [anon_sym_super_AT] = ACTIONS(4391), + [sym_real_literal] = ACTIONS(4391), + [sym_integer_literal] = ACTIONS(4389), + [sym_hex_literal] = ACTIONS(4391), + [sym_bin_literal] = ACTIONS(4391), + [anon_sym_true] = ACTIONS(4389), + [anon_sym_false] = ACTIONS(4389), + [anon_sym_SQUOTE] = ACTIONS(4391), + [sym__backtick_identifier] = ACTIONS(4391), + [sym__automatic_semicolon] = ACTIONS(4391), + [sym_safe_nav] = ACTIONS(4391), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4391), + }, + [871] = { + [sym_value_arguments] = STATE(1117), + [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_by] = ACTIONS(4400), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4398), + [anon_sym_super_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), + }, + [872] = { + [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_catch] = ACTIONS(4402), + [anon_sym_finally] = 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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4404), + [anon_sym_super_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), + }, + [873] = { + [sym_type_constraints] = STATE(944), + [sym_enum_class_body] = STATE(1110), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_COLON] = ACTIONS(4406), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4200), + [anon_sym_fun] = ACTIONS(4200), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_this] = ACTIONS(4200), + [anon_sym_super] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_null] = ACTIONS(4200), + [anon_sym_if] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_when] = ACTIONS(4200), + [anon_sym_try] = ACTIONS(4200), + [anon_sym_throw] = ACTIONS(4200), + [anon_sym_return] = ACTIONS(4200), + [anon_sym_continue] = ACTIONS(4200), + [anon_sym_break] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4202), + [anon_sym_continue_AT] = ACTIONS(4202), + [anon_sym_break_AT] = ACTIONS(4202), + [anon_sym_this_AT] = ACTIONS(4202), + [anon_sym_super_AT] = ACTIONS(4202), + [sym_real_literal] = ACTIONS(4202), + [sym_integer_literal] = ACTIONS(4200), + [sym_hex_literal] = ACTIONS(4202), + [sym_bin_literal] = ACTIONS(4202), + [anon_sym_true] = ACTIONS(4200), + [anon_sym_false] = ACTIONS(4200), + [anon_sym_SQUOTE] = ACTIONS(4202), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4202), + }, + [874] = { + [sym_type_constraints] = STATE(927), + [sym_enum_class_body] = STATE(1166), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(3350), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3274), + [anon_sym_sealed] = ACTIONS(3274), + [anon_sym_annotation] = ACTIONS(3274), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_override] = ACTIONS(3274), + [anon_sym_lateinit] = ACTIONS(3274), + [anon_sym_public] = ACTIONS(3274), + [anon_sym_private] = ACTIONS(3274), + [anon_sym_internal] = ACTIONS(3274), + [anon_sym_protected] = ACTIONS(3274), + [anon_sym_tailrec] = ACTIONS(3274), + [anon_sym_operator] = ACTIONS(3274), + [anon_sym_infix] = ACTIONS(3274), + [anon_sym_inline] = ACTIONS(3274), + [anon_sym_external] = ACTIONS(3274), + [sym_property_modifier] = ACTIONS(3274), + [anon_sym_abstract] = ACTIONS(3274), + [anon_sym_final] = ACTIONS(3274), + [anon_sym_open] = ACTIONS(3274), + [anon_sym_vararg] = ACTIONS(3274), + [anon_sym_noinline] = ACTIONS(3274), + [anon_sym_crossinline] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), + }, + [875] = { + [aux_sym_type_constraints_repeat1] = STATE(870), + [sym__alpha_identifier] = ACTIONS(4408), + [anon_sym_AT] = ACTIONS(4410), + [anon_sym_LBRACK] = ACTIONS(4410), + [anon_sym_as] = ACTIONS(4408), + [anon_sym_EQ] = ACTIONS(4408), + [anon_sym_LBRACE] = ACTIONS(4410), + [anon_sym_RBRACE] = ACTIONS(4410), + [anon_sym_LPAREN] = ACTIONS(4410), + [anon_sym_COMMA] = ACTIONS(4412), + [anon_sym_by] = ACTIONS(4408), + [anon_sym_LT] = ACTIONS(4408), + [anon_sym_GT] = ACTIONS(4408), + [anon_sym_where] = ACTIONS(4408), + [anon_sym_object] = ACTIONS(4408), + [anon_sym_fun] = ACTIONS(4408), + [anon_sym_DOT] = ACTIONS(4408), + [anon_sym_SEMI] = ACTIONS(4410), + [anon_sym_get] = ACTIONS(4408), + [anon_sym_set] = ACTIONS(4408), + [anon_sym_this] = ACTIONS(4408), + [anon_sym_super] = ACTIONS(4408), + [anon_sym_STAR] = ACTIONS(4408), + [sym_label] = ACTIONS(4408), + [anon_sym_in] = ACTIONS(4408), + [anon_sym_DOT_DOT] = ACTIONS(4410), + [anon_sym_QMARK_COLON] = ACTIONS(4410), + [anon_sym_AMP_AMP] = ACTIONS(4410), + [anon_sym_PIPE_PIPE] = ACTIONS(4410), + [anon_sym_null] = ACTIONS(4408), + [anon_sym_if] = ACTIONS(4408), + [anon_sym_else] = ACTIONS(4408), + [anon_sym_when] = ACTIONS(4408), + [anon_sym_try] = ACTIONS(4408), + [anon_sym_throw] = ACTIONS(4408), + [anon_sym_return] = ACTIONS(4408), + [anon_sym_continue] = ACTIONS(4408), + [anon_sym_break] = ACTIONS(4408), + [anon_sym_COLON_COLON] = ACTIONS(4410), + [anon_sym_PLUS_EQ] = ACTIONS(4410), + [anon_sym_DASH_EQ] = ACTIONS(4410), + [anon_sym_STAR_EQ] = ACTIONS(4410), + [anon_sym_SLASH_EQ] = ACTIONS(4410), + [anon_sym_PERCENT_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ] = ACTIONS(4408), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ] = ACTIONS(4408), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4410), + [anon_sym_LT_EQ] = ACTIONS(4410), + [anon_sym_GT_EQ] = ACTIONS(4410), + [anon_sym_BANGin] = ACTIONS(4410), + [anon_sym_is] = ACTIONS(4408), + [anon_sym_BANGis] = ACTIONS(4410), + [anon_sym_PLUS] = ACTIONS(4408), + [anon_sym_DASH] = ACTIONS(4408), + [anon_sym_SLASH] = ACTIONS(4408), + [anon_sym_PERCENT] = ACTIONS(4408), + [anon_sym_as_QMARK] = ACTIONS(4410), + [anon_sym_PLUS_PLUS] = ACTIONS(4410), + [anon_sym_DASH_DASH] = ACTIONS(4410), + [anon_sym_BANG] = ACTIONS(4408), + [anon_sym_BANG_BANG] = ACTIONS(4410), + [anon_sym_suspend] = ACTIONS(4408), + [anon_sym_sealed] = ACTIONS(4408), + [anon_sym_annotation] = ACTIONS(4408), + [anon_sym_data] = ACTIONS(4408), + [anon_sym_inner] = ACTIONS(4408), + [anon_sym_value] = ACTIONS(4408), + [anon_sym_override] = ACTIONS(4408), + [anon_sym_lateinit] = ACTIONS(4408), + [anon_sym_public] = ACTIONS(4408), + [anon_sym_private] = ACTIONS(4408), + [anon_sym_internal] = ACTIONS(4408), + [anon_sym_protected] = ACTIONS(4408), + [anon_sym_tailrec] = ACTIONS(4408), + [anon_sym_operator] = ACTIONS(4408), + [anon_sym_infix] = ACTIONS(4408), + [anon_sym_inline] = ACTIONS(4408), + [anon_sym_external] = ACTIONS(4408), + [sym_property_modifier] = ACTIONS(4408), + [anon_sym_abstract] = ACTIONS(4408), + [anon_sym_final] = ACTIONS(4408), + [anon_sym_open] = ACTIONS(4408), + [anon_sym_vararg] = ACTIONS(4408), + [anon_sym_noinline] = ACTIONS(4408), + [anon_sym_crossinline] = ACTIONS(4408), + [anon_sym_expect] = ACTIONS(4408), + [anon_sym_actual] = ACTIONS(4408), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4410), + [anon_sym_continue_AT] = ACTIONS(4410), + [anon_sym_break_AT] = ACTIONS(4410), + [anon_sym_this_AT] = ACTIONS(4410), + [anon_sym_super_AT] = ACTIONS(4410), + [sym_real_literal] = ACTIONS(4410), + [sym_integer_literal] = ACTIONS(4408), + [sym_hex_literal] = ACTIONS(4410), + [sym_bin_literal] = ACTIONS(4410), + [anon_sym_true] = ACTIONS(4408), + [anon_sym_false] = ACTIONS(4408), + [anon_sym_SQUOTE] = ACTIONS(4410), + [sym__backtick_identifier] = ACTIONS(4410), + [sym__automatic_semicolon] = ACTIONS(4410), + [sym_safe_nav] = ACTIONS(4410), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4410), + }, + [876] = { + [sym__alpha_identifier] = ACTIONS(4414), + [anon_sym_AT] = ACTIONS(4416), + [anon_sym_COLON] = ACTIONS(4414), + [anon_sym_LBRACK] = ACTIONS(4416), + [anon_sym_as] = ACTIONS(4414), + [anon_sym_EQ] = ACTIONS(4414), + [anon_sym_constructor] = ACTIONS(4414), + [anon_sym_LBRACE] = ACTIONS(4416), + [anon_sym_RBRACE] = ACTIONS(4416), + [anon_sym_LPAREN] = ACTIONS(4416), + [anon_sym_COMMA] = ACTIONS(4416), + [anon_sym_LT] = ACTIONS(4414), + [anon_sym_GT] = ACTIONS(4414), + [anon_sym_where] = ACTIONS(4414), + [anon_sym_object] = ACTIONS(4414), + [anon_sym_fun] = ACTIONS(4414), + [anon_sym_DOT] = ACTIONS(4414), + [anon_sym_SEMI] = ACTIONS(4416), + [anon_sym_get] = ACTIONS(4414), + [anon_sym_set] = ACTIONS(4414), + [anon_sym_this] = ACTIONS(4414), + [anon_sym_super] = ACTIONS(4414), + [anon_sym_STAR] = ACTIONS(4414), + [sym_label] = ACTIONS(4414), + [anon_sym_in] = ACTIONS(4414), + [anon_sym_DOT_DOT] = ACTIONS(4416), + [anon_sym_QMARK_COLON] = ACTIONS(4416), + [anon_sym_AMP_AMP] = ACTIONS(4416), + [anon_sym_PIPE_PIPE] = ACTIONS(4416), + [anon_sym_null] = ACTIONS(4414), + [anon_sym_if] = ACTIONS(4414), + [anon_sym_else] = ACTIONS(4414), + [anon_sym_when] = ACTIONS(4414), + [anon_sym_try] = ACTIONS(4414), + [anon_sym_throw] = ACTIONS(4414), + [anon_sym_return] = ACTIONS(4414), + [anon_sym_continue] = ACTIONS(4414), + [anon_sym_break] = ACTIONS(4414), + [anon_sym_COLON_COLON] = ACTIONS(4416), + [anon_sym_PLUS_EQ] = ACTIONS(4416), + [anon_sym_DASH_EQ] = ACTIONS(4416), + [anon_sym_STAR_EQ] = ACTIONS(4416), + [anon_sym_SLASH_EQ] = ACTIONS(4416), + [anon_sym_PERCENT_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ] = ACTIONS(4414), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ] = ACTIONS(4414), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4416), + [anon_sym_LT_EQ] = ACTIONS(4416), + [anon_sym_GT_EQ] = ACTIONS(4416), + [anon_sym_BANGin] = ACTIONS(4416), + [anon_sym_is] = ACTIONS(4414), + [anon_sym_BANGis] = ACTIONS(4416), + [anon_sym_PLUS] = ACTIONS(4414), + [anon_sym_DASH] = ACTIONS(4414), + [anon_sym_SLASH] = ACTIONS(4414), + [anon_sym_PERCENT] = ACTIONS(4414), + [anon_sym_as_QMARK] = ACTIONS(4416), + [anon_sym_PLUS_PLUS] = ACTIONS(4416), + [anon_sym_DASH_DASH] = ACTIONS(4416), + [anon_sym_BANG] = ACTIONS(4414), + [anon_sym_BANG_BANG] = ACTIONS(4416), + [anon_sym_suspend] = ACTIONS(4414), + [anon_sym_sealed] = ACTIONS(4414), + [anon_sym_annotation] = ACTIONS(4414), + [anon_sym_data] = ACTIONS(4414), + [anon_sym_inner] = ACTIONS(4414), + [anon_sym_value] = ACTIONS(4414), + [anon_sym_override] = ACTIONS(4414), + [anon_sym_lateinit] = ACTIONS(4414), + [anon_sym_public] = ACTIONS(4414), + [anon_sym_private] = ACTIONS(4414), + [anon_sym_internal] = ACTIONS(4414), + [anon_sym_protected] = ACTIONS(4414), + [anon_sym_tailrec] = ACTIONS(4414), + [anon_sym_operator] = ACTIONS(4414), + [anon_sym_infix] = ACTIONS(4414), + [anon_sym_inline] = ACTIONS(4414), + [anon_sym_external] = ACTIONS(4414), + [sym_property_modifier] = ACTIONS(4414), + [anon_sym_abstract] = ACTIONS(4414), + [anon_sym_final] = ACTIONS(4414), + [anon_sym_open] = ACTIONS(4414), + [anon_sym_vararg] = ACTIONS(4414), + [anon_sym_noinline] = ACTIONS(4414), + [anon_sym_crossinline] = ACTIONS(4414), + [anon_sym_expect] = ACTIONS(4414), + [anon_sym_actual] = ACTIONS(4414), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4416), + [anon_sym_continue_AT] = ACTIONS(4416), + [anon_sym_break_AT] = ACTIONS(4416), + [anon_sym_this_AT] = ACTIONS(4416), + [anon_sym_super_AT] = ACTIONS(4416), + [sym_real_literal] = ACTIONS(4416), + [sym_integer_literal] = ACTIONS(4414), + [sym_hex_literal] = ACTIONS(4416), + [sym_bin_literal] = ACTIONS(4416), + [anon_sym_true] = ACTIONS(4414), + [anon_sym_false] = ACTIONS(4414), + [anon_sym_SQUOTE] = ACTIONS(4416), + [sym__backtick_identifier] = ACTIONS(4416), + [sym__automatic_semicolon] = ACTIONS(4416), + [sym_safe_nav] = ACTIONS(4416), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4416), + }, [877] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4009), - [anon_sym_COLON] = ACTIONS(4004), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_constructor] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_get] = ACTIONS(4004), - [anon_sym_set] = ACTIONS(4004), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4004), - [sym_label] = ACTIONS(4004), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [anon_sym_suspend] = ACTIONS(4004), - [anon_sym_sealed] = ACTIONS(4004), - [anon_sym_annotation] = ACTIONS(4004), - [anon_sym_data] = ACTIONS(4004), - [anon_sym_inner] = ACTIONS(4004), - [anon_sym_value] = ACTIONS(4004), - [anon_sym_override] = ACTIONS(4004), - [anon_sym_lateinit] = ACTIONS(4004), - [anon_sym_public] = ACTIONS(4004), - [anon_sym_private] = ACTIONS(4004), - [anon_sym_internal] = ACTIONS(4004), - [anon_sym_protected] = ACTIONS(4004), - [anon_sym_tailrec] = ACTIONS(4004), - [anon_sym_operator] = ACTIONS(4004), - [anon_sym_infix] = ACTIONS(4004), - [anon_sym_inline] = ACTIONS(4004), - [anon_sym_external] = ACTIONS(4004), - [sym_property_modifier] = ACTIONS(4004), - [anon_sym_abstract] = ACTIONS(4004), - [anon_sym_final] = ACTIONS(4004), - [anon_sym_open] = ACTIONS(4004), - [anon_sym_vararg] = ACTIONS(4004), - [anon_sym_noinline] = ACTIONS(4004), - [anon_sym_crossinline] = ACTIONS(4004), - [anon_sym_expect] = ACTIONS(4004), - [anon_sym_actual] = ACTIONS(4004), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4009), - [sym__automatic_semicolon] = ACTIONS(4009), - [sym_safe_nav] = ACTIONS(4009), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), + [aux_sym_type_constraints_repeat1] = STATE(875), + [sym__alpha_identifier] = ACTIONS(4418), + [anon_sym_AT] = ACTIONS(4420), + [anon_sym_LBRACK] = ACTIONS(4420), + [anon_sym_as] = ACTIONS(4418), + [anon_sym_EQ] = ACTIONS(4418), + [anon_sym_LBRACE] = ACTIONS(4420), + [anon_sym_RBRACE] = ACTIONS(4420), + [anon_sym_LPAREN] = ACTIONS(4420), + [anon_sym_COMMA] = ACTIONS(4412), + [anon_sym_by] = ACTIONS(4418), + [anon_sym_LT] = ACTIONS(4418), + [anon_sym_GT] = ACTIONS(4418), + [anon_sym_where] = ACTIONS(4418), + [anon_sym_object] = ACTIONS(4418), + [anon_sym_fun] = ACTIONS(4418), + [anon_sym_DOT] = ACTIONS(4418), + [anon_sym_SEMI] = ACTIONS(4420), + [anon_sym_get] = ACTIONS(4418), + [anon_sym_set] = ACTIONS(4418), + [anon_sym_this] = ACTIONS(4418), + [anon_sym_super] = ACTIONS(4418), + [anon_sym_STAR] = ACTIONS(4418), + [sym_label] = ACTIONS(4418), + [anon_sym_in] = ACTIONS(4418), + [anon_sym_DOT_DOT] = ACTIONS(4420), + [anon_sym_QMARK_COLON] = ACTIONS(4420), + [anon_sym_AMP_AMP] = ACTIONS(4420), + [anon_sym_PIPE_PIPE] = ACTIONS(4420), + [anon_sym_null] = ACTIONS(4418), + [anon_sym_if] = ACTIONS(4418), + [anon_sym_else] = ACTIONS(4418), + [anon_sym_when] = ACTIONS(4418), + [anon_sym_try] = ACTIONS(4418), + [anon_sym_throw] = ACTIONS(4418), + [anon_sym_return] = ACTIONS(4418), + [anon_sym_continue] = ACTIONS(4418), + [anon_sym_break] = ACTIONS(4418), + [anon_sym_COLON_COLON] = ACTIONS(4420), + [anon_sym_PLUS_EQ] = ACTIONS(4420), + [anon_sym_DASH_EQ] = ACTIONS(4420), + [anon_sym_STAR_EQ] = ACTIONS(4420), + [anon_sym_SLASH_EQ] = ACTIONS(4420), + [anon_sym_PERCENT_EQ] = ACTIONS(4420), + [anon_sym_BANG_EQ] = ACTIONS(4418), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4420), + [anon_sym_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4420), + [anon_sym_LT_EQ] = ACTIONS(4420), + [anon_sym_GT_EQ] = ACTIONS(4420), + [anon_sym_BANGin] = ACTIONS(4420), + [anon_sym_is] = ACTIONS(4418), + [anon_sym_BANGis] = ACTIONS(4420), + [anon_sym_PLUS] = ACTIONS(4418), + [anon_sym_DASH] = ACTIONS(4418), + [anon_sym_SLASH] = ACTIONS(4418), + [anon_sym_PERCENT] = ACTIONS(4418), + [anon_sym_as_QMARK] = ACTIONS(4420), + [anon_sym_PLUS_PLUS] = ACTIONS(4420), + [anon_sym_DASH_DASH] = ACTIONS(4420), + [anon_sym_BANG] = ACTIONS(4418), + [anon_sym_BANG_BANG] = ACTIONS(4420), + [anon_sym_suspend] = ACTIONS(4418), + [anon_sym_sealed] = ACTIONS(4418), + [anon_sym_annotation] = ACTIONS(4418), + [anon_sym_data] = ACTIONS(4418), + [anon_sym_inner] = ACTIONS(4418), + [anon_sym_value] = ACTIONS(4418), + [anon_sym_override] = ACTIONS(4418), + [anon_sym_lateinit] = ACTIONS(4418), + [anon_sym_public] = ACTIONS(4418), + [anon_sym_private] = ACTIONS(4418), + [anon_sym_internal] = ACTIONS(4418), + [anon_sym_protected] = ACTIONS(4418), + [anon_sym_tailrec] = ACTIONS(4418), + [anon_sym_operator] = ACTIONS(4418), + [anon_sym_infix] = ACTIONS(4418), + [anon_sym_inline] = ACTIONS(4418), + [anon_sym_external] = ACTIONS(4418), + [sym_property_modifier] = ACTIONS(4418), + [anon_sym_abstract] = ACTIONS(4418), + [anon_sym_final] = ACTIONS(4418), + [anon_sym_open] = ACTIONS(4418), + [anon_sym_vararg] = ACTIONS(4418), + [anon_sym_noinline] = ACTIONS(4418), + [anon_sym_crossinline] = ACTIONS(4418), + [anon_sym_expect] = ACTIONS(4418), + [anon_sym_actual] = ACTIONS(4418), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4420), + [anon_sym_continue_AT] = ACTIONS(4420), + [anon_sym_break_AT] = ACTIONS(4420), + [anon_sym_this_AT] = ACTIONS(4420), + [anon_sym_super_AT] = ACTIONS(4420), + [sym_real_literal] = ACTIONS(4420), + [sym_integer_literal] = ACTIONS(4418), + [sym_hex_literal] = ACTIONS(4420), + [sym_bin_literal] = ACTIONS(4420), + [anon_sym_true] = ACTIONS(4418), + [anon_sym_false] = ACTIONS(4418), + [anon_sym_SQUOTE] = ACTIONS(4420), + [sym__backtick_identifier] = ACTIONS(4420), + [sym__automatic_semicolon] = ACTIONS(4420), + [sym_safe_nav] = ACTIONS(4420), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4420), }, [878] = { - [sym_getter] = STATE(3978), - [sym_setter] = STATE(3978), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(4409), - [anon_sym_get] = ACTIONS(4399), - [anon_sym_set] = ACTIONS(4401), - [anon_sym_STAR] = ACTIONS(4371), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), + [sym_class_body] = STATE(1069), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_COLON] = ACTIONS(4426), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(3260), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4424), + [anon_sym_super_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), }, [879] = { - [sym_getter] = STATE(4033), - [sym_setter] = STATE(4033), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1810), + [anon_sym_COMMA] = ACTIONS(1812), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(1808), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(1810), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(4411), - [anon_sym_get] = ACTIONS(4399), - [anon_sym_set] = ACTIONS(4401), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(4430), + [anon_sym_set] = ACTIONS(4432), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(1808), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -151693,190 +151685,838 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1810), + [sym__automatic_semicolon] = ACTIONS(1812), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, [880] = { - [sym_getter] = STATE(4034), - [sym_setter] = STATE(4034), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(4413), - [anon_sym_get] = ACTIONS(4399), - [anon_sym_set] = ACTIONS(4401), - [anon_sym_STAR] = ACTIONS(4371), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), + [sym_type_constraints] = STATE(953), + [sym_enum_class_body] = STATE(1106), + [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(3246), + [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(3250), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4436), + [anon_sym_super_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), }, [881] = { - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__alpha_identifier] = ACTIONS(4438), + [anon_sym_AT] = ACTIONS(4440), + [anon_sym_LBRACK] = ACTIONS(4440), + [anon_sym_as] = ACTIONS(4438), + [anon_sym_EQ] = ACTIONS(4438), + [anon_sym_LBRACE] = ACTIONS(4440), + [anon_sym_RBRACE] = ACTIONS(4440), + [anon_sym_LPAREN] = ACTIONS(4440), + [anon_sym_COMMA] = ACTIONS(4440), + [anon_sym_LT] = ACTIONS(4438), + [anon_sym_GT] = ACTIONS(4438), + [anon_sym_where] = ACTIONS(4438), + [anon_sym_object] = ACTIONS(4438), + [anon_sym_fun] = ACTIONS(4438), + [anon_sym_DOT] = ACTIONS(4438), + [anon_sym_SEMI] = ACTIONS(4440), + [anon_sym_get] = ACTIONS(4438), + [anon_sym_set] = ACTIONS(4438), + [anon_sym_this] = ACTIONS(4438), + [anon_sym_super] = ACTIONS(4438), + [anon_sym_STAR] = ACTIONS(4438), + [sym_label] = ACTIONS(4438), + [anon_sym_in] = ACTIONS(4438), + [anon_sym_DOT_DOT] = ACTIONS(4440), + [anon_sym_QMARK_COLON] = ACTIONS(4440), + [anon_sym_AMP_AMP] = ACTIONS(4440), + [anon_sym_PIPE_PIPE] = ACTIONS(4440), + [anon_sym_null] = ACTIONS(4438), + [anon_sym_if] = ACTIONS(4438), + [anon_sym_else] = ACTIONS(4438), + [anon_sym_when] = ACTIONS(4438), + [anon_sym_try] = ACTIONS(4438), + [anon_sym_catch] = ACTIONS(4438), + [anon_sym_finally] = ACTIONS(4438), + [anon_sym_throw] = ACTIONS(4438), + [anon_sym_return] = ACTIONS(4438), + [anon_sym_continue] = ACTIONS(4438), + [anon_sym_break] = ACTIONS(4438), + [anon_sym_COLON_COLON] = ACTIONS(4440), + [anon_sym_PLUS_EQ] = ACTIONS(4440), + [anon_sym_DASH_EQ] = ACTIONS(4440), + [anon_sym_STAR_EQ] = ACTIONS(4440), + [anon_sym_SLASH_EQ] = ACTIONS(4440), + [anon_sym_PERCENT_EQ] = ACTIONS(4440), + [anon_sym_BANG_EQ] = ACTIONS(4438), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4440), + [anon_sym_EQ_EQ] = ACTIONS(4438), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4440), + [anon_sym_LT_EQ] = ACTIONS(4440), + [anon_sym_GT_EQ] = ACTIONS(4440), + [anon_sym_BANGin] = ACTIONS(4440), + [anon_sym_is] = ACTIONS(4438), + [anon_sym_BANGis] = ACTIONS(4440), + [anon_sym_PLUS] = ACTIONS(4438), + [anon_sym_DASH] = ACTIONS(4438), + [anon_sym_SLASH] = ACTIONS(4438), + [anon_sym_PERCENT] = ACTIONS(4438), + [anon_sym_as_QMARK] = ACTIONS(4440), + [anon_sym_PLUS_PLUS] = ACTIONS(4440), + [anon_sym_DASH_DASH] = ACTIONS(4440), + [anon_sym_BANG] = ACTIONS(4438), + [anon_sym_BANG_BANG] = ACTIONS(4440), + [anon_sym_suspend] = ACTIONS(4438), + [anon_sym_sealed] = ACTIONS(4438), + [anon_sym_annotation] = ACTIONS(4438), + [anon_sym_data] = ACTIONS(4438), + [anon_sym_inner] = ACTIONS(4438), + [anon_sym_value] = ACTIONS(4438), + [anon_sym_override] = ACTIONS(4438), + [anon_sym_lateinit] = ACTIONS(4438), + [anon_sym_public] = ACTIONS(4438), + [anon_sym_private] = ACTIONS(4438), + [anon_sym_internal] = ACTIONS(4438), + [anon_sym_protected] = ACTIONS(4438), + [anon_sym_tailrec] = ACTIONS(4438), + [anon_sym_operator] = ACTIONS(4438), + [anon_sym_infix] = ACTIONS(4438), + [anon_sym_inline] = ACTIONS(4438), + [anon_sym_external] = ACTIONS(4438), + [sym_property_modifier] = ACTIONS(4438), + [anon_sym_abstract] = ACTIONS(4438), + [anon_sym_final] = ACTIONS(4438), + [anon_sym_open] = ACTIONS(4438), + [anon_sym_vararg] = ACTIONS(4438), + [anon_sym_noinline] = ACTIONS(4438), + [anon_sym_crossinline] = ACTIONS(4438), + [anon_sym_expect] = ACTIONS(4438), + [anon_sym_actual] = ACTIONS(4438), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4440), + [anon_sym_continue_AT] = ACTIONS(4440), + [anon_sym_break_AT] = ACTIONS(4440), + [anon_sym_this_AT] = ACTIONS(4440), + [anon_sym_super_AT] = ACTIONS(4440), + [sym_real_literal] = ACTIONS(4440), + [sym_integer_literal] = ACTIONS(4438), + [sym_hex_literal] = ACTIONS(4440), + [sym_bin_literal] = ACTIONS(4440), + [anon_sym_true] = ACTIONS(4438), + [anon_sym_false] = ACTIONS(4438), + [anon_sym_SQUOTE] = ACTIONS(4440), + [sym__backtick_identifier] = ACTIONS(4440), + [sym__automatic_semicolon] = ACTIONS(4440), + [sym_safe_nav] = ACTIONS(4440), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4440), + }, + [882] = { + [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(4444), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4444), + [anon_sym_super_AT] = ACTIONS(4444), + [sym_real_literal] = ACTIONS(4444), + [sym_integer_literal] = ACTIONS(4442), + [sym_hex_literal] = ACTIONS(4444), + [sym_bin_literal] = ACTIONS(4444), + [aux_sym_unsigned_literal_token1] = ACTIONS(4446), + [anon_sym_L] = ACTIONS(4448), + [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), + }, + [883] = { + [sym_class_body] = STATE(1055), + [sym__alpha_identifier] = ACTIONS(4450), + [anon_sym_AT] = ACTIONS(4452), + [anon_sym_COLON] = ACTIONS(4454), + [anon_sym_LBRACK] = ACTIONS(4452), + [anon_sym_as] = ACTIONS(4450), + [anon_sym_EQ] = ACTIONS(4450), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4452), + [anon_sym_LPAREN] = ACTIONS(4452), + [anon_sym_COMMA] = ACTIONS(4452), + [anon_sym_LT] = ACTIONS(4450), + [anon_sym_GT] = ACTIONS(4450), + [anon_sym_where] = ACTIONS(4450), + [anon_sym_object] = ACTIONS(4450), + [anon_sym_fun] = ACTIONS(4450), + [anon_sym_DOT] = ACTIONS(4450), + [anon_sym_SEMI] = ACTIONS(4452), + [anon_sym_get] = ACTIONS(4450), + [anon_sym_set] = ACTIONS(4450), + [anon_sym_this] = ACTIONS(4450), + [anon_sym_super] = ACTIONS(4450), + [anon_sym_STAR] = ACTIONS(4450), + [sym_label] = ACTIONS(4450), + [anon_sym_in] = ACTIONS(4450), + [anon_sym_DOT_DOT] = ACTIONS(4452), + [anon_sym_QMARK_COLON] = ACTIONS(4452), + [anon_sym_AMP_AMP] = ACTIONS(4452), + [anon_sym_PIPE_PIPE] = ACTIONS(4452), + [anon_sym_null] = ACTIONS(4450), + [anon_sym_if] = ACTIONS(4450), + [anon_sym_else] = ACTIONS(4450), + [anon_sym_when] = ACTIONS(4450), + [anon_sym_try] = ACTIONS(4450), + [anon_sym_throw] = ACTIONS(4450), + [anon_sym_return] = ACTIONS(4450), + [anon_sym_continue] = ACTIONS(4450), + [anon_sym_break] = ACTIONS(4450), + [anon_sym_COLON_COLON] = ACTIONS(4452), + [anon_sym_PLUS_EQ] = ACTIONS(4452), + [anon_sym_DASH_EQ] = ACTIONS(4452), + [anon_sym_STAR_EQ] = ACTIONS(4452), + [anon_sym_SLASH_EQ] = ACTIONS(4452), + [anon_sym_PERCENT_EQ] = ACTIONS(4452), + [anon_sym_BANG_EQ] = ACTIONS(4450), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4452), + [anon_sym_EQ_EQ] = ACTIONS(4450), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4452), + [anon_sym_LT_EQ] = ACTIONS(4452), + [anon_sym_GT_EQ] = ACTIONS(4452), + [anon_sym_BANGin] = ACTIONS(4452), + [anon_sym_is] = ACTIONS(4450), + [anon_sym_BANGis] = ACTIONS(4452), + [anon_sym_PLUS] = ACTIONS(4450), + [anon_sym_DASH] = ACTIONS(4450), + [anon_sym_SLASH] = ACTIONS(4450), + [anon_sym_PERCENT] = ACTIONS(4450), + [anon_sym_as_QMARK] = ACTIONS(4452), + [anon_sym_PLUS_PLUS] = ACTIONS(4452), + [anon_sym_DASH_DASH] = ACTIONS(4452), + [anon_sym_BANG] = ACTIONS(4450), + [anon_sym_BANG_BANG] = ACTIONS(4452), + [anon_sym_suspend] = ACTIONS(4450), + [anon_sym_sealed] = ACTIONS(4450), + [anon_sym_annotation] = ACTIONS(4450), + [anon_sym_data] = ACTIONS(4450), + [anon_sym_inner] = ACTIONS(4450), + [anon_sym_value] = ACTIONS(4450), + [anon_sym_override] = ACTIONS(4450), + [anon_sym_lateinit] = ACTIONS(4450), + [anon_sym_public] = ACTIONS(4450), + [anon_sym_private] = ACTIONS(4450), + [anon_sym_internal] = ACTIONS(4450), + [anon_sym_protected] = ACTIONS(4450), + [anon_sym_tailrec] = ACTIONS(4450), + [anon_sym_operator] = ACTIONS(4450), + [anon_sym_infix] = ACTIONS(4450), + [anon_sym_inline] = ACTIONS(4450), + [anon_sym_external] = ACTIONS(4450), + [sym_property_modifier] = ACTIONS(4450), + [anon_sym_abstract] = ACTIONS(4450), + [anon_sym_final] = ACTIONS(4450), + [anon_sym_open] = ACTIONS(4450), + [anon_sym_vararg] = ACTIONS(4450), + [anon_sym_noinline] = ACTIONS(4450), + [anon_sym_crossinline] = ACTIONS(4450), + [anon_sym_expect] = ACTIONS(4450), + [anon_sym_actual] = ACTIONS(4450), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4452), + [anon_sym_continue_AT] = ACTIONS(4452), + [anon_sym_break_AT] = ACTIONS(4452), + [anon_sym_this_AT] = ACTIONS(4452), + [anon_sym_super_AT] = ACTIONS(4452), + [sym_real_literal] = ACTIONS(4452), + [sym_integer_literal] = ACTIONS(4450), + [sym_hex_literal] = ACTIONS(4452), + [sym_bin_literal] = ACTIONS(4452), + [anon_sym_true] = ACTIONS(4450), + [anon_sym_false] = ACTIONS(4450), + [anon_sym_SQUOTE] = ACTIONS(4452), + [sym__backtick_identifier] = ACTIONS(4452), + [sym__automatic_semicolon] = ACTIONS(4452), + [sym_safe_nav] = ACTIONS(4452), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4452), + }, + [884] = { + [sym_class_body] = STATE(1179), + [sym_type_constraints] = STATE(970), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(4456), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), + }, + [885] = { + [sym__alpha_identifier] = ACTIONS(4458), + [anon_sym_AT] = ACTIONS(4460), + [anon_sym_LBRACK] = ACTIONS(4460), + [anon_sym_as] = ACTIONS(4458), + [anon_sym_EQ] = ACTIONS(4458), + [anon_sym_LBRACE] = ACTIONS(4460), + [anon_sym_RBRACE] = ACTIONS(4460), + [anon_sym_LPAREN] = ACTIONS(4460), + [anon_sym_COMMA] = ACTIONS(4460), + [anon_sym_LT] = ACTIONS(4458), + [anon_sym_GT] = ACTIONS(4458), + [anon_sym_where] = ACTIONS(4458), + [anon_sym_object] = ACTIONS(4458), + [anon_sym_fun] = ACTIONS(4458), + [anon_sym_DOT] = ACTIONS(4458), + [anon_sym_SEMI] = ACTIONS(4460), + [anon_sym_get] = ACTIONS(4458), + [anon_sym_set] = ACTIONS(4458), + [anon_sym_this] = ACTIONS(4458), + [anon_sym_super] = ACTIONS(4458), + [anon_sym_STAR] = ACTIONS(4458), + [sym_label] = ACTIONS(4458), + [anon_sym_in] = ACTIONS(4458), + [anon_sym_DOT_DOT] = ACTIONS(4460), + [anon_sym_QMARK_COLON] = ACTIONS(4460), + [anon_sym_AMP_AMP] = ACTIONS(4460), + [anon_sym_PIPE_PIPE] = ACTIONS(4460), + [anon_sym_null] = ACTIONS(4458), + [anon_sym_if] = ACTIONS(4458), + [anon_sym_else] = ACTIONS(4458), + [anon_sym_when] = ACTIONS(4458), + [anon_sym_try] = ACTIONS(4458), + [anon_sym_catch] = ACTIONS(4458), + [anon_sym_finally] = ACTIONS(4458), + [anon_sym_throw] = ACTIONS(4458), + [anon_sym_return] = ACTIONS(4458), + [anon_sym_continue] = ACTIONS(4458), + [anon_sym_break] = ACTIONS(4458), + [anon_sym_COLON_COLON] = ACTIONS(4460), + [anon_sym_PLUS_EQ] = ACTIONS(4460), + [anon_sym_DASH_EQ] = ACTIONS(4460), + [anon_sym_STAR_EQ] = ACTIONS(4460), + [anon_sym_SLASH_EQ] = ACTIONS(4460), + [anon_sym_PERCENT_EQ] = ACTIONS(4460), + [anon_sym_BANG_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4460), + [anon_sym_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4460), + [anon_sym_LT_EQ] = ACTIONS(4460), + [anon_sym_GT_EQ] = ACTIONS(4460), + [anon_sym_BANGin] = ACTIONS(4460), + [anon_sym_is] = ACTIONS(4458), + [anon_sym_BANGis] = ACTIONS(4460), + [anon_sym_PLUS] = ACTIONS(4458), + [anon_sym_DASH] = ACTIONS(4458), + [anon_sym_SLASH] = ACTIONS(4458), + [anon_sym_PERCENT] = ACTIONS(4458), + [anon_sym_as_QMARK] = ACTIONS(4460), + [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(4460), + [anon_sym_BANG] = ACTIONS(4458), + [anon_sym_BANG_BANG] = ACTIONS(4460), + [anon_sym_suspend] = ACTIONS(4458), + [anon_sym_sealed] = ACTIONS(4458), + [anon_sym_annotation] = ACTIONS(4458), + [anon_sym_data] = ACTIONS(4458), + [anon_sym_inner] = ACTIONS(4458), + [anon_sym_value] = ACTIONS(4458), + [anon_sym_override] = ACTIONS(4458), + [anon_sym_lateinit] = ACTIONS(4458), + [anon_sym_public] = ACTIONS(4458), + [anon_sym_private] = ACTIONS(4458), + [anon_sym_internal] = ACTIONS(4458), + [anon_sym_protected] = ACTIONS(4458), + [anon_sym_tailrec] = ACTIONS(4458), + [anon_sym_operator] = ACTIONS(4458), + [anon_sym_infix] = ACTIONS(4458), + [anon_sym_inline] = ACTIONS(4458), + [anon_sym_external] = ACTIONS(4458), + [sym_property_modifier] = ACTIONS(4458), + [anon_sym_abstract] = ACTIONS(4458), + [anon_sym_final] = ACTIONS(4458), + [anon_sym_open] = ACTIONS(4458), + [anon_sym_vararg] = ACTIONS(4458), + [anon_sym_noinline] = ACTIONS(4458), + [anon_sym_crossinline] = ACTIONS(4458), + [anon_sym_expect] = ACTIONS(4458), + [anon_sym_actual] = ACTIONS(4458), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4460), + [anon_sym_continue_AT] = ACTIONS(4460), + [anon_sym_break_AT] = ACTIONS(4460), + [anon_sym_this_AT] = ACTIONS(4460), + [anon_sym_super_AT] = ACTIONS(4460), + [sym_real_literal] = ACTIONS(4460), + [sym_integer_literal] = ACTIONS(4458), + [sym_hex_literal] = ACTIONS(4460), + [sym_bin_literal] = ACTIONS(4460), + [anon_sym_true] = ACTIONS(4458), + [anon_sym_false] = ACTIONS(4458), + [anon_sym_SQUOTE] = ACTIONS(4460), + [sym__backtick_identifier] = ACTIONS(4460), + [sym__automatic_semicolon] = ACTIONS(4460), + [sym_safe_nav] = ACTIONS(4460), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4460), + }, + [886] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(3981), + [anon_sym_COLON] = ACTIONS(3976), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_constructor] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(3976), + [anon_sym_set] = ACTIONS(3976), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(3976), + [sym_label] = ACTIONS(3976), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(3976), + [anon_sym_sealed] = ACTIONS(3976), + [anon_sym_annotation] = ACTIONS(3976), + [anon_sym_data] = ACTIONS(3976), + [anon_sym_inner] = ACTIONS(3976), + [anon_sym_value] = ACTIONS(3976), + [anon_sym_override] = ACTIONS(3976), + [anon_sym_lateinit] = ACTIONS(3976), + [anon_sym_public] = ACTIONS(3976), + [anon_sym_private] = ACTIONS(3976), + [anon_sym_internal] = ACTIONS(3976), + [anon_sym_protected] = ACTIONS(3976), + [anon_sym_tailrec] = ACTIONS(3976), + [anon_sym_operator] = ACTIONS(3976), + [anon_sym_infix] = ACTIONS(3976), + [anon_sym_inline] = ACTIONS(3976), + [anon_sym_external] = ACTIONS(3976), + [sym_property_modifier] = ACTIONS(3976), + [anon_sym_abstract] = ACTIONS(3976), + [anon_sym_final] = ACTIONS(3976), + [anon_sym_open] = ACTIONS(3976), + [anon_sym_vararg] = ACTIONS(3976), + [anon_sym_noinline] = ACTIONS(3976), + [anon_sym_crossinline] = ACTIONS(3976), + [anon_sym_expect] = ACTIONS(3976), + [anon_sym_actual] = ACTIONS(3976), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(3981), + [sym__automatic_semicolon] = ACTIONS(3981), + [sym_safe_nav] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [887] = { + [sym_getter] = STATE(4031), + [sym_setter] = STATE(4031), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1804), + [anon_sym_COMMA] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(1802), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(4415), - [anon_sym_get] = ACTIONS(4367), - [anon_sym_set] = ACTIONS(4369), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(4462), + [anon_sym_get] = ACTIONS(4430), + [anon_sym_set] = ACTIONS(4432), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(1802), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -151909,82 +152549,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1804), + [sym__automatic_semicolon] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [882] = { - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [888] = { + [sym_getter] = STATE(3944), + [sym_setter] = STATE(3944), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1792), + [anon_sym_COMMA] = ACTIONS(1820), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(1790), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(1818), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(4417), - [anon_sym_get] = ACTIONS(4367), - [anon_sym_set] = ACTIONS(4369), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(4464), + [anon_sym_get] = ACTIONS(4430), + [anon_sym_set] = ACTIONS(4432), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(1790), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -152017,82 +152657,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1820), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [883] = { - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [889] = { + [sym_getter] = STATE(3906), + [sym_setter] = STATE(3906), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1826), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(1824), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(4419), - [anon_sym_get] = ACTIONS(4367), - [anon_sym_set] = ACTIONS(4369), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(4466), + [anon_sym_get] = ACTIONS(4430), + [anon_sym_set] = ACTIONS(4432), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -152125,12 +152765,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1826), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [884] = { - [aux_sym_user_type_repeat1] = STATE(816), + [890] = { + [aux_sym_user_type_repeat1] = STATE(812), [sym__alpha_identifier] = ACTIONS(4193), [anon_sym_AT] = ACTIONS(4195), [anon_sym_LBRACK] = ACTIONS(4195), @@ -152146,7 +152786,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(4193), [anon_sym_object] = ACTIONS(4193), [anon_sym_fun] = ACTIONS(4193), - [anon_sym_DOT] = ACTIONS(4421), + [anon_sym_DOT] = ACTIONS(4468), [anon_sym_SEMI] = ACTIONS(4195), [anon_sym_get] = ACTIONS(4193), [anon_sym_set] = ACTIONS(4193), @@ -152237,3151 +152877,453 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4195), }, - [885] = { - [aux_sym_type_constraints_repeat1] = STATE(891), - [sym__alpha_identifier] = ACTIONS(4424), - [anon_sym_AT] = ACTIONS(4426), - [anon_sym_LBRACK] = ACTIONS(4426), - [anon_sym_as] = ACTIONS(4424), - [anon_sym_EQ] = ACTIONS(4424), - [anon_sym_LBRACE] = ACTIONS(4426), - [anon_sym_RBRACE] = ACTIONS(4426), - [anon_sym_LPAREN] = ACTIONS(4426), - [anon_sym_COMMA] = ACTIONS(4343), - [anon_sym_by] = ACTIONS(4424), - [anon_sym_LT] = ACTIONS(4424), - [anon_sym_GT] = ACTIONS(4424), - [anon_sym_where] = ACTIONS(4424), - [anon_sym_object] = ACTIONS(4424), - [anon_sym_fun] = ACTIONS(4424), - [anon_sym_DOT] = ACTIONS(4424), - [anon_sym_SEMI] = ACTIONS(4426), - [anon_sym_get] = ACTIONS(4424), - [anon_sym_set] = ACTIONS(4424), - [anon_sym_this] = ACTIONS(4424), - [anon_sym_super] = ACTIONS(4424), - [anon_sym_STAR] = ACTIONS(4424), - [sym_label] = ACTIONS(4424), - [anon_sym_in] = ACTIONS(4424), - [anon_sym_DOT_DOT] = ACTIONS(4426), - [anon_sym_QMARK_COLON] = ACTIONS(4426), - [anon_sym_AMP_AMP] = ACTIONS(4426), - [anon_sym_PIPE_PIPE] = ACTIONS(4426), - [anon_sym_null] = ACTIONS(4424), - [anon_sym_if] = ACTIONS(4424), - [anon_sym_else] = ACTIONS(4424), - [anon_sym_when] = ACTIONS(4424), - [anon_sym_try] = ACTIONS(4424), - [anon_sym_throw] = ACTIONS(4424), - [anon_sym_return] = ACTIONS(4424), - [anon_sym_continue] = ACTIONS(4424), - [anon_sym_break] = ACTIONS(4424), - [anon_sym_COLON_COLON] = ACTIONS(4426), - [anon_sym_PLUS_EQ] = ACTIONS(4426), - [anon_sym_DASH_EQ] = ACTIONS(4426), - [anon_sym_STAR_EQ] = ACTIONS(4426), - [anon_sym_SLASH_EQ] = ACTIONS(4426), - [anon_sym_PERCENT_EQ] = ACTIONS(4426), - [anon_sym_BANG_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4426), - [anon_sym_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4426), - [anon_sym_LT_EQ] = ACTIONS(4426), - [anon_sym_GT_EQ] = ACTIONS(4426), - [anon_sym_BANGin] = ACTIONS(4426), - [anon_sym_is] = ACTIONS(4424), - [anon_sym_BANGis] = ACTIONS(4426), - [anon_sym_PLUS] = ACTIONS(4424), - [anon_sym_DASH] = ACTIONS(4424), - [anon_sym_SLASH] = ACTIONS(4424), - [anon_sym_PERCENT] = ACTIONS(4424), - [anon_sym_as_QMARK] = ACTIONS(4426), - [anon_sym_PLUS_PLUS] = ACTIONS(4426), - [anon_sym_DASH_DASH] = ACTIONS(4426), - [anon_sym_BANG] = ACTIONS(4424), - [anon_sym_BANG_BANG] = ACTIONS(4426), - [anon_sym_suspend] = ACTIONS(4424), - [anon_sym_sealed] = ACTIONS(4424), - [anon_sym_annotation] = ACTIONS(4424), - [anon_sym_data] = ACTIONS(4424), - [anon_sym_inner] = ACTIONS(4424), - [anon_sym_value] = ACTIONS(4424), - [anon_sym_override] = ACTIONS(4424), - [anon_sym_lateinit] = ACTIONS(4424), - [anon_sym_public] = ACTIONS(4424), - [anon_sym_private] = ACTIONS(4424), - [anon_sym_internal] = ACTIONS(4424), - [anon_sym_protected] = ACTIONS(4424), - [anon_sym_tailrec] = ACTIONS(4424), - [anon_sym_operator] = ACTIONS(4424), - [anon_sym_infix] = ACTIONS(4424), - [anon_sym_inline] = ACTIONS(4424), - [anon_sym_external] = ACTIONS(4424), - [sym_property_modifier] = ACTIONS(4424), - [anon_sym_abstract] = ACTIONS(4424), - [anon_sym_final] = ACTIONS(4424), - [anon_sym_open] = ACTIONS(4424), - [anon_sym_vararg] = ACTIONS(4424), - [anon_sym_noinline] = ACTIONS(4424), - [anon_sym_crossinline] = ACTIONS(4424), - [anon_sym_expect] = ACTIONS(4424), - [anon_sym_actual] = ACTIONS(4424), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4426), - [anon_sym_continue_AT] = ACTIONS(4426), - [anon_sym_break_AT] = ACTIONS(4426), - [anon_sym_this_AT] = ACTIONS(4426), - [anon_sym_super_AT] = ACTIONS(4426), - [sym_real_literal] = ACTIONS(4426), - [sym_integer_literal] = ACTIONS(4424), - [sym_hex_literal] = ACTIONS(4426), - [sym_bin_literal] = ACTIONS(4426), - [anon_sym_true] = ACTIONS(4424), - [anon_sym_false] = ACTIONS(4424), - [anon_sym_SQUOTE] = ACTIONS(4426), - [sym__backtick_identifier] = ACTIONS(4426), - [sym__automatic_semicolon] = ACTIONS(4426), - [sym_safe_nav] = ACTIONS(4426), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4426), - }, - [886] = { - [sym_type_constraints] = STATE(963), - [sym_enum_class_body] = STATE(1140), - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4359), - [anon_sym_fun] = ACTIONS(4359), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_this] = ACTIONS(4359), - [anon_sym_super] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [sym_label] = ACTIONS(4359), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), + [891] = { + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(4471), + [anon_sym_get] = ACTIONS(4430), + [anon_sym_set] = ACTIONS(4432), + [anon_sym_STAR] = ACTIONS(4355), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_null] = ACTIONS(4359), - [anon_sym_if] = ACTIONS(4359), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_when] = ACTIONS(4359), - [anon_sym_try] = ACTIONS(4359), - [anon_sym_throw] = ACTIONS(4359), - [anon_sym_return] = ACTIONS(4359), - [anon_sym_continue] = ACTIONS(4359), - [anon_sym_break] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG] = ACTIONS(4359), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_suspend] = ACTIONS(4359), - [anon_sym_sealed] = ACTIONS(4359), - [anon_sym_annotation] = ACTIONS(4359), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_override] = ACTIONS(4359), - [anon_sym_lateinit] = ACTIONS(4359), - [anon_sym_public] = ACTIONS(4359), - [anon_sym_private] = ACTIONS(4359), - [anon_sym_internal] = ACTIONS(4359), - [anon_sym_protected] = ACTIONS(4359), - [anon_sym_tailrec] = ACTIONS(4359), - [anon_sym_operator] = ACTIONS(4359), - [anon_sym_infix] = ACTIONS(4359), - [anon_sym_inline] = ACTIONS(4359), - [anon_sym_external] = ACTIONS(4359), - [sym_property_modifier] = ACTIONS(4359), - [anon_sym_abstract] = ACTIONS(4359), - [anon_sym_final] = ACTIONS(4359), - [anon_sym_open] = ACTIONS(4359), - [anon_sym_vararg] = ACTIONS(4359), - [anon_sym_noinline] = ACTIONS(4359), - [anon_sym_crossinline] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4361), - [anon_sym_continue_AT] = ACTIONS(4361), - [anon_sym_break_AT] = ACTIONS(4361), - [anon_sym_this_AT] = ACTIONS(4361), - [anon_sym_super_AT] = ACTIONS(4361), - [sym_real_literal] = ACTIONS(4361), - [sym_integer_literal] = ACTIONS(4359), - [sym_hex_literal] = ACTIONS(4361), - [sym_bin_literal] = ACTIONS(4361), - [anon_sym_true] = ACTIONS(4359), - [anon_sym_false] = ACTIONS(4359), - [anon_sym_SQUOTE] = ACTIONS(4361), - [sym__backtick_identifier] = ACTIONS(4361), - [sym__automatic_semicolon] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4361), - }, - [887] = { - [sym_function_body] = STATE(1131), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_COMMA] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_where] = ACTIONS(4307), - [anon_sym_object] = ACTIONS(4307), - [anon_sym_fun] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_this] = ACTIONS(4307), - [anon_sym_super] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4307), - [sym_label] = ACTIONS(4307), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_if] = ACTIONS(4307), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_when] = ACTIONS(4307), - [anon_sym_try] = ACTIONS(4307), - [anon_sym_throw] = ACTIONS(4307), - [anon_sym_return] = ACTIONS(4307), - [anon_sym_continue] = ACTIONS(4307), - [anon_sym_break] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_PLUS_EQ] = ACTIONS(4309), - [anon_sym_DASH_EQ] = ACTIONS(4309), - [anon_sym_STAR_EQ] = ACTIONS(4309), - [anon_sym_SLASH_EQ] = ACTIONS(4309), - [anon_sym_PERCENT_EQ] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4307), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG] = ACTIONS(4307), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4309), - [anon_sym_continue_AT] = ACTIONS(4309), - [anon_sym_break_AT] = ACTIONS(4309), - [anon_sym_this_AT] = ACTIONS(4309), - [anon_sym_super_AT] = ACTIONS(4309), - [sym_real_literal] = ACTIONS(4309), - [sym_integer_literal] = ACTIONS(4307), - [sym_hex_literal] = ACTIONS(4309), - [sym_bin_literal] = ACTIONS(4309), - [anon_sym_true] = ACTIONS(4307), - [anon_sym_false] = ACTIONS(4307), - [anon_sym_SQUOTE] = ACTIONS(4309), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4309), - }, - [888] = { - [sym_type_constraints] = STATE(990), - [sym_enum_class_body] = STATE(1133), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_COLON] = ACTIONS(4428), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4321), - [anon_sym_fun] = ACTIONS(4321), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_this] = ACTIONS(4321), - [anon_sym_super] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [sym_label] = ACTIONS(4321), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_null] = ACTIONS(4321), - [anon_sym_if] = ACTIONS(4321), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_when] = ACTIONS(4321), - [anon_sym_try] = ACTIONS(4321), - [anon_sym_throw] = ACTIONS(4321), - [anon_sym_return] = ACTIONS(4321), - [anon_sym_continue] = ACTIONS(4321), - [anon_sym_break] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG] = ACTIONS(4321), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4323), - [anon_sym_continue_AT] = ACTIONS(4323), - [anon_sym_break_AT] = ACTIONS(4323), - [anon_sym_this_AT] = ACTIONS(4323), - [anon_sym_super_AT] = ACTIONS(4323), - [sym_real_literal] = ACTIONS(4323), - [sym_integer_literal] = ACTIONS(4321), - [sym_hex_literal] = ACTIONS(4323), - [sym_bin_literal] = ACTIONS(4323), - [anon_sym_true] = ACTIONS(4321), - [anon_sym_false] = ACTIONS(4321), - [anon_sym_SQUOTE] = ACTIONS(4323), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4323), - }, - [889] = { - [sym_type_constraints] = STATE(1093), - [sym_function_body] = STATE(1123), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4299), - [anon_sym_fun] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_this] = ACTIONS(4299), - [anon_sym_super] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [sym_label] = ACTIONS(4299), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_null] = ACTIONS(4299), - [anon_sym_if] = ACTIONS(4299), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_when] = ACTIONS(4299), - [anon_sym_try] = ACTIONS(4299), - [anon_sym_throw] = ACTIONS(4299), - [anon_sym_return] = ACTIONS(4299), - [anon_sym_continue] = ACTIONS(4299), - [anon_sym_break] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG] = ACTIONS(4299), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4301), - [anon_sym_continue_AT] = ACTIONS(4301), - [anon_sym_break_AT] = ACTIONS(4301), - [anon_sym_this_AT] = ACTIONS(4301), - [anon_sym_super_AT] = ACTIONS(4301), - [sym_real_literal] = ACTIONS(4301), - [sym_integer_literal] = ACTIONS(4299), - [sym_hex_literal] = ACTIONS(4301), - [sym_bin_literal] = ACTIONS(4301), - [anon_sym_true] = ACTIONS(4299), - [anon_sym_false] = ACTIONS(4299), - [anon_sym_SQUOTE] = ACTIONS(4301), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4301), - }, - [890] = { - [sym_type_constraints] = STATE(947), - [sym_enum_class_body] = STATE(1148), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_COLON] = ACTIONS(3338), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3286), - [anon_sym_sealed] = ACTIONS(3286), - [anon_sym_annotation] = ACTIONS(3286), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_override] = ACTIONS(3286), - [anon_sym_lateinit] = ACTIONS(3286), - [anon_sym_public] = ACTIONS(3286), - [anon_sym_private] = ACTIONS(3286), - [anon_sym_internal] = ACTIONS(3286), - [anon_sym_protected] = ACTIONS(3286), - [anon_sym_tailrec] = ACTIONS(3286), - [anon_sym_operator] = ACTIONS(3286), - [anon_sym_infix] = ACTIONS(3286), - [anon_sym_inline] = ACTIONS(3286), - [anon_sym_external] = ACTIONS(3286), - [sym_property_modifier] = ACTIONS(3286), - [anon_sym_abstract] = ACTIONS(3286), - [anon_sym_final] = ACTIONS(3286), - [anon_sym_open] = ACTIONS(3286), - [anon_sym_vararg] = ACTIONS(3286), - [anon_sym_noinline] = ACTIONS(3286), - [anon_sym_crossinline] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), - }, - [891] = { - [aux_sym_type_constraints_repeat1] = STATE(891), - [sym__alpha_identifier] = ACTIONS(4430), - [anon_sym_AT] = ACTIONS(4432), - [anon_sym_LBRACK] = ACTIONS(4432), - [anon_sym_as] = ACTIONS(4430), - [anon_sym_EQ] = ACTIONS(4430), - [anon_sym_LBRACE] = ACTIONS(4432), - [anon_sym_RBRACE] = ACTIONS(4432), - [anon_sym_LPAREN] = ACTIONS(4432), - [anon_sym_COMMA] = ACTIONS(4434), - [anon_sym_by] = ACTIONS(4430), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4432), - [anon_sym_super_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), }, [892] = { - [sym_type_constraints] = STATE(1095), - [sym_function_body] = STATE(1132), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4295), - [anon_sym_fun] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_this] = ACTIONS(4295), - [anon_sym_super] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [sym_label] = ACTIONS(4295), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_null] = ACTIONS(4295), - [anon_sym_if] = ACTIONS(4295), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_when] = ACTIONS(4295), - [anon_sym_try] = ACTIONS(4295), - [anon_sym_throw] = ACTIONS(4295), - [anon_sym_return] = ACTIONS(4295), - [anon_sym_continue] = ACTIONS(4295), - [anon_sym_break] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(4473), + [anon_sym_get] = ACTIONS(4430), + [anon_sym_set] = ACTIONS(4432), + [anon_sym_STAR] = ACTIONS(4355), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4297), - [anon_sym_continue_AT] = ACTIONS(4297), - [anon_sym_break_AT] = ACTIONS(4297), - [anon_sym_this_AT] = ACTIONS(4297), - [anon_sym_super_AT] = ACTIONS(4297), - [sym_real_literal] = ACTIONS(4297), - [sym_integer_literal] = ACTIONS(4295), - [sym_hex_literal] = ACTIONS(4297), - [sym_bin_literal] = ACTIONS(4297), - [anon_sym_true] = ACTIONS(4295), - [anon_sym_false] = ACTIONS(4295), - [anon_sym_SQUOTE] = ACTIONS(4297), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4297), }, [893] = { - [sym_class_body] = STATE(1167), - [sym_type_constraints] = STATE(943), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(4437), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), + [sym_function_body] = STATE(1080), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4233), + [anon_sym_super_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), }, [894] = { - [sym_class_body] = STATE(1141), - [sym_type_constraints] = STATE(933), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4327), - [anon_sym_fun] = ACTIONS(4327), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_this] = ACTIONS(4327), - [anon_sym_super] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [sym_label] = ACTIONS(4327), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_null] = ACTIONS(4327), - [anon_sym_if] = ACTIONS(4327), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_when] = ACTIONS(4327), - [anon_sym_try] = ACTIONS(4327), - [anon_sym_throw] = ACTIONS(4327), - [anon_sym_return] = ACTIONS(4327), - [anon_sym_continue] = ACTIONS(4327), - [anon_sym_break] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG] = ACTIONS(4327), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4329), - [anon_sym_continue_AT] = ACTIONS(4329), - [anon_sym_break_AT] = ACTIONS(4329), - [anon_sym_this_AT] = ACTIONS(4329), - [anon_sym_super_AT] = ACTIONS(4329), - [sym_real_literal] = ACTIONS(4329), - [sym_integer_literal] = ACTIONS(4327), - [sym_hex_literal] = ACTIONS(4329), - [sym_bin_literal] = ACTIONS(4329), - [anon_sym_true] = ACTIONS(4327), - [anon_sym_false] = ACTIONS(4327), - [anon_sym_SQUOTE] = ACTIONS(4329), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4329), - }, - [895] = { - [sym_type_constraints] = STATE(1096), - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), - }, - [896] = { - [sym_function_body] = STATE(1085), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_COMMA] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_where] = ACTIONS(4439), - [anon_sym_object] = ACTIONS(4439), - [anon_sym_fun] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_this] = ACTIONS(4439), - [anon_sym_super] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4439), - [sym_label] = ACTIONS(4439), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_null] = ACTIONS(4439), - [anon_sym_if] = ACTIONS(4439), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_when] = ACTIONS(4439), - [anon_sym_try] = ACTIONS(4439), - [anon_sym_throw] = ACTIONS(4439), - [anon_sym_return] = ACTIONS(4439), - [anon_sym_continue] = ACTIONS(4439), - [anon_sym_break] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_PLUS_EQ] = ACTIONS(4441), - [anon_sym_DASH_EQ] = ACTIONS(4441), - [anon_sym_STAR_EQ] = ACTIONS(4441), - [anon_sym_SLASH_EQ] = ACTIONS(4441), - [anon_sym_PERCENT_EQ] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4439), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG] = ACTIONS(4439), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_suspend] = ACTIONS(4439), - [anon_sym_sealed] = ACTIONS(4439), - [anon_sym_annotation] = ACTIONS(4439), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_override] = ACTIONS(4439), - [anon_sym_lateinit] = ACTIONS(4439), - [anon_sym_public] = ACTIONS(4439), - [anon_sym_private] = ACTIONS(4439), - [anon_sym_internal] = ACTIONS(4439), - [anon_sym_protected] = ACTIONS(4439), - [anon_sym_tailrec] = ACTIONS(4439), - [anon_sym_operator] = ACTIONS(4439), - [anon_sym_infix] = ACTIONS(4439), - [anon_sym_inline] = ACTIONS(4439), - [anon_sym_external] = ACTIONS(4439), - [sym_property_modifier] = ACTIONS(4439), - [anon_sym_abstract] = ACTIONS(4439), - [anon_sym_final] = ACTIONS(4439), - [anon_sym_open] = ACTIONS(4439), - [anon_sym_vararg] = ACTIONS(4439), - [anon_sym_noinline] = ACTIONS(4439), - [anon_sym_crossinline] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4441), - [anon_sym_continue_AT] = ACTIONS(4441), - [anon_sym_break_AT] = ACTIONS(4441), - [anon_sym_this_AT] = ACTIONS(4441), - [anon_sym_super_AT] = ACTIONS(4441), - [sym_real_literal] = ACTIONS(4441), - [sym_integer_literal] = ACTIONS(4439), - [sym_hex_literal] = ACTIONS(4441), - [sym_bin_literal] = ACTIONS(4441), - [anon_sym_true] = ACTIONS(4439), - [anon_sym_false] = ACTIONS(4439), - [anon_sym_SQUOTE] = ACTIONS(4441), - [sym__backtick_identifier] = ACTIONS(4441), - [sym__automatic_semicolon] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4441), - }, - [897] = { - [sym_type_constraints] = STATE(1100), - [sym_function_body] = STATE(1081), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), - }, - [898] = { - [sym_function_body] = STATE(1123), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(4299), - [anon_sym_object] = ACTIONS(4299), - [anon_sym_fun] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_this] = ACTIONS(4299), - [anon_sym_super] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [sym_label] = ACTIONS(4299), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_null] = ACTIONS(4299), - [anon_sym_if] = ACTIONS(4299), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_when] = ACTIONS(4299), - [anon_sym_try] = ACTIONS(4299), - [anon_sym_throw] = ACTIONS(4299), - [anon_sym_return] = ACTIONS(4299), - [anon_sym_continue] = ACTIONS(4299), - [anon_sym_break] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG] = ACTIONS(4299), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4301), - [anon_sym_continue_AT] = ACTIONS(4301), - [anon_sym_break_AT] = ACTIONS(4301), - [anon_sym_this_AT] = ACTIONS(4301), - [anon_sym_super_AT] = ACTIONS(4301), - [sym_real_literal] = ACTIONS(4301), - [sym_integer_literal] = ACTIONS(4299), - [sym_hex_literal] = ACTIONS(4301), - [sym_bin_literal] = ACTIONS(4301), - [anon_sym_true] = ACTIONS(4299), - [anon_sym_false] = ACTIONS(4299), - [anon_sym_SQUOTE] = ACTIONS(4301), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4301), - }, - [899] = { - [sym_function_body] = STATE(1132), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(4295), - [anon_sym_object] = ACTIONS(4295), - [anon_sym_fun] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_this] = ACTIONS(4295), - [anon_sym_super] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [sym_label] = ACTIONS(4295), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_null] = ACTIONS(4295), - [anon_sym_if] = ACTIONS(4295), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_when] = ACTIONS(4295), - [anon_sym_try] = ACTIONS(4295), - [anon_sym_throw] = ACTIONS(4295), - [anon_sym_return] = ACTIONS(4295), - [anon_sym_continue] = ACTIONS(4295), - [anon_sym_break] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4297), - [anon_sym_continue_AT] = ACTIONS(4297), - [anon_sym_break_AT] = ACTIONS(4297), - [anon_sym_this_AT] = ACTIONS(4297), - [anon_sym_super_AT] = ACTIONS(4297), - [sym_real_literal] = ACTIONS(4297), - [sym_integer_literal] = ACTIONS(4295), - [sym_hex_literal] = ACTIONS(4297), - [sym_bin_literal] = ACTIONS(4297), - [anon_sym_true] = ACTIONS(4295), - [anon_sym_false] = ACTIONS(4295), - [anon_sym_SQUOTE] = ACTIONS(4297), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4297), - }, - [900] = { - [sym_function_body] = STATE(1130), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_COMMA] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_where] = ACTIONS(4443), - [anon_sym_object] = ACTIONS(4443), - [anon_sym_fun] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_this] = ACTIONS(4443), - [anon_sym_super] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4443), - [sym_label] = ACTIONS(4443), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_null] = ACTIONS(4443), - [anon_sym_if] = ACTIONS(4443), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_when] = ACTIONS(4443), - [anon_sym_try] = ACTIONS(4443), - [anon_sym_throw] = ACTIONS(4443), - [anon_sym_return] = ACTIONS(4443), - [anon_sym_continue] = ACTIONS(4443), - [anon_sym_break] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_PLUS_EQ] = ACTIONS(4445), - [anon_sym_DASH_EQ] = ACTIONS(4445), - [anon_sym_STAR_EQ] = ACTIONS(4445), - [anon_sym_SLASH_EQ] = ACTIONS(4445), - [anon_sym_PERCENT_EQ] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4443), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(4443), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_suspend] = ACTIONS(4443), - [anon_sym_sealed] = ACTIONS(4443), - [anon_sym_annotation] = ACTIONS(4443), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_override] = ACTIONS(4443), - [anon_sym_lateinit] = ACTIONS(4443), - [anon_sym_public] = ACTIONS(4443), - [anon_sym_private] = ACTIONS(4443), - [anon_sym_internal] = ACTIONS(4443), - [anon_sym_protected] = ACTIONS(4443), - [anon_sym_tailrec] = ACTIONS(4443), - [anon_sym_operator] = ACTIONS(4443), - [anon_sym_infix] = ACTIONS(4443), - [anon_sym_inline] = ACTIONS(4443), - [anon_sym_external] = ACTIONS(4443), - [sym_property_modifier] = ACTIONS(4443), - [anon_sym_abstract] = ACTIONS(4443), - [anon_sym_final] = ACTIONS(4443), - [anon_sym_open] = ACTIONS(4443), - [anon_sym_vararg] = ACTIONS(4443), - [anon_sym_noinline] = ACTIONS(4443), - [anon_sym_crossinline] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4445), - [anon_sym_continue_AT] = ACTIONS(4445), - [anon_sym_break_AT] = ACTIONS(4445), - [anon_sym_this_AT] = ACTIONS(4445), - [anon_sym_super_AT] = ACTIONS(4445), - [sym_real_literal] = ACTIONS(4445), - [sym_integer_literal] = ACTIONS(4443), - [sym_hex_literal] = ACTIONS(4445), - [sym_bin_literal] = ACTIONS(4445), - [anon_sym_true] = ACTIONS(4443), - [anon_sym_false] = ACTIONS(4443), - [anon_sym_SQUOTE] = ACTIONS(4445), - [sym__backtick_identifier] = ACTIONS(4445), - [sym__automatic_semicolon] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4445), - }, - [901] = { - [sym_function_body] = STATE(1097), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_COMMA] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_where] = ACTIONS(4447), - [anon_sym_object] = ACTIONS(4447), - [anon_sym_fun] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_this] = ACTIONS(4447), - [anon_sym_super] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4447), - [sym_label] = ACTIONS(4447), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_null] = ACTIONS(4447), - [anon_sym_if] = ACTIONS(4447), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_when] = ACTIONS(4447), - [anon_sym_try] = ACTIONS(4447), - [anon_sym_throw] = ACTIONS(4447), - [anon_sym_return] = ACTIONS(4447), - [anon_sym_continue] = ACTIONS(4447), - [anon_sym_break] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_PLUS_EQ] = ACTIONS(4449), - [anon_sym_DASH_EQ] = ACTIONS(4449), - [anon_sym_STAR_EQ] = ACTIONS(4449), - [anon_sym_SLASH_EQ] = ACTIONS(4449), - [anon_sym_PERCENT_EQ] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4447), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG] = ACTIONS(4447), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_suspend] = ACTIONS(4447), - [anon_sym_sealed] = ACTIONS(4447), - [anon_sym_annotation] = ACTIONS(4447), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_override] = ACTIONS(4447), - [anon_sym_lateinit] = ACTIONS(4447), - [anon_sym_public] = ACTIONS(4447), - [anon_sym_private] = ACTIONS(4447), - [anon_sym_internal] = ACTIONS(4447), - [anon_sym_protected] = ACTIONS(4447), - [anon_sym_tailrec] = ACTIONS(4447), - [anon_sym_operator] = ACTIONS(4447), - [anon_sym_infix] = ACTIONS(4447), - [anon_sym_inline] = ACTIONS(4447), - [anon_sym_external] = ACTIONS(4447), - [sym_property_modifier] = ACTIONS(4447), - [anon_sym_abstract] = ACTIONS(4447), - [anon_sym_final] = ACTIONS(4447), - [anon_sym_open] = ACTIONS(4447), - [anon_sym_vararg] = ACTIONS(4447), - [anon_sym_noinline] = ACTIONS(4447), - [anon_sym_crossinline] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4449), - [anon_sym_continue_AT] = ACTIONS(4449), - [anon_sym_break_AT] = ACTIONS(4449), - [anon_sym_this_AT] = ACTIONS(4449), - [anon_sym_super_AT] = ACTIONS(4449), - [sym_real_literal] = ACTIONS(4449), - [sym_integer_literal] = ACTIONS(4447), - [sym_hex_literal] = ACTIONS(4449), - [sym_bin_literal] = ACTIONS(4449), - [anon_sym_true] = ACTIONS(4447), - [anon_sym_false] = ACTIONS(4447), - [anon_sym_SQUOTE] = ACTIONS(4449), - [sym__backtick_identifier] = ACTIONS(4449), - [sym__automatic_semicolon] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4449), - }, - [902] = { - [sym_type_constraints] = STATE(1102), - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [903] = { - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(4183), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), - }, - [904] = { - [sym__alpha_identifier] = ACTIONS(4451), - [anon_sym_AT] = ACTIONS(4453), - [anon_sym_LBRACK] = ACTIONS(4453), - [anon_sym_as] = ACTIONS(4451), - [anon_sym_EQ] = ACTIONS(4451), - [anon_sym_LBRACE] = ACTIONS(4453), - [anon_sym_RBRACE] = ACTIONS(4453), - [anon_sym_LPAREN] = ACTIONS(4453), - [anon_sym_COMMA] = ACTIONS(4453), - [anon_sym_LT] = ACTIONS(4451), - [anon_sym_GT] = ACTIONS(4451), - [anon_sym_where] = ACTIONS(4451), - [anon_sym_object] = ACTIONS(4451), - [anon_sym_fun] = ACTIONS(4451), - [anon_sym_DOT] = ACTIONS(4451), - [anon_sym_SEMI] = ACTIONS(4453), - [anon_sym_get] = ACTIONS(4451), - [anon_sym_set] = ACTIONS(4451), - [anon_sym_this] = ACTIONS(4451), - [anon_sym_super] = ACTIONS(4451), - [anon_sym_STAR] = ACTIONS(4451), - [sym_label] = ACTIONS(4451), - [anon_sym_in] = ACTIONS(4451), - [anon_sym_DOT_DOT] = ACTIONS(4453), - [anon_sym_QMARK_COLON] = ACTIONS(4453), - [anon_sym_AMP_AMP] = ACTIONS(4453), - [anon_sym_PIPE_PIPE] = ACTIONS(4453), - [anon_sym_null] = ACTIONS(4451), - [anon_sym_if] = ACTIONS(4451), - [anon_sym_else] = ACTIONS(4451), - [anon_sym_when] = ACTIONS(4451), - [anon_sym_try] = ACTIONS(4451), - [anon_sym_catch] = ACTIONS(4451), - [anon_sym_finally] = ACTIONS(4451), - [anon_sym_throw] = ACTIONS(4451), - [anon_sym_return] = ACTIONS(4451), - [anon_sym_continue] = ACTIONS(4451), - [anon_sym_break] = ACTIONS(4451), - [anon_sym_COLON_COLON] = ACTIONS(4453), - [anon_sym_PLUS_EQ] = ACTIONS(4453), - [anon_sym_DASH_EQ] = ACTIONS(4453), - [anon_sym_STAR_EQ] = ACTIONS(4453), - [anon_sym_SLASH_EQ] = ACTIONS(4453), - [anon_sym_PERCENT_EQ] = ACTIONS(4453), - [anon_sym_BANG_EQ] = ACTIONS(4451), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4453), - [anon_sym_EQ_EQ] = ACTIONS(4451), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4453), - [anon_sym_LT_EQ] = ACTIONS(4453), - [anon_sym_GT_EQ] = ACTIONS(4453), - [anon_sym_BANGin] = ACTIONS(4453), - [anon_sym_is] = ACTIONS(4451), - [anon_sym_BANGis] = ACTIONS(4453), - [anon_sym_PLUS] = ACTIONS(4451), - [anon_sym_DASH] = ACTIONS(4451), - [anon_sym_SLASH] = ACTIONS(4451), - [anon_sym_PERCENT] = ACTIONS(4451), - [anon_sym_as_QMARK] = ACTIONS(4453), - [anon_sym_PLUS_PLUS] = ACTIONS(4453), - [anon_sym_DASH_DASH] = ACTIONS(4453), - [anon_sym_BANG] = ACTIONS(4451), - [anon_sym_BANG_BANG] = ACTIONS(4453), - [anon_sym_suspend] = ACTIONS(4451), - [anon_sym_sealed] = ACTIONS(4451), - [anon_sym_annotation] = ACTIONS(4451), - [anon_sym_data] = ACTIONS(4451), - [anon_sym_inner] = ACTIONS(4451), - [anon_sym_value] = ACTIONS(4451), - [anon_sym_override] = ACTIONS(4451), - [anon_sym_lateinit] = ACTIONS(4451), - [anon_sym_public] = ACTIONS(4451), - [anon_sym_private] = ACTIONS(4451), - [anon_sym_internal] = ACTIONS(4451), - [anon_sym_protected] = ACTIONS(4451), - [anon_sym_tailrec] = ACTIONS(4451), - [anon_sym_operator] = ACTIONS(4451), - [anon_sym_infix] = ACTIONS(4451), - [anon_sym_inline] = ACTIONS(4451), - [anon_sym_external] = ACTIONS(4451), - [sym_property_modifier] = ACTIONS(4451), - [anon_sym_abstract] = ACTIONS(4451), - [anon_sym_final] = ACTIONS(4451), - [anon_sym_open] = ACTIONS(4451), - [anon_sym_vararg] = ACTIONS(4451), - [anon_sym_noinline] = ACTIONS(4451), - [anon_sym_crossinline] = ACTIONS(4451), - [anon_sym_expect] = ACTIONS(4451), - [anon_sym_actual] = ACTIONS(4451), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4453), - [anon_sym_continue_AT] = ACTIONS(4453), - [anon_sym_break_AT] = ACTIONS(4453), - [anon_sym_this_AT] = ACTIONS(4453), - [anon_sym_super_AT] = ACTIONS(4453), - [sym_real_literal] = ACTIONS(4453), - [sym_integer_literal] = ACTIONS(4451), - [sym_hex_literal] = ACTIONS(4453), - [sym_bin_literal] = ACTIONS(4453), - [anon_sym_true] = ACTIONS(4451), - [anon_sym_false] = ACTIONS(4451), - [anon_sym_SQUOTE] = ACTIONS(4453), - [sym__backtick_identifier] = ACTIONS(4453), - [sym__automatic_semicolon] = ACTIONS(4453), - [sym_safe_nav] = ACTIONS(4453), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4453), - }, - [905] = { - [sym_function_body] = STATE(1081), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(4160), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), - }, - [906] = { - [sym__alpha_identifier] = ACTIONS(4455), - [anon_sym_AT] = ACTIONS(4457), - [anon_sym_LBRACK] = ACTIONS(4457), - [anon_sym_as] = ACTIONS(4455), - [anon_sym_EQ] = ACTIONS(4455), - [anon_sym_LBRACE] = ACTIONS(4457), - [anon_sym_RBRACE] = ACTIONS(4457), - [anon_sym_LPAREN] = ACTIONS(4457), - [anon_sym_COMMA] = ACTIONS(4457), - [anon_sym_LT] = ACTIONS(4455), - [anon_sym_GT] = ACTIONS(4455), - [anon_sym_where] = ACTIONS(4455), - [anon_sym_object] = ACTIONS(4455), - [anon_sym_fun] = ACTIONS(4455), - [anon_sym_DOT] = ACTIONS(4455), - [anon_sym_SEMI] = ACTIONS(4457), - [anon_sym_get] = ACTIONS(4455), - [anon_sym_set] = ACTIONS(4455), - [anon_sym_this] = ACTIONS(4455), - [anon_sym_super] = ACTIONS(4455), - [anon_sym_STAR] = ACTIONS(4455), - [sym_label] = ACTIONS(4455), - [anon_sym_in] = ACTIONS(4455), - [anon_sym_DOT_DOT] = ACTIONS(4457), - [anon_sym_QMARK_COLON] = ACTIONS(4457), - [anon_sym_AMP_AMP] = ACTIONS(4457), - [anon_sym_PIPE_PIPE] = ACTIONS(4457), - [anon_sym_null] = ACTIONS(4455), - [anon_sym_if] = ACTIONS(4455), - [anon_sym_else] = ACTIONS(4455), - [anon_sym_when] = ACTIONS(4455), - [anon_sym_try] = ACTIONS(4455), - [anon_sym_throw] = ACTIONS(4455), - [anon_sym_return] = ACTIONS(4455), - [anon_sym_continue] = ACTIONS(4455), - [anon_sym_break] = ACTIONS(4455), - [anon_sym_COLON_COLON] = ACTIONS(4457), - [anon_sym_PLUS_EQ] = ACTIONS(4457), - [anon_sym_DASH_EQ] = ACTIONS(4457), - [anon_sym_STAR_EQ] = ACTIONS(4457), - [anon_sym_SLASH_EQ] = ACTIONS(4457), - [anon_sym_PERCENT_EQ] = ACTIONS(4457), - [anon_sym_BANG_EQ] = ACTIONS(4455), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4457), - [anon_sym_EQ_EQ] = ACTIONS(4455), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4457), - [anon_sym_LT_EQ] = ACTIONS(4457), - [anon_sym_GT_EQ] = ACTIONS(4457), - [anon_sym_BANGin] = ACTIONS(4457), - [anon_sym_is] = ACTIONS(4455), - [anon_sym_BANGis] = ACTIONS(4457), - [anon_sym_PLUS] = ACTIONS(4455), - [anon_sym_DASH] = ACTIONS(4455), - [anon_sym_SLASH] = ACTIONS(4455), - [anon_sym_PERCENT] = ACTIONS(4455), - [anon_sym_as_QMARK] = ACTIONS(4457), - [anon_sym_PLUS_PLUS] = ACTIONS(4457), - [anon_sym_DASH_DASH] = ACTIONS(4457), - [anon_sym_BANG] = ACTIONS(4455), - [anon_sym_BANG_BANG] = ACTIONS(4457), - [anon_sym_suspend] = ACTIONS(4455), - [anon_sym_sealed] = ACTIONS(4455), - [anon_sym_annotation] = ACTIONS(4455), - [anon_sym_data] = ACTIONS(4455), - [anon_sym_inner] = ACTIONS(4455), - [anon_sym_value] = ACTIONS(4455), - [anon_sym_override] = ACTIONS(4455), - [anon_sym_lateinit] = ACTIONS(4455), - [anon_sym_public] = ACTIONS(4455), - [anon_sym_private] = ACTIONS(4455), - [anon_sym_internal] = ACTIONS(4455), - [anon_sym_protected] = ACTIONS(4455), - [anon_sym_tailrec] = ACTIONS(4455), - [anon_sym_operator] = ACTIONS(4455), - [anon_sym_infix] = ACTIONS(4455), - [anon_sym_inline] = ACTIONS(4455), - [anon_sym_external] = ACTIONS(4455), - [sym_property_modifier] = ACTIONS(4455), - [anon_sym_abstract] = ACTIONS(4455), - [anon_sym_final] = ACTIONS(4455), - [anon_sym_open] = ACTIONS(4455), - [anon_sym_vararg] = ACTIONS(4455), - [anon_sym_noinline] = ACTIONS(4455), - [anon_sym_crossinline] = ACTIONS(4455), - [anon_sym_expect] = ACTIONS(4455), - [anon_sym_actual] = ACTIONS(4455), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4457), - [anon_sym_continue_AT] = ACTIONS(4457), - [anon_sym_break_AT] = ACTIONS(4457), - [anon_sym_this_AT] = ACTIONS(4457), - [anon_sym_super_AT] = ACTIONS(4457), - [sym_real_literal] = ACTIONS(4457), - [sym_integer_literal] = ACTIONS(4455), - [sym_hex_literal] = ACTIONS(4457), - [sym_bin_literal] = ACTIONS(4457), - [aux_sym_unsigned_literal_token1] = ACTIONS(4459), - [anon_sym_L] = ACTIONS(4461), - [anon_sym_true] = ACTIONS(4455), - [anon_sym_false] = ACTIONS(4455), - [anon_sym_SQUOTE] = ACTIONS(4457), - [sym__backtick_identifier] = ACTIONS(4457), - [sym__automatic_semicolon] = ACTIONS(4457), - [sym_safe_nav] = ACTIONS(4457), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4457), - }, - [907] = { - [sym_type_constraints] = STATE(990), - [sym_enum_class_body] = STATE(1133), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4321), - [anon_sym_fun] = ACTIONS(4321), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_this] = ACTIONS(4321), - [anon_sym_super] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [sym_label] = ACTIONS(4321), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_null] = ACTIONS(4321), - [anon_sym_if] = ACTIONS(4321), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_when] = ACTIONS(4321), - [anon_sym_try] = ACTIONS(4321), - [anon_sym_throw] = ACTIONS(4321), - [anon_sym_return] = ACTIONS(4321), - [anon_sym_continue] = ACTIONS(4321), - [anon_sym_break] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG] = ACTIONS(4321), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4323), - [anon_sym_continue_AT] = ACTIONS(4323), - [anon_sym_break_AT] = ACTIONS(4323), - [anon_sym_this_AT] = ACTIONS(4323), - [anon_sym_super_AT] = ACTIONS(4323), - [sym_real_literal] = ACTIONS(4323), - [sym_integer_literal] = ACTIONS(4321), - [sym_hex_literal] = ACTIONS(4323), - [sym_bin_literal] = ACTIONS(4323), - [anon_sym_true] = ACTIONS(4321), - [anon_sym_false] = ACTIONS(4321), - [anon_sym_SQUOTE] = ACTIONS(4323), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4323), - }, - [908] = { - [sym_class_body] = STATE(1120), - [sym_type_constraints] = STATE(993), - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4463), - [anon_sym_fun] = ACTIONS(4463), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_this] = ACTIONS(4463), - [anon_sym_super] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [sym_label] = ACTIONS(4463), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_null] = ACTIONS(4463), - [anon_sym_if] = ACTIONS(4463), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_when] = ACTIONS(4463), - [anon_sym_try] = ACTIONS(4463), - [anon_sym_throw] = ACTIONS(4463), - [anon_sym_return] = ACTIONS(4463), - [anon_sym_continue] = ACTIONS(4463), - [anon_sym_break] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG] = ACTIONS(4463), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_suspend] = ACTIONS(4463), - [anon_sym_sealed] = ACTIONS(4463), - [anon_sym_annotation] = ACTIONS(4463), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_override] = ACTIONS(4463), - [anon_sym_lateinit] = ACTIONS(4463), - [anon_sym_public] = ACTIONS(4463), - [anon_sym_private] = ACTIONS(4463), - [anon_sym_internal] = ACTIONS(4463), - [anon_sym_protected] = ACTIONS(4463), - [anon_sym_tailrec] = ACTIONS(4463), - [anon_sym_operator] = ACTIONS(4463), - [anon_sym_infix] = ACTIONS(4463), - [anon_sym_inline] = ACTIONS(4463), - [anon_sym_external] = ACTIONS(4463), - [sym_property_modifier] = ACTIONS(4463), - [anon_sym_abstract] = ACTIONS(4463), - [anon_sym_final] = ACTIONS(4463), - [anon_sym_open] = ACTIONS(4463), - [anon_sym_vararg] = ACTIONS(4463), - [anon_sym_noinline] = ACTIONS(4463), - [anon_sym_crossinline] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4465), - [anon_sym_continue_AT] = ACTIONS(4465), - [anon_sym_break_AT] = ACTIONS(4465), - [anon_sym_this_AT] = ACTIONS(4465), - [anon_sym_super_AT] = ACTIONS(4465), - [sym_real_literal] = ACTIONS(4465), - [sym_integer_literal] = ACTIONS(4463), - [sym_hex_literal] = ACTIONS(4465), - [sym_bin_literal] = ACTIONS(4465), - [anon_sym_true] = ACTIONS(4463), - [anon_sym_false] = ACTIONS(4463), - [anon_sym_SQUOTE] = ACTIONS(4465), - [sym__backtick_identifier] = ACTIONS(4465), - [sym__automatic_semicolon] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4465), - }, - [909] = { - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(4147), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [910] = { - [sym_type_constraints] = STATE(960), - [sym_enum_class_body] = STATE(1174), - [sym__alpha_identifier] = ACTIONS(4467), - [anon_sym_AT] = ACTIONS(4469), - [anon_sym_LBRACK] = ACTIONS(4469), - [anon_sym_as] = ACTIONS(4467), - [anon_sym_EQ] = ACTIONS(4467), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4469), - [anon_sym_LPAREN] = ACTIONS(4469), - [anon_sym_COMMA] = ACTIONS(4469), - [anon_sym_LT] = ACTIONS(4467), - [anon_sym_GT] = ACTIONS(4467), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4467), - [anon_sym_fun] = ACTIONS(4467), - [anon_sym_DOT] = ACTIONS(4467), - [anon_sym_SEMI] = ACTIONS(4469), - [anon_sym_get] = ACTIONS(4467), - [anon_sym_set] = ACTIONS(4467), - [anon_sym_this] = ACTIONS(4467), - [anon_sym_super] = ACTIONS(4467), - [anon_sym_STAR] = ACTIONS(4467), - [sym_label] = ACTIONS(4467), - [anon_sym_in] = ACTIONS(4467), - [anon_sym_DOT_DOT] = ACTIONS(4469), - [anon_sym_QMARK_COLON] = ACTIONS(4469), - [anon_sym_AMP_AMP] = ACTIONS(4469), - [anon_sym_PIPE_PIPE] = ACTIONS(4469), - [anon_sym_null] = ACTIONS(4467), - [anon_sym_if] = ACTIONS(4467), - [anon_sym_else] = ACTIONS(4467), - [anon_sym_when] = ACTIONS(4467), - [anon_sym_try] = ACTIONS(4467), - [anon_sym_throw] = ACTIONS(4467), - [anon_sym_return] = ACTIONS(4467), - [anon_sym_continue] = ACTIONS(4467), - [anon_sym_break] = ACTIONS(4467), - [anon_sym_COLON_COLON] = ACTIONS(4469), - [anon_sym_PLUS_EQ] = ACTIONS(4469), - [anon_sym_DASH_EQ] = ACTIONS(4469), - [anon_sym_STAR_EQ] = ACTIONS(4469), - [anon_sym_SLASH_EQ] = ACTIONS(4469), - [anon_sym_PERCENT_EQ] = ACTIONS(4469), - [anon_sym_BANG_EQ] = ACTIONS(4467), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4469), - [anon_sym_EQ_EQ] = ACTIONS(4467), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4469), - [anon_sym_LT_EQ] = ACTIONS(4469), - [anon_sym_GT_EQ] = ACTIONS(4469), - [anon_sym_BANGin] = ACTIONS(4469), - [anon_sym_is] = ACTIONS(4467), - [anon_sym_BANGis] = ACTIONS(4469), - [anon_sym_PLUS] = ACTIONS(4467), - [anon_sym_DASH] = ACTIONS(4467), - [anon_sym_SLASH] = ACTIONS(4467), - [anon_sym_PERCENT] = ACTIONS(4467), - [anon_sym_as_QMARK] = ACTIONS(4469), - [anon_sym_PLUS_PLUS] = ACTIONS(4469), - [anon_sym_DASH_DASH] = ACTIONS(4469), - [anon_sym_BANG] = ACTIONS(4467), - [anon_sym_BANG_BANG] = ACTIONS(4469), - [anon_sym_suspend] = ACTIONS(4467), - [anon_sym_sealed] = ACTIONS(4467), - [anon_sym_annotation] = ACTIONS(4467), - [anon_sym_data] = ACTIONS(4467), - [anon_sym_inner] = ACTIONS(4467), - [anon_sym_value] = ACTIONS(4467), - [anon_sym_override] = ACTIONS(4467), - [anon_sym_lateinit] = ACTIONS(4467), - [anon_sym_public] = ACTIONS(4467), - [anon_sym_private] = ACTIONS(4467), - [anon_sym_internal] = ACTIONS(4467), - [anon_sym_protected] = ACTIONS(4467), - [anon_sym_tailrec] = ACTIONS(4467), - [anon_sym_operator] = ACTIONS(4467), - [anon_sym_infix] = ACTIONS(4467), - [anon_sym_inline] = ACTIONS(4467), - [anon_sym_external] = ACTIONS(4467), - [sym_property_modifier] = ACTIONS(4467), - [anon_sym_abstract] = ACTIONS(4467), - [anon_sym_final] = ACTIONS(4467), - [anon_sym_open] = ACTIONS(4467), - [anon_sym_vararg] = ACTIONS(4467), - [anon_sym_noinline] = ACTIONS(4467), - [anon_sym_crossinline] = ACTIONS(4467), - [anon_sym_expect] = ACTIONS(4467), - [anon_sym_actual] = ACTIONS(4467), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4469), - [anon_sym_continue_AT] = ACTIONS(4469), - [anon_sym_break_AT] = ACTIONS(4469), - [anon_sym_this_AT] = ACTIONS(4469), - [anon_sym_super_AT] = ACTIONS(4469), - [sym_real_literal] = ACTIONS(4469), - [sym_integer_literal] = ACTIONS(4467), - [sym_hex_literal] = ACTIONS(4469), - [sym_bin_literal] = ACTIONS(4469), - [anon_sym_true] = ACTIONS(4467), - [anon_sym_false] = ACTIONS(4467), - [anon_sym_SQUOTE] = ACTIONS(4469), - [sym__backtick_identifier] = ACTIONS(4469), - [sym__automatic_semicolon] = ACTIONS(4469), - [sym_safe_nav] = ACTIONS(4469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4469), - }, - [911] = { - [sym_function_body] = STATE(1185), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(4137), - [anon_sym_object] = ACTIONS(4137), - [anon_sym_fun] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_this] = ACTIONS(4137), - [anon_sym_super] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [sym_label] = ACTIONS(4137), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(4137), - [anon_sym_if] = ACTIONS(4137), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_when] = ACTIONS(4137), - [anon_sym_try] = ACTIONS(4137), - [anon_sym_throw] = ACTIONS(4137), - [anon_sym_return] = ACTIONS(4137), - [anon_sym_continue] = ACTIONS(4137), - [anon_sym_break] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4137), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4139), - [anon_sym_continue_AT] = ACTIONS(4139), - [anon_sym_break_AT] = ACTIONS(4139), - [anon_sym_this_AT] = ACTIONS(4139), - [anon_sym_super_AT] = ACTIONS(4139), - [sym_real_literal] = ACTIONS(4139), - [sym_integer_literal] = ACTIONS(4137), - [sym_hex_literal] = ACTIONS(4139), - [sym_bin_literal] = ACTIONS(4139), - [anon_sym_true] = ACTIONS(4137), - [anon_sym_false] = ACTIONS(4137), - [anon_sym_SQUOTE] = ACTIONS(4139), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4139), - }, - [912] = { - [sym__alpha_identifier] = ACTIONS(4471), - [anon_sym_AT] = ACTIONS(4473), - [anon_sym_COLON] = ACTIONS(4471), - [anon_sym_LBRACK] = ACTIONS(4473), - [anon_sym_as] = ACTIONS(4471), - [anon_sym_EQ] = ACTIONS(4471), - [anon_sym_constructor] = ACTIONS(4471), - [anon_sym_LBRACE] = ACTIONS(4473), - [anon_sym_RBRACE] = ACTIONS(4473), - [anon_sym_LPAREN] = ACTIONS(4473), - [anon_sym_COMMA] = ACTIONS(4473), - [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), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4473), - [anon_sym_super_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), - }, - [913] = { - [sym_type_constraints] = STATE(935), - [sym_enum_class_body] = STATE(1167), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), + [sym_type_constraints] = STATE(982), + [sym_enum_class_body] = STATE(1179), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), [anon_sym_COLON] = ACTIONS(4475), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), }, - [914] = { + [895] = { + [sym_class_body] = STATE(1152), + [sym_type_constraints] = STATE(942), [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_LBRACE] = ACTIONS(3260), [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_where] = ACTIONS(3250), [anon_sym_object] = ACTIONS(4477), [anon_sym_fun] = ACTIONS(4477), [anon_sym_DOT] = ACTIONS(4477), @@ -155402,8 +153344,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_else] = ACTIONS(4477), [anon_sym_when] = ACTIONS(4477), [anon_sym_try] = ACTIONS(4477), - [anon_sym_catch] = ACTIONS(4477), - [anon_sym_finally] = ACTIONS(4477), [anon_sym_throw] = ACTIONS(4477), [anon_sym_return] = ACTIONS(4477), [anon_sym_continue] = ACTIONS(4477), @@ -155477,21 +153417,237 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4479), }, - [915] = { - [sym_type_constraints] = STATE(937), - [sym_enum_class_body] = STATE(1128), + [896] = { + [sym_type_constraints] = STATE(944), + [sym_enum_class_body] = STATE(1110), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4200), + [anon_sym_fun] = ACTIONS(4200), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_this] = ACTIONS(4200), + [anon_sym_super] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_null] = ACTIONS(4200), + [anon_sym_if] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_when] = ACTIONS(4200), + [anon_sym_try] = ACTIONS(4200), + [anon_sym_throw] = ACTIONS(4200), + [anon_sym_return] = ACTIONS(4200), + [anon_sym_continue] = ACTIONS(4200), + [anon_sym_break] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4202), + [anon_sym_continue_AT] = ACTIONS(4202), + [anon_sym_break_AT] = ACTIONS(4202), + [anon_sym_this_AT] = ACTIONS(4202), + [anon_sym_super_AT] = ACTIONS(4202), + [sym_real_literal] = ACTIONS(4202), + [sym_integer_literal] = ACTIONS(4200), + [sym_hex_literal] = ACTIONS(4202), + [sym_bin_literal] = ACTIONS(4202), + [anon_sym_true] = ACTIONS(4200), + [anon_sym_false] = ACTIONS(4200), + [anon_sym_SQUOTE] = ACTIONS(4202), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4202), + }, + [897] = { + [sym_class_body] = STATE(1179), + [sym_type_constraints] = STATE(970), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), + }, + [898] = { + [sym_function_body] = STATE(1145), + [sym__block] = STATE(1074), [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(3240), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), [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(3216), + [anon_sym_where] = ACTIONS(4481), [anon_sym_object] = ACTIONS(4481), [anon_sym_fun] = ACTIONS(4481), [anon_sym_DOT] = ACTIONS(4481), @@ -155585,121 +153741,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4483), }, - [916] = { - [sym_class_body] = STATE(1068), - [sym_type_constraints] = STATE(969), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(3334), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [899] = { + [sym__alpha_identifier] = ACTIONS(4182), + [anon_sym_AT] = ACTIONS(4184), + [anon_sym_COLON] = ACTIONS(4182), + [anon_sym_LBRACK] = ACTIONS(4184), + [anon_sym_as] = ACTIONS(4182), + [anon_sym_EQ] = ACTIONS(4182), + [anon_sym_constructor] = ACTIONS(4182), + [anon_sym_LBRACE] = ACTIONS(4184), + [anon_sym_RBRACE] = ACTIONS(4184), + [anon_sym_LPAREN] = ACTIONS(4184), + [anon_sym_COMMA] = ACTIONS(4184), + [anon_sym_LT] = ACTIONS(4182), + [anon_sym_GT] = ACTIONS(4182), + [anon_sym_where] = ACTIONS(4182), + [anon_sym_object] = ACTIONS(4182), + [anon_sym_fun] = ACTIONS(4182), + [anon_sym_DOT] = ACTIONS(4182), + [anon_sym_SEMI] = ACTIONS(4184), + [anon_sym_get] = ACTIONS(4182), + [anon_sym_set] = ACTIONS(4182), + [anon_sym_this] = ACTIONS(4182), + [anon_sym_super] = ACTIONS(4182), + [anon_sym_STAR] = ACTIONS(4182), + [sym_label] = ACTIONS(4182), + [anon_sym_in] = ACTIONS(4182), + [anon_sym_DOT_DOT] = ACTIONS(4184), + [anon_sym_QMARK_COLON] = ACTIONS(4184), + [anon_sym_AMP_AMP] = ACTIONS(4184), + [anon_sym_PIPE_PIPE] = ACTIONS(4184), + [anon_sym_null] = ACTIONS(4182), + [anon_sym_if] = ACTIONS(4182), + [anon_sym_else] = ACTIONS(4182), + [anon_sym_when] = ACTIONS(4182), + [anon_sym_try] = ACTIONS(4182), + [anon_sym_throw] = ACTIONS(4182), + [anon_sym_return] = ACTIONS(4182), + [anon_sym_continue] = ACTIONS(4182), + [anon_sym_break] = ACTIONS(4182), + [anon_sym_COLON_COLON] = ACTIONS(4184), + [anon_sym_PLUS_EQ] = ACTIONS(4184), + [anon_sym_DASH_EQ] = ACTIONS(4184), + [anon_sym_STAR_EQ] = ACTIONS(4184), + [anon_sym_SLASH_EQ] = ACTIONS(4184), + [anon_sym_PERCENT_EQ] = ACTIONS(4184), + [anon_sym_BANG_EQ] = ACTIONS(4182), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4184), + [anon_sym_EQ_EQ] = ACTIONS(4182), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4184), + [anon_sym_LT_EQ] = ACTIONS(4184), + [anon_sym_GT_EQ] = ACTIONS(4184), + [anon_sym_BANGin] = ACTIONS(4184), + [anon_sym_is] = ACTIONS(4182), + [anon_sym_BANGis] = ACTIONS(4184), + [anon_sym_PLUS] = ACTIONS(4182), + [anon_sym_DASH] = ACTIONS(4182), + [anon_sym_SLASH] = ACTIONS(4182), + [anon_sym_PERCENT] = ACTIONS(4182), + [anon_sym_as_QMARK] = ACTIONS(4184), + [anon_sym_PLUS_PLUS] = ACTIONS(4184), + [anon_sym_DASH_DASH] = ACTIONS(4184), + [anon_sym_BANG] = ACTIONS(4182), + [anon_sym_BANG_BANG] = ACTIONS(4184), + [anon_sym_suspend] = ACTIONS(4182), + [anon_sym_sealed] = ACTIONS(4182), + [anon_sym_annotation] = ACTIONS(4182), + [anon_sym_data] = ACTIONS(4182), + [anon_sym_inner] = ACTIONS(4182), + [anon_sym_value] = ACTIONS(4182), + [anon_sym_override] = ACTIONS(4182), + [anon_sym_lateinit] = ACTIONS(4182), + [anon_sym_public] = ACTIONS(4182), + [anon_sym_private] = ACTIONS(4182), + [anon_sym_internal] = ACTIONS(4182), + [anon_sym_protected] = ACTIONS(4182), + [anon_sym_tailrec] = ACTIONS(4182), + [anon_sym_operator] = ACTIONS(4182), + [anon_sym_infix] = ACTIONS(4182), + [anon_sym_inline] = ACTIONS(4182), + [anon_sym_external] = ACTIONS(4182), + [sym_property_modifier] = ACTIONS(4182), + [anon_sym_abstract] = ACTIONS(4182), + [anon_sym_final] = ACTIONS(4182), + [anon_sym_open] = ACTIONS(4182), + [anon_sym_vararg] = ACTIONS(4182), + [anon_sym_noinline] = ACTIONS(4182), + [anon_sym_crossinline] = ACTIONS(4182), + [anon_sym_expect] = ACTIONS(4182), + [anon_sym_actual] = ACTIONS(4182), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4184), + [anon_sym_continue_AT] = ACTIONS(4184), + [anon_sym_break_AT] = ACTIONS(4184), + [anon_sym_this_AT] = ACTIONS(4184), + [anon_sym_super_AT] = ACTIONS(4184), + [sym_real_literal] = ACTIONS(4184), + [sym_integer_literal] = ACTIONS(4182), + [sym_hex_literal] = ACTIONS(4184), + [sym_bin_literal] = ACTIONS(4184), + [anon_sym_true] = ACTIONS(4182), + [anon_sym_false] = ACTIONS(4182), + [anon_sym_SQUOTE] = ACTIONS(4184), + [sym__backtick_identifier] = ACTIONS(4184), + [sym__automatic_semicolon] = ACTIONS(4184), + [sym_safe_nav] = ACTIONS(4184), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4184), }, - [917] = { + [900] = { + [sym_function_body] = STATE(1131), + [sym__block] = STATE(1074), [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_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), [anon_sym_RBRACE] = ACTIONS(4487), [anon_sym_LPAREN] = ACTIONS(4487), [anon_sym_COMMA] = ACTIONS(4487), @@ -155726,8 +153884,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_else] = ACTIONS(4485), [anon_sym_when] = ACTIONS(4485), [anon_sym_try] = ACTIONS(4485), - [anon_sym_catch] = ACTIONS(4485), - [anon_sym_finally] = ACTIONS(4485), [anon_sym_throw] = ACTIONS(4485), [anon_sym_return] = ACTIONS(4485), [anon_sym_continue] = ACTIONS(4485), @@ -155801,21 +153957,561 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4487), }, - [918] = { + [901] = { + [sym_function_body] = STATE(1132), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(4323), + [anon_sym_object] = ACTIONS(4323), + [anon_sym_fun] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_this] = ACTIONS(4323), + [anon_sym_super] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [sym_label] = ACTIONS(4323), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_null] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_when] = ACTIONS(4323), + [anon_sym_try] = ACTIONS(4323), + [anon_sym_throw] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4325), + [anon_sym_continue_AT] = ACTIONS(4325), + [anon_sym_break_AT] = ACTIONS(4325), + [anon_sym_this_AT] = ACTIONS(4325), + [anon_sym_super_AT] = ACTIONS(4325), + [sym_real_literal] = ACTIONS(4325), + [sym_integer_literal] = ACTIONS(4323), + [sym_hex_literal] = ACTIONS(4325), + [sym_bin_literal] = ACTIONS(4325), + [anon_sym_true] = ACTIONS(4323), + [anon_sym_false] = ACTIONS(4323), + [anon_sym_SQUOTE] = ACTIONS(4325), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4325), + }, + [902] = { + [sym_function_body] = STATE(1123), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(4319), + [anon_sym_object] = ACTIONS(4319), + [anon_sym_fun] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_this] = ACTIONS(4319), + [anon_sym_super] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [sym_label] = ACTIONS(4319), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_null] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_when] = ACTIONS(4319), + [anon_sym_try] = ACTIONS(4319), + [anon_sym_throw] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4321), + [anon_sym_continue_AT] = ACTIONS(4321), + [anon_sym_break_AT] = ACTIONS(4321), + [anon_sym_this_AT] = ACTIONS(4321), + [anon_sym_super_AT] = ACTIONS(4321), + [sym_real_literal] = ACTIONS(4321), + [sym_integer_literal] = ACTIONS(4319), + [sym_hex_literal] = ACTIONS(4321), + [sym_bin_literal] = ACTIONS(4321), + [anon_sym_true] = ACTIONS(4319), + [anon_sym_false] = ACTIONS(4319), + [anon_sym_SQUOTE] = ACTIONS(4321), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4321), + }, + [903] = { + [sym_class_body] = STATE(1083), + [sym_type_constraints] = STATE(967), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(3324), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, + [904] = { + [sym_function_body] = STATE(1078), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(4129), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), + }, + [905] = { + [sym_function_body] = STATE(1134), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(4139), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), + }, + [906] = { + [sym_type_constraints] = STATE(977), + [sym_enum_class_body] = STATE(1072), [sym__alpha_identifier] = ACTIONS(4489), [anon_sym_AT] = ACTIONS(4491), - [anon_sym_COLON] = ACTIONS(4489), [anon_sym_LBRACK] = ACTIONS(4491), [anon_sym_as] = ACTIONS(4489), [anon_sym_EQ] = ACTIONS(4489), - [anon_sym_constructor] = ACTIONS(4489), - [anon_sym_LBRACE] = ACTIONS(4491), + [anon_sym_LBRACE] = ACTIONS(3246), [anon_sym_RBRACE] = ACTIONS(4491), [anon_sym_LPAREN] = ACTIONS(4491), [anon_sym_COMMA] = ACTIONS(4491), [anon_sym_LT] = ACTIONS(4489), [anon_sym_GT] = ACTIONS(4489), - [anon_sym_where] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(3250), [anon_sym_object] = ACTIONS(4489), [anon_sym_fun] = ACTIONS(4489), [anon_sym_DOT] = ACTIONS(4489), @@ -155909,129 +154605,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4491), }, - [919] = { - [sym_type_constraints] = STATE(971), - [sym_enum_class_body] = STATE(1120), - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4463), - [anon_sym_fun] = ACTIONS(4463), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_this] = ACTIONS(4463), - [anon_sym_super] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [sym_label] = ACTIONS(4463), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_null] = ACTIONS(4463), - [anon_sym_if] = ACTIONS(4463), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_when] = ACTIONS(4463), - [anon_sym_try] = ACTIONS(4463), - [anon_sym_throw] = ACTIONS(4463), - [anon_sym_return] = ACTIONS(4463), - [anon_sym_continue] = ACTIONS(4463), - [anon_sym_break] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG] = ACTIONS(4463), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_suspend] = ACTIONS(4463), - [anon_sym_sealed] = ACTIONS(4463), - [anon_sym_annotation] = ACTIONS(4463), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_override] = ACTIONS(4463), - [anon_sym_lateinit] = ACTIONS(4463), - [anon_sym_public] = ACTIONS(4463), - [anon_sym_private] = ACTIONS(4463), - [anon_sym_internal] = ACTIONS(4463), - [anon_sym_protected] = ACTIONS(4463), - [anon_sym_tailrec] = ACTIONS(4463), - [anon_sym_operator] = ACTIONS(4463), - [anon_sym_infix] = ACTIONS(4463), - [anon_sym_inline] = ACTIONS(4463), - [anon_sym_external] = ACTIONS(4463), - [sym_property_modifier] = ACTIONS(4463), - [anon_sym_abstract] = ACTIONS(4463), - [anon_sym_final] = ACTIONS(4463), - [anon_sym_open] = ACTIONS(4463), - [anon_sym_vararg] = ACTIONS(4463), - [anon_sym_noinline] = ACTIONS(4463), - [anon_sym_crossinline] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4465), - [anon_sym_continue_AT] = ACTIONS(4465), - [anon_sym_break_AT] = ACTIONS(4465), - [anon_sym_this_AT] = ACTIONS(4465), - [anon_sym_super_AT] = ACTIONS(4465), - [sym_real_literal] = ACTIONS(4465), - [sym_integer_literal] = ACTIONS(4463), - [sym_hex_literal] = ACTIONS(4465), - [sym_bin_literal] = ACTIONS(4465), - [anon_sym_true] = ACTIONS(4463), - [anon_sym_false] = ACTIONS(4463), - [anon_sym_SQUOTE] = ACTIONS(4465), - [sym__backtick_identifier] = ACTIONS(4465), - [sym__automatic_semicolon] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4465), - }, - [920] = { - [sym_class_body] = STATE(1138), - [sym_type_constraints] = STATE(956), + [907] = { + [sym_function_body] = STATE(1154), + [sym__block] = STATE(1074), [sym__alpha_identifier] = ACTIONS(4493), [anon_sym_AT] = ACTIONS(4495), [anon_sym_LBRACK] = ACTIONS(4495), [anon_sym_as] = ACTIONS(4493), - [anon_sym_EQ] = ACTIONS(4493), - [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), [anon_sym_RBRACE] = ACTIONS(4495), [anon_sym_LPAREN] = ACTIONS(4495), [anon_sym_COMMA] = ACTIONS(4495), [anon_sym_LT] = ACTIONS(4493), [anon_sym_GT] = ACTIONS(4493), - [anon_sym_where] = ACTIONS(3216), + [anon_sym_where] = ACTIONS(4493), [anon_sym_object] = ACTIONS(4493), [anon_sym_fun] = ACTIONS(4493), [anon_sym_DOT] = ACTIONS(4493), @@ -156125,21 +154713,669 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4495), }, - [921] = { - [sym_class_body] = STATE(1043), + [908] = { + [sym_type_constraints] = STATE(1098), + [sym_function_body] = STATE(1132), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4323), + [anon_sym_fun] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_this] = ACTIONS(4323), + [anon_sym_super] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [sym_label] = ACTIONS(4323), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_null] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_when] = ACTIONS(4323), + [anon_sym_try] = ACTIONS(4323), + [anon_sym_throw] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4325), + [anon_sym_continue_AT] = ACTIONS(4325), + [anon_sym_break_AT] = ACTIONS(4325), + [anon_sym_this_AT] = ACTIONS(4325), + [anon_sym_super_AT] = ACTIONS(4325), + [sym_real_literal] = ACTIONS(4325), + [sym_integer_literal] = ACTIONS(4323), + [sym_hex_literal] = ACTIONS(4325), + [sym_bin_literal] = ACTIONS(4325), + [anon_sym_true] = ACTIONS(4323), + [anon_sym_false] = ACTIONS(4323), + [anon_sym_SQUOTE] = ACTIONS(4325), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4325), + }, + [909] = { + [sym_function_body] = STATE(1172), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(4145), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), + }, + [910] = { + [sym_type_constraints] = STATE(982), + [sym_enum_class_body] = STATE(1179), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), + }, + [911] = { + [sym_type_constraints] = STATE(960), + [sym_enum_class_body] = STATE(1083), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(3374), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, + [912] = { + [sym_function_body] = STATE(1125), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(4135), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(4151), + [anon_sym_object] = ACTIONS(4151), + [anon_sym_fun] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_this] = ACTIONS(4151), + [anon_sym_super] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [sym_label] = ACTIONS(4151), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_if] = ACTIONS(4151), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_when] = ACTIONS(4151), + [anon_sym_try] = ACTIONS(4151), + [anon_sym_throw] = ACTIONS(4151), + [anon_sym_return] = ACTIONS(4151), + [anon_sym_continue] = ACTIONS(4151), + [anon_sym_break] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4151), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4153), + [anon_sym_continue_AT] = ACTIONS(4153), + [anon_sym_break_AT] = ACTIONS(4153), + [anon_sym_this_AT] = ACTIONS(4153), + [anon_sym_super_AT] = ACTIONS(4153), + [sym_real_literal] = ACTIONS(4153), + [sym_integer_literal] = ACTIONS(4151), + [sym_hex_literal] = ACTIONS(4153), + [sym_bin_literal] = ACTIONS(4153), + [anon_sym_true] = ACTIONS(4151), + [anon_sym_false] = ACTIONS(4151), + [anon_sym_SQUOTE] = ACTIONS(4153), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4153), + }, + [913] = { + [sym__alpha_identifier] = ACTIONS(4163), + [anon_sym_AT] = ACTIONS(4165), + [anon_sym_COLON] = ACTIONS(4167), + [anon_sym_LBRACK] = ACTIONS(4165), + [anon_sym_as] = ACTIONS(4163), + [anon_sym_EQ] = ACTIONS(4163), + [anon_sym_LBRACE] = ACTIONS(4165), + [anon_sym_RBRACE] = ACTIONS(4165), + [anon_sym_LPAREN] = ACTIONS(4165), + [anon_sym_COMMA] = ACTIONS(4165), + [anon_sym_by] = ACTIONS(4163), + [anon_sym_LT] = ACTIONS(4163), + [anon_sym_GT] = ACTIONS(4163), + [anon_sym_where] = ACTIONS(4163), + [anon_sym_object] = ACTIONS(4163), + [anon_sym_fun] = ACTIONS(4163), + [anon_sym_DOT] = ACTIONS(4163), + [anon_sym_SEMI] = ACTIONS(4165), + [anon_sym_get] = ACTIONS(4163), + [anon_sym_set] = ACTIONS(4163), + [anon_sym_this] = ACTIONS(4163), + [anon_sym_super] = ACTIONS(4163), + [anon_sym_STAR] = ACTIONS(4163), + [sym_label] = ACTIONS(4163), + [anon_sym_in] = ACTIONS(4163), + [anon_sym_DOT_DOT] = ACTIONS(4165), + [anon_sym_QMARK_COLON] = ACTIONS(4165), + [anon_sym_AMP_AMP] = ACTIONS(4165), + [anon_sym_PIPE_PIPE] = ACTIONS(4165), + [anon_sym_null] = ACTIONS(4163), + [anon_sym_if] = ACTIONS(4163), + [anon_sym_else] = ACTIONS(4163), + [anon_sym_when] = ACTIONS(4163), + [anon_sym_try] = ACTIONS(4163), + [anon_sym_throw] = ACTIONS(4163), + [anon_sym_return] = ACTIONS(4163), + [anon_sym_continue] = ACTIONS(4163), + [anon_sym_break] = ACTIONS(4163), + [anon_sym_COLON_COLON] = ACTIONS(4165), + [anon_sym_PLUS_EQ] = ACTIONS(4165), + [anon_sym_DASH_EQ] = ACTIONS(4165), + [anon_sym_STAR_EQ] = ACTIONS(4165), + [anon_sym_SLASH_EQ] = ACTIONS(4165), + [anon_sym_PERCENT_EQ] = ACTIONS(4165), + [anon_sym_BANG_EQ] = ACTIONS(4163), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4165), + [anon_sym_EQ_EQ] = ACTIONS(4163), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4165), + [anon_sym_LT_EQ] = ACTIONS(4165), + [anon_sym_GT_EQ] = ACTIONS(4165), + [anon_sym_BANGin] = ACTIONS(4165), + [anon_sym_is] = ACTIONS(4163), + [anon_sym_BANGis] = ACTIONS(4165), + [anon_sym_PLUS] = ACTIONS(4163), + [anon_sym_DASH] = ACTIONS(4163), + [anon_sym_SLASH] = ACTIONS(4163), + [anon_sym_PERCENT] = ACTIONS(4163), + [anon_sym_as_QMARK] = ACTIONS(4165), + [anon_sym_PLUS_PLUS] = ACTIONS(4165), + [anon_sym_DASH_DASH] = ACTIONS(4165), + [anon_sym_BANG] = ACTIONS(4163), + [anon_sym_BANG_BANG] = ACTIONS(4165), + [anon_sym_suspend] = ACTIONS(4163), + [anon_sym_sealed] = ACTIONS(4163), + [anon_sym_annotation] = ACTIONS(4163), + [anon_sym_data] = ACTIONS(4163), + [anon_sym_inner] = ACTIONS(4163), + [anon_sym_value] = ACTIONS(4163), + [anon_sym_override] = ACTIONS(4163), + [anon_sym_lateinit] = ACTIONS(4163), + [anon_sym_public] = ACTIONS(4163), + [anon_sym_private] = ACTIONS(4163), + [anon_sym_internal] = ACTIONS(4163), + [anon_sym_protected] = ACTIONS(4163), + [anon_sym_tailrec] = ACTIONS(4163), + [anon_sym_operator] = ACTIONS(4163), + [anon_sym_infix] = ACTIONS(4163), + [anon_sym_inline] = ACTIONS(4163), + [anon_sym_external] = ACTIONS(4163), + [sym_property_modifier] = ACTIONS(4163), + [anon_sym_abstract] = ACTIONS(4163), + [anon_sym_final] = ACTIONS(4163), + [anon_sym_open] = ACTIONS(4163), + [anon_sym_vararg] = ACTIONS(4163), + [anon_sym_noinline] = ACTIONS(4163), + [anon_sym_crossinline] = ACTIONS(4163), + [anon_sym_expect] = ACTIONS(4163), + [anon_sym_actual] = ACTIONS(4163), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4165), + [anon_sym_continue_AT] = ACTIONS(4165), + [anon_sym_break_AT] = ACTIONS(4165), + [anon_sym_this_AT] = ACTIONS(4165), + [anon_sym_super_AT] = ACTIONS(4165), + [sym_real_literal] = ACTIONS(4165), + [sym_integer_literal] = ACTIONS(4163), + [sym_hex_literal] = ACTIONS(4165), + [sym_bin_literal] = ACTIONS(4165), + [anon_sym_true] = ACTIONS(4163), + [anon_sym_false] = ACTIONS(4163), + [anon_sym_SQUOTE] = ACTIONS(4165), + [sym__backtick_identifier] = ACTIONS(4165), + [sym__automatic_semicolon] = ACTIONS(4165), + [sym_safe_nav] = ACTIONS(4165), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4165), + }, + [914] = { + [sym_class_body] = STATE(1184), + [sym_type_constraints] = STATE(981), [sym__alpha_identifier] = ACTIONS(4497), [anon_sym_AT] = ACTIONS(4499), - [anon_sym_COLON] = ACTIONS(4501), [anon_sym_LBRACK] = ACTIONS(4499), [anon_sym_as] = ACTIONS(4497), [anon_sym_EQ] = ACTIONS(4497), - [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_LBRACE] = ACTIONS(3260), [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_where] = ACTIONS(3250), [anon_sym_object] = ACTIONS(4497), [anon_sym_fun] = ACTIONS(4497), [anon_sym_DOT] = ACTIONS(4497), @@ -156233,1088 +155469,1630 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4499), }, - [922] = { - [sym_class_body] = STATE(1180), - [sym_type_constraints] = STATE(945), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_COLON] = ACTIONS(3314), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_suspend] = ACTIONS(3270), - [anon_sym_sealed] = ACTIONS(3270), - [anon_sym_annotation] = ACTIONS(3270), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_override] = ACTIONS(3270), - [anon_sym_lateinit] = ACTIONS(3270), - [anon_sym_public] = ACTIONS(3270), - [anon_sym_private] = ACTIONS(3270), - [anon_sym_internal] = ACTIONS(3270), - [anon_sym_protected] = ACTIONS(3270), - [anon_sym_tailrec] = ACTIONS(3270), - [anon_sym_operator] = ACTIONS(3270), - [anon_sym_infix] = ACTIONS(3270), - [anon_sym_inline] = ACTIONS(3270), - [anon_sym_external] = ACTIONS(3270), - [sym_property_modifier] = ACTIONS(3270), - [anon_sym_abstract] = ACTIONS(3270), - [anon_sym_final] = ACTIONS(3270), - [anon_sym_open] = ACTIONS(3270), - [anon_sym_vararg] = ACTIONS(3270), - [anon_sym_noinline] = ACTIONS(3270), - [anon_sym_crossinline] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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), + [915] = { + [sym_type_constraints] = STATE(963), + [sym_enum_class_body] = STATE(1152), + [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(3246), + [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(3250), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4479), + [anon_sym_super_AT] = ACTIONS(4479), + [sym_real_literal] = ACTIONS(4479), + [sym_integer_literal] = ACTIONS(4477), + [sym_hex_literal] = ACTIONS(4479), + [sym_bin_literal] = ACTIONS(4479), + [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), }, - [923] = { - [sym_class_body] = STATE(1141), + [916] = { [sym_type_constraints] = STATE(933), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_COLON] = ACTIONS(4503), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4327), - [anon_sym_fun] = ACTIONS(4327), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_this] = ACTIONS(4327), - [anon_sym_super] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [sym_label] = ACTIONS(4327), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_null] = ACTIONS(4327), - [anon_sym_if] = ACTIONS(4327), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_when] = ACTIONS(4327), - [anon_sym_try] = ACTIONS(4327), - [anon_sym_throw] = ACTIONS(4327), - [anon_sym_return] = ACTIONS(4327), - [anon_sym_continue] = ACTIONS(4327), - [anon_sym_break] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG] = ACTIONS(4327), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), + [sym_enum_class_body] = STATE(1124), + [sym__alpha_identifier] = ACTIONS(4501), + [anon_sym_AT] = ACTIONS(4503), + [anon_sym_LBRACK] = ACTIONS(4503), + [anon_sym_as] = ACTIONS(4501), + [anon_sym_EQ] = ACTIONS(4501), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(4503), + [anon_sym_LPAREN] = ACTIONS(4503), + [anon_sym_COMMA] = ACTIONS(4503), + [anon_sym_LT] = ACTIONS(4501), + [anon_sym_GT] = ACTIONS(4501), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4501), + [anon_sym_fun] = ACTIONS(4501), + [anon_sym_DOT] = ACTIONS(4501), + [anon_sym_SEMI] = ACTIONS(4503), + [anon_sym_get] = ACTIONS(4501), + [anon_sym_set] = ACTIONS(4501), + [anon_sym_this] = ACTIONS(4501), + [anon_sym_super] = ACTIONS(4501), + [anon_sym_STAR] = ACTIONS(4501), + [sym_label] = ACTIONS(4501), + [anon_sym_in] = ACTIONS(4501), + [anon_sym_DOT_DOT] = ACTIONS(4503), + [anon_sym_QMARK_COLON] = ACTIONS(4503), + [anon_sym_AMP_AMP] = ACTIONS(4503), + [anon_sym_PIPE_PIPE] = ACTIONS(4503), + [anon_sym_null] = ACTIONS(4501), + [anon_sym_if] = ACTIONS(4501), + [anon_sym_else] = ACTIONS(4501), + [anon_sym_when] = ACTIONS(4501), + [anon_sym_try] = ACTIONS(4501), + [anon_sym_throw] = ACTIONS(4501), + [anon_sym_return] = ACTIONS(4501), + [anon_sym_continue] = ACTIONS(4501), + [anon_sym_break] = ACTIONS(4501), + [anon_sym_COLON_COLON] = ACTIONS(4503), + [anon_sym_PLUS_EQ] = ACTIONS(4503), + [anon_sym_DASH_EQ] = ACTIONS(4503), + [anon_sym_STAR_EQ] = ACTIONS(4503), + [anon_sym_SLASH_EQ] = ACTIONS(4503), + [anon_sym_PERCENT_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ] = ACTIONS(4501), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ] = ACTIONS(4501), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4503), + [anon_sym_LT_EQ] = ACTIONS(4503), + [anon_sym_GT_EQ] = ACTIONS(4503), + [anon_sym_BANGin] = ACTIONS(4503), + [anon_sym_is] = ACTIONS(4501), + [anon_sym_BANGis] = ACTIONS(4503), + [anon_sym_PLUS] = ACTIONS(4501), + [anon_sym_DASH] = ACTIONS(4501), + [anon_sym_SLASH] = ACTIONS(4501), + [anon_sym_PERCENT] = ACTIONS(4501), + [anon_sym_as_QMARK] = ACTIONS(4503), + [anon_sym_PLUS_PLUS] = ACTIONS(4503), + [anon_sym_DASH_DASH] = ACTIONS(4503), + [anon_sym_BANG] = ACTIONS(4501), + [anon_sym_BANG_BANG] = ACTIONS(4503), + [anon_sym_suspend] = ACTIONS(4501), + [anon_sym_sealed] = ACTIONS(4501), + [anon_sym_annotation] = ACTIONS(4501), + [anon_sym_data] = ACTIONS(4501), + [anon_sym_inner] = ACTIONS(4501), + [anon_sym_value] = ACTIONS(4501), + [anon_sym_override] = ACTIONS(4501), + [anon_sym_lateinit] = ACTIONS(4501), + [anon_sym_public] = ACTIONS(4501), + [anon_sym_private] = ACTIONS(4501), + [anon_sym_internal] = ACTIONS(4501), + [anon_sym_protected] = ACTIONS(4501), + [anon_sym_tailrec] = ACTIONS(4501), + [anon_sym_operator] = ACTIONS(4501), + [anon_sym_infix] = ACTIONS(4501), + [anon_sym_inline] = ACTIONS(4501), + [anon_sym_external] = ACTIONS(4501), + [sym_property_modifier] = ACTIONS(4501), + [anon_sym_abstract] = ACTIONS(4501), + [anon_sym_final] = ACTIONS(4501), + [anon_sym_open] = ACTIONS(4501), + [anon_sym_vararg] = ACTIONS(4501), + [anon_sym_noinline] = ACTIONS(4501), + [anon_sym_crossinline] = ACTIONS(4501), + [anon_sym_expect] = ACTIONS(4501), + [anon_sym_actual] = ACTIONS(4501), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4503), + [anon_sym_continue_AT] = ACTIONS(4503), + [anon_sym_break_AT] = ACTIONS(4503), + [anon_sym_this_AT] = ACTIONS(4503), + [anon_sym_super_AT] = ACTIONS(4503), + [sym_real_literal] = ACTIONS(4503), + [sym_integer_literal] = ACTIONS(4501), + [sym_hex_literal] = ACTIONS(4503), + [sym_bin_literal] = ACTIONS(4503), + [anon_sym_true] = ACTIONS(4501), + [anon_sym_false] = ACTIONS(4501), + [anon_sym_SQUOTE] = ACTIONS(4503), + [sym__backtick_identifier] = ACTIONS(4503), + [sym__automatic_semicolon] = ACTIONS(4503), + [sym_safe_nav] = ACTIONS(4503), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4503), + }, + [917] = { + [sym_type_constraints] = STATE(1014), + [sym_function_body] = STATE(1123), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4319), + [anon_sym_fun] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_this] = ACTIONS(4319), + [anon_sym_super] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [sym_label] = ACTIONS(4319), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_null] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_when] = ACTIONS(4319), + [anon_sym_try] = ACTIONS(4319), + [anon_sym_throw] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4321), + [anon_sym_continue_AT] = ACTIONS(4321), + [anon_sym_break_AT] = ACTIONS(4321), + [anon_sym_this_AT] = ACTIONS(4321), + [anon_sym_super_AT] = ACTIONS(4321), + [sym_real_literal] = ACTIONS(4321), + [sym_integer_literal] = ACTIONS(4319), + [sym_hex_literal] = ACTIONS(4321), + [sym_bin_literal] = ACTIONS(4321), + [anon_sym_true] = ACTIONS(4319), + [anon_sym_false] = ACTIONS(4319), + [anon_sym_SQUOTE] = ACTIONS(4321), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4321), + }, + [918] = { + [sym_class_body] = STATE(1058), + [sym_type_constraints] = STATE(951), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_COLON] = ACTIONS(4505), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4212), + [anon_sym_fun] = ACTIONS(4212), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_this] = ACTIONS(4212), + [anon_sym_super] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_null] = ACTIONS(4212), + [anon_sym_if] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_when] = ACTIONS(4212), + [anon_sym_try] = ACTIONS(4212), + [anon_sym_throw] = ACTIONS(4212), + [anon_sym_return] = ACTIONS(4212), + [anon_sym_continue] = ACTIONS(4212), + [anon_sym_break] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4214), + [anon_sym_continue_AT] = ACTIONS(4214), + [anon_sym_break_AT] = ACTIONS(4214), + [anon_sym_this_AT] = ACTIONS(4214), + [anon_sym_super_AT] = ACTIONS(4214), + [sym_real_literal] = ACTIONS(4214), + [sym_integer_literal] = ACTIONS(4212), + [sym_hex_literal] = ACTIONS(4214), + [sym_bin_literal] = ACTIONS(4214), + [anon_sym_true] = ACTIONS(4212), + [anon_sym_false] = ACTIONS(4212), + [anon_sym_SQUOTE] = ACTIONS(4214), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4214), + }, + [919] = { + [sym_type_constraints] = STATE(1101), + [sym_function_body] = STATE(1078), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), + }, + [920] = { + [sym_type_constraints] = STATE(1107), + [sym_function_body] = STATE(1134), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), + }, + [921] = { + [sym_type_constraints] = STATE(1109), + [sym_function_body] = STATE(1172), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), + }, + [922] = { + [sym_class_body] = STATE(1072), + [sym_type_constraints] = STATE(959), + [sym__alpha_identifier] = ACTIONS(4489), + [anon_sym_AT] = ACTIONS(4491), + [anon_sym_LBRACK] = ACTIONS(4491), + [anon_sym_as] = ACTIONS(4489), + [anon_sym_EQ] = ACTIONS(4489), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4491), + [anon_sym_LPAREN] = ACTIONS(4491), + [anon_sym_COMMA] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4489), + [anon_sym_GT] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4489), + [anon_sym_fun] = ACTIONS(4489), + [anon_sym_DOT] = ACTIONS(4489), + [anon_sym_SEMI] = ACTIONS(4491), + [anon_sym_get] = ACTIONS(4489), + [anon_sym_set] = ACTIONS(4489), + [anon_sym_this] = ACTIONS(4489), + [anon_sym_super] = ACTIONS(4489), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4489), + [anon_sym_in] = ACTIONS(4489), + [anon_sym_DOT_DOT] = ACTIONS(4491), + [anon_sym_QMARK_COLON] = ACTIONS(4491), + [anon_sym_AMP_AMP] = ACTIONS(4491), + [anon_sym_PIPE_PIPE] = ACTIONS(4491), + [anon_sym_null] = ACTIONS(4489), + [anon_sym_if] = ACTIONS(4489), + [anon_sym_else] = ACTIONS(4489), + [anon_sym_when] = ACTIONS(4489), + [anon_sym_try] = ACTIONS(4489), + [anon_sym_throw] = ACTIONS(4489), + [anon_sym_return] = ACTIONS(4489), + [anon_sym_continue] = ACTIONS(4489), + [anon_sym_break] = ACTIONS(4489), + [anon_sym_COLON_COLON] = ACTIONS(4491), + [anon_sym_PLUS_EQ] = ACTIONS(4491), + [anon_sym_DASH_EQ] = ACTIONS(4491), + [anon_sym_STAR_EQ] = ACTIONS(4491), + [anon_sym_SLASH_EQ] = ACTIONS(4491), + [anon_sym_PERCENT_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4491), + [anon_sym_LT_EQ] = ACTIONS(4491), + [anon_sym_GT_EQ] = ACTIONS(4491), + [anon_sym_BANGin] = ACTIONS(4491), + [anon_sym_is] = ACTIONS(4489), + [anon_sym_BANGis] = ACTIONS(4491), + [anon_sym_PLUS] = ACTIONS(4489), + [anon_sym_DASH] = ACTIONS(4489), + [anon_sym_SLASH] = ACTIONS(4489), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4491), + [anon_sym_DASH_DASH] = ACTIONS(4491), + [anon_sym_BANG] = ACTIONS(4489), + [anon_sym_BANG_BANG] = ACTIONS(4491), + [anon_sym_suspend] = ACTIONS(4489), + [anon_sym_sealed] = ACTIONS(4489), + [anon_sym_annotation] = ACTIONS(4489), + [anon_sym_data] = ACTIONS(4489), + [anon_sym_inner] = ACTIONS(4489), + [anon_sym_value] = ACTIONS(4489), + [anon_sym_override] = ACTIONS(4489), + [anon_sym_lateinit] = ACTIONS(4489), + [anon_sym_public] = ACTIONS(4489), + [anon_sym_private] = ACTIONS(4489), + [anon_sym_internal] = ACTIONS(4489), + [anon_sym_protected] = ACTIONS(4489), + [anon_sym_tailrec] = ACTIONS(4489), + [anon_sym_operator] = ACTIONS(4489), + [anon_sym_infix] = ACTIONS(4489), + [anon_sym_inline] = ACTIONS(4489), + [anon_sym_external] = ACTIONS(4489), + [sym_property_modifier] = ACTIONS(4489), + [anon_sym_abstract] = ACTIONS(4489), + [anon_sym_final] = ACTIONS(4489), + [anon_sym_open] = ACTIONS(4489), + [anon_sym_vararg] = ACTIONS(4489), + [anon_sym_noinline] = ACTIONS(4489), + [anon_sym_crossinline] = ACTIONS(4489), + [anon_sym_expect] = ACTIONS(4489), + [anon_sym_actual] = ACTIONS(4489), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4329), - [anon_sym_continue_AT] = ACTIONS(4329), - [anon_sym_break_AT] = ACTIONS(4329), - [anon_sym_this_AT] = ACTIONS(4329), - [anon_sym_super_AT] = ACTIONS(4329), - [sym_real_literal] = ACTIONS(4329), - [sym_integer_literal] = ACTIONS(4327), - [sym_hex_literal] = ACTIONS(4329), - [sym_bin_literal] = ACTIONS(4329), - [anon_sym_true] = ACTIONS(4327), - [anon_sym_false] = ACTIONS(4327), - [anon_sym_SQUOTE] = ACTIONS(4329), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), + [anon_sym_return_AT] = ACTIONS(4491), + [anon_sym_continue_AT] = ACTIONS(4491), + [anon_sym_break_AT] = ACTIONS(4491), + [anon_sym_this_AT] = ACTIONS(4491), + [anon_sym_super_AT] = ACTIONS(4491), + [sym_real_literal] = ACTIONS(4491), + [sym_integer_literal] = ACTIONS(4489), + [sym_hex_literal] = ACTIONS(4491), + [sym_bin_literal] = ACTIONS(4491), + [anon_sym_true] = ACTIONS(4489), + [anon_sym_false] = ACTIONS(4489), + [anon_sym_SQUOTE] = ACTIONS(4491), + [sym__backtick_identifier] = ACTIONS(4491), + [sym__automatic_semicolon] = ACTIONS(4491), + [sym_safe_nav] = ACTIONS(4491), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4329), + [sym__string_start] = ACTIONS(4491), + }, + [923] = { + [sym_class_body] = STATE(1171), + [sym_type_constraints] = STATE(929), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_COLON] = ACTIONS(3336), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3290), + [anon_sym_sealed] = ACTIONS(3290), + [anon_sym_annotation] = ACTIONS(3290), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_override] = ACTIONS(3290), + [anon_sym_lateinit] = ACTIONS(3290), + [anon_sym_public] = ACTIONS(3290), + [anon_sym_private] = ACTIONS(3290), + [anon_sym_internal] = ACTIONS(3290), + [anon_sym_protected] = ACTIONS(3290), + [anon_sym_tailrec] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_infix] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_external] = ACTIONS(3290), + [sym_property_modifier] = ACTIONS(3290), + [anon_sym_abstract] = ACTIONS(3290), + [anon_sym_final] = ACTIONS(3290), + [anon_sym_open] = ACTIONS(3290), + [anon_sym_vararg] = ACTIONS(3290), + [anon_sym_noinline] = ACTIONS(3290), + [anon_sym_crossinline] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), }, [924] = { - [sym_class_body] = STATE(1167), - [sym_type_constraints] = STATE(943), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), + [sym__alpha_identifier] = ACTIONS(4507), + [anon_sym_AT] = ACTIONS(4509), + [anon_sym_COLON] = ACTIONS(4507), + [anon_sym_LBRACK] = ACTIONS(4509), + [anon_sym_as] = ACTIONS(4507), + [anon_sym_EQ] = ACTIONS(4507), + [anon_sym_constructor] = 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_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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4509), + [anon_sym_super_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), }, [925] = { - [sym_value_arguments] = STATE(1170), - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_EQ] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_by] = ACTIONS(4509), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_object] = ACTIONS(4505), - [anon_sym_fun] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_this] = ACTIONS(4505), - [anon_sym_super] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4505), - [sym_label] = ACTIONS(4505), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_null] = ACTIONS(4505), - [anon_sym_if] = ACTIONS(4505), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_when] = ACTIONS(4505), - [anon_sym_try] = ACTIONS(4505), - [anon_sym_throw] = ACTIONS(4505), - [anon_sym_return] = ACTIONS(4505), - [anon_sym_continue] = ACTIONS(4505), - [anon_sym_break] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_PLUS_EQ] = ACTIONS(4507), - [anon_sym_DASH_EQ] = ACTIONS(4507), - [anon_sym_STAR_EQ] = ACTIONS(4507), - [anon_sym_SLASH_EQ] = ACTIONS(4507), - [anon_sym_PERCENT_EQ] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG] = ACTIONS(4505), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_suspend] = ACTIONS(4505), - [anon_sym_sealed] = ACTIONS(4505), - [anon_sym_annotation] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_override] = ACTIONS(4505), - [anon_sym_lateinit] = ACTIONS(4505), - [anon_sym_public] = ACTIONS(4505), - [anon_sym_private] = ACTIONS(4505), - [anon_sym_internal] = ACTIONS(4505), - [anon_sym_protected] = ACTIONS(4505), - [anon_sym_tailrec] = ACTIONS(4505), - [anon_sym_operator] = ACTIONS(4505), - [anon_sym_infix] = ACTIONS(4505), - [anon_sym_inline] = ACTIONS(4505), - [anon_sym_external] = ACTIONS(4505), - [sym_property_modifier] = ACTIONS(4505), - [anon_sym_abstract] = ACTIONS(4505), - [anon_sym_final] = ACTIONS(4505), - [anon_sym_open] = ACTIONS(4505), - [anon_sym_vararg] = ACTIONS(4505), - [anon_sym_noinline] = ACTIONS(4505), - [anon_sym_crossinline] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4507), - [anon_sym_continue_AT] = ACTIONS(4507), - [anon_sym_break_AT] = ACTIONS(4507), - [anon_sym_this_AT] = ACTIONS(4507), - [anon_sym_super_AT] = ACTIONS(4507), - [sym_real_literal] = ACTIONS(4507), - [sym_integer_literal] = ACTIONS(4505), - [sym_hex_literal] = ACTIONS(4507), - [sym_bin_literal] = ACTIONS(4507), - [anon_sym_true] = ACTIONS(4505), - [anon_sym_false] = ACTIONS(4505), - [anon_sym_SQUOTE] = ACTIONS(4507), - [sym__backtick_identifier] = ACTIONS(4507), - [sym__automatic_semicolon] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4507), + [sym_class_body] = STATE(1058), + [sym_type_constraints] = STATE(951), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4212), + [anon_sym_fun] = ACTIONS(4212), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_this] = ACTIONS(4212), + [anon_sym_super] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_null] = ACTIONS(4212), + [anon_sym_if] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_when] = ACTIONS(4212), + [anon_sym_try] = ACTIONS(4212), + [anon_sym_throw] = ACTIONS(4212), + [anon_sym_return] = ACTIONS(4212), + [anon_sym_continue] = ACTIONS(4212), + [anon_sym_break] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4214), + [anon_sym_continue_AT] = ACTIONS(4214), + [anon_sym_break_AT] = ACTIONS(4214), + [anon_sym_this_AT] = ACTIONS(4214), + [anon_sym_super_AT] = ACTIONS(4214), + [sym_real_literal] = ACTIONS(4214), + [sym_integer_literal] = ACTIONS(4212), + [sym_hex_literal] = ACTIONS(4214), + [sym_bin_literal] = ACTIONS(4214), + [anon_sym_true] = ACTIONS(4212), + [anon_sym_false] = ACTIONS(4212), + [anon_sym_SQUOTE] = ACTIONS(4214), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4214), }, [926] = { - [sym_getter] = STATE(3477), - [sym_setter] = STATE(3477), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2102), + [sym__comparison_operator] = STATE(2099), + [sym__in_operator] = STATE(2098), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2096), + [sym__multiplicative_operator] = STATE(2090), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2089), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3142), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3144), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3144), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(4513), - [anon_sym_get] = ACTIONS(4515), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), - [sym_line_comment] = ACTIONS(3), + [anon_sym_GT] = ACTIONS(4517), + [anon_sym_where] = ACTIONS(3142), + [anon_sym_object] = ACTIONS(3142), + [anon_sym_fun] = ACTIONS(3142), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3142), + [anon_sym_super] = ACTIONS(3142), + [anon_sym_STAR] = ACTIONS(4521), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(4525), + [anon_sym_DOT_DOT] = ACTIONS(4527), + [anon_sym_QMARK_COLON] = ACTIONS(4529), + [anon_sym_AMP_AMP] = ACTIONS(4531), + [anon_sym_PIPE_PIPE] = ACTIONS(4533), + [anon_sym_null] = ACTIONS(3142), + [anon_sym_if] = ACTIONS(3142), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_when] = ACTIONS(3142), + [anon_sym_try] = ACTIONS(3142), + [anon_sym_throw] = ACTIONS(3142), + [anon_sym_return] = ACTIONS(3142), + [anon_sym_continue] = ACTIONS(3142), + [anon_sym_break] = ACTIONS(3142), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3144), + [anon_sym_DASH_EQ] = ACTIONS(3144), + [anon_sym_STAR_EQ] = ACTIONS(3144), + [anon_sym_SLASH_EQ] = ACTIONS(3144), + [anon_sym_PERCENT_EQ] = ACTIONS(3144), + [anon_sym_BANG_EQ] = ACTIONS(4537), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4539), + [anon_sym_EQ_EQ] = ACTIONS(4537), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4539), + [anon_sym_LT_EQ] = ACTIONS(4541), + [anon_sym_GT_EQ] = ACTIONS(4541), + [anon_sym_BANGin] = ACTIONS(4543), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(4549), + [anon_sym_DASH] = ACTIONS(4549), + [anon_sym_SLASH] = ACTIONS(4521), + [anon_sym_PERCENT] = ACTIONS(4521), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3142), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3144), + [anon_sym_continue_AT] = ACTIONS(3144), + [anon_sym_break_AT] = ACTIONS(3144), + [anon_sym_this_AT] = ACTIONS(3144), + [anon_sym_super_AT] = ACTIONS(3144), + [sym_real_literal] = ACTIONS(3144), + [sym_integer_literal] = ACTIONS(3142), + [sym_hex_literal] = ACTIONS(3144), + [sym_bin_literal] = ACTIONS(3144), + [anon_sym_true] = ACTIONS(3142), + [anon_sym_false] = ACTIONS(3142), + [anon_sym_SQUOTE] = ACTIONS(3144), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), + [sym__automatic_semicolon] = ACTIONS(3144), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3144), }, [927] = { - [sym__alpha_identifier] = ACTIONS(4543), - [anon_sym_AT] = ACTIONS(4545), - [anon_sym_COLON] = ACTIONS(4543), - [anon_sym_LBRACK] = ACTIONS(4545), - [anon_sym_as] = ACTIONS(4543), - [anon_sym_EQ] = ACTIONS(4543), - [anon_sym_LBRACE] = ACTIONS(4545), - [anon_sym_RBRACE] = ACTIONS(4545), - [anon_sym_LPAREN] = ACTIONS(4545), - [anon_sym_COMMA] = ACTIONS(4545), - [anon_sym_LT] = ACTIONS(4543), - [anon_sym_GT] = ACTIONS(4543), - [anon_sym_where] = ACTIONS(4543), - [anon_sym_object] = ACTIONS(4543), - [anon_sym_fun] = ACTIONS(4543), - [anon_sym_DOT] = ACTIONS(4543), - [anon_sym_SEMI] = ACTIONS(4545), - [anon_sym_get] = ACTIONS(4543), - [anon_sym_set] = ACTIONS(4543), - [anon_sym_this] = ACTIONS(4543), - [anon_sym_super] = ACTIONS(4543), - [anon_sym_STAR] = ACTIONS(4543), - [sym_label] = ACTIONS(4543), - [anon_sym_in] = ACTIONS(4543), - [anon_sym_DOT_DOT] = ACTIONS(4545), - [anon_sym_QMARK_COLON] = ACTIONS(4545), - [anon_sym_AMP_AMP] = ACTIONS(4545), - [anon_sym_PIPE_PIPE] = ACTIONS(4545), - [anon_sym_null] = ACTIONS(4543), - [anon_sym_if] = ACTIONS(4543), - [anon_sym_else] = ACTIONS(4543), - [anon_sym_when] = ACTIONS(4543), - [anon_sym_try] = ACTIONS(4543), - [anon_sym_throw] = ACTIONS(4543), - [anon_sym_return] = ACTIONS(4543), - [anon_sym_continue] = ACTIONS(4543), - [anon_sym_break] = ACTIONS(4543), - [anon_sym_COLON_COLON] = ACTIONS(4545), - [anon_sym_PLUS_EQ] = ACTIONS(4545), - [anon_sym_DASH_EQ] = ACTIONS(4545), - [anon_sym_STAR_EQ] = ACTIONS(4545), - [anon_sym_SLASH_EQ] = ACTIONS(4545), - [anon_sym_PERCENT_EQ] = ACTIONS(4545), - [anon_sym_BANG_EQ] = ACTIONS(4543), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4545), - [anon_sym_EQ_EQ] = ACTIONS(4543), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4545), - [anon_sym_LT_EQ] = ACTIONS(4545), - [anon_sym_GT_EQ] = ACTIONS(4545), - [anon_sym_BANGin] = ACTIONS(4545), - [anon_sym_is] = ACTIONS(4543), - [anon_sym_BANGis] = ACTIONS(4545), - [anon_sym_PLUS] = ACTIONS(4543), - [anon_sym_DASH] = ACTIONS(4543), - [anon_sym_SLASH] = ACTIONS(4543), - [anon_sym_PERCENT] = ACTIONS(4543), - [anon_sym_as_QMARK] = ACTIONS(4545), - [anon_sym_PLUS_PLUS] = ACTIONS(4545), - [anon_sym_DASH_DASH] = ACTIONS(4545), - [anon_sym_BANG] = ACTIONS(4543), - [anon_sym_BANG_BANG] = ACTIONS(4545), - [anon_sym_suspend] = ACTIONS(4543), - [anon_sym_sealed] = ACTIONS(4543), - [anon_sym_annotation] = ACTIONS(4543), - [anon_sym_data] = ACTIONS(4543), - [anon_sym_inner] = ACTIONS(4543), - [anon_sym_value] = ACTIONS(4543), - [anon_sym_override] = ACTIONS(4543), - [anon_sym_lateinit] = ACTIONS(4543), - [anon_sym_public] = ACTIONS(4543), - [anon_sym_private] = ACTIONS(4543), - [anon_sym_internal] = ACTIONS(4543), - [anon_sym_protected] = ACTIONS(4543), - [anon_sym_tailrec] = ACTIONS(4543), - [anon_sym_operator] = ACTIONS(4543), - [anon_sym_infix] = ACTIONS(4543), - [anon_sym_inline] = ACTIONS(4543), - [anon_sym_external] = ACTIONS(4543), - [sym_property_modifier] = ACTIONS(4543), - [anon_sym_abstract] = ACTIONS(4543), - [anon_sym_final] = ACTIONS(4543), - [anon_sym_open] = ACTIONS(4543), - [anon_sym_vararg] = ACTIONS(4543), - [anon_sym_noinline] = ACTIONS(4543), - [anon_sym_crossinline] = ACTIONS(4543), - [anon_sym_expect] = ACTIONS(4543), - [anon_sym_actual] = ACTIONS(4543), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4545), - [anon_sym_continue_AT] = ACTIONS(4545), - [anon_sym_break_AT] = ACTIONS(4545), - [anon_sym_this_AT] = ACTIONS(4545), - [anon_sym_super_AT] = ACTIONS(4545), - [sym_real_literal] = ACTIONS(4545), - [sym_integer_literal] = ACTIONS(4543), - [sym_hex_literal] = ACTIONS(4545), - [sym_bin_literal] = ACTIONS(4545), - [anon_sym_true] = ACTIONS(4543), - [anon_sym_false] = ACTIONS(4543), - [anon_sym_SQUOTE] = ACTIONS(4545), - [sym__backtick_identifier] = ACTIONS(4545), - [sym__automatic_semicolon] = ACTIONS(4545), - [sym_safe_nav] = ACTIONS(4545), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4545), + [sym_enum_class_body] = STATE(1110), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(4200), + [anon_sym_object] = ACTIONS(4200), + [anon_sym_fun] = ACTIONS(4200), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_this] = ACTIONS(4200), + [anon_sym_super] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_null] = ACTIONS(4200), + [anon_sym_if] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_when] = ACTIONS(4200), + [anon_sym_try] = ACTIONS(4200), + [anon_sym_throw] = ACTIONS(4200), + [anon_sym_return] = ACTIONS(4200), + [anon_sym_continue] = ACTIONS(4200), + [anon_sym_break] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4202), + [anon_sym_continue_AT] = ACTIONS(4202), + [anon_sym_break_AT] = ACTIONS(4202), + [anon_sym_this_AT] = ACTIONS(4202), + [anon_sym_super_AT] = ACTIONS(4202), + [sym_real_literal] = ACTIONS(4202), + [sym_integer_literal] = ACTIONS(4200), + [sym_hex_literal] = ACTIONS(4202), + [sym_bin_literal] = ACTIONS(4202), + [anon_sym_true] = ACTIONS(4200), + [anon_sym_false] = ACTIONS(4200), + [anon_sym_SQUOTE] = ACTIONS(4202), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4202), }, [928] = { - [sym_enum_class_body] = STATE(1148), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3286), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3286), - [anon_sym_sealed] = ACTIONS(3286), - [anon_sym_annotation] = ACTIONS(3286), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_override] = ACTIONS(3286), - [anon_sym_lateinit] = ACTIONS(3286), - [anon_sym_public] = ACTIONS(3286), - [anon_sym_private] = ACTIONS(3286), - [anon_sym_internal] = ACTIONS(3286), - [anon_sym_protected] = ACTIONS(3286), - [anon_sym_tailrec] = ACTIONS(3286), - [anon_sym_operator] = ACTIONS(3286), - [anon_sym_infix] = ACTIONS(3286), - [anon_sym_inline] = ACTIONS(3286), - [anon_sym_external] = ACTIONS(3286), - [sym_property_modifier] = ACTIONS(3286), - [anon_sym_abstract] = ACTIONS(3286), - [anon_sym_final] = ACTIONS(3286), - [anon_sym_open] = ACTIONS(3286), - [anon_sym_vararg] = ACTIONS(3286), - [anon_sym_noinline] = ACTIONS(3286), - [anon_sym_crossinline] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), + [sym_enum_class_body] = STATE(1083), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3280), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, [929] = { - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_EQ] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_by] = ACTIONS(4509), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_object] = ACTIONS(4505), - [anon_sym_fun] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_this] = ACTIONS(4505), - [anon_sym_super] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4505), - [sym_label] = ACTIONS(4505), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_null] = ACTIONS(4505), - [anon_sym_if] = ACTIONS(4505), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_when] = ACTIONS(4505), - [anon_sym_try] = ACTIONS(4505), - [anon_sym_throw] = ACTIONS(4505), - [anon_sym_return] = ACTIONS(4505), - [anon_sym_continue] = ACTIONS(4505), - [anon_sym_break] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_PLUS_EQ] = ACTIONS(4507), - [anon_sym_DASH_EQ] = ACTIONS(4507), - [anon_sym_STAR_EQ] = ACTIONS(4507), - [anon_sym_SLASH_EQ] = ACTIONS(4507), - [anon_sym_PERCENT_EQ] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG] = ACTIONS(4505), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_suspend] = ACTIONS(4505), - [anon_sym_sealed] = ACTIONS(4505), - [anon_sym_annotation] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_override] = ACTIONS(4505), - [anon_sym_lateinit] = ACTIONS(4505), - [anon_sym_public] = ACTIONS(4505), - [anon_sym_private] = ACTIONS(4505), - [anon_sym_internal] = ACTIONS(4505), - [anon_sym_protected] = ACTIONS(4505), - [anon_sym_tailrec] = ACTIONS(4505), - [anon_sym_operator] = ACTIONS(4505), - [anon_sym_infix] = ACTIONS(4505), - [anon_sym_inline] = ACTIONS(4505), - [anon_sym_external] = ACTIONS(4505), - [sym_property_modifier] = ACTIONS(4505), - [anon_sym_abstract] = ACTIONS(4505), - [anon_sym_final] = ACTIONS(4505), - [anon_sym_open] = ACTIONS(4505), - [anon_sym_vararg] = ACTIONS(4505), - [anon_sym_noinline] = ACTIONS(4505), - [anon_sym_crossinline] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4507), - [anon_sym_continue_AT] = ACTIONS(4507), - [anon_sym_break_AT] = ACTIONS(4507), - [anon_sym_this_AT] = ACTIONS(4507), - [anon_sym_super_AT] = ACTIONS(4507), - [sym_real_literal] = ACTIONS(4507), - [sym_integer_literal] = ACTIONS(4505), - [sym_hex_literal] = ACTIONS(4507), - [sym_bin_literal] = ACTIONS(4507), - [anon_sym_true] = ACTIONS(4505), - [anon_sym_false] = ACTIONS(4505), - [anon_sym_SQUOTE] = ACTIONS(4507), - [sym__backtick_identifier] = ACTIONS(4507), - [sym__automatic_semicolon] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4507), + [sym_class_body] = STATE(1058), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(4212), + [anon_sym_object] = ACTIONS(4212), + [anon_sym_fun] = ACTIONS(4212), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_this] = ACTIONS(4212), + [anon_sym_super] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_null] = ACTIONS(4212), + [anon_sym_if] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_when] = ACTIONS(4212), + [anon_sym_try] = ACTIONS(4212), + [anon_sym_throw] = ACTIONS(4212), + [anon_sym_return] = ACTIONS(4212), + [anon_sym_continue] = ACTIONS(4212), + [anon_sym_break] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4214), + [anon_sym_continue_AT] = ACTIONS(4214), + [anon_sym_break_AT] = ACTIONS(4214), + [anon_sym_this_AT] = ACTIONS(4214), + [anon_sym_super_AT] = ACTIONS(4214), + [sym_real_literal] = ACTIONS(4214), + [sym_integer_literal] = ACTIONS(4212), + [sym_hex_literal] = ACTIONS(4214), + [sym_bin_literal] = ACTIONS(4214), + [anon_sym_true] = ACTIONS(4212), + [anon_sym_false] = ACTIONS(4212), + [anon_sym_SQUOTE] = ACTIONS(4214), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4214), }, [930] = { - [sym_class_body] = STATE(1144), - [sym__alpha_identifier] = ACTIONS(4547), - [anon_sym_AT] = ACTIONS(4549), - [anon_sym_LBRACK] = ACTIONS(4549), - [anon_sym_as] = ACTIONS(4547), - [anon_sym_EQ] = ACTIONS(4547), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4549), - [anon_sym_LPAREN] = ACTIONS(4549), - [anon_sym_COMMA] = ACTIONS(4549), - [anon_sym_LT] = ACTIONS(4547), - [anon_sym_GT] = ACTIONS(4547), - [anon_sym_where] = ACTIONS(4547), - [anon_sym_object] = ACTIONS(4547), - [anon_sym_fun] = ACTIONS(4547), - [anon_sym_DOT] = ACTIONS(4547), - [anon_sym_SEMI] = ACTIONS(4549), - [anon_sym_get] = ACTIONS(4547), - [anon_sym_set] = ACTIONS(4547), - [anon_sym_this] = ACTIONS(4547), - [anon_sym_super] = ACTIONS(4547), - [anon_sym_STAR] = ACTIONS(4547), - [sym_label] = ACTIONS(4547), - [anon_sym_in] = ACTIONS(4547), - [anon_sym_DOT_DOT] = ACTIONS(4549), - [anon_sym_QMARK_COLON] = ACTIONS(4549), - [anon_sym_AMP_AMP] = ACTIONS(4549), - [anon_sym_PIPE_PIPE] = ACTIONS(4549), - [anon_sym_null] = ACTIONS(4547), - [anon_sym_if] = ACTIONS(4547), - [anon_sym_else] = ACTIONS(4547), - [anon_sym_when] = ACTIONS(4547), - [anon_sym_try] = ACTIONS(4547), - [anon_sym_throw] = ACTIONS(4547), - [anon_sym_return] = ACTIONS(4547), - [anon_sym_continue] = ACTIONS(4547), - [anon_sym_break] = ACTIONS(4547), - [anon_sym_COLON_COLON] = ACTIONS(4549), - [anon_sym_PLUS_EQ] = ACTIONS(4549), - [anon_sym_DASH_EQ] = ACTIONS(4549), - [anon_sym_STAR_EQ] = ACTIONS(4549), - [anon_sym_SLASH_EQ] = ACTIONS(4549), - [anon_sym_PERCENT_EQ] = ACTIONS(4549), - [anon_sym_BANG_EQ] = ACTIONS(4547), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4549), - [anon_sym_EQ_EQ] = ACTIONS(4547), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4549), - [anon_sym_LT_EQ] = ACTIONS(4549), - [anon_sym_GT_EQ] = ACTIONS(4549), - [anon_sym_BANGin] = ACTIONS(4549), - [anon_sym_is] = ACTIONS(4547), - [anon_sym_BANGis] = ACTIONS(4549), - [anon_sym_PLUS] = ACTIONS(4547), - [anon_sym_DASH] = ACTIONS(4547), - [anon_sym_SLASH] = ACTIONS(4547), - [anon_sym_PERCENT] = ACTIONS(4547), - [anon_sym_as_QMARK] = ACTIONS(4549), - [anon_sym_PLUS_PLUS] = ACTIONS(4549), - [anon_sym_DASH_DASH] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(4547), - [anon_sym_BANG_BANG] = ACTIONS(4549), - [anon_sym_suspend] = ACTIONS(4547), - [anon_sym_sealed] = ACTIONS(4547), - [anon_sym_annotation] = ACTIONS(4547), - [anon_sym_data] = ACTIONS(4547), - [anon_sym_inner] = ACTIONS(4547), - [anon_sym_value] = ACTIONS(4547), - [anon_sym_override] = ACTIONS(4547), - [anon_sym_lateinit] = ACTIONS(4547), - [anon_sym_public] = ACTIONS(4547), - [anon_sym_private] = ACTIONS(4547), - [anon_sym_internal] = ACTIONS(4547), - [anon_sym_protected] = ACTIONS(4547), - [anon_sym_tailrec] = ACTIONS(4547), - [anon_sym_operator] = ACTIONS(4547), - [anon_sym_infix] = ACTIONS(4547), - [anon_sym_inline] = ACTIONS(4547), - [anon_sym_external] = ACTIONS(4547), - [sym_property_modifier] = ACTIONS(4547), - [anon_sym_abstract] = ACTIONS(4547), - [anon_sym_final] = ACTIONS(4547), - [anon_sym_open] = ACTIONS(4547), - [anon_sym_vararg] = ACTIONS(4547), - [anon_sym_noinline] = ACTIONS(4547), - [anon_sym_crossinline] = ACTIONS(4547), - [anon_sym_expect] = ACTIONS(4547), - [anon_sym_actual] = ACTIONS(4547), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4549), - [anon_sym_continue_AT] = ACTIONS(4549), - [anon_sym_break_AT] = ACTIONS(4549), - [anon_sym_this_AT] = ACTIONS(4549), - [anon_sym_super_AT] = ACTIONS(4549), - [sym_real_literal] = ACTIONS(4549), - [sym_integer_literal] = ACTIONS(4547), - [sym_hex_literal] = ACTIONS(4549), - [sym_bin_literal] = ACTIONS(4549), - [anon_sym_true] = ACTIONS(4547), - [anon_sym_false] = ACTIONS(4547), - [anon_sym_SQUOTE] = ACTIONS(4549), - [sym__backtick_identifier] = ACTIONS(4549), - [sym__automatic_semicolon] = ACTIONS(4549), - [sym_safe_nav] = ACTIONS(4549), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4549), - }, - [931] = { - [sym__alpha_identifier] = ACTIONS(4551), - [anon_sym_AT] = ACTIONS(4553), - [anon_sym_COLON] = ACTIONS(4551), - [anon_sym_LBRACK] = ACTIONS(4553), - [anon_sym_as] = ACTIONS(4551), - [anon_sym_EQ] = ACTIONS(4551), - [anon_sym_LBRACE] = ACTIONS(4553), - [anon_sym_RBRACE] = ACTIONS(4553), - [anon_sym_LPAREN] = ACTIONS(4553), - [anon_sym_COMMA] = ACTIONS(4553), - [anon_sym_LT] = ACTIONS(4551), - [anon_sym_GT] = ACTIONS(4551), - [anon_sym_where] = ACTIONS(4551), - [anon_sym_object] = ACTIONS(4551), - [anon_sym_fun] = ACTIONS(4551), - [anon_sym_DOT] = ACTIONS(4551), - [anon_sym_SEMI] = ACTIONS(4553), - [anon_sym_get] = ACTIONS(4551), - [anon_sym_set] = ACTIONS(4551), - [anon_sym_this] = ACTIONS(4551), - [anon_sym_super] = ACTIONS(4551), - [anon_sym_STAR] = ACTIONS(4551), - [sym_label] = ACTIONS(4551), - [anon_sym_in] = ACTIONS(4551), - [anon_sym_DOT_DOT] = ACTIONS(4553), - [anon_sym_QMARK_COLON] = ACTIONS(4553), - [anon_sym_AMP_AMP] = ACTIONS(4553), - [anon_sym_PIPE_PIPE] = ACTIONS(4553), - [anon_sym_null] = ACTIONS(4551), - [anon_sym_if] = ACTIONS(4551), - [anon_sym_else] = ACTIONS(4551), - [anon_sym_when] = ACTIONS(4551), - [anon_sym_try] = ACTIONS(4551), - [anon_sym_throw] = ACTIONS(4551), - [anon_sym_return] = ACTIONS(4551), - [anon_sym_continue] = ACTIONS(4551), - [anon_sym_break] = ACTIONS(4551), - [anon_sym_COLON_COLON] = ACTIONS(4553), - [anon_sym_PLUS_EQ] = ACTIONS(4553), - [anon_sym_DASH_EQ] = ACTIONS(4553), - [anon_sym_STAR_EQ] = ACTIONS(4553), - [anon_sym_SLASH_EQ] = ACTIONS(4553), - [anon_sym_PERCENT_EQ] = ACTIONS(4553), - [anon_sym_BANG_EQ] = ACTIONS(4551), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4553), - [anon_sym_EQ_EQ] = ACTIONS(4551), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4553), - [anon_sym_LT_EQ] = ACTIONS(4553), - [anon_sym_GT_EQ] = ACTIONS(4553), - [anon_sym_BANGin] = ACTIONS(4553), - [anon_sym_is] = ACTIONS(4551), - [anon_sym_BANGis] = ACTIONS(4553), - [anon_sym_PLUS] = ACTIONS(4551), - [anon_sym_DASH] = ACTIONS(4551), - [anon_sym_SLASH] = ACTIONS(4551), - [anon_sym_PERCENT] = ACTIONS(4551), - [anon_sym_as_QMARK] = ACTIONS(4553), - [anon_sym_PLUS_PLUS] = ACTIONS(4553), - [anon_sym_DASH_DASH] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(4551), - [anon_sym_BANG_BANG] = ACTIONS(4553), - [anon_sym_suspend] = ACTIONS(4551), - [anon_sym_sealed] = ACTIONS(4551), - [anon_sym_annotation] = ACTIONS(4551), - [anon_sym_data] = ACTIONS(4551), - [anon_sym_inner] = ACTIONS(4551), - [anon_sym_value] = ACTIONS(4551), - [anon_sym_override] = ACTIONS(4551), - [anon_sym_lateinit] = ACTIONS(4551), - [anon_sym_public] = ACTIONS(4551), - [anon_sym_private] = ACTIONS(4551), - [anon_sym_internal] = ACTIONS(4551), - [anon_sym_protected] = ACTIONS(4551), - [anon_sym_tailrec] = ACTIONS(4551), - [anon_sym_operator] = ACTIONS(4551), - [anon_sym_infix] = ACTIONS(4551), - [anon_sym_inline] = ACTIONS(4551), - [anon_sym_external] = ACTIONS(4551), - [sym_property_modifier] = ACTIONS(4551), - [anon_sym_abstract] = ACTIONS(4551), - [anon_sym_final] = ACTIONS(4551), - [anon_sym_open] = ACTIONS(4551), - [anon_sym_vararg] = ACTIONS(4551), - [anon_sym_noinline] = ACTIONS(4551), - [anon_sym_crossinline] = ACTIONS(4551), - [anon_sym_expect] = ACTIONS(4551), - [anon_sym_actual] = ACTIONS(4551), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4553), - [anon_sym_continue_AT] = ACTIONS(4553), - [anon_sym_break_AT] = ACTIONS(4553), - [anon_sym_this_AT] = ACTIONS(4553), - [anon_sym_super_AT] = ACTIONS(4553), - [sym_real_literal] = ACTIONS(4553), - [sym_integer_literal] = ACTIONS(4551), - [sym_hex_literal] = ACTIONS(4553), - [sym_bin_literal] = ACTIONS(4553), - [anon_sym_true] = ACTIONS(4551), - [anon_sym_false] = ACTIONS(4551), - [anon_sym_SQUOTE] = ACTIONS(4553), - [sym__backtick_identifier] = ACTIONS(4553), - [sym__automatic_semicolon] = ACTIONS(4553), - [sym_safe_nav] = ACTIONS(4553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4553), - }, - [932] = { - [sym_class_body] = STATE(1187), [sym__alpha_identifier] = ACTIONS(4555), [anon_sym_AT] = ACTIONS(4557), + [anon_sym_COLON] = ACTIONS(4555), [anon_sym_LBRACK] = ACTIONS(4557), [anon_sym_as] = ACTIONS(4555), [anon_sym_EQ] = ACTIONS(4555), - [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_LBRACE] = ACTIONS(4557), [anon_sym_RBRACE] = ACTIONS(4557), [anon_sym_LPAREN] = ACTIONS(4557), [anon_sym_COMMA] = ACTIONS(4557), @@ -157414,114 +157192,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4557), }, - [933] = { - [sym_class_body] = STATE(1172), - [sym__alpha_identifier] = ACTIONS(4355), - [anon_sym_AT] = ACTIONS(4357), - [anon_sym_LBRACK] = ACTIONS(4357), - [anon_sym_as] = ACTIONS(4355), - [anon_sym_EQ] = ACTIONS(4355), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4357), - [anon_sym_LPAREN] = ACTIONS(4357), - [anon_sym_COMMA] = ACTIONS(4357), - [anon_sym_LT] = ACTIONS(4355), - [anon_sym_GT] = ACTIONS(4355), - [anon_sym_where] = ACTIONS(4355), - [anon_sym_object] = ACTIONS(4355), - [anon_sym_fun] = ACTIONS(4355), - [anon_sym_DOT] = ACTIONS(4355), - [anon_sym_SEMI] = ACTIONS(4357), - [anon_sym_get] = ACTIONS(4355), - [anon_sym_set] = ACTIONS(4355), - [anon_sym_this] = ACTIONS(4355), - [anon_sym_super] = ACTIONS(4355), - [anon_sym_STAR] = ACTIONS(4355), - [sym_label] = ACTIONS(4355), - [anon_sym_in] = ACTIONS(4355), - [anon_sym_DOT_DOT] = ACTIONS(4357), - [anon_sym_QMARK_COLON] = ACTIONS(4357), - [anon_sym_AMP_AMP] = ACTIONS(4357), - [anon_sym_PIPE_PIPE] = ACTIONS(4357), - [anon_sym_null] = ACTIONS(4355), - [anon_sym_if] = ACTIONS(4355), - [anon_sym_else] = ACTIONS(4355), - [anon_sym_when] = ACTIONS(4355), - [anon_sym_try] = ACTIONS(4355), - [anon_sym_throw] = ACTIONS(4355), - [anon_sym_return] = ACTIONS(4355), - [anon_sym_continue] = ACTIONS(4355), - [anon_sym_break] = ACTIONS(4355), - [anon_sym_COLON_COLON] = ACTIONS(4357), - [anon_sym_PLUS_EQ] = ACTIONS(4357), - [anon_sym_DASH_EQ] = ACTIONS(4357), - [anon_sym_STAR_EQ] = ACTIONS(4357), - [anon_sym_SLASH_EQ] = ACTIONS(4357), - [anon_sym_PERCENT_EQ] = ACTIONS(4357), - [anon_sym_BANG_EQ] = ACTIONS(4355), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4357), - [anon_sym_EQ_EQ] = ACTIONS(4355), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4357), - [anon_sym_LT_EQ] = ACTIONS(4357), - [anon_sym_GT_EQ] = ACTIONS(4357), - [anon_sym_BANGin] = ACTIONS(4357), - [anon_sym_is] = ACTIONS(4355), - [anon_sym_BANGis] = ACTIONS(4357), - [anon_sym_PLUS] = ACTIONS(4355), - [anon_sym_DASH] = ACTIONS(4355), - [anon_sym_SLASH] = ACTIONS(4355), - [anon_sym_PERCENT] = ACTIONS(4355), - [anon_sym_as_QMARK] = ACTIONS(4357), - [anon_sym_PLUS_PLUS] = ACTIONS(4357), - [anon_sym_DASH_DASH] = ACTIONS(4357), - [anon_sym_BANG] = ACTIONS(4355), - [anon_sym_BANG_BANG] = ACTIONS(4357), - [anon_sym_suspend] = ACTIONS(4355), - [anon_sym_sealed] = ACTIONS(4355), - [anon_sym_annotation] = ACTIONS(4355), - [anon_sym_data] = ACTIONS(4355), - [anon_sym_inner] = ACTIONS(4355), - [anon_sym_value] = ACTIONS(4355), - [anon_sym_override] = ACTIONS(4355), - [anon_sym_lateinit] = ACTIONS(4355), - [anon_sym_public] = ACTIONS(4355), - [anon_sym_private] = ACTIONS(4355), - [anon_sym_internal] = ACTIONS(4355), - [anon_sym_protected] = ACTIONS(4355), - [anon_sym_tailrec] = ACTIONS(4355), - [anon_sym_operator] = ACTIONS(4355), - [anon_sym_infix] = ACTIONS(4355), - [anon_sym_inline] = ACTIONS(4355), - [anon_sym_external] = ACTIONS(4355), - [sym_property_modifier] = ACTIONS(4355), - [anon_sym_abstract] = ACTIONS(4355), - [anon_sym_final] = ACTIONS(4355), - [anon_sym_open] = ACTIONS(4355), - [anon_sym_vararg] = ACTIONS(4355), - [anon_sym_noinline] = ACTIONS(4355), - [anon_sym_crossinline] = ACTIONS(4355), - [anon_sym_expect] = ACTIONS(4355), - [anon_sym_actual] = ACTIONS(4355), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4357), - [anon_sym_continue_AT] = ACTIONS(4357), - [anon_sym_break_AT] = ACTIONS(4357), - [anon_sym_this_AT] = ACTIONS(4357), - [anon_sym_super_AT] = ACTIONS(4357), - [sym_real_literal] = ACTIONS(4357), - [sym_integer_literal] = ACTIONS(4355), - [sym_hex_literal] = ACTIONS(4357), - [sym_bin_literal] = ACTIONS(4357), - [anon_sym_true] = ACTIONS(4355), - [anon_sym_false] = ACTIONS(4355), - [anon_sym_SQUOTE] = ACTIONS(4357), - [sym__backtick_identifier] = ACTIONS(4357), - [sym__automatic_semicolon] = ACTIONS(4357), - [sym_safe_nav] = ACTIONS(4357), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4357), - }, - [934] = { + [931] = { [sym__alpha_identifier] = ACTIONS(4559), [anon_sym_AT] = ACTIONS(4561), [anon_sym_COLON] = ACTIONS(4559), @@ -157628,2004 +157299,292 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4561), }, - [935] = { - [sym_enum_class_body] = STATE(1120), - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(4463), - [anon_sym_object] = ACTIONS(4463), - [anon_sym_fun] = ACTIONS(4463), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_this] = ACTIONS(4463), - [anon_sym_super] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [sym_label] = ACTIONS(4463), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_null] = ACTIONS(4463), - [anon_sym_if] = ACTIONS(4463), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_when] = ACTIONS(4463), - [anon_sym_try] = ACTIONS(4463), - [anon_sym_throw] = ACTIONS(4463), - [anon_sym_return] = ACTIONS(4463), - [anon_sym_continue] = ACTIONS(4463), - [anon_sym_break] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG] = ACTIONS(4463), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_suspend] = ACTIONS(4463), - [anon_sym_sealed] = ACTIONS(4463), - [anon_sym_annotation] = ACTIONS(4463), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_override] = ACTIONS(4463), - [anon_sym_lateinit] = ACTIONS(4463), - [anon_sym_public] = ACTIONS(4463), - [anon_sym_private] = ACTIONS(4463), - [anon_sym_internal] = ACTIONS(4463), - [anon_sym_protected] = ACTIONS(4463), - [anon_sym_tailrec] = ACTIONS(4463), - [anon_sym_operator] = ACTIONS(4463), - [anon_sym_infix] = ACTIONS(4463), - [anon_sym_inline] = ACTIONS(4463), - [anon_sym_external] = ACTIONS(4463), - [sym_property_modifier] = ACTIONS(4463), - [anon_sym_abstract] = ACTIONS(4463), - [anon_sym_final] = ACTIONS(4463), - [anon_sym_open] = ACTIONS(4463), - [anon_sym_vararg] = ACTIONS(4463), - [anon_sym_noinline] = ACTIONS(4463), - [anon_sym_crossinline] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4465), - [anon_sym_continue_AT] = ACTIONS(4465), - [anon_sym_break_AT] = ACTIONS(4465), - [anon_sym_this_AT] = ACTIONS(4465), - [anon_sym_super_AT] = ACTIONS(4465), - [sym_real_literal] = ACTIONS(4465), - [sym_integer_literal] = ACTIONS(4463), - [sym_hex_literal] = ACTIONS(4465), - [sym_bin_literal] = ACTIONS(4465), - [anon_sym_true] = ACTIONS(4463), - [anon_sym_false] = ACTIONS(4463), - [anon_sym_SQUOTE] = ACTIONS(4465), - [sym__backtick_identifier] = ACTIONS(4465), - [sym__automatic_semicolon] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4465), - }, - [936] = { - [sym__alpha_identifier] = ACTIONS(4563), - [anon_sym_AT] = ACTIONS(4565), - [anon_sym_COLON] = ACTIONS(4563), - [anon_sym_LBRACK] = ACTIONS(4565), - [anon_sym_as] = ACTIONS(4563), - [anon_sym_EQ] = ACTIONS(4563), - [anon_sym_LBRACE] = ACTIONS(4565), - [anon_sym_RBRACE] = ACTIONS(4565), - [anon_sym_LPAREN] = ACTIONS(4565), - [anon_sym_COMMA] = ACTIONS(4565), - [anon_sym_LT] = ACTIONS(4563), + [932] = { + [sym_getter] = STATE(3466), + [sym_setter] = STATE(3466), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4563), - [anon_sym_where] = ACTIONS(4563), - [anon_sym_object] = ACTIONS(4563), - [anon_sym_fun] = ACTIONS(4563), - [anon_sym_DOT] = ACTIONS(4563), + [anon_sym_DOT] = ACTIONS(3580), [anon_sym_SEMI] = ACTIONS(4565), - [anon_sym_get] = ACTIONS(4563), - [anon_sym_set] = ACTIONS(4563), - [anon_sym_this] = ACTIONS(4563), - [anon_sym_super] = ACTIONS(4563), - [anon_sym_STAR] = ACTIONS(4563), - [sym_label] = ACTIONS(4563), - [anon_sym_in] = ACTIONS(4563), - [anon_sym_DOT_DOT] = ACTIONS(4565), - [anon_sym_QMARK_COLON] = ACTIONS(4565), - [anon_sym_AMP_AMP] = ACTIONS(4565), - [anon_sym_PIPE_PIPE] = ACTIONS(4565), - [anon_sym_null] = ACTIONS(4563), - [anon_sym_if] = ACTIONS(4563), - [anon_sym_else] = ACTIONS(4563), - [anon_sym_when] = ACTIONS(4563), - [anon_sym_try] = ACTIONS(4563), - [anon_sym_throw] = ACTIONS(4563), - [anon_sym_return] = ACTIONS(4563), - [anon_sym_continue] = ACTIONS(4563), - [anon_sym_break] = ACTIONS(4563), - [anon_sym_COLON_COLON] = ACTIONS(4565), - [anon_sym_PLUS_EQ] = ACTIONS(4565), - [anon_sym_DASH_EQ] = ACTIONS(4565), - [anon_sym_STAR_EQ] = ACTIONS(4565), - [anon_sym_SLASH_EQ] = ACTIONS(4565), - [anon_sym_PERCENT_EQ] = ACTIONS(4565), - [anon_sym_BANG_EQ] = ACTIONS(4563), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4565), - [anon_sym_EQ_EQ] = ACTIONS(4563), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4565), - [anon_sym_LT_EQ] = ACTIONS(4565), - [anon_sym_GT_EQ] = ACTIONS(4565), - [anon_sym_BANGin] = ACTIONS(4565), - [anon_sym_is] = ACTIONS(4563), - [anon_sym_BANGis] = ACTIONS(4565), - [anon_sym_PLUS] = ACTIONS(4563), - [anon_sym_DASH] = ACTIONS(4563), - [anon_sym_SLASH] = ACTIONS(4563), - [anon_sym_PERCENT] = ACTIONS(4563), - [anon_sym_as_QMARK] = ACTIONS(4565), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(4563), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_suspend] = ACTIONS(4563), - [anon_sym_sealed] = ACTIONS(4563), - [anon_sym_annotation] = ACTIONS(4563), - [anon_sym_data] = ACTIONS(4563), - [anon_sym_inner] = ACTIONS(4563), - [anon_sym_value] = ACTIONS(4563), - [anon_sym_override] = ACTIONS(4563), - [anon_sym_lateinit] = ACTIONS(4563), - [anon_sym_public] = ACTIONS(4563), - [anon_sym_private] = ACTIONS(4563), - [anon_sym_internal] = ACTIONS(4563), - [anon_sym_protected] = ACTIONS(4563), - [anon_sym_tailrec] = ACTIONS(4563), - [anon_sym_operator] = ACTIONS(4563), - [anon_sym_infix] = ACTIONS(4563), - [anon_sym_inline] = ACTIONS(4563), - [anon_sym_external] = ACTIONS(4563), - [sym_property_modifier] = ACTIONS(4563), - [anon_sym_abstract] = ACTIONS(4563), - [anon_sym_final] = ACTIONS(4563), - [anon_sym_open] = ACTIONS(4563), - [anon_sym_vararg] = ACTIONS(4563), - [anon_sym_noinline] = ACTIONS(4563), - [anon_sym_crossinline] = ACTIONS(4563), - [anon_sym_expect] = ACTIONS(4563), - [anon_sym_actual] = ACTIONS(4563), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4565), - [anon_sym_continue_AT] = ACTIONS(4565), - [anon_sym_break_AT] = ACTIONS(4565), - [anon_sym_this_AT] = ACTIONS(4565), - [anon_sym_super_AT] = ACTIONS(4565), - [sym_real_literal] = ACTIONS(4565), - [sym_integer_literal] = ACTIONS(4563), - [sym_hex_literal] = ACTIONS(4565), - [sym_bin_literal] = ACTIONS(4565), - [anon_sym_true] = ACTIONS(4563), - [anon_sym_false] = ACTIONS(4563), - [anon_sym_SQUOTE] = ACTIONS(4565), - [sym__backtick_identifier] = ACTIONS(4565), - [sym__automatic_semicolon] = ACTIONS(4565), - [sym_safe_nav] = ACTIONS(4565), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4565), - }, - [937] = { - [sym_enum_class_body] = STATE(1122), - [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(3240), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4569), - [anon_sym_super_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), - }, - [938] = { - [sym__alpha_identifier] = ACTIONS(4571), - [anon_sym_AT] = ACTIONS(4573), - [anon_sym_LBRACK] = ACTIONS(4573), - [anon_sym_as] = ACTIONS(4571), - [anon_sym_EQ] = ACTIONS(4571), - [anon_sym_LBRACE] = ACTIONS(4573), - [anon_sym_RBRACE] = ACTIONS(4573), - [anon_sym_LPAREN] = ACTIONS(4573), - [anon_sym_COMMA] = ACTIONS(4573), - [anon_sym_by] = ACTIONS(4571), - [anon_sym_LT] = ACTIONS(4571), - [anon_sym_GT] = ACTIONS(4571), - [anon_sym_where] = ACTIONS(4571), - [anon_sym_object] = ACTIONS(4571), - [anon_sym_fun] = ACTIONS(4571), - [anon_sym_DOT] = ACTIONS(4571), - [anon_sym_SEMI] = ACTIONS(4573), - [anon_sym_get] = ACTIONS(4571), - [anon_sym_set] = ACTIONS(4571), - [anon_sym_this] = ACTIONS(4571), - [anon_sym_super] = ACTIONS(4571), + [anon_sym_set] = ACTIONS(4569), [anon_sym_STAR] = ACTIONS(4571), - [sym_label] = ACTIONS(4571), - [anon_sym_in] = ACTIONS(4571), - [anon_sym_DOT_DOT] = ACTIONS(4573), - [anon_sym_QMARK_COLON] = ACTIONS(4573), - [anon_sym_AMP_AMP] = ACTIONS(4573), - [anon_sym_PIPE_PIPE] = ACTIONS(4573), - [anon_sym_null] = ACTIONS(4571), - [anon_sym_if] = ACTIONS(4571), - [anon_sym_else] = ACTIONS(4571), - [anon_sym_when] = ACTIONS(4571), - [anon_sym_try] = ACTIONS(4571), - [anon_sym_throw] = ACTIONS(4571), - [anon_sym_return] = ACTIONS(4571), - [anon_sym_continue] = ACTIONS(4571), - [anon_sym_break] = ACTIONS(4571), - [anon_sym_COLON_COLON] = ACTIONS(4573), - [anon_sym_PLUS_EQ] = ACTIONS(4573), - [anon_sym_DASH_EQ] = ACTIONS(4573), - [anon_sym_STAR_EQ] = ACTIONS(4573), - [anon_sym_SLASH_EQ] = ACTIONS(4573), - [anon_sym_PERCENT_EQ] = ACTIONS(4573), - [anon_sym_BANG_EQ] = ACTIONS(4571), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4573), - [anon_sym_EQ_EQ] = ACTIONS(4571), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4573), - [anon_sym_LT_EQ] = ACTIONS(4573), - [anon_sym_GT_EQ] = ACTIONS(4573), - [anon_sym_BANGin] = ACTIONS(4573), - [anon_sym_is] = ACTIONS(4571), - [anon_sym_BANGis] = ACTIONS(4573), - [anon_sym_PLUS] = ACTIONS(4571), - [anon_sym_DASH] = ACTIONS(4571), - [anon_sym_SLASH] = ACTIONS(4571), - [anon_sym_PERCENT] = ACTIONS(4571), - [anon_sym_as_QMARK] = ACTIONS(4573), - [anon_sym_PLUS_PLUS] = ACTIONS(4573), - [anon_sym_DASH_DASH] = ACTIONS(4573), - [anon_sym_BANG] = ACTIONS(4571), - [anon_sym_BANG_BANG] = ACTIONS(4573), - [anon_sym_suspend] = ACTIONS(4571), - [anon_sym_sealed] = ACTIONS(4571), - [anon_sym_annotation] = ACTIONS(4571), - [anon_sym_data] = ACTIONS(4571), - [anon_sym_inner] = ACTIONS(4571), - [anon_sym_value] = ACTIONS(4571), - [anon_sym_override] = ACTIONS(4571), - [anon_sym_lateinit] = ACTIONS(4571), - [anon_sym_public] = ACTIONS(4571), - [anon_sym_private] = ACTIONS(4571), - [anon_sym_internal] = ACTIONS(4571), - [anon_sym_protected] = ACTIONS(4571), - [anon_sym_tailrec] = ACTIONS(4571), - [anon_sym_operator] = ACTIONS(4571), - [anon_sym_infix] = ACTIONS(4571), - [anon_sym_inline] = ACTIONS(4571), - [anon_sym_external] = ACTIONS(4571), - [sym_property_modifier] = ACTIONS(4571), - [anon_sym_abstract] = ACTIONS(4571), - [anon_sym_final] = ACTIONS(4571), - [anon_sym_open] = ACTIONS(4571), - [anon_sym_vararg] = ACTIONS(4571), - [anon_sym_noinline] = ACTIONS(4571), - [anon_sym_crossinline] = ACTIONS(4571), - [anon_sym_expect] = ACTIONS(4571), - [anon_sym_actual] = ACTIONS(4571), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4573), - [anon_sym_continue_AT] = ACTIONS(4573), - [anon_sym_break_AT] = ACTIONS(4573), - [anon_sym_this_AT] = ACTIONS(4573), - [anon_sym_super_AT] = ACTIONS(4573), - [sym_real_literal] = ACTIONS(4573), - [sym_integer_literal] = ACTIONS(4571), - [sym_hex_literal] = ACTIONS(4573), - [sym_bin_literal] = ACTIONS(4573), - [anon_sym_true] = ACTIONS(4571), - [anon_sym_false] = ACTIONS(4571), - [anon_sym_SQUOTE] = ACTIONS(4573), - [sym__backtick_identifier] = ACTIONS(4573), - [sym__automatic_semicolon] = ACTIONS(4573), - [sym_safe_nav] = ACTIONS(4573), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4573), - }, - [939] = { - [sym_class_body] = STATE(1180), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3270), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_suspend] = ACTIONS(3270), - [anon_sym_sealed] = ACTIONS(3270), - [anon_sym_annotation] = ACTIONS(3270), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_override] = ACTIONS(3270), - [anon_sym_lateinit] = ACTIONS(3270), - [anon_sym_public] = ACTIONS(3270), - [anon_sym_private] = ACTIONS(3270), - [anon_sym_internal] = ACTIONS(3270), - [anon_sym_protected] = ACTIONS(3270), - [anon_sym_tailrec] = ACTIONS(3270), - [anon_sym_operator] = ACTIONS(3270), - [anon_sym_infix] = ACTIONS(3270), - [anon_sym_inline] = ACTIONS(3270), - [anon_sym_external] = ACTIONS(3270), - [sym_property_modifier] = ACTIONS(3270), - [anon_sym_abstract] = ACTIONS(3270), - [anon_sym_final] = ACTIONS(3270), - [anon_sym_open] = ACTIONS(3270), - [anon_sym_vararg] = ACTIONS(3270), - [anon_sym_noinline] = ACTIONS(3270), - [anon_sym_crossinline] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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), - }, - [940] = { - [sym_function_body] = STATE(1131), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_COLON] = ACTIONS(4575), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_object] = ACTIONS(4307), - [anon_sym_fun] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_this] = ACTIONS(4307), - [anon_sym_super] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4307), - [sym_label] = ACTIONS(4307), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_if] = ACTIONS(4307), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_when] = ACTIONS(4307), - [anon_sym_try] = ACTIONS(4307), - [anon_sym_throw] = ACTIONS(4307), - [anon_sym_return] = ACTIONS(4307), - [anon_sym_continue] = ACTIONS(4307), - [anon_sym_break] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_PLUS_EQ] = ACTIONS(4309), - [anon_sym_DASH_EQ] = ACTIONS(4309), - [anon_sym_STAR_EQ] = ACTIONS(4309), - [anon_sym_SLASH_EQ] = ACTIONS(4309), - [anon_sym_PERCENT_EQ] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4307), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG] = ACTIONS(4307), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4309), - [anon_sym_continue_AT] = ACTIONS(4309), - [anon_sym_break_AT] = ACTIONS(4309), - [anon_sym_this_AT] = ACTIONS(4309), - [anon_sym_super_AT] = ACTIONS(4309), - [sym_real_literal] = ACTIONS(4309), - [sym_integer_literal] = ACTIONS(4307), - [sym_hex_literal] = ACTIONS(4309), - [sym_bin_literal] = ACTIONS(4309), - [anon_sym_true] = ACTIONS(4307), - [anon_sym_false] = ACTIONS(4307), - [anon_sym_SQUOTE] = ACTIONS(4309), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4309), - }, - [941] = { - [sym__alpha_identifier] = ACTIONS(4577), - [anon_sym_AT] = ACTIONS(4579), - [anon_sym_COLON] = ACTIONS(4577), - [anon_sym_LBRACK] = ACTIONS(4579), - [anon_sym_as] = ACTIONS(4577), - [anon_sym_EQ] = ACTIONS(4577), - [anon_sym_LBRACE] = ACTIONS(4579), - [anon_sym_RBRACE] = ACTIONS(4579), - [anon_sym_LPAREN] = ACTIONS(4579), - [anon_sym_COMMA] = ACTIONS(4579), - [anon_sym_LT] = ACTIONS(4577), - [anon_sym_GT] = ACTIONS(4577), - [anon_sym_where] = ACTIONS(4577), - [anon_sym_object] = ACTIONS(4577), - [anon_sym_fun] = ACTIONS(4577), - [anon_sym_DOT] = ACTIONS(4577), - [anon_sym_SEMI] = ACTIONS(4579), - [anon_sym_get] = ACTIONS(4577), - [anon_sym_set] = ACTIONS(4577), - [anon_sym_this] = ACTIONS(4577), - [anon_sym_super] = ACTIONS(4577), - [anon_sym_STAR] = ACTIONS(4577), - [sym_label] = ACTIONS(4577), - [anon_sym_in] = ACTIONS(4577), - [anon_sym_DOT_DOT] = ACTIONS(4579), - [anon_sym_QMARK_COLON] = ACTIONS(4579), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), [anon_sym_AMP_AMP] = ACTIONS(4579), - [anon_sym_PIPE_PIPE] = ACTIONS(4579), - [anon_sym_null] = ACTIONS(4577), - [anon_sym_if] = ACTIONS(4577), - [anon_sym_else] = ACTIONS(4577), - [anon_sym_when] = ACTIONS(4577), - [anon_sym_try] = ACTIONS(4577), - [anon_sym_throw] = ACTIONS(4577), - [anon_sym_return] = ACTIONS(4577), - [anon_sym_continue] = ACTIONS(4577), - [anon_sym_break] = ACTIONS(4577), - [anon_sym_COLON_COLON] = ACTIONS(4579), - [anon_sym_PLUS_EQ] = ACTIONS(4579), - [anon_sym_DASH_EQ] = ACTIONS(4579), - [anon_sym_STAR_EQ] = ACTIONS(4579), - [anon_sym_SLASH_EQ] = ACTIONS(4579), - [anon_sym_PERCENT_EQ] = ACTIONS(4579), - [anon_sym_BANG_EQ] = ACTIONS(4577), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4579), - [anon_sym_EQ_EQ] = ACTIONS(4577), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4579), - [anon_sym_LT_EQ] = ACTIONS(4579), - [anon_sym_GT_EQ] = ACTIONS(4579), - [anon_sym_BANGin] = ACTIONS(4579), - [anon_sym_is] = ACTIONS(4577), - [anon_sym_BANGis] = ACTIONS(4579), - [anon_sym_PLUS] = ACTIONS(4577), - [anon_sym_DASH] = ACTIONS(4577), - [anon_sym_SLASH] = ACTIONS(4577), - [anon_sym_PERCENT] = ACTIONS(4577), - [anon_sym_as_QMARK] = ACTIONS(4579), - [anon_sym_PLUS_PLUS] = ACTIONS(4579), - [anon_sym_DASH_DASH] = ACTIONS(4579), - [anon_sym_BANG] = ACTIONS(4577), - [anon_sym_BANG_BANG] = ACTIONS(4579), - [anon_sym_suspend] = ACTIONS(4577), - [anon_sym_sealed] = ACTIONS(4577), - [anon_sym_annotation] = ACTIONS(4577), - [anon_sym_data] = ACTIONS(4577), - [anon_sym_inner] = ACTIONS(4577), - [anon_sym_value] = ACTIONS(4577), - [anon_sym_override] = ACTIONS(4577), - [anon_sym_lateinit] = ACTIONS(4577), - [anon_sym_public] = ACTIONS(4577), - [anon_sym_private] = ACTIONS(4577), - [anon_sym_internal] = ACTIONS(4577), - [anon_sym_protected] = ACTIONS(4577), - [anon_sym_tailrec] = ACTIONS(4577), - [anon_sym_operator] = ACTIONS(4577), - [anon_sym_infix] = ACTIONS(4577), - [anon_sym_inline] = ACTIONS(4577), - [anon_sym_external] = ACTIONS(4577), - [sym_property_modifier] = ACTIONS(4577), - [anon_sym_abstract] = ACTIONS(4577), - [anon_sym_final] = ACTIONS(4577), - [anon_sym_open] = ACTIONS(4577), - [anon_sym_vararg] = ACTIONS(4577), - [anon_sym_noinline] = ACTIONS(4577), - [anon_sym_crossinline] = ACTIONS(4577), - [anon_sym_expect] = ACTIONS(4577), - [anon_sym_actual] = ACTIONS(4577), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4579), - [anon_sym_continue_AT] = ACTIONS(4579), - [anon_sym_break_AT] = ACTIONS(4579), - [anon_sym_this_AT] = ACTIONS(4579), - [anon_sym_super_AT] = ACTIONS(4579), - [sym_real_literal] = ACTIONS(4579), - [sym_integer_literal] = ACTIONS(4577), - [sym_hex_literal] = ACTIONS(4579), - [sym_bin_literal] = ACTIONS(4579), - [anon_sym_true] = ACTIONS(4577), - [anon_sym_false] = ACTIONS(4577), - [anon_sym_SQUOTE] = ACTIONS(4579), - [sym__backtick_identifier] = ACTIONS(4579), - [sym__automatic_semicolon] = ACTIONS(4579), - [sym_safe_nav] = ACTIONS(4579), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4579), - }, - [942] = { - [sym__alpha_identifier] = ACTIONS(4581), - [anon_sym_AT] = ACTIONS(4583), - [anon_sym_COLON] = ACTIONS(4581), - [anon_sym_LBRACK] = ACTIONS(4583), - [anon_sym_as] = ACTIONS(4581), - [anon_sym_EQ] = ACTIONS(4581), - [anon_sym_LBRACE] = ACTIONS(4583), - [anon_sym_RBRACE] = ACTIONS(4583), - [anon_sym_LPAREN] = ACTIONS(4583), - [anon_sym_COMMA] = ACTIONS(4583), - [anon_sym_LT] = ACTIONS(4581), - [anon_sym_GT] = ACTIONS(4581), - [anon_sym_where] = ACTIONS(4581), - [anon_sym_object] = ACTIONS(4581), - [anon_sym_fun] = ACTIONS(4581), - [anon_sym_DOT] = ACTIONS(4581), - [anon_sym_SEMI] = ACTIONS(4583), - [anon_sym_get] = ACTIONS(4581), - [anon_sym_set] = ACTIONS(4581), - [anon_sym_this] = ACTIONS(4581), - [anon_sym_super] = ACTIONS(4581), - [anon_sym_STAR] = ACTIONS(4581), - [sym_label] = ACTIONS(4581), - [anon_sym_in] = ACTIONS(4581), - [anon_sym_DOT_DOT] = ACTIONS(4583), - [anon_sym_QMARK_COLON] = ACTIONS(4583), - [anon_sym_AMP_AMP] = ACTIONS(4583), - [anon_sym_PIPE_PIPE] = ACTIONS(4583), - [anon_sym_null] = ACTIONS(4581), - [anon_sym_if] = ACTIONS(4581), - [anon_sym_else] = ACTIONS(4581), - [anon_sym_when] = ACTIONS(4581), - [anon_sym_try] = ACTIONS(4581), - [anon_sym_throw] = ACTIONS(4581), - [anon_sym_return] = ACTIONS(4581), - [anon_sym_continue] = ACTIONS(4581), - [anon_sym_break] = ACTIONS(4581), - [anon_sym_COLON_COLON] = ACTIONS(4583), - [anon_sym_PLUS_EQ] = ACTIONS(4583), - [anon_sym_DASH_EQ] = ACTIONS(4583), - [anon_sym_STAR_EQ] = ACTIONS(4583), - [anon_sym_SLASH_EQ] = ACTIONS(4583), - [anon_sym_PERCENT_EQ] = ACTIONS(4583), - [anon_sym_BANG_EQ] = ACTIONS(4581), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4583), - [anon_sym_EQ_EQ] = ACTIONS(4581), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4583), - [anon_sym_LT_EQ] = ACTIONS(4583), - [anon_sym_GT_EQ] = ACTIONS(4583), - [anon_sym_BANGin] = ACTIONS(4583), - [anon_sym_is] = ACTIONS(4581), - [anon_sym_BANGis] = ACTIONS(4583), - [anon_sym_PLUS] = ACTIONS(4581), - [anon_sym_DASH] = ACTIONS(4581), - [anon_sym_SLASH] = ACTIONS(4581), - [anon_sym_PERCENT] = ACTIONS(4581), - [anon_sym_as_QMARK] = ACTIONS(4583), - [anon_sym_PLUS_PLUS] = ACTIONS(4583), - [anon_sym_DASH_DASH] = ACTIONS(4583), - [anon_sym_BANG] = ACTIONS(4581), - [anon_sym_BANG_BANG] = ACTIONS(4583), - [anon_sym_suspend] = ACTIONS(4581), - [anon_sym_sealed] = ACTIONS(4581), - [anon_sym_annotation] = ACTIONS(4581), - [anon_sym_data] = ACTIONS(4581), - [anon_sym_inner] = ACTIONS(4581), - [anon_sym_value] = ACTIONS(4581), - [anon_sym_override] = ACTIONS(4581), - [anon_sym_lateinit] = ACTIONS(4581), - [anon_sym_public] = ACTIONS(4581), - [anon_sym_private] = ACTIONS(4581), - [anon_sym_internal] = ACTIONS(4581), - [anon_sym_protected] = ACTIONS(4581), - [anon_sym_tailrec] = ACTIONS(4581), - [anon_sym_operator] = ACTIONS(4581), - [anon_sym_infix] = ACTIONS(4581), - [anon_sym_inline] = ACTIONS(4581), - [anon_sym_external] = ACTIONS(4581), - [sym_property_modifier] = ACTIONS(4581), - [anon_sym_abstract] = ACTIONS(4581), - [anon_sym_final] = ACTIONS(4581), - [anon_sym_open] = ACTIONS(4581), - [anon_sym_vararg] = ACTIONS(4581), - [anon_sym_noinline] = ACTIONS(4581), - [anon_sym_crossinline] = ACTIONS(4581), - [anon_sym_expect] = ACTIONS(4581), - [anon_sym_actual] = ACTIONS(4581), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4583), - [anon_sym_continue_AT] = ACTIONS(4583), - [anon_sym_break_AT] = ACTIONS(4583), - [anon_sym_this_AT] = ACTIONS(4583), - [anon_sym_super_AT] = ACTIONS(4583), - [sym_real_literal] = ACTIONS(4583), - [sym_integer_literal] = ACTIONS(4581), - [sym_hex_literal] = ACTIONS(4583), - [sym_bin_literal] = ACTIONS(4583), - [anon_sym_true] = ACTIONS(4581), - [anon_sym_false] = ACTIONS(4581), - [anon_sym_SQUOTE] = ACTIONS(4583), - [sym__backtick_identifier] = ACTIONS(4583), - [sym__automatic_semicolon] = ACTIONS(4583), - [sym_safe_nav] = ACTIONS(4583), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4583), - }, - [943] = { - [sym_class_body] = STATE(1120), - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(4463), - [anon_sym_object] = ACTIONS(4463), - [anon_sym_fun] = ACTIONS(4463), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_this] = ACTIONS(4463), - [anon_sym_super] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [sym_label] = ACTIONS(4463), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_null] = ACTIONS(4463), - [anon_sym_if] = ACTIONS(4463), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_when] = ACTIONS(4463), - [anon_sym_try] = ACTIONS(4463), - [anon_sym_throw] = ACTIONS(4463), - [anon_sym_return] = ACTIONS(4463), - [anon_sym_continue] = ACTIONS(4463), - [anon_sym_break] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG] = ACTIONS(4463), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_suspend] = ACTIONS(4463), - [anon_sym_sealed] = ACTIONS(4463), - [anon_sym_annotation] = ACTIONS(4463), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_override] = ACTIONS(4463), - [anon_sym_lateinit] = ACTIONS(4463), - [anon_sym_public] = ACTIONS(4463), - [anon_sym_private] = ACTIONS(4463), - [anon_sym_internal] = ACTIONS(4463), - [anon_sym_protected] = ACTIONS(4463), - [anon_sym_tailrec] = ACTIONS(4463), - [anon_sym_operator] = ACTIONS(4463), - [anon_sym_infix] = ACTIONS(4463), - [anon_sym_inline] = ACTIONS(4463), - [anon_sym_external] = ACTIONS(4463), - [sym_property_modifier] = ACTIONS(4463), - [anon_sym_abstract] = ACTIONS(4463), - [anon_sym_final] = ACTIONS(4463), - [anon_sym_open] = ACTIONS(4463), - [anon_sym_vararg] = ACTIONS(4463), - [anon_sym_noinline] = ACTIONS(4463), - [anon_sym_crossinline] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4465), - [anon_sym_continue_AT] = ACTIONS(4465), - [anon_sym_break_AT] = ACTIONS(4465), - [anon_sym_this_AT] = ACTIONS(4465), - [anon_sym_super_AT] = ACTIONS(4465), - [sym_real_literal] = ACTIONS(4465), - [sym_integer_literal] = ACTIONS(4463), - [sym_hex_literal] = ACTIONS(4465), - [sym_bin_literal] = ACTIONS(4465), - [anon_sym_true] = ACTIONS(4463), - [anon_sym_false] = ACTIONS(4463), - [anon_sym_SQUOTE] = ACTIONS(4465), - [sym__backtick_identifier] = ACTIONS(4465), - [sym__automatic_semicolon] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4465), - }, - [944] = { - [sym__alpha_identifier] = ACTIONS(4585), - [anon_sym_AT] = ACTIONS(4587), - [anon_sym_COLON] = ACTIONS(4585), - [anon_sym_LBRACK] = ACTIONS(4587), - [anon_sym_as] = ACTIONS(4585), - [anon_sym_EQ] = ACTIONS(4585), - [anon_sym_LBRACE] = ACTIONS(4587), - [anon_sym_RBRACE] = ACTIONS(4587), - [anon_sym_LPAREN] = ACTIONS(4587), - [anon_sym_COMMA] = ACTIONS(4587), - [anon_sym_LT] = ACTIONS(4585), - [anon_sym_GT] = ACTIONS(4585), - [anon_sym_where] = ACTIONS(4585), - [anon_sym_object] = ACTIONS(4585), - [anon_sym_fun] = ACTIONS(4585), - [anon_sym_DOT] = ACTIONS(4585), - [anon_sym_SEMI] = ACTIONS(4587), - [anon_sym_get] = ACTIONS(4585), - [anon_sym_set] = ACTIONS(4585), - [anon_sym_this] = ACTIONS(4585), - [anon_sym_super] = ACTIONS(4585), - [anon_sym_STAR] = ACTIONS(4585), - [sym_label] = ACTIONS(4585), - [anon_sym_in] = ACTIONS(4585), - [anon_sym_DOT_DOT] = ACTIONS(4587), - [anon_sym_QMARK_COLON] = ACTIONS(4587), - [anon_sym_AMP_AMP] = ACTIONS(4587), - [anon_sym_PIPE_PIPE] = ACTIONS(4587), - [anon_sym_null] = ACTIONS(4585), - [anon_sym_if] = ACTIONS(4585), - [anon_sym_else] = ACTIONS(4585), - [anon_sym_when] = ACTIONS(4585), - [anon_sym_try] = ACTIONS(4585), - [anon_sym_throw] = ACTIONS(4585), - [anon_sym_return] = ACTIONS(4585), - [anon_sym_continue] = ACTIONS(4585), - [anon_sym_break] = ACTIONS(4585), - [anon_sym_COLON_COLON] = ACTIONS(4587), - [anon_sym_PLUS_EQ] = ACTIONS(4587), - [anon_sym_DASH_EQ] = ACTIONS(4587), - [anon_sym_STAR_EQ] = ACTIONS(4587), - [anon_sym_SLASH_EQ] = ACTIONS(4587), - [anon_sym_PERCENT_EQ] = ACTIONS(4587), - [anon_sym_BANG_EQ] = ACTIONS(4585), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4587), - [anon_sym_EQ_EQ] = ACTIONS(4585), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4587), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [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(4587), [anon_sym_GT_EQ] = ACTIONS(4587), - [anon_sym_BANGin] = ACTIONS(4587), - [anon_sym_is] = ACTIONS(4585), - [anon_sym_BANGis] = ACTIONS(4587), - [anon_sym_PLUS] = ACTIONS(4585), - [anon_sym_DASH] = ACTIONS(4585), - [anon_sym_SLASH] = ACTIONS(4585), - [anon_sym_PERCENT] = ACTIONS(4585), - [anon_sym_as_QMARK] = ACTIONS(4587), - [anon_sym_PLUS_PLUS] = ACTIONS(4587), - [anon_sym_DASH_DASH] = ACTIONS(4587), - [anon_sym_BANG] = ACTIONS(4585), - [anon_sym_BANG_BANG] = ACTIONS(4587), - [anon_sym_suspend] = ACTIONS(4585), - [anon_sym_sealed] = ACTIONS(4585), - [anon_sym_annotation] = ACTIONS(4585), - [anon_sym_data] = ACTIONS(4585), - [anon_sym_inner] = ACTIONS(4585), - [anon_sym_value] = ACTIONS(4585), - [anon_sym_override] = ACTIONS(4585), - [anon_sym_lateinit] = ACTIONS(4585), - [anon_sym_public] = ACTIONS(4585), - [anon_sym_private] = ACTIONS(4585), - [anon_sym_internal] = ACTIONS(4585), - [anon_sym_protected] = ACTIONS(4585), - [anon_sym_tailrec] = ACTIONS(4585), - [anon_sym_operator] = ACTIONS(4585), - [anon_sym_infix] = ACTIONS(4585), - [anon_sym_inline] = ACTIONS(4585), - [anon_sym_external] = ACTIONS(4585), - [sym_property_modifier] = ACTIONS(4585), - [anon_sym_abstract] = ACTIONS(4585), - [anon_sym_final] = ACTIONS(4585), - [anon_sym_open] = ACTIONS(4585), - [anon_sym_vararg] = ACTIONS(4585), - [anon_sym_noinline] = ACTIONS(4585), - [anon_sym_crossinline] = ACTIONS(4585), - [anon_sym_expect] = ACTIONS(4585), - [anon_sym_actual] = ACTIONS(4585), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4587), - [anon_sym_continue_AT] = ACTIONS(4587), - [anon_sym_break_AT] = ACTIONS(4587), - [anon_sym_this_AT] = ACTIONS(4587), - [anon_sym_super_AT] = ACTIONS(4587), - [sym_real_literal] = ACTIONS(4587), - [sym_integer_literal] = ACTIONS(4585), - [sym_hex_literal] = ACTIONS(4587), - [sym_bin_literal] = ACTIONS(4587), - [anon_sym_true] = ACTIONS(4585), - [anon_sym_false] = ACTIONS(4585), - [anon_sym_SQUOTE] = ACTIONS(4587), - [sym__backtick_identifier] = ACTIONS(4587), - [sym__automatic_semicolon] = ACTIONS(4587), - [sym_safe_nav] = ACTIONS(4587), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), }, - [945] = { - [sym_class_body] = STATE(1141), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(4327), - [anon_sym_object] = ACTIONS(4327), - [anon_sym_fun] = ACTIONS(4327), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_this] = ACTIONS(4327), - [anon_sym_super] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [sym_label] = ACTIONS(4327), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_null] = ACTIONS(4327), - [anon_sym_if] = ACTIONS(4327), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_when] = ACTIONS(4327), - [anon_sym_try] = ACTIONS(4327), - [anon_sym_throw] = ACTIONS(4327), - [anon_sym_return] = ACTIONS(4327), - [anon_sym_continue] = ACTIONS(4327), - [anon_sym_break] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG] = ACTIONS(4327), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4329), - [anon_sym_continue_AT] = ACTIONS(4329), - [anon_sym_break_AT] = ACTIONS(4329), - [anon_sym_this_AT] = ACTIONS(4329), - [anon_sym_super_AT] = ACTIONS(4329), - [sym_real_literal] = ACTIONS(4329), - [sym_integer_literal] = ACTIONS(4327), - [sym_hex_literal] = ACTIONS(4329), - [sym_bin_literal] = ACTIONS(4329), - [anon_sym_true] = ACTIONS(4327), - [anon_sym_false] = ACTIONS(4327), - [anon_sym_SQUOTE] = ACTIONS(4329), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4329), - }, - [946] = { - [sym_enum_class_body] = STATE(1068), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [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(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [947] = { - [sym_enum_class_body] = STATE(1133), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(4321), - [anon_sym_object] = ACTIONS(4321), - [anon_sym_fun] = ACTIONS(4321), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_this] = ACTIONS(4321), - [anon_sym_super] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [sym_label] = ACTIONS(4321), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_null] = ACTIONS(4321), - [anon_sym_if] = ACTIONS(4321), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_when] = ACTIONS(4321), - [anon_sym_try] = ACTIONS(4321), - [anon_sym_throw] = ACTIONS(4321), - [anon_sym_return] = ACTIONS(4321), - [anon_sym_continue] = ACTIONS(4321), - [anon_sym_break] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG] = ACTIONS(4321), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4323), - [anon_sym_continue_AT] = ACTIONS(4323), - [anon_sym_break_AT] = ACTIONS(4323), - [anon_sym_this_AT] = ACTIONS(4323), - [anon_sym_super_AT] = ACTIONS(4323), - [sym_real_literal] = ACTIONS(4323), - [sym_integer_literal] = ACTIONS(4321), - [sym_hex_literal] = ACTIONS(4323), - [sym_bin_literal] = ACTIONS(4323), - [anon_sym_true] = ACTIONS(4321), - [anon_sym_false] = ACTIONS(4321), - [anon_sym_SQUOTE] = ACTIONS(4323), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4323), - }, - [948] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2107), - [sym__comparison_operator] = STATE(2105), - [sym__in_operator] = STATE(2101), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2094), - [sym__multiplicative_operator] = STATE(2093), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2078), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3156), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3158), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3158), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4595), - [anon_sym_where] = ACTIONS(3156), - [anon_sym_object] = ACTIONS(3156), - [anon_sym_fun] = ACTIONS(3156), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3156), - [anon_sym_super] = ACTIONS(3156), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(4603), - [anon_sym_DOT_DOT] = ACTIONS(4605), - [anon_sym_QMARK_COLON] = ACTIONS(4607), - [anon_sym_AMP_AMP] = ACTIONS(4609), - [anon_sym_PIPE_PIPE] = ACTIONS(4611), - [anon_sym_null] = ACTIONS(3156), - [anon_sym_if] = ACTIONS(3156), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_when] = ACTIONS(3156), - [anon_sym_try] = ACTIONS(3156), - [anon_sym_throw] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3156), - [anon_sym_continue] = ACTIONS(3156), - [anon_sym_break] = ACTIONS(3156), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3158), - [anon_sym_DASH_EQ] = ACTIONS(3158), - [anon_sym_STAR_EQ] = ACTIONS(3158), - [anon_sym_SLASH_EQ] = ACTIONS(3158), - [anon_sym_PERCENT_EQ] = ACTIONS(3158), - [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(4619), - [anon_sym_GT_EQ] = ACTIONS(4619), - [anon_sym_BANGin] = ACTIONS(4621), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(4627), - [anon_sym_DASH] = ACTIONS(4627), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3156), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3158), - [anon_sym_continue_AT] = ACTIONS(3158), - [anon_sym_break_AT] = ACTIONS(3158), - [anon_sym_this_AT] = ACTIONS(3158), - [anon_sym_super_AT] = ACTIONS(3158), - [sym_real_literal] = ACTIONS(3158), - [sym_integer_literal] = ACTIONS(3156), - [sym_hex_literal] = ACTIONS(3158), - [sym_bin_literal] = ACTIONS(3158), - [anon_sym_true] = ACTIONS(3156), - [anon_sym_false] = ACTIONS(3156), - [anon_sym_SQUOTE] = ACTIONS(3158), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3158), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3158), - }, - [949] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2107), - [sym__comparison_operator] = STATE(2105), - [sym__in_operator] = STATE(2101), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2094), - [sym__multiplicative_operator] = STATE(2093), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2078), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3101), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3103), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3103), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4595), - [anon_sym_where] = ACTIONS(3101), - [anon_sym_object] = ACTIONS(3101), - [anon_sym_fun] = ACTIONS(3101), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3101), - [anon_sym_super] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(4603), - [anon_sym_DOT_DOT] = ACTIONS(4605), - [anon_sym_QMARK_COLON] = ACTIONS(4607), - [anon_sym_AMP_AMP] = ACTIONS(4609), - [anon_sym_PIPE_PIPE] = ACTIONS(4611), - [anon_sym_null] = ACTIONS(3101), - [anon_sym_if] = ACTIONS(3101), - [anon_sym_else] = ACTIONS(3101), - [anon_sym_when] = ACTIONS(3101), - [anon_sym_try] = ACTIONS(3101), - [anon_sym_throw] = ACTIONS(3101), - [anon_sym_return] = ACTIONS(3101), - [anon_sym_continue] = ACTIONS(3101), - [anon_sym_break] = ACTIONS(3101), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3103), - [anon_sym_DASH_EQ] = ACTIONS(3103), - [anon_sym_STAR_EQ] = ACTIONS(3103), - [anon_sym_SLASH_EQ] = ACTIONS(3103), - [anon_sym_PERCENT_EQ] = ACTIONS(3103), - [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(4619), - [anon_sym_GT_EQ] = ACTIONS(4619), - [anon_sym_BANGin] = ACTIONS(4621), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(4627), - [anon_sym_DASH] = ACTIONS(4627), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3101), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3103), - [anon_sym_continue_AT] = ACTIONS(3103), - [anon_sym_break_AT] = ACTIONS(3103), - [anon_sym_this_AT] = ACTIONS(3103), - [anon_sym_super_AT] = ACTIONS(3103), - [sym_real_literal] = ACTIONS(3103), - [sym_integer_literal] = ACTIONS(3101), - [sym_hex_literal] = ACTIONS(3103), - [sym_bin_literal] = ACTIONS(3103), - [anon_sym_true] = ACTIONS(3101), - [anon_sym_false] = ACTIONS(3101), - [anon_sym_SQUOTE] = ACTIONS(3103), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3103), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3103), - }, - [950] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2107), - [sym__comparison_operator] = STATE(2105), - [sym__in_operator] = STATE(2101), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2094), - [sym__multiplicative_operator] = STATE(2093), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2078), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3132), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3134), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3134), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4595), - [anon_sym_where] = ACTIONS(3132), - [anon_sym_object] = ACTIONS(3132), - [anon_sym_fun] = ACTIONS(3132), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3132), - [anon_sym_super] = ACTIONS(3132), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(4603), - [anon_sym_DOT_DOT] = ACTIONS(4605), - [anon_sym_QMARK_COLON] = ACTIONS(4607), - [anon_sym_AMP_AMP] = ACTIONS(4609), - [anon_sym_PIPE_PIPE] = ACTIONS(4611), - [anon_sym_null] = ACTIONS(3132), - [anon_sym_if] = ACTIONS(3132), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_when] = ACTIONS(3132), - [anon_sym_try] = ACTIONS(3132), - [anon_sym_throw] = ACTIONS(3132), - [anon_sym_return] = ACTIONS(3132), - [anon_sym_continue] = ACTIONS(3132), - [anon_sym_break] = ACTIONS(3132), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3134), - [anon_sym_DASH_EQ] = ACTIONS(3134), - [anon_sym_STAR_EQ] = ACTIONS(3134), - [anon_sym_SLASH_EQ] = ACTIONS(3134), - [anon_sym_PERCENT_EQ] = ACTIONS(3134), - [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(4619), - [anon_sym_GT_EQ] = ACTIONS(4619), - [anon_sym_BANGin] = ACTIONS(4621), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(4627), - [anon_sym_DASH] = ACTIONS(4627), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3132), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3134), - [anon_sym_continue_AT] = ACTIONS(3134), - [anon_sym_break_AT] = ACTIONS(3134), - [anon_sym_this_AT] = ACTIONS(3134), - [anon_sym_super_AT] = ACTIONS(3134), - [sym_real_literal] = ACTIONS(3134), - [sym_integer_literal] = ACTIONS(3132), - [sym_hex_literal] = ACTIONS(3134), - [sym_bin_literal] = ACTIONS(3134), - [anon_sym_true] = ACTIONS(3132), - [anon_sym_false] = ACTIONS(3132), - [anon_sym_SQUOTE] = ACTIONS(3134), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3134), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3134), - }, - [951] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2107), - [sym__comparison_operator] = STATE(2105), - [sym__in_operator] = STATE(2101), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2094), - [sym__multiplicative_operator] = STATE(2093), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2078), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3167), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3169), - [anon_sym_LT] = ACTIONS(1738), + [933] = { + [sym_enum_class_body] = STATE(1135), + [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(3246), + [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(3167), - [anon_sym_object] = ACTIONS(3167), - [anon_sym_fun] = ACTIONS(3167), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3167), - [anon_sym_super] = ACTIONS(3167), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(4603), - [anon_sym_DOT_DOT] = ACTIONS(4605), - [anon_sym_QMARK_COLON] = ACTIONS(4607), - [anon_sym_AMP_AMP] = ACTIONS(4609), - [anon_sym_PIPE_PIPE] = ACTIONS(4611), - [anon_sym_null] = ACTIONS(3167), - [anon_sym_if] = ACTIONS(3167), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_when] = ACTIONS(3167), - [anon_sym_try] = ACTIONS(3167), - [anon_sym_throw] = ACTIONS(3167), - [anon_sym_return] = ACTIONS(3167), - [anon_sym_continue] = ACTIONS(3167), - [anon_sym_break] = ACTIONS(3167), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3169), - [anon_sym_DASH_EQ] = ACTIONS(3169), - [anon_sym_STAR_EQ] = ACTIONS(3169), - [anon_sym_SLASH_EQ] = ACTIONS(3169), - [anon_sym_PERCENT_EQ] = ACTIONS(3169), - [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(4619), - [anon_sym_GT_EQ] = ACTIONS(4619), - [anon_sym_BANGin] = ACTIONS(4621), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(4627), - [anon_sym_DASH] = ACTIONS(4627), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3167), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3169), - [anon_sym_continue_AT] = ACTIONS(3169), - [anon_sym_break_AT] = ACTIONS(3169), - [anon_sym_this_AT] = ACTIONS(3169), - [anon_sym_super_AT] = ACTIONS(3169), - [sym_real_literal] = ACTIONS(3169), - [sym_integer_literal] = ACTIONS(3167), - [sym_hex_literal] = ACTIONS(3169), - [sym_bin_literal] = ACTIONS(3169), - [anon_sym_true] = ACTIONS(3167), - [anon_sym_false] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3169), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3169), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3169), - }, - [952] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(952), - [sym__alpha_identifier] = ACTIONS(4633), - [anon_sym_AT] = ACTIONS(4635), - [anon_sym_LBRACK] = ACTIONS(4635), - [anon_sym_as] = ACTIONS(4633), - [anon_sym_EQ] = ACTIONS(4633), - [anon_sym_LBRACE] = ACTIONS(4635), - [anon_sym_RBRACE] = ACTIONS(4635), - [anon_sym_LPAREN] = ACTIONS(4635), - [anon_sym_COMMA] = ACTIONS(4637), - [anon_sym_LT] = ACTIONS(4633), - [anon_sym_GT] = ACTIONS(4633), - [anon_sym_where] = ACTIONS(4633), - [anon_sym_object] = ACTIONS(4633), - [anon_sym_fun] = ACTIONS(4633), - [anon_sym_DOT] = ACTIONS(4633), - [anon_sym_SEMI] = ACTIONS(4635), - [anon_sym_get] = ACTIONS(4633), - [anon_sym_set] = ACTIONS(4633), - [anon_sym_this] = ACTIONS(4633), - [anon_sym_super] = ACTIONS(4633), - [anon_sym_STAR] = ACTIONS(4633), - [sym_label] = ACTIONS(4633), - [anon_sym_in] = ACTIONS(4633), - [anon_sym_DOT_DOT] = ACTIONS(4635), - [anon_sym_QMARK_COLON] = ACTIONS(4635), - [anon_sym_AMP_AMP] = ACTIONS(4635), - [anon_sym_PIPE_PIPE] = ACTIONS(4635), - [anon_sym_null] = ACTIONS(4633), - [anon_sym_if] = ACTIONS(4633), - [anon_sym_else] = ACTIONS(4633), - [anon_sym_when] = ACTIONS(4633), - [anon_sym_try] = ACTIONS(4633), - [anon_sym_throw] = ACTIONS(4633), - [anon_sym_return] = ACTIONS(4633), - [anon_sym_continue] = ACTIONS(4633), - [anon_sym_break] = ACTIONS(4633), - [anon_sym_COLON_COLON] = ACTIONS(4635), - [anon_sym_PLUS_EQ] = ACTIONS(4635), - [anon_sym_DASH_EQ] = ACTIONS(4635), - [anon_sym_STAR_EQ] = ACTIONS(4635), - [anon_sym_SLASH_EQ] = ACTIONS(4635), - [anon_sym_PERCENT_EQ] = ACTIONS(4635), - [anon_sym_BANG_EQ] = ACTIONS(4633), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4635), - [anon_sym_EQ_EQ] = ACTIONS(4633), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4635), - [anon_sym_LT_EQ] = ACTIONS(4635), - [anon_sym_GT_EQ] = ACTIONS(4635), - [anon_sym_BANGin] = ACTIONS(4635), - [anon_sym_is] = ACTIONS(4633), - [anon_sym_BANGis] = ACTIONS(4635), - [anon_sym_PLUS] = ACTIONS(4633), - [anon_sym_DASH] = ACTIONS(4633), - [anon_sym_SLASH] = ACTIONS(4633), - [anon_sym_PERCENT] = ACTIONS(4633), - [anon_sym_as_QMARK] = ACTIONS(4635), - [anon_sym_PLUS_PLUS] = ACTIONS(4635), - [anon_sym_DASH_DASH] = ACTIONS(4635), - [anon_sym_BANG] = ACTIONS(4633), - [anon_sym_BANG_BANG] = ACTIONS(4635), - [anon_sym_suspend] = ACTIONS(4633), - [anon_sym_sealed] = ACTIONS(4633), - [anon_sym_annotation] = ACTIONS(4633), - [anon_sym_data] = ACTIONS(4633), - [anon_sym_inner] = ACTIONS(4633), - [anon_sym_value] = ACTIONS(4633), - [anon_sym_override] = ACTIONS(4633), - [anon_sym_lateinit] = ACTIONS(4633), - [anon_sym_public] = ACTIONS(4633), - [anon_sym_private] = ACTIONS(4633), - [anon_sym_internal] = ACTIONS(4633), - [anon_sym_protected] = ACTIONS(4633), - [anon_sym_tailrec] = ACTIONS(4633), - [anon_sym_operator] = ACTIONS(4633), - [anon_sym_infix] = ACTIONS(4633), - [anon_sym_inline] = ACTIONS(4633), - [anon_sym_external] = ACTIONS(4633), - [sym_property_modifier] = ACTIONS(4633), - [anon_sym_abstract] = ACTIONS(4633), - [anon_sym_final] = ACTIONS(4633), - [anon_sym_open] = ACTIONS(4633), - [anon_sym_vararg] = ACTIONS(4633), - [anon_sym_noinline] = ACTIONS(4633), - [anon_sym_crossinline] = ACTIONS(4633), - [anon_sym_expect] = ACTIONS(4633), - [anon_sym_actual] = ACTIONS(4633), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4635), - [anon_sym_continue_AT] = ACTIONS(4635), - [anon_sym_break_AT] = ACTIONS(4635), - [anon_sym_this_AT] = ACTIONS(4635), - [anon_sym_super_AT] = ACTIONS(4635), - [sym_real_literal] = ACTIONS(4635), - [sym_integer_literal] = ACTIONS(4633), - [sym_hex_literal] = ACTIONS(4635), - [sym_bin_literal] = ACTIONS(4635), - [anon_sym_true] = ACTIONS(4633), - [anon_sym_false] = ACTIONS(4633), - [anon_sym_SQUOTE] = ACTIONS(4635), - [sym__backtick_identifier] = ACTIONS(4635), - [sym__automatic_semicolon] = ACTIONS(4635), - [sym_safe_nav] = ACTIONS(4635), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4635), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4597), + [anon_sym_super_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), }, - [953] = { - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [934] = { + [sym_getter] = STATE(3461), + [sym_setter] = STATE(3461), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4563), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(4640), - [anon_sym_get] = ACTIONS(4515), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4599), + [anon_sym_get] = ACTIONS(4567), + [anon_sym_set] = ACTIONS(4569), + [anon_sym_STAR] = ACTIONS(4571), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(1790), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), [anon_sym_is] = ACTIONS(3612), [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), [anon_sym_as_QMARK] = ACTIONS(3618), [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), @@ -159661,613 +157620,506 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [954] = { - [sym_function_body] = STATE(1048), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_COLON] = ACTIONS(4642), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_object] = ACTIONS(4275), - [anon_sym_fun] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_this] = ACTIONS(4275), - [anon_sym_super] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4275), - [sym_label] = ACTIONS(4275), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_null] = ACTIONS(4275), - [anon_sym_if] = ACTIONS(4275), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_when] = ACTIONS(4275), - [anon_sym_try] = ACTIONS(4275), - [anon_sym_throw] = ACTIONS(4275), - [anon_sym_return] = ACTIONS(4275), - [anon_sym_continue] = ACTIONS(4275), - [anon_sym_break] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_PLUS_EQ] = ACTIONS(4277), - [anon_sym_DASH_EQ] = ACTIONS(4277), - [anon_sym_STAR_EQ] = ACTIONS(4277), - [anon_sym_SLASH_EQ] = ACTIONS(4277), - [anon_sym_PERCENT_EQ] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4275), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG] = ACTIONS(4275), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_suspend] = ACTIONS(4275), - [anon_sym_sealed] = ACTIONS(4275), - [anon_sym_annotation] = ACTIONS(4275), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_override] = ACTIONS(4275), - [anon_sym_lateinit] = ACTIONS(4275), - [anon_sym_public] = ACTIONS(4275), - [anon_sym_private] = ACTIONS(4275), - [anon_sym_internal] = ACTIONS(4275), - [anon_sym_protected] = ACTIONS(4275), - [anon_sym_tailrec] = ACTIONS(4275), - [anon_sym_operator] = ACTIONS(4275), - [anon_sym_infix] = ACTIONS(4275), - [anon_sym_inline] = ACTIONS(4275), - [anon_sym_external] = ACTIONS(4275), - [sym_property_modifier] = ACTIONS(4275), - [anon_sym_abstract] = ACTIONS(4275), - [anon_sym_final] = ACTIONS(4275), - [anon_sym_open] = ACTIONS(4275), - [anon_sym_vararg] = ACTIONS(4275), - [anon_sym_noinline] = ACTIONS(4275), - [anon_sym_crossinline] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4277), - [anon_sym_continue_AT] = ACTIONS(4277), - [anon_sym_break_AT] = ACTIONS(4277), - [anon_sym_this_AT] = ACTIONS(4277), - [anon_sym_super_AT] = ACTIONS(4277), - [sym_real_literal] = ACTIONS(4277), - [sym_integer_literal] = ACTIONS(4275), - [sym_hex_literal] = ACTIONS(4277), - [sym_bin_literal] = ACTIONS(4277), - [anon_sym_true] = ACTIONS(4275), - [anon_sym_false] = ACTIONS(4275), - [anon_sym_SQUOTE] = ACTIONS(4277), - [sym__backtick_identifier] = ACTIONS(4277), - [sym__automatic_semicolon] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4277), - }, - [955] = { - [sym_class_body] = STATE(1138), - [sym__alpha_identifier] = ACTIONS(4493), - [anon_sym_AT] = ACTIONS(4495), - [anon_sym_LBRACK] = ACTIONS(4495), - [anon_sym_as] = ACTIONS(4493), - [anon_sym_EQ] = ACTIONS(4493), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4495), - [anon_sym_LPAREN] = ACTIONS(4495), - [anon_sym_COMMA] = ACTIONS(4495), - [anon_sym_LT] = ACTIONS(4493), - [anon_sym_GT] = ACTIONS(4493), - [anon_sym_where] = ACTIONS(4493), - [anon_sym_object] = ACTIONS(4493), - [anon_sym_fun] = ACTIONS(4493), - [anon_sym_DOT] = ACTIONS(4493), - [anon_sym_SEMI] = ACTIONS(4495), - [anon_sym_get] = ACTIONS(4493), - [anon_sym_set] = ACTIONS(4493), - [anon_sym_this] = ACTIONS(4493), - [anon_sym_super] = ACTIONS(4493), - [anon_sym_STAR] = ACTIONS(4493), - [sym_label] = ACTIONS(4493), - [anon_sym_in] = ACTIONS(4493), - [anon_sym_DOT_DOT] = ACTIONS(4495), - [anon_sym_QMARK_COLON] = ACTIONS(4495), - [anon_sym_AMP_AMP] = ACTIONS(4495), - [anon_sym_PIPE_PIPE] = ACTIONS(4495), - [anon_sym_null] = ACTIONS(4493), - [anon_sym_if] = ACTIONS(4493), - [anon_sym_else] = ACTIONS(4493), - [anon_sym_when] = ACTIONS(4493), - [anon_sym_try] = ACTIONS(4493), - [anon_sym_throw] = ACTIONS(4493), - [anon_sym_return] = ACTIONS(4493), - [anon_sym_continue] = ACTIONS(4493), - [anon_sym_break] = ACTIONS(4493), - [anon_sym_COLON_COLON] = ACTIONS(4495), - [anon_sym_PLUS_EQ] = ACTIONS(4495), - [anon_sym_DASH_EQ] = ACTIONS(4495), - [anon_sym_STAR_EQ] = ACTIONS(4495), - [anon_sym_SLASH_EQ] = ACTIONS(4495), - [anon_sym_PERCENT_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ] = ACTIONS(4493), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ] = ACTIONS(4493), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), - [anon_sym_LT_EQ] = ACTIONS(4495), - [anon_sym_GT_EQ] = ACTIONS(4495), - [anon_sym_BANGin] = ACTIONS(4495), - [anon_sym_is] = ACTIONS(4493), - [anon_sym_BANGis] = ACTIONS(4495), - [anon_sym_PLUS] = ACTIONS(4493), - [anon_sym_DASH] = ACTIONS(4493), - [anon_sym_SLASH] = ACTIONS(4493), - [anon_sym_PERCENT] = ACTIONS(4493), - [anon_sym_as_QMARK] = ACTIONS(4495), - [anon_sym_PLUS_PLUS] = ACTIONS(4495), - [anon_sym_DASH_DASH] = ACTIONS(4495), - [anon_sym_BANG] = ACTIONS(4493), - [anon_sym_BANG_BANG] = ACTIONS(4495), - [anon_sym_suspend] = ACTIONS(4493), - [anon_sym_sealed] = ACTIONS(4493), - [anon_sym_annotation] = ACTIONS(4493), - [anon_sym_data] = ACTIONS(4493), - [anon_sym_inner] = ACTIONS(4493), - [anon_sym_value] = ACTIONS(4493), - [anon_sym_override] = ACTIONS(4493), - [anon_sym_lateinit] = ACTIONS(4493), - [anon_sym_public] = ACTIONS(4493), - [anon_sym_private] = ACTIONS(4493), - [anon_sym_internal] = ACTIONS(4493), - [anon_sym_protected] = ACTIONS(4493), - [anon_sym_tailrec] = ACTIONS(4493), - [anon_sym_operator] = ACTIONS(4493), - [anon_sym_infix] = ACTIONS(4493), - [anon_sym_inline] = ACTIONS(4493), - [anon_sym_external] = ACTIONS(4493), - [sym_property_modifier] = ACTIONS(4493), - [anon_sym_abstract] = ACTIONS(4493), - [anon_sym_final] = ACTIONS(4493), - [anon_sym_open] = ACTIONS(4493), - [anon_sym_vararg] = ACTIONS(4493), - [anon_sym_noinline] = ACTIONS(4493), - [anon_sym_crossinline] = ACTIONS(4493), - [anon_sym_expect] = ACTIONS(4493), - [anon_sym_actual] = ACTIONS(4493), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4495), - [anon_sym_continue_AT] = ACTIONS(4495), - [anon_sym_break_AT] = ACTIONS(4495), - [anon_sym_this_AT] = ACTIONS(4495), - [anon_sym_super_AT] = ACTIONS(4495), - [sym_real_literal] = ACTIONS(4495), - [sym_integer_literal] = ACTIONS(4493), - [sym_hex_literal] = ACTIONS(4495), - [sym_bin_literal] = ACTIONS(4495), - [anon_sym_true] = ACTIONS(4493), - [anon_sym_false] = ACTIONS(4493), - [anon_sym_SQUOTE] = ACTIONS(4495), - [sym__backtick_identifier] = ACTIONS(4495), - [sym__automatic_semicolon] = ACTIONS(4495), - [sym_safe_nav] = ACTIONS(4495), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4495), + [935] = { + [sym__alpha_identifier] = ACTIONS(4601), + [anon_sym_AT] = ACTIONS(4603), + [anon_sym_COLON] = ACTIONS(4601), + [anon_sym_LBRACK] = ACTIONS(4603), + [anon_sym_as] = ACTIONS(4601), + [anon_sym_EQ] = ACTIONS(4601), + [anon_sym_LBRACE] = ACTIONS(4603), + [anon_sym_RBRACE] = ACTIONS(4603), + [anon_sym_LPAREN] = ACTIONS(4603), + [anon_sym_COMMA] = ACTIONS(4603), + [anon_sym_LT] = ACTIONS(4601), + [anon_sym_GT] = ACTIONS(4601), + [anon_sym_where] = ACTIONS(4601), + [anon_sym_object] = ACTIONS(4601), + [anon_sym_fun] = ACTIONS(4601), + [anon_sym_DOT] = ACTIONS(4601), + [anon_sym_SEMI] = ACTIONS(4603), + [anon_sym_get] = ACTIONS(4601), + [anon_sym_set] = ACTIONS(4601), + [anon_sym_this] = ACTIONS(4601), + [anon_sym_super] = ACTIONS(4601), + [anon_sym_STAR] = ACTIONS(4601), + [sym_label] = ACTIONS(4601), + [anon_sym_in] = ACTIONS(4601), + [anon_sym_DOT_DOT] = ACTIONS(4603), + [anon_sym_QMARK_COLON] = ACTIONS(4603), + [anon_sym_AMP_AMP] = ACTIONS(4603), + [anon_sym_PIPE_PIPE] = ACTIONS(4603), + [anon_sym_null] = ACTIONS(4601), + [anon_sym_if] = ACTIONS(4601), + [anon_sym_else] = ACTIONS(4601), + [anon_sym_when] = ACTIONS(4601), + [anon_sym_try] = ACTIONS(4601), + [anon_sym_throw] = ACTIONS(4601), + [anon_sym_return] = ACTIONS(4601), + [anon_sym_continue] = ACTIONS(4601), + [anon_sym_break] = ACTIONS(4601), + [anon_sym_COLON_COLON] = ACTIONS(4603), + [anon_sym_PLUS_EQ] = ACTIONS(4603), + [anon_sym_DASH_EQ] = ACTIONS(4603), + [anon_sym_STAR_EQ] = ACTIONS(4603), + [anon_sym_SLASH_EQ] = ACTIONS(4603), + [anon_sym_PERCENT_EQ] = ACTIONS(4603), + [anon_sym_BANG_EQ] = ACTIONS(4601), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4603), + [anon_sym_EQ_EQ] = ACTIONS(4601), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4603), + [anon_sym_LT_EQ] = ACTIONS(4603), + [anon_sym_GT_EQ] = ACTIONS(4603), + [anon_sym_BANGin] = ACTIONS(4603), + [anon_sym_is] = ACTIONS(4601), + [anon_sym_BANGis] = ACTIONS(4603), + [anon_sym_PLUS] = ACTIONS(4601), + [anon_sym_DASH] = ACTIONS(4601), + [anon_sym_SLASH] = ACTIONS(4601), + [anon_sym_PERCENT] = ACTIONS(4601), + [anon_sym_as_QMARK] = ACTIONS(4603), + [anon_sym_PLUS_PLUS] = ACTIONS(4603), + [anon_sym_DASH_DASH] = ACTIONS(4603), + [anon_sym_BANG] = ACTIONS(4601), + [anon_sym_BANG_BANG] = ACTIONS(4603), + [anon_sym_suspend] = ACTIONS(4601), + [anon_sym_sealed] = ACTIONS(4601), + [anon_sym_annotation] = ACTIONS(4601), + [anon_sym_data] = ACTIONS(4601), + [anon_sym_inner] = ACTIONS(4601), + [anon_sym_value] = ACTIONS(4601), + [anon_sym_override] = ACTIONS(4601), + [anon_sym_lateinit] = ACTIONS(4601), + [anon_sym_public] = ACTIONS(4601), + [anon_sym_private] = ACTIONS(4601), + [anon_sym_internal] = ACTIONS(4601), + [anon_sym_protected] = ACTIONS(4601), + [anon_sym_tailrec] = ACTIONS(4601), + [anon_sym_operator] = ACTIONS(4601), + [anon_sym_infix] = ACTIONS(4601), + [anon_sym_inline] = ACTIONS(4601), + [anon_sym_external] = ACTIONS(4601), + [sym_property_modifier] = ACTIONS(4601), + [anon_sym_abstract] = ACTIONS(4601), + [anon_sym_final] = ACTIONS(4601), + [anon_sym_open] = ACTIONS(4601), + [anon_sym_vararg] = ACTIONS(4601), + [anon_sym_noinline] = ACTIONS(4601), + [anon_sym_crossinline] = ACTIONS(4601), + [anon_sym_expect] = ACTIONS(4601), + [anon_sym_actual] = ACTIONS(4601), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4603), + [anon_sym_continue_AT] = ACTIONS(4603), + [anon_sym_break_AT] = ACTIONS(4603), + [anon_sym_this_AT] = ACTIONS(4603), + [anon_sym_super_AT] = ACTIONS(4603), + [sym_real_literal] = ACTIONS(4603), + [sym_integer_literal] = ACTIONS(4601), + [sym_hex_literal] = ACTIONS(4603), + [sym_bin_literal] = ACTIONS(4603), + [anon_sym_true] = ACTIONS(4601), + [anon_sym_false] = ACTIONS(4601), + [anon_sym_SQUOTE] = ACTIONS(4603), + [sym__backtick_identifier] = ACTIONS(4603), + [sym__automatic_semicolon] = ACTIONS(4603), + [sym_safe_nav] = ACTIONS(4603), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4603), }, - [956] = { - [sym_class_body] = STATE(1063), - [sym__alpha_identifier] = ACTIONS(4644), - [anon_sym_AT] = ACTIONS(4646), - [anon_sym_LBRACK] = ACTIONS(4646), - [anon_sym_as] = ACTIONS(4644), - [anon_sym_EQ] = ACTIONS(4644), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4646), - [anon_sym_LPAREN] = ACTIONS(4646), - [anon_sym_COMMA] = ACTIONS(4646), - [anon_sym_LT] = ACTIONS(4644), - [anon_sym_GT] = ACTIONS(4644), - [anon_sym_where] = ACTIONS(4644), - [anon_sym_object] = ACTIONS(4644), - [anon_sym_fun] = ACTIONS(4644), - [anon_sym_DOT] = ACTIONS(4644), - [anon_sym_SEMI] = ACTIONS(4646), - [anon_sym_get] = ACTIONS(4644), - [anon_sym_set] = ACTIONS(4644), - [anon_sym_this] = ACTIONS(4644), - [anon_sym_super] = ACTIONS(4644), - [anon_sym_STAR] = ACTIONS(4644), - [sym_label] = ACTIONS(4644), - [anon_sym_in] = ACTIONS(4644), - [anon_sym_DOT_DOT] = ACTIONS(4646), - [anon_sym_QMARK_COLON] = ACTIONS(4646), - [anon_sym_AMP_AMP] = ACTIONS(4646), - [anon_sym_PIPE_PIPE] = ACTIONS(4646), - [anon_sym_null] = ACTIONS(4644), - [anon_sym_if] = ACTIONS(4644), - [anon_sym_else] = ACTIONS(4644), - [anon_sym_when] = ACTIONS(4644), - [anon_sym_try] = ACTIONS(4644), - [anon_sym_throw] = ACTIONS(4644), - [anon_sym_return] = ACTIONS(4644), - [anon_sym_continue] = ACTIONS(4644), - [anon_sym_break] = ACTIONS(4644), - [anon_sym_COLON_COLON] = ACTIONS(4646), - [anon_sym_PLUS_EQ] = ACTIONS(4646), - [anon_sym_DASH_EQ] = ACTIONS(4646), - [anon_sym_STAR_EQ] = ACTIONS(4646), - [anon_sym_SLASH_EQ] = ACTIONS(4646), - [anon_sym_PERCENT_EQ] = ACTIONS(4646), - [anon_sym_BANG_EQ] = ACTIONS(4644), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4646), - [anon_sym_EQ_EQ] = ACTIONS(4644), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4646), - [anon_sym_LT_EQ] = ACTIONS(4646), - [anon_sym_GT_EQ] = ACTIONS(4646), - [anon_sym_BANGin] = ACTIONS(4646), - [anon_sym_is] = ACTIONS(4644), - [anon_sym_BANGis] = ACTIONS(4646), - [anon_sym_PLUS] = ACTIONS(4644), - [anon_sym_DASH] = ACTIONS(4644), - [anon_sym_SLASH] = ACTIONS(4644), - [anon_sym_PERCENT] = ACTIONS(4644), - [anon_sym_as_QMARK] = ACTIONS(4646), - [anon_sym_PLUS_PLUS] = ACTIONS(4646), - [anon_sym_DASH_DASH] = ACTIONS(4646), - [anon_sym_BANG] = ACTIONS(4644), - [anon_sym_BANG_BANG] = ACTIONS(4646), - [anon_sym_suspend] = ACTIONS(4644), - [anon_sym_sealed] = ACTIONS(4644), - [anon_sym_annotation] = ACTIONS(4644), - [anon_sym_data] = ACTIONS(4644), - [anon_sym_inner] = ACTIONS(4644), - [anon_sym_value] = ACTIONS(4644), - [anon_sym_override] = ACTIONS(4644), - [anon_sym_lateinit] = ACTIONS(4644), - [anon_sym_public] = ACTIONS(4644), - [anon_sym_private] = ACTIONS(4644), - [anon_sym_internal] = ACTIONS(4644), - [anon_sym_protected] = ACTIONS(4644), - [anon_sym_tailrec] = ACTIONS(4644), - [anon_sym_operator] = ACTIONS(4644), - [anon_sym_infix] = ACTIONS(4644), - [anon_sym_inline] = ACTIONS(4644), - [anon_sym_external] = ACTIONS(4644), - [sym_property_modifier] = ACTIONS(4644), - [anon_sym_abstract] = ACTIONS(4644), - [anon_sym_final] = ACTIONS(4644), - [anon_sym_open] = ACTIONS(4644), - [anon_sym_vararg] = ACTIONS(4644), - [anon_sym_noinline] = ACTIONS(4644), - [anon_sym_crossinline] = ACTIONS(4644), - [anon_sym_expect] = ACTIONS(4644), - [anon_sym_actual] = ACTIONS(4644), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4646), - [anon_sym_continue_AT] = ACTIONS(4646), - [anon_sym_break_AT] = ACTIONS(4646), - [anon_sym_this_AT] = ACTIONS(4646), - [anon_sym_super_AT] = ACTIONS(4646), - [sym_real_literal] = ACTIONS(4646), - [sym_integer_literal] = ACTIONS(4644), - [sym_hex_literal] = ACTIONS(4646), - [sym_bin_literal] = ACTIONS(4646), - [anon_sym_true] = ACTIONS(4644), - [anon_sym_false] = ACTIONS(4644), - [anon_sym_SQUOTE] = ACTIONS(4646), - [sym__backtick_identifier] = ACTIONS(4646), - [sym__automatic_semicolon] = ACTIONS(4646), - [sym_safe_nav] = ACTIONS(4646), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4646), + [936] = { + [sym_class_body] = STATE(1171), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3290), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3290), + [anon_sym_sealed] = ACTIONS(3290), + [anon_sym_annotation] = ACTIONS(3290), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_override] = ACTIONS(3290), + [anon_sym_lateinit] = ACTIONS(3290), + [anon_sym_public] = ACTIONS(3290), + [anon_sym_private] = ACTIONS(3290), + [anon_sym_internal] = ACTIONS(3290), + [anon_sym_protected] = ACTIONS(3290), + [anon_sym_tailrec] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_infix] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_external] = ACTIONS(3290), + [sym_property_modifier] = ACTIONS(3290), + [anon_sym_abstract] = ACTIONS(3290), + [anon_sym_final] = ACTIONS(3290), + [anon_sym_open] = ACTIONS(3290), + [anon_sym_vararg] = ACTIONS(3290), + [anon_sym_noinline] = ACTIONS(3290), + [anon_sym_crossinline] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), }, - [957] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2107), - [sym__comparison_operator] = STATE(2105), - [sym__in_operator] = STATE(2101), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2094), - [sym__multiplicative_operator] = STATE(2093), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2078), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3090), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3090), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4595), - [anon_sym_where] = ACTIONS(3088), - [anon_sym_object] = ACTIONS(3088), - [anon_sym_fun] = ACTIONS(3088), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3088), - [anon_sym_super] = ACTIONS(3088), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(4603), - [anon_sym_DOT_DOT] = ACTIONS(4605), - [anon_sym_QMARK_COLON] = ACTIONS(4607), - [anon_sym_AMP_AMP] = ACTIONS(4609), - [anon_sym_PIPE_PIPE] = ACTIONS(4611), - [anon_sym_null] = ACTIONS(3088), - [anon_sym_if] = ACTIONS(3088), - [anon_sym_else] = ACTIONS(3088), - [anon_sym_when] = ACTIONS(3088), - [anon_sym_try] = ACTIONS(3088), - [anon_sym_throw] = ACTIONS(3088), - [anon_sym_return] = ACTIONS(3088), - [anon_sym_continue] = ACTIONS(3088), - [anon_sym_break] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3090), - [anon_sym_DASH_EQ] = ACTIONS(3090), - [anon_sym_STAR_EQ] = ACTIONS(3090), - [anon_sym_SLASH_EQ] = ACTIONS(3090), - [anon_sym_PERCENT_EQ] = ACTIONS(3090), - [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(4619), - [anon_sym_GT_EQ] = ACTIONS(4619), - [anon_sym_BANGin] = ACTIONS(4621), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(4627), - [anon_sym_DASH] = ACTIONS(4627), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3088), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3090), - [anon_sym_continue_AT] = ACTIONS(3090), - [anon_sym_break_AT] = ACTIONS(3090), - [anon_sym_this_AT] = ACTIONS(3090), - [anon_sym_super_AT] = ACTIONS(3090), - [sym_real_literal] = ACTIONS(3090), - [sym_integer_literal] = ACTIONS(3088), - [sym_hex_literal] = ACTIONS(3090), - [sym_bin_literal] = ACTIONS(3090), - [anon_sym_true] = ACTIONS(3088), - [anon_sym_false] = ACTIONS(3088), - [anon_sym_SQUOTE] = ACTIONS(3090), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3090), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3090), + [937] = { + [sym_function_body] = STATE(1080), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(4605), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = 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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4233), + [anon_sym_super_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), }, - [958] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2107), - [sym__comparison_operator] = STATE(2105), - [sym__in_operator] = STATE(2101), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2094), - [sym__multiplicative_operator] = STATE(2093), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2078), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3115), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4595), - [anon_sym_where] = ACTIONS(3113), - [anon_sym_object] = ACTIONS(3113), - [anon_sym_fun] = ACTIONS(3113), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3113), - [anon_sym_super] = ACTIONS(3113), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(4603), - [anon_sym_DOT_DOT] = ACTIONS(4605), - [anon_sym_QMARK_COLON] = ACTIONS(4607), - [anon_sym_AMP_AMP] = ACTIONS(4609), - [anon_sym_PIPE_PIPE] = ACTIONS(4611), - [anon_sym_null] = ACTIONS(3113), - [anon_sym_if] = ACTIONS(3113), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_when] = ACTIONS(3113), - [anon_sym_try] = ACTIONS(3113), - [anon_sym_throw] = ACTIONS(3113), - [anon_sym_return] = ACTIONS(3113), - [anon_sym_continue] = ACTIONS(3113), - [anon_sym_break] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3115), - [anon_sym_DASH_EQ] = ACTIONS(3115), - [anon_sym_STAR_EQ] = ACTIONS(3115), - [anon_sym_SLASH_EQ] = ACTIONS(3115), - [anon_sym_PERCENT_EQ] = ACTIONS(3115), - [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(4619), - [anon_sym_GT_EQ] = ACTIONS(4619), - [anon_sym_BANGin] = ACTIONS(4621), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(4627), - [anon_sym_DASH] = ACTIONS(4627), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3113), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3115), - [anon_sym_continue_AT] = ACTIONS(3115), - [anon_sym_break_AT] = ACTIONS(3115), - [anon_sym_this_AT] = ACTIONS(3115), - [anon_sym_super_AT] = ACTIONS(3115), - [sym_real_literal] = ACTIONS(3115), - [sym_integer_literal] = ACTIONS(3113), - [sym_hex_literal] = ACTIONS(3115), - [sym_bin_literal] = ACTIONS(3115), - [anon_sym_true] = ACTIONS(3113), - [anon_sym_false] = ACTIONS(3113), - [anon_sym_SQUOTE] = ACTIONS(3115), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3115), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3115), + [938] = { + [sym_function_body] = STATE(1064), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_COLON] = ACTIONS(4607), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_object] = ACTIONS(4251), + [anon_sym_fun] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_this] = ACTIONS(4251), + [anon_sym_super] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4251), + [sym_label] = ACTIONS(4251), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_null] = ACTIONS(4251), + [anon_sym_if] = ACTIONS(4251), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_when] = ACTIONS(4251), + [anon_sym_try] = ACTIONS(4251), + [anon_sym_throw] = ACTIONS(4251), + [anon_sym_return] = ACTIONS(4251), + [anon_sym_continue] = ACTIONS(4251), + [anon_sym_break] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_PLUS_EQ] = ACTIONS(4253), + [anon_sym_DASH_EQ] = ACTIONS(4253), + [anon_sym_STAR_EQ] = ACTIONS(4253), + [anon_sym_SLASH_EQ] = ACTIONS(4253), + [anon_sym_PERCENT_EQ] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4251), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG] = ACTIONS(4251), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_suspend] = ACTIONS(4251), + [anon_sym_sealed] = ACTIONS(4251), + [anon_sym_annotation] = ACTIONS(4251), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_override] = ACTIONS(4251), + [anon_sym_lateinit] = ACTIONS(4251), + [anon_sym_public] = ACTIONS(4251), + [anon_sym_private] = ACTIONS(4251), + [anon_sym_internal] = ACTIONS(4251), + [anon_sym_protected] = ACTIONS(4251), + [anon_sym_tailrec] = ACTIONS(4251), + [anon_sym_operator] = ACTIONS(4251), + [anon_sym_infix] = ACTIONS(4251), + [anon_sym_inline] = ACTIONS(4251), + [anon_sym_external] = ACTIONS(4251), + [sym_property_modifier] = ACTIONS(4251), + [anon_sym_abstract] = ACTIONS(4251), + [anon_sym_final] = ACTIONS(4251), + [anon_sym_open] = ACTIONS(4251), + [anon_sym_vararg] = ACTIONS(4251), + [anon_sym_noinline] = ACTIONS(4251), + [anon_sym_crossinline] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4253), + [anon_sym_continue_AT] = ACTIONS(4253), + [anon_sym_break_AT] = ACTIONS(4253), + [anon_sym_this_AT] = ACTIONS(4253), + [anon_sym_super_AT] = ACTIONS(4253), + [sym_real_literal] = ACTIONS(4253), + [sym_integer_literal] = ACTIONS(4251), + [sym_hex_literal] = ACTIONS(4253), + [sym_bin_literal] = ACTIONS(4253), + [anon_sym_true] = ACTIONS(4251), + [anon_sym_false] = ACTIONS(4251), + [anon_sym_SQUOTE] = ACTIONS(4253), + [sym__backtick_identifier] = ACTIONS(4253), + [sym__automatic_semicolon] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4253), }, - [959] = { - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [939] = { + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1792), + [anon_sym_RPAREN] = ACTIONS(1734), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4563), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(4648), - [anon_sym_get] = ACTIONS(4515), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4609), + [anon_sym_get] = ACTIONS(4567), + [anon_sym_set] = ACTIONS(4569), + [anon_sym_STAR] = ACTIONS(4571), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(1790), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(1732), [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), [anon_sym_is] = ACTIONS(3612), [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), [anon_sym_as_QMARK] = ACTIONS(3618), [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), @@ -160303,292 +158155,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [960] = { - [sym_enum_class_body] = STATE(1128), - [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(3240), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4483), - [anon_sym_super_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), - }, - [961] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2107), - [sym__comparison_operator] = STATE(2105), - [sym__in_operator] = STATE(2101), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2094), - [sym__multiplicative_operator] = STATE(2093), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2078), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3182), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3184), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3184), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4595), - [anon_sym_where] = ACTIONS(3182), - [anon_sym_object] = ACTIONS(3182), - [anon_sym_fun] = ACTIONS(3182), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3182), - [anon_sym_super] = ACTIONS(3182), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(4603), - [anon_sym_DOT_DOT] = ACTIONS(4605), - [anon_sym_QMARK_COLON] = ACTIONS(4607), - [anon_sym_AMP_AMP] = ACTIONS(4609), - [anon_sym_PIPE_PIPE] = ACTIONS(4611), - [anon_sym_null] = ACTIONS(3182), - [anon_sym_if] = ACTIONS(3182), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_when] = ACTIONS(3182), - [anon_sym_try] = ACTIONS(3182), - [anon_sym_throw] = ACTIONS(3182), - [anon_sym_return] = ACTIONS(3182), - [anon_sym_continue] = ACTIONS(3182), - [anon_sym_break] = ACTIONS(3182), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3184), - [anon_sym_DASH_EQ] = ACTIONS(3184), - [anon_sym_STAR_EQ] = ACTIONS(3184), - [anon_sym_SLASH_EQ] = ACTIONS(3184), - [anon_sym_PERCENT_EQ] = ACTIONS(3184), - [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(4619), - [anon_sym_GT_EQ] = ACTIONS(4619), - [anon_sym_BANGin] = ACTIONS(4621), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(4627), - [anon_sym_DASH] = ACTIONS(4627), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3182), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3184), - [anon_sym_continue_AT] = ACTIONS(3184), - [anon_sym_break_AT] = ACTIONS(3184), - [anon_sym_this_AT] = ACTIONS(3184), - [anon_sym_super_AT] = ACTIONS(3184), - [sym_real_literal] = ACTIONS(3184), - [sym_integer_literal] = ACTIONS(3182), - [sym_hex_literal] = ACTIONS(3184), - [sym_bin_literal] = ACTIONS(3184), - [anon_sym_true] = ACTIONS(3182), - [anon_sym_false] = ACTIONS(3182), - [anon_sym_SQUOTE] = ACTIONS(3184), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3184), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3184), - }, - [962] = { - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [940] = { + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1804), + [anon_sym_RPAREN] = ACTIONS(1798), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4563), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(4650), - [anon_sym_get] = ACTIONS(4515), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4611), + [anon_sym_get] = ACTIONS(4567), + [anon_sym_set] = ACTIONS(4569), + [anon_sym_STAR] = ACTIONS(4571), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(1802), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), [anon_sym_is] = ACTIONS(3612), [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), [anon_sym_as_QMARK] = ACTIONS(3618), [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), @@ -160624,185 +158262,1790 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [963] = { - [sym_enum_class_body] = STATE(1082), - [sym__alpha_identifier] = ACTIONS(4652), - [anon_sym_AT] = ACTIONS(4654), - [anon_sym_LBRACK] = ACTIONS(4654), - [anon_sym_as] = ACTIONS(4652), - [anon_sym_EQ] = ACTIONS(4652), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4654), - [anon_sym_LPAREN] = ACTIONS(4654), - [anon_sym_COMMA] = ACTIONS(4654), - [anon_sym_LT] = ACTIONS(4652), - [anon_sym_GT] = ACTIONS(4652), - [anon_sym_where] = ACTIONS(4652), - [anon_sym_object] = ACTIONS(4652), - [anon_sym_fun] = ACTIONS(4652), - [anon_sym_DOT] = ACTIONS(4652), - [anon_sym_SEMI] = ACTIONS(4654), - [anon_sym_get] = ACTIONS(4652), - [anon_sym_set] = ACTIONS(4652), - [anon_sym_this] = ACTIONS(4652), - [anon_sym_super] = ACTIONS(4652), - [anon_sym_STAR] = ACTIONS(4652), - [sym_label] = ACTIONS(4652), - [anon_sym_in] = ACTIONS(4652), - [anon_sym_DOT_DOT] = ACTIONS(4654), - [anon_sym_QMARK_COLON] = ACTIONS(4654), - [anon_sym_AMP_AMP] = ACTIONS(4654), - [anon_sym_PIPE_PIPE] = ACTIONS(4654), - [anon_sym_null] = ACTIONS(4652), - [anon_sym_if] = ACTIONS(4652), - [anon_sym_else] = ACTIONS(4652), - [anon_sym_when] = ACTIONS(4652), - [anon_sym_try] = ACTIONS(4652), - [anon_sym_throw] = ACTIONS(4652), - [anon_sym_return] = ACTIONS(4652), - [anon_sym_continue] = ACTIONS(4652), - [anon_sym_break] = ACTIONS(4652), - [anon_sym_COLON_COLON] = ACTIONS(4654), - [anon_sym_PLUS_EQ] = ACTIONS(4654), - [anon_sym_DASH_EQ] = ACTIONS(4654), - [anon_sym_STAR_EQ] = ACTIONS(4654), - [anon_sym_SLASH_EQ] = ACTIONS(4654), - [anon_sym_PERCENT_EQ] = ACTIONS(4654), - [anon_sym_BANG_EQ] = ACTIONS(4652), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4654), - [anon_sym_EQ_EQ] = ACTIONS(4652), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4654), - [anon_sym_LT_EQ] = ACTIONS(4654), - [anon_sym_GT_EQ] = ACTIONS(4654), - [anon_sym_BANGin] = ACTIONS(4654), - [anon_sym_is] = ACTIONS(4652), - [anon_sym_BANGis] = ACTIONS(4654), - [anon_sym_PLUS] = ACTIONS(4652), - [anon_sym_DASH] = ACTIONS(4652), - [anon_sym_SLASH] = ACTIONS(4652), - [anon_sym_PERCENT] = ACTIONS(4652), - [anon_sym_as_QMARK] = ACTIONS(4654), - [anon_sym_PLUS_PLUS] = ACTIONS(4654), - [anon_sym_DASH_DASH] = ACTIONS(4654), - [anon_sym_BANG] = ACTIONS(4652), - [anon_sym_BANG_BANG] = ACTIONS(4654), - [anon_sym_suspend] = ACTIONS(4652), - [anon_sym_sealed] = ACTIONS(4652), - [anon_sym_annotation] = ACTIONS(4652), - [anon_sym_data] = ACTIONS(4652), - [anon_sym_inner] = ACTIONS(4652), - [anon_sym_value] = ACTIONS(4652), - [anon_sym_override] = ACTIONS(4652), - [anon_sym_lateinit] = ACTIONS(4652), - [anon_sym_public] = ACTIONS(4652), - [anon_sym_private] = ACTIONS(4652), - [anon_sym_internal] = ACTIONS(4652), - [anon_sym_protected] = ACTIONS(4652), - [anon_sym_tailrec] = ACTIONS(4652), - [anon_sym_operator] = ACTIONS(4652), - [anon_sym_infix] = ACTIONS(4652), - [anon_sym_inline] = ACTIONS(4652), - [anon_sym_external] = ACTIONS(4652), - [sym_property_modifier] = ACTIONS(4652), - [anon_sym_abstract] = ACTIONS(4652), - [anon_sym_final] = ACTIONS(4652), - [anon_sym_open] = ACTIONS(4652), - [anon_sym_vararg] = ACTIONS(4652), - [anon_sym_noinline] = ACTIONS(4652), - [anon_sym_crossinline] = ACTIONS(4652), - [anon_sym_expect] = ACTIONS(4652), - [anon_sym_actual] = ACTIONS(4652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4654), - [anon_sym_continue_AT] = ACTIONS(4654), - [anon_sym_break_AT] = ACTIONS(4654), - [anon_sym_this_AT] = ACTIONS(4654), - [anon_sym_super_AT] = ACTIONS(4654), - [sym_real_literal] = ACTIONS(4654), - [sym_integer_literal] = ACTIONS(4652), - [sym_hex_literal] = ACTIONS(4654), - [sym_bin_literal] = ACTIONS(4654), - [anon_sym_true] = ACTIONS(4652), - [anon_sym_false] = ACTIONS(4652), - [anon_sym_SQUOTE] = ACTIONS(4654), - [sym__backtick_identifier] = ACTIONS(4654), - [sym__automatic_semicolon] = ACTIONS(4654), - [sym_safe_nav] = ACTIONS(4654), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4654), + [941] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2102), + [sym__comparison_operator] = STATE(2099), + [sym__in_operator] = STATE(2098), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2096), + [sym__multiplicative_operator] = STATE(2090), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2089), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3156), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3156), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4517), + [anon_sym_where] = ACTIONS(3154), + [anon_sym_object] = ACTIONS(3154), + [anon_sym_fun] = ACTIONS(3154), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3154), + [anon_sym_super] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(4521), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(4525), + [anon_sym_DOT_DOT] = ACTIONS(4527), + [anon_sym_QMARK_COLON] = ACTIONS(4529), + [anon_sym_AMP_AMP] = ACTIONS(4531), + [anon_sym_PIPE_PIPE] = ACTIONS(4533), + [anon_sym_null] = ACTIONS(3154), + [anon_sym_if] = ACTIONS(3154), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_when] = ACTIONS(3154), + [anon_sym_try] = ACTIONS(3154), + [anon_sym_throw] = ACTIONS(3154), + [anon_sym_return] = ACTIONS(3154), + [anon_sym_continue] = ACTIONS(3154), + [anon_sym_break] = ACTIONS(3154), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3156), + [anon_sym_DASH_EQ] = ACTIONS(3156), + [anon_sym_STAR_EQ] = ACTIONS(3156), + [anon_sym_SLASH_EQ] = ACTIONS(3156), + [anon_sym_PERCENT_EQ] = ACTIONS(3156), + [anon_sym_BANG_EQ] = ACTIONS(4537), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4539), + [anon_sym_EQ_EQ] = ACTIONS(4537), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4539), + [anon_sym_LT_EQ] = ACTIONS(4541), + [anon_sym_GT_EQ] = ACTIONS(4541), + [anon_sym_BANGin] = ACTIONS(4543), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(4549), + [anon_sym_DASH] = ACTIONS(4549), + [anon_sym_SLASH] = ACTIONS(4521), + [anon_sym_PERCENT] = ACTIONS(4521), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3154), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3156), + [anon_sym_continue_AT] = ACTIONS(3156), + [anon_sym_break_AT] = ACTIONS(3156), + [anon_sym_this_AT] = ACTIONS(3156), + [anon_sym_super_AT] = ACTIONS(3156), + [sym_real_literal] = ACTIONS(3156), + [sym_integer_literal] = ACTIONS(3154), + [sym_hex_literal] = ACTIONS(3156), + [sym_bin_literal] = ACTIONS(3156), + [anon_sym_true] = ACTIONS(3154), + [anon_sym_false] = ACTIONS(3154), + [anon_sym_SQUOTE] = ACTIONS(3156), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3156), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3156), }, - [964] = { - [sym_getter] = STATE(3469), - [sym_setter] = STATE(3469), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [942] = { + [sym_class_body] = STATE(1072), + [sym__alpha_identifier] = ACTIONS(4489), + [anon_sym_AT] = ACTIONS(4491), + [anon_sym_LBRACK] = ACTIONS(4491), + [anon_sym_as] = ACTIONS(4489), + [anon_sym_EQ] = ACTIONS(4489), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4491), + [anon_sym_LPAREN] = ACTIONS(4491), + [anon_sym_COMMA] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4489), + [anon_sym_GT] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(4489), + [anon_sym_object] = ACTIONS(4489), + [anon_sym_fun] = ACTIONS(4489), + [anon_sym_DOT] = ACTIONS(4489), + [anon_sym_SEMI] = ACTIONS(4491), + [anon_sym_get] = ACTIONS(4489), + [anon_sym_set] = ACTIONS(4489), + [anon_sym_this] = ACTIONS(4489), + [anon_sym_super] = ACTIONS(4489), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4489), + [anon_sym_in] = ACTIONS(4489), + [anon_sym_DOT_DOT] = ACTIONS(4491), + [anon_sym_QMARK_COLON] = ACTIONS(4491), + [anon_sym_AMP_AMP] = ACTIONS(4491), + [anon_sym_PIPE_PIPE] = ACTIONS(4491), + [anon_sym_null] = ACTIONS(4489), + [anon_sym_if] = ACTIONS(4489), + [anon_sym_else] = ACTIONS(4489), + [anon_sym_when] = ACTIONS(4489), + [anon_sym_try] = ACTIONS(4489), + [anon_sym_throw] = ACTIONS(4489), + [anon_sym_return] = ACTIONS(4489), + [anon_sym_continue] = ACTIONS(4489), + [anon_sym_break] = ACTIONS(4489), + [anon_sym_COLON_COLON] = ACTIONS(4491), + [anon_sym_PLUS_EQ] = ACTIONS(4491), + [anon_sym_DASH_EQ] = ACTIONS(4491), + [anon_sym_STAR_EQ] = ACTIONS(4491), + [anon_sym_SLASH_EQ] = ACTIONS(4491), + [anon_sym_PERCENT_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4491), + [anon_sym_LT_EQ] = ACTIONS(4491), + [anon_sym_GT_EQ] = ACTIONS(4491), + [anon_sym_BANGin] = ACTIONS(4491), + [anon_sym_is] = ACTIONS(4489), + [anon_sym_BANGis] = ACTIONS(4491), + [anon_sym_PLUS] = ACTIONS(4489), + [anon_sym_DASH] = ACTIONS(4489), + [anon_sym_SLASH] = ACTIONS(4489), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4491), + [anon_sym_DASH_DASH] = ACTIONS(4491), + [anon_sym_BANG] = ACTIONS(4489), + [anon_sym_BANG_BANG] = ACTIONS(4491), + [anon_sym_suspend] = ACTIONS(4489), + [anon_sym_sealed] = ACTIONS(4489), + [anon_sym_annotation] = ACTIONS(4489), + [anon_sym_data] = ACTIONS(4489), + [anon_sym_inner] = ACTIONS(4489), + [anon_sym_value] = ACTIONS(4489), + [anon_sym_override] = ACTIONS(4489), + [anon_sym_lateinit] = ACTIONS(4489), + [anon_sym_public] = ACTIONS(4489), + [anon_sym_private] = ACTIONS(4489), + [anon_sym_internal] = ACTIONS(4489), + [anon_sym_protected] = ACTIONS(4489), + [anon_sym_tailrec] = ACTIONS(4489), + [anon_sym_operator] = ACTIONS(4489), + [anon_sym_infix] = ACTIONS(4489), + [anon_sym_inline] = ACTIONS(4489), + [anon_sym_external] = ACTIONS(4489), + [sym_property_modifier] = ACTIONS(4489), + [anon_sym_abstract] = ACTIONS(4489), + [anon_sym_final] = ACTIONS(4489), + [anon_sym_open] = ACTIONS(4489), + [anon_sym_vararg] = ACTIONS(4489), + [anon_sym_noinline] = ACTIONS(4489), + [anon_sym_crossinline] = ACTIONS(4489), + [anon_sym_expect] = ACTIONS(4489), + [anon_sym_actual] = ACTIONS(4489), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4491), + [anon_sym_continue_AT] = ACTIONS(4491), + [anon_sym_break_AT] = ACTIONS(4491), + [anon_sym_this_AT] = ACTIONS(4491), + [anon_sym_super_AT] = ACTIONS(4491), + [sym_real_literal] = ACTIONS(4491), + [sym_integer_literal] = ACTIONS(4489), + [sym_hex_literal] = ACTIONS(4491), + [sym_bin_literal] = ACTIONS(4491), + [anon_sym_true] = ACTIONS(4489), + [anon_sym_false] = ACTIONS(4489), + [anon_sym_SQUOTE] = ACTIONS(4491), + [sym__backtick_identifier] = ACTIONS(4491), + [sym__automatic_semicolon] = ACTIONS(4491), + [sym_safe_nav] = ACTIONS(4491), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4491), + }, + [943] = { + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4615), + [anon_sym_super_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), + }, + [944] = { + [sym_enum_class_body] = STATE(1106), + [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(3246), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4436), + [anon_sym_super_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), + }, + [945] = { + [sym__alpha_identifier] = ACTIONS(4617), + [anon_sym_AT] = ACTIONS(4619), + [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_by] = ACTIONS(4617), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4619), + [anon_sym_super_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), + }, + [946] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2102), + [sym__comparison_operator] = STATE(2099), + [sym__in_operator] = STATE(2098), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2096), + [sym__multiplicative_operator] = STATE(2090), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2089), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3158), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3160), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3160), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4517), + [anon_sym_where] = ACTIONS(3158), + [anon_sym_object] = ACTIONS(3158), + [anon_sym_fun] = ACTIONS(3158), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3158), + [anon_sym_super] = ACTIONS(3158), + [anon_sym_STAR] = ACTIONS(4521), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(4525), + [anon_sym_DOT_DOT] = ACTIONS(4527), + [anon_sym_QMARK_COLON] = ACTIONS(4529), + [anon_sym_AMP_AMP] = ACTIONS(4531), + [anon_sym_PIPE_PIPE] = ACTIONS(4533), + [anon_sym_null] = ACTIONS(3158), + [anon_sym_if] = ACTIONS(3158), + [anon_sym_else] = ACTIONS(3158), + [anon_sym_when] = ACTIONS(3158), + [anon_sym_try] = ACTIONS(3158), + [anon_sym_throw] = ACTIONS(3158), + [anon_sym_return] = ACTIONS(3158), + [anon_sym_continue] = ACTIONS(3158), + [anon_sym_break] = ACTIONS(3158), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3160), + [anon_sym_DASH_EQ] = ACTIONS(3160), + [anon_sym_STAR_EQ] = ACTIONS(3160), + [anon_sym_SLASH_EQ] = ACTIONS(3160), + [anon_sym_PERCENT_EQ] = ACTIONS(3160), + [anon_sym_BANG_EQ] = ACTIONS(4537), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4539), + [anon_sym_EQ_EQ] = ACTIONS(4537), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4539), + [anon_sym_LT_EQ] = ACTIONS(4541), + [anon_sym_GT_EQ] = ACTIONS(4541), + [anon_sym_BANGin] = ACTIONS(4543), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(4549), + [anon_sym_DASH] = ACTIONS(4549), + [anon_sym_SLASH] = ACTIONS(4521), + [anon_sym_PERCENT] = ACTIONS(4521), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3158), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3160), + [anon_sym_continue_AT] = ACTIONS(3160), + [anon_sym_break_AT] = ACTIONS(3160), + [anon_sym_this_AT] = ACTIONS(3160), + [anon_sym_super_AT] = ACTIONS(3160), + [sym_real_literal] = ACTIONS(3160), + [sym_integer_literal] = ACTIONS(3158), + [sym_hex_literal] = ACTIONS(3160), + [sym_bin_literal] = ACTIONS(3160), + [anon_sym_true] = ACTIONS(3158), + [anon_sym_false] = ACTIONS(3158), + [anon_sym_SQUOTE] = ACTIONS(3160), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3160), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3160), + }, + [947] = { + [sym_class_body] = STATE(1116), + [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(3260), + [anon_sym_RBRACE] = ACTIONS(4623), + [anon_sym_LPAREN] = ACTIONS(4623), + [anon_sym_COMMA] = ACTIONS(4623), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4623), + [anon_sym_super_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), + }, + [948] = { + [sym_class_body] = STATE(1083), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3280), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, + [949] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2102), + [sym__comparison_operator] = STATE(2099), + [sym__in_operator] = STATE(2098), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2096), + [sym__multiplicative_operator] = STATE(2090), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2089), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3166), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3168), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3168), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4517), + [anon_sym_where] = ACTIONS(3166), + [anon_sym_object] = ACTIONS(3166), + [anon_sym_fun] = ACTIONS(3166), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3166), + [anon_sym_super] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(4521), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(4525), + [anon_sym_DOT_DOT] = ACTIONS(4527), + [anon_sym_QMARK_COLON] = ACTIONS(4529), + [anon_sym_AMP_AMP] = ACTIONS(4531), + [anon_sym_PIPE_PIPE] = ACTIONS(4533), + [anon_sym_null] = ACTIONS(3166), + [anon_sym_if] = ACTIONS(3166), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_when] = ACTIONS(3166), + [anon_sym_try] = ACTIONS(3166), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3166), + [anon_sym_continue] = ACTIONS(3166), + [anon_sym_break] = ACTIONS(3166), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3168), + [anon_sym_DASH_EQ] = ACTIONS(3168), + [anon_sym_STAR_EQ] = ACTIONS(3168), + [anon_sym_SLASH_EQ] = ACTIONS(3168), + [anon_sym_PERCENT_EQ] = ACTIONS(3168), + [anon_sym_BANG_EQ] = ACTIONS(4537), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4539), + [anon_sym_EQ_EQ] = ACTIONS(4537), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4539), + [anon_sym_LT_EQ] = ACTIONS(4541), + [anon_sym_GT_EQ] = ACTIONS(4541), + [anon_sym_BANGin] = ACTIONS(4543), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(4549), + [anon_sym_DASH] = ACTIONS(4549), + [anon_sym_SLASH] = ACTIONS(4521), + [anon_sym_PERCENT] = ACTIONS(4521), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3166), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3168), + [anon_sym_continue_AT] = ACTIONS(3168), + [anon_sym_break_AT] = ACTIONS(3168), + [anon_sym_this_AT] = ACTIONS(3168), + [anon_sym_super_AT] = ACTIONS(3168), + [sym_real_literal] = ACTIONS(3168), + [sym_integer_literal] = ACTIONS(3166), + [sym_hex_literal] = ACTIONS(3168), + [sym_bin_literal] = ACTIONS(3168), + [anon_sym_true] = ACTIONS(3166), + [anon_sym_false] = ACTIONS(3166), + [anon_sym_SQUOTE] = ACTIONS(3168), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3168), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3168), + }, + [950] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2102), + [sym__comparison_operator] = STATE(2099), + [sym__in_operator] = STATE(2098), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2096), + [sym__multiplicative_operator] = STATE(2090), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2089), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3109), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3111), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3111), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4517), + [anon_sym_where] = ACTIONS(3109), + [anon_sym_object] = ACTIONS(3109), + [anon_sym_fun] = ACTIONS(3109), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3111), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3109), + [anon_sym_super] = ACTIONS(3109), + [anon_sym_STAR] = ACTIONS(4521), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(4525), + [anon_sym_DOT_DOT] = ACTIONS(4527), + [anon_sym_QMARK_COLON] = ACTIONS(4529), + [anon_sym_AMP_AMP] = ACTIONS(4531), + [anon_sym_PIPE_PIPE] = ACTIONS(4533), + [anon_sym_null] = ACTIONS(3109), + [anon_sym_if] = ACTIONS(3109), + [anon_sym_else] = ACTIONS(3109), + [anon_sym_when] = ACTIONS(3109), + [anon_sym_try] = ACTIONS(3109), + [anon_sym_throw] = ACTIONS(3109), + [anon_sym_return] = ACTIONS(3109), + [anon_sym_continue] = ACTIONS(3109), + [anon_sym_break] = ACTIONS(3109), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3111), + [anon_sym_DASH_EQ] = ACTIONS(3111), + [anon_sym_STAR_EQ] = ACTIONS(3111), + [anon_sym_SLASH_EQ] = ACTIONS(3111), + [anon_sym_PERCENT_EQ] = ACTIONS(3111), + [anon_sym_BANG_EQ] = ACTIONS(4537), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4539), + [anon_sym_EQ_EQ] = ACTIONS(4537), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4539), + [anon_sym_LT_EQ] = ACTIONS(4541), + [anon_sym_GT_EQ] = ACTIONS(4541), + [anon_sym_BANGin] = ACTIONS(4543), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(4549), + [anon_sym_DASH] = ACTIONS(4549), + [anon_sym_SLASH] = ACTIONS(4521), + [anon_sym_PERCENT] = ACTIONS(4521), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3109), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3111), + [anon_sym_continue_AT] = ACTIONS(3111), + [anon_sym_break_AT] = ACTIONS(3111), + [anon_sym_this_AT] = ACTIONS(3111), + [anon_sym_super_AT] = ACTIONS(3111), + [sym_real_literal] = ACTIONS(3111), + [sym_integer_literal] = ACTIONS(3109), + [sym_hex_literal] = ACTIONS(3111), + [sym_bin_literal] = ACTIONS(3111), + [anon_sym_true] = ACTIONS(3109), + [anon_sym_false] = ACTIONS(3109), + [anon_sym_SQUOTE] = ACTIONS(3111), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3111), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3111), + }, + [951] = { + [sym_class_body] = STATE(1184), + [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(3260), + [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_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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4499), + [anon_sym_super_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), + }, + [952] = { + [sym__alpha_identifier] = ACTIONS(4625), + [anon_sym_AT] = ACTIONS(4627), + [anon_sym_COLON] = ACTIONS(4625), + [anon_sym_LBRACK] = ACTIONS(4627), + [anon_sym_as] = ACTIONS(4625), + [anon_sym_EQ] = ACTIONS(4625), + [anon_sym_LBRACE] = ACTIONS(4627), + [anon_sym_RBRACE] = ACTIONS(4627), + [anon_sym_LPAREN] = ACTIONS(4627), + [anon_sym_COMMA] = ACTIONS(4627), + [anon_sym_LT] = ACTIONS(4625), + [anon_sym_GT] = ACTIONS(4625), + [anon_sym_where] = ACTIONS(4625), + [anon_sym_object] = ACTIONS(4625), + [anon_sym_fun] = ACTIONS(4625), + [anon_sym_DOT] = ACTIONS(4625), + [anon_sym_SEMI] = ACTIONS(4627), + [anon_sym_get] = ACTIONS(4625), + [anon_sym_set] = ACTIONS(4625), + [anon_sym_this] = ACTIONS(4625), + [anon_sym_super] = ACTIONS(4625), + [anon_sym_STAR] = ACTIONS(4625), + [sym_label] = ACTIONS(4625), + [anon_sym_in] = ACTIONS(4625), + [anon_sym_DOT_DOT] = ACTIONS(4627), + [anon_sym_QMARK_COLON] = ACTIONS(4627), + [anon_sym_AMP_AMP] = ACTIONS(4627), + [anon_sym_PIPE_PIPE] = ACTIONS(4627), + [anon_sym_null] = ACTIONS(4625), + [anon_sym_if] = ACTIONS(4625), + [anon_sym_else] = ACTIONS(4625), + [anon_sym_when] = ACTIONS(4625), + [anon_sym_try] = ACTIONS(4625), + [anon_sym_throw] = ACTIONS(4625), + [anon_sym_return] = ACTIONS(4625), + [anon_sym_continue] = ACTIONS(4625), + [anon_sym_break] = ACTIONS(4625), + [anon_sym_COLON_COLON] = ACTIONS(4627), + [anon_sym_PLUS_EQ] = ACTIONS(4627), + [anon_sym_DASH_EQ] = ACTIONS(4627), + [anon_sym_STAR_EQ] = ACTIONS(4627), + [anon_sym_SLASH_EQ] = ACTIONS(4627), + [anon_sym_PERCENT_EQ] = ACTIONS(4627), + [anon_sym_BANG_EQ] = ACTIONS(4625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4627), + [anon_sym_EQ_EQ] = ACTIONS(4625), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4627), + [anon_sym_LT_EQ] = ACTIONS(4627), + [anon_sym_GT_EQ] = ACTIONS(4627), + [anon_sym_BANGin] = ACTIONS(4627), + [anon_sym_is] = ACTIONS(4625), + [anon_sym_BANGis] = ACTIONS(4627), + [anon_sym_PLUS] = ACTIONS(4625), + [anon_sym_DASH] = ACTIONS(4625), + [anon_sym_SLASH] = ACTIONS(4625), + [anon_sym_PERCENT] = ACTIONS(4625), + [anon_sym_as_QMARK] = ACTIONS(4627), + [anon_sym_PLUS_PLUS] = ACTIONS(4627), + [anon_sym_DASH_DASH] = ACTIONS(4627), + [anon_sym_BANG] = ACTIONS(4625), + [anon_sym_BANG_BANG] = ACTIONS(4627), + [anon_sym_suspend] = ACTIONS(4625), + [anon_sym_sealed] = ACTIONS(4625), + [anon_sym_annotation] = ACTIONS(4625), + [anon_sym_data] = ACTIONS(4625), + [anon_sym_inner] = ACTIONS(4625), + [anon_sym_value] = ACTIONS(4625), + [anon_sym_override] = ACTIONS(4625), + [anon_sym_lateinit] = ACTIONS(4625), + [anon_sym_public] = ACTIONS(4625), + [anon_sym_private] = ACTIONS(4625), + [anon_sym_internal] = ACTIONS(4625), + [anon_sym_protected] = ACTIONS(4625), + [anon_sym_tailrec] = ACTIONS(4625), + [anon_sym_operator] = ACTIONS(4625), + [anon_sym_infix] = ACTIONS(4625), + [anon_sym_inline] = ACTIONS(4625), + [anon_sym_external] = ACTIONS(4625), + [sym_property_modifier] = ACTIONS(4625), + [anon_sym_abstract] = ACTIONS(4625), + [anon_sym_final] = ACTIONS(4625), + [anon_sym_open] = ACTIONS(4625), + [anon_sym_vararg] = ACTIONS(4625), + [anon_sym_noinline] = ACTIONS(4625), + [anon_sym_crossinline] = ACTIONS(4625), + [anon_sym_expect] = ACTIONS(4625), + [anon_sym_actual] = ACTIONS(4625), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4627), + [anon_sym_continue_AT] = ACTIONS(4627), + [anon_sym_break_AT] = ACTIONS(4627), + [anon_sym_this_AT] = ACTIONS(4627), + [anon_sym_super_AT] = ACTIONS(4627), + [sym_real_literal] = ACTIONS(4627), + [sym_integer_literal] = ACTIONS(4625), + [sym_hex_literal] = ACTIONS(4627), + [sym_bin_literal] = ACTIONS(4627), + [anon_sym_true] = ACTIONS(4625), + [anon_sym_false] = ACTIONS(4625), + [anon_sym_SQUOTE] = ACTIONS(4627), + [sym__backtick_identifier] = ACTIONS(4627), + [sym__automatic_semicolon] = ACTIONS(4627), + [sym_safe_nav] = ACTIONS(4627), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4627), + }, + [953] = { + [sym_enum_class_body] = STATE(1124), + [sym__alpha_identifier] = ACTIONS(4501), + [anon_sym_AT] = ACTIONS(4503), + [anon_sym_LBRACK] = ACTIONS(4503), + [anon_sym_as] = ACTIONS(4501), + [anon_sym_EQ] = ACTIONS(4501), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(4503), + [anon_sym_LPAREN] = ACTIONS(4503), + [anon_sym_COMMA] = ACTIONS(4503), + [anon_sym_LT] = ACTIONS(4501), + [anon_sym_GT] = ACTIONS(4501), + [anon_sym_where] = ACTIONS(4501), + [anon_sym_object] = ACTIONS(4501), + [anon_sym_fun] = ACTIONS(4501), + [anon_sym_DOT] = ACTIONS(4501), + [anon_sym_SEMI] = ACTIONS(4503), + [anon_sym_get] = ACTIONS(4501), + [anon_sym_set] = ACTIONS(4501), + [anon_sym_this] = ACTIONS(4501), + [anon_sym_super] = ACTIONS(4501), + [anon_sym_STAR] = ACTIONS(4501), + [sym_label] = ACTIONS(4501), + [anon_sym_in] = ACTIONS(4501), + [anon_sym_DOT_DOT] = ACTIONS(4503), + [anon_sym_QMARK_COLON] = ACTIONS(4503), + [anon_sym_AMP_AMP] = ACTIONS(4503), + [anon_sym_PIPE_PIPE] = ACTIONS(4503), + [anon_sym_null] = ACTIONS(4501), + [anon_sym_if] = ACTIONS(4501), + [anon_sym_else] = ACTIONS(4501), + [anon_sym_when] = ACTIONS(4501), + [anon_sym_try] = ACTIONS(4501), + [anon_sym_throw] = ACTIONS(4501), + [anon_sym_return] = ACTIONS(4501), + [anon_sym_continue] = ACTIONS(4501), + [anon_sym_break] = ACTIONS(4501), + [anon_sym_COLON_COLON] = ACTIONS(4503), + [anon_sym_PLUS_EQ] = ACTIONS(4503), + [anon_sym_DASH_EQ] = ACTIONS(4503), + [anon_sym_STAR_EQ] = ACTIONS(4503), + [anon_sym_SLASH_EQ] = ACTIONS(4503), + [anon_sym_PERCENT_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ] = ACTIONS(4501), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ] = ACTIONS(4501), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4503), + [anon_sym_LT_EQ] = ACTIONS(4503), + [anon_sym_GT_EQ] = ACTIONS(4503), + [anon_sym_BANGin] = ACTIONS(4503), + [anon_sym_is] = ACTIONS(4501), + [anon_sym_BANGis] = ACTIONS(4503), + [anon_sym_PLUS] = ACTIONS(4501), + [anon_sym_DASH] = ACTIONS(4501), + [anon_sym_SLASH] = ACTIONS(4501), + [anon_sym_PERCENT] = ACTIONS(4501), + [anon_sym_as_QMARK] = ACTIONS(4503), + [anon_sym_PLUS_PLUS] = ACTIONS(4503), + [anon_sym_DASH_DASH] = ACTIONS(4503), + [anon_sym_BANG] = ACTIONS(4501), + [anon_sym_BANG_BANG] = ACTIONS(4503), + [anon_sym_suspend] = ACTIONS(4501), + [anon_sym_sealed] = ACTIONS(4501), + [anon_sym_annotation] = ACTIONS(4501), + [anon_sym_data] = ACTIONS(4501), + [anon_sym_inner] = ACTIONS(4501), + [anon_sym_value] = ACTIONS(4501), + [anon_sym_override] = ACTIONS(4501), + [anon_sym_lateinit] = ACTIONS(4501), + [anon_sym_public] = ACTIONS(4501), + [anon_sym_private] = ACTIONS(4501), + [anon_sym_internal] = ACTIONS(4501), + [anon_sym_protected] = ACTIONS(4501), + [anon_sym_tailrec] = ACTIONS(4501), + [anon_sym_operator] = ACTIONS(4501), + [anon_sym_infix] = ACTIONS(4501), + [anon_sym_inline] = ACTIONS(4501), + [anon_sym_external] = ACTIONS(4501), + [sym_property_modifier] = ACTIONS(4501), + [anon_sym_abstract] = ACTIONS(4501), + [anon_sym_final] = ACTIONS(4501), + [anon_sym_open] = ACTIONS(4501), + [anon_sym_vararg] = ACTIONS(4501), + [anon_sym_noinline] = ACTIONS(4501), + [anon_sym_crossinline] = ACTIONS(4501), + [anon_sym_expect] = ACTIONS(4501), + [anon_sym_actual] = ACTIONS(4501), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4503), + [anon_sym_continue_AT] = ACTIONS(4503), + [anon_sym_break_AT] = ACTIONS(4503), + [anon_sym_this_AT] = ACTIONS(4503), + [anon_sym_super_AT] = ACTIONS(4503), + [sym_real_literal] = ACTIONS(4503), + [sym_integer_literal] = ACTIONS(4501), + [sym_hex_literal] = ACTIONS(4503), + [sym_bin_literal] = ACTIONS(4503), + [anon_sym_true] = ACTIONS(4501), + [anon_sym_false] = ACTIONS(4501), + [anon_sym_SQUOTE] = ACTIONS(4503), + [sym__backtick_identifier] = ACTIONS(4503), + [sym__automatic_semicolon] = ACTIONS(4503), + [sym_safe_nav] = ACTIONS(4503), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4503), + }, + [954] = { + [sym_function_body] = STATE(1111), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4206), + [anon_sym_AT] = ACTIONS(4208), + [anon_sym_COLON] = ACTIONS(4629), + [anon_sym_LBRACK] = ACTIONS(4208), + [anon_sym_as] = ACTIONS(4206), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4208), + [anon_sym_LPAREN] = ACTIONS(4208), + [anon_sym_LT] = ACTIONS(4206), + [anon_sym_GT] = ACTIONS(4206), + [anon_sym_object] = ACTIONS(4206), + [anon_sym_fun] = ACTIONS(4206), + [anon_sym_DOT] = ACTIONS(4206), + [anon_sym_SEMI] = ACTIONS(4208), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4206), + [anon_sym_this] = ACTIONS(4206), + [anon_sym_super] = ACTIONS(4206), + [anon_sym_STAR] = ACTIONS(4206), + [sym_label] = ACTIONS(4206), + [anon_sym_in] = ACTIONS(4206), + [anon_sym_DOT_DOT] = ACTIONS(4208), + [anon_sym_QMARK_COLON] = ACTIONS(4208), + [anon_sym_AMP_AMP] = ACTIONS(4208), + [anon_sym_PIPE_PIPE] = ACTIONS(4208), + [anon_sym_null] = ACTIONS(4206), + [anon_sym_if] = ACTIONS(4206), + [anon_sym_else] = ACTIONS(4206), + [anon_sym_when] = ACTIONS(4206), + [anon_sym_try] = ACTIONS(4206), + [anon_sym_throw] = ACTIONS(4206), + [anon_sym_return] = ACTIONS(4206), + [anon_sym_continue] = ACTIONS(4206), + [anon_sym_break] = ACTIONS(4206), + [anon_sym_COLON_COLON] = ACTIONS(4208), + [anon_sym_PLUS_EQ] = ACTIONS(4208), + [anon_sym_DASH_EQ] = ACTIONS(4208), + [anon_sym_STAR_EQ] = ACTIONS(4208), + [anon_sym_SLASH_EQ] = ACTIONS(4208), + [anon_sym_PERCENT_EQ] = ACTIONS(4208), + [anon_sym_BANG_EQ] = ACTIONS(4206), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4208), + [anon_sym_EQ_EQ] = ACTIONS(4206), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4208), + [anon_sym_LT_EQ] = ACTIONS(4208), + [anon_sym_GT_EQ] = ACTIONS(4208), + [anon_sym_BANGin] = ACTIONS(4208), + [anon_sym_is] = ACTIONS(4206), + [anon_sym_BANGis] = ACTIONS(4208), + [anon_sym_PLUS] = ACTIONS(4206), + [anon_sym_DASH] = ACTIONS(4206), + [anon_sym_SLASH] = ACTIONS(4206), + [anon_sym_PERCENT] = ACTIONS(4206), + [anon_sym_as_QMARK] = ACTIONS(4208), + [anon_sym_PLUS_PLUS] = ACTIONS(4208), + [anon_sym_DASH_DASH] = ACTIONS(4208), + [anon_sym_BANG] = ACTIONS(4206), + [anon_sym_BANG_BANG] = ACTIONS(4208), + [anon_sym_suspend] = ACTIONS(4206), + [anon_sym_sealed] = ACTIONS(4206), + [anon_sym_annotation] = ACTIONS(4206), + [anon_sym_data] = ACTIONS(4206), + [anon_sym_inner] = ACTIONS(4206), + [anon_sym_value] = ACTIONS(4206), + [anon_sym_override] = ACTIONS(4206), + [anon_sym_lateinit] = ACTIONS(4206), + [anon_sym_public] = ACTIONS(4206), + [anon_sym_private] = ACTIONS(4206), + [anon_sym_internal] = ACTIONS(4206), + [anon_sym_protected] = ACTIONS(4206), + [anon_sym_tailrec] = ACTIONS(4206), + [anon_sym_operator] = ACTIONS(4206), + [anon_sym_infix] = ACTIONS(4206), + [anon_sym_inline] = ACTIONS(4206), + [anon_sym_external] = ACTIONS(4206), + [sym_property_modifier] = ACTIONS(4206), + [anon_sym_abstract] = ACTIONS(4206), + [anon_sym_final] = ACTIONS(4206), + [anon_sym_open] = ACTIONS(4206), + [anon_sym_vararg] = ACTIONS(4206), + [anon_sym_noinline] = ACTIONS(4206), + [anon_sym_crossinline] = ACTIONS(4206), + [anon_sym_expect] = ACTIONS(4206), + [anon_sym_actual] = ACTIONS(4206), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4208), + [anon_sym_continue_AT] = ACTIONS(4208), + [anon_sym_break_AT] = ACTIONS(4208), + [anon_sym_this_AT] = ACTIONS(4208), + [anon_sym_super_AT] = ACTIONS(4208), + [sym_real_literal] = ACTIONS(4208), + [sym_integer_literal] = ACTIONS(4206), + [sym_hex_literal] = ACTIONS(4208), + [sym_bin_literal] = ACTIONS(4208), + [anon_sym_true] = ACTIONS(4206), + [anon_sym_false] = ACTIONS(4206), + [anon_sym_SQUOTE] = ACTIONS(4208), + [sym__backtick_identifier] = ACTIONS(4208), + [sym__automatic_semicolon] = ACTIONS(4208), + [sym_safe_nav] = ACTIONS(4208), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4208), + }, + [955] = { + [sym__alpha_identifier] = ACTIONS(4631), + [anon_sym_AT] = ACTIONS(4633), + [anon_sym_COLON] = ACTIONS(4631), + [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_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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4633), + [anon_sym_super_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), + }, + [956] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2102), + [sym__comparison_operator] = STATE(2099), + [sym__in_operator] = STATE(2098), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2096), + [sym__multiplicative_operator] = STATE(2090), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2089), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(3128), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3128), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3130), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_where] = ACTIONS(3128), + [anon_sym_object] = ACTIONS(3128), + [anon_sym_fun] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_this] = ACTIONS(3128), + [anon_sym_super] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(4521), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_null] = ACTIONS(3128), + [anon_sym_if] = ACTIONS(3128), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_when] = ACTIONS(3128), + [anon_sym_try] = ACTIONS(3128), + [anon_sym_throw] = ACTIONS(3128), + [anon_sym_return] = ACTIONS(3128), + [anon_sym_continue] = ACTIONS(3128), + [anon_sym_break] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3130), + [anon_sym_DASH_EQ] = ACTIONS(3130), + [anon_sym_STAR_EQ] = ACTIONS(3130), + [anon_sym_SLASH_EQ] = ACTIONS(3130), + [anon_sym_PERCENT_EQ] = ACTIONS(3130), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(4521), + [anon_sym_PERCENT] = ACTIONS(4521), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3128), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3130), + [anon_sym_continue_AT] = ACTIONS(3130), + [anon_sym_break_AT] = ACTIONS(3130), + [anon_sym_this_AT] = ACTIONS(3130), + [anon_sym_super_AT] = ACTIONS(3130), + [sym_real_literal] = ACTIONS(3130), + [sym_integer_literal] = ACTIONS(3128), + [sym_hex_literal] = ACTIONS(3130), + [sym_bin_literal] = ACTIONS(3130), + [anon_sym_true] = ACTIONS(3128), + [anon_sym_false] = ACTIONS(3128), + [anon_sym_SQUOTE] = ACTIONS(3130), + [sym__backtick_identifier] = ACTIONS(3130), + [sym__automatic_semicolon] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3130), + }, + [957] = { + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1810), + [anon_sym_RPAREN] = ACTIONS(1798), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4563), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(4656), - [anon_sym_get] = ACTIONS(4515), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4635), + [anon_sym_get] = ACTIONS(4637), + [anon_sym_set] = ACTIONS(4639), + [anon_sym_STAR] = ACTIONS(4571), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(1808), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), [anon_sym_is] = ACTIONS(3612), [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), [anon_sym_as_QMARK] = ACTIONS(3618), [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), @@ -160838,78 +160081,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [965] = { - [sym_getter] = STATE(3464), - [sym_setter] = STATE(3464), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [958] = { + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1816), + [anon_sym_RPAREN] = ACTIONS(1734), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4563), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(4658), - [anon_sym_get] = ACTIONS(4515), - [anon_sym_set] = ACTIONS(4517), - [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4641), + [anon_sym_get] = ACTIONS(4637), + [anon_sym_set] = ACTIONS(4639), + [anon_sym_STAR] = ACTIONS(4571), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(1814), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(1732), [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), [anon_sym_is] = ACTIONS(3612), [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), [anon_sym_as_QMARK] = ACTIONS(3618), [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), @@ -160945,506 +160188,292 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [966] = { - [sym_class_body] = STATE(1082), - [sym__alpha_identifier] = ACTIONS(4652), - [anon_sym_AT] = ACTIONS(4654), - [anon_sym_LBRACK] = ACTIONS(4654), - [anon_sym_as] = ACTIONS(4652), - [anon_sym_EQ] = ACTIONS(4652), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4654), - [anon_sym_LPAREN] = ACTIONS(4654), - [anon_sym_COMMA] = ACTIONS(4654), - [anon_sym_LT] = ACTIONS(4652), - [anon_sym_GT] = ACTIONS(4652), - [anon_sym_where] = ACTIONS(4652), - [anon_sym_object] = ACTIONS(4652), - [anon_sym_fun] = ACTIONS(4652), - [anon_sym_DOT] = ACTIONS(4652), - [anon_sym_SEMI] = ACTIONS(4654), - [anon_sym_get] = ACTIONS(4652), - [anon_sym_set] = ACTIONS(4652), - [anon_sym_this] = ACTIONS(4652), - [anon_sym_super] = ACTIONS(4652), - [anon_sym_STAR] = ACTIONS(4652), - [sym_label] = ACTIONS(4652), - [anon_sym_in] = ACTIONS(4652), - [anon_sym_DOT_DOT] = ACTIONS(4654), - [anon_sym_QMARK_COLON] = ACTIONS(4654), - [anon_sym_AMP_AMP] = ACTIONS(4654), - [anon_sym_PIPE_PIPE] = ACTIONS(4654), - [anon_sym_null] = ACTIONS(4652), - [anon_sym_if] = ACTIONS(4652), - [anon_sym_else] = ACTIONS(4652), - [anon_sym_when] = ACTIONS(4652), - [anon_sym_try] = ACTIONS(4652), - [anon_sym_throw] = ACTIONS(4652), - [anon_sym_return] = ACTIONS(4652), - [anon_sym_continue] = ACTIONS(4652), - [anon_sym_break] = ACTIONS(4652), - [anon_sym_COLON_COLON] = ACTIONS(4654), - [anon_sym_PLUS_EQ] = ACTIONS(4654), - [anon_sym_DASH_EQ] = ACTIONS(4654), - [anon_sym_STAR_EQ] = ACTIONS(4654), - [anon_sym_SLASH_EQ] = ACTIONS(4654), - [anon_sym_PERCENT_EQ] = ACTIONS(4654), - [anon_sym_BANG_EQ] = ACTIONS(4652), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4654), - [anon_sym_EQ_EQ] = ACTIONS(4652), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4654), - [anon_sym_LT_EQ] = ACTIONS(4654), - [anon_sym_GT_EQ] = ACTIONS(4654), - [anon_sym_BANGin] = ACTIONS(4654), - [anon_sym_is] = ACTIONS(4652), - [anon_sym_BANGis] = ACTIONS(4654), - [anon_sym_PLUS] = ACTIONS(4652), - [anon_sym_DASH] = ACTIONS(4652), - [anon_sym_SLASH] = ACTIONS(4652), - [anon_sym_PERCENT] = ACTIONS(4652), - [anon_sym_as_QMARK] = ACTIONS(4654), - [anon_sym_PLUS_PLUS] = ACTIONS(4654), - [anon_sym_DASH_DASH] = ACTIONS(4654), - [anon_sym_BANG] = ACTIONS(4652), - [anon_sym_BANG_BANG] = ACTIONS(4654), - [anon_sym_suspend] = ACTIONS(4652), - [anon_sym_sealed] = ACTIONS(4652), - [anon_sym_annotation] = ACTIONS(4652), - [anon_sym_data] = ACTIONS(4652), - [anon_sym_inner] = ACTIONS(4652), - [anon_sym_value] = ACTIONS(4652), - [anon_sym_override] = ACTIONS(4652), - [anon_sym_lateinit] = ACTIONS(4652), - [anon_sym_public] = ACTIONS(4652), - [anon_sym_private] = ACTIONS(4652), - [anon_sym_internal] = ACTIONS(4652), - [anon_sym_protected] = ACTIONS(4652), - [anon_sym_tailrec] = ACTIONS(4652), - [anon_sym_operator] = ACTIONS(4652), - [anon_sym_infix] = ACTIONS(4652), - [anon_sym_inline] = ACTIONS(4652), - [anon_sym_external] = ACTIONS(4652), - [sym_property_modifier] = ACTIONS(4652), - [anon_sym_abstract] = ACTIONS(4652), - [anon_sym_final] = ACTIONS(4652), - [anon_sym_open] = ACTIONS(4652), - [anon_sym_vararg] = ACTIONS(4652), - [anon_sym_noinline] = ACTIONS(4652), - [anon_sym_crossinline] = ACTIONS(4652), - [anon_sym_expect] = ACTIONS(4652), - [anon_sym_actual] = ACTIONS(4652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4654), - [anon_sym_continue_AT] = ACTIONS(4654), - [anon_sym_break_AT] = ACTIONS(4654), - [anon_sym_this_AT] = ACTIONS(4654), - [anon_sym_super_AT] = ACTIONS(4654), - [sym_real_literal] = ACTIONS(4654), - [sym_integer_literal] = ACTIONS(4652), - [sym_hex_literal] = ACTIONS(4654), - [sym_bin_literal] = ACTIONS(4654), - [anon_sym_true] = ACTIONS(4652), - [anon_sym_false] = ACTIONS(4652), - [anon_sym_SQUOTE] = ACTIONS(4654), - [sym__backtick_identifier] = ACTIONS(4654), - [sym__automatic_semicolon] = ACTIONS(4654), - [sym_safe_nav] = ACTIONS(4654), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4654), - }, - [967] = { - [sym__alpha_identifier] = ACTIONS(4660), - [anon_sym_AT] = ACTIONS(4662), - [anon_sym_LBRACK] = ACTIONS(4662), - [anon_sym_as] = ACTIONS(4660), - [anon_sym_EQ] = ACTIONS(4660), - [anon_sym_LBRACE] = ACTIONS(4662), - [anon_sym_RBRACE] = ACTIONS(4662), - [anon_sym_LPAREN] = ACTIONS(4662), - [anon_sym_COMMA] = ACTIONS(4662), - [anon_sym_by] = ACTIONS(4660), - [anon_sym_LT] = ACTIONS(4660), - [anon_sym_GT] = ACTIONS(4660), - [anon_sym_where] = ACTIONS(4660), - [anon_sym_object] = ACTIONS(4660), - [anon_sym_fun] = ACTIONS(4660), - [anon_sym_DOT] = ACTIONS(4660), - [anon_sym_SEMI] = ACTIONS(4662), - [anon_sym_get] = ACTIONS(4660), - [anon_sym_set] = ACTIONS(4660), - [anon_sym_this] = ACTIONS(4660), - [anon_sym_super] = ACTIONS(4660), - [anon_sym_STAR] = ACTIONS(4660), - [sym_label] = ACTIONS(4660), - [anon_sym_in] = ACTIONS(4660), - [anon_sym_DOT_DOT] = ACTIONS(4662), - [anon_sym_QMARK_COLON] = ACTIONS(4662), - [anon_sym_AMP_AMP] = ACTIONS(4662), - [anon_sym_PIPE_PIPE] = ACTIONS(4662), - [anon_sym_null] = ACTIONS(4660), - [anon_sym_if] = ACTIONS(4660), - [anon_sym_else] = ACTIONS(4660), - [anon_sym_when] = ACTIONS(4660), - [anon_sym_try] = ACTIONS(4660), - [anon_sym_throw] = ACTIONS(4660), - [anon_sym_return] = ACTIONS(4660), - [anon_sym_continue] = ACTIONS(4660), - [anon_sym_break] = ACTIONS(4660), - [anon_sym_COLON_COLON] = ACTIONS(4662), - [anon_sym_PLUS_EQ] = ACTIONS(4662), - [anon_sym_DASH_EQ] = ACTIONS(4662), - [anon_sym_STAR_EQ] = ACTIONS(4662), - [anon_sym_SLASH_EQ] = ACTIONS(4662), - [anon_sym_PERCENT_EQ] = ACTIONS(4662), - [anon_sym_BANG_EQ] = ACTIONS(4660), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4662), - [anon_sym_EQ_EQ] = ACTIONS(4660), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4662), - [anon_sym_LT_EQ] = ACTIONS(4662), - [anon_sym_GT_EQ] = ACTIONS(4662), - [anon_sym_BANGin] = ACTIONS(4662), - [anon_sym_is] = ACTIONS(4660), - [anon_sym_BANGis] = ACTIONS(4662), - [anon_sym_PLUS] = ACTIONS(4660), - [anon_sym_DASH] = ACTIONS(4660), - [anon_sym_SLASH] = ACTIONS(4660), - [anon_sym_PERCENT] = ACTIONS(4660), - [anon_sym_as_QMARK] = ACTIONS(4662), - [anon_sym_PLUS_PLUS] = ACTIONS(4662), - [anon_sym_DASH_DASH] = ACTIONS(4662), - [anon_sym_BANG] = ACTIONS(4660), - [anon_sym_BANG_BANG] = ACTIONS(4662), - [anon_sym_suspend] = ACTIONS(4660), - [anon_sym_sealed] = ACTIONS(4660), - [anon_sym_annotation] = ACTIONS(4660), - [anon_sym_data] = ACTIONS(4660), - [anon_sym_inner] = ACTIONS(4660), - [anon_sym_value] = ACTIONS(4660), - [anon_sym_override] = ACTIONS(4660), - [anon_sym_lateinit] = ACTIONS(4660), - [anon_sym_public] = ACTIONS(4660), - [anon_sym_private] = ACTIONS(4660), - [anon_sym_internal] = ACTIONS(4660), - [anon_sym_protected] = ACTIONS(4660), - [anon_sym_tailrec] = ACTIONS(4660), - [anon_sym_operator] = ACTIONS(4660), - [anon_sym_infix] = ACTIONS(4660), - [anon_sym_inline] = ACTIONS(4660), - [anon_sym_external] = ACTIONS(4660), - [sym_property_modifier] = ACTIONS(4660), - [anon_sym_abstract] = ACTIONS(4660), - [anon_sym_final] = ACTIONS(4660), - [anon_sym_open] = ACTIONS(4660), - [anon_sym_vararg] = ACTIONS(4660), - [anon_sym_noinline] = ACTIONS(4660), - [anon_sym_crossinline] = ACTIONS(4660), - [anon_sym_expect] = ACTIONS(4660), - [anon_sym_actual] = ACTIONS(4660), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4662), - [anon_sym_continue_AT] = ACTIONS(4662), - [anon_sym_break_AT] = ACTIONS(4662), - [anon_sym_this_AT] = ACTIONS(4662), - [anon_sym_super_AT] = ACTIONS(4662), - [sym_real_literal] = ACTIONS(4662), - [sym_integer_literal] = ACTIONS(4660), - [sym_hex_literal] = ACTIONS(4662), - [sym_bin_literal] = ACTIONS(4662), - [anon_sym_true] = ACTIONS(4660), - [anon_sym_false] = ACTIONS(4660), - [anon_sym_SQUOTE] = ACTIONS(4662), - [sym__backtick_identifier] = ACTIONS(4662), - [sym__automatic_semicolon] = ACTIONS(4662), - [sym_safe_nav] = ACTIONS(4662), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4662), - }, - [968] = { - [sym__alpha_identifier] = ACTIONS(4430), - [anon_sym_AT] = ACTIONS(4432), - [anon_sym_LBRACK] = ACTIONS(4432), - [anon_sym_as] = ACTIONS(4430), - [anon_sym_EQ] = ACTIONS(4430), - [anon_sym_LBRACE] = ACTIONS(4432), - [anon_sym_RBRACE] = ACTIONS(4432), - [anon_sym_LPAREN] = ACTIONS(4432), - [anon_sym_COMMA] = ACTIONS(4432), - [anon_sym_by] = ACTIONS(4430), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4432), - [anon_sym_super_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), + [959] = { + [sym_class_body] = STATE(1114), + [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(3260), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4645), + [anon_sym_super_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), }, - [969] = { - [sym_class_body] = STATE(1167), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(4216), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), + [960] = { + [sym_enum_class_body] = STATE(1179), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(4243), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), }, - [970] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [961] = { + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1812), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4563), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(4664), - [anon_sym_get] = ACTIONS(4666), - [anon_sym_set] = ACTIONS(4668), - [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4647), + [anon_sym_get] = ACTIONS(4637), + [anon_sym_set] = ACTIONS(4639), + [anon_sym_STAR] = ACTIONS(4571), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), [anon_sym_is] = ACTIONS(3612), [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), [anon_sym_as_QMARK] = ACTIONS(3618), [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), @@ -161480,613 +160509,399 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [971] = { - [sym_enum_class_body] = STATE(1140), - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(4359), - [anon_sym_object] = ACTIONS(4359), - [anon_sym_fun] = ACTIONS(4359), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_this] = ACTIONS(4359), - [anon_sym_super] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [sym_label] = ACTIONS(4359), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_null] = ACTIONS(4359), - [anon_sym_if] = ACTIONS(4359), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_when] = ACTIONS(4359), - [anon_sym_try] = ACTIONS(4359), - [anon_sym_throw] = ACTIONS(4359), - [anon_sym_return] = ACTIONS(4359), - [anon_sym_continue] = ACTIONS(4359), - [anon_sym_break] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG] = ACTIONS(4359), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_suspend] = ACTIONS(4359), - [anon_sym_sealed] = ACTIONS(4359), - [anon_sym_annotation] = ACTIONS(4359), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_override] = ACTIONS(4359), - [anon_sym_lateinit] = ACTIONS(4359), - [anon_sym_public] = ACTIONS(4359), - [anon_sym_private] = ACTIONS(4359), - [anon_sym_internal] = ACTIONS(4359), - [anon_sym_protected] = ACTIONS(4359), - [anon_sym_tailrec] = ACTIONS(4359), - [anon_sym_operator] = ACTIONS(4359), - [anon_sym_infix] = ACTIONS(4359), - [anon_sym_inline] = ACTIONS(4359), - [anon_sym_external] = ACTIONS(4359), - [sym_property_modifier] = ACTIONS(4359), - [anon_sym_abstract] = ACTIONS(4359), - [anon_sym_final] = ACTIONS(4359), - [anon_sym_open] = ACTIONS(4359), - [anon_sym_vararg] = ACTIONS(4359), - [anon_sym_noinline] = ACTIONS(4359), - [anon_sym_crossinline] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4361), - [anon_sym_continue_AT] = ACTIONS(4361), - [anon_sym_break_AT] = ACTIONS(4361), - [anon_sym_this_AT] = ACTIONS(4361), - [anon_sym_super_AT] = ACTIONS(4361), - [sym_real_literal] = ACTIONS(4361), - [sym_integer_literal] = ACTIONS(4359), - [sym_hex_literal] = ACTIONS(4361), - [sym_bin_literal] = ACTIONS(4361), - [anon_sym_true] = ACTIONS(4359), - [anon_sym_false] = ACTIONS(4359), - [anon_sym_SQUOTE] = ACTIONS(4361), - [sym__backtick_identifier] = ACTIONS(4361), - [sym__automatic_semicolon] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4361), - }, - [972] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4672), - [anon_sym_super_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), - }, - [973] = { - [sym__alpha_identifier] = ACTIONS(4674), - [anon_sym_AT] = ACTIONS(4676), - [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_by] = ACTIONS(4674), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4676), - [anon_sym_super_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), - }, - [974] = { - [sym__alpha_identifier] = ACTIONS(4678), - [anon_sym_AT] = ACTIONS(4681), - [anon_sym_LBRACK] = ACTIONS(4681), - [anon_sym_as] = ACTIONS(4678), - [anon_sym_EQ] = ACTIONS(4678), - [anon_sym_LBRACE] = ACTIONS(4681), - [anon_sym_RBRACE] = ACTIONS(4681), - [anon_sym_LPAREN] = ACTIONS(4681), - [anon_sym_COMMA] = ACTIONS(4681), - [anon_sym_by] = ACTIONS(4678), - [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(4681), - [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(4681), - [anon_sym_QMARK_COLON] = ACTIONS(4681), - [anon_sym_AMP_AMP] = ACTIONS(4681), - [anon_sym_PIPE_PIPE] = ACTIONS(4681), - [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(4681), - [anon_sym_PLUS_EQ] = ACTIONS(4681), - [anon_sym_DASH_EQ] = ACTIONS(4681), - [anon_sym_STAR_EQ] = ACTIONS(4681), - [anon_sym_SLASH_EQ] = ACTIONS(4681), - [anon_sym_PERCENT_EQ] = ACTIONS(4681), - [anon_sym_BANG_EQ] = ACTIONS(4678), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4681), - [anon_sym_EQ_EQ] = ACTIONS(4678), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4681), - [anon_sym_LT_EQ] = ACTIONS(4681), - [anon_sym_GT_EQ] = ACTIONS(4681), - [anon_sym_BANGin] = ACTIONS(4681), - [anon_sym_is] = ACTIONS(4678), - [anon_sym_BANGis] = ACTIONS(4681), - [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(4681), - [anon_sym_PLUS_PLUS] = ACTIONS(4681), - [anon_sym_DASH_DASH] = ACTIONS(4681), - [anon_sym_BANG] = ACTIONS(4678), - [anon_sym_BANG_BANG] = ACTIONS(4681), - [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_value] = 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(4681), - [anon_sym_continue_AT] = ACTIONS(4681), - [anon_sym_break_AT] = ACTIONS(4681), - [anon_sym_this_AT] = ACTIONS(4681), - [anon_sym_super_AT] = ACTIONS(4681), - [sym_real_literal] = ACTIONS(4681), - [sym_integer_literal] = ACTIONS(4678), - [sym_hex_literal] = ACTIONS(4681), - [sym_bin_literal] = ACTIONS(4681), - [anon_sym_true] = ACTIONS(4678), - [anon_sym_false] = ACTIONS(4678), - [anon_sym_SQUOTE] = ACTIONS(4681), - [sym__backtick_identifier] = ACTIONS(4681), - [sym__automatic_semicolon] = ACTIONS(4681), - [sym_safe_nav] = ACTIONS(4681), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4681), + [962] = { + [sym__alpha_identifier] = ACTIONS(4649), + [anon_sym_AT] = ACTIONS(4651), + [anon_sym_COLON] = ACTIONS(4649), + [anon_sym_LBRACK] = ACTIONS(4651), + [anon_sym_as] = ACTIONS(4649), + [anon_sym_EQ] = ACTIONS(4649), + [anon_sym_LBRACE] = ACTIONS(4651), + [anon_sym_RBRACE] = ACTIONS(4651), + [anon_sym_LPAREN] = ACTIONS(4651), + [anon_sym_COMMA] = ACTIONS(4651), + [anon_sym_LT] = ACTIONS(4649), + [anon_sym_GT] = ACTIONS(4649), + [anon_sym_where] = ACTIONS(4649), + [anon_sym_object] = ACTIONS(4649), + [anon_sym_fun] = ACTIONS(4649), + [anon_sym_DOT] = ACTIONS(4649), + [anon_sym_SEMI] = ACTIONS(4651), + [anon_sym_get] = ACTIONS(4649), + [anon_sym_set] = ACTIONS(4649), + [anon_sym_this] = ACTIONS(4649), + [anon_sym_super] = ACTIONS(4649), + [anon_sym_STAR] = ACTIONS(4649), + [sym_label] = ACTIONS(4649), + [anon_sym_in] = ACTIONS(4649), + [anon_sym_DOT_DOT] = ACTIONS(4651), + [anon_sym_QMARK_COLON] = ACTIONS(4651), + [anon_sym_AMP_AMP] = ACTIONS(4651), + [anon_sym_PIPE_PIPE] = ACTIONS(4651), + [anon_sym_null] = ACTIONS(4649), + [anon_sym_if] = ACTIONS(4649), + [anon_sym_else] = ACTIONS(4649), + [anon_sym_when] = ACTIONS(4649), + [anon_sym_try] = ACTIONS(4649), + [anon_sym_throw] = ACTIONS(4649), + [anon_sym_return] = ACTIONS(4649), + [anon_sym_continue] = ACTIONS(4649), + [anon_sym_break] = ACTIONS(4649), + [anon_sym_COLON_COLON] = ACTIONS(4651), + [anon_sym_PLUS_EQ] = ACTIONS(4651), + [anon_sym_DASH_EQ] = ACTIONS(4651), + [anon_sym_STAR_EQ] = ACTIONS(4651), + [anon_sym_SLASH_EQ] = ACTIONS(4651), + [anon_sym_PERCENT_EQ] = ACTIONS(4651), + [anon_sym_BANG_EQ] = ACTIONS(4649), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4651), + [anon_sym_EQ_EQ] = ACTIONS(4649), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4651), + [anon_sym_LT_EQ] = ACTIONS(4651), + [anon_sym_GT_EQ] = ACTIONS(4651), + [anon_sym_BANGin] = ACTIONS(4651), + [anon_sym_is] = ACTIONS(4649), + [anon_sym_BANGis] = ACTIONS(4651), + [anon_sym_PLUS] = ACTIONS(4649), + [anon_sym_DASH] = ACTIONS(4649), + [anon_sym_SLASH] = ACTIONS(4649), + [anon_sym_PERCENT] = ACTIONS(4649), + [anon_sym_as_QMARK] = ACTIONS(4651), + [anon_sym_PLUS_PLUS] = ACTIONS(4651), + [anon_sym_DASH_DASH] = ACTIONS(4651), + [anon_sym_BANG] = ACTIONS(4649), + [anon_sym_BANG_BANG] = ACTIONS(4651), + [anon_sym_suspend] = ACTIONS(4649), + [anon_sym_sealed] = ACTIONS(4649), + [anon_sym_annotation] = ACTIONS(4649), + [anon_sym_data] = ACTIONS(4649), + [anon_sym_inner] = ACTIONS(4649), + [anon_sym_value] = ACTIONS(4649), + [anon_sym_override] = ACTIONS(4649), + [anon_sym_lateinit] = ACTIONS(4649), + [anon_sym_public] = ACTIONS(4649), + [anon_sym_private] = ACTIONS(4649), + [anon_sym_internal] = ACTIONS(4649), + [anon_sym_protected] = ACTIONS(4649), + [anon_sym_tailrec] = ACTIONS(4649), + [anon_sym_operator] = ACTIONS(4649), + [anon_sym_infix] = ACTIONS(4649), + [anon_sym_inline] = ACTIONS(4649), + [anon_sym_external] = ACTIONS(4649), + [sym_property_modifier] = ACTIONS(4649), + [anon_sym_abstract] = ACTIONS(4649), + [anon_sym_final] = ACTIONS(4649), + [anon_sym_open] = ACTIONS(4649), + [anon_sym_vararg] = ACTIONS(4649), + [anon_sym_noinline] = ACTIONS(4649), + [anon_sym_crossinline] = ACTIONS(4649), + [anon_sym_expect] = ACTIONS(4649), + [anon_sym_actual] = ACTIONS(4649), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4651), + [anon_sym_continue_AT] = ACTIONS(4651), + [anon_sym_break_AT] = ACTIONS(4651), + [anon_sym_this_AT] = ACTIONS(4651), + [anon_sym_super_AT] = ACTIONS(4651), + [sym_real_literal] = ACTIONS(4651), + [sym_integer_literal] = ACTIONS(4649), + [sym_hex_literal] = ACTIONS(4651), + [sym_bin_literal] = ACTIONS(4651), + [anon_sym_true] = ACTIONS(4649), + [anon_sym_false] = ACTIONS(4649), + [anon_sym_SQUOTE] = ACTIONS(4651), + [sym__backtick_identifier] = ACTIONS(4651), + [sym__automatic_semicolon] = ACTIONS(4651), + [sym_safe_nav] = ACTIONS(4651), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4651), }, - [975] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(994), - [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(4688), - [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_value] = 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), + [963] = { + [sym_enum_class_body] = STATE(1072), + [sym__alpha_identifier] = ACTIONS(4489), + [anon_sym_AT] = ACTIONS(4491), + [anon_sym_LBRACK] = ACTIONS(4491), + [anon_sym_as] = ACTIONS(4489), + [anon_sym_EQ] = ACTIONS(4489), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(4491), + [anon_sym_LPAREN] = ACTIONS(4491), + [anon_sym_COMMA] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4489), + [anon_sym_GT] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(4489), + [anon_sym_object] = ACTIONS(4489), + [anon_sym_fun] = ACTIONS(4489), + [anon_sym_DOT] = ACTIONS(4489), + [anon_sym_SEMI] = ACTIONS(4491), + [anon_sym_get] = ACTIONS(4489), + [anon_sym_set] = ACTIONS(4489), + [anon_sym_this] = ACTIONS(4489), + [anon_sym_super] = ACTIONS(4489), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4489), + [anon_sym_in] = ACTIONS(4489), + [anon_sym_DOT_DOT] = ACTIONS(4491), + [anon_sym_QMARK_COLON] = ACTIONS(4491), + [anon_sym_AMP_AMP] = ACTIONS(4491), + [anon_sym_PIPE_PIPE] = ACTIONS(4491), + [anon_sym_null] = ACTIONS(4489), + [anon_sym_if] = ACTIONS(4489), + [anon_sym_else] = ACTIONS(4489), + [anon_sym_when] = ACTIONS(4489), + [anon_sym_try] = ACTIONS(4489), + [anon_sym_throw] = ACTIONS(4489), + [anon_sym_return] = ACTIONS(4489), + [anon_sym_continue] = ACTIONS(4489), + [anon_sym_break] = ACTIONS(4489), + [anon_sym_COLON_COLON] = ACTIONS(4491), + [anon_sym_PLUS_EQ] = ACTIONS(4491), + [anon_sym_DASH_EQ] = ACTIONS(4491), + [anon_sym_STAR_EQ] = ACTIONS(4491), + [anon_sym_SLASH_EQ] = ACTIONS(4491), + [anon_sym_PERCENT_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4491), + [anon_sym_LT_EQ] = ACTIONS(4491), + [anon_sym_GT_EQ] = ACTIONS(4491), + [anon_sym_BANGin] = ACTIONS(4491), + [anon_sym_is] = ACTIONS(4489), + [anon_sym_BANGis] = ACTIONS(4491), + [anon_sym_PLUS] = ACTIONS(4489), + [anon_sym_DASH] = ACTIONS(4489), + [anon_sym_SLASH] = ACTIONS(4489), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4491), + [anon_sym_DASH_DASH] = ACTIONS(4491), + [anon_sym_BANG] = ACTIONS(4489), + [anon_sym_BANG_BANG] = ACTIONS(4491), + [anon_sym_suspend] = ACTIONS(4489), + [anon_sym_sealed] = ACTIONS(4489), + [anon_sym_annotation] = ACTIONS(4489), + [anon_sym_data] = ACTIONS(4489), + [anon_sym_inner] = ACTIONS(4489), + [anon_sym_value] = ACTIONS(4489), + [anon_sym_override] = ACTIONS(4489), + [anon_sym_lateinit] = ACTIONS(4489), + [anon_sym_public] = ACTIONS(4489), + [anon_sym_private] = ACTIONS(4489), + [anon_sym_internal] = ACTIONS(4489), + [anon_sym_protected] = ACTIONS(4489), + [anon_sym_tailrec] = ACTIONS(4489), + [anon_sym_operator] = ACTIONS(4489), + [anon_sym_infix] = ACTIONS(4489), + [anon_sym_inline] = ACTIONS(4489), + [anon_sym_external] = ACTIONS(4489), + [sym_property_modifier] = ACTIONS(4489), + [anon_sym_abstract] = ACTIONS(4489), + [anon_sym_final] = ACTIONS(4489), + [anon_sym_open] = ACTIONS(4489), + [anon_sym_vararg] = ACTIONS(4489), + [anon_sym_noinline] = ACTIONS(4489), + [anon_sym_crossinline] = ACTIONS(4489), + [anon_sym_expect] = ACTIONS(4489), + [anon_sym_actual] = ACTIONS(4489), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4686), - [anon_sym_continue_AT] = ACTIONS(4686), - [anon_sym_break_AT] = ACTIONS(4686), - [anon_sym_this_AT] = ACTIONS(4686), - [anon_sym_super_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), + [anon_sym_return_AT] = ACTIONS(4491), + [anon_sym_continue_AT] = ACTIONS(4491), + [anon_sym_break_AT] = ACTIONS(4491), + [anon_sym_this_AT] = ACTIONS(4491), + [anon_sym_super_AT] = ACTIONS(4491), + [sym_real_literal] = ACTIONS(4491), + [sym_integer_literal] = ACTIONS(4489), + [sym_hex_literal] = ACTIONS(4491), + [sym_bin_literal] = ACTIONS(4491), + [anon_sym_true] = ACTIONS(4489), + [anon_sym_false] = ACTIONS(4489), + [anon_sym_SQUOTE] = ACTIONS(4491), + [sym__backtick_identifier] = ACTIONS(4491), + [sym__automatic_semicolon] = ACTIONS(4491), + [sym_safe_nav] = ACTIONS(4491), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4686), + [sym__string_start] = ACTIONS(4491), }, - [976] = { - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [964] = { + [sym__alpha_identifier] = ACTIONS(4653), + [anon_sym_AT] = ACTIONS(4655), + [anon_sym_COLON] = ACTIONS(4653), + [anon_sym_LBRACK] = ACTIONS(4655), + [anon_sym_as] = ACTIONS(4653), + [anon_sym_EQ] = ACTIONS(4653), + [anon_sym_LBRACE] = ACTIONS(4655), + [anon_sym_RBRACE] = ACTIONS(4655), + [anon_sym_LPAREN] = ACTIONS(4655), + [anon_sym_COMMA] = ACTIONS(4655), + [anon_sym_LT] = ACTIONS(4653), + [anon_sym_GT] = ACTIONS(4653), + [anon_sym_where] = ACTIONS(4653), + [anon_sym_object] = ACTIONS(4653), + [anon_sym_fun] = ACTIONS(4653), + [anon_sym_DOT] = ACTIONS(4653), + [anon_sym_SEMI] = ACTIONS(4655), + [anon_sym_get] = ACTIONS(4653), + [anon_sym_set] = ACTIONS(4653), + [anon_sym_this] = ACTIONS(4653), + [anon_sym_super] = ACTIONS(4653), + [anon_sym_STAR] = ACTIONS(4653), + [sym_label] = ACTIONS(4653), + [anon_sym_in] = ACTIONS(4653), + [anon_sym_DOT_DOT] = ACTIONS(4655), + [anon_sym_QMARK_COLON] = ACTIONS(4655), + [anon_sym_AMP_AMP] = ACTIONS(4655), + [anon_sym_PIPE_PIPE] = ACTIONS(4655), + [anon_sym_null] = ACTIONS(4653), + [anon_sym_if] = ACTIONS(4653), + [anon_sym_else] = ACTIONS(4653), + [anon_sym_when] = ACTIONS(4653), + [anon_sym_try] = ACTIONS(4653), + [anon_sym_throw] = ACTIONS(4653), + [anon_sym_return] = ACTIONS(4653), + [anon_sym_continue] = ACTIONS(4653), + [anon_sym_break] = ACTIONS(4653), + [anon_sym_COLON_COLON] = ACTIONS(4655), + [anon_sym_PLUS_EQ] = ACTIONS(4655), + [anon_sym_DASH_EQ] = ACTIONS(4655), + [anon_sym_STAR_EQ] = ACTIONS(4655), + [anon_sym_SLASH_EQ] = ACTIONS(4655), + [anon_sym_PERCENT_EQ] = ACTIONS(4655), + [anon_sym_BANG_EQ] = ACTIONS(4653), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4655), + [anon_sym_EQ_EQ] = ACTIONS(4653), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4655), + [anon_sym_LT_EQ] = ACTIONS(4655), + [anon_sym_GT_EQ] = ACTIONS(4655), + [anon_sym_BANGin] = ACTIONS(4655), + [anon_sym_is] = ACTIONS(4653), + [anon_sym_BANGis] = ACTIONS(4655), + [anon_sym_PLUS] = ACTIONS(4653), + [anon_sym_DASH] = ACTIONS(4653), + [anon_sym_SLASH] = ACTIONS(4653), + [anon_sym_PERCENT] = ACTIONS(4653), + [anon_sym_as_QMARK] = ACTIONS(4655), + [anon_sym_PLUS_PLUS] = ACTIONS(4655), + [anon_sym_DASH_DASH] = ACTIONS(4655), + [anon_sym_BANG] = ACTIONS(4653), + [anon_sym_BANG_BANG] = ACTIONS(4655), + [anon_sym_suspend] = ACTIONS(4653), + [anon_sym_sealed] = ACTIONS(4653), + [anon_sym_annotation] = ACTIONS(4653), + [anon_sym_data] = ACTIONS(4653), + [anon_sym_inner] = ACTIONS(4653), + [anon_sym_value] = ACTIONS(4653), + [anon_sym_override] = ACTIONS(4653), + [anon_sym_lateinit] = ACTIONS(4653), + [anon_sym_public] = ACTIONS(4653), + [anon_sym_private] = ACTIONS(4653), + [anon_sym_internal] = ACTIONS(4653), + [anon_sym_protected] = ACTIONS(4653), + [anon_sym_tailrec] = ACTIONS(4653), + [anon_sym_operator] = ACTIONS(4653), + [anon_sym_infix] = ACTIONS(4653), + [anon_sym_inline] = ACTIONS(4653), + [anon_sym_external] = ACTIONS(4653), + [sym_property_modifier] = ACTIONS(4653), + [anon_sym_abstract] = ACTIONS(4653), + [anon_sym_final] = ACTIONS(4653), + [anon_sym_open] = ACTIONS(4653), + [anon_sym_vararg] = ACTIONS(4653), + [anon_sym_noinline] = ACTIONS(4653), + [anon_sym_crossinline] = ACTIONS(4653), + [anon_sym_expect] = ACTIONS(4653), + [anon_sym_actual] = ACTIONS(4653), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4655), + [anon_sym_continue_AT] = ACTIONS(4655), + [anon_sym_break_AT] = ACTIONS(4655), + [anon_sym_this_AT] = ACTIONS(4655), + [anon_sym_super_AT] = ACTIONS(4655), + [sym_real_literal] = ACTIONS(4655), + [sym_integer_literal] = ACTIONS(4653), + [sym_hex_literal] = ACTIONS(4655), + [sym_bin_literal] = ACTIONS(4655), + [anon_sym_true] = ACTIONS(4653), + [anon_sym_false] = ACTIONS(4653), + [anon_sym_SQUOTE] = ACTIONS(4655), + [sym__backtick_identifier] = ACTIONS(4655), + [sym__automatic_semicolon] = ACTIONS(4655), + [sym_safe_nav] = ACTIONS(4655), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4655), + }, + [965] = { + [sym_getter] = STATE(4746), + [sym_setter] = STATE(4746), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1792), + [anon_sym_RPAREN] = ACTIONS(1826), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4563), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(4690), - [anon_sym_get] = ACTIONS(4666), - [anon_sym_set] = ACTIONS(4668), - [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4657), + [anon_sym_get] = ACTIONS(4637), + [anon_sym_set] = ACTIONS(4639), + [anon_sym_STAR] = ACTIONS(4571), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(1790), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), [anon_sym_is] = ACTIONS(3612), [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), [anon_sym_as_QMARK] = ACTIONS(3618), [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), @@ -162122,78 +160937,1148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [977] = { - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [966] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2102), + [sym__comparison_operator] = STATE(2099), + [sym__in_operator] = STATE(2098), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2096), + [sym__multiplicative_operator] = STATE(2090), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2089), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3095), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4517), + [anon_sym_where] = ACTIONS(3095), + [anon_sym_object] = ACTIONS(3095), + [anon_sym_fun] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3095), + [anon_sym_super] = ACTIONS(3095), + [anon_sym_STAR] = ACTIONS(4521), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(4525), + [anon_sym_DOT_DOT] = ACTIONS(4527), + [anon_sym_QMARK_COLON] = ACTIONS(4529), + [anon_sym_AMP_AMP] = ACTIONS(4531), + [anon_sym_PIPE_PIPE] = ACTIONS(4533), + [anon_sym_null] = ACTIONS(3095), + [anon_sym_if] = ACTIONS(3095), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_when] = ACTIONS(3095), + [anon_sym_try] = ACTIONS(3095), + [anon_sym_throw] = ACTIONS(3095), + [anon_sym_return] = ACTIONS(3095), + [anon_sym_continue] = ACTIONS(3095), + [anon_sym_break] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(4537), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4539), + [anon_sym_EQ_EQ] = ACTIONS(4537), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4539), + [anon_sym_LT_EQ] = ACTIONS(4541), + [anon_sym_GT_EQ] = ACTIONS(4541), + [anon_sym_BANGin] = ACTIONS(4543), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(4549), + [anon_sym_DASH] = ACTIONS(4549), + [anon_sym_SLASH] = ACTIONS(4521), + [anon_sym_PERCENT] = ACTIONS(4521), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3095), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3097), + [anon_sym_continue_AT] = ACTIONS(3097), + [anon_sym_break_AT] = ACTIONS(3097), + [anon_sym_this_AT] = ACTIONS(3097), + [anon_sym_super_AT] = ACTIONS(3097), + [sym_real_literal] = ACTIONS(3097), + [sym_integer_literal] = ACTIONS(3095), + [sym_hex_literal] = ACTIONS(3097), + [sym_bin_literal] = ACTIONS(3097), + [anon_sym_true] = ACTIONS(3095), + [anon_sym_false] = ACTIONS(3095), + [anon_sym_SQUOTE] = ACTIONS(3097), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3097), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3097), + }, + [967] = { + [sym_class_body] = STATE(1179), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(4243), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), + }, + [968] = { + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4563), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(4659), + [anon_sym_get] = ACTIONS(4567), + [anon_sym_set] = ACTIONS(4569), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [969] = { + [sym_getter] = STATE(3474), + [sym_setter] = STATE(3474), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4563), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(4661), + [anon_sym_get] = ACTIONS(4567), + [anon_sym_set] = ACTIONS(4569), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [970] = { + [sym_class_body] = STATE(1152), + [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(3260), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4479), + [anon_sym_super_AT] = ACTIONS(4479), + [sym_real_literal] = ACTIONS(4479), + [sym_integer_literal] = ACTIONS(4477), + [sym_hex_literal] = ACTIONS(4479), + [sym_bin_literal] = ACTIONS(4479), + [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), + }, + [971] = { + [sym__alpha_identifier] = ACTIONS(4663), + [anon_sym_AT] = ACTIONS(4665), + [anon_sym_COLON] = ACTIONS(4663), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4665), + [anon_sym_super_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), + }, + [972] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2102), + [sym__comparison_operator] = STATE(2099), + [sym__in_operator] = STATE(2098), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2096), + [sym__multiplicative_operator] = STATE(2090), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2089), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3148), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3148), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4517), + [anon_sym_where] = ACTIONS(3146), + [anon_sym_object] = ACTIONS(3146), + [anon_sym_fun] = ACTIONS(3146), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3146), + [anon_sym_super] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(4521), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(4525), + [anon_sym_DOT_DOT] = ACTIONS(4527), + [anon_sym_QMARK_COLON] = ACTIONS(4529), + [anon_sym_AMP_AMP] = ACTIONS(4531), + [anon_sym_PIPE_PIPE] = ACTIONS(4533), + [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(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3148), + [anon_sym_DASH_EQ] = ACTIONS(3148), + [anon_sym_STAR_EQ] = ACTIONS(3148), + [anon_sym_SLASH_EQ] = ACTIONS(3148), + [anon_sym_PERCENT_EQ] = ACTIONS(3148), + [anon_sym_BANG_EQ] = ACTIONS(4537), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4539), + [anon_sym_EQ_EQ] = ACTIONS(4537), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4539), + [anon_sym_LT_EQ] = ACTIONS(4541), + [anon_sym_GT_EQ] = ACTIONS(4541), + [anon_sym_BANGin] = ACTIONS(4543), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(4549), + [anon_sym_DASH] = ACTIONS(4549), + [anon_sym_SLASH] = ACTIONS(4521), + [anon_sym_PERCENT] = ACTIONS(4521), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3146), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3148), + [anon_sym_continue_AT] = ACTIONS(3148), + [anon_sym_break_AT] = ACTIONS(3148), + [anon_sym_this_AT] = ACTIONS(3148), + [anon_sym_super_AT] = ACTIONS(3148), + [sym_real_literal] = ACTIONS(3148), + [sym_integer_literal] = ACTIONS(3146), + [sym_hex_literal] = ACTIONS(3148), + [sym_bin_literal] = ACTIONS(3148), + [anon_sym_true] = ACTIONS(3146), + [anon_sym_false] = ACTIONS(3146), + [anon_sym_SQUOTE] = ACTIONS(3148), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3148), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3148), + }, + [973] = { + [sym_enum_class_body] = STATE(1166), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3274), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3274), + [anon_sym_sealed] = ACTIONS(3274), + [anon_sym_annotation] = ACTIONS(3274), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_override] = ACTIONS(3274), + [anon_sym_lateinit] = ACTIONS(3274), + [anon_sym_public] = ACTIONS(3274), + [anon_sym_private] = ACTIONS(3274), + [anon_sym_internal] = ACTIONS(3274), + [anon_sym_protected] = ACTIONS(3274), + [anon_sym_tailrec] = ACTIONS(3274), + [anon_sym_operator] = ACTIONS(3274), + [anon_sym_infix] = ACTIONS(3274), + [anon_sym_inline] = ACTIONS(3274), + [anon_sym_external] = ACTIONS(3274), + [sym_property_modifier] = ACTIONS(3274), + [anon_sym_abstract] = ACTIONS(3274), + [anon_sym_final] = ACTIONS(3274), + [anon_sym_open] = ACTIONS(3274), + [anon_sym_vararg] = ACTIONS(3274), + [anon_sym_noinline] = ACTIONS(3274), + [anon_sym_crossinline] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), + }, + [974] = { + [sym_getter] = STATE(4769), + [sym_setter] = STATE(4769), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4563), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(4667), + [anon_sym_get] = ACTIONS(4637), + [anon_sym_set] = ACTIONS(4639), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [975] = { + [sym__alpha_identifier] = ACTIONS(4669), + [anon_sym_AT] = ACTIONS(4672), + [anon_sym_LBRACK] = ACTIONS(4672), + [anon_sym_as] = ACTIONS(4669), + [anon_sym_EQ] = ACTIONS(4669), + [anon_sym_LBRACE] = ACTIONS(4672), + [anon_sym_RBRACE] = ACTIONS(4672), + [anon_sym_LPAREN] = ACTIONS(4672), + [anon_sym_COMMA] = ACTIONS(4672), + [anon_sym_by] = ACTIONS(4669), + [anon_sym_LT] = ACTIONS(4669), + [anon_sym_GT] = ACTIONS(4669), + [anon_sym_where] = ACTIONS(4669), + [anon_sym_object] = ACTIONS(4669), + [anon_sym_fun] = ACTIONS(4669), + [anon_sym_DOT] = ACTIONS(4669), + [anon_sym_SEMI] = ACTIONS(4672), + [anon_sym_get] = ACTIONS(4669), + [anon_sym_set] = ACTIONS(4669), + [anon_sym_this] = ACTIONS(4669), + [anon_sym_super] = ACTIONS(4669), + [anon_sym_STAR] = ACTIONS(4669), + [sym_label] = ACTIONS(4669), + [anon_sym_in] = ACTIONS(4669), + [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(4669), + [anon_sym_if] = ACTIONS(4669), + [anon_sym_else] = ACTIONS(4669), + [anon_sym_when] = ACTIONS(4669), + [anon_sym_try] = ACTIONS(4669), + [anon_sym_throw] = ACTIONS(4669), + [anon_sym_return] = ACTIONS(4669), + [anon_sym_continue] = ACTIONS(4669), + [anon_sym_break] = ACTIONS(4669), + [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(4669), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4672), + [anon_sym_EQ_EQ] = ACTIONS(4669), + [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(4669), + [anon_sym_BANGis] = ACTIONS(4672), + [anon_sym_PLUS] = ACTIONS(4669), + [anon_sym_DASH] = ACTIONS(4669), + [anon_sym_SLASH] = ACTIONS(4669), + [anon_sym_PERCENT] = ACTIONS(4669), + [anon_sym_as_QMARK] = ACTIONS(4672), + [anon_sym_PLUS_PLUS] = ACTIONS(4672), + [anon_sym_DASH_DASH] = ACTIONS(4672), + [anon_sym_BANG] = ACTIONS(4669), + [anon_sym_BANG_BANG] = ACTIONS(4672), + [anon_sym_suspend] = ACTIONS(4669), + [anon_sym_sealed] = ACTIONS(4669), + [anon_sym_annotation] = ACTIONS(4669), + [anon_sym_data] = ACTIONS(4669), + [anon_sym_inner] = ACTIONS(4669), + [anon_sym_value] = ACTIONS(4669), + [anon_sym_override] = ACTIONS(4669), + [anon_sym_lateinit] = ACTIONS(4669), + [anon_sym_public] = ACTIONS(4669), + [anon_sym_private] = ACTIONS(4669), + [anon_sym_internal] = ACTIONS(4669), + [anon_sym_protected] = ACTIONS(4669), + [anon_sym_tailrec] = ACTIONS(4669), + [anon_sym_operator] = ACTIONS(4669), + [anon_sym_infix] = ACTIONS(4669), + [anon_sym_inline] = ACTIONS(4669), + [anon_sym_external] = ACTIONS(4669), + [sym_property_modifier] = ACTIONS(4669), + [anon_sym_abstract] = ACTIONS(4669), + [anon_sym_final] = ACTIONS(4669), + [anon_sym_open] = ACTIONS(4669), + [anon_sym_vararg] = ACTIONS(4669), + [anon_sym_noinline] = ACTIONS(4669), + [anon_sym_crossinline] = ACTIONS(4669), + [anon_sym_expect] = ACTIONS(4669), + [anon_sym_actual] = ACTIONS(4669), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4672), + [anon_sym_continue_AT] = ACTIONS(4672), + [anon_sym_break_AT] = ACTIONS(4672), + [anon_sym_this_AT] = ACTIONS(4672), + [anon_sym_super_AT] = ACTIONS(4672), + [sym_real_literal] = ACTIONS(4672), + [sym_integer_literal] = ACTIONS(4669), + [sym_hex_literal] = ACTIONS(4672), + [sym_bin_literal] = ACTIONS(4672), + [anon_sym_true] = ACTIONS(4669), + [anon_sym_false] = ACTIONS(4669), + [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), + }, + [976] = { + [sym_getter] = STATE(4807), + [sym_setter] = STATE(4807), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1804), + [anon_sym_RPAREN] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4563), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(4692), - [anon_sym_get] = ACTIONS(4666), - [anon_sym_set] = ACTIONS(4668), - [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(4675), + [anon_sym_get] = ACTIONS(4637), + [anon_sym_set] = ACTIONS(4639), + [anon_sym_STAR] = ACTIONS(4571), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(1802), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(1790), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), [anon_sym_is] = ACTIONS(3612), [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), [anon_sym_as_QMARK] = ACTIONS(3618), [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), @@ -162229,114 +162114,863 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, + [977] = { + [sym_enum_class_body] = STATE(1114), + [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(3246), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4645), + [anon_sym_super_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), + }, [978] = { - [sym_function_body] = STATE(1025), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4229), - [anon_sym_AT] = ACTIONS(4231), - [anon_sym_COLON] = ACTIONS(4694), - [anon_sym_LBRACK] = ACTIONS(4231), - [anon_sym_as] = ACTIONS(4229), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4231), - [anon_sym_LPAREN] = ACTIONS(4231), - [anon_sym_LT] = ACTIONS(4229), - [anon_sym_GT] = ACTIONS(4229), - [anon_sym_object] = ACTIONS(4229), - [anon_sym_fun] = ACTIONS(4229), - [anon_sym_DOT] = ACTIONS(4229), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(4229), - [anon_sym_set] = ACTIONS(4229), - [anon_sym_this] = ACTIONS(4229), - [anon_sym_super] = ACTIONS(4229), - [anon_sym_STAR] = ACTIONS(4229), - [sym_label] = ACTIONS(4229), - [anon_sym_in] = ACTIONS(4229), - [anon_sym_DOT_DOT] = ACTIONS(4231), - [anon_sym_QMARK_COLON] = ACTIONS(4231), - [anon_sym_AMP_AMP] = ACTIONS(4231), - [anon_sym_PIPE_PIPE] = ACTIONS(4231), - [anon_sym_null] = ACTIONS(4229), - [anon_sym_if] = ACTIONS(4229), - [anon_sym_else] = ACTIONS(4229), - [anon_sym_when] = ACTIONS(4229), - [anon_sym_try] = ACTIONS(4229), - [anon_sym_throw] = ACTIONS(4229), - [anon_sym_return] = ACTIONS(4229), - [anon_sym_continue] = ACTIONS(4229), - [anon_sym_break] = ACTIONS(4229), - [anon_sym_COLON_COLON] = ACTIONS(4231), - [anon_sym_PLUS_EQ] = ACTIONS(4231), - [anon_sym_DASH_EQ] = ACTIONS(4231), - [anon_sym_STAR_EQ] = ACTIONS(4231), - [anon_sym_SLASH_EQ] = ACTIONS(4231), - [anon_sym_PERCENT_EQ] = ACTIONS(4231), - [anon_sym_BANG_EQ] = ACTIONS(4229), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4231), - [anon_sym_EQ_EQ] = ACTIONS(4229), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4231), - [anon_sym_LT_EQ] = ACTIONS(4231), - [anon_sym_GT_EQ] = ACTIONS(4231), - [anon_sym_BANGin] = ACTIONS(4231), - [anon_sym_is] = ACTIONS(4229), - [anon_sym_BANGis] = ACTIONS(4231), - [anon_sym_PLUS] = ACTIONS(4229), - [anon_sym_DASH] = ACTIONS(4229), - [anon_sym_SLASH] = ACTIONS(4229), - [anon_sym_PERCENT] = ACTIONS(4229), - [anon_sym_as_QMARK] = ACTIONS(4231), - [anon_sym_PLUS_PLUS] = ACTIONS(4231), - [anon_sym_DASH_DASH] = ACTIONS(4231), - [anon_sym_BANG] = ACTIONS(4229), - [anon_sym_BANG_BANG] = ACTIONS(4231), - [anon_sym_suspend] = ACTIONS(4229), - [anon_sym_sealed] = ACTIONS(4229), - [anon_sym_annotation] = ACTIONS(4229), - [anon_sym_data] = ACTIONS(4229), - [anon_sym_inner] = ACTIONS(4229), - [anon_sym_value] = ACTIONS(4229), - [anon_sym_override] = ACTIONS(4229), - [anon_sym_lateinit] = ACTIONS(4229), - [anon_sym_public] = ACTIONS(4229), - [anon_sym_private] = ACTIONS(4229), - [anon_sym_internal] = ACTIONS(4229), - [anon_sym_protected] = ACTIONS(4229), - [anon_sym_tailrec] = ACTIONS(4229), - [anon_sym_operator] = ACTIONS(4229), - [anon_sym_infix] = ACTIONS(4229), - [anon_sym_inline] = ACTIONS(4229), - [anon_sym_external] = ACTIONS(4229), - [sym_property_modifier] = ACTIONS(4229), - [anon_sym_abstract] = ACTIONS(4229), - [anon_sym_final] = ACTIONS(4229), - [anon_sym_open] = ACTIONS(4229), - [anon_sym_vararg] = ACTIONS(4229), - [anon_sym_noinline] = ACTIONS(4229), - [anon_sym_crossinline] = ACTIONS(4229), - [anon_sym_expect] = ACTIONS(4229), - [anon_sym_actual] = ACTIONS(4229), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4231), - [anon_sym_continue_AT] = ACTIONS(4231), - [anon_sym_break_AT] = ACTIONS(4231), - [anon_sym_this_AT] = ACTIONS(4231), - [anon_sym_super_AT] = ACTIONS(4231), - [sym_real_literal] = ACTIONS(4231), - [sym_integer_literal] = ACTIONS(4229), - [sym_hex_literal] = ACTIONS(4231), - [sym_bin_literal] = ACTIONS(4231), - [anon_sym_true] = ACTIONS(4229), - [anon_sym_false] = ACTIONS(4229), - [anon_sym_SQUOTE] = ACTIONS(4231), - [sym__backtick_identifier] = ACTIONS(4231), - [sym__automatic_semicolon] = ACTIONS(4231), - [sym_safe_nav] = ACTIONS(4231), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4231), + [aux_sym__delegation_specifiers_repeat1] = STATE(978), + [sym__alpha_identifier] = ACTIONS(4677), + [anon_sym_AT] = ACTIONS(4679), + [anon_sym_LBRACK] = ACTIONS(4679), + [anon_sym_as] = ACTIONS(4677), + [anon_sym_EQ] = ACTIONS(4677), + [anon_sym_LBRACE] = ACTIONS(4679), + [anon_sym_RBRACE] = ACTIONS(4679), + [anon_sym_LPAREN] = ACTIONS(4679), + [anon_sym_COMMA] = ACTIONS(4681), + [anon_sym_LT] = ACTIONS(4677), + [anon_sym_GT] = ACTIONS(4677), + [anon_sym_where] = ACTIONS(4677), + [anon_sym_object] = ACTIONS(4677), + [anon_sym_fun] = ACTIONS(4677), + [anon_sym_DOT] = ACTIONS(4677), + [anon_sym_SEMI] = ACTIONS(4679), + [anon_sym_get] = ACTIONS(4677), + [anon_sym_set] = ACTIONS(4677), + [anon_sym_this] = ACTIONS(4677), + [anon_sym_super] = ACTIONS(4677), + [anon_sym_STAR] = ACTIONS(4677), + [sym_label] = ACTIONS(4677), + [anon_sym_in] = ACTIONS(4677), + [anon_sym_DOT_DOT] = ACTIONS(4679), + [anon_sym_QMARK_COLON] = ACTIONS(4679), + [anon_sym_AMP_AMP] = ACTIONS(4679), + [anon_sym_PIPE_PIPE] = ACTIONS(4679), + [anon_sym_null] = ACTIONS(4677), + [anon_sym_if] = ACTIONS(4677), + [anon_sym_else] = ACTIONS(4677), + [anon_sym_when] = ACTIONS(4677), + [anon_sym_try] = ACTIONS(4677), + [anon_sym_throw] = ACTIONS(4677), + [anon_sym_return] = ACTIONS(4677), + [anon_sym_continue] = ACTIONS(4677), + [anon_sym_break] = ACTIONS(4677), + [anon_sym_COLON_COLON] = ACTIONS(4679), + [anon_sym_PLUS_EQ] = ACTIONS(4679), + [anon_sym_DASH_EQ] = ACTIONS(4679), + [anon_sym_STAR_EQ] = ACTIONS(4679), + [anon_sym_SLASH_EQ] = ACTIONS(4679), + [anon_sym_PERCENT_EQ] = ACTIONS(4679), + [anon_sym_BANG_EQ] = ACTIONS(4677), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4679), + [anon_sym_EQ_EQ] = ACTIONS(4677), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4679), + [anon_sym_LT_EQ] = ACTIONS(4679), + [anon_sym_GT_EQ] = ACTIONS(4679), + [anon_sym_BANGin] = ACTIONS(4679), + [anon_sym_is] = ACTIONS(4677), + [anon_sym_BANGis] = ACTIONS(4679), + [anon_sym_PLUS] = ACTIONS(4677), + [anon_sym_DASH] = ACTIONS(4677), + [anon_sym_SLASH] = ACTIONS(4677), + [anon_sym_PERCENT] = ACTIONS(4677), + [anon_sym_as_QMARK] = ACTIONS(4679), + [anon_sym_PLUS_PLUS] = ACTIONS(4679), + [anon_sym_DASH_DASH] = ACTIONS(4679), + [anon_sym_BANG] = ACTIONS(4677), + [anon_sym_BANG_BANG] = ACTIONS(4679), + [anon_sym_suspend] = ACTIONS(4677), + [anon_sym_sealed] = ACTIONS(4677), + [anon_sym_annotation] = ACTIONS(4677), + [anon_sym_data] = ACTIONS(4677), + [anon_sym_inner] = ACTIONS(4677), + [anon_sym_value] = ACTIONS(4677), + [anon_sym_override] = ACTIONS(4677), + [anon_sym_lateinit] = ACTIONS(4677), + [anon_sym_public] = ACTIONS(4677), + [anon_sym_private] = ACTIONS(4677), + [anon_sym_internal] = ACTIONS(4677), + [anon_sym_protected] = ACTIONS(4677), + [anon_sym_tailrec] = ACTIONS(4677), + [anon_sym_operator] = ACTIONS(4677), + [anon_sym_infix] = ACTIONS(4677), + [anon_sym_inline] = ACTIONS(4677), + [anon_sym_external] = ACTIONS(4677), + [sym_property_modifier] = ACTIONS(4677), + [anon_sym_abstract] = ACTIONS(4677), + [anon_sym_final] = ACTIONS(4677), + [anon_sym_open] = ACTIONS(4677), + [anon_sym_vararg] = ACTIONS(4677), + [anon_sym_noinline] = ACTIONS(4677), + [anon_sym_crossinline] = ACTIONS(4677), + [anon_sym_expect] = ACTIONS(4677), + [anon_sym_actual] = ACTIONS(4677), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4679), + [anon_sym_continue_AT] = ACTIONS(4679), + [anon_sym_break_AT] = ACTIONS(4679), + [anon_sym_this_AT] = ACTIONS(4679), + [anon_sym_super_AT] = ACTIONS(4679), + [sym_real_literal] = ACTIONS(4679), + [sym_integer_literal] = ACTIONS(4677), + [sym_hex_literal] = ACTIONS(4679), + [sym_bin_literal] = ACTIONS(4679), + [anon_sym_true] = ACTIONS(4677), + [anon_sym_false] = ACTIONS(4677), + [anon_sym_SQUOTE] = ACTIONS(4679), + [sym__backtick_identifier] = ACTIONS(4679), + [sym__automatic_semicolon] = ACTIONS(4679), + [sym_safe_nav] = ACTIONS(4679), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4679), }, [979] = { + [sym_class_body] = STATE(1163), + [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(3260), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4686), + [anon_sym_super_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), + }, + [980] = { + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4690), + [anon_sym_super_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), + }, + [981] = { + [sym_class_body] = STATE(1044), + [sym__alpha_identifier] = ACTIONS(4339), + [anon_sym_AT] = ACTIONS(4341), + [anon_sym_LBRACK] = ACTIONS(4341), + [anon_sym_as] = ACTIONS(4339), + [anon_sym_EQ] = ACTIONS(4339), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4341), + [anon_sym_LPAREN] = ACTIONS(4341), + [anon_sym_COMMA] = ACTIONS(4341), + [anon_sym_LT] = ACTIONS(4339), + [anon_sym_GT] = ACTIONS(4339), + [anon_sym_where] = ACTIONS(4339), + [anon_sym_object] = ACTIONS(4339), + [anon_sym_fun] = ACTIONS(4339), + [anon_sym_DOT] = ACTIONS(4339), + [anon_sym_SEMI] = ACTIONS(4341), + [anon_sym_get] = ACTIONS(4339), + [anon_sym_set] = ACTIONS(4339), + [anon_sym_this] = ACTIONS(4339), + [anon_sym_super] = ACTIONS(4339), + [anon_sym_STAR] = ACTIONS(4339), + [sym_label] = ACTIONS(4339), + [anon_sym_in] = ACTIONS(4339), + [anon_sym_DOT_DOT] = ACTIONS(4341), + [anon_sym_QMARK_COLON] = ACTIONS(4341), + [anon_sym_AMP_AMP] = ACTIONS(4341), + [anon_sym_PIPE_PIPE] = ACTIONS(4341), + [anon_sym_null] = ACTIONS(4339), + [anon_sym_if] = ACTIONS(4339), + [anon_sym_else] = ACTIONS(4339), + [anon_sym_when] = ACTIONS(4339), + [anon_sym_try] = ACTIONS(4339), + [anon_sym_throw] = ACTIONS(4339), + [anon_sym_return] = ACTIONS(4339), + [anon_sym_continue] = ACTIONS(4339), + [anon_sym_break] = ACTIONS(4339), + [anon_sym_COLON_COLON] = ACTIONS(4341), + [anon_sym_PLUS_EQ] = ACTIONS(4341), + [anon_sym_DASH_EQ] = ACTIONS(4341), + [anon_sym_STAR_EQ] = ACTIONS(4341), + [anon_sym_SLASH_EQ] = ACTIONS(4341), + [anon_sym_PERCENT_EQ] = ACTIONS(4341), + [anon_sym_BANG_EQ] = ACTIONS(4339), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4341), + [anon_sym_EQ_EQ] = ACTIONS(4339), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4341), + [anon_sym_LT_EQ] = ACTIONS(4341), + [anon_sym_GT_EQ] = ACTIONS(4341), + [anon_sym_BANGin] = ACTIONS(4341), + [anon_sym_is] = ACTIONS(4339), + [anon_sym_BANGis] = ACTIONS(4341), + [anon_sym_PLUS] = ACTIONS(4339), + [anon_sym_DASH] = ACTIONS(4339), + [anon_sym_SLASH] = ACTIONS(4339), + [anon_sym_PERCENT] = ACTIONS(4339), + [anon_sym_as_QMARK] = ACTIONS(4341), + [anon_sym_PLUS_PLUS] = ACTIONS(4341), + [anon_sym_DASH_DASH] = ACTIONS(4341), + [anon_sym_BANG] = ACTIONS(4339), + [anon_sym_BANG_BANG] = ACTIONS(4341), + [anon_sym_suspend] = ACTIONS(4339), + [anon_sym_sealed] = ACTIONS(4339), + [anon_sym_annotation] = ACTIONS(4339), + [anon_sym_data] = ACTIONS(4339), + [anon_sym_inner] = ACTIONS(4339), + [anon_sym_value] = ACTIONS(4339), + [anon_sym_override] = ACTIONS(4339), + [anon_sym_lateinit] = ACTIONS(4339), + [anon_sym_public] = ACTIONS(4339), + [anon_sym_private] = ACTIONS(4339), + [anon_sym_internal] = ACTIONS(4339), + [anon_sym_protected] = ACTIONS(4339), + [anon_sym_tailrec] = ACTIONS(4339), + [anon_sym_operator] = ACTIONS(4339), + [anon_sym_infix] = ACTIONS(4339), + [anon_sym_inline] = ACTIONS(4339), + [anon_sym_external] = ACTIONS(4339), + [sym_property_modifier] = ACTIONS(4339), + [anon_sym_abstract] = ACTIONS(4339), + [anon_sym_final] = ACTIONS(4339), + [anon_sym_open] = ACTIONS(4339), + [anon_sym_vararg] = ACTIONS(4339), + [anon_sym_noinline] = ACTIONS(4339), + [anon_sym_crossinline] = ACTIONS(4339), + [anon_sym_expect] = ACTIONS(4339), + [anon_sym_actual] = ACTIONS(4339), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4341), + [anon_sym_continue_AT] = ACTIONS(4341), + [anon_sym_break_AT] = ACTIONS(4341), + [anon_sym_this_AT] = ACTIONS(4341), + [anon_sym_super_AT] = ACTIONS(4341), + [sym_real_literal] = ACTIONS(4341), + [sym_integer_literal] = ACTIONS(4339), + [sym_hex_literal] = ACTIONS(4341), + [sym_bin_literal] = ACTIONS(4341), + [anon_sym_true] = ACTIONS(4339), + [anon_sym_false] = ACTIONS(4339), + [anon_sym_SQUOTE] = ACTIONS(4341), + [sym__backtick_identifier] = ACTIONS(4341), + [sym__automatic_semicolon] = ACTIONS(4341), + [sym_safe_nav] = ACTIONS(4341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4341), + }, + [982] = { + [sym_enum_class_body] = STATE(1152), + [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(3246), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4479), + [anon_sym_super_AT] = ACTIONS(4479), + [sym_real_literal] = ACTIONS(4479), + [sym_integer_literal] = ACTIONS(4477), + [sym_hex_literal] = ACTIONS(4479), + [sym_bin_literal] = ACTIONS(4479), + [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), + }, + [983] = { + [sym_class_body] = STATE(1047), + [sym__alpha_identifier] = ACTIONS(4692), + [anon_sym_AT] = ACTIONS(4694), + [anon_sym_LBRACK] = ACTIONS(4694), + [anon_sym_as] = ACTIONS(4692), + [anon_sym_EQ] = ACTIONS(4692), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4694), + [anon_sym_LPAREN] = ACTIONS(4694), + [anon_sym_COMMA] = ACTIONS(4694), + [anon_sym_LT] = ACTIONS(4692), + [anon_sym_GT] = ACTIONS(4692), + [anon_sym_where] = ACTIONS(4692), + [anon_sym_object] = ACTIONS(4692), + [anon_sym_fun] = ACTIONS(4692), + [anon_sym_DOT] = ACTIONS(4692), + [anon_sym_SEMI] = ACTIONS(4694), + [anon_sym_get] = ACTIONS(4692), + [anon_sym_set] = ACTIONS(4692), + [anon_sym_this] = ACTIONS(4692), + [anon_sym_super] = ACTIONS(4692), + [anon_sym_STAR] = ACTIONS(4692), + [sym_label] = ACTIONS(4692), + [anon_sym_in] = ACTIONS(4692), + [anon_sym_DOT_DOT] = ACTIONS(4694), + [anon_sym_QMARK_COLON] = ACTIONS(4694), + [anon_sym_AMP_AMP] = ACTIONS(4694), + [anon_sym_PIPE_PIPE] = ACTIONS(4694), + [anon_sym_null] = ACTIONS(4692), + [anon_sym_if] = ACTIONS(4692), + [anon_sym_else] = ACTIONS(4692), + [anon_sym_when] = ACTIONS(4692), + [anon_sym_try] = ACTIONS(4692), + [anon_sym_throw] = ACTIONS(4692), + [anon_sym_return] = ACTIONS(4692), + [anon_sym_continue] = ACTIONS(4692), + [anon_sym_break] = ACTIONS(4692), + [anon_sym_COLON_COLON] = ACTIONS(4694), + [anon_sym_PLUS_EQ] = ACTIONS(4694), + [anon_sym_DASH_EQ] = ACTIONS(4694), + [anon_sym_STAR_EQ] = ACTIONS(4694), + [anon_sym_SLASH_EQ] = ACTIONS(4694), + [anon_sym_PERCENT_EQ] = ACTIONS(4694), + [anon_sym_BANG_EQ] = ACTIONS(4692), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4694), + [anon_sym_EQ_EQ] = ACTIONS(4692), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4694), + [anon_sym_LT_EQ] = ACTIONS(4694), + [anon_sym_GT_EQ] = ACTIONS(4694), + [anon_sym_BANGin] = ACTIONS(4694), + [anon_sym_is] = ACTIONS(4692), + [anon_sym_BANGis] = ACTIONS(4694), + [anon_sym_PLUS] = ACTIONS(4692), + [anon_sym_DASH] = ACTIONS(4692), + [anon_sym_SLASH] = ACTIONS(4692), + [anon_sym_PERCENT] = ACTIONS(4692), + [anon_sym_as_QMARK] = ACTIONS(4694), + [anon_sym_PLUS_PLUS] = ACTIONS(4694), + [anon_sym_DASH_DASH] = ACTIONS(4694), + [anon_sym_BANG] = ACTIONS(4692), + [anon_sym_BANG_BANG] = ACTIONS(4694), + [anon_sym_suspend] = ACTIONS(4692), + [anon_sym_sealed] = ACTIONS(4692), + [anon_sym_annotation] = ACTIONS(4692), + [anon_sym_data] = ACTIONS(4692), + [anon_sym_inner] = ACTIONS(4692), + [anon_sym_value] = ACTIONS(4692), + [anon_sym_override] = ACTIONS(4692), + [anon_sym_lateinit] = ACTIONS(4692), + [anon_sym_public] = ACTIONS(4692), + [anon_sym_private] = ACTIONS(4692), + [anon_sym_internal] = ACTIONS(4692), + [anon_sym_protected] = ACTIONS(4692), + [anon_sym_tailrec] = ACTIONS(4692), + [anon_sym_operator] = ACTIONS(4692), + [anon_sym_infix] = ACTIONS(4692), + [anon_sym_inline] = ACTIONS(4692), + [anon_sym_external] = ACTIONS(4692), + [sym_property_modifier] = ACTIONS(4692), + [anon_sym_abstract] = ACTIONS(4692), + [anon_sym_final] = ACTIONS(4692), + [anon_sym_open] = ACTIONS(4692), + [anon_sym_vararg] = ACTIONS(4692), + [anon_sym_noinline] = ACTIONS(4692), + [anon_sym_crossinline] = ACTIONS(4692), + [anon_sym_expect] = ACTIONS(4692), + [anon_sym_actual] = ACTIONS(4692), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4694), + [anon_sym_continue_AT] = ACTIONS(4694), + [anon_sym_break_AT] = ACTIONS(4694), + [anon_sym_this_AT] = ACTIONS(4694), + [anon_sym_super_AT] = ACTIONS(4694), + [sym_real_literal] = ACTIONS(4694), + [sym_integer_literal] = ACTIONS(4692), + [sym_hex_literal] = ACTIONS(4694), + [sym_bin_literal] = ACTIONS(4694), + [anon_sym_true] = ACTIONS(4692), + [anon_sym_false] = ACTIONS(4692), + [anon_sym_SQUOTE] = ACTIONS(4694), + [sym__backtick_identifier] = ACTIONS(4694), + [sym__automatic_semicolon] = ACTIONS(4694), + [sym_safe_nav] = ACTIONS(4694), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4694), + }, + [984] = { + [sym__alpha_identifier] = ACTIONS(4225), + [anon_sym_AT] = ACTIONS(4227), + [anon_sym_LBRACK] = ACTIONS(4227), + [anon_sym_as] = ACTIONS(4225), + [anon_sym_EQ] = ACTIONS(4225), + [anon_sym_LBRACE] = ACTIONS(4227), + [anon_sym_RBRACE] = ACTIONS(4227), + [anon_sym_LPAREN] = ACTIONS(4227), + [anon_sym_COMMA] = ACTIONS(4227), + [anon_sym_by] = ACTIONS(4225), + [anon_sym_LT] = ACTIONS(4225), + [anon_sym_GT] = ACTIONS(4225), + [anon_sym_where] = ACTIONS(4225), + [anon_sym_object] = ACTIONS(4225), + [anon_sym_fun] = ACTIONS(4225), + [anon_sym_DOT] = ACTIONS(4225), + [anon_sym_SEMI] = ACTIONS(4227), + [anon_sym_get] = ACTIONS(4225), + [anon_sym_set] = ACTIONS(4225), + [anon_sym_this] = ACTIONS(4225), + [anon_sym_super] = ACTIONS(4225), + [anon_sym_STAR] = ACTIONS(4225), + [sym_label] = ACTIONS(4225), + [anon_sym_in] = ACTIONS(4225), + [anon_sym_DOT_DOT] = ACTIONS(4227), + [anon_sym_QMARK_COLON] = ACTIONS(4227), + [anon_sym_AMP_AMP] = ACTIONS(4227), + [anon_sym_PIPE_PIPE] = ACTIONS(4227), + [anon_sym_null] = ACTIONS(4225), + [anon_sym_if] = ACTIONS(4225), + [anon_sym_else] = ACTIONS(4225), + [anon_sym_when] = ACTIONS(4225), + [anon_sym_try] = ACTIONS(4225), + [anon_sym_throw] = ACTIONS(4225), + [anon_sym_return] = ACTIONS(4225), + [anon_sym_continue] = ACTIONS(4225), + [anon_sym_break] = ACTIONS(4225), + [anon_sym_COLON_COLON] = ACTIONS(4227), + [anon_sym_PLUS_EQ] = ACTIONS(4227), + [anon_sym_DASH_EQ] = ACTIONS(4227), + [anon_sym_STAR_EQ] = ACTIONS(4227), + [anon_sym_SLASH_EQ] = ACTIONS(4227), + [anon_sym_PERCENT_EQ] = ACTIONS(4227), + [anon_sym_BANG_EQ] = ACTIONS(4225), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4227), + [anon_sym_EQ_EQ] = ACTIONS(4225), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4227), + [anon_sym_LT_EQ] = ACTIONS(4227), + [anon_sym_GT_EQ] = ACTIONS(4227), + [anon_sym_BANGin] = ACTIONS(4227), + [anon_sym_is] = ACTIONS(4225), + [anon_sym_BANGis] = ACTIONS(4227), + [anon_sym_PLUS] = ACTIONS(4225), + [anon_sym_DASH] = ACTIONS(4225), + [anon_sym_SLASH] = ACTIONS(4225), + [anon_sym_PERCENT] = ACTIONS(4225), + [anon_sym_as_QMARK] = ACTIONS(4227), + [anon_sym_PLUS_PLUS] = ACTIONS(4227), + [anon_sym_DASH_DASH] = ACTIONS(4227), + [anon_sym_BANG] = ACTIONS(4225), + [anon_sym_BANG_BANG] = ACTIONS(4227), + [anon_sym_suspend] = ACTIONS(4225), + [anon_sym_sealed] = ACTIONS(4225), + [anon_sym_annotation] = ACTIONS(4225), + [anon_sym_data] = ACTIONS(4225), + [anon_sym_inner] = ACTIONS(4225), + [anon_sym_value] = ACTIONS(4225), + [anon_sym_override] = ACTIONS(4225), + [anon_sym_lateinit] = ACTIONS(4225), + [anon_sym_public] = ACTIONS(4225), + [anon_sym_private] = ACTIONS(4225), + [anon_sym_internal] = ACTIONS(4225), + [anon_sym_protected] = ACTIONS(4225), + [anon_sym_tailrec] = ACTIONS(4225), + [anon_sym_operator] = ACTIONS(4225), + [anon_sym_infix] = ACTIONS(4225), + [anon_sym_inline] = ACTIONS(4225), + [anon_sym_external] = ACTIONS(4225), + [sym_property_modifier] = ACTIONS(4225), + [anon_sym_abstract] = ACTIONS(4225), + [anon_sym_final] = ACTIONS(4225), + [anon_sym_open] = ACTIONS(4225), + [anon_sym_vararg] = ACTIONS(4225), + [anon_sym_noinline] = ACTIONS(4225), + [anon_sym_crossinline] = ACTIONS(4225), + [anon_sym_expect] = ACTIONS(4225), + [anon_sym_actual] = ACTIONS(4225), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4227), + [anon_sym_continue_AT] = ACTIONS(4227), + [anon_sym_break_AT] = ACTIONS(4227), + [anon_sym_this_AT] = ACTIONS(4227), + [anon_sym_super_AT] = ACTIONS(4227), + [sym_real_literal] = ACTIONS(4227), + [sym_integer_literal] = ACTIONS(4225), + [sym_hex_literal] = ACTIONS(4227), + [sym_bin_literal] = ACTIONS(4227), + [anon_sym_true] = ACTIONS(4225), + [anon_sym_false] = ACTIONS(4225), + [anon_sym_SQUOTE] = ACTIONS(4227), + [sym__backtick_identifier] = ACTIONS(4227), + [sym__automatic_semicolon] = ACTIONS(4227), + [sym_safe_nav] = ACTIONS(4227), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4227), + }, + [985] = { [sym__alpha_identifier] = ACTIONS(4696), [anon_sym_AT] = ACTIONS(4698), [anon_sym_LBRACK] = ACTIONS(4698), @@ -162443,437 +163077,223 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4698), }, - [980] = { - [sym_getter] = STATE(4769), - [sym_setter] = STATE(4769), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(4700), - [anon_sym_get] = ACTIONS(4666), - [anon_sym_set] = ACTIONS(4668), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [981] = { - [sym__alpha_identifier] = ACTIONS(4702), - [anon_sym_AT] = ACTIONS(4704), - [anon_sym_LBRACK] = ACTIONS(4704), - [anon_sym_as] = ACTIONS(4702), - [anon_sym_EQ] = ACTIONS(4702), - [anon_sym_LBRACE] = ACTIONS(4704), - [anon_sym_RBRACE] = ACTIONS(4704), - [anon_sym_LPAREN] = ACTIONS(4704), - [anon_sym_COMMA] = ACTIONS(4704), - [anon_sym_by] = ACTIONS(4702), - [anon_sym_LT] = ACTIONS(4702), - [anon_sym_GT] = ACTIONS(4702), - [anon_sym_where] = ACTIONS(4702), - [anon_sym_object] = ACTIONS(4702), - [anon_sym_fun] = ACTIONS(4702), - [anon_sym_DOT] = ACTIONS(4702), - [anon_sym_SEMI] = ACTIONS(4704), - [anon_sym_get] = ACTIONS(4702), - [anon_sym_set] = ACTIONS(4702), - [anon_sym_this] = ACTIONS(4702), - [anon_sym_super] = ACTIONS(4702), - [anon_sym_STAR] = ACTIONS(4702), - [sym_label] = ACTIONS(4702), - [anon_sym_in] = ACTIONS(4702), - [anon_sym_DOT_DOT] = ACTIONS(4704), - [anon_sym_QMARK_COLON] = ACTIONS(4704), - [anon_sym_AMP_AMP] = ACTIONS(4704), - [anon_sym_PIPE_PIPE] = ACTIONS(4704), - [anon_sym_null] = ACTIONS(4702), - [anon_sym_if] = ACTIONS(4702), - [anon_sym_else] = ACTIONS(4702), - [anon_sym_when] = ACTIONS(4702), - [anon_sym_try] = ACTIONS(4702), - [anon_sym_throw] = ACTIONS(4702), - [anon_sym_return] = ACTIONS(4702), - [anon_sym_continue] = ACTIONS(4702), - [anon_sym_break] = ACTIONS(4702), - [anon_sym_COLON_COLON] = ACTIONS(4704), - [anon_sym_PLUS_EQ] = ACTIONS(4704), - [anon_sym_DASH_EQ] = ACTIONS(4704), - [anon_sym_STAR_EQ] = ACTIONS(4704), - [anon_sym_SLASH_EQ] = ACTIONS(4704), - [anon_sym_PERCENT_EQ] = ACTIONS(4704), - [anon_sym_BANG_EQ] = ACTIONS(4702), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4704), - [anon_sym_EQ_EQ] = ACTIONS(4702), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4704), - [anon_sym_LT_EQ] = ACTIONS(4704), - [anon_sym_GT_EQ] = ACTIONS(4704), - [anon_sym_BANGin] = ACTIONS(4704), - [anon_sym_is] = ACTIONS(4702), - [anon_sym_BANGis] = ACTIONS(4704), - [anon_sym_PLUS] = ACTIONS(4702), - [anon_sym_DASH] = ACTIONS(4702), - [anon_sym_SLASH] = ACTIONS(4702), - [anon_sym_PERCENT] = ACTIONS(4702), - [anon_sym_as_QMARK] = ACTIONS(4704), - [anon_sym_PLUS_PLUS] = ACTIONS(4704), - [anon_sym_DASH_DASH] = ACTIONS(4704), - [anon_sym_BANG] = ACTIONS(4702), - [anon_sym_BANG_BANG] = ACTIONS(4704), - [anon_sym_suspend] = ACTIONS(4702), - [anon_sym_sealed] = ACTIONS(4702), - [anon_sym_annotation] = ACTIONS(4702), - [anon_sym_data] = ACTIONS(4702), - [anon_sym_inner] = ACTIONS(4702), - [anon_sym_value] = ACTIONS(4702), - [anon_sym_override] = ACTIONS(4702), - [anon_sym_lateinit] = ACTIONS(4702), - [anon_sym_public] = ACTIONS(4702), - [anon_sym_private] = ACTIONS(4702), - [anon_sym_internal] = ACTIONS(4702), - [anon_sym_protected] = ACTIONS(4702), - [anon_sym_tailrec] = ACTIONS(4702), - [anon_sym_operator] = ACTIONS(4702), - [anon_sym_infix] = ACTIONS(4702), - [anon_sym_inline] = ACTIONS(4702), - [anon_sym_external] = ACTIONS(4702), - [sym_property_modifier] = ACTIONS(4702), - [anon_sym_abstract] = ACTIONS(4702), - [anon_sym_final] = ACTIONS(4702), - [anon_sym_open] = ACTIONS(4702), - [anon_sym_vararg] = ACTIONS(4702), - [anon_sym_noinline] = ACTIONS(4702), - [anon_sym_crossinline] = ACTIONS(4702), - [anon_sym_expect] = ACTIONS(4702), - [anon_sym_actual] = ACTIONS(4702), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4704), - [anon_sym_continue_AT] = ACTIONS(4704), - [anon_sym_break_AT] = ACTIONS(4704), - [anon_sym_this_AT] = ACTIONS(4704), - [anon_sym_super_AT] = ACTIONS(4704), - [sym_real_literal] = ACTIONS(4704), - [sym_integer_literal] = ACTIONS(4702), - [sym_hex_literal] = ACTIONS(4704), - [sym_bin_literal] = ACTIONS(4704), - [anon_sym_true] = ACTIONS(4702), - [anon_sym_false] = ACTIONS(4702), - [anon_sym_SQUOTE] = ACTIONS(4704), - [sym__backtick_identifier] = ACTIONS(4704), - [sym__automatic_semicolon] = ACTIONS(4704), - [sym_safe_nav] = ACTIONS(4704), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4704), + [986] = { + [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_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_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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4702), + [anon_sym_super_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_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4702), }, - [982] = { - [sym__alpha_identifier] = ACTIONS(4706), - [anon_sym_AT] = ACTIONS(4708), - [anon_sym_LBRACK] = ACTIONS(4708), - [anon_sym_as] = ACTIONS(4706), - [anon_sym_EQ] = ACTIONS(4706), - [anon_sym_LBRACE] = ACTIONS(4708), - [anon_sym_RBRACE] = ACTIONS(4708), - [anon_sym_LPAREN] = ACTIONS(4708), + [987] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(989), + [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(4708), - [anon_sym_by] = ACTIONS(4706), - [anon_sym_LT] = ACTIONS(4706), - [anon_sym_GT] = ACTIONS(4706), - [anon_sym_where] = ACTIONS(4706), - [anon_sym_object] = ACTIONS(4706), - [anon_sym_fun] = ACTIONS(4706), - [anon_sym_DOT] = ACTIONS(4706), - [anon_sym_SEMI] = ACTIONS(4708), - [anon_sym_get] = ACTIONS(4706), - [anon_sym_set] = ACTIONS(4706), - [anon_sym_this] = ACTIONS(4706), - [anon_sym_super] = ACTIONS(4706), - [anon_sym_STAR] = ACTIONS(4706), - [sym_label] = ACTIONS(4706), - [anon_sym_in] = ACTIONS(4706), - [anon_sym_DOT_DOT] = ACTIONS(4708), - [anon_sym_QMARK_COLON] = ACTIONS(4708), - [anon_sym_AMP_AMP] = ACTIONS(4708), - [anon_sym_PIPE_PIPE] = ACTIONS(4708), - [anon_sym_null] = ACTIONS(4706), - [anon_sym_if] = ACTIONS(4706), - [anon_sym_else] = ACTIONS(4706), - [anon_sym_when] = ACTIONS(4706), - [anon_sym_try] = ACTIONS(4706), - [anon_sym_throw] = ACTIONS(4706), - [anon_sym_return] = ACTIONS(4706), - [anon_sym_continue] = ACTIONS(4706), - [anon_sym_break] = ACTIONS(4706), - [anon_sym_COLON_COLON] = ACTIONS(4708), - [anon_sym_PLUS_EQ] = ACTIONS(4708), - [anon_sym_DASH_EQ] = ACTIONS(4708), - [anon_sym_STAR_EQ] = ACTIONS(4708), - [anon_sym_SLASH_EQ] = ACTIONS(4708), - [anon_sym_PERCENT_EQ] = ACTIONS(4708), - [anon_sym_BANG_EQ] = ACTIONS(4706), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4708), - [anon_sym_EQ_EQ] = ACTIONS(4706), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4708), - [anon_sym_LT_EQ] = ACTIONS(4708), - [anon_sym_GT_EQ] = ACTIONS(4708), - [anon_sym_BANGin] = ACTIONS(4708), - [anon_sym_is] = ACTIONS(4706), - [anon_sym_BANGis] = ACTIONS(4708), - [anon_sym_PLUS] = ACTIONS(4706), - [anon_sym_DASH] = ACTIONS(4706), - [anon_sym_SLASH] = ACTIONS(4706), - [anon_sym_PERCENT] = ACTIONS(4706), - [anon_sym_as_QMARK] = ACTIONS(4708), - [anon_sym_PLUS_PLUS] = ACTIONS(4708), - [anon_sym_DASH_DASH] = ACTIONS(4708), - [anon_sym_BANG] = ACTIONS(4706), - [anon_sym_BANG_BANG] = ACTIONS(4708), - [anon_sym_suspend] = ACTIONS(4706), - [anon_sym_sealed] = ACTIONS(4706), - [anon_sym_annotation] = ACTIONS(4706), - [anon_sym_data] = ACTIONS(4706), - [anon_sym_inner] = ACTIONS(4706), - [anon_sym_value] = ACTIONS(4706), - [anon_sym_override] = ACTIONS(4706), - [anon_sym_lateinit] = ACTIONS(4706), - [anon_sym_public] = ACTIONS(4706), - [anon_sym_private] = ACTIONS(4706), - [anon_sym_internal] = ACTIONS(4706), - [anon_sym_protected] = ACTIONS(4706), - [anon_sym_tailrec] = ACTIONS(4706), - [anon_sym_operator] = ACTIONS(4706), - [anon_sym_infix] = ACTIONS(4706), - [anon_sym_inline] = ACTIONS(4706), - [anon_sym_external] = ACTIONS(4706), - [sym_property_modifier] = ACTIONS(4706), - [anon_sym_abstract] = ACTIONS(4706), - [anon_sym_final] = ACTIONS(4706), - [anon_sym_open] = ACTIONS(4706), - [anon_sym_vararg] = ACTIONS(4706), - [anon_sym_noinline] = ACTIONS(4706), - [anon_sym_crossinline] = ACTIONS(4706), - [anon_sym_expect] = ACTIONS(4706), - [anon_sym_actual] = ACTIONS(4706), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4708), - [anon_sym_continue_AT] = ACTIONS(4708), - [anon_sym_break_AT] = ACTIONS(4708), - [anon_sym_this_AT] = ACTIONS(4708), - [anon_sym_super_AT] = ACTIONS(4708), - [sym_real_literal] = ACTIONS(4708), - [sym_integer_literal] = ACTIONS(4706), - [sym_hex_literal] = ACTIONS(4708), - [sym_bin_literal] = ACTIONS(4708), - [anon_sym_true] = ACTIONS(4706), - [anon_sym_false] = ACTIONS(4706), - [anon_sym_SQUOTE] = ACTIONS(4708), - [sym__backtick_identifier] = ACTIONS(4708), - [sym__automatic_semicolon] = ACTIONS(4708), - [sym_safe_nav] = ACTIONS(4708), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4708), - }, - [983] = { - [sym_class_body] = STATE(1068), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [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(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4706), + [anon_sym_super_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), }, - [984] = { + [988] = { [sym__alpha_identifier] = ACTIONS(4710), - [anon_sym_AT] = ACTIONS(4710), + [anon_sym_AT] = ACTIONS(4712), [anon_sym_LBRACK] = ACTIONS(4712), [anon_sym_as] = ACTIONS(4710), [anon_sym_EQ] = ACTIONS(4710), @@ -162881,6 +163301,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(4712), [anon_sym_LPAREN] = ACTIONS(4712), [anon_sym_COMMA] = ACTIONS(4712), + [anon_sym_by] = ACTIONS(4710), [anon_sym_LT] = ACTIONS(4710), [anon_sym_GT] = ACTIONS(4710), [anon_sym_where] = ACTIONS(4710), @@ -162964,7 +163385,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break_AT] = ACTIONS(4712), [anon_sym_this_AT] = ACTIONS(4712), [anon_sym_super_AT] = ACTIONS(4712), - [anon_sym_AT2] = ACTIONS(4714), [sym_real_literal] = ACTIONS(4712), [sym_integer_literal] = ACTIONS(4710), [sym_hex_literal] = ACTIONS(4712), @@ -162978,330 +163398,331 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4712), }, - [985] = { - [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_by] = ACTIONS(4716), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4718), - [anon_sym_super_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), + [989] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(978), + [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(4708), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4716), + [anon_sym_super_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), }, - [986] = { - [sym_getter] = STATE(4842), - [sym_setter] = STATE(4842), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), - [anon_sym_DOT] = ACTIONS(3580), + [990] = { + [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_by] = ACTIONS(4718), + [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(4666), - [anon_sym_set] = ACTIONS(4668), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4720), + [anon_sym_super_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), }, - [987] = { - [sym_enum_class_body] = STATE(1167), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(4216), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), + [991] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(978), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4716), + [anon_sym_super_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), }, - [988] = { + [992] = { [sym__alpha_identifier] = ACTIONS(4722), [anon_sym_AT] = ACTIONS(4724), + [anon_sym_COLON] = ACTIONS(4722), [anon_sym_LBRACK] = ACTIONS(4724), [anon_sym_as] = ACTIONS(4722), [anon_sym_EQ] = ACTIONS(4722), @@ -163309,7 +163730,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(4724), [anon_sym_LPAREN] = ACTIONS(4724), [anon_sym_COMMA] = ACTIONS(4724), - [anon_sym_by] = ACTIONS(4722), [anon_sym_LT] = ACTIONS(4722), [anon_sym_GT] = ACTIONS(4722), [anon_sym_where] = ACTIONS(4722), @@ -163406,649 +163826,542 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4724), }, - [989] = { - [sym_getter] = STATE(4827), - [sym_setter] = STATE(4827), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(4726), - [anon_sym_get] = ACTIONS(4666), - [anon_sym_set] = ACTIONS(4668), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [990] = { - [sym_enum_class_body] = STATE(1174), - [sym__alpha_identifier] = ACTIONS(4467), - [anon_sym_AT] = ACTIONS(4469), - [anon_sym_LBRACK] = ACTIONS(4469), - [anon_sym_as] = ACTIONS(4467), - [anon_sym_EQ] = ACTIONS(4467), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4469), - [anon_sym_LPAREN] = ACTIONS(4469), - [anon_sym_COMMA] = ACTIONS(4469), - [anon_sym_LT] = ACTIONS(4467), - [anon_sym_GT] = ACTIONS(4467), - [anon_sym_where] = ACTIONS(4467), - [anon_sym_object] = ACTIONS(4467), - [anon_sym_fun] = ACTIONS(4467), - [anon_sym_DOT] = ACTIONS(4467), - [anon_sym_SEMI] = ACTIONS(4469), - [anon_sym_get] = ACTIONS(4467), - [anon_sym_set] = ACTIONS(4467), - [anon_sym_this] = ACTIONS(4467), - [anon_sym_super] = ACTIONS(4467), - [anon_sym_STAR] = ACTIONS(4467), - [sym_label] = ACTIONS(4467), - [anon_sym_in] = ACTIONS(4467), - [anon_sym_DOT_DOT] = ACTIONS(4469), - [anon_sym_QMARK_COLON] = ACTIONS(4469), - [anon_sym_AMP_AMP] = ACTIONS(4469), - [anon_sym_PIPE_PIPE] = ACTIONS(4469), - [anon_sym_null] = ACTIONS(4467), - [anon_sym_if] = ACTIONS(4467), - [anon_sym_else] = ACTIONS(4467), - [anon_sym_when] = ACTIONS(4467), - [anon_sym_try] = ACTIONS(4467), - [anon_sym_throw] = ACTIONS(4467), - [anon_sym_return] = ACTIONS(4467), - [anon_sym_continue] = ACTIONS(4467), - [anon_sym_break] = ACTIONS(4467), - [anon_sym_COLON_COLON] = ACTIONS(4469), - [anon_sym_PLUS_EQ] = ACTIONS(4469), - [anon_sym_DASH_EQ] = ACTIONS(4469), - [anon_sym_STAR_EQ] = ACTIONS(4469), - [anon_sym_SLASH_EQ] = ACTIONS(4469), - [anon_sym_PERCENT_EQ] = ACTIONS(4469), - [anon_sym_BANG_EQ] = ACTIONS(4467), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4469), - [anon_sym_EQ_EQ] = ACTIONS(4467), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4469), - [anon_sym_LT_EQ] = ACTIONS(4469), - [anon_sym_GT_EQ] = ACTIONS(4469), - [anon_sym_BANGin] = ACTIONS(4469), - [anon_sym_is] = ACTIONS(4467), - [anon_sym_BANGis] = ACTIONS(4469), - [anon_sym_PLUS] = ACTIONS(4467), - [anon_sym_DASH] = ACTIONS(4467), - [anon_sym_SLASH] = ACTIONS(4467), - [anon_sym_PERCENT] = ACTIONS(4467), - [anon_sym_as_QMARK] = ACTIONS(4469), - [anon_sym_PLUS_PLUS] = ACTIONS(4469), - [anon_sym_DASH_DASH] = ACTIONS(4469), - [anon_sym_BANG] = ACTIONS(4467), - [anon_sym_BANG_BANG] = ACTIONS(4469), - [anon_sym_suspend] = ACTIONS(4467), - [anon_sym_sealed] = ACTIONS(4467), - [anon_sym_annotation] = ACTIONS(4467), - [anon_sym_data] = ACTIONS(4467), - [anon_sym_inner] = ACTIONS(4467), - [anon_sym_value] = ACTIONS(4467), - [anon_sym_override] = ACTIONS(4467), - [anon_sym_lateinit] = ACTIONS(4467), - [anon_sym_public] = ACTIONS(4467), - [anon_sym_private] = ACTIONS(4467), - [anon_sym_internal] = ACTIONS(4467), - [anon_sym_protected] = ACTIONS(4467), - [anon_sym_tailrec] = ACTIONS(4467), - [anon_sym_operator] = ACTIONS(4467), - [anon_sym_infix] = ACTIONS(4467), - [anon_sym_inline] = ACTIONS(4467), - [anon_sym_external] = ACTIONS(4467), - [sym_property_modifier] = ACTIONS(4467), - [anon_sym_abstract] = ACTIONS(4467), - [anon_sym_final] = ACTIONS(4467), - [anon_sym_open] = ACTIONS(4467), - [anon_sym_vararg] = ACTIONS(4467), - [anon_sym_noinline] = ACTIONS(4467), - [anon_sym_crossinline] = ACTIONS(4467), - [anon_sym_expect] = ACTIONS(4467), - [anon_sym_actual] = ACTIONS(4467), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4469), - [anon_sym_continue_AT] = ACTIONS(4469), - [anon_sym_break_AT] = ACTIONS(4469), - [anon_sym_this_AT] = ACTIONS(4469), - [anon_sym_super_AT] = ACTIONS(4469), - [sym_real_literal] = ACTIONS(4469), - [sym_integer_literal] = ACTIONS(4467), - [sym_hex_literal] = ACTIONS(4469), - [sym_bin_literal] = ACTIONS(4469), - [anon_sym_true] = ACTIONS(4467), - [anon_sym_false] = ACTIONS(4467), - [anon_sym_SQUOTE] = ACTIONS(4469), - [sym__backtick_identifier] = ACTIONS(4469), - [sym__automatic_semicolon] = ACTIONS(4469), - [sym_safe_nav] = ACTIONS(4469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4469), + [993] = { + [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_by] = ACTIONS(4726), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4728), + [anon_sym_super_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), }, - [991] = { - [sym__alpha_identifier] = ACTIONS(4728), - [anon_sym_AT] = ACTIONS(4730), - [anon_sym_LBRACK] = ACTIONS(4730), - [anon_sym_as] = ACTIONS(4728), - [anon_sym_EQ] = ACTIONS(4728), - [anon_sym_LBRACE] = ACTIONS(4730), - [anon_sym_RBRACE] = ACTIONS(4730), - [anon_sym_LPAREN] = ACTIONS(4730), - [anon_sym_COMMA] = ACTIONS(4730), - [anon_sym_by] = ACTIONS(4728), - [anon_sym_LT] = ACTIONS(4728), - [anon_sym_GT] = ACTIONS(4728), - [anon_sym_where] = ACTIONS(4728), - [anon_sym_object] = ACTIONS(4728), - [anon_sym_fun] = ACTIONS(4728), - [anon_sym_DOT] = ACTIONS(4728), - [anon_sym_SEMI] = ACTIONS(4730), - [anon_sym_get] = ACTIONS(4728), - [anon_sym_set] = ACTIONS(4728), - [anon_sym_this] = ACTIONS(4728), - [anon_sym_super] = ACTIONS(4728), - [anon_sym_STAR] = ACTIONS(4728), - [sym_label] = ACTIONS(4728), - [anon_sym_in] = ACTIONS(4728), - [anon_sym_DOT_DOT] = ACTIONS(4730), - [anon_sym_QMARK_COLON] = ACTIONS(4730), - [anon_sym_AMP_AMP] = ACTIONS(4730), - [anon_sym_PIPE_PIPE] = ACTIONS(4730), - [anon_sym_null] = ACTIONS(4728), - [anon_sym_if] = ACTIONS(4728), - [anon_sym_else] = ACTIONS(4728), - [anon_sym_when] = ACTIONS(4728), - [anon_sym_try] = ACTIONS(4728), - [anon_sym_throw] = ACTIONS(4728), - [anon_sym_return] = ACTIONS(4728), - [anon_sym_continue] = ACTIONS(4728), - [anon_sym_break] = ACTIONS(4728), - [anon_sym_COLON_COLON] = ACTIONS(4730), - [anon_sym_PLUS_EQ] = ACTIONS(4730), - [anon_sym_DASH_EQ] = ACTIONS(4730), - [anon_sym_STAR_EQ] = ACTIONS(4730), - [anon_sym_SLASH_EQ] = ACTIONS(4730), - [anon_sym_PERCENT_EQ] = ACTIONS(4730), - [anon_sym_BANG_EQ] = ACTIONS(4728), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4730), - [anon_sym_EQ_EQ] = ACTIONS(4728), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4730), - [anon_sym_LT_EQ] = ACTIONS(4730), - [anon_sym_GT_EQ] = ACTIONS(4730), - [anon_sym_BANGin] = ACTIONS(4730), - [anon_sym_is] = ACTIONS(4728), - [anon_sym_BANGis] = ACTIONS(4730), - [anon_sym_PLUS] = ACTIONS(4728), - [anon_sym_DASH] = ACTIONS(4728), - [anon_sym_SLASH] = ACTIONS(4728), - [anon_sym_PERCENT] = ACTIONS(4728), - [anon_sym_as_QMARK] = ACTIONS(4730), - [anon_sym_PLUS_PLUS] = ACTIONS(4730), - [anon_sym_DASH_DASH] = ACTIONS(4730), - [anon_sym_BANG] = ACTIONS(4728), - [anon_sym_BANG_BANG] = ACTIONS(4730), - [anon_sym_suspend] = ACTIONS(4728), - [anon_sym_sealed] = ACTIONS(4728), - [anon_sym_annotation] = ACTIONS(4728), - [anon_sym_data] = ACTIONS(4728), - [anon_sym_inner] = ACTIONS(4728), - [anon_sym_value] = ACTIONS(4728), - [anon_sym_override] = ACTIONS(4728), - [anon_sym_lateinit] = ACTIONS(4728), - [anon_sym_public] = ACTIONS(4728), - [anon_sym_private] = ACTIONS(4728), - [anon_sym_internal] = ACTIONS(4728), - [anon_sym_protected] = ACTIONS(4728), - [anon_sym_tailrec] = ACTIONS(4728), - [anon_sym_operator] = ACTIONS(4728), - [anon_sym_infix] = ACTIONS(4728), - [anon_sym_inline] = ACTIONS(4728), - [anon_sym_external] = ACTIONS(4728), - [sym_property_modifier] = ACTIONS(4728), - [anon_sym_abstract] = ACTIONS(4728), - [anon_sym_final] = ACTIONS(4728), - [anon_sym_open] = ACTIONS(4728), - [anon_sym_vararg] = ACTIONS(4728), - [anon_sym_noinline] = ACTIONS(4728), - [anon_sym_crossinline] = ACTIONS(4728), - [anon_sym_expect] = ACTIONS(4728), - [anon_sym_actual] = ACTIONS(4728), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4730), - [anon_sym_continue_AT] = ACTIONS(4730), - [anon_sym_break_AT] = ACTIONS(4730), - [anon_sym_this_AT] = ACTIONS(4730), - [anon_sym_super_AT] = ACTIONS(4730), - [sym_real_literal] = ACTIONS(4730), - [sym_integer_literal] = ACTIONS(4728), - [sym_hex_literal] = ACTIONS(4730), - [sym_bin_literal] = ACTIONS(4730), - [anon_sym_true] = ACTIONS(4728), - [anon_sym_false] = ACTIONS(4728), - [anon_sym_SQUOTE] = ACTIONS(4730), - [sym__backtick_identifier] = ACTIONS(4730), - [sym__automatic_semicolon] = ACTIONS(4730), - [sym_safe_nav] = ACTIONS(4730), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4730), + [994] = { + [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_by] = ACTIONS(4730), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4732), + [anon_sym_super_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), }, - [992] = { - [sym__alpha_identifier] = ACTIONS(4732), + [995] = { + [sym__alpha_identifier] = ACTIONS(4734), [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_by] = ACTIONS(4732), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4734), - [anon_sym_super_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), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4736), + [anon_sym_super_AT] = ACTIONS(4736), + [anon_sym_AT2] = ACTIONS(4738), + [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), }, - [993] = { - [sym_class_body] = STATE(1140), - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(4359), - [anon_sym_object] = ACTIONS(4359), - [anon_sym_fun] = ACTIONS(4359), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_this] = ACTIONS(4359), - [anon_sym_super] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [sym_label] = ACTIONS(4359), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_null] = ACTIONS(4359), - [anon_sym_if] = ACTIONS(4359), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_when] = ACTIONS(4359), - [anon_sym_try] = ACTIONS(4359), - [anon_sym_throw] = ACTIONS(4359), - [anon_sym_return] = ACTIONS(4359), - [anon_sym_continue] = ACTIONS(4359), - [anon_sym_break] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG] = ACTIONS(4359), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_suspend] = ACTIONS(4359), - [anon_sym_sealed] = ACTIONS(4359), - [anon_sym_annotation] = ACTIONS(4359), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_override] = ACTIONS(4359), - [anon_sym_lateinit] = ACTIONS(4359), - [anon_sym_public] = ACTIONS(4359), - [anon_sym_private] = ACTIONS(4359), - [anon_sym_internal] = ACTIONS(4359), - [anon_sym_protected] = ACTIONS(4359), - [anon_sym_tailrec] = ACTIONS(4359), - [anon_sym_operator] = ACTIONS(4359), - [anon_sym_infix] = ACTIONS(4359), - [anon_sym_inline] = ACTIONS(4359), - [anon_sym_external] = ACTIONS(4359), - [sym_property_modifier] = ACTIONS(4359), - [anon_sym_abstract] = ACTIONS(4359), - [anon_sym_final] = ACTIONS(4359), - [anon_sym_open] = ACTIONS(4359), - [anon_sym_vararg] = ACTIONS(4359), - [anon_sym_noinline] = ACTIONS(4359), - [anon_sym_crossinline] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4361), - [anon_sym_continue_AT] = ACTIONS(4361), - [anon_sym_break_AT] = ACTIONS(4361), - [anon_sym_this_AT] = ACTIONS(4361), - [anon_sym_super_AT] = ACTIONS(4361), - [sym_real_literal] = ACTIONS(4361), - [sym_integer_literal] = ACTIONS(4359), - [sym_hex_literal] = ACTIONS(4361), - [sym_bin_literal] = ACTIONS(4361), - [anon_sym_true] = ACTIONS(4359), - [anon_sym_false] = ACTIONS(4359), - [anon_sym_SQUOTE] = ACTIONS(4361), - [sym__backtick_identifier] = ACTIONS(4361), - [sym__automatic_semicolon] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4361), + [996] = { + [sym__alpha_identifier] = ACTIONS(4389), + [anon_sym_AT] = ACTIONS(4391), + [anon_sym_LBRACK] = ACTIONS(4391), + [anon_sym_as] = ACTIONS(4389), + [anon_sym_EQ] = ACTIONS(4389), + [anon_sym_LBRACE] = ACTIONS(4391), + [anon_sym_RBRACE] = ACTIONS(4391), + [anon_sym_LPAREN] = ACTIONS(4391), + [anon_sym_COMMA] = ACTIONS(4391), + [anon_sym_by] = ACTIONS(4389), + [anon_sym_LT] = ACTIONS(4389), + [anon_sym_GT] = ACTIONS(4389), + [anon_sym_where] = ACTIONS(4389), + [anon_sym_object] = ACTIONS(4389), + [anon_sym_fun] = ACTIONS(4389), + [anon_sym_DOT] = ACTIONS(4389), + [anon_sym_SEMI] = ACTIONS(4391), + [anon_sym_get] = ACTIONS(4389), + [anon_sym_set] = ACTIONS(4389), + [anon_sym_this] = ACTIONS(4389), + [anon_sym_super] = ACTIONS(4389), + [anon_sym_STAR] = ACTIONS(4389), + [sym_label] = ACTIONS(4389), + [anon_sym_in] = ACTIONS(4389), + [anon_sym_DOT_DOT] = ACTIONS(4391), + [anon_sym_QMARK_COLON] = ACTIONS(4391), + [anon_sym_AMP_AMP] = ACTIONS(4391), + [anon_sym_PIPE_PIPE] = ACTIONS(4391), + [anon_sym_null] = ACTIONS(4389), + [anon_sym_if] = ACTIONS(4389), + [anon_sym_else] = ACTIONS(4389), + [anon_sym_when] = ACTIONS(4389), + [anon_sym_try] = ACTIONS(4389), + [anon_sym_throw] = ACTIONS(4389), + [anon_sym_return] = ACTIONS(4389), + [anon_sym_continue] = ACTIONS(4389), + [anon_sym_break] = ACTIONS(4389), + [anon_sym_COLON_COLON] = ACTIONS(4391), + [anon_sym_PLUS_EQ] = ACTIONS(4391), + [anon_sym_DASH_EQ] = ACTIONS(4391), + [anon_sym_STAR_EQ] = ACTIONS(4391), + [anon_sym_SLASH_EQ] = ACTIONS(4391), + [anon_sym_PERCENT_EQ] = ACTIONS(4391), + [anon_sym_BANG_EQ] = ACTIONS(4389), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4391), + [anon_sym_EQ_EQ] = ACTIONS(4389), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4391), + [anon_sym_LT_EQ] = ACTIONS(4391), + [anon_sym_GT_EQ] = ACTIONS(4391), + [anon_sym_BANGin] = ACTIONS(4391), + [anon_sym_is] = ACTIONS(4389), + [anon_sym_BANGis] = ACTIONS(4391), + [anon_sym_PLUS] = ACTIONS(4389), + [anon_sym_DASH] = ACTIONS(4389), + [anon_sym_SLASH] = ACTIONS(4389), + [anon_sym_PERCENT] = ACTIONS(4389), + [anon_sym_as_QMARK] = ACTIONS(4391), + [anon_sym_PLUS_PLUS] = ACTIONS(4391), + [anon_sym_DASH_DASH] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(4389), + [anon_sym_BANG_BANG] = ACTIONS(4391), + [anon_sym_suspend] = ACTIONS(4389), + [anon_sym_sealed] = ACTIONS(4389), + [anon_sym_annotation] = ACTIONS(4389), + [anon_sym_data] = ACTIONS(4389), + [anon_sym_inner] = ACTIONS(4389), + [anon_sym_value] = ACTIONS(4389), + [anon_sym_override] = ACTIONS(4389), + [anon_sym_lateinit] = ACTIONS(4389), + [anon_sym_public] = ACTIONS(4389), + [anon_sym_private] = ACTIONS(4389), + [anon_sym_internal] = ACTIONS(4389), + [anon_sym_protected] = ACTIONS(4389), + [anon_sym_tailrec] = ACTIONS(4389), + [anon_sym_operator] = ACTIONS(4389), + [anon_sym_infix] = ACTIONS(4389), + [anon_sym_inline] = ACTIONS(4389), + [anon_sym_external] = ACTIONS(4389), + [sym_property_modifier] = ACTIONS(4389), + [anon_sym_abstract] = ACTIONS(4389), + [anon_sym_final] = ACTIONS(4389), + [anon_sym_open] = ACTIONS(4389), + [anon_sym_vararg] = ACTIONS(4389), + [anon_sym_noinline] = ACTIONS(4389), + [anon_sym_crossinline] = ACTIONS(4389), + [anon_sym_expect] = ACTIONS(4389), + [anon_sym_actual] = ACTIONS(4389), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4391), + [anon_sym_continue_AT] = ACTIONS(4391), + [anon_sym_break_AT] = ACTIONS(4391), + [anon_sym_this_AT] = ACTIONS(4391), + [anon_sym_super_AT] = ACTIONS(4391), + [sym_real_literal] = ACTIONS(4391), + [sym_integer_literal] = ACTIONS(4389), + [sym_hex_literal] = ACTIONS(4391), + [sym_bin_literal] = ACTIONS(4391), + [anon_sym_true] = ACTIONS(4389), + [anon_sym_false] = ACTIONS(4389), + [anon_sym_SQUOTE] = ACTIONS(4391), + [sym__backtick_identifier] = ACTIONS(4391), + [sym__automatic_semicolon] = ACTIONS(4391), + [sym_safe_nav] = ACTIONS(4391), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4391), }, - [994] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(952), - [sym__alpha_identifier] = ACTIONS(4736), - [anon_sym_AT] = ACTIONS(4738), - [anon_sym_LBRACK] = ACTIONS(4738), - [anon_sym_as] = ACTIONS(4736), - [anon_sym_EQ] = ACTIONS(4736), - [anon_sym_LBRACE] = ACTIONS(4738), - [anon_sym_RBRACE] = ACTIONS(4738), - [anon_sym_LPAREN] = ACTIONS(4738), - [anon_sym_COMMA] = ACTIONS(4688), - [anon_sym_LT] = ACTIONS(4736), - [anon_sym_GT] = ACTIONS(4736), - [anon_sym_where] = ACTIONS(4736), - [anon_sym_object] = ACTIONS(4736), - [anon_sym_fun] = ACTIONS(4736), - [anon_sym_DOT] = ACTIONS(4736), - [anon_sym_SEMI] = ACTIONS(4738), - [anon_sym_get] = ACTIONS(4736), - [anon_sym_set] = ACTIONS(4736), - [anon_sym_this] = ACTIONS(4736), - [anon_sym_super] = ACTIONS(4736), - [anon_sym_STAR] = ACTIONS(4736), - [sym_label] = ACTIONS(4736), - [anon_sym_in] = ACTIONS(4736), - [anon_sym_DOT_DOT] = ACTIONS(4738), - [anon_sym_QMARK_COLON] = ACTIONS(4738), - [anon_sym_AMP_AMP] = ACTIONS(4738), - [anon_sym_PIPE_PIPE] = ACTIONS(4738), - [anon_sym_null] = ACTIONS(4736), - [anon_sym_if] = ACTIONS(4736), - [anon_sym_else] = ACTIONS(4736), - [anon_sym_when] = ACTIONS(4736), - [anon_sym_try] = ACTIONS(4736), - [anon_sym_throw] = ACTIONS(4736), - [anon_sym_return] = ACTIONS(4736), - [anon_sym_continue] = ACTIONS(4736), - [anon_sym_break] = ACTIONS(4736), - [anon_sym_COLON_COLON] = ACTIONS(4738), - [anon_sym_PLUS_EQ] = ACTIONS(4738), - [anon_sym_DASH_EQ] = ACTIONS(4738), - [anon_sym_STAR_EQ] = ACTIONS(4738), - [anon_sym_SLASH_EQ] = ACTIONS(4738), - [anon_sym_PERCENT_EQ] = ACTIONS(4738), - [anon_sym_BANG_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4738), - [anon_sym_LT_EQ] = ACTIONS(4738), - [anon_sym_GT_EQ] = ACTIONS(4738), - [anon_sym_BANGin] = ACTIONS(4738), - [anon_sym_is] = ACTIONS(4736), - [anon_sym_BANGis] = ACTIONS(4738), - [anon_sym_PLUS] = ACTIONS(4736), - [anon_sym_DASH] = ACTIONS(4736), - [anon_sym_SLASH] = ACTIONS(4736), - [anon_sym_PERCENT] = ACTIONS(4736), - [anon_sym_as_QMARK] = ACTIONS(4738), - [anon_sym_PLUS_PLUS] = ACTIONS(4738), - [anon_sym_DASH_DASH] = ACTIONS(4738), - [anon_sym_BANG] = ACTIONS(4736), - [anon_sym_BANG_BANG] = ACTIONS(4738), - [anon_sym_suspend] = ACTIONS(4736), - [anon_sym_sealed] = ACTIONS(4736), - [anon_sym_annotation] = ACTIONS(4736), - [anon_sym_data] = ACTIONS(4736), - [anon_sym_inner] = ACTIONS(4736), - [anon_sym_value] = ACTIONS(4736), - [anon_sym_override] = ACTIONS(4736), - [anon_sym_lateinit] = ACTIONS(4736), - [anon_sym_public] = ACTIONS(4736), - [anon_sym_private] = ACTIONS(4736), - [anon_sym_internal] = ACTIONS(4736), - [anon_sym_protected] = ACTIONS(4736), - [anon_sym_tailrec] = ACTIONS(4736), - [anon_sym_operator] = ACTIONS(4736), - [anon_sym_infix] = ACTIONS(4736), - [anon_sym_inline] = ACTIONS(4736), - [anon_sym_external] = ACTIONS(4736), - [sym_property_modifier] = ACTIONS(4736), - [anon_sym_abstract] = ACTIONS(4736), - [anon_sym_final] = ACTIONS(4736), - [anon_sym_open] = ACTIONS(4736), - [anon_sym_vararg] = ACTIONS(4736), - [anon_sym_noinline] = ACTIONS(4736), - [anon_sym_crossinline] = ACTIONS(4736), - [anon_sym_expect] = ACTIONS(4736), - [anon_sym_actual] = ACTIONS(4736), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4738), - [anon_sym_continue_AT] = ACTIONS(4738), - [anon_sym_break_AT] = ACTIONS(4738), - [anon_sym_this_AT] = ACTIONS(4738), - [anon_sym_super_AT] = ACTIONS(4738), - [sym_real_literal] = ACTIONS(4738), - [sym_integer_literal] = ACTIONS(4736), - [sym_hex_literal] = ACTIONS(4738), - [sym_bin_literal] = ACTIONS(4738), - [anon_sym_true] = ACTIONS(4736), - [anon_sym_false] = ACTIONS(4736), - [anon_sym_SQUOTE] = ACTIONS(4738), - [sym__backtick_identifier] = ACTIONS(4738), - [sym__automatic_semicolon] = ACTIONS(4738), - [sym_safe_nav] = ACTIONS(4738), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4738), + [997] = { + [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_by] = ACTIONS(4400), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4398), + [anon_sym_super_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), }, - [995] = { + [998] = { [sym__alpha_identifier] = ACTIONS(4740), [anon_sym_AT] = ACTIONS(4742), [anon_sym_LBRACK] = ACTIONS(4742), @@ -164058,6 +164371,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(4742), [anon_sym_LPAREN] = ACTIONS(4742), [anon_sym_COMMA] = ACTIONS(4742), + [anon_sym_by] = ACTIONS(4740), [anon_sym_LT] = ACTIONS(4740), [anon_sym_GT] = ACTIONS(4740), [anon_sym_where] = ACTIONS(4740), @@ -164145,7 +164459,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer_literal] = ACTIONS(4740), [sym_hex_literal] = ACTIONS(4742), [sym_bin_literal] = ACTIONS(4742), - [anon_sym_L] = ACTIONS(4744), [anon_sym_true] = ACTIONS(4740), [anon_sym_false] = ACTIONS(4740), [anon_sym_SQUOTE] = ACTIONS(4742), @@ -164155,56 +164468,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4742), }, - [996] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2107), - [sym__comparison_operator] = STATE(2105), - [sym__in_operator] = STATE(2101), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2094), - [sym__multiplicative_operator] = STATE(2093), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2078), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [999] = { + [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_by] = ACTIONS(4744), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4746), + [anon_sym_super_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), + }, + [1000] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2102), + [sym__comparison_operator] = STATE(2099), + [sym__in_operator] = STATE(2098), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2096), + [sym__multiplicative_operator] = STATE(2090), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2089), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), [anon_sym_EQ] = ACTIONS(3121), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_RBRACE] = ACTIONS(3123), - [anon_sym_LPAREN] = ACTIONS(4593), + [anon_sym_LPAREN] = ACTIONS(4515), [anon_sym_COMMA] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4595), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), [anon_sym_where] = ACTIONS(3121), [anon_sym_object] = ACTIONS(3121), [anon_sym_fun] = ACTIONS(3121), - [anon_sym_DOT] = ACTIONS(4597), + [anon_sym_DOT] = ACTIONS(4519), [anon_sym_SEMI] = ACTIONS(3123), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_this] = ACTIONS(3121), [anon_sym_super] = ACTIONS(3121), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(4603), - [anon_sym_DOT_DOT] = ACTIONS(4605), - [anon_sym_QMARK_COLON] = ACTIONS(4607), - [anon_sym_AMP_AMP] = ACTIONS(4609), - [anon_sym_PIPE_PIPE] = ACTIONS(4611), + [anon_sym_STAR] = ACTIONS(4521), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(4527), + [anon_sym_QMARK_COLON] = ACTIONS(4529), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), [anon_sym_null] = ACTIONS(3121), [anon_sym_if] = ACTIONS(3121), [anon_sym_else] = ACTIONS(3121), @@ -164214,35 +164634,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(3121), [anon_sym_continue] = ACTIONS(3121), [anon_sym_break] = ACTIONS(3121), - [anon_sym_COLON_COLON] = ACTIONS(4613), + [anon_sym_COLON_COLON] = ACTIONS(4535), [anon_sym_PLUS_EQ] = ACTIONS(3123), [anon_sym_DASH_EQ] = ACTIONS(3123), [anon_sym_STAR_EQ] = ACTIONS(3123), [anon_sym_SLASH_EQ] = ACTIONS(3123), [anon_sym_PERCENT_EQ] = ACTIONS(3123), - [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(4619), - [anon_sym_GT_EQ] = ACTIONS(4619), - [anon_sym_BANGin] = ACTIONS(4621), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(4627), - [anon_sym_DASH] = ACTIONS(4627), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(4549), + [anon_sym_DASH] = ACTIONS(4549), + [anon_sym_SLASH] = ACTIONS(4521), + [anon_sym_PERCENT] = ACTIONS(4521), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(3123), [anon_sym_continue_AT] = ACTIONS(3123), @@ -164258,335 +164678,227 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE] = ACTIONS(3123), [sym__backtick_identifier] = ACTIONS(1788), [sym__automatic_semicolon] = ACTIONS(3123), - [sym_safe_nav] = ACTIONS(4613), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3123), }, - [997] = { - [sym__alpha_identifier] = ACTIONS(4746), - [anon_sym_AT] = ACTIONS(4748), - [anon_sym_COLON] = ACTIONS(4746), - [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(4748), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4748), - [anon_sym_super_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), - }, - [998] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(952), - [sym__alpha_identifier] = ACTIONS(4736), - [anon_sym_AT] = ACTIONS(4738), - [anon_sym_LBRACK] = ACTIONS(4738), - [anon_sym_as] = ACTIONS(4736), - [anon_sym_EQ] = ACTIONS(4736), - [anon_sym_LBRACE] = ACTIONS(4738), - [anon_sym_RBRACE] = ACTIONS(4738), - [anon_sym_LPAREN] = ACTIONS(4738), - [anon_sym_COMMA] = ACTIONS(4738), - [anon_sym_LT] = ACTIONS(4736), - [anon_sym_GT] = ACTIONS(4736), - [anon_sym_where] = ACTIONS(4736), - [anon_sym_object] = ACTIONS(4736), - [anon_sym_fun] = ACTIONS(4736), - [anon_sym_DOT] = ACTIONS(4736), - [anon_sym_SEMI] = ACTIONS(4738), - [anon_sym_get] = ACTIONS(4736), - [anon_sym_set] = ACTIONS(4736), - [anon_sym_this] = ACTIONS(4736), - [anon_sym_super] = ACTIONS(4736), - [anon_sym_STAR] = ACTIONS(4736), - [sym_label] = ACTIONS(4736), - [anon_sym_in] = ACTIONS(4736), - [anon_sym_DOT_DOT] = ACTIONS(4738), - [anon_sym_QMARK_COLON] = ACTIONS(4738), - [anon_sym_AMP_AMP] = ACTIONS(4738), - [anon_sym_PIPE_PIPE] = ACTIONS(4738), - [anon_sym_null] = ACTIONS(4736), - [anon_sym_if] = ACTIONS(4736), - [anon_sym_else] = ACTIONS(4736), - [anon_sym_when] = ACTIONS(4736), - [anon_sym_try] = ACTIONS(4736), - [anon_sym_throw] = ACTIONS(4736), - [anon_sym_return] = ACTIONS(4736), - [anon_sym_continue] = ACTIONS(4736), - [anon_sym_break] = ACTIONS(4736), - [anon_sym_COLON_COLON] = ACTIONS(4738), - [anon_sym_PLUS_EQ] = ACTIONS(4738), - [anon_sym_DASH_EQ] = ACTIONS(4738), - [anon_sym_STAR_EQ] = ACTIONS(4738), - [anon_sym_SLASH_EQ] = ACTIONS(4738), - [anon_sym_PERCENT_EQ] = ACTIONS(4738), - [anon_sym_BANG_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4738), - [anon_sym_LT_EQ] = ACTIONS(4738), - [anon_sym_GT_EQ] = ACTIONS(4738), - [anon_sym_BANGin] = ACTIONS(4738), - [anon_sym_is] = ACTIONS(4736), - [anon_sym_BANGis] = ACTIONS(4738), - [anon_sym_PLUS] = ACTIONS(4736), - [anon_sym_DASH] = ACTIONS(4736), - [anon_sym_SLASH] = ACTIONS(4736), - [anon_sym_PERCENT] = ACTIONS(4736), - [anon_sym_as_QMARK] = ACTIONS(4738), - [anon_sym_PLUS_PLUS] = ACTIONS(4738), - [anon_sym_DASH_DASH] = ACTIONS(4738), - [anon_sym_BANG] = ACTIONS(4736), - [anon_sym_BANG_BANG] = ACTIONS(4738), - [anon_sym_suspend] = ACTIONS(4736), - [anon_sym_sealed] = ACTIONS(4736), - [anon_sym_annotation] = ACTIONS(4736), - [anon_sym_data] = ACTIONS(4736), - [anon_sym_inner] = ACTIONS(4736), - [anon_sym_value] = ACTIONS(4736), - [anon_sym_override] = ACTIONS(4736), - [anon_sym_lateinit] = ACTIONS(4736), - [anon_sym_public] = ACTIONS(4736), - [anon_sym_private] = ACTIONS(4736), - [anon_sym_internal] = ACTIONS(4736), - [anon_sym_protected] = ACTIONS(4736), - [anon_sym_tailrec] = ACTIONS(4736), - [anon_sym_operator] = ACTIONS(4736), - [anon_sym_infix] = ACTIONS(4736), - [anon_sym_inline] = ACTIONS(4736), - [anon_sym_external] = ACTIONS(4736), - [sym_property_modifier] = ACTIONS(4736), - [anon_sym_abstract] = ACTIONS(4736), - [anon_sym_final] = ACTIONS(4736), - [anon_sym_open] = ACTIONS(4736), - [anon_sym_vararg] = ACTIONS(4736), - [anon_sym_noinline] = ACTIONS(4736), - [anon_sym_crossinline] = ACTIONS(4736), - [anon_sym_expect] = ACTIONS(4736), - [anon_sym_actual] = ACTIONS(4736), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4738), - [anon_sym_continue_AT] = ACTIONS(4738), - [anon_sym_break_AT] = ACTIONS(4738), - [anon_sym_this_AT] = ACTIONS(4738), - [anon_sym_super_AT] = ACTIONS(4738), - [sym_real_literal] = ACTIONS(4738), - [sym_integer_literal] = ACTIONS(4736), - [sym_hex_literal] = ACTIONS(4738), - [sym_bin_literal] = ACTIONS(4738), - [anon_sym_true] = ACTIONS(4736), - [anon_sym_false] = ACTIONS(4736), - [anon_sym_SQUOTE] = ACTIONS(4738), - [sym__backtick_identifier] = ACTIONS(4738), - [sym__automatic_semicolon] = ACTIONS(4738), - [sym_safe_nav] = ACTIONS(4738), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4738), + [1001] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2102), + [sym__comparison_operator] = STATE(2099), + [sym__in_operator] = STATE(2098), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2096), + [sym__multiplicative_operator] = STATE(2090), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2089), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3150), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3152), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3152), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4517), + [anon_sym_where] = ACTIONS(3150), + [anon_sym_object] = ACTIONS(3150), + [anon_sym_fun] = ACTIONS(3150), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3150), + [anon_sym_super] = ACTIONS(3150), + [anon_sym_STAR] = ACTIONS(4521), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(4525), + [anon_sym_DOT_DOT] = ACTIONS(4527), + [anon_sym_QMARK_COLON] = ACTIONS(4529), + [anon_sym_AMP_AMP] = ACTIONS(4531), + [anon_sym_PIPE_PIPE] = ACTIONS(4533), + [anon_sym_null] = ACTIONS(3150), + [anon_sym_if] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_when] = ACTIONS(3150), + [anon_sym_try] = ACTIONS(3150), + [anon_sym_throw] = ACTIONS(3150), + [anon_sym_return] = ACTIONS(3150), + [anon_sym_continue] = ACTIONS(3150), + [anon_sym_break] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3152), + [anon_sym_DASH_EQ] = ACTIONS(3152), + [anon_sym_STAR_EQ] = ACTIONS(3152), + [anon_sym_SLASH_EQ] = ACTIONS(3152), + [anon_sym_PERCENT_EQ] = ACTIONS(3152), + [anon_sym_BANG_EQ] = ACTIONS(4537), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4539), + [anon_sym_EQ_EQ] = ACTIONS(4537), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4539), + [anon_sym_LT_EQ] = ACTIONS(4541), + [anon_sym_GT_EQ] = ACTIONS(4541), + [anon_sym_BANGin] = ACTIONS(4543), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(4549), + [anon_sym_DASH] = ACTIONS(4549), + [anon_sym_SLASH] = ACTIONS(4521), + [anon_sym_PERCENT] = ACTIONS(4521), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3152), + [anon_sym_continue_AT] = ACTIONS(3152), + [anon_sym_break_AT] = ACTIONS(3152), + [anon_sym_this_AT] = ACTIONS(3152), + [anon_sym_super_AT] = ACTIONS(3152), + [sym_real_literal] = ACTIONS(3152), + [sym_integer_literal] = ACTIONS(3150), + [sym_hex_literal] = ACTIONS(3152), + [sym_bin_literal] = ACTIONS(3152), + [anon_sym_true] = ACTIONS(3150), + [anon_sym_false] = ACTIONS(3150), + [anon_sym_SQUOTE] = ACTIONS(3152), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3152), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3152), }, - [999] = { - [sym__alpha_identifier] = ACTIONS(4750), - [anon_sym_AT] = ACTIONS(4752), - [anon_sym_COLON] = ACTIONS(4750), - [anon_sym_LBRACK] = ACTIONS(4752), - [anon_sym_as] = ACTIONS(4750), - [anon_sym_EQ] = ACTIONS(4750), - [anon_sym_LBRACE] = ACTIONS(4752), - [anon_sym_RBRACE] = ACTIONS(4752), - [anon_sym_LPAREN] = ACTIONS(4752), - [anon_sym_COMMA] = ACTIONS(4752), - [anon_sym_LT] = ACTIONS(4750), - [anon_sym_GT] = ACTIONS(4750), - [anon_sym_where] = ACTIONS(4750), - [anon_sym_object] = ACTIONS(4750), - [anon_sym_fun] = ACTIONS(4750), - [anon_sym_DOT] = ACTIONS(4750), - [anon_sym_SEMI] = ACTIONS(4752), - [anon_sym_get] = ACTIONS(4750), - [anon_sym_set] = ACTIONS(4750), - [anon_sym_this] = ACTIONS(4750), - [anon_sym_super] = ACTIONS(4750), - [anon_sym_STAR] = ACTIONS(4750), - [sym_label] = ACTIONS(4750), - [anon_sym_in] = ACTIONS(4750), - [anon_sym_DOT_DOT] = ACTIONS(4752), - [anon_sym_QMARK_COLON] = ACTIONS(4752), - [anon_sym_AMP_AMP] = ACTIONS(4752), - [anon_sym_PIPE_PIPE] = ACTIONS(4752), - [anon_sym_null] = ACTIONS(4750), - [anon_sym_if] = ACTIONS(4750), - [anon_sym_else] = ACTIONS(4750), - [anon_sym_when] = ACTIONS(4750), - [anon_sym_try] = ACTIONS(4750), - [anon_sym_throw] = ACTIONS(4750), - [anon_sym_return] = ACTIONS(4750), - [anon_sym_continue] = ACTIONS(4750), - [anon_sym_break] = ACTIONS(4750), - [anon_sym_COLON_COLON] = ACTIONS(4752), - [anon_sym_PLUS_EQ] = ACTIONS(4752), - [anon_sym_DASH_EQ] = ACTIONS(4752), - [anon_sym_STAR_EQ] = ACTIONS(4752), - [anon_sym_SLASH_EQ] = ACTIONS(4752), - [anon_sym_PERCENT_EQ] = ACTIONS(4752), - [anon_sym_BANG_EQ] = ACTIONS(4750), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4752), - [anon_sym_EQ_EQ] = ACTIONS(4750), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4752), - [anon_sym_LT_EQ] = ACTIONS(4752), - [anon_sym_GT_EQ] = ACTIONS(4752), - [anon_sym_BANGin] = ACTIONS(4752), - [anon_sym_is] = ACTIONS(4750), - [anon_sym_BANGis] = ACTIONS(4752), - [anon_sym_PLUS] = ACTIONS(4750), - [anon_sym_DASH] = ACTIONS(4750), - [anon_sym_SLASH] = ACTIONS(4750), - [anon_sym_PERCENT] = ACTIONS(4750), - [anon_sym_as_QMARK] = ACTIONS(4752), - [anon_sym_PLUS_PLUS] = ACTIONS(4752), - [anon_sym_DASH_DASH] = ACTIONS(4752), - [anon_sym_BANG] = ACTIONS(4750), - [anon_sym_BANG_BANG] = ACTIONS(4752), - [anon_sym_suspend] = ACTIONS(4750), - [anon_sym_sealed] = ACTIONS(4750), - [anon_sym_annotation] = ACTIONS(4750), - [anon_sym_data] = ACTIONS(4750), - [anon_sym_inner] = ACTIONS(4750), - [anon_sym_value] = ACTIONS(4750), - [anon_sym_override] = ACTIONS(4750), - [anon_sym_lateinit] = ACTIONS(4750), - [anon_sym_public] = ACTIONS(4750), - [anon_sym_private] = ACTIONS(4750), - [anon_sym_internal] = ACTIONS(4750), - [anon_sym_protected] = ACTIONS(4750), - [anon_sym_tailrec] = ACTIONS(4750), - [anon_sym_operator] = ACTIONS(4750), - [anon_sym_infix] = ACTIONS(4750), - [anon_sym_inline] = ACTIONS(4750), - [anon_sym_external] = ACTIONS(4750), - [sym_property_modifier] = ACTIONS(4750), - [anon_sym_abstract] = ACTIONS(4750), - [anon_sym_final] = ACTIONS(4750), - [anon_sym_open] = ACTIONS(4750), - [anon_sym_vararg] = ACTIONS(4750), - [anon_sym_noinline] = ACTIONS(4750), - [anon_sym_crossinline] = ACTIONS(4750), - [anon_sym_expect] = ACTIONS(4750), - [anon_sym_actual] = ACTIONS(4750), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4752), - [anon_sym_continue_AT] = ACTIONS(4752), - [anon_sym_break_AT] = ACTIONS(4752), - [anon_sym_this_AT] = ACTIONS(4752), - [anon_sym_super_AT] = ACTIONS(4752), - [sym_real_literal] = ACTIONS(4752), - [sym_integer_literal] = ACTIONS(4750), - [sym_hex_literal] = ACTIONS(4752), - [sym_bin_literal] = ACTIONS(4752), - [anon_sym_true] = ACTIONS(4750), - [anon_sym_false] = ACTIONS(4750), - [anon_sym_SQUOTE] = ACTIONS(4752), - [sym__backtick_identifier] = ACTIONS(4752), - [sym__automatic_semicolon] = ACTIONS(4752), - [sym_safe_nav] = ACTIONS(4752), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4752), + [1002] = { + [sym__alpha_identifier] = ACTIONS(4748), + [anon_sym_AT] = ACTIONS(4751), + [anon_sym_LBRACK] = ACTIONS(4751), + [anon_sym_as] = ACTIONS(4748), + [anon_sym_EQ] = ACTIONS(4748), + [anon_sym_LBRACE] = ACTIONS(4751), + [anon_sym_RBRACE] = ACTIONS(4751), + [anon_sym_LPAREN] = ACTIONS(4751), + [anon_sym_COMMA] = ACTIONS(4751), + [anon_sym_by] = ACTIONS(4748), + [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(4751), + [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(4751), + [anon_sym_QMARK_COLON] = ACTIONS(4751), + [anon_sym_AMP_AMP] = ACTIONS(4751), + [anon_sym_PIPE_PIPE] = ACTIONS(4751), + [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(4751), + [anon_sym_PLUS_EQ] = ACTIONS(4751), + [anon_sym_DASH_EQ] = ACTIONS(4751), + [anon_sym_STAR_EQ] = ACTIONS(4751), + [anon_sym_SLASH_EQ] = ACTIONS(4751), + [anon_sym_PERCENT_EQ] = ACTIONS(4751), + [anon_sym_BANG_EQ] = ACTIONS(4748), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4751), + [anon_sym_EQ_EQ] = ACTIONS(4748), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4751), + [anon_sym_LT_EQ] = ACTIONS(4751), + [anon_sym_GT_EQ] = ACTIONS(4751), + [anon_sym_BANGin] = ACTIONS(4751), + [anon_sym_is] = ACTIONS(4748), + [anon_sym_BANGis] = ACTIONS(4751), + [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(4751), + [anon_sym_PLUS_PLUS] = ACTIONS(4751), + [anon_sym_DASH_DASH] = ACTIONS(4751), + [anon_sym_BANG] = ACTIONS(4748), + [anon_sym_BANG_BANG] = ACTIONS(4751), + [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_value] = 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(4751), + [anon_sym_continue_AT] = ACTIONS(4751), + [anon_sym_break_AT] = ACTIONS(4751), + [anon_sym_this_AT] = ACTIONS(4751), + [anon_sym_super_AT] = ACTIONS(4751), + [sym_real_literal] = ACTIONS(4751), + [sym_integer_literal] = ACTIONS(4748), + [sym_hex_literal] = ACTIONS(4751), + [sym_bin_literal] = ACTIONS(4751), + [anon_sym_true] = ACTIONS(4748), + [anon_sym_false] = ACTIONS(4748), + [anon_sym_SQUOTE] = ACTIONS(4751), + [sym__backtick_identifier] = ACTIONS(4751), + [sym__automatic_semicolon] = ACTIONS(4751), + [sym_safe_nav] = ACTIONS(4751), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4751), }, - [1000] = { + [1003] = { [sym__alpha_identifier] = ACTIONS(4754), [anon_sym_AT] = ACTIONS(4756), - [anon_sym_COLON] = ACTIONS(4754), [anon_sym_LBRACK] = ACTIONS(4756), [anon_sym_as] = ACTIONS(4754), [anon_sym_EQ] = ACTIONS(4754), @@ -164594,6 +164906,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(4756), [anon_sym_LPAREN] = ACTIONS(4756), [anon_sym_COMMA] = ACTIONS(4756), + [anon_sym_by] = ACTIONS(4754), [anon_sym_LT] = ACTIONS(4754), [anon_sym_GT] = ACTIONS(4754), [anon_sym_where] = ACTIONS(4754), @@ -164690,10 +165003,758 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4756), }, - [1001] = { + [1004] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2102), + [sym__comparison_operator] = STATE(2099), + [sym__in_operator] = STATE(2098), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2096), + [sym__multiplicative_operator] = STATE(2090), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2089), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3117), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3119), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3119), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3117), + [anon_sym_where] = ACTIONS(3117), + [anon_sym_object] = ACTIONS(3117), + [anon_sym_fun] = ACTIONS(3117), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3119), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3117), + [anon_sym_super] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(4521), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(4525), + [anon_sym_DOT_DOT] = ACTIONS(4527), + [anon_sym_QMARK_COLON] = ACTIONS(4529), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_null] = ACTIONS(3117), + [anon_sym_if] = ACTIONS(3117), + [anon_sym_else] = ACTIONS(3117), + [anon_sym_when] = ACTIONS(3117), + [anon_sym_try] = ACTIONS(3117), + [anon_sym_throw] = ACTIONS(3117), + [anon_sym_return] = ACTIONS(3117), + [anon_sym_continue] = ACTIONS(3117), + [anon_sym_break] = ACTIONS(3117), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3119), + [anon_sym_DASH_EQ] = ACTIONS(3119), + [anon_sym_STAR_EQ] = ACTIONS(3119), + [anon_sym_SLASH_EQ] = ACTIONS(3119), + [anon_sym_PERCENT_EQ] = ACTIONS(3119), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(4543), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(4549), + [anon_sym_DASH] = ACTIONS(4549), + [anon_sym_SLASH] = ACTIONS(4521), + [anon_sym_PERCENT] = ACTIONS(4521), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3117), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3119), + [anon_sym_continue_AT] = ACTIONS(3119), + [anon_sym_break_AT] = ACTIONS(3119), + [anon_sym_this_AT] = ACTIONS(3119), + [anon_sym_super_AT] = ACTIONS(3119), + [sym_real_literal] = ACTIONS(3119), + [sym_integer_literal] = ACTIONS(3117), + [sym_hex_literal] = ACTIONS(3119), + [sym_bin_literal] = ACTIONS(3119), + [anon_sym_true] = ACTIONS(3117), + [anon_sym_false] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3119), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3119), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3119), + }, + [1005] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2102), + [sym__comparison_operator] = STATE(2099), + [sym__in_operator] = STATE(2098), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2096), + [sym__multiplicative_operator] = STATE(2090), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2089), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3113), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4517), + [anon_sym_where] = ACTIONS(3113), + [anon_sym_object] = ACTIONS(3113), + [anon_sym_fun] = ACTIONS(3113), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3113), + [anon_sym_super] = ACTIONS(3113), + [anon_sym_STAR] = ACTIONS(4521), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(4525), + [anon_sym_DOT_DOT] = ACTIONS(4527), + [anon_sym_QMARK_COLON] = ACTIONS(4529), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_null] = ACTIONS(3113), + [anon_sym_if] = ACTIONS(3113), + [anon_sym_else] = ACTIONS(3113), + [anon_sym_when] = ACTIONS(3113), + [anon_sym_try] = ACTIONS(3113), + [anon_sym_throw] = ACTIONS(3113), + [anon_sym_return] = ACTIONS(3113), + [anon_sym_continue] = ACTIONS(3113), + [anon_sym_break] = ACTIONS(3113), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3115), + [anon_sym_DASH_EQ] = ACTIONS(3115), + [anon_sym_STAR_EQ] = ACTIONS(3115), + [anon_sym_SLASH_EQ] = ACTIONS(3115), + [anon_sym_PERCENT_EQ] = ACTIONS(3115), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(4541), + [anon_sym_GT_EQ] = ACTIONS(4541), + [anon_sym_BANGin] = ACTIONS(4543), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(4549), + [anon_sym_DASH] = ACTIONS(4549), + [anon_sym_SLASH] = ACTIONS(4521), + [anon_sym_PERCENT] = ACTIONS(4521), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3115), + [anon_sym_continue_AT] = ACTIONS(3115), + [anon_sym_break_AT] = ACTIONS(3115), + [anon_sym_this_AT] = ACTIONS(3115), + [anon_sym_super_AT] = ACTIONS(3115), + [sym_real_literal] = ACTIONS(3115), + [sym_integer_literal] = ACTIONS(3113), + [sym_hex_literal] = ACTIONS(3115), + [sym_bin_literal] = ACTIONS(3115), + [anon_sym_true] = ACTIONS(3113), + [anon_sym_false] = ACTIONS(3113), + [anon_sym_SQUOTE] = ACTIONS(3115), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3115), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3115), + }, + [1006] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2102), + [sym__comparison_operator] = STATE(2099), + [sym__in_operator] = STATE(2098), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2096), + [sym__multiplicative_operator] = STATE(2090), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2089), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3105), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3107), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4517), + [anon_sym_where] = ACTIONS(3105), + [anon_sym_object] = ACTIONS(3105), + [anon_sym_fun] = ACTIONS(3105), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3105), + [anon_sym_super] = ACTIONS(3105), + [anon_sym_STAR] = ACTIONS(4521), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(4525), + [anon_sym_DOT_DOT] = ACTIONS(4527), + [anon_sym_QMARK_COLON] = ACTIONS(4529), + [anon_sym_AMP_AMP] = ACTIONS(4531), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_null] = ACTIONS(3105), + [anon_sym_if] = ACTIONS(3105), + [anon_sym_else] = ACTIONS(3105), + [anon_sym_when] = ACTIONS(3105), + [anon_sym_try] = ACTIONS(3105), + [anon_sym_throw] = ACTIONS(3105), + [anon_sym_return] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3105), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3107), + [anon_sym_DASH_EQ] = ACTIONS(3107), + [anon_sym_STAR_EQ] = ACTIONS(3107), + [anon_sym_SLASH_EQ] = ACTIONS(3107), + [anon_sym_PERCENT_EQ] = ACTIONS(3107), + [anon_sym_BANG_EQ] = ACTIONS(4537), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4539), + [anon_sym_EQ_EQ] = ACTIONS(4537), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4539), + [anon_sym_LT_EQ] = ACTIONS(4541), + [anon_sym_GT_EQ] = ACTIONS(4541), + [anon_sym_BANGin] = ACTIONS(4543), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(4549), + [anon_sym_DASH] = ACTIONS(4549), + [anon_sym_SLASH] = ACTIONS(4521), + [anon_sym_PERCENT] = ACTIONS(4521), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3105), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3107), + [anon_sym_continue_AT] = ACTIONS(3107), + [anon_sym_break_AT] = ACTIONS(3107), + [anon_sym_this_AT] = ACTIONS(3107), + [anon_sym_super_AT] = ACTIONS(3107), + [sym_real_literal] = ACTIONS(3107), + [sym_integer_literal] = ACTIONS(3105), + [sym_hex_literal] = ACTIONS(3107), + [sym_bin_literal] = ACTIONS(3107), + [anon_sym_true] = ACTIONS(3105), + [anon_sym_false] = ACTIONS(3105), + [anon_sym_SQUOTE] = ACTIONS(3107), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3107), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3107), + }, + [1007] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2102), + [sym__comparison_operator] = STATE(2099), + [sym__in_operator] = STATE(2098), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2096), + [sym__multiplicative_operator] = STATE(2090), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2089), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3101), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3103), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4517), + [anon_sym_where] = ACTIONS(3101), + [anon_sym_object] = ACTIONS(3101), + [anon_sym_fun] = ACTIONS(3101), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3101), + [anon_sym_super] = ACTIONS(3101), + [anon_sym_STAR] = ACTIONS(4521), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(4525), + [anon_sym_DOT_DOT] = ACTIONS(4527), + [anon_sym_QMARK_COLON] = ACTIONS(4529), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_null] = ACTIONS(3101), + [anon_sym_if] = ACTIONS(3101), + [anon_sym_else] = ACTIONS(3101), + [anon_sym_when] = ACTIONS(3101), + [anon_sym_try] = ACTIONS(3101), + [anon_sym_throw] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3101), + [anon_sym_continue] = ACTIONS(3101), + [anon_sym_break] = ACTIONS(3101), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3103), + [anon_sym_DASH_EQ] = ACTIONS(3103), + [anon_sym_STAR_EQ] = ACTIONS(3103), + [anon_sym_SLASH_EQ] = ACTIONS(3103), + [anon_sym_PERCENT_EQ] = ACTIONS(3103), + [anon_sym_BANG_EQ] = ACTIONS(4537), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4539), + [anon_sym_EQ_EQ] = ACTIONS(4537), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4539), + [anon_sym_LT_EQ] = ACTIONS(4541), + [anon_sym_GT_EQ] = ACTIONS(4541), + [anon_sym_BANGin] = ACTIONS(4543), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(4549), + [anon_sym_DASH] = ACTIONS(4549), + [anon_sym_SLASH] = ACTIONS(4521), + [anon_sym_PERCENT] = ACTIONS(4521), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3101), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3103), + [anon_sym_continue_AT] = ACTIONS(3103), + [anon_sym_break_AT] = ACTIONS(3103), + [anon_sym_this_AT] = ACTIONS(3103), + [anon_sym_super_AT] = ACTIONS(3103), + [sym_real_literal] = ACTIONS(3103), + [sym_integer_literal] = ACTIONS(3101), + [sym_hex_literal] = ACTIONS(3103), + [sym_bin_literal] = ACTIONS(3103), + [anon_sym_true] = ACTIONS(3101), + [anon_sym_false] = ACTIONS(3101), + [anon_sym_SQUOTE] = ACTIONS(3103), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3103), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3103), + }, + [1008] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2102), + [sym__comparison_operator] = STATE(2099), + [sym__in_operator] = STATE(2098), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2096), + [sym__multiplicative_operator] = STATE(2090), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2089), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3178), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3180), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3180), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_where] = ACTIONS(3178), + [anon_sym_object] = ACTIONS(3178), + [anon_sym_fun] = ACTIONS(3178), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3178), + [anon_sym_super] = ACTIONS(3178), + [anon_sym_STAR] = ACTIONS(4521), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_DOT_DOT] = ACTIONS(4527), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_null] = ACTIONS(3178), + [anon_sym_if] = ACTIONS(3178), + [anon_sym_else] = ACTIONS(3178), + [anon_sym_when] = ACTIONS(3178), + [anon_sym_try] = ACTIONS(3178), + [anon_sym_throw] = ACTIONS(3178), + [anon_sym_return] = ACTIONS(3178), + [anon_sym_continue] = ACTIONS(3178), + [anon_sym_break] = ACTIONS(3178), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3180), + [anon_sym_DASH_EQ] = ACTIONS(3180), + [anon_sym_STAR_EQ] = ACTIONS(3180), + [anon_sym_SLASH_EQ] = ACTIONS(3180), + [anon_sym_PERCENT_EQ] = ACTIONS(3180), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), + [anon_sym_PLUS] = ACTIONS(4549), + [anon_sym_DASH] = ACTIONS(4549), + [anon_sym_SLASH] = ACTIONS(4521), + [anon_sym_PERCENT] = ACTIONS(4521), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3178), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3180), + [anon_sym_continue_AT] = ACTIONS(3180), + [anon_sym_break_AT] = ACTIONS(3180), + [anon_sym_this_AT] = ACTIONS(3180), + [anon_sym_super_AT] = ACTIONS(3180), + [sym_real_literal] = ACTIONS(3180), + [sym_integer_literal] = ACTIONS(3178), + [sym_hex_literal] = ACTIONS(3180), + [sym_bin_literal] = ACTIONS(3180), + [anon_sym_true] = ACTIONS(3178), + [anon_sym_false] = ACTIONS(3178), + [anon_sym_SQUOTE] = ACTIONS(3180), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3180), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3180), + }, + [1009] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2102), + [sym__comparison_operator] = STATE(2099), + [sym__in_operator] = STATE(2098), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2096), + [sym__multiplicative_operator] = STATE(2090), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2089), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(3185), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3185), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_where] = ACTIONS(3185), + [anon_sym_object] = ACTIONS(3185), + [anon_sym_fun] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_this] = ACTIONS(3185), + [anon_sym_super] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(4521), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_null] = ACTIONS(3185), + [anon_sym_if] = ACTIONS(3185), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_when] = ACTIONS(3185), + [anon_sym_try] = ACTIONS(3185), + [anon_sym_throw] = ACTIONS(3185), + [anon_sym_return] = ACTIONS(3185), + [anon_sym_continue] = ACTIONS(3185), + [anon_sym_break] = ACTIONS(3185), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3187), + [anon_sym_DASH_EQ] = ACTIONS(3187), + [anon_sym_STAR_EQ] = ACTIONS(3187), + [anon_sym_SLASH_EQ] = ACTIONS(3187), + [anon_sym_PERCENT_EQ] = ACTIONS(3187), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(4549), + [anon_sym_DASH] = ACTIONS(4549), + [anon_sym_SLASH] = ACTIONS(4521), + [anon_sym_PERCENT] = ACTIONS(4521), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3185), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3187), + [anon_sym_continue_AT] = ACTIONS(3187), + [anon_sym_break_AT] = ACTIONS(3187), + [anon_sym_this_AT] = ACTIONS(3187), + [anon_sym_super_AT] = ACTIONS(3187), + [sym_real_literal] = ACTIONS(3187), + [sym_integer_literal] = ACTIONS(3185), + [sym_hex_literal] = ACTIONS(3187), + [sym_bin_literal] = ACTIONS(3187), + [anon_sym_true] = ACTIONS(3185), + [anon_sym_false] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3187), + [sym__backtick_identifier] = ACTIONS(3187), + [sym__automatic_semicolon] = ACTIONS(3187), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3187), + }, + [1010] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2102), + [sym__comparison_operator] = STATE(2099), + [sym__in_operator] = STATE(2098), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2096), + [sym__multiplicative_operator] = STATE(2090), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2089), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(3088), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3090), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_where] = ACTIONS(3088), + [anon_sym_object] = ACTIONS(3088), + [anon_sym_fun] = ACTIONS(3088), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_this] = ACTIONS(3088), + [anon_sym_super] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(4521), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_DOT_DOT] = ACTIONS(4527), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_null] = ACTIONS(3088), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_else] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(3088), + [anon_sym_try] = ACTIONS(3088), + [anon_sym_throw] = ACTIONS(3088), + [anon_sym_return] = ACTIONS(3088), + [anon_sym_continue] = ACTIONS(3088), + [anon_sym_break] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3090), + [anon_sym_DASH_EQ] = ACTIONS(3090), + [anon_sym_STAR_EQ] = ACTIONS(3090), + [anon_sym_SLASH_EQ] = ACTIONS(3090), + [anon_sym_PERCENT_EQ] = ACTIONS(3090), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), + [anon_sym_PLUS] = ACTIONS(4549), + [anon_sym_DASH] = ACTIONS(4549), + [anon_sym_SLASH] = ACTIONS(4521), + [anon_sym_PERCENT] = ACTIONS(4521), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3088), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3090), + [anon_sym_continue_AT] = ACTIONS(3090), + [anon_sym_break_AT] = ACTIONS(3090), + [anon_sym_this_AT] = ACTIONS(3090), + [anon_sym_super_AT] = ACTIONS(3090), + [sym_real_literal] = ACTIONS(3090), + [sym_integer_literal] = ACTIONS(3088), + [sym_hex_literal] = ACTIONS(3090), + [sym_bin_literal] = ACTIONS(3090), + [anon_sym_true] = ACTIONS(3088), + [anon_sym_false] = ACTIONS(3088), + [anon_sym_SQUOTE] = ACTIONS(3090), + [sym__backtick_identifier] = ACTIONS(3090), + [sym__automatic_semicolon] = ACTIONS(3090), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3090), + }, + [1011] = { [sym__alpha_identifier] = ACTIONS(4758), [anon_sym_AT] = ACTIONS(4760), - [anon_sym_COLON] = ACTIONS(4758), [anon_sym_LBRACK] = ACTIONS(4760), [anon_sym_as] = ACTIONS(4758), [anon_sym_EQ] = ACTIONS(4758), @@ -164701,6 +165762,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(4760), [anon_sym_LPAREN] = ACTIONS(4760), [anon_sym_COMMA] = ACTIONS(4760), + [anon_sym_by] = ACTIONS(4758), [anon_sym_LT] = ACTIONS(4758), [anon_sym_GT] = ACTIONS(4758), [anon_sym_where] = ACTIONS(4758), @@ -164797,238 +165859,342 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4760), }, - [1002] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2107), - [sym__comparison_operator] = STATE(2105), - [sym__in_operator] = STATE(2101), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2094), - [sym__multiplicative_operator] = STATE(2093), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2078), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), + [1012] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2102), + [sym__comparison_operator] = STATE(2099), + [sym__in_operator] = STATE(2098), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2096), + [sym__multiplicative_operator] = STATE(2090), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2089), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(3135), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3160), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3160), - [anon_sym_super] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(4605), - [anon_sym_QMARK_COLON] = ACTIONS(4607), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [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(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3162), - [anon_sym_DASH_EQ] = ACTIONS(3162), - [anon_sym_STAR_EQ] = ACTIONS(3162), - [anon_sym_SLASH_EQ] = ACTIONS(3162), - [anon_sym_PERCENT_EQ] = ACTIONS(3162), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(4627), - [anon_sym_DASH] = ACTIONS(4627), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3162), - [anon_sym_continue_AT] = ACTIONS(3162), - [anon_sym_break_AT] = ACTIONS(3162), - [anon_sym_this_AT] = ACTIONS(3162), - [anon_sym_super_AT] = ACTIONS(3162), - [sym_real_literal] = ACTIONS(3162), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3162), - [sym_bin_literal] = ACTIONS(3162), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3162), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3162), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3162), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3135), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_where] = ACTIONS(3135), + [anon_sym_object] = ACTIONS(3135), + [anon_sym_fun] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_this] = ACTIONS(3135), + [anon_sym_super] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3135), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_null] = ACTIONS(3135), + [anon_sym_if] = ACTIONS(3135), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_when] = ACTIONS(3135), + [anon_sym_try] = ACTIONS(3135), + [anon_sym_throw] = ACTIONS(3135), + [anon_sym_return] = ACTIONS(3135), + [anon_sym_continue] = ACTIONS(3135), + [anon_sym_break] = ACTIONS(3135), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3137), + [anon_sym_DASH_EQ] = ACTIONS(3137), + [anon_sym_STAR_EQ] = ACTIONS(3137), + [anon_sym_SLASH_EQ] = ACTIONS(3137), + [anon_sym_PERCENT_EQ] = ACTIONS(3137), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3135), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3135), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3137), + [anon_sym_continue_AT] = ACTIONS(3137), + [anon_sym_break_AT] = ACTIONS(3137), + [anon_sym_this_AT] = ACTIONS(3137), + [anon_sym_super_AT] = ACTIONS(3137), + [sym_real_literal] = ACTIONS(3137), + [sym_integer_literal] = ACTIONS(3135), + [sym_hex_literal] = ACTIONS(3137), + [sym_bin_literal] = ACTIONS(3137), + [anon_sym_true] = ACTIONS(3135), + [anon_sym_false] = ACTIONS(3135), + [anon_sym_SQUOTE] = ACTIONS(3137), + [sym__backtick_identifier] = ACTIONS(3137), + [sym__automatic_semicolon] = ACTIONS(3137), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3137), }, - [1003] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2107), - [sym__comparison_operator] = STATE(2105), - [sym__in_operator] = STATE(2101), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2094), - [sym__multiplicative_operator] = STATE(2093), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2078), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3144), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3146), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_where] = ACTIONS(3144), - [anon_sym_object] = ACTIONS(3144), - [anon_sym_fun] = ACTIONS(3144), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3144), - [anon_sym_super] = ACTIONS(3144), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(4603), - [anon_sym_DOT_DOT] = ACTIONS(4605), - [anon_sym_QMARK_COLON] = ACTIONS(4607), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_null] = ACTIONS(3144), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_when] = ACTIONS(3144), - [anon_sym_try] = ACTIONS(3144), - [anon_sym_throw] = ACTIONS(3144), - [anon_sym_return] = ACTIONS(3144), - [anon_sym_continue] = ACTIONS(3144), - [anon_sym_break] = ACTIONS(3144), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3146), - [anon_sym_DASH_EQ] = ACTIONS(3146), - [anon_sym_STAR_EQ] = ACTIONS(3146), - [anon_sym_SLASH_EQ] = ACTIONS(3146), - [anon_sym_PERCENT_EQ] = ACTIONS(3146), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(4621), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(4627), - [anon_sym_DASH] = ACTIONS(4627), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3144), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3146), - [anon_sym_continue_AT] = ACTIONS(3146), - [anon_sym_break_AT] = ACTIONS(3146), - [anon_sym_this_AT] = ACTIONS(3146), - [anon_sym_super_AT] = ACTIONS(3146), - [sym_real_literal] = ACTIONS(3146), - [sym_integer_literal] = ACTIONS(3144), - [sym_hex_literal] = ACTIONS(3146), - [sym_bin_literal] = ACTIONS(3146), - [anon_sym_true] = ACTIONS(3144), - [anon_sym_false] = ACTIONS(3144), - [anon_sym_SQUOTE] = ACTIONS(3146), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3146), - [sym_safe_nav] = ACTIONS(4613), + [1013] = { + [sym__alpha_identifier] = ACTIONS(4004), + [anon_sym_AT] = ACTIONS(4006), + [anon_sym_LBRACK] = ACTIONS(4006), + [anon_sym_as] = ACTIONS(4004), + [anon_sym_EQ] = ACTIONS(4004), + [anon_sym_LBRACE] = ACTIONS(4006), + [anon_sym_RBRACE] = ACTIONS(4006), + [anon_sym_LPAREN] = ACTIONS(4006), + [anon_sym_COMMA] = ACTIONS(4006), + [anon_sym_LT] = ACTIONS(4004), + [anon_sym_GT] = ACTIONS(4004), + [anon_sym_where] = ACTIONS(4004), + [anon_sym_object] = ACTIONS(4004), + [anon_sym_fun] = ACTIONS(4004), + [anon_sym_DOT] = ACTIONS(4004), + [anon_sym_SEMI] = ACTIONS(4006), + [anon_sym_get] = ACTIONS(4004), + [anon_sym_set] = ACTIONS(4004), + [anon_sym_this] = ACTIONS(4004), + [anon_sym_super] = ACTIONS(4004), + [anon_sym_STAR] = ACTIONS(4004), + [sym_label] = ACTIONS(4004), + [anon_sym_in] = ACTIONS(4004), + [anon_sym_DOT_DOT] = ACTIONS(4006), + [anon_sym_QMARK_COLON] = ACTIONS(4006), + [anon_sym_AMP_AMP] = ACTIONS(4006), + [anon_sym_PIPE_PIPE] = ACTIONS(4006), + [anon_sym_null] = ACTIONS(4004), + [anon_sym_if] = ACTIONS(4004), + [anon_sym_else] = ACTIONS(4004), + [anon_sym_when] = ACTIONS(4004), + [anon_sym_try] = ACTIONS(4004), + [anon_sym_throw] = ACTIONS(4004), + [anon_sym_return] = ACTIONS(4004), + [anon_sym_continue] = ACTIONS(4004), + [anon_sym_break] = ACTIONS(4004), + [anon_sym_COLON_COLON] = ACTIONS(4006), + [anon_sym_PLUS_EQ] = ACTIONS(4006), + [anon_sym_DASH_EQ] = ACTIONS(4006), + [anon_sym_STAR_EQ] = ACTIONS(4006), + [anon_sym_SLASH_EQ] = ACTIONS(4006), + [anon_sym_PERCENT_EQ] = ACTIONS(4006), + [anon_sym_BANG_EQ] = ACTIONS(4004), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4006), + [anon_sym_EQ_EQ] = ACTIONS(4004), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4006), + [anon_sym_LT_EQ] = ACTIONS(4006), + [anon_sym_GT_EQ] = ACTIONS(4006), + [anon_sym_BANGin] = ACTIONS(4006), + [anon_sym_is] = ACTIONS(4004), + [anon_sym_BANGis] = ACTIONS(4006), + [anon_sym_PLUS] = ACTIONS(4004), + [anon_sym_DASH] = ACTIONS(4004), + [anon_sym_SLASH] = ACTIONS(4004), + [anon_sym_PERCENT] = ACTIONS(4004), + [anon_sym_as_QMARK] = ACTIONS(4006), + [anon_sym_PLUS_PLUS] = ACTIONS(4006), + [anon_sym_DASH_DASH] = ACTIONS(4006), + [anon_sym_BANG] = ACTIONS(4004), + [anon_sym_BANG_BANG] = ACTIONS(4006), + [anon_sym_suspend] = ACTIONS(4004), + [anon_sym_sealed] = ACTIONS(4004), + [anon_sym_annotation] = ACTIONS(4004), + [anon_sym_data] = ACTIONS(4004), + [anon_sym_inner] = ACTIONS(4004), + [anon_sym_value] = ACTIONS(4004), + [anon_sym_override] = ACTIONS(4004), + [anon_sym_lateinit] = ACTIONS(4004), + [anon_sym_public] = ACTIONS(4004), + [anon_sym_private] = ACTIONS(4004), + [anon_sym_internal] = ACTIONS(4004), + [anon_sym_protected] = ACTIONS(4004), + [anon_sym_tailrec] = ACTIONS(4004), + [anon_sym_operator] = ACTIONS(4004), + [anon_sym_infix] = ACTIONS(4004), + [anon_sym_inline] = ACTIONS(4004), + [anon_sym_external] = ACTIONS(4004), + [sym_property_modifier] = ACTIONS(4004), + [anon_sym_abstract] = ACTIONS(4004), + [anon_sym_final] = ACTIONS(4004), + [anon_sym_open] = ACTIONS(4004), + [anon_sym_vararg] = ACTIONS(4004), + [anon_sym_noinline] = ACTIONS(4004), + [anon_sym_crossinline] = ACTIONS(4004), + [anon_sym_expect] = ACTIONS(4004), + [anon_sym_actual] = ACTIONS(4004), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4006), + [anon_sym_continue_AT] = ACTIONS(4006), + [anon_sym_break_AT] = ACTIONS(4006), + [anon_sym_this_AT] = ACTIONS(4006), + [anon_sym_super_AT] = ACTIONS(4006), + [sym_real_literal] = ACTIONS(4006), + [sym_integer_literal] = ACTIONS(4004), + [sym_hex_literal] = ACTIONS(4006), + [sym_bin_literal] = ACTIONS(4006), + [anon_sym_true] = ACTIONS(4004), + [anon_sym_false] = ACTIONS(4004), + [anon_sym_SQUOTE] = ACTIONS(4006), + [sym__backtick_identifier] = ACTIONS(4006), + [sym__automatic_semicolon] = ACTIONS(4006), + [sym_safe_nav] = ACTIONS(4006), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3146), + [sym__string_start] = ACTIONS(4006), }, - [1004] = { + [1014] = { + [sym_function_body] = STATE(1132), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_object] = ACTIONS(4323), + [anon_sym_fun] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_this] = ACTIONS(4323), + [anon_sym_super] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [sym_label] = ACTIONS(4323), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_null] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_when] = ACTIONS(4323), + [anon_sym_try] = ACTIONS(4323), + [anon_sym_throw] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4325), + [anon_sym_continue_AT] = ACTIONS(4325), + [anon_sym_break_AT] = ACTIONS(4325), + [anon_sym_this_AT] = ACTIONS(4325), + [anon_sym_super_AT] = ACTIONS(4325), + [sym_real_literal] = ACTIONS(4325), + [sym_integer_literal] = ACTIONS(4323), + [sym_hex_literal] = ACTIONS(4325), + [sym_bin_literal] = ACTIONS(4325), + [anon_sym_true] = ACTIONS(4323), + [anon_sym_false] = ACTIONS(4323), + [anon_sym_SQUOTE] = ACTIONS(4325), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4325), + }, + [1015] = { [sym__alpha_identifier] = ACTIONS(4762), - [anon_sym_AT] = ACTIONS(4765), - [anon_sym_LBRACK] = ACTIONS(4765), + [anon_sym_AT] = ACTIONS(4764), + [anon_sym_LBRACK] = ACTIONS(4764), [anon_sym_as] = ACTIONS(4762), [anon_sym_EQ] = ACTIONS(4762), - [anon_sym_LBRACE] = ACTIONS(4765), - [anon_sym_RBRACE] = ACTIONS(4765), - [anon_sym_LPAREN] = ACTIONS(4765), - [anon_sym_COMMA] = ACTIONS(4765), - [anon_sym_by] = ACTIONS(4762), + [anon_sym_LBRACE] = ACTIONS(4764), + [anon_sym_RBRACE] = ACTIONS(4764), + [anon_sym_LPAREN] = ACTIONS(4764), + [anon_sym_COMMA] = ACTIONS(4764), [anon_sym_LT] = ACTIONS(4762), [anon_sym_GT] = ACTIONS(4762), [anon_sym_where] = ACTIONS(4762), [anon_sym_object] = ACTIONS(4762), [anon_sym_fun] = ACTIONS(4762), [anon_sym_DOT] = ACTIONS(4762), - [anon_sym_SEMI] = ACTIONS(4765), + [anon_sym_SEMI] = ACTIONS(4764), [anon_sym_get] = ACTIONS(4762), [anon_sym_set] = ACTIONS(4762), [anon_sym_this] = ACTIONS(4762), @@ -165036,10 +166202,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(4762), [sym_label] = ACTIONS(4762), [anon_sym_in] = ACTIONS(4762), - [anon_sym_DOT_DOT] = ACTIONS(4765), - [anon_sym_QMARK_COLON] = ACTIONS(4765), - [anon_sym_AMP_AMP] = ACTIONS(4765), - [anon_sym_PIPE_PIPE] = ACTIONS(4765), + [anon_sym_DOT_DOT] = ACTIONS(4764), + [anon_sym_QMARK_COLON] = ACTIONS(4764), + [anon_sym_AMP_AMP] = ACTIONS(4764), + [anon_sym_PIPE_PIPE] = ACTIONS(4764), [anon_sym_null] = ACTIONS(4762), [anon_sym_if] = ACTIONS(4762), [anon_sym_else] = ACTIONS(4762), @@ -165049,30 +166215,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(4762), [anon_sym_continue] = ACTIONS(4762), [anon_sym_break] = ACTIONS(4762), - [anon_sym_COLON_COLON] = ACTIONS(4765), - [anon_sym_PLUS_EQ] = ACTIONS(4765), - [anon_sym_DASH_EQ] = ACTIONS(4765), - [anon_sym_STAR_EQ] = ACTIONS(4765), - [anon_sym_SLASH_EQ] = ACTIONS(4765), - [anon_sym_PERCENT_EQ] = ACTIONS(4765), + [anon_sym_COLON_COLON] = ACTIONS(4764), + [anon_sym_PLUS_EQ] = ACTIONS(4764), + [anon_sym_DASH_EQ] = ACTIONS(4764), + [anon_sym_STAR_EQ] = ACTIONS(4764), + [anon_sym_SLASH_EQ] = ACTIONS(4764), + [anon_sym_PERCENT_EQ] = ACTIONS(4764), [anon_sym_BANG_EQ] = ACTIONS(4762), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4765), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4764), [anon_sym_EQ_EQ] = ACTIONS(4762), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4765), - [anon_sym_LT_EQ] = ACTIONS(4765), - [anon_sym_GT_EQ] = ACTIONS(4765), - [anon_sym_BANGin] = ACTIONS(4765), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4764), + [anon_sym_LT_EQ] = ACTIONS(4764), + [anon_sym_GT_EQ] = ACTIONS(4764), + [anon_sym_BANGin] = ACTIONS(4764), [anon_sym_is] = ACTIONS(4762), - [anon_sym_BANGis] = ACTIONS(4765), + [anon_sym_BANGis] = ACTIONS(4764), [anon_sym_PLUS] = ACTIONS(4762), [anon_sym_DASH] = ACTIONS(4762), [anon_sym_SLASH] = ACTIONS(4762), [anon_sym_PERCENT] = ACTIONS(4762), - [anon_sym_as_QMARK] = ACTIONS(4765), - [anon_sym_PLUS_PLUS] = ACTIONS(4765), - [anon_sym_DASH_DASH] = ACTIONS(4765), + [anon_sym_as_QMARK] = ACTIONS(4764), + [anon_sym_PLUS_PLUS] = ACTIONS(4764), + [anon_sym_DASH_DASH] = ACTIONS(4764), [anon_sym_BANG] = ACTIONS(4762), - [anon_sym_BANG_BANG] = ACTIONS(4765), + [anon_sym_BANG_BANG] = ACTIONS(4764), [anon_sym_suspend] = ACTIONS(4762), [anon_sym_sealed] = ACTIONS(4762), [anon_sym_annotation] = ACTIONS(4762), @@ -165100,1230 +166266,161 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4762), [anon_sym_actual] = ACTIONS(4762), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4765), - [anon_sym_continue_AT] = ACTIONS(4765), - [anon_sym_break_AT] = ACTIONS(4765), - [anon_sym_this_AT] = ACTIONS(4765), - [anon_sym_super_AT] = ACTIONS(4765), - [sym_real_literal] = ACTIONS(4765), + [anon_sym_return_AT] = ACTIONS(4764), + [anon_sym_continue_AT] = ACTIONS(4764), + [anon_sym_break_AT] = ACTIONS(4764), + [anon_sym_this_AT] = ACTIONS(4764), + [anon_sym_super_AT] = ACTIONS(4764), + [sym_real_literal] = ACTIONS(4764), [sym_integer_literal] = ACTIONS(4762), - [sym_hex_literal] = ACTIONS(4765), - [sym_bin_literal] = ACTIONS(4765), + [sym_hex_literal] = ACTIONS(4764), + [sym_bin_literal] = ACTIONS(4764), [anon_sym_true] = ACTIONS(4762), [anon_sym_false] = ACTIONS(4762), - [anon_sym_SQUOTE] = ACTIONS(4765), - [sym__backtick_identifier] = ACTIONS(4765), - [sym__automatic_semicolon] = ACTIONS(4765), - [sym_safe_nav] = ACTIONS(4765), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4765), - }, - [1005] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2107), - [sym__comparison_operator] = STATE(2105), - [sym__in_operator] = STATE(2101), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2094), - [sym__multiplicative_operator] = STATE(2093), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2078), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3142), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3142), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4595), - [anon_sym_where] = ACTIONS(3140), - [anon_sym_object] = ACTIONS(3140), - [anon_sym_fun] = ACTIONS(3140), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3140), - [anon_sym_super] = ACTIONS(3140), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(4603), - [anon_sym_DOT_DOT] = ACTIONS(4605), - [anon_sym_QMARK_COLON] = ACTIONS(4607), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_null] = ACTIONS(3140), - [anon_sym_if] = ACTIONS(3140), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_when] = ACTIONS(3140), - [anon_sym_try] = ACTIONS(3140), - [anon_sym_throw] = ACTIONS(3140), - [anon_sym_return] = ACTIONS(3140), - [anon_sym_continue] = ACTIONS(3140), - [anon_sym_break] = ACTIONS(3140), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3142), - [anon_sym_DASH_EQ] = ACTIONS(3142), - [anon_sym_STAR_EQ] = ACTIONS(3142), - [anon_sym_SLASH_EQ] = ACTIONS(3142), - [anon_sym_PERCENT_EQ] = ACTIONS(3142), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), - [anon_sym_LT_EQ] = ACTIONS(4619), - [anon_sym_GT_EQ] = ACTIONS(4619), - [anon_sym_BANGin] = ACTIONS(4621), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(4627), - [anon_sym_DASH] = ACTIONS(4627), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3140), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3142), - [anon_sym_continue_AT] = ACTIONS(3142), - [anon_sym_break_AT] = ACTIONS(3142), - [anon_sym_this_AT] = ACTIONS(3142), - [anon_sym_super_AT] = ACTIONS(3142), - [sym_real_literal] = ACTIONS(3142), - [sym_integer_literal] = ACTIONS(3140), - [sym_hex_literal] = ACTIONS(3142), - [sym_bin_literal] = ACTIONS(3142), - [anon_sym_true] = ACTIONS(3140), - [anon_sym_false] = ACTIONS(3140), - [anon_sym_SQUOTE] = ACTIONS(3142), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3142), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3142), - }, - [1006] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2107), - [sym__comparison_operator] = STATE(2105), - [sym__in_operator] = STATE(2101), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2094), - [sym__multiplicative_operator] = STATE(2093), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2078), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3138), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3138), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4595), - [anon_sym_where] = ACTIONS(3136), - [anon_sym_object] = ACTIONS(3136), - [anon_sym_fun] = ACTIONS(3136), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3136), - [anon_sym_super] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(4603), - [anon_sym_DOT_DOT] = ACTIONS(4605), - [anon_sym_QMARK_COLON] = ACTIONS(4607), - [anon_sym_AMP_AMP] = ACTIONS(4609), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [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(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3138), - [anon_sym_DASH_EQ] = ACTIONS(3138), - [anon_sym_STAR_EQ] = ACTIONS(3138), - [anon_sym_SLASH_EQ] = ACTIONS(3138), - [anon_sym_PERCENT_EQ] = ACTIONS(3138), - [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(4619), - [anon_sym_GT_EQ] = ACTIONS(4619), - [anon_sym_BANGin] = ACTIONS(4621), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(4627), - [anon_sym_DASH] = ACTIONS(4627), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3136), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3138), - [anon_sym_continue_AT] = ACTIONS(3138), - [anon_sym_break_AT] = ACTIONS(3138), - [anon_sym_this_AT] = ACTIONS(3138), - [anon_sym_super_AT] = ACTIONS(3138), - [sym_real_literal] = ACTIONS(3138), - [sym_integer_literal] = ACTIONS(3136), - [sym_hex_literal] = ACTIONS(3138), - [sym_bin_literal] = ACTIONS(3138), - [anon_sym_true] = ACTIONS(3136), - [anon_sym_false] = ACTIONS(3136), - [anon_sym_SQUOTE] = ACTIONS(3138), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3138), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3138), - }, - [1007] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2107), - [sym__comparison_operator] = STATE(2105), - [sym__in_operator] = STATE(2101), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2094), - [sym__multiplicative_operator] = STATE(2093), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2078), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3117), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3119), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3119), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4595), - [anon_sym_where] = ACTIONS(3117), - [anon_sym_object] = ACTIONS(3117), - [anon_sym_fun] = ACTIONS(3117), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3117), - [anon_sym_super] = ACTIONS(3117), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(4603), - [anon_sym_DOT_DOT] = ACTIONS(4605), - [anon_sym_QMARK_COLON] = ACTIONS(4607), - [anon_sym_AMP_AMP] = ACTIONS(3119), - [anon_sym_PIPE_PIPE] = ACTIONS(3119), - [anon_sym_null] = ACTIONS(3117), - [anon_sym_if] = ACTIONS(3117), - [anon_sym_else] = ACTIONS(3117), - [anon_sym_when] = ACTIONS(3117), - [anon_sym_try] = ACTIONS(3117), - [anon_sym_throw] = ACTIONS(3117), - [anon_sym_return] = ACTIONS(3117), - [anon_sym_continue] = ACTIONS(3117), - [anon_sym_break] = ACTIONS(3117), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3119), - [anon_sym_DASH_EQ] = ACTIONS(3119), - [anon_sym_STAR_EQ] = ACTIONS(3119), - [anon_sym_SLASH_EQ] = ACTIONS(3119), - [anon_sym_PERCENT_EQ] = ACTIONS(3119), - [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(4619), - [anon_sym_GT_EQ] = ACTIONS(4619), - [anon_sym_BANGin] = ACTIONS(4621), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(4627), - [anon_sym_DASH] = ACTIONS(4627), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3117), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3119), - [anon_sym_continue_AT] = ACTIONS(3119), - [anon_sym_break_AT] = ACTIONS(3119), - [anon_sym_this_AT] = ACTIONS(3119), - [anon_sym_super_AT] = ACTIONS(3119), - [sym_real_literal] = ACTIONS(3119), - [sym_integer_literal] = ACTIONS(3117), - [sym_hex_literal] = ACTIONS(3119), - [sym_bin_literal] = ACTIONS(3119), - [anon_sym_true] = ACTIONS(3117), - [anon_sym_false] = ACTIONS(3117), - [anon_sym_SQUOTE] = ACTIONS(3119), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3119), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3119), - }, - [1008] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2107), - [sym__comparison_operator] = STATE(2105), - [sym__in_operator] = STATE(2101), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2094), - [sym__multiplicative_operator] = STATE(2093), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2078), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3125), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_where] = ACTIONS(3125), - [anon_sym_object] = ACTIONS(3125), - [anon_sym_fun] = ACTIONS(3125), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3125), - [anon_sym_super] = ACTIONS(3125), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(4605), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_null] = ACTIONS(3125), - [anon_sym_if] = ACTIONS(3125), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_when] = ACTIONS(3125), - [anon_sym_try] = ACTIONS(3125), - [anon_sym_throw] = ACTIONS(3125), - [anon_sym_return] = ACTIONS(3125), - [anon_sym_continue] = ACTIONS(3125), - [anon_sym_break] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3127), - [anon_sym_DASH_EQ] = ACTIONS(3127), - [anon_sym_STAR_EQ] = ACTIONS(3127), - [anon_sym_SLASH_EQ] = ACTIONS(3127), - [anon_sym_PERCENT_EQ] = ACTIONS(3127), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(4627), - [anon_sym_DASH] = ACTIONS(4627), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3125), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3127), - [anon_sym_continue_AT] = ACTIONS(3127), - [anon_sym_break_AT] = ACTIONS(3127), - [anon_sym_this_AT] = ACTIONS(3127), - [anon_sym_super_AT] = ACTIONS(3127), - [sym_real_literal] = ACTIONS(3127), - [sym_integer_literal] = ACTIONS(3125), - [sym_hex_literal] = ACTIONS(3127), - [sym_bin_literal] = ACTIONS(3127), - [anon_sym_true] = ACTIONS(3125), - [anon_sym_false] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3127), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3127), - [sym_safe_nav] = ACTIONS(4613), + [anon_sym_SQUOTE] = ACTIONS(4764), + [sym__backtick_identifier] = ACTIONS(4764), + [sym__automatic_semicolon] = ACTIONS(4764), + [sym_safe_nav] = ACTIONS(4764), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3127), - }, - [1009] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2107), - [sym__comparison_operator] = STATE(2105), - [sym__in_operator] = STATE(2101), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2094), - [sym__multiplicative_operator] = STATE(2093), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2078), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(3094), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3094), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3096), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_where] = ACTIONS(3094), - [anon_sym_object] = ACTIONS(3094), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_this] = ACTIONS(3094), - [anon_sym_super] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_null] = ACTIONS(3094), - [anon_sym_if] = ACTIONS(3094), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_when] = ACTIONS(3094), - [anon_sym_try] = ACTIONS(3094), - [anon_sym_throw] = ACTIONS(3094), - [anon_sym_return] = ACTIONS(3094), - [anon_sym_continue] = ACTIONS(3094), - [anon_sym_break] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3096), - [anon_sym_DASH_EQ] = ACTIONS(3096), - [anon_sym_STAR_EQ] = ACTIONS(3096), - [anon_sym_SLASH_EQ] = ACTIONS(3096), - [anon_sym_PERCENT_EQ] = ACTIONS(3096), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(4627), - [anon_sym_DASH] = ACTIONS(4627), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3094), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3096), - [anon_sym_continue_AT] = ACTIONS(3096), - [anon_sym_break_AT] = ACTIONS(3096), - [anon_sym_this_AT] = ACTIONS(3096), - [anon_sym_super_AT] = ACTIONS(3096), - [sym_real_literal] = ACTIONS(3096), - [sym_integer_literal] = ACTIONS(3094), - [sym_hex_literal] = ACTIONS(3096), - [sym_bin_literal] = ACTIONS(3096), - [anon_sym_true] = ACTIONS(3094), - [anon_sym_false] = ACTIONS(3094), - [anon_sym_SQUOTE] = ACTIONS(3096), - [sym__backtick_identifier] = ACTIONS(3096), - [sym__automatic_semicolon] = ACTIONS(3096), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3096), - }, - [1010] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2107), - [sym__comparison_operator] = STATE(2105), - [sym__in_operator] = STATE(2101), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2094), - [sym__multiplicative_operator] = STATE(2093), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2078), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(3175), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3175), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_where] = ACTIONS(3175), - [anon_sym_object] = ACTIONS(3175), - [anon_sym_fun] = ACTIONS(3175), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_this] = ACTIONS(3175), - [anon_sym_super] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(4605), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_null] = ACTIONS(3175), - [anon_sym_if] = ACTIONS(3175), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_when] = ACTIONS(3175), - [anon_sym_try] = ACTIONS(3175), - [anon_sym_throw] = ACTIONS(3175), - [anon_sym_return] = ACTIONS(3175), - [anon_sym_continue] = ACTIONS(3175), - [anon_sym_break] = ACTIONS(3175), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3177), - [anon_sym_DASH_EQ] = ACTIONS(3177), - [anon_sym_STAR_EQ] = ACTIONS(3177), - [anon_sym_SLASH_EQ] = ACTIONS(3177), - [anon_sym_PERCENT_EQ] = ACTIONS(3177), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(4627), - [anon_sym_DASH] = ACTIONS(4627), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3175), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3177), - [anon_sym_continue_AT] = ACTIONS(3177), - [anon_sym_break_AT] = ACTIONS(3177), - [anon_sym_this_AT] = ACTIONS(3177), - [anon_sym_super_AT] = ACTIONS(3177), - [sym_real_literal] = ACTIONS(3177), - [sym_integer_literal] = ACTIONS(3175), - [sym_hex_literal] = ACTIONS(3177), - [sym_bin_literal] = ACTIONS(3177), - [anon_sym_true] = ACTIONS(3175), - [anon_sym_false] = ACTIONS(3175), - [anon_sym_SQUOTE] = ACTIONS(3177), - [sym__backtick_identifier] = ACTIONS(3177), - [sym__automatic_semicolon] = ACTIONS(3177), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3177), - }, - [1011] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2107), - [sym__comparison_operator] = STATE(2105), - [sym__in_operator] = STATE(2101), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2094), - [sym__multiplicative_operator] = STATE(2093), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2078), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(3186), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3186), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_where] = ACTIONS(3186), - [anon_sym_object] = ACTIONS(3186), - [anon_sym_fun] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3188), - [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(4601), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [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(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3188), - [anon_sym_DASH_EQ] = ACTIONS(3188), - [anon_sym_STAR_EQ] = ACTIONS(3188), - [anon_sym_SLASH_EQ] = ACTIONS(3188), - [anon_sym_PERCENT_EQ] = ACTIONS(3188), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [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(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3186), - [anon_sym_inner] = ACTIONS(3186), - [anon_sym_value] = ACTIONS(3186), - [anon_sym_expect] = ACTIONS(3186), - [anon_sym_actual] = ACTIONS(3186), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3188), - [anon_sym_continue_AT] = ACTIONS(3188), - [anon_sym_break_AT] = ACTIONS(3188), - [anon_sym_this_AT] = ACTIONS(3188), - [anon_sym_super_AT] = ACTIONS(3188), - [sym_real_literal] = ACTIONS(3188), - [sym_integer_literal] = ACTIONS(3186), - [sym_hex_literal] = ACTIONS(3188), - [sym_bin_literal] = ACTIONS(3188), - [anon_sym_true] = ACTIONS(3186), - [anon_sym_false] = ACTIONS(3186), - [anon_sym_SQUOTE] = ACTIONS(3188), - [sym__backtick_identifier] = ACTIONS(3188), - [sym__automatic_semicolon] = ACTIONS(3188), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3188), - }, - [1012] = { - [sym__alpha_identifier] = ACTIONS(4204), - [anon_sym_AT] = ACTIONS(4206), - [anon_sym_LBRACK] = ACTIONS(4206), - [anon_sym_as] = ACTIONS(4204), - [anon_sym_EQ] = ACTIONS(4204), - [anon_sym_LBRACE] = ACTIONS(4206), - [anon_sym_RBRACE] = ACTIONS(4206), - [anon_sym_LPAREN] = ACTIONS(4206), - [anon_sym_COMMA] = ACTIONS(4206), - [anon_sym_by] = ACTIONS(4204), - [anon_sym_LT] = ACTIONS(4204), - [anon_sym_GT] = ACTIONS(4204), - [anon_sym_where] = ACTIONS(4204), - [anon_sym_object] = ACTIONS(4204), - [anon_sym_fun] = ACTIONS(4204), - [anon_sym_DOT] = ACTIONS(4204), - [anon_sym_SEMI] = ACTIONS(4206), - [anon_sym_get] = ACTIONS(4204), - [anon_sym_set] = ACTIONS(4204), - [anon_sym_this] = ACTIONS(4204), - [anon_sym_super] = ACTIONS(4204), - [anon_sym_STAR] = ACTIONS(4204), - [sym_label] = ACTIONS(4204), - [anon_sym_in] = ACTIONS(4204), - [anon_sym_DOT_DOT] = ACTIONS(4206), - [anon_sym_QMARK_COLON] = ACTIONS(4206), - [anon_sym_AMP_AMP] = ACTIONS(4206), - [anon_sym_PIPE_PIPE] = ACTIONS(4206), - [anon_sym_null] = ACTIONS(4204), - [anon_sym_if] = ACTIONS(4204), - [anon_sym_else] = ACTIONS(4204), - [anon_sym_when] = ACTIONS(4204), - [anon_sym_try] = ACTIONS(4204), - [anon_sym_throw] = ACTIONS(4204), - [anon_sym_return] = ACTIONS(4204), - [anon_sym_continue] = ACTIONS(4204), - [anon_sym_break] = ACTIONS(4204), - [anon_sym_COLON_COLON] = ACTIONS(4206), - [anon_sym_PLUS_EQ] = ACTIONS(4206), - [anon_sym_DASH_EQ] = ACTIONS(4206), - [anon_sym_STAR_EQ] = ACTIONS(4206), - [anon_sym_SLASH_EQ] = ACTIONS(4206), - [anon_sym_PERCENT_EQ] = ACTIONS(4206), - [anon_sym_BANG_EQ] = ACTIONS(4204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4206), - [anon_sym_EQ_EQ] = ACTIONS(4204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4206), - [anon_sym_LT_EQ] = ACTIONS(4206), - [anon_sym_GT_EQ] = ACTIONS(4206), - [anon_sym_BANGin] = ACTIONS(4206), - [anon_sym_is] = ACTIONS(4204), - [anon_sym_BANGis] = ACTIONS(4206), - [anon_sym_PLUS] = ACTIONS(4204), - [anon_sym_DASH] = ACTIONS(4204), - [anon_sym_SLASH] = ACTIONS(4204), - [anon_sym_PERCENT] = ACTIONS(4204), - [anon_sym_as_QMARK] = ACTIONS(4206), - [anon_sym_PLUS_PLUS] = ACTIONS(4206), - [anon_sym_DASH_DASH] = ACTIONS(4206), - [anon_sym_BANG] = ACTIONS(4204), - [anon_sym_BANG_BANG] = ACTIONS(4206), - [anon_sym_suspend] = ACTIONS(4204), - [anon_sym_sealed] = ACTIONS(4204), - [anon_sym_annotation] = ACTIONS(4204), - [anon_sym_data] = ACTIONS(4204), - [anon_sym_inner] = ACTIONS(4204), - [anon_sym_value] = ACTIONS(4204), - [anon_sym_override] = ACTIONS(4204), - [anon_sym_lateinit] = ACTIONS(4204), - [anon_sym_public] = ACTIONS(4204), - [anon_sym_private] = ACTIONS(4204), - [anon_sym_internal] = ACTIONS(4204), - [anon_sym_protected] = ACTIONS(4204), - [anon_sym_tailrec] = ACTIONS(4204), - [anon_sym_operator] = ACTIONS(4204), - [anon_sym_infix] = ACTIONS(4204), - [anon_sym_inline] = ACTIONS(4204), - [anon_sym_external] = ACTIONS(4204), - [sym_property_modifier] = ACTIONS(4204), - [anon_sym_abstract] = ACTIONS(4204), - [anon_sym_final] = ACTIONS(4204), - [anon_sym_open] = ACTIONS(4204), - [anon_sym_vararg] = ACTIONS(4204), - [anon_sym_noinline] = ACTIONS(4204), - [anon_sym_crossinline] = ACTIONS(4204), - [anon_sym_expect] = ACTIONS(4204), - [anon_sym_actual] = ACTIONS(4204), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4206), - [anon_sym_continue_AT] = ACTIONS(4206), - [anon_sym_break_AT] = ACTIONS(4206), - [anon_sym_this_AT] = ACTIONS(4206), - [anon_sym_super_AT] = ACTIONS(4206), - [sym_real_literal] = ACTIONS(4206), - [sym_integer_literal] = ACTIONS(4204), - [sym_hex_literal] = ACTIONS(4206), - [sym_bin_literal] = ACTIONS(4206), - [anon_sym_true] = ACTIONS(4204), - [anon_sym_false] = ACTIONS(4204), - [anon_sym_SQUOTE] = ACTIONS(4206), - [sym__backtick_identifier] = ACTIONS(4206), - [sym__automatic_semicolon] = ACTIONS(4206), - [sym_safe_nav] = ACTIONS(4206), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4206), - }, - [1013] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2107), - [sym__comparison_operator] = STATE(2105), - [sym__in_operator] = STATE(2101), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2094), - [sym__multiplicative_operator] = STATE(2093), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2078), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_where] = ACTIONS(3193), - [anon_sym_object] = ACTIONS(3193), - [anon_sym_fun] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_this] = ACTIONS(3193), - [anon_sym_super] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(4599), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_null] = ACTIONS(3193), - [anon_sym_if] = ACTIONS(3193), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_when] = ACTIONS(3193), - [anon_sym_try] = ACTIONS(3193), - [anon_sym_throw] = ACTIONS(3193), - [anon_sym_return] = ACTIONS(3193), - [anon_sym_continue] = ACTIONS(3193), - [anon_sym_break] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3195), - [anon_sym_DASH_EQ] = ACTIONS(3195), - [anon_sym_STAR_EQ] = ACTIONS(3195), - [anon_sym_SLASH_EQ] = ACTIONS(3195), - [anon_sym_PERCENT_EQ] = ACTIONS(3195), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(4599), - [anon_sym_PERCENT] = ACTIONS(4599), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3193), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3195), - [anon_sym_continue_AT] = ACTIONS(3195), - [anon_sym_break_AT] = ACTIONS(3195), - [anon_sym_this_AT] = ACTIONS(3195), - [anon_sym_super_AT] = ACTIONS(3195), - [sym_real_literal] = ACTIONS(3195), - [sym_integer_literal] = ACTIONS(3193), - [sym_hex_literal] = ACTIONS(3195), - [sym_bin_literal] = ACTIONS(3195), - [anon_sym_true] = ACTIONS(3193), - [anon_sym_false] = ACTIONS(3193), - [anon_sym_SQUOTE] = ACTIONS(3195), - [sym__backtick_identifier] = ACTIONS(3195), - [sym__automatic_semicolon] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3195), - }, - [1014] = { - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(4137), - [anon_sym_LBRACE] = ACTIONS(4139), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(4137), - [anon_sym_object] = ACTIONS(4137), - [anon_sym_fun] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_this] = ACTIONS(4137), - [anon_sym_super] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [sym_label] = ACTIONS(4137), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(4137), - [anon_sym_if] = ACTIONS(4137), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_when] = ACTIONS(4137), - [anon_sym_try] = ACTIONS(4137), - [anon_sym_throw] = ACTIONS(4137), - [anon_sym_return] = ACTIONS(4137), - [anon_sym_continue] = ACTIONS(4137), - [anon_sym_break] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4137), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4139), - [anon_sym_continue_AT] = ACTIONS(4139), - [anon_sym_break_AT] = ACTIONS(4139), - [anon_sym_this_AT] = ACTIONS(4139), - [anon_sym_super_AT] = ACTIONS(4139), - [sym_real_literal] = ACTIONS(4139), - [sym_integer_literal] = ACTIONS(4137), - [sym_hex_literal] = ACTIONS(4139), - [sym_bin_literal] = ACTIONS(4139), - [anon_sym_true] = ACTIONS(4137), - [anon_sym_false] = ACTIONS(4137), - [anon_sym_SQUOTE] = ACTIONS(4139), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4139), - }, - [1015] = { - [sym_class_body] = STATE(1137), - [sym__alpha_identifier] = ACTIONS(4349), - [anon_sym_AT] = ACTIONS(4351), - [anon_sym_COLON] = ACTIONS(4768), - [anon_sym_LBRACK] = ACTIONS(4351), - [anon_sym_as] = ACTIONS(4349), - [anon_sym_EQ] = ACTIONS(4349), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4351), - [anon_sym_LPAREN] = ACTIONS(4351), - [anon_sym_LT] = ACTIONS(4349), - [anon_sym_GT] = ACTIONS(4349), - [anon_sym_object] = ACTIONS(4349), - [anon_sym_fun] = ACTIONS(4349), - [anon_sym_DOT] = ACTIONS(4349), - [anon_sym_SEMI] = ACTIONS(4351), - [anon_sym_get] = ACTIONS(4349), - [anon_sym_set] = ACTIONS(4349), - [anon_sym_this] = ACTIONS(4349), - [anon_sym_super] = ACTIONS(4349), - [anon_sym_STAR] = ACTIONS(4349), - [sym_label] = ACTIONS(4349), - [anon_sym_in] = ACTIONS(4349), - [anon_sym_DOT_DOT] = ACTIONS(4351), - [anon_sym_QMARK_COLON] = ACTIONS(4351), - [anon_sym_AMP_AMP] = ACTIONS(4351), - [anon_sym_PIPE_PIPE] = ACTIONS(4351), - [anon_sym_null] = ACTIONS(4349), - [anon_sym_if] = ACTIONS(4349), - [anon_sym_else] = ACTIONS(4349), - [anon_sym_when] = ACTIONS(4349), - [anon_sym_try] = ACTIONS(4349), - [anon_sym_throw] = ACTIONS(4349), - [anon_sym_return] = ACTIONS(4349), - [anon_sym_continue] = ACTIONS(4349), - [anon_sym_break] = ACTIONS(4349), - [anon_sym_COLON_COLON] = ACTIONS(4351), - [anon_sym_PLUS_EQ] = ACTIONS(4351), - [anon_sym_DASH_EQ] = ACTIONS(4351), - [anon_sym_STAR_EQ] = ACTIONS(4351), - [anon_sym_SLASH_EQ] = ACTIONS(4351), - [anon_sym_PERCENT_EQ] = ACTIONS(4351), - [anon_sym_BANG_EQ] = ACTIONS(4349), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4351), - [anon_sym_EQ_EQ] = ACTIONS(4349), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4351), - [anon_sym_LT_EQ] = ACTIONS(4351), - [anon_sym_GT_EQ] = ACTIONS(4351), - [anon_sym_BANGin] = ACTIONS(4351), - [anon_sym_is] = ACTIONS(4349), - [anon_sym_BANGis] = ACTIONS(4351), - [anon_sym_PLUS] = ACTIONS(4349), - [anon_sym_DASH] = ACTIONS(4349), - [anon_sym_SLASH] = ACTIONS(4349), - [anon_sym_PERCENT] = ACTIONS(4349), - [anon_sym_as_QMARK] = ACTIONS(4351), - [anon_sym_PLUS_PLUS] = ACTIONS(4351), - [anon_sym_DASH_DASH] = ACTIONS(4351), - [anon_sym_BANG] = ACTIONS(4349), - [anon_sym_BANG_BANG] = ACTIONS(4351), - [anon_sym_suspend] = ACTIONS(4349), - [anon_sym_sealed] = ACTIONS(4349), - [anon_sym_annotation] = ACTIONS(4349), - [anon_sym_data] = ACTIONS(4349), - [anon_sym_inner] = ACTIONS(4349), - [anon_sym_value] = ACTIONS(4349), - [anon_sym_override] = ACTIONS(4349), - [anon_sym_lateinit] = ACTIONS(4349), - [anon_sym_public] = ACTIONS(4349), - [anon_sym_private] = ACTIONS(4349), - [anon_sym_internal] = ACTIONS(4349), - [anon_sym_protected] = ACTIONS(4349), - [anon_sym_tailrec] = ACTIONS(4349), - [anon_sym_operator] = ACTIONS(4349), - [anon_sym_infix] = ACTIONS(4349), - [anon_sym_inline] = ACTIONS(4349), - [anon_sym_external] = ACTIONS(4349), - [sym_property_modifier] = ACTIONS(4349), - [anon_sym_abstract] = ACTIONS(4349), - [anon_sym_final] = ACTIONS(4349), - [anon_sym_open] = ACTIONS(4349), - [anon_sym_vararg] = ACTIONS(4349), - [anon_sym_noinline] = ACTIONS(4349), - [anon_sym_crossinline] = ACTIONS(4349), - [anon_sym_expect] = ACTIONS(4349), - [anon_sym_actual] = ACTIONS(4349), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4351), - [anon_sym_continue_AT] = ACTIONS(4351), - [anon_sym_break_AT] = ACTIONS(4351), - [anon_sym_this_AT] = ACTIONS(4351), - [anon_sym_super_AT] = ACTIONS(4351), - [sym_real_literal] = ACTIONS(4351), - [sym_integer_literal] = ACTIONS(4349), - [sym_hex_literal] = ACTIONS(4351), - [sym_bin_literal] = ACTIONS(4351), - [anon_sym_true] = ACTIONS(4349), - [anon_sym_false] = ACTIONS(4349), - [anon_sym_SQUOTE] = ACTIONS(4351), - [sym__backtick_identifier] = ACTIONS(4351), - [sym__automatic_semicolon] = ACTIONS(4351), - [sym_safe_nav] = ACTIONS(4351), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4351), + [sym__string_start] = ACTIONS(4764), }, [1016] = { + [sym__alpha_identifier] = ACTIONS(4766), + [anon_sym_AT] = ACTIONS(4768), + [anon_sym_LBRACK] = ACTIONS(4768), + [anon_sym_as] = ACTIONS(4766), + [anon_sym_EQ] = ACTIONS(4766), + [anon_sym_LBRACE] = ACTIONS(4768), + [anon_sym_RBRACE] = ACTIONS(4768), + [anon_sym_LPAREN] = ACTIONS(4768), + [anon_sym_COMMA] = ACTIONS(4768), + [anon_sym_LT] = ACTIONS(4766), + [anon_sym_GT] = ACTIONS(4766), + [anon_sym_where] = ACTIONS(4766), + [anon_sym_object] = ACTIONS(4766), + [anon_sym_fun] = ACTIONS(4766), + [anon_sym_DOT] = ACTIONS(4766), + [anon_sym_SEMI] = ACTIONS(4768), + [anon_sym_get] = ACTIONS(4766), + [anon_sym_set] = ACTIONS(4766), + [anon_sym_this] = ACTIONS(4766), + [anon_sym_super] = ACTIONS(4766), + [anon_sym_STAR] = ACTIONS(4766), + [sym_label] = ACTIONS(4766), + [anon_sym_in] = ACTIONS(4766), + [anon_sym_DOT_DOT] = ACTIONS(4768), + [anon_sym_QMARK_COLON] = ACTIONS(4768), + [anon_sym_AMP_AMP] = ACTIONS(4768), + [anon_sym_PIPE_PIPE] = ACTIONS(4768), + [anon_sym_null] = ACTIONS(4766), + [anon_sym_if] = ACTIONS(4766), + [anon_sym_else] = ACTIONS(4766), + [anon_sym_when] = ACTIONS(4766), + [anon_sym_try] = ACTIONS(4766), + [anon_sym_throw] = ACTIONS(4766), + [anon_sym_return] = ACTIONS(4766), + [anon_sym_continue] = ACTIONS(4766), + [anon_sym_break] = ACTIONS(4766), + [anon_sym_COLON_COLON] = ACTIONS(4768), + [anon_sym_PLUS_EQ] = ACTIONS(4768), + [anon_sym_DASH_EQ] = ACTIONS(4768), + [anon_sym_STAR_EQ] = ACTIONS(4768), + [anon_sym_SLASH_EQ] = ACTIONS(4768), + [anon_sym_PERCENT_EQ] = ACTIONS(4768), + [anon_sym_BANG_EQ] = ACTIONS(4766), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4768), + [anon_sym_EQ_EQ] = ACTIONS(4766), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4768), + [anon_sym_LT_EQ] = ACTIONS(4768), + [anon_sym_GT_EQ] = ACTIONS(4768), + [anon_sym_BANGin] = ACTIONS(4768), + [anon_sym_is] = ACTIONS(4766), + [anon_sym_BANGis] = ACTIONS(4768), + [anon_sym_PLUS] = ACTIONS(4766), + [anon_sym_DASH] = ACTIONS(4766), + [anon_sym_SLASH] = ACTIONS(4766), + [anon_sym_PERCENT] = ACTIONS(4766), + [anon_sym_as_QMARK] = ACTIONS(4768), + [anon_sym_PLUS_PLUS] = ACTIONS(4768), + [anon_sym_DASH_DASH] = ACTIONS(4768), + [anon_sym_BANG] = ACTIONS(4766), + [anon_sym_BANG_BANG] = ACTIONS(4768), + [anon_sym_suspend] = ACTIONS(4766), + [anon_sym_sealed] = ACTIONS(4766), + [anon_sym_annotation] = ACTIONS(4766), + [anon_sym_data] = ACTIONS(4766), + [anon_sym_inner] = ACTIONS(4766), + [anon_sym_value] = ACTIONS(4766), + [anon_sym_override] = ACTIONS(4766), + [anon_sym_lateinit] = ACTIONS(4766), + [anon_sym_public] = ACTIONS(4766), + [anon_sym_private] = ACTIONS(4766), + [anon_sym_internal] = ACTIONS(4766), + [anon_sym_protected] = ACTIONS(4766), + [anon_sym_tailrec] = ACTIONS(4766), + [anon_sym_operator] = ACTIONS(4766), + [anon_sym_infix] = ACTIONS(4766), + [anon_sym_inline] = ACTIONS(4766), + [anon_sym_external] = ACTIONS(4766), + [sym_property_modifier] = ACTIONS(4766), + [anon_sym_abstract] = ACTIONS(4766), + [anon_sym_final] = ACTIONS(4766), + [anon_sym_open] = ACTIONS(4766), + [anon_sym_vararg] = ACTIONS(4766), + [anon_sym_noinline] = ACTIONS(4766), + [anon_sym_crossinline] = ACTIONS(4766), + [anon_sym_expect] = ACTIONS(4766), + [anon_sym_actual] = ACTIONS(4766), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4768), + [anon_sym_continue_AT] = ACTIONS(4768), + [anon_sym_break_AT] = ACTIONS(4768), + [anon_sym_this_AT] = ACTIONS(4768), + [anon_sym_super_AT] = ACTIONS(4768), + [sym_real_literal] = ACTIONS(4768), + [sym_integer_literal] = ACTIONS(4766), + [sym_hex_literal] = ACTIONS(4768), + [sym_bin_literal] = ACTIONS(4768), + [anon_sym_true] = ACTIONS(4766), + [anon_sym_false] = ACTIONS(4766), + [anon_sym_SQUOTE] = ACTIONS(4768), + [sym__backtick_identifier] = ACTIONS(4768), + [sym__automatic_semicolon] = ACTIONS(4768), + [sym_safe_nav] = ACTIONS(4768), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4768), + }, + [1017] = { [sym__alpha_identifier] = ACTIONS(4281), [anon_sym_AT] = ACTIONS(4284), [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_EQ] = ACTIONS(4289), + [anon_sym_as] = ACTIONS(4281), + [anon_sym_EQ] = ACTIONS(4281), [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_RBRACE] = ACTIONS(4284), [anon_sym_LPAREN] = ACTIONS(4770), - [anon_sym_COMMA] = ACTIONS(4287), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_where] = ACTIONS(4289), + [anon_sym_COMMA] = ACTIONS(4284), + [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(4289), - [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_DOT] = ACTIONS(4281), + [anon_sym_SEMI] = ACTIONS(4284), [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(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_in] = ACTIONS(4281), + [anon_sym_DOT_DOT] = ACTIONS(4284), + [anon_sym_QMARK_COLON] = ACTIONS(4284), + [anon_sym_AMP_AMP] = ACTIONS(4284), + [anon_sym_PIPE_PIPE] = ACTIONS(4284), [anon_sym_null] = ACTIONS(4281), [anon_sym_if] = ACTIONS(4281), - [anon_sym_else] = ACTIONS(4289), + [anon_sym_else] = ACTIONS(4281), [anon_sym_when] = ACTIONS(4281), [anon_sym_try] = ACTIONS(4281), [anon_sym_throw] = ACTIONS(4281), @@ -166331,53 +166428,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(4281), [anon_sym_break] = ACTIONS(4281), [anon_sym_COLON_COLON] = ACTIONS(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4287), - [anon_sym_DASH_EQ] = ACTIONS(4287), - [anon_sym_STAR_EQ] = ACTIONS(4287), - [anon_sym_SLASH_EQ] = ACTIONS(4287), - [anon_sym_PERCENT_EQ] = ACTIONS(4287), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS_EQ] = ACTIONS(4284), + [anon_sym_DASH_EQ] = ACTIONS(4284), + [anon_sym_STAR_EQ] = ACTIONS(4284), + [anon_sym_SLASH_EQ] = ACTIONS(4284), + [anon_sym_PERCENT_EQ] = ACTIONS(4284), + [anon_sym_BANG_EQ] = ACTIONS(4281), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), + [anon_sym_EQ_EQ] = ACTIONS(4281), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), + [anon_sym_LT_EQ] = ACTIONS(4284), + [anon_sym_GT_EQ] = ACTIONS(4284), + [anon_sym_BANGin] = ACTIONS(4284), + [anon_sym_is] = ACTIONS(4281), + [anon_sym_BANGis] = ACTIONS(4284), [anon_sym_PLUS] = ACTIONS(4281), [anon_sym_DASH] = ACTIONS(4281), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4289), - [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_SLASH] = ACTIONS(4281), + [anon_sym_PERCENT] = ACTIONS(4281), + [anon_sym_as_QMARK] = ACTIONS(4284), [anon_sym_PLUS_PLUS] = ACTIONS(4284), [anon_sym_DASH_DASH] = ACTIONS(4284), [anon_sym_BANG] = ACTIONS(4281), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_suspend] = ACTIONS(4289), - [anon_sym_sealed] = ACTIONS(4289), - [anon_sym_annotation] = ACTIONS(4289), + [anon_sym_BANG_BANG] = ACTIONS(4284), + [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_value] = ACTIONS(4281), - [anon_sym_override] = ACTIONS(4289), - [anon_sym_lateinit] = ACTIONS(4289), - [anon_sym_public] = ACTIONS(4289), - [anon_sym_private] = ACTIONS(4289), - [anon_sym_internal] = ACTIONS(4289), - [anon_sym_protected] = ACTIONS(4289), - [anon_sym_tailrec] = ACTIONS(4289), - [anon_sym_operator] = ACTIONS(4289), - [anon_sym_infix] = ACTIONS(4289), - [anon_sym_inline] = ACTIONS(4289), - [anon_sym_external] = ACTIONS(4289), - [sym_property_modifier] = ACTIONS(4289), - [anon_sym_abstract] = ACTIONS(4289), - [anon_sym_final] = ACTIONS(4289), - [anon_sym_open] = ACTIONS(4289), - [anon_sym_vararg] = ACTIONS(4289), - [anon_sym_noinline] = ACTIONS(4289), - [anon_sym_crossinline] = ACTIONS(4289), + [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), @@ -166394,118 +166491,330 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(4281), [anon_sym_SQUOTE] = ACTIONS(4284), [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4287), - [sym_safe_nav] = ACTIONS(4287), + [sym__automatic_semicolon] = ACTIONS(4284), + [sym_safe_nav] = ACTIONS(4284), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4284), }, - [1017] = { - [sym__alpha_identifier] = ACTIONS(4774), - [anon_sym_AT] = ACTIONS(4776), - [anon_sym_LBRACK] = ACTIONS(4776), - [anon_sym_as] = ACTIONS(4774), - [anon_sym_EQ] = ACTIONS(4774), - [anon_sym_LBRACE] = ACTIONS(4776), - [anon_sym_RBRACE] = ACTIONS(4776), - [anon_sym_LPAREN] = ACTIONS(4776), - [anon_sym_COMMA] = ACTIONS(4776), - [anon_sym_LT] = ACTIONS(4774), - [anon_sym_GT] = ACTIONS(4774), - [anon_sym_where] = ACTIONS(4774), - [anon_sym_object] = ACTIONS(4774), - [anon_sym_fun] = ACTIONS(4774), - [anon_sym_DOT] = ACTIONS(4774), - [anon_sym_SEMI] = ACTIONS(4776), - [anon_sym_get] = ACTIONS(4774), - [anon_sym_set] = ACTIONS(4774), - [anon_sym_this] = ACTIONS(4774), - [anon_sym_super] = ACTIONS(4774), - [anon_sym_STAR] = ACTIONS(4774), - [sym_label] = ACTIONS(4774), - [anon_sym_in] = ACTIONS(4774), - [anon_sym_DOT_DOT] = ACTIONS(4776), - [anon_sym_QMARK_COLON] = ACTIONS(4776), - [anon_sym_AMP_AMP] = ACTIONS(4776), - [anon_sym_PIPE_PIPE] = ACTIONS(4776), - [anon_sym_null] = ACTIONS(4774), - [anon_sym_if] = ACTIONS(4774), - [anon_sym_else] = ACTIONS(4774), - [anon_sym_when] = ACTIONS(4774), - [anon_sym_try] = ACTIONS(4774), - [anon_sym_throw] = ACTIONS(4774), - [anon_sym_return] = ACTIONS(4774), - [anon_sym_continue] = ACTIONS(4774), - [anon_sym_break] = ACTIONS(4774), - [anon_sym_COLON_COLON] = ACTIONS(4776), - [anon_sym_PLUS_EQ] = ACTIONS(4776), - [anon_sym_DASH_EQ] = ACTIONS(4776), - [anon_sym_STAR_EQ] = ACTIONS(4776), - [anon_sym_SLASH_EQ] = ACTIONS(4776), - [anon_sym_PERCENT_EQ] = ACTIONS(4776), - [anon_sym_BANG_EQ] = ACTIONS(4774), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4776), - [anon_sym_EQ_EQ] = ACTIONS(4774), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4776), - [anon_sym_LT_EQ] = ACTIONS(4776), - [anon_sym_GT_EQ] = ACTIONS(4776), - [anon_sym_BANGin] = ACTIONS(4776), - [anon_sym_is] = ACTIONS(4774), - [anon_sym_BANGis] = ACTIONS(4776), - [anon_sym_PLUS] = ACTIONS(4774), - [anon_sym_DASH] = ACTIONS(4774), - [anon_sym_SLASH] = ACTIONS(4774), - [anon_sym_PERCENT] = ACTIONS(4774), - [anon_sym_as_QMARK] = ACTIONS(4776), - [anon_sym_PLUS_PLUS] = ACTIONS(4776), - [anon_sym_DASH_DASH] = ACTIONS(4776), - [anon_sym_BANG] = ACTIONS(4774), - [anon_sym_BANG_BANG] = ACTIONS(4776), - [anon_sym_suspend] = ACTIONS(4774), - [anon_sym_sealed] = ACTIONS(4774), - [anon_sym_annotation] = ACTIONS(4774), - [anon_sym_data] = ACTIONS(4774), - [anon_sym_inner] = ACTIONS(4774), - [anon_sym_value] = ACTIONS(4774), - [anon_sym_override] = ACTIONS(4774), - [anon_sym_lateinit] = ACTIONS(4774), - [anon_sym_public] = ACTIONS(4774), - [anon_sym_private] = ACTIONS(4774), - [anon_sym_internal] = ACTIONS(4774), - [anon_sym_protected] = ACTIONS(4774), - [anon_sym_tailrec] = ACTIONS(4774), - [anon_sym_operator] = ACTIONS(4774), - [anon_sym_infix] = ACTIONS(4774), - [anon_sym_inline] = ACTIONS(4774), - [anon_sym_external] = ACTIONS(4774), - [sym_property_modifier] = ACTIONS(4774), - [anon_sym_abstract] = ACTIONS(4774), - [anon_sym_final] = ACTIONS(4774), - [anon_sym_open] = ACTIONS(4774), - [anon_sym_vararg] = ACTIONS(4774), - [anon_sym_noinline] = ACTIONS(4774), - [anon_sym_crossinline] = ACTIONS(4774), - [anon_sym_expect] = ACTIONS(4774), - [anon_sym_actual] = ACTIONS(4774), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4776), - [anon_sym_continue_AT] = ACTIONS(4776), - [anon_sym_break_AT] = ACTIONS(4776), - [anon_sym_this_AT] = ACTIONS(4776), - [anon_sym_super_AT] = ACTIONS(4776), - [sym_real_literal] = ACTIONS(4776), - [sym_integer_literal] = ACTIONS(4774), - [sym_hex_literal] = ACTIONS(4776), - [sym_bin_literal] = ACTIONS(4776), - [anon_sym_true] = ACTIONS(4774), - [anon_sym_false] = ACTIONS(4774), - [anon_sym_SQUOTE] = ACTIONS(4776), - [sym__backtick_identifier] = ACTIONS(4776), - [sym__automatic_semicolon] = ACTIONS(4776), - [sym_safe_nav] = ACTIONS(4776), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4776), - }, [1018] = { + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(3294), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3290), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3290), + [anon_sym_sealed] = ACTIONS(3290), + [anon_sym_annotation] = ACTIONS(3290), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_override] = ACTIONS(3290), + [anon_sym_lateinit] = ACTIONS(3290), + [anon_sym_public] = ACTIONS(3290), + [anon_sym_private] = ACTIONS(3290), + [anon_sym_internal] = ACTIONS(3290), + [anon_sym_protected] = ACTIONS(3290), + [anon_sym_tailrec] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_infix] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_external] = ACTIONS(3290), + [sym_property_modifier] = ACTIONS(3290), + [anon_sym_abstract] = ACTIONS(3290), + [anon_sym_final] = ACTIONS(3290), + [anon_sym_open] = ACTIONS(3290), + [anon_sym_vararg] = ACTIONS(3290), + [anon_sym_noinline] = ACTIONS(3290), + [anon_sym_crossinline] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), + }, + [1019] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4295), + [anon_sym_EQ] = ACTIONS(4295), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4298), + [anon_sym_LPAREN] = ACTIONS(4774), + [anon_sym_COMMA] = ACTIONS(4298), + [anon_sym_LT] = ACTIONS(4295), + [anon_sym_GT] = ACTIONS(4295), + [anon_sym_where] = ACTIONS(4295), + [anon_sym_object] = ACTIONS(4295), + [anon_sym_fun] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4295), + [anon_sym_SEMI] = ACTIONS(4298), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(4295), + [anon_sym_super] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4295), + [anon_sym_DOT_DOT] = ACTIONS(4298), + [anon_sym_QMARK_COLON] = ACTIONS(4298), + [anon_sym_AMP_AMP] = ACTIONS(4298), + [anon_sym_PIPE_PIPE] = ACTIONS(4298), + [anon_sym_null] = ACTIONS(4295), + [anon_sym_if] = ACTIONS(4295), + [anon_sym_else] = ACTIONS(4295), + [anon_sym_when] = ACTIONS(4295), + [anon_sym_try] = ACTIONS(4295), + [anon_sym_throw] = ACTIONS(4295), + [anon_sym_return] = ACTIONS(4295), + [anon_sym_continue] = ACTIONS(4295), + [anon_sym_break] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4298), + [anon_sym_DASH_EQ] = ACTIONS(4298), + [anon_sym_STAR_EQ] = ACTIONS(4298), + [anon_sym_SLASH_EQ] = ACTIONS(4298), + [anon_sym_PERCENT_EQ] = ACTIONS(4298), + [anon_sym_BANG_EQ] = ACTIONS(4295), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4298), + [anon_sym_EQ_EQ] = ACTIONS(4295), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4298), + [anon_sym_LT_EQ] = ACTIONS(4298), + [anon_sym_GT_EQ] = ACTIONS(4298), + [anon_sym_BANGin] = ACTIONS(4298), + [anon_sym_is] = ACTIONS(4295), + [anon_sym_BANGis] = ACTIONS(4298), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4295), + [anon_sym_PERCENT] = ACTIONS(4295), + [anon_sym_as_QMARK] = ACTIONS(4298), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(4295), + [anon_sym_BANG_BANG] = ACTIONS(4298), + [anon_sym_suspend] = ACTIONS(4295), + [anon_sym_sealed] = ACTIONS(4295), + [anon_sym_annotation] = ACTIONS(4295), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_override] = ACTIONS(4295), + [anon_sym_lateinit] = ACTIONS(4295), + [anon_sym_public] = ACTIONS(4295), + [anon_sym_private] = ACTIONS(4295), + [anon_sym_internal] = ACTIONS(4295), + [anon_sym_protected] = ACTIONS(4295), + [anon_sym_tailrec] = ACTIONS(4295), + [anon_sym_operator] = ACTIONS(4295), + [anon_sym_infix] = ACTIONS(4295), + [anon_sym_inline] = ACTIONS(4295), + [anon_sym_external] = ACTIONS(4295), + [sym_property_modifier] = ACTIONS(4295), + [anon_sym_abstract] = ACTIONS(4295), + [anon_sym_final] = ACTIONS(4295), + [anon_sym_open] = ACTIONS(4295), + [anon_sym_vararg] = ACTIONS(4295), + [anon_sym_noinline] = ACTIONS(4295), + [anon_sym_crossinline] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4298), + [anon_sym_continue_AT] = ACTIONS(4298), + [anon_sym_break_AT] = ACTIONS(4298), + [anon_sym_this_AT] = ACTIONS(4298), + [anon_sym_super_AT] = ACTIONS(4298), + [sym_real_literal] = ACTIONS(4298), + [sym_integer_literal] = ACTIONS(4295), + [sym_hex_literal] = ACTIONS(4298), + [sym_bin_literal] = ACTIONS(4298), + [anon_sym_true] = ACTIONS(4295), + [anon_sym_false] = ACTIONS(4295), + [anon_sym_SQUOTE] = ACTIONS(4298), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4298), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4298), + }, + [1020] = { + [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_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(4309), + [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), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4311), + [anon_sym_super_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), + }, + [1021] = { [sym__alpha_identifier] = ACTIONS(4778), [anon_sym_AT] = ACTIONS(4780), [anon_sym_LBRACK] = ACTIONS(4780), @@ -166611,7 +166920,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4780), }, - [1019] = { + [1022] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(4774), + [anon_sym_COMMA] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(4295), + [anon_sym_fun] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(4295), + [anon_sym_super] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(4295), + [anon_sym_if] = ACTIONS(4295), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4295), + [anon_sym_try] = ACTIONS(4295), + [anon_sym_throw] = ACTIONS(4295), + [anon_sym_return] = ACTIONS(4295), + [anon_sym_continue] = ACTIONS(4295), + [anon_sym_break] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(4295), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [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(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4298), + [anon_sym_continue_AT] = ACTIONS(4298), + [anon_sym_break_AT] = ACTIONS(4298), + [anon_sym_this_AT] = ACTIONS(4298), + [anon_sym_super_AT] = ACTIONS(4298), + [sym_real_literal] = ACTIONS(4298), + [sym_integer_literal] = ACTIONS(4295), + [sym_hex_literal] = ACTIONS(4298), + [sym_bin_literal] = ACTIONS(4298), + [anon_sym_true] = ACTIONS(4295), + [anon_sym_false] = ACTIONS(4295), + [anon_sym_SQUOTE] = ACTIONS(4298), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4298), + }, + [1023] = { + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), + }, + [1024] = { + [sym__alpha_identifier] = ACTIONS(3095), + [anon_sym_AT] = ACTIONS(3097), + [anon_sym_LBRACK] = ACTIONS(3097), + [anon_sym_as] = ACTIONS(3095), + [anon_sym_EQ] = ACTIONS(3095), + [anon_sym_LBRACE] = ACTIONS(3097), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(3097), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(3095), + [anon_sym_GT] = ACTIONS(3095), + [anon_sym_where] = ACTIONS(3095), + [anon_sym_object] = ACTIONS(3095), + [anon_sym_fun] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(3095), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3095), + [anon_sym_set] = ACTIONS(3095), + [anon_sym_this] = ACTIONS(3095), + [anon_sym_super] = ACTIONS(3095), + [anon_sym_STAR] = ACTIONS(3095), + [sym_label] = ACTIONS(3095), + [anon_sym_in] = ACTIONS(3095), + [anon_sym_DOT_DOT] = ACTIONS(3097), + [anon_sym_QMARK_COLON] = ACTIONS(3097), + [anon_sym_AMP_AMP] = ACTIONS(3097), + [anon_sym_PIPE_PIPE] = ACTIONS(3097), + [anon_sym_null] = ACTIONS(3095), + [anon_sym_if] = ACTIONS(3095), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_when] = ACTIONS(3095), + [anon_sym_try] = ACTIONS(3095), + [anon_sym_throw] = ACTIONS(3095), + [anon_sym_return] = ACTIONS(3095), + [anon_sym_continue] = ACTIONS(3095), + [anon_sym_break] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(3097), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(3095), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3097), + [anon_sym_EQ_EQ] = ACTIONS(3095), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3097), + [anon_sym_LT_EQ] = ACTIONS(3097), + [anon_sym_GT_EQ] = ACTIONS(3097), + [anon_sym_BANGin] = ACTIONS(3097), + [anon_sym_is] = ACTIONS(3095), + [anon_sym_BANGis] = ACTIONS(3097), + [anon_sym_PLUS] = ACTIONS(3095), + [anon_sym_DASH] = ACTIONS(3095), + [anon_sym_SLASH] = ACTIONS(3095), + [anon_sym_PERCENT] = ACTIONS(3095), + [anon_sym_as_QMARK] = ACTIONS(3097), + [anon_sym_PLUS_PLUS] = ACTIONS(3097), + [anon_sym_DASH_DASH] = ACTIONS(3097), + [anon_sym_BANG] = ACTIONS(3095), + [anon_sym_BANG_BANG] = ACTIONS(3097), + [anon_sym_suspend] = ACTIONS(3095), + [anon_sym_sealed] = ACTIONS(3095), + [anon_sym_annotation] = ACTIONS(3095), + [anon_sym_data] = ACTIONS(3095), + [anon_sym_inner] = ACTIONS(3095), + [anon_sym_value] = ACTIONS(3095), + [anon_sym_override] = ACTIONS(3095), + [anon_sym_lateinit] = ACTIONS(3095), + [anon_sym_public] = ACTIONS(3095), + [anon_sym_private] = ACTIONS(3095), + [anon_sym_internal] = ACTIONS(3095), + [anon_sym_protected] = ACTIONS(3095), + [anon_sym_tailrec] = ACTIONS(3095), + [anon_sym_operator] = ACTIONS(3095), + [anon_sym_infix] = ACTIONS(3095), + [anon_sym_inline] = ACTIONS(3095), + [anon_sym_external] = ACTIONS(3095), + [sym_property_modifier] = ACTIONS(3095), + [anon_sym_abstract] = ACTIONS(3095), + [anon_sym_final] = ACTIONS(3095), + [anon_sym_open] = ACTIONS(3095), + [anon_sym_vararg] = ACTIONS(3095), + [anon_sym_noinline] = ACTIONS(3095), + [anon_sym_crossinline] = ACTIONS(3095), + [anon_sym_expect] = ACTIONS(3095), + [anon_sym_actual] = ACTIONS(3095), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3097), + [anon_sym_continue_AT] = ACTIONS(3097), + [anon_sym_break_AT] = ACTIONS(3097), + [anon_sym_this_AT] = ACTIONS(3097), + [anon_sym_super_AT] = ACTIONS(3097), + [sym_real_literal] = ACTIONS(3097), + [sym_integer_literal] = ACTIONS(3095), + [sym_hex_literal] = ACTIONS(3097), + [sym_bin_literal] = ACTIONS(3097), + [anon_sym_true] = ACTIONS(3095), + [anon_sym_false] = ACTIONS(3095), + [anon_sym_SQUOTE] = ACTIONS(3097), + [sym__backtick_identifier] = ACTIONS(3097), + [sym__automatic_semicolon] = ACTIONS(3097), + [sym_safe_nav] = ACTIONS(3097), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3097), + }, + [1025] = { [sym__alpha_identifier] = ACTIONS(4782), [anon_sym_AT] = ACTIONS(4784), [anon_sym_LBRACK] = ACTIONS(4784), @@ -166717,7 +167344,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4784), }, - [1020] = { + [1026] = { [sym__alpha_identifier] = ACTIONS(4786), [anon_sym_AT] = ACTIONS(4788), [anon_sym_LBRACK] = ACTIONS(4788), @@ -166823,325 +167450,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4788), }, - [1021] = { - [sym__alpha_identifier] = ACTIONS(4094), - [anon_sym_AT] = ACTIONS(4096), - [anon_sym_LBRACK] = ACTIONS(4096), - [anon_sym_as] = ACTIONS(4094), - [anon_sym_EQ] = ACTIONS(4094), - [anon_sym_LBRACE] = ACTIONS(4096), - [anon_sym_RBRACE] = ACTIONS(4096), - [anon_sym_LPAREN] = ACTIONS(4096), - [anon_sym_COMMA] = ACTIONS(4096), - [anon_sym_LT] = ACTIONS(4094), - [anon_sym_GT] = ACTIONS(4094), - [anon_sym_where] = ACTIONS(4094), - [anon_sym_object] = ACTIONS(4094), - [anon_sym_fun] = ACTIONS(4094), - [anon_sym_DOT] = ACTIONS(4094), - [anon_sym_SEMI] = ACTIONS(4096), - [anon_sym_get] = ACTIONS(4094), - [anon_sym_set] = ACTIONS(4094), - [anon_sym_this] = ACTIONS(4094), - [anon_sym_super] = ACTIONS(4094), - [anon_sym_STAR] = ACTIONS(4094), - [sym_label] = ACTIONS(4094), - [anon_sym_in] = ACTIONS(4094), - [anon_sym_DOT_DOT] = ACTIONS(4096), - [anon_sym_QMARK_COLON] = ACTIONS(4096), - [anon_sym_AMP_AMP] = ACTIONS(4096), - [anon_sym_PIPE_PIPE] = ACTIONS(4096), - [anon_sym_null] = ACTIONS(4094), - [anon_sym_if] = ACTIONS(4094), - [anon_sym_else] = ACTIONS(4094), - [anon_sym_when] = ACTIONS(4094), - [anon_sym_try] = ACTIONS(4094), - [anon_sym_throw] = ACTIONS(4094), - [anon_sym_return] = ACTIONS(4094), - [anon_sym_continue] = ACTIONS(4094), - [anon_sym_break] = ACTIONS(4094), - [anon_sym_COLON_COLON] = ACTIONS(4096), - [anon_sym_PLUS_EQ] = ACTIONS(4096), - [anon_sym_DASH_EQ] = ACTIONS(4096), - [anon_sym_STAR_EQ] = ACTIONS(4096), - [anon_sym_SLASH_EQ] = ACTIONS(4096), - [anon_sym_PERCENT_EQ] = ACTIONS(4096), - [anon_sym_BANG_EQ] = ACTIONS(4094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4096), - [anon_sym_EQ_EQ] = ACTIONS(4094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4096), - [anon_sym_LT_EQ] = ACTIONS(4096), - [anon_sym_GT_EQ] = ACTIONS(4096), - [anon_sym_BANGin] = ACTIONS(4096), - [anon_sym_is] = ACTIONS(4094), - [anon_sym_BANGis] = ACTIONS(4096), - [anon_sym_PLUS] = ACTIONS(4094), - [anon_sym_DASH] = ACTIONS(4094), - [anon_sym_SLASH] = ACTIONS(4094), - [anon_sym_PERCENT] = ACTIONS(4094), - [anon_sym_as_QMARK] = ACTIONS(4096), - [anon_sym_PLUS_PLUS] = ACTIONS(4096), - [anon_sym_DASH_DASH] = ACTIONS(4096), - [anon_sym_BANG] = ACTIONS(4094), - [anon_sym_BANG_BANG] = ACTIONS(4096), - [anon_sym_suspend] = ACTIONS(4094), - [anon_sym_sealed] = ACTIONS(4094), - [anon_sym_annotation] = ACTIONS(4094), - [anon_sym_data] = ACTIONS(4094), - [anon_sym_inner] = ACTIONS(4094), - [anon_sym_value] = ACTIONS(4094), - [anon_sym_override] = ACTIONS(4094), - [anon_sym_lateinit] = ACTIONS(4094), - [anon_sym_public] = ACTIONS(4094), - [anon_sym_private] = ACTIONS(4094), - [anon_sym_internal] = ACTIONS(4094), - [anon_sym_protected] = ACTIONS(4094), - [anon_sym_tailrec] = ACTIONS(4094), - [anon_sym_operator] = ACTIONS(4094), - [anon_sym_infix] = ACTIONS(4094), - [anon_sym_inline] = ACTIONS(4094), - [anon_sym_external] = ACTIONS(4094), - [sym_property_modifier] = ACTIONS(4094), - [anon_sym_abstract] = ACTIONS(4094), - [anon_sym_final] = ACTIONS(4094), - [anon_sym_open] = ACTIONS(4094), - [anon_sym_vararg] = ACTIONS(4094), - [anon_sym_noinline] = ACTIONS(4094), - [anon_sym_crossinline] = ACTIONS(4094), - [anon_sym_expect] = ACTIONS(4094), - [anon_sym_actual] = ACTIONS(4094), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4096), - [anon_sym_continue_AT] = ACTIONS(4096), - [anon_sym_break_AT] = ACTIONS(4096), - [anon_sym_this_AT] = ACTIONS(4096), - [anon_sym_super_AT] = ACTIONS(4096), - [sym_real_literal] = ACTIONS(4096), - [sym_integer_literal] = ACTIONS(4094), - [sym_hex_literal] = ACTIONS(4096), - [sym_bin_literal] = ACTIONS(4096), - [anon_sym_true] = ACTIONS(4094), - [anon_sym_false] = ACTIONS(4094), - [anon_sym_SQUOTE] = ACTIONS(4096), - [sym__backtick_identifier] = ACTIONS(4096), - [sym__automatic_semicolon] = ACTIONS(4096), - [sym_safe_nav] = ACTIONS(4096), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4096), - }, - [1022] = { - [sym__alpha_identifier] = ACTIONS(4253), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4253), - [anon_sym_EQ] = ACTIONS(4253), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(4255), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4253), - [anon_sym_GT] = ACTIONS(4253), - [anon_sym_where] = ACTIONS(4253), - [anon_sym_object] = ACTIONS(4253), - [anon_sym_fun] = ACTIONS(4253), - [anon_sym_DOT] = ACTIONS(4253), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4253), - [anon_sym_set] = ACTIONS(4253), - [anon_sym_this] = ACTIONS(4253), - [anon_sym_super] = ACTIONS(4253), - [anon_sym_STAR] = ACTIONS(4253), - [sym_label] = ACTIONS(4253), - [anon_sym_in] = ACTIONS(4253), - [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(4253), - [anon_sym_if] = ACTIONS(4253), - [anon_sym_else] = ACTIONS(4253), - [anon_sym_when] = ACTIONS(4253), - [anon_sym_try] = ACTIONS(4253), - [anon_sym_throw] = ACTIONS(4253), - [anon_sym_return] = ACTIONS(4253), - [anon_sym_continue] = ACTIONS(4253), - [anon_sym_break] = ACTIONS(4253), - [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(4253), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4253), - [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(4253), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4253), - [anon_sym_DASH] = ACTIONS(4253), - [anon_sym_SLASH] = ACTIONS(4253), - [anon_sym_PERCENT] = ACTIONS(4253), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG] = ACTIONS(4253), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_suspend] = ACTIONS(4253), - [anon_sym_sealed] = ACTIONS(4253), - [anon_sym_annotation] = ACTIONS(4253), - [anon_sym_data] = ACTIONS(4253), - [anon_sym_inner] = ACTIONS(4253), - [anon_sym_value] = ACTIONS(4253), - [anon_sym_override] = ACTIONS(4253), - [anon_sym_lateinit] = ACTIONS(4253), - [anon_sym_public] = ACTIONS(4253), - [anon_sym_private] = ACTIONS(4253), - [anon_sym_internal] = ACTIONS(4253), - [anon_sym_protected] = ACTIONS(4253), - [anon_sym_tailrec] = ACTIONS(4253), - [anon_sym_operator] = ACTIONS(4253), - [anon_sym_infix] = ACTIONS(4253), - [anon_sym_inline] = ACTIONS(4253), - [anon_sym_external] = ACTIONS(4253), - [sym_property_modifier] = ACTIONS(4253), - [anon_sym_abstract] = ACTIONS(4253), - [anon_sym_final] = ACTIONS(4253), - [anon_sym_open] = ACTIONS(4253), - [anon_sym_vararg] = ACTIONS(4253), - [anon_sym_noinline] = ACTIONS(4253), - [anon_sym_crossinline] = ACTIONS(4253), - [anon_sym_expect] = ACTIONS(4253), - [anon_sym_actual] = ACTIONS(4253), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4255), - [anon_sym_continue_AT] = ACTIONS(4255), - [anon_sym_break_AT] = ACTIONS(4255), - [anon_sym_this_AT] = ACTIONS(4255), - [anon_sym_super_AT] = ACTIONS(4255), - [sym_real_literal] = ACTIONS(4255), - [sym_integer_literal] = ACTIONS(4253), - [sym_hex_literal] = ACTIONS(4255), - [sym_bin_literal] = ACTIONS(4255), - [anon_sym_true] = ACTIONS(4253), - [anon_sym_false] = ACTIONS(4253), - [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), - }, - [1023] = { - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3270), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_suspend] = ACTIONS(3270), - [anon_sym_sealed] = ACTIONS(3270), - [anon_sym_annotation] = ACTIONS(3270), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_override] = ACTIONS(3270), - [anon_sym_lateinit] = ACTIONS(3270), - [anon_sym_public] = ACTIONS(3270), - [anon_sym_private] = ACTIONS(3270), - [anon_sym_internal] = ACTIONS(3270), - [anon_sym_protected] = ACTIONS(3270), - [anon_sym_tailrec] = ACTIONS(3270), - [anon_sym_operator] = ACTIONS(3270), - [anon_sym_infix] = ACTIONS(3270), - [anon_sym_inline] = ACTIONS(3270), - [anon_sym_external] = ACTIONS(3270), - [sym_property_modifier] = ACTIONS(3270), - [anon_sym_abstract] = ACTIONS(3270), - [anon_sym_final] = ACTIONS(3270), - [anon_sym_open] = ACTIONS(3270), - [anon_sym_vararg] = ACTIONS(3270), - [anon_sym_noinline] = ACTIONS(3270), - [anon_sym_crossinline] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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), - }, - [1024] = { + [1027] = { [sym__alpha_identifier] = ACTIONS(4790), [anon_sym_AT] = ACTIONS(4792), [anon_sym_LBRACK] = ACTIONS(4792), @@ -167247,998 +167556,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4792), }, - [1025] = { - [sym__alpha_identifier] = ACTIONS(4794), - [anon_sym_AT] = ACTIONS(4796), - [anon_sym_LBRACK] = ACTIONS(4796), - [anon_sym_as] = ACTIONS(4794), - [anon_sym_EQ] = ACTIONS(4794), - [anon_sym_LBRACE] = ACTIONS(4796), - [anon_sym_RBRACE] = ACTIONS(4796), - [anon_sym_LPAREN] = ACTIONS(4796), - [anon_sym_COMMA] = ACTIONS(4796), - [anon_sym_LT] = ACTIONS(4794), - [anon_sym_GT] = ACTIONS(4794), - [anon_sym_where] = ACTIONS(4794), - [anon_sym_object] = ACTIONS(4794), - [anon_sym_fun] = ACTIONS(4794), - [anon_sym_DOT] = ACTIONS(4794), - [anon_sym_SEMI] = ACTIONS(4796), - [anon_sym_get] = ACTIONS(4794), - [anon_sym_set] = ACTIONS(4794), - [anon_sym_this] = ACTIONS(4794), - [anon_sym_super] = ACTIONS(4794), - [anon_sym_STAR] = ACTIONS(4794), - [sym_label] = ACTIONS(4794), - [anon_sym_in] = ACTIONS(4794), - [anon_sym_DOT_DOT] = ACTIONS(4796), - [anon_sym_QMARK_COLON] = ACTIONS(4796), - [anon_sym_AMP_AMP] = ACTIONS(4796), - [anon_sym_PIPE_PIPE] = ACTIONS(4796), - [anon_sym_null] = ACTIONS(4794), - [anon_sym_if] = ACTIONS(4794), - [anon_sym_else] = ACTIONS(4794), - [anon_sym_when] = ACTIONS(4794), - [anon_sym_try] = ACTIONS(4794), - [anon_sym_throw] = ACTIONS(4794), - [anon_sym_return] = ACTIONS(4794), - [anon_sym_continue] = ACTIONS(4794), - [anon_sym_break] = ACTIONS(4794), - [anon_sym_COLON_COLON] = ACTIONS(4796), - [anon_sym_PLUS_EQ] = ACTIONS(4796), - [anon_sym_DASH_EQ] = ACTIONS(4796), - [anon_sym_STAR_EQ] = ACTIONS(4796), - [anon_sym_SLASH_EQ] = ACTIONS(4796), - [anon_sym_PERCENT_EQ] = ACTIONS(4796), - [anon_sym_BANG_EQ] = ACTIONS(4794), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4796), - [anon_sym_EQ_EQ] = ACTIONS(4794), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4796), - [anon_sym_LT_EQ] = ACTIONS(4796), - [anon_sym_GT_EQ] = ACTIONS(4796), - [anon_sym_BANGin] = ACTIONS(4796), - [anon_sym_is] = ACTIONS(4794), - [anon_sym_BANGis] = ACTIONS(4796), - [anon_sym_PLUS] = ACTIONS(4794), - [anon_sym_DASH] = ACTIONS(4794), - [anon_sym_SLASH] = ACTIONS(4794), - [anon_sym_PERCENT] = ACTIONS(4794), - [anon_sym_as_QMARK] = ACTIONS(4796), - [anon_sym_PLUS_PLUS] = ACTIONS(4796), - [anon_sym_DASH_DASH] = ACTIONS(4796), - [anon_sym_BANG] = ACTIONS(4794), - [anon_sym_BANG_BANG] = ACTIONS(4796), - [anon_sym_suspend] = ACTIONS(4794), - [anon_sym_sealed] = ACTIONS(4794), - [anon_sym_annotation] = ACTIONS(4794), - [anon_sym_data] = ACTIONS(4794), - [anon_sym_inner] = ACTIONS(4794), - [anon_sym_value] = ACTIONS(4794), - [anon_sym_override] = ACTIONS(4794), - [anon_sym_lateinit] = ACTIONS(4794), - [anon_sym_public] = ACTIONS(4794), - [anon_sym_private] = ACTIONS(4794), - [anon_sym_internal] = ACTIONS(4794), - [anon_sym_protected] = ACTIONS(4794), - [anon_sym_tailrec] = ACTIONS(4794), - [anon_sym_operator] = ACTIONS(4794), - [anon_sym_infix] = ACTIONS(4794), - [anon_sym_inline] = ACTIONS(4794), - [anon_sym_external] = ACTIONS(4794), - [sym_property_modifier] = ACTIONS(4794), - [anon_sym_abstract] = ACTIONS(4794), - [anon_sym_final] = ACTIONS(4794), - [anon_sym_open] = ACTIONS(4794), - [anon_sym_vararg] = ACTIONS(4794), - [anon_sym_noinline] = ACTIONS(4794), - [anon_sym_crossinline] = ACTIONS(4794), - [anon_sym_expect] = ACTIONS(4794), - [anon_sym_actual] = ACTIONS(4794), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4796), - [anon_sym_continue_AT] = ACTIONS(4796), - [anon_sym_break_AT] = ACTIONS(4796), - [anon_sym_this_AT] = ACTIONS(4796), - [anon_sym_super_AT] = ACTIONS(4796), - [sym_real_literal] = ACTIONS(4796), - [sym_integer_literal] = ACTIONS(4794), - [sym_hex_literal] = ACTIONS(4796), - [sym_bin_literal] = ACTIONS(4796), - [anon_sym_true] = ACTIONS(4794), - [anon_sym_false] = ACTIONS(4794), - [anon_sym_SQUOTE] = ACTIONS(4796), - [sym__backtick_identifier] = ACTIONS(4796), - [sym__automatic_semicolon] = ACTIONS(4796), - [sym_safe_nav] = ACTIONS(4796), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4796), - }, - [1026] = { - [sym__alpha_identifier] = ACTIONS(3113), - [anon_sym_AT] = ACTIONS(3115), - [anon_sym_LBRACK] = ACTIONS(3115), - [anon_sym_as] = ACTIONS(3113), - [anon_sym_EQ] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(3115), - [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(3115), - [anon_sym_COMMA] = ACTIONS(3115), - [anon_sym_LT] = ACTIONS(3113), - [anon_sym_GT] = ACTIONS(3113), - [anon_sym_where] = ACTIONS(3113), - [anon_sym_object] = ACTIONS(3113), - [anon_sym_fun] = ACTIONS(3113), - [anon_sym_DOT] = ACTIONS(3113), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3113), - [anon_sym_set] = ACTIONS(3113), - [anon_sym_this] = ACTIONS(3113), - [anon_sym_super] = ACTIONS(3113), - [anon_sym_STAR] = ACTIONS(3113), - [sym_label] = ACTIONS(3113), - [anon_sym_in] = ACTIONS(3113), - [anon_sym_DOT_DOT] = ACTIONS(3115), - [anon_sym_QMARK_COLON] = ACTIONS(3115), - [anon_sym_AMP_AMP] = ACTIONS(3115), - [anon_sym_PIPE_PIPE] = ACTIONS(3115), - [anon_sym_null] = ACTIONS(3113), - [anon_sym_if] = ACTIONS(3113), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_when] = ACTIONS(3113), - [anon_sym_try] = ACTIONS(3113), - [anon_sym_throw] = ACTIONS(3113), - [anon_sym_return] = ACTIONS(3113), - [anon_sym_continue] = ACTIONS(3113), - [anon_sym_break] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_PLUS_EQ] = ACTIONS(3115), - [anon_sym_DASH_EQ] = ACTIONS(3115), - [anon_sym_STAR_EQ] = ACTIONS(3115), - [anon_sym_SLASH_EQ] = ACTIONS(3115), - [anon_sym_PERCENT_EQ] = ACTIONS(3115), - [anon_sym_BANG_EQ] = ACTIONS(3113), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), - [anon_sym_EQ_EQ] = ACTIONS(3113), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), - [anon_sym_LT_EQ] = ACTIONS(3115), - [anon_sym_GT_EQ] = ACTIONS(3115), - [anon_sym_BANGin] = ACTIONS(3115), - [anon_sym_is] = ACTIONS(3113), - [anon_sym_BANGis] = ACTIONS(3115), - [anon_sym_PLUS] = ACTIONS(3113), - [anon_sym_DASH] = ACTIONS(3113), - [anon_sym_SLASH] = ACTIONS(3113), - [anon_sym_PERCENT] = ACTIONS(3113), - [anon_sym_as_QMARK] = ACTIONS(3115), - [anon_sym_PLUS_PLUS] = ACTIONS(3115), - [anon_sym_DASH_DASH] = ACTIONS(3115), - [anon_sym_BANG] = ACTIONS(3113), - [anon_sym_BANG_BANG] = ACTIONS(3115), - [anon_sym_suspend] = ACTIONS(3113), - [anon_sym_sealed] = ACTIONS(3113), - [anon_sym_annotation] = ACTIONS(3113), - [anon_sym_data] = ACTIONS(3113), - [anon_sym_inner] = ACTIONS(3113), - [anon_sym_value] = ACTIONS(3113), - [anon_sym_override] = ACTIONS(3113), - [anon_sym_lateinit] = ACTIONS(3113), - [anon_sym_public] = ACTIONS(3113), - [anon_sym_private] = ACTIONS(3113), - [anon_sym_internal] = ACTIONS(3113), - [anon_sym_protected] = ACTIONS(3113), - [anon_sym_tailrec] = ACTIONS(3113), - [anon_sym_operator] = ACTIONS(3113), - [anon_sym_infix] = ACTIONS(3113), - [anon_sym_inline] = ACTIONS(3113), - [anon_sym_external] = ACTIONS(3113), - [sym_property_modifier] = ACTIONS(3113), - [anon_sym_abstract] = ACTIONS(3113), - [anon_sym_final] = ACTIONS(3113), - [anon_sym_open] = ACTIONS(3113), - [anon_sym_vararg] = ACTIONS(3113), - [anon_sym_noinline] = ACTIONS(3113), - [anon_sym_crossinline] = ACTIONS(3113), - [anon_sym_expect] = ACTIONS(3113), - [anon_sym_actual] = ACTIONS(3113), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3115), - [anon_sym_continue_AT] = ACTIONS(3115), - [anon_sym_break_AT] = ACTIONS(3115), - [anon_sym_this_AT] = ACTIONS(3115), - [anon_sym_super_AT] = ACTIONS(3115), - [sym_real_literal] = ACTIONS(3115), - [sym_integer_literal] = ACTIONS(3113), - [sym_hex_literal] = ACTIONS(3115), - [sym_bin_literal] = ACTIONS(3115), - [anon_sym_true] = ACTIONS(3113), - [anon_sym_false] = ACTIONS(3113), - [anon_sym_SQUOTE] = ACTIONS(3115), - [sym__backtick_identifier] = ACTIONS(3115), - [sym__automatic_semicolon] = ACTIONS(3115), - [sym_safe_nav] = ACTIONS(3115), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3115), - }, - [1027] = { - [sym__alpha_identifier] = ACTIONS(4798), - [anon_sym_AT] = ACTIONS(4800), - [anon_sym_LBRACK] = ACTIONS(4800), - [anon_sym_as] = ACTIONS(4798), - [anon_sym_EQ] = ACTIONS(4798), - [anon_sym_LBRACE] = ACTIONS(4800), - [anon_sym_RBRACE] = ACTIONS(4800), - [anon_sym_LPAREN] = ACTIONS(4800), - [anon_sym_COMMA] = ACTIONS(4800), - [anon_sym_LT] = ACTIONS(4798), - [anon_sym_GT] = ACTIONS(4798), - [anon_sym_where] = ACTIONS(4798), - [anon_sym_object] = ACTIONS(4798), - [anon_sym_fun] = ACTIONS(4798), - [anon_sym_DOT] = ACTIONS(4798), - [anon_sym_SEMI] = ACTIONS(4800), - [anon_sym_get] = ACTIONS(4798), - [anon_sym_set] = ACTIONS(4798), - [anon_sym_this] = ACTIONS(4798), - [anon_sym_super] = ACTIONS(4798), - [anon_sym_STAR] = ACTIONS(4798), - [sym_label] = ACTIONS(4798), - [anon_sym_in] = ACTIONS(4798), - [anon_sym_DOT_DOT] = ACTIONS(4800), - [anon_sym_QMARK_COLON] = ACTIONS(4800), - [anon_sym_AMP_AMP] = ACTIONS(4800), - [anon_sym_PIPE_PIPE] = ACTIONS(4800), - [anon_sym_null] = ACTIONS(4798), - [anon_sym_if] = ACTIONS(4798), - [anon_sym_else] = ACTIONS(4798), - [anon_sym_when] = ACTIONS(4798), - [anon_sym_try] = ACTIONS(4798), - [anon_sym_throw] = ACTIONS(4798), - [anon_sym_return] = ACTIONS(4798), - [anon_sym_continue] = ACTIONS(4798), - [anon_sym_break] = ACTIONS(4798), - [anon_sym_COLON_COLON] = ACTIONS(4800), - [anon_sym_PLUS_EQ] = ACTIONS(4800), - [anon_sym_DASH_EQ] = ACTIONS(4800), - [anon_sym_STAR_EQ] = ACTIONS(4800), - [anon_sym_SLASH_EQ] = ACTIONS(4800), - [anon_sym_PERCENT_EQ] = ACTIONS(4800), - [anon_sym_BANG_EQ] = ACTIONS(4798), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4800), - [anon_sym_EQ_EQ] = ACTIONS(4798), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4800), - [anon_sym_LT_EQ] = ACTIONS(4800), - [anon_sym_GT_EQ] = ACTIONS(4800), - [anon_sym_BANGin] = ACTIONS(4800), - [anon_sym_is] = ACTIONS(4798), - [anon_sym_BANGis] = ACTIONS(4800), - [anon_sym_PLUS] = ACTIONS(4798), - [anon_sym_DASH] = ACTIONS(4798), - [anon_sym_SLASH] = ACTIONS(4798), - [anon_sym_PERCENT] = ACTIONS(4798), - [anon_sym_as_QMARK] = ACTIONS(4800), - [anon_sym_PLUS_PLUS] = ACTIONS(4800), - [anon_sym_DASH_DASH] = ACTIONS(4800), - [anon_sym_BANG] = ACTIONS(4798), - [anon_sym_BANG_BANG] = ACTIONS(4800), - [anon_sym_suspend] = ACTIONS(4798), - [anon_sym_sealed] = ACTIONS(4798), - [anon_sym_annotation] = ACTIONS(4798), - [anon_sym_data] = ACTIONS(4798), - [anon_sym_inner] = ACTIONS(4798), - [anon_sym_value] = ACTIONS(4798), - [anon_sym_override] = ACTIONS(4798), - [anon_sym_lateinit] = ACTIONS(4798), - [anon_sym_public] = ACTIONS(4798), - [anon_sym_private] = ACTIONS(4798), - [anon_sym_internal] = ACTIONS(4798), - [anon_sym_protected] = ACTIONS(4798), - [anon_sym_tailrec] = ACTIONS(4798), - [anon_sym_operator] = ACTIONS(4798), - [anon_sym_infix] = ACTIONS(4798), - [anon_sym_inline] = ACTIONS(4798), - [anon_sym_external] = ACTIONS(4798), - [sym_property_modifier] = ACTIONS(4798), - [anon_sym_abstract] = ACTIONS(4798), - [anon_sym_final] = ACTIONS(4798), - [anon_sym_open] = ACTIONS(4798), - [anon_sym_vararg] = ACTIONS(4798), - [anon_sym_noinline] = ACTIONS(4798), - [anon_sym_crossinline] = ACTIONS(4798), - [anon_sym_expect] = ACTIONS(4798), - [anon_sym_actual] = ACTIONS(4798), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4800), - [anon_sym_continue_AT] = ACTIONS(4800), - [anon_sym_break_AT] = ACTIONS(4800), - [anon_sym_this_AT] = ACTIONS(4800), - [anon_sym_super_AT] = ACTIONS(4800), - [sym_real_literal] = ACTIONS(4800), - [sym_integer_literal] = ACTIONS(4798), - [sym_hex_literal] = ACTIONS(4800), - [sym_bin_literal] = ACTIONS(4800), - [anon_sym_true] = ACTIONS(4798), - [anon_sym_false] = ACTIONS(4798), - [anon_sym_SQUOTE] = ACTIONS(4800), - [sym__backtick_identifier] = ACTIONS(4800), - [sym__automatic_semicolon] = ACTIONS(4800), - [sym_safe_nav] = ACTIONS(4800), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4800), - }, [1028] = { - [sym__alpha_identifier] = ACTIONS(4267), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(4802), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4267), - [anon_sym_fun] = ACTIONS(4267), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4267), - [anon_sym_set] = ACTIONS(4267), - [anon_sym_this] = ACTIONS(4267), - [anon_sym_super] = ACTIONS(4267), - [anon_sym_STAR] = ACTIONS(4267), - [sym_label] = ACTIONS(4267), - [anon_sym_in] = ACTIONS(4267), - [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(4267), - [anon_sym_if] = ACTIONS(4267), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4267), - [anon_sym_try] = ACTIONS(4267), - [anon_sym_throw] = ACTIONS(4267), - [anon_sym_return] = ACTIONS(4267), - [anon_sym_continue] = ACTIONS(4267), - [anon_sym_break] = ACTIONS(4267), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4267), - [anon_sym_DASH] = ACTIONS(4267), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4265), - [anon_sym_DASH_DASH] = ACTIONS(4265), - [anon_sym_BANG] = ACTIONS(4267), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4267), - [anon_sym_inner] = ACTIONS(4267), - [anon_sym_value] = ACTIONS(4267), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4267), - [anon_sym_actual] = ACTIONS(4267), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4265), - [anon_sym_continue_AT] = ACTIONS(4265), - [anon_sym_break_AT] = ACTIONS(4265), - [anon_sym_this_AT] = ACTIONS(4265), - [anon_sym_super_AT] = ACTIONS(4265), - [sym_real_literal] = ACTIONS(4265), - [sym_integer_literal] = ACTIONS(4267), - [sym_hex_literal] = ACTIONS(4265), - [sym_bin_literal] = ACTIONS(4265), - [anon_sym_true] = ACTIONS(4267), - [anon_sym_false] = ACTIONS(4267), - [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), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4398), + [anon_sym_super_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), }, [1029] = { - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3346), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(3344), - [anon_sym_set] = ACTIONS(3344), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(3344), - [anon_sym_sealed] = ACTIONS(3344), - [anon_sym_annotation] = ACTIONS(3344), - [anon_sym_data] = ACTIONS(3344), - [anon_sym_inner] = ACTIONS(3344), - [anon_sym_value] = ACTIONS(3344), - [anon_sym_override] = ACTIONS(3344), - [anon_sym_lateinit] = ACTIONS(3344), - [anon_sym_public] = ACTIONS(3344), - [anon_sym_private] = ACTIONS(3344), - [anon_sym_internal] = ACTIONS(3344), - [anon_sym_protected] = ACTIONS(3344), - [anon_sym_tailrec] = ACTIONS(3344), - [anon_sym_operator] = ACTIONS(3344), - [anon_sym_infix] = ACTIONS(3344), - [anon_sym_inline] = ACTIONS(3344), - [anon_sym_external] = ACTIONS(3344), - [sym_property_modifier] = ACTIONS(3344), - [anon_sym_abstract] = ACTIONS(3344), - [anon_sym_final] = ACTIONS(3344), - [anon_sym_open] = ACTIONS(3344), - [anon_sym_vararg] = ACTIONS(3344), - [anon_sym_noinline] = ACTIONS(3344), - [anon_sym_crossinline] = ACTIONS(3344), - [anon_sym_expect] = ACTIONS(3344), - [anon_sym_actual] = ACTIONS(3344), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), - }, - [1030] = { - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_EQ] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_object] = ACTIONS(4505), - [anon_sym_fun] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_this] = ACTIONS(4505), - [anon_sym_super] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4505), - [sym_label] = ACTIONS(4505), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_null] = ACTIONS(4505), - [anon_sym_if] = ACTIONS(4505), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_when] = ACTIONS(4505), - [anon_sym_try] = ACTIONS(4505), - [anon_sym_throw] = ACTIONS(4505), - [anon_sym_return] = ACTIONS(4505), - [anon_sym_continue] = ACTIONS(4505), - [anon_sym_break] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_PLUS_EQ] = ACTIONS(4507), - [anon_sym_DASH_EQ] = ACTIONS(4507), - [anon_sym_STAR_EQ] = ACTIONS(4507), - [anon_sym_SLASH_EQ] = ACTIONS(4507), - [anon_sym_PERCENT_EQ] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG] = ACTIONS(4505), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_suspend] = ACTIONS(4505), - [anon_sym_sealed] = ACTIONS(4505), - [anon_sym_annotation] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_override] = ACTIONS(4505), - [anon_sym_lateinit] = ACTIONS(4505), - [anon_sym_public] = ACTIONS(4505), - [anon_sym_private] = ACTIONS(4505), - [anon_sym_internal] = ACTIONS(4505), - [anon_sym_protected] = ACTIONS(4505), - [anon_sym_tailrec] = ACTIONS(4505), - [anon_sym_operator] = ACTIONS(4505), - [anon_sym_infix] = ACTIONS(4505), - [anon_sym_inline] = ACTIONS(4505), - [anon_sym_external] = ACTIONS(4505), - [sym_property_modifier] = ACTIONS(4505), - [anon_sym_abstract] = ACTIONS(4505), - [anon_sym_final] = ACTIONS(4505), - [anon_sym_open] = ACTIONS(4505), - [anon_sym_vararg] = ACTIONS(4505), - [anon_sym_noinline] = ACTIONS(4505), - [anon_sym_crossinline] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4507), - [anon_sym_continue_AT] = ACTIONS(4507), - [anon_sym_break_AT] = ACTIONS(4507), - [anon_sym_this_AT] = ACTIONS(4507), - [anon_sym_super_AT] = ACTIONS(4507), - [sym_real_literal] = ACTIONS(4507), - [sym_integer_literal] = ACTIONS(4505), - [sym_hex_literal] = ACTIONS(4507), - [sym_bin_literal] = ACTIONS(4507), - [anon_sym_true] = ACTIONS(4505), - [anon_sym_false] = ACTIONS(4505), - [anon_sym_SQUOTE] = ACTIONS(4507), - [sym__backtick_identifier] = ACTIONS(4507), - [sym__automatic_semicolon] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4507), - }, - [1031] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4806), - [anon_sym_super_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), - }, - [1032] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(4808), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [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(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [1033] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4814), - [anon_sym_super_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), - }, - [1034] = { - [sym__alpha_identifier] = ACTIONS(4289), - [anon_sym_AT] = ACTIONS(4287), - [anon_sym_LBRACK] = ACTIONS(4287), + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), [anon_sym_as] = ACTIONS(4289), [anon_sym_EQ] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4287), + [anon_sym_LBRACE] = ACTIONS(4284), [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(4816), + [anon_sym_LPAREN] = ACTIONS(4794), [anon_sym_COMMA] = ACTIONS(4287), [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), [anon_sym_where] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4289), - [anon_sym_fun] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), [anon_sym_DOT] = ACTIONS(4289), [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4289), - [anon_sym_set] = ACTIONS(4289), - [anon_sym_this] = ACTIONS(4289), - [anon_sym_super] = ACTIONS(4289), - [anon_sym_STAR] = ACTIONS(4289), - [sym_label] = ACTIONS(4289), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4281), + [sym_label] = ACTIONS(4281), [anon_sym_in] = ACTIONS(4289), [anon_sym_DOT_DOT] = ACTIONS(4287), [anon_sym_QMARK_COLON] = ACTIONS(4287), [anon_sym_AMP_AMP] = ACTIONS(4287), [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4289), - [anon_sym_if] = ACTIONS(4289), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4289), - [anon_sym_try] = ACTIONS(4289), - [anon_sym_throw] = ACTIONS(4289), - [anon_sym_return] = ACTIONS(4289), - [anon_sym_continue] = ACTIONS(4289), - [anon_sym_break] = ACTIONS(4289), - [anon_sym_COLON_COLON] = ACTIONS(4287), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4284), [anon_sym_PLUS_EQ] = ACTIONS(4287), [anon_sym_DASH_EQ] = ACTIONS(4287), [anon_sym_STAR_EQ] = ACTIONS(4287), @@ -168253,21 +167714,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(4287), [anon_sym_is] = ACTIONS(4289), [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4289), - [anon_sym_DASH] = ACTIONS(4289), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), [anon_sym_SLASH] = ACTIONS(4289), [anon_sym_PERCENT] = ACTIONS(4289), [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4287), - [anon_sym_DASH_DASH] = ACTIONS(4287), - [anon_sym_BANG] = ACTIONS(4289), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(3976), [anon_sym_BANG_BANG] = ACTIONS(4287), [anon_sym_suspend] = ACTIONS(4289), [anon_sym_sealed] = ACTIONS(4289), [anon_sym_annotation] = ACTIONS(4289), - [anon_sym_data] = ACTIONS(4289), - [anon_sym_inner] = ACTIONS(4289), - [anon_sym_value] = ACTIONS(4289), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), [anon_sym_override] = ACTIONS(4289), [anon_sym_lateinit] = ACTIONS(4289), [anon_sym_public] = ACTIONS(4289), @@ -168286,68 +167747,810 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(4289), [anon_sym_noinline] = ACTIONS(4289), [anon_sym_crossinline] = ACTIONS(4289), - [anon_sym_expect] = ACTIONS(4289), - [anon_sym_actual] = ACTIONS(4289), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4287), - [anon_sym_continue_AT] = ACTIONS(4287), - [anon_sym_break_AT] = ACTIONS(4287), - [anon_sym_this_AT] = ACTIONS(4287), - [anon_sym_super_AT] = ACTIONS(4287), - [sym_real_literal] = ACTIONS(4287), - [sym_integer_literal] = ACTIONS(4289), - [sym_hex_literal] = ACTIONS(4287), - [sym_bin_literal] = ACTIONS(4287), - [anon_sym_true] = ACTIONS(4289), - [anon_sym_false] = ACTIONS(4289), - [anon_sym_SQUOTE] = ACTIONS(4287), - [sym__backtick_identifier] = ACTIONS(4287), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4284), [sym__automatic_semicolon] = ACTIONS(4287), [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4287), + [sym__string_start] = ACTIONS(3981), }, - [1035] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_EQ] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_COMMA] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_where] = ACTIONS(4818), - [anon_sym_object] = ACTIONS(4818), - [anon_sym_fun] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(4822), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_this] = ACTIONS(4818), - [anon_sym_super] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4818), - [sym_label] = ACTIONS(4818), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_null] = ACTIONS(4818), - [anon_sym_if] = ACTIONS(4818), - [anon_sym_else] = ACTIONS(4824), - [anon_sym_when] = ACTIONS(4818), - [anon_sym_try] = ACTIONS(4818), - [anon_sym_throw] = ACTIONS(4818), - [anon_sym_return] = ACTIONS(4818), - [anon_sym_continue] = ACTIONS(4818), - [anon_sym_break] = ACTIONS(4818), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_PLUS_EQ] = ACTIONS(4820), - [anon_sym_DASH_EQ] = ACTIONS(4820), - [anon_sym_STAR_EQ] = ACTIONS(4820), + [1030] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4281), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4284), + [anon_sym_LPAREN] = ACTIONS(4798), + [anon_sym_COMMA] = ACTIONS(4284), + [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(4284), + [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(4284), + [anon_sym_QMARK_COLON] = ACTIONS(4284), + [anon_sym_AMP_AMP] = ACTIONS(4284), + [anon_sym_PIPE_PIPE] = ACTIONS(4284), + [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(4284), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(4281), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), + [anon_sym_EQ_EQ] = ACTIONS(4281), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), + [anon_sym_LT_EQ] = ACTIONS(4284), + [anon_sym_GT_EQ] = ACTIONS(4284), + [anon_sym_BANGin] = ACTIONS(4284), + [anon_sym_is] = ACTIONS(4281), + [anon_sym_BANGis] = ACTIONS(4284), + [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(4284), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(4281), + [anon_sym_BANG_BANG] = ACTIONS(4284), + [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_value] = 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(4284), + [anon_sym_continue_AT] = ACTIONS(4284), + [anon_sym_break_AT] = ACTIONS(4284), + [anon_sym_this_AT] = ACTIONS(4284), + [anon_sym_super_AT] = ACTIONS(4284), + [sym_real_literal] = ACTIONS(4284), + [sym_integer_literal] = ACTIONS(4281), + [sym_hex_literal] = ACTIONS(4284), + [sym_bin_literal] = ACTIONS(4284), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [anon_sym_SQUOTE] = ACTIONS(4284), + [sym__backtick_identifier] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4284), + [sym_safe_nav] = ACTIONS(4284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4284), + }, + [1031] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4295), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4298), + [anon_sym_LPAREN] = ACTIONS(4802), + [anon_sym_COMMA] = ACTIONS(4298), + [anon_sym_LT] = ACTIONS(4295), + [anon_sym_GT] = ACTIONS(4295), + [anon_sym_where] = ACTIONS(4295), + [anon_sym_object] = ACTIONS(4295), + [anon_sym_fun] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4295), + [anon_sym_SEMI] = ACTIONS(4298), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(4295), + [anon_sym_super] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4295), + [anon_sym_DOT_DOT] = ACTIONS(4298), + [anon_sym_QMARK_COLON] = ACTIONS(4298), + [anon_sym_AMP_AMP] = ACTIONS(4298), + [anon_sym_PIPE_PIPE] = ACTIONS(4298), + [anon_sym_null] = ACTIONS(4295), + [anon_sym_if] = ACTIONS(4295), + [anon_sym_else] = ACTIONS(4295), + [anon_sym_when] = ACTIONS(4295), + [anon_sym_try] = ACTIONS(4295), + [anon_sym_throw] = ACTIONS(4295), + [anon_sym_return] = ACTIONS(4295), + [anon_sym_continue] = ACTIONS(4295), + [anon_sym_break] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(4295), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4298), + [anon_sym_EQ_EQ] = ACTIONS(4295), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4298), + [anon_sym_LT_EQ] = ACTIONS(4298), + [anon_sym_GT_EQ] = ACTIONS(4298), + [anon_sym_BANGin] = ACTIONS(4298), + [anon_sym_is] = ACTIONS(4295), + [anon_sym_BANGis] = ACTIONS(4298), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4295), + [anon_sym_PERCENT] = ACTIONS(4295), + [anon_sym_as_QMARK] = ACTIONS(4298), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(4295), + [anon_sym_BANG_BANG] = ACTIONS(4298), + [anon_sym_suspend] = ACTIONS(4295), + [anon_sym_sealed] = ACTIONS(4295), + [anon_sym_annotation] = ACTIONS(4295), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_override] = ACTIONS(4295), + [anon_sym_lateinit] = ACTIONS(4295), + [anon_sym_public] = ACTIONS(4295), + [anon_sym_private] = ACTIONS(4295), + [anon_sym_internal] = ACTIONS(4295), + [anon_sym_protected] = ACTIONS(4295), + [anon_sym_tailrec] = ACTIONS(4295), + [anon_sym_operator] = ACTIONS(4295), + [anon_sym_infix] = ACTIONS(4295), + [anon_sym_inline] = ACTIONS(4295), + [anon_sym_external] = ACTIONS(4295), + [sym_property_modifier] = ACTIONS(4295), + [anon_sym_abstract] = ACTIONS(4295), + [anon_sym_final] = ACTIONS(4295), + [anon_sym_open] = ACTIONS(4295), + [anon_sym_vararg] = ACTIONS(4295), + [anon_sym_noinline] = ACTIONS(4295), + [anon_sym_crossinline] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4298), + [anon_sym_continue_AT] = ACTIONS(4298), + [anon_sym_break_AT] = ACTIONS(4298), + [anon_sym_this_AT] = ACTIONS(4298), + [anon_sym_super_AT] = ACTIONS(4298), + [sym_real_literal] = ACTIONS(4298), + [sym_integer_literal] = ACTIONS(4295), + [sym_hex_literal] = ACTIONS(4298), + [sym_bin_literal] = ACTIONS(4298), + [anon_sym_true] = ACTIONS(4295), + [anon_sym_false] = ACTIONS(4295), + [anon_sym_SQUOTE] = ACTIONS(4298), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4298), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4298), + }, + [1032] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(4806), + [anon_sym_COMMA] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [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(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [1033] = { + [sym__alpha_identifier] = ACTIONS(3990), + [anon_sym_AT] = ACTIONS(3992), + [anon_sym_LBRACK] = ACTIONS(3992), + [anon_sym_as] = ACTIONS(3990), + [anon_sym_EQ] = ACTIONS(3990), + [anon_sym_LBRACE] = ACTIONS(3992), + [anon_sym_RBRACE] = ACTIONS(3992), + [anon_sym_LPAREN] = ACTIONS(3992), + [anon_sym_COMMA] = ACTIONS(3992), + [anon_sym_LT] = ACTIONS(3990), + [anon_sym_GT] = ACTIONS(3990), + [anon_sym_where] = ACTIONS(3990), + [anon_sym_object] = ACTIONS(3990), + [anon_sym_fun] = ACTIONS(3990), + [anon_sym_DOT] = ACTIONS(3990), + [anon_sym_SEMI] = ACTIONS(3992), + [anon_sym_get] = ACTIONS(3990), + [anon_sym_set] = ACTIONS(3990), + [anon_sym_this] = ACTIONS(3990), + [anon_sym_super] = ACTIONS(3990), + [anon_sym_STAR] = ACTIONS(3990), + [sym_label] = ACTIONS(3990), + [anon_sym_in] = ACTIONS(3990), + [anon_sym_DOT_DOT] = ACTIONS(3992), + [anon_sym_QMARK_COLON] = ACTIONS(3992), + [anon_sym_AMP_AMP] = ACTIONS(3992), + [anon_sym_PIPE_PIPE] = ACTIONS(3992), + [anon_sym_null] = ACTIONS(3990), + [anon_sym_if] = ACTIONS(3990), + [anon_sym_else] = ACTIONS(3990), + [anon_sym_when] = ACTIONS(3990), + [anon_sym_try] = ACTIONS(3990), + [anon_sym_throw] = ACTIONS(3990), + [anon_sym_return] = ACTIONS(3990), + [anon_sym_continue] = ACTIONS(3990), + [anon_sym_break] = ACTIONS(3990), + [anon_sym_COLON_COLON] = ACTIONS(3992), + [anon_sym_PLUS_EQ] = ACTIONS(3992), + [anon_sym_DASH_EQ] = ACTIONS(3992), + [anon_sym_STAR_EQ] = ACTIONS(3992), + [anon_sym_SLASH_EQ] = ACTIONS(3992), + [anon_sym_PERCENT_EQ] = ACTIONS(3992), + [anon_sym_BANG_EQ] = ACTIONS(3990), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3992), + [anon_sym_EQ_EQ] = ACTIONS(3990), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3992), + [anon_sym_LT_EQ] = ACTIONS(3992), + [anon_sym_GT_EQ] = ACTIONS(3992), + [anon_sym_BANGin] = ACTIONS(3992), + [anon_sym_is] = ACTIONS(3990), + [anon_sym_BANGis] = ACTIONS(3992), + [anon_sym_PLUS] = ACTIONS(3990), + [anon_sym_DASH] = ACTIONS(3990), + [anon_sym_SLASH] = ACTIONS(3990), + [anon_sym_PERCENT] = ACTIONS(3990), + [anon_sym_as_QMARK] = ACTIONS(3992), + [anon_sym_PLUS_PLUS] = ACTIONS(3992), + [anon_sym_DASH_DASH] = ACTIONS(3992), + [anon_sym_BANG] = ACTIONS(3990), + [anon_sym_BANG_BANG] = ACTIONS(3992), + [anon_sym_suspend] = ACTIONS(3990), + [anon_sym_sealed] = ACTIONS(3990), + [anon_sym_annotation] = ACTIONS(3990), + [anon_sym_data] = ACTIONS(3990), + [anon_sym_inner] = ACTIONS(3990), + [anon_sym_value] = ACTIONS(3990), + [anon_sym_override] = ACTIONS(3990), + [anon_sym_lateinit] = ACTIONS(3990), + [anon_sym_public] = ACTIONS(3990), + [anon_sym_private] = ACTIONS(3990), + [anon_sym_internal] = ACTIONS(3990), + [anon_sym_protected] = ACTIONS(3990), + [anon_sym_tailrec] = ACTIONS(3990), + [anon_sym_operator] = ACTIONS(3990), + [anon_sym_infix] = ACTIONS(3990), + [anon_sym_inline] = ACTIONS(3990), + [anon_sym_external] = ACTIONS(3990), + [sym_property_modifier] = ACTIONS(3990), + [anon_sym_abstract] = ACTIONS(3990), + [anon_sym_final] = ACTIONS(3990), + [anon_sym_open] = ACTIONS(3990), + [anon_sym_vararg] = ACTIONS(3990), + [anon_sym_noinline] = ACTIONS(3990), + [anon_sym_crossinline] = ACTIONS(3990), + [anon_sym_expect] = ACTIONS(3990), + [anon_sym_actual] = ACTIONS(3990), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3992), + [anon_sym_continue_AT] = ACTIONS(3992), + [anon_sym_break_AT] = ACTIONS(3992), + [anon_sym_this_AT] = ACTIONS(3992), + [anon_sym_super_AT] = ACTIONS(3992), + [sym_real_literal] = ACTIONS(3992), + [sym_integer_literal] = ACTIONS(3990), + [sym_hex_literal] = ACTIONS(3992), + [sym_bin_literal] = ACTIONS(3992), + [anon_sym_true] = ACTIONS(3990), + [anon_sym_false] = ACTIONS(3990), + [anon_sym_SQUOTE] = ACTIONS(3992), + [sym__backtick_identifier] = ACTIONS(3992), + [sym__automatic_semicolon] = ACTIONS(3992), + [sym_safe_nav] = ACTIONS(3992), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3992), + }, + [1034] = { + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(1798), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(1796), + [anon_sym_set] = ACTIONS(1796), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_suspend] = ACTIONS(1796), + [anon_sym_sealed] = ACTIONS(1796), + [anon_sym_annotation] = ACTIONS(1796), + [anon_sym_data] = ACTIONS(1796), + [anon_sym_inner] = ACTIONS(1796), + [anon_sym_value] = ACTIONS(1796), + [anon_sym_override] = ACTIONS(1796), + [anon_sym_lateinit] = ACTIONS(1796), + [anon_sym_public] = ACTIONS(1796), + [anon_sym_private] = ACTIONS(1796), + [anon_sym_internal] = ACTIONS(1796), + [anon_sym_protected] = ACTIONS(1796), + [anon_sym_tailrec] = ACTIONS(1796), + [anon_sym_operator] = ACTIONS(1796), + [anon_sym_infix] = ACTIONS(1796), + [anon_sym_inline] = ACTIONS(1796), + [anon_sym_external] = ACTIONS(1796), + [sym_property_modifier] = ACTIONS(1796), + [anon_sym_abstract] = ACTIONS(1796), + [anon_sym_final] = ACTIONS(1796), + [anon_sym_open] = ACTIONS(1796), + [anon_sym_vararg] = ACTIONS(1796), + [anon_sym_noinline] = ACTIONS(1796), + [anon_sym_crossinline] = ACTIONS(1796), + [anon_sym_expect] = ACTIONS(1796), + [anon_sym_actual] = ACTIONS(1796), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1798), + }, + [1035] = { + [sym__alpha_identifier] = ACTIONS(4810), + [anon_sym_AT] = ACTIONS(4812), + [anon_sym_LBRACK] = ACTIONS(4812), + [anon_sym_as] = ACTIONS(4810), + [anon_sym_EQ] = ACTIONS(4810), + [anon_sym_LBRACE] = ACTIONS(4812), + [anon_sym_RBRACE] = ACTIONS(4812), + [anon_sym_LPAREN] = ACTIONS(4812), + [anon_sym_COMMA] = ACTIONS(4812), + [anon_sym_LT] = ACTIONS(4810), + [anon_sym_GT] = ACTIONS(4810), + [anon_sym_where] = ACTIONS(4810), + [anon_sym_object] = ACTIONS(4810), + [anon_sym_fun] = ACTIONS(4810), + [anon_sym_DOT] = ACTIONS(4810), + [anon_sym_SEMI] = ACTIONS(4812), + [anon_sym_get] = ACTIONS(4810), + [anon_sym_set] = ACTIONS(4810), + [anon_sym_this] = ACTIONS(4810), + [anon_sym_super] = ACTIONS(4810), + [anon_sym_STAR] = ACTIONS(4810), + [sym_label] = ACTIONS(4810), + [anon_sym_in] = ACTIONS(4810), + [anon_sym_DOT_DOT] = ACTIONS(4812), + [anon_sym_QMARK_COLON] = ACTIONS(4812), + [anon_sym_AMP_AMP] = ACTIONS(4812), + [anon_sym_PIPE_PIPE] = ACTIONS(4812), + [anon_sym_null] = ACTIONS(4810), + [anon_sym_if] = ACTIONS(4810), + [anon_sym_else] = ACTIONS(4810), + [anon_sym_when] = ACTIONS(4810), + [anon_sym_try] = ACTIONS(4810), + [anon_sym_throw] = ACTIONS(4810), + [anon_sym_return] = ACTIONS(4810), + [anon_sym_continue] = ACTIONS(4810), + [anon_sym_break] = ACTIONS(4810), + [anon_sym_COLON_COLON] = ACTIONS(4812), + [anon_sym_PLUS_EQ] = ACTIONS(4812), + [anon_sym_DASH_EQ] = ACTIONS(4812), + [anon_sym_STAR_EQ] = ACTIONS(4812), + [anon_sym_SLASH_EQ] = ACTIONS(4812), + [anon_sym_PERCENT_EQ] = ACTIONS(4812), + [anon_sym_BANG_EQ] = ACTIONS(4810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4812), + [anon_sym_EQ_EQ] = ACTIONS(4810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4812), + [anon_sym_LT_EQ] = ACTIONS(4812), + [anon_sym_GT_EQ] = ACTIONS(4812), + [anon_sym_BANGin] = ACTIONS(4812), + [anon_sym_is] = ACTIONS(4810), + [anon_sym_BANGis] = ACTIONS(4812), + [anon_sym_PLUS] = ACTIONS(4810), + [anon_sym_DASH] = ACTIONS(4810), + [anon_sym_SLASH] = ACTIONS(4810), + [anon_sym_PERCENT] = ACTIONS(4810), + [anon_sym_as_QMARK] = ACTIONS(4812), + [anon_sym_PLUS_PLUS] = ACTIONS(4812), + [anon_sym_DASH_DASH] = ACTIONS(4812), + [anon_sym_BANG] = ACTIONS(4810), + [anon_sym_BANG_BANG] = ACTIONS(4812), + [anon_sym_suspend] = ACTIONS(4810), + [anon_sym_sealed] = ACTIONS(4810), + [anon_sym_annotation] = ACTIONS(4810), + [anon_sym_data] = ACTIONS(4810), + [anon_sym_inner] = ACTIONS(4810), + [anon_sym_value] = ACTIONS(4810), + [anon_sym_override] = ACTIONS(4810), + [anon_sym_lateinit] = ACTIONS(4810), + [anon_sym_public] = ACTIONS(4810), + [anon_sym_private] = ACTIONS(4810), + [anon_sym_internal] = ACTIONS(4810), + [anon_sym_protected] = ACTIONS(4810), + [anon_sym_tailrec] = ACTIONS(4810), + [anon_sym_operator] = ACTIONS(4810), + [anon_sym_infix] = ACTIONS(4810), + [anon_sym_inline] = ACTIONS(4810), + [anon_sym_external] = ACTIONS(4810), + [sym_property_modifier] = ACTIONS(4810), + [anon_sym_abstract] = ACTIONS(4810), + [anon_sym_final] = ACTIONS(4810), + [anon_sym_open] = ACTIONS(4810), + [anon_sym_vararg] = ACTIONS(4810), + [anon_sym_noinline] = ACTIONS(4810), + [anon_sym_crossinline] = ACTIONS(4810), + [anon_sym_expect] = ACTIONS(4810), + [anon_sym_actual] = ACTIONS(4810), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4812), + [anon_sym_continue_AT] = ACTIONS(4812), + [anon_sym_break_AT] = ACTIONS(4812), + [anon_sym_this_AT] = ACTIONS(4812), + [anon_sym_super_AT] = ACTIONS(4812), + [sym_real_literal] = ACTIONS(4812), + [sym_integer_literal] = ACTIONS(4810), + [sym_hex_literal] = ACTIONS(4812), + [sym_bin_literal] = ACTIONS(4812), + [anon_sym_true] = ACTIONS(4810), + [anon_sym_false] = ACTIONS(4810), + [anon_sym_SQUOTE] = ACTIONS(4812), + [sym__backtick_identifier] = ACTIONS(4812), + [sym__automatic_semicolon] = ACTIONS(4812), + [sym_safe_nav] = ACTIONS(4812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4812), + }, + [1036] = { + [sym__alpha_identifier] = ACTIONS(4814), + [anon_sym_AT] = ACTIONS(4816), + [anon_sym_LBRACK] = ACTIONS(4816), + [anon_sym_as] = ACTIONS(4814), + [anon_sym_EQ] = ACTIONS(4814), + [anon_sym_LBRACE] = ACTIONS(4816), + [anon_sym_RBRACE] = ACTIONS(4816), + [anon_sym_LPAREN] = ACTIONS(4816), + [anon_sym_COMMA] = ACTIONS(4816), + [anon_sym_LT] = ACTIONS(4814), + [anon_sym_GT] = ACTIONS(4814), + [anon_sym_where] = ACTIONS(4814), + [anon_sym_object] = ACTIONS(4814), + [anon_sym_fun] = ACTIONS(4814), + [anon_sym_DOT] = ACTIONS(4814), + [anon_sym_SEMI] = ACTIONS(4816), + [anon_sym_get] = ACTIONS(4814), + [anon_sym_set] = ACTIONS(4814), + [anon_sym_this] = ACTIONS(4814), + [anon_sym_super] = ACTIONS(4814), + [anon_sym_STAR] = ACTIONS(4814), + [sym_label] = ACTIONS(4814), + [anon_sym_in] = ACTIONS(4814), + [anon_sym_DOT_DOT] = ACTIONS(4816), + [anon_sym_QMARK_COLON] = ACTIONS(4816), + [anon_sym_AMP_AMP] = ACTIONS(4816), + [anon_sym_PIPE_PIPE] = ACTIONS(4816), + [anon_sym_null] = ACTIONS(4814), + [anon_sym_if] = ACTIONS(4814), + [anon_sym_else] = ACTIONS(4814), + [anon_sym_when] = ACTIONS(4814), + [anon_sym_try] = ACTIONS(4814), + [anon_sym_throw] = ACTIONS(4814), + [anon_sym_return] = ACTIONS(4814), + [anon_sym_continue] = ACTIONS(4814), + [anon_sym_break] = ACTIONS(4814), + [anon_sym_COLON_COLON] = ACTIONS(4816), + [anon_sym_PLUS_EQ] = ACTIONS(4816), + [anon_sym_DASH_EQ] = ACTIONS(4816), + [anon_sym_STAR_EQ] = ACTIONS(4816), + [anon_sym_SLASH_EQ] = ACTIONS(4816), + [anon_sym_PERCENT_EQ] = ACTIONS(4816), + [anon_sym_BANG_EQ] = ACTIONS(4814), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4816), + [anon_sym_EQ_EQ] = ACTIONS(4814), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4816), + [anon_sym_LT_EQ] = ACTIONS(4816), + [anon_sym_GT_EQ] = ACTIONS(4816), + [anon_sym_BANGin] = ACTIONS(4816), + [anon_sym_is] = ACTIONS(4814), + [anon_sym_BANGis] = ACTIONS(4816), + [anon_sym_PLUS] = ACTIONS(4814), + [anon_sym_DASH] = ACTIONS(4814), + [anon_sym_SLASH] = ACTIONS(4814), + [anon_sym_PERCENT] = ACTIONS(4814), + [anon_sym_as_QMARK] = ACTIONS(4816), + [anon_sym_PLUS_PLUS] = ACTIONS(4816), + [anon_sym_DASH_DASH] = ACTIONS(4816), + [anon_sym_BANG] = ACTIONS(4814), + [anon_sym_BANG_BANG] = ACTIONS(4816), + [anon_sym_suspend] = ACTIONS(4814), + [anon_sym_sealed] = ACTIONS(4814), + [anon_sym_annotation] = ACTIONS(4814), + [anon_sym_data] = ACTIONS(4814), + [anon_sym_inner] = ACTIONS(4814), + [anon_sym_value] = ACTIONS(4814), + [anon_sym_override] = ACTIONS(4814), + [anon_sym_lateinit] = ACTIONS(4814), + [anon_sym_public] = ACTIONS(4814), + [anon_sym_private] = ACTIONS(4814), + [anon_sym_internal] = ACTIONS(4814), + [anon_sym_protected] = ACTIONS(4814), + [anon_sym_tailrec] = ACTIONS(4814), + [anon_sym_operator] = ACTIONS(4814), + [anon_sym_infix] = ACTIONS(4814), + [anon_sym_inline] = ACTIONS(4814), + [anon_sym_external] = ACTIONS(4814), + [sym_property_modifier] = ACTIONS(4814), + [anon_sym_abstract] = ACTIONS(4814), + [anon_sym_final] = ACTIONS(4814), + [anon_sym_open] = ACTIONS(4814), + [anon_sym_vararg] = ACTIONS(4814), + [anon_sym_noinline] = ACTIONS(4814), + [anon_sym_crossinline] = ACTIONS(4814), + [anon_sym_expect] = ACTIONS(4814), + [anon_sym_actual] = ACTIONS(4814), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4816), + [anon_sym_continue_AT] = ACTIONS(4816), + [anon_sym_break_AT] = ACTIONS(4816), + [anon_sym_this_AT] = ACTIONS(4816), + [anon_sym_super_AT] = ACTIONS(4816), + [sym_real_literal] = ACTIONS(4816), + [sym_integer_literal] = ACTIONS(4814), + [sym_hex_literal] = ACTIONS(4816), + [sym_bin_literal] = ACTIONS(4816), + [anon_sym_true] = ACTIONS(4814), + [anon_sym_false] = ACTIONS(4814), + [anon_sym_SQUOTE] = ACTIONS(4816), + [sym__backtick_identifier] = ACTIONS(4816), + [sym__automatic_semicolon] = ACTIONS(4816), + [sym_safe_nav] = ACTIONS(4816), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4816), + }, + [1037] = { + [sym__alpha_identifier] = ACTIONS(4818), + [anon_sym_AT] = ACTIONS(4820), + [anon_sym_LBRACK] = ACTIONS(4820), + [anon_sym_as] = ACTIONS(4818), + [anon_sym_EQ] = ACTIONS(4818), + [anon_sym_LBRACE] = ACTIONS(4820), + [anon_sym_RBRACE] = ACTIONS(4820), + [anon_sym_LPAREN] = ACTIONS(4820), + [anon_sym_COMMA] = ACTIONS(4820), + [anon_sym_LT] = ACTIONS(4818), + [anon_sym_GT] = ACTIONS(4818), + [anon_sym_where] = ACTIONS(4818), + [anon_sym_object] = ACTIONS(4818), + [anon_sym_fun] = ACTIONS(4818), + [anon_sym_DOT] = ACTIONS(4818), + [anon_sym_SEMI] = ACTIONS(4820), + [anon_sym_get] = ACTIONS(4818), + [anon_sym_set] = ACTIONS(4818), + [anon_sym_this] = ACTIONS(4818), + [anon_sym_super] = ACTIONS(4818), + [anon_sym_STAR] = ACTIONS(4818), + [sym_label] = ACTIONS(4818), + [anon_sym_in] = ACTIONS(4818), + [anon_sym_DOT_DOT] = ACTIONS(4820), + [anon_sym_QMARK_COLON] = ACTIONS(4820), + [anon_sym_AMP_AMP] = ACTIONS(4820), + [anon_sym_PIPE_PIPE] = ACTIONS(4820), + [anon_sym_null] = ACTIONS(4818), + [anon_sym_if] = ACTIONS(4818), + [anon_sym_else] = ACTIONS(4818), + [anon_sym_when] = ACTIONS(4818), + [anon_sym_try] = ACTIONS(4818), + [anon_sym_throw] = ACTIONS(4818), + [anon_sym_return] = ACTIONS(4818), + [anon_sym_continue] = ACTIONS(4818), + [anon_sym_break] = ACTIONS(4818), + [anon_sym_COLON_COLON] = ACTIONS(4820), + [anon_sym_PLUS_EQ] = ACTIONS(4820), + [anon_sym_DASH_EQ] = ACTIONS(4820), + [anon_sym_STAR_EQ] = ACTIONS(4820), [anon_sym_SLASH_EQ] = ACTIONS(4820), [anon_sym_PERCENT_EQ] = ACTIONS(4820), [anon_sym_BANG_EQ] = ACTIONS(4818), @@ -168413,7 +168616,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4820), }, - [1036] = { + [1038] = { + [sym__alpha_identifier] = ACTIONS(4822), + [anon_sym_AT] = ACTIONS(4824), + [anon_sym_LBRACK] = ACTIONS(4824), + [anon_sym_as] = ACTIONS(4822), + [anon_sym_EQ] = ACTIONS(4822), + [anon_sym_LBRACE] = ACTIONS(4824), + [anon_sym_RBRACE] = ACTIONS(4824), + [anon_sym_LPAREN] = ACTIONS(4824), + [anon_sym_COMMA] = ACTIONS(4824), + [anon_sym_LT] = ACTIONS(4822), + [anon_sym_GT] = ACTIONS(4822), + [anon_sym_where] = ACTIONS(4822), + [anon_sym_object] = ACTIONS(4822), + [anon_sym_fun] = ACTIONS(4822), + [anon_sym_DOT] = ACTIONS(4822), + [anon_sym_SEMI] = ACTIONS(4824), + [anon_sym_get] = ACTIONS(4822), + [anon_sym_set] = ACTIONS(4822), + [anon_sym_this] = ACTIONS(4822), + [anon_sym_super] = ACTIONS(4822), + [anon_sym_STAR] = ACTIONS(4822), + [sym_label] = ACTIONS(4822), + [anon_sym_in] = ACTIONS(4822), + [anon_sym_DOT_DOT] = ACTIONS(4824), + [anon_sym_QMARK_COLON] = ACTIONS(4824), + [anon_sym_AMP_AMP] = ACTIONS(4824), + [anon_sym_PIPE_PIPE] = ACTIONS(4824), + [anon_sym_null] = ACTIONS(4822), + [anon_sym_if] = ACTIONS(4822), + [anon_sym_else] = ACTIONS(4822), + [anon_sym_when] = ACTIONS(4822), + [anon_sym_try] = ACTIONS(4822), + [anon_sym_throw] = ACTIONS(4822), + [anon_sym_return] = ACTIONS(4822), + [anon_sym_continue] = ACTIONS(4822), + [anon_sym_break] = ACTIONS(4822), + [anon_sym_COLON_COLON] = ACTIONS(4824), + [anon_sym_PLUS_EQ] = ACTIONS(4824), + [anon_sym_DASH_EQ] = ACTIONS(4824), + [anon_sym_STAR_EQ] = ACTIONS(4824), + [anon_sym_SLASH_EQ] = ACTIONS(4824), + [anon_sym_PERCENT_EQ] = ACTIONS(4824), + [anon_sym_BANG_EQ] = ACTIONS(4822), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4824), + [anon_sym_EQ_EQ] = ACTIONS(4822), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4824), + [anon_sym_LT_EQ] = ACTIONS(4824), + [anon_sym_GT_EQ] = ACTIONS(4824), + [anon_sym_BANGin] = ACTIONS(4824), + [anon_sym_is] = ACTIONS(4822), + [anon_sym_BANGis] = ACTIONS(4824), + [anon_sym_PLUS] = ACTIONS(4822), + [anon_sym_DASH] = ACTIONS(4822), + [anon_sym_SLASH] = ACTIONS(4822), + [anon_sym_PERCENT] = ACTIONS(4822), + [anon_sym_as_QMARK] = ACTIONS(4824), + [anon_sym_PLUS_PLUS] = ACTIONS(4824), + [anon_sym_DASH_DASH] = ACTIONS(4824), + [anon_sym_BANG] = ACTIONS(4822), + [anon_sym_BANG_BANG] = ACTIONS(4824), + [anon_sym_suspend] = ACTIONS(4822), + [anon_sym_sealed] = ACTIONS(4822), + [anon_sym_annotation] = ACTIONS(4822), + [anon_sym_data] = ACTIONS(4822), + [anon_sym_inner] = ACTIONS(4822), + [anon_sym_value] = ACTIONS(4822), + [anon_sym_override] = ACTIONS(4822), + [anon_sym_lateinit] = ACTIONS(4822), + [anon_sym_public] = ACTIONS(4822), + [anon_sym_private] = ACTIONS(4822), + [anon_sym_internal] = ACTIONS(4822), + [anon_sym_protected] = ACTIONS(4822), + [anon_sym_tailrec] = ACTIONS(4822), + [anon_sym_operator] = ACTIONS(4822), + [anon_sym_infix] = ACTIONS(4822), + [anon_sym_inline] = ACTIONS(4822), + [anon_sym_external] = ACTIONS(4822), + [sym_property_modifier] = ACTIONS(4822), + [anon_sym_abstract] = ACTIONS(4822), + [anon_sym_final] = ACTIONS(4822), + [anon_sym_open] = ACTIONS(4822), + [anon_sym_vararg] = ACTIONS(4822), + [anon_sym_noinline] = ACTIONS(4822), + [anon_sym_crossinline] = ACTIONS(4822), + [anon_sym_expect] = ACTIONS(4822), + [anon_sym_actual] = ACTIONS(4822), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4824), + [anon_sym_continue_AT] = ACTIONS(4824), + [anon_sym_break_AT] = ACTIONS(4824), + [anon_sym_this_AT] = ACTIONS(4824), + [anon_sym_super_AT] = ACTIONS(4824), + [sym_real_literal] = ACTIONS(4824), + [sym_integer_literal] = ACTIONS(4822), + [sym_hex_literal] = ACTIONS(4824), + [sym_bin_literal] = ACTIONS(4824), + [anon_sym_true] = ACTIONS(4822), + [anon_sym_false] = ACTIONS(4822), + [anon_sym_SQUOTE] = ACTIONS(4824), + [sym__backtick_identifier] = ACTIONS(4824), + [sym__automatic_semicolon] = ACTIONS(4824), + [sym_safe_nav] = ACTIONS(4824), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4824), + }, + [1039] = { [sym__alpha_identifier] = ACTIONS(4826), [anon_sym_AT] = ACTIONS(4828), [anon_sym_LBRACK] = ACTIONS(4828), @@ -168519,219 +168828,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4828), }, - [1037] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(4830), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4259), - [anon_sym_fun] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4259), - [anon_sym_super] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [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(4259), - [anon_sym_if] = ACTIONS(4259), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4259), - [anon_sym_try] = ACTIONS(4259), - [anon_sym_throw] = ACTIONS(4259), - [anon_sym_return] = ACTIONS(4259), - [anon_sym_continue] = ACTIONS(4259), - [anon_sym_break] = ACTIONS(4259), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4259), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4262), - [anon_sym_continue_AT] = ACTIONS(4262), - [anon_sym_break_AT] = ACTIONS(4262), - [anon_sym_this_AT] = ACTIONS(4262), - [anon_sym_super_AT] = ACTIONS(4262), - [sym_real_literal] = ACTIONS(4262), - [sym_integer_literal] = ACTIONS(4259), - [sym_hex_literal] = ACTIONS(4262), - [sym_bin_literal] = ACTIONS(4262), - [anon_sym_true] = ACTIONS(4259), - [anon_sym_false] = ACTIONS(4259), - [anon_sym_SQUOTE] = ACTIONS(4262), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4262), + [1040] = { + [sym__alpha_identifier] = ACTIONS(4830), + [anon_sym_AT] = ACTIONS(4832), + [anon_sym_LBRACK] = ACTIONS(4832), + [anon_sym_as] = ACTIONS(4830), + [anon_sym_EQ] = ACTIONS(4830), + [anon_sym_LBRACE] = ACTIONS(4832), + [anon_sym_RBRACE] = ACTIONS(4832), + [anon_sym_LPAREN] = ACTIONS(4832), + [anon_sym_COMMA] = ACTIONS(4832), + [anon_sym_LT] = ACTIONS(4830), + [anon_sym_GT] = ACTIONS(4830), + [anon_sym_where] = ACTIONS(4830), + [anon_sym_object] = ACTIONS(4830), + [anon_sym_fun] = ACTIONS(4830), + [anon_sym_DOT] = ACTIONS(4830), + [anon_sym_SEMI] = ACTIONS(4832), + [anon_sym_get] = ACTIONS(4830), + [anon_sym_set] = ACTIONS(4830), + [anon_sym_this] = ACTIONS(4830), + [anon_sym_super] = ACTIONS(4830), + [anon_sym_STAR] = ACTIONS(4830), + [sym_label] = ACTIONS(4830), + [anon_sym_in] = ACTIONS(4830), + [anon_sym_DOT_DOT] = ACTIONS(4832), + [anon_sym_QMARK_COLON] = ACTIONS(4832), + [anon_sym_AMP_AMP] = ACTIONS(4832), + [anon_sym_PIPE_PIPE] = ACTIONS(4832), + [anon_sym_null] = ACTIONS(4830), + [anon_sym_if] = ACTIONS(4830), + [anon_sym_else] = ACTIONS(4830), + [anon_sym_when] = ACTIONS(4830), + [anon_sym_try] = ACTIONS(4830), + [anon_sym_throw] = ACTIONS(4830), + [anon_sym_return] = ACTIONS(4830), + [anon_sym_continue] = ACTIONS(4830), + [anon_sym_break] = ACTIONS(4830), + [anon_sym_COLON_COLON] = ACTIONS(4832), + [anon_sym_PLUS_EQ] = ACTIONS(4832), + [anon_sym_DASH_EQ] = ACTIONS(4832), + [anon_sym_STAR_EQ] = ACTIONS(4832), + [anon_sym_SLASH_EQ] = ACTIONS(4832), + [anon_sym_PERCENT_EQ] = ACTIONS(4832), + [anon_sym_BANG_EQ] = ACTIONS(4830), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4832), + [anon_sym_EQ_EQ] = ACTIONS(4830), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4832), + [anon_sym_LT_EQ] = ACTIONS(4832), + [anon_sym_GT_EQ] = ACTIONS(4832), + [anon_sym_BANGin] = ACTIONS(4832), + [anon_sym_is] = ACTIONS(4830), + [anon_sym_BANGis] = ACTIONS(4832), + [anon_sym_PLUS] = ACTIONS(4830), + [anon_sym_DASH] = ACTIONS(4830), + [anon_sym_SLASH] = ACTIONS(4830), + [anon_sym_PERCENT] = ACTIONS(4830), + [anon_sym_as_QMARK] = ACTIONS(4832), + [anon_sym_PLUS_PLUS] = ACTIONS(4832), + [anon_sym_DASH_DASH] = ACTIONS(4832), + [anon_sym_BANG] = ACTIONS(4830), + [anon_sym_BANG_BANG] = ACTIONS(4832), + [anon_sym_suspend] = ACTIONS(4830), + [anon_sym_sealed] = ACTIONS(4830), + [anon_sym_annotation] = ACTIONS(4830), + [anon_sym_data] = ACTIONS(4830), + [anon_sym_inner] = ACTIONS(4830), + [anon_sym_value] = ACTIONS(4830), + [anon_sym_override] = ACTIONS(4830), + [anon_sym_lateinit] = ACTIONS(4830), + [anon_sym_public] = ACTIONS(4830), + [anon_sym_private] = ACTIONS(4830), + [anon_sym_internal] = ACTIONS(4830), + [anon_sym_protected] = ACTIONS(4830), + [anon_sym_tailrec] = ACTIONS(4830), + [anon_sym_operator] = ACTIONS(4830), + [anon_sym_infix] = ACTIONS(4830), + [anon_sym_inline] = ACTIONS(4830), + [anon_sym_external] = ACTIONS(4830), + [sym_property_modifier] = ACTIONS(4830), + [anon_sym_abstract] = ACTIONS(4830), + [anon_sym_final] = ACTIONS(4830), + [anon_sym_open] = ACTIONS(4830), + [anon_sym_vararg] = ACTIONS(4830), + [anon_sym_noinline] = ACTIONS(4830), + [anon_sym_crossinline] = ACTIONS(4830), + [anon_sym_expect] = ACTIONS(4830), + [anon_sym_actual] = ACTIONS(4830), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4832), + [anon_sym_continue_AT] = ACTIONS(4832), + [anon_sym_break_AT] = ACTIONS(4832), + [anon_sym_this_AT] = ACTIONS(4832), + [anon_sym_super_AT] = ACTIONS(4832), + [sym_real_literal] = ACTIONS(4832), + [sym_integer_literal] = ACTIONS(4830), + [sym_hex_literal] = ACTIONS(4832), + [sym_bin_literal] = ACTIONS(4832), + [anon_sym_true] = ACTIONS(4830), + [anon_sym_false] = ACTIONS(4830), + [anon_sym_SQUOTE] = ACTIONS(4832), + [sym__backtick_identifier] = ACTIONS(4832), + [sym__automatic_semicolon] = ACTIONS(4832), + [sym_safe_nav] = ACTIONS(4832), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4832), }, - [1038] = { - [sym__alpha_identifier] = ACTIONS(4834), - [anon_sym_AT] = ACTIONS(4836), - [anon_sym_LBRACK] = ACTIONS(4836), - [anon_sym_as] = ACTIONS(4834), - [anon_sym_EQ] = ACTIONS(4834), - [anon_sym_LBRACE] = ACTIONS(4836), - [anon_sym_RBRACE] = ACTIONS(4836), + [1041] = { + [sym__alpha_identifier] = ACTIONS(4289), + [anon_sym_AT] = ACTIONS(4287), + [anon_sym_LBRACK] = ACTIONS(4287), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_EQ] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4287), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(4834), + [anon_sym_COMMA] = ACTIONS(4287), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_where] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(4289), + [anon_sym_fun] = ACTIONS(4289), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4289), + [anon_sym_set] = ACTIONS(4289), + [anon_sym_this] = ACTIONS(4289), + [anon_sym_super] = ACTIONS(4289), + [anon_sym_STAR] = ACTIONS(4289), + [sym_label] = ACTIONS(4289), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_null] = ACTIONS(4289), + [anon_sym_if] = ACTIONS(4289), + [anon_sym_else] = ACTIONS(4289), + [anon_sym_when] = ACTIONS(4289), + [anon_sym_try] = ACTIONS(4289), + [anon_sym_throw] = ACTIONS(4289), + [anon_sym_return] = ACTIONS(4289), + [anon_sym_continue] = ACTIONS(4289), + [anon_sym_break] = ACTIONS(4289), + [anon_sym_COLON_COLON] = ACTIONS(4287), + [anon_sym_PLUS_EQ] = ACTIONS(4287), + [anon_sym_DASH_EQ] = ACTIONS(4287), + [anon_sym_STAR_EQ] = ACTIONS(4287), + [anon_sym_SLASH_EQ] = ACTIONS(4287), + [anon_sym_PERCENT_EQ] = ACTIONS(4287), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4289), + [anon_sym_DASH] = ACTIONS(4289), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4289), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4287), + [anon_sym_DASH_DASH] = ACTIONS(4287), + [anon_sym_BANG] = ACTIONS(4289), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_suspend] = ACTIONS(4289), + [anon_sym_sealed] = ACTIONS(4289), + [anon_sym_annotation] = ACTIONS(4289), + [anon_sym_data] = ACTIONS(4289), + [anon_sym_inner] = ACTIONS(4289), + [anon_sym_value] = ACTIONS(4289), + [anon_sym_override] = ACTIONS(4289), + [anon_sym_lateinit] = ACTIONS(4289), + [anon_sym_public] = ACTIONS(4289), + [anon_sym_private] = ACTIONS(4289), + [anon_sym_internal] = ACTIONS(4289), + [anon_sym_protected] = ACTIONS(4289), + [anon_sym_tailrec] = ACTIONS(4289), + [anon_sym_operator] = ACTIONS(4289), + [anon_sym_infix] = ACTIONS(4289), + [anon_sym_inline] = ACTIONS(4289), + [anon_sym_external] = ACTIONS(4289), + [sym_property_modifier] = ACTIONS(4289), + [anon_sym_abstract] = ACTIONS(4289), + [anon_sym_final] = ACTIONS(4289), + [anon_sym_open] = ACTIONS(4289), + [anon_sym_vararg] = ACTIONS(4289), + [anon_sym_noinline] = ACTIONS(4289), + [anon_sym_crossinline] = ACTIONS(4289), + [anon_sym_expect] = ACTIONS(4289), + [anon_sym_actual] = ACTIONS(4289), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4287), + [anon_sym_continue_AT] = ACTIONS(4287), + [anon_sym_break_AT] = ACTIONS(4287), + [anon_sym_this_AT] = ACTIONS(4287), + [anon_sym_super_AT] = ACTIONS(4287), + [sym_real_literal] = ACTIONS(4287), + [sym_integer_literal] = ACTIONS(4289), + [sym_hex_literal] = ACTIONS(4287), + [sym_bin_literal] = ACTIONS(4287), + [anon_sym_true] = ACTIONS(4289), + [anon_sym_false] = ACTIONS(4289), + [anon_sym_SQUOTE] = ACTIONS(4287), + [sym__backtick_identifier] = ACTIONS(4287), + [sym__automatic_semicolon] = ACTIONS(4287), + [sym_safe_nav] = ACTIONS(4287), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4287), + }, + [1042] = { + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4301), + [anon_sym_LBRACK] = ACTIONS(4301), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4301), + [anon_sym_RBRACE] = ACTIONS(4301), [anon_sym_LPAREN] = ACTIONS(4836), - [anon_sym_COMMA] = ACTIONS(4836), - [anon_sym_LT] = ACTIONS(4834), - [anon_sym_GT] = ACTIONS(4834), - [anon_sym_where] = ACTIONS(4834), - [anon_sym_object] = ACTIONS(4834), - [anon_sym_fun] = ACTIONS(4834), - [anon_sym_DOT] = ACTIONS(4834), - [anon_sym_SEMI] = ACTIONS(4836), - [anon_sym_get] = ACTIONS(4834), - [anon_sym_set] = ACTIONS(4834), - [anon_sym_this] = ACTIONS(4834), - [anon_sym_super] = ACTIONS(4834), - [anon_sym_STAR] = ACTIONS(4834), - [sym_label] = ACTIONS(4834), - [anon_sym_in] = ACTIONS(4834), - [anon_sym_DOT_DOT] = ACTIONS(4836), - [anon_sym_QMARK_COLON] = ACTIONS(4836), - [anon_sym_AMP_AMP] = ACTIONS(4836), - [anon_sym_PIPE_PIPE] = ACTIONS(4836), - [anon_sym_null] = ACTIONS(4834), - [anon_sym_if] = ACTIONS(4834), - [anon_sym_else] = ACTIONS(4834), - [anon_sym_when] = ACTIONS(4834), - [anon_sym_try] = ACTIONS(4834), - [anon_sym_throw] = ACTIONS(4834), - [anon_sym_return] = ACTIONS(4834), - [anon_sym_continue] = ACTIONS(4834), - [anon_sym_break] = ACTIONS(4834), - [anon_sym_COLON_COLON] = ACTIONS(4836), - [anon_sym_PLUS_EQ] = ACTIONS(4836), - [anon_sym_DASH_EQ] = ACTIONS(4836), - [anon_sym_STAR_EQ] = ACTIONS(4836), - [anon_sym_SLASH_EQ] = ACTIONS(4836), - [anon_sym_PERCENT_EQ] = ACTIONS(4836), - [anon_sym_BANG_EQ] = ACTIONS(4834), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4836), - [anon_sym_EQ_EQ] = ACTIONS(4834), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4836), - [anon_sym_LT_EQ] = ACTIONS(4836), - [anon_sym_GT_EQ] = ACTIONS(4836), - [anon_sym_BANGin] = ACTIONS(4836), - [anon_sym_is] = ACTIONS(4834), - [anon_sym_BANGis] = ACTIONS(4836), - [anon_sym_PLUS] = ACTIONS(4834), - [anon_sym_DASH] = ACTIONS(4834), - [anon_sym_SLASH] = ACTIONS(4834), - [anon_sym_PERCENT] = ACTIONS(4834), - [anon_sym_as_QMARK] = ACTIONS(4836), - [anon_sym_PLUS_PLUS] = ACTIONS(4836), - [anon_sym_DASH_DASH] = ACTIONS(4836), - [anon_sym_BANG] = ACTIONS(4834), - [anon_sym_BANG_BANG] = ACTIONS(4836), - [anon_sym_suspend] = ACTIONS(4834), - [anon_sym_sealed] = ACTIONS(4834), - [anon_sym_annotation] = ACTIONS(4834), - [anon_sym_data] = ACTIONS(4834), - [anon_sym_inner] = ACTIONS(4834), - [anon_sym_value] = ACTIONS(4834), - [anon_sym_override] = ACTIONS(4834), - [anon_sym_lateinit] = ACTIONS(4834), - [anon_sym_public] = ACTIONS(4834), - [anon_sym_private] = ACTIONS(4834), - [anon_sym_internal] = ACTIONS(4834), - [anon_sym_protected] = ACTIONS(4834), - [anon_sym_tailrec] = ACTIONS(4834), - [anon_sym_operator] = ACTIONS(4834), - [anon_sym_infix] = ACTIONS(4834), - [anon_sym_inline] = ACTIONS(4834), - [anon_sym_external] = ACTIONS(4834), - [sym_property_modifier] = ACTIONS(4834), - [anon_sym_abstract] = ACTIONS(4834), - [anon_sym_final] = ACTIONS(4834), - [anon_sym_open] = ACTIONS(4834), - [anon_sym_vararg] = ACTIONS(4834), - [anon_sym_noinline] = ACTIONS(4834), - [anon_sym_crossinline] = ACTIONS(4834), - [anon_sym_expect] = ACTIONS(4834), - [anon_sym_actual] = ACTIONS(4834), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4836), - [anon_sym_continue_AT] = ACTIONS(4836), - [anon_sym_break_AT] = ACTIONS(4836), - [anon_sym_this_AT] = ACTIONS(4836), - [anon_sym_super_AT] = ACTIONS(4836), - [sym_real_literal] = ACTIONS(4836), - [sym_integer_literal] = ACTIONS(4834), - [sym_hex_literal] = ACTIONS(4836), - [sym_bin_literal] = ACTIONS(4836), - [anon_sym_true] = ACTIONS(4834), - [anon_sym_false] = ACTIONS(4834), - [anon_sym_SQUOTE] = ACTIONS(4836), - [sym__backtick_identifier] = ACTIONS(4836), - [sym__automatic_semicolon] = ACTIONS(4836), - [sym_safe_nav] = ACTIONS(4836), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4836), + [anon_sym_COMMA] = ACTIONS(4301), + [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(4301), + [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(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [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(4301), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [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(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4301), + [anon_sym_DASH_DASH] = ACTIONS(4301), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [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_value] = 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(4301), + [anon_sym_continue_AT] = ACTIONS(4301), + [anon_sym_break_AT] = ACTIONS(4301), + [anon_sym_this_AT] = ACTIONS(4301), + [anon_sym_super_AT] = ACTIONS(4301), + [sym_real_literal] = ACTIONS(4301), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4301), + [sym_bin_literal] = ACTIONS(4301), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4301), + [sym__backtick_identifier] = ACTIONS(4301), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4301), }, - [1039] = { + [1043] = { [sym__alpha_identifier] = ACTIONS(4838), [anon_sym_AT] = ACTIONS(4840), [anon_sym_LBRACK] = ACTIONS(4840), @@ -168739,7 +169154,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ] = ACTIONS(4838), [anon_sym_LBRACE] = ACTIONS(4840), [anon_sym_RBRACE] = ACTIONS(4840), - [anon_sym_LPAREN] = ACTIONS(4840), + [anon_sym_LPAREN] = ACTIONS(4842), [anon_sym_COMMA] = ACTIONS(4840), [anon_sym_LT] = ACTIONS(4838), [anon_sym_GT] = ACTIONS(4838), @@ -168837,431 +169252,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4840), }, - [1040] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_EQ] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_COMMA] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_where] = ACTIONS(4818), - [anon_sym_object] = ACTIONS(4818), - [anon_sym_fun] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(4820), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_this] = ACTIONS(4818), - [anon_sym_super] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4818), - [sym_label] = ACTIONS(4818), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_null] = ACTIONS(4818), - [anon_sym_if] = ACTIONS(4818), - [anon_sym_else] = ACTIONS(4824), - [anon_sym_when] = ACTIONS(4818), - [anon_sym_try] = ACTIONS(4818), - [anon_sym_throw] = ACTIONS(4818), - [anon_sym_return] = ACTIONS(4818), - [anon_sym_continue] = ACTIONS(4818), - [anon_sym_break] = ACTIONS(4818), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_PLUS_EQ] = ACTIONS(4820), - [anon_sym_DASH_EQ] = ACTIONS(4820), - [anon_sym_STAR_EQ] = ACTIONS(4820), - [anon_sym_SLASH_EQ] = ACTIONS(4820), - [anon_sym_PERCENT_EQ] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4818), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG] = ACTIONS(4818), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4820), - [anon_sym_continue_AT] = ACTIONS(4820), - [anon_sym_break_AT] = ACTIONS(4820), - [anon_sym_this_AT] = ACTIONS(4820), - [anon_sym_super_AT] = ACTIONS(4820), - [sym_real_literal] = ACTIONS(4820), - [sym_integer_literal] = ACTIONS(4818), - [sym_hex_literal] = ACTIONS(4820), - [sym_bin_literal] = ACTIONS(4820), - [anon_sym_true] = ACTIONS(4818), - [anon_sym_false] = ACTIONS(4818), - [anon_sym_SQUOTE] = ACTIONS(4820), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4820), - }, - [1041] = { - [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(4844), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4844), - [anon_sym_super_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), + [1044] = { + [sym__alpha_identifier] = ACTIONS(4692), + [anon_sym_AT] = ACTIONS(4694), + [anon_sym_LBRACK] = ACTIONS(4694), + [anon_sym_as] = ACTIONS(4692), + [anon_sym_EQ] = ACTIONS(4692), + [anon_sym_LBRACE] = ACTIONS(4694), + [anon_sym_RBRACE] = ACTIONS(4694), + [anon_sym_LPAREN] = ACTIONS(4694), + [anon_sym_COMMA] = ACTIONS(4694), + [anon_sym_LT] = ACTIONS(4692), + [anon_sym_GT] = ACTIONS(4692), + [anon_sym_where] = ACTIONS(4692), + [anon_sym_object] = ACTIONS(4692), + [anon_sym_fun] = ACTIONS(4692), + [anon_sym_DOT] = ACTIONS(4692), + [anon_sym_SEMI] = ACTIONS(4694), + [anon_sym_get] = ACTIONS(4692), + [anon_sym_set] = ACTIONS(4692), + [anon_sym_this] = ACTIONS(4692), + [anon_sym_super] = ACTIONS(4692), + [anon_sym_STAR] = ACTIONS(4692), + [sym_label] = ACTIONS(4692), + [anon_sym_in] = ACTIONS(4692), + [anon_sym_DOT_DOT] = ACTIONS(4694), + [anon_sym_QMARK_COLON] = ACTIONS(4694), + [anon_sym_AMP_AMP] = ACTIONS(4694), + [anon_sym_PIPE_PIPE] = ACTIONS(4694), + [anon_sym_null] = ACTIONS(4692), + [anon_sym_if] = ACTIONS(4692), + [anon_sym_else] = ACTIONS(4692), + [anon_sym_when] = ACTIONS(4692), + [anon_sym_try] = ACTIONS(4692), + [anon_sym_throw] = ACTIONS(4692), + [anon_sym_return] = ACTIONS(4692), + [anon_sym_continue] = ACTIONS(4692), + [anon_sym_break] = ACTIONS(4692), + [anon_sym_COLON_COLON] = ACTIONS(4694), + [anon_sym_PLUS_EQ] = ACTIONS(4694), + [anon_sym_DASH_EQ] = ACTIONS(4694), + [anon_sym_STAR_EQ] = ACTIONS(4694), + [anon_sym_SLASH_EQ] = ACTIONS(4694), + [anon_sym_PERCENT_EQ] = ACTIONS(4694), + [anon_sym_BANG_EQ] = ACTIONS(4692), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4694), + [anon_sym_EQ_EQ] = ACTIONS(4692), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4694), + [anon_sym_LT_EQ] = ACTIONS(4694), + [anon_sym_GT_EQ] = ACTIONS(4694), + [anon_sym_BANGin] = ACTIONS(4694), + [anon_sym_is] = ACTIONS(4692), + [anon_sym_BANGis] = ACTIONS(4694), + [anon_sym_PLUS] = ACTIONS(4692), + [anon_sym_DASH] = ACTIONS(4692), + [anon_sym_SLASH] = ACTIONS(4692), + [anon_sym_PERCENT] = ACTIONS(4692), + [anon_sym_as_QMARK] = ACTIONS(4694), + [anon_sym_PLUS_PLUS] = ACTIONS(4694), + [anon_sym_DASH_DASH] = ACTIONS(4694), + [anon_sym_BANG] = ACTIONS(4692), + [anon_sym_BANG_BANG] = ACTIONS(4694), + [anon_sym_suspend] = ACTIONS(4692), + [anon_sym_sealed] = ACTIONS(4692), + [anon_sym_annotation] = ACTIONS(4692), + [anon_sym_data] = ACTIONS(4692), + [anon_sym_inner] = ACTIONS(4692), + [anon_sym_value] = ACTIONS(4692), + [anon_sym_override] = ACTIONS(4692), + [anon_sym_lateinit] = ACTIONS(4692), + [anon_sym_public] = ACTIONS(4692), + [anon_sym_private] = ACTIONS(4692), + [anon_sym_internal] = ACTIONS(4692), + [anon_sym_protected] = ACTIONS(4692), + [anon_sym_tailrec] = ACTIONS(4692), + [anon_sym_operator] = ACTIONS(4692), + [anon_sym_infix] = ACTIONS(4692), + [anon_sym_inline] = ACTIONS(4692), + [anon_sym_external] = ACTIONS(4692), + [sym_property_modifier] = ACTIONS(4692), + [anon_sym_abstract] = ACTIONS(4692), + [anon_sym_final] = ACTIONS(4692), + [anon_sym_open] = ACTIONS(4692), + [anon_sym_vararg] = ACTIONS(4692), + [anon_sym_noinline] = ACTIONS(4692), + [anon_sym_crossinline] = ACTIONS(4692), + [anon_sym_expect] = ACTIONS(4692), + [anon_sym_actual] = ACTIONS(4692), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4694), + [anon_sym_continue_AT] = ACTIONS(4694), + [anon_sym_break_AT] = ACTIONS(4694), + [anon_sym_this_AT] = ACTIONS(4694), + [anon_sym_super_AT] = ACTIONS(4694), + [sym_real_literal] = ACTIONS(4694), + [sym_integer_literal] = ACTIONS(4692), + [sym_hex_literal] = ACTIONS(4694), + [sym_bin_literal] = ACTIONS(4694), + [anon_sym_true] = ACTIONS(4692), + [anon_sym_false] = ACTIONS(4692), + [anon_sym_SQUOTE] = ACTIONS(4694), + [sym__backtick_identifier] = ACTIONS(4694), + [sym__automatic_semicolon] = ACTIONS(4694), + [sym_safe_nav] = ACTIONS(4694), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4694), }, - [1042] = { - [sym__alpha_identifier] = ACTIONS(4846), - [anon_sym_AT] = ACTIONS(4848), - [anon_sym_LBRACK] = ACTIONS(4848), - [anon_sym_as] = ACTIONS(4846), - [anon_sym_EQ] = ACTIONS(4846), - [anon_sym_LBRACE] = ACTIONS(4848), - [anon_sym_RBRACE] = ACTIONS(4848), - [anon_sym_LPAREN] = ACTIONS(4848), - [anon_sym_COMMA] = ACTIONS(4848), - [anon_sym_LT] = ACTIONS(4846), - [anon_sym_GT] = ACTIONS(4846), - [anon_sym_where] = ACTIONS(4846), - [anon_sym_object] = ACTIONS(4846), - [anon_sym_fun] = ACTIONS(4846), - [anon_sym_DOT] = ACTIONS(4846), - [anon_sym_SEMI] = ACTIONS(4848), - [anon_sym_get] = ACTIONS(4846), - [anon_sym_set] = ACTIONS(4846), - [anon_sym_this] = ACTIONS(4846), - [anon_sym_super] = ACTIONS(4846), - [anon_sym_STAR] = ACTIONS(4846), - [sym_label] = ACTIONS(4846), - [anon_sym_in] = ACTIONS(4846), - [anon_sym_DOT_DOT] = ACTIONS(4848), - [anon_sym_QMARK_COLON] = ACTIONS(4848), - [anon_sym_AMP_AMP] = ACTIONS(4848), - [anon_sym_PIPE_PIPE] = ACTIONS(4848), - [anon_sym_null] = ACTIONS(4846), - [anon_sym_if] = ACTIONS(4846), - [anon_sym_else] = ACTIONS(4846), - [anon_sym_when] = ACTIONS(4846), - [anon_sym_try] = ACTIONS(4846), - [anon_sym_throw] = ACTIONS(4846), - [anon_sym_return] = ACTIONS(4846), - [anon_sym_continue] = ACTIONS(4846), - [anon_sym_break] = ACTIONS(4846), - [anon_sym_COLON_COLON] = ACTIONS(4848), - [anon_sym_PLUS_EQ] = ACTIONS(4848), - [anon_sym_DASH_EQ] = ACTIONS(4848), - [anon_sym_STAR_EQ] = ACTIONS(4848), - [anon_sym_SLASH_EQ] = ACTIONS(4848), - [anon_sym_PERCENT_EQ] = ACTIONS(4848), - [anon_sym_BANG_EQ] = ACTIONS(4846), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4848), - [anon_sym_EQ_EQ] = ACTIONS(4846), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4848), - [anon_sym_LT_EQ] = ACTIONS(4848), - [anon_sym_GT_EQ] = ACTIONS(4848), - [anon_sym_BANGin] = ACTIONS(4848), - [anon_sym_is] = ACTIONS(4846), - [anon_sym_BANGis] = ACTIONS(4848), - [anon_sym_PLUS] = ACTIONS(4846), - [anon_sym_DASH] = ACTIONS(4846), - [anon_sym_SLASH] = ACTIONS(4846), - [anon_sym_PERCENT] = ACTIONS(4846), - [anon_sym_as_QMARK] = ACTIONS(4848), - [anon_sym_PLUS_PLUS] = ACTIONS(4848), - [anon_sym_DASH_DASH] = ACTIONS(4848), - [anon_sym_BANG] = ACTIONS(4846), - [anon_sym_BANG_BANG] = ACTIONS(4848), - [anon_sym_suspend] = ACTIONS(4846), - [anon_sym_sealed] = ACTIONS(4846), - [anon_sym_annotation] = ACTIONS(4846), - [anon_sym_data] = ACTIONS(4846), - [anon_sym_inner] = ACTIONS(4846), - [anon_sym_value] = ACTIONS(4846), - [anon_sym_override] = ACTIONS(4846), - [anon_sym_lateinit] = ACTIONS(4846), - [anon_sym_public] = ACTIONS(4846), - [anon_sym_private] = ACTIONS(4846), - [anon_sym_internal] = ACTIONS(4846), - [anon_sym_protected] = ACTIONS(4846), - [anon_sym_tailrec] = ACTIONS(4846), - [anon_sym_operator] = ACTIONS(4846), - [anon_sym_infix] = ACTIONS(4846), - [anon_sym_inline] = ACTIONS(4846), - [anon_sym_external] = ACTIONS(4846), - [sym_property_modifier] = ACTIONS(4846), - [anon_sym_abstract] = ACTIONS(4846), - [anon_sym_final] = ACTIONS(4846), - [anon_sym_open] = ACTIONS(4846), - [anon_sym_vararg] = ACTIONS(4846), - [anon_sym_noinline] = ACTIONS(4846), - [anon_sym_crossinline] = ACTIONS(4846), - [anon_sym_expect] = ACTIONS(4846), - [anon_sym_actual] = ACTIONS(4846), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4848), - [anon_sym_continue_AT] = ACTIONS(4848), - [anon_sym_break_AT] = ACTIONS(4848), - [anon_sym_this_AT] = ACTIONS(4848), - [anon_sym_super_AT] = ACTIONS(4848), - [sym_real_literal] = ACTIONS(4848), - [sym_integer_literal] = ACTIONS(4846), - [sym_hex_literal] = ACTIONS(4848), - [sym_bin_literal] = ACTIONS(4848), - [anon_sym_true] = ACTIONS(4846), - [anon_sym_false] = ACTIONS(4846), - [anon_sym_SQUOTE] = ACTIONS(4848), - [sym__backtick_identifier] = ACTIONS(4848), - [sym__automatic_semicolon] = ACTIONS(4848), - [sym_safe_nav] = ACTIONS(4848), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4848), + [1045] = { + [sym__alpha_identifier] = ACTIONS(4844), + [anon_sym_AT] = ACTIONS(4846), + [anon_sym_LBRACK] = ACTIONS(4846), + [anon_sym_as] = ACTIONS(4844), + [anon_sym_EQ] = ACTIONS(4844), + [anon_sym_LBRACE] = ACTIONS(4846), + [anon_sym_RBRACE] = ACTIONS(4846), + [anon_sym_LPAREN] = ACTIONS(4846), + [anon_sym_COMMA] = ACTIONS(4846), + [anon_sym_LT] = ACTIONS(4844), + [anon_sym_GT] = ACTIONS(4844), + [anon_sym_where] = ACTIONS(4844), + [anon_sym_object] = ACTIONS(4844), + [anon_sym_fun] = ACTIONS(4844), + [anon_sym_DOT] = ACTIONS(4844), + [anon_sym_SEMI] = ACTIONS(4846), + [anon_sym_get] = ACTIONS(4844), + [anon_sym_set] = ACTIONS(4844), + [anon_sym_this] = ACTIONS(4844), + [anon_sym_super] = ACTIONS(4844), + [anon_sym_STAR] = ACTIONS(4844), + [sym_label] = ACTIONS(4844), + [anon_sym_in] = ACTIONS(4844), + [anon_sym_DOT_DOT] = ACTIONS(4846), + [anon_sym_QMARK_COLON] = ACTIONS(4846), + [anon_sym_AMP_AMP] = ACTIONS(4846), + [anon_sym_PIPE_PIPE] = ACTIONS(4846), + [anon_sym_null] = ACTIONS(4844), + [anon_sym_if] = ACTIONS(4844), + [anon_sym_else] = ACTIONS(4844), + [anon_sym_when] = ACTIONS(4844), + [anon_sym_try] = ACTIONS(4844), + [anon_sym_throw] = ACTIONS(4844), + [anon_sym_return] = ACTIONS(4844), + [anon_sym_continue] = ACTIONS(4844), + [anon_sym_break] = ACTIONS(4844), + [anon_sym_COLON_COLON] = ACTIONS(4846), + [anon_sym_PLUS_EQ] = ACTIONS(4846), + [anon_sym_DASH_EQ] = ACTIONS(4846), + [anon_sym_STAR_EQ] = ACTIONS(4846), + [anon_sym_SLASH_EQ] = ACTIONS(4846), + [anon_sym_PERCENT_EQ] = ACTIONS(4846), + [anon_sym_BANG_EQ] = ACTIONS(4844), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4846), + [anon_sym_EQ_EQ] = ACTIONS(4844), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4846), + [anon_sym_LT_EQ] = ACTIONS(4846), + [anon_sym_GT_EQ] = ACTIONS(4846), + [anon_sym_BANGin] = ACTIONS(4846), + [anon_sym_is] = ACTIONS(4844), + [anon_sym_BANGis] = ACTIONS(4846), + [anon_sym_PLUS] = ACTIONS(4844), + [anon_sym_DASH] = ACTIONS(4844), + [anon_sym_SLASH] = ACTIONS(4844), + [anon_sym_PERCENT] = ACTIONS(4844), + [anon_sym_as_QMARK] = ACTIONS(4846), + [anon_sym_PLUS_PLUS] = ACTIONS(4846), + [anon_sym_DASH_DASH] = ACTIONS(4846), + [anon_sym_BANG] = ACTIONS(4844), + [anon_sym_BANG_BANG] = ACTIONS(4846), + [anon_sym_suspend] = ACTIONS(4844), + [anon_sym_sealed] = ACTIONS(4844), + [anon_sym_annotation] = ACTIONS(4844), + [anon_sym_data] = ACTIONS(4844), + [anon_sym_inner] = ACTIONS(4844), + [anon_sym_value] = ACTIONS(4844), + [anon_sym_override] = ACTIONS(4844), + [anon_sym_lateinit] = ACTIONS(4844), + [anon_sym_public] = ACTIONS(4844), + [anon_sym_private] = ACTIONS(4844), + [anon_sym_internal] = ACTIONS(4844), + [anon_sym_protected] = ACTIONS(4844), + [anon_sym_tailrec] = ACTIONS(4844), + [anon_sym_operator] = ACTIONS(4844), + [anon_sym_infix] = ACTIONS(4844), + [anon_sym_inline] = ACTIONS(4844), + [anon_sym_external] = ACTIONS(4844), + [sym_property_modifier] = ACTIONS(4844), + [anon_sym_abstract] = ACTIONS(4844), + [anon_sym_final] = ACTIONS(4844), + [anon_sym_open] = ACTIONS(4844), + [anon_sym_vararg] = ACTIONS(4844), + [anon_sym_noinline] = ACTIONS(4844), + [anon_sym_crossinline] = ACTIONS(4844), + [anon_sym_expect] = ACTIONS(4844), + [anon_sym_actual] = ACTIONS(4844), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4846), + [anon_sym_continue_AT] = ACTIONS(4846), + [anon_sym_break_AT] = ACTIONS(4846), + [anon_sym_this_AT] = ACTIONS(4846), + [anon_sym_super_AT] = ACTIONS(4846), + [sym_real_literal] = ACTIONS(4846), + [sym_integer_literal] = ACTIONS(4844), + [sym_hex_literal] = ACTIONS(4846), + [sym_bin_literal] = ACTIONS(4846), + [anon_sym_true] = ACTIONS(4844), + [anon_sym_false] = ACTIONS(4844), + [anon_sym_SQUOTE] = ACTIONS(4846), + [sym__backtick_identifier] = ACTIONS(4846), + [sym__automatic_semicolon] = ACTIONS(4846), + [sym_safe_nav] = ACTIONS(4846), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4846), }, - [1043] = { - [sym__alpha_identifier] = ACTIONS(4850), - [anon_sym_AT] = ACTIONS(4852), - [anon_sym_LBRACK] = ACTIONS(4852), - [anon_sym_as] = ACTIONS(4850), - [anon_sym_EQ] = ACTIONS(4850), - [anon_sym_LBRACE] = ACTIONS(4852), - [anon_sym_RBRACE] = ACTIONS(4852), + [1046] = { + [sym__alpha_identifier] = ACTIONS(4848), + [anon_sym_AT] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_as] = ACTIONS(4848), + [anon_sym_EQ] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), [anon_sym_LPAREN] = ACTIONS(4852), - [anon_sym_COMMA] = ACTIONS(4852), - [anon_sym_LT] = ACTIONS(4850), - [anon_sym_GT] = ACTIONS(4850), - [anon_sym_where] = ACTIONS(4850), - [anon_sym_object] = ACTIONS(4850), - [anon_sym_fun] = ACTIONS(4850), - [anon_sym_DOT] = ACTIONS(4850), - [anon_sym_SEMI] = ACTIONS(4852), - [anon_sym_get] = ACTIONS(4850), - [anon_sym_set] = ACTIONS(4850), - [anon_sym_this] = ACTIONS(4850), - [anon_sym_super] = ACTIONS(4850), - [anon_sym_STAR] = ACTIONS(4850), - [sym_label] = ACTIONS(4850), - [anon_sym_in] = ACTIONS(4850), - [anon_sym_DOT_DOT] = ACTIONS(4852), - [anon_sym_QMARK_COLON] = ACTIONS(4852), - [anon_sym_AMP_AMP] = ACTIONS(4852), - [anon_sym_PIPE_PIPE] = ACTIONS(4852), - [anon_sym_null] = ACTIONS(4850), - [anon_sym_if] = ACTIONS(4850), - [anon_sym_else] = ACTIONS(4850), - [anon_sym_when] = ACTIONS(4850), - [anon_sym_try] = ACTIONS(4850), - [anon_sym_throw] = ACTIONS(4850), - [anon_sym_return] = ACTIONS(4850), - [anon_sym_continue] = ACTIONS(4850), - [anon_sym_break] = ACTIONS(4850), - [anon_sym_COLON_COLON] = ACTIONS(4852), - [anon_sym_PLUS_EQ] = ACTIONS(4852), - [anon_sym_DASH_EQ] = ACTIONS(4852), - [anon_sym_STAR_EQ] = ACTIONS(4852), - [anon_sym_SLASH_EQ] = ACTIONS(4852), - [anon_sym_PERCENT_EQ] = ACTIONS(4852), - [anon_sym_BANG_EQ] = ACTIONS(4850), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4852), - [anon_sym_EQ_EQ] = ACTIONS(4850), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4852), - [anon_sym_LT_EQ] = ACTIONS(4852), - [anon_sym_GT_EQ] = ACTIONS(4852), - [anon_sym_BANGin] = ACTIONS(4852), - [anon_sym_is] = ACTIONS(4850), - [anon_sym_BANGis] = ACTIONS(4852), - [anon_sym_PLUS] = ACTIONS(4850), - [anon_sym_DASH] = ACTIONS(4850), - [anon_sym_SLASH] = ACTIONS(4850), - [anon_sym_PERCENT] = ACTIONS(4850), - [anon_sym_as_QMARK] = ACTIONS(4852), - [anon_sym_PLUS_PLUS] = ACTIONS(4852), - [anon_sym_DASH_DASH] = ACTIONS(4852), - [anon_sym_BANG] = ACTIONS(4850), - [anon_sym_BANG_BANG] = ACTIONS(4852), - [anon_sym_suspend] = ACTIONS(4850), - [anon_sym_sealed] = ACTIONS(4850), - [anon_sym_annotation] = ACTIONS(4850), - [anon_sym_data] = ACTIONS(4850), - [anon_sym_inner] = ACTIONS(4850), - [anon_sym_value] = ACTIONS(4850), - [anon_sym_override] = ACTIONS(4850), - [anon_sym_lateinit] = ACTIONS(4850), - [anon_sym_public] = ACTIONS(4850), - [anon_sym_private] = ACTIONS(4850), - [anon_sym_internal] = ACTIONS(4850), - [anon_sym_protected] = ACTIONS(4850), - [anon_sym_tailrec] = ACTIONS(4850), - [anon_sym_operator] = ACTIONS(4850), - [anon_sym_infix] = ACTIONS(4850), - [anon_sym_inline] = ACTIONS(4850), - [anon_sym_external] = ACTIONS(4850), - [sym_property_modifier] = ACTIONS(4850), - [anon_sym_abstract] = ACTIONS(4850), - [anon_sym_final] = ACTIONS(4850), - [anon_sym_open] = ACTIONS(4850), - [anon_sym_vararg] = ACTIONS(4850), - [anon_sym_noinline] = ACTIONS(4850), - [anon_sym_crossinline] = ACTIONS(4850), - [anon_sym_expect] = ACTIONS(4850), - [anon_sym_actual] = ACTIONS(4850), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4852), - [anon_sym_continue_AT] = ACTIONS(4852), - [anon_sym_break_AT] = ACTIONS(4852), - [anon_sym_this_AT] = ACTIONS(4852), - [anon_sym_super_AT] = ACTIONS(4852), - [sym_real_literal] = ACTIONS(4852), - [sym_integer_literal] = ACTIONS(4850), - [sym_hex_literal] = ACTIONS(4852), - [sym_bin_literal] = ACTIONS(4852), - [anon_sym_true] = ACTIONS(4850), - [anon_sym_false] = ACTIONS(4850), - [anon_sym_SQUOTE] = ACTIONS(4852), - [sym__backtick_identifier] = ACTIONS(4852), - [sym__automatic_semicolon] = ACTIONS(4852), - [sym_safe_nav] = ACTIONS(4852), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4852), + [anon_sym_COMMA] = ACTIONS(4850), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_where] = ACTIONS(4848), + [anon_sym_object] = ACTIONS(4848), + [anon_sym_fun] = ACTIONS(4848), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym_get] = ACTIONS(4848), + [anon_sym_set] = ACTIONS(4848), + [anon_sym_this] = ACTIONS(4848), + [anon_sym_super] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4848), + [sym_label] = ACTIONS(4848), + [anon_sym_in] = ACTIONS(4848), + [anon_sym_DOT_DOT] = ACTIONS(4850), + [anon_sym_QMARK_COLON] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_null] = ACTIONS(4848), + [anon_sym_if] = ACTIONS(4848), + [anon_sym_else] = ACTIONS(4848), + [anon_sym_when] = ACTIONS(4848), + [anon_sym_try] = ACTIONS(4848), + [anon_sym_throw] = ACTIONS(4848), + [anon_sym_return] = ACTIONS(4848), + [anon_sym_continue] = ACTIONS(4848), + [anon_sym_break] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_PLUS_EQ] = ACTIONS(4850), + [anon_sym_DASH_EQ] = ACTIONS(4850), + [anon_sym_STAR_EQ] = ACTIONS(4850), + [anon_sym_SLASH_EQ] = ACTIONS(4850), + [anon_sym_PERCENT_EQ] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4850), + [anon_sym_EQ_EQ] = ACTIONS(4848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_BANGin] = ACTIONS(4850), + [anon_sym_is] = ACTIONS(4848), + [anon_sym_BANGis] = ACTIONS(4850), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4848), + [anon_sym_as_QMARK] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_BANG] = ACTIONS(4848), + [anon_sym_BANG_BANG] = ACTIONS(4850), + [anon_sym_suspend] = ACTIONS(4848), + [anon_sym_sealed] = ACTIONS(4848), + [anon_sym_annotation] = ACTIONS(4848), + [anon_sym_data] = ACTIONS(4848), + [anon_sym_inner] = ACTIONS(4848), + [anon_sym_value] = ACTIONS(4848), + [anon_sym_override] = ACTIONS(4848), + [anon_sym_lateinit] = ACTIONS(4848), + [anon_sym_public] = ACTIONS(4848), + [anon_sym_private] = ACTIONS(4848), + [anon_sym_internal] = ACTIONS(4848), + [anon_sym_protected] = ACTIONS(4848), + [anon_sym_tailrec] = ACTIONS(4848), + [anon_sym_operator] = ACTIONS(4848), + [anon_sym_infix] = ACTIONS(4848), + [anon_sym_inline] = ACTIONS(4848), + [anon_sym_external] = ACTIONS(4848), + [sym_property_modifier] = ACTIONS(4848), + [anon_sym_abstract] = ACTIONS(4848), + [anon_sym_final] = ACTIONS(4848), + [anon_sym_open] = ACTIONS(4848), + [anon_sym_vararg] = ACTIONS(4848), + [anon_sym_noinline] = ACTIONS(4848), + [anon_sym_crossinline] = ACTIONS(4848), + [anon_sym_expect] = ACTIONS(4848), + [anon_sym_actual] = ACTIONS(4848), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4850), + [anon_sym_continue_AT] = ACTIONS(4850), + [anon_sym_break_AT] = ACTIONS(4850), + [anon_sym_this_AT] = ACTIONS(4850), + [anon_sym_super_AT] = ACTIONS(4850), + [sym_real_literal] = ACTIONS(4850), + [sym_integer_literal] = ACTIONS(4848), + [sym_hex_literal] = ACTIONS(4850), + [sym_bin_literal] = ACTIONS(4850), + [anon_sym_true] = ACTIONS(4848), + [anon_sym_false] = ACTIONS(4848), + [anon_sym_SQUOTE] = ACTIONS(4850), + [sym__backtick_identifier] = ACTIONS(4850), + [sym__automatic_semicolon] = ACTIONS(4850), + [sym_safe_nav] = ACTIONS(4850), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4850), }, - [1044] = { + [1047] = { [sym__alpha_identifier] = ACTIONS(4854), [anon_sym_AT] = ACTIONS(4856), [anon_sym_LBRACK] = ACTIONS(4856), @@ -169367,431 +169676,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4856), }, - [1045] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4259), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4262), - [anon_sym_LPAREN] = ACTIONS(4858), - [anon_sym_COMMA] = ACTIONS(4262), - [anon_sym_LT] = ACTIONS(4259), - [anon_sym_GT] = ACTIONS(4259), - [anon_sym_where] = ACTIONS(4259), - [anon_sym_object] = ACTIONS(4259), - [anon_sym_fun] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4259), - [anon_sym_SEMI] = ACTIONS(4262), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4259), - [anon_sym_super] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4259), - [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(4259), - [anon_sym_if] = ACTIONS(4259), - [anon_sym_else] = ACTIONS(4259), - [anon_sym_when] = ACTIONS(4259), - [anon_sym_try] = ACTIONS(4259), - [anon_sym_throw] = ACTIONS(4259), - [anon_sym_return] = ACTIONS(4259), - [anon_sym_continue] = ACTIONS(4259), - [anon_sym_break] = ACTIONS(4259), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4259), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), - [anon_sym_EQ_EQ] = ACTIONS(4259), - [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(4259), - [anon_sym_BANGis] = ACTIONS(4262), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4259), - [anon_sym_PERCENT] = ACTIONS(4259), - [anon_sym_as_QMARK] = ACTIONS(4262), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4259), - [anon_sym_BANG_BANG] = ACTIONS(4262), - [anon_sym_suspend] = ACTIONS(4259), - [anon_sym_sealed] = ACTIONS(4259), - [anon_sym_annotation] = ACTIONS(4259), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4259), - [anon_sym_lateinit] = ACTIONS(4259), - [anon_sym_public] = ACTIONS(4259), - [anon_sym_private] = ACTIONS(4259), - [anon_sym_internal] = ACTIONS(4259), - [anon_sym_protected] = ACTIONS(4259), - [anon_sym_tailrec] = ACTIONS(4259), - [anon_sym_operator] = ACTIONS(4259), - [anon_sym_infix] = ACTIONS(4259), - [anon_sym_inline] = ACTIONS(4259), - [anon_sym_external] = ACTIONS(4259), - [sym_property_modifier] = ACTIONS(4259), - [anon_sym_abstract] = ACTIONS(4259), - [anon_sym_final] = ACTIONS(4259), - [anon_sym_open] = ACTIONS(4259), - [anon_sym_vararg] = ACTIONS(4259), - [anon_sym_noinline] = ACTIONS(4259), - [anon_sym_crossinline] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4262), - [anon_sym_continue_AT] = ACTIONS(4262), - [anon_sym_break_AT] = ACTIONS(4262), - [anon_sym_this_AT] = ACTIONS(4262), - [anon_sym_super_AT] = ACTIONS(4262), - [sym_real_literal] = ACTIONS(4262), - [sym_integer_literal] = ACTIONS(4259), - [sym_hex_literal] = ACTIONS(4262), - [sym_bin_literal] = ACTIONS(4262), - [anon_sym_true] = ACTIONS(4259), - [anon_sym_false] = ACTIONS(4259), - [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), - }, - [1046] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_EQ] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(4862), - [anon_sym_COMMA] = ACTIONS(4287), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_where] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4281), - [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4281), - [sym_label] = ACTIONS(4281), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4287), - [anon_sym_DASH_EQ] = ACTIONS(4287), - [anon_sym_STAR_EQ] = ACTIONS(4287), - [anon_sym_SLASH_EQ] = ACTIONS(4287), - [anon_sym_PERCENT_EQ] = ACTIONS(4287), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4281), - [anon_sym_DASH] = ACTIONS(4281), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4289), - [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_suspend] = ACTIONS(4289), - [anon_sym_sealed] = ACTIONS(4289), - [anon_sym_annotation] = ACTIONS(4289), - [anon_sym_data] = ACTIONS(4281), - [anon_sym_inner] = ACTIONS(4281), - [anon_sym_value] = ACTIONS(4281), - [anon_sym_override] = ACTIONS(4289), - [anon_sym_lateinit] = ACTIONS(4289), - [anon_sym_public] = ACTIONS(4289), - [anon_sym_private] = ACTIONS(4289), - [anon_sym_internal] = ACTIONS(4289), - [anon_sym_protected] = ACTIONS(4289), - [anon_sym_tailrec] = ACTIONS(4289), - [anon_sym_operator] = ACTIONS(4289), - [anon_sym_infix] = ACTIONS(4289), - [anon_sym_inline] = ACTIONS(4289), - [anon_sym_external] = ACTIONS(4289), - [sym_property_modifier] = ACTIONS(4289), - [anon_sym_abstract] = ACTIONS(4289), - [anon_sym_final] = ACTIONS(4289), - [anon_sym_open] = ACTIONS(4289), - [anon_sym_vararg] = ACTIONS(4289), - [anon_sym_noinline] = ACTIONS(4289), - [anon_sym_crossinline] = ACTIONS(4289), - [anon_sym_expect] = ACTIONS(4281), - [anon_sym_actual] = ACTIONS(4281), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4287), - [sym_safe_nav] = ACTIONS(4287), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [1047] = { - [sym__alpha_identifier] = ACTIONS(3992), - [anon_sym_AT] = ACTIONS(3994), - [anon_sym_LBRACK] = ACTIONS(3994), - [anon_sym_as] = ACTIONS(3992), - [anon_sym_EQ] = ACTIONS(3992), - [anon_sym_LBRACE] = ACTIONS(3994), - [anon_sym_RBRACE] = ACTIONS(3994), - [anon_sym_LPAREN] = ACTIONS(3994), - [anon_sym_COMMA] = ACTIONS(3994), - [anon_sym_LT] = ACTIONS(3992), - [anon_sym_GT] = ACTIONS(3992), - [anon_sym_where] = ACTIONS(3992), - [anon_sym_object] = ACTIONS(3992), - [anon_sym_fun] = ACTIONS(3992), - [anon_sym_DOT] = ACTIONS(3992), - [anon_sym_SEMI] = ACTIONS(3994), - [anon_sym_get] = ACTIONS(3992), - [anon_sym_set] = ACTIONS(3992), - [anon_sym_this] = ACTIONS(3992), - [anon_sym_super] = ACTIONS(3992), - [anon_sym_STAR] = ACTIONS(3992), - [sym_label] = ACTIONS(3992), - [anon_sym_in] = ACTIONS(3992), - [anon_sym_DOT_DOT] = ACTIONS(3994), - [anon_sym_QMARK_COLON] = ACTIONS(3994), - [anon_sym_AMP_AMP] = ACTIONS(3994), - [anon_sym_PIPE_PIPE] = ACTIONS(3994), - [anon_sym_null] = ACTIONS(3992), - [anon_sym_if] = ACTIONS(3992), - [anon_sym_else] = ACTIONS(3992), - [anon_sym_when] = ACTIONS(3992), - [anon_sym_try] = ACTIONS(3992), - [anon_sym_throw] = ACTIONS(3992), - [anon_sym_return] = ACTIONS(3992), - [anon_sym_continue] = ACTIONS(3992), - [anon_sym_break] = ACTIONS(3992), - [anon_sym_COLON_COLON] = ACTIONS(3994), - [anon_sym_PLUS_EQ] = ACTIONS(3994), - [anon_sym_DASH_EQ] = ACTIONS(3994), - [anon_sym_STAR_EQ] = ACTIONS(3994), - [anon_sym_SLASH_EQ] = ACTIONS(3994), - [anon_sym_PERCENT_EQ] = ACTIONS(3994), - [anon_sym_BANG_EQ] = ACTIONS(3992), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3994), - [anon_sym_EQ_EQ] = ACTIONS(3992), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3994), - [anon_sym_LT_EQ] = ACTIONS(3994), - [anon_sym_GT_EQ] = ACTIONS(3994), - [anon_sym_BANGin] = ACTIONS(3994), - [anon_sym_is] = ACTIONS(3992), - [anon_sym_BANGis] = ACTIONS(3994), - [anon_sym_PLUS] = ACTIONS(3992), - [anon_sym_DASH] = ACTIONS(3992), - [anon_sym_SLASH] = ACTIONS(3992), - [anon_sym_PERCENT] = ACTIONS(3992), - [anon_sym_as_QMARK] = ACTIONS(3994), - [anon_sym_PLUS_PLUS] = ACTIONS(3994), - [anon_sym_DASH_DASH] = ACTIONS(3994), - [anon_sym_BANG] = ACTIONS(3992), - [anon_sym_BANG_BANG] = ACTIONS(3994), - [anon_sym_suspend] = ACTIONS(3992), - [anon_sym_sealed] = ACTIONS(3992), - [anon_sym_annotation] = ACTIONS(3992), - [anon_sym_data] = ACTIONS(3992), - [anon_sym_inner] = ACTIONS(3992), - [anon_sym_value] = ACTIONS(3992), - [anon_sym_override] = ACTIONS(3992), - [anon_sym_lateinit] = ACTIONS(3992), - [anon_sym_public] = ACTIONS(3992), - [anon_sym_private] = ACTIONS(3992), - [anon_sym_internal] = ACTIONS(3992), - [anon_sym_protected] = ACTIONS(3992), - [anon_sym_tailrec] = ACTIONS(3992), - [anon_sym_operator] = ACTIONS(3992), - [anon_sym_infix] = ACTIONS(3992), - [anon_sym_inline] = ACTIONS(3992), - [anon_sym_external] = ACTIONS(3992), - [sym_property_modifier] = ACTIONS(3992), - [anon_sym_abstract] = ACTIONS(3992), - [anon_sym_final] = ACTIONS(3992), - [anon_sym_open] = ACTIONS(3992), - [anon_sym_vararg] = ACTIONS(3992), - [anon_sym_noinline] = ACTIONS(3992), - [anon_sym_crossinline] = ACTIONS(3992), - [anon_sym_expect] = ACTIONS(3992), - [anon_sym_actual] = ACTIONS(3992), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3994), - [anon_sym_continue_AT] = ACTIONS(3994), - [anon_sym_break_AT] = ACTIONS(3994), - [anon_sym_this_AT] = ACTIONS(3994), - [anon_sym_super_AT] = ACTIONS(3994), - [sym_real_literal] = ACTIONS(3994), - [sym_integer_literal] = ACTIONS(3992), - [sym_hex_literal] = ACTIONS(3994), - [sym_bin_literal] = ACTIONS(3994), - [anon_sym_true] = ACTIONS(3992), - [anon_sym_false] = ACTIONS(3992), - [anon_sym_SQUOTE] = ACTIONS(3994), - [sym__backtick_identifier] = ACTIONS(3994), - [sym__automatic_semicolon] = ACTIONS(3994), - [sym_safe_nav] = ACTIONS(3994), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3994), - }, [1048] = { - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(4443), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_COMMA] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_where] = ACTIONS(4443), - [anon_sym_object] = ACTIONS(4443), - [anon_sym_fun] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_this] = ACTIONS(4443), - [anon_sym_super] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4443), - [sym_label] = ACTIONS(4443), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_null] = ACTIONS(4443), - [anon_sym_if] = ACTIONS(4443), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_when] = ACTIONS(4443), - [anon_sym_try] = ACTIONS(4443), - [anon_sym_throw] = ACTIONS(4443), - [anon_sym_return] = ACTIONS(4443), - [anon_sym_continue] = ACTIONS(4443), - [anon_sym_break] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_PLUS_EQ] = ACTIONS(4445), - [anon_sym_DASH_EQ] = ACTIONS(4445), - [anon_sym_STAR_EQ] = ACTIONS(4445), - [anon_sym_SLASH_EQ] = ACTIONS(4445), - [anon_sym_PERCENT_EQ] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4443), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(4443), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_suspend] = ACTIONS(4443), - [anon_sym_sealed] = ACTIONS(4443), - [anon_sym_annotation] = ACTIONS(4443), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_override] = ACTIONS(4443), - [anon_sym_lateinit] = ACTIONS(4443), - [anon_sym_public] = ACTIONS(4443), - [anon_sym_private] = ACTIONS(4443), - [anon_sym_internal] = ACTIONS(4443), - [anon_sym_protected] = ACTIONS(4443), - [anon_sym_tailrec] = ACTIONS(4443), - [anon_sym_operator] = ACTIONS(4443), - [anon_sym_infix] = ACTIONS(4443), - [anon_sym_inline] = ACTIONS(4443), - [anon_sym_external] = ACTIONS(4443), - [sym_property_modifier] = ACTIONS(4443), - [anon_sym_abstract] = ACTIONS(4443), - [anon_sym_final] = ACTIONS(4443), - [anon_sym_open] = ACTIONS(4443), - [anon_sym_vararg] = ACTIONS(4443), - [anon_sym_noinline] = ACTIONS(4443), - [anon_sym_crossinline] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4445), - [anon_sym_continue_AT] = ACTIONS(4445), - [anon_sym_break_AT] = ACTIONS(4445), - [anon_sym_this_AT] = ACTIONS(4445), - [anon_sym_super_AT] = ACTIONS(4445), - [sym_real_literal] = ACTIONS(4445), - [sym_integer_literal] = ACTIONS(4443), - [sym_hex_literal] = ACTIONS(4445), - [sym_bin_literal] = ACTIONS(4445), - [anon_sym_true] = ACTIONS(4443), - [anon_sym_false] = ACTIONS(4443), - [anon_sym_SQUOTE] = ACTIONS(4445), - [sym__backtick_identifier] = ACTIONS(4445), - [sym__automatic_semicolon] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4445), + [sym__alpha_identifier] = ACTIONS(4858), + [anon_sym_AT] = ACTIONS(4860), + [anon_sym_LBRACK] = ACTIONS(4860), + [anon_sym_as] = ACTIONS(4858), + [anon_sym_EQ] = ACTIONS(4858), + [anon_sym_LBRACE] = ACTIONS(4860), + [anon_sym_RBRACE] = ACTIONS(4860), + [anon_sym_LPAREN] = ACTIONS(4860), + [anon_sym_COMMA] = ACTIONS(4860), + [anon_sym_LT] = ACTIONS(4858), + [anon_sym_GT] = ACTIONS(4858), + [anon_sym_where] = ACTIONS(4858), + [anon_sym_object] = ACTIONS(4858), + [anon_sym_fun] = ACTIONS(4858), + [anon_sym_DOT] = ACTIONS(4858), + [anon_sym_SEMI] = ACTIONS(4860), + [anon_sym_get] = ACTIONS(4858), + [anon_sym_set] = ACTIONS(4858), + [anon_sym_this] = ACTIONS(4858), + [anon_sym_super] = ACTIONS(4858), + [anon_sym_STAR] = ACTIONS(4858), + [sym_label] = ACTIONS(4858), + [anon_sym_in] = ACTIONS(4858), + [anon_sym_DOT_DOT] = ACTIONS(4860), + [anon_sym_QMARK_COLON] = ACTIONS(4860), + [anon_sym_AMP_AMP] = ACTIONS(4860), + [anon_sym_PIPE_PIPE] = ACTIONS(4860), + [anon_sym_null] = ACTIONS(4858), + [anon_sym_if] = ACTIONS(4858), + [anon_sym_else] = ACTIONS(4858), + [anon_sym_when] = ACTIONS(4858), + [anon_sym_try] = ACTIONS(4858), + [anon_sym_throw] = ACTIONS(4858), + [anon_sym_return] = ACTIONS(4858), + [anon_sym_continue] = ACTIONS(4858), + [anon_sym_break] = ACTIONS(4858), + [anon_sym_COLON_COLON] = ACTIONS(4860), + [anon_sym_PLUS_EQ] = ACTIONS(4860), + [anon_sym_DASH_EQ] = ACTIONS(4860), + [anon_sym_STAR_EQ] = ACTIONS(4860), + [anon_sym_SLASH_EQ] = ACTIONS(4860), + [anon_sym_PERCENT_EQ] = ACTIONS(4860), + [anon_sym_BANG_EQ] = ACTIONS(4858), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4860), + [anon_sym_EQ_EQ] = ACTIONS(4858), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4860), + [anon_sym_LT_EQ] = ACTIONS(4860), + [anon_sym_GT_EQ] = ACTIONS(4860), + [anon_sym_BANGin] = ACTIONS(4860), + [anon_sym_is] = ACTIONS(4858), + [anon_sym_BANGis] = ACTIONS(4860), + [anon_sym_PLUS] = ACTIONS(4858), + [anon_sym_DASH] = ACTIONS(4858), + [anon_sym_SLASH] = ACTIONS(4858), + [anon_sym_PERCENT] = ACTIONS(4858), + [anon_sym_as_QMARK] = ACTIONS(4860), + [anon_sym_PLUS_PLUS] = ACTIONS(4860), + [anon_sym_DASH_DASH] = ACTIONS(4860), + [anon_sym_BANG] = ACTIONS(4858), + [anon_sym_BANG_BANG] = ACTIONS(4860), + [anon_sym_suspend] = ACTIONS(4858), + [anon_sym_sealed] = ACTIONS(4858), + [anon_sym_annotation] = ACTIONS(4858), + [anon_sym_data] = ACTIONS(4858), + [anon_sym_inner] = ACTIONS(4858), + [anon_sym_value] = ACTIONS(4858), + [anon_sym_override] = ACTIONS(4858), + [anon_sym_lateinit] = ACTIONS(4858), + [anon_sym_public] = ACTIONS(4858), + [anon_sym_private] = ACTIONS(4858), + [anon_sym_internal] = ACTIONS(4858), + [anon_sym_protected] = ACTIONS(4858), + [anon_sym_tailrec] = ACTIONS(4858), + [anon_sym_operator] = ACTIONS(4858), + [anon_sym_infix] = ACTIONS(4858), + [anon_sym_inline] = ACTIONS(4858), + [anon_sym_external] = ACTIONS(4858), + [sym_property_modifier] = ACTIONS(4858), + [anon_sym_abstract] = ACTIONS(4858), + [anon_sym_final] = ACTIONS(4858), + [anon_sym_open] = ACTIONS(4858), + [anon_sym_vararg] = ACTIONS(4858), + [anon_sym_noinline] = ACTIONS(4858), + [anon_sym_crossinline] = ACTIONS(4858), + [anon_sym_expect] = ACTIONS(4858), + [anon_sym_actual] = ACTIONS(4858), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4860), + [anon_sym_continue_AT] = ACTIONS(4860), + [anon_sym_break_AT] = ACTIONS(4860), + [anon_sym_this_AT] = ACTIONS(4860), + [anon_sym_super_AT] = ACTIONS(4860), + [sym_real_literal] = ACTIONS(4860), + [sym_integer_literal] = ACTIONS(4858), + [sym_hex_literal] = ACTIONS(4860), + [sym_bin_literal] = ACTIONS(4860), + [anon_sym_true] = ACTIONS(4858), + [anon_sym_false] = ACTIONS(4858), + [anon_sym_SQUOTE] = ACTIONS(4860), + [sym__backtick_identifier] = ACTIONS(4860), + [sym__automatic_semicolon] = ACTIONS(4860), + [sym_safe_nav] = ACTIONS(4860), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4860), }, [1049] = { + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(4151), + [anon_sym_LBRACE] = ACTIONS(4153), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(4151), + [anon_sym_object] = ACTIONS(4151), + [anon_sym_fun] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_this] = ACTIONS(4151), + [anon_sym_super] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [sym_label] = ACTIONS(4151), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_if] = ACTIONS(4151), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_when] = ACTIONS(4151), + [anon_sym_try] = ACTIONS(4151), + [anon_sym_throw] = ACTIONS(4151), + [anon_sym_return] = ACTIONS(4151), + [anon_sym_continue] = ACTIONS(4151), + [anon_sym_break] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4151), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4153), + [anon_sym_continue_AT] = ACTIONS(4153), + [anon_sym_break_AT] = ACTIONS(4153), + [anon_sym_this_AT] = ACTIONS(4153), + [anon_sym_super_AT] = ACTIONS(4153), + [sym_real_literal] = ACTIONS(4153), + [sym_integer_literal] = ACTIONS(4151), + [sym_hex_literal] = ACTIONS(4153), + [sym_bin_literal] = ACTIONS(4153), + [anon_sym_true] = ACTIONS(4151), + [anon_sym_false] = ACTIONS(4151), + [anon_sym_SQUOTE] = ACTIONS(4153), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4153), + }, + [1050] = { + [sym__alpha_identifier] = ACTIONS(4862), + [anon_sym_AT] = ACTIONS(4864), + [anon_sym_LBRACK] = ACTIONS(4864), + [anon_sym_as] = ACTIONS(4862), + [anon_sym_EQ] = ACTIONS(4862), + [anon_sym_LBRACE] = ACTIONS(4864), + [anon_sym_RBRACE] = ACTIONS(4864), + [anon_sym_LPAREN] = ACTIONS(4864), + [anon_sym_COMMA] = ACTIONS(4864), + [anon_sym_LT] = ACTIONS(4862), + [anon_sym_GT] = ACTIONS(4862), + [anon_sym_where] = ACTIONS(4862), + [anon_sym_object] = ACTIONS(4862), + [anon_sym_fun] = ACTIONS(4862), + [anon_sym_DOT] = ACTIONS(4862), + [anon_sym_SEMI] = ACTIONS(4864), + [anon_sym_get] = ACTIONS(4862), + [anon_sym_set] = ACTIONS(4862), + [anon_sym_this] = ACTIONS(4862), + [anon_sym_super] = ACTIONS(4862), + [anon_sym_STAR] = ACTIONS(4862), + [sym_label] = ACTIONS(4862), + [anon_sym_in] = ACTIONS(4862), + [anon_sym_DOT_DOT] = ACTIONS(4864), + [anon_sym_QMARK_COLON] = ACTIONS(4864), + [anon_sym_AMP_AMP] = ACTIONS(4864), + [anon_sym_PIPE_PIPE] = ACTIONS(4864), + [anon_sym_null] = ACTIONS(4862), + [anon_sym_if] = ACTIONS(4862), + [anon_sym_else] = ACTIONS(4862), + [anon_sym_when] = ACTIONS(4862), + [anon_sym_try] = ACTIONS(4862), + [anon_sym_throw] = ACTIONS(4862), + [anon_sym_return] = ACTIONS(4862), + [anon_sym_continue] = ACTIONS(4862), + [anon_sym_break] = ACTIONS(4862), + [anon_sym_COLON_COLON] = ACTIONS(4864), + [anon_sym_PLUS_EQ] = ACTIONS(4864), + [anon_sym_DASH_EQ] = ACTIONS(4864), + [anon_sym_STAR_EQ] = ACTIONS(4864), + [anon_sym_SLASH_EQ] = ACTIONS(4864), + [anon_sym_PERCENT_EQ] = ACTIONS(4864), + [anon_sym_BANG_EQ] = ACTIONS(4862), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4864), + [anon_sym_EQ_EQ] = ACTIONS(4862), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4864), + [anon_sym_LT_EQ] = ACTIONS(4864), + [anon_sym_GT_EQ] = ACTIONS(4864), + [anon_sym_BANGin] = ACTIONS(4864), + [anon_sym_is] = ACTIONS(4862), + [anon_sym_BANGis] = ACTIONS(4864), + [anon_sym_PLUS] = ACTIONS(4862), + [anon_sym_DASH] = ACTIONS(4862), + [anon_sym_SLASH] = ACTIONS(4862), + [anon_sym_PERCENT] = ACTIONS(4862), + [anon_sym_as_QMARK] = ACTIONS(4864), + [anon_sym_PLUS_PLUS] = ACTIONS(4864), + [anon_sym_DASH_DASH] = ACTIONS(4864), + [anon_sym_BANG] = ACTIONS(4862), + [anon_sym_BANG_BANG] = ACTIONS(4864), + [anon_sym_suspend] = ACTIONS(4862), + [anon_sym_sealed] = ACTIONS(4862), + [anon_sym_annotation] = ACTIONS(4862), + [anon_sym_data] = ACTIONS(4862), + [anon_sym_inner] = ACTIONS(4862), + [anon_sym_value] = ACTIONS(4862), + [anon_sym_override] = ACTIONS(4862), + [anon_sym_lateinit] = ACTIONS(4862), + [anon_sym_public] = ACTIONS(4862), + [anon_sym_private] = ACTIONS(4862), + [anon_sym_internal] = ACTIONS(4862), + [anon_sym_protected] = ACTIONS(4862), + [anon_sym_tailrec] = ACTIONS(4862), + [anon_sym_operator] = ACTIONS(4862), + [anon_sym_infix] = ACTIONS(4862), + [anon_sym_inline] = ACTIONS(4862), + [anon_sym_external] = ACTIONS(4862), + [sym_property_modifier] = ACTIONS(4862), + [anon_sym_abstract] = ACTIONS(4862), + [anon_sym_final] = ACTIONS(4862), + [anon_sym_open] = ACTIONS(4862), + [anon_sym_vararg] = ACTIONS(4862), + [anon_sym_noinline] = ACTIONS(4862), + [anon_sym_crossinline] = ACTIONS(4862), + [anon_sym_expect] = ACTIONS(4862), + [anon_sym_actual] = ACTIONS(4862), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4864), + [anon_sym_continue_AT] = ACTIONS(4864), + [anon_sym_break_AT] = ACTIONS(4864), + [anon_sym_this_AT] = ACTIONS(4864), + [anon_sym_super_AT] = ACTIONS(4864), + [sym_real_literal] = ACTIONS(4864), + [sym_integer_literal] = ACTIONS(4862), + [sym_hex_literal] = ACTIONS(4864), + [sym_bin_literal] = ACTIONS(4864), + [anon_sym_true] = ACTIONS(4862), + [anon_sym_false] = ACTIONS(4862), + [anon_sym_SQUOTE] = ACTIONS(4864), + [sym__backtick_identifier] = ACTIONS(4864), + [sym__automatic_semicolon] = ACTIONS(4864), + [sym_safe_nav] = ACTIONS(4864), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4864), + }, + [1051] = { [sym__alpha_identifier] = ACTIONS(4866), [anon_sym_AT] = ACTIONS(4868), [anon_sym_LBRACK] = ACTIONS(4868), @@ -169897,7 +170100,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4868), }, - [1050] = { + [1052] = { + [sym__alpha_identifier] = ACTIONS(4343), + [anon_sym_AT] = ACTIONS(4345), + [anon_sym_LBRACK] = ACTIONS(4345), + [anon_sym_as] = ACTIONS(4343), + [anon_sym_EQ] = ACTIONS(4343), + [anon_sym_LBRACE] = ACTIONS(4345), + [anon_sym_RBRACE] = ACTIONS(4345), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_COMMA] = ACTIONS(4345), + [anon_sym_LT] = ACTIONS(4343), + [anon_sym_GT] = ACTIONS(4343), + [anon_sym_where] = ACTIONS(4343), + [anon_sym_object] = ACTIONS(4343), + [anon_sym_fun] = ACTIONS(4343), + [anon_sym_DOT] = ACTIONS(4343), + [anon_sym_SEMI] = ACTIONS(4345), + [anon_sym_get] = ACTIONS(4343), + [anon_sym_set] = ACTIONS(4343), + [anon_sym_this] = ACTIONS(4343), + [anon_sym_super] = ACTIONS(4343), + [anon_sym_STAR] = ACTIONS(4343), + [sym_label] = ACTIONS(4343), + [anon_sym_in] = ACTIONS(4343), + [anon_sym_DOT_DOT] = ACTIONS(4345), + [anon_sym_QMARK_COLON] = ACTIONS(4345), + [anon_sym_AMP_AMP] = ACTIONS(4345), + [anon_sym_PIPE_PIPE] = ACTIONS(4345), + [anon_sym_null] = ACTIONS(4343), + [anon_sym_if] = ACTIONS(4343), + [anon_sym_else] = ACTIONS(4343), + [anon_sym_when] = ACTIONS(4343), + [anon_sym_try] = ACTIONS(4343), + [anon_sym_throw] = ACTIONS(4343), + [anon_sym_return] = ACTIONS(4343), + [anon_sym_continue] = ACTIONS(4343), + [anon_sym_break] = ACTIONS(4343), + [anon_sym_COLON_COLON] = ACTIONS(4345), + [anon_sym_PLUS_EQ] = ACTIONS(4345), + [anon_sym_DASH_EQ] = ACTIONS(4345), + [anon_sym_STAR_EQ] = ACTIONS(4345), + [anon_sym_SLASH_EQ] = ACTIONS(4345), + [anon_sym_PERCENT_EQ] = ACTIONS(4345), + [anon_sym_BANG_EQ] = ACTIONS(4343), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4345), + [anon_sym_EQ_EQ] = ACTIONS(4343), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4345), + [anon_sym_LT_EQ] = ACTIONS(4345), + [anon_sym_GT_EQ] = ACTIONS(4345), + [anon_sym_BANGin] = ACTIONS(4345), + [anon_sym_is] = ACTIONS(4343), + [anon_sym_BANGis] = ACTIONS(4345), + [anon_sym_PLUS] = ACTIONS(4343), + [anon_sym_DASH] = ACTIONS(4343), + [anon_sym_SLASH] = ACTIONS(4343), + [anon_sym_PERCENT] = ACTIONS(4343), + [anon_sym_as_QMARK] = ACTIONS(4345), + [anon_sym_PLUS_PLUS] = ACTIONS(4345), + [anon_sym_DASH_DASH] = ACTIONS(4345), + [anon_sym_BANG] = ACTIONS(4343), + [anon_sym_BANG_BANG] = ACTIONS(4345), + [anon_sym_suspend] = ACTIONS(4343), + [anon_sym_sealed] = ACTIONS(4343), + [anon_sym_annotation] = ACTIONS(4343), + [anon_sym_data] = ACTIONS(4343), + [anon_sym_inner] = ACTIONS(4343), + [anon_sym_value] = ACTIONS(4343), + [anon_sym_override] = ACTIONS(4343), + [anon_sym_lateinit] = ACTIONS(4343), + [anon_sym_public] = ACTIONS(4343), + [anon_sym_private] = ACTIONS(4343), + [anon_sym_internal] = ACTIONS(4343), + [anon_sym_protected] = ACTIONS(4343), + [anon_sym_tailrec] = ACTIONS(4343), + [anon_sym_operator] = ACTIONS(4343), + [anon_sym_infix] = ACTIONS(4343), + [anon_sym_inline] = ACTIONS(4343), + [anon_sym_external] = ACTIONS(4343), + [sym_property_modifier] = ACTIONS(4343), + [anon_sym_abstract] = ACTIONS(4343), + [anon_sym_final] = ACTIONS(4343), + [anon_sym_open] = ACTIONS(4343), + [anon_sym_vararg] = ACTIONS(4343), + [anon_sym_noinline] = ACTIONS(4343), + [anon_sym_crossinline] = ACTIONS(4343), + [anon_sym_expect] = ACTIONS(4343), + [anon_sym_actual] = ACTIONS(4343), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4345), + [anon_sym_continue_AT] = ACTIONS(4345), + [anon_sym_break_AT] = ACTIONS(4345), + [anon_sym_this_AT] = ACTIONS(4345), + [anon_sym_super_AT] = ACTIONS(4345), + [sym_real_literal] = ACTIONS(4345), + [sym_integer_literal] = ACTIONS(4343), + [sym_hex_literal] = ACTIONS(4345), + [sym_bin_literal] = ACTIONS(4345), + [anon_sym_true] = ACTIONS(4343), + [anon_sym_false] = ACTIONS(4343), + [anon_sym_SQUOTE] = ACTIONS(4345), + [sym__backtick_identifier] = ACTIONS(4345), + [sym__automatic_semicolon] = ACTIONS(4345), + [sym_safe_nav] = ACTIONS(4345), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4345), + }, + [1053] = { [sym__alpha_identifier] = ACTIONS(4870), [anon_sym_AT] = ACTIONS(4872), [anon_sym_LBRACK] = ACTIONS(4872), @@ -170003,7 +170312,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4872), }, - [1051] = { + [1054] = { [sym__alpha_identifier] = ACTIONS(4874), [anon_sym_AT] = ACTIONS(4876), [anon_sym_LBRACK] = ACTIONS(4876), @@ -170011,7 +170320,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ] = ACTIONS(4874), [anon_sym_LBRACE] = ACTIONS(4876), [anon_sym_RBRACE] = ACTIONS(4876), - [anon_sym_LPAREN] = ACTIONS(4878), + [anon_sym_LPAREN] = ACTIONS(4876), [anon_sym_COMMA] = ACTIONS(4876), [anon_sym_LT] = ACTIONS(4874), [anon_sym_GT] = ACTIONS(4874), @@ -170109,749 +170418,643 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4876), }, - [1052] = { - [sym__alpha_identifier] = ACTIONS(123), - [anon_sym_AT] = ACTIONS(121), - [anon_sym_LBRACK] = ACTIONS(121), - [anon_sym_as] = ACTIONS(123), - [anon_sym_EQ] = ACTIONS(123), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_RBRACE] = ACTIONS(121), - [anon_sym_LPAREN] = ACTIONS(121), - [anon_sym_COMMA] = ACTIONS(121), - [anon_sym_LT] = ACTIONS(123), - [anon_sym_GT] = ACTIONS(123), - [anon_sym_where] = ACTIONS(123), - [anon_sym_object] = ACTIONS(123), - [anon_sym_fun] = ACTIONS(123), - [anon_sym_DOT] = ACTIONS(123), - [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(123), - [anon_sym_set] = ACTIONS(123), - [anon_sym_this] = ACTIONS(123), - [anon_sym_super] = ACTIONS(123), - [anon_sym_STAR] = ACTIONS(123), - [sym_label] = ACTIONS(123), - [anon_sym_in] = ACTIONS(123), - [anon_sym_DOT_DOT] = ACTIONS(121), - [anon_sym_QMARK_COLON] = ACTIONS(121), - [anon_sym_AMP_AMP] = ACTIONS(121), - [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_null] = ACTIONS(123), - [anon_sym_if] = ACTIONS(123), - [anon_sym_else] = ACTIONS(123), - [anon_sym_when] = ACTIONS(123), - [anon_sym_try] = ACTIONS(123), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_return] = ACTIONS(123), - [anon_sym_continue] = ACTIONS(123), - [anon_sym_break] = ACTIONS(123), - [anon_sym_COLON_COLON] = ACTIONS(121), - [anon_sym_PLUS_EQ] = ACTIONS(121), - [anon_sym_DASH_EQ] = ACTIONS(121), - [anon_sym_STAR_EQ] = ACTIONS(121), - [anon_sym_SLASH_EQ] = ACTIONS(121), - [anon_sym_PERCENT_EQ] = ACTIONS(121), - [anon_sym_BANG_EQ] = ACTIONS(123), - [anon_sym_BANG_EQ_EQ] = ACTIONS(121), - [anon_sym_EQ_EQ] = ACTIONS(123), - [anon_sym_EQ_EQ_EQ] = ACTIONS(121), - [anon_sym_LT_EQ] = ACTIONS(121), - [anon_sym_GT_EQ] = ACTIONS(121), - [anon_sym_BANGin] = ACTIONS(121), - [anon_sym_is] = ACTIONS(123), - [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_SLASH] = ACTIONS(123), - [anon_sym_PERCENT] = ACTIONS(123), - [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(121), - [anon_sym_DASH_DASH] = ACTIONS(121), - [anon_sym_BANG] = ACTIONS(123), - [anon_sym_BANG_BANG] = ACTIONS(121), - [anon_sym_suspend] = ACTIONS(123), - [anon_sym_sealed] = ACTIONS(123), - [anon_sym_annotation] = ACTIONS(123), - [anon_sym_data] = ACTIONS(123), - [anon_sym_inner] = ACTIONS(123), - [anon_sym_value] = ACTIONS(123), - [anon_sym_override] = ACTIONS(123), - [anon_sym_lateinit] = ACTIONS(123), - [anon_sym_public] = ACTIONS(123), - [anon_sym_private] = ACTIONS(123), - [anon_sym_internal] = ACTIONS(123), - [anon_sym_protected] = ACTIONS(123), - [anon_sym_tailrec] = ACTIONS(123), - [anon_sym_operator] = ACTIONS(123), - [anon_sym_infix] = ACTIONS(123), - [anon_sym_inline] = ACTIONS(123), - [anon_sym_external] = ACTIONS(123), - [sym_property_modifier] = ACTIONS(123), - [anon_sym_abstract] = ACTIONS(123), - [anon_sym_final] = ACTIONS(123), - [anon_sym_open] = ACTIONS(123), - [anon_sym_vararg] = ACTIONS(123), - [anon_sym_noinline] = ACTIONS(123), - [anon_sym_crossinline] = ACTIONS(123), - [anon_sym_expect] = ACTIONS(123), - [anon_sym_actual] = ACTIONS(123), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(121), - [anon_sym_continue_AT] = ACTIONS(121), - [anon_sym_break_AT] = ACTIONS(121), - [anon_sym_this_AT] = ACTIONS(121), - [anon_sym_super_AT] = ACTIONS(121), - [sym_real_literal] = ACTIONS(121), - [sym_integer_literal] = ACTIONS(123), - [sym_hex_literal] = ACTIONS(121), - [sym_bin_literal] = ACTIONS(121), - [anon_sym_true] = ACTIONS(123), - [anon_sym_false] = ACTIONS(123), - [anon_sym_SQUOTE] = ACTIONS(121), - [sym__backtick_identifier] = ACTIONS(121), - [sym__automatic_semicolon] = ACTIONS(121), - [sym_safe_nav] = ACTIONS(121), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(121), + [1055] = { + [sym__alpha_identifier] = ACTIONS(4878), + [anon_sym_AT] = ACTIONS(4880), + [anon_sym_LBRACK] = ACTIONS(4880), + [anon_sym_as] = ACTIONS(4878), + [anon_sym_EQ] = ACTIONS(4878), + [anon_sym_LBRACE] = ACTIONS(4880), + [anon_sym_RBRACE] = ACTIONS(4880), + [anon_sym_LPAREN] = ACTIONS(4880), + [anon_sym_COMMA] = ACTIONS(4880), + [anon_sym_LT] = ACTIONS(4878), + [anon_sym_GT] = ACTIONS(4878), + [anon_sym_where] = ACTIONS(4878), + [anon_sym_object] = ACTIONS(4878), + [anon_sym_fun] = ACTIONS(4878), + [anon_sym_DOT] = ACTIONS(4878), + [anon_sym_SEMI] = ACTIONS(4880), + [anon_sym_get] = ACTIONS(4878), + [anon_sym_set] = ACTIONS(4878), + [anon_sym_this] = ACTIONS(4878), + [anon_sym_super] = ACTIONS(4878), + [anon_sym_STAR] = ACTIONS(4878), + [sym_label] = ACTIONS(4878), + [anon_sym_in] = ACTIONS(4878), + [anon_sym_DOT_DOT] = ACTIONS(4880), + [anon_sym_QMARK_COLON] = ACTIONS(4880), + [anon_sym_AMP_AMP] = ACTIONS(4880), + [anon_sym_PIPE_PIPE] = ACTIONS(4880), + [anon_sym_null] = ACTIONS(4878), + [anon_sym_if] = ACTIONS(4878), + [anon_sym_else] = ACTIONS(4878), + [anon_sym_when] = ACTIONS(4878), + [anon_sym_try] = ACTIONS(4878), + [anon_sym_throw] = ACTIONS(4878), + [anon_sym_return] = ACTIONS(4878), + [anon_sym_continue] = ACTIONS(4878), + [anon_sym_break] = ACTIONS(4878), + [anon_sym_COLON_COLON] = ACTIONS(4880), + [anon_sym_PLUS_EQ] = ACTIONS(4880), + [anon_sym_DASH_EQ] = ACTIONS(4880), + [anon_sym_STAR_EQ] = ACTIONS(4880), + [anon_sym_SLASH_EQ] = ACTIONS(4880), + [anon_sym_PERCENT_EQ] = ACTIONS(4880), + [anon_sym_BANG_EQ] = ACTIONS(4878), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4880), + [anon_sym_EQ_EQ] = ACTIONS(4878), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4880), + [anon_sym_LT_EQ] = ACTIONS(4880), + [anon_sym_GT_EQ] = ACTIONS(4880), + [anon_sym_BANGin] = ACTIONS(4880), + [anon_sym_is] = ACTIONS(4878), + [anon_sym_BANGis] = ACTIONS(4880), + [anon_sym_PLUS] = ACTIONS(4878), + [anon_sym_DASH] = ACTIONS(4878), + [anon_sym_SLASH] = ACTIONS(4878), + [anon_sym_PERCENT] = ACTIONS(4878), + [anon_sym_as_QMARK] = ACTIONS(4880), + [anon_sym_PLUS_PLUS] = ACTIONS(4880), + [anon_sym_DASH_DASH] = ACTIONS(4880), + [anon_sym_BANG] = ACTIONS(4878), + [anon_sym_BANG_BANG] = ACTIONS(4880), + [anon_sym_suspend] = ACTIONS(4878), + [anon_sym_sealed] = ACTIONS(4878), + [anon_sym_annotation] = ACTIONS(4878), + [anon_sym_data] = ACTIONS(4878), + [anon_sym_inner] = ACTIONS(4878), + [anon_sym_value] = ACTIONS(4878), + [anon_sym_override] = ACTIONS(4878), + [anon_sym_lateinit] = ACTIONS(4878), + [anon_sym_public] = ACTIONS(4878), + [anon_sym_private] = ACTIONS(4878), + [anon_sym_internal] = ACTIONS(4878), + [anon_sym_protected] = ACTIONS(4878), + [anon_sym_tailrec] = ACTIONS(4878), + [anon_sym_operator] = ACTIONS(4878), + [anon_sym_infix] = ACTIONS(4878), + [anon_sym_inline] = ACTIONS(4878), + [anon_sym_external] = ACTIONS(4878), + [sym_property_modifier] = ACTIONS(4878), + [anon_sym_abstract] = ACTIONS(4878), + [anon_sym_final] = ACTIONS(4878), + [anon_sym_open] = ACTIONS(4878), + [anon_sym_vararg] = ACTIONS(4878), + [anon_sym_noinline] = ACTIONS(4878), + [anon_sym_crossinline] = ACTIONS(4878), + [anon_sym_expect] = ACTIONS(4878), + [anon_sym_actual] = ACTIONS(4878), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4880), + [anon_sym_continue_AT] = ACTIONS(4880), + [anon_sym_break_AT] = ACTIONS(4880), + [anon_sym_this_AT] = ACTIONS(4880), + [anon_sym_super_AT] = ACTIONS(4880), + [sym_real_literal] = ACTIONS(4880), + [sym_integer_literal] = ACTIONS(4878), + [sym_hex_literal] = ACTIONS(4880), + [sym_bin_literal] = ACTIONS(4880), + [anon_sym_true] = ACTIONS(4878), + [anon_sym_false] = ACTIONS(4878), + [anon_sym_SQUOTE] = ACTIONS(4880), + [sym__backtick_identifier] = ACTIONS(4880), + [sym__automatic_semicolon] = ACTIONS(4880), + [sym_safe_nav] = ACTIONS(4880), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4880), }, - [1053] = { - [sym__alpha_identifier] = ACTIONS(4880), - [anon_sym_AT] = ACTIONS(4882), - [anon_sym_LBRACK] = ACTIONS(4882), - [anon_sym_as] = ACTIONS(4880), - [anon_sym_EQ] = ACTIONS(4880), - [anon_sym_LBRACE] = ACTIONS(4882), - [anon_sym_RBRACE] = ACTIONS(4882), - [anon_sym_LPAREN] = ACTIONS(4882), - [anon_sym_COMMA] = ACTIONS(4882), - [anon_sym_LT] = ACTIONS(4880), - [anon_sym_GT] = ACTIONS(4880), - [anon_sym_where] = ACTIONS(4880), - [anon_sym_object] = ACTIONS(4880), - [anon_sym_fun] = ACTIONS(4880), - [anon_sym_DOT] = ACTIONS(4880), - [anon_sym_SEMI] = ACTIONS(4882), - [anon_sym_get] = ACTIONS(4880), - [anon_sym_set] = ACTIONS(4880), - [anon_sym_this] = ACTIONS(4880), - [anon_sym_super] = ACTIONS(4880), - [anon_sym_STAR] = ACTIONS(4880), - [sym_label] = ACTIONS(4880), - [anon_sym_in] = ACTIONS(4880), - [anon_sym_DOT_DOT] = ACTIONS(4882), - [anon_sym_QMARK_COLON] = ACTIONS(4882), - [anon_sym_AMP_AMP] = ACTIONS(4882), - [anon_sym_PIPE_PIPE] = ACTIONS(4882), - [anon_sym_null] = ACTIONS(4880), - [anon_sym_if] = ACTIONS(4880), - [anon_sym_else] = ACTIONS(4880), - [anon_sym_when] = ACTIONS(4880), - [anon_sym_try] = ACTIONS(4880), - [anon_sym_throw] = ACTIONS(4880), - [anon_sym_return] = ACTIONS(4880), - [anon_sym_continue] = ACTIONS(4880), - [anon_sym_break] = ACTIONS(4880), - [anon_sym_COLON_COLON] = ACTIONS(4882), - [anon_sym_PLUS_EQ] = ACTIONS(4882), - [anon_sym_DASH_EQ] = ACTIONS(4882), - [anon_sym_STAR_EQ] = ACTIONS(4882), - [anon_sym_SLASH_EQ] = ACTIONS(4882), - [anon_sym_PERCENT_EQ] = ACTIONS(4882), - [anon_sym_BANG_EQ] = ACTIONS(4880), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4882), - [anon_sym_EQ_EQ] = ACTIONS(4880), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4882), - [anon_sym_LT_EQ] = ACTIONS(4882), - [anon_sym_GT_EQ] = ACTIONS(4882), - [anon_sym_BANGin] = ACTIONS(4882), - [anon_sym_is] = ACTIONS(4880), - [anon_sym_BANGis] = ACTIONS(4882), - [anon_sym_PLUS] = ACTIONS(4880), - [anon_sym_DASH] = ACTIONS(4880), - [anon_sym_SLASH] = ACTIONS(4880), - [anon_sym_PERCENT] = ACTIONS(4880), - [anon_sym_as_QMARK] = ACTIONS(4882), - [anon_sym_PLUS_PLUS] = ACTIONS(4882), - [anon_sym_DASH_DASH] = ACTIONS(4882), - [anon_sym_BANG] = ACTIONS(4880), - [anon_sym_BANG_BANG] = ACTIONS(4882), - [anon_sym_suspend] = ACTIONS(4880), - [anon_sym_sealed] = ACTIONS(4880), - [anon_sym_annotation] = ACTIONS(4880), - [anon_sym_data] = ACTIONS(4880), - [anon_sym_inner] = ACTIONS(4880), - [anon_sym_value] = ACTIONS(4880), - [anon_sym_override] = ACTIONS(4880), - [anon_sym_lateinit] = ACTIONS(4880), - [anon_sym_public] = ACTIONS(4880), - [anon_sym_private] = ACTIONS(4880), - [anon_sym_internal] = ACTIONS(4880), - [anon_sym_protected] = ACTIONS(4880), - [anon_sym_tailrec] = ACTIONS(4880), - [anon_sym_operator] = ACTIONS(4880), - [anon_sym_infix] = ACTIONS(4880), - [anon_sym_inline] = ACTIONS(4880), - [anon_sym_external] = ACTIONS(4880), - [sym_property_modifier] = ACTIONS(4880), - [anon_sym_abstract] = ACTIONS(4880), - [anon_sym_final] = ACTIONS(4880), - [anon_sym_open] = ACTIONS(4880), - [anon_sym_vararg] = ACTIONS(4880), - [anon_sym_noinline] = ACTIONS(4880), - [anon_sym_crossinline] = ACTIONS(4880), - [anon_sym_expect] = ACTIONS(4880), - [anon_sym_actual] = ACTIONS(4880), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4882), - [anon_sym_continue_AT] = ACTIONS(4882), - [anon_sym_break_AT] = ACTIONS(4882), - [anon_sym_this_AT] = ACTIONS(4882), - [anon_sym_super_AT] = ACTIONS(4882), - [sym_real_literal] = ACTIONS(4882), - [sym_integer_literal] = ACTIONS(4880), - [sym_hex_literal] = ACTIONS(4882), - [sym_bin_literal] = ACTIONS(4882), - [anon_sym_true] = ACTIONS(4880), - [anon_sym_false] = ACTIONS(4880), - [anon_sym_SQUOTE] = ACTIONS(4882), - [sym__backtick_identifier] = ACTIONS(4882), - [sym__automatic_semicolon] = ACTIONS(4882), - [sym_safe_nav] = ACTIONS(4882), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4882), + [1056] = { + [sym__alpha_identifier] = ACTIONS(4882), + [anon_sym_AT] = ACTIONS(4884), + [anon_sym_LBRACK] = ACTIONS(4884), + [anon_sym_as] = ACTIONS(4882), + [anon_sym_EQ] = ACTIONS(4882), + [anon_sym_LBRACE] = ACTIONS(4884), + [anon_sym_RBRACE] = ACTIONS(4884), + [anon_sym_LPAREN] = ACTIONS(4884), + [anon_sym_COMMA] = ACTIONS(4884), + [anon_sym_LT] = ACTIONS(4882), + [anon_sym_GT] = ACTIONS(4882), + [anon_sym_where] = ACTIONS(4882), + [anon_sym_object] = ACTIONS(4882), + [anon_sym_fun] = ACTIONS(4882), + [anon_sym_DOT] = ACTIONS(4882), + [anon_sym_SEMI] = ACTIONS(4884), + [anon_sym_get] = ACTIONS(4882), + [anon_sym_set] = ACTIONS(4882), + [anon_sym_this] = ACTIONS(4882), + [anon_sym_super] = ACTIONS(4882), + [anon_sym_STAR] = ACTIONS(4882), + [sym_label] = ACTIONS(4882), + [anon_sym_in] = ACTIONS(4882), + [anon_sym_DOT_DOT] = ACTIONS(4884), + [anon_sym_QMARK_COLON] = ACTIONS(4884), + [anon_sym_AMP_AMP] = ACTIONS(4884), + [anon_sym_PIPE_PIPE] = ACTIONS(4884), + [anon_sym_null] = ACTIONS(4882), + [anon_sym_if] = ACTIONS(4882), + [anon_sym_else] = ACTIONS(4882), + [anon_sym_when] = ACTIONS(4882), + [anon_sym_try] = ACTIONS(4882), + [anon_sym_throw] = ACTIONS(4882), + [anon_sym_return] = ACTIONS(4882), + [anon_sym_continue] = ACTIONS(4882), + [anon_sym_break] = ACTIONS(4882), + [anon_sym_COLON_COLON] = ACTIONS(4884), + [anon_sym_PLUS_EQ] = ACTIONS(4884), + [anon_sym_DASH_EQ] = ACTIONS(4884), + [anon_sym_STAR_EQ] = ACTIONS(4884), + [anon_sym_SLASH_EQ] = ACTIONS(4884), + [anon_sym_PERCENT_EQ] = ACTIONS(4884), + [anon_sym_BANG_EQ] = ACTIONS(4882), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4884), + [anon_sym_EQ_EQ] = ACTIONS(4882), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4884), + [anon_sym_LT_EQ] = ACTIONS(4884), + [anon_sym_GT_EQ] = ACTIONS(4884), + [anon_sym_BANGin] = ACTIONS(4884), + [anon_sym_is] = ACTIONS(4882), + [anon_sym_BANGis] = ACTIONS(4884), + [anon_sym_PLUS] = ACTIONS(4882), + [anon_sym_DASH] = ACTIONS(4882), + [anon_sym_SLASH] = ACTIONS(4882), + [anon_sym_PERCENT] = ACTIONS(4882), + [anon_sym_as_QMARK] = ACTIONS(4884), + [anon_sym_PLUS_PLUS] = ACTIONS(4884), + [anon_sym_DASH_DASH] = ACTIONS(4884), + [anon_sym_BANG] = ACTIONS(4882), + [anon_sym_BANG_BANG] = ACTIONS(4884), + [anon_sym_suspend] = ACTIONS(4882), + [anon_sym_sealed] = ACTIONS(4882), + [anon_sym_annotation] = ACTIONS(4882), + [anon_sym_data] = ACTIONS(4882), + [anon_sym_inner] = ACTIONS(4882), + [anon_sym_value] = ACTIONS(4882), + [anon_sym_override] = ACTIONS(4882), + [anon_sym_lateinit] = ACTIONS(4882), + [anon_sym_public] = ACTIONS(4882), + [anon_sym_private] = ACTIONS(4882), + [anon_sym_internal] = ACTIONS(4882), + [anon_sym_protected] = ACTIONS(4882), + [anon_sym_tailrec] = ACTIONS(4882), + [anon_sym_operator] = ACTIONS(4882), + [anon_sym_infix] = ACTIONS(4882), + [anon_sym_inline] = ACTIONS(4882), + [anon_sym_external] = ACTIONS(4882), + [sym_property_modifier] = ACTIONS(4882), + [anon_sym_abstract] = ACTIONS(4882), + [anon_sym_final] = ACTIONS(4882), + [anon_sym_open] = ACTIONS(4882), + [anon_sym_vararg] = ACTIONS(4882), + [anon_sym_noinline] = ACTIONS(4882), + [anon_sym_crossinline] = ACTIONS(4882), + [anon_sym_expect] = ACTIONS(4882), + [anon_sym_actual] = ACTIONS(4882), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4884), + [anon_sym_continue_AT] = ACTIONS(4884), + [anon_sym_break_AT] = ACTIONS(4884), + [anon_sym_this_AT] = ACTIONS(4884), + [anon_sym_super_AT] = ACTIONS(4884), + [sym_real_literal] = ACTIONS(4884), + [sym_integer_literal] = ACTIONS(4882), + [sym_hex_literal] = ACTIONS(4884), + [sym_bin_literal] = ACTIONS(4884), + [anon_sym_true] = ACTIONS(4882), + [anon_sym_false] = ACTIONS(4882), + [anon_sym_SQUOTE] = ACTIONS(4884), + [sym__backtick_identifier] = ACTIONS(4884), + [sym__automatic_semicolon] = ACTIONS(4884), + [sym_safe_nav] = ACTIONS(4884), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4884), }, - [1054] = { - [sym__alpha_identifier] = ACTIONS(4477), - [anon_sym_AT] = ACTIONS(4479), - [anon_sym_LBRACK] = ACTIONS(4479), - [anon_sym_as] = ACTIONS(4477), - [anon_sym_EQ] = ACTIONS(4812), - [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(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(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_value] = 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), + [1057] = { + [sym__alpha_identifier] = ACTIONS(4886), + [anon_sym_AT] = ACTIONS(4888), + [anon_sym_LBRACK] = ACTIONS(4888), + [anon_sym_as] = ACTIONS(4886), + [anon_sym_EQ] = ACTIONS(4886), + [anon_sym_LBRACE] = ACTIONS(4888), + [anon_sym_RBRACE] = ACTIONS(4888), + [anon_sym_LPAREN] = ACTIONS(4888), + [anon_sym_COMMA] = ACTIONS(4888), + [anon_sym_LT] = ACTIONS(4886), + [anon_sym_GT] = ACTIONS(4886), + [anon_sym_where] = ACTIONS(4886), + [anon_sym_object] = ACTIONS(4886), + [anon_sym_fun] = ACTIONS(4886), + [anon_sym_DOT] = ACTIONS(4886), + [anon_sym_SEMI] = ACTIONS(4888), + [anon_sym_get] = ACTIONS(4886), + [anon_sym_set] = ACTIONS(4886), + [anon_sym_this] = ACTIONS(4886), + [anon_sym_super] = ACTIONS(4886), + [anon_sym_STAR] = ACTIONS(4886), + [sym_label] = ACTIONS(4886), + [anon_sym_in] = ACTIONS(4886), + [anon_sym_DOT_DOT] = ACTIONS(4888), + [anon_sym_QMARK_COLON] = ACTIONS(4888), + [anon_sym_AMP_AMP] = ACTIONS(4888), + [anon_sym_PIPE_PIPE] = ACTIONS(4888), + [anon_sym_null] = ACTIONS(4886), + [anon_sym_if] = ACTIONS(4886), + [anon_sym_else] = ACTIONS(4886), + [anon_sym_when] = ACTIONS(4886), + [anon_sym_try] = ACTIONS(4886), + [anon_sym_throw] = ACTIONS(4886), + [anon_sym_return] = ACTIONS(4886), + [anon_sym_continue] = ACTIONS(4886), + [anon_sym_break] = ACTIONS(4886), + [anon_sym_COLON_COLON] = ACTIONS(4888), + [anon_sym_PLUS_EQ] = ACTIONS(4888), + [anon_sym_DASH_EQ] = ACTIONS(4888), + [anon_sym_STAR_EQ] = ACTIONS(4888), + [anon_sym_SLASH_EQ] = ACTIONS(4888), + [anon_sym_PERCENT_EQ] = ACTIONS(4888), + [anon_sym_BANG_EQ] = ACTIONS(4886), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4888), + [anon_sym_EQ_EQ] = ACTIONS(4886), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4888), + [anon_sym_LT_EQ] = ACTIONS(4888), + [anon_sym_GT_EQ] = ACTIONS(4888), + [anon_sym_BANGin] = ACTIONS(4888), + [anon_sym_is] = ACTIONS(4886), + [anon_sym_BANGis] = ACTIONS(4888), + [anon_sym_PLUS] = ACTIONS(4886), + [anon_sym_DASH] = ACTIONS(4886), + [anon_sym_SLASH] = ACTIONS(4886), + [anon_sym_PERCENT] = ACTIONS(4886), + [anon_sym_as_QMARK] = ACTIONS(4888), + [anon_sym_PLUS_PLUS] = ACTIONS(4888), + [anon_sym_DASH_DASH] = ACTIONS(4888), + [anon_sym_BANG] = ACTIONS(4886), + [anon_sym_BANG_BANG] = ACTIONS(4888), + [anon_sym_suspend] = ACTIONS(4886), + [anon_sym_sealed] = ACTIONS(4886), + [anon_sym_annotation] = ACTIONS(4886), + [anon_sym_data] = ACTIONS(4886), + [anon_sym_inner] = ACTIONS(4886), + [anon_sym_value] = ACTIONS(4886), + [anon_sym_override] = ACTIONS(4886), + [anon_sym_lateinit] = ACTIONS(4886), + [anon_sym_public] = ACTIONS(4886), + [anon_sym_private] = ACTIONS(4886), + [anon_sym_internal] = ACTIONS(4886), + [anon_sym_protected] = ACTIONS(4886), + [anon_sym_tailrec] = ACTIONS(4886), + [anon_sym_operator] = ACTIONS(4886), + [anon_sym_infix] = ACTIONS(4886), + [anon_sym_inline] = ACTIONS(4886), + [anon_sym_external] = ACTIONS(4886), + [sym_property_modifier] = ACTIONS(4886), + [anon_sym_abstract] = ACTIONS(4886), + [anon_sym_final] = ACTIONS(4886), + [anon_sym_open] = ACTIONS(4886), + [anon_sym_vararg] = ACTIONS(4886), + [anon_sym_noinline] = ACTIONS(4886), + [anon_sym_crossinline] = ACTIONS(4886), + [anon_sym_expect] = ACTIONS(4886), + [anon_sym_actual] = ACTIONS(4886), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4888), + [anon_sym_continue_AT] = ACTIONS(4888), + [anon_sym_break_AT] = ACTIONS(4888), + [anon_sym_this_AT] = ACTIONS(4888), + [anon_sym_super_AT] = ACTIONS(4888), + [sym_real_literal] = ACTIONS(4888), + [sym_integer_literal] = ACTIONS(4886), + [sym_hex_literal] = ACTIONS(4888), + [sym_bin_literal] = ACTIONS(4888), + [anon_sym_true] = ACTIONS(4886), + [anon_sym_false] = ACTIONS(4886), + [anon_sym_SQUOTE] = ACTIONS(4888), + [sym__backtick_identifier] = ACTIONS(4888), + [sym__automatic_semicolon] = ACTIONS(4888), + [sym_safe_nav] = ACTIONS(4888), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4888), + }, + [1058] = { + [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_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_value] = 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(4479), - [anon_sym_continue_AT] = ACTIONS(4479), - [anon_sym_break_AT] = ACTIONS(4479), - [anon_sym_this_AT] = ACTIONS(4479), - [anon_sym_super_AT] = ACTIONS(4479), - [sym_real_literal] = ACTIONS(4479), - [sym_integer_literal] = ACTIONS(4477), - [sym_hex_literal] = ACTIONS(4479), - [sym_bin_literal] = ACTIONS(4479), - [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), + [anon_sym_return_AT] = ACTIONS(4499), + [anon_sym_continue_AT] = ACTIONS(4499), + [anon_sym_break_AT] = ACTIONS(4499), + [anon_sym_this_AT] = ACTIONS(4499), + [anon_sym_super_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(4479), - }, - [1055] = { - [sym__alpha_identifier] = ACTIONS(4884), - [anon_sym_AT] = ACTIONS(4886), - [anon_sym_LBRACK] = ACTIONS(4886), - [anon_sym_as] = ACTIONS(4884), - [anon_sym_EQ] = ACTIONS(4884), - [anon_sym_LBRACE] = ACTIONS(4886), - [anon_sym_RBRACE] = ACTIONS(4886), - [anon_sym_LPAREN] = ACTIONS(4886), - [anon_sym_COMMA] = ACTIONS(4886), - [anon_sym_LT] = ACTIONS(4884), - [anon_sym_GT] = ACTIONS(4884), - [anon_sym_where] = ACTIONS(4884), - [anon_sym_object] = ACTIONS(4884), - [anon_sym_fun] = ACTIONS(4884), - [anon_sym_DOT] = ACTIONS(4884), - [anon_sym_SEMI] = ACTIONS(4886), - [anon_sym_get] = ACTIONS(4884), - [anon_sym_set] = ACTIONS(4884), - [anon_sym_this] = ACTIONS(4884), - [anon_sym_super] = ACTIONS(4884), - [anon_sym_STAR] = ACTIONS(4884), - [sym_label] = ACTIONS(4884), - [anon_sym_in] = ACTIONS(4884), - [anon_sym_DOT_DOT] = ACTIONS(4886), - [anon_sym_QMARK_COLON] = ACTIONS(4886), - [anon_sym_AMP_AMP] = ACTIONS(4886), - [anon_sym_PIPE_PIPE] = ACTIONS(4886), - [anon_sym_null] = ACTIONS(4884), - [anon_sym_if] = ACTIONS(4884), - [anon_sym_else] = ACTIONS(4884), - [anon_sym_when] = ACTIONS(4884), - [anon_sym_try] = ACTIONS(4884), - [anon_sym_throw] = ACTIONS(4884), - [anon_sym_return] = ACTIONS(4884), - [anon_sym_continue] = ACTIONS(4884), - [anon_sym_break] = ACTIONS(4884), - [anon_sym_COLON_COLON] = ACTIONS(4886), - [anon_sym_PLUS_EQ] = ACTIONS(4886), - [anon_sym_DASH_EQ] = ACTIONS(4886), - [anon_sym_STAR_EQ] = ACTIONS(4886), - [anon_sym_SLASH_EQ] = ACTIONS(4886), - [anon_sym_PERCENT_EQ] = ACTIONS(4886), - [anon_sym_BANG_EQ] = ACTIONS(4884), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4886), - [anon_sym_EQ_EQ] = ACTIONS(4884), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4886), - [anon_sym_LT_EQ] = ACTIONS(4886), - [anon_sym_GT_EQ] = ACTIONS(4886), - [anon_sym_BANGin] = ACTIONS(4886), - [anon_sym_is] = ACTIONS(4884), - [anon_sym_BANGis] = ACTIONS(4886), - [anon_sym_PLUS] = ACTIONS(4884), - [anon_sym_DASH] = ACTIONS(4884), - [anon_sym_SLASH] = ACTIONS(4884), - [anon_sym_PERCENT] = ACTIONS(4884), - [anon_sym_as_QMARK] = ACTIONS(4886), - [anon_sym_PLUS_PLUS] = ACTIONS(4886), - [anon_sym_DASH_DASH] = ACTIONS(4886), - [anon_sym_BANG] = ACTIONS(4884), - [anon_sym_BANG_BANG] = ACTIONS(4886), - [anon_sym_suspend] = ACTIONS(4884), - [anon_sym_sealed] = ACTIONS(4884), - [anon_sym_annotation] = ACTIONS(4884), - [anon_sym_data] = ACTIONS(4884), - [anon_sym_inner] = ACTIONS(4884), - [anon_sym_value] = ACTIONS(4884), - [anon_sym_override] = ACTIONS(4884), - [anon_sym_lateinit] = ACTIONS(4884), - [anon_sym_public] = ACTIONS(4884), - [anon_sym_private] = ACTIONS(4884), - [anon_sym_internal] = ACTIONS(4884), - [anon_sym_protected] = ACTIONS(4884), - [anon_sym_tailrec] = ACTIONS(4884), - [anon_sym_operator] = ACTIONS(4884), - [anon_sym_infix] = ACTIONS(4884), - [anon_sym_inline] = ACTIONS(4884), - [anon_sym_external] = ACTIONS(4884), - [sym_property_modifier] = ACTIONS(4884), - [anon_sym_abstract] = ACTIONS(4884), - [anon_sym_final] = ACTIONS(4884), - [anon_sym_open] = ACTIONS(4884), - [anon_sym_vararg] = ACTIONS(4884), - [anon_sym_noinline] = ACTIONS(4884), - [anon_sym_crossinline] = ACTIONS(4884), - [anon_sym_expect] = ACTIONS(4884), - [anon_sym_actual] = ACTIONS(4884), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4886), - [anon_sym_continue_AT] = ACTIONS(4886), - [anon_sym_break_AT] = ACTIONS(4886), - [anon_sym_this_AT] = ACTIONS(4886), - [anon_sym_super_AT] = ACTIONS(4886), - [sym_real_literal] = ACTIONS(4886), - [sym_integer_literal] = ACTIONS(4884), - [sym_hex_literal] = ACTIONS(4886), - [sym_bin_literal] = ACTIONS(4886), - [anon_sym_true] = ACTIONS(4884), - [anon_sym_false] = ACTIONS(4884), - [anon_sym_SQUOTE] = ACTIONS(4886), - [sym__backtick_identifier] = ACTIONS(4886), - [sym__automatic_semicolon] = ACTIONS(4886), - [sym_safe_nav] = ACTIONS(4886), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4886), - }, - [1056] = { - [sym__alpha_identifier] = ACTIONS(4888), - [anon_sym_AT] = ACTIONS(4890), - [anon_sym_LBRACK] = ACTIONS(4890), - [anon_sym_as] = ACTIONS(4888), - [anon_sym_EQ] = ACTIONS(4888), - [anon_sym_LBRACE] = ACTIONS(4890), - [anon_sym_RBRACE] = ACTIONS(4890), - [anon_sym_LPAREN] = ACTIONS(4890), - [anon_sym_COMMA] = ACTIONS(4890), - [anon_sym_LT] = ACTIONS(4888), - [anon_sym_GT] = ACTIONS(4888), - [anon_sym_where] = ACTIONS(4888), - [anon_sym_object] = ACTIONS(4888), - [anon_sym_fun] = ACTIONS(4888), - [anon_sym_DOT] = ACTIONS(4888), - [anon_sym_SEMI] = ACTIONS(4890), - [anon_sym_get] = ACTIONS(4888), - [anon_sym_set] = ACTIONS(4888), - [anon_sym_this] = ACTIONS(4888), - [anon_sym_super] = ACTIONS(4888), - [anon_sym_STAR] = ACTIONS(4888), - [sym_label] = ACTIONS(4888), - [anon_sym_in] = ACTIONS(4888), - [anon_sym_DOT_DOT] = ACTIONS(4890), - [anon_sym_QMARK_COLON] = ACTIONS(4890), - [anon_sym_AMP_AMP] = ACTIONS(4890), - [anon_sym_PIPE_PIPE] = ACTIONS(4890), - [anon_sym_null] = ACTIONS(4888), - [anon_sym_if] = ACTIONS(4888), - [anon_sym_else] = ACTIONS(4888), - [anon_sym_when] = ACTIONS(4888), - [anon_sym_try] = ACTIONS(4888), - [anon_sym_throw] = ACTIONS(4888), - [anon_sym_return] = ACTIONS(4888), - [anon_sym_continue] = ACTIONS(4888), - [anon_sym_break] = ACTIONS(4888), - [anon_sym_COLON_COLON] = ACTIONS(4890), - [anon_sym_PLUS_EQ] = ACTIONS(4890), - [anon_sym_DASH_EQ] = ACTIONS(4890), - [anon_sym_STAR_EQ] = ACTIONS(4890), - [anon_sym_SLASH_EQ] = ACTIONS(4890), - [anon_sym_PERCENT_EQ] = ACTIONS(4890), - [anon_sym_BANG_EQ] = ACTIONS(4888), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4890), - [anon_sym_EQ_EQ] = ACTIONS(4888), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4890), - [anon_sym_LT_EQ] = ACTIONS(4890), - [anon_sym_GT_EQ] = ACTIONS(4890), - [anon_sym_BANGin] = ACTIONS(4890), - [anon_sym_is] = ACTIONS(4888), - [anon_sym_BANGis] = ACTIONS(4890), - [anon_sym_PLUS] = ACTIONS(4888), - [anon_sym_DASH] = ACTIONS(4888), - [anon_sym_SLASH] = ACTIONS(4888), - [anon_sym_PERCENT] = ACTIONS(4888), - [anon_sym_as_QMARK] = ACTIONS(4890), - [anon_sym_PLUS_PLUS] = ACTIONS(4890), - [anon_sym_DASH_DASH] = ACTIONS(4890), - [anon_sym_BANG] = ACTIONS(4888), - [anon_sym_BANG_BANG] = ACTIONS(4890), - [anon_sym_suspend] = ACTIONS(4888), - [anon_sym_sealed] = ACTIONS(4888), - [anon_sym_annotation] = ACTIONS(4888), - [anon_sym_data] = ACTIONS(4888), - [anon_sym_inner] = ACTIONS(4888), - [anon_sym_value] = ACTIONS(4888), - [anon_sym_override] = ACTIONS(4888), - [anon_sym_lateinit] = ACTIONS(4888), - [anon_sym_public] = ACTIONS(4888), - [anon_sym_private] = ACTIONS(4888), - [anon_sym_internal] = ACTIONS(4888), - [anon_sym_protected] = ACTIONS(4888), - [anon_sym_tailrec] = ACTIONS(4888), - [anon_sym_operator] = ACTIONS(4888), - [anon_sym_infix] = ACTIONS(4888), - [anon_sym_inline] = ACTIONS(4888), - [anon_sym_external] = ACTIONS(4888), - [sym_property_modifier] = ACTIONS(4888), - [anon_sym_abstract] = ACTIONS(4888), - [anon_sym_final] = ACTIONS(4888), - [anon_sym_open] = ACTIONS(4888), - [anon_sym_vararg] = ACTIONS(4888), - [anon_sym_noinline] = ACTIONS(4888), - [anon_sym_crossinline] = ACTIONS(4888), - [anon_sym_expect] = ACTIONS(4888), - [anon_sym_actual] = ACTIONS(4888), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4890), - [anon_sym_continue_AT] = ACTIONS(4890), - [anon_sym_break_AT] = ACTIONS(4890), - [anon_sym_this_AT] = ACTIONS(4890), - [anon_sym_super_AT] = ACTIONS(4890), - [sym_real_literal] = ACTIONS(4890), - [sym_integer_literal] = ACTIONS(4888), - [sym_hex_literal] = ACTIONS(4890), - [sym_bin_literal] = ACTIONS(4890), - [anon_sym_true] = ACTIONS(4888), - [anon_sym_false] = ACTIONS(4888), - [anon_sym_SQUOTE] = ACTIONS(4890), - [sym__backtick_identifier] = ACTIONS(4890), - [sym__automatic_semicolon] = ACTIONS(4890), - [sym_safe_nav] = ACTIONS(4890), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4890), + [sym__string_start] = ACTIONS(4499), }, - [1057] = { - [sym__alpha_identifier] = ACTIONS(4451), - [anon_sym_AT] = ACTIONS(4453), - [anon_sym_LBRACK] = ACTIONS(4453), - [anon_sym_as] = ACTIONS(4451), - [anon_sym_EQ] = ACTIONS(4451), - [anon_sym_LBRACE] = ACTIONS(4453), - [anon_sym_RBRACE] = ACTIONS(4453), - [anon_sym_LPAREN] = ACTIONS(4453), - [anon_sym_COMMA] = ACTIONS(4453), - [anon_sym_LT] = ACTIONS(4451), - [anon_sym_GT] = ACTIONS(4451), - [anon_sym_where] = ACTIONS(4451), - [anon_sym_object] = ACTIONS(4451), - [anon_sym_fun] = ACTIONS(4451), - [anon_sym_DOT] = ACTIONS(4451), - [anon_sym_SEMI] = ACTIONS(4453), - [anon_sym_get] = ACTIONS(4451), - [anon_sym_set] = ACTIONS(4451), - [anon_sym_this] = ACTIONS(4451), - [anon_sym_super] = ACTIONS(4451), - [anon_sym_STAR] = ACTIONS(4451), - [sym_label] = ACTIONS(4451), - [anon_sym_in] = ACTIONS(4451), - [anon_sym_DOT_DOT] = ACTIONS(4453), - [anon_sym_QMARK_COLON] = ACTIONS(4453), - [anon_sym_AMP_AMP] = ACTIONS(4453), - [anon_sym_PIPE_PIPE] = ACTIONS(4453), - [anon_sym_null] = ACTIONS(4451), - [anon_sym_if] = ACTIONS(4451), - [anon_sym_else] = ACTIONS(4451), - [anon_sym_when] = ACTIONS(4451), - [anon_sym_try] = ACTIONS(4451), - [anon_sym_throw] = ACTIONS(4451), - [anon_sym_return] = ACTIONS(4451), - [anon_sym_continue] = ACTIONS(4451), - [anon_sym_break] = ACTIONS(4451), - [anon_sym_COLON_COLON] = ACTIONS(4453), - [anon_sym_PLUS_EQ] = ACTIONS(4453), - [anon_sym_DASH_EQ] = ACTIONS(4453), - [anon_sym_STAR_EQ] = ACTIONS(4453), - [anon_sym_SLASH_EQ] = ACTIONS(4453), - [anon_sym_PERCENT_EQ] = ACTIONS(4453), - [anon_sym_BANG_EQ] = ACTIONS(4451), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4453), - [anon_sym_EQ_EQ] = ACTIONS(4451), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4453), - [anon_sym_LT_EQ] = ACTIONS(4453), - [anon_sym_GT_EQ] = ACTIONS(4453), - [anon_sym_BANGin] = ACTIONS(4453), - [anon_sym_is] = ACTIONS(4451), - [anon_sym_BANGis] = ACTIONS(4453), - [anon_sym_PLUS] = ACTIONS(4451), - [anon_sym_DASH] = ACTIONS(4451), - [anon_sym_SLASH] = ACTIONS(4451), - [anon_sym_PERCENT] = ACTIONS(4451), - [anon_sym_as_QMARK] = ACTIONS(4453), - [anon_sym_PLUS_PLUS] = ACTIONS(4453), - [anon_sym_DASH_DASH] = ACTIONS(4453), - [anon_sym_BANG] = ACTIONS(4451), - [anon_sym_BANG_BANG] = ACTIONS(4453), - [anon_sym_suspend] = ACTIONS(4451), - [anon_sym_sealed] = ACTIONS(4451), - [anon_sym_annotation] = ACTIONS(4451), - [anon_sym_data] = ACTIONS(4451), - [anon_sym_inner] = ACTIONS(4451), - [anon_sym_value] = ACTIONS(4451), - [anon_sym_override] = ACTIONS(4451), - [anon_sym_lateinit] = ACTIONS(4451), - [anon_sym_public] = ACTIONS(4451), - [anon_sym_private] = ACTIONS(4451), - [anon_sym_internal] = ACTIONS(4451), - [anon_sym_protected] = ACTIONS(4451), - [anon_sym_tailrec] = ACTIONS(4451), - [anon_sym_operator] = ACTIONS(4451), - [anon_sym_infix] = ACTIONS(4451), - [anon_sym_inline] = ACTIONS(4451), - [anon_sym_external] = ACTIONS(4451), - [sym_property_modifier] = ACTIONS(4451), - [anon_sym_abstract] = ACTIONS(4451), - [anon_sym_final] = ACTIONS(4451), - [anon_sym_open] = ACTIONS(4451), - [anon_sym_vararg] = ACTIONS(4451), - [anon_sym_noinline] = ACTIONS(4451), - [anon_sym_crossinline] = ACTIONS(4451), - [anon_sym_expect] = ACTIONS(4451), - [anon_sym_actual] = ACTIONS(4451), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4453), - [anon_sym_continue_AT] = ACTIONS(4453), - [anon_sym_break_AT] = ACTIONS(4453), - [anon_sym_this_AT] = ACTIONS(4453), - [anon_sym_super_AT] = ACTIONS(4453), - [sym_real_literal] = ACTIONS(4453), - [sym_integer_literal] = ACTIONS(4451), - [sym_hex_literal] = ACTIONS(4453), - [sym_bin_literal] = ACTIONS(4453), - [anon_sym_true] = ACTIONS(4451), - [anon_sym_false] = ACTIONS(4451), - [anon_sym_SQUOTE] = ACTIONS(4453), - [sym__backtick_identifier] = ACTIONS(4453), - [sym__automatic_semicolon] = ACTIONS(4453), - [sym_safe_nav] = ACTIONS(4453), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4453), + [1059] = { + [sym__alpha_identifier] = ACTIONS(4890), + [anon_sym_AT] = ACTIONS(4892), + [anon_sym_LBRACK] = ACTIONS(4892), + [anon_sym_as] = ACTIONS(4890), + [anon_sym_EQ] = ACTIONS(4890), + [anon_sym_LBRACE] = ACTIONS(4892), + [anon_sym_RBRACE] = ACTIONS(4892), + [anon_sym_LPAREN] = ACTIONS(4892), + [anon_sym_COMMA] = ACTIONS(4892), + [anon_sym_LT] = ACTIONS(4890), + [anon_sym_GT] = ACTIONS(4890), + [anon_sym_where] = ACTIONS(4890), + [anon_sym_object] = ACTIONS(4890), + [anon_sym_fun] = ACTIONS(4890), + [anon_sym_DOT] = ACTIONS(4890), + [anon_sym_SEMI] = ACTIONS(4892), + [anon_sym_get] = ACTIONS(4890), + [anon_sym_set] = ACTIONS(4890), + [anon_sym_this] = ACTIONS(4890), + [anon_sym_super] = ACTIONS(4890), + [anon_sym_STAR] = ACTIONS(4890), + [sym_label] = ACTIONS(4890), + [anon_sym_in] = ACTIONS(4890), + [anon_sym_DOT_DOT] = ACTIONS(4892), + [anon_sym_QMARK_COLON] = ACTIONS(4892), + [anon_sym_AMP_AMP] = ACTIONS(4892), + [anon_sym_PIPE_PIPE] = ACTIONS(4892), + [anon_sym_null] = ACTIONS(4890), + [anon_sym_if] = ACTIONS(4890), + [anon_sym_else] = ACTIONS(4890), + [anon_sym_when] = ACTIONS(4890), + [anon_sym_try] = ACTIONS(4890), + [anon_sym_throw] = ACTIONS(4890), + [anon_sym_return] = ACTIONS(4890), + [anon_sym_continue] = ACTIONS(4890), + [anon_sym_break] = ACTIONS(4890), + [anon_sym_COLON_COLON] = ACTIONS(4892), + [anon_sym_PLUS_EQ] = ACTIONS(4892), + [anon_sym_DASH_EQ] = ACTIONS(4892), + [anon_sym_STAR_EQ] = ACTIONS(4892), + [anon_sym_SLASH_EQ] = ACTIONS(4892), + [anon_sym_PERCENT_EQ] = ACTIONS(4892), + [anon_sym_BANG_EQ] = ACTIONS(4890), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4892), + [anon_sym_EQ_EQ] = ACTIONS(4890), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4892), + [anon_sym_LT_EQ] = ACTIONS(4892), + [anon_sym_GT_EQ] = ACTIONS(4892), + [anon_sym_BANGin] = ACTIONS(4892), + [anon_sym_is] = ACTIONS(4890), + [anon_sym_BANGis] = ACTIONS(4892), + [anon_sym_PLUS] = ACTIONS(4890), + [anon_sym_DASH] = ACTIONS(4890), + [anon_sym_SLASH] = ACTIONS(4890), + [anon_sym_PERCENT] = ACTIONS(4890), + [anon_sym_as_QMARK] = ACTIONS(4892), + [anon_sym_PLUS_PLUS] = ACTIONS(4892), + [anon_sym_DASH_DASH] = ACTIONS(4892), + [anon_sym_BANG] = ACTIONS(4890), + [anon_sym_BANG_BANG] = ACTIONS(4892), + [anon_sym_suspend] = ACTIONS(4890), + [anon_sym_sealed] = ACTIONS(4890), + [anon_sym_annotation] = ACTIONS(4890), + [anon_sym_data] = ACTIONS(4890), + [anon_sym_inner] = ACTIONS(4890), + [anon_sym_value] = ACTIONS(4890), + [anon_sym_override] = ACTIONS(4890), + [anon_sym_lateinit] = ACTIONS(4890), + [anon_sym_public] = ACTIONS(4890), + [anon_sym_private] = ACTIONS(4890), + [anon_sym_internal] = ACTIONS(4890), + [anon_sym_protected] = ACTIONS(4890), + [anon_sym_tailrec] = ACTIONS(4890), + [anon_sym_operator] = ACTIONS(4890), + [anon_sym_infix] = ACTIONS(4890), + [anon_sym_inline] = ACTIONS(4890), + [anon_sym_external] = ACTIONS(4890), + [sym_property_modifier] = ACTIONS(4890), + [anon_sym_abstract] = ACTIONS(4890), + [anon_sym_final] = ACTIONS(4890), + [anon_sym_open] = ACTIONS(4890), + [anon_sym_vararg] = ACTIONS(4890), + [anon_sym_noinline] = ACTIONS(4890), + [anon_sym_crossinline] = ACTIONS(4890), + [anon_sym_expect] = ACTIONS(4890), + [anon_sym_actual] = ACTIONS(4890), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4892), + [anon_sym_continue_AT] = ACTIONS(4892), + [anon_sym_break_AT] = ACTIONS(4892), + [anon_sym_this_AT] = ACTIONS(4892), + [anon_sym_super_AT] = ACTIONS(4892), + [sym_real_literal] = ACTIONS(4892), + [sym_integer_literal] = ACTIONS(4890), + [sym_hex_literal] = ACTIONS(4892), + [sym_bin_literal] = ACTIONS(4892), + [anon_sym_true] = ACTIONS(4890), + [anon_sym_false] = ACTIONS(4890), + [anon_sym_SQUOTE] = ACTIONS(4892), + [sym__backtick_identifier] = ACTIONS(4892), + [sym__automatic_semicolon] = ACTIONS(4892), + [sym_safe_nav] = ACTIONS(4892), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4892), }, - [1058] = { - [sym__alpha_identifier] = ACTIONS(4892), - [anon_sym_AT] = ACTIONS(4894), - [anon_sym_LBRACK] = ACTIONS(4894), - [anon_sym_as] = ACTIONS(4892), - [anon_sym_EQ] = ACTIONS(4892), - [anon_sym_LBRACE] = ACTIONS(4894), - [anon_sym_RBRACE] = ACTIONS(4894), + [1060] = { + [sym__alpha_identifier] = ACTIONS(4894), + [anon_sym_AT] = ACTIONS(4896), + [anon_sym_LBRACK] = ACTIONS(4896), + [anon_sym_as] = ACTIONS(4894), + [anon_sym_EQ] = ACTIONS(4894), + [anon_sym_LBRACE] = ACTIONS(4896), + [anon_sym_RBRACE] = ACTIONS(4896), [anon_sym_LPAREN] = ACTIONS(4896), - [anon_sym_COMMA] = ACTIONS(4894), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym_GT] = ACTIONS(4892), - [anon_sym_where] = ACTIONS(4892), - [anon_sym_object] = ACTIONS(4892), - [anon_sym_fun] = ACTIONS(4892), - [anon_sym_DOT] = ACTIONS(4892), - [anon_sym_SEMI] = ACTIONS(4894), - [anon_sym_get] = ACTIONS(4892), - [anon_sym_set] = ACTIONS(4892), - [anon_sym_this] = ACTIONS(4892), - [anon_sym_super] = ACTIONS(4892), - [anon_sym_STAR] = ACTIONS(4892), - [sym_label] = ACTIONS(4892), - [anon_sym_in] = ACTIONS(4892), - [anon_sym_DOT_DOT] = ACTIONS(4894), - [anon_sym_QMARK_COLON] = ACTIONS(4894), - [anon_sym_AMP_AMP] = ACTIONS(4894), - [anon_sym_PIPE_PIPE] = ACTIONS(4894), - [anon_sym_null] = ACTIONS(4892), - [anon_sym_if] = ACTIONS(4892), - [anon_sym_else] = ACTIONS(4892), - [anon_sym_when] = ACTIONS(4892), - [anon_sym_try] = ACTIONS(4892), - [anon_sym_throw] = ACTIONS(4892), - [anon_sym_return] = ACTIONS(4892), - [anon_sym_continue] = ACTIONS(4892), - [anon_sym_break] = ACTIONS(4892), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_PLUS_EQ] = ACTIONS(4894), - [anon_sym_DASH_EQ] = ACTIONS(4894), - [anon_sym_STAR_EQ] = ACTIONS(4894), - [anon_sym_SLASH_EQ] = ACTIONS(4894), - [anon_sym_PERCENT_EQ] = ACTIONS(4894), - [anon_sym_BANG_EQ] = ACTIONS(4892), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4894), - [anon_sym_EQ_EQ] = ACTIONS(4892), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4894), - [anon_sym_LT_EQ] = ACTIONS(4894), - [anon_sym_GT_EQ] = ACTIONS(4894), - [anon_sym_BANGin] = ACTIONS(4894), - [anon_sym_is] = ACTIONS(4892), - [anon_sym_BANGis] = ACTIONS(4894), - [anon_sym_PLUS] = ACTIONS(4892), - [anon_sym_DASH] = ACTIONS(4892), - [anon_sym_SLASH] = ACTIONS(4892), - [anon_sym_PERCENT] = ACTIONS(4892), - [anon_sym_as_QMARK] = ACTIONS(4894), - [anon_sym_PLUS_PLUS] = ACTIONS(4894), - [anon_sym_DASH_DASH] = ACTIONS(4894), - [anon_sym_BANG] = ACTIONS(4892), - [anon_sym_BANG_BANG] = ACTIONS(4894), - [anon_sym_suspend] = ACTIONS(4892), - [anon_sym_sealed] = ACTIONS(4892), - [anon_sym_annotation] = ACTIONS(4892), - [anon_sym_data] = ACTIONS(4892), - [anon_sym_inner] = ACTIONS(4892), - [anon_sym_value] = ACTIONS(4892), - [anon_sym_override] = ACTIONS(4892), - [anon_sym_lateinit] = ACTIONS(4892), - [anon_sym_public] = ACTIONS(4892), - [anon_sym_private] = ACTIONS(4892), - [anon_sym_internal] = ACTIONS(4892), - [anon_sym_protected] = ACTIONS(4892), - [anon_sym_tailrec] = ACTIONS(4892), - [anon_sym_operator] = ACTIONS(4892), - [anon_sym_infix] = ACTIONS(4892), - [anon_sym_inline] = ACTIONS(4892), - [anon_sym_external] = ACTIONS(4892), - [sym_property_modifier] = ACTIONS(4892), - [anon_sym_abstract] = ACTIONS(4892), - [anon_sym_final] = ACTIONS(4892), - [anon_sym_open] = ACTIONS(4892), - [anon_sym_vararg] = ACTIONS(4892), - [anon_sym_noinline] = ACTIONS(4892), - [anon_sym_crossinline] = ACTIONS(4892), - [anon_sym_expect] = ACTIONS(4892), - [anon_sym_actual] = ACTIONS(4892), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4894), - [anon_sym_continue_AT] = ACTIONS(4894), - [anon_sym_break_AT] = ACTIONS(4894), - [anon_sym_this_AT] = ACTIONS(4894), - [anon_sym_super_AT] = ACTIONS(4894), - [sym_real_literal] = ACTIONS(4894), - [sym_integer_literal] = ACTIONS(4892), - [sym_hex_literal] = ACTIONS(4894), - [sym_bin_literal] = ACTIONS(4894), - [anon_sym_true] = ACTIONS(4892), - [anon_sym_false] = ACTIONS(4892), - [anon_sym_SQUOTE] = ACTIONS(4894), - [sym__backtick_identifier] = ACTIONS(4894), - [sym__automatic_semicolon] = ACTIONS(4894), - [sym_safe_nav] = ACTIONS(4894), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4894), + [anon_sym_COMMA] = ACTIONS(4896), + [anon_sym_LT] = ACTIONS(4894), + [anon_sym_GT] = ACTIONS(4894), + [anon_sym_where] = ACTIONS(4894), + [anon_sym_object] = ACTIONS(4894), + [anon_sym_fun] = ACTIONS(4894), + [anon_sym_DOT] = ACTIONS(4894), + [anon_sym_SEMI] = ACTIONS(4896), + [anon_sym_get] = ACTIONS(4894), + [anon_sym_set] = ACTIONS(4894), + [anon_sym_this] = ACTIONS(4894), + [anon_sym_super] = ACTIONS(4894), + [anon_sym_STAR] = ACTIONS(4894), + [sym_label] = ACTIONS(4894), + [anon_sym_in] = ACTIONS(4894), + [anon_sym_DOT_DOT] = ACTIONS(4896), + [anon_sym_QMARK_COLON] = ACTIONS(4896), + [anon_sym_AMP_AMP] = ACTIONS(4896), + [anon_sym_PIPE_PIPE] = ACTIONS(4896), + [anon_sym_null] = ACTIONS(4894), + [anon_sym_if] = ACTIONS(4894), + [anon_sym_else] = ACTIONS(4894), + [anon_sym_when] = ACTIONS(4894), + [anon_sym_try] = ACTIONS(4894), + [anon_sym_throw] = ACTIONS(4894), + [anon_sym_return] = ACTIONS(4894), + [anon_sym_continue] = ACTIONS(4894), + [anon_sym_break] = ACTIONS(4894), + [anon_sym_COLON_COLON] = ACTIONS(4896), + [anon_sym_PLUS_EQ] = ACTIONS(4896), + [anon_sym_DASH_EQ] = ACTIONS(4896), + [anon_sym_STAR_EQ] = ACTIONS(4896), + [anon_sym_SLASH_EQ] = ACTIONS(4896), + [anon_sym_PERCENT_EQ] = ACTIONS(4896), + [anon_sym_BANG_EQ] = ACTIONS(4894), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4896), + [anon_sym_EQ_EQ] = ACTIONS(4894), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4896), + [anon_sym_LT_EQ] = ACTIONS(4896), + [anon_sym_GT_EQ] = ACTIONS(4896), + [anon_sym_BANGin] = ACTIONS(4896), + [anon_sym_is] = ACTIONS(4894), + [anon_sym_BANGis] = ACTIONS(4896), + [anon_sym_PLUS] = ACTIONS(4894), + [anon_sym_DASH] = ACTIONS(4894), + [anon_sym_SLASH] = ACTIONS(4894), + [anon_sym_PERCENT] = ACTIONS(4894), + [anon_sym_as_QMARK] = ACTIONS(4896), + [anon_sym_PLUS_PLUS] = ACTIONS(4896), + [anon_sym_DASH_DASH] = ACTIONS(4896), + [anon_sym_BANG] = ACTIONS(4894), + [anon_sym_BANG_BANG] = ACTIONS(4896), + [anon_sym_suspend] = ACTIONS(4894), + [anon_sym_sealed] = ACTIONS(4894), + [anon_sym_annotation] = ACTIONS(4894), + [anon_sym_data] = ACTIONS(4894), + [anon_sym_inner] = ACTIONS(4894), + [anon_sym_value] = ACTIONS(4894), + [anon_sym_override] = ACTIONS(4894), + [anon_sym_lateinit] = ACTIONS(4894), + [anon_sym_public] = ACTIONS(4894), + [anon_sym_private] = ACTIONS(4894), + [anon_sym_internal] = ACTIONS(4894), + [anon_sym_protected] = ACTIONS(4894), + [anon_sym_tailrec] = ACTIONS(4894), + [anon_sym_operator] = ACTIONS(4894), + [anon_sym_infix] = ACTIONS(4894), + [anon_sym_inline] = ACTIONS(4894), + [anon_sym_external] = ACTIONS(4894), + [sym_property_modifier] = ACTIONS(4894), + [anon_sym_abstract] = ACTIONS(4894), + [anon_sym_final] = ACTIONS(4894), + [anon_sym_open] = ACTIONS(4894), + [anon_sym_vararg] = ACTIONS(4894), + [anon_sym_noinline] = ACTIONS(4894), + [anon_sym_crossinline] = ACTIONS(4894), + [anon_sym_expect] = ACTIONS(4894), + [anon_sym_actual] = ACTIONS(4894), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4896), + [anon_sym_continue_AT] = ACTIONS(4896), + [anon_sym_break_AT] = ACTIONS(4896), + [anon_sym_this_AT] = ACTIONS(4896), + [anon_sym_super_AT] = ACTIONS(4896), + [sym_real_literal] = ACTIONS(4896), + [sym_integer_literal] = ACTIONS(4894), + [sym_hex_literal] = ACTIONS(4896), + [sym_bin_literal] = ACTIONS(4896), + [anon_sym_true] = ACTIONS(4894), + [anon_sym_false] = ACTIONS(4894), + [anon_sym_SQUOTE] = ACTIONS(4896), + [sym__backtick_identifier] = ACTIONS(4896), + [sym__automatic_semicolon] = ACTIONS(4896), + [sym_safe_nav] = ACTIONS(4896), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4896), }, - [1059] = { + [1061] = { [sym__alpha_identifier] = ACTIONS(4898), [anon_sym_AT] = ACTIONS(4900), [anon_sym_LBRACK] = ACTIONS(4900), @@ -170957,218 +171160,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4900), }, - [1060] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4479), - [anon_sym_super_AT] = ACTIONS(4479), - [sym_real_literal] = ACTIONS(4479), - [sym_integer_literal] = ACTIONS(4477), - [sym_hex_literal] = ACTIONS(4479), - [sym_bin_literal] = ACTIONS(4479), - [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), - }, - [1061] = { - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(4295), - [anon_sym_LBRACE] = ACTIONS(4297), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(4295), - [anon_sym_object] = ACTIONS(4295), - [anon_sym_fun] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_this] = ACTIONS(4295), - [anon_sym_super] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [sym_label] = ACTIONS(4295), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_null] = ACTIONS(4295), - [anon_sym_if] = ACTIONS(4295), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_when] = ACTIONS(4295), - [anon_sym_try] = ACTIONS(4295), - [anon_sym_throw] = ACTIONS(4295), - [anon_sym_return] = ACTIONS(4295), - [anon_sym_continue] = ACTIONS(4295), - [anon_sym_break] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4297), - [anon_sym_continue_AT] = ACTIONS(4297), - [anon_sym_break_AT] = ACTIONS(4297), - [anon_sym_this_AT] = ACTIONS(4297), - [anon_sym_super_AT] = ACTIONS(4297), - [sym_real_literal] = ACTIONS(4297), - [sym_integer_literal] = ACTIONS(4295), - [sym_hex_literal] = ACTIONS(4297), - [sym_bin_literal] = ACTIONS(4297), - [anon_sym_true] = ACTIONS(4295), - [anon_sym_false] = ACTIONS(4295), - [anon_sym_SQUOTE] = ACTIONS(4297), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4297), - }, [1062] = { [sym__alpha_identifier] = ACTIONS(4902), [anon_sym_AT] = ACTIONS(4904), @@ -171382,6 +171373,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(4908), }, [1064] = { + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4483), + [anon_sym_super_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), + }, + [1065] = { [sym__alpha_identifier] = ACTIONS(4910), [anon_sym_AT] = ACTIONS(4912), [anon_sym_LBRACK] = ACTIONS(4912), @@ -171487,7 +171584,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4912), }, - [1065] = { + [1066] = { [sym__alpha_identifier] = ACTIONS(4914), [anon_sym_AT] = ACTIONS(4916), [anon_sym_LBRACK] = ACTIONS(4916), @@ -171593,7 +171690,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4916), }, - [1066] = { + [1067] = { [sym__alpha_identifier] = ACTIONS(4918), [anon_sym_AT] = ACTIONS(4920), [anon_sym_LBRACK] = ACTIONS(4920), @@ -171699,7 +171796,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4920), }, - [1067] = { + [1068] = { [sym__alpha_identifier] = ACTIONS(4922), [anon_sym_AT] = ACTIONS(4924), [anon_sym_LBRACK] = ACTIONS(4924), @@ -171805,112 +171902,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4924), }, - [1068] = { - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(4218), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(4216), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), - }, [1069] = { [sym__alpha_identifier] = ACTIONS(4926), [anon_sym_AT] = ACTIONS(4928), @@ -172033,7 +172024,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_object] = ACTIONS(4930), [anon_sym_fun] = ACTIONS(4930), [anon_sym_DOT] = ACTIONS(4930), - [anon_sym_SEMI] = ACTIONS(4932), + [anon_sym_SEMI] = ACTIONS(4934), [anon_sym_get] = ACTIONS(4930), [anon_sym_set] = ACTIONS(4930), [anon_sym_this] = ACTIONS(4930), @@ -172047,7 +172038,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_PIPE] = ACTIONS(4932), [anon_sym_null] = ACTIONS(4930), [anon_sym_if] = ACTIONS(4930), - [anon_sym_else] = ACTIONS(4930), + [anon_sym_else] = ACTIONS(4936), [anon_sym_when] = ACTIONS(4930), [anon_sym_try] = ACTIONS(4930), [anon_sym_throw] = ACTIONS(4930), @@ -172124,112 +172115,218 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(4932), }, [1071] = { - [sym__alpha_identifier] = ACTIONS(4934), - [anon_sym_AT] = ACTIONS(4936), - [anon_sym_LBRACK] = ACTIONS(4936), - [anon_sym_as] = ACTIONS(4934), - [anon_sym_EQ] = ACTIONS(4934), - [anon_sym_LBRACE] = ACTIONS(4936), - [anon_sym_RBRACE] = ACTIONS(4936), - [anon_sym_LPAREN] = ACTIONS(4936), - [anon_sym_COMMA] = ACTIONS(4936), - [anon_sym_LT] = ACTIONS(4934), - [anon_sym_GT] = ACTIONS(4934), - [anon_sym_where] = ACTIONS(4934), - [anon_sym_object] = ACTIONS(4934), - [anon_sym_fun] = ACTIONS(4934), - [anon_sym_DOT] = ACTIONS(4934), - [anon_sym_SEMI] = ACTIONS(4936), - [anon_sym_get] = ACTIONS(4934), - [anon_sym_set] = ACTIONS(4934), - [anon_sym_this] = ACTIONS(4934), - [anon_sym_super] = ACTIONS(4934), - [anon_sym_STAR] = ACTIONS(4934), - [sym_label] = ACTIONS(4934), - [anon_sym_in] = ACTIONS(4934), - [anon_sym_DOT_DOT] = ACTIONS(4936), - [anon_sym_QMARK_COLON] = ACTIONS(4936), - [anon_sym_AMP_AMP] = ACTIONS(4936), - [anon_sym_PIPE_PIPE] = ACTIONS(4936), - [anon_sym_null] = ACTIONS(4934), - [anon_sym_if] = ACTIONS(4934), - [anon_sym_else] = ACTIONS(4934), - [anon_sym_when] = ACTIONS(4934), - [anon_sym_try] = ACTIONS(4934), - [anon_sym_throw] = ACTIONS(4934), - [anon_sym_return] = ACTIONS(4934), - [anon_sym_continue] = ACTIONS(4934), - [anon_sym_break] = ACTIONS(4934), - [anon_sym_COLON_COLON] = ACTIONS(4936), - [anon_sym_PLUS_EQ] = ACTIONS(4936), - [anon_sym_DASH_EQ] = ACTIONS(4936), - [anon_sym_STAR_EQ] = ACTIONS(4936), - [anon_sym_SLASH_EQ] = ACTIONS(4936), - [anon_sym_PERCENT_EQ] = ACTIONS(4936), - [anon_sym_BANG_EQ] = ACTIONS(4934), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4936), - [anon_sym_EQ_EQ] = ACTIONS(4934), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4936), - [anon_sym_LT_EQ] = ACTIONS(4936), - [anon_sym_GT_EQ] = ACTIONS(4936), - [anon_sym_BANGin] = ACTIONS(4936), - [anon_sym_is] = ACTIONS(4934), - [anon_sym_BANGis] = ACTIONS(4936), - [anon_sym_PLUS] = ACTIONS(4934), - [anon_sym_DASH] = ACTIONS(4934), - [anon_sym_SLASH] = ACTIONS(4934), - [anon_sym_PERCENT] = ACTIONS(4934), - [anon_sym_as_QMARK] = ACTIONS(4936), - [anon_sym_PLUS_PLUS] = ACTIONS(4936), - [anon_sym_DASH_DASH] = ACTIONS(4936), - [anon_sym_BANG] = ACTIONS(4934), - [anon_sym_BANG_BANG] = ACTIONS(4936), - [anon_sym_suspend] = ACTIONS(4934), - [anon_sym_sealed] = ACTIONS(4934), - [anon_sym_annotation] = ACTIONS(4934), - [anon_sym_data] = ACTIONS(4934), - [anon_sym_inner] = ACTIONS(4934), - [anon_sym_value] = ACTIONS(4934), - [anon_sym_override] = ACTIONS(4934), - [anon_sym_lateinit] = ACTIONS(4934), - [anon_sym_public] = ACTIONS(4934), - [anon_sym_private] = ACTIONS(4934), - [anon_sym_internal] = ACTIONS(4934), - [anon_sym_protected] = ACTIONS(4934), - [anon_sym_tailrec] = ACTIONS(4934), - [anon_sym_operator] = ACTIONS(4934), - [anon_sym_infix] = ACTIONS(4934), - [anon_sym_inline] = ACTIONS(4934), - [anon_sym_external] = ACTIONS(4934), - [sym_property_modifier] = ACTIONS(4934), - [anon_sym_abstract] = ACTIONS(4934), - [anon_sym_final] = ACTIONS(4934), - [anon_sym_open] = ACTIONS(4934), - [anon_sym_vararg] = ACTIONS(4934), - [anon_sym_noinline] = ACTIONS(4934), - [anon_sym_crossinline] = ACTIONS(4934), - [anon_sym_expect] = ACTIONS(4934), - [anon_sym_actual] = ACTIONS(4934), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4936), - [anon_sym_continue_AT] = ACTIONS(4936), - [anon_sym_break_AT] = ACTIONS(4936), - [anon_sym_this_AT] = ACTIONS(4936), - [anon_sym_super_AT] = ACTIONS(4936), - [sym_real_literal] = ACTIONS(4936), - [sym_integer_literal] = ACTIONS(4934), - [sym_hex_literal] = ACTIONS(4936), - [sym_bin_literal] = ACTIONS(4936), - [anon_sym_true] = ACTIONS(4934), - [anon_sym_false] = ACTIONS(4934), - [anon_sym_SQUOTE] = ACTIONS(4936), - [sym__backtick_identifier] = ACTIONS(4936), - [sym__automatic_semicolon] = ACTIONS(4936), - [sym_safe_nav] = ACTIONS(4936), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4936), + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_EQ] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_where] = ACTIONS(4930), + [anon_sym_object] = ACTIONS(4930), + [anon_sym_fun] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(4932), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_this] = ACTIONS(4930), + [anon_sym_super] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4930), + [sym_label] = ACTIONS(4930), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_null] = ACTIONS(4930), + [anon_sym_if] = ACTIONS(4930), + [anon_sym_else] = ACTIONS(4936), + [anon_sym_when] = ACTIONS(4930), + [anon_sym_try] = ACTIONS(4930), + [anon_sym_throw] = ACTIONS(4930), + [anon_sym_return] = ACTIONS(4930), + [anon_sym_continue] = ACTIONS(4930), + [anon_sym_break] = ACTIONS(4930), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_PLUS_EQ] = ACTIONS(4932), + [anon_sym_DASH_EQ] = ACTIONS(4932), + [anon_sym_STAR_EQ] = ACTIONS(4932), + [anon_sym_SLASH_EQ] = ACTIONS(4932), + [anon_sym_PERCENT_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4930), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG] = ACTIONS(4930), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4932), + [anon_sym_continue_AT] = ACTIONS(4932), + [anon_sym_break_AT] = ACTIONS(4932), + [anon_sym_this_AT] = ACTIONS(4932), + [anon_sym_super_AT] = ACTIONS(4932), + [sym_real_literal] = ACTIONS(4932), + [sym_integer_literal] = ACTIONS(4930), + [sym_hex_literal] = ACTIONS(4932), + [sym_bin_literal] = ACTIONS(4932), + [anon_sym_true] = ACTIONS(4930), + [anon_sym_false] = ACTIONS(4930), + [anon_sym_SQUOTE] = ACTIONS(4932), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4932), }, [1072] = { + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4645), + [anon_sym_super_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), + }, + [1073] = { [sym__alpha_identifier] = ACTIONS(4938), [anon_sym_AT] = ACTIONS(4940), [anon_sym_LBRACK] = ACTIONS(4940), @@ -172335,7 +172432,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4940), }, - [1073] = { + [1074] = { [sym__alpha_identifier] = ACTIONS(4942), [anon_sym_AT] = ACTIONS(4944), [anon_sym_LBRACK] = ACTIONS(4944), @@ -172441,112 +172538,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4944), }, - [1074] = { - [sym__alpha_identifier] = ACTIONS(3160), - [anon_sym_AT] = ACTIONS(3162), - [anon_sym_LBRACK] = ACTIONS(3162), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_LBRACE] = ACTIONS(3162), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(3162), - [anon_sym_COMMA] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3160), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3160), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3162), - [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(3162), - [anon_sym_QMARK_COLON] = ACTIONS(3162), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [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(3162), - [anon_sym_PLUS_EQ] = ACTIONS(3162), - [anon_sym_DASH_EQ] = ACTIONS(3162), - [anon_sym_STAR_EQ] = ACTIONS(3162), - [anon_sym_SLASH_EQ] = ACTIONS(3162), - [anon_sym_PERCENT_EQ] = ACTIONS(3162), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [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(3162), - [anon_sym_PLUS_PLUS] = ACTIONS(3162), - [anon_sym_DASH_DASH] = ACTIONS(3162), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_BANG_BANG] = ACTIONS(3162), - [anon_sym_suspend] = ACTIONS(3160), - [anon_sym_sealed] = ACTIONS(3160), - [anon_sym_annotation] = ACTIONS(3160), - [anon_sym_data] = ACTIONS(3160), - [anon_sym_inner] = ACTIONS(3160), - [anon_sym_value] = ACTIONS(3160), - [anon_sym_override] = ACTIONS(3160), - [anon_sym_lateinit] = ACTIONS(3160), - [anon_sym_public] = ACTIONS(3160), - [anon_sym_private] = ACTIONS(3160), - [anon_sym_internal] = ACTIONS(3160), - [anon_sym_protected] = ACTIONS(3160), - [anon_sym_tailrec] = ACTIONS(3160), - [anon_sym_operator] = ACTIONS(3160), - [anon_sym_infix] = ACTIONS(3160), - [anon_sym_inline] = ACTIONS(3160), - [anon_sym_external] = ACTIONS(3160), - [sym_property_modifier] = ACTIONS(3160), - [anon_sym_abstract] = ACTIONS(3160), - [anon_sym_final] = ACTIONS(3160), - [anon_sym_open] = ACTIONS(3160), - [anon_sym_vararg] = ACTIONS(3160), - [anon_sym_noinline] = ACTIONS(3160), - [anon_sym_crossinline] = ACTIONS(3160), - [anon_sym_expect] = ACTIONS(3160), - [anon_sym_actual] = ACTIONS(3160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3162), - [anon_sym_continue_AT] = ACTIONS(3162), - [anon_sym_break_AT] = ACTIONS(3162), - [anon_sym_this_AT] = ACTIONS(3162), - [anon_sym_super_AT] = ACTIONS(3162), - [sym_real_literal] = ACTIONS(3162), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3162), - [sym_bin_literal] = ACTIONS(3162), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3162), - [sym__backtick_identifier] = ACTIONS(3162), - [sym__automatic_semicolon] = ACTIONS(3162), - [sym_safe_nav] = ACTIONS(3162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3162), - }, [1075] = { [sym__alpha_identifier] = ACTIONS(4946), [anon_sym_AT] = ACTIONS(4948), @@ -172654,6 +172645,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(4948), }, [1076] = { + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(1820), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(1818), + [anon_sym_set] = ACTIONS(1818), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(1818), + [anon_sym_sealed] = ACTIONS(1818), + [anon_sym_annotation] = ACTIONS(1818), + [anon_sym_data] = ACTIONS(1818), + [anon_sym_inner] = ACTIONS(1818), + [anon_sym_value] = ACTIONS(1818), + [anon_sym_override] = ACTIONS(1818), + [anon_sym_lateinit] = ACTIONS(1818), + [anon_sym_public] = ACTIONS(1818), + [anon_sym_private] = ACTIONS(1818), + [anon_sym_internal] = ACTIONS(1818), + [anon_sym_protected] = ACTIONS(1818), + [anon_sym_tailrec] = ACTIONS(1818), + [anon_sym_operator] = ACTIONS(1818), + [anon_sym_infix] = ACTIONS(1818), + [anon_sym_inline] = ACTIONS(1818), + [anon_sym_external] = ACTIONS(1818), + [sym_property_modifier] = ACTIONS(1818), + [anon_sym_abstract] = ACTIONS(1818), + [anon_sym_final] = ACTIONS(1818), + [anon_sym_open] = ACTIONS(1818), + [anon_sym_vararg] = ACTIONS(1818), + [anon_sym_noinline] = ACTIONS(1818), + [anon_sym_crossinline] = ACTIONS(1818), + [anon_sym_expect] = ACTIONS(1818), + [anon_sym_actual] = ACTIONS(1818), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), + }, + [1077] = { [sym__alpha_identifier] = ACTIONS(4950), [anon_sym_AT] = ACTIONS(4952), [anon_sym_LBRACK] = ACTIONS(4952), @@ -172759,7 +172856,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4952), }, - [1077] = { + [1078] = { + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(4319), + [anon_sym_LBRACE] = ACTIONS(4321), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(4319), + [anon_sym_object] = ACTIONS(4319), + [anon_sym_fun] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_this] = ACTIONS(4319), + [anon_sym_super] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [sym_label] = ACTIONS(4319), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_null] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_when] = ACTIONS(4319), + [anon_sym_try] = ACTIONS(4319), + [anon_sym_throw] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4321), + [anon_sym_continue_AT] = ACTIONS(4321), + [anon_sym_break_AT] = ACTIONS(4321), + [anon_sym_this_AT] = ACTIONS(4321), + [anon_sym_super_AT] = ACTIONS(4321), + [sym_real_literal] = ACTIONS(4321), + [sym_integer_literal] = ACTIONS(4319), + [sym_hex_literal] = ACTIONS(4321), + [sym_bin_literal] = ACTIONS(4321), + [anon_sym_true] = ACTIONS(4319), + [anon_sym_false] = ACTIONS(4319), + [anon_sym_SQUOTE] = ACTIONS(4321), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4321), + }, + [1079] = { + [sym__alpha_identifier] = ACTIONS(4458), + [anon_sym_AT] = ACTIONS(4460), + [anon_sym_LBRACK] = ACTIONS(4460), + [anon_sym_as] = ACTIONS(4458), + [anon_sym_EQ] = ACTIONS(4458), + [anon_sym_LBRACE] = ACTIONS(4460), + [anon_sym_RBRACE] = ACTIONS(4460), + [anon_sym_LPAREN] = ACTIONS(4460), + [anon_sym_COMMA] = ACTIONS(4460), + [anon_sym_LT] = ACTIONS(4458), + [anon_sym_GT] = ACTIONS(4458), + [anon_sym_where] = ACTIONS(4458), + [anon_sym_object] = ACTIONS(4458), + [anon_sym_fun] = ACTIONS(4458), + [anon_sym_DOT] = ACTIONS(4458), + [anon_sym_SEMI] = ACTIONS(4460), + [anon_sym_get] = ACTIONS(4458), + [anon_sym_set] = ACTIONS(4458), + [anon_sym_this] = ACTIONS(4458), + [anon_sym_super] = ACTIONS(4458), + [anon_sym_STAR] = ACTIONS(4458), + [sym_label] = ACTIONS(4458), + [anon_sym_in] = ACTIONS(4458), + [anon_sym_DOT_DOT] = ACTIONS(4460), + [anon_sym_QMARK_COLON] = ACTIONS(4460), + [anon_sym_AMP_AMP] = ACTIONS(4460), + [anon_sym_PIPE_PIPE] = ACTIONS(4460), + [anon_sym_null] = ACTIONS(4458), + [anon_sym_if] = ACTIONS(4458), + [anon_sym_else] = ACTIONS(4458), + [anon_sym_when] = ACTIONS(4458), + [anon_sym_try] = ACTIONS(4458), + [anon_sym_throw] = ACTIONS(4458), + [anon_sym_return] = ACTIONS(4458), + [anon_sym_continue] = ACTIONS(4458), + [anon_sym_break] = ACTIONS(4458), + [anon_sym_COLON_COLON] = ACTIONS(4460), + [anon_sym_PLUS_EQ] = ACTIONS(4460), + [anon_sym_DASH_EQ] = ACTIONS(4460), + [anon_sym_STAR_EQ] = ACTIONS(4460), + [anon_sym_SLASH_EQ] = ACTIONS(4460), + [anon_sym_PERCENT_EQ] = ACTIONS(4460), + [anon_sym_BANG_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4460), + [anon_sym_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4460), + [anon_sym_LT_EQ] = ACTIONS(4460), + [anon_sym_GT_EQ] = ACTIONS(4460), + [anon_sym_BANGin] = ACTIONS(4460), + [anon_sym_is] = ACTIONS(4458), + [anon_sym_BANGis] = ACTIONS(4460), + [anon_sym_PLUS] = ACTIONS(4458), + [anon_sym_DASH] = ACTIONS(4458), + [anon_sym_SLASH] = ACTIONS(4458), + [anon_sym_PERCENT] = ACTIONS(4458), + [anon_sym_as_QMARK] = ACTIONS(4460), + [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(4460), + [anon_sym_BANG] = ACTIONS(4458), + [anon_sym_BANG_BANG] = ACTIONS(4460), + [anon_sym_suspend] = ACTIONS(4458), + [anon_sym_sealed] = ACTIONS(4458), + [anon_sym_annotation] = ACTIONS(4458), + [anon_sym_data] = ACTIONS(4458), + [anon_sym_inner] = ACTIONS(4458), + [anon_sym_value] = ACTIONS(4458), + [anon_sym_override] = ACTIONS(4458), + [anon_sym_lateinit] = ACTIONS(4458), + [anon_sym_public] = ACTIONS(4458), + [anon_sym_private] = ACTIONS(4458), + [anon_sym_internal] = ACTIONS(4458), + [anon_sym_protected] = ACTIONS(4458), + [anon_sym_tailrec] = ACTIONS(4458), + [anon_sym_operator] = ACTIONS(4458), + [anon_sym_infix] = ACTIONS(4458), + [anon_sym_inline] = ACTIONS(4458), + [anon_sym_external] = ACTIONS(4458), + [sym_property_modifier] = ACTIONS(4458), + [anon_sym_abstract] = ACTIONS(4458), + [anon_sym_final] = ACTIONS(4458), + [anon_sym_open] = ACTIONS(4458), + [anon_sym_vararg] = ACTIONS(4458), + [anon_sym_noinline] = ACTIONS(4458), + [anon_sym_crossinline] = ACTIONS(4458), + [anon_sym_expect] = ACTIONS(4458), + [anon_sym_actual] = ACTIONS(4458), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4460), + [anon_sym_continue_AT] = ACTIONS(4460), + [anon_sym_break_AT] = ACTIONS(4460), + [anon_sym_this_AT] = ACTIONS(4460), + [anon_sym_super_AT] = ACTIONS(4460), + [sym_real_literal] = ACTIONS(4460), + [sym_integer_literal] = ACTIONS(4458), + [sym_hex_literal] = ACTIONS(4460), + [sym_bin_literal] = ACTIONS(4460), + [anon_sym_true] = ACTIONS(4458), + [anon_sym_false] = ACTIONS(4458), + [anon_sym_SQUOTE] = ACTIONS(4460), + [sym__backtick_identifier] = ACTIONS(4460), + [sym__automatic_semicolon] = ACTIONS(4460), + [sym_safe_nav] = ACTIONS(4460), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4460), + }, + [1080] = { + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(4251), + [anon_sym_LBRACE] = ACTIONS(4253), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_COMMA] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_where] = ACTIONS(4251), + [anon_sym_object] = ACTIONS(4251), + [anon_sym_fun] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_this] = ACTIONS(4251), + [anon_sym_super] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4251), + [sym_label] = ACTIONS(4251), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_null] = ACTIONS(4251), + [anon_sym_if] = ACTIONS(4251), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_when] = ACTIONS(4251), + [anon_sym_try] = ACTIONS(4251), + [anon_sym_throw] = ACTIONS(4251), + [anon_sym_return] = ACTIONS(4251), + [anon_sym_continue] = ACTIONS(4251), + [anon_sym_break] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_PLUS_EQ] = ACTIONS(4253), + [anon_sym_DASH_EQ] = ACTIONS(4253), + [anon_sym_STAR_EQ] = ACTIONS(4253), + [anon_sym_SLASH_EQ] = ACTIONS(4253), + [anon_sym_PERCENT_EQ] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4251), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG] = ACTIONS(4251), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_suspend] = ACTIONS(4251), + [anon_sym_sealed] = ACTIONS(4251), + [anon_sym_annotation] = ACTIONS(4251), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_override] = ACTIONS(4251), + [anon_sym_lateinit] = ACTIONS(4251), + [anon_sym_public] = ACTIONS(4251), + [anon_sym_private] = ACTIONS(4251), + [anon_sym_internal] = ACTIONS(4251), + [anon_sym_protected] = ACTIONS(4251), + [anon_sym_tailrec] = ACTIONS(4251), + [anon_sym_operator] = ACTIONS(4251), + [anon_sym_infix] = ACTIONS(4251), + [anon_sym_inline] = ACTIONS(4251), + [anon_sym_external] = ACTIONS(4251), + [sym_property_modifier] = ACTIONS(4251), + [anon_sym_abstract] = ACTIONS(4251), + [anon_sym_final] = ACTIONS(4251), + [anon_sym_open] = ACTIONS(4251), + [anon_sym_vararg] = ACTIONS(4251), + [anon_sym_noinline] = ACTIONS(4251), + [anon_sym_crossinline] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4253), + [anon_sym_continue_AT] = ACTIONS(4253), + [anon_sym_break_AT] = ACTIONS(4253), + [anon_sym_this_AT] = ACTIONS(4253), + [anon_sym_super_AT] = ACTIONS(4253), + [sym_real_literal] = ACTIONS(4253), + [sym_integer_literal] = ACTIONS(4251), + [sym_hex_literal] = ACTIONS(4253), + [sym_bin_literal] = ACTIONS(4253), + [anon_sym_true] = ACTIONS(4251), + [anon_sym_false] = ACTIONS(4251), + [anon_sym_SQUOTE] = ACTIONS(4253), + [sym__backtick_identifier] = ACTIONS(4253), + [sym__automatic_semicolon] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4253), + }, + [1081] = { [sym__alpha_identifier] = ACTIONS(4954), [anon_sym_AT] = ACTIONS(4956), [anon_sym_LBRACK] = ACTIONS(4956), @@ -172865,7 +173280,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4956), }, - [1078] = { + [1082] = { [sym__alpha_identifier] = ACTIONS(4958), [anon_sym_AT] = ACTIONS(4960), [anon_sym_LBRACK] = ACTIONS(4960), @@ -172971,7 +173386,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4960), }, - [1079] = { + [1083] = { + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(4245), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(4243), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), + }, + [1084] = { [sym__alpha_identifier] = ACTIONS(4962), [anon_sym_AT] = ACTIONS(4964), [anon_sym_LBRACK] = ACTIONS(4964), @@ -173077,219 +173598,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4964), }, - [1080] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4259), - [anon_sym_EQ] = ACTIONS(4259), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4262), - [anon_sym_LPAREN] = ACTIONS(4830), - [anon_sym_COMMA] = ACTIONS(4262), - [anon_sym_LT] = ACTIONS(4259), - [anon_sym_GT] = ACTIONS(4259), - [anon_sym_where] = ACTIONS(4259), - [anon_sym_object] = ACTIONS(4259), - [anon_sym_fun] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4259), - [anon_sym_SEMI] = ACTIONS(4262), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4259), - [anon_sym_super] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4259), - [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(4259), - [anon_sym_if] = ACTIONS(4259), - [anon_sym_else] = ACTIONS(4259), - [anon_sym_when] = ACTIONS(4259), - [anon_sym_try] = ACTIONS(4259), - [anon_sym_throw] = ACTIONS(4259), - [anon_sym_return] = ACTIONS(4259), - [anon_sym_continue] = ACTIONS(4259), - [anon_sym_break] = ACTIONS(4259), - [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(4259), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), - [anon_sym_EQ_EQ] = ACTIONS(4259), - [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(4259), - [anon_sym_BANGis] = ACTIONS(4262), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4259), - [anon_sym_PERCENT] = ACTIONS(4259), - [anon_sym_as_QMARK] = ACTIONS(4262), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4259), - [anon_sym_BANG_BANG] = ACTIONS(4262), - [anon_sym_suspend] = ACTIONS(4259), - [anon_sym_sealed] = ACTIONS(4259), - [anon_sym_annotation] = ACTIONS(4259), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4259), - [anon_sym_lateinit] = ACTIONS(4259), - [anon_sym_public] = ACTIONS(4259), - [anon_sym_private] = ACTIONS(4259), - [anon_sym_internal] = ACTIONS(4259), - [anon_sym_protected] = ACTIONS(4259), - [anon_sym_tailrec] = ACTIONS(4259), - [anon_sym_operator] = ACTIONS(4259), - [anon_sym_infix] = ACTIONS(4259), - [anon_sym_inline] = ACTIONS(4259), - [anon_sym_external] = ACTIONS(4259), - [sym_property_modifier] = ACTIONS(4259), - [anon_sym_abstract] = ACTIONS(4259), - [anon_sym_final] = ACTIONS(4259), - [anon_sym_open] = ACTIONS(4259), - [anon_sym_vararg] = ACTIONS(4259), - [anon_sym_noinline] = ACTIONS(4259), - [anon_sym_crossinline] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4262), - [anon_sym_continue_AT] = ACTIONS(4262), - [anon_sym_break_AT] = ACTIONS(4262), - [anon_sym_this_AT] = ACTIONS(4262), - [anon_sym_super_AT] = ACTIONS(4262), - [sym_real_literal] = ACTIONS(4262), - [sym_integer_literal] = ACTIONS(4259), - [sym_hex_literal] = ACTIONS(4262), - [sym_bin_literal] = ACTIONS(4262), - [anon_sym_true] = ACTIONS(4259), - [anon_sym_false] = ACTIONS(4259), - [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), - }, - [1081] = { - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(4183), - [anon_sym_LBRACE] = ACTIONS(4185), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(4183), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), - }, - [1082] = { + [1085] = { [sym__alpha_identifier] = ACTIONS(4966), [anon_sym_AT] = ACTIONS(4968), [anon_sym_LBRACK] = ACTIONS(4968), @@ -173395,7 +173704,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4968), }, - [1083] = { + [1086] = { [sym__alpha_identifier] = ACTIONS(4970), [anon_sym_AT] = ACTIONS(4972), [anon_sym_LBRACK] = ACTIONS(4972), @@ -173501,113 +173810,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4972), }, - [1084] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4281), - [anon_sym_EQ] = ACTIONS(4281), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4284), - [anon_sym_LPAREN] = ACTIONS(4770), - [anon_sym_COMMA] = ACTIONS(4284), - [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(4284), - [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(4284), - [anon_sym_QMARK_COLON] = ACTIONS(4284), - [anon_sym_AMP_AMP] = ACTIONS(4284), - [anon_sym_PIPE_PIPE] = ACTIONS(4284), - [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(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4284), - [anon_sym_DASH_EQ] = ACTIONS(4284), - [anon_sym_STAR_EQ] = ACTIONS(4284), - [anon_sym_SLASH_EQ] = ACTIONS(4284), - [anon_sym_PERCENT_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ] = ACTIONS(4281), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ] = ACTIONS(4281), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), - [anon_sym_LT_EQ] = ACTIONS(4284), - [anon_sym_GT_EQ] = ACTIONS(4284), - [anon_sym_BANGin] = ACTIONS(4284), - [anon_sym_is] = ACTIONS(4281), - [anon_sym_BANGis] = ACTIONS(4284), - [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(4284), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4281), - [anon_sym_BANG_BANG] = ACTIONS(4284), - [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_value] = 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(4284), - [anon_sym_continue_AT] = ACTIONS(4284), - [anon_sym_break_AT] = ACTIONS(4284), - [anon_sym_this_AT] = ACTIONS(4284), - [anon_sym_super_AT] = ACTIONS(4284), - [sym_real_literal] = ACTIONS(4284), - [sym_integer_literal] = ACTIONS(4281), - [sym_hex_literal] = ACTIONS(4284), - [sym_bin_literal] = ACTIONS(4284), - [anon_sym_true] = ACTIONS(4281), - [anon_sym_false] = ACTIONS(4281), - [anon_sym_SQUOTE] = ACTIONS(4284), - [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4284), - [sym_safe_nav] = ACTIONS(4284), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4284), - }, - [1085] = { + [1087] = { [sym__alpha_identifier] = ACTIONS(4974), [anon_sym_AT] = ACTIONS(4976), [anon_sym_LBRACK] = ACTIONS(4976), @@ -173713,76 +173916,394 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4976), }, - [1086] = { - [sym_getter] = STATE(5183), - [sym_setter] = STATE(5183), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [1088] = { + [sym__alpha_identifier] = ACTIONS(3121), + [anon_sym_AT] = ACTIONS(3123), + [anon_sym_LBRACK] = ACTIONS(3123), + [anon_sym_as] = ACTIONS(3121), + [anon_sym_EQ] = ACTIONS(3121), + [anon_sym_LBRACE] = ACTIONS(3123), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(3123), + [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3121), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_where] = ACTIONS(3121), + [anon_sym_object] = ACTIONS(3121), + [anon_sym_fun] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(3121), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3121), + [anon_sym_set] = ACTIONS(3121), + [anon_sym_this] = ACTIONS(3121), + [anon_sym_super] = ACTIONS(3121), + [anon_sym_STAR] = ACTIONS(3121), + [sym_label] = ACTIONS(3121), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(3123), + [anon_sym_QMARK_COLON] = ACTIONS(3123), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_null] = ACTIONS(3121), + [anon_sym_if] = ACTIONS(3121), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_when] = ACTIONS(3121), + [anon_sym_try] = ACTIONS(3121), + [anon_sym_throw] = ACTIONS(3121), + [anon_sym_return] = ACTIONS(3121), + [anon_sym_continue] = ACTIONS(3121), + [anon_sym_break] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(3123), + [anon_sym_PLUS_EQ] = ACTIONS(3123), + [anon_sym_DASH_EQ] = ACTIONS(3123), + [anon_sym_STAR_EQ] = ACTIONS(3123), + [anon_sym_SLASH_EQ] = ACTIONS(3123), + [anon_sym_PERCENT_EQ] = ACTIONS(3123), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3121), + [anon_sym_SLASH] = ACTIONS(3121), + [anon_sym_PERCENT] = ACTIONS(3121), + [anon_sym_as_QMARK] = ACTIONS(3123), + [anon_sym_PLUS_PLUS] = ACTIONS(3123), + [anon_sym_DASH_DASH] = ACTIONS(3123), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_BANG_BANG] = ACTIONS(3123), + [anon_sym_suspend] = ACTIONS(3121), + [anon_sym_sealed] = ACTIONS(3121), + [anon_sym_annotation] = ACTIONS(3121), + [anon_sym_data] = ACTIONS(3121), + [anon_sym_inner] = ACTIONS(3121), + [anon_sym_value] = ACTIONS(3121), + [anon_sym_override] = ACTIONS(3121), + [anon_sym_lateinit] = ACTIONS(3121), + [anon_sym_public] = ACTIONS(3121), + [anon_sym_private] = ACTIONS(3121), + [anon_sym_internal] = ACTIONS(3121), + [anon_sym_protected] = ACTIONS(3121), + [anon_sym_tailrec] = ACTIONS(3121), + [anon_sym_operator] = ACTIONS(3121), + [anon_sym_infix] = ACTIONS(3121), + [anon_sym_inline] = ACTIONS(3121), + [anon_sym_external] = ACTIONS(3121), + [sym_property_modifier] = ACTIONS(3121), + [anon_sym_abstract] = ACTIONS(3121), + [anon_sym_final] = ACTIONS(3121), + [anon_sym_open] = ACTIONS(3121), + [anon_sym_vararg] = ACTIONS(3121), + [anon_sym_noinline] = ACTIONS(3121), + [anon_sym_crossinline] = ACTIONS(3121), + [anon_sym_expect] = ACTIONS(3121), + [anon_sym_actual] = ACTIONS(3121), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3123), + [anon_sym_continue_AT] = ACTIONS(3123), + [anon_sym_break_AT] = ACTIONS(3123), + [anon_sym_this_AT] = ACTIONS(3123), + [anon_sym_super_AT] = ACTIONS(3123), + [sym_real_literal] = ACTIONS(3123), + [sym_integer_literal] = ACTIONS(3121), + [sym_hex_literal] = ACTIONS(3123), + [sym_bin_literal] = ACTIONS(3123), + [anon_sym_true] = ACTIONS(3121), + [anon_sym_false] = ACTIONS(3121), + [anon_sym_SQUOTE] = ACTIONS(3123), + [sym__backtick_identifier] = ACTIONS(3123), + [sym__automatic_semicolon] = ACTIONS(3123), + [sym_safe_nav] = ACTIONS(3123), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3123), + }, + [1089] = { + [sym__alpha_identifier] = ACTIONS(4978), + [anon_sym_AT] = ACTIONS(4980), + [anon_sym_LBRACK] = ACTIONS(4980), + [anon_sym_as] = ACTIONS(4978), + [anon_sym_EQ] = ACTIONS(4978), + [anon_sym_LBRACE] = ACTIONS(4980), + [anon_sym_RBRACE] = ACTIONS(4980), + [anon_sym_LPAREN] = ACTIONS(4980), + [anon_sym_COMMA] = ACTIONS(4980), + [anon_sym_LT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4978), + [anon_sym_where] = ACTIONS(4978), + [anon_sym_object] = ACTIONS(4978), + [anon_sym_fun] = ACTIONS(4978), + [anon_sym_DOT] = ACTIONS(4978), + [anon_sym_SEMI] = ACTIONS(4980), + [anon_sym_get] = ACTIONS(4978), + [anon_sym_set] = ACTIONS(4978), + [anon_sym_this] = ACTIONS(4978), + [anon_sym_super] = ACTIONS(4978), + [anon_sym_STAR] = ACTIONS(4978), + [sym_label] = ACTIONS(4978), + [anon_sym_in] = ACTIONS(4978), + [anon_sym_DOT_DOT] = ACTIONS(4980), + [anon_sym_QMARK_COLON] = ACTIONS(4980), + [anon_sym_AMP_AMP] = ACTIONS(4980), + [anon_sym_PIPE_PIPE] = ACTIONS(4980), + [anon_sym_null] = ACTIONS(4978), + [anon_sym_if] = ACTIONS(4978), + [anon_sym_else] = ACTIONS(4978), + [anon_sym_when] = ACTIONS(4978), + [anon_sym_try] = ACTIONS(4978), + [anon_sym_throw] = ACTIONS(4978), + [anon_sym_return] = ACTIONS(4978), + [anon_sym_continue] = ACTIONS(4978), + [anon_sym_break] = ACTIONS(4978), + [anon_sym_COLON_COLON] = ACTIONS(4980), + [anon_sym_PLUS_EQ] = ACTIONS(4980), + [anon_sym_DASH_EQ] = ACTIONS(4980), + [anon_sym_STAR_EQ] = ACTIONS(4980), + [anon_sym_SLASH_EQ] = ACTIONS(4980), + [anon_sym_PERCENT_EQ] = ACTIONS(4980), + [anon_sym_BANG_EQ] = ACTIONS(4978), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4980), + [anon_sym_EQ_EQ] = ACTIONS(4978), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4980), + [anon_sym_LT_EQ] = ACTIONS(4980), + [anon_sym_GT_EQ] = ACTIONS(4980), + [anon_sym_BANGin] = ACTIONS(4980), + [anon_sym_is] = ACTIONS(4978), + [anon_sym_BANGis] = ACTIONS(4980), + [anon_sym_PLUS] = ACTIONS(4978), + [anon_sym_DASH] = ACTIONS(4978), + [anon_sym_SLASH] = ACTIONS(4978), + [anon_sym_PERCENT] = ACTIONS(4978), + [anon_sym_as_QMARK] = ACTIONS(4980), + [anon_sym_PLUS_PLUS] = ACTIONS(4980), + [anon_sym_DASH_DASH] = ACTIONS(4980), + [anon_sym_BANG] = ACTIONS(4978), + [anon_sym_BANG_BANG] = ACTIONS(4980), + [anon_sym_suspend] = ACTIONS(4978), + [anon_sym_sealed] = ACTIONS(4978), + [anon_sym_annotation] = ACTIONS(4978), + [anon_sym_data] = ACTIONS(4978), + [anon_sym_inner] = ACTIONS(4978), + [anon_sym_value] = ACTIONS(4978), + [anon_sym_override] = ACTIONS(4978), + [anon_sym_lateinit] = ACTIONS(4978), + [anon_sym_public] = ACTIONS(4978), + [anon_sym_private] = ACTIONS(4978), + [anon_sym_internal] = ACTIONS(4978), + [anon_sym_protected] = ACTIONS(4978), + [anon_sym_tailrec] = ACTIONS(4978), + [anon_sym_operator] = ACTIONS(4978), + [anon_sym_infix] = ACTIONS(4978), + [anon_sym_inline] = ACTIONS(4978), + [anon_sym_external] = ACTIONS(4978), + [sym_property_modifier] = ACTIONS(4978), + [anon_sym_abstract] = ACTIONS(4978), + [anon_sym_final] = ACTIONS(4978), + [anon_sym_open] = ACTIONS(4978), + [anon_sym_vararg] = ACTIONS(4978), + [anon_sym_noinline] = ACTIONS(4978), + [anon_sym_crossinline] = ACTIONS(4978), + [anon_sym_expect] = ACTIONS(4978), + [anon_sym_actual] = ACTIONS(4978), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4980), + [anon_sym_continue_AT] = ACTIONS(4980), + [anon_sym_break_AT] = ACTIONS(4980), + [anon_sym_this_AT] = ACTIONS(4980), + [anon_sym_super_AT] = ACTIONS(4980), + [sym_real_literal] = ACTIONS(4980), + [sym_integer_literal] = ACTIONS(4978), + [sym_hex_literal] = ACTIONS(4980), + [sym_bin_literal] = ACTIONS(4980), + [anon_sym_true] = ACTIONS(4978), + [anon_sym_false] = ACTIONS(4978), + [anon_sym_SQUOTE] = ACTIONS(4980), + [sym__backtick_identifier] = ACTIONS(4980), + [sym__automatic_semicolon] = ACTIONS(4980), + [sym_safe_nav] = ACTIONS(4980), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4980), + }, + [1090] = { + [sym__alpha_identifier] = ACTIONS(4046), + [anon_sym_AT] = ACTIONS(4048), + [anon_sym_LBRACK] = ACTIONS(4048), + [anon_sym_as] = ACTIONS(4046), + [anon_sym_EQ] = ACTIONS(4046), + [anon_sym_LBRACE] = ACTIONS(4048), + [anon_sym_RBRACE] = ACTIONS(4048), + [anon_sym_LPAREN] = ACTIONS(4048), + [anon_sym_COMMA] = ACTIONS(4048), + [anon_sym_LT] = ACTIONS(4046), + [anon_sym_GT] = ACTIONS(4046), + [anon_sym_where] = ACTIONS(4046), + [anon_sym_object] = ACTIONS(4046), + [anon_sym_fun] = ACTIONS(4046), + [anon_sym_DOT] = ACTIONS(4046), + [anon_sym_SEMI] = ACTIONS(4048), + [anon_sym_get] = ACTIONS(4046), + [anon_sym_set] = ACTIONS(4046), + [anon_sym_this] = ACTIONS(4046), + [anon_sym_super] = ACTIONS(4046), + [anon_sym_STAR] = ACTIONS(4046), + [sym_label] = ACTIONS(4046), + [anon_sym_in] = ACTIONS(4046), + [anon_sym_DOT_DOT] = ACTIONS(4048), + [anon_sym_QMARK_COLON] = ACTIONS(4048), + [anon_sym_AMP_AMP] = ACTIONS(4048), + [anon_sym_PIPE_PIPE] = ACTIONS(4048), + [anon_sym_null] = ACTIONS(4046), + [anon_sym_if] = ACTIONS(4046), + [anon_sym_else] = ACTIONS(4046), + [anon_sym_when] = ACTIONS(4046), + [anon_sym_try] = ACTIONS(4046), + [anon_sym_throw] = ACTIONS(4046), + [anon_sym_return] = ACTIONS(4046), + [anon_sym_continue] = ACTIONS(4046), + [anon_sym_break] = ACTIONS(4046), + [anon_sym_COLON_COLON] = ACTIONS(4048), + [anon_sym_PLUS_EQ] = ACTIONS(4048), + [anon_sym_DASH_EQ] = ACTIONS(4048), + [anon_sym_STAR_EQ] = ACTIONS(4048), + [anon_sym_SLASH_EQ] = ACTIONS(4048), + [anon_sym_PERCENT_EQ] = ACTIONS(4048), + [anon_sym_BANG_EQ] = ACTIONS(4046), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4048), + [anon_sym_EQ_EQ] = ACTIONS(4046), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4048), + [anon_sym_LT_EQ] = ACTIONS(4048), + [anon_sym_GT_EQ] = ACTIONS(4048), + [anon_sym_BANGin] = ACTIONS(4048), + [anon_sym_is] = ACTIONS(4046), + [anon_sym_BANGis] = ACTIONS(4048), + [anon_sym_PLUS] = ACTIONS(4046), + [anon_sym_DASH] = ACTIONS(4046), + [anon_sym_SLASH] = ACTIONS(4046), + [anon_sym_PERCENT] = ACTIONS(4046), + [anon_sym_as_QMARK] = ACTIONS(4048), + [anon_sym_PLUS_PLUS] = ACTIONS(4048), + [anon_sym_DASH_DASH] = ACTIONS(4048), + [anon_sym_BANG] = ACTIONS(4046), + [anon_sym_BANG_BANG] = ACTIONS(4048), + [anon_sym_suspend] = ACTIONS(4046), + [anon_sym_sealed] = ACTIONS(4046), + [anon_sym_annotation] = ACTIONS(4046), + [anon_sym_data] = ACTIONS(4046), + [anon_sym_inner] = ACTIONS(4046), + [anon_sym_value] = ACTIONS(4046), + [anon_sym_override] = ACTIONS(4046), + [anon_sym_lateinit] = ACTIONS(4046), + [anon_sym_public] = ACTIONS(4046), + [anon_sym_private] = ACTIONS(4046), + [anon_sym_internal] = ACTIONS(4046), + [anon_sym_protected] = ACTIONS(4046), + [anon_sym_tailrec] = ACTIONS(4046), + [anon_sym_operator] = ACTIONS(4046), + [anon_sym_infix] = ACTIONS(4046), + [anon_sym_inline] = ACTIONS(4046), + [anon_sym_external] = ACTIONS(4046), + [sym_property_modifier] = ACTIONS(4046), + [anon_sym_abstract] = ACTIONS(4046), + [anon_sym_final] = ACTIONS(4046), + [anon_sym_open] = ACTIONS(4046), + [anon_sym_vararg] = ACTIONS(4046), + [anon_sym_noinline] = ACTIONS(4046), + [anon_sym_crossinline] = ACTIONS(4046), + [anon_sym_expect] = ACTIONS(4046), + [anon_sym_actual] = ACTIONS(4046), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4048), + [anon_sym_continue_AT] = ACTIONS(4048), + [anon_sym_break_AT] = ACTIONS(4048), + [anon_sym_this_AT] = ACTIONS(4048), + [anon_sym_super_AT] = ACTIONS(4048), + [sym_real_literal] = ACTIONS(4048), + [sym_integer_literal] = ACTIONS(4046), + [sym_hex_literal] = ACTIONS(4048), + [sym_bin_literal] = ACTIONS(4048), + [anon_sym_true] = ACTIONS(4046), + [anon_sym_false] = ACTIONS(4046), + [anon_sym_SQUOTE] = ACTIONS(4048), + [sym__backtick_identifier] = ACTIONS(4048), + [sym__automatic_semicolon] = ACTIONS(4048), + [sym_safe_nav] = ACTIONS(4048), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4048), + }, + [1091] = { + [sym_getter] = STATE(5160), + [sym_setter] = STATE(5160), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4982), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(4980), - [anon_sym_get] = ACTIONS(4982), - [anon_sym_set] = ACTIONS(4984), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(4984), + [anon_sym_get] = ACTIONS(4986), + [anon_sym_set] = ACTIONS(4988), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(1814), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -173815,80 +174336,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1816), + [sym__automatic_semicolon] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1087] = { - [sym_getter] = STATE(5198), - [sym_setter] = STATE(5198), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [1092] = { + [sym_getter] = STATE(5085), + [sym_setter] = STATE(5085), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_RBRACE] = ACTIONS(1820), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4982), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(5010), - [anon_sym_get] = ACTIONS(4982), - [anon_sym_set] = ACTIONS(4984), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(5014), + [anon_sym_get] = ACTIONS(4986), + [anon_sym_set] = ACTIONS(4988), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(1808), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(1818), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -173921,80 +174442,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1810), + [sym__automatic_semicolon] = ACTIONS(1820), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1088] = { - [sym_getter] = STATE(5221), - [sym_setter] = STATE(5221), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [1093] = { + [sym_getter] = STATE(5094), + [sym_setter] = STATE(5094), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4982), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(5012), - [anon_sym_get] = ACTIONS(4982), - [anon_sym_set] = ACTIONS(4984), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(5016), + [anon_sym_get] = ACTIONS(4986), + [anon_sym_set] = ACTIONS(4988), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(1824), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -174027,80 +174548,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1826), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1089] = { - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [1094] = { + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_RBRACE] = ACTIONS(1812), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4982), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(5014), - [anon_sym_get] = ACTIONS(4982), - [anon_sym_set] = ACTIONS(4984), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(5018), + [anon_sym_get] = ACTIONS(4986), + [anon_sym_set] = ACTIONS(4988), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(1802), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(1810), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -174133,80 +174654,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1804), + [sym__automatic_semicolon] = ACTIONS(1812), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1090] = { - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [1095] = { + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4982), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(5016), - [anon_sym_get] = ACTIONS(4982), - [anon_sym_set] = ACTIONS(4984), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(5020), + [anon_sym_get] = ACTIONS(4986), + [anon_sym_set] = ACTIONS(4988), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(1790), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(1732), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -174239,45 +174760,151 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1091] = { - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [1096] = { + [sym__alpha_identifier] = ACTIONS(5022), + [anon_sym_AT] = ACTIONS(5024), + [anon_sym_LBRACK] = ACTIONS(5024), + [anon_sym_as] = ACTIONS(5022), + [anon_sym_EQ] = ACTIONS(5022), + [anon_sym_LBRACE] = ACTIONS(5024), + [anon_sym_RBRACE] = ACTIONS(5024), + [anon_sym_LPAREN] = ACTIONS(5024), + [anon_sym_COMMA] = ACTIONS(5024), + [anon_sym_LT] = ACTIONS(5022), + [anon_sym_GT] = ACTIONS(5022), + [anon_sym_where] = ACTIONS(5022), + [anon_sym_object] = ACTIONS(5022), + [anon_sym_fun] = ACTIONS(5022), + [anon_sym_DOT] = ACTIONS(5022), + [anon_sym_SEMI] = ACTIONS(5024), + [anon_sym_get] = ACTIONS(5022), + [anon_sym_set] = ACTIONS(5022), + [anon_sym_this] = ACTIONS(5022), + [anon_sym_super] = ACTIONS(5022), + [anon_sym_STAR] = ACTIONS(5022), + [sym_label] = ACTIONS(5022), + [anon_sym_in] = ACTIONS(5022), + [anon_sym_DOT_DOT] = ACTIONS(5024), + [anon_sym_QMARK_COLON] = ACTIONS(5024), + [anon_sym_AMP_AMP] = ACTIONS(5024), + [anon_sym_PIPE_PIPE] = ACTIONS(5024), + [anon_sym_null] = ACTIONS(5022), + [anon_sym_if] = ACTIONS(5022), + [anon_sym_else] = ACTIONS(5022), + [anon_sym_when] = ACTIONS(5022), + [anon_sym_try] = ACTIONS(5022), + [anon_sym_throw] = ACTIONS(5022), + [anon_sym_return] = ACTIONS(5022), + [anon_sym_continue] = ACTIONS(5022), + [anon_sym_break] = ACTIONS(5022), + [anon_sym_COLON_COLON] = ACTIONS(5024), + [anon_sym_PLUS_EQ] = ACTIONS(5024), + [anon_sym_DASH_EQ] = ACTIONS(5024), + [anon_sym_STAR_EQ] = ACTIONS(5024), + [anon_sym_SLASH_EQ] = ACTIONS(5024), + [anon_sym_PERCENT_EQ] = ACTIONS(5024), + [anon_sym_BANG_EQ] = ACTIONS(5022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5024), + [anon_sym_EQ_EQ] = ACTIONS(5022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5024), + [anon_sym_LT_EQ] = ACTIONS(5024), + [anon_sym_GT_EQ] = ACTIONS(5024), + [anon_sym_BANGin] = ACTIONS(5024), + [anon_sym_is] = ACTIONS(5022), + [anon_sym_BANGis] = ACTIONS(5024), + [anon_sym_PLUS] = ACTIONS(5022), + [anon_sym_DASH] = ACTIONS(5022), + [anon_sym_SLASH] = ACTIONS(5022), + [anon_sym_PERCENT] = ACTIONS(5022), + [anon_sym_as_QMARK] = ACTIONS(5024), + [anon_sym_PLUS_PLUS] = ACTIONS(5024), + [anon_sym_DASH_DASH] = ACTIONS(5024), + [anon_sym_BANG] = ACTIONS(5022), + [anon_sym_BANG_BANG] = ACTIONS(5024), + [anon_sym_suspend] = ACTIONS(5022), + [anon_sym_sealed] = ACTIONS(5022), + [anon_sym_annotation] = ACTIONS(5022), + [anon_sym_data] = ACTIONS(5022), + [anon_sym_inner] = ACTIONS(5022), + [anon_sym_value] = ACTIONS(5022), + [anon_sym_override] = ACTIONS(5022), + [anon_sym_lateinit] = ACTIONS(5022), + [anon_sym_public] = ACTIONS(5022), + [anon_sym_private] = ACTIONS(5022), + [anon_sym_internal] = ACTIONS(5022), + [anon_sym_protected] = ACTIONS(5022), + [anon_sym_tailrec] = ACTIONS(5022), + [anon_sym_operator] = ACTIONS(5022), + [anon_sym_infix] = ACTIONS(5022), + [anon_sym_inline] = ACTIONS(5022), + [anon_sym_external] = ACTIONS(5022), + [sym_property_modifier] = ACTIONS(5022), + [anon_sym_abstract] = ACTIONS(5022), + [anon_sym_final] = ACTIONS(5022), + [anon_sym_open] = ACTIONS(5022), + [anon_sym_vararg] = ACTIONS(5022), + [anon_sym_noinline] = ACTIONS(5022), + [anon_sym_crossinline] = ACTIONS(5022), + [anon_sym_expect] = ACTIONS(5022), + [anon_sym_actual] = ACTIONS(5022), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5024), + [anon_sym_continue_AT] = ACTIONS(5024), + [anon_sym_break_AT] = ACTIONS(5024), + [anon_sym_this_AT] = ACTIONS(5024), + [anon_sym_super_AT] = ACTIONS(5024), + [sym_real_literal] = ACTIONS(5024), + [sym_integer_literal] = ACTIONS(5022), + [sym_hex_literal] = ACTIONS(5024), + [sym_bin_literal] = ACTIONS(5024), + [anon_sym_true] = ACTIONS(5022), + [anon_sym_false] = ACTIONS(5022), + [anon_sym_SQUOTE] = ACTIONS(5024), + [sym__backtick_identifier] = ACTIONS(5024), + [sym__automatic_semicolon] = ACTIONS(5024), + [sym_safe_nav] = ACTIONS(5024), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5024), + }, + [1097] = { + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), @@ -174286,33 +174913,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4982), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(5018), - [anon_sym_get] = ACTIONS(4982), - [anon_sym_set] = ACTIONS(4984), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(5026), + [anon_sym_get] = ACTIONS(4986), + [anon_sym_set] = ACTIONS(4988), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), [anon_sym_else] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -174349,2127 +174976,113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1092] = { - [sym__alpha_identifier] = ACTIONS(5020), - [anon_sym_AT] = ACTIONS(5022), - [anon_sym_LBRACK] = ACTIONS(5022), - [anon_sym_as] = ACTIONS(5020), - [anon_sym_EQ] = ACTIONS(5020), - [anon_sym_LBRACE] = ACTIONS(5022), - [anon_sym_RBRACE] = ACTIONS(5022), - [anon_sym_LPAREN] = ACTIONS(5022), - [anon_sym_COMMA] = ACTIONS(5022), - [anon_sym_LT] = ACTIONS(5020), - [anon_sym_GT] = ACTIONS(5020), - [anon_sym_where] = ACTIONS(5020), - [anon_sym_object] = ACTIONS(5020), - [anon_sym_fun] = ACTIONS(5020), - [anon_sym_DOT] = ACTIONS(5020), - [anon_sym_SEMI] = ACTIONS(5022), - [anon_sym_get] = ACTIONS(5020), - [anon_sym_set] = ACTIONS(5020), - [anon_sym_this] = ACTIONS(5020), - [anon_sym_super] = ACTIONS(5020), - [anon_sym_STAR] = ACTIONS(5020), - [sym_label] = ACTIONS(5020), - [anon_sym_in] = ACTIONS(5020), - [anon_sym_DOT_DOT] = ACTIONS(5022), - [anon_sym_QMARK_COLON] = ACTIONS(5022), - [anon_sym_AMP_AMP] = ACTIONS(5022), - [anon_sym_PIPE_PIPE] = ACTIONS(5022), - [anon_sym_null] = ACTIONS(5020), - [anon_sym_if] = ACTIONS(5020), - [anon_sym_else] = ACTIONS(5020), - [anon_sym_when] = ACTIONS(5020), - [anon_sym_try] = ACTIONS(5020), - [anon_sym_throw] = ACTIONS(5020), - [anon_sym_return] = ACTIONS(5020), - [anon_sym_continue] = ACTIONS(5020), - [anon_sym_break] = ACTIONS(5020), - [anon_sym_COLON_COLON] = ACTIONS(5022), - [anon_sym_PLUS_EQ] = ACTIONS(5022), - [anon_sym_DASH_EQ] = ACTIONS(5022), - [anon_sym_STAR_EQ] = ACTIONS(5022), - [anon_sym_SLASH_EQ] = ACTIONS(5022), - [anon_sym_PERCENT_EQ] = ACTIONS(5022), - [anon_sym_BANG_EQ] = ACTIONS(5020), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5022), - [anon_sym_EQ_EQ] = ACTIONS(5020), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5022), - [anon_sym_LT_EQ] = ACTIONS(5022), - [anon_sym_GT_EQ] = ACTIONS(5022), - [anon_sym_BANGin] = ACTIONS(5022), - [anon_sym_is] = ACTIONS(5020), - [anon_sym_BANGis] = ACTIONS(5022), - [anon_sym_PLUS] = ACTIONS(5020), - [anon_sym_DASH] = ACTIONS(5020), - [anon_sym_SLASH] = ACTIONS(5020), - [anon_sym_PERCENT] = ACTIONS(5020), - [anon_sym_as_QMARK] = ACTIONS(5022), - [anon_sym_PLUS_PLUS] = ACTIONS(5022), - [anon_sym_DASH_DASH] = ACTIONS(5022), - [anon_sym_BANG] = ACTIONS(5020), - [anon_sym_BANG_BANG] = ACTIONS(5022), - [anon_sym_suspend] = ACTIONS(5020), - [anon_sym_sealed] = ACTIONS(5020), - [anon_sym_annotation] = ACTIONS(5020), - [anon_sym_data] = ACTIONS(5020), - [anon_sym_inner] = ACTIONS(5020), - [anon_sym_value] = ACTIONS(5020), - [anon_sym_override] = ACTIONS(5020), - [anon_sym_lateinit] = ACTIONS(5020), - [anon_sym_public] = ACTIONS(5020), - [anon_sym_private] = ACTIONS(5020), - [anon_sym_internal] = ACTIONS(5020), - [anon_sym_protected] = ACTIONS(5020), - [anon_sym_tailrec] = ACTIONS(5020), - [anon_sym_operator] = ACTIONS(5020), - [anon_sym_infix] = ACTIONS(5020), - [anon_sym_inline] = ACTIONS(5020), - [anon_sym_external] = ACTIONS(5020), - [sym_property_modifier] = ACTIONS(5020), - [anon_sym_abstract] = ACTIONS(5020), - [anon_sym_final] = ACTIONS(5020), - [anon_sym_open] = ACTIONS(5020), - [anon_sym_vararg] = ACTIONS(5020), - [anon_sym_noinline] = ACTIONS(5020), - [anon_sym_crossinline] = ACTIONS(5020), - [anon_sym_expect] = ACTIONS(5020), - [anon_sym_actual] = ACTIONS(5020), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5022), - [anon_sym_continue_AT] = ACTIONS(5022), - [anon_sym_break_AT] = ACTIONS(5022), - [anon_sym_this_AT] = ACTIONS(5022), - [anon_sym_super_AT] = ACTIONS(5022), - [sym_real_literal] = ACTIONS(5022), - [sym_integer_literal] = ACTIONS(5020), - [sym_hex_literal] = ACTIONS(5022), - [sym_bin_literal] = ACTIONS(5022), - [anon_sym_true] = ACTIONS(5020), - [anon_sym_false] = ACTIONS(5020), - [anon_sym_SQUOTE] = ACTIONS(5022), - [sym__backtick_identifier] = ACTIONS(5022), - [sym__automatic_semicolon] = ACTIONS(5022), - [sym_safe_nav] = ACTIONS(5022), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5022), - }, - [1093] = { - [sym_function_body] = STATE(1085), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_object] = ACTIONS(4439), - [anon_sym_fun] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_this] = ACTIONS(4439), - [anon_sym_super] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4439), - [sym_label] = ACTIONS(4439), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_null] = ACTIONS(4439), - [anon_sym_if] = ACTIONS(4439), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_when] = ACTIONS(4439), - [anon_sym_try] = ACTIONS(4439), - [anon_sym_throw] = ACTIONS(4439), - [anon_sym_return] = ACTIONS(4439), - [anon_sym_continue] = ACTIONS(4439), - [anon_sym_break] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_PLUS_EQ] = ACTIONS(4441), - [anon_sym_DASH_EQ] = ACTIONS(4441), - [anon_sym_STAR_EQ] = ACTIONS(4441), - [anon_sym_SLASH_EQ] = ACTIONS(4441), - [anon_sym_PERCENT_EQ] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4439), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG] = ACTIONS(4439), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_suspend] = ACTIONS(4439), - [anon_sym_sealed] = ACTIONS(4439), - [anon_sym_annotation] = ACTIONS(4439), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_override] = ACTIONS(4439), - [anon_sym_lateinit] = ACTIONS(4439), - [anon_sym_public] = ACTIONS(4439), - [anon_sym_private] = ACTIONS(4439), - [anon_sym_internal] = ACTIONS(4439), - [anon_sym_protected] = ACTIONS(4439), - [anon_sym_tailrec] = ACTIONS(4439), - [anon_sym_operator] = ACTIONS(4439), - [anon_sym_infix] = ACTIONS(4439), - [anon_sym_inline] = ACTIONS(4439), - [anon_sym_external] = ACTIONS(4439), - [sym_property_modifier] = ACTIONS(4439), - [anon_sym_abstract] = ACTIONS(4439), - [anon_sym_final] = ACTIONS(4439), - [anon_sym_open] = ACTIONS(4439), - [anon_sym_vararg] = ACTIONS(4439), - [anon_sym_noinline] = ACTIONS(4439), - [anon_sym_crossinline] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4441), - [anon_sym_continue_AT] = ACTIONS(4441), - [anon_sym_break_AT] = ACTIONS(4441), - [anon_sym_this_AT] = ACTIONS(4441), - [anon_sym_super_AT] = ACTIONS(4441), - [sym_real_literal] = ACTIONS(4441), - [sym_integer_literal] = ACTIONS(4439), - [sym_hex_literal] = ACTIONS(4441), - [sym_bin_literal] = ACTIONS(4441), - [anon_sym_true] = ACTIONS(4439), - [anon_sym_false] = ACTIONS(4439), - [anon_sym_SQUOTE] = ACTIONS(4441), - [sym__backtick_identifier] = ACTIONS(4441), - [sym__automatic_semicolon] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4441), - }, - [1094] = { - [sym__alpha_identifier] = ACTIONS(5024), - [anon_sym_AT] = ACTIONS(5026), - [anon_sym_LBRACK] = ACTIONS(5026), - [anon_sym_as] = ACTIONS(5024), - [anon_sym_EQ] = ACTIONS(5024), - [anon_sym_LBRACE] = ACTIONS(5026), - [anon_sym_RBRACE] = ACTIONS(5026), - [anon_sym_LPAREN] = ACTIONS(5026), - [anon_sym_COMMA] = ACTIONS(5026), - [anon_sym_LT] = ACTIONS(5024), - [anon_sym_GT] = ACTIONS(5024), - [anon_sym_where] = ACTIONS(5024), - [anon_sym_object] = ACTIONS(5024), - [anon_sym_fun] = ACTIONS(5024), - [anon_sym_DOT] = ACTIONS(5024), - [anon_sym_SEMI] = ACTIONS(5026), - [anon_sym_get] = ACTIONS(5024), - [anon_sym_set] = ACTIONS(5024), - [anon_sym_this] = ACTIONS(5024), - [anon_sym_super] = ACTIONS(5024), - [anon_sym_STAR] = ACTIONS(5024), - [sym_label] = ACTIONS(5024), - [anon_sym_in] = ACTIONS(5024), - [anon_sym_DOT_DOT] = ACTIONS(5026), - [anon_sym_QMARK_COLON] = ACTIONS(5026), - [anon_sym_AMP_AMP] = ACTIONS(5026), - [anon_sym_PIPE_PIPE] = ACTIONS(5026), - [anon_sym_null] = ACTIONS(5024), - [anon_sym_if] = ACTIONS(5024), - [anon_sym_else] = ACTIONS(5024), - [anon_sym_when] = ACTIONS(5024), - [anon_sym_try] = ACTIONS(5024), - [anon_sym_throw] = ACTIONS(5024), - [anon_sym_return] = ACTIONS(5024), - [anon_sym_continue] = ACTIONS(5024), - [anon_sym_break] = ACTIONS(5024), - [anon_sym_COLON_COLON] = ACTIONS(5028), - [anon_sym_PLUS_EQ] = ACTIONS(5026), - [anon_sym_DASH_EQ] = ACTIONS(5026), - [anon_sym_STAR_EQ] = ACTIONS(5026), - [anon_sym_SLASH_EQ] = ACTIONS(5026), - [anon_sym_PERCENT_EQ] = ACTIONS(5026), - [anon_sym_BANG_EQ] = ACTIONS(5024), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5026), - [anon_sym_EQ_EQ] = ACTIONS(5024), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5026), - [anon_sym_LT_EQ] = ACTIONS(5026), - [anon_sym_GT_EQ] = ACTIONS(5026), - [anon_sym_BANGin] = ACTIONS(5026), - [anon_sym_is] = ACTIONS(5024), - [anon_sym_BANGis] = ACTIONS(5026), - [anon_sym_PLUS] = ACTIONS(5024), - [anon_sym_DASH] = ACTIONS(5024), - [anon_sym_SLASH] = ACTIONS(5024), - [anon_sym_PERCENT] = ACTIONS(5024), - [anon_sym_as_QMARK] = ACTIONS(5026), - [anon_sym_PLUS_PLUS] = ACTIONS(5026), - [anon_sym_DASH_DASH] = ACTIONS(5026), - [anon_sym_BANG] = ACTIONS(5024), - [anon_sym_BANG_BANG] = ACTIONS(5026), - [anon_sym_suspend] = ACTIONS(5024), - [anon_sym_sealed] = ACTIONS(5024), - [anon_sym_annotation] = ACTIONS(5024), - [anon_sym_data] = ACTIONS(5024), - [anon_sym_inner] = ACTIONS(5024), - [anon_sym_value] = ACTIONS(5024), - [anon_sym_override] = ACTIONS(5024), - [anon_sym_lateinit] = ACTIONS(5024), - [anon_sym_public] = ACTIONS(5024), - [anon_sym_private] = ACTIONS(5024), - [anon_sym_internal] = ACTIONS(5024), - [anon_sym_protected] = ACTIONS(5024), - [anon_sym_tailrec] = ACTIONS(5024), - [anon_sym_operator] = ACTIONS(5024), - [anon_sym_infix] = ACTIONS(5024), - [anon_sym_inline] = ACTIONS(5024), - [anon_sym_external] = ACTIONS(5024), - [sym_property_modifier] = ACTIONS(5024), - [anon_sym_abstract] = ACTIONS(5024), - [anon_sym_final] = ACTIONS(5024), - [anon_sym_open] = ACTIONS(5024), - [anon_sym_vararg] = ACTIONS(5024), - [anon_sym_noinline] = ACTIONS(5024), - [anon_sym_crossinline] = ACTIONS(5024), - [anon_sym_expect] = ACTIONS(5024), - [anon_sym_actual] = ACTIONS(5024), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5026), - [anon_sym_continue_AT] = ACTIONS(5026), - [anon_sym_break_AT] = ACTIONS(5026), - [anon_sym_this_AT] = ACTIONS(5026), - [anon_sym_super_AT] = ACTIONS(5026), - [sym_real_literal] = ACTIONS(5026), - [sym_integer_literal] = ACTIONS(5024), - [sym_hex_literal] = ACTIONS(5026), - [sym_bin_literal] = ACTIONS(5026), - [anon_sym_true] = ACTIONS(5024), - [anon_sym_false] = ACTIONS(5024), - [anon_sym_SQUOTE] = ACTIONS(5026), - [sym__backtick_identifier] = ACTIONS(5026), - [sym__automatic_semicolon] = ACTIONS(5026), - [sym_safe_nav] = ACTIONS(5026), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5026), - }, - [1095] = { - [sym_function_body] = STATE(1123), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_object] = ACTIONS(4299), - [anon_sym_fun] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_this] = ACTIONS(4299), - [anon_sym_super] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [sym_label] = ACTIONS(4299), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_null] = ACTIONS(4299), - [anon_sym_if] = ACTIONS(4299), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_when] = ACTIONS(4299), - [anon_sym_try] = ACTIONS(4299), - [anon_sym_throw] = ACTIONS(4299), - [anon_sym_return] = ACTIONS(4299), - [anon_sym_continue] = ACTIONS(4299), - [anon_sym_break] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG] = ACTIONS(4299), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4301), - [anon_sym_continue_AT] = ACTIONS(4301), - [anon_sym_break_AT] = ACTIONS(4301), - [anon_sym_this_AT] = ACTIONS(4301), - [anon_sym_super_AT] = ACTIONS(4301), - [sym_real_literal] = ACTIONS(4301), - [sym_integer_literal] = ACTIONS(4299), - [sym_hex_literal] = ACTIONS(4301), - [sym_bin_literal] = ACTIONS(4301), - [anon_sym_true] = ACTIONS(4299), - [anon_sym_false] = ACTIONS(4299), - [anon_sym_SQUOTE] = ACTIONS(4301), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4301), - }, - [1096] = { - [sym_function_body] = STATE(1132), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_object] = ACTIONS(4295), - [anon_sym_fun] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_this] = ACTIONS(4295), - [anon_sym_super] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [sym_label] = ACTIONS(4295), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_null] = ACTIONS(4295), - [anon_sym_if] = ACTIONS(4295), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_when] = ACTIONS(4295), - [anon_sym_try] = ACTIONS(4295), - [anon_sym_throw] = ACTIONS(4295), - [anon_sym_return] = ACTIONS(4295), - [anon_sym_continue] = ACTIONS(4295), - [anon_sym_break] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), + [1098] = { + [sym_function_body] = STATE(1131), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4485), + [anon_sym_AT] = ACTIONS(4487), + [anon_sym_LBRACK] = ACTIONS(4487), + [anon_sym_as] = ACTIONS(4485), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4487), + [anon_sym_LPAREN] = ACTIONS(4487), + [anon_sym_LT] = ACTIONS(4485), + [anon_sym_GT] = 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_value] = 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(4297), - [anon_sym_continue_AT] = ACTIONS(4297), - [anon_sym_break_AT] = ACTIONS(4297), - [anon_sym_this_AT] = ACTIONS(4297), - [anon_sym_super_AT] = ACTIONS(4297), - [sym_real_literal] = ACTIONS(4297), - [sym_integer_literal] = ACTIONS(4295), - [sym_hex_literal] = ACTIONS(4297), - [sym_bin_literal] = ACTIONS(4297), - [anon_sym_true] = ACTIONS(4295), - [anon_sym_false] = ACTIONS(4295), - [anon_sym_SQUOTE] = ACTIONS(4297), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [anon_sym_return_AT] = ACTIONS(4487), + [anon_sym_continue_AT] = ACTIONS(4487), + [anon_sym_break_AT] = ACTIONS(4487), + [anon_sym_this_AT] = ACTIONS(4487), + [anon_sym_super_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(4297), - }, - [1097] = { - [sym__alpha_identifier] = ACTIONS(5031), - [anon_sym_AT] = ACTIONS(5033), - [anon_sym_LBRACK] = 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_LT] = ACTIONS(5031), - [anon_sym_GT] = ACTIONS(5031), - [anon_sym_where] = ACTIONS(5031), - [anon_sym_object] = ACTIONS(5031), - [anon_sym_fun] = ACTIONS(5031), - [anon_sym_DOT] = ACTIONS(5031), - [anon_sym_SEMI] = ACTIONS(5033), - [anon_sym_get] = ACTIONS(5031), - [anon_sym_set] = ACTIONS(5031), - [anon_sym_this] = ACTIONS(5031), - [anon_sym_super] = ACTIONS(5031), - [anon_sym_STAR] = ACTIONS(5031), - [sym_label] = ACTIONS(5031), - [anon_sym_in] = 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_null] = ACTIONS(5031), - [anon_sym_if] = ACTIONS(5031), - [anon_sym_else] = ACTIONS(5031), - [anon_sym_when] = ACTIONS(5031), - [anon_sym_try] = ACTIONS(5031), - [anon_sym_throw] = ACTIONS(5031), - [anon_sym_return] = ACTIONS(5031), - [anon_sym_continue] = ACTIONS(5031), - [anon_sym_break] = 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] = ACTIONS(5031), - [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_value] = 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), - [anon_sym_return_AT] = ACTIONS(5033), - [anon_sym_continue_AT] = ACTIONS(5033), - [anon_sym_break_AT] = ACTIONS(5033), - [anon_sym_this_AT] = ACTIONS(5033), - [anon_sym_super_AT] = ACTIONS(5033), - [sym_real_literal] = ACTIONS(5033), - [sym_integer_literal] = ACTIONS(5031), - [sym_hex_literal] = ACTIONS(5033), - [sym_bin_literal] = ACTIONS(5033), - [anon_sym_true] = ACTIONS(5031), - [anon_sym_false] = ACTIONS(5031), - [anon_sym_SQUOTE] = ACTIONS(5033), - [sym__backtick_identifier] = ACTIONS(5033), - [sym__automatic_semicolon] = ACTIONS(5033), - [sym_safe_nav] = ACTIONS(5033), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5033), - }, - [1098] = { - [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_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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5037), - [anon_sym_super_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), + [sym__string_start] = ACTIONS(4487), }, [1099] = { - [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_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_value] = 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), - [anon_sym_return_AT] = ACTIONS(5041), - [anon_sym_continue_AT] = ACTIONS(5041), - [anon_sym_break_AT] = ACTIONS(5041), - [anon_sym_this_AT] = ACTIONS(5041), - [anon_sym_super_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), - }, - [1100] = { - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), - }, - [1101] = { - [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_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_value] = 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), - [anon_sym_return_AT] = ACTIONS(5045), - [anon_sym_continue_AT] = ACTIONS(5045), - [anon_sym_break_AT] = ACTIONS(5045), - [anon_sym_this_AT] = ACTIONS(5045), - [anon_sym_super_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(5045), - }, - [1102] = { - [sym_function_body] = STATE(1081), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), - }, - [1103] = { - [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_object] = ACTIONS(5047), - [anon_sym_fun] = ACTIONS(5047), - [anon_sym_DOT] = ACTIONS(5047), - [anon_sym_SEMI] = ACTIONS(5049), - [anon_sym_get] = ACTIONS(5047), - [anon_sym_set] = ACTIONS(5047), - [anon_sym_this] = ACTIONS(5047), - [anon_sym_super] = ACTIONS(5047), - [anon_sym_STAR] = ACTIONS(5047), - [sym_label] = ACTIONS(5047), - [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_null] = ACTIONS(5047), - [anon_sym_if] = ACTIONS(5047), - [anon_sym_else] = ACTIONS(5047), - [anon_sym_when] = ACTIONS(5047), - [anon_sym_try] = ACTIONS(5047), - [anon_sym_throw] = ACTIONS(5047), - [anon_sym_return] = ACTIONS(5047), - [anon_sym_continue] = ACTIONS(5047), - [anon_sym_break] = 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] = ACTIONS(5047), - [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_value] = 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), - [anon_sym_return_AT] = ACTIONS(5049), - [anon_sym_continue_AT] = ACTIONS(5049), - [anon_sym_break_AT] = ACTIONS(5049), - [anon_sym_this_AT] = ACTIONS(5049), - [anon_sym_super_AT] = ACTIONS(5049), - [sym_real_literal] = ACTIONS(5049), - [sym_integer_literal] = ACTIONS(5047), - [sym_hex_literal] = ACTIONS(5049), - [sym_bin_literal] = ACTIONS(5049), - [anon_sym_true] = ACTIONS(5047), - [anon_sym_false] = ACTIONS(5047), - [anon_sym_SQUOTE] = ACTIONS(5049), - [sym__backtick_identifier] = ACTIONS(5049), - [sym__automatic_semicolon] = ACTIONS(5049), - [sym_safe_nav] = ACTIONS(5049), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5049), - }, - [1104] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5053), - [anon_sym_super_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), - }, - [1105] = { - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [1106] = { - [sym__alpha_identifier] = ACTIONS(5024), - [anon_sym_AT] = ACTIONS(5026), - [anon_sym_LBRACK] = ACTIONS(5026), - [anon_sym_as] = ACTIONS(5024), - [anon_sym_EQ] = ACTIONS(5055), - [anon_sym_LBRACE] = ACTIONS(5026), - [anon_sym_RBRACE] = ACTIONS(5026), - [anon_sym_LPAREN] = ACTIONS(5026), - [anon_sym_COMMA] = ACTIONS(5026), - [anon_sym_LT] = ACTIONS(5024), - [anon_sym_GT] = ACTIONS(5024), - [anon_sym_where] = ACTIONS(5024), - [anon_sym_object] = ACTIONS(5024), - [anon_sym_fun] = ACTIONS(5024), - [anon_sym_DOT] = ACTIONS(5024), - [anon_sym_SEMI] = ACTIONS(5026), - [anon_sym_get] = ACTIONS(5024), - [anon_sym_set] = ACTIONS(5024), - [anon_sym_this] = ACTIONS(5024), - [anon_sym_super] = ACTIONS(5024), - [anon_sym_STAR] = ACTIONS(5024), - [sym_label] = ACTIONS(5024), - [anon_sym_in] = ACTIONS(5024), - [anon_sym_DOT_DOT] = ACTIONS(5026), - [anon_sym_QMARK_COLON] = ACTIONS(5026), - [anon_sym_AMP_AMP] = ACTIONS(5026), - [anon_sym_PIPE_PIPE] = ACTIONS(5026), - [anon_sym_null] = ACTIONS(5024), - [anon_sym_if] = ACTIONS(5024), - [anon_sym_else] = ACTIONS(5024), - [anon_sym_when] = ACTIONS(5024), - [anon_sym_try] = ACTIONS(5024), - [anon_sym_throw] = ACTIONS(5024), - [anon_sym_return] = ACTIONS(5024), - [anon_sym_continue] = ACTIONS(5024), - [anon_sym_break] = ACTIONS(5024), - [anon_sym_COLON_COLON] = ACTIONS(5028), - [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(5024), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5026), - [anon_sym_EQ_EQ] = ACTIONS(5024), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5026), - [anon_sym_LT_EQ] = ACTIONS(5026), - [anon_sym_GT_EQ] = ACTIONS(5026), - [anon_sym_BANGin] = ACTIONS(5026), - [anon_sym_is] = ACTIONS(5024), - [anon_sym_BANGis] = ACTIONS(5026), - [anon_sym_PLUS] = ACTIONS(5024), - [anon_sym_DASH] = ACTIONS(5024), - [anon_sym_SLASH] = ACTIONS(5024), - [anon_sym_PERCENT] = ACTIONS(5024), - [anon_sym_as_QMARK] = ACTIONS(5026), - [anon_sym_PLUS_PLUS] = ACTIONS(5026), - [anon_sym_DASH_DASH] = ACTIONS(5026), - [anon_sym_BANG] = ACTIONS(5024), - [anon_sym_BANG_BANG] = ACTIONS(5026), - [anon_sym_suspend] = ACTIONS(5024), - [anon_sym_sealed] = ACTIONS(5024), - [anon_sym_annotation] = ACTIONS(5024), - [anon_sym_data] = ACTIONS(5024), - [anon_sym_inner] = ACTIONS(5024), - [anon_sym_value] = ACTIONS(5024), - [anon_sym_override] = ACTIONS(5024), - [anon_sym_lateinit] = ACTIONS(5024), - [anon_sym_public] = ACTIONS(5024), - [anon_sym_private] = ACTIONS(5024), - [anon_sym_internal] = ACTIONS(5024), - [anon_sym_protected] = ACTIONS(5024), - [anon_sym_tailrec] = ACTIONS(5024), - [anon_sym_operator] = ACTIONS(5024), - [anon_sym_infix] = ACTIONS(5024), - [anon_sym_inline] = ACTIONS(5024), - [anon_sym_external] = ACTIONS(5024), - [sym_property_modifier] = ACTIONS(5024), - [anon_sym_abstract] = ACTIONS(5024), - [anon_sym_final] = ACTIONS(5024), - [anon_sym_open] = ACTIONS(5024), - [anon_sym_vararg] = ACTIONS(5024), - [anon_sym_noinline] = ACTIONS(5024), - [anon_sym_crossinline] = ACTIONS(5024), - [anon_sym_expect] = ACTIONS(5024), - [anon_sym_actual] = ACTIONS(5024), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5026), - [anon_sym_continue_AT] = ACTIONS(5026), - [anon_sym_break_AT] = ACTIONS(5026), - [anon_sym_this_AT] = ACTIONS(5026), - [anon_sym_super_AT] = ACTIONS(5026), - [sym_real_literal] = ACTIONS(5026), - [sym_integer_literal] = ACTIONS(5024), - [sym_hex_literal] = ACTIONS(5026), - [sym_bin_literal] = ACTIONS(5026), - [anon_sym_true] = ACTIONS(5024), - [anon_sym_false] = ACTIONS(5024), - [anon_sym_SQUOTE] = ACTIONS(5026), - [sym__backtick_identifier] = ACTIONS(5026), - [sym__automatic_semicolon] = ACTIONS(5026), - [sym_safe_nav] = ACTIONS(5026), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5026), - }, - [1107] = { - [sym_function_body] = STATE(1185), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_object] = ACTIONS(4137), - [anon_sym_fun] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_this] = ACTIONS(4137), - [anon_sym_super] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [sym_label] = ACTIONS(4137), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(4137), - [anon_sym_if] = ACTIONS(4137), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_when] = ACTIONS(4137), - [anon_sym_try] = ACTIONS(4137), - [anon_sym_throw] = ACTIONS(4137), - [anon_sym_return] = ACTIONS(4137), - [anon_sym_continue] = ACTIONS(4137), - [anon_sym_break] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4137), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4139), - [anon_sym_continue_AT] = ACTIONS(4139), - [anon_sym_break_AT] = ACTIONS(4139), - [anon_sym_this_AT] = ACTIONS(4139), - [anon_sym_super_AT] = ACTIONS(4139), - [sym_real_literal] = ACTIONS(4139), - [sym_integer_literal] = ACTIONS(4137), - [sym_hex_literal] = ACTIONS(4139), - [sym_bin_literal] = ACTIONS(4139), - [anon_sym_true] = ACTIONS(4137), - [anon_sym_false] = ACTIONS(4137), - [anon_sym_SQUOTE] = ACTIONS(4139), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4139), - }, - [1108] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5061), - [anon_sym_super_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), - }, - [1109] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5065), - [anon_sym_super_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), - }, - [1110] = { - [sym__alpha_identifier] = ACTIONS(4028), - [anon_sym_AT] = ACTIONS(4030), - [anon_sym_LBRACK] = ACTIONS(4030), - [anon_sym_as] = ACTIONS(4028), - [anon_sym_EQ] = ACTIONS(4028), - [anon_sym_LBRACE] = ACTIONS(4030), - [anon_sym_RBRACE] = ACTIONS(4030), - [anon_sym_LPAREN] = ACTIONS(4030), - [anon_sym_COMMA] = ACTIONS(4030), - [anon_sym_LT] = ACTIONS(4028), - [anon_sym_GT] = ACTIONS(4028), - [anon_sym_where] = ACTIONS(4028), - [anon_sym_object] = ACTIONS(4028), - [anon_sym_fun] = ACTIONS(4028), - [anon_sym_DOT] = ACTIONS(4028), - [anon_sym_SEMI] = ACTIONS(4030), - [anon_sym_get] = ACTIONS(4028), - [anon_sym_set] = ACTIONS(4028), - [anon_sym_this] = ACTIONS(4028), - [anon_sym_super] = ACTIONS(4028), - [anon_sym_STAR] = ACTIONS(4028), - [sym_label] = ACTIONS(4028), - [anon_sym_in] = ACTIONS(4028), - [anon_sym_DOT_DOT] = ACTIONS(4030), - [anon_sym_QMARK_COLON] = ACTIONS(4030), - [anon_sym_AMP_AMP] = ACTIONS(4030), - [anon_sym_PIPE_PIPE] = ACTIONS(4030), - [anon_sym_null] = ACTIONS(4028), - [anon_sym_if] = ACTIONS(4028), - [anon_sym_else] = ACTIONS(4028), - [anon_sym_when] = ACTIONS(4028), - [anon_sym_try] = ACTIONS(4028), - [anon_sym_throw] = ACTIONS(4028), - [anon_sym_return] = ACTIONS(4028), - [anon_sym_continue] = ACTIONS(4028), - [anon_sym_break] = ACTIONS(4028), - [anon_sym_COLON_COLON] = ACTIONS(4030), - [anon_sym_PLUS_EQ] = ACTIONS(4030), - [anon_sym_DASH_EQ] = ACTIONS(4030), - [anon_sym_STAR_EQ] = ACTIONS(4030), - [anon_sym_SLASH_EQ] = ACTIONS(4030), - [anon_sym_PERCENT_EQ] = ACTIONS(4030), - [anon_sym_BANG_EQ] = ACTIONS(4028), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4030), - [anon_sym_EQ_EQ] = ACTIONS(4028), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4030), - [anon_sym_LT_EQ] = ACTIONS(4030), - [anon_sym_GT_EQ] = ACTIONS(4030), - [anon_sym_BANGin] = ACTIONS(4030), - [anon_sym_is] = ACTIONS(4028), - [anon_sym_BANGis] = ACTIONS(4030), - [anon_sym_PLUS] = ACTIONS(4028), - [anon_sym_DASH] = ACTIONS(4028), - [anon_sym_SLASH] = ACTIONS(4028), - [anon_sym_PERCENT] = ACTIONS(4028), - [anon_sym_as_QMARK] = ACTIONS(4030), - [anon_sym_PLUS_PLUS] = ACTIONS(4030), - [anon_sym_DASH_DASH] = ACTIONS(4030), - [anon_sym_BANG] = ACTIONS(4028), - [anon_sym_BANG_BANG] = ACTIONS(4030), - [anon_sym_suspend] = ACTIONS(4028), - [anon_sym_sealed] = ACTIONS(4028), - [anon_sym_annotation] = ACTIONS(4028), - [anon_sym_data] = ACTIONS(4028), - [anon_sym_inner] = ACTIONS(4028), - [anon_sym_value] = ACTIONS(4028), - [anon_sym_override] = ACTIONS(4028), - [anon_sym_lateinit] = ACTIONS(4028), - [anon_sym_public] = ACTIONS(4028), - [anon_sym_private] = ACTIONS(4028), - [anon_sym_internal] = ACTIONS(4028), - [anon_sym_protected] = ACTIONS(4028), - [anon_sym_tailrec] = ACTIONS(4028), - [anon_sym_operator] = ACTIONS(4028), - [anon_sym_infix] = ACTIONS(4028), - [anon_sym_inline] = ACTIONS(4028), - [anon_sym_external] = ACTIONS(4028), - [sym_property_modifier] = ACTIONS(4028), - [anon_sym_abstract] = ACTIONS(4028), - [anon_sym_final] = ACTIONS(4028), - [anon_sym_open] = ACTIONS(4028), - [anon_sym_vararg] = ACTIONS(4028), - [anon_sym_noinline] = ACTIONS(4028), - [anon_sym_crossinline] = ACTIONS(4028), - [anon_sym_expect] = ACTIONS(4028), - [anon_sym_actual] = ACTIONS(4028), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4030), - [anon_sym_continue_AT] = ACTIONS(4030), - [anon_sym_break_AT] = ACTIONS(4030), - [anon_sym_this_AT] = ACTIONS(4030), - [anon_sym_super_AT] = ACTIONS(4030), - [sym_real_literal] = ACTIONS(4030), - [sym_integer_literal] = ACTIONS(4028), - [sym_hex_literal] = ACTIONS(4030), - [sym_bin_literal] = ACTIONS(4030), - [anon_sym_true] = ACTIONS(4028), - [anon_sym_false] = ACTIONS(4028), - [anon_sym_SQUOTE] = ACTIONS(4030), - [sym__backtick_identifier] = ACTIONS(4030), - [sym__automatic_semicolon] = ACTIONS(4030), - [sym_safe_nav] = ACTIONS(4030), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4030), - }, - [1111] = { - [sym_function_body] = STATE(1097), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_object] = ACTIONS(4447), - [anon_sym_fun] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_this] = ACTIONS(4447), - [anon_sym_super] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4447), - [sym_label] = ACTIONS(4447), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_null] = ACTIONS(4447), - [anon_sym_if] = ACTIONS(4447), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_when] = ACTIONS(4447), - [anon_sym_try] = ACTIONS(4447), - [anon_sym_throw] = ACTIONS(4447), - [anon_sym_return] = ACTIONS(4447), - [anon_sym_continue] = ACTIONS(4447), - [anon_sym_break] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_PLUS_EQ] = ACTIONS(4449), - [anon_sym_DASH_EQ] = ACTIONS(4449), - [anon_sym_STAR_EQ] = ACTIONS(4449), - [anon_sym_SLASH_EQ] = ACTIONS(4449), - [anon_sym_PERCENT_EQ] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4447), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG] = ACTIONS(4447), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_suspend] = ACTIONS(4447), - [anon_sym_sealed] = ACTIONS(4447), - [anon_sym_annotation] = ACTIONS(4447), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_override] = ACTIONS(4447), - [anon_sym_lateinit] = ACTIONS(4447), - [anon_sym_public] = ACTIONS(4447), - [anon_sym_private] = ACTIONS(4447), - [anon_sym_internal] = ACTIONS(4447), - [anon_sym_protected] = ACTIONS(4447), - [anon_sym_tailrec] = ACTIONS(4447), - [anon_sym_operator] = ACTIONS(4447), - [anon_sym_infix] = ACTIONS(4447), - [anon_sym_inline] = ACTIONS(4447), - [anon_sym_external] = ACTIONS(4447), - [sym_property_modifier] = ACTIONS(4447), - [anon_sym_abstract] = ACTIONS(4447), - [anon_sym_final] = ACTIONS(4447), - [anon_sym_open] = ACTIONS(4447), - [anon_sym_vararg] = ACTIONS(4447), - [anon_sym_noinline] = ACTIONS(4447), - [anon_sym_crossinline] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4449), - [anon_sym_continue_AT] = ACTIONS(4449), - [anon_sym_break_AT] = ACTIONS(4449), - [anon_sym_this_AT] = ACTIONS(4449), - [anon_sym_super_AT] = ACTIONS(4449), - [sym_real_literal] = ACTIONS(4449), - [sym_integer_literal] = ACTIONS(4447), - [sym_hex_literal] = ACTIONS(4449), - [sym_bin_literal] = ACTIONS(4449), - [anon_sym_true] = ACTIONS(4447), - [anon_sym_false] = ACTIONS(4447), - [anon_sym_SQUOTE] = ACTIONS(4449), - [sym__backtick_identifier] = ACTIONS(4449), - [sym__automatic_semicolon] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4449), - }, - [1112] = { [sym__alpha_identifier] = ACTIONS(1732), [anon_sym_AT] = ACTIONS(1734), [anon_sym_LBRACK] = ACTIONS(1734), @@ -176575,885 +175188,2369 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1734), }, + [1100] = { + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(3278), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3274), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3274), + [anon_sym_sealed] = ACTIONS(3274), + [anon_sym_annotation] = ACTIONS(3274), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_override] = ACTIONS(3274), + [anon_sym_lateinit] = ACTIONS(3274), + [anon_sym_public] = ACTIONS(3274), + [anon_sym_private] = ACTIONS(3274), + [anon_sym_internal] = ACTIONS(3274), + [anon_sym_protected] = ACTIONS(3274), + [anon_sym_tailrec] = ACTIONS(3274), + [anon_sym_operator] = ACTIONS(3274), + [anon_sym_infix] = ACTIONS(3274), + [anon_sym_inline] = ACTIONS(3274), + [anon_sym_external] = ACTIONS(3274), + [sym_property_modifier] = ACTIONS(3274), + [anon_sym_abstract] = ACTIONS(3274), + [anon_sym_final] = ACTIONS(3274), + [anon_sym_open] = ACTIONS(3274), + [anon_sym_vararg] = ACTIONS(3274), + [anon_sym_noinline] = ACTIONS(3274), + [anon_sym_crossinline] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), + }, + [1101] = { + [sym_function_body] = STATE(1123), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_object] = ACTIONS(4319), + [anon_sym_fun] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_this] = ACTIONS(4319), + [anon_sym_super] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [sym_label] = ACTIONS(4319), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_null] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_when] = ACTIONS(4319), + [anon_sym_try] = ACTIONS(4319), + [anon_sym_throw] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4321), + [anon_sym_continue_AT] = ACTIONS(4321), + [anon_sym_break_AT] = ACTIONS(4321), + [anon_sym_this_AT] = ACTIONS(4321), + [anon_sym_super_AT] = ACTIONS(4321), + [sym_real_literal] = ACTIONS(4321), + [sym_integer_literal] = ACTIONS(4319), + [sym_hex_literal] = ACTIONS(4321), + [sym_bin_literal] = ACTIONS(4321), + [anon_sym_true] = ACTIONS(4319), + [anon_sym_false] = ACTIONS(4319), + [anon_sym_SQUOTE] = ACTIONS(4321), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4321), + }, + [1102] = { + [sym__alpha_identifier] = ACTIONS(5028), + [anon_sym_AT] = ACTIONS(5030), + [anon_sym_LBRACK] = ACTIONS(5030), + [anon_sym_as] = ACTIONS(5028), + [anon_sym_EQ] = ACTIONS(5028), + [anon_sym_LBRACE] = ACTIONS(5030), + [anon_sym_RBRACE] = ACTIONS(5030), + [anon_sym_LPAREN] = ACTIONS(5030), + [anon_sym_COMMA] = ACTIONS(5030), + [anon_sym_LT] = ACTIONS(5028), + [anon_sym_GT] = ACTIONS(5028), + [anon_sym_where] = ACTIONS(5028), + [anon_sym_object] = ACTIONS(5028), + [anon_sym_fun] = ACTIONS(5028), + [anon_sym_DOT] = ACTIONS(5028), + [anon_sym_SEMI] = ACTIONS(5030), + [anon_sym_get] = ACTIONS(5028), + [anon_sym_set] = ACTIONS(5028), + [anon_sym_this] = ACTIONS(5028), + [anon_sym_super] = ACTIONS(5028), + [anon_sym_STAR] = ACTIONS(5028), + [sym_label] = ACTIONS(5028), + [anon_sym_in] = ACTIONS(5028), + [anon_sym_DOT_DOT] = ACTIONS(5030), + [anon_sym_QMARK_COLON] = ACTIONS(5030), + [anon_sym_AMP_AMP] = ACTIONS(5030), + [anon_sym_PIPE_PIPE] = ACTIONS(5030), + [anon_sym_null] = ACTIONS(5028), + [anon_sym_if] = ACTIONS(5028), + [anon_sym_else] = ACTIONS(5028), + [anon_sym_when] = ACTIONS(5028), + [anon_sym_try] = ACTIONS(5028), + [anon_sym_throw] = ACTIONS(5028), + [anon_sym_return] = ACTIONS(5028), + [anon_sym_continue] = ACTIONS(5028), + [anon_sym_break] = ACTIONS(5028), + [anon_sym_COLON_COLON] = ACTIONS(5030), + [anon_sym_PLUS_EQ] = ACTIONS(5030), + [anon_sym_DASH_EQ] = ACTIONS(5030), + [anon_sym_STAR_EQ] = ACTIONS(5030), + [anon_sym_SLASH_EQ] = ACTIONS(5030), + [anon_sym_PERCENT_EQ] = ACTIONS(5030), + [anon_sym_BANG_EQ] = ACTIONS(5028), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5030), + [anon_sym_EQ_EQ] = ACTIONS(5028), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5030), + [anon_sym_LT_EQ] = ACTIONS(5030), + [anon_sym_GT_EQ] = ACTIONS(5030), + [anon_sym_BANGin] = ACTIONS(5030), + [anon_sym_is] = ACTIONS(5028), + [anon_sym_BANGis] = ACTIONS(5030), + [anon_sym_PLUS] = ACTIONS(5028), + [anon_sym_DASH] = ACTIONS(5028), + [anon_sym_SLASH] = ACTIONS(5028), + [anon_sym_PERCENT] = ACTIONS(5028), + [anon_sym_as_QMARK] = ACTIONS(5030), + [anon_sym_PLUS_PLUS] = ACTIONS(5030), + [anon_sym_DASH_DASH] = ACTIONS(5030), + [anon_sym_BANG] = ACTIONS(5028), + [anon_sym_BANG_BANG] = ACTIONS(5030), + [anon_sym_suspend] = ACTIONS(5028), + [anon_sym_sealed] = ACTIONS(5028), + [anon_sym_annotation] = ACTIONS(5028), + [anon_sym_data] = ACTIONS(5028), + [anon_sym_inner] = ACTIONS(5028), + [anon_sym_value] = ACTIONS(5028), + [anon_sym_override] = ACTIONS(5028), + [anon_sym_lateinit] = ACTIONS(5028), + [anon_sym_public] = ACTIONS(5028), + [anon_sym_private] = ACTIONS(5028), + [anon_sym_internal] = ACTIONS(5028), + [anon_sym_protected] = ACTIONS(5028), + [anon_sym_tailrec] = ACTIONS(5028), + [anon_sym_operator] = ACTIONS(5028), + [anon_sym_infix] = ACTIONS(5028), + [anon_sym_inline] = ACTIONS(5028), + [anon_sym_external] = ACTIONS(5028), + [sym_property_modifier] = ACTIONS(5028), + [anon_sym_abstract] = ACTIONS(5028), + [anon_sym_final] = ACTIONS(5028), + [anon_sym_open] = ACTIONS(5028), + [anon_sym_vararg] = ACTIONS(5028), + [anon_sym_noinline] = ACTIONS(5028), + [anon_sym_crossinline] = ACTIONS(5028), + [anon_sym_expect] = ACTIONS(5028), + [anon_sym_actual] = ACTIONS(5028), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5030), + [anon_sym_continue_AT] = ACTIONS(5030), + [anon_sym_break_AT] = ACTIONS(5030), + [anon_sym_this_AT] = ACTIONS(5030), + [anon_sym_super_AT] = ACTIONS(5030), + [sym_real_literal] = ACTIONS(5030), + [sym_integer_literal] = ACTIONS(5028), + [sym_hex_literal] = ACTIONS(5030), + [sym_bin_literal] = ACTIONS(5030), + [anon_sym_true] = ACTIONS(5028), + [anon_sym_false] = ACTIONS(5028), + [anon_sym_SQUOTE] = ACTIONS(5030), + [sym__backtick_identifier] = ACTIONS(5030), + [sym__automatic_semicolon] = ACTIONS(5030), + [sym_safe_nav] = ACTIONS(5030), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5030), + }, + [1103] = { + [sym__alpha_identifier] = ACTIONS(5032), + [anon_sym_AT] = ACTIONS(5034), + [anon_sym_LBRACK] = ACTIONS(5034), + [anon_sym_as] = ACTIONS(5032), + [anon_sym_EQ] = ACTIONS(5032), + [anon_sym_LBRACE] = ACTIONS(5034), + [anon_sym_RBRACE] = ACTIONS(5034), + [anon_sym_LPAREN] = ACTIONS(5034), + [anon_sym_COMMA] = ACTIONS(5034), + [anon_sym_LT] = ACTIONS(5032), + [anon_sym_GT] = ACTIONS(5032), + [anon_sym_where] = ACTIONS(5032), + [anon_sym_object] = ACTIONS(5032), + [anon_sym_fun] = ACTIONS(5032), + [anon_sym_DOT] = ACTIONS(5032), + [anon_sym_SEMI] = ACTIONS(5034), + [anon_sym_get] = ACTIONS(5032), + [anon_sym_set] = ACTIONS(5032), + [anon_sym_this] = ACTIONS(5032), + [anon_sym_super] = ACTIONS(5032), + [anon_sym_STAR] = ACTIONS(5032), + [sym_label] = ACTIONS(5032), + [anon_sym_in] = ACTIONS(5032), + [anon_sym_DOT_DOT] = ACTIONS(5034), + [anon_sym_QMARK_COLON] = ACTIONS(5034), + [anon_sym_AMP_AMP] = ACTIONS(5034), + [anon_sym_PIPE_PIPE] = ACTIONS(5034), + [anon_sym_null] = ACTIONS(5032), + [anon_sym_if] = ACTIONS(5032), + [anon_sym_else] = ACTIONS(5032), + [anon_sym_when] = ACTIONS(5032), + [anon_sym_try] = ACTIONS(5032), + [anon_sym_throw] = ACTIONS(5032), + [anon_sym_return] = ACTIONS(5032), + [anon_sym_continue] = ACTIONS(5032), + [anon_sym_break] = ACTIONS(5032), + [anon_sym_COLON_COLON] = ACTIONS(5034), + [anon_sym_PLUS_EQ] = ACTIONS(5034), + [anon_sym_DASH_EQ] = ACTIONS(5034), + [anon_sym_STAR_EQ] = ACTIONS(5034), + [anon_sym_SLASH_EQ] = ACTIONS(5034), + [anon_sym_PERCENT_EQ] = ACTIONS(5034), + [anon_sym_BANG_EQ] = ACTIONS(5032), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5034), + [anon_sym_EQ_EQ] = ACTIONS(5032), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5034), + [anon_sym_LT_EQ] = ACTIONS(5034), + [anon_sym_GT_EQ] = ACTIONS(5034), + [anon_sym_BANGin] = ACTIONS(5034), + [anon_sym_is] = ACTIONS(5032), + [anon_sym_BANGis] = ACTIONS(5034), + [anon_sym_PLUS] = ACTIONS(5032), + [anon_sym_DASH] = ACTIONS(5032), + [anon_sym_SLASH] = ACTIONS(5032), + [anon_sym_PERCENT] = ACTIONS(5032), + [anon_sym_as_QMARK] = ACTIONS(5034), + [anon_sym_PLUS_PLUS] = ACTIONS(5034), + [anon_sym_DASH_DASH] = ACTIONS(5034), + [anon_sym_BANG] = ACTIONS(5032), + [anon_sym_BANG_BANG] = ACTIONS(5034), + [anon_sym_suspend] = ACTIONS(5032), + [anon_sym_sealed] = ACTIONS(5032), + [anon_sym_annotation] = ACTIONS(5032), + [anon_sym_data] = ACTIONS(5032), + [anon_sym_inner] = ACTIONS(5032), + [anon_sym_value] = ACTIONS(5032), + [anon_sym_override] = ACTIONS(5032), + [anon_sym_lateinit] = ACTIONS(5032), + [anon_sym_public] = ACTIONS(5032), + [anon_sym_private] = ACTIONS(5032), + [anon_sym_internal] = ACTIONS(5032), + [anon_sym_protected] = ACTIONS(5032), + [anon_sym_tailrec] = ACTIONS(5032), + [anon_sym_operator] = ACTIONS(5032), + [anon_sym_infix] = ACTIONS(5032), + [anon_sym_inline] = ACTIONS(5032), + [anon_sym_external] = ACTIONS(5032), + [sym_property_modifier] = ACTIONS(5032), + [anon_sym_abstract] = ACTIONS(5032), + [anon_sym_final] = ACTIONS(5032), + [anon_sym_open] = ACTIONS(5032), + [anon_sym_vararg] = ACTIONS(5032), + [anon_sym_noinline] = ACTIONS(5032), + [anon_sym_crossinline] = ACTIONS(5032), + [anon_sym_expect] = ACTIONS(5032), + [anon_sym_actual] = ACTIONS(5032), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5034), + [anon_sym_continue_AT] = ACTIONS(5034), + [anon_sym_break_AT] = ACTIONS(5034), + [anon_sym_this_AT] = ACTIONS(5034), + [anon_sym_super_AT] = ACTIONS(5034), + [sym_real_literal] = ACTIONS(5034), + [sym_integer_literal] = ACTIONS(5032), + [sym_hex_literal] = ACTIONS(5034), + [sym_bin_literal] = ACTIONS(5034), + [anon_sym_true] = ACTIONS(5032), + [anon_sym_false] = ACTIONS(5032), + [anon_sym_SQUOTE] = ACTIONS(5034), + [sym__backtick_identifier] = ACTIONS(5034), + [sym__automatic_semicolon] = ACTIONS(5034), + [sym_safe_nav] = ACTIONS(5034), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5034), + }, + [1104] = { + [sym__alpha_identifier] = ACTIONS(4104), + [anon_sym_AT] = ACTIONS(4106), + [anon_sym_LBRACK] = ACTIONS(4106), + [anon_sym_as] = ACTIONS(4104), + [anon_sym_EQ] = ACTIONS(4104), + [anon_sym_LBRACE] = ACTIONS(4106), + [anon_sym_RBRACE] = ACTIONS(4106), + [anon_sym_LPAREN] = ACTIONS(4106), + [anon_sym_COMMA] = ACTIONS(4106), + [anon_sym_LT] = ACTIONS(4104), + [anon_sym_GT] = ACTIONS(4104), + [anon_sym_where] = ACTIONS(4104), + [anon_sym_object] = ACTIONS(4104), + [anon_sym_fun] = ACTIONS(4104), + [anon_sym_DOT] = ACTIONS(4104), + [anon_sym_SEMI] = ACTIONS(4106), + [anon_sym_get] = ACTIONS(4104), + [anon_sym_set] = ACTIONS(4104), + [anon_sym_this] = ACTIONS(4104), + [anon_sym_super] = ACTIONS(4104), + [anon_sym_STAR] = ACTIONS(4104), + [sym_label] = ACTIONS(4104), + [anon_sym_in] = ACTIONS(4104), + [anon_sym_DOT_DOT] = ACTIONS(4106), + [anon_sym_QMARK_COLON] = ACTIONS(4106), + [anon_sym_AMP_AMP] = ACTIONS(4106), + [anon_sym_PIPE_PIPE] = ACTIONS(4106), + [anon_sym_null] = ACTIONS(4104), + [anon_sym_if] = ACTIONS(4104), + [anon_sym_else] = ACTIONS(4104), + [anon_sym_when] = ACTIONS(4104), + [anon_sym_try] = ACTIONS(4104), + [anon_sym_throw] = ACTIONS(4104), + [anon_sym_return] = ACTIONS(4104), + [anon_sym_continue] = ACTIONS(4104), + [anon_sym_break] = ACTIONS(4104), + [anon_sym_COLON_COLON] = ACTIONS(4106), + [anon_sym_PLUS_EQ] = ACTIONS(4106), + [anon_sym_DASH_EQ] = ACTIONS(4106), + [anon_sym_STAR_EQ] = ACTIONS(4106), + [anon_sym_SLASH_EQ] = ACTIONS(4106), + [anon_sym_PERCENT_EQ] = ACTIONS(4106), + [anon_sym_BANG_EQ] = ACTIONS(4104), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4106), + [anon_sym_EQ_EQ] = ACTIONS(4104), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4106), + [anon_sym_LT_EQ] = ACTIONS(4106), + [anon_sym_GT_EQ] = ACTIONS(4106), + [anon_sym_BANGin] = ACTIONS(4106), + [anon_sym_is] = ACTIONS(4104), + [anon_sym_BANGis] = ACTIONS(4106), + [anon_sym_PLUS] = ACTIONS(4104), + [anon_sym_DASH] = ACTIONS(4104), + [anon_sym_SLASH] = ACTIONS(4104), + [anon_sym_PERCENT] = ACTIONS(4104), + [anon_sym_as_QMARK] = ACTIONS(4106), + [anon_sym_PLUS_PLUS] = ACTIONS(4106), + [anon_sym_DASH_DASH] = ACTIONS(4106), + [anon_sym_BANG] = ACTIONS(4104), + [anon_sym_BANG_BANG] = ACTIONS(4106), + [anon_sym_suspend] = ACTIONS(4104), + [anon_sym_sealed] = ACTIONS(4104), + [anon_sym_annotation] = ACTIONS(4104), + [anon_sym_data] = ACTIONS(4104), + [anon_sym_inner] = ACTIONS(4104), + [anon_sym_value] = ACTIONS(4104), + [anon_sym_override] = ACTIONS(4104), + [anon_sym_lateinit] = ACTIONS(4104), + [anon_sym_public] = ACTIONS(4104), + [anon_sym_private] = ACTIONS(4104), + [anon_sym_internal] = ACTIONS(4104), + [anon_sym_protected] = ACTIONS(4104), + [anon_sym_tailrec] = ACTIONS(4104), + [anon_sym_operator] = ACTIONS(4104), + [anon_sym_infix] = ACTIONS(4104), + [anon_sym_inline] = ACTIONS(4104), + [anon_sym_external] = ACTIONS(4104), + [sym_property_modifier] = ACTIONS(4104), + [anon_sym_abstract] = ACTIONS(4104), + [anon_sym_final] = ACTIONS(4104), + [anon_sym_open] = ACTIONS(4104), + [anon_sym_vararg] = ACTIONS(4104), + [anon_sym_noinline] = ACTIONS(4104), + [anon_sym_crossinline] = ACTIONS(4104), + [anon_sym_expect] = ACTIONS(4104), + [anon_sym_actual] = ACTIONS(4104), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4106), + [anon_sym_continue_AT] = ACTIONS(4106), + [anon_sym_break_AT] = ACTIONS(4106), + [anon_sym_this_AT] = ACTIONS(4106), + [anon_sym_super_AT] = ACTIONS(4106), + [sym_real_literal] = ACTIONS(4106), + [sym_integer_literal] = ACTIONS(4104), + [sym_hex_literal] = ACTIONS(4106), + [sym_bin_literal] = ACTIONS(4106), + [anon_sym_true] = ACTIONS(4104), + [anon_sym_false] = ACTIONS(4104), + [anon_sym_SQUOTE] = ACTIONS(4106), + [sym__backtick_identifier] = ACTIONS(4106), + [sym__automatic_semicolon] = ACTIONS(4106), + [sym_safe_nav] = ACTIONS(4106), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4106), + }, + [1105] = { + [sym__alpha_identifier] = ACTIONS(5036), + [anon_sym_AT] = ACTIONS(5038), + [anon_sym_LBRACK] = ACTIONS(5038), + [anon_sym_as] = ACTIONS(5036), + [anon_sym_EQ] = ACTIONS(5036), + [anon_sym_LBRACE] = ACTIONS(5038), + [anon_sym_RBRACE] = ACTIONS(5038), + [anon_sym_LPAREN] = ACTIONS(5038), + [anon_sym_COMMA] = ACTIONS(5038), + [anon_sym_LT] = ACTIONS(5036), + [anon_sym_GT] = ACTIONS(5036), + [anon_sym_where] = ACTIONS(5036), + [anon_sym_object] = ACTIONS(5036), + [anon_sym_fun] = ACTIONS(5036), + [anon_sym_DOT] = ACTIONS(5036), + [anon_sym_SEMI] = ACTIONS(5038), + [anon_sym_get] = ACTIONS(5036), + [anon_sym_set] = ACTIONS(5036), + [anon_sym_this] = ACTIONS(5036), + [anon_sym_super] = ACTIONS(5036), + [anon_sym_STAR] = ACTIONS(5036), + [sym_label] = ACTIONS(5036), + [anon_sym_in] = ACTIONS(5036), + [anon_sym_DOT_DOT] = ACTIONS(5038), + [anon_sym_QMARK_COLON] = ACTIONS(5038), + [anon_sym_AMP_AMP] = ACTIONS(5038), + [anon_sym_PIPE_PIPE] = ACTIONS(5038), + [anon_sym_null] = ACTIONS(5036), + [anon_sym_if] = ACTIONS(5036), + [anon_sym_else] = ACTIONS(5036), + [anon_sym_when] = ACTIONS(5036), + [anon_sym_try] = ACTIONS(5036), + [anon_sym_throw] = ACTIONS(5036), + [anon_sym_return] = ACTIONS(5036), + [anon_sym_continue] = ACTIONS(5036), + [anon_sym_break] = ACTIONS(5036), + [anon_sym_COLON_COLON] = ACTIONS(5038), + [anon_sym_PLUS_EQ] = ACTIONS(5038), + [anon_sym_DASH_EQ] = ACTIONS(5038), + [anon_sym_STAR_EQ] = ACTIONS(5038), + [anon_sym_SLASH_EQ] = ACTIONS(5038), + [anon_sym_PERCENT_EQ] = ACTIONS(5038), + [anon_sym_BANG_EQ] = ACTIONS(5036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5038), + [anon_sym_EQ_EQ] = ACTIONS(5036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5038), + [anon_sym_LT_EQ] = ACTIONS(5038), + [anon_sym_GT_EQ] = ACTIONS(5038), + [anon_sym_BANGin] = ACTIONS(5038), + [anon_sym_is] = ACTIONS(5036), + [anon_sym_BANGis] = ACTIONS(5038), + [anon_sym_PLUS] = ACTIONS(5036), + [anon_sym_DASH] = ACTIONS(5036), + [anon_sym_SLASH] = ACTIONS(5036), + [anon_sym_PERCENT] = ACTIONS(5036), + [anon_sym_as_QMARK] = ACTIONS(5038), + [anon_sym_PLUS_PLUS] = ACTIONS(5038), + [anon_sym_DASH_DASH] = ACTIONS(5038), + [anon_sym_BANG] = ACTIONS(5036), + [anon_sym_BANG_BANG] = ACTIONS(5038), + [anon_sym_suspend] = ACTIONS(5036), + [anon_sym_sealed] = ACTIONS(5036), + [anon_sym_annotation] = ACTIONS(5036), + [anon_sym_data] = ACTIONS(5036), + [anon_sym_inner] = ACTIONS(5036), + [anon_sym_value] = ACTIONS(5036), + [anon_sym_override] = ACTIONS(5036), + [anon_sym_lateinit] = ACTIONS(5036), + [anon_sym_public] = ACTIONS(5036), + [anon_sym_private] = ACTIONS(5036), + [anon_sym_internal] = ACTIONS(5036), + [anon_sym_protected] = ACTIONS(5036), + [anon_sym_tailrec] = ACTIONS(5036), + [anon_sym_operator] = ACTIONS(5036), + [anon_sym_infix] = ACTIONS(5036), + [anon_sym_inline] = ACTIONS(5036), + [anon_sym_external] = ACTIONS(5036), + [sym_property_modifier] = ACTIONS(5036), + [anon_sym_abstract] = ACTIONS(5036), + [anon_sym_final] = ACTIONS(5036), + [anon_sym_open] = ACTIONS(5036), + [anon_sym_vararg] = ACTIONS(5036), + [anon_sym_noinline] = ACTIONS(5036), + [anon_sym_crossinline] = ACTIONS(5036), + [anon_sym_expect] = ACTIONS(5036), + [anon_sym_actual] = ACTIONS(5036), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5038), + [anon_sym_continue_AT] = ACTIONS(5038), + [anon_sym_break_AT] = ACTIONS(5038), + [anon_sym_this_AT] = ACTIONS(5038), + [anon_sym_super_AT] = ACTIONS(5038), + [sym_real_literal] = ACTIONS(5038), + [sym_integer_literal] = ACTIONS(5036), + [sym_hex_literal] = ACTIONS(5038), + [sym_bin_literal] = ACTIONS(5038), + [anon_sym_true] = ACTIONS(5036), + [anon_sym_false] = ACTIONS(5036), + [anon_sym_SQUOTE] = ACTIONS(5038), + [sym__backtick_identifier] = ACTIONS(5038), + [sym__automatic_semicolon] = ACTIONS(5038), + [sym_safe_nav] = ACTIONS(5038), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5038), + }, + [1106] = { + [sym__alpha_identifier] = ACTIONS(4501), + [anon_sym_AT] = ACTIONS(4503), + [anon_sym_LBRACK] = ACTIONS(4503), + [anon_sym_as] = ACTIONS(4501), + [anon_sym_EQ] = ACTIONS(4501), + [anon_sym_LBRACE] = ACTIONS(4503), + [anon_sym_RBRACE] = ACTIONS(4503), + [anon_sym_LPAREN] = ACTIONS(4503), + [anon_sym_COMMA] = ACTIONS(4503), + [anon_sym_LT] = ACTIONS(4501), + [anon_sym_GT] = ACTIONS(4501), + [anon_sym_where] = ACTIONS(4501), + [anon_sym_object] = ACTIONS(4501), + [anon_sym_fun] = ACTIONS(4501), + [anon_sym_DOT] = ACTIONS(4501), + [anon_sym_SEMI] = ACTIONS(4503), + [anon_sym_get] = ACTIONS(4501), + [anon_sym_set] = ACTIONS(4501), + [anon_sym_this] = ACTIONS(4501), + [anon_sym_super] = ACTIONS(4501), + [anon_sym_STAR] = ACTIONS(4501), + [sym_label] = ACTIONS(4501), + [anon_sym_in] = ACTIONS(4501), + [anon_sym_DOT_DOT] = ACTIONS(4503), + [anon_sym_QMARK_COLON] = ACTIONS(4503), + [anon_sym_AMP_AMP] = ACTIONS(4503), + [anon_sym_PIPE_PIPE] = ACTIONS(4503), + [anon_sym_null] = ACTIONS(4501), + [anon_sym_if] = ACTIONS(4501), + [anon_sym_else] = ACTIONS(4501), + [anon_sym_when] = ACTIONS(4501), + [anon_sym_try] = ACTIONS(4501), + [anon_sym_throw] = ACTIONS(4501), + [anon_sym_return] = ACTIONS(4501), + [anon_sym_continue] = ACTIONS(4501), + [anon_sym_break] = ACTIONS(4501), + [anon_sym_COLON_COLON] = ACTIONS(4503), + [anon_sym_PLUS_EQ] = ACTIONS(4503), + [anon_sym_DASH_EQ] = ACTIONS(4503), + [anon_sym_STAR_EQ] = ACTIONS(4503), + [anon_sym_SLASH_EQ] = ACTIONS(4503), + [anon_sym_PERCENT_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ] = ACTIONS(4501), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ] = ACTIONS(4501), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4503), + [anon_sym_LT_EQ] = ACTIONS(4503), + [anon_sym_GT_EQ] = ACTIONS(4503), + [anon_sym_BANGin] = ACTIONS(4503), + [anon_sym_is] = ACTIONS(4501), + [anon_sym_BANGis] = ACTIONS(4503), + [anon_sym_PLUS] = ACTIONS(4501), + [anon_sym_DASH] = ACTIONS(4501), + [anon_sym_SLASH] = ACTIONS(4501), + [anon_sym_PERCENT] = ACTIONS(4501), + [anon_sym_as_QMARK] = ACTIONS(4503), + [anon_sym_PLUS_PLUS] = ACTIONS(4503), + [anon_sym_DASH_DASH] = ACTIONS(4503), + [anon_sym_BANG] = ACTIONS(4501), + [anon_sym_BANG_BANG] = ACTIONS(4503), + [anon_sym_suspend] = ACTIONS(4501), + [anon_sym_sealed] = ACTIONS(4501), + [anon_sym_annotation] = ACTIONS(4501), + [anon_sym_data] = ACTIONS(4501), + [anon_sym_inner] = ACTIONS(4501), + [anon_sym_value] = ACTIONS(4501), + [anon_sym_override] = ACTIONS(4501), + [anon_sym_lateinit] = ACTIONS(4501), + [anon_sym_public] = ACTIONS(4501), + [anon_sym_private] = ACTIONS(4501), + [anon_sym_internal] = ACTIONS(4501), + [anon_sym_protected] = ACTIONS(4501), + [anon_sym_tailrec] = ACTIONS(4501), + [anon_sym_operator] = ACTIONS(4501), + [anon_sym_infix] = ACTIONS(4501), + [anon_sym_inline] = ACTIONS(4501), + [anon_sym_external] = ACTIONS(4501), + [sym_property_modifier] = ACTIONS(4501), + [anon_sym_abstract] = ACTIONS(4501), + [anon_sym_final] = ACTIONS(4501), + [anon_sym_open] = ACTIONS(4501), + [anon_sym_vararg] = ACTIONS(4501), + [anon_sym_noinline] = ACTIONS(4501), + [anon_sym_crossinline] = ACTIONS(4501), + [anon_sym_expect] = ACTIONS(4501), + [anon_sym_actual] = ACTIONS(4501), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4503), + [anon_sym_continue_AT] = ACTIONS(4503), + [anon_sym_break_AT] = ACTIONS(4503), + [anon_sym_this_AT] = ACTIONS(4503), + [anon_sym_super_AT] = ACTIONS(4503), + [sym_real_literal] = ACTIONS(4503), + [sym_integer_literal] = ACTIONS(4501), + [sym_hex_literal] = ACTIONS(4503), + [sym_bin_literal] = ACTIONS(4503), + [anon_sym_true] = ACTIONS(4501), + [anon_sym_false] = ACTIONS(4501), + [anon_sym_SQUOTE] = ACTIONS(4503), + [sym__backtick_identifier] = ACTIONS(4503), + [sym__automatic_semicolon] = ACTIONS(4503), + [sym_safe_nav] = ACTIONS(4503), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4503), + }, + [1107] = { + [sym_function_body] = STATE(1078), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), + }, + [1108] = { + [sym__alpha_identifier] = ACTIONS(5040), + [anon_sym_AT] = ACTIONS(5042), + [anon_sym_LBRACK] = ACTIONS(5042), + [anon_sym_as] = ACTIONS(5040), + [anon_sym_EQ] = ACTIONS(5040), + [anon_sym_LBRACE] = ACTIONS(5042), + [anon_sym_RBRACE] = ACTIONS(5042), + [anon_sym_LPAREN] = ACTIONS(5042), + [anon_sym_COMMA] = ACTIONS(5042), + [anon_sym_LT] = ACTIONS(5040), + [anon_sym_GT] = ACTIONS(5040), + [anon_sym_where] = ACTIONS(5040), + [anon_sym_object] = ACTIONS(5040), + [anon_sym_fun] = ACTIONS(5040), + [anon_sym_DOT] = ACTIONS(5040), + [anon_sym_SEMI] = ACTIONS(5042), + [anon_sym_get] = ACTIONS(5040), + [anon_sym_set] = ACTIONS(5040), + [anon_sym_this] = ACTIONS(5040), + [anon_sym_super] = ACTIONS(5040), + [anon_sym_STAR] = ACTIONS(5040), + [sym_label] = ACTIONS(5040), + [anon_sym_in] = ACTIONS(5040), + [anon_sym_DOT_DOT] = ACTIONS(5042), + [anon_sym_QMARK_COLON] = ACTIONS(5042), + [anon_sym_AMP_AMP] = ACTIONS(5042), + [anon_sym_PIPE_PIPE] = ACTIONS(5042), + [anon_sym_null] = ACTIONS(5040), + [anon_sym_if] = ACTIONS(5040), + [anon_sym_else] = ACTIONS(5040), + [anon_sym_when] = ACTIONS(5040), + [anon_sym_try] = ACTIONS(5040), + [anon_sym_throw] = ACTIONS(5040), + [anon_sym_return] = ACTIONS(5040), + [anon_sym_continue] = ACTIONS(5040), + [anon_sym_break] = ACTIONS(5040), + [anon_sym_COLON_COLON] = ACTIONS(5042), + [anon_sym_PLUS_EQ] = ACTIONS(5042), + [anon_sym_DASH_EQ] = ACTIONS(5042), + [anon_sym_STAR_EQ] = ACTIONS(5042), + [anon_sym_SLASH_EQ] = ACTIONS(5042), + [anon_sym_PERCENT_EQ] = ACTIONS(5042), + [anon_sym_BANG_EQ] = ACTIONS(5040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5042), + [anon_sym_EQ_EQ] = ACTIONS(5040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5042), + [anon_sym_LT_EQ] = ACTIONS(5042), + [anon_sym_GT_EQ] = ACTIONS(5042), + [anon_sym_BANGin] = ACTIONS(5042), + [anon_sym_is] = ACTIONS(5040), + [anon_sym_BANGis] = ACTIONS(5042), + [anon_sym_PLUS] = ACTIONS(5040), + [anon_sym_DASH] = ACTIONS(5040), + [anon_sym_SLASH] = ACTIONS(5040), + [anon_sym_PERCENT] = ACTIONS(5040), + [anon_sym_as_QMARK] = ACTIONS(5042), + [anon_sym_PLUS_PLUS] = ACTIONS(5042), + [anon_sym_DASH_DASH] = ACTIONS(5042), + [anon_sym_BANG] = ACTIONS(5040), + [anon_sym_BANG_BANG] = ACTIONS(5042), + [anon_sym_suspend] = ACTIONS(5040), + [anon_sym_sealed] = ACTIONS(5040), + [anon_sym_annotation] = ACTIONS(5040), + [anon_sym_data] = ACTIONS(5040), + [anon_sym_inner] = ACTIONS(5040), + [anon_sym_value] = ACTIONS(5040), + [anon_sym_override] = ACTIONS(5040), + [anon_sym_lateinit] = ACTIONS(5040), + [anon_sym_public] = ACTIONS(5040), + [anon_sym_private] = ACTIONS(5040), + [anon_sym_internal] = ACTIONS(5040), + [anon_sym_protected] = ACTIONS(5040), + [anon_sym_tailrec] = ACTIONS(5040), + [anon_sym_operator] = ACTIONS(5040), + [anon_sym_infix] = ACTIONS(5040), + [anon_sym_inline] = ACTIONS(5040), + [anon_sym_external] = ACTIONS(5040), + [sym_property_modifier] = ACTIONS(5040), + [anon_sym_abstract] = ACTIONS(5040), + [anon_sym_final] = ACTIONS(5040), + [anon_sym_open] = ACTIONS(5040), + [anon_sym_vararg] = ACTIONS(5040), + [anon_sym_noinline] = ACTIONS(5040), + [anon_sym_crossinline] = ACTIONS(5040), + [anon_sym_expect] = ACTIONS(5040), + [anon_sym_actual] = ACTIONS(5040), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5042), + [anon_sym_continue_AT] = ACTIONS(5042), + [anon_sym_break_AT] = ACTIONS(5042), + [anon_sym_this_AT] = ACTIONS(5042), + [anon_sym_super_AT] = ACTIONS(5042), + [sym_real_literal] = ACTIONS(5042), + [sym_integer_literal] = ACTIONS(5040), + [sym_hex_literal] = ACTIONS(5042), + [sym_bin_literal] = ACTIONS(5042), + [anon_sym_true] = ACTIONS(5040), + [anon_sym_false] = ACTIONS(5040), + [anon_sym_SQUOTE] = ACTIONS(5042), + [sym__backtick_identifier] = ACTIONS(5042), + [sym__automatic_semicolon] = ACTIONS(5042), + [sym_safe_nav] = ACTIONS(5042), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5042), + }, + [1109] = { + [sym_function_body] = STATE(1134), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), + }, + [1110] = { + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4436), + [anon_sym_super_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), + }, + [1111] = { + [sym__alpha_identifier] = ACTIONS(5044), + [anon_sym_AT] = ACTIONS(5046), + [anon_sym_LBRACK] = ACTIONS(5046), + [anon_sym_as] = ACTIONS(5044), + [anon_sym_EQ] = ACTIONS(5044), + [anon_sym_LBRACE] = ACTIONS(5046), + [anon_sym_RBRACE] = ACTIONS(5046), + [anon_sym_LPAREN] = ACTIONS(5046), + [anon_sym_COMMA] = ACTIONS(5046), + [anon_sym_LT] = ACTIONS(5044), + [anon_sym_GT] = ACTIONS(5044), + [anon_sym_where] = ACTIONS(5044), + [anon_sym_object] = ACTIONS(5044), + [anon_sym_fun] = ACTIONS(5044), + [anon_sym_DOT] = ACTIONS(5044), + [anon_sym_SEMI] = ACTIONS(5046), + [anon_sym_get] = ACTIONS(5044), + [anon_sym_set] = ACTIONS(5044), + [anon_sym_this] = ACTIONS(5044), + [anon_sym_super] = ACTIONS(5044), + [anon_sym_STAR] = ACTIONS(5044), + [sym_label] = ACTIONS(5044), + [anon_sym_in] = ACTIONS(5044), + [anon_sym_DOT_DOT] = ACTIONS(5046), + [anon_sym_QMARK_COLON] = ACTIONS(5046), + [anon_sym_AMP_AMP] = ACTIONS(5046), + [anon_sym_PIPE_PIPE] = ACTIONS(5046), + [anon_sym_null] = ACTIONS(5044), + [anon_sym_if] = ACTIONS(5044), + [anon_sym_else] = ACTIONS(5044), + [anon_sym_when] = ACTIONS(5044), + [anon_sym_try] = ACTIONS(5044), + [anon_sym_throw] = ACTIONS(5044), + [anon_sym_return] = ACTIONS(5044), + [anon_sym_continue] = ACTIONS(5044), + [anon_sym_break] = ACTIONS(5044), + [anon_sym_COLON_COLON] = ACTIONS(5046), + [anon_sym_PLUS_EQ] = ACTIONS(5046), + [anon_sym_DASH_EQ] = ACTIONS(5046), + [anon_sym_STAR_EQ] = ACTIONS(5046), + [anon_sym_SLASH_EQ] = ACTIONS(5046), + [anon_sym_PERCENT_EQ] = ACTIONS(5046), + [anon_sym_BANG_EQ] = ACTIONS(5044), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5046), + [anon_sym_EQ_EQ] = ACTIONS(5044), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5046), + [anon_sym_LT_EQ] = ACTIONS(5046), + [anon_sym_GT_EQ] = ACTIONS(5046), + [anon_sym_BANGin] = ACTIONS(5046), + [anon_sym_is] = ACTIONS(5044), + [anon_sym_BANGis] = ACTIONS(5046), + [anon_sym_PLUS] = ACTIONS(5044), + [anon_sym_DASH] = ACTIONS(5044), + [anon_sym_SLASH] = ACTIONS(5044), + [anon_sym_PERCENT] = ACTIONS(5044), + [anon_sym_as_QMARK] = ACTIONS(5046), + [anon_sym_PLUS_PLUS] = ACTIONS(5046), + [anon_sym_DASH_DASH] = ACTIONS(5046), + [anon_sym_BANG] = ACTIONS(5044), + [anon_sym_BANG_BANG] = ACTIONS(5046), + [anon_sym_suspend] = ACTIONS(5044), + [anon_sym_sealed] = ACTIONS(5044), + [anon_sym_annotation] = ACTIONS(5044), + [anon_sym_data] = ACTIONS(5044), + [anon_sym_inner] = ACTIONS(5044), + [anon_sym_value] = ACTIONS(5044), + [anon_sym_override] = ACTIONS(5044), + [anon_sym_lateinit] = ACTIONS(5044), + [anon_sym_public] = ACTIONS(5044), + [anon_sym_private] = ACTIONS(5044), + [anon_sym_internal] = ACTIONS(5044), + [anon_sym_protected] = ACTIONS(5044), + [anon_sym_tailrec] = ACTIONS(5044), + [anon_sym_operator] = ACTIONS(5044), + [anon_sym_infix] = ACTIONS(5044), + [anon_sym_inline] = ACTIONS(5044), + [anon_sym_external] = ACTIONS(5044), + [sym_property_modifier] = ACTIONS(5044), + [anon_sym_abstract] = ACTIONS(5044), + [anon_sym_final] = ACTIONS(5044), + [anon_sym_open] = ACTIONS(5044), + [anon_sym_vararg] = ACTIONS(5044), + [anon_sym_noinline] = ACTIONS(5044), + [anon_sym_crossinline] = ACTIONS(5044), + [anon_sym_expect] = ACTIONS(5044), + [anon_sym_actual] = ACTIONS(5044), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5046), + [anon_sym_continue_AT] = ACTIONS(5046), + [anon_sym_break_AT] = ACTIONS(5046), + [anon_sym_this_AT] = ACTIONS(5046), + [anon_sym_super_AT] = ACTIONS(5046), + [sym_real_literal] = ACTIONS(5046), + [sym_integer_literal] = ACTIONS(5044), + [sym_hex_literal] = ACTIONS(5046), + [sym_bin_literal] = ACTIONS(5046), + [anon_sym_true] = ACTIONS(5044), + [anon_sym_false] = ACTIONS(5044), + [anon_sym_SQUOTE] = ACTIONS(5046), + [sym__backtick_identifier] = ACTIONS(5046), + [sym__automatic_semicolon] = ACTIONS(5046), + [sym_safe_nav] = ACTIONS(5046), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5046), + }, + [1112] = { + [sym_function_body] = STATE(1172), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), + }, [1113] = { - [sym_function_body] = STATE(1130), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_object] = ACTIONS(4443), - [anon_sym_fun] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_this] = ACTIONS(4443), - [anon_sym_super] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4443), - [sym_label] = ACTIONS(4443), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_null] = ACTIONS(4443), - [anon_sym_if] = ACTIONS(4443), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_when] = ACTIONS(4443), - [anon_sym_try] = ACTIONS(4443), - [anon_sym_throw] = ACTIONS(4443), - [anon_sym_return] = ACTIONS(4443), - [anon_sym_continue] = ACTIONS(4443), - [anon_sym_break] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_PLUS_EQ] = ACTIONS(4445), - [anon_sym_DASH_EQ] = ACTIONS(4445), - [anon_sym_STAR_EQ] = ACTIONS(4445), - [anon_sym_SLASH_EQ] = ACTIONS(4445), - [anon_sym_PERCENT_EQ] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4443), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(4443), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_suspend] = ACTIONS(4443), - [anon_sym_sealed] = ACTIONS(4443), - [anon_sym_annotation] = ACTIONS(4443), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_override] = ACTIONS(4443), - [anon_sym_lateinit] = ACTIONS(4443), - [anon_sym_public] = ACTIONS(4443), - [anon_sym_private] = ACTIONS(4443), - [anon_sym_internal] = ACTIONS(4443), - [anon_sym_protected] = ACTIONS(4443), - [anon_sym_tailrec] = ACTIONS(4443), - [anon_sym_operator] = ACTIONS(4443), - [anon_sym_infix] = ACTIONS(4443), - [anon_sym_inline] = ACTIONS(4443), - [anon_sym_external] = ACTIONS(4443), - [sym_property_modifier] = ACTIONS(4443), - [anon_sym_abstract] = ACTIONS(4443), - [anon_sym_final] = ACTIONS(4443), - [anon_sym_open] = ACTIONS(4443), - [anon_sym_vararg] = ACTIONS(4443), - [anon_sym_noinline] = ACTIONS(4443), - [anon_sym_crossinline] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4445), - [anon_sym_continue_AT] = ACTIONS(4445), - [anon_sym_break_AT] = ACTIONS(4445), - [anon_sym_this_AT] = ACTIONS(4445), - [anon_sym_super_AT] = ACTIONS(4445), - [sym_real_literal] = ACTIONS(4445), - [sym_integer_literal] = ACTIONS(4443), - [sym_hex_literal] = ACTIONS(4445), - [sym_bin_literal] = ACTIONS(4445), - [anon_sym_true] = ACTIONS(4443), - [anon_sym_false] = ACTIONS(4443), - [anon_sym_SQUOTE] = ACTIONS(4445), - [sym__backtick_identifier] = ACTIONS(4445), - [sym__automatic_semicolon] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4445), + [sym__alpha_identifier] = ACTIONS(5048), + [anon_sym_AT] = ACTIONS(5050), + [anon_sym_LBRACK] = ACTIONS(5050), + [anon_sym_as] = ACTIONS(5048), + [anon_sym_EQ] = ACTIONS(5048), + [anon_sym_LBRACE] = ACTIONS(5050), + [anon_sym_RBRACE] = ACTIONS(5050), + [anon_sym_LPAREN] = ACTIONS(5050), + [anon_sym_COMMA] = ACTIONS(5050), + [anon_sym_LT] = ACTIONS(5048), + [anon_sym_GT] = ACTIONS(5048), + [anon_sym_where] = ACTIONS(5048), + [anon_sym_object] = ACTIONS(5048), + [anon_sym_fun] = ACTIONS(5048), + [anon_sym_DOT] = ACTIONS(5048), + [anon_sym_SEMI] = ACTIONS(5050), + [anon_sym_get] = ACTIONS(5048), + [anon_sym_set] = ACTIONS(5048), + [anon_sym_this] = ACTIONS(5048), + [anon_sym_super] = ACTIONS(5048), + [anon_sym_STAR] = ACTIONS(5048), + [sym_label] = ACTIONS(5048), + [anon_sym_in] = ACTIONS(5048), + [anon_sym_DOT_DOT] = ACTIONS(5050), + [anon_sym_QMARK_COLON] = ACTIONS(5050), + [anon_sym_AMP_AMP] = ACTIONS(5050), + [anon_sym_PIPE_PIPE] = ACTIONS(5050), + [anon_sym_null] = ACTIONS(5048), + [anon_sym_if] = ACTIONS(5048), + [anon_sym_else] = ACTIONS(5048), + [anon_sym_when] = ACTIONS(5048), + [anon_sym_try] = ACTIONS(5048), + [anon_sym_throw] = ACTIONS(5048), + [anon_sym_return] = ACTIONS(5048), + [anon_sym_continue] = ACTIONS(5048), + [anon_sym_break] = ACTIONS(5048), + [anon_sym_COLON_COLON] = ACTIONS(5050), + [anon_sym_PLUS_EQ] = ACTIONS(5050), + [anon_sym_DASH_EQ] = ACTIONS(5050), + [anon_sym_STAR_EQ] = ACTIONS(5050), + [anon_sym_SLASH_EQ] = ACTIONS(5050), + [anon_sym_PERCENT_EQ] = ACTIONS(5050), + [anon_sym_BANG_EQ] = ACTIONS(5048), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5050), + [anon_sym_EQ_EQ] = ACTIONS(5048), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5050), + [anon_sym_LT_EQ] = ACTIONS(5050), + [anon_sym_GT_EQ] = ACTIONS(5050), + [anon_sym_BANGin] = ACTIONS(5050), + [anon_sym_is] = ACTIONS(5048), + [anon_sym_BANGis] = ACTIONS(5050), + [anon_sym_PLUS] = ACTIONS(5048), + [anon_sym_DASH] = ACTIONS(5048), + [anon_sym_SLASH] = ACTIONS(5048), + [anon_sym_PERCENT] = ACTIONS(5048), + [anon_sym_as_QMARK] = ACTIONS(5050), + [anon_sym_PLUS_PLUS] = ACTIONS(5050), + [anon_sym_DASH_DASH] = ACTIONS(5050), + [anon_sym_BANG] = ACTIONS(5048), + [anon_sym_BANG_BANG] = ACTIONS(5050), + [anon_sym_suspend] = ACTIONS(5048), + [anon_sym_sealed] = ACTIONS(5048), + [anon_sym_annotation] = ACTIONS(5048), + [anon_sym_data] = ACTIONS(5048), + [anon_sym_inner] = ACTIONS(5048), + [anon_sym_value] = ACTIONS(5048), + [anon_sym_override] = ACTIONS(5048), + [anon_sym_lateinit] = ACTIONS(5048), + [anon_sym_public] = ACTIONS(5048), + [anon_sym_private] = ACTIONS(5048), + [anon_sym_internal] = ACTIONS(5048), + [anon_sym_protected] = ACTIONS(5048), + [anon_sym_tailrec] = ACTIONS(5048), + [anon_sym_operator] = ACTIONS(5048), + [anon_sym_infix] = ACTIONS(5048), + [anon_sym_inline] = ACTIONS(5048), + [anon_sym_external] = ACTIONS(5048), + [sym_property_modifier] = ACTIONS(5048), + [anon_sym_abstract] = ACTIONS(5048), + [anon_sym_final] = ACTIONS(5048), + [anon_sym_open] = ACTIONS(5048), + [anon_sym_vararg] = ACTIONS(5048), + [anon_sym_noinline] = ACTIONS(5048), + [anon_sym_crossinline] = ACTIONS(5048), + [anon_sym_expect] = ACTIONS(5048), + [anon_sym_actual] = ACTIONS(5048), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5050), + [anon_sym_continue_AT] = ACTIONS(5050), + [anon_sym_break_AT] = ACTIONS(5050), + [anon_sym_this_AT] = ACTIONS(5050), + [anon_sym_super_AT] = ACTIONS(5050), + [sym_real_literal] = ACTIONS(5050), + [sym_integer_literal] = ACTIONS(5048), + [sym_hex_literal] = ACTIONS(5050), + [sym_bin_literal] = ACTIONS(5050), + [anon_sym_true] = ACTIONS(5048), + [anon_sym_false] = ACTIONS(5048), + [anon_sym_SQUOTE] = ACTIONS(5050), + [sym__backtick_identifier] = ACTIONS(5050), + [sym__automatic_semicolon] = ACTIONS(5050), + [sym_safe_nav] = ACTIONS(5050), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5050), }, [1114] = { - [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(5067), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5069), - [anon_sym_super_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(5052), + [anon_sym_AT] = ACTIONS(5054), + [anon_sym_LBRACK] = ACTIONS(5054), + [anon_sym_as] = ACTIONS(5052), + [anon_sym_EQ] = ACTIONS(5052), + [anon_sym_LBRACE] = ACTIONS(5054), + [anon_sym_RBRACE] = ACTIONS(5054), + [anon_sym_LPAREN] = ACTIONS(5054), + [anon_sym_COMMA] = ACTIONS(5054), + [anon_sym_LT] = ACTIONS(5052), + [anon_sym_GT] = ACTIONS(5052), + [anon_sym_where] = ACTIONS(5052), + [anon_sym_object] = ACTIONS(5052), + [anon_sym_fun] = ACTIONS(5052), + [anon_sym_DOT] = ACTIONS(5052), + [anon_sym_SEMI] = ACTIONS(5054), + [anon_sym_get] = ACTIONS(5052), + [anon_sym_set] = ACTIONS(5052), + [anon_sym_this] = ACTIONS(5052), + [anon_sym_super] = ACTIONS(5052), + [anon_sym_STAR] = ACTIONS(5052), + [sym_label] = ACTIONS(5052), + [anon_sym_in] = ACTIONS(5052), + [anon_sym_DOT_DOT] = ACTIONS(5054), + [anon_sym_QMARK_COLON] = ACTIONS(5054), + [anon_sym_AMP_AMP] = ACTIONS(5054), + [anon_sym_PIPE_PIPE] = ACTIONS(5054), + [anon_sym_null] = ACTIONS(5052), + [anon_sym_if] = ACTIONS(5052), + [anon_sym_else] = ACTIONS(5052), + [anon_sym_when] = ACTIONS(5052), + [anon_sym_try] = ACTIONS(5052), + [anon_sym_throw] = ACTIONS(5052), + [anon_sym_return] = ACTIONS(5052), + [anon_sym_continue] = ACTIONS(5052), + [anon_sym_break] = ACTIONS(5052), + [anon_sym_COLON_COLON] = ACTIONS(5054), + [anon_sym_PLUS_EQ] = ACTIONS(5054), + [anon_sym_DASH_EQ] = ACTIONS(5054), + [anon_sym_STAR_EQ] = ACTIONS(5054), + [anon_sym_SLASH_EQ] = ACTIONS(5054), + [anon_sym_PERCENT_EQ] = ACTIONS(5054), + [anon_sym_BANG_EQ] = ACTIONS(5052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5054), + [anon_sym_EQ_EQ] = ACTIONS(5052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5054), + [anon_sym_LT_EQ] = ACTIONS(5054), + [anon_sym_GT_EQ] = ACTIONS(5054), + [anon_sym_BANGin] = ACTIONS(5054), + [anon_sym_is] = ACTIONS(5052), + [anon_sym_BANGis] = ACTIONS(5054), + [anon_sym_PLUS] = ACTIONS(5052), + [anon_sym_DASH] = ACTIONS(5052), + [anon_sym_SLASH] = ACTIONS(5052), + [anon_sym_PERCENT] = ACTIONS(5052), + [anon_sym_as_QMARK] = ACTIONS(5054), + [anon_sym_PLUS_PLUS] = ACTIONS(5054), + [anon_sym_DASH_DASH] = ACTIONS(5054), + [anon_sym_BANG] = ACTIONS(5052), + [anon_sym_BANG_BANG] = ACTIONS(5054), + [anon_sym_suspend] = ACTIONS(5052), + [anon_sym_sealed] = ACTIONS(5052), + [anon_sym_annotation] = ACTIONS(5052), + [anon_sym_data] = ACTIONS(5052), + [anon_sym_inner] = ACTIONS(5052), + [anon_sym_value] = ACTIONS(5052), + [anon_sym_override] = ACTIONS(5052), + [anon_sym_lateinit] = ACTIONS(5052), + [anon_sym_public] = ACTIONS(5052), + [anon_sym_private] = ACTIONS(5052), + [anon_sym_internal] = ACTIONS(5052), + [anon_sym_protected] = ACTIONS(5052), + [anon_sym_tailrec] = ACTIONS(5052), + [anon_sym_operator] = ACTIONS(5052), + [anon_sym_infix] = ACTIONS(5052), + [anon_sym_inline] = ACTIONS(5052), + [anon_sym_external] = ACTIONS(5052), + [sym_property_modifier] = ACTIONS(5052), + [anon_sym_abstract] = ACTIONS(5052), + [anon_sym_final] = ACTIONS(5052), + [anon_sym_open] = ACTIONS(5052), + [anon_sym_vararg] = ACTIONS(5052), + [anon_sym_noinline] = ACTIONS(5052), + [anon_sym_crossinline] = ACTIONS(5052), + [anon_sym_expect] = ACTIONS(5052), + [anon_sym_actual] = ACTIONS(5052), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5054), + [anon_sym_continue_AT] = ACTIONS(5054), + [anon_sym_break_AT] = ACTIONS(5054), + [anon_sym_this_AT] = ACTIONS(5054), + [anon_sym_super_AT] = ACTIONS(5054), + [sym_real_literal] = ACTIONS(5054), + [sym_integer_literal] = ACTIONS(5052), + [sym_hex_literal] = ACTIONS(5054), + [sym_bin_literal] = ACTIONS(5054), + [anon_sym_true] = ACTIONS(5052), + [anon_sym_false] = ACTIONS(5052), + [anon_sym_SQUOTE] = ACTIONS(5054), + [sym__backtick_identifier] = ACTIONS(5054), + [sym__automatic_semicolon] = ACTIONS(5054), + [sym_safe_nav] = ACTIONS(5054), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5054), }, [1115] = { - [sym__alpha_identifier] = ACTIONS(1584), - [anon_sym_AT] = ACTIONS(1582), - [anon_sym_LBRACK] = ACTIONS(1582), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_EQ] = ACTIONS(1584), - [anon_sym_LBRACE] = ACTIONS(1582), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(1582), - [anon_sym_COMMA] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_where] = ACTIONS(1584), - [anon_sym_object] = ACTIONS(1584), - [anon_sym_fun] = ACTIONS(1584), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), - [anon_sym_get] = ACTIONS(1584), - [anon_sym_set] = ACTIONS(1584), - [anon_sym_this] = ACTIONS(1584), - [anon_sym_super] = ACTIONS(1584), - [anon_sym_STAR] = ACTIONS(1584), - [sym_label] = ACTIONS(1584), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), - [anon_sym_null] = ACTIONS(1584), - [anon_sym_if] = ACTIONS(1584), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(1584), - [anon_sym_try] = ACTIONS(1584), - [anon_sym_throw] = ACTIONS(1584), - [anon_sym_return] = ACTIONS(1584), - [anon_sym_continue] = ACTIONS(1584), - [anon_sym_break] = ACTIONS(1584), - [anon_sym_COLON_COLON] = ACTIONS(1582), - [anon_sym_PLUS_EQ] = ACTIONS(1582), - [anon_sym_DASH_EQ] = ACTIONS(1582), - [anon_sym_STAR_EQ] = ACTIONS(1582), - [anon_sym_SLASH_EQ] = ACTIONS(1582), - [anon_sym_PERCENT_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(1584), - [anon_sym_DASH] = ACTIONS(1584), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1584), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(1582), - [anon_sym_DASH_DASH] = ACTIONS(1582), - [anon_sym_BANG] = ACTIONS(1584), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_suspend] = ACTIONS(1584), - [anon_sym_sealed] = ACTIONS(1584), - [anon_sym_annotation] = ACTIONS(1584), - [anon_sym_data] = ACTIONS(1584), - [anon_sym_inner] = ACTIONS(1584), - [anon_sym_value] = ACTIONS(1584), - [anon_sym_override] = ACTIONS(1584), - [anon_sym_lateinit] = ACTIONS(1584), - [anon_sym_public] = ACTIONS(1584), - [anon_sym_private] = ACTIONS(1584), - [anon_sym_internal] = ACTIONS(1584), - [anon_sym_protected] = ACTIONS(1584), - [anon_sym_tailrec] = ACTIONS(1584), - [anon_sym_operator] = ACTIONS(1584), - [anon_sym_infix] = ACTIONS(1584), - [anon_sym_inline] = ACTIONS(1584), - [anon_sym_external] = ACTIONS(1584), - [sym_property_modifier] = ACTIONS(1584), - [anon_sym_abstract] = ACTIONS(1584), - [anon_sym_final] = ACTIONS(1584), - [anon_sym_open] = ACTIONS(1584), - [anon_sym_vararg] = ACTIONS(1584), - [anon_sym_noinline] = ACTIONS(1584), - [anon_sym_crossinline] = ACTIONS(1584), - [anon_sym_expect] = ACTIONS(1584), - [anon_sym_actual] = ACTIONS(1584), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1582), - [anon_sym_continue_AT] = ACTIONS(1582), - [anon_sym_break_AT] = ACTIONS(1582), - [anon_sym_this_AT] = ACTIONS(1582), - [anon_sym_super_AT] = ACTIONS(1582), - [sym_real_literal] = ACTIONS(1582), - [sym_integer_literal] = ACTIONS(1584), - [sym_hex_literal] = ACTIONS(1582), - [sym_bin_literal] = ACTIONS(1582), - [anon_sym_true] = ACTIONS(1584), - [anon_sym_false] = ACTIONS(1584), - [anon_sym_SQUOTE] = ACTIONS(1582), - [sym__backtick_identifier] = ACTIONS(1582), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1582), + [sym__alpha_identifier] = ACTIONS(4677), + [anon_sym_AT] = ACTIONS(4679), + [anon_sym_LBRACK] = ACTIONS(4679), + [anon_sym_as] = ACTIONS(4677), + [anon_sym_EQ] = ACTIONS(4677), + [anon_sym_LBRACE] = ACTIONS(4679), + [anon_sym_RBRACE] = ACTIONS(4679), + [anon_sym_LPAREN] = ACTIONS(4679), + [anon_sym_COMMA] = ACTIONS(4679), + [anon_sym_LT] = ACTIONS(4677), + [anon_sym_GT] = ACTIONS(4677), + [anon_sym_where] = ACTIONS(4677), + [anon_sym_object] = ACTIONS(4677), + [anon_sym_fun] = ACTIONS(4677), + [anon_sym_DOT] = ACTIONS(4677), + [anon_sym_SEMI] = ACTIONS(4679), + [anon_sym_get] = ACTIONS(4677), + [anon_sym_set] = ACTIONS(4677), + [anon_sym_this] = ACTIONS(4677), + [anon_sym_super] = ACTIONS(4677), + [anon_sym_STAR] = ACTIONS(4677), + [sym_label] = ACTIONS(4677), + [anon_sym_in] = ACTIONS(4677), + [anon_sym_DOT_DOT] = ACTIONS(4679), + [anon_sym_QMARK_COLON] = ACTIONS(4679), + [anon_sym_AMP_AMP] = ACTIONS(4679), + [anon_sym_PIPE_PIPE] = ACTIONS(4679), + [anon_sym_null] = ACTIONS(4677), + [anon_sym_if] = ACTIONS(4677), + [anon_sym_else] = ACTIONS(4677), + [anon_sym_when] = ACTIONS(4677), + [anon_sym_try] = ACTIONS(4677), + [anon_sym_throw] = ACTIONS(4677), + [anon_sym_return] = ACTIONS(4677), + [anon_sym_continue] = ACTIONS(4677), + [anon_sym_break] = ACTIONS(4677), + [anon_sym_COLON_COLON] = ACTIONS(4679), + [anon_sym_PLUS_EQ] = ACTIONS(4679), + [anon_sym_DASH_EQ] = ACTIONS(4679), + [anon_sym_STAR_EQ] = ACTIONS(4679), + [anon_sym_SLASH_EQ] = ACTIONS(4679), + [anon_sym_PERCENT_EQ] = ACTIONS(4679), + [anon_sym_BANG_EQ] = ACTIONS(4677), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4679), + [anon_sym_EQ_EQ] = ACTIONS(4677), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4679), + [anon_sym_LT_EQ] = ACTIONS(4679), + [anon_sym_GT_EQ] = ACTIONS(4679), + [anon_sym_BANGin] = ACTIONS(4679), + [anon_sym_is] = ACTIONS(4677), + [anon_sym_BANGis] = ACTIONS(4679), + [anon_sym_PLUS] = ACTIONS(4677), + [anon_sym_DASH] = ACTIONS(4677), + [anon_sym_SLASH] = ACTIONS(4677), + [anon_sym_PERCENT] = ACTIONS(4677), + [anon_sym_as_QMARK] = ACTIONS(4679), + [anon_sym_PLUS_PLUS] = ACTIONS(4679), + [anon_sym_DASH_DASH] = ACTIONS(4679), + [anon_sym_BANG] = ACTIONS(4677), + [anon_sym_BANG_BANG] = ACTIONS(4679), + [anon_sym_suspend] = ACTIONS(4677), + [anon_sym_sealed] = ACTIONS(4677), + [anon_sym_annotation] = ACTIONS(4677), + [anon_sym_data] = ACTIONS(4677), + [anon_sym_inner] = ACTIONS(4677), + [anon_sym_value] = ACTIONS(4677), + [anon_sym_override] = ACTIONS(4677), + [anon_sym_lateinit] = ACTIONS(4677), + [anon_sym_public] = ACTIONS(4677), + [anon_sym_private] = ACTIONS(4677), + [anon_sym_internal] = ACTIONS(4677), + [anon_sym_protected] = ACTIONS(4677), + [anon_sym_tailrec] = ACTIONS(4677), + [anon_sym_operator] = ACTIONS(4677), + [anon_sym_infix] = ACTIONS(4677), + [anon_sym_inline] = ACTIONS(4677), + [anon_sym_external] = ACTIONS(4677), + [sym_property_modifier] = ACTIONS(4677), + [anon_sym_abstract] = ACTIONS(4677), + [anon_sym_final] = ACTIONS(4677), + [anon_sym_open] = ACTIONS(4677), + [anon_sym_vararg] = ACTIONS(4677), + [anon_sym_noinline] = ACTIONS(4677), + [anon_sym_crossinline] = ACTIONS(4677), + [anon_sym_expect] = ACTIONS(4677), + [anon_sym_actual] = ACTIONS(4677), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4679), + [anon_sym_continue_AT] = ACTIONS(4679), + [anon_sym_break_AT] = ACTIONS(4679), + [anon_sym_this_AT] = ACTIONS(4679), + [anon_sym_super_AT] = ACTIONS(4679), + [sym_real_literal] = ACTIONS(4679), + [sym_integer_literal] = ACTIONS(4677), + [sym_hex_literal] = ACTIONS(4679), + [sym_bin_literal] = ACTIONS(4679), + [anon_sym_true] = ACTIONS(4677), + [anon_sym_false] = ACTIONS(4677), + [anon_sym_SQUOTE] = ACTIONS(4679), + [sym__backtick_identifier] = ACTIONS(4679), + [sym__automatic_semicolon] = ACTIONS(4679), + [sym_safe_nav] = ACTIONS(4679), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4679), }, [1116] = { - [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(5071), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5053), - [anon_sym_super_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), + [sym__alpha_identifier] = ACTIONS(5056), + [anon_sym_AT] = ACTIONS(5058), + [anon_sym_LBRACK] = ACTIONS(5058), + [anon_sym_as] = ACTIONS(5056), + [anon_sym_EQ] = ACTIONS(5056), + [anon_sym_LBRACE] = ACTIONS(5058), + [anon_sym_RBRACE] = ACTIONS(5058), + [anon_sym_LPAREN] = ACTIONS(5058), + [anon_sym_COMMA] = ACTIONS(5058), + [anon_sym_LT] = ACTIONS(5056), + [anon_sym_GT] = ACTIONS(5056), + [anon_sym_where] = ACTIONS(5056), + [anon_sym_object] = ACTIONS(5056), + [anon_sym_fun] = ACTIONS(5056), + [anon_sym_DOT] = ACTIONS(5056), + [anon_sym_SEMI] = ACTIONS(5058), + [anon_sym_get] = ACTIONS(5056), + [anon_sym_set] = ACTIONS(5056), + [anon_sym_this] = ACTIONS(5056), + [anon_sym_super] = ACTIONS(5056), + [anon_sym_STAR] = ACTIONS(5056), + [sym_label] = ACTIONS(5056), + [anon_sym_in] = ACTIONS(5056), + [anon_sym_DOT_DOT] = ACTIONS(5058), + [anon_sym_QMARK_COLON] = ACTIONS(5058), + [anon_sym_AMP_AMP] = ACTIONS(5058), + [anon_sym_PIPE_PIPE] = ACTIONS(5058), + [anon_sym_null] = ACTIONS(5056), + [anon_sym_if] = ACTIONS(5056), + [anon_sym_else] = ACTIONS(5056), + [anon_sym_when] = ACTIONS(5056), + [anon_sym_try] = ACTIONS(5056), + [anon_sym_throw] = ACTIONS(5056), + [anon_sym_return] = ACTIONS(5056), + [anon_sym_continue] = ACTIONS(5056), + [anon_sym_break] = ACTIONS(5056), + [anon_sym_COLON_COLON] = ACTIONS(5058), + [anon_sym_PLUS_EQ] = ACTIONS(5058), + [anon_sym_DASH_EQ] = ACTIONS(5058), + [anon_sym_STAR_EQ] = ACTIONS(5058), + [anon_sym_SLASH_EQ] = ACTIONS(5058), + [anon_sym_PERCENT_EQ] = ACTIONS(5058), + [anon_sym_BANG_EQ] = ACTIONS(5056), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5058), + [anon_sym_EQ_EQ] = ACTIONS(5056), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5058), + [anon_sym_LT_EQ] = ACTIONS(5058), + [anon_sym_GT_EQ] = ACTIONS(5058), + [anon_sym_BANGin] = ACTIONS(5058), + [anon_sym_is] = ACTIONS(5056), + [anon_sym_BANGis] = ACTIONS(5058), + [anon_sym_PLUS] = ACTIONS(5056), + [anon_sym_DASH] = ACTIONS(5056), + [anon_sym_SLASH] = ACTIONS(5056), + [anon_sym_PERCENT] = ACTIONS(5056), + [anon_sym_as_QMARK] = ACTIONS(5058), + [anon_sym_PLUS_PLUS] = ACTIONS(5058), + [anon_sym_DASH_DASH] = ACTIONS(5058), + [anon_sym_BANG] = ACTIONS(5056), + [anon_sym_BANG_BANG] = ACTIONS(5058), + [anon_sym_suspend] = ACTIONS(5056), + [anon_sym_sealed] = ACTIONS(5056), + [anon_sym_annotation] = ACTIONS(5056), + [anon_sym_data] = ACTIONS(5056), + [anon_sym_inner] = ACTIONS(5056), + [anon_sym_value] = ACTIONS(5056), + [anon_sym_override] = ACTIONS(5056), + [anon_sym_lateinit] = ACTIONS(5056), + [anon_sym_public] = ACTIONS(5056), + [anon_sym_private] = ACTIONS(5056), + [anon_sym_internal] = ACTIONS(5056), + [anon_sym_protected] = ACTIONS(5056), + [anon_sym_tailrec] = ACTIONS(5056), + [anon_sym_operator] = ACTIONS(5056), + [anon_sym_infix] = ACTIONS(5056), + [anon_sym_inline] = ACTIONS(5056), + [anon_sym_external] = ACTIONS(5056), + [sym_property_modifier] = ACTIONS(5056), + [anon_sym_abstract] = ACTIONS(5056), + [anon_sym_final] = ACTIONS(5056), + [anon_sym_open] = ACTIONS(5056), + [anon_sym_vararg] = ACTIONS(5056), + [anon_sym_noinline] = ACTIONS(5056), + [anon_sym_crossinline] = ACTIONS(5056), + [anon_sym_expect] = ACTIONS(5056), + [anon_sym_actual] = ACTIONS(5056), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5058), + [anon_sym_continue_AT] = ACTIONS(5058), + [anon_sym_break_AT] = ACTIONS(5058), + [anon_sym_this_AT] = ACTIONS(5058), + [anon_sym_super_AT] = ACTIONS(5058), + [sym_real_literal] = ACTIONS(5058), + [sym_integer_literal] = ACTIONS(5056), + [sym_hex_literal] = ACTIONS(5058), + [sym_bin_literal] = ACTIONS(5058), + [anon_sym_true] = ACTIONS(5056), + [anon_sym_false] = ACTIONS(5056), + [anon_sym_SQUOTE] = ACTIONS(5058), + [sym__backtick_identifier] = ACTIONS(5058), + [sym__automatic_semicolon] = ACTIONS(5058), + [sym_safe_nav] = ACTIONS(5058), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5058), }, [1117] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5075), - [anon_sym_super_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), + [sym__alpha_identifier] = ACTIONS(5060), + [anon_sym_AT] = ACTIONS(5062), + [anon_sym_LBRACK] = ACTIONS(5062), + [anon_sym_as] = ACTIONS(5060), + [anon_sym_EQ] = ACTIONS(5060), + [anon_sym_LBRACE] = ACTIONS(5062), + [anon_sym_RBRACE] = ACTIONS(5062), + [anon_sym_LPAREN] = ACTIONS(5062), + [anon_sym_COMMA] = ACTIONS(5062), + [anon_sym_LT] = ACTIONS(5060), + [anon_sym_GT] = ACTIONS(5060), + [anon_sym_where] = ACTIONS(5060), + [anon_sym_object] = ACTIONS(5060), + [anon_sym_fun] = ACTIONS(5060), + [anon_sym_DOT] = ACTIONS(5060), + [anon_sym_SEMI] = ACTIONS(5062), + [anon_sym_get] = ACTIONS(5060), + [anon_sym_set] = ACTIONS(5060), + [anon_sym_this] = ACTIONS(5060), + [anon_sym_super] = ACTIONS(5060), + [anon_sym_STAR] = ACTIONS(5060), + [sym_label] = ACTIONS(5060), + [anon_sym_in] = ACTIONS(5060), + [anon_sym_DOT_DOT] = ACTIONS(5062), + [anon_sym_QMARK_COLON] = ACTIONS(5062), + [anon_sym_AMP_AMP] = ACTIONS(5062), + [anon_sym_PIPE_PIPE] = ACTIONS(5062), + [anon_sym_null] = ACTIONS(5060), + [anon_sym_if] = ACTIONS(5060), + [anon_sym_else] = ACTIONS(5060), + [anon_sym_when] = ACTIONS(5060), + [anon_sym_try] = ACTIONS(5060), + [anon_sym_throw] = ACTIONS(5060), + [anon_sym_return] = ACTIONS(5060), + [anon_sym_continue] = ACTIONS(5060), + [anon_sym_break] = ACTIONS(5060), + [anon_sym_COLON_COLON] = ACTIONS(5062), + [anon_sym_PLUS_EQ] = ACTIONS(5062), + [anon_sym_DASH_EQ] = ACTIONS(5062), + [anon_sym_STAR_EQ] = ACTIONS(5062), + [anon_sym_SLASH_EQ] = ACTIONS(5062), + [anon_sym_PERCENT_EQ] = ACTIONS(5062), + [anon_sym_BANG_EQ] = ACTIONS(5060), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5062), + [anon_sym_EQ_EQ] = ACTIONS(5060), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5062), + [anon_sym_LT_EQ] = ACTIONS(5062), + [anon_sym_GT_EQ] = ACTIONS(5062), + [anon_sym_BANGin] = ACTIONS(5062), + [anon_sym_is] = ACTIONS(5060), + [anon_sym_BANGis] = ACTIONS(5062), + [anon_sym_PLUS] = ACTIONS(5060), + [anon_sym_DASH] = ACTIONS(5060), + [anon_sym_SLASH] = ACTIONS(5060), + [anon_sym_PERCENT] = ACTIONS(5060), + [anon_sym_as_QMARK] = ACTIONS(5062), + [anon_sym_PLUS_PLUS] = ACTIONS(5062), + [anon_sym_DASH_DASH] = ACTIONS(5062), + [anon_sym_BANG] = ACTIONS(5060), + [anon_sym_BANG_BANG] = ACTIONS(5062), + [anon_sym_suspend] = ACTIONS(5060), + [anon_sym_sealed] = ACTIONS(5060), + [anon_sym_annotation] = ACTIONS(5060), + [anon_sym_data] = ACTIONS(5060), + [anon_sym_inner] = ACTIONS(5060), + [anon_sym_value] = ACTIONS(5060), + [anon_sym_override] = ACTIONS(5060), + [anon_sym_lateinit] = ACTIONS(5060), + [anon_sym_public] = ACTIONS(5060), + [anon_sym_private] = ACTIONS(5060), + [anon_sym_internal] = ACTIONS(5060), + [anon_sym_protected] = ACTIONS(5060), + [anon_sym_tailrec] = ACTIONS(5060), + [anon_sym_operator] = ACTIONS(5060), + [anon_sym_infix] = ACTIONS(5060), + [anon_sym_inline] = ACTIONS(5060), + [anon_sym_external] = ACTIONS(5060), + [sym_property_modifier] = ACTIONS(5060), + [anon_sym_abstract] = ACTIONS(5060), + [anon_sym_final] = ACTIONS(5060), + [anon_sym_open] = ACTIONS(5060), + [anon_sym_vararg] = ACTIONS(5060), + [anon_sym_noinline] = ACTIONS(5060), + [anon_sym_crossinline] = ACTIONS(5060), + [anon_sym_expect] = ACTIONS(5060), + [anon_sym_actual] = ACTIONS(5060), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5062), + [anon_sym_continue_AT] = ACTIONS(5062), + [anon_sym_break_AT] = ACTIONS(5062), + [anon_sym_this_AT] = ACTIONS(5062), + [anon_sym_super_AT] = ACTIONS(5062), + [sym_real_literal] = ACTIONS(5062), + [sym_integer_literal] = ACTIONS(5060), + [sym_hex_literal] = ACTIONS(5062), + [sym_bin_literal] = ACTIONS(5062), + [anon_sym_true] = ACTIONS(5060), + [anon_sym_false] = ACTIONS(5060), + [anon_sym_SQUOTE] = ACTIONS(5062), + [sym__backtick_identifier] = ACTIONS(5062), + [sym__automatic_semicolon] = ACTIONS(5062), + [sym_safe_nav] = ACTIONS(5062), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5062), }, [1118] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5079), - [anon_sym_super_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), + [sym__alpha_identifier] = ACTIONS(123), + [anon_sym_AT] = ACTIONS(121), + [anon_sym_LBRACK] = ACTIONS(121), + [anon_sym_as] = ACTIONS(123), + [anon_sym_EQ] = ACTIONS(123), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_RBRACE] = ACTIONS(121), + [anon_sym_LPAREN] = ACTIONS(121), + [anon_sym_COMMA] = ACTIONS(121), + [anon_sym_LT] = ACTIONS(123), + [anon_sym_GT] = ACTIONS(123), + [anon_sym_where] = ACTIONS(123), + [anon_sym_object] = ACTIONS(123), + [anon_sym_fun] = ACTIONS(123), + [anon_sym_DOT] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(121), + [anon_sym_get] = ACTIONS(123), + [anon_sym_set] = ACTIONS(123), + [anon_sym_this] = ACTIONS(123), + [anon_sym_super] = ACTIONS(123), + [anon_sym_STAR] = ACTIONS(123), + [sym_label] = ACTIONS(123), + [anon_sym_in] = ACTIONS(123), + [anon_sym_DOT_DOT] = ACTIONS(121), + [anon_sym_QMARK_COLON] = ACTIONS(121), + [anon_sym_AMP_AMP] = ACTIONS(121), + [anon_sym_PIPE_PIPE] = ACTIONS(121), + [anon_sym_null] = ACTIONS(123), + [anon_sym_if] = ACTIONS(123), + [anon_sym_else] = ACTIONS(123), + [anon_sym_when] = ACTIONS(123), + [anon_sym_try] = ACTIONS(123), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_return] = ACTIONS(123), + [anon_sym_continue] = ACTIONS(123), + [anon_sym_break] = ACTIONS(123), + [anon_sym_COLON_COLON] = ACTIONS(121), + [anon_sym_PLUS_EQ] = ACTIONS(121), + [anon_sym_DASH_EQ] = ACTIONS(121), + [anon_sym_STAR_EQ] = ACTIONS(121), + [anon_sym_SLASH_EQ] = ACTIONS(121), + [anon_sym_PERCENT_EQ] = ACTIONS(121), + [anon_sym_BANG_EQ] = ACTIONS(123), + [anon_sym_BANG_EQ_EQ] = ACTIONS(121), + [anon_sym_EQ_EQ] = ACTIONS(123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(121), + [anon_sym_LT_EQ] = ACTIONS(121), + [anon_sym_GT_EQ] = ACTIONS(121), + [anon_sym_BANGin] = ACTIONS(121), + [anon_sym_is] = ACTIONS(123), + [anon_sym_BANGis] = ACTIONS(121), + [anon_sym_PLUS] = ACTIONS(123), + [anon_sym_DASH] = ACTIONS(123), + [anon_sym_SLASH] = ACTIONS(123), + [anon_sym_PERCENT] = ACTIONS(123), + [anon_sym_as_QMARK] = ACTIONS(121), + [anon_sym_PLUS_PLUS] = ACTIONS(121), + [anon_sym_DASH_DASH] = ACTIONS(121), + [anon_sym_BANG] = ACTIONS(123), + [anon_sym_BANG_BANG] = ACTIONS(121), + [anon_sym_suspend] = ACTIONS(123), + [anon_sym_sealed] = ACTIONS(123), + [anon_sym_annotation] = ACTIONS(123), + [anon_sym_data] = ACTIONS(123), + [anon_sym_inner] = ACTIONS(123), + [anon_sym_value] = ACTIONS(123), + [anon_sym_override] = ACTIONS(123), + [anon_sym_lateinit] = ACTIONS(123), + [anon_sym_public] = ACTIONS(123), + [anon_sym_private] = ACTIONS(123), + [anon_sym_internal] = ACTIONS(123), + [anon_sym_protected] = ACTIONS(123), + [anon_sym_tailrec] = ACTIONS(123), + [anon_sym_operator] = ACTIONS(123), + [anon_sym_infix] = ACTIONS(123), + [anon_sym_inline] = ACTIONS(123), + [anon_sym_external] = ACTIONS(123), + [sym_property_modifier] = ACTIONS(123), + [anon_sym_abstract] = ACTIONS(123), + [anon_sym_final] = ACTIONS(123), + [anon_sym_open] = ACTIONS(123), + [anon_sym_vararg] = ACTIONS(123), + [anon_sym_noinline] = ACTIONS(123), + [anon_sym_crossinline] = ACTIONS(123), + [anon_sym_expect] = ACTIONS(123), + [anon_sym_actual] = ACTIONS(123), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(121), + [anon_sym_continue_AT] = ACTIONS(121), + [anon_sym_break_AT] = ACTIONS(121), + [anon_sym_this_AT] = ACTIONS(121), + [anon_sym_super_AT] = ACTIONS(121), + [sym_real_literal] = ACTIONS(121), + [sym_integer_literal] = ACTIONS(123), + [sym_hex_literal] = ACTIONS(121), + [sym_bin_literal] = ACTIONS(121), + [anon_sym_true] = ACTIONS(123), + [anon_sym_false] = ACTIONS(123), + [anon_sym_SQUOTE] = ACTIONS(121), + [sym__backtick_identifier] = ACTIONS(121), + [sym__automatic_semicolon] = ACTIONS(121), + [sym_safe_nav] = ACTIONS(121), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(121), }, [1119] = { - [sym_function_body] = STATE(1131), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(4202), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_object] = ACTIONS(4307), - [anon_sym_fun] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_this] = ACTIONS(4307), - [anon_sym_super] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4307), - [sym_label] = ACTIONS(4307), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_if] = ACTIONS(4307), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_when] = ACTIONS(4307), - [anon_sym_try] = ACTIONS(4307), - [anon_sym_throw] = ACTIONS(4307), - [anon_sym_return] = ACTIONS(4307), - [anon_sym_continue] = ACTIONS(4307), - [anon_sym_break] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_PLUS_EQ] = ACTIONS(4309), - [anon_sym_DASH_EQ] = ACTIONS(4309), - [anon_sym_STAR_EQ] = ACTIONS(4309), - [anon_sym_SLASH_EQ] = ACTIONS(4309), - [anon_sym_PERCENT_EQ] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4307), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG] = ACTIONS(4307), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4309), - [anon_sym_continue_AT] = ACTIONS(4309), - [anon_sym_break_AT] = ACTIONS(4309), - [anon_sym_this_AT] = ACTIONS(4309), - [anon_sym_super_AT] = ACTIONS(4309), - [sym_real_literal] = ACTIONS(4309), - [sym_integer_literal] = ACTIONS(4307), - [sym_hex_literal] = ACTIONS(4309), - [sym_bin_literal] = ACTIONS(4309), - [anon_sym_true] = ACTIONS(4307), - [anon_sym_false] = ACTIONS(4307), - [anon_sym_SQUOTE] = ACTIONS(4309), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4309), + [sym__alpha_identifier] = ACTIONS(5064), + [anon_sym_AT] = ACTIONS(5066), + [anon_sym_LBRACK] = ACTIONS(5066), + [anon_sym_as] = ACTIONS(5064), + [anon_sym_EQ] = ACTIONS(5064), + [anon_sym_LBRACE] = ACTIONS(5066), + [anon_sym_RBRACE] = ACTIONS(5066), + [anon_sym_LPAREN] = ACTIONS(5066), + [anon_sym_COMMA] = ACTIONS(5066), + [anon_sym_LT] = ACTIONS(5064), + [anon_sym_GT] = ACTIONS(5064), + [anon_sym_where] = ACTIONS(5064), + [anon_sym_object] = ACTIONS(5064), + [anon_sym_fun] = ACTIONS(5064), + [anon_sym_DOT] = ACTIONS(5064), + [anon_sym_SEMI] = ACTIONS(5066), + [anon_sym_get] = ACTIONS(5064), + [anon_sym_set] = ACTIONS(5064), + [anon_sym_this] = ACTIONS(5064), + [anon_sym_super] = ACTIONS(5064), + [anon_sym_STAR] = ACTIONS(5064), + [sym_label] = ACTIONS(5064), + [anon_sym_in] = ACTIONS(5064), + [anon_sym_DOT_DOT] = ACTIONS(5066), + [anon_sym_QMARK_COLON] = ACTIONS(5066), + [anon_sym_AMP_AMP] = ACTIONS(5066), + [anon_sym_PIPE_PIPE] = ACTIONS(5066), + [anon_sym_null] = ACTIONS(5064), + [anon_sym_if] = ACTIONS(5064), + [anon_sym_else] = ACTIONS(5064), + [anon_sym_when] = ACTIONS(5064), + [anon_sym_try] = ACTIONS(5064), + [anon_sym_throw] = ACTIONS(5064), + [anon_sym_return] = ACTIONS(5064), + [anon_sym_continue] = ACTIONS(5064), + [anon_sym_break] = ACTIONS(5064), + [anon_sym_COLON_COLON] = ACTIONS(5066), + [anon_sym_PLUS_EQ] = ACTIONS(5066), + [anon_sym_DASH_EQ] = ACTIONS(5066), + [anon_sym_STAR_EQ] = ACTIONS(5066), + [anon_sym_SLASH_EQ] = ACTIONS(5066), + [anon_sym_PERCENT_EQ] = ACTIONS(5066), + [anon_sym_BANG_EQ] = ACTIONS(5064), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5066), + [anon_sym_EQ_EQ] = ACTIONS(5064), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5066), + [anon_sym_LT_EQ] = ACTIONS(5066), + [anon_sym_GT_EQ] = ACTIONS(5066), + [anon_sym_BANGin] = ACTIONS(5066), + [anon_sym_is] = ACTIONS(5064), + [anon_sym_BANGis] = ACTIONS(5066), + [anon_sym_PLUS] = ACTIONS(5064), + [anon_sym_DASH] = ACTIONS(5064), + [anon_sym_SLASH] = ACTIONS(5064), + [anon_sym_PERCENT] = ACTIONS(5064), + [anon_sym_as_QMARK] = ACTIONS(5066), + [anon_sym_PLUS_PLUS] = ACTIONS(5066), + [anon_sym_DASH_DASH] = ACTIONS(5066), + [anon_sym_BANG] = ACTIONS(5064), + [anon_sym_BANG_BANG] = ACTIONS(5066), + [anon_sym_suspend] = ACTIONS(5064), + [anon_sym_sealed] = ACTIONS(5064), + [anon_sym_annotation] = ACTIONS(5064), + [anon_sym_data] = ACTIONS(5064), + [anon_sym_inner] = ACTIONS(5064), + [anon_sym_value] = ACTIONS(5064), + [anon_sym_override] = ACTIONS(5064), + [anon_sym_lateinit] = ACTIONS(5064), + [anon_sym_public] = ACTIONS(5064), + [anon_sym_private] = ACTIONS(5064), + [anon_sym_internal] = ACTIONS(5064), + [anon_sym_protected] = ACTIONS(5064), + [anon_sym_tailrec] = ACTIONS(5064), + [anon_sym_operator] = ACTIONS(5064), + [anon_sym_infix] = ACTIONS(5064), + [anon_sym_inline] = ACTIONS(5064), + [anon_sym_external] = ACTIONS(5064), + [sym_property_modifier] = ACTIONS(5064), + [anon_sym_abstract] = ACTIONS(5064), + [anon_sym_final] = ACTIONS(5064), + [anon_sym_open] = ACTIONS(5064), + [anon_sym_vararg] = ACTIONS(5064), + [anon_sym_noinline] = ACTIONS(5064), + [anon_sym_crossinline] = ACTIONS(5064), + [anon_sym_expect] = ACTIONS(5064), + [anon_sym_actual] = ACTIONS(5064), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5066), + [anon_sym_continue_AT] = ACTIONS(5066), + [anon_sym_break_AT] = ACTIONS(5066), + [anon_sym_this_AT] = ACTIONS(5066), + [anon_sym_super_AT] = ACTIONS(5066), + [sym_real_literal] = ACTIONS(5066), + [sym_integer_literal] = ACTIONS(5064), + [sym_hex_literal] = ACTIONS(5066), + [sym_bin_literal] = ACTIONS(5066), + [anon_sym_true] = ACTIONS(5064), + [anon_sym_false] = ACTIONS(5064), + [anon_sym_SQUOTE] = ACTIONS(5066), + [sym__backtick_identifier] = ACTIONS(5066), + [sym__automatic_semicolon] = ACTIONS(5066), + [sym_safe_nav] = ACTIONS(5066), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5066), }, [1120] = { - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(4361), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(4359), - [anon_sym_object] = ACTIONS(4359), - [anon_sym_fun] = ACTIONS(4359), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_this] = ACTIONS(4359), - [anon_sym_super] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [sym_label] = ACTIONS(4359), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_null] = ACTIONS(4359), - [anon_sym_if] = ACTIONS(4359), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_when] = ACTIONS(4359), - [anon_sym_try] = ACTIONS(4359), - [anon_sym_throw] = ACTIONS(4359), - [anon_sym_return] = ACTIONS(4359), - [anon_sym_continue] = ACTIONS(4359), - [anon_sym_break] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG] = ACTIONS(4359), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_suspend] = ACTIONS(4359), - [anon_sym_sealed] = ACTIONS(4359), - [anon_sym_annotation] = ACTIONS(4359), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_override] = ACTIONS(4359), - [anon_sym_lateinit] = ACTIONS(4359), - [anon_sym_public] = ACTIONS(4359), - [anon_sym_private] = ACTIONS(4359), - [anon_sym_internal] = ACTIONS(4359), - [anon_sym_protected] = ACTIONS(4359), - [anon_sym_tailrec] = ACTIONS(4359), - [anon_sym_operator] = ACTIONS(4359), - [anon_sym_infix] = ACTIONS(4359), - [anon_sym_inline] = ACTIONS(4359), - [anon_sym_external] = ACTIONS(4359), - [sym_property_modifier] = ACTIONS(4359), - [anon_sym_abstract] = ACTIONS(4359), - [anon_sym_final] = ACTIONS(4359), - [anon_sym_open] = ACTIONS(4359), - [anon_sym_vararg] = ACTIONS(4359), - [anon_sym_noinline] = ACTIONS(4359), - [anon_sym_crossinline] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4361), - [anon_sym_continue_AT] = ACTIONS(4361), - [anon_sym_break_AT] = ACTIONS(4361), - [anon_sym_this_AT] = ACTIONS(4361), - [anon_sym_super_AT] = ACTIONS(4361), - [sym_real_literal] = ACTIONS(4361), - [sym_integer_literal] = ACTIONS(4359), - [sym_hex_literal] = ACTIONS(4361), - [sym_bin_literal] = ACTIONS(4361), - [anon_sym_true] = ACTIONS(4359), - [anon_sym_false] = ACTIONS(4359), - [anon_sym_SQUOTE] = ACTIONS(4361), - [sym__backtick_identifier] = ACTIONS(4361), - [sym__automatic_semicolon] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4361), + [sym__alpha_identifier] = ACTIONS(5068), + [anon_sym_AT] = ACTIONS(5070), + [anon_sym_LBRACK] = ACTIONS(5070), + [anon_sym_as] = ACTIONS(5068), + [anon_sym_EQ] = ACTIONS(5068), + [anon_sym_LBRACE] = ACTIONS(5070), + [anon_sym_RBRACE] = ACTIONS(5070), + [anon_sym_LPAREN] = ACTIONS(5070), + [anon_sym_COMMA] = ACTIONS(5070), + [anon_sym_LT] = ACTIONS(5068), + [anon_sym_GT] = ACTIONS(5068), + [anon_sym_where] = ACTIONS(5068), + [anon_sym_object] = ACTIONS(5068), + [anon_sym_fun] = ACTIONS(5068), + [anon_sym_DOT] = ACTIONS(5068), + [anon_sym_SEMI] = ACTIONS(5070), + [anon_sym_get] = ACTIONS(5068), + [anon_sym_set] = ACTIONS(5068), + [anon_sym_this] = ACTIONS(5068), + [anon_sym_super] = ACTIONS(5068), + [anon_sym_STAR] = ACTIONS(5068), + [sym_label] = ACTIONS(5068), + [anon_sym_in] = ACTIONS(5068), + [anon_sym_DOT_DOT] = ACTIONS(5070), + [anon_sym_QMARK_COLON] = ACTIONS(5070), + [anon_sym_AMP_AMP] = ACTIONS(5070), + [anon_sym_PIPE_PIPE] = ACTIONS(5070), + [anon_sym_null] = ACTIONS(5068), + [anon_sym_if] = ACTIONS(5068), + [anon_sym_else] = ACTIONS(5068), + [anon_sym_when] = ACTIONS(5068), + [anon_sym_try] = ACTIONS(5068), + [anon_sym_throw] = ACTIONS(5068), + [anon_sym_return] = ACTIONS(5068), + [anon_sym_continue] = ACTIONS(5068), + [anon_sym_break] = ACTIONS(5068), + [anon_sym_COLON_COLON] = ACTIONS(5070), + [anon_sym_PLUS_EQ] = ACTIONS(5070), + [anon_sym_DASH_EQ] = ACTIONS(5070), + [anon_sym_STAR_EQ] = ACTIONS(5070), + [anon_sym_SLASH_EQ] = ACTIONS(5070), + [anon_sym_PERCENT_EQ] = ACTIONS(5070), + [anon_sym_BANG_EQ] = ACTIONS(5068), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5070), + [anon_sym_EQ_EQ] = ACTIONS(5068), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5070), + [anon_sym_LT_EQ] = ACTIONS(5070), + [anon_sym_GT_EQ] = ACTIONS(5070), + [anon_sym_BANGin] = ACTIONS(5070), + [anon_sym_is] = ACTIONS(5068), + [anon_sym_BANGis] = ACTIONS(5070), + [anon_sym_PLUS] = ACTIONS(5068), + [anon_sym_DASH] = ACTIONS(5068), + [anon_sym_SLASH] = ACTIONS(5068), + [anon_sym_PERCENT] = ACTIONS(5068), + [anon_sym_as_QMARK] = ACTIONS(5070), + [anon_sym_PLUS_PLUS] = ACTIONS(5070), + [anon_sym_DASH_DASH] = ACTIONS(5070), + [anon_sym_BANG] = ACTIONS(5068), + [anon_sym_BANG_BANG] = ACTIONS(5070), + [anon_sym_suspend] = ACTIONS(5068), + [anon_sym_sealed] = ACTIONS(5068), + [anon_sym_annotation] = ACTIONS(5068), + [anon_sym_data] = ACTIONS(5068), + [anon_sym_inner] = ACTIONS(5068), + [anon_sym_value] = ACTIONS(5068), + [anon_sym_override] = ACTIONS(5068), + [anon_sym_lateinit] = ACTIONS(5068), + [anon_sym_public] = ACTIONS(5068), + [anon_sym_private] = ACTIONS(5068), + [anon_sym_internal] = ACTIONS(5068), + [anon_sym_protected] = ACTIONS(5068), + [anon_sym_tailrec] = ACTIONS(5068), + [anon_sym_operator] = ACTIONS(5068), + [anon_sym_infix] = ACTIONS(5068), + [anon_sym_inline] = ACTIONS(5068), + [anon_sym_external] = ACTIONS(5068), + [sym_property_modifier] = ACTIONS(5068), + [anon_sym_abstract] = ACTIONS(5068), + [anon_sym_final] = ACTIONS(5068), + [anon_sym_open] = ACTIONS(5068), + [anon_sym_vararg] = ACTIONS(5068), + [anon_sym_noinline] = ACTIONS(5068), + [anon_sym_crossinline] = ACTIONS(5068), + [anon_sym_expect] = ACTIONS(5068), + [anon_sym_actual] = ACTIONS(5068), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5070), + [anon_sym_continue_AT] = ACTIONS(5070), + [anon_sym_break_AT] = ACTIONS(5070), + [anon_sym_this_AT] = ACTIONS(5070), + [anon_sym_super_AT] = ACTIONS(5070), + [sym_real_literal] = ACTIONS(5070), + [sym_integer_literal] = ACTIONS(5068), + [sym_hex_literal] = ACTIONS(5070), + [sym_bin_literal] = ACTIONS(5070), + [anon_sym_true] = ACTIONS(5068), + [anon_sym_false] = ACTIONS(5068), + [anon_sym_SQUOTE] = ACTIONS(5070), + [sym__backtick_identifier] = ACTIONS(5070), + [sym__automatic_semicolon] = ACTIONS(5070), + [sym_safe_nav] = ACTIONS(5070), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5070), }, [1121] = { + [sym_function_body] = STATE(1125), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_object] = ACTIONS(4151), + [anon_sym_fun] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_this] = ACTIONS(4151), + [anon_sym_super] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [sym_label] = ACTIONS(4151), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_if] = ACTIONS(4151), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_when] = ACTIONS(4151), + [anon_sym_try] = ACTIONS(4151), + [anon_sym_throw] = ACTIONS(4151), + [anon_sym_return] = ACTIONS(4151), + [anon_sym_continue] = ACTIONS(4151), + [anon_sym_break] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4151), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4153), + [anon_sym_continue_AT] = ACTIONS(4153), + [anon_sym_break_AT] = ACTIONS(4153), + [anon_sym_this_AT] = ACTIONS(4153), + [anon_sym_super_AT] = ACTIONS(4153), + [sym_real_literal] = ACTIONS(4153), + [sym_integer_literal] = ACTIONS(4151), + [sym_hex_literal] = ACTIONS(4153), + [sym_bin_literal] = ACTIONS(4153), + [anon_sym_true] = ACTIONS(4151), + [anon_sym_false] = ACTIONS(4151), + [anon_sym_SQUOTE] = ACTIONS(4153), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4153), + }, + [1122] = { [sym__alpha_identifier] = ACTIONS(4281), [anon_sym_AT] = ACTIONS(4284), [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4281), - [anon_sym_EQ] = ACTIONS(4004), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_EQ] = ACTIONS(4289), [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4284), - [anon_sym_LPAREN] = ACTIONS(5081), - [anon_sym_COMMA] = ACTIONS(4284), - [anon_sym_LT] = ACTIONS(4281), - [anon_sym_GT] = ACTIONS(4281), - [anon_sym_where] = ACTIONS(4281), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(4770), + [anon_sym_COMMA] = ACTIONS(4287), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_where] = ACTIONS(4289), [anon_sym_object] = ACTIONS(4281), [anon_sym_fun] = ACTIONS(4281), - [anon_sym_DOT] = ACTIONS(4281), - [anon_sym_SEMI] = ACTIONS(4284), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), [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(4284), - [anon_sym_QMARK_COLON] = ACTIONS(4284), - [anon_sym_AMP_AMP] = ACTIONS(4284), - [anon_sym_PIPE_PIPE] = ACTIONS(4284), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), [anon_sym_null] = ACTIONS(4281), [anon_sym_if] = ACTIONS(4281), - [anon_sym_else] = ACTIONS(4281), + [anon_sym_else] = ACTIONS(4289), [anon_sym_when] = ACTIONS(4281), [anon_sym_try] = ACTIONS(4281), [anon_sym_throw] = ACTIONS(4281), @@ -177461,53 +177558,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(4281), [anon_sym_break] = ACTIONS(4281), [anon_sym_COLON_COLON] = ACTIONS(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4281), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ] = ACTIONS(4281), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), - [anon_sym_LT_EQ] = ACTIONS(4284), - [anon_sym_GT_EQ] = ACTIONS(4284), - [anon_sym_BANGin] = ACTIONS(4284), - [anon_sym_is] = ACTIONS(4281), - [anon_sym_BANGis] = ACTIONS(4284), + [anon_sym_PLUS_EQ] = ACTIONS(4287), + [anon_sym_DASH_EQ] = ACTIONS(4287), + [anon_sym_STAR_EQ] = ACTIONS(4287), + [anon_sym_SLASH_EQ] = ACTIONS(4287), + [anon_sym_PERCENT_EQ] = ACTIONS(4287), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), [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(4284), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4289), + [anon_sym_as_QMARK] = ACTIONS(4287), [anon_sym_PLUS_PLUS] = ACTIONS(4284), [anon_sym_DASH_DASH] = ACTIONS(4284), [anon_sym_BANG] = ACTIONS(4281), - [anon_sym_BANG_BANG] = ACTIONS(4284), - [anon_sym_suspend] = ACTIONS(4281), - [anon_sym_sealed] = ACTIONS(4281), - [anon_sym_annotation] = ACTIONS(4281), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_suspend] = ACTIONS(4289), + [anon_sym_sealed] = ACTIONS(4289), + [anon_sym_annotation] = ACTIONS(4289), [anon_sym_data] = ACTIONS(4281), [anon_sym_inner] = ACTIONS(4281), [anon_sym_value] = 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_override] = ACTIONS(4289), + [anon_sym_lateinit] = ACTIONS(4289), + [anon_sym_public] = ACTIONS(4289), + [anon_sym_private] = ACTIONS(4289), + [anon_sym_internal] = ACTIONS(4289), + [anon_sym_protected] = ACTIONS(4289), + [anon_sym_tailrec] = ACTIONS(4289), + [anon_sym_operator] = ACTIONS(4289), + [anon_sym_infix] = ACTIONS(4289), + [anon_sym_inline] = ACTIONS(4289), + [anon_sym_external] = ACTIONS(4289), + [sym_property_modifier] = ACTIONS(4289), + [anon_sym_abstract] = ACTIONS(4289), + [anon_sym_final] = ACTIONS(4289), + [anon_sym_open] = ACTIONS(4289), + [anon_sym_vararg] = ACTIONS(4289), + [anon_sym_noinline] = ACTIONS(4289), + [anon_sym_crossinline] = ACTIONS(4289), [anon_sym_expect] = ACTIONS(4281), [anon_sym_actual] = ACTIONS(4281), [sym_line_comment] = ACTIONS(3), @@ -177524,224 +177621,648 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(4281), [anon_sym_SQUOTE] = ACTIONS(4284), [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4284), - [sym_safe_nav] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4287), + [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4284), }, - [1122] = { - [sym__alpha_identifier] = ACTIONS(5085), - [anon_sym_AT] = ACTIONS(5087), - [anon_sym_LBRACK] = ACTIONS(5087), - [anon_sym_as] = ACTIONS(5085), - [anon_sym_EQ] = ACTIONS(5085), - [anon_sym_LBRACE] = ACTIONS(5087), - [anon_sym_RBRACE] = ACTIONS(5087), - [anon_sym_LPAREN] = ACTIONS(5087), - [anon_sym_COMMA] = ACTIONS(5087), - [anon_sym_LT] = ACTIONS(5085), - [anon_sym_GT] = ACTIONS(5085), - [anon_sym_where] = ACTIONS(5085), - [anon_sym_object] = ACTIONS(5085), - [anon_sym_fun] = ACTIONS(5085), - [anon_sym_DOT] = ACTIONS(5085), - [anon_sym_SEMI] = ACTIONS(5087), - [anon_sym_get] = ACTIONS(5085), - [anon_sym_set] = ACTIONS(5085), - [anon_sym_this] = ACTIONS(5085), - [anon_sym_super] = ACTIONS(5085), - [anon_sym_STAR] = ACTIONS(5085), - [sym_label] = ACTIONS(5085), - [anon_sym_in] = ACTIONS(5085), - [anon_sym_DOT_DOT] = ACTIONS(5087), - [anon_sym_QMARK_COLON] = ACTIONS(5087), - [anon_sym_AMP_AMP] = ACTIONS(5087), - [anon_sym_PIPE_PIPE] = ACTIONS(5087), - [anon_sym_null] = ACTIONS(5085), - [anon_sym_if] = ACTIONS(5085), - [anon_sym_else] = ACTIONS(5085), - [anon_sym_when] = ACTIONS(5085), - [anon_sym_try] = ACTIONS(5085), - [anon_sym_throw] = ACTIONS(5085), - [anon_sym_return] = ACTIONS(5085), - [anon_sym_continue] = ACTIONS(5085), - [anon_sym_break] = ACTIONS(5085), - [anon_sym_COLON_COLON] = ACTIONS(5087), - [anon_sym_PLUS_EQ] = ACTIONS(5087), - [anon_sym_DASH_EQ] = ACTIONS(5087), - [anon_sym_STAR_EQ] = ACTIONS(5087), - [anon_sym_SLASH_EQ] = ACTIONS(5087), - [anon_sym_PERCENT_EQ] = ACTIONS(5087), - [anon_sym_BANG_EQ] = ACTIONS(5085), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5087), - [anon_sym_EQ_EQ] = ACTIONS(5085), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5087), - [anon_sym_LT_EQ] = ACTIONS(5087), - [anon_sym_GT_EQ] = ACTIONS(5087), - [anon_sym_BANGin] = ACTIONS(5087), - [anon_sym_is] = ACTIONS(5085), - [anon_sym_BANGis] = ACTIONS(5087), - [anon_sym_PLUS] = ACTIONS(5085), - [anon_sym_DASH] = ACTIONS(5085), - [anon_sym_SLASH] = ACTIONS(5085), - [anon_sym_PERCENT] = ACTIONS(5085), - [anon_sym_as_QMARK] = ACTIONS(5087), - [anon_sym_PLUS_PLUS] = ACTIONS(5087), - [anon_sym_DASH_DASH] = ACTIONS(5087), - [anon_sym_BANG] = ACTIONS(5085), - [anon_sym_BANG_BANG] = ACTIONS(5087), - [anon_sym_suspend] = ACTIONS(5085), - [anon_sym_sealed] = ACTIONS(5085), - [anon_sym_annotation] = ACTIONS(5085), - [anon_sym_data] = ACTIONS(5085), - [anon_sym_inner] = ACTIONS(5085), - [anon_sym_value] = ACTIONS(5085), - [anon_sym_override] = ACTIONS(5085), - [anon_sym_lateinit] = ACTIONS(5085), - [anon_sym_public] = ACTIONS(5085), - [anon_sym_private] = ACTIONS(5085), - [anon_sym_internal] = ACTIONS(5085), - [anon_sym_protected] = ACTIONS(5085), - [anon_sym_tailrec] = ACTIONS(5085), - [anon_sym_operator] = ACTIONS(5085), - [anon_sym_infix] = ACTIONS(5085), - [anon_sym_inline] = ACTIONS(5085), - [anon_sym_external] = ACTIONS(5085), - [sym_property_modifier] = ACTIONS(5085), - [anon_sym_abstract] = ACTIONS(5085), - [anon_sym_final] = ACTIONS(5085), - [anon_sym_open] = ACTIONS(5085), - [anon_sym_vararg] = ACTIONS(5085), - [anon_sym_noinline] = ACTIONS(5085), - [anon_sym_crossinline] = ACTIONS(5085), - [anon_sym_expect] = ACTIONS(5085), - [anon_sym_actual] = ACTIONS(5085), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5087), - [anon_sym_continue_AT] = ACTIONS(5087), - [anon_sym_break_AT] = ACTIONS(5087), - [anon_sym_this_AT] = ACTIONS(5087), - [anon_sym_super_AT] = ACTIONS(5087), - [sym_real_literal] = ACTIONS(5087), - [sym_integer_literal] = ACTIONS(5085), - [sym_hex_literal] = ACTIONS(5087), - [sym_bin_literal] = ACTIONS(5087), - [anon_sym_true] = ACTIONS(5085), - [anon_sym_false] = ACTIONS(5085), - [anon_sym_SQUOTE] = ACTIONS(5087), - [sym__backtick_identifier] = ACTIONS(5087), - [sym__automatic_semicolon] = ACTIONS(5087), - [sym_safe_nav] = ACTIONS(5087), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5087), - }, [1123] = { - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(4439), - [anon_sym_LBRACE] = ACTIONS(4441), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_COMMA] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_where] = ACTIONS(4439), - [anon_sym_object] = ACTIONS(4439), - [anon_sym_fun] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_this] = ACTIONS(4439), - [anon_sym_super] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4439), - [sym_label] = ACTIONS(4439), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_null] = ACTIONS(4439), - [anon_sym_if] = ACTIONS(4439), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_when] = ACTIONS(4439), - [anon_sym_try] = ACTIONS(4439), - [anon_sym_throw] = ACTIONS(4439), - [anon_sym_return] = ACTIONS(4439), - [anon_sym_continue] = ACTIONS(4439), - [anon_sym_break] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_PLUS_EQ] = ACTIONS(4441), - [anon_sym_DASH_EQ] = ACTIONS(4441), - [anon_sym_STAR_EQ] = ACTIONS(4441), - [anon_sym_SLASH_EQ] = ACTIONS(4441), - [anon_sym_PERCENT_EQ] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4439), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG] = ACTIONS(4439), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_suspend] = ACTIONS(4439), - [anon_sym_sealed] = ACTIONS(4439), - [anon_sym_annotation] = ACTIONS(4439), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_override] = ACTIONS(4439), - [anon_sym_lateinit] = ACTIONS(4439), - [anon_sym_public] = ACTIONS(4439), - [anon_sym_private] = ACTIONS(4439), - [anon_sym_internal] = ACTIONS(4439), - [anon_sym_protected] = ACTIONS(4439), - [anon_sym_tailrec] = ACTIONS(4439), - [anon_sym_operator] = ACTIONS(4439), - [anon_sym_infix] = ACTIONS(4439), - [anon_sym_inline] = ACTIONS(4439), - [anon_sym_external] = ACTIONS(4439), - [sym_property_modifier] = ACTIONS(4439), - [anon_sym_abstract] = ACTIONS(4439), - [anon_sym_final] = ACTIONS(4439), - [anon_sym_open] = ACTIONS(4439), - [anon_sym_vararg] = ACTIONS(4439), - [anon_sym_noinline] = ACTIONS(4439), - [anon_sym_crossinline] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4441), - [anon_sym_continue_AT] = ACTIONS(4441), - [anon_sym_break_AT] = ACTIONS(4441), - [anon_sym_this_AT] = ACTIONS(4441), - [anon_sym_super_AT] = ACTIONS(4441), - [sym_real_literal] = ACTIONS(4441), - [sym_integer_literal] = ACTIONS(4439), - [sym_hex_literal] = ACTIONS(4441), - [sym_bin_literal] = ACTIONS(4441), - [anon_sym_true] = ACTIONS(4439), - [anon_sym_false] = ACTIONS(4439), - [anon_sym_SQUOTE] = ACTIONS(4441), - [sym__backtick_identifier] = ACTIONS(4441), - [sym__automatic_semicolon] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4441), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(4323), + [anon_sym_LBRACE] = ACTIONS(4325), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(4323), + [anon_sym_object] = ACTIONS(4323), + [anon_sym_fun] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_this] = ACTIONS(4323), + [anon_sym_super] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [sym_label] = ACTIONS(4323), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_null] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_when] = ACTIONS(4323), + [anon_sym_try] = ACTIONS(4323), + [anon_sym_throw] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4325), + [anon_sym_continue_AT] = ACTIONS(4325), + [anon_sym_break_AT] = ACTIONS(4325), + [anon_sym_this_AT] = ACTIONS(4325), + [anon_sym_super_AT] = ACTIONS(4325), + [sym_real_literal] = ACTIONS(4325), + [sym_integer_literal] = ACTIONS(4323), + [sym_hex_literal] = ACTIONS(4325), + [sym_bin_literal] = ACTIONS(4325), + [anon_sym_true] = ACTIONS(4323), + [anon_sym_false] = ACTIONS(4323), + [anon_sym_SQUOTE] = ACTIONS(4325), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4325), }, [1124] = { + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4597), + [anon_sym_super_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), + }, + [1125] = { + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(4145), + [anon_sym_LBRACE] = ACTIONS(4147), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(4145), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), + }, + [1126] = { + [sym__alpha_identifier] = ACTIONS(5072), + [anon_sym_AT] = ACTIONS(5074), + [anon_sym_LBRACK] = ACTIONS(5074), + [anon_sym_as] = ACTIONS(5072), + [anon_sym_EQ] = ACTIONS(5072), + [anon_sym_LBRACE] = ACTIONS(5074), + [anon_sym_RBRACE] = ACTIONS(5074), + [anon_sym_LPAREN] = ACTIONS(5074), + [anon_sym_COMMA] = ACTIONS(5074), + [anon_sym_LT] = ACTIONS(5072), + [anon_sym_GT] = ACTIONS(5072), + [anon_sym_where] = ACTIONS(5072), + [anon_sym_object] = ACTIONS(5072), + [anon_sym_fun] = ACTIONS(5072), + [anon_sym_DOT] = ACTIONS(5072), + [anon_sym_SEMI] = ACTIONS(5074), + [anon_sym_get] = ACTIONS(5072), + [anon_sym_set] = ACTIONS(5072), + [anon_sym_this] = ACTIONS(5072), + [anon_sym_super] = ACTIONS(5072), + [anon_sym_STAR] = ACTIONS(5072), + [sym_label] = ACTIONS(5072), + [anon_sym_in] = ACTIONS(5072), + [anon_sym_DOT_DOT] = ACTIONS(5074), + [anon_sym_QMARK_COLON] = ACTIONS(5074), + [anon_sym_AMP_AMP] = ACTIONS(5074), + [anon_sym_PIPE_PIPE] = ACTIONS(5074), + [anon_sym_null] = ACTIONS(5072), + [anon_sym_if] = ACTIONS(5072), + [anon_sym_else] = ACTIONS(5072), + [anon_sym_when] = ACTIONS(5072), + [anon_sym_try] = ACTIONS(5072), + [anon_sym_throw] = ACTIONS(5072), + [anon_sym_return] = ACTIONS(5072), + [anon_sym_continue] = ACTIONS(5072), + [anon_sym_break] = ACTIONS(5072), + [anon_sym_COLON_COLON] = ACTIONS(5074), + [anon_sym_PLUS_EQ] = ACTIONS(5074), + [anon_sym_DASH_EQ] = ACTIONS(5074), + [anon_sym_STAR_EQ] = ACTIONS(5074), + [anon_sym_SLASH_EQ] = ACTIONS(5074), + [anon_sym_PERCENT_EQ] = ACTIONS(5074), + [anon_sym_BANG_EQ] = ACTIONS(5072), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5074), + [anon_sym_EQ_EQ] = ACTIONS(5072), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5074), + [anon_sym_LT_EQ] = ACTIONS(5074), + [anon_sym_GT_EQ] = ACTIONS(5074), + [anon_sym_BANGin] = ACTIONS(5074), + [anon_sym_is] = ACTIONS(5072), + [anon_sym_BANGis] = ACTIONS(5074), + [anon_sym_PLUS] = ACTIONS(5072), + [anon_sym_DASH] = ACTIONS(5072), + [anon_sym_SLASH] = ACTIONS(5072), + [anon_sym_PERCENT] = ACTIONS(5072), + [anon_sym_as_QMARK] = ACTIONS(5074), + [anon_sym_PLUS_PLUS] = ACTIONS(5074), + [anon_sym_DASH_DASH] = ACTIONS(5074), + [anon_sym_BANG] = ACTIONS(5072), + [anon_sym_BANG_BANG] = ACTIONS(5074), + [anon_sym_suspend] = ACTIONS(5072), + [anon_sym_sealed] = ACTIONS(5072), + [anon_sym_annotation] = ACTIONS(5072), + [anon_sym_data] = ACTIONS(5072), + [anon_sym_inner] = ACTIONS(5072), + [anon_sym_value] = ACTIONS(5072), + [anon_sym_override] = ACTIONS(5072), + [anon_sym_lateinit] = ACTIONS(5072), + [anon_sym_public] = ACTIONS(5072), + [anon_sym_private] = ACTIONS(5072), + [anon_sym_internal] = ACTIONS(5072), + [anon_sym_protected] = ACTIONS(5072), + [anon_sym_tailrec] = ACTIONS(5072), + [anon_sym_operator] = ACTIONS(5072), + [anon_sym_infix] = ACTIONS(5072), + [anon_sym_inline] = ACTIONS(5072), + [anon_sym_external] = ACTIONS(5072), + [sym_property_modifier] = ACTIONS(5072), + [anon_sym_abstract] = ACTIONS(5072), + [anon_sym_final] = ACTIONS(5072), + [anon_sym_open] = ACTIONS(5072), + [anon_sym_vararg] = ACTIONS(5072), + [anon_sym_noinline] = ACTIONS(5072), + [anon_sym_crossinline] = ACTIONS(5072), + [anon_sym_expect] = ACTIONS(5072), + [anon_sym_actual] = ACTIONS(5072), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5074), + [anon_sym_continue_AT] = ACTIONS(5074), + [anon_sym_break_AT] = ACTIONS(5074), + [anon_sym_this_AT] = ACTIONS(5074), + [anon_sym_super_AT] = ACTIONS(5074), + [sym_real_literal] = ACTIONS(5074), + [sym_integer_literal] = ACTIONS(5072), + [sym_hex_literal] = ACTIONS(5074), + [sym_bin_literal] = ACTIONS(5074), + [anon_sym_true] = ACTIONS(5072), + [anon_sym_false] = ACTIONS(5072), + [anon_sym_SQUOTE] = ACTIONS(5074), + [sym__backtick_identifier] = ACTIONS(5074), + [sym__automatic_semicolon] = ACTIONS(5074), + [sym_safe_nav] = ACTIONS(5074), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5074), + }, + [1127] = { + [sym__alpha_identifier] = ACTIONS(5076), + [anon_sym_AT] = ACTIONS(5078), + [anon_sym_LBRACK] = ACTIONS(5078), + [anon_sym_as] = ACTIONS(5076), + [anon_sym_EQ] = ACTIONS(5076), + [anon_sym_LBRACE] = ACTIONS(5078), + [anon_sym_RBRACE] = ACTIONS(5078), + [anon_sym_LPAREN] = ACTIONS(5078), + [anon_sym_COMMA] = ACTIONS(5078), + [anon_sym_LT] = ACTIONS(5076), + [anon_sym_GT] = ACTIONS(5076), + [anon_sym_where] = ACTIONS(5076), + [anon_sym_object] = ACTIONS(5076), + [anon_sym_fun] = ACTIONS(5076), + [anon_sym_DOT] = ACTIONS(5076), + [anon_sym_SEMI] = ACTIONS(5078), + [anon_sym_get] = ACTIONS(5076), + [anon_sym_set] = ACTIONS(5076), + [anon_sym_this] = ACTIONS(5076), + [anon_sym_super] = ACTIONS(5076), + [anon_sym_STAR] = ACTIONS(5076), + [sym_label] = ACTIONS(5076), + [anon_sym_in] = ACTIONS(5076), + [anon_sym_DOT_DOT] = ACTIONS(5078), + [anon_sym_QMARK_COLON] = ACTIONS(5078), + [anon_sym_AMP_AMP] = ACTIONS(5078), + [anon_sym_PIPE_PIPE] = ACTIONS(5078), + [anon_sym_null] = ACTIONS(5076), + [anon_sym_if] = ACTIONS(5076), + [anon_sym_else] = ACTIONS(5076), + [anon_sym_when] = ACTIONS(5076), + [anon_sym_try] = ACTIONS(5076), + [anon_sym_throw] = ACTIONS(5076), + [anon_sym_return] = ACTIONS(5076), + [anon_sym_continue] = ACTIONS(5076), + [anon_sym_break] = ACTIONS(5076), + [anon_sym_COLON_COLON] = ACTIONS(5078), + [anon_sym_PLUS_EQ] = ACTIONS(5078), + [anon_sym_DASH_EQ] = ACTIONS(5078), + [anon_sym_STAR_EQ] = ACTIONS(5078), + [anon_sym_SLASH_EQ] = ACTIONS(5078), + [anon_sym_PERCENT_EQ] = ACTIONS(5078), + [anon_sym_BANG_EQ] = ACTIONS(5076), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5078), + [anon_sym_EQ_EQ] = ACTIONS(5076), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5078), + [anon_sym_LT_EQ] = ACTIONS(5078), + [anon_sym_GT_EQ] = ACTIONS(5078), + [anon_sym_BANGin] = ACTIONS(5078), + [anon_sym_is] = ACTIONS(5076), + [anon_sym_BANGis] = ACTIONS(5078), + [anon_sym_PLUS] = ACTIONS(5076), + [anon_sym_DASH] = ACTIONS(5076), + [anon_sym_SLASH] = ACTIONS(5076), + [anon_sym_PERCENT] = ACTIONS(5076), + [anon_sym_as_QMARK] = ACTIONS(5078), + [anon_sym_PLUS_PLUS] = ACTIONS(5078), + [anon_sym_DASH_DASH] = ACTIONS(5078), + [anon_sym_BANG] = ACTIONS(5076), + [anon_sym_BANG_BANG] = ACTIONS(5078), + [anon_sym_suspend] = ACTIONS(5076), + [anon_sym_sealed] = ACTIONS(5076), + [anon_sym_annotation] = ACTIONS(5076), + [anon_sym_data] = ACTIONS(5076), + [anon_sym_inner] = ACTIONS(5076), + [anon_sym_value] = ACTIONS(5076), + [anon_sym_override] = ACTIONS(5076), + [anon_sym_lateinit] = ACTIONS(5076), + [anon_sym_public] = ACTIONS(5076), + [anon_sym_private] = ACTIONS(5076), + [anon_sym_internal] = ACTIONS(5076), + [anon_sym_protected] = ACTIONS(5076), + [anon_sym_tailrec] = ACTIONS(5076), + [anon_sym_operator] = ACTIONS(5076), + [anon_sym_infix] = ACTIONS(5076), + [anon_sym_inline] = ACTIONS(5076), + [anon_sym_external] = ACTIONS(5076), + [sym_property_modifier] = ACTIONS(5076), + [anon_sym_abstract] = ACTIONS(5076), + [anon_sym_final] = ACTIONS(5076), + [anon_sym_open] = ACTIONS(5076), + [anon_sym_vararg] = ACTIONS(5076), + [anon_sym_noinline] = ACTIONS(5076), + [anon_sym_crossinline] = ACTIONS(5076), + [anon_sym_expect] = ACTIONS(5076), + [anon_sym_actual] = ACTIONS(5076), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5078), + [anon_sym_continue_AT] = ACTIONS(5078), + [anon_sym_break_AT] = ACTIONS(5078), + [anon_sym_this_AT] = ACTIONS(5078), + [anon_sym_super_AT] = ACTIONS(5078), + [sym_real_literal] = ACTIONS(5078), + [sym_integer_literal] = ACTIONS(5076), + [sym_hex_literal] = ACTIONS(5078), + [sym_bin_literal] = ACTIONS(5078), + [anon_sym_true] = ACTIONS(5076), + [anon_sym_false] = ACTIONS(5076), + [anon_sym_SQUOTE] = ACTIONS(5078), + [sym__backtick_identifier] = ACTIONS(5078), + [sym__automatic_semicolon] = ACTIONS(5078), + [sym_safe_nav] = ACTIONS(5078), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5078), + }, + [1128] = { + [sym_function_body] = STATE(1154), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4493), + [anon_sym_AT] = ACTIONS(4495), + [anon_sym_LBRACK] = ACTIONS(4495), + [anon_sym_as] = ACTIONS(4493), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4495), + [anon_sym_LPAREN] = ACTIONS(4495), + [anon_sym_LT] = ACTIONS(4493), + [anon_sym_GT] = ACTIONS(4493), + [anon_sym_object] = ACTIONS(4493), + [anon_sym_fun] = ACTIONS(4493), + [anon_sym_DOT] = ACTIONS(4493), + [anon_sym_SEMI] = ACTIONS(4495), + [anon_sym_get] = ACTIONS(4493), + [anon_sym_set] = ACTIONS(4493), + [anon_sym_this] = ACTIONS(4493), + [anon_sym_super] = ACTIONS(4493), + [anon_sym_STAR] = ACTIONS(4493), + [sym_label] = ACTIONS(4493), + [anon_sym_in] = ACTIONS(4493), + [anon_sym_DOT_DOT] = ACTIONS(4495), + [anon_sym_QMARK_COLON] = ACTIONS(4495), + [anon_sym_AMP_AMP] = ACTIONS(4495), + [anon_sym_PIPE_PIPE] = ACTIONS(4495), + [anon_sym_null] = ACTIONS(4493), + [anon_sym_if] = ACTIONS(4493), + [anon_sym_else] = ACTIONS(4493), + [anon_sym_when] = ACTIONS(4493), + [anon_sym_try] = ACTIONS(4493), + [anon_sym_throw] = ACTIONS(4493), + [anon_sym_return] = ACTIONS(4493), + [anon_sym_continue] = ACTIONS(4493), + [anon_sym_break] = ACTIONS(4493), + [anon_sym_COLON_COLON] = ACTIONS(4495), + [anon_sym_PLUS_EQ] = ACTIONS(4495), + [anon_sym_DASH_EQ] = ACTIONS(4495), + [anon_sym_STAR_EQ] = ACTIONS(4495), + [anon_sym_SLASH_EQ] = ACTIONS(4495), + [anon_sym_PERCENT_EQ] = ACTIONS(4495), + [anon_sym_BANG_EQ] = ACTIONS(4493), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), + [anon_sym_EQ_EQ] = ACTIONS(4493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), + [anon_sym_LT_EQ] = ACTIONS(4495), + [anon_sym_GT_EQ] = ACTIONS(4495), + [anon_sym_BANGin] = ACTIONS(4495), + [anon_sym_is] = ACTIONS(4493), + [anon_sym_BANGis] = ACTIONS(4495), + [anon_sym_PLUS] = ACTIONS(4493), + [anon_sym_DASH] = ACTIONS(4493), + [anon_sym_SLASH] = ACTIONS(4493), + [anon_sym_PERCENT] = ACTIONS(4493), + [anon_sym_as_QMARK] = ACTIONS(4495), + [anon_sym_PLUS_PLUS] = ACTIONS(4495), + [anon_sym_DASH_DASH] = ACTIONS(4495), + [anon_sym_BANG] = ACTIONS(4493), + [anon_sym_BANG_BANG] = ACTIONS(4495), + [anon_sym_suspend] = ACTIONS(4493), + [anon_sym_sealed] = ACTIONS(4493), + [anon_sym_annotation] = ACTIONS(4493), + [anon_sym_data] = ACTIONS(4493), + [anon_sym_inner] = ACTIONS(4493), + [anon_sym_value] = ACTIONS(4493), + [anon_sym_override] = ACTIONS(4493), + [anon_sym_lateinit] = ACTIONS(4493), + [anon_sym_public] = ACTIONS(4493), + [anon_sym_private] = ACTIONS(4493), + [anon_sym_internal] = ACTIONS(4493), + [anon_sym_protected] = ACTIONS(4493), + [anon_sym_tailrec] = ACTIONS(4493), + [anon_sym_operator] = ACTIONS(4493), + [anon_sym_infix] = ACTIONS(4493), + [anon_sym_inline] = ACTIONS(4493), + [anon_sym_external] = ACTIONS(4493), + [sym_property_modifier] = ACTIONS(4493), + [anon_sym_abstract] = ACTIONS(4493), + [anon_sym_final] = ACTIONS(4493), + [anon_sym_open] = ACTIONS(4493), + [anon_sym_vararg] = ACTIONS(4493), + [anon_sym_noinline] = ACTIONS(4493), + [anon_sym_crossinline] = ACTIONS(4493), + [anon_sym_expect] = ACTIONS(4493), + [anon_sym_actual] = ACTIONS(4493), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4495), + [anon_sym_continue_AT] = ACTIONS(4495), + [anon_sym_break_AT] = ACTIONS(4495), + [anon_sym_this_AT] = ACTIONS(4495), + [anon_sym_super_AT] = ACTIONS(4495), + [sym_real_literal] = ACTIONS(4495), + [sym_integer_literal] = ACTIONS(4493), + [sym_hex_literal] = ACTIONS(4495), + [sym_bin_literal] = ACTIONS(4495), + [anon_sym_true] = ACTIONS(4493), + [anon_sym_false] = ACTIONS(4493), + [anon_sym_SQUOTE] = ACTIONS(4495), + [sym__backtick_identifier] = ACTIONS(4495), + [sym__automatic_semicolon] = ACTIONS(4495), + [sym_safe_nav] = ACTIONS(4495), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4495), + }, + [1129] = { [sym__alpha_identifier] = ACTIONS(3420), [anon_sym_AT] = ACTIONS(3422), [anon_sym_LBRACK] = ACTIONS(3422), @@ -177847,2551 +178368,2127 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3422), }, - [1125] = { - [sym__alpha_identifier] = ACTIONS(5089), - [anon_sym_AT] = ACTIONS(5091), - [anon_sym_LBRACK] = ACTIONS(5091), - [anon_sym_as] = ACTIONS(5089), - [anon_sym_EQ] = ACTIONS(5089), - [anon_sym_LBRACE] = ACTIONS(5091), - [anon_sym_RBRACE] = ACTIONS(5091), - [anon_sym_LPAREN] = ACTIONS(5091), - [anon_sym_COMMA] = ACTIONS(5091), - [anon_sym_LT] = ACTIONS(5089), - [anon_sym_GT] = ACTIONS(5089), - [anon_sym_where] = ACTIONS(5089), - [anon_sym_object] = ACTIONS(5089), - [anon_sym_fun] = ACTIONS(5089), - [anon_sym_DOT] = ACTIONS(5089), - [anon_sym_SEMI] = ACTIONS(5091), - [anon_sym_get] = ACTIONS(5089), - [anon_sym_set] = ACTIONS(5089), - [anon_sym_this] = ACTIONS(5089), - [anon_sym_super] = ACTIONS(5089), - [anon_sym_STAR] = ACTIONS(5089), - [sym_label] = ACTIONS(5089), - [anon_sym_in] = ACTIONS(5089), - [anon_sym_DOT_DOT] = ACTIONS(5091), - [anon_sym_QMARK_COLON] = ACTIONS(5091), - [anon_sym_AMP_AMP] = ACTIONS(5091), - [anon_sym_PIPE_PIPE] = ACTIONS(5091), - [anon_sym_null] = ACTIONS(5089), - [anon_sym_if] = ACTIONS(5089), - [anon_sym_else] = ACTIONS(5089), - [anon_sym_when] = ACTIONS(5089), - [anon_sym_try] = ACTIONS(5089), - [anon_sym_throw] = ACTIONS(5089), - [anon_sym_return] = ACTIONS(5089), - [anon_sym_continue] = ACTIONS(5089), - [anon_sym_break] = ACTIONS(5089), - [anon_sym_COLON_COLON] = ACTIONS(5091), - [anon_sym_PLUS_EQ] = ACTIONS(5091), - [anon_sym_DASH_EQ] = ACTIONS(5091), - [anon_sym_STAR_EQ] = ACTIONS(5091), - [anon_sym_SLASH_EQ] = ACTIONS(5091), - [anon_sym_PERCENT_EQ] = ACTIONS(5091), - [anon_sym_BANG_EQ] = ACTIONS(5089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5091), - [anon_sym_EQ_EQ] = ACTIONS(5089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5091), - [anon_sym_LT_EQ] = ACTIONS(5091), - [anon_sym_GT_EQ] = ACTIONS(5091), - [anon_sym_BANGin] = ACTIONS(5091), - [anon_sym_is] = ACTIONS(5089), - [anon_sym_BANGis] = ACTIONS(5091), - [anon_sym_PLUS] = ACTIONS(5089), - [anon_sym_DASH] = ACTIONS(5089), - [anon_sym_SLASH] = ACTIONS(5089), - [anon_sym_PERCENT] = ACTIONS(5089), - [anon_sym_as_QMARK] = ACTIONS(5091), - [anon_sym_PLUS_PLUS] = ACTIONS(5091), - [anon_sym_DASH_DASH] = ACTIONS(5091), - [anon_sym_BANG] = ACTIONS(5089), - [anon_sym_BANG_BANG] = ACTIONS(5091), - [anon_sym_suspend] = ACTIONS(5089), - [anon_sym_sealed] = ACTIONS(5089), - [anon_sym_annotation] = ACTIONS(5089), - [anon_sym_data] = ACTIONS(5089), - [anon_sym_inner] = ACTIONS(5089), - [anon_sym_value] = ACTIONS(5089), - [anon_sym_override] = ACTIONS(5089), - [anon_sym_lateinit] = ACTIONS(5089), - [anon_sym_public] = ACTIONS(5089), - [anon_sym_private] = ACTIONS(5089), - [anon_sym_internal] = ACTIONS(5089), - [anon_sym_protected] = ACTIONS(5089), - [anon_sym_tailrec] = ACTIONS(5089), - [anon_sym_operator] = ACTIONS(5089), - [anon_sym_infix] = ACTIONS(5089), - [anon_sym_inline] = ACTIONS(5089), - [anon_sym_external] = ACTIONS(5089), - [sym_property_modifier] = ACTIONS(5089), - [anon_sym_abstract] = ACTIONS(5089), - [anon_sym_final] = ACTIONS(5089), - [anon_sym_open] = ACTIONS(5089), - [anon_sym_vararg] = ACTIONS(5089), - [anon_sym_noinline] = ACTIONS(5089), - [anon_sym_crossinline] = ACTIONS(5089), - [anon_sym_expect] = ACTIONS(5089), - [anon_sym_actual] = ACTIONS(5089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5091), - [anon_sym_continue_AT] = ACTIONS(5091), - [anon_sym_break_AT] = ACTIONS(5091), - [anon_sym_this_AT] = ACTIONS(5091), - [anon_sym_super_AT] = ACTIONS(5091), - [sym_real_literal] = ACTIONS(5091), - [sym_integer_literal] = ACTIONS(5089), - [sym_hex_literal] = ACTIONS(5091), - [sym_bin_literal] = ACTIONS(5091), - [anon_sym_true] = ACTIONS(5089), - [anon_sym_false] = ACTIONS(5089), - [anon_sym_SQUOTE] = ACTIONS(5091), - [sym__backtick_identifier] = ACTIONS(5091), - [sym__automatic_semicolon] = ACTIONS(5091), - [sym_safe_nav] = ACTIONS(5091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5091), - }, - [1126] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4479), - [anon_sym_super_AT] = ACTIONS(4479), - [sym_real_literal] = ACTIONS(4479), - [sym_integer_literal] = ACTIONS(4477), - [sym_hex_literal] = ACTIONS(4479), - [sym_bin_literal] = ACTIONS(4479), - [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), - }, - [1127] = { - [sym_class_body] = STATE(1043), - [sym__alpha_identifier] = ACTIONS(4497), - [anon_sym_AT] = ACTIONS(4499), - [anon_sym_COLON] = ACTIONS(5093), - [anon_sym_LBRACK] = ACTIONS(4499), - [anon_sym_as] = ACTIONS(4497), - [anon_sym_EQ] = ACTIONS(4497), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4499), - [anon_sym_LPAREN] = ACTIONS(4499), - [anon_sym_LT] = ACTIONS(4497), - [anon_sym_GT] = 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_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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4499), - [anon_sym_super_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), - }, - [1128] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4569), - [anon_sym_super_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), - }, - [1129] = { - [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_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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5097), - [anon_sym_super_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), - }, [1130] = { - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(4447), - [anon_sym_LBRACE] = ACTIONS(4449), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_COMMA] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_where] = ACTIONS(4447), - [anon_sym_object] = ACTIONS(4447), - [anon_sym_fun] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_this] = ACTIONS(4447), - [anon_sym_super] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4447), - [sym_label] = ACTIONS(4447), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_null] = ACTIONS(4447), - [anon_sym_if] = ACTIONS(4447), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_when] = ACTIONS(4447), - [anon_sym_try] = ACTIONS(4447), - [anon_sym_throw] = ACTIONS(4447), - [anon_sym_return] = ACTIONS(4447), - [anon_sym_continue] = ACTIONS(4447), - [anon_sym_break] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_PLUS_EQ] = ACTIONS(4449), - [anon_sym_DASH_EQ] = ACTIONS(4449), - [anon_sym_STAR_EQ] = ACTIONS(4449), - [anon_sym_SLASH_EQ] = ACTIONS(4449), - [anon_sym_PERCENT_EQ] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4447), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG] = ACTIONS(4447), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_suspend] = ACTIONS(4447), - [anon_sym_sealed] = ACTIONS(4447), - [anon_sym_annotation] = ACTIONS(4447), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_override] = ACTIONS(4447), - [anon_sym_lateinit] = ACTIONS(4447), - [anon_sym_public] = ACTIONS(4447), - [anon_sym_private] = ACTIONS(4447), - [anon_sym_internal] = ACTIONS(4447), - [anon_sym_protected] = ACTIONS(4447), - [anon_sym_tailrec] = ACTIONS(4447), - [anon_sym_operator] = ACTIONS(4447), - [anon_sym_infix] = ACTIONS(4447), - [anon_sym_inline] = ACTIONS(4447), - [anon_sym_external] = ACTIONS(4447), - [sym_property_modifier] = ACTIONS(4447), - [anon_sym_abstract] = ACTIONS(4447), - [anon_sym_final] = ACTIONS(4447), - [anon_sym_open] = ACTIONS(4447), - [anon_sym_vararg] = ACTIONS(4447), - [anon_sym_noinline] = ACTIONS(4447), - [anon_sym_crossinline] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4449), - [anon_sym_continue_AT] = ACTIONS(4449), - [anon_sym_break_AT] = ACTIONS(4449), - [anon_sym_this_AT] = ACTIONS(4449), - [anon_sym_super_AT] = ACTIONS(4449), - [sym_real_literal] = ACTIONS(4449), - [sym_integer_literal] = ACTIONS(4447), - [sym_hex_literal] = ACTIONS(4449), - [sym_bin_literal] = ACTIONS(4449), - [anon_sym_true] = ACTIONS(4447), - [anon_sym_false] = ACTIONS(4447), - [anon_sym_SQUOTE] = ACTIONS(4449), - [sym__backtick_identifier] = ACTIONS(4449), - [sym__automatic_semicolon] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4449), + [sym__alpha_identifier] = ACTIONS(5080), + [anon_sym_AT] = ACTIONS(5082), + [anon_sym_LBRACK] = ACTIONS(5082), + [anon_sym_as] = ACTIONS(5080), + [anon_sym_EQ] = ACTIONS(5080), + [anon_sym_LBRACE] = ACTIONS(5082), + [anon_sym_RBRACE] = ACTIONS(5082), + [anon_sym_LPAREN] = ACTIONS(5082), + [anon_sym_COMMA] = ACTIONS(5082), + [anon_sym_LT] = ACTIONS(5080), + [anon_sym_GT] = ACTIONS(5080), + [anon_sym_where] = ACTIONS(5080), + [anon_sym_object] = ACTIONS(5080), + [anon_sym_fun] = ACTIONS(5080), + [anon_sym_DOT] = ACTIONS(5080), + [anon_sym_SEMI] = ACTIONS(5082), + [anon_sym_get] = ACTIONS(5080), + [anon_sym_set] = ACTIONS(5080), + [anon_sym_this] = ACTIONS(5080), + [anon_sym_super] = ACTIONS(5080), + [anon_sym_STAR] = ACTIONS(5080), + [sym_label] = ACTIONS(5080), + [anon_sym_in] = ACTIONS(5080), + [anon_sym_DOT_DOT] = ACTIONS(5082), + [anon_sym_QMARK_COLON] = ACTIONS(5082), + [anon_sym_AMP_AMP] = ACTIONS(5082), + [anon_sym_PIPE_PIPE] = ACTIONS(5082), + [anon_sym_null] = ACTIONS(5080), + [anon_sym_if] = ACTIONS(5080), + [anon_sym_else] = ACTIONS(5080), + [anon_sym_when] = ACTIONS(5080), + [anon_sym_try] = ACTIONS(5080), + [anon_sym_throw] = ACTIONS(5080), + [anon_sym_return] = ACTIONS(5080), + [anon_sym_continue] = ACTIONS(5080), + [anon_sym_break] = ACTIONS(5080), + [anon_sym_COLON_COLON] = ACTIONS(5082), + [anon_sym_PLUS_EQ] = ACTIONS(5082), + [anon_sym_DASH_EQ] = ACTIONS(5082), + [anon_sym_STAR_EQ] = ACTIONS(5082), + [anon_sym_SLASH_EQ] = ACTIONS(5082), + [anon_sym_PERCENT_EQ] = ACTIONS(5082), + [anon_sym_BANG_EQ] = ACTIONS(5080), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5082), + [anon_sym_EQ_EQ] = ACTIONS(5080), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5082), + [anon_sym_LT_EQ] = ACTIONS(5082), + [anon_sym_GT_EQ] = ACTIONS(5082), + [anon_sym_BANGin] = ACTIONS(5082), + [anon_sym_is] = ACTIONS(5080), + [anon_sym_BANGis] = ACTIONS(5082), + [anon_sym_PLUS] = ACTIONS(5080), + [anon_sym_DASH] = ACTIONS(5080), + [anon_sym_SLASH] = ACTIONS(5080), + [anon_sym_PERCENT] = ACTIONS(5080), + [anon_sym_as_QMARK] = ACTIONS(5082), + [anon_sym_PLUS_PLUS] = ACTIONS(5082), + [anon_sym_DASH_DASH] = ACTIONS(5082), + [anon_sym_BANG] = ACTIONS(5080), + [anon_sym_BANG_BANG] = ACTIONS(5082), + [anon_sym_suspend] = ACTIONS(5080), + [anon_sym_sealed] = ACTIONS(5080), + [anon_sym_annotation] = ACTIONS(5080), + [anon_sym_data] = ACTIONS(5080), + [anon_sym_inner] = ACTIONS(5080), + [anon_sym_value] = ACTIONS(5080), + [anon_sym_override] = ACTIONS(5080), + [anon_sym_lateinit] = ACTIONS(5080), + [anon_sym_public] = ACTIONS(5080), + [anon_sym_private] = ACTIONS(5080), + [anon_sym_internal] = ACTIONS(5080), + [anon_sym_protected] = ACTIONS(5080), + [anon_sym_tailrec] = ACTIONS(5080), + [anon_sym_operator] = ACTIONS(5080), + [anon_sym_infix] = ACTIONS(5080), + [anon_sym_inline] = ACTIONS(5080), + [anon_sym_external] = ACTIONS(5080), + [sym_property_modifier] = ACTIONS(5080), + [anon_sym_abstract] = ACTIONS(5080), + [anon_sym_final] = ACTIONS(5080), + [anon_sym_open] = ACTIONS(5080), + [anon_sym_vararg] = ACTIONS(5080), + [anon_sym_noinline] = ACTIONS(5080), + [anon_sym_crossinline] = ACTIONS(5080), + [anon_sym_expect] = ACTIONS(5080), + [anon_sym_actual] = ACTIONS(5080), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5082), + [anon_sym_continue_AT] = ACTIONS(5082), + [anon_sym_break_AT] = ACTIONS(5082), + [anon_sym_this_AT] = ACTIONS(5082), + [anon_sym_super_AT] = ACTIONS(5082), + [sym_real_literal] = ACTIONS(5082), + [sym_integer_literal] = ACTIONS(5080), + [sym_hex_literal] = ACTIONS(5082), + [sym_bin_literal] = ACTIONS(5082), + [anon_sym_true] = ACTIONS(5080), + [anon_sym_false] = ACTIONS(5080), + [anon_sym_SQUOTE] = ACTIONS(5082), + [sym__backtick_identifier] = ACTIONS(5082), + [sym__automatic_semicolon] = ACTIONS(5082), + [sym_safe_nav] = ACTIONS(5082), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5082), }, [1131] = { - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(4275), - [anon_sym_LBRACE] = ACTIONS(4277), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_COMMA] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_where] = ACTIONS(4275), - [anon_sym_object] = ACTIONS(4275), - [anon_sym_fun] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_this] = ACTIONS(4275), - [anon_sym_super] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4275), - [sym_label] = ACTIONS(4275), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_null] = ACTIONS(4275), - [anon_sym_if] = ACTIONS(4275), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_when] = ACTIONS(4275), - [anon_sym_try] = ACTIONS(4275), - [anon_sym_throw] = ACTIONS(4275), - [anon_sym_return] = ACTIONS(4275), - [anon_sym_continue] = ACTIONS(4275), - [anon_sym_break] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_PLUS_EQ] = ACTIONS(4277), - [anon_sym_DASH_EQ] = ACTIONS(4277), - [anon_sym_STAR_EQ] = ACTIONS(4277), - [anon_sym_SLASH_EQ] = ACTIONS(4277), - [anon_sym_PERCENT_EQ] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4275), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG] = ACTIONS(4275), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_suspend] = ACTIONS(4275), - [anon_sym_sealed] = ACTIONS(4275), - [anon_sym_annotation] = ACTIONS(4275), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_override] = ACTIONS(4275), - [anon_sym_lateinit] = ACTIONS(4275), - [anon_sym_public] = ACTIONS(4275), - [anon_sym_private] = ACTIONS(4275), - [anon_sym_internal] = ACTIONS(4275), - [anon_sym_protected] = ACTIONS(4275), - [anon_sym_tailrec] = ACTIONS(4275), - [anon_sym_operator] = ACTIONS(4275), - [anon_sym_infix] = ACTIONS(4275), - [anon_sym_inline] = ACTIONS(4275), - [anon_sym_external] = ACTIONS(4275), - [sym_property_modifier] = ACTIONS(4275), - [anon_sym_abstract] = ACTIONS(4275), - [anon_sym_final] = ACTIONS(4275), - [anon_sym_open] = ACTIONS(4275), - [anon_sym_vararg] = ACTIONS(4275), - [anon_sym_noinline] = ACTIONS(4275), - [anon_sym_crossinline] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4277), - [anon_sym_continue_AT] = ACTIONS(4277), - [anon_sym_break_AT] = ACTIONS(4277), - [anon_sym_this_AT] = ACTIONS(4277), - [anon_sym_super_AT] = ACTIONS(4277), - [sym_real_literal] = ACTIONS(4277), - [sym_integer_literal] = ACTIONS(4275), - [sym_hex_literal] = ACTIONS(4277), - [sym_bin_literal] = ACTIONS(4277), - [anon_sym_true] = ACTIONS(4275), - [anon_sym_false] = ACTIONS(4275), - [anon_sym_SQUOTE] = ACTIONS(4277), - [sym__backtick_identifier] = ACTIONS(4277), - [sym__automatic_semicolon] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4277), + [sym__alpha_identifier] = ACTIONS(5084), + [anon_sym_AT] = ACTIONS(5086), + [anon_sym_LBRACK] = ACTIONS(5086), + [anon_sym_as] = ACTIONS(5084), + [anon_sym_EQ] = ACTIONS(5084), + [anon_sym_LBRACE] = ACTIONS(5086), + [anon_sym_RBRACE] = ACTIONS(5086), + [anon_sym_LPAREN] = ACTIONS(5086), + [anon_sym_COMMA] = ACTIONS(5086), + [anon_sym_LT] = ACTIONS(5084), + [anon_sym_GT] = ACTIONS(5084), + [anon_sym_where] = ACTIONS(5084), + [anon_sym_object] = ACTIONS(5084), + [anon_sym_fun] = ACTIONS(5084), + [anon_sym_DOT] = ACTIONS(5084), + [anon_sym_SEMI] = ACTIONS(5086), + [anon_sym_get] = ACTIONS(5084), + [anon_sym_set] = ACTIONS(5084), + [anon_sym_this] = ACTIONS(5084), + [anon_sym_super] = ACTIONS(5084), + [anon_sym_STAR] = ACTIONS(5084), + [sym_label] = ACTIONS(5084), + [anon_sym_in] = ACTIONS(5084), + [anon_sym_DOT_DOT] = ACTIONS(5086), + [anon_sym_QMARK_COLON] = ACTIONS(5086), + [anon_sym_AMP_AMP] = ACTIONS(5086), + [anon_sym_PIPE_PIPE] = ACTIONS(5086), + [anon_sym_null] = ACTIONS(5084), + [anon_sym_if] = ACTIONS(5084), + [anon_sym_else] = ACTIONS(5084), + [anon_sym_when] = ACTIONS(5084), + [anon_sym_try] = ACTIONS(5084), + [anon_sym_throw] = ACTIONS(5084), + [anon_sym_return] = ACTIONS(5084), + [anon_sym_continue] = ACTIONS(5084), + [anon_sym_break] = ACTIONS(5084), + [anon_sym_COLON_COLON] = ACTIONS(5086), + [anon_sym_PLUS_EQ] = ACTIONS(5086), + [anon_sym_DASH_EQ] = ACTIONS(5086), + [anon_sym_STAR_EQ] = ACTIONS(5086), + [anon_sym_SLASH_EQ] = ACTIONS(5086), + [anon_sym_PERCENT_EQ] = ACTIONS(5086), + [anon_sym_BANG_EQ] = ACTIONS(5084), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5086), + [anon_sym_EQ_EQ] = ACTIONS(5084), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5086), + [anon_sym_LT_EQ] = ACTIONS(5086), + [anon_sym_GT_EQ] = ACTIONS(5086), + [anon_sym_BANGin] = ACTIONS(5086), + [anon_sym_is] = ACTIONS(5084), + [anon_sym_BANGis] = ACTIONS(5086), + [anon_sym_PLUS] = ACTIONS(5084), + [anon_sym_DASH] = ACTIONS(5084), + [anon_sym_SLASH] = ACTIONS(5084), + [anon_sym_PERCENT] = ACTIONS(5084), + [anon_sym_as_QMARK] = ACTIONS(5086), + [anon_sym_PLUS_PLUS] = ACTIONS(5086), + [anon_sym_DASH_DASH] = ACTIONS(5086), + [anon_sym_BANG] = ACTIONS(5084), + [anon_sym_BANG_BANG] = ACTIONS(5086), + [anon_sym_suspend] = ACTIONS(5084), + [anon_sym_sealed] = ACTIONS(5084), + [anon_sym_annotation] = ACTIONS(5084), + [anon_sym_data] = ACTIONS(5084), + [anon_sym_inner] = ACTIONS(5084), + [anon_sym_value] = ACTIONS(5084), + [anon_sym_override] = ACTIONS(5084), + [anon_sym_lateinit] = ACTIONS(5084), + [anon_sym_public] = ACTIONS(5084), + [anon_sym_private] = ACTIONS(5084), + [anon_sym_internal] = ACTIONS(5084), + [anon_sym_protected] = ACTIONS(5084), + [anon_sym_tailrec] = ACTIONS(5084), + [anon_sym_operator] = ACTIONS(5084), + [anon_sym_infix] = ACTIONS(5084), + [anon_sym_inline] = ACTIONS(5084), + [anon_sym_external] = ACTIONS(5084), + [sym_property_modifier] = ACTIONS(5084), + [anon_sym_abstract] = ACTIONS(5084), + [anon_sym_final] = ACTIONS(5084), + [anon_sym_open] = ACTIONS(5084), + [anon_sym_vararg] = ACTIONS(5084), + [anon_sym_noinline] = ACTIONS(5084), + [anon_sym_crossinline] = ACTIONS(5084), + [anon_sym_expect] = ACTIONS(5084), + [anon_sym_actual] = ACTIONS(5084), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5086), + [anon_sym_continue_AT] = ACTIONS(5086), + [anon_sym_break_AT] = ACTIONS(5086), + [anon_sym_this_AT] = ACTIONS(5086), + [anon_sym_super_AT] = ACTIONS(5086), + [sym_real_literal] = ACTIONS(5086), + [sym_integer_literal] = ACTIONS(5084), + [sym_hex_literal] = ACTIONS(5086), + [sym_bin_literal] = ACTIONS(5086), + [anon_sym_true] = ACTIONS(5084), + [anon_sym_false] = ACTIONS(5084), + [anon_sym_SQUOTE] = ACTIONS(5086), + [sym__backtick_identifier] = ACTIONS(5086), + [sym__automatic_semicolon] = ACTIONS(5086), + [sym_safe_nav] = ACTIONS(5086), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5086), }, [1132] = { - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(4299), - [anon_sym_LBRACE] = ACTIONS(4301), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(4299), - [anon_sym_object] = ACTIONS(4299), - [anon_sym_fun] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_this] = ACTIONS(4299), - [anon_sym_super] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [sym_label] = ACTIONS(4299), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_null] = ACTIONS(4299), - [anon_sym_if] = ACTIONS(4299), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_when] = ACTIONS(4299), - [anon_sym_try] = ACTIONS(4299), - [anon_sym_throw] = ACTIONS(4299), - [anon_sym_return] = ACTIONS(4299), - [anon_sym_continue] = ACTIONS(4299), - [anon_sym_break] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG] = ACTIONS(4299), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), + [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(4487), + [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_value] = 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(4301), - [anon_sym_continue_AT] = ACTIONS(4301), - [anon_sym_break_AT] = ACTIONS(4301), - [anon_sym_this_AT] = ACTIONS(4301), - [anon_sym_super_AT] = ACTIONS(4301), - [sym_real_literal] = ACTIONS(4301), - [sym_integer_literal] = ACTIONS(4299), - [sym_hex_literal] = ACTIONS(4301), - [sym_bin_literal] = ACTIONS(4301), - [anon_sym_true] = ACTIONS(4299), - [anon_sym_false] = ACTIONS(4299), - [anon_sym_SQUOTE] = ACTIONS(4301), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), + [anon_sym_return_AT] = ACTIONS(4487), + [anon_sym_continue_AT] = ACTIONS(4487), + [anon_sym_break_AT] = ACTIONS(4487), + [anon_sym_this_AT] = ACTIONS(4487), + [anon_sym_super_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(4301), + [sym__string_start] = ACTIONS(4487), }, [1133] = { - [sym__alpha_identifier] = ACTIONS(4467), - [anon_sym_AT] = ACTIONS(4469), - [anon_sym_LBRACK] = ACTIONS(4469), - [anon_sym_as] = ACTIONS(4467), - [anon_sym_EQ] = ACTIONS(4467), - [anon_sym_LBRACE] = ACTIONS(4469), - [anon_sym_RBRACE] = ACTIONS(4469), - [anon_sym_LPAREN] = ACTIONS(4469), - [anon_sym_COMMA] = ACTIONS(4469), - [anon_sym_LT] = ACTIONS(4467), - [anon_sym_GT] = ACTIONS(4467), - [anon_sym_where] = ACTIONS(4467), - [anon_sym_object] = ACTIONS(4467), - [anon_sym_fun] = ACTIONS(4467), - [anon_sym_DOT] = ACTIONS(4467), - [anon_sym_SEMI] = ACTIONS(4469), - [anon_sym_get] = ACTIONS(4467), - [anon_sym_set] = ACTIONS(4467), - [anon_sym_this] = ACTIONS(4467), - [anon_sym_super] = ACTIONS(4467), - [anon_sym_STAR] = ACTIONS(4467), - [sym_label] = ACTIONS(4467), - [anon_sym_in] = ACTIONS(4467), - [anon_sym_DOT_DOT] = ACTIONS(4469), - [anon_sym_QMARK_COLON] = ACTIONS(4469), - [anon_sym_AMP_AMP] = ACTIONS(4469), - [anon_sym_PIPE_PIPE] = ACTIONS(4469), - [anon_sym_null] = ACTIONS(4467), - [anon_sym_if] = ACTIONS(4467), - [anon_sym_else] = ACTIONS(4467), - [anon_sym_when] = ACTIONS(4467), - [anon_sym_try] = ACTIONS(4467), - [anon_sym_throw] = ACTIONS(4467), - [anon_sym_return] = ACTIONS(4467), - [anon_sym_continue] = ACTIONS(4467), - [anon_sym_break] = ACTIONS(4467), - [anon_sym_COLON_COLON] = ACTIONS(4469), - [anon_sym_PLUS_EQ] = ACTIONS(4469), - [anon_sym_DASH_EQ] = ACTIONS(4469), - [anon_sym_STAR_EQ] = ACTIONS(4469), - [anon_sym_SLASH_EQ] = ACTIONS(4469), - [anon_sym_PERCENT_EQ] = ACTIONS(4469), - [anon_sym_BANG_EQ] = ACTIONS(4467), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4469), - [anon_sym_EQ_EQ] = ACTIONS(4467), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4469), - [anon_sym_LT_EQ] = ACTIONS(4469), - [anon_sym_GT_EQ] = ACTIONS(4469), - [anon_sym_BANGin] = ACTIONS(4469), - [anon_sym_is] = ACTIONS(4467), - [anon_sym_BANGis] = ACTIONS(4469), - [anon_sym_PLUS] = ACTIONS(4467), - [anon_sym_DASH] = ACTIONS(4467), - [anon_sym_SLASH] = ACTIONS(4467), - [anon_sym_PERCENT] = ACTIONS(4467), - [anon_sym_as_QMARK] = ACTIONS(4469), - [anon_sym_PLUS_PLUS] = ACTIONS(4469), - [anon_sym_DASH_DASH] = ACTIONS(4469), - [anon_sym_BANG] = ACTIONS(4467), - [anon_sym_BANG_BANG] = ACTIONS(4469), - [anon_sym_suspend] = ACTIONS(4467), - [anon_sym_sealed] = ACTIONS(4467), - [anon_sym_annotation] = ACTIONS(4467), - [anon_sym_data] = ACTIONS(4467), - [anon_sym_inner] = ACTIONS(4467), - [anon_sym_value] = ACTIONS(4467), - [anon_sym_override] = ACTIONS(4467), - [anon_sym_lateinit] = ACTIONS(4467), - [anon_sym_public] = ACTIONS(4467), - [anon_sym_private] = ACTIONS(4467), - [anon_sym_internal] = ACTIONS(4467), - [anon_sym_protected] = ACTIONS(4467), - [anon_sym_tailrec] = ACTIONS(4467), - [anon_sym_operator] = ACTIONS(4467), - [anon_sym_infix] = ACTIONS(4467), - [anon_sym_inline] = ACTIONS(4467), - [anon_sym_external] = ACTIONS(4467), - [sym_property_modifier] = ACTIONS(4467), - [anon_sym_abstract] = ACTIONS(4467), - [anon_sym_final] = ACTIONS(4467), - [anon_sym_open] = ACTIONS(4467), - [anon_sym_vararg] = ACTIONS(4467), - [anon_sym_noinline] = ACTIONS(4467), - [anon_sym_crossinline] = ACTIONS(4467), - [anon_sym_expect] = ACTIONS(4467), - [anon_sym_actual] = ACTIONS(4467), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4469), - [anon_sym_continue_AT] = ACTIONS(4469), - [anon_sym_break_AT] = ACTIONS(4469), - [anon_sym_this_AT] = ACTIONS(4469), - [anon_sym_super_AT] = ACTIONS(4469), - [sym_real_literal] = ACTIONS(4469), - [sym_integer_literal] = ACTIONS(4467), - [sym_hex_literal] = ACTIONS(4469), - [sym_bin_literal] = ACTIONS(4469), - [anon_sym_true] = ACTIONS(4467), - [anon_sym_false] = ACTIONS(4467), - [anon_sym_SQUOTE] = ACTIONS(4469), - [sym__backtick_identifier] = ACTIONS(4469), - [sym__automatic_semicolon] = ACTIONS(4469), - [sym_safe_nav] = ACTIONS(4469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4469), + [sym_function_body] = STATE(1145), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4481), + [anon_sym_AT] = ACTIONS(4483), + [anon_sym_LBRACK] = ACTIONS(4483), + [anon_sym_as] = ACTIONS(4481), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4483), + [anon_sym_LPAREN] = ACTIONS(4483), + [anon_sym_LT] = ACTIONS(4481), + [anon_sym_GT] = 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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4483), + [anon_sym_super_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), }, [1134] = { - [sym__alpha_identifier] = ACTIONS(4451), - [anon_sym_AT] = ACTIONS(4453), - [anon_sym_LBRACK] = ACTIONS(4453), - [anon_sym_as] = ACTIONS(4451), - [anon_sym_EQ] = ACTIONS(4451), - [anon_sym_LBRACE] = ACTIONS(4453), - [anon_sym_RBRACE] = ACTIONS(4453), - [anon_sym_LPAREN] = ACTIONS(4453), - [anon_sym_COMMA] = ACTIONS(4453), - [anon_sym_LT] = ACTIONS(4451), - [anon_sym_GT] = ACTIONS(4451), - [anon_sym_where] = ACTIONS(4451), - [anon_sym_object] = ACTIONS(4451), - [anon_sym_fun] = ACTIONS(4451), - [anon_sym_DOT] = ACTIONS(4451), - [anon_sym_SEMI] = ACTIONS(4453), - [anon_sym_get] = ACTIONS(4451), - [anon_sym_set] = ACTIONS(4451), - [anon_sym_this] = ACTIONS(4451), - [anon_sym_super] = ACTIONS(4451), - [anon_sym_STAR] = ACTIONS(4451), - [sym_label] = ACTIONS(4451), - [anon_sym_in] = ACTIONS(4451), - [anon_sym_DOT_DOT] = ACTIONS(4453), - [anon_sym_QMARK_COLON] = ACTIONS(4453), - [anon_sym_AMP_AMP] = ACTIONS(4453), - [anon_sym_PIPE_PIPE] = ACTIONS(4453), - [anon_sym_null] = ACTIONS(4451), - [anon_sym_if] = ACTIONS(4451), - [anon_sym_else] = ACTIONS(4451), - [anon_sym_when] = ACTIONS(4451), - [anon_sym_try] = ACTIONS(4451), - [anon_sym_throw] = ACTIONS(4451), - [anon_sym_return] = ACTIONS(4451), - [anon_sym_continue] = ACTIONS(4451), - [anon_sym_break] = ACTIONS(4451), - [anon_sym_COLON_COLON] = ACTIONS(4453), - [anon_sym_PLUS_EQ] = ACTIONS(4453), - [anon_sym_DASH_EQ] = ACTIONS(4453), - [anon_sym_STAR_EQ] = ACTIONS(4453), - [anon_sym_SLASH_EQ] = ACTIONS(4453), - [anon_sym_PERCENT_EQ] = ACTIONS(4453), - [anon_sym_BANG_EQ] = ACTIONS(4451), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4453), - [anon_sym_EQ_EQ] = ACTIONS(4451), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4453), - [anon_sym_LT_EQ] = ACTIONS(4453), - [anon_sym_GT_EQ] = ACTIONS(4453), - [anon_sym_BANGin] = ACTIONS(4453), - [anon_sym_is] = ACTIONS(4451), - [anon_sym_BANGis] = ACTIONS(4453), - [anon_sym_PLUS] = ACTIONS(4451), - [anon_sym_DASH] = ACTIONS(4451), - [anon_sym_SLASH] = ACTIONS(4451), - [anon_sym_PERCENT] = ACTIONS(4451), - [anon_sym_as_QMARK] = ACTIONS(4453), - [anon_sym_PLUS_PLUS] = ACTIONS(4453), - [anon_sym_DASH_DASH] = ACTIONS(4453), - [anon_sym_BANG] = ACTIONS(4451), - [anon_sym_BANG_BANG] = ACTIONS(4453), - [anon_sym_suspend] = ACTIONS(4451), - [anon_sym_sealed] = ACTIONS(4451), - [anon_sym_annotation] = ACTIONS(4451), - [anon_sym_data] = ACTIONS(4451), - [anon_sym_inner] = ACTIONS(4451), - [anon_sym_value] = ACTIONS(4451), - [anon_sym_override] = ACTIONS(4451), - [anon_sym_lateinit] = ACTIONS(4451), - [anon_sym_public] = ACTIONS(4451), - [anon_sym_private] = ACTIONS(4451), - [anon_sym_internal] = ACTIONS(4451), - [anon_sym_protected] = ACTIONS(4451), - [anon_sym_tailrec] = ACTIONS(4451), - [anon_sym_operator] = ACTIONS(4451), - [anon_sym_infix] = ACTIONS(4451), - [anon_sym_inline] = ACTIONS(4451), - [anon_sym_external] = ACTIONS(4451), - [sym_property_modifier] = ACTIONS(4451), - [anon_sym_abstract] = ACTIONS(4451), - [anon_sym_final] = ACTIONS(4451), - [anon_sym_open] = ACTIONS(4451), - [anon_sym_vararg] = ACTIONS(4451), - [anon_sym_noinline] = ACTIONS(4451), - [anon_sym_crossinline] = ACTIONS(4451), - [anon_sym_expect] = ACTIONS(4451), - [anon_sym_actual] = ACTIONS(4451), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4453), - [anon_sym_continue_AT] = ACTIONS(4453), - [anon_sym_break_AT] = ACTIONS(4453), - [anon_sym_this_AT] = ACTIONS(4453), - [anon_sym_super_AT] = ACTIONS(4453), - [sym_real_literal] = ACTIONS(4453), - [sym_integer_literal] = ACTIONS(4451), - [sym_hex_literal] = ACTIONS(4453), - [sym_bin_literal] = ACTIONS(4453), - [anon_sym_true] = ACTIONS(4451), - [anon_sym_false] = ACTIONS(4451), - [anon_sym_SQUOTE] = ACTIONS(4453), - [sym__backtick_identifier] = ACTIONS(4453), - [sym__automatic_semicolon] = ACTIONS(4453), - [sym_safe_nav] = ACTIONS(4453), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4453), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(4129), + [anon_sym_LBRACE] = ACTIONS(4131), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(4129), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), }, [1135] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5101), - [anon_sym_super_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), + [sym__alpha_identifier] = ACTIONS(5088), + [anon_sym_AT] = ACTIONS(5090), + [anon_sym_LBRACK] = ACTIONS(5090), + [anon_sym_as] = ACTIONS(5088), + [anon_sym_EQ] = ACTIONS(5088), + [anon_sym_LBRACE] = ACTIONS(5090), + [anon_sym_RBRACE] = ACTIONS(5090), + [anon_sym_LPAREN] = ACTIONS(5090), + [anon_sym_COMMA] = ACTIONS(5090), + [anon_sym_LT] = ACTIONS(5088), + [anon_sym_GT] = ACTIONS(5088), + [anon_sym_where] = ACTIONS(5088), + [anon_sym_object] = ACTIONS(5088), + [anon_sym_fun] = ACTIONS(5088), + [anon_sym_DOT] = ACTIONS(5088), + [anon_sym_SEMI] = ACTIONS(5090), + [anon_sym_get] = ACTIONS(5088), + [anon_sym_set] = ACTIONS(5088), + [anon_sym_this] = ACTIONS(5088), + [anon_sym_super] = ACTIONS(5088), + [anon_sym_STAR] = ACTIONS(5088), + [sym_label] = ACTIONS(5088), + [anon_sym_in] = ACTIONS(5088), + [anon_sym_DOT_DOT] = ACTIONS(5090), + [anon_sym_QMARK_COLON] = ACTIONS(5090), + [anon_sym_AMP_AMP] = ACTIONS(5090), + [anon_sym_PIPE_PIPE] = ACTIONS(5090), + [anon_sym_null] = ACTIONS(5088), + [anon_sym_if] = ACTIONS(5088), + [anon_sym_else] = ACTIONS(5088), + [anon_sym_when] = ACTIONS(5088), + [anon_sym_try] = ACTIONS(5088), + [anon_sym_throw] = ACTIONS(5088), + [anon_sym_return] = ACTIONS(5088), + [anon_sym_continue] = ACTIONS(5088), + [anon_sym_break] = ACTIONS(5088), + [anon_sym_COLON_COLON] = ACTIONS(5090), + [anon_sym_PLUS_EQ] = ACTIONS(5090), + [anon_sym_DASH_EQ] = ACTIONS(5090), + [anon_sym_STAR_EQ] = ACTIONS(5090), + [anon_sym_SLASH_EQ] = ACTIONS(5090), + [anon_sym_PERCENT_EQ] = ACTIONS(5090), + [anon_sym_BANG_EQ] = ACTIONS(5088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5090), + [anon_sym_EQ_EQ] = ACTIONS(5088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5090), + [anon_sym_LT_EQ] = ACTIONS(5090), + [anon_sym_GT_EQ] = ACTIONS(5090), + [anon_sym_BANGin] = ACTIONS(5090), + [anon_sym_is] = ACTIONS(5088), + [anon_sym_BANGis] = ACTIONS(5090), + [anon_sym_PLUS] = ACTIONS(5088), + [anon_sym_DASH] = ACTIONS(5088), + [anon_sym_SLASH] = ACTIONS(5088), + [anon_sym_PERCENT] = ACTIONS(5088), + [anon_sym_as_QMARK] = ACTIONS(5090), + [anon_sym_PLUS_PLUS] = ACTIONS(5090), + [anon_sym_DASH_DASH] = ACTIONS(5090), + [anon_sym_BANG] = ACTIONS(5088), + [anon_sym_BANG_BANG] = ACTIONS(5090), + [anon_sym_suspend] = ACTIONS(5088), + [anon_sym_sealed] = ACTIONS(5088), + [anon_sym_annotation] = ACTIONS(5088), + [anon_sym_data] = ACTIONS(5088), + [anon_sym_inner] = ACTIONS(5088), + [anon_sym_value] = ACTIONS(5088), + [anon_sym_override] = ACTIONS(5088), + [anon_sym_lateinit] = ACTIONS(5088), + [anon_sym_public] = ACTIONS(5088), + [anon_sym_private] = ACTIONS(5088), + [anon_sym_internal] = ACTIONS(5088), + [anon_sym_protected] = ACTIONS(5088), + [anon_sym_tailrec] = ACTIONS(5088), + [anon_sym_operator] = ACTIONS(5088), + [anon_sym_infix] = ACTIONS(5088), + [anon_sym_inline] = ACTIONS(5088), + [anon_sym_external] = ACTIONS(5088), + [sym_property_modifier] = ACTIONS(5088), + [anon_sym_abstract] = ACTIONS(5088), + [anon_sym_final] = ACTIONS(5088), + [anon_sym_open] = ACTIONS(5088), + [anon_sym_vararg] = ACTIONS(5088), + [anon_sym_noinline] = ACTIONS(5088), + [anon_sym_crossinline] = ACTIONS(5088), + [anon_sym_expect] = ACTIONS(5088), + [anon_sym_actual] = ACTIONS(5088), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5090), + [anon_sym_continue_AT] = ACTIONS(5090), + [anon_sym_break_AT] = ACTIONS(5090), + [anon_sym_this_AT] = ACTIONS(5090), + [anon_sym_super_AT] = ACTIONS(5090), + [sym_real_literal] = ACTIONS(5090), + [sym_integer_literal] = ACTIONS(5088), + [sym_hex_literal] = ACTIONS(5090), + [sym_bin_literal] = ACTIONS(5090), + [anon_sym_true] = ACTIONS(5088), + [anon_sym_false] = ACTIONS(5088), + [anon_sym_SQUOTE] = ACTIONS(5090), + [sym__backtick_identifier] = ACTIONS(5090), + [sym__automatic_semicolon] = ACTIONS(5090), + [sym_safe_nav] = ACTIONS(5090), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5090), }, [1136] = { - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(1810), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(1808), - [anon_sym_set] = ACTIONS(1808), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1810), - [anon_sym_suspend] = ACTIONS(1808), - [anon_sym_sealed] = ACTIONS(1808), - [anon_sym_annotation] = ACTIONS(1808), - [anon_sym_data] = ACTIONS(1808), - [anon_sym_inner] = ACTIONS(1808), - [anon_sym_value] = ACTIONS(1808), - [anon_sym_override] = ACTIONS(1808), - [anon_sym_lateinit] = ACTIONS(1808), - [anon_sym_public] = ACTIONS(1808), - [anon_sym_private] = ACTIONS(1808), - [anon_sym_internal] = ACTIONS(1808), - [anon_sym_protected] = ACTIONS(1808), - [anon_sym_tailrec] = ACTIONS(1808), - [anon_sym_operator] = ACTIONS(1808), - [anon_sym_infix] = ACTIONS(1808), - [anon_sym_inline] = ACTIONS(1808), - [anon_sym_external] = ACTIONS(1808), - [sym_property_modifier] = ACTIONS(1808), - [anon_sym_abstract] = ACTIONS(1808), - [anon_sym_final] = ACTIONS(1808), - [anon_sym_open] = ACTIONS(1808), - [anon_sym_vararg] = ACTIONS(1808), - [anon_sym_noinline] = ACTIONS(1808), - [anon_sym_crossinline] = ACTIONS(1808), - [anon_sym_expect] = ACTIONS(1808), - [anon_sym_actual] = ACTIONS(1808), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [sym__alpha_identifier] = ACTIONS(5092), + [anon_sym_AT] = ACTIONS(5094), + [anon_sym_LBRACK] = ACTIONS(5094), + [anon_sym_as] = ACTIONS(5092), + [anon_sym_EQ] = ACTIONS(5092), + [anon_sym_LBRACE] = ACTIONS(5094), + [anon_sym_RBRACE] = ACTIONS(5094), + [anon_sym_LPAREN] = ACTIONS(5094), + [anon_sym_COMMA] = ACTIONS(5094), + [anon_sym_LT] = ACTIONS(5092), + [anon_sym_GT] = ACTIONS(5092), + [anon_sym_where] = ACTIONS(5092), + [anon_sym_object] = ACTIONS(5092), + [anon_sym_fun] = ACTIONS(5092), + [anon_sym_DOT] = ACTIONS(5092), + [anon_sym_SEMI] = ACTIONS(5094), + [anon_sym_get] = ACTIONS(5092), + [anon_sym_set] = ACTIONS(5092), + [anon_sym_this] = ACTIONS(5092), + [anon_sym_super] = ACTIONS(5092), + [anon_sym_STAR] = ACTIONS(5092), + [sym_label] = ACTIONS(5092), + [anon_sym_in] = ACTIONS(5092), + [anon_sym_DOT_DOT] = ACTIONS(5094), + [anon_sym_QMARK_COLON] = ACTIONS(5094), + [anon_sym_AMP_AMP] = ACTIONS(5094), + [anon_sym_PIPE_PIPE] = ACTIONS(5094), + [anon_sym_null] = ACTIONS(5092), + [anon_sym_if] = ACTIONS(5092), + [anon_sym_else] = ACTIONS(5092), + [anon_sym_when] = ACTIONS(5092), + [anon_sym_try] = ACTIONS(5092), + [anon_sym_throw] = ACTIONS(5092), + [anon_sym_return] = ACTIONS(5092), + [anon_sym_continue] = ACTIONS(5092), + [anon_sym_break] = ACTIONS(5092), + [anon_sym_COLON_COLON] = ACTIONS(5094), + [anon_sym_PLUS_EQ] = ACTIONS(5094), + [anon_sym_DASH_EQ] = ACTIONS(5094), + [anon_sym_STAR_EQ] = ACTIONS(5094), + [anon_sym_SLASH_EQ] = ACTIONS(5094), + [anon_sym_PERCENT_EQ] = ACTIONS(5094), + [anon_sym_BANG_EQ] = ACTIONS(5092), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5094), + [anon_sym_EQ_EQ] = ACTIONS(5092), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5094), + [anon_sym_LT_EQ] = ACTIONS(5094), + [anon_sym_GT_EQ] = ACTIONS(5094), + [anon_sym_BANGin] = ACTIONS(5094), + [anon_sym_is] = ACTIONS(5092), + [anon_sym_BANGis] = ACTIONS(5094), + [anon_sym_PLUS] = ACTIONS(5092), + [anon_sym_DASH] = ACTIONS(5092), + [anon_sym_SLASH] = ACTIONS(5092), + [anon_sym_PERCENT] = ACTIONS(5092), + [anon_sym_as_QMARK] = ACTIONS(5094), + [anon_sym_PLUS_PLUS] = ACTIONS(5094), + [anon_sym_DASH_DASH] = ACTIONS(5094), + [anon_sym_BANG] = ACTIONS(5092), + [anon_sym_BANG_BANG] = ACTIONS(5094), + [anon_sym_suspend] = ACTIONS(5092), + [anon_sym_sealed] = ACTIONS(5092), + [anon_sym_annotation] = ACTIONS(5092), + [anon_sym_data] = ACTIONS(5092), + [anon_sym_inner] = ACTIONS(5092), + [anon_sym_value] = ACTIONS(5092), + [anon_sym_override] = ACTIONS(5092), + [anon_sym_lateinit] = ACTIONS(5092), + [anon_sym_public] = ACTIONS(5092), + [anon_sym_private] = ACTIONS(5092), + [anon_sym_internal] = ACTIONS(5092), + [anon_sym_protected] = ACTIONS(5092), + [anon_sym_tailrec] = ACTIONS(5092), + [anon_sym_operator] = ACTIONS(5092), + [anon_sym_infix] = ACTIONS(5092), + [anon_sym_inline] = ACTIONS(5092), + [anon_sym_external] = ACTIONS(5092), + [sym_property_modifier] = ACTIONS(5092), + [anon_sym_abstract] = ACTIONS(5092), + [anon_sym_final] = ACTIONS(5092), + [anon_sym_open] = ACTIONS(5092), + [anon_sym_vararg] = ACTIONS(5092), + [anon_sym_noinline] = ACTIONS(5092), + [anon_sym_crossinline] = ACTIONS(5092), + [anon_sym_expect] = ACTIONS(5092), + [anon_sym_actual] = ACTIONS(5092), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5094), + [anon_sym_continue_AT] = ACTIONS(5094), + [anon_sym_break_AT] = ACTIONS(5094), + [anon_sym_this_AT] = ACTIONS(5094), + [anon_sym_super_AT] = ACTIONS(5094), + [sym_real_literal] = ACTIONS(5094), + [sym_integer_literal] = ACTIONS(5092), + [sym_hex_literal] = ACTIONS(5094), + [sym_bin_literal] = ACTIONS(5094), + [anon_sym_true] = ACTIONS(5092), + [anon_sym_false] = ACTIONS(5092), + [anon_sym_SQUOTE] = ACTIONS(5094), + [sym__backtick_identifier] = ACTIONS(5094), + [sym__automatic_semicolon] = ACTIONS(5094), + [sym_safe_nav] = ACTIONS(5094), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5094), }, [1137] = { - [sym__alpha_identifier] = ACTIONS(5103), - [anon_sym_AT] = ACTIONS(5105), - [anon_sym_LBRACK] = ACTIONS(5105), - [anon_sym_as] = ACTIONS(5103), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(5105), - [anon_sym_RBRACE] = ACTIONS(5105), - [anon_sym_LPAREN] = ACTIONS(5105), - [anon_sym_COMMA] = ACTIONS(5105), - [anon_sym_LT] = ACTIONS(5103), - [anon_sym_GT] = ACTIONS(5103), - [anon_sym_where] = ACTIONS(5103), - [anon_sym_object] = ACTIONS(5103), - [anon_sym_fun] = ACTIONS(5103), - [anon_sym_DOT] = ACTIONS(5103), - [anon_sym_SEMI] = ACTIONS(5105), - [anon_sym_get] = ACTIONS(5103), - [anon_sym_set] = ACTIONS(5103), - [anon_sym_this] = ACTIONS(5103), - [anon_sym_super] = ACTIONS(5103), - [anon_sym_STAR] = ACTIONS(5103), - [sym_label] = ACTIONS(5103), - [anon_sym_in] = ACTIONS(5103), - [anon_sym_DOT_DOT] = ACTIONS(5105), - [anon_sym_QMARK_COLON] = ACTIONS(5105), - [anon_sym_AMP_AMP] = ACTIONS(5105), - [anon_sym_PIPE_PIPE] = ACTIONS(5105), - [anon_sym_null] = ACTIONS(5103), - [anon_sym_if] = ACTIONS(5103), - [anon_sym_else] = ACTIONS(5103), - [anon_sym_when] = ACTIONS(5103), - [anon_sym_try] = ACTIONS(5103), - [anon_sym_throw] = ACTIONS(5103), - [anon_sym_return] = ACTIONS(5103), - [anon_sym_continue] = ACTIONS(5103), - [anon_sym_break] = ACTIONS(5103), - [anon_sym_COLON_COLON] = ACTIONS(5105), - [anon_sym_PLUS_EQ] = ACTIONS(5105), - [anon_sym_DASH_EQ] = ACTIONS(5105), - [anon_sym_STAR_EQ] = ACTIONS(5105), - [anon_sym_SLASH_EQ] = ACTIONS(5105), - [anon_sym_PERCENT_EQ] = ACTIONS(5105), - [anon_sym_BANG_EQ] = ACTIONS(5103), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5105), - [anon_sym_EQ_EQ] = ACTIONS(5103), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5105), - [anon_sym_LT_EQ] = ACTIONS(5105), - [anon_sym_GT_EQ] = ACTIONS(5105), - [anon_sym_BANGin] = ACTIONS(5105), - [anon_sym_is] = ACTIONS(5103), - [anon_sym_BANGis] = ACTIONS(5105), - [anon_sym_PLUS] = ACTIONS(5103), - [anon_sym_DASH] = ACTIONS(5103), - [anon_sym_SLASH] = ACTIONS(5103), - [anon_sym_PERCENT] = ACTIONS(5103), - [anon_sym_as_QMARK] = ACTIONS(5105), - [anon_sym_PLUS_PLUS] = ACTIONS(5105), - [anon_sym_DASH_DASH] = ACTIONS(5105), - [anon_sym_BANG] = ACTIONS(5103), - [anon_sym_BANG_BANG] = ACTIONS(5105), - [anon_sym_suspend] = ACTIONS(5103), - [anon_sym_sealed] = ACTIONS(5103), - [anon_sym_annotation] = ACTIONS(5103), - [anon_sym_data] = ACTIONS(5103), - [anon_sym_inner] = ACTIONS(5103), - [anon_sym_value] = ACTIONS(5103), - [anon_sym_override] = ACTIONS(5103), - [anon_sym_lateinit] = ACTIONS(5103), - [anon_sym_public] = ACTIONS(5103), - [anon_sym_private] = ACTIONS(5103), - [anon_sym_internal] = ACTIONS(5103), - [anon_sym_protected] = ACTIONS(5103), - [anon_sym_tailrec] = ACTIONS(5103), - [anon_sym_operator] = ACTIONS(5103), - [anon_sym_infix] = ACTIONS(5103), - [anon_sym_inline] = ACTIONS(5103), - [anon_sym_external] = ACTIONS(5103), - [sym_property_modifier] = ACTIONS(5103), - [anon_sym_abstract] = ACTIONS(5103), - [anon_sym_final] = ACTIONS(5103), - [anon_sym_open] = ACTIONS(5103), - [anon_sym_vararg] = ACTIONS(5103), - [anon_sym_noinline] = ACTIONS(5103), - [anon_sym_crossinline] = ACTIONS(5103), - [anon_sym_expect] = ACTIONS(5103), - [anon_sym_actual] = ACTIONS(5103), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5105), - [anon_sym_continue_AT] = ACTIONS(5105), - [anon_sym_break_AT] = ACTIONS(5105), - [anon_sym_this_AT] = ACTIONS(5105), - [anon_sym_super_AT] = ACTIONS(5105), - [sym_real_literal] = ACTIONS(5105), - [sym_integer_literal] = ACTIONS(5103), - [sym_hex_literal] = ACTIONS(5105), - [sym_bin_literal] = ACTIONS(5105), - [anon_sym_true] = ACTIONS(5103), - [anon_sym_false] = ACTIONS(5103), - [anon_sym_SQUOTE] = ACTIONS(5105), - [sym__backtick_identifier] = ACTIONS(5105), - [sym__automatic_semicolon] = ACTIONS(5105), - [sym_safe_nav] = ACTIONS(5105), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5105), + [sym_class_body] = STATE(1055), + [sym__alpha_identifier] = ACTIONS(4450), + [anon_sym_AT] = ACTIONS(4452), + [anon_sym_COLON] = ACTIONS(5096), + [anon_sym_LBRACK] = ACTIONS(4452), + [anon_sym_as] = ACTIONS(4450), + [anon_sym_EQ] = ACTIONS(4450), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4452), + [anon_sym_LPAREN] = ACTIONS(4452), + [anon_sym_LT] = ACTIONS(4450), + [anon_sym_GT] = ACTIONS(4450), + [anon_sym_object] = ACTIONS(4450), + [anon_sym_fun] = ACTIONS(4450), + [anon_sym_DOT] = ACTIONS(4450), + [anon_sym_SEMI] = ACTIONS(4452), + [anon_sym_get] = ACTIONS(4450), + [anon_sym_set] = ACTIONS(4450), + [anon_sym_this] = ACTIONS(4450), + [anon_sym_super] = ACTIONS(4450), + [anon_sym_STAR] = ACTIONS(4450), + [sym_label] = ACTIONS(4450), + [anon_sym_in] = ACTIONS(4450), + [anon_sym_DOT_DOT] = ACTIONS(4452), + [anon_sym_QMARK_COLON] = ACTIONS(4452), + [anon_sym_AMP_AMP] = ACTIONS(4452), + [anon_sym_PIPE_PIPE] = ACTIONS(4452), + [anon_sym_null] = ACTIONS(4450), + [anon_sym_if] = ACTIONS(4450), + [anon_sym_else] = ACTIONS(4450), + [anon_sym_when] = ACTIONS(4450), + [anon_sym_try] = ACTIONS(4450), + [anon_sym_throw] = ACTIONS(4450), + [anon_sym_return] = ACTIONS(4450), + [anon_sym_continue] = ACTIONS(4450), + [anon_sym_break] = ACTIONS(4450), + [anon_sym_COLON_COLON] = ACTIONS(4452), + [anon_sym_PLUS_EQ] = ACTIONS(4452), + [anon_sym_DASH_EQ] = ACTIONS(4452), + [anon_sym_STAR_EQ] = ACTIONS(4452), + [anon_sym_SLASH_EQ] = ACTIONS(4452), + [anon_sym_PERCENT_EQ] = ACTIONS(4452), + [anon_sym_BANG_EQ] = ACTIONS(4450), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4452), + [anon_sym_EQ_EQ] = ACTIONS(4450), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4452), + [anon_sym_LT_EQ] = ACTIONS(4452), + [anon_sym_GT_EQ] = ACTIONS(4452), + [anon_sym_BANGin] = ACTIONS(4452), + [anon_sym_is] = ACTIONS(4450), + [anon_sym_BANGis] = ACTIONS(4452), + [anon_sym_PLUS] = ACTIONS(4450), + [anon_sym_DASH] = ACTIONS(4450), + [anon_sym_SLASH] = ACTIONS(4450), + [anon_sym_PERCENT] = ACTIONS(4450), + [anon_sym_as_QMARK] = ACTIONS(4452), + [anon_sym_PLUS_PLUS] = ACTIONS(4452), + [anon_sym_DASH_DASH] = ACTIONS(4452), + [anon_sym_BANG] = ACTIONS(4450), + [anon_sym_BANG_BANG] = ACTIONS(4452), + [anon_sym_suspend] = ACTIONS(4450), + [anon_sym_sealed] = ACTIONS(4450), + [anon_sym_annotation] = ACTIONS(4450), + [anon_sym_data] = ACTIONS(4450), + [anon_sym_inner] = ACTIONS(4450), + [anon_sym_value] = ACTIONS(4450), + [anon_sym_override] = ACTIONS(4450), + [anon_sym_lateinit] = ACTIONS(4450), + [anon_sym_public] = ACTIONS(4450), + [anon_sym_private] = ACTIONS(4450), + [anon_sym_internal] = ACTIONS(4450), + [anon_sym_protected] = ACTIONS(4450), + [anon_sym_tailrec] = ACTIONS(4450), + [anon_sym_operator] = ACTIONS(4450), + [anon_sym_infix] = ACTIONS(4450), + [anon_sym_inline] = ACTIONS(4450), + [anon_sym_external] = ACTIONS(4450), + [sym_property_modifier] = ACTIONS(4450), + [anon_sym_abstract] = ACTIONS(4450), + [anon_sym_final] = ACTIONS(4450), + [anon_sym_open] = ACTIONS(4450), + [anon_sym_vararg] = ACTIONS(4450), + [anon_sym_noinline] = ACTIONS(4450), + [anon_sym_crossinline] = ACTIONS(4450), + [anon_sym_expect] = ACTIONS(4450), + [anon_sym_actual] = ACTIONS(4450), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4452), + [anon_sym_continue_AT] = ACTIONS(4452), + [anon_sym_break_AT] = ACTIONS(4452), + [anon_sym_this_AT] = ACTIONS(4452), + [anon_sym_super_AT] = ACTIONS(4452), + [sym_real_literal] = ACTIONS(4452), + [sym_integer_literal] = ACTIONS(4450), + [sym_hex_literal] = ACTIONS(4452), + [sym_bin_literal] = ACTIONS(4452), + [anon_sym_true] = ACTIONS(4450), + [anon_sym_false] = ACTIONS(4450), + [anon_sym_SQUOTE] = ACTIONS(4452), + [sym__backtick_identifier] = ACTIONS(4452), + [sym__automatic_semicolon] = ACTIONS(4452), + [sym_safe_nav] = ACTIONS(4452), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4452), }, [1138] = { - [sym__alpha_identifier] = ACTIONS(4644), - [anon_sym_AT] = ACTIONS(4646), - [anon_sym_LBRACK] = ACTIONS(4646), - [anon_sym_as] = ACTIONS(4644), - [anon_sym_EQ] = ACTIONS(4644), - [anon_sym_LBRACE] = ACTIONS(4646), - [anon_sym_RBRACE] = ACTIONS(4646), - [anon_sym_LPAREN] = ACTIONS(4646), - [anon_sym_COMMA] = ACTIONS(4646), - [anon_sym_LT] = ACTIONS(4644), - [anon_sym_GT] = ACTIONS(4644), - [anon_sym_where] = ACTIONS(4644), - [anon_sym_object] = ACTIONS(4644), - [anon_sym_fun] = ACTIONS(4644), - [anon_sym_DOT] = ACTIONS(4644), - [anon_sym_SEMI] = ACTIONS(4646), - [anon_sym_get] = ACTIONS(4644), - [anon_sym_set] = ACTIONS(4644), - [anon_sym_this] = ACTIONS(4644), - [anon_sym_super] = ACTIONS(4644), - [anon_sym_STAR] = ACTIONS(4644), - [sym_label] = ACTIONS(4644), - [anon_sym_in] = ACTIONS(4644), - [anon_sym_DOT_DOT] = ACTIONS(4646), - [anon_sym_QMARK_COLON] = ACTIONS(4646), - [anon_sym_AMP_AMP] = ACTIONS(4646), - [anon_sym_PIPE_PIPE] = ACTIONS(4646), - [anon_sym_null] = ACTIONS(4644), - [anon_sym_if] = ACTIONS(4644), - [anon_sym_else] = ACTIONS(4644), - [anon_sym_when] = ACTIONS(4644), - [anon_sym_try] = ACTIONS(4644), - [anon_sym_throw] = ACTIONS(4644), - [anon_sym_return] = ACTIONS(4644), - [anon_sym_continue] = ACTIONS(4644), - [anon_sym_break] = ACTIONS(4644), - [anon_sym_COLON_COLON] = ACTIONS(4646), - [anon_sym_PLUS_EQ] = ACTIONS(4646), - [anon_sym_DASH_EQ] = ACTIONS(4646), - [anon_sym_STAR_EQ] = ACTIONS(4646), - [anon_sym_SLASH_EQ] = ACTIONS(4646), - [anon_sym_PERCENT_EQ] = ACTIONS(4646), - [anon_sym_BANG_EQ] = ACTIONS(4644), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4646), - [anon_sym_EQ_EQ] = ACTIONS(4644), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4646), - [anon_sym_LT_EQ] = ACTIONS(4646), - [anon_sym_GT_EQ] = ACTIONS(4646), - [anon_sym_BANGin] = ACTIONS(4646), - [anon_sym_is] = ACTIONS(4644), - [anon_sym_BANGis] = ACTIONS(4646), - [anon_sym_PLUS] = ACTIONS(4644), - [anon_sym_DASH] = ACTIONS(4644), - [anon_sym_SLASH] = ACTIONS(4644), - [anon_sym_PERCENT] = ACTIONS(4644), - [anon_sym_as_QMARK] = ACTIONS(4646), - [anon_sym_PLUS_PLUS] = ACTIONS(4646), - [anon_sym_DASH_DASH] = ACTIONS(4646), - [anon_sym_BANG] = ACTIONS(4644), - [anon_sym_BANG_BANG] = ACTIONS(4646), - [anon_sym_suspend] = ACTIONS(4644), - [anon_sym_sealed] = ACTIONS(4644), - [anon_sym_annotation] = ACTIONS(4644), - [anon_sym_data] = ACTIONS(4644), - [anon_sym_inner] = ACTIONS(4644), - [anon_sym_value] = ACTIONS(4644), - [anon_sym_override] = ACTIONS(4644), - [anon_sym_lateinit] = ACTIONS(4644), - [anon_sym_public] = ACTIONS(4644), - [anon_sym_private] = ACTIONS(4644), - [anon_sym_internal] = ACTIONS(4644), - [anon_sym_protected] = ACTIONS(4644), - [anon_sym_tailrec] = ACTIONS(4644), - [anon_sym_operator] = ACTIONS(4644), - [anon_sym_infix] = ACTIONS(4644), - [anon_sym_inline] = ACTIONS(4644), - [anon_sym_external] = ACTIONS(4644), - [sym_property_modifier] = ACTIONS(4644), - [anon_sym_abstract] = ACTIONS(4644), - [anon_sym_final] = ACTIONS(4644), - [anon_sym_open] = ACTIONS(4644), - [anon_sym_vararg] = ACTIONS(4644), - [anon_sym_noinline] = ACTIONS(4644), - [anon_sym_crossinline] = ACTIONS(4644), - [anon_sym_expect] = ACTIONS(4644), - [anon_sym_actual] = ACTIONS(4644), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4646), - [anon_sym_continue_AT] = ACTIONS(4646), - [anon_sym_break_AT] = ACTIONS(4646), - [anon_sym_this_AT] = ACTIONS(4646), - [anon_sym_super_AT] = ACTIONS(4646), - [sym_real_literal] = ACTIONS(4646), - [sym_integer_literal] = ACTIONS(4644), - [sym_hex_literal] = ACTIONS(4646), - [sym_bin_literal] = ACTIONS(4646), - [anon_sym_true] = ACTIONS(4644), - [anon_sym_false] = ACTIONS(4644), - [anon_sym_SQUOTE] = ACTIONS(4646), - [sym__backtick_identifier] = ACTIONS(4646), - [sym__automatic_semicolon] = ACTIONS(4646), - [sym_safe_nav] = ACTIONS(4646), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4646), + [sym__alpha_identifier] = ACTIONS(5098), + [anon_sym_AT] = ACTIONS(5100), + [anon_sym_LBRACK] = ACTIONS(5100), + [anon_sym_as] = ACTIONS(5098), + [anon_sym_EQ] = ACTIONS(5098), + [anon_sym_LBRACE] = ACTIONS(5100), + [anon_sym_RBRACE] = ACTIONS(5100), + [anon_sym_LPAREN] = ACTIONS(5100), + [anon_sym_COMMA] = ACTIONS(5100), + [anon_sym_LT] = ACTIONS(5098), + [anon_sym_GT] = ACTIONS(5098), + [anon_sym_where] = ACTIONS(5098), + [anon_sym_object] = ACTIONS(5098), + [anon_sym_fun] = ACTIONS(5098), + [anon_sym_DOT] = ACTIONS(5098), + [anon_sym_SEMI] = ACTIONS(5100), + [anon_sym_get] = ACTIONS(5098), + [anon_sym_set] = ACTIONS(5098), + [anon_sym_this] = ACTIONS(5098), + [anon_sym_super] = ACTIONS(5098), + [anon_sym_STAR] = ACTIONS(5098), + [sym_label] = ACTIONS(5098), + [anon_sym_in] = ACTIONS(5098), + [anon_sym_DOT_DOT] = ACTIONS(5100), + [anon_sym_QMARK_COLON] = ACTIONS(5100), + [anon_sym_AMP_AMP] = ACTIONS(5100), + [anon_sym_PIPE_PIPE] = ACTIONS(5100), + [anon_sym_null] = ACTIONS(5098), + [anon_sym_if] = ACTIONS(5098), + [anon_sym_else] = ACTIONS(5098), + [anon_sym_when] = ACTIONS(5098), + [anon_sym_try] = ACTIONS(5098), + [anon_sym_throw] = ACTIONS(5098), + [anon_sym_return] = ACTIONS(5098), + [anon_sym_continue] = ACTIONS(5098), + [anon_sym_break] = ACTIONS(5098), + [anon_sym_COLON_COLON] = ACTIONS(5100), + [anon_sym_PLUS_EQ] = ACTIONS(5100), + [anon_sym_DASH_EQ] = ACTIONS(5100), + [anon_sym_STAR_EQ] = ACTIONS(5100), + [anon_sym_SLASH_EQ] = ACTIONS(5100), + [anon_sym_PERCENT_EQ] = ACTIONS(5100), + [anon_sym_BANG_EQ] = ACTIONS(5098), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5100), + [anon_sym_EQ_EQ] = ACTIONS(5098), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5100), + [anon_sym_LT_EQ] = ACTIONS(5100), + [anon_sym_GT_EQ] = ACTIONS(5100), + [anon_sym_BANGin] = ACTIONS(5100), + [anon_sym_is] = ACTIONS(5098), + [anon_sym_BANGis] = ACTIONS(5100), + [anon_sym_PLUS] = ACTIONS(5098), + [anon_sym_DASH] = ACTIONS(5098), + [anon_sym_SLASH] = ACTIONS(5098), + [anon_sym_PERCENT] = ACTIONS(5098), + [anon_sym_as_QMARK] = ACTIONS(5100), + [anon_sym_PLUS_PLUS] = ACTIONS(5100), + [anon_sym_DASH_DASH] = ACTIONS(5100), + [anon_sym_BANG] = ACTIONS(5098), + [anon_sym_BANG_BANG] = ACTIONS(5100), + [anon_sym_suspend] = ACTIONS(5098), + [anon_sym_sealed] = ACTIONS(5098), + [anon_sym_annotation] = ACTIONS(5098), + [anon_sym_data] = ACTIONS(5098), + [anon_sym_inner] = ACTIONS(5098), + [anon_sym_value] = ACTIONS(5098), + [anon_sym_override] = ACTIONS(5098), + [anon_sym_lateinit] = ACTIONS(5098), + [anon_sym_public] = ACTIONS(5098), + [anon_sym_private] = ACTIONS(5098), + [anon_sym_internal] = ACTIONS(5098), + [anon_sym_protected] = ACTIONS(5098), + [anon_sym_tailrec] = ACTIONS(5098), + [anon_sym_operator] = ACTIONS(5098), + [anon_sym_infix] = ACTIONS(5098), + [anon_sym_inline] = ACTIONS(5098), + [anon_sym_external] = ACTIONS(5098), + [sym_property_modifier] = ACTIONS(5098), + [anon_sym_abstract] = ACTIONS(5098), + [anon_sym_final] = ACTIONS(5098), + [anon_sym_open] = ACTIONS(5098), + [anon_sym_vararg] = ACTIONS(5098), + [anon_sym_noinline] = ACTIONS(5098), + [anon_sym_crossinline] = ACTIONS(5098), + [anon_sym_expect] = ACTIONS(5098), + [anon_sym_actual] = ACTIONS(5098), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5100), + [anon_sym_continue_AT] = ACTIONS(5100), + [anon_sym_break_AT] = ACTIONS(5100), + [anon_sym_this_AT] = ACTIONS(5100), + [anon_sym_super_AT] = ACTIONS(5100), + [sym_real_literal] = ACTIONS(5100), + [sym_integer_literal] = ACTIONS(5098), + [sym_hex_literal] = ACTIONS(5100), + [sym_bin_literal] = ACTIONS(5100), + [anon_sym_true] = ACTIONS(5098), + [anon_sym_false] = ACTIONS(5098), + [anon_sym_SQUOTE] = ACTIONS(5100), + [sym__backtick_identifier] = ACTIONS(5100), + [sym__automatic_semicolon] = ACTIONS(5100), + [sym_safe_nav] = ACTIONS(5100), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5100), }, [1139] = { - [sym__alpha_identifier] = ACTIONS(5107), - [anon_sym_AT] = ACTIONS(5109), - [anon_sym_LBRACK] = ACTIONS(5109), - [anon_sym_as] = ACTIONS(5107), - [anon_sym_EQ] = ACTIONS(5107), - [anon_sym_LBRACE] = ACTIONS(5109), - [anon_sym_RBRACE] = ACTIONS(5109), - [anon_sym_LPAREN] = ACTIONS(5109), - [anon_sym_COMMA] = ACTIONS(5109), - [anon_sym_LT] = ACTIONS(5107), - [anon_sym_GT] = ACTIONS(5107), - [anon_sym_where] = ACTIONS(5107), - [anon_sym_object] = ACTIONS(5107), - [anon_sym_fun] = ACTIONS(5107), - [anon_sym_DOT] = ACTIONS(5107), - [anon_sym_SEMI] = ACTIONS(5109), - [anon_sym_get] = ACTIONS(5107), - [anon_sym_set] = ACTIONS(5107), - [anon_sym_this] = ACTIONS(5107), - [anon_sym_super] = ACTIONS(5107), - [anon_sym_STAR] = ACTIONS(5107), - [sym_label] = ACTIONS(5107), - [anon_sym_in] = ACTIONS(5107), - [anon_sym_DOT_DOT] = ACTIONS(5109), - [anon_sym_QMARK_COLON] = ACTIONS(5109), - [anon_sym_AMP_AMP] = ACTIONS(5109), - [anon_sym_PIPE_PIPE] = ACTIONS(5109), - [anon_sym_null] = ACTIONS(5107), - [anon_sym_if] = ACTIONS(5107), - [anon_sym_else] = ACTIONS(5107), - [anon_sym_when] = ACTIONS(5107), - [anon_sym_try] = ACTIONS(5107), - [anon_sym_throw] = ACTIONS(5107), - [anon_sym_return] = ACTIONS(5107), - [anon_sym_continue] = ACTIONS(5107), - [anon_sym_break] = ACTIONS(5107), - [anon_sym_COLON_COLON] = ACTIONS(5109), - [anon_sym_PLUS_EQ] = ACTIONS(5109), - [anon_sym_DASH_EQ] = ACTIONS(5109), - [anon_sym_STAR_EQ] = ACTIONS(5109), - [anon_sym_SLASH_EQ] = ACTIONS(5109), - [anon_sym_PERCENT_EQ] = ACTIONS(5109), - [anon_sym_BANG_EQ] = ACTIONS(5107), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5109), - [anon_sym_EQ_EQ] = ACTIONS(5107), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5109), - [anon_sym_LT_EQ] = ACTIONS(5109), - [anon_sym_GT_EQ] = ACTIONS(5109), - [anon_sym_BANGin] = ACTIONS(5109), - [anon_sym_is] = ACTIONS(5107), - [anon_sym_BANGis] = ACTIONS(5109), - [anon_sym_PLUS] = ACTIONS(5107), - [anon_sym_DASH] = ACTIONS(5107), - [anon_sym_SLASH] = ACTIONS(5107), - [anon_sym_PERCENT] = ACTIONS(5107), - [anon_sym_as_QMARK] = ACTIONS(5109), - [anon_sym_PLUS_PLUS] = ACTIONS(5109), - [anon_sym_DASH_DASH] = ACTIONS(5109), - [anon_sym_BANG] = ACTIONS(5107), - [anon_sym_BANG_BANG] = ACTIONS(5109), - [anon_sym_suspend] = ACTIONS(5107), - [anon_sym_sealed] = ACTIONS(5107), - [anon_sym_annotation] = ACTIONS(5107), - [anon_sym_data] = ACTIONS(5107), - [anon_sym_inner] = ACTIONS(5107), - [anon_sym_value] = ACTIONS(5107), - [anon_sym_override] = ACTIONS(5107), - [anon_sym_lateinit] = ACTIONS(5107), - [anon_sym_public] = ACTIONS(5107), - [anon_sym_private] = ACTIONS(5107), - [anon_sym_internal] = ACTIONS(5107), - [anon_sym_protected] = ACTIONS(5107), - [anon_sym_tailrec] = ACTIONS(5107), - [anon_sym_operator] = ACTIONS(5107), - [anon_sym_infix] = ACTIONS(5107), - [anon_sym_inline] = ACTIONS(5107), - [anon_sym_external] = ACTIONS(5107), - [sym_property_modifier] = ACTIONS(5107), - [anon_sym_abstract] = ACTIONS(5107), - [anon_sym_final] = ACTIONS(5107), - [anon_sym_open] = ACTIONS(5107), - [anon_sym_vararg] = ACTIONS(5107), - [anon_sym_noinline] = ACTIONS(5107), - [anon_sym_crossinline] = ACTIONS(5107), - [anon_sym_expect] = ACTIONS(5107), - [anon_sym_actual] = ACTIONS(5107), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5109), - [anon_sym_continue_AT] = ACTIONS(5109), - [anon_sym_break_AT] = ACTIONS(5109), - [anon_sym_this_AT] = ACTIONS(5109), - [anon_sym_super_AT] = ACTIONS(5109), - [sym_real_literal] = ACTIONS(5109), - [sym_integer_literal] = ACTIONS(5107), - [sym_hex_literal] = ACTIONS(5109), - [sym_bin_literal] = ACTIONS(5109), - [anon_sym_true] = ACTIONS(5107), - [anon_sym_false] = ACTIONS(5107), - [anon_sym_SQUOTE] = ACTIONS(5109), - [sym__backtick_identifier] = ACTIONS(5109), - [sym__automatic_semicolon] = ACTIONS(5109), - [sym_safe_nav] = ACTIONS(5109), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5109), + [sym__alpha_identifier] = ACTIONS(5102), + [anon_sym_AT] = ACTIONS(5104), + [anon_sym_LBRACK] = ACTIONS(5104), + [anon_sym_as] = ACTIONS(5102), + [anon_sym_EQ] = ACTIONS(5102), + [anon_sym_LBRACE] = ACTIONS(5104), + [anon_sym_RBRACE] = ACTIONS(5104), + [anon_sym_LPAREN] = ACTIONS(5104), + [anon_sym_COMMA] = ACTIONS(5104), + [anon_sym_LT] = ACTIONS(5102), + [anon_sym_GT] = ACTIONS(5102), + [anon_sym_where] = ACTIONS(5102), + [anon_sym_object] = ACTIONS(5102), + [anon_sym_fun] = ACTIONS(5102), + [anon_sym_DOT] = ACTIONS(5102), + [anon_sym_SEMI] = ACTIONS(5104), + [anon_sym_get] = ACTIONS(5102), + [anon_sym_set] = ACTIONS(5102), + [anon_sym_this] = ACTIONS(5102), + [anon_sym_super] = ACTIONS(5102), + [anon_sym_STAR] = ACTIONS(5102), + [sym_label] = ACTIONS(5102), + [anon_sym_in] = ACTIONS(5102), + [anon_sym_DOT_DOT] = ACTIONS(5104), + [anon_sym_QMARK_COLON] = ACTIONS(5104), + [anon_sym_AMP_AMP] = ACTIONS(5104), + [anon_sym_PIPE_PIPE] = ACTIONS(5104), + [anon_sym_null] = ACTIONS(5102), + [anon_sym_if] = ACTIONS(5102), + [anon_sym_else] = ACTIONS(5102), + [anon_sym_when] = ACTIONS(5102), + [anon_sym_try] = ACTIONS(5102), + [anon_sym_throw] = ACTIONS(5102), + [anon_sym_return] = ACTIONS(5102), + [anon_sym_continue] = ACTIONS(5102), + [anon_sym_break] = ACTIONS(5102), + [anon_sym_COLON_COLON] = ACTIONS(5104), + [anon_sym_PLUS_EQ] = ACTIONS(5104), + [anon_sym_DASH_EQ] = ACTIONS(5104), + [anon_sym_STAR_EQ] = ACTIONS(5104), + [anon_sym_SLASH_EQ] = ACTIONS(5104), + [anon_sym_PERCENT_EQ] = ACTIONS(5104), + [anon_sym_BANG_EQ] = ACTIONS(5102), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5104), + [anon_sym_EQ_EQ] = ACTIONS(5102), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5104), + [anon_sym_LT_EQ] = ACTIONS(5104), + [anon_sym_GT_EQ] = ACTIONS(5104), + [anon_sym_BANGin] = ACTIONS(5104), + [anon_sym_is] = ACTIONS(5102), + [anon_sym_BANGis] = ACTIONS(5104), + [anon_sym_PLUS] = ACTIONS(5102), + [anon_sym_DASH] = ACTIONS(5102), + [anon_sym_SLASH] = ACTIONS(5102), + [anon_sym_PERCENT] = ACTIONS(5102), + [anon_sym_as_QMARK] = ACTIONS(5104), + [anon_sym_PLUS_PLUS] = ACTIONS(5104), + [anon_sym_DASH_DASH] = ACTIONS(5104), + [anon_sym_BANG] = ACTIONS(5102), + [anon_sym_BANG_BANG] = ACTIONS(5104), + [anon_sym_suspend] = ACTIONS(5102), + [anon_sym_sealed] = ACTIONS(5102), + [anon_sym_annotation] = ACTIONS(5102), + [anon_sym_data] = ACTIONS(5102), + [anon_sym_inner] = ACTIONS(5102), + [anon_sym_value] = ACTIONS(5102), + [anon_sym_override] = ACTIONS(5102), + [anon_sym_lateinit] = ACTIONS(5102), + [anon_sym_public] = ACTIONS(5102), + [anon_sym_private] = ACTIONS(5102), + [anon_sym_internal] = ACTIONS(5102), + [anon_sym_protected] = ACTIONS(5102), + [anon_sym_tailrec] = ACTIONS(5102), + [anon_sym_operator] = ACTIONS(5102), + [anon_sym_infix] = ACTIONS(5102), + [anon_sym_inline] = ACTIONS(5102), + [anon_sym_external] = ACTIONS(5102), + [sym_property_modifier] = ACTIONS(5102), + [anon_sym_abstract] = ACTIONS(5102), + [anon_sym_final] = ACTIONS(5102), + [anon_sym_open] = ACTIONS(5102), + [anon_sym_vararg] = ACTIONS(5102), + [anon_sym_noinline] = ACTIONS(5102), + [anon_sym_crossinline] = ACTIONS(5102), + [anon_sym_expect] = ACTIONS(5102), + [anon_sym_actual] = ACTIONS(5102), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5104), + [anon_sym_continue_AT] = ACTIONS(5104), + [anon_sym_break_AT] = ACTIONS(5104), + [anon_sym_this_AT] = ACTIONS(5104), + [anon_sym_super_AT] = ACTIONS(5104), + [sym_real_literal] = ACTIONS(5104), + [sym_integer_literal] = ACTIONS(5102), + [sym_hex_literal] = ACTIONS(5104), + [sym_bin_literal] = ACTIONS(5104), + [anon_sym_true] = ACTIONS(5102), + [anon_sym_false] = ACTIONS(5102), + [anon_sym_SQUOTE] = ACTIONS(5104), + [sym__backtick_identifier] = ACTIONS(5104), + [sym__automatic_semicolon] = ACTIONS(5104), + [sym_safe_nav] = ACTIONS(5104), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5104), }, [1140] = { - [sym__alpha_identifier] = ACTIONS(4652), - [anon_sym_AT] = ACTIONS(4654), - [anon_sym_LBRACK] = ACTIONS(4654), - [anon_sym_as] = ACTIONS(4652), - [anon_sym_EQ] = ACTIONS(4652), - [anon_sym_LBRACE] = ACTIONS(4654), - [anon_sym_RBRACE] = ACTIONS(4654), - [anon_sym_LPAREN] = ACTIONS(4654), - [anon_sym_COMMA] = ACTIONS(4654), - [anon_sym_LT] = ACTIONS(4652), - [anon_sym_GT] = ACTIONS(4652), - [anon_sym_where] = ACTIONS(4652), - [anon_sym_object] = ACTIONS(4652), - [anon_sym_fun] = ACTIONS(4652), - [anon_sym_DOT] = ACTIONS(4652), - [anon_sym_SEMI] = ACTIONS(4654), - [anon_sym_get] = ACTIONS(4652), - [anon_sym_set] = ACTIONS(4652), - [anon_sym_this] = ACTIONS(4652), - [anon_sym_super] = ACTIONS(4652), - [anon_sym_STAR] = ACTIONS(4652), - [sym_label] = ACTIONS(4652), - [anon_sym_in] = ACTIONS(4652), - [anon_sym_DOT_DOT] = ACTIONS(4654), - [anon_sym_QMARK_COLON] = ACTIONS(4654), - [anon_sym_AMP_AMP] = ACTIONS(4654), - [anon_sym_PIPE_PIPE] = ACTIONS(4654), - [anon_sym_null] = ACTIONS(4652), - [anon_sym_if] = ACTIONS(4652), - [anon_sym_else] = ACTIONS(4652), - [anon_sym_when] = ACTIONS(4652), - [anon_sym_try] = ACTIONS(4652), - [anon_sym_throw] = ACTIONS(4652), - [anon_sym_return] = ACTIONS(4652), - [anon_sym_continue] = ACTIONS(4652), - [anon_sym_break] = ACTIONS(4652), - [anon_sym_COLON_COLON] = ACTIONS(4654), - [anon_sym_PLUS_EQ] = ACTIONS(4654), - [anon_sym_DASH_EQ] = ACTIONS(4654), - [anon_sym_STAR_EQ] = ACTIONS(4654), - [anon_sym_SLASH_EQ] = ACTIONS(4654), - [anon_sym_PERCENT_EQ] = ACTIONS(4654), - [anon_sym_BANG_EQ] = ACTIONS(4652), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4654), - [anon_sym_EQ_EQ] = ACTIONS(4652), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4654), - [anon_sym_LT_EQ] = ACTIONS(4654), - [anon_sym_GT_EQ] = ACTIONS(4654), - [anon_sym_BANGin] = ACTIONS(4654), - [anon_sym_is] = ACTIONS(4652), - [anon_sym_BANGis] = ACTIONS(4654), - [anon_sym_PLUS] = ACTIONS(4652), - [anon_sym_DASH] = ACTIONS(4652), - [anon_sym_SLASH] = ACTIONS(4652), - [anon_sym_PERCENT] = ACTIONS(4652), - [anon_sym_as_QMARK] = ACTIONS(4654), - [anon_sym_PLUS_PLUS] = ACTIONS(4654), - [anon_sym_DASH_DASH] = ACTIONS(4654), - [anon_sym_BANG] = ACTIONS(4652), - [anon_sym_BANG_BANG] = ACTIONS(4654), - [anon_sym_suspend] = ACTIONS(4652), - [anon_sym_sealed] = ACTIONS(4652), - [anon_sym_annotation] = ACTIONS(4652), - [anon_sym_data] = ACTIONS(4652), - [anon_sym_inner] = ACTIONS(4652), - [anon_sym_value] = ACTIONS(4652), - [anon_sym_override] = ACTIONS(4652), - [anon_sym_lateinit] = ACTIONS(4652), - [anon_sym_public] = ACTIONS(4652), - [anon_sym_private] = ACTIONS(4652), - [anon_sym_internal] = ACTIONS(4652), - [anon_sym_protected] = ACTIONS(4652), - [anon_sym_tailrec] = ACTIONS(4652), - [anon_sym_operator] = ACTIONS(4652), - [anon_sym_infix] = ACTIONS(4652), - [anon_sym_inline] = ACTIONS(4652), - [anon_sym_external] = ACTIONS(4652), - [sym_property_modifier] = ACTIONS(4652), - [anon_sym_abstract] = ACTIONS(4652), - [anon_sym_final] = ACTIONS(4652), - [anon_sym_open] = ACTIONS(4652), - [anon_sym_vararg] = ACTIONS(4652), - [anon_sym_noinline] = ACTIONS(4652), - [anon_sym_crossinline] = ACTIONS(4652), - [anon_sym_expect] = ACTIONS(4652), - [anon_sym_actual] = ACTIONS(4652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4654), - [anon_sym_continue_AT] = ACTIONS(4654), - [anon_sym_break_AT] = ACTIONS(4654), - [anon_sym_this_AT] = ACTIONS(4654), - [anon_sym_super_AT] = ACTIONS(4654), - [sym_real_literal] = ACTIONS(4654), - [sym_integer_literal] = ACTIONS(4652), - [sym_hex_literal] = ACTIONS(4654), - [sym_bin_literal] = ACTIONS(4654), - [anon_sym_true] = ACTIONS(4652), - [anon_sym_false] = ACTIONS(4652), - [anon_sym_SQUOTE] = ACTIONS(4654), - [sym__backtick_identifier] = ACTIONS(4654), - [sym__automatic_semicolon] = ACTIONS(4654), - [sym_safe_nav] = ACTIONS(4654), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4654), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(1826), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(1824), + [anon_sym_set] = ACTIONS(1824), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(1824), + [anon_sym_sealed] = ACTIONS(1824), + [anon_sym_annotation] = ACTIONS(1824), + [anon_sym_data] = ACTIONS(1824), + [anon_sym_inner] = ACTIONS(1824), + [anon_sym_value] = ACTIONS(1824), + [anon_sym_override] = ACTIONS(1824), + [anon_sym_lateinit] = ACTIONS(1824), + [anon_sym_public] = ACTIONS(1824), + [anon_sym_private] = ACTIONS(1824), + [anon_sym_internal] = ACTIONS(1824), + [anon_sym_protected] = ACTIONS(1824), + [anon_sym_tailrec] = ACTIONS(1824), + [anon_sym_operator] = ACTIONS(1824), + [anon_sym_infix] = ACTIONS(1824), + [anon_sym_inline] = ACTIONS(1824), + [anon_sym_external] = ACTIONS(1824), + [sym_property_modifier] = ACTIONS(1824), + [anon_sym_abstract] = ACTIONS(1824), + [anon_sym_final] = ACTIONS(1824), + [anon_sym_open] = ACTIONS(1824), + [anon_sym_vararg] = ACTIONS(1824), + [anon_sym_noinline] = ACTIONS(1824), + [anon_sym_crossinline] = ACTIONS(1824), + [anon_sym_expect] = ACTIONS(1824), + [anon_sym_actual] = ACTIONS(1824), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, [1141] = { - [sym__alpha_identifier] = ACTIONS(4355), - [anon_sym_AT] = ACTIONS(4357), - [anon_sym_LBRACK] = ACTIONS(4357), - [anon_sym_as] = ACTIONS(4355), - [anon_sym_EQ] = ACTIONS(4355), - [anon_sym_LBRACE] = ACTIONS(4357), - [anon_sym_RBRACE] = ACTIONS(4357), - [anon_sym_LPAREN] = ACTIONS(4357), - [anon_sym_COMMA] = ACTIONS(4357), - [anon_sym_LT] = ACTIONS(4355), - [anon_sym_GT] = ACTIONS(4355), - [anon_sym_where] = ACTIONS(4355), - [anon_sym_object] = ACTIONS(4355), - [anon_sym_fun] = ACTIONS(4355), - [anon_sym_DOT] = ACTIONS(4355), - [anon_sym_SEMI] = ACTIONS(4357), - [anon_sym_get] = ACTIONS(4355), - [anon_sym_set] = ACTIONS(4355), - [anon_sym_this] = ACTIONS(4355), - [anon_sym_super] = ACTIONS(4355), - [anon_sym_STAR] = ACTIONS(4355), - [sym_label] = ACTIONS(4355), - [anon_sym_in] = ACTIONS(4355), - [anon_sym_DOT_DOT] = ACTIONS(4357), - [anon_sym_QMARK_COLON] = ACTIONS(4357), - [anon_sym_AMP_AMP] = ACTIONS(4357), - [anon_sym_PIPE_PIPE] = ACTIONS(4357), - [anon_sym_null] = ACTIONS(4355), - [anon_sym_if] = ACTIONS(4355), - [anon_sym_else] = ACTIONS(4355), - [anon_sym_when] = ACTIONS(4355), - [anon_sym_try] = ACTIONS(4355), - [anon_sym_throw] = ACTIONS(4355), - [anon_sym_return] = ACTIONS(4355), - [anon_sym_continue] = ACTIONS(4355), - [anon_sym_break] = ACTIONS(4355), - [anon_sym_COLON_COLON] = ACTIONS(4357), - [anon_sym_PLUS_EQ] = ACTIONS(4357), - [anon_sym_DASH_EQ] = ACTIONS(4357), - [anon_sym_STAR_EQ] = ACTIONS(4357), - [anon_sym_SLASH_EQ] = ACTIONS(4357), - [anon_sym_PERCENT_EQ] = ACTIONS(4357), - [anon_sym_BANG_EQ] = ACTIONS(4355), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4357), - [anon_sym_EQ_EQ] = ACTIONS(4355), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4357), - [anon_sym_LT_EQ] = ACTIONS(4357), - [anon_sym_GT_EQ] = ACTIONS(4357), - [anon_sym_BANGin] = ACTIONS(4357), - [anon_sym_is] = ACTIONS(4355), - [anon_sym_BANGis] = ACTIONS(4357), - [anon_sym_PLUS] = ACTIONS(4355), - [anon_sym_DASH] = ACTIONS(4355), - [anon_sym_SLASH] = ACTIONS(4355), - [anon_sym_PERCENT] = ACTIONS(4355), - [anon_sym_as_QMARK] = ACTIONS(4357), - [anon_sym_PLUS_PLUS] = ACTIONS(4357), - [anon_sym_DASH_DASH] = ACTIONS(4357), - [anon_sym_BANG] = ACTIONS(4355), - [anon_sym_BANG_BANG] = ACTIONS(4357), - [anon_sym_suspend] = ACTIONS(4355), - [anon_sym_sealed] = ACTIONS(4355), - [anon_sym_annotation] = ACTIONS(4355), - [anon_sym_data] = ACTIONS(4355), - [anon_sym_inner] = ACTIONS(4355), - [anon_sym_value] = ACTIONS(4355), - [anon_sym_override] = ACTIONS(4355), - [anon_sym_lateinit] = ACTIONS(4355), - [anon_sym_public] = ACTIONS(4355), - [anon_sym_private] = ACTIONS(4355), - [anon_sym_internal] = ACTIONS(4355), - [anon_sym_protected] = ACTIONS(4355), - [anon_sym_tailrec] = ACTIONS(4355), - [anon_sym_operator] = ACTIONS(4355), - [anon_sym_infix] = ACTIONS(4355), - [anon_sym_inline] = ACTIONS(4355), - [anon_sym_external] = ACTIONS(4355), - [sym_property_modifier] = ACTIONS(4355), - [anon_sym_abstract] = ACTIONS(4355), - [anon_sym_final] = ACTIONS(4355), - [anon_sym_open] = ACTIONS(4355), - [anon_sym_vararg] = ACTIONS(4355), - [anon_sym_noinline] = ACTIONS(4355), - [anon_sym_crossinline] = ACTIONS(4355), - [anon_sym_expect] = ACTIONS(4355), - [anon_sym_actual] = ACTIONS(4355), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4357), - [anon_sym_continue_AT] = ACTIONS(4357), - [anon_sym_break_AT] = ACTIONS(4357), - [anon_sym_this_AT] = ACTIONS(4357), - [anon_sym_super_AT] = ACTIONS(4357), - [sym_real_literal] = ACTIONS(4357), - [sym_integer_literal] = ACTIONS(4355), - [sym_hex_literal] = ACTIONS(4357), - [sym_bin_literal] = ACTIONS(4357), - [anon_sym_true] = ACTIONS(4355), - [anon_sym_false] = ACTIONS(4355), - [anon_sym_SQUOTE] = ACTIONS(4357), - [sym__backtick_identifier] = ACTIONS(4357), - [sym__automatic_semicolon] = ACTIONS(4357), - [sym_safe_nav] = ACTIONS(4357), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4357), - }, - [1142] = { - [sym_getter] = STATE(4034), - [sym_setter] = STATE(4034), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(5111), - [anon_sym_get] = ACTIONS(5113), - [anon_sym_set] = ACTIONS(5115), - [anon_sym_STAR] = ACTIONS(4986), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), + [sym__alpha_identifier] = ACTIONS(1790), + [anon_sym_AT] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_as] = ACTIONS(1790), + [anon_sym_EQ] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_COMMA] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1790), + [anon_sym_GT] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1790), + [anon_sym_object] = ACTIONS(1790), + [anon_sym_fun] = ACTIONS(1790), + [anon_sym_DOT] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(1790), + [anon_sym_set] = ACTIONS(1790), + [anon_sym_this] = ACTIONS(1790), + [anon_sym_super] = ACTIONS(1790), + [anon_sym_STAR] = ACTIONS(1790), + [sym_label] = ACTIONS(1790), + [anon_sym_in] = ACTIONS(1790), + [anon_sym_DOT_DOT] = ACTIONS(1792), + [anon_sym_QMARK_COLON] = ACTIONS(1792), + [anon_sym_AMP_AMP] = ACTIONS(1792), + [anon_sym_PIPE_PIPE] = ACTIONS(1792), + [anon_sym_null] = ACTIONS(1790), + [anon_sym_if] = ACTIONS(1790), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_when] = ACTIONS(1790), + [anon_sym_try] = ACTIONS(1790), + [anon_sym_throw] = ACTIONS(1790), + [anon_sym_return] = ACTIONS(1790), + [anon_sym_continue] = ACTIONS(1790), + [anon_sym_break] = ACTIONS(1790), + [anon_sym_COLON_COLON] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1790), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ] = ACTIONS(1790), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_BANGin] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1790), + [anon_sym_BANGis] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1790), + [anon_sym_SLASH] = ACTIONS(1790), + [anon_sym_PERCENT] = ACTIONS(1790), + [anon_sym_as_QMARK] = ACTIONS(1792), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_BANG] = ACTIONS(1790), + [anon_sym_BANG_BANG] = ACTIONS(1792), + [anon_sym_suspend] = ACTIONS(1790), + [anon_sym_sealed] = ACTIONS(1790), + [anon_sym_annotation] = ACTIONS(1790), + [anon_sym_data] = ACTIONS(1790), + [anon_sym_inner] = ACTIONS(1790), + [anon_sym_value] = ACTIONS(1790), + [anon_sym_override] = ACTIONS(1790), + [anon_sym_lateinit] = ACTIONS(1790), + [anon_sym_public] = ACTIONS(1790), + [anon_sym_private] = ACTIONS(1790), + [anon_sym_internal] = ACTIONS(1790), + [anon_sym_protected] = ACTIONS(1790), + [anon_sym_tailrec] = ACTIONS(1790), + [anon_sym_operator] = ACTIONS(1790), + [anon_sym_infix] = ACTIONS(1790), + [anon_sym_inline] = ACTIONS(1790), + [anon_sym_external] = ACTIONS(1790), + [sym_property_modifier] = ACTIONS(1790), + [anon_sym_abstract] = ACTIONS(1790), + [anon_sym_final] = ACTIONS(1790), + [anon_sym_open] = ACTIONS(1790), + [anon_sym_vararg] = ACTIONS(1790), + [anon_sym_noinline] = ACTIONS(1790), + [anon_sym_crossinline] = ACTIONS(1790), + [anon_sym_expect] = ACTIONS(1790), + [anon_sym_actual] = ACTIONS(1790), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(3682), + [anon_sym_return_AT] = ACTIONS(1792), + [anon_sym_continue_AT] = ACTIONS(1792), + [anon_sym_break_AT] = ACTIONS(1792), + [anon_sym_this_AT] = ACTIONS(1792), + [anon_sym_super_AT] = ACTIONS(1792), + [sym_real_literal] = ACTIONS(1792), + [sym_integer_literal] = ACTIONS(1790), + [sym_hex_literal] = ACTIONS(1792), + [sym_bin_literal] = ACTIONS(1792), + [anon_sym_true] = ACTIONS(1790), + [anon_sym_false] = ACTIONS(1790), + [anon_sym_SQUOTE] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1792), + [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1792), + }, + [1142] = { + [sym_function_body] = STATE(1080), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(4259), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = 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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4233), + [anon_sym_super_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), }, [1143] = { - [sym__alpha_identifier] = ACTIONS(5117), - [anon_sym_AT] = ACTIONS(5119), - [anon_sym_LBRACK] = ACTIONS(5119), - [anon_sym_as] = ACTIONS(5117), - [anon_sym_EQ] = ACTIONS(5117), - [anon_sym_LBRACE] = ACTIONS(5119), - [anon_sym_RBRACE] = ACTIONS(5119), - [anon_sym_LPAREN] = ACTIONS(5119), - [anon_sym_COMMA] = ACTIONS(5119), - [anon_sym_LT] = ACTIONS(5117), - [anon_sym_GT] = ACTIONS(5117), - [anon_sym_where] = ACTIONS(5117), - [anon_sym_object] = ACTIONS(5117), - [anon_sym_fun] = ACTIONS(5117), - [anon_sym_DOT] = ACTIONS(5117), - [anon_sym_SEMI] = ACTIONS(5119), - [anon_sym_get] = ACTIONS(5117), - [anon_sym_set] = ACTIONS(5117), - [anon_sym_this] = ACTIONS(5117), - [anon_sym_super] = ACTIONS(5117), - [anon_sym_STAR] = ACTIONS(5117), - [sym_label] = ACTIONS(5117), - [anon_sym_in] = ACTIONS(5117), - [anon_sym_DOT_DOT] = ACTIONS(5119), - [anon_sym_QMARK_COLON] = ACTIONS(5119), - [anon_sym_AMP_AMP] = ACTIONS(5119), - [anon_sym_PIPE_PIPE] = ACTIONS(5119), - [anon_sym_null] = ACTIONS(5117), - [anon_sym_if] = ACTIONS(5117), - [anon_sym_else] = ACTIONS(5117), - [anon_sym_when] = ACTIONS(5117), - [anon_sym_try] = ACTIONS(5117), - [anon_sym_throw] = ACTIONS(5117), - [anon_sym_return] = ACTIONS(5117), - [anon_sym_continue] = ACTIONS(5117), - [anon_sym_break] = ACTIONS(5117), - [anon_sym_COLON_COLON] = ACTIONS(5119), - [anon_sym_PLUS_EQ] = ACTIONS(5119), - [anon_sym_DASH_EQ] = ACTIONS(5119), - [anon_sym_STAR_EQ] = ACTIONS(5119), - [anon_sym_SLASH_EQ] = ACTIONS(5119), - [anon_sym_PERCENT_EQ] = ACTIONS(5119), - [anon_sym_BANG_EQ] = ACTIONS(5117), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5119), - [anon_sym_EQ_EQ] = ACTIONS(5117), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5119), - [anon_sym_LT_EQ] = ACTIONS(5119), - [anon_sym_GT_EQ] = ACTIONS(5119), - [anon_sym_BANGin] = ACTIONS(5119), - [anon_sym_is] = ACTIONS(5117), - [anon_sym_BANGis] = ACTIONS(5119), - [anon_sym_PLUS] = ACTIONS(5117), - [anon_sym_DASH] = ACTIONS(5117), - [anon_sym_SLASH] = ACTIONS(5117), - [anon_sym_PERCENT] = ACTIONS(5117), - [anon_sym_as_QMARK] = ACTIONS(5119), - [anon_sym_PLUS_PLUS] = ACTIONS(5119), - [anon_sym_DASH_DASH] = ACTIONS(5119), - [anon_sym_BANG] = ACTIONS(5117), - [anon_sym_BANG_BANG] = ACTIONS(5119), - [anon_sym_suspend] = ACTIONS(5117), - [anon_sym_sealed] = ACTIONS(5117), - [anon_sym_annotation] = ACTIONS(5117), - [anon_sym_data] = ACTIONS(5117), - [anon_sym_inner] = ACTIONS(5117), - [anon_sym_value] = ACTIONS(5117), - [anon_sym_override] = ACTIONS(5117), - [anon_sym_lateinit] = ACTIONS(5117), - [anon_sym_public] = ACTIONS(5117), - [anon_sym_private] = ACTIONS(5117), - [anon_sym_internal] = ACTIONS(5117), - [anon_sym_protected] = ACTIONS(5117), - [anon_sym_tailrec] = ACTIONS(5117), - [anon_sym_operator] = ACTIONS(5117), - [anon_sym_infix] = ACTIONS(5117), - [anon_sym_inline] = ACTIONS(5117), - [anon_sym_external] = ACTIONS(5117), - [sym_property_modifier] = ACTIONS(5117), - [anon_sym_abstract] = ACTIONS(5117), - [anon_sym_final] = ACTIONS(5117), - [anon_sym_open] = ACTIONS(5117), - [anon_sym_vararg] = ACTIONS(5117), - [anon_sym_noinline] = ACTIONS(5117), - [anon_sym_crossinline] = ACTIONS(5117), - [anon_sym_expect] = ACTIONS(5117), - [anon_sym_actual] = ACTIONS(5117), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5119), - [anon_sym_continue_AT] = ACTIONS(5119), - [anon_sym_break_AT] = ACTIONS(5119), - [anon_sym_this_AT] = ACTIONS(5119), - [anon_sym_super_AT] = ACTIONS(5119), - [sym_real_literal] = ACTIONS(5119), - [sym_integer_literal] = ACTIONS(5117), - [sym_hex_literal] = ACTIONS(5119), - [sym_bin_literal] = ACTIONS(5119), - [anon_sym_true] = ACTIONS(5117), - [anon_sym_false] = ACTIONS(5117), - [anon_sym_SQUOTE] = ACTIONS(5119), - [sym__backtick_identifier] = ACTIONS(5119), - [sym__automatic_semicolon] = ACTIONS(5119), - [sym_safe_nav] = ACTIONS(5119), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5119), + [sym__alpha_identifier] = ACTIONS(5106), + [anon_sym_AT] = ACTIONS(5108), + [anon_sym_LBRACK] = ACTIONS(5108), + [anon_sym_as] = ACTIONS(5106), + [anon_sym_EQ] = ACTIONS(5106), + [anon_sym_LBRACE] = ACTIONS(5108), + [anon_sym_RBRACE] = ACTIONS(5108), + [anon_sym_LPAREN] = ACTIONS(5108), + [anon_sym_COMMA] = ACTIONS(5108), + [anon_sym_LT] = ACTIONS(5106), + [anon_sym_GT] = ACTIONS(5106), + [anon_sym_where] = ACTIONS(5106), + [anon_sym_object] = ACTIONS(5106), + [anon_sym_fun] = ACTIONS(5106), + [anon_sym_DOT] = ACTIONS(5106), + [anon_sym_SEMI] = ACTIONS(5108), + [anon_sym_get] = ACTIONS(5106), + [anon_sym_set] = ACTIONS(5106), + [anon_sym_this] = ACTIONS(5106), + [anon_sym_super] = ACTIONS(5106), + [anon_sym_STAR] = ACTIONS(5106), + [sym_label] = ACTIONS(5106), + [anon_sym_in] = ACTIONS(5106), + [anon_sym_DOT_DOT] = ACTIONS(5108), + [anon_sym_QMARK_COLON] = ACTIONS(5108), + [anon_sym_AMP_AMP] = ACTIONS(5108), + [anon_sym_PIPE_PIPE] = ACTIONS(5108), + [anon_sym_null] = ACTIONS(5106), + [anon_sym_if] = ACTIONS(5106), + [anon_sym_else] = ACTIONS(5106), + [anon_sym_when] = ACTIONS(5106), + [anon_sym_try] = ACTIONS(5106), + [anon_sym_throw] = ACTIONS(5106), + [anon_sym_return] = ACTIONS(5106), + [anon_sym_continue] = ACTIONS(5106), + [anon_sym_break] = ACTIONS(5106), + [anon_sym_COLON_COLON] = ACTIONS(5108), + [anon_sym_PLUS_EQ] = ACTIONS(5108), + [anon_sym_DASH_EQ] = ACTIONS(5108), + [anon_sym_STAR_EQ] = ACTIONS(5108), + [anon_sym_SLASH_EQ] = ACTIONS(5108), + [anon_sym_PERCENT_EQ] = ACTIONS(5108), + [anon_sym_BANG_EQ] = ACTIONS(5106), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5108), + [anon_sym_EQ_EQ] = ACTIONS(5106), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5108), + [anon_sym_LT_EQ] = ACTIONS(5108), + [anon_sym_GT_EQ] = ACTIONS(5108), + [anon_sym_BANGin] = ACTIONS(5108), + [anon_sym_is] = ACTIONS(5106), + [anon_sym_BANGis] = ACTIONS(5108), + [anon_sym_PLUS] = ACTIONS(5106), + [anon_sym_DASH] = ACTIONS(5106), + [anon_sym_SLASH] = ACTIONS(5106), + [anon_sym_PERCENT] = ACTIONS(5106), + [anon_sym_as_QMARK] = ACTIONS(5108), + [anon_sym_PLUS_PLUS] = ACTIONS(5108), + [anon_sym_DASH_DASH] = ACTIONS(5108), + [anon_sym_BANG] = ACTIONS(5106), + [anon_sym_BANG_BANG] = ACTIONS(5108), + [anon_sym_suspend] = ACTIONS(5106), + [anon_sym_sealed] = ACTIONS(5106), + [anon_sym_annotation] = ACTIONS(5106), + [anon_sym_data] = ACTIONS(5106), + [anon_sym_inner] = ACTIONS(5106), + [anon_sym_value] = ACTIONS(5106), + [anon_sym_override] = ACTIONS(5106), + [anon_sym_lateinit] = ACTIONS(5106), + [anon_sym_public] = ACTIONS(5106), + [anon_sym_private] = ACTIONS(5106), + [anon_sym_internal] = ACTIONS(5106), + [anon_sym_protected] = ACTIONS(5106), + [anon_sym_tailrec] = ACTIONS(5106), + [anon_sym_operator] = ACTIONS(5106), + [anon_sym_infix] = ACTIONS(5106), + [anon_sym_inline] = ACTIONS(5106), + [anon_sym_external] = ACTIONS(5106), + [sym_property_modifier] = ACTIONS(5106), + [anon_sym_abstract] = ACTIONS(5106), + [anon_sym_final] = ACTIONS(5106), + [anon_sym_open] = ACTIONS(5106), + [anon_sym_vararg] = ACTIONS(5106), + [anon_sym_noinline] = ACTIONS(5106), + [anon_sym_crossinline] = ACTIONS(5106), + [anon_sym_expect] = ACTIONS(5106), + [anon_sym_actual] = ACTIONS(5106), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5108), + [anon_sym_continue_AT] = ACTIONS(5108), + [anon_sym_break_AT] = ACTIONS(5108), + [anon_sym_this_AT] = ACTIONS(5108), + [anon_sym_super_AT] = ACTIONS(5108), + [sym_real_literal] = ACTIONS(5108), + [sym_integer_literal] = ACTIONS(5106), + [sym_hex_literal] = ACTIONS(5108), + [sym_bin_literal] = ACTIONS(5108), + [anon_sym_true] = ACTIONS(5106), + [anon_sym_false] = ACTIONS(5106), + [anon_sym_SQUOTE] = ACTIONS(5108), + [sym__backtick_identifier] = ACTIONS(5108), + [sym__automatic_semicolon] = ACTIONS(5108), + [sym_safe_nav] = ACTIONS(5108), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5108), }, [1144] = { - [sym__alpha_identifier] = ACTIONS(5121), - [anon_sym_AT] = ACTIONS(5123), - [anon_sym_LBRACK] = ACTIONS(5123), - [anon_sym_as] = ACTIONS(5121), - [anon_sym_EQ] = ACTIONS(5121), - [anon_sym_LBRACE] = ACTIONS(5123), - [anon_sym_RBRACE] = ACTIONS(5123), - [anon_sym_LPAREN] = ACTIONS(5123), - [anon_sym_COMMA] = ACTIONS(5123), - [anon_sym_LT] = ACTIONS(5121), - [anon_sym_GT] = ACTIONS(5121), - [anon_sym_where] = ACTIONS(5121), - [anon_sym_object] = ACTIONS(5121), - [anon_sym_fun] = ACTIONS(5121), - [anon_sym_DOT] = ACTIONS(5121), - [anon_sym_SEMI] = ACTIONS(5123), - [anon_sym_get] = ACTIONS(5121), - [anon_sym_set] = ACTIONS(5121), - [anon_sym_this] = ACTIONS(5121), - [anon_sym_super] = ACTIONS(5121), - [anon_sym_STAR] = ACTIONS(5121), - [sym_label] = ACTIONS(5121), - [anon_sym_in] = ACTIONS(5121), - [anon_sym_DOT_DOT] = ACTIONS(5123), - [anon_sym_QMARK_COLON] = ACTIONS(5123), - [anon_sym_AMP_AMP] = ACTIONS(5123), - [anon_sym_PIPE_PIPE] = ACTIONS(5123), - [anon_sym_null] = ACTIONS(5121), - [anon_sym_if] = ACTIONS(5121), - [anon_sym_else] = ACTIONS(5121), - [anon_sym_when] = ACTIONS(5121), - [anon_sym_try] = ACTIONS(5121), - [anon_sym_throw] = ACTIONS(5121), - [anon_sym_return] = ACTIONS(5121), - [anon_sym_continue] = ACTIONS(5121), - [anon_sym_break] = ACTIONS(5121), - [anon_sym_COLON_COLON] = ACTIONS(5123), - [anon_sym_PLUS_EQ] = ACTIONS(5123), - [anon_sym_DASH_EQ] = ACTIONS(5123), - [anon_sym_STAR_EQ] = ACTIONS(5123), - [anon_sym_SLASH_EQ] = ACTIONS(5123), - [anon_sym_PERCENT_EQ] = ACTIONS(5123), - [anon_sym_BANG_EQ] = ACTIONS(5121), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5123), - [anon_sym_EQ_EQ] = ACTIONS(5121), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5123), - [anon_sym_LT_EQ] = ACTIONS(5123), - [anon_sym_GT_EQ] = ACTIONS(5123), - [anon_sym_BANGin] = ACTIONS(5123), - [anon_sym_is] = ACTIONS(5121), - [anon_sym_BANGis] = ACTIONS(5123), - [anon_sym_PLUS] = ACTIONS(5121), - [anon_sym_DASH] = ACTIONS(5121), - [anon_sym_SLASH] = ACTIONS(5121), - [anon_sym_PERCENT] = ACTIONS(5121), - [anon_sym_as_QMARK] = ACTIONS(5123), - [anon_sym_PLUS_PLUS] = ACTIONS(5123), - [anon_sym_DASH_DASH] = ACTIONS(5123), - [anon_sym_BANG] = ACTIONS(5121), - [anon_sym_BANG_BANG] = ACTIONS(5123), - [anon_sym_suspend] = ACTIONS(5121), - [anon_sym_sealed] = ACTIONS(5121), - [anon_sym_annotation] = ACTIONS(5121), - [anon_sym_data] = ACTIONS(5121), - [anon_sym_inner] = ACTIONS(5121), - [anon_sym_value] = ACTIONS(5121), - [anon_sym_override] = ACTIONS(5121), - [anon_sym_lateinit] = ACTIONS(5121), - [anon_sym_public] = ACTIONS(5121), - [anon_sym_private] = ACTIONS(5121), - [anon_sym_internal] = ACTIONS(5121), - [anon_sym_protected] = ACTIONS(5121), - [anon_sym_tailrec] = ACTIONS(5121), - [anon_sym_operator] = ACTIONS(5121), - [anon_sym_infix] = ACTIONS(5121), - [anon_sym_inline] = ACTIONS(5121), - [anon_sym_external] = ACTIONS(5121), - [sym_property_modifier] = ACTIONS(5121), - [anon_sym_abstract] = ACTIONS(5121), - [anon_sym_final] = ACTIONS(5121), - [anon_sym_open] = ACTIONS(5121), - [anon_sym_vararg] = ACTIONS(5121), - [anon_sym_noinline] = ACTIONS(5121), - [anon_sym_crossinline] = ACTIONS(5121), - [anon_sym_expect] = ACTIONS(5121), - [anon_sym_actual] = ACTIONS(5121), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5123), - [anon_sym_continue_AT] = ACTIONS(5123), - [anon_sym_break_AT] = ACTIONS(5123), - [anon_sym_this_AT] = ACTIONS(5123), - [anon_sym_super_AT] = ACTIONS(5123), - [sym_real_literal] = ACTIONS(5123), - [sym_integer_literal] = ACTIONS(5121), - [sym_hex_literal] = ACTIONS(5123), - [sym_bin_literal] = ACTIONS(5123), - [anon_sym_true] = ACTIONS(5121), - [anon_sym_false] = ACTIONS(5121), - [anon_sym_SQUOTE] = ACTIONS(5123), - [sym__backtick_identifier] = ACTIONS(5123), - [sym__automatic_semicolon] = ACTIONS(5123), - [sym_safe_nav] = ACTIONS(5123), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5123), + [sym__alpha_identifier] = ACTIONS(5110), + [anon_sym_AT] = ACTIONS(5112), + [anon_sym_LBRACK] = ACTIONS(5112), + [anon_sym_as] = ACTIONS(5110), + [anon_sym_EQ] = ACTIONS(5110), + [anon_sym_LBRACE] = ACTIONS(5112), + [anon_sym_RBRACE] = ACTIONS(5112), + [anon_sym_LPAREN] = ACTIONS(5112), + [anon_sym_COMMA] = ACTIONS(5112), + [anon_sym_LT] = ACTIONS(5110), + [anon_sym_GT] = ACTIONS(5110), + [anon_sym_where] = ACTIONS(5110), + [anon_sym_object] = ACTIONS(5110), + [anon_sym_fun] = ACTIONS(5110), + [anon_sym_DOT] = ACTIONS(5110), + [anon_sym_SEMI] = ACTIONS(5112), + [anon_sym_get] = ACTIONS(5110), + [anon_sym_set] = ACTIONS(5110), + [anon_sym_this] = ACTIONS(5110), + [anon_sym_super] = ACTIONS(5110), + [anon_sym_STAR] = ACTIONS(5110), + [sym_label] = ACTIONS(5110), + [anon_sym_in] = ACTIONS(5110), + [anon_sym_DOT_DOT] = ACTIONS(5112), + [anon_sym_QMARK_COLON] = ACTIONS(5112), + [anon_sym_AMP_AMP] = ACTIONS(5112), + [anon_sym_PIPE_PIPE] = ACTIONS(5112), + [anon_sym_null] = ACTIONS(5110), + [anon_sym_if] = ACTIONS(5110), + [anon_sym_else] = ACTIONS(5110), + [anon_sym_when] = ACTIONS(5110), + [anon_sym_try] = ACTIONS(5110), + [anon_sym_throw] = ACTIONS(5110), + [anon_sym_return] = ACTIONS(5110), + [anon_sym_continue] = ACTIONS(5110), + [anon_sym_break] = ACTIONS(5110), + [anon_sym_COLON_COLON] = ACTIONS(5114), + [anon_sym_PLUS_EQ] = ACTIONS(5112), + [anon_sym_DASH_EQ] = ACTIONS(5112), + [anon_sym_STAR_EQ] = ACTIONS(5112), + [anon_sym_SLASH_EQ] = ACTIONS(5112), + [anon_sym_PERCENT_EQ] = ACTIONS(5112), + [anon_sym_BANG_EQ] = ACTIONS(5110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5112), + [anon_sym_EQ_EQ] = ACTIONS(5110), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5112), + [anon_sym_LT_EQ] = ACTIONS(5112), + [anon_sym_GT_EQ] = ACTIONS(5112), + [anon_sym_BANGin] = ACTIONS(5112), + [anon_sym_is] = ACTIONS(5110), + [anon_sym_BANGis] = ACTIONS(5112), + [anon_sym_PLUS] = ACTIONS(5110), + [anon_sym_DASH] = ACTIONS(5110), + [anon_sym_SLASH] = ACTIONS(5110), + [anon_sym_PERCENT] = ACTIONS(5110), + [anon_sym_as_QMARK] = ACTIONS(5112), + [anon_sym_PLUS_PLUS] = ACTIONS(5112), + [anon_sym_DASH_DASH] = ACTIONS(5112), + [anon_sym_BANG] = ACTIONS(5110), + [anon_sym_BANG_BANG] = ACTIONS(5112), + [anon_sym_suspend] = ACTIONS(5110), + [anon_sym_sealed] = ACTIONS(5110), + [anon_sym_annotation] = ACTIONS(5110), + [anon_sym_data] = ACTIONS(5110), + [anon_sym_inner] = ACTIONS(5110), + [anon_sym_value] = ACTIONS(5110), + [anon_sym_override] = ACTIONS(5110), + [anon_sym_lateinit] = ACTIONS(5110), + [anon_sym_public] = ACTIONS(5110), + [anon_sym_private] = ACTIONS(5110), + [anon_sym_internal] = ACTIONS(5110), + [anon_sym_protected] = ACTIONS(5110), + [anon_sym_tailrec] = ACTIONS(5110), + [anon_sym_operator] = ACTIONS(5110), + [anon_sym_infix] = ACTIONS(5110), + [anon_sym_inline] = ACTIONS(5110), + [anon_sym_external] = ACTIONS(5110), + [sym_property_modifier] = ACTIONS(5110), + [anon_sym_abstract] = ACTIONS(5110), + [anon_sym_final] = ACTIONS(5110), + [anon_sym_open] = ACTIONS(5110), + [anon_sym_vararg] = ACTIONS(5110), + [anon_sym_noinline] = ACTIONS(5110), + [anon_sym_crossinline] = ACTIONS(5110), + [anon_sym_expect] = ACTIONS(5110), + [anon_sym_actual] = ACTIONS(5110), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5112), + [anon_sym_continue_AT] = ACTIONS(5112), + [anon_sym_break_AT] = ACTIONS(5112), + [anon_sym_this_AT] = ACTIONS(5112), + [anon_sym_super_AT] = ACTIONS(5112), + [sym_real_literal] = ACTIONS(5112), + [sym_integer_literal] = ACTIONS(5110), + [sym_hex_literal] = ACTIONS(5112), + [sym_bin_literal] = ACTIONS(5112), + [anon_sym_true] = ACTIONS(5110), + [anon_sym_false] = ACTIONS(5110), + [anon_sym_SQUOTE] = ACTIONS(5112), + [sym__backtick_identifier] = ACTIONS(5112), + [sym__automatic_semicolon] = ACTIONS(5112), + [sym_safe_nav] = ACTIONS(5112), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5112), }, [1145] = { - [sym__alpha_identifier] = ACTIONS(5125), - [anon_sym_AT] = ACTIONS(5127), - [anon_sym_LBRACK] = ACTIONS(5127), - [anon_sym_as] = ACTIONS(5125), - [anon_sym_EQ] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(5127), - [anon_sym_LPAREN] = ACTIONS(5127), - [anon_sym_COMMA] = ACTIONS(5127), - [anon_sym_LT] = ACTIONS(5125), - [anon_sym_GT] = ACTIONS(5125), - [anon_sym_where] = ACTIONS(5125), - [anon_sym_object] = ACTIONS(5125), - [anon_sym_fun] = ACTIONS(5125), - [anon_sym_DOT] = ACTIONS(5125), - [anon_sym_SEMI] = ACTIONS(5127), - [anon_sym_get] = ACTIONS(5125), - [anon_sym_set] = ACTIONS(5125), - [anon_sym_this] = ACTIONS(5125), - [anon_sym_super] = ACTIONS(5125), - [anon_sym_STAR] = ACTIONS(5125), - [sym_label] = ACTIONS(5125), - [anon_sym_in] = ACTIONS(5125), - [anon_sym_DOT_DOT] = ACTIONS(5127), - [anon_sym_QMARK_COLON] = ACTIONS(5127), - [anon_sym_AMP_AMP] = ACTIONS(5127), - [anon_sym_PIPE_PIPE] = ACTIONS(5127), - [anon_sym_null] = ACTIONS(5125), - [anon_sym_if] = ACTIONS(5125), - [anon_sym_else] = ACTIONS(5125), - [anon_sym_when] = ACTIONS(5125), - [anon_sym_try] = ACTIONS(5125), - [anon_sym_throw] = ACTIONS(5125), - [anon_sym_return] = ACTIONS(5125), - [anon_sym_continue] = ACTIONS(5125), - [anon_sym_break] = ACTIONS(5125), - [anon_sym_COLON_COLON] = ACTIONS(5127), - [anon_sym_PLUS_EQ] = ACTIONS(5127), - [anon_sym_DASH_EQ] = ACTIONS(5127), - [anon_sym_STAR_EQ] = ACTIONS(5127), - [anon_sym_SLASH_EQ] = ACTIONS(5127), - [anon_sym_PERCENT_EQ] = ACTIONS(5127), - [anon_sym_BANG_EQ] = ACTIONS(5125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5127), - [anon_sym_EQ_EQ] = ACTIONS(5125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5127), - [anon_sym_LT_EQ] = ACTIONS(5127), - [anon_sym_GT_EQ] = ACTIONS(5127), - [anon_sym_BANGin] = ACTIONS(5127), - [anon_sym_is] = ACTIONS(5125), - [anon_sym_BANGis] = ACTIONS(5127), - [anon_sym_PLUS] = ACTIONS(5125), - [anon_sym_DASH] = ACTIONS(5125), - [anon_sym_SLASH] = ACTIONS(5125), - [anon_sym_PERCENT] = ACTIONS(5125), - [anon_sym_as_QMARK] = ACTIONS(5127), - [anon_sym_PLUS_PLUS] = ACTIONS(5127), - [anon_sym_DASH_DASH] = ACTIONS(5127), - [anon_sym_BANG] = ACTIONS(5125), - [anon_sym_BANG_BANG] = ACTIONS(5127), - [anon_sym_suspend] = ACTIONS(5125), - [anon_sym_sealed] = ACTIONS(5125), - [anon_sym_annotation] = ACTIONS(5125), - [anon_sym_data] = ACTIONS(5125), - [anon_sym_inner] = ACTIONS(5125), - [anon_sym_value] = ACTIONS(5125), - [anon_sym_override] = ACTIONS(5125), - [anon_sym_lateinit] = ACTIONS(5125), - [anon_sym_public] = ACTIONS(5125), - [anon_sym_private] = ACTIONS(5125), - [anon_sym_internal] = ACTIONS(5125), - [anon_sym_protected] = ACTIONS(5125), - [anon_sym_tailrec] = ACTIONS(5125), - [anon_sym_operator] = ACTIONS(5125), - [anon_sym_infix] = ACTIONS(5125), - [anon_sym_inline] = ACTIONS(5125), - [anon_sym_external] = ACTIONS(5125), - [sym_property_modifier] = ACTIONS(5125), - [anon_sym_abstract] = ACTIONS(5125), - [anon_sym_final] = ACTIONS(5125), - [anon_sym_open] = ACTIONS(5125), - [anon_sym_vararg] = ACTIONS(5125), - [anon_sym_noinline] = ACTIONS(5125), - [anon_sym_crossinline] = ACTIONS(5125), - [anon_sym_expect] = ACTIONS(5125), - [anon_sym_actual] = ACTIONS(5125), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5127), - [anon_sym_continue_AT] = ACTIONS(5127), - [anon_sym_break_AT] = ACTIONS(5127), - [anon_sym_this_AT] = ACTIONS(5127), - [anon_sym_super_AT] = ACTIONS(5127), - [sym_real_literal] = ACTIONS(5127), - [sym_integer_literal] = ACTIONS(5125), - [sym_hex_literal] = ACTIONS(5127), - [sym_bin_literal] = ACTIONS(5127), - [anon_sym_true] = ACTIONS(5125), - [anon_sym_false] = ACTIONS(5125), - [anon_sym_SQUOTE] = ACTIONS(5127), - [sym__backtick_identifier] = ACTIONS(5127), - [sym__automatic_semicolon] = ACTIONS(5127), - [sym_safe_nav] = ACTIONS(5127), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5127), - }, - [1146] = { - [sym_getter] = STATE(4033), - [sym_setter] = STATE(4033), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(5129), - [anon_sym_get] = ACTIONS(5113), - [anon_sym_set] = ACTIONS(5115), - [anon_sym_STAR] = ACTIONS(4986), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), + [sym__alpha_identifier] = ACTIONS(4493), + [anon_sym_AT] = ACTIONS(4495), + [anon_sym_LBRACK] = ACTIONS(4495), + [anon_sym_as] = ACTIONS(4493), + [anon_sym_EQ] = ACTIONS(4493), + [anon_sym_LBRACE] = ACTIONS(4495), + [anon_sym_RBRACE] = ACTIONS(4495), + [anon_sym_LPAREN] = ACTIONS(4495), + [anon_sym_COMMA] = ACTIONS(4495), + [anon_sym_LT] = ACTIONS(4493), + [anon_sym_GT] = ACTIONS(4493), + [anon_sym_where] = ACTIONS(4493), + [anon_sym_object] = ACTIONS(4493), + [anon_sym_fun] = ACTIONS(4493), + [anon_sym_DOT] = ACTIONS(4493), + [anon_sym_SEMI] = ACTIONS(4495), + [anon_sym_get] = ACTIONS(4493), + [anon_sym_set] = ACTIONS(4493), + [anon_sym_this] = ACTIONS(4493), + [anon_sym_super] = ACTIONS(4493), + [anon_sym_STAR] = ACTIONS(4493), + [sym_label] = ACTIONS(4493), + [anon_sym_in] = ACTIONS(4493), + [anon_sym_DOT_DOT] = ACTIONS(4495), + [anon_sym_QMARK_COLON] = ACTIONS(4495), + [anon_sym_AMP_AMP] = ACTIONS(4495), + [anon_sym_PIPE_PIPE] = ACTIONS(4495), + [anon_sym_null] = ACTIONS(4493), + [anon_sym_if] = ACTIONS(4493), + [anon_sym_else] = ACTIONS(4493), + [anon_sym_when] = ACTIONS(4493), + [anon_sym_try] = ACTIONS(4493), + [anon_sym_throw] = ACTIONS(4493), + [anon_sym_return] = ACTIONS(4493), + [anon_sym_continue] = ACTIONS(4493), + [anon_sym_break] = ACTIONS(4493), + [anon_sym_COLON_COLON] = ACTIONS(4495), + [anon_sym_PLUS_EQ] = ACTIONS(4495), + [anon_sym_DASH_EQ] = ACTIONS(4495), + [anon_sym_STAR_EQ] = ACTIONS(4495), + [anon_sym_SLASH_EQ] = ACTIONS(4495), + [anon_sym_PERCENT_EQ] = ACTIONS(4495), + [anon_sym_BANG_EQ] = ACTIONS(4493), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), + [anon_sym_EQ_EQ] = ACTIONS(4493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), + [anon_sym_LT_EQ] = ACTIONS(4495), + [anon_sym_GT_EQ] = ACTIONS(4495), + [anon_sym_BANGin] = ACTIONS(4495), + [anon_sym_is] = ACTIONS(4493), + [anon_sym_BANGis] = ACTIONS(4495), + [anon_sym_PLUS] = ACTIONS(4493), + [anon_sym_DASH] = ACTIONS(4493), + [anon_sym_SLASH] = ACTIONS(4493), + [anon_sym_PERCENT] = ACTIONS(4493), + [anon_sym_as_QMARK] = ACTIONS(4495), + [anon_sym_PLUS_PLUS] = ACTIONS(4495), + [anon_sym_DASH_DASH] = ACTIONS(4495), + [anon_sym_BANG] = ACTIONS(4493), + [anon_sym_BANG_BANG] = ACTIONS(4495), + [anon_sym_suspend] = ACTIONS(4493), + [anon_sym_sealed] = ACTIONS(4493), + [anon_sym_annotation] = ACTIONS(4493), + [anon_sym_data] = ACTIONS(4493), + [anon_sym_inner] = ACTIONS(4493), + [anon_sym_value] = ACTIONS(4493), + [anon_sym_override] = ACTIONS(4493), + [anon_sym_lateinit] = ACTIONS(4493), + [anon_sym_public] = ACTIONS(4493), + [anon_sym_private] = ACTIONS(4493), + [anon_sym_internal] = ACTIONS(4493), + [anon_sym_protected] = ACTIONS(4493), + [anon_sym_tailrec] = ACTIONS(4493), + [anon_sym_operator] = ACTIONS(4493), + [anon_sym_infix] = ACTIONS(4493), + [anon_sym_inline] = ACTIONS(4493), + [anon_sym_external] = ACTIONS(4493), + [sym_property_modifier] = ACTIONS(4493), + [anon_sym_abstract] = ACTIONS(4493), + [anon_sym_final] = ACTIONS(4493), + [anon_sym_open] = ACTIONS(4493), + [anon_sym_vararg] = ACTIONS(4493), + [anon_sym_noinline] = ACTIONS(4493), + [anon_sym_crossinline] = ACTIONS(4493), + [anon_sym_expect] = ACTIONS(4493), + [anon_sym_actual] = ACTIONS(4493), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(3682), + [anon_sym_return_AT] = ACTIONS(4495), + [anon_sym_continue_AT] = ACTIONS(4495), + [anon_sym_break_AT] = ACTIONS(4495), + [anon_sym_this_AT] = ACTIONS(4495), + [anon_sym_super_AT] = ACTIONS(4495), + [sym_real_literal] = ACTIONS(4495), + [sym_integer_literal] = ACTIONS(4493), + [sym_hex_literal] = ACTIONS(4495), + [sym_bin_literal] = ACTIONS(4495), + [anon_sym_true] = ACTIONS(4493), + [anon_sym_false] = ACTIONS(4493), + [anon_sym_SQUOTE] = ACTIONS(4495), + [sym__backtick_identifier] = ACTIONS(4495), + [sym__automatic_semicolon] = ACTIONS(4495), + [sym_safe_nav] = ACTIONS(4495), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4495), + }, + [1146] = { + [sym_class_body] = STATE(1069), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_COLON] = ACTIONS(5117), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(3260), + [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_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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4424), + [anon_sym_super_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), }, [1147] = { - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(1798), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(1796), - [anon_sym_set] = ACTIONS(1796), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_BANG_BANG] = ACTIONS(1798), - [anon_sym_suspend] = ACTIONS(1796), - [anon_sym_sealed] = ACTIONS(1796), - [anon_sym_annotation] = ACTIONS(1796), - [anon_sym_data] = ACTIONS(1796), - [anon_sym_inner] = ACTIONS(1796), - [anon_sym_value] = ACTIONS(1796), - [anon_sym_override] = ACTIONS(1796), - [anon_sym_lateinit] = ACTIONS(1796), - [anon_sym_public] = ACTIONS(1796), - [anon_sym_private] = ACTIONS(1796), - [anon_sym_internal] = ACTIONS(1796), - [anon_sym_protected] = ACTIONS(1796), - [anon_sym_tailrec] = ACTIONS(1796), - [anon_sym_operator] = ACTIONS(1796), - [anon_sym_infix] = ACTIONS(1796), - [anon_sym_inline] = ACTIONS(1796), - [anon_sym_external] = ACTIONS(1796), - [sym_property_modifier] = ACTIONS(1796), - [anon_sym_abstract] = ACTIONS(1796), - [anon_sym_final] = ACTIONS(1796), - [anon_sym_open] = ACTIONS(1796), - [anon_sym_vararg] = ACTIONS(1796), - [anon_sym_noinline] = ACTIONS(1796), - [anon_sym_crossinline] = ACTIONS(1796), - [anon_sym_expect] = ACTIONS(1796), - [anon_sym_actual] = ACTIONS(1796), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), + [sym__alpha_identifier] = ACTIONS(5119), + [anon_sym_AT] = ACTIONS(5121), + [anon_sym_LBRACK] = ACTIONS(5121), + [anon_sym_as] = ACTIONS(5119), + [anon_sym_EQ] = ACTIONS(5119), + [anon_sym_LBRACE] = ACTIONS(5121), + [anon_sym_RBRACE] = ACTIONS(5121), + [anon_sym_LPAREN] = ACTIONS(5121), + [anon_sym_COMMA] = ACTIONS(5121), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(5119), + [anon_sym_where] = ACTIONS(5119), + [anon_sym_object] = ACTIONS(5119), + [anon_sym_fun] = ACTIONS(5119), + [anon_sym_DOT] = ACTIONS(5119), + [anon_sym_SEMI] = ACTIONS(5121), + [anon_sym_get] = ACTIONS(5119), + [anon_sym_set] = ACTIONS(5119), + [anon_sym_this] = ACTIONS(5119), + [anon_sym_super] = ACTIONS(5119), + [anon_sym_STAR] = ACTIONS(5119), + [sym_label] = ACTIONS(5119), + [anon_sym_in] = ACTIONS(5119), + [anon_sym_DOT_DOT] = ACTIONS(5121), + [anon_sym_QMARK_COLON] = ACTIONS(5121), + [anon_sym_AMP_AMP] = ACTIONS(5121), + [anon_sym_PIPE_PIPE] = ACTIONS(5121), + [anon_sym_null] = ACTIONS(5119), + [anon_sym_if] = ACTIONS(5119), + [anon_sym_else] = ACTIONS(5119), + [anon_sym_when] = ACTIONS(5119), + [anon_sym_try] = ACTIONS(5119), + [anon_sym_throw] = ACTIONS(5119), + [anon_sym_return] = ACTIONS(5119), + [anon_sym_continue] = ACTIONS(5119), + [anon_sym_break] = ACTIONS(5119), + [anon_sym_COLON_COLON] = ACTIONS(5121), + [anon_sym_PLUS_EQ] = ACTIONS(5121), + [anon_sym_DASH_EQ] = ACTIONS(5121), + [anon_sym_STAR_EQ] = ACTIONS(5121), + [anon_sym_SLASH_EQ] = ACTIONS(5121), + [anon_sym_PERCENT_EQ] = ACTIONS(5121), + [anon_sym_BANG_EQ] = ACTIONS(5119), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5121), + [anon_sym_EQ_EQ] = ACTIONS(5119), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5121), + [anon_sym_LT_EQ] = ACTIONS(5121), + [anon_sym_GT_EQ] = ACTIONS(5121), + [anon_sym_BANGin] = ACTIONS(5121), + [anon_sym_is] = ACTIONS(5119), + [anon_sym_BANGis] = ACTIONS(5121), + [anon_sym_PLUS] = ACTIONS(5119), + [anon_sym_DASH] = ACTIONS(5119), + [anon_sym_SLASH] = ACTIONS(5119), + [anon_sym_PERCENT] = ACTIONS(5119), + [anon_sym_as_QMARK] = ACTIONS(5121), + [anon_sym_PLUS_PLUS] = ACTIONS(5121), + [anon_sym_DASH_DASH] = ACTIONS(5121), + [anon_sym_BANG] = ACTIONS(5119), + [anon_sym_BANG_BANG] = ACTIONS(5121), + [anon_sym_suspend] = ACTIONS(5119), + [anon_sym_sealed] = ACTIONS(5119), + [anon_sym_annotation] = ACTIONS(5119), + [anon_sym_data] = ACTIONS(5119), + [anon_sym_inner] = ACTIONS(5119), + [anon_sym_value] = ACTIONS(5119), + [anon_sym_override] = ACTIONS(5119), + [anon_sym_lateinit] = ACTIONS(5119), + [anon_sym_public] = ACTIONS(5119), + [anon_sym_private] = ACTIONS(5119), + [anon_sym_internal] = ACTIONS(5119), + [anon_sym_protected] = ACTIONS(5119), + [anon_sym_tailrec] = ACTIONS(5119), + [anon_sym_operator] = ACTIONS(5119), + [anon_sym_infix] = ACTIONS(5119), + [anon_sym_inline] = ACTIONS(5119), + [anon_sym_external] = ACTIONS(5119), + [sym_property_modifier] = ACTIONS(5119), + [anon_sym_abstract] = ACTIONS(5119), + [anon_sym_final] = ACTIONS(5119), + [anon_sym_open] = ACTIONS(5119), + [anon_sym_vararg] = ACTIONS(5119), + [anon_sym_noinline] = ACTIONS(5119), + [anon_sym_crossinline] = ACTIONS(5119), + [anon_sym_expect] = ACTIONS(5119), + [anon_sym_actual] = ACTIONS(5119), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5121), + [anon_sym_continue_AT] = ACTIONS(5121), + [anon_sym_break_AT] = ACTIONS(5121), + [anon_sym_this_AT] = ACTIONS(5121), + [anon_sym_super_AT] = ACTIONS(5121), + [sym_real_literal] = ACTIONS(5121), + [sym_integer_literal] = ACTIONS(5119), + [sym_hex_literal] = ACTIONS(5121), + [sym_bin_literal] = ACTIONS(5121), + [anon_sym_true] = ACTIONS(5119), + [anon_sym_false] = ACTIONS(5119), + [anon_sym_SQUOTE] = ACTIONS(5121), + [sym__backtick_identifier] = ACTIONS(5121), + [sym__automatic_semicolon] = ACTIONS(5121), + [sym_safe_nav] = ACTIONS(5121), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5121), }, [1148] = { - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(4323), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(4321), - [anon_sym_object] = ACTIONS(4321), - [anon_sym_fun] = ACTIONS(4321), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_this] = ACTIONS(4321), - [anon_sym_super] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [sym_label] = ACTIONS(4321), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_null] = ACTIONS(4321), - [anon_sym_if] = ACTIONS(4321), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_when] = ACTIONS(4321), - [anon_sym_try] = ACTIONS(4321), - [anon_sym_throw] = ACTIONS(4321), - [anon_sym_return] = ACTIONS(4321), - [anon_sym_continue] = ACTIONS(4321), - [anon_sym_break] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG] = ACTIONS(4321), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4323), - [anon_sym_continue_AT] = ACTIONS(4323), - [anon_sym_break_AT] = ACTIONS(4323), - [anon_sym_this_AT] = ACTIONS(4323), - [anon_sym_super_AT] = ACTIONS(4323), - [sym_real_literal] = ACTIONS(4323), - [sym_integer_literal] = ACTIONS(4321), - [sym_hex_literal] = ACTIONS(4323), - [sym_bin_literal] = ACTIONS(4323), - [anon_sym_true] = ACTIONS(4321), - [anon_sym_false] = ACTIONS(4321), - [anon_sym_SQUOTE] = ACTIONS(4323), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4323), + [sym__alpha_identifier] = ACTIONS(5123), + [anon_sym_AT] = ACTIONS(5125), + [anon_sym_LBRACK] = ACTIONS(5125), + [anon_sym_as] = ACTIONS(5123), + [anon_sym_EQ] = ACTIONS(5123), + [anon_sym_LBRACE] = ACTIONS(5125), + [anon_sym_RBRACE] = ACTIONS(5125), + [anon_sym_LPAREN] = ACTIONS(5125), + [anon_sym_COMMA] = ACTIONS(5125), + [anon_sym_LT] = ACTIONS(5123), + [anon_sym_GT] = ACTIONS(5123), + [anon_sym_where] = ACTIONS(5123), + [anon_sym_object] = ACTIONS(5123), + [anon_sym_fun] = ACTIONS(5123), + [anon_sym_DOT] = ACTIONS(5123), + [anon_sym_SEMI] = ACTIONS(5125), + [anon_sym_get] = ACTIONS(5123), + [anon_sym_set] = ACTIONS(5123), + [anon_sym_this] = ACTIONS(5123), + [anon_sym_super] = ACTIONS(5123), + [anon_sym_STAR] = ACTIONS(5123), + [sym_label] = ACTIONS(5123), + [anon_sym_in] = ACTIONS(5123), + [anon_sym_DOT_DOT] = ACTIONS(5125), + [anon_sym_QMARK_COLON] = ACTIONS(5125), + [anon_sym_AMP_AMP] = ACTIONS(5125), + [anon_sym_PIPE_PIPE] = ACTIONS(5125), + [anon_sym_null] = ACTIONS(5123), + [anon_sym_if] = ACTIONS(5123), + [anon_sym_else] = ACTIONS(5123), + [anon_sym_when] = ACTIONS(5123), + [anon_sym_try] = ACTIONS(5123), + [anon_sym_throw] = ACTIONS(5123), + [anon_sym_return] = ACTIONS(5123), + [anon_sym_continue] = ACTIONS(5123), + [anon_sym_break] = ACTIONS(5123), + [anon_sym_COLON_COLON] = ACTIONS(5125), + [anon_sym_PLUS_EQ] = ACTIONS(5125), + [anon_sym_DASH_EQ] = ACTIONS(5125), + [anon_sym_STAR_EQ] = ACTIONS(5125), + [anon_sym_SLASH_EQ] = ACTIONS(5125), + [anon_sym_PERCENT_EQ] = ACTIONS(5125), + [anon_sym_BANG_EQ] = ACTIONS(5123), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5125), + [anon_sym_EQ_EQ] = ACTIONS(5123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5125), + [anon_sym_LT_EQ] = ACTIONS(5125), + [anon_sym_GT_EQ] = ACTIONS(5125), + [anon_sym_BANGin] = ACTIONS(5125), + [anon_sym_is] = ACTIONS(5123), + [anon_sym_BANGis] = ACTIONS(5125), + [anon_sym_PLUS] = ACTIONS(5123), + [anon_sym_DASH] = ACTIONS(5123), + [anon_sym_SLASH] = ACTIONS(5123), + [anon_sym_PERCENT] = ACTIONS(5123), + [anon_sym_as_QMARK] = ACTIONS(5125), + [anon_sym_PLUS_PLUS] = ACTIONS(5125), + [anon_sym_DASH_DASH] = ACTIONS(5125), + [anon_sym_BANG] = ACTIONS(5123), + [anon_sym_BANG_BANG] = ACTIONS(5125), + [anon_sym_suspend] = ACTIONS(5123), + [anon_sym_sealed] = ACTIONS(5123), + [anon_sym_annotation] = ACTIONS(5123), + [anon_sym_data] = ACTIONS(5123), + [anon_sym_inner] = ACTIONS(5123), + [anon_sym_value] = ACTIONS(5123), + [anon_sym_override] = ACTIONS(5123), + [anon_sym_lateinit] = ACTIONS(5123), + [anon_sym_public] = ACTIONS(5123), + [anon_sym_private] = ACTIONS(5123), + [anon_sym_internal] = ACTIONS(5123), + [anon_sym_protected] = ACTIONS(5123), + [anon_sym_tailrec] = ACTIONS(5123), + [anon_sym_operator] = ACTIONS(5123), + [anon_sym_infix] = ACTIONS(5123), + [anon_sym_inline] = ACTIONS(5123), + [anon_sym_external] = ACTIONS(5123), + [sym_property_modifier] = ACTIONS(5123), + [anon_sym_abstract] = ACTIONS(5123), + [anon_sym_final] = ACTIONS(5123), + [anon_sym_open] = ACTIONS(5123), + [anon_sym_vararg] = ACTIONS(5123), + [anon_sym_noinline] = ACTIONS(5123), + [anon_sym_crossinline] = ACTIONS(5123), + [anon_sym_expect] = ACTIONS(5123), + [anon_sym_actual] = ACTIONS(5123), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5125), + [anon_sym_continue_AT] = ACTIONS(5125), + [anon_sym_break_AT] = ACTIONS(5125), + [anon_sym_this_AT] = ACTIONS(5125), + [anon_sym_super_AT] = ACTIONS(5125), + [sym_real_literal] = ACTIONS(5125), + [sym_integer_literal] = ACTIONS(5123), + [sym_hex_literal] = ACTIONS(5125), + [sym_bin_literal] = ACTIONS(5125), + [anon_sym_true] = ACTIONS(5123), + [anon_sym_false] = ACTIONS(5123), + [anon_sym_SQUOTE] = ACTIONS(5125), + [sym__backtick_identifier] = ACTIONS(5125), + [sym__automatic_semicolon] = ACTIONS(5125), + [sym_safe_nav] = ACTIONS(5125), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5125), }, [1149] = { + [sym__alpha_identifier] = ACTIONS(5127), + [anon_sym_AT] = ACTIONS(5129), + [anon_sym_LBRACK] = ACTIONS(5129), + [anon_sym_as] = ACTIONS(5127), + [anon_sym_EQ] = ACTIONS(5127), + [anon_sym_LBRACE] = ACTIONS(5129), + [anon_sym_RBRACE] = ACTIONS(5129), + [anon_sym_LPAREN] = ACTIONS(5129), + [anon_sym_COMMA] = ACTIONS(5129), + [anon_sym_LT] = ACTIONS(5127), + [anon_sym_GT] = ACTIONS(5127), + [anon_sym_where] = ACTIONS(5127), + [anon_sym_object] = ACTIONS(5127), + [anon_sym_fun] = ACTIONS(5127), + [anon_sym_DOT] = ACTIONS(5127), + [anon_sym_SEMI] = ACTIONS(5129), + [anon_sym_get] = ACTIONS(5127), + [anon_sym_set] = ACTIONS(5127), + [anon_sym_this] = ACTIONS(5127), + [anon_sym_super] = ACTIONS(5127), + [anon_sym_STAR] = ACTIONS(5127), + [sym_label] = ACTIONS(5127), + [anon_sym_in] = ACTIONS(5127), + [anon_sym_DOT_DOT] = ACTIONS(5129), + [anon_sym_QMARK_COLON] = ACTIONS(5129), + [anon_sym_AMP_AMP] = ACTIONS(5129), + [anon_sym_PIPE_PIPE] = ACTIONS(5129), + [anon_sym_null] = ACTIONS(5127), + [anon_sym_if] = ACTIONS(5127), + [anon_sym_else] = ACTIONS(5127), + [anon_sym_when] = ACTIONS(5127), + [anon_sym_try] = ACTIONS(5127), + [anon_sym_throw] = ACTIONS(5127), + [anon_sym_return] = ACTIONS(5127), + [anon_sym_continue] = ACTIONS(5127), + [anon_sym_break] = ACTIONS(5127), + [anon_sym_COLON_COLON] = ACTIONS(5129), + [anon_sym_PLUS_EQ] = ACTIONS(5129), + [anon_sym_DASH_EQ] = ACTIONS(5129), + [anon_sym_STAR_EQ] = ACTIONS(5129), + [anon_sym_SLASH_EQ] = ACTIONS(5129), + [anon_sym_PERCENT_EQ] = ACTIONS(5129), + [anon_sym_BANG_EQ] = ACTIONS(5127), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5129), + [anon_sym_EQ_EQ] = ACTIONS(5127), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5129), + [anon_sym_LT_EQ] = ACTIONS(5129), + [anon_sym_GT_EQ] = ACTIONS(5129), + [anon_sym_BANGin] = ACTIONS(5129), + [anon_sym_is] = ACTIONS(5127), + [anon_sym_BANGis] = ACTIONS(5129), + [anon_sym_PLUS] = ACTIONS(5127), + [anon_sym_DASH] = ACTIONS(5127), + [anon_sym_SLASH] = ACTIONS(5127), + [anon_sym_PERCENT] = ACTIONS(5127), + [anon_sym_as_QMARK] = ACTIONS(5129), + [anon_sym_PLUS_PLUS] = ACTIONS(5129), + [anon_sym_DASH_DASH] = ACTIONS(5129), + [anon_sym_BANG] = ACTIONS(5127), + [anon_sym_BANG_BANG] = ACTIONS(5129), + [anon_sym_suspend] = ACTIONS(5127), + [anon_sym_sealed] = ACTIONS(5127), + [anon_sym_annotation] = ACTIONS(5127), + [anon_sym_data] = ACTIONS(5127), + [anon_sym_inner] = ACTIONS(5127), + [anon_sym_value] = ACTIONS(5127), + [anon_sym_override] = ACTIONS(5127), + [anon_sym_lateinit] = ACTIONS(5127), + [anon_sym_public] = ACTIONS(5127), + [anon_sym_private] = ACTIONS(5127), + [anon_sym_internal] = ACTIONS(5127), + [anon_sym_protected] = ACTIONS(5127), + [anon_sym_tailrec] = ACTIONS(5127), + [anon_sym_operator] = ACTIONS(5127), + [anon_sym_infix] = ACTIONS(5127), + [anon_sym_inline] = ACTIONS(5127), + [anon_sym_external] = ACTIONS(5127), + [sym_property_modifier] = ACTIONS(5127), + [anon_sym_abstract] = ACTIONS(5127), + [anon_sym_final] = ACTIONS(5127), + [anon_sym_open] = ACTIONS(5127), + [anon_sym_vararg] = ACTIONS(5127), + [anon_sym_noinline] = ACTIONS(5127), + [anon_sym_crossinline] = ACTIONS(5127), + [anon_sym_expect] = ACTIONS(5127), + [anon_sym_actual] = ACTIONS(5127), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5129), + [anon_sym_continue_AT] = ACTIONS(5129), + [anon_sym_break_AT] = ACTIONS(5129), + [anon_sym_this_AT] = ACTIONS(5129), + [anon_sym_super_AT] = ACTIONS(5129), + [sym_real_literal] = ACTIONS(5129), + [sym_integer_literal] = ACTIONS(5127), + [sym_hex_literal] = ACTIONS(5129), + [sym_bin_literal] = ACTIONS(5129), + [anon_sym_true] = ACTIONS(5127), + [anon_sym_false] = ACTIONS(5127), + [anon_sym_SQUOTE] = ACTIONS(5129), + [sym__backtick_identifier] = ACTIONS(5129), + [sym__automatic_semicolon] = ACTIONS(5129), + [sym_safe_nav] = ACTIONS(5129), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5129), + }, + [1150] = { [sym__alpha_identifier] = ACTIONS(5131), [anon_sym_AT] = ACTIONS(5133), [anon_sym_LBRACK] = ACTIONS(5133), @@ -180497,7 +180594,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5133), }, - [1150] = { + [1151] = { [sym__alpha_identifier] = ACTIONS(5135), [anon_sym_AT] = ACTIONS(5137), [anon_sym_LBRACK] = ACTIONS(5137), @@ -180603,182 +180700,606 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5137), }, - [1151] = { - [sym__alpha_identifier] = ACTIONS(5139), - [anon_sym_AT] = ACTIONS(5141), - [anon_sym_LBRACK] = ACTIONS(5141), - [anon_sym_as] = ACTIONS(5139), + [1152] = { + [sym__alpha_identifier] = ACTIONS(4489), + [anon_sym_AT] = ACTIONS(4491), + [anon_sym_LBRACK] = ACTIONS(4491), + [anon_sym_as] = ACTIONS(4489), + [anon_sym_EQ] = ACTIONS(4489), + [anon_sym_LBRACE] = ACTIONS(4491), + [anon_sym_RBRACE] = ACTIONS(4491), + [anon_sym_LPAREN] = ACTIONS(4491), + [anon_sym_COMMA] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4489), + [anon_sym_GT] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(4489), + [anon_sym_object] = ACTIONS(4489), + [anon_sym_fun] = ACTIONS(4489), + [anon_sym_DOT] = ACTIONS(4489), + [anon_sym_SEMI] = ACTIONS(4491), + [anon_sym_get] = ACTIONS(4489), + [anon_sym_set] = ACTIONS(4489), + [anon_sym_this] = ACTIONS(4489), + [anon_sym_super] = ACTIONS(4489), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4489), + [anon_sym_in] = ACTIONS(4489), + [anon_sym_DOT_DOT] = ACTIONS(4491), + [anon_sym_QMARK_COLON] = ACTIONS(4491), + [anon_sym_AMP_AMP] = ACTIONS(4491), + [anon_sym_PIPE_PIPE] = ACTIONS(4491), + [anon_sym_null] = ACTIONS(4489), + [anon_sym_if] = ACTIONS(4489), + [anon_sym_else] = ACTIONS(4489), + [anon_sym_when] = ACTIONS(4489), + [anon_sym_try] = ACTIONS(4489), + [anon_sym_throw] = ACTIONS(4489), + [anon_sym_return] = ACTIONS(4489), + [anon_sym_continue] = ACTIONS(4489), + [anon_sym_break] = ACTIONS(4489), + [anon_sym_COLON_COLON] = ACTIONS(4491), + [anon_sym_PLUS_EQ] = ACTIONS(4491), + [anon_sym_DASH_EQ] = ACTIONS(4491), + [anon_sym_STAR_EQ] = ACTIONS(4491), + [anon_sym_SLASH_EQ] = ACTIONS(4491), + [anon_sym_PERCENT_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4491), + [anon_sym_LT_EQ] = ACTIONS(4491), + [anon_sym_GT_EQ] = ACTIONS(4491), + [anon_sym_BANGin] = ACTIONS(4491), + [anon_sym_is] = ACTIONS(4489), + [anon_sym_BANGis] = ACTIONS(4491), + [anon_sym_PLUS] = ACTIONS(4489), + [anon_sym_DASH] = ACTIONS(4489), + [anon_sym_SLASH] = ACTIONS(4489), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4491), + [anon_sym_DASH_DASH] = ACTIONS(4491), + [anon_sym_BANG] = ACTIONS(4489), + [anon_sym_BANG_BANG] = ACTIONS(4491), + [anon_sym_suspend] = ACTIONS(4489), + [anon_sym_sealed] = ACTIONS(4489), + [anon_sym_annotation] = ACTIONS(4489), + [anon_sym_data] = ACTIONS(4489), + [anon_sym_inner] = ACTIONS(4489), + [anon_sym_value] = ACTIONS(4489), + [anon_sym_override] = ACTIONS(4489), + [anon_sym_lateinit] = ACTIONS(4489), + [anon_sym_public] = ACTIONS(4489), + [anon_sym_private] = ACTIONS(4489), + [anon_sym_internal] = ACTIONS(4489), + [anon_sym_protected] = ACTIONS(4489), + [anon_sym_tailrec] = ACTIONS(4489), + [anon_sym_operator] = ACTIONS(4489), + [anon_sym_infix] = ACTIONS(4489), + [anon_sym_inline] = ACTIONS(4489), + [anon_sym_external] = ACTIONS(4489), + [sym_property_modifier] = ACTIONS(4489), + [anon_sym_abstract] = ACTIONS(4489), + [anon_sym_final] = ACTIONS(4489), + [anon_sym_open] = ACTIONS(4489), + [anon_sym_vararg] = ACTIONS(4489), + [anon_sym_noinline] = ACTIONS(4489), + [anon_sym_crossinline] = ACTIONS(4489), + [anon_sym_expect] = ACTIONS(4489), + [anon_sym_actual] = ACTIONS(4489), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4491), + [anon_sym_continue_AT] = ACTIONS(4491), + [anon_sym_break_AT] = ACTIONS(4491), + [anon_sym_this_AT] = ACTIONS(4491), + [anon_sym_super_AT] = ACTIONS(4491), + [sym_real_literal] = ACTIONS(4491), + [sym_integer_literal] = ACTIONS(4489), + [sym_hex_literal] = ACTIONS(4491), + [sym_bin_literal] = ACTIONS(4491), + [anon_sym_true] = ACTIONS(4489), + [anon_sym_false] = ACTIONS(4489), + [anon_sym_SQUOTE] = ACTIONS(4491), + [sym__backtick_identifier] = ACTIONS(4491), + [sym__automatic_semicolon] = ACTIONS(4491), + [sym_safe_nav] = ACTIONS(4491), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4491), + }, + [1153] = { + [sym__alpha_identifier] = ACTIONS(5110), + [anon_sym_AT] = ACTIONS(5112), + [anon_sym_LBRACK] = ACTIONS(5112), + [anon_sym_as] = ACTIONS(5110), [anon_sym_EQ] = ACTIONS(5139), - [anon_sym_LBRACE] = ACTIONS(5141), - [anon_sym_RBRACE] = ACTIONS(5141), - [anon_sym_LPAREN] = ACTIONS(5141), - [anon_sym_COMMA] = ACTIONS(5141), - [anon_sym_LT] = ACTIONS(5139), - [anon_sym_GT] = ACTIONS(5139), - [anon_sym_where] = ACTIONS(5139), - [anon_sym_object] = ACTIONS(5139), - [anon_sym_fun] = ACTIONS(5139), - [anon_sym_DOT] = ACTIONS(5139), - [anon_sym_SEMI] = ACTIONS(5141), - [anon_sym_get] = ACTIONS(5139), - [anon_sym_set] = ACTIONS(5139), - [anon_sym_this] = ACTIONS(5139), - [anon_sym_super] = ACTIONS(5139), - [anon_sym_STAR] = ACTIONS(5139), - [sym_label] = ACTIONS(5139), - [anon_sym_in] = ACTIONS(5139), - [anon_sym_DOT_DOT] = ACTIONS(5141), - [anon_sym_QMARK_COLON] = ACTIONS(5141), - [anon_sym_AMP_AMP] = ACTIONS(5141), - [anon_sym_PIPE_PIPE] = ACTIONS(5141), - [anon_sym_null] = ACTIONS(5139), - [anon_sym_if] = ACTIONS(5139), - [anon_sym_else] = ACTIONS(5139), - [anon_sym_when] = ACTIONS(5139), - [anon_sym_try] = ACTIONS(5139), - [anon_sym_throw] = ACTIONS(5139), - [anon_sym_return] = ACTIONS(5139), - [anon_sym_continue] = ACTIONS(5139), - [anon_sym_break] = ACTIONS(5139), - [anon_sym_COLON_COLON] = ACTIONS(5141), + [anon_sym_LBRACE] = ACTIONS(5112), + [anon_sym_RBRACE] = ACTIONS(5112), + [anon_sym_LPAREN] = ACTIONS(5112), + [anon_sym_COMMA] = ACTIONS(5112), + [anon_sym_LT] = ACTIONS(5110), + [anon_sym_GT] = ACTIONS(5110), + [anon_sym_where] = ACTIONS(5110), + [anon_sym_object] = ACTIONS(5110), + [anon_sym_fun] = ACTIONS(5110), + [anon_sym_DOT] = ACTIONS(5110), + [anon_sym_SEMI] = ACTIONS(5112), + [anon_sym_get] = ACTIONS(5110), + [anon_sym_set] = ACTIONS(5110), + [anon_sym_this] = ACTIONS(5110), + [anon_sym_super] = ACTIONS(5110), + [anon_sym_STAR] = ACTIONS(5110), + [sym_label] = ACTIONS(5110), + [anon_sym_in] = ACTIONS(5110), + [anon_sym_DOT_DOT] = ACTIONS(5112), + [anon_sym_QMARK_COLON] = ACTIONS(5112), + [anon_sym_AMP_AMP] = ACTIONS(5112), + [anon_sym_PIPE_PIPE] = ACTIONS(5112), + [anon_sym_null] = ACTIONS(5110), + [anon_sym_if] = ACTIONS(5110), + [anon_sym_else] = ACTIONS(5110), + [anon_sym_when] = ACTIONS(5110), + [anon_sym_try] = ACTIONS(5110), + [anon_sym_throw] = ACTIONS(5110), + [anon_sym_return] = ACTIONS(5110), + [anon_sym_continue] = ACTIONS(5110), + [anon_sym_break] = ACTIONS(5110), + [anon_sym_COLON_COLON] = ACTIONS(5114), [anon_sym_PLUS_EQ] = ACTIONS(5141), [anon_sym_DASH_EQ] = ACTIONS(5141), [anon_sym_STAR_EQ] = ACTIONS(5141), [anon_sym_SLASH_EQ] = ACTIONS(5141), [anon_sym_PERCENT_EQ] = ACTIONS(5141), - [anon_sym_BANG_EQ] = ACTIONS(5139), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5141), - [anon_sym_EQ_EQ] = ACTIONS(5139), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5141), - [anon_sym_LT_EQ] = ACTIONS(5141), - [anon_sym_GT_EQ] = ACTIONS(5141), - [anon_sym_BANGin] = ACTIONS(5141), - [anon_sym_is] = ACTIONS(5139), - [anon_sym_BANGis] = ACTIONS(5141), - [anon_sym_PLUS] = ACTIONS(5139), - [anon_sym_DASH] = ACTIONS(5139), - [anon_sym_SLASH] = ACTIONS(5139), - [anon_sym_PERCENT] = ACTIONS(5139), - [anon_sym_as_QMARK] = ACTIONS(5141), - [anon_sym_PLUS_PLUS] = ACTIONS(5141), - [anon_sym_DASH_DASH] = ACTIONS(5141), - [anon_sym_BANG] = ACTIONS(5139), - [anon_sym_BANG_BANG] = ACTIONS(5141), - [anon_sym_suspend] = ACTIONS(5139), - [anon_sym_sealed] = ACTIONS(5139), - [anon_sym_annotation] = ACTIONS(5139), - [anon_sym_data] = ACTIONS(5139), - [anon_sym_inner] = ACTIONS(5139), - [anon_sym_value] = ACTIONS(5139), - [anon_sym_override] = ACTIONS(5139), - [anon_sym_lateinit] = ACTIONS(5139), - [anon_sym_public] = ACTIONS(5139), - [anon_sym_private] = ACTIONS(5139), - [anon_sym_internal] = ACTIONS(5139), - [anon_sym_protected] = ACTIONS(5139), - [anon_sym_tailrec] = ACTIONS(5139), - [anon_sym_operator] = ACTIONS(5139), - [anon_sym_infix] = ACTIONS(5139), - [anon_sym_inline] = ACTIONS(5139), - [anon_sym_external] = ACTIONS(5139), - [sym_property_modifier] = ACTIONS(5139), - [anon_sym_abstract] = ACTIONS(5139), - [anon_sym_final] = ACTIONS(5139), - [anon_sym_open] = ACTIONS(5139), - [anon_sym_vararg] = ACTIONS(5139), - [anon_sym_noinline] = ACTIONS(5139), - [anon_sym_crossinline] = ACTIONS(5139), - [anon_sym_expect] = ACTIONS(5139), - [anon_sym_actual] = ACTIONS(5139), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5141), - [anon_sym_continue_AT] = ACTIONS(5141), - [anon_sym_break_AT] = ACTIONS(5141), - [anon_sym_this_AT] = ACTIONS(5141), - [anon_sym_super_AT] = ACTIONS(5141), - [sym_real_literal] = ACTIONS(5141), - [sym_integer_literal] = ACTIONS(5139), - [sym_hex_literal] = ACTIONS(5141), - [sym_bin_literal] = ACTIONS(5141), - [anon_sym_true] = ACTIONS(5139), - [anon_sym_false] = ACTIONS(5139), - [anon_sym_SQUOTE] = ACTIONS(5141), - [sym__backtick_identifier] = ACTIONS(5141), - [sym__automatic_semicolon] = ACTIONS(5141), - [sym_safe_nav] = ACTIONS(5141), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5141), + [anon_sym_BANG_EQ] = ACTIONS(5110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5112), + [anon_sym_EQ_EQ] = ACTIONS(5110), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5112), + [anon_sym_LT_EQ] = ACTIONS(5112), + [anon_sym_GT_EQ] = ACTIONS(5112), + [anon_sym_BANGin] = ACTIONS(5112), + [anon_sym_is] = ACTIONS(5110), + [anon_sym_BANGis] = ACTIONS(5112), + [anon_sym_PLUS] = ACTIONS(5110), + [anon_sym_DASH] = ACTIONS(5110), + [anon_sym_SLASH] = ACTIONS(5110), + [anon_sym_PERCENT] = ACTIONS(5110), + [anon_sym_as_QMARK] = ACTIONS(5112), + [anon_sym_PLUS_PLUS] = ACTIONS(5112), + [anon_sym_DASH_DASH] = ACTIONS(5112), + [anon_sym_BANG] = ACTIONS(5110), + [anon_sym_BANG_BANG] = ACTIONS(5112), + [anon_sym_suspend] = ACTIONS(5110), + [anon_sym_sealed] = ACTIONS(5110), + [anon_sym_annotation] = ACTIONS(5110), + [anon_sym_data] = ACTIONS(5110), + [anon_sym_inner] = ACTIONS(5110), + [anon_sym_value] = ACTIONS(5110), + [anon_sym_override] = ACTIONS(5110), + [anon_sym_lateinit] = ACTIONS(5110), + [anon_sym_public] = ACTIONS(5110), + [anon_sym_private] = ACTIONS(5110), + [anon_sym_internal] = ACTIONS(5110), + [anon_sym_protected] = ACTIONS(5110), + [anon_sym_tailrec] = ACTIONS(5110), + [anon_sym_operator] = ACTIONS(5110), + [anon_sym_infix] = ACTIONS(5110), + [anon_sym_inline] = ACTIONS(5110), + [anon_sym_external] = ACTIONS(5110), + [sym_property_modifier] = ACTIONS(5110), + [anon_sym_abstract] = ACTIONS(5110), + [anon_sym_final] = ACTIONS(5110), + [anon_sym_open] = ACTIONS(5110), + [anon_sym_vararg] = ACTIONS(5110), + [anon_sym_noinline] = ACTIONS(5110), + [anon_sym_crossinline] = ACTIONS(5110), + [anon_sym_expect] = ACTIONS(5110), + [anon_sym_actual] = ACTIONS(5110), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5112), + [anon_sym_continue_AT] = ACTIONS(5112), + [anon_sym_break_AT] = ACTIONS(5112), + [anon_sym_this_AT] = ACTIONS(5112), + [anon_sym_super_AT] = ACTIONS(5112), + [sym_real_literal] = ACTIONS(5112), + [sym_integer_literal] = ACTIONS(5110), + [sym_hex_literal] = ACTIONS(5112), + [sym_bin_literal] = ACTIONS(5112), + [anon_sym_true] = ACTIONS(5110), + [anon_sym_false] = ACTIONS(5110), + [anon_sym_SQUOTE] = ACTIONS(5112), + [sym__backtick_identifier] = ACTIONS(5112), + [sym__automatic_semicolon] = ACTIONS(5112), + [sym_safe_nav] = ACTIONS(5112), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5112), }, - [1152] = { - [sym_getter] = STATE(3978), - [sym_setter] = STATE(3978), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [1154] = { + [sym__alpha_identifier] = ACTIONS(5143), + [anon_sym_AT] = ACTIONS(5145), + [anon_sym_LBRACK] = ACTIONS(5145), + [anon_sym_as] = ACTIONS(5143), + [anon_sym_EQ] = ACTIONS(5143), + [anon_sym_LBRACE] = ACTIONS(5145), + [anon_sym_RBRACE] = ACTIONS(5145), + [anon_sym_LPAREN] = ACTIONS(5145), + [anon_sym_COMMA] = ACTIONS(5145), + [anon_sym_LT] = ACTIONS(5143), + [anon_sym_GT] = ACTIONS(5143), + [anon_sym_where] = ACTIONS(5143), + [anon_sym_object] = ACTIONS(5143), + [anon_sym_fun] = ACTIONS(5143), + [anon_sym_DOT] = ACTIONS(5143), + [anon_sym_SEMI] = ACTIONS(5145), + [anon_sym_get] = ACTIONS(5143), + [anon_sym_set] = ACTIONS(5143), + [anon_sym_this] = ACTIONS(5143), + [anon_sym_super] = ACTIONS(5143), + [anon_sym_STAR] = ACTIONS(5143), + [sym_label] = ACTIONS(5143), + [anon_sym_in] = ACTIONS(5143), + [anon_sym_DOT_DOT] = ACTIONS(5145), + [anon_sym_QMARK_COLON] = ACTIONS(5145), + [anon_sym_AMP_AMP] = ACTIONS(5145), + [anon_sym_PIPE_PIPE] = ACTIONS(5145), + [anon_sym_null] = ACTIONS(5143), + [anon_sym_if] = ACTIONS(5143), + [anon_sym_else] = ACTIONS(5143), + [anon_sym_when] = ACTIONS(5143), + [anon_sym_try] = ACTIONS(5143), + [anon_sym_throw] = ACTIONS(5143), + [anon_sym_return] = ACTIONS(5143), + [anon_sym_continue] = ACTIONS(5143), + [anon_sym_break] = ACTIONS(5143), + [anon_sym_COLON_COLON] = ACTIONS(5145), + [anon_sym_PLUS_EQ] = ACTIONS(5145), + [anon_sym_DASH_EQ] = ACTIONS(5145), + [anon_sym_STAR_EQ] = ACTIONS(5145), + [anon_sym_SLASH_EQ] = ACTIONS(5145), + [anon_sym_PERCENT_EQ] = ACTIONS(5145), + [anon_sym_BANG_EQ] = ACTIONS(5143), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5145), + [anon_sym_EQ_EQ] = ACTIONS(5143), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5145), + [anon_sym_LT_EQ] = ACTIONS(5145), + [anon_sym_GT_EQ] = ACTIONS(5145), + [anon_sym_BANGin] = ACTIONS(5145), + [anon_sym_is] = ACTIONS(5143), + [anon_sym_BANGis] = ACTIONS(5145), + [anon_sym_PLUS] = ACTIONS(5143), + [anon_sym_DASH] = ACTIONS(5143), + [anon_sym_SLASH] = ACTIONS(5143), + [anon_sym_PERCENT] = ACTIONS(5143), + [anon_sym_as_QMARK] = ACTIONS(5145), + [anon_sym_PLUS_PLUS] = ACTIONS(5145), + [anon_sym_DASH_DASH] = ACTIONS(5145), + [anon_sym_BANG] = ACTIONS(5143), + [anon_sym_BANG_BANG] = ACTIONS(5145), + [anon_sym_suspend] = ACTIONS(5143), + [anon_sym_sealed] = ACTIONS(5143), + [anon_sym_annotation] = ACTIONS(5143), + [anon_sym_data] = ACTIONS(5143), + [anon_sym_inner] = ACTIONS(5143), + [anon_sym_value] = ACTIONS(5143), + [anon_sym_override] = ACTIONS(5143), + [anon_sym_lateinit] = ACTIONS(5143), + [anon_sym_public] = ACTIONS(5143), + [anon_sym_private] = ACTIONS(5143), + [anon_sym_internal] = ACTIONS(5143), + [anon_sym_protected] = ACTIONS(5143), + [anon_sym_tailrec] = ACTIONS(5143), + [anon_sym_operator] = ACTIONS(5143), + [anon_sym_infix] = ACTIONS(5143), + [anon_sym_inline] = ACTIONS(5143), + [anon_sym_external] = ACTIONS(5143), + [sym_property_modifier] = ACTIONS(5143), + [anon_sym_abstract] = ACTIONS(5143), + [anon_sym_final] = ACTIONS(5143), + [anon_sym_open] = ACTIONS(5143), + [anon_sym_vararg] = ACTIONS(5143), + [anon_sym_noinline] = ACTIONS(5143), + [anon_sym_crossinline] = ACTIONS(5143), + [anon_sym_expect] = ACTIONS(5143), + [anon_sym_actual] = ACTIONS(5143), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5145), + [anon_sym_continue_AT] = ACTIONS(5145), + [anon_sym_break_AT] = ACTIONS(5145), + [anon_sym_this_AT] = ACTIONS(5145), + [anon_sym_super_AT] = ACTIONS(5145), + [sym_real_literal] = ACTIONS(5145), + [sym_integer_literal] = ACTIONS(5143), + [sym_hex_literal] = ACTIONS(5145), + [sym_bin_literal] = ACTIONS(5145), + [anon_sym_true] = ACTIONS(5143), + [anon_sym_false] = ACTIONS(5143), + [anon_sym_SQUOTE] = ACTIONS(5145), + [sym__backtick_identifier] = ACTIONS(5145), + [sym__automatic_semicolon] = ACTIONS(5145), + [sym_safe_nav] = ACTIONS(5145), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5145), + }, + [1155] = { + [sym__alpha_identifier] = ACTIONS(5147), + [anon_sym_AT] = ACTIONS(5149), + [anon_sym_LBRACK] = ACTIONS(5149), + [anon_sym_as] = ACTIONS(5147), + [anon_sym_EQ] = ACTIONS(5147), + [anon_sym_LBRACE] = ACTIONS(5149), + [anon_sym_RBRACE] = ACTIONS(5149), + [anon_sym_LPAREN] = ACTIONS(5149), + [anon_sym_COMMA] = ACTIONS(5149), + [anon_sym_LT] = ACTIONS(5147), + [anon_sym_GT] = ACTIONS(5147), + [anon_sym_where] = ACTIONS(5147), + [anon_sym_object] = ACTIONS(5147), + [anon_sym_fun] = ACTIONS(5147), + [anon_sym_DOT] = ACTIONS(5147), + [anon_sym_SEMI] = ACTIONS(5149), + [anon_sym_get] = ACTIONS(5147), + [anon_sym_set] = ACTIONS(5147), + [anon_sym_this] = ACTIONS(5147), + [anon_sym_super] = ACTIONS(5147), + [anon_sym_STAR] = ACTIONS(5147), + [sym_label] = ACTIONS(5147), + [anon_sym_in] = ACTIONS(5147), + [anon_sym_DOT_DOT] = ACTIONS(5149), + [anon_sym_QMARK_COLON] = ACTIONS(5149), + [anon_sym_AMP_AMP] = ACTIONS(5149), + [anon_sym_PIPE_PIPE] = ACTIONS(5149), + [anon_sym_null] = ACTIONS(5147), + [anon_sym_if] = ACTIONS(5147), + [anon_sym_else] = ACTIONS(5147), + [anon_sym_when] = ACTIONS(5147), + [anon_sym_try] = ACTIONS(5147), + [anon_sym_throw] = ACTIONS(5147), + [anon_sym_return] = ACTIONS(5147), + [anon_sym_continue] = ACTIONS(5147), + [anon_sym_break] = ACTIONS(5147), + [anon_sym_COLON_COLON] = ACTIONS(5149), + [anon_sym_PLUS_EQ] = ACTIONS(5149), + [anon_sym_DASH_EQ] = ACTIONS(5149), + [anon_sym_STAR_EQ] = ACTIONS(5149), + [anon_sym_SLASH_EQ] = ACTIONS(5149), + [anon_sym_PERCENT_EQ] = ACTIONS(5149), + [anon_sym_BANG_EQ] = ACTIONS(5147), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5149), + [anon_sym_EQ_EQ] = ACTIONS(5147), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5149), + [anon_sym_LT_EQ] = ACTIONS(5149), + [anon_sym_GT_EQ] = ACTIONS(5149), + [anon_sym_BANGin] = ACTIONS(5149), + [anon_sym_is] = ACTIONS(5147), + [anon_sym_BANGis] = ACTIONS(5149), + [anon_sym_PLUS] = ACTIONS(5147), + [anon_sym_DASH] = ACTIONS(5147), + [anon_sym_SLASH] = ACTIONS(5147), + [anon_sym_PERCENT] = ACTIONS(5147), + [anon_sym_as_QMARK] = ACTIONS(5149), + [anon_sym_PLUS_PLUS] = ACTIONS(5149), + [anon_sym_DASH_DASH] = ACTIONS(5149), + [anon_sym_BANG] = ACTIONS(5147), + [anon_sym_BANG_BANG] = ACTIONS(5149), + [anon_sym_suspend] = ACTIONS(5147), + [anon_sym_sealed] = ACTIONS(5147), + [anon_sym_annotation] = ACTIONS(5147), + [anon_sym_data] = ACTIONS(5147), + [anon_sym_inner] = ACTIONS(5147), + [anon_sym_value] = ACTIONS(5147), + [anon_sym_override] = ACTIONS(5147), + [anon_sym_lateinit] = ACTIONS(5147), + [anon_sym_public] = ACTIONS(5147), + [anon_sym_private] = ACTIONS(5147), + [anon_sym_internal] = ACTIONS(5147), + [anon_sym_protected] = ACTIONS(5147), + [anon_sym_tailrec] = ACTIONS(5147), + [anon_sym_operator] = ACTIONS(5147), + [anon_sym_infix] = ACTIONS(5147), + [anon_sym_inline] = ACTIONS(5147), + [anon_sym_external] = ACTIONS(5147), + [sym_property_modifier] = ACTIONS(5147), + [anon_sym_abstract] = ACTIONS(5147), + [anon_sym_final] = ACTIONS(5147), + [anon_sym_open] = ACTIONS(5147), + [anon_sym_vararg] = ACTIONS(5147), + [anon_sym_noinline] = ACTIONS(5147), + [anon_sym_crossinline] = ACTIONS(5147), + [anon_sym_expect] = ACTIONS(5147), + [anon_sym_actual] = ACTIONS(5147), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5149), + [anon_sym_continue_AT] = ACTIONS(5149), + [anon_sym_break_AT] = ACTIONS(5149), + [anon_sym_this_AT] = ACTIONS(5149), + [anon_sym_super_AT] = ACTIONS(5149), + [sym_real_literal] = ACTIONS(5149), + [sym_integer_literal] = ACTIONS(5147), + [sym_hex_literal] = ACTIONS(5149), + [sym_bin_literal] = ACTIONS(5149), + [anon_sym_true] = ACTIONS(5147), + [anon_sym_false] = ACTIONS(5147), + [anon_sym_SQUOTE] = ACTIONS(5149), + [sym__backtick_identifier] = ACTIONS(5149), + [sym__automatic_semicolon] = ACTIONS(5149), + [sym_safe_nav] = ACTIONS(5149), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5149), + }, + [1156] = { + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3284), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3280), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, + [1157] = { + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4982), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(5143), - [anon_sym_get] = ACTIONS(5113), - [anon_sym_set] = ACTIONS(5115), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(5151), + [anon_sym_get] = ACTIONS(5153), + [anon_sym_set] = ACTIONS(5155), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -180811,398 +181332,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1153] = { - [sym__alpha_identifier] = ACTIONS(5145), - [anon_sym_AT] = ACTIONS(5147), - [anon_sym_LBRACK] = ACTIONS(5147), - [anon_sym_as] = ACTIONS(5145), - [anon_sym_EQ] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(5147), - [anon_sym_LPAREN] = ACTIONS(5147), - [anon_sym_COMMA] = ACTIONS(5147), - [anon_sym_LT] = ACTIONS(5145), - [anon_sym_GT] = ACTIONS(5145), - [anon_sym_where] = ACTIONS(5145), - [anon_sym_object] = ACTIONS(5145), - [anon_sym_fun] = ACTIONS(5145), - [anon_sym_DOT] = ACTIONS(5145), - [anon_sym_SEMI] = ACTIONS(5147), - [anon_sym_get] = ACTIONS(5145), - [anon_sym_set] = ACTIONS(5145), - [anon_sym_this] = ACTIONS(5145), - [anon_sym_super] = ACTIONS(5145), - [anon_sym_STAR] = ACTIONS(5145), - [sym_label] = ACTIONS(5145), - [anon_sym_in] = ACTIONS(5145), - [anon_sym_DOT_DOT] = ACTIONS(5147), - [anon_sym_QMARK_COLON] = ACTIONS(5147), - [anon_sym_AMP_AMP] = ACTIONS(5147), - [anon_sym_PIPE_PIPE] = ACTIONS(5147), - [anon_sym_null] = ACTIONS(5145), - [anon_sym_if] = ACTIONS(5145), - [anon_sym_else] = ACTIONS(5145), - [anon_sym_when] = ACTIONS(5145), - [anon_sym_try] = ACTIONS(5145), - [anon_sym_throw] = ACTIONS(5145), - [anon_sym_return] = ACTIONS(5145), - [anon_sym_continue] = ACTIONS(5145), - [anon_sym_break] = ACTIONS(5145), - [anon_sym_COLON_COLON] = ACTIONS(5147), - [anon_sym_PLUS_EQ] = ACTIONS(5147), - [anon_sym_DASH_EQ] = ACTIONS(5147), - [anon_sym_STAR_EQ] = ACTIONS(5147), - [anon_sym_SLASH_EQ] = ACTIONS(5147), - [anon_sym_PERCENT_EQ] = ACTIONS(5147), - [anon_sym_BANG_EQ] = ACTIONS(5145), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5147), - [anon_sym_EQ_EQ] = ACTIONS(5145), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5147), - [anon_sym_LT_EQ] = ACTIONS(5147), - [anon_sym_GT_EQ] = ACTIONS(5147), - [anon_sym_BANGin] = ACTIONS(5147), - [anon_sym_is] = ACTIONS(5145), - [anon_sym_BANGis] = ACTIONS(5147), - [anon_sym_PLUS] = ACTIONS(5145), - [anon_sym_DASH] = ACTIONS(5145), - [anon_sym_SLASH] = ACTIONS(5145), - [anon_sym_PERCENT] = ACTIONS(5145), - [anon_sym_as_QMARK] = ACTIONS(5147), - [anon_sym_PLUS_PLUS] = ACTIONS(5147), - [anon_sym_DASH_DASH] = ACTIONS(5147), - [anon_sym_BANG] = ACTIONS(5145), - [anon_sym_BANG_BANG] = ACTIONS(5147), - [anon_sym_suspend] = ACTIONS(5145), - [anon_sym_sealed] = ACTIONS(5145), - [anon_sym_annotation] = ACTIONS(5145), - [anon_sym_data] = ACTIONS(5145), - [anon_sym_inner] = ACTIONS(5145), - [anon_sym_value] = ACTIONS(5145), - [anon_sym_override] = ACTIONS(5145), - [anon_sym_lateinit] = ACTIONS(5145), - [anon_sym_public] = ACTIONS(5145), - [anon_sym_private] = ACTIONS(5145), - [anon_sym_internal] = ACTIONS(5145), - [anon_sym_protected] = ACTIONS(5145), - [anon_sym_tailrec] = ACTIONS(5145), - [anon_sym_operator] = ACTIONS(5145), - [anon_sym_infix] = ACTIONS(5145), - [anon_sym_inline] = ACTIONS(5145), - [anon_sym_external] = ACTIONS(5145), - [sym_property_modifier] = ACTIONS(5145), - [anon_sym_abstract] = ACTIONS(5145), - [anon_sym_final] = ACTIONS(5145), - [anon_sym_open] = ACTIONS(5145), - [anon_sym_vararg] = ACTIONS(5145), - [anon_sym_noinline] = ACTIONS(5145), - [anon_sym_crossinline] = ACTIONS(5145), - [anon_sym_expect] = ACTIONS(5145), - [anon_sym_actual] = ACTIONS(5145), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5147), - [anon_sym_continue_AT] = ACTIONS(5147), - [anon_sym_break_AT] = ACTIONS(5147), - [anon_sym_this_AT] = ACTIONS(5147), - [anon_sym_super_AT] = ACTIONS(5147), - [sym_real_literal] = ACTIONS(5147), - [sym_integer_literal] = ACTIONS(5145), - [sym_hex_literal] = ACTIONS(5147), - [sym_bin_literal] = ACTIONS(5147), - [anon_sym_true] = ACTIONS(5145), - [anon_sym_false] = ACTIONS(5145), - [anon_sym_SQUOTE] = ACTIONS(5147), - [sym__backtick_identifier] = ACTIONS(5147), - [sym__automatic_semicolon] = ACTIONS(5147), - [sym_safe_nav] = ACTIONS(5147), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5147), - }, - [1154] = { - [sym__alpha_identifier] = ACTIONS(5149), - [anon_sym_AT] = ACTIONS(5151), - [anon_sym_LBRACK] = ACTIONS(5151), - [anon_sym_as] = ACTIONS(5149), - [anon_sym_EQ] = ACTIONS(5149), - [anon_sym_LBRACE] = ACTIONS(5151), - [anon_sym_RBRACE] = ACTIONS(5151), - [anon_sym_LPAREN] = ACTIONS(5151), - [anon_sym_COMMA] = ACTIONS(5151), - [anon_sym_LT] = ACTIONS(5149), - [anon_sym_GT] = ACTIONS(5149), - [anon_sym_where] = ACTIONS(5149), - [anon_sym_object] = ACTIONS(5149), - [anon_sym_fun] = ACTIONS(5149), - [anon_sym_DOT] = ACTIONS(5149), - [anon_sym_SEMI] = ACTIONS(5151), - [anon_sym_get] = ACTIONS(5149), - [anon_sym_set] = ACTIONS(5149), - [anon_sym_this] = ACTIONS(5149), - [anon_sym_super] = ACTIONS(5149), - [anon_sym_STAR] = ACTIONS(5149), - [sym_label] = ACTIONS(5149), - [anon_sym_in] = ACTIONS(5149), - [anon_sym_DOT_DOT] = ACTIONS(5151), - [anon_sym_QMARK_COLON] = ACTIONS(5151), - [anon_sym_AMP_AMP] = ACTIONS(5151), - [anon_sym_PIPE_PIPE] = ACTIONS(5151), - [anon_sym_null] = ACTIONS(5149), - [anon_sym_if] = ACTIONS(5149), - [anon_sym_else] = ACTIONS(5149), - [anon_sym_when] = ACTIONS(5149), - [anon_sym_try] = ACTIONS(5149), - [anon_sym_throw] = ACTIONS(5149), - [anon_sym_return] = ACTIONS(5149), - [anon_sym_continue] = ACTIONS(5149), - [anon_sym_break] = ACTIONS(5149), - [anon_sym_COLON_COLON] = ACTIONS(5151), - [anon_sym_PLUS_EQ] = ACTIONS(5151), - [anon_sym_DASH_EQ] = ACTIONS(5151), - [anon_sym_STAR_EQ] = ACTIONS(5151), - [anon_sym_SLASH_EQ] = ACTIONS(5151), - [anon_sym_PERCENT_EQ] = ACTIONS(5151), - [anon_sym_BANG_EQ] = ACTIONS(5149), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5151), - [anon_sym_EQ_EQ] = ACTIONS(5149), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5151), - [anon_sym_LT_EQ] = ACTIONS(5151), - [anon_sym_GT_EQ] = ACTIONS(5151), - [anon_sym_BANGin] = ACTIONS(5151), - [anon_sym_is] = ACTIONS(5149), - [anon_sym_BANGis] = ACTIONS(5151), - [anon_sym_PLUS] = ACTIONS(5149), - [anon_sym_DASH] = ACTIONS(5149), - [anon_sym_SLASH] = ACTIONS(5149), - [anon_sym_PERCENT] = ACTIONS(5149), - [anon_sym_as_QMARK] = ACTIONS(5151), - [anon_sym_PLUS_PLUS] = ACTIONS(5151), - [anon_sym_DASH_DASH] = ACTIONS(5151), - [anon_sym_BANG] = ACTIONS(5149), - [anon_sym_BANG_BANG] = ACTIONS(5151), - [anon_sym_suspend] = ACTIONS(5149), - [anon_sym_sealed] = ACTIONS(5149), - [anon_sym_annotation] = ACTIONS(5149), - [anon_sym_data] = ACTIONS(5149), - [anon_sym_inner] = ACTIONS(5149), - [anon_sym_value] = ACTIONS(5149), - [anon_sym_override] = ACTIONS(5149), - [anon_sym_lateinit] = ACTIONS(5149), - [anon_sym_public] = ACTIONS(5149), - [anon_sym_private] = ACTIONS(5149), - [anon_sym_internal] = ACTIONS(5149), - [anon_sym_protected] = ACTIONS(5149), - [anon_sym_tailrec] = ACTIONS(5149), - [anon_sym_operator] = ACTIONS(5149), - [anon_sym_infix] = ACTIONS(5149), - [anon_sym_inline] = ACTIONS(5149), - [anon_sym_external] = ACTIONS(5149), - [sym_property_modifier] = ACTIONS(5149), - [anon_sym_abstract] = ACTIONS(5149), - [anon_sym_final] = ACTIONS(5149), - [anon_sym_open] = ACTIONS(5149), - [anon_sym_vararg] = ACTIONS(5149), - [anon_sym_noinline] = ACTIONS(5149), - [anon_sym_crossinline] = ACTIONS(5149), - [anon_sym_expect] = ACTIONS(5149), - [anon_sym_actual] = ACTIONS(5149), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5151), - [anon_sym_continue_AT] = ACTIONS(5151), - [anon_sym_break_AT] = ACTIONS(5151), - [anon_sym_this_AT] = ACTIONS(5151), - [anon_sym_super_AT] = ACTIONS(5151), - [sym_real_literal] = ACTIONS(5151), - [sym_integer_literal] = ACTIONS(5149), - [sym_hex_literal] = ACTIONS(5151), - [sym_bin_literal] = ACTIONS(5151), - [anon_sym_true] = ACTIONS(5149), - [anon_sym_false] = ACTIONS(5149), - [anon_sym_SQUOTE] = ACTIONS(5151), - [sym__backtick_identifier] = ACTIONS(5151), - [sym__automatic_semicolon] = ACTIONS(5151), - [sym_safe_nav] = ACTIONS(5151), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5151), - }, - [1155] = { - [sym__alpha_identifier] = ACTIONS(5153), - [anon_sym_AT] = ACTIONS(5155), - [anon_sym_LBRACK] = ACTIONS(5155), - [anon_sym_as] = ACTIONS(5153), - [anon_sym_EQ] = ACTIONS(5153), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(5155), - [anon_sym_LPAREN] = ACTIONS(5155), - [anon_sym_COMMA] = ACTIONS(5155), - [anon_sym_LT] = ACTIONS(5153), - [anon_sym_GT] = ACTIONS(5153), - [anon_sym_where] = ACTIONS(5153), - [anon_sym_object] = ACTIONS(5153), - [anon_sym_fun] = ACTIONS(5153), - [anon_sym_DOT] = ACTIONS(5153), - [anon_sym_SEMI] = ACTIONS(5155), - [anon_sym_get] = ACTIONS(5153), - [anon_sym_set] = ACTIONS(5153), - [anon_sym_this] = ACTIONS(5153), - [anon_sym_super] = ACTIONS(5153), - [anon_sym_STAR] = ACTIONS(5153), - [sym_label] = ACTIONS(5153), - [anon_sym_in] = ACTIONS(5153), - [anon_sym_DOT_DOT] = ACTIONS(5155), - [anon_sym_QMARK_COLON] = ACTIONS(5155), - [anon_sym_AMP_AMP] = ACTIONS(5155), - [anon_sym_PIPE_PIPE] = ACTIONS(5155), - [anon_sym_null] = ACTIONS(5153), - [anon_sym_if] = ACTIONS(5153), - [anon_sym_else] = ACTIONS(5153), - [anon_sym_when] = ACTIONS(5153), - [anon_sym_try] = ACTIONS(5153), - [anon_sym_throw] = ACTIONS(5153), - [anon_sym_return] = ACTIONS(5153), - [anon_sym_continue] = ACTIONS(5153), - [anon_sym_break] = ACTIONS(5153), - [anon_sym_COLON_COLON] = ACTIONS(5155), - [anon_sym_PLUS_EQ] = ACTIONS(5155), - [anon_sym_DASH_EQ] = ACTIONS(5155), - [anon_sym_STAR_EQ] = ACTIONS(5155), - [anon_sym_SLASH_EQ] = ACTIONS(5155), - [anon_sym_PERCENT_EQ] = ACTIONS(5155), - [anon_sym_BANG_EQ] = ACTIONS(5153), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5155), - [anon_sym_EQ_EQ] = ACTIONS(5153), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5155), - [anon_sym_LT_EQ] = ACTIONS(5155), - [anon_sym_GT_EQ] = ACTIONS(5155), - [anon_sym_BANGin] = ACTIONS(5155), - [anon_sym_is] = ACTIONS(5153), - [anon_sym_BANGis] = ACTIONS(5155), - [anon_sym_PLUS] = ACTIONS(5153), - [anon_sym_DASH] = ACTIONS(5153), - [anon_sym_SLASH] = ACTIONS(5153), - [anon_sym_PERCENT] = ACTIONS(5153), - [anon_sym_as_QMARK] = ACTIONS(5155), - [anon_sym_PLUS_PLUS] = ACTIONS(5155), - [anon_sym_DASH_DASH] = ACTIONS(5155), - [anon_sym_BANG] = ACTIONS(5153), - [anon_sym_BANG_BANG] = ACTIONS(5155), - [anon_sym_suspend] = ACTIONS(5153), - [anon_sym_sealed] = ACTIONS(5153), - [anon_sym_annotation] = ACTIONS(5153), - [anon_sym_data] = ACTIONS(5153), - [anon_sym_inner] = ACTIONS(5153), - [anon_sym_value] = ACTIONS(5153), - [anon_sym_override] = ACTIONS(5153), - [anon_sym_lateinit] = ACTIONS(5153), - [anon_sym_public] = ACTIONS(5153), - [anon_sym_private] = ACTIONS(5153), - [anon_sym_internal] = ACTIONS(5153), - [anon_sym_protected] = ACTIONS(5153), - [anon_sym_tailrec] = ACTIONS(5153), - [anon_sym_operator] = ACTIONS(5153), - [anon_sym_infix] = ACTIONS(5153), - [anon_sym_inline] = ACTIONS(5153), - [anon_sym_external] = ACTIONS(5153), - [sym_property_modifier] = ACTIONS(5153), - [anon_sym_abstract] = ACTIONS(5153), - [anon_sym_final] = ACTIONS(5153), - [anon_sym_open] = ACTIONS(5153), - [anon_sym_vararg] = ACTIONS(5153), - [anon_sym_noinline] = ACTIONS(5153), - [anon_sym_crossinline] = ACTIONS(5153), - [anon_sym_expect] = ACTIONS(5153), - [anon_sym_actual] = ACTIONS(5153), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5155), - [anon_sym_continue_AT] = ACTIONS(5155), - [anon_sym_break_AT] = ACTIONS(5155), - [anon_sym_this_AT] = ACTIONS(5155), - [anon_sym_super_AT] = ACTIONS(5155), - [sym_real_literal] = ACTIONS(5155), - [sym_integer_literal] = ACTIONS(5153), - [sym_hex_literal] = ACTIONS(5155), - [sym_bin_literal] = ACTIONS(5155), - [anon_sym_true] = ACTIONS(5153), - [anon_sym_false] = ACTIONS(5153), - [anon_sym_SQUOTE] = ACTIONS(5155), - [sym__backtick_identifier] = ACTIONS(5155), - [sym__automatic_semicolon] = ACTIONS(5155), - [sym_safe_nav] = ACTIONS(5155), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5155), + [1158] = { + [sym__alpha_identifier] = ACTIONS(5157), + [anon_sym_AT] = ACTIONS(5159), + [anon_sym_LBRACK] = ACTIONS(5159), + [anon_sym_as] = ACTIONS(5157), + [anon_sym_EQ] = ACTIONS(5157), + [anon_sym_LBRACE] = ACTIONS(5159), + [anon_sym_RBRACE] = ACTIONS(5159), + [anon_sym_LPAREN] = ACTIONS(5159), + [anon_sym_COMMA] = ACTIONS(5159), + [anon_sym_LT] = ACTIONS(5157), + [anon_sym_GT] = ACTIONS(5157), + [anon_sym_where] = ACTIONS(5157), + [anon_sym_object] = ACTIONS(5157), + [anon_sym_fun] = ACTIONS(5157), + [anon_sym_DOT] = ACTIONS(5157), + [anon_sym_SEMI] = ACTIONS(5159), + [anon_sym_get] = ACTIONS(5157), + [anon_sym_set] = ACTIONS(5157), + [anon_sym_this] = ACTIONS(5157), + [anon_sym_super] = ACTIONS(5157), + [anon_sym_STAR] = ACTIONS(5157), + [sym_label] = ACTIONS(5157), + [anon_sym_in] = ACTIONS(5157), + [anon_sym_DOT_DOT] = ACTIONS(5159), + [anon_sym_QMARK_COLON] = ACTIONS(5159), + [anon_sym_AMP_AMP] = ACTIONS(5159), + [anon_sym_PIPE_PIPE] = ACTIONS(5159), + [anon_sym_null] = ACTIONS(5157), + [anon_sym_if] = ACTIONS(5157), + [anon_sym_else] = ACTIONS(5157), + [anon_sym_when] = ACTIONS(5157), + [anon_sym_try] = ACTIONS(5157), + [anon_sym_throw] = ACTIONS(5157), + [anon_sym_return] = ACTIONS(5157), + [anon_sym_continue] = ACTIONS(5157), + [anon_sym_break] = ACTIONS(5157), + [anon_sym_COLON_COLON] = ACTIONS(5159), + [anon_sym_PLUS_EQ] = ACTIONS(5159), + [anon_sym_DASH_EQ] = ACTIONS(5159), + [anon_sym_STAR_EQ] = ACTIONS(5159), + [anon_sym_SLASH_EQ] = ACTIONS(5159), + [anon_sym_PERCENT_EQ] = ACTIONS(5159), + [anon_sym_BANG_EQ] = ACTIONS(5157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5159), + [anon_sym_EQ_EQ] = ACTIONS(5157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5159), + [anon_sym_LT_EQ] = ACTIONS(5159), + [anon_sym_GT_EQ] = ACTIONS(5159), + [anon_sym_BANGin] = ACTIONS(5159), + [anon_sym_is] = ACTIONS(5157), + [anon_sym_BANGis] = ACTIONS(5159), + [anon_sym_PLUS] = ACTIONS(5157), + [anon_sym_DASH] = ACTIONS(5157), + [anon_sym_SLASH] = ACTIONS(5157), + [anon_sym_PERCENT] = ACTIONS(5157), + [anon_sym_as_QMARK] = ACTIONS(5159), + [anon_sym_PLUS_PLUS] = ACTIONS(5159), + [anon_sym_DASH_DASH] = ACTIONS(5159), + [anon_sym_BANG] = ACTIONS(5157), + [anon_sym_BANG_BANG] = ACTIONS(5159), + [anon_sym_suspend] = ACTIONS(5157), + [anon_sym_sealed] = ACTIONS(5157), + [anon_sym_annotation] = ACTIONS(5157), + [anon_sym_data] = ACTIONS(5157), + [anon_sym_inner] = ACTIONS(5157), + [anon_sym_value] = ACTIONS(5157), + [anon_sym_override] = ACTIONS(5157), + [anon_sym_lateinit] = ACTIONS(5157), + [anon_sym_public] = ACTIONS(5157), + [anon_sym_private] = ACTIONS(5157), + [anon_sym_internal] = ACTIONS(5157), + [anon_sym_protected] = ACTIONS(5157), + [anon_sym_tailrec] = ACTIONS(5157), + [anon_sym_operator] = ACTIONS(5157), + [anon_sym_infix] = ACTIONS(5157), + [anon_sym_inline] = ACTIONS(5157), + [anon_sym_external] = ACTIONS(5157), + [sym_property_modifier] = ACTIONS(5157), + [anon_sym_abstract] = ACTIONS(5157), + [anon_sym_final] = ACTIONS(5157), + [anon_sym_open] = ACTIONS(5157), + [anon_sym_vararg] = ACTIONS(5157), + [anon_sym_noinline] = ACTIONS(5157), + [anon_sym_crossinline] = ACTIONS(5157), + [anon_sym_expect] = ACTIONS(5157), + [anon_sym_actual] = ACTIONS(5157), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5159), + [anon_sym_continue_AT] = ACTIONS(5159), + [anon_sym_break_AT] = ACTIONS(5159), + [anon_sym_this_AT] = ACTIONS(5159), + [anon_sym_super_AT] = ACTIONS(5159), + [sym_real_literal] = ACTIONS(5159), + [sym_integer_literal] = ACTIONS(5157), + [sym_hex_literal] = ACTIONS(5159), + [sym_bin_literal] = ACTIONS(5159), + [anon_sym_true] = ACTIONS(5157), + [anon_sym_false] = ACTIONS(5157), + [anon_sym_SQUOTE] = ACTIONS(5159), + [sym__backtick_identifier] = ACTIONS(5159), + [sym__automatic_semicolon] = ACTIONS(5159), + [sym_safe_nav] = ACTIONS(5159), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5159), }, - [1156] = { - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [1159] = { + [sym_getter] = STATE(4031), + [sym_setter] = STATE(4031), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4982), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(5157), - [anon_sym_get] = ACTIONS(5113), - [anon_sym_set] = ACTIONS(5115), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(5161), + [anon_sym_get] = ACTIONS(5153), + [anon_sym_set] = ACTIONS(5155), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(1802), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -181235,753 +181544,223 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1804), + [sym__automatic_semicolon] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1157] = { - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(4160), - [anon_sym_LBRACE] = ACTIONS(4162), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(4160), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), - }, - [1158] = { - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(1790), - [anon_sym_set] = ACTIONS(1790), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(1790), - [anon_sym_sealed] = ACTIONS(1790), - [anon_sym_annotation] = ACTIONS(1790), - [anon_sym_data] = ACTIONS(1790), - [anon_sym_inner] = ACTIONS(1790), - [anon_sym_value] = ACTIONS(1790), - [anon_sym_override] = ACTIONS(1790), - [anon_sym_lateinit] = ACTIONS(1790), - [anon_sym_public] = ACTIONS(1790), - [anon_sym_private] = ACTIONS(1790), - [anon_sym_internal] = ACTIONS(1790), - [anon_sym_protected] = ACTIONS(1790), - [anon_sym_tailrec] = ACTIONS(1790), - [anon_sym_operator] = ACTIONS(1790), - [anon_sym_infix] = ACTIONS(1790), - [anon_sym_inline] = ACTIONS(1790), - [anon_sym_external] = ACTIONS(1790), - [sym_property_modifier] = ACTIONS(1790), - [anon_sym_abstract] = ACTIONS(1790), - [anon_sym_final] = ACTIONS(1790), - [anon_sym_open] = ACTIONS(1790), - [anon_sym_vararg] = ACTIONS(1790), - [anon_sym_noinline] = ACTIONS(1790), - [anon_sym_crossinline] = ACTIONS(1790), - [anon_sym_expect] = ACTIONS(1790), - [anon_sym_actual] = ACTIONS(1790), + [1160] = { + [sym_getter] = STATE(3944), + [sym_setter] = STATE(3944), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4982), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(5163), + [anon_sym_get] = ACTIONS(5153), + [anon_sym_set] = ACTIONS(5155), + [anon_sym_STAR] = ACTIONS(4990), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), - }, - [1159] = { - [sym__alpha_identifier] = ACTIONS(5159), - [anon_sym_AT] = ACTIONS(5161), - [anon_sym_LBRACK] = ACTIONS(5161), - [anon_sym_as] = ACTIONS(5159), - [anon_sym_EQ] = ACTIONS(5159), - [anon_sym_LBRACE] = ACTIONS(5161), - [anon_sym_RBRACE] = ACTIONS(5161), - [anon_sym_LPAREN] = ACTIONS(5161), - [anon_sym_COMMA] = ACTIONS(5161), - [anon_sym_LT] = ACTIONS(5159), - [anon_sym_GT] = ACTIONS(5159), - [anon_sym_where] = ACTIONS(5159), - [anon_sym_object] = ACTIONS(5159), - [anon_sym_fun] = ACTIONS(5159), - [anon_sym_DOT] = ACTIONS(5159), - [anon_sym_SEMI] = ACTIONS(5161), - [anon_sym_get] = ACTIONS(5159), - [anon_sym_set] = ACTIONS(5159), - [anon_sym_this] = ACTIONS(5159), - [anon_sym_super] = ACTIONS(5159), - [anon_sym_STAR] = ACTIONS(5159), - [sym_label] = ACTIONS(5159), - [anon_sym_in] = ACTIONS(5159), - [anon_sym_DOT_DOT] = ACTIONS(5161), - [anon_sym_QMARK_COLON] = ACTIONS(5161), - [anon_sym_AMP_AMP] = ACTIONS(5161), - [anon_sym_PIPE_PIPE] = ACTIONS(5161), - [anon_sym_null] = ACTIONS(5159), - [anon_sym_if] = ACTIONS(5159), - [anon_sym_else] = ACTIONS(5159), - [anon_sym_when] = ACTIONS(5159), - [anon_sym_try] = ACTIONS(5159), - [anon_sym_throw] = ACTIONS(5159), - [anon_sym_return] = ACTIONS(5159), - [anon_sym_continue] = ACTIONS(5159), - [anon_sym_break] = ACTIONS(5159), - [anon_sym_COLON_COLON] = ACTIONS(5161), - [anon_sym_PLUS_EQ] = ACTIONS(5161), - [anon_sym_DASH_EQ] = ACTIONS(5161), - [anon_sym_STAR_EQ] = ACTIONS(5161), - [anon_sym_SLASH_EQ] = ACTIONS(5161), - [anon_sym_PERCENT_EQ] = ACTIONS(5161), - [anon_sym_BANG_EQ] = ACTIONS(5159), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5161), - [anon_sym_EQ_EQ] = ACTIONS(5159), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5161), - [anon_sym_LT_EQ] = ACTIONS(5161), - [anon_sym_GT_EQ] = ACTIONS(5161), - [anon_sym_BANGin] = ACTIONS(5161), - [anon_sym_is] = ACTIONS(5159), - [anon_sym_BANGis] = ACTIONS(5161), - [anon_sym_PLUS] = ACTIONS(5159), - [anon_sym_DASH] = ACTIONS(5159), - [anon_sym_SLASH] = ACTIONS(5159), - [anon_sym_PERCENT] = ACTIONS(5159), - [anon_sym_as_QMARK] = ACTIONS(5161), - [anon_sym_PLUS_PLUS] = ACTIONS(5161), - [anon_sym_DASH_DASH] = ACTIONS(5161), - [anon_sym_BANG] = ACTIONS(5159), - [anon_sym_BANG_BANG] = ACTIONS(5161), - [anon_sym_suspend] = ACTIONS(5159), - [anon_sym_sealed] = ACTIONS(5159), - [anon_sym_annotation] = ACTIONS(5159), - [anon_sym_data] = ACTIONS(5159), - [anon_sym_inner] = ACTIONS(5159), - [anon_sym_value] = ACTIONS(5159), - [anon_sym_override] = ACTIONS(5159), - [anon_sym_lateinit] = ACTIONS(5159), - [anon_sym_public] = ACTIONS(5159), - [anon_sym_private] = ACTIONS(5159), - [anon_sym_internal] = ACTIONS(5159), - [anon_sym_protected] = ACTIONS(5159), - [anon_sym_tailrec] = ACTIONS(5159), - [anon_sym_operator] = ACTIONS(5159), - [anon_sym_infix] = ACTIONS(5159), - [anon_sym_inline] = ACTIONS(5159), - [anon_sym_external] = ACTIONS(5159), - [sym_property_modifier] = ACTIONS(5159), - [anon_sym_abstract] = ACTIONS(5159), - [anon_sym_final] = ACTIONS(5159), - [anon_sym_open] = ACTIONS(5159), - [anon_sym_vararg] = ACTIONS(5159), - [anon_sym_noinline] = ACTIONS(5159), - [anon_sym_crossinline] = ACTIONS(5159), - [anon_sym_expect] = ACTIONS(5159), - [anon_sym_actual] = ACTIONS(5159), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5161), - [anon_sym_continue_AT] = ACTIONS(5161), - [anon_sym_break_AT] = ACTIONS(5161), - [anon_sym_this_AT] = ACTIONS(5161), - [anon_sym_super_AT] = ACTIONS(5161), - [sym_real_literal] = ACTIONS(5161), - [sym_integer_literal] = ACTIONS(5159), - [sym_hex_literal] = ACTIONS(5161), - [sym_bin_literal] = ACTIONS(5161), - [anon_sym_true] = ACTIONS(5159), - [anon_sym_false] = ACTIONS(5159), - [anon_sym_SQUOTE] = ACTIONS(5161), - [sym__backtick_identifier] = ACTIONS(5161), - [sym__automatic_semicolon] = ACTIONS(5161), - [sym_safe_nav] = ACTIONS(5161), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5161), - }, - [1160] = { - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(1804), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(1802), - [anon_sym_set] = ACTIONS(1802), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(1802), - [anon_sym_sealed] = ACTIONS(1802), - [anon_sym_annotation] = ACTIONS(1802), - [anon_sym_data] = ACTIONS(1802), - [anon_sym_inner] = ACTIONS(1802), - [anon_sym_value] = ACTIONS(1802), - [anon_sym_override] = ACTIONS(1802), - [anon_sym_lateinit] = ACTIONS(1802), - [anon_sym_public] = ACTIONS(1802), - [anon_sym_private] = ACTIONS(1802), - [anon_sym_internal] = ACTIONS(1802), - [anon_sym_protected] = ACTIONS(1802), - [anon_sym_tailrec] = ACTIONS(1802), - [anon_sym_operator] = ACTIONS(1802), - [anon_sym_infix] = ACTIONS(1802), - [anon_sym_inline] = ACTIONS(1802), - [anon_sym_external] = ACTIONS(1802), - [sym_property_modifier] = ACTIONS(1802), - [anon_sym_abstract] = ACTIONS(1802), - [anon_sym_final] = ACTIONS(1802), - [anon_sym_open] = ACTIONS(1802), - [anon_sym_vararg] = ACTIONS(1802), - [anon_sym_noinline] = ACTIONS(1802), - [anon_sym_crossinline] = ACTIONS(1802), - [anon_sym_expect] = ACTIONS(1802), - [anon_sym_actual] = ACTIONS(1802), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), }, [1161] = { - [sym__alpha_identifier] = ACTIONS(4633), - [anon_sym_AT] = ACTIONS(4635), - [anon_sym_LBRACK] = ACTIONS(4635), - [anon_sym_as] = ACTIONS(4633), - [anon_sym_EQ] = ACTIONS(4633), - [anon_sym_LBRACE] = ACTIONS(4635), - [anon_sym_RBRACE] = ACTIONS(4635), - [anon_sym_LPAREN] = ACTIONS(4635), - [anon_sym_COMMA] = ACTIONS(4635), - [anon_sym_LT] = ACTIONS(4633), - [anon_sym_GT] = ACTIONS(4633), - [anon_sym_where] = ACTIONS(4633), - [anon_sym_object] = ACTIONS(4633), - [anon_sym_fun] = ACTIONS(4633), - [anon_sym_DOT] = ACTIONS(4633), - [anon_sym_SEMI] = ACTIONS(4635), - [anon_sym_get] = ACTIONS(4633), - [anon_sym_set] = ACTIONS(4633), - [anon_sym_this] = ACTIONS(4633), - [anon_sym_super] = ACTIONS(4633), - [anon_sym_STAR] = ACTIONS(4633), - [sym_label] = ACTIONS(4633), - [anon_sym_in] = ACTIONS(4633), - [anon_sym_DOT_DOT] = ACTIONS(4635), - [anon_sym_QMARK_COLON] = ACTIONS(4635), - [anon_sym_AMP_AMP] = ACTIONS(4635), - [anon_sym_PIPE_PIPE] = ACTIONS(4635), - [anon_sym_null] = ACTIONS(4633), - [anon_sym_if] = ACTIONS(4633), - [anon_sym_else] = ACTIONS(4633), - [anon_sym_when] = ACTIONS(4633), - [anon_sym_try] = ACTIONS(4633), - [anon_sym_throw] = ACTIONS(4633), - [anon_sym_return] = ACTIONS(4633), - [anon_sym_continue] = ACTIONS(4633), - [anon_sym_break] = ACTIONS(4633), - [anon_sym_COLON_COLON] = ACTIONS(4635), - [anon_sym_PLUS_EQ] = ACTIONS(4635), - [anon_sym_DASH_EQ] = ACTIONS(4635), - [anon_sym_STAR_EQ] = ACTIONS(4635), - [anon_sym_SLASH_EQ] = ACTIONS(4635), - [anon_sym_PERCENT_EQ] = ACTIONS(4635), - [anon_sym_BANG_EQ] = ACTIONS(4633), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4635), - [anon_sym_EQ_EQ] = ACTIONS(4633), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4635), - [anon_sym_LT_EQ] = ACTIONS(4635), - [anon_sym_GT_EQ] = ACTIONS(4635), - [anon_sym_BANGin] = ACTIONS(4635), - [anon_sym_is] = ACTIONS(4633), - [anon_sym_BANGis] = ACTIONS(4635), - [anon_sym_PLUS] = ACTIONS(4633), - [anon_sym_DASH] = ACTIONS(4633), - [anon_sym_SLASH] = ACTIONS(4633), - [anon_sym_PERCENT] = ACTIONS(4633), - [anon_sym_as_QMARK] = ACTIONS(4635), - [anon_sym_PLUS_PLUS] = ACTIONS(4635), - [anon_sym_DASH_DASH] = ACTIONS(4635), - [anon_sym_BANG] = ACTIONS(4633), - [anon_sym_BANG_BANG] = ACTIONS(4635), - [anon_sym_suspend] = ACTIONS(4633), - [anon_sym_sealed] = ACTIONS(4633), - [anon_sym_annotation] = ACTIONS(4633), - [anon_sym_data] = ACTIONS(4633), - [anon_sym_inner] = ACTIONS(4633), - [anon_sym_value] = ACTIONS(4633), - [anon_sym_override] = ACTIONS(4633), - [anon_sym_lateinit] = ACTIONS(4633), - [anon_sym_public] = ACTIONS(4633), - [anon_sym_private] = ACTIONS(4633), - [anon_sym_internal] = ACTIONS(4633), - [anon_sym_protected] = ACTIONS(4633), - [anon_sym_tailrec] = ACTIONS(4633), - [anon_sym_operator] = ACTIONS(4633), - [anon_sym_infix] = ACTIONS(4633), - [anon_sym_inline] = ACTIONS(4633), - [anon_sym_external] = ACTIONS(4633), - [sym_property_modifier] = ACTIONS(4633), - [anon_sym_abstract] = ACTIONS(4633), - [anon_sym_final] = ACTIONS(4633), - [anon_sym_open] = ACTIONS(4633), - [anon_sym_vararg] = ACTIONS(4633), - [anon_sym_noinline] = ACTIONS(4633), - [anon_sym_crossinline] = ACTIONS(4633), - [anon_sym_expect] = ACTIONS(4633), - [anon_sym_actual] = ACTIONS(4633), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4635), - [anon_sym_continue_AT] = ACTIONS(4635), - [anon_sym_break_AT] = ACTIONS(4635), - [anon_sym_this_AT] = ACTIONS(4635), - [anon_sym_super_AT] = ACTIONS(4635), - [sym_real_literal] = ACTIONS(4635), - [sym_integer_literal] = ACTIONS(4633), - [sym_hex_literal] = ACTIONS(4635), - [sym_bin_literal] = ACTIONS(4635), - [anon_sym_true] = ACTIONS(4633), - [anon_sym_false] = ACTIONS(4633), - [anon_sym_SQUOTE] = ACTIONS(4635), - [sym__backtick_identifier] = ACTIONS(4635), - [sym__automatic_semicolon] = ACTIONS(4635), - [sym_safe_nav] = ACTIONS(4635), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4635), - }, - [1162] = { - [sym__alpha_identifier] = ACTIONS(5163), - [anon_sym_AT] = ACTIONS(5165), - [anon_sym_LBRACK] = ACTIONS(5165), - [anon_sym_as] = ACTIONS(5163), - [anon_sym_EQ] = ACTIONS(5163), - [anon_sym_LBRACE] = ACTIONS(5165), - [anon_sym_RBRACE] = ACTIONS(5165), - [anon_sym_LPAREN] = ACTIONS(5165), - [anon_sym_COMMA] = ACTIONS(5165), - [anon_sym_LT] = ACTIONS(5163), - [anon_sym_GT] = ACTIONS(5163), - [anon_sym_where] = ACTIONS(5163), - [anon_sym_object] = ACTIONS(5163), - [anon_sym_fun] = ACTIONS(5163), - [anon_sym_DOT] = ACTIONS(5163), + [sym_getter] = STATE(3906), + [sym_setter] = STATE(3906), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4982), + [anon_sym_DOT] = ACTIONS(3660), [anon_sym_SEMI] = ACTIONS(5165), - [anon_sym_get] = ACTIONS(5163), - [anon_sym_set] = ACTIONS(5163), - [anon_sym_this] = ACTIONS(5163), - [anon_sym_super] = ACTIONS(5163), - [anon_sym_STAR] = ACTIONS(5163), - [sym_label] = ACTIONS(5163), - [anon_sym_in] = ACTIONS(5163), - [anon_sym_DOT_DOT] = ACTIONS(5165), - [anon_sym_QMARK_COLON] = ACTIONS(5165), - [anon_sym_AMP_AMP] = ACTIONS(5165), - [anon_sym_PIPE_PIPE] = ACTIONS(5165), - [anon_sym_null] = ACTIONS(5163), - [anon_sym_if] = ACTIONS(5163), - [anon_sym_else] = ACTIONS(5163), - [anon_sym_when] = ACTIONS(5163), - [anon_sym_try] = ACTIONS(5163), - [anon_sym_throw] = ACTIONS(5163), - [anon_sym_return] = ACTIONS(5163), - [anon_sym_continue] = ACTIONS(5163), - [anon_sym_break] = ACTIONS(5163), - [anon_sym_COLON_COLON] = ACTIONS(5165), - [anon_sym_PLUS_EQ] = ACTIONS(5165), - [anon_sym_DASH_EQ] = ACTIONS(5165), - [anon_sym_STAR_EQ] = ACTIONS(5165), - [anon_sym_SLASH_EQ] = ACTIONS(5165), - [anon_sym_PERCENT_EQ] = ACTIONS(5165), - [anon_sym_BANG_EQ] = ACTIONS(5163), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5165), - [anon_sym_EQ_EQ] = ACTIONS(5163), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5165), - [anon_sym_LT_EQ] = ACTIONS(5165), - [anon_sym_GT_EQ] = ACTIONS(5165), - [anon_sym_BANGin] = ACTIONS(5165), - [anon_sym_is] = ACTIONS(5163), - [anon_sym_BANGis] = ACTIONS(5165), - [anon_sym_PLUS] = ACTIONS(5163), - [anon_sym_DASH] = ACTIONS(5163), - [anon_sym_SLASH] = ACTIONS(5163), - [anon_sym_PERCENT] = ACTIONS(5163), - [anon_sym_as_QMARK] = ACTIONS(5165), - [anon_sym_PLUS_PLUS] = ACTIONS(5165), - [anon_sym_DASH_DASH] = ACTIONS(5165), - [anon_sym_BANG] = ACTIONS(5163), - [anon_sym_BANG_BANG] = ACTIONS(5165), - [anon_sym_suspend] = ACTIONS(5163), - [anon_sym_sealed] = ACTIONS(5163), - [anon_sym_annotation] = ACTIONS(5163), - [anon_sym_data] = ACTIONS(5163), - [anon_sym_inner] = ACTIONS(5163), - [anon_sym_value] = ACTIONS(5163), - [anon_sym_override] = ACTIONS(5163), - [anon_sym_lateinit] = ACTIONS(5163), - [anon_sym_public] = ACTIONS(5163), - [anon_sym_private] = ACTIONS(5163), - [anon_sym_internal] = ACTIONS(5163), - [anon_sym_protected] = ACTIONS(5163), - [anon_sym_tailrec] = ACTIONS(5163), - [anon_sym_operator] = ACTIONS(5163), - [anon_sym_infix] = ACTIONS(5163), - [anon_sym_inline] = ACTIONS(5163), - [anon_sym_external] = ACTIONS(5163), - [sym_property_modifier] = ACTIONS(5163), - [anon_sym_abstract] = ACTIONS(5163), - [anon_sym_final] = ACTIONS(5163), - [anon_sym_open] = ACTIONS(5163), - [anon_sym_vararg] = ACTIONS(5163), - [anon_sym_noinline] = ACTIONS(5163), - [anon_sym_crossinline] = ACTIONS(5163), - [anon_sym_expect] = ACTIONS(5163), - [anon_sym_actual] = ACTIONS(5163), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5165), - [anon_sym_continue_AT] = ACTIONS(5165), - [anon_sym_break_AT] = ACTIONS(5165), - [anon_sym_this_AT] = ACTIONS(5165), - [anon_sym_super_AT] = ACTIONS(5165), - [sym_real_literal] = ACTIONS(5165), - [sym_integer_literal] = ACTIONS(5163), - [sym_hex_literal] = ACTIONS(5165), - [sym_bin_literal] = ACTIONS(5165), - [anon_sym_true] = ACTIONS(5163), - [anon_sym_false] = ACTIONS(5163), - [anon_sym_SQUOTE] = ACTIONS(5165), - [sym__backtick_identifier] = ACTIONS(5165), - [sym__automatic_semicolon] = ACTIONS(5165), - [sym_safe_nav] = ACTIONS(5165), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5165), - }, - [1163] = { - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(1816), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(1814), - [anon_sym_set] = ACTIONS(1814), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(1814), - [sym_label] = ACTIONS(1814), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1814), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG] = ACTIONS(1814), - [anon_sym_BANG_BANG] = ACTIONS(1816), - [anon_sym_suspend] = ACTIONS(1814), - [anon_sym_sealed] = ACTIONS(1814), - [anon_sym_annotation] = ACTIONS(1814), - [anon_sym_data] = ACTIONS(1814), - [anon_sym_inner] = ACTIONS(1814), - [anon_sym_value] = ACTIONS(1814), - [anon_sym_override] = ACTIONS(1814), - [anon_sym_lateinit] = ACTIONS(1814), - [anon_sym_public] = ACTIONS(1814), - [anon_sym_private] = ACTIONS(1814), - [anon_sym_internal] = ACTIONS(1814), - [anon_sym_protected] = ACTIONS(1814), - [anon_sym_tailrec] = ACTIONS(1814), - [anon_sym_operator] = ACTIONS(1814), - [anon_sym_infix] = ACTIONS(1814), - [anon_sym_inline] = ACTIONS(1814), - [anon_sym_external] = ACTIONS(1814), - [sym_property_modifier] = ACTIONS(1814), - [anon_sym_abstract] = ACTIONS(1814), - [anon_sym_final] = ACTIONS(1814), - [anon_sym_open] = ACTIONS(1814), - [anon_sym_vararg] = ACTIONS(1814), - [anon_sym_noinline] = ACTIONS(1814), - [anon_sym_crossinline] = ACTIONS(1814), - [anon_sym_expect] = ACTIONS(1814), - [anon_sym_actual] = ACTIONS(1814), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), + [anon_sym_get] = ACTIONS(5153), + [anon_sym_set] = ACTIONS(5155), + [anon_sym_STAR] = ACTIONS(4990), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), }, - [1164] = { + [1162] = { [sym__alpha_identifier] = ACTIONS(5167), [anon_sym_AT] = ACTIONS(5169), [anon_sym_LBRACK] = ACTIONS(5169), @@ -182087,7 +181866,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5169), }, - [1165] = { + [1163] = { [sym__alpha_identifier] = ACTIONS(5171), [anon_sym_AT] = ACTIONS(5173), [anon_sym_LBRACK] = ACTIONS(5173), @@ -182193,325 +181972,431 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5173), }, + [1164] = { + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4982), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(5175), + [anon_sym_get] = ACTIONS(5153), + [anon_sym_set] = ACTIONS(5155), + [anon_sym_STAR] = ACTIONS(4990), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [1165] = { + [sym__alpha_identifier] = ACTIONS(5177), + [anon_sym_AT] = ACTIONS(5179), + [anon_sym_LBRACK] = ACTIONS(5179), + [anon_sym_as] = ACTIONS(5177), + [anon_sym_EQ] = ACTIONS(5177), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(5179), + [anon_sym_LPAREN] = ACTIONS(5179), + [anon_sym_COMMA] = ACTIONS(5179), + [anon_sym_LT] = ACTIONS(5177), + [anon_sym_GT] = ACTIONS(5177), + [anon_sym_where] = ACTIONS(5177), + [anon_sym_object] = ACTIONS(5177), + [anon_sym_fun] = ACTIONS(5177), + [anon_sym_DOT] = ACTIONS(5177), + [anon_sym_SEMI] = ACTIONS(5179), + [anon_sym_get] = ACTIONS(5177), + [anon_sym_set] = ACTIONS(5177), + [anon_sym_this] = ACTIONS(5177), + [anon_sym_super] = ACTIONS(5177), + [anon_sym_STAR] = ACTIONS(5177), + [sym_label] = ACTIONS(5177), + [anon_sym_in] = ACTIONS(5177), + [anon_sym_DOT_DOT] = ACTIONS(5179), + [anon_sym_QMARK_COLON] = ACTIONS(5179), + [anon_sym_AMP_AMP] = ACTIONS(5179), + [anon_sym_PIPE_PIPE] = ACTIONS(5179), + [anon_sym_null] = ACTIONS(5177), + [anon_sym_if] = ACTIONS(5177), + [anon_sym_else] = ACTIONS(5177), + [anon_sym_when] = ACTIONS(5177), + [anon_sym_try] = ACTIONS(5177), + [anon_sym_throw] = ACTIONS(5177), + [anon_sym_return] = ACTIONS(5177), + [anon_sym_continue] = ACTIONS(5177), + [anon_sym_break] = ACTIONS(5177), + [anon_sym_COLON_COLON] = ACTIONS(5179), + [anon_sym_PLUS_EQ] = ACTIONS(5179), + [anon_sym_DASH_EQ] = ACTIONS(5179), + [anon_sym_STAR_EQ] = ACTIONS(5179), + [anon_sym_SLASH_EQ] = ACTIONS(5179), + [anon_sym_PERCENT_EQ] = ACTIONS(5179), + [anon_sym_BANG_EQ] = ACTIONS(5177), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5179), + [anon_sym_EQ_EQ] = ACTIONS(5177), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5179), + [anon_sym_LT_EQ] = ACTIONS(5179), + [anon_sym_GT_EQ] = ACTIONS(5179), + [anon_sym_BANGin] = ACTIONS(5179), + [anon_sym_is] = ACTIONS(5177), + [anon_sym_BANGis] = ACTIONS(5179), + [anon_sym_PLUS] = ACTIONS(5177), + [anon_sym_DASH] = ACTIONS(5177), + [anon_sym_SLASH] = ACTIONS(5177), + [anon_sym_PERCENT] = ACTIONS(5177), + [anon_sym_as_QMARK] = ACTIONS(5179), + [anon_sym_PLUS_PLUS] = ACTIONS(5179), + [anon_sym_DASH_DASH] = ACTIONS(5179), + [anon_sym_BANG] = ACTIONS(5177), + [anon_sym_BANG_BANG] = ACTIONS(5179), + [anon_sym_suspend] = ACTIONS(5177), + [anon_sym_sealed] = ACTIONS(5177), + [anon_sym_annotation] = ACTIONS(5177), + [anon_sym_data] = ACTIONS(5177), + [anon_sym_inner] = ACTIONS(5177), + [anon_sym_value] = ACTIONS(5177), + [anon_sym_override] = ACTIONS(5177), + [anon_sym_lateinit] = ACTIONS(5177), + [anon_sym_public] = ACTIONS(5177), + [anon_sym_private] = ACTIONS(5177), + [anon_sym_internal] = ACTIONS(5177), + [anon_sym_protected] = ACTIONS(5177), + [anon_sym_tailrec] = ACTIONS(5177), + [anon_sym_operator] = ACTIONS(5177), + [anon_sym_infix] = ACTIONS(5177), + [anon_sym_inline] = ACTIONS(5177), + [anon_sym_external] = ACTIONS(5177), + [sym_property_modifier] = ACTIONS(5177), + [anon_sym_abstract] = ACTIONS(5177), + [anon_sym_final] = ACTIONS(5177), + [anon_sym_open] = ACTIONS(5177), + [anon_sym_vararg] = ACTIONS(5177), + [anon_sym_noinline] = ACTIONS(5177), + [anon_sym_crossinline] = ACTIONS(5177), + [anon_sym_expect] = ACTIONS(5177), + [anon_sym_actual] = ACTIONS(5177), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5179), + [anon_sym_continue_AT] = ACTIONS(5179), + [anon_sym_break_AT] = ACTIONS(5179), + [anon_sym_this_AT] = ACTIONS(5179), + [anon_sym_super_AT] = ACTIONS(5179), + [sym_real_literal] = ACTIONS(5179), + [sym_integer_literal] = ACTIONS(5177), + [sym_hex_literal] = ACTIONS(5179), + [sym_bin_literal] = ACTIONS(5179), + [anon_sym_true] = ACTIONS(5177), + [anon_sym_false] = ACTIONS(5177), + [anon_sym_SQUOTE] = ACTIONS(5179), + [sym__backtick_identifier] = ACTIONS(5179), + [sym__automatic_semicolon] = ACTIONS(5179), + [sym_safe_nav] = ACTIONS(5179), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5179), + }, [1166] = { - [sym__alpha_identifier] = ACTIONS(5175), - [anon_sym_AT] = ACTIONS(5177), - [anon_sym_LBRACK] = ACTIONS(5177), - [anon_sym_as] = ACTIONS(5175), - [anon_sym_EQ] = ACTIONS(5175), - [anon_sym_LBRACE] = ACTIONS(5177), - [anon_sym_RBRACE] = ACTIONS(5177), - [anon_sym_LPAREN] = ACTIONS(5177), - [anon_sym_COMMA] = ACTIONS(5177), - [anon_sym_LT] = ACTIONS(5175), - [anon_sym_GT] = ACTIONS(5175), - [anon_sym_where] = ACTIONS(5175), - [anon_sym_object] = ACTIONS(5175), - [anon_sym_fun] = ACTIONS(5175), - [anon_sym_DOT] = ACTIONS(5175), - [anon_sym_SEMI] = ACTIONS(5177), - [anon_sym_get] = ACTIONS(5175), - [anon_sym_set] = ACTIONS(5175), - [anon_sym_this] = ACTIONS(5175), - [anon_sym_super] = ACTIONS(5175), - [anon_sym_STAR] = ACTIONS(5175), - [sym_label] = ACTIONS(5175), - [anon_sym_in] = ACTIONS(5175), - [anon_sym_DOT_DOT] = ACTIONS(5177), - [anon_sym_QMARK_COLON] = ACTIONS(5177), - [anon_sym_AMP_AMP] = ACTIONS(5177), - [anon_sym_PIPE_PIPE] = ACTIONS(5177), - [anon_sym_null] = ACTIONS(5175), - [anon_sym_if] = ACTIONS(5175), - [anon_sym_else] = ACTIONS(5175), - [anon_sym_when] = ACTIONS(5175), - [anon_sym_try] = ACTIONS(5175), - [anon_sym_throw] = ACTIONS(5175), - [anon_sym_return] = ACTIONS(5175), - [anon_sym_continue] = ACTIONS(5175), - [anon_sym_break] = ACTIONS(5175), - [anon_sym_COLON_COLON] = ACTIONS(5177), - [anon_sym_PLUS_EQ] = ACTIONS(5177), - [anon_sym_DASH_EQ] = ACTIONS(5177), - [anon_sym_STAR_EQ] = ACTIONS(5177), - [anon_sym_SLASH_EQ] = ACTIONS(5177), - [anon_sym_PERCENT_EQ] = ACTIONS(5177), - [anon_sym_BANG_EQ] = ACTIONS(5175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5177), - [anon_sym_EQ_EQ] = ACTIONS(5175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5177), - [anon_sym_LT_EQ] = ACTIONS(5177), - [anon_sym_GT_EQ] = ACTIONS(5177), - [anon_sym_BANGin] = ACTIONS(5177), - [anon_sym_is] = ACTIONS(5175), - [anon_sym_BANGis] = ACTIONS(5177), - [anon_sym_PLUS] = ACTIONS(5175), - [anon_sym_DASH] = ACTIONS(5175), - [anon_sym_SLASH] = ACTIONS(5175), - [anon_sym_PERCENT] = ACTIONS(5175), - [anon_sym_as_QMARK] = ACTIONS(5177), - [anon_sym_PLUS_PLUS] = ACTIONS(5177), - [anon_sym_DASH_DASH] = ACTIONS(5177), - [anon_sym_BANG] = ACTIONS(5175), - [anon_sym_BANG_BANG] = ACTIONS(5177), - [anon_sym_suspend] = ACTIONS(5175), - [anon_sym_sealed] = ACTIONS(5175), - [anon_sym_annotation] = ACTIONS(5175), - [anon_sym_data] = ACTIONS(5175), - [anon_sym_inner] = ACTIONS(5175), - [anon_sym_value] = ACTIONS(5175), - [anon_sym_override] = ACTIONS(5175), - [anon_sym_lateinit] = ACTIONS(5175), - [anon_sym_public] = ACTIONS(5175), - [anon_sym_private] = ACTIONS(5175), - [anon_sym_internal] = ACTIONS(5175), - [anon_sym_protected] = ACTIONS(5175), - [anon_sym_tailrec] = ACTIONS(5175), - [anon_sym_operator] = ACTIONS(5175), - [anon_sym_infix] = ACTIONS(5175), - [anon_sym_inline] = ACTIONS(5175), - [anon_sym_external] = ACTIONS(5175), - [sym_property_modifier] = ACTIONS(5175), - [anon_sym_abstract] = ACTIONS(5175), - [anon_sym_final] = ACTIONS(5175), - [anon_sym_open] = ACTIONS(5175), - [anon_sym_vararg] = ACTIONS(5175), - [anon_sym_noinline] = ACTIONS(5175), - [anon_sym_crossinline] = ACTIONS(5175), - [anon_sym_expect] = ACTIONS(5175), - [anon_sym_actual] = ACTIONS(5175), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5177), - [anon_sym_continue_AT] = ACTIONS(5177), - [anon_sym_break_AT] = ACTIONS(5177), - [anon_sym_this_AT] = ACTIONS(5177), - [anon_sym_super_AT] = ACTIONS(5177), - [sym_real_literal] = ACTIONS(5177), - [sym_integer_literal] = ACTIONS(5175), - [sym_hex_literal] = ACTIONS(5177), - [sym_bin_literal] = ACTIONS(5177), - [anon_sym_true] = ACTIONS(5175), - [anon_sym_false] = ACTIONS(5175), - [anon_sym_SQUOTE] = ACTIONS(5177), - [sym__backtick_identifier] = ACTIONS(5177), - [sym__automatic_semicolon] = ACTIONS(5177), - [sym_safe_nav] = ACTIONS(5177), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5177), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(4202), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(4200), + [anon_sym_object] = ACTIONS(4200), + [anon_sym_fun] = ACTIONS(4200), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_this] = ACTIONS(4200), + [anon_sym_super] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_null] = ACTIONS(4200), + [anon_sym_if] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_when] = ACTIONS(4200), + [anon_sym_try] = ACTIONS(4200), + [anon_sym_throw] = ACTIONS(4200), + [anon_sym_return] = ACTIONS(4200), + [anon_sym_continue] = ACTIONS(4200), + [anon_sym_break] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4202), + [anon_sym_continue_AT] = ACTIONS(4202), + [anon_sym_break_AT] = ACTIONS(4202), + [anon_sym_this_AT] = ACTIONS(4202), + [anon_sym_super_AT] = ACTIONS(4202), + [sym_real_literal] = ACTIONS(4202), + [sym_integer_literal] = ACTIONS(4200), + [sym_hex_literal] = ACTIONS(4202), + [sym_bin_literal] = ACTIONS(4202), + [anon_sym_true] = ACTIONS(4200), + [anon_sym_false] = ACTIONS(4200), + [anon_sym_SQUOTE] = ACTIONS(4202), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4202), }, [1167] = { - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(4465), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(4463), - [anon_sym_object] = ACTIONS(4463), - [anon_sym_fun] = ACTIONS(4463), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_this] = ACTIONS(4463), - [anon_sym_super] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [sym_label] = ACTIONS(4463), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_null] = ACTIONS(4463), - [anon_sym_if] = ACTIONS(4463), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_when] = ACTIONS(4463), - [anon_sym_try] = ACTIONS(4463), - [anon_sym_throw] = ACTIONS(4463), - [anon_sym_return] = ACTIONS(4463), - [anon_sym_continue] = ACTIONS(4463), - [anon_sym_break] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG] = ACTIONS(4463), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_suspend] = ACTIONS(4463), - [anon_sym_sealed] = ACTIONS(4463), - [anon_sym_annotation] = ACTIONS(4463), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_override] = ACTIONS(4463), - [anon_sym_lateinit] = ACTIONS(4463), - [anon_sym_public] = ACTIONS(4463), - [anon_sym_private] = ACTIONS(4463), - [anon_sym_internal] = ACTIONS(4463), - [anon_sym_protected] = ACTIONS(4463), - [anon_sym_tailrec] = ACTIONS(4463), - [anon_sym_operator] = ACTIONS(4463), - [anon_sym_infix] = ACTIONS(4463), - [anon_sym_inline] = ACTIONS(4463), - [anon_sym_external] = ACTIONS(4463), - [sym_property_modifier] = ACTIONS(4463), - [anon_sym_abstract] = ACTIONS(4463), - [anon_sym_final] = ACTIONS(4463), - [anon_sym_open] = ACTIONS(4463), - [anon_sym_vararg] = ACTIONS(4463), - [anon_sym_noinline] = ACTIONS(4463), - [anon_sym_crossinline] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4465), - [anon_sym_continue_AT] = ACTIONS(4465), - [anon_sym_break_AT] = ACTIONS(4465), - [anon_sym_this_AT] = ACTIONS(4465), - [anon_sym_super_AT] = ACTIONS(4465), - [sym_real_literal] = ACTIONS(4465), - [sym_integer_literal] = ACTIONS(4463), - [sym_hex_literal] = ACTIONS(4465), - [sym_bin_literal] = ACTIONS(4465), - [anon_sym_true] = ACTIONS(4463), - [anon_sym_false] = ACTIONS(4463), - [anon_sym_SQUOTE] = ACTIONS(4465), - [sym__backtick_identifier] = ACTIONS(4465), - [sym__automatic_semicolon] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4465), - }, - [1168] = { - [sym__alpha_identifier] = ACTIONS(5179), - [anon_sym_AT] = ACTIONS(5181), - [anon_sym_LBRACK] = ACTIONS(5181), - [anon_sym_as] = ACTIONS(5179), - [anon_sym_EQ] = ACTIONS(5179), - [anon_sym_LBRACE] = ACTIONS(5181), - [anon_sym_RBRACE] = ACTIONS(5181), - [anon_sym_LPAREN] = ACTIONS(5181), - [anon_sym_COMMA] = ACTIONS(5181), - [anon_sym_LT] = ACTIONS(5179), - [anon_sym_GT] = ACTIONS(5179), - [anon_sym_where] = ACTIONS(5179), - [anon_sym_object] = ACTIONS(5179), - [anon_sym_fun] = ACTIONS(5179), - [anon_sym_DOT] = ACTIONS(5179), + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4982), + [anon_sym_DOT] = ACTIONS(3660), [anon_sym_SEMI] = ACTIONS(5181), - [anon_sym_get] = ACTIONS(5179), - [anon_sym_set] = ACTIONS(5179), - [anon_sym_this] = ACTIONS(5179), - [anon_sym_super] = ACTIONS(5179), - [anon_sym_STAR] = ACTIONS(5179), - [sym_label] = ACTIONS(5179), - [anon_sym_in] = ACTIONS(5179), - [anon_sym_DOT_DOT] = ACTIONS(5181), - [anon_sym_QMARK_COLON] = ACTIONS(5181), - [anon_sym_AMP_AMP] = ACTIONS(5181), - [anon_sym_PIPE_PIPE] = ACTIONS(5181), - [anon_sym_null] = ACTIONS(5179), - [anon_sym_if] = ACTIONS(5179), - [anon_sym_else] = ACTIONS(5179), - [anon_sym_when] = ACTIONS(5179), - [anon_sym_try] = ACTIONS(5179), - [anon_sym_throw] = ACTIONS(5179), - [anon_sym_return] = ACTIONS(5179), - [anon_sym_continue] = ACTIONS(5179), - [anon_sym_break] = ACTIONS(5179), - [anon_sym_COLON_COLON] = ACTIONS(5181), - [anon_sym_PLUS_EQ] = ACTIONS(5181), - [anon_sym_DASH_EQ] = ACTIONS(5181), - [anon_sym_STAR_EQ] = ACTIONS(5181), - [anon_sym_SLASH_EQ] = ACTIONS(5181), - [anon_sym_PERCENT_EQ] = ACTIONS(5181), - [anon_sym_BANG_EQ] = ACTIONS(5179), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5181), - [anon_sym_EQ_EQ] = ACTIONS(5179), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5181), - [anon_sym_LT_EQ] = ACTIONS(5181), - [anon_sym_GT_EQ] = ACTIONS(5181), - [anon_sym_BANGin] = ACTIONS(5181), - [anon_sym_is] = ACTIONS(5179), - [anon_sym_BANGis] = ACTIONS(5181), - [anon_sym_PLUS] = ACTIONS(5179), - [anon_sym_DASH] = ACTIONS(5179), - [anon_sym_SLASH] = ACTIONS(5179), - [anon_sym_PERCENT] = ACTIONS(5179), - [anon_sym_as_QMARK] = ACTIONS(5181), - [anon_sym_PLUS_PLUS] = ACTIONS(5181), - [anon_sym_DASH_DASH] = ACTIONS(5181), - [anon_sym_BANG] = ACTIONS(5179), - [anon_sym_BANG_BANG] = ACTIONS(5181), - [anon_sym_suspend] = ACTIONS(5179), - [anon_sym_sealed] = ACTIONS(5179), - [anon_sym_annotation] = ACTIONS(5179), - [anon_sym_data] = ACTIONS(5179), - [anon_sym_inner] = ACTIONS(5179), - [anon_sym_value] = ACTIONS(5179), - [anon_sym_override] = ACTIONS(5179), - [anon_sym_lateinit] = ACTIONS(5179), - [anon_sym_public] = ACTIONS(5179), - [anon_sym_private] = ACTIONS(5179), - [anon_sym_internal] = ACTIONS(5179), - [anon_sym_protected] = ACTIONS(5179), - [anon_sym_tailrec] = ACTIONS(5179), - [anon_sym_operator] = ACTIONS(5179), - [anon_sym_infix] = ACTIONS(5179), - [anon_sym_inline] = ACTIONS(5179), - [anon_sym_external] = ACTIONS(5179), - [sym_property_modifier] = ACTIONS(5179), - [anon_sym_abstract] = ACTIONS(5179), - [anon_sym_final] = ACTIONS(5179), - [anon_sym_open] = ACTIONS(5179), - [anon_sym_vararg] = ACTIONS(5179), - [anon_sym_noinline] = ACTIONS(5179), - [anon_sym_crossinline] = ACTIONS(5179), - [anon_sym_expect] = ACTIONS(5179), - [anon_sym_actual] = ACTIONS(5179), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5181), - [anon_sym_continue_AT] = ACTIONS(5181), - [anon_sym_break_AT] = ACTIONS(5181), - [anon_sym_this_AT] = ACTIONS(5181), - [anon_sym_super_AT] = ACTIONS(5181), - [sym_real_literal] = ACTIONS(5181), - [sym_integer_literal] = ACTIONS(5179), - [sym_hex_literal] = ACTIONS(5181), - [sym_bin_literal] = ACTIONS(5181), - [anon_sym_true] = ACTIONS(5179), - [anon_sym_false] = ACTIONS(5179), - [anon_sym_SQUOTE] = ACTIONS(5181), - [sym__backtick_identifier] = ACTIONS(5181), - [sym__automatic_semicolon] = ACTIONS(5181), - [sym_safe_nav] = ACTIONS(5181), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5181), + [anon_sym_get] = ACTIONS(5153), + [anon_sym_set] = ACTIONS(5155), + [anon_sym_STAR] = ACTIONS(4990), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), }, - [1169] = { + [1168] = { [sym__alpha_identifier] = ACTIONS(5183), [anon_sym_AT] = ACTIONS(5185), [anon_sym_LBRACK] = ACTIONS(5185), @@ -182617,7 +182502,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5185), }, - [1170] = { + [1169] = { [sym__alpha_identifier] = ACTIONS(5187), [anon_sym_AT] = ACTIONS(5189), [anon_sym_LBRACK] = ACTIONS(5189), @@ -182723,219 +182608,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5189), }, - [1171] = { - [sym__alpha_identifier] = ACTIONS(4000), - [anon_sym_AT] = ACTIONS(4002), - [anon_sym_LBRACK] = ACTIONS(4002), - [anon_sym_as] = ACTIONS(4000), - [anon_sym_EQ] = ACTIONS(4000), - [anon_sym_LBRACE] = ACTIONS(4002), - [anon_sym_RBRACE] = ACTIONS(4002), - [anon_sym_LPAREN] = ACTIONS(4002), - [anon_sym_COMMA] = ACTIONS(4002), - [anon_sym_LT] = ACTIONS(4000), - [anon_sym_GT] = ACTIONS(4000), - [anon_sym_where] = ACTIONS(4000), - [anon_sym_object] = ACTIONS(4000), - [anon_sym_fun] = ACTIONS(4000), - [anon_sym_DOT] = ACTIONS(4000), - [anon_sym_SEMI] = ACTIONS(4002), - [anon_sym_get] = ACTIONS(4000), - [anon_sym_set] = ACTIONS(4000), - [anon_sym_this] = ACTIONS(4000), - [anon_sym_super] = ACTIONS(4000), - [anon_sym_STAR] = ACTIONS(4000), - [sym_label] = ACTIONS(4000), - [anon_sym_in] = ACTIONS(4000), - [anon_sym_DOT_DOT] = ACTIONS(4002), - [anon_sym_QMARK_COLON] = ACTIONS(4002), - [anon_sym_AMP_AMP] = ACTIONS(4002), - [anon_sym_PIPE_PIPE] = ACTIONS(4002), - [anon_sym_null] = ACTIONS(4000), - [anon_sym_if] = ACTIONS(4000), - [anon_sym_else] = ACTIONS(4000), - [anon_sym_when] = ACTIONS(4000), - [anon_sym_try] = ACTIONS(4000), - [anon_sym_throw] = ACTIONS(4000), - [anon_sym_return] = ACTIONS(4000), - [anon_sym_continue] = ACTIONS(4000), - [anon_sym_break] = ACTIONS(4000), - [anon_sym_COLON_COLON] = ACTIONS(4002), - [anon_sym_PLUS_EQ] = ACTIONS(4002), - [anon_sym_DASH_EQ] = ACTIONS(4002), - [anon_sym_STAR_EQ] = ACTIONS(4002), - [anon_sym_SLASH_EQ] = ACTIONS(4002), - [anon_sym_PERCENT_EQ] = ACTIONS(4002), - [anon_sym_BANG_EQ] = ACTIONS(4000), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4002), - [anon_sym_EQ_EQ] = ACTIONS(4000), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4002), - [anon_sym_LT_EQ] = ACTIONS(4002), - [anon_sym_GT_EQ] = ACTIONS(4002), - [anon_sym_BANGin] = ACTIONS(4002), - [anon_sym_is] = ACTIONS(4000), - [anon_sym_BANGis] = ACTIONS(4002), - [anon_sym_PLUS] = ACTIONS(4000), - [anon_sym_DASH] = ACTIONS(4000), - [anon_sym_SLASH] = ACTIONS(4000), - [anon_sym_PERCENT] = ACTIONS(4000), - [anon_sym_as_QMARK] = ACTIONS(4002), - [anon_sym_PLUS_PLUS] = ACTIONS(4002), - [anon_sym_DASH_DASH] = ACTIONS(4002), - [anon_sym_BANG] = ACTIONS(4000), - [anon_sym_BANG_BANG] = ACTIONS(4002), - [anon_sym_suspend] = ACTIONS(4000), - [anon_sym_sealed] = ACTIONS(4000), - [anon_sym_annotation] = ACTIONS(4000), - [anon_sym_data] = ACTIONS(4000), - [anon_sym_inner] = ACTIONS(4000), - [anon_sym_value] = ACTIONS(4000), - [anon_sym_override] = ACTIONS(4000), - [anon_sym_lateinit] = ACTIONS(4000), - [anon_sym_public] = ACTIONS(4000), - [anon_sym_private] = ACTIONS(4000), - [anon_sym_internal] = ACTIONS(4000), - [anon_sym_protected] = ACTIONS(4000), - [anon_sym_tailrec] = ACTIONS(4000), - [anon_sym_operator] = ACTIONS(4000), - [anon_sym_infix] = ACTIONS(4000), - [anon_sym_inline] = ACTIONS(4000), - [anon_sym_external] = ACTIONS(4000), - [sym_property_modifier] = ACTIONS(4000), - [anon_sym_abstract] = ACTIONS(4000), - [anon_sym_final] = ACTIONS(4000), - [anon_sym_open] = ACTIONS(4000), - [anon_sym_vararg] = ACTIONS(4000), - [anon_sym_noinline] = ACTIONS(4000), - [anon_sym_crossinline] = ACTIONS(4000), - [anon_sym_expect] = ACTIONS(4000), - [anon_sym_actual] = ACTIONS(4000), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4002), - [anon_sym_continue_AT] = ACTIONS(4002), - [anon_sym_break_AT] = ACTIONS(4002), - [anon_sym_this_AT] = ACTIONS(4002), - [anon_sym_super_AT] = ACTIONS(4002), - [sym_real_literal] = ACTIONS(4002), - [sym_integer_literal] = ACTIONS(4000), - [sym_hex_literal] = ACTIONS(4002), - [sym_bin_literal] = ACTIONS(4002), - [anon_sym_true] = ACTIONS(4000), - [anon_sym_false] = ACTIONS(4000), - [anon_sym_SQUOTE] = ACTIONS(4002), - [sym__backtick_identifier] = ACTIONS(4002), - [sym__automatic_semicolon] = ACTIONS(4002), - [sym_safe_nav] = ACTIONS(4002), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4002), - }, - [1172] = { - [sym__alpha_identifier] = ACTIONS(4493), - [anon_sym_AT] = ACTIONS(4495), - [anon_sym_LBRACK] = ACTIONS(4495), - [anon_sym_as] = ACTIONS(4493), - [anon_sym_EQ] = ACTIONS(4493), - [anon_sym_LBRACE] = ACTIONS(4495), - [anon_sym_RBRACE] = ACTIONS(4495), - [anon_sym_LPAREN] = ACTIONS(4495), - [anon_sym_COMMA] = ACTIONS(4495), - [anon_sym_LT] = ACTIONS(4493), - [anon_sym_GT] = ACTIONS(4493), - [anon_sym_where] = ACTIONS(4493), - [anon_sym_object] = ACTIONS(4493), - [anon_sym_fun] = ACTIONS(4493), - [anon_sym_DOT] = ACTIONS(4493), - [anon_sym_SEMI] = ACTIONS(4495), - [anon_sym_get] = ACTIONS(4493), - [anon_sym_set] = ACTIONS(4493), - [anon_sym_this] = ACTIONS(4493), - [anon_sym_super] = ACTIONS(4493), - [anon_sym_STAR] = ACTIONS(4493), - [sym_label] = ACTIONS(4493), - [anon_sym_in] = ACTIONS(4493), - [anon_sym_DOT_DOT] = ACTIONS(4495), - [anon_sym_QMARK_COLON] = ACTIONS(4495), - [anon_sym_AMP_AMP] = ACTIONS(4495), - [anon_sym_PIPE_PIPE] = ACTIONS(4495), - [anon_sym_null] = ACTIONS(4493), - [anon_sym_if] = ACTIONS(4493), - [anon_sym_else] = ACTIONS(4493), - [anon_sym_when] = ACTIONS(4493), - [anon_sym_try] = ACTIONS(4493), - [anon_sym_throw] = ACTIONS(4493), - [anon_sym_return] = ACTIONS(4493), - [anon_sym_continue] = ACTIONS(4493), - [anon_sym_break] = ACTIONS(4493), - [anon_sym_COLON_COLON] = ACTIONS(4495), - [anon_sym_PLUS_EQ] = ACTIONS(4495), - [anon_sym_DASH_EQ] = ACTIONS(4495), - [anon_sym_STAR_EQ] = ACTIONS(4495), - [anon_sym_SLASH_EQ] = ACTIONS(4495), - [anon_sym_PERCENT_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ] = ACTIONS(4493), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ] = ACTIONS(4493), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), - [anon_sym_LT_EQ] = ACTIONS(4495), - [anon_sym_GT_EQ] = ACTIONS(4495), - [anon_sym_BANGin] = ACTIONS(4495), - [anon_sym_is] = ACTIONS(4493), - [anon_sym_BANGis] = ACTIONS(4495), - [anon_sym_PLUS] = ACTIONS(4493), - [anon_sym_DASH] = ACTIONS(4493), - [anon_sym_SLASH] = ACTIONS(4493), - [anon_sym_PERCENT] = ACTIONS(4493), - [anon_sym_as_QMARK] = ACTIONS(4495), - [anon_sym_PLUS_PLUS] = ACTIONS(4495), - [anon_sym_DASH_DASH] = ACTIONS(4495), - [anon_sym_BANG] = ACTIONS(4493), - [anon_sym_BANG_BANG] = ACTIONS(4495), - [anon_sym_suspend] = ACTIONS(4493), - [anon_sym_sealed] = ACTIONS(4493), - [anon_sym_annotation] = ACTIONS(4493), - [anon_sym_data] = ACTIONS(4493), - [anon_sym_inner] = ACTIONS(4493), - [anon_sym_value] = ACTIONS(4493), - [anon_sym_override] = ACTIONS(4493), - [anon_sym_lateinit] = ACTIONS(4493), - [anon_sym_public] = ACTIONS(4493), - [anon_sym_private] = ACTIONS(4493), - [anon_sym_internal] = ACTIONS(4493), - [anon_sym_protected] = ACTIONS(4493), - [anon_sym_tailrec] = ACTIONS(4493), - [anon_sym_operator] = ACTIONS(4493), - [anon_sym_infix] = ACTIONS(4493), - [anon_sym_inline] = ACTIONS(4493), - [anon_sym_external] = ACTIONS(4493), - [sym_property_modifier] = ACTIONS(4493), - [anon_sym_abstract] = ACTIONS(4493), - [anon_sym_final] = ACTIONS(4493), - [anon_sym_open] = ACTIONS(4493), - [anon_sym_vararg] = ACTIONS(4493), - [anon_sym_noinline] = ACTIONS(4493), - [anon_sym_crossinline] = ACTIONS(4493), - [anon_sym_expect] = ACTIONS(4493), - [anon_sym_actual] = ACTIONS(4493), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4495), - [anon_sym_continue_AT] = ACTIONS(4495), - [anon_sym_break_AT] = ACTIONS(4495), - [anon_sym_this_AT] = ACTIONS(4495), - [anon_sym_super_AT] = ACTIONS(4495), - [sym_real_literal] = ACTIONS(4495), - [sym_integer_literal] = ACTIONS(4493), - [sym_hex_literal] = ACTIONS(4495), - [sym_bin_literal] = ACTIONS(4495), - [anon_sym_true] = ACTIONS(4493), - [anon_sym_false] = ACTIONS(4493), - [anon_sym_SQUOTE] = ACTIONS(4495), - [sym__backtick_identifier] = ACTIONS(4495), - [sym__automatic_semicolon] = ACTIONS(4495), - [sym_safe_nav] = ACTIONS(4495), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4495), - }, - [1173] = { + [1170] = { [sym__alpha_identifier] = ACTIONS(5191), [anon_sym_AT] = ACTIONS(5193), [anon_sym_LBRACK] = ACTIONS(5193), @@ -183041,219 +182714,219 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5193), }, - [1174] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4483), - [anon_sym_super_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), + [1171] = { + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(4214), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(4212), + [anon_sym_object] = ACTIONS(4212), + [anon_sym_fun] = ACTIONS(4212), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_this] = ACTIONS(4212), + [anon_sym_super] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_null] = ACTIONS(4212), + [anon_sym_if] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_when] = ACTIONS(4212), + [anon_sym_try] = ACTIONS(4212), + [anon_sym_throw] = ACTIONS(4212), + [anon_sym_return] = ACTIONS(4212), + [anon_sym_continue] = ACTIONS(4212), + [anon_sym_break] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4214), + [anon_sym_continue_AT] = ACTIONS(4214), + [anon_sym_break_AT] = ACTIONS(4214), + [anon_sym_this_AT] = ACTIONS(4214), + [anon_sym_super_AT] = ACTIONS(4214), + [sym_real_literal] = ACTIONS(4214), + [sym_integer_literal] = ACTIONS(4212), + [sym_hex_literal] = ACTIONS(4214), + [sym_bin_literal] = ACTIONS(4214), + [anon_sym_true] = ACTIONS(4212), + [anon_sym_false] = ACTIONS(4212), + [anon_sym_SQUOTE] = ACTIONS(4214), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4214), }, - [1175] = { - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(3290), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3286), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3286), - [anon_sym_sealed] = ACTIONS(3286), - [anon_sym_annotation] = ACTIONS(3286), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_override] = ACTIONS(3286), - [anon_sym_lateinit] = ACTIONS(3286), - [anon_sym_public] = ACTIONS(3286), - [anon_sym_private] = ACTIONS(3286), - [anon_sym_internal] = ACTIONS(3286), - [anon_sym_protected] = ACTIONS(3286), - [anon_sym_tailrec] = ACTIONS(3286), - [anon_sym_operator] = ACTIONS(3286), - [anon_sym_infix] = ACTIONS(3286), - [anon_sym_inline] = ACTIONS(3286), - [anon_sym_external] = ACTIONS(3286), - [sym_property_modifier] = ACTIONS(3286), - [anon_sym_abstract] = ACTIONS(3286), - [anon_sym_final] = ACTIONS(3286), - [anon_sym_open] = ACTIONS(3286), - [anon_sym_vararg] = ACTIONS(3286), - [anon_sym_noinline] = ACTIONS(3286), - [anon_sym_crossinline] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), + [1172] = { + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(4139), + [anon_sym_LBRACE] = ACTIONS(4141), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(4139), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), }, - [1176] = { + [1173] = { [sym__alpha_identifier] = ACTIONS(5195), [anon_sym_AT] = ACTIONS(5197), [anon_sym_LBRACK] = ACTIONS(5197), @@ -183359,7 +183032,431 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5197), }, + [1174] = { + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(1812), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(1810), + [anon_sym_set] = ACTIONS(1810), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(1810), + [anon_sym_sealed] = ACTIONS(1810), + [anon_sym_annotation] = ACTIONS(1810), + [anon_sym_data] = ACTIONS(1810), + [anon_sym_inner] = ACTIONS(1810), + [anon_sym_value] = ACTIONS(1810), + [anon_sym_override] = ACTIONS(1810), + [anon_sym_lateinit] = ACTIONS(1810), + [anon_sym_public] = ACTIONS(1810), + [anon_sym_private] = ACTIONS(1810), + [anon_sym_internal] = ACTIONS(1810), + [anon_sym_protected] = ACTIONS(1810), + [anon_sym_tailrec] = ACTIONS(1810), + [anon_sym_operator] = ACTIONS(1810), + [anon_sym_infix] = ACTIONS(1810), + [anon_sym_inline] = ACTIONS(1810), + [anon_sym_external] = ACTIONS(1810), + [sym_property_modifier] = ACTIONS(1810), + [anon_sym_abstract] = ACTIONS(1810), + [anon_sym_final] = ACTIONS(1810), + [anon_sym_open] = ACTIONS(1810), + [anon_sym_vararg] = ACTIONS(1810), + [anon_sym_noinline] = ACTIONS(1810), + [anon_sym_crossinline] = ACTIONS(1810), + [anon_sym_expect] = ACTIONS(1810), + [anon_sym_actual] = ACTIONS(1810), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), + }, + [1175] = { + [sym__alpha_identifier] = ACTIONS(4458), + [anon_sym_AT] = ACTIONS(4460), + [anon_sym_LBRACK] = ACTIONS(4460), + [anon_sym_as] = ACTIONS(4458), + [anon_sym_EQ] = ACTIONS(5102), + [anon_sym_LBRACE] = ACTIONS(4460), + [anon_sym_RBRACE] = ACTIONS(4460), + [anon_sym_LPAREN] = ACTIONS(4460), + [anon_sym_COMMA] = ACTIONS(4460), + [anon_sym_LT] = ACTIONS(4458), + [anon_sym_GT] = ACTIONS(4458), + [anon_sym_where] = ACTIONS(4458), + [anon_sym_object] = ACTIONS(4458), + [anon_sym_fun] = ACTIONS(4458), + [anon_sym_DOT] = ACTIONS(4458), + [anon_sym_SEMI] = ACTIONS(4460), + [anon_sym_get] = ACTIONS(4458), + [anon_sym_set] = ACTIONS(4458), + [anon_sym_this] = ACTIONS(4458), + [anon_sym_super] = ACTIONS(4458), + [anon_sym_STAR] = ACTIONS(4458), + [sym_label] = ACTIONS(4458), + [anon_sym_in] = ACTIONS(4458), + [anon_sym_DOT_DOT] = ACTIONS(4460), + [anon_sym_QMARK_COLON] = ACTIONS(4460), + [anon_sym_AMP_AMP] = ACTIONS(4460), + [anon_sym_PIPE_PIPE] = ACTIONS(4460), + [anon_sym_null] = ACTIONS(4458), + [anon_sym_if] = ACTIONS(4458), + [anon_sym_else] = ACTIONS(4458), + [anon_sym_when] = ACTIONS(4458), + [anon_sym_try] = ACTIONS(4458), + [anon_sym_throw] = ACTIONS(4458), + [anon_sym_return] = ACTIONS(4458), + [anon_sym_continue] = ACTIONS(4458), + [anon_sym_break] = ACTIONS(4458), + [anon_sym_COLON_COLON] = ACTIONS(4460), + [anon_sym_PLUS_EQ] = ACTIONS(5104), + [anon_sym_DASH_EQ] = ACTIONS(5104), + [anon_sym_STAR_EQ] = ACTIONS(5104), + [anon_sym_SLASH_EQ] = ACTIONS(5104), + [anon_sym_PERCENT_EQ] = ACTIONS(5104), + [anon_sym_BANG_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4460), + [anon_sym_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4460), + [anon_sym_LT_EQ] = ACTIONS(4460), + [anon_sym_GT_EQ] = ACTIONS(4460), + [anon_sym_BANGin] = ACTIONS(4460), + [anon_sym_is] = ACTIONS(4458), + [anon_sym_BANGis] = ACTIONS(4460), + [anon_sym_PLUS] = ACTIONS(4458), + [anon_sym_DASH] = ACTIONS(4458), + [anon_sym_SLASH] = ACTIONS(4458), + [anon_sym_PERCENT] = ACTIONS(4458), + [anon_sym_as_QMARK] = ACTIONS(4460), + [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(4460), + [anon_sym_BANG] = ACTIONS(4458), + [anon_sym_BANG_BANG] = ACTIONS(4460), + [anon_sym_suspend] = ACTIONS(4458), + [anon_sym_sealed] = ACTIONS(4458), + [anon_sym_annotation] = ACTIONS(4458), + [anon_sym_data] = ACTIONS(4458), + [anon_sym_inner] = ACTIONS(4458), + [anon_sym_value] = ACTIONS(4458), + [anon_sym_override] = ACTIONS(4458), + [anon_sym_lateinit] = ACTIONS(4458), + [anon_sym_public] = ACTIONS(4458), + [anon_sym_private] = ACTIONS(4458), + [anon_sym_internal] = ACTIONS(4458), + [anon_sym_protected] = ACTIONS(4458), + [anon_sym_tailrec] = ACTIONS(4458), + [anon_sym_operator] = ACTIONS(4458), + [anon_sym_infix] = ACTIONS(4458), + [anon_sym_inline] = ACTIONS(4458), + [anon_sym_external] = ACTIONS(4458), + [sym_property_modifier] = ACTIONS(4458), + [anon_sym_abstract] = ACTIONS(4458), + [anon_sym_final] = ACTIONS(4458), + [anon_sym_open] = ACTIONS(4458), + [anon_sym_vararg] = ACTIONS(4458), + [anon_sym_noinline] = ACTIONS(4458), + [anon_sym_crossinline] = ACTIONS(4458), + [anon_sym_expect] = ACTIONS(4458), + [anon_sym_actual] = ACTIONS(4458), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4460), + [anon_sym_continue_AT] = ACTIONS(4460), + [anon_sym_break_AT] = ACTIONS(4460), + [anon_sym_this_AT] = ACTIONS(4460), + [anon_sym_super_AT] = ACTIONS(4460), + [sym_real_literal] = ACTIONS(4460), + [sym_integer_literal] = ACTIONS(4458), + [sym_hex_literal] = ACTIONS(4460), + [sym_bin_literal] = ACTIONS(4460), + [anon_sym_true] = ACTIONS(4458), + [anon_sym_false] = ACTIONS(4458), + [anon_sym_SQUOTE] = ACTIONS(4460), + [sym__backtick_identifier] = ACTIONS(4460), + [sym__automatic_semicolon] = ACTIONS(4460), + [sym_safe_nav] = ACTIONS(4460), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4460), + }, + [1176] = { + [sym__alpha_identifier] = ACTIONS(4343), + [anon_sym_AT] = ACTIONS(4345), + [anon_sym_LBRACK] = ACTIONS(4345), + [anon_sym_as] = ACTIONS(4343), + [anon_sym_EQ] = ACTIONS(5177), + [anon_sym_LBRACE] = ACTIONS(4345), + [anon_sym_RBRACE] = ACTIONS(4345), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_COMMA] = ACTIONS(4345), + [anon_sym_LT] = ACTIONS(4343), + [anon_sym_GT] = ACTIONS(4343), + [anon_sym_where] = ACTIONS(4343), + [anon_sym_object] = ACTIONS(4343), + [anon_sym_fun] = ACTIONS(4343), + [anon_sym_DOT] = ACTIONS(4343), + [anon_sym_SEMI] = ACTIONS(4345), + [anon_sym_get] = ACTIONS(4343), + [anon_sym_set] = ACTIONS(4343), + [anon_sym_this] = ACTIONS(4343), + [anon_sym_super] = ACTIONS(4343), + [anon_sym_STAR] = ACTIONS(4343), + [sym_label] = ACTIONS(4343), + [anon_sym_in] = ACTIONS(4343), + [anon_sym_DOT_DOT] = ACTIONS(4345), + [anon_sym_QMARK_COLON] = ACTIONS(4345), + [anon_sym_AMP_AMP] = ACTIONS(4345), + [anon_sym_PIPE_PIPE] = ACTIONS(4345), + [anon_sym_null] = ACTIONS(4343), + [anon_sym_if] = ACTIONS(4343), + [anon_sym_else] = ACTIONS(4343), + [anon_sym_when] = ACTIONS(4343), + [anon_sym_try] = ACTIONS(4343), + [anon_sym_throw] = ACTIONS(4343), + [anon_sym_return] = ACTIONS(4343), + [anon_sym_continue] = ACTIONS(4343), + [anon_sym_break] = ACTIONS(4343), + [anon_sym_COLON_COLON] = ACTIONS(4345), + [anon_sym_PLUS_EQ] = ACTIONS(5179), + [anon_sym_DASH_EQ] = ACTIONS(5179), + [anon_sym_STAR_EQ] = ACTIONS(5179), + [anon_sym_SLASH_EQ] = ACTIONS(5179), + [anon_sym_PERCENT_EQ] = ACTIONS(5179), + [anon_sym_BANG_EQ] = ACTIONS(4343), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4345), + [anon_sym_EQ_EQ] = ACTIONS(4343), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4345), + [anon_sym_LT_EQ] = ACTIONS(4345), + [anon_sym_GT_EQ] = ACTIONS(4345), + [anon_sym_BANGin] = ACTIONS(4345), + [anon_sym_is] = ACTIONS(4343), + [anon_sym_BANGis] = ACTIONS(4345), + [anon_sym_PLUS] = ACTIONS(4343), + [anon_sym_DASH] = ACTIONS(4343), + [anon_sym_SLASH] = ACTIONS(4343), + [anon_sym_PERCENT] = ACTIONS(4343), + [anon_sym_as_QMARK] = ACTIONS(4345), + [anon_sym_PLUS_PLUS] = ACTIONS(4345), + [anon_sym_DASH_DASH] = ACTIONS(4345), + [anon_sym_BANG] = ACTIONS(4343), + [anon_sym_BANG_BANG] = ACTIONS(4345), + [anon_sym_suspend] = ACTIONS(4343), + [anon_sym_sealed] = ACTIONS(4343), + [anon_sym_annotation] = ACTIONS(4343), + [anon_sym_data] = ACTIONS(4343), + [anon_sym_inner] = ACTIONS(4343), + [anon_sym_value] = ACTIONS(4343), + [anon_sym_override] = ACTIONS(4343), + [anon_sym_lateinit] = ACTIONS(4343), + [anon_sym_public] = ACTIONS(4343), + [anon_sym_private] = ACTIONS(4343), + [anon_sym_internal] = ACTIONS(4343), + [anon_sym_protected] = ACTIONS(4343), + [anon_sym_tailrec] = ACTIONS(4343), + [anon_sym_operator] = ACTIONS(4343), + [anon_sym_infix] = ACTIONS(4343), + [anon_sym_inline] = ACTIONS(4343), + [anon_sym_external] = ACTIONS(4343), + [sym_property_modifier] = ACTIONS(4343), + [anon_sym_abstract] = ACTIONS(4343), + [anon_sym_final] = ACTIONS(4343), + [anon_sym_open] = ACTIONS(4343), + [anon_sym_vararg] = ACTIONS(4343), + [anon_sym_noinline] = ACTIONS(4343), + [anon_sym_crossinline] = ACTIONS(4343), + [anon_sym_expect] = ACTIONS(4343), + [anon_sym_actual] = ACTIONS(4343), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4345), + [anon_sym_continue_AT] = ACTIONS(4345), + [anon_sym_break_AT] = ACTIONS(4345), + [anon_sym_this_AT] = ACTIONS(4345), + [anon_sym_super_AT] = ACTIONS(4345), + [sym_real_literal] = ACTIONS(4345), + [sym_integer_literal] = ACTIONS(4343), + [sym_hex_literal] = ACTIONS(4345), + [sym_bin_literal] = ACTIONS(4345), + [anon_sym_true] = ACTIONS(4343), + [anon_sym_false] = ACTIONS(4343), + [anon_sym_SQUOTE] = ACTIONS(4345), + [sym__backtick_identifier] = ACTIONS(4345), + [sym__automatic_semicolon] = ACTIONS(4345), + [sym_safe_nav] = ACTIONS(4345), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4345), + }, [1177] = { + [sym__alpha_identifier] = ACTIONS(4458), + [anon_sym_AT] = ACTIONS(4460), + [anon_sym_LBRACK] = ACTIONS(4460), + [anon_sym_as] = ACTIONS(4458), + [anon_sym_EQ] = ACTIONS(4458), + [anon_sym_LBRACE] = ACTIONS(4460), + [anon_sym_RBRACE] = ACTIONS(4460), + [anon_sym_LPAREN] = ACTIONS(4460), + [anon_sym_COMMA] = ACTIONS(4460), + [anon_sym_LT] = ACTIONS(4458), + [anon_sym_GT] = ACTIONS(4458), + [anon_sym_where] = ACTIONS(4458), + [anon_sym_object] = ACTIONS(4458), + [anon_sym_fun] = ACTIONS(4458), + [anon_sym_DOT] = ACTIONS(4458), + [anon_sym_SEMI] = ACTIONS(4460), + [anon_sym_get] = ACTIONS(4458), + [anon_sym_set] = ACTIONS(4458), + [anon_sym_this] = ACTIONS(4458), + [anon_sym_super] = ACTIONS(4458), + [anon_sym_STAR] = ACTIONS(4458), + [sym_label] = ACTIONS(4458), + [anon_sym_in] = ACTIONS(4458), + [anon_sym_DOT_DOT] = ACTIONS(4460), + [anon_sym_QMARK_COLON] = ACTIONS(4460), + [anon_sym_AMP_AMP] = ACTIONS(4460), + [anon_sym_PIPE_PIPE] = ACTIONS(4460), + [anon_sym_null] = ACTIONS(4458), + [anon_sym_if] = ACTIONS(4458), + [anon_sym_else] = ACTIONS(4458), + [anon_sym_when] = ACTIONS(4458), + [anon_sym_try] = ACTIONS(4458), + [anon_sym_throw] = ACTIONS(4458), + [anon_sym_return] = ACTIONS(4458), + [anon_sym_continue] = ACTIONS(4458), + [anon_sym_break] = ACTIONS(4458), + [anon_sym_COLON_COLON] = ACTIONS(4460), + [anon_sym_PLUS_EQ] = ACTIONS(4460), + [anon_sym_DASH_EQ] = ACTIONS(4460), + [anon_sym_STAR_EQ] = ACTIONS(4460), + [anon_sym_SLASH_EQ] = ACTIONS(4460), + [anon_sym_PERCENT_EQ] = ACTIONS(4460), + [anon_sym_BANG_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4460), + [anon_sym_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4460), + [anon_sym_LT_EQ] = ACTIONS(4460), + [anon_sym_GT_EQ] = ACTIONS(4460), + [anon_sym_BANGin] = ACTIONS(4460), + [anon_sym_is] = ACTIONS(4458), + [anon_sym_BANGis] = ACTIONS(4460), + [anon_sym_PLUS] = ACTIONS(4458), + [anon_sym_DASH] = ACTIONS(4458), + [anon_sym_SLASH] = ACTIONS(4458), + [anon_sym_PERCENT] = ACTIONS(4458), + [anon_sym_as_QMARK] = ACTIONS(4460), + [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(4460), + [anon_sym_BANG] = ACTIONS(4458), + [anon_sym_BANG_BANG] = ACTIONS(4460), + [anon_sym_suspend] = ACTIONS(4458), + [anon_sym_sealed] = ACTIONS(4458), + [anon_sym_annotation] = ACTIONS(4458), + [anon_sym_data] = ACTIONS(4458), + [anon_sym_inner] = ACTIONS(4458), + [anon_sym_value] = ACTIONS(4458), + [anon_sym_override] = ACTIONS(4458), + [anon_sym_lateinit] = ACTIONS(4458), + [anon_sym_public] = ACTIONS(4458), + [anon_sym_private] = ACTIONS(4458), + [anon_sym_internal] = ACTIONS(4458), + [anon_sym_protected] = ACTIONS(4458), + [anon_sym_tailrec] = ACTIONS(4458), + [anon_sym_operator] = ACTIONS(4458), + [anon_sym_infix] = ACTIONS(4458), + [anon_sym_inline] = ACTIONS(4458), + [anon_sym_external] = ACTIONS(4458), + [sym_property_modifier] = ACTIONS(4458), + [anon_sym_abstract] = ACTIONS(4458), + [anon_sym_final] = ACTIONS(4458), + [anon_sym_open] = ACTIONS(4458), + [anon_sym_vararg] = ACTIONS(4458), + [anon_sym_noinline] = ACTIONS(4458), + [anon_sym_crossinline] = ACTIONS(4458), + [anon_sym_expect] = ACTIONS(4458), + [anon_sym_actual] = ACTIONS(4458), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4460), + [anon_sym_continue_AT] = ACTIONS(4460), + [anon_sym_break_AT] = ACTIONS(4460), + [anon_sym_this_AT] = ACTIONS(4460), + [anon_sym_super_AT] = ACTIONS(4460), + [sym_real_literal] = ACTIONS(4460), + [sym_integer_literal] = ACTIONS(4458), + [sym_hex_literal] = ACTIONS(4460), + [sym_bin_literal] = ACTIONS(4460), + [anon_sym_true] = ACTIONS(4458), + [anon_sym_false] = ACTIONS(4458), + [anon_sym_SQUOTE] = ACTIONS(4460), + [sym__backtick_identifier] = ACTIONS(4460), + [sym__automatic_semicolon] = ACTIONS(4460), + [sym_safe_nav] = ACTIONS(4460), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4460), + }, + [1178] = { [sym__alpha_identifier] = ACTIONS(5199), [anon_sym_AT] = ACTIONS(5201), [anon_sym_LBRACK] = ACTIONS(5201), @@ -183465,431 +183562,643 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5201), }, - [1178] = { - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(5203), - [anon_sym_get] = ACTIONS(5113), - [anon_sym_set] = ACTIONS(5115), - [anon_sym_STAR] = ACTIONS(4986), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), + [1179] = { + [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_value] = 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), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(3682), + [anon_sym_return_AT] = ACTIONS(4479), + [anon_sym_continue_AT] = ACTIONS(4479), + [anon_sym_break_AT] = ACTIONS(4479), + [anon_sym_this_AT] = ACTIONS(4479), + [anon_sym_super_AT] = ACTIONS(4479), + [sym_real_literal] = ACTIONS(4479), + [sym_integer_literal] = ACTIONS(4477), + [sym_hex_literal] = ACTIONS(4479), + [sym_bin_literal] = ACTIONS(4479), + [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), - }, - [1179] = { - [sym__alpha_identifier] = ACTIONS(4451), - [anon_sym_AT] = ACTIONS(4453), - [anon_sym_LBRACK] = ACTIONS(4453), - [anon_sym_as] = ACTIONS(4451), - [anon_sym_EQ] = ACTIONS(5020), - [anon_sym_LBRACE] = ACTIONS(4453), - [anon_sym_RBRACE] = ACTIONS(4453), - [anon_sym_LPAREN] = ACTIONS(4453), - [anon_sym_COMMA] = ACTIONS(4453), - [anon_sym_LT] = ACTIONS(4451), - [anon_sym_GT] = ACTIONS(4451), - [anon_sym_where] = ACTIONS(4451), - [anon_sym_object] = ACTIONS(4451), - [anon_sym_fun] = ACTIONS(4451), - [anon_sym_DOT] = ACTIONS(4451), - [anon_sym_SEMI] = ACTIONS(4453), - [anon_sym_get] = ACTIONS(4451), - [anon_sym_set] = ACTIONS(4451), - [anon_sym_this] = ACTIONS(4451), - [anon_sym_super] = ACTIONS(4451), - [anon_sym_STAR] = ACTIONS(4451), - [sym_label] = ACTIONS(4451), - [anon_sym_in] = ACTIONS(4451), - [anon_sym_DOT_DOT] = ACTIONS(4453), - [anon_sym_QMARK_COLON] = ACTIONS(4453), - [anon_sym_AMP_AMP] = ACTIONS(4453), - [anon_sym_PIPE_PIPE] = ACTIONS(4453), - [anon_sym_null] = ACTIONS(4451), - [anon_sym_if] = ACTIONS(4451), - [anon_sym_else] = ACTIONS(4451), - [anon_sym_when] = ACTIONS(4451), - [anon_sym_try] = ACTIONS(4451), - [anon_sym_throw] = ACTIONS(4451), - [anon_sym_return] = ACTIONS(4451), - [anon_sym_continue] = ACTIONS(4451), - [anon_sym_break] = ACTIONS(4451), - [anon_sym_COLON_COLON] = ACTIONS(4453), - [anon_sym_PLUS_EQ] = ACTIONS(5022), - [anon_sym_DASH_EQ] = ACTIONS(5022), - [anon_sym_STAR_EQ] = ACTIONS(5022), - [anon_sym_SLASH_EQ] = ACTIONS(5022), - [anon_sym_PERCENT_EQ] = ACTIONS(5022), - [anon_sym_BANG_EQ] = ACTIONS(4451), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4453), - [anon_sym_EQ_EQ] = ACTIONS(4451), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4453), - [anon_sym_LT_EQ] = ACTIONS(4453), - [anon_sym_GT_EQ] = ACTIONS(4453), - [anon_sym_BANGin] = ACTIONS(4453), - [anon_sym_is] = ACTIONS(4451), - [anon_sym_BANGis] = ACTIONS(4453), - [anon_sym_PLUS] = ACTIONS(4451), - [anon_sym_DASH] = ACTIONS(4451), - [anon_sym_SLASH] = ACTIONS(4451), - [anon_sym_PERCENT] = ACTIONS(4451), - [anon_sym_as_QMARK] = ACTIONS(4453), - [anon_sym_PLUS_PLUS] = ACTIONS(4453), - [anon_sym_DASH_DASH] = ACTIONS(4453), - [anon_sym_BANG] = ACTIONS(4451), - [anon_sym_BANG_BANG] = ACTIONS(4453), - [anon_sym_suspend] = ACTIONS(4451), - [anon_sym_sealed] = ACTIONS(4451), - [anon_sym_annotation] = ACTIONS(4451), - [anon_sym_data] = ACTIONS(4451), - [anon_sym_inner] = ACTIONS(4451), - [anon_sym_value] = ACTIONS(4451), - [anon_sym_override] = ACTIONS(4451), - [anon_sym_lateinit] = ACTIONS(4451), - [anon_sym_public] = ACTIONS(4451), - [anon_sym_private] = ACTIONS(4451), - [anon_sym_internal] = ACTIONS(4451), - [anon_sym_protected] = ACTIONS(4451), - [anon_sym_tailrec] = ACTIONS(4451), - [anon_sym_operator] = ACTIONS(4451), - [anon_sym_infix] = ACTIONS(4451), - [anon_sym_inline] = ACTIONS(4451), - [anon_sym_external] = ACTIONS(4451), - [sym_property_modifier] = ACTIONS(4451), - [anon_sym_abstract] = ACTIONS(4451), - [anon_sym_final] = ACTIONS(4451), - [anon_sym_open] = ACTIONS(4451), - [anon_sym_vararg] = ACTIONS(4451), - [anon_sym_noinline] = ACTIONS(4451), - [anon_sym_crossinline] = ACTIONS(4451), - [anon_sym_expect] = ACTIONS(4451), - [anon_sym_actual] = ACTIONS(4451), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4453), - [anon_sym_continue_AT] = ACTIONS(4453), - [anon_sym_break_AT] = ACTIONS(4453), - [anon_sym_this_AT] = ACTIONS(4453), - [anon_sym_super_AT] = ACTIONS(4453), - [sym_real_literal] = ACTIONS(4453), - [sym_integer_literal] = ACTIONS(4451), - [sym_hex_literal] = ACTIONS(4453), - [sym_bin_literal] = ACTIONS(4453), - [anon_sym_true] = ACTIONS(4451), - [anon_sym_false] = ACTIONS(4451), - [anon_sym_SQUOTE] = ACTIONS(4453), - [sym__backtick_identifier] = ACTIONS(4453), - [sym__automatic_semicolon] = ACTIONS(4453), - [sym_safe_nav] = ACTIONS(4453), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4453), + [sym__string_start] = ACTIONS(4479), }, [1180] = { - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(4329), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(4327), - [anon_sym_object] = ACTIONS(4327), - [anon_sym_fun] = ACTIONS(4327), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_this] = ACTIONS(4327), - [anon_sym_super] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [sym_label] = ACTIONS(4327), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_null] = ACTIONS(4327), - [anon_sym_if] = ACTIONS(4327), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_when] = ACTIONS(4327), - [anon_sym_try] = ACTIONS(4327), - [anon_sym_throw] = ACTIONS(4327), - [anon_sym_return] = ACTIONS(4327), - [anon_sym_continue] = ACTIONS(4327), - [anon_sym_break] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG] = ACTIONS(4327), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4329), - [anon_sym_continue_AT] = ACTIONS(4329), - [anon_sym_break_AT] = ACTIONS(4329), - [anon_sym_this_AT] = ACTIONS(4329), - [anon_sym_super_AT] = ACTIONS(4329), - [sym_real_literal] = ACTIONS(4329), - [sym_integer_literal] = ACTIONS(4327), - [sym_hex_literal] = ACTIONS(4329), - [sym_bin_literal] = ACTIONS(4329), - [anon_sym_true] = ACTIONS(4327), - [anon_sym_false] = ACTIONS(4327), - [anon_sym_SQUOTE] = ACTIONS(4329), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4329), + [sym__alpha_identifier] = ACTIONS(4343), + [anon_sym_AT] = ACTIONS(4345), + [anon_sym_LBRACK] = ACTIONS(4345), + [anon_sym_as] = ACTIONS(4343), + [anon_sym_EQ] = ACTIONS(4343), + [anon_sym_LBRACE] = ACTIONS(4345), + [anon_sym_RBRACE] = ACTIONS(4345), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_COMMA] = ACTIONS(4345), + [anon_sym_LT] = ACTIONS(4343), + [anon_sym_GT] = ACTIONS(4343), + [anon_sym_where] = ACTIONS(4343), + [anon_sym_object] = ACTIONS(4343), + [anon_sym_fun] = ACTIONS(4343), + [anon_sym_DOT] = ACTIONS(4343), + [anon_sym_SEMI] = ACTIONS(4345), + [anon_sym_get] = ACTIONS(4343), + [anon_sym_set] = ACTIONS(4343), + [anon_sym_this] = ACTIONS(4343), + [anon_sym_super] = ACTIONS(4343), + [anon_sym_STAR] = ACTIONS(4343), + [sym_label] = ACTIONS(4343), + [anon_sym_in] = ACTIONS(4343), + [anon_sym_DOT_DOT] = ACTIONS(4345), + [anon_sym_QMARK_COLON] = ACTIONS(4345), + [anon_sym_AMP_AMP] = ACTIONS(4345), + [anon_sym_PIPE_PIPE] = ACTIONS(4345), + [anon_sym_null] = ACTIONS(4343), + [anon_sym_if] = ACTIONS(4343), + [anon_sym_else] = ACTIONS(4343), + [anon_sym_when] = ACTIONS(4343), + [anon_sym_try] = ACTIONS(4343), + [anon_sym_throw] = ACTIONS(4343), + [anon_sym_return] = ACTIONS(4343), + [anon_sym_continue] = ACTIONS(4343), + [anon_sym_break] = ACTIONS(4343), + [anon_sym_COLON_COLON] = ACTIONS(4345), + [anon_sym_PLUS_EQ] = ACTIONS(4345), + [anon_sym_DASH_EQ] = ACTIONS(4345), + [anon_sym_STAR_EQ] = ACTIONS(4345), + [anon_sym_SLASH_EQ] = ACTIONS(4345), + [anon_sym_PERCENT_EQ] = ACTIONS(4345), + [anon_sym_BANG_EQ] = ACTIONS(4343), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4345), + [anon_sym_EQ_EQ] = ACTIONS(4343), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4345), + [anon_sym_LT_EQ] = ACTIONS(4345), + [anon_sym_GT_EQ] = ACTIONS(4345), + [anon_sym_BANGin] = ACTIONS(4345), + [anon_sym_is] = ACTIONS(4343), + [anon_sym_BANGis] = ACTIONS(4345), + [anon_sym_PLUS] = ACTIONS(4343), + [anon_sym_DASH] = ACTIONS(4343), + [anon_sym_SLASH] = ACTIONS(4343), + [anon_sym_PERCENT] = ACTIONS(4343), + [anon_sym_as_QMARK] = ACTIONS(4345), + [anon_sym_PLUS_PLUS] = ACTIONS(4345), + [anon_sym_DASH_DASH] = ACTIONS(4345), + [anon_sym_BANG] = ACTIONS(4343), + [anon_sym_BANG_BANG] = ACTIONS(4345), + [anon_sym_suspend] = ACTIONS(4343), + [anon_sym_sealed] = ACTIONS(4343), + [anon_sym_annotation] = ACTIONS(4343), + [anon_sym_data] = ACTIONS(4343), + [anon_sym_inner] = ACTIONS(4343), + [anon_sym_value] = ACTIONS(4343), + [anon_sym_override] = ACTIONS(4343), + [anon_sym_lateinit] = ACTIONS(4343), + [anon_sym_public] = ACTIONS(4343), + [anon_sym_private] = ACTIONS(4343), + [anon_sym_internal] = ACTIONS(4343), + [anon_sym_protected] = ACTIONS(4343), + [anon_sym_tailrec] = ACTIONS(4343), + [anon_sym_operator] = ACTIONS(4343), + [anon_sym_infix] = ACTIONS(4343), + [anon_sym_inline] = ACTIONS(4343), + [anon_sym_external] = ACTIONS(4343), + [sym_property_modifier] = ACTIONS(4343), + [anon_sym_abstract] = ACTIONS(4343), + [anon_sym_final] = ACTIONS(4343), + [anon_sym_open] = ACTIONS(4343), + [anon_sym_vararg] = ACTIONS(4343), + [anon_sym_noinline] = ACTIONS(4343), + [anon_sym_crossinline] = ACTIONS(4343), + [anon_sym_expect] = ACTIONS(4343), + [anon_sym_actual] = ACTIONS(4343), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4345), + [anon_sym_continue_AT] = ACTIONS(4345), + [anon_sym_break_AT] = ACTIONS(4345), + [anon_sym_this_AT] = ACTIONS(4345), + [anon_sym_super_AT] = ACTIONS(4345), + [sym_real_literal] = ACTIONS(4345), + [sym_integer_literal] = ACTIONS(4343), + [sym_hex_literal] = ACTIONS(4345), + [sym_bin_literal] = ACTIONS(4345), + [anon_sym_true] = ACTIONS(4343), + [anon_sym_false] = ACTIONS(4343), + [anon_sym_SQUOTE] = ACTIONS(4345), + [sym__backtick_identifier] = ACTIONS(4345), + [sym__automatic_semicolon] = ACTIONS(4345), + [sym_safe_nav] = ACTIONS(4345), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4345), }, [1181] = { - [sym__alpha_identifier] = ACTIONS(5205), - [anon_sym_AT] = ACTIONS(5207), - [anon_sym_LBRACK] = ACTIONS(5207), - [anon_sym_as] = ACTIONS(5205), - [anon_sym_EQ] = ACTIONS(5205), - [anon_sym_LBRACE] = ACTIONS(5207), - [anon_sym_RBRACE] = ACTIONS(5207), - [anon_sym_LPAREN] = ACTIONS(5207), - [anon_sym_COMMA] = ACTIONS(5207), - [anon_sym_LT] = ACTIONS(5205), - [anon_sym_GT] = ACTIONS(5205), - [anon_sym_where] = ACTIONS(5205), - [anon_sym_object] = ACTIONS(5205), - [anon_sym_fun] = ACTIONS(5205), - [anon_sym_DOT] = ACTIONS(5205), - [anon_sym_SEMI] = ACTIONS(5207), - [anon_sym_get] = ACTIONS(5205), - [anon_sym_set] = ACTIONS(5205), - [anon_sym_this] = ACTIONS(5205), - [anon_sym_super] = ACTIONS(5205), - [anon_sym_STAR] = ACTIONS(5205), - [sym_label] = ACTIONS(5205), - [anon_sym_in] = ACTIONS(5205), - [anon_sym_DOT_DOT] = ACTIONS(5207), - [anon_sym_QMARK_COLON] = ACTIONS(5207), - [anon_sym_AMP_AMP] = ACTIONS(5207), - [anon_sym_PIPE_PIPE] = ACTIONS(5207), - [anon_sym_null] = ACTIONS(5205), - [anon_sym_if] = ACTIONS(5205), - [anon_sym_else] = ACTIONS(5205), - [anon_sym_when] = ACTIONS(5205), - [anon_sym_try] = ACTIONS(5205), - [anon_sym_throw] = ACTIONS(5205), - [anon_sym_return] = ACTIONS(5205), - [anon_sym_continue] = ACTIONS(5205), - [anon_sym_break] = ACTIONS(5205), - [anon_sym_COLON_COLON] = ACTIONS(5207), - [anon_sym_PLUS_EQ] = ACTIONS(5207), - [anon_sym_DASH_EQ] = ACTIONS(5207), - [anon_sym_STAR_EQ] = ACTIONS(5207), - [anon_sym_SLASH_EQ] = ACTIONS(5207), - [anon_sym_PERCENT_EQ] = ACTIONS(5207), - [anon_sym_BANG_EQ] = ACTIONS(5205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5207), - [anon_sym_EQ_EQ] = ACTIONS(5205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5207), - [anon_sym_LT_EQ] = ACTIONS(5207), - [anon_sym_GT_EQ] = ACTIONS(5207), - [anon_sym_BANGin] = ACTIONS(5207), - [anon_sym_is] = ACTIONS(5205), - [anon_sym_BANGis] = ACTIONS(5207), - [anon_sym_PLUS] = ACTIONS(5205), - [anon_sym_DASH] = ACTIONS(5205), - [anon_sym_SLASH] = ACTIONS(5205), - [anon_sym_PERCENT] = ACTIONS(5205), - [anon_sym_as_QMARK] = ACTIONS(5207), - [anon_sym_PLUS_PLUS] = ACTIONS(5207), - [anon_sym_DASH_DASH] = ACTIONS(5207), - [anon_sym_BANG] = ACTIONS(5205), - [anon_sym_BANG_BANG] = ACTIONS(5207), - [anon_sym_suspend] = ACTIONS(5205), - [anon_sym_sealed] = ACTIONS(5205), - [anon_sym_annotation] = ACTIONS(5205), - [anon_sym_data] = ACTIONS(5205), - [anon_sym_inner] = ACTIONS(5205), - [anon_sym_value] = ACTIONS(5205), - [anon_sym_override] = ACTIONS(5205), - [anon_sym_lateinit] = ACTIONS(5205), - [anon_sym_public] = ACTIONS(5205), - [anon_sym_private] = ACTIONS(5205), - [anon_sym_internal] = ACTIONS(5205), - [anon_sym_protected] = ACTIONS(5205), - [anon_sym_tailrec] = ACTIONS(5205), - [anon_sym_operator] = ACTIONS(5205), - [anon_sym_infix] = ACTIONS(5205), - [anon_sym_inline] = ACTIONS(5205), - [anon_sym_external] = ACTIONS(5205), - [sym_property_modifier] = ACTIONS(5205), - [anon_sym_abstract] = ACTIONS(5205), - [anon_sym_final] = ACTIONS(5205), - [anon_sym_open] = ACTIONS(5205), - [anon_sym_vararg] = ACTIONS(5205), - [anon_sym_noinline] = ACTIONS(5205), - [anon_sym_crossinline] = ACTIONS(5205), - [anon_sym_expect] = ACTIONS(5205), - [anon_sym_actual] = ACTIONS(5205), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5207), - [anon_sym_continue_AT] = ACTIONS(5207), - [anon_sym_break_AT] = ACTIONS(5207), - [anon_sym_this_AT] = ACTIONS(5207), - [anon_sym_super_AT] = ACTIONS(5207), - [sym_real_literal] = ACTIONS(5207), - [sym_integer_literal] = ACTIONS(5205), - [sym_hex_literal] = ACTIONS(5207), - [sym_bin_literal] = ACTIONS(5207), - [anon_sym_true] = ACTIONS(5205), - [anon_sym_false] = ACTIONS(5205), - [anon_sym_SQUOTE] = ACTIONS(5207), - [sym__backtick_identifier] = ACTIONS(5207), - [sym__automatic_semicolon] = ACTIONS(5207), - [sym_safe_nav] = ACTIONS(5207), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5207), + [sym__alpha_identifier] = ACTIONS(5203), + [anon_sym_AT] = ACTIONS(5205), + [anon_sym_LBRACK] = ACTIONS(5205), + [anon_sym_as] = ACTIONS(5203), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(5205), + [anon_sym_RBRACE] = ACTIONS(5205), + [anon_sym_LPAREN] = ACTIONS(5205), + [anon_sym_COMMA] = ACTIONS(5205), + [anon_sym_LT] = ACTIONS(5203), + [anon_sym_GT] = ACTIONS(5203), + [anon_sym_where] = ACTIONS(5203), + [anon_sym_object] = ACTIONS(5203), + [anon_sym_fun] = ACTIONS(5203), + [anon_sym_DOT] = ACTIONS(5203), + [anon_sym_SEMI] = ACTIONS(5205), + [anon_sym_get] = ACTIONS(5203), + [anon_sym_set] = ACTIONS(5203), + [anon_sym_this] = ACTIONS(5203), + [anon_sym_super] = ACTIONS(5203), + [anon_sym_STAR] = ACTIONS(5203), + [sym_label] = ACTIONS(5203), + [anon_sym_in] = ACTIONS(5203), + [anon_sym_DOT_DOT] = ACTIONS(5205), + [anon_sym_QMARK_COLON] = ACTIONS(5205), + [anon_sym_AMP_AMP] = ACTIONS(5205), + [anon_sym_PIPE_PIPE] = ACTIONS(5205), + [anon_sym_null] = ACTIONS(5203), + [anon_sym_if] = ACTIONS(5203), + [anon_sym_else] = ACTIONS(5203), + [anon_sym_when] = ACTIONS(5203), + [anon_sym_try] = ACTIONS(5203), + [anon_sym_throw] = ACTIONS(5203), + [anon_sym_return] = ACTIONS(5203), + [anon_sym_continue] = ACTIONS(5203), + [anon_sym_break] = ACTIONS(5203), + [anon_sym_COLON_COLON] = ACTIONS(5205), + [anon_sym_PLUS_EQ] = ACTIONS(5205), + [anon_sym_DASH_EQ] = ACTIONS(5205), + [anon_sym_STAR_EQ] = ACTIONS(5205), + [anon_sym_SLASH_EQ] = ACTIONS(5205), + [anon_sym_PERCENT_EQ] = ACTIONS(5205), + [anon_sym_BANG_EQ] = ACTIONS(5203), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5205), + [anon_sym_EQ_EQ] = ACTIONS(5203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5205), + [anon_sym_LT_EQ] = ACTIONS(5205), + [anon_sym_GT_EQ] = ACTIONS(5205), + [anon_sym_BANGin] = ACTIONS(5205), + [anon_sym_is] = ACTIONS(5203), + [anon_sym_BANGis] = ACTIONS(5205), + [anon_sym_PLUS] = ACTIONS(5203), + [anon_sym_DASH] = ACTIONS(5203), + [anon_sym_SLASH] = ACTIONS(5203), + [anon_sym_PERCENT] = ACTIONS(5203), + [anon_sym_as_QMARK] = ACTIONS(5205), + [anon_sym_PLUS_PLUS] = ACTIONS(5205), + [anon_sym_DASH_DASH] = ACTIONS(5205), + [anon_sym_BANG] = ACTIONS(5203), + [anon_sym_BANG_BANG] = ACTIONS(5205), + [anon_sym_suspend] = ACTIONS(5203), + [anon_sym_sealed] = ACTIONS(5203), + [anon_sym_annotation] = ACTIONS(5203), + [anon_sym_data] = ACTIONS(5203), + [anon_sym_inner] = ACTIONS(5203), + [anon_sym_value] = ACTIONS(5203), + [anon_sym_override] = ACTIONS(5203), + [anon_sym_lateinit] = ACTIONS(5203), + [anon_sym_public] = ACTIONS(5203), + [anon_sym_private] = ACTIONS(5203), + [anon_sym_internal] = ACTIONS(5203), + [anon_sym_protected] = ACTIONS(5203), + [anon_sym_tailrec] = ACTIONS(5203), + [anon_sym_operator] = ACTIONS(5203), + [anon_sym_infix] = ACTIONS(5203), + [anon_sym_inline] = ACTIONS(5203), + [anon_sym_external] = ACTIONS(5203), + [sym_property_modifier] = ACTIONS(5203), + [anon_sym_abstract] = ACTIONS(5203), + [anon_sym_final] = ACTIONS(5203), + [anon_sym_open] = ACTIONS(5203), + [anon_sym_vararg] = ACTIONS(5203), + [anon_sym_noinline] = ACTIONS(5203), + [anon_sym_crossinline] = ACTIONS(5203), + [anon_sym_expect] = ACTIONS(5203), + [anon_sym_actual] = ACTIONS(5203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5205), + [anon_sym_continue_AT] = ACTIONS(5205), + [anon_sym_break_AT] = ACTIONS(5205), + [anon_sym_this_AT] = ACTIONS(5205), + [anon_sym_super_AT] = ACTIONS(5205), + [sym_real_literal] = ACTIONS(5205), + [sym_integer_literal] = ACTIONS(5203), + [sym_hex_literal] = ACTIONS(5205), + [sym_bin_literal] = ACTIONS(5205), + [anon_sym_true] = ACTIONS(5203), + [anon_sym_false] = ACTIONS(5203), + [anon_sym_SQUOTE] = ACTIONS(5205), + [sym__backtick_identifier] = ACTIONS(5205), + [sym__automatic_semicolon] = ACTIONS(5205), + [sym_safe_nav] = ACTIONS(5205), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5205), }, [1182] = { + [sym__alpha_identifier] = ACTIONS(5135), + [anon_sym_AT] = ACTIONS(5137), + [anon_sym_LBRACK] = ACTIONS(5137), + [anon_sym_as] = ACTIONS(5135), + [anon_sym_EQ] = ACTIONS(5135), + [anon_sym_LBRACE] = ACTIONS(5137), + [anon_sym_RBRACE] = ACTIONS(5137), + [anon_sym_LPAREN] = ACTIONS(5137), + [anon_sym_COMMA] = ACTIONS(5137), + [anon_sym_LT] = ACTIONS(5207), + [anon_sym_GT] = ACTIONS(5135), + [anon_sym_where] = ACTIONS(5135), + [anon_sym_object] = ACTIONS(5135), + [anon_sym_fun] = ACTIONS(5135), + [anon_sym_DOT] = ACTIONS(5135), + [anon_sym_SEMI] = ACTIONS(5137), + [anon_sym_get] = ACTIONS(5135), + [anon_sym_set] = ACTIONS(5135), + [anon_sym_this] = ACTIONS(5135), + [anon_sym_super] = ACTIONS(5135), + [anon_sym_STAR] = ACTIONS(5135), + [sym_label] = ACTIONS(5135), + [anon_sym_in] = ACTIONS(5135), + [anon_sym_DOT_DOT] = ACTIONS(5137), + [anon_sym_QMARK_COLON] = ACTIONS(5137), + [anon_sym_AMP_AMP] = ACTIONS(5137), + [anon_sym_PIPE_PIPE] = ACTIONS(5137), + [anon_sym_null] = ACTIONS(5135), + [anon_sym_if] = ACTIONS(5135), + [anon_sym_else] = ACTIONS(5135), + [anon_sym_when] = ACTIONS(5135), + [anon_sym_try] = ACTIONS(5135), + [anon_sym_throw] = ACTIONS(5135), + [anon_sym_return] = ACTIONS(5135), + [anon_sym_continue] = ACTIONS(5135), + [anon_sym_break] = ACTIONS(5135), + [anon_sym_COLON_COLON] = ACTIONS(5137), + [anon_sym_PLUS_EQ] = ACTIONS(5137), + [anon_sym_DASH_EQ] = ACTIONS(5137), + [anon_sym_STAR_EQ] = ACTIONS(5137), + [anon_sym_SLASH_EQ] = ACTIONS(5137), + [anon_sym_PERCENT_EQ] = ACTIONS(5137), + [anon_sym_BANG_EQ] = ACTIONS(5135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5137), + [anon_sym_EQ_EQ] = ACTIONS(5135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5137), + [anon_sym_LT_EQ] = ACTIONS(5137), + [anon_sym_GT_EQ] = ACTIONS(5137), + [anon_sym_BANGin] = ACTIONS(5137), + [anon_sym_is] = ACTIONS(5135), + [anon_sym_BANGis] = ACTIONS(5137), + [anon_sym_PLUS] = ACTIONS(5135), + [anon_sym_DASH] = ACTIONS(5135), + [anon_sym_SLASH] = ACTIONS(5135), + [anon_sym_PERCENT] = ACTIONS(5135), + [anon_sym_as_QMARK] = ACTIONS(5137), + [anon_sym_PLUS_PLUS] = ACTIONS(5137), + [anon_sym_DASH_DASH] = ACTIONS(5137), + [anon_sym_BANG] = ACTIONS(5135), + [anon_sym_BANG_BANG] = ACTIONS(5137), + [anon_sym_suspend] = ACTIONS(5135), + [anon_sym_sealed] = ACTIONS(5135), + [anon_sym_annotation] = ACTIONS(5135), + [anon_sym_data] = ACTIONS(5135), + [anon_sym_inner] = ACTIONS(5135), + [anon_sym_value] = ACTIONS(5135), + [anon_sym_override] = ACTIONS(5135), + [anon_sym_lateinit] = ACTIONS(5135), + [anon_sym_public] = ACTIONS(5135), + [anon_sym_private] = ACTIONS(5135), + [anon_sym_internal] = ACTIONS(5135), + [anon_sym_protected] = ACTIONS(5135), + [anon_sym_tailrec] = ACTIONS(5135), + [anon_sym_operator] = ACTIONS(5135), + [anon_sym_infix] = ACTIONS(5135), + [anon_sym_inline] = ACTIONS(5135), + [anon_sym_external] = ACTIONS(5135), + [sym_property_modifier] = ACTIONS(5135), + [anon_sym_abstract] = ACTIONS(5135), + [anon_sym_final] = ACTIONS(5135), + [anon_sym_open] = ACTIONS(5135), + [anon_sym_vararg] = ACTIONS(5135), + [anon_sym_noinline] = ACTIONS(5135), + [anon_sym_crossinline] = ACTIONS(5135), + [anon_sym_expect] = ACTIONS(5135), + [anon_sym_actual] = ACTIONS(5135), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5137), + [anon_sym_continue_AT] = ACTIONS(5137), + [anon_sym_break_AT] = ACTIONS(5137), + [anon_sym_this_AT] = ACTIONS(5137), + [anon_sym_super_AT] = ACTIONS(5137), + [sym_real_literal] = ACTIONS(5137), + [sym_integer_literal] = ACTIONS(5135), + [sym_hex_literal] = ACTIONS(5137), + [sym_bin_literal] = ACTIONS(5137), + [anon_sym_true] = ACTIONS(5135), + [anon_sym_false] = ACTIONS(5135), + [anon_sym_SQUOTE] = ACTIONS(5137), + [sym__backtick_identifier] = ACTIONS(5137), + [sym__automatic_semicolon] = ACTIONS(5137), + [sym_safe_nav] = ACTIONS(5137), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5137), + }, + [1183] = { + [sym__alpha_identifier] = ACTIONS(1608), + [anon_sym_AT] = ACTIONS(1606), + [anon_sym_LBRACK] = ACTIONS(1606), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_EQ] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1606), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(1606), + [anon_sym_COMMA] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_where] = ACTIONS(1608), + [anon_sym_object] = ACTIONS(1608), + [anon_sym_fun] = ACTIONS(1608), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_get] = ACTIONS(1608), + [anon_sym_set] = ACTIONS(1608), + [anon_sym_this] = ACTIONS(1608), + [anon_sym_super] = ACTIONS(1608), + [anon_sym_STAR] = ACTIONS(1608), + [sym_label] = ACTIONS(1608), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), + [anon_sym_null] = ACTIONS(1608), + [anon_sym_if] = ACTIONS(1608), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(1608), + [anon_sym_try] = ACTIONS(1608), + [anon_sym_throw] = ACTIONS(1608), + [anon_sym_return] = ACTIONS(1608), + [anon_sym_continue] = ACTIONS(1608), + [anon_sym_break] = ACTIONS(1608), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_PLUS_EQ] = ACTIONS(1606), + [anon_sym_DASH_EQ] = ACTIONS(1606), + [anon_sym_STAR_EQ] = ACTIONS(1606), + [anon_sym_SLASH_EQ] = ACTIONS(1606), + [anon_sym_PERCENT_EQ] = ACTIONS(1606), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(1608), + [anon_sym_DASH] = ACTIONS(1608), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1608), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(1606), + [anon_sym_DASH_DASH] = ACTIONS(1606), + [anon_sym_BANG] = ACTIONS(1608), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_suspend] = ACTIONS(1608), + [anon_sym_sealed] = ACTIONS(1608), + [anon_sym_annotation] = ACTIONS(1608), + [anon_sym_data] = ACTIONS(1608), + [anon_sym_inner] = ACTIONS(1608), + [anon_sym_value] = ACTIONS(1608), + [anon_sym_override] = ACTIONS(1608), + [anon_sym_lateinit] = ACTIONS(1608), + [anon_sym_public] = ACTIONS(1608), + [anon_sym_private] = ACTIONS(1608), + [anon_sym_internal] = ACTIONS(1608), + [anon_sym_protected] = ACTIONS(1608), + [anon_sym_tailrec] = ACTIONS(1608), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_infix] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_external] = ACTIONS(1608), + [sym_property_modifier] = ACTIONS(1608), + [anon_sym_abstract] = ACTIONS(1608), + [anon_sym_final] = ACTIONS(1608), + [anon_sym_open] = ACTIONS(1608), + [anon_sym_vararg] = ACTIONS(1608), + [anon_sym_noinline] = ACTIONS(1608), + [anon_sym_crossinline] = ACTIONS(1608), + [anon_sym_expect] = ACTIONS(1608), + [anon_sym_actual] = ACTIONS(1608), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1606), + [anon_sym_continue_AT] = ACTIONS(1606), + [anon_sym_break_AT] = ACTIONS(1606), + [anon_sym_this_AT] = ACTIONS(1606), + [anon_sym_super_AT] = ACTIONS(1606), + [sym_real_literal] = ACTIONS(1606), + [sym_integer_literal] = ACTIONS(1608), + [sym_hex_literal] = ACTIONS(1606), + [sym_bin_literal] = ACTIONS(1606), + [anon_sym_true] = ACTIONS(1608), + [anon_sym_false] = ACTIONS(1608), + [anon_sym_SQUOTE] = ACTIONS(1606), + [sym__backtick_identifier] = ACTIONS(1606), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1606), + }, + [1184] = { + [sym__alpha_identifier] = ACTIONS(4339), + [anon_sym_AT] = ACTIONS(4341), + [anon_sym_LBRACK] = ACTIONS(4341), + [anon_sym_as] = ACTIONS(4339), + [anon_sym_EQ] = ACTIONS(4339), + [anon_sym_LBRACE] = ACTIONS(4341), + [anon_sym_RBRACE] = ACTIONS(4341), + [anon_sym_LPAREN] = ACTIONS(4341), + [anon_sym_COMMA] = ACTIONS(4341), + [anon_sym_LT] = ACTIONS(4339), + [anon_sym_GT] = ACTIONS(4339), + [anon_sym_where] = ACTIONS(4339), + [anon_sym_object] = ACTIONS(4339), + [anon_sym_fun] = ACTIONS(4339), + [anon_sym_DOT] = ACTIONS(4339), + [anon_sym_SEMI] = ACTIONS(4341), + [anon_sym_get] = ACTIONS(4339), + [anon_sym_set] = ACTIONS(4339), + [anon_sym_this] = ACTIONS(4339), + [anon_sym_super] = ACTIONS(4339), + [anon_sym_STAR] = ACTIONS(4339), + [sym_label] = ACTIONS(4339), + [anon_sym_in] = ACTIONS(4339), + [anon_sym_DOT_DOT] = ACTIONS(4341), + [anon_sym_QMARK_COLON] = ACTIONS(4341), + [anon_sym_AMP_AMP] = ACTIONS(4341), + [anon_sym_PIPE_PIPE] = ACTIONS(4341), + [anon_sym_null] = ACTIONS(4339), + [anon_sym_if] = ACTIONS(4339), + [anon_sym_else] = ACTIONS(4339), + [anon_sym_when] = ACTIONS(4339), + [anon_sym_try] = ACTIONS(4339), + [anon_sym_throw] = ACTIONS(4339), + [anon_sym_return] = ACTIONS(4339), + [anon_sym_continue] = ACTIONS(4339), + [anon_sym_break] = ACTIONS(4339), + [anon_sym_COLON_COLON] = ACTIONS(4341), + [anon_sym_PLUS_EQ] = ACTIONS(4341), + [anon_sym_DASH_EQ] = ACTIONS(4341), + [anon_sym_STAR_EQ] = ACTIONS(4341), + [anon_sym_SLASH_EQ] = ACTIONS(4341), + [anon_sym_PERCENT_EQ] = ACTIONS(4341), + [anon_sym_BANG_EQ] = ACTIONS(4339), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4341), + [anon_sym_EQ_EQ] = ACTIONS(4339), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4341), + [anon_sym_LT_EQ] = ACTIONS(4341), + [anon_sym_GT_EQ] = ACTIONS(4341), + [anon_sym_BANGin] = ACTIONS(4341), + [anon_sym_is] = ACTIONS(4339), + [anon_sym_BANGis] = ACTIONS(4341), + [anon_sym_PLUS] = ACTIONS(4339), + [anon_sym_DASH] = ACTIONS(4339), + [anon_sym_SLASH] = ACTIONS(4339), + [anon_sym_PERCENT] = ACTIONS(4339), + [anon_sym_as_QMARK] = ACTIONS(4341), + [anon_sym_PLUS_PLUS] = ACTIONS(4341), + [anon_sym_DASH_DASH] = ACTIONS(4341), + [anon_sym_BANG] = ACTIONS(4339), + [anon_sym_BANG_BANG] = ACTIONS(4341), + [anon_sym_suspend] = ACTIONS(4339), + [anon_sym_sealed] = ACTIONS(4339), + [anon_sym_annotation] = ACTIONS(4339), + [anon_sym_data] = ACTIONS(4339), + [anon_sym_inner] = ACTIONS(4339), + [anon_sym_value] = ACTIONS(4339), + [anon_sym_override] = ACTIONS(4339), + [anon_sym_lateinit] = ACTIONS(4339), + [anon_sym_public] = ACTIONS(4339), + [anon_sym_private] = ACTIONS(4339), + [anon_sym_internal] = ACTIONS(4339), + [anon_sym_protected] = ACTIONS(4339), + [anon_sym_tailrec] = ACTIONS(4339), + [anon_sym_operator] = ACTIONS(4339), + [anon_sym_infix] = ACTIONS(4339), + [anon_sym_inline] = ACTIONS(4339), + [anon_sym_external] = ACTIONS(4339), + [sym_property_modifier] = ACTIONS(4339), + [anon_sym_abstract] = ACTIONS(4339), + [anon_sym_final] = ACTIONS(4339), + [anon_sym_open] = ACTIONS(4339), + [anon_sym_vararg] = ACTIONS(4339), + [anon_sym_noinline] = ACTIONS(4339), + [anon_sym_crossinline] = ACTIONS(4339), + [anon_sym_expect] = ACTIONS(4339), + [anon_sym_actual] = ACTIONS(4339), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4341), + [anon_sym_continue_AT] = ACTIONS(4341), + [anon_sym_break_AT] = ACTIONS(4341), + [anon_sym_this_AT] = ACTIONS(4341), + [anon_sym_super_AT] = ACTIONS(4341), + [sym_real_literal] = ACTIONS(4341), + [sym_integer_literal] = ACTIONS(4339), + [sym_hex_literal] = ACTIONS(4341), + [sym_bin_literal] = ACTIONS(4341), + [anon_sym_true] = ACTIONS(4339), + [anon_sym_false] = ACTIONS(4339), + [anon_sym_SQUOTE] = ACTIONS(4341), + [sym__backtick_identifier] = ACTIONS(4341), + [sym__automatic_semicolon] = ACTIONS(4341), + [sym_safe_nav] = ACTIONS(4341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4341), + }, + [1185] = { [sym__alpha_identifier] = ACTIONS(5209), [anon_sym_AT] = ACTIONS(5211), [anon_sym_LBRACK] = ACTIONS(5211), @@ -183995,7 +184304,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5211), }, - [1183] = { + [1186] = { [sym__alpha_identifier] = ACTIONS(5213), [anon_sym_AT] = ACTIONS(5215), [anon_sym_LBRACK] = ACTIONS(5215), @@ -184101,76 +184410,705 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(5215), }, - [1184] = { - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [1187] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1682), + [sym__comparison_operator] = STATE(1681), + [sym__in_operator] = STATE(1680), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1679), + [sym__multiplicative_operator] = STATE(1678), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1677), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3121), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_object] = ACTIONS(3121), + [anon_sym_fun] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3121), + [anon_sym_super] = ACTIONS(3121), + [anon_sym_STAR] = ACTIONS(5217), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(5219), + [anon_sym_QMARK_COLON] = ACTIONS(5221), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_null] = ACTIONS(3121), + [anon_sym_if] = ACTIONS(3121), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_when] = ACTIONS(3121), + [anon_sym_try] = ACTIONS(3121), + [anon_sym_throw] = ACTIONS(3121), + [anon_sym_return] = ACTIONS(3121), + [anon_sym_continue] = ACTIONS(3121), + [anon_sym_break] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3123), + [anon_sym_DASH_EQ] = ACTIONS(3123), + [anon_sym_STAR_EQ] = ACTIONS(3123), + [anon_sym_SLASH_EQ] = ACTIONS(3123), + [anon_sym_PERCENT_EQ] = ACTIONS(3123), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(5223), + [anon_sym_DASH] = ACTIONS(5223), + [anon_sym_SLASH] = ACTIONS(5217), + [anon_sym_PERCENT] = ACTIONS(5217), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3123), + [anon_sym_continue_AT] = ACTIONS(3123), + [anon_sym_break_AT] = ACTIONS(3123), + [anon_sym_this_AT] = ACTIONS(3123), + [anon_sym_super_AT] = ACTIONS(3123), + [sym_real_literal] = ACTIONS(3123), + [sym_integer_literal] = ACTIONS(3121), + [sym_hex_literal] = ACTIONS(3123), + [sym_bin_literal] = ACTIONS(3123), + [anon_sym_true] = ACTIONS(3121), + [anon_sym_false] = ACTIONS(3121), + [anon_sym_SQUOTE] = ACTIONS(3123), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3123), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3123), + }, + [1188] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), + [sym__comparison_operator] = STATE(2143), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(3135), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_RBRACK] = ACTIONS(3137), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_EQ] = ACTIONS(3135), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_COMMA] = ACTIONS(3137), + [anon_sym_RPAREN] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_where] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3135), + [anon_sym_DASH_GT] = ACTIONS(3137), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_while] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_PLUS_EQ] = ACTIONS(3137), + [anon_sym_DASH_EQ] = ACTIONS(3137), + [anon_sym_STAR_EQ] = ACTIONS(3137), + [anon_sym_SLASH_EQ] = ACTIONS(3137), + [anon_sym_PERCENT_EQ] = ACTIONS(3137), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3135), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3135), + [anon_sym_sealed] = ACTIONS(3135), + [anon_sym_annotation] = ACTIONS(3135), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_override] = ACTIONS(3135), + [anon_sym_lateinit] = ACTIONS(3135), + [anon_sym_public] = ACTIONS(3135), + [anon_sym_private] = ACTIONS(3135), + [anon_sym_internal] = ACTIONS(3135), + [anon_sym_protected] = ACTIONS(3135), + [anon_sym_tailrec] = ACTIONS(3135), + [anon_sym_operator] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_inline] = ACTIONS(3135), + [anon_sym_external] = ACTIONS(3135), + [sym_property_modifier] = ACTIONS(3135), + [anon_sym_abstract] = ACTIONS(3135), + [anon_sym_final] = ACTIONS(3135), + [anon_sym_open] = ACTIONS(3135), + [anon_sym_vararg] = ACTIONS(3135), + [anon_sym_noinline] = ACTIONS(3135), + [anon_sym_crossinline] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3137), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [1189] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1682), + [sym__comparison_operator] = STATE(1681), + [sym__in_operator] = STATE(1680), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1679), + [sym__multiplicative_operator] = STATE(1678), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1677), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3158), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3160), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5225), + [anon_sym_object] = ACTIONS(3158), + [anon_sym_fun] = ACTIONS(3158), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3158), + [anon_sym_super] = ACTIONS(3158), + [anon_sym_STAR] = ACTIONS(5217), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5227), + [anon_sym_DOT_DOT] = ACTIONS(5219), + [anon_sym_QMARK_COLON] = ACTIONS(5221), + [anon_sym_AMP_AMP] = ACTIONS(5229), + [anon_sym_PIPE_PIPE] = ACTIONS(5231), + [anon_sym_null] = ACTIONS(3158), + [anon_sym_if] = ACTIONS(3158), + [anon_sym_else] = ACTIONS(3158), + [anon_sym_when] = ACTIONS(3158), + [anon_sym_try] = ACTIONS(3158), + [anon_sym_throw] = ACTIONS(3158), + [anon_sym_return] = ACTIONS(3158), + [anon_sym_continue] = ACTIONS(3158), + [anon_sym_break] = ACTIONS(3158), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3160), + [anon_sym_DASH_EQ] = ACTIONS(3160), + [anon_sym_STAR_EQ] = ACTIONS(3160), + [anon_sym_SLASH_EQ] = ACTIONS(3160), + [anon_sym_PERCENT_EQ] = ACTIONS(3160), + [anon_sym_BANG_EQ] = ACTIONS(5233), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5235), + [anon_sym_EQ_EQ] = ACTIONS(5233), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5235), + [anon_sym_LT_EQ] = ACTIONS(5237), + [anon_sym_GT_EQ] = ACTIONS(5237), + [anon_sym_BANGin] = ACTIONS(5239), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5223), + [anon_sym_DASH] = ACTIONS(5223), + [anon_sym_SLASH] = ACTIONS(5217), + [anon_sym_PERCENT] = ACTIONS(5217), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3158), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3160), + [anon_sym_continue_AT] = ACTIONS(3160), + [anon_sym_break_AT] = ACTIONS(3160), + [anon_sym_this_AT] = ACTIONS(3160), + [anon_sym_super_AT] = ACTIONS(3160), + [sym_real_literal] = ACTIONS(3160), + [sym_integer_literal] = ACTIONS(3158), + [sym_hex_literal] = ACTIONS(3160), + [sym_bin_literal] = ACTIONS(3160), + [anon_sym_true] = ACTIONS(3158), + [anon_sym_false] = ACTIONS(3158), + [anon_sym_SQUOTE] = ACTIONS(3160), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3160), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3160), + }, + [1190] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), + [sym__comparison_operator] = STATE(2143), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_RBRACK] = ACTIONS(3148), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3148), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_COMMA] = ACTIONS(3148), + [anon_sym_RPAREN] = ACTIONS(3148), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3578), + [anon_sym_where] = ACTIONS(3146), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3588), + [anon_sym_DASH_GT] = ACTIONS(3148), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3592), + [anon_sym_while] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3594), + [anon_sym_QMARK_COLON] = ACTIONS(3596), + [anon_sym_AMP_AMP] = ACTIONS(3598), + [anon_sym_PIPE_PIPE] = ACTIONS(3600), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_PLUS_EQ] = ACTIONS(3148), + [anon_sym_DASH_EQ] = ACTIONS(3148), + [anon_sym_STAR_EQ] = ACTIONS(3148), + [anon_sym_SLASH_EQ] = ACTIONS(3148), + [anon_sym_PERCENT_EQ] = ACTIONS(3148), + [anon_sym_BANG_EQ] = ACTIONS(3604), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), + [anon_sym_EQ_EQ] = ACTIONS(3604), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3606), + [anon_sym_LT_EQ] = ACTIONS(3608), + [anon_sym_GT_EQ] = ACTIONS(3608), + [anon_sym_BANGin] = ACTIONS(3610), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(3616), + [anon_sym_DASH] = ACTIONS(3616), + [anon_sym_SLASH] = ACTIONS(3588), + [anon_sym_PERCENT] = ACTIONS(3588), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3146), + [anon_sym_sealed] = ACTIONS(3146), + [anon_sym_annotation] = ACTIONS(3146), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3146), + [anon_sym_lateinit] = ACTIONS(3146), + [anon_sym_public] = ACTIONS(3146), + [anon_sym_private] = ACTIONS(3146), + [anon_sym_internal] = ACTIONS(3146), + [anon_sym_protected] = ACTIONS(3146), + [anon_sym_tailrec] = ACTIONS(3146), + [anon_sym_operator] = ACTIONS(3146), + [anon_sym_infix] = ACTIONS(3146), + [anon_sym_inline] = ACTIONS(3146), + [anon_sym_external] = ACTIONS(3146), + [sym_property_modifier] = ACTIONS(3146), + [anon_sym_abstract] = ACTIONS(3146), + [anon_sym_final] = ACTIONS(3146), + [anon_sym_open] = ACTIONS(3146), + [anon_sym_vararg] = ACTIONS(3146), + [anon_sym_noinline] = ACTIONS(3146), + [anon_sym_crossinline] = ACTIONS(3146), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [1191] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1682), + [sym__comparison_operator] = STATE(1681), + [sym__in_operator] = STATE(1680), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1679), + [sym__multiplicative_operator] = STATE(1678), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1677), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3156), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5225), + [anon_sym_object] = ACTIONS(3154), + [anon_sym_fun] = ACTIONS(3154), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3154), + [anon_sym_super] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(5217), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5227), + [anon_sym_DOT_DOT] = ACTIONS(5219), + [anon_sym_QMARK_COLON] = ACTIONS(5221), + [anon_sym_AMP_AMP] = ACTIONS(5229), + [anon_sym_PIPE_PIPE] = ACTIONS(5231), + [anon_sym_null] = ACTIONS(3154), + [anon_sym_if] = ACTIONS(3154), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_when] = ACTIONS(3154), + [anon_sym_try] = ACTIONS(3154), + [anon_sym_throw] = ACTIONS(3154), + [anon_sym_return] = ACTIONS(3154), + [anon_sym_continue] = ACTIONS(3154), + [anon_sym_break] = ACTIONS(3154), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3156), + [anon_sym_DASH_EQ] = ACTIONS(3156), + [anon_sym_STAR_EQ] = ACTIONS(3156), + [anon_sym_SLASH_EQ] = ACTIONS(3156), + [anon_sym_PERCENT_EQ] = ACTIONS(3156), + [anon_sym_BANG_EQ] = ACTIONS(5233), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5235), + [anon_sym_EQ_EQ] = ACTIONS(5233), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5235), + [anon_sym_LT_EQ] = ACTIONS(5237), + [anon_sym_GT_EQ] = ACTIONS(5237), + [anon_sym_BANGin] = ACTIONS(5239), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5223), + [anon_sym_DASH] = ACTIONS(5223), + [anon_sym_SLASH] = ACTIONS(5217), + [anon_sym_PERCENT] = ACTIONS(5217), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3154), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3156), + [anon_sym_continue_AT] = ACTIONS(3156), + [anon_sym_break_AT] = ACTIONS(3156), + [anon_sym_this_AT] = ACTIONS(3156), + [anon_sym_super_AT] = ACTIONS(3156), + [sym_real_literal] = ACTIONS(3156), + [sym_integer_literal] = ACTIONS(3154), + [sym_hex_literal] = ACTIONS(3156), + [sym_bin_literal] = ACTIONS(3156), + [anon_sym_true] = ACTIONS(3154), + [anon_sym_false] = ACTIONS(3154), + [anon_sym_SQUOTE] = ACTIONS(3156), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3156), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3156), + }, + [1192] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), + [sym__comparison_operator] = STATE(2143), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_RBRACK] = ACTIONS(3097), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_EQ] = ACTIONS(3095), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_RPAREN] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3578), + [anon_sym_where] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3588), + [anon_sym_DASH_GT] = ACTIONS(3097), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3592), + [anon_sym_while] = ACTIONS(3095), + [anon_sym_DOT_DOT] = ACTIONS(3594), + [anon_sym_QMARK_COLON] = ACTIONS(3596), + [anon_sym_AMP_AMP] = ACTIONS(3598), + [anon_sym_PIPE_PIPE] = ACTIONS(3600), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(3604), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), + [anon_sym_EQ_EQ] = ACTIONS(3604), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3606), + [anon_sym_LT_EQ] = ACTIONS(3608), + [anon_sym_GT_EQ] = ACTIONS(3608), + [anon_sym_BANGin] = ACTIONS(3610), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(3616), + [anon_sym_DASH] = ACTIONS(3616), + [anon_sym_SLASH] = ACTIONS(3588), + [anon_sym_PERCENT] = ACTIONS(3588), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3095), + [anon_sym_sealed] = ACTIONS(3095), + [anon_sym_annotation] = ACTIONS(3095), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3095), + [anon_sym_lateinit] = ACTIONS(3095), + [anon_sym_public] = ACTIONS(3095), + [anon_sym_private] = ACTIONS(3095), + [anon_sym_internal] = ACTIONS(3095), + [anon_sym_protected] = ACTIONS(3095), + [anon_sym_tailrec] = ACTIONS(3095), + [anon_sym_operator] = ACTIONS(3095), + [anon_sym_infix] = ACTIONS(3095), + [anon_sym_inline] = ACTIONS(3095), + [anon_sym_external] = ACTIONS(3095), + [sym_property_modifier] = ACTIONS(3095), + [anon_sym_abstract] = ACTIONS(3095), + [anon_sym_final] = ACTIONS(3095), + [anon_sym_open] = ACTIONS(3095), + [anon_sym_vararg] = ACTIONS(3095), + [anon_sym_noinline] = ACTIONS(3095), + [anon_sym_crossinline] = ACTIONS(3095), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [1193] = { + [sym_getter] = STATE(9382), + [sym_setter] = STATE(9382), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9298), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1826), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4982), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(5217), - [anon_sym_get] = ACTIONS(5113), - [anon_sym_set] = ACTIONS(5115), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(5241), + [anon_sym_get] = ACTIONS(5243), + [anon_sym_set] = ACTIONS(5245), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(1790), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -184203,573 +185141,150 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1826), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1185] = { - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(4147), - [anon_sym_LBRACE] = ACTIONS(4149), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(4147), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [1186] = { - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3282), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [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(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [1187] = { - [sym__alpha_identifier] = ACTIONS(5219), - [anon_sym_AT] = ACTIONS(5221), - [anon_sym_LBRACK] = ACTIONS(5221), - [anon_sym_as] = ACTIONS(5219), - [anon_sym_EQ] = ACTIONS(5219), - [anon_sym_LBRACE] = ACTIONS(5221), - [anon_sym_RBRACE] = ACTIONS(5221), - [anon_sym_LPAREN] = ACTIONS(5221), - [anon_sym_COMMA] = ACTIONS(5221), - [anon_sym_LT] = ACTIONS(5219), - [anon_sym_GT] = ACTIONS(5219), - [anon_sym_where] = ACTIONS(5219), - [anon_sym_object] = ACTIONS(5219), - [anon_sym_fun] = ACTIONS(5219), - [anon_sym_DOT] = ACTIONS(5219), - [anon_sym_SEMI] = ACTIONS(5221), - [anon_sym_get] = ACTIONS(5219), - [anon_sym_set] = ACTIONS(5219), - [anon_sym_this] = ACTIONS(5219), - [anon_sym_super] = ACTIONS(5219), - [anon_sym_STAR] = ACTIONS(5219), - [sym_label] = ACTIONS(5219), - [anon_sym_in] = ACTIONS(5219), - [anon_sym_DOT_DOT] = ACTIONS(5221), - [anon_sym_QMARK_COLON] = ACTIONS(5221), - [anon_sym_AMP_AMP] = ACTIONS(5221), - [anon_sym_PIPE_PIPE] = ACTIONS(5221), - [anon_sym_null] = ACTIONS(5219), - [anon_sym_if] = ACTIONS(5219), - [anon_sym_else] = ACTIONS(5219), - [anon_sym_when] = ACTIONS(5219), - [anon_sym_try] = ACTIONS(5219), - [anon_sym_throw] = ACTIONS(5219), - [anon_sym_return] = ACTIONS(5219), - [anon_sym_continue] = ACTIONS(5219), - [anon_sym_break] = ACTIONS(5219), - [anon_sym_COLON_COLON] = ACTIONS(5221), - [anon_sym_PLUS_EQ] = ACTIONS(5221), - [anon_sym_DASH_EQ] = ACTIONS(5221), - [anon_sym_STAR_EQ] = ACTIONS(5221), - [anon_sym_SLASH_EQ] = ACTIONS(5221), - [anon_sym_PERCENT_EQ] = ACTIONS(5221), - [anon_sym_BANG_EQ] = ACTIONS(5219), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5221), - [anon_sym_EQ_EQ] = ACTIONS(5219), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5221), - [anon_sym_LT_EQ] = ACTIONS(5221), - [anon_sym_GT_EQ] = ACTIONS(5221), - [anon_sym_BANGin] = ACTIONS(5221), - [anon_sym_is] = ACTIONS(5219), - [anon_sym_BANGis] = ACTIONS(5221), - [anon_sym_PLUS] = ACTIONS(5219), - [anon_sym_DASH] = ACTIONS(5219), - [anon_sym_SLASH] = ACTIONS(5219), - [anon_sym_PERCENT] = ACTIONS(5219), - [anon_sym_as_QMARK] = ACTIONS(5221), - [anon_sym_PLUS_PLUS] = ACTIONS(5221), - [anon_sym_DASH_DASH] = ACTIONS(5221), - [anon_sym_BANG] = ACTIONS(5219), - [anon_sym_BANG_BANG] = ACTIONS(5221), - [anon_sym_suspend] = ACTIONS(5219), - [anon_sym_sealed] = ACTIONS(5219), - [anon_sym_annotation] = ACTIONS(5219), - [anon_sym_data] = ACTIONS(5219), - [anon_sym_inner] = ACTIONS(5219), - [anon_sym_value] = ACTIONS(5219), - [anon_sym_override] = ACTIONS(5219), - [anon_sym_lateinit] = ACTIONS(5219), - [anon_sym_public] = ACTIONS(5219), - [anon_sym_private] = ACTIONS(5219), - [anon_sym_internal] = ACTIONS(5219), - [anon_sym_protected] = ACTIONS(5219), - [anon_sym_tailrec] = ACTIONS(5219), - [anon_sym_operator] = ACTIONS(5219), - [anon_sym_infix] = ACTIONS(5219), - [anon_sym_inline] = ACTIONS(5219), - [anon_sym_external] = ACTIONS(5219), - [sym_property_modifier] = ACTIONS(5219), - [anon_sym_abstract] = ACTIONS(5219), - [anon_sym_final] = ACTIONS(5219), - [anon_sym_open] = ACTIONS(5219), - [anon_sym_vararg] = ACTIONS(5219), - [anon_sym_noinline] = ACTIONS(5219), - [anon_sym_crossinline] = ACTIONS(5219), - [anon_sym_expect] = ACTIONS(5219), - [anon_sym_actual] = ACTIONS(5219), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5221), - [anon_sym_continue_AT] = ACTIONS(5221), - [anon_sym_break_AT] = ACTIONS(5221), - [anon_sym_this_AT] = ACTIONS(5221), - [anon_sym_super_AT] = ACTIONS(5221), - [sym_real_literal] = ACTIONS(5221), - [sym_integer_literal] = ACTIONS(5219), - [sym_hex_literal] = ACTIONS(5221), - [sym_bin_literal] = ACTIONS(5221), - [anon_sym_true] = ACTIONS(5219), - [anon_sym_false] = ACTIONS(5219), - [anon_sym_SQUOTE] = ACTIONS(5221), - [sym__backtick_identifier] = ACTIONS(5221), - [sym__automatic_semicolon] = ACTIONS(5221), - [sym_safe_nav] = ACTIONS(5221), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5221), - }, - [1188] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1682), - [sym__comparison_operator] = STATE(1681), - [sym__in_operator] = STATE(1680), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1679), - [sym__multiplicative_operator] = STATE(1678), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1677), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3156), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3158), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5223), - [anon_sym_object] = ACTIONS(3156), - [anon_sym_fun] = ACTIONS(3156), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3156), - [anon_sym_super] = ACTIONS(3156), - [anon_sym_STAR] = ACTIONS(5225), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5227), - [anon_sym_DOT_DOT] = ACTIONS(5229), - [anon_sym_QMARK_COLON] = ACTIONS(5231), - [anon_sym_AMP_AMP] = ACTIONS(5233), - [anon_sym_PIPE_PIPE] = ACTIONS(5235), - [anon_sym_null] = ACTIONS(3156), - [anon_sym_if] = ACTIONS(3156), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_when] = ACTIONS(3156), - [anon_sym_try] = ACTIONS(3156), - [anon_sym_throw] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3156), - [anon_sym_continue] = ACTIONS(3156), - [anon_sym_break] = ACTIONS(3156), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3158), - [anon_sym_DASH_EQ] = ACTIONS(3158), - [anon_sym_STAR_EQ] = ACTIONS(3158), - [anon_sym_SLASH_EQ] = ACTIONS(3158), - [anon_sym_PERCENT_EQ] = ACTIONS(3158), - [anon_sym_BANG_EQ] = ACTIONS(5237), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5239), - [anon_sym_EQ_EQ] = ACTIONS(5237), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5239), - [anon_sym_LT_EQ] = ACTIONS(5241), - [anon_sym_GT_EQ] = ACTIONS(5241), - [anon_sym_BANGin] = ACTIONS(5243), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5245), - [anon_sym_DASH] = ACTIONS(5245), - [anon_sym_SLASH] = ACTIONS(5225), - [anon_sym_PERCENT] = ACTIONS(5225), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3156), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3158), - [anon_sym_continue_AT] = ACTIONS(3158), - [anon_sym_break_AT] = ACTIONS(3158), - [anon_sym_this_AT] = ACTIONS(3158), - [anon_sym_super_AT] = ACTIONS(3158), - [sym_real_literal] = ACTIONS(3158), - [sym_integer_literal] = ACTIONS(3156), - [sym_hex_literal] = ACTIONS(3158), - [sym_bin_literal] = ACTIONS(3158), - [anon_sym_true] = ACTIONS(3156), - [anon_sym_false] = ACTIONS(3156), - [anon_sym_SQUOTE] = ACTIONS(3158), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3158), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3158), - }, - [1189] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1682), - [sym__comparison_operator] = STATE(1681), - [sym__in_operator] = STATE(1680), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1679), - [sym__multiplicative_operator] = STATE(1678), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1677), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [1194] = { + [sym_getter] = STATE(9403), + [sym_setter] = STATE(9403), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9298), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3167), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(4593), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5223), - [anon_sym_object] = ACTIONS(3167), - [anon_sym_fun] = ACTIONS(3167), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3167), - [anon_sym_super] = ACTIONS(3167), - [anon_sym_STAR] = ACTIONS(5225), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5227), - [anon_sym_DOT_DOT] = ACTIONS(5229), - [anon_sym_QMARK_COLON] = ACTIONS(5231), - [anon_sym_AMP_AMP] = ACTIONS(5233), - [anon_sym_PIPE_PIPE] = ACTIONS(5235), - [anon_sym_null] = ACTIONS(3167), - [anon_sym_if] = ACTIONS(3167), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_when] = ACTIONS(3167), - [anon_sym_try] = ACTIONS(3167), - [anon_sym_throw] = ACTIONS(3167), - [anon_sym_return] = ACTIONS(3167), - [anon_sym_continue] = ACTIONS(3167), - [anon_sym_break] = ACTIONS(3167), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3169), - [anon_sym_DASH_EQ] = ACTIONS(3169), - [anon_sym_STAR_EQ] = ACTIONS(3169), - [anon_sym_SLASH_EQ] = ACTIONS(3169), - [anon_sym_PERCENT_EQ] = ACTIONS(3169), - [anon_sym_BANG_EQ] = ACTIONS(5237), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5239), - [anon_sym_EQ_EQ] = ACTIONS(5237), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5239), - [anon_sym_LT_EQ] = ACTIONS(5241), - [anon_sym_GT_EQ] = ACTIONS(5241), - [anon_sym_BANGin] = ACTIONS(5243), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5245), - [anon_sym_DASH] = ACTIONS(5245), - [anon_sym_SLASH] = ACTIONS(5225), - [anon_sym_PERCENT] = ACTIONS(5225), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3167), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3169), - [anon_sym_continue_AT] = ACTIONS(3169), - [anon_sym_break_AT] = ACTIONS(3169), - [anon_sym_this_AT] = ACTIONS(3169), - [anon_sym_super_AT] = ACTIONS(3169), - [sym_real_literal] = ACTIONS(3169), - [sym_integer_literal] = ACTIONS(3167), - [sym_hex_literal] = ACTIONS(3169), - [sym_bin_literal] = ACTIONS(3169), - [anon_sym_true] = ACTIONS(3167), - [anon_sym_false] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3169), + [anon_sym_GT] = ACTIONS(4982), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(5247), + [anon_sym_get] = ACTIONS(5243), + [anon_sym_set] = ACTIONS(5245), + [anon_sym_STAR] = ACTIONS(4990), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), + [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3169), - [sym_safe_nav] = ACTIONS(4613), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3169), }, - [1190] = { - [sym_getter] = STATE(9131), - [sym_setter] = STATE(9131), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9322), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [1195] = { + [sym_getter] = STATE(9178), + [sym_setter] = STATE(9178), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9298), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), @@ -184778,32 +185293,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4982), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(5247), - [anon_sym_get] = ACTIONS(5249), - [anon_sym_set] = ACTIONS(5251), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(5249), + [anon_sym_get] = ACTIONS(5243), + [anon_sym_set] = ACTIONS(5245), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -184840,1218 +185355,273 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1191] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1682), - [sym__comparison_operator] = STATE(1681), - [sym__in_operator] = STATE(1680), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1679), - [sym__multiplicative_operator] = STATE(1678), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1677), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(3094), + [1196] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), + [sym__comparison_operator] = STATE(2143), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3094), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_object] = ACTIONS(3094), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_this] = ACTIONS(3094), - [anon_sym_super] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(5225), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_null] = ACTIONS(3094), - [anon_sym_if] = ACTIONS(3094), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_when] = ACTIONS(3094), - [anon_sym_try] = ACTIONS(3094), - [anon_sym_throw] = ACTIONS(3094), - [anon_sym_return] = ACTIONS(3094), - [anon_sym_continue] = ACTIONS(3094), - [anon_sym_break] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3096), - [anon_sym_DASH_EQ] = ACTIONS(3096), - [anon_sym_STAR_EQ] = ACTIONS(3096), - [anon_sym_SLASH_EQ] = ACTIONS(3096), - [anon_sym_PERCENT_EQ] = ACTIONS(3096), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(5245), - [anon_sym_DASH] = ACTIONS(5245), - [anon_sym_SLASH] = ACTIONS(5225), - [anon_sym_PERCENT] = ACTIONS(5225), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3094), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3096), - [anon_sym_continue_AT] = ACTIONS(3096), - [anon_sym_break_AT] = ACTIONS(3096), - [anon_sym_this_AT] = ACTIONS(3096), - [anon_sym_super_AT] = ACTIONS(3096), - [sym_real_literal] = ACTIONS(3096), - [sym_integer_literal] = ACTIONS(3094), - [sym_hex_literal] = ACTIONS(3096), - [sym_bin_literal] = ACTIONS(3096), - [anon_sym_true] = ACTIONS(3094), - [anon_sym_false] = ACTIONS(3094), - [anon_sym_SQUOTE] = ACTIONS(3096), - [sym__backtick_identifier] = ACTIONS(3096), - [sym__automatic_semicolon] = ACTIONS(3096), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3096), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_RBRACK] = ACTIONS(3144), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_EQ] = ACTIONS(3142), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3144), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_COMMA] = ACTIONS(3144), + [anon_sym_RPAREN] = ACTIONS(3144), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3578), + [anon_sym_where] = ACTIONS(3142), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3588), + [anon_sym_DASH_GT] = ACTIONS(3144), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3592), + [anon_sym_while] = ACTIONS(3142), + [anon_sym_DOT_DOT] = ACTIONS(3594), + [anon_sym_QMARK_COLON] = ACTIONS(3596), + [anon_sym_AMP_AMP] = ACTIONS(3598), + [anon_sym_PIPE_PIPE] = ACTIONS(3600), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_PLUS_EQ] = ACTIONS(3144), + [anon_sym_DASH_EQ] = ACTIONS(3144), + [anon_sym_STAR_EQ] = ACTIONS(3144), + [anon_sym_SLASH_EQ] = ACTIONS(3144), + [anon_sym_PERCENT_EQ] = ACTIONS(3144), + [anon_sym_BANG_EQ] = ACTIONS(3604), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), + [anon_sym_EQ_EQ] = ACTIONS(3604), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3606), + [anon_sym_LT_EQ] = ACTIONS(3608), + [anon_sym_GT_EQ] = ACTIONS(3608), + [anon_sym_BANGin] = ACTIONS(3610), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(3616), + [anon_sym_DASH] = ACTIONS(3616), + [anon_sym_SLASH] = ACTIONS(3588), + [anon_sym_PERCENT] = ACTIONS(3588), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3142), + [anon_sym_sealed] = ACTIONS(3142), + [anon_sym_annotation] = ACTIONS(3142), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3142), + [anon_sym_lateinit] = ACTIONS(3142), + [anon_sym_public] = ACTIONS(3142), + [anon_sym_private] = ACTIONS(3142), + [anon_sym_internal] = ACTIONS(3142), + [anon_sym_protected] = ACTIONS(3142), + [anon_sym_tailrec] = ACTIONS(3142), + [anon_sym_operator] = ACTIONS(3142), + [anon_sym_infix] = ACTIONS(3142), + [anon_sym_inline] = ACTIONS(3142), + [anon_sym_external] = ACTIONS(3142), + [sym_property_modifier] = ACTIONS(3142), + [anon_sym_abstract] = ACTIONS(3142), + [anon_sym_final] = ACTIONS(3142), + [anon_sym_open] = ACTIONS(3142), + [anon_sym_vararg] = ACTIONS(3142), + [anon_sym_noinline] = ACTIONS(3142), + [anon_sym_crossinline] = ACTIONS(3142), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), }, - [1192] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), + [1197] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), [sym__equality_operator] = STATE(1682), [sym__comparison_operator] = STATE(1681), [sym__in_operator] = STATE(1680), - [sym__is_operator] = STATE(6348), + [sym__is_operator] = STATE(6281), [sym__additive_operator] = STATE(1679), [sym__multiplicative_operator] = STATE(1678), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1677), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3125), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_object] = ACTIONS(3125), - [anon_sym_fun] = ACTIONS(3125), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3125), - [anon_sym_super] = ACTIONS(3125), - [anon_sym_STAR] = ACTIONS(5225), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(5229), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_null] = ACTIONS(3125), - [anon_sym_if] = ACTIONS(3125), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_when] = ACTIONS(3125), - [anon_sym_try] = ACTIONS(3125), - [anon_sym_throw] = ACTIONS(3125), - [anon_sym_return] = ACTIONS(3125), - [anon_sym_continue] = ACTIONS(3125), - [anon_sym_break] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3127), - [anon_sym_DASH_EQ] = ACTIONS(3127), - [anon_sym_STAR_EQ] = ACTIONS(3127), - [anon_sym_SLASH_EQ] = ACTIONS(3127), - [anon_sym_PERCENT_EQ] = ACTIONS(3127), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(5245), - [anon_sym_DASH] = ACTIONS(5245), - [anon_sym_SLASH] = ACTIONS(5225), - [anon_sym_PERCENT] = ACTIONS(5225), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3125), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3127), - [anon_sym_continue_AT] = ACTIONS(3127), - [anon_sym_break_AT] = ACTIONS(3127), - [anon_sym_this_AT] = ACTIONS(3127), - [anon_sym_super_AT] = ACTIONS(3127), - [sym_real_literal] = ACTIONS(3127), - [sym_integer_literal] = ACTIONS(3125), - [sym_hex_literal] = ACTIONS(3127), - [sym_bin_literal] = ACTIONS(3127), - [anon_sym_true] = ACTIONS(3125), - [anon_sym_false] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3127), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3127), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3127), - }, - [1193] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1682), - [sym__comparison_operator] = STATE(1681), - [sym__in_operator] = STATE(1680), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1679), - [sym__multiplicative_operator] = STATE(1678), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1677), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3117), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3119), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5223), - [anon_sym_object] = ACTIONS(3117), - [anon_sym_fun] = ACTIONS(3117), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3117), - [anon_sym_super] = ACTIONS(3117), - [anon_sym_STAR] = ACTIONS(5225), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5227), - [anon_sym_DOT_DOT] = ACTIONS(5229), - [anon_sym_QMARK_COLON] = ACTIONS(5231), - [anon_sym_AMP_AMP] = ACTIONS(3119), - [anon_sym_PIPE_PIPE] = ACTIONS(3119), - [anon_sym_null] = ACTIONS(3117), - [anon_sym_if] = ACTIONS(3117), - [anon_sym_else] = ACTIONS(3117), - [anon_sym_when] = ACTIONS(3117), - [anon_sym_try] = ACTIONS(3117), - [anon_sym_throw] = ACTIONS(3117), - [anon_sym_return] = ACTIONS(3117), - [anon_sym_continue] = ACTIONS(3117), - [anon_sym_break] = ACTIONS(3117), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3119), - [anon_sym_DASH_EQ] = ACTIONS(3119), - [anon_sym_STAR_EQ] = ACTIONS(3119), - [anon_sym_SLASH_EQ] = ACTIONS(3119), - [anon_sym_PERCENT_EQ] = ACTIONS(3119), - [anon_sym_BANG_EQ] = ACTIONS(5237), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5239), - [anon_sym_EQ_EQ] = ACTIONS(5237), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5239), - [anon_sym_LT_EQ] = ACTIONS(5241), - [anon_sym_GT_EQ] = ACTIONS(5241), - [anon_sym_BANGin] = ACTIONS(5243), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5245), - [anon_sym_DASH] = ACTIONS(5245), - [anon_sym_SLASH] = ACTIONS(5225), - [anon_sym_PERCENT] = ACTIONS(5225), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3117), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3119), - [anon_sym_continue_AT] = ACTIONS(3119), - [anon_sym_break_AT] = ACTIONS(3119), - [anon_sym_this_AT] = ACTIONS(3119), - [anon_sym_super_AT] = ACTIONS(3119), - [sym_real_literal] = ACTIONS(3119), - [sym_integer_literal] = ACTIONS(3117), - [sym_hex_literal] = ACTIONS(3119), - [sym_bin_literal] = ACTIONS(3119), - [anon_sym_true] = ACTIONS(3117), - [anon_sym_false] = ACTIONS(3117), - [anon_sym_SQUOTE] = ACTIONS(3119), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3119), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3119), - }, - [1194] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1682), - [sym__comparison_operator] = STATE(1681), - [sym__in_operator] = STATE(1680), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1679), - [sym__multiplicative_operator] = STATE(1678), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1677), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3138), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5223), - [anon_sym_object] = ACTIONS(3136), - [anon_sym_fun] = ACTIONS(3136), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3136), - [anon_sym_super] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(5225), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5227), - [anon_sym_DOT_DOT] = ACTIONS(5229), - [anon_sym_QMARK_COLON] = ACTIONS(5231), - [anon_sym_AMP_AMP] = ACTIONS(5233), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [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(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3138), - [anon_sym_DASH_EQ] = ACTIONS(3138), - [anon_sym_STAR_EQ] = ACTIONS(3138), - [anon_sym_SLASH_EQ] = ACTIONS(3138), - [anon_sym_PERCENT_EQ] = ACTIONS(3138), - [anon_sym_BANG_EQ] = ACTIONS(5237), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5239), - [anon_sym_EQ_EQ] = ACTIONS(5237), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5239), - [anon_sym_LT_EQ] = ACTIONS(5241), - [anon_sym_GT_EQ] = ACTIONS(5241), - [anon_sym_BANGin] = ACTIONS(5243), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5245), - [anon_sym_DASH] = ACTIONS(5245), - [anon_sym_SLASH] = ACTIONS(5225), - [anon_sym_PERCENT] = ACTIONS(5225), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3136), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3138), - [anon_sym_continue_AT] = ACTIONS(3138), - [anon_sym_break_AT] = ACTIONS(3138), - [anon_sym_this_AT] = ACTIONS(3138), - [anon_sym_super_AT] = ACTIONS(3138), - [sym_real_literal] = ACTIONS(3138), - [sym_integer_literal] = ACTIONS(3136), - [sym_hex_literal] = ACTIONS(3138), - [sym_bin_literal] = ACTIONS(3138), - [anon_sym_true] = ACTIONS(3136), - [anon_sym_false] = ACTIONS(3136), - [anon_sym_SQUOTE] = ACTIONS(3138), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3138), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3138), - }, - [1195] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1682), - [sym__comparison_operator] = STATE(1681), - [sym__in_operator] = STATE(1680), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1679), - [sym__multiplicative_operator] = STATE(1678), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1677), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3142), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5223), - [anon_sym_object] = ACTIONS(3140), - [anon_sym_fun] = ACTIONS(3140), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3140), - [anon_sym_super] = ACTIONS(3140), - [anon_sym_STAR] = ACTIONS(5225), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5227), - [anon_sym_DOT_DOT] = ACTIONS(5229), - [anon_sym_QMARK_COLON] = ACTIONS(5231), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_null] = ACTIONS(3140), - [anon_sym_if] = ACTIONS(3140), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_when] = ACTIONS(3140), - [anon_sym_try] = ACTIONS(3140), - [anon_sym_throw] = ACTIONS(3140), - [anon_sym_return] = ACTIONS(3140), - [anon_sym_continue] = ACTIONS(3140), - [anon_sym_break] = ACTIONS(3140), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3142), - [anon_sym_DASH_EQ] = ACTIONS(3142), - [anon_sym_STAR_EQ] = ACTIONS(3142), - [anon_sym_SLASH_EQ] = ACTIONS(3142), - [anon_sym_PERCENT_EQ] = ACTIONS(3142), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), - [anon_sym_LT_EQ] = ACTIONS(5241), - [anon_sym_GT_EQ] = ACTIONS(5241), - [anon_sym_BANGin] = ACTIONS(5243), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5245), - [anon_sym_DASH] = ACTIONS(5245), - [anon_sym_SLASH] = ACTIONS(5225), - [anon_sym_PERCENT] = ACTIONS(5225), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3140), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3142), - [anon_sym_continue_AT] = ACTIONS(3142), - [anon_sym_break_AT] = ACTIONS(3142), - [anon_sym_this_AT] = ACTIONS(3142), - [anon_sym_super_AT] = ACTIONS(3142), - [sym_real_literal] = ACTIONS(3142), - [sym_integer_literal] = ACTIONS(3140), - [sym_hex_literal] = ACTIONS(3142), - [sym_bin_literal] = ACTIONS(3142), - [anon_sym_true] = ACTIONS(3140), - [anon_sym_false] = ACTIONS(3140), - [anon_sym_SQUOTE] = ACTIONS(3142), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3142), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3142), - }, - [1196] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1682), - [sym__comparison_operator] = STATE(1681), - [sym__in_operator] = STATE(1680), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1679), - [sym__multiplicative_operator] = STATE(1678), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1677), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3144), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3146), - [anon_sym_LPAREN] = ACTIONS(4593), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3150), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3152), + [anon_sym_LPAREN] = ACTIONS(4515), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_object] = ACTIONS(3144), - [anon_sym_fun] = ACTIONS(3144), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3144), - [anon_sym_super] = ACTIONS(3144), - [anon_sym_STAR] = ACTIONS(5225), - [sym_label] = ACTIONS(4601), + [anon_sym_GT] = ACTIONS(5225), + [anon_sym_object] = ACTIONS(3150), + [anon_sym_fun] = ACTIONS(3150), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3150), + [anon_sym_super] = ACTIONS(3150), + [anon_sym_STAR] = ACTIONS(5217), + [sym_label] = ACTIONS(4523), [anon_sym_in] = ACTIONS(5227), - [anon_sym_DOT_DOT] = ACTIONS(5229), - [anon_sym_QMARK_COLON] = ACTIONS(5231), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_null] = ACTIONS(3144), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_when] = ACTIONS(3144), - [anon_sym_try] = ACTIONS(3144), - [anon_sym_throw] = ACTIONS(3144), - [anon_sym_return] = ACTIONS(3144), - [anon_sym_continue] = ACTIONS(3144), - [anon_sym_break] = ACTIONS(3144), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3146), - [anon_sym_DASH_EQ] = ACTIONS(3146), - [anon_sym_STAR_EQ] = ACTIONS(3146), - [anon_sym_SLASH_EQ] = ACTIONS(3146), - [anon_sym_PERCENT_EQ] = ACTIONS(3146), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(5243), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5245), - [anon_sym_DASH] = ACTIONS(5245), - [anon_sym_SLASH] = ACTIONS(5225), - [anon_sym_PERCENT] = ACTIONS(5225), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3144), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3146), - [anon_sym_continue_AT] = ACTIONS(3146), - [anon_sym_break_AT] = ACTIONS(3146), - [anon_sym_this_AT] = ACTIONS(3146), - [anon_sym_super_AT] = ACTIONS(3146), - [sym_real_literal] = ACTIONS(3146), - [sym_integer_literal] = ACTIONS(3144), - [sym_hex_literal] = ACTIONS(3146), - [sym_bin_literal] = ACTIONS(3146), - [anon_sym_true] = ACTIONS(3144), - [anon_sym_false] = ACTIONS(3144), - [anon_sym_SQUOTE] = ACTIONS(3146), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3146), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3146), - }, - [1197] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1682), - [sym__comparison_operator] = STATE(1681), - [sym__in_operator] = STATE(1680), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1679), - [sym__multiplicative_operator] = STATE(1678), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1677), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3160), - [anon_sym_super] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(5225), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(5229), - [anon_sym_QMARK_COLON] = ACTIONS(5231), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [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(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3162), - [anon_sym_DASH_EQ] = ACTIONS(3162), - [anon_sym_STAR_EQ] = ACTIONS(3162), - [anon_sym_SLASH_EQ] = ACTIONS(3162), - [anon_sym_PERCENT_EQ] = ACTIONS(3162), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(5245), - [anon_sym_DASH] = ACTIONS(5245), - [anon_sym_SLASH] = ACTIONS(5225), - [anon_sym_PERCENT] = ACTIONS(5225), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3162), - [anon_sym_continue_AT] = ACTIONS(3162), - [anon_sym_break_AT] = ACTIONS(3162), - [anon_sym_this_AT] = ACTIONS(3162), - [anon_sym_super_AT] = ACTIONS(3162), - [sym_real_literal] = ACTIONS(3162), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3162), - [sym_bin_literal] = ACTIONS(3162), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3162), + [anon_sym_DOT_DOT] = ACTIONS(5219), + [anon_sym_QMARK_COLON] = ACTIONS(5221), + [anon_sym_AMP_AMP] = ACTIONS(5229), + [anon_sym_PIPE_PIPE] = ACTIONS(5231), + [anon_sym_null] = ACTIONS(3150), + [anon_sym_if] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_when] = ACTIONS(3150), + [anon_sym_try] = ACTIONS(3150), + [anon_sym_throw] = ACTIONS(3150), + [anon_sym_return] = ACTIONS(3150), + [anon_sym_continue] = ACTIONS(3150), + [anon_sym_break] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3152), + [anon_sym_DASH_EQ] = ACTIONS(3152), + [anon_sym_STAR_EQ] = ACTIONS(3152), + [anon_sym_SLASH_EQ] = ACTIONS(3152), + [anon_sym_PERCENT_EQ] = ACTIONS(3152), + [anon_sym_BANG_EQ] = ACTIONS(5233), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5235), + [anon_sym_EQ_EQ] = ACTIONS(5233), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5235), + [anon_sym_LT_EQ] = ACTIONS(5237), + [anon_sym_GT_EQ] = ACTIONS(5237), + [anon_sym_BANGin] = ACTIONS(5239), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5223), + [anon_sym_DASH] = ACTIONS(5223), + [anon_sym_SLASH] = ACTIONS(5217), + [anon_sym_PERCENT] = ACTIONS(5217), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3152), + [anon_sym_continue_AT] = ACTIONS(3152), + [anon_sym_break_AT] = ACTIONS(3152), + [anon_sym_this_AT] = ACTIONS(3152), + [anon_sym_super_AT] = ACTIONS(3152), + [sym_real_literal] = ACTIONS(3152), + [sym_integer_literal] = ACTIONS(3150), + [sym_hex_literal] = ACTIONS(3152), + [sym_bin_literal] = ACTIONS(3152), + [anon_sym_true] = ACTIONS(3150), + [anon_sym_false] = ACTIONS(3150), + [anon_sym_SQUOTE] = ACTIONS(3152), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3162), - [sym_safe_nav] = ACTIONS(4613), + [sym__automatic_semicolon] = ACTIONS(3152), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3162), + [sym__string_start] = ACTIONS(3152), }, [1198] = { - [sym_type_constraints] = STATE(1362), - [sym_function_body] = STATE(1014), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4173), - [anon_sym_AT] = ACTIONS(4175), - [anon_sym_COLON] = ACTIONS(5253), - [anon_sym_LBRACK] = ACTIONS(4175), - [anon_sym_as] = ACTIONS(4173), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4175), - [anon_sym_LPAREN] = ACTIONS(4175), - [anon_sym_COMMA] = ACTIONS(4175), - [anon_sym_LT] = ACTIONS(4173), - [anon_sym_GT] = ACTIONS(4173), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4173), - [anon_sym_fun] = ACTIONS(4173), - [anon_sym_DOT] = ACTIONS(4173), - [anon_sym_SEMI] = ACTIONS(4175), - [anon_sym_get] = ACTIONS(4173), - [anon_sym_set] = ACTIONS(4173), - [anon_sym_this] = ACTIONS(4173), - [anon_sym_super] = ACTIONS(4173), - [anon_sym_STAR] = ACTIONS(4175), - [sym_label] = ACTIONS(4173), - [anon_sym_in] = ACTIONS(4173), - [anon_sym_DOT_DOT] = ACTIONS(4175), - [anon_sym_QMARK_COLON] = ACTIONS(4175), - [anon_sym_AMP_AMP] = ACTIONS(4175), - [anon_sym_PIPE_PIPE] = ACTIONS(4175), - [anon_sym_null] = ACTIONS(4173), - [anon_sym_if] = ACTIONS(4173), - [anon_sym_else] = ACTIONS(4173), - [anon_sym_when] = ACTIONS(4173), - [anon_sym_try] = ACTIONS(4173), - [anon_sym_throw] = ACTIONS(4173), - [anon_sym_return] = ACTIONS(4173), - [anon_sym_continue] = ACTIONS(4173), - [anon_sym_break] = ACTIONS(4173), - [anon_sym_COLON_COLON] = ACTIONS(4175), - [anon_sym_BANG_EQ] = ACTIONS(4173), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4175), - [anon_sym_EQ_EQ] = ACTIONS(4173), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4175), - [anon_sym_LT_EQ] = ACTIONS(4175), - [anon_sym_GT_EQ] = ACTIONS(4175), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(4173), - [anon_sym_BANGis] = ACTIONS(4175), - [anon_sym_PLUS] = ACTIONS(4173), - [anon_sym_DASH] = ACTIONS(4173), - [anon_sym_SLASH] = ACTIONS(4173), - [anon_sym_PERCENT] = ACTIONS(4175), - [anon_sym_as_QMARK] = ACTIONS(4175), - [anon_sym_PLUS_PLUS] = ACTIONS(4175), - [anon_sym_DASH_DASH] = ACTIONS(4175), - [anon_sym_BANG] = ACTIONS(4173), - [anon_sym_BANG_BANG] = ACTIONS(4175), - [anon_sym_suspend] = ACTIONS(4173), - [anon_sym_sealed] = ACTIONS(4173), - [anon_sym_annotation] = ACTIONS(4173), - [anon_sym_data] = ACTIONS(4173), - [anon_sym_inner] = ACTIONS(4173), - [anon_sym_value] = ACTIONS(4173), - [anon_sym_override] = ACTIONS(4173), - [anon_sym_lateinit] = ACTIONS(4173), - [anon_sym_public] = ACTIONS(4173), - [anon_sym_private] = ACTIONS(4173), - [anon_sym_internal] = ACTIONS(4173), - [anon_sym_protected] = ACTIONS(4173), - [anon_sym_tailrec] = ACTIONS(4173), - [anon_sym_operator] = ACTIONS(4173), - [anon_sym_infix] = ACTIONS(4173), - [anon_sym_inline] = ACTIONS(4173), - [anon_sym_external] = ACTIONS(4173), - [sym_property_modifier] = ACTIONS(4173), - [anon_sym_abstract] = ACTIONS(4173), - [anon_sym_final] = ACTIONS(4173), - [anon_sym_open] = ACTIONS(4173), - [anon_sym_vararg] = ACTIONS(4173), - [anon_sym_noinline] = ACTIONS(4173), - [anon_sym_crossinline] = ACTIONS(4173), - [anon_sym_expect] = ACTIONS(4173), - [anon_sym_actual] = ACTIONS(4173), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4175), - [anon_sym_continue_AT] = ACTIONS(4175), - [anon_sym_break_AT] = ACTIONS(4175), - [anon_sym_this_AT] = ACTIONS(4175), - [anon_sym_super_AT] = ACTIONS(4175), - [sym_real_literal] = ACTIONS(4175), - [sym_integer_literal] = ACTIONS(4173), - [sym_hex_literal] = ACTIONS(4175), - [sym_bin_literal] = ACTIONS(4175), - [anon_sym_true] = ACTIONS(4173), - [anon_sym_false] = ACTIONS(4173), - [anon_sym_SQUOTE] = ACTIONS(4175), - [sym__backtick_identifier] = ACTIONS(4175), - [sym__automatic_semicolon] = ACTIONS(4175), - [sym_safe_nav] = ACTIONS(4175), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4175), - }, - [1199] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1682), - [sym__comparison_operator] = STATE(1681), - [sym__in_operator] = STATE(1680), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1679), - [sym__multiplicative_operator] = STATE(1678), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1677), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_object] = ACTIONS(3193), - [anon_sym_fun] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_this] = ACTIONS(3193), - [anon_sym_super] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(5225), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_null] = ACTIONS(3193), - [anon_sym_if] = ACTIONS(3193), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_when] = ACTIONS(3193), - [anon_sym_try] = ACTIONS(3193), - [anon_sym_throw] = ACTIONS(3193), - [anon_sym_return] = ACTIONS(3193), - [anon_sym_continue] = ACTIONS(3193), - [anon_sym_break] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3195), - [anon_sym_DASH_EQ] = ACTIONS(3195), - [anon_sym_STAR_EQ] = ACTIONS(3195), - [anon_sym_SLASH_EQ] = ACTIONS(3195), - [anon_sym_PERCENT_EQ] = ACTIONS(3195), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(5225), - [anon_sym_PERCENT] = ACTIONS(5225), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3193), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3195), - [anon_sym_continue_AT] = ACTIONS(3195), - [anon_sym_break_AT] = ACTIONS(3195), - [anon_sym_this_AT] = ACTIONS(3195), - [anon_sym_super_AT] = ACTIONS(3195), - [sym_real_literal] = ACTIONS(3195), - [sym_integer_literal] = ACTIONS(3193), - [sym_hex_literal] = ACTIONS(3195), - [sym_bin_literal] = ACTIONS(3195), - [anon_sym_true] = ACTIONS(3193), - [anon_sym_false] = ACTIONS(3193), - [anon_sym_SQUOTE] = ACTIONS(3195), - [sym__backtick_identifier] = ACTIONS(3195), - [sym__automatic_semicolon] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3195), - }, - [1200] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1682), - [sym__comparison_operator] = STATE(1681), - [sym__in_operator] = STATE(1680), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1679), - [sym__multiplicative_operator] = STATE(1678), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1677), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(3186), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3186), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_object] = ACTIONS(3186), - [anon_sym_fun] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3188), - [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(4601), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [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(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3188), - [anon_sym_DASH_EQ] = ACTIONS(3188), - [anon_sym_STAR_EQ] = ACTIONS(3188), - [anon_sym_SLASH_EQ] = ACTIONS(3188), - [anon_sym_PERCENT_EQ] = ACTIONS(3188), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [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(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3186), - [anon_sym_inner] = ACTIONS(3186), - [anon_sym_value] = ACTIONS(3186), - [anon_sym_expect] = ACTIONS(3186), - [anon_sym_actual] = ACTIONS(3186), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3188), - [anon_sym_continue_AT] = ACTIONS(3188), - [anon_sym_break_AT] = ACTIONS(3188), - [anon_sym_this_AT] = ACTIONS(3188), - [anon_sym_super_AT] = ACTIONS(3188), - [sym_real_literal] = ACTIONS(3188), - [sym_integer_literal] = ACTIONS(3186), - [sym_hex_literal] = ACTIONS(3188), - [sym_bin_literal] = ACTIONS(3188), - [anon_sym_true] = ACTIONS(3186), - [anon_sym_false] = ACTIONS(3186), - [anon_sym_SQUOTE] = ACTIONS(3188), - [sym__backtick_identifier] = ACTIONS(3188), - [sym__automatic_semicolon] = ACTIONS(3188), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3188), - }, - [1201] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1682), - [sym__comparison_operator] = STATE(1681), - [sym__in_operator] = STATE(1680), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1679), - [sym__multiplicative_operator] = STATE(1678), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1677), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(3175), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3175), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_object] = ACTIONS(3175), - [anon_sym_fun] = ACTIONS(3175), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_this] = ACTIONS(3175), - [anon_sym_super] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(5225), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(5229), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_null] = ACTIONS(3175), - [anon_sym_if] = ACTIONS(3175), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_when] = ACTIONS(3175), - [anon_sym_try] = ACTIONS(3175), - [anon_sym_throw] = ACTIONS(3175), - [anon_sym_return] = ACTIONS(3175), - [anon_sym_continue] = ACTIONS(3175), - [anon_sym_break] = ACTIONS(3175), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3177), - [anon_sym_DASH_EQ] = ACTIONS(3177), - [anon_sym_STAR_EQ] = ACTIONS(3177), - [anon_sym_SLASH_EQ] = ACTIONS(3177), - [anon_sym_PERCENT_EQ] = ACTIONS(3177), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(5245), - [anon_sym_DASH] = ACTIONS(5245), - [anon_sym_SLASH] = ACTIONS(5225), - [anon_sym_PERCENT] = ACTIONS(5225), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3175), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3177), - [anon_sym_continue_AT] = ACTIONS(3177), - [anon_sym_break_AT] = ACTIONS(3177), - [anon_sym_this_AT] = ACTIONS(3177), - [anon_sym_super_AT] = ACTIONS(3177), - [sym_real_literal] = ACTIONS(3177), - [sym_integer_literal] = ACTIONS(3175), - [sym_hex_literal] = ACTIONS(3177), - [sym_bin_literal] = ACTIONS(3177), - [anon_sym_true] = ACTIONS(3175), - [anon_sym_false] = ACTIONS(3175), - [anon_sym_SQUOTE] = ACTIONS(3177), - [sym__backtick_identifier] = ACTIONS(3177), - [sym__automatic_semicolon] = ACTIONS(3177), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3177), - }, - [1202] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3103), + [anon_sym_RBRACK] = ACTIONS(3168), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3101), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_EQ] = ACTIONS(3166), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3168), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3103), - [anon_sym_RPAREN] = ACTIONS(3103), + [anon_sym_COMMA] = ACTIONS(3168), + [anon_sym_RPAREN] = ACTIONS(3168), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(3101), + [anon_sym_where] = ACTIONS(3166), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(3103), + [anon_sym_DASH_GT] = ACTIONS(3168), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(3101), + [anon_sym_while] = ACTIONS(3166), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), [anon_sym_AMP_AMP] = ACTIONS(3598), [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(3101), + [anon_sym_else] = ACTIONS(3166), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3103), - [anon_sym_DASH_EQ] = ACTIONS(3103), - [anon_sym_STAR_EQ] = ACTIONS(3103), - [anon_sym_SLASH_EQ] = ACTIONS(3103), - [anon_sym_PERCENT_EQ] = ACTIONS(3103), + [anon_sym_PLUS_EQ] = ACTIONS(3168), + [anon_sym_DASH_EQ] = ACTIONS(3168), + [anon_sym_STAR_EQ] = ACTIONS(3168), + [anon_sym_SLASH_EQ] = ACTIONS(3168), + [anon_sym_PERCENT_EQ] = ACTIONS(3168), [anon_sym_BANG_EQ] = ACTIONS(3604), [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), [anon_sym_EQ_EQ] = ACTIONS(3604), @@ -186069,199 +185639,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3101), - [anon_sym_sealed] = ACTIONS(3101), - [anon_sym_annotation] = ACTIONS(3101), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3101), - [anon_sym_lateinit] = ACTIONS(3101), - [anon_sym_public] = ACTIONS(3101), - [anon_sym_private] = ACTIONS(3101), - [anon_sym_internal] = ACTIONS(3101), - [anon_sym_protected] = ACTIONS(3101), - [anon_sym_tailrec] = ACTIONS(3101), - [anon_sym_operator] = ACTIONS(3101), - [anon_sym_infix] = ACTIONS(3101), - [anon_sym_inline] = ACTIONS(3101), - [anon_sym_external] = ACTIONS(3101), - [sym_property_modifier] = ACTIONS(3101), - [anon_sym_abstract] = ACTIONS(3101), - [anon_sym_final] = ACTIONS(3101), - [anon_sym_open] = ACTIONS(3101), - [anon_sym_vararg] = ACTIONS(3101), - [anon_sym_noinline] = ACTIONS(3101), - [anon_sym_crossinline] = ACTIONS(3101), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3166), + [anon_sym_sealed] = ACTIONS(3166), + [anon_sym_annotation] = ACTIONS(3166), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3166), + [anon_sym_lateinit] = ACTIONS(3166), + [anon_sym_public] = ACTIONS(3166), + [anon_sym_private] = ACTIONS(3166), + [anon_sym_internal] = ACTIONS(3166), + [anon_sym_protected] = ACTIONS(3166), + [anon_sym_tailrec] = ACTIONS(3166), + [anon_sym_operator] = ACTIONS(3166), + [anon_sym_infix] = ACTIONS(3166), + [anon_sym_inline] = ACTIONS(3166), + [anon_sym_external] = ACTIONS(3166), + [sym_property_modifier] = ACTIONS(3166), + [anon_sym_abstract] = ACTIONS(3166), + [anon_sym_final] = ACTIONS(3166), + [anon_sym_open] = ACTIONS(3166), + [anon_sym_vararg] = ACTIONS(3166), + [anon_sym_noinline] = ACTIONS(3166), + [anon_sym_crossinline] = ACTIONS(3166), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1203] = { - [sym_getter] = STATE(9150), - [sym_setter] = STATE(9150), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9322), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(5257), - [anon_sym_get] = ACTIONS(5249), - [anon_sym_set] = ACTIONS(5251), - [anon_sym_STAR] = ACTIONS(4986), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [1204] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [1199] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3134), + [anon_sym_RBRACK] = ACTIONS(3160), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3132), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3134), + [anon_sym_EQ] = ACTIONS(3158), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3160), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3134), - [anon_sym_RPAREN] = ACTIONS(3134), + [anon_sym_COMMA] = ACTIONS(3160), + [anon_sym_RPAREN] = ACTIONS(3160), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(3132), + [anon_sym_where] = ACTIONS(3158), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(3134), + [anon_sym_DASH_GT] = ACTIONS(3160), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(3132), + [anon_sym_while] = ACTIONS(3158), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), [anon_sym_AMP_AMP] = ACTIONS(3598), [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(3132), + [anon_sym_else] = ACTIONS(3158), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3134), - [anon_sym_DASH_EQ] = ACTIONS(3134), - [anon_sym_STAR_EQ] = ACTIONS(3134), - [anon_sym_SLASH_EQ] = ACTIONS(3134), - [anon_sym_PERCENT_EQ] = ACTIONS(3134), + [anon_sym_PLUS_EQ] = ACTIONS(3160), + [anon_sym_DASH_EQ] = ACTIONS(3160), + [anon_sym_STAR_EQ] = ACTIONS(3160), + [anon_sym_SLASH_EQ] = ACTIONS(3160), + [anon_sym_PERCENT_EQ] = ACTIONS(3160), [anon_sym_BANG_EQ] = ACTIONS(3604), [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), [anon_sym_EQ_EQ] = ACTIONS(3604), @@ -186279,94 +185744,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3132), - [anon_sym_sealed] = ACTIONS(3132), - [anon_sym_annotation] = ACTIONS(3132), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3132), - [anon_sym_lateinit] = ACTIONS(3132), - [anon_sym_public] = ACTIONS(3132), - [anon_sym_private] = ACTIONS(3132), - [anon_sym_internal] = ACTIONS(3132), - [anon_sym_protected] = ACTIONS(3132), - [anon_sym_tailrec] = ACTIONS(3132), - [anon_sym_operator] = ACTIONS(3132), - [anon_sym_infix] = ACTIONS(3132), - [anon_sym_inline] = ACTIONS(3132), - [anon_sym_external] = ACTIONS(3132), - [sym_property_modifier] = ACTIONS(3132), - [anon_sym_abstract] = ACTIONS(3132), - [anon_sym_final] = ACTIONS(3132), - [anon_sym_open] = ACTIONS(3132), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3158), + [anon_sym_sealed] = ACTIONS(3158), + [anon_sym_annotation] = ACTIONS(3158), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3158), + [anon_sym_lateinit] = ACTIONS(3158), + [anon_sym_public] = ACTIONS(3158), + [anon_sym_private] = ACTIONS(3158), + [anon_sym_internal] = ACTIONS(3158), + [anon_sym_protected] = ACTIONS(3158), + [anon_sym_tailrec] = ACTIONS(3158), + [anon_sym_operator] = ACTIONS(3158), + [anon_sym_infix] = ACTIONS(3158), + [anon_sym_inline] = ACTIONS(3158), + [anon_sym_external] = ACTIONS(3158), + [sym_property_modifier] = ACTIONS(3158), + [anon_sym_abstract] = ACTIONS(3158), + [anon_sym_final] = ACTIONS(3158), + [anon_sym_open] = ACTIONS(3158), + [anon_sym_vararg] = ACTIONS(3158), + [anon_sym_noinline] = ACTIONS(3158), + [anon_sym_crossinline] = ACTIONS(3158), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1205] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [1200] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3169), + [anon_sym_RBRACK] = ACTIONS(3156), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3167), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3169), + [anon_sym_EQ] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3156), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3169), - [anon_sym_RPAREN] = ACTIONS(3169), + [anon_sym_COMMA] = ACTIONS(3156), + [anon_sym_RPAREN] = ACTIONS(3156), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(3167), + [anon_sym_where] = ACTIONS(3154), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(3169), + [anon_sym_DASH_GT] = ACTIONS(3156), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(3167), + [anon_sym_while] = ACTIONS(3154), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), [anon_sym_AMP_AMP] = ACTIONS(3598), [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(3167), + [anon_sym_else] = ACTIONS(3154), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3169), - [anon_sym_DASH_EQ] = ACTIONS(3169), - [anon_sym_STAR_EQ] = ACTIONS(3169), - [anon_sym_SLASH_EQ] = ACTIONS(3169), - [anon_sym_PERCENT_EQ] = ACTIONS(3169), + [anon_sym_PLUS_EQ] = ACTIONS(3156), + [anon_sym_DASH_EQ] = ACTIONS(3156), + [anon_sym_STAR_EQ] = ACTIONS(3156), + [anon_sym_SLASH_EQ] = ACTIONS(3156), + [anon_sym_PERCENT_EQ] = ACTIONS(3156), [anon_sym_BANG_EQ] = ACTIONS(3604), [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), [anon_sym_EQ_EQ] = ACTIONS(3604), @@ -186384,94 +185849,304 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3167), - [anon_sym_sealed] = ACTIONS(3167), - [anon_sym_annotation] = ACTIONS(3167), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3167), - [anon_sym_lateinit] = ACTIONS(3167), - [anon_sym_public] = ACTIONS(3167), - [anon_sym_private] = ACTIONS(3167), - [anon_sym_internal] = ACTIONS(3167), - [anon_sym_protected] = ACTIONS(3167), - [anon_sym_tailrec] = ACTIONS(3167), - [anon_sym_operator] = ACTIONS(3167), - [anon_sym_infix] = ACTIONS(3167), - [anon_sym_inline] = ACTIONS(3167), - [anon_sym_external] = ACTIONS(3167), - [sym_property_modifier] = ACTIONS(3167), - [anon_sym_abstract] = ACTIONS(3167), - [anon_sym_final] = ACTIONS(3167), - [anon_sym_open] = ACTIONS(3167), - [anon_sym_vararg] = ACTIONS(3167), - [anon_sym_noinline] = ACTIONS(3167), - [anon_sym_crossinline] = ACTIONS(3167), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3154), + [anon_sym_sealed] = ACTIONS(3154), + [anon_sym_annotation] = ACTIONS(3154), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3154), + [anon_sym_lateinit] = ACTIONS(3154), + [anon_sym_public] = ACTIONS(3154), + [anon_sym_private] = ACTIONS(3154), + [anon_sym_internal] = ACTIONS(3154), + [anon_sym_protected] = ACTIONS(3154), + [anon_sym_tailrec] = ACTIONS(3154), + [anon_sym_operator] = ACTIONS(3154), + [anon_sym_infix] = ACTIONS(3154), + [anon_sym_inline] = ACTIONS(3154), + [anon_sym_external] = ACTIONS(3154), + [sym_property_modifier] = ACTIONS(3154), + [anon_sym_abstract] = ACTIONS(3154), + [anon_sym_final] = ACTIONS(3154), + [anon_sym_open] = ACTIONS(3154), + [anon_sym_vararg] = ACTIONS(3154), + [anon_sym_noinline] = ACTIONS(3154), + [anon_sym_crossinline] = ACTIONS(3154), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1206] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [1201] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1682), + [sym__comparison_operator] = STATE(1681), + [sym__in_operator] = STATE(1680), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1679), + [sym__multiplicative_operator] = STATE(1678), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1677), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3142), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3144), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5225), + [anon_sym_object] = ACTIONS(3142), + [anon_sym_fun] = ACTIONS(3142), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3142), + [anon_sym_super] = ACTIONS(3142), + [anon_sym_STAR] = ACTIONS(5217), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5227), + [anon_sym_DOT_DOT] = ACTIONS(5219), + [anon_sym_QMARK_COLON] = ACTIONS(5221), + [anon_sym_AMP_AMP] = ACTIONS(5229), + [anon_sym_PIPE_PIPE] = ACTIONS(5231), + [anon_sym_null] = ACTIONS(3142), + [anon_sym_if] = ACTIONS(3142), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_when] = ACTIONS(3142), + [anon_sym_try] = ACTIONS(3142), + [anon_sym_throw] = ACTIONS(3142), + [anon_sym_return] = ACTIONS(3142), + [anon_sym_continue] = ACTIONS(3142), + [anon_sym_break] = ACTIONS(3142), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3144), + [anon_sym_DASH_EQ] = ACTIONS(3144), + [anon_sym_STAR_EQ] = ACTIONS(3144), + [anon_sym_SLASH_EQ] = ACTIONS(3144), + [anon_sym_PERCENT_EQ] = ACTIONS(3144), + [anon_sym_BANG_EQ] = ACTIONS(5233), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5235), + [anon_sym_EQ_EQ] = ACTIONS(5233), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5235), + [anon_sym_LT_EQ] = ACTIONS(5237), + [anon_sym_GT_EQ] = ACTIONS(5237), + [anon_sym_BANGin] = ACTIONS(5239), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5223), + [anon_sym_DASH] = ACTIONS(5223), + [anon_sym_SLASH] = ACTIONS(5217), + [anon_sym_PERCENT] = ACTIONS(5217), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3142), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3144), + [anon_sym_continue_AT] = ACTIONS(3144), + [anon_sym_break_AT] = ACTIONS(3144), + [anon_sym_this_AT] = ACTIONS(3144), + [anon_sym_super_AT] = ACTIONS(3144), + [sym_real_literal] = ACTIONS(3144), + [sym_integer_literal] = ACTIONS(3142), + [sym_hex_literal] = ACTIONS(3144), + [sym_bin_literal] = ACTIONS(3144), + [anon_sym_true] = ACTIONS(3142), + [anon_sym_false] = ACTIONS(3142), + [anon_sym_SQUOTE] = ACTIONS(3144), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3144), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3144), + }, + [1202] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1682), + [sym__comparison_operator] = STATE(1681), + [sym__in_operator] = STATE(1680), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1679), + [sym__multiplicative_operator] = STATE(1678), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1677), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3166), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3168), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5225), + [anon_sym_object] = ACTIONS(3166), + [anon_sym_fun] = ACTIONS(3166), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3166), + [anon_sym_super] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(5217), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5227), + [anon_sym_DOT_DOT] = ACTIONS(5219), + [anon_sym_QMARK_COLON] = ACTIONS(5221), + [anon_sym_AMP_AMP] = ACTIONS(5229), + [anon_sym_PIPE_PIPE] = ACTIONS(5231), + [anon_sym_null] = ACTIONS(3166), + [anon_sym_if] = ACTIONS(3166), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_when] = ACTIONS(3166), + [anon_sym_try] = ACTIONS(3166), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3166), + [anon_sym_continue] = ACTIONS(3166), + [anon_sym_break] = ACTIONS(3166), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3168), + [anon_sym_DASH_EQ] = ACTIONS(3168), + [anon_sym_STAR_EQ] = ACTIONS(3168), + [anon_sym_SLASH_EQ] = ACTIONS(3168), + [anon_sym_PERCENT_EQ] = ACTIONS(3168), + [anon_sym_BANG_EQ] = ACTIONS(5233), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5235), + [anon_sym_EQ_EQ] = ACTIONS(5233), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5235), + [anon_sym_LT_EQ] = ACTIONS(5237), + [anon_sym_GT_EQ] = ACTIONS(5237), + [anon_sym_BANGin] = ACTIONS(5239), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5223), + [anon_sym_DASH] = ACTIONS(5223), + [anon_sym_SLASH] = ACTIONS(5217), + [anon_sym_PERCENT] = ACTIONS(5217), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3166), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3168), + [anon_sym_continue_AT] = ACTIONS(3168), + [anon_sym_break_AT] = ACTIONS(3168), + [anon_sym_this_AT] = ACTIONS(3168), + [anon_sym_super_AT] = ACTIONS(3168), + [sym_real_literal] = ACTIONS(3168), + [sym_integer_literal] = ACTIONS(3166), + [sym_hex_literal] = ACTIONS(3168), + [sym_bin_literal] = ACTIONS(3168), + [anon_sym_true] = ACTIONS(3166), + [anon_sym_false] = ACTIONS(3166), + [anon_sym_SQUOTE] = ACTIONS(3168), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3168), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3168), + }, + [1203] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3173), + [anon_sym_RBRACK] = ACTIONS(3152), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3171), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3173), + [anon_sym_EQ] = ACTIONS(3150), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3152), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3173), - [anon_sym_RPAREN] = ACTIONS(3173), + [anon_sym_COMMA] = ACTIONS(3152), + [anon_sym_RPAREN] = ACTIONS(3152), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(3171), + [anon_sym_where] = ACTIONS(3150), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3173), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(3173), + [anon_sym_DASH_GT] = ACTIONS(3152), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(3171), + [anon_sym_while] = ACTIONS(3150), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), [anon_sym_AMP_AMP] = ACTIONS(3598), [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(3171), + [anon_sym_else] = ACTIONS(3150), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3173), - [anon_sym_DASH_EQ] = ACTIONS(3173), - [anon_sym_STAR_EQ] = ACTIONS(3173), - [anon_sym_SLASH_EQ] = ACTIONS(3173), - [anon_sym_PERCENT_EQ] = ACTIONS(3173), + [anon_sym_PLUS_EQ] = ACTIONS(3152), + [anon_sym_DASH_EQ] = ACTIONS(3152), + [anon_sym_STAR_EQ] = ACTIONS(3152), + [anon_sym_SLASH_EQ] = ACTIONS(3152), + [anon_sym_PERCENT_EQ] = ACTIONS(3152), [anon_sym_BANG_EQ] = ACTIONS(3604), [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), [anon_sym_EQ_EQ] = ACTIONS(3604), @@ -186489,400 +186164,190 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3171), - [anon_sym_sealed] = ACTIONS(3171), - [anon_sym_annotation] = ACTIONS(3171), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3171), - [anon_sym_lateinit] = ACTIONS(3171), - [anon_sym_public] = ACTIONS(3171), - [anon_sym_private] = ACTIONS(3171), - [anon_sym_internal] = ACTIONS(3171), - [anon_sym_protected] = ACTIONS(3171), - [anon_sym_tailrec] = ACTIONS(3171), - [anon_sym_operator] = ACTIONS(3171), - [anon_sym_infix] = ACTIONS(3171), - [anon_sym_inline] = ACTIONS(3171), - [anon_sym_external] = ACTIONS(3171), - [sym_property_modifier] = ACTIONS(3171), - [anon_sym_abstract] = ACTIONS(3171), - [anon_sym_final] = ACTIONS(3171), - [anon_sym_open] = ACTIONS(3171), - [anon_sym_vararg] = ACTIONS(3171), - [anon_sym_noinline] = ACTIONS(3171), - [anon_sym_crossinline] = ACTIONS(3171), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3150), + [anon_sym_sealed] = ACTIONS(3150), + [anon_sym_annotation] = ACTIONS(3150), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3150), + [anon_sym_lateinit] = ACTIONS(3150), + [anon_sym_public] = ACTIONS(3150), + [anon_sym_private] = ACTIONS(3150), + [anon_sym_internal] = ACTIONS(3150), + [anon_sym_protected] = ACTIONS(3150), + [anon_sym_tailrec] = ACTIONS(3150), + [anon_sym_operator] = ACTIONS(3150), + [anon_sym_infix] = ACTIONS(3150), + [anon_sym_inline] = ACTIONS(3150), + [anon_sym_external] = ACTIONS(3150), + [sym_property_modifier] = ACTIONS(3150), + [anon_sym_abstract] = ACTIONS(3150), + [anon_sym_final] = ACTIONS(3150), + [anon_sym_open] = ACTIONS(3150), + [anon_sym_vararg] = ACTIONS(3150), + [anon_sym_noinline] = ACTIONS(3150), + [anon_sym_crossinline] = ACTIONS(3150), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1207] = { - [sym_type_constraints] = STATE(1367), - [sym_function_body] = STATE(1185), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_COLON] = ACTIONS(5259), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4137), - [anon_sym_fun] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_this] = ACTIONS(4137), - [anon_sym_super] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4139), - [sym_label] = ACTIONS(4137), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(4137), - [anon_sym_if] = ACTIONS(4137), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_when] = ACTIONS(4137), - [anon_sym_try] = ACTIONS(4137), - [anon_sym_throw] = ACTIONS(4137), - [anon_sym_return] = ACTIONS(4137), - [anon_sym_continue] = ACTIONS(4137), - [anon_sym_break] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4139), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4137), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4139), - [anon_sym_continue_AT] = ACTIONS(4139), - [anon_sym_break_AT] = ACTIONS(4139), - [anon_sym_this_AT] = ACTIONS(4139), - [anon_sym_super_AT] = ACTIONS(4139), - [sym_real_literal] = ACTIONS(4139), - [sym_integer_literal] = ACTIONS(4137), - [sym_hex_literal] = ACTIONS(4139), - [sym_bin_literal] = ACTIONS(4139), - [anon_sym_true] = ACTIONS(4137), - [anon_sym_false] = ACTIONS(4137), - [anon_sym_SQUOTE] = ACTIONS(4139), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4139), - }, - [1208] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1682), - [sym__comparison_operator] = STATE(1681), - [sym__in_operator] = STATE(1680), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1679), - [sym__multiplicative_operator] = STATE(1678), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1677), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3182), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3184), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5223), - [anon_sym_object] = ACTIONS(3182), - [anon_sym_fun] = ACTIONS(3182), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3182), - [anon_sym_super] = ACTIONS(3182), - [anon_sym_STAR] = ACTIONS(5225), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5227), - [anon_sym_DOT_DOT] = ACTIONS(5229), - [anon_sym_QMARK_COLON] = ACTIONS(5231), - [anon_sym_AMP_AMP] = ACTIONS(5233), - [anon_sym_PIPE_PIPE] = ACTIONS(5235), - [anon_sym_null] = ACTIONS(3182), - [anon_sym_if] = ACTIONS(3182), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_when] = ACTIONS(3182), - [anon_sym_try] = ACTIONS(3182), - [anon_sym_throw] = ACTIONS(3182), - [anon_sym_return] = ACTIONS(3182), - [anon_sym_continue] = ACTIONS(3182), - [anon_sym_break] = ACTIONS(3182), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3184), - [anon_sym_DASH_EQ] = ACTIONS(3184), - [anon_sym_STAR_EQ] = ACTIONS(3184), - [anon_sym_SLASH_EQ] = ACTIONS(3184), - [anon_sym_PERCENT_EQ] = ACTIONS(3184), - [anon_sym_BANG_EQ] = ACTIONS(5237), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5239), - [anon_sym_EQ_EQ] = ACTIONS(5237), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5239), - [anon_sym_LT_EQ] = ACTIONS(5241), - [anon_sym_GT_EQ] = ACTIONS(5241), - [anon_sym_BANGin] = ACTIONS(5243), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5245), - [anon_sym_DASH] = ACTIONS(5245), - [anon_sym_SLASH] = ACTIONS(5225), - [anon_sym_PERCENT] = ACTIONS(5225), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3182), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3184), - [anon_sym_continue_AT] = ACTIONS(3184), - [anon_sym_break_AT] = ACTIONS(3184), - [anon_sym_this_AT] = ACTIONS(3184), - [anon_sym_super_AT] = ACTIONS(3184), - [sym_real_literal] = ACTIONS(3184), - [sym_integer_literal] = ACTIONS(3182), - [sym_hex_literal] = ACTIONS(3184), - [sym_bin_literal] = ACTIONS(3184), - [anon_sym_true] = ACTIONS(3182), - [anon_sym_false] = ACTIONS(3182), - [anon_sym_SQUOTE] = ACTIONS(3184), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3184), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3184), - }, - [1209] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1682), - [sym__comparison_operator] = STATE(1681), - [sym__in_operator] = STATE(1680), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1679), - [sym__multiplicative_operator] = STATE(1678), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1677), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [1204] = { + [sym_getter] = STATE(9127), + [sym_setter] = STATE(9127), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9298), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(4593), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5223), - [anon_sym_object] = ACTIONS(3113), - [anon_sym_fun] = ACTIONS(3113), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3113), - [anon_sym_super] = ACTIONS(3113), - [anon_sym_STAR] = ACTIONS(5225), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5227), - [anon_sym_DOT_DOT] = ACTIONS(5229), - [anon_sym_QMARK_COLON] = ACTIONS(5231), - [anon_sym_AMP_AMP] = ACTIONS(5233), - [anon_sym_PIPE_PIPE] = ACTIONS(5235), - [anon_sym_null] = ACTIONS(3113), - [anon_sym_if] = ACTIONS(3113), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_when] = ACTIONS(3113), - [anon_sym_try] = ACTIONS(3113), - [anon_sym_throw] = ACTIONS(3113), - [anon_sym_return] = ACTIONS(3113), - [anon_sym_continue] = ACTIONS(3113), - [anon_sym_break] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3115), - [anon_sym_DASH_EQ] = ACTIONS(3115), - [anon_sym_STAR_EQ] = ACTIONS(3115), - [anon_sym_SLASH_EQ] = ACTIONS(3115), - [anon_sym_PERCENT_EQ] = ACTIONS(3115), - [anon_sym_BANG_EQ] = ACTIONS(5237), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5239), - [anon_sym_EQ_EQ] = ACTIONS(5237), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5239), - [anon_sym_LT_EQ] = ACTIONS(5241), - [anon_sym_GT_EQ] = ACTIONS(5241), - [anon_sym_BANGin] = ACTIONS(5243), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5245), - [anon_sym_DASH] = ACTIONS(5245), - [anon_sym_SLASH] = ACTIONS(5225), - [anon_sym_PERCENT] = ACTIONS(5225), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3113), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(4982), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(5251), + [anon_sym_get] = ACTIONS(5243), + [anon_sym_set] = ACTIONS(5245), + [anon_sym_STAR] = ACTIONS(4990), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3115), - [anon_sym_continue_AT] = ACTIONS(3115), - [anon_sym_break_AT] = ACTIONS(3115), - [anon_sym_this_AT] = ACTIONS(3115), - [anon_sym_super_AT] = ACTIONS(3115), - [sym_real_literal] = ACTIONS(3115), - [sym_integer_literal] = ACTIONS(3113), - [sym_hex_literal] = ACTIONS(3115), - [sym_bin_literal] = ACTIONS(3115), - [anon_sym_true] = ACTIONS(3113), - [anon_sym_false] = ACTIONS(3113), - [anon_sym_SQUOTE] = ACTIONS(3115), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3115), - [sym_safe_nav] = ACTIONS(4613), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3115), }, - [1210] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), + [1205] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), [sym__equality_operator] = STATE(1682), [sym__comparison_operator] = STATE(1681), [sym__in_operator] = STATE(1680), - [sym__is_operator] = STATE(6348), + [sym__is_operator] = STATE(6281), [sym__additive_operator] = STATE(1679), [sym__multiplicative_operator] = STATE(1678), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1677), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(3088), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), [anon_sym_EQ] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_RBRACE] = ACTIONS(3090), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5223), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), [anon_sym_object] = ACTIONS(3088), [anon_sym_fun] = ACTIONS(3088), - [anon_sym_DOT] = ACTIONS(4597), + [anon_sym_DOT] = ACTIONS(4519), [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), [anon_sym_this] = ACTIONS(3088), [anon_sym_super] = ACTIONS(3088), - [anon_sym_STAR] = ACTIONS(5225), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5227), - [anon_sym_DOT_DOT] = ACTIONS(5229), - [anon_sym_QMARK_COLON] = ACTIONS(5231), - [anon_sym_AMP_AMP] = ACTIONS(5233), - [anon_sym_PIPE_PIPE] = ACTIONS(5235), + [anon_sym_STAR] = ACTIONS(5217), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_DOT_DOT] = ACTIONS(5219), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), [anon_sym_null] = ACTIONS(3088), [anon_sym_if] = ACTIONS(3088), [anon_sym_else] = ACTIONS(3088), @@ -186892,35 +186357,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(3088), [anon_sym_continue] = ACTIONS(3088), [anon_sym_break] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(4613), + [anon_sym_COLON_COLON] = ACTIONS(4535), [anon_sym_PLUS_EQ] = ACTIONS(3090), [anon_sym_DASH_EQ] = ACTIONS(3090), [anon_sym_STAR_EQ] = ACTIONS(3090), [anon_sym_SLASH_EQ] = ACTIONS(3090), [anon_sym_PERCENT_EQ] = ACTIONS(3090), - [anon_sym_BANG_EQ] = ACTIONS(5237), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5239), - [anon_sym_EQ_EQ] = ACTIONS(5237), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5239), - [anon_sym_LT_EQ] = ACTIONS(5241), - [anon_sym_GT_EQ] = ACTIONS(5241), - [anon_sym_BANGin] = ACTIONS(5243), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5245), - [anon_sym_DASH] = ACTIONS(5245), - [anon_sym_SLASH] = ACTIONS(5225), - [anon_sym_PERCENT] = ACTIONS(5225), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), + [anon_sym_PLUS] = ACTIONS(5223), + [anon_sym_DASH] = ACTIONS(5223), + [anon_sym_SLASH] = ACTIONS(5217), + [anon_sym_PERCENT] = ACTIONS(5217), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), [anon_sym_BANG] = ACTIONS(3088), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(3090), [anon_sym_continue_AT] = ACTIONS(3090), @@ -186934,288 +186399,393 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_true] = ACTIONS(3088), [anon_sym_false] = ACTIONS(3088), [anon_sym_SQUOTE] = ACTIONS(3090), - [sym__backtick_identifier] = ACTIONS(1788), + [sym__backtick_identifier] = ACTIONS(3090), [sym__automatic_semicolon] = ACTIONS(3090), - [sym_safe_nav] = ACTIONS(4613), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3090), }, - [1211] = { - [sym_getter] = STATE(9460), - [sym_setter] = STATE(9460), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9322), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), + [1206] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), + [sym__comparison_operator] = STATE(2143), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(3088), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(5261), - [anon_sym_get] = ACTIONS(5249), - [anon_sym_set] = ACTIONS(5251), - [anon_sym_STAR] = ACTIONS(4986), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_RBRACK] = ACTIONS(3090), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_EQ] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_COMMA] = ACTIONS(3090), + [anon_sym_RPAREN] = ACTIONS(3090), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_where] = ACTIONS(3088), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(3588), + [anon_sym_DASH_GT] = ACTIONS(3090), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_while] = ACTIONS(3088), + [anon_sym_DOT_DOT] = ACTIONS(3594), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_else] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_PLUS_EQ] = ACTIONS(3090), + [anon_sym_DASH_EQ] = ACTIONS(3090), + [anon_sym_STAR_EQ] = ACTIONS(3090), + [anon_sym_SLASH_EQ] = ACTIONS(3090), + [anon_sym_PERCENT_EQ] = ACTIONS(3090), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), + [anon_sym_PLUS] = ACTIONS(3616), + [anon_sym_DASH] = ACTIONS(3616), + [anon_sym_SLASH] = ACTIONS(3588), + [anon_sym_PERCENT] = ACTIONS(3588), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3088), + [anon_sym_sealed] = ACTIONS(3088), + [anon_sym_annotation] = ACTIONS(3088), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_override] = ACTIONS(3088), + [anon_sym_lateinit] = ACTIONS(3088), + [anon_sym_public] = ACTIONS(3088), + [anon_sym_private] = ACTIONS(3088), + [anon_sym_internal] = ACTIONS(3088), + [anon_sym_protected] = ACTIONS(3088), + [anon_sym_tailrec] = ACTIONS(3088), + [anon_sym_operator] = ACTIONS(3088), + [anon_sym_infix] = ACTIONS(3088), + [anon_sym_inline] = ACTIONS(3088), + [anon_sym_external] = ACTIONS(3088), + [sym_property_modifier] = ACTIONS(3088), + [anon_sym_abstract] = ACTIONS(3088), + [anon_sym_final] = ACTIONS(3088), + [anon_sym_open] = ACTIONS(3088), + [anon_sym_vararg] = ACTIONS(3088), + [anon_sym_noinline] = ACTIONS(3088), + [anon_sym_crossinline] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(3682), + [sym__backtick_identifier] = ACTIONS(3090), + [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1212] = { - [sym_getter] = STATE(9156), - [sym_setter] = STATE(9156), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9322), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [1207] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1682), + [sym__comparison_operator] = STATE(1681), + [sym__in_operator] = STATE(1680), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1679), + [sym__multiplicative_operator] = STATE(1678), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1677), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3095), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(4515), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(5263), - [anon_sym_get] = ACTIONS(5249), - [anon_sym_set] = ACTIONS(5251), - [anon_sym_STAR] = ACTIONS(4986), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), - [sym_line_comment] = ACTIONS(3), + [anon_sym_GT] = ACTIONS(5225), + [anon_sym_object] = ACTIONS(3095), + [anon_sym_fun] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3095), + [anon_sym_super] = ACTIONS(3095), + [anon_sym_STAR] = ACTIONS(5217), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5227), + [anon_sym_DOT_DOT] = ACTIONS(5219), + [anon_sym_QMARK_COLON] = ACTIONS(5221), + [anon_sym_AMP_AMP] = ACTIONS(5229), + [anon_sym_PIPE_PIPE] = ACTIONS(5231), + [anon_sym_null] = ACTIONS(3095), + [anon_sym_if] = ACTIONS(3095), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_when] = ACTIONS(3095), + [anon_sym_try] = ACTIONS(3095), + [anon_sym_throw] = ACTIONS(3095), + [anon_sym_return] = ACTIONS(3095), + [anon_sym_continue] = ACTIONS(3095), + [anon_sym_break] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(5233), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5235), + [anon_sym_EQ_EQ] = ACTIONS(5233), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5235), + [anon_sym_LT_EQ] = ACTIONS(5237), + [anon_sym_GT_EQ] = ACTIONS(5237), + [anon_sym_BANGin] = ACTIONS(5239), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5223), + [anon_sym_DASH] = ACTIONS(5223), + [anon_sym_SLASH] = ACTIONS(5217), + [anon_sym_PERCENT] = ACTIONS(5217), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3095), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3097), + [anon_sym_continue_AT] = ACTIONS(3097), + [anon_sym_break_AT] = ACTIONS(3097), + [anon_sym_this_AT] = ACTIONS(3097), + [anon_sym_super_AT] = ACTIONS(3097), + [sym_real_literal] = ACTIONS(3097), + [sym_integer_literal] = ACTIONS(3095), + [sym_hex_literal] = ACTIONS(3097), + [sym_bin_literal] = ACTIONS(3097), + [anon_sym_true] = ACTIONS(3095), + [anon_sym_false] = ACTIONS(3095), + [anon_sym_SQUOTE] = ACTIONS(3097), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(3682), + [sym__automatic_semicolon] = ACTIONS(3097), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3097), }, - [1213] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [1208] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), + [sym__comparison_operator] = STATE(2143), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(3128), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_RBRACK] = ACTIONS(3130), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_EQ] = ACTIONS(3128), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_COMMA] = ACTIONS(3130), + [anon_sym_RPAREN] = ACTIONS(3130), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_where] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(3588), + [anon_sym_DASH_GT] = ACTIONS(3130), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_while] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_PLUS_EQ] = ACTIONS(3130), + [anon_sym_DASH_EQ] = ACTIONS(3130), + [anon_sym_STAR_EQ] = ACTIONS(3130), + [anon_sym_SLASH_EQ] = ACTIONS(3130), + [anon_sym_PERCENT_EQ] = ACTIONS(3130), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(3588), + [anon_sym_PERCENT] = ACTIONS(3588), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3128), + [anon_sym_sealed] = ACTIONS(3128), + [anon_sym_annotation] = ACTIONS(3128), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_override] = ACTIONS(3128), + [anon_sym_lateinit] = ACTIONS(3128), + [anon_sym_public] = ACTIONS(3128), + [anon_sym_private] = ACTIONS(3128), + [anon_sym_internal] = ACTIONS(3128), + [anon_sym_protected] = ACTIONS(3128), + [anon_sym_tailrec] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_infix] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym_external] = ACTIONS(3128), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3128), + [anon_sym_final] = ACTIONS(3128), + [anon_sym_open] = ACTIONS(3128), + [anon_sym_vararg] = ACTIONS(3128), + [anon_sym_noinline] = ACTIONS(3128), + [anon_sym_crossinline] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [1209] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3127), + [anon_sym_RBRACK] = ACTIONS(3164), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3125), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3127), + [anon_sym_EQ] = ACTIONS(3162), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3164), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3127), - [anon_sym_RPAREN] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_where] = ACTIONS(3125), + [anon_sym_COMMA] = ACTIONS(3164), + [anon_sym_RPAREN] = ACTIONS(3164), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3578), + [anon_sym_where] = ACTIONS(3162), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3164), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(3127), + [anon_sym_DASH_GT] = ACTIONS(3164), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_while] = ACTIONS(3125), + [anon_sym_in] = ACTIONS(3592), + [anon_sym_while] = ACTIONS(3162), [anon_sym_DOT_DOT] = ACTIONS(3594), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_else] = ACTIONS(3125), + [anon_sym_QMARK_COLON] = ACTIONS(3596), + [anon_sym_AMP_AMP] = ACTIONS(3598), + [anon_sym_PIPE_PIPE] = ACTIONS(3600), + [anon_sym_else] = ACTIONS(3162), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3127), - [anon_sym_DASH_EQ] = ACTIONS(3127), - [anon_sym_STAR_EQ] = ACTIONS(3127), - [anon_sym_SLASH_EQ] = ACTIONS(3127), - [anon_sym_PERCENT_EQ] = ACTIONS(3127), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), + [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(3604), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), + [anon_sym_EQ_EQ] = ACTIONS(3604), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3606), + [anon_sym_LT_EQ] = ACTIONS(3608), + [anon_sym_GT_EQ] = ACTIONS(3608), + [anon_sym_BANGin] = ACTIONS(3610), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), [anon_sym_PLUS] = ACTIONS(3616), [anon_sym_DASH] = ACTIONS(3616), [anon_sym_SLASH] = ACTIONS(3588), @@ -187224,183 +186794,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3125), - [anon_sym_sealed] = ACTIONS(3125), - [anon_sym_annotation] = ACTIONS(3125), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3125), - [anon_sym_lateinit] = ACTIONS(3125), - [anon_sym_public] = ACTIONS(3125), - [anon_sym_private] = ACTIONS(3125), - [anon_sym_internal] = ACTIONS(3125), - [anon_sym_protected] = ACTIONS(3125), - [anon_sym_tailrec] = ACTIONS(3125), - [anon_sym_operator] = ACTIONS(3125), - [anon_sym_infix] = ACTIONS(3125), - [anon_sym_inline] = ACTIONS(3125), - [anon_sym_external] = ACTIONS(3125), - [sym_property_modifier] = ACTIONS(3125), - [anon_sym_abstract] = ACTIONS(3125), - [anon_sym_final] = ACTIONS(3125), - [anon_sym_open] = ACTIONS(3125), - [anon_sym_vararg] = ACTIONS(3125), - [anon_sym_noinline] = ACTIONS(3125), - [anon_sym_crossinline] = ACTIONS(3125), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3162), + [anon_sym_sealed] = ACTIONS(3162), + [anon_sym_annotation] = ACTIONS(3162), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3162), + [anon_sym_lateinit] = ACTIONS(3162), + [anon_sym_public] = ACTIONS(3162), + [anon_sym_private] = ACTIONS(3162), + [anon_sym_internal] = ACTIONS(3162), + [anon_sym_protected] = ACTIONS(3162), + [anon_sym_tailrec] = ACTIONS(3162), + [anon_sym_operator] = ACTIONS(3162), + [anon_sym_infix] = ACTIONS(3162), + [anon_sym_inline] = ACTIONS(3162), + [anon_sym_external] = ACTIONS(3162), + [sym_property_modifier] = ACTIONS(3162), + [anon_sym_abstract] = ACTIONS(3162), + [anon_sym_final] = ACTIONS(3162), + [anon_sym_open] = ACTIONS(3162), + [anon_sym_vararg] = ACTIONS(3162), + [anon_sym_noinline] = ACTIONS(3162), + [anon_sym_crossinline] = ACTIONS(3162), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1214] = { - [sym_getter] = STATE(9110), - [sym_setter] = STATE(9110), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9322), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), + [1210] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), + [sym__comparison_operator] = STATE(2143), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(5265), - [anon_sym_get] = ACTIONS(5249), - [anon_sym_set] = ACTIONS(5251), - [anon_sym_STAR] = ACTIONS(4986), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_RBRACK] = ACTIONS(3123), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_EQ] = ACTIONS(3121), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_RPAREN] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_where] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3588), + [anon_sym_DASH_GT] = ACTIONS(3123), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_while] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(3594), + [anon_sym_QMARK_COLON] = ACTIONS(3596), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_PLUS_EQ] = ACTIONS(3123), + [anon_sym_DASH_EQ] = ACTIONS(3123), + [anon_sym_STAR_EQ] = ACTIONS(3123), + [anon_sym_SLASH_EQ] = ACTIONS(3123), + [anon_sym_PERCENT_EQ] = ACTIONS(3123), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(3616), + [anon_sym_DASH] = ACTIONS(3616), + [anon_sym_SLASH] = ACTIONS(3588), + [anon_sym_PERCENT] = ACTIONS(3588), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3121), + [anon_sym_sealed] = ACTIONS(3121), + [anon_sym_annotation] = ACTIONS(3121), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3121), + [anon_sym_lateinit] = ACTIONS(3121), + [anon_sym_public] = ACTIONS(3121), + [anon_sym_private] = ACTIONS(3121), + [anon_sym_internal] = ACTIONS(3121), + [anon_sym_protected] = ACTIONS(3121), + [anon_sym_tailrec] = ACTIONS(3121), + [anon_sym_operator] = ACTIONS(3121), + [anon_sym_infix] = ACTIONS(3121), + [anon_sym_inline] = ACTIONS(3121), + [anon_sym_external] = ACTIONS(3121), + [sym_property_modifier] = ACTIONS(3121), + [anon_sym_abstract] = ACTIONS(3121), + [anon_sym_final] = ACTIONS(3121), + [anon_sym_open] = ACTIONS(3121), + [anon_sym_vararg] = ACTIONS(3121), + [anon_sym_noinline] = ACTIONS(3121), + [anon_sym_crossinline] = ACTIONS(3121), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(3682), + [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1215] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [1211] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_RBRACK] = ACTIONS(3119), [anon_sym_as] = ACTIONS(3574), [anon_sym_EQ] = ACTIONS(3117), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1610), [anon_sym_RBRACE] = ACTIONS(3119), [anon_sym_LPAREN] = ACTIONS(3576), [anon_sym_COMMA] = ACTIONS(3119), [anon_sym_RPAREN] = ACTIONS(3119), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3578), + [anon_sym_GT] = ACTIONS(3117), [anon_sym_where] = ACTIONS(3117), [anon_sym_DOT] = ACTIONS(3580), [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3588), [anon_sym_DASH_GT] = ACTIONS(3119), [sym_label] = ACTIONS(3590), @@ -187417,12 +186987,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_EQ] = ACTIONS(3119), [anon_sym_SLASH_EQ] = ACTIONS(3119), [anon_sym_PERCENT_EQ] = ACTIONS(3119), - [anon_sym_BANG_EQ] = ACTIONS(3604), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), - [anon_sym_EQ_EQ] = ACTIONS(3604), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3606), - [anon_sym_LT_EQ] = ACTIONS(3608), - [anon_sym_GT_EQ] = ACTIONS(3608), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), [anon_sym_BANGin] = ACTIONS(3610), [anon_sym_is] = ACTIONS(3612), [anon_sym_BANGis] = ACTIONS(3614), @@ -187437,9 +187007,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(3117), [anon_sym_sealed] = ACTIONS(3117), [anon_sym_annotation] = ACTIONS(3117), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), [anon_sym_override] = ACTIONS(3117), [anon_sym_lateinit] = ACTIONS(3117), [anon_sym_public] = ACTIONS(3117), @@ -187458,74 +187028,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(3117), [anon_sym_noinline] = ACTIONS(3117), [anon_sym_crossinline] = ACTIONS(3117), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1216] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [1212] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3138), + [anon_sym_RBRACK] = ACTIONS(3115), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3138), + [anon_sym_EQ] = ACTIONS(3113), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3115), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3138), - [anon_sym_RPAREN] = ACTIONS(3138), + [anon_sym_COMMA] = ACTIONS(3115), + [anon_sym_RPAREN] = ACTIONS(3115), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(3113), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(3138), + [anon_sym_DASH_GT] = ACTIONS(3115), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(3136), + [anon_sym_while] = ACTIONS(3113), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), - [anon_sym_AMP_AMP] = ACTIONS(3598), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [anon_sym_else] = ACTIONS(3136), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_else] = ACTIONS(3113), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3138), - [anon_sym_DASH_EQ] = ACTIONS(3138), - [anon_sym_STAR_EQ] = ACTIONS(3138), - [anon_sym_SLASH_EQ] = ACTIONS(3138), - [anon_sym_PERCENT_EQ] = ACTIONS(3138), - [anon_sym_BANG_EQ] = ACTIONS(3604), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), - [anon_sym_EQ_EQ] = ACTIONS(3604), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3606), + [anon_sym_PLUS_EQ] = ACTIONS(3115), + [anon_sym_DASH_EQ] = ACTIONS(3115), + [anon_sym_STAR_EQ] = ACTIONS(3115), + [anon_sym_SLASH_EQ] = ACTIONS(3115), + [anon_sym_PERCENT_EQ] = ACTIONS(3115), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), [anon_sym_LT_EQ] = ACTIONS(3608), [anon_sym_GT_EQ] = ACTIONS(3608), [anon_sym_BANGin] = ACTIONS(3610), @@ -187539,98 +187109,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3136), - [anon_sym_sealed] = ACTIONS(3136), - [anon_sym_annotation] = ACTIONS(3136), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3136), - [anon_sym_lateinit] = ACTIONS(3136), - [anon_sym_public] = ACTIONS(3136), - [anon_sym_private] = ACTIONS(3136), - [anon_sym_internal] = ACTIONS(3136), - [anon_sym_protected] = ACTIONS(3136), - [anon_sym_tailrec] = ACTIONS(3136), - [anon_sym_operator] = ACTIONS(3136), - [anon_sym_infix] = ACTIONS(3136), - [anon_sym_inline] = ACTIONS(3136), - [anon_sym_external] = ACTIONS(3136), - [sym_property_modifier] = ACTIONS(3136), - [anon_sym_abstract] = ACTIONS(3136), - [anon_sym_final] = ACTIONS(3136), - [anon_sym_open] = ACTIONS(3136), - [anon_sym_vararg] = ACTIONS(3136), - [anon_sym_noinline] = ACTIONS(3136), - [anon_sym_crossinline] = ACTIONS(3136), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3113), + [anon_sym_sealed] = ACTIONS(3113), + [anon_sym_annotation] = ACTIONS(3113), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3113), + [anon_sym_lateinit] = ACTIONS(3113), + [anon_sym_public] = ACTIONS(3113), + [anon_sym_private] = ACTIONS(3113), + [anon_sym_internal] = ACTIONS(3113), + [anon_sym_protected] = ACTIONS(3113), + [anon_sym_tailrec] = ACTIONS(3113), + [anon_sym_operator] = ACTIONS(3113), + [anon_sym_infix] = ACTIONS(3113), + [anon_sym_inline] = ACTIONS(3113), + [anon_sym_external] = ACTIONS(3113), + [sym_property_modifier] = ACTIONS(3113), + [anon_sym_abstract] = ACTIONS(3113), + [anon_sym_final] = ACTIONS(3113), + [anon_sym_open] = ACTIONS(3113), + [anon_sym_vararg] = ACTIONS(3113), + [anon_sym_noinline] = ACTIONS(3113), + [anon_sym_crossinline] = ACTIONS(3113), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1217] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [1213] = { + [sym_getter] = STATE(9411), + [sym_setter] = STATE(9411), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9298), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4982), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(5253), + [anon_sym_get] = ACTIONS(5243), + [anon_sym_set] = ACTIONS(5245), + [anon_sym_STAR] = ACTIONS(4990), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(1792), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [1214] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3142), + [anon_sym_RBRACK] = ACTIONS(3107), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3142), + [anon_sym_EQ] = ACTIONS(3105), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3107), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3142), - [anon_sym_RPAREN] = ACTIONS(3142), + [anon_sym_COMMA] = ACTIONS(3107), + [anon_sym_RPAREN] = ACTIONS(3107), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(3140), + [anon_sym_where] = ACTIONS(3105), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(3142), + [anon_sym_DASH_GT] = ACTIONS(3107), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(3140), + [anon_sym_while] = ACTIONS(3105), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_else] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3598), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_else] = ACTIONS(3105), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3142), - [anon_sym_DASH_EQ] = ACTIONS(3142), - [anon_sym_STAR_EQ] = ACTIONS(3142), - [anon_sym_SLASH_EQ] = ACTIONS(3142), - [anon_sym_PERCENT_EQ] = ACTIONS(3142), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), + [anon_sym_PLUS_EQ] = ACTIONS(3107), + [anon_sym_DASH_EQ] = ACTIONS(3107), + [anon_sym_STAR_EQ] = ACTIONS(3107), + [anon_sym_SLASH_EQ] = ACTIONS(3107), + [anon_sym_PERCENT_EQ] = ACTIONS(3107), + [anon_sym_BANG_EQ] = ACTIONS(3604), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), + [anon_sym_EQ_EQ] = ACTIONS(3604), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3606), [anon_sym_LT_EQ] = ACTIONS(3608), [anon_sym_GT_EQ] = ACTIONS(3608), [anon_sym_BANGin] = ACTIONS(3610), @@ -187644,100 +187319,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3140), - [anon_sym_sealed] = ACTIONS(3140), - [anon_sym_annotation] = ACTIONS(3140), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3140), - [anon_sym_lateinit] = ACTIONS(3140), - [anon_sym_public] = ACTIONS(3140), - [anon_sym_private] = ACTIONS(3140), - [anon_sym_internal] = ACTIONS(3140), - [anon_sym_protected] = ACTIONS(3140), - [anon_sym_tailrec] = ACTIONS(3140), - [anon_sym_operator] = ACTIONS(3140), - [anon_sym_infix] = ACTIONS(3140), - [anon_sym_inline] = ACTIONS(3140), - [anon_sym_external] = ACTIONS(3140), - [sym_property_modifier] = ACTIONS(3140), - [anon_sym_abstract] = ACTIONS(3140), - [anon_sym_final] = ACTIONS(3140), - [anon_sym_open] = ACTIONS(3140), - [anon_sym_vararg] = ACTIONS(3140), - [anon_sym_noinline] = ACTIONS(3140), - [anon_sym_crossinline] = ACTIONS(3140), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3105), + [anon_sym_sealed] = ACTIONS(3105), + [anon_sym_annotation] = ACTIONS(3105), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3105), + [anon_sym_lateinit] = ACTIONS(3105), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_protected] = ACTIONS(3105), + [anon_sym_tailrec] = ACTIONS(3105), + [anon_sym_operator] = ACTIONS(3105), + [anon_sym_infix] = ACTIONS(3105), + [anon_sym_inline] = ACTIONS(3105), + [anon_sym_external] = ACTIONS(3105), + [sym_property_modifier] = ACTIONS(3105), + [anon_sym_abstract] = ACTIONS(3105), + [anon_sym_final] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_vararg] = ACTIONS(3105), + [anon_sym_noinline] = ACTIONS(3105), + [anon_sym_crossinline] = ACTIONS(3105), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1218] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [1215] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3146), + [anon_sym_RBRACK] = ACTIONS(3103), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3144), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3146), + [anon_sym_EQ] = ACTIONS(3101), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3103), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3146), - [anon_sym_RPAREN] = ACTIONS(3146), + [anon_sym_COMMA] = ACTIONS(3103), + [anon_sym_RPAREN] = ACTIONS(3103), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_where] = ACTIONS(3144), + [anon_sym_GT] = ACTIONS(3578), + [anon_sym_where] = ACTIONS(3101), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(3146), + [anon_sym_DASH_GT] = ACTIONS(3103), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(3144), + [anon_sym_while] = ACTIONS(3101), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_else] = ACTIONS(3144), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_else] = ACTIONS(3101), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3146), - [anon_sym_DASH_EQ] = ACTIONS(3146), - [anon_sym_STAR_EQ] = ACTIONS(3146), - [anon_sym_SLASH_EQ] = ACTIONS(3146), - [anon_sym_PERCENT_EQ] = ACTIONS(3146), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), + [anon_sym_PLUS_EQ] = ACTIONS(3103), + [anon_sym_DASH_EQ] = ACTIONS(3103), + [anon_sym_STAR_EQ] = ACTIONS(3103), + [anon_sym_SLASH_EQ] = ACTIONS(3103), + [anon_sym_PERCENT_EQ] = ACTIONS(3103), + [anon_sym_BANG_EQ] = ACTIONS(3604), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), + [anon_sym_EQ_EQ] = ACTIONS(3604), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3606), + [anon_sym_LT_EQ] = ACTIONS(3608), + [anon_sym_GT_EQ] = ACTIONS(3608), [anon_sym_BANGin] = ACTIONS(3610), [anon_sym_is] = ACTIONS(3612), [anon_sym_BANGis] = ACTIONS(3614), @@ -187749,103 +187424,208 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3144), - [anon_sym_sealed] = ACTIONS(3144), - [anon_sym_annotation] = ACTIONS(3144), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3144), - [anon_sym_lateinit] = ACTIONS(3144), - [anon_sym_public] = ACTIONS(3144), - [anon_sym_private] = ACTIONS(3144), - [anon_sym_internal] = ACTIONS(3144), - [anon_sym_protected] = ACTIONS(3144), - [anon_sym_tailrec] = ACTIONS(3144), - [anon_sym_operator] = ACTIONS(3144), - [anon_sym_infix] = ACTIONS(3144), - [anon_sym_inline] = ACTIONS(3144), - [anon_sym_external] = ACTIONS(3144), - [sym_property_modifier] = ACTIONS(3144), - [anon_sym_abstract] = ACTIONS(3144), - [anon_sym_final] = ACTIONS(3144), - [anon_sym_open] = ACTIONS(3144), - [anon_sym_vararg] = ACTIONS(3144), - [anon_sym_noinline] = ACTIONS(3144), - [anon_sym_crossinline] = ACTIONS(3144), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3101), + [anon_sym_sealed] = ACTIONS(3101), + [anon_sym_annotation] = ACTIONS(3101), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3101), + [anon_sym_lateinit] = ACTIONS(3101), + [anon_sym_public] = ACTIONS(3101), + [anon_sym_private] = ACTIONS(3101), + [anon_sym_internal] = ACTIONS(3101), + [anon_sym_protected] = ACTIONS(3101), + [anon_sym_tailrec] = ACTIONS(3101), + [anon_sym_operator] = ACTIONS(3101), + [anon_sym_infix] = ACTIONS(3101), + [anon_sym_inline] = ACTIONS(3101), + [anon_sym_external] = ACTIONS(3101), + [sym_property_modifier] = ACTIONS(3101), + [anon_sym_abstract] = ACTIONS(3101), + [anon_sym_final] = ACTIONS(3101), + [anon_sym_open] = ACTIONS(3101), + [anon_sym_vararg] = ACTIONS(3101), + [anon_sym_noinline] = ACTIONS(3101), + [anon_sym_crossinline] = ACTIONS(3101), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1219] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [1216] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1682), + [sym__comparison_operator] = STATE(1681), + [sym__in_operator] = STATE(1680), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1679), + [sym__multiplicative_operator] = STATE(1678), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1677), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(3135), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3135), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_object] = ACTIONS(3135), + [anon_sym_fun] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_this] = ACTIONS(3135), + [anon_sym_super] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3135), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_null] = ACTIONS(3135), + [anon_sym_if] = ACTIONS(3135), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_when] = ACTIONS(3135), + [anon_sym_try] = ACTIONS(3135), + [anon_sym_throw] = ACTIONS(3135), + [anon_sym_return] = ACTIONS(3135), + [anon_sym_continue] = ACTIONS(3135), + [anon_sym_break] = ACTIONS(3135), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3137), + [anon_sym_DASH_EQ] = ACTIONS(3137), + [anon_sym_STAR_EQ] = ACTIONS(3137), + [anon_sym_SLASH_EQ] = ACTIONS(3137), + [anon_sym_PERCENT_EQ] = ACTIONS(3137), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3135), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3135), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3137), + [anon_sym_continue_AT] = ACTIONS(3137), + [anon_sym_break_AT] = ACTIONS(3137), + [anon_sym_this_AT] = ACTIONS(3137), + [anon_sym_super_AT] = ACTIONS(3137), + [sym_real_literal] = ACTIONS(3137), + [sym_integer_literal] = ACTIONS(3135), + [sym_hex_literal] = ACTIONS(3137), + [sym_bin_literal] = ACTIONS(3137), + [anon_sym_true] = ACTIONS(3135), + [anon_sym_false] = ACTIONS(3135), + [anon_sym_SQUOTE] = ACTIONS(3137), + [sym__backtick_identifier] = ACTIONS(3137), + [sym__automatic_semicolon] = ACTIONS(3137), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3137), + }, + [1217] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3162), + [anon_sym_RBRACK] = ACTIONS(3180), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3162), + [anon_sym_EQ] = ACTIONS(3178), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3180), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3162), - [anon_sym_RPAREN] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3160), + [anon_sym_COMMA] = ACTIONS(3180), + [anon_sym_RPAREN] = ACTIONS(3180), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_where] = ACTIONS(3178), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(3162), + [anon_sym_DASH_GT] = ACTIONS(3180), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_while] = ACTIONS(3160), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_while] = ACTIONS(3178), [anon_sym_DOT_DOT] = ACTIONS(3594), - [anon_sym_QMARK_COLON] = ACTIONS(3596), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [anon_sym_else] = ACTIONS(3160), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_else] = ACTIONS(3178), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3162), - [anon_sym_DASH_EQ] = ACTIONS(3162), - [anon_sym_STAR_EQ] = ACTIONS(3162), - [anon_sym_SLASH_EQ] = ACTIONS(3162), - [anon_sym_PERCENT_EQ] = ACTIONS(3162), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), + [anon_sym_PLUS_EQ] = ACTIONS(3180), + [anon_sym_DASH_EQ] = ACTIONS(3180), + [anon_sym_STAR_EQ] = ACTIONS(3180), + [anon_sym_SLASH_EQ] = ACTIONS(3180), + [anon_sym_PERCENT_EQ] = ACTIONS(3180), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), [anon_sym_PLUS] = ACTIONS(3616), [anon_sym_DASH] = ACTIONS(3616), [anon_sym_SLASH] = ACTIONS(3588), @@ -187854,313 +187634,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3160), - [anon_sym_sealed] = ACTIONS(3160), - [anon_sym_annotation] = ACTIONS(3160), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3160), - [anon_sym_lateinit] = ACTIONS(3160), - [anon_sym_public] = ACTIONS(3160), - [anon_sym_private] = ACTIONS(3160), - [anon_sym_internal] = ACTIONS(3160), - [anon_sym_protected] = ACTIONS(3160), - [anon_sym_tailrec] = ACTIONS(3160), - [anon_sym_operator] = ACTIONS(3160), - [anon_sym_infix] = ACTIONS(3160), - [anon_sym_inline] = ACTIONS(3160), - [anon_sym_external] = ACTIONS(3160), - [sym_property_modifier] = ACTIONS(3160), - [anon_sym_abstract] = ACTIONS(3160), - [anon_sym_final] = ACTIONS(3160), - [anon_sym_open] = ACTIONS(3160), - [anon_sym_vararg] = ACTIONS(3160), - [anon_sym_noinline] = ACTIONS(3160), - [anon_sym_crossinline] = ACTIONS(3160), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3178), + [anon_sym_sealed] = ACTIONS(3178), + [anon_sym_annotation] = ACTIONS(3178), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3178), + [anon_sym_lateinit] = ACTIONS(3178), + [anon_sym_public] = ACTIONS(3178), + [anon_sym_private] = ACTIONS(3178), + [anon_sym_internal] = ACTIONS(3178), + [anon_sym_protected] = ACTIONS(3178), + [anon_sym_tailrec] = ACTIONS(3178), + [anon_sym_operator] = ACTIONS(3178), + [anon_sym_infix] = ACTIONS(3178), + [anon_sym_inline] = ACTIONS(3178), + [anon_sym_external] = ACTIONS(3178), + [sym_property_modifier] = ACTIONS(3178), + [anon_sym_abstract] = ACTIONS(3178), + [anon_sym_final] = ACTIONS(3178), + [anon_sym_open] = ACTIONS(3178), + [anon_sym_vararg] = ACTIONS(3178), + [anon_sym_noinline] = ACTIONS(3178), + [anon_sym_crossinline] = ACTIONS(3178), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1220] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), - [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3195), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3195), - [anon_sym_RPAREN] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_where] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(3195), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_while] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3195), - [anon_sym_DASH_EQ] = ACTIONS(3195), - [anon_sym_STAR_EQ] = ACTIONS(3195), - [anon_sym_SLASH_EQ] = ACTIONS(3195), - [anon_sym_PERCENT_EQ] = ACTIONS(3195), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(3588), - [anon_sym_PERCENT] = ACTIONS(3588), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3193), - [anon_sym_sealed] = ACTIONS(3193), - [anon_sym_annotation] = ACTIONS(3193), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_override] = ACTIONS(3193), - [anon_sym_lateinit] = ACTIONS(3193), - [anon_sym_public] = ACTIONS(3193), - [anon_sym_private] = ACTIONS(3193), - [anon_sym_internal] = ACTIONS(3193), - [anon_sym_protected] = ACTIONS(3193), - [anon_sym_tailrec] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_infix] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym_external] = ACTIONS(3193), - [sym_property_modifier] = ACTIONS(3193), - [anon_sym_abstract] = ACTIONS(3193), - [anon_sym_final] = ACTIONS(3193), - [anon_sym_open] = ACTIONS(3193), - [anon_sym_vararg] = ACTIONS(3193), - [anon_sym_noinline] = ACTIONS(3193), - [anon_sym_crossinline] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [1221] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), - [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(3186), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3188), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3186), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3188), - [anon_sym_RPAREN] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_where] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3186), - [anon_sym_DASH_GT] = ACTIONS(3188), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_while] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [anon_sym_else] = ACTIONS(3186), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3188), - [anon_sym_DASH_EQ] = ACTIONS(3188), - [anon_sym_STAR_EQ] = ACTIONS(3188), - [anon_sym_SLASH_EQ] = ACTIONS(3188), - [anon_sym_PERCENT_EQ] = ACTIONS(3188), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [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(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [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_value] = 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(3188), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [1222] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [1218] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(3175), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(3185), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3177), + [anon_sym_RBRACK] = ACTIONS(3187), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3175), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3177), + [anon_sym_EQ] = ACTIONS(3185), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3187), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3177), - [anon_sym_RPAREN] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_where] = ACTIONS(3175), + [anon_sym_COMMA] = ACTIONS(3187), + [anon_sym_RPAREN] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_where] = ACTIONS(3185), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(3177), + [anon_sym_DASH_GT] = ACTIONS(3187), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_while] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(3594), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_else] = ACTIONS(3175), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_while] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_else] = ACTIONS(3185), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3177), - [anon_sym_DASH_EQ] = ACTIONS(3177), - [anon_sym_STAR_EQ] = ACTIONS(3177), - [anon_sym_SLASH_EQ] = ACTIONS(3177), - [anon_sym_PERCENT_EQ] = ACTIONS(3177), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), + [anon_sym_PLUS_EQ] = ACTIONS(3187), + [anon_sym_DASH_EQ] = ACTIONS(3187), + [anon_sym_STAR_EQ] = ACTIONS(3187), + [anon_sym_SLASH_EQ] = ACTIONS(3187), + [anon_sym_PERCENT_EQ] = ACTIONS(3187), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), [anon_sym_PLUS] = ACTIONS(3616), [anon_sym_DASH] = ACTIONS(3616), [anon_sym_SLASH] = ACTIONS(3588), @@ -188169,199 +187739,304 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3175), - [anon_sym_sealed] = ACTIONS(3175), - [anon_sym_annotation] = ACTIONS(3175), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_override] = ACTIONS(3175), - [anon_sym_lateinit] = ACTIONS(3175), - [anon_sym_public] = ACTIONS(3175), - [anon_sym_private] = ACTIONS(3175), - [anon_sym_internal] = ACTIONS(3175), - [anon_sym_protected] = ACTIONS(3175), - [anon_sym_tailrec] = ACTIONS(3175), - [anon_sym_operator] = ACTIONS(3175), - [anon_sym_infix] = ACTIONS(3175), - [anon_sym_inline] = ACTIONS(3175), - [anon_sym_external] = ACTIONS(3175), - [sym_property_modifier] = ACTIONS(3175), - [anon_sym_abstract] = ACTIONS(3175), - [anon_sym_final] = ACTIONS(3175), - [anon_sym_open] = ACTIONS(3175), - [anon_sym_vararg] = ACTIONS(3175), - [anon_sym_noinline] = ACTIONS(3175), - [anon_sym_crossinline] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3177), + [anon_sym_suspend] = ACTIONS(3185), + [anon_sym_sealed] = ACTIONS(3185), + [anon_sym_annotation] = ACTIONS(3185), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_override] = ACTIONS(3185), + [anon_sym_lateinit] = ACTIONS(3185), + [anon_sym_public] = ACTIONS(3185), + [anon_sym_private] = ACTIONS(3185), + [anon_sym_internal] = ACTIONS(3185), + [anon_sym_protected] = ACTIONS(3185), + [anon_sym_tailrec] = ACTIONS(3185), + [anon_sym_operator] = ACTIONS(3185), + [anon_sym_infix] = ACTIONS(3185), + [anon_sym_inline] = ACTIONS(3185), + [anon_sym_external] = ACTIONS(3185), + [sym_property_modifier] = ACTIONS(3185), + [anon_sym_abstract] = ACTIONS(3185), + [anon_sym_final] = ACTIONS(3185), + [anon_sym_open] = ACTIONS(3185), + [anon_sym_vararg] = ACTIONS(3185), + [anon_sym_noinline] = ACTIONS(3185), + [anon_sym_crossinline] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3187), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1223] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), + [1219] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), [sym__equality_operator] = STATE(1682), [sym__comparison_operator] = STATE(1681), [sym__in_operator] = STATE(1680), - [sym__is_operator] = STATE(6348), + [sym__is_operator] = STATE(6281), [sym__additive_operator] = STATE(1679), [sym__multiplicative_operator] = STATE(1678), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1677), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(3128), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3128), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_object] = ACTIONS(3128), + [anon_sym_fun] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_this] = ACTIONS(3128), + [anon_sym_super] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(5217), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_null] = ACTIONS(3128), + [anon_sym_if] = ACTIONS(3128), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_when] = ACTIONS(3128), + [anon_sym_try] = ACTIONS(3128), + [anon_sym_throw] = ACTIONS(3128), + [anon_sym_return] = ACTIONS(3128), + [anon_sym_continue] = ACTIONS(3128), + [anon_sym_break] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3130), + [anon_sym_DASH_EQ] = ACTIONS(3130), + [anon_sym_STAR_EQ] = ACTIONS(3130), + [anon_sym_SLASH_EQ] = ACTIONS(3130), + [anon_sym_PERCENT_EQ] = ACTIONS(3130), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(5217), + [anon_sym_PERCENT] = ACTIONS(5217), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3128), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3130), + [anon_sym_continue_AT] = ACTIONS(3130), + [anon_sym_break_AT] = ACTIONS(3130), + [anon_sym_this_AT] = ACTIONS(3130), + [anon_sym_super_AT] = ACTIONS(3130), + [sym_real_literal] = ACTIONS(3130), + [sym_integer_literal] = ACTIONS(3128), + [sym_hex_literal] = ACTIONS(3130), + [sym_bin_literal] = ACTIONS(3130), + [anon_sym_true] = ACTIONS(3128), + [anon_sym_false] = ACTIONS(3128), + [anon_sym_SQUOTE] = ACTIONS(3130), + [sym__backtick_identifier] = ACTIONS(3130), + [sym__automatic_semicolon] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3130), + }, + [1220] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1682), + [sym__comparison_operator] = STATE(1681), + [sym__in_operator] = STATE(1680), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1679), + [sym__multiplicative_operator] = STATE(1678), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1677), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3101), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3103), - [anon_sym_LPAREN] = ACTIONS(4593), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3148), + [anon_sym_LPAREN] = ACTIONS(4515), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5223), - [anon_sym_object] = ACTIONS(3101), - [anon_sym_fun] = ACTIONS(3101), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3101), - [anon_sym_super] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(5225), - [sym_label] = ACTIONS(4601), + [anon_sym_GT] = ACTIONS(5225), + [anon_sym_object] = ACTIONS(3146), + [anon_sym_fun] = ACTIONS(3146), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3146), + [anon_sym_super] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(5217), + [sym_label] = ACTIONS(4523), [anon_sym_in] = ACTIONS(5227), - [anon_sym_DOT_DOT] = ACTIONS(5229), - [anon_sym_QMARK_COLON] = ACTIONS(5231), - [anon_sym_AMP_AMP] = ACTIONS(5233), - [anon_sym_PIPE_PIPE] = ACTIONS(5235), - [anon_sym_null] = ACTIONS(3101), - [anon_sym_if] = ACTIONS(3101), - [anon_sym_else] = ACTIONS(3101), - [anon_sym_when] = ACTIONS(3101), - [anon_sym_try] = ACTIONS(3101), - [anon_sym_throw] = ACTIONS(3101), - [anon_sym_return] = ACTIONS(3101), - [anon_sym_continue] = ACTIONS(3101), - [anon_sym_break] = ACTIONS(3101), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3103), - [anon_sym_DASH_EQ] = ACTIONS(3103), - [anon_sym_STAR_EQ] = ACTIONS(3103), - [anon_sym_SLASH_EQ] = ACTIONS(3103), - [anon_sym_PERCENT_EQ] = ACTIONS(3103), - [anon_sym_BANG_EQ] = ACTIONS(5237), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5239), - [anon_sym_EQ_EQ] = ACTIONS(5237), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5239), - [anon_sym_LT_EQ] = ACTIONS(5241), - [anon_sym_GT_EQ] = ACTIONS(5241), - [anon_sym_BANGin] = ACTIONS(5243), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5245), - [anon_sym_DASH] = ACTIONS(5245), - [anon_sym_SLASH] = ACTIONS(5225), - [anon_sym_PERCENT] = ACTIONS(5225), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3101), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3103), - [anon_sym_continue_AT] = ACTIONS(3103), - [anon_sym_break_AT] = ACTIONS(3103), - [anon_sym_this_AT] = ACTIONS(3103), - [anon_sym_super_AT] = ACTIONS(3103), - [sym_real_literal] = ACTIONS(3103), - [sym_integer_literal] = ACTIONS(3101), - [sym_hex_literal] = ACTIONS(3103), - [sym_bin_literal] = ACTIONS(3103), - [anon_sym_true] = ACTIONS(3101), - [anon_sym_false] = ACTIONS(3101), - [anon_sym_SQUOTE] = ACTIONS(3103), + [anon_sym_DOT_DOT] = ACTIONS(5219), + [anon_sym_QMARK_COLON] = ACTIONS(5221), + [anon_sym_AMP_AMP] = ACTIONS(5229), + [anon_sym_PIPE_PIPE] = ACTIONS(5231), + [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(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3148), + [anon_sym_DASH_EQ] = ACTIONS(3148), + [anon_sym_STAR_EQ] = ACTIONS(3148), + [anon_sym_SLASH_EQ] = ACTIONS(3148), + [anon_sym_PERCENT_EQ] = ACTIONS(3148), + [anon_sym_BANG_EQ] = ACTIONS(5233), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5235), + [anon_sym_EQ_EQ] = ACTIONS(5233), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5235), + [anon_sym_LT_EQ] = ACTIONS(5237), + [anon_sym_GT_EQ] = ACTIONS(5237), + [anon_sym_BANGin] = ACTIONS(5239), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5223), + [anon_sym_DASH] = ACTIONS(5223), + [anon_sym_SLASH] = ACTIONS(5217), + [anon_sym_PERCENT] = ACTIONS(5217), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3146), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3148), + [anon_sym_continue_AT] = ACTIONS(3148), + [anon_sym_break_AT] = ACTIONS(3148), + [anon_sym_this_AT] = ACTIONS(3148), + [anon_sym_super_AT] = ACTIONS(3148), + [sym_real_literal] = ACTIONS(3148), + [sym_integer_literal] = ACTIONS(3146), + [sym_hex_literal] = ACTIONS(3148), + [sym_bin_literal] = ACTIONS(3148), + [anon_sym_true] = ACTIONS(3146), + [anon_sym_false] = ACTIONS(3146), + [anon_sym_SQUOTE] = ACTIONS(3148), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3103), - [sym_safe_nav] = ACTIONS(4613), + [sym__automatic_semicolon] = ACTIONS(3148), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3103), + [sym__string_start] = ACTIONS(3148), }, - [1224] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), + [1221] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(2141), [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__in_operator] = STATE(2144), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(2145), + [sym__multiplicative_operator] = STATE(2147), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2152), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3158), + [anon_sym_RBRACK] = ACTIONS(3111), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3156), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3158), + [anon_sym_EQ] = ACTIONS(3109), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3111), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3158), - [anon_sym_RPAREN] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3111), + [anon_sym_RPAREN] = ACTIONS(3111), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(3156), + [anon_sym_where] = ACTIONS(3109), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3111), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(3158), + [anon_sym_DASH_GT] = ACTIONS(3111), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(3156), + [anon_sym_while] = ACTIONS(3109), [anon_sym_DOT_DOT] = ACTIONS(3594), [anon_sym_QMARK_COLON] = ACTIONS(3596), [anon_sym_AMP_AMP] = ACTIONS(3598), [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(3156), + [anon_sym_else] = ACTIONS(3109), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3158), - [anon_sym_DASH_EQ] = ACTIONS(3158), - [anon_sym_STAR_EQ] = ACTIONS(3158), - [anon_sym_SLASH_EQ] = ACTIONS(3158), - [anon_sym_PERCENT_EQ] = ACTIONS(3158), + [anon_sym_PLUS_EQ] = ACTIONS(3111), + [anon_sym_DASH_EQ] = ACTIONS(3111), + [anon_sym_STAR_EQ] = ACTIONS(3111), + [anon_sym_SLASH_EQ] = ACTIONS(3111), + [anon_sym_PERCENT_EQ] = ACTIONS(3111), [anon_sym_BANG_EQ] = ACTIONS(3604), [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), [anon_sym_EQ_EQ] = ACTIONS(3604), @@ -188379,74 +188054,494 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3156), - [anon_sym_sealed] = ACTIONS(3156), - [anon_sym_annotation] = ACTIONS(3156), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3156), - [anon_sym_lateinit] = ACTIONS(3156), - [anon_sym_public] = ACTIONS(3156), - [anon_sym_private] = ACTIONS(3156), - [anon_sym_internal] = ACTIONS(3156), - [anon_sym_protected] = ACTIONS(3156), - [anon_sym_tailrec] = ACTIONS(3156), - [anon_sym_operator] = ACTIONS(3156), - [anon_sym_infix] = ACTIONS(3156), - [anon_sym_inline] = ACTIONS(3156), - [anon_sym_external] = ACTIONS(3156), - [sym_property_modifier] = ACTIONS(3156), - [anon_sym_abstract] = ACTIONS(3156), - [anon_sym_final] = ACTIONS(3156), - [anon_sym_open] = ACTIONS(3156), - [anon_sym_vararg] = ACTIONS(3156), - [anon_sym_noinline] = ACTIONS(3156), - [anon_sym_crossinline] = ACTIONS(3156), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3109), + [anon_sym_sealed] = ACTIONS(3109), + [anon_sym_annotation] = ACTIONS(3109), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3109), + [anon_sym_lateinit] = ACTIONS(3109), + [anon_sym_public] = ACTIONS(3109), + [anon_sym_private] = ACTIONS(3109), + [anon_sym_internal] = ACTIONS(3109), + [anon_sym_protected] = ACTIONS(3109), + [anon_sym_tailrec] = ACTIONS(3109), + [anon_sym_operator] = ACTIONS(3109), + [anon_sym_infix] = ACTIONS(3109), + [anon_sym_inline] = ACTIONS(3109), + [anon_sym_external] = ACTIONS(3109), + [sym_property_modifier] = ACTIONS(3109), + [anon_sym_abstract] = ACTIONS(3109), + [anon_sym_final] = ACTIONS(3109), + [anon_sym_open] = ACTIONS(3109), + [anon_sym_vararg] = ACTIONS(3109), + [anon_sym_noinline] = ACTIONS(3109), + [anon_sym_crossinline] = ACTIONS(3109), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1225] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_EQ] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(5267), - [anon_sym_RPAREN] = ACTIONS(4287), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4281), - [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4281), - [sym_label] = ACTIONS(4281), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_while] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), + [1222] = { + [sym_getter] = STATE(9359), + [sym_setter] = STATE(9359), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_modifiers] = STATE(9298), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4982), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(5255), + [anon_sym_get] = ACTIONS(5243), + [anon_sym_set] = ACTIONS(5245), + [anon_sym_STAR] = ACTIONS(4990), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [1223] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1682), + [sym__comparison_operator] = STATE(1681), + [sym__in_operator] = STATE(1680), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1679), + [sym__multiplicative_operator] = STATE(1678), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1677), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(3185), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3185), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_object] = ACTIONS(3185), + [anon_sym_fun] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_this] = ACTIONS(3185), + [anon_sym_super] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(5217), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_null] = ACTIONS(3185), + [anon_sym_if] = ACTIONS(3185), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_when] = ACTIONS(3185), + [anon_sym_try] = ACTIONS(3185), + [anon_sym_throw] = ACTIONS(3185), + [anon_sym_return] = ACTIONS(3185), + [anon_sym_continue] = ACTIONS(3185), + [anon_sym_break] = ACTIONS(3185), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3187), + [anon_sym_DASH_EQ] = ACTIONS(3187), + [anon_sym_STAR_EQ] = ACTIONS(3187), + [anon_sym_SLASH_EQ] = ACTIONS(3187), + [anon_sym_PERCENT_EQ] = ACTIONS(3187), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(5223), + [anon_sym_DASH] = ACTIONS(5223), + [anon_sym_SLASH] = ACTIONS(5217), + [anon_sym_PERCENT] = ACTIONS(5217), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3185), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3187), + [anon_sym_continue_AT] = ACTIONS(3187), + [anon_sym_break_AT] = ACTIONS(3187), + [anon_sym_this_AT] = ACTIONS(3187), + [anon_sym_super_AT] = ACTIONS(3187), + [sym_real_literal] = ACTIONS(3187), + [sym_integer_literal] = ACTIONS(3185), + [sym_hex_literal] = ACTIONS(3187), + [sym_bin_literal] = ACTIONS(3187), + [anon_sym_true] = ACTIONS(3185), + [anon_sym_false] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3187), + [sym__backtick_identifier] = ACTIONS(3187), + [sym__automatic_semicolon] = ACTIONS(3187), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3187), + }, + [1224] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1682), + [sym__comparison_operator] = STATE(1681), + [sym__in_operator] = STATE(1680), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1679), + [sym__multiplicative_operator] = STATE(1678), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1677), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3117), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3119), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3117), + [anon_sym_object] = ACTIONS(3117), + [anon_sym_fun] = ACTIONS(3117), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3119), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3117), + [anon_sym_super] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(5217), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5227), + [anon_sym_DOT_DOT] = ACTIONS(5219), + [anon_sym_QMARK_COLON] = ACTIONS(5221), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_null] = ACTIONS(3117), + [anon_sym_if] = ACTIONS(3117), + [anon_sym_else] = ACTIONS(3117), + [anon_sym_when] = ACTIONS(3117), + [anon_sym_try] = ACTIONS(3117), + [anon_sym_throw] = ACTIONS(3117), + [anon_sym_return] = ACTIONS(3117), + [anon_sym_continue] = ACTIONS(3117), + [anon_sym_break] = ACTIONS(3117), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3119), + [anon_sym_DASH_EQ] = ACTIONS(3119), + [anon_sym_STAR_EQ] = ACTIONS(3119), + [anon_sym_SLASH_EQ] = ACTIONS(3119), + [anon_sym_PERCENT_EQ] = ACTIONS(3119), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(5239), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5223), + [anon_sym_DASH] = ACTIONS(5223), + [anon_sym_SLASH] = ACTIONS(5217), + [anon_sym_PERCENT] = ACTIONS(5217), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3117), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3119), + [anon_sym_continue_AT] = ACTIONS(3119), + [anon_sym_break_AT] = ACTIONS(3119), + [anon_sym_this_AT] = ACTIONS(3119), + [anon_sym_super_AT] = ACTIONS(3119), + [sym_real_literal] = ACTIONS(3119), + [sym_integer_literal] = ACTIONS(3117), + [sym_hex_literal] = ACTIONS(3119), + [sym_bin_literal] = ACTIONS(3119), + [anon_sym_true] = ACTIONS(3117), + [anon_sym_false] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3119), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3119), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3119), + }, + [1225] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(5257), + [anon_sym_RPAREN] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [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(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4301), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [1226] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_EQ] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(5261), + [anon_sym_RPAREN] = ACTIONS(4287), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4281), + [sym_label] = ACTIONS(4281), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_while] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4289), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), [anon_sym_COLON_COLON] = ACTIONS(4284), [anon_sym_PLUS_EQ] = ACTIONS(4287), [anon_sym_DASH_EQ] = ACTIONS(4287), @@ -188469,7 +188564,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(4287), [anon_sym_PLUS_PLUS] = ACTIONS(4284), [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4004), + [anon_sym_BANG] = ACTIONS(3976), [anon_sym_BANG_BANG] = ACTIONS(4287), [anon_sym_suspend] = ACTIONS(4289), [anon_sym_sealed] = ACTIONS(4289), @@ -188498,1871 +188593,1869 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4281), [anon_sym_actual] = ACTIONS(4281), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), [sym__backtick_identifier] = ACTIONS(4284), [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [1226] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), - [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3184), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3182), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3184), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3184), - [anon_sym_RPAREN] = ACTIONS(3184), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(3182), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(3184), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(3182), - [anon_sym_DOT_DOT] = ACTIONS(3594), - [anon_sym_QMARK_COLON] = ACTIONS(3596), - [anon_sym_AMP_AMP] = ACTIONS(3598), - [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3184), - [anon_sym_DASH_EQ] = ACTIONS(3184), - [anon_sym_STAR_EQ] = ACTIONS(3184), - [anon_sym_SLASH_EQ] = ACTIONS(3184), - [anon_sym_PERCENT_EQ] = ACTIONS(3184), - [anon_sym_BANG_EQ] = ACTIONS(3604), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), - [anon_sym_EQ_EQ] = ACTIONS(3604), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3606), - [anon_sym_LT_EQ] = ACTIONS(3608), - [anon_sym_GT_EQ] = ACTIONS(3608), - [anon_sym_BANGin] = ACTIONS(3610), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(3616), - [anon_sym_DASH] = ACTIONS(3616), - [anon_sym_SLASH] = ACTIONS(3588), - [anon_sym_PERCENT] = ACTIONS(3588), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3182), - [anon_sym_sealed] = ACTIONS(3182), - [anon_sym_annotation] = ACTIONS(3182), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3182), - [anon_sym_lateinit] = ACTIONS(3182), - [anon_sym_public] = ACTIONS(3182), - [anon_sym_private] = ACTIONS(3182), - [anon_sym_internal] = ACTIONS(3182), - [anon_sym_protected] = ACTIONS(3182), - [anon_sym_tailrec] = ACTIONS(3182), - [anon_sym_operator] = ACTIONS(3182), - [anon_sym_infix] = ACTIONS(3182), - [anon_sym_inline] = ACTIONS(3182), - [anon_sym_external] = ACTIONS(3182), - [sym_property_modifier] = ACTIONS(3182), - [anon_sym_abstract] = ACTIONS(3182), - [anon_sym_final] = ACTIONS(3182), - [anon_sym_open] = ACTIONS(3182), - [anon_sym_vararg] = ACTIONS(3182), - [anon_sym_noinline] = ACTIONS(3182), - [anon_sym_crossinline] = ACTIONS(3182), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), }, [1227] = { - [sym_type_constraints] = STATE(1371), - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_COLON] = ACTIONS(5271), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), + [sym_type_constraints] = STATE(1308), + [sym_function_body] = STATE(1078), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_COLON] = ACTIONS(5265), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), }, [1228] = { - [sym_getter] = STATE(9265), - [sym_setter] = STATE(9265), - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_modifiers] = STATE(9322), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(5273), - [anon_sym_get] = ACTIONS(5249), - [anon_sym_set] = ACTIONS(5251), - [anon_sym_STAR] = ACTIONS(4986), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), + [sym_type_constraints] = STATE(1303), + [sym_function_body] = STATE(1049), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4157), + [anon_sym_AT] = ACTIONS(4159), + [anon_sym_COLON] = ACTIONS(5269), + [anon_sym_LBRACK] = ACTIONS(4159), + [anon_sym_as] = ACTIONS(4157), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4159), + [anon_sym_LPAREN] = ACTIONS(4159), + [anon_sym_COMMA] = ACTIONS(4159), + [anon_sym_LT] = ACTIONS(4157), + [anon_sym_GT] = ACTIONS(4157), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4157), + [anon_sym_fun] = ACTIONS(4157), + [anon_sym_DOT] = ACTIONS(4157), + [anon_sym_SEMI] = ACTIONS(4159), + [anon_sym_get] = ACTIONS(4157), + [anon_sym_set] = ACTIONS(4157), + [anon_sym_this] = ACTIONS(4157), + [anon_sym_super] = ACTIONS(4157), + [anon_sym_STAR] = ACTIONS(4159), + [sym_label] = ACTIONS(4157), + [anon_sym_in] = ACTIONS(4157), + [anon_sym_DOT_DOT] = ACTIONS(4159), + [anon_sym_QMARK_COLON] = ACTIONS(4159), + [anon_sym_AMP_AMP] = ACTIONS(4159), + [anon_sym_PIPE_PIPE] = ACTIONS(4159), + [anon_sym_null] = ACTIONS(4157), + [anon_sym_if] = ACTIONS(4157), + [anon_sym_else] = ACTIONS(4157), + [anon_sym_when] = ACTIONS(4157), + [anon_sym_try] = ACTIONS(4157), + [anon_sym_throw] = ACTIONS(4157), + [anon_sym_return] = ACTIONS(4157), + [anon_sym_continue] = ACTIONS(4157), + [anon_sym_break] = ACTIONS(4157), + [anon_sym_COLON_COLON] = ACTIONS(4159), + [anon_sym_BANG_EQ] = ACTIONS(4157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4159), + [anon_sym_EQ_EQ] = ACTIONS(4157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4159), + [anon_sym_LT_EQ] = ACTIONS(4159), + [anon_sym_GT_EQ] = ACTIONS(4159), + [anon_sym_BANGin] = ACTIONS(4159), + [anon_sym_is] = ACTIONS(4157), + [anon_sym_BANGis] = ACTIONS(4159), + [anon_sym_PLUS] = ACTIONS(4157), + [anon_sym_DASH] = ACTIONS(4157), + [anon_sym_SLASH] = ACTIONS(4157), + [anon_sym_PERCENT] = ACTIONS(4159), + [anon_sym_as_QMARK] = ACTIONS(4159), + [anon_sym_PLUS_PLUS] = ACTIONS(4159), + [anon_sym_DASH_DASH] = ACTIONS(4159), + [anon_sym_BANG] = ACTIONS(4157), + [anon_sym_BANG_BANG] = ACTIONS(4159), + [anon_sym_suspend] = ACTIONS(4157), + [anon_sym_sealed] = ACTIONS(4157), + [anon_sym_annotation] = ACTIONS(4157), + [anon_sym_data] = ACTIONS(4157), + [anon_sym_inner] = ACTIONS(4157), + [anon_sym_value] = ACTIONS(4157), + [anon_sym_override] = ACTIONS(4157), + [anon_sym_lateinit] = ACTIONS(4157), + [anon_sym_public] = ACTIONS(4157), + [anon_sym_private] = ACTIONS(4157), + [anon_sym_internal] = ACTIONS(4157), + [anon_sym_protected] = ACTIONS(4157), + [anon_sym_tailrec] = ACTIONS(4157), + [anon_sym_operator] = ACTIONS(4157), + [anon_sym_infix] = ACTIONS(4157), + [anon_sym_inline] = ACTIONS(4157), + [anon_sym_external] = ACTIONS(4157), + [sym_property_modifier] = ACTIONS(4157), + [anon_sym_abstract] = ACTIONS(4157), + [anon_sym_final] = ACTIONS(4157), + [anon_sym_open] = ACTIONS(4157), + [anon_sym_vararg] = ACTIONS(4157), + [anon_sym_noinline] = ACTIONS(4157), + [anon_sym_crossinline] = ACTIONS(4157), + [anon_sym_expect] = ACTIONS(4157), + [anon_sym_actual] = ACTIONS(4157), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4159), + [anon_sym_continue_AT] = ACTIONS(4159), + [anon_sym_break_AT] = ACTIONS(4159), + [anon_sym_this_AT] = ACTIONS(4159), + [anon_sym_super_AT] = ACTIONS(4159), + [sym_real_literal] = ACTIONS(4159), + [sym_integer_literal] = ACTIONS(4157), + [sym_hex_literal] = ACTIONS(4159), + [sym_bin_literal] = ACTIONS(4159), + [anon_sym_true] = ACTIONS(4157), + [anon_sym_false] = ACTIONS(4157), + [anon_sym_SQUOTE] = ACTIONS(4159), + [sym__backtick_identifier] = ACTIONS(4159), + [sym__automatic_semicolon] = ACTIONS(4159), + [sym_safe_nav] = ACTIONS(4159), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4159), }, [1229] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), - [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(3094), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3096), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3094), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3096), - [anon_sym_RPAREN] = ACTIONS(3096), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_where] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(3096), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_while] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3096), - [anon_sym_DASH_EQ] = ACTIONS(3096), - [anon_sym_STAR_EQ] = ACTIONS(3096), - [anon_sym_SLASH_EQ] = ACTIONS(3096), - [anon_sym_PERCENT_EQ] = ACTIONS(3096), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(3616), - [anon_sym_DASH] = ACTIONS(3616), - [anon_sym_SLASH] = ACTIONS(3588), - [anon_sym_PERCENT] = ACTIONS(3588), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3094), - [anon_sym_sealed] = ACTIONS(3094), - [anon_sym_annotation] = ACTIONS(3094), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_override] = ACTIONS(3094), - [anon_sym_lateinit] = ACTIONS(3094), - [anon_sym_public] = ACTIONS(3094), - [anon_sym_private] = ACTIONS(3094), - [anon_sym_internal] = ACTIONS(3094), - [anon_sym_protected] = ACTIONS(3094), - [anon_sym_tailrec] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_infix] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym_external] = ACTIONS(3094), - [sym_property_modifier] = ACTIONS(3094), - [anon_sym_abstract] = ACTIONS(3094), - [anon_sym_final] = ACTIONS(3094), - [anon_sym_open] = ACTIONS(3094), - [anon_sym_vararg] = ACTIONS(3094), - [anon_sym_noinline] = ACTIONS(3094), - [anon_sym_crossinline] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3096), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [1230] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), [sym__equality_operator] = STATE(1682), [sym__comparison_operator] = STATE(1681), [sym__in_operator] = STATE(1680), - [sym__is_operator] = STATE(6348), + [sym__is_operator] = STATE(6281), [sym__additive_operator] = STATE(1679), [sym__multiplicative_operator] = STATE(1678), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1677), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_EQ] = ACTIONS(3132), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3134), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5223), - [anon_sym_object] = ACTIONS(3132), - [anon_sym_fun] = ACTIONS(3132), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3132), - [anon_sym_super] = ACTIONS(3132), - [anon_sym_STAR] = ACTIONS(5225), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5227), - [anon_sym_DOT_DOT] = ACTIONS(5229), - [anon_sym_QMARK_COLON] = ACTIONS(5231), - [anon_sym_AMP_AMP] = ACTIONS(5233), - [anon_sym_PIPE_PIPE] = ACTIONS(5235), - [anon_sym_null] = ACTIONS(3132), - [anon_sym_if] = ACTIONS(3132), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_when] = ACTIONS(3132), - [anon_sym_try] = ACTIONS(3132), - [anon_sym_throw] = ACTIONS(3132), - [anon_sym_return] = ACTIONS(3132), - [anon_sym_continue] = ACTIONS(3132), - [anon_sym_break] = ACTIONS(3132), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_PLUS_EQ] = ACTIONS(3134), - [anon_sym_DASH_EQ] = ACTIONS(3134), - [anon_sym_STAR_EQ] = ACTIONS(3134), - [anon_sym_SLASH_EQ] = ACTIONS(3134), - [anon_sym_PERCENT_EQ] = ACTIONS(3134), - [anon_sym_BANG_EQ] = ACTIONS(5237), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5239), - [anon_sym_EQ_EQ] = ACTIONS(5237), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5239), - [anon_sym_LT_EQ] = ACTIONS(5241), - [anon_sym_GT_EQ] = ACTIONS(5241), - [anon_sym_BANGin] = ACTIONS(5243), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5245), - [anon_sym_DASH] = ACTIONS(5245), - [anon_sym_SLASH] = ACTIONS(5225), - [anon_sym_PERCENT] = ACTIONS(5225), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3132), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3134), - [anon_sym_continue_AT] = ACTIONS(3134), - [anon_sym_break_AT] = ACTIONS(3134), - [anon_sym_this_AT] = ACTIONS(3134), - [anon_sym_super_AT] = ACTIONS(3134), - [sym_real_literal] = ACTIONS(3134), - [sym_integer_literal] = ACTIONS(3132), - [sym_hex_literal] = ACTIONS(3134), - [sym_bin_literal] = ACTIONS(3134), - [anon_sym_true] = ACTIONS(3132), - [anon_sym_false] = ACTIONS(3132), - [anon_sym_SQUOTE] = ACTIONS(3134), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3134), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3134), - }, - [1231] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), - [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3115), - [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), [anon_sym_EQ] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3115), - [anon_sym_RPAREN] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(4515), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(3113), - [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_GT] = ACTIONS(5225), + [anon_sym_object] = ACTIONS(3113), + [anon_sym_fun] = ACTIONS(3113), + [anon_sym_DOT] = ACTIONS(4519), [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(3115), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(3113), - [anon_sym_DOT_DOT] = ACTIONS(3594), - [anon_sym_QMARK_COLON] = ACTIONS(3596), - [anon_sym_AMP_AMP] = ACTIONS(3598), - [anon_sym_PIPE_PIPE] = ACTIONS(3600), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3113), + [anon_sym_super] = ACTIONS(3113), + [anon_sym_STAR] = ACTIONS(5217), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5227), + [anon_sym_DOT_DOT] = ACTIONS(5219), + [anon_sym_QMARK_COLON] = ACTIONS(5221), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_null] = ACTIONS(3113), + [anon_sym_if] = ACTIONS(3113), [anon_sym_else] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_when] = ACTIONS(3113), + [anon_sym_try] = ACTIONS(3113), + [anon_sym_throw] = ACTIONS(3113), + [anon_sym_return] = ACTIONS(3113), + [anon_sym_continue] = ACTIONS(3113), + [anon_sym_break] = ACTIONS(3113), + [anon_sym_COLON_COLON] = ACTIONS(4535), [anon_sym_PLUS_EQ] = ACTIONS(3115), [anon_sym_DASH_EQ] = ACTIONS(3115), [anon_sym_STAR_EQ] = ACTIONS(3115), [anon_sym_SLASH_EQ] = ACTIONS(3115), [anon_sym_PERCENT_EQ] = ACTIONS(3115), - [anon_sym_BANG_EQ] = ACTIONS(3604), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), - [anon_sym_EQ_EQ] = ACTIONS(3604), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3606), - [anon_sym_LT_EQ] = ACTIONS(3608), - [anon_sym_GT_EQ] = ACTIONS(3608), - [anon_sym_BANGin] = ACTIONS(3610), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(3616), - [anon_sym_DASH] = ACTIONS(3616), - [anon_sym_SLASH] = ACTIONS(3588), - [anon_sym_PERCENT] = ACTIONS(3588), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3113), - [anon_sym_sealed] = ACTIONS(3113), - [anon_sym_annotation] = ACTIONS(3113), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3113), - [anon_sym_lateinit] = ACTIONS(3113), - [anon_sym_public] = ACTIONS(3113), - [anon_sym_private] = ACTIONS(3113), - [anon_sym_internal] = ACTIONS(3113), - [anon_sym_protected] = ACTIONS(3113), - [anon_sym_tailrec] = ACTIONS(3113), - [anon_sym_operator] = ACTIONS(3113), - [anon_sym_infix] = ACTIONS(3113), - [anon_sym_inline] = ACTIONS(3113), - [anon_sym_external] = ACTIONS(3113), - [sym_property_modifier] = ACTIONS(3113), - [anon_sym_abstract] = ACTIONS(3113), - [anon_sym_final] = ACTIONS(3113), - [anon_sym_open] = ACTIONS(3113), - [anon_sym_vararg] = ACTIONS(3113), - [anon_sym_noinline] = ACTIONS(3113), - [anon_sym_crossinline] = ACTIONS(3113), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(5237), + [anon_sym_GT_EQ] = ACTIONS(5237), + [anon_sym_BANGin] = ACTIONS(5239), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5223), + [anon_sym_DASH] = ACTIONS(5223), + [anon_sym_SLASH] = ACTIONS(5217), + [anon_sym_PERCENT] = ACTIONS(5217), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3115), + [anon_sym_continue_AT] = ACTIONS(3115), + [anon_sym_break_AT] = ACTIONS(3115), + [anon_sym_this_AT] = ACTIONS(3115), + [anon_sym_super_AT] = ACTIONS(3115), + [sym_real_literal] = ACTIONS(3115), + [sym_integer_literal] = ACTIONS(3113), + [sym_hex_literal] = ACTIONS(3115), + [sym_bin_literal] = ACTIONS(3115), + [anon_sym_true] = ACTIONS(3113), + [anon_sym_false] = ACTIONS(3113), + [anon_sym_SQUOTE] = ACTIONS(3115), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), + [sym__automatic_semicolon] = ACTIONS(3115), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3115), + }, + [1230] = { + [sym_type_constraints] = STATE(1305), + [sym_function_body] = STATE(1125), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_COLON] = ACTIONS(5271), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4151), + [anon_sym_fun] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_this] = ACTIONS(4151), + [anon_sym_super] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4153), + [sym_label] = ACTIONS(4151), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_if] = ACTIONS(4151), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_when] = ACTIONS(4151), + [anon_sym_try] = ACTIONS(4151), + [anon_sym_throw] = ACTIONS(4151), + [anon_sym_return] = ACTIONS(4151), + [anon_sym_continue] = ACTIONS(4151), + [anon_sym_break] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4153), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4151), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4153), + [anon_sym_continue_AT] = ACTIONS(4153), + [anon_sym_break_AT] = ACTIONS(4153), + [anon_sym_this_AT] = ACTIONS(4153), + [anon_sym_super_AT] = ACTIONS(4153), + [sym_real_literal] = ACTIONS(4153), + [sym_integer_literal] = ACTIONS(4151), + [sym_hex_literal] = ACTIONS(4153), + [sym_bin_literal] = ACTIONS(4153), + [anon_sym_true] = ACTIONS(4151), + [anon_sym_false] = ACTIONS(4151), + [anon_sym_SQUOTE] = ACTIONS(4153), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4153), + }, + [1231] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1682), + [sym__comparison_operator] = STATE(1681), + [sym__in_operator] = STATE(1680), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1679), + [sym__multiplicative_operator] = STATE(1678), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1677), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3105), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5225), + [anon_sym_object] = ACTIONS(3105), + [anon_sym_fun] = ACTIONS(3105), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3105), + [anon_sym_super] = ACTIONS(3105), + [anon_sym_STAR] = ACTIONS(5217), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5227), + [anon_sym_DOT_DOT] = ACTIONS(5219), + [anon_sym_QMARK_COLON] = ACTIONS(5221), + [anon_sym_AMP_AMP] = ACTIONS(5229), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_null] = ACTIONS(3105), + [anon_sym_if] = ACTIONS(3105), + [anon_sym_else] = ACTIONS(3105), + [anon_sym_when] = ACTIONS(3105), + [anon_sym_try] = ACTIONS(3105), + [anon_sym_throw] = ACTIONS(3105), + [anon_sym_return] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3105), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3107), + [anon_sym_DASH_EQ] = ACTIONS(3107), + [anon_sym_STAR_EQ] = ACTIONS(3107), + [anon_sym_SLASH_EQ] = ACTIONS(3107), + [anon_sym_PERCENT_EQ] = ACTIONS(3107), + [anon_sym_BANG_EQ] = ACTIONS(5233), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5235), + [anon_sym_EQ_EQ] = ACTIONS(5233), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5235), + [anon_sym_LT_EQ] = ACTIONS(5237), + [anon_sym_GT_EQ] = ACTIONS(5237), + [anon_sym_BANGin] = ACTIONS(5239), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5223), + [anon_sym_DASH] = ACTIONS(5223), + [anon_sym_SLASH] = ACTIONS(5217), + [anon_sym_PERCENT] = ACTIONS(5217), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3105), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3107), + [anon_sym_continue_AT] = ACTIONS(3107), + [anon_sym_break_AT] = ACTIONS(3107), + [anon_sym_this_AT] = ACTIONS(3107), + [anon_sym_super_AT] = ACTIONS(3107), + [sym_real_literal] = ACTIONS(3107), + [sym_integer_literal] = ACTIONS(3105), + [sym_hex_literal] = ACTIONS(3107), + [sym_bin_literal] = ACTIONS(3107), + [anon_sym_true] = ACTIONS(3105), + [anon_sym_false] = ACTIONS(3105), + [anon_sym_SQUOTE] = ACTIONS(3107), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3107), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3107), }, [1232] = { - [sym_type_constraints] = STATE(1369), - [sym_function_body] = STATE(1081), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_COLON] = ACTIONS(5275), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), + [sym_type_constraints] = STATE(1307), + [sym_function_body] = STATE(1134), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(5273), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), }, [1233] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), - [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1682), + [sym__comparison_operator] = STATE(1681), + [sym__in_operator] = STATE(1680), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1679), + [sym__multiplicative_operator] = STATE(1678), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1677), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3090), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3090), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3090), - [anon_sym_RPAREN] = ACTIONS(3090), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(3088), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(3090), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(3088), - [anon_sym_DOT_DOT] = ACTIONS(3594), - [anon_sym_QMARK_COLON] = ACTIONS(3596), - [anon_sym_AMP_AMP] = ACTIONS(3598), - [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3090), - [anon_sym_DASH_EQ] = ACTIONS(3090), - [anon_sym_STAR_EQ] = ACTIONS(3090), - [anon_sym_SLASH_EQ] = ACTIONS(3090), - [anon_sym_PERCENT_EQ] = ACTIONS(3090), - [anon_sym_BANG_EQ] = ACTIONS(3604), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), - [anon_sym_EQ_EQ] = ACTIONS(3604), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3606), - [anon_sym_LT_EQ] = ACTIONS(3608), - [anon_sym_GT_EQ] = ACTIONS(3608), - [anon_sym_BANGin] = ACTIONS(3610), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(3616), - [anon_sym_DASH] = ACTIONS(3616), - [anon_sym_SLASH] = ACTIONS(3588), - [anon_sym_PERCENT] = ACTIONS(3588), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3088), - [anon_sym_sealed] = ACTIONS(3088), - [anon_sym_annotation] = ACTIONS(3088), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3088), - [anon_sym_lateinit] = ACTIONS(3088), - [anon_sym_public] = ACTIONS(3088), - [anon_sym_private] = ACTIONS(3088), - [anon_sym_internal] = ACTIONS(3088), - [anon_sym_protected] = ACTIONS(3088), - [anon_sym_tailrec] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_infix] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_external] = ACTIONS(3088), - [sym_property_modifier] = ACTIONS(3088), - [anon_sym_abstract] = ACTIONS(3088), - [anon_sym_final] = ACTIONS(3088), - [anon_sym_open] = ACTIONS(3088), - [anon_sym_vararg] = ACTIONS(3088), - [anon_sym_noinline] = ACTIONS(3088), - [anon_sym_crossinline] = ACTIONS(3088), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3178), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3180), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_object] = ACTIONS(3178), + [anon_sym_fun] = ACTIONS(3178), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3178), + [anon_sym_super] = ACTIONS(3178), + [anon_sym_STAR] = ACTIONS(5217), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_DOT_DOT] = ACTIONS(5219), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_null] = ACTIONS(3178), + [anon_sym_if] = ACTIONS(3178), + [anon_sym_else] = ACTIONS(3178), + [anon_sym_when] = ACTIONS(3178), + [anon_sym_try] = ACTIONS(3178), + [anon_sym_throw] = ACTIONS(3178), + [anon_sym_return] = ACTIONS(3178), + [anon_sym_continue] = ACTIONS(3178), + [anon_sym_break] = ACTIONS(3178), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3180), + [anon_sym_DASH_EQ] = ACTIONS(3180), + [anon_sym_STAR_EQ] = ACTIONS(3180), + [anon_sym_SLASH_EQ] = ACTIONS(3180), + [anon_sym_PERCENT_EQ] = ACTIONS(3180), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), + [anon_sym_PLUS] = ACTIONS(5223), + [anon_sym_DASH] = ACTIONS(5223), + [anon_sym_SLASH] = ACTIONS(5217), + [anon_sym_PERCENT] = ACTIONS(5217), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3178), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3180), + [anon_sym_continue_AT] = ACTIONS(3180), + [anon_sym_break_AT] = ACTIONS(3180), + [anon_sym_this_AT] = ACTIONS(3180), + [anon_sym_super_AT] = ACTIONS(3180), + [sym_real_literal] = ACTIONS(3180), + [sym_integer_literal] = ACTIONS(3178), + [sym_hex_literal] = ACTIONS(3180), + [sym_bin_literal] = ACTIONS(3180), + [anon_sym_true] = ACTIONS(3178), + [anon_sym_false] = ACTIONS(3178), + [anon_sym_SQUOTE] = ACTIONS(3180), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), + [sym__automatic_semicolon] = ACTIONS(3180), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3180), }, [1234] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(2142), - [sym__comparison_operator] = STATE(2143), - [sym__in_operator] = STATE(2145), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(2148), - [sym__multiplicative_operator] = STATE(2149), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2156), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1682), + [sym__comparison_operator] = STATE(1681), + [sym__in_operator] = STATE(1680), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1679), + [sym__multiplicative_operator] = STATE(1678), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1677), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3123), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3121), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3123), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3123), - [anon_sym_RPAREN] = ACTIONS(3123), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_EQ] = ACTIONS(3101), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_LPAREN] = ACTIONS(4515), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3578), - [anon_sym_where] = ACTIONS(3121), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3123), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_DASH_GT] = ACTIONS(3123), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3592), - [anon_sym_while] = ACTIONS(3121), - [anon_sym_DOT_DOT] = ACTIONS(3594), - [anon_sym_QMARK_COLON] = ACTIONS(3596), - [anon_sym_AMP_AMP] = ACTIONS(3598), - [anon_sym_PIPE_PIPE] = ACTIONS(3600), - [anon_sym_else] = ACTIONS(3121), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3123), - [anon_sym_DASH_EQ] = ACTIONS(3123), - [anon_sym_STAR_EQ] = ACTIONS(3123), - [anon_sym_SLASH_EQ] = ACTIONS(3123), - [anon_sym_PERCENT_EQ] = ACTIONS(3123), - [anon_sym_BANG_EQ] = ACTIONS(3604), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3606), - [anon_sym_EQ_EQ] = ACTIONS(3604), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3606), - [anon_sym_LT_EQ] = ACTIONS(3608), - [anon_sym_GT_EQ] = ACTIONS(3608), - [anon_sym_BANGin] = ACTIONS(3610), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(3616), - [anon_sym_DASH] = ACTIONS(3616), - [anon_sym_SLASH] = ACTIONS(3588), - [anon_sym_PERCENT] = ACTIONS(3588), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3121), - [anon_sym_sealed] = ACTIONS(3121), - [anon_sym_annotation] = ACTIONS(3121), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3121), - [anon_sym_lateinit] = ACTIONS(3121), - [anon_sym_public] = ACTIONS(3121), - [anon_sym_private] = ACTIONS(3121), - [anon_sym_internal] = ACTIONS(3121), - [anon_sym_protected] = ACTIONS(3121), - [anon_sym_tailrec] = ACTIONS(3121), - [anon_sym_operator] = ACTIONS(3121), - [anon_sym_infix] = ACTIONS(3121), - [anon_sym_inline] = ACTIONS(3121), - [anon_sym_external] = ACTIONS(3121), - [sym_property_modifier] = ACTIONS(3121), - [anon_sym_abstract] = ACTIONS(3121), - [anon_sym_final] = ACTIONS(3121), - [anon_sym_open] = ACTIONS(3121), - [anon_sym_vararg] = ACTIONS(3121), - [anon_sym_noinline] = ACTIONS(3121), - [anon_sym_crossinline] = ACTIONS(3121), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(5225), + [anon_sym_object] = ACTIONS(3101), + [anon_sym_fun] = ACTIONS(3101), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3101), + [anon_sym_super] = ACTIONS(3101), + [anon_sym_STAR] = ACTIONS(5217), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5227), + [anon_sym_DOT_DOT] = ACTIONS(5219), + [anon_sym_QMARK_COLON] = ACTIONS(5221), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_null] = ACTIONS(3101), + [anon_sym_if] = ACTIONS(3101), + [anon_sym_else] = ACTIONS(3101), + [anon_sym_when] = ACTIONS(3101), + [anon_sym_try] = ACTIONS(3101), + [anon_sym_throw] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3101), + [anon_sym_continue] = ACTIONS(3101), + [anon_sym_break] = ACTIONS(3101), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_PLUS_EQ] = ACTIONS(3103), + [anon_sym_DASH_EQ] = ACTIONS(3103), + [anon_sym_STAR_EQ] = ACTIONS(3103), + [anon_sym_SLASH_EQ] = ACTIONS(3103), + [anon_sym_PERCENT_EQ] = ACTIONS(3103), + [anon_sym_BANG_EQ] = ACTIONS(5233), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5235), + [anon_sym_EQ_EQ] = ACTIONS(5233), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5235), + [anon_sym_LT_EQ] = ACTIONS(5237), + [anon_sym_GT_EQ] = ACTIONS(5237), + [anon_sym_BANGin] = ACTIONS(5239), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5223), + [anon_sym_DASH] = ACTIONS(5223), + [anon_sym_SLASH] = ACTIONS(5217), + [anon_sym_PERCENT] = ACTIONS(5217), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3101), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3103), + [anon_sym_continue_AT] = ACTIONS(3103), + [anon_sym_break_AT] = ACTIONS(3103), + [anon_sym_this_AT] = ACTIONS(3103), + [anon_sym_super_AT] = ACTIONS(3103), + [sym_real_literal] = ACTIONS(3103), + [sym_integer_literal] = ACTIONS(3101), + [sym_hex_literal] = ACTIONS(3103), + [sym_bin_literal] = ACTIONS(3103), + [anon_sym_true] = ACTIONS(3101), + [anon_sym_false] = ACTIONS(3101), + [anon_sym_SQUOTE] = ACTIONS(3103), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), + [sym__automatic_semicolon] = ACTIONS(3103), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3103), }, [1235] = { - [sym_type_constraints] = STATE(1368), - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_COLON] = ACTIONS(5277), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), + [sym_type_constraints] = STATE(1306), + [sym_function_body] = STATE(1172), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_COLON] = ACTIONS(5275), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), }, [1236] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(5279), - [anon_sym_RPAREN] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [anon_sym_while] = ACTIONS(4267), - [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(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4262), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), + [sym_type_constraints] = STATE(1306), + [sym_function_body] = STATE(1172), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), }, [1237] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4259), - [anon_sym_EQ] = ACTIONS(4259), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4262), - [anon_sym_LPAREN] = ACTIONS(5283), - [anon_sym_LT] = ACTIONS(4259), - [anon_sym_GT] = ACTIONS(4259), - [anon_sym_object] = ACTIONS(4259), - [anon_sym_fun] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4259), - [anon_sym_SEMI] = ACTIONS(4262), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4259), - [anon_sym_super] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4259), - [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(4259), - [anon_sym_if] = ACTIONS(4259), - [anon_sym_else] = ACTIONS(4259), - [anon_sym_when] = ACTIONS(4259), - [anon_sym_try] = ACTIONS(4259), - [anon_sym_throw] = ACTIONS(4259), - [anon_sym_return] = ACTIONS(4259), - [anon_sym_continue] = ACTIONS(4259), - [anon_sym_break] = ACTIONS(4259), - [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(4259), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), - [anon_sym_EQ_EQ] = ACTIONS(4259), - [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(4259), - [anon_sym_BANGis] = ACTIONS(4262), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4259), - [anon_sym_PERCENT] = ACTIONS(4259), - [anon_sym_as_QMARK] = ACTIONS(4262), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4259), - [anon_sym_BANG_BANG] = ACTIONS(4262), - [anon_sym_suspend] = ACTIONS(4259), - [anon_sym_sealed] = ACTIONS(4259), - [anon_sym_annotation] = ACTIONS(4259), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4259), - [anon_sym_lateinit] = ACTIONS(4259), - [anon_sym_public] = ACTIONS(4259), - [anon_sym_private] = ACTIONS(4259), - [anon_sym_internal] = ACTIONS(4259), - [anon_sym_protected] = ACTIONS(4259), - [anon_sym_tailrec] = ACTIONS(4259), - [anon_sym_operator] = ACTIONS(4259), - [anon_sym_infix] = ACTIONS(4259), - [anon_sym_inline] = ACTIONS(4259), - [anon_sym_external] = ACTIONS(4259), - [sym_property_modifier] = ACTIONS(4259), - [anon_sym_abstract] = ACTIONS(4259), - [anon_sym_final] = ACTIONS(4259), - [anon_sym_open] = ACTIONS(4259), - [anon_sym_vararg] = ACTIONS(4259), - [anon_sym_noinline] = ACTIONS(4259), - [anon_sym_crossinline] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4262), - [anon_sym_continue_AT] = ACTIONS(4262), - [anon_sym_break_AT] = ACTIONS(4262), - [anon_sym_this_AT] = ACTIONS(4262), - [anon_sym_super_AT] = ACTIONS(4262), - [sym_real_literal] = ACTIONS(4262), - [sym_integer_literal] = ACTIONS(4259), - [sym_hex_literal] = ACTIONS(4262), - [sym_bin_literal] = ACTIONS(4262), - [anon_sym_true] = ACTIONS(4259), - [anon_sym_false] = ACTIONS(4259), - [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), + [sym_type_constraints] = STATE(1307), + [sym_function_body] = STATE(1134), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), }, [1238] = { - [sym__expression] = STATE(2479), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(2179), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2182), - [anon_sym_LBRACE] = ACTIONS(2185), - [anon_sym_LPAREN] = ACTIONS(2188), - [anon_sym_object] = ACTIONS(5290), - [anon_sym_fun] = ACTIONS(5293), - [anon_sym_get] = ACTIONS(5296), - [anon_sym_set] = ACTIONS(5296), - [anon_sym_this] = ACTIONS(2203), - [anon_sym_super] = ACTIONS(2206), - [anon_sym_STAR] = ACTIONS(2804), - [sym_label] = ACTIONS(2807), - [anon_sym_for] = ACTIONS(2114), - [anon_sym_while] = ACTIONS(2114), - [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2215), - [anon_sym_if] = ACTIONS(2810), - [anon_sym_when] = ACTIONS(2221), - [anon_sym_try] = ACTIONS(2224), - [anon_sym_throw] = ACTIONS(2813), - [anon_sym_return] = ACTIONS(2816), - [anon_sym_continue] = ACTIONS(2233), - [anon_sym_break] = ACTIONS(2233), - [anon_sym_COLON_COLON] = ACTIONS(2236), - [anon_sym_PLUS] = ACTIONS(2807), - [anon_sym_DASH] = ACTIONS(2807), - [anon_sym_PLUS_PLUS] = ACTIONS(2819), - [anon_sym_DASH_DASH] = ACTIONS(2819), - [anon_sym_BANG] = ACTIONS(2819), - [anon_sym_data] = ACTIONS(5296), - [anon_sym_inner] = ACTIONS(5296), - [anon_sym_value] = ACTIONS(5296), - [anon_sym_expect] = ACTIONS(5296), - [anon_sym_actual] = ACTIONS(5296), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2242), - [anon_sym_continue_AT] = ACTIONS(2245), - [anon_sym_break_AT] = ACTIONS(2248), - [anon_sym_this_AT] = ACTIONS(2251), - [anon_sym_super_AT] = ACTIONS(2254), - [sym_real_literal] = ACTIONS(2257), - [sym_integer_literal] = ACTIONS(2260), - [sym_hex_literal] = ACTIONS(2263), - [sym_bin_literal] = ACTIONS(2263), - [anon_sym_true] = ACTIONS(2266), - [anon_sym_false] = ACTIONS(2266), - [anon_sym_SQUOTE] = ACTIONS(2269), - [sym__backtick_identifier] = ACTIONS(2272), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2275), + [sym_type_constraints] = STATE(1308), + [sym_function_body] = STATE(1078), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), }, [1239] = { - [sym__expression] = STATE(3921), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1459), - [sym_annotation] = STATE(1459), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(2300), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2303), - [anon_sym_LBRACE] = ACTIONS(2306), - [anon_sym_LPAREN] = ACTIONS(2309), - [anon_sym_object] = ACTIONS(5299), - [anon_sym_fun] = ACTIONS(5302), - [anon_sym_get] = ACTIONS(5305), - [anon_sym_set] = ACTIONS(5305), - [anon_sym_this] = ACTIONS(2324), - [anon_sym_super] = ACTIONS(2327), - [anon_sym_STAR] = ACTIONS(2521), - [sym_label] = ACTIONS(2524), + [sym__expression] = STATE(4258), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(2421), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2424), + [anon_sym_LBRACE] = ACTIONS(2427), + [anon_sym_LPAREN] = ACTIONS(2430), + [anon_sym_object] = ACTIONS(5280), + [anon_sym_fun] = ACTIONS(5283), + [anon_sym_get] = ACTIONS(5286), + [anon_sym_set] = ACTIONS(5286), + [anon_sym_this] = ACTIONS(2445), + [anon_sym_super] = ACTIONS(2448), + [anon_sym_STAR] = ACTIONS(2914), + [sym_label] = ACTIONS(2917), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2336), - [anon_sym_if] = ACTIONS(2527), - [anon_sym_when] = ACTIONS(2342), - [anon_sym_try] = ACTIONS(2345), - [anon_sym_throw] = ACTIONS(2530), - [anon_sym_return] = ACTIONS(2533), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_COLON_COLON] = ACTIONS(2357), - [anon_sym_PLUS] = ACTIONS(2524), - [anon_sym_DASH] = ACTIONS(2524), - [anon_sym_PLUS_PLUS] = ACTIONS(2536), - [anon_sym_DASH_DASH] = ACTIONS(2536), - [anon_sym_BANG] = ACTIONS(2536), - [anon_sym_data] = ACTIONS(5305), - [anon_sym_inner] = ACTIONS(5305), - [anon_sym_value] = ACTIONS(5305), - [anon_sym_expect] = ACTIONS(5305), - [anon_sym_actual] = ACTIONS(5305), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2363), - [anon_sym_continue_AT] = ACTIONS(2366), - [anon_sym_break_AT] = ACTIONS(2369), - [anon_sym_this_AT] = ACTIONS(2372), - [anon_sym_super_AT] = ACTIONS(2375), - [sym_real_literal] = ACTIONS(2378), - [sym_integer_literal] = ACTIONS(2381), - [sym_hex_literal] = ACTIONS(2384), - [sym_bin_literal] = ACTIONS(2384), - [anon_sym_true] = ACTIONS(2387), - [anon_sym_false] = ACTIONS(2387), - [anon_sym_SQUOTE] = ACTIONS(2390), - [sym__backtick_identifier] = ACTIONS(2393), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2396), + [anon_sym_null] = ACTIONS(2457), + [anon_sym_if] = ACTIONS(2920), + [anon_sym_when] = ACTIONS(2463), + [anon_sym_try] = ACTIONS(2466), + [anon_sym_throw] = ACTIONS(2923), + [anon_sym_return] = ACTIONS(2926), + [anon_sym_continue] = ACTIONS(2475), + [anon_sym_break] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(2478), + [anon_sym_PLUS] = ACTIONS(2917), + [anon_sym_DASH] = ACTIONS(2917), + [anon_sym_PLUS_PLUS] = ACTIONS(2929), + [anon_sym_DASH_DASH] = ACTIONS(2929), + [anon_sym_BANG] = ACTIONS(2929), + [anon_sym_data] = ACTIONS(5286), + [anon_sym_inner] = ACTIONS(5286), + [anon_sym_value] = ACTIONS(5286), + [anon_sym_expect] = ACTIONS(5286), + [anon_sym_actual] = ACTIONS(5286), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2484), + [anon_sym_continue_AT] = ACTIONS(2487), + [anon_sym_break_AT] = ACTIONS(2490), + [anon_sym_this_AT] = ACTIONS(2493), + [anon_sym_super_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), }, [1240] = { - [sym__alpha_identifier] = ACTIONS(4892), - [anon_sym_AT] = ACTIONS(4894), - [anon_sym_LBRACK] = ACTIONS(4894), - [anon_sym_as] = ACTIONS(4892), - [anon_sym_EQ] = ACTIONS(4892), - [anon_sym_LBRACE] = ACTIONS(4894), - [anon_sym_RBRACE] = ACTIONS(4894), - [anon_sym_LPAREN] = ACTIONS(5308), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym_GT] = ACTIONS(4892), - [anon_sym_object] = ACTIONS(4892), - [anon_sym_fun] = ACTIONS(4892), - [anon_sym_DOT] = ACTIONS(4892), - [anon_sym_SEMI] = ACTIONS(4894), - [anon_sym_get] = ACTIONS(4892), - [anon_sym_set] = ACTIONS(4892), - [anon_sym_this] = ACTIONS(4892), - [anon_sym_super] = ACTIONS(4892), - [anon_sym_STAR] = ACTIONS(4892), - [sym_label] = ACTIONS(4892), - [anon_sym_in] = ACTIONS(4892), - [anon_sym_DOT_DOT] = ACTIONS(4894), - [anon_sym_QMARK_COLON] = ACTIONS(4894), - [anon_sym_AMP_AMP] = ACTIONS(4894), - [anon_sym_PIPE_PIPE] = ACTIONS(4894), - [anon_sym_null] = ACTIONS(4892), - [anon_sym_if] = ACTIONS(4892), - [anon_sym_else] = ACTIONS(4892), - [anon_sym_when] = ACTIONS(4892), - [anon_sym_try] = ACTIONS(4892), - [anon_sym_throw] = ACTIONS(4892), - [anon_sym_return] = ACTIONS(4892), - [anon_sym_continue] = ACTIONS(4892), - [anon_sym_break] = ACTIONS(4892), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_PLUS_EQ] = ACTIONS(4894), - [anon_sym_DASH_EQ] = ACTIONS(4894), - [anon_sym_STAR_EQ] = ACTIONS(4894), - [anon_sym_SLASH_EQ] = ACTIONS(4894), - [anon_sym_PERCENT_EQ] = ACTIONS(4894), - [anon_sym_BANG_EQ] = ACTIONS(4892), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4894), - [anon_sym_EQ_EQ] = ACTIONS(4892), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4894), - [anon_sym_LT_EQ] = ACTIONS(4894), - [anon_sym_GT_EQ] = ACTIONS(4894), - [anon_sym_BANGin] = ACTIONS(4894), - [anon_sym_is] = ACTIONS(4892), - [anon_sym_BANGis] = ACTIONS(4894), - [anon_sym_PLUS] = ACTIONS(4892), - [anon_sym_DASH] = ACTIONS(4892), - [anon_sym_SLASH] = ACTIONS(4892), - [anon_sym_PERCENT] = ACTIONS(4892), - [anon_sym_as_QMARK] = ACTIONS(4894), - [anon_sym_PLUS_PLUS] = ACTIONS(4894), - [anon_sym_DASH_DASH] = ACTIONS(4894), - [anon_sym_BANG] = ACTIONS(4892), - [anon_sym_BANG_BANG] = ACTIONS(4894), - [anon_sym_suspend] = ACTIONS(4892), - [anon_sym_sealed] = ACTIONS(4892), - [anon_sym_annotation] = ACTIONS(4892), - [anon_sym_data] = ACTIONS(4892), - [anon_sym_inner] = ACTIONS(4892), - [anon_sym_value] = ACTIONS(4892), - [anon_sym_override] = ACTIONS(4892), - [anon_sym_lateinit] = ACTIONS(4892), - [anon_sym_public] = ACTIONS(4892), - [anon_sym_private] = ACTIONS(4892), - [anon_sym_internal] = ACTIONS(4892), - [anon_sym_protected] = ACTIONS(4892), - [anon_sym_tailrec] = ACTIONS(4892), - [anon_sym_operator] = ACTIONS(4892), - [anon_sym_infix] = ACTIONS(4892), - [anon_sym_inline] = ACTIONS(4892), - [anon_sym_external] = ACTIONS(4892), - [sym_property_modifier] = ACTIONS(4892), - [anon_sym_abstract] = ACTIONS(4892), - [anon_sym_final] = ACTIONS(4892), - [anon_sym_open] = ACTIONS(4892), - [anon_sym_vararg] = ACTIONS(4892), - [anon_sym_noinline] = ACTIONS(4892), - [anon_sym_crossinline] = ACTIONS(4892), - [anon_sym_expect] = ACTIONS(4892), - [anon_sym_actual] = ACTIONS(4892), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4894), - [anon_sym_continue_AT] = ACTIONS(4894), - [anon_sym_break_AT] = ACTIONS(4894), - [anon_sym_this_AT] = ACTIONS(4894), - [anon_sym_super_AT] = ACTIONS(4894), - [sym_real_literal] = ACTIONS(4894), - [sym_integer_literal] = ACTIONS(4892), - [sym_hex_literal] = ACTIONS(4894), - [sym_bin_literal] = ACTIONS(4894), - [anon_sym_true] = ACTIONS(4892), - [anon_sym_false] = ACTIONS(4892), - [anon_sym_SQUOTE] = ACTIONS(4894), - [sym__backtick_identifier] = ACTIONS(4894), - [sym__automatic_semicolon] = ACTIONS(4894), - [sym_safe_nav] = ACTIONS(4894), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4894), + [sym_type_constraints] = STATE(1309), + [sym_function_body] = STATE(1123), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4319), + [anon_sym_fun] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_this] = ACTIONS(4319), + [anon_sym_super] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4321), + [sym_label] = ACTIONS(4319), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_null] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_when] = ACTIONS(4319), + [anon_sym_try] = ACTIONS(4319), + [anon_sym_throw] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4321), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4321), + [anon_sym_continue_AT] = ACTIONS(4321), + [anon_sym_break_AT] = ACTIONS(4321), + [anon_sym_this_AT] = ACTIONS(4321), + [anon_sym_super_AT] = ACTIONS(4321), + [sym_real_literal] = ACTIONS(4321), + [sym_integer_literal] = ACTIONS(4319), + [sym_hex_literal] = ACTIONS(4321), + [sym_bin_literal] = ACTIONS(4321), + [anon_sym_true] = ACTIONS(4319), + [anon_sym_false] = ACTIONS(4319), + [anon_sym_SQUOTE] = ACTIONS(4321), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4321), }, [1241] = { - [sym__expression] = STATE(1204), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(2179), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2182), - [anon_sym_LBRACE] = ACTIONS(2185), - [anon_sym_LPAREN] = ACTIONS(2188), - [anon_sym_object] = ACTIONS(5290), - [anon_sym_fun] = ACTIONS(5310), - [anon_sym_get] = ACTIONS(5296), - [anon_sym_set] = ACTIONS(5296), - [anon_sym_this] = ACTIONS(2203), - [anon_sym_super] = ACTIONS(2206), - [anon_sym_STAR] = ACTIONS(2209), - [sym_label] = ACTIONS(2212), - [anon_sym_for] = ACTIONS(2114), - [anon_sym_while] = ACTIONS(2114), - [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2215), - [anon_sym_if] = ACTIONS(2218), - [anon_sym_when] = ACTIONS(2221), - [anon_sym_try] = ACTIONS(2224), - [anon_sym_throw] = ACTIONS(2227), - [anon_sym_return] = ACTIONS(2230), - [anon_sym_continue] = ACTIONS(2233), - [anon_sym_break] = ACTIONS(2233), - [anon_sym_COLON_COLON] = ACTIONS(2236), - [anon_sym_PLUS] = ACTIONS(2212), - [anon_sym_DASH] = ACTIONS(2212), - [anon_sym_PLUS_PLUS] = ACTIONS(2239), - [anon_sym_DASH_DASH] = ACTIONS(2239), - [anon_sym_BANG] = ACTIONS(2239), - [anon_sym_data] = ACTIONS(5296), - [anon_sym_inner] = ACTIONS(5296), - [anon_sym_value] = ACTIONS(5296), - [anon_sym_expect] = ACTIONS(5296), - [anon_sym_actual] = ACTIONS(5296), + [sym_getter] = STATE(9686), + [sym_setter] = STATE(9686), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_modifiers] = STATE(9440), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4563), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(5289), + [anon_sym_get] = ACTIONS(5291), + [anon_sym_set] = ACTIONS(5293), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2242), - [anon_sym_continue_AT] = ACTIONS(2245), - [anon_sym_break_AT] = ACTIONS(2248), - [anon_sym_this_AT] = ACTIONS(2251), - [anon_sym_super_AT] = ACTIONS(2254), - [sym_real_literal] = ACTIONS(2257), - [sym_integer_literal] = ACTIONS(2260), - [sym_hex_literal] = ACTIONS(2263), - [sym_bin_literal] = ACTIONS(2263), - [anon_sym_true] = ACTIONS(2266), - [anon_sym_false] = ACTIONS(2266), - [anon_sym_SQUOTE] = ACTIONS(2269), - [sym__backtick_identifier] = ACTIONS(2272), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2275), }, [1242] = { - [sym__expression] = STATE(4292), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1736), - [sym_annotation] = STATE(1736), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(362), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(2539), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2542), - [anon_sym_LBRACE] = ACTIONS(2545), - [anon_sym_LPAREN] = ACTIONS(2548), - [anon_sym_object] = ACTIONS(5313), - [anon_sym_fun] = ACTIONS(5316), - [anon_sym_get] = ACTIONS(5319), - [anon_sym_set] = ACTIONS(5319), - [anon_sym_this] = ACTIONS(2563), - [anon_sym_super] = ACTIONS(2566), - [anon_sym_STAR] = ACTIONS(3046), - [sym_label] = ACTIONS(3049), + [sym__expression] = STATE(946), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(2660), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2663), + [anon_sym_LBRACE] = ACTIONS(2666), + [anon_sym_LPAREN] = ACTIONS(2669), + [anon_sym_object] = ACTIONS(5295), + [anon_sym_fun] = ACTIONS(5298), + [anon_sym_get] = ACTIONS(5301), + [anon_sym_set] = ACTIONS(5301), + [anon_sym_this] = ACTIONS(2684), + [anon_sym_super] = ACTIONS(2687), + [anon_sym_STAR] = ACTIONS(2826), + [sym_label] = ACTIONS(2829), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2575), - [anon_sym_if] = ACTIONS(3052), - [anon_sym_when] = ACTIONS(2581), - [anon_sym_try] = ACTIONS(2584), - [anon_sym_throw] = ACTIONS(3055), - [anon_sym_return] = ACTIONS(3058), - [anon_sym_continue] = ACTIONS(2593), - [anon_sym_break] = ACTIONS(2593), - [anon_sym_COLON_COLON] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_PLUS_PLUS] = ACTIONS(3061), - [anon_sym_DASH_DASH] = ACTIONS(3061), - [anon_sym_BANG] = ACTIONS(3061), - [anon_sym_data] = ACTIONS(5319), - [anon_sym_inner] = ACTIONS(5319), - [anon_sym_value] = ACTIONS(5319), - [anon_sym_expect] = ACTIONS(5319), - [anon_sym_actual] = ACTIONS(5319), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2602), - [anon_sym_continue_AT] = ACTIONS(2605), - [anon_sym_break_AT] = ACTIONS(2608), - [anon_sym_this_AT] = ACTIONS(2611), - [anon_sym_super_AT] = ACTIONS(2614), - [sym_real_literal] = ACTIONS(2617), - [sym_integer_literal] = ACTIONS(2620), - [sym_hex_literal] = ACTIONS(2623), - [sym_bin_literal] = ACTIONS(2623), - [anon_sym_true] = ACTIONS(2626), - [anon_sym_false] = ACTIONS(2626), - [anon_sym_SQUOTE] = ACTIONS(2629), - [sym__backtick_identifier] = ACTIONS(2632), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2635), + [anon_sym_null] = ACTIONS(2696), + [anon_sym_if] = ACTIONS(2832), + [anon_sym_when] = ACTIONS(2702), + [anon_sym_try] = ACTIONS(2705), + [anon_sym_throw] = ACTIONS(2835), + [anon_sym_return] = ACTIONS(2838), + [anon_sym_continue] = ACTIONS(2714), + [anon_sym_break] = ACTIONS(2714), + [anon_sym_COLON_COLON] = ACTIONS(2717), + [anon_sym_PLUS] = ACTIONS(2829), + [anon_sym_DASH] = ACTIONS(2829), + [anon_sym_PLUS_PLUS] = ACTIONS(2841), + [anon_sym_DASH_DASH] = ACTIONS(2841), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_data] = ACTIONS(5301), + [anon_sym_inner] = ACTIONS(5301), + [anon_sym_value] = ACTIONS(5301), + [anon_sym_expect] = ACTIONS(5301), + [anon_sym_actual] = ACTIONS(5301), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2143), + [anon_sym_continue_AT] = ACTIONS(2723), + [anon_sym_break_AT] = ACTIONS(2726), + [anon_sym_this_AT] = ACTIONS(2729), + [anon_sym_super_AT] = ACTIONS(2732), + [sym_real_literal] = ACTIONS(2735), + [sym_integer_literal] = ACTIONS(2738), + [sym_hex_literal] = ACTIONS(2741), + [sym_bin_literal] = ACTIONS(2741), + [anon_sym_true] = ACTIONS(2744), + [anon_sym_false] = ACTIONS(2744), + [anon_sym_SQUOTE] = ACTIONS(2747), + [sym__backtick_identifier] = ACTIONS(2750), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2753), }, [1243] = { - [sym_getter] = STATE(9565), - [sym_setter] = STATE(9565), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__expression] = STATE(2436), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(2278), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2281), + [anon_sym_LBRACE] = ACTIONS(2284), + [anon_sym_LPAREN] = ACTIONS(2287), + [anon_sym_object] = ACTIONS(5304), + [anon_sym_fun] = ACTIONS(5307), + [anon_sym_get] = ACTIONS(5310), + [anon_sym_set] = ACTIONS(5310), + [anon_sym_this] = ACTIONS(2302), + [anon_sym_super] = ACTIONS(2305), + [anon_sym_STAR] = ACTIONS(2308), + [sym_label] = ACTIONS(2311), + [anon_sym_for] = ACTIONS(2114), + [anon_sym_while] = ACTIONS(2114), + [anon_sym_do] = ACTIONS(2114), + [anon_sym_null] = ACTIONS(2314), + [anon_sym_if] = ACTIONS(2317), + [anon_sym_when] = ACTIONS(2320), + [anon_sym_try] = ACTIONS(2323), + [anon_sym_throw] = ACTIONS(2326), + [anon_sym_return] = ACTIONS(2329), + [anon_sym_continue] = ACTIONS(2332), + [anon_sym_break] = ACTIONS(2332), + [anon_sym_COLON_COLON] = ACTIONS(2335), + [anon_sym_PLUS] = ACTIONS(2311), + [anon_sym_DASH] = ACTIONS(2311), + [anon_sym_PLUS_PLUS] = ACTIONS(2338), + [anon_sym_DASH_DASH] = ACTIONS(2338), + [anon_sym_BANG] = ACTIONS(2338), + [anon_sym_data] = ACTIONS(5310), + [anon_sym_inner] = ACTIONS(5310), + [anon_sym_value] = ACTIONS(5310), + [anon_sym_expect] = ACTIONS(5310), + [anon_sym_actual] = ACTIONS(5310), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2341), + [anon_sym_continue_AT] = ACTIONS(2344), + [anon_sym_break_AT] = ACTIONS(2347), + [anon_sym_this_AT] = ACTIONS(2350), + [anon_sym_super_AT] = ACTIONS(2353), + [sym_real_literal] = ACTIONS(2356), + [sym_integer_literal] = ACTIONS(2359), + [sym_hex_literal] = ACTIONS(2362), + [sym_bin_literal] = ACTIONS(2362), + [anon_sym_true] = ACTIONS(2365), + [anon_sym_false] = ACTIONS(2365), + [anon_sym_SQUOTE] = ACTIONS(2368), + [sym__backtick_identifier] = ACTIONS(2371), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2374), + }, + [1244] = { + [sym_getter] = STATE(9716), + [sym_setter] = STATE(9716), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9271), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9440), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1610), [anon_sym_LPAREN] = ACTIONS(3576), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4563), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(5322), - [anon_sym_get] = ACTIONS(5324), - [anon_sym_set] = ACTIONS(5326), - [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(5313), + [anon_sym_get] = ACTIONS(5291), + [anon_sym_set] = ACTIONS(5293), + [anon_sym_STAR] = ACTIONS(4571), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), + [anon_sym_in] = ACTIONS(4573), [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), [anon_sym_is] = ACTIONS(3612), [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), [anon_sym_as_QMARK] = ACTIONS(3618), [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), @@ -190398,15 +190491,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1244] = { + [1245] = { [sym__alpha_identifier] = ACTIONS(4281), [anon_sym_AT] = ACTIONS(4284), [anon_sym_LBRACK] = ACTIONS(4284), [anon_sym_as] = ACTIONS(4281), - [anon_sym_EQ] = ACTIONS(4004), + [anon_sym_EQ] = ACTIONS(3976), [anon_sym_LBRACE] = ACTIONS(4284), [anon_sym_RBRACE] = ACTIONS(4284), - [anon_sym_LPAREN] = ACTIONS(5328), + [anon_sym_LPAREN] = ACTIONS(5315), [anon_sym_LT] = ACTIONS(4281), [anon_sym_GT] = ACTIONS(4281), [anon_sym_object] = ACTIONS(4281), @@ -190434,11 +190527,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(4281), [anon_sym_break] = ACTIONS(4281), [anon_sym_COLON_COLON] = ACTIONS(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), [anon_sym_BANG_EQ] = ACTIONS(4281), [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), [anon_sym_EQ_EQ] = ACTIONS(4281), @@ -190502,405 +190595,405 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4284), }, - [1245] = { - [sym__expression] = STATE(397), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1653), - [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(2399), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2402), - [anon_sym_LBRACE] = ACTIONS(2405), - [anon_sym_LPAREN] = ACTIONS(2408), - [anon_sym_object] = ACTIONS(5332), - [anon_sym_fun] = ACTIONS(5335), - [anon_sym_get] = ACTIONS(5338), - [anon_sym_set] = ACTIONS(5338), - [anon_sym_this] = ACTIONS(2423), - [anon_sym_super] = ACTIONS(2426), - [anon_sym_STAR] = ACTIONS(2429), - [sym_label] = ACTIONS(2432), - [anon_sym_for] = ACTIONS(2114), - [anon_sym_while] = ACTIONS(2114), - [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2435), - [anon_sym_if] = ACTIONS(2438), - [anon_sym_when] = ACTIONS(2441), - [anon_sym_try] = ACTIONS(2444), - [anon_sym_throw] = ACTIONS(2447), - [anon_sym_return] = ACTIONS(2450), - [anon_sym_continue] = ACTIONS(2453), - [anon_sym_break] = ACTIONS(2453), - [anon_sym_COLON_COLON] = ACTIONS(2456), - [anon_sym_PLUS] = ACTIONS(2432), - [anon_sym_DASH] = ACTIONS(2432), - [anon_sym_PLUS_PLUS] = ACTIONS(2459), - [anon_sym_DASH_DASH] = ACTIONS(2459), - [anon_sym_BANG] = ACTIONS(2459), - [anon_sym_data] = ACTIONS(5338), - [anon_sym_inner] = ACTIONS(5338), - [anon_sym_value] = ACTIONS(5338), - [anon_sym_expect] = ACTIONS(5338), - [anon_sym_actual] = ACTIONS(5338), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2143), - [anon_sym_continue_AT] = ACTIONS(2462), - [anon_sym_break_AT] = ACTIONS(2465), - [anon_sym_this_AT] = ACTIONS(2468), - [anon_sym_super_AT] = ACTIONS(2471), - [sym_real_literal] = ACTIONS(2474), - [sym_integer_literal] = ACTIONS(2477), - [sym_hex_literal] = ACTIONS(2480), - [sym_bin_literal] = ACTIONS(2480), - [anon_sym_true] = ACTIONS(2483), - [anon_sym_false] = ACTIONS(2483), - [anon_sym_SQUOTE] = ACTIONS(2486), - [sym__backtick_identifier] = ACTIONS(2489), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2492), - }, [1246] = { - [sym__expression] = STATE(367), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(2399), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2402), - [anon_sym_LBRACE] = ACTIONS(2405), - [anon_sym_LPAREN] = ACTIONS(2408), - [anon_sym_object] = ACTIONS(5332), - [anon_sym_fun] = ACTIONS(5341), - [anon_sym_get] = ACTIONS(5338), - [anon_sym_set] = ACTIONS(5338), - [anon_sym_this] = ACTIONS(2423), - [anon_sym_super] = ACTIONS(2426), - [anon_sym_STAR] = ACTIONS(2958), - [sym_label] = ACTIONS(2961), + [sym__expression] = STATE(1409), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(2278), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2281), + [anon_sym_LBRACE] = ACTIONS(2284), + [anon_sym_LPAREN] = ACTIONS(2287), + [anon_sym_object] = ACTIONS(5304), + [anon_sym_fun] = ACTIONS(5319), + [anon_sym_get] = ACTIONS(5310), + [anon_sym_set] = ACTIONS(5310), + [anon_sym_this] = ACTIONS(2302), + [anon_sym_super] = ACTIONS(2305), + [anon_sym_STAR] = ACTIONS(2870), + [sym_label] = ACTIONS(2873), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2435), - [anon_sym_if] = ACTIONS(2964), - [anon_sym_when] = ACTIONS(2441), - [anon_sym_try] = ACTIONS(2444), - [anon_sym_throw] = ACTIONS(2967), - [anon_sym_return] = ACTIONS(2970), - [anon_sym_continue] = ACTIONS(2453), - [anon_sym_break] = ACTIONS(2453), - [anon_sym_COLON_COLON] = ACTIONS(2456), - [anon_sym_PLUS] = ACTIONS(2961), - [anon_sym_DASH] = ACTIONS(2961), - [anon_sym_PLUS_PLUS] = ACTIONS(2973), - [anon_sym_DASH_DASH] = ACTIONS(2973), - [anon_sym_BANG] = ACTIONS(2973), - [anon_sym_data] = ACTIONS(5338), - [anon_sym_inner] = ACTIONS(5338), - [anon_sym_value] = ACTIONS(5338), - [anon_sym_expect] = ACTIONS(5338), - [anon_sym_actual] = ACTIONS(5338), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2143), - [anon_sym_continue_AT] = ACTIONS(2462), - [anon_sym_break_AT] = ACTIONS(2465), - [anon_sym_this_AT] = ACTIONS(2468), - [anon_sym_super_AT] = ACTIONS(2471), - [sym_real_literal] = ACTIONS(2474), - [sym_integer_literal] = ACTIONS(2477), - [sym_hex_literal] = ACTIONS(2480), - [sym_bin_literal] = ACTIONS(2480), - [anon_sym_true] = ACTIONS(2483), - [anon_sym_false] = ACTIONS(2483), - [anon_sym_SQUOTE] = ACTIONS(2486), - [sym__backtick_identifier] = ACTIONS(2489), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2492), + [anon_sym_null] = ACTIONS(2314), + [anon_sym_if] = ACTIONS(2876), + [anon_sym_when] = ACTIONS(2320), + [anon_sym_try] = ACTIONS(2323), + [anon_sym_throw] = ACTIONS(2879), + [anon_sym_return] = ACTIONS(2882), + [anon_sym_continue] = ACTIONS(2332), + [anon_sym_break] = ACTIONS(2332), + [anon_sym_COLON_COLON] = ACTIONS(2335), + [anon_sym_PLUS] = ACTIONS(2873), + [anon_sym_DASH] = ACTIONS(2873), + [anon_sym_PLUS_PLUS] = ACTIONS(2885), + [anon_sym_DASH_DASH] = ACTIONS(2885), + [anon_sym_BANG] = ACTIONS(2885), + [anon_sym_data] = ACTIONS(5310), + [anon_sym_inner] = ACTIONS(5310), + [anon_sym_value] = ACTIONS(5310), + [anon_sym_expect] = ACTIONS(5310), + [anon_sym_actual] = ACTIONS(5310), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2341), + [anon_sym_continue_AT] = ACTIONS(2344), + [anon_sym_break_AT] = ACTIONS(2347), + [anon_sym_this_AT] = ACTIONS(2350), + [anon_sym_super_AT] = ACTIONS(2353), + [sym_real_literal] = ACTIONS(2356), + [sym_integer_literal] = ACTIONS(2359), + [sym_hex_literal] = ACTIONS(2362), + [sym_bin_literal] = ACTIONS(2362), + [anon_sym_true] = ACTIONS(2365), + [anon_sym_false] = ACTIONS(2365), + [anon_sym_SQUOTE] = ACTIONS(2368), + [sym__backtick_identifier] = ACTIONS(2371), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2374), }, [1247] = { - [sym__expression] = STATE(1872), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(2638), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2641), - [anon_sym_LBRACE] = ACTIONS(2644), - [anon_sym_LPAREN] = ACTIONS(2647), - [anon_sym_object] = ACTIONS(5344), - [anon_sym_fun] = ACTIONS(5347), - [anon_sym_get] = ACTIONS(5350), - [anon_sym_set] = ACTIONS(5350), - [anon_sym_this] = ACTIONS(2662), - [anon_sym_super] = ACTIONS(2665), - [anon_sym_STAR] = ACTIONS(2848), - [sym_label] = ACTIONS(2851), + [sym_type_constraints] = STATE(1293), + [sym_function_body] = STATE(1132), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4323), + [anon_sym_fun] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_this] = ACTIONS(4323), + [anon_sym_super] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4325), + [sym_label] = ACTIONS(4323), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_null] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_when] = ACTIONS(4323), + [anon_sym_try] = ACTIONS(4323), + [anon_sym_throw] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4325), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4325), + [anon_sym_continue_AT] = ACTIONS(4325), + [anon_sym_break_AT] = ACTIONS(4325), + [anon_sym_this_AT] = ACTIONS(4325), + [anon_sym_super_AT] = ACTIONS(4325), + [sym_real_literal] = ACTIONS(4325), + [sym_integer_literal] = ACTIONS(4323), + [sym_hex_literal] = ACTIONS(4325), + [sym_bin_literal] = ACTIONS(4325), + [anon_sym_true] = ACTIONS(4323), + [anon_sym_false] = ACTIONS(4323), + [anon_sym_SQUOTE] = ACTIONS(4325), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4325), + }, + [1248] = { + [sym__expression] = STATE(2252), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2162), + [sym_annotation] = STATE(2162), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(379), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(2660), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2663), + [anon_sym_LBRACE] = ACTIONS(2666), + [anon_sym_LPAREN] = ACTIONS(2669), + [anon_sym_object] = ACTIONS(5295), + [anon_sym_fun] = ACTIONS(5322), + [anon_sym_get] = ACTIONS(5301), + [anon_sym_set] = ACTIONS(5301), + [anon_sym_this] = ACTIONS(2684), + [anon_sym_super] = ACTIONS(2687), + [anon_sym_STAR] = ACTIONS(3024), + [sym_label] = ACTIONS(3027), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2674), - [anon_sym_if] = ACTIONS(2854), - [anon_sym_when] = ACTIONS(2680), - [anon_sym_try] = ACTIONS(2683), - [anon_sym_throw] = ACTIONS(2857), - [anon_sym_return] = ACTIONS(2860), - [anon_sym_continue] = ACTIONS(2692), - [anon_sym_break] = ACTIONS(2692), - [anon_sym_COLON_COLON] = ACTIONS(2695), - [anon_sym_PLUS] = ACTIONS(2851), - [anon_sym_DASH] = ACTIONS(2851), - [anon_sym_PLUS_PLUS] = ACTIONS(2863), - [anon_sym_DASH_DASH] = ACTIONS(2863), - [anon_sym_BANG] = ACTIONS(2863), - [anon_sym_data] = ACTIONS(5350), - [anon_sym_inner] = ACTIONS(5350), - [anon_sym_value] = ACTIONS(5350), - [anon_sym_expect] = ACTIONS(5350), - [anon_sym_actual] = ACTIONS(5350), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2602), - [anon_sym_continue_AT] = ACTIONS(2701), - [anon_sym_break_AT] = ACTIONS(2704), - [anon_sym_this_AT] = ACTIONS(2707), - [anon_sym_super_AT] = ACTIONS(2710), - [sym_real_literal] = ACTIONS(2713), - [sym_integer_literal] = ACTIONS(2716), - [sym_hex_literal] = ACTIONS(2719), - [sym_bin_literal] = ACTIONS(2719), - [anon_sym_true] = ACTIONS(2722), - [anon_sym_false] = ACTIONS(2722), - [anon_sym_SQUOTE] = ACTIONS(2725), - [sym__backtick_identifier] = ACTIONS(2728), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2731), + [anon_sym_null] = ACTIONS(2696), + [anon_sym_if] = ACTIONS(3030), + [anon_sym_when] = ACTIONS(2702), + [anon_sym_try] = ACTIONS(2705), + [anon_sym_throw] = ACTIONS(3033), + [anon_sym_return] = ACTIONS(3036), + [anon_sym_continue] = ACTIONS(2714), + [anon_sym_break] = ACTIONS(2714), + [anon_sym_COLON_COLON] = ACTIONS(2717), + [anon_sym_PLUS] = ACTIONS(3027), + [anon_sym_DASH] = ACTIONS(3027), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_BANG] = ACTIONS(3039), + [anon_sym_data] = ACTIONS(5301), + [anon_sym_inner] = ACTIONS(5301), + [anon_sym_value] = ACTIONS(5301), + [anon_sym_expect] = ACTIONS(5301), + [anon_sym_actual] = ACTIONS(5301), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2143), + [anon_sym_continue_AT] = ACTIONS(2723), + [anon_sym_break_AT] = ACTIONS(2726), + [anon_sym_this_AT] = ACTIONS(2729), + [anon_sym_super_AT] = ACTIONS(2732), + [sym_real_literal] = ACTIONS(2735), + [sym_integer_literal] = ACTIONS(2738), + [sym_hex_literal] = ACTIONS(2741), + [sym_bin_literal] = ACTIONS(2741), + [anon_sym_true] = ACTIONS(2744), + [anon_sym_false] = ACTIONS(2744), + [anon_sym_SQUOTE] = ACTIONS(2747), + [sym__backtick_identifier] = ACTIONS(2750), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2753), }, - [1248] = { - [sym__expression] = STATE(1847), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1249] = { + [sym__expression] = STATE(2282), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), [sym__alpha_identifier] = ACTIONS(2179), - [anon_sym_AT] = ACTIONS(5287), + [anon_sym_AT] = ACTIONS(5277), [anon_sym_LBRACK] = ACTIONS(2182), [anon_sym_LBRACE] = ACTIONS(2185), [anon_sym_LPAREN] = ACTIONS(2188), - [anon_sym_object] = ACTIONS(5290), - [anon_sym_fun] = ACTIONS(5353), - [anon_sym_get] = ACTIONS(5296), - [anon_sym_set] = ACTIONS(5296), + [anon_sym_object] = ACTIONS(5325), + [anon_sym_fun] = ACTIONS(5328), + [anon_sym_get] = ACTIONS(5331), + [anon_sym_set] = ACTIONS(5331), [anon_sym_this] = ACTIONS(2203), [anon_sym_super] = ACTIONS(2206), - [anon_sym_STAR] = ACTIONS(2282), - [sym_label] = ACTIONS(2285), + [anon_sym_STAR] = ACTIONS(2209), + [sym_label] = ACTIONS(2212), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), [anon_sym_null] = ACTIONS(2215), - [anon_sym_if] = ACTIONS(2288), + [anon_sym_if] = ACTIONS(2218), [anon_sym_when] = ACTIONS(2221), [anon_sym_try] = ACTIONS(2224), - [anon_sym_throw] = ACTIONS(2291), - [anon_sym_return] = ACTIONS(2294), + [anon_sym_throw] = ACTIONS(2227), + [anon_sym_return] = ACTIONS(2230), [anon_sym_continue] = ACTIONS(2233), [anon_sym_break] = ACTIONS(2233), [anon_sym_COLON_COLON] = ACTIONS(2236), - [anon_sym_PLUS] = ACTIONS(2285), - [anon_sym_DASH] = ACTIONS(2285), - [anon_sym_PLUS_PLUS] = ACTIONS(2297), - [anon_sym_DASH_DASH] = ACTIONS(2297), - [anon_sym_BANG] = ACTIONS(2297), - [anon_sym_data] = ACTIONS(5296), - [anon_sym_inner] = ACTIONS(5296), - [anon_sym_value] = ACTIONS(5296), - [anon_sym_expect] = ACTIONS(5296), - [anon_sym_actual] = ACTIONS(5296), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_PLUS_PLUS] = ACTIONS(2239), + [anon_sym_DASH_DASH] = ACTIONS(2239), + [anon_sym_BANG] = ACTIONS(2239), + [anon_sym_data] = ACTIONS(5331), + [anon_sym_inner] = ACTIONS(5331), + [anon_sym_value] = ACTIONS(5331), + [anon_sym_expect] = ACTIONS(5331), + [anon_sym_actual] = ACTIONS(5331), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(2242), [anon_sym_continue_AT] = ACTIONS(2245), @@ -190918,453 +191011,344 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(2275), }, - [1249] = { - [sym__expression] = STATE(4242), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(2539), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2542), - [anon_sym_LBRACE] = ACTIONS(2545), - [anon_sym_LPAREN] = ACTIONS(2548), - [anon_sym_object] = ACTIONS(5313), - [anon_sym_fun] = ACTIONS(5356), - [anon_sym_get] = ACTIONS(5319), - [anon_sym_set] = ACTIONS(5319), - [anon_sym_this] = ACTIONS(2563), - [anon_sym_super] = ACTIONS(2566), - [anon_sym_STAR] = ACTIONS(2914), - [sym_label] = ACTIONS(2917), + [1250] = { + [sym_type_constraints] = STATE(2175), + [sym_function_body] = STATE(1049), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4157), + [anon_sym_AT] = ACTIONS(4159), + [anon_sym_COLON] = ACTIONS(5334), + [anon_sym_LBRACK] = ACTIONS(4159), + [anon_sym_as] = ACTIONS(4157), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4159), + [anon_sym_LPAREN] = ACTIONS(4159), + [anon_sym_LT] = ACTIONS(4157), + [anon_sym_GT] = ACTIONS(4157), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4157), + [anon_sym_fun] = ACTIONS(4157), + [anon_sym_DOT] = ACTIONS(4157), + [anon_sym_SEMI] = ACTIONS(4159), + [anon_sym_get] = ACTIONS(4157), + [anon_sym_set] = ACTIONS(4157), + [anon_sym_this] = ACTIONS(4157), + [anon_sym_super] = ACTIONS(4157), + [anon_sym_STAR] = ACTIONS(4159), + [sym_label] = ACTIONS(4157), + [anon_sym_in] = ACTIONS(4157), + [anon_sym_DOT_DOT] = ACTIONS(4159), + [anon_sym_QMARK_COLON] = ACTIONS(4159), + [anon_sym_AMP_AMP] = ACTIONS(4159), + [anon_sym_PIPE_PIPE] = ACTIONS(4159), + [anon_sym_null] = ACTIONS(4157), + [anon_sym_if] = ACTIONS(4157), + [anon_sym_else] = ACTIONS(4157), + [anon_sym_when] = ACTIONS(4157), + [anon_sym_try] = ACTIONS(4157), + [anon_sym_throw] = ACTIONS(4157), + [anon_sym_return] = ACTIONS(4157), + [anon_sym_continue] = ACTIONS(4157), + [anon_sym_break] = ACTIONS(4157), + [anon_sym_COLON_COLON] = ACTIONS(4159), + [anon_sym_BANG_EQ] = ACTIONS(4157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4159), + [anon_sym_EQ_EQ] = ACTIONS(4157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4159), + [anon_sym_LT_EQ] = ACTIONS(4159), + [anon_sym_GT_EQ] = ACTIONS(4159), + [anon_sym_BANGin] = ACTIONS(4159), + [anon_sym_is] = ACTIONS(4157), + [anon_sym_BANGis] = ACTIONS(4159), + [anon_sym_PLUS] = ACTIONS(4157), + [anon_sym_DASH] = ACTIONS(4157), + [anon_sym_SLASH] = ACTIONS(4157), + [anon_sym_PERCENT] = ACTIONS(4159), + [anon_sym_as_QMARK] = ACTIONS(4159), + [anon_sym_PLUS_PLUS] = ACTIONS(4159), + [anon_sym_DASH_DASH] = ACTIONS(4159), + [anon_sym_BANG] = ACTIONS(4157), + [anon_sym_BANG_BANG] = ACTIONS(4159), + [anon_sym_suspend] = ACTIONS(4157), + [anon_sym_sealed] = ACTIONS(4157), + [anon_sym_annotation] = ACTIONS(4157), + [anon_sym_data] = ACTIONS(4157), + [anon_sym_inner] = ACTIONS(4157), + [anon_sym_value] = ACTIONS(4157), + [anon_sym_override] = ACTIONS(4157), + [anon_sym_lateinit] = ACTIONS(4157), + [anon_sym_public] = ACTIONS(4157), + [anon_sym_private] = ACTIONS(4157), + [anon_sym_internal] = ACTIONS(4157), + [anon_sym_protected] = ACTIONS(4157), + [anon_sym_tailrec] = ACTIONS(4157), + [anon_sym_operator] = ACTIONS(4157), + [anon_sym_infix] = ACTIONS(4157), + [anon_sym_inline] = ACTIONS(4157), + [anon_sym_external] = ACTIONS(4157), + [sym_property_modifier] = ACTIONS(4157), + [anon_sym_abstract] = ACTIONS(4157), + [anon_sym_final] = ACTIONS(4157), + [anon_sym_open] = ACTIONS(4157), + [anon_sym_vararg] = ACTIONS(4157), + [anon_sym_noinline] = ACTIONS(4157), + [anon_sym_crossinline] = ACTIONS(4157), + [anon_sym_expect] = ACTIONS(4157), + [anon_sym_actual] = ACTIONS(4157), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4159), + [anon_sym_continue_AT] = ACTIONS(4159), + [anon_sym_break_AT] = ACTIONS(4159), + [anon_sym_this_AT] = ACTIONS(4159), + [anon_sym_super_AT] = ACTIONS(4159), + [sym_real_literal] = ACTIONS(4159), + [sym_integer_literal] = ACTIONS(4157), + [sym_hex_literal] = ACTIONS(4159), + [sym_bin_literal] = ACTIONS(4159), + [anon_sym_true] = ACTIONS(4157), + [anon_sym_false] = ACTIONS(4157), + [anon_sym_SQUOTE] = ACTIONS(4159), + [sym__backtick_identifier] = ACTIONS(4159), + [sym__automatic_semicolon] = ACTIONS(4159), + [sym_safe_nav] = ACTIONS(4159), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4159), + }, + [1251] = { + [sym_type_constraints] = STATE(1927), + [sym_function_body] = STATE(1172), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_COLON] = ACTIONS(5338), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), + }, + [1252] = { + [sym__expression] = STATE(1549), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(2660), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2663), + [anon_sym_LBRACE] = ACTIONS(2666), + [anon_sym_LPAREN] = ACTIONS(2669), + [anon_sym_object] = ACTIONS(5295), + [anon_sym_fun] = ACTIONS(5340), + [anon_sym_get] = ACTIONS(5301), + [anon_sym_set] = ACTIONS(5301), + [anon_sym_this] = ACTIONS(2684), + [anon_sym_super] = ACTIONS(2687), + [anon_sym_STAR] = ACTIONS(2690), + [sym_label] = ACTIONS(2693), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2575), - [anon_sym_if] = ACTIONS(2920), - [anon_sym_when] = ACTIONS(2581), - [anon_sym_try] = ACTIONS(2584), - [anon_sym_throw] = ACTIONS(2923), - [anon_sym_return] = ACTIONS(2926), - [anon_sym_continue] = ACTIONS(2593), - [anon_sym_break] = ACTIONS(2593), - [anon_sym_COLON_COLON] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2917), - [anon_sym_DASH] = ACTIONS(2917), - [anon_sym_PLUS_PLUS] = ACTIONS(2929), - [anon_sym_DASH_DASH] = ACTIONS(2929), - [anon_sym_BANG] = ACTIONS(2929), - [anon_sym_data] = ACTIONS(5319), - [anon_sym_inner] = ACTIONS(5319), - [anon_sym_value] = ACTIONS(5319), - [anon_sym_expect] = ACTIONS(5319), - [anon_sym_actual] = ACTIONS(5319), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2602), - [anon_sym_continue_AT] = ACTIONS(2605), - [anon_sym_break_AT] = ACTIONS(2608), - [anon_sym_this_AT] = ACTIONS(2611), - [anon_sym_super_AT] = ACTIONS(2614), - [sym_real_literal] = ACTIONS(2617), - [sym_integer_literal] = ACTIONS(2620), - [sym_hex_literal] = ACTIONS(2623), - [sym_bin_literal] = ACTIONS(2623), - [anon_sym_true] = ACTIONS(2626), - [anon_sym_false] = ACTIONS(2626), - [anon_sym_SQUOTE] = ACTIONS(2629), - [sym__backtick_identifier] = ACTIONS(2632), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2635), - }, - [1250] = { - [sym_type_constraints] = STATE(1373), - [sym_function_body] = STATE(1123), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4299), - [anon_sym_fun] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_this] = ACTIONS(4299), - [anon_sym_super] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4301), - [sym_label] = ACTIONS(4299), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_null] = ACTIONS(4299), - [anon_sym_if] = ACTIONS(4299), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_when] = ACTIONS(4299), - [anon_sym_try] = ACTIONS(4299), - [anon_sym_throw] = ACTIONS(4299), - [anon_sym_return] = ACTIONS(4299), - [anon_sym_continue] = ACTIONS(4299), - [anon_sym_break] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4301), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG] = ACTIONS(4299), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), + [anon_sym_null] = ACTIONS(2696), + [anon_sym_if] = ACTIONS(2699), + [anon_sym_when] = ACTIONS(2702), + [anon_sym_try] = ACTIONS(2705), + [anon_sym_throw] = ACTIONS(2708), + [anon_sym_return] = ACTIONS(2711), + [anon_sym_continue] = ACTIONS(2714), + [anon_sym_break] = ACTIONS(2714), + [anon_sym_COLON_COLON] = ACTIONS(2717), + [anon_sym_PLUS] = ACTIONS(2693), + [anon_sym_DASH] = ACTIONS(2693), + [anon_sym_PLUS_PLUS] = ACTIONS(2720), + [anon_sym_DASH_DASH] = ACTIONS(2720), + [anon_sym_BANG] = ACTIONS(2720), + [anon_sym_data] = ACTIONS(5301), + [anon_sym_inner] = ACTIONS(5301), + [anon_sym_value] = ACTIONS(5301), + [anon_sym_expect] = ACTIONS(5301), + [anon_sym_actual] = ACTIONS(5301), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4301), - [anon_sym_continue_AT] = ACTIONS(4301), - [anon_sym_break_AT] = ACTIONS(4301), - [anon_sym_this_AT] = ACTIONS(4301), - [anon_sym_super_AT] = ACTIONS(4301), - [sym_real_literal] = ACTIONS(4301), - [sym_integer_literal] = ACTIONS(4299), - [sym_hex_literal] = ACTIONS(4301), - [sym_bin_literal] = ACTIONS(4301), - [anon_sym_true] = ACTIONS(4299), - [anon_sym_false] = ACTIONS(4299), - [anon_sym_SQUOTE] = ACTIONS(4301), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4301), - }, - [1251] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_EQ] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_object] = ACTIONS(4818), - [anon_sym_fun] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(4820), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_this] = ACTIONS(4818), - [anon_sym_super] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4818), - [sym_label] = ACTIONS(4818), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_null] = ACTIONS(4818), - [anon_sym_if] = ACTIONS(4818), - [anon_sym_else] = ACTIONS(5359), - [anon_sym_when] = ACTIONS(4818), - [anon_sym_try] = ACTIONS(4818), - [anon_sym_throw] = ACTIONS(4818), - [anon_sym_return] = ACTIONS(4818), - [anon_sym_continue] = ACTIONS(4818), - [anon_sym_break] = ACTIONS(4818), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_PLUS_EQ] = ACTIONS(4820), - [anon_sym_DASH_EQ] = ACTIONS(4820), - [anon_sym_STAR_EQ] = ACTIONS(4820), - [anon_sym_SLASH_EQ] = ACTIONS(4820), - [anon_sym_PERCENT_EQ] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4818), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG] = ACTIONS(4818), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4820), - [anon_sym_continue_AT] = ACTIONS(4820), - [anon_sym_break_AT] = ACTIONS(4820), - [anon_sym_this_AT] = ACTIONS(4820), - [anon_sym_super_AT] = ACTIONS(4820), - [sym_real_literal] = ACTIONS(4820), - [sym_integer_literal] = ACTIONS(4818), - [sym_hex_literal] = ACTIONS(4820), - [sym_bin_literal] = ACTIONS(4820), - [anon_sym_true] = ACTIONS(4818), - [anon_sym_false] = ACTIONS(4818), - [anon_sym_SQUOTE] = ACTIONS(4820), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4820), - }, - [1252] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_EQ] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_object] = ACTIONS(4818), - [anon_sym_fun] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(5361), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_this] = ACTIONS(4818), - [anon_sym_super] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4818), - [sym_label] = ACTIONS(4818), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_null] = ACTIONS(4818), - [anon_sym_if] = ACTIONS(4818), - [anon_sym_else] = ACTIONS(5359), - [anon_sym_when] = ACTIONS(4818), - [anon_sym_try] = ACTIONS(4818), - [anon_sym_throw] = ACTIONS(4818), - [anon_sym_return] = ACTIONS(4818), - [anon_sym_continue] = ACTIONS(4818), - [anon_sym_break] = ACTIONS(4818), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_PLUS_EQ] = ACTIONS(4820), - [anon_sym_DASH_EQ] = ACTIONS(4820), - [anon_sym_STAR_EQ] = ACTIONS(4820), - [anon_sym_SLASH_EQ] = ACTIONS(4820), - [anon_sym_PERCENT_EQ] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4818), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG] = ACTIONS(4818), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4820), - [anon_sym_continue_AT] = ACTIONS(4820), - [anon_sym_break_AT] = ACTIONS(4820), - [anon_sym_this_AT] = ACTIONS(4820), - [anon_sym_super_AT] = ACTIONS(4820), - [sym_real_literal] = ACTIONS(4820), - [sym_integer_literal] = ACTIONS(4818), - [sym_hex_literal] = ACTIONS(4820), - [sym_bin_literal] = ACTIONS(4820), - [anon_sym_true] = ACTIONS(4818), - [anon_sym_false] = ACTIONS(4818), - [anon_sym_SQUOTE] = ACTIONS(4820), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4820), + [anon_sym_return_AT] = ACTIONS(2143), + [anon_sym_continue_AT] = ACTIONS(2723), + [anon_sym_break_AT] = ACTIONS(2726), + [anon_sym_this_AT] = ACTIONS(2729), + [anon_sym_super_AT] = ACTIONS(2732), + [sym_real_literal] = ACTIONS(2735), + [sym_integer_literal] = ACTIONS(2738), + [sym_hex_literal] = ACTIONS(2741), + [sym_bin_literal] = ACTIONS(2741), + [anon_sym_true] = ACTIONS(2744), + [anon_sym_false] = ACTIONS(2744), + [anon_sym_SQUOTE] = ACTIONS(2747), + [sym__backtick_identifier] = ACTIONS(2750), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2753), }, [1253] = { - [sym_type_constraints] = STATE(1372), - [sym_function_body] = STATE(1132), - [sym__block] = STATE(1129), [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), + [anon_sym_EQ] = ACTIONS(4295), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4298), + [anon_sym_LPAREN] = ACTIONS(5343), [anon_sym_LT] = ACTIONS(4295), [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(3216), [anon_sym_object] = ACTIONS(4295), [anon_sym_fun] = ACTIONS(4295), [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), + [anon_sym_SEMI] = ACTIONS(4298), [anon_sym_get] = ACTIONS(4295), [anon_sym_set] = ACTIONS(4295), [anon_sym_this] = ACTIONS(4295), [anon_sym_super] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4297), + [anon_sym_STAR] = ACTIONS(4295), [sym_label] = ACTIONS(4295), [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), + [anon_sym_DOT_DOT] = ACTIONS(4298), + [anon_sym_QMARK_COLON] = ACTIONS(4298), + [anon_sym_AMP_AMP] = ACTIONS(4298), + [anon_sym_PIPE_PIPE] = ACTIONS(4298), [anon_sym_null] = ACTIONS(4295), [anon_sym_if] = ACTIONS(4295), [anon_sym_else] = ACTIONS(4295), @@ -191374,25 +191358,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(4295), [anon_sym_continue] = ACTIONS(4295), [anon_sym_break] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4298), + [anon_sym_DASH_EQ] = ACTIONS(4298), + [anon_sym_STAR_EQ] = ACTIONS(4298), + [anon_sym_SLASH_EQ] = ACTIONS(4298), + [anon_sym_PERCENT_EQ] = ACTIONS(4298), [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4298), [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4298), + [anon_sym_LT_EQ] = ACTIONS(4298), + [anon_sym_GT_EQ] = ACTIONS(4298), + [anon_sym_BANGin] = ACTIONS(4298), [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), + [anon_sym_BANGis] = ACTIONS(4298), [anon_sym_PLUS] = ACTIONS(4295), [anon_sym_DASH] = ACTIONS(4295), [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4297), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), + [anon_sym_PERCENT] = ACTIONS(4295), + [anon_sym_as_QMARK] = ACTIONS(4298), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_BANG_BANG] = ACTIONS(4297), + [anon_sym_BANG_BANG] = ACTIONS(4298), [anon_sym_suspend] = ACTIONS(4295), [anon_sym_sealed] = ACTIONS(4295), [anon_sym_annotation] = ACTIONS(4295), @@ -191420,423 +191409,423 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4295), [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4297), - [anon_sym_continue_AT] = ACTIONS(4297), - [anon_sym_break_AT] = ACTIONS(4297), - [anon_sym_this_AT] = ACTIONS(4297), - [anon_sym_super_AT] = ACTIONS(4297), - [sym_real_literal] = ACTIONS(4297), + [anon_sym_return_AT] = ACTIONS(4298), + [anon_sym_continue_AT] = ACTIONS(4298), + [anon_sym_break_AT] = ACTIONS(4298), + [anon_sym_this_AT] = ACTIONS(4298), + [anon_sym_super_AT] = ACTIONS(4298), + [sym_real_literal] = ACTIONS(4298), [sym_integer_literal] = ACTIONS(4295), - [sym_hex_literal] = ACTIONS(4297), - [sym_bin_literal] = ACTIONS(4297), + [sym_hex_literal] = ACTIONS(4298), + [sym_bin_literal] = ACTIONS(4298), [anon_sym_true] = ACTIONS(4295), [anon_sym_false] = ACTIONS(4295), - [anon_sym_SQUOTE] = ACTIONS(4297), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [anon_sym_SQUOTE] = ACTIONS(4298), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4298), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4297), + [sym__string_start] = ACTIONS(4298), }, [1254] = { - [sym_type_constraints] = STATE(1371), - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_EQ] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_object] = ACTIONS(4930), + [anon_sym_fun] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(5347), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_this] = ACTIONS(4930), + [anon_sym_super] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4930), + [sym_label] = ACTIONS(4930), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_null] = ACTIONS(4930), + [anon_sym_if] = ACTIONS(4930), + [anon_sym_else] = ACTIONS(5349), + [anon_sym_when] = ACTIONS(4930), + [anon_sym_try] = ACTIONS(4930), + [anon_sym_throw] = ACTIONS(4930), + [anon_sym_return] = ACTIONS(4930), + [anon_sym_continue] = ACTIONS(4930), + [anon_sym_break] = ACTIONS(4930), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_PLUS_EQ] = ACTIONS(4932), + [anon_sym_DASH_EQ] = ACTIONS(4932), + [anon_sym_STAR_EQ] = ACTIONS(4932), + [anon_sym_SLASH_EQ] = ACTIONS(4932), + [anon_sym_PERCENT_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4930), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG] = ACTIONS(4930), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4932), + [anon_sym_continue_AT] = ACTIONS(4932), + [anon_sym_break_AT] = ACTIONS(4932), + [anon_sym_this_AT] = ACTIONS(4932), + [anon_sym_super_AT] = ACTIONS(4932), + [sym_real_literal] = ACTIONS(4932), + [sym_integer_literal] = ACTIONS(4930), + [sym_hex_literal] = ACTIONS(4932), + [sym_bin_literal] = ACTIONS(4932), + [anon_sym_true] = ACTIONS(4930), + [anon_sym_false] = ACTIONS(4930), + [anon_sym_SQUOTE] = ACTIONS(4932), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4932), }, [1255] = { - [sym__expression] = STATE(2285), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2166), - [sym_annotation] = STATE(2166), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(371), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(2638), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2641), - [anon_sym_LBRACE] = ACTIONS(2644), - [anon_sym_LPAREN] = ACTIONS(2647), - [anon_sym_object] = ACTIONS(5344), - [anon_sym_fun] = ACTIONS(5363), - [anon_sym_get] = ACTIONS(5350), - [anon_sym_set] = ACTIONS(5350), - [anon_sym_this] = ACTIONS(2662), - [anon_sym_super] = ACTIONS(2665), - [anon_sym_STAR] = ACTIONS(2668), - [sym_label] = ACTIONS(2671), + [sym_function_body] = STATE(1064), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_COLON] = ACTIONS(5351), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_COMMA] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_where] = ACTIONS(4251), + [anon_sym_object] = ACTIONS(4251), + [anon_sym_fun] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_this] = ACTIONS(4251), + [anon_sym_super] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4253), + [sym_label] = ACTIONS(4251), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_null] = ACTIONS(4251), + [anon_sym_if] = ACTIONS(4251), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_when] = ACTIONS(4251), + [anon_sym_try] = ACTIONS(4251), + [anon_sym_throw] = ACTIONS(4251), + [anon_sym_return] = ACTIONS(4251), + [anon_sym_continue] = ACTIONS(4251), + [anon_sym_break] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4253), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG] = ACTIONS(4251), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_suspend] = ACTIONS(4251), + [anon_sym_sealed] = ACTIONS(4251), + [anon_sym_annotation] = ACTIONS(4251), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_override] = ACTIONS(4251), + [anon_sym_lateinit] = ACTIONS(4251), + [anon_sym_public] = ACTIONS(4251), + [anon_sym_private] = ACTIONS(4251), + [anon_sym_internal] = ACTIONS(4251), + [anon_sym_protected] = ACTIONS(4251), + [anon_sym_tailrec] = ACTIONS(4251), + [anon_sym_operator] = ACTIONS(4251), + [anon_sym_infix] = ACTIONS(4251), + [anon_sym_inline] = ACTIONS(4251), + [anon_sym_external] = ACTIONS(4251), + [sym_property_modifier] = ACTIONS(4251), + [anon_sym_abstract] = ACTIONS(4251), + [anon_sym_final] = ACTIONS(4251), + [anon_sym_open] = ACTIONS(4251), + [anon_sym_vararg] = ACTIONS(4251), + [anon_sym_noinline] = ACTIONS(4251), + [anon_sym_crossinline] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4253), + [anon_sym_continue_AT] = ACTIONS(4253), + [anon_sym_break_AT] = ACTIONS(4253), + [anon_sym_this_AT] = ACTIONS(4253), + [anon_sym_super_AT] = ACTIONS(4253), + [sym_real_literal] = ACTIONS(4253), + [sym_integer_literal] = ACTIONS(4251), + [sym_hex_literal] = ACTIONS(4253), + [sym_bin_literal] = ACTIONS(4253), + [anon_sym_true] = ACTIONS(4251), + [anon_sym_false] = ACTIONS(4251), + [anon_sym_SQUOTE] = ACTIONS(4253), + [sym__backtick_identifier] = ACTIONS(4253), + [sym__automatic_semicolon] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4253), + }, + [1256] = { + [sym__expression] = STATE(373), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(2520), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_LBRACE] = ACTIONS(2526), + [anon_sym_LPAREN] = ACTIONS(2529), + [anon_sym_object] = ACTIONS(5353), + [anon_sym_fun] = ACTIONS(5356), + [anon_sym_get] = ACTIONS(5359), + [anon_sym_set] = ACTIONS(5359), + [anon_sym_this] = ACTIONS(2544), + [anon_sym_super] = ACTIONS(2547), + [anon_sym_STAR] = ACTIONS(2550), + [sym_label] = ACTIONS(2553), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2674), - [anon_sym_if] = ACTIONS(2677), - [anon_sym_when] = ACTIONS(2680), - [anon_sym_try] = ACTIONS(2683), - [anon_sym_throw] = ACTIONS(2686), - [anon_sym_return] = ACTIONS(2689), - [anon_sym_continue] = ACTIONS(2692), - [anon_sym_break] = ACTIONS(2692), - [anon_sym_COLON_COLON] = ACTIONS(2695), - [anon_sym_PLUS] = ACTIONS(2671), - [anon_sym_DASH] = ACTIONS(2671), - [anon_sym_PLUS_PLUS] = ACTIONS(2698), - [anon_sym_DASH_DASH] = ACTIONS(2698), - [anon_sym_BANG] = ACTIONS(2698), - [anon_sym_data] = ACTIONS(5350), - [anon_sym_inner] = ACTIONS(5350), - [anon_sym_value] = ACTIONS(5350), - [anon_sym_expect] = ACTIONS(5350), - [anon_sym_actual] = ACTIONS(5350), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2602), - [anon_sym_continue_AT] = ACTIONS(2701), - [anon_sym_break_AT] = ACTIONS(2704), - [anon_sym_this_AT] = ACTIONS(2707), - [anon_sym_super_AT] = ACTIONS(2710), - [sym_real_literal] = ACTIONS(2713), - [sym_integer_literal] = ACTIONS(2716), - [sym_hex_literal] = ACTIONS(2719), - [sym_bin_literal] = ACTIONS(2719), - [anon_sym_true] = ACTIONS(2722), - [anon_sym_false] = ACTIONS(2722), - [anon_sym_SQUOTE] = ACTIONS(2725), - [sym__backtick_identifier] = ACTIONS(2728), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2731), - }, - [1256] = { - [sym_type_constraints] = STATE(1369), - [sym_function_body] = STATE(1081), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), + [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(5359), + [anon_sym_inner] = ACTIONS(5359), + [anon_sym_value] = ACTIONS(5359), + [anon_sym_expect] = ACTIONS(5359), + [anon_sym_actual] = ACTIONS(5359), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2341), + [anon_sym_continue_AT] = ACTIONS(2583), + [anon_sym_break_AT] = ACTIONS(2586), + [anon_sym_this_AT] = ACTIONS(2589), + [anon_sym_super_AT] = ACTIONS(2592), + [sym_real_literal] = ACTIONS(2595), + [sym_integer_literal] = ACTIONS(2598), + [sym_hex_literal] = ACTIONS(2601), + [sym_bin_literal] = ACTIONS(2601), + [anon_sym_true] = ACTIONS(2604), + [anon_sym_false] = ACTIONS(2604), + [anon_sym_SQUOTE] = ACTIONS(2607), + [sym__backtick_identifier] = ACTIONS(2610), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2613), }, [1257] = { - [sym__expression] = STATE(2277), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [sym__expression] = STATE(1535), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), [sym__alpha_identifier] = ACTIONS(2179), - [anon_sym_AT] = ACTIONS(5287), + [anon_sym_AT] = ACTIONS(5277), [anon_sym_LBRACK] = ACTIONS(2182), [anon_sym_LBRACE] = ACTIONS(2185), [anon_sym_LPAREN] = ACTIONS(2188), - [anon_sym_object] = ACTIONS(5290), - [anon_sym_fun] = ACTIONS(5366), - [anon_sym_get] = ACTIONS(5296), - [anon_sym_set] = ACTIONS(5296), + [anon_sym_object] = ACTIONS(5325), + [anon_sym_fun] = ACTIONS(5362), + [anon_sym_get] = ACTIONS(5331), + [anon_sym_set] = ACTIONS(5331), [anon_sym_this] = ACTIONS(2203), [anon_sym_super] = ACTIONS(2206), - [anon_sym_STAR] = ACTIONS(3024), - [sym_label] = ACTIONS(3027), + [anon_sym_STAR] = ACTIONS(2642), + [sym_label] = ACTIONS(2645), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), [anon_sym_null] = ACTIONS(2215), - [anon_sym_if] = ACTIONS(3030), + [anon_sym_if] = ACTIONS(2648), [anon_sym_when] = ACTIONS(2221), [anon_sym_try] = ACTIONS(2224), - [anon_sym_throw] = ACTIONS(3033), - [anon_sym_return] = ACTIONS(3036), + [anon_sym_throw] = ACTIONS(2651), + [anon_sym_return] = ACTIONS(2654), [anon_sym_continue] = ACTIONS(2233), [anon_sym_break] = ACTIONS(2233), [anon_sym_COLON_COLON] = ACTIONS(2236), - [anon_sym_PLUS] = ACTIONS(3027), - [anon_sym_DASH] = ACTIONS(3027), - [anon_sym_PLUS_PLUS] = ACTIONS(3039), - [anon_sym_DASH_DASH] = ACTIONS(3039), - [anon_sym_BANG] = ACTIONS(3039), - [anon_sym_data] = ACTIONS(5296), - [anon_sym_inner] = ACTIONS(5296), - [anon_sym_value] = ACTIONS(5296), - [anon_sym_expect] = ACTIONS(5296), - [anon_sym_actual] = ACTIONS(5296), + [anon_sym_PLUS] = ACTIONS(2645), + [anon_sym_DASH] = ACTIONS(2645), + [anon_sym_PLUS_PLUS] = ACTIONS(2657), + [anon_sym_DASH_DASH] = ACTIONS(2657), + [anon_sym_BANG] = ACTIONS(2657), + [anon_sym_data] = ACTIONS(5331), + [anon_sym_inner] = ACTIONS(5331), + [anon_sym_value] = ACTIONS(5331), + [anon_sym_expect] = ACTIONS(5331), + [anon_sym_actual] = ACTIONS(5331), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(2242), [anon_sym_continue_AT] = ACTIONS(2245), @@ -191855,386 +191844,386 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(2275), }, [1258] = { - [sym_type_constraints] = STATE(1368), - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), + [sym_function_body] = STATE(1080), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(5365), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [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(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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4233), + [anon_sym_super_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), }, [1259] = { - [sym_function_body] = STATE(1025), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4229), - [anon_sym_AT] = ACTIONS(4231), - [anon_sym_COLON] = ACTIONS(5369), - [anon_sym_LBRACK] = ACTIONS(4231), - [anon_sym_as] = ACTIONS(4229), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4231), - [anon_sym_LPAREN] = ACTIONS(4231), - [anon_sym_COMMA] = ACTIONS(4231), - [anon_sym_LT] = ACTIONS(4229), - [anon_sym_GT] = ACTIONS(4229), - [anon_sym_where] = ACTIONS(4229), - [anon_sym_object] = ACTIONS(4229), - [anon_sym_fun] = ACTIONS(4229), - [anon_sym_DOT] = ACTIONS(4229), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(4229), - [anon_sym_set] = ACTIONS(4229), - [anon_sym_this] = ACTIONS(4229), - [anon_sym_super] = ACTIONS(4229), - [anon_sym_STAR] = ACTIONS(4231), - [sym_label] = ACTIONS(4229), - [anon_sym_in] = ACTIONS(4229), - [anon_sym_DOT_DOT] = ACTIONS(4231), - [anon_sym_QMARK_COLON] = ACTIONS(4231), - [anon_sym_AMP_AMP] = ACTIONS(4231), - [anon_sym_PIPE_PIPE] = ACTIONS(4231), - [anon_sym_null] = ACTIONS(4229), - [anon_sym_if] = ACTIONS(4229), - [anon_sym_else] = ACTIONS(4229), - [anon_sym_when] = ACTIONS(4229), - [anon_sym_try] = ACTIONS(4229), - [anon_sym_throw] = ACTIONS(4229), - [anon_sym_return] = ACTIONS(4229), - [anon_sym_continue] = ACTIONS(4229), - [anon_sym_break] = ACTIONS(4229), - [anon_sym_COLON_COLON] = ACTIONS(4231), - [anon_sym_BANG_EQ] = ACTIONS(4229), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4231), - [anon_sym_EQ_EQ] = ACTIONS(4229), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4231), - [anon_sym_LT_EQ] = ACTIONS(4231), - [anon_sym_GT_EQ] = ACTIONS(4231), - [anon_sym_BANGin] = ACTIONS(4231), - [anon_sym_is] = ACTIONS(4229), - [anon_sym_BANGis] = ACTIONS(4231), - [anon_sym_PLUS] = ACTIONS(4229), - [anon_sym_DASH] = ACTIONS(4229), - [anon_sym_SLASH] = ACTIONS(4229), - [anon_sym_PERCENT] = ACTIONS(4231), - [anon_sym_as_QMARK] = ACTIONS(4231), - [anon_sym_PLUS_PLUS] = ACTIONS(4231), - [anon_sym_DASH_DASH] = ACTIONS(4231), - [anon_sym_BANG] = ACTIONS(4229), - [anon_sym_BANG_BANG] = ACTIONS(4231), - [anon_sym_suspend] = ACTIONS(4229), - [anon_sym_sealed] = ACTIONS(4229), - [anon_sym_annotation] = ACTIONS(4229), - [anon_sym_data] = ACTIONS(4229), - [anon_sym_inner] = ACTIONS(4229), - [anon_sym_value] = ACTIONS(4229), - [anon_sym_override] = ACTIONS(4229), - [anon_sym_lateinit] = ACTIONS(4229), - [anon_sym_public] = ACTIONS(4229), - [anon_sym_private] = ACTIONS(4229), - [anon_sym_internal] = ACTIONS(4229), - [anon_sym_protected] = ACTIONS(4229), - [anon_sym_tailrec] = ACTIONS(4229), - [anon_sym_operator] = ACTIONS(4229), - [anon_sym_infix] = ACTIONS(4229), - [anon_sym_inline] = ACTIONS(4229), - [anon_sym_external] = ACTIONS(4229), - [sym_property_modifier] = ACTIONS(4229), - [anon_sym_abstract] = ACTIONS(4229), - [anon_sym_final] = ACTIONS(4229), - [anon_sym_open] = ACTIONS(4229), - [anon_sym_vararg] = ACTIONS(4229), - [anon_sym_noinline] = ACTIONS(4229), - [anon_sym_crossinline] = ACTIONS(4229), - [anon_sym_expect] = ACTIONS(4229), - [anon_sym_actual] = ACTIONS(4229), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4231), - [anon_sym_continue_AT] = ACTIONS(4231), - [anon_sym_break_AT] = ACTIONS(4231), - [anon_sym_this_AT] = ACTIONS(4231), - [anon_sym_super_AT] = ACTIONS(4231), - [sym_real_literal] = ACTIONS(4231), - [sym_integer_literal] = ACTIONS(4229), - [sym_hex_literal] = ACTIONS(4231), - [sym_bin_literal] = ACTIONS(4231), - [anon_sym_true] = ACTIONS(4229), - [anon_sym_false] = ACTIONS(4229), - [anon_sym_SQUOTE] = ACTIONS(4231), - [sym__backtick_identifier] = ACTIONS(4231), - [sym__automatic_semicolon] = ACTIONS(4231), - [sym_safe_nav] = ACTIONS(4231), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4231), + [sym_getter] = STATE(9692), + [sym_setter] = STATE(9692), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_modifiers] = STATE(9440), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4563), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(5367), + [anon_sym_get] = ACTIONS(5291), + [anon_sym_set] = ACTIONS(5293), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), }, [1260] = { - [sym__expression] = STATE(1415), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(2072), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2084), - [anon_sym_LPAREN] = ACTIONS(2087), - [anon_sym_object] = ACTIONS(5371), - [anon_sym_fun] = ACTIONS(5374), - [anon_sym_get] = ACTIONS(5377), - [anon_sym_set] = ACTIONS(5377), - [anon_sym_this] = ACTIONS(2102), - [anon_sym_super] = ACTIONS(2105), - [anon_sym_STAR] = ACTIONS(2936), - [sym_label] = ACTIONS(2939), - [anon_sym_for] = ACTIONS(2114), - [anon_sym_while] = ACTIONS(2114), - [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2116), - [anon_sym_if] = ACTIONS(2942), - [anon_sym_when] = ACTIONS(2122), - [anon_sym_try] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2945), - [anon_sym_return] = ACTIONS(2948), - [anon_sym_continue] = ACTIONS(2134), - [anon_sym_break] = ACTIONS(2134), - [anon_sym_COLON_COLON] = ACTIONS(2137), - [anon_sym_PLUS] = ACTIONS(2939), - [anon_sym_DASH] = ACTIONS(2939), - [anon_sym_PLUS_PLUS] = ACTIONS(2951), - [anon_sym_DASH_DASH] = ACTIONS(2951), - [anon_sym_BANG] = ACTIONS(2951), - [anon_sym_data] = ACTIONS(5377), - [anon_sym_inner] = ACTIONS(5377), - [anon_sym_value] = ACTIONS(5377), - [anon_sym_expect] = ACTIONS(5377), - [anon_sym_actual] = ACTIONS(5377), + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4281), + [anon_sym_EQ] = ACTIONS(4281), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4284), + [anon_sym_LPAREN] = ACTIONS(5369), + [anon_sym_LT] = ACTIONS(4281), + [anon_sym_GT] = ACTIONS(4281), + [anon_sym_object] = ACTIONS(4281), + [anon_sym_fun] = ACTIONS(4281), + [anon_sym_DOT] = ACTIONS(4281), + [anon_sym_SEMI] = ACTIONS(4284), + [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(4284), + [anon_sym_QMARK_COLON] = ACTIONS(4284), + [anon_sym_AMP_AMP] = ACTIONS(4284), + [anon_sym_PIPE_PIPE] = ACTIONS(4284), + [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(4284), + [anon_sym_PLUS_EQ] = ACTIONS(4284), + [anon_sym_DASH_EQ] = ACTIONS(4284), + [anon_sym_STAR_EQ] = ACTIONS(4284), + [anon_sym_SLASH_EQ] = ACTIONS(4284), + [anon_sym_PERCENT_EQ] = ACTIONS(4284), + [anon_sym_BANG_EQ] = ACTIONS(4281), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), + [anon_sym_EQ_EQ] = ACTIONS(4281), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), + [anon_sym_LT_EQ] = ACTIONS(4284), + [anon_sym_GT_EQ] = ACTIONS(4284), + [anon_sym_BANGin] = ACTIONS(4284), + [anon_sym_is] = ACTIONS(4281), + [anon_sym_BANGis] = ACTIONS(4284), + [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(4284), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(4281), + [anon_sym_BANG_BANG] = ACTIONS(4284), + [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_value] = 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(2143), - [anon_sym_continue_AT] = ACTIONS(2146), - [anon_sym_break_AT] = ACTIONS(2149), - [anon_sym_this_AT] = ACTIONS(2152), - [anon_sym_super_AT] = ACTIONS(2155), - [sym_real_literal] = ACTIONS(2158), - [sym_integer_literal] = ACTIONS(2161), - [sym_hex_literal] = ACTIONS(2164), - [sym_bin_literal] = ACTIONS(2164), - [anon_sym_true] = ACTIONS(2167), - [anon_sym_false] = ACTIONS(2167), - [anon_sym_SQUOTE] = ACTIONS(2170), - [sym__backtick_identifier] = ACTIONS(2173), + [anon_sym_return_AT] = ACTIONS(4284), + [anon_sym_continue_AT] = ACTIONS(4284), + [anon_sym_break_AT] = ACTIONS(4284), + [anon_sym_this_AT] = ACTIONS(4284), + [anon_sym_super_AT] = ACTIONS(4284), + [sym_real_literal] = ACTIONS(4284), + [sym_integer_literal] = ACTIONS(4281), + [sym_hex_literal] = ACTIONS(4284), + [sym_bin_literal] = ACTIONS(4284), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [anon_sym_SQUOTE] = ACTIONS(4284), + [sym__backtick_identifier] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4284), + [sym_safe_nav] = ACTIONS(4284), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2176), + [sym__string_start] = ACTIONS(4284), }, [1261] = { - [sym_getter] = STATE(9655), - [sym_setter] = STATE(9655), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym_getter] = STATE(9612), + [sym_setter] = STATE(9612), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9271), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9440), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1610), [anon_sym_LPAREN] = ACTIONS(3576), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4563), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(5380), - [anon_sym_get] = ACTIONS(5324), - [anon_sym_set] = ACTIONS(5326), - [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(5373), + [anon_sym_get] = ACTIONS(5291), + [anon_sym_set] = ACTIONS(5293), + [anon_sym_STAR] = ACTIONS(4571), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), [anon_sym_is] = ACTIONS(3612), [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), [anon_sym_as_QMARK] = ACTIONS(3618), [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), @@ -192271,92 +192260,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [1262] = { - [sym__expression] = STATE(2425), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [sym__expression] = STATE(3819), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), [sym__alpha_identifier] = ACTIONS(2072), - [anon_sym_AT] = ACTIONS(5287), + [anon_sym_AT] = ACTIONS(5277), [anon_sym_LBRACK] = ACTIONS(2079), [anon_sym_LBRACE] = ACTIONS(2084), [anon_sym_LPAREN] = ACTIONS(2087), - [anon_sym_object] = ACTIONS(5371), - [anon_sym_fun] = ACTIONS(5382), - [anon_sym_get] = ACTIONS(5377), - [anon_sym_set] = ACTIONS(5377), + [anon_sym_object] = ACTIONS(5375), + [anon_sym_fun] = ACTIONS(5378), + [anon_sym_get] = ACTIONS(5381), + [anon_sym_set] = ACTIONS(5381), [anon_sym_this] = ACTIONS(2102), [anon_sym_super] = ACTIONS(2105), - [anon_sym_STAR] = ACTIONS(2826), - [sym_label] = ACTIONS(2829), + [anon_sym_STAR] = ACTIONS(2892), + [sym_label] = ACTIONS(2895), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), [anon_sym_null] = ACTIONS(2116), - [anon_sym_if] = ACTIONS(2832), + [anon_sym_if] = ACTIONS(2898), [anon_sym_when] = ACTIONS(2122), [anon_sym_try] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(2835), - [anon_sym_return] = ACTIONS(2838), + [anon_sym_throw] = ACTIONS(2901), + [anon_sym_return] = ACTIONS(2904), [anon_sym_continue] = ACTIONS(2134), [anon_sym_break] = ACTIONS(2134), [anon_sym_COLON_COLON] = ACTIONS(2137), - [anon_sym_PLUS] = ACTIONS(2829), - [anon_sym_DASH] = ACTIONS(2829), - [anon_sym_PLUS_PLUS] = ACTIONS(2841), - [anon_sym_DASH_DASH] = ACTIONS(2841), - [anon_sym_BANG] = ACTIONS(2841), - [anon_sym_data] = ACTIONS(5377), - [anon_sym_inner] = ACTIONS(5377), - [anon_sym_value] = ACTIONS(5377), - [anon_sym_expect] = ACTIONS(5377), - [anon_sym_actual] = ACTIONS(5377), + [anon_sym_PLUS] = ACTIONS(2895), + [anon_sym_DASH] = ACTIONS(2895), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_BANG] = ACTIONS(2907), + [anon_sym_data] = ACTIONS(5381), + [anon_sym_inner] = ACTIONS(5381), + [anon_sym_value] = ACTIONS(5381), + [anon_sym_expect] = ACTIONS(5381), + [anon_sym_actual] = ACTIONS(5381), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(2143), [anon_sym_continue_AT] = ACTIONS(2146), @@ -192375,214 +192364,734 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(2176), }, [1263] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(5283), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4259), - [anon_sym_fun] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4259), - [anon_sym_super] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [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(4259), - [anon_sym_if] = ACTIONS(4259), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4259), - [anon_sym_try] = ACTIONS(4259), - [anon_sym_throw] = ACTIONS(4259), - [anon_sym_return] = ACTIONS(4259), - [anon_sym_continue] = ACTIONS(4259), - [anon_sym_break] = ACTIONS(4259), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4259), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4262), - [anon_sym_continue_AT] = ACTIONS(4262), - [anon_sym_break_AT] = ACTIONS(4262), - [anon_sym_this_AT] = ACTIONS(4262), - [anon_sym_super_AT] = ACTIONS(4262), - [sym_real_literal] = ACTIONS(4262), - [sym_integer_literal] = ACTIONS(4259), - [sym_hex_literal] = ACTIONS(4262), - [sym_bin_literal] = ACTIONS(4262), - [anon_sym_true] = ACTIONS(4259), - [anon_sym_false] = ACTIONS(4259), - [anon_sym_SQUOTE] = ACTIONS(4262), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4262), + [sym__expression] = STATE(2514), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(2179), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2182), + [anon_sym_LBRACE] = ACTIONS(2185), + [anon_sym_LPAREN] = ACTIONS(2188), + [anon_sym_object] = ACTIONS(5325), + [anon_sym_fun] = ACTIONS(5384), + [anon_sym_get] = ACTIONS(5331), + [anon_sym_set] = ACTIONS(5331), + [anon_sym_this] = ACTIONS(2203), + [anon_sym_super] = ACTIONS(2206), + [anon_sym_STAR] = ACTIONS(2936), + [sym_label] = ACTIONS(2939), + [anon_sym_for] = ACTIONS(2114), + [anon_sym_while] = ACTIONS(2114), + [anon_sym_do] = ACTIONS(2114), + [anon_sym_null] = ACTIONS(2215), + [anon_sym_if] = ACTIONS(2942), + [anon_sym_when] = ACTIONS(2221), + [anon_sym_try] = ACTIONS(2224), + [anon_sym_throw] = ACTIONS(2945), + [anon_sym_return] = ACTIONS(2948), + [anon_sym_continue] = ACTIONS(2233), + [anon_sym_break] = ACTIONS(2233), + [anon_sym_COLON_COLON] = ACTIONS(2236), + [anon_sym_PLUS] = ACTIONS(2939), + [anon_sym_DASH] = ACTIONS(2939), + [anon_sym_PLUS_PLUS] = ACTIONS(2951), + [anon_sym_DASH_DASH] = ACTIONS(2951), + [anon_sym_BANG] = ACTIONS(2951), + [anon_sym_data] = ACTIONS(5331), + [anon_sym_inner] = ACTIONS(5331), + [anon_sym_value] = ACTIONS(5331), + [anon_sym_expect] = ACTIONS(5331), + [anon_sym_actual] = ACTIONS(5331), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2242), + [anon_sym_continue_AT] = ACTIONS(2245), + [anon_sym_break_AT] = ACTIONS(2248), + [anon_sym_this_AT] = ACTIONS(2251), + [anon_sym_super_AT] = ACTIONS(2254), + [sym_real_literal] = ACTIONS(2257), + [sym_integer_literal] = ACTIONS(2260), + [sym_hex_literal] = ACTIONS(2263), + [sym_bin_literal] = ACTIONS(2263), + [anon_sym_true] = ACTIONS(2266), + [anon_sym_false] = ACTIONS(2266), + [anon_sym_SQUOTE] = ACTIONS(2269), + [sym__backtick_identifier] = ACTIONS(2272), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2275), }, [1264] = { - [sym_type_constraints] = STATE(2103), - [sym_function_body] = STATE(1185), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_COLON] = ACTIONS(5385), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4137), - [anon_sym_fun] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_this] = ACTIONS(4137), - [anon_sym_super] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4139), - [sym_label] = ACTIONS(4137), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(4137), - [anon_sym_if] = ACTIONS(4137), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_when] = ACTIONS(4137), - [anon_sym_try] = ACTIONS(4137), - [anon_sym_throw] = ACTIONS(4137), - [anon_sym_return] = ACTIONS(4137), - [anon_sym_continue] = ACTIONS(4137), - [anon_sym_break] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4139), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4137), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4139), - [anon_sym_continue_AT] = ACTIONS(4139), - [anon_sym_break_AT] = ACTIONS(4139), - [anon_sym_this_AT] = ACTIONS(4139), - [anon_sym_super_AT] = ACTIONS(4139), - [sym_real_literal] = ACTIONS(4139), - [sym_integer_literal] = ACTIONS(4137), - [sym_hex_literal] = ACTIONS(4139), - [sym_bin_literal] = ACTIONS(4139), - [anon_sym_true] = ACTIONS(4137), - [anon_sym_false] = ACTIONS(4137), - [anon_sym_SQUOTE] = ACTIONS(4139), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4139), + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4295), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4298), + [anon_sym_LPAREN] = ACTIONS(5387), + [anon_sym_LT] = ACTIONS(4295), + [anon_sym_GT] = ACTIONS(4295), + [anon_sym_object] = ACTIONS(4295), + [anon_sym_fun] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4295), + [anon_sym_SEMI] = ACTIONS(4298), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(4295), + [anon_sym_super] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4295), + [anon_sym_DOT_DOT] = ACTIONS(4298), + [anon_sym_QMARK_COLON] = ACTIONS(4298), + [anon_sym_AMP_AMP] = ACTIONS(4298), + [anon_sym_PIPE_PIPE] = ACTIONS(4298), + [anon_sym_null] = ACTIONS(4295), + [anon_sym_if] = ACTIONS(4295), + [anon_sym_else] = ACTIONS(4295), + [anon_sym_when] = ACTIONS(4295), + [anon_sym_try] = ACTIONS(4295), + [anon_sym_throw] = ACTIONS(4295), + [anon_sym_return] = ACTIONS(4295), + [anon_sym_continue] = ACTIONS(4295), + [anon_sym_break] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(4295), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4298), + [anon_sym_EQ_EQ] = ACTIONS(4295), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4298), + [anon_sym_LT_EQ] = ACTIONS(4298), + [anon_sym_GT_EQ] = ACTIONS(4298), + [anon_sym_BANGin] = ACTIONS(4298), + [anon_sym_is] = ACTIONS(4295), + [anon_sym_BANGis] = ACTIONS(4298), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4295), + [anon_sym_PERCENT] = ACTIONS(4295), + [anon_sym_as_QMARK] = ACTIONS(4298), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(4295), + [anon_sym_BANG_BANG] = ACTIONS(4298), + [anon_sym_suspend] = ACTIONS(4295), + [anon_sym_sealed] = ACTIONS(4295), + [anon_sym_annotation] = ACTIONS(4295), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_override] = ACTIONS(4295), + [anon_sym_lateinit] = ACTIONS(4295), + [anon_sym_public] = ACTIONS(4295), + [anon_sym_private] = ACTIONS(4295), + [anon_sym_internal] = ACTIONS(4295), + [anon_sym_protected] = ACTIONS(4295), + [anon_sym_tailrec] = ACTIONS(4295), + [anon_sym_operator] = ACTIONS(4295), + [anon_sym_infix] = ACTIONS(4295), + [anon_sym_inline] = ACTIONS(4295), + [anon_sym_external] = ACTIONS(4295), + [sym_property_modifier] = ACTIONS(4295), + [anon_sym_abstract] = ACTIONS(4295), + [anon_sym_final] = ACTIONS(4295), + [anon_sym_open] = ACTIONS(4295), + [anon_sym_vararg] = ACTIONS(4295), + [anon_sym_noinline] = ACTIONS(4295), + [anon_sym_crossinline] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4298), + [anon_sym_continue_AT] = ACTIONS(4298), + [anon_sym_break_AT] = ACTIONS(4298), + [anon_sym_this_AT] = ACTIONS(4298), + [anon_sym_super_AT] = ACTIONS(4298), + [sym_real_literal] = ACTIONS(4298), + [sym_integer_literal] = ACTIONS(4295), + [sym_hex_literal] = ACTIONS(4298), + [sym_bin_literal] = ACTIONS(4298), + [anon_sym_true] = ACTIONS(4295), + [anon_sym_false] = ACTIONS(4295), + [anon_sym_SQUOTE] = ACTIONS(4298), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4298), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4298), }, [1265] = { + [sym_getter] = STATE(9675), + [sym_setter] = STATE(9675), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_modifiers] = STATE(9440), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4563), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(5391), + [anon_sym_get] = ACTIONS(5291), + [anon_sym_set] = ACTIONS(5293), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(1784), + [anon_sym_inner] = ACTIONS(1784), + [anon_sym_value] = ACTIONS(1784), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(1786), + [anon_sym_actual] = ACTIONS(1786), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [1266] = { + [sym__expression] = STATE(1199), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(2179), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2182), + [anon_sym_LBRACE] = ACTIONS(2185), + [anon_sym_LPAREN] = ACTIONS(2188), + [anon_sym_object] = ACTIONS(5325), + [anon_sym_fun] = ACTIONS(5393), + [anon_sym_get] = ACTIONS(5331), + [anon_sym_set] = ACTIONS(5331), + [anon_sym_this] = ACTIONS(2203), + [anon_sym_super] = ACTIONS(2206), + [anon_sym_STAR] = ACTIONS(2760), + [sym_label] = ACTIONS(2763), + [anon_sym_for] = ACTIONS(2114), + [anon_sym_while] = ACTIONS(2114), + [anon_sym_do] = ACTIONS(2114), + [anon_sym_null] = ACTIONS(2215), + [anon_sym_if] = ACTIONS(2766), + [anon_sym_when] = ACTIONS(2221), + [anon_sym_try] = ACTIONS(2224), + [anon_sym_throw] = ACTIONS(2769), + [anon_sym_return] = ACTIONS(2772), + [anon_sym_continue] = ACTIONS(2233), + [anon_sym_break] = ACTIONS(2233), + [anon_sym_COLON_COLON] = ACTIONS(2236), + [anon_sym_PLUS] = ACTIONS(2763), + [anon_sym_DASH] = ACTIONS(2763), + [anon_sym_PLUS_PLUS] = ACTIONS(2775), + [anon_sym_DASH_DASH] = ACTIONS(2775), + [anon_sym_BANG] = ACTIONS(2775), + [anon_sym_data] = ACTIONS(5331), + [anon_sym_inner] = ACTIONS(5331), + [anon_sym_value] = ACTIONS(5331), + [anon_sym_expect] = ACTIONS(5331), + [anon_sym_actual] = ACTIONS(5331), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2242), + [anon_sym_continue_AT] = ACTIONS(2245), + [anon_sym_break_AT] = ACTIONS(2248), + [anon_sym_this_AT] = ACTIONS(2251), + [anon_sym_super_AT] = ACTIONS(2254), + [sym_real_literal] = ACTIONS(2257), + [sym_integer_literal] = ACTIONS(2260), + [sym_hex_literal] = ACTIONS(2263), + [sym_bin_literal] = ACTIONS(2263), + [anon_sym_true] = ACTIONS(2266), + [anon_sym_false] = ACTIONS(2266), + [anon_sym_SQUOTE] = ACTIONS(2269), + [sym__backtick_identifier] = ACTIONS(2272), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2275), + }, + [1267] = { + [sym_type_constraints] = STATE(1868), + [sym_function_body] = STATE(1134), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(5396), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), + }, + [1268] = { + [sym__expression] = STATE(3321), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(2421), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2424), + [anon_sym_LBRACE] = ACTIONS(2427), + [anon_sym_LPAREN] = ACTIONS(2430), + [anon_sym_object] = ACTIONS(5280), + [anon_sym_fun] = ACTIONS(5398), + [anon_sym_get] = ACTIONS(5286), + [anon_sym_set] = ACTIONS(5286), + [anon_sym_this] = ACTIONS(2445), + [anon_sym_super] = ACTIONS(2448), + [anon_sym_STAR] = ACTIONS(2451), + [sym_label] = ACTIONS(2454), + [anon_sym_for] = ACTIONS(2114), + [anon_sym_while] = ACTIONS(2114), + [anon_sym_do] = ACTIONS(2114), + [anon_sym_null] = ACTIONS(2457), + [anon_sym_if] = ACTIONS(2460), + [anon_sym_when] = ACTIONS(2463), + [anon_sym_try] = ACTIONS(2466), + [anon_sym_throw] = ACTIONS(2469), + [anon_sym_return] = ACTIONS(2472), + [anon_sym_continue] = ACTIONS(2475), + [anon_sym_break] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(2478), + [anon_sym_PLUS] = ACTIONS(2454), + [anon_sym_DASH] = ACTIONS(2454), + [anon_sym_PLUS_PLUS] = ACTIONS(2481), + [anon_sym_DASH_DASH] = ACTIONS(2481), + [anon_sym_BANG] = ACTIONS(2481), + [anon_sym_data] = ACTIONS(5286), + [anon_sym_inner] = ACTIONS(5286), + [anon_sym_value] = ACTIONS(5286), + [anon_sym_expect] = ACTIONS(5286), + [anon_sym_actual] = ACTIONS(5286), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2484), + [anon_sym_continue_AT] = ACTIONS(2487), + [anon_sym_break_AT] = ACTIONS(2490), + [anon_sym_this_AT] = ACTIONS(2493), + [anon_sym_super_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), + }, + [1269] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_EQ] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_object] = ACTIONS(4930), + [anon_sym_fun] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(4932), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_this] = ACTIONS(4930), + [anon_sym_super] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4930), + [sym_label] = ACTIONS(4930), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_null] = ACTIONS(4930), + [anon_sym_if] = ACTIONS(4930), + [anon_sym_else] = ACTIONS(5349), + [anon_sym_when] = ACTIONS(4930), + [anon_sym_try] = ACTIONS(4930), + [anon_sym_throw] = ACTIONS(4930), + [anon_sym_return] = ACTIONS(4930), + [anon_sym_continue] = ACTIONS(4930), + [anon_sym_break] = ACTIONS(4930), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_PLUS_EQ] = ACTIONS(4932), + [anon_sym_DASH_EQ] = ACTIONS(4932), + [anon_sym_STAR_EQ] = ACTIONS(4932), + [anon_sym_SLASH_EQ] = ACTIONS(4932), + [anon_sym_PERCENT_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4930), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG] = ACTIONS(4930), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4932), + [anon_sym_continue_AT] = ACTIONS(4932), + [anon_sym_break_AT] = ACTIONS(4932), + [anon_sym_this_AT] = ACTIONS(4932), + [anon_sym_super_AT] = ACTIONS(4932), + [sym_real_literal] = ACTIONS(4932), + [sym_integer_literal] = ACTIONS(4930), + [sym_hex_literal] = ACTIONS(4932), + [sym_bin_literal] = ACTIONS(4932), + [anon_sym_true] = ACTIONS(4930), + [anon_sym_false] = ACTIONS(4930), + [anon_sym_SQUOTE] = ACTIONS(4932), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4932), + }, + [1270] = { [sym__alpha_identifier] = ACTIONS(4281), [anon_sym_AT] = ACTIONS(4284), [anon_sym_LBRACK] = ACTIONS(4284), @@ -192590,7 +193099,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ] = ACTIONS(4289), [anon_sym_LBRACE] = ACTIONS(4284), [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(5389), + [anon_sym_LPAREN] = ACTIONS(5369), [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), [anon_sym_object] = ACTIONS(4281), @@ -192686,75 +193195,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4284), }, - [1266] = { - [sym_getter] = STATE(9634), - [sym_setter] = STATE(9634), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [1271] = { + [sym_getter] = STATE(9660), + [sym_setter] = STATE(9660), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9271), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_modifiers] = STATE(9440), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(6205), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1610), [anon_sym_LPAREN] = ACTIONS(3576), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4563), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(5393), - [anon_sym_get] = ACTIONS(5324), - [anon_sym_set] = ACTIONS(5326), - [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(5401), + [anon_sym_get] = ACTIONS(5291), + [anon_sym_set] = ACTIONS(5293), + [anon_sym_STAR] = ACTIONS(4571), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), [anon_sym_is] = ACTIONS(3612), [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), [anon_sym_as_QMARK] = ACTIONS(3618), [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), @@ -192790,1186 +193299,770 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1267] = { - [sym_function_body] = STATE(1048), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_COLON] = ACTIONS(5395), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_COMMA] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_where] = ACTIONS(4275), - [anon_sym_object] = ACTIONS(4275), - [anon_sym_fun] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_this] = ACTIONS(4275), - [anon_sym_super] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4277), - [sym_label] = ACTIONS(4275), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_null] = ACTIONS(4275), - [anon_sym_if] = ACTIONS(4275), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_when] = ACTIONS(4275), - [anon_sym_try] = ACTIONS(4275), - [anon_sym_throw] = ACTIONS(4275), - [anon_sym_return] = ACTIONS(4275), - [anon_sym_continue] = ACTIONS(4275), - [anon_sym_break] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4277), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG] = ACTIONS(4275), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_suspend] = ACTIONS(4275), - [anon_sym_sealed] = ACTIONS(4275), - [anon_sym_annotation] = ACTIONS(4275), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_override] = ACTIONS(4275), - [anon_sym_lateinit] = ACTIONS(4275), - [anon_sym_public] = ACTIONS(4275), - [anon_sym_private] = ACTIONS(4275), - [anon_sym_internal] = ACTIONS(4275), - [anon_sym_protected] = ACTIONS(4275), - [anon_sym_tailrec] = ACTIONS(4275), - [anon_sym_operator] = ACTIONS(4275), - [anon_sym_infix] = ACTIONS(4275), - [anon_sym_inline] = ACTIONS(4275), - [anon_sym_external] = ACTIONS(4275), - [sym_property_modifier] = ACTIONS(4275), - [anon_sym_abstract] = ACTIONS(4275), - [anon_sym_final] = ACTIONS(4275), - [anon_sym_open] = ACTIONS(4275), - [anon_sym_vararg] = ACTIONS(4275), - [anon_sym_noinline] = ACTIONS(4275), - [anon_sym_crossinline] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4277), - [anon_sym_continue_AT] = ACTIONS(4277), - [anon_sym_break_AT] = ACTIONS(4277), - [anon_sym_this_AT] = ACTIONS(4277), - [anon_sym_super_AT] = ACTIONS(4277), - [sym_real_literal] = ACTIONS(4277), - [sym_integer_literal] = ACTIONS(4275), - [sym_hex_literal] = ACTIONS(4277), - [sym_bin_literal] = ACTIONS(4277), - [anon_sym_true] = ACTIONS(4275), - [anon_sym_false] = ACTIONS(4275), - [anon_sym_SQUOTE] = ACTIONS(4277), - [sym__backtick_identifier] = ACTIONS(4277), - [sym__automatic_semicolon] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4277), - }, - [1268] = { - [sym_function_body] = STATE(1131), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_COLON] = ACTIONS(5397), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_COMMA] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_where] = ACTIONS(4307), - [anon_sym_object] = ACTIONS(4307), - [anon_sym_fun] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_this] = ACTIONS(4307), - [anon_sym_super] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4309), - [sym_label] = ACTIONS(4307), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_if] = ACTIONS(4307), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_when] = ACTIONS(4307), - [anon_sym_try] = ACTIONS(4307), - [anon_sym_throw] = ACTIONS(4307), - [anon_sym_return] = ACTIONS(4307), - [anon_sym_continue] = ACTIONS(4307), - [anon_sym_break] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4309), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG] = ACTIONS(4307), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4309), - [anon_sym_continue_AT] = ACTIONS(4309), - [anon_sym_break_AT] = ACTIONS(4309), - [anon_sym_this_AT] = ACTIONS(4309), - [anon_sym_super_AT] = ACTIONS(4309), - [sym_real_literal] = ACTIONS(4309), - [sym_integer_literal] = ACTIONS(4307), - [sym_hex_literal] = ACTIONS(4309), - [sym_bin_literal] = ACTIONS(4309), - [anon_sym_true] = ACTIONS(4307), - [anon_sym_false] = ACTIONS(4307), - [anon_sym_SQUOTE] = ACTIONS(4309), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4309), + [1272] = { + [sym__alpha_identifier] = ACTIONS(4848), + [anon_sym_AT] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_as] = ACTIONS(4848), + [anon_sym_EQ] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_LPAREN] = ACTIONS(5403), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_object] = ACTIONS(4848), + [anon_sym_fun] = ACTIONS(4848), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym_get] = ACTIONS(4848), + [anon_sym_set] = ACTIONS(4848), + [anon_sym_this] = ACTIONS(4848), + [anon_sym_super] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4848), + [sym_label] = ACTIONS(4848), + [anon_sym_in] = ACTIONS(4848), + [anon_sym_DOT_DOT] = ACTIONS(4850), + [anon_sym_QMARK_COLON] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_null] = ACTIONS(4848), + [anon_sym_if] = ACTIONS(4848), + [anon_sym_else] = ACTIONS(4848), + [anon_sym_when] = ACTIONS(4848), + [anon_sym_try] = ACTIONS(4848), + [anon_sym_throw] = ACTIONS(4848), + [anon_sym_return] = ACTIONS(4848), + [anon_sym_continue] = ACTIONS(4848), + [anon_sym_break] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_PLUS_EQ] = ACTIONS(4850), + [anon_sym_DASH_EQ] = ACTIONS(4850), + [anon_sym_STAR_EQ] = ACTIONS(4850), + [anon_sym_SLASH_EQ] = ACTIONS(4850), + [anon_sym_PERCENT_EQ] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4850), + [anon_sym_EQ_EQ] = ACTIONS(4848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_BANGin] = ACTIONS(4850), + [anon_sym_is] = ACTIONS(4848), + [anon_sym_BANGis] = ACTIONS(4850), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4848), + [anon_sym_as_QMARK] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_BANG] = ACTIONS(4848), + [anon_sym_BANG_BANG] = ACTIONS(4850), + [anon_sym_suspend] = ACTIONS(4848), + [anon_sym_sealed] = ACTIONS(4848), + [anon_sym_annotation] = ACTIONS(4848), + [anon_sym_data] = ACTIONS(4848), + [anon_sym_inner] = ACTIONS(4848), + [anon_sym_value] = ACTIONS(4848), + [anon_sym_override] = ACTIONS(4848), + [anon_sym_lateinit] = ACTIONS(4848), + [anon_sym_public] = ACTIONS(4848), + [anon_sym_private] = ACTIONS(4848), + [anon_sym_internal] = ACTIONS(4848), + [anon_sym_protected] = ACTIONS(4848), + [anon_sym_tailrec] = ACTIONS(4848), + [anon_sym_operator] = ACTIONS(4848), + [anon_sym_infix] = ACTIONS(4848), + [anon_sym_inline] = ACTIONS(4848), + [anon_sym_external] = ACTIONS(4848), + [sym_property_modifier] = ACTIONS(4848), + [anon_sym_abstract] = ACTIONS(4848), + [anon_sym_final] = ACTIONS(4848), + [anon_sym_open] = ACTIONS(4848), + [anon_sym_vararg] = ACTIONS(4848), + [anon_sym_noinline] = ACTIONS(4848), + [anon_sym_crossinline] = ACTIONS(4848), + [anon_sym_expect] = ACTIONS(4848), + [anon_sym_actual] = ACTIONS(4848), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4850), + [anon_sym_continue_AT] = ACTIONS(4850), + [anon_sym_break_AT] = ACTIONS(4850), + [anon_sym_this_AT] = ACTIONS(4850), + [anon_sym_super_AT] = ACTIONS(4850), + [sym_real_literal] = ACTIONS(4850), + [sym_integer_literal] = ACTIONS(4848), + [sym_hex_literal] = ACTIONS(4850), + [sym_bin_literal] = ACTIONS(4850), + [anon_sym_true] = ACTIONS(4848), + [anon_sym_false] = ACTIONS(4848), + [anon_sym_SQUOTE] = ACTIONS(4850), + [sym__backtick_identifier] = ACTIONS(4850), + [sym__automatic_semicolon] = ACTIONS(4850), + [sym_safe_nav] = ACTIONS(4850), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4850), }, - [1269] = { - [sym__expression] = STATE(3768), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(2539), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2542), - [anon_sym_LBRACE] = ACTIONS(2545), - [anon_sym_LPAREN] = ACTIONS(2548), - [anon_sym_object] = ACTIONS(5313), - [anon_sym_fun] = ACTIONS(5399), - [anon_sym_get] = ACTIONS(5319), - [anon_sym_set] = ACTIONS(5319), - [anon_sym_this] = ACTIONS(2563), - [anon_sym_super] = ACTIONS(2566), - [anon_sym_STAR] = ACTIONS(2738), - [sym_label] = ACTIONS(2741), + [1273] = { + [sym__expression] = STATE(467), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(2520), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_LBRACE] = ACTIONS(2526), + [anon_sym_LPAREN] = ACTIONS(2529), + [anon_sym_object] = ACTIONS(5353), + [anon_sym_fun] = ACTIONS(5405), + [anon_sym_get] = ACTIONS(5359), + [anon_sym_set] = ACTIONS(5359), + [anon_sym_this] = ACTIONS(2544), + [anon_sym_super] = ACTIONS(2547), + [anon_sym_STAR] = ACTIONS(2620), + [sym_label] = ACTIONS(2623), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2575), - [anon_sym_if] = ACTIONS(2744), - [anon_sym_when] = ACTIONS(2581), - [anon_sym_try] = ACTIONS(2584), - [anon_sym_throw] = ACTIONS(2747), - [anon_sym_return] = ACTIONS(2750), - [anon_sym_continue] = ACTIONS(2593), - [anon_sym_break] = ACTIONS(2593), - [anon_sym_COLON_COLON] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2741), - [anon_sym_DASH] = ACTIONS(2741), - [anon_sym_PLUS_PLUS] = ACTIONS(2753), - [anon_sym_DASH_DASH] = ACTIONS(2753), - [anon_sym_BANG] = ACTIONS(2753), - [anon_sym_data] = ACTIONS(5319), - [anon_sym_inner] = ACTIONS(5319), - [anon_sym_value] = ACTIONS(5319), - [anon_sym_expect] = ACTIONS(5319), - [anon_sym_actual] = ACTIONS(5319), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2602), - [anon_sym_continue_AT] = ACTIONS(2605), - [anon_sym_break_AT] = ACTIONS(2608), - [anon_sym_this_AT] = ACTIONS(2611), - [anon_sym_super_AT] = ACTIONS(2614), - [sym_real_literal] = ACTIONS(2617), - [sym_integer_literal] = ACTIONS(2620), - [sym_hex_literal] = ACTIONS(2623), - [sym_bin_literal] = ACTIONS(2623), - [anon_sym_true] = ACTIONS(2626), - [anon_sym_false] = ACTIONS(2626), - [anon_sym_SQUOTE] = ACTIONS(2629), - [sym__backtick_identifier] = ACTIONS(2632), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2635), + [anon_sym_null] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2626), + [anon_sym_when] = ACTIONS(2562), + [anon_sym_try] = ACTIONS(2565), + [anon_sym_throw] = ACTIONS(2629), + [anon_sym_return] = ACTIONS(2632), + [anon_sym_continue] = ACTIONS(2574), + [anon_sym_break] = ACTIONS(2574), + [anon_sym_COLON_COLON] = ACTIONS(2577), + [anon_sym_PLUS] = ACTIONS(2623), + [anon_sym_DASH] = ACTIONS(2623), + [anon_sym_PLUS_PLUS] = ACTIONS(2635), + [anon_sym_DASH_DASH] = ACTIONS(2635), + [anon_sym_BANG] = ACTIONS(2635), + [anon_sym_data] = ACTIONS(5359), + [anon_sym_inner] = ACTIONS(5359), + [anon_sym_value] = ACTIONS(5359), + [anon_sym_expect] = ACTIONS(5359), + [anon_sym_actual] = ACTIONS(5359), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2341), + [anon_sym_continue_AT] = ACTIONS(2583), + [anon_sym_break_AT] = ACTIONS(2586), + [anon_sym_this_AT] = ACTIONS(2589), + [anon_sym_super_AT] = ACTIONS(2592), + [sym_real_literal] = ACTIONS(2595), + [sym_integer_literal] = ACTIONS(2598), + [sym_hex_literal] = ACTIONS(2601), + [sym_bin_literal] = ACTIONS(2601), + [anon_sym_true] = ACTIONS(2604), + [anon_sym_false] = ACTIONS(2604), + [anon_sym_SQUOTE] = ACTIONS(2607), + [sym__backtick_identifier] = ACTIONS(2610), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2613), }, - [1270] = { - [sym__expression] = STATE(950), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(2638), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2641), - [anon_sym_LBRACE] = ACTIONS(2644), - [anon_sym_LPAREN] = ACTIONS(2647), - [anon_sym_object] = ACTIONS(5344), - [anon_sym_fun] = ACTIONS(5402), - [anon_sym_get] = ACTIONS(5350), - [anon_sym_set] = ACTIONS(5350), - [anon_sym_this] = ACTIONS(2662), - [anon_sym_super] = ACTIONS(2665), - [anon_sym_STAR] = ACTIONS(2760), - [sym_label] = ACTIONS(2763), + [1274] = { + [sym__expression] = STATE(4109), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(2421), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2424), + [anon_sym_LBRACE] = ACTIONS(2427), + [anon_sym_LPAREN] = ACTIONS(2430), + [anon_sym_object] = ACTIONS(5280), + [anon_sym_fun] = ACTIONS(5408), + [anon_sym_get] = ACTIONS(5286), + [anon_sym_set] = ACTIONS(5286), + [anon_sym_this] = ACTIONS(2445), + [anon_sym_super] = ACTIONS(2448), + [anon_sym_STAR] = ACTIONS(2980), + [sym_label] = ACTIONS(2983), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2674), - [anon_sym_if] = ACTIONS(2766), - [anon_sym_when] = ACTIONS(2680), - [anon_sym_try] = ACTIONS(2683), - [anon_sym_throw] = ACTIONS(2769), - [anon_sym_return] = ACTIONS(2772), - [anon_sym_continue] = ACTIONS(2692), - [anon_sym_break] = ACTIONS(2692), - [anon_sym_COLON_COLON] = ACTIONS(2695), - [anon_sym_PLUS] = ACTIONS(2763), - [anon_sym_DASH] = ACTIONS(2763), - [anon_sym_PLUS_PLUS] = ACTIONS(2775), - [anon_sym_DASH_DASH] = ACTIONS(2775), - [anon_sym_BANG] = ACTIONS(2775), - [anon_sym_data] = ACTIONS(5350), - [anon_sym_inner] = ACTIONS(5350), - [anon_sym_value] = ACTIONS(5350), - [anon_sym_expect] = ACTIONS(5350), - [anon_sym_actual] = ACTIONS(5350), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2602), - [anon_sym_continue_AT] = ACTIONS(2701), - [anon_sym_break_AT] = ACTIONS(2704), - [anon_sym_this_AT] = ACTIONS(2707), - [anon_sym_super_AT] = ACTIONS(2710), - [sym_real_literal] = ACTIONS(2713), - [sym_integer_literal] = ACTIONS(2716), - [sym_hex_literal] = ACTIONS(2719), - [sym_bin_literal] = ACTIONS(2719), - [anon_sym_true] = ACTIONS(2722), - [anon_sym_false] = ACTIONS(2722), - [anon_sym_SQUOTE] = ACTIONS(2725), - [sym__backtick_identifier] = ACTIONS(2728), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2731), + [anon_sym_null] = ACTIONS(2457), + [anon_sym_if] = ACTIONS(2986), + [anon_sym_when] = ACTIONS(2463), + [anon_sym_try] = ACTIONS(2466), + [anon_sym_throw] = ACTIONS(2989), + [anon_sym_return] = ACTIONS(2992), + [anon_sym_continue] = ACTIONS(2475), + [anon_sym_break] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(2478), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_PLUS_PLUS] = ACTIONS(2995), + [anon_sym_DASH_DASH] = ACTIONS(2995), + [anon_sym_BANG] = ACTIONS(2995), + [anon_sym_data] = ACTIONS(5286), + [anon_sym_inner] = ACTIONS(5286), + [anon_sym_value] = ACTIONS(5286), + [anon_sym_expect] = ACTIONS(5286), + [anon_sym_actual] = ACTIONS(5286), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2484), + [anon_sym_continue_AT] = ACTIONS(2487), + [anon_sym_break_AT] = ACTIONS(2490), + [anon_sym_this_AT] = ACTIONS(2493), + [anon_sym_super_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), }, - [1271] = { - [sym_getter] = STATE(9599), - [sym_setter] = STATE(9599), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9271), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(5405), - [anon_sym_get] = ACTIONS(5324), - [anon_sym_set] = ACTIONS(5326), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), + [1275] = { + [sym_type_constraints] = STATE(1739), + [sym_function_body] = STATE(1078), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_COLON] = ACTIONS(5411), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), }, - [1272] = { - [sym__expression] = STATE(530), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(2399), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2402), - [anon_sym_LBRACE] = ACTIONS(2405), - [anon_sym_LPAREN] = ACTIONS(2408), - [anon_sym_object] = ACTIONS(5332), - [anon_sym_fun] = ACTIONS(5407), - [anon_sym_get] = ACTIONS(5338), - [anon_sym_set] = ACTIONS(5338), - [anon_sym_this] = ACTIONS(2423), - [anon_sym_super] = ACTIONS(2426), - [anon_sym_STAR] = ACTIONS(2499), - [sym_label] = ACTIONS(2502), - [anon_sym_for] = ACTIONS(2114), - [anon_sym_while] = ACTIONS(2114), - [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2435), - [anon_sym_if] = ACTIONS(2505), - [anon_sym_when] = ACTIONS(2441), - [anon_sym_try] = ACTIONS(2444), - [anon_sym_throw] = ACTIONS(2508), - [anon_sym_return] = ACTIONS(2511), - [anon_sym_continue] = ACTIONS(2453), - [anon_sym_break] = ACTIONS(2453), - [anon_sym_COLON_COLON] = ACTIONS(2456), - [anon_sym_PLUS] = ACTIONS(2502), - [anon_sym_DASH] = ACTIONS(2502), - [anon_sym_PLUS_PLUS] = ACTIONS(2514), - [anon_sym_DASH_DASH] = ACTIONS(2514), - [anon_sym_BANG] = ACTIONS(2514), - [anon_sym_data] = ACTIONS(5338), - [anon_sym_inner] = ACTIONS(5338), - [anon_sym_value] = ACTIONS(5338), - [anon_sym_expect] = ACTIONS(5338), - [anon_sym_actual] = ACTIONS(5338), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2143), - [anon_sym_continue_AT] = ACTIONS(2462), - [anon_sym_break_AT] = ACTIONS(2465), - [anon_sym_this_AT] = ACTIONS(2468), - [anon_sym_super_AT] = ACTIONS(2471), - [sym_real_literal] = ACTIONS(2474), - [sym_integer_literal] = ACTIONS(2477), - [sym_hex_literal] = ACTIONS(2480), - [sym_bin_literal] = ACTIONS(2480), - [anon_sym_true] = ACTIONS(2483), - [anon_sym_false] = ACTIONS(2483), - [anon_sym_SQUOTE] = ACTIONS(2486), - [sym__backtick_identifier] = ACTIONS(2489), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2492), + [1276] = { + [sym_function_body] = STATE(1111), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4206), + [anon_sym_AT] = ACTIONS(4208), + [anon_sym_COLON] = ACTIONS(5413), + [anon_sym_LBRACK] = ACTIONS(4208), + [anon_sym_as] = ACTIONS(4206), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4208), + [anon_sym_LPAREN] = ACTIONS(4208), + [anon_sym_COMMA] = ACTIONS(4208), + [anon_sym_LT] = ACTIONS(4206), + [anon_sym_GT] = ACTIONS(4206), + [anon_sym_where] = ACTIONS(4206), + [anon_sym_object] = ACTIONS(4206), + [anon_sym_fun] = ACTIONS(4206), + [anon_sym_DOT] = ACTIONS(4206), + [anon_sym_SEMI] = ACTIONS(4208), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4206), + [anon_sym_this] = ACTIONS(4206), + [anon_sym_super] = ACTIONS(4206), + [anon_sym_STAR] = ACTIONS(4208), + [sym_label] = ACTIONS(4206), + [anon_sym_in] = ACTIONS(4206), + [anon_sym_DOT_DOT] = ACTIONS(4208), + [anon_sym_QMARK_COLON] = ACTIONS(4208), + [anon_sym_AMP_AMP] = ACTIONS(4208), + [anon_sym_PIPE_PIPE] = ACTIONS(4208), + [anon_sym_null] = ACTIONS(4206), + [anon_sym_if] = ACTIONS(4206), + [anon_sym_else] = ACTIONS(4206), + [anon_sym_when] = ACTIONS(4206), + [anon_sym_try] = ACTIONS(4206), + [anon_sym_throw] = ACTIONS(4206), + [anon_sym_return] = ACTIONS(4206), + [anon_sym_continue] = ACTIONS(4206), + [anon_sym_break] = ACTIONS(4206), + [anon_sym_COLON_COLON] = ACTIONS(4208), + [anon_sym_BANG_EQ] = ACTIONS(4206), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4208), + [anon_sym_EQ_EQ] = ACTIONS(4206), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4208), + [anon_sym_LT_EQ] = ACTIONS(4208), + [anon_sym_GT_EQ] = ACTIONS(4208), + [anon_sym_BANGin] = ACTIONS(4208), + [anon_sym_is] = ACTIONS(4206), + [anon_sym_BANGis] = ACTIONS(4208), + [anon_sym_PLUS] = ACTIONS(4206), + [anon_sym_DASH] = ACTIONS(4206), + [anon_sym_SLASH] = ACTIONS(4206), + [anon_sym_PERCENT] = ACTIONS(4208), + [anon_sym_as_QMARK] = ACTIONS(4208), + [anon_sym_PLUS_PLUS] = ACTIONS(4208), + [anon_sym_DASH_DASH] = ACTIONS(4208), + [anon_sym_BANG] = ACTIONS(4206), + [anon_sym_BANG_BANG] = ACTIONS(4208), + [anon_sym_suspend] = ACTIONS(4206), + [anon_sym_sealed] = ACTIONS(4206), + [anon_sym_annotation] = ACTIONS(4206), + [anon_sym_data] = ACTIONS(4206), + [anon_sym_inner] = ACTIONS(4206), + [anon_sym_value] = ACTIONS(4206), + [anon_sym_override] = ACTIONS(4206), + [anon_sym_lateinit] = ACTIONS(4206), + [anon_sym_public] = ACTIONS(4206), + [anon_sym_private] = ACTIONS(4206), + [anon_sym_internal] = ACTIONS(4206), + [anon_sym_protected] = ACTIONS(4206), + [anon_sym_tailrec] = ACTIONS(4206), + [anon_sym_operator] = ACTIONS(4206), + [anon_sym_infix] = ACTIONS(4206), + [anon_sym_inline] = ACTIONS(4206), + [anon_sym_external] = ACTIONS(4206), + [sym_property_modifier] = ACTIONS(4206), + [anon_sym_abstract] = ACTIONS(4206), + [anon_sym_final] = ACTIONS(4206), + [anon_sym_open] = ACTIONS(4206), + [anon_sym_vararg] = ACTIONS(4206), + [anon_sym_noinline] = ACTIONS(4206), + [anon_sym_crossinline] = ACTIONS(4206), + [anon_sym_expect] = ACTIONS(4206), + [anon_sym_actual] = ACTIONS(4206), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4208), + [anon_sym_continue_AT] = ACTIONS(4208), + [anon_sym_break_AT] = ACTIONS(4208), + [anon_sym_this_AT] = ACTIONS(4208), + [anon_sym_super_AT] = ACTIONS(4208), + [sym_real_literal] = ACTIONS(4208), + [sym_integer_literal] = ACTIONS(4206), + [sym_hex_literal] = ACTIONS(4208), + [sym_bin_literal] = ACTIONS(4208), + [anon_sym_true] = ACTIONS(4206), + [anon_sym_false] = ACTIONS(4206), + [anon_sym_SQUOTE] = ACTIONS(4208), + [sym__backtick_identifier] = ACTIONS(4208), + [sym__automatic_semicolon] = ACTIONS(4208), + [sym_safe_nav] = ACTIONS(4208), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4208), }, - [1273] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4281), - [anon_sym_EQ] = ACTIONS(4281), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4284), - [anon_sym_LPAREN] = ACTIONS(5389), - [anon_sym_LT] = ACTIONS(4281), - [anon_sym_GT] = ACTIONS(4281), - [anon_sym_object] = ACTIONS(4281), - [anon_sym_fun] = ACTIONS(4281), - [anon_sym_DOT] = ACTIONS(4281), - [anon_sym_SEMI] = ACTIONS(4284), - [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(4284), - [anon_sym_QMARK_COLON] = ACTIONS(4284), - [anon_sym_AMP_AMP] = ACTIONS(4284), - [anon_sym_PIPE_PIPE] = ACTIONS(4284), - [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(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4284), - [anon_sym_DASH_EQ] = ACTIONS(4284), - [anon_sym_STAR_EQ] = ACTIONS(4284), - [anon_sym_SLASH_EQ] = ACTIONS(4284), - [anon_sym_PERCENT_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ] = ACTIONS(4281), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ] = ACTIONS(4281), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), - [anon_sym_LT_EQ] = ACTIONS(4284), - [anon_sym_GT_EQ] = ACTIONS(4284), - [anon_sym_BANGin] = ACTIONS(4284), - [anon_sym_is] = ACTIONS(4281), - [anon_sym_BANGis] = ACTIONS(4284), - [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(4284), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4281), - [anon_sym_BANG_BANG] = ACTIONS(4284), - [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_value] = 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), + [1277] = { + [sym__alpha_identifier] = ACTIONS(4838), + [anon_sym_AT] = ACTIONS(4840), + [anon_sym_LBRACK] = ACTIONS(4840), + [anon_sym_as] = ACTIONS(4838), + [anon_sym_EQ] = ACTIONS(4838), + [anon_sym_LBRACE] = ACTIONS(4840), + [anon_sym_RBRACE] = ACTIONS(4840), + [anon_sym_LPAREN] = ACTIONS(5415), + [anon_sym_LT] = ACTIONS(4838), + [anon_sym_GT] = ACTIONS(4838), + [anon_sym_object] = ACTIONS(4838), + [anon_sym_fun] = ACTIONS(4838), + [anon_sym_DOT] = ACTIONS(4838), + [anon_sym_SEMI] = ACTIONS(4840), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4838), + [anon_sym_this] = ACTIONS(4838), + [anon_sym_super] = ACTIONS(4838), + [anon_sym_STAR] = ACTIONS(4838), + [sym_label] = ACTIONS(4838), + [anon_sym_in] = ACTIONS(4838), + [anon_sym_DOT_DOT] = ACTIONS(4840), + [anon_sym_QMARK_COLON] = ACTIONS(4840), + [anon_sym_AMP_AMP] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4840), + [anon_sym_null] = ACTIONS(4838), + [anon_sym_if] = ACTIONS(4838), + [anon_sym_else] = ACTIONS(4838), + [anon_sym_when] = ACTIONS(4838), + [anon_sym_try] = ACTIONS(4838), + [anon_sym_throw] = ACTIONS(4838), + [anon_sym_return] = ACTIONS(4838), + [anon_sym_continue] = ACTIONS(4838), + [anon_sym_break] = ACTIONS(4838), + [anon_sym_COLON_COLON] = ACTIONS(4840), + [anon_sym_PLUS_EQ] = ACTIONS(4840), + [anon_sym_DASH_EQ] = ACTIONS(4840), + [anon_sym_STAR_EQ] = ACTIONS(4840), + [anon_sym_SLASH_EQ] = ACTIONS(4840), + [anon_sym_PERCENT_EQ] = ACTIONS(4840), + [anon_sym_BANG_EQ] = ACTIONS(4838), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4840), + [anon_sym_EQ_EQ] = ACTIONS(4838), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4840), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4840), + [anon_sym_BANGin] = ACTIONS(4840), + [anon_sym_is] = ACTIONS(4838), + [anon_sym_BANGis] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4838), + [anon_sym_SLASH] = ACTIONS(4838), + [anon_sym_PERCENT] = ACTIONS(4838), + [anon_sym_as_QMARK] = ACTIONS(4840), + [anon_sym_PLUS_PLUS] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4840), + [anon_sym_BANG] = ACTIONS(4838), + [anon_sym_BANG_BANG] = ACTIONS(4840), + [anon_sym_suspend] = ACTIONS(4838), + [anon_sym_sealed] = ACTIONS(4838), + [anon_sym_annotation] = ACTIONS(4838), + [anon_sym_data] = ACTIONS(4838), + [anon_sym_inner] = ACTIONS(4838), + [anon_sym_value] = ACTIONS(4838), + [anon_sym_override] = ACTIONS(4838), + [anon_sym_lateinit] = ACTIONS(4838), + [anon_sym_public] = ACTIONS(4838), + [anon_sym_private] = ACTIONS(4838), + [anon_sym_internal] = ACTIONS(4838), + [anon_sym_protected] = ACTIONS(4838), + [anon_sym_tailrec] = ACTIONS(4838), + [anon_sym_operator] = ACTIONS(4838), + [anon_sym_infix] = ACTIONS(4838), + [anon_sym_inline] = ACTIONS(4838), + [anon_sym_external] = ACTIONS(4838), + [sym_property_modifier] = ACTIONS(4838), + [anon_sym_abstract] = ACTIONS(4838), + [anon_sym_final] = ACTIONS(4838), + [anon_sym_open] = ACTIONS(4838), + [anon_sym_vararg] = ACTIONS(4838), + [anon_sym_noinline] = ACTIONS(4838), + [anon_sym_crossinline] = ACTIONS(4838), + [anon_sym_expect] = ACTIONS(4838), + [anon_sym_actual] = ACTIONS(4838), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4284), - [anon_sym_continue_AT] = ACTIONS(4284), - [anon_sym_break_AT] = ACTIONS(4284), - [anon_sym_this_AT] = ACTIONS(4284), - [anon_sym_super_AT] = ACTIONS(4284), - [sym_real_literal] = ACTIONS(4284), - [sym_integer_literal] = ACTIONS(4281), - [sym_hex_literal] = ACTIONS(4284), - [sym_bin_literal] = ACTIONS(4284), - [anon_sym_true] = ACTIONS(4281), - [anon_sym_false] = ACTIONS(4281), - [anon_sym_SQUOTE] = ACTIONS(4284), - [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4284), - [sym_safe_nav] = ACTIONS(4284), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4284), - }, - [1274] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(5410), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [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(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), + [anon_sym_return_AT] = ACTIONS(4840), + [anon_sym_continue_AT] = ACTIONS(4840), + [anon_sym_break_AT] = ACTIONS(4840), + [anon_sym_this_AT] = ACTIONS(4840), + [anon_sym_super_AT] = ACTIONS(4840), + [sym_real_literal] = ACTIONS(4840), + [sym_integer_literal] = ACTIONS(4838), + [sym_hex_literal] = ACTIONS(4840), + [sym_bin_literal] = ACTIONS(4840), + [anon_sym_true] = ACTIONS(4838), + [anon_sym_false] = ACTIONS(4838), + [anon_sym_SQUOTE] = ACTIONS(4840), + [sym__backtick_identifier] = ACTIONS(4840), + [sym__automatic_semicolon] = ACTIONS(4840), + [sym_safe_nav] = ACTIONS(4840), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), + [sym__string_start] = ACTIONS(4840), }, - [1275] = { - [sym__expression] = STATE(471), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(2399), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2402), - [anon_sym_LBRACE] = ACTIONS(2405), - [anon_sym_LPAREN] = ACTIONS(2408), - [anon_sym_object] = ACTIONS(5332), - [anon_sym_fun] = ACTIONS(5414), - [anon_sym_get] = ACTIONS(5338), - [anon_sym_set] = ACTIONS(5338), - [anon_sym_this] = ACTIONS(2423), - [anon_sym_super] = ACTIONS(2426), - [anon_sym_STAR] = ACTIONS(2892), - [sym_label] = ACTIONS(2895), - [anon_sym_for] = ACTIONS(2114), - [anon_sym_while] = ACTIONS(2114), - [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2435), - [anon_sym_if] = ACTIONS(2898), - [anon_sym_when] = ACTIONS(2441), - [anon_sym_try] = ACTIONS(2444), - [anon_sym_throw] = ACTIONS(2901), - [anon_sym_return] = ACTIONS(2904), - [anon_sym_continue] = ACTIONS(2453), - [anon_sym_break] = ACTIONS(2453), - [anon_sym_COLON_COLON] = ACTIONS(2456), - [anon_sym_PLUS] = ACTIONS(2895), - [anon_sym_DASH] = ACTIONS(2895), - [anon_sym_PLUS_PLUS] = ACTIONS(2907), - [anon_sym_DASH_DASH] = ACTIONS(2907), - [anon_sym_BANG] = ACTIONS(2907), - [anon_sym_data] = ACTIONS(5338), - [anon_sym_inner] = ACTIONS(5338), - [anon_sym_value] = ACTIONS(5338), - [anon_sym_expect] = ACTIONS(5338), - [anon_sym_actual] = ACTIONS(5338), + [1278] = { + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4301), + [anon_sym_LBRACK] = ACTIONS(4301), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4301), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(5417), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(4303), + [anon_sym_fun] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [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(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [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(4301), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [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(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4301), + [anon_sym_DASH_DASH] = ACTIONS(4301), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [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_value] = 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(2143), - [anon_sym_continue_AT] = ACTIONS(2462), - [anon_sym_break_AT] = ACTIONS(2465), - [anon_sym_this_AT] = ACTIONS(2468), - [anon_sym_super_AT] = ACTIONS(2471), - [sym_real_literal] = ACTIONS(2474), - [sym_integer_literal] = ACTIONS(2477), - [sym_hex_literal] = ACTIONS(2480), - [sym_bin_literal] = ACTIONS(2480), - [anon_sym_true] = ACTIONS(2483), - [anon_sym_false] = ACTIONS(2483), - [anon_sym_SQUOTE] = ACTIONS(2486), - [sym__backtick_identifier] = ACTIONS(2489), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2492), - }, - [1276] = { - [sym__expression] = STATE(4114), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(2300), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2303), - [anon_sym_LBRACE] = ACTIONS(2306), - [anon_sym_LPAREN] = ACTIONS(2309), - [anon_sym_object] = ACTIONS(5299), - [anon_sym_fun] = ACTIONS(5417), - [anon_sym_get] = ACTIONS(5305), - [anon_sym_set] = ACTIONS(5305), - [anon_sym_this] = ACTIONS(2324), - [anon_sym_super] = ACTIONS(2327), - [anon_sym_STAR] = ACTIONS(2980), - [sym_label] = ACTIONS(2983), - [anon_sym_for] = ACTIONS(2114), - [anon_sym_while] = ACTIONS(2114), - [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2336), - [anon_sym_if] = ACTIONS(2986), - [anon_sym_when] = ACTIONS(2342), - [anon_sym_try] = ACTIONS(2345), - [anon_sym_throw] = ACTIONS(2989), - [anon_sym_return] = ACTIONS(2992), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_COLON_COLON] = ACTIONS(2357), - [anon_sym_PLUS] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2983), - [anon_sym_PLUS_PLUS] = ACTIONS(2995), - [anon_sym_DASH_DASH] = ACTIONS(2995), - [anon_sym_BANG] = ACTIONS(2995), - [anon_sym_data] = ACTIONS(5305), - [anon_sym_inner] = ACTIONS(5305), - [anon_sym_value] = ACTIONS(5305), - [anon_sym_expect] = ACTIONS(5305), - [anon_sym_actual] = ACTIONS(5305), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2363), - [anon_sym_continue_AT] = ACTIONS(2366), - [anon_sym_break_AT] = ACTIONS(2369), - [anon_sym_this_AT] = ACTIONS(2372), - [anon_sym_super_AT] = ACTIONS(2375), - [sym_real_literal] = ACTIONS(2378), - [sym_integer_literal] = ACTIONS(2381), - [sym_hex_literal] = ACTIONS(2384), - [sym_bin_literal] = ACTIONS(2384), - [anon_sym_true] = ACTIONS(2387), - [anon_sym_false] = ACTIONS(2387), - [anon_sym_SQUOTE] = ACTIONS(2390), - [sym__backtick_identifier] = ACTIONS(2393), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2396), - }, - [1277] = { - [sym_type_constraints] = STATE(1918), - [sym_function_body] = STATE(1014), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4173), - [anon_sym_AT] = ACTIONS(4175), - [anon_sym_COLON] = ACTIONS(5420), - [anon_sym_LBRACK] = ACTIONS(4175), - [anon_sym_as] = ACTIONS(4173), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4175), - [anon_sym_LPAREN] = ACTIONS(4175), - [anon_sym_LT] = ACTIONS(4173), - [anon_sym_GT] = ACTIONS(4173), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4173), - [anon_sym_fun] = ACTIONS(4173), - [anon_sym_DOT] = ACTIONS(4173), - [anon_sym_SEMI] = ACTIONS(4175), - [anon_sym_get] = ACTIONS(4173), - [anon_sym_set] = ACTIONS(4173), - [anon_sym_this] = ACTIONS(4173), - [anon_sym_super] = ACTIONS(4173), - [anon_sym_STAR] = ACTIONS(4175), - [sym_label] = ACTIONS(4173), - [anon_sym_in] = ACTIONS(4173), - [anon_sym_DOT_DOT] = ACTIONS(4175), - [anon_sym_QMARK_COLON] = ACTIONS(4175), - [anon_sym_AMP_AMP] = ACTIONS(4175), - [anon_sym_PIPE_PIPE] = ACTIONS(4175), - [anon_sym_null] = ACTIONS(4173), - [anon_sym_if] = ACTIONS(4173), - [anon_sym_else] = ACTIONS(4173), - [anon_sym_when] = ACTIONS(4173), - [anon_sym_try] = ACTIONS(4173), - [anon_sym_throw] = ACTIONS(4173), - [anon_sym_return] = ACTIONS(4173), - [anon_sym_continue] = ACTIONS(4173), - [anon_sym_break] = ACTIONS(4173), - [anon_sym_COLON_COLON] = ACTIONS(4175), - [anon_sym_BANG_EQ] = ACTIONS(4173), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4175), - [anon_sym_EQ_EQ] = ACTIONS(4173), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4175), - [anon_sym_LT_EQ] = ACTIONS(4175), - [anon_sym_GT_EQ] = ACTIONS(4175), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(4173), - [anon_sym_BANGis] = ACTIONS(4175), - [anon_sym_PLUS] = ACTIONS(4173), - [anon_sym_DASH] = ACTIONS(4173), - [anon_sym_SLASH] = ACTIONS(4173), - [anon_sym_PERCENT] = ACTIONS(4175), - [anon_sym_as_QMARK] = ACTIONS(4175), - [anon_sym_PLUS_PLUS] = ACTIONS(4175), - [anon_sym_DASH_DASH] = ACTIONS(4175), - [anon_sym_BANG] = ACTIONS(4173), - [anon_sym_BANG_BANG] = ACTIONS(4175), - [anon_sym_suspend] = ACTIONS(4173), - [anon_sym_sealed] = ACTIONS(4173), - [anon_sym_annotation] = ACTIONS(4173), - [anon_sym_data] = ACTIONS(4173), - [anon_sym_inner] = ACTIONS(4173), - [anon_sym_value] = ACTIONS(4173), - [anon_sym_override] = ACTIONS(4173), - [anon_sym_lateinit] = ACTIONS(4173), - [anon_sym_public] = ACTIONS(4173), - [anon_sym_private] = ACTIONS(4173), - [anon_sym_internal] = ACTIONS(4173), - [anon_sym_protected] = ACTIONS(4173), - [anon_sym_tailrec] = ACTIONS(4173), - [anon_sym_operator] = ACTIONS(4173), - [anon_sym_infix] = ACTIONS(4173), - [anon_sym_inline] = ACTIONS(4173), - [anon_sym_external] = ACTIONS(4173), - [sym_property_modifier] = ACTIONS(4173), - [anon_sym_abstract] = ACTIONS(4173), - [anon_sym_final] = ACTIONS(4173), - [anon_sym_open] = ACTIONS(4173), - [anon_sym_vararg] = ACTIONS(4173), - [anon_sym_noinline] = ACTIONS(4173), - [anon_sym_crossinline] = ACTIONS(4173), - [anon_sym_expect] = ACTIONS(4173), - [anon_sym_actual] = ACTIONS(4173), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4175), - [anon_sym_continue_AT] = ACTIONS(4175), - [anon_sym_break_AT] = ACTIONS(4175), - [anon_sym_this_AT] = ACTIONS(4175), - [anon_sym_super_AT] = ACTIONS(4175), - [sym_real_literal] = ACTIONS(4175), - [sym_integer_literal] = ACTIONS(4173), - [sym_hex_literal] = ACTIONS(4175), - [sym_bin_literal] = ACTIONS(4175), - [anon_sym_true] = ACTIONS(4173), - [anon_sym_false] = ACTIONS(4173), - [anon_sym_SQUOTE] = ACTIONS(4175), - [sym__backtick_identifier] = ACTIONS(4175), - [sym__automatic_semicolon] = ACTIONS(4175), - [sym_safe_nav] = ACTIONS(4175), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4175), + [anon_sym_return_AT] = ACTIONS(4301), + [anon_sym_continue_AT] = ACTIONS(4301), + [anon_sym_break_AT] = ACTIONS(4301), + [anon_sym_this_AT] = ACTIONS(4301), + [anon_sym_super_AT] = ACTIONS(4301), + [sym_real_literal] = ACTIONS(4301), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4301), + [sym_bin_literal] = ACTIONS(4301), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4301), + [sym__backtick_identifier] = ACTIONS(4301), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4301), }, - [1278] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), + [1279] = { + [sym__alpha_identifier] = ACTIONS(4289), + [anon_sym_AT] = ACTIONS(4287), + [anon_sym_LBRACK] = ACTIONS(4287), [anon_sym_as] = ACTIONS(4289), [anon_sym_EQ] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_LBRACE] = ACTIONS(4287), [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(5422), + [anon_sym_LPAREN] = ACTIONS(5419), [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), + [anon_sym_object] = ACTIONS(4289), + [anon_sym_fun] = ACTIONS(4289), [anon_sym_DOT] = ACTIONS(4289), [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4281), - [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4281), - [sym_label] = ACTIONS(4281), + [anon_sym_get] = ACTIONS(4289), + [anon_sym_set] = ACTIONS(4289), + [anon_sym_this] = ACTIONS(4289), + [anon_sym_super] = ACTIONS(4289), + [anon_sym_STAR] = ACTIONS(4289), + [sym_label] = ACTIONS(4289), [anon_sym_in] = ACTIONS(4289), [anon_sym_DOT_DOT] = ACTIONS(4287), [anon_sym_QMARK_COLON] = ACTIONS(4287), [anon_sym_AMP_AMP] = ACTIONS(4287), [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), + [anon_sym_null] = ACTIONS(4289), + [anon_sym_if] = ACTIONS(4289), [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4284), + [anon_sym_when] = ACTIONS(4289), + [anon_sym_try] = ACTIONS(4289), + [anon_sym_throw] = ACTIONS(4289), + [anon_sym_return] = ACTIONS(4289), + [anon_sym_continue] = ACTIONS(4289), + [anon_sym_break] = ACTIONS(4289), + [anon_sym_COLON_COLON] = ACTIONS(4287), [anon_sym_PLUS_EQ] = ACTIONS(4287), [anon_sym_DASH_EQ] = ACTIONS(4287), [anon_sym_STAR_EQ] = ACTIONS(4287), @@ -193984,21 +194077,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(4287), [anon_sym_is] = ACTIONS(4289), [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4281), - [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_PLUS] = ACTIONS(4289), + [anon_sym_DASH] = ACTIONS(4289), [anon_sym_SLASH] = ACTIONS(4289), [anon_sym_PERCENT] = ACTIONS(4289), [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4004), + [anon_sym_PLUS_PLUS] = ACTIONS(4287), + [anon_sym_DASH_DASH] = ACTIONS(4287), + [anon_sym_BANG] = ACTIONS(4289), [anon_sym_BANG_BANG] = ACTIONS(4287), [anon_sym_suspend] = ACTIONS(4289), [anon_sym_sealed] = ACTIONS(4289), [anon_sym_annotation] = ACTIONS(4289), - [anon_sym_data] = ACTIONS(4281), - [anon_sym_inner] = ACTIONS(4281), - [anon_sym_value] = ACTIONS(4281), + [anon_sym_data] = ACTIONS(4289), + [anon_sym_inner] = ACTIONS(4289), + [anon_sym_value] = ACTIONS(4289), [anon_sym_override] = ACTIONS(4289), [anon_sym_lateinit] = ACTIONS(4289), [anon_sym_public] = ACTIONS(4289), @@ -194017,271 +194110,687 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(4289), [anon_sym_noinline] = ACTIONS(4289), [anon_sym_crossinline] = ACTIONS(4289), - [anon_sym_expect] = ACTIONS(4281), - [anon_sym_actual] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4289), + [anon_sym_actual] = ACTIONS(4289), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4284), + [anon_sym_return_AT] = ACTIONS(4287), + [anon_sym_continue_AT] = ACTIONS(4287), + [anon_sym_break_AT] = ACTIONS(4287), + [anon_sym_this_AT] = ACTIONS(4287), + [anon_sym_super_AT] = ACTIONS(4287), + [sym_real_literal] = ACTIONS(4287), + [sym_integer_literal] = ACTIONS(4289), + [sym_hex_literal] = ACTIONS(4287), + [sym_bin_literal] = ACTIONS(4287), + [anon_sym_true] = ACTIONS(4289), + [anon_sym_false] = ACTIONS(4289), + [anon_sym_SQUOTE] = ACTIONS(4287), + [sym__backtick_identifier] = ACTIONS(4287), [sym__automatic_semicolon] = ACTIONS(4287), [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), + [sym__string_start] = ACTIONS(4287), }, - [1279] = { - [sym__alpha_identifier] = ACTIONS(4874), - [anon_sym_AT] = ACTIONS(4876), - [anon_sym_LBRACK] = ACTIONS(4876), - [anon_sym_as] = ACTIONS(4874), - [anon_sym_EQ] = ACTIONS(4874), - [anon_sym_LBRACE] = ACTIONS(4876), - [anon_sym_RBRACE] = ACTIONS(4876), - [anon_sym_LPAREN] = ACTIONS(5426), - [anon_sym_LT] = ACTIONS(4874), - [anon_sym_GT] = ACTIONS(4874), - [anon_sym_object] = ACTIONS(4874), - [anon_sym_fun] = ACTIONS(4874), - [anon_sym_DOT] = ACTIONS(4874), - [anon_sym_SEMI] = ACTIONS(4876), - [anon_sym_get] = ACTIONS(4874), - [anon_sym_set] = ACTIONS(4874), - [anon_sym_this] = ACTIONS(4874), - [anon_sym_super] = ACTIONS(4874), - [anon_sym_STAR] = ACTIONS(4874), - [sym_label] = ACTIONS(4874), - [anon_sym_in] = ACTIONS(4874), - [anon_sym_DOT_DOT] = ACTIONS(4876), - [anon_sym_QMARK_COLON] = ACTIONS(4876), - [anon_sym_AMP_AMP] = ACTIONS(4876), - [anon_sym_PIPE_PIPE] = ACTIONS(4876), - [anon_sym_null] = ACTIONS(4874), - [anon_sym_if] = ACTIONS(4874), - [anon_sym_else] = ACTIONS(4874), - [anon_sym_when] = ACTIONS(4874), - [anon_sym_try] = ACTIONS(4874), - [anon_sym_throw] = ACTIONS(4874), - [anon_sym_return] = ACTIONS(4874), - [anon_sym_continue] = ACTIONS(4874), - [anon_sym_break] = ACTIONS(4874), - [anon_sym_COLON_COLON] = ACTIONS(4876), - [anon_sym_PLUS_EQ] = ACTIONS(4876), - [anon_sym_DASH_EQ] = ACTIONS(4876), - [anon_sym_STAR_EQ] = ACTIONS(4876), - [anon_sym_SLASH_EQ] = ACTIONS(4876), - [anon_sym_PERCENT_EQ] = ACTIONS(4876), - [anon_sym_BANG_EQ] = ACTIONS(4874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4876), - [anon_sym_EQ_EQ] = ACTIONS(4874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4876), - [anon_sym_LT_EQ] = ACTIONS(4876), - [anon_sym_GT_EQ] = ACTIONS(4876), - [anon_sym_BANGin] = ACTIONS(4876), - [anon_sym_is] = ACTIONS(4874), - [anon_sym_BANGis] = ACTIONS(4876), - [anon_sym_PLUS] = ACTIONS(4874), - [anon_sym_DASH] = ACTIONS(4874), - [anon_sym_SLASH] = ACTIONS(4874), - [anon_sym_PERCENT] = ACTIONS(4874), - [anon_sym_as_QMARK] = ACTIONS(4876), - [anon_sym_PLUS_PLUS] = ACTIONS(4876), - [anon_sym_DASH_DASH] = ACTIONS(4876), - [anon_sym_BANG] = ACTIONS(4874), - [anon_sym_BANG_BANG] = ACTIONS(4876), - [anon_sym_suspend] = ACTIONS(4874), - [anon_sym_sealed] = ACTIONS(4874), - [anon_sym_annotation] = ACTIONS(4874), - [anon_sym_data] = ACTIONS(4874), - [anon_sym_inner] = ACTIONS(4874), - [anon_sym_value] = ACTIONS(4874), - [anon_sym_override] = ACTIONS(4874), - [anon_sym_lateinit] = ACTIONS(4874), - [anon_sym_public] = ACTIONS(4874), - [anon_sym_private] = ACTIONS(4874), - [anon_sym_internal] = ACTIONS(4874), - [anon_sym_protected] = ACTIONS(4874), - [anon_sym_tailrec] = ACTIONS(4874), - [anon_sym_operator] = ACTIONS(4874), - [anon_sym_infix] = ACTIONS(4874), - [anon_sym_inline] = ACTIONS(4874), - [anon_sym_external] = ACTIONS(4874), - [sym_property_modifier] = ACTIONS(4874), - [anon_sym_abstract] = ACTIONS(4874), - [anon_sym_final] = ACTIONS(4874), - [anon_sym_open] = ACTIONS(4874), - [anon_sym_vararg] = ACTIONS(4874), - [anon_sym_noinline] = ACTIONS(4874), - [anon_sym_crossinline] = ACTIONS(4874), - [anon_sym_expect] = ACTIONS(4874), - [anon_sym_actual] = ACTIONS(4874), + [1280] = { + [sym__expression] = STATE(538), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(2520), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_LBRACE] = ACTIONS(2526), + [anon_sym_LPAREN] = ACTIONS(2529), + [anon_sym_object] = ACTIONS(5353), + [anon_sym_fun] = ACTIONS(5421), + [anon_sym_get] = ACTIONS(5359), + [anon_sym_set] = ACTIONS(5359), + [anon_sym_this] = ACTIONS(2544), + [anon_sym_super] = ACTIONS(2547), + [anon_sym_STAR] = ACTIONS(2848), + [sym_label] = ACTIONS(2851), + [anon_sym_for] = ACTIONS(2114), + [anon_sym_while] = ACTIONS(2114), + [anon_sym_do] = ACTIONS(2114), + [anon_sym_null] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2854), + [anon_sym_when] = ACTIONS(2562), + [anon_sym_try] = ACTIONS(2565), + [anon_sym_throw] = ACTIONS(2857), + [anon_sym_return] = ACTIONS(2860), + [anon_sym_continue] = ACTIONS(2574), + [anon_sym_break] = ACTIONS(2574), + [anon_sym_COLON_COLON] = ACTIONS(2577), + [anon_sym_PLUS] = ACTIONS(2851), + [anon_sym_DASH] = ACTIONS(2851), + [anon_sym_PLUS_PLUS] = ACTIONS(2863), + [anon_sym_DASH_DASH] = ACTIONS(2863), + [anon_sym_BANG] = ACTIONS(2863), + [anon_sym_data] = ACTIONS(5359), + [anon_sym_inner] = ACTIONS(5359), + [anon_sym_value] = ACTIONS(5359), + [anon_sym_expect] = ACTIONS(5359), + [anon_sym_actual] = ACTIONS(5359), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2341), + [anon_sym_continue_AT] = ACTIONS(2583), + [anon_sym_break_AT] = ACTIONS(2586), + [anon_sym_this_AT] = ACTIONS(2589), + [anon_sym_super_AT] = ACTIONS(2592), + [sym_real_literal] = ACTIONS(2595), + [sym_integer_literal] = ACTIONS(2598), + [sym_hex_literal] = ACTIONS(2601), + [sym_bin_literal] = ACTIONS(2601), + [anon_sym_true] = ACTIONS(2604), + [anon_sym_false] = ACTIONS(2604), + [anon_sym_SQUOTE] = ACTIONS(2607), + [sym__backtick_identifier] = ACTIONS(2610), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2613), + }, + [1281] = { + [sym__expression] = STATE(1189), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1689), + [sym_annotation] = STATE(1689), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(2660), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2663), + [anon_sym_LBRACE] = ACTIONS(2666), + [anon_sym_LPAREN] = ACTIONS(2669), + [anon_sym_object] = ACTIONS(5295), + [anon_sym_fun] = ACTIONS(5424), + [anon_sym_get] = ACTIONS(5301), + [anon_sym_set] = ACTIONS(5301), + [anon_sym_this] = ACTIONS(2684), + [anon_sym_super] = ACTIONS(2687), + [anon_sym_STAR] = ACTIONS(2782), + [sym_label] = ACTIONS(2785), + [anon_sym_for] = ACTIONS(2114), + [anon_sym_while] = ACTIONS(2114), + [anon_sym_do] = ACTIONS(2114), + [anon_sym_null] = ACTIONS(2696), + [anon_sym_if] = ACTIONS(2788), + [anon_sym_when] = ACTIONS(2702), + [anon_sym_try] = ACTIONS(2705), + [anon_sym_throw] = ACTIONS(2791), + [anon_sym_return] = ACTIONS(2794), + [anon_sym_continue] = ACTIONS(2714), + [anon_sym_break] = ACTIONS(2714), + [anon_sym_COLON_COLON] = ACTIONS(2717), + [anon_sym_PLUS] = ACTIONS(2785), + [anon_sym_DASH] = ACTIONS(2785), + [anon_sym_PLUS_PLUS] = ACTIONS(2797), + [anon_sym_DASH_DASH] = ACTIONS(2797), + [anon_sym_BANG] = ACTIONS(2797), + [anon_sym_data] = ACTIONS(5301), + [anon_sym_inner] = ACTIONS(5301), + [anon_sym_value] = ACTIONS(5301), + [anon_sym_expect] = ACTIONS(5301), + [anon_sym_actual] = ACTIONS(5301), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4876), - [anon_sym_continue_AT] = ACTIONS(4876), - [anon_sym_break_AT] = ACTIONS(4876), - [anon_sym_this_AT] = ACTIONS(4876), - [anon_sym_super_AT] = ACTIONS(4876), - [sym_real_literal] = ACTIONS(4876), - [sym_integer_literal] = ACTIONS(4874), - [sym_hex_literal] = ACTIONS(4876), - [sym_bin_literal] = ACTIONS(4876), - [anon_sym_true] = ACTIONS(4874), - [anon_sym_false] = ACTIONS(4874), - [anon_sym_SQUOTE] = ACTIONS(4876), - [sym__backtick_identifier] = ACTIONS(4876), - [sym__automatic_semicolon] = ACTIONS(4876), - [sym_safe_nav] = ACTIONS(4876), + [anon_sym_return_AT] = ACTIONS(2143), + [anon_sym_continue_AT] = ACTIONS(2723), + [anon_sym_break_AT] = ACTIONS(2726), + [anon_sym_this_AT] = ACTIONS(2729), + [anon_sym_super_AT] = ACTIONS(2732), + [sym_real_literal] = ACTIONS(2735), + [sym_integer_literal] = ACTIONS(2738), + [sym_hex_literal] = ACTIONS(2741), + [sym_bin_literal] = ACTIONS(2741), + [anon_sym_true] = ACTIONS(2744), + [anon_sym_false] = ACTIONS(2744), + [anon_sym_SQUOTE] = ACTIONS(2747), + [sym__backtick_identifier] = ACTIONS(2750), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2753), + }, + [1282] = { + [sym_type_constraints] = STATE(2103), + [sym_function_body] = STATE(1125), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_COLON] = ACTIONS(5427), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4151), + [anon_sym_fun] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_this] = ACTIONS(4151), + [anon_sym_super] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4153), + [sym_label] = ACTIONS(4151), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_if] = ACTIONS(4151), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_when] = ACTIONS(4151), + [anon_sym_try] = ACTIONS(4151), + [anon_sym_throw] = ACTIONS(4151), + [anon_sym_return] = ACTIONS(4151), + [anon_sym_continue] = ACTIONS(4151), + [anon_sym_break] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4153), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4151), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4153), + [anon_sym_continue_AT] = ACTIONS(4153), + [anon_sym_break_AT] = ACTIONS(4153), + [anon_sym_this_AT] = ACTIONS(4153), + [anon_sym_super_AT] = ACTIONS(4153), + [sym_real_literal] = ACTIONS(4153), + [sym_integer_literal] = ACTIONS(4151), + [sym_hex_literal] = ACTIONS(4153), + [sym_bin_literal] = ACTIONS(4153), + [anon_sym_true] = ACTIONS(4151), + [anon_sym_false] = ACTIONS(4151), + [anon_sym_SQUOTE] = ACTIONS(4153), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4153), + }, + [1283] = { + [sym__expression] = STATE(2551), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(2278), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2281), + [anon_sym_LBRACE] = ACTIONS(2284), + [anon_sym_LPAREN] = ACTIONS(2287), + [anon_sym_object] = ACTIONS(5304), + [anon_sym_fun] = ACTIONS(5429), + [anon_sym_get] = ACTIONS(5310), + [anon_sym_set] = ACTIONS(5310), + [anon_sym_this] = ACTIONS(2302), + [anon_sym_super] = ACTIONS(2305), + [anon_sym_STAR] = ACTIONS(3002), + [sym_label] = ACTIONS(3005), + [anon_sym_for] = ACTIONS(2114), + [anon_sym_while] = ACTIONS(2114), + [anon_sym_do] = ACTIONS(2114), + [anon_sym_null] = ACTIONS(2314), + [anon_sym_if] = ACTIONS(3008), + [anon_sym_when] = ACTIONS(2320), + [anon_sym_try] = ACTIONS(2323), + [anon_sym_throw] = ACTIONS(3011), + [anon_sym_return] = ACTIONS(3014), + [anon_sym_continue] = ACTIONS(2332), + [anon_sym_break] = ACTIONS(2332), + [anon_sym_COLON_COLON] = ACTIONS(2335), + [anon_sym_PLUS] = ACTIONS(3005), + [anon_sym_DASH] = ACTIONS(3005), + [anon_sym_PLUS_PLUS] = ACTIONS(3017), + [anon_sym_DASH_DASH] = ACTIONS(3017), + [anon_sym_BANG] = ACTIONS(3017), + [anon_sym_data] = ACTIONS(5310), + [anon_sym_inner] = ACTIONS(5310), + [anon_sym_value] = ACTIONS(5310), + [anon_sym_expect] = ACTIONS(5310), + [anon_sym_actual] = ACTIONS(5310), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2341), + [anon_sym_continue_AT] = ACTIONS(2344), + [anon_sym_break_AT] = ACTIONS(2347), + [anon_sym_this_AT] = ACTIONS(2350), + [anon_sym_super_AT] = ACTIONS(2353), + [sym_real_literal] = ACTIONS(2356), + [sym_integer_literal] = ACTIONS(2359), + [sym_hex_literal] = ACTIONS(2362), + [sym_bin_literal] = ACTIONS(2362), + [anon_sym_true] = ACTIONS(2365), + [anon_sym_false] = ACTIONS(2365), + [anon_sym_SQUOTE] = ACTIONS(2368), + [sym__backtick_identifier] = ACTIONS(2371), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2374), + }, + [1284] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(5432), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [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(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4876), + [sym__string_start] = ACTIONS(3981), }, - [1280] = { - [sym_getter] = STATE(9522), - [sym_setter] = STATE(9522), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9271), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(5428), - [anon_sym_get] = ACTIONS(5324), - [anon_sym_set] = ACTIONS(5326), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), + [1285] = { + [sym__expression] = STATE(4064), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1843), + [sym_annotation] = STATE(1843), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(2072), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2079), + [anon_sym_LBRACE] = ACTIONS(2084), + [anon_sym_LPAREN] = ACTIONS(2087), + [anon_sym_object] = ACTIONS(5375), + [anon_sym_fun] = ACTIONS(5436), + [anon_sym_get] = ACTIONS(5381), + [anon_sym_set] = ACTIONS(5381), + [anon_sym_this] = ACTIONS(2102), + [anon_sym_super] = ACTIONS(2105), + [anon_sym_STAR] = ACTIONS(2804), + [sym_label] = ACTIONS(2807), + [anon_sym_for] = ACTIONS(2114), + [anon_sym_while] = ACTIONS(2114), + [anon_sym_do] = ACTIONS(2114), + [anon_sym_null] = ACTIONS(2116), + [anon_sym_if] = ACTIONS(2810), + [anon_sym_when] = ACTIONS(2122), + [anon_sym_try] = ACTIONS(2125), + [anon_sym_throw] = ACTIONS(2813), + [anon_sym_return] = ACTIONS(2816), + [anon_sym_continue] = ACTIONS(2134), + [anon_sym_break] = ACTIONS(2134), + [anon_sym_COLON_COLON] = ACTIONS(2137), + [anon_sym_PLUS] = ACTIONS(2807), + [anon_sym_DASH] = ACTIONS(2807), + [anon_sym_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_DASH_DASH] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_data] = ACTIONS(5381), + [anon_sym_inner] = ACTIONS(5381), + [anon_sym_value] = ACTIONS(5381), + [anon_sym_expect] = ACTIONS(5381), + [anon_sym_actual] = ACTIONS(5381), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), + [anon_sym_return_AT] = ACTIONS(2143), + [anon_sym_continue_AT] = ACTIONS(2146), + [anon_sym_break_AT] = ACTIONS(2149), + [anon_sym_this_AT] = ACTIONS(2152), + [anon_sym_super_AT] = ACTIONS(2155), + [sym_real_literal] = ACTIONS(2158), + [sym_integer_literal] = ACTIONS(2161), + [sym_hex_literal] = ACTIONS(2164), + [sym_bin_literal] = ACTIONS(2164), + [anon_sym_true] = ACTIONS(2167), + [anon_sym_false] = ACTIONS(2167), + [anon_sym_SQUOTE] = ACTIONS(2170), + [sym__backtick_identifier] = ACTIONS(2173), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2176), }, - [1281] = { - [sym__alpha_identifier] = ACTIONS(4289), - [anon_sym_AT] = ACTIONS(4287), - [anon_sym_LBRACK] = ACTIONS(4287), + [1286] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), [anon_sym_as] = ACTIONS(4289), [anon_sym_EQ] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4287), + [anon_sym_LBRACE] = ACTIONS(4284), [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(5430), + [anon_sym_LPAREN] = ACTIONS(5439), [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4289), - [anon_sym_fun] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), [anon_sym_DOT] = ACTIONS(4289), [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4289), - [anon_sym_set] = ACTIONS(4289), - [anon_sym_this] = ACTIONS(4289), - [anon_sym_super] = ACTIONS(4289), - [anon_sym_STAR] = ACTIONS(4289), - [sym_label] = ACTIONS(4289), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4281), + [sym_label] = ACTIONS(4281), [anon_sym_in] = ACTIONS(4289), [anon_sym_DOT_DOT] = ACTIONS(4287), [anon_sym_QMARK_COLON] = ACTIONS(4287), [anon_sym_AMP_AMP] = ACTIONS(4287), [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4289), - [anon_sym_if] = ACTIONS(4289), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4289), - [anon_sym_try] = ACTIONS(4289), - [anon_sym_throw] = ACTIONS(4289), - [anon_sym_return] = ACTIONS(4289), - [anon_sym_continue] = ACTIONS(4289), - [anon_sym_break] = ACTIONS(4289), - [anon_sym_COLON_COLON] = ACTIONS(4287), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4284), [anon_sym_PLUS_EQ] = ACTIONS(4287), [anon_sym_DASH_EQ] = ACTIONS(4287), [anon_sym_STAR_EQ] = ACTIONS(4287), @@ -194296,21 +194805,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(4287), [anon_sym_is] = ACTIONS(4289), [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4289), - [anon_sym_DASH] = ACTIONS(4289), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), [anon_sym_SLASH] = ACTIONS(4289), [anon_sym_PERCENT] = ACTIONS(4289), [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4287), - [anon_sym_DASH_DASH] = ACTIONS(4287), - [anon_sym_BANG] = ACTIONS(4289), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(3976), [anon_sym_BANG_BANG] = ACTIONS(4287), [anon_sym_suspend] = ACTIONS(4289), [anon_sym_sealed] = ACTIONS(4289), [anon_sym_annotation] = ACTIONS(4289), - [anon_sym_data] = ACTIONS(4289), - [anon_sym_inner] = ACTIONS(4289), - [anon_sym_value] = ACTIONS(4289), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), [anon_sym_override] = ACTIONS(4289), [anon_sym_lateinit] = ACTIONS(4289), [anon_sym_public] = ACTIONS(4289), @@ -194329,426 +194838,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(4289), [anon_sym_noinline] = ACTIONS(4289), [anon_sym_crossinline] = ACTIONS(4289), - [anon_sym_expect] = ACTIONS(4289), - [anon_sym_actual] = ACTIONS(4289), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4287), - [anon_sym_continue_AT] = ACTIONS(4287), - [anon_sym_break_AT] = ACTIONS(4287), - [anon_sym_this_AT] = ACTIONS(4287), - [anon_sym_super_AT] = ACTIONS(4287), - [sym_real_literal] = ACTIONS(4287), - [sym_integer_literal] = ACTIONS(4289), - [sym_hex_literal] = ACTIONS(4287), - [sym_bin_literal] = ACTIONS(4287), - [anon_sym_true] = ACTIONS(4289), - [anon_sym_false] = ACTIONS(4289), - [anon_sym_SQUOTE] = ACTIONS(4287), - [sym__backtick_identifier] = ACTIONS(4287), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4284), [sym__automatic_semicolon] = ACTIONS(4287), [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4287), - }, - [1282] = { - [sym__expression] = STATE(4053), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1844), - [sym_annotation] = STATE(1844), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(2539), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2542), - [anon_sym_LBRACE] = ACTIONS(2545), - [anon_sym_LPAREN] = ACTIONS(2548), - [anon_sym_object] = ACTIONS(5313), - [anon_sym_fun] = ACTIONS(5432), - [anon_sym_get] = ACTIONS(5319), - [anon_sym_set] = ACTIONS(5319), - [anon_sym_this] = ACTIONS(2563), - [anon_sym_super] = ACTIONS(2566), - [anon_sym_STAR] = ACTIONS(2569), - [sym_label] = ACTIONS(2572), - [anon_sym_for] = ACTIONS(2114), - [anon_sym_while] = ACTIONS(2114), - [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2575), - [anon_sym_if] = ACTIONS(2578), - [anon_sym_when] = ACTIONS(2581), - [anon_sym_try] = ACTIONS(2584), - [anon_sym_throw] = ACTIONS(2587), - [anon_sym_return] = ACTIONS(2590), - [anon_sym_continue] = ACTIONS(2593), - [anon_sym_break] = ACTIONS(2593), - [anon_sym_COLON_COLON] = ACTIONS(2596), - [anon_sym_PLUS] = ACTIONS(2572), - [anon_sym_DASH] = ACTIONS(2572), - [anon_sym_PLUS_PLUS] = ACTIONS(2599), - [anon_sym_DASH_DASH] = ACTIONS(2599), - [anon_sym_BANG] = ACTIONS(2599), - [anon_sym_data] = ACTIONS(5319), - [anon_sym_inner] = ACTIONS(5319), - [anon_sym_value] = ACTIONS(5319), - [anon_sym_expect] = ACTIONS(5319), - [anon_sym_actual] = ACTIONS(5319), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2602), - [anon_sym_continue_AT] = ACTIONS(2605), - [anon_sym_break_AT] = ACTIONS(2608), - [anon_sym_this_AT] = ACTIONS(2611), - [anon_sym_super_AT] = ACTIONS(2614), - [sym_real_literal] = ACTIONS(2617), - [sym_integer_literal] = ACTIONS(2620), - [sym_hex_literal] = ACTIONS(2623), - [sym_bin_literal] = ACTIONS(2623), - [anon_sym_true] = ACTIONS(2626), - [anon_sym_false] = ACTIONS(2626), - [anon_sym_SQUOTE] = ACTIONS(2629), - [sym__backtick_identifier] = ACTIONS(2632), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2635), - }, - [1283] = { - [sym_getter] = STATE(9620), - [sym_setter] = STATE(9620), - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_modifiers] = STATE(9271), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5997), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(5435), - [anon_sym_get] = ACTIONS(5324), - [anon_sym_set] = ACTIONS(5326), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(1784), - [anon_sym_inner] = ACTIONS(1784), - [anon_sym_value] = ACTIONS(1784), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(1786), - [anon_sym_actual] = ACTIONS(1786), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [1284] = { - [sym__alpha_identifier] = ACTIONS(4267), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(5437), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4267), - [anon_sym_fun] = ACTIONS(4267), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4267), - [anon_sym_set] = ACTIONS(4267), - [anon_sym_this] = ACTIONS(4267), - [anon_sym_super] = ACTIONS(4267), - [anon_sym_STAR] = ACTIONS(4267), - [sym_label] = ACTIONS(4267), - [anon_sym_in] = ACTIONS(4267), - [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(4267), - [anon_sym_if] = ACTIONS(4267), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4267), - [anon_sym_try] = ACTIONS(4267), - [anon_sym_throw] = ACTIONS(4267), - [anon_sym_return] = ACTIONS(4267), - [anon_sym_continue] = ACTIONS(4267), - [anon_sym_break] = ACTIONS(4267), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4267), - [anon_sym_DASH] = ACTIONS(4267), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4265), - [anon_sym_DASH_DASH] = ACTIONS(4265), - [anon_sym_BANG] = ACTIONS(4267), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4267), - [anon_sym_inner] = ACTIONS(4267), - [anon_sym_value] = ACTIONS(4267), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4267), - [anon_sym_actual] = ACTIONS(4267), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4265), - [anon_sym_continue_AT] = ACTIONS(4265), - [anon_sym_break_AT] = ACTIONS(4265), - [anon_sym_this_AT] = ACTIONS(4265), - [anon_sym_super_AT] = ACTIONS(4265), - [sym_real_literal] = ACTIONS(4265), - [sym_integer_literal] = ACTIONS(4267), - [sym_hex_literal] = ACTIONS(4265), - [sym_bin_literal] = ACTIONS(4265), - [anon_sym_true] = ACTIONS(4267), - [anon_sym_false] = ACTIONS(4267), - [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), + [sym__string_start] = ACTIONS(3981), }, - [1285] = { - [sym__expression] = STATE(2559), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [1287] = { + [sym__expression] = STATE(4238), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(357), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), [sym__alpha_identifier] = ACTIONS(2072), - [anon_sym_AT] = ACTIONS(5287), + [anon_sym_AT] = ACTIONS(5277), [anon_sym_LBRACK] = ACTIONS(2079), [anon_sym_LBRACE] = ACTIONS(2084), [anon_sym_LPAREN] = ACTIONS(2087), - [anon_sym_object] = ACTIONS(5371), - [anon_sym_fun] = ACTIONS(5439), - [anon_sym_get] = ACTIONS(5377), - [anon_sym_set] = ACTIONS(5377), + [anon_sym_object] = ACTIONS(5375), + [anon_sym_fun] = ACTIONS(5443), + [anon_sym_get] = ACTIONS(5381), + [anon_sym_set] = ACTIONS(5381), [anon_sym_this] = ACTIONS(2102), [anon_sym_super] = ACTIONS(2105), - [anon_sym_STAR] = ACTIONS(3002), - [sym_label] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(2381), + [sym_label] = ACTIONS(2384), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), [anon_sym_null] = ACTIONS(2116), - [anon_sym_if] = ACTIONS(3008), + [anon_sym_if] = ACTIONS(2387), [anon_sym_when] = ACTIONS(2122), [anon_sym_try] = ACTIONS(2125), - [anon_sym_throw] = ACTIONS(3011), - [anon_sym_return] = ACTIONS(3014), + [anon_sym_throw] = ACTIONS(2390), + [anon_sym_return] = ACTIONS(2393), [anon_sym_continue] = ACTIONS(2134), [anon_sym_break] = ACTIONS(2134), [anon_sym_COLON_COLON] = ACTIONS(2137), - [anon_sym_PLUS] = ACTIONS(3005), - [anon_sym_DASH] = ACTIONS(3005), - [anon_sym_PLUS_PLUS] = ACTIONS(3017), - [anon_sym_DASH_DASH] = ACTIONS(3017), - [anon_sym_BANG] = ACTIONS(3017), - [anon_sym_data] = ACTIONS(5377), - [anon_sym_inner] = ACTIONS(5377), - [anon_sym_value] = ACTIONS(5377), - [anon_sym_expect] = ACTIONS(5377), - [anon_sym_actual] = ACTIONS(5377), + [anon_sym_PLUS] = ACTIONS(2384), + [anon_sym_DASH] = ACTIONS(2384), + [anon_sym_PLUS_PLUS] = ACTIONS(2396), + [anon_sym_DASH_DASH] = ACTIONS(2396), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_data] = ACTIONS(5381), + [anon_sym_inner] = ACTIONS(5381), + [anon_sym_value] = ACTIONS(5381), + [anon_sym_expect] = ACTIONS(5381), + [anon_sym_actual] = ACTIONS(5381), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(2143), [anon_sym_continue_AT] = ACTIONS(2146), @@ -194766,691 +194963,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(2176), }, - [1286] = { - [sym__expression] = STATE(1230), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1689), - [sym_annotation] = STATE(1689), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(2638), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2641), - [anon_sym_LBRACE] = ACTIONS(2644), - [anon_sym_LPAREN] = ACTIONS(2647), - [anon_sym_object] = ACTIONS(5344), - [anon_sym_fun] = ACTIONS(5442), - [anon_sym_get] = ACTIONS(5350), - [anon_sym_set] = ACTIONS(5350), - [anon_sym_this] = ACTIONS(2662), - [anon_sym_super] = ACTIONS(2665), - [anon_sym_STAR] = ACTIONS(2782), - [sym_label] = ACTIONS(2785), + [1288] = { + [sym__expression] = STATE(2231), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(2278), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2281), + [anon_sym_LBRACE] = ACTIONS(2284), + [anon_sym_LPAREN] = ACTIONS(2287), + [anon_sym_object] = ACTIONS(5304), + [anon_sym_fun] = ACTIONS(5446), + [anon_sym_get] = ACTIONS(5310), + [anon_sym_set] = ACTIONS(5310), + [anon_sym_this] = ACTIONS(2302), + [anon_sym_super] = ACTIONS(2305), + [anon_sym_STAR] = ACTIONS(2403), + [sym_label] = ACTIONS(2406), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2674), - [anon_sym_if] = ACTIONS(2788), - [anon_sym_when] = ACTIONS(2680), - [anon_sym_try] = ACTIONS(2683), - [anon_sym_throw] = ACTIONS(2791), - [anon_sym_return] = ACTIONS(2794), - [anon_sym_continue] = ACTIONS(2692), - [anon_sym_break] = ACTIONS(2692), - [anon_sym_COLON_COLON] = ACTIONS(2695), - [anon_sym_PLUS] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2785), - [anon_sym_PLUS_PLUS] = ACTIONS(2797), - [anon_sym_DASH_DASH] = ACTIONS(2797), - [anon_sym_BANG] = ACTIONS(2797), - [anon_sym_data] = ACTIONS(5350), - [anon_sym_inner] = ACTIONS(5350), - [anon_sym_value] = ACTIONS(5350), - [anon_sym_expect] = ACTIONS(5350), - [anon_sym_actual] = ACTIONS(5350), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2602), - [anon_sym_continue_AT] = ACTIONS(2701), - [anon_sym_break_AT] = ACTIONS(2704), - [anon_sym_this_AT] = ACTIONS(2707), - [anon_sym_super_AT] = ACTIONS(2710), - [sym_real_literal] = ACTIONS(2713), - [sym_integer_literal] = ACTIONS(2716), - [sym_hex_literal] = ACTIONS(2719), - [sym_bin_literal] = ACTIONS(2719), - [anon_sym_true] = ACTIONS(2722), - [anon_sym_false] = ACTIONS(2722), - [anon_sym_SQUOTE] = ACTIONS(2725), - [sym__backtick_identifier] = ACTIONS(2728), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2731), - }, - [1287] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4259), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4262), - [anon_sym_LPAREN] = ACTIONS(5445), - [anon_sym_LT] = ACTIONS(4259), - [anon_sym_GT] = ACTIONS(4259), - [anon_sym_object] = ACTIONS(4259), - [anon_sym_fun] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4259), - [anon_sym_SEMI] = ACTIONS(4262), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4259), - [anon_sym_super] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4259), - [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(4259), - [anon_sym_if] = ACTIONS(4259), - [anon_sym_else] = ACTIONS(4259), - [anon_sym_when] = ACTIONS(4259), - [anon_sym_try] = ACTIONS(4259), - [anon_sym_throw] = ACTIONS(4259), - [anon_sym_return] = ACTIONS(4259), - [anon_sym_continue] = ACTIONS(4259), - [anon_sym_break] = ACTIONS(4259), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4259), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), - [anon_sym_EQ_EQ] = ACTIONS(4259), - [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(4259), - [anon_sym_BANGis] = ACTIONS(4262), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4259), - [anon_sym_PERCENT] = ACTIONS(4259), - [anon_sym_as_QMARK] = ACTIONS(4262), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4259), - [anon_sym_BANG_BANG] = ACTIONS(4262), - [anon_sym_suspend] = ACTIONS(4259), - [anon_sym_sealed] = ACTIONS(4259), - [anon_sym_annotation] = ACTIONS(4259), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4259), - [anon_sym_lateinit] = ACTIONS(4259), - [anon_sym_public] = ACTIONS(4259), - [anon_sym_private] = ACTIONS(4259), - [anon_sym_internal] = ACTIONS(4259), - [anon_sym_protected] = ACTIONS(4259), - [anon_sym_tailrec] = ACTIONS(4259), - [anon_sym_operator] = ACTIONS(4259), - [anon_sym_infix] = ACTIONS(4259), - [anon_sym_inline] = ACTIONS(4259), - [anon_sym_external] = ACTIONS(4259), - [sym_property_modifier] = ACTIONS(4259), - [anon_sym_abstract] = ACTIONS(4259), - [anon_sym_final] = ACTIONS(4259), - [anon_sym_open] = ACTIONS(4259), - [anon_sym_vararg] = ACTIONS(4259), - [anon_sym_noinline] = ACTIONS(4259), - [anon_sym_crossinline] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4262), - [anon_sym_continue_AT] = ACTIONS(4262), - [anon_sym_break_AT] = ACTIONS(4262), - [anon_sym_this_AT] = ACTIONS(4262), - [anon_sym_super_AT] = ACTIONS(4262), - [sym_real_literal] = ACTIONS(4262), - [sym_integer_literal] = ACTIONS(4259), - [sym_hex_literal] = ACTIONS(4262), - [sym_bin_literal] = ACTIONS(4262), - [anon_sym_true] = ACTIONS(4259), - [anon_sym_false] = ACTIONS(4259), - [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), + [anon_sym_null] = ACTIONS(2314), + [anon_sym_if] = ACTIONS(2409), + [anon_sym_when] = ACTIONS(2320), + [anon_sym_try] = ACTIONS(2323), + [anon_sym_throw] = ACTIONS(2412), + [anon_sym_return] = ACTIONS(2415), + [anon_sym_continue] = ACTIONS(2332), + [anon_sym_break] = ACTIONS(2332), + [anon_sym_COLON_COLON] = ACTIONS(2335), + [anon_sym_PLUS] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2406), + [anon_sym_PLUS_PLUS] = ACTIONS(2418), + [anon_sym_DASH_DASH] = ACTIONS(2418), + [anon_sym_BANG] = ACTIONS(2418), + [anon_sym_data] = ACTIONS(5310), + [anon_sym_inner] = ACTIONS(5310), + [anon_sym_value] = ACTIONS(5310), + [anon_sym_expect] = ACTIONS(5310), + [anon_sym_actual] = ACTIONS(5310), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2341), + [anon_sym_continue_AT] = ACTIONS(2344), + [anon_sym_break_AT] = ACTIONS(2347), + [anon_sym_this_AT] = ACTIONS(2350), + [anon_sym_super_AT] = ACTIONS(2353), + [sym_real_literal] = ACTIONS(2356), + [sym_integer_literal] = ACTIONS(2359), + [sym_hex_literal] = ACTIONS(2362), + [sym_bin_literal] = ACTIONS(2362), + [anon_sym_true] = ACTIONS(2365), + [anon_sym_false] = ACTIONS(2365), + [anon_sym_SQUOTE] = ACTIONS(2368), + [sym__backtick_identifier] = ACTIONS(2371), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2374), }, - [1288] = { - [sym__expression] = STATE(3296), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(2300), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2303), - [anon_sym_LBRACE] = ACTIONS(2306), - [anon_sym_LPAREN] = ACTIONS(2309), - [anon_sym_object] = ACTIONS(5299), + [1289] = { + [sym__expression] = STATE(403), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1653), + [sym_annotation] = STATE(1653), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(2520), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2523), + [anon_sym_LBRACE] = ACTIONS(2526), + [anon_sym_LPAREN] = ACTIONS(2529), + [anon_sym_object] = ACTIONS(5353), [anon_sym_fun] = ACTIONS(5449), - [anon_sym_get] = ACTIONS(5305), - [anon_sym_set] = ACTIONS(5305), - [anon_sym_this] = ACTIONS(2324), - [anon_sym_super] = ACTIONS(2327), - [anon_sym_STAR] = ACTIONS(2870), - [sym_label] = ACTIONS(2873), + [anon_sym_get] = ACTIONS(5359), + [anon_sym_set] = ACTIONS(5359), + [anon_sym_this] = ACTIONS(2544), + [anon_sym_super] = ACTIONS(2547), + [anon_sym_STAR] = ACTIONS(2958), + [sym_label] = ACTIONS(2961), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2336), - [anon_sym_if] = ACTIONS(2876), - [anon_sym_when] = ACTIONS(2342), - [anon_sym_try] = ACTIONS(2345), - [anon_sym_throw] = ACTIONS(2879), - [anon_sym_return] = ACTIONS(2882), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_COLON_COLON] = ACTIONS(2357), - [anon_sym_PLUS] = ACTIONS(2873), - [anon_sym_DASH] = ACTIONS(2873), - [anon_sym_PLUS_PLUS] = ACTIONS(2885), - [anon_sym_DASH_DASH] = ACTIONS(2885), - [anon_sym_BANG] = ACTIONS(2885), - [anon_sym_data] = ACTIONS(5305), - [anon_sym_inner] = ACTIONS(5305), - [anon_sym_value] = ACTIONS(5305), - [anon_sym_expect] = ACTIONS(5305), - [anon_sym_actual] = ACTIONS(5305), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2363), - [anon_sym_continue_AT] = ACTIONS(2366), - [anon_sym_break_AT] = ACTIONS(2369), - [anon_sym_this_AT] = ACTIONS(2372), - [anon_sym_super_AT] = ACTIONS(2375), - [sym_real_literal] = ACTIONS(2378), - [sym_integer_literal] = ACTIONS(2381), - [sym_hex_literal] = ACTIONS(2384), - [sym_bin_literal] = ACTIONS(2384), - [anon_sym_true] = ACTIONS(2387), - [anon_sym_false] = ACTIONS(2387), - [anon_sym_SQUOTE] = ACTIONS(2390), - [sym__backtick_identifier] = ACTIONS(2393), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2396), - }, - [1289] = { - [sym_type_constraints] = STATE(2157), - [sym_function_body] = STATE(1081), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_COLON] = ACTIONS(5452), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), + [anon_sym_null] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2964), + [anon_sym_when] = ACTIONS(2562), + [anon_sym_try] = ACTIONS(2565), + [anon_sym_throw] = ACTIONS(2967), + [anon_sym_return] = ACTIONS(2970), + [anon_sym_continue] = ACTIONS(2574), + [anon_sym_break] = ACTIONS(2574), + [anon_sym_COLON_COLON] = ACTIONS(2577), + [anon_sym_PLUS] = ACTIONS(2961), + [anon_sym_DASH] = ACTIONS(2961), + [anon_sym_PLUS_PLUS] = ACTIONS(2973), + [anon_sym_DASH_DASH] = ACTIONS(2973), + [anon_sym_BANG] = ACTIONS(2973), + [anon_sym_data] = ACTIONS(5359), + [anon_sym_inner] = ACTIONS(5359), + [anon_sym_value] = ACTIONS(5359), + [anon_sym_expect] = ACTIONS(5359), + [anon_sym_actual] = ACTIONS(5359), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2341), + [anon_sym_continue_AT] = ACTIONS(2583), + [anon_sym_break_AT] = ACTIONS(2586), + [anon_sym_this_AT] = ACTIONS(2589), + [anon_sym_super_AT] = ACTIONS(2592), + [sym_real_literal] = ACTIONS(2595), + [sym_integer_literal] = ACTIONS(2598), + [sym_hex_literal] = ACTIONS(2601), + [sym_bin_literal] = ACTIONS(2601), + [anon_sym_true] = ACTIONS(2604), + [anon_sym_false] = ACTIONS(2604), + [anon_sym_SQUOTE] = ACTIONS(2607), + [sym__backtick_identifier] = ACTIONS(2610), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(2613), }, [1290] = { - [sym_type_constraints] = STATE(2187), - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_COLON] = ACTIONS(5454), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [1291] = { - [sym_type_constraints] = STATE(2002), - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_COLON] = ACTIONS(5456), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), - }, - [1292] = { - [sym__expression] = STATE(2198), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [sym__expression] = STATE(4287), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1924), + [sym_annotation] = STATE(1924), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), [sym__alpha_identifier] = ACTIONS(2072), - [anon_sym_AT] = ACTIONS(5287), + [anon_sym_AT] = ACTIONS(5277), [anon_sym_LBRACK] = ACTIONS(2079), [anon_sym_LBRACE] = ACTIONS(2084), [anon_sym_LPAREN] = ACTIONS(2087), - [anon_sym_object] = ACTIONS(5371), - [anon_sym_fun] = ACTIONS(5458), - [anon_sym_get] = ACTIONS(5377), - [anon_sym_set] = ACTIONS(5377), + [anon_sym_object] = ACTIONS(5375), + [anon_sym_fun] = ACTIONS(5452), + [anon_sym_get] = ACTIONS(5381), + [anon_sym_set] = ACTIONS(5381), [anon_sym_this] = ACTIONS(2102), [anon_sym_super] = ACTIONS(2105), [anon_sym_STAR] = ACTIONS(2108), @@ -195472,11 +195253,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(2140), [anon_sym_DASH_DASH] = ACTIONS(2140), [anon_sym_BANG] = ACTIONS(2140), - [anon_sym_data] = ACTIONS(5377), - [anon_sym_inner] = ACTIONS(5377), - [anon_sym_value] = ACTIONS(5377), - [anon_sym_expect] = ACTIONS(5377), - [anon_sym_actual] = ACTIONS(5377), + [anon_sym_data] = ACTIONS(5381), + [anon_sym_inner] = ACTIONS(5381), + [anon_sym_value] = ACTIONS(5381), + [anon_sym_expect] = ACTIONS(5381), + [anon_sym_actual] = ACTIONS(5381), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(2143), [anon_sym_continue_AT] = ACTIONS(2146), @@ -195494,2551 +195275,2552 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(2176), }, - [1293] = { - [sym__expression] = STATE(4273), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(2300), - [anon_sym_AT] = ACTIONS(5287), - [anon_sym_LBRACK] = ACTIONS(2303), - [anon_sym_LBRACE] = ACTIONS(2306), - [anon_sym_LPAREN] = ACTIONS(2309), - [anon_sym_object] = ACTIONS(5299), - [anon_sym_fun] = ACTIONS(5461), - [anon_sym_get] = ACTIONS(5305), - [anon_sym_set] = ACTIONS(5305), - [anon_sym_this] = ACTIONS(2324), - [anon_sym_super] = ACTIONS(2327), - [anon_sym_STAR] = ACTIONS(2330), - [sym_label] = ACTIONS(2333), + [1291] = { + [sym__expression] = STATE(3861), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1516), + [sym_annotation] = STATE(1516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(2421), + [anon_sym_AT] = ACTIONS(5277), + [anon_sym_LBRACK] = ACTIONS(2424), + [anon_sym_LBRACE] = ACTIONS(2427), + [anon_sym_LPAREN] = ACTIONS(2430), + [anon_sym_object] = ACTIONS(5280), + [anon_sym_fun] = ACTIONS(5455), + [anon_sym_get] = ACTIONS(5286), + [anon_sym_set] = ACTIONS(5286), + [anon_sym_this] = ACTIONS(2445), + [anon_sym_super] = ACTIONS(2448), + [anon_sym_STAR] = ACTIONS(3046), + [sym_label] = ACTIONS(3049), [anon_sym_for] = ACTIONS(2114), [anon_sym_while] = ACTIONS(2114), [anon_sym_do] = ACTIONS(2114), - [anon_sym_null] = ACTIONS(2336), - [anon_sym_if] = ACTIONS(2339), - [anon_sym_when] = ACTIONS(2342), - [anon_sym_try] = ACTIONS(2345), - [anon_sym_throw] = ACTIONS(2348), - [anon_sym_return] = ACTIONS(2351), - [anon_sym_continue] = ACTIONS(2354), - [anon_sym_break] = ACTIONS(2354), - [anon_sym_COLON_COLON] = ACTIONS(2357), - [anon_sym_PLUS] = ACTIONS(2333), - [anon_sym_DASH] = ACTIONS(2333), - [anon_sym_PLUS_PLUS] = ACTIONS(2360), - [anon_sym_DASH_DASH] = ACTIONS(2360), - [anon_sym_BANG] = ACTIONS(2360), - [anon_sym_data] = ACTIONS(5305), - [anon_sym_inner] = ACTIONS(5305), - [anon_sym_value] = ACTIONS(5305), - [anon_sym_expect] = ACTIONS(5305), - [anon_sym_actual] = ACTIONS(5305), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(2363), - [anon_sym_continue_AT] = ACTIONS(2366), - [anon_sym_break_AT] = ACTIONS(2369), - [anon_sym_this_AT] = ACTIONS(2372), - [anon_sym_super_AT] = ACTIONS(2375), - [sym_real_literal] = ACTIONS(2378), - [sym_integer_literal] = ACTIONS(2381), - [sym_hex_literal] = ACTIONS(2384), - [sym_bin_literal] = ACTIONS(2384), - [anon_sym_true] = ACTIONS(2387), - [anon_sym_false] = ACTIONS(2387), - [anon_sym_SQUOTE] = ACTIONS(2390), - [sym__backtick_identifier] = ACTIONS(2393), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(2396), - }, - [1294] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9062), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5464), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1295] = { - [sym_type_constraints] = STATE(935), - [sym_enum_class_body] = STATE(1167), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(5468), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4218), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4218), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), - }, - [1296] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5470), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1297] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(8826), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5472), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_null] = ACTIONS(2457), + [anon_sym_if] = ACTIONS(3052), + [anon_sym_when] = ACTIONS(2463), + [anon_sym_try] = ACTIONS(2466), + [anon_sym_throw] = ACTIONS(3055), + [anon_sym_return] = ACTIONS(3058), + [anon_sym_continue] = ACTIONS(2475), + [anon_sym_break] = ACTIONS(2475), + [anon_sym_COLON_COLON] = ACTIONS(2478), + [anon_sym_PLUS] = ACTIONS(3049), + [anon_sym_DASH] = ACTIONS(3049), + [anon_sym_PLUS_PLUS] = ACTIONS(3061), + [anon_sym_DASH_DASH] = ACTIONS(3061), + [anon_sym_BANG] = ACTIONS(3061), + [anon_sym_data] = ACTIONS(5286), + [anon_sym_inner] = ACTIONS(5286), + [anon_sym_value] = ACTIONS(5286), + [anon_sym_expect] = ACTIONS(5286), + [anon_sym_actual] = ACTIONS(5286), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(2484), + [anon_sym_continue_AT] = ACTIONS(2487), + [anon_sym_break_AT] = ACTIONS(2490), + [anon_sym_this_AT] = ACTIONS(2493), + [anon_sym_super_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), }, - [1298] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(8968), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5474), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [1292] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(5343), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(4295), + [anon_sym_fun] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(4295), + [anon_sym_super] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(4295), + [anon_sym_if] = ACTIONS(4295), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4295), + [anon_sym_try] = ACTIONS(4295), + [anon_sym_throw] = ACTIONS(4295), + [anon_sym_return] = ACTIONS(4295), + [anon_sym_continue] = ACTIONS(4295), + [anon_sym_break] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(4295), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [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(4295), + [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_return_AT] = ACTIONS(4298), + [anon_sym_continue_AT] = ACTIONS(4298), + [anon_sym_break_AT] = ACTIONS(4298), + [anon_sym_this_AT] = ACTIONS(4298), + [anon_sym_super_AT] = ACTIONS(4298), + [sym_real_literal] = ACTIONS(4298), + [sym_integer_literal] = ACTIONS(4295), + [sym_hex_literal] = ACTIONS(4298), + [sym_bin_literal] = ACTIONS(4298), + [anon_sym_true] = ACTIONS(4295), + [anon_sym_false] = ACTIONS(4295), + [anon_sym_SQUOTE] = ACTIONS(4298), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(4298), }, - [1299] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5476), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [1293] = { + [sym_function_body] = STATE(1131), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4485), + [anon_sym_AT] = ACTIONS(4487), + [anon_sym_LBRACK] = ACTIONS(4487), + [anon_sym_as] = ACTIONS(4485), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4487), + [anon_sym_LPAREN] = ACTIONS(4487), + [anon_sym_COMMA] = ACTIONS(4487), + [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(4487), + [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_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(4487), + [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_value] = 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(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_return_AT] = ACTIONS(4487), + [anon_sym_continue_AT] = ACTIONS(4487), + [anon_sym_break_AT] = ACTIONS(4487), + [anon_sym_this_AT] = ACTIONS(4487), + [anon_sym_super_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(295), - }, - [1300] = { - [sym_type_constraints] = STATE(2002), - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), + [sym__string_start] = ACTIONS(4487), }, - [1301] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1294] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(8799), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5478), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5458), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1302] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9005), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1295] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(8906), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5480), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5462), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1303] = { - [sym_primary_constructor] = STATE(2986), - [sym__class_parameters] = STATE(3293), - [sym_type_parameters] = STATE(1422), - [sym_type_constraints] = STATE(3311), - [sym_enum_class_body] = STATE(3562), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5482), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_RBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_RPAREN] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [anon_sym_DASH_GT] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_while] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), }, - [1304] = { - [sym_primary_constructor] = STATE(2988), - [sym_class_body] = STATE(3562), - [sym__class_parameters] = STATE(3293), - [sym_type_parameters] = STATE(1421), - [sym_type_constraints] = STATE(3352), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5494), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_RBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_RPAREN] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [anon_sym_DASH_GT] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_while] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), + [1296] = { + [sym_function_body] = STATE(1080), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [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(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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4233), + [anon_sym_super_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__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1297] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5498), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5464), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1306] = { - [sym_type_constraints] = STATE(2157), - [sym_function_body] = STATE(1081), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), + [sym__string_start] = ACTIONS(205), }, - [1307] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(8998), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1298] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(8903), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5500), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5466), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1308] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1299] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5502), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5468), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1309] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(8994), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5504), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [1300] = { + [sym_function_body] = STATE(1145), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4481), + [anon_sym_AT] = ACTIONS(4483), + [anon_sym_LBRACK] = ACTIONS(4483), + [anon_sym_as] = ACTIONS(4481), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [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(4483), + [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_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(4483), + [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_value] = 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(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_return_AT] = ACTIONS(4483), + [anon_sym_continue_AT] = ACTIONS(4483), + [anon_sym_break_AT] = ACTIONS(4483), + [anon_sym_this_AT] = ACTIONS(4483), + [anon_sym_super_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(295), + [sym__string_start] = ACTIONS(4483), }, - [1310] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9014), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5506), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [1301] = { + [sym_function_body] = STATE(1154), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4493), + [anon_sym_AT] = ACTIONS(4495), + [anon_sym_LBRACK] = ACTIONS(4495), + [anon_sym_as] = ACTIONS(4493), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4495), + [anon_sym_LPAREN] = ACTIONS(4495), + [anon_sym_COMMA] = ACTIONS(4495), + [anon_sym_LT] = ACTIONS(4493), + [anon_sym_GT] = ACTIONS(4493), + [anon_sym_where] = ACTIONS(4493), + [anon_sym_object] = ACTIONS(4493), + [anon_sym_fun] = ACTIONS(4493), + [anon_sym_DOT] = ACTIONS(4493), + [anon_sym_SEMI] = ACTIONS(4495), + [anon_sym_get] = ACTIONS(4493), + [anon_sym_set] = ACTIONS(4493), + [anon_sym_this] = ACTIONS(4493), + [anon_sym_super] = ACTIONS(4493), + [anon_sym_STAR] = ACTIONS(4495), + [sym_label] = ACTIONS(4493), + [anon_sym_in] = ACTIONS(4493), + [anon_sym_DOT_DOT] = ACTIONS(4495), + [anon_sym_QMARK_COLON] = ACTIONS(4495), + [anon_sym_AMP_AMP] = ACTIONS(4495), + [anon_sym_PIPE_PIPE] = ACTIONS(4495), + [anon_sym_null] = ACTIONS(4493), + [anon_sym_if] = ACTIONS(4493), + [anon_sym_else] = ACTIONS(4493), + [anon_sym_when] = ACTIONS(4493), + [anon_sym_try] = ACTIONS(4493), + [anon_sym_throw] = ACTIONS(4493), + [anon_sym_return] = ACTIONS(4493), + [anon_sym_continue] = ACTIONS(4493), + [anon_sym_break] = ACTIONS(4493), + [anon_sym_COLON_COLON] = ACTIONS(4495), + [anon_sym_BANG_EQ] = ACTIONS(4493), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), + [anon_sym_EQ_EQ] = ACTIONS(4493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), + [anon_sym_LT_EQ] = ACTIONS(4495), + [anon_sym_GT_EQ] = ACTIONS(4495), + [anon_sym_BANGin] = ACTIONS(4495), + [anon_sym_is] = ACTIONS(4493), + [anon_sym_BANGis] = ACTIONS(4495), + [anon_sym_PLUS] = ACTIONS(4493), + [anon_sym_DASH] = ACTIONS(4493), + [anon_sym_SLASH] = ACTIONS(4493), + [anon_sym_PERCENT] = ACTIONS(4495), + [anon_sym_as_QMARK] = ACTIONS(4495), + [anon_sym_PLUS_PLUS] = ACTIONS(4495), + [anon_sym_DASH_DASH] = ACTIONS(4495), + [anon_sym_BANG] = ACTIONS(4493), + [anon_sym_BANG_BANG] = ACTIONS(4495), + [anon_sym_suspend] = ACTIONS(4493), + [anon_sym_sealed] = ACTIONS(4493), + [anon_sym_annotation] = ACTIONS(4493), + [anon_sym_data] = ACTIONS(4493), + [anon_sym_inner] = ACTIONS(4493), + [anon_sym_value] = ACTIONS(4493), + [anon_sym_override] = ACTIONS(4493), + [anon_sym_lateinit] = ACTIONS(4493), + [anon_sym_public] = ACTIONS(4493), + [anon_sym_private] = ACTIONS(4493), + [anon_sym_internal] = ACTIONS(4493), + [anon_sym_protected] = ACTIONS(4493), + [anon_sym_tailrec] = ACTIONS(4493), + [anon_sym_operator] = ACTIONS(4493), + [anon_sym_infix] = ACTIONS(4493), + [anon_sym_inline] = ACTIONS(4493), + [anon_sym_external] = ACTIONS(4493), + [sym_property_modifier] = ACTIONS(4493), + [anon_sym_abstract] = ACTIONS(4493), + [anon_sym_final] = ACTIONS(4493), + [anon_sym_open] = ACTIONS(4493), + [anon_sym_vararg] = ACTIONS(4493), + [anon_sym_noinline] = ACTIONS(4493), + [anon_sym_crossinline] = ACTIONS(4493), + [anon_sym_expect] = ACTIONS(4493), + [anon_sym_actual] = ACTIONS(4493), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_return_AT] = ACTIONS(4495), + [anon_sym_continue_AT] = ACTIONS(4495), + [anon_sym_break_AT] = ACTIONS(4495), + [anon_sym_this_AT] = ACTIONS(4495), + [anon_sym_super_AT] = ACTIONS(4495), + [sym_real_literal] = ACTIONS(4495), + [sym_integer_literal] = ACTIONS(4493), + [sym_hex_literal] = ACTIONS(4495), + [sym_bin_literal] = ACTIONS(4495), + [anon_sym_true] = ACTIONS(4493), + [anon_sym_false] = ACTIONS(4493), + [anon_sym_SQUOTE] = ACTIONS(4495), + [sym__backtick_identifier] = ACTIONS(4495), + [sym__automatic_semicolon] = ACTIONS(4495), + [sym_safe_nav] = ACTIONS(4495), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(4495), }, - [1311] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1302] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5508), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5470), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1312] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1303] = { + [sym_function_body] = STATE(1125), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(4151), + [anon_sym_object] = ACTIONS(4151), + [anon_sym_fun] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_this] = ACTIONS(4151), + [anon_sym_super] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4153), + [sym_label] = ACTIONS(4151), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_if] = ACTIONS(4151), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_when] = ACTIONS(4151), + [anon_sym_try] = ACTIONS(4151), + [anon_sym_throw] = ACTIONS(4151), + [anon_sym_return] = ACTIONS(4151), + [anon_sym_continue] = ACTIONS(4151), + [anon_sym_break] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4153), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4151), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4153), + [anon_sym_continue_AT] = ACTIONS(4153), + [anon_sym_break_AT] = ACTIONS(4153), + [anon_sym_this_AT] = ACTIONS(4153), + [anon_sym_super_AT] = ACTIONS(4153), + [sym_real_literal] = ACTIONS(4153), + [sym_integer_literal] = ACTIONS(4151), + [sym_hex_literal] = ACTIONS(4153), + [sym_bin_literal] = ACTIONS(4153), + [anon_sym_true] = ACTIONS(4151), + [anon_sym_false] = ACTIONS(4151), + [anon_sym_SQUOTE] = ACTIONS(4153), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4153), + }, + [1304] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(8823), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5510), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5472), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1313] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9091), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1305] = { + [sym_function_body] = STATE(1172), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(4145), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), + }, + [1306] = { + [sym_function_body] = STATE(1134), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(4139), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), + }, + [1307] = { + [sym_function_body] = STATE(1078), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(4129), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), + }, + [1308] = { + [sym_function_body] = STATE(1123), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(4319), + [anon_sym_object] = ACTIONS(4319), + [anon_sym_fun] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_this] = ACTIONS(4319), + [anon_sym_super] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4321), + [sym_label] = ACTIONS(4319), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_null] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_when] = ACTIONS(4319), + [anon_sym_try] = ACTIONS(4319), + [anon_sym_throw] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4321), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4321), + [anon_sym_continue_AT] = ACTIONS(4321), + [anon_sym_break_AT] = ACTIONS(4321), + [anon_sym_this_AT] = ACTIONS(4321), + [anon_sym_super_AT] = ACTIONS(4321), + [sym_real_literal] = ACTIONS(4321), + [sym_integer_literal] = ACTIONS(4319), + [sym_hex_literal] = ACTIONS(4321), + [sym_bin_literal] = ACTIONS(4321), + [anon_sym_true] = ACTIONS(4319), + [anon_sym_false] = ACTIONS(4319), + [anon_sym_SQUOTE] = ACTIONS(4321), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4321), + }, + [1309] = { + [sym_function_body] = STATE(1132), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(5267), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(4323), + [anon_sym_object] = ACTIONS(4323), + [anon_sym_fun] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_this] = ACTIONS(4323), + [anon_sym_super] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4325), + [sym_label] = ACTIONS(4323), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_null] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_when] = ACTIONS(4323), + [anon_sym_try] = ACTIONS(4323), + [anon_sym_throw] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4325), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4325), + [anon_sym_continue_AT] = ACTIONS(4325), + [anon_sym_break_AT] = ACTIONS(4325), + [anon_sym_this_AT] = ACTIONS(4325), + [anon_sym_super_AT] = ACTIONS(4325), + [sym_real_literal] = ACTIONS(4325), + [sym_integer_literal] = ACTIONS(4323), + [sym_hex_literal] = ACTIONS(4325), + [sym_bin_literal] = ACTIONS(4325), + [anon_sym_true] = ACTIONS(4323), + [anon_sym_false] = ACTIONS(4323), + [anon_sym_SQUOTE] = ACTIONS(4325), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4325), + }, + [1310] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(8992), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5512), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5474), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1314] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1311] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5514), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5476), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1315] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1312] = { + [sym_type_constraints] = STATE(1927), + [sym_function_body] = STATE(1172), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), + }, + [1313] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5516), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5478), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1316] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1314] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(8857), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5518), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5480), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1317] = { - [sym_primary_constructor] = STATE(2983), - [sym_class_body] = STATE(3602), - [sym__class_parameters] = STATE(3293), - [sym_type_parameters] = STATE(1425), - [sym_type_constraints] = STATE(3342), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3200), + [1315] = { + [sym_primary_constructor] = STATE(4545), + [sym_class_body] = STATE(4793), + [sym__class_parameters] = STATE(4658), + [sym_type_parameters] = STATE(1414), + [sym_type_constraints] = STATE(4659), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5520), - [anon_sym_LBRACK] = ACTIONS(3206), - [anon_sym_RBRACK] = ACTIONS(3206), - [anon_sym_as] = ACTIONS(3200), - [anon_sym_EQ] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(5482), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_RBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_EQ] = ACTIONS(3254), [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LBRACE] = ACTIONS(5486), + [anon_sym_RBRACE] = ACTIONS(3258), [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_COMMA] = ACTIONS(3206), - [anon_sym_RPAREN] = ACTIONS(3206), + [anon_sym_COMMA] = ACTIONS(3258), + [anon_sym_RPAREN] = ACTIONS(3258), [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3200), + [anon_sym_GT] = ACTIONS(3254), [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3200), - [anon_sym_SEMI] = ACTIONS(3206), - [anon_sym_get] = ACTIONS(3200), - [anon_sym_set] = ACTIONS(3200), - [anon_sym_STAR] = ACTIONS(3200), - [anon_sym_DASH_GT] = ACTIONS(3206), - [sym_label] = ACTIONS(3206), - [anon_sym_in] = ACTIONS(3200), - [anon_sym_while] = ACTIONS(3200), - [anon_sym_DOT_DOT] = ACTIONS(3206), - [anon_sym_QMARK_COLON] = ACTIONS(3206), - [anon_sym_AMP_AMP] = ACTIONS(3206), - [anon_sym_PIPE_PIPE] = ACTIONS(3206), - [anon_sym_else] = ACTIONS(3200), - [anon_sym_COLON_COLON] = ACTIONS(3206), - [anon_sym_PLUS_EQ] = ACTIONS(3206), - [anon_sym_DASH_EQ] = ACTIONS(3206), - [anon_sym_STAR_EQ] = ACTIONS(3206), - [anon_sym_SLASH_EQ] = ACTIONS(3206), - [anon_sym_PERCENT_EQ] = ACTIONS(3206), - [anon_sym_BANG_EQ] = ACTIONS(3200), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), - [anon_sym_EQ_EQ] = ACTIONS(3200), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), - [anon_sym_LT_EQ] = ACTIONS(3206), - [anon_sym_GT_EQ] = ACTIONS(3206), - [anon_sym_BANGin] = ACTIONS(3206), - [anon_sym_is] = ACTIONS(3200), - [anon_sym_BANGis] = ACTIONS(3206), - [anon_sym_PLUS] = ACTIONS(3200), - [anon_sym_DASH] = ACTIONS(3200), - [anon_sym_SLASH] = ACTIONS(3200), - [anon_sym_PERCENT] = ACTIONS(3200), - [anon_sym_as_QMARK] = ACTIONS(3206), - [anon_sym_PLUS_PLUS] = ACTIONS(3206), - [anon_sym_DASH_DASH] = ACTIONS(3206), - [anon_sym_BANG_BANG] = ACTIONS(3206), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3254), + [anon_sym_DASH_GT] = ACTIONS(3258), + [sym_label] = ACTIONS(3258), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_while] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [anon_sym_else] = ACTIONS(3254), + [anon_sym_COLON_COLON] = ACTIONS(3258), + [anon_sym_PLUS_EQ] = ACTIONS(3258), + [anon_sym_DASH_EQ] = ACTIONS(3258), + [anon_sym_STAR_EQ] = ACTIONS(3258), + [anon_sym_SLASH_EQ] = ACTIONS(3258), + [anon_sym_PERCENT_EQ] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [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(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG_BANG] = ACTIONS(3258), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -198066,597 +197848,803 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3206), - [sym_safe_nav] = ACTIONS(3206), + [sym__backtick_identifier] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), [sym_multiline_comment] = ACTIONS(3), }, - [1318] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1316] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5522), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5494), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1319] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1317] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5524), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5496), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1320] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1318] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9064), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5526), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5498), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1321] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1319] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(8869), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5528), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5500), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1322] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(8923), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1320] = { + [sym_type_constraints] = STATE(1868), + [sym_function_body] = STATE(1134), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), + }, + [1321] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5530), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5502), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1322] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5504), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1323] = { - [sym_primary_constructor] = STATE(2998), - [sym__class_parameters] = STATE(3293), - [sym_type_parameters] = STATE(1389), - [sym_type_constraints] = STATE(3284), - [sym_enum_class_body] = STATE(3521), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), + [sym_primary_constructor] = STATE(4550), + [sym__class_parameters] = STATE(4658), + [sym_type_parameters] = STATE(1412), + [sym_type_constraints] = STATE(4690), + [sym_enum_class_body] = STATE(4695), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5532), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_RBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_EQ] = ACTIONS(3244), + [anon_sym_COLON] = ACTIONS(5506), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_RBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_EQ] = ACTIONS(3200), [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3248), + [anon_sym_LBRACE] = ACTIONS(5508), + [anon_sym_RBRACE] = ACTIONS(3206), [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_COMMA] = ACTIONS(3248), - [anon_sym_RPAREN] = ACTIONS(3248), + [anon_sym_COMMA] = ACTIONS(3206), + [anon_sym_RPAREN] = ACTIONS(3206), [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3244), + [anon_sym_GT] = ACTIONS(3200), [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3244), - [anon_sym_DASH_GT] = ACTIONS(3248), - [sym_label] = ACTIONS(3248), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_while] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_PLUS_EQ] = ACTIONS(3248), - [anon_sym_DASH_EQ] = ACTIONS(3248), - [anon_sym_STAR_EQ] = ACTIONS(3248), - [anon_sym_SLASH_EQ] = ACTIONS(3248), - [anon_sym_PERCENT_EQ] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3244), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG_BANG] = ACTIONS(3248), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3200), + [anon_sym_DASH_GT] = ACTIONS(3206), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_while] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_PLUS_EQ] = ACTIONS(3206), + [anon_sym_DASH_EQ] = ACTIONS(3206), + [anon_sym_STAR_EQ] = ACTIONS(3206), + [anon_sym_SLASH_EQ] = ACTIONS(3206), + [anon_sym_PERCENT_EQ] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -198684,1350 +198672,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), + [sym__backtick_identifier] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, [1324] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5534), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5510), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1325] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5536), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1326] = { - [sym_type_constraints] = STATE(2187), - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [1327] = { - [sym_type_constraints] = STATE(1912), - [sym_function_body] = STATE(1123), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4299), - [anon_sym_fun] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_this] = ACTIONS(4299), - [anon_sym_super] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4301), - [sym_label] = ACTIONS(4299), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_null] = ACTIONS(4299), - [anon_sym_if] = ACTIONS(4299), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_when] = ACTIONS(4299), - [anon_sym_try] = ACTIONS(4299), - [anon_sym_throw] = ACTIONS(4299), - [anon_sym_return] = ACTIONS(4299), - [anon_sym_continue] = ACTIONS(4299), - [anon_sym_break] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4301), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG] = ACTIONS(4299), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4301), - [anon_sym_continue_AT] = ACTIONS(4301), - [anon_sym_break_AT] = ACTIONS(4301), - [anon_sym_this_AT] = ACTIONS(4301), - [anon_sym_super_AT] = ACTIONS(4301), - [sym_real_literal] = ACTIONS(4301), - [sym_integer_literal] = ACTIONS(4299), - [sym_hex_literal] = ACTIONS(4301), - [sym_bin_literal] = ACTIONS(4301), - [anon_sym_true] = ACTIONS(4299), - [anon_sym_false] = ACTIONS(4299), - [anon_sym_SQUOTE] = ACTIONS(4301), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4301), - }, - [1328] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9018), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5538), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1329] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9075), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5540), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1330] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5542), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1331] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5544), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1332] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(8830), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5546), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1333] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5548), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1334] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5550), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1335] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5552), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1336] = { - [sym__expression] = STATE(4521), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1400), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8402), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(5554), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1337] = { [sym__alpha_identifier] = ACTIONS(4281), [anon_sym_AT] = ACTIONS(4284), [anon_sym_LBRACK] = ACTIONS(4284), @@ -200035,20 +198787,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as] = ACTIONS(4289), [anon_sym_LBRACE] = ACTIONS(4284), [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(5556), + [anon_sym_LPAREN] = ACTIONS(5512), [anon_sym_COMMA] = ACTIONS(4287), [anon_sym_RPAREN] = ACTIONS(4287), [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), [anon_sym_where] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), [anon_sym_DOT] = ACTIONS(4289), [anon_sym_SEMI] = ACTIONS(4287), [anon_sym_get] = ACTIONS(4281), [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), [anon_sym_STAR] = ACTIONS(4284), [anon_sym_DASH_GT] = ACTIONS(4287), [sym_label] = ACTIONS(4281), @@ -200058,15 +198810,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(4287), [anon_sym_AMP_AMP] = ACTIONS(4287), [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), [anon_sym_COLON_COLON] = ACTIONS(4284), [anon_sym_BANG_EQ] = ACTIONS(4289), [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), @@ -200084,7 +198836,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(4287), [anon_sym_PLUS_PLUS] = ACTIONS(4284), [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4004), + [anon_sym_BANG] = ACTIONS(3976), [anon_sym_BANG_BANG] = ACTIONS(4287), [anon_sym_suspend] = ACTIONS(4289), [anon_sym_sealed] = ACTIONS(4289), @@ -200113,1434 +198865,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4281), [anon_sym_actual] = ACTIONS(4281), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), [sym__backtick_identifier] = ACTIONS(4284), [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [1338] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5560), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1339] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5562), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1340] = { - [sym_type_constraints] = STATE(1913), - [sym_function_body] = STATE(1132), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4295), - [anon_sym_fun] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_this] = ACTIONS(4295), - [anon_sym_super] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4297), - [sym_label] = ACTIONS(4295), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_null] = ACTIONS(4295), - [anon_sym_if] = ACTIONS(4295), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_when] = ACTIONS(4295), - [anon_sym_try] = ACTIONS(4295), - [anon_sym_throw] = ACTIONS(4295), - [anon_sym_return] = ACTIONS(4295), - [anon_sym_continue] = ACTIONS(4295), - [anon_sym_break] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4297), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4297), - [anon_sym_continue_AT] = ACTIONS(4297), - [anon_sym_break_AT] = ACTIONS(4297), - [anon_sym_this_AT] = ACTIONS(4297), - [anon_sym_super_AT] = ACTIONS(4297), - [sym_real_literal] = ACTIONS(4297), - [sym_integer_literal] = ACTIONS(4295), - [sym_hex_literal] = ACTIONS(4297), - [sym_bin_literal] = ACTIONS(4297), - [anon_sym_true] = ACTIONS(4295), - [anon_sym_false] = ACTIONS(4295), - [anon_sym_SQUOTE] = ACTIONS(4297), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4297), - }, - [1341] = { - [sym_function_body] = STATE(1130), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_COMMA] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_where] = ACTIONS(4443), - [anon_sym_object] = ACTIONS(4443), - [anon_sym_fun] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_this] = ACTIONS(4443), - [anon_sym_super] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4445), - [sym_label] = ACTIONS(4443), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_null] = ACTIONS(4443), - [anon_sym_if] = ACTIONS(4443), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_when] = ACTIONS(4443), - [anon_sym_try] = ACTIONS(4443), - [anon_sym_throw] = ACTIONS(4443), - [anon_sym_return] = ACTIONS(4443), - [anon_sym_continue] = ACTIONS(4443), - [anon_sym_break] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4445), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(4443), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_suspend] = ACTIONS(4443), - [anon_sym_sealed] = ACTIONS(4443), - [anon_sym_annotation] = ACTIONS(4443), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_override] = ACTIONS(4443), - [anon_sym_lateinit] = ACTIONS(4443), - [anon_sym_public] = ACTIONS(4443), - [anon_sym_private] = ACTIONS(4443), - [anon_sym_internal] = ACTIONS(4443), - [anon_sym_protected] = ACTIONS(4443), - [anon_sym_tailrec] = ACTIONS(4443), - [anon_sym_operator] = ACTIONS(4443), - [anon_sym_infix] = ACTIONS(4443), - [anon_sym_inline] = ACTIONS(4443), - [anon_sym_external] = ACTIONS(4443), - [sym_property_modifier] = ACTIONS(4443), - [anon_sym_abstract] = ACTIONS(4443), - [anon_sym_final] = ACTIONS(4443), - [anon_sym_open] = ACTIONS(4443), - [anon_sym_vararg] = ACTIONS(4443), - [anon_sym_noinline] = ACTIONS(4443), - [anon_sym_crossinline] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4445), - [anon_sym_continue_AT] = ACTIONS(4445), - [anon_sym_break_AT] = ACTIONS(4445), - [anon_sym_this_AT] = ACTIONS(4445), - [anon_sym_super_AT] = ACTIONS(4445), - [sym_real_literal] = ACTIONS(4445), - [sym_integer_literal] = ACTIONS(4443), - [sym_hex_literal] = ACTIONS(4445), - [sym_bin_literal] = ACTIONS(4445), - [anon_sym_true] = ACTIONS(4443), - [anon_sym_false] = ACTIONS(4443), - [anon_sym_SQUOTE] = ACTIONS(4445), - [sym__backtick_identifier] = ACTIONS(4445), - [sym__automatic_semicolon] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4445), - }, - [1342] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_RBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(5564), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_RPAREN] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4262), - [anon_sym_DASH_GT] = ACTIONS(4265), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [anon_sym_while] = ACTIONS(4267), - [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(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4262), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [1343] = { - [sym_function_body] = STATE(1097), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_COMMA] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_where] = ACTIONS(4447), - [anon_sym_object] = ACTIONS(4447), - [anon_sym_fun] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_this] = ACTIONS(4447), - [anon_sym_super] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4449), - [sym_label] = ACTIONS(4447), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_null] = ACTIONS(4447), - [anon_sym_if] = ACTIONS(4447), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_when] = ACTIONS(4447), - [anon_sym_try] = ACTIONS(4447), - [anon_sym_throw] = ACTIONS(4447), - [anon_sym_return] = ACTIONS(4447), - [anon_sym_continue] = ACTIONS(4447), - [anon_sym_break] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4449), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG] = ACTIONS(4447), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_suspend] = ACTIONS(4447), - [anon_sym_sealed] = ACTIONS(4447), - [anon_sym_annotation] = ACTIONS(4447), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_override] = ACTIONS(4447), - [anon_sym_lateinit] = ACTIONS(4447), - [anon_sym_public] = ACTIONS(4447), - [anon_sym_private] = ACTIONS(4447), - [anon_sym_internal] = ACTIONS(4447), - [anon_sym_protected] = ACTIONS(4447), - [anon_sym_tailrec] = ACTIONS(4447), - [anon_sym_operator] = ACTIONS(4447), - [anon_sym_infix] = ACTIONS(4447), - [anon_sym_inline] = ACTIONS(4447), - [anon_sym_external] = ACTIONS(4447), - [sym_property_modifier] = ACTIONS(4447), - [anon_sym_abstract] = ACTIONS(4447), - [anon_sym_final] = ACTIONS(4447), - [anon_sym_open] = ACTIONS(4447), - [anon_sym_vararg] = ACTIONS(4447), - [anon_sym_noinline] = ACTIONS(4447), - [anon_sym_crossinline] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4449), - [anon_sym_continue_AT] = ACTIONS(4449), - [anon_sym_break_AT] = ACTIONS(4449), - [anon_sym_this_AT] = ACTIONS(4449), - [anon_sym_super_AT] = ACTIONS(4449), - [sym_real_literal] = ACTIONS(4449), - [sym_integer_literal] = ACTIONS(4447), - [sym_hex_literal] = ACTIONS(4449), - [sym_bin_literal] = ACTIONS(4449), - [anon_sym_true] = ACTIONS(4447), - [anon_sym_false] = ACTIONS(4447), - [anon_sym_SQUOTE] = ACTIONS(4449), - [sym__backtick_identifier] = ACTIONS(4449), - [sym__automatic_semicolon] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4449), - }, - [1344] = { - [sym_function_body] = STATE(1131), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_COMMA] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_where] = ACTIONS(4307), - [anon_sym_object] = ACTIONS(4307), - [anon_sym_fun] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_this] = ACTIONS(4307), - [anon_sym_super] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4309), - [sym_label] = ACTIONS(4307), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_if] = ACTIONS(4307), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_when] = ACTIONS(4307), - [anon_sym_try] = ACTIONS(4307), - [anon_sym_throw] = ACTIONS(4307), - [anon_sym_return] = ACTIONS(4307), - [anon_sym_continue] = ACTIONS(4307), - [anon_sym_break] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4309), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG] = ACTIONS(4307), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4309), - [anon_sym_continue_AT] = ACTIONS(4309), - [anon_sym_break_AT] = ACTIONS(4309), - [anon_sym_this_AT] = ACTIONS(4309), - [anon_sym_super_AT] = ACTIONS(4309), - [sym_real_literal] = ACTIONS(4309), - [sym_integer_literal] = ACTIONS(4307), - [sym_hex_literal] = ACTIONS(4309), - [sym_bin_literal] = ACTIONS(4309), - [anon_sym_true] = ACTIONS(4307), - [anon_sym_false] = ACTIONS(4307), - [anon_sym_SQUOTE] = ACTIONS(4309), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4309), - }, - [1345] = { - [sym_type_constraints] = STATE(990), - [sym_enum_class_body] = STATE(1133), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_COLON] = ACTIONS(5568), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4321), - [anon_sym_fun] = ACTIONS(4321), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_this] = ACTIONS(4321), - [anon_sym_super] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4323), - [sym_label] = ACTIONS(4321), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_null] = ACTIONS(4321), - [anon_sym_if] = ACTIONS(4321), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_when] = ACTIONS(4321), - [anon_sym_try] = ACTIONS(4321), - [anon_sym_throw] = ACTIONS(4321), - [anon_sym_return] = ACTIONS(4321), - [anon_sym_continue] = ACTIONS(4321), - [anon_sym_break] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4323), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG] = ACTIONS(4321), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4323), - [anon_sym_continue_AT] = ACTIONS(4323), - [anon_sym_break_AT] = ACTIONS(4323), - [anon_sym_this_AT] = ACTIONS(4323), - [anon_sym_super_AT] = ACTIONS(4323), - [sym_real_literal] = ACTIONS(4323), - [sym_integer_literal] = ACTIONS(4321), - [sym_hex_literal] = ACTIONS(4323), - [sym_bin_literal] = ACTIONS(4323), - [anon_sym_true] = ACTIONS(4321), - [anon_sym_false] = ACTIONS(4321), - [anon_sym_SQUOTE] = ACTIONS(4323), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4323), - }, - [1346] = { - [sym_type_constraints] = STATE(947), - [sym_enum_class_body] = STATE(1148), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_COLON] = ACTIONS(3452), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3286), - [anon_sym_sealed] = ACTIONS(3286), - [anon_sym_annotation] = ACTIONS(3286), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_override] = ACTIONS(3286), - [anon_sym_lateinit] = ACTIONS(3286), - [anon_sym_public] = ACTIONS(3286), - [anon_sym_private] = ACTIONS(3286), - [anon_sym_internal] = ACTIONS(3286), - [anon_sym_protected] = ACTIONS(3286), - [anon_sym_tailrec] = ACTIONS(3286), - [anon_sym_operator] = ACTIONS(3286), - [anon_sym_infix] = ACTIONS(3286), - [anon_sym_inline] = ACTIONS(3286), - [anon_sym_external] = ACTIONS(3286), - [sym_property_modifier] = ACTIONS(3286), - [anon_sym_abstract] = ACTIONS(3286), - [anon_sym_final] = ACTIONS(3286), - [anon_sym_open] = ACTIONS(3286), - [anon_sym_vararg] = ACTIONS(3286), - [anon_sym_noinline] = ACTIONS(3286), - [anon_sym_crossinline] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), - }, - [1347] = { - [sym_class_body] = STATE(1167), - [sym_type_constraints] = STATE(943), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(5570), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4218), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4218), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), - }, - [1348] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5572), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1349] = { - [sym_class_body] = STATE(1068), - [sym_type_constraints] = STATE(969), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(3464), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_this] = ACTIONS(3278), - [anon_sym_super] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3278), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [1350] = { - [sym_type_constraints] = STATE(987), - [sym_enum_class_body] = STATE(1068), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(3466), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_this] = ACTIONS(3278), - [anon_sym_super] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3278), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [sym__string_start] = ACTIONS(3981), }, - [1351] = { - [sym_primary_constructor] = STATE(4560), - [sym__class_parameters] = STATE(4662), - [sym_type_parameters] = STATE(1418), - [sym_type_constraints] = STATE(4650), - [sym_enum_class_body] = STATE(4770), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), + [1326] = { + [sym_primary_constructor] = STATE(4547), + [sym_class_body] = STATE(4695), + [sym__class_parameters] = STATE(4658), + [sym_type_parameters] = STATE(1408), + [sym_type_constraints] = STATE(4683), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5574), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_RBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_EQ] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5578), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_COMMA] = ACTIONS(3248), - [anon_sym_RPAREN] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(5516), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_RBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_EQ] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5486), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_COMMA] = ACTIONS(3206), + [anon_sym_RPAREN] = ACTIONS(3206), [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3244), - [anon_sym_DASH_GT] = ACTIONS(3248), - [sym_label] = ACTIONS(3248), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_while] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_PLUS_EQ] = ACTIONS(3248), - [anon_sym_DASH_EQ] = ACTIONS(3248), - [anon_sym_STAR_EQ] = ACTIONS(3248), - [anon_sym_SLASH_EQ] = ACTIONS(3248), - [anon_sym_PERCENT_EQ] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3244), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG_BANG] = ACTIONS(3248), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3200), + [anon_sym_DASH_GT] = ACTIONS(3206), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_while] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_PLUS_EQ] = ACTIONS(3206), + [anon_sym_DASH_EQ] = ACTIONS(3206), + [anon_sym_STAR_EQ] = ACTIONS(3206), + [anon_sym_SLASH_EQ] = ACTIONS(3206), + [anon_sym_PERCENT_EQ] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -201568,803 +198981,700 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), + [sym__backtick_identifier] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, - [1352] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1327] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5584), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5518), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1353] = { - [sym_class_body] = STATE(1141), - [sym_type_constraints] = STATE(933), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_COLON] = ACTIONS(5586), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4327), - [anon_sym_fun] = ACTIONS(4327), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_this] = ACTIONS(4327), - [anon_sym_super] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4329), - [sym_label] = ACTIONS(4327), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_null] = ACTIONS(4327), - [anon_sym_if] = ACTIONS(4327), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_when] = ACTIONS(4327), - [anon_sym_try] = ACTIONS(4327), - [anon_sym_throw] = ACTIONS(4327), - [anon_sym_return] = ACTIONS(4327), - [anon_sym_continue] = ACTIONS(4327), - [anon_sym_break] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4329), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG] = ACTIONS(4327), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4329), - [anon_sym_continue_AT] = ACTIONS(4329), - [anon_sym_break_AT] = ACTIONS(4329), - [anon_sym_this_AT] = ACTIONS(4329), - [anon_sym_super_AT] = ACTIONS(4329), - [sym_real_literal] = ACTIONS(4329), - [sym_integer_literal] = ACTIONS(4327), - [sym_hex_literal] = ACTIONS(4329), - [sym_bin_literal] = ACTIONS(4329), - [anon_sym_true] = ACTIONS(4327), - [anon_sym_false] = ACTIONS(4327), - [anon_sym_SQUOTE] = ACTIONS(4329), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4329), + [sym__string_start] = ACTIONS(205), }, - [1354] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(8974), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1328] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9001), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5588), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5520), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1355] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1329] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(8893), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5590), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5522), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1356] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(8906), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1330] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_RBRACK] = ACTIONS(4301), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(5524), + [anon_sym_COMMA] = ACTIONS(4301), + [anon_sym_RPAREN] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4298), + [anon_sym_DASH_GT] = ACTIONS(4301), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4301), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [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(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4301), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [1331] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5592), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5528), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1357] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1332] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5594), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5530), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1358] = { - [sym_primary_constructor] = STATE(4556), - [sym_class_body] = STATE(4745), - [sym__class_parameters] = STATE(4662), - [sym_type_parameters] = STATE(1408), - [sym_type_constraints] = STATE(4677), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5596), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_RBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5598), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_RPAREN] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [anon_sym_DASH_GT] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_while] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), }, - [1359] = { - [sym_primary_constructor] = STATE(4553), - [sym__class_parameters] = STATE(4662), - [sym_type_parameters] = STATE(1405), - [sym_type_constraints] = STATE(4626), - [sym_enum_class_body] = STATE(4745), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [1333] = { + [sym_primary_constructor] = STATE(4562), + [sym__class_parameters] = STATE(4658), + [sym_type_parameters] = STATE(1406), + [sym_type_constraints] = STATE(4672), + [sym_enum_class_body] = STATE(4694), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5600), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_RBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5578), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_RPAREN] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(5532), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_RBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_EQ] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5508), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_COMMA] = ACTIONS(3242), + [anon_sym_RPAREN] = ACTIONS(3242), [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [anon_sym_DASH_GT] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_while] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3238), + [anon_sym_DASH_GT] = ACTIONS(3242), + [sym_label] = ACTIONS(3242), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_while] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_PLUS_EQ] = ACTIONS(3242), + [anon_sym_DASH_EQ] = ACTIONS(3242), + [anon_sym_STAR_EQ] = ACTIONS(3242), + [anon_sym_SLASH_EQ] = ACTIONS(3242), + [anon_sym_PERCENT_EQ] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3238), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG_BANG] = ACTIONS(3242), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -202392,2414 +199702,2929 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym__backtick_identifier] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), [sym_multiline_comment] = ACTIONS(3), }, - [1360] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(8963), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1334] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5602), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5534), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1361] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1335] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5604), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5536), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1362] = { - [sym_function_body] = STATE(1185), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(4137), - [anon_sym_object] = ACTIONS(4137), - [anon_sym_fun] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_this] = ACTIONS(4137), - [anon_sym_super] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4139), - [sym_label] = ACTIONS(4137), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(4137), - [anon_sym_if] = ACTIONS(4137), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_when] = ACTIONS(4137), - [anon_sym_try] = ACTIONS(4137), - [anon_sym_throw] = ACTIONS(4137), - [anon_sym_return] = ACTIONS(4137), - [anon_sym_continue] = ACTIONS(4137), - [anon_sym_break] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4139), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4137), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4139), - [anon_sym_continue_AT] = ACTIONS(4139), - [anon_sym_break_AT] = ACTIONS(4139), - [anon_sym_this_AT] = ACTIONS(4139), - [anon_sym_super_AT] = ACTIONS(4139), - [sym_real_literal] = ACTIONS(4139), - [sym_integer_literal] = ACTIONS(4137), - [sym_hex_literal] = ACTIONS(4139), - [sym_bin_literal] = ACTIONS(4139), - [anon_sym_true] = ACTIONS(4137), - [anon_sym_false] = ACTIONS(4137), - [anon_sym_SQUOTE] = ACTIONS(4139), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4139), + [1336] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5538), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), }, - [1363] = { - [sym_class_body] = STATE(1180), - [sym_type_constraints] = STATE(945), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_COLON] = ACTIONS(3468), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_suspend] = ACTIONS(3270), - [anon_sym_sealed] = ACTIONS(3270), - [anon_sym_annotation] = ACTIONS(3270), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_override] = ACTIONS(3270), - [anon_sym_lateinit] = ACTIONS(3270), - [anon_sym_public] = ACTIONS(3270), - [anon_sym_private] = ACTIONS(3270), - [anon_sym_internal] = ACTIONS(3270), - [anon_sym_protected] = ACTIONS(3270), - [anon_sym_tailrec] = ACTIONS(3270), - [anon_sym_operator] = ACTIONS(3270), - [anon_sym_infix] = ACTIONS(3270), - [anon_sym_inline] = ACTIONS(3270), - [anon_sym_external] = ACTIONS(3270), - [sym_property_modifier] = ACTIONS(3270), - [anon_sym_abstract] = ACTIONS(3270), - [anon_sym_final] = ACTIONS(3270), - [anon_sym_open] = ACTIONS(3270), - [anon_sym_vararg] = ACTIONS(3270), - [anon_sym_noinline] = ACTIONS(3270), - [anon_sym_crossinline] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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), + [1337] = { + [sym_type_constraints] = STATE(1739), + [sym_function_body] = STATE(1078), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), }, - [1364] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1338] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(8957), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5606), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5540), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1365] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1339] = { + [sym_type_constraints] = STATE(1562), + [sym_function_body] = STATE(1132), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4323), + [anon_sym_fun] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_this] = ACTIONS(4323), + [anon_sym_super] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4325), + [sym_label] = ACTIONS(4323), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_null] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_when] = ACTIONS(4323), + [anon_sym_try] = ACTIONS(4323), + [anon_sym_throw] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4325), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4325), + [anon_sym_continue_AT] = ACTIONS(4325), + [anon_sym_break_AT] = ACTIONS(4325), + [anon_sym_this_AT] = ACTIONS(4325), + [anon_sym_super_AT] = ACTIONS(4325), + [sym_real_literal] = ACTIONS(4325), + [sym_integer_literal] = ACTIONS(4323), + [sym_hex_literal] = ACTIONS(4325), + [sym_bin_literal] = ACTIONS(4325), + [anon_sym_true] = ACTIONS(4323), + [anon_sym_false] = ACTIONS(4323), + [anon_sym_SQUOTE] = ACTIONS(4325), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4325), + }, + [1340] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5608), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5542), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1366] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9045), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1341] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5610), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5544), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1367] = { - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(4147), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [1368] = { - [sym_function_body] = STATE(1081), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(4160), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), - }, - [1369] = { - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(4183), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), + [sym__string_start] = ACTIONS(205), }, - [1370] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1342] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9043), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5612), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5546), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1371] = { - [sym_function_body] = STATE(1132), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(4295), - [anon_sym_object] = ACTIONS(4295), - [anon_sym_fun] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_this] = ACTIONS(4295), - [anon_sym_super] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4297), - [sym_label] = ACTIONS(4295), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_null] = ACTIONS(4295), - [anon_sym_if] = ACTIONS(4295), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_when] = ACTIONS(4295), - [anon_sym_try] = ACTIONS(4295), - [anon_sym_throw] = ACTIONS(4295), - [anon_sym_return] = ACTIONS(4295), - [anon_sym_continue] = ACTIONS(4295), - [anon_sym_break] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4297), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), + [1343] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9029), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5548), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4297), - [anon_sym_continue_AT] = ACTIONS(4297), - [anon_sym_break_AT] = ACTIONS(4297), - [anon_sym_this_AT] = ACTIONS(4297), - [anon_sym_super_AT] = ACTIONS(4297), - [sym_real_literal] = ACTIONS(4297), - [sym_integer_literal] = ACTIONS(4295), - [sym_hex_literal] = ACTIONS(4297), - [sym_bin_literal] = ACTIONS(4297), - [anon_sym_true] = ACTIONS(4295), - [anon_sym_false] = ACTIONS(4295), - [anon_sym_SQUOTE] = ACTIONS(4297), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4297), + [sym__string_start] = ACTIONS(205), }, - [1372] = { - [sym_function_body] = STATE(1123), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(4299), - [anon_sym_object] = ACTIONS(4299), - [anon_sym_fun] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_this] = ACTIONS(4299), - [anon_sym_super] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4301), - [sym_label] = ACTIONS(4299), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_null] = ACTIONS(4299), - [anon_sym_if] = ACTIONS(4299), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_when] = ACTIONS(4299), - [anon_sym_try] = ACTIONS(4299), - [anon_sym_throw] = ACTIONS(4299), - [anon_sym_return] = ACTIONS(4299), - [anon_sym_continue] = ACTIONS(4299), - [anon_sym_break] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4301), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG] = ACTIONS(4299), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), + [1344] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(8872), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5550), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4301), - [anon_sym_continue_AT] = ACTIONS(4301), - [anon_sym_break_AT] = ACTIONS(4301), - [anon_sym_this_AT] = ACTIONS(4301), - [anon_sym_super_AT] = ACTIONS(4301), - [sym_real_literal] = ACTIONS(4301), - [sym_integer_literal] = ACTIONS(4299), - [sym_hex_literal] = ACTIONS(4301), - [sym_bin_literal] = ACTIONS(4301), - [anon_sym_true] = ACTIONS(4299), - [anon_sym_false] = ACTIONS(4299), - [anon_sym_SQUOTE] = ACTIONS(4301), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4301), - }, - [1373] = { - [sym_function_body] = STATE(1085), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(5255), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_COMMA] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_where] = ACTIONS(4439), - [anon_sym_object] = ACTIONS(4439), - [anon_sym_fun] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_this] = ACTIONS(4439), - [anon_sym_super] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4441), - [sym_label] = ACTIONS(4439), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_null] = ACTIONS(4439), - [anon_sym_if] = ACTIONS(4439), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_when] = ACTIONS(4439), - [anon_sym_try] = ACTIONS(4439), - [anon_sym_throw] = ACTIONS(4439), - [anon_sym_return] = ACTIONS(4439), - [anon_sym_continue] = ACTIONS(4439), - [anon_sym_break] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4441), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG] = ACTIONS(4439), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_suspend] = ACTIONS(4439), - [anon_sym_sealed] = ACTIONS(4439), - [anon_sym_annotation] = ACTIONS(4439), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_override] = ACTIONS(4439), - [anon_sym_lateinit] = ACTIONS(4439), - [anon_sym_public] = ACTIONS(4439), - [anon_sym_private] = ACTIONS(4439), - [anon_sym_internal] = ACTIONS(4439), - [anon_sym_protected] = ACTIONS(4439), - [anon_sym_tailrec] = ACTIONS(4439), - [anon_sym_operator] = ACTIONS(4439), - [anon_sym_infix] = ACTIONS(4439), - [anon_sym_inline] = ACTIONS(4439), - [anon_sym_external] = ACTIONS(4439), - [sym_property_modifier] = ACTIONS(4439), - [anon_sym_abstract] = ACTIONS(4439), - [anon_sym_final] = ACTIONS(4439), - [anon_sym_open] = ACTIONS(4439), - [anon_sym_vararg] = ACTIONS(4439), - [anon_sym_noinline] = ACTIONS(4439), - [anon_sym_crossinline] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4441), - [anon_sym_continue_AT] = ACTIONS(4441), - [anon_sym_break_AT] = ACTIONS(4441), - [anon_sym_this_AT] = ACTIONS(4441), - [anon_sym_super_AT] = ACTIONS(4441), - [sym_real_literal] = ACTIONS(4441), - [sym_integer_literal] = ACTIONS(4439), - [sym_hex_literal] = ACTIONS(4441), - [sym_bin_literal] = ACTIONS(4441), - [anon_sym_true] = ACTIONS(4439), - [anon_sym_false] = ACTIONS(4439), - [anon_sym_SQUOTE] = ACTIONS(4441), - [sym__backtick_identifier] = ACTIONS(4441), - [sym__automatic_semicolon] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4441), + [sym__string_start] = ACTIONS(205), }, - [1374] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1345] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5614), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5552), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1375] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1346] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5616), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5554), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1376] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9028), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1347] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(8933), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5618), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5556), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1377] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1348] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5620), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5558), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1378] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1349] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5622), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5560), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1379] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1350] = { + [sym_type_constraints] = STATE(944), + [sym_enum_class_body] = STATE(1110), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_COLON] = ACTIONS(5562), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4200), + [anon_sym_fun] = ACTIONS(4200), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_this] = ACTIONS(4200), + [anon_sym_super] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4202), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_null] = ACTIONS(4200), + [anon_sym_if] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_when] = ACTIONS(4200), + [anon_sym_try] = ACTIONS(4200), + [anon_sym_throw] = ACTIONS(4200), + [anon_sym_return] = ACTIONS(4200), + [anon_sym_continue] = ACTIONS(4200), + [anon_sym_break] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4202), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4202), + [anon_sym_continue_AT] = ACTIONS(4202), + [anon_sym_break_AT] = ACTIONS(4202), + [anon_sym_this_AT] = ACTIONS(4202), + [anon_sym_super_AT] = ACTIONS(4202), + [sym_real_literal] = ACTIONS(4202), + [sym_integer_literal] = ACTIONS(4200), + [sym_hex_literal] = ACTIONS(4202), + [sym_bin_literal] = ACTIONS(4202), + [anon_sym_true] = ACTIONS(4200), + [anon_sym_false] = ACTIONS(4200), + [anon_sym_SQUOTE] = ACTIONS(4202), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4202), + }, + [1351] = { + [sym_type_constraints] = STATE(927), + [sym_enum_class_body] = STATE(1166), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(3498), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3274), + [anon_sym_sealed] = ACTIONS(3274), + [anon_sym_annotation] = ACTIONS(3274), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_override] = ACTIONS(3274), + [anon_sym_lateinit] = ACTIONS(3274), + [anon_sym_public] = ACTIONS(3274), + [anon_sym_private] = ACTIONS(3274), + [anon_sym_internal] = ACTIONS(3274), + [anon_sym_protected] = ACTIONS(3274), + [anon_sym_tailrec] = ACTIONS(3274), + [anon_sym_operator] = ACTIONS(3274), + [anon_sym_infix] = ACTIONS(3274), + [anon_sym_inline] = ACTIONS(3274), + [anon_sym_external] = ACTIONS(3274), + [sym_property_modifier] = ACTIONS(3274), + [anon_sym_abstract] = ACTIONS(3274), + [anon_sym_final] = ACTIONS(3274), + [anon_sym_open] = ACTIONS(3274), + [anon_sym_vararg] = ACTIONS(3274), + [anon_sym_noinline] = ACTIONS(3274), + [anon_sym_crossinline] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), + }, + [1352] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5624), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5564), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1380] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9006), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1353] = { + [sym_class_body] = STATE(1179), + [sym_type_constraints] = STATE(970), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(5566), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4245), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4245), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), + }, + [1354] = { + [sym_primary_constructor] = STATE(3041), + [sym__class_parameters] = STATE(3281), + [sym_type_parameters] = STATE(1405), + [sym_type_constraints] = STATE(3314), + [sym_enum_class_body] = STATE(3518), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5568), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_RBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_EQ] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_COMMA] = ACTIONS(3242), + [anon_sym_RPAREN] = ACTIONS(3242), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3238), + [anon_sym_DASH_GT] = ACTIONS(3242), + [sym_label] = ACTIONS(3242), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_while] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_PLUS_EQ] = ACTIONS(3242), + [anon_sym_DASH_EQ] = ACTIONS(3242), + [anon_sym_STAR_EQ] = ACTIONS(3242), + [anon_sym_SLASH_EQ] = ACTIONS(3242), + [anon_sym_PERCENT_EQ] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3238), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG_BANG] = ACTIONS(3242), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), + [sym_multiline_comment] = ACTIONS(3), + }, + [1355] = { + [sym_type_constraints] = STATE(982), + [sym_enum_class_body] = STATE(1179), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(5578), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4245), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4245), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), + }, + [1356] = { + [sym_class_body] = STATE(1083), + [sym_type_constraints] = STATE(967), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(3494), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, + [1357] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5626), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5580), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1381] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1358] = { + [sym_type_constraints] = STATE(960), + [sym_enum_class_body] = STATE(1083), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(3492), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, + [1359] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5628), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5582), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1382] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), + [1360] = { + [sym__expression] = STATE(4459), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1422), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8403), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(5584), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1361] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_RPAREN] = ACTIONS(5630), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5586), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1383] = { - [sym_primary_constructor] = STATE(4565), - [sym_class_body] = STATE(4812), - [sym__class_parameters] = STATE(4662), - [sym_type_parameters] = STATE(1402), - [sym_type_constraints] = STATE(4660), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [1362] = { + [sym_primary_constructor] = STATE(2978), + [sym_class_body] = STATE(3559), + [sym__class_parameters] = STATE(3281), + [sym_type_parameters] = STATE(1404), + [sym_type_constraints] = STATE(3306), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5632), + [anon_sym_COLON] = ACTIONS(5588), [anon_sym_LBRACK] = ACTIONS(3206), [anon_sym_RBRACK] = ACTIONS(3206), [anon_sym_as] = ACTIONS(3200), [anon_sym_EQ] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5598), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5590), [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(5580), + [anon_sym_LPAREN] = ACTIONS(5574), [anon_sym_COMMA] = ACTIONS(3206), [anon_sym_RPAREN] = ACTIONS(3206), [anon_sym_LT] = ACTIONS(5490), [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(5582), + [anon_sym_where] = ACTIONS(5576), [anon_sym_DOT] = ACTIONS(3200), [anon_sym_SEMI] = ACTIONS(3206), [anon_sym_get] = ACTIONS(3200), @@ -204868,587 +202693,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, - [1384] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3167), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3169), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3658), - [anon_sym_where] = ACTIONS(3167), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3668), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3672), - [anon_sym_DOT_DOT] = ACTIONS(3674), - [anon_sym_QMARK_COLON] = ACTIONS(3676), - [anon_sym_AMP_AMP] = ACTIONS(3678), - [anon_sym_PIPE_PIPE] = ACTIONS(3680), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3169), - [anon_sym_DASH_EQ] = ACTIONS(3169), - [anon_sym_STAR_EQ] = ACTIONS(3169), - [anon_sym_SLASH_EQ] = ACTIONS(3169), - [anon_sym_PERCENT_EQ] = ACTIONS(3169), - [anon_sym_BANG_EQ] = ACTIONS(3684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), - [anon_sym_EQ_EQ] = ACTIONS(3684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3686), - [anon_sym_LT_EQ] = ACTIONS(3688), - [anon_sym_GT_EQ] = ACTIONS(3688), - [anon_sym_BANGin] = ACTIONS(3690), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(3696), - [anon_sym_DASH] = ACTIONS(3696), - [anon_sym_SLASH] = ACTIONS(3668), - [anon_sym_PERCENT] = ACTIONS(3668), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3167), - [anon_sym_sealed] = ACTIONS(3167), - [anon_sym_annotation] = ACTIONS(3167), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3167), - [anon_sym_lateinit] = ACTIONS(3167), - [anon_sym_public] = ACTIONS(3167), - [anon_sym_private] = ACTIONS(3167), - [anon_sym_internal] = ACTIONS(3167), - [anon_sym_protected] = ACTIONS(3167), - [anon_sym_tailrec] = ACTIONS(3167), - [anon_sym_operator] = ACTIONS(3167), - [anon_sym_infix] = ACTIONS(3167), - [anon_sym_inline] = ACTIONS(3167), - [anon_sym_external] = ACTIONS(3167), - [sym_property_modifier] = ACTIONS(3167), - [anon_sym_abstract] = ACTIONS(3167), - [anon_sym_final] = ACTIONS(3167), - [anon_sym_open] = ACTIONS(3167), - [anon_sym_vararg] = ACTIONS(3167), - [anon_sym_noinline] = ACTIONS(3167), - [anon_sym_crossinline] = ACTIONS(3167), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3169), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [1385] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3090), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3090), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3658), - [anon_sym_where] = ACTIONS(3088), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3668), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3672), - [anon_sym_DOT_DOT] = ACTIONS(3674), - [anon_sym_QMARK_COLON] = ACTIONS(3676), - [anon_sym_AMP_AMP] = ACTIONS(3678), - [anon_sym_PIPE_PIPE] = ACTIONS(3680), - [anon_sym_else] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3090), - [anon_sym_DASH_EQ] = ACTIONS(3090), - [anon_sym_STAR_EQ] = ACTIONS(3090), - [anon_sym_SLASH_EQ] = ACTIONS(3090), - [anon_sym_PERCENT_EQ] = ACTIONS(3090), - [anon_sym_BANG_EQ] = ACTIONS(3684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), - [anon_sym_EQ_EQ] = ACTIONS(3684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3686), - [anon_sym_LT_EQ] = ACTIONS(3688), - [anon_sym_GT_EQ] = ACTIONS(3688), - [anon_sym_BANGin] = ACTIONS(3690), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(3696), - [anon_sym_DASH] = ACTIONS(3696), - [anon_sym_SLASH] = ACTIONS(3668), - [anon_sym_PERCENT] = ACTIONS(3668), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3088), - [anon_sym_sealed] = ACTIONS(3088), - [anon_sym_annotation] = ACTIONS(3088), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3088), - [anon_sym_lateinit] = ACTIONS(3088), - [anon_sym_public] = ACTIONS(3088), - [anon_sym_private] = ACTIONS(3088), - [anon_sym_internal] = ACTIONS(3088), - [anon_sym_protected] = ACTIONS(3088), - [anon_sym_tailrec] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_infix] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_external] = ACTIONS(3088), - [sym_property_modifier] = ACTIONS(3088), - [anon_sym_abstract] = ACTIONS(3088), - [anon_sym_final] = ACTIONS(3088), - [anon_sym_open] = ACTIONS(3088), - [anon_sym_vararg] = ACTIONS(3088), - [anon_sym_noinline] = ACTIONS(3088), - [anon_sym_crossinline] = ACTIONS(3088), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3090), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [1386] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3156), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3158), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3158), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3658), - [anon_sym_where] = ACTIONS(3156), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3668), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3672), - [anon_sym_DOT_DOT] = ACTIONS(3674), - [anon_sym_QMARK_COLON] = ACTIONS(3676), - [anon_sym_AMP_AMP] = ACTIONS(3678), - [anon_sym_PIPE_PIPE] = ACTIONS(3680), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3158), - [anon_sym_DASH_EQ] = ACTIONS(3158), - [anon_sym_STAR_EQ] = ACTIONS(3158), - [anon_sym_SLASH_EQ] = ACTIONS(3158), - [anon_sym_PERCENT_EQ] = ACTIONS(3158), - [anon_sym_BANG_EQ] = ACTIONS(3684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), - [anon_sym_EQ_EQ] = ACTIONS(3684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3686), - [anon_sym_LT_EQ] = ACTIONS(3688), - [anon_sym_GT_EQ] = ACTIONS(3688), - [anon_sym_BANGin] = ACTIONS(3690), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(3696), - [anon_sym_DASH] = ACTIONS(3696), - [anon_sym_SLASH] = ACTIONS(3668), - [anon_sym_PERCENT] = ACTIONS(3668), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3156), - [anon_sym_sealed] = ACTIONS(3156), - [anon_sym_annotation] = ACTIONS(3156), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3156), - [anon_sym_lateinit] = ACTIONS(3156), - [anon_sym_public] = ACTIONS(3156), - [anon_sym_private] = ACTIONS(3156), - [anon_sym_internal] = ACTIONS(3156), - [anon_sym_protected] = ACTIONS(3156), - [anon_sym_tailrec] = ACTIONS(3156), - [anon_sym_operator] = ACTIONS(3156), - [anon_sym_infix] = ACTIONS(3156), - [anon_sym_inline] = ACTIONS(3156), - [anon_sym_external] = ACTIONS(3156), - [sym_property_modifier] = ACTIONS(3156), - [anon_sym_abstract] = ACTIONS(3156), - [anon_sym_final] = ACTIONS(3156), - [anon_sym_open] = ACTIONS(3156), - [anon_sym_vararg] = ACTIONS(3156), - [anon_sym_noinline] = ACTIONS(3156), - [anon_sym_crossinline] = ACTIONS(3156), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3158), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [1387] = { - [sym_class_body] = STATE(1137), - [sym__alpha_identifier] = ACTIONS(4349), - [anon_sym_AT] = ACTIONS(4351), - [anon_sym_COLON] = ACTIONS(5634), - [anon_sym_LBRACK] = ACTIONS(4351), - [anon_sym_as] = ACTIONS(4349), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4351), - [anon_sym_LPAREN] = ACTIONS(4351), - [anon_sym_COMMA] = ACTIONS(4351), - [anon_sym_LT] = ACTIONS(4349), - [anon_sym_GT] = ACTIONS(4349), - [anon_sym_where] = ACTIONS(4349), - [anon_sym_object] = ACTIONS(4349), - [anon_sym_fun] = ACTIONS(4349), - [anon_sym_DOT] = ACTIONS(4349), - [anon_sym_SEMI] = ACTIONS(4351), - [anon_sym_get] = ACTIONS(4349), - [anon_sym_set] = ACTIONS(4349), - [anon_sym_this] = ACTIONS(4349), - [anon_sym_super] = ACTIONS(4349), - [anon_sym_STAR] = ACTIONS(4351), - [sym_label] = ACTIONS(4349), - [anon_sym_in] = ACTIONS(4349), - [anon_sym_DOT_DOT] = ACTIONS(4351), - [anon_sym_QMARK_COLON] = ACTIONS(4351), - [anon_sym_AMP_AMP] = ACTIONS(4351), - [anon_sym_PIPE_PIPE] = ACTIONS(4351), - [anon_sym_null] = ACTIONS(4349), - [anon_sym_if] = ACTIONS(4349), - [anon_sym_else] = ACTIONS(4349), - [anon_sym_when] = ACTIONS(4349), - [anon_sym_try] = ACTIONS(4349), - [anon_sym_throw] = ACTIONS(4349), - [anon_sym_return] = ACTIONS(4349), - [anon_sym_continue] = ACTIONS(4349), - [anon_sym_break] = ACTIONS(4349), - [anon_sym_COLON_COLON] = ACTIONS(4351), - [anon_sym_BANG_EQ] = ACTIONS(4349), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4351), - [anon_sym_EQ_EQ] = ACTIONS(4349), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4351), - [anon_sym_LT_EQ] = ACTIONS(4351), - [anon_sym_GT_EQ] = ACTIONS(4351), - [anon_sym_BANGin] = ACTIONS(4351), - [anon_sym_is] = ACTIONS(4349), - [anon_sym_BANGis] = ACTIONS(4351), - [anon_sym_PLUS] = ACTIONS(4349), - [anon_sym_DASH] = ACTIONS(4349), - [anon_sym_SLASH] = ACTIONS(4349), - [anon_sym_PERCENT] = ACTIONS(4351), - [anon_sym_as_QMARK] = ACTIONS(4351), - [anon_sym_PLUS_PLUS] = ACTIONS(4351), - [anon_sym_DASH_DASH] = ACTIONS(4351), - [anon_sym_BANG] = ACTIONS(4349), - [anon_sym_BANG_BANG] = ACTIONS(4351), - [anon_sym_suspend] = ACTIONS(4349), - [anon_sym_sealed] = ACTIONS(4349), - [anon_sym_annotation] = ACTIONS(4349), - [anon_sym_data] = ACTIONS(4349), - [anon_sym_inner] = ACTIONS(4349), - [anon_sym_value] = ACTIONS(4349), - [anon_sym_override] = ACTIONS(4349), - [anon_sym_lateinit] = ACTIONS(4349), - [anon_sym_public] = ACTIONS(4349), - [anon_sym_private] = ACTIONS(4349), - [anon_sym_internal] = ACTIONS(4349), - [anon_sym_protected] = ACTIONS(4349), - [anon_sym_tailrec] = ACTIONS(4349), - [anon_sym_operator] = ACTIONS(4349), - [anon_sym_infix] = ACTIONS(4349), - [anon_sym_inline] = ACTIONS(4349), - [anon_sym_external] = ACTIONS(4349), - [sym_property_modifier] = ACTIONS(4349), - [anon_sym_abstract] = ACTIONS(4349), - [anon_sym_final] = ACTIONS(4349), - [anon_sym_open] = ACTIONS(4349), - [anon_sym_vararg] = ACTIONS(4349), - [anon_sym_noinline] = ACTIONS(4349), - [anon_sym_crossinline] = ACTIONS(4349), - [anon_sym_expect] = ACTIONS(4349), - [anon_sym_actual] = ACTIONS(4349), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4351), - [anon_sym_continue_AT] = ACTIONS(4351), - [anon_sym_break_AT] = ACTIONS(4351), - [anon_sym_this_AT] = ACTIONS(4351), - [anon_sym_super_AT] = ACTIONS(4351), - [sym_real_literal] = ACTIONS(4351), - [sym_integer_literal] = ACTIONS(4349), - [sym_hex_literal] = ACTIONS(4351), - [sym_bin_literal] = ACTIONS(4351), - [anon_sym_true] = ACTIONS(4349), - [anon_sym_false] = ACTIONS(4349), - [anon_sym_SQUOTE] = ACTIONS(4351), - [sym__backtick_identifier] = ACTIONS(4351), - [sym__automatic_semicolon] = ACTIONS(4351), - [sym_safe_nav] = ACTIONS(4351), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4351), - }, - [1388] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_where] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(3668), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3195), - [anon_sym_DASH_EQ] = ACTIONS(3195), - [anon_sym_STAR_EQ] = ACTIONS(3195), - [anon_sym_SLASH_EQ] = ACTIONS(3195), - [anon_sym_PERCENT_EQ] = ACTIONS(3195), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(3668), - [anon_sym_PERCENT] = ACTIONS(3668), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3193), - [anon_sym_sealed] = ACTIONS(3193), - [anon_sym_annotation] = ACTIONS(3193), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_override] = ACTIONS(3193), - [anon_sym_lateinit] = ACTIONS(3193), - [anon_sym_public] = ACTIONS(3193), - [anon_sym_private] = ACTIONS(3193), - [anon_sym_internal] = ACTIONS(3193), - [anon_sym_protected] = ACTIONS(3193), - [anon_sym_tailrec] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_infix] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym_external] = ACTIONS(3193), - [sym_property_modifier] = ACTIONS(3193), - [anon_sym_abstract] = ACTIONS(3193), - [anon_sym_final] = ACTIONS(3193), - [anon_sym_open] = ACTIONS(3193), - [anon_sym_vararg] = ACTIONS(3193), - [anon_sym_noinline] = ACTIONS(3193), - [anon_sym_crossinline] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3195), - [sym__automatic_semicolon] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [1389] = { - [sym_primary_constructor] = STATE(3000), - [sym__class_parameters] = STATE(3293), - [sym_type_constraints] = STATE(3327), - [sym_enum_class_body] = STATE(3501), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), + [1363] = { + [sym_primary_constructor] = STATE(2979), + [sym__class_parameters] = STATE(3281), + [sym_type_parameters] = STATE(1403), + [sym_type_constraints] = STATE(3301), + [sym_enum_class_body] = STATE(3559), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5636), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_RBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_RPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [anon_sym_DASH_GT] = ACTIONS(3290), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_while] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), + [anon_sym_COLON] = ACTIONS(5592), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_RBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_EQ] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_COMMA] = ACTIONS(3206), + [anon_sym_RPAREN] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3200), + [anon_sym_DASH_GT] = ACTIONS(3206), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_while] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_PLUS_EQ] = ACTIONS(3206), + [anon_sym_DASH_EQ] = ACTIONS(3206), + [anon_sym_STAR_EQ] = ACTIONS(3206), + [anon_sym_SLASH_EQ] = ACTIONS(3206), + [anon_sym_PERCENT_EQ] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -205476,684 +202792,2029 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [sym__backtick_identifier] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, - [1390] = { - [sym_type_constraints] = STATE(935), - [sym_enum_class_body] = STATE(1167), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(5638), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4218), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4218), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), - }, - [1391] = { - [sym_class_body] = STATE(1068), - [sym_type_constraints] = STATE(969), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(3552), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_this] = ACTIONS(3278), - [anon_sym_super] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3278), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [1392] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3182), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3184), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3184), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3658), - [anon_sym_where] = ACTIONS(3182), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3668), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3672), - [anon_sym_DOT_DOT] = ACTIONS(3674), - [anon_sym_QMARK_COLON] = ACTIONS(3676), - [anon_sym_AMP_AMP] = ACTIONS(3678), - [anon_sym_PIPE_PIPE] = ACTIONS(3680), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3184), - [anon_sym_DASH_EQ] = ACTIONS(3184), - [anon_sym_STAR_EQ] = ACTIONS(3184), - [anon_sym_SLASH_EQ] = ACTIONS(3184), - [anon_sym_PERCENT_EQ] = ACTIONS(3184), - [anon_sym_BANG_EQ] = ACTIONS(3684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), - [anon_sym_EQ_EQ] = ACTIONS(3684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3686), - [anon_sym_LT_EQ] = ACTIONS(3688), - [anon_sym_GT_EQ] = ACTIONS(3688), - [anon_sym_BANGin] = ACTIONS(3690), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(3696), - [anon_sym_DASH] = ACTIONS(3696), - [anon_sym_SLASH] = ACTIONS(3668), - [anon_sym_PERCENT] = ACTIONS(3668), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3182), - [anon_sym_sealed] = ACTIONS(3182), - [anon_sym_annotation] = ACTIONS(3182), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3182), - [anon_sym_lateinit] = ACTIONS(3182), - [anon_sym_public] = ACTIONS(3182), - [anon_sym_private] = ACTIONS(3182), - [anon_sym_internal] = ACTIONS(3182), - [anon_sym_protected] = ACTIONS(3182), - [anon_sym_tailrec] = ACTIONS(3182), - [anon_sym_operator] = ACTIONS(3182), - [anon_sym_infix] = ACTIONS(3182), - [anon_sym_inline] = ACTIONS(3182), - [anon_sym_external] = ACTIONS(3182), - [sym_property_modifier] = ACTIONS(3182), - [anon_sym_abstract] = ACTIONS(3182), - [anon_sym_final] = ACTIONS(3182), - [anon_sym_open] = ACTIONS(3182), - [anon_sym_vararg] = ACTIONS(3182), - [anon_sym_noinline] = ACTIONS(3182), - [anon_sym_crossinline] = ACTIONS(3182), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [1364] = { + [sym_primary_constructor] = STATE(3008), + [sym_class_body] = STATE(3600), + [sym__class_parameters] = STATE(3281), + [sym_type_parameters] = STATE(1399), + [sym_type_constraints] = STATE(3282), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5594), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_RBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_EQ] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_COMMA] = ACTIONS(3258), + [anon_sym_RPAREN] = ACTIONS(3258), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3254), + [anon_sym_DASH_GT] = ACTIONS(3258), + [sym_label] = ACTIONS(3258), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_while] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [anon_sym_else] = ACTIONS(3254), + [anon_sym_COLON_COLON] = ACTIONS(3258), + [anon_sym_PLUS_EQ] = ACTIONS(3258), + [anon_sym_DASH_EQ] = ACTIONS(3258), + [anon_sym_STAR_EQ] = ACTIONS(3258), + [anon_sym_SLASH_EQ] = ACTIONS(3258), + [anon_sym_PERCENT_EQ] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [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(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG_BANG] = ACTIONS(3258), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3184), - [sym_safe_nav] = ACTIONS(3682), + [sym__backtick_identifier] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), [sym_multiline_comment] = ACTIONS(3), }, - [1393] = { - [sym_class_body] = STATE(1043), - [sym__alpha_identifier] = ACTIONS(4497), - [anon_sym_AT] = ACTIONS(4499), - [anon_sym_COLON] = ACTIONS(5640), - [anon_sym_LBRACK] = ACTIONS(4499), - [anon_sym_as] = ACTIONS(4497), - [anon_sym_LBRACE] = ACTIONS(3210), - [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(4499), - [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_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_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(4499), - [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_value] = 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), + [1365] = { + [sym_class_body] = STATE(1058), + [sym_type_constraints] = STATE(951), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_COLON] = ACTIONS(5596), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4212), + [anon_sym_fun] = ACTIONS(4212), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_this] = ACTIONS(4212), + [anon_sym_super] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4214), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_null] = ACTIONS(4212), + [anon_sym_if] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_when] = ACTIONS(4212), + [anon_sym_try] = ACTIONS(4212), + [anon_sym_throw] = ACTIONS(4212), + [anon_sym_return] = ACTIONS(4212), + [anon_sym_continue] = ACTIONS(4212), + [anon_sym_break] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4214), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4214), + [anon_sym_continue_AT] = ACTIONS(4214), + [anon_sym_break_AT] = ACTIONS(4214), + [anon_sym_this_AT] = ACTIONS(4214), + [anon_sym_super_AT] = ACTIONS(4214), + [sym_real_literal] = ACTIONS(4214), + [sym_integer_literal] = ACTIONS(4212), + [sym_hex_literal] = ACTIONS(4214), + [sym_bin_literal] = ACTIONS(4214), + [anon_sym_true] = ACTIONS(4212), + [anon_sym_false] = ACTIONS(4212), + [anon_sym_SQUOTE] = ACTIONS(4214), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4214), + }, + [1366] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(8871), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5598), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4499), - [anon_sym_continue_AT] = ACTIONS(4499), - [anon_sym_break_AT] = ACTIONS(4499), - [anon_sym_this_AT] = ACTIONS(4499), - [anon_sym_super_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), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4499), + [sym__string_start] = ACTIONS(205), }, - [1394] = { - [sym_function_body] = STATE(1025), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4229), - [anon_sym_AT] = ACTIONS(4231), - [anon_sym_COLON] = ACTIONS(5642), - [anon_sym_LBRACK] = ACTIONS(4231), - [anon_sym_as] = ACTIONS(4229), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4231), - [anon_sym_LPAREN] = ACTIONS(4231), - [anon_sym_LT] = ACTIONS(4229), - [anon_sym_GT] = ACTIONS(4229), - [anon_sym_object] = ACTIONS(4229), - [anon_sym_fun] = ACTIONS(4229), - [anon_sym_DOT] = ACTIONS(4229), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(4229), - [anon_sym_set] = ACTIONS(4229), - [anon_sym_this] = ACTIONS(4229), - [anon_sym_super] = ACTIONS(4229), - [anon_sym_STAR] = ACTIONS(4231), - [sym_label] = ACTIONS(4229), - [anon_sym_in] = ACTIONS(4229), - [anon_sym_DOT_DOT] = ACTIONS(4231), - [anon_sym_QMARK_COLON] = ACTIONS(4231), - [anon_sym_AMP_AMP] = ACTIONS(4231), - [anon_sym_PIPE_PIPE] = ACTIONS(4231), - [anon_sym_null] = ACTIONS(4229), - [anon_sym_if] = ACTIONS(4229), - [anon_sym_else] = ACTIONS(4229), - [anon_sym_when] = ACTIONS(4229), - [anon_sym_try] = ACTIONS(4229), - [anon_sym_throw] = ACTIONS(4229), - [anon_sym_return] = ACTIONS(4229), - [anon_sym_continue] = ACTIONS(4229), - [anon_sym_break] = ACTIONS(4229), - [anon_sym_COLON_COLON] = ACTIONS(4231), - [anon_sym_BANG_EQ] = ACTIONS(4229), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4231), - [anon_sym_EQ_EQ] = ACTIONS(4229), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4231), - [anon_sym_LT_EQ] = ACTIONS(4231), - [anon_sym_GT_EQ] = ACTIONS(4231), - [anon_sym_BANGin] = ACTIONS(4231), - [anon_sym_is] = ACTIONS(4229), - [anon_sym_BANGis] = ACTIONS(4231), - [anon_sym_PLUS] = ACTIONS(4229), - [anon_sym_DASH] = ACTIONS(4229), - [anon_sym_SLASH] = ACTIONS(4229), - [anon_sym_PERCENT] = ACTIONS(4231), - [anon_sym_as_QMARK] = ACTIONS(4231), - [anon_sym_PLUS_PLUS] = ACTIONS(4231), - [anon_sym_DASH_DASH] = ACTIONS(4231), - [anon_sym_BANG] = ACTIONS(4229), - [anon_sym_BANG_BANG] = ACTIONS(4231), - [anon_sym_suspend] = ACTIONS(4229), - [anon_sym_sealed] = ACTIONS(4229), - [anon_sym_annotation] = ACTIONS(4229), - [anon_sym_data] = ACTIONS(4229), - [anon_sym_inner] = ACTIONS(4229), - [anon_sym_value] = ACTIONS(4229), - [anon_sym_override] = ACTIONS(4229), - [anon_sym_lateinit] = ACTIONS(4229), - [anon_sym_public] = ACTIONS(4229), - [anon_sym_private] = ACTIONS(4229), - [anon_sym_internal] = ACTIONS(4229), - [anon_sym_protected] = ACTIONS(4229), - [anon_sym_tailrec] = ACTIONS(4229), - [anon_sym_operator] = ACTIONS(4229), - [anon_sym_infix] = ACTIONS(4229), - [anon_sym_inline] = ACTIONS(4229), - [anon_sym_external] = ACTIONS(4229), - [sym_property_modifier] = ACTIONS(4229), - [anon_sym_abstract] = ACTIONS(4229), - [anon_sym_final] = ACTIONS(4229), - [anon_sym_open] = ACTIONS(4229), - [anon_sym_vararg] = ACTIONS(4229), - [anon_sym_noinline] = ACTIONS(4229), - [anon_sym_crossinline] = ACTIONS(4229), - [anon_sym_expect] = ACTIONS(4229), - [anon_sym_actual] = ACTIONS(4229), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4231), - [anon_sym_continue_AT] = ACTIONS(4231), - [anon_sym_break_AT] = ACTIONS(4231), - [anon_sym_this_AT] = ACTIONS(4231), - [anon_sym_super_AT] = ACTIONS(4231), - [sym_real_literal] = ACTIONS(4231), - [sym_integer_literal] = ACTIONS(4229), - [sym_hex_literal] = ACTIONS(4231), - [sym_bin_literal] = ACTIONS(4231), - [anon_sym_true] = ACTIONS(4229), - [anon_sym_false] = ACTIONS(4229), - [anon_sym_SQUOTE] = ACTIONS(4231), - [sym__backtick_identifier] = ACTIONS(4231), - [sym__automatic_semicolon] = ACTIONS(4231), - [sym_safe_nav] = ACTIONS(4231), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4231), + [1367] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5600), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), }, - [1395] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(3186), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3186), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_where] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3186), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [anon_sym_else] = ACTIONS(3186), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3188), - [anon_sym_DASH_EQ] = ACTIONS(3188), - [anon_sym_STAR_EQ] = ACTIONS(3188), - [anon_sym_SLASH_EQ] = ACTIONS(3188), - [anon_sym_PERCENT_EQ] = ACTIONS(3188), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [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(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [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_value] = 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(3188), - [sym__automatic_semicolon] = ACTIONS(3188), - [sym_safe_nav] = ACTIONS(3682), + [1368] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5602), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), }, - [1396] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), + [1369] = { + [sym_class_body] = STATE(1171), + [sym_type_constraints] = STATE(929), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_COLON] = ACTIONS(3490), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3290), + [anon_sym_sealed] = ACTIONS(3290), + [anon_sym_annotation] = ACTIONS(3290), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_override] = ACTIONS(3290), + [anon_sym_lateinit] = ACTIONS(3290), + [anon_sym_public] = ACTIONS(3290), + [anon_sym_private] = ACTIONS(3290), + [anon_sym_internal] = ACTIONS(3290), + [anon_sym_protected] = ACTIONS(3290), + [anon_sym_tailrec] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_infix] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_external] = ACTIONS(3290), + [sym_property_modifier] = ACTIONS(3290), + [anon_sym_abstract] = ACTIONS(3290), + [anon_sym_final] = ACTIONS(3290), + [anon_sym_open] = ACTIONS(3290), + [anon_sym_vararg] = ACTIONS(3290), + [anon_sym_noinline] = ACTIONS(3290), + [anon_sym_crossinline] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), + }, + [1370] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5604), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1371] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5606), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1372] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5608), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1373] = { + [sym_type_constraints] = STATE(1586), + [sym_function_body] = STATE(1123), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4319), + [anon_sym_fun] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_this] = ACTIONS(4319), + [anon_sym_super] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4321), + [sym_label] = ACTIONS(4319), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_null] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_when] = ACTIONS(4319), + [anon_sym_try] = ACTIONS(4319), + [anon_sym_throw] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4321), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4321), + [anon_sym_continue_AT] = ACTIONS(4321), + [anon_sym_break_AT] = ACTIONS(4321), + [anon_sym_this_AT] = ACTIONS(4321), + [anon_sym_super_AT] = ACTIONS(4321), + [sym_real_literal] = ACTIONS(4321), + [sym_integer_literal] = ACTIONS(4319), + [sym_hex_literal] = ACTIONS(4321), + [sym_bin_literal] = ACTIONS(4321), + [anon_sym_true] = ACTIONS(4319), + [anon_sym_false] = ACTIONS(4319), + [anon_sym_SQUOTE] = ACTIONS(4321), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4321), + }, + [1374] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9048), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5610), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1375] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5612), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1376] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5614), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1377] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5616), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1378] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9060), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5618), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1379] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5620), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1380] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5622), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1381] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5624), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1382] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_RPAREN] = ACTIONS(5626), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1383] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(3185), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3121), + [anon_sym_EQ] = ACTIONS(3185), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_RBRACE] = ACTIONS(3187), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3658), - [anon_sym_where] = ACTIONS(3121), + [anon_sym_COMMA] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_where] = ACTIONS(3185), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3123), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), [anon_sym_STAR] = ACTIONS(3668), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3672), - [anon_sym_DOT_DOT] = ACTIONS(3674), - [anon_sym_QMARK_COLON] = ACTIONS(3676), - [anon_sym_AMP_AMP] = ACTIONS(3678), - [anon_sym_PIPE_PIPE] = ACTIONS(3680), - [anon_sym_else] = ACTIONS(3121), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_else] = ACTIONS(3185), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3123), - [anon_sym_DASH_EQ] = ACTIONS(3123), - [anon_sym_STAR_EQ] = ACTIONS(3123), - [anon_sym_SLASH_EQ] = ACTIONS(3123), - [anon_sym_PERCENT_EQ] = ACTIONS(3123), - [anon_sym_BANG_EQ] = ACTIONS(3684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), - [anon_sym_EQ_EQ] = ACTIONS(3684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3686), - [anon_sym_LT_EQ] = ACTIONS(3688), - [anon_sym_GT_EQ] = ACTIONS(3688), - [anon_sym_BANGin] = ACTIONS(3690), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS_EQ] = ACTIONS(3187), + [anon_sym_DASH_EQ] = ACTIONS(3187), + [anon_sym_STAR_EQ] = ACTIONS(3187), + [anon_sym_SLASH_EQ] = ACTIONS(3187), + [anon_sym_PERCENT_EQ] = ACTIONS(3187), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), [anon_sym_PLUS] = ACTIONS(3696), [anon_sym_DASH] = ACTIONS(3696), [anon_sym_SLASH] = ACTIONS(3668), @@ -206162,163 +204823,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3121), - [anon_sym_sealed] = ACTIONS(3121), - [anon_sym_annotation] = ACTIONS(3121), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3121), - [anon_sym_lateinit] = ACTIONS(3121), - [anon_sym_public] = ACTIONS(3121), - [anon_sym_private] = ACTIONS(3121), - [anon_sym_internal] = ACTIONS(3121), - [anon_sym_protected] = ACTIONS(3121), - [anon_sym_tailrec] = ACTIONS(3121), - [anon_sym_operator] = ACTIONS(3121), - [anon_sym_infix] = ACTIONS(3121), - [anon_sym_inline] = ACTIONS(3121), - [anon_sym_external] = ACTIONS(3121), - [sym_property_modifier] = ACTIONS(3121), - [anon_sym_abstract] = ACTIONS(3121), - [anon_sym_final] = ACTIONS(3121), - [anon_sym_open] = ACTIONS(3121), - [anon_sym_vararg] = ACTIONS(3121), - [anon_sym_noinline] = ACTIONS(3121), - [anon_sym_crossinline] = ACTIONS(3121), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3123), + [anon_sym_suspend] = ACTIONS(3185), + [anon_sym_sealed] = ACTIONS(3185), + [anon_sym_annotation] = ACTIONS(3185), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_override] = ACTIONS(3185), + [anon_sym_lateinit] = ACTIONS(3185), + [anon_sym_public] = ACTIONS(3185), + [anon_sym_private] = ACTIONS(3185), + [anon_sym_internal] = ACTIONS(3185), + [anon_sym_protected] = ACTIONS(3185), + [anon_sym_tailrec] = ACTIONS(3185), + [anon_sym_operator] = ACTIONS(3185), + [anon_sym_infix] = ACTIONS(3185), + [anon_sym_inline] = ACTIONS(3185), + [anon_sym_external] = ACTIONS(3185), + [sym_property_modifier] = ACTIONS(3185), + [anon_sym_abstract] = ACTIONS(3185), + [anon_sym_final] = ACTIONS(3185), + [anon_sym_open] = ACTIONS(3185), + [anon_sym_vararg] = ACTIONS(3185), + [anon_sym_noinline] = ACTIONS(3185), + [anon_sym_crossinline] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3187), + [sym__automatic_semicolon] = ACTIONS(3187), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1397] = { - [sym_value_arguments] = STATE(1170), - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_by] = ACTIONS(5644), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_object] = ACTIONS(4505), - [anon_sym_fun] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_this] = ACTIONS(4505), - [anon_sym_super] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4507), - [sym_label] = ACTIONS(4505), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_null] = ACTIONS(4505), - [anon_sym_if] = ACTIONS(4505), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_when] = ACTIONS(4505), - [anon_sym_try] = ACTIONS(4505), - [anon_sym_throw] = ACTIONS(4505), - [anon_sym_return] = ACTIONS(4505), - [anon_sym_continue] = ACTIONS(4505), - [anon_sym_break] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4507), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG] = ACTIONS(4505), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_suspend] = ACTIONS(4505), - [anon_sym_sealed] = ACTIONS(4505), - [anon_sym_annotation] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_override] = ACTIONS(4505), - [anon_sym_lateinit] = ACTIONS(4505), - [anon_sym_public] = ACTIONS(4505), - [anon_sym_private] = ACTIONS(4505), - [anon_sym_internal] = ACTIONS(4505), - [anon_sym_protected] = ACTIONS(4505), - [anon_sym_tailrec] = ACTIONS(4505), - [anon_sym_operator] = ACTIONS(4505), - [anon_sym_infix] = ACTIONS(4505), - [anon_sym_inline] = ACTIONS(4505), - [anon_sym_external] = ACTIONS(4505), - [sym_property_modifier] = ACTIONS(4505), - [anon_sym_abstract] = ACTIONS(4505), - [anon_sym_final] = ACTIONS(4505), - [anon_sym_open] = ACTIONS(4505), - [anon_sym_vararg] = ACTIONS(4505), - [anon_sym_noinline] = ACTIONS(4505), - [anon_sym_crossinline] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4507), - [anon_sym_continue_AT] = ACTIONS(4507), - [anon_sym_break_AT] = ACTIONS(4507), - [anon_sym_this_AT] = ACTIONS(4507), - [anon_sym_super_AT] = ACTIONS(4507), - [sym_real_literal] = ACTIONS(4507), - [sym_integer_literal] = ACTIONS(4505), - [sym_hex_literal] = ACTIONS(4507), - [sym_bin_literal] = ACTIONS(4507), - [anon_sym_true] = ACTIONS(4505), - [anon_sym_false] = ACTIONS(4505), - [anon_sym_SQUOTE] = ACTIONS(4507), - [sym__backtick_identifier] = ACTIONS(4507), - [sym__automatic_semicolon] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4507), - }, - [1398] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [1384] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), @@ -206333,15 +204892,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(3113), [anon_sym_DOT] = ACTIONS(3660), [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3668), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3672), [anon_sym_DOT_DOT] = ACTIONS(3674), [anon_sym_QMARK_COLON] = ACTIONS(3676), - [anon_sym_AMP_AMP] = ACTIONS(3678), - [anon_sym_PIPE_PIPE] = ACTIONS(3680), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), [anon_sym_else] = ACTIONS(3113), [anon_sym_COLON_COLON] = ACTIONS(3682), [anon_sym_PLUS_EQ] = ACTIONS(3115), @@ -206349,10 +204908,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_EQ] = ACTIONS(3115), [anon_sym_SLASH_EQ] = ACTIONS(3115), [anon_sym_PERCENT_EQ] = ACTIONS(3115), - [anon_sym_BANG_EQ] = ACTIONS(3684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), - [anon_sym_EQ_EQ] = ACTIONS(3684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3686), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), [anon_sym_LT_EQ] = ACTIONS(3688), [anon_sym_GT_EQ] = ACTIONS(3688), [anon_sym_BANGin] = ACTIONS(3690), @@ -206369,9 +204928,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(3113), [anon_sym_sealed] = ACTIONS(3113), [anon_sym_annotation] = ACTIONS(3113), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), [anon_sym_override] = ACTIONS(3113), [anon_sym_lateinit] = ACTIONS(3113), [anon_sym_public] = ACTIONS(3113), @@ -206390,280 +204949,280 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(3113), [anon_sym_noinline] = ACTIONS(3113), [anon_sym_crossinline] = ACTIONS(3113), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym__automatic_semicolon] = ACTIONS(3115), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1399] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(3175), + [1385] = { + [sym_class_body] = STATE(1069), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_COLON] = ACTIONS(5628), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(3260), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4424), + [anon_sym_super_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), + }, + [1386] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(3135), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3175), + [anon_sym_EQ] = ACTIONS(3135), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3177), + [anon_sym_RBRACE] = ACTIONS(3137), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_where] = ACTIONS(3175), + [anon_sym_COMMA] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_where] = ACTIONS(3135), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(3668), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3135), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(3674), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_else] = ACTIONS(3175), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_else] = ACTIONS(3135), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3177), - [anon_sym_DASH_EQ] = ACTIONS(3177), - [anon_sym_STAR_EQ] = ACTIONS(3177), - [anon_sym_SLASH_EQ] = ACTIONS(3177), - [anon_sym_PERCENT_EQ] = ACTIONS(3177), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(3696), - [anon_sym_DASH] = ACTIONS(3696), - [anon_sym_SLASH] = ACTIONS(3668), - [anon_sym_PERCENT] = ACTIONS(3668), + [anon_sym_PLUS_EQ] = ACTIONS(3137), + [anon_sym_DASH_EQ] = ACTIONS(3137), + [anon_sym_STAR_EQ] = ACTIONS(3137), + [anon_sym_SLASH_EQ] = ACTIONS(3137), + [anon_sym_PERCENT_EQ] = ACTIONS(3137), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3135), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3175), - [anon_sym_sealed] = ACTIONS(3175), - [anon_sym_annotation] = ACTIONS(3175), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_override] = ACTIONS(3175), - [anon_sym_lateinit] = ACTIONS(3175), - [anon_sym_public] = ACTIONS(3175), - [anon_sym_private] = ACTIONS(3175), - [anon_sym_internal] = ACTIONS(3175), - [anon_sym_protected] = ACTIONS(3175), - [anon_sym_tailrec] = ACTIONS(3175), - [anon_sym_operator] = ACTIONS(3175), - [anon_sym_infix] = ACTIONS(3175), - [anon_sym_inline] = ACTIONS(3175), - [anon_sym_external] = ACTIONS(3175), - [sym_property_modifier] = ACTIONS(3175), - [anon_sym_abstract] = ACTIONS(3175), - [anon_sym_final] = ACTIONS(3175), - [anon_sym_open] = ACTIONS(3175), - [anon_sym_vararg] = ACTIONS(3175), - [anon_sym_noinline] = ACTIONS(3175), - [anon_sym_crossinline] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3177), - [sym__automatic_semicolon] = ACTIONS(3177), + [anon_sym_suspend] = ACTIONS(3135), + [anon_sym_sealed] = ACTIONS(3135), + [anon_sym_annotation] = ACTIONS(3135), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_override] = ACTIONS(3135), + [anon_sym_lateinit] = ACTIONS(3135), + [anon_sym_public] = ACTIONS(3135), + [anon_sym_private] = ACTIONS(3135), + [anon_sym_internal] = ACTIONS(3135), + [anon_sym_protected] = ACTIONS(3135), + [anon_sym_tailrec] = ACTIONS(3135), + [anon_sym_operator] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_inline] = ACTIONS(3135), + [anon_sym_external] = ACTIONS(3135), + [sym_property_modifier] = ACTIONS(3135), + [anon_sym_abstract] = ACTIONS(3135), + [anon_sym_final] = ACTIONS(3135), + [anon_sym_open] = ACTIONS(3135), + [anon_sym_vararg] = ACTIONS(3135), + [anon_sym_noinline] = ACTIONS(3135), + [anon_sym_crossinline] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3137), + [sym__automatic_semicolon] = ACTIONS(3137), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1400] = { - [sym__expression] = STATE(4273), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(5646), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_val] = ACTIONS(5649), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1401] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), + [1387] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(3088), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3160), + [anon_sym_EQ] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3162), + [anon_sym_RBRACE] = ACTIONS(3090), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3160), + [anon_sym_COMMA] = ACTIONS(3090), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_where] = ACTIONS(3088), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), [anon_sym_STAR] = ACTIONS(3668), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3160), + [anon_sym_in] = ACTIONS(3088), [anon_sym_DOT_DOT] = ACTIONS(3674), - [anon_sym_QMARK_COLON] = ACTIONS(3676), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [anon_sym_else] = ACTIONS(3160), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_else] = ACTIONS(3088), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3162), - [anon_sym_DASH_EQ] = ACTIONS(3162), - [anon_sym_STAR_EQ] = ACTIONS(3162), - [anon_sym_SLASH_EQ] = ACTIONS(3162), - [anon_sym_PERCENT_EQ] = ACTIONS(3162), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), + [anon_sym_PLUS_EQ] = ACTIONS(3090), + [anon_sym_DASH_EQ] = ACTIONS(3090), + [anon_sym_STAR_EQ] = ACTIONS(3090), + [anon_sym_SLASH_EQ] = ACTIONS(3090), + [anon_sym_PERCENT_EQ] = ACTIONS(3090), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), [anon_sym_PLUS] = ACTIONS(3696), [anon_sym_DASH] = ACTIONS(3696), [anon_sym_SLASH] = ACTIONS(3668), @@ -206672,499 +205231,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3160), - [anon_sym_sealed] = ACTIONS(3160), - [anon_sym_annotation] = ACTIONS(3160), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3160), - [anon_sym_lateinit] = ACTIONS(3160), - [anon_sym_public] = ACTIONS(3160), - [anon_sym_private] = ACTIONS(3160), - [anon_sym_internal] = ACTIONS(3160), - [anon_sym_protected] = ACTIONS(3160), - [anon_sym_tailrec] = ACTIONS(3160), - [anon_sym_operator] = ACTIONS(3160), - [anon_sym_infix] = ACTIONS(3160), - [anon_sym_inline] = ACTIONS(3160), - [anon_sym_external] = ACTIONS(3160), - [sym_property_modifier] = ACTIONS(3160), - [anon_sym_abstract] = ACTIONS(3160), - [anon_sym_final] = ACTIONS(3160), - [anon_sym_open] = ACTIONS(3160), - [anon_sym_vararg] = ACTIONS(3160), - [anon_sym_noinline] = ACTIONS(3160), - [anon_sym_crossinline] = ACTIONS(3160), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3088), + [anon_sym_sealed] = ACTIONS(3088), + [anon_sym_annotation] = ACTIONS(3088), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_override] = ACTIONS(3088), + [anon_sym_lateinit] = ACTIONS(3088), + [anon_sym_public] = ACTIONS(3088), + [anon_sym_private] = ACTIONS(3088), + [anon_sym_internal] = ACTIONS(3088), + [anon_sym_protected] = ACTIONS(3088), + [anon_sym_tailrec] = ACTIONS(3088), + [anon_sym_operator] = ACTIONS(3088), + [anon_sym_infix] = ACTIONS(3088), + [anon_sym_inline] = ACTIONS(3088), + [anon_sym_external] = ACTIONS(3088), + [sym_property_modifier] = ACTIONS(3088), + [anon_sym_abstract] = ACTIONS(3088), + [anon_sym_final] = ACTIONS(3088), + [anon_sym_open] = ACTIONS(3088), + [anon_sym_vararg] = ACTIONS(3088), + [anon_sym_noinline] = ACTIONS(3088), + [anon_sym_crossinline] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3162), + [sym__backtick_identifier] = ACTIONS(3090), + [sym__automatic_semicolon] = ACTIONS(3090), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1402] = { - [sym_primary_constructor] = STATE(4552), - [sym_class_body] = STATE(4759), - [sym__class_parameters] = STATE(4662), - [sym_type_constraints] = STATE(4624), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5651), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_RBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5598), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [anon_sym_DASH_GT] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [anon_sym_while] = ACTIONS(3270), - [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(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [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(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - }, - [1403] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3144), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3146), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_where] = ACTIONS(3144), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3668), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3672), - [anon_sym_DOT_DOT] = ACTIONS(3674), - [anon_sym_QMARK_COLON] = ACTIONS(3676), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3146), - [anon_sym_DASH_EQ] = ACTIONS(3146), - [anon_sym_STAR_EQ] = ACTIONS(3146), - [anon_sym_SLASH_EQ] = ACTIONS(3146), - [anon_sym_PERCENT_EQ] = ACTIONS(3146), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(3690), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(3696), - [anon_sym_DASH] = ACTIONS(3696), - [anon_sym_SLASH] = ACTIONS(3668), - [anon_sym_PERCENT] = ACTIONS(3668), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3144), - [anon_sym_sealed] = ACTIONS(3144), - [anon_sym_annotation] = ACTIONS(3144), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3144), - [anon_sym_lateinit] = ACTIONS(3144), - [anon_sym_public] = ACTIONS(3144), - [anon_sym_private] = ACTIONS(3144), - [anon_sym_internal] = ACTIONS(3144), - [anon_sym_protected] = ACTIONS(3144), - [anon_sym_tailrec] = ACTIONS(3144), - [anon_sym_operator] = ACTIONS(3144), - [anon_sym_infix] = ACTIONS(3144), - [anon_sym_inline] = ACTIONS(3144), - [anon_sym_external] = ACTIONS(3144), - [sym_property_modifier] = ACTIONS(3144), - [anon_sym_abstract] = ACTIONS(3144), - [anon_sym_final] = ACTIONS(3144), - [anon_sym_open] = ACTIONS(3144), - [anon_sym_vararg] = ACTIONS(3144), - [anon_sym_noinline] = ACTIONS(3144), - [anon_sym_crossinline] = ACTIONS(3144), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3146), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [1404] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3142), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3142), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3658), - [anon_sym_where] = ACTIONS(3140), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3668), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3672), - [anon_sym_DOT_DOT] = ACTIONS(3674), - [anon_sym_QMARK_COLON] = ACTIONS(3676), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3142), - [anon_sym_DASH_EQ] = ACTIONS(3142), - [anon_sym_STAR_EQ] = ACTIONS(3142), - [anon_sym_SLASH_EQ] = ACTIONS(3142), - [anon_sym_PERCENT_EQ] = ACTIONS(3142), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), - [anon_sym_LT_EQ] = ACTIONS(3688), - [anon_sym_GT_EQ] = ACTIONS(3688), - [anon_sym_BANGin] = ACTIONS(3690), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(3696), - [anon_sym_DASH] = ACTIONS(3696), - [anon_sym_SLASH] = ACTIONS(3668), - [anon_sym_PERCENT] = ACTIONS(3668), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3140), - [anon_sym_sealed] = ACTIONS(3140), - [anon_sym_annotation] = ACTIONS(3140), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3140), - [anon_sym_lateinit] = ACTIONS(3140), - [anon_sym_public] = ACTIONS(3140), - [anon_sym_private] = ACTIONS(3140), - [anon_sym_internal] = ACTIONS(3140), - [anon_sym_protected] = ACTIONS(3140), - [anon_sym_tailrec] = ACTIONS(3140), - [anon_sym_operator] = ACTIONS(3140), - [anon_sym_infix] = ACTIONS(3140), - [anon_sym_inline] = ACTIONS(3140), - [anon_sym_external] = ACTIONS(3140), - [sym_property_modifier] = ACTIONS(3140), - [anon_sym_abstract] = ACTIONS(3140), - [anon_sym_final] = ACTIONS(3140), - [anon_sym_open] = ACTIONS(3140), - [anon_sym_vararg] = ACTIONS(3140), - [anon_sym_noinline] = ACTIONS(3140), - [anon_sym_crossinline] = ACTIONS(3140), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3142), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [1405] = { - [sym_primary_constructor] = STATE(4557), - [sym__class_parameters] = STATE(4662), - [sym_type_constraints] = STATE(4659), - [sym_enum_class_body] = STATE(4748), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5653), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_RBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5578), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [anon_sym_DASH_GT] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - }, - [1406] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [1388] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3136), + [anon_sym_EQ] = ACTIONS(3150), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3138), + [anon_sym_RBRACE] = ACTIONS(3152), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3138), + [anon_sym_COMMA] = ACTIONS(3152), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3658), - [anon_sym_where] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(3150), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3668), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3672), [anon_sym_DOT_DOT] = ACTIONS(3674), [anon_sym_QMARK_COLON] = ACTIONS(3676), [anon_sym_AMP_AMP] = ACTIONS(3678), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [anon_sym_else] = ACTIONS(3136), + [anon_sym_PIPE_PIPE] = ACTIONS(3680), + [anon_sym_else] = ACTIONS(3150), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3138), - [anon_sym_DASH_EQ] = ACTIONS(3138), - [anon_sym_STAR_EQ] = ACTIONS(3138), - [anon_sym_SLASH_EQ] = ACTIONS(3138), - [anon_sym_PERCENT_EQ] = ACTIONS(3138), + [anon_sym_PLUS_EQ] = ACTIONS(3152), + [anon_sym_DASH_EQ] = ACTIONS(3152), + [anon_sym_STAR_EQ] = ACTIONS(3152), + [anon_sym_SLASH_EQ] = ACTIONS(3152), + [anon_sym_PERCENT_EQ] = ACTIONS(3152), [anon_sym_BANG_EQ] = ACTIONS(3684), [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), [anon_sym_EQ_EQ] = ACTIONS(3684), @@ -207182,61 +205333,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3136), - [anon_sym_sealed] = ACTIONS(3136), - [anon_sym_annotation] = ACTIONS(3136), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3136), - [anon_sym_lateinit] = ACTIONS(3136), - [anon_sym_public] = ACTIONS(3136), - [anon_sym_private] = ACTIONS(3136), - [anon_sym_internal] = ACTIONS(3136), - [anon_sym_protected] = ACTIONS(3136), - [anon_sym_tailrec] = ACTIONS(3136), - [anon_sym_operator] = ACTIONS(3136), - [anon_sym_infix] = ACTIONS(3136), - [anon_sym_inline] = ACTIONS(3136), - [anon_sym_external] = ACTIONS(3136), - [sym_property_modifier] = ACTIONS(3136), - [anon_sym_abstract] = ACTIONS(3136), - [anon_sym_final] = ACTIONS(3136), - [anon_sym_open] = ACTIONS(3136), - [anon_sym_vararg] = ACTIONS(3136), - [anon_sym_noinline] = ACTIONS(3136), - [anon_sym_crossinline] = ACTIONS(3136), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3150), + [anon_sym_sealed] = ACTIONS(3150), + [anon_sym_annotation] = ACTIONS(3150), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3150), + [anon_sym_lateinit] = ACTIONS(3150), + [anon_sym_public] = ACTIONS(3150), + [anon_sym_private] = ACTIONS(3150), + [anon_sym_internal] = ACTIONS(3150), + [anon_sym_protected] = ACTIONS(3150), + [anon_sym_tailrec] = ACTIONS(3150), + [anon_sym_operator] = ACTIONS(3150), + [anon_sym_infix] = ACTIONS(3150), + [anon_sym_inline] = ACTIONS(3150), + [anon_sym_external] = ACTIONS(3150), + [sym_property_modifier] = ACTIONS(3150), + [anon_sym_abstract] = ACTIONS(3150), + [anon_sym_final] = ACTIONS(3150), + [anon_sym_open] = ACTIONS(3150), + [anon_sym_vararg] = ACTIONS(3150), + [anon_sym_noinline] = ACTIONS(3150), + [anon_sym_crossinline] = ACTIONS(3150), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3138), + [sym__automatic_semicolon] = ACTIONS(3152), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1407] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [1389] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), @@ -207247,12 +205398,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_COMMA] = ACTIONS(3119), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3658), + [anon_sym_GT] = ACTIONS(3117), [anon_sym_where] = ACTIONS(3117), [anon_sym_DOT] = ACTIONS(3660), [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3668), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3672), @@ -207267,12 +205418,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_EQ] = ACTIONS(3119), [anon_sym_SLASH_EQ] = ACTIONS(3119), [anon_sym_PERCENT_EQ] = ACTIONS(3119), - [anon_sym_BANG_EQ] = ACTIONS(3684), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), - [anon_sym_EQ_EQ] = ACTIONS(3684), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3686), - [anon_sym_LT_EQ] = ACTIONS(3688), - [anon_sym_GT_EQ] = ACTIONS(3688), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), [anon_sym_BANGin] = ACTIONS(3690), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), @@ -207287,9 +205438,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(3117), [anon_sym_sealed] = ACTIONS(3117), [anon_sym_annotation] = ACTIONS(3117), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), [anon_sym_override] = ACTIONS(3117), [anon_sym_lateinit] = ACTIONS(3117), [anon_sym_public] = ACTIONS(3117), @@ -207308,178 +205459,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(3117), [anon_sym_noinline] = ACTIONS(3117), [anon_sym_crossinline] = ACTIONS(3117), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym__automatic_semicolon] = ACTIONS(3119), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1408] = { - [sym_primary_constructor] = STATE(4558), - [sym_class_body] = STATE(4748), - [sym__class_parameters] = STATE(4662), - [sym_type_constraints] = STATE(4621), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5655), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_RBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5598), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [anon_sym_DASH_GT] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), + [1390] = { + [sym_class_body] = STATE(1055), + [sym__alpha_identifier] = ACTIONS(4450), + [anon_sym_AT] = ACTIONS(4452), + [anon_sym_COLON] = ACTIONS(5630), + [anon_sym_LBRACK] = ACTIONS(4452), + [anon_sym_as] = ACTIONS(4450), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4452), + [anon_sym_LPAREN] = ACTIONS(4452), + [anon_sym_COMMA] = ACTIONS(4452), + [anon_sym_LT] = ACTIONS(4450), + [anon_sym_GT] = ACTIONS(4450), + [anon_sym_where] = ACTIONS(4450), + [anon_sym_object] = ACTIONS(4450), + [anon_sym_fun] = ACTIONS(4450), + [anon_sym_DOT] = ACTIONS(4450), + [anon_sym_SEMI] = ACTIONS(4452), + [anon_sym_get] = ACTIONS(4450), + [anon_sym_set] = ACTIONS(4450), + [anon_sym_this] = ACTIONS(4450), + [anon_sym_super] = ACTIONS(4450), + [anon_sym_STAR] = ACTIONS(4452), + [sym_label] = ACTIONS(4450), + [anon_sym_in] = ACTIONS(4450), + [anon_sym_DOT_DOT] = ACTIONS(4452), + [anon_sym_QMARK_COLON] = ACTIONS(4452), + [anon_sym_AMP_AMP] = ACTIONS(4452), + [anon_sym_PIPE_PIPE] = ACTIONS(4452), + [anon_sym_null] = ACTIONS(4450), + [anon_sym_if] = ACTIONS(4450), + [anon_sym_else] = ACTIONS(4450), + [anon_sym_when] = ACTIONS(4450), + [anon_sym_try] = ACTIONS(4450), + [anon_sym_throw] = ACTIONS(4450), + [anon_sym_return] = ACTIONS(4450), + [anon_sym_continue] = ACTIONS(4450), + [anon_sym_break] = ACTIONS(4450), + [anon_sym_COLON_COLON] = ACTIONS(4452), + [anon_sym_BANG_EQ] = ACTIONS(4450), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4452), + [anon_sym_EQ_EQ] = ACTIONS(4450), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4452), + [anon_sym_LT_EQ] = ACTIONS(4452), + [anon_sym_GT_EQ] = ACTIONS(4452), + [anon_sym_BANGin] = ACTIONS(4452), + [anon_sym_is] = ACTIONS(4450), + [anon_sym_BANGis] = ACTIONS(4452), + [anon_sym_PLUS] = ACTIONS(4450), + [anon_sym_DASH] = ACTIONS(4450), + [anon_sym_SLASH] = ACTIONS(4450), + [anon_sym_PERCENT] = ACTIONS(4452), + [anon_sym_as_QMARK] = ACTIONS(4452), + [anon_sym_PLUS_PLUS] = ACTIONS(4452), + [anon_sym_DASH_DASH] = ACTIONS(4452), + [anon_sym_BANG] = ACTIONS(4450), + [anon_sym_BANG_BANG] = ACTIONS(4452), + [anon_sym_suspend] = ACTIONS(4450), + [anon_sym_sealed] = ACTIONS(4450), + [anon_sym_annotation] = ACTIONS(4450), + [anon_sym_data] = ACTIONS(4450), + [anon_sym_inner] = ACTIONS(4450), + [anon_sym_value] = ACTIONS(4450), + [anon_sym_override] = ACTIONS(4450), + [anon_sym_lateinit] = ACTIONS(4450), + [anon_sym_public] = ACTIONS(4450), + [anon_sym_private] = ACTIONS(4450), + [anon_sym_internal] = ACTIONS(4450), + [anon_sym_protected] = ACTIONS(4450), + [anon_sym_tailrec] = ACTIONS(4450), + [anon_sym_operator] = ACTIONS(4450), + [anon_sym_infix] = ACTIONS(4450), + [anon_sym_inline] = ACTIONS(4450), + [anon_sym_external] = ACTIONS(4450), + [sym_property_modifier] = ACTIONS(4450), + [anon_sym_abstract] = ACTIONS(4450), + [anon_sym_final] = ACTIONS(4450), + [anon_sym_open] = ACTIONS(4450), + [anon_sym_vararg] = ACTIONS(4450), + [anon_sym_noinline] = ACTIONS(4450), + [anon_sym_crossinline] = ACTIONS(4450), + [anon_sym_expect] = ACTIONS(4450), + [anon_sym_actual] = ACTIONS(4450), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4452), + [anon_sym_continue_AT] = ACTIONS(4452), + [anon_sym_break_AT] = ACTIONS(4452), + [anon_sym_this_AT] = ACTIONS(4452), + [anon_sym_super_AT] = ACTIONS(4452), + [sym_real_literal] = ACTIONS(4452), + [sym_integer_literal] = ACTIONS(4450), + [sym_hex_literal] = ACTIONS(4452), + [sym_bin_literal] = ACTIONS(4452), + [anon_sym_true] = ACTIONS(4450), + [anon_sym_false] = ACTIONS(4450), + [anon_sym_SQUOTE] = ACTIONS(4452), + [sym__backtick_identifier] = ACTIONS(4452), + [sym__automatic_semicolon] = ACTIONS(4452), + [sym_safe_nav] = ACTIONS(4452), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4452), }, - [1409] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [1391] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3125), + [anon_sym_EQ] = ACTIONS(3121), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3127), + [anon_sym_RBRACE] = ACTIONS(3123), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_where] = ACTIONS(3125), + [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_where] = ACTIONS(3121), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3668), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3125), + [anon_sym_in] = ACTIONS(3121), [anon_sym_DOT_DOT] = ACTIONS(3674), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_else] = ACTIONS(3125), + [anon_sym_QMARK_COLON] = ACTIONS(3676), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_else] = ACTIONS(3121), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3127), - [anon_sym_DASH_EQ] = ACTIONS(3127), - [anon_sym_STAR_EQ] = ACTIONS(3127), - [anon_sym_SLASH_EQ] = ACTIONS(3127), - [anon_sym_PERCENT_EQ] = ACTIONS(3127), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), + [anon_sym_PLUS_EQ] = ACTIONS(3123), + [anon_sym_DASH_EQ] = ACTIONS(3123), + [anon_sym_STAR_EQ] = ACTIONS(3123), + [anon_sym_SLASH_EQ] = ACTIONS(3123), + [anon_sym_PERCENT_EQ] = ACTIONS(3123), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), [anon_sym_PLUS] = ACTIONS(3696), [anon_sym_DASH] = ACTIONS(3696), [anon_sym_SLASH] = ACTIONS(3668), @@ -207488,100 +205639,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3125), - [anon_sym_sealed] = ACTIONS(3125), - [anon_sym_annotation] = ACTIONS(3125), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3125), - [anon_sym_lateinit] = ACTIONS(3125), - [anon_sym_public] = ACTIONS(3125), - [anon_sym_private] = ACTIONS(3125), - [anon_sym_internal] = ACTIONS(3125), - [anon_sym_protected] = ACTIONS(3125), - [anon_sym_tailrec] = ACTIONS(3125), - [anon_sym_operator] = ACTIONS(3125), - [anon_sym_infix] = ACTIONS(3125), - [anon_sym_inline] = ACTIONS(3125), - [anon_sym_external] = ACTIONS(3125), - [sym_property_modifier] = ACTIONS(3125), - [anon_sym_abstract] = ACTIONS(3125), - [anon_sym_final] = ACTIONS(3125), - [anon_sym_open] = ACTIONS(3125), - [anon_sym_vararg] = ACTIONS(3125), - [anon_sym_noinline] = ACTIONS(3125), - [anon_sym_crossinline] = ACTIONS(3125), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3121), + [anon_sym_sealed] = ACTIONS(3121), + [anon_sym_annotation] = ACTIONS(3121), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3121), + [anon_sym_lateinit] = ACTIONS(3121), + [anon_sym_public] = ACTIONS(3121), + [anon_sym_private] = ACTIONS(3121), + [anon_sym_internal] = ACTIONS(3121), + [anon_sym_protected] = ACTIONS(3121), + [anon_sym_tailrec] = ACTIONS(3121), + [anon_sym_operator] = ACTIONS(3121), + [anon_sym_infix] = ACTIONS(3121), + [anon_sym_inline] = ACTIONS(3121), + [anon_sym_external] = ACTIONS(3121), + [sym_property_modifier] = ACTIONS(3121), + [anon_sym_abstract] = ACTIONS(3121), + [anon_sym_final] = ACTIONS(3121), + [anon_sym_open] = ACTIONS(3121), + [anon_sym_vararg] = ACTIONS(3121), + [anon_sym_noinline] = ACTIONS(3121), + [anon_sym_crossinline] = ACTIONS(3121), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3127), + [sym__automatic_semicolon] = ACTIONS(3123), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1410] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(3094), + [1392] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3094), + [anon_sym_EQ] = ACTIONS(3095), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3096), + [anon_sym_RBRACE] = ACTIONS(3097), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3096), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_where] = ACTIONS(3094), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3658), + [anon_sym_where] = ACTIONS(3095), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3668), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_else] = ACTIONS(3094), + [anon_sym_in] = ACTIONS(3672), + [anon_sym_DOT_DOT] = ACTIONS(3674), + [anon_sym_QMARK_COLON] = ACTIONS(3676), + [anon_sym_AMP_AMP] = ACTIONS(3678), + [anon_sym_PIPE_PIPE] = ACTIONS(3680), + [anon_sym_else] = ACTIONS(3095), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3096), - [anon_sym_DASH_EQ] = ACTIONS(3096), - [anon_sym_STAR_EQ] = ACTIONS(3096), - [anon_sym_SLASH_EQ] = ACTIONS(3096), - [anon_sym_PERCENT_EQ] = ACTIONS(3096), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(3684), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), + [anon_sym_EQ_EQ] = ACTIONS(3684), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3686), + [anon_sym_LT_EQ] = ACTIONS(3688), + [anon_sym_GT_EQ] = ACTIONS(3688), + [anon_sym_BANGin] = ACTIONS(3690), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), [anon_sym_PLUS] = ACTIONS(3696), [anon_sym_DASH] = ACTIONS(3696), [anon_sym_SLASH] = ACTIONS(3668), @@ -207590,281 +205741,281 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3094), - [anon_sym_sealed] = ACTIONS(3094), - [anon_sym_annotation] = ACTIONS(3094), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_override] = ACTIONS(3094), - [anon_sym_lateinit] = ACTIONS(3094), - [anon_sym_public] = ACTIONS(3094), - [anon_sym_private] = ACTIONS(3094), - [anon_sym_internal] = ACTIONS(3094), - [anon_sym_protected] = ACTIONS(3094), - [anon_sym_tailrec] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_infix] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym_external] = ACTIONS(3094), - [sym_property_modifier] = ACTIONS(3094), - [anon_sym_abstract] = ACTIONS(3094), - [anon_sym_final] = ACTIONS(3094), - [anon_sym_open] = ACTIONS(3094), - [anon_sym_vararg] = ACTIONS(3094), - [anon_sym_noinline] = ACTIONS(3094), - [anon_sym_crossinline] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3096), - [sym__automatic_semicolon] = ACTIONS(3096), + [anon_sym_suspend] = ACTIONS(3095), + [anon_sym_sealed] = ACTIONS(3095), + [anon_sym_annotation] = ACTIONS(3095), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3095), + [anon_sym_lateinit] = ACTIONS(3095), + [anon_sym_public] = ACTIONS(3095), + [anon_sym_private] = ACTIONS(3095), + [anon_sym_internal] = ACTIONS(3095), + [anon_sym_protected] = ACTIONS(3095), + [anon_sym_tailrec] = ACTIONS(3095), + [anon_sym_operator] = ACTIONS(3095), + [anon_sym_infix] = ACTIONS(3095), + [anon_sym_inline] = ACTIONS(3095), + [anon_sym_external] = ACTIONS(3095), + [sym_property_modifier] = ACTIONS(3095), + [anon_sym_abstract] = ACTIONS(3095), + [anon_sym_final] = ACTIONS(3095), + [anon_sym_open] = ACTIONS(3095), + [anon_sym_vararg] = ACTIONS(3095), + [anon_sym_noinline] = ACTIONS(3095), + [anon_sym_crossinline] = ACTIONS(3095), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3097), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1411] = { - [sym_function_body] = STATE(1131), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_COLON] = ACTIONS(5657), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_object] = ACTIONS(4307), - [anon_sym_fun] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_this] = ACTIONS(4307), - [anon_sym_super] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4309), - [sym_label] = ACTIONS(4307), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_if] = ACTIONS(4307), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_when] = ACTIONS(4307), - [anon_sym_try] = ACTIONS(4307), - [anon_sym_throw] = ACTIONS(4307), - [anon_sym_return] = ACTIONS(4307), - [anon_sym_continue] = ACTIONS(4307), - [anon_sym_break] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4309), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG] = ACTIONS(4307), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4309), - [anon_sym_continue_AT] = ACTIONS(4309), - [anon_sym_break_AT] = ACTIONS(4309), - [anon_sym_this_AT] = ACTIONS(4309), - [anon_sym_super_AT] = ACTIONS(4309), - [sym_real_literal] = ACTIONS(4309), - [sym_integer_literal] = ACTIONS(4307), - [sym_hex_literal] = ACTIONS(4309), - [sym_bin_literal] = ACTIONS(4309), - [anon_sym_true] = ACTIONS(4307), - [anon_sym_false] = ACTIONS(4307), - [anon_sym_SQUOTE] = ACTIONS(4309), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4309), - }, - [1412] = { - [sym__expression] = STATE(4372), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym_value_argument] = STATE(9371), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(2098), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5671), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5466), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [1393] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(3101), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_COMMA] = ACTIONS(3103), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3658), + [anon_sym_where] = ACTIONS(3101), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3668), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3672), + [anon_sym_DOT_DOT] = ACTIONS(3674), + [anon_sym_QMARK_COLON] = ACTIONS(3676), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_else] = ACTIONS(3101), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_PLUS_EQ] = ACTIONS(3103), + [anon_sym_DASH_EQ] = ACTIONS(3103), + [anon_sym_STAR_EQ] = ACTIONS(3103), + [anon_sym_SLASH_EQ] = ACTIONS(3103), + [anon_sym_PERCENT_EQ] = ACTIONS(3103), + [anon_sym_BANG_EQ] = ACTIONS(3684), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), + [anon_sym_EQ_EQ] = ACTIONS(3684), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3686), + [anon_sym_LT_EQ] = ACTIONS(3688), + [anon_sym_GT_EQ] = ACTIONS(3688), + [anon_sym_BANGin] = ACTIONS(3690), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_SLASH] = ACTIONS(3668), + [anon_sym_PERCENT] = ACTIONS(3668), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3101), + [anon_sym_sealed] = ACTIONS(3101), + [anon_sym_annotation] = ACTIONS(3101), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3101), + [anon_sym_lateinit] = ACTIONS(3101), + [anon_sym_public] = ACTIONS(3101), + [anon_sym_private] = ACTIONS(3101), + [anon_sym_internal] = ACTIONS(3101), + [anon_sym_protected] = ACTIONS(3101), + [anon_sym_tailrec] = ACTIONS(3101), + [anon_sym_operator] = ACTIONS(3101), + [anon_sym_infix] = ACTIONS(3101), + [anon_sym_inline] = ACTIONS(3101), + [anon_sym_external] = ACTIONS(3101), + [sym_property_modifier] = ACTIONS(3101), + [anon_sym_abstract] = ACTIONS(3101), + [anon_sym_final] = ACTIONS(3101), + [anon_sym_open] = ACTIONS(3101), + [anon_sym_vararg] = ACTIONS(3101), + [anon_sym_noinline] = ACTIONS(3101), + [anon_sym_crossinline] = ACTIONS(3101), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3103), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), }, - [1413] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [1394] = { + [sym_function_body] = STATE(1080), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(5632), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = 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(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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4233), + [anon_sym_super_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), + }, + [1395] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3171), + [anon_sym_EQ] = ACTIONS(3142), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3173), + [anon_sym_RBRACE] = ACTIONS(3144), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3173), + [anon_sym_COMMA] = ACTIONS(3144), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3658), - [anon_sym_where] = ACTIONS(3171), + [anon_sym_where] = ACTIONS(3142), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3173), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3668), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3672), @@ -207872,13 +206023,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(3676), [anon_sym_AMP_AMP] = ACTIONS(3678), [anon_sym_PIPE_PIPE] = ACTIONS(3680), - [anon_sym_else] = ACTIONS(3171), + [anon_sym_else] = ACTIONS(3142), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3173), - [anon_sym_DASH_EQ] = ACTIONS(3173), - [anon_sym_STAR_EQ] = ACTIONS(3173), - [anon_sym_SLASH_EQ] = ACTIONS(3173), - [anon_sym_PERCENT_EQ] = ACTIONS(3173), + [anon_sym_PLUS_EQ] = ACTIONS(3144), + [anon_sym_DASH_EQ] = ACTIONS(3144), + [anon_sym_STAR_EQ] = ACTIONS(3144), + [anon_sym_SLASH_EQ] = ACTIONS(3144), + [anon_sym_PERCENT_EQ] = ACTIONS(3144), [anon_sym_BANG_EQ] = ACTIONS(3684), [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), [anon_sym_EQ_EQ] = ACTIONS(3684), @@ -207896,179 +206047,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3171), - [anon_sym_sealed] = ACTIONS(3171), - [anon_sym_annotation] = ACTIONS(3171), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3171), - [anon_sym_lateinit] = ACTIONS(3171), - [anon_sym_public] = ACTIONS(3171), - [anon_sym_private] = ACTIONS(3171), - [anon_sym_internal] = ACTIONS(3171), - [anon_sym_protected] = ACTIONS(3171), - [anon_sym_tailrec] = ACTIONS(3171), - [anon_sym_operator] = ACTIONS(3171), - [anon_sym_infix] = ACTIONS(3171), - [anon_sym_inline] = ACTIONS(3171), - [anon_sym_external] = ACTIONS(3171), - [sym_property_modifier] = ACTIONS(3171), - [anon_sym_abstract] = ACTIONS(3171), - [anon_sym_final] = ACTIONS(3171), - [anon_sym_open] = ACTIONS(3171), - [anon_sym_vararg] = ACTIONS(3171), - [anon_sym_noinline] = ACTIONS(3171), - [anon_sym_crossinline] = ACTIONS(3171), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3142), + [anon_sym_sealed] = ACTIONS(3142), + [anon_sym_annotation] = ACTIONS(3142), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3142), + [anon_sym_lateinit] = ACTIONS(3142), + [anon_sym_public] = ACTIONS(3142), + [anon_sym_private] = ACTIONS(3142), + [anon_sym_internal] = ACTIONS(3142), + [anon_sym_protected] = ACTIONS(3142), + [anon_sym_tailrec] = ACTIONS(3142), + [anon_sym_operator] = ACTIONS(3142), + [anon_sym_infix] = ACTIONS(3142), + [anon_sym_inline] = ACTIONS(3142), + [anon_sym_external] = ACTIONS(3142), + [sym_property_modifier] = ACTIONS(3142), + [anon_sym_abstract] = ACTIONS(3142), + [anon_sym_final] = ACTIONS(3142), + [anon_sym_open] = ACTIONS(3142), + [anon_sym_vararg] = ACTIONS(3142), + [anon_sym_noinline] = ACTIONS(3142), + [anon_sym_crossinline] = ACTIONS(3142), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3173), + [sym__automatic_semicolon] = ACTIONS(3144), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1414] = { - [sym_type_constraints] = STATE(947), - [sym_enum_class_body] = STATE(1148), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_COLON] = ACTIONS(3546), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3286), - [anon_sym_sealed] = ACTIONS(3286), - [anon_sym_annotation] = ACTIONS(3286), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_override] = ACTIONS(3286), - [anon_sym_lateinit] = ACTIONS(3286), - [anon_sym_public] = ACTIONS(3286), - [anon_sym_private] = ACTIONS(3286), - [anon_sym_internal] = ACTIONS(3286), - [anon_sym_protected] = ACTIONS(3286), - [anon_sym_tailrec] = ACTIONS(3286), - [anon_sym_operator] = ACTIONS(3286), - [anon_sym_infix] = ACTIONS(3286), - [anon_sym_inline] = ACTIONS(3286), - [anon_sym_external] = ACTIONS(3286), - [sym_property_modifier] = ACTIONS(3286), - [anon_sym_abstract] = ACTIONS(3286), - [anon_sym_final] = ACTIONS(3286), - [anon_sym_open] = ACTIONS(3286), - [anon_sym_vararg] = ACTIONS(3286), - [anon_sym_noinline] = ACTIONS(3286), - [anon_sym_crossinline] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), - }, - [1415] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [1396] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3132), + [anon_sym_EQ] = ACTIONS(3146), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3134), + [anon_sym_RBRACE] = ACTIONS(3148), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3134), + [anon_sym_COMMA] = ACTIONS(3148), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3658), - [anon_sym_where] = ACTIONS(3132), + [anon_sym_where] = ACTIONS(3146), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3668), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3672), @@ -208076,13 +206125,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(3676), [anon_sym_AMP_AMP] = ACTIONS(3678), [anon_sym_PIPE_PIPE] = ACTIONS(3680), - [anon_sym_else] = ACTIONS(3132), + [anon_sym_else] = ACTIONS(3146), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3134), - [anon_sym_DASH_EQ] = ACTIONS(3134), - [anon_sym_STAR_EQ] = ACTIONS(3134), - [anon_sym_SLASH_EQ] = ACTIONS(3134), - [anon_sym_PERCENT_EQ] = ACTIONS(3134), + [anon_sym_PLUS_EQ] = ACTIONS(3148), + [anon_sym_DASH_EQ] = ACTIONS(3148), + [anon_sym_STAR_EQ] = ACTIONS(3148), + [anon_sym_SLASH_EQ] = ACTIONS(3148), + [anon_sym_PERCENT_EQ] = ACTIONS(3148), [anon_sym_BANG_EQ] = ACTIONS(3684), [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), [anon_sym_EQ_EQ] = ACTIONS(3684), @@ -208100,91 +206149,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3132), - [anon_sym_sealed] = ACTIONS(3132), - [anon_sym_annotation] = ACTIONS(3132), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3132), - [anon_sym_lateinit] = ACTIONS(3132), - [anon_sym_public] = ACTIONS(3132), - [anon_sym_private] = ACTIONS(3132), - [anon_sym_internal] = ACTIONS(3132), - [anon_sym_protected] = ACTIONS(3132), - [anon_sym_tailrec] = ACTIONS(3132), - [anon_sym_operator] = ACTIONS(3132), - [anon_sym_infix] = ACTIONS(3132), - [anon_sym_inline] = ACTIONS(3132), - [anon_sym_external] = ACTIONS(3132), - [sym_property_modifier] = ACTIONS(3132), - [anon_sym_abstract] = ACTIONS(3132), - [anon_sym_final] = ACTIONS(3132), - [anon_sym_open] = ACTIONS(3132), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3146), + [anon_sym_sealed] = ACTIONS(3146), + [anon_sym_annotation] = ACTIONS(3146), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3146), + [anon_sym_lateinit] = ACTIONS(3146), + [anon_sym_public] = ACTIONS(3146), + [anon_sym_private] = ACTIONS(3146), + [anon_sym_internal] = ACTIONS(3146), + [anon_sym_protected] = ACTIONS(3146), + [anon_sym_tailrec] = ACTIONS(3146), + [anon_sym_operator] = ACTIONS(3146), + [anon_sym_infix] = ACTIONS(3146), + [anon_sym_inline] = ACTIONS(3146), + [anon_sym_external] = ACTIONS(3146), + [sym_property_modifier] = ACTIONS(3146), + [anon_sym_abstract] = ACTIONS(3146), + [anon_sym_final] = ACTIONS(3146), + [anon_sym_open] = ACTIONS(3146), + [anon_sym_vararg] = ACTIONS(3146), + [anon_sym_noinline] = ACTIONS(3146), + [anon_sym_crossinline] = ACTIONS(3146), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3134), + [sym__automatic_semicolon] = ACTIONS(3148), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1416] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(2124), - [sym__comparison_operator] = STATE(2125), - [sym__in_operator] = STATE(2126), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(2127), - [sym__multiplicative_operator] = STATE(2128), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2129), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [1397] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3101), + [anon_sym_EQ] = ACTIONS(3105), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_RBRACE] = ACTIONS(3107), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3103), + [anon_sym_COMMA] = ACTIONS(3107), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3658), - [anon_sym_where] = ACTIONS(3101), + [anon_sym_where] = ACTIONS(3105), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3668), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3672), [anon_sym_DOT_DOT] = ACTIONS(3674), [anon_sym_QMARK_COLON] = ACTIONS(3676), [anon_sym_AMP_AMP] = ACTIONS(3678), - [anon_sym_PIPE_PIPE] = ACTIONS(3680), - [anon_sym_else] = ACTIONS(3101), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_else] = ACTIONS(3105), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3103), - [anon_sym_DASH_EQ] = ACTIONS(3103), - [anon_sym_STAR_EQ] = ACTIONS(3103), - [anon_sym_SLASH_EQ] = ACTIONS(3103), - [anon_sym_PERCENT_EQ] = ACTIONS(3103), + [anon_sym_PLUS_EQ] = ACTIONS(3107), + [anon_sym_DASH_EQ] = ACTIONS(3107), + [anon_sym_STAR_EQ] = ACTIONS(3107), + [anon_sym_SLASH_EQ] = ACTIONS(3107), + [anon_sym_PERCENT_EQ] = ACTIONS(3107), [anon_sym_BANG_EQ] = ACTIONS(3684), [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), [anon_sym_EQ_EQ] = ACTIONS(3684), @@ -208202,211 +206251,619 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3101), - [anon_sym_sealed] = ACTIONS(3101), - [anon_sym_annotation] = ACTIONS(3101), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3101), - [anon_sym_lateinit] = ACTIONS(3101), - [anon_sym_public] = ACTIONS(3101), - [anon_sym_private] = ACTIONS(3101), - [anon_sym_internal] = ACTIONS(3101), - [anon_sym_protected] = ACTIONS(3101), - [anon_sym_tailrec] = ACTIONS(3101), - [anon_sym_operator] = ACTIONS(3101), - [anon_sym_infix] = ACTIONS(3101), - [anon_sym_inline] = ACTIONS(3101), - [anon_sym_external] = ACTIONS(3101), - [sym_property_modifier] = ACTIONS(3101), - [anon_sym_abstract] = ACTIONS(3101), - [anon_sym_final] = ACTIONS(3101), - [anon_sym_open] = ACTIONS(3101), - [anon_sym_vararg] = ACTIONS(3101), - [anon_sym_noinline] = ACTIONS(3101), - [anon_sym_crossinline] = ACTIONS(3101), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3105), + [anon_sym_sealed] = ACTIONS(3105), + [anon_sym_annotation] = ACTIONS(3105), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3105), + [anon_sym_lateinit] = ACTIONS(3105), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_protected] = ACTIONS(3105), + [anon_sym_tailrec] = ACTIONS(3105), + [anon_sym_operator] = ACTIONS(3105), + [anon_sym_infix] = ACTIONS(3105), + [anon_sym_inline] = ACTIONS(3105), + [anon_sym_external] = ACTIONS(3105), + [sym_property_modifier] = ACTIONS(3105), + [anon_sym_abstract] = ACTIONS(3105), + [anon_sym_final] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_vararg] = ACTIONS(3105), + [anon_sym_noinline] = ACTIONS(3105), + [anon_sym_crossinline] = ACTIONS(3105), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3103), + [sym__automatic_semicolon] = ACTIONS(3107), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [1417] = { - [sym_variable_declaration] = STATE(8857), - [sym__expression] = STATE(4468), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1398] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(3128), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(3128), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_COMMA] = ACTIONS(3130), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_where] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(3668), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_PLUS_EQ] = ACTIONS(3130), + [anon_sym_DASH_EQ] = ACTIONS(3130), + [anon_sym_STAR_EQ] = ACTIONS(3130), + [anon_sym_SLASH_EQ] = ACTIONS(3130), + [anon_sym_PERCENT_EQ] = ACTIONS(3130), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(3668), + [anon_sym_PERCENT] = ACTIONS(3668), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3128), + [anon_sym_sealed] = ACTIONS(3128), + [anon_sym_annotation] = ACTIONS(3128), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_override] = ACTIONS(3128), + [anon_sym_lateinit] = ACTIONS(3128), + [anon_sym_public] = ACTIONS(3128), + [anon_sym_private] = ACTIONS(3128), + [anon_sym_internal] = ACTIONS(3128), + [anon_sym_protected] = ACTIONS(3128), + [anon_sym_tailrec] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_infix] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym_external] = ACTIONS(3128), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3128), + [anon_sym_final] = ACTIONS(3128), + [anon_sym_open] = ACTIONS(3128), + [anon_sym_vararg] = ACTIONS(3128), + [anon_sym_noinline] = ACTIONS(3128), + [anon_sym_crossinline] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3130), + [sym__automatic_semicolon] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [1399] = { + [sym_primary_constructor] = STATE(3000), + [sym_class_body] = STATE(3562), + [sym__class_parameters] = STATE(3281), + [sym_type_constraints] = STATE(3300), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5634), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_RBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_RPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [anon_sym_DASH_GT] = ACTIONS(3294), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_while] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + }, + [1400] = { + [sym_function_body] = STATE(1064), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_COLON] = ACTIONS(5636), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_object] = ACTIONS(4251), + [anon_sym_fun] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_this] = ACTIONS(4251), + [anon_sym_super] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4253), + [sym_label] = ACTIONS(4251), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_null] = ACTIONS(4251), + [anon_sym_if] = ACTIONS(4251), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_when] = ACTIONS(4251), + [anon_sym_try] = ACTIONS(4251), + [anon_sym_throw] = ACTIONS(4251), + [anon_sym_return] = ACTIONS(4251), + [anon_sym_continue] = ACTIONS(4251), + [anon_sym_break] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4253), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG] = ACTIONS(4251), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_suspend] = ACTIONS(4251), + [anon_sym_sealed] = ACTIONS(4251), + [anon_sym_annotation] = ACTIONS(4251), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_override] = ACTIONS(4251), + [anon_sym_lateinit] = ACTIONS(4251), + [anon_sym_public] = ACTIONS(4251), + [anon_sym_private] = ACTIONS(4251), + [anon_sym_internal] = ACTIONS(4251), + [anon_sym_protected] = ACTIONS(4251), + [anon_sym_tailrec] = ACTIONS(4251), + [anon_sym_operator] = ACTIONS(4251), + [anon_sym_infix] = ACTIONS(4251), + [anon_sym_inline] = ACTIONS(4251), + [anon_sym_external] = ACTIONS(4251), + [sym_property_modifier] = ACTIONS(4251), + [anon_sym_abstract] = ACTIONS(4251), + [anon_sym_final] = ACTIONS(4251), + [anon_sym_open] = ACTIONS(4251), + [anon_sym_vararg] = ACTIONS(4251), + [anon_sym_noinline] = ACTIONS(4251), + [anon_sym_crossinline] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4253), + [anon_sym_continue_AT] = ACTIONS(4253), + [anon_sym_break_AT] = ACTIONS(4253), + [anon_sym_this_AT] = ACTIONS(4253), + [anon_sym_super_AT] = ACTIONS(4253), + [sym_real_literal] = ACTIONS(4253), + [sym_integer_literal] = ACTIONS(4251), + [sym_hex_literal] = ACTIONS(4253), + [sym_bin_literal] = ACTIONS(4253), + [anon_sym_true] = ACTIONS(4251), + [anon_sym_false] = ACTIONS(4251), + [anon_sym_SQUOTE] = ACTIONS(4253), + [sym__backtick_identifier] = ACTIONS(4253), + [sym__automatic_semicolon] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4253), + }, + [1401] = { + [sym_variable_declaration] = STATE(8940), + [sym__expression] = STATE(4448), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5667), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5654), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1418] = { - [sym_primary_constructor] = STATE(4562), - [sym__class_parameters] = STATE(4662), - [sym_type_constraints] = STATE(4694), - [sym_enum_class_body] = STATE(4786), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), + [1402] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(3178), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3180), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_COMMA] = ACTIONS(3180), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_where] = ACTIONS(3178), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3668), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_DOT_DOT] = ACTIONS(3674), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_else] = ACTIONS(3178), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_PLUS_EQ] = ACTIONS(3180), + [anon_sym_DASH_EQ] = ACTIONS(3180), + [anon_sym_STAR_EQ] = ACTIONS(3180), + [anon_sym_SLASH_EQ] = ACTIONS(3180), + [anon_sym_PERCENT_EQ] = ACTIONS(3180), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_SLASH] = ACTIONS(3668), + [anon_sym_PERCENT] = ACTIONS(3668), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3178), + [anon_sym_sealed] = ACTIONS(3178), + [anon_sym_annotation] = ACTIONS(3178), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3178), + [anon_sym_lateinit] = ACTIONS(3178), + [anon_sym_public] = ACTIONS(3178), + [anon_sym_private] = ACTIONS(3178), + [anon_sym_internal] = ACTIONS(3178), + [anon_sym_protected] = ACTIONS(3178), + [anon_sym_tailrec] = ACTIONS(3178), + [anon_sym_operator] = ACTIONS(3178), + [anon_sym_infix] = ACTIONS(3178), + [anon_sym_inline] = ACTIONS(3178), + [anon_sym_external] = ACTIONS(3178), + [sym_property_modifier] = ACTIONS(3178), + [anon_sym_abstract] = ACTIONS(3178), + [anon_sym_final] = ACTIONS(3178), + [anon_sym_open] = ACTIONS(3178), + [anon_sym_vararg] = ACTIONS(3178), + [anon_sym_noinline] = ACTIONS(3178), + [anon_sym_crossinline] = ACTIONS(3178), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3180), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [1403] = { + [sym_primary_constructor] = STATE(3013), + [sym__class_parameters] = STATE(3281), + [sym_type_constraints] = STATE(3310), + [sym_enum_class_body] = STATE(3537), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5659), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_RBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5578), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_RPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [anon_sym_DASH_GT] = ACTIONS(3290), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_while] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), + [anon_sym_COLON] = ACTIONS(5638), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_RBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [anon_sym_DASH_GT] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -208434,285 +206891,285 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [1419] = { - [sym_function_body] = STATE(1048), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_COLON] = ACTIONS(5661), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_object] = ACTIONS(4275), - [anon_sym_fun] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_this] = ACTIONS(4275), - [anon_sym_super] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4277), - [sym_label] = ACTIONS(4275), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_null] = ACTIONS(4275), - [anon_sym_if] = ACTIONS(4275), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_when] = ACTIONS(4275), - [anon_sym_try] = ACTIONS(4275), - [anon_sym_throw] = ACTIONS(4275), - [anon_sym_return] = ACTIONS(4275), - [anon_sym_continue] = ACTIONS(4275), - [anon_sym_break] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4277), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG] = ACTIONS(4275), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_suspend] = ACTIONS(4275), - [anon_sym_sealed] = ACTIONS(4275), - [anon_sym_annotation] = ACTIONS(4275), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_override] = ACTIONS(4275), - [anon_sym_lateinit] = ACTIONS(4275), - [anon_sym_public] = ACTIONS(4275), - [anon_sym_private] = ACTIONS(4275), - [anon_sym_internal] = ACTIONS(4275), - [anon_sym_protected] = ACTIONS(4275), - [anon_sym_tailrec] = ACTIONS(4275), - [anon_sym_operator] = ACTIONS(4275), - [anon_sym_infix] = ACTIONS(4275), - [anon_sym_inline] = ACTIONS(4275), - [anon_sym_external] = ACTIONS(4275), - [sym_property_modifier] = ACTIONS(4275), - [anon_sym_abstract] = ACTIONS(4275), - [anon_sym_final] = ACTIONS(4275), - [anon_sym_open] = ACTIONS(4275), - [anon_sym_vararg] = ACTIONS(4275), - [anon_sym_noinline] = ACTIONS(4275), - [anon_sym_crossinline] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4277), - [anon_sym_continue_AT] = ACTIONS(4277), - [anon_sym_break_AT] = ACTIONS(4277), - [anon_sym_this_AT] = ACTIONS(4277), - [anon_sym_super_AT] = ACTIONS(4277), - [sym_real_literal] = ACTIONS(4277), - [sym_integer_literal] = ACTIONS(4275), - [sym_hex_literal] = ACTIONS(4277), - [sym_bin_literal] = ACTIONS(4277), - [anon_sym_true] = ACTIONS(4275), - [anon_sym_false] = ACTIONS(4275), - [anon_sym_SQUOTE] = ACTIONS(4277), - [sym__backtick_identifier] = ACTIONS(4277), - [sym__automatic_semicolon] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4277), + [1404] = { + [sym_primary_constructor] = STATE(3026), + [sym_class_body] = STATE(3537), + [sym__class_parameters] = STATE(3281), + [sym_type_constraints] = STATE(3313), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5640), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_RBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [anon_sym_DASH_GT] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), }, - [1420] = { - [sym_class_body] = STATE(1180), - [sym_type_constraints] = STATE(945), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_COLON] = ACTIONS(3564), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), + [1405] = { + [sym_primary_constructor] = STATE(3031), + [sym__class_parameters] = STATE(3281), + [sym_type_constraints] = STATE(3336), + [sym_enum_class_body] = STATE(3498), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5642), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_RBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_RPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), + [anon_sym_DASH_GT] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_while] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), [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(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_suspend] = ACTIONS(3270), - [anon_sym_sealed] = ACTIONS(3270), - [anon_sym_annotation] = ACTIONS(3270), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_override] = ACTIONS(3270), - [anon_sym_lateinit] = ACTIONS(3270), - [anon_sym_public] = ACTIONS(3270), - [anon_sym_private] = ACTIONS(3270), - [anon_sym_internal] = ACTIONS(3270), - [anon_sym_protected] = ACTIONS(3270), - [anon_sym_tailrec] = ACTIONS(3270), - [anon_sym_operator] = ACTIONS(3270), - [anon_sym_infix] = ACTIONS(3270), - [anon_sym_inline] = ACTIONS(3270), - [anon_sym_external] = ACTIONS(3270), - [sym_property_modifier] = ACTIONS(3270), - [anon_sym_abstract] = ACTIONS(3270), - [anon_sym_final] = ACTIONS(3270), - [anon_sym_open] = ACTIONS(3270), - [anon_sym_vararg] = ACTIONS(3270), - [anon_sym_noinline] = ACTIONS(3270), - [anon_sym_crossinline] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), }, - [1421] = { - [sym_primary_constructor] = STATE(2980), - [sym_class_body] = STATE(3539), - [sym__class_parameters] = STATE(3293), - [sym_type_constraints] = STATE(3280), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [1406] = { + [sym_primary_constructor] = STATE(4574), + [sym__class_parameters] = STATE(4658), + [sym_type_constraints] = STATE(4631), + [sym_enum_class_body] = STATE(4868), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5663), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_RBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(5644), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_RBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3282), + [anon_sym_LBRACE] = ACTIONS(5508), + [anon_sym_RBRACE] = ACTIONS(3278), [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_RPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [anon_sym_DASH_GT] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [anon_sym_DASH_GT] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_while] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -208740,81 +207197,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), [sym_multiline_comment] = ACTIONS(3), }, - [1422] = { - [sym_primary_constructor] = STATE(2991), - [sym__class_parameters] = STATE(3293), - [sym_type_constraints] = STATE(3325), - [sym_enum_class_body] = STATE(3539), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [1407] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(3162), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3164), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_COMMA] = ACTIONS(3164), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3658), + [anon_sym_where] = ACTIONS(3162), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3164), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3668), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3672), + [anon_sym_DOT_DOT] = ACTIONS(3674), + [anon_sym_QMARK_COLON] = ACTIONS(3676), + [anon_sym_AMP_AMP] = ACTIONS(3678), + [anon_sym_PIPE_PIPE] = ACTIONS(3680), + [anon_sym_else] = ACTIONS(3162), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [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(3684), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), + [anon_sym_EQ_EQ] = ACTIONS(3684), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3686), + [anon_sym_LT_EQ] = ACTIONS(3688), + [anon_sym_GT_EQ] = ACTIONS(3688), + [anon_sym_BANGin] = ACTIONS(3690), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_SLASH] = ACTIONS(3668), + [anon_sym_PERCENT] = ACTIONS(3668), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3162), + [anon_sym_sealed] = ACTIONS(3162), + [anon_sym_annotation] = ACTIONS(3162), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3162), + [anon_sym_lateinit] = ACTIONS(3162), + [anon_sym_public] = ACTIONS(3162), + [anon_sym_private] = ACTIONS(3162), + [anon_sym_internal] = ACTIONS(3162), + [anon_sym_protected] = ACTIONS(3162), + [anon_sym_tailrec] = ACTIONS(3162), + [anon_sym_operator] = ACTIONS(3162), + [anon_sym_infix] = ACTIONS(3162), + [anon_sym_inline] = ACTIONS(3162), + [anon_sym_external] = ACTIONS(3162), + [sym_property_modifier] = ACTIONS(3162), + [anon_sym_abstract] = ACTIONS(3162), + [anon_sym_final] = ACTIONS(3162), + [anon_sym_open] = ACTIONS(3162), + [anon_sym_vararg] = ACTIONS(3162), + [anon_sym_noinline] = ACTIONS(3162), + [anon_sym_crossinline] = ACTIONS(3162), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3164), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [1408] = { + [sym_primary_constructor] = STATE(4559), + [sym_class_body] = STATE(4886), + [sym__class_parameters] = STATE(4658), + [sym_type_constraints] = STATE(4670), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5665), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_RBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(5646), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_RBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), [anon_sym_constructor] = ACTIONS(5484), [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3282), + [anon_sym_RBRACE] = ACTIONS(3284), [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [anon_sym_DASH_GT] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [anon_sym_DASH_GT] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -208842,285 +207401,387 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [1423] = { - [sym_type_constraints] = STATE(987), - [sym_enum_class_body] = STATE(1068), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(3562), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_this] = ACTIONS(3278), - [anon_sym_super] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3278), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [1409] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(3158), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3160), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_COMMA] = ACTIONS(3160), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3658), + [anon_sym_where] = ACTIONS(3158), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3668), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3672), + [anon_sym_DOT_DOT] = ACTIONS(3674), + [anon_sym_QMARK_COLON] = ACTIONS(3676), + [anon_sym_AMP_AMP] = ACTIONS(3678), + [anon_sym_PIPE_PIPE] = ACTIONS(3680), + [anon_sym_else] = ACTIONS(3158), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_PLUS_EQ] = ACTIONS(3160), + [anon_sym_DASH_EQ] = ACTIONS(3160), + [anon_sym_STAR_EQ] = ACTIONS(3160), + [anon_sym_SLASH_EQ] = ACTIONS(3160), + [anon_sym_PERCENT_EQ] = ACTIONS(3160), + [anon_sym_BANG_EQ] = ACTIONS(3684), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), + [anon_sym_EQ_EQ] = ACTIONS(3684), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3686), + [anon_sym_LT_EQ] = ACTIONS(3688), + [anon_sym_GT_EQ] = ACTIONS(3688), + [anon_sym_BANGin] = ACTIONS(3690), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_SLASH] = ACTIONS(3668), + [anon_sym_PERCENT] = ACTIONS(3668), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3158), + [anon_sym_sealed] = ACTIONS(3158), + [anon_sym_annotation] = ACTIONS(3158), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3158), + [anon_sym_lateinit] = ACTIONS(3158), + [anon_sym_public] = ACTIONS(3158), + [anon_sym_private] = ACTIONS(3158), + [anon_sym_internal] = ACTIONS(3158), + [anon_sym_protected] = ACTIONS(3158), + [anon_sym_tailrec] = ACTIONS(3158), + [anon_sym_operator] = ACTIONS(3158), + [anon_sym_infix] = ACTIONS(3158), + [anon_sym_inline] = ACTIONS(3158), + [anon_sym_external] = ACTIONS(3158), + [sym_property_modifier] = ACTIONS(3158), + [anon_sym_abstract] = ACTIONS(3158), + [anon_sym_final] = ACTIONS(3158), + [anon_sym_open] = ACTIONS(3158), + [anon_sym_vararg] = ACTIONS(3158), + [anon_sym_noinline] = ACTIONS(3158), + [anon_sym_crossinline] = ACTIONS(3158), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3160), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), }, - [1424] = { - [sym_class_body] = STATE(1141), - [sym_type_constraints] = STATE(933), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_COLON] = ACTIONS(5667), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4327), - [anon_sym_fun] = ACTIONS(4327), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_this] = ACTIONS(4327), - [anon_sym_super] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4329), - [sym_label] = ACTIONS(4327), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_null] = ACTIONS(4327), - [anon_sym_if] = ACTIONS(4327), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_when] = ACTIONS(4327), - [anon_sym_try] = ACTIONS(4327), - [anon_sym_throw] = ACTIONS(4327), - [anon_sym_return] = ACTIONS(4327), - [anon_sym_continue] = ACTIONS(4327), - [anon_sym_break] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4329), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG] = ACTIONS(4327), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), + [1410] = { + [sym_value_arguments] = STATE(1117), + [sym__alpha_identifier] = ACTIONS(4396), + [anon_sym_AT] = ACTIONS(4398), + [anon_sym_LBRACK] = ACTIONS(4398), + [anon_sym_as] = ACTIONS(4396), + [anon_sym_LBRACE] = ACTIONS(4398), + [anon_sym_RBRACE] = ACTIONS(4398), + [anon_sym_LPAREN] = ACTIONS(4398), + [anon_sym_COMMA] = ACTIONS(4398), + [anon_sym_by] = ACTIONS(5648), + [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(4398), + [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_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(4398), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4398), + [anon_sym_super_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), + }, + [1411] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(3166), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3168), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_COMMA] = ACTIONS(3168), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3658), + [anon_sym_where] = ACTIONS(3166), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3668), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3672), + [anon_sym_DOT_DOT] = ACTIONS(3674), + [anon_sym_QMARK_COLON] = ACTIONS(3676), + [anon_sym_AMP_AMP] = ACTIONS(3678), + [anon_sym_PIPE_PIPE] = ACTIONS(3680), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_PLUS_EQ] = ACTIONS(3168), + [anon_sym_DASH_EQ] = ACTIONS(3168), + [anon_sym_STAR_EQ] = ACTIONS(3168), + [anon_sym_SLASH_EQ] = ACTIONS(3168), + [anon_sym_PERCENT_EQ] = ACTIONS(3168), + [anon_sym_BANG_EQ] = ACTIONS(3684), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), + [anon_sym_EQ_EQ] = ACTIONS(3684), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3686), + [anon_sym_LT_EQ] = ACTIONS(3688), + [anon_sym_GT_EQ] = ACTIONS(3688), + [anon_sym_BANGin] = ACTIONS(3690), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_SLASH] = ACTIONS(3668), + [anon_sym_PERCENT] = ACTIONS(3668), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3166), + [anon_sym_sealed] = ACTIONS(3166), + [anon_sym_annotation] = ACTIONS(3166), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3166), + [anon_sym_lateinit] = ACTIONS(3166), + [anon_sym_public] = ACTIONS(3166), + [anon_sym_private] = ACTIONS(3166), + [anon_sym_internal] = ACTIONS(3166), + [anon_sym_protected] = ACTIONS(3166), + [anon_sym_tailrec] = ACTIONS(3166), + [anon_sym_operator] = ACTIONS(3166), + [anon_sym_infix] = ACTIONS(3166), + [anon_sym_inline] = ACTIONS(3166), + [anon_sym_external] = ACTIONS(3166), + [sym_property_modifier] = ACTIONS(3166), + [anon_sym_abstract] = ACTIONS(3166), + [anon_sym_final] = ACTIONS(3166), + [anon_sym_open] = ACTIONS(3166), + [anon_sym_vararg] = ACTIONS(3166), + [anon_sym_noinline] = ACTIONS(3166), + [anon_sym_crossinline] = ACTIONS(3166), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4329), - [anon_sym_continue_AT] = ACTIONS(4329), - [anon_sym_break_AT] = ACTIONS(4329), - [anon_sym_this_AT] = ACTIONS(4329), - [anon_sym_super_AT] = ACTIONS(4329), - [sym_real_literal] = ACTIONS(4329), - [sym_integer_literal] = ACTIONS(4327), - [sym_hex_literal] = ACTIONS(4329), - [sym_bin_literal] = ACTIONS(4329), - [anon_sym_true] = ACTIONS(4327), - [anon_sym_false] = ACTIONS(4327), - [anon_sym_SQUOTE] = ACTIONS(4329), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3168), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4329), }, - [1425] = { - [sym_primary_constructor] = STATE(2984), - [sym_class_body] = STATE(3565), - [sym__class_parameters] = STATE(3293), - [sym_type_constraints] = STATE(3329), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), + [1412] = { + [sym_primary_constructor] = STATE(4546), + [sym__class_parameters] = STATE(4658), + [sym_type_constraints] = STATE(4633), + [sym_enum_class_body] = STATE(4886), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5669), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_RBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), + [anon_sym_COLON] = ACTIONS(5650), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_RBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(5508), + [anon_sym_RBRACE] = ACTIONS(3284), [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [anon_sym_DASH_GT] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [anon_sym_while] = ACTIONS(3270), - [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(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [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_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [anon_sym_DASH_GT] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -209148,596 +207809,1719 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [1426] = { - [sym_type_constraints] = STATE(990), - [sym_enum_class_body] = STATE(1133), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_COLON] = ACTIONS(5671), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(3240), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4321), - [anon_sym_fun] = ACTIONS(4321), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_this] = ACTIONS(4321), - [anon_sym_super] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4323), - [sym_label] = ACTIONS(4321), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_null] = ACTIONS(4321), - [anon_sym_if] = ACTIONS(4321), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_when] = ACTIONS(4321), - [anon_sym_try] = ACTIONS(4321), - [anon_sym_throw] = ACTIONS(4321), - [anon_sym_return] = ACTIONS(4321), - [anon_sym_continue] = ACTIONS(4321), - [anon_sym_break] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4323), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG] = ACTIONS(4321), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4323), - [anon_sym_continue_AT] = ACTIONS(4323), - [anon_sym_break_AT] = ACTIONS(4323), - [anon_sym_this_AT] = ACTIONS(4323), - [anon_sym_super_AT] = ACTIONS(4323), - [sym_real_literal] = ACTIONS(4323), - [sym_integer_literal] = ACTIONS(4321), - [sym_hex_literal] = ACTIONS(4323), - [sym_bin_literal] = ACTIONS(4323), - [anon_sym_true] = ACTIONS(4321), - [anon_sym_false] = ACTIONS(4321), - [anon_sym_SQUOTE] = ACTIONS(4323), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4323), + [1413] = { + [sym_type_constraints] = STATE(944), + [sym_enum_class_body] = STATE(1110), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_COLON] = ACTIONS(5652), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4200), + [anon_sym_fun] = ACTIONS(4200), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_this] = ACTIONS(4200), + [anon_sym_super] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4202), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_null] = ACTIONS(4200), + [anon_sym_if] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_when] = ACTIONS(4200), + [anon_sym_try] = ACTIONS(4200), + [anon_sym_throw] = ACTIONS(4200), + [anon_sym_return] = ACTIONS(4200), + [anon_sym_continue] = ACTIONS(4200), + [anon_sym_break] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4202), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4202), + [anon_sym_continue_AT] = ACTIONS(4202), + [anon_sym_break_AT] = ACTIONS(4202), + [anon_sym_this_AT] = ACTIONS(4202), + [anon_sym_super_AT] = ACTIONS(4202), + [sym_real_literal] = ACTIONS(4202), + [sym_integer_literal] = ACTIONS(4200), + [sym_hex_literal] = ACTIONS(4202), + [sym_bin_literal] = ACTIONS(4202), + [anon_sym_true] = ACTIONS(4200), + [anon_sym_false] = ACTIONS(4200), + [anon_sym_SQUOTE] = ACTIONS(4202), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4202), }, - [1427] = { - [sym_class_body] = STATE(1167), - [sym_type_constraints] = STATE(943), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(5673), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3216), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4218), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4218), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), + [1414] = { + [sym_primary_constructor] = STATE(4555), + [sym_class_body] = STATE(4708), + [sym__class_parameters] = STATE(4658), + [sym_type_constraints] = STATE(4616), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5654), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_RBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5486), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_RPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [anon_sym_DASH_GT] = ACTIONS(3294), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_while] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), }, - [1428] = { - [sym__expression] = STATE(1193), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1689), - [sym_annotation] = STATE(1689), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(721), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(715), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [1415] = { + [sym_type_constraints] = STATE(927), + [sym_enum_class_body] = STATE(1166), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(3548), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3274), + [anon_sym_sealed] = ACTIONS(3274), + [anon_sym_annotation] = ACTIONS(3274), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_override] = ACTIONS(3274), + [anon_sym_lateinit] = ACTIONS(3274), + [anon_sym_public] = ACTIONS(3274), + [anon_sym_private] = ACTIONS(3274), + [anon_sym_internal] = ACTIONS(3274), + [anon_sym_protected] = ACTIONS(3274), + [anon_sym_tailrec] = ACTIONS(3274), + [anon_sym_operator] = ACTIONS(3274), + [anon_sym_infix] = ACTIONS(3274), + [anon_sym_inline] = ACTIONS(3274), + [anon_sym_external] = ACTIONS(3274), + [sym_property_modifier] = ACTIONS(3274), + [anon_sym_abstract] = ACTIONS(3274), + [anon_sym_final] = ACTIONS(3274), + [anon_sym_open] = ACTIONS(3274), + [anon_sym_vararg] = ACTIONS(3274), + [anon_sym_noinline] = ACTIONS(3274), + [anon_sym_crossinline] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), + }, + [1416] = { + [sym_class_body] = STATE(1058), + [sym_type_constraints] = STATE(951), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_COLON] = ACTIONS(5656), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4212), + [anon_sym_fun] = ACTIONS(4212), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_this] = ACTIONS(4212), + [anon_sym_super] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4214), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_null] = ACTIONS(4212), + [anon_sym_if] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_when] = ACTIONS(4212), + [anon_sym_try] = ACTIONS(4212), + [anon_sym_throw] = ACTIONS(4212), + [anon_sym_return] = ACTIONS(4212), + [anon_sym_continue] = ACTIONS(4212), + [anon_sym_break] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4214), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4214), + [anon_sym_continue_AT] = ACTIONS(4214), + [anon_sym_break_AT] = ACTIONS(4214), + [anon_sym_this_AT] = ACTIONS(4214), + [anon_sym_super_AT] = ACTIONS(4214), + [sym_real_literal] = ACTIONS(4214), + [sym_integer_literal] = ACTIONS(4212), + [sym_hex_literal] = ACTIONS(4214), + [sym_bin_literal] = ACTIONS(4214), + [anon_sym_true] = ACTIONS(4212), + [anon_sym_false] = ACTIONS(4212), + [anon_sym_SQUOTE] = ACTIONS(4214), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4214), + }, + [1417] = { + [sym_type_constraints] = STATE(960), + [sym_enum_class_body] = STATE(1083), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(3568), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, + [1418] = { + [sym_class_body] = STATE(1179), + [sym_type_constraints] = STATE(970), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(5658), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4245), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4245), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), + }, + [1419] = { + [sym_class_body] = STATE(1171), + [sym_type_constraints] = STATE(929), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_COLON] = ACTIONS(3546), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3290), + [anon_sym_sealed] = ACTIONS(3290), + [anon_sym_annotation] = ACTIONS(3290), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_override] = ACTIONS(3290), + [anon_sym_lateinit] = ACTIONS(3290), + [anon_sym_public] = ACTIONS(3290), + [anon_sym_private] = ACTIONS(3290), + [anon_sym_internal] = ACTIONS(3290), + [anon_sym_protected] = ACTIONS(3290), + [anon_sym_tailrec] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_infix] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_external] = ACTIONS(3290), + [sym_property_modifier] = ACTIONS(3290), + [anon_sym_abstract] = ACTIONS(3290), + [anon_sym_final] = ACTIONS(3290), + [anon_sym_open] = ACTIONS(3290), + [anon_sym_vararg] = ACTIONS(3290), + [anon_sym_noinline] = ACTIONS(3290), + [anon_sym_crossinline] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), + }, + [1420] = { + [sym__expression] = STATE(4361), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym_value_argument] = STATE(9151), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1811), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5663), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5460), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(205), }, - [1429] = { - [sym__expression] = STATE(4436), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1421] = { + [sym_function_body] = STATE(1111), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4206), + [anon_sym_AT] = ACTIONS(4208), + [anon_sym_COLON] = ACTIONS(5660), + [anon_sym_LBRACK] = ACTIONS(4208), + [anon_sym_as] = ACTIONS(4206), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4208), + [anon_sym_LPAREN] = ACTIONS(4208), + [anon_sym_LT] = ACTIONS(4206), + [anon_sym_GT] = ACTIONS(4206), + [anon_sym_object] = ACTIONS(4206), + [anon_sym_fun] = ACTIONS(4206), + [anon_sym_DOT] = ACTIONS(4206), + [anon_sym_SEMI] = ACTIONS(4208), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4206), + [anon_sym_this] = ACTIONS(4206), + [anon_sym_super] = ACTIONS(4206), + [anon_sym_STAR] = ACTIONS(4208), + [sym_label] = ACTIONS(4206), + [anon_sym_in] = ACTIONS(4206), + [anon_sym_DOT_DOT] = ACTIONS(4208), + [anon_sym_QMARK_COLON] = ACTIONS(4208), + [anon_sym_AMP_AMP] = ACTIONS(4208), + [anon_sym_PIPE_PIPE] = ACTIONS(4208), + [anon_sym_null] = ACTIONS(4206), + [anon_sym_if] = ACTIONS(4206), + [anon_sym_else] = ACTIONS(4206), + [anon_sym_when] = ACTIONS(4206), + [anon_sym_try] = ACTIONS(4206), + [anon_sym_throw] = ACTIONS(4206), + [anon_sym_return] = ACTIONS(4206), + [anon_sym_continue] = ACTIONS(4206), + [anon_sym_break] = ACTIONS(4206), + [anon_sym_COLON_COLON] = ACTIONS(4208), + [anon_sym_BANG_EQ] = ACTIONS(4206), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4208), + [anon_sym_EQ_EQ] = ACTIONS(4206), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4208), + [anon_sym_LT_EQ] = ACTIONS(4208), + [anon_sym_GT_EQ] = ACTIONS(4208), + [anon_sym_BANGin] = ACTIONS(4208), + [anon_sym_is] = ACTIONS(4206), + [anon_sym_BANGis] = ACTIONS(4208), + [anon_sym_PLUS] = ACTIONS(4206), + [anon_sym_DASH] = ACTIONS(4206), + [anon_sym_SLASH] = ACTIONS(4206), + [anon_sym_PERCENT] = ACTIONS(4208), + [anon_sym_as_QMARK] = ACTIONS(4208), + [anon_sym_PLUS_PLUS] = ACTIONS(4208), + [anon_sym_DASH_DASH] = ACTIONS(4208), + [anon_sym_BANG] = ACTIONS(4206), + [anon_sym_BANG_BANG] = ACTIONS(4208), + [anon_sym_suspend] = ACTIONS(4206), + [anon_sym_sealed] = ACTIONS(4206), + [anon_sym_annotation] = ACTIONS(4206), + [anon_sym_data] = ACTIONS(4206), + [anon_sym_inner] = ACTIONS(4206), + [anon_sym_value] = ACTIONS(4206), + [anon_sym_override] = ACTIONS(4206), + [anon_sym_lateinit] = ACTIONS(4206), + [anon_sym_public] = ACTIONS(4206), + [anon_sym_private] = ACTIONS(4206), + [anon_sym_internal] = ACTIONS(4206), + [anon_sym_protected] = ACTIONS(4206), + [anon_sym_tailrec] = ACTIONS(4206), + [anon_sym_operator] = ACTIONS(4206), + [anon_sym_infix] = ACTIONS(4206), + [anon_sym_inline] = ACTIONS(4206), + [anon_sym_external] = ACTIONS(4206), + [sym_property_modifier] = ACTIONS(4206), + [anon_sym_abstract] = ACTIONS(4206), + [anon_sym_final] = ACTIONS(4206), + [anon_sym_open] = ACTIONS(4206), + [anon_sym_vararg] = ACTIONS(4206), + [anon_sym_noinline] = ACTIONS(4206), + [anon_sym_crossinline] = ACTIONS(4206), + [anon_sym_expect] = ACTIONS(4206), + [anon_sym_actual] = ACTIONS(4206), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4208), + [anon_sym_continue_AT] = ACTIONS(4208), + [anon_sym_break_AT] = ACTIONS(4208), + [anon_sym_this_AT] = ACTIONS(4208), + [anon_sym_super_AT] = ACTIONS(4208), + [sym_real_literal] = ACTIONS(4208), + [sym_integer_literal] = ACTIONS(4206), + [sym_hex_literal] = ACTIONS(4208), + [sym_bin_literal] = ACTIONS(4208), + [anon_sym_true] = ACTIONS(4206), + [anon_sym_false] = ACTIONS(4206), + [anon_sym_SQUOTE] = ACTIONS(4208), + [sym__backtick_identifier] = ACTIONS(4208), + [sym__automatic_semicolon] = ACTIONS(4208), + [sym_safe_nav] = ACTIONS(4208), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4208), + }, + [1422] = { + [sym__expression] = STATE(4258), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(5662), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_val] = ACTIONS(5665), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1430] = { - [sym__expression] = STATE(2557), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [1423] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(3109), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1708), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_RBRACE] = ACTIONS(3111), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_COMMA] = ACTIONS(3111), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3658), + [anon_sym_where] = ACTIONS(3109), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3111), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3668), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3672), + [anon_sym_DOT_DOT] = ACTIONS(3674), + [anon_sym_QMARK_COLON] = ACTIONS(3676), + [anon_sym_AMP_AMP] = ACTIONS(3678), + [anon_sym_PIPE_PIPE] = ACTIONS(3680), + [anon_sym_else] = ACTIONS(3109), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_PLUS_EQ] = ACTIONS(3111), + [anon_sym_DASH_EQ] = ACTIONS(3111), + [anon_sym_STAR_EQ] = ACTIONS(3111), + [anon_sym_SLASH_EQ] = ACTIONS(3111), + [anon_sym_PERCENT_EQ] = ACTIONS(3111), + [anon_sym_BANG_EQ] = ACTIONS(3684), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), + [anon_sym_EQ_EQ] = ACTIONS(3684), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3686), + [anon_sym_LT_EQ] = ACTIONS(3688), + [anon_sym_GT_EQ] = ACTIONS(3688), + [anon_sym_BANGin] = ACTIONS(3690), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_SLASH] = ACTIONS(3668), + [anon_sym_PERCENT] = ACTIONS(3668), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3109), + [anon_sym_sealed] = ACTIONS(3109), + [anon_sym_annotation] = ACTIONS(3109), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3109), + [anon_sym_lateinit] = ACTIONS(3109), + [anon_sym_public] = ACTIONS(3109), + [anon_sym_private] = ACTIONS(3109), + [anon_sym_internal] = ACTIONS(3109), + [anon_sym_protected] = ACTIONS(3109), + [anon_sym_tailrec] = ACTIONS(3109), + [anon_sym_operator] = ACTIONS(3109), + [anon_sym_infix] = ACTIONS(3109), + [anon_sym_inline] = ACTIONS(3109), + [anon_sym_external] = ACTIONS(3109), + [sym_property_modifier] = ACTIONS(3109), + [anon_sym_abstract] = ACTIONS(3109), + [anon_sym_final] = ACTIONS(3109), + [anon_sym_open] = ACTIONS(3109), + [anon_sym_vararg] = ACTIONS(3109), + [anon_sym_noinline] = ACTIONS(3109), + [anon_sym_crossinline] = ACTIONS(3109), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3111), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), }, - [1431] = { - [sym__expression] = STATE(2556), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1424] = { + [sym_type_constraints] = STATE(982), + [sym_enum_class_body] = STATE(1179), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(5667), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3246), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4245), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4245), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), + }, + [1425] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(2122), + [sym__comparison_operator] = STATE(2123), + [sym__in_operator] = STATE(2124), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(2125), + [sym__multiplicative_operator] = STATE(2126), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2128), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3156), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_COMMA] = ACTIONS(3156), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3658), + [anon_sym_where] = ACTIONS(3154), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3668), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3672), + [anon_sym_DOT_DOT] = ACTIONS(3674), + [anon_sym_QMARK_COLON] = ACTIONS(3676), + [anon_sym_AMP_AMP] = ACTIONS(3678), + [anon_sym_PIPE_PIPE] = ACTIONS(3680), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_PLUS_EQ] = ACTIONS(3156), + [anon_sym_DASH_EQ] = ACTIONS(3156), + [anon_sym_STAR_EQ] = ACTIONS(3156), + [anon_sym_SLASH_EQ] = ACTIONS(3156), + [anon_sym_PERCENT_EQ] = ACTIONS(3156), + [anon_sym_BANG_EQ] = ACTIONS(3684), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3686), + [anon_sym_EQ_EQ] = ACTIONS(3684), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3686), + [anon_sym_LT_EQ] = ACTIONS(3688), + [anon_sym_GT_EQ] = ACTIONS(3688), + [anon_sym_BANGin] = ACTIONS(3690), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(3696), + [anon_sym_DASH] = ACTIONS(3696), + [anon_sym_SLASH] = ACTIONS(3668), + [anon_sym_PERCENT] = ACTIONS(3668), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3154), + [anon_sym_sealed] = ACTIONS(3154), + [anon_sym_annotation] = ACTIONS(3154), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3154), + [anon_sym_lateinit] = ACTIONS(3154), + [anon_sym_public] = ACTIONS(3154), + [anon_sym_private] = ACTIONS(3154), + [anon_sym_internal] = ACTIONS(3154), + [anon_sym_protected] = ACTIONS(3154), + [anon_sym_tailrec] = ACTIONS(3154), + [anon_sym_operator] = ACTIONS(3154), + [anon_sym_infix] = ACTIONS(3154), + [anon_sym_inline] = ACTIONS(3154), + [anon_sym_external] = ACTIONS(3154), + [sym_property_modifier] = ACTIONS(3154), + [anon_sym_abstract] = ACTIONS(3154), + [anon_sym_final] = ACTIONS(3154), + [anon_sym_open] = ACTIONS(3154), + [anon_sym_vararg] = ACTIONS(3154), + [anon_sym_noinline] = ACTIONS(3154), + [anon_sym_crossinline] = ACTIONS(3154), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3156), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [1426] = { + [sym_class_body] = STATE(1083), + [sym_type_constraints] = STATE(967), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(3564), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3250), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, + [1427] = { + [sym__expression] = STATE(276), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1281), + [sym_label] = ACTIONS(441), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(427), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(443), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1428] = { + [sym__expression] = STATE(805), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1429] = { + [sym__expression] = STATE(2541), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -209745,100 +209529,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1432] = { - [sym__expression] = STATE(2551), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1430] = { + [sym__expression] = STATE(2546), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -209846,100 +209630,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1433] = { - [sym__expression] = STATE(2550), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1431] = { + [sym__expression] = STATE(2548), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -209947,100 +209731,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1434] = { - [sym__expression] = STATE(760), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), + [1432] = { + [sym__expression] = STATE(778), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), [sym__prefix_unary_operator] = STATE(1774), [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1672), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -210048,100 +209832,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1435] = { - [sym__expression] = STATE(761), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), + [1433] = { + [sym__expression] = STATE(770), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), [sym__prefix_unary_operator] = STATE(1774), [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1672), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -210149,504 +209933,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1436] = { - [sym__expression] = STATE(4361), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1437] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1662), - [sym__comparison_operator] = STATE(1663), - [sym__in_operator] = STATE(1664), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1665), - [sym__multiplicative_operator] = STATE(1666), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1667), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3158), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3158), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5675), - [anon_sym_where] = ACTIONS(3156), - [anon_sym_object] = ACTIONS(3156), - [anon_sym_fun] = ACTIONS(3156), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3156), - [anon_sym_super] = ACTIONS(3156), - [anon_sym_STAR] = ACTIONS(5677), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5679), - [anon_sym_DOT_DOT] = ACTIONS(5681), - [anon_sym_QMARK_COLON] = ACTIONS(5683), - [anon_sym_AMP_AMP] = ACTIONS(5685), - [anon_sym_PIPE_PIPE] = ACTIONS(5687), - [anon_sym_null] = ACTIONS(3156), - [anon_sym_if] = ACTIONS(3156), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_when] = ACTIONS(3156), - [anon_sym_try] = ACTIONS(3156), - [anon_sym_throw] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3156), - [anon_sym_continue] = ACTIONS(3156), - [anon_sym_break] = ACTIONS(3156), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(5689), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5691), - [anon_sym_EQ_EQ] = ACTIONS(5689), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5691), - [anon_sym_LT_EQ] = ACTIONS(5693), - [anon_sym_GT_EQ] = ACTIONS(5693), - [anon_sym_BANGin] = ACTIONS(5695), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5697), - [anon_sym_DASH] = ACTIONS(5697), - [anon_sym_SLASH] = ACTIONS(5699), - [anon_sym_PERCENT] = ACTIONS(5677), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3156), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3158), - [anon_sym_continue_AT] = ACTIONS(3158), - [anon_sym_break_AT] = ACTIONS(3158), - [anon_sym_this_AT] = ACTIONS(3158), - [anon_sym_super_AT] = ACTIONS(3158), - [sym_real_literal] = ACTIONS(3158), - [sym_integer_literal] = ACTIONS(3156), - [sym_hex_literal] = ACTIONS(3158), - [sym_bin_literal] = ACTIONS(3158), - [anon_sym_true] = ACTIONS(3156), - [anon_sym_false] = ACTIONS(3156), - [anon_sym_SQUOTE] = ACTIONS(3158), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3158), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3158), - }, - [1438] = { - [sym__expression] = STATE(535), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1439] = { - [sym__expression] = STATE(4385), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(639), }, - [1440] = { - [sym__expression] = STATE(2548), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [1434] = { + [sym__expression] = STATE(768), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1708), + [anon_sym_fun] = ACTIONS(1672), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -210654,100 +210034,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1441] = { - [sym__expression] = STATE(2547), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [1435] = { + [sym__expression] = STATE(766), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1708), + [anon_sym_fun] = ACTIONS(1672), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -210755,100 +210135,302 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1442] = { - [sym__expression] = STATE(2546), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1436] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1661), + [sym__comparison_operator] = STATE(1662), + [sym__in_operator] = STATE(1663), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1664), + [sym__multiplicative_operator] = STATE(1665), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1666), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3144), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3144), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5669), + [anon_sym_where] = ACTIONS(3142), + [anon_sym_object] = ACTIONS(3142), + [anon_sym_fun] = ACTIONS(3142), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3142), + [anon_sym_super] = ACTIONS(3142), + [anon_sym_STAR] = ACTIONS(5671), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5673), + [anon_sym_DOT_DOT] = ACTIONS(5675), + [anon_sym_QMARK_COLON] = ACTIONS(5677), + [anon_sym_AMP_AMP] = ACTIONS(5679), + [anon_sym_PIPE_PIPE] = ACTIONS(5681), + [anon_sym_null] = ACTIONS(3142), + [anon_sym_if] = ACTIONS(3142), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_when] = ACTIONS(3142), + [anon_sym_try] = ACTIONS(3142), + [anon_sym_throw] = ACTIONS(3142), + [anon_sym_return] = ACTIONS(3142), + [anon_sym_continue] = ACTIONS(3142), + [anon_sym_break] = ACTIONS(3142), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(5683), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5685), + [anon_sym_EQ_EQ] = ACTIONS(5683), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5685), + [anon_sym_LT_EQ] = ACTIONS(5687), + [anon_sym_GT_EQ] = ACTIONS(5687), + [anon_sym_BANGin] = ACTIONS(5689), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5691), + [anon_sym_DASH] = ACTIONS(5691), + [anon_sym_SLASH] = ACTIONS(5693), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3142), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3144), + [anon_sym_continue_AT] = ACTIONS(3144), + [anon_sym_break_AT] = ACTIONS(3144), + [anon_sym_this_AT] = ACTIONS(3144), + [anon_sym_super_AT] = ACTIONS(3144), + [sym_real_literal] = ACTIONS(3144), + [sym_integer_literal] = ACTIONS(3142), + [sym_hex_literal] = ACTIONS(3144), + [sym_bin_literal] = ACTIONS(3144), + [anon_sym_true] = ACTIONS(3142), + [anon_sym_false] = ACTIONS(3142), + [anon_sym_SQUOTE] = ACTIONS(3144), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3144), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3144), + }, + [1437] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_EQ] = ACTIONS(3162), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3164), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3164), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3890), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3164), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3898), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3900), + [anon_sym_while] = ACTIONS(3162), + [anon_sym_DOT_DOT] = ACTIONS(3902), + [anon_sym_QMARK_COLON] = ACTIONS(3904), + [anon_sym_AMP_AMP] = ACTIONS(3906), + [anon_sym_PIPE_PIPE] = ACTIONS(3908), + [anon_sym_else] = ACTIONS(3162), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [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(3910), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), + [anon_sym_EQ_EQ] = ACTIONS(3910), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3912), + [anon_sym_LT_EQ] = ACTIONS(3914), + [anon_sym_GT_EQ] = ACTIONS(3914), + [anon_sym_BANGin] = ACTIONS(3916), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(3918), + [anon_sym_DASH] = ACTIONS(3918), + [anon_sym_SLASH] = ACTIONS(3898), + [anon_sym_PERCENT] = ACTIONS(3898), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3162), + [anon_sym_sealed] = ACTIONS(3162), + [anon_sym_annotation] = ACTIONS(3162), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3162), + [anon_sym_lateinit] = ACTIONS(3162), + [anon_sym_public] = ACTIONS(3162), + [anon_sym_private] = ACTIONS(3162), + [anon_sym_internal] = ACTIONS(3162), + [anon_sym_protected] = ACTIONS(3162), + [anon_sym_tailrec] = ACTIONS(3162), + [anon_sym_operator] = ACTIONS(3162), + [anon_sym_infix] = ACTIONS(3162), + [anon_sym_inline] = ACTIONS(3162), + [anon_sym_external] = ACTIONS(3162), + [sym_property_modifier] = ACTIONS(3162), + [anon_sym_abstract] = ACTIONS(3162), + [anon_sym_final] = ACTIONS(3162), + [anon_sym_open] = ACTIONS(3162), + [anon_sym_vararg] = ACTIONS(3162), + [anon_sym_noinline] = ACTIONS(3162), + [anon_sym_crossinline] = ACTIONS(3162), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [1438] = { + [sym__expression] = STATE(2560), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -210856,100 +210438,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1443] = { - [sym__expression] = STATE(2545), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1439] = { + [sym__expression] = STATE(2561), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -210957,100 +210539,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1444] = { - [sym__expression] = STATE(2542), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1440] = { + [sym__expression] = STATE(2562), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -211058,201 +210640,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1445] = { - [sym__expression] = STATE(4381), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5701), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(639), }, - [1446] = { - [sym__expression] = STATE(2539), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1441] = { + [sym__expression] = STATE(2575), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -211260,112 +210741,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1447] = { - [sym__expression] = STATE(2297), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2166), - [sym_annotation] = STATE(2166), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(371), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3148), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1143), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3152), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -211376,186 +210756,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [1448] = { - [sym__expression] = STATE(4408), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1449] = { - [sym__expression] = STATE(1190), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1442] = { + [sym__expression] = STATE(2585), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -211563,403 +210842,1110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1450] = { - [sym__expression] = STATE(4406), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1443] = { + [sym_function_body] = STATE(1145), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4481), + [anon_sym_AT] = ACTIONS(4483), + [anon_sym_LBRACK] = ACTIONS(4483), + [anon_sym_as] = ACTIONS(4481), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4483), + [anon_sym_LPAREN] = ACTIONS(4483), + [anon_sym_LT] = ACTIONS(4481), + [anon_sym_GT] = 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(4483), + [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_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(4483), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4483), + [anon_sym_super_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), + }, + [1444] = { + [sym__expression] = STATE(2586), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1708), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1710), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1714), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1445] = { + [sym__expression] = STATE(2298), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2162), + [sym_annotation] = STATE(2162), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(379), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3192), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1143), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3194), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3198), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [1446] = { + [sym__expression] = STATE(1195), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1708), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1710), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1714), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1447] = { + [sym__expression] = STATE(4239), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(357), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3072), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(937), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3074), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3076), + [anon_sym_return] = ACTIONS(3078), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1448] = { + [sym__expression] = STATE(3804), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1335), + [sym_label] = ACTIONS(381), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(375), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(381), + [anon_sym_PLUS_PLUS] = ACTIONS(383), + [anon_sym_DASH_DASH] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(383), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1449] = { + [sym__expression] = STATE(3803), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1335), + [sym_label] = ACTIONS(381), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(375), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(381), + [anon_sym_PLUS_PLUS] = ACTIONS(383), + [anon_sym_DASH_DASH] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(383), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1450] = { + [sym__expression] = STATE(4110), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), + [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1451] = { - [sym_function_body] = STATE(1131), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_object] = ACTIONS(4307), - [anon_sym_fun] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_this] = ACTIONS(4307), - [anon_sym_super] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4309), - [sym_label] = ACTIONS(4307), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_if] = ACTIONS(4307), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_when] = ACTIONS(4307), - [anon_sym_try] = ACTIONS(4307), - [anon_sym_throw] = ACTIONS(4307), - [anon_sym_return] = ACTIONS(4307), - [anon_sym_continue] = ACTIONS(4307), - [anon_sym_break] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4309), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG] = ACTIONS(4307), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4309), - [anon_sym_continue_AT] = ACTIONS(4309), - [anon_sym_break_AT] = ACTIONS(4309), - [anon_sym_this_AT] = ACTIONS(4309), - [anon_sym_super_AT] = ACTIONS(4309), - [sym_real_literal] = ACTIONS(4309), - [sym_integer_literal] = ACTIONS(4307), - [sym_hex_literal] = ACTIONS(4309), - [sym_bin_literal] = ACTIONS(4309), - [anon_sym_true] = ACTIONS(4307), - [anon_sym_false] = ACTIONS(4307), - [anon_sym_SQUOTE] = ACTIONS(4309), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4309), + [sym__expression] = STATE(3800), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1335), + [sym_label] = ACTIONS(381), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(375), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(381), + [anon_sym_PLUS_PLUS] = ACTIONS(383), + [anon_sym_DASH_DASH] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(383), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), }, [1452] = { - [sym__expression] = STATE(531), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), + [sym__expression] = STATE(3799), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1335), + [sym_label] = ACTIONS(381), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(375), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(381), + [anon_sym_PLUS_PLUS] = ACTIONS(383), + [anon_sym_DASH_DASH] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(383), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(113), }, [1453] = { - [sym__expression] = STATE(1086), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__expression] = STATE(1091), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -211967,100 +211953,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, [1454] = { - [sym__expression] = STATE(1087), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__expression] = STATE(1092), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -212068,100 +212054,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, [1455] = { - [sym__expression] = STATE(1088), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__expression] = STATE(1093), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -212169,100 +212155,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, [1456] = { - [sym__expression] = STATE(1089), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__expression] = STATE(1094), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -212270,100 +212256,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, [1457] = { - [sym__expression] = STATE(1090), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__expression] = STATE(1095), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -212371,100 +212357,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, [1458] = { - [sym__expression] = STATE(1091), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__expression] = STATE(1097), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -212472,176 +212458,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, [1459] = { - [sym__expression] = STATE(3921), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1459), - [sym_annotation] = STATE(1459), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1926), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(689), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [sym__expression] = STATE(3797), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1335), + [sym_label] = ACTIONS(381), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(375), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(381), + [anon_sym_PLUS_PLUS] = ACTIONS(383), + [anon_sym_DASH_DASH] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(383), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(113), }, [1460] = { [sym__expression] = STATE(294), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -212651,22 +212637,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -212690,59 +212676,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(471), }, [1461] = { - [sym__expression] = STATE(293), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [sym__expression] = STATE(292), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -212752,22 +212738,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -212791,59 +212777,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(471), }, [1462] = { - [sym__expression] = STATE(295), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [sym__expression] = STATE(3795), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1335), + [sym_label] = ACTIONS(381), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(375), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(381), + [anon_sym_PLUS_PLUS] = ACTIONS(383), + [anon_sym_DASH_DASH] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(383), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1463] = { + [sym__expression] = STATE(285), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -212853,123 +212940,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1463] = { - [sym__expression] = STATE(291), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1653), - [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1674), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -212993,160 +212979,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(471), }, [1464] = { - [sym__expression] = STATE(2529), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [sym__expression] = STATE(3790), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1335), + [sym_label] = ACTIONS(381), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(375), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(381), + [anon_sym_PLUS_PLUS] = ACTIONS(383), + [anon_sym_DASH_DASH] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(383), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(113), }, [1465] = { [sym__expression] = STATE(289), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -213156,22 +213142,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -213195,84 +213181,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(471), }, [1466] = { - [sym__expression] = STATE(529), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__expression] = STATE(290), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1653), + [sym_annotation] = STATE(1653), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), + [anon_sym_fun] = ACTIONS(1674), [anon_sym_get] = ACTIONS(1664), [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -213296,59 +213282,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(471), }, [1467] = { - [sym__expression] = STATE(292), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [sym__expression] = STATE(284), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -213358,22 +213344,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -213397,84 +213383,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(471), }, [1468] = { - [sym__expression] = STATE(758), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), + [sym__expression] = STATE(780), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), [sym__prefix_unary_operator] = STATE(1774), [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1672), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -213482,75 +213468,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, [1469] = { [sym__expression] = STATE(331), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -213560,8 +213546,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), @@ -213571,11 +213557,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -213599,59 +213585,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(471), }, [1470] = { - [sym__expression] = STATE(321), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__expression] = STATE(330), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -213661,8 +213647,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), @@ -213672,11 +213658,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -213700,160 +213686,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(471), }, [1471] = { - [sym__expression] = STATE(318), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), + [sym__expression] = STATE(3785), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1335), + [sym_label] = ACTIONS(381), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(375), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(381), + [anon_sym_PLUS_PLUS] = ACTIONS(383), + [anon_sym_DASH_DASH] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(383), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(113), }, [1472] = { - [sym__expression] = STATE(328), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__expression] = STATE(315), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -213863,8 +213849,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), @@ -213874,11 +213860,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -213902,59 +213888,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(471), }, [1473] = { - [sym__expression] = STATE(528), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__expression] = STATE(3783), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1335), + [sym_label] = ACTIONS(381), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(375), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(381), + [anon_sym_PLUS_PLUS] = ACTIONS(383), + [anon_sym_DASH_DASH] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(383), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1474] = { + [sym__expression] = STATE(323), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -213964,8 +214051,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), @@ -213975,11 +214062,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -214002,60 +214089,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1474] = { - [sym__expression] = STATE(317), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1475] = { + [sym__expression] = STATE(322), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -214065,8 +214152,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), @@ -214076,11 +214163,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -214103,161 +214190,262 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1475] = { - [sym__expression] = STATE(4324), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [1476] = { + [sym__expression] = STATE(3777), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1335), + [sym_label] = ACTIONS(381), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(375), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(381), + [anon_sym_PLUS_PLUS] = ACTIONS(383), + [anon_sym_DASH_DASH] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(383), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(113), }, - [1476] = { - [sym__expression] = STATE(316), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1477] = { + [sym__expression] = STATE(1261), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1478] = { + [sym__expression] = STATE(327), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -214267,8 +214455,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), @@ -214278,11 +214466,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -214305,85 +214493,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1477] = { - [sym__expression] = STATE(757), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), + [1479] = { + [sym__expression] = STATE(785), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), [sym__prefix_unary_operator] = STATE(1774), [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1672), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -214391,681 +214579,479 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1478] = { - [sym__expression] = STATE(525), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1479] = { - [sym__expression] = STATE(524), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(639), }, [1480] = { - [sym__expression] = STATE(808), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), + [sym__expression] = STATE(800), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), [sym__prefix_unary_operator] = STATE(1727), [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1678), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), [anon_sym_throw] = ACTIONS(1680), [anon_sym_return] = ACTIONS(1682), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1481] = { - [sym__expression] = STATE(807), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), + [sym__expression] = STATE(803), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), [sym__prefix_unary_operator] = STATE(1727), [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1678), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), [anon_sym_throw] = ACTIONS(1680), [anon_sym_return] = ACTIONS(1682), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1482] = { - [sym__expression] = STATE(805), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), + [sym__expression] = STATE(804), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), [sym__prefix_unary_operator] = STATE(1727), [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1678), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), [anon_sym_throw] = ACTIONS(1680), [anon_sym_return] = ACTIONS(1682), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1483] = { - [sym__expression] = STATE(799), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), + [sym__expression] = STATE(808), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), [sym__prefix_unary_operator] = STATE(1727), [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1678), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), [anon_sym_throw] = ACTIONS(1680), [anon_sym_return] = ACTIONS(1682), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1484] = { - [sym__expression] = STATE(365), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__expression] = STATE(363), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -215075,7 +215061,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1281), [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(427), @@ -215114,286 +215100,387 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(471), }, [1485] = { - [sym__expression] = STATE(804), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), + [sym__expression] = STATE(799), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), [sym__prefix_unary_operator] = STATE(1727), [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1678), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), [anon_sym_throw] = ACTIONS(1680), [anon_sym_return] = ACTIONS(1682), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1486] = { - [sym__expression] = STATE(803), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), + [sym__expression] = STATE(809), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), [sym__prefix_unary_operator] = STATE(1727), [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1678), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), [anon_sym_throw] = ACTIONS(1680), [anon_sym_return] = ACTIONS(1682), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1487] = { + [sym__expression] = STATE(4226), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(357), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3072), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(937), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3074), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3076), + [anon_sym_return] = ACTIONS(3078), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(113), }, - [1487] = { - [sym__expression] = STATE(756), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [1488] = { + [sym__expression] = STATE(2578), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), + [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), + [anon_sym_if] = ACTIONS(1710), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1714), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -215401,1211 +215488,807 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1488] = { - [sym__expression] = STATE(989), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [1489] = { + [sym__expression] = STATE(976), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1702), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), [anon_sym_throw] = ACTIONS(1704), [anon_sym_return] = ACTIONS(1706), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [1489] = { - [sym__expression] = STATE(986), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [1490] = { + [sym__expression] = STATE(974), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1702), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), [anon_sym_throw] = ACTIONS(1704), [anon_sym_return] = ACTIONS(1706), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1490] = { - [sym__expression] = STATE(2578), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1708), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1491] = { - [sym__expression] = STATE(980), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__expression] = STATE(965), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1702), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), [anon_sym_throw] = ACTIONS(1704), [anon_sym_return] = ACTIONS(1706), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1492] = { - [sym__expression] = STATE(977), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__expression] = STATE(961), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1702), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), [anon_sym_throw] = ACTIONS(1704), [anon_sym_return] = ACTIONS(1706), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1493] = { - [sym__expression] = STATE(1234), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__expression] = STATE(1221), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1494] = { - [sym__expression] = STATE(976), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__expression] = STATE(958), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1702), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), [anon_sym_throw] = ACTIONS(1704), [anon_sym_return] = ACTIONS(1706), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1495] = { - [sym__expression] = STATE(970), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__expression] = STATE(957), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1702), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), [anon_sym_throw] = ACTIONS(1704), [anon_sym_return] = ACTIONS(1706), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1496] = { - [sym__expression] = STATE(4239), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3072), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(969), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3074), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3078), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1497] = { - [sym__expression] = STATE(523), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), [anon_sym_PLUS] = ACTIONS(1027), [anon_sym_DASH] = ACTIONS(1027), [anon_sym_PLUS_PLUS] = ACTIONS(1029), [anon_sym_DASH_DASH] = ACTIONS(1029), [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [1498] = { - [sym__expression] = STATE(2459), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1496] = { + [sym__expression] = STATE(2441), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1692), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1696), [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1499] = { - [sym__expression] = STATE(1228), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1708), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -216613,289 +216296,188 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1500] = { - [sym__expression] = STATE(522), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(639), }, - [1501] = { - [sym__expression] = STATE(521), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), + [1497] = { + [sym__expression] = STATE(2488), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), [anon_sym_STAR] = ACTIONS(1019), [sym_label] = ACTIONS(1027), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), [anon_sym_PLUS] = ACTIONS(1027), [anon_sym_DASH] = ACTIONS(1027), [anon_sym_PLUS_PLUS] = ACTIONS(1029), [anon_sym_DASH_DASH] = ACTIONS(1029), [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [1502] = { - [sym__expression] = STATE(4249), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), + [1498] = { + [sym__expression] = STATE(4235), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), + [anon_sym_object] = ACTIONS(1904), [anon_sym_fun] = ACTIONS(3072), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(969), - [anon_sym_null] = ACTIONS(1922), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(937), + [anon_sym_null] = ACTIONS(1910), [anon_sym_if] = ACTIONS(3074), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), @@ -216904,23 +216486,23 @@ 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(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), [anon_sym_this_AT] = ACTIONS(97), [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), + [sym_real_literal] = ACTIONS(1912), [sym_integer_literal] = ACTIONS(103), [sym_hex_literal] = ACTIONS(105), [sym_bin_literal] = ACTIONS(105), @@ -216931,400 +216513,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [1503] = { - [sym__expression] = STATE(381), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1653), - [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1674), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1504] = { - [sym__expression] = STATE(517), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1505] = { - [sym__expression] = STATE(520), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), + [1499] = { + [sym__expression] = STATE(3775), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1335), + [sym_label] = ACTIONS(381), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(375), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(381), + [anon_sym_PLUS_PLUS] = ACTIONS(383), + [anon_sym_DASH_DASH] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(383), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(113), }, - [1506] = { - [sym__expression] = STATE(1261), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1500] = { + [sym__expression] = STATE(3854), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1516), + [sym_annotation] = STATE(1516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1926), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(695), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(243), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -217335,299 +216715,299 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1507] = { - [sym__expression] = STATE(4337), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [1501] = { + [sym__expression] = STATE(3819), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1335), + [sym_label] = ACTIONS(381), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(375), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(381), + [anon_sym_PLUS_PLUS] = ACTIONS(383), + [anon_sym_DASH_DASH] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(383), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1502] = { + [sym__expression] = STATE(1271), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1503] = { + [sym__expression] = STATE(4343), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5703), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1508] = { - [sym__expression] = STATE(3920), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1459), - [sym_annotation] = STATE(1459), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1926), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(689), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1509] = { - [sym__expression] = STATE(1266), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -217638,299 +217018,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1510] = { - [sym__expression] = STATE(4333), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [1504] = { + [sym__expression] = STATE(1618), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3064), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(907), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3066), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(3068), + [anon_sym_return] = ACTIONS(3070), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(555), }, - [1511] = { - [sym__expression] = STATE(4473), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1505] = { + [sym__expression] = STATE(4412), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1512] = { - [sym__expression] = STATE(1283), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -217941,198 +217220,400 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1513] = { - [sym__expression] = STATE(3922), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1459), - [sym_annotation] = STATE(1459), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1926), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(689), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [1506] = { + [sym__expression] = STATE(1265), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [1514] = { - [sym__expression] = STATE(1271), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [1507] = { + [sym__expression] = STATE(1241), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1508] = { + [sym__expression] = STATE(1259), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1509] = { + [sym__expression] = STATE(4404), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -218143,299 +217624,299 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1515] = { - [sym__expression] = STATE(4472), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [1510] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1661), + [sym__comparison_operator] = STATE(1662), + [sym__in_operator] = STATE(1663), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1664), + [sym__multiplicative_operator] = STATE(1665), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1666), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3148), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3148), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5669), + [anon_sym_where] = ACTIONS(3146), + [anon_sym_object] = ACTIONS(3146), + [anon_sym_fun] = ACTIONS(3146), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3146), + [anon_sym_super] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(5671), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5673), + [anon_sym_DOT_DOT] = ACTIONS(5675), + [anon_sym_QMARK_COLON] = ACTIONS(5677), + [anon_sym_AMP_AMP] = ACTIONS(5679), + [anon_sym_PIPE_PIPE] = ACTIONS(5681), + [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(4535), + [anon_sym_BANG_EQ] = ACTIONS(5683), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5685), + [anon_sym_EQ_EQ] = ACTIONS(5683), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5685), + [anon_sym_LT_EQ] = ACTIONS(5687), + [anon_sym_GT_EQ] = ACTIONS(5687), + [anon_sym_BANGin] = ACTIONS(5689), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5691), + [anon_sym_DASH] = ACTIONS(5691), + [anon_sym_SLASH] = ACTIONS(5693), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3146), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3148), + [anon_sym_continue_AT] = ACTIONS(3148), + [anon_sym_break_AT] = ACTIONS(3148), + [anon_sym_this_AT] = ACTIONS(3148), + [anon_sym_super_AT] = ACTIONS(3148), + [sym_real_literal] = ACTIONS(3148), + [sym_integer_literal] = ACTIONS(3146), + [sym_hex_literal] = ACTIONS(3148), + [sym_bin_literal] = ACTIONS(3148), + [anon_sym_true] = ACTIONS(3146), + [anon_sym_false] = ACTIONS(3146), + [anon_sym_SQUOTE] = ACTIONS(3148), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3148), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(3148), }, - [1516] = { - [sym__expression] = STATE(1621), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3064), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(999), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3066), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3068), - [anon_sym_return] = ACTIONS(3070), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [1511] = { + [sym_function_body] = STATE(1154), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4493), + [anon_sym_AT] = ACTIONS(4495), + [anon_sym_LBRACK] = ACTIONS(4495), + [anon_sym_as] = ACTIONS(4493), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4495), + [anon_sym_LPAREN] = ACTIONS(4495), + [anon_sym_LT] = ACTIONS(4493), + [anon_sym_GT] = ACTIONS(4493), + [anon_sym_object] = ACTIONS(4493), + [anon_sym_fun] = ACTIONS(4493), + [anon_sym_DOT] = ACTIONS(4493), + [anon_sym_SEMI] = ACTIONS(4495), + [anon_sym_get] = ACTIONS(4493), + [anon_sym_set] = ACTIONS(4493), + [anon_sym_this] = ACTIONS(4493), + [anon_sym_super] = ACTIONS(4493), + [anon_sym_STAR] = ACTIONS(4495), + [sym_label] = ACTIONS(4493), + [anon_sym_in] = ACTIONS(4493), + [anon_sym_DOT_DOT] = ACTIONS(4495), + [anon_sym_QMARK_COLON] = ACTIONS(4495), + [anon_sym_AMP_AMP] = ACTIONS(4495), + [anon_sym_PIPE_PIPE] = ACTIONS(4495), + [anon_sym_null] = ACTIONS(4493), + [anon_sym_if] = ACTIONS(4493), + [anon_sym_else] = ACTIONS(4493), + [anon_sym_when] = ACTIONS(4493), + [anon_sym_try] = ACTIONS(4493), + [anon_sym_throw] = ACTIONS(4493), + [anon_sym_return] = ACTIONS(4493), + [anon_sym_continue] = ACTIONS(4493), + [anon_sym_break] = ACTIONS(4493), + [anon_sym_COLON_COLON] = ACTIONS(4495), + [anon_sym_BANG_EQ] = ACTIONS(4493), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), + [anon_sym_EQ_EQ] = ACTIONS(4493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), + [anon_sym_LT_EQ] = ACTIONS(4495), + [anon_sym_GT_EQ] = ACTIONS(4495), + [anon_sym_BANGin] = ACTIONS(4495), + [anon_sym_is] = ACTIONS(4493), + [anon_sym_BANGis] = ACTIONS(4495), + [anon_sym_PLUS] = ACTIONS(4493), + [anon_sym_DASH] = ACTIONS(4493), + [anon_sym_SLASH] = ACTIONS(4493), + [anon_sym_PERCENT] = ACTIONS(4495), + [anon_sym_as_QMARK] = ACTIONS(4495), + [anon_sym_PLUS_PLUS] = ACTIONS(4495), + [anon_sym_DASH_DASH] = ACTIONS(4495), + [anon_sym_BANG] = ACTIONS(4493), + [anon_sym_BANG_BANG] = ACTIONS(4495), + [anon_sym_suspend] = ACTIONS(4493), + [anon_sym_sealed] = ACTIONS(4493), + [anon_sym_annotation] = ACTIONS(4493), + [anon_sym_data] = ACTIONS(4493), + [anon_sym_inner] = ACTIONS(4493), + [anon_sym_value] = ACTIONS(4493), + [anon_sym_override] = ACTIONS(4493), + [anon_sym_lateinit] = ACTIONS(4493), + [anon_sym_public] = ACTIONS(4493), + [anon_sym_private] = ACTIONS(4493), + [anon_sym_internal] = ACTIONS(4493), + [anon_sym_protected] = ACTIONS(4493), + [anon_sym_tailrec] = ACTIONS(4493), + [anon_sym_operator] = ACTIONS(4493), + [anon_sym_infix] = ACTIONS(4493), + [anon_sym_inline] = ACTIONS(4493), + [anon_sym_external] = ACTIONS(4493), + [sym_property_modifier] = ACTIONS(4493), + [anon_sym_abstract] = ACTIONS(4493), + [anon_sym_final] = ACTIONS(4493), + [anon_sym_open] = ACTIONS(4493), + [anon_sym_vararg] = ACTIONS(4493), + [anon_sym_noinline] = ACTIONS(4493), + [anon_sym_crossinline] = ACTIONS(4493), + [anon_sym_expect] = ACTIONS(4493), + [anon_sym_actual] = ACTIONS(4493), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_return_AT] = ACTIONS(4495), + [anon_sym_continue_AT] = ACTIONS(4495), + [anon_sym_break_AT] = ACTIONS(4495), + [anon_sym_this_AT] = ACTIONS(4495), + [anon_sym_super_AT] = ACTIONS(4495), + [sym_real_literal] = ACTIONS(4495), + [sym_integer_literal] = ACTIONS(4493), + [sym_hex_literal] = ACTIONS(4495), + [sym_bin_literal] = ACTIONS(4495), + [anon_sym_true] = ACTIONS(4493), + [anon_sym_false] = ACTIONS(4493), + [anon_sym_SQUOTE] = ACTIONS(4495), + [sym__backtick_identifier] = ACTIONS(4495), + [sym__automatic_semicolon] = ACTIONS(4495), + [sym_safe_nav] = ACTIONS(4495), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(4495), }, - [1517] = { - [sym__expression] = STATE(1243), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1512] = { + [sym__expression] = STATE(4336), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(5695), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -218446,1499 +217927,2004 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1518] = { - [sym__expression] = STATE(4383), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [1513] = { + [sym__expression] = STATE(391), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1653), + [sym_annotation] = STATE(1653), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1674), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(721), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1514] = { + [sym__expression] = STATE(3865), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1516), + [sym_annotation] = STATE(1516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), + [anon_sym_fun] = ACTIONS(1926), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(695), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1519] = { - [sym__expression] = STATE(3768), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(381), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(375), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_DASH] = ACTIONS(381), - [anon_sym_PLUS_PLUS] = ACTIONS(383), - [anon_sym_DASH_DASH] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(383), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [1515] = { + [sym__expression] = STATE(1244), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [1520] = { - [sym__expression] = STATE(4482), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [1516] = { + [sym__expression] = STATE(3861), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1516), + [sym_annotation] = STATE(1516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), + [anon_sym_fun] = ACTIONS(1926), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(695), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1517] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(2159), + [sym__alpha_identifier] = ACTIONS(4714), + [anon_sym_AT] = ACTIONS(4716), + [anon_sym_LBRACK] = ACTIONS(4716), + [anon_sym_as] = 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(4716), + [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_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(4716), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4716), + [anon_sym_super_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), + }, + [1518] = { + [sym__expression] = STATE(2471), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1519] = { + [sym__expression] = STATE(2460), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1692), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1696), + [anon_sym_return] = ACTIONS(1698), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1520] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_EQ] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3156), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3156), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3890), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3898), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3900), + [anon_sym_while] = ACTIONS(3154), + [anon_sym_DOT_DOT] = ACTIONS(3902), + [anon_sym_QMARK_COLON] = ACTIONS(3904), + [anon_sym_AMP_AMP] = ACTIONS(3906), + [anon_sym_PIPE_PIPE] = ACTIONS(3908), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_PLUS_EQ] = ACTIONS(3156), + [anon_sym_DASH_EQ] = ACTIONS(3156), + [anon_sym_STAR_EQ] = ACTIONS(3156), + [anon_sym_SLASH_EQ] = ACTIONS(3156), + [anon_sym_PERCENT_EQ] = ACTIONS(3156), + [anon_sym_BANG_EQ] = ACTIONS(3910), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), + [anon_sym_EQ_EQ] = ACTIONS(3910), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3912), + [anon_sym_LT_EQ] = ACTIONS(3914), + [anon_sym_GT_EQ] = ACTIONS(3914), + [anon_sym_BANGin] = ACTIONS(3916), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(3918), + [anon_sym_DASH] = ACTIONS(3918), + [anon_sym_SLASH] = ACTIONS(3898), + [anon_sym_PERCENT] = ACTIONS(3898), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3154), + [anon_sym_sealed] = ACTIONS(3154), + [anon_sym_annotation] = ACTIONS(3154), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3154), + [anon_sym_lateinit] = ACTIONS(3154), + [anon_sym_public] = ACTIONS(3154), + [anon_sym_private] = ACTIONS(3154), + [anon_sym_internal] = ACTIONS(3154), + [anon_sym_protected] = ACTIONS(3154), + [anon_sym_tailrec] = ACTIONS(3154), + [anon_sym_operator] = ACTIONS(3154), + [anon_sym_infix] = ACTIONS(3154), + [anon_sym_inline] = ACTIONS(3154), + [anon_sym_external] = ACTIONS(3154), + [sym_property_modifier] = ACTIONS(3154), + [anon_sym_abstract] = ACTIONS(3154), + [anon_sym_final] = ACTIONS(3154), + [anon_sym_open] = ACTIONS(3154), + [anon_sym_vararg] = ACTIONS(3154), + [anon_sym_noinline] = ACTIONS(3154), + [anon_sym_crossinline] = ACTIONS(3154), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), }, [1521] = { - [sym__expression] = STATE(4364), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__expression] = STATE(3931), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1516), + [sym_annotation] = STATE(1516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), + [anon_sym_fun] = ACTIONS(1926), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(695), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1522] = { - [sym__expression] = STATE(3941), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1459), - [sym_annotation] = STATE(1459), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(3936), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1516), + [sym_annotation] = STATE(1516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1926), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(689), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(695), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1523] = { - [sym__expression] = STATE(3940), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1459), - [sym_annotation] = STATE(1459), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(3954), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1516), + [sym_annotation] = STATE(1516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1926), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(689), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(695), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1524] = { - [sym__expression] = STATE(3936), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1459), - [sym_annotation] = STATE(1459), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(4015), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1516), + [sym_annotation] = STATE(1516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1926), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(689), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(695), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1525] = { - [sym__expression] = STATE(3934), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1459), - [sym_annotation] = STATE(1459), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(4036), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1516), + [sym_annotation] = STATE(1516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1926), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(689), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(695), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1526] = { - [sym__expression] = STATE(3931), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1459), - [sym_annotation] = STATE(1459), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(4038), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1516), + [sym_annotation] = STATE(1516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1926), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(689), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(695), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1527] = { - [sym__expression] = STATE(3930), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1459), - [sym_annotation] = STATE(1459), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(4027), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1516), + [sym_annotation] = STATE(1516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1926), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(689), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(695), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1528] = { - [sym__expression] = STATE(3929), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1459), - [sym_annotation] = STATE(1459), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(4018), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1516), + [sym_annotation] = STATE(1516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1926), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(689), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(695), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1529] = { - [sym__expression] = STATE(3928), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1459), - [sym_annotation] = STATE(1459), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(4005), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1516), + [sym_annotation] = STATE(1516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1926), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(689), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(695), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1530] = { - [sym__expression] = STATE(4468), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__expression] = STATE(3984), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1516), + [sym_annotation] = STATE(1516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), + [anon_sym_fun] = ACTIONS(1926), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(695), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1531] = { - [sym__expression] = STATE(3927), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1459), - [sym_annotation] = STATE(1459), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__expression] = STATE(4317), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1926), + [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(689), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1532] = { - [sym__expression] = STATE(1396), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__expression] = STATE(1423), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1650), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), + [anon_sym_if] = ACTIONS(597), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -219946,176 +219932,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, [1533] = { - [sym__expression] = STATE(2559), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1708), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [sym__expression] = STATE(3909), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1516), + [sym_annotation] = STATE(1516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(298), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1926), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(695), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(205), }, [1534] = { - [sym__expression] = STATE(404), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [sym__expression] = STATE(380), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -220125,22 +220111,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -220164,298 +220150,399 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(471), }, [1535] = { - [sym__expression] = STATE(3926), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1459), - [sym_annotation] = STATE(1459), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1926), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(689), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_EQ] = ACTIONS(3158), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3160), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3160), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3890), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3898), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3900), + [anon_sym_while] = ACTIONS(3158), + [anon_sym_DOT_DOT] = ACTIONS(3902), + [anon_sym_QMARK_COLON] = ACTIONS(3904), + [anon_sym_AMP_AMP] = ACTIONS(3906), + [anon_sym_PIPE_PIPE] = ACTIONS(3908), + [anon_sym_else] = ACTIONS(3158), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_PLUS_EQ] = ACTIONS(3160), + [anon_sym_DASH_EQ] = ACTIONS(3160), + [anon_sym_STAR_EQ] = ACTIONS(3160), + [anon_sym_SLASH_EQ] = ACTIONS(3160), + [anon_sym_PERCENT_EQ] = ACTIONS(3160), + [anon_sym_BANG_EQ] = ACTIONS(3910), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), + [anon_sym_EQ_EQ] = ACTIONS(3910), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3912), + [anon_sym_LT_EQ] = ACTIONS(3914), + [anon_sym_GT_EQ] = ACTIONS(3914), + [anon_sym_BANGin] = ACTIONS(3916), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(3918), + [anon_sym_DASH] = ACTIONS(3918), + [anon_sym_SLASH] = ACTIONS(3898), + [anon_sym_PERCENT] = ACTIONS(3898), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3158), + [anon_sym_sealed] = ACTIONS(3158), + [anon_sym_annotation] = ACTIONS(3158), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3158), + [anon_sym_lateinit] = ACTIONS(3158), + [anon_sym_public] = ACTIONS(3158), + [anon_sym_private] = ACTIONS(3158), + [anon_sym_internal] = ACTIONS(3158), + [anon_sym_protected] = ACTIONS(3158), + [anon_sym_tailrec] = ACTIONS(3158), + [anon_sym_operator] = ACTIONS(3158), + [anon_sym_infix] = ACTIONS(3158), + [anon_sym_inline] = ACTIONS(3158), + [anon_sym_external] = ACTIONS(3158), + [sym_property_modifier] = ACTIONS(3158), + [anon_sym_abstract] = ACTIONS(3158), + [anon_sym_final] = ACTIONS(3158), + [anon_sym_open] = ACTIONS(3158), + [anon_sym_vararg] = ACTIONS(3158), + [anon_sym_noinline] = ACTIONS(3158), + [anon_sym_crossinline] = ACTIONS(3158), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), }, [1536] = { - [sym__expression] = STATE(2530), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), + [sym__expression] = STATE(2551), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1708), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), [anon_sym_STAR] = ACTIONS(1089), [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1710), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1714), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), [anon_sym_PLUS] = ACTIONS(1097), [anon_sym_DASH] = ACTIONS(1097), [anon_sym_PLUS_PLUS] = ACTIONS(1099), [anon_sym_DASH_DASH] = ACTIONS(1099), [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(639), }, [1537] = { - [sym__expression] = STATE(1280), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [sym__expression] = STATE(1222), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1708), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1710), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1714), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1538] = { + [sym__expression] = STATE(4335), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -220466,489 +220553,1297 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1538] = { - [sym__expression] = STATE(3789), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(381), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(375), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_DASH] = ACTIONS(381), - [anon_sym_PLUS_PLUS] = ACTIONS(383), - [anon_sym_DASH_DASH] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(383), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, [1539] = { - [sym__expression] = STATE(3872), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1459), - [sym_annotation] = STATE(1459), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(3976), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1516), + [sym_annotation] = STATE(1516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1926), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(689), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1349), + [sym_label] = ACTIONS(695), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), + [anon_sym_if] = ACTIONS(243), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(245), + [anon_sym_return] = ACTIONS(247), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(695), + [anon_sym_DASH] = ACTIONS(695), + [anon_sym_PLUS_PLUS] = ACTIONS(697), + [anon_sym_DASH_DASH] = ACTIONS(697), + [anon_sym_BANG] = ACTIONS(697), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1540] = { - [sym__expression] = STATE(3811), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(381), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(375), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_DASH] = ACTIONS(381), - [anon_sym_PLUS_PLUS] = ACTIONS(383), - [anon_sym_DASH_DASH] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(383), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), + [sym__expression] = STATE(2431), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1692), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1696), + [anon_sym_return] = ACTIONS(1698), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(639), }, [1541] = { - [sym__expression] = STATE(3925), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1459), - [sym_annotation] = STATE(1459), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(298), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_EQ] = ACTIONS(3166), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3168), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3168), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3890), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3898), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3900), + [anon_sym_while] = ACTIONS(3166), + [anon_sym_DOT_DOT] = ACTIONS(3902), + [anon_sym_QMARK_COLON] = ACTIONS(3904), + [anon_sym_AMP_AMP] = ACTIONS(3906), + [anon_sym_PIPE_PIPE] = ACTIONS(3908), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_PLUS_EQ] = ACTIONS(3168), + [anon_sym_DASH_EQ] = ACTIONS(3168), + [anon_sym_STAR_EQ] = ACTIONS(3168), + [anon_sym_SLASH_EQ] = ACTIONS(3168), + [anon_sym_PERCENT_EQ] = ACTIONS(3168), + [anon_sym_BANG_EQ] = ACTIONS(3910), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), + [anon_sym_EQ_EQ] = ACTIONS(3910), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3912), + [anon_sym_LT_EQ] = ACTIONS(3914), + [anon_sym_GT_EQ] = ACTIONS(3914), + [anon_sym_BANGin] = ACTIONS(3916), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(3918), + [anon_sym_DASH] = ACTIONS(3918), + [anon_sym_SLASH] = ACTIONS(3898), + [anon_sym_PERCENT] = ACTIONS(3898), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3166), + [anon_sym_sealed] = ACTIONS(3166), + [anon_sym_annotation] = ACTIONS(3166), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3166), + [anon_sym_lateinit] = ACTIONS(3166), + [anon_sym_public] = ACTIONS(3166), + [anon_sym_private] = ACTIONS(3166), + [anon_sym_internal] = ACTIONS(3166), + [anon_sym_protected] = ACTIONS(3166), + [anon_sym_tailrec] = ACTIONS(3166), + [anon_sym_operator] = ACTIONS(3166), + [anon_sym_infix] = ACTIONS(3166), + [anon_sym_inline] = ACTIONS(3166), + [anon_sym_external] = ACTIONS(3166), + [sym_property_modifier] = ACTIONS(3166), + [anon_sym_abstract] = ACTIONS(3166), + [anon_sym_final] = ACTIONS(3166), + [anon_sym_open] = ACTIONS(3166), + [anon_sym_vararg] = ACTIONS(3166), + [anon_sym_noinline] = ACTIONS(3166), + [anon_sym_crossinline] = ACTIONS(3166), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [1542] = { + [sym__expression] = STATE(2449), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1692), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1696), + [anon_sym_return] = ACTIONS(1698), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1543] = { + [sym__expression] = STATE(2436), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1692), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1696), + [anon_sym_return] = ACTIONS(1698), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1544] = { + [sym_function_body] = STATE(1080), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = 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(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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4233), + [anon_sym_super_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), + }, + [1545] = { + [sym__expression] = STATE(2439), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1692), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1696), + [anon_sym_return] = ACTIONS(1698), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1546] = { + [sym__expression] = STATE(4405), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1926), + [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1339), - [sym_label] = ACTIONS(689), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(333), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(335), - [anon_sym_return] = ACTIONS(337), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(689), - [anon_sym_DASH] = ACTIONS(689), - [anon_sym_PLUS_PLUS] = ACTIONS(691), - [anon_sym_DASH_DASH] = ACTIONS(691), - [anon_sym_BANG] = ACTIONS(691), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1542] = { - [sym__expression] = STATE(2419), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1547] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1661), + [sym__comparison_operator] = STATE(1662), + [sym__in_operator] = STATE(1663), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1664), + [sym__multiplicative_operator] = STATE(1665), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1666), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3156), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3156), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5669), + [anon_sym_where] = ACTIONS(3154), + [anon_sym_object] = ACTIONS(3154), + [anon_sym_fun] = ACTIONS(3154), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3154), + [anon_sym_super] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(5671), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5673), + [anon_sym_DOT_DOT] = ACTIONS(5675), + [anon_sym_QMARK_COLON] = ACTIONS(5677), + [anon_sym_AMP_AMP] = ACTIONS(5679), + [anon_sym_PIPE_PIPE] = ACTIONS(5681), + [anon_sym_null] = ACTIONS(3154), + [anon_sym_if] = ACTIONS(3154), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_when] = ACTIONS(3154), + [anon_sym_try] = ACTIONS(3154), + [anon_sym_throw] = ACTIONS(3154), + [anon_sym_return] = ACTIONS(3154), + [anon_sym_continue] = ACTIONS(3154), + [anon_sym_break] = ACTIONS(3154), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(5683), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5685), + [anon_sym_EQ_EQ] = ACTIONS(5683), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5685), + [anon_sym_LT_EQ] = ACTIONS(5687), + [anon_sym_GT_EQ] = ACTIONS(5687), + [anon_sym_BANGin] = ACTIONS(5689), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5691), + [anon_sym_DASH] = ACTIONS(5691), + [anon_sym_SLASH] = ACTIONS(5693), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3154), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3156), + [anon_sym_continue_AT] = ACTIONS(3156), + [anon_sym_break_AT] = ACTIONS(3156), + [anon_sym_this_AT] = ACTIONS(3156), + [anon_sym_super_AT] = ACTIONS(3156), + [sym_real_literal] = ACTIONS(3156), + [sym_integer_literal] = ACTIONS(3154), + [sym_hex_literal] = ACTIONS(3156), + [sym_bin_literal] = ACTIONS(3156), + [anon_sym_true] = ACTIONS(3154), + [anon_sym_false] = ACTIONS(3154), + [anon_sym_SQUOTE] = ACTIONS(3156), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3156), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3156), + }, + [1548] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(2159), + [sym__alpha_identifier] = ACTIONS(4714), + [anon_sym_AT] = ACTIONS(4716), + [anon_sym_LBRACK] = ACTIONS(4716), + [anon_sym_as] = ACTIONS(4714), + [anon_sym_LBRACE] = ACTIONS(4716), + [anon_sym_RBRACE] = ACTIONS(4716), + [anon_sym_LPAREN] = ACTIONS(4716), + [anon_sym_COMMA] = ACTIONS(5697), + [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(4716), + [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_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(4716), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4716), + [anon_sym_super_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), + }, + [1549] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1661), + [sym__comparison_operator] = STATE(1662), + [sym__in_operator] = STATE(1663), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1664), + [sym__multiplicative_operator] = STATE(1665), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1666), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3160), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3160), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5669), + [anon_sym_where] = ACTIONS(3158), + [anon_sym_object] = ACTIONS(3158), + [anon_sym_fun] = ACTIONS(3158), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3158), + [anon_sym_super] = ACTIONS(3158), + [anon_sym_STAR] = ACTIONS(5671), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5673), + [anon_sym_DOT_DOT] = ACTIONS(5675), + [anon_sym_QMARK_COLON] = ACTIONS(5677), + [anon_sym_AMP_AMP] = ACTIONS(5679), + [anon_sym_PIPE_PIPE] = ACTIONS(5681), + [anon_sym_null] = ACTIONS(3158), + [anon_sym_if] = ACTIONS(3158), + [anon_sym_else] = ACTIONS(3158), + [anon_sym_when] = ACTIONS(3158), + [anon_sym_try] = ACTIONS(3158), + [anon_sym_throw] = ACTIONS(3158), + [anon_sym_return] = ACTIONS(3158), + [anon_sym_continue] = ACTIONS(3158), + [anon_sym_break] = ACTIONS(3158), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(5683), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5685), + [anon_sym_EQ_EQ] = ACTIONS(5683), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5685), + [anon_sym_LT_EQ] = ACTIONS(5687), + [anon_sym_GT_EQ] = ACTIONS(5687), + [anon_sym_BANGin] = ACTIONS(5689), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5691), + [anon_sym_DASH] = ACTIONS(5691), + [anon_sym_SLASH] = ACTIONS(5693), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3158), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3160), + [anon_sym_continue_AT] = ACTIONS(3160), + [anon_sym_break_AT] = ACTIONS(3160), + [anon_sym_this_AT] = ACTIONS(3160), + [anon_sym_super_AT] = ACTIONS(3160), + [sym_real_literal] = ACTIONS(3160), + [sym_integer_literal] = ACTIONS(3158), + [sym_hex_literal] = ACTIONS(3160), + [sym_bin_literal] = ACTIONS(3160), + [anon_sym_true] = ACTIONS(3158), + [anon_sym_false] = ACTIONS(3158), + [anon_sym_SQUOTE] = ACTIONS(3160), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3160), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3160), + }, + [1550] = { + [sym__expression] = STATE(4462), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1551] = { + [sym__expression] = STATE(2418), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1692), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1696), [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -220956,100 +221851,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1543] = { - [sym__expression] = STATE(2423), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1552] = { + [sym__expression] = STATE(2450), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1692), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1696), [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -221057,75 +221952,580 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1544] = { - [sym__expression] = STATE(530), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1553] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1661), + [sym__comparison_operator] = STATE(1662), + [sym__in_operator] = STATE(1663), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1664), + [sym__multiplicative_operator] = STATE(1665), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1666), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3168), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3168), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5669), + [anon_sym_where] = ACTIONS(3166), + [anon_sym_object] = ACTIONS(3166), + [anon_sym_fun] = ACTIONS(3166), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3166), + [anon_sym_super] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(5671), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5673), + [anon_sym_DOT_DOT] = ACTIONS(5675), + [anon_sym_QMARK_COLON] = ACTIONS(5677), + [anon_sym_AMP_AMP] = ACTIONS(5679), + [anon_sym_PIPE_PIPE] = ACTIONS(5681), + [anon_sym_null] = ACTIONS(3166), + [anon_sym_if] = ACTIONS(3166), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_when] = ACTIONS(3166), + [anon_sym_try] = ACTIONS(3166), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3166), + [anon_sym_continue] = ACTIONS(3166), + [anon_sym_break] = ACTIONS(3166), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(5683), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5685), + [anon_sym_EQ_EQ] = ACTIONS(5683), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5685), + [anon_sym_LT_EQ] = ACTIONS(5687), + [anon_sym_GT_EQ] = ACTIONS(5687), + [anon_sym_BANGin] = ACTIONS(5689), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5691), + [anon_sym_DASH] = ACTIONS(5691), + [anon_sym_SLASH] = ACTIONS(5693), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3166), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3168), + [anon_sym_continue_AT] = ACTIONS(3168), + [anon_sym_break_AT] = ACTIONS(3168), + [anon_sym_this_AT] = ACTIONS(3168), + [anon_sym_super_AT] = ACTIONS(3168), + [sym_real_literal] = ACTIONS(3168), + [sym_integer_literal] = ACTIONS(3166), + [sym_hex_literal] = ACTIONS(3168), + [sym_bin_literal] = ACTIONS(3168), + [anon_sym_true] = ACTIONS(3166), + [anon_sym_false] = ACTIONS(3166), + [anon_sym_SQUOTE] = ACTIONS(3168), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3168), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3168), + }, + [1554] = { + [sym__expression] = STATE(2458), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1692), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1696), + [anon_sym_return] = ACTIONS(1698), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1555] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(1548), + [sym__alpha_identifier] = ACTIONS(4704), + [anon_sym_AT] = ACTIONS(4706), + [anon_sym_LBRACK] = ACTIONS(4706), + [anon_sym_as] = ACTIONS(4704), + [anon_sym_LBRACE] = ACTIONS(4706), + [anon_sym_RBRACE] = ACTIONS(4706), + [anon_sym_LPAREN] = ACTIONS(4706), + [anon_sym_COMMA] = ACTIONS(5697), + [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(4706), + [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_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(4706), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4706), + [anon_sym_super_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), + }, + [1556] = { + [sym__expression] = STATE(4333), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(5699), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1557] = { + [sym__expression] = STATE(4332), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1558] = { + [sym__expression] = STATE(541), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -221135,8 +222535,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), @@ -221146,11 +222546,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -221173,85 +222573,287 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1545] = { - [sym__expression] = STATE(2425), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [1559] = { + [sym__expression] = STATE(4387), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1560] = { + [sym__expression] = STATE(2272), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1561] = { + [sym__expression] = STATE(1193), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1692), + [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_if] = ACTIONS(1710), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1714), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -221259,1691 +222861,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1546] = { - [sym__expression] = STATE(3788), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(381), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(375), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_DASH] = ACTIONS(381), - [anon_sym_PLUS_PLUS] = ACTIONS(383), - [anon_sym_DASH_DASH] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(383), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(639), }, - [1547] = { - [sym__expression] = STATE(4250), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3072), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(969), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3074), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3078), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1548] = { - [sym__expression] = STATE(2455), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1692), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1549] = { - [sym__expression] = STATE(4254), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3072), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(969), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3074), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3078), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1550] = { - [sym__expression] = STATE(3787), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(381), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(375), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_DASH] = ACTIONS(381), - [anon_sym_PLUS_PLUS] = ACTIONS(383), - [anon_sym_DASH_DASH] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(383), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1551] = { - [sym__expression] = STATE(4253), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3072), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(969), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3074), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3078), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1552] = { - [sym__expression] = STATE(4293), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1736), - [sym_annotation] = STATE(1736), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(362), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3105), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3107), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3111), - [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(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1553] = { - [sym__expression] = STATE(4244), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3072), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(969), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3074), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3078), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1554] = { - [sym__expression] = STATE(2434), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1692), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1555] = { - [sym__expression] = STATE(2433), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1692), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1556] = { - [sym__expression] = STATE(3785), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(381), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(375), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_DASH] = ACTIONS(381), - [anon_sym_PLUS_PLUS] = ACTIONS(383), - [anon_sym_DASH_DASH] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(383), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1557] = { - [sym__expression] = STATE(3784), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(381), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(375), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_DASH] = ACTIONS(381), - [anon_sym_PLUS_PLUS] = ACTIONS(383), - [anon_sym_DASH_DASH] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(383), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1558] = { - [sym__expression] = STATE(4255), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3072), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(969), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3074), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3078), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1559] = { - [sym__expression] = STATE(4240), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3072), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(969), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3074), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3078), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1560] = { - [sym__expression] = STATE(2280), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1561] = { - [sym__expression] = STATE(527), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), + [1562] = { + [sym_function_body] = STATE(1131), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4485), + [anon_sym_AT] = ACTIONS(4487), + [anon_sym_LBRACK] = ACTIONS(4487), + [anon_sym_as] = ACTIONS(4485), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4487), + [anon_sym_LPAREN] = ACTIONS(4487), + [anon_sym_LT] = ACTIONS(4485), + [anon_sym_GT] = 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(4487), + [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_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(4487), + [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_value] = 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(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_return_AT] = ACTIONS(4487), + [anon_sym_continue_AT] = ACTIONS(4487), + [anon_sym_break_AT] = ACTIONS(4487), + [anon_sym_this_AT] = ACTIONS(4487), + [anon_sym_super_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(471), + [sym__string_start] = ACTIONS(4487), }, - [1562] = { - [sym__expression] = STATE(533), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1563] = { + [sym__expression] = STATE(528), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -222953,8 +223040,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), @@ -222964,11 +223051,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -222991,85 +223078,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1563] = { - [sym__expression] = STATE(2430), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1564] = { + [sym__expression] = STATE(2445), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1692), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1696), [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -223077,201 +223164,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1564] = { - [sym__expression] = STATE(4238), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3072), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(969), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3074), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3078), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(639), }, [1565] = { - [sym__expression] = STATE(2429), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__expression] = STATE(2427), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1692), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1696), [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -223279,100 +223265,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, [1566] = { - [sym__expression] = STATE(2566), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__expression] = STATE(2461), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1708), + [anon_sym_fun] = ACTIONS(1692), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1696), + [anon_sym_return] = ACTIONS(1698), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -223380,100 +223366,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, [1567] = { - [sym__expression] = STATE(2558), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__expression] = STATE(2531), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -223481,100 +223467,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, [1568] = { - [sym__expression] = STATE(2426), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__expression] = STATE(2565), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1692), + [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_if] = ACTIONS(1710), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1714), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -223582,201 +223568,201 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, [1569] = { - [sym__expression] = STATE(2442), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1692), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1661), + [sym__comparison_operator] = STATE(1662), + [sym__in_operator] = STATE(1663), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1664), + [sym__multiplicative_operator] = STATE(1665), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1666), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_where] = ACTIONS(3121), + [anon_sym_object] = ACTIONS(3121), + [anon_sym_fun] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3121), + [anon_sym_super] = ACTIONS(3121), + [anon_sym_STAR] = ACTIONS(5671), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(5675), + [anon_sym_QMARK_COLON] = ACTIONS(5677), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_null] = ACTIONS(3121), + [anon_sym_if] = ACTIONS(3121), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_when] = ACTIONS(3121), + [anon_sym_try] = ACTIONS(3121), + [anon_sym_throw] = ACTIONS(3121), + [anon_sym_return] = ACTIONS(3121), + [anon_sym_continue] = ACTIONS(3121), + [anon_sym_break] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(5691), + [anon_sym_DASH] = ACTIONS(5691), + [anon_sym_SLASH] = ACTIONS(5693), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [anon_sym_return_AT] = ACTIONS(3123), + [anon_sym_continue_AT] = ACTIONS(3123), + [anon_sym_break_AT] = ACTIONS(3123), + [anon_sym_this_AT] = ACTIONS(3123), + [anon_sym_super_AT] = ACTIONS(3123), + [sym_real_literal] = ACTIONS(3123), + [sym_integer_literal] = ACTIONS(3121), + [sym_hex_literal] = ACTIONS(3123), + [sym_bin_literal] = ACTIONS(3123), + [anon_sym_true] = ACTIONS(3121), + [anon_sym_false] = ACTIONS(3121), + [anon_sym_SQUOTE] = ACTIONS(3123), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3123), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(3123), }, [1570] = { - [sym__expression] = STATE(2432), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__expression] = STATE(2424), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1692), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1696), [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -223784,100 +223770,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, [1571] = { - [sym__expression] = STATE(2436), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__expression] = STATE(2425), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1692), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1696), [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -223885,92 +223871,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, [1572] = { - [sym__expression] = STATE(2439), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [sym__expression] = STATE(1510), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1692), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3064), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), [anon_sym_STAR] = ACTIONS(897), [sym_label] = ACTIONS(907), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1694), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3066), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1698), + [anon_sym_throw] = ACTIONS(3068), + [anon_sym_return] = ACTIONS(3070), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), @@ -223979,18 +223965,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(909), [anon_sym_DASH_DASH] = ACTIONS(909), [anon_sym_BANG] = ACTIONS(909), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -224002,76 +223988,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(555), }, [1573] = { - [sym__expression] = STATE(1792), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [sym__expression] = STATE(2437), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3064), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1692), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), [anon_sym_STAR] = ACTIONS(989), [sym_label] = ACTIONS(999), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3066), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1694), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3068), - [anon_sym_return] = ACTIONS(3070), + [anon_sym_throw] = ACTIONS(1696), + [anon_sym_return] = ACTIONS(1698), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), @@ -224080,18 +224066,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(1001), [anon_sym_DASH_DASH] = ACTIONS(1001), [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -224103,690 +224089,892 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(639), }, [1574] = { - [sym__expression] = STATE(2445), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1692), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [sym__expression] = STATE(527), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1716), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1718), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(471), }, [1575] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1662), - [sym__comparison_operator] = STATE(1663), - [sym__in_operator] = STATE(1664), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1665), - [sym__multiplicative_operator] = STATE(1666), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1667), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3146), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_where] = ACTIONS(3144), - [anon_sym_object] = ACTIONS(3144), - [anon_sym_fun] = ACTIONS(3144), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3144), - [anon_sym_super] = ACTIONS(3144), - [anon_sym_STAR] = ACTIONS(5677), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5679), - [anon_sym_DOT_DOT] = ACTIONS(5681), - [anon_sym_QMARK_COLON] = ACTIONS(5683), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_null] = ACTIONS(3144), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_when] = ACTIONS(3144), - [anon_sym_try] = ACTIONS(3144), - [anon_sym_throw] = ACTIONS(3144), - [anon_sym_return] = ACTIONS(3144), - [anon_sym_continue] = ACTIONS(3144), - [anon_sym_break] = ACTIONS(3144), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(5695), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5697), - [anon_sym_DASH] = ACTIONS(5697), - [anon_sym_SLASH] = ACTIONS(5699), - [anon_sym_PERCENT] = ACTIONS(5677), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3144), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3146), - [anon_sym_continue_AT] = ACTIONS(3146), - [anon_sym_break_AT] = ACTIONS(3146), - [anon_sym_this_AT] = ACTIONS(3146), - [anon_sym_super_AT] = ACTIONS(3146), - [sym_real_literal] = ACTIONS(3146), - [sym_integer_literal] = ACTIONS(3144), - [sym_hex_literal] = ACTIONS(3146), - [sym_bin_literal] = ACTIONS(3146), - [anon_sym_true] = ACTIONS(3144), - [anon_sym_false] = ACTIONS(3144), - [anon_sym_SQUOTE] = ACTIONS(3146), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3146), - [sym_safe_nav] = ACTIONS(4613), + [sym__expression] = STATE(526), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1716), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1718), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3146), + [sym__string_start] = ACTIONS(471), }, [1576] = { - [sym__expression] = STATE(4227), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3072), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(969), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3074), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3078), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), + [sym__expression] = STATE(525), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1716), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1718), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(471), }, [1577] = { - [sym__expression] = STATE(4247), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3072), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(969), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3074), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3078), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), + [sym__expression] = STATE(524), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1716), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1718), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(471), }, [1578] = { - [sym__expression] = STATE(4246), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3072), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(969), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3074), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3078), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), + [sym__expression] = STATE(523), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1716), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1718), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(471), }, [1579] = { - [sym__expression] = STATE(4235), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3072), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(969), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3074), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3078), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1661), + [sym__comparison_operator] = STATE(1662), + [sym__in_operator] = STATE(1663), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1664), + [sym__multiplicative_operator] = STATE(1665), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1666), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3152), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3152), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5669), + [anon_sym_where] = ACTIONS(3150), + [anon_sym_object] = ACTIONS(3150), + [anon_sym_fun] = ACTIONS(3150), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3150), + [anon_sym_super] = ACTIONS(3150), + [anon_sym_STAR] = ACTIONS(5671), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5673), + [anon_sym_DOT_DOT] = ACTIONS(5675), + [anon_sym_QMARK_COLON] = ACTIONS(5677), + [anon_sym_AMP_AMP] = ACTIONS(5679), + [anon_sym_PIPE_PIPE] = ACTIONS(5681), + [anon_sym_null] = ACTIONS(3150), + [anon_sym_if] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_when] = ACTIONS(3150), + [anon_sym_try] = ACTIONS(3150), + [anon_sym_throw] = ACTIONS(3150), + [anon_sym_return] = ACTIONS(3150), + [anon_sym_continue] = ACTIONS(3150), + [anon_sym_break] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(5683), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5685), + [anon_sym_EQ_EQ] = ACTIONS(5683), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5685), + [anon_sym_LT_EQ] = ACTIONS(5687), + [anon_sym_GT_EQ] = ACTIONS(5687), + [anon_sym_BANGin] = ACTIONS(5689), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5691), + [anon_sym_DASH] = ACTIONS(5691), + [anon_sym_SLASH] = ACTIONS(5693), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3152), + [anon_sym_continue_AT] = ACTIONS(3152), + [anon_sym_break_AT] = ACTIONS(3152), + [anon_sym_this_AT] = ACTIONS(3152), + [anon_sym_super_AT] = ACTIONS(3152), + [sym_real_literal] = ACTIONS(3152), + [sym_integer_literal] = ACTIONS(3150), + [sym_hex_literal] = ACTIONS(3152), + [sym_bin_literal] = ACTIONS(3152), + [anon_sym_true] = ACTIONS(3150), + [anon_sym_false] = ACTIONS(3150), + [anon_sym_SQUOTE] = ACTIONS(3152), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3152), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(3152), }, [1580] = { - [sym__expression] = STATE(4242), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), + [sym__expression] = STATE(517), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1716), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1718), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1581] = { + [sym__expression] = STATE(537), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1716), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1718), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1582] = { + [sym__expression] = STATE(950), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3072), + [anon_sym_fun] = ACTIONS(1918), [anon_sym_get] = ACTIONS(1920), [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(969), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1287), + [sym_label] = ACTIONS(527), [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3074), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3078), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), + [anon_sym_if] = ACTIONS(513), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_PLUS_PLUS] = ACTIONS(529), + [anon_sym_DASH_DASH] = ACTIONS(529), + [anon_sym_BANG] = ACTIONS(529), [anon_sym_data] = ACTIONS(1920), [anon_sym_inner] = ACTIONS(1920), [anon_sym_value] = ACTIONS(1920), @@ -224794,415 +224982,516 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1581] = { - [sym__expression] = STATE(3809), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(381), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(375), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_DASH] = ACTIONS(381), - [anon_sym_PLUS_PLUS] = ACTIONS(383), - [anon_sym_DASH_DASH] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(383), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(555), }, - [1582] = { - [sym__expression] = STATE(996), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), - [sym_label] = ACTIONS(611), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(597), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(611), - [anon_sym_DASH] = ACTIONS(611), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_BANG] = ACTIONS(613), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [1583] = { + [sym__expression] = STATE(539), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1716), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1718), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(471), }, - [1583] = { - [sym__expression] = STATE(3780), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(381), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(375), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_DASH] = ACTIONS(381), - [anon_sym_PLUS_PLUS] = ACTIONS(383), - [anon_sym_DASH_DASH] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(383), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), + [1584] = { + [sym__expression] = STATE(540), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1716), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1718), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(471), }, - [1584] = { - [sym__expression] = STATE(2251), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), + [1585] = { + [sym__expression] = STATE(2277), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), [sym__prefix_unary_operator] = STATE(1727), [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1586] = { + [sym_function_body] = STATE(1132), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_object] = ACTIONS(4323), + [anon_sym_fun] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_this] = ACTIONS(4323), + [anon_sym_super] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4325), + [sym_label] = ACTIONS(4323), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_null] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_when] = ACTIONS(4323), + [anon_sym_try] = ACTIONS(4323), + [anon_sym_throw] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4325), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4325), + [anon_sym_continue_AT] = ACTIONS(4325), + [anon_sym_break_AT] = ACTIONS(4325), + [anon_sym_this_AT] = ACTIONS(4325), + [anon_sym_super_AT] = ACTIONS(4325), + [sym_real_literal] = ACTIONS(4325), + [sym_integer_literal] = ACTIONS(4323), + [sym_hex_literal] = ACTIONS(4325), + [sym_bin_literal] = ACTIONS(4325), + [anon_sym_true] = ACTIONS(4323), + [anon_sym_false] = ACTIONS(4323), + [anon_sym_SQUOTE] = ACTIONS(4325), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4325), + }, + [1587] = { + [sym__expression] = STATE(4494), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -225213,173 +225502,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1585] = { - [sym__expression] = STATE(4391), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [1588] = { + [sym__expression] = STATE(4376), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1586] = { - [sym__expression] = STATE(3779), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), + [1589] = { + [sym__expression] = STATE(3805), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_STAR] = ACTIONS(1335), [sym_label] = ACTIONS(381), - [anon_sym_null] = ACTIONS(1922), + [anon_sym_null] = ACTIONS(1910), [anon_sym_if] = ACTIONS(375), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), @@ -225393,18 +225682,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(383), [anon_sym_DASH_DASH] = ACTIONS(383), [anon_sym_BANG] = ACTIONS(383), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), [anon_sym_this_AT] = ACTIONS(97), [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), + [sym_real_literal] = ACTIONS(1912), [sym_integer_literal] = ACTIONS(103), [sym_hex_literal] = ACTIONS(105), [sym_bin_literal] = ACTIONS(105), @@ -225415,97 +225704,299 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [1587] = { - [sym__expression] = STATE(4070), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1844), - [sym_annotation] = STATE(1844), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), + [1590] = { + [sym__expression] = STATE(1520), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1591] = { + [sym__expression] = STATE(1541), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1592] = { + [sym__expression] = STATE(4244), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(357), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1968), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3072), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(663), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(55), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(937), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3074), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(61), - [anon_sym_return] = ACTIONS(63), + [anon_sym_throw] = ACTIONS(3076), + [anon_sym_return] = ACTIONS(3078), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), [anon_sym_this_AT] = ACTIONS(97), [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), + [sym_real_literal] = ACTIONS(1912), [sym_integer_literal] = ACTIONS(103), [sym_hex_literal] = ACTIONS(105), [sym_bin_literal] = ACTIONS(105), @@ -225516,1814 +226007,1410 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [1588] = { - [sym__expression] = STATE(688), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1589] = { - [sym__expression] = STATE(686), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1590] = { - [sym__expression] = STATE(684), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1591] = { - [sym__expression] = STATE(1845), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1592] = { - [sym__expression] = STATE(1848), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [1593] = { + [sym__expression] = STATE(1535), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1593] = { - [sym__expression] = STATE(682), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1594] = { - [sym__expression] = STATE(1847), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__expression] = STATE(1615), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1595] = { - [sym__expression] = STATE(1618), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__expression] = STATE(1617), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1596] = { - [sym__expression] = STATE(1620), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__expression] = STATE(1621), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1597] = { [sym__expression] = STATE(1622), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1598] = { [sym__expression] = STATE(1623), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1599] = { [sym__expression] = STATE(1626), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1600] = { [sym__expression] = STATE(1627), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1601] = { [sym__expression] = STATE(1628), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1602] = { [sym__expression] = STATE(1629), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1603] = { [sym__expression] = STATE(1630), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1604] = { - [sym__expression] = STATE(1631), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [sym__expression] = STATE(2426), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1692), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1696), + [anon_sym_return] = ACTIONS(1698), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(639), }, [1605] = { - [sym__expression] = STATE(3777), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), + [sym__expression] = STATE(538), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1716), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1718), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1606] = { + [sym__expression] = STATE(4243), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(357), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3072), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(381), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(375), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(937), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3074), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), + [anon_sym_throw] = ACTIONS(3076), + [anon_sym_return] = ACTIONS(3078), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_DASH] = ACTIONS(381), - [anon_sym_PLUS_PLUS] = ACTIONS(383), - [anon_sym_DASH_DASH] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(383), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), [anon_sym_this_AT] = ACTIONS(97), [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), + [sym_real_literal] = ACTIONS(1912), [sym_integer_literal] = ACTIONS(103), [sym_hex_literal] = ACTIONS(105), [sym_bin_literal] = ACTIONS(105), @@ -227334,905 +227421,602 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [1606] = { - [sym__expression] = STATE(2464), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1692), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, [1607] = { - [sym__expression] = STATE(676), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [sym__expression] = STATE(4242), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(357), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3072), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(937), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3074), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3076), + [anon_sym_return] = ACTIONS(3078), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(113), }, [1608] = { - [sym__expression] = STATE(691), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__expression] = STATE(1632), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, [1609] = { - [sym__expression] = STATE(4139), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [sym__expression] = STATE(4241), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(357), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3072), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(937), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3074), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3076), + [anon_sym_return] = ACTIONS(3078), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(113), }, [1610] = { - [sym__expression] = STATE(708), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [sym__expression] = STATE(4240), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(357), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3072), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(937), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3074), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3076), + [anon_sym_return] = ACTIONS(3078), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(113), }, [1611] = { - [sym__expression] = STATE(707), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [sym__expression] = STATE(4234), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(357), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3072), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(937), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3074), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3076), + [anon_sym_return] = ACTIONS(3078), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(113), }, [1612] = { - [sym__expression] = STATE(1633), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1613] = { - [sym__expression] = STATE(320), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1614] = { - [sym__expression] = STATE(3776), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), + [sym__expression] = STATE(4231), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(357), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3072), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(381), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(375), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(937), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3074), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), + [anon_sym_throw] = ACTIONS(3076), + [anon_sym_return] = ACTIONS(3078), [anon_sym_continue] = ACTIONS(65), [anon_sym_break] = ACTIONS(65), [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_DASH] = ACTIONS(381), - [anon_sym_PLUS_PLUS] = ACTIONS(383), - [anon_sym_DASH_DASH] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(383), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), [anon_sym_this_AT] = ACTIONS(97), [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), + [sym_real_literal] = ACTIONS(1912), [sym_integer_literal] = ACTIONS(103), [sym_hex_literal] = ACTIONS(105), [sym_bin_literal] = ACTIONS(105), @@ -228243,60 +228027,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [1615] = { - [sym__expression] = STATE(526), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1613] = { + [sym__expression] = STATE(532), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -228306,8 +228090,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), @@ -228317,11 +228101,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -228344,363 +228128,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1616] = { - [sym__expression] = STATE(677), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1617] = { - [sym__expression] = STATE(706), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1618] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(3094), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3094), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3096), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(3898), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_while] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3096), - [anon_sym_DASH_EQ] = ACTIONS(3096), - [anon_sym_STAR_EQ] = ACTIONS(3096), - [anon_sym_SLASH_EQ] = ACTIONS(3096), - [anon_sym_PERCENT_EQ] = ACTIONS(3096), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(3918), - [anon_sym_DASH] = ACTIONS(3918), - [anon_sym_SLASH] = ACTIONS(3898), - [anon_sym_PERCENT] = ACTIONS(3898), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3094), - [anon_sym_sealed] = ACTIONS(3094), - [anon_sym_annotation] = ACTIONS(3094), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_override] = ACTIONS(3094), - [anon_sym_lateinit] = ACTIONS(3094), - [anon_sym_public] = ACTIONS(3094), - [anon_sym_private] = ACTIONS(3094), - [anon_sym_internal] = ACTIONS(3094), - [anon_sym_protected] = ACTIONS(3094), - [anon_sym_tailrec] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_infix] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym_external] = ACTIONS(3094), - [sym_property_modifier] = ACTIONS(3094), - [anon_sym_abstract] = ACTIONS(3094), - [anon_sym_final] = ACTIONS(3094), - [anon_sym_open] = ACTIONS(3094), - [anon_sym_vararg] = ACTIONS(3094), - [anon_sym_noinline] = ACTIONS(3094), - [anon_sym_crossinline] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3096), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [1619] = { - [sym__expression] = STATE(330), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1614] = { + [sym__expression] = STATE(536), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -228710,8 +228191,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), @@ -228721,11 +228202,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -228748,68 +228229,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1620] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [1615] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(3185), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3125), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3127), + [anon_sym_EQ] = ACTIONS(3185), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3187), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), + [anon_sym_RPAREN] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_while] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(3902), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_else] = ACTIONS(3125), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_while] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_else] = ACTIONS(3185), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3127), - [anon_sym_DASH_EQ] = ACTIONS(3127), - [anon_sym_STAR_EQ] = ACTIONS(3127), - [anon_sym_SLASH_EQ] = ACTIONS(3127), - [anon_sym_PERCENT_EQ] = ACTIONS(3127), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), + [anon_sym_PLUS_EQ] = ACTIONS(3187), + [anon_sym_DASH_EQ] = ACTIONS(3187), + [anon_sym_STAR_EQ] = ACTIONS(3187), + [anon_sym_SLASH_EQ] = ACTIONS(3187), + [anon_sym_PERCENT_EQ] = ACTIONS(3187), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), [anon_sym_PLUS] = ACTIONS(3918), [anon_sym_DASH] = ACTIONS(3918), [anon_sym_SLASH] = ACTIONS(3898), @@ -228818,200 +228299,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3125), - [anon_sym_sealed] = ACTIONS(3125), - [anon_sym_annotation] = ACTIONS(3125), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3125), - [anon_sym_lateinit] = ACTIONS(3125), - [anon_sym_public] = ACTIONS(3125), - [anon_sym_private] = ACTIONS(3125), - [anon_sym_internal] = ACTIONS(3125), - [anon_sym_protected] = ACTIONS(3125), - [anon_sym_tailrec] = ACTIONS(3125), - [anon_sym_operator] = ACTIONS(3125), - [anon_sym_infix] = ACTIONS(3125), - [anon_sym_inline] = ACTIONS(3125), - [anon_sym_external] = ACTIONS(3125), - [sym_property_modifier] = ACTIONS(3125), - [anon_sym_abstract] = ACTIONS(3125), - [anon_sym_final] = ACTIONS(3125), - [anon_sym_open] = ACTIONS(3125), - [anon_sym_vararg] = ACTIONS(3125), - [anon_sym_noinline] = ACTIONS(3125), - [anon_sym_crossinline] = ACTIONS(3125), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), + [anon_sym_suspend] = ACTIONS(3185), + [anon_sym_sealed] = ACTIONS(3185), + [anon_sym_annotation] = ACTIONS(3185), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_override] = ACTIONS(3185), + [anon_sym_lateinit] = ACTIONS(3185), + [anon_sym_public] = ACTIONS(3185), + [anon_sym_private] = ACTIONS(3185), + [anon_sym_internal] = ACTIONS(3185), + [anon_sym_protected] = ACTIONS(3185), + [anon_sym_tailrec] = ACTIONS(3185), + [anon_sym_operator] = ACTIONS(3185), + [anon_sym_infix] = ACTIONS(3185), + [anon_sym_inline] = ACTIONS(3185), + [anon_sym_external] = ACTIONS(3185), + [sym_property_modifier] = ACTIONS(3185), + [anon_sym_abstract] = ACTIONS(3185), + [anon_sym_final] = ACTIONS(3185), + [anon_sym_open] = ACTIONS(3185), + [anon_sym_vararg] = ACTIONS(3185), + [anon_sym_noinline] = ACTIONS(3185), + [anon_sym_crossinline] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3187), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1621] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1662), - [sym__comparison_operator] = STATE(1663), - [sym__in_operator] = STATE(1664), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1665), - [sym__multiplicative_operator] = STATE(1666), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1667), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3123), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5675), - [anon_sym_where] = ACTIONS(3121), - [anon_sym_object] = ACTIONS(3121), - [anon_sym_fun] = ACTIONS(3121), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3123), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3121), - [anon_sym_super] = ACTIONS(3121), - [anon_sym_STAR] = ACTIONS(5677), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5679), - [anon_sym_DOT_DOT] = ACTIONS(5681), - [anon_sym_QMARK_COLON] = ACTIONS(5683), - [anon_sym_AMP_AMP] = ACTIONS(5685), - [anon_sym_PIPE_PIPE] = ACTIONS(5687), - [anon_sym_null] = ACTIONS(3121), - [anon_sym_if] = ACTIONS(3121), - [anon_sym_else] = ACTIONS(3121), - [anon_sym_when] = ACTIONS(3121), - [anon_sym_try] = ACTIONS(3121), - [anon_sym_throw] = ACTIONS(3121), - [anon_sym_return] = ACTIONS(3121), - [anon_sym_continue] = ACTIONS(3121), - [anon_sym_break] = ACTIONS(3121), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(5689), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5691), - [anon_sym_EQ_EQ] = ACTIONS(5689), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5691), - [anon_sym_LT_EQ] = ACTIONS(5693), - [anon_sym_GT_EQ] = ACTIONS(5693), - [anon_sym_BANGin] = ACTIONS(5695), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5697), - [anon_sym_DASH] = ACTIONS(5697), - [anon_sym_SLASH] = ACTIONS(5699), - [anon_sym_PERCENT] = ACTIONS(5677), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [1616] = { + [sym__expression] = STATE(4225), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(357), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3072), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(937), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3074), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3076), + [anon_sym_return] = ACTIONS(3078), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3123), - [anon_sym_continue_AT] = ACTIONS(3123), - [anon_sym_break_AT] = ACTIONS(3123), - [anon_sym_this_AT] = ACTIONS(3123), - [anon_sym_super_AT] = ACTIONS(3123), - [sym_real_literal] = ACTIONS(3123), - [sym_integer_literal] = ACTIONS(3121), - [sym_hex_literal] = ACTIONS(3123), - [sym_bin_literal] = ACTIONS(3123), - [anon_sym_true] = ACTIONS(3121), - [anon_sym_false] = ACTIONS(3121), - [anon_sym_SQUOTE] = ACTIONS(3123), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3123), - [sym_safe_nav] = ACTIONS(4613), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3123), + [sym__string_start] = ACTIONS(113), }, - [1622] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [1617] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3117), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3119), + [anon_sym_EQ] = ACTIONS(3178), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3180), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3119), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3890), + [anon_sym_RPAREN] = ACTIONS(3180), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(3117), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_while] = ACTIONS(3178), [anon_sym_DOT_DOT] = ACTIONS(3902), - [anon_sym_QMARK_COLON] = ACTIONS(3904), - [anon_sym_AMP_AMP] = ACTIONS(3119), - [anon_sym_PIPE_PIPE] = ACTIONS(3119), - [anon_sym_else] = ACTIONS(3117), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_else] = ACTIONS(3178), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3119), - [anon_sym_DASH_EQ] = ACTIONS(3119), - [anon_sym_STAR_EQ] = ACTIONS(3119), - [anon_sym_SLASH_EQ] = ACTIONS(3119), - [anon_sym_PERCENT_EQ] = ACTIONS(3119), - [anon_sym_BANG_EQ] = ACTIONS(3910), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), - [anon_sym_EQ_EQ] = ACTIONS(3910), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3912), - [anon_sym_LT_EQ] = ACTIONS(3914), - [anon_sym_GT_EQ] = ACTIONS(3914), - [anon_sym_BANGin] = ACTIONS(3916), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS_EQ] = ACTIONS(3180), + [anon_sym_DASH_EQ] = ACTIONS(3180), + [anon_sym_STAR_EQ] = ACTIONS(3180), + [anon_sym_SLASH_EQ] = ACTIONS(3180), + [anon_sym_PERCENT_EQ] = ACTIONS(3180), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), [anon_sym_PLUS] = ACTIONS(3918), [anon_sym_DASH] = ACTIONS(3918), [anon_sym_SLASH] = ACTIONS(3898), @@ -229020,90 +228501,393 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3117), - [anon_sym_sealed] = ACTIONS(3117), - [anon_sym_annotation] = ACTIONS(3117), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3117), - [anon_sym_lateinit] = ACTIONS(3117), - [anon_sym_public] = ACTIONS(3117), - [anon_sym_private] = ACTIONS(3117), - [anon_sym_internal] = ACTIONS(3117), - [anon_sym_protected] = ACTIONS(3117), - [anon_sym_tailrec] = ACTIONS(3117), - [anon_sym_operator] = ACTIONS(3117), - [anon_sym_infix] = ACTIONS(3117), - [anon_sym_inline] = ACTIONS(3117), - [anon_sym_external] = ACTIONS(3117), - [sym_property_modifier] = ACTIONS(3117), - [anon_sym_abstract] = ACTIONS(3117), - [anon_sym_final] = ACTIONS(3117), - [anon_sym_open] = ACTIONS(3117), - [anon_sym_vararg] = ACTIONS(3117), - [anon_sym_noinline] = ACTIONS(3117), - [anon_sym_crossinline] = ACTIONS(3117), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3178), + [anon_sym_sealed] = ACTIONS(3178), + [anon_sym_annotation] = ACTIONS(3178), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3178), + [anon_sym_lateinit] = ACTIONS(3178), + [anon_sym_public] = ACTIONS(3178), + [anon_sym_private] = ACTIONS(3178), + [anon_sym_internal] = ACTIONS(3178), + [anon_sym_protected] = ACTIONS(3178), + [anon_sym_tailrec] = ACTIONS(3178), + [anon_sym_operator] = ACTIONS(3178), + [anon_sym_infix] = ACTIONS(3178), + [anon_sym_inline] = ACTIONS(3178), + [anon_sym_external] = ACTIONS(3178), + [sym_property_modifier] = ACTIONS(3178), + [anon_sym_abstract] = ACTIONS(3178), + [anon_sym_final] = ACTIONS(3178), + [anon_sym_open] = ACTIONS(3178), + [anon_sym_vararg] = ACTIONS(3178), + [anon_sym_noinline] = ACTIONS(3178), + [anon_sym_crossinline] = ACTIONS(3178), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1623] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [1618] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1661), + [sym__comparison_operator] = STATE(1662), + [sym__in_operator] = STATE(1663), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1664), + [sym__multiplicative_operator] = STATE(1665), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1666), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3111), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3111), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5669), + [anon_sym_where] = ACTIONS(3109), + [anon_sym_object] = ACTIONS(3109), + [anon_sym_fun] = ACTIONS(3109), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3111), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3109), + [anon_sym_super] = ACTIONS(3109), + [anon_sym_STAR] = ACTIONS(5671), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5673), + [anon_sym_DOT_DOT] = ACTIONS(5675), + [anon_sym_QMARK_COLON] = ACTIONS(5677), + [anon_sym_AMP_AMP] = ACTIONS(5679), + [anon_sym_PIPE_PIPE] = ACTIONS(5681), + [anon_sym_null] = ACTIONS(3109), + [anon_sym_if] = ACTIONS(3109), + [anon_sym_else] = ACTIONS(3109), + [anon_sym_when] = ACTIONS(3109), + [anon_sym_try] = ACTIONS(3109), + [anon_sym_throw] = ACTIONS(3109), + [anon_sym_return] = ACTIONS(3109), + [anon_sym_continue] = ACTIONS(3109), + [anon_sym_break] = ACTIONS(3109), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(5683), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5685), + [anon_sym_EQ_EQ] = ACTIONS(5683), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5685), + [anon_sym_LT_EQ] = ACTIONS(5687), + [anon_sym_GT_EQ] = ACTIONS(5687), + [anon_sym_BANGin] = ACTIONS(5689), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5691), + [anon_sym_DASH] = ACTIONS(5691), + [anon_sym_SLASH] = ACTIONS(5693), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3109), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3111), + [anon_sym_continue_AT] = ACTIONS(3111), + [anon_sym_break_AT] = ACTIONS(3111), + [anon_sym_this_AT] = ACTIONS(3111), + [anon_sym_super_AT] = ACTIONS(3111), + [sym_real_literal] = ACTIONS(3111), + [sym_integer_literal] = ACTIONS(3109), + [sym_hex_literal] = ACTIONS(3111), + [sym_bin_literal] = ACTIONS(3111), + [anon_sym_true] = ACTIONS(3109), + [anon_sym_false] = ACTIONS(3109), + [anon_sym_SQUOTE] = ACTIONS(3111), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3111), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3111), + }, + [1619] = { + [sym__expression] = STATE(4224), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(357), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3072), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(937), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3074), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3076), + [anon_sym_return] = ACTIONS(3078), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1620] = { + [sym__expression] = STATE(4222), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(357), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3072), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(937), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3074), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3076), + [anon_sym_return] = ACTIONS(3078), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1621] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3138), + [anon_sym_EQ] = ACTIONS(3101), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3103), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3138), + [anon_sym_RPAREN] = ACTIONS(3103), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3890), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(3136), + [anon_sym_while] = ACTIONS(3101), [anon_sym_DOT_DOT] = ACTIONS(3902), [anon_sym_QMARK_COLON] = ACTIONS(3904), - [anon_sym_AMP_AMP] = ACTIONS(3906), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [anon_sym_else] = ACTIONS(3136), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_else] = ACTIONS(3101), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3138), - [anon_sym_DASH_EQ] = ACTIONS(3138), - [anon_sym_STAR_EQ] = ACTIONS(3138), - [anon_sym_SLASH_EQ] = ACTIONS(3138), - [anon_sym_PERCENT_EQ] = ACTIONS(3138), + [anon_sym_PLUS_EQ] = ACTIONS(3103), + [anon_sym_DASH_EQ] = ACTIONS(3103), + [anon_sym_STAR_EQ] = ACTIONS(3103), + [anon_sym_SLASH_EQ] = ACTIONS(3103), + [anon_sym_PERCENT_EQ] = ACTIONS(3103), [anon_sym_BANG_EQ] = ACTIONS(3910), [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), [anon_sym_EQ_EQ] = ACTIONS(3910), @@ -229121,296 +228905,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3136), - [anon_sym_sealed] = ACTIONS(3136), - [anon_sym_annotation] = ACTIONS(3136), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3136), - [anon_sym_lateinit] = ACTIONS(3136), - [anon_sym_public] = ACTIONS(3136), - [anon_sym_private] = ACTIONS(3136), - [anon_sym_internal] = ACTIONS(3136), - [anon_sym_protected] = ACTIONS(3136), - [anon_sym_tailrec] = ACTIONS(3136), - [anon_sym_operator] = ACTIONS(3136), - [anon_sym_infix] = ACTIONS(3136), - [anon_sym_inline] = ACTIONS(3136), - [anon_sym_external] = ACTIONS(3136), - [sym_property_modifier] = ACTIONS(3136), - [anon_sym_abstract] = ACTIONS(3136), - [anon_sym_final] = ACTIONS(3136), - [anon_sym_open] = ACTIONS(3136), - [anon_sym_vararg] = ACTIONS(3136), - [anon_sym_noinline] = ACTIONS(3136), - [anon_sym_crossinline] = ACTIONS(3136), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3101), + [anon_sym_sealed] = ACTIONS(3101), + [anon_sym_annotation] = ACTIONS(3101), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3101), + [anon_sym_lateinit] = ACTIONS(3101), + [anon_sym_public] = ACTIONS(3101), + [anon_sym_private] = ACTIONS(3101), + [anon_sym_internal] = ACTIONS(3101), + [anon_sym_protected] = ACTIONS(3101), + [anon_sym_tailrec] = ACTIONS(3101), + [anon_sym_operator] = ACTIONS(3101), + [anon_sym_infix] = ACTIONS(3101), + [anon_sym_inline] = ACTIONS(3101), + [anon_sym_external] = ACTIONS(3101), + [sym_property_modifier] = ACTIONS(3101), + [anon_sym_abstract] = ACTIONS(3101), + [anon_sym_final] = ACTIONS(3101), + [anon_sym_open] = ACTIONS(3101), + [anon_sym_vararg] = ACTIONS(3101), + [anon_sym_noinline] = ACTIONS(3101), + [anon_sym_crossinline] = ACTIONS(3101), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1624] = { - [sym__expression] = STATE(675), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1625] = { - [sym__expression] = STATE(2448), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1692), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1626] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [1622] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3142), + [anon_sym_EQ] = ACTIONS(3105), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3107), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3142), + [anon_sym_RPAREN] = ACTIONS(3107), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3890), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(3140), + [anon_sym_while] = ACTIONS(3105), [anon_sym_DOT_DOT] = ACTIONS(3902), [anon_sym_QMARK_COLON] = ACTIONS(3904), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_else] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3906), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_else] = ACTIONS(3105), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3142), - [anon_sym_DASH_EQ] = ACTIONS(3142), - [anon_sym_STAR_EQ] = ACTIONS(3142), - [anon_sym_SLASH_EQ] = ACTIONS(3142), - [anon_sym_PERCENT_EQ] = ACTIONS(3142), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), + [anon_sym_PLUS_EQ] = ACTIONS(3107), + [anon_sym_DASH_EQ] = ACTIONS(3107), + [anon_sym_STAR_EQ] = ACTIONS(3107), + [anon_sym_SLASH_EQ] = ACTIONS(3107), + [anon_sym_PERCENT_EQ] = ACTIONS(3107), + [anon_sym_BANG_EQ] = ACTIONS(3910), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), + [anon_sym_EQ_EQ] = ACTIONS(3910), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3912), [anon_sym_LT_EQ] = ACTIONS(3914), [anon_sym_GT_EQ] = ACTIONS(3914), [anon_sym_BANGin] = ACTIONS(3916), @@ -229424,96 +229006,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3140), - [anon_sym_sealed] = ACTIONS(3140), - [anon_sym_annotation] = ACTIONS(3140), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3140), - [anon_sym_lateinit] = ACTIONS(3140), - [anon_sym_public] = ACTIONS(3140), - [anon_sym_private] = ACTIONS(3140), - [anon_sym_internal] = ACTIONS(3140), - [anon_sym_protected] = ACTIONS(3140), - [anon_sym_tailrec] = ACTIONS(3140), - [anon_sym_operator] = ACTIONS(3140), - [anon_sym_infix] = ACTIONS(3140), - [anon_sym_inline] = ACTIONS(3140), - [anon_sym_external] = ACTIONS(3140), - [sym_property_modifier] = ACTIONS(3140), - [anon_sym_abstract] = ACTIONS(3140), - [anon_sym_final] = ACTIONS(3140), - [anon_sym_open] = ACTIONS(3140), - [anon_sym_vararg] = ACTIONS(3140), - [anon_sym_noinline] = ACTIONS(3140), - [anon_sym_crossinline] = ACTIONS(3140), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3105), + [anon_sym_sealed] = ACTIONS(3105), + [anon_sym_annotation] = ACTIONS(3105), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3105), + [anon_sym_lateinit] = ACTIONS(3105), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_protected] = ACTIONS(3105), + [anon_sym_tailrec] = ACTIONS(3105), + [anon_sym_operator] = ACTIONS(3105), + [anon_sym_infix] = ACTIONS(3105), + [anon_sym_inline] = ACTIONS(3105), + [anon_sym_external] = ACTIONS(3105), + [sym_property_modifier] = ACTIONS(3105), + [anon_sym_abstract] = ACTIONS(3105), + [anon_sym_final] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_vararg] = ACTIONS(3105), + [anon_sym_noinline] = ACTIONS(3105), + [anon_sym_crossinline] = ACTIONS(3105), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1627] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [1623] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3144), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3146), + [anon_sym_EQ] = ACTIONS(3113), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3115), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3146), + [anon_sym_RPAREN] = ACTIONS(3115), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), + [anon_sym_GT] = ACTIONS(3890), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(3144), + [anon_sym_while] = ACTIONS(3113), [anon_sym_DOT_DOT] = ACTIONS(3902), [anon_sym_QMARK_COLON] = ACTIONS(3904), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_else] = ACTIONS(3144), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_else] = ACTIONS(3113), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3146), - [anon_sym_DASH_EQ] = ACTIONS(3146), - [anon_sym_STAR_EQ] = ACTIONS(3146), - [anon_sym_SLASH_EQ] = ACTIONS(3146), - [anon_sym_PERCENT_EQ] = ACTIONS(3146), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), + [anon_sym_PLUS_EQ] = ACTIONS(3115), + [anon_sym_DASH_EQ] = ACTIONS(3115), + [anon_sym_STAR_EQ] = ACTIONS(3115), + [anon_sym_SLASH_EQ] = ACTIONS(3115), + [anon_sym_PERCENT_EQ] = ACTIONS(3115), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(3914), + [anon_sym_GT_EQ] = ACTIONS(3914), [anon_sym_BANGin] = ACTIONS(3916), [anon_sym_is] = ACTIONS(3612), [anon_sym_BANGis] = ACTIONS(3614), @@ -229525,99 +229107,301 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3144), - [anon_sym_sealed] = ACTIONS(3144), - [anon_sym_annotation] = ACTIONS(3144), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3144), - [anon_sym_lateinit] = ACTIONS(3144), - [anon_sym_public] = ACTIONS(3144), - [anon_sym_private] = ACTIONS(3144), - [anon_sym_internal] = ACTIONS(3144), - [anon_sym_protected] = ACTIONS(3144), - [anon_sym_tailrec] = ACTIONS(3144), - [anon_sym_operator] = ACTIONS(3144), - [anon_sym_infix] = ACTIONS(3144), - [anon_sym_inline] = ACTIONS(3144), - [anon_sym_external] = ACTIONS(3144), - [sym_property_modifier] = ACTIONS(3144), - [anon_sym_abstract] = ACTIONS(3144), - [anon_sym_final] = ACTIONS(3144), - [anon_sym_open] = ACTIONS(3144), - [anon_sym_vararg] = ACTIONS(3144), - [anon_sym_noinline] = ACTIONS(3144), - [anon_sym_crossinline] = ACTIONS(3144), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3113), + [anon_sym_sealed] = ACTIONS(3113), + [anon_sym_annotation] = ACTIONS(3113), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3113), + [anon_sym_lateinit] = ACTIONS(3113), + [anon_sym_public] = ACTIONS(3113), + [anon_sym_private] = ACTIONS(3113), + [anon_sym_internal] = ACTIONS(3113), + [anon_sym_protected] = ACTIONS(3113), + [anon_sym_tailrec] = ACTIONS(3113), + [anon_sym_operator] = ACTIONS(3113), + [anon_sym_infix] = ACTIONS(3113), + [anon_sym_inline] = ACTIONS(3113), + [anon_sym_external] = ACTIONS(3113), + [sym_property_modifier] = ACTIONS(3113), + [anon_sym_abstract] = ACTIONS(3113), + [anon_sym_final] = ACTIONS(3113), + [anon_sym_open] = ACTIONS(3113), + [anon_sym_vararg] = ACTIONS(3113), + [anon_sym_noinline] = ACTIONS(3113), + [anon_sym_crossinline] = ACTIONS(3113), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1628] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [1624] = { + [sym__expression] = STATE(4227), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(357), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3072), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(937), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3074), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3076), + [anon_sym_return] = ACTIONS(3078), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1625] = { + [sym__expression] = STATE(4238), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(357), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3072), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(937), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3074), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3076), + [anon_sym_return] = ACTIONS(3078), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1626] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3162), + [anon_sym_EQ] = ACTIONS(3117), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3119), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), + [anon_sym_RPAREN] = ACTIONS(3119), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3117), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3119), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_while] = ACTIONS(3160), + [anon_sym_in] = ACTIONS(3900), + [anon_sym_while] = ACTIONS(3117), [anon_sym_DOT_DOT] = ACTIONS(3902), [anon_sym_QMARK_COLON] = ACTIONS(3904), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [anon_sym_else] = ACTIONS(3160), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_else] = ACTIONS(3117), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3162), - [anon_sym_DASH_EQ] = ACTIONS(3162), - [anon_sym_STAR_EQ] = ACTIONS(3162), - [anon_sym_SLASH_EQ] = ACTIONS(3162), - [anon_sym_PERCENT_EQ] = ACTIONS(3162), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), + [anon_sym_PLUS_EQ] = ACTIONS(3119), + [anon_sym_DASH_EQ] = ACTIONS(3119), + [anon_sym_STAR_EQ] = ACTIONS(3119), + [anon_sym_SLASH_EQ] = ACTIONS(3119), + [anon_sym_PERCENT_EQ] = ACTIONS(3119), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(3916), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), [anon_sym_PLUS] = ACTIONS(3918), [anon_sym_DASH] = ACTIONS(3918), [anon_sym_SLASH] = ACTIONS(3898), @@ -229626,301 +229410,402 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3160), - [anon_sym_sealed] = ACTIONS(3160), - [anon_sym_annotation] = ACTIONS(3160), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3160), - [anon_sym_lateinit] = ACTIONS(3160), - [anon_sym_public] = ACTIONS(3160), - [anon_sym_private] = ACTIONS(3160), - [anon_sym_internal] = ACTIONS(3160), - [anon_sym_protected] = ACTIONS(3160), - [anon_sym_tailrec] = ACTIONS(3160), - [anon_sym_operator] = ACTIONS(3160), - [anon_sym_infix] = ACTIONS(3160), - [anon_sym_inline] = ACTIONS(3160), - [anon_sym_external] = ACTIONS(3160), - [sym_property_modifier] = ACTIONS(3160), - [anon_sym_abstract] = ACTIONS(3160), - [anon_sym_final] = ACTIONS(3160), - [anon_sym_open] = ACTIONS(3160), - [anon_sym_vararg] = ACTIONS(3160), - [anon_sym_noinline] = ACTIONS(3160), - [anon_sym_crossinline] = ACTIONS(3160), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3117), + [anon_sym_sealed] = ACTIONS(3117), + [anon_sym_annotation] = ACTIONS(3117), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3117), + [anon_sym_lateinit] = ACTIONS(3117), + [anon_sym_public] = ACTIONS(3117), + [anon_sym_private] = ACTIONS(3117), + [anon_sym_internal] = ACTIONS(3117), + [anon_sym_protected] = ACTIONS(3117), + [anon_sym_tailrec] = ACTIONS(3117), + [anon_sym_operator] = ACTIONS(3117), + [anon_sym_infix] = ACTIONS(3117), + [anon_sym_inline] = ACTIONS(3117), + [anon_sym_external] = ACTIONS(3117), + [sym_property_modifier] = ACTIONS(3117), + [anon_sym_abstract] = ACTIONS(3117), + [anon_sym_final] = ACTIONS(3117), + [anon_sym_open] = ACTIONS(3117), + [anon_sym_vararg] = ACTIONS(3117), + [anon_sym_noinline] = ACTIONS(3117), + [anon_sym_crossinline] = ACTIONS(3117), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1629] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [1627] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_EQ] = ACTIONS(3121), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3898), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_while] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(3902), + [anon_sym_QMARK_COLON] = ACTIONS(3904), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_PLUS_EQ] = ACTIONS(3123), + [anon_sym_DASH_EQ] = ACTIONS(3123), + [anon_sym_STAR_EQ] = ACTIONS(3123), + [anon_sym_SLASH_EQ] = ACTIONS(3123), + [anon_sym_PERCENT_EQ] = ACTIONS(3123), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(3918), + [anon_sym_DASH] = ACTIONS(3918), + [anon_sym_SLASH] = ACTIONS(3898), + [anon_sym_PERCENT] = ACTIONS(3898), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3121), + [anon_sym_sealed] = ACTIONS(3121), + [anon_sym_annotation] = ACTIONS(3121), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3121), + [anon_sym_lateinit] = ACTIONS(3121), + [anon_sym_public] = ACTIONS(3121), + [anon_sym_private] = ACTIONS(3121), + [anon_sym_internal] = ACTIONS(3121), + [anon_sym_protected] = ACTIONS(3121), + [anon_sym_tailrec] = ACTIONS(3121), + [anon_sym_operator] = ACTIONS(3121), + [anon_sym_infix] = ACTIONS(3121), + [anon_sym_inline] = ACTIONS(3121), + [anon_sym_external] = ACTIONS(3121), + [sym_property_modifier] = ACTIONS(3121), + [anon_sym_abstract] = ACTIONS(3121), + [anon_sym_final] = ACTIONS(3121), + [anon_sym_open] = ACTIONS(3121), + [anon_sym_vararg] = ACTIONS(3121), + [anon_sym_noinline] = ACTIONS(3121), + [anon_sym_crossinline] = ACTIONS(3121), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [1628] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(3193), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(3128), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3195), + [anon_sym_EQ] = ACTIONS(3128), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3130), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), + [anon_sym_RPAREN] = ACTIONS(3130), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_while] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_else] = ACTIONS(3193), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_while] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_else] = ACTIONS(3128), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3195), - [anon_sym_DASH_EQ] = ACTIONS(3195), - [anon_sym_STAR_EQ] = ACTIONS(3195), - [anon_sym_SLASH_EQ] = ACTIONS(3195), - [anon_sym_PERCENT_EQ] = ACTIONS(3195), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), + [anon_sym_PLUS_EQ] = ACTIONS(3130), + [anon_sym_DASH_EQ] = ACTIONS(3130), + [anon_sym_STAR_EQ] = ACTIONS(3130), + [anon_sym_SLASH_EQ] = ACTIONS(3130), + [anon_sym_PERCENT_EQ] = ACTIONS(3130), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), [anon_sym_SLASH] = ACTIONS(3898), [anon_sym_PERCENT] = ACTIONS(3898), [anon_sym_as_QMARK] = ACTIONS(3618), [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3193), - [anon_sym_sealed] = ACTIONS(3193), - [anon_sym_annotation] = ACTIONS(3193), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_override] = ACTIONS(3193), - [anon_sym_lateinit] = ACTIONS(3193), - [anon_sym_public] = ACTIONS(3193), - [anon_sym_private] = ACTIONS(3193), - [anon_sym_internal] = ACTIONS(3193), - [anon_sym_protected] = ACTIONS(3193), - [anon_sym_tailrec] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_infix] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym_external] = ACTIONS(3193), - [sym_property_modifier] = ACTIONS(3193), - [anon_sym_abstract] = ACTIONS(3193), - [anon_sym_final] = ACTIONS(3193), - [anon_sym_open] = ACTIONS(3193), - [anon_sym_vararg] = ACTIONS(3193), - [anon_sym_noinline] = ACTIONS(3193), - [anon_sym_crossinline] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3195), + [anon_sym_suspend] = ACTIONS(3128), + [anon_sym_sealed] = ACTIONS(3128), + [anon_sym_annotation] = ACTIONS(3128), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_override] = ACTIONS(3128), + [anon_sym_lateinit] = ACTIONS(3128), + [anon_sym_public] = ACTIONS(3128), + [anon_sym_private] = ACTIONS(3128), + [anon_sym_internal] = ACTIONS(3128), + [anon_sym_protected] = ACTIONS(3128), + [anon_sym_tailrec] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_infix] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym_external] = ACTIONS(3128), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3128), + [anon_sym_final] = ACTIONS(3128), + [anon_sym_open] = ACTIONS(3128), + [anon_sym_vararg] = ACTIONS(3128), + [anon_sym_noinline] = ACTIONS(3128), + [anon_sym_crossinline] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3130), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1630] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [1629] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(3186), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(3135), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3186), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3188), + [anon_sym_EQ] = ACTIONS(3135), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3137), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), + [anon_sym_RPAREN] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3135), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_while] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [anon_sym_else] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_while] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_else] = ACTIONS(3135), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3188), - [anon_sym_DASH_EQ] = ACTIONS(3188), - [anon_sym_STAR_EQ] = ACTIONS(3188), - [anon_sym_SLASH_EQ] = ACTIONS(3188), - [anon_sym_PERCENT_EQ] = ACTIONS(3188), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [anon_sym_PLUS] = ACTIONS(3186), - [anon_sym_DASH] = ACTIONS(3186), - [anon_sym_SLASH] = ACTIONS(3186), - [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_PLUS_EQ] = ACTIONS(3137), + [anon_sym_DASH_EQ] = ACTIONS(3137), + [anon_sym_STAR_EQ] = ACTIONS(3137), + [anon_sym_SLASH_EQ] = ACTIONS(3137), + [anon_sym_PERCENT_EQ] = ACTIONS(3137), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3135), [anon_sym_as_QMARK] = ACTIONS(3618), [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [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_value] = 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(3188), + [anon_sym_suspend] = ACTIONS(3135), + [anon_sym_sealed] = ACTIONS(3135), + [anon_sym_annotation] = ACTIONS(3135), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_override] = ACTIONS(3135), + [anon_sym_lateinit] = ACTIONS(3135), + [anon_sym_public] = ACTIONS(3135), + [anon_sym_private] = ACTIONS(3135), + [anon_sym_internal] = ACTIONS(3135), + [anon_sym_protected] = ACTIONS(3135), + [anon_sym_tailrec] = ACTIONS(3135), + [anon_sym_operator] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_inline] = ACTIONS(3135), + [anon_sym_external] = ACTIONS(3135), + [sym_property_modifier] = ACTIONS(3135), + [anon_sym_abstract] = ACTIONS(3135), + [anon_sym_final] = ACTIONS(3135), + [anon_sym_open] = ACTIONS(3135), + [anon_sym_vararg] = ACTIONS(3135), + [anon_sym_noinline] = ACTIONS(3135), + [anon_sym_crossinline] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3137), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1631] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [1630] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(3175), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(3088), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3175), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3177), + [anon_sym_EQ] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3090), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), + [anon_sym_RPAREN] = ACTIONS(3090), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_while] = ACTIONS(3175), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_while] = ACTIONS(3088), [anon_sym_DOT_DOT] = ACTIONS(3902), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_else] = ACTIONS(3175), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_else] = ACTIONS(3088), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3177), - [anon_sym_DASH_EQ] = ACTIONS(3177), - [anon_sym_STAR_EQ] = ACTIONS(3177), - [anon_sym_SLASH_EQ] = ACTIONS(3177), - [anon_sym_PERCENT_EQ] = ACTIONS(3177), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), + [anon_sym_PLUS_EQ] = ACTIONS(3090), + [anon_sym_DASH_EQ] = ACTIONS(3090), + [anon_sym_STAR_EQ] = ACTIONS(3090), + [anon_sym_SLASH_EQ] = ACTIONS(3090), + [anon_sym_PERCENT_EQ] = ACTIONS(3090), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), [anon_sym_PLUS] = ACTIONS(3918), [anon_sym_DASH] = ACTIONS(3918), [anon_sym_SLASH] = ACTIONS(3898), @@ -229929,191 +229814,191 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3175), - [anon_sym_sealed] = ACTIONS(3175), - [anon_sym_annotation] = ACTIONS(3175), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_override] = ACTIONS(3175), - [anon_sym_lateinit] = ACTIONS(3175), - [anon_sym_public] = ACTIONS(3175), - [anon_sym_private] = ACTIONS(3175), - [anon_sym_internal] = ACTIONS(3175), - [anon_sym_protected] = ACTIONS(3175), - [anon_sym_tailrec] = ACTIONS(3175), - [anon_sym_operator] = ACTIONS(3175), - [anon_sym_infix] = ACTIONS(3175), - [anon_sym_inline] = ACTIONS(3175), - [anon_sym_external] = ACTIONS(3175), - [sym_property_modifier] = ACTIONS(3175), - [anon_sym_abstract] = ACTIONS(3175), - [anon_sym_final] = ACTIONS(3175), - [anon_sym_open] = ACTIONS(3175), - [anon_sym_vararg] = ACTIONS(3175), - [anon_sym_noinline] = ACTIONS(3175), - [anon_sym_crossinline] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3177), + [anon_sym_suspend] = ACTIONS(3088), + [anon_sym_sealed] = ACTIONS(3088), + [anon_sym_annotation] = ACTIONS(3088), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_override] = ACTIONS(3088), + [anon_sym_lateinit] = ACTIONS(3088), + [anon_sym_public] = ACTIONS(3088), + [anon_sym_private] = ACTIONS(3088), + [anon_sym_internal] = ACTIONS(3088), + [anon_sym_protected] = ACTIONS(3088), + [anon_sym_tailrec] = ACTIONS(3088), + [anon_sym_operator] = ACTIONS(3088), + [anon_sym_infix] = ACTIONS(3088), + [anon_sym_inline] = ACTIONS(3088), + [anon_sym_external] = ACTIONS(3088), + [sym_property_modifier] = ACTIONS(3088), + [anon_sym_abstract] = ACTIONS(3088), + [anon_sym_final] = ACTIONS(3088), + [anon_sym_open] = ACTIONS(3088), + [anon_sym_vararg] = ACTIONS(3088), + [anon_sym_noinline] = ACTIONS(3088), + [anon_sym_crossinline] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3090), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1632] = { - [sym__expression] = STATE(704), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [1631] = { + [sym__expression] = STATE(4388), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(205), }, - [1633] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [1632] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3156), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3158), + [anon_sym_EQ] = ACTIONS(3150), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3152), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3158), + [anon_sym_RPAREN] = ACTIONS(3152), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3890), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(3156), + [anon_sym_while] = ACTIONS(3150), [anon_sym_DOT_DOT] = ACTIONS(3902), [anon_sym_QMARK_COLON] = ACTIONS(3904), [anon_sym_AMP_AMP] = ACTIONS(3906), [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(3156), + [anon_sym_else] = ACTIONS(3150), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3158), - [anon_sym_DASH_EQ] = ACTIONS(3158), - [anon_sym_STAR_EQ] = ACTIONS(3158), - [anon_sym_SLASH_EQ] = ACTIONS(3158), - [anon_sym_PERCENT_EQ] = ACTIONS(3158), + [anon_sym_PLUS_EQ] = ACTIONS(3152), + [anon_sym_DASH_EQ] = ACTIONS(3152), + [anon_sym_STAR_EQ] = ACTIONS(3152), + [anon_sym_SLASH_EQ] = ACTIONS(3152), + [anon_sym_PERCENT_EQ] = ACTIONS(3152), [anon_sym_BANG_EQ] = ACTIONS(3910), [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), [anon_sym_EQ_EQ] = ACTIONS(3910), @@ -230131,292 +230016,292 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3156), - [anon_sym_sealed] = ACTIONS(3156), - [anon_sym_annotation] = ACTIONS(3156), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3156), - [anon_sym_lateinit] = ACTIONS(3156), - [anon_sym_public] = ACTIONS(3156), - [anon_sym_private] = ACTIONS(3156), - [anon_sym_internal] = ACTIONS(3156), - [anon_sym_protected] = ACTIONS(3156), - [anon_sym_tailrec] = ACTIONS(3156), - [anon_sym_operator] = ACTIONS(3156), - [anon_sym_infix] = ACTIONS(3156), - [anon_sym_inline] = ACTIONS(3156), - [anon_sym_external] = ACTIONS(3156), - [sym_property_modifier] = ACTIONS(3156), - [anon_sym_abstract] = ACTIONS(3156), - [anon_sym_final] = ACTIONS(3156), - [anon_sym_open] = ACTIONS(3156), - [anon_sym_vararg] = ACTIONS(3156), - [anon_sym_noinline] = ACTIONS(3156), - [anon_sym_crossinline] = ACTIONS(3156), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3150), + [anon_sym_sealed] = ACTIONS(3150), + [anon_sym_annotation] = ACTIONS(3150), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3150), + [anon_sym_lateinit] = ACTIONS(3150), + [anon_sym_public] = ACTIONS(3150), + [anon_sym_private] = ACTIONS(3150), + [anon_sym_internal] = ACTIONS(3150), + [anon_sym_protected] = ACTIONS(3150), + [anon_sym_tailrec] = ACTIONS(3150), + [anon_sym_operator] = ACTIONS(3150), + [anon_sym_infix] = ACTIONS(3150), + [anon_sym_inline] = ACTIONS(3150), + [anon_sym_external] = ACTIONS(3150), + [sym_property_modifier] = ACTIONS(3150), + [anon_sym_abstract] = ACTIONS(3150), + [anon_sym_final] = ACTIONS(3150), + [anon_sym_open] = ACTIONS(3150), + [anon_sym_vararg] = ACTIONS(3150), + [anon_sym_noinline] = ACTIONS(3150), + [anon_sym_crossinline] = ACTIONS(3150), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1634] = { - [sym__expression] = STATE(1871), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), + [1633] = { + [sym__expression] = STATE(1547), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), [anon_sym_fun] = ACTIONS(3064), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(999), - [anon_sym_null] = ACTIONS(1912), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(907), + [anon_sym_null] = ACTIONS(1922), [anon_sym_if] = ACTIONS(3066), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), [anon_sym_throw] = ACTIONS(3068), [anon_sym_return] = ACTIONS(3070), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(555), }, - [1635] = { - [sym__expression] = STATE(1892), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), + [1634] = { + [sym__expression] = STATE(1553), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), [anon_sym_fun] = ACTIONS(3064), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(999), - [anon_sym_null] = ACTIONS(1912), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(907), + [anon_sym_null] = ACTIONS(1922), [anon_sym_if] = ACTIONS(3066), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), [anon_sym_throw] = ACTIONS(3068), [anon_sym_return] = ACTIONS(3070), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(555), }, - [1636] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [1635] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3182), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3184), + [anon_sym_EQ] = ACTIONS(3142), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3144), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3184), + [anon_sym_RPAREN] = ACTIONS(3144), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3890), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(3182), + [anon_sym_while] = ACTIONS(3142), [anon_sym_DOT_DOT] = ACTIONS(3902), [anon_sym_QMARK_COLON] = ACTIONS(3904), [anon_sym_AMP_AMP] = ACTIONS(3906), [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(3182), + [anon_sym_else] = ACTIONS(3142), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3184), - [anon_sym_DASH_EQ] = ACTIONS(3184), - [anon_sym_STAR_EQ] = ACTIONS(3184), - [anon_sym_SLASH_EQ] = ACTIONS(3184), - [anon_sym_PERCENT_EQ] = ACTIONS(3184), + [anon_sym_PLUS_EQ] = ACTIONS(3144), + [anon_sym_DASH_EQ] = ACTIONS(3144), + [anon_sym_STAR_EQ] = ACTIONS(3144), + [anon_sym_SLASH_EQ] = ACTIONS(3144), + [anon_sym_PERCENT_EQ] = ACTIONS(3144), [anon_sym_BANG_EQ] = ACTIONS(3910), [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), [anon_sym_EQ_EQ] = ACTIONS(3910), @@ -230434,293 +230319,394 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3182), - [anon_sym_sealed] = ACTIONS(3182), - [anon_sym_annotation] = ACTIONS(3182), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3182), - [anon_sym_lateinit] = ACTIONS(3182), - [anon_sym_public] = ACTIONS(3182), - [anon_sym_private] = ACTIONS(3182), - [anon_sym_internal] = ACTIONS(3182), - [anon_sym_protected] = ACTIONS(3182), - [anon_sym_tailrec] = ACTIONS(3182), - [anon_sym_operator] = ACTIONS(3182), - [anon_sym_infix] = ACTIONS(3182), - [anon_sym_inline] = ACTIONS(3182), - [anon_sym_external] = ACTIONS(3182), - [sym_property_modifier] = ACTIONS(3182), - [anon_sym_abstract] = ACTIONS(3182), - [anon_sym_final] = ACTIONS(3182), - [anon_sym_open] = ACTIONS(3182), - [anon_sym_vararg] = ACTIONS(3182), - [anon_sym_noinline] = ACTIONS(3182), - [anon_sym_crossinline] = ACTIONS(3182), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3142), + [anon_sym_sealed] = ACTIONS(3142), + [anon_sym_annotation] = ACTIONS(3142), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3142), + [anon_sym_lateinit] = ACTIONS(3142), + [anon_sym_public] = ACTIONS(3142), + [anon_sym_private] = ACTIONS(3142), + [anon_sym_internal] = ACTIONS(3142), + [anon_sym_protected] = ACTIONS(3142), + [anon_sym_tailrec] = ACTIONS(3142), + [anon_sym_operator] = ACTIONS(3142), + [anon_sym_infix] = ACTIONS(3142), + [anon_sym_inline] = ACTIONS(3142), + [anon_sym_external] = ACTIONS(3142), + [sym_property_modifier] = ACTIONS(3142), + [anon_sym_abstract] = ACTIONS(3142), + [anon_sym_final] = ACTIONS(3142), + [anon_sym_open] = ACTIONS(3142), + [anon_sym_vararg] = ACTIONS(3142), + [anon_sym_noinline] = ACTIONS(3142), + [anon_sym_crossinline] = ACTIONS(3142), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, + [1636] = { + [sym__expression] = STATE(1549), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3064), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(907), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3066), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(3068), + [anon_sym_return] = ACTIONS(3070), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, [1637] = { - [sym__expression] = STATE(1872), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), + [sym__expression] = STATE(1672), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), [anon_sym_fun] = ACTIONS(3064), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(999), - [anon_sym_null] = ACTIONS(1912), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(907), + [anon_sym_null] = ACTIONS(1922), [anon_sym_if] = ACTIONS(3066), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), [anon_sym_throw] = ACTIONS(3068), [anon_sym_return] = ACTIONS(3070), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(555), }, [1638] = { [sym__expression] = STATE(1673), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), [anon_sym_fun] = ACTIONS(3064), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(999), - [anon_sym_null] = ACTIONS(1912), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(907), + [anon_sym_null] = ACTIONS(1922), [anon_sym_if] = ACTIONS(3066), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), [anon_sym_throw] = ACTIONS(3068), [anon_sym_return] = ACTIONS(3070), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(555), }, [1639] = { - [sym__expression] = STATE(400), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [sym__expression] = STATE(398), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -230730,22 +230716,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -230769,84 +230755,286 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(471), }, [1640] = { - [sym__expression] = STATE(276), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__expression] = STATE(3802), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1335), + [sym_label] = ACTIONS(381), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(375), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(381), + [anon_sym_PLUS_PLUS] = ACTIONS(383), + [anon_sym_DASH_DASH] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(383), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1641] = { + [sym__expression] = STATE(1674), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3064), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(907), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3066), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(3068), + [anon_sym_return] = ACTIONS(3070), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [1642] = { + [sym__expression] = STATE(389), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1653), + [sym_annotation] = STATE(1653), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1662), + [anon_sym_fun] = ACTIONS(1674), [anon_sym_get] = ACTIONS(1664), [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), - [sym_label] = ACTIONS(441), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(427), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -230869,161 +231057,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1641] = { - [sym__expression] = STATE(1674), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3064), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(999), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3066), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3068), - [anon_sym_return] = ACTIONS(3070), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [1642] = { - [sym__expression] = STATE(394), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [1643] = { + [sym__expression] = STATE(388), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -231033,22 +231120,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -231071,60 +231158,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1643] = { - [sym__expression] = STATE(392), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [1644] = { + [sym__expression] = STATE(386), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -231134,22 +231221,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -231172,60 +231259,161 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1644] = { - [sym__expression] = STATE(380), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [1645] = { + [sym__expression] = STATE(4063), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1843), + [sym_annotation] = STATE(1843), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(817), + [anon_sym_null] = ACTIONS(1910), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1646] = { + [sym__expression] = STATE(384), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -231235,22 +231423,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -231273,60 +231461,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1645] = { - [sym__expression] = STATE(388), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [1647] = { + [sym__expression] = STATE(383), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -231336,22 +231524,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -231374,60 +231562,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1646] = { - [sym__expression] = STATE(401), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [1648] = { + [sym__expression] = STATE(382), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -231437,22 +231625,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -231475,60 +231663,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1647] = { - [sym__expression] = STATE(390), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [1649] = { + [sym__expression] = STATE(399), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -231538,22 +231726,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -231576,85 +231764,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1648] = { - [sym__expression] = STATE(322), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [1650] = { + [sym__expression] = STATE(392), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1653), + [sym_annotation] = STATE(1653), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), + [anon_sym_fun] = ACTIONS(1674), [anon_sym_get] = ACTIONS(1664), [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -231677,60 +231865,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1649] = { - [sym__expression] = STATE(389), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [1651] = { + [sym__expression] = STATE(394), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -231740,22 +231928,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -231778,60 +231966,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1650] = { - [sym__expression] = STATE(382), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [1652] = { + [sym__expression] = STATE(401), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -231841,22 +232029,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -231879,60 +232067,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1651] = { - [sym__expression] = STATE(391), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [1653] = { + [sym__expression] = STATE(403), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -231942,22 +232130,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -231980,60 +232168,161 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1652] = { - [sym__expression] = STATE(396), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [1654] = { + [sym__expression] = STATE(1683), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3064), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(907), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3066), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(3068), + [anon_sym_return] = ACTIONS(3070), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [1655] = { + [sym__expression] = STATE(385), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -232043,22 +232332,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -232081,60 +232370,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1653] = { - [sym__expression] = STATE(397), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [1656] = { + [sym__expression] = STATE(405), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -232144,22 +232433,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -232182,97 +232471,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1654] = { - [sym__expression] = STATE(1686), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3064), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(999), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3066), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3068), - [anon_sym_return] = ACTIONS(3070), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [1657] = { + [sym__expression] = STATE(4448), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1658] = { + [sym__expression] = STATE(704), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(597), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -232283,287 +232673,287 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [1655] = { - [sym__expression] = STATE(405), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1653), - [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1674), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), + [1659] = { + [sym__expression] = STATE(702), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(597), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(639), }, - [1656] = { - [sym__expression] = STATE(383), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1653), - [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1674), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), + [1660] = { + [sym__expression] = STATE(700), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(597), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(639), }, - [1657] = { - [sym__expression] = STATE(3774), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), + [1661] = { + [sym__expression] = STATE(1685), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), + [anon_sym_fun] = ACTIONS(3064), [anon_sym_get] = ACTIONS(1920), [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(381), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(907), [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(375), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_DASH] = ACTIONS(381), - [anon_sym_PLUS_PLUS] = ACTIONS(383), - [anon_sym_DASH_DASH] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(383), + [anon_sym_if] = ACTIONS(3066), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(3068), + [anon_sym_return] = ACTIONS(3070), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), [anon_sym_data] = ACTIONS(1920), [anon_sym_inner] = ACTIONS(1920), [anon_sym_value] = ACTIONS(1920), @@ -232571,213 +232961,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1658] = { - [sym__expression] = STATE(275), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), - [sym_label] = ACTIONS(441), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(427), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(555), }, - [1659] = { - [sym__expression] = STATE(1203), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [1662] = { + [sym__expression] = STATE(1691), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(356), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1708), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3064), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1710), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(907), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3066), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1714), + [anon_sym_throw] = ACTIONS(3068), + [anon_sym_return] = ACTIONS(3070), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -232788,602 +233077,501 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [1660] = { - [sym__expression] = STATE(319), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1661] = { - [sym__expression] = STATE(1688), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), + [1663] = { + [sym__expression] = STATE(1569), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), [anon_sym_fun] = ACTIONS(3064), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(999), - [anon_sym_null] = ACTIONS(1912), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(907), + [anon_sym_null] = ACTIONS(1922), [anon_sym_if] = ACTIONS(3066), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), [anon_sym_throw] = ACTIONS(3068), [anon_sym_return] = ACTIONS(3070), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(555), }, - [1662] = { - [sym__expression] = STATE(1691), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), + [1664] = { + [sym__expression] = STATE(1721), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), [anon_sym_fun] = ACTIONS(3064), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(999), - [anon_sym_null] = ACTIONS(1912), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(907), + [anon_sym_null] = ACTIONS(1922), [anon_sym_if] = ACTIONS(3066), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), [anon_sym_throw] = ACTIONS(3068), [anon_sym_return] = ACTIONS(3070), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(555), }, - [1663] = { - [sym__expression] = STATE(1575), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), + [1665] = { + [sym__expression] = STATE(1723), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), [anon_sym_fun] = ACTIONS(3064), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(999), - [anon_sym_null] = ACTIONS(1912), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(907), + [anon_sym_null] = ACTIONS(1922), [anon_sym_if] = ACTIONS(3066), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), [anon_sym_throw] = ACTIONS(3068), [anon_sym_return] = ACTIONS(3070), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(555), }, - [1664] = { - [sym__expression] = STATE(1723), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), + [1666] = { + [sym__expression] = STATE(1725), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), [anon_sym_fun] = ACTIONS(3064), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(999), - [anon_sym_null] = ACTIONS(1912), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(907), + [anon_sym_null] = ACTIONS(1922), [anon_sym_if] = ACTIONS(3066), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), [anon_sym_throw] = ACTIONS(3068), [anon_sym_return] = ACTIONS(3070), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(555), }, - [1665] = { - [sym__expression] = STATE(1724), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [1667] = { + [sym__expression] = STATE(699), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3064), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(999), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3066), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3068), - [anon_sym_return] = ACTIONS(3070), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -233394,97 +233582,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [1666] = { - [sym__expression] = STATE(1725), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [1668] = { + [sym__expression] = STATE(675), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3064), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(999), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3066), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3068), - [anon_sym_return] = ACTIONS(3070), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -233495,97 +233683,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [1667] = { - [sym__expression] = STATE(1726), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [1669] = { + [sym__expression] = STATE(698), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3064), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(999), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3066), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3068), - [anon_sym_return] = ACTIONS(3070), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -233596,59 +233784,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [1668] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [1670] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_EQ] = ACTIONS(3095), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3097), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3115), + [anon_sym_RPAREN] = ACTIONS(3097), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3890), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3898), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(3113), + [anon_sym_while] = ACTIONS(3095), [anon_sym_DOT_DOT] = ACTIONS(3902), [anon_sym_QMARK_COLON] = ACTIONS(3904), [anon_sym_AMP_AMP] = ACTIONS(3906), [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(3113), + [anon_sym_else] = ACTIONS(3095), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3115), - [anon_sym_DASH_EQ] = ACTIONS(3115), - [anon_sym_STAR_EQ] = ACTIONS(3115), - [anon_sym_SLASH_EQ] = ACTIONS(3115), - [anon_sym_PERCENT_EQ] = ACTIONS(3115), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), [anon_sym_BANG_EQ] = ACTIONS(3910), [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), [anon_sym_EQ_EQ] = ACTIONS(3910), @@ -233666,318 +233854,621 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3113), - [anon_sym_sealed] = ACTIONS(3113), - [anon_sym_annotation] = ACTIONS(3113), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3113), - [anon_sym_lateinit] = ACTIONS(3113), - [anon_sym_public] = ACTIONS(3113), - [anon_sym_private] = ACTIONS(3113), - [anon_sym_internal] = ACTIONS(3113), - [anon_sym_protected] = ACTIONS(3113), - [anon_sym_tailrec] = ACTIONS(3113), - [anon_sym_operator] = ACTIONS(3113), - [anon_sym_infix] = ACTIONS(3113), - [anon_sym_inline] = ACTIONS(3113), - [anon_sym_external] = ACTIONS(3113), - [sym_property_modifier] = ACTIONS(3113), - [anon_sym_abstract] = ACTIONS(3113), - [anon_sym_final] = ACTIONS(3113), - [anon_sym_open] = ACTIONS(3113), - [anon_sym_vararg] = ACTIONS(3113), - [anon_sym_noinline] = ACTIONS(3113), - [anon_sym_crossinline] = ACTIONS(3113), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3095), + [anon_sym_sealed] = ACTIONS(3095), + [anon_sym_annotation] = ACTIONS(3095), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3095), + [anon_sym_lateinit] = ACTIONS(3095), + [anon_sym_public] = ACTIONS(3095), + [anon_sym_private] = ACTIONS(3095), + [anon_sym_internal] = ACTIONS(3095), + [anon_sym_protected] = ACTIONS(3095), + [anon_sym_tailrec] = ACTIONS(3095), + [anon_sym_operator] = ACTIONS(3095), + [anon_sym_infix] = ACTIONS(3095), + [anon_sym_inline] = ACTIONS(3095), + [anon_sym_external] = ACTIONS(3095), + [sym_property_modifier] = ACTIONS(3095), + [anon_sym_abstract] = ACTIONS(3095), + [anon_sym_final] = ACTIONS(3095), + [anon_sym_open] = ACTIONS(3095), + [anon_sym_vararg] = ACTIONS(3095), + [anon_sym_noinline] = ACTIONS(3095), + [anon_sym_crossinline] = ACTIONS(3095), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [1669] = { - [sym__expression] = STATE(1437), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1637), - [sym_annotation] = STATE(1637), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), + [1671] = { + [sym__expression] = STATE(1579), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1636), + [sym_annotation] = STATE(1636), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), [sym__return_at] = STATE(356), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), [anon_sym_fun] = ACTIONS(3064), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(989), - [sym_label] = ACTIONS(999), - [anon_sym_null] = ACTIONS(1912), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(897), + [sym_label] = ACTIONS(907), + [anon_sym_null] = ACTIONS(1922), [anon_sym_if] = ACTIONS(3066), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), [anon_sym_throw] = ACTIONS(3068), [anon_sym_return] = ACTIONS(3070), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(999), - [anon_sym_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(907), + [anon_sym_DASH] = ACTIONS(907), + [anon_sym_PLUS_PLUS] = ACTIONS(909), + [anon_sym_DASH_DASH] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(555), }, - [1670] = { - [sym__expression] = STATE(271), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), - [sym_label] = ACTIONS(441), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(427), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), + [1672] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1661), + [sym__comparison_operator] = STATE(1662), + [sym__in_operator] = STATE(1663), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1664), + [sym__multiplicative_operator] = STATE(1665), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1666), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(3185), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_where] = ACTIONS(3185), + [anon_sym_object] = ACTIONS(3185), + [anon_sym_fun] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_this] = ACTIONS(3185), + [anon_sym_super] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(5671), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_null] = ACTIONS(3185), + [anon_sym_if] = ACTIONS(3185), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_when] = ACTIONS(3185), + [anon_sym_try] = ACTIONS(3185), + [anon_sym_throw] = ACTIONS(3185), + [anon_sym_return] = ACTIONS(3185), + [anon_sym_continue] = ACTIONS(3185), + [anon_sym_break] = ACTIONS(3185), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(5691), + [anon_sym_DASH] = ACTIONS(5691), + [anon_sym_SLASH] = ACTIONS(5693), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3185), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3187), + [anon_sym_continue_AT] = ACTIONS(3187), + [anon_sym_break_AT] = ACTIONS(3187), + [anon_sym_this_AT] = ACTIONS(3187), + [anon_sym_super_AT] = ACTIONS(3187), + [sym_real_literal] = ACTIONS(3187), + [sym_integer_literal] = ACTIONS(3185), + [sym_hex_literal] = ACTIONS(3187), + [sym_bin_literal] = ACTIONS(3187), + [anon_sym_true] = ACTIONS(3185), + [anon_sym_false] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3187), + [sym__backtick_identifier] = ACTIONS(3187), + [sym__automatic_semicolon] = ACTIONS(3187), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3187), + }, + [1673] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1661), + [sym__comparison_operator] = STATE(1662), + [sym__in_operator] = STATE(1663), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1664), + [sym__multiplicative_operator] = STATE(1665), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1666), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3180), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3180), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_where] = ACTIONS(3178), + [anon_sym_object] = ACTIONS(3178), + [anon_sym_fun] = ACTIONS(3178), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3178), + [anon_sym_super] = ACTIONS(3178), + [anon_sym_STAR] = ACTIONS(5671), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_DOT_DOT] = ACTIONS(5675), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_null] = ACTIONS(3178), + [anon_sym_if] = ACTIONS(3178), + [anon_sym_else] = ACTIONS(3178), + [anon_sym_when] = ACTIONS(3178), + [anon_sym_try] = ACTIONS(3178), + [anon_sym_throw] = ACTIONS(3178), + [anon_sym_return] = ACTIONS(3178), + [anon_sym_continue] = ACTIONS(3178), + [anon_sym_break] = ACTIONS(3178), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), + [anon_sym_PLUS] = ACTIONS(5691), + [anon_sym_DASH] = ACTIONS(5691), + [anon_sym_SLASH] = ACTIONS(5693), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3178), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3180), + [anon_sym_continue_AT] = ACTIONS(3180), + [anon_sym_break_AT] = ACTIONS(3180), + [anon_sym_this_AT] = ACTIONS(3180), + [anon_sym_super_AT] = ACTIONS(3180), + [sym_real_literal] = ACTIONS(3180), + [sym_integer_literal] = ACTIONS(3178), + [sym_hex_literal] = ACTIONS(3180), + [sym_bin_literal] = ACTIONS(3180), + [anon_sym_true] = ACTIONS(3178), + [anon_sym_false] = ACTIONS(3178), + [anon_sym_SQUOTE] = ACTIONS(3180), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3180), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3180), + }, + [1674] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1661), + [sym__comparison_operator] = STATE(1662), + [sym__in_operator] = STATE(1663), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1664), + [sym__multiplicative_operator] = STATE(1665), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1666), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3103), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5669), + [anon_sym_where] = ACTIONS(3101), + [anon_sym_object] = ACTIONS(3101), + [anon_sym_fun] = ACTIONS(3101), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3101), + [anon_sym_super] = ACTIONS(3101), + [anon_sym_STAR] = ACTIONS(5671), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5673), + [anon_sym_DOT_DOT] = ACTIONS(5675), + [anon_sym_QMARK_COLON] = ACTIONS(5677), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_null] = ACTIONS(3101), + [anon_sym_if] = ACTIONS(3101), + [anon_sym_else] = ACTIONS(3101), + [anon_sym_when] = ACTIONS(3101), + [anon_sym_try] = ACTIONS(3101), + [anon_sym_throw] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3101), + [anon_sym_continue] = ACTIONS(3101), + [anon_sym_break] = ACTIONS(3101), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(5683), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5685), + [anon_sym_EQ_EQ] = ACTIONS(5683), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5685), + [anon_sym_LT_EQ] = ACTIONS(5687), + [anon_sym_GT_EQ] = ACTIONS(5687), + [anon_sym_BANGin] = ACTIONS(5689), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5691), + [anon_sym_DASH] = ACTIONS(5691), + [anon_sym_SLASH] = ACTIONS(5693), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3101), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_return_AT] = ACTIONS(3103), + [anon_sym_continue_AT] = ACTIONS(3103), + [anon_sym_break_AT] = ACTIONS(3103), + [anon_sym_this_AT] = ACTIONS(3103), + [anon_sym_super_AT] = ACTIONS(3103), + [sym_real_literal] = ACTIONS(3103), + [sym_integer_literal] = ACTIONS(3101), + [sym_hex_literal] = ACTIONS(3103), + [sym_bin_literal] = ACTIONS(3103), + [anon_sym_true] = ACTIONS(3101), + [anon_sym_false] = ACTIONS(3101), + [anon_sym_SQUOTE] = ACTIONS(3103), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3103), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(3103), }, - [1671] = { - [sym__expression] = STATE(274), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [1675] = { + [sym__expression] = STATE(2274), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2162), + [sym_annotation] = STATE(2162), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(379), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3192), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1143), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3194), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3198), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [1676] = { + [sym__expression] = STATE(326), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1662), + [anon_sym_fun] = ACTIONS(1716), [anon_sym_get] = ACTIONS(1664), [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), - [sym_label] = ACTIONS(441), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(427), + [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -234000,60 +234491,1373 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1672] = { - [sym__expression] = STATE(326), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1677] = { + [sym__expression] = STATE(1205), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1689), + [sym_annotation] = STATE(1689), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1968), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(669), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [1678] = { + [sym__expression] = STATE(1216), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1689), + [sym_annotation] = STATE(1689), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1968), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(669), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [1679] = { + [sym__expression] = STATE(1219), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1689), + [sym_annotation] = STATE(1689), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1968), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(669), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [1680] = { + [sym__expression] = STATE(1187), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1689), + [sym_annotation] = STATE(1689), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1968), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(669), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [1681] = { + [sym__expression] = STATE(1224), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1689), + [sym_annotation] = STATE(1689), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1968), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(669), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [1682] = { + [sym__expression] = STATE(1229), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1689), + [sym_annotation] = STATE(1689), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1968), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(669), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [1683] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1661), + [sym__comparison_operator] = STATE(1662), + [sym__in_operator] = STATE(1663), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1664), + [sym__multiplicative_operator] = STATE(1665), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1666), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3107), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5669), + [anon_sym_where] = ACTIONS(3105), + [anon_sym_object] = ACTIONS(3105), + [anon_sym_fun] = ACTIONS(3105), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3105), + [anon_sym_super] = ACTIONS(3105), + [anon_sym_STAR] = ACTIONS(5671), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5673), + [anon_sym_DOT_DOT] = ACTIONS(5675), + [anon_sym_QMARK_COLON] = ACTIONS(5677), + [anon_sym_AMP_AMP] = ACTIONS(5679), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_null] = ACTIONS(3105), + [anon_sym_if] = ACTIONS(3105), + [anon_sym_else] = ACTIONS(3105), + [anon_sym_when] = ACTIONS(3105), + [anon_sym_try] = ACTIONS(3105), + [anon_sym_throw] = ACTIONS(3105), + [anon_sym_return] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3105), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(5683), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5685), + [anon_sym_EQ_EQ] = ACTIONS(5683), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5685), + [anon_sym_LT_EQ] = ACTIONS(5687), + [anon_sym_GT_EQ] = ACTIONS(5687), + [anon_sym_BANGin] = ACTIONS(5689), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5691), + [anon_sym_DASH] = ACTIONS(5691), + [anon_sym_SLASH] = ACTIONS(5693), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3105), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3107), + [anon_sym_continue_AT] = ACTIONS(3107), + [anon_sym_break_AT] = ACTIONS(3107), + [anon_sym_this_AT] = ACTIONS(3107), + [anon_sym_super_AT] = ACTIONS(3107), + [sym_real_literal] = ACTIONS(3107), + [sym_integer_literal] = ACTIONS(3105), + [sym_hex_literal] = ACTIONS(3107), + [sym_bin_literal] = ACTIONS(3107), + [anon_sym_true] = ACTIONS(3105), + [anon_sym_false] = ACTIONS(3105), + [anon_sym_SQUOTE] = ACTIONS(3107), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3107), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3107), + }, + [1684] = { + [sym__expression] = STATE(1231), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1689), + [sym_annotation] = STATE(1689), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1968), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(669), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [1685] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1661), + [sym__comparison_operator] = STATE(1662), + [sym__in_operator] = STATE(1663), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1664), + [sym__multiplicative_operator] = STATE(1665), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1666), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5669), + [anon_sym_where] = ACTIONS(3113), + [anon_sym_object] = ACTIONS(3113), + [anon_sym_fun] = ACTIONS(3113), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3113), + [anon_sym_super] = ACTIONS(3113), + [anon_sym_STAR] = ACTIONS(5671), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5673), + [anon_sym_DOT_DOT] = ACTIONS(5675), + [anon_sym_QMARK_COLON] = ACTIONS(5677), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_null] = ACTIONS(3113), + [anon_sym_if] = ACTIONS(3113), + [anon_sym_else] = ACTIONS(3113), + [anon_sym_when] = ACTIONS(3113), + [anon_sym_try] = ACTIONS(3113), + [anon_sym_throw] = ACTIONS(3113), + [anon_sym_return] = ACTIONS(3113), + [anon_sym_continue] = ACTIONS(3113), + [anon_sym_break] = ACTIONS(3113), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(5687), + [anon_sym_GT_EQ] = ACTIONS(5687), + [anon_sym_BANGin] = ACTIONS(5689), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5691), + [anon_sym_DASH] = ACTIONS(5691), + [anon_sym_SLASH] = ACTIONS(5693), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3113), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3115), + [anon_sym_continue_AT] = ACTIONS(3115), + [anon_sym_break_AT] = ACTIONS(3115), + [anon_sym_this_AT] = ACTIONS(3115), + [anon_sym_super_AT] = ACTIONS(3115), + [sym_real_literal] = ACTIONS(3115), + [sym_integer_literal] = ACTIONS(3113), + [sym_hex_literal] = ACTIONS(3115), + [sym_bin_literal] = ACTIONS(3115), + [anon_sym_true] = ACTIONS(3113), + [anon_sym_false] = ACTIONS(3113), + [anon_sym_SQUOTE] = ACTIONS(3115), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3115), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3115), + }, + [1686] = { + [sym__expression] = STATE(1234), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1689), + [sym_annotation] = STATE(1689), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1968), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(669), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [1687] = { + [sym__expression] = STATE(1233), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1689), + [sym_annotation] = STATE(1689), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1968), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(669), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [1688] = { + [sym__expression] = STATE(1223), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1689), + [sym_annotation] = STATE(1689), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1968), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(669), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [1689] = { + [sym__expression] = STATE(1189), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1689), + [sym_annotation] = STATE(1689), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1968), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(669), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [1690] = { + [sym__expression] = STATE(533), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -234063,8 +235867,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), @@ -234074,11 +235878,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -234101,388 +235905,287 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1673] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1662), - [sym__comparison_operator] = STATE(1663), - [sym__in_operator] = STATE(1664), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1665), - [sym__multiplicative_operator] = STATE(1666), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1667), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(3094), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3096), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_where] = ACTIONS(3094), - [anon_sym_object] = ACTIONS(3094), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_this] = ACTIONS(3094), - [anon_sym_super] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(5677), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_null] = ACTIONS(3094), - [anon_sym_if] = ACTIONS(3094), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_when] = ACTIONS(3094), - [anon_sym_try] = ACTIONS(3094), - [anon_sym_throw] = ACTIONS(3094), - [anon_sym_return] = ACTIONS(3094), - [anon_sym_continue] = ACTIONS(3094), - [anon_sym_break] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(5697), - [anon_sym_DASH] = ACTIONS(5697), - [anon_sym_SLASH] = ACTIONS(5699), - [anon_sym_PERCENT] = ACTIONS(5677), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3094), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3096), - [anon_sym_continue_AT] = ACTIONS(3096), - [anon_sym_break_AT] = ACTIONS(3096), - [anon_sym_this_AT] = ACTIONS(3096), - [anon_sym_super_AT] = ACTIONS(3096), - [sym_real_literal] = ACTIONS(3096), - [sym_integer_literal] = ACTIONS(3094), - [sym_hex_literal] = ACTIONS(3096), - [sym_bin_literal] = ACTIONS(3096), - [anon_sym_true] = ACTIONS(3094), - [anon_sym_false] = ACTIONS(3094), - [anon_sym_SQUOTE] = ACTIONS(3096), - [sym__backtick_identifier] = ACTIONS(3096), - [sym__automatic_semicolon] = ACTIONS(3096), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3096), - }, - [1674] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1662), - [sym__comparison_operator] = STATE(1663), - [sym__in_operator] = STATE(1664), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1665), - [sym__multiplicative_operator] = STATE(1666), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1667), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [1691] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1661), + [sym__comparison_operator] = STATE(1662), + [sym__in_operator] = STATE(1663), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1664), + [sym__multiplicative_operator] = STATE(1665), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1666), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_where] = ACTIONS(3125), - [anon_sym_object] = ACTIONS(3125), - [anon_sym_fun] = ACTIONS(3125), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3125), - [anon_sym_super] = ACTIONS(3125), - [anon_sym_STAR] = ACTIONS(5677), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(5681), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_null] = ACTIONS(3125), - [anon_sym_if] = ACTIONS(3125), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_when] = ACTIONS(3125), - [anon_sym_try] = ACTIONS(3125), - [anon_sym_throw] = ACTIONS(3125), - [anon_sym_return] = ACTIONS(3125), - [anon_sym_continue] = ACTIONS(3125), - [anon_sym_break] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(5697), - [anon_sym_DASH] = ACTIONS(5697), - [anon_sym_SLASH] = ACTIONS(5699), - [anon_sym_PERCENT] = ACTIONS(5677), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3125), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3127), - [anon_sym_continue_AT] = ACTIONS(3127), - [anon_sym_break_AT] = ACTIONS(3127), - [anon_sym_this_AT] = ACTIONS(3127), - [anon_sym_super_AT] = ACTIONS(3127), - [sym_real_literal] = ACTIONS(3127), - [sym_integer_literal] = ACTIONS(3125), - [sym_hex_literal] = ACTIONS(3127), - [sym_bin_literal] = ACTIONS(3127), - [anon_sym_true] = ACTIONS(3125), - [anon_sym_false] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3127), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3119), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3119), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3117), + [anon_sym_where] = ACTIONS(3117), + [anon_sym_object] = ACTIONS(3117), + [anon_sym_fun] = ACTIONS(3117), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3119), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3117), + [anon_sym_super] = ACTIONS(3117), + [anon_sym_STAR] = ACTIONS(5671), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5673), + [anon_sym_DOT_DOT] = ACTIONS(5675), + [anon_sym_QMARK_COLON] = ACTIONS(5677), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_null] = ACTIONS(3117), + [anon_sym_if] = ACTIONS(3117), + [anon_sym_else] = ACTIONS(3117), + [anon_sym_when] = ACTIONS(3117), + [anon_sym_try] = ACTIONS(3117), + [anon_sym_throw] = ACTIONS(3117), + [anon_sym_return] = ACTIONS(3117), + [anon_sym_continue] = ACTIONS(3117), + [anon_sym_break] = ACTIONS(3117), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(5689), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5691), + [anon_sym_DASH] = ACTIONS(5691), + [anon_sym_SLASH] = ACTIONS(5693), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3117), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3119), + [anon_sym_continue_AT] = ACTIONS(3119), + [anon_sym_break_AT] = ACTIONS(3119), + [anon_sym_this_AT] = ACTIONS(3119), + [anon_sym_super_AT] = ACTIONS(3119), + [sym_real_literal] = ACTIONS(3119), + [sym_integer_literal] = ACTIONS(3117), + [sym_hex_literal] = ACTIONS(3119), + [sym_bin_literal] = ACTIONS(3119), + [anon_sym_true] = ACTIONS(3117), + [anon_sym_false] = ACTIONS(3117), + [anon_sym_SQUOTE] = ACTIONS(3119), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3127), - [sym_safe_nav] = ACTIONS(4613), + [sym__automatic_semicolon] = ACTIONS(3119), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3127), + [sym__string_start] = ACTIONS(3119), }, - [1675] = { - [sym__expression] = STATE(2281), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2166), - [sym_annotation] = STATE(2166), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(371), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3148), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), + [1692] = { + [sym__expression] = STATE(2284), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2162), + [sym_annotation] = STATE(2162), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(379), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3192), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), [anon_sym_STAR] = ACTIONS(1135), [sym_label] = ACTIONS(1143), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3152), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3194), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3198), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), [anon_sym_PLUS] = ACTIONS(1143), [anon_sym_DASH] = ACTIONS(1143), [anon_sym_PLUS_PLUS] = ACTIONS(1145), [anon_sym_DASH_DASH] = ACTIONS(1145), [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(555), }, - [1676] = { - [sym__expression] = STATE(3773), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), + [1693] = { + [sym__expression] = STATE(1191), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1689), + [sym_annotation] = STATE(1689), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), + [anon_sym_fun] = ACTIONS(1968), [anon_sym_get] = ACTIONS(1920), [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(381), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(669), [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(375), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_DASH] = ACTIONS(381), - [anon_sym_PLUS_PLUS] = ACTIONS(383), - [anon_sym_DASH_DASH] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(383), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), [anon_sym_data] = ACTIONS(1920), [anon_sym_inner] = ACTIONS(1920), [anon_sym_value] = ACTIONS(1920), @@ -234490,112 +236193,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(555), }, - [1677] = { - [sym__expression] = STATE(1201), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1689), - [sym_annotation] = STATE(1689), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [1694] = { + [sym__expression] = STATE(677), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(721), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -234606,97 +236309,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [1678] = { - [sym__expression] = STATE(1200), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1689), - [sym_annotation] = STATE(1689), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [1695] = { + [sym__expression] = STATE(678), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(721), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -234707,97 +236410,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [1679] = { - [sym__expression] = STATE(1199), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1689), - [sym_annotation] = STATE(1689), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [1696] = { + [sym__expression] = STATE(319), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1716), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1718), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1697] = { + [sym__expression] = STATE(679), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(721), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -234808,97 +236612,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [1680] = { - [sym__expression] = STATE(1197), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1689), - [sym_annotation] = STATE(1689), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [1698] = { + [sym__expression] = STATE(2452), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1692), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(721), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1694), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), + [anon_sym_throw] = ACTIONS(1696), + [anon_sym_return] = ACTIONS(1698), + [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -234909,97 +236713,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [1681] = { - [sym__expression] = STATE(1196), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1689), - [sym_annotation] = STATE(1689), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [1699] = { + [sym__expression] = STATE(684), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(721), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -235010,97 +236814,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [1682] = { - [sym__expression] = STATE(1195), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1689), - [sym_annotation] = STATE(1689), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [1700] = { + [sym__expression] = STATE(683), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(721), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -235111,299 +236915,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [1683] = { - [sym__expression] = STATE(1194), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1689), - [sym_annotation] = STATE(1689), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(721), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(715), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [1701] = { + [sym__expression] = STATE(325), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1716), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1718), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [1684] = { - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_by] = ACTIONS(5644), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_object] = ACTIONS(4505), - [anon_sym_fun] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_this] = ACTIONS(4505), - [anon_sym_super] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4507), - [sym_label] = ACTIONS(4505), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_null] = ACTIONS(4505), - [anon_sym_if] = ACTIONS(4505), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_when] = ACTIONS(4505), - [anon_sym_try] = ACTIONS(4505), - [anon_sym_throw] = ACTIONS(4505), - [anon_sym_return] = ACTIONS(4505), - [anon_sym_continue] = ACTIONS(4505), - [anon_sym_break] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4507), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG] = ACTIONS(4505), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_suspend] = ACTIONS(4505), - [anon_sym_sealed] = ACTIONS(4505), - [anon_sym_annotation] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_override] = ACTIONS(4505), - [anon_sym_lateinit] = ACTIONS(4505), - [anon_sym_public] = ACTIONS(4505), - [anon_sym_private] = ACTIONS(4505), - [anon_sym_internal] = ACTIONS(4505), - [anon_sym_protected] = ACTIONS(4505), - [anon_sym_tailrec] = ACTIONS(4505), - [anon_sym_operator] = ACTIONS(4505), - [anon_sym_infix] = ACTIONS(4505), - [anon_sym_inline] = ACTIONS(4505), - [anon_sym_external] = ACTIONS(4505), - [sym_property_modifier] = ACTIONS(4505), - [anon_sym_abstract] = ACTIONS(4505), - [anon_sym_final] = ACTIONS(4505), - [anon_sym_open] = ACTIONS(4505), - [anon_sym_vararg] = ACTIONS(4505), - [anon_sym_noinline] = ACTIONS(4505), - [anon_sym_crossinline] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4507), - [anon_sym_continue_AT] = ACTIONS(4507), - [anon_sym_break_AT] = ACTIONS(4507), - [anon_sym_this_AT] = ACTIONS(4507), - [anon_sym_super_AT] = ACTIONS(4507), - [sym_real_literal] = ACTIONS(4507), - [sym_integer_literal] = ACTIONS(4505), - [sym_hex_literal] = ACTIONS(4507), - [sym_bin_literal] = ACTIONS(4507), - [anon_sym_true] = ACTIONS(4505), - [anon_sym_false] = ACTIONS(4505), - [anon_sym_SQUOTE] = ACTIONS(4507), - [sym__backtick_identifier] = ACTIONS(4507), - [sym__automatic_semicolon] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4507), + [sym__string_start] = ACTIONS(471), }, - [1685] = { - [sym__expression] = STATE(1192), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1689), - [sym_annotation] = STATE(1689), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [1702] = { + [sym__expression] = STATE(690), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(721), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -235414,400 +237117,299 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [1686] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1662), - [sym__comparison_operator] = STATE(1663), - [sym__in_operator] = STATE(1664), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1665), - [sym__multiplicative_operator] = STATE(1666), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1667), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3119), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3119), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5675), - [anon_sym_where] = ACTIONS(3117), - [anon_sym_object] = ACTIONS(3117), - [anon_sym_fun] = ACTIONS(3117), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3117), - [anon_sym_super] = ACTIONS(3117), - [anon_sym_STAR] = ACTIONS(5677), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5679), - [anon_sym_DOT_DOT] = ACTIONS(5681), - [anon_sym_QMARK_COLON] = ACTIONS(5683), - [anon_sym_AMP_AMP] = ACTIONS(3119), - [anon_sym_PIPE_PIPE] = ACTIONS(3119), - [anon_sym_null] = ACTIONS(3117), - [anon_sym_if] = ACTIONS(3117), - [anon_sym_else] = ACTIONS(3117), - [anon_sym_when] = ACTIONS(3117), - [anon_sym_try] = ACTIONS(3117), - [anon_sym_throw] = ACTIONS(3117), - [anon_sym_return] = ACTIONS(3117), - [anon_sym_continue] = ACTIONS(3117), - [anon_sym_break] = ACTIONS(3117), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(5689), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5691), - [anon_sym_EQ_EQ] = ACTIONS(5689), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5691), - [anon_sym_LT_EQ] = ACTIONS(5693), - [anon_sym_GT_EQ] = ACTIONS(5693), - [anon_sym_BANGin] = ACTIONS(5695), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5697), - [anon_sym_DASH] = ACTIONS(5697), - [anon_sym_SLASH] = ACTIONS(5699), - [anon_sym_PERCENT] = ACTIONS(5677), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3117), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [1703] = { + [sym__expression] = STATE(272), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1281), + [sym_label] = ACTIONS(441), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(427), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(443), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3119), - [anon_sym_continue_AT] = ACTIONS(3119), - [anon_sym_break_AT] = ACTIONS(3119), - [anon_sym_this_AT] = ACTIONS(3119), - [anon_sym_super_AT] = ACTIONS(3119), - [sym_real_literal] = ACTIONS(3119), - [sym_integer_literal] = ACTIONS(3117), - [sym_hex_literal] = ACTIONS(3119), - [sym_bin_literal] = ACTIONS(3119), - [anon_sym_true] = ACTIONS(3117), - [anon_sym_false] = ACTIONS(3117), - [anon_sym_SQUOTE] = ACTIONS(3119), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3119), - [sym_safe_nav] = ACTIONS(4613), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3119), + [sym__string_start] = ACTIONS(471), }, - [1687] = { - [sym__expression] = STATE(1191), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1689), - [sym_annotation] = STATE(1689), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(721), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(715), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [1704] = { + [sym__expression] = STATE(321), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1716), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1718), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [1688] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1662), - [sym__comparison_operator] = STATE(1663), - [sym__in_operator] = STATE(1664), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1665), - [sym__multiplicative_operator] = STATE(1666), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1667), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3138), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3138), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5675), - [anon_sym_where] = ACTIONS(3136), - [anon_sym_object] = ACTIONS(3136), - [anon_sym_fun] = ACTIONS(3136), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3136), - [anon_sym_super] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(5677), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5679), - [anon_sym_DOT_DOT] = ACTIONS(5681), - [anon_sym_QMARK_COLON] = ACTIONS(5683), - [anon_sym_AMP_AMP] = ACTIONS(5685), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [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(4613), - [anon_sym_BANG_EQ] = ACTIONS(5689), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5691), - [anon_sym_EQ_EQ] = ACTIONS(5689), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5691), - [anon_sym_LT_EQ] = ACTIONS(5693), - [anon_sym_GT_EQ] = ACTIONS(5693), - [anon_sym_BANGin] = ACTIONS(5695), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5697), - [anon_sym_DASH] = ACTIONS(5697), - [anon_sym_SLASH] = ACTIONS(5699), - [anon_sym_PERCENT] = ACTIONS(5677), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3136), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3138), - [anon_sym_continue_AT] = ACTIONS(3138), - [anon_sym_break_AT] = ACTIONS(3138), - [anon_sym_this_AT] = ACTIONS(3138), - [anon_sym_super_AT] = ACTIONS(3138), - [sym_real_literal] = ACTIONS(3138), - [sym_integer_literal] = ACTIONS(3136), - [sym_hex_literal] = ACTIONS(3138), - [sym_bin_literal] = ACTIONS(3138), - [anon_sym_true] = ACTIONS(3136), - [anon_sym_false] = ACTIONS(3136), - [anon_sym_SQUOTE] = ACTIONS(3138), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3138), - [sym_safe_nav] = ACTIONS(4613), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3138), + [sym__string_start] = ACTIONS(471), }, - [1689] = { - [sym__expression] = STATE(1230), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1689), - [sym_annotation] = STATE(1689), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [1705] = { + [sym__expression] = STATE(1194), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1708), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(721), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1710), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1714), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -235818,60 +237420,262 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [1690] = { - [sym__expression] = STATE(315), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1706] = { + [sym__expression] = STATE(281), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1281), + [sym_label] = ACTIONS(441), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(427), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(443), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1707] = { + [sym__expression] = STATE(2264), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1708] = { + [sym__expression] = STATE(329), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -235881,8 +237685,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), @@ -235892,11 +237696,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -235919,299 +237723,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1691] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1662), - [sym__comparison_operator] = STATE(1663), - [sym__in_operator] = STATE(1664), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1665), - [sym__multiplicative_operator] = STATE(1666), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1667), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3142), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3142), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5675), - [anon_sym_where] = ACTIONS(3140), - [anon_sym_object] = ACTIONS(3140), - [anon_sym_fun] = ACTIONS(3140), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3140), - [anon_sym_super] = ACTIONS(3140), - [anon_sym_STAR] = ACTIONS(5677), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5679), - [anon_sym_DOT_DOT] = ACTIONS(5681), - [anon_sym_QMARK_COLON] = ACTIONS(5683), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_null] = ACTIONS(3140), - [anon_sym_if] = ACTIONS(3140), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_when] = ACTIONS(3140), - [anon_sym_try] = ACTIONS(3140), - [anon_sym_throw] = ACTIONS(3140), - [anon_sym_return] = ACTIONS(3140), - [anon_sym_continue] = ACTIONS(3140), - [anon_sym_break] = ACTIONS(3140), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), - [anon_sym_LT_EQ] = ACTIONS(5693), - [anon_sym_GT_EQ] = ACTIONS(5693), - [anon_sym_BANGin] = ACTIONS(5695), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5697), - [anon_sym_DASH] = ACTIONS(5697), - [anon_sym_SLASH] = ACTIONS(5699), - [anon_sym_PERCENT] = ACTIONS(5677), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3140), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3142), - [anon_sym_continue_AT] = ACTIONS(3142), - [anon_sym_break_AT] = ACTIONS(3142), - [anon_sym_this_AT] = ACTIONS(3142), - [anon_sym_super_AT] = ACTIONS(3142), - [sym_real_literal] = ACTIONS(3142), - [sym_integer_literal] = ACTIONS(3140), - [sym_hex_literal] = ACTIONS(3142), - [sym_bin_literal] = ACTIONS(3142), - [anon_sym_true] = ACTIONS(3140), - [anon_sym_false] = ACTIONS(3140), - [anon_sym_SQUOTE] = ACTIONS(3142), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3142), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3142), - }, - [1692] = { - [sym__expression] = STATE(2286), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2166), - [sym_annotation] = STATE(2166), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(371), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3148), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1143), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3152), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [1709] = { + [sym__expression] = STATE(461), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(471), }, - [1693] = { - [sym__expression] = STATE(1189), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1689), - [sym_annotation] = STATE(1689), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [1710] = { + [sym__expression] = STATE(2243), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(721), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(785), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -236222,60 +237925,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [1694] = { - [sym__expression] = STATE(273), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1711] = { + [sym__expression] = STATE(279), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -236285,7 +237988,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1281), [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(427), @@ -236323,60 +238026,1676 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1695] = { - [sym__expression] = STATE(282), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1712] = { + [sym__expression] = STATE(328), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1716), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1718), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1713] = { + [sym__expression] = STATE(2263), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1714] = { + [sym__expression] = STATE(2258), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1715] = { + [sym__expression] = STATE(2257), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1716] = { + [sym__expression] = STATE(2256), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1717] = { + [sym__expression] = STATE(2255), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1718] = { + [sym__expression] = STATE(2281), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1719] = { + [sym__expression] = STATE(2250), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1720] = { + [sym__expression] = STATE(2251), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1721] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1661), + [sym__comparison_operator] = STATE(1662), + [sym__in_operator] = STATE(1663), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1664), + [sym__multiplicative_operator] = STATE(1665), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1666), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(3128), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3130), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_where] = ACTIONS(3128), + [anon_sym_object] = ACTIONS(3128), + [anon_sym_fun] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_this] = ACTIONS(3128), + [anon_sym_super] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(5671), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_null] = ACTIONS(3128), + [anon_sym_if] = ACTIONS(3128), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_when] = ACTIONS(3128), + [anon_sym_try] = ACTIONS(3128), + [anon_sym_throw] = ACTIONS(3128), + [anon_sym_return] = ACTIONS(3128), + [anon_sym_continue] = ACTIONS(3128), + [anon_sym_break] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(5693), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3128), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3130), + [anon_sym_continue_AT] = ACTIONS(3130), + [anon_sym_break_AT] = ACTIONS(3130), + [anon_sym_this_AT] = ACTIONS(3130), + [anon_sym_super_AT] = ACTIONS(3130), + [sym_real_literal] = ACTIONS(3130), + [sym_integer_literal] = ACTIONS(3128), + [sym_hex_literal] = ACTIONS(3130), + [sym_bin_literal] = ACTIONS(3130), + [anon_sym_true] = ACTIONS(3128), + [anon_sym_false] = ACTIONS(3128), + [anon_sym_SQUOTE] = ACTIONS(3130), + [sym__backtick_identifier] = ACTIONS(3130), + [sym__automatic_semicolon] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3130), + }, + [1722] = { + [sym__expression] = STATE(2253), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1723] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1661), + [sym__comparison_operator] = STATE(1662), + [sym__in_operator] = STATE(1663), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1664), + [sym__multiplicative_operator] = STATE(1665), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1666), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(3135), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_where] = ACTIONS(3135), + [anon_sym_object] = ACTIONS(3135), + [anon_sym_fun] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_this] = ACTIONS(3135), + [anon_sym_super] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3137), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_null] = ACTIONS(3135), + [anon_sym_if] = ACTIONS(3135), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_when] = ACTIONS(3135), + [anon_sym_try] = ACTIONS(3135), + [anon_sym_throw] = ACTIONS(3135), + [anon_sym_return] = ACTIONS(3135), + [anon_sym_continue] = ACTIONS(3135), + [anon_sym_break] = ACTIONS(3135), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3137), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3135), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3137), + [anon_sym_continue_AT] = ACTIONS(3137), + [anon_sym_break_AT] = ACTIONS(3137), + [anon_sym_this_AT] = ACTIONS(3137), + [anon_sym_super_AT] = ACTIONS(3137), + [sym_real_literal] = ACTIONS(3137), + [sym_integer_literal] = ACTIONS(3135), + [sym_hex_literal] = ACTIONS(3137), + [sym_bin_literal] = ACTIONS(3137), + [anon_sym_true] = ACTIONS(3135), + [anon_sym_false] = ACTIONS(3135), + [anon_sym_SQUOTE] = ACTIONS(3137), + [sym__backtick_identifier] = ACTIONS(3137), + [sym__automatic_semicolon] = ACTIONS(3137), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3137), + }, + [1724] = { + [sym__expression] = STATE(2254), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1725] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1661), + [sym__comparison_operator] = STATE(1662), + [sym__in_operator] = STATE(1663), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1664), + [sym__multiplicative_operator] = STATE(1665), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1666), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(3088), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3090), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_where] = ACTIONS(3088), + [anon_sym_object] = ACTIONS(3088), + [anon_sym_fun] = ACTIONS(3088), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_this] = ACTIONS(3088), + [anon_sym_super] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(5671), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_DOT_DOT] = ACTIONS(5675), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_null] = ACTIONS(3088), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_else] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(3088), + [anon_sym_try] = ACTIONS(3088), + [anon_sym_throw] = ACTIONS(3088), + [anon_sym_return] = ACTIONS(3088), + [anon_sym_continue] = ACTIONS(3088), + [anon_sym_break] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), + [anon_sym_PLUS] = ACTIONS(5691), + [anon_sym_DASH] = ACTIONS(5691), + [anon_sym_SLASH] = ACTIONS(5693), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3088), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3090), + [anon_sym_continue_AT] = ACTIONS(3090), + [anon_sym_break_AT] = ACTIONS(3090), + [anon_sym_this_AT] = ACTIONS(3090), + [anon_sym_super_AT] = ACTIONS(3090), + [sym_real_literal] = ACTIONS(3090), + [sym_integer_literal] = ACTIONS(3088), + [sym_hex_literal] = ACTIONS(3090), + [sym_bin_literal] = ACTIONS(3090), + [anon_sym_true] = ACTIONS(3088), + [anon_sym_false] = ACTIONS(3088), + [anon_sym_SQUOTE] = ACTIONS(3090), + [sym__backtick_identifier] = ACTIONS(3090), + [sym__automatic_semicolon] = ACTIONS(3090), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3090), + }, + [1726] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1598), + [sym__comparison_operator] = STATE(1599), + [sym__in_operator] = STATE(1600), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1601), + [sym__multiplicative_operator] = STATE(1602), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1603), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3148), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3148), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3890), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3898), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3900), + [anon_sym_while] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(3902), + [anon_sym_QMARK_COLON] = ACTIONS(3904), + [anon_sym_AMP_AMP] = ACTIONS(3906), + [anon_sym_PIPE_PIPE] = ACTIONS(3908), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_PLUS_EQ] = ACTIONS(3148), + [anon_sym_DASH_EQ] = ACTIONS(3148), + [anon_sym_STAR_EQ] = ACTIONS(3148), + [anon_sym_SLASH_EQ] = ACTIONS(3148), + [anon_sym_PERCENT_EQ] = ACTIONS(3148), + [anon_sym_BANG_EQ] = ACTIONS(3910), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), + [anon_sym_EQ_EQ] = ACTIONS(3910), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3912), + [anon_sym_LT_EQ] = ACTIONS(3914), + [anon_sym_GT_EQ] = ACTIONS(3914), + [anon_sym_BANGin] = ACTIONS(3916), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(3918), + [anon_sym_DASH] = ACTIONS(3918), + [anon_sym_SLASH] = ACTIONS(3898), + [anon_sym_PERCENT] = ACTIONS(3898), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3146), + [anon_sym_sealed] = ACTIONS(3146), + [anon_sym_annotation] = ACTIONS(3146), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3146), + [anon_sym_lateinit] = ACTIONS(3146), + [anon_sym_public] = ACTIONS(3146), + [anon_sym_private] = ACTIONS(3146), + [anon_sym_internal] = ACTIONS(3146), + [anon_sym_protected] = ACTIONS(3146), + [anon_sym_tailrec] = ACTIONS(3146), + [anon_sym_operator] = ACTIONS(3146), + [anon_sym_infix] = ACTIONS(3146), + [anon_sym_inline] = ACTIONS(3146), + [anon_sym_external] = ACTIONS(3146), + [sym_property_modifier] = ACTIONS(3146), + [anon_sym_abstract] = ACTIONS(3146), + [anon_sym_final] = ACTIONS(3146), + [anon_sym_open] = ACTIONS(3146), + [anon_sym_vararg] = ACTIONS(3146), + [anon_sym_noinline] = ACTIONS(3146), + [anon_sym_crossinline] = ACTIONS(3146), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [1727] = { + [sym__expression] = STATE(2282), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1728] = { + [sym__expression] = STATE(271), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -236386,7 +239705,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1281), [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(427), @@ -236424,60 +239743,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1696] = { - [sym__expression] = STATE(281), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1729] = { + [sym__expression] = STATE(273), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -236487,7 +239806,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1281), [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(427), @@ -236525,60 +239844,464 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1697] = { - [sym__expression] = STATE(280), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1730] = { + [sym__expression] = STATE(462), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1731] = { + [sym__expression] = STATE(2283), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1732] = { + [sym__expression] = STATE(463), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1733] = { + [sym__expression] = STATE(2280), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1734] = { + [sym__expression] = STATE(278), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -236588,7 +240311,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1281), [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(427), @@ -236626,60 +240349,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1698] = { - [sym__expression] = STATE(279), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1735] = { + [sym__expression] = STATE(280), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -236689,7 +240412,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1281), [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(427), @@ -236727,60 +240450,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1699] = { - [sym__expression] = STATE(278), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1736] = { + [sym__expression] = STATE(282), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -236790,7 +240513,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1281), [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(427), @@ -236828,60 +240551,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1700] = { - [sym__expression] = STATE(277), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1737] = { + [sym__expression] = STATE(274), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -236891,7 +240614,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1281), [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(427), @@ -236929,590 +240652,1802 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1701] = { - [sym__expression] = STATE(626), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1702] = { - [sym__expression] = STATE(4225), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3072), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(969), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3074), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3076), - [anon_sym_return] = ACTIONS(3078), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), + [1738] = { + [sym__expression] = STATE(275), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1281), + [sym_label] = ACTIONS(441), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(427), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(443), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(471), }, - [1703] = { - [sym__expression] = STATE(636), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [1739] = { + [sym_function_body] = STATE(1123), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_object] = ACTIONS(4319), + [anon_sym_fun] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_this] = ACTIONS(4319), + [anon_sym_super] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4321), + [sym_label] = ACTIONS(4319), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_null] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_when] = ACTIONS(4319), + [anon_sym_try] = ACTIONS(4319), + [anon_sym_throw] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4321), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4321), + [anon_sym_continue_AT] = ACTIONS(4321), + [anon_sym_break_AT] = ACTIONS(4321), + [anon_sym_this_AT] = ACTIONS(4321), + [anon_sym_super_AT] = ACTIONS(4321), + [sym_real_literal] = ACTIONS(4321), + [sym_integer_literal] = ACTIONS(4319), + [sym_hex_literal] = ACTIONS(4321), + [sym_bin_literal] = ACTIONS(4321), + [anon_sym_true] = ACTIONS(4319), + [anon_sym_false] = ACTIONS(4319), + [anon_sym_SQUOTE] = ACTIONS(4321), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4321), + }, + [1740] = { + [sym__expression] = STATE(467), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(471), }, - [1704] = { - [sym__expression] = STATE(630), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [1741] = { + [sym__expression] = STATE(636), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1742] = { + [sym__expression] = STATE(635), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1743] = { + [sym__expression] = STATE(634), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1744] = { + [sym__expression] = STATE(633), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1745] = { + [sym__expression] = STATE(631), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1746] = { + [sym__expression] = STATE(529), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1716), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1718), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(471), }, - [1705] = { + [1747] = { [sym__expression] = STATE(629), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1748] = { + [sym__expression] = STATE(625), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1749] = { + [sym__expression] = STATE(632), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1750] = { + [sym__expression] = STATE(630), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1751] = { + [sym__expression] = STATE(627), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1752] = { + [sym__expression] = STATE(626), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1753] = { + [sym__expression] = STATE(628), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1754] = { + [sym__expression] = STATE(370), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1281), + [sym_label] = ACTIONS(441), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(427), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(443), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(471), }, - [1706] = { - [sym__expression] = STATE(1214), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [1755] = { + [sym__expression] = STATE(2245), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1708), + [anon_sym_fun] = ACTIONS(1672), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -237520,112 +242455,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1707] = { - [sym__expression] = STATE(2253), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1756] = { + [sym__expression] = STATE(4326), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -237636,198 +242571,299 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1708] = { - [sym_function_body] = STATE(1130), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_object] = ACTIONS(4443), - [anon_sym_fun] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_this] = ACTIONS(4443), - [anon_sym_super] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4445), - [sym_label] = ACTIONS(4443), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_null] = ACTIONS(4443), - [anon_sym_if] = ACTIONS(4443), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_when] = ACTIONS(4443), - [anon_sym_try] = ACTIONS(4443), - [anon_sym_throw] = ACTIONS(4443), - [anon_sym_return] = ACTIONS(4443), - [anon_sym_continue] = ACTIONS(4443), - [anon_sym_break] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4445), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(4443), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_suspend] = ACTIONS(4443), - [anon_sym_sealed] = ACTIONS(4443), - [anon_sym_annotation] = ACTIONS(4443), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_override] = ACTIONS(4443), - [anon_sym_lateinit] = ACTIONS(4443), - [anon_sym_public] = ACTIONS(4443), - [anon_sym_private] = ACTIONS(4443), - [anon_sym_internal] = ACTIONS(4443), - [anon_sym_protected] = ACTIONS(4443), - [anon_sym_tailrec] = ACTIONS(4443), - [anon_sym_operator] = ACTIONS(4443), - [anon_sym_infix] = ACTIONS(4443), - [anon_sym_inline] = ACTIONS(4443), - [anon_sym_external] = ACTIONS(4443), - [sym_property_modifier] = ACTIONS(4443), - [anon_sym_abstract] = ACTIONS(4443), - [anon_sym_final] = ACTIONS(4443), - [anon_sym_open] = ACTIONS(4443), - [anon_sym_vararg] = ACTIONS(4443), - [anon_sym_noinline] = ACTIONS(4443), - [anon_sym_crossinline] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4445), - [anon_sym_continue_AT] = ACTIONS(4445), - [anon_sym_break_AT] = ACTIONS(4445), - [anon_sym_this_AT] = ACTIONS(4445), - [anon_sym_super_AT] = ACTIONS(4445), - [sym_real_literal] = ACTIONS(4445), - [sym_integer_literal] = ACTIONS(4443), - [sym_hex_literal] = ACTIONS(4445), - [sym_bin_literal] = ACTIONS(4445), - [anon_sym_true] = ACTIONS(4443), - [anon_sym_false] = ACTIONS(4443), - [anon_sym_SQUOTE] = ACTIONS(4445), - [sym__backtick_identifier] = ACTIONS(4445), - [sym__automatic_semicolon] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4445), + [1757] = { + [sym__expression] = STATE(374), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1281), + [sym_label] = ACTIONS(441), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(427), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(443), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), }, - [1709] = { - [sym__expression] = STATE(2208), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [1758] = { + [sym_type_constraints] = STATE(2203), + [sym_property_delegate] = STATE(2326), + [sym_getter] = STATE(3492), + [sym_setter] = STATE(3492), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_RBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(5701), + [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_by] = ACTIONS(5703), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(5705), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + }, + [1759] = { + [sym__expression] = STATE(1220), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1689), + [sym_annotation] = STATE(1689), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1968), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(669), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(663), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -237838,262 +242874,262 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [1710] = { - [sym__expression] = STATE(2312), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [1760] = { + [sym__expression] = STATE(2244), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(639), }, - [1711] = { - [sym__expression] = STATE(2256), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [1761] = { + [sym__expression] = STATE(2242), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(639), }, - [1712] = { + [1762] = { [sym__expression] = STATE(473), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -238103,8 +243139,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1686), [anon_sym_when] = ACTIONS(429), @@ -238114,11 +243150,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -238141,501 +243177,2319 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1713] = { - [sym__expression] = STATE(2315), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [1763] = { + [sym__expression] = STATE(2241), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(639), }, - [1714] = { - [sym__expression] = STATE(628), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [1764] = { + [sym__expression] = STATE(2240), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(639), }, - [1715] = { - [sym__expression] = STATE(4080), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1844), - [sym_annotation] = STATE(1844), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1968), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(663), - [anon_sym_null] = ACTIONS(1922), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), + [1765] = { + [sym__expression] = STATE(2239), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(639), }, - [1716] = { - [sym__expression] = STATE(2311), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [1766] = { + [sym__expression] = STATE(2238), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1717] = { - [sym__expression] = STATE(2309), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1767] = { + [sym__expression] = STATE(2237), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1768] = { + [sym_type_constraints] = STATE(2224), + [sym_property_delegate] = STATE(2354), + [sym_getter] = STATE(3597), + [sym_setter] = STATE(3597), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_RBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(5711), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_COMMA] = ACTIONS(3330), + [anon_sym_RPAREN] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(5703), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(5713), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), + [anon_sym_STAR] = ACTIONS(3328), + [anon_sym_DASH_GT] = ACTIONS(3330), + [sym_label] = ACTIONS(3330), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_while] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_PLUS_EQ] = ACTIONS(3330), + [anon_sym_DASH_EQ] = ACTIONS(3330), + [anon_sym_STAR_EQ] = ACTIONS(3330), + [anon_sym_SLASH_EQ] = ACTIONS(3330), + [anon_sym_PERCENT_EQ] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3328), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG_BANG] = ACTIONS(3330), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), + [sym_multiline_comment] = ACTIONS(3), + }, + [1769] = { + [sym__expression] = STATE(2233), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1770] = { + [sym__expression] = STATE(2229), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1771] = { + [sym__expression] = STATE(2227), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1772] = { + [sym__expression] = STATE(1190), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1773] = { + [sym__expression] = STATE(474), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1774] = { + [sym__expression] = STATE(2231), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1775] = { + [sym__expression] = STATE(477), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1776] = { + [sym__expression] = STATE(2508), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1777] = { + [sym__expression] = STATE(460), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1778] = { + [sym__expression] = STATE(2515), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1779] = { + [sym__expression] = STATE(468), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1780] = { + [sym__expression] = STATE(2230), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1781] = { + [sym__expression] = STATE(466), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1782] = { + [sym__expression] = STATE(2232), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1783] = { + [sym__expression] = STATE(3814), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1335), + [sym_label] = ACTIONS(381), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(375), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(381), + [anon_sym_PLUS_PLUS] = ACTIONS(383), + [anon_sym_DASH_DASH] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(383), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1784] = { + [sym__expression] = STATE(4288), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1924), + [sym_annotation] = STATE(1924), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [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(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1785] = { + [sym__expression] = STATE(4264), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -238646,97 +245500,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1718] = { - [sym__expression] = STATE(2305), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1786] = { + [sym__expression] = STATE(4098), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -238747,97 +245601,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1719] = { - [sym__expression] = STATE(2301), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), + [1787] = { + [sym__expression] = STATE(801), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), [sym__prefix_unary_operator] = STATE(1727), [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1788] = { + [sym__expression] = STATE(4267), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -238848,97 +245803,400 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1720] = { - [sym__expression] = STATE(2299), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1789] = { + [sym__expression] = STATE(1209), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1790] = { + [sym__expression] = STATE(2514), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1791] = { + [sym__expression] = STATE(464), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1792] = { + [sym__expression] = STATE(4260), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -238949,97 +246207,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1721] = { - [sym__expression] = STATE(2298), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1793] = { + [sym__expression] = STATE(4261), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -239050,97 +246308,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1722] = { - [sym__expression] = STATE(2296), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1794] = { + [sym__expression] = STATE(4257), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -239151,501 +246409,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1723] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1662), - [sym__comparison_operator] = STATE(1663), - [sym__in_operator] = STATE(1664), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1665), - [sym__multiplicative_operator] = STATE(1666), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1667), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3160), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3160), - [anon_sym_super] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(5677), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(5681), - [anon_sym_QMARK_COLON] = ACTIONS(5683), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [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(4613), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(5697), - [anon_sym_DASH] = ACTIONS(5697), - [anon_sym_SLASH] = ACTIONS(5699), - [anon_sym_PERCENT] = ACTIONS(5677), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3162), - [anon_sym_continue_AT] = ACTIONS(3162), - [anon_sym_break_AT] = ACTIONS(3162), - [anon_sym_this_AT] = ACTIONS(3162), - [anon_sym_super_AT] = ACTIONS(3162), - [sym_real_literal] = ACTIONS(3162), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3162), - [sym_bin_literal] = ACTIONS(3162), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3162), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3162), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3162), - }, - [1724] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1662), - [sym__comparison_operator] = STATE(1663), - [sym__in_operator] = STATE(1664), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1665), - [sym__multiplicative_operator] = STATE(1666), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1667), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_where] = ACTIONS(3193), - [anon_sym_object] = ACTIONS(3193), - [anon_sym_fun] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_this] = ACTIONS(3193), - [anon_sym_super] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(5677), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_null] = ACTIONS(3193), - [anon_sym_if] = ACTIONS(3193), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_when] = ACTIONS(3193), - [anon_sym_try] = ACTIONS(3193), - [anon_sym_throw] = ACTIONS(3193), - [anon_sym_return] = ACTIONS(3193), - [anon_sym_continue] = ACTIONS(3193), - [anon_sym_break] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(5699), - [anon_sym_PERCENT] = ACTIONS(5677), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3193), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3195), - [anon_sym_continue_AT] = ACTIONS(3195), - [anon_sym_break_AT] = ACTIONS(3195), - [anon_sym_this_AT] = ACTIONS(3195), - [anon_sym_super_AT] = ACTIONS(3195), - [sym_real_literal] = ACTIONS(3195), - [sym_integer_literal] = ACTIONS(3193), - [sym_hex_literal] = ACTIONS(3195), - [sym_bin_literal] = ACTIONS(3195), - [anon_sym_true] = ACTIONS(3193), - [anon_sym_false] = ACTIONS(3193), - [anon_sym_SQUOTE] = ACTIONS(3195), - [sym__backtick_identifier] = ACTIONS(3195), - [sym__automatic_semicolon] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3195), - }, - [1725] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1662), - [sym__comparison_operator] = STATE(1663), - [sym__in_operator] = STATE(1664), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1665), - [sym__multiplicative_operator] = STATE(1666), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1667), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(3186), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_where] = ACTIONS(3186), - [anon_sym_object] = ACTIONS(3186), - [anon_sym_fun] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_this] = ACTIONS(3186), - [anon_sym_super] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3188), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [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(4613), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [anon_sym_PLUS] = ACTIONS(3186), - [anon_sym_DASH] = ACTIONS(3186), - [anon_sym_SLASH] = ACTIONS(3186), - [anon_sym_PERCENT] = ACTIONS(3188), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3186), - [anon_sym_inner] = ACTIONS(3186), - [anon_sym_value] = ACTIONS(3186), - [anon_sym_expect] = ACTIONS(3186), - [anon_sym_actual] = ACTIONS(3186), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3188), - [anon_sym_continue_AT] = ACTIONS(3188), - [anon_sym_break_AT] = ACTIONS(3188), - [anon_sym_this_AT] = ACTIONS(3188), - [anon_sym_super_AT] = ACTIONS(3188), - [sym_real_literal] = ACTIONS(3188), - [sym_integer_literal] = ACTIONS(3186), - [sym_hex_literal] = ACTIONS(3188), - [sym_bin_literal] = ACTIONS(3188), - [anon_sym_true] = ACTIONS(3186), - [anon_sym_false] = ACTIONS(3186), - [anon_sym_SQUOTE] = ACTIONS(3188), - [sym__backtick_identifier] = ACTIONS(3188), - [sym__automatic_semicolon] = ACTIONS(3188), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3188), - }, - [1726] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1662), - [sym__comparison_operator] = STATE(1663), - [sym__in_operator] = STATE(1664), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1665), - [sym__multiplicative_operator] = STATE(1666), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1667), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(3175), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_where] = ACTIONS(3175), - [anon_sym_object] = ACTIONS(3175), - [anon_sym_fun] = ACTIONS(3175), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_this] = ACTIONS(3175), - [anon_sym_super] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(5677), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(5681), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_null] = ACTIONS(3175), - [anon_sym_if] = ACTIONS(3175), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_when] = ACTIONS(3175), - [anon_sym_try] = ACTIONS(3175), - [anon_sym_throw] = ACTIONS(3175), - [anon_sym_return] = ACTIONS(3175), - [anon_sym_continue] = ACTIONS(3175), - [anon_sym_break] = ACTIONS(3175), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(5697), - [anon_sym_DASH] = ACTIONS(5697), - [anon_sym_SLASH] = ACTIONS(5699), - [anon_sym_PERCENT] = ACTIONS(5677), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3175), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3177), - [anon_sym_continue_AT] = ACTIONS(3177), - [anon_sym_break_AT] = ACTIONS(3177), - [anon_sym_this_AT] = ACTIONS(3177), - [anon_sym_super_AT] = ACTIONS(3177), - [sym_real_literal] = ACTIONS(3177), - [sym_integer_literal] = ACTIONS(3175), - [sym_hex_literal] = ACTIONS(3177), - [sym_bin_literal] = ACTIONS(3177), - [anon_sym_true] = ACTIONS(3175), - [anon_sym_false] = ACTIONS(3175), - [anon_sym_SQUOTE] = ACTIONS(3177), - [sym__backtick_identifier] = ACTIONS(3177), - [sym__automatic_semicolon] = ACTIONS(3177), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3177), - }, - [1727] = { - [sym__expression] = STATE(2277), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1795] = { + [sym__expression] = STATE(4271), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -239656,97 +246510,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1728] = { - [sym__expression] = STATE(627), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1796] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(1661), + [sym__comparison_operator] = STATE(1662), + [sym__in_operator] = STATE(1663), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(1664), + [sym__multiplicative_operator] = STATE(1665), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1666), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5669), + [anon_sym_where] = ACTIONS(3095), + [anon_sym_object] = ACTIONS(3095), + [anon_sym_fun] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3095), + [anon_sym_super] = ACTIONS(3095), + [anon_sym_STAR] = ACTIONS(5671), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5673), + [anon_sym_DOT_DOT] = ACTIONS(5675), + [anon_sym_QMARK_COLON] = ACTIONS(5677), + [anon_sym_AMP_AMP] = ACTIONS(5679), + [anon_sym_PIPE_PIPE] = ACTIONS(5681), + [anon_sym_null] = ACTIONS(3095), + [anon_sym_if] = ACTIONS(3095), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_when] = ACTIONS(3095), + [anon_sym_try] = ACTIONS(3095), + [anon_sym_throw] = ACTIONS(3095), + [anon_sym_return] = ACTIONS(3095), + [anon_sym_continue] = ACTIONS(3095), + [anon_sym_break] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(5683), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5685), + [anon_sym_EQ_EQ] = ACTIONS(5683), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5685), + [anon_sym_LT_EQ] = ACTIONS(5687), + [anon_sym_GT_EQ] = ACTIONS(5687), + [anon_sym_BANGin] = ACTIONS(5689), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5691), + [anon_sym_DASH] = ACTIONS(5691), + [anon_sym_SLASH] = ACTIONS(5693), + [anon_sym_PERCENT] = ACTIONS(5671), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3095), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3097), + [anon_sym_continue_AT] = ACTIONS(3097), + [anon_sym_break_AT] = ACTIONS(3097), + [anon_sym_this_AT] = ACTIONS(3097), + [anon_sym_super_AT] = ACTIONS(3097), + [sym_real_literal] = ACTIONS(3097), + [sym_integer_literal] = ACTIONS(3095), + [sym_hex_literal] = ACTIONS(3097), + [sym_bin_literal] = ACTIONS(3097), + [anon_sym_true] = ACTIONS(3095), + [anon_sym_false] = ACTIONS(3095), + [anon_sym_SQUOTE] = ACTIONS(3097), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3097), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3097), + }, + [1797] = { + [sym__expression] = STATE(4256), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -239757,905 +246712,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1729] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3090), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3090), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3890), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3898), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(3088), - [anon_sym_DOT_DOT] = ACTIONS(3902), - [anon_sym_QMARK_COLON] = ACTIONS(3904), - [anon_sym_AMP_AMP] = ACTIONS(3906), - [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3090), - [anon_sym_DASH_EQ] = ACTIONS(3090), - [anon_sym_STAR_EQ] = ACTIONS(3090), - [anon_sym_SLASH_EQ] = ACTIONS(3090), - [anon_sym_PERCENT_EQ] = ACTIONS(3090), - [anon_sym_BANG_EQ] = ACTIONS(3910), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), - [anon_sym_EQ_EQ] = ACTIONS(3910), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3912), - [anon_sym_LT_EQ] = ACTIONS(3914), - [anon_sym_GT_EQ] = ACTIONS(3914), - [anon_sym_BANGin] = ACTIONS(3916), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(3918), - [anon_sym_DASH] = ACTIONS(3918), - [anon_sym_SLASH] = ACTIONS(3898), - [anon_sym_PERCENT] = ACTIONS(3898), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3088), - [anon_sym_sealed] = ACTIONS(3088), - [anon_sym_annotation] = ACTIONS(3088), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3088), - [anon_sym_lateinit] = ACTIONS(3088), - [anon_sym_public] = ACTIONS(3088), - [anon_sym_private] = ACTIONS(3088), - [anon_sym_internal] = ACTIONS(3088), - [anon_sym_protected] = ACTIONS(3088), - [anon_sym_tailrec] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_infix] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_external] = ACTIONS(3088), - [sym_property_modifier] = ACTIONS(3088), - [anon_sym_abstract] = ACTIONS(3088), - [anon_sym_final] = ACTIONS(3088), - [anon_sym_open] = ACTIONS(3088), - [anon_sym_vararg] = ACTIONS(3088), - [anon_sym_noinline] = ACTIONS(3088), - [anon_sym_crossinline] = ACTIONS(3088), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [1730] = { - [sym__expression] = STATE(2284), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1731] = { - [sym__expression] = STATE(472), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1732] = { - [sym__expression] = STATE(532), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1733] = { - [sym__expression] = STATE(2273), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1734] = { - [sym__expression] = STATE(625), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1735] = { - [sym__expression] = STATE(631), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1736] = { - [sym__expression] = STATE(4292), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1736), - [sym_annotation] = STATE(1736), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(362), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3105), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3107), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3111), - [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(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1737] = { - [sym__expression] = STATE(632), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1798] = { + [sym__expression] = STATE(4263), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -240666,97 +246813,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1738] = { - [sym__expression] = STATE(633), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1799] = { + [sym__expression] = STATE(4272), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -240767,97 +246914,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1739] = { - [sym__expression] = STATE(634), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1800] = { + [sym__expression] = STATE(4273), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -240868,97 +247015,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1740] = { - [sym__expression] = STATE(635), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1801] = { + [sym__expression] = STATE(4275), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -240969,186 +247116,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1741] = { - [sym__expression] = STATE(4524), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1742] = { - [sym__expression] = STATE(359), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [1802] = { + [sym__expression] = STATE(469), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1662), + [anon_sym_fun] = ACTIONS(1684), [anon_sym_get] = ACTIONS(1664), [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), - [sym_label] = ACTIONS(441), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(427), + [anon_sym_if] = ACTIONS(1686), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -241171,60 +247217,262 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1743] = { - [sym__expression] = STATE(466), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1803] = { + [sym__expression] = STATE(4258), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1804] = { + [sym__expression] = STATE(2302), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1805] = { + [sym__expression] = STATE(470), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -241234,8 +247482,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1686), [anon_sym_when] = ACTIONS(429), @@ -241245,11 +247493,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -241272,161 +247520,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1744] = { - [sym__expression] = STATE(4398), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1745] = { - [sym__expression] = STATE(375), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1806] = { + [sym__expression] = STATE(277), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -241436,7 +247583,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1281), [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(427), @@ -241474,299 +247621,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1746] = { - [sym_type_constraints] = STATE(2248), - [sym_property_delegate] = STATE(2360), - [sym_getter] = STATE(3498), - [sym_setter] = STATE(3498), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_RBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(5705), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(5707), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(5709), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(3344), - [anon_sym_DASH_GT] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - }, - [1747] = { - [sym_type_constraints] = STATE(2242), - [sym_property_delegate] = STATE(2351), - [sym_getter] = STATE(3600), - [sym_setter] = STATE(3600), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_RBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(5715), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_COMMA] = ACTIONS(3360), - [anon_sym_RPAREN] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(5707), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(5717), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(3358), - [anon_sym_DASH_GT] = ACTIONS(3360), - [sym_label] = ACTIONS(3360), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_while] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_PLUS_EQ] = ACTIONS(3360), - [anon_sym_DASH_EQ] = ACTIONS(3360), - [anon_sym_STAR_EQ] = ACTIONS(3360), - [anon_sym_SLASH_EQ] = ACTIONS(3360), - [anon_sym_PERCENT_EQ] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3358), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG_BANG] = ACTIONS(3360), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), - [sym_multiline_comment] = ACTIONS(3), - }, - [1748] = { - [sym__expression] = STATE(1233), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1807] = { + [sym__expression] = STATE(4329), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -241777,97 +247722,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1749] = { - [sym__expression] = STATE(811), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1808] = { + [sym__expression] = STATE(4262), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -241878,97 +247823,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1750] = { - [sym__expression] = STATE(1206), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1809] = { + [sym__expression] = STATE(810), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1810] = { + [sym__expression] = STATE(4274), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -241979,198 +248025,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1751] = { - [sym__expression] = STATE(272), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), - [sym_label] = ACTIONS(441), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(427), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1752] = { - [sym__expression] = STATE(802), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1811] = { + [sym__expression] = STATE(4382), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5655), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), + [anon_sym_STAR] = ACTIONS(5715), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -242181,400 +248126,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1753] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3171), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3173), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3173), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3890), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3173), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3898), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(3171), - [anon_sym_DOT_DOT] = ACTIONS(3902), - [anon_sym_QMARK_COLON] = ACTIONS(3904), - [anon_sym_AMP_AMP] = ACTIONS(3906), - [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(3171), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3173), - [anon_sym_DASH_EQ] = ACTIONS(3173), - [anon_sym_STAR_EQ] = ACTIONS(3173), - [anon_sym_SLASH_EQ] = ACTIONS(3173), - [anon_sym_PERCENT_EQ] = ACTIONS(3173), - [anon_sym_BANG_EQ] = ACTIONS(3910), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), - [anon_sym_EQ_EQ] = ACTIONS(3910), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3912), - [anon_sym_LT_EQ] = ACTIONS(3914), - [anon_sym_GT_EQ] = ACTIONS(3914), - [anon_sym_BANGin] = ACTIONS(3916), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(3918), - [anon_sym_DASH] = ACTIONS(3918), - [anon_sym_SLASH] = ACTIONS(3898), - [anon_sym_PERCENT] = ACTIONS(3898), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3171), - [anon_sym_sealed] = ACTIONS(3171), - [anon_sym_annotation] = ACTIONS(3171), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3171), - [anon_sym_lateinit] = ACTIONS(3171), - [anon_sym_public] = ACTIONS(3171), - [anon_sym_private] = ACTIONS(3171), - [anon_sym_internal] = ACTIONS(3171), - [anon_sym_protected] = ACTIONS(3171), - [anon_sym_tailrec] = ACTIONS(3171), - [anon_sym_operator] = ACTIONS(3171), - [anon_sym_infix] = ACTIONS(3171), - [anon_sym_inline] = ACTIONS(3171), - [anon_sym_external] = ACTIONS(3171), - [sym_property_modifier] = ACTIONS(3171), - [anon_sym_abstract] = ACTIONS(3171), - [anon_sym_final] = ACTIONS(3171), - [anon_sym_open] = ACTIONS(3171), - [anon_sym_vararg] = ACTIONS(3171), - [anon_sym_noinline] = ACTIONS(3171), - [anon_sym_crossinline] = ACTIONS(3171), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [1754] = { - [sym__expression] = STATE(4355), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [1812] = { + [sym__expression] = STATE(4394), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1755] = { - [sym__expression] = STATE(2216), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(205), }, - [1756] = { - [sym__expression] = STATE(2292), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1813] = { + [sym__expression] = STATE(3305), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1840), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(175), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(161), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -242585,198 +248328,400 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1757] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1662), - [sym__comparison_operator] = STATE(1663), - [sym__in_operator] = STATE(1664), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1665), - [sym__multiplicative_operator] = STATE(1666), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1667), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3184), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3184), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5675), - [anon_sym_where] = ACTIONS(3182), - [anon_sym_object] = ACTIONS(3182), - [anon_sym_fun] = ACTIONS(3182), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3182), - [anon_sym_super] = ACTIONS(3182), - [anon_sym_STAR] = ACTIONS(5677), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5679), - [anon_sym_DOT_DOT] = ACTIONS(5681), - [anon_sym_QMARK_COLON] = ACTIONS(5683), - [anon_sym_AMP_AMP] = ACTIONS(5685), - [anon_sym_PIPE_PIPE] = ACTIONS(5687), - [anon_sym_null] = ACTIONS(3182), - [anon_sym_if] = ACTIONS(3182), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_when] = ACTIONS(3182), - [anon_sym_try] = ACTIONS(3182), - [anon_sym_throw] = ACTIONS(3182), - [anon_sym_return] = ACTIONS(3182), - [anon_sym_continue] = ACTIONS(3182), - [anon_sym_break] = ACTIONS(3182), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(5689), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5691), - [anon_sym_EQ_EQ] = ACTIONS(5689), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5691), - [anon_sym_LT_EQ] = ACTIONS(5693), - [anon_sym_GT_EQ] = ACTIONS(5693), - [anon_sym_BANGin] = ACTIONS(5695), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5697), - [anon_sym_DASH] = ACTIONS(5697), - [anon_sym_SLASH] = ACTIONS(5699), - [anon_sym_PERCENT] = ACTIONS(5677), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3182), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3184), - [anon_sym_continue_AT] = ACTIONS(3184), - [anon_sym_break_AT] = ACTIONS(3184), - [anon_sym_this_AT] = ACTIONS(3184), - [anon_sym_super_AT] = ACTIONS(3184), - [sym_real_literal] = ACTIONS(3184), - [sym_integer_literal] = ACTIONS(3182), - [sym_hex_literal] = ACTIONS(3184), - [sym_bin_literal] = ACTIONS(3184), - [anon_sym_true] = ACTIONS(3182), - [anon_sym_false] = ACTIONS(3182), - [anon_sym_SQUOTE] = ACTIONS(3184), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3184), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3184), + [1814] = { + [sym__expression] = STATE(802), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1727), + [sym_annotation] = STATE(1727), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(265), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [1758] = { - [sym__expression] = STATE(1210), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1689), - [sym_annotation] = STATE(1689), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [1815] = { + [sym__expression] = STATE(4299), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1924), + [sym_annotation] = STATE(1924), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [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(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1816] = { + [sym__expression] = STATE(476), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1817] = { + [sym__expression] = STATE(2234), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(721), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(785), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -242787,489 +248732,2307 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [1759] = { - [sym__expression] = STATE(806), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), + [1818] = { + [sym__expression] = STATE(4049), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1843), + [sym_annotation] = STATE(1843), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(817), + [anon_sym_null] = ACTIONS(1910), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1819] = { + [sym__expression] = STATE(4052), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1843), + [sym_annotation] = STATE(1843), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(817), + [anon_sym_null] = ACTIONS(1910), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1820] = { + [sym__expression] = STATE(4090), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1843), + [sym_annotation] = STATE(1843), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(817), + [anon_sym_null] = ACTIONS(1910), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1821] = { + [sym__expression] = STATE(4062), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1843), + [sym_annotation] = STATE(1843), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(817), + [anon_sym_null] = ACTIONS(1910), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1822] = { + [sym__expression] = STATE(4066), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1843), + [sym_annotation] = STATE(1843), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(817), + [anon_sym_null] = ACTIONS(1910), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1823] = { + [sym__expression] = STATE(2504), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1824] = { + [sym__expression] = STATE(2503), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1825] = { + [sym__expression] = STATE(2501), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1826] = { + [sym__expression] = STATE(2499), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1827] = { + [sym__expression] = STATE(4087), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1843), + [sym_annotation] = STATE(1843), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(817), + [anon_sym_null] = ACTIONS(1910), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1828] = { + [sym__expression] = STATE(4070), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1843), + [sym_annotation] = STATE(1843), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(817), + [anon_sym_null] = ACTIONS(1910), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1829] = { + [sym__expression] = STATE(4074), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1843), + [sym_annotation] = STATE(1843), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(817), + [anon_sym_null] = ACTIONS(1910), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1830] = { + [sym__expression] = STATE(4076), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1843), + [sym_annotation] = STATE(1843), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(817), + [anon_sym_null] = ACTIONS(1910), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1831] = { + [sym__expression] = STATE(807), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), [sym__prefix_unary_operator] = STATE(1727), [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), [anon_sym_if] = ACTIONS(1678), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), [anon_sym_throw] = ACTIONS(1680), [anon_sym_return] = ACTIONS(1682), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [1760] = { - [sym__expression] = STATE(2224), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [1832] = { + [sym__expression] = STATE(4078), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1843), + [sym_annotation] = STATE(1843), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(817), + [anon_sym_null] = ACTIONS(1910), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(113), }, - [1761] = { - [sym__expression] = STATE(2226), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [1833] = { + [sym__expression] = STATE(2497), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [1762] = { - [sym__expression] = STATE(2228), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [1834] = { + [sym__expression] = STATE(2465), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1835] = { + [sym__expression] = STATE(2495), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1836] = { + [sym__expression] = STATE(2493), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1837] = { + [sym__expression] = STATE(2489), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1838] = { + [sym__expression] = STATE(4082), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1843), + [sym_annotation] = STATE(1843), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(817), + [anon_sym_null] = ACTIONS(1910), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(113), }, - [1763] = { - [sym__expression] = STATE(2230), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [1839] = { + [sym__expression] = STATE(2487), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1840] = { + [sym__expression] = STATE(2568), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), + [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), + [anon_sym_if] = ACTIONS(1710), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1714), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -243277,176 +251040,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1764] = { - [sym__expression] = STATE(2232), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [1841] = { + [sym__expression] = STATE(4505), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(205), }, - [1765] = { - [sym__expression] = STATE(471), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1842] = { + [sym__expression] = STATE(308), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -243456,8 +251219,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1686), [anon_sym_when] = ACTIONS(429), @@ -243467,11 +251230,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -243494,602 +251257,299 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1766] = { - [sym__expression] = STATE(2234), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [1843] = { + [sym__expression] = STATE(4064), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1843), + [sym_annotation] = STATE(1843), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(817), + [anon_sym_null] = ACTIONS(1910), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1767] = { - [sym__expression] = STATE(2235), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1768] = { - [sym__expression] = STATE(2243), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1769] = { - [sym__expression] = STATE(2245), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1770] = { - [sym__expression] = STATE(2246), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(113), }, - [1771] = { - [sym__expression] = STATE(800), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), + [1844] = { + [sym__expression] = STATE(811), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), [sym__prefix_unary_operator] = STATE(1727), [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1676), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(865), + [sym_label] = ACTIONS(875), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1678), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(875), + [anon_sym_DASH] = ACTIONS(875), + [anon_sym_PLUS_PLUS] = ACTIONS(877), + [anon_sym_DASH_DASH] = ACTIONS(877), + [anon_sym_BANG] = ACTIONS(877), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1845] = { + [sym__expression] = STATE(4390), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -244100,97 +251560,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1772] = { - [sym__expression] = STATE(810), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1846] = { + [sym__expression] = STATE(4291), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1924), + [sym_annotation] = STATE(1924), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [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(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1847] = { + [sym__expression] = STATE(4421), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -244201,703 +251762,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1773] = { - [sym__expression] = STATE(468), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1774] = { - [sym__expression] = STATE(2198), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1775] = { - [sym__expression] = STATE(465), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1776] = { - [sym__expression] = STATE(2199), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1777] = { - [sym__expression] = STATE(469), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1778] = { - [sym__expression] = STATE(2196), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1779] = { - [sym__expression] = STATE(2478), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1848] = { + [sym__expression] = STATE(4474), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -244908,198 +251863,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1780] = { - [sym__expression] = STATE(476), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1781] = { - [sym__expression] = STATE(2480), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1849] = { + [sym__expression] = STATE(4483), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -245110,602 +251964,299 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1782] = { - [sym__expression] = STATE(467), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1783] = { - [sym__expression] = STATE(3755), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(381), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(375), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_DASH] = ACTIONS(381), - [anon_sym_PLUS_PLUS] = ACTIONS(383), - [anon_sym_DASH_DASH] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(383), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1784] = { - [sym__expression] = STATE(4282), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1850] = { + [sym__expression] = STATE(4482), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1785] = { - [sym__expression] = STATE(4144), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1786] = { - [sym__expression] = STATE(4261), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1851] = { + [sym__expression] = STATE(4478), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1787] = { - [sym__expression] = STATE(809), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1727), - [sym_annotation] = STATE(1727), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(265), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1852] = { + [sym__expression] = STATE(4471), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1676), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(837), - [sym_label] = ACTIONS(847), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1678), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1680), - [anon_sym_return] = ACTIONS(1682), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(847), - [anon_sym_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(849), - [anon_sym_DASH_DASH] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(849), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -245716,602 +252267,602 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1788] = { - [sym__expression] = STATE(4260), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1853] = { + [sym__expression] = STATE(4469), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1789] = { - [sym__expression] = STATE(4274), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1854] = { + [sym__expression] = STATE(4086), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1843), + [sym_annotation] = STATE(1843), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(817), + [anon_sym_null] = ACTIONS(1910), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1855] = { + [sym__expression] = STATE(4468), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1790] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1662), - [sym__comparison_operator] = STATE(1663), - [sym__in_operator] = STATE(1664), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1665), - [sym__multiplicative_operator] = STATE(1666), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1667), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3115), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5675), - [anon_sym_where] = ACTIONS(3113), - [anon_sym_object] = ACTIONS(3113), - [anon_sym_fun] = ACTIONS(3113), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3113), - [anon_sym_super] = ACTIONS(3113), - [anon_sym_STAR] = ACTIONS(5677), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5679), - [anon_sym_DOT_DOT] = ACTIONS(5681), - [anon_sym_QMARK_COLON] = ACTIONS(5683), - [anon_sym_AMP_AMP] = ACTIONS(5685), - [anon_sym_PIPE_PIPE] = ACTIONS(5687), - [anon_sym_null] = ACTIONS(3113), - [anon_sym_if] = ACTIONS(3113), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_when] = ACTIONS(3113), - [anon_sym_try] = ACTIONS(3113), - [anon_sym_throw] = ACTIONS(3113), - [anon_sym_return] = ACTIONS(3113), - [anon_sym_continue] = ACTIONS(3113), - [anon_sym_break] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(5689), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5691), - [anon_sym_EQ_EQ] = ACTIONS(5689), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5691), - [anon_sym_LT_EQ] = ACTIONS(5693), - [anon_sym_GT_EQ] = ACTIONS(5693), - [anon_sym_BANGin] = ACTIONS(5695), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5697), - [anon_sym_DASH] = ACTIONS(5697), - [anon_sym_SLASH] = ACTIONS(5699), - [anon_sym_PERCENT] = ACTIONS(5677), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3113), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3115), - [anon_sym_continue_AT] = ACTIONS(3115), - [anon_sym_break_AT] = ACTIONS(3115), - [anon_sym_this_AT] = ACTIONS(3115), - [anon_sym_super_AT] = ACTIONS(3115), - [sym_real_literal] = ACTIONS(3115), - [sym_integer_literal] = ACTIONS(3113), - [sym_hex_literal] = ACTIONS(3115), - [sym_bin_literal] = ACTIONS(3115), - [anon_sym_true] = ACTIONS(3113), - [anon_sym_false] = ACTIONS(3113), - [anon_sym_SQUOTE] = ACTIONS(3115), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3115), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3115), + [1856] = { + [sym__expression] = STATE(940), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [1791] = { - [sym__expression] = STATE(4267), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1857] = { + [sym__expression] = STATE(4455), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1792] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1662), - [sym__comparison_operator] = STATE(1663), - [sym__in_operator] = STATE(1664), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1665), - [sym__multiplicative_operator] = STATE(1666), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1667), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3090), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3090), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5675), - [anon_sym_where] = ACTIONS(3088), - [anon_sym_object] = ACTIONS(3088), - [anon_sym_fun] = ACTIONS(3088), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3088), - [anon_sym_super] = ACTIONS(3088), - [anon_sym_STAR] = ACTIONS(5677), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5679), - [anon_sym_DOT_DOT] = ACTIONS(5681), - [anon_sym_QMARK_COLON] = ACTIONS(5683), - [anon_sym_AMP_AMP] = ACTIONS(5685), - [anon_sym_PIPE_PIPE] = ACTIONS(5687), - [anon_sym_null] = ACTIONS(3088), - [anon_sym_if] = ACTIONS(3088), - [anon_sym_else] = ACTIONS(3088), - [anon_sym_when] = ACTIONS(3088), - [anon_sym_try] = ACTIONS(3088), - [anon_sym_throw] = ACTIONS(3088), - [anon_sym_return] = ACTIONS(3088), - [anon_sym_continue] = ACTIONS(3088), - [anon_sym_break] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(5689), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5691), - [anon_sym_EQ_EQ] = ACTIONS(5689), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5691), - [anon_sym_LT_EQ] = ACTIONS(5693), - [anon_sym_GT_EQ] = ACTIONS(5693), - [anon_sym_BANGin] = ACTIONS(5695), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5697), - [anon_sym_DASH] = ACTIONS(5697), - [anon_sym_SLASH] = ACTIONS(5699), - [anon_sym_PERCENT] = ACTIONS(5677), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3088), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3090), - [anon_sym_continue_AT] = ACTIONS(3090), - [anon_sym_break_AT] = ACTIONS(3090), - [anon_sym_this_AT] = ACTIONS(3090), - [anon_sym_super_AT] = ACTIONS(3090), - [sym_real_literal] = ACTIONS(3090), - [sym_integer_literal] = ACTIONS(3088), - [sym_hex_literal] = ACTIONS(3090), - [sym_bin_literal] = ACTIONS(3090), - [anon_sym_true] = ACTIONS(3088), - [anon_sym_false] = ACTIONS(3088), - [anon_sym_SQUOTE] = ACTIONS(3090), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3090), - [sym_safe_nav] = ACTIONS(4613), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3090), + [sym__string_start] = ACTIONS(205), }, - [1793] = { - [sym__expression] = STATE(2479), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1858] = { + [sym__expression] = STATE(4439), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -246322,565 +252873,666 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1794] = { - [sym__expression] = STATE(470), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), + [1859] = { + [sym__expression] = STATE(4419), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(205), }, - [1795] = { - [sym__expression] = STATE(4276), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1860] = { + [sym__expression] = STATE(4407), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1796] = { - [sym__expression] = STATE(4279), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1861] = { + [sym__expression] = STATE(4400), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1797] = { - [sym__expression] = STATE(4283), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1862] = { + [sym__expression] = STATE(4473), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1798] = { - [sym__expression] = STATE(4284), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1863] = { + [sym__expression] = STATE(939), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1864] = { + [sym__expression] = STATE(4501), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1799] = { - [sym__expression] = STATE(461), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1865] = { + [sym__expression] = STATE(475), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -246890,8 +253542,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1686), [anon_sym_when] = ACTIONS(429), @@ -246901,11 +253553,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -246928,1006 +253580,804 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1800] = { - [sym__expression] = STATE(4265), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1866] = { + [sym__expression] = STATE(4454), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1801] = { - [sym__expression] = STATE(4269), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1867] = { + [sym__expression] = STATE(4440), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1802] = { - [sym__expression] = STATE(463), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [1868] = { + [sym_function_body] = STATE(1078), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), }, - [1803] = { - [sym__expression] = STATE(4273), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1869] = { + [sym__expression] = STATE(968), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1870] = { + [sym__expression] = STATE(4437), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1804] = { - [sym__expression] = STATE(475), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(205), }, - [1805] = { - [sym__expression] = STATE(4271), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1871] = { + [sym__expression] = STATE(4445), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1806] = { - [sym__expression] = STATE(474), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1807] = { - [sym_function_body] = STATE(1097), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_object] = ACTIONS(4447), - [anon_sym_fun] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_this] = ACTIONS(4447), - [anon_sym_super] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4449), - [sym_label] = ACTIONS(4447), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_null] = ACTIONS(4447), - [anon_sym_if] = ACTIONS(4447), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_when] = ACTIONS(4447), - [anon_sym_try] = ACTIONS(4447), - [anon_sym_throw] = ACTIONS(4447), - [anon_sym_return] = ACTIONS(4447), - [anon_sym_continue] = ACTIONS(4447), - [anon_sym_break] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4449), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG] = ACTIONS(4447), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_suspend] = ACTIONS(4447), - [anon_sym_sealed] = ACTIONS(4447), - [anon_sym_annotation] = ACTIONS(4447), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_override] = ACTIONS(4447), - [anon_sym_lateinit] = ACTIONS(4447), - [anon_sym_public] = ACTIONS(4447), - [anon_sym_private] = ACTIONS(4447), - [anon_sym_internal] = ACTIONS(4447), - [anon_sym_protected] = ACTIONS(4447), - [anon_sym_tailrec] = ACTIONS(4447), - [anon_sym_operator] = ACTIONS(4447), - [anon_sym_infix] = ACTIONS(4447), - [anon_sym_inline] = ACTIONS(4447), - [anon_sym_external] = ACTIONS(4447), - [sym_property_modifier] = ACTIONS(4447), - [anon_sym_abstract] = ACTIONS(4447), - [anon_sym_final] = ACTIONS(4447), - [anon_sym_open] = ACTIONS(4447), - [anon_sym_vararg] = ACTIONS(4447), - [anon_sym_noinline] = ACTIONS(4447), - [anon_sym_crossinline] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4449), - [anon_sym_continue_AT] = ACTIONS(4449), - [anon_sym_break_AT] = ACTIONS(4449), - [anon_sym_this_AT] = ACTIONS(4449), - [anon_sym_super_AT] = ACTIONS(4449), - [sym_real_literal] = ACTIONS(4449), - [sym_integer_literal] = ACTIONS(4447), - [sym_hex_literal] = ACTIONS(4449), - [sym_bin_literal] = ACTIONS(4449), - [anon_sym_true] = ACTIONS(4447), - [anon_sym_false] = ACTIONS(4447), - [anon_sym_SQUOTE] = ACTIONS(4449), - [sym__backtick_identifier] = ACTIONS(4449), - [sym__automatic_semicolon] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4449), + [sym__string_start] = ACTIONS(205), }, - [1808] = { - [sym__expression] = STATE(4266), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1872] = { + [sym__expression] = STATE(4484), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1809] = { - [sym__expression] = STATE(953), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1873] = { + [sym__expression] = STATE(4492), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -247938,501 +254388,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1810] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(2097), - [sym__alpha_identifier] = ACTIONS(4736), - [anon_sym_AT] = ACTIONS(4738), - [anon_sym_LBRACK] = ACTIONS(4738), - [anon_sym_as] = ACTIONS(4736), - [anon_sym_LBRACE] = ACTIONS(4738), - [anon_sym_RBRACE] = ACTIONS(4738), - [anon_sym_LPAREN] = ACTIONS(4738), - [anon_sym_COMMA] = ACTIONS(4738), - [anon_sym_LT] = ACTIONS(4736), - [anon_sym_GT] = ACTIONS(4736), - [anon_sym_where] = ACTIONS(4736), - [anon_sym_object] = ACTIONS(4736), - [anon_sym_fun] = ACTIONS(4736), - [anon_sym_DOT] = ACTIONS(4736), - [anon_sym_SEMI] = ACTIONS(4738), - [anon_sym_get] = ACTIONS(4736), - [anon_sym_set] = ACTIONS(4736), - [anon_sym_this] = ACTIONS(4736), - [anon_sym_super] = ACTIONS(4736), - [anon_sym_STAR] = ACTIONS(4738), - [sym_label] = ACTIONS(4736), - [anon_sym_in] = ACTIONS(4736), - [anon_sym_DOT_DOT] = ACTIONS(4738), - [anon_sym_QMARK_COLON] = ACTIONS(4738), - [anon_sym_AMP_AMP] = ACTIONS(4738), - [anon_sym_PIPE_PIPE] = ACTIONS(4738), - [anon_sym_null] = ACTIONS(4736), - [anon_sym_if] = ACTIONS(4736), - [anon_sym_else] = ACTIONS(4736), - [anon_sym_when] = ACTIONS(4736), - [anon_sym_try] = ACTIONS(4736), - [anon_sym_throw] = ACTIONS(4736), - [anon_sym_return] = ACTIONS(4736), - [anon_sym_continue] = ACTIONS(4736), - [anon_sym_break] = ACTIONS(4736), - [anon_sym_COLON_COLON] = ACTIONS(4738), - [anon_sym_BANG_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4738), - [anon_sym_LT_EQ] = ACTIONS(4738), - [anon_sym_GT_EQ] = ACTIONS(4738), - [anon_sym_BANGin] = ACTIONS(4738), - [anon_sym_is] = ACTIONS(4736), - [anon_sym_BANGis] = ACTIONS(4738), - [anon_sym_PLUS] = ACTIONS(4736), - [anon_sym_DASH] = ACTIONS(4736), - [anon_sym_SLASH] = ACTIONS(4736), - [anon_sym_PERCENT] = ACTIONS(4738), - [anon_sym_as_QMARK] = ACTIONS(4738), - [anon_sym_PLUS_PLUS] = ACTIONS(4738), - [anon_sym_DASH_DASH] = ACTIONS(4738), - [anon_sym_BANG] = ACTIONS(4736), - [anon_sym_BANG_BANG] = ACTIONS(4738), - [anon_sym_suspend] = ACTIONS(4736), - [anon_sym_sealed] = ACTIONS(4736), - [anon_sym_annotation] = ACTIONS(4736), - [anon_sym_data] = ACTIONS(4736), - [anon_sym_inner] = ACTIONS(4736), - [anon_sym_value] = ACTIONS(4736), - [anon_sym_override] = ACTIONS(4736), - [anon_sym_lateinit] = ACTIONS(4736), - [anon_sym_public] = ACTIONS(4736), - [anon_sym_private] = ACTIONS(4736), - [anon_sym_internal] = ACTIONS(4736), - [anon_sym_protected] = ACTIONS(4736), - [anon_sym_tailrec] = ACTIONS(4736), - [anon_sym_operator] = ACTIONS(4736), - [anon_sym_infix] = ACTIONS(4736), - [anon_sym_inline] = ACTIONS(4736), - [anon_sym_external] = ACTIONS(4736), - [sym_property_modifier] = ACTIONS(4736), - [anon_sym_abstract] = ACTIONS(4736), - [anon_sym_final] = ACTIONS(4736), - [anon_sym_open] = ACTIONS(4736), - [anon_sym_vararg] = ACTIONS(4736), - [anon_sym_noinline] = ACTIONS(4736), - [anon_sym_crossinline] = ACTIONS(4736), - [anon_sym_expect] = ACTIONS(4736), - [anon_sym_actual] = ACTIONS(4736), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4738), - [anon_sym_continue_AT] = ACTIONS(4738), - [anon_sym_break_AT] = ACTIONS(4738), - [anon_sym_this_AT] = ACTIONS(4738), - [anon_sym_super_AT] = ACTIONS(4738), - [sym_real_literal] = ACTIONS(4738), - [sym_integer_literal] = ACTIONS(4736), - [sym_hex_literal] = ACTIONS(4738), - [sym_bin_literal] = ACTIONS(4738), - [anon_sym_true] = ACTIONS(4736), - [anon_sym_false] = ACTIONS(4736), - [anon_sym_SQUOTE] = ACTIONS(4738), - [sym__backtick_identifier] = ACTIONS(4738), - [sym__automatic_semicolon] = ACTIONS(4738), - [sym_safe_nav] = ACTIONS(4738), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4738), - }, - [1811] = { - [sym__expression] = STATE(3288), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [1874] = { + [sym__expression] = STATE(4396), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1840), + [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(265), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1812] = { - [sym__expression] = STATE(4299), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1736), - [sym_annotation] = STATE(1736), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(362), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3105), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3107), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3111), - [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(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1813] = { - [sym__expression] = STATE(2190), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(205), }, - [1814] = { - [sym__expression] = STATE(959), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1875] = { + [sym__expression] = STATE(4511), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -248443,299 +254590,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1815] = { - [sym__expression] = STATE(478), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1816] = { - [sym__expression] = STATE(4048), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1844), - [sym_annotation] = STATE(1844), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1968), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(663), - [anon_sym_null] = ACTIONS(1922), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1817] = { - [sym__expression] = STATE(962), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1876] = { + [sym__expression] = STATE(4520), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -248746,198 +254691,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1818] = { - [sym__expression] = STATE(4047), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1844), - [sym_annotation] = STATE(1844), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1968), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(663), - [anon_sym_null] = ACTIONS(1922), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), + [1877] = { + [sym__expression] = STATE(4517), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(205), }, - [1819] = { - [sym__expression] = STATE(926), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1878] = { + [sym__expression] = STATE(4515), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -248948,501 +254893,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1820] = { - [sym__expression] = STATE(4069), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1844), - [sym_annotation] = STATE(1844), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1968), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(663), - [anon_sym_null] = ACTIONS(1922), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1821] = { - [sym__expression] = STATE(4072), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1844), - [sym_annotation] = STATE(1844), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1968), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(663), - [anon_sym_null] = ACTIONS(1922), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1822] = { - [sym__expression] = STATE(4067), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1844), - [sym_annotation] = STATE(1844), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1968), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(663), - [anon_sym_null] = ACTIONS(1922), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1823] = { - [sym__expression] = STATE(4065), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1844), - [sym_annotation] = STATE(1844), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1968), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(663), - [anon_sym_null] = ACTIONS(1922), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1824] = { - [sym__expression] = STATE(964), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1879] = { + [sym__expression] = STATE(4502), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -249453,198 +254994,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1825] = { - [sym__expression] = STATE(4051), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1844), - [sym_annotation] = STATE(1844), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1968), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(663), - [anon_sym_null] = ACTIONS(1922), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1826] = { - [sym__expression] = STATE(2493), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), + [1880] = { + [sym__expression] = STATE(2485), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1881] = { + [sym__expression] = STATE(4498), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -249655,97 +255196,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1827] = { - [sym__expression] = STATE(2497), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1882] = { + [sym__expression] = STATE(4472), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -249756,97 +255297,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1828] = { - [sym__expression] = STATE(2500), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1883] = { + [sym__expression] = STATE(4467), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -249857,97 +255398,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1829] = { - [sym__expression] = STATE(2502), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1884] = { + [sym__expression] = STATE(4466), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -249958,501 +255499,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1830] = { - [sym__expression] = STATE(4060), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1844), - [sym_annotation] = STATE(1844), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1968), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(663), - [anon_sym_null] = ACTIONS(1922), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1831] = { - [sym__expression] = STATE(4046), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1844), - [sym_annotation] = STATE(1844), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1968), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(663), - [anon_sym_null] = ACTIONS(1922), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1832] = { - [sym__expression] = STATE(4092), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1844), - [sym_annotation] = STATE(1844), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1968), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(663), - [anon_sym_null] = ACTIONS(1922), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1833] = { - [sym__expression] = STATE(4057), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1844), - [sym_annotation] = STATE(1844), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1968), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(663), - [anon_sym_null] = ACTIONS(1922), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1834] = { - [sym__expression] = STATE(965), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1885] = { + [sym__expression] = STATE(4433), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -250463,198 +255600,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1835] = { - [sym__expression] = STATE(4471), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1886] = { + [sym__expression] = STATE(4426), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1836] = { - [sym__expression] = STATE(2511), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1887] = { + [sym__expression] = STATE(4413), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -250665,97 +255802,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1837] = { - [sym__expression] = STATE(2512), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1888] = { + [sym__expression] = STATE(4490), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -250766,97 +255903,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1838] = { - [sym__expression] = STATE(2514), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1889] = { + [sym__expression] = STATE(2539), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1708), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1710), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1714), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1890] = { + [sym__expression] = STATE(4500), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -250867,97 +256105,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1839] = { - [sym__expression] = STATE(2516), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1891] = { + [sym__expression] = STATE(4449), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -250968,97 +256206,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1840] = { - [sym__expression] = STATE(2517), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1892] = { + [sym__expression] = STATE(4451), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -251069,198 +256307,501 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1841] = { - [sym__expression] = STATE(304), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), + [1893] = { + [sym__expression] = STATE(969), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1894] = { + [sym__expression] = STATE(932), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1895] = { + [sym__expression] = STATE(934), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1790), + [sym_annotation] = STATE(1790), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(268), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1700), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1019), + [sym_label] = ACTIONS(1027), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(1704), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(1027), + [anon_sym_DASH] = ACTIONS(1027), + [anon_sym_PLUS_PLUS] = ACTIONS(1029), + [anon_sym_DASH_DASH] = ACTIONS(1029), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1896] = { + [sym__expression] = STATE(3813), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1501), + [sym_annotation] = STATE(1501), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(296), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1906), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1335), + [sym_label] = ACTIONS(381), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(375), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(377), + [anon_sym_return] = ACTIONS(379), + [anon_sym_continue] = ACTIONS(65), + [anon_sym_break] = ACTIONS(65), + [anon_sym_COLON_COLON] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(381), + [anon_sym_PLUS_PLUS] = ACTIONS(383), + [anon_sym_DASH_DASH] = ACTIONS(383), + [anon_sym_BANG] = ACTIONS(383), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(113), }, - [1842] = { - [sym__expression] = STATE(2519), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [1897] = { + [sym__expression] = STATE(4408), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -251271,85 +256812,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [1843] = { - [sym__expression] = STATE(2570), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1898] = { + [sym__expression] = STATE(2569), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1712), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -251357,5529 +256898,1489 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1844] = { - [sym__expression] = STATE(4053), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1844), - [sym_annotation] = STATE(1844), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1968), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(663), - [anon_sym_null] = ACTIONS(1922), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1845] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3167), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3169), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3890), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3898), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(3167), - [anon_sym_DOT_DOT] = ACTIONS(3902), - [anon_sym_QMARK_COLON] = ACTIONS(3904), - [anon_sym_AMP_AMP] = ACTIONS(3906), - [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3169), - [anon_sym_DASH_EQ] = ACTIONS(3169), - [anon_sym_STAR_EQ] = ACTIONS(3169), - [anon_sym_SLASH_EQ] = ACTIONS(3169), - [anon_sym_PERCENT_EQ] = ACTIONS(3169), - [anon_sym_BANG_EQ] = ACTIONS(3910), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), - [anon_sym_EQ_EQ] = ACTIONS(3910), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3912), - [anon_sym_LT_EQ] = ACTIONS(3914), - [anon_sym_GT_EQ] = ACTIONS(3914), - [anon_sym_BANGin] = ACTIONS(3916), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(3918), - [anon_sym_DASH] = ACTIONS(3918), - [anon_sym_SLASH] = ACTIONS(3898), - [anon_sym_PERCENT] = ACTIONS(3898), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3167), - [anon_sym_sealed] = ACTIONS(3167), - [anon_sym_annotation] = ACTIONS(3167), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3167), - [anon_sym_lateinit] = ACTIONS(3167), - [anon_sym_public] = ACTIONS(3167), - [anon_sym_private] = ACTIONS(3167), - [anon_sym_internal] = ACTIONS(3167), - [anon_sym_protected] = ACTIONS(3167), - [anon_sym_tailrec] = ACTIONS(3167), - [anon_sym_operator] = ACTIONS(3167), - [anon_sym_infix] = ACTIONS(3167), - [anon_sym_inline] = ACTIONS(3167), - [anon_sym_external] = ACTIONS(3167), - [sym_property_modifier] = ACTIONS(3167), - [anon_sym_abstract] = ACTIONS(3167), - [anon_sym_final] = ACTIONS(3167), - [anon_sym_open] = ACTIONS(3167), - [anon_sym_vararg] = ACTIONS(3167), - [anon_sym_noinline] = ACTIONS(3167), - [anon_sym_crossinline] = ACTIONS(3167), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [1846] = { - [sym__expression] = STATE(4295), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1736), - [sym_annotation] = STATE(1736), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(362), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3105), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3107), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3111), - [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(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1847] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3132), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3134), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3134), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3890), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3898), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(3132), - [anon_sym_DOT_DOT] = ACTIONS(3902), - [anon_sym_QMARK_COLON] = ACTIONS(3904), - [anon_sym_AMP_AMP] = ACTIONS(3906), - [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3134), - [anon_sym_DASH_EQ] = ACTIONS(3134), - [anon_sym_STAR_EQ] = ACTIONS(3134), - [anon_sym_SLASH_EQ] = ACTIONS(3134), - [anon_sym_PERCENT_EQ] = ACTIONS(3134), - [anon_sym_BANG_EQ] = ACTIONS(3910), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), - [anon_sym_EQ_EQ] = ACTIONS(3910), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3912), - [anon_sym_LT_EQ] = ACTIONS(3914), - [anon_sym_GT_EQ] = ACTIONS(3914), - [anon_sym_BANGin] = ACTIONS(3916), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(3918), - [anon_sym_DASH] = ACTIONS(3918), - [anon_sym_SLASH] = ACTIONS(3898), - [anon_sym_PERCENT] = ACTIONS(3898), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3132), - [anon_sym_sealed] = ACTIONS(3132), - [anon_sym_annotation] = ACTIONS(3132), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3132), - [anon_sym_lateinit] = ACTIONS(3132), - [anon_sym_public] = ACTIONS(3132), - [anon_sym_private] = ACTIONS(3132), - [anon_sym_internal] = ACTIONS(3132), - [anon_sym_protected] = ACTIONS(3132), - [anon_sym_tailrec] = ACTIONS(3132), - [anon_sym_operator] = ACTIONS(3132), - [anon_sym_infix] = ACTIONS(3132), - [anon_sym_inline] = ACTIONS(3132), - [anon_sym_external] = ACTIONS(3132), - [sym_property_modifier] = ACTIONS(3132), - [anon_sym_abstract] = ACTIONS(3132), - [anon_sym_final] = ACTIONS(3132), - [anon_sym_open] = ACTIONS(3132), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), }, - [1848] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1599), - [sym__comparison_operator] = STATE(1600), - [sym__in_operator] = STATE(1601), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1602), - [sym__multiplicative_operator] = STATE(1603), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1604), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_EQ] = ACTIONS(3101), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3103), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3103), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3890), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3898), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3900), - [anon_sym_while] = ACTIONS(3101), - [anon_sym_DOT_DOT] = ACTIONS(3902), - [anon_sym_QMARK_COLON] = ACTIONS(3904), - [anon_sym_AMP_AMP] = ACTIONS(3906), - [anon_sym_PIPE_PIPE] = ACTIONS(3908), - [anon_sym_else] = ACTIONS(3101), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_PLUS_EQ] = ACTIONS(3103), - [anon_sym_DASH_EQ] = ACTIONS(3103), - [anon_sym_STAR_EQ] = ACTIONS(3103), - [anon_sym_SLASH_EQ] = ACTIONS(3103), - [anon_sym_PERCENT_EQ] = ACTIONS(3103), - [anon_sym_BANG_EQ] = ACTIONS(3910), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3912), - [anon_sym_EQ_EQ] = ACTIONS(3910), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3912), - [anon_sym_LT_EQ] = ACTIONS(3914), - [anon_sym_GT_EQ] = ACTIONS(3914), - [anon_sym_BANGin] = ACTIONS(3916), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(3918), - [anon_sym_DASH] = ACTIONS(3918), - [anon_sym_SLASH] = ACTIONS(3898), - [anon_sym_PERCENT] = ACTIONS(3898), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3101), - [anon_sym_sealed] = ACTIONS(3101), - [anon_sym_annotation] = ACTIONS(3101), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3101), - [anon_sym_lateinit] = ACTIONS(3101), - [anon_sym_public] = ACTIONS(3101), - [anon_sym_private] = ACTIONS(3101), - [anon_sym_internal] = ACTIONS(3101), - [anon_sym_protected] = ACTIONS(3101), - [anon_sym_tailrec] = ACTIONS(3101), - [anon_sym_operator] = ACTIONS(3101), - [anon_sym_infix] = ACTIONS(3101), - [anon_sym_inline] = ACTIONS(3101), - [anon_sym_external] = ACTIONS(3101), - [sym_property_modifier] = ACTIONS(3101), - [anon_sym_abstract] = ACTIONS(3101), - [anon_sym_final] = ACTIONS(3101), - [anon_sym_open] = ACTIONS(3101), - [anon_sym_vararg] = ACTIONS(3101), - [anon_sym_noinline] = ACTIONS(3101), - [anon_sym_crossinline] = ACTIONS(3101), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [1899] = { + [sym__expression] = STATE(1204), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1708), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1710), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1714), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), }, - [1849] = { - [sym__expression] = STATE(4520), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [1900] = { + [sym__expression] = STATE(4093), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), + [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1850] = { - [sym__expression] = STATE(4495), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [1901] = { + [sym__expression] = STATE(4112), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), + [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1851] = { - [sym__expression] = STATE(4418), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1902] = { + [sym__expression] = STATE(4425), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1852] = { - [sym__expression] = STATE(4420), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [1903] = { + [sym_type_constraints] = STATE(2202), + [sym_property_delegate] = STATE(2379), + [sym_getter] = STATE(4851), + [sym_setter] = STATE(4851), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_RBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(5717), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_COMMA] = ACTIONS(3330), + [anon_sym_RPAREN] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(5703), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(5719), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [anon_sym_STAR] = ACTIONS(3328), + [anon_sym_DASH_GT] = ACTIONS(3330), + [sym_label] = ACTIONS(3330), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_while] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_PLUS_EQ] = ACTIONS(3330), + [anon_sym_DASH_EQ] = ACTIONS(3330), + [anon_sym_STAR_EQ] = ACTIONS(3330), + [anon_sym_SLASH_EQ] = ACTIONS(3330), + [anon_sym_PERCENT_EQ] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3328), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG_BANG] = ACTIONS(3330), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym__backtick_identifier] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), }, - [1853] = { - [sym__expression] = STATE(4422), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [1904] = { + [sym_type_constraints] = STATE(2200), + [sym_property_delegate] = STATE(2373), + [sym_getter] = STATE(4789), + [sym_setter] = STATE(4789), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_RBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(5725), + [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_by] = ACTIONS(5703), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(5727), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), }, - [1854] = { - [sym__expression] = STATE(4423), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1905] = { + [sym__expression] = STATE(4450), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1855] = { - [sym__expression] = STATE(4427), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [1906] = { + [sym__expression] = STATE(287), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1653), + [sym_annotation] = STATE(1653), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1674), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(721), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(471), }, - [1856] = { - [sym__expression] = STATE(4429), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [1907] = { + [sym_type_constraints] = STATE(2196), + [sym_property_delegate] = STATE(2358), + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_RBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(5729), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(5703), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(3626), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [anon_sym_STAR] = ACTIONS(1796), + [anon_sym_DASH_GT] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym__backtick_identifier] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), }, - [1857] = { - [sym__expression] = STATE(4107), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [1908] = { + [sym__expression] = STATE(286), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1653), + [sym_annotation] = STATE(1653), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1674), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(721), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(471), }, - [1858] = { - [sym__expression] = STATE(4438), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [1909] = { + [sym_type_constraints] = STATE(2195), + [sym_property_delegate] = STATE(2353), + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_RBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(5731), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(5703), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(3622), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [anon_sym_STAR] = ACTIONS(1732), + [anon_sym_DASH_GT] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), }, - [1859] = { - [sym__expression] = STATE(4136), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [1910] = { + [sym__expression] = STATE(291), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1653), + [sym_annotation] = STATE(1653), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1674), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(721), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(471), }, - [1860] = { - [sym__expression] = STATE(4439), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [1911] = { + [sym__expression] = STATE(295), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1653), + [sym_annotation] = STATE(1653), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(264), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1674), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(721), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(471), }, - [1861] = { - [sym__expression] = STATE(4440), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [1912] = { + [sym__expression] = STATE(4443), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1862] = { - [sym__expression] = STATE(4444), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1863] = { - [sym__expression] = STATE(4452), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1864] = { - [sym__expression] = STATE(4456), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1865] = { - [sym__expression] = STATE(4458), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1866] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(2097), - [sym__alpha_identifier] = ACTIONS(4736), - [anon_sym_AT] = ACTIONS(4738), - [anon_sym_LBRACK] = ACTIONS(4738), - [anon_sym_as] = ACTIONS(4736), - [anon_sym_LBRACE] = ACTIONS(4738), - [anon_sym_RBRACE] = ACTIONS(4738), - [anon_sym_LPAREN] = ACTIONS(4738), - [anon_sym_COMMA] = ACTIONS(5719), - [anon_sym_LT] = ACTIONS(4736), - [anon_sym_GT] = ACTIONS(4736), - [anon_sym_where] = ACTIONS(4736), - [anon_sym_object] = ACTIONS(4736), - [anon_sym_fun] = ACTIONS(4736), - [anon_sym_DOT] = ACTIONS(4736), - [anon_sym_SEMI] = ACTIONS(4738), - [anon_sym_get] = ACTIONS(4736), - [anon_sym_set] = ACTIONS(4736), - [anon_sym_this] = ACTIONS(4736), - [anon_sym_super] = ACTIONS(4736), - [anon_sym_STAR] = ACTIONS(4738), - [sym_label] = ACTIONS(4736), - [anon_sym_in] = ACTIONS(4736), - [anon_sym_DOT_DOT] = ACTIONS(4738), - [anon_sym_QMARK_COLON] = ACTIONS(4738), - [anon_sym_AMP_AMP] = ACTIONS(4738), - [anon_sym_PIPE_PIPE] = ACTIONS(4738), - [anon_sym_null] = ACTIONS(4736), - [anon_sym_if] = ACTIONS(4736), - [anon_sym_else] = ACTIONS(4736), - [anon_sym_when] = ACTIONS(4736), - [anon_sym_try] = ACTIONS(4736), - [anon_sym_throw] = ACTIONS(4736), - [anon_sym_return] = ACTIONS(4736), - [anon_sym_continue] = ACTIONS(4736), - [anon_sym_break] = ACTIONS(4736), - [anon_sym_COLON_COLON] = ACTIONS(4738), - [anon_sym_BANG_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4738), - [anon_sym_LT_EQ] = ACTIONS(4738), - [anon_sym_GT_EQ] = ACTIONS(4738), - [anon_sym_BANGin] = ACTIONS(4738), - [anon_sym_is] = ACTIONS(4736), - [anon_sym_BANGis] = ACTIONS(4738), - [anon_sym_PLUS] = ACTIONS(4736), - [anon_sym_DASH] = ACTIONS(4736), - [anon_sym_SLASH] = ACTIONS(4736), - [anon_sym_PERCENT] = ACTIONS(4738), - [anon_sym_as_QMARK] = ACTIONS(4738), - [anon_sym_PLUS_PLUS] = ACTIONS(4738), - [anon_sym_DASH_DASH] = ACTIONS(4738), - [anon_sym_BANG] = ACTIONS(4736), - [anon_sym_BANG_BANG] = ACTIONS(4738), - [anon_sym_suspend] = ACTIONS(4736), - [anon_sym_sealed] = ACTIONS(4736), - [anon_sym_annotation] = ACTIONS(4736), - [anon_sym_data] = ACTIONS(4736), - [anon_sym_inner] = ACTIONS(4736), - [anon_sym_value] = ACTIONS(4736), - [anon_sym_override] = ACTIONS(4736), - [anon_sym_lateinit] = ACTIONS(4736), - [anon_sym_public] = ACTIONS(4736), - [anon_sym_private] = ACTIONS(4736), - [anon_sym_internal] = ACTIONS(4736), - [anon_sym_protected] = ACTIONS(4736), - [anon_sym_tailrec] = ACTIONS(4736), - [anon_sym_operator] = ACTIONS(4736), - [anon_sym_infix] = ACTIONS(4736), - [anon_sym_inline] = ACTIONS(4736), - [anon_sym_external] = ACTIONS(4736), - [sym_property_modifier] = ACTIONS(4736), - [anon_sym_abstract] = ACTIONS(4736), - [anon_sym_final] = ACTIONS(4736), - [anon_sym_open] = ACTIONS(4736), - [anon_sym_vararg] = ACTIONS(4736), - [anon_sym_noinline] = ACTIONS(4736), - [anon_sym_crossinline] = ACTIONS(4736), - [anon_sym_expect] = ACTIONS(4736), - [anon_sym_actual] = ACTIONS(4736), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4738), - [anon_sym_continue_AT] = ACTIONS(4738), - [anon_sym_break_AT] = ACTIONS(4738), - [anon_sym_this_AT] = ACTIONS(4738), - [anon_sym_super_AT] = ACTIONS(4738), - [sym_real_literal] = ACTIONS(4738), - [sym_integer_literal] = ACTIONS(4736), - [sym_hex_literal] = ACTIONS(4738), - [sym_bin_literal] = ACTIONS(4738), - [anon_sym_true] = ACTIONS(4736), - [anon_sym_false] = ACTIONS(4736), - [anon_sym_SQUOTE] = ACTIONS(4738), - [sym__backtick_identifier] = ACTIONS(4738), - [sym__automatic_semicolon] = ACTIONS(4738), - [sym_safe_nav] = ACTIONS(4738), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4738), - }, - [1867] = { - [sym__expression] = STATE(4465), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1868] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(1866), - [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(5719), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4686), - [anon_sym_super_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), - }, - [1869] = { - [sym__expression] = STATE(4463), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1870] = { - [sym__expression] = STATE(4400), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1871] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1662), - [sym__comparison_operator] = STATE(1663), - [sym__in_operator] = STATE(1664), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1665), - [sym__multiplicative_operator] = STATE(1666), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1667), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3169), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5675), - [anon_sym_where] = ACTIONS(3167), - [anon_sym_object] = ACTIONS(3167), - [anon_sym_fun] = ACTIONS(3167), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3167), - [anon_sym_super] = ACTIONS(3167), - [anon_sym_STAR] = ACTIONS(5677), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5679), - [anon_sym_DOT_DOT] = ACTIONS(5681), - [anon_sym_QMARK_COLON] = ACTIONS(5683), - [anon_sym_AMP_AMP] = ACTIONS(5685), - [anon_sym_PIPE_PIPE] = ACTIONS(5687), - [anon_sym_null] = ACTIONS(3167), - [anon_sym_if] = ACTIONS(3167), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_when] = ACTIONS(3167), - [anon_sym_try] = ACTIONS(3167), - [anon_sym_throw] = ACTIONS(3167), - [anon_sym_return] = ACTIONS(3167), - [anon_sym_continue] = ACTIONS(3167), - [anon_sym_break] = ACTIONS(3167), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(5689), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5691), - [anon_sym_EQ_EQ] = ACTIONS(5689), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5691), - [anon_sym_LT_EQ] = ACTIONS(5693), - [anon_sym_GT_EQ] = ACTIONS(5693), - [anon_sym_BANGin] = ACTIONS(5695), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5697), - [anon_sym_DASH] = ACTIONS(5697), - [anon_sym_SLASH] = ACTIONS(5699), - [anon_sym_PERCENT] = ACTIONS(5677), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3167), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3169), - [anon_sym_continue_AT] = ACTIONS(3169), - [anon_sym_break_AT] = ACTIONS(3169), - [anon_sym_this_AT] = ACTIONS(3169), - [anon_sym_super_AT] = ACTIONS(3169), - [sym_real_literal] = ACTIONS(3169), - [sym_integer_literal] = ACTIONS(3167), - [sym_hex_literal] = ACTIONS(3169), - [sym_bin_literal] = ACTIONS(3169), - [anon_sym_true] = ACTIONS(3167), - [anon_sym_false] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3169), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3169), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3169), - }, - [1872] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1662), - [sym__comparison_operator] = STATE(1663), - [sym__in_operator] = STATE(1664), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1665), - [sym__multiplicative_operator] = STATE(1666), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1667), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3134), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3134), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5675), - [anon_sym_where] = ACTIONS(3132), - [anon_sym_object] = ACTIONS(3132), - [anon_sym_fun] = ACTIONS(3132), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3132), - [anon_sym_super] = ACTIONS(3132), - [anon_sym_STAR] = ACTIONS(5677), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5679), - [anon_sym_DOT_DOT] = ACTIONS(5681), - [anon_sym_QMARK_COLON] = ACTIONS(5683), - [anon_sym_AMP_AMP] = ACTIONS(5685), - [anon_sym_PIPE_PIPE] = ACTIONS(5687), - [anon_sym_null] = ACTIONS(3132), - [anon_sym_if] = ACTIONS(3132), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_when] = ACTIONS(3132), - [anon_sym_try] = ACTIONS(3132), - [anon_sym_throw] = ACTIONS(3132), - [anon_sym_return] = ACTIONS(3132), - [anon_sym_continue] = ACTIONS(3132), - [anon_sym_break] = ACTIONS(3132), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(5689), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5691), - [anon_sym_EQ_EQ] = ACTIONS(5689), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5691), - [anon_sym_LT_EQ] = ACTIONS(5693), - [anon_sym_GT_EQ] = ACTIONS(5693), - [anon_sym_BANGin] = ACTIONS(5695), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5697), - [anon_sym_DASH] = ACTIONS(5697), - [anon_sym_SLASH] = ACTIONS(5699), - [anon_sym_PERCENT] = ACTIONS(5677), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3132), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3134), - [anon_sym_continue_AT] = ACTIONS(3134), - [anon_sym_break_AT] = ACTIONS(3134), - [anon_sym_this_AT] = ACTIONS(3134), - [anon_sym_super_AT] = ACTIONS(3134), - [sym_real_literal] = ACTIONS(3134), - [sym_integer_literal] = ACTIONS(3132), - [sym_hex_literal] = ACTIONS(3134), - [sym_bin_literal] = ACTIONS(3134), - [anon_sym_true] = ACTIONS(3132), - [anon_sym_false] = ACTIONS(3132), - [anon_sym_SQUOTE] = ACTIONS(3134), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3134), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3134), - }, - [1873] = { - [sym__expression] = STATE(4469), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1874] = { - [sym__expression] = STATE(4470), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1875] = { - [sym__expression] = STATE(4480), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1876] = { - [sym__expression] = STATE(4481), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1877] = { - [sym__expression] = STATE(4483), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1878] = { - [sym__expression] = STATE(4484), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1879] = { - [sym__expression] = STATE(4485), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1880] = { - [sym__expression] = STATE(4486), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1881] = { - [sym__expression] = STATE(4487), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1882] = { - [sym__expression] = STATE(4490), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1883] = { - [sym__expression] = STATE(2531), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1793), - [sym_annotation] = STATE(1793), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(268), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1700), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1089), - [sym_label] = ACTIONS(1097), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(1702), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(1704), - [anon_sym_return] = ACTIONS(1706), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_PLUS_PLUS] = ACTIONS(1099), - [anon_sym_DASH_DASH] = ACTIONS(1099), - [anon_sym_BANG] = ACTIONS(1099), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1884] = { - [sym__expression] = STATE(4491), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1885] = { - [sym__expression] = STATE(4493), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1886] = { - [sym__expression] = STATE(4494), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1887] = { - [sym__expression] = STATE(4466), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1888] = { - [sym__expression] = STATE(4498), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1889] = { - [sym__expression] = STATE(4502), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1890] = { - [sym__expression] = STATE(4504), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1891] = { - [sym__expression] = STATE(4505), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1892] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(1662), - [sym__comparison_operator] = STATE(1663), - [sym__in_operator] = STATE(1664), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(1665), - [sym__multiplicative_operator] = STATE(1666), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1667), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3103), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_COMMA] = ACTIONS(3103), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5675), - [anon_sym_where] = ACTIONS(3101), - [anon_sym_object] = ACTIONS(3101), - [anon_sym_fun] = ACTIONS(3101), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3101), - [anon_sym_super] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(5677), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5679), - [anon_sym_DOT_DOT] = ACTIONS(5681), - [anon_sym_QMARK_COLON] = ACTIONS(5683), - [anon_sym_AMP_AMP] = ACTIONS(5685), - [anon_sym_PIPE_PIPE] = ACTIONS(5687), - [anon_sym_null] = ACTIONS(3101), - [anon_sym_if] = ACTIONS(3101), - [anon_sym_else] = ACTIONS(3101), - [anon_sym_when] = ACTIONS(3101), - [anon_sym_try] = ACTIONS(3101), - [anon_sym_throw] = ACTIONS(3101), - [anon_sym_return] = ACTIONS(3101), - [anon_sym_continue] = ACTIONS(3101), - [anon_sym_break] = ACTIONS(3101), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(5689), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5691), - [anon_sym_EQ_EQ] = ACTIONS(5689), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5691), - [anon_sym_LT_EQ] = ACTIONS(5693), - [anon_sym_GT_EQ] = ACTIONS(5693), - [anon_sym_BANGin] = ACTIONS(5695), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5697), - [anon_sym_DASH] = ACTIONS(5697), - [anon_sym_SLASH] = ACTIONS(5699), - [anon_sym_PERCENT] = ACTIONS(5677), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3101), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3103), - [anon_sym_continue_AT] = ACTIONS(3103), - [anon_sym_break_AT] = ACTIONS(3103), - [anon_sym_this_AT] = ACTIONS(3103), - [anon_sym_super_AT] = ACTIONS(3103), - [sym_real_literal] = ACTIONS(3103), - [sym_integer_literal] = ACTIONS(3101), - [sym_hex_literal] = ACTIONS(3103), - [sym_bin_literal] = ACTIONS(3103), - [anon_sym_true] = ACTIONS(3101), - [anon_sym_false] = ACTIONS(3101), - [anon_sym_SQUOTE] = ACTIONS(3103), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3103), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3103), - }, - [1893] = { - [sym__expression] = STATE(4508), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1894] = { - [sym__expression] = STATE(4509), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1895] = { - [sym__expression] = STATE(4517), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1896] = { - [sym__expression] = STATE(4518), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1897] = { - [sym__expression] = STATE(284), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1653), - [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1674), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1898] = { - [sym__expression] = STATE(290), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [1913] = { + [sym__expression] = STATE(293), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -256889,22 +258390,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -256927,60 +258428,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1899] = { + [1914] = { [sym__expression] = STATE(288), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), [sym__prefix_unary_operator] = STATE(1653), [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -256990,22 +258491,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1313), + [sym_label] = ACTIONS(727), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(721), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(723), + [anon_sym_return] = ACTIONS(725), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(727), + [anon_sym_DASH] = ACTIONS(727), + [anon_sym_PLUS_PLUS] = ACTIONS(729), + [anon_sym_DASH_DASH] = ACTIONS(729), + [anon_sym_BANG] = ACTIONS(729), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -257028,85 +258529,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1900] = { - [sym__expression] = STATE(287), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1653), - [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [1915] = { + [sym__expression] = STATE(320), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1674), + [anon_sym_fun] = ACTIONS(1716), [anon_sym_get] = ACTIONS(1664), [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -257129,85 +258630,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1901] = { - [sym__expression] = STATE(286), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1653), - [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [1916] = { + [sym__alpha_identifier] = ACTIONS(4396), + [anon_sym_AT] = ACTIONS(4398), + [anon_sym_LBRACK] = ACTIONS(4398), + [anon_sym_as] = ACTIONS(4396), + [anon_sym_LBRACE] = ACTIONS(4398), + [anon_sym_RBRACE] = ACTIONS(4398), + [anon_sym_LPAREN] = ACTIONS(4398), + [anon_sym_COMMA] = ACTIONS(4398), + [anon_sym_by] = ACTIONS(5648), + [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(4398), + [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_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(4398), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4398), + [anon_sym_super_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), + }, + [1917] = { + [sym__expression] = STATE(324), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1674), + [anon_sym_fun] = ACTIONS(1716), [anon_sym_get] = ACTIONS(1664), [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -257230,85 +258832,388 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1902] = { - [sym__expression] = STATE(285), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1653), - [sym_annotation] = STATE(1653), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(264), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [1918] = { + [sym_type_constraints] = STATE(2189), + [sym_property_delegate] = STATE(2341), + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_RBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(5733), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(5703), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(3624), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [anon_sym_STAR] = ACTIONS(1810), + [anon_sym_DASH_GT] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + }, + [1919] = { + [sym__expression] = STATE(4077), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1843), + [sym_annotation] = STATE(1843), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(306), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(1976), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(1257), + [sym_label] = ACTIONS(817), + [anon_sym_null] = ACTIONS(1910), + [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(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_BANG] = ACTIONS(819), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [1920] = { + [sym__expression] = STATE(4109), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1921] = { + [sym__expression] = STATE(317), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(270), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1674), + [anon_sym_fun] = ACTIONS(1716), [anon_sym_get] = ACTIONS(1664), [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1237), - [sym_label] = ACTIONS(817), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(811), + [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(813), - [anon_sym_return] = ACTIONS(815), + [anon_sym_throw] = ACTIONS(1720), + [anon_sym_return] = ACTIONS(1722), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(817), - [anon_sym_DASH] = ACTIONS(817), - [anon_sym_PLUS_PLUS] = ACTIONS(819), - [anon_sym_DASH_DASH] = ACTIONS(819), - [anon_sym_BANG] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -257331,60 +259236,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1903] = { - [sym__expression] = STATE(323), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1922] = { + [sym__expression] = STATE(318), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -257394,8 +259299,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), @@ -257405,11 +259310,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -257432,60 +259337,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1904] = { - [sym__expression] = STATE(324), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1923] = { + [sym__expression] = STATE(314), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -257495,8 +259400,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), @@ -257506,11 +259411,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -257533,161 +259438,161 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1905] = { - [sym__expression] = STATE(4114), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [1924] = { + [sym__expression] = STATE(4287), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1924), + [sym_annotation] = STATE(1924), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [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(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(113), }, - [1906] = { - [sym__expression] = STATE(325), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1925] = { + [sym__expression] = STATE(316), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1605), + [sym_annotation] = STATE(1605), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -257697,8 +259602,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1045), + [sym_label] = ACTIONS(1053), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1718), [anon_sym_when] = ACTIONS(429), @@ -257708,11 +259613,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(1053), + [anon_sym_DASH] = ACTIONS(1053), + [anon_sym_PLUS_PLUS] = ACTIONS(1055), + [anon_sym_DASH_DASH] = ACTIONS(1055), + [anon_sym_BANG] = ACTIONS(1055), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -257735,85 +259640,489 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1907] = { - [sym__expression] = STATE(329), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [1926] = { + [sym__expression] = STATE(1437), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1927] = { + [sym_function_body] = STATE(1134), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), + }, + [1928] = { + [sym__expression] = STATE(1726), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1929] = { + [sym__expression] = STATE(1213), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(269), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1708), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1710), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1714), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1930] = { + [sym__expression] = STATE(371), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), + [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(1664), [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1281), + [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), + [anon_sym_if] = ACTIONS(427), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(443), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -257836,85 +260145,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1908] = { - [sym__expression] = STATE(327), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [1931] = { + [sym__expression] = STATE(4348), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1932] = { + [sym__expression] = STATE(465), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), + [anon_sym_fun] = ACTIONS(1684), [anon_sym_get] = ACTIONS(1664), [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), + [anon_sym_if] = ACTIONS(1686), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -257937,186 +260347,1701 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1909] = { - [sym__expression] = STATE(4526), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [1933] = { + [sym__expression] = STATE(471), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1934] = { + [sym__expression] = STATE(724), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1935] = { + [sym__expression] = STATE(720), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1936] = { + [sym__expression] = STATE(4123), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), + [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1910] = { - [sym__expression] = STATE(314), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1544), - [sym_annotation] = STATE(1544), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(270), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [1937] = { + [sym__expression] = STATE(4120), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1938] = { + [sym__expression] = STATE(4119), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1939] = { + [sym__expression] = STATE(4117), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [1940] = { + [sym__expression] = STATE(719), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1941] = { + [sym__expression] = STATE(718), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1942] = { + [sym__expression] = STATE(717), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1943] = { + [sym__expression] = STATE(716), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1944] = { + [sym__expression] = STATE(731), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1945] = { + [sym__expression] = STATE(729), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1946] = { + [sym__expression] = STATE(728), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1947] = { + [sym__expression] = STATE(727), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1948] = { + [sym__expression] = STATE(723), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1949] = { + [sym__expression] = STATE(359), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1716), + [anon_sym_fun] = ACTIONS(1662), [anon_sym_get] = ACTIONS(1664), [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1019), - [sym_label] = ACTIONS(1027), + [anon_sym_STAR] = ACTIONS(1281), + [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1718), + [anon_sym_if] = ACTIONS(427), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1722), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(443), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -258139,85 +262064,388 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1911] = { - [sym__expression] = STATE(1212), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [1950] = { + [sym__expression] = STATE(721), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(1593), + [sym_annotation] = STATE(1593), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(262), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1670), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1243), + [sym_label] = ACTIONS(759), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(753), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(755), + [anon_sym_return] = ACTIONS(757), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(761), + [anon_sym_DASH_DASH] = ACTIONS(761), + [anon_sym_BANG] = ACTIONS(761), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [1951] = { + [sym__expression] = STATE(300), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1952] = { + [sym__expression] = STATE(311), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [1953] = { + [sym__expression] = STATE(888), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1708), + [anon_sym_fun] = ACTIONS(1692), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1696), + [anon_sym_return] = ACTIONS(1698), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -258225,277 +262453,176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1912] = { - [sym_function_body] = STATE(1085), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_object] = ACTIONS(4439), - [anon_sym_fun] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_this] = ACTIONS(4439), - [anon_sym_super] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4441), - [sym_label] = ACTIONS(4439), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_null] = ACTIONS(4439), - [anon_sym_if] = ACTIONS(4439), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_when] = ACTIONS(4439), - [anon_sym_try] = ACTIONS(4439), - [anon_sym_throw] = ACTIONS(4439), - [anon_sym_return] = ACTIONS(4439), - [anon_sym_continue] = ACTIONS(4439), - [anon_sym_break] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4441), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG] = ACTIONS(4439), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_suspend] = ACTIONS(4439), - [anon_sym_sealed] = ACTIONS(4439), - [anon_sym_annotation] = ACTIONS(4439), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_override] = ACTIONS(4439), - [anon_sym_lateinit] = ACTIONS(4439), - [anon_sym_public] = ACTIONS(4439), - [anon_sym_private] = ACTIONS(4439), - [anon_sym_internal] = ACTIONS(4439), - [anon_sym_protected] = ACTIONS(4439), - [anon_sym_tailrec] = ACTIONS(4439), - [anon_sym_operator] = ACTIONS(4439), - [anon_sym_infix] = ACTIONS(4439), - [anon_sym_inline] = ACTIONS(4439), - [anon_sym_external] = ACTIONS(4439), - [sym_property_modifier] = ACTIONS(4439), - [anon_sym_abstract] = ACTIONS(4439), - [anon_sym_final] = ACTIONS(4439), - [anon_sym_open] = ACTIONS(4439), - [anon_sym_vararg] = ACTIONS(4439), - [anon_sym_noinline] = ACTIONS(4439), - [anon_sym_crossinline] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4441), - [anon_sym_continue_AT] = ACTIONS(4441), - [anon_sym_break_AT] = ACTIONS(4441), - [anon_sym_this_AT] = ACTIONS(4441), - [anon_sym_super_AT] = ACTIONS(4441), - [sym_real_literal] = ACTIONS(4441), - [sym_integer_literal] = ACTIONS(4439), - [sym_hex_literal] = ACTIONS(4441), - [sym_bin_literal] = ACTIONS(4441), - [anon_sym_true] = ACTIONS(4439), - [anon_sym_false] = ACTIONS(4439), - [anon_sym_SQUOTE] = ACTIONS(4441), - [sym__backtick_identifier] = ACTIONS(4441), - [sym__automatic_semicolon] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4441), + [sym__string_start] = ACTIONS(639), }, - [1913] = { - [sym_function_body] = STATE(1123), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_object] = ACTIONS(4299), - [anon_sym_fun] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_this] = ACTIONS(4299), - [anon_sym_super] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4301), - [sym_label] = ACTIONS(4299), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_null] = ACTIONS(4299), - [anon_sym_if] = ACTIONS(4299), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_when] = ACTIONS(4299), - [anon_sym_try] = ACTIONS(4299), - [anon_sym_throw] = ACTIONS(4299), - [anon_sym_return] = ACTIONS(4299), - [anon_sym_continue] = ACTIONS(4299), - [anon_sym_break] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4301), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG] = ACTIONS(4299), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), + [1954] = { + [sym__expression] = STATE(303), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4301), - [anon_sym_continue_AT] = ACTIONS(4301), - [anon_sym_break_AT] = ACTIONS(4301), - [anon_sym_this_AT] = ACTIONS(4301), - [anon_sym_super_AT] = ACTIONS(4301), - [sym_real_literal] = ACTIONS(4301), - [sym_integer_literal] = ACTIONS(4299), - [sym_hex_literal] = ACTIONS(4301), - [sym_bin_literal] = ACTIONS(4301), - [anon_sym_true] = ACTIONS(4299), - [anon_sym_false] = ACTIONS(4299), - [anon_sym_SQUOTE] = ACTIONS(4301), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4301), + [sym__string_start] = ACTIONS(471), }, - [1914] = { - [sym__expression] = STATE(372), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1955] = { + [sym__expression] = STATE(368), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -258505,7 +262632,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1281), [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(427), @@ -258543,1499 +262670,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1915] = { - [sym__expression] = STATE(759), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [1956] = { + [sym__expression] = STATE(307), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1916] = { - [sym__expression] = STATE(4523), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1917] = { - [sym__expression] = STATE(4310), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1918] = { - [sym_function_body] = STATE(1185), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_object] = ACTIONS(4137), - [anon_sym_fun] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_this] = ACTIONS(4137), - [anon_sym_super] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4139), - [sym_label] = ACTIONS(4137), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(4137), - [anon_sym_if] = ACTIONS(4137), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_when] = ACTIONS(4137), - [anon_sym_try] = ACTIONS(4137), - [anon_sym_throw] = ACTIONS(4137), - [anon_sym_return] = ACTIONS(4137), - [anon_sym_continue] = ACTIONS(4137), - [anon_sym_break] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4139), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4137), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4139), - [anon_sym_continue_AT] = ACTIONS(4139), - [anon_sym_break_AT] = ACTIONS(4139), - [anon_sym_this_AT] = ACTIONS(4139), - [anon_sym_super_AT] = ACTIONS(4139), - [sym_real_literal] = ACTIONS(4139), - [sym_integer_literal] = ACTIONS(4137), - [sym_hex_literal] = ACTIONS(4139), - [sym_bin_literal] = ACTIONS(4139), - [anon_sym_true] = ACTIONS(4137), - [anon_sym_false] = ACTIONS(4137), - [anon_sym_SQUOTE] = ACTIONS(4139), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4139), - }, - [1919] = { - [sym__expression] = STATE(4288), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1736), - [sym_annotation] = STATE(1736), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(362), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3105), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3107), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3111), - [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(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1920] = { - [sym__expression] = STATE(4290), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1736), - [sym_annotation] = STATE(1736), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(362), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3105), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3107), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3111), - [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(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1921] = { - [sym__expression] = STATE(4297), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1736), - [sym_annotation] = STATE(1736), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(362), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3105), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3107), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3111), - [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(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1922] = { - [sym__expression] = STATE(4285), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1736), - [sym_annotation] = STATE(1736), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(362), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3105), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3107), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3111), - [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(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1923] = { - [sym__expression] = STATE(4307), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1736), - [sym_annotation] = STATE(1736), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(362), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3105), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3107), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3111), - [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(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1924] = { - [sym__expression] = STATE(4303), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1736), - [sym_annotation] = STATE(1736), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(362), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3105), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3107), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3111), - [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(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1925] = { - [sym__expression] = STATE(4298), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1736), - [sym_annotation] = STATE(1736), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(362), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3105), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3107), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3111), - [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(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1926] = { - [sym__expression] = STATE(4305), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1736), - [sym_annotation] = STATE(1736), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(362), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3105), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3107), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3111), - [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(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1927] = { - [sym__expression] = STATE(1753), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1928] = { - [sym__expression] = STATE(4304), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1736), - [sym_annotation] = STATE(1736), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(362), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3105), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3107), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3111), - [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(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(471), }, - [1929] = { - [sym__expression] = STATE(376), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [1957] = { + [sym__expression] = STATE(301), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1662), + [anon_sym_fun] = ACTIONS(1684), [anon_sym_get] = ACTIONS(1664), [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), - [sym_label] = ACTIONS(441), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(427), + [anon_sym_if] = ACTIONS(1686), [anon_sym_when] = ACTIONS(429), [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -260058,464 +262872,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1930] = { - [sym__expression] = STATE(1729), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1931] = { - [sym__expression] = STATE(4306), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1736), - [sym_annotation] = STATE(1736), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(362), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3105), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3107), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3111), - [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(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), - }, - [1932] = { - [sym__expression] = STATE(4131), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1933] = { - [sym__expression] = STATE(4110), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1934] = { - [sym__expression] = STATE(462), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1958] = { + [sym__expression] = STATE(310), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -260525,8 +262935,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1686), [anon_sym_when] = ACTIONS(429), @@ -260536,11 +262946,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -260563,60 +262973,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1935] = { - [sym__expression] = STATE(477), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1959] = { + [sym__expression] = STATE(312), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -260626,8 +263036,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1686), [anon_sym_when] = ACTIONS(429), @@ -260637,11 +263047,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -260664,767 +263074,363 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1936] = { - [sym__expression] = STATE(717), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1937] = { - [sym__expression] = STATE(716), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1938] = { - [sym__expression] = STATE(714), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1939] = { - [sym__expression] = STATE(721), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1940] = { - [sym__expression] = STATE(4108), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [1960] = { + [sym__expression] = STATE(309), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(471), }, - [1941] = { - [sym__expression] = STATE(4302), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1736), - [sym_annotation] = STATE(1736), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(362), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(3105), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(43), - [sym_label] = ACTIONS(69), - [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(3107), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3111), - [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(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), + [1961] = { + [sym__expression] = STATE(305), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(471), }, - [1942] = { - [sym__expression] = STATE(4124), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [1962] = { + [sym__expression] = STATE(299), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(266), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1684), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(1688), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(471), }, - [1943] = { - [sym__expression] = STATE(378), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1963] = { + [sym__expression] = STATE(367), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -261434,7 +263440,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1281), [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(427), @@ -261472,969 +263478,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1944] = { - [sym__expression] = STATE(715), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1945] = { - [sym__expression] = STATE(726), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1946] = { - [sym__expression] = STATE(738), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1947] = { - [sym__expression] = STATE(735), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1948] = { - [sym__expression] = STATE(734), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1949] = { - [sym__expression] = STATE(729), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1950] = { - [sym__expression] = STATE(712), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1951] = { - [sym__expression] = STATE(725), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(1594), - [sym_annotation] = STATE(1594), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(262), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1670), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1243), - [sym_label] = ACTIONS(785), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(779), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(781), - [anon_sym_return] = ACTIONS(783), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(787), - [anon_sym_DASH_DASH] = ACTIONS(787), - [anon_sym_BANG] = ACTIONS(787), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [1952] = { - [sym__expression] = STATE(299), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1953] = { - [sym__expression] = STATE(379), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1964] = { + [sym__expression] = STATE(366), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -262444,7 +263541,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1281), [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(427), @@ -262482,464 +263579,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1954] = { - [sym__expression] = STATE(305), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1955] = { - [sym__expression] = STATE(308), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1956] = { - [sym__expression] = STATE(310), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1957] = { - [sym__expression] = STATE(312), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1958] = { - [sym__expression] = STATE(300), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1965] = { + [sym__expression] = STATE(304), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(1740), + [sym_annotation] = STATE(1740), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -262949,8 +263642,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), + [anon_sym_STAR] = ACTIONS(957), + [sym_label] = ACTIONS(967), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(1686), [anon_sym_when] = ACTIONS(429), @@ -262960,112 +263653,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(437), [anon_sym_break] = ACTIONS(437), [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1959] = { - [sym__expression] = STATE(373), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), - [sym_label] = ACTIONS(441), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(427), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), [anon_sym_data] = ACTIONS(1664), [anon_sym_inner] = ACTIONS(1664), [anon_sym_value] = ACTIONS(1664), @@ -263088,85 +263680,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1960] = { - [sym__expression] = STATE(878), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1966] = { + [sym__expression] = STATE(869), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1692), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1696), [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -263174,605 +263766,302 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1961] = { - [sym__expression] = STATE(306), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1962] = { - [sym__expression] = STATE(307), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), - }, - [1963] = { - [sym__expression] = STATE(311), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(639), }, - [1964] = { - [sym__expression] = STATE(309), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), + [1967] = { + [sym__expression] = STATE(868), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1692), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1696), + [anon_sym_return] = ACTIONS(1698), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(639), }, - [1965] = { - [sym__expression] = STATE(301), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(1765), - [sym_annotation] = STATE(1765), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(266), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1684), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(929), - [sym_label] = ACTIONS(939), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(1688), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(939), - [anon_sym_DASH] = ACTIONS(939), - [anon_sym_PLUS_PLUS] = ACTIONS(941), - [anon_sym_DASH_DASH] = ACTIONS(941), - [anon_sym_BANG] = ACTIONS(941), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), + [1968] = { + [sym__expression] = STATE(867), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1692), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1696), + [anon_sym_return] = ACTIONS(1698), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(639), }, - [1966] = { - [sym__expression] = STATE(883), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1969] = { + [sym__expression] = STATE(866), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1692), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1696), [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -263780,75 +264069,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1967] = { - [sym__expression] = STATE(370), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1970] = { + [sym__expression] = STATE(365), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -263858,7 +264147,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1281), [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(427), @@ -263896,60 +264185,161 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1968] = { - [sym__expression] = STATE(369), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [1971] = { + [sym__expression] = STATE(865), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(267), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1692), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(1696), + [anon_sym_return] = ACTIONS(1698), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [1972] = { + [sym__expression] = STATE(364), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -263959,7 +264349,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1281), [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(427), @@ -263997,186 +264387,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [1969] = { - [sym__expression] = STATE(882), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1973] = { + [sym__expression] = STATE(864), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1692), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1970] = { - [sym__expression] = STATE(881), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1692), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1696), [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -264184,100 +264473,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1971] = { - [sym__expression] = STATE(875), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1974] = { + [sym__expression] = STATE(892), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1692), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1696), [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -264285,100 +264574,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1972] = { - [sym__expression] = STATE(872), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1975] = { + [sym__expression] = STATE(891), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1692), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1696), [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -264386,100 +264675,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1973] = { - [sym__expression] = STATE(870), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1976] = { + [sym__expression] = STATE(879), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1692), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1696), [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -264487,201 +264776,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1974] = { - [sym__expression] = STATE(368), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), - [sym_label] = ACTIONS(441), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(427), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(639), }, - [1975] = { - [sym__expression] = STATE(873), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1977] = { + [sym__expression] = STATE(889), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1692), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1696), [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -264689,201 +264877,201 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1976] = { - [sym__expression] = STATE(4125), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [1978] = { + [sym__expression] = STATE(4113), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [1977] = { - [sym__expression] = STATE(874), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [1979] = { + [sym__expression] = STATE(887), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1543), + [sym_annotation] = STATE(1543), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1692), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(989), + [sym_label] = ACTIONS(999), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1696), [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_PLUS_PLUS] = ACTIONS(1001), + [anon_sym_DASH_DASH] = ACTIONS(1001), + [anon_sym_BANG] = ACTIONS(1001), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -264891,100 +265079,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1978] = { - [sym__expression] = STATE(876), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [1980] = { + [sym__expression] = STATE(1407), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1692), + [anon_sym_fun] = ACTIONS(1650), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), + [anon_sym_if] = ACTIONS(597), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -264992,1198 +265180,996 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [1979] = { - [sym__expression] = STATE(4126), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [1981] = { + [sym__expression] = STATE(3291), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), + [anon_sym_fun] = ACTIONS(1840), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(175), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1980] = { - [sym__expression] = STATE(879), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1692), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), - }, - [1981] = { - [sym__expression] = STATE(880), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1545), - [sym_annotation] = STATE(1545), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(267), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1692), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(897), - [sym_label] = ACTIONS(907), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1696), - [anon_sym_return] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_PLUS_PLUS] = ACTIONS(909), - [anon_sym_DASH_DASH] = ACTIONS(909), - [anon_sym_BANG] = ACTIONS(909), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(205), }, [1982] = { - [sym__expression] = STATE(1413), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [sym__expression] = STATE(3322), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1840), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(175), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(205), }, [1983] = { - [sym__expression] = STATE(3289), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(3321), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1840), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(265), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(175), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1984] = { - [sym__expression] = STATE(3299), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(3318), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1840), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(265), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(175), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1985] = { - [sym__expression] = STATE(3296), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(3317), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1840), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(265), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(175), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1986] = { - [sym__expression] = STATE(3330), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(3286), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1840), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(265), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(175), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1987] = { - [sym__expression] = STATE(3328), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(3275), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1840), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(265), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(175), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1988] = { - [sym__expression] = STATE(3333), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(3276), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1840), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(265), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(175), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1989] = { - [sym__expression] = STATE(3335), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(3277), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1840), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(265), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(175), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1990] = { - [sym__expression] = STATE(4230), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1580), - [sym_annotation] = STATE(1580), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), + [sym__expression] = STATE(4233), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1625), + [sym_annotation] = STATE(1625), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), [sym__return_at] = STATE(357), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(13), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_LPAREN] = ACTIONS(27), - [anon_sym_object] = ACTIONS(1916), + [anon_sym_object] = ACTIONS(1904), [anon_sym_fun] = ACTIONS(3072), - [anon_sym_get] = ACTIONS(1920), - [anon_sym_set] = ACTIONS(1920), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), [anon_sym_this] = ACTIONS(39), [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(961), - [sym_label] = ACTIONS(969), - [anon_sym_null] = ACTIONS(1922), + [anon_sym_STAR] = ACTIONS(929), + [sym_label] = ACTIONS(937), + [anon_sym_null] = ACTIONS(1910), [anon_sym_if] = ACTIONS(3074), [anon_sym_when] = ACTIONS(57), [anon_sym_try] = ACTIONS(59), @@ -266192,23 +266178,23 @@ 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(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(971), - [anon_sym_BANG] = ACTIONS(971), - [anon_sym_data] = ACTIONS(1920), - [anon_sym_inner] = ACTIONS(1920), - [anon_sym_value] = ACTIONS(1920), - [anon_sym_expect] = ACTIONS(1920), - [anon_sym_actual] = ACTIONS(1920), + [anon_sym_PLUS] = ACTIONS(937), + [anon_sym_DASH] = ACTIONS(937), + [anon_sym_PLUS_PLUS] = ACTIONS(939), + [anon_sym_DASH_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_data] = ACTIONS(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), [anon_sym_this_AT] = ACTIONS(97), [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), + [sym_real_literal] = ACTIONS(1912), [sym_integer_literal] = ACTIONS(103), [sym_hex_literal] = ACTIONS(105), [sym_bin_literal] = ACTIONS(105), @@ -266220,867 +266206,665 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(113), }, [1991] = { - [sym__expression] = STATE(3336), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(3326), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1840), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(265), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(175), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1992] = { - [sym__expression] = STATE(3337), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(3319), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1840), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(265), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(175), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1993] = { - [sym__expression] = STATE(3338), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(3292), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1840), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(265), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(175), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1994] = { - [sym__expression] = STATE(3339), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(3295), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1840), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(265), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(175), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1995] = { - [sym__expression] = STATE(4128), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(4111), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1996] = { - [sym__expression] = STATE(3340), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__expression] = STATE(4105), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1840), + [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(265), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [1997] = { - [sym__expression] = STATE(4457), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1998] = { - [sym__expression] = STATE(4451), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [1999] = { - [sym__expression] = STATE(364), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [sym__expression] = STATE(362), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -267090,7 +266874,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1281), [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(427), @@ -267128,666 +266912,464 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [2000] = { - [sym__expression] = STATE(4130), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [1998] = { + [sym__expression] = STATE(4104), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2001] = { - [sym__expression] = STATE(4141), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [1999] = { + [sym__expression] = STATE(4103), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [2002] = { - [sym_function_body] = STATE(1132), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_object] = ACTIONS(4295), - [anon_sym_fun] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_this] = ACTIONS(4295), - [anon_sym_super] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4297), - [sym_label] = ACTIONS(4295), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_null] = ACTIONS(4295), - [anon_sym_if] = ACTIONS(4295), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_when] = ACTIONS(4295), - [anon_sym_try] = ACTIONS(4295), - [anon_sym_throw] = ACTIONS(4295), - [anon_sym_return] = ACTIONS(4295), - [anon_sym_continue] = ACTIONS(4295), - [anon_sym_break] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4297), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4297), - [anon_sym_continue_AT] = ACTIONS(4297), - [anon_sym_break_AT] = ACTIONS(4297), - [anon_sym_this_AT] = ACTIONS(4297), - [anon_sym_super_AT] = ACTIONS(4297), - [sym_real_literal] = ACTIONS(4297), - [sym_integer_literal] = ACTIONS(4295), - [sym_hex_literal] = ACTIONS(4297), - [sym_bin_literal] = ACTIONS(4297), - [anon_sym_true] = ACTIONS(4295), - [anon_sym_false] = ACTIONS(4295), - [anon_sym_SQUOTE] = ACTIONS(4297), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4297), - }, - [2003] = { - [sym__expression] = STATE(4450), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2004] = { - [sym__expression] = STATE(4445), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2000] = { + [sym__expression] = STATE(4476), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2005] = { - [sym__expression] = STATE(4500), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2001] = { + [sym__expression] = STATE(4444), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2006] = { - [sym__expression] = STATE(366), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [2002] = { + [sym__expression] = STATE(361), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -267797,7 +267379,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1281), [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(427), @@ -267835,4706 +267417,4605 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [2007] = { - [sym__expression] = STATE(4499), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2003] = { + [sym__expression] = STATE(4460), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2008] = { - [sym__expression] = STATE(4492), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2004] = { + [sym__expression] = STATE(4522), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2009] = { - [sym__expression] = STATE(4442), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2005] = { + [sym__expression] = STATE(4458), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2010] = { - [sym__expression] = STATE(4441), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2006] = { + [sym__expression] = STATE(4465), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2011] = { - [sym__expression] = STATE(4410), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2007] = { + [sym__expression] = STATE(4470), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2012] = { - [sym__expression] = STATE(4437), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2008] = { + [sym__expression] = STATE(4503), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [2013] = { - [sym__expression] = STATE(360), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), - [sym_label] = ACTIONS(441), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(427), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(205), }, - [2014] = { - [sym__expression] = STATE(4433), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2009] = { + [sym__expression] = STATE(4456), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2015] = { - [sym__expression] = STATE(4432), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2010] = { + [sym__expression] = STATE(4415), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2016] = { - [sym__expression] = STATE(4431), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2011] = { + [sym__expression] = STATE(4489), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2017] = { - [sym__expression] = STATE(4430), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2012] = { + [sym__expression] = STATE(4499), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [2018] = { - [sym__expression] = STATE(3310), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1840), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(265), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2019] = { - [sym__expression] = STATE(4424), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2013] = { + [sym__expression] = STATE(4432), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2020] = { - [sym__expression] = STATE(3278), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [2014] = { + [sym__expression] = STATE(3357), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1840), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(265), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(175), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2021] = { - [sym__expression] = STATE(4421), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2015] = { + [sym__expression] = STATE(4416), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2022] = { - [sym__expression] = STATE(4415), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [2016] = { + [sym__expression] = STATE(3299), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1983), + [sym_annotation] = STATE(1983), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(283), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), + [anon_sym_fun] = ACTIONS(1840), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1237), + [sym_label] = ACTIONS(175), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_if] = ACTIONS(161), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(167), + [anon_sym_return] = ACTIONS(169), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(175), + [anon_sym_DASH] = ACTIONS(175), + [anon_sym_PLUS_PLUS] = ACTIONS(177), + [anon_sym_DASH_DASH] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(177), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [2023] = { - [sym__expression] = STATE(367), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), - [sym_label] = ACTIONS(441), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(427), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(205), }, - [2024] = { - [sym__expression] = STATE(4514), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2017] = { + [sym__expression] = STATE(4402), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2025] = { - [sym__expression] = STATE(4512), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2018] = { + [sym__expression] = STATE(4414), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [2026] = { - [sym__expression] = STATE(4417), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [2019] = { + [sym__expression] = STATE(4446), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2027] = { - [sym__expression] = STATE(4511), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2020] = { + [sym__expression] = STATE(4463), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2028] = { - [sym__expression] = STATE(4475), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2021] = { + [sym__expression] = STATE(4441), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2029] = { - [sym__expression] = STATE(4401), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2022] = { + [sym__expression] = STATE(4447), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2030] = { - [sym__expression] = STATE(4402), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2023] = { + [sym__expression] = STATE(4418), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2031] = { - [sym__expression] = STATE(4143), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [2024] = { + [sym__expression] = STATE(4417), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), + [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2032] = { - [sym__expression] = STATE(4405), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2025] = { + [sym__expression] = STATE(4491), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2033] = { + [2026] = { [sym__expression] = STATE(4411), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2034] = { - [sym__expression] = STATE(4425), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2027] = { + [sym__expression] = STATE(377), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1281), + [sym_label] = ACTIONS(441), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(427), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(443), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [2028] = { + [sym__expression] = STATE(4493), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2035] = { - [sym__expression] = STATE(4426), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2029] = { + [sym__expression] = STATE(4453), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2036] = { - [sym__expression] = STATE(4462), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2030] = { + [sym__expression] = STATE(4457), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2037] = { - [sym__expression] = STATE(4464), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2031] = { + [sym__expression] = STATE(4509), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2038] = { - [sym__expression] = STATE(4474), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2032] = { + [sym__expression] = STATE(4496), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2039] = { - [sym__expression] = STATE(4478), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2033] = { + [sym__expression] = STATE(4398), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2040] = { - [sym__expression] = STATE(4479), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2034] = { + [sym__expression] = STATE(4430), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2041] = { - [sym__expression] = STATE(4513), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2035] = { + [sym__expression] = STATE(4508), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2042] = { - [sym__expression] = STATE(4516), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2036] = { + [sym__expression] = STATE(4518), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [2037] = { + [sym__expression] = STATE(4464), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2043] = { - [sym__expression] = STATE(4507), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2038] = { + [sym__expression] = STATE(4438), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2044] = { - [sym__expression] = STATE(4515), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2039] = { + [sym__expression] = STATE(4436), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2045] = { - [sym__expression] = STATE(4510), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2040] = { + [sym__expression] = STATE(4403), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2046] = { - [sym__expression] = STATE(4489), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2041] = { + [sym__expression] = STATE(4401), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2047] = { + [2042] = { [sym__expression] = STATE(4488), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2048] = { - [sym__expression] = STATE(4459), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2043] = { + [sym__expression] = STATE(4512), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2049] = { - [sym__expression] = STATE(4447), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2044] = { + [sym__expression] = STATE(4480), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2050] = { - [sym__expression] = STATE(4446), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2045] = { + [sym__expression] = STATE(4435), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2051] = { - [sym__expression] = STATE(4309), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [2046] = { + [sym__expression] = STATE(4486), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), + [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2052] = { - [sym__expression] = STATE(4275), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2047] = { + [sym__expression] = STATE(4485), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2053] = { - [sym__expression] = STATE(361), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), + [2048] = { + [sym__expression] = STATE(378), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), [sym__lexical_identifier] = STATE(823), [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(389), [anon_sym_LBRACE] = ACTIONS(1658), [anon_sym_LPAREN] = ACTIONS(399), @@ -272544,7 +272025,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_set] = ACTIONS(1664), [anon_sym_this] = ACTIONS(411), [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1281), [sym_label] = ACTIONS(441), [anon_sym_null] = ACTIONS(1666), [anon_sym_if] = ACTIONS(427), @@ -272582,2711 +272063,3115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(471), }, - [2054] = { - [sym__expression] = STATE(374), - [sym__unary_expression] = STATE(1110), - [sym_postfix_expression] = STATE(1110), - [sym_call_expression] = STATE(1110), - [sym_indexing_expression] = STATE(1110), - [sym_navigation_expression] = STATE(1110), - [sym_prefix_expression] = STATE(1110), - [sym_as_expression] = STATE(1110), - [sym_spread_expression] = STATE(1110), - [sym__binary_expression] = STATE(1110), - [sym_multiplicative_expression] = STATE(1110), - [sym_additive_expression] = STATE(1110), - [sym_range_expression] = STATE(1110), - [sym_infix_expression] = STATE(1110), - [sym_elvis_expression] = STATE(1110), - [sym_check_expression] = STATE(1110), - [sym_comparison_expression] = STATE(1110), - [sym_equality_expression] = STATE(1110), - [sym_conjunction_expression] = STATE(1110), - [sym_disjunction_expression] = STATE(1110), - [sym__primary_expression] = STATE(1110), - [sym_parenthesized_expression] = STATE(1110), - [sym_collection_literal] = STATE(1110), - [sym__literal_constant] = STATE(1110), - [sym_string_literal] = STATE(1110), - [sym_lambda_literal] = STATE(1110), - [sym_anonymous_function] = STATE(1110), - [sym__function_literal] = STATE(1110), - [sym_object_literal] = STATE(1110), - [sym_this_expression] = STATE(1110), - [sym_super_expression] = STATE(1110), - [sym_if_expression] = STATE(1110), - [sym_when_expression] = STATE(1110), - [sym_try_expression] = STATE(1110), - [sym_jump_expression] = STATE(1110), - [sym_callable_reference] = STATE(1110), - [sym__prefix_unary_operator] = STATE(2023), - [sym_annotation] = STATE(2023), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(1094), - [sym__return_at] = STATE(261), - [sym__continue_at] = STATE(1115), - [sym__break_at] = STATE(1115), - [sym__this_at] = STATE(1117), - [sym__super_at] = STATE(1104), - [sym_unsigned_literal] = STATE(1110), - [sym_long_literal] = STATE(1110), - [sym_boolean_literal] = STATE(1110), - [sym_character_literal] = STATE(1110), - [sym__lexical_identifier] = STATE(823), - [sym__alpha_identifier] = ACTIONS(387), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(389), - [anon_sym_LBRACE] = ACTIONS(1658), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_object] = ACTIONS(1660), - [anon_sym_fun] = ACTIONS(1662), - [anon_sym_get] = ACTIONS(1664), - [anon_sym_set] = ACTIONS(1664), - [anon_sym_this] = ACTIONS(411), - [anon_sym_super] = ACTIONS(413), - [anon_sym_STAR] = ACTIONS(1303), - [sym_label] = ACTIONS(441), - [anon_sym_null] = ACTIONS(1666), - [anon_sym_if] = ACTIONS(427), - [anon_sym_when] = ACTIONS(429), - [anon_sym_try] = ACTIONS(431), - [anon_sym_throw] = ACTIONS(433), - [anon_sym_return] = ACTIONS(435), - [anon_sym_continue] = ACTIONS(437), - [anon_sym_break] = ACTIONS(437), - [anon_sym_COLON_COLON] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_PLUS_PLUS] = ACTIONS(443), - [anon_sym_DASH_DASH] = ACTIONS(443), - [anon_sym_BANG] = ACTIONS(443), - [anon_sym_data] = ACTIONS(1664), - [anon_sym_inner] = ACTIONS(1664), - [anon_sym_value] = ACTIONS(1664), - [anon_sym_expect] = ACTIONS(1664), - [anon_sym_actual] = ACTIONS(1664), + [2049] = { + [sym__expression] = STATE(4101), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(451), - [anon_sym_break_AT] = ACTIONS(453), - [anon_sym_this_AT] = ACTIONS(455), - [anon_sym_super_AT] = ACTIONS(457), - [sym_real_literal] = ACTIONS(1668), - [sym_integer_literal] = ACTIONS(461), - [sym_hex_literal] = ACTIONS(463), - [sym_bin_literal] = ACTIONS(463), - [anon_sym_true] = ACTIONS(465), - [anon_sym_false] = ACTIONS(465), - [anon_sym_SQUOTE] = ACTIONS(467), - [sym__backtick_identifier] = ACTIONS(469), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(471), + [sym__string_start] = ACTIONS(205), }, - [2055] = { - [sym__expression] = STATE(4434), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2050] = { + [sym__expression] = STATE(4265), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2056] = { - [sym__expression] = STATE(4428), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2051] = { + [sym__expression] = STATE(4504), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2057] = { - [sym__expression] = STATE(4416), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2052] = { + [sym__expression] = STATE(4510), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), }, - [2058] = { - [sym__expression] = STATE(4321), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [2053] = { + [sym__expression] = STATE(4310), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2059] = { - [sym__expression] = STATE(4413), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2054] = { + [sym__expression] = STATE(4461), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2060] = { - [sym__expression] = STATE(4412), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2055] = { + [sym__expression] = STATE(4481), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2061] = { - [sym__expression] = STATE(4409), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2056] = { + [sym__expression] = STATE(4487), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2062] = { - [sym__expression] = STATE(4403), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2057] = { + [sym__expression] = STATE(4321), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [2058] = { + [sym__expression] = STATE(4410), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2063] = { - [sym__expression] = STATE(4314), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [2059] = { + [sym__expression] = STATE(4523), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), + [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2064] = { - [sym__expression] = STATE(4404), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2060] = { + [sym__expression] = STATE(4521), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [2061] = { + [sym__expression] = STATE(4409), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [2062] = { + [sym__expression] = STATE(373), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1281), + [sym_label] = ACTIONS(441), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(427), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(443), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(471), + }, + [2063] = { + [sym__expression] = STATE(4306), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [2064] = { + [sym__expression] = STATE(375), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1281), + [sym_label] = ACTIONS(441), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(427), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(443), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(471), }, [2065] = { - [sym__expression] = STATE(4407), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [sym__expression] = STATE(4427), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [2066] = { - [sym__expression] = STATE(3344), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1985), - [sym_annotation] = STATE(1985), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(283), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__expression] = STATE(4429), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1840), + [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1271), - [sym_label] = ACTIONS(265), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(251), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(257), - [anon_sym_return] = ACTIONS(259), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(265), - [anon_sym_DASH] = ACTIONS(265), - [anon_sym_PLUS_PLUS] = ACTIONS(267), - [anon_sym_DASH_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [2067] = { - [sym__expression] = STATE(4414), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [sym__expression] = STATE(4479), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [2068] = { - [sym_type_constraints] = STATE(2197), - [sym_property_delegate] = STATE(2352), - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_RBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(5721), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(5707), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3632), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [2069] = { - [sym__expression] = STATE(4323), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(4305), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2070] = { - [sym__expression] = STATE(4477), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2069] = { + [sym__expression] = STATE(4397), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2071] = { - [sym__expression] = STATE(4496), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2070] = { + [sym__expression] = STATE(4431), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2072] = { - [sym__expression] = STATE(4497), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2071] = { + [sym__expression] = STATE(4434), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2073] = { - [sym__expression] = STATE(4453), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2072] = { + [sym__expression] = STATE(4507), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2074] = { - [sym__expression] = STATE(4313), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [2073] = { + [sym__expression] = STATE(4312), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [2074] = { + [sym__expression] = STATE(372), + [sym__unary_expression] = STATE(1013), + [sym_postfix_expression] = STATE(1013), + [sym_call_expression] = STATE(1013), + [sym_indexing_expression] = STATE(1013), + [sym_navigation_expression] = STATE(1013), + [sym_prefix_expression] = STATE(1013), + [sym_as_expression] = STATE(1013), + [sym_spread_expression] = STATE(1013), + [sym__binary_expression] = STATE(1013), + [sym_multiplicative_expression] = STATE(1013), + [sym_additive_expression] = STATE(1013), + [sym_range_expression] = STATE(1013), + [sym_infix_expression] = STATE(1013), + [sym_elvis_expression] = STATE(1013), + [sym_check_expression] = STATE(1013), + [sym_comparison_expression] = STATE(1013), + [sym_equality_expression] = STATE(1013), + [sym_conjunction_expression] = STATE(1013), + [sym_disjunction_expression] = STATE(1013), + [sym__primary_expression] = STATE(1013), + [sym_parenthesized_expression] = STATE(1013), + [sym_collection_literal] = STATE(1013), + [sym__literal_constant] = STATE(1013), + [sym_string_literal] = STATE(1013), + [sym_lambda_literal] = STATE(1013), + [sym_anonymous_function] = STATE(1013), + [sym__function_literal] = STATE(1013), + [sym_object_literal] = STATE(1013), + [sym_this_expression] = STATE(1013), + [sym_super_expression] = STATE(1013), + [sym_if_expression] = STATE(1013), + [sym_when_expression] = STATE(1013), + [sym_try_expression] = STATE(1013), + [sym_jump_expression] = STATE(1013), + [sym_callable_reference] = STATE(1013), + [sym__prefix_unary_operator] = STATE(2062), + [sym_annotation] = STATE(2062), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(1144), + [sym__return_at] = STATE(261), + [sym__continue_at] = STATE(1183), + [sym__break_at] = STATE(1183), + [sym__this_at] = STATE(1181), + [sym__super_at] = STATE(1151), + [sym_unsigned_literal] = STATE(1013), + [sym_long_literal] = STATE(1013), + [sym_boolean_literal] = STATE(1013), + [sym_character_literal] = STATE(1013), + [sym__lexical_identifier] = STATE(823), + [sym__alpha_identifier] = ACTIONS(387), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(1658), + [anon_sym_LPAREN] = ACTIONS(399), + [anon_sym_object] = ACTIONS(1660), + [anon_sym_fun] = ACTIONS(1662), + [anon_sym_get] = ACTIONS(1664), + [anon_sym_set] = ACTIONS(1664), + [anon_sym_this] = ACTIONS(411), + [anon_sym_super] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(1281), + [sym_label] = ACTIONS(441), + [anon_sym_null] = ACTIONS(1666), + [anon_sym_if] = ACTIONS(427), + [anon_sym_when] = ACTIONS(429), + [anon_sym_try] = ACTIONS(431), + [anon_sym_throw] = ACTIONS(433), + [anon_sym_return] = ACTIONS(435), + [anon_sym_continue] = ACTIONS(437), + [anon_sym_break] = ACTIONS(437), + [anon_sym_COLON_COLON] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_PLUS_PLUS] = ACTIONS(443), + [anon_sym_DASH_DASH] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(443), + [anon_sym_data] = ACTIONS(1664), + [anon_sym_inner] = ACTIONS(1664), + [anon_sym_value] = ACTIONS(1664), + [anon_sym_expect] = ACTIONS(1664), + [anon_sym_actual] = ACTIONS(1664), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(451), + [anon_sym_break_AT] = ACTIONS(453), + [anon_sym_this_AT] = ACTIONS(455), + [anon_sym_super_AT] = ACTIONS(457), + [sym_real_literal] = ACTIONS(1668), + [sym_integer_literal] = ACTIONS(461), + [sym_hex_literal] = ACTIONS(463), + [sym_bin_literal] = ACTIONS(463), + [anon_sym_true] = ACTIONS(465), + [anon_sym_false] = ACTIONS(465), + [anon_sym_SQUOTE] = ACTIONS(467), + [sym__backtick_identifier] = ACTIONS(469), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(471), }, [2075] = { - [sym__expression] = STATE(4503), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [sym__expression] = STATE(4497), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [2076] = { - [sym__expression] = STATE(4501), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [sym__expression] = STATE(4495), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [2077] = { - [sym__expression] = STATE(4455), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [sym__expression] = STATE(4395), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, [2078] = { - [sym__expression] = STATE(1010), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), - [sym_label] = ACTIONS(611), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(597), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(611), - [anon_sym_DASH] = ACTIONS(611), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_BANG] = ACTIONS(613), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [2079] = { - [sym__expression] = STATE(4320), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(4319), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2080] = { - [sym__expression] = STATE(1142), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [2079] = { + [sym__expression] = STATE(1159), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -275294,100 +275179,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [2081] = { - [sym__expression] = STATE(1146), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [2080] = { + [sym__expression] = STATE(1160), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -275395,100 +275280,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [2082] = { - [sym__expression] = STATE(1152), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [2081] = { + [sym__expression] = STATE(1161), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -275496,201 +275381,201 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [2083] = { - [sym__expression] = STATE(4435), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2082] = { + [sym__expression] = STATE(4475), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2084] = { - [sym__expression] = STATE(1156), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [2083] = { + [sym__expression] = STATE(1164), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -275698,302 +275583,302 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [2085] = { - [sym__expression] = STATE(4448), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2084] = { + [sym__expression] = STATE(4506), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2086] = { - [sym__expression] = STATE(4449), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2085] = { + [sym__expression] = STATE(4516), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2087] = { - [sym__expression] = STATE(1184), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [2086] = { + [sym__expression] = STATE(1167), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -276001,201 +275886,201 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [2088] = { - [sym__expression] = STATE(4454), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2087] = { + [sym__expression] = STATE(4452), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2089] = { - [sym__expression] = STATE(1178), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [2088] = { + [sym__expression] = STATE(1157), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1536), + [sym_annotation] = STATE(1536), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1708), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1089), + [sym_label] = ACTIONS(1097), [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(1710), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), [anon_sym_throw] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1714), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_PLUS_PLUS] = ACTIONS(1099), + [anon_sym_DASH_DASH] = ACTIONS(1099), + [anon_sym_BANG] = ACTIONS(1099), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -276203,11 +276088,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [2089] = { + [sym__expression] = STATE(1010), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1918), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1287), + [sym_label] = ACTIONS(527), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(513), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_PLUS_PLUS] = ACTIONS(529), + [anon_sym_DASH_DASH] = ACTIONS(529), + [anon_sym_BANG] = ACTIONS(529), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -276219,1611 +276205,1611 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(555), }, [2090] = { - [sym__expression] = STATE(4308), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__expression] = STATE(1012), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1918), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1287), + [sym_label] = ACTIONS(527), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(513), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_PLUS_PLUS] = ACTIONS(529), + [anon_sym_DASH_DASH] = ACTIONS(529), + [anon_sym_BANG] = ACTIONS(529), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [2091] = { + [sym__expression] = STATE(4320), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2091] = { - [sym__expression] = STATE(4460), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2092] = { + [sym__expression] = STATE(4420), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2092] = { - [sym__expression] = STATE(4461), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2093] = { + [sym__expression] = STATE(4423), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [2093] = { - [sym__expression] = STATE(1011), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), - [sym_label] = ACTIONS(611), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(597), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(611), - [anon_sym_DASH] = ACTIONS(611), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_BANG] = ACTIONS(613), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(205), }, [2094] = { - [sym__expression] = STATE(1013), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), - [sym_label] = ACTIONS(611), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(597), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(611), - [anon_sym_DASH] = ACTIONS(611), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_BANG] = ACTIONS(613), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [2095] = { - [sym__expression] = STATE(4476), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [sym__expression] = STATE(4442), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [2096] = { - [sym__expression] = STATE(4312), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [2097] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(2097), - [sym__alpha_identifier] = ACTIONS(4633), - [anon_sym_AT] = ACTIONS(4635), - [anon_sym_LBRACK] = ACTIONS(4635), - [anon_sym_as] = ACTIONS(4633), - [anon_sym_LBRACE] = ACTIONS(4635), - [anon_sym_RBRACE] = ACTIONS(4635), - [anon_sym_LPAREN] = ACTIONS(4635), - [anon_sym_COMMA] = ACTIONS(5723), - [anon_sym_LT] = ACTIONS(4633), - [anon_sym_GT] = ACTIONS(4633), - [anon_sym_where] = ACTIONS(4633), - [anon_sym_object] = ACTIONS(4633), - [anon_sym_fun] = ACTIONS(4633), - [anon_sym_DOT] = ACTIONS(4633), - [anon_sym_SEMI] = ACTIONS(4635), - [anon_sym_get] = ACTIONS(4633), - [anon_sym_set] = ACTIONS(4633), - [anon_sym_this] = ACTIONS(4633), - [anon_sym_super] = ACTIONS(4633), - [anon_sym_STAR] = ACTIONS(4635), - [sym_label] = ACTIONS(4633), - [anon_sym_in] = ACTIONS(4633), - [anon_sym_DOT_DOT] = ACTIONS(4635), - [anon_sym_QMARK_COLON] = ACTIONS(4635), - [anon_sym_AMP_AMP] = ACTIONS(4635), - [anon_sym_PIPE_PIPE] = ACTIONS(4635), - [anon_sym_null] = ACTIONS(4633), - [anon_sym_if] = ACTIONS(4633), - [anon_sym_else] = ACTIONS(4633), - [anon_sym_when] = ACTIONS(4633), - [anon_sym_try] = ACTIONS(4633), - [anon_sym_throw] = ACTIONS(4633), - [anon_sym_return] = ACTIONS(4633), - [anon_sym_continue] = ACTIONS(4633), - [anon_sym_break] = ACTIONS(4633), - [anon_sym_COLON_COLON] = ACTIONS(4635), - [anon_sym_BANG_EQ] = ACTIONS(4633), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4635), - [anon_sym_EQ_EQ] = ACTIONS(4633), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4635), - [anon_sym_LT_EQ] = ACTIONS(4635), - [anon_sym_GT_EQ] = ACTIONS(4635), - [anon_sym_BANGin] = ACTIONS(4635), - [anon_sym_is] = ACTIONS(4633), - [anon_sym_BANGis] = ACTIONS(4635), - [anon_sym_PLUS] = ACTIONS(4633), - [anon_sym_DASH] = ACTIONS(4633), - [anon_sym_SLASH] = ACTIONS(4633), - [anon_sym_PERCENT] = ACTIONS(4635), - [anon_sym_as_QMARK] = ACTIONS(4635), - [anon_sym_PLUS_PLUS] = ACTIONS(4635), - [anon_sym_DASH_DASH] = ACTIONS(4635), - [anon_sym_BANG] = ACTIONS(4633), - [anon_sym_BANG_BANG] = ACTIONS(4635), - [anon_sym_suspend] = ACTIONS(4633), - [anon_sym_sealed] = ACTIONS(4633), - [anon_sym_annotation] = ACTIONS(4633), - [anon_sym_data] = ACTIONS(4633), - [anon_sym_inner] = ACTIONS(4633), - [anon_sym_value] = ACTIONS(4633), - [anon_sym_override] = ACTIONS(4633), - [anon_sym_lateinit] = ACTIONS(4633), - [anon_sym_public] = ACTIONS(4633), - [anon_sym_private] = ACTIONS(4633), - [anon_sym_internal] = ACTIONS(4633), - [anon_sym_protected] = ACTIONS(4633), - [anon_sym_tailrec] = ACTIONS(4633), - [anon_sym_operator] = ACTIONS(4633), - [anon_sym_infix] = ACTIONS(4633), - [anon_sym_inline] = ACTIONS(4633), - [anon_sym_external] = ACTIONS(4633), - [sym_property_modifier] = ACTIONS(4633), - [anon_sym_abstract] = ACTIONS(4633), - [anon_sym_final] = ACTIONS(4633), - [anon_sym_open] = ACTIONS(4633), - [anon_sym_vararg] = ACTIONS(4633), - [anon_sym_noinline] = ACTIONS(4633), - [anon_sym_crossinline] = ACTIONS(4633), - [anon_sym_expect] = ACTIONS(4633), - [anon_sym_actual] = ACTIONS(4633), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4635), - [anon_sym_continue_AT] = ACTIONS(4635), - [anon_sym_break_AT] = ACTIONS(4635), - [anon_sym_this_AT] = ACTIONS(4635), - [anon_sym_super_AT] = ACTIONS(4635), - [sym_real_literal] = ACTIONS(4635), - [sym_integer_literal] = ACTIONS(4633), - [sym_hex_literal] = ACTIONS(4635), - [sym_bin_literal] = ACTIONS(4635), - [anon_sym_true] = ACTIONS(4633), - [anon_sym_false] = ACTIONS(4633), - [anon_sym_SQUOTE] = ACTIONS(4635), - [sym__backtick_identifier] = ACTIONS(4635), - [sym__automatic_semicolon] = ACTIONS(4635), - [sym_safe_nav] = ACTIONS(4635), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4635), + [sym__string_start] = ACTIONS(205), }, - [2098] = { - [sym__expression] = STATE(4376), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5670), + [2095] = { + [sym__expression] = STATE(4316), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(1990), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(5726), - [sym_label] = ACTIONS(877), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(1994), [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2099] = { - [sym__expression] = STATE(4380), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [2096] = { + [sym__expression] = STATE(956), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1918), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1287), + [sym_label] = ACTIONS(527), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(513), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_PLUS_PLUS] = ACTIONS(529), + [anon_sym_DASH_DASH] = ACTIONS(529), + [anon_sym_BANG] = ACTIONS(529), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(555), }, - [2100] = { - [sym__expression] = STATE(4387), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [2097] = { + [sym_type_constraints] = STATE(2188), + [sym_property_delegate] = STATE(2327), + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_RBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(5735), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(5703), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(3628), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), + [anon_sym_STAR] = ACTIONS(1796), + [anon_sym_DASH_GT] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym__backtick_identifier] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), }, - [2101] = { - [sym__expression] = STATE(1002), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), - [sym_label] = ACTIONS(611), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(597), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(611), - [anon_sym_DASH] = ACTIONS(611), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_BANG] = ACTIONS(613), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [2098] = { + [sym__expression] = STATE(1000), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1918), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1287), + [sym_label] = ACTIONS(527), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(513), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_PLUS_PLUS] = ACTIONS(529), + [anon_sym_DASH_DASH] = ACTIONS(529), + [anon_sym_BANG] = ACTIONS(529), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(555), }, - [2102] = { - [sym__expression] = STATE(4419), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), + [2099] = { + [sym__expression] = STATE(1004), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1918), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1287), + [sym_label] = ACTIONS(527), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(513), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_PLUS_PLUS] = ACTIONS(529), + [anon_sym_DASH_DASH] = ACTIONS(529), + [anon_sym_BANG] = ACTIONS(529), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [2103] = { - [sym_function_body] = STATE(1157), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), + [sym__string_start] = ACTIONS(555), }, - [2104] = { - [sym__expression] = STATE(4525), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2100] = { + [sym__expression] = STATE(4422), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2105] = { - [sym__expression] = STATE(1003), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), - [sym_label] = ACTIONS(611), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(597), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(611), - [anon_sym_DASH] = ACTIONS(611), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_BANG] = ACTIONS(613), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), + [2101] = { + [sym_type_constraints] = STATE(2225), + [sym_property_delegate] = STATE(2381), + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_RBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(5737), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(5703), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(3636), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), + [anon_sym_STAR] = ACTIONS(1732), + [anon_sym_DASH_GT] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), + [sym_multiline_comment] = ACTIONS(3), + }, + [2102] = { + [sym__expression] = STATE(1005), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1918), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1287), + [sym_label] = ACTIONS(527), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(513), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_PLUS_PLUS] = ACTIONS(529), + [anon_sym_DASH_DASH] = ACTIONS(529), + [anon_sym_BANG] = ACTIONS(529), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [2103] = { + [sym_function_body] = STATE(1172), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), + }, + [2104] = { + [sym__expression] = STATE(1006), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1918), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1287), + [sym_label] = ACTIONS(527), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(513), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_PLUS_PLUS] = ACTIONS(529), + [anon_sym_DASH_DASH] = ACTIONS(529), + [anon_sym_BANG] = ACTIONS(529), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [2105] = { + [sym__expression] = STATE(1425), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(597), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -277835,84 +277821,387 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__string_start] = ACTIONS(639), }, [2106] = { - [sym__expression] = STATE(4050), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1844), - [sym_annotation] = STATE(1844), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), + [sym__expression] = STATE(1007), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1918), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1287), + [sym_label] = ACTIONS(527), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(513), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_PLUS_PLUS] = ACTIONS(529), + [anon_sym_DASH_DASH] = ACTIONS(529), + [anon_sym_BANG] = ACTIONS(529), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [2107] = { + [sym__expression] = STATE(1008), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1918), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1287), + [sym_label] = ACTIONS(527), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(513), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_PLUS_PLUS] = ACTIONS(529), + [anon_sym_DASH_DASH] = ACTIONS(529), + [anon_sym_BANG] = ACTIONS(529), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [2108] = { + [sym__expression] = STATE(1009), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1918), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1287), + [sym_label] = ACTIONS(527), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(513), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_PLUS_PLUS] = ACTIONS(529), + [anon_sym_DASH_DASH] = ACTIONS(529), + [anon_sym_BANG] = ACTIONS(529), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [2109] = { + [sym__expression] = STATE(1197), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1689), + [sym_annotation] = STATE(1689), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), [sym__return_at] = STATE(302), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), [anon_sym_object] = ACTIONS(1916), [anon_sym_fun] = ACTIONS(1968), [anon_sym_get] = ACTIONS(1920), [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1353), - [sym_label] = ACTIONS(663), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(669), [anon_sym_null] = ACTIONS(1922), - [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(663), - [anon_sym_DASH] = ACTIONS(663), - [anon_sym_PLUS_PLUS] = ACTIONS(665), - [anon_sym_DASH_DASH] = ACTIONS(665), - [anon_sym_BANG] = ACTIONS(665), + [anon_sym_if] = ACTIONS(663), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), [anon_sym_data] = ACTIONS(1920), [anon_sym_inner] = ACTIONS(1920), [anon_sym_value] = ACTIONS(1920), @@ -277920,112 +278209,617 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(93), - [anon_sym_break_AT] = ACTIONS(95), - [anon_sym_this_AT] = ACTIONS(97), - [anon_sym_super_AT] = ACTIONS(99), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), [sym_real_literal] = ACTIONS(1924), - [sym_integer_literal] = ACTIONS(103), - [sym_hex_literal] = ACTIONS(105), - [sym_bin_literal] = ACTIONS(105), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [anon_sym_SQUOTE] = ACTIONS(109), - [sym__backtick_identifier] = ACTIONS(111), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(113), + [sym__string_start] = ACTIONS(555), }, - [2107] = { - [sym__expression] = STATE(1005), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [2110] = { + [sym__expression] = STATE(4311), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [2111] = { + [sym__expression] = STATE(4428), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [2112] = { + [sym__expression] = STATE(4399), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [2113] = { + [sym__expression] = STATE(4406), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [2114] = { + [sym__expression] = STATE(4307), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [2115] = { + [sym__expression] = STATE(753), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), - [sym_label] = ACTIONS(611), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(597), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(785), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(611), - [anon_sym_DASH] = ACTIONS(611), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_BANG] = ACTIONS(613), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -278036,72 +278830,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [2108] = { - [sym__expression] = STATE(1006), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [2116] = { + [sym__expression] = STATE(1411), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_STAR] = ACTIONS(1319), [sym_label] = ACTIONS(611), - [anon_sym_null] = ACTIONS(1912), + [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), @@ -278115,18 +278909,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(613), [anon_sym_DASH_DASH] = ACTIONS(613), [anon_sym_BANG] = ACTIONS(613), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -278137,72 +278931,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [2109] = { - [sym__expression] = STATE(1007), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [2117] = { + [sym__expression] = STATE(1409), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_STAR] = ACTIONS(1319), [sym_label] = ACTIONS(611), - [anon_sym_null] = ACTIONS(1912), + [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), @@ -278216,18 +279010,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(613), [anon_sym_DASH_DASH] = ACTIONS(613), [anon_sym_BANG] = ACTIONS(613), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -278238,97 +279032,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [2110] = { - [sym__expression] = STATE(1188), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1689), - [sym_annotation] = STATE(1689), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [2118] = { + [sym__expression] = STATE(1383), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(721), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(715), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), [anon_sym_continue] = ACTIONS(607), [anon_sym_break] = ACTIONS(607), [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -278339,72 +279133,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [2111] = { - [sym__expression] = STATE(1008), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [2119] = { + [sym__expression] = STATE(1402), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_STAR] = ACTIONS(1319), [sym_label] = ACTIONS(611), - [anon_sym_null] = ACTIONS(1912), + [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), @@ -278418,18 +279212,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(613), [anon_sym_DASH_DASH] = ACTIONS(613), [anon_sym_BANG] = ACTIONS(613), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -278440,72 +279234,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [2112] = { - [sym__expression] = STATE(1009), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [2120] = { + [sym__expression] = STATE(1393), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_STAR] = ACTIONS(1319), [sym_label] = ACTIONS(611), - [anon_sym_null] = ACTIONS(1912), + [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), @@ -278519,18 +279313,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(613), [anon_sym_DASH_DASH] = ACTIONS(613), [anon_sym_BANG] = ACTIONS(613), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -278541,72 +279335,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [2113] = { - [sym__expression] = STATE(950), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [2121] = { + [sym__expression] = STATE(1397), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_STAR] = ACTIONS(1319), [sym_label] = ACTIONS(611), - [anon_sym_null] = ACTIONS(1912), + [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), @@ -278620,18 +279414,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(613), [anon_sym_DASH_DASH] = ACTIONS(613), [anon_sym_BANG] = ACTIONS(613), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -278642,287 +279436,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [2114] = { - [sym__expression] = STATE(4325), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [2115] = { - [sym__expression] = STATE(4443), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [2116] = { + [2122] = { [sym__expression] = STATE(1384), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1650), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), + [anon_sym_if] = ACTIONS(597), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -278930,100 +279522,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [2117] = { - [sym__expression] = STATE(1416), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [2123] = { + [sym__expression] = STATE(1389), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1650), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), + [anon_sym_if] = ACTIONS(597), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -279031,100 +279623,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [2118] = { - [sym__expression] = STATE(1415), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [2124] = { + [sym__expression] = STATE(1391), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1650), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), + [anon_sym_if] = ACTIONS(597), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -279132,201 +279724,403 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [2119] = { - [sym__expression] = STATE(4519), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), + [2125] = { + [sym__expression] = STATE(1398), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(597), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [2126] = { + [sym__expression] = STATE(1386), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(597), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [2127] = { + [sym__expression] = STATE(4477), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), [sym__prefix_unary_operator] = STATE(1803), [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), + [anon_sym_LPAREN] = ACTIONS(133), [anon_sym_object] = ACTIONS(1838), [anon_sym_fun] = ACTIONS(3080), [anon_sym_get] = ACTIONS(1842), [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), + [sym_label] = ACTIONS(249), [anon_sym_null] = ACTIONS(1844), [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), [anon_sym_throw] = ACTIONS(3084), [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), [anon_sym_data] = ACTIONS(1842), [anon_sym_inner] = ACTIONS(1842), [anon_sym_value] = ACTIONS(1842), [anon_sym_expect] = ACTIONS(1842), [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [sym__string_start] = ACTIONS(205), }, - [2120] = { - [sym__expression] = STATE(1410), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [2128] = { + [sym__expression] = STATE(1387), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1650), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), + [anon_sym_if] = ACTIONS(597), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -279334,87 +280128,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [2121] = { - [sym__expression] = STATE(1409), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [2129] = { + [sym__expression] = STATE(972), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1918), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), + [anon_sym_STAR] = ACTIONS(1287), [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), + [anon_sym_null] = ACTIONS(1922), [anon_sym_if] = ACTIONS(513), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), @@ -279428,18 +280222,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(529), [anon_sym_DASH_DASH] = ACTIONS(529), [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -279450,85 +280244,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [2122] = { - [sym__expression] = STATE(1407), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), + [2130] = { + [sym__expression] = STATE(1388), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), [anon_sym_fun] = ACTIONS(1650), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1319), + [sym_label] = ACTIONS(611), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), + [anon_sym_if] = ACTIONS(597), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(603), + [anon_sym_return] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_BANG] = ACTIONS(613), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -279536,100 +280330,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [2123] = { - [sym__expression] = STATE(1406), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [2131] = { + [sym__expression] = STATE(796), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), + [anon_sym_fun] = ACTIONS(1672), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -279637,87 +280431,1097 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [2124] = { - [sym__expression] = STATE(1404), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [2132] = { + [sym__expression] = STATE(1200), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [2133] = { + [sym__expression] = STATE(1198), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [2134] = { + [sym__expression] = STATE(4513), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [2135] = { + [sym__expression] = STATE(1199), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [2136] = { + [sym__expression] = STATE(1218), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [2137] = { + [sym__expression] = STATE(1217), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [2138] = { + [sym__expression] = STATE(1215), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [2139] = { + [sym__expression] = STATE(1214), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [2140] = { + [sym__expression] = STATE(4514), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [2141] = { + [sym__expression] = STATE(1212), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [2142] = { + [sym__expression] = STATE(946), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1918), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), + [anon_sym_STAR] = ACTIONS(1287), [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), + [anon_sym_null] = ACTIONS(1922), [anon_sym_if] = ACTIONS(513), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), @@ -279731,18 +281535,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(529), [anon_sym_DASH_DASH] = ACTIONS(529), [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -279753,85 +281557,388 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [2125] = { - [sym__expression] = STATE(1403), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [2143] = { + [sym__expression] = STATE(1211), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [2144] = { + [sym__expression] = STATE(1210), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [2145] = { + [sym__expression] = STATE(1208), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [2146] = { + [sym__expression] = STATE(795), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), + [anon_sym_fun] = ACTIONS(1672), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -279839,87 +281946,289 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [2126] = { - [sym__expression] = STATE(1401), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [2147] = { + [sym__expression] = STATE(1188), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [2148] = { + [sym__expression] = STATE(4519), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), + }, + [2149] = { + [sym__expression] = STATE(949), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1918), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), + [anon_sym_STAR] = ACTIONS(1287), [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), + [anon_sym_null] = ACTIONS(1922), [anon_sym_if] = ACTIONS(513), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), @@ -279933,18 +282242,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(529), [anon_sym_DASH_DASH] = ACTIONS(529), [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -279955,97 +282264,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [2127] = { - [sym__expression] = STATE(1388), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [2150] = { + [sym__expression] = STATE(2312), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2162), + [sym_annotation] = STATE(2162), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(379), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3192), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1143), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3194), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3198), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -280056,97 +282365,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [2128] = { - [sym__expression] = STATE(1395), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [2151] = { + [sym__expression] = STATE(1202), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(1689), + [sym_annotation] = STATE(1689), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(302), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1968), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), + [anon_sym_STAR] = ACTIONS(1293), + [sym_label] = ACTIONS(669), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(663), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), + [anon_sym_throw] = ACTIONS(665), + [anon_sym_return] = ACTIONS(667), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_PLUS] = ACTIONS(669), + [anon_sym_DASH] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_BANG] = ACTIONS(671), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -280157,85 +282466,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [2129] = { - [sym__expression] = STATE(1399), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), - [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(475), + [2152] = { + [sym__expression] = STATE(1206), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), + }, + [2153] = { + [sym__expression] = STATE(781), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), + [anon_sym_fun] = ACTIONS(1672), [anon_sym_get] = ACTIONS(1652), [anon_sym_set] = ACTIONS(1652), - [anon_sym_this] = ACTIONS(497), - [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), - [anon_sym_when] = ACTIONS(515), - [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), - [anon_sym_continue] = ACTIONS(523), - [anon_sym_break] = ACTIONS(523), - [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), [anon_sym_data] = ACTIONS(1652), [anon_sym_inner] = ACTIONS(1652), [anon_sym_value] = ACTIONS(1652), @@ -280243,87 +282653,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(449), - [anon_sym_continue_AT] = ACTIONS(535), - [anon_sym_break_AT] = ACTIONS(537), - [anon_sym_this_AT] = ACTIONS(539), - [anon_sym_super_AT] = ACTIONS(541), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), [sym_real_literal] = ACTIONS(1656), - [sym_integer_literal] = ACTIONS(545), - [sym_hex_literal] = ACTIONS(547), - [sym_bin_literal] = ACTIONS(547), - [anon_sym_true] = ACTIONS(549), - [anon_sym_false] = ACTIONS(549), - [anon_sym_SQUOTE] = ACTIONS(551), - [sym__backtick_identifier] = ACTIONS(553), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(555), + [sym__string_start] = ACTIONS(639), }, - [2130] = { - [sym__expression] = STATE(957), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), + [2154] = { + [sym__expression] = STATE(1396), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(2117), + [sym_annotation] = STATE(2117), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(260), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1646), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1650), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), [anon_sym_this] = ACTIONS(581), [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_STAR] = ACTIONS(1319), [sym_label] = ACTIONS(611), - [anon_sym_null] = ACTIONS(1912), + [anon_sym_null] = ACTIONS(1654), [anon_sym_if] = ACTIONS(597), [anon_sym_when] = ACTIONS(599), [anon_sym_try] = ACTIONS(601), @@ -280337,18 +282747,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(613), [anon_sym_DASH_DASH] = ACTIONS(613), [anon_sym_BANG] = ACTIONS(613), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_return_AT] = ACTIONS(449), [anon_sym_continue_AT] = ACTIONS(619), [anon_sym_break_AT] = ACTIONS(621), [anon_sym_this_AT] = ACTIONS(623), [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), + [sym_real_literal] = ACTIONS(1656), [sym_integer_literal] = ACTIONS(629), [sym_hex_literal] = ACTIONS(631), [sym_bin_literal] = ACTIONS(631), @@ -280359,173 +282769,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(639), }, - [2131] = { - [sym__expression] = STATE(4522), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), + [2155] = { + [sym__expression] = STATE(1203), + [sym__unary_expression] = STATE(3545), + [sym_postfix_expression] = STATE(3545), + [sym_call_expression] = STATE(3545), + [sym_indexing_expression] = STATE(3545), + [sym_navigation_expression] = STATE(3545), + [sym_prefix_expression] = STATE(3545), + [sym_as_expression] = STATE(3545), + [sym_spread_expression] = STATE(3545), + [sym__binary_expression] = STATE(3545), + [sym_multiplicative_expression] = STATE(3545), + [sym_additive_expression] = STATE(3545), + [sym_range_expression] = STATE(3545), + [sym_infix_expression] = STATE(3545), + [sym_elvis_expression] = STATE(3545), + [sym_check_expression] = STATE(3545), + [sym_comparison_expression] = STATE(3545), + [sym_equality_expression] = STATE(3545), + [sym_conjunction_expression] = STATE(3545), + [sym_disjunction_expression] = STATE(3545), + [sym__primary_expression] = STATE(3545), + [sym_parenthesized_expression] = STATE(3545), + [sym_collection_literal] = STATE(3545), + [sym__literal_constant] = STATE(3545), + [sym_string_literal] = STATE(3545), + [sym_lambda_literal] = STATE(3545), + [sym_anonymous_function] = STATE(3545), + [sym__function_literal] = STATE(3545), + [sym_object_literal] = STATE(3545), + [sym_this_expression] = STATE(3545), + [sym_super_expression] = STATE(3545), + [sym_if_expression] = STATE(3545), + [sym_when_expression] = STATE(3545), + [sym_try_expression] = STATE(3545), + [sym_jump_expression] = STATE(3545), + [sym_callable_reference] = STATE(3545), + [sym__prefix_unary_operator] = STATE(2135), + [sym_annotation] = STATE(2135), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3580), + [sym__return_at] = STATE(245), + [sym__continue_at] = STATE(3432), + [sym__break_at] = STATE(3432), + [sym__this_at] = STATE(3428), + [sym__super_at] = STATE(3409), + [sym_unsigned_literal] = STATE(3545), + [sym_long_literal] = STATE(3545), + [sym_boolean_literal] = STATE(3545), + [sym_character_literal] = STATE(3545), + [sym__lexical_identifier] = STATE(2933), + [sym__alpha_identifier] = ACTIONS(255), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(257), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_LPAREN] = ACTIONS(271), + [anon_sym_object] = ACTIONS(1612), + [anon_sym_fun] = ACTIONS(1614), + [anon_sym_get] = ACTIONS(1616), + [anon_sym_set] = ACTIONS(1616), + [anon_sym_this] = ACTIONS(283), + [anon_sym_super] = ACTIONS(285), + [anon_sym_STAR] = ACTIONS(1303), + [sym_label] = ACTIONS(313), + [anon_sym_null] = ACTIONS(1618), + [anon_sym_if] = ACTIONS(299), + [anon_sym_when] = ACTIONS(301), + [anon_sym_try] = ACTIONS(303), + [anon_sym_throw] = ACTIONS(305), + [anon_sym_return] = ACTIONS(307), + [anon_sym_continue] = ACTIONS(309), + [anon_sym_break] = ACTIONS(309), + [anon_sym_COLON_COLON] = ACTIONS(311), + [anon_sym_PLUS] = ACTIONS(313), + [anon_sym_DASH] = ACTIONS(313), + [anon_sym_PLUS_PLUS] = ACTIONS(315), + [anon_sym_DASH_DASH] = ACTIONS(315), + [anon_sym_BANG] = ACTIONS(315), + [anon_sym_data] = ACTIONS(1616), + [anon_sym_inner] = ACTIONS(1616), + [anon_sym_value] = ACTIONS(1616), + [anon_sym_expect] = ACTIONS(1616), + [anon_sym_actual] = ACTIONS(1616), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(321), + [anon_sym_continue_AT] = ACTIONS(323), + [anon_sym_break_AT] = ACTIONS(325), + [anon_sym_this_AT] = ACTIONS(327), + [anon_sym_super_AT] = ACTIONS(329), + [sym_real_literal] = ACTIONS(1620), + [sym_integer_literal] = ACTIONS(333), + [sym_hex_literal] = ACTIONS(335), + [sym_bin_literal] = ACTIONS(335), + [anon_sym_true] = ACTIONS(337), + [anon_sym_false] = ACTIONS(337), + [anon_sym_SQUOTE] = ACTIONS(339), + [sym__backtick_identifier] = ACTIONS(341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(343), }, - [2132] = { - [sym__expression] = STATE(1386), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [2156] = { + [sym__expression] = STATE(941), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1918), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), + [anon_sym_STAR] = ACTIONS(1287), [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), + [anon_sym_null] = ACTIONS(1922), [anon_sym_if] = ACTIONS(513), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), @@ -280539,18 +282949,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(529), [anon_sym_DASH_DASH] = ACTIONS(529), [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -280561,198 +282971,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [2133] = { - [sym__expression] = STATE(1205), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [2157] = { + [sym__expression] = STATE(789), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), + [sym__string_start] = ACTIONS(639), }, - [2134] = { - [sym__expression] = STATE(1202), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), + [2158] = { + [sym__expression] = STATE(4116), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), + [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), [anon_sym_this] = ACTIONS(145), [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), [anon_sym_when] = ACTIONS(163), [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), [anon_sym_continue] = ACTIONS(171), [anon_sym_break] = ACTIONS(171), [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(183), [anon_sym_continue_AT] = ACTIONS(185), [anon_sym_break_AT] = ACTIONS(187), [anon_sym_this_AT] = ACTIONS(189), [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), + [sym_real_literal] = ACTIONS(1846), [sym_integer_literal] = ACTIONS(195), [sym_hex_literal] = ACTIONS(197), [sym_bin_literal] = ACTIONS(197), @@ -280763,76 +283173,278 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(205), }, - [2135] = { - [sym_type_constraints] = STATE(2227), - [sym_property_delegate] = STATE(2363), - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_RBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(5728), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(5707), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3628), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_DASH_GT] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2159] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(2159), + [sym__alpha_identifier] = ACTIONS(4677), + [anon_sym_AT] = ACTIONS(4679), + [anon_sym_LBRACK] = ACTIONS(4679), + [anon_sym_as] = ACTIONS(4677), + [anon_sym_LBRACE] = ACTIONS(4679), + [anon_sym_RBRACE] = ACTIONS(4679), + [anon_sym_LPAREN] = ACTIONS(4679), + [anon_sym_COMMA] = ACTIONS(5739), + [anon_sym_LT] = ACTIONS(4677), + [anon_sym_GT] = ACTIONS(4677), + [anon_sym_where] = ACTIONS(4677), + [anon_sym_object] = ACTIONS(4677), + [anon_sym_fun] = ACTIONS(4677), + [anon_sym_DOT] = ACTIONS(4677), + [anon_sym_SEMI] = ACTIONS(4679), + [anon_sym_get] = ACTIONS(4677), + [anon_sym_set] = ACTIONS(4677), + [anon_sym_this] = ACTIONS(4677), + [anon_sym_super] = ACTIONS(4677), + [anon_sym_STAR] = ACTIONS(4679), + [sym_label] = ACTIONS(4677), + [anon_sym_in] = ACTIONS(4677), + [anon_sym_DOT_DOT] = ACTIONS(4679), + [anon_sym_QMARK_COLON] = ACTIONS(4679), + [anon_sym_AMP_AMP] = ACTIONS(4679), + [anon_sym_PIPE_PIPE] = ACTIONS(4679), + [anon_sym_null] = ACTIONS(4677), + [anon_sym_if] = ACTIONS(4677), + [anon_sym_else] = ACTIONS(4677), + [anon_sym_when] = ACTIONS(4677), + [anon_sym_try] = ACTIONS(4677), + [anon_sym_throw] = ACTIONS(4677), + [anon_sym_return] = ACTIONS(4677), + [anon_sym_continue] = ACTIONS(4677), + [anon_sym_break] = ACTIONS(4677), + [anon_sym_COLON_COLON] = ACTIONS(4679), + [anon_sym_BANG_EQ] = ACTIONS(4677), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4679), + [anon_sym_EQ_EQ] = ACTIONS(4677), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4679), + [anon_sym_LT_EQ] = ACTIONS(4679), + [anon_sym_GT_EQ] = ACTIONS(4679), + [anon_sym_BANGin] = ACTIONS(4679), + [anon_sym_is] = ACTIONS(4677), + [anon_sym_BANGis] = ACTIONS(4679), + [anon_sym_PLUS] = ACTIONS(4677), + [anon_sym_DASH] = ACTIONS(4677), + [anon_sym_SLASH] = ACTIONS(4677), + [anon_sym_PERCENT] = ACTIONS(4679), + [anon_sym_as_QMARK] = ACTIONS(4679), + [anon_sym_PLUS_PLUS] = ACTIONS(4679), + [anon_sym_DASH_DASH] = ACTIONS(4679), + [anon_sym_BANG] = ACTIONS(4677), + [anon_sym_BANG_BANG] = ACTIONS(4679), + [anon_sym_suspend] = ACTIONS(4677), + [anon_sym_sealed] = ACTIONS(4677), + [anon_sym_annotation] = ACTIONS(4677), + [anon_sym_data] = ACTIONS(4677), + [anon_sym_inner] = ACTIONS(4677), + [anon_sym_value] = ACTIONS(4677), + [anon_sym_override] = ACTIONS(4677), + [anon_sym_lateinit] = ACTIONS(4677), + [anon_sym_public] = ACTIONS(4677), + [anon_sym_private] = ACTIONS(4677), + [anon_sym_internal] = ACTIONS(4677), + [anon_sym_protected] = ACTIONS(4677), + [anon_sym_tailrec] = ACTIONS(4677), + [anon_sym_operator] = ACTIONS(4677), + [anon_sym_infix] = ACTIONS(4677), + [anon_sym_inline] = ACTIONS(4677), + [anon_sym_external] = ACTIONS(4677), + [sym_property_modifier] = ACTIONS(4677), + [anon_sym_abstract] = ACTIONS(4677), + [anon_sym_final] = ACTIONS(4677), + [anon_sym_open] = ACTIONS(4677), + [anon_sym_vararg] = ACTIONS(4677), + [anon_sym_noinline] = ACTIONS(4677), + [anon_sym_crossinline] = ACTIONS(4677), + [anon_sym_expect] = ACTIONS(4677), + [anon_sym_actual] = ACTIONS(4677), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4679), + [anon_sym_continue_AT] = ACTIONS(4679), + [anon_sym_break_AT] = ACTIONS(4679), + [anon_sym_this_AT] = ACTIONS(4679), + [anon_sym_super_AT] = ACTIONS(4679), + [sym_real_literal] = ACTIONS(4679), + [sym_integer_literal] = ACTIONS(4677), + [sym_hex_literal] = ACTIONS(4679), + [sym_bin_literal] = ACTIONS(4679), + [anon_sym_true] = ACTIONS(4677), + [anon_sym_false] = ACTIONS(4677), + [anon_sym_SQUOTE] = ACTIONS(4679), + [sym__backtick_identifier] = ACTIONS(4679), + [sym__automatic_semicolon] = ACTIONS(4679), + [sym_safe_nav] = ACTIONS(4679), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4679), + }, + [2160] = { + [sym__expression] = STATE(757), + [sym__unary_expression] = STATE(3945), + [sym_postfix_expression] = STATE(3945), + [sym_call_expression] = STATE(3945), + [sym_indexing_expression] = STATE(3945), + [sym_navigation_expression] = STATE(3945), + [sym_prefix_expression] = STATE(3945), + [sym_as_expression] = STATE(3945), + [sym_spread_expression] = STATE(3945), + [sym__binary_expression] = STATE(3945), + [sym_multiplicative_expression] = STATE(3945), + [sym_additive_expression] = STATE(3945), + [sym_range_expression] = STATE(3945), + [sym_infix_expression] = STATE(3945), + [sym_elvis_expression] = STATE(3945), + [sym_check_expression] = STATE(3945), + [sym_comparison_expression] = STATE(3945), + [sym_equality_expression] = STATE(3945), + [sym_conjunction_expression] = STATE(3945), + [sym_disjunction_expression] = STATE(3945), + [sym__primary_expression] = STATE(3945), + [sym_parenthesized_expression] = STATE(3945), + [sym_collection_literal] = STATE(3945), + [sym__literal_constant] = STATE(3945), + [sym_string_literal] = STATE(3945), + [sym_lambda_literal] = STATE(3945), + [sym_anonymous_function] = STATE(3945), + [sym__function_literal] = STATE(3945), + [sym_object_literal] = STATE(3945), + [sym_this_expression] = STATE(3945), + [sym_super_expression] = STATE(3945), + [sym_if_expression] = STATE(3945), + [sym_when_expression] = STATE(3945), + [sym_try_expression] = STATE(3945), + [sym_jump_expression] = STATE(3945), + [sym_callable_reference] = STATE(3945), + [sym__prefix_unary_operator] = STATE(1774), + [sym_annotation] = STATE(1774), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3960), + [sym__return_at] = STATE(263), + [sym__continue_at] = STATE(3889), + [sym__break_at] = STATE(3889), + [sym__this_at] = STATE(3878), + [sym__super_at] = STATE(3930), + [sym_unsigned_literal] = STATE(3945), + [sym_long_literal] = STATE(3945), + [sym_boolean_literal] = STATE(3945), + [sym_character_literal] = STATE(3945), + [sym__lexical_identifier] = STATE(3327), + [sym__alpha_identifier] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_object] = ACTIONS(1648), + [anon_sym_fun] = ACTIONS(1672), + [anon_sym_get] = ACTIONS(1652), + [anon_sym_set] = ACTIONS(1652), + [anon_sym_this] = ACTIONS(581), + [anon_sym_super] = ACTIONS(583), + [anon_sym_STAR] = ACTIONS(1329), + [sym_label] = ACTIONS(791), + [anon_sym_null] = ACTIONS(1654), + [anon_sym_if] = ACTIONS(785), + [anon_sym_when] = ACTIONS(599), + [anon_sym_try] = ACTIONS(601), + [anon_sym_throw] = ACTIONS(787), + [anon_sym_return] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(791), + [anon_sym_DASH] = ACTIONS(791), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_BANG] = ACTIONS(793), + [anon_sym_data] = ACTIONS(1652), + [anon_sym_inner] = ACTIONS(1652), + [anon_sym_value] = ACTIONS(1652), + [anon_sym_expect] = ACTIONS(1652), + [anon_sym_actual] = ACTIONS(1652), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_continue_AT] = ACTIONS(619), + [anon_sym_break_AT] = ACTIONS(621), + [anon_sym_this_AT] = ACTIONS(623), + [anon_sym_super_AT] = ACTIONS(625), + [sym_real_literal] = ACTIONS(1656), + [sym_integer_literal] = ACTIONS(629), + [sym_hex_literal] = ACTIONS(631), + [sym_bin_literal] = ACTIONS(631), + [anon_sym_true] = ACTIONS(633), + [anon_sym_false] = ACTIONS(633), + [anon_sym_SQUOTE] = ACTIONS(635), + [sym__backtick_identifier] = ACTIONS(637), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(639), + }, + [2161] = { + [sym_type_constraints] = STATE(2207), + [sym_property_delegate] = STATE(2337), + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_RBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(5742), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(5703), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(3640), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), + [anon_sym_STAR] = ACTIONS(1810), + [anon_sym_DASH_GT] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -280857,912 +283469,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - }, - [2136] = { - [sym__expression] = STATE(1204), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [2137] = { - [sym__expression] = STATE(1229), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [2138] = { - [sym__expression] = STATE(4316), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [2139] = { - [sym__expression] = STATE(1213), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [2140] = { - [sym__expression] = STATE(1215), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [2141] = { - [sym__expression] = STATE(1216), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [2142] = { - [sym__expression] = STATE(1217), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [2143] = { - [sym__expression] = STATE(1218), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), }, - [2144] = { - [sym__expression] = STATE(752), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [2162] = { + [sym__expression] = STATE(2252), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2162), + [sym_annotation] = STATE(2162), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(379), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3192), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1143), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3194), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3198), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -281773,299 +283577,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [2145] = { - [sym__expression] = STATE(1219), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [2146] = { - [sym__expression] = STATE(4527), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [2147] = { - [sym__expression] = STATE(770), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [2163] = { + [sym__expression] = STATE(1001), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2142), + [sym_annotation] = STATE(2142), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(297), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(1918), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), + [anon_sym_STAR] = ACTIONS(1287), + [sym_label] = ACTIONS(527), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(513), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), + [anon_sym_throw] = ACTIONS(519), + [anon_sym_return] = ACTIONS(521), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_PLUS_PLUS] = ACTIONS(529), + [anon_sym_DASH_DASH] = ACTIONS(529), + [anon_sym_BANG] = ACTIONS(529), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -282076,602 +283678,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [2148] = { - [sym__expression] = STATE(1220), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [2149] = { - [sym__expression] = STATE(1221), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [2150] = { - [sym__expression] = STATE(4399), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [2151] = { - [sym__expression] = STATE(4467), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [2152] = { - [sym__expression] = STATE(949), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), - [sym_label] = ACTIONS(611), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(597), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(611), - [anon_sym_DASH] = ACTIONS(611), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_BANG] = ACTIONS(613), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [2153] = { - [sym__expression] = STATE(772), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [2164] = { + [sym__expression] = STATE(2273), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2162), + [sym_annotation] = STATE(2162), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(379), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3192), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1143), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3194), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3198), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -282682,501 +283779,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [2154] = { - [sym__expression] = STATE(2306), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2166), - [sym_annotation] = STATE(2166), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(371), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3148), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), + [2165] = { + [sym__expression] = STATE(2270), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2162), + [sym_annotation] = STATE(2162), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(379), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3192), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), [anon_sym_STAR] = ACTIONS(1135), [sym_label] = ACTIONS(1143), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3152), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3194), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3198), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), [anon_sym_PLUS] = ACTIONS(1143), [anon_sym_DASH] = ACTIONS(1143), [anon_sym_PLUS_PLUS] = ACTIONS(1145), [anon_sym_DASH_DASH] = ACTIONS(1145), [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [2155] = { - [sym__expression] = STATE(1223), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(1689), - [sym_annotation] = STATE(1689), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(303), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1970), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1333), - [sym_label] = ACTIONS(721), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(715), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(717), - [anon_sym_return] = ACTIONS(719), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(721), - [anon_sym_DASH] = ACTIONS(721), - [anon_sym_PLUS_PLUS] = ACTIONS(723), - [anon_sym_DASH_DASH] = ACTIONS(723), - [anon_sym_BANG] = ACTIONS(723), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [2156] = { - [sym__expression] = STATE(1222), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [2157] = { - [sym_function_body] = STATE(1061), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), + [sym__string_start] = ACTIONS(555), }, - [2158] = { - [sym__expression] = STATE(1385), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(2118), - [sym_annotation] = STATE(2118), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(260), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [2166] = { + [sym__expression] = STATE(2269), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2162), + [sym_annotation] = STATE(2162), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(379), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1650), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3192), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1277), - [sym_label] = ACTIONS(527), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(513), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1143), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3194), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(519), - [anon_sym_return] = ACTIONS(521), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3198), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(527), - [anon_sym_DASH] = ACTIONS(527), - [anon_sym_PLUS_PLUS] = ACTIONS(529), - [anon_sym_DASH_DASH] = ACTIONS(529), - [anon_sym_BANG] = ACTIONS(529), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -283187,400 +283981,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [2159] = { - [sym__expression] = STATE(1224), - [sym__unary_expression] = STATE(3485), - [sym_postfix_expression] = STATE(3485), - [sym_call_expression] = STATE(3485), - [sym_indexing_expression] = STATE(3485), - [sym_navigation_expression] = STATE(3485), - [sym_prefix_expression] = STATE(3485), - [sym_as_expression] = STATE(3485), - [sym_spread_expression] = STATE(3485), - [sym__binary_expression] = STATE(3485), - [sym_multiplicative_expression] = STATE(3485), - [sym_additive_expression] = STATE(3485), - [sym_range_expression] = STATE(3485), - [sym_infix_expression] = STATE(3485), - [sym_elvis_expression] = STATE(3485), - [sym_check_expression] = STATE(3485), - [sym_comparison_expression] = STATE(3485), - [sym_equality_expression] = STATE(3485), - [sym_conjunction_expression] = STATE(3485), - [sym_disjunction_expression] = STATE(3485), - [sym__primary_expression] = STATE(3485), - [sym_parenthesized_expression] = STATE(3485), - [sym_collection_literal] = STATE(3485), - [sym__literal_constant] = STATE(3485), - [sym_string_literal] = STATE(3485), - [sym_lambda_literal] = STATE(3485), - [sym_anonymous_function] = STATE(3485), - [sym__function_literal] = STATE(3485), - [sym_object_literal] = STATE(3485), - [sym_this_expression] = STATE(3485), - [sym_super_expression] = STATE(3485), - [sym_if_expression] = STATE(3485), - [sym_when_expression] = STATE(3485), - [sym_try_expression] = STATE(3485), - [sym_jump_expression] = STATE(3485), - [sym_callable_reference] = STATE(3485), - [sym__prefix_unary_operator] = STATE(2136), - [sym_annotation] = STATE(2136), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3516), - [sym__return_at] = STATE(225), - [sym__continue_at] = STATE(3422), - [sym__break_at] = STATE(3422), - [sym__this_at] = STATE(3420), - [sym__super_at] = STATE(3511), - [sym_unsigned_literal] = STATE(3485), - [sym_long_literal] = STATE(3485), - [sym_boolean_literal] = STATE(3485), - [sym_character_literal] = STATE(3485), - [sym__lexical_identifier] = STATE(2955), - [sym__alpha_identifier] = ACTIONS(115), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(119), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_LPAREN] = ACTIONS(133), - [anon_sym_object] = ACTIONS(1588), - [anon_sym_fun] = ACTIONS(1590), - [anon_sym_get] = ACTIONS(1592), - [anon_sym_set] = ACTIONS(1592), - [anon_sym_this] = ACTIONS(145), - [anon_sym_super] = ACTIONS(147), - [anon_sym_STAR] = ACTIONS(1283), - [sym_label] = ACTIONS(175), - [anon_sym_null] = ACTIONS(1594), - [anon_sym_if] = ACTIONS(161), - [anon_sym_when] = ACTIONS(163), - [anon_sym_try] = ACTIONS(165), - [anon_sym_throw] = ACTIONS(167), - [anon_sym_return] = ACTIONS(169), - [anon_sym_continue] = ACTIONS(171), - [anon_sym_break] = ACTIONS(171), - [anon_sym_COLON_COLON] = ACTIONS(173), - [anon_sym_PLUS] = ACTIONS(175), - [anon_sym_DASH] = ACTIONS(175), - [anon_sym_PLUS_PLUS] = ACTIONS(177), - [anon_sym_DASH_DASH] = ACTIONS(177), - [anon_sym_BANG] = ACTIONS(177), - [anon_sym_data] = ACTIONS(1592), - [anon_sym_inner] = ACTIONS(1592), - [anon_sym_value] = ACTIONS(1592), - [anon_sym_expect] = ACTIONS(1592), - [anon_sym_actual] = ACTIONS(1592), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(183), - [anon_sym_continue_AT] = ACTIONS(185), - [anon_sym_break_AT] = ACTIONS(187), - [anon_sym_this_AT] = ACTIONS(189), - [anon_sym_super_AT] = ACTIONS(191), - [sym_real_literal] = ACTIONS(1596), - [sym_integer_literal] = ACTIONS(195), - [sym_hex_literal] = ACTIONS(197), - [sym_bin_literal] = ACTIONS(197), - [anon_sym_true] = ACTIONS(199), - [anon_sym_false] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [sym__backtick_identifier] = ACTIONS(203), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(205), - }, - [2160] = { - [sym__expression] = STATE(4506), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1803), - [sym_annotation] = STATE(1803), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(358), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(3080), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(1115), - [sym_label] = ACTIONS(339), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(3082), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(3084), - [anon_sym_return] = ACTIONS(3086), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [2161] = { - [sym__expression] = STATE(951), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), - [sym_label] = ACTIONS(611), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(597), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(611), - [anon_sym_DASH] = ACTIONS(611), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_BANG] = ACTIONS(613), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [2162] = { - [sym__expression] = STATE(797), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [2167] = { + [sym__expression] = STATE(2267), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2162), + [sym_annotation] = STATE(2162), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(379), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3192), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1143), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3194), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3198), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -283591,85 +284082,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [2163] = { - [sym__expression] = STATE(3711), - [sym__unary_expression] = STATE(5168), - [sym_postfix_expression] = STATE(5168), - [sym_call_expression] = STATE(5168), - [sym_indexing_expression] = STATE(5168), - [sym_navigation_expression] = STATE(5168), - [sym_prefix_expression] = STATE(5168), - [sym_as_expression] = STATE(5168), - [sym_spread_expression] = STATE(5168), - [sym__binary_expression] = STATE(5168), - [sym_multiplicative_expression] = STATE(5168), - [sym_additive_expression] = STATE(5168), - [sym_range_expression] = STATE(5168), - [sym_infix_expression] = STATE(5168), - [sym_elvis_expression] = STATE(5168), - [sym_check_expression] = STATE(5168), - [sym_comparison_expression] = STATE(5168), - [sym_equality_expression] = STATE(5168), - [sym_conjunction_expression] = STATE(5168), - [sym_disjunction_expression] = STATE(5168), - [sym__primary_expression] = STATE(5168), - [sym_parenthesized_expression] = STATE(5168), - [sym_collection_literal] = STATE(5168), - [sym__literal_constant] = STATE(5168), - [sym_string_literal] = STATE(5168), - [sym_lambda_literal] = STATE(5168), - [sym_anonymous_function] = STATE(5168), - [sym__function_literal] = STATE(5168), - [sym_object_literal] = STATE(5168), - [sym_this_expression] = STATE(5168), - [sym_super_expression] = STATE(5168), - [sym_if_expression] = STATE(5168), - [sym_when_expression] = STATE(5168), - [sym_try_expression] = STATE(5168), - [sym_jump_expression] = STATE(5168), - [sym_callable_reference] = STATE(5168), - [sym__prefix_unary_operator] = STATE(1519), - [sym_annotation] = STATE(1519), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(5115), - [sym__return_at] = STATE(297), - [sym__continue_at] = STATE(5160), - [sym__break_at] = STATE(5160), - [sym__this_at] = STATE(5142), - [sym__super_at] = STATE(5130), - [sym_unsigned_literal] = STATE(5168), - [sym_long_literal] = STATE(5168), - [sym_boolean_literal] = STATE(5168), - [sym_character_literal] = STATE(5168), - [sym__lexical_identifier] = STATE(4612), - [sym__alpha_identifier] = ACTIONS(7), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_LPAREN] = ACTIONS(27), + [2168] = { + [sym__expression] = STATE(2266), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2162), + [sym_annotation] = STATE(2162), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(379), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), [anon_sym_object] = ACTIONS(1916), - [anon_sym_fun] = ACTIONS(1918), + [anon_sym_fun] = ACTIONS(3192), [anon_sym_get] = ACTIONS(1920), [anon_sym_set] = ACTIONS(1920), - [anon_sym_this] = ACTIONS(39), - [anon_sym_super] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(1257), - [sym_label] = ACTIONS(381), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1143), [anon_sym_null] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(375), - [anon_sym_when] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_throw] = ACTIONS(377), - [anon_sym_return] = ACTIONS(379), - [anon_sym_continue] = ACTIONS(65), - [anon_sym_break] = ACTIONS(65), - [anon_sym_COLON_COLON] = ACTIONS(67), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_DASH] = ACTIONS(381), - [anon_sym_PLUS_PLUS] = ACTIONS(383), - [anon_sym_DASH_DASH] = ACTIONS(383), - [anon_sym_BANG] = ACTIONS(383), + [anon_sym_if] = ACTIONS(3194), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3198), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [2169] = { + [sym__expression] = STATE(2265), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2162), + [sym_annotation] = STATE(2162), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(379), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), + [sym__alpha_identifier] = ACTIONS(473), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(475), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(485), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3192), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), + [anon_sym_this] = ACTIONS(497), + [anon_sym_super] = ACTIONS(499), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1143), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3194), + [anon_sym_when] = ACTIONS(515), + [anon_sym_try] = ACTIONS(517), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3198), + [anon_sym_continue] = ACTIONS(523), + [anon_sym_break] = ACTIONS(523), + [anon_sym_COLON_COLON] = ACTIONS(525), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), [anon_sym_data] = ACTIONS(1920), [anon_sym_inner] = ACTIONS(1920), [anon_sym_value] = ACTIONS(1920), @@ -283677,11 +284269,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(535), + [anon_sym_break_AT] = ACTIONS(537), + [anon_sym_this_AT] = ACTIONS(539), + [anon_sym_super_AT] = ACTIONS(541), + [sym_real_literal] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(545), + [sym_hex_literal] = ACTIONS(547), + [sym_bin_literal] = ACTIONS(547), + [anon_sym_true] = ACTIONS(549), + [anon_sym_false] = ACTIONS(549), + [anon_sym_SQUOTE] = ACTIONS(551), + [sym__backtick_identifier] = ACTIONS(553), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(555), + }, + [2170] = { + [sym__expression] = STATE(4297), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1924), + [sym_annotation] = STATE(1924), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [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(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(93), [anon_sym_break_AT] = ACTIONS(95), [anon_sym_this_AT] = ACTIONS(97), [anon_sym_super_AT] = ACTIONS(99), - [sym_real_literal] = ACTIONS(1924), + [sym_real_literal] = ACTIONS(1912), [sym_integer_literal] = ACTIONS(103), [sym_hex_literal] = ACTIONS(105), [sym_bin_literal] = ACTIONS(105), @@ -283692,97 +284385,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(113), }, - [2164] = { - [sym__expression] = STATE(2535), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [2171] = { + [sym__expression] = STATE(2262), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2162), + [sym_annotation] = STATE(2162), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(379), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1708), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3192), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1710), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1143), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3194), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1714), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3198), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -283793,97 +284486,97 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [2165] = { - [sym__expression] = STATE(783), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [2172] = { + [sym__expression] = STATE(2261), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2162), + [sym_annotation] = STATE(2162), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(379), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3192), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1143), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3194), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3198), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -283894,198 +284587,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [2166] = { - [sym__expression] = STATE(2285), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2166), - [sym_annotation] = STATE(2166), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(371), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3148), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1143), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3152), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [2173] = { + [sym__expression] = STATE(4424), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1803), + [sym_annotation] = STATE(1803), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(358), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(3080), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(1115), + [sym_label] = ACTIONS(249), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(3082), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(3084), + [anon_sym_return] = ACTIONS(3086), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(249), + [anon_sym_DASH] = ACTIONS(249), + [anon_sym_PLUS_PLUS] = ACTIONS(251), + [anon_sym_DASH_DASH] = ACTIONS(251), + [anon_sym_BANG] = ACTIONS(251), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), + [sym__string_start] = ACTIONS(205), }, - [2167] = { - [sym__expression] = STATE(1211), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1533), - [sym_annotation] = STATE(1533), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(269), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [2174] = { + [sym__expression] = STATE(2260), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2162), + [sym_annotation] = STATE(2162), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(379), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1708), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3192), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1045), - [sym_label] = ACTIONS(1053), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(1710), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1143), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3194), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1714), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3198), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(1053), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_PLUS_PLUS] = ACTIONS(1055), - [anon_sym_DASH_DASH] = ACTIONS(1055), - [anon_sym_BANG] = ACTIONS(1055), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -284096,97 +284789,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [2168] = { - [sym__expression] = STATE(775), - [sym__unary_expression] = STATE(3948), - [sym_postfix_expression] = STATE(3948), - [sym_call_expression] = STATE(3948), - [sym_indexing_expression] = STATE(3948), - [sym_navigation_expression] = STATE(3948), - [sym_prefix_expression] = STATE(3948), - [sym_as_expression] = STATE(3948), - [sym_spread_expression] = STATE(3948), - [sym__binary_expression] = STATE(3948), - [sym_multiplicative_expression] = STATE(3948), - [sym_additive_expression] = STATE(3948), - [sym_range_expression] = STATE(3948), - [sym_infix_expression] = STATE(3948), - [sym_elvis_expression] = STATE(3948), - [sym_check_expression] = STATE(3948), - [sym_comparison_expression] = STATE(3948), - [sym_equality_expression] = STATE(3948), - [sym_conjunction_expression] = STATE(3948), - [sym_disjunction_expression] = STATE(3948), - [sym__primary_expression] = STATE(3948), - [sym_parenthesized_expression] = STATE(3948), - [sym_collection_literal] = STATE(3948), - [sym__literal_constant] = STATE(3948), - [sym_string_literal] = STATE(3948), - [sym_lambda_literal] = STATE(3948), - [sym_anonymous_function] = STATE(3948), - [sym__function_literal] = STATE(3948), - [sym_object_literal] = STATE(3948), - [sym_this_expression] = STATE(3948), - [sym_super_expression] = STATE(3948), - [sym_if_expression] = STATE(3948), - [sym_when_expression] = STATE(3948), - [sym_try_expression] = STATE(3948), - [sym_jump_expression] = STATE(3948), - [sym_callable_reference] = STATE(3948), - [sym__prefix_unary_operator] = STATE(1774), - [sym_annotation] = STATE(1774), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4003), - [sym__return_at] = STATE(263), - [sym__continue_at] = STATE(3899), - [sym__break_at] = STATE(3899), - [sym__this_at] = STATE(3892), - [sym__super_at] = STATE(3950), - [sym_unsigned_literal] = STATE(3948), - [sym_long_literal] = STATE(3948), - [sym_boolean_literal] = STATE(3948), - [sym_character_literal] = STATE(3948), - [sym__lexical_identifier] = STATE(3332), + [2175] = { + [sym_function_body] = STATE(1125), + [sym__block] = STATE(1074), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(5336), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_object] = ACTIONS(4151), + [anon_sym_fun] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_this] = ACTIONS(4151), + [anon_sym_super] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4153), + [sym_label] = ACTIONS(4151), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_if] = ACTIONS(4151), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_when] = ACTIONS(4151), + [anon_sym_try] = ACTIONS(4151), + [anon_sym_throw] = ACTIONS(4151), + [anon_sym_return] = ACTIONS(4151), + [anon_sym_continue] = ACTIONS(4151), + [anon_sym_break] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4153), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4151), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4153), + [anon_sym_continue_AT] = ACTIONS(4153), + [anon_sym_break_AT] = ACTIONS(4153), + [anon_sym_this_AT] = ACTIONS(4153), + [anon_sym_super_AT] = ACTIONS(4153), + [sym_real_literal] = ACTIONS(4153), + [sym_integer_literal] = ACTIONS(4151), + [sym_hex_literal] = ACTIONS(4153), + [sym_bin_literal] = ACTIONS(4153), + [anon_sym_true] = ACTIONS(4151), + [anon_sym_false] = ACTIONS(4151), + [anon_sym_SQUOTE] = ACTIONS(4153), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4153), + }, + [2176] = { + [sym__expression] = STATE(2259), + [sym__unary_expression] = STATE(3193), + [sym_postfix_expression] = STATE(3193), + [sym_call_expression] = STATE(3193), + [sym_indexing_expression] = STATE(3193), + [sym_navigation_expression] = STATE(3193), + [sym_prefix_expression] = STATE(3193), + [sym_as_expression] = STATE(3193), + [sym_spread_expression] = STATE(3193), + [sym__binary_expression] = STATE(3193), + [sym_multiplicative_expression] = STATE(3193), + [sym_additive_expression] = STATE(3193), + [sym_range_expression] = STATE(3193), + [sym_infix_expression] = STATE(3193), + [sym_elvis_expression] = STATE(3193), + [sym_check_expression] = STATE(3193), + [sym_comparison_expression] = STATE(3193), + [sym_equality_expression] = STATE(3193), + [sym_conjunction_expression] = STATE(3193), + [sym_disjunction_expression] = STATE(3193), + [sym__primary_expression] = STATE(3193), + [sym_parenthesized_expression] = STATE(3193), + [sym_collection_literal] = STATE(3193), + [sym__literal_constant] = STATE(3193), + [sym_string_literal] = STATE(3193), + [sym_lambda_literal] = STATE(3193), + [sym_anonymous_function] = STATE(3193), + [sym__function_literal] = STATE(3193), + [sym_object_literal] = STATE(3193), + [sym_this_expression] = STATE(3193), + [sym_super_expression] = STATE(3193), + [sym_if_expression] = STATE(3193), + [sym_when_expression] = STATE(3193), + [sym_try_expression] = STATE(3193), + [sym_jump_expression] = STATE(3193), + [sym_callable_reference] = STATE(3193), + [sym__prefix_unary_operator] = STATE(2162), + [sym_annotation] = STATE(2162), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(3176), + [sym__return_at] = STATE(379), + [sym__continue_at] = STATE(3213), + [sym__break_at] = STATE(3213), + [sym__this_at] = STATE(3215), + [sym__super_at] = STATE(3191), + [sym_unsigned_literal] = STATE(3193), + [sym_long_literal] = STATE(3193), + [sym_boolean_literal] = STATE(3193), + [sym_character_literal] = STATE(3193), + [sym__lexical_identifier] = STATE(2781), [sym__alpha_identifier] = ACTIONS(473), - [anon_sym_AT] = ACTIONS(1580), + [anon_sym_AT] = ACTIONS(1604), [anon_sym_LBRACK] = ACTIONS(475), - [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_LPAREN] = ACTIONS(485), - [anon_sym_object] = ACTIONS(1648), - [anon_sym_fun] = ACTIONS(1672), - [anon_sym_get] = ACTIONS(1652), - [anon_sym_set] = ACTIONS(1652), + [anon_sym_object] = ACTIONS(1916), + [anon_sym_fun] = ACTIONS(3192), + [anon_sym_get] = ACTIONS(1920), + [anon_sym_set] = ACTIONS(1920), [anon_sym_this] = ACTIONS(497), [anon_sym_super] = ACTIONS(499), - [anon_sym_STAR] = ACTIONS(1297), - [sym_label] = ACTIONS(753), - [anon_sym_null] = ACTIONS(1654), - [anon_sym_if] = ACTIONS(747), + [anon_sym_STAR] = ACTIONS(1135), + [sym_label] = ACTIONS(1143), + [anon_sym_null] = ACTIONS(1922), + [anon_sym_if] = ACTIONS(3194), [anon_sym_when] = ACTIONS(515), [anon_sym_try] = ACTIONS(517), - [anon_sym_throw] = ACTIONS(749), - [anon_sym_return] = ACTIONS(751), + [anon_sym_throw] = ACTIONS(3196), + [anon_sym_return] = ACTIONS(3198), [anon_sym_continue] = ACTIONS(523), [anon_sym_break] = ACTIONS(523), [anon_sym_COLON_COLON] = ACTIONS(525), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS_PLUS] = ACTIONS(755), - [anon_sym_DASH_DASH] = ACTIONS(755), - [anon_sym_BANG] = ACTIONS(755), - [anon_sym_data] = ACTIONS(1652), - [anon_sym_inner] = ACTIONS(1652), - [anon_sym_value] = ACTIONS(1652), - [anon_sym_expect] = ACTIONS(1652), - [anon_sym_actual] = ACTIONS(1652), + [anon_sym_PLUS] = ACTIONS(1143), + [anon_sym_DASH] = ACTIONS(1143), + [anon_sym_PLUS_PLUS] = ACTIONS(1145), + [anon_sym_DASH_DASH] = ACTIONS(1145), + [anon_sym_BANG] = ACTIONS(1145), + [anon_sym_data] = ACTIONS(1920), + [anon_sym_inner] = ACTIONS(1920), + [anon_sym_value] = ACTIONS(1920), + [anon_sym_expect] = ACTIONS(1920), + [anon_sym_actual] = ACTIONS(1920), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(449), + [anon_sym_return_AT] = ACTIONS(91), [anon_sym_continue_AT] = ACTIONS(535), [anon_sym_break_AT] = ACTIONS(537), [anon_sym_this_AT] = ACTIONS(539), [anon_sym_super_AT] = ACTIONS(541), - [sym_real_literal] = ACTIONS(1656), + [sym_real_literal] = ACTIONS(1924), [sym_integer_literal] = ACTIONS(545), [sym_hex_literal] = ACTIONS(547), [sym_bin_literal] = ACTIONS(547), @@ -284197,177 +284991,1186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(555), }, - [2169] = { - [sym_type_constraints] = STATE(2211), - [sym_property_delegate] = STATE(2333), - [sym_getter] = STATE(4797), - [sym_setter] = STATE(4797), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_RBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(5730), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_COMMA] = ACTIONS(3360), - [anon_sym_RPAREN] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(5707), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(5732), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(3358), - [anon_sym_DASH_GT] = ACTIONS(3360), - [sym_label] = ACTIONS(3360), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_while] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_PLUS_EQ] = ACTIONS(3360), - [anon_sym_DASH_EQ] = ACTIONS(3360), - [anon_sym_STAR_EQ] = ACTIONS(3360), - [anon_sym_SLASH_EQ] = ACTIONS(3360), - [anon_sym_PERCENT_EQ] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3358), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG_BANG] = ACTIONS(3360), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [2177] = { + [sym__expression] = STATE(4315), + [sym__unary_expression] = STATE(4826), + [sym_postfix_expression] = STATE(4826), + [sym_call_expression] = STATE(4826), + [sym_indexing_expression] = STATE(4826), + [sym_navigation_expression] = STATE(4826), + [sym_prefix_expression] = STATE(4826), + [sym_as_expression] = STATE(4826), + [sym_spread_expression] = STATE(4826), + [sym__binary_expression] = STATE(4826), + [sym_multiplicative_expression] = STATE(4826), + [sym_additive_expression] = STATE(4826), + [sym_range_expression] = STATE(4826), + [sym_infix_expression] = STATE(4826), + [sym_elvis_expression] = STATE(4826), + [sym_check_expression] = STATE(4826), + [sym_comparison_expression] = STATE(4826), + [sym_equality_expression] = STATE(4826), + [sym_conjunction_expression] = STATE(4826), + [sym_disjunction_expression] = STATE(4826), + [sym__primary_expression] = STATE(4826), + [sym_parenthesized_expression] = STATE(4826), + [sym_collection_literal] = STATE(4826), + [sym__literal_constant] = STATE(4826), + [sym_string_literal] = STATE(4826), + [sym_lambda_literal] = STATE(4826), + [sym_anonymous_function] = STATE(4826), + [sym__function_literal] = STATE(4826), + [sym_object_literal] = STATE(4826), + [sym_this_expression] = STATE(4826), + [sym_super_expression] = STATE(4826), + [sym_if_expression] = STATE(4826), + [sym_when_expression] = STATE(4826), + [sym_try_expression] = STATE(4826), + [sym_jump_expression] = STATE(4826), + [sym_callable_reference] = STATE(4826), + [sym__prefix_unary_operator] = STATE(1920), + [sym_annotation] = STATE(1920), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(4885), + [sym__return_at] = STATE(313), + [sym__continue_at] = STATE(4786), + [sym__break_at] = STATE(4786), + [sym__this_at] = STATE(4780), + [sym__super_at] = STATE(4877), + [sym_unsigned_literal] = STATE(4826), + [sym_long_literal] = STATE(4826), + [sym_boolean_literal] = STATE(4826), + [sym_character_literal] = STATE(4826), + [sym__lexical_identifier] = STATE(4529), + [sym__alpha_identifier] = ACTIONS(115), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(133), + [anon_sym_object] = ACTIONS(1838), + [anon_sym_fun] = ACTIONS(1990), + [anon_sym_get] = ACTIONS(1842), + [anon_sym_set] = ACTIONS(1842), + [anon_sym_this] = ACTIONS(145), + [anon_sym_super] = ACTIONS(147), + [anon_sym_STAR] = ACTIONS(837), + [sym_label] = ACTIONS(845), + [anon_sym_null] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_when] = ACTIONS(163), + [anon_sym_try] = ACTIONS(165), + [anon_sym_throw] = ACTIONS(1994), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(171), + [anon_sym_break] = ACTIONS(171), + [anon_sym_COLON_COLON] = ACTIONS(173), + [anon_sym_PLUS] = ACTIONS(845), + [anon_sym_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(847), + [anon_sym_BANG] = ACTIONS(847), + [anon_sym_data] = ACTIONS(1842), + [anon_sym_inner] = ACTIONS(1842), + [anon_sym_value] = ACTIONS(1842), + [anon_sym_expect] = ACTIONS(1842), + [anon_sym_actual] = ACTIONS(1842), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), + [anon_sym_return_AT] = ACTIONS(183), + [anon_sym_continue_AT] = ACTIONS(185), + [anon_sym_break_AT] = ACTIONS(187), + [anon_sym_this_AT] = ACTIONS(189), + [anon_sym_super_AT] = ACTIONS(191), + [sym_real_literal] = ACTIONS(1846), + [sym_integer_literal] = ACTIONS(195), + [sym_hex_literal] = ACTIONS(197), + [sym_bin_literal] = ACTIONS(197), + [anon_sym_true] = ACTIONS(199), + [anon_sym_false] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [sym__backtick_identifier] = ACTIONS(203), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(205), }, - [2170] = { - [sym_type_constraints] = STATE(2222), - [sym_property_delegate] = STATE(2373), - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_RBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(5738), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(5707), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3630), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(1790), - [anon_sym_DASH_GT] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2178] = { + [sym__expression] = STATE(4300), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1924), + [sym_annotation] = STATE(1924), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [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(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [2179] = { + [sym__expression] = STATE(4296), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1924), + [sym_annotation] = STATE(1924), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [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(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [2180] = { + [sym__expression] = STATE(4295), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1924), + [sym_annotation] = STATE(1924), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [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(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [2181] = { + [sym__expression] = STATE(4294), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1924), + [sym_annotation] = STATE(1924), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [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(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [2182] = { + [sym__expression] = STATE(4281), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1924), + [sym_annotation] = STATE(1924), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [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(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [2183] = { + [sym__expression] = STATE(4285), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1924), + [sym_annotation] = STATE(1924), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [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(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [2184] = { + [sym__expression] = STATE(4292), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1924), + [sym_annotation] = STATE(1924), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [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(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [2185] = { + [sym__expression] = STATE(4298), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1924), + [sym_annotation] = STATE(1924), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [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(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [2186] = { + [sym__expression] = STATE(4293), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1924), + [sym_annotation] = STATE(1924), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [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(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [2187] = { + [sym__expression] = STATE(4286), + [sym__unary_expression] = STATE(5201), + [sym_postfix_expression] = STATE(5201), + [sym_call_expression] = STATE(5201), + [sym_indexing_expression] = STATE(5201), + [sym_navigation_expression] = STATE(5201), + [sym_prefix_expression] = STATE(5201), + [sym_as_expression] = STATE(5201), + [sym_spread_expression] = STATE(5201), + [sym__binary_expression] = STATE(5201), + [sym_multiplicative_expression] = STATE(5201), + [sym_additive_expression] = STATE(5201), + [sym_range_expression] = STATE(5201), + [sym_infix_expression] = STATE(5201), + [sym_elvis_expression] = STATE(5201), + [sym_check_expression] = STATE(5201), + [sym_comparison_expression] = STATE(5201), + [sym_equality_expression] = STATE(5201), + [sym_conjunction_expression] = STATE(5201), + [sym_disjunction_expression] = STATE(5201), + [sym__primary_expression] = STATE(5201), + [sym_parenthesized_expression] = STATE(5201), + [sym_collection_literal] = STATE(5201), + [sym__literal_constant] = STATE(5201), + [sym_string_literal] = STATE(5201), + [sym_lambda_literal] = STATE(5201), + [sym_anonymous_function] = STATE(5201), + [sym__function_literal] = STATE(5201), + [sym_object_literal] = STATE(5201), + [sym_this_expression] = STATE(5201), + [sym_super_expression] = STATE(5201), + [sym_if_expression] = STATE(5201), + [sym_when_expression] = STATE(5201), + [sym_try_expression] = STATE(5201), + [sym_jump_expression] = STATE(5201), + [sym_callable_reference] = STATE(5201), + [sym__prefix_unary_operator] = STATE(1924), + [sym_annotation] = STATE(1924), + [sym__single_annotation] = STATE(5534), + [sym__multi_annotation] = STATE(5534), + [sym_simple_identifier] = STATE(5107), + [sym__return_at] = STATE(376), + [sym__continue_at] = STATE(5252), + [sym__break_at] = STATE(5252), + [sym__this_at] = STATE(5259), + [sym__super_at] = STATE(5140), + [sym_unsigned_literal] = STATE(5201), + [sym_long_literal] = STATE(5201), + [sym_boolean_literal] = STATE(5201), + [sym_character_literal] = STATE(5201), + [sym__lexical_identifier] = STATE(4615), + [sym__alpha_identifier] = ACTIONS(7), + [anon_sym_AT] = ACTIONS(1604), + [anon_sym_LBRACK] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_LPAREN] = ACTIONS(27), + [anon_sym_object] = ACTIONS(1904), + [anon_sym_fun] = ACTIONS(3170), + [anon_sym_get] = ACTIONS(1908), + [anon_sym_set] = ACTIONS(1908), + [anon_sym_this] = ACTIONS(39), + [anon_sym_super] = ACTIONS(41), + [anon_sym_STAR] = ACTIONS(43), + [sym_label] = ACTIONS(69), + [anon_sym_null] = ACTIONS(1910), + [anon_sym_if] = ACTIONS(3172), + [anon_sym_when] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_throw] = ACTIONS(3174), + [anon_sym_return] = ACTIONS(3176), + [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(1908), + [anon_sym_inner] = ACTIONS(1908), + [anon_sym_value] = ACTIONS(1908), + [anon_sym_expect] = ACTIONS(1908), + [anon_sym_actual] = ACTIONS(1908), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(91), + [anon_sym_continue_AT] = ACTIONS(93), + [anon_sym_break_AT] = ACTIONS(95), + [anon_sym_this_AT] = ACTIONS(97), + [anon_sym_super_AT] = ACTIONS(99), + [sym_real_literal] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(103), + [sym_hex_literal] = ACTIONS(105), + [sym_bin_literal] = ACTIONS(105), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [anon_sym_SQUOTE] = ACTIONS(109), + [sym__backtick_identifier] = ACTIONS(111), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(113), + }, + [2188] = { + [sym_property_delegate] = STATE(2381), + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_RBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(5737), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(5703), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(3636), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), + [anon_sym_STAR] = ACTIONS(1732), + [anon_sym_DASH_GT] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -284392,285 +286195,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - }, - [2171] = { - [sym__expression] = STATE(4334), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [2172] = { - [sym__expression] = STATE(948), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2113), - [sym_annotation] = STATE(2113), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(296), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(1908), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1309), - [sym_label] = ACTIONS(611), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(597), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(603), - [anon_sym_return] = ACTIONS(605), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(611), - [anon_sym_DASH] = ACTIONS(611), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_BANG] = ACTIONS(613), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), }, - [2173] = { - [sym_type_constraints] = STATE(2202), - [sym_property_delegate] = STATE(2331), - [sym_getter] = STATE(4728), - [sym_setter] = STATE(4728), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_RBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(5740), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(5707), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(5742), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(3344), - [anon_sym_DASH_GT] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2189] = { + [sym_property_delegate] = STATE(2315), + [sym_getter] = STATE(4746), + [sym_setter] = STATE(4746), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_RBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(5744), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(5703), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(3634), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [anon_sym_STAR] = ACTIONS(1824), + [anon_sym_DASH_GT] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -284695,1884 +286295,282 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2174] = { - [sym__expression] = STATE(2278), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2166), - [sym_annotation] = STATE(2166), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(371), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3148), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1143), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3152), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), + [2190] = { + [sym_primary_constructor] = STATE(4898), + [sym__class_parameters] = STATE(5070), + [sym_type_parameters] = STATE(2323), + [sym_type_constraints] = STATE(5283), + [sym_enum_class_body] = STATE(5388), + [sym_modifiers] = STATE(9738), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5746), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_constructor] = ACTIONS(5748), + [anon_sym_LBRACE] = ACTIONS(5750), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(5752), + [anon_sym_LT] = ACTIONS(5754), + [anon_sym_where] = ACTIONS(5756), + [anon_sym_object] = ACTIONS(3238), + [anon_sym_fun] = ACTIONS(3238), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_this] = ACTIONS(3238), + [anon_sym_super] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3242), + [sym_label] = ACTIONS(3238), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_null] = ACTIONS(3238), + [anon_sym_if] = ACTIONS(3238), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_when] = ACTIONS(3238), + [anon_sym_try] = ACTIONS(3238), + [anon_sym_throw] = ACTIONS(3238), + [anon_sym_return] = ACTIONS(3238), + [anon_sym_continue] = ACTIONS(3238), + [anon_sym_break] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG] = ACTIONS(3238), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [2175] = { - [sym__expression] = STATE(2275), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2166), - [sym_annotation] = STATE(2166), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(371), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3148), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1143), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3152), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [2176] = { - [sym__expression] = STATE(2274), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2166), - [sym_annotation] = STATE(2166), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(371), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3148), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1143), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3152), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [2177] = { - [sym__expression] = STATE(2272), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2166), - [sym_annotation] = STATE(2166), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(371), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3148), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1143), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3152), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [2178] = { - [sym__expression] = STATE(2271), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2166), - [sym_annotation] = STATE(2166), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(371), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3148), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1143), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3152), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [2179] = { - [sym__expression] = STATE(2270), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2166), - [sym_annotation] = STATE(2166), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(371), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3148), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1143), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3152), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [2180] = { - [sym_type_constraints] = STATE(2194), - [sym_property_delegate] = STATE(2321), - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_RBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(5744), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(5707), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3644), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_DASH_GT] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - }, - [2181] = { - [sym_type_constraints] = STATE(2191), - [sym_property_delegate] = STATE(2338), - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_RBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(5746), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(5707), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3642), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(1790), - [anon_sym_DASH_GT] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - }, - [2182] = { - [sym__expression] = STATE(2267), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2166), - [sym_annotation] = STATE(2166), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(371), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3148), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1143), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3152), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [2183] = { - [sym__expression] = STATE(2266), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2166), - [sym_annotation] = STATE(2166), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(371), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3148), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1143), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3152), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [2184] = { - [sym__expression] = STATE(2265), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2166), - [sym_annotation] = STATE(2166), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(371), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3148), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1143), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3152), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [2185] = { - [sym__expression] = STATE(2264), - [sym__unary_expression] = STATE(3085), - [sym_postfix_expression] = STATE(3085), - [sym_call_expression] = STATE(3085), - [sym_indexing_expression] = STATE(3085), - [sym_navigation_expression] = STATE(3085), - [sym_prefix_expression] = STATE(3085), - [sym_as_expression] = STATE(3085), - [sym_spread_expression] = STATE(3085), - [sym__binary_expression] = STATE(3085), - [sym_multiplicative_expression] = STATE(3085), - [sym_additive_expression] = STATE(3085), - [sym_range_expression] = STATE(3085), - [sym_infix_expression] = STATE(3085), - [sym_elvis_expression] = STATE(3085), - [sym_check_expression] = STATE(3085), - [sym_comparison_expression] = STATE(3085), - [sym_equality_expression] = STATE(3085), - [sym_conjunction_expression] = STATE(3085), - [sym_disjunction_expression] = STATE(3085), - [sym__primary_expression] = STATE(3085), - [sym_parenthesized_expression] = STATE(3085), - [sym_collection_literal] = STATE(3085), - [sym__literal_constant] = STATE(3085), - [sym_string_literal] = STATE(3085), - [sym_lambda_literal] = STATE(3085), - [sym_anonymous_function] = STATE(3085), - [sym__function_literal] = STATE(3085), - [sym_object_literal] = STATE(3085), - [sym_this_expression] = STATE(3085), - [sym_super_expression] = STATE(3085), - [sym_if_expression] = STATE(3085), - [sym_when_expression] = STATE(3085), - [sym_try_expression] = STATE(3085), - [sym_jump_expression] = STATE(3085), - [sym_callable_reference] = STATE(3085), - [sym__prefix_unary_operator] = STATE(2166), - [sym_annotation] = STATE(2166), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(3074), - [sym__return_at] = STATE(371), - [sym__continue_at] = STATE(3094), - [sym__break_at] = STATE(3094), - [sym__this_at] = STATE(3099), - [sym__super_at] = STATE(3084), - [sym_unsigned_literal] = STATE(3085), - [sym_long_literal] = STATE(3085), - [sym_boolean_literal] = STATE(3085), - [sym_character_literal] = STATE(3085), - [sym__lexical_identifier] = STATE(2791), - [sym__alpha_identifier] = ACTIONS(557), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(559), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_object] = ACTIONS(1906), - [anon_sym_fun] = ACTIONS(3148), - [anon_sym_get] = ACTIONS(1910), - [anon_sym_set] = ACTIONS(1910), - [anon_sym_this] = ACTIONS(581), - [anon_sym_super] = ACTIONS(583), - [anon_sym_STAR] = ACTIONS(1135), - [sym_label] = ACTIONS(1143), - [anon_sym_null] = ACTIONS(1912), - [anon_sym_if] = ACTIONS(3150), - [anon_sym_when] = ACTIONS(599), - [anon_sym_try] = ACTIONS(601), - [anon_sym_throw] = ACTIONS(3152), - [anon_sym_return] = ACTIONS(3154), - [anon_sym_continue] = ACTIONS(607), - [anon_sym_break] = ACTIONS(607), - [anon_sym_COLON_COLON] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(1143), - [anon_sym_DASH] = ACTIONS(1143), - [anon_sym_PLUS_PLUS] = ACTIONS(1145), - [anon_sym_DASH_DASH] = ACTIONS(1145), - [anon_sym_BANG] = ACTIONS(1145), - [anon_sym_data] = ACTIONS(1910), - [anon_sym_inner] = ACTIONS(1910), - [anon_sym_value] = ACTIONS(1910), - [anon_sym_expect] = ACTIONS(1910), - [anon_sym_actual] = ACTIONS(1910), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(91), - [anon_sym_continue_AT] = ACTIONS(619), - [anon_sym_break_AT] = ACTIONS(621), - [anon_sym_this_AT] = ACTIONS(623), - [anon_sym_super_AT] = ACTIONS(625), - [sym_real_literal] = ACTIONS(1914), - [sym_integer_literal] = ACTIONS(629), - [sym_hex_literal] = ACTIONS(631), - [sym_bin_literal] = ACTIONS(631), - [anon_sym_true] = ACTIONS(633), - [anon_sym_false] = ACTIONS(633), - [anon_sym_SQUOTE] = ACTIONS(635), - [sym__backtick_identifier] = ACTIONS(637), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(639), - }, - [2186] = { - [sym_type_constraints] = STATE(2200), - [sym_property_delegate] = STATE(2329), - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_RBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(5748), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(5707), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3640), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [2187] = { - [sym_function_body] = STATE(1081), - [sym__block] = STATE(1129), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(5387), - [anon_sym_LBRACE] = ACTIONS(4145), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), - }, - [2188] = { - [sym__expression] = STATE(4146), - [sym__unary_expression] = STATE(4772), - [sym_postfix_expression] = STATE(4772), - [sym_call_expression] = STATE(4772), - [sym_indexing_expression] = STATE(4772), - [sym_navigation_expression] = STATE(4772), - [sym_prefix_expression] = STATE(4772), - [sym_as_expression] = STATE(4772), - [sym_spread_expression] = STATE(4772), - [sym__binary_expression] = STATE(4772), - [sym_multiplicative_expression] = STATE(4772), - [sym_additive_expression] = STATE(4772), - [sym_range_expression] = STATE(4772), - [sym_infix_expression] = STATE(4772), - [sym_elvis_expression] = STATE(4772), - [sym_check_expression] = STATE(4772), - [sym_comparison_expression] = STATE(4772), - [sym_equality_expression] = STATE(4772), - [sym_conjunction_expression] = STATE(4772), - [sym_disjunction_expression] = STATE(4772), - [sym__primary_expression] = STATE(4772), - [sym_parenthesized_expression] = STATE(4772), - [sym_collection_literal] = STATE(4772), - [sym__literal_constant] = STATE(4772), - [sym_string_literal] = STATE(4772), - [sym_lambda_literal] = STATE(4772), - [sym_anonymous_function] = STATE(4772), - [sym__function_literal] = STATE(4772), - [sym_object_literal] = STATE(4772), - [sym_this_expression] = STATE(4772), - [sym_super_expression] = STATE(4772), - [sym_if_expression] = STATE(4772), - [sym_when_expression] = STATE(4772), - [sym_try_expression] = STATE(4772), - [sym_jump_expression] = STATE(4772), - [sym_callable_reference] = STATE(4772), - [sym__prefix_unary_operator] = STATE(1905), - [sym_annotation] = STATE(1905), - [sym__single_annotation] = STATE(5561), - [sym__multi_annotation] = STATE(5561), - [sym_simple_identifier] = STATE(4865), - [sym__return_at] = STATE(313), - [sym__continue_at] = STATE(4832), - [sym__break_at] = STATE(4832), - [sym__this_at] = STATE(4752), - [sym__super_at] = STATE(4882), - [sym_unsigned_literal] = STATE(4772), - [sym_long_literal] = STATE(4772), - [sym_boolean_literal] = STATE(4772), - [sym_character_literal] = STATE(4772), - [sym__lexical_identifier] = STATE(4534), - [sym__alpha_identifier] = ACTIONS(211), - [anon_sym_AT] = ACTIONS(1580), - [anon_sym_LBRACK] = ACTIONS(213), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(223), - [anon_sym_object] = ACTIONS(1838), - [anon_sym_fun] = ACTIONS(1990), - [anon_sym_get] = ACTIONS(1842), - [anon_sym_set] = ACTIONS(1842), - [anon_sym_this] = ACTIONS(235), - [anon_sym_super] = ACTIONS(237), - [anon_sym_STAR] = ACTIONS(869), - [sym_label] = ACTIONS(877), - [anon_sym_null] = ACTIONS(1844), - [anon_sym_if] = ACTIONS(1992), - [anon_sym_when] = ACTIONS(253), - [anon_sym_try] = ACTIONS(255), - [anon_sym_throw] = ACTIONS(1994), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(261), - [anon_sym_break] = ACTIONS(261), - [anon_sym_COLON_COLON] = ACTIONS(263), - [anon_sym_PLUS] = ACTIONS(877), - [anon_sym_DASH] = ACTIONS(877), - [anon_sym_PLUS_PLUS] = ACTIONS(879), - [anon_sym_DASH_DASH] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_data] = ACTIONS(1842), - [anon_sym_inner] = ACTIONS(1842), - [anon_sym_value] = ACTIONS(1842), - [anon_sym_expect] = ACTIONS(1842), - [anon_sym_actual] = ACTIONS(1842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(273), - [anon_sym_continue_AT] = ACTIONS(275), - [anon_sym_break_AT] = ACTIONS(277), - [anon_sym_this_AT] = ACTIONS(279), - [anon_sym_super_AT] = ACTIONS(281), - [sym_real_literal] = ACTIONS(1846), - [sym_integer_literal] = ACTIONS(285), - [sym_hex_literal] = ACTIONS(287), - [sym_bin_literal] = ACTIONS(287), - [anon_sym_true] = ACTIONS(289), - [anon_sym_false] = ACTIONS(289), - [anon_sym_SQUOTE] = ACTIONS(291), - [sym__backtick_identifier] = ACTIONS(293), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(295), - }, - [2189] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(5750), - [anon_sym_COMMA] = ACTIONS(4287), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_where] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4281), - [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4281), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4284), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4281), - [anon_sym_DASH] = ACTIONS(4281), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4287), - [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_suspend] = ACTIONS(4289), - [anon_sym_sealed] = ACTIONS(4289), - [anon_sym_annotation] = ACTIONS(4289), - [anon_sym_data] = ACTIONS(4281), - [anon_sym_inner] = ACTIONS(4281), - [anon_sym_value] = ACTIONS(4281), - [anon_sym_override] = ACTIONS(4289), - [anon_sym_lateinit] = ACTIONS(4289), - [anon_sym_public] = ACTIONS(4289), - [anon_sym_private] = ACTIONS(4289), - [anon_sym_internal] = ACTIONS(4289), - [anon_sym_protected] = ACTIONS(4289), - [anon_sym_tailrec] = ACTIONS(4289), - [anon_sym_operator] = ACTIONS(4289), - [anon_sym_infix] = ACTIONS(4289), - [anon_sym_inline] = ACTIONS(4289), - [anon_sym_external] = ACTIONS(4289), - [sym_property_modifier] = ACTIONS(4289), - [anon_sym_abstract] = ACTIONS(4289), - [anon_sym_final] = ACTIONS(4289), - [anon_sym_open] = ACTIONS(4289), - [anon_sym_vararg] = ACTIONS(4289), - [anon_sym_noinline] = ACTIONS(4289), - [anon_sym_crossinline] = ACTIONS(4289), - [anon_sym_expect] = ACTIONS(4281), - [anon_sym_actual] = ACTIONS(4281), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4287), - [sym_safe_nav] = ACTIONS(4287), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [2190] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3171), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3173), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3946), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3173), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3954), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3956), - [anon_sym_DOT_DOT] = ACTIONS(3958), - [anon_sym_QMARK_COLON] = ACTIONS(3960), - [anon_sym_AMP_AMP] = ACTIONS(3962), - [anon_sym_PIPE_PIPE] = ACTIONS(3964), - [anon_sym_else] = ACTIONS(3171), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3173), - [anon_sym_DASH_EQ] = ACTIONS(3173), - [anon_sym_STAR_EQ] = ACTIONS(3173), - [anon_sym_SLASH_EQ] = ACTIONS(3173), - [anon_sym_PERCENT_EQ] = ACTIONS(3173), - [anon_sym_BANG_EQ] = ACTIONS(3966), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), - [anon_sym_EQ_EQ] = ACTIONS(3966), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), - [anon_sym_LT_EQ] = ACTIONS(3970), - [anon_sym_GT_EQ] = ACTIONS(3970), - [anon_sym_BANGin] = ACTIONS(3972), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(3974), - [anon_sym_DASH] = ACTIONS(3974), - [anon_sym_SLASH] = ACTIONS(3954), - [anon_sym_PERCENT] = ACTIONS(3954), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3171), - [anon_sym_sealed] = ACTIONS(3171), - [anon_sym_annotation] = ACTIONS(3171), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3171), - [anon_sym_lateinit] = ACTIONS(3171), - [anon_sym_public] = ACTIONS(3171), - [anon_sym_private] = ACTIONS(3171), - [anon_sym_internal] = ACTIONS(3171), - [anon_sym_protected] = ACTIONS(3171), - [anon_sym_tailrec] = ACTIONS(3171), - [anon_sym_operator] = ACTIONS(3171), - [anon_sym_infix] = ACTIONS(3171), - [anon_sym_inline] = ACTIONS(3171), - [anon_sym_external] = ACTIONS(3171), - [sym_property_modifier] = ACTIONS(3171), - [anon_sym_abstract] = ACTIONS(3171), - [anon_sym_final] = ACTIONS(3171), - [anon_sym_open] = ACTIONS(3171), - [anon_sym_vararg] = ACTIONS(3171), - [anon_sym_noinline] = ACTIONS(3171), - [anon_sym_crossinline] = ACTIONS(3171), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3173), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [2191] = { - [sym_property_delegate] = STATE(2329), - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_RBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(5748), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(5707), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3640), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [anon_sym_return_AT] = ACTIONS(3242), + [anon_sym_continue_AT] = ACTIONS(3242), + [anon_sym_break_AT] = ACTIONS(3242), + [anon_sym_this_AT] = ACTIONS(3242), + [anon_sym_super_AT] = ACTIONS(3242), + [sym_real_literal] = ACTIONS(3242), + [sym_integer_literal] = ACTIONS(3238), + [sym_hex_literal] = ACTIONS(3242), + [sym_bin_literal] = ACTIONS(3242), + [anon_sym_true] = ACTIONS(3238), + [anon_sym_false] = ACTIONS(3238), + [anon_sym_SQUOTE] = ACTIONS(3242), + [sym__backtick_identifier] = ACTIONS(3242), + [sym__automatic_semicolon] = ACTIONS(3242), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3242), + }, + [2191] = { + [sym_primary_constructor] = STATE(3576), + [sym_class_body] = STATE(3600), + [sym__class_parameters] = STATE(3281), + [sym_type_parameters] = STATE(2308), + [sym_type_constraints] = STATE(3282), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5758), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_EQ] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_RPAREN] = ACTIONS(3258), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3254), + [sym_label] = ACTIONS(3258), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_while] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [anon_sym_else] = ACTIONS(3254), + [anon_sym_COLON_COLON] = ACTIONS(3258), + [anon_sym_PLUS_EQ] = ACTIONS(3258), + [anon_sym_DASH_EQ] = ACTIONS(3258), + [anon_sym_STAR_EQ] = ACTIONS(3258), + [anon_sym_SLASH_EQ] = ACTIONS(3258), + [anon_sym_PERCENT_EQ] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [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(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG_BANG] = ACTIONS(3258), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), [sym_multiline_comment] = ACTIONS(3), }, [2192] = { - [sym_primary_constructor] = STATE(4940), - [sym__class_parameters] = STATE(5111), - [sym_type_parameters] = STATE(2368), - [sym_type_constraints] = STATE(5296), - [sym_enum_class_body] = STATE(5403), - [sym_modifiers] = STATE(9675), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), + [sym_primary_constructor] = STATE(3587), + [sym__class_parameters] = STATE(3281), + [sym_type_parameters] = STATE(2305), + [sym_type_constraints] = STATE(3301), + [sym_enum_class_body] = STATE(3559), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5754), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_constructor] = ACTIONS(5756), - [anon_sym_LBRACE] = ACTIONS(5758), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(5760), - [anon_sym_LT] = ACTIONS(5762), - [anon_sym_where] = ACTIONS(5764), - [anon_sym_object] = ACTIONS(3244), - [anon_sym_fun] = ACTIONS(3244), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_this] = ACTIONS(3244), - [anon_sym_super] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3248), - [sym_label] = ACTIONS(3244), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_null] = ACTIONS(3244), - [anon_sym_if] = ACTIONS(3244), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_when] = ACTIONS(3244), - [anon_sym_try] = ACTIONS(3244), - [anon_sym_throw] = ACTIONS(3244), - [anon_sym_return] = ACTIONS(3244), - [anon_sym_continue] = ACTIONS(3244), - [anon_sym_break] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG] = ACTIONS(3244), + [anon_sym_COLON] = ACTIONS(5760), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_EQ] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_RPAREN] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_while] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_PLUS_EQ] = ACTIONS(3206), + [anon_sym_DASH_EQ] = ACTIONS(3206), + [anon_sym_STAR_EQ] = ACTIONS(3206), + [anon_sym_SLASH_EQ] = ACTIONS(3206), + [anon_sym_PERCENT_EQ] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -286600,91 +286598,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3248), - [anon_sym_continue_AT] = ACTIONS(3248), - [anon_sym_break_AT] = ACTIONS(3248), - [anon_sym_this_AT] = ACTIONS(3248), - [anon_sym_super_AT] = ACTIONS(3248), - [sym_real_literal] = ACTIONS(3248), - [sym_integer_literal] = ACTIONS(3244), - [sym_hex_literal] = ACTIONS(3248), - [sym_bin_literal] = ACTIONS(3248), - [anon_sym_true] = ACTIONS(3244), - [anon_sym_false] = ACTIONS(3244), - [anon_sym_SQUOTE] = ACTIONS(3248), - [sym__backtick_identifier] = ACTIONS(3248), - [sym__automatic_semicolon] = ACTIONS(3248), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3248), + [sym__backtick_identifier] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), }, [2193] = { - [sym_primary_constructor] = STATE(4778), - [sym__class_parameters] = STATE(5039), - [sym_type_parameters] = STATE(2310), - [sym_type_constraints] = STATE(5024), - [sym_enum_class_body] = STATE(5155), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), + [sym_primary_constructor] = STATE(3588), + [sym_class_body] = STATE(3559), + [sym__class_parameters] = STATE(3281), + [sym_type_parameters] = STATE(2299), + [sym_type_constraints] = STATE(3306), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5766), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_EQ] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5770), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_COMMA] = ACTIONS(3248), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3244), - [sym_label] = ACTIONS(3248), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_PLUS_EQ] = ACTIONS(3248), - [anon_sym_DASH_EQ] = ACTIONS(3248), - [anon_sym_STAR_EQ] = ACTIONS(3248), - [anon_sym_SLASH_EQ] = ACTIONS(3248), - [anon_sym_PERCENT_EQ] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3244), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG_BANG] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(5762), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_EQ] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_RPAREN] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_while] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_PLUS_EQ] = ACTIONS(3206), + [anon_sym_DASH_EQ] = ACTIONS(3206), + [anon_sym_STAR_EQ] = ACTIONS(3206), + [anon_sym_SLASH_EQ] = ACTIONS(3206), + [anon_sym_PERCENT_EQ] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -286712,167 +286698,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3248), - [sym__automatic_semicolon] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), + [sym__backtick_identifier] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, [2194] = { - [sym_property_delegate] = STATE(2338), - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_RBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(5746), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(5707), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3642), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(1790), - [anon_sym_DASH_GT] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - }, - [2195] = { - [sym_primary_constructor] = STATE(4964), - [sym_class_body] = STATE(5344), - [sym__class_parameters] = STATE(5111), - [sym_type_parameters] = STATE(2328), - [sym_type_constraints] = STATE(5268), - [sym_modifiers] = STATE(9675), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [sym_primary_constructor] = STATE(4887), + [sym__class_parameters] = STATE(4658), + [sym_type_parameters] = STATE(2307), + [sym_type_constraints] = STATE(4672), + [sym_enum_class_body] = STATE(4694), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5778), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_constructor] = ACTIONS(5756), - [anon_sym_LBRACE] = ACTIONS(5780), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5760), - [anon_sym_LT] = ACTIONS(5762), - [anon_sym_where] = ACTIONS(5764), - [anon_sym_object] = ACTIONS(3234), - [anon_sym_fun] = ACTIONS(3234), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_this] = ACTIONS(3234), - [anon_sym_super] = ACTIONS(3234), + [anon_sym_COLON] = ACTIONS(5764), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_EQ] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5508), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_RPAREN] = ACTIONS(3242), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3234), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_null] = ACTIONS(3234), - [anon_sym_if] = ACTIONS(3234), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_when] = ACTIONS(3234), - [anon_sym_try] = ACTIONS(3234), - [anon_sym_throw] = ACTIONS(3234), - [anon_sym_return] = ACTIONS(3234), - [anon_sym_continue] = ACTIONS(3234), - [anon_sym_break] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG] = ACTIONS(3234), + [sym_label] = ACTIONS(3242), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_while] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_PLUS_EQ] = ACTIONS(3242), + [anon_sym_DASH_EQ] = ACTIONS(3242), + [anon_sym_STAR_EQ] = ACTIONS(3242), + [anon_sym_SLASH_EQ] = ACTIONS(3242), + [anon_sym_PERCENT_EQ] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3238), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG_BANG] = ACTIONS(3242), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -286900,159 +286798,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3238), - [anon_sym_continue_AT] = ACTIONS(3238), - [anon_sym_break_AT] = ACTIONS(3238), - [anon_sym_this_AT] = ACTIONS(3238), - [anon_sym_super_AT] = ACTIONS(3238), - [sym_real_literal] = ACTIONS(3238), - [sym_integer_literal] = ACTIONS(3234), - [sym_hex_literal] = ACTIONS(3238), - [sym_bin_literal] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3234), - [anon_sym_false] = ACTIONS(3234), - [anon_sym_SQUOTE] = ACTIONS(3238), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3238), + [sym__backtick_identifier] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), + [sym_multiline_comment] = ACTIONS(3), }, - [2196] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3167), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3946), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3954), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3956), - [anon_sym_DOT_DOT] = ACTIONS(3958), - [anon_sym_QMARK_COLON] = ACTIONS(3960), - [anon_sym_AMP_AMP] = ACTIONS(3962), - [anon_sym_PIPE_PIPE] = ACTIONS(3964), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3169), - [anon_sym_DASH_EQ] = ACTIONS(3169), - [anon_sym_STAR_EQ] = ACTIONS(3169), - [anon_sym_SLASH_EQ] = ACTIONS(3169), - [anon_sym_PERCENT_EQ] = ACTIONS(3169), - [anon_sym_BANG_EQ] = ACTIONS(3966), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), - [anon_sym_EQ_EQ] = ACTIONS(3966), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), - [anon_sym_LT_EQ] = ACTIONS(3970), - [anon_sym_GT_EQ] = ACTIONS(3970), - [anon_sym_BANGin] = ACTIONS(3972), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(3974), - [anon_sym_DASH] = ACTIONS(3974), - [anon_sym_SLASH] = ACTIONS(3954), - [anon_sym_PERCENT] = ACTIONS(3954), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3167), - [anon_sym_sealed] = ACTIONS(3167), - [anon_sym_annotation] = ACTIONS(3167), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3167), - [anon_sym_lateinit] = ACTIONS(3167), - [anon_sym_public] = ACTIONS(3167), - [anon_sym_private] = ACTIONS(3167), - [anon_sym_internal] = ACTIONS(3167), - [anon_sym_protected] = ACTIONS(3167), - [anon_sym_tailrec] = ACTIONS(3167), - [anon_sym_operator] = ACTIONS(3167), - [anon_sym_infix] = ACTIONS(3167), - [anon_sym_inline] = ACTIONS(3167), - [anon_sym_external] = ACTIONS(3167), - [sym_property_modifier] = ACTIONS(3167), - [anon_sym_abstract] = ACTIONS(3167), - [anon_sym_final] = ACTIONS(3167), - [anon_sym_open] = ACTIONS(3167), - [anon_sym_vararg] = ACTIONS(3167), - [anon_sym_noinline] = ACTIONS(3167), - [anon_sym_crossinline] = ACTIONS(3167), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [2195] = { + [sym_property_delegate] = STATE(2341), + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_RBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(5733), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(5703), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(3624), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [anon_sym_STAR] = ACTIONS(1810), + [anon_sym_DASH_GT] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3169), - [sym_safe_nav] = ACTIONS(3682), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2197] = { - [sym_property_delegate] = STATE(2325), - [sym_getter] = STATE(3477), - [sym_setter] = STATE(3477), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2196] = { + [sym_property_delegate] = STATE(2353), + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_RBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(5782), + [anon_sym_EQ] = ACTIONS(5731), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), [anon_sym_COMMA] = ACTIONS(1734), [anon_sym_RPAREN] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(5707), + [anon_sym_by] = ACTIONS(5703), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(3634), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), + [anon_sym_SEMI] = ACTIONS(3622), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), [anon_sym_STAR] = ACTIONS(1732), [anon_sym_DASH_GT] = ACTIONS(1734), [sym_label] = ACTIONS(1734), @@ -287110,282 +286995,382 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2198] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3132), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3134), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3946), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3954), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3956), - [anon_sym_DOT_DOT] = ACTIONS(3958), - [anon_sym_QMARK_COLON] = ACTIONS(3960), - [anon_sym_AMP_AMP] = ACTIONS(3962), - [anon_sym_PIPE_PIPE] = ACTIONS(3964), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3134), - [anon_sym_DASH_EQ] = ACTIONS(3134), - [anon_sym_STAR_EQ] = ACTIONS(3134), - [anon_sym_SLASH_EQ] = ACTIONS(3134), - [anon_sym_PERCENT_EQ] = ACTIONS(3134), - [anon_sym_BANG_EQ] = ACTIONS(3966), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), - [anon_sym_EQ_EQ] = ACTIONS(3966), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), - [anon_sym_LT_EQ] = ACTIONS(3970), - [anon_sym_GT_EQ] = ACTIONS(3970), - [anon_sym_BANGin] = ACTIONS(3972), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(3974), - [anon_sym_DASH] = ACTIONS(3974), - [anon_sym_SLASH] = ACTIONS(3954), - [anon_sym_PERCENT] = ACTIONS(3954), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3132), - [anon_sym_sealed] = ACTIONS(3132), - [anon_sym_annotation] = ACTIONS(3132), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3132), - [anon_sym_lateinit] = ACTIONS(3132), - [anon_sym_public] = ACTIONS(3132), - [anon_sym_private] = ACTIONS(3132), - [anon_sym_internal] = ACTIONS(3132), - [anon_sym_protected] = ACTIONS(3132), - [anon_sym_tailrec] = ACTIONS(3132), - [anon_sym_operator] = ACTIONS(3132), - [anon_sym_infix] = ACTIONS(3132), - [anon_sym_inline] = ACTIONS(3132), - [anon_sym_external] = ACTIONS(3132), - [sym_property_modifier] = ACTIONS(3132), - [anon_sym_abstract] = ACTIONS(3132), - [anon_sym_final] = ACTIONS(3132), - [anon_sym_open] = ACTIONS(3132), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3134), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [2199] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3101), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3103), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3946), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3954), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3956), - [anon_sym_DOT_DOT] = ACTIONS(3958), - [anon_sym_QMARK_COLON] = ACTIONS(3960), - [anon_sym_AMP_AMP] = ACTIONS(3962), - [anon_sym_PIPE_PIPE] = ACTIONS(3964), - [anon_sym_else] = ACTIONS(3101), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3103), - [anon_sym_DASH_EQ] = ACTIONS(3103), - [anon_sym_STAR_EQ] = ACTIONS(3103), - [anon_sym_SLASH_EQ] = ACTIONS(3103), - [anon_sym_PERCENT_EQ] = ACTIONS(3103), - [anon_sym_BANG_EQ] = ACTIONS(3966), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), - [anon_sym_EQ_EQ] = ACTIONS(3966), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), - [anon_sym_LT_EQ] = ACTIONS(3970), - [anon_sym_GT_EQ] = ACTIONS(3970), - [anon_sym_BANGin] = ACTIONS(3972), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(3974), - [anon_sym_DASH] = ACTIONS(3974), - [anon_sym_SLASH] = ACTIONS(3954), - [anon_sym_PERCENT] = ACTIONS(3954), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3101), - [anon_sym_sealed] = ACTIONS(3101), - [anon_sym_annotation] = ACTIONS(3101), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3101), - [anon_sym_lateinit] = ACTIONS(3101), - [anon_sym_public] = ACTIONS(3101), - [anon_sym_private] = ACTIONS(3101), - [anon_sym_internal] = ACTIONS(3101), - [anon_sym_protected] = ACTIONS(3101), - [anon_sym_tailrec] = ACTIONS(3101), - [anon_sym_operator] = ACTIONS(3101), - [anon_sym_infix] = ACTIONS(3101), - [anon_sym_inline] = ACTIONS(3101), - [anon_sym_external] = ACTIONS(3101), - [sym_property_modifier] = ACTIONS(3101), - [anon_sym_abstract] = ACTIONS(3101), - [anon_sym_final] = ACTIONS(3101), - [anon_sym_open] = ACTIONS(3101), - [anon_sym_vararg] = ACTIONS(3101), - [anon_sym_noinline] = ACTIONS(3101), - [anon_sym_crossinline] = ACTIONS(3101), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [2197] = { + [sym_primary_constructor] = STATE(4798), + [sym_class_body] = STATE(4695), + [sym__class_parameters] = STATE(4658), + [sym_type_parameters] = STATE(2306), + [sym_type_constraints] = STATE(4683), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5766), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_EQ] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5486), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_RPAREN] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_while] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_PLUS_EQ] = ACTIONS(3206), + [anon_sym_DASH_EQ] = ACTIONS(3206), + [anon_sym_STAR_EQ] = ACTIONS(3206), + [anon_sym_SLASH_EQ] = ACTIONS(3206), + [anon_sym_PERCENT_EQ] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3103), - [sym_safe_nav] = ACTIONS(3682), + [sym__backtick_identifier] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), + }, + [2198] = { + [sym_primary_constructor] = STATE(4930), + [sym_class_body] = STATE(5327), + [sym__class_parameters] = STATE(5070), + [sym_type_parameters] = STATE(2350), + [sym_type_constraints] = STATE(5279), + [sym_modifiers] = STATE(9738), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5768), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_constructor] = ACTIONS(5748), + [anon_sym_LBRACE] = ACTIONS(5770), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5752), + [anon_sym_LT] = ACTIONS(5754), + [anon_sym_where] = ACTIONS(5756), + [anon_sym_object] = ACTIONS(3200), + [anon_sym_fun] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_this] = ACTIONS(3200), + [anon_sym_super] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3200), + [anon_sym_if] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_when] = ACTIONS(3200), + [anon_sym_try] = ACTIONS(3200), + [anon_sym_throw] = ACTIONS(3200), + [anon_sym_return] = ACTIONS(3200), + [anon_sym_continue] = ACTIONS(3200), + [anon_sym_break] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG] = ACTIONS(3200), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3206), + [anon_sym_continue_AT] = ACTIONS(3206), + [anon_sym_break_AT] = ACTIONS(3206), + [anon_sym_this_AT] = ACTIONS(3206), + [anon_sym_super_AT] = ACTIONS(3206), + [sym_real_literal] = ACTIONS(3206), + [sym_integer_literal] = ACTIONS(3200), + [sym_hex_literal] = ACTIONS(3206), + [sym_bin_literal] = ACTIONS(3206), + [anon_sym_true] = ACTIONS(3200), + [anon_sym_false] = ACTIONS(3200), + [anon_sym_SQUOTE] = ACTIONS(3206), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3206), + }, + [2199] = { + [sym_primary_constructor] = STATE(4705), + [sym__class_parameters] = STATE(4658), + [sym_type_parameters] = STATE(2304), + [sym_type_constraints] = STATE(4690), + [sym_enum_class_body] = STATE(4695), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5772), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_EQ] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5508), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_RPAREN] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_while] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_PLUS_EQ] = ACTIONS(3206), + [anon_sym_DASH_EQ] = ACTIONS(3206), + [anon_sym_STAR_EQ] = ACTIONS(3206), + [anon_sym_SLASH_EQ] = ACTIONS(3206), + [anon_sym_PERCENT_EQ] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, [2200] = { - [sym_property_delegate] = STATE(2336), - [sym_getter] = STATE(4769), - [sym_setter] = STATE(4769), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_RBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(5784), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(5707), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(3638), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_DASH_GT] = ACTIONS(1734), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [sym_property_delegate] = STATE(2358), + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_RBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(5729), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(5703), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(3626), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [anon_sym_STAR] = ACTIONS(1796), + [anon_sym_DASH_GT] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -287410,81 +287395,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, [2201] = { - [sym_primary_constructor] = STATE(4791), - [sym_class_body] = STATE(5123), - [sym__class_parameters] = STATE(5039), - [sym_type_parameters] = STATE(2307), - [sym_type_constraints] = STATE(5069), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [sym_primary_constructor] = STATE(4846), + [sym_class_body] = STATE(4793), + [sym__class_parameters] = STATE(4658), + [sym_type_parameters] = STATE(2301), + [sym_type_constraints] = STATE(4659), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5786), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5788), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(5774), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_EQ] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5486), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_RPAREN] = ACTIONS(3258), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3254), + [sym_label] = ACTIONS(3258), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_while] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [anon_sym_else] = ACTIONS(3254), + [anon_sym_COLON_COLON] = ACTIONS(3258), + [anon_sym_PLUS_EQ] = ACTIONS(3258), + [anon_sym_DASH_EQ] = ACTIONS(3258), + [anon_sym_STAR_EQ] = ACTIONS(3258), + [anon_sym_SLASH_EQ] = ACTIONS(3258), + [anon_sym_PERCENT_EQ] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [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(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG_BANG] = ACTIONS(3258), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -287512,47 +287498,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym__backtick_identifier] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), [sym_multiline_comment] = ACTIONS(3), }, [2202] = { - [sym_property_delegate] = STATE(2321), - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_property_delegate] = STATE(2373), + [sym_getter] = STATE(4789), + [sym_setter] = STATE(4789), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_RBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(5725), + [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_by] = ACTIONS(5703), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(5727), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + }, + [2203] = { + [sym_property_delegate] = STATE(2327), + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_RBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(5744), + [anon_sym_EQ] = ACTIONS(5735), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), [anon_sym_COMMA] = ACTIONS(1798), [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(5707), + [anon_sym_by] = ACTIONS(5703), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3644), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), + [anon_sym_SEMI] = ACTIONS(3628), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), [anon_sym_STAR] = ACTIONS(1796), [anon_sym_DASH_GT] = ACTIONS(1798), [sym_label] = ACTIONS(1798), @@ -287610,81 +287695,282 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2203] = { - [sym_primary_constructor] = STATE(4798), - [sym__class_parameters] = STATE(5039), - [sym_type_parameters] = STATE(2300), - [sym_type_constraints] = STATE(5056), - [sym_enum_class_body] = STATE(5123), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [2204] = { + [sym_class_body] = STATE(1069), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_COLON] = ACTIONS(5776), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(3260), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4424), + [anon_sym_super_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), + }, + [2205] = { + [sym_primary_constructor] = STATE(3568), + [sym__class_parameters] = STATE(3750), + [sym_type_parameters] = STATE(2297), + [sym_type_constraints] = STATE(3753), + [sym_enum_class_body] = STATE(3951), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5778), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_EQ] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_COMMA] = ACTIONS(3242), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3238), + [sym_label] = ACTIONS(3242), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_PLUS_EQ] = ACTIONS(3242), + [anon_sym_DASH_EQ] = ACTIONS(3242), + [anon_sym_STAR_EQ] = ACTIONS(3242), + [anon_sym_SLASH_EQ] = ACTIONS(3242), + [anon_sym_PERCENT_EQ] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3238), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG_BANG] = ACTIONS(3242), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3242), + [sym__automatic_semicolon] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), + [sym_multiline_comment] = ACTIONS(3), + }, + [2206] = { + [sym_primary_constructor] = STATE(3594), + [sym__class_parameters] = STATE(3281), + [sym_type_parameters] = STATE(2275), + [sym_type_constraints] = STATE(3314), + [sym_enum_class_body] = STATE(3518), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), [anon_sym_AT] = ACTIONS(3202), [anon_sym_COLON] = ACTIONS(5790), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5770), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_EQ] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_RPAREN] = ACTIONS(3242), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3238), + [sym_label] = ACTIONS(3242), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_while] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_PLUS_EQ] = ACTIONS(3242), + [anon_sym_DASH_EQ] = ACTIONS(3242), + [anon_sym_STAR_EQ] = ACTIONS(3242), + [anon_sym_SLASH_EQ] = ACTIONS(3242), + [anon_sym_PERCENT_EQ] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3238), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG_BANG] = ACTIONS(3242), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -287712,44 +287998,243 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym__backtick_identifier] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), [sym_multiline_comment] = ACTIONS(3), }, - [2204] = { - [sym_primary_constructor] = STATE(4808), - [sym_class_body] = STATE(5131), - [sym__class_parameters] = STATE(5039), - [sym_type_parameters] = STATE(2295), - [sym_type_constraints] = STATE(5038), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [2207] = { + [sym_property_delegate] = STATE(2368), + [sym_getter] = STATE(3474), + [sym_setter] = STATE(3474), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_RBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(5792), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(5703), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(3642), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), + [anon_sym_STAR] = ACTIONS(1824), + [anon_sym_DASH_GT] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + }, + [2208] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(4798), + [anon_sym_COMMA] = ACTIONS(4287), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_where] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(4281), + [anon_sym_fun] = ACTIONS(4281), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(4281), + [anon_sym_super] = ACTIONS(4281), + [anon_sym_STAR] = ACTIONS(4284), + [sym_label] = ACTIONS(4281), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_null] = ACTIONS(4281), + [anon_sym_if] = ACTIONS(4281), + [anon_sym_else] = ACTIONS(4289), + [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(4284), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4287), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(4281), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_suspend] = ACTIONS(4289), + [anon_sym_sealed] = ACTIONS(4289), + [anon_sym_annotation] = ACTIONS(4289), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), + [anon_sym_override] = ACTIONS(4289), + [anon_sym_lateinit] = ACTIONS(4289), + [anon_sym_public] = ACTIONS(4289), + [anon_sym_private] = ACTIONS(4289), + [anon_sym_internal] = ACTIONS(4289), + [anon_sym_protected] = ACTIONS(4289), + [anon_sym_tailrec] = ACTIONS(4289), + [anon_sym_operator] = ACTIONS(4289), + [anon_sym_infix] = ACTIONS(4289), + [anon_sym_inline] = ACTIONS(4289), + [anon_sym_external] = ACTIONS(4289), + [sym_property_modifier] = ACTIONS(4289), + [anon_sym_abstract] = ACTIONS(4289), + [anon_sym_final] = ACTIONS(4289), + [anon_sym_open] = ACTIONS(4289), + [anon_sym_vararg] = ACTIONS(4289), + [anon_sym_noinline] = ACTIONS(4289), + [anon_sym_crossinline] = ACTIONS(4289), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4284), + [anon_sym_continue_AT] = ACTIONS(4284), + [anon_sym_break_AT] = ACTIONS(4284), + [anon_sym_this_AT] = ACTIONS(4284), + [anon_sym_super_AT] = ACTIONS(4284), + [sym_real_literal] = ACTIONS(4284), + [sym_integer_literal] = ACTIONS(4281), + [sym_hex_literal] = ACTIONS(4284), + [sym_bin_literal] = ACTIONS(4284), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [anon_sym_SQUOTE] = ACTIONS(4284), + [sym__backtick_identifier] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4287), + [sym_safe_nav] = ACTIONS(4287), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4284), + }, + [2209] = { + [sym_primary_constructor] = STATE(3563), + [sym_class_body] = STATE(4012), + [sym__class_parameters] = STATE(3750), + [sym_type_parameters] = STATE(2296), + [sym_type_constraints] = STATE(3722), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5792), + [anon_sym_COLON] = ACTIONS(5794), [anon_sym_LBRACK] = ACTIONS(3206), [anon_sym_as] = ACTIONS(3200), [anon_sym_EQ] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5788), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5796), [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(5772), + [anon_sym_LPAREN] = ACTIONS(5784), [anon_sym_COMMA] = ACTIONS(3206), - [anon_sym_LT] = ACTIONS(5774), + [anon_sym_LT] = ACTIONS(5786), [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(5776), + [anon_sym_where] = ACTIONS(5788), [anon_sym_DOT] = ACTIONS(3200), [anon_sym_SEMI] = ACTIONS(3206), [anon_sym_get] = ACTIONS(3200), @@ -287817,739 +288302,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, - [2205] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3946), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3954), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3956), - [anon_sym_DOT_DOT] = ACTIONS(3958), - [anon_sym_QMARK_COLON] = ACTIONS(3960), - [anon_sym_AMP_AMP] = ACTIONS(3962), - [anon_sym_PIPE_PIPE] = ACTIONS(3964), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3115), - [anon_sym_DASH_EQ] = ACTIONS(3115), - [anon_sym_STAR_EQ] = ACTIONS(3115), - [anon_sym_SLASH_EQ] = ACTIONS(3115), - [anon_sym_PERCENT_EQ] = ACTIONS(3115), - [anon_sym_BANG_EQ] = ACTIONS(3966), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), - [anon_sym_EQ_EQ] = ACTIONS(3966), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), - [anon_sym_LT_EQ] = ACTIONS(3970), - [anon_sym_GT_EQ] = ACTIONS(3970), - [anon_sym_BANGin] = ACTIONS(3972), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(3974), - [anon_sym_DASH] = ACTIONS(3974), - [anon_sym_SLASH] = ACTIONS(3954), - [anon_sym_PERCENT] = ACTIONS(3954), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3113), - [anon_sym_sealed] = ACTIONS(3113), - [anon_sym_annotation] = ACTIONS(3113), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3113), - [anon_sym_lateinit] = ACTIONS(3113), - [anon_sym_public] = ACTIONS(3113), - [anon_sym_private] = ACTIONS(3113), - [anon_sym_internal] = ACTIONS(3113), - [anon_sym_protected] = ACTIONS(3113), - [anon_sym_tailrec] = ACTIONS(3113), - [anon_sym_operator] = ACTIONS(3113), - [anon_sym_infix] = ACTIONS(3113), - [anon_sym_inline] = ACTIONS(3113), - [anon_sym_external] = ACTIONS(3113), - [sym_property_modifier] = ACTIONS(3113), - [anon_sym_abstract] = ACTIONS(3113), - [anon_sym_final] = ACTIONS(3113), - [anon_sym_open] = ACTIONS(3113), - [anon_sym_vararg] = ACTIONS(3113), - [anon_sym_noinline] = ACTIONS(3113), - [anon_sym_crossinline] = ACTIONS(3113), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3115), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [2206] = { - [sym_primary_constructor] = STATE(3576), - [sym__class_parameters] = STATE(3293), - [sym_type_parameters] = STATE(2258), - [sym_type_constraints] = STATE(3311), - [sym_enum_class_body] = STATE(3562), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5794), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_RPAREN] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_while] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - }, - [2207] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3182), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3184), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3946), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3954), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3956), - [anon_sym_DOT_DOT] = ACTIONS(3958), - [anon_sym_QMARK_COLON] = ACTIONS(3960), - [anon_sym_AMP_AMP] = ACTIONS(3962), - [anon_sym_PIPE_PIPE] = ACTIONS(3964), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3184), - [anon_sym_DASH_EQ] = ACTIONS(3184), - [anon_sym_STAR_EQ] = ACTIONS(3184), - [anon_sym_SLASH_EQ] = ACTIONS(3184), - [anon_sym_PERCENT_EQ] = ACTIONS(3184), - [anon_sym_BANG_EQ] = ACTIONS(3966), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), - [anon_sym_EQ_EQ] = ACTIONS(3966), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), - [anon_sym_LT_EQ] = ACTIONS(3970), - [anon_sym_GT_EQ] = ACTIONS(3970), - [anon_sym_BANGin] = ACTIONS(3972), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(3974), - [anon_sym_DASH] = ACTIONS(3974), - [anon_sym_SLASH] = ACTIONS(3954), - [anon_sym_PERCENT] = ACTIONS(3954), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3182), - [anon_sym_sealed] = ACTIONS(3182), - [anon_sym_annotation] = ACTIONS(3182), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3182), - [anon_sym_lateinit] = ACTIONS(3182), - [anon_sym_public] = ACTIONS(3182), - [anon_sym_private] = ACTIONS(3182), - [anon_sym_internal] = ACTIONS(3182), - [anon_sym_protected] = ACTIONS(3182), - [anon_sym_tailrec] = ACTIONS(3182), - [anon_sym_operator] = ACTIONS(3182), - [anon_sym_infix] = ACTIONS(3182), - [anon_sym_inline] = ACTIONS(3182), - [anon_sym_external] = ACTIONS(3182), - [sym_property_modifier] = ACTIONS(3182), - [anon_sym_abstract] = ACTIONS(3182), - [anon_sym_final] = ACTIONS(3182), - [anon_sym_open] = ACTIONS(3182), - [anon_sym_vararg] = ACTIONS(3182), - [anon_sym_noinline] = ACTIONS(3182), - [anon_sym_crossinline] = ACTIONS(3182), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3184), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [2208] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3090), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3946), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3954), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3956), - [anon_sym_DOT_DOT] = ACTIONS(3958), - [anon_sym_QMARK_COLON] = ACTIONS(3960), - [anon_sym_AMP_AMP] = ACTIONS(3962), - [anon_sym_PIPE_PIPE] = ACTIONS(3964), - [anon_sym_else] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3090), - [anon_sym_DASH_EQ] = ACTIONS(3090), - [anon_sym_STAR_EQ] = ACTIONS(3090), - [anon_sym_SLASH_EQ] = ACTIONS(3090), - [anon_sym_PERCENT_EQ] = ACTIONS(3090), - [anon_sym_BANG_EQ] = ACTIONS(3966), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), - [anon_sym_EQ_EQ] = ACTIONS(3966), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), - [anon_sym_LT_EQ] = ACTIONS(3970), - [anon_sym_GT_EQ] = ACTIONS(3970), - [anon_sym_BANGin] = ACTIONS(3972), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(3974), - [anon_sym_DASH] = ACTIONS(3974), - [anon_sym_SLASH] = ACTIONS(3954), - [anon_sym_PERCENT] = ACTIONS(3954), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3088), - [anon_sym_sealed] = ACTIONS(3088), - [anon_sym_annotation] = ACTIONS(3088), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3088), - [anon_sym_lateinit] = ACTIONS(3088), - [anon_sym_public] = ACTIONS(3088), - [anon_sym_private] = ACTIONS(3088), - [anon_sym_internal] = ACTIONS(3088), - [anon_sym_protected] = ACTIONS(3088), - [anon_sym_tailrec] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_infix] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_external] = ACTIONS(3088), - [sym_property_modifier] = ACTIONS(3088), - [anon_sym_abstract] = ACTIONS(3088), - [anon_sym_final] = ACTIONS(3088), - [anon_sym_open] = ACTIONS(3088), - [anon_sym_vararg] = ACTIONS(3088), - [anon_sym_noinline] = ACTIONS(3088), - [anon_sym_crossinline] = ACTIONS(3088), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3090), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [2209] = { - [sym_primary_constructor] = STATE(4826), - [sym__class_parameters] = STATE(4662), - [sym_type_parameters] = STATE(2303), - [sym_type_constraints] = STATE(4650), - [sym_enum_class_body] = STATE(4770), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5796), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_EQ] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5578), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_RPAREN] = ACTIONS(3248), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3244), - [sym_label] = ACTIONS(3248), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_while] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_PLUS_EQ] = ACTIONS(3248), - [anon_sym_DASH_EQ] = ACTIONS(3248), - [anon_sym_STAR_EQ] = ACTIONS(3248), - [anon_sym_SLASH_EQ] = ACTIONS(3248), - [anon_sym_PERCENT_EQ] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3244), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG_BANG] = ACTIONS(3248), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), - [sym_multiline_comment] = ACTIONS(3), - }, [2210] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_COMMA] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_where] = ACTIONS(4818), - [anon_sym_object] = ACTIONS(4818), - [anon_sym_fun] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(5798), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_this] = ACTIONS(4818), - [anon_sym_super] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4820), - [sym_label] = ACTIONS(4818), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_null] = ACTIONS(4818), - [anon_sym_if] = ACTIONS(4818), - [anon_sym_else] = ACTIONS(5800), - [anon_sym_when] = ACTIONS(4818), - [anon_sym_try] = ACTIONS(4818), - [anon_sym_throw] = ACTIONS(4818), - [anon_sym_return] = ACTIONS(4818), - [anon_sym_continue] = ACTIONS(4818), - [anon_sym_break] = ACTIONS(4818), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4820), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG] = ACTIONS(4818), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4820), - [anon_sym_continue_AT] = ACTIONS(4820), - [anon_sym_break_AT] = ACTIONS(4820), - [anon_sym_this_AT] = ACTIONS(4820), - [anon_sym_super_AT] = ACTIONS(4820), - [sym_real_literal] = ACTIONS(4820), - [sym_integer_literal] = ACTIONS(4818), - [sym_hex_literal] = ACTIONS(4820), - [sym_bin_literal] = ACTIONS(4820), - [anon_sym_true] = ACTIONS(4818), - [anon_sym_false] = ACTIONS(4818), - [anon_sym_SQUOTE] = ACTIONS(4820), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4820), - }, - [2211] = { - [sym_property_delegate] = STATE(2331), - [sym_getter] = STATE(4728), - [sym_setter] = STATE(4728), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_RBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(5740), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(5707), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(5742), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(3344), - [anon_sym_DASH_GT] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - }, - [2212] = { - [sym_primary_constructor] = STATE(3573), - [sym_class_body] = STATE(3602), - [sym__class_parameters] = STATE(3293), - [sym_type_parameters] = STATE(2294), - [sym_type_constraints] = STATE(3342), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_primary_constructor] = STATE(3561), + [sym__class_parameters] = STATE(3750), + [sym_type_parameters] = STATE(2295), + [sym_type_constraints] = STATE(3735), + [sym_enum_class_body] = STATE(4012), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5802), + [anon_sym_COLON] = ACTIONS(5798), [anon_sym_LBRACK] = ACTIONS(3206), [anon_sym_as] = ACTIONS(3200), [anon_sym_EQ] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5496), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5782), [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_RPAREN] = ACTIONS(3206), - [anon_sym_LT] = ACTIONS(5490), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_COMMA] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(5786), [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(5492), + [anon_sym_where] = ACTIONS(5788), [anon_sym_DOT] = ACTIONS(3200), [anon_sym_SEMI] = ACTIONS(3206), [anon_sym_get] = ACTIONS(3200), @@ -288557,7 +288342,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(3200), [sym_label] = ACTIONS(3206), [anon_sym_in] = ACTIONS(3200), - [anon_sym_while] = ACTIONS(3200), [anon_sym_DOT_DOT] = ACTIONS(3206), [anon_sym_QMARK_COLON] = ACTIONS(3206), [anon_sym_AMP_AMP] = ACTIONS(3206), @@ -288614,178 +288398,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, - [2213] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_COMMA] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_where] = ACTIONS(4818), - [anon_sym_object] = ACTIONS(4818), - [anon_sym_fun] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(4820), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_this] = ACTIONS(4818), - [anon_sym_super] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4820), - [sym_label] = ACTIONS(4818), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_null] = ACTIONS(4818), - [anon_sym_if] = ACTIONS(4818), - [anon_sym_else] = ACTIONS(5800), - [anon_sym_when] = ACTIONS(4818), - [anon_sym_try] = ACTIONS(4818), - [anon_sym_throw] = ACTIONS(4818), - [anon_sym_return] = ACTIONS(4818), - [anon_sym_continue] = ACTIONS(4818), - [anon_sym_break] = ACTIONS(4818), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4820), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG] = ACTIONS(4818), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), + [2211] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(4802), + [anon_sym_COMMA] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(4295), + [anon_sym_fun] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(4295), + [anon_sym_super] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4298), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(4295), + [anon_sym_if] = ACTIONS(4295), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4295), + [anon_sym_try] = ACTIONS(4295), + [anon_sym_throw] = ACTIONS(4295), + [anon_sym_return] = ACTIONS(4295), + [anon_sym_continue] = ACTIONS(4295), + [anon_sym_break] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4301), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(4295), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [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(4295), + [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4820), - [anon_sym_continue_AT] = ACTIONS(4820), - [anon_sym_break_AT] = ACTIONS(4820), - [anon_sym_this_AT] = ACTIONS(4820), - [anon_sym_super_AT] = ACTIONS(4820), - [sym_real_literal] = ACTIONS(4820), - [sym_integer_literal] = ACTIONS(4818), - [sym_hex_literal] = ACTIONS(4820), - [sym_bin_literal] = ACTIONS(4820), - [anon_sym_true] = ACTIONS(4818), - [anon_sym_false] = ACTIONS(4818), - [anon_sym_SQUOTE] = ACTIONS(4820), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), + [anon_sym_return_AT] = ACTIONS(4298), + [anon_sym_continue_AT] = ACTIONS(4298), + [anon_sym_break_AT] = ACTIONS(4298), + [anon_sym_this_AT] = ACTIONS(4298), + [anon_sym_super_AT] = ACTIONS(4298), + [sym_real_literal] = ACTIONS(4298), + [sym_integer_literal] = ACTIONS(4295), + [sym_hex_literal] = ACTIONS(4298), + [sym_bin_literal] = ACTIONS(4298), + [anon_sym_true] = ACTIONS(4295), + [anon_sym_false] = ACTIONS(4295), + [anon_sym_SQUOTE] = ACTIONS(4298), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4820), + [sym__string_start] = ACTIONS(4298), }, - [2214] = { - [sym_primary_constructor] = STATE(3582), - [sym__class_parameters] = STATE(3293), - [sym_type_parameters] = STATE(2302), - [sym_type_constraints] = STATE(3284), - [sym_enum_class_body] = STATE(3521), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), + [2212] = { + [sym_primary_constructor] = STATE(3550), + [sym_class_body] = STATE(3957), + [sym__class_parameters] = STATE(3750), + [sym_type_parameters] = STATE(2293), + [sym_type_constraints] = STATE(3748), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5804), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_EQ] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_RPAREN] = ACTIONS(3248), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3244), - [sym_label] = ACTIONS(3248), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_while] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_PLUS_EQ] = ACTIONS(3248), - [anon_sym_DASH_EQ] = ACTIONS(3248), - [anon_sym_STAR_EQ] = ACTIONS(3248), - [anon_sym_SLASH_EQ] = ACTIONS(3248), - [anon_sym_PERCENT_EQ] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3244), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG_BANG] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(5800), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_EQ] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_COMMA] = ACTIONS(3258), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3254), + [sym_label] = ACTIONS(3258), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [anon_sym_else] = ACTIONS(3254), + [anon_sym_COLON_COLON] = ACTIONS(3258), + [anon_sym_PLUS_EQ] = ACTIONS(3258), + [anon_sym_DASH_EQ] = ACTIONS(3258), + [anon_sym_STAR_EQ] = ACTIONS(3258), + [anon_sym_SLASH_EQ] = ACTIONS(3258), + [anon_sym_PERCENT_EQ] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [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(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG_BANG] = ACTIONS(3258), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -288813,66 +288597,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), + [sym__backtick_identifier] = ACTIONS(3258), + [sym__automatic_semicolon] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), [sym_multiline_comment] = ACTIONS(3), }, - [2215] = { - [sym_primary_constructor] = STATE(4961), - [sym__class_parameters] = STATE(5111), - [sym_type_parameters] = STATE(2316), - [sym_type_constraints] = STATE(5269), - [sym_enum_class_body] = STATE(5344), - [sym_modifiers] = STATE(9675), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [2213] = { + [sym_primary_constructor] = STATE(4895), + [sym__class_parameters] = STATE(5070), + [sym_type_parameters] = STATE(2346), + [sym_type_constraints] = STATE(5261), + [sym_enum_class_body] = STATE(5327), + [sym_modifiers] = STATE(9738), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5806), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_constructor] = ACTIONS(5756), - [anon_sym_LBRACE] = ACTIONS(5758), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5760), - [anon_sym_LT] = ACTIONS(5762), - [anon_sym_where] = ACTIONS(5764), - [anon_sym_object] = ACTIONS(3234), - [anon_sym_fun] = ACTIONS(3234), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_this] = ACTIONS(3234), - [anon_sym_super] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3234), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_null] = ACTIONS(3234), - [anon_sym_if] = ACTIONS(3234), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_when] = ACTIONS(3234), - [anon_sym_try] = ACTIONS(3234), - [anon_sym_throw] = ACTIONS(3234), - [anon_sym_return] = ACTIONS(3234), - [anon_sym_continue] = ACTIONS(3234), - [anon_sym_break] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG] = ACTIONS(3234), + [anon_sym_COLON] = ACTIONS(5802), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_constructor] = ACTIONS(5748), + [anon_sym_LBRACE] = ACTIONS(5750), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5752), + [anon_sym_LT] = ACTIONS(5754), + [anon_sym_where] = ACTIONS(5756), + [anon_sym_object] = ACTIONS(3200), + [anon_sym_fun] = ACTIONS(3200), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_this] = ACTIONS(3200), + [anon_sym_super] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3200), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_null] = ACTIONS(3200), + [anon_sym_if] = ACTIONS(3200), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_when] = ACTIONS(3200), + [anon_sym_try] = ACTIONS(3200), + [anon_sym_throw] = ACTIONS(3200), + [anon_sym_return] = ACTIONS(3200), + [anon_sym_continue] = ACTIONS(3200), + [anon_sym_break] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG] = ACTIONS(3200), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -288900,292 +288685,391 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3238), - [anon_sym_continue_AT] = ACTIONS(3238), - [anon_sym_break_AT] = ACTIONS(3238), - [anon_sym_this_AT] = ACTIONS(3238), - [anon_sym_super_AT] = ACTIONS(3238), - [sym_real_literal] = ACTIONS(3238), - [sym_integer_literal] = ACTIONS(3234), - [sym_hex_literal] = ACTIONS(3238), - [sym_bin_literal] = ACTIONS(3238), - [anon_sym_true] = ACTIONS(3234), - [anon_sym_false] = ACTIONS(3234), - [anon_sym_SQUOTE] = ACTIONS(3238), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3238), + [anon_sym_return_AT] = ACTIONS(3206), + [anon_sym_continue_AT] = ACTIONS(3206), + [anon_sym_break_AT] = ACTIONS(3206), + [anon_sym_this_AT] = ACTIONS(3206), + [anon_sym_super_AT] = ACTIONS(3206), + [sym_real_literal] = ACTIONS(3206), + [sym_integer_literal] = ACTIONS(3200), + [sym_hex_literal] = ACTIONS(3206), + [sym_bin_literal] = ACTIONS(3206), + [anon_sym_true] = ACTIONS(3200), + [anon_sym_false] = ACTIONS(3200), + [anon_sym_SQUOTE] = ACTIONS(3206), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3206), + }, + [2214] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(5804), + [anon_sym_COMMA] = ACTIONS(4287), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_where] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4284), + [sym_label] = ACTIONS(4281), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4289), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4284), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4287), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_suspend] = ACTIONS(4289), + [anon_sym_sealed] = ACTIONS(4289), + [anon_sym_annotation] = ACTIONS(4289), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), + [anon_sym_override] = ACTIONS(4289), + [anon_sym_lateinit] = ACTIONS(4289), + [anon_sym_public] = ACTIONS(4289), + [anon_sym_private] = ACTIONS(4289), + [anon_sym_internal] = ACTIONS(4289), + [anon_sym_protected] = ACTIONS(4289), + [anon_sym_tailrec] = ACTIONS(4289), + [anon_sym_operator] = ACTIONS(4289), + [anon_sym_infix] = ACTIONS(4289), + [anon_sym_inline] = ACTIONS(4289), + [anon_sym_external] = ACTIONS(4289), + [sym_property_modifier] = ACTIONS(4289), + [anon_sym_abstract] = ACTIONS(4289), + [anon_sym_final] = ACTIONS(4289), + [anon_sym_open] = ACTIONS(4289), + [anon_sym_vararg] = ACTIONS(4289), + [anon_sym_noinline] = ACTIONS(4289), + [anon_sym_crossinline] = ACTIONS(4289), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4287), + [sym_safe_nav] = ACTIONS(4287), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [2215] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(5808), + [anon_sym_COMMA] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4298), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4301), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [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(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), }, [2216] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3156), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3158), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3946), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(3954), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3956), - [anon_sym_DOT_DOT] = ACTIONS(3958), - [anon_sym_QMARK_COLON] = ACTIONS(3960), - [anon_sym_AMP_AMP] = ACTIONS(3962), - [anon_sym_PIPE_PIPE] = ACTIONS(3964), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3158), - [anon_sym_DASH_EQ] = ACTIONS(3158), - [anon_sym_STAR_EQ] = ACTIONS(3158), - [anon_sym_SLASH_EQ] = ACTIONS(3158), - [anon_sym_PERCENT_EQ] = ACTIONS(3158), - [anon_sym_BANG_EQ] = ACTIONS(3966), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), - [anon_sym_EQ_EQ] = ACTIONS(3966), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), - [anon_sym_LT_EQ] = ACTIONS(3970), - [anon_sym_GT_EQ] = ACTIONS(3970), - [anon_sym_BANGin] = ACTIONS(3972), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(3974), - [anon_sym_DASH] = ACTIONS(3974), - [anon_sym_SLASH] = ACTIONS(3954), - [anon_sym_PERCENT] = ACTIONS(3954), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3156), - [anon_sym_sealed] = ACTIONS(3156), - [anon_sym_annotation] = ACTIONS(3156), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3156), - [anon_sym_lateinit] = ACTIONS(3156), - [anon_sym_public] = ACTIONS(3156), - [anon_sym_private] = ACTIONS(3156), - [anon_sym_internal] = ACTIONS(3156), - [anon_sym_protected] = ACTIONS(3156), - [anon_sym_tailrec] = ACTIONS(3156), - [anon_sym_operator] = ACTIONS(3156), - [anon_sym_infix] = ACTIONS(3156), - [anon_sym_inline] = ACTIONS(3156), - [anon_sym_external] = ACTIONS(3156), - [sym_property_modifier] = ACTIONS(3156), - [anon_sym_abstract] = ACTIONS(3156), - [anon_sym_final] = ACTIONS(3156), - [anon_sym_open] = ACTIONS(3156), - [anon_sym_vararg] = ACTIONS(3156), - [anon_sym_noinline] = ACTIONS(3156), - [anon_sym_crossinline] = ACTIONS(3156), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [sym__alpha_identifier] = ACTIONS(4289), + [anon_sym_AT] = ACTIONS(4287), + [anon_sym_LBRACK] = ACTIONS(4287), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4287), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(5812), + [anon_sym_COMMA] = ACTIONS(4287), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_where] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(4289), + [anon_sym_fun] = ACTIONS(4289), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4289), + [anon_sym_set] = ACTIONS(4289), + [anon_sym_this] = ACTIONS(4289), + [anon_sym_super] = ACTIONS(4289), + [anon_sym_STAR] = ACTIONS(4287), + [sym_label] = ACTIONS(4289), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_null] = ACTIONS(4289), + [anon_sym_if] = ACTIONS(4289), + [anon_sym_else] = ACTIONS(4289), + [anon_sym_when] = ACTIONS(4289), + [anon_sym_try] = ACTIONS(4289), + [anon_sym_throw] = ACTIONS(4289), + [anon_sym_return] = ACTIONS(4289), + [anon_sym_continue] = ACTIONS(4289), + [anon_sym_break] = ACTIONS(4289), + [anon_sym_COLON_COLON] = ACTIONS(4287), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4289), + [anon_sym_DASH] = ACTIONS(4289), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4287), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4287), + [anon_sym_DASH_DASH] = ACTIONS(4287), + [anon_sym_BANG] = ACTIONS(4289), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_suspend] = ACTIONS(4289), + [anon_sym_sealed] = ACTIONS(4289), + [anon_sym_annotation] = ACTIONS(4289), + [anon_sym_data] = ACTIONS(4289), + [anon_sym_inner] = ACTIONS(4289), + [anon_sym_value] = ACTIONS(4289), + [anon_sym_override] = ACTIONS(4289), + [anon_sym_lateinit] = ACTIONS(4289), + [anon_sym_public] = ACTIONS(4289), + [anon_sym_private] = ACTIONS(4289), + [anon_sym_internal] = ACTIONS(4289), + [anon_sym_protected] = ACTIONS(4289), + [anon_sym_tailrec] = ACTIONS(4289), + [anon_sym_operator] = ACTIONS(4289), + [anon_sym_infix] = ACTIONS(4289), + [anon_sym_inline] = ACTIONS(4289), + [anon_sym_external] = ACTIONS(4289), + [sym_property_modifier] = ACTIONS(4289), + [anon_sym_abstract] = ACTIONS(4289), + [anon_sym_final] = ACTIONS(4289), + [anon_sym_open] = ACTIONS(4289), + [anon_sym_vararg] = ACTIONS(4289), + [anon_sym_noinline] = ACTIONS(4289), + [anon_sym_crossinline] = ACTIONS(4289), + [anon_sym_expect] = ACTIONS(4289), + [anon_sym_actual] = ACTIONS(4289), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3158), - [sym_safe_nav] = ACTIONS(3682), + [anon_sym_return_AT] = ACTIONS(4287), + [anon_sym_continue_AT] = ACTIONS(4287), + [anon_sym_break_AT] = ACTIONS(4287), + [anon_sym_this_AT] = ACTIONS(4287), + [anon_sym_super_AT] = ACTIONS(4287), + [sym_real_literal] = ACTIONS(4287), + [sym_integer_literal] = ACTIONS(4289), + [sym_hex_literal] = ACTIONS(4287), + [sym_bin_literal] = ACTIONS(4287), + [anon_sym_true] = ACTIONS(4289), + [anon_sym_false] = ACTIONS(4289), + [anon_sym_SQUOTE] = ACTIONS(4287), + [sym__backtick_identifier] = ACTIONS(4287), + [sym__automatic_semicolon] = ACTIONS(4287), + [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4287), }, [2217] = { - [sym_class_body] = STATE(1137), - [sym__alpha_identifier] = ACTIONS(4349), - [anon_sym_AT] = ACTIONS(4351), - [anon_sym_COLON] = ACTIONS(5808), - [anon_sym_LBRACK] = ACTIONS(4351), - [anon_sym_as] = ACTIONS(4349), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4351), - [anon_sym_LPAREN] = ACTIONS(4351), - [anon_sym_LT] = ACTIONS(4349), - [anon_sym_GT] = ACTIONS(4349), - [anon_sym_object] = ACTIONS(4349), - [anon_sym_fun] = ACTIONS(4349), - [anon_sym_DOT] = ACTIONS(4349), - [anon_sym_SEMI] = ACTIONS(4351), - [anon_sym_get] = ACTIONS(4349), - [anon_sym_set] = ACTIONS(4349), - [anon_sym_this] = ACTIONS(4349), - [anon_sym_super] = ACTIONS(4349), - [anon_sym_STAR] = ACTIONS(4351), - [sym_label] = ACTIONS(4349), - [anon_sym_in] = ACTIONS(4349), - [anon_sym_DOT_DOT] = ACTIONS(4351), - [anon_sym_QMARK_COLON] = ACTIONS(4351), - [anon_sym_AMP_AMP] = ACTIONS(4351), - [anon_sym_PIPE_PIPE] = ACTIONS(4351), - [anon_sym_null] = ACTIONS(4349), - [anon_sym_if] = ACTIONS(4349), - [anon_sym_else] = ACTIONS(4349), - [anon_sym_when] = ACTIONS(4349), - [anon_sym_try] = ACTIONS(4349), - [anon_sym_throw] = ACTIONS(4349), - [anon_sym_return] = ACTIONS(4349), - [anon_sym_continue] = ACTIONS(4349), - [anon_sym_break] = ACTIONS(4349), - [anon_sym_COLON_COLON] = ACTIONS(4351), - [anon_sym_BANG_EQ] = ACTIONS(4349), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4351), - [anon_sym_EQ_EQ] = ACTIONS(4349), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4351), - [anon_sym_LT_EQ] = ACTIONS(4351), - [anon_sym_GT_EQ] = ACTIONS(4351), - [anon_sym_BANGin] = ACTIONS(4351), - [anon_sym_is] = ACTIONS(4349), - [anon_sym_BANGis] = ACTIONS(4351), - [anon_sym_PLUS] = ACTIONS(4349), - [anon_sym_DASH] = ACTIONS(4349), - [anon_sym_SLASH] = ACTIONS(4349), - [anon_sym_PERCENT] = ACTIONS(4351), - [anon_sym_as_QMARK] = ACTIONS(4351), - [anon_sym_PLUS_PLUS] = ACTIONS(4351), - [anon_sym_DASH_DASH] = ACTIONS(4351), - [anon_sym_BANG] = ACTIONS(4349), - [anon_sym_BANG_BANG] = ACTIONS(4351), - [anon_sym_suspend] = ACTIONS(4349), - [anon_sym_sealed] = ACTIONS(4349), - [anon_sym_annotation] = ACTIONS(4349), - [anon_sym_data] = ACTIONS(4349), - [anon_sym_inner] = ACTIONS(4349), - [anon_sym_value] = ACTIONS(4349), - [anon_sym_override] = ACTIONS(4349), - [anon_sym_lateinit] = ACTIONS(4349), - [anon_sym_public] = ACTIONS(4349), - [anon_sym_private] = ACTIONS(4349), - [anon_sym_internal] = ACTIONS(4349), - [anon_sym_protected] = ACTIONS(4349), - [anon_sym_tailrec] = ACTIONS(4349), - [anon_sym_operator] = ACTIONS(4349), - [anon_sym_infix] = ACTIONS(4349), - [anon_sym_inline] = ACTIONS(4349), - [anon_sym_external] = ACTIONS(4349), - [sym_property_modifier] = ACTIONS(4349), - [anon_sym_abstract] = ACTIONS(4349), - [anon_sym_final] = ACTIONS(4349), - [anon_sym_open] = ACTIONS(4349), - [anon_sym_vararg] = ACTIONS(4349), - [anon_sym_noinline] = ACTIONS(4349), - [anon_sym_crossinline] = ACTIONS(4349), - [anon_sym_expect] = ACTIONS(4349), - [anon_sym_actual] = ACTIONS(4349), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4351), - [anon_sym_continue_AT] = ACTIONS(4351), - [anon_sym_break_AT] = ACTIONS(4351), - [anon_sym_this_AT] = ACTIONS(4351), - [anon_sym_super_AT] = ACTIONS(4351), - [sym_real_literal] = ACTIONS(4351), - [sym_integer_literal] = ACTIONS(4349), - [sym_hex_literal] = ACTIONS(4351), - [sym_bin_literal] = ACTIONS(4351), - [anon_sym_true] = ACTIONS(4349), - [anon_sym_false] = ACTIONS(4349), - [anon_sym_SQUOTE] = ACTIONS(4351), - [sym__backtick_identifier] = ACTIONS(4351), - [sym__automatic_semicolon] = ACTIONS(4351), - [sym_safe_nav] = ACTIONS(4351), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4351), - }, - [2218] = { - [sym_primary_constructor] = STATE(4796), - [sym_class_body] = STATE(4745), - [sym__class_parameters] = STATE(4662), - [sym_type_parameters] = STATE(2289), - [sym_type_constraints] = STATE(4677), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [sym_primary_constructor] = STATE(4875), + [sym__class_parameters] = STATE(4968), + [sym_type_parameters] = STATE(2287), + [sym_type_constraints] = STATE(4982), + [sym_enum_class_body] = STATE(5101), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5810), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5598), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_RPAREN] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_while] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(5814), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_EQ] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5818), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_COMMA] = ACTIONS(3242), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3238), + [sym_label] = ACTIONS(3242), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_PLUS_EQ] = ACTIONS(3242), + [anon_sym_DASH_EQ] = ACTIONS(3242), + [anon_sym_STAR_EQ] = ACTIONS(3242), + [anon_sym_SLASH_EQ] = ACTIONS(3242), + [anon_sym_PERCENT_EQ] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3238), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG_BANG] = ACTIONS(3242), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -289213,179 +289097,279 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym__backtick_identifier] = ACTIONS(3242), + [sym__automatic_semicolon] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), [sym_multiline_comment] = ACTIONS(3), }, + [2218] = { + [sym_class_body] = STATE(1055), + [sym__alpha_identifier] = ACTIONS(4450), + [anon_sym_AT] = ACTIONS(4452), + [anon_sym_COLON] = ACTIONS(5824), + [anon_sym_LBRACK] = ACTIONS(4452), + [anon_sym_as] = ACTIONS(4450), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_RBRACE] = ACTIONS(4452), + [anon_sym_LPAREN] = ACTIONS(4452), + [anon_sym_LT] = ACTIONS(4450), + [anon_sym_GT] = ACTIONS(4450), + [anon_sym_object] = ACTIONS(4450), + [anon_sym_fun] = ACTIONS(4450), + [anon_sym_DOT] = ACTIONS(4450), + [anon_sym_SEMI] = ACTIONS(4452), + [anon_sym_get] = ACTIONS(4450), + [anon_sym_set] = ACTIONS(4450), + [anon_sym_this] = ACTIONS(4450), + [anon_sym_super] = ACTIONS(4450), + [anon_sym_STAR] = ACTIONS(4452), + [sym_label] = ACTIONS(4450), + [anon_sym_in] = ACTIONS(4450), + [anon_sym_DOT_DOT] = ACTIONS(4452), + [anon_sym_QMARK_COLON] = ACTIONS(4452), + [anon_sym_AMP_AMP] = ACTIONS(4452), + [anon_sym_PIPE_PIPE] = ACTIONS(4452), + [anon_sym_null] = ACTIONS(4450), + [anon_sym_if] = ACTIONS(4450), + [anon_sym_else] = ACTIONS(4450), + [anon_sym_when] = ACTIONS(4450), + [anon_sym_try] = ACTIONS(4450), + [anon_sym_throw] = ACTIONS(4450), + [anon_sym_return] = ACTIONS(4450), + [anon_sym_continue] = ACTIONS(4450), + [anon_sym_break] = ACTIONS(4450), + [anon_sym_COLON_COLON] = ACTIONS(4452), + [anon_sym_BANG_EQ] = ACTIONS(4450), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4452), + [anon_sym_EQ_EQ] = ACTIONS(4450), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4452), + [anon_sym_LT_EQ] = ACTIONS(4452), + [anon_sym_GT_EQ] = ACTIONS(4452), + [anon_sym_BANGin] = ACTIONS(4452), + [anon_sym_is] = ACTIONS(4450), + [anon_sym_BANGis] = ACTIONS(4452), + [anon_sym_PLUS] = ACTIONS(4450), + [anon_sym_DASH] = ACTIONS(4450), + [anon_sym_SLASH] = ACTIONS(4450), + [anon_sym_PERCENT] = ACTIONS(4452), + [anon_sym_as_QMARK] = ACTIONS(4452), + [anon_sym_PLUS_PLUS] = ACTIONS(4452), + [anon_sym_DASH_DASH] = ACTIONS(4452), + [anon_sym_BANG] = ACTIONS(4450), + [anon_sym_BANG_BANG] = ACTIONS(4452), + [anon_sym_suspend] = ACTIONS(4450), + [anon_sym_sealed] = ACTIONS(4450), + [anon_sym_annotation] = ACTIONS(4450), + [anon_sym_data] = ACTIONS(4450), + [anon_sym_inner] = ACTIONS(4450), + [anon_sym_value] = ACTIONS(4450), + [anon_sym_override] = ACTIONS(4450), + [anon_sym_lateinit] = ACTIONS(4450), + [anon_sym_public] = ACTIONS(4450), + [anon_sym_private] = ACTIONS(4450), + [anon_sym_internal] = ACTIONS(4450), + [anon_sym_protected] = ACTIONS(4450), + [anon_sym_tailrec] = ACTIONS(4450), + [anon_sym_operator] = ACTIONS(4450), + [anon_sym_infix] = ACTIONS(4450), + [anon_sym_inline] = ACTIONS(4450), + [anon_sym_external] = ACTIONS(4450), + [sym_property_modifier] = ACTIONS(4450), + [anon_sym_abstract] = ACTIONS(4450), + [anon_sym_final] = ACTIONS(4450), + [anon_sym_open] = ACTIONS(4450), + [anon_sym_vararg] = ACTIONS(4450), + [anon_sym_noinline] = ACTIONS(4450), + [anon_sym_crossinline] = ACTIONS(4450), + [anon_sym_expect] = ACTIONS(4450), + [anon_sym_actual] = ACTIONS(4450), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4452), + [anon_sym_continue_AT] = ACTIONS(4452), + [anon_sym_break_AT] = ACTIONS(4452), + [anon_sym_this_AT] = ACTIONS(4452), + [anon_sym_super_AT] = ACTIONS(4452), + [sym_real_literal] = ACTIONS(4452), + [sym_integer_literal] = ACTIONS(4450), + [sym_hex_literal] = ACTIONS(4452), + [sym_bin_literal] = ACTIONS(4452), + [anon_sym_true] = ACTIONS(4450), + [anon_sym_false] = ACTIONS(4450), + [anon_sym_SQUOTE] = ACTIONS(4452), + [sym__backtick_identifier] = ACTIONS(4452), + [sym__automatic_semicolon] = ACTIONS(4452), + [sym_safe_nav] = ACTIONS(4452), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4452), + }, [2219] = { - [sym_class_body] = STATE(1043), - [sym__alpha_identifier] = ACTIONS(4497), - [anon_sym_AT] = ACTIONS(4499), - [anon_sym_COLON] = ACTIONS(5812), - [anon_sym_LBRACK] = ACTIONS(4499), - [anon_sym_as] = ACTIONS(4497), - [anon_sym_LBRACE] = ACTIONS(3210), - [anon_sym_RBRACE] = ACTIONS(4499), - [anon_sym_LPAREN] = ACTIONS(4499), - [anon_sym_LT] = ACTIONS(4497), - [anon_sym_GT] = 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(4499), - [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_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_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(4499), - [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_value] = 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__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4301), + [anon_sym_LBRACK] = ACTIONS(4301), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4301), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(5826), + [anon_sym_COMMA] = ACTIONS(4301), + [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(4301), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_this] = ACTIONS(4303), + [anon_sym_super] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4301), + [sym_label] = ACTIONS(4303), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [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(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4301), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4301), + [anon_sym_DASH_DASH] = ACTIONS(4301), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [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_value] = 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(4499), - [anon_sym_continue_AT] = ACTIONS(4499), - [anon_sym_break_AT] = ACTIONS(4499), - [anon_sym_this_AT] = ACTIONS(4499), - [anon_sym_super_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), + [anon_sym_return_AT] = ACTIONS(4301), + [anon_sym_continue_AT] = ACTIONS(4301), + [anon_sym_break_AT] = ACTIONS(4301), + [anon_sym_this_AT] = ACTIONS(4301), + [anon_sym_super_AT] = ACTIONS(4301), + [sym_real_literal] = ACTIONS(4301), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4301), + [sym_bin_literal] = ACTIONS(4301), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4301), + [sym__backtick_identifier] = ACTIONS(4301), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4499), + [sym__string_start] = ACTIONS(4301), }, [2220] = { - [sym_primary_constructor] = STATE(4794), - [sym__class_parameters] = STATE(4662), - [sym_type_parameters] = STATE(2288), - [sym_type_constraints] = STATE(4626), - [sym_enum_class_body] = STATE(4745), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [sym_primary_constructor] = STATE(4867), + [sym_class_body] = STATE(5102), + [sym__class_parameters] = STATE(4968), + [sym_type_parameters] = STATE(2248), + [sym_type_constraints] = STATE(5006), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5814), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5578), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_RPAREN] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_while] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(5828), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_EQ] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5830), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_COMMA] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_PLUS_EQ] = ACTIONS(3206), + [anon_sym_DASH_EQ] = ACTIONS(3206), + [anon_sym_STAR_EQ] = ACTIONS(3206), + [anon_sym_SLASH_EQ] = ACTIONS(3206), + [anon_sym_PERCENT_EQ] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -289413,78 +289397,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, [2221] = { - [sym_primary_constructor] = STATE(3375), - [sym__class_parameters] = STATE(3769), - [sym_type_parameters] = STATE(2279), - [sym_type_constraints] = STATE(3795), - [sym_enum_class_body] = STATE(3932), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), + [sym_primary_constructor] = STATE(4865), + [sym__class_parameters] = STATE(4968), + [sym_type_parameters] = STATE(2286), + [sym_type_constraints] = STATE(5038), + [sym_enum_class_body] = STATE(5102), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5816), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_EQ] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_COMMA] = ACTIONS(3248), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3244), - [sym_label] = ACTIONS(3248), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_PLUS_EQ] = ACTIONS(3248), - [anon_sym_DASH_EQ] = ACTIONS(3248), - [anon_sym_STAR_EQ] = ACTIONS(3248), - [anon_sym_SLASH_EQ] = ACTIONS(3248), - [anon_sym_PERCENT_EQ] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3244), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG_BANG] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(5832), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_EQ] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5818), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_COMMA] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_PLUS_EQ] = ACTIONS(3206), + [anon_sym_DASH_EQ] = ACTIONS(3206), + [anon_sym_STAR_EQ] = ACTIONS(3206), + [anon_sym_SLASH_EQ] = ACTIONS(3206), + [anon_sym_PERCENT_EQ] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -289512,80 +289497,280 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3248), - [sym__automatic_semicolon] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, [2222] = { - [sym_property_delegate] = STATE(2352), + [sym__alpha_identifier] = ACTIONS(4838), + [anon_sym_AT] = ACTIONS(4840), + [anon_sym_LBRACK] = ACTIONS(4840), + [anon_sym_as] = ACTIONS(4838), + [anon_sym_LBRACE] = ACTIONS(4840), + [anon_sym_RBRACE] = ACTIONS(4840), + [anon_sym_LPAREN] = ACTIONS(5834), + [anon_sym_COMMA] = ACTIONS(4840), + [anon_sym_LT] = ACTIONS(4838), + [anon_sym_GT] = ACTIONS(4838), + [anon_sym_where] = ACTIONS(4838), + [anon_sym_object] = ACTIONS(4838), + [anon_sym_fun] = ACTIONS(4838), + [anon_sym_DOT] = ACTIONS(4838), + [anon_sym_SEMI] = ACTIONS(4840), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4838), + [anon_sym_this] = ACTIONS(4838), + [anon_sym_super] = ACTIONS(4838), + [anon_sym_STAR] = ACTIONS(4840), + [sym_label] = ACTIONS(4838), + [anon_sym_in] = ACTIONS(4838), + [anon_sym_DOT_DOT] = ACTIONS(4840), + [anon_sym_QMARK_COLON] = ACTIONS(4840), + [anon_sym_AMP_AMP] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4840), + [anon_sym_null] = ACTIONS(4838), + [anon_sym_if] = ACTIONS(4838), + [anon_sym_else] = ACTIONS(4838), + [anon_sym_when] = ACTIONS(4838), + [anon_sym_try] = ACTIONS(4838), + [anon_sym_throw] = ACTIONS(4838), + [anon_sym_return] = ACTIONS(4838), + [anon_sym_continue] = ACTIONS(4838), + [anon_sym_break] = ACTIONS(4838), + [anon_sym_COLON_COLON] = ACTIONS(4840), + [anon_sym_BANG_EQ] = ACTIONS(4838), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4840), + [anon_sym_EQ_EQ] = ACTIONS(4838), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4840), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4840), + [anon_sym_BANGin] = ACTIONS(4840), + [anon_sym_is] = ACTIONS(4838), + [anon_sym_BANGis] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4838), + [anon_sym_SLASH] = ACTIONS(4838), + [anon_sym_PERCENT] = ACTIONS(4840), + [anon_sym_as_QMARK] = ACTIONS(4840), + [anon_sym_PLUS_PLUS] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4840), + [anon_sym_BANG] = ACTIONS(4838), + [anon_sym_BANG_BANG] = ACTIONS(4840), + [anon_sym_suspend] = ACTIONS(4838), + [anon_sym_sealed] = ACTIONS(4838), + [anon_sym_annotation] = ACTIONS(4838), + [anon_sym_data] = ACTIONS(4838), + [anon_sym_inner] = ACTIONS(4838), + [anon_sym_value] = ACTIONS(4838), + [anon_sym_override] = ACTIONS(4838), + [anon_sym_lateinit] = ACTIONS(4838), + [anon_sym_public] = ACTIONS(4838), + [anon_sym_private] = ACTIONS(4838), + [anon_sym_internal] = ACTIONS(4838), + [anon_sym_protected] = ACTIONS(4838), + [anon_sym_tailrec] = ACTIONS(4838), + [anon_sym_operator] = ACTIONS(4838), + [anon_sym_infix] = ACTIONS(4838), + [anon_sym_inline] = ACTIONS(4838), + [anon_sym_external] = ACTIONS(4838), + [sym_property_modifier] = ACTIONS(4838), + [anon_sym_abstract] = ACTIONS(4838), + [anon_sym_final] = ACTIONS(4838), + [anon_sym_open] = ACTIONS(4838), + [anon_sym_vararg] = ACTIONS(4838), + [anon_sym_noinline] = ACTIONS(4838), + [anon_sym_crossinline] = ACTIONS(4838), + [anon_sym_expect] = ACTIONS(4838), + [anon_sym_actual] = ACTIONS(4838), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4840), + [anon_sym_continue_AT] = ACTIONS(4840), + [anon_sym_break_AT] = ACTIONS(4840), + [anon_sym_this_AT] = ACTIONS(4840), + [anon_sym_super_AT] = ACTIONS(4840), + [sym_real_literal] = ACTIONS(4840), + [sym_integer_literal] = ACTIONS(4838), + [sym_hex_literal] = ACTIONS(4840), + [sym_bin_literal] = ACTIONS(4840), + [anon_sym_true] = ACTIONS(4838), + [anon_sym_false] = ACTIONS(4838), + [anon_sym_SQUOTE] = ACTIONS(4840), + [sym__backtick_identifier] = ACTIONS(4840), + [sym__automatic_semicolon] = ACTIONS(4840), + [sym_safe_nav] = ACTIONS(4840), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4840), + }, + [2223] = { + [sym__alpha_identifier] = ACTIONS(4848), + [anon_sym_AT] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_as] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_LPAREN] = ACTIONS(5836), + [anon_sym_COMMA] = ACTIONS(4850), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_where] = ACTIONS(4848), + [anon_sym_object] = ACTIONS(4848), + [anon_sym_fun] = ACTIONS(4848), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym_get] = ACTIONS(4848), + [anon_sym_set] = ACTIONS(4848), + [anon_sym_this] = ACTIONS(4848), + [anon_sym_super] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4850), + [sym_label] = ACTIONS(4848), + [anon_sym_in] = ACTIONS(4848), + [anon_sym_DOT_DOT] = ACTIONS(4850), + [anon_sym_QMARK_COLON] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_null] = ACTIONS(4848), + [anon_sym_if] = ACTIONS(4848), + [anon_sym_else] = ACTIONS(4848), + [anon_sym_when] = ACTIONS(4848), + [anon_sym_try] = ACTIONS(4848), + [anon_sym_throw] = ACTIONS(4848), + [anon_sym_return] = ACTIONS(4848), + [anon_sym_continue] = ACTIONS(4848), + [anon_sym_break] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4850), + [anon_sym_EQ_EQ] = ACTIONS(4848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_BANGin] = ACTIONS(4850), + [anon_sym_is] = ACTIONS(4848), + [anon_sym_BANGis] = ACTIONS(4850), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4850), + [anon_sym_as_QMARK] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_BANG] = ACTIONS(4848), + [anon_sym_BANG_BANG] = ACTIONS(4850), + [anon_sym_suspend] = ACTIONS(4848), + [anon_sym_sealed] = ACTIONS(4848), + [anon_sym_annotation] = ACTIONS(4848), + [anon_sym_data] = ACTIONS(4848), + [anon_sym_inner] = ACTIONS(4848), + [anon_sym_value] = ACTIONS(4848), + [anon_sym_override] = ACTIONS(4848), + [anon_sym_lateinit] = ACTIONS(4848), + [anon_sym_public] = ACTIONS(4848), + [anon_sym_private] = ACTIONS(4848), + [anon_sym_internal] = ACTIONS(4848), + [anon_sym_protected] = ACTIONS(4848), + [anon_sym_tailrec] = ACTIONS(4848), + [anon_sym_operator] = ACTIONS(4848), + [anon_sym_infix] = ACTIONS(4848), + [anon_sym_inline] = ACTIONS(4848), + [anon_sym_external] = ACTIONS(4848), + [sym_property_modifier] = ACTIONS(4848), + [anon_sym_abstract] = ACTIONS(4848), + [anon_sym_final] = ACTIONS(4848), + [anon_sym_open] = ACTIONS(4848), + [anon_sym_vararg] = ACTIONS(4848), + [anon_sym_noinline] = ACTIONS(4848), + [anon_sym_crossinline] = ACTIONS(4848), + [anon_sym_expect] = ACTIONS(4848), + [anon_sym_actual] = ACTIONS(4848), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4850), + [anon_sym_continue_AT] = ACTIONS(4850), + [anon_sym_break_AT] = ACTIONS(4850), + [anon_sym_this_AT] = ACTIONS(4850), + [anon_sym_super_AT] = ACTIONS(4850), + [sym_real_literal] = ACTIONS(4850), + [sym_integer_literal] = ACTIONS(4848), + [sym_hex_literal] = ACTIONS(4850), + [sym_bin_literal] = ACTIONS(4850), + [anon_sym_true] = ACTIONS(4848), + [anon_sym_false] = ACTIONS(4848), + [anon_sym_SQUOTE] = ACTIONS(4850), + [sym__backtick_identifier] = ACTIONS(4850), + [sym__automatic_semicolon] = ACTIONS(4850), + [sym_safe_nav] = ACTIONS(4850), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4850), + }, + [2224] = { + [sym_property_delegate] = STATE(2326), [sym_getter] = STATE(3492), [sym_setter] = STATE(3492), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_RBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(5721), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(5707), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3632), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_RBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(5701), + [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_by] = ACTIONS(5703), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(5705), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), + [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), @@ -289610,69 +289795,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2223] = { - [sym_primary_constructor] = STATE(4931), - [sym_class_body] = STATE(5323), - [sym__class_parameters] = STATE(5111), - [sym_type_parameters] = STATE(2380), - [sym_type_constraints] = STATE(5301), - [sym_modifiers] = STATE(9675), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3200), + [2225] = { + [sym_property_delegate] = STATE(2337), + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_RBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(5742), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(5703), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(3640), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), + [anon_sym_STAR] = ACTIONS(1810), + [anon_sym_DASH_GT] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + }, + [2226] = { + [sym_primary_constructor] = STATE(4891), + [sym_class_body] = STATE(5373), + [sym__class_parameters] = STATE(5070), + [sym_type_parameters] = STATE(2375), + [sym_type_constraints] = STATE(5289), + [sym_modifiers] = STATE(9738), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5826), - [anon_sym_LBRACK] = ACTIONS(3206), - [anon_sym_constructor] = ACTIONS(5756), - [anon_sym_LBRACE] = ACTIONS(5780), - [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(5760), - [anon_sym_LT] = ACTIONS(5762), - [anon_sym_where] = ACTIONS(5764), - [anon_sym_object] = ACTIONS(3200), - [anon_sym_fun] = ACTIONS(3200), - [anon_sym_get] = ACTIONS(3200), - [anon_sym_set] = ACTIONS(3200), - [anon_sym_this] = ACTIONS(3200), - [anon_sym_super] = ACTIONS(3200), - [anon_sym_STAR] = ACTIONS(3206), - [sym_label] = ACTIONS(3200), - [anon_sym_in] = ACTIONS(3200), - [anon_sym_null] = ACTIONS(3200), - [anon_sym_if] = ACTIONS(3200), - [anon_sym_else] = ACTIONS(3200), - [anon_sym_when] = ACTIONS(3200), - [anon_sym_try] = ACTIONS(3200), - [anon_sym_throw] = ACTIONS(3200), - [anon_sym_return] = ACTIONS(3200), - [anon_sym_continue] = ACTIONS(3200), - [anon_sym_break] = ACTIONS(3200), - [anon_sym_COLON_COLON] = ACTIONS(3206), - [anon_sym_BANGin] = ACTIONS(3206), - [anon_sym_is] = ACTIONS(3200), - [anon_sym_BANGis] = ACTIONS(3206), - [anon_sym_PLUS] = ACTIONS(3200), - [anon_sym_DASH] = ACTIONS(3200), - [anon_sym_PLUS_PLUS] = ACTIONS(3206), - [anon_sym_DASH_DASH] = ACTIONS(3206), - [anon_sym_BANG] = ACTIONS(3200), + [anon_sym_COLON] = ACTIONS(5838), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_constructor] = ACTIONS(5748), + [anon_sym_LBRACE] = ACTIONS(5770), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(5752), + [anon_sym_LT] = ACTIONS(5754), + [anon_sym_where] = ACTIONS(5756), + [anon_sym_object] = ACTIONS(3254), + [anon_sym_fun] = ACTIONS(3254), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_this] = ACTIONS(3254), + [anon_sym_super] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3258), + [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(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [anon_sym_PLUS] = ACTIONS(3254), + [anon_sym_DASH] = ACTIONS(3254), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG] = ACTIONS(3254), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -289700,83 +289985,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3206), - [anon_sym_continue_AT] = ACTIONS(3206), - [anon_sym_break_AT] = ACTIONS(3206), - [anon_sym_this_AT] = ACTIONS(3206), - [anon_sym_super_AT] = ACTIONS(3206), - [sym_real_literal] = ACTIONS(3206), - [sym_integer_literal] = ACTIONS(3200), - [sym_hex_literal] = ACTIONS(3206), - [sym_bin_literal] = ACTIONS(3206), - [anon_sym_true] = ACTIONS(3200), - [anon_sym_false] = ACTIONS(3200), - [anon_sym_SQUOTE] = ACTIONS(3206), - [sym__backtick_identifier] = ACTIONS(3206), - [sym__automatic_semicolon] = ACTIONS(3206), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3206), + [anon_sym_return_AT] = ACTIONS(3258), + [anon_sym_continue_AT] = ACTIONS(3258), + [anon_sym_break_AT] = ACTIONS(3258), + [anon_sym_this_AT] = ACTIONS(3258), + [anon_sym_super_AT] = ACTIONS(3258), + [sym_real_literal] = ACTIONS(3258), + [sym_integer_literal] = ACTIONS(3254), + [sym_hex_literal] = ACTIONS(3258), + [sym_bin_literal] = ACTIONS(3258), + [anon_sym_true] = ACTIONS(3254), + [anon_sym_false] = ACTIONS(3254), + [anon_sym_SQUOTE] = ACTIONS(3258), + [sym__backtick_identifier] = ACTIONS(3258), + [sym__automatic_semicolon] = ACTIONS(3258), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3258), }, - [2224] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [2227] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(3175), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(3185), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3175), + [anon_sym_EQ] = ACTIONS(3185), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3177), + [anon_sym_RBRACE] = ACTIONS(3187), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), [anon_sym_STAR] = ACTIONS(3954), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(3958), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_else] = ACTIONS(3175), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_else] = ACTIONS(3185), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3177), - [anon_sym_DASH_EQ] = ACTIONS(3177), - [anon_sym_STAR_EQ] = ACTIONS(3177), - [anon_sym_SLASH_EQ] = ACTIONS(3177), - [anon_sym_PERCENT_EQ] = ACTIONS(3177), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), + [anon_sym_PLUS_EQ] = ACTIONS(3187), + [anon_sym_DASH_EQ] = ACTIONS(3187), + [anon_sym_STAR_EQ] = ACTIONS(3187), + [anon_sym_SLASH_EQ] = ACTIONS(3187), + [anon_sym_PERCENT_EQ] = ACTIONS(3187), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), [anon_sym_PLUS] = ACTIONS(3974), [anon_sym_DASH] = ACTIONS(3974), [anon_sym_SLASH] = ACTIONS(3954), @@ -289785,598 +290070,398 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3175), - [anon_sym_sealed] = ACTIONS(3175), - [anon_sym_annotation] = ACTIONS(3175), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_override] = ACTIONS(3175), - [anon_sym_lateinit] = ACTIONS(3175), - [anon_sym_public] = ACTIONS(3175), - [anon_sym_private] = ACTIONS(3175), - [anon_sym_internal] = ACTIONS(3175), - [anon_sym_protected] = ACTIONS(3175), - [anon_sym_tailrec] = ACTIONS(3175), - [anon_sym_operator] = ACTIONS(3175), - [anon_sym_infix] = ACTIONS(3175), - [anon_sym_inline] = ACTIONS(3175), - [anon_sym_external] = ACTIONS(3175), - [sym_property_modifier] = ACTIONS(3175), - [anon_sym_abstract] = ACTIONS(3175), - [anon_sym_final] = ACTIONS(3175), - [anon_sym_open] = ACTIONS(3175), - [anon_sym_vararg] = ACTIONS(3175), - [anon_sym_noinline] = ACTIONS(3175), - [anon_sym_crossinline] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3177), - [sym__automatic_semicolon] = ACTIONS(3177), + [anon_sym_suspend] = ACTIONS(3185), + [anon_sym_sealed] = ACTIONS(3185), + [anon_sym_annotation] = ACTIONS(3185), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_override] = ACTIONS(3185), + [anon_sym_lateinit] = ACTIONS(3185), + [anon_sym_public] = ACTIONS(3185), + [anon_sym_private] = ACTIONS(3185), + [anon_sym_internal] = ACTIONS(3185), + [anon_sym_protected] = ACTIONS(3185), + [anon_sym_tailrec] = ACTIONS(3185), + [anon_sym_operator] = ACTIONS(3185), + [anon_sym_infix] = ACTIONS(3185), + [anon_sym_inline] = ACTIONS(3185), + [anon_sym_external] = ACTIONS(3185), + [sym_property_modifier] = ACTIONS(3185), + [anon_sym_abstract] = ACTIONS(3185), + [anon_sym_final] = ACTIONS(3185), + [anon_sym_open] = ACTIONS(3185), + [anon_sym_vararg] = ACTIONS(3185), + [anon_sym_noinline] = ACTIONS(3185), + [anon_sym_crossinline] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3187), + [sym__automatic_semicolon] = ACTIONS(3187), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2225] = { - [sym__alpha_identifier] = ACTIONS(4892), - [anon_sym_AT] = ACTIONS(4894), - [anon_sym_LBRACK] = ACTIONS(4894), - [anon_sym_as] = ACTIONS(4892), - [anon_sym_LBRACE] = ACTIONS(4894), - [anon_sym_RBRACE] = ACTIONS(4894), - [anon_sym_LPAREN] = ACTIONS(5828), - [anon_sym_COMMA] = ACTIONS(4894), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym_GT] = ACTIONS(4892), - [anon_sym_where] = ACTIONS(4892), - [anon_sym_object] = ACTIONS(4892), - [anon_sym_fun] = ACTIONS(4892), - [anon_sym_DOT] = ACTIONS(4892), - [anon_sym_SEMI] = ACTIONS(4894), - [anon_sym_get] = ACTIONS(4892), - [anon_sym_set] = ACTIONS(4892), - [anon_sym_this] = ACTIONS(4892), - [anon_sym_super] = ACTIONS(4892), - [anon_sym_STAR] = ACTIONS(4894), - [sym_label] = ACTIONS(4892), - [anon_sym_in] = ACTIONS(4892), - [anon_sym_DOT_DOT] = ACTIONS(4894), - [anon_sym_QMARK_COLON] = ACTIONS(4894), - [anon_sym_AMP_AMP] = ACTIONS(4894), - [anon_sym_PIPE_PIPE] = ACTIONS(4894), - [anon_sym_null] = ACTIONS(4892), - [anon_sym_if] = ACTIONS(4892), - [anon_sym_else] = ACTIONS(4892), - [anon_sym_when] = ACTIONS(4892), - [anon_sym_try] = ACTIONS(4892), - [anon_sym_throw] = ACTIONS(4892), - [anon_sym_return] = ACTIONS(4892), - [anon_sym_continue] = ACTIONS(4892), - [anon_sym_break] = ACTIONS(4892), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_BANG_EQ] = ACTIONS(4892), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4894), - [anon_sym_EQ_EQ] = ACTIONS(4892), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4894), - [anon_sym_LT_EQ] = ACTIONS(4894), - [anon_sym_GT_EQ] = ACTIONS(4894), - [anon_sym_BANGin] = ACTIONS(4894), - [anon_sym_is] = ACTIONS(4892), - [anon_sym_BANGis] = ACTIONS(4894), - [anon_sym_PLUS] = ACTIONS(4892), - [anon_sym_DASH] = ACTIONS(4892), - [anon_sym_SLASH] = ACTIONS(4892), - [anon_sym_PERCENT] = ACTIONS(4894), - [anon_sym_as_QMARK] = ACTIONS(4894), - [anon_sym_PLUS_PLUS] = ACTIONS(4894), - [anon_sym_DASH_DASH] = ACTIONS(4894), - [anon_sym_BANG] = ACTIONS(4892), - [anon_sym_BANG_BANG] = ACTIONS(4894), - [anon_sym_suspend] = ACTIONS(4892), - [anon_sym_sealed] = ACTIONS(4892), - [anon_sym_annotation] = ACTIONS(4892), - [anon_sym_data] = ACTIONS(4892), - [anon_sym_inner] = ACTIONS(4892), - [anon_sym_value] = ACTIONS(4892), - [anon_sym_override] = ACTIONS(4892), - [anon_sym_lateinit] = ACTIONS(4892), - [anon_sym_public] = ACTIONS(4892), - [anon_sym_private] = ACTIONS(4892), - [anon_sym_internal] = ACTIONS(4892), - [anon_sym_protected] = ACTIONS(4892), - [anon_sym_tailrec] = ACTIONS(4892), - [anon_sym_operator] = ACTIONS(4892), - [anon_sym_infix] = ACTIONS(4892), - [anon_sym_inline] = ACTIONS(4892), - [anon_sym_external] = ACTIONS(4892), - [sym_property_modifier] = ACTIONS(4892), - [anon_sym_abstract] = ACTIONS(4892), - [anon_sym_final] = ACTIONS(4892), - [anon_sym_open] = ACTIONS(4892), - [anon_sym_vararg] = ACTIONS(4892), - [anon_sym_noinline] = ACTIONS(4892), - [anon_sym_crossinline] = ACTIONS(4892), - [anon_sym_expect] = ACTIONS(4892), - [anon_sym_actual] = ACTIONS(4892), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4894), - [anon_sym_continue_AT] = ACTIONS(4894), - [anon_sym_break_AT] = ACTIONS(4894), - [anon_sym_this_AT] = ACTIONS(4894), - [anon_sym_super_AT] = ACTIONS(4894), - [sym_real_literal] = ACTIONS(4894), - [sym_integer_literal] = ACTIONS(4892), - [sym_hex_literal] = ACTIONS(4894), - [sym_bin_literal] = ACTIONS(4894), - [anon_sym_true] = ACTIONS(4892), - [anon_sym_false] = ACTIONS(4892), - [anon_sym_SQUOTE] = ACTIONS(4894), - [sym__backtick_identifier] = ACTIONS(4894), - [sym__automatic_semicolon] = ACTIONS(4894), - [sym_safe_nav] = ACTIONS(4894), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4894), + [2228] = { + [sym_primary_constructor] = STATE(4855), + [sym_class_body] = STATE(5246), + [sym__class_parameters] = STATE(4968), + [sym_type_parameters] = STATE(2285), + [sym_type_constraints] = STATE(4971), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5840), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_EQ] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5830), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_COMMA] = ACTIONS(3258), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3254), + [sym_label] = ACTIONS(3258), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [anon_sym_else] = ACTIONS(3254), + [anon_sym_COLON_COLON] = ACTIONS(3258), + [anon_sym_PLUS_EQ] = ACTIONS(3258), + [anon_sym_DASH_EQ] = ACTIONS(3258), + [anon_sym_STAR_EQ] = ACTIONS(3258), + [anon_sym_SLASH_EQ] = ACTIONS(3258), + [anon_sym_PERCENT_EQ] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [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(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG_BANG] = ACTIONS(3258), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3258), + [sym__automatic_semicolon] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), + [sym_multiline_comment] = ACTIONS(3), }, - [2226] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [2229] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(3186), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_EQ] = ACTIONS(3178), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3188), + [anon_sym_RBRACE] = ACTIONS(3180), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3186), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3954), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [anon_sym_else] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_DOT_DOT] = ACTIONS(3958), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_else] = ACTIONS(3178), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3188), - [anon_sym_DASH_EQ] = ACTIONS(3188), - [anon_sym_STAR_EQ] = ACTIONS(3188), - [anon_sym_SLASH_EQ] = ACTIONS(3188), - [anon_sym_PERCENT_EQ] = ACTIONS(3188), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [anon_sym_PLUS] = ACTIONS(3186), - [anon_sym_DASH] = ACTIONS(3186), - [anon_sym_SLASH] = ACTIONS(3186), - [anon_sym_PERCENT] = ACTIONS(3186), + [anon_sym_PLUS_EQ] = ACTIONS(3180), + [anon_sym_DASH_EQ] = ACTIONS(3180), + [anon_sym_STAR_EQ] = ACTIONS(3180), + [anon_sym_SLASH_EQ] = ACTIONS(3180), + [anon_sym_PERCENT_EQ] = ACTIONS(3180), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), + [anon_sym_PLUS] = ACTIONS(3974), + [anon_sym_DASH] = ACTIONS(3974), + [anon_sym_SLASH] = ACTIONS(3954), + [anon_sym_PERCENT] = ACTIONS(3954), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [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_value] = 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(3188), - [sym__automatic_semicolon] = ACTIONS(3188), + [anon_sym_suspend] = ACTIONS(3178), + [anon_sym_sealed] = ACTIONS(3178), + [anon_sym_annotation] = ACTIONS(3178), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3178), + [anon_sym_lateinit] = ACTIONS(3178), + [anon_sym_public] = ACTIONS(3178), + [anon_sym_private] = ACTIONS(3178), + [anon_sym_internal] = ACTIONS(3178), + [anon_sym_protected] = ACTIONS(3178), + [anon_sym_tailrec] = ACTIONS(3178), + [anon_sym_operator] = ACTIONS(3178), + [anon_sym_infix] = ACTIONS(3178), + [anon_sym_inline] = ACTIONS(3178), + [anon_sym_external] = ACTIONS(3178), + [sym_property_modifier] = ACTIONS(3178), + [anon_sym_abstract] = ACTIONS(3178), + [anon_sym_final] = ACTIONS(3178), + [anon_sym_open] = ACTIONS(3178), + [anon_sym_vararg] = ACTIONS(3178), + [anon_sym_noinline] = ACTIONS(3178), + [anon_sym_crossinline] = ACTIONS(3178), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3180), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2227] = { - [sym_property_delegate] = STATE(2373), - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_RBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(5738), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(5707), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3630), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(1790), - [anon_sym_DASH_GT] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - }, - [2228] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [2230] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(3193), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3193), + [anon_sym_EQ] = ACTIONS(3166), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3195), + [anon_sym_RBRACE] = ACTIONS(3168), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3946), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3954), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_else] = ACTIONS(3193), + [anon_sym_in] = ACTIONS(3956), + [anon_sym_DOT_DOT] = ACTIONS(3958), + [anon_sym_QMARK_COLON] = ACTIONS(3960), + [anon_sym_AMP_AMP] = ACTIONS(3962), + [anon_sym_PIPE_PIPE] = ACTIONS(3964), + [anon_sym_else] = ACTIONS(3166), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3195), - [anon_sym_DASH_EQ] = ACTIONS(3195), - [anon_sym_STAR_EQ] = ACTIONS(3195), - [anon_sym_SLASH_EQ] = ACTIONS(3195), - [anon_sym_PERCENT_EQ] = ACTIONS(3195), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), + [anon_sym_PLUS_EQ] = ACTIONS(3168), + [anon_sym_DASH_EQ] = ACTIONS(3168), + [anon_sym_STAR_EQ] = ACTIONS(3168), + [anon_sym_SLASH_EQ] = ACTIONS(3168), + [anon_sym_PERCENT_EQ] = ACTIONS(3168), + [anon_sym_BANG_EQ] = ACTIONS(3966), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), + [anon_sym_EQ_EQ] = ACTIONS(3966), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), + [anon_sym_LT_EQ] = ACTIONS(3970), + [anon_sym_GT_EQ] = ACTIONS(3970), + [anon_sym_BANGin] = ACTIONS(3972), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(3974), + [anon_sym_DASH] = ACTIONS(3974), [anon_sym_SLASH] = ACTIONS(3954), [anon_sym_PERCENT] = ACTIONS(3954), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3193), - [anon_sym_sealed] = ACTIONS(3193), - [anon_sym_annotation] = ACTIONS(3193), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_override] = ACTIONS(3193), - [anon_sym_lateinit] = ACTIONS(3193), - [anon_sym_public] = ACTIONS(3193), - [anon_sym_private] = ACTIONS(3193), - [anon_sym_internal] = ACTIONS(3193), - [anon_sym_protected] = ACTIONS(3193), - [anon_sym_tailrec] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_infix] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym_external] = ACTIONS(3193), - [sym_property_modifier] = ACTIONS(3193), - [anon_sym_abstract] = ACTIONS(3193), - [anon_sym_final] = ACTIONS(3193), - [anon_sym_open] = ACTIONS(3193), - [anon_sym_vararg] = ACTIONS(3193), - [anon_sym_noinline] = ACTIONS(3193), - [anon_sym_crossinline] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3195), - [sym__automatic_semicolon] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [2229] = { - [sym_primary_constructor] = STATE(4755), - [sym_class_body] = STATE(4812), - [sym__class_parameters] = STATE(4662), - [sym_type_parameters] = STATE(2268), - [sym_type_constraints] = STATE(4660), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3200), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5830), - [anon_sym_LBRACK] = ACTIONS(3206), - [anon_sym_as] = ACTIONS(3200), - [anon_sym_EQ] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5598), - [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_RPAREN] = ACTIONS(3206), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3200), - [anon_sym_SEMI] = ACTIONS(3206), - [anon_sym_get] = ACTIONS(3200), - [anon_sym_set] = ACTIONS(3200), - [anon_sym_STAR] = ACTIONS(3200), - [sym_label] = ACTIONS(3206), - [anon_sym_in] = ACTIONS(3200), - [anon_sym_while] = ACTIONS(3200), - [anon_sym_DOT_DOT] = ACTIONS(3206), - [anon_sym_QMARK_COLON] = ACTIONS(3206), - [anon_sym_AMP_AMP] = ACTIONS(3206), - [anon_sym_PIPE_PIPE] = ACTIONS(3206), - [anon_sym_else] = ACTIONS(3200), - [anon_sym_COLON_COLON] = ACTIONS(3206), - [anon_sym_PLUS_EQ] = ACTIONS(3206), - [anon_sym_DASH_EQ] = ACTIONS(3206), - [anon_sym_STAR_EQ] = ACTIONS(3206), - [anon_sym_SLASH_EQ] = ACTIONS(3206), - [anon_sym_PERCENT_EQ] = ACTIONS(3206), - [anon_sym_BANG_EQ] = ACTIONS(3200), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), - [anon_sym_EQ_EQ] = ACTIONS(3200), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), - [anon_sym_LT_EQ] = ACTIONS(3206), - [anon_sym_GT_EQ] = ACTIONS(3206), - [anon_sym_BANGin] = ACTIONS(3206), - [anon_sym_is] = ACTIONS(3200), - [anon_sym_BANGis] = ACTIONS(3206), - [anon_sym_PLUS] = ACTIONS(3200), - [anon_sym_DASH] = ACTIONS(3200), - [anon_sym_SLASH] = ACTIONS(3200), - [anon_sym_PERCENT] = ACTIONS(3200), - [anon_sym_as_QMARK] = ACTIONS(3206), - [anon_sym_PLUS_PLUS] = ACTIONS(3206), - [anon_sym_DASH_DASH] = ACTIONS(3206), - [anon_sym_BANG_BANG] = ACTIONS(3206), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [anon_sym_suspend] = ACTIONS(3166), + [anon_sym_sealed] = ACTIONS(3166), + [anon_sym_annotation] = ACTIONS(3166), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3166), + [anon_sym_lateinit] = ACTIONS(3166), + [anon_sym_public] = ACTIONS(3166), + [anon_sym_private] = ACTIONS(3166), + [anon_sym_internal] = ACTIONS(3166), + [anon_sym_protected] = ACTIONS(3166), + [anon_sym_tailrec] = ACTIONS(3166), + [anon_sym_operator] = ACTIONS(3166), + [anon_sym_infix] = ACTIONS(3166), + [anon_sym_inline] = ACTIONS(3166), + [anon_sym_external] = ACTIONS(3166), + [sym_property_modifier] = ACTIONS(3166), + [anon_sym_abstract] = ACTIONS(3166), + [anon_sym_final] = ACTIONS(3166), + [anon_sym_open] = ACTIONS(3166), + [anon_sym_vararg] = ACTIONS(3166), + [anon_sym_noinline] = ACTIONS(3166), + [anon_sym_crossinline] = ACTIONS(3166), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3206), - [sym_safe_nav] = ACTIONS(3206), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3168), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2230] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [2231] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3160), + [anon_sym_EQ] = ACTIONS(3158), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3162), + [anon_sym_RBRACE] = ACTIONS(3160), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3946), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3954), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3160), + [anon_sym_in] = ACTIONS(3956), [anon_sym_DOT_DOT] = ACTIONS(3958), [anon_sym_QMARK_COLON] = ACTIONS(3960), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [anon_sym_else] = ACTIONS(3160), + [anon_sym_AMP_AMP] = ACTIONS(3962), + [anon_sym_PIPE_PIPE] = ACTIONS(3964), + [anon_sym_else] = ACTIONS(3158), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3162), - [anon_sym_DASH_EQ] = ACTIONS(3162), - [anon_sym_STAR_EQ] = ACTIONS(3162), - [anon_sym_SLASH_EQ] = ACTIONS(3162), - [anon_sym_PERCENT_EQ] = ACTIONS(3162), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), + [anon_sym_PLUS_EQ] = ACTIONS(3160), + [anon_sym_DASH_EQ] = ACTIONS(3160), + [anon_sym_STAR_EQ] = ACTIONS(3160), + [anon_sym_SLASH_EQ] = ACTIONS(3160), + [anon_sym_PERCENT_EQ] = ACTIONS(3160), + [anon_sym_BANG_EQ] = ACTIONS(3966), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), + [anon_sym_EQ_EQ] = ACTIONS(3966), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), + [anon_sym_LT_EQ] = ACTIONS(3970), + [anon_sym_GT_EQ] = ACTIONS(3970), + [anon_sym_BANGin] = ACTIONS(3972), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), [anon_sym_PLUS] = ACTIONS(3974), [anon_sym_DASH] = ACTIONS(3974), [anon_sym_SLASH] = ACTIONS(3954), @@ -290385,195 +290470,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3160), - [anon_sym_sealed] = ACTIONS(3160), - [anon_sym_annotation] = ACTIONS(3160), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3160), - [anon_sym_lateinit] = ACTIONS(3160), - [anon_sym_public] = ACTIONS(3160), - [anon_sym_private] = ACTIONS(3160), - [anon_sym_internal] = ACTIONS(3160), - [anon_sym_protected] = ACTIONS(3160), - [anon_sym_tailrec] = ACTIONS(3160), - [anon_sym_operator] = ACTIONS(3160), - [anon_sym_infix] = ACTIONS(3160), - [anon_sym_inline] = ACTIONS(3160), - [anon_sym_external] = ACTIONS(3160), - [sym_property_modifier] = ACTIONS(3160), - [anon_sym_abstract] = ACTIONS(3160), - [anon_sym_final] = ACTIONS(3160), - [anon_sym_open] = ACTIONS(3160), - [anon_sym_vararg] = ACTIONS(3160), - [anon_sym_noinline] = ACTIONS(3160), - [anon_sym_crossinline] = ACTIONS(3160), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3158), + [anon_sym_sealed] = ACTIONS(3158), + [anon_sym_annotation] = ACTIONS(3158), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3158), + [anon_sym_lateinit] = ACTIONS(3158), + [anon_sym_public] = ACTIONS(3158), + [anon_sym_private] = ACTIONS(3158), + [anon_sym_internal] = ACTIONS(3158), + [anon_sym_protected] = ACTIONS(3158), + [anon_sym_tailrec] = ACTIONS(3158), + [anon_sym_operator] = ACTIONS(3158), + [anon_sym_infix] = ACTIONS(3158), + [anon_sym_inline] = ACTIONS(3158), + [anon_sym_external] = ACTIONS(3158), + [sym_property_modifier] = ACTIONS(3158), + [anon_sym_abstract] = ACTIONS(3158), + [anon_sym_final] = ACTIONS(3158), + [anon_sym_open] = ACTIONS(3158), + [anon_sym_vararg] = ACTIONS(3158), + [anon_sym_noinline] = ACTIONS(3158), + [anon_sym_crossinline] = ACTIONS(3158), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3162), + [sym__automatic_semicolon] = ACTIONS(3160), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2231] = { - [sym__alpha_identifier] = ACTIONS(4874), - [anon_sym_AT] = ACTIONS(4876), - [anon_sym_LBRACK] = ACTIONS(4876), - [anon_sym_as] = ACTIONS(4874), - [anon_sym_LBRACE] = ACTIONS(4876), - [anon_sym_RBRACE] = ACTIONS(4876), - [anon_sym_LPAREN] = ACTIONS(5832), - [anon_sym_COMMA] = ACTIONS(4876), - [anon_sym_LT] = ACTIONS(4874), - [anon_sym_GT] = ACTIONS(4874), - [anon_sym_where] = ACTIONS(4874), - [anon_sym_object] = ACTIONS(4874), - [anon_sym_fun] = ACTIONS(4874), - [anon_sym_DOT] = ACTIONS(4874), - [anon_sym_SEMI] = ACTIONS(4876), - [anon_sym_get] = ACTIONS(4874), - [anon_sym_set] = ACTIONS(4874), - [anon_sym_this] = ACTIONS(4874), - [anon_sym_super] = ACTIONS(4874), - [anon_sym_STAR] = ACTIONS(4876), - [sym_label] = ACTIONS(4874), - [anon_sym_in] = ACTIONS(4874), - [anon_sym_DOT_DOT] = ACTIONS(4876), - [anon_sym_QMARK_COLON] = ACTIONS(4876), - [anon_sym_AMP_AMP] = ACTIONS(4876), - [anon_sym_PIPE_PIPE] = ACTIONS(4876), - [anon_sym_null] = ACTIONS(4874), - [anon_sym_if] = ACTIONS(4874), - [anon_sym_else] = ACTIONS(4874), - [anon_sym_when] = ACTIONS(4874), - [anon_sym_try] = ACTIONS(4874), - [anon_sym_throw] = ACTIONS(4874), - [anon_sym_return] = ACTIONS(4874), - [anon_sym_continue] = ACTIONS(4874), - [anon_sym_break] = ACTIONS(4874), - [anon_sym_COLON_COLON] = ACTIONS(4876), - [anon_sym_BANG_EQ] = ACTIONS(4874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4876), - [anon_sym_EQ_EQ] = ACTIONS(4874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4876), - [anon_sym_LT_EQ] = ACTIONS(4876), - [anon_sym_GT_EQ] = ACTIONS(4876), - [anon_sym_BANGin] = ACTIONS(4876), - [anon_sym_is] = ACTIONS(4874), - [anon_sym_BANGis] = ACTIONS(4876), - [anon_sym_PLUS] = ACTIONS(4874), - [anon_sym_DASH] = ACTIONS(4874), - [anon_sym_SLASH] = ACTIONS(4874), - [anon_sym_PERCENT] = ACTIONS(4876), - [anon_sym_as_QMARK] = ACTIONS(4876), - [anon_sym_PLUS_PLUS] = ACTIONS(4876), - [anon_sym_DASH_DASH] = ACTIONS(4876), - [anon_sym_BANG] = ACTIONS(4874), - [anon_sym_BANG_BANG] = ACTIONS(4876), - [anon_sym_suspend] = ACTIONS(4874), - [anon_sym_sealed] = ACTIONS(4874), - [anon_sym_annotation] = ACTIONS(4874), - [anon_sym_data] = ACTIONS(4874), - [anon_sym_inner] = ACTIONS(4874), - [anon_sym_value] = ACTIONS(4874), - [anon_sym_override] = ACTIONS(4874), - [anon_sym_lateinit] = ACTIONS(4874), - [anon_sym_public] = ACTIONS(4874), - [anon_sym_private] = ACTIONS(4874), - [anon_sym_internal] = ACTIONS(4874), - [anon_sym_protected] = ACTIONS(4874), - [anon_sym_tailrec] = ACTIONS(4874), - [anon_sym_operator] = ACTIONS(4874), - [anon_sym_infix] = ACTIONS(4874), - [anon_sym_inline] = ACTIONS(4874), - [anon_sym_external] = ACTIONS(4874), - [sym_property_modifier] = ACTIONS(4874), - [anon_sym_abstract] = ACTIONS(4874), - [anon_sym_final] = ACTIONS(4874), - [anon_sym_open] = ACTIONS(4874), - [anon_sym_vararg] = ACTIONS(4874), - [anon_sym_noinline] = ACTIONS(4874), - [anon_sym_crossinline] = ACTIONS(4874), - [anon_sym_expect] = ACTIONS(4874), - [anon_sym_actual] = ACTIONS(4874), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4876), - [anon_sym_continue_AT] = ACTIONS(4876), - [anon_sym_break_AT] = ACTIONS(4876), - [anon_sym_this_AT] = ACTIONS(4876), - [anon_sym_super_AT] = ACTIONS(4876), - [sym_real_literal] = ACTIONS(4876), - [sym_integer_literal] = ACTIONS(4874), - [sym_hex_literal] = ACTIONS(4876), - [sym_bin_literal] = ACTIONS(4876), - [anon_sym_true] = ACTIONS(4874), - [anon_sym_false] = ACTIONS(4874), - [anon_sym_SQUOTE] = ACTIONS(4876), - [sym__backtick_identifier] = ACTIONS(4876), - [sym__automatic_semicolon] = ACTIONS(4876), - [sym_safe_nav] = ACTIONS(4876), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4876), - }, [2232] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3144), + [anon_sym_EQ] = ACTIONS(3154), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3146), + [anon_sym_RBRACE] = ACTIONS(3156), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), + [anon_sym_GT] = ACTIONS(3946), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3954), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3956), [anon_sym_DOT_DOT] = ACTIONS(3958), [anon_sym_QMARK_COLON] = ACTIONS(3960), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_else] = ACTIONS(3144), + [anon_sym_AMP_AMP] = ACTIONS(3962), + [anon_sym_PIPE_PIPE] = ACTIONS(3964), + [anon_sym_else] = ACTIONS(3154), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3146), - [anon_sym_DASH_EQ] = ACTIONS(3146), - [anon_sym_STAR_EQ] = ACTIONS(3146), - [anon_sym_SLASH_EQ] = ACTIONS(3146), - [anon_sym_PERCENT_EQ] = ACTIONS(3146), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), + [anon_sym_PLUS_EQ] = ACTIONS(3156), + [anon_sym_DASH_EQ] = ACTIONS(3156), + [anon_sym_STAR_EQ] = ACTIONS(3156), + [anon_sym_SLASH_EQ] = ACTIONS(3156), + [anon_sym_PERCENT_EQ] = ACTIONS(3156), + [anon_sym_BANG_EQ] = ACTIONS(3966), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), + [anon_sym_EQ_EQ] = ACTIONS(3966), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), + [anon_sym_LT_EQ] = ACTIONS(3970), + [anon_sym_GT_EQ] = ACTIONS(3970), [anon_sym_BANGin] = ACTIONS(3972), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), @@ -290585,193 +290570,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3144), - [anon_sym_sealed] = ACTIONS(3144), - [anon_sym_annotation] = ACTIONS(3144), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3144), - [anon_sym_lateinit] = ACTIONS(3144), - [anon_sym_public] = ACTIONS(3144), - [anon_sym_private] = ACTIONS(3144), - [anon_sym_internal] = ACTIONS(3144), - [anon_sym_protected] = ACTIONS(3144), - [anon_sym_tailrec] = ACTIONS(3144), - [anon_sym_operator] = ACTIONS(3144), - [anon_sym_infix] = ACTIONS(3144), - [anon_sym_inline] = ACTIONS(3144), - [anon_sym_external] = ACTIONS(3144), - [sym_property_modifier] = ACTIONS(3144), - [anon_sym_abstract] = ACTIONS(3144), - [anon_sym_final] = ACTIONS(3144), - [anon_sym_open] = ACTIONS(3144), - [anon_sym_vararg] = ACTIONS(3144), - [anon_sym_noinline] = ACTIONS(3144), - [anon_sym_crossinline] = ACTIONS(3144), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3154), + [anon_sym_sealed] = ACTIONS(3154), + [anon_sym_annotation] = ACTIONS(3154), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3154), + [anon_sym_lateinit] = ACTIONS(3154), + [anon_sym_public] = ACTIONS(3154), + [anon_sym_private] = ACTIONS(3154), + [anon_sym_internal] = ACTIONS(3154), + [anon_sym_protected] = ACTIONS(3154), + [anon_sym_tailrec] = ACTIONS(3154), + [anon_sym_operator] = ACTIONS(3154), + [anon_sym_infix] = ACTIONS(3154), + [anon_sym_inline] = ACTIONS(3154), + [anon_sym_external] = ACTIONS(3154), + [sym_property_modifier] = ACTIONS(3154), + [anon_sym_abstract] = ACTIONS(3154), + [anon_sym_final] = ACTIONS(3154), + [anon_sym_open] = ACTIONS(3154), + [anon_sym_vararg] = ACTIONS(3154), + [anon_sym_noinline] = ACTIONS(3154), + [anon_sym_crossinline] = ACTIONS(3154), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3146), + [sym__automatic_semicolon] = ACTIONS(3156), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, [2233] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(4858), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4259), - [anon_sym_fun] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4259), - [anon_sym_super] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4262), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [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(4259), - [anon_sym_if] = ACTIONS(4259), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4259), - [anon_sym_try] = ACTIONS(4259), - [anon_sym_throw] = ACTIONS(4259), - [anon_sym_return] = ACTIONS(4259), - [anon_sym_continue] = ACTIONS(4259), - [anon_sym_break] = ACTIONS(4259), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4259), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4262), - [anon_sym_continue_AT] = ACTIONS(4262), - [anon_sym_break_AT] = ACTIONS(4262), - [anon_sym_this_AT] = ACTIONS(4262), - [anon_sym_super_AT] = ACTIONS(4262), - [sym_real_literal] = ACTIONS(4262), - [sym_integer_literal] = ACTIONS(4259), - [sym_hex_literal] = ACTIONS(4262), - [sym_bin_literal] = ACTIONS(4262), - [anon_sym_true] = ACTIONS(4259), - [anon_sym_false] = ACTIONS(4259), - [anon_sym_SQUOTE] = ACTIONS(4262), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4262), - }, - [2234] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3140), + [anon_sym_EQ] = ACTIONS(3101), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3142), + [anon_sym_RBRACE] = ACTIONS(3103), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3946), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3954), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3956), [anon_sym_DOT_DOT] = ACTIONS(3958), [anon_sym_QMARK_COLON] = ACTIONS(3960), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_else] = ACTIONS(3140), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_else] = ACTIONS(3101), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3142), - [anon_sym_DASH_EQ] = ACTIONS(3142), - [anon_sym_STAR_EQ] = ACTIONS(3142), - [anon_sym_SLASH_EQ] = ACTIONS(3142), - [anon_sym_PERCENT_EQ] = ACTIONS(3142), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), + [anon_sym_PLUS_EQ] = ACTIONS(3103), + [anon_sym_DASH_EQ] = ACTIONS(3103), + [anon_sym_STAR_EQ] = ACTIONS(3103), + [anon_sym_SLASH_EQ] = ACTIONS(3103), + [anon_sym_PERCENT_EQ] = ACTIONS(3103), + [anon_sym_BANG_EQ] = ACTIONS(3966), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), + [anon_sym_EQ_EQ] = ACTIONS(3966), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), [anon_sym_LT_EQ] = ACTIONS(3970), [anon_sym_GT_EQ] = ACTIONS(3970), [anon_sym_BANGin] = ACTIONS(3972), @@ -290785,89 +290670,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3140), - [anon_sym_sealed] = ACTIONS(3140), - [anon_sym_annotation] = ACTIONS(3140), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3140), - [anon_sym_lateinit] = ACTIONS(3140), - [anon_sym_public] = ACTIONS(3140), - [anon_sym_private] = ACTIONS(3140), - [anon_sym_internal] = ACTIONS(3140), - [anon_sym_protected] = ACTIONS(3140), - [anon_sym_tailrec] = ACTIONS(3140), - [anon_sym_operator] = ACTIONS(3140), - [anon_sym_infix] = ACTIONS(3140), - [anon_sym_inline] = ACTIONS(3140), - [anon_sym_external] = ACTIONS(3140), - [sym_property_modifier] = ACTIONS(3140), - [anon_sym_abstract] = ACTIONS(3140), - [anon_sym_final] = ACTIONS(3140), - [anon_sym_open] = ACTIONS(3140), - [anon_sym_vararg] = ACTIONS(3140), - [anon_sym_noinline] = ACTIONS(3140), - [anon_sym_crossinline] = ACTIONS(3140), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3101), + [anon_sym_sealed] = ACTIONS(3101), + [anon_sym_annotation] = ACTIONS(3101), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3101), + [anon_sym_lateinit] = ACTIONS(3101), + [anon_sym_public] = ACTIONS(3101), + [anon_sym_private] = ACTIONS(3101), + [anon_sym_internal] = ACTIONS(3101), + [anon_sym_protected] = ACTIONS(3101), + [anon_sym_tailrec] = ACTIONS(3101), + [anon_sym_operator] = ACTIONS(3101), + [anon_sym_infix] = ACTIONS(3101), + [anon_sym_inline] = ACTIONS(3101), + [anon_sym_external] = ACTIONS(3101), + [sym_property_modifier] = ACTIONS(3101), + [anon_sym_abstract] = ACTIONS(3101), + [anon_sym_final] = ACTIONS(3101), + [anon_sym_open] = ACTIONS(3101), + [anon_sym_vararg] = ACTIONS(3101), + [anon_sym_noinline] = ACTIONS(3101), + [anon_sym_crossinline] = ACTIONS(3101), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3142), + [sym__automatic_semicolon] = ACTIONS(3103), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2235] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [2234] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3136), + [anon_sym_EQ] = ACTIONS(3162), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3138), + [anon_sym_RBRACE] = ACTIONS(3164), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(3946), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3164), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3954), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3956), [anon_sym_DOT_DOT] = ACTIONS(3958), [anon_sym_QMARK_COLON] = ACTIONS(3960), [anon_sym_AMP_AMP] = ACTIONS(3962), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [anon_sym_else] = ACTIONS(3136), + [anon_sym_PIPE_PIPE] = ACTIONS(3964), + [anon_sym_else] = ACTIONS(3162), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3138), - [anon_sym_DASH_EQ] = ACTIONS(3138), - [anon_sym_STAR_EQ] = ACTIONS(3138), - [anon_sym_SLASH_EQ] = ACTIONS(3138), - [anon_sym_PERCENT_EQ] = ACTIONS(3138), + [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(3966), [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), [anon_sym_EQ_EQ] = ACTIONS(3966), @@ -290885,761 +290770,461 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3136), - [anon_sym_sealed] = ACTIONS(3136), - [anon_sym_annotation] = ACTIONS(3136), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3136), - [anon_sym_lateinit] = ACTIONS(3136), - [anon_sym_public] = ACTIONS(3136), - [anon_sym_private] = ACTIONS(3136), - [anon_sym_internal] = ACTIONS(3136), - [anon_sym_protected] = ACTIONS(3136), - [anon_sym_tailrec] = ACTIONS(3136), - [anon_sym_operator] = ACTIONS(3136), - [anon_sym_infix] = ACTIONS(3136), - [anon_sym_inline] = ACTIONS(3136), - [anon_sym_external] = ACTIONS(3136), - [sym_property_modifier] = ACTIONS(3136), - [anon_sym_abstract] = ACTIONS(3136), - [anon_sym_final] = ACTIONS(3136), - [anon_sym_open] = ACTIONS(3136), - [anon_sym_vararg] = ACTIONS(3136), - [anon_sym_noinline] = ACTIONS(3136), - [anon_sym_crossinline] = ACTIONS(3136), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3162), + [anon_sym_sealed] = ACTIONS(3162), + [anon_sym_annotation] = ACTIONS(3162), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3162), + [anon_sym_lateinit] = ACTIONS(3162), + [anon_sym_public] = ACTIONS(3162), + [anon_sym_private] = ACTIONS(3162), + [anon_sym_internal] = ACTIONS(3162), + [anon_sym_protected] = ACTIONS(3162), + [anon_sym_tailrec] = ACTIONS(3162), + [anon_sym_operator] = ACTIONS(3162), + [anon_sym_infix] = ACTIONS(3162), + [anon_sym_inline] = ACTIONS(3162), + [anon_sym_external] = ACTIONS(3162), + [sym_property_modifier] = ACTIONS(3162), + [anon_sym_abstract] = ACTIONS(3162), + [anon_sym_final] = ACTIONS(3162), + [anon_sym_open] = ACTIONS(3162), + [anon_sym_vararg] = ACTIONS(3162), + [anon_sym_noinline] = ACTIONS(3162), + [anon_sym_crossinline] = ACTIONS(3162), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3138), + [sym__automatic_semicolon] = ACTIONS(3164), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, + [2235] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_where] = ACTIONS(4930), + [anon_sym_object] = ACTIONS(4930), + [anon_sym_fun] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(5842), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_this] = ACTIONS(4930), + [anon_sym_super] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4932), + [sym_label] = ACTIONS(4930), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_null] = ACTIONS(4930), + [anon_sym_if] = ACTIONS(4930), + [anon_sym_else] = ACTIONS(5844), + [anon_sym_when] = ACTIONS(4930), + [anon_sym_try] = ACTIONS(4930), + [anon_sym_throw] = ACTIONS(4930), + [anon_sym_return] = ACTIONS(4930), + [anon_sym_continue] = ACTIONS(4930), + [anon_sym_break] = ACTIONS(4930), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG] = ACTIONS(4930), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4932), + [anon_sym_continue_AT] = ACTIONS(4932), + [anon_sym_break_AT] = ACTIONS(4932), + [anon_sym_this_AT] = ACTIONS(4932), + [anon_sym_super_AT] = ACTIONS(4932), + [sym_real_literal] = ACTIONS(4932), + [sym_integer_literal] = ACTIONS(4930), + [sym_hex_literal] = ACTIONS(4932), + [sym_bin_literal] = ACTIONS(4932), + [anon_sym_true] = ACTIONS(4930), + [anon_sym_false] = ACTIONS(4930), + [anon_sym_SQUOTE] = ACTIONS(4932), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4932), + }, [2236] = { - [sym_primary_constructor] = STATE(3394), - [sym_class_body] = STATE(3968), - [sym__class_parameters] = STATE(3769), - [sym_type_parameters] = STATE(2261), - [sym_type_constraints] = STATE(3712), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3200), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5834), - [anon_sym_LBRACK] = ACTIONS(3206), - [anon_sym_as] = ACTIONS(3200), - [anon_sym_EQ] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_COMMA] = ACTIONS(3206), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3200), - [anon_sym_SEMI] = ACTIONS(3206), - [anon_sym_get] = ACTIONS(3200), - [anon_sym_set] = ACTIONS(3200), - [anon_sym_STAR] = ACTIONS(3200), - [sym_label] = ACTIONS(3206), - [anon_sym_in] = ACTIONS(3200), - [anon_sym_DOT_DOT] = ACTIONS(3206), - [anon_sym_QMARK_COLON] = ACTIONS(3206), - [anon_sym_AMP_AMP] = ACTIONS(3206), - [anon_sym_PIPE_PIPE] = ACTIONS(3206), - [anon_sym_else] = ACTIONS(3200), - [anon_sym_COLON_COLON] = ACTIONS(3206), - [anon_sym_PLUS_EQ] = ACTIONS(3206), - [anon_sym_DASH_EQ] = ACTIONS(3206), - [anon_sym_STAR_EQ] = ACTIONS(3206), - [anon_sym_SLASH_EQ] = ACTIONS(3206), - [anon_sym_PERCENT_EQ] = ACTIONS(3206), - [anon_sym_BANG_EQ] = ACTIONS(3200), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), - [anon_sym_EQ_EQ] = ACTIONS(3200), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), - [anon_sym_LT_EQ] = ACTIONS(3206), - [anon_sym_GT_EQ] = ACTIONS(3206), - [anon_sym_BANGin] = ACTIONS(3206), - [anon_sym_is] = ACTIONS(3200), - [anon_sym_BANGis] = ACTIONS(3206), - [anon_sym_PLUS] = ACTIONS(3200), - [anon_sym_DASH] = ACTIONS(3200), - [anon_sym_SLASH] = ACTIONS(3200), - [anon_sym_PERCENT] = ACTIONS(3200), - [anon_sym_as_QMARK] = ACTIONS(3206), - [anon_sym_PLUS_PLUS] = ACTIONS(3206), - [anon_sym_DASH_DASH] = ACTIONS(3206), - [anon_sym_BANG_BANG] = ACTIONS(3206), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_where] = ACTIONS(4930), + [anon_sym_object] = ACTIONS(4930), + [anon_sym_fun] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(4932), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_this] = ACTIONS(4930), + [anon_sym_super] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4932), + [sym_label] = ACTIONS(4930), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_null] = ACTIONS(4930), + [anon_sym_if] = ACTIONS(4930), + [anon_sym_else] = ACTIONS(5844), + [anon_sym_when] = ACTIONS(4930), + [anon_sym_try] = ACTIONS(4930), + [anon_sym_throw] = ACTIONS(4930), + [anon_sym_return] = ACTIONS(4930), + [anon_sym_continue] = ACTIONS(4930), + [anon_sym_break] = ACTIONS(4930), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG] = ACTIONS(4930), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3206), - [sym__automatic_semicolon] = ACTIONS(3206), - [sym_safe_nav] = ACTIONS(3206), + [anon_sym_return_AT] = ACTIONS(4932), + [anon_sym_continue_AT] = ACTIONS(4932), + [anon_sym_break_AT] = ACTIONS(4932), + [anon_sym_this_AT] = ACTIONS(4932), + [anon_sym_super_AT] = ACTIONS(4932), + [sym_real_literal] = ACTIONS(4932), + [sym_integer_literal] = ACTIONS(4930), + [sym_hex_literal] = ACTIONS(4932), + [sym_bin_literal] = ACTIONS(4932), + [anon_sym_true] = ACTIONS(4930), + [anon_sym_false] = ACTIONS(4930), + [anon_sym_SQUOTE] = ACTIONS(4932), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4932), }, [2237] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(5081), - [anon_sym_COMMA] = ACTIONS(4287), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_where] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4281), - [anon_sym_fun] = ACTIONS(4281), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4281), - [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4281), - [anon_sym_super] = ACTIONS(4281), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4281), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4281), - [anon_sym_if] = ACTIONS(4281), - [anon_sym_else] = ACTIONS(4289), - [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(4284), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4281), - [anon_sym_DASH] = ACTIONS(4281), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4287), - [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4281), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_suspend] = ACTIONS(4289), - [anon_sym_sealed] = ACTIONS(4289), - [anon_sym_annotation] = ACTIONS(4289), - [anon_sym_data] = ACTIONS(4281), - [anon_sym_inner] = ACTIONS(4281), - [anon_sym_value] = ACTIONS(4281), - [anon_sym_override] = ACTIONS(4289), - [anon_sym_lateinit] = ACTIONS(4289), - [anon_sym_public] = ACTIONS(4289), - [anon_sym_private] = ACTIONS(4289), - [anon_sym_internal] = ACTIONS(4289), - [anon_sym_protected] = ACTIONS(4289), - [anon_sym_tailrec] = ACTIONS(4289), - [anon_sym_operator] = ACTIONS(4289), - [anon_sym_infix] = ACTIONS(4289), - [anon_sym_inline] = ACTIONS(4289), - [anon_sym_external] = ACTIONS(4289), - [sym_property_modifier] = ACTIONS(4289), - [anon_sym_abstract] = ACTIONS(4289), - [anon_sym_final] = ACTIONS(4289), - [anon_sym_open] = ACTIONS(4289), - [anon_sym_vararg] = ACTIONS(4289), - [anon_sym_noinline] = ACTIONS(4289), - [anon_sym_crossinline] = ACTIONS(4289), - [anon_sym_expect] = ACTIONS(4281), - [anon_sym_actual] = ACTIONS(4281), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1766), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), + [sym__multiplicative_operator] = STATE(1761), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1760), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(3105), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3946), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3954), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3956), + [anon_sym_DOT_DOT] = ACTIONS(3958), + [anon_sym_QMARK_COLON] = ACTIONS(3960), + [anon_sym_AMP_AMP] = ACTIONS(3962), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_else] = ACTIONS(3105), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_PLUS_EQ] = ACTIONS(3107), + [anon_sym_DASH_EQ] = ACTIONS(3107), + [anon_sym_STAR_EQ] = ACTIONS(3107), + [anon_sym_SLASH_EQ] = ACTIONS(3107), + [anon_sym_PERCENT_EQ] = ACTIONS(3107), + [anon_sym_BANG_EQ] = ACTIONS(3966), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), + [anon_sym_EQ_EQ] = ACTIONS(3966), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), + [anon_sym_LT_EQ] = ACTIONS(3970), + [anon_sym_GT_EQ] = ACTIONS(3970), + [anon_sym_BANGin] = ACTIONS(3972), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(3974), + [anon_sym_DASH] = ACTIONS(3974), + [anon_sym_SLASH] = ACTIONS(3954), + [anon_sym_PERCENT] = ACTIONS(3954), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3105), + [anon_sym_sealed] = ACTIONS(3105), + [anon_sym_annotation] = ACTIONS(3105), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3105), + [anon_sym_lateinit] = ACTIONS(3105), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_protected] = ACTIONS(3105), + [anon_sym_tailrec] = ACTIONS(3105), + [anon_sym_operator] = ACTIONS(3105), + [anon_sym_infix] = ACTIONS(3105), + [anon_sym_inline] = ACTIONS(3105), + [anon_sym_external] = ACTIONS(3105), + [sym_property_modifier] = ACTIONS(3105), + [anon_sym_abstract] = ACTIONS(3105), + [anon_sym_final] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_vararg] = ACTIONS(3105), + [anon_sym_noinline] = ACTIONS(3105), + [anon_sym_crossinline] = ACTIONS(3105), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4284), - [anon_sym_continue_AT] = ACTIONS(4284), - [anon_sym_break_AT] = ACTIONS(4284), - [anon_sym_this_AT] = ACTIONS(4284), - [anon_sym_super_AT] = ACTIONS(4284), - [sym_real_literal] = ACTIONS(4284), - [sym_integer_literal] = ACTIONS(4281), - [sym_hex_literal] = ACTIONS(4284), - [sym_bin_literal] = ACTIONS(4284), - [anon_sym_true] = ACTIONS(4281), - [anon_sym_false] = ACTIONS(4281), - [anon_sym_SQUOTE] = ACTIONS(4284), - [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4287), - [sym_safe_nav] = ACTIONS(4287), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3107), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4284), }, [2238] = { - [sym__alpha_identifier] = ACTIONS(4289), - [anon_sym_AT] = ACTIONS(4287), - [anon_sym_LBRACK] = ACTIONS(4287), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4287), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(5838), - [anon_sym_COMMA] = ACTIONS(4287), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_where] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4289), - [anon_sym_fun] = ACTIONS(4289), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4289), - [anon_sym_set] = ACTIONS(4289), - [anon_sym_this] = ACTIONS(4289), - [anon_sym_super] = ACTIONS(4289), - [anon_sym_STAR] = ACTIONS(4287), - [sym_label] = ACTIONS(4289), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4289), - [anon_sym_if] = ACTIONS(4289), - [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4289), - [anon_sym_try] = ACTIONS(4289), - [anon_sym_throw] = ACTIONS(4289), - [anon_sym_return] = ACTIONS(4289), - [anon_sym_continue] = ACTIONS(4289), - [anon_sym_break] = ACTIONS(4289), - [anon_sym_COLON_COLON] = ACTIONS(4287), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4289), - [anon_sym_DASH] = ACTIONS(4289), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4287), - [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4287), - [anon_sym_DASH_DASH] = ACTIONS(4287), - [anon_sym_BANG] = ACTIONS(4289), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_suspend] = ACTIONS(4289), - [anon_sym_sealed] = ACTIONS(4289), - [anon_sym_annotation] = ACTIONS(4289), - [anon_sym_data] = ACTIONS(4289), - [anon_sym_inner] = ACTIONS(4289), - [anon_sym_value] = ACTIONS(4289), - [anon_sym_override] = ACTIONS(4289), - [anon_sym_lateinit] = ACTIONS(4289), - [anon_sym_public] = ACTIONS(4289), - [anon_sym_private] = ACTIONS(4289), - [anon_sym_internal] = ACTIONS(4289), - [anon_sym_protected] = ACTIONS(4289), - [anon_sym_tailrec] = ACTIONS(4289), - [anon_sym_operator] = ACTIONS(4289), - [anon_sym_infix] = ACTIONS(4289), - [anon_sym_inline] = ACTIONS(4289), - [anon_sym_external] = ACTIONS(4289), - [sym_property_modifier] = ACTIONS(4289), - [anon_sym_abstract] = ACTIONS(4289), - [anon_sym_final] = ACTIONS(4289), - [anon_sym_open] = ACTIONS(4289), - [anon_sym_vararg] = ACTIONS(4289), - [anon_sym_noinline] = ACTIONS(4289), - [anon_sym_crossinline] = ACTIONS(4289), - [anon_sym_expect] = ACTIONS(4289), - [anon_sym_actual] = ACTIONS(4289), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1766), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), + [sym__multiplicative_operator] = STATE(1761), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1760), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(3113), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3946), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3954), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3956), + [anon_sym_DOT_DOT] = ACTIONS(3958), + [anon_sym_QMARK_COLON] = ACTIONS(3960), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_else] = ACTIONS(3113), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_PLUS_EQ] = ACTIONS(3115), + [anon_sym_DASH_EQ] = ACTIONS(3115), + [anon_sym_STAR_EQ] = ACTIONS(3115), + [anon_sym_SLASH_EQ] = ACTIONS(3115), + [anon_sym_PERCENT_EQ] = ACTIONS(3115), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(3970), + [anon_sym_GT_EQ] = ACTIONS(3970), + [anon_sym_BANGin] = ACTIONS(3972), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(3974), + [anon_sym_DASH] = ACTIONS(3974), + [anon_sym_SLASH] = ACTIONS(3954), + [anon_sym_PERCENT] = ACTIONS(3954), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3113), + [anon_sym_sealed] = ACTIONS(3113), + [anon_sym_annotation] = ACTIONS(3113), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3113), + [anon_sym_lateinit] = ACTIONS(3113), + [anon_sym_public] = ACTIONS(3113), + [anon_sym_private] = ACTIONS(3113), + [anon_sym_internal] = ACTIONS(3113), + [anon_sym_protected] = ACTIONS(3113), + [anon_sym_tailrec] = ACTIONS(3113), + [anon_sym_operator] = ACTIONS(3113), + [anon_sym_infix] = ACTIONS(3113), + [anon_sym_inline] = ACTIONS(3113), + [anon_sym_external] = ACTIONS(3113), + [sym_property_modifier] = ACTIONS(3113), + [anon_sym_abstract] = ACTIONS(3113), + [anon_sym_final] = ACTIONS(3113), + [anon_sym_open] = ACTIONS(3113), + [anon_sym_vararg] = ACTIONS(3113), + [anon_sym_noinline] = ACTIONS(3113), + [anon_sym_crossinline] = ACTIONS(3113), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4287), - [anon_sym_continue_AT] = ACTIONS(4287), - [anon_sym_break_AT] = ACTIONS(4287), - [anon_sym_this_AT] = ACTIONS(4287), - [anon_sym_super_AT] = ACTIONS(4287), - [sym_real_literal] = ACTIONS(4287), - [sym_integer_literal] = ACTIONS(4289), - [sym_hex_literal] = ACTIONS(4287), - [sym_bin_literal] = ACTIONS(4287), - [anon_sym_true] = ACTIONS(4289), - [anon_sym_false] = ACTIONS(4289), - [anon_sym_SQUOTE] = ACTIONS(4287), - [sym__backtick_identifier] = ACTIONS(4287), - [sym__automatic_semicolon] = ACTIONS(4287), - [sym_safe_nav] = ACTIONS(4287), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3115), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4287), }, [2239] = { - [sym_primary_constructor] = STATE(3384), - [sym__class_parameters] = STATE(3769), - [sym_type_parameters] = STATE(2260), - [sym_type_constraints] = STATE(3723), - [sym_enum_class_body] = STATE(3847), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5840), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - }, - [2240] = { - [sym_primary_constructor] = STATE(3381), - [sym_class_body] = STATE(3847), - [sym__class_parameters] = STATE(3769), - [sym_type_parameters] = STATE(2276), - [sym_type_constraints] = STATE(3737), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5842), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - }, - [2241] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(5844), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4262), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [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(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [2242] = { - [sym_property_delegate] = STATE(2360), - [sym_getter] = STATE(3498), - [sym_setter] = STATE(3498), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_RBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(5705), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(5707), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(5709), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(3344), - [anon_sym_DASH_GT] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - }, - [2243] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), @@ -291649,11 +291234,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RBRACE] = ACTIONS(3119), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3946), + [anon_sym_GT] = ACTIONS(3117), [anon_sym_DOT] = ACTIONS(3660), [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3954), [sym_label] = ACTIONS(3670), [anon_sym_in] = ACTIONS(3956), @@ -291668,12 +291253,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR_EQ] = ACTIONS(3119), [anon_sym_SLASH_EQ] = ACTIONS(3119), [anon_sym_PERCENT_EQ] = ACTIONS(3119), - [anon_sym_BANG_EQ] = ACTIONS(3966), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), - [anon_sym_EQ_EQ] = ACTIONS(3966), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), - [anon_sym_LT_EQ] = ACTIONS(3970), - [anon_sym_GT_EQ] = ACTIONS(3970), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), [anon_sym_BANGin] = ACTIONS(3972), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), @@ -291688,9 +291273,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(3117), [anon_sym_sealed] = ACTIONS(3117), [anon_sym_annotation] = ACTIONS(3117), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), [anon_sym_override] = ACTIONS(3117), [anon_sym_lateinit] = ACTIONS(3117), [anon_sym_public] = ACTIONS(3117), @@ -291709,174 +291294,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(3117), [anon_sym_noinline] = ACTIONS(3117), [anon_sym_crossinline] = ACTIONS(3117), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym__automatic_semicolon] = ACTIONS(3119), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2244] = { - [sym__alpha_identifier] = ACTIONS(4267), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(5848), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4267), - [anon_sym_fun] = ACTIONS(4267), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4267), - [anon_sym_set] = ACTIONS(4267), - [anon_sym_this] = ACTIONS(4267), - [anon_sym_super] = ACTIONS(4267), - [anon_sym_STAR] = ACTIONS(4265), - [sym_label] = ACTIONS(4267), - [anon_sym_in] = ACTIONS(4267), - [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(4267), - [anon_sym_if] = ACTIONS(4267), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4267), - [anon_sym_try] = ACTIONS(4267), - [anon_sym_throw] = ACTIONS(4267), - [anon_sym_return] = ACTIONS(4267), - [anon_sym_continue] = ACTIONS(4267), - [anon_sym_break] = ACTIONS(4267), - [anon_sym_COLON_COLON] = ACTIONS(4265), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4267), - [anon_sym_DASH] = ACTIONS(4267), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4265), - [anon_sym_DASH_DASH] = ACTIONS(4265), - [anon_sym_BANG] = ACTIONS(4267), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4267), - [anon_sym_inner] = ACTIONS(4267), - [anon_sym_value] = ACTIONS(4267), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4267), - [anon_sym_actual] = ACTIONS(4267), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4265), - [anon_sym_continue_AT] = ACTIONS(4265), - [anon_sym_break_AT] = ACTIONS(4265), - [anon_sym_this_AT] = ACTIONS(4265), - [anon_sym_super_AT] = ACTIONS(4265), - [sym_real_literal] = ACTIONS(4265), - [sym_integer_literal] = ACTIONS(4267), - [sym_hex_literal] = ACTIONS(4265), - [sym_bin_literal] = ACTIONS(4265), - [anon_sym_true] = ACTIONS(4267), - [anon_sym_false] = ACTIONS(4267), - [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), - }, - [2245] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), + [2240] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3125), + [anon_sym_EQ] = ACTIONS(3121), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3127), + [anon_sym_RBRACE] = ACTIONS(3123), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(3954), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3125), + [anon_sym_in] = ACTIONS(3121), [anon_sym_DOT_DOT] = ACTIONS(3958), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_else] = ACTIONS(3125), + [anon_sym_QMARK_COLON] = ACTIONS(3960), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_else] = ACTIONS(3121), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3127), - [anon_sym_DASH_EQ] = ACTIONS(3127), - [anon_sym_STAR_EQ] = ACTIONS(3127), - [anon_sym_SLASH_EQ] = ACTIONS(3127), - [anon_sym_PERCENT_EQ] = ACTIONS(3127), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), + [anon_sym_PLUS_EQ] = ACTIONS(3123), + [anon_sym_DASH_EQ] = ACTIONS(3123), + [anon_sym_STAR_EQ] = ACTIONS(3123), + [anon_sym_SLASH_EQ] = ACTIONS(3123), + [anon_sym_PERCENT_EQ] = ACTIONS(3123), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), [anon_sym_PLUS] = ACTIONS(3974), [anon_sym_DASH] = ACTIONS(3974), [anon_sym_SLASH] = ACTIONS(3954), @@ -291885,98 +291370,598 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3125), - [anon_sym_sealed] = ACTIONS(3125), - [anon_sym_annotation] = ACTIONS(3125), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3125), - [anon_sym_lateinit] = ACTIONS(3125), - [anon_sym_public] = ACTIONS(3125), - [anon_sym_private] = ACTIONS(3125), - [anon_sym_internal] = ACTIONS(3125), - [anon_sym_protected] = ACTIONS(3125), - [anon_sym_tailrec] = ACTIONS(3125), - [anon_sym_operator] = ACTIONS(3125), - [anon_sym_infix] = ACTIONS(3125), - [anon_sym_inline] = ACTIONS(3125), - [anon_sym_external] = ACTIONS(3125), - [sym_property_modifier] = ACTIONS(3125), - [anon_sym_abstract] = ACTIONS(3125), - [anon_sym_final] = ACTIONS(3125), - [anon_sym_open] = ACTIONS(3125), - [anon_sym_vararg] = ACTIONS(3125), - [anon_sym_noinline] = ACTIONS(3125), - [anon_sym_crossinline] = ACTIONS(3125), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3127), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [2246] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1766), - [sym__comparison_operator] = STATE(1764), - [sym__in_operator] = STATE(1763), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1762), - [sym__multiplicative_operator] = STATE(1761), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1760), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(3094), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_EQ] = ACTIONS(3094), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(3954), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_PLUS_EQ] = ACTIONS(3096), - [anon_sym_DASH_EQ] = ACTIONS(3096), - [anon_sym_STAR_EQ] = ACTIONS(3096), - [anon_sym_SLASH_EQ] = ACTIONS(3096), - [anon_sym_PERCENT_EQ] = ACTIONS(3096), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), + [anon_sym_suspend] = ACTIONS(3121), + [anon_sym_sealed] = ACTIONS(3121), + [anon_sym_annotation] = ACTIONS(3121), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3121), + [anon_sym_lateinit] = ACTIONS(3121), + [anon_sym_public] = ACTIONS(3121), + [anon_sym_private] = ACTIONS(3121), + [anon_sym_internal] = ACTIONS(3121), + [anon_sym_protected] = ACTIONS(3121), + [anon_sym_tailrec] = ACTIONS(3121), + [anon_sym_operator] = ACTIONS(3121), + [anon_sym_infix] = ACTIONS(3121), + [anon_sym_inline] = ACTIONS(3121), + [anon_sym_external] = ACTIONS(3121), + [sym_property_modifier] = ACTIONS(3121), + [anon_sym_abstract] = ACTIONS(3121), + [anon_sym_final] = ACTIONS(3121), + [anon_sym_open] = ACTIONS(3121), + [anon_sym_vararg] = ACTIONS(3121), + [anon_sym_noinline] = ACTIONS(3121), + [anon_sym_crossinline] = ACTIONS(3121), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3123), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [2241] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1766), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), + [sym__multiplicative_operator] = STATE(1761), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1760), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(3128), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(3128), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(3954), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_PLUS_EQ] = ACTIONS(3130), + [anon_sym_DASH_EQ] = ACTIONS(3130), + [anon_sym_STAR_EQ] = ACTIONS(3130), + [anon_sym_SLASH_EQ] = ACTIONS(3130), + [anon_sym_PERCENT_EQ] = ACTIONS(3130), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(3954), + [anon_sym_PERCENT] = ACTIONS(3954), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3128), + [anon_sym_sealed] = ACTIONS(3128), + [anon_sym_annotation] = ACTIONS(3128), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_override] = ACTIONS(3128), + [anon_sym_lateinit] = ACTIONS(3128), + [anon_sym_public] = ACTIONS(3128), + [anon_sym_private] = ACTIONS(3128), + [anon_sym_internal] = ACTIONS(3128), + [anon_sym_protected] = ACTIONS(3128), + [anon_sym_tailrec] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_infix] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym_external] = ACTIONS(3128), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3128), + [anon_sym_final] = ACTIONS(3128), + [anon_sym_open] = ACTIONS(3128), + [anon_sym_vararg] = ACTIONS(3128), + [anon_sym_noinline] = ACTIONS(3128), + [anon_sym_crossinline] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3130), + [sym__automatic_semicolon] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [2242] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1766), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), + [sym__multiplicative_operator] = STATE(1761), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1760), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(3135), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(3135), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3135), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_PLUS_EQ] = ACTIONS(3137), + [anon_sym_DASH_EQ] = ACTIONS(3137), + [anon_sym_STAR_EQ] = ACTIONS(3137), + [anon_sym_SLASH_EQ] = ACTIONS(3137), + [anon_sym_PERCENT_EQ] = ACTIONS(3137), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3135), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3135), + [anon_sym_sealed] = ACTIONS(3135), + [anon_sym_annotation] = ACTIONS(3135), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_override] = ACTIONS(3135), + [anon_sym_lateinit] = ACTIONS(3135), + [anon_sym_public] = ACTIONS(3135), + [anon_sym_private] = ACTIONS(3135), + [anon_sym_internal] = ACTIONS(3135), + [anon_sym_protected] = ACTIONS(3135), + [anon_sym_tailrec] = ACTIONS(3135), + [anon_sym_operator] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_inline] = ACTIONS(3135), + [anon_sym_external] = ACTIONS(3135), + [sym_property_modifier] = ACTIONS(3135), + [anon_sym_abstract] = ACTIONS(3135), + [anon_sym_final] = ACTIONS(3135), + [anon_sym_open] = ACTIONS(3135), + [anon_sym_vararg] = ACTIONS(3135), + [anon_sym_noinline] = ACTIONS(3135), + [anon_sym_crossinline] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3137), + [sym__automatic_semicolon] = ACTIONS(3137), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [2243] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1766), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), + [sym__multiplicative_operator] = STATE(1761), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1760), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3148), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3946), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3954), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3956), + [anon_sym_DOT_DOT] = ACTIONS(3958), + [anon_sym_QMARK_COLON] = ACTIONS(3960), + [anon_sym_AMP_AMP] = ACTIONS(3962), + [anon_sym_PIPE_PIPE] = ACTIONS(3964), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_PLUS_EQ] = ACTIONS(3148), + [anon_sym_DASH_EQ] = ACTIONS(3148), + [anon_sym_STAR_EQ] = ACTIONS(3148), + [anon_sym_SLASH_EQ] = ACTIONS(3148), + [anon_sym_PERCENT_EQ] = ACTIONS(3148), + [anon_sym_BANG_EQ] = ACTIONS(3966), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), + [anon_sym_EQ_EQ] = ACTIONS(3966), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), + [anon_sym_LT_EQ] = ACTIONS(3970), + [anon_sym_GT_EQ] = ACTIONS(3970), + [anon_sym_BANGin] = ACTIONS(3972), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(3974), + [anon_sym_DASH] = ACTIONS(3974), + [anon_sym_SLASH] = ACTIONS(3954), + [anon_sym_PERCENT] = ACTIONS(3954), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3146), + [anon_sym_sealed] = ACTIONS(3146), + [anon_sym_annotation] = ACTIONS(3146), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3146), + [anon_sym_lateinit] = ACTIONS(3146), + [anon_sym_public] = ACTIONS(3146), + [anon_sym_private] = ACTIONS(3146), + [anon_sym_internal] = ACTIONS(3146), + [anon_sym_protected] = ACTIONS(3146), + [anon_sym_tailrec] = ACTIONS(3146), + [anon_sym_operator] = ACTIONS(3146), + [anon_sym_infix] = ACTIONS(3146), + [anon_sym_inline] = ACTIONS(3146), + [anon_sym_external] = ACTIONS(3146), + [sym_property_modifier] = ACTIONS(3146), + [anon_sym_abstract] = ACTIONS(3146), + [anon_sym_final] = ACTIONS(3146), + [anon_sym_open] = ACTIONS(3146), + [anon_sym_vararg] = ACTIONS(3146), + [anon_sym_noinline] = ACTIONS(3146), + [anon_sym_crossinline] = ACTIONS(3146), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3148), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [2244] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1766), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), + [sym__multiplicative_operator] = STATE(1761), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1760), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(3088), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(3954), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_DOT_DOT] = ACTIONS(3958), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_else] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_PLUS_EQ] = ACTIONS(3090), + [anon_sym_DASH_EQ] = ACTIONS(3090), + [anon_sym_STAR_EQ] = ACTIONS(3090), + [anon_sym_SLASH_EQ] = ACTIONS(3090), + [anon_sym_PERCENT_EQ] = ACTIONS(3090), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), + [anon_sym_PLUS] = ACTIONS(3974), + [anon_sym_DASH] = ACTIONS(3974), + [anon_sym_SLASH] = ACTIONS(3954), + [anon_sym_PERCENT] = ACTIONS(3954), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3088), + [anon_sym_sealed] = ACTIONS(3088), + [anon_sym_annotation] = ACTIONS(3088), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_override] = ACTIONS(3088), + [anon_sym_lateinit] = ACTIONS(3088), + [anon_sym_public] = ACTIONS(3088), + [anon_sym_private] = ACTIONS(3088), + [anon_sym_internal] = ACTIONS(3088), + [anon_sym_protected] = ACTIONS(3088), + [anon_sym_tailrec] = ACTIONS(3088), + [anon_sym_operator] = ACTIONS(3088), + [anon_sym_infix] = ACTIONS(3088), + [anon_sym_inline] = ACTIONS(3088), + [anon_sym_external] = ACTIONS(3088), + [sym_property_modifier] = ACTIONS(3088), + [anon_sym_abstract] = ACTIONS(3088), + [anon_sym_final] = ACTIONS(3088), + [anon_sym_open] = ACTIONS(3088), + [anon_sym_vararg] = ACTIONS(3088), + [anon_sym_noinline] = ACTIONS(3088), + [anon_sym_crossinline] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3090), + [sym__automatic_semicolon] = ACTIONS(3090), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [2245] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1766), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), + [sym__multiplicative_operator] = STATE(1761), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1760), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(3150), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3152), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3946), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3954), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3956), + [anon_sym_DOT_DOT] = ACTIONS(3958), + [anon_sym_QMARK_COLON] = ACTIONS(3960), + [anon_sym_AMP_AMP] = ACTIONS(3962), + [anon_sym_PIPE_PIPE] = ACTIONS(3964), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_PLUS_EQ] = ACTIONS(3152), + [anon_sym_DASH_EQ] = ACTIONS(3152), + [anon_sym_STAR_EQ] = ACTIONS(3152), + [anon_sym_SLASH_EQ] = ACTIONS(3152), + [anon_sym_PERCENT_EQ] = ACTIONS(3152), + [anon_sym_BANG_EQ] = ACTIONS(3966), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), + [anon_sym_EQ_EQ] = ACTIONS(3966), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), + [anon_sym_LT_EQ] = ACTIONS(3970), + [anon_sym_GT_EQ] = ACTIONS(3970), + [anon_sym_BANGin] = ACTIONS(3972), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(3974), + [anon_sym_DASH] = ACTIONS(3974), + [anon_sym_SLASH] = ACTIONS(3954), + [anon_sym_PERCENT] = ACTIONS(3954), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3150), + [anon_sym_sealed] = ACTIONS(3150), + [anon_sym_annotation] = ACTIONS(3150), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3150), + [anon_sym_lateinit] = ACTIONS(3150), + [anon_sym_public] = ACTIONS(3150), + [anon_sym_private] = ACTIONS(3150), + [anon_sym_internal] = ACTIONS(3150), + [anon_sym_protected] = ACTIONS(3150), + [anon_sym_tailrec] = ACTIONS(3150), + [anon_sym_operator] = ACTIONS(3150), + [anon_sym_infix] = ACTIONS(3150), + [anon_sym_inline] = ACTIONS(3150), + [anon_sym_external] = ACTIONS(3150), + [sym_property_modifier] = ACTIONS(3150), + [anon_sym_abstract] = ACTIONS(3150), + [anon_sym_final] = ACTIONS(3150), + [anon_sym_open] = ACTIONS(3150), + [anon_sym_vararg] = ACTIONS(3150), + [anon_sym_noinline] = ACTIONS(3150), + [anon_sym_crossinline] = ACTIONS(3150), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3152), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [2246] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1766), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), + [sym__multiplicative_operator] = STATE(1761), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1760), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(3142), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3144), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3946), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3954), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3956), + [anon_sym_DOT_DOT] = ACTIONS(3958), + [anon_sym_QMARK_COLON] = ACTIONS(3960), + [anon_sym_AMP_AMP] = ACTIONS(3962), + [anon_sym_PIPE_PIPE] = ACTIONS(3964), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_PLUS_EQ] = ACTIONS(3144), + [anon_sym_DASH_EQ] = ACTIONS(3144), + [anon_sym_STAR_EQ] = ACTIONS(3144), + [anon_sym_SLASH_EQ] = ACTIONS(3144), + [anon_sym_PERCENT_EQ] = ACTIONS(3144), + [anon_sym_BANG_EQ] = ACTIONS(3966), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), + [anon_sym_EQ_EQ] = ACTIONS(3966), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), + [anon_sym_LT_EQ] = ACTIONS(3970), + [anon_sym_GT_EQ] = ACTIONS(3970), + [anon_sym_BANGin] = ACTIONS(3972), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), [anon_sym_PLUS] = ACTIONS(3974), [anon_sym_DASH] = ACTIONS(3974), [anon_sym_SLASH] = ACTIONS(3954), @@ -291985,107 +291970,205 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3094), - [anon_sym_sealed] = ACTIONS(3094), - [anon_sym_annotation] = ACTIONS(3094), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_override] = ACTIONS(3094), - [anon_sym_lateinit] = ACTIONS(3094), - [anon_sym_public] = ACTIONS(3094), - [anon_sym_private] = ACTIONS(3094), - [anon_sym_internal] = ACTIONS(3094), - [anon_sym_protected] = ACTIONS(3094), - [anon_sym_tailrec] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_infix] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym_external] = ACTIONS(3094), - [sym_property_modifier] = ACTIONS(3094), - [anon_sym_abstract] = ACTIONS(3094), - [anon_sym_final] = ACTIONS(3094), - [anon_sym_open] = ACTIONS(3094), - [anon_sym_vararg] = ACTIONS(3094), - [anon_sym_noinline] = ACTIONS(3094), - [anon_sym_crossinline] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3096), - [sym__automatic_semicolon] = ACTIONS(3096), + [anon_sym_suspend] = ACTIONS(3142), + [anon_sym_sealed] = ACTIONS(3142), + [anon_sym_annotation] = ACTIONS(3142), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3142), + [anon_sym_lateinit] = ACTIONS(3142), + [anon_sym_public] = ACTIONS(3142), + [anon_sym_private] = ACTIONS(3142), + [anon_sym_internal] = ACTIONS(3142), + [anon_sym_protected] = ACTIONS(3142), + [anon_sym_tailrec] = ACTIONS(3142), + [anon_sym_operator] = ACTIONS(3142), + [anon_sym_infix] = ACTIONS(3142), + [anon_sym_inline] = ACTIONS(3142), + [anon_sym_external] = ACTIONS(3142), + [sym_property_modifier] = ACTIONS(3142), + [anon_sym_abstract] = ACTIONS(3142), + [anon_sym_final] = ACTIONS(3142), + [anon_sym_open] = ACTIONS(3142), + [anon_sym_vararg] = ACTIONS(3142), + [anon_sym_noinline] = ACTIONS(3142), + [anon_sym_crossinline] = ACTIONS(3142), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3144), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, [2247] = { - [sym_primary_constructor] = STATE(3577), - [sym_class_body] = STATE(3562), - [sym__class_parameters] = STATE(3293), - [sym_type_parameters] = STATE(2250), - [sym_type_constraints] = STATE(3352), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1766), + [sym__comparison_operator] = STATE(1765), + [sym__in_operator] = STATE(1764), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1763), + [sym__multiplicative_operator] = STATE(1761), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1760), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_EQ] = ACTIONS(3095), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3946), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3954), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3956), + [anon_sym_DOT_DOT] = ACTIONS(3958), + [anon_sym_QMARK_COLON] = ACTIONS(3960), + [anon_sym_AMP_AMP] = ACTIONS(3962), + [anon_sym_PIPE_PIPE] = ACTIONS(3964), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(3966), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3968), + [anon_sym_EQ_EQ] = ACTIONS(3966), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3968), + [anon_sym_LT_EQ] = ACTIONS(3970), + [anon_sym_GT_EQ] = ACTIONS(3970), + [anon_sym_BANGin] = ACTIONS(3972), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(3974), + [anon_sym_DASH] = ACTIONS(3974), + [anon_sym_SLASH] = ACTIONS(3954), + [anon_sym_PERCENT] = ACTIONS(3954), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3095), + [anon_sym_sealed] = ACTIONS(3095), + [anon_sym_annotation] = ACTIONS(3095), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3095), + [anon_sym_lateinit] = ACTIONS(3095), + [anon_sym_public] = ACTIONS(3095), + [anon_sym_private] = ACTIONS(3095), + [anon_sym_internal] = ACTIONS(3095), + [anon_sym_protected] = ACTIONS(3095), + [anon_sym_tailrec] = ACTIONS(3095), + [anon_sym_operator] = ACTIONS(3095), + [anon_sym_infix] = ACTIONS(3095), + [anon_sym_inline] = ACTIONS(3095), + [anon_sym_external] = ACTIONS(3095), + [sym_property_modifier] = ACTIONS(3095), + [anon_sym_abstract] = ACTIONS(3095), + [anon_sym_final] = ACTIONS(3095), + [anon_sym_open] = ACTIONS(3095), + [anon_sym_vararg] = ACTIONS(3095), + [anon_sym_noinline] = ACTIONS(3095), + [anon_sym_crossinline] = ACTIONS(3095), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3097), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [2248] = { + [sym_primary_constructor] = STATE(4874), + [sym_class_body] = STATE(5173), + [sym__class_parameters] = STATE(4968), + [sym_type_constraints] = STATE(5062), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5850), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_RPAREN] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_while] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(5846), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5830), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -292113,79 +292196,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [2248] = { - [sym_property_delegate] = STATE(2363), - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_RBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(5728), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(5707), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3628), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_DASH_GT] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2249] = { + [sym_type_constraints] = STATE(2397), + [sym_property_delegate] = STATE(2547), + [sym_getter] = STATE(5363), + [sym_setter] = STATE(5363), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_EQ] = ACTIONS(5848), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(3516), + [anon_sym_where] = ACTIONS(5850), + [anon_sym_object] = ACTIONS(3328), + [anon_sym_fun] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(5852), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [anon_sym_this] = ACTIONS(3328), + [anon_sym_super] = ACTIONS(3328), + [anon_sym_STAR] = ACTIONS(3330), + [sym_label] = ACTIONS(3328), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_null] = ACTIONS(3328), + [anon_sym_if] = ACTIONS(3328), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_when] = ACTIONS(3328), + [anon_sym_try] = ACTIONS(3328), + [anon_sym_throw] = ACTIONS(3328), + [anon_sym_return] = ACTIONS(3328), + [anon_sym_continue] = ACTIONS(3328), + [anon_sym_break] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG] = ACTIONS(3328), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -292210,261 +292280,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - }, - [2249] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(5852), - [anon_sym_RPAREN] = ACTIONS(4287), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4281), - [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4281), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_while] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4284), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4281), - [anon_sym_DASH] = ACTIONS(4281), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4287), - [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_suspend] = ACTIONS(4289), - [anon_sym_sealed] = ACTIONS(4289), - [anon_sym_annotation] = ACTIONS(4289), - [anon_sym_data] = ACTIONS(4281), - [anon_sym_inner] = ACTIONS(4281), - [anon_sym_value] = ACTIONS(4281), - [anon_sym_override] = ACTIONS(4289), - [anon_sym_lateinit] = ACTIONS(4289), - [anon_sym_public] = ACTIONS(4289), - [anon_sym_private] = ACTIONS(4289), - [anon_sym_internal] = ACTIONS(4289), - [anon_sym_protected] = ACTIONS(4289), - [anon_sym_tailrec] = ACTIONS(4289), - [anon_sym_operator] = ACTIONS(4289), - [anon_sym_infix] = ACTIONS(4289), - [anon_sym_inline] = ACTIONS(4289), - [anon_sym_external] = ACTIONS(4289), - [sym_property_modifier] = ACTIONS(4289), - [anon_sym_abstract] = ACTIONS(4289), - [anon_sym_final] = ACTIONS(4289), - [anon_sym_open] = ACTIONS(4289), - [anon_sym_vararg] = ACTIONS(4289), - [anon_sym_noinline] = ACTIONS(4289), - [anon_sym_crossinline] = ACTIONS(4289), - [anon_sym_expect] = ACTIONS(4281), - [anon_sym_actual] = ACTIONS(4281), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4284), - [sym_safe_nav] = ACTIONS(4287), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3330), + [anon_sym_continue_AT] = ACTIONS(3330), + [anon_sym_break_AT] = ACTIONS(3330), + [anon_sym_this_AT] = ACTIONS(3330), + [anon_sym_super_AT] = ACTIONS(3330), + [sym_real_literal] = ACTIONS(3330), + [sym_integer_literal] = ACTIONS(3328), + [sym_hex_literal] = ACTIONS(3330), + [sym_bin_literal] = ACTIONS(3330), + [anon_sym_true] = ACTIONS(3328), + [anon_sym_false] = ACTIONS(3328), + [anon_sym_SQUOTE] = ACTIONS(3330), + [sym__backtick_identifier] = ACTIONS(3330), + [sym__automatic_semicolon] = ACTIONS(3330), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3330), }, [2250] = { - [sym_primary_constructor] = STATE(3580), - [sym_class_body] = STATE(3539), - [sym__class_parameters] = STATE(3293), - [sym_type_constraints] = STATE(3280), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5856), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - }, - [2251] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3173), + [anon_sym_RBRACK] = ACTIONS(3107), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3173), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3107), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3173), - [anon_sym_RPAREN] = ACTIONS(3173), + [anon_sym_COMMA] = ACTIONS(3107), + [anon_sym_RPAREN] = ACTIONS(3107), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(3171), + [anon_sym_where] = ACTIONS(3105), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3173), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(3173), + [anon_sym_DASH_GT] = ACTIONS(3107), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(3171), + [anon_sym_while] = ACTIONS(3105), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), [anon_sym_AMP_AMP] = ACTIONS(4072), - [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(3171), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_else] = ACTIONS(3105), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -292483,186 +292368,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3171), - [anon_sym_sealed] = ACTIONS(3171), - [anon_sym_annotation] = ACTIONS(3171), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3171), - [anon_sym_lateinit] = ACTIONS(3171), - [anon_sym_public] = ACTIONS(3171), - [anon_sym_private] = ACTIONS(3171), - [anon_sym_internal] = ACTIONS(3171), - [anon_sym_protected] = ACTIONS(3171), - [anon_sym_tailrec] = ACTIONS(3171), - [anon_sym_operator] = ACTIONS(3171), - [anon_sym_infix] = ACTIONS(3171), - [anon_sym_inline] = ACTIONS(3171), - [anon_sym_external] = ACTIONS(3171), - [sym_property_modifier] = ACTIONS(3171), - [anon_sym_abstract] = ACTIONS(3171), - [anon_sym_final] = ACTIONS(3171), - [anon_sym_open] = ACTIONS(3171), - [anon_sym_vararg] = ACTIONS(3171), - [anon_sym_noinline] = ACTIONS(3171), - [anon_sym_crossinline] = ACTIONS(3171), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3105), + [anon_sym_sealed] = ACTIONS(3105), + [anon_sym_annotation] = ACTIONS(3105), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3105), + [anon_sym_lateinit] = ACTIONS(3105), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_protected] = ACTIONS(3105), + [anon_sym_tailrec] = ACTIONS(3105), + [anon_sym_operator] = ACTIONS(3105), + [anon_sym_infix] = ACTIONS(3105), + [anon_sym_inline] = ACTIONS(3105), + [anon_sym_external] = ACTIONS(3105), + [sym_property_modifier] = ACTIONS(3105), + [anon_sym_abstract] = ACTIONS(3105), + [anon_sym_final] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_vararg] = ACTIONS(3105), + [anon_sym_noinline] = ACTIONS(3105), + [anon_sym_crossinline] = ACTIONS(3105), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [2252] = { - [sym_primary_constructor] = STATE(3709), - [sym_class_body] = STATE(3968), - [sym__class_parameters] = STATE(3769), - [sym_type_parameters] = STATE(2359), - [sym_type_constraints] = STATE(3712), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3200), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5858), - [anon_sym_LBRACK] = ACTIONS(3206), - [anon_sym_as] = ACTIONS(3200), - [anon_sym_EQ] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3200), - [anon_sym_SEMI] = ACTIONS(3206), - [anon_sym_get] = ACTIONS(3200), - [anon_sym_set] = ACTIONS(3200), - [anon_sym_STAR] = ACTIONS(3200), - [sym_label] = ACTIONS(3206), - [anon_sym_in] = ACTIONS(3200), - [anon_sym_DOT_DOT] = ACTIONS(3206), - [anon_sym_QMARK_COLON] = ACTIONS(3206), - [anon_sym_AMP_AMP] = ACTIONS(3206), - [anon_sym_PIPE_PIPE] = ACTIONS(3206), - [anon_sym_else] = ACTIONS(3200), - [anon_sym_COLON_COLON] = ACTIONS(3206), - [anon_sym_PLUS_EQ] = ACTIONS(3206), - [anon_sym_DASH_EQ] = ACTIONS(3206), - [anon_sym_STAR_EQ] = ACTIONS(3206), - [anon_sym_SLASH_EQ] = ACTIONS(3206), - [anon_sym_PERCENT_EQ] = ACTIONS(3206), - [anon_sym_BANG_EQ] = ACTIONS(3200), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), - [anon_sym_EQ_EQ] = ACTIONS(3200), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), - [anon_sym_LT_EQ] = ACTIONS(3206), - [anon_sym_GT_EQ] = ACTIONS(3206), - [anon_sym_BANGin] = ACTIONS(3206), - [anon_sym_is] = ACTIONS(3200), - [anon_sym_BANGis] = ACTIONS(3206), - [anon_sym_PLUS] = ACTIONS(3200), - [anon_sym_DASH] = ACTIONS(3200), - [anon_sym_SLASH] = ACTIONS(3200), - [anon_sym_PERCENT] = ACTIONS(3200), - [anon_sym_as_QMARK] = ACTIONS(3206), - [anon_sym_PLUS_PLUS] = ACTIONS(3206), - [anon_sym_DASH_DASH] = ACTIONS(3206), - [anon_sym_BANG_BANG] = ACTIONS(3206), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3206), - [sym__automatic_semicolon] = ACTIONS(3206), - [sym_safe_nav] = ACTIONS(3206), - [sym_multiline_comment] = ACTIONS(3), - }, - [2253] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [2251] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3158), + [anon_sym_RBRACK] = ACTIONS(3103), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3158), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3103), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3158), - [anon_sym_RPAREN] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3103), + [anon_sym_RPAREN] = ACTIONS(3103), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(3156), + [anon_sym_where] = ACTIONS(3101), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(3158), + [anon_sym_DASH_GT] = ACTIONS(3103), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(3156), + [anon_sym_while] = ACTIONS(3101), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), - [anon_sym_AMP_AMP] = ACTIONS(4072), - [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(3156), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_else] = ACTIONS(3101), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -292681,97 +292467,196 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3156), - [anon_sym_sealed] = ACTIONS(3156), - [anon_sym_annotation] = ACTIONS(3156), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3156), - [anon_sym_lateinit] = ACTIONS(3156), - [anon_sym_public] = ACTIONS(3156), - [anon_sym_private] = ACTIONS(3156), - [anon_sym_internal] = ACTIONS(3156), - [anon_sym_protected] = ACTIONS(3156), - [anon_sym_tailrec] = ACTIONS(3156), - [anon_sym_operator] = ACTIONS(3156), - [anon_sym_infix] = ACTIONS(3156), - [anon_sym_inline] = ACTIONS(3156), - [anon_sym_external] = ACTIONS(3156), - [sym_property_modifier] = ACTIONS(3156), - [anon_sym_abstract] = ACTIONS(3156), - [anon_sym_final] = ACTIONS(3156), - [anon_sym_open] = ACTIONS(3156), - [anon_sym_vararg] = ACTIONS(3156), - [anon_sym_noinline] = ACTIONS(3156), - [anon_sym_crossinline] = ACTIONS(3156), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3101), + [anon_sym_sealed] = ACTIONS(3101), + [anon_sym_annotation] = ACTIONS(3101), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3101), + [anon_sym_lateinit] = ACTIONS(3101), + [anon_sym_public] = ACTIONS(3101), + [anon_sym_private] = ACTIONS(3101), + [anon_sym_internal] = ACTIONS(3101), + [anon_sym_protected] = ACTIONS(3101), + [anon_sym_tailrec] = ACTIONS(3101), + [anon_sym_operator] = ACTIONS(3101), + [anon_sym_infix] = ACTIONS(3101), + [anon_sym_inline] = ACTIONS(3101), + [anon_sym_external] = ACTIONS(3101), + [sym_property_modifier] = ACTIONS(3101), + [anon_sym_abstract] = ACTIONS(3101), + [anon_sym_final] = ACTIONS(3101), + [anon_sym_open] = ACTIONS(3101), + [anon_sym_vararg] = ACTIONS(3101), + [anon_sym_noinline] = ACTIONS(3101), + [anon_sym_crossinline] = ACTIONS(3101), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [2254] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [2252] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2169), + [sym__comparison_operator] = STATE(2168), + [sym__in_operator] = STATE(2167), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2166), + [sym__multiplicative_operator] = STATE(2165), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2164), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3160), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5858), + [anon_sym_object] = ACTIONS(3158), + [anon_sym_fun] = ACTIONS(3158), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3158), + [anon_sym_super] = ACTIONS(3158), + [anon_sym_STAR] = ACTIONS(5860), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5862), + [anon_sym_DOT_DOT] = ACTIONS(5864), + [anon_sym_QMARK_COLON] = ACTIONS(5866), + [anon_sym_AMP_AMP] = ACTIONS(5868), + [anon_sym_PIPE_PIPE] = ACTIONS(5870), + [anon_sym_null] = ACTIONS(3158), + [anon_sym_if] = ACTIONS(3158), + [anon_sym_else] = ACTIONS(3158), + [anon_sym_when] = ACTIONS(3158), + [anon_sym_try] = ACTIONS(3158), + [anon_sym_throw] = ACTIONS(3158), + [anon_sym_return] = ACTIONS(3158), + [anon_sym_continue] = ACTIONS(3158), + [anon_sym_break] = ACTIONS(3158), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(5872), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5874), + [anon_sym_EQ_EQ] = ACTIONS(5872), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5874), + [anon_sym_LT_EQ] = ACTIONS(5876), + [anon_sym_GT_EQ] = ACTIONS(5876), + [anon_sym_BANGin] = ACTIONS(5878), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5880), + [anon_sym_DASH] = ACTIONS(5880), + [anon_sym_SLASH] = ACTIONS(5882), + [anon_sym_PERCENT] = ACTIONS(5860), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3158), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3160), + [anon_sym_continue_AT] = ACTIONS(3160), + [anon_sym_break_AT] = ACTIONS(3160), + [anon_sym_this_AT] = ACTIONS(3160), + [anon_sym_super_AT] = ACTIONS(3160), + [sym_real_literal] = ACTIONS(3160), + [sym_integer_literal] = ACTIONS(3158), + [sym_hex_literal] = ACTIONS(3160), + [sym_bin_literal] = ACTIONS(3160), + [anon_sym_true] = ACTIONS(3158), + [anon_sym_false] = ACTIONS(3158), + [anon_sym_SQUOTE] = ACTIONS(3160), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3160), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3160), + }, + [2253] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3184), + [anon_sym_RBRACK] = ACTIONS(3180), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3184), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3180), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3184), - [anon_sym_RPAREN] = ACTIONS(3184), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(3182), + [anon_sym_COMMA] = ACTIONS(3180), + [anon_sym_RPAREN] = ACTIONS(3180), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_where] = ACTIONS(3178), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(3184), + [anon_sym_DASH_GT] = ACTIONS(3180), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(3182), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_while] = ACTIONS(3178), [anon_sym_DOT_DOT] = ACTIONS(4068), - [anon_sym_QMARK_COLON] = ACTIONS(4070), - [anon_sym_AMP_AMP] = ACTIONS(4072), - [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(3182), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_else] = ACTIONS(3178), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(4076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), - [anon_sym_EQ_EQ] = ACTIONS(4076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4078), - [anon_sym_LT_EQ] = ACTIONS(4080), - [anon_sym_GT_EQ] = ACTIONS(4080), - [anon_sym_BANGin] = ACTIONS(4082), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), [anon_sym_PLUS] = ACTIONS(4084), [anon_sym_DASH] = ACTIONS(4084), [anon_sym_SLASH] = ACTIONS(4086), @@ -292780,94 +292665,193 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3182), - [anon_sym_sealed] = ACTIONS(3182), - [anon_sym_annotation] = ACTIONS(3182), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3182), - [anon_sym_lateinit] = ACTIONS(3182), - [anon_sym_public] = ACTIONS(3182), - [anon_sym_private] = ACTIONS(3182), - [anon_sym_internal] = ACTIONS(3182), - [anon_sym_protected] = ACTIONS(3182), - [anon_sym_tailrec] = ACTIONS(3182), - [anon_sym_operator] = ACTIONS(3182), - [anon_sym_infix] = ACTIONS(3182), - [anon_sym_inline] = ACTIONS(3182), - [anon_sym_external] = ACTIONS(3182), - [sym_property_modifier] = ACTIONS(3182), - [anon_sym_abstract] = ACTIONS(3182), - [anon_sym_final] = ACTIONS(3182), - [anon_sym_open] = ACTIONS(3182), - [anon_sym_vararg] = ACTIONS(3182), - [anon_sym_noinline] = ACTIONS(3182), - [anon_sym_crossinline] = ACTIONS(3182), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3178), + [anon_sym_sealed] = ACTIONS(3178), + [anon_sym_annotation] = ACTIONS(3178), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3178), + [anon_sym_lateinit] = ACTIONS(3178), + [anon_sym_public] = ACTIONS(3178), + [anon_sym_private] = ACTIONS(3178), + [anon_sym_internal] = ACTIONS(3178), + [anon_sym_protected] = ACTIONS(3178), + [anon_sym_tailrec] = ACTIONS(3178), + [anon_sym_operator] = ACTIONS(3178), + [anon_sym_infix] = ACTIONS(3178), + [anon_sym_inline] = ACTIONS(3178), + [anon_sym_external] = ACTIONS(3178), + [sym_property_modifier] = ACTIONS(3178), + [anon_sym_abstract] = ACTIONS(3178), + [anon_sym_final] = ACTIONS(3178), + [anon_sym_open] = ACTIONS(3178), + [anon_sym_vararg] = ACTIONS(3178), + [anon_sym_noinline] = ACTIONS(3178), + [anon_sym_crossinline] = ACTIONS(3178), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, + [2254] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1718), + [sym__comparison_operator] = STATE(1717), + [sym__in_operator] = STATE(1716), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(3185), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_RBRACK] = ACTIONS(3187), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_COMMA] = ACTIONS(3187), + [anon_sym_RPAREN] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_where] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(4064), + [anon_sym_DASH_GT] = ACTIONS(3187), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_while] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(4084), + [anon_sym_DASH] = ACTIONS(4084), + [anon_sym_SLASH] = ACTIONS(4086), + [anon_sym_PERCENT] = ACTIONS(4064), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3185), + [anon_sym_sealed] = ACTIONS(3185), + [anon_sym_annotation] = ACTIONS(3185), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_override] = ACTIONS(3185), + [anon_sym_lateinit] = ACTIONS(3185), + [anon_sym_public] = ACTIONS(3185), + [anon_sym_private] = ACTIONS(3185), + [anon_sym_internal] = ACTIONS(3185), + [anon_sym_protected] = ACTIONS(3185), + [anon_sym_tailrec] = ACTIONS(3185), + [anon_sym_operator] = ACTIONS(3185), + [anon_sym_infix] = ACTIONS(3185), + [anon_sym_inline] = ACTIONS(3185), + [anon_sym_external] = ACTIONS(3185), + [sym_property_modifier] = ACTIONS(3185), + [anon_sym_abstract] = ACTIONS(3185), + [anon_sym_final] = ACTIONS(3185), + [anon_sym_open] = ACTIONS(3185), + [anon_sym_vararg] = ACTIONS(3185), + [anon_sym_noinline] = ACTIONS(3185), + [anon_sym_crossinline] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3187), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, [2255] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3115), + [anon_sym_RBRACK] = ACTIONS(3119), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3119), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3115), - [anon_sym_RPAREN] = ACTIONS(3115), + [anon_sym_COMMA] = ACTIONS(3119), + [anon_sym_RPAREN] = ACTIONS(3119), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(3113), + [anon_sym_GT] = ACTIONS(3117), + [anon_sym_where] = ACTIONS(3117), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3119), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(3115), + [anon_sym_DASH_GT] = ACTIONS(3119), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(3113), + [anon_sym_while] = ACTIONS(3117), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), - [anon_sym_AMP_AMP] = ACTIONS(4072), - [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(3113), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_else] = ACTIONS(3117), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(4076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), - [anon_sym_EQ_EQ] = ACTIONS(4076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4078), - [anon_sym_LT_EQ] = ACTIONS(4080), - [anon_sym_GT_EQ] = ACTIONS(4080), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), [anon_sym_BANGin] = ACTIONS(4082), [anon_sym_is] = ACTIONS(3612), [anon_sym_BANGis] = ACTIONS(3614), @@ -292879,810 +292863,1008 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3113), - [anon_sym_sealed] = ACTIONS(3113), - [anon_sym_annotation] = ACTIONS(3113), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3113), - [anon_sym_lateinit] = ACTIONS(3113), - [anon_sym_public] = ACTIONS(3113), - [anon_sym_private] = ACTIONS(3113), - [anon_sym_internal] = ACTIONS(3113), - [anon_sym_protected] = ACTIONS(3113), - [anon_sym_tailrec] = ACTIONS(3113), - [anon_sym_operator] = ACTIONS(3113), - [anon_sym_infix] = ACTIONS(3113), - [anon_sym_inline] = ACTIONS(3113), - [anon_sym_external] = ACTIONS(3113), - [sym_property_modifier] = ACTIONS(3113), - [anon_sym_abstract] = ACTIONS(3113), - [anon_sym_final] = ACTIONS(3113), - [anon_sym_open] = ACTIONS(3113), - [anon_sym_vararg] = ACTIONS(3113), - [anon_sym_noinline] = ACTIONS(3113), - [anon_sym_crossinline] = ACTIONS(3113), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3117), + [anon_sym_sealed] = ACTIONS(3117), + [anon_sym_annotation] = ACTIONS(3117), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3117), + [anon_sym_lateinit] = ACTIONS(3117), + [anon_sym_public] = ACTIONS(3117), + [anon_sym_private] = ACTIONS(3117), + [anon_sym_internal] = ACTIONS(3117), + [anon_sym_protected] = ACTIONS(3117), + [anon_sym_tailrec] = ACTIONS(3117), + [anon_sym_operator] = ACTIONS(3117), + [anon_sym_infix] = ACTIONS(3117), + [anon_sym_inline] = ACTIONS(3117), + [anon_sym_external] = ACTIONS(3117), + [sym_property_modifier] = ACTIONS(3117), + [anon_sym_abstract] = ACTIONS(3117), + [anon_sym_final] = ACTIONS(3117), + [anon_sym_open] = ACTIONS(3117), + [anon_sym_vararg] = ACTIONS(3117), + [anon_sym_noinline] = ACTIONS(3117), + [anon_sym_crossinline] = ACTIONS(3117), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, [2256] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(3186), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3188), + [anon_sym_RBRACK] = ACTIONS(3123), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3188), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3123), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3188), - [anon_sym_RPAREN] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_where] = ACTIONS(3186), + [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_RPAREN] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_where] = ACTIONS(3121), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3188), - [anon_sym_DASH_GT] = ACTIONS(3188), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4064), + [anon_sym_DASH_GT] = ACTIONS(3123), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_while] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [anon_sym_else] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_while] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(4068), + [anon_sym_QMARK_COLON] = ACTIONS(4070), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_else] = ACTIONS(3121), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [anon_sym_PLUS] = ACTIONS(3186), - [anon_sym_DASH] = ACTIONS(3186), - [anon_sym_SLASH] = ACTIONS(3186), - [anon_sym_PERCENT] = ACTIONS(3188), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(4084), + [anon_sym_DASH] = ACTIONS(4084), + [anon_sym_SLASH] = ACTIONS(4086), + [anon_sym_PERCENT] = ACTIONS(4064), [anon_sym_as_QMARK] = ACTIONS(3618), [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [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_value] = 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(3188), + [anon_sym_suspend] = ACTIONS(3121), + [anon_sym_sealed] = ACTIONS(3121), + [anon_sym_annotation] = ACTIONS(3121), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3121), + [anon_sym_lateinit] = ACTIONS(3121), + [anon_sym_public] = ACTIONS(3121), + [anon_sym_private] = ACTIONS(3121), + [anon_sym_internal] = ACTIONS(3121), + [anon_sym_protected] = ACTIONS(3121), + [anon_sym_tailrec] = ACTIONS(3121), + [anon_sym_operator] = ACTIONS(3121), + [anon_sym_infix] = ACTIONS(3121), + [anon_sym_inline] = ACTIONS(3121), + [anon_sym_external] = ACTIONS(3121), + [sym_property_modifier] = ACTIONS(3121), + [anon_sym_abstract] = ACTIONS(3121), + [anon_sym_final] = ACTIONS(3121), + [anon_sym_open] = ACTIONS(3121), + [anon_sym_vararg] = ACTIONS(3121), + [anon_sym_noinline] = ACTIONS(3121), + [anon_sym_crossinline] = ACTIONS(3121), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, [2257] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(5860), - [anon_sym_RPAREN] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4262), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [anon_sym_while] = ACTIONS(4267), - [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(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4262), - [sym_safe_nav] = ACTIONS(4265), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1718), + [sym__comparison_operator] = STATE(1717), + [sym__in_operator] = STATE(1716), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(3128), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_RBRACK] = ACTIONS(3130), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_COMMA] = ACTIONS(3130), + [anon_sym_RPAREN] = ACTIONS(3130), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_where] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(4064), + [anon_sym_DASH_GT] = ACTIONS(3130), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_while] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(4086), + [anon_sym_PERCENT] = ACTIONS(4064), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3128), + [anon_sym_sealed] = ACTIONS(3128), + [anon_sym_annotation] = ACTIONS(3128), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_override] = ACTIONS(3128), + [anon_sym_lateinit] = ACTIONS(3128), + [anon_sym_public] = ACTIONS(3128), + [anon_sym_private] = ACTIONS(3128), + [anon_sym_internal] = ACTIONS(3128), + [anon_sym_protected] = ACTIONS(3128), + [anon_sym_tailrec] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_infix] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym_external] = ACTIONS(3128), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3128), + [anon_sym_final] = ACTIONS(3128), + [anon_sym_open] = ACTIONS(3128), + [anon_sym_vararg] = ACTIONS(3128), + [anon_sym_noinline] = ACTIONS(3128), + [anon_sym_crossinline] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), }, [2258] = { - [sym_primary_constructor] = STATE(3579), - [sym__class_parameters] = STATE(3293), - [sym_type_constraints] = STATE(3325), - [sym_enum_class_body] = STATE(3539), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5864), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1718), + [sym__comparison_operator] = STATE(1717), + [sym__in_operator] = STATE(1716), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(3135), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_RBRACK] = ACTIONS(3137), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_COMMA] = ACTIONS(3137), + [anon_sym_RPAREN] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_where] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3137), + [anon_sym_DASH_GT] = ACTIONS(3137), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_while] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3137), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3135), + [anon_sym_sealed] = ACTIONS(3135), + [anon_sym_annotation] = ACTIONS(3135), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_override] = ACTIONS(3135), + [anon_sym_lateinit] = ACTIONS(3135), + [anon_sym_public] = ACTIONS(3135), + [anon_sym_private] = ACTIONS(3135), + [anon_sym_internal] = ACTIONS(3135), + [anon_sym_protected] = ACTIONS(3135), + [anon_sym_tailrec] = ACTIONS(3135), + [anon_sym_operator] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_inline] = ACTIONS(3135), + [anon_sym_external] = ACTIONS(3135), + [sym_property_modifier] = ACTIONS(3135), + [anon_sym_abstract] = ACTIONS(3135), + [anon_sym_final] = ACTIONS(3135), + [anon_sym_open] = ACTIONS(3135), + [anon_sym_vararg] = ACTIONS(3135), + [anon_sym_noinline] = ACTIONS(3135), + [anon_sym_crossinline] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3137), + [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, [2259] = { - [sym_primary_constructor] = STATE(3700), - [sym_class_body] = STATE(3847), - [sym__class_parameters] = STATE(3769), - [sym_type_parameters] = STATE(2344), - [sym_type_constraints] = STATE(3737), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5866), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2169), + [sym__comparison_operator] = STATE(2168), + [sym__in_operator] = STATE(2167), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2166), + [sym__multiplicative_operator] = STATE(2165), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2164), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(3185), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_object] = ACTIONS(3185), + [anon_sym_fun] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_this] = ACTIONS(3185), + [anon_sym_super] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(5860), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_null] = ACTIONS(3185), + [anon_sym_if] = ACTIONS(3185), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_when] = ACTIONS(3185), + [anon_sym_try] = ACTIONS(3185), + [anon_sym_throw] = ACTIONS(3185), + [anon_sym_return] = ACTIONS(3185), + [anon_sym_continue] = ACTIONS(3185), + [anon_sym_break] = ACTIONS(3185), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(5880), + [anon_sym_DASH] = ACTIONS(5880), + [anon_sym_SLASH] = ACTIONS(5882), + [anon_sym_PERCENT] = ACTIONS(5860), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3185), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3187), + [anon_sym_continue_AT] = ACTIONS(3187), + [anon_sym_break_AT] = ACTIONS(3187), + [anon_sym_this_AT] = ACTIONS(3187), + [anon_sym_super_AT] = ACTIONS(3187), + [sym_real_literal] = ACTIONS(3187), + [sym_integer_literal] = ACTIONS(3185), + [sym_hex_literal] = ACTIONS(3187), + [sym_bin_literal] = ACTIONS(3187), + [anon_sym_true] = ACTIONS(3185), + [anon_sym_false] = ACTIONS(3185), + [anon_sym_SQUOTE] = ACTIONS(3187), + [sym__backtick_identifier] = ACTIONS(3187), + [sym__automatic_semicolon] = ACTIONS(3187), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3187), }, [2260] = { - [sym_primary_constructor] = STATE(3377), - [sym__class_parameters] = STATE(3769), - [sym_type_constraints] = STATE(3753), - [sym_enum_class_body] = STATE(3953), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5868), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2169), + [sym__comparison_operator] = STATE(2168), + [sym__in_operator] = STATE(2167), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2166), + [sym__multiplicative_operator] = STATE(2165), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2164), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3180), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_object] = ACTIONS(3178), + [anon_sym_fun] = ACTIONS(3178), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3178), + [anon_sym_super] = ACTIONS(3178), + [anon_sym_STAR] = ACTIONS(5860), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_DOT_DOT] = ACTIONS(5864), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_null] = ACTIONS(3178), + [anon_sym_if] = ACTIONS(3178), + [anon_sym_else] = ACTIONS(3178), + [anon_sym_when] = ACTIONS(3178), + [anon_sym_try] = ACTIONS(3178), + [anon_sym_throw] = ACTIONS(3178), + [anon_sym_return] = ACTIONS(3178), + [anon_sym_continue] = ACTIONS(3178), + [anon_sym_break] = ACTIONS(3178), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), + [anon_sym_PLUS] = ACTIONS(5880), + [anon_sym_DASH] = ACTIONS(5880), + [anon_sym_SLASH] = ACTIONS(5882), + [anon_sym_PERCENT] = ACTIONS(5860), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3178), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3180), + [anon_sym_continue_AT] = ACTIONS(3180), + [anon_sym_break_AT] = ACTIONS(3180), + [anon_sym_this_AT] = ACTIONS(3180), + [anon_sym_super_AT] = ACTIONS(3180), + [sym_real_literal] = ACTIONS(3180), + [sym_integer_literal] = ACTIONS(3178), + [sym_hex_literal] = ACTIONS(3180), + [sym_bin_literal] = ACTIONS(3180), + [anon_sym_true] = ACTIONS(3178), + [anon_sym_false] = ACTIONS(3178), + [anon_sym_SQUOTE] = ACTIONS(3180), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3180), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3180), }, [2261] = { - [sym_primary_constructor] = STATE(3390), - [sym_class_body] = STATE(3956), - [sym__class_parameters] = STATE(3769), - [sym_type_constraints] = STATE(3721), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5870), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [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(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2169), + [sym__comparison_operator] = STATE(2168), + [sym__in_operator] = STATE(2167), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2166), + [sym__multiplicative_operator] = STATE(2165), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2164), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5858), + [anon_sym_object] = ACTIONS(3101), + [anon_sym_fun] = ACTIONS(3101), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3101), + [anon_sym_super] = ACTIONS(3101), + [anon_sym_STAR] = ACTIONS(5860), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5862), + [anon_sym_DOT_DOT] = ACTIONS(5864), + [anon_sym_QMARK_COLON] = ACTIONS(5866), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_null] = ACTIONS(3101), + [anon_sym_if] = ACTIONS(3101), + [anon_sym_else] = ACTIONS(3101), + [anon_sym_when] = ACTIONS(3101), + [anon_sym_try] = ACTIONS(3101), + [anon_sym_throw] = ACTIONS(3101), + [anon_sym_return] = ACTIONS(3101), + [anon_sym_continue] = ACTIONS(3101), + [anon_sym_break] = ACTIONS(3101), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(5872), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5874), + [anon_sym_EQ_EQ] = ACTIONS(5872), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5874), + [anon_sym_LT_EQ] = ACTIONS(5876), + [anon_sym_GT_EQ] = ACTIONS(5876), + [anon_sym_BANGin] = ACTIONS(5878), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5880), + [anon_sym_DASH] = ACTIONS(5880), + [anon_sym_SLASH] = ACTIONS(5882), + [anon_sym_PERCENT] = ACTIONS(5860), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3101), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [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(3103), + [anon_sym_continue_AT] = ACTIONS(3103), + [anon_sym_break_AT] = ACTIONS(3103), + [anon_sym_this_AT] = ACTIONS(3103), + [anon_sym_super_AT] = ACTIONS(3103), + [sym_real_literal] = ACTIONS(3103), + [sym_integer_literal] = ACTIONS(3101), + [sym_hex_literal] = ACTIONS(3103), + [sym_bin_literal] = ACTIONS(3103), + [anon_sym_true] = ACTIONS(3101), + [anon_sym_false] = ACTIONS(3101), + [anon_sym_SQUOTE] = ACTIONS(3103), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3103), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3103), }, [2262] = { - [sym_primary_constructor] = STATE(4941), - [sym__class_parameters] = STATE(5039), - [sym_type_parameters] = STATE(2318), - [sym_type_constraints] = STATE(5056), - [sym_enum_class_body] = STATE(5123), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5872), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5770), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2169), + [sym__comparison_operator] = STATE(2168), + [sym__in_operator] = STATE(2167), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2166), + [sym__multiplicative_operator] = STATE(2165), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2164), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5858), + [anon_sym_object] = ACTIONS(3105), + [anon_sym_fun] = ACTIONS(3105), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3105), + [anon_sym_super] = ACTIONS(3105), + [anon_sym_STAR] = ACTIONS(5860), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5862), + [anon_sym_DOT_DOT] = ACTIONS(5864), + [anon_sym_QMARK_COLON] = ACTIONS(5866), + [anon_sym_AMP_AMP] = ACTIONS(5868), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_null] = ACTIONS(3105), + [anon_sym_if] = ACTIONS(3105), + [anon_sym_else] = ACTIONS(3105), + [anon_sym_when] = ACTIONS(3105), + [anon_sym_try] = ACTIONS(3105), + [anon_sym_throw] = ACTIONS(3105), + [anon_sym_return] = ACTIONS(3105), + [anon_sym_continue] = ACTIONS(3105), + [anon_sym_break] = ACTIONS(3105), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(5872), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5874), + [anon_sym_EQ_EQ] = ACTIONS(5872), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5874), + [anon_sym_LT_EQ] = ACTIONS(5876), + [anon_sym_GT_EQ] = ACTIONS(5876), + [anon_sym_BANGin] = ACTIONS(5878), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5880), + [anon_sym_DASH] = ACTIONS(5880), + [anon_sym_SLASH] = ACTIONS(5882), + [anon_sym_PERCENT] = ACTIONS(5860), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3105), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3107), + [anon_sym_continue_AT] = ACTIONS(3107), + [anon_sym_break_AT] = ACTIONS(3107), + [anon_sym_this_AT] = ACTIONS(3107), + [anon_sym_super_AT] = ACTIONS(3107), + [sym_real_literal] = ACTIONS(3107), + [sym_integer_literal] = ACTIONS(3105), + [sym_hex_literal] = ACTIONS(3107), + [sym_bin_literal] = ACTIONS(3107), + [anon_sym_true] = ACTIONS(3105), + [anon_sym_false] = ACTIONS(3105), + [anon_sym_SQUOTE] = ACTIONS(3107), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3107), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3107), }, [2263] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2179), - [sym__comparison_operator] = STATE(2178), - [sym__in_operator] = STATE(2177), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2176), - [sym__multiplicative_operator] = STATE(2175), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2174), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1718), + [sym__comparison_operator] = STATE(1717), + [sym__in_operator] = STATE(1716), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(3088), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5874), - [anon_sym_object] = ACTIONS(3113), - [anon_sym_fun] = ACTIONS(3113), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3113), - [anon_sym_super] = ACTIONS(3113), - [anon_sym_STAR] = ACTIONS(5876), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5878), - [anon_sym_DOT_DOT] = ACTIONS(5880), - [anon_sym_QMARK_COLON] = ACTIONS(5882), - [anon_sym_AMP_AMP] = ACTIONS(5884), - [anon_sym_PIPE_PIPE] = ACTIONS(5886), - [anon_sym_null] = ACTIONS(3113), - [anon_sym_if] = ACTIONS(3113), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_when] = ACTIONS(3113), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_RBRACK] = ACTIONS(3090), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_COMMA] = ACTIONS(3090), + [anon_sym_RPAREN] = ACTIONS(3090), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_where] = ACTIONS(3088), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(4064), + [anon_sym_DASH_GT] = ACTIONS(3090), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_while] = ACTIONS(3088), + [anon_sym_DOT_DOT] = ACTIONS(4068), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_else] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), + [anon_sym_PLUS] = ACTIONS(4084), + [anon_sym_DASH] = ACTIONS(4084), + [anon_sym_SLASH] = ACTIONS(4086), + [anon_sym_PERCENT] = ACTIONS(4064), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3088), + [anon_sym_sealed] = ACTIONS(3088), + [anon_sym_annotation] = ACTIONS(3088), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_override] = ACTIONS(3088), + [anon_sym_lateinit] = ACTIONS(3088), + [anon_sym_public] = ACTIONS(3088), + [anon_sym_private] = ACTIONS(3088), + [anon_sym_internal] = ACTIONS(3088), + [anon_sym_protected] = ACTIONS(3088), + [anon_sym_tailrec] = ACTIONS(3088), + [anon_sym_operator] = ACTIONS(3088), + [anon_sym_infix] = ACTIONS(3088), + [anon_sym_inline] = ACTIONS(3088), + [anon_sym_external] = ACTIONS(3088), + [sym_property_modifier] = ACTIONS(3088), + [anon_sym_abstract] = ACTIONS(3088), + [anon_sym_final] = ACTIONS(3088), + [anon_sym_open] = ACTIONS(3088), + [anon_sym_vararg] = ACTIONS(3088), + [anon_sym_noinline] = ACTIONS(3088), + [anon_sym_crossinline] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3090), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [2264] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1718), + [sym__comparison_operator] = STATE(1717), + [sym__in_operator] = STATE(1716), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_RBRACK] = ACTIONS(3152), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3152), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_COMMA] = ACTIONS(3152), + [anon_sym_RPAREN] = ACTIONS(3152), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4056), + [anon_sym_where] = ACTIONS(3150), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4064), + [anon_sym_DASH_GT] = ACTIONS(3152), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4066), + [anon_sym_while] = ACTIONS(3150), + [anon_sym_DOT_DOT] = ACTIONS(4068), + [anon_sym_QMARK_COLON] = ACTIONS(4070), + [anon_sym_AMP_AMP] = ACTIONS(4072), + [anon_sym_PIPE_PIPE] = ACTIONS(4074), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_BANG_EQ] = ACTIONS(4076), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), + [anon_sym_EQ_EQ] = ACTIONS(4076), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4078), + [anon_sym_LT_EQ] = ACTIONS(4080), + [anon_sym_GT_EQ] = ACTIONS(4080), + [anon_sym_BANGin] = ACTIONS(4082), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4084), + [anon_sym_DASH] = ACTIONS(4084), + [anon_sym_SLASH] = ACTIONS(4086), + [anon_sym_PERCENT] = ACTIONS(4064), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3150), + [anon_sym_sealed] = ACTIONS(3150), + [anon_sym_annotation] = ACTIONS(3150), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3150), + [anon_sym_lateinit] = ACTIONS(3150), + [anon_sym_public] = ACTIONS(3150), + [anon_sym_private] = ACTIONS(3150), + [anon_sym_internal] = ACTIONS(3150), + [anon_sym_protected] = ACTIONS(3150), + [anon_sym_tailrec] = ACTIONS(3150), + [anon_sym_operator] = ACTIONS(3150), + [anon_sym_infix] = ACTIONS(3150), + [anon_sym_inline] = ACTIONS(3150), + [anon_sym_external] = ACTIONS(3150), + [sym_property_modifier] = ACTIONS(3150), + [anon_sym_abstract] = ACTIONS(3150), + [anon_sym_final] = ACTIONS(3150), + [anon_sym_open] = ACTIONS(3150), + [anon_sym_vararg] = ACTIONS(3150), + [anon_sym_noinline] = ACTIONS(3150), + [anon_sym_crossinline] = ACTIONS(3150), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [2265] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2169), + [sym__comparison_operator] = STATE(2168), + [sym__in_operator] = STATE(2167), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2166), + [sym__multiplicative_operator] = STATE(2165), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2164), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5858), + [anon_sym_object] = ACTIONS(3113), + [anon_sym_fun] = ACTIONS(3113), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3113), + [anon_sym_super] = ACTIONS(3113), + [anon_sym_STAR] = ACTIONS(5860), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5862), + [anon_sym_DOT_DOT] = ACTIONS(5864), + [anon_sym_QMARK_COLON] = ACTIONS(5866), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_null] = ACTIONS(3113), + [anon_sym_if] = ACTIONS(3113), + [anon_sym_else] = ACTIONS(3113), + [anon_sym_when] = ACTIONS(3113), [anon_sym_try] = ACTIONS(3113), [anon_sym_throw] = ACTIONS(3113), [anon_sym_return] = ACTIONS(3113), [anon_sym_continue] = ACTIONS(3113), [anon_sym_break] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(5888), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5890), - [anon_sym_EQ_EQ] = ACTIONS(5888), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5890), - [anon_sym_LT_EQ] = ACTIONS(5892), - [anon_sym_GT_EQ] = ACTIONS(5892), - [anon_sym_BANGin] = ACTIONS(5894), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5896), - [anon_sym_DASH] = ACTIONS(5896), - [anon_sym_SLASH] = ACTIONS(5898), - [anon_sym_PERCENT] = ACTIONS(5876), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(5876), + [anon_sym_GT_EQ] = ACTIONS(5876), + [anon_sym_BANGin] = ACTIONS(5878), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5880), + [anon_sym_DASH] = ACTIONS(5880), + [anon_sym_SLASH] = ACTIONS(5882), + [anon_sym_PERCENT] = ACTIONS(5860), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), [anon_sym_BANG] = ACTIONS(3113), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(3115), [anon_sym_continue_AT] = ACTIONS(3115), @@ -293698,253 +293880,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE] = ACTIONS(3115), [sym__backtick_identifier] = ACTIONS(1788), [sym__automatic_semicolon] = ACTIONS(3115), - [sym_safe_nav] = ACTIONS(4613), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3115), }, - [2264] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2179), - [sym__comparison_operator] = STATE(2178), - [sym__in_operator] = STATE(2177), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2176), - [sym__multiplicative_operator] = STATE(2175), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2174), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(3094), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_object] = ACTIONS(3094), - [anon_sym_fun] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_this] = ACTIONS(3094), - [anon_sym_super] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(5876), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_null] = ACTIONS(3094), - [anon_sym_if] = ACTIONS(3094), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_when] = ACTIONS(3094), - [anon_sym_try] = ACTIONS(3094), - [anon_sym_throw] = ACTIONS(3094), - [anon_sym_return] = ACTIONS(3094), - [anon_sym_continue] = ACTIONS(3094), - [anon_sym_break] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(5896), - [anon_sym_DASH] = ACTIONS(5896), - [anon_sym_SLASH] = ACTIONS(5898), - [anon_sym_PERCENT] = ACTIONS(5876), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3094), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3096), - [anon_sym_continue_AT] = ACTIONS(3096), - [anon_sym_break_AT] = ACTIONS(3096), - [anon_sym_this_AT] = ACTIONS(3096), - [anon_sym_super_AT] = ACTIONS(3096), - [sym_real_literal] = ACTIONS(3096), - [sym_integer_literal] = ACTIONS(3094), - [sym_hex_literal] = ACTIONS(3096), - [sym_bin_literal] = ACTIONS(3096), - [anon_sym_true] = ACTIONS(3094), - [anon_sym_false] = ACTIONS(3094), - [anon_sym_SQUOTE] = ACTIONS(3096), - [sym__backtick_identifier] = ACTIONS(3096), - [sym__automatic_semicolon] = ACTIONS(3096), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3096), - }, - [2265] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2179), - [sym__comparison_operator] = STATE(2178), - [sym__in_operator] = STATE(2177), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2176), - [sym__multiplicative_operator] = STATE(2175), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2174), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_object] = ACTIONS(3125), - [anon_sym_fun] = ACTIONS(3125), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3125), - [anon_sym_super] = ACTIONS(3125), - [anon_sym_STAR] = ACTIONS(5876), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(5880), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_null] = ACTIONS(3125), - [anon_sym_if] = ACTIONS(3125), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_when] = ACTIONS(3125), - [anon_sym_try] = ACTIONS(3125), - [anon_sym_throw] = ACTIONS(3125), - [anon_sym_return] = ACTIONS(3125), - [anon_sym_continue] = ACTIONS(3125), - [anon_sym_break] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(5896), - [anon_sym_DASH] = ACTIONS(5896), - [anon_sym_SLASH] = ACTIONS(5898), - [anon_sym_PERCENT] = ACTIONS(5876), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3125), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3127), - [anon_sym_continue_AT] = ACTIONS(3127), - [anon_sym_break_AT] = ACTIONS(3127), - [anon_sym_this_AT] = ACTIONS(3127), - [anon_sym_super_AT] = ACTIONS(3127), - [sym_real_literal] = ACTIONS(3127), - [sym_integer_literal] = ACTIONS(3125), - [sym_hex_literal] = ACTIONS(3127), - [sym_bin_literal] = ACTIONS(3127), - [anon_sym_true] = ACTIONS(3125), - [anon_sym_false] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3127), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3127), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3127), - }, [2266] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2179), - [sym__comparison_operator] = STATE(2178), - [sym__in_operator] = STATE(2177), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2176), - [sym__multiplicative_operator] = STATE(2175), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2174), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2169), + [sym__comparison_operator] = STATE(2168), + [sym__in_operator] = STATE(2167), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2166), + [sym__multiplicative_operator] = STATE(2165), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2164), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), [anon_sym_RBRACE] = ACTIONS(3119), - [anon_sym_LPAREN] = ACTIONS(4593), + [anon_sym_LPAREN] = ACTIONS(4515), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5874), + [anon_sym_GT] = ACTIONS(3117), [anon_sym_object] = ACTIONS(3117), [anon_sym_fun] = ACTIONS(3117), - [anon_sym_DOT] = ACTIONS(4597), + [anon_sym_DOT] = ACTIONS(4519), [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_this] = ACTIONS(3117), [anon_sym_super] = ACTIONS(3117), - [anon_sym_STAR] = ACTIONS(5876), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5878), - [anon_sym_DOT_DOT] = ACTIONS(5880), - [anon_sym_QMARK_COLON] = ACTIONS(5882), + [anon_sym_STAR] = ACTIONS(5860), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5862), + [anon_sym_DOT_DOT] = ACTIONS(5864), + [anon_sym_QMARK_COLON] = ACTIONS(5866), [anon_sym_AMP_AMP] = ACTIONS(3119), [anon_sym_PIPE_PIPE] = ACTIONS(3119), [anon_sym_null] = ACTIONS(3117), @@ -293956,30 +293940,30 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(3117), [anon_sym_continue] = ACTIONS(3117), [anon_sym_break] = ACTIONS(3117), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(5888), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5890), - [anon_sym_EQ_EQ] = ACTIONS(5888), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5890), - [anon_sym_LT_EQ] = ACTIONS(5892), - [anon_sym_GT_EQ] = ACTIONS(5892), - [anon_sym_BANGin] = ACTIONS(5894), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5896), - [anon_sym_DASH] = ACTIONS(5896), - [anon_sym_SLASH] = ACTIONS(5898), - [anon_sym_PERCENT] = ACTIONS(5876), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(5878), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5880), + [anon_sym_DASH] = ACTIONS(5880), + [anon_sym_SLASH] = ACTIONS(5882), + [anon_sym_PERCENT] = ACTIONS(5860), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), [anon_sym_BANG] = ACTIONS(3117), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(3119), [anon_sym_continue_AT] = ACTIONS(3119), @@ -293995,654 +293979,555 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE] = ACTIONS(3119), [sym__backtick_identifier] = ACTIONS(1788), [sym__automatic_semicolon] = ACTIONS(3119), - [sym_safe_nav] = ACTIONS(4613), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(3119), }, [2267] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2179), - [sym__comparison_operator] = STATE(2178), - [sym__in_operator] = STATE(2177), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2176), - [sym__multiplicative_operator] = STATE(2175), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2174), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2169), + [sym__comparison_operator] = STATE(2168), + [sym__in_operator] = STATE(2167), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2166), + [sym__multiplicative_operator] = STATE(2165), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2164), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3138), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5874), - [anon_sym_object] = ACTIONS(3136), - [anon_sym_fun] = ACTIONS(3136), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3136), - [anon_sym_super] = ACTIONS(3136), - [anon_sym_STAR] = ACTIONS(5876), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5878), - [anon_sym_DOT_DOT] = ACTIONS(5880), - [anon_sym_QMARK_COLON] = ACTIONS(5882), - [anon_sym_AMP_AMP] = ACTIONS(5884), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [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(4613), - [anon_sym_BANG_EQ] = ACTIONS(5888), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5890), - [anon_sym_EQ_EQ] = ACTIONS(5888), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5890), - [anon_sym_LT_EQ] = ACTIONS(5892), - [anon_sym_GT_EQ] = ACTIONS(5892), - [anon_sym_BANGin] = ACTIONS(5894), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5896), - [anon_sym_DASH] = ACTIONS(5896), - [anon_sym_SLASH] = ACTIONS(5898), - [anon_sym_PERCENT] = ACTIONS(5876), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3136), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3138), - [anon_sym_continue_AT] = ACTIONS(3138), - [anon_sym_break_AT] = ACTIONS(3138), - [anon_sym_this_AT] = ACTIONS(3138), - [anon_sym_super_AT] = ACTIONS(3138), - [sym_real_literal] = ACTIONS(3138), - [sym_integer_literal] = ACTIONS(3136), - [sym_hex_literal] = ACTIONS(3138), - [sym_bin_literal] = ACTIONS(3138), - [anon_sym_true] = ACTIONS(3136), - [anon_sym_false] = ACTIONS(3136), - [anon_sym_SQUOTE] = ACTIONS(3138), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_object] = ACTIONS(3121), + [anon_sym_fun] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3121), + [anon_sym_super] = ACTIONS(3121), + [anon_sym_STAR] = ACTIONS(5860), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(5864), + [anon_sym_QMARK_COLON] = ACTIONS(5866), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_null] = ACTIONS(3121), + [anon_sym_if] = ACTIONS(3121), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_when] = ACTIONS(3121), + [anon_sym_try] = ACTIONS(3121), + [anon_sym_throw] = ACTIONS(3121), + [anon_sym_return] = ACTIONS(3121), + [anon_sym_continue] = ACTIONS(3121), + [anon_sym_break] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(5880), + [anon_sym_DASH] = ACTIONS(5880), + [anon_sym_SLASH] = ACTIONS(5882), + [anon_sym_PERCENT] = ACTIONS(5860), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3123), + [anon_sym_continue_AT] = ACTIONS(3123), + [anon_sym_break_AT] = ACTIONS(3123), + [anon_sym_this_AT] = ACTIONS(3123), + [anon_sym_super_AT] = ACTIONS(3123), + [sym_real_literal] = ACTIONS(3123), + [sym_integer_literal] = ACTIONS(3121), + [sym_hex_literal] = ACTIONS(3123), + [sym_bin_literal] = ACTIONS(3123), + [anon_sym_true] = ACTIONS(3121), + [anon_sym_false] = ACTIONS(3121), + [anon_sym_SQUOTE] = ACTIONS(3123), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3138), - [sym_safe_nav] = ACTIONS(4613), + [sym__automatic_semicolon] = ACTIONS(3123), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3138), + [sym__string_start] = ACTIONS(3123), }, [2268] = { - [sym_primary_constructor] = STATE(4766), - [sym_class_body] = STATE(4759), - [sym__class_parameters] = STATE(4662), - [sym_type_constraints] = STATE(4624), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5900), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5598), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [anon_sym_while] = ACTIONS(3270), - [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(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [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(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1718), + [sym__comparison_operator] = STATE(1717), + [sym__in_operator] = STATE(1716), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_RBRACK] = ACTIONS(3144), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3144), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_COMMA] = ACTIONS(3144), + [anon_sym_RPAREN] = ACTIONS(3144), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4056), + [anon_sym_where] = ACTIONS(3142), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4064), + [anon_sym_DASH_GT] = ACTIONS(3144), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4066), + [anon_sym_while] = ACTIONS(3142), + [anon_sym_DOT_DOT] = ACTIONS(4068), + [anon_sym_QMARK_COLON] = ACTIONS(4070), + [anon_sym_AMP_AMP] = ACTIONS(4072), + [anon_sym_PIPE_PIPE] = ACTIONS(4074), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_BANG_EQ] = ACTIONS(4076), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), + [anon_sym_EQ_EQ] = ACTIONS(4076), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4078), + [anon_sym_LT_EQ] = ACTIONS(4080), + [anon_sym_GT_EQ] = ACTIONS(4080), + [anon_sym_BANGin] = ACTIONS(4082), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4084), + [anon_sym_DASH] = ACTIONS(4084), + [anon_sym_SLASH] = ACTIONS(4086), + [anon_sym_PERCENT] = ACTIONS(4064), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3142), + [anon_sym_sealed] = ACTIONS(3142), + [anon_sym_annotation] = ACTIONS(3142), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3142), + [anon_sym_lateinit] = ACTIONS(3142), + [anon_sym_public] = ACTIONS(3142), + [anon_sym_private] = ACTIONS(3142), + [anon_sym_internal] = ACTIONS(3142), + [anon_sym_protected] = ACTIONS(3142), + [anon_sym_tailrec] = ACTIONS(3142), + [anon_sym_operator] = ACTIONS(3142), + [anon_sym_infix] = ACTIONS(3142), + [anon_sym_inline] = ACTIONS(3142), + [anon_sym_external] = ACTIONS(3142), + [sym_property_modifier] = ACTIONS(3142), + [anon_sym_abstract] = ACTIONS(3142), + [anon_sym_final] = ACTIONS(3142), + [anon_sym_open] = ACTIONS(3142), + [anon_sym_vararg] = ACTIONS(3142), + [anon_sym_noinline] = ACTIONS(3142), + [anon_sym_crossinline] = ACTIONS(3142), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, [2269] = { - [sym_type_constraints] = STATE(2389), - [sym_property_delegate] = STATE(2592), - [sym_getter] = STATE(5335), - [sym_setter] = STATE(5335), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_EQ] = ACTIONS(5902), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(3516), - [anon_sym_where] = ACTIONS(5904), - [anon_sym_object] = ACTIONS(3358), - [anon_sym_fun] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(5906), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(3358), - [anon_sym_super] = ACTIONS(3358), - [anon_sym_STAR] = ACTIONS(3360), - [sym_label] = ACTIONS(3358), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_null] = ACTIONS(3358), - [anon_sym_if] = ACTIONS(3358), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_when] = ACTIONS(3358), - [anon_sym_try] = ACTIONS(3358), - [anon_sym_throw] = ACTIONS(3358), - [anon_sym_return] = ACTIONS(3358), - [anon_sym_continue] = ACTIONS(3358), - [anon_sym_break] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG] = ACTIONS(3358), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3360), - [anon_sym_continue_AT] = ACTIONS(3360), - [anon_sym_break_AT] = ACTIONS(3360), - [anon_sym_this_AT] = ACTIONS(3360), - [anon_sym_super_AT] = ACTIONS(3360), - [sym_real_literal] = ACTIONS(3360), - [sym_integer_literal] = ACTIONS(3358), - [sym_hex_literal] = ACTIONS(3360), - [sym_bin_literal] = ACTIONS(3360), - [anon_sym_true] = ACTIONS(3358), - [anon_sym_false] = ACTIONS(3358), - [anon_sym_SQUOTE] = ACTIONS(3360), - [sym__backtick_identifier] = ACTIONS(3360), - [sym__automatic_semicolon] = ACTIONS(3360), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3360), + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2169), + [sym__comparison_operator] = STATE(2168), + [sym__in_operator] = STATE(2167), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2166), + [sym__multiplicative_operator] = STATE(2165), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2164), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(3128), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_object] = ACTIONS(3128), + [anon_sym_fun] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_this] = ACTIONS(3128), + [anon_sym_super] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(5860), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_null] = ACTIONS(3128), + [anon_sym_if] = ACTIONS(3128), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_when] = ACTIONS(3128), + [anon_sym_try] = ACTIONS(3128), + [anon_sym_throw] = ACTIONS(3128), + [anon_sym_return] = ACTIONS(3128), + [anon_sym_continue] = ACTIONS(3128), + [anon_sym_break] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(5882), + [anon_sym_PERCENT] = ACTIONS(5860), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3128), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3130), + [anon_sym_continue_AT] = ACTIONS(3130), + [anon_sym_break_AT] = ACTIONS(3130), + [anon_sym_this_AT] = ACTIONS(3130), + [anon_sym_super_AT] = ACTIONS(3130), + [sym_real_literal] = ACTIONS(3130), + [sym_integer_literal] = ACTIONS(3128), + [sym_hex_literal] = ACTIONS(3130), + [sym_bin_literal] = ACTIONS(3130), + [anon_sym_true] = ACTIONS(3128), + [anon_sym_false] = ACTIONS(3128), + [anon_sym_SQUOTE] = ACTIONS(3130), + [sym__backtick_identifier] = ACTIONS(3130), + [sym__automatic_semicolon] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3130), }, [2270] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2179), - [sym__comparison_operator] = STATE(2178), - [sym__in_operator] = STATE(2177), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2176), - [sym__multiplicative_operator] = STATE(2175), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2174), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2169), + [sym__comparison_operator] = STATE(2168), + [sym__in_operator] = STATE(2167), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2166), + [sym__multiplicative_operator] = STATE(2165), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2164), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(3135), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3142), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5874), - [anon_sym_object] = ACTIONS(3140), - [anon_sym_fun] = ACTIONS(3140), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3140), - [anon_sym_super] = ACTIONS(3140), - [anon_sym_STAR] = ACTIONS(5876), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5878), - [anon_sym_DOT_DOT] = ACTIONS(5880), - [anon_sym_QMARK_COLON] = ACTIONS(5882), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_null] = ACTIONS(3140), - [anon_sym_if] = ACTIONS(3140), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_when] = ACTIONS(3140), - [anon_sym_try] = ACTIONS(3140), - [anon_sym_throw] = ACTIONS(3140), - [anon_sym_return] = ACTIONS(3140), - [anon_sym_continue] = ACTIONS(3140), - [anon_sym_break] = ACTIONS(3140), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), - [anon_sym_LT_EQ] = ACTIONS(5892), - [anon_sym_GT_EQ] = ACTIONS(5892), - [anon_sym_BANGin] = ACTIONS(5894), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5896), - [anon_sym_DASH] = ACTIONS(5896), - [anon_sym_SLASH] = ACTIONS(5898), - [anon_sym_PERCENT] = ACTIONS(5876), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3140), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3142), - [anon_sym_continue_AT] = ACTIONS(3142), - [anon_sym_break_AT] = ACTIONS(3142), - [anon_sym_this_AT] = ACTIONS(3142), - [anon_sym_super_AT] = ACTIONS(3142), - [sym_real_literal] = ACTIONS(3142), - [sym_integer_literal] = ACTIONS(3140), - [sym_hex_literal] = ACTIONS(3142), - [sym_bin_literal] = ACTIONS(3142), - [anon_sym_true] = ACTIONS(3140), - [anon_sym_false] = ACTIONS(3140), - [anon_sym_SQUOTE] = ACTIONS(3142), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3142), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3142), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_object] = ACTIONS(3135), + [anon_sym_fun] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_this] = ACTIONS(3135), + [anon_sym_super] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3137), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_null] = ACTIONS(3135), + [anon_sym_if] = ACTIONS(3135), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_when] = ACTIONS(3135), + [anon_sym_try] = ACTIONS(3135), + [anon_sym_throw] = ACTIONS(3135), + [anon_sym_return] = ACTIONS(3135), + [anon_sym_continue] = ACTIONS(3135), + [anon_sym_break] = ACTIONS(3135), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3137), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3135), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3137), + [anon_sym_continue_AT] = ACTIONS(3137), + [anon_sym_break_AT] = ACTIONS(3137), + [anon_sym_this_AT] = ACTIONS(3137), + [anon_sym_super_AT] = ACTIONS(3137), + [sym_real_literal] = ACTIONS(3137), + [sym_integer_literal] = ACTIONS(3135), + [sym_hex_literal] = ACTIONS(3137), + [sym_bin_literal] = ACTIONS(3137), + [anon_sym_true] = ACTIONS(3135), + [anon_sym_false] = ACTIONS(3135), + [anon_sym_SQUOTE] = ACTIONS(3137), + [sym__backtick_identifier] = ACTIONS(3137), + [sym__automatic_semicolon] = ACTIONS(3137), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3137), }, [2271] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2179), - [sym__comparison_operator] = STATE(2178), - [sym__in_operator] = STATE(2177), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2176), - [sym__multiplicative_operator] = STATE(2175), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2174), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1718), + [sym__comparison_operator] = STATE(1717), + [sym__in_operator] = STATE(1716), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3146), - [anon_sym_LPAREN] = ACTIONS(4593), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_RBRACK] = ACTIONS(3097), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_RPAREN] = ACTIONS(3097), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_object] = ACTIONS(3144), - [anon_sym_fun] = ACTIONS(3144), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3144), - [anon_sym_super] = ACTIONS(3144), - [anon_sym_STAR] = ACTIONS(5876), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5878), - [anon_sym_DOT_DOT] = ACTIONS(5880), - [anon_sym_QMARK_COLON] = ACTIONS(5882), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_null] = ACTIONS(3144), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_when] = ACTIONS(3144), - [anon_sym_try] = ACTIONS(3144), - [anon_sym_throw] = ACTIONS(3144), - [anon_sym_return] = ACTIONS(3144), - [anon_sym_continue] = ACTIONS(3144), - [anon_sym_break] = ACTIONS(3144), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(5894), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5896), - [anon_sym_DASH] = ACTIONS(5896), - [anon_sym_SLASH] = ACTIONS(5898), - [anon_sym_PERCENT] = ACTIONS(5876), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3144), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3146), - [anon_sym_continue_AT] = ACTIONS(3146), - [anon_sym_break_AT] = ACTIONS(3146), - [anon_sym_this_AT] = ACTIONS(3146), - [anon_sym_super_AT] = ACTIONS(3146), - [sym_real_literal] = ACTIONS(3146), - [sym_integer_literal] = ACTIONS(3144), - [sym_hex_literal] = ACTIONS(3146), - [sym_bin_literal] = ACTIONS(3146), - [anon_sym_true] = ACTIONS(3144), - [anon_sym_false] = ACTIONS(3144), - [anon_sym_SQUOTE] = ACTIONS(3146), + [anon_sym_GT] = ACTIONS(4056), + [anon_sym_where] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4064), + [anon_sym_DASH_GT] = ACTIONS(3097), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4066), + [anon_sym_while] = ACTIONS(3095), + [anon_sym_DOT_DOT] = ACTIONS(4068), + [anon_sym_QMARK_COLON] = ACTIONS(4070), + [anon_sym_AMP_AMP] = ACTIONS(4072), + [anon_sym_PIPE_PIPE] = ACTIONS(4074), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_BANG_EQ] = ACTIONS(4076), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), + [anon_sym_EQ_EQ] = ACTIONS(4076), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4078), + [anon_sym_LT_EQ] = ACTIONS(4080), + [anon_sym_GT_EQ] = ACTIONS(4080), + [anon_sym_BANGin] = ACTIONS(4082), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4084), + [anon_sym_DASH] = ACTIONS(4084), + [anon_sym_SLASH] = ACTIONS(4086), + [anon_sym_PERCENT] = ACTIONS(4064), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3095), + [anon_sym_sealed] = ACTIONS(3095), + [anon_sym_annotation] = ACTIONS(3095), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3095), + [anon_sym_lateinit] = ACTIONS(3095), + [anon_sym_public] = ACTIONS(3095), + [anon_sym_private] = ACTIONS(3095), + [anon_sym_internal] = ACTIONS(3095), + [anon_sym_protected] = ACTIONS(3095), + [anon_sym_tailrec] = ACTIONS(3095), + [anon_sym_operator] = ACTIONS(3095), + [anon_sym_infix] = ACTIONS(3095), + [anon_sym_inline] = ACTIONS(3095), + [anon_sym_external] = ACTIONS(3095), + [sym_property_modifier] = ACTIONS(3095), + [anon_sym_abstract] = ACTIONS(3095), + [anon_sym_final] = ACTIONS(3095), + [anon_sym_open] = ACTIONS(3095), + [anon_sym_vararg] = ACTIONS(3095), + [anon_sym_noinline] = ACTIONS(3095), + [anon_sym_crossinline] = ACTIONS(3095), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3146), - [sym_safe_nav] = ACTIONS(4613), + [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3146), }, [2272] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2179), - [sym__comparison_operator] = STATE(2178), - [sym__in_operator] = STATE(2177), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2176), - [sym__multiplicative_operator] = STATE(2175), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2174), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3160), - [anon_sym_super] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(5876), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(5880), - [anon_sym_QMARK_COLON] = ACTIONS(5882), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [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(4613), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(5896), - [anon_sym_DASH] = ACTIONS(5896), - [anon_sym_SLASH] = ACTIONS(5898), - [anon_sym_PERCENT] = ACTIONS(5876), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3162), - [anon_sym_continue_AT] = ACTIONS(3162), - [anon_sym_break_AT] = ACTIONS(3162), - [anon_sym_this_AT] = ACTIONS(3162), - [anon_sym_super_AT] = ACTIONS(3162), - [sym_real_literal] = ACTIONS(3162), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3162), - [sym_bin_literal] = ACTIONS(3162), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3162), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3162), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3162), - }, - [2273] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3169), + [anon_sym_RBRACK] = ACTIONS(3148), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3169), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3148), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3169), - [anon_sym_RPAREN] = ACTIONS(3169), + [anon_sym_COMMA] = ACTIONS(3148), + [anon_sym_RPAREN] = ACTIONS(3148), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(3167), + [anon_sym_where] = ACTIONS(3146), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(3169), + [anon_sym_DASH_GT] = ACTIONS(3148), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(3167), + [anon_sym_while] = ACTIONS(3146), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), [anon_sym_AMP_AMP] = ACTIONS(4072), [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(3167), + [anon_sym_else] = ACTIONS(3146), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -294661,302 +294546,401 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3167), - [anon_sym_sealed] = ACTIONS(3167), - [anon_sym_annotation] = ACTIONS(3167), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3167), - [anon_sym_lateinit] = ACTIONS(3167), - [anon_sym_public] = ACTIONS(3167), - [anon_sym_private] = ACTIONS(3167), - [anon_sym_internal] = ACTIONS(3167), - [anon_sym_protected] = ACTIONS(3167), - [anon_sym_tailrec] = ACTIONS(3167), - [anon_sym_operator] = ACTIONS(3167), - [anon_sym_infix] = ACTIONS(3167), - [anon_sym_inline] = ACTIONS(3167), - [anon_sym_external] = ACTIONS(3167), - [sym_property_modifier] = ACTIONS(3167), - [anon_sym_abstract] = ACTIONS(3167), - [anon_sym_final] = ACTIONS(3167), - [anon_sym_open] = ACTIONS(3167), - [anon_sym_vararg] = ACTIONS(3167), - [anon_sym_noinline] = ACTIONS(3167), - [anon_sym_crossinline] = ACTIONS(3167), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3146), + [anon_sym_sealed] = ACTIONS(3146), + [anon_sym_annotation] = ACTIONS(3146), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3146), + [anon_sym_lateinit] = ACTIONS(3146), + [anon_sym_public] = ACTIONS(3146), + [anon_sym_private] = ACTIONS(3146), + [anon_sym_internal] = ACTIONS(3146), + [anon_sym_protected] = ACTIONS(3146), + [anon_sym_tailrec] = ACTIONS(3146), + [anon_sym_operator] = ACTIONS(3146), + [anon_sym_infix] = ACTIONS(3146), + [anon_sym_inline] = ACTIONS(3146), + [anon_sym_external] = ACTIONS(3146), + [sym_property_modifier] = ACTIONS(3146), + [anon_sym_abstract] = ACTIONS(3146), + [anon_sym_final] = ACTIONS(3146), + [anon_sym_open] = ACTIONS(3146), + [anon_sym_vararg] = ACTIONS(3146), + [anon_sym_noinline] = ACTIONS(3146), + [anon_sym_crossinline] = ACTIONS(3146), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, + [2273] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2169), + [sym__comparison_operator] = STATE(2168), + [sym__in_operator] = STATE(2167), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2166), + [sym__multiplicative_operator] = STATE(2165), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2164), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(3088), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_object] = ACTIONS(3088), + [anon_sym_fun] = ACTIONS(3088), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_this] = ACTIONS(3088), + [anon_sym_super] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(5860), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_DOT_DOT] = ACTIONS(5864), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_null] = ACTIONS(3088), + [anon_sym_if] = ACTIONS(3088), + [anon_sym_else] = ACTIONS(3088), + [anon_sym_when] = ACTIONS(3088), + [anon_sym_try] = ACTIONS(3088), + [anon_sym_throw] = ACTIONS(3088), + [anon_sym_return] = ACTIONS(3088), + [anon_sym_continue] = ACTIONS(3088), + [anon_sym_break] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), + [anon_sym_PLUS] = ACTIONS(5880), + [anon_sym_DASH] = ACTIONS(5880), + [anon_sym_SLASH] = ACTIONS(5882), + [anon_sym_PERCENT] = ACTIONS(5860), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3088), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3090), + [anon_sym_continue_AT] = ACTIONS(3090), + [anon_sym_break_AT] = ACTIONS(3090), + [anon_sym_this_AT] = ACTIONS(3090), + [anon_sym_super_AT] = ACTIONS(3090), + [sym_real_literal] = ACTIONS(3090), + [sym_integer_literal] = ACTIONS(3088), + [sym_hex_literal] = ACTIONS(3090), + [sym_bin_literal] = ACTIONS(3090), + [anon_sym_true] = ACTIONS(3088), + [anon_sym_false] = ACTIONS(3088), + [anon_sym_SQUOTE] = ACTIONS(3090), + [sym__backtick_identifier] = ACTIONS(3090), + [sym__automatic_semicolon] = ACTIONS(3090), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3090), + }, [2274] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2179), - [sym__comparison_operator] = STATE(2178), - [sym__in_operator] = STATE(2177), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2176), - [sym__multiplicative_operator] = STATE(2175), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2174), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(3193), + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2169), + [sym__comparison_operator] = STATE(2168), + [sym__in_operator] = STATE(2167), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2166), + [sym__multiplicative_operator] = STATE(2165), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2164), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_object] = ACTIONS(3193), - [anon_sym_fun] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_this] = ACTIONS(3193), - [anon_sym_super] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(5876), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_null] = ACTIONS(3193), - [anon_sym_if] = ACTIONS(3193), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_when] = ACTIONS(3193), - [anon_sym_try] = ACTIONS(3193), - [anon_sym_throw] = ACTIONS(3193), - [anon_sym_return] = ACTIONS(3193), - [anon_sym_continue] = ACTIONS(3193), - [anon_sym_break] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(5898), - [anon_sym_PERCENT] = ACTIONS(5876), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3193), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3195), - [anon_sym_continue_AT] = ACTIONS(3195), - [anon_sym_break_AT] = ACTIONS(3195), - [anon_sym_this_AT] = ACTIONS(3195), - [anon_sym_super_AT] = ACTIONS(3195), - [sym_real_literal] = ACTIONS(3195), - [sym_integer_literal] = ACTIONS(3193), - [sym_hex_literal] = ACTIONS(3195), - [sym_bin_literal] = ACTIONS(3195), - [anon_sym_true] = ACTIONS(3193), - [anon_sym_false] = ACTIONS(3193), - [anon_sym_SQUOTE] = ACTIONS(3195), - [sym__backtick_identifier] = ACTIONS(3195), - [sym__automatic_semicolon] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3195), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3152), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5858), + [anon_sym_object] = ACTIONS(3150), + [anon_sym_fun] = ACTIONS(3150), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3150), + [anon_sym_super] = ACTIONS(3150), + [anon_sym_STAR] = ACTIONS(5860), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5862), + [anon_sym_DOT_DOT] = ACTIONS(5864), + [anon_sym_QMARK_COLON] = ACTIONS(5866), + [anon_sym_AMP_AMP] = ACTIONS(5868), + [anon_sym_PIPE_PIPE] = ACTIONS(5870), + [anon_sym_null] = ACTIONS(3150), + [anon_sym_if] = ACTIONS(3150), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_when] = ACTIONS(3150), + [anon_sym_try] = ACTIONS(3150), + [anon_sym_throw] = ACTIONS(3150), + [anon_sym_return] = ACTIONS(3150), + [anon_sym_continue] = ACTIONS(3150), + [anon_sym_break] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(5872), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5874), + [anon_sym_EQ_EQ] = ACTIONS(5872), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5874), + [anon_sym_LT_EQ] = ACTIONS(5876), + [anon_sym_GT_EQ] = ACTIONS(5876), + [anon_sym_BANGin] = ACTIONS(5878), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5880), + [anon_sym_DASH] = ACTIONS(5880), + [anon_sym_SLASH] = ACTIONS(5882), + [anon_sym_PERCENT] = ACTIONS(5860), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3150), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3152), + [anon_sym_continue_AT] = ACTIONS(3152), + [anon_sym_break_AT] = ACTIONS(3152), + [anon_sym_this_AT] = ACTIONS(3152), + [anon_sym_super_AT] = ACTIONS(3152), + [sym_real_literal] = ACTIONS(3152), + [sym_integer_literal] = ACTIONS(3150), + [sym_hex_literal] = ACTIONS(3152), + [sym_bin_literal] = ACTIONS(3152), + [anon_sym_true] = ACTIONS(3150), + [anon_sym_false] = ACTIONS(3150), + [anon_sym_SQUOTE] = ACTIONS(3152), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3152), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3152), }, [2275] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2179), - [sym__comparison_operator] = STATE(2178), - [sym__in_operator] = STATE(2177), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2176), - [sym__multiplicative_operator] = STATE(2175), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2174), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(3186), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_object] = ACTIONS(3186), - [anon_sym_fun] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_this] = ACTIONS(3186), - [anon_sym_super] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3188), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [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(4613), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [anon_sym_PLUS] = ACTIONS(3186), - [anon_sym_DASH] = ACTIONS(3186), - [anon_sym_SLASH] = ACTIONS(3186), - [anon_sym_PERCENT] = ACTIONS(3188), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3186), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3186), - [anon_sym_inner] = ACTIONS(3186), - [anon_sym_value] = ACTIONS(3186), - [anon_sym_expect] = ACTIONS(3186), - [anon_sym_actual] = ACTIONS(3186), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3188), - [anon_sym_continue_AT] = ACTIONS(3188), - [anon_sym_break_AT] = ACTIONS(3188), - [anon_sym_this_AT] = ACTIONS(3188), - [anon_sym_super_AT] = ACTIONS(3188), - [sym_real_literal] = ACTIONS(3188), - [sym_integer_literal] = ACTIONS(3186), - [sym_hex_literal] = ACTIONS(3188), - [sym_bin_literal] = ACTIONS(3188), - [anon_sym_true] = ACTIONS(3186), - [anon_sym_false] = ACTIONS(3186), - [anon_sym_SQUOTE] = ACTIONS(3188), - [sym__backtick_identifier] = ACTIONS(3188), - [sym__automatic_semicolon] = ACTIONS(3188), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3188), + [sym_primary_constructor] = STATE(3595), + [sym__class_parameters] = STATE(3281), + [sym_type_constraints] = STATE(3336), + [sym_enum_class_body] = STATE(3498), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5884), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_RPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_while] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), }, [2276] = { - [sym_primary_constructor] = STATE(3376), - [sym_class_body] = STATE(3953), - [sym__class_parameters] = STATE(3769), - [sym_type_constraints] = STATE(3786), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [sym_primary_constructor] = STATE(3705), + [sym_class_body] = STATE(3957), + [sym__class_parameters] = STATE(3750), + [sym_type_parameters] = STATE(2335), + [sym_type_constraints] = STATE(3748), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5912), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_COLON] = ACTIONS(5886), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_EQ] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3254), + [sym_label] = ACTIONS(3258), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [anon_sym_else] = ACTIONS(3254), + [anon_sym_COLON_COLON] = ACTIONS(3258), + [anon_sym_PLUS_EQ] = ACTIONS(3258), + [anon_sym_DASH_EQ] = ACTIONS(3258), + [anon_sym_STAR_EQ] = ACTIONS(3258), + [anon_sym_SLASH_EQ] = ACTIONS(3258), + [anon_sym_PERCENT_EQ] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [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(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG_BANG] = ACTIONS(3258), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -294984,61 +294968,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3258), + [sym__automatic_semicolon] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), [sym_multiline_comment] = ACTIONS(3), }, [2277] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3134), + [anon_sym_RBRACK] = ACTIONS(3164), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3134), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3164), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3134), - [anon_sym_RPAREN] = ACTIONS(3134), + [anon_sym_COMMA] = ACTIONS(3164), + [anon_sym_RPAREN] = ACTIONS(3164), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(3132), + [anon_sym_where] = ACTIONS(3162), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3164), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(3134), + [anon_sym_DASH_GT] = ACTIONS(3164), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(3132), + [anon_sym_while] = ACTIONS(3162), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), [anon_sym_AMP_AMP] = ACTIONS(4072), [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(3132), + [anon_sym_else] = ACTIONS(3162), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -295057,203 +295041,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3132), - [anon_sym_sealed] = ACTIONS(3132), - [anon_sym_annotation] = ACTIONS(3132), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3132), - [anon_sym_lateinit] = ACTIONS(3132), - [anon_sym_public] = ACTIONS(3132), - [anon_sym_private] = ACTIONS(3132), - [anon_sym_internal] = ACTIONS(3132), - [anon_sym_protected] = ACTIONS(3132), - [anon_sym_tailrec] = ACTIONS(3132), - [anon_sym_operator] = ACTIONS(3132), - [anon_sym_infix] = ACTIONS(3132), - [anon_sym_inline] = ACTIONS(3132), - [anon_sym_external] = ACTIONS(3132), - [sym_property_modifier] = ACTIONS(3132), - [anon_sym_abstract] = ACTIONS(3132), - [anon_sym_final] = ACTIONS(3132), - [anon_sym_open] = ACTIONS(3132), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3162), + [anon_sym_sealed] = ACTIONS(3162), + [anon_sym_annotation] = ACTIONS(3162), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3162), + [anon_sym_lateinit] = ACTIONS(3162), + [anon_sym_public] = ACTIONS(3162), + [anon_sym_private] = ACTIONS(3162), + [anon_sym_internal] = ACTIONS(3162), + [anon_sym_protected] = ACTIONS(3162), + [anon_sym_tailrec] = ACTIONS(3162), + [anon_sym_operator] = ACTIONS(3162), + [anon_sym_infix] = ACTIONS(3162), + [anon_sym_inline] = ACTIONS(3162), + [anon_sym_external] = ACTIONS(3162), + [sym_property_modifier] = ACTIONS(3162), + [anon_sym_abstract] = ACTIONS(3162), + [anon_sym_final] = ACTIONS(3162), + [anon_sym_open] = ACTIONS(3162), + [anon_sym_vararg] = ACTIONS(3162), + [anon_sym_noinline] = ACTIONS(3162), + [anon_sym_crossinline] = ACTIONS(3162), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, [2278] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2179), - [sym__comparison_operator] = STATE(2178), - [sym__in_operator] = STATE(2177), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2176), - [sym__multiplicative_operator] = STATE(2175), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2174), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(3175), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_object] = ACTIONS(3175), - [anon_sym_fun] = ACTIONS(3175), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_this] = ACTIONS(3175), - [anon_sym_super] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(5876), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(5880), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_null] = ACTIONS(3175), - [anon_sym_if] = ACTIONS(3175), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_when] = ACTIONS(3175), - [anon_sym_try] = ACTIONS(3175), - [anon_sym_throw] = ACTIONS(3175), - [anon_sym_return] = ACTIONS(3175), - [anon_sym_continue] = ACTIONS(3175), - [anon_sym_break] = ACTIONS(3175), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(5896), - [anon_sym_DASH] = ACTIONS(5896), - [anon_sym_SLASH] = ACTIONS(5898), - [anon_sym_PERCENT] = ACTIONS(5876), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3175), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3177), - [anon_sym_continue_AT] = ACTIONS(3177), - [anon_sym_break_AT] = ACTIONS(3177), - [anon_sym_this_AT] = ACTIONS(3177), - [anon_sym_super_AT] = ACTIONS(3177), - [sym_real_literal] = ACTIONS(3177), - [sym_integer_literal] = ACTIONS(3175), - [sym_hex_literal] = ACTIONS(3177), - [sym_bin_literal] = ACTIONS(3177), - [anon_sym_true] = ACTIONS(3175), - [anon_sym_false] = ACTIONS(3175), - [anon_sym_SQUOTE] = ACTIONS(3177), - [sym__backtick_identifier] = ACTIONS(3177), - [sym__automatic_semicolon] = ACTIONS(3177), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3177), + [sym_primary_constructor] = STATE(3695), + [sym__class_parameters] = STATE(3750), + [sym_type_parameters] = STATE(2377), + [sym_type_constraints] = STATE(3735), + [sym_enum_class_body] = STATE(4012), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5888), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_EQ] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_PLUS_EQ] = ACTIONS(3206), + [anon_sym_DASH_EQ] = ACTIONS(3206), + [anon_sym_STAR_EQ] = ACTIONS(3206), + [anon_sym_SLASH_EQ] = ACTIONS(3206), + [anon_sym_PERCENT_EQ] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), }, [2279] = { - [sym_primary_constructor] = STATE(3374), - [sym__class_parameters] = STATE(3769), - [sym_type_constraints] = STATE(3823), - [sym_enum_class_body] = STATE(3839), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), + [sym_primary_constructor] = STATE(4912), + [sym__class_parameters] = STATE(4968), + [sym_type_parameters] = STATE(2356), + [sym_type_constraints] = STATE(4982), + [sym_enum_class_body] = STATE(5101), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5914), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), + [anon_sym_COLON] = ACTIONS(5890), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_EQ] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5818), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3238), + [sym_label] = ACTIONS(3242), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_PLUS_EQ] = ACTIONS(3242), + [anon_sym_DASH_EQ] = ACTIONS(3242), + [anon_sym_STAR_EQ] = ACTIONS(3242), + [anon_sym_SLASH_EQ] = ACTIONS(3242), + [anon_sym_PERCENT_EQ] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3238), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG_BANG] = ACTIONS(3242), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -295281,61 +295265,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [sym__backtick_identifier] = ACTIONS(3242), + [sym__automatic_semicolon] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), [sym_multiline_comment] = ACTIONS(3), }, [2280] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3090), + [anon_sym_RBRACK] = ACTIONS(3156), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3156), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3090), - [anon_sym_RPAREN] = ACTIONS(3090), + [anon_sym_COMMA] = ACTIONS(3156), + [anon_sym_RPAREN] = ACTIONS(3156), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(3088), + [anon_sym_where] = ACTIONS(3154), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(3090), + [anon_sym_DASH_GT] = ACTIONS(3156), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(3088), + [anon_sym_while] = ACTIONS(3154), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), [anon_sym_AMP_AMP] = ACTIONS(4072), [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(3088), + [anon_sym_else] = ACTIONS(3154), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -295354,384 +295338,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3088), - [anon_sym_sealed] = ACTIONS(3088), - [anon_sym_annotation] = ACTIONS(3088), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3088), - [anon_sym_lateinit] = ACTIONS(3088), - [anon_sym_public] = ACTIONS(3088), - [anon_sym_private] = ACTIONS(3088), - [anon_sym_internal] = ACTIONS(3088), - [anon_sym_protected] = ACTIONS(3088), - [anon_sym_tailrec] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_infix] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_external] = ACTIONS(3088), - [sym_property_modifier] = ACTIONS(3088), - [anon_sym_abstract] = ACTIONS(3088), - [anon_sym_final] = ACTIONS(3088), - [anon_sym_open] = ACTIONS(3088), - [anon_sym_vararg] = ACTIONS(3088), - [anon_sym_noinline] = ACTIONS(3088), - [anon_sym_crossinline] = ACTIONS(3088), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3154), + [anon_sym_sealed] = ACTIONS(3154), + [anon_sym_annotation] = ACTIONS(3154), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3154), + [anon_sym_lateinit] = ACTIONS(3154), + [anon_sym_public] = ACTIONS(3154), + [anon_sym_private] = ACTIONS(3154), + [anon_sym_internal] = ACTIONS(3154), + [anon_sym_protected] = ACTIONS(3154), + [anon_sym_tailrec] = ACTIONS(3154), + [anon_sym_operator] = ACTIONS(3154), + [anon_sym_infix] = ACTIONS(3154), + [anon_sym_inline] = ACTIONS(3154), + [anon_sym_external] = ACTIONS(3154), + [sym_property_modifier] = ACTIONS(3154), + [anon_sym_abstract] = ACTIONS(3154), + [anon_sym_final] = ACTIONS(3154), + [anon_sym_open] = ACTIONS(3154), + [anon_sym_vararg] = ACTIONS(3154), + [anon_sym_noinline] = ACTIONS(3154), + [anon_sym_crossinline] = ACTIONS(3154), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, [2281] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2179), - [sym__comparison_operator] = STATE(2178), - [sym__in_operator] = STATE(2177), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2176), - [sym__multiplicative_operator] = STATE(2175), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2174), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1718), + [sym__comparison_operator] = STATE(1717), + [sym__in_operator] = STATE(1716), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3158), - [anon_sym_LPAREN] = ACTIONS(4593), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_RBRACK] = ACTIONS(3115), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_COMMA] = ACTIONS(3115), + [anon_sym_RPAREN] = ACTIONS(3115), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5874), - [anon_sym_object] = ACTIONS(3156), - [anon_sym_fun] = ACTIONS(3156), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3156), - [anon_sym_super] = ACTIONS(3156), - [anon_sym_STAR] = ACTIONS(5876), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5878), - [anon_sym_DOT_DOT] = ACTIONS(5880), - [anon_sym_QMARK_COLON] = ACTIONS(5882), - [anon_sym_AMP_AMP] = ACTIONS(5884), - [anon_sym_PIPE_PIPE] = ACTIONS(5886), - [anon_sym_null] = ACTIONS(3156), - [anon_sym_if] = ACTIONS(3156), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_when] = ACTIONS(3156), - [anon_sym_try] = ACTIONS(3156), - [anon_sym_throw] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3156), - [anon_sym_continue] = ACTIONS(3156), - [anon_sym_break] = ACTIONS(3156), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(5888), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5890), - [anon_sym_EQ_EQ] = ACTIONS(5888), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5890), - [anon_sym_LT_EQ] = ACTIONS(5892), - [anon_sym_GT_EQ] = ACTIONS(5892), - [anon_sym_BANGin] = ACTIONS(5894), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5896), - [anon_sym_DASH] = ACTIONS(5896), - [anon_sym_SLASH] = ACTIONS(5898), - [anon_sym_PERCENT] = ACTIONS(5876), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3156), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3158), - [anon_sym_continue_AT] = ACTIONS(3158), - [anon_sym_break_AT] = ACTIONS(3158), - [anon_sym_this_AT] = ACTIONS(3158), - [anon_sym_super_AT] = ACTIONS(3158), - [sym_real_literal] = ACTIONS(3158), - [sym_integer_literal] = ACTIONS(3156), - [sym_hex_literal] = ACTIONS(3158), - [sym_bin_literal] = ACTIONS(3158), - [anon_sym_true] = ACTIONS(3156), - [anon_sym_false] = ACTIONS(3156), - [anon_sym_SQUOTE] = ACTIONS(3158), + [anon_sym_GT] = ACTIONS(4056), + [anon_sym_where] = ACTIONS(3113), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4064), + [anon_sym_DASH_GT] = ACTIONS(3115), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4066), + [anon_sym_while] = ACTIONS(3113), + [anon_sym_DOT_DOT] = ACTIONS(4068), + [anon_sym_QMARK_COLON] = ACTIONS(4070), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_else] = ACTIONS(3113), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(4080), + [anon_sym_GT_EQ] = ACTIONS(4080), + [anon_sym_BANGin] = ACTIONS(4082), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4084), + [anon_sym_DASH] = ACTIONS(4084), + [anon_sym_SLASH] = ACTIONS(4086), + [anon_sym_PERCENT] = ACTIONS(4064), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3113), + [anon_sym_sealed] = ACTIONS(3113), + [anon_sym_annotation] = ACTIONS(3113), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3113), + [anon_sym_lateinit] = ACTIONS(3113), + [anon_sym_public] = ACTIONS(3113), + [anon_sym_private] = ACTIONS(3113), + [anon_sym_internal] = ACTIONS(3113), + [anon_sym_protected] = ACTIONS(3113), + [anon_sym_tailrec] = ACTIONS(3113), + [anon_sym_operator] = ACTIONS(3113), + [anon_sym_infix] = ACTIONS(3113), + [anon_sym_inline] = ACTIONS(3113), + [anon_sym_external] = ACTIONS(3113), + [sym_property_modifier] = ACTIONS(3113), + [anon_sym_abstract] = ACTIONS(3113), + [anon_sym_final] = ACTIONS(3113), + [anon_sym_open] = ACTIONS(3113), + [anon_sym_vararg] = ACTIONS(3113), + [anon_sym_noinline] = ACTIONS(3113), + [anon_sym_crossinline] = ACTIONS(3113), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3158), - [sym_safe_nav] = ACTIONS(4613), + [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3158), }, [2282] = { - [sym_primary_constructor] = STATE(3701), - [sym__class_parameters] = STATE(3769), - [sym_type_parameters] = STATE(2354), - [sym_type_constraints] = STATE(3723), - [sym_enum_class_body] = STATE(3847), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5916), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - }, - [2283] = { - [sym_type_constraints] = STATE(2418), - [sym_property_delegate] = STATE(2554), - [sym_getter] = STATE(5394), - [sym_setter] = STATE(5394), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_EQ] = ACTIONS(5918), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(3516), - [anon_sym_where] = ACTIONS(5904), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(2052), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), - }, - [2284] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3103), + [anon_sym_RBRACK] = ACTIONS(3160), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3160), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3103), - [anon_sym_RPAREN] = ACTIONS(3103), + [anon_sym_COMMA] = ACTIONS(3160), + [anon_sym_RPAREN] = ACTIONS(3160), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(3101), + [anon_sym_where] = ACTIONS(3158), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(3103), + [anon_sym_DASH_GT] = ACTIONS(3160), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(3101), + [anon_sym_while] = ACTIONS(3158), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), [anon_sym_AMP_AMP] = ACTIONS(4072), [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(3101), + [anon_sym_else] = ACTIONS(3158), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -295750,402 +295536,401 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3101), - [anon_sym_sealed] = ACTIONS(3101), - [anon_sym_annotation] = ACTIONS(3101), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3101), - [anon_sym_lateinit] = ACTIONS(3101), - [anon_sym_public] = ACTIONS(3101), - [anon_sym_private] = ACTIONS(3101), - [anon_sym_internal] = ACTIONS(3101), - [anon_sym_protected] = ACTIONS(3101), - [anon_sym_tailrec] = ACTIONS(3101), - [anon_sym_operator] = ACTIONS(3101), - [anon_sym_infix] = ACTIONS(3101), - [anon_sym_inline] = ACTIONS(3101), - [anon_sym_external] = ACTIONS(3101), - [sym_property_modifier] = ACTIONS(3101), - [anon_sym_abstract] = ACTIONS(3101), - [anon_sym_final] = ACTIONS(3101), - [anon_sym_open] = ACTIONS(3101), - [anon_sym_vararg] = ACTIONS(3101), - [anon_sym_noinline] = ACTIONS(3101), - [anon_sym_crossinline] = ACTIONS(3101), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3158), + [anon_sym_sealed] = ACTIONS(3158), + [anon_sym_annotation] = ACTIONS(3158), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3158), + [anon_sym_lateinit] = ACTIONS(3158), + [anon_sym_public] = ACTIONS(3158), + [anon_sym_private] = ACTIONS(3158), + [anon_sym_internal] = ACTIONS(3158), + [anon_sym_protected] = ACTIONS(3158), + [anon_sym_tailrec] = ACTIONS(3158), + [anon_sym_operator] = ACTIONS(3158), + [anon_sym_infix] = ACTIONS(3158), + [anon_sym_inline] = ACTIONS(3158), + [anon_sym_external] = ACTIONS(3158), + [sym_property_modifier] = ACTIONS(3158), + [anon_sym_abstract] = ACTIONS(3158), + [anon_sym_final] = ACTIONS(3158), + [anon_sym_open] = ACTIONS(3158), + [anon_sym_vararg] = ACTIONS(3158), + [anon_sym_noinline] = ACTIONS(3158), + [anon_sym_crossinline] = ACTIONS(3158), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [2285] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2179), - [sym__comparison_operator] = STATE(2178), - [sym__in_operator] = STATE(2177), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2176), - [sym__multiplicative_operator] = STATE(2175), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2174), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [2283] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1718), + [sym__comparison_operator] = STATE(1717), + [sym__in_operator] = STATE(1716), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3134), - [anon_sym_LPAREN] = ACTIONS(4593), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_RBRACK] = ACTIONS(3168), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3168), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_COMMA] = ACTIONS(3168), + [anon_sym_RPAREN] = ACTIONS(3168), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5874), - [anon_sym_object] = ACTIONS(3132), - [anon_sym_fun] = ACTIONS(3132), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3132), - [anon_sym_super] = ACTIONS(3132), - [anon_sym_STAR] = ACTIONS(5876), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5878), - [anon_sym_DOT_DOT] = ACTIONS(5880), - [anon_sym_QMARK_COLON] = ACTIONS(5882), - [anon_sym_AMP_AMP] = ACTIONS(5884), - [anon_sym_PIPE_PIPE] = ACTIONS(5886), - [anon_sym_null] = ACTIONS(3132), - [anon_sym_if] = ACTIONS(3132), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_when] = ACTIONS(3132), - [anon_sym_try] = ACTIONS(3132), - [anon_sym_throw] = ACTIONS(3132), - [anon_sym_return] = ACTIONS(3132), - [anon_sym_continue] = ACTIONS(3132), - [anon_sym_break] = ACTIONS(3132), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(5888), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5890), - [anon_sym_EQ_EQ] = ACTIONS(5888), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5890), - [anon_sym_LT_EQ] = ACTIONS(5892), - [anon_sym_GT_EQ] = ACTIONS(5892), - [anon_sym_BANGin] = ACTIONS(5894), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5896), - [anon_sym_DASH] = ACTIONS(5896), - [anon_sym_SLASH] = ACTIONS(5898), - [anon_sym_PERCENT] = ACTIONS(5876), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3132), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3134), - [anon_sym_continue_AT] = ACTIONS(3134), - [anon_sym_break_AT] = ACTIONS(3134), - [anon_sym_this_AT] = ACTIONS(3134), - [anon_sym_super_AT] = ACTIONS(3134), - [sym_real_literal] = ACTIONS(3134), - [sym_integer_literal] = ACTIONS(3132), - [sym_hex_literal] = ACTIONS(3134), - [sym_bin_literal] = ACTIONS(3134), - [anon_sym_true] = ACTIONS(3132), - [anon_sym_false] = ACTIONS(3132), - [anon_sym_SQUOTE] = ACTIONS(3134), + [anon_sym_GT] = ACTIONS(4056), + [anon_sym_where] = ACTIONS(3166), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4064), + [anon_sym_DASH_GT] = ACTIONS(3168), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4066), + [anon_sym_while] = ACTIONS(3166), + [anon_sym_DOT_DOT] = ACTIONS(4068), + [anon_sym_QMARK_COLON] = ACTIONS(4070), + [anon_sym_AMP_AMP] = ACTIONS(4072), + [anon_sym_PIPE_PIPE] = ACTIONS(4074), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_BANG_EQ] = ACTIONS(4076), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), + [anon_sym_EQ_EQ] = ACTIONS(4076), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4078), + [anon_sym_LT_EQ] = ACTIONS(4080), + [anon_sym_GT_EQ] = ACTIONS(4080), + [anon_sym_BANGin] = ACTIONS(4082), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4084), + [anon_sym_DASH] = ACTIONS(4084), + [anon_sym_SLASH] = ACTIONS(4086), + [anon_sym_PERCENT] = ACTIONS(4064), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3166), + [anon_sym_sealed] = ACTIONS(3166), + [anon_sym_annotation] = ACTIONS(3166), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3166), + [anon_sym_lateinit] = ACTIONS(3166), + [anon_sym_public] = ACTIONS(3166), + [anon_sym_private] = ACTIONS(3166), + [anon_sym_internal] = ACTIONS(3166), + [anon_sym_protected] = ACTIONS(3166), + [anon_sym_tailrec] = ACTIONS(3166), + [anon_sym_operator] = ACTIONS(3166), + [anon_sym_infix] = ACTIONS(3166), + [anon_sym_inline] = ACTIONS(3166), + [anon_sym_external] = ACTIONS(3166), + [sym_property_modifier] = ACTIONS(3166), + [anon_sym_abstract] = ACTIONS(3166), + [anon_sym_final] = ACTIONS(3166), + [anon_sym_open] = ACTIONS(3166), + [anon_sym_vararg] = ACTIONS(3166), + [anon_sym_noinline] = ACTIONS(3166), + [anon_sym_crossinline] = ACTIONS(3166), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3134), - [sym_safe_nav] = ACTIONS(4613), + [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3134), }, - [2286] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2179), - [sym__comparison_operator] = STATE(2178), - [sym__in_operator] = STATE(2177), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2176), - [sym__multiplicative_operator] = STATE(2175), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2174), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), + [2284] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2169), + [sym__comparison_operator] = STATE(2168), + [sym__in_operator] = STATE(2167), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2166), + [sym__multiplicative_operator] = STATE(2165), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2164), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3103), - [anon_sym_LPAREN] = ACTIONS(4593), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3168), + [anon_sym_LPAREN] = ACTIONS(4515), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5874), - [anon_sym_object] = ACTIONS(3101), - [anon_sym_fun] = ACTIONS(3101), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3101), - [anon_sym_super] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(5876), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5878), - [anon_sym_DOT_DOT] = ACTIONS(5880), - [anon_sym_QMARK_COLON] = ACTIONS(5882), - [anon_sym_AMP_AMP] = ACTIONS(5884), - [anon_sym_PIPE_PIPE] = ACTIONS(5886), - [anon_sym_null] = ACTIONS(3101), - [anon_sym_if] = ACTIONS(3101), - [anon_sym_else] = ACTIONS(3101), - [anon_sym_when] = ACTIONS(3101), - [anon_sym_try] = ACTIONS(3101), - [anon_sym_throw] = ACTIONS(3101), - [anon_sym_return] = ACTIONS(3101), - [anon_sym_continue] = ACTIONS(3101), - [anon_sym_break] = ACTIONS(3101), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(5888), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5890), - [anon_sym_EQ_EQ] = ACTIONS(5888), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5890), - [anon_sym_LT_EQ] = ACTIONS(5892), - [anon_sym_GT_EQ] = ACTIONS(5892), - [anon_sym_BANGin] = ACTIONS(5894), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5896), - [anon_sym_DASH] = ACTIONS(5896), - [anon_sym_SLASH] = ACTIONS(5898), - [anon_sym_PERCENT] = ACTIONS(5876), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3101), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3103), - [anon_sym_continue_AT] = ACTIONS(3103), - [anon_sym_break_AT] = ACTIONS(3103), - [anon_sym_this_AT] = ACTIONS(3103), - [anon_sym_super_AT] = ACTIONS(3103), - [sym_real_literal] = ACTIONS(3103), - [sym_integer_literal] = ACTIONS(3101), - [sym_hex_literal] = ACTIONS(3103), - [sym_bin_literal] = ACTIONS(3103), - [anon_sym_true] = ACTIONS(3101), - [anon_sym_false] = ACTIONS(3101), - [anon_sym_SQUOTE] = ACTIONS(3103), + [anon_sym_GT] = ACTIONS(5858), + [anon_sym_object] = ACTIONS(3166), + [anon_sym_fun] = ACTIONS(3166), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3166), + [anon_sym_super] = ACTIONS(3166), + [anon_sym_STAR] = ACTIONS(5860), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5862), + [anon_sym_DOT_DOT] = ACTIONS(5864), + [anon_sym_QMARK_COLON] = ACTIONS(5866), + [anon_sym_AMP_AMP] = ACTIONS(5868), + [anon_sym_PIPE_PIPE] = ACTIONS(5870), + [anon_sym_null] = ACTIONS(3166), + [anon_sym_if] = ACTIONS(3166), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_when] = ACTIONS(3166), + [anon_sym_try] = ACTIONS(3166), + [anon_sym_throw] = ACTIONS(3166), + [anon_sym_return] = ACTIONS(3166), + [anon_sym_continue] = ACTIONS(3166), + [anon_sym_break] = ACTIONS(3166), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(5872), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5874), + [anon_sym_EQ_EQ] = ACTIONS(5872), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5874), + [anon_sym_LT_EQ] = ACTIONS(5876), + [anon_sym_GT_EQ] = ACTIONS(5876), + [anon_sym_BANGin] = ACTIONS(5878), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5880), + [anon_sym_DASH] = ACTIONS(5880), + [anon_sym_SLASH] = ACTIONS(5882), + [anon_sym_PERCENT] = ACTIONS(5860), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3166), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3168), + [anon_sym_continue_AT] = ACTIONS(3168), + [anon_sym_break_AT] = ACTIONS(3168), + [anon_sym_this_AT] = ACTIONS(3168), + [anon_sym_super_AT] = ACTIONS(3168), + [sym_real_literal] = ACTIONS(3168), + [sym_integer_literal] = ACTIONS(3166), + [sym_hex_literal] = ACTIONS(3168), + [sym_bin_literal] = ACTIONS(3168), + [anon_sym_true] = ACTIONS(3166), + [anon_sym_false] = ACTIONS(3166), + [anon_sym_SQUOTE] = ACTIONS(3168), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3103), - [sym_safe_nav] = ACTIONS(4613), + [sym__automatic_semicolon] = ACTIONS(3168), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3103), + [sym__string_start] = ACTIONS(3168), }, - [2287] = { - [sym_type_constraints] = STATE(2396), - [sym_property_delegate] = STATE(2553), - [sym_getter] = STATE(5349), - [sym_setter] = STATE(5349), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_EQ] = ACTIONS(5920), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(3516), - [anon_sym_where] = ACTIONS(5904), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(5922), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [2285] = { + [sym_primary_constructor] = STATE(4864), + [sym_class_body] = STATE(5190), + [sym__class_parameters] = STATE(4968), + [sym_type_constraints] = STATE(4983), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5892), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5830), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), }, - [2288] = { - [sym_primary_constructor] = STATE(4801), - [sym__class_parameters] = STATE(4662), - [sym_type_constraints] = STATE(4659), - [sym_enum_class_body] = STATE(4748), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [2286] = { + [sym_primary_constructor] = STATE(4871), + [sym__class_parameters] = STATE(4968), + [sym_type_constraints] = STATE(5008), + [sym_enum_class_body] = STATE(5173), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5924), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5578), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_COLON] = ACTIONS(5894), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5818), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -296173,78 +295958,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [2289] = { - [sym_primary_constructor] = STATE(4803), - [sym_class_body] = STATE(4748), - [sym__class_parameters] = STATE(4662), - [sym_type_constraints] = STATE(4621), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [2287] = { + [sym_primary_constructor] = STATE(4878), + [sym__class_parameters] = STATE(4968), + [sym_type_constraints] = STATE(5001), + [sym_enum_class_body] = STATE(5184), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5926), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5598), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_COLON] = ACTIONS(5896), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5818), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -296272,42 +296057,142 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), [sym_multiline_comment] = ACTIONS(3), }, - [2290] = { - [sym_primary_constructor] = STATE(4934), - [sym_class_body] = STATE(5131), - [sym__class_parameters] = STATE(5039), - [sym_type_parameters] = STATE(2345), - [sym_type_constraints] = STATE(5038), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [2288] = { + [sym_type_constraints] = STATE(2391), + [sym_property_delegate] = STATE(2564), + [sym_getter] = STATE(5349), + [sym_setter] = STATE(5349), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_EQ] = ACTIONS(5898), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(3516), + [anon_sym_where] = ACTIONS(5850), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(2058), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), + }, + [2289] = { + [sym_primary_constructor] = STATE(3694), + [sym_class_body] = STATE(4012), + [sym__class_parameters] = STATE(3750), + [sym_type_parameters] = STATE(2351), + [sym_type_constraints] = STATE(3722), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5928), + [anon_sym_COLON] = ACTIONS(5900), [anon_sym_LBRACK] = ACTIONS(3206), [anon_sym_as] = ACTIONS(3200), [anon_sym_EQ] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5788), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5796), [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_LT] = ACTIONS(5774), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(5786), [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(5776), + [anon_sym_where] = ACTIONS(5788), [anon_sym_DOT] = ACTIONS(3200), [anon_sym_SEMI] = ACTIONS(3206), [anon_sym_get] = ACTIONS(3200), @@ -296375,73 +296260,172 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, + [2290] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2169), + [sym__comparison_operator] = STATE(2168), + [sym__in_operator] = STATE(2167), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2166), + [sym__multiplicative_operator] = STATE(2165), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2164), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3144), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5858), + [anon_sym_object] = ACTIONS(3142), + [anon_sym_fun] = ACTIONS(3142), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3142), + [anon_sym_super] = ACTIONS(3142), + [anon_sym_STAR] = ACTIONS(5860), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5862), + [anon_sym_DOT_DOT] = ACTIONS(5864), + [anon_sym_QMARK_COLON] = ACTIONS(5866), + [anon_sym_AMP_AMP] = ACTIONS(5868), + [anon_sym_PIPE_PIPE] = ACTIONS(5870), + [anon_sym_null] = ACTIONS(3142), + [anon_sym_if] = ACTIONS(3142), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_when] = ACTIONS(3142), + [anon_sym_try] = ACTIONS(3142), + [anon_sym_throw] = ACTIONS(3142), + [anon_sym_return] = ACTIONS(3142), + [anon_sym_continue] = ACTIONS(3142), + [anon_sym_break] = ACTIONS(3142), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(5872), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5874), + [anon_sym_EQ_EQ] = ACTIONS(5872), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5874), + [anon_sym_LT_EQ] = ACTIONS(5876), + [anon_sym_GT_EQ] = ACTIONS(5876), + [anon_sym_BANGin] = ACTIONS(5878), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5880), + [anon_sym_DASH] = ACTIONS(5880), + [anon_sym_SLASH] = ACTIONS(5882), + [anon_sym_PERCENT] = ACTIONS(5860), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3142), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3144), + [anon_sym_continue_AT] = ACTIONS(3144), + [anon_sym_break_AT] = ACTIONS(3144), + [anon_sym_this_AT] = ACTIONS(3144), + [anon_sym_super_AT] = ACTIONS(3144), + [sym_real_literal] = ACTIONS(3144), + [sym_integer_literal] = ACTIONS(3142), + [sym_hex_literal] = ACTIONS(3144), + [sym_bin_literal] = ACTIONS(3144), + [anon_sym_true] = ACTIONS(3142), + [anon_sym_false] = ACTIONS(3142), + [anon_sym_SQUOTE] = ACTIONS(3144), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3144), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3144), + }, [2291] = { - [sym_primary_constructor] = STATE(3685), - [sym__class_parameters] = STATE(3769), - [sym_type_parameters] = STATE(2343), - [sym_type_constraints] = STATE(3795), - [sym_enum_class_body] = STATE(3932), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), + [sym_primary_constructor] = STATE(4897), + [sym_class_body] = STATE(5246), + [sym__class_parameters] = STATE(4968), + [sym_type_parameters] = STATE(2380), + [sym_type_constraints] = STATE(4971), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5930), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_EQ] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3244), - [sym_label] = ACTIONS(3248), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_PLUS_EQ] = ACTIONS(3248), - [anon_sym_DASH_EQ] = ACTIONS(3248), - [anon_sym_STAR_EQ] = ACTIONS(3248), - [anon_sym_SLASH_EQ] = ACTIONS(3248), - [anon_sym_PERCENT_EQ] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3244), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG_BANG] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(5902), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_EQ] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5830), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3254), + [sym_label] = ACTIONS(3258), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [anon_sym_else] = ACTIONS(3254), + [anon_sym_COLON_COLON] = ACTIONS(3258), + [anon_sym_PLUS_EQ] = ACTIONS(3258), + [anon_sym_DASH_EQ] = ACTIONS(3258), + [anon_sym_STAR_EQ] = ACTIONS(3258), + [anon_sym_SLASH_EQ] = ACTIONS(3258), + [anon_sym_PERCENT_EQ] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [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(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG_BANG] = ACTIONS(3258), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -296469,177 +296453,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3248), - [sym__automatic_semicolon] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), + [sym__backtick_identifier] = ACTIONS(3258), + [sym__automatic_semicolon] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), [sym_multiline_comment] = ACTIONS(3), }, [2292] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1718), - [sym__comparison_operator] = STATE(1717), - [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3123), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3123), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3123), - [anon_sym_RPAREN] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(3121), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3123), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(3123), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(3121), - [anon_sym_DOT_DOT] = ACTIONS(4068), - [anon_sym_QMARK_COLON] = ACTIONS(4070), - [anon_sym_AMP_AMP] = ACTIONS(4072), - [anon_sym_PIPE_PIPE] = ACTIONS(4074), - [anon_sym_else] = ACTIONS(3121), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(4076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), - [anon_sym_EQ_EQ] = ACTIONS(4076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4078), - [anon_sym_LT_EQ] = ACTIONS(4080), - [anon_sym_GT_EQ] = ACTIONS(4080), - [anon_sym_BANGin] = ACTIONS(4082), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4084), - [anon_sym_DASH] = ACTIONS(4084), - [anon_sym_SLASH] = ACTIONS(4086), - [anon_sym_PERCENT] = ACTIONS(4064), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3121), - [anon_sym_sealed] = ACTIONS(3121), - [anon_sym_annotation] = ACTIONS(3121), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3121), - [anon_sym_lateinit] = ACTIONS(3121), - [anon_sym_public] = ACTIONS(3121), - [anon_sym_private] = ACTIONS(3121), - [anon_sym_internal] = ACTIONS(3121), - [anon_sym_protected] = ACTIONS(3121), - [anon_sym_tailrec] = ACTIONS(3121), - [anon_sym_operator] = ACTIONS(3121), - [anon_sym_infix] = ACTIONS(3121), - [anon_sym_inline] = ACTIONS(3121), - [anon_sym_external] = ACTIONS(3121), - [sym_property_modifier] = ACTIONS(3121), - [anon_sym_abstract] = ACTIONS(3121), - [anon_sym_final] = ACTIONS(3121), - [anon_sym_open] = ACTIONS(3121), - [anon_sym_vararg] = ACTIONS(3121), - [anon_sym_noinline] = ACTIONS(3121), - [anon_sym_crossinline] = ACTIONS(3121), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [2293] = { - [sym_primary_constructor] = STATE(4903), - [sym__class_parameters] = STATE(5039), - [sym_type_parameters] = STATE(2378), - [sym_type_constraints] = STATE(5024), - [sym_enum_class_body] = STATE(5155), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), + [sym_primary_constructor] = STATE(4899), + [sym_class_body] = STATE(5102), + [sym__class_parameters] = STATE(4968), + [sym_type_parameters] = STATE(2382), + [sym_type_constraints] = STATE(5006), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5932), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_EQ] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5770), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3244), - [sym_label] = ACTIONS(3248), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_PLUS_EQ] = ACTIONS(3248), - [anon_sym_DASH_EQ] = ACTIONS(3248), - [anon_sym_STAR_EQ] = ACTIONS(3248), - [anon_sym_SLASH_EQ] = ACTIONS(3248), - [anon_sym_PERCENT_EQ] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3244), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG_BANG] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(5904), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_EQ] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5830), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_PLUS_EQ] = ACTIONS(3206), + [anon_sym_DASH_EQ] = ACTIONS(3206), + [anon_sym_STAR_EQ] = ACTIONS(3206), + [anon_sym_SLASH_EQ] = ACTIONS(3206), + [anon_sym_PERCENT_EQ] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -296667,79 +296552,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3248), - [sym__automatic_semicolon] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, - [2294] = { - [sym_primary_constructor] = STATE(3575), - [sym_class_body] = STATE(3565), - [sym__class_parameters] = STATE(3293), - [sym_type_constraints] = STATE(3329), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), + [2293] = { + [sym_primary_constructor] = STATE(3557), + [sym_class_body] = STATE(4006), + [sym__class_parameters] = STATE(3750), + [sym_type_constraints] = STATE(3736), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5934), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [anon_sym_while] = ACTIONS(3270), - [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(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [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_COLON] = ACTIONS(5906), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -296767,77 +296651,177 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), [sym_multiline_comment] = ACTIONS(3), }, + [2294] = { + [sym_type_constraints] = STATE(2390), + [sym_property_delegate] = STATE(2597), + [sym_getter] = STATE(5323), + [sym_setter] = STATE(5323), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_EQ] = ACTIONS(5908), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(3516), + [anon_sym_where] = ACTIONS(5850), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(5910), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), + }, [2295] = { - [sym_primary_constructor] = STATE(4799), - [sym_class_body] = STATE(5175), - [sym__class_parameters] = STATE(5039), - [sym_type_constraints] = STATE(5030), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), + [sym_primary_constructor] = STATE(3564), + [sym__class_parameters] = STATE(3750), + [sym_type_constraints] = STATE(3713), + [sym_enum_class_body] = STATE(3939), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5936), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5788), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [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_COLON] = ACTIONS(5912), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -296865,474 +296849,474 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, [2296] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1718), - [sym__comparison_operator] = STATE(1717), - [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(3094), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3096), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3096), - [anon_sym_RPAREN] = ACTIONS(3096), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_where] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(3096), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_while] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(4084), - [anon_sym_DASH] = ACTIONS(4084), - [anon_sym_SLASH] = ACTIONS(4086), - [anon_sym_PERCENT] = ACTIONS(4064), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3094), - [anon_sym_sealed] = ACTIONS(3094), - [anon_sym_annotation] = ACTIONS(3094), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_override] = ACTIONS(3094), - [anon_sym_lateinit] = ACTIONS(3094), - [anon_sym_public] = ACTIONS(3094), - [anon_sym_private] = ACTIONS(3094), - [anon_sym_internal] = ACTIONS(3094), - [anon_sym_protected] = ACTIONS(3094), - [anon_sym_tailrec] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_infix] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym_external] = ACTIONS(3094), - [sym_property_modifier] = ACTIONS(3094), - [anon_sym_abstract] = ACTIONS(3094), - [anon_sym_final] = ACTIONS(3094), - [anon_sym_open] = ACTIONS(3094), - [anon_sym_vararg] = ACTIONS(3094), - [anon_sym_noinline] = ACTIONS(3094), - [anon_sym_crossinline] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3096), - [sym_safe_nav] = ACTIONS(3602), + [sym_primary_constructor] = STATE(3565), + [sym_class_body] = STATE(3939), + [sym__class_parameters] = STATE(3750), + [sym_type_constraints] = STATE(3744), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5914), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, [2297] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2179), - [sym__comparison_operator] = STATE(2178), - [sym__in_operator] = STATE(2177), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2176), - [sym__multiplicative_operator] = STATE(2175), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2174), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3090), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5874), - [anon_sym_object] = ACTIONS(3088), - [anon_sym_fun] = ACTIONS(3088), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3088), - [anon_sym_super] = ACTIONS(3088), - [anon_sym_STAR] = ACTIONS(5876), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5878), - [anon_sym_DOT_DOT] = ACTIONS(5880), - [anon_sym_QMARK_COLON] = ACTIONS(5882), - [anon_sym_AMP_AMP] = ACTIONS(5884), - [anon_sym_PIPE_PIPE] = ACTIONS(5886), - [anon_sym_null] = ACTIONS(3088), - [anon_sym_if] = ACTIONS(3088), - [anon_sym_else] = ACTIONS(3088), - [anon_sym_when] = ACTIONS(3088), - [anon_sym_try] = ACTIONS(3088), - [anon_sym_throw] = ACTIONS(3088), - [anon_sym_return] = ACTIONS(3088), - [anon_sym_continue] = ACTIONS(3088), - [anon_sym_break] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(5888), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5890), - [anon_sym_EQ_EQ] = ACTIONS(5888), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5890), - [anon_sym_LT_EQ] = ACTIONS(5892), - [anon_sym_GT_EQ] = ACTIONS(5892), - [anon_sym_BANGin] = ACTIONS(5894), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5896), - [anon_sym_DASH] = ACTIONS(5896), - [anon_sym_SLASH] = ACTIONS(5898), - [anon_sym_PERCENT] = ACTIONS(5876), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3088), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [sym_primary_constructor] = STATE(3573), + [sym__class_parameters] = STATE(3750), + [sym_type_constraints] = STATE(3818), + [sym_enum_class_body] = STATE(3829), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5916), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3090), - [anon_sym_continue_AT] = ACTIONS(3090), - [anon_sym_break_AT] = ACTIONS(3090), - [anon_sym_this_AT] = ACTIONS(3090), - [anon_sym_super_AT] = ACTIONS(3090), - [sym_real_literal] = ACTIONS(3090), - [sym_integer_literal] = ACTIONS(3088), - [sym_hex_literal] = ACTIONS(3090), - [sym_bin_literal] = ACTIONS(3090), - [anon_sym_true] = ACTIONS(3088), - [anon_sym_false] = ACTIONS(3088), - [anon_sym_SQUOTE] = ACTIONS(3090), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3090), - [sym_safe_nav] = ACTIONS(4613), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3090), }, [2298] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1718), - [sym__comparison_operator] = STATE(1717), - [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2169), + [sym__comparison_operator] = STATE(2168), + [sym__in_operator] = STATE(2167), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2166), + [sym__multiplicative_operator] = STATE(2165), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2164), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3127), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3127), - [anon_sym_RPAREN] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_where] = ACTIONS(3125), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(3127), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_while] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(4068), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(4084), - [anon_sym_DASH] = ACTIONS(4084), - [anon_sym_SLASH] = ACTIONS(4086), - [anon_sym_PERCENT] = ACTIONS(4064), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3125), - [anon_sym_sealed] = ACTIONS(3125), - [anon_sym_annotation] = ACTIONS(3125), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3125), - [anon_sym_lateinit] = ACTIONS(3125), - [anon_sym_public] = ACTIONS(3125), - [anon_sym_private] = ACTIONS(3125), - [anon_sym_internal] = ACTIONS(3125), - [anon_sym_protected] = ACTIONS(3125), - [anon_sym_tailrec] = ACTIONS(3125), - [anon_sym_operator] = ACTIONS(3125), - [anon_sym_infix] = ACTIONS(3125), - [anon_sym_inline] = ACTIONS(3125), - [anon_sym_external] = ACTIONS(3125), - [sym_property_modifier] = ACTIONS(3125), - [anon_sym_abstract] = ACTIONS(3125), - [anon_sym_final] = ACTIONS(3125), - [anon_sym_open] = ACTIONS(3125), - [anon_sym_vararg] = ACTIONS(3125), - [anon_sym_noinline] = ACTIONS(3125), - [anon_sym_crossinline] = ACTIONS(3125), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3148), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5858), + [anon_sym_object] = ACTIONS(3146), + [anon_sym_fun] = ACTIONS(3146), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3146), + [anon_sym_super] = ACTIONS(3146), + [anon_sym_STAR] = ACTIONS(5860), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5862), + [anon_sym_DOT_DOT] = ACTIONS(5864), + [anon_sym_QMARK_COLON] = ACTIONS(5866), + [anon_sym_AMP_AMP] = ACTIONS(5868), + [anon_sym_PIPE_PIPE] = ACTIONS(5870), + [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(4535), + [anon_sym_BANG_EQ] = ACTIONS(5872), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5874), + [anon_sym_EQ_EQ] = ACTIONS(5872), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5874), + [anon_sym_LT_EQ] = ACTIONS(5876), + [anon_sym_GT_EQ] = ACTIONS(5876), + [anon_sym_BANGin] = ACTIONS(5878), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5880), + [anon_sym_DASH] = ACTIONS(5880), + [anon_sym_SLASH] = ACTIONS(5882), + [anon_sym_PERCENT] = ACTIONS(5860), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3146), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3148), + [anon_sym_continue_AT] = ACTIONS(3148), + [anon_sym_break_AT] = ACTIONS(3148), + [anon_sym_this_AT] = ACTIONS(3148), + [anon_sym_super_AT] = ACTIONS(3148), + [sym_real_literal] = ACTIONS(3148), + [sym_integer_literal] = ACTIONS(3146), + [sym_hex_literal] = ACTIONS(3148), + [sym_bin_literal] = ACTIONS(3148), + [anon_sym_true] = ACTIONS(3146), + [anon_sym_false] = ACTIONS(3146), + [anon_sym_SQUOTE] = ACTIONS(3148), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), + [sym__automatic_semicolon] = ACTIONS(3148), + [sym_safe_nav] = ACTIONS(4535), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3148), }, [2299] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1718), - [sym__comparison_operator] = STATE(1717), - [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3119), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3119), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3119), - [anon_sym_RPAREN] = ACTIONS(3119), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(3117), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(3119), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(3117), - [anon_sym_DOT_DOT] = ACTIONS(4068), - [anon_sym_QMARK_COLON] = ACTIONS(4070), - [anon_sym_AMP_AMP] = ACTIONS(3119), - [anon_sym_PIPE_PIPE] = ACTIONS(3119), - [anon_sym_else] = ACTIONS(3117), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(4076), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), - [anon_sym_EQ_EQ] = ACTIONS(4076), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4078), - [anon_sym_LT_EQ] = ACTIONS(4080), - [anon_sym_GT_EQ] = ACTIONS(4080), - [anon_sym_BANGin] = ACTIONS(4082), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4084), - [anon_sym_DASH] = ACTIONS(4084), - [anon_sym_SLASH] = ACTIONS(4086), - [anon_sym_PERCENT] = ACTIONS(4064), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3117), - [anon_sym_sealed] = ACTIONS(3117), - [anon_sym_annotation] = ACTIONS(3117), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3117), - [anon_sym_lateinit] = ACTIONS(3117), - [anon_sym_public] = ACTIONS(3117), - [anon_sym_private] = ACTIONS(3117), - [anon_sym_internal] = ACTIONS(3117), - [anon_sym_protected] = ACTIONS(3117), - [anon_sym_tailrec] = ACTIONS(3117), - [anon_sym_operator] = ACTIONS(3117), - [anon_sym_infix] = ACTIONS(3117), - [anon_sym_inline] = ACTIONS(3117), - [anon_sym_external] = ACTIONS(3117), - [sym_property_modifier] = ACTIONS(3117), - [anon_sym_abstract] = ACTIONS(3117), - [anon_sym_final] = ACTIONS(3117), - [anon_sym_open] = ACTIONS(3117), - [anon_sym_vararg] = ACTIONS(3117), - [anon_sym_noinline] = ACTIONS(3117), - [anon_sym_crossinline] = ACTIONS(3117), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [sym_primary_constructor] = STATE(3591), + [sym_class_body] = STATE(3537), + [sym__class_parameters] = STATE(3281), + [sym_type_constraints] = STATE(3313), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5918), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, [2300] = { - [sym_primary_constructor] = STATE(4783), - [sym__class_parameters] = STATE(5039), - [sym_type_constraints] = STATE(5049), - [sym_enum_class_body] = STATE(5118), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [sym_primary_constructor] = STATE(4956), + [sym__class_parameters] = STATE(4968), + [sym_type_parameters] = STATE(2359), + [sym_type_constraints] = STATE(5038), + [sym_enum_class_body] = STATE(5102), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5938), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5770), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_COLON] = ACTIONS(5920), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_EQ] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5818), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3200), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_PLUS_EQ] = ACTIONS(3206), + [anon_sym_DASH_EQ] = ACTIONS(3206), + [anon_sym_STAR_EQ] = ACTIONS(3206), + [anon_sym_SLASH_EQ] = ACTIONS(3206), + [anon_sym_PERCENT_EQ] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3200), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -297360,61 +297344,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, [2301] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), + [sym_primary_constructor] = STATE(4800), + [sym_class_body] = STATE(4708), + [sym__class_parameters] = STATE(4658), + [sym_type_constraints] = STATE(4616), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5922), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5486), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_RPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_while] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + }, + [2302] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), [sym__equality_operator] = STATE(1718), [sym__comparison_operator] = STATE(1717), [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1715), + [sym__multiplicative_operator] = STATE(1714), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1713), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3138), + [anon_sym_RBRACK] = ACTIONS(3111), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3138), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3111), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3138), - [anon_sym_RPAREN] = ACTIONS(3138), + [anon_sym_COMMA] = ACTIONS(3111), + [anon_sym_RPAREN] = ACTIONS(3111), [anon_sym_LT] = ACTIONS(1738), [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(3136), + [anon_sym_where] = ACTIONS(3109), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), + [anon_sym_SEMI] = ACTIONS(3111), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(3138), + [anon_sym_DASH_GT] = ACTIONS(3111), [sym_label] = ACTIONS(3590), [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(3136), + [anon_sym_while] = ACTIONS(3109), [anon_sym_DOT_DOT] = ACTIONS(4068), [anon_sym_QMARK_COLON] = ACTIONS(4070), [anon_sym_AMP_AMP] = ACTIONS(4072), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [anon_sym_else] = ACTIONS(3136), + [anon_sym_PIPE_PIPE] = ACTIONS(4074), + [anon_sym_else] = ACTIONS(3109), [anon_sym_COLON_COLON] = ACTIONS(3602), [anon_sym_BANG_EQ] = ACTIONS(4076), [anon_sym_BANG_EQ_EQ] = ACTIONS(4078), @@ -297433,105 +297516,204 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3136), - [anon_sym_sealed] = ACTIONS(3136), - [anon_sym_annotation] = ACTIONS(3136), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3136), - [anon_sym_lateinit] = ACTIONS(3136), - [anon_sym_public] = ACTIONS(3136), - [anon_sym_private] = ACTIONS(3136), - [anon_sym_internal] = ACTIONS(3136), - [anon_sym_protected] = ACTIONS(3136), - [anon_sym_tailrec] = ACTIONS(3136), - [anon_sym_operator] = ACTIONS(3136), - [anon_sym_infix] = ACTIONS(3136), - [anon_sym_inline] = ACTIONS(3136), - [anon_sym_external] = ACTIONS(3136), - [sym_property_modifier] = ACTIONS(3136), - [anon_sym_abstract] = ACTIONS(3136), - [anon_sym_final] = ACTIONS(3136), - [anon_sym_open] = ACTIONS(3136), - [anon_sym_vararg] = ACTIONS(3136), - [anon_sym_noinline] = ACTIONS(3136), - [anon_sym_crossinline] = ACTIONS(3136), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3109), + [anon_sym_sealed] = ACTIONS(3109), + [anon_sym_annotation] = ACTIONS(3109), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3109), + [anon_sym_lateinit] = ACTIONS(3109), + [anon_sym_public] = ACTIONS(3109), + [anon_sym_private] = ACTIONS(3109), + [anon_sym_internal] = ACTIONS(3109), + [anon_sym_protected] = ACTIONS(3109), + [anon_sym_tailrec] = ACTIONS(3109), + [anon_sym_operator] = ACTIONS(3109), + [anon_sym_infix] = ACTIONS(3109), + [anon_sym_inline] = ACTIONS(3109), + [anon_sym_external] = ACTIONS(3109), + [sym_property_modifier] = ACTIONS(3109), + [anon_sym_abstract] = ACTIONS(3109), + [anon_sym_final] = ACTIONS(3109), + [anon_sym_open] = ACTIONS(3109), + [anon_sym_vararg] = ACTIONS(3109), + [anon_sym_noinline] = ACTIONS(3109), + [anon_sym_crossinline] = ACTIONS(3109), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [2302] = { - [sym_primary_constructor] = STATE(3586), - [sym__class_parameters] = STATE(3293), - [sym_type_constraints] = STATE(3327), - [sym_enum_class_body] = STATE(3501), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), + [2303] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2169), + [sym__comparison_operator] = STATE(2168), + [sym__in_operator] = STATE(2167), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2166), + [sym__multiplicative_operator] = STATE(2165), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2164), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5858), + [anon_sym_object] = ACTIONS(3095), + [anon_sym_fun] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3095), + [anon_sym_super] = ACTIONS(3095), + [anon_sym_STAR] = ACTIONS(5860), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5862), + [anon_sym_DOT_DOT] = ACTIONS(5864), + [anon_sym_QMARK_COLON] = ACTIONS(5866), + [anon_sym_AMP_AMP] = ACTIONS(5868), + [anon_sym_PIPE_PIPE] = ACTIONS(5870), + [anon_sym_null] = ACTIONS(3095), + [anon_sym_if] = ACTIONS(3095), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_when] = ACTIONS(3095), + [anon_sym_try] = ACTIONS(3095), + [anon_sym_throw] = ACTIONS(3095), + [anon_sym_return] = ACTIONS(3095), + [anon_sym_continue] = ACTIONS(3095), + [anon_sym_break] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(5872), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5874), + [anon_sym_EQ_EQ] = ACTIONS(5872), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5874), + [anon_sym_LT_EQ] = ACTIONS(5876), + [anon_sym_GT_EQ] = ACTIONS(5876), + [anon_sym_BANGin] = ACTIONS(5878), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5880), + [anon_sym_DASH] = ACTIONS(5880), + [anon_sym_SLASH] = ACTIONS(5882), + [anon_sym_PERCENT] = ACTIONS(5860), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3095), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3097), + [anon_sym_continue_AT] = ACTIONS(3097), + [anon_sym_break_AT] = ACTIONS(3097), + [anon_sym_this_AT] = ACTIONS(3097), + [anon_sym_super_AT] = ACTIONS(3097), + [sym_real_literal] = ACTIONS(3097), + [sym_integer_literal] = ACTIONS(3095), + [sym_hex_literal] = ACTIONS(3097), + [sym_bin_literal] = ACTIONS(3097), + [anon_sym_true] = ACTIONS(3095), + [anon_sym_false] = ACTIONS(3095), + [anon_sym_SQUOTE] = ACTIONS(3097), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3097), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3097), + }, + [2304] = { + [sym_primary_constructor] = STATE(4842), + [sym__class_parameters] = STATE(4658), + [sym_type_constraints] = STATE(4633), + [sym_enum_class_body] = STATE(4886), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5940), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), + [anon_sym_COLON] = ACTIONS(5924), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(5508), + [anon_sym_RBRACE] = ACTIONS(3284), [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_RPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_while] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -297559,78 +297741,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [2303] = { - [sym_primary_constructor] = STATE(4828), - [sym__class_parameters] = STATE(4662), - [sym_type_constraints] = STATE(4694), - [sym_enum_class_body] = STATE(4786), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), + [2305] = { + [sym_primary_constructor] = STATE(3590), + [sym__class_parameters] = STATE(3281), + [sym_type_constraints] = STATE(3310), + [sym_enum_class_body] = STATE(3537), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5942), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5578), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_RPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_while] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), + [anon_sym_COLON] = ACTIONS(5926), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -297658,374 +297840,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - }, - [2304] = { - [sym_type_constraints] = STATE(2400), - [sym_property_delegate] = STATE(2540), - [sym_getter] = STATE(5347), - [sym_setter] = STATE(5347), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_EQ] = ACTIONS(5944), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(3516), - [anon_sym_where] = ACTIONS(5904), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(2068), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), - }, - [2305] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1718), - [sym__comparison_operator] = STATE(1717), - [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3142), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3142), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3142), - [anon_sym_RPAREN] = ACTIONS(3142), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4056), - [anon_sym_where] = ACTIONS(3140), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(3142), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(3140), - [anon_sym_DOT_DOT] = ACTIONS(4068), - [anon_sym_QMARK_COLON] = ACTIONS(4070), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), - [anon_sym_LT_EQ] = ACTIONS(4080), - [anon_sym_GT_EQ] = ACTIONS(4080), - [anon_sym_BANGin] = ACTIONS(4082), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4084), - [anon_sym_DASH] = ACTIONS(4084), - [anon_sym_SLASH] = ACTIONS(4086), - [anon_sym_PERCENT] = ACTIONS(4064), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3140), - [anon_sym_sealed] = ACTIONS(3140), - [anon_sym_annotation] = ACTIONS(3140), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3140), - [anon_sym_lateinit] = ACTIONS(3140), - [anon_sym_public] = ACTIONS(3140), - [anon_sym_private] = ACTIONS(3140), - [anon_sym_internal] = ACTIONS(3140), - [anon_sym_protected] = ACTIONS(3140), - [anon_sym_tailrec] = ACTIONS(3140), - [anon_sym_operator] = ACTIONS(3140), - [anon_sym_infix] = ACTIONS(3140), - [anon_sym_inline] = ACTIONS(3140), - [anon_sym_external] = ACTIONS(3140), - [sym_property_modifier] = ACTIONS(3140), - [anon_sym_abstract] = ACTIONS(3140), - [anon_sym_final] = ACTIONS(3140), - [anon_sym_open] = ACTIONS(3140), - [anon_sym_vararg] = ACTIONS(3140), - [anon_sym_noinline] = ACTIONS(3140), - [anon_sym_crossinline] = ACTIONS(3140), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, [2306] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2179), - [sym__comparison_operator] = STATE(2178), - [sym__in_operator] = STATE(2177), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2176), - [sym__multiplicative_operator] = STATE(2175), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2174), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5874), - [anon_sym_object] = ACTIONS(3167), - [anon_sym_fun] = ACTIONS(3167), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3167), - [anon_sym_super] = ACTIONS(3167), - [anon_sym_STAR] = ACTIONS(5876), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5878), - [anon_sym_DOT_DOT] = ACTIONS(5880), - [anon_sym_QMARK_COLON] = ACTIONS(5882), - [anon_sym_AMP_AMP] = ACTIONS(5884), - [anon_sym_PIPE_PIPE] = ACTIONS(5886), - [anon_sym_null] = ACTIONS(3167), - [anon_sym_if] = ACTIONS(3167), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_when] = ACTIONS(3167), - [anon_sym_try] = ACTIONS(3167), - [anon_sym_throw] = ACTIONS(3167), - [anon_sym_return] = ACTIONS(3167), - [anon_sym_continue] = ACTIONS(3167), - [anon_sym_break] = ACTIONS(3167), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(5888), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5890), - [anon_sym_EQ_EQ] = ACTIONS(5888), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5890), - [anon_sym_LT_EQ] = ACTIONS(5892), - [anon_sym_GT_EQ] = ACTIONS(5892), - [anon_sym_BANGin] = ACTIONS(5894), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5896), - [anon_sym_DASH] = ACTIONS(5896), - [anon_sym_SLASH] = ACTIONS(5898), - [anon_sym_PERCENT] = ACTIONS(5876), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3167), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3169), - [anon_sym_continue_AT] = ACTIONS(3169), - [anon_sym_break_AT] = ACTIONS(3169), - [anon_sym_this_AT] = ACTIONS(3169), - [anon_sym_super_AT] = ACTIONS(3169), - [sym_real_literal] = ACTIONS(3169), - [sym_integer_literal] = ACTIONS(3167), - [sym_hex_literal] = ACTIONS(3169), - [sym_bin_literal] = ACTIONS(3169), - [anon_sym_true] = ACTIONS(3167), - [anon_sym_false] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3169), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3169), - [sym_safe_nav] = ACTIONS(4613), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3169), - }, - [2307] = { - [sym_primary_constructor] = STATE(4781), - [sym_class_body] = STATE(5118), - [sym__class_parameters] = STATE(5039), - [sym_type_constraints] = STATE(5029), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [sym_primary_constructor] = STATE(4866), + [sym_class_body] = STATE(4886), + [sym__class_parameters] = STATE(4658), + [sym_type_constraints] = STATE(4670), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5946), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5788), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_COLON] = ACTIONS(5928), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5486), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -298053,78 +297939,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [2308] = { - [sym_primary_constructor] = STATE(4898), - [sym_class_body] = STATE(5123), - [sym__class_parameters] = STATE(5039), - [sym_type_parameters] = STATE(2365), - [sym_type_constraints] = STATE(5069), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [2307] = { + [sym_primary_constructor] = STATE(4797), + [sym__class_parameters] = STATE(4658), + [sym_type_constraints] = STATE(4631), + [sym_enum_class_body] = STATE(4868), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5948), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_EQ] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5788), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3234), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_PLUS_EQ] = ACTIONS(3238), - [anon_sym_DASH_EQ] = ACTIONS(3238), - [anon_sym_STAR_EQ] = ACTIONS(3238), - [anon_sym_SLASH_EQ] = ACTIONS(3238), - [anon_sym_PERCENT_EQ] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3234), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(5930), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5508), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_RPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_while] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -298152,177 +298038,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - }, - [2309] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1718), - [sym__comparison_operator] = STATE(1717), - [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3146), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3146), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3146), - [anon_sym_RPAREN] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_where] = ACTIONS(3144), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(3146), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4066), - [anon_sym_while] = ACTIONS(3144), - [anon_sym_DOT_DOT] = ACTIONS(4068), - [anon_sym_QMARK_COLON] = ACTIONS(4070), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(4082), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4084), - [anon_sym_DASH] = ACTIONS(4084), - [anon_sym_SLASH] = ACTIONS(4086), - [anon_sym_PERCENT] = ACTIONS(4064), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3144), - [anon_sym_sealed] = ACTIONS(3144), - [anon_sym_annotation] = ACTIONS(3144), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3144), - [anon_sym_lateinit] = ACTIONS(3144), - [anon_sym_public] = ACTIONS(3144), - [anon_sym_private] = ACTIONS(3144), - [anon_sym_internal] = ACTIONS(3144), - [anon_sym_protected] = ACTIONS(3144), - [anon_sym_tailrec] = ACTIONS(3144), - [anon_sym_operator] = ACTIONS(3144), - [anon_sym_infix] = ACTIONS(3144), - [anon_sym_inline] = ACTIONS(3144), - [anon_sym_external] = ACTIONS(3144), - [sym_property_modifier] = ACTIONS(3144), - [anon_sym_abstract] = ACTIONS(3144), - [anon_sym_final] = ACTIONS(3144), - [anon_sym_open] = ACTIONS(3144), - [anon_sym_vararg] = ACTIONS(3144), - [anon_sym_noinline] = ACTIONS(3144), - [anon_sym_crossinline] = ACTIONS(3144), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), + [sym__backtick_identifier] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), [sym_multiline_comment] = ACTIONS(3), }, - [2310] = { - [sym_primary_constructor] = STATE(4776), - [sym__class_parameters] = STATE(5039), - [sym_type_constraints] = STATE(4981), - [sym_enum_class_body] = STATE(5246), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), + [2308] = { + [sym_primary_constructor] = STATE(3586), + [sym_class_body] = STATE(3562), + [sym__class_parameters] = STATE(3281), + [sym_type_constraints] = STATE(3300), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5950), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5770), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), + [anon_sym_COLON] = ACTIONS(5932), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_RPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_while] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -298350,363 +298137,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - }, - [2311] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1718), - [sym__comparison_operator] = STATE(1717), - [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3162), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3162), - [anon_sym_RPAREN] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(3162), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_while] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(4068), - [anon_sym_QMARK_COLON] = ACTIONS(4070), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(4084), - [anon_sym_DASH] = ACTIONS(4084), - [anon_sym_SLASH] = ACTIONS(4086), - [anon_sym_PERCENT] = ACTIONS(4064), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3160), - [anon_sym_sealed] = ACTIONS(3160), - [anon_sym_annotation] = ACTIONS(3160), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3160), - [anon_sym_lateinit] = ACTIONS(3160), - [anon_sym_public] = ACTIONS(3160), - [anon_sym_private] = ACTIONS(3160), - [anon_sym_internal] = ACTIONS(3160), - [anon_sym_protected] = ACTIONS(3160), - [anon_sym_tailrec] = ACTIONS(3160), - [anon_sym_operator] = ACTIONS(3160), - [anon_sym_infix] = ACTIONS(3160), - [anon_sym_inline] = ACTIONS(3160), - [anon_sym_external] = ACTIONS(3160), - [sym_property_modifier] = ACTIONS(3160), - [anon_sym_abstract] = ACTIONS(3160), - [anon_sym_final] = ACTIONS(3160), - [anon_sym_open] = ACTIONS(3160), - [anon_sym_vararg] = ACTIONS(3160), - [anon_sym_noinline] = ACTIONS(3160), - [anon_sym_crossinline] = ACTIONS(3160), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [2312] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1718), - [sym__comparison_operator] = STATE(1717), - [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(3175), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3177), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3177), - [anon_sym_RPAREN] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_where] = ACTIONS(3175), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(3177), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_while] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(4068), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(4084), - [anon_sym_DASH] = ACTIONS(4084), - [anon_sym_SLASH] = ACTIONS(4086), - [anon_sym_PERCENT] = ACTIONS(4064), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3175), - [anon_sym_sealed] = ACTIONS(3175), - [anon_sym_annotation] = ACTIONS(3175), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_override] = ACTIONS(3175), - [anon_sym_lateinit] = ACTIONS(3175), - [anon_sym_public] = ACTIONS(3175), - [anon_sym_private] = ACTIONS(3175), - [anon_sym_internal] = ACTIONS(3175), - [anon_sym_protected] = ACTIONS(3175), - [anon_sym_tailrec] = ACTIONS(3175), - [anon_sym_operator] = ACTIONS(3175), - [anon_sym_infix] = ACTIONS(3175), - [anon_sym_inline] = ACTIONS(3175), - [anon_sym_external] = ACTIONS(3175), - [sym_property_modifier] = ACTIONS(3175), - [anon_sym_abstract] = ACTIONS(3175), - [anon_sym_final] = ACTIONS(3175), - [anon_sym_open] = ACTIONS(3175), - [anon_sym_vararg] = ACTIONS(3175), - [anon_sym_noinline] = ACTIONS(3175), - [anon_sym_crossinline] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3177), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [2313] = { - [sym_indexing_suffix] = STATE(3148), - [sym_navigation_suffix] = STATE(3151), - [sym_call_suffix] = STATE(3155), - [sym_annotated_lambda] = STATE(3170), - [sym_type_arguments] = STATE(8139), - [sym_value_arguments] = STATE(2748), - [sym_lambda_literal] = STATE(3174), - [sym__equality_operator] = STATE(2179), - [sym__comparison_operator] = STATE(2178), - [sym__in_operator] = STATE(2177), - [sym__is_operator] = STATE(6348), - [sym__additive_operator] = STATE(2176), - [sym__multiplicative_operator] = STATE(2175), - [sym__as_operator] = STATE(6367), - [sym__postfix_unary_operator] = STATE(3144), - [sym__member_access_operator] = STATE(7722), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2174), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(4589), - [anon_sym_as] = ACTIONS(4591), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(3184), - [anon_sym_LPAREN] = ACTIONS(4593), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(5874), - [anon_sym_object] = ACTIONS(3182), - [anon_sym_fun] = ACTIONS(3182), - [anon_sym_DOT] = ACTIONS(4597), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_this] = ACTIONS(3182), - [anon_sym_super] = ACTIONS(3182), - [anon_sym_STAR] = ACTIONS(5876), - [sym_label] = ACTIONS(4601), - [anon_sym_in] = ACTIONS(5878), - [anon_sym_DOT_DOT] = ACTIONS(5880), - [anon_sym_QMARK_COLON] = ACTIONS(5882), - [anon_sym_AMP_AMP] = ACTIONS(5884), - [anon_sym_PIPE_PIPE] = ACTIONS(5886), - [anon_sym_null] = ACTIONS(3182), - [anon_sym_if] = ACTIONS(3182), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_when] = ACTIONS(3182), - [anon_sym_try] = ACTIONS(3182), - [anon_sym_throw] = ACTIONS(3182), - [anon_sym_return] = ACTIONS(3182), - [anon_sym_continue] = ACTIONS(3182), - [anon_sym_break] = ACTIONS(3182), - [anon_sym_COLON_COLON] = ACTIONS(4613), - [anon_sym_BANG_EQ] = ACTIONS(5888), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5890), - [anon_sym_EQ_EQ] = ACTIONS(5888), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5890), - [anon_sym_LT_EQ] = ACTIONS(5892), - [anon_sym_GT_EQ] = ACTIONS(5892), - [anon_sym_BANGin] = ACTIONS(5894), - [anon_sym_is] = ACTIONS(4623), - [anon_sym_BANGis] = ACTIONS(4625), - [anon_sym_PLUS] = ACTIONS(5896), - [anon_sym_DASH] = ACTIONS(5896), - [anon_sym_SLASH] = ACTIONS(5898), - [anon_sym_PERCENT] = ACTIONS(5876), - [anon_sym_as_QMARK] = ACTIONS(4629), - [anon_sym_PLUS_PLUS] = ACTIONS(4631), - [anon_sym_DASH_DASH] = ACTIONS(4631), - [anon_sym_BANG] = ACTIONS(3182), - [anon_sym_BANG_BANG] = ACTIONS(4631), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3184), - [anon_sym_continue_AT] = ACTIONS(3184), - [anon_sym_break_AT] = ACTIONS(3184), - [anon_sym_this_AT] = ACTIONS(3184), - [anon_sym_super_AT] = ACTIONS(3184), - [sym_real_literal] = ACTIONS(3184), - [sym_integer_literal] = ACTIONS(3182), - [sym_hex_literal] = ACTIONS(3184), - [sym_bin_literal] = ACTIONS(3184), - [anon_sym_true] = ACTIONS(3182), - [anon_sym_false] = ACTIONS(3182), - [anon_sym_SQUOTE] = ACTIONS(3184), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3184), - [sym_safe_nav] = ACTIONS(4613), + [sym__backtick_identifier] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3184), }, - [2314] = { - [sym_type_constraints] = STATE(2388), - [sym_property_delegate] = STATE(2537), - [sym_getter] = STATE(5416), - [sym_setter] = STATE(5416), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_EQ] = ACTIONS(5952), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), + [2309] = { + [sym_type_constraints] = STATE(2402), + [sym_property_delegate] = STATE(2534), + [sym_getter] = STATE(5382), + [sym_setter] = STATE(5382), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_EQ] = ACTIONS(5934), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), [anon_sym_by] = ACTIONS(3516), - [anon_sym_where] = ACTIONS(5904), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(2048), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(5850), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(2042), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1732), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -298731,257 +298220,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), - }, - [2315] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1718), - [sym__comparison_operator] = STATE(1717), - [sym__in_operator] = STATE(1716), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1713), - [sym__multiplicative_operator] = STATE(1711), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1710), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_RBRACK] = ACTIONS(3195), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_COMMA] = ACTIONS(3195), - [anon_sym_RPAREN] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_where] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(4064), - [anon_sym_DASH_GT] = ACTIONS(3195), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_while] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(4086), - [anon_sym_PERCENT] = ACTIONS(4064), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3193), - [anon_sym_sealed] = ACTIONS(3193), - [anon_sym_annotation] = ACTIONS(3193), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_override] = ACTIONS(3193), - [anon_sym_lateinit] = ACTIONS(3193), - [anon_sym_public] = ACTIONS(3193), - [anon_sym_private] = ACTIONS(3193), - [anon_sym_internal] = ACTIONS(3193), - [anon_sym_protected] = ACTIONS(3193), - [anon_sym_tailrec] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_infix] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym_external] = ACTIONS(3193), - [sym_property_modifier] = ACTIONS(3193), - [anon_sym_abstract] = ACTIONS(3193), - [anon_sym_final] = ACTIONS(3193), - [anon_sym_open] = ACTIONS(3193), - [anon_sym_vararg] = ACTIONS(3193), - [anon_sym_noinline] = ACTIONS(3193), - [anon_sym_crossinline] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(3602), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1734), }, - [2316] = { - [sym_primary_constructor] = STATE(4965), - [sym__class_parameters] = STATE(5111), - [sym_type_constraints] = STATE(5271), - [sym_enum_class_body] = STATE(5391), - [sym_modifiers] = STATE(9675), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5954), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_constructor] = ACTIONS(5756), - [anon_sym_LBRACE] = ACTIONS(5758), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5760), - [anon_sym_where] = ACTIONS(5764), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_this] = ACTIONS(3278), - [anon_sym_super] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [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(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [2317] = { + [2310] = { [sym__alpha_identifier] = ACTIONS(4281), [anon_sym_AT] = ACTIONS(4284), [anon_sym_LBRACK] = ACTIONS(4284), [anon_sym_as] = ACTIONS(4289), [anon_sym_LBRACE] = ACTIONS(4284), [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(5328), + [anon_sym_LPAREN] = ACTIONS(5936), + [anon_sym_RPAREN] = ACTIONS(4287), [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4281), - [anon_sym_fun] = ACTIONS(4281), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), [anon_sym_DOT] = ACTIONS(4289), [anon_sym_SEMI] = ACTIONS(4287), [anon_sym_get] = ACTIONS(4281), [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4281), - [anon_sym_super] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), [anon_sym_STAR] = ACTIONS(4284), [sym_label] = ACTIONS(4281), [anon_sym_in] = ACTIONS(4289), + [anon_sym_while] = ACTIONS(4289), [anon_sym_DOT_DOT] = ACTIONS(4287), [anon_sym_QMARK_COLON] = ACTIONS(4287), [anon_sym_AMP_AMP] = ACTIONS(4287), [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4281), - [anon_sym_if] = ACTIONS(4281), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), [anon_sym_else] = ACTIONS(4289), - [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_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), [anon_sym_COLON_COLON] = ACTIONS(4284), [anon_sym_BANG_EQ] = ACTIONS(4289), [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), @@ -298999,7 +298293,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(4287), [anon_sym_PLUS_PLUS] = ACTIONS(4284), [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4281), + [anon_sym_BANG] = ACTIONS(3976), [anon_sym_BANG_BANG] = ACTIONS(4287), [anon_sym_suspend] = ACTIONS(4289), [anon_sym_sealed] = ACTIONS(4289), @@ -299028,90 +298322,288 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4281), [anon_sym_actual] = ACTIONS(4281), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4284), - [anon_sym_continue_AT] = ACTIONS(4284), - [anon_sym_break_AT] = ACTIONS(4284), - [anon_sym_this_AT] = ACTIONS(4284), - [anon_sym_super_AT] = ACTIONS(4284), - [sym_real_literal] = ACTIONS(4284), - [sym_integer_literal] = ACTIONS(4281), - [sym_hex_literal] = ACTIONS(4284), - [sym_bin_literal] = ACTIONS(4284), - [anon_sym_true] = ACTIONS(4281), - [anon_sym_false] = ACTIONS(4281), - [anon_sym_SQUOTE] = ACTIONS(4284), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4287), [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4284), + [sym__string_start] = ACTIONS(3981), }, - [2318] = { - [sym_primary_constructor] = STATE(4950), - [sym__class_parameters] = STATE(5039), - [sym_type_constraints] = STATE(5049), - [sym_enum_class_body] = STATE(5118), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [2311] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(5940), + [anon_sym_RPAREN] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4298), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4301), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [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(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4301), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [2312] = { + [sym_indexing_suffix] = STATE(3139), + [sym_navigation_suffix] = STATE(3136), + [sym_call_suffix] = STATE(3135), + [sym_annotated_lambda] = STATE(3134), + [sym_type_arguments] = STATE(8253), + [sym_value_arguments] = STATE(2747), + [sym_lambda_literal] = STATE(3129), + [sym__equality_operator] = STATE(2169), + [sym__comparison_operator] = STATE(2168), + [sym__in_operator] = STATE(2167), + [sym__is_operator] = STATE(6281), + [sym__additive_operator] = STATE(2166), + [sym__multiplicative_operator] = STATE(2165), + [sym__as_operator] = STATE(6296), + [sym__postfix_unary_operator] = STATE(3110), + [sym__member_access_operator] = STATE(7733), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2164), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(4511), + [anon_sym_as] = ACTIONS(4513), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(3156), + [anon_sym_LPAREN] = ACTIONS(4515), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(5858), + [anon_sym_object] = ACTIONS(3154), + [anon_sym_fun] = ACTIONS(3154), + [anon_sym_DOT] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_this] = ACTIONS(3154), + [anon_sym_super] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(5860), + [sym_label] = ACTIONS(4523), + [anon_sym_in] = ACTIONS(5862), + [anon_sym_DOT_DOT] = ACTIONS(5864), + [anon_sym_QMARK_COLON] = ACTIONS(5866), + [anon_sym_AMP_AMP] = ACTIONS(5868), + [anon_sym_PIPE_PIPE] = ACTIONS(5870), + [anon_sym_null] = ACTIONS(3154), + [anon_sym_if] = ACTIONS(3154), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_when] = ACTIONS(3154), + [anon_sym_try] = ACTIONS(3154), + [anon_sym_throw] = ACTIONS(3154), + [anon_sym_return] = ACTIONS(3154), + [anon_sym_continue] = ACTIONS(3154), + [anon_sym_break] = ACTIONS(3154), + [anon_sym_COLON_COLON] = ACTIONS(4535), + [anon_sym_BANG_EQ] = ACTIONS(5872), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5874), + [anon_sym_EQ_EQ] = ACTIONS(5872), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5874), + [anon_sym_LT_EQ] = ACTIONS(5876), + [anon_sym_GT_EQ] = ACTIONS(5876), + [anon_sym_BANGin] = ACTIONS(5878), + [anon_sym_is] = ACTIONS(4545), + [anon_sym_BANGis] = ACTIONS(4547), + [anon_sym_PLUS] = ACTIONS(5880), + [anon_sym_DASH] = ACTIONS(5880), + [anon_sym_SLASH] = ACTIONS(5882), + [anon_sym_PERCENT] = ACTIONS(5860), + [anon_sym_as_QMARK] = ACTIONS(4551), + [anon_sym_PLUS_PLUS] = ACTIONS(4553), + [anon_sym_DASH_DASH] = ACTIONS(4553), + [anon_sym_BANG] = ACTIONS(3154), + [anon_sym_BANG_BANG] = ACTIONS(4553), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3156), + [anon_sym_continue_AT] = ACTIONS(3156), + [anon_sym_break_AT] = ACTIONS(3156), + [anon_sym_this_AT] = ACTIONS(3156), + [anon_sym_super_AT] = ACTIONS(3156), + [sym_real_literal] = ACTIONS(3156), + [sym_integer_literal] = ACTIONS(3154), + [sym_hex_literal] = ACTIONS(3156), + [sym_bin_literal] = ACTIONS(3156), + [anon_sym_true] = ACTIONS(3154), + [anon_sym_false] = ACTIONS(3154), + [anon_sym_SQUOTE] = ACTIONS(3156), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3156), + [sym_safe_nav] = ACTIONS(4535), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3156), + }, + [2313] = { + [sym_primary_constructor] = STATE(3679), + [sym__class_parameters] = STATE(3750), + [sym_type_parameters] = STATE(2317), + [sym_type_constraints] = STATE(3753), + [sym_enum_class_body] = STATE(3951), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5956), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5770), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_COLON] = ACTIONS(5944), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_EQ] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3238), + [sym_label] = ACTIONS(3242), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_PLUS_EQ] = ACTIONS(3242), + [anon_sym_DASH_EQ] = ACTIONS(3242), + [anon_sym_STAR_EQ] = ACTIONS(3242), + [anon_sym_SLASH_EQ] = ACTIONS(3242), + [anon_sym_PERCENT_EQ] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3238), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG_BANG] = ACTIONS(3242), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -299139,78 +298631,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3242), + [sym__automatic_semicolon] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), [sym_multiline_comment] = ACTIONS(3), }, - [2319] = { - [sym_type_constraints] = STATE(2452), - [sym_property_delegate] = STATE(2541), - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(5958), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3942), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2314] = { + [sym_type_constraints] = STATE(2414), + [sym_property_delegate] = STATE(2567), + [sym_getter] = STATE(5319), + [sym_setter] = STATE(5319), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_EQ] = ACTIONS(5946), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(3516), + [anon_sym_where] = ACTIONS(5850), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(2060), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -299235,80 +298715,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1798), }, - [2320] = { - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_RBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2315] = { + [sym_getter] = STATE(4769), + [sym_setter] = STATE(4769), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_RBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(3638), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [anon_sym_STAR] = ACTIONS(1818), + [anon_sym_DASH_GT] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -299333,80 +298826,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2321] = { - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_RBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3642), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(1790), - [anon_sym_DASH_GT] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2316] = { + [sym__alpha_identifier] = ACTIONS(4838), + [anon_sym_AT] = ACTIONS(4840), + [anon_sym_LBRACK] = ACTIONS(4840), + [anon_sym_as] = ACTIONS(4838), + [anon_sym_LBRACE] = ACTIONS(4840), + [anon_sym_RBRACE] = ACTIONS(4840), + [anon_sym_LPAREN] = ACTIONS(5948), + [anon_sym_LT] = ACTIONS(4838), + [anon_sym_GT] = ACTIONS(4838), + [anon_sym_object] = ACTIONS(4838), + [anon_sym_fun] = ACTIONS(4838), + [anon_sym_DOT] = ACTIONS(4838), + [anon_sym_SEMI] = ACTIONS(4840), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4838), + [anon_sym_this] = ACTIONS(4838), + [anon_sym_super] = ACTIONS(4838), + [anon_sym_STAR] = ACTIONS(4840), + [sym_label] = ACTIONS(4838), + [anon_sym_in] = ACTIONS(4838), + [anon_sym_DOT_DOT] = ACTIONS(4840), + [anon_sym_QMARK_COLON] = ACTIONS(4840), + [anon_sym_AMP_AMP] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4840), + [anon_sym_null] = ACTIONS(4838), + [anon_sym_if] = ACTIONS(4838), + [anon_sym_else] = ACTIONS(4838), + [anon_sym_when] = ACTIONS(4838), + [anon_sym_try] = ACTIONS(4838), + [anon_sym_throw] = ACTIONS(4838), + [anon_sym_return] = ACTIONS(4838), + [anon_sym_continue] = ACTIONS(4838), + [anon_sym_break] = ACTIONS(4838), + [anon_sym_COLON_COLON] = ACTIONS(4840), + [anon_sym_BANG_EQ] = ACTIONS(4838), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4840), + [anon_sym_EQ_EQ] = ACTIONS(4838), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4840), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4840), + [anon_sym_BANGin] = ACTIONS(4840), + [anon_sym_is] = ACTIONS(4838), + [anon_sym_BANGis] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4838), + [anon_sym_SLASH] = ACTIONS(4838), + [anon_sym_PERCENT] = ACTIONS(4840), + [anon_sym_as_QMARK] = ACTIONS(4840), + [anon_sym_PLUS_PLUS] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4840), + [anon_sym_BANG] = ACTIONS(4838), + [anon_sym_BANG_BANG] = ACTIONS(4840), + [anon_sym_suspend] = ACTIONS(4838), + [anon_sym_sealed] = ACTIONS(4838), + [anon_sym_annotation] = ACTIONS(4838), + [anon_sym_data] = ACTIONS(4838), + [anon_sym_inner] = ACTIONS(4838), + [anon_sym_value] = ACTIONS(4838), + [anon_sym_override] = ACTIONS(4838), + [anon_sym_lateinit] = ACTIONS(4838), + [anon_sym_public] = ACTIONS(4838), + [anon_sym_private] = ACTIONS(4838), + [anon_sym_internal] = ACTIONS(4838), + [anon_sym_protected] = ACTIONS(4838), + [anon_sym_tailrec] = ACTIONS(4838), + [anon_sym_operator] = ACTIONS(4838), + [anon_sym_infix] = ACTIONS(4838), + [anon_sym_inline] = ACTIONS(4838), + [anon_sym_external] = ACTIONS(4838), + [sym_property_modifier] = ACTIONS(4838), + [anon_sym_abstract] = ACTIONS(4838), + [anon_sym_final] = ACTIONS(4838), + [anon_sym_open] = ACTIONS(4838), + [anon_sym_vararg] = ACTIONS(4838), + [anon_sym_noinline] = ACTIONS(4838), + [anon_sym_crossinline] = ACTIONS(4838), + [anon_sym_expect] = ACTIONS(4838), + [anon_sym_actual] = ACTIONS(4838), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4840), + [anon_sym_continue_AT] = ACTIONS(4840), + [anon_sym_break_AT] = ACTIONS(4840), + [anon_sym_this_AT] = ACTIONS(4840), + [anon_sym_super_AT] = ACTIONS(4840), + [sym_real_literal] = ACTIONS(4840), + [sym_integer_literal] = ACTIONS(4838), + [sym_hex_literal] = ACTIONS(4840), + [sym_bin_literal] = ACTIONS(4840), + [anon_sym_true] = ACTIONS(4838), + [anon_sym_false] = ACTIONS(4838), + [anon_sym_SQUOTE] = ACTIONS(4840), + [sym__backtick_identifier] = ACTIONS(4840), + [sym__automatic_semicolon] = ACTIONS(4840), + [sym_safe_nav] = ACTIONS(4840), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4840), + }, + [2317] = { + [sym_primary_constructor] = STATE(3677), + [sym__class_parameters] = STATE(3750), + [sym_type_constraints] = STATE(3818), + [sym_enum_class_body] = STATE(3829), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5950), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + }, + [2318] = { + [sym_type_constraints] = STATE(2409), + [sym_property_delegate] = STATE(2473), + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(5952), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(5954), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(3846), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -299431,80 +299119,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2322] = { - [sym_getter] = STATE(3464), - [sym_setter] = STATE(3464), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_RBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_RPAREN] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(1814), - [anon_sym_DASH_GT] = ACTIONS(1816), - [sym_label] = ACTIONS(1816), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_while] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1814), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [2319] = { + [sym_type_constraints] = STATE(2448), + [sym_property_delegate] = STATE(2584), + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(5960), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(5962), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(3926), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -299529,80 +299218,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2323] = { - [sym_type_constraints] = STATE(2454), - [sym_property_delegate] = STATE(2561), - [sym_getter] = STATE(3498), - [sym_setter] = STATE(3498), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(5966), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(5968), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2320] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(5968), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4298), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4301), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [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(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [2321] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(5972), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4284), + [sym_label] = ACTIONS(4281), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4289), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4284), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4287), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_suspend] = ACTIONS(4289), + [anon_sym_sealed] = ACTIONS(4289), + [anon_sym_annotation] = ACTIONS(4289), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), + [anon_sym_override] = ACTIONS(4289), + [anon_sym_lateinit] = ACTIONS(4289), + [anon_sym_public] = ACTIONS(4289), + [anon_sym_private] = ACTIONS(4289), + [anon_sym_internal] = ACTIONS(4289), + [anon_sym_protected] = ACTIONS(4289), + [anon_sym_tailrec] = ACTIONS(4289), + [anon_sym_operator] = ACTIONS(4289), + [anon_sym_infix] = ACTIONS(4289), + [anon_sym_inline] = ACTIONS(4289), + [anon_sym_external] = ACTIONS(4289), + [sym_property_modifier] = ACTIONS(4289), + [anon_sym_abstract] = ACTIONS(4289), + [anon_sym_final] = ACTIONS(4289), + [anon_sym_open] = ACTIONS(4289), + [anon_sym_vararg] = ACTIONS(4289), + [anon_sym_noinline] = ACTIONS(4289), + [anon_sym_crossinline] = ACTIONS(4289), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4287), + [sym_safe_nav] = ACTIONS(4287), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [2322] = { + [sym_type_constraints] = STATE(2388), + [sym_property_delegate] = STATE(2498), + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(5976), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(5954), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(3844), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -299627,80 +299511,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, + [2323] = { + [sym_primary_constructor] = STATE(4949), + [sym__class_parameters] = STATE(5070), + [sym_type_constraints] = STATE(5267), + [sym_enum_class_body] = STATE(5413), + [sym_modifiers] = STATE(9738), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(5978), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_constructor] = ACTIONS(5748), + [anon_sym_LBRACE] = ACTIONS(5750), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(5752), + [anon_sym_where] = ACTIONS(5756), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), + }, [2324] = { - [sym_type_constraints] = STATE(2458), - [sym_property_delegate] = STATE(2569), - [sym_getter] = STATE(3600), - [sym_setter] = STATE(3600), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(5970), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_RPAREN] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(5972), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(3358), - [sym_label] = ACTIONS(3360), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_while] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_PLUS_EQ] = ACTIONS(3360), - [anon_sym_DASH_EQ] = ACTIONS(3360), - [anon_sym_STAR_EQ] = ACTIONS(3360), - [anon_sym_SLASH_EQ] = ACTIONS(3360), - [anon_sym_PERCENT_EQ] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3358), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG_BANG] = ACTIONS(3360), + [sym_type_constraints] = STATE(2433), + [sym_property_delegate] = STATE(2538), + [sym_getter] = STATE(3492), + [sym_setter] = STATE(3492), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(5980), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_RPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(5962), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(5982), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [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), @@ -299725,80 +299708,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, [2325] = { - [sym_getter] = STATE(3469), - [sym_setter] = STATE(3469), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_RBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(3646), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(1808), - [anon_sym_DASH_GT] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [sym_type_constraints] = STATE(2454), + [sym_property_delegate] = STATE(2579), + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(5988), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(5962), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(3940), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -299823,80 +299806,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, [2326] = { - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_RBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(1790), - [anon_sym_DASH_GT] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_RBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(3628), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), + [anon_sym_STAR] = ACTIONS(1796), + [anon_sym_DASH_GT] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -299921,31 +299904,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, [2327] = { - [sym_getter] = STATE(4769), - [sym_setter] = STATE(4769), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_RBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), @@ -299959,9 +299942,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1732), [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), + [anon_sym_SEMI] = ACTIONS(3636), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), [anon_sym_STAR] = ACTIONS(1732), [anon_sym_DASH_GT] = ACTIONS(1734), [sym_label] = ACTIONS(1734), @@ -300019,178 +300002,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, [2328] = { - [sym_primary_constructor] = STATE(4943), - [sym_class_body] = STATE(5391), - [sym__class_parameters] = STATE(5111), - [sym_type_constraints] = STATE(5295), - [sym_modifiers] = STATE(9675), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5974), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_constructor] = ACTIONS(5756), - [anon_sym_LBRACE] = ACTIONS(5780), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5760), - [anon_sym_where] = ACTIONS(5764), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_this] = ACTIONS(3278), - [anon_sym_super] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [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(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [sym_getter] = STATE(4825), + [sym_setter] = STATE(4825), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_RBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_EQ] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_COMMA] = ACTIONS(3422), + [anon_sym_RPAREN] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_where] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [anon_sym_STAR] = ACTIONS(3420), + [anon_sym_DASH_GT] = ACTIONS(3422), + [sym_label] = ACTIONS(3422), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_while] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_PLUS_EQ] = ACTIONS(3422), + [anon_sym_DASH_EQ] = ACTIONS(3422), + [anon_sym_STAR_EQ] = ACTIONS(3422), + [anon_sym_SLASH_EQ] = ACTIONS(3422), + [anon_sym_PERCENT_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3420), + [anon_sym_as_QMARK] = ACTIONS(3422), + [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(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), + [sym_multiline_comment] = ACTIONS(3), }, [2329] = { - [sym_getter] = STATE(4769), - [sym_setter] = STATE(4769), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_RBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(3638), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_DASH_GT] = ACTIONS(1734), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [sym_type_constraints] = STATE(2419), + [sym_property_delegate] = STATE(2550), + [sym_getter] = STATE(3597), + [sym_setter] = STATE(3597), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(5990), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_RPAREN] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(5962), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(5992), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [anon_sym_STAR] = ACTIONS(3328), + [sym_label] = ACTIONS(3330), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_while] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_PLUS_EQ] = ACTIONS(3330), + [anon_sym_DASH_EQ] = ACTIONS(3330), + [anon_sym_STAR_EQ] = ACTIONS(3330), + [anon_sym_SLASH_EQ] = ACTIONS(3330), + [anon_sym_PERCENT_EQ] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3328), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG_BANG] = ACTIONS(3330), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -300215,80 +300198,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), [sym_multiline_comment] = ACTIONS(3), }, [2330] = { - [sym_type_constraints] = STATE(2461), - [sym_property_delegate] = STATE(2534), - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(5976), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3944), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [sym_getter] = STATE(4807), + [sym_setter] = STATE(4807), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1790), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_RBRACK] = ACTIONS(1792), + [anon_sym_as] = ACTIONS(1790), + [anon_sym_EQ] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_COMMA] = ACTIONS(1792), + [anon_sym_RPAREN] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1790), + [anon_sym_GT] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1790), + [anon_sym_DOT] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [anon_sym_STAR] = ACTIONS(1790), + [anon_sym_DASH_GT] = ACTIONS(1792), + [sym_label] = ACTIONS(1792), + [anon_sym_in] = ACTIONS(1790), + [anon_sym_while] = ACTIONS(1790), + [anon_sym_DOT_DOT] = ACTIONS(1792), + [anon_sym_QMARK_COLON] = ACTIONS(1792), + [anon_sym_AMP_AMP] = ACTIONS(1792), + [anon_sym_PIPE_PIPE] = ACTIONS(1792), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_COLON_COLON] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1790), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ] = ACTIONS(1790), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_BANGin] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1790), + [anon_sym_BANGis] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1790), + [anon_sym_SLASH] = ACTIONS(1790), + [anon_sym_PERCENT] = ACTIONS(1790), + [anon_sym_as_QMARK] = ACTIONS(1792), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_BANG_BANG] = ACTIONS(1792), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -300313,52 +300296,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1792), + [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), }, [2331] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_type_constraints] = STATE(2393), + [sym_property_delegate] = STATE(2512), + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_RBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(5994), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(5954), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(5788), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3644), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), + [anon_sym_SEMI] = ACTIONS(3856), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_DASH_GT] = ACTIONS(1798), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), [anon_sym_DOT_DOT] = ACTIONS(1798), [anon_sym_QMARK_COLON] = ACTIONS(1798), [anon_sym_AMP_AMP] = ACTIONS(1798), @@ -300411,31 +300393,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, [2332] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(4769), + [sym_setter] = STATE(4769), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_RBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [anon_sym_STAR] = ACTIONS(1818), + [anon_sym_DASH_GT] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + }, + [2333] = { + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_RBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), @@ -300450,8 +300531,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), [anon_sym_STAR] = ACTIONS(1796), [anon_sym_DASH_GT] = ACTIONS(1798), [sym_label] = ACTIONS(1798), @@ -300509,244 +300590,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2333] = { - [sym_getter] = STATE(4728), - [sym_setter] = STATE(4728), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_RBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(5742), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(3344), - [anon_sym_DASH_GT] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - }, [2334] = { - [sym_getter] = STATE(4842), - [sym_setter] = STATE(4842), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_RBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(1808), - [anon_sym_DASH_GT] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - }, - [2335] = { - [sym_type_constraints] = STATE(2401), - [sym_property_delegate] = STATE(2509), - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_type_constraints] = STATE(2411), + [sym_property_delegate] = STATE(2478), + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(5978), + [anon_sym_EQ] = ACTIONS(5996), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(5980), + [anon_sym_by] = ACTIONS(5954), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(5824), + [anon_sym_where] = ACTIONS(5788), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3742), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), + [anon_sym_SEMI] = ACTIONS(3870), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), [anon_sym_STAR] = ACTIONS(1796), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), @@ -300802,81 +300687,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, + [2335] = { + [sym_primary_constructor] = STATE(3696), + [sym_class_body] = STATE(4006), + [sym__class_parameters] = STATE(3750), + [sym_type_constraints] = STATE(3736), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6002), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + }, [2336] = { - [sym_getter] = STATE(4842), - [sym_setter] = STATE(4842), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_RBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(3636), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(1808), - [anon_sym_DASH_GT] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [sym_type_constraints] = STATE(2396), + [sym_property_delegate] = STATE(2481), + [sym_getter] = STATE(5081), + [sym_setter] = STATE(5081), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6004), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(5954), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6006), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), + [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), @@ -300901,80 +300883,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, [2337] = { - [sym_getter] = STATE(3469), - [sym_setter] = STATE(3469), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_RBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(1808), - [anon_sym_DASH_GT] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [sym_getter] = STATE(3474), + [sym_setter] = STATE(3474), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_RBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(3642), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), + [anon_sym_STAR] = ACTIONS(1824), + [anon_sym_DASH_GT] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -300999,80 +300982,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, [2338] = { - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_RBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3640), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [sym_type_constraints] = STATE(2405), + [sym_property_delegate] = STATE(2519), + [sym_getter] = STATE(4019), + [sym_setter] = STATE(4019), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6008), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(5954), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6010), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), + [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), @@ -301097,80 +301079,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, [2339] = { - [sym_getter] = STATE(4827), - [sym_setter] = STATE(4827), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_RBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_RPAREN] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(1814), - [anon_sym_DASH_GT] = ACTIONS(1816), - [sym_label] = ACTIONS(1816), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_while] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1814), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [sym_type_constraints] = STATE(2412), + [sym_property_delegate] = STATE(2523), + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6012), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(5954), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(3662), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -301195,177 +301177,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, [2340] = { - [sym_getter] = STATE(4834), - [sym_setter] = STATE(4834), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_RBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_EQ] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_COMMA] = ACTIONS(3422), - [anon_sym_RPAREN] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_where] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(3420), - [anon_sym_DASH_GT] = ACTIONS(3422), - [sym_label] = ACTIONS(3422), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_while] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_PLUS_EQ] = ACTIONS(3422), - [anon_sym_DASH_EQ] = ACTIONS(3422), - [anon_sym_STAR_EQ] = ACTIONS(3422), - [anon_sym_SLASH_EQ] = ACTIONS(3422), - [anon_sym_PERCENT_EQ] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3420), - [anon_sym_as_QMARK] = ACTIONS(3422), - [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(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_object] = ACTIONS(4930), + [anon_sym_fun] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(4932), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_this] = ACTIONS(4930), + [anon_sym_super] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4932), + [sym_label] = ACTIONS(4930), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_null] = ACTIONS(4930), + [anon_sym_if] = ACTIONS(4930), + [anon_sym_else] = ACTIONS(6014), + [anon_sym_when] = ACTIONS(4930), + [anon_sym_try] = ACTIONS(4930), + [anon_sym_throw] = ACTIONS(4930), + [anon_sym_return] = ACTIONS(4930), + [anon_sym_continue] = ACTIONS(4930), + [anon_sym_break] = ACTIONS(4930), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG] = ACTIONS(4930), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), + [anon_sym_return_AT] = ACTIONS(4932), + [anon_sym_continue_AT] = ACTIONS(4932), + [anon_sym_break_AT] = ACTIONS(4932), + [anon_sym_this_AT] = ACTIONS(4932), + [anon_sym_super_AT] = ACTIONS(4932), + [sym_real_literal] = ACTIONS(4932), + [sym_integer_literal] = ACTIONS(4930), + [sym_hex_literal] = ACTIONS(4932), + [sym_bin_literal] = ACTIONS(4932), + [anon_sym_true] = ACTIONS(4930), + [anon_sym_false] = ACTIONS(4930), + [anon_sym_SQUOTE] = ACTIONS(4932), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4932), }, [2341] = { - [sym_type_constraints] = STATE(2407), - [sym_property_delegate] = STATE(2513), - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(5986), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(5980), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3702), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [sym_getter] = STATE(4746), + [sym_setter] = STATE(4746), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_RBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(3634), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [anon_sym_STAR] = ACTIONS(1824), + [anon_sym_DASH_GT] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -301390,81 +301374,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, [2342] = { - [sym_getter] = STATE(4728), - [sym_setter] = STATE(4728), - [sym_modifiers] = STATE(9282), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_RBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(5734), - [anon_sym_set] = ACTIONS(5736), - [anon_sym_STAR] = ACTIONS(3344), - [anon_sym_DASH_GT] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [sym_type_constraints] = STATE(2394), + [sym_property_delegate] = STATE(2474), + [sym_getter] = STATE(3963), + [sym_setter] = STATE(3963), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(6016), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_COMMA] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(5954), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(6018), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), + [anon_sym_STAR] = ACTIONS(3328), + [sym_label] = ACTIONS(3330), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_PLUS_EQ] = ACTIONS(3330), + [anon_sym_DASH_EQ] = ACTIONS(3330), + [anon_sym_STAR_EQ] = ACTIONS(3330), + [anon_sym_SLASH_EQ] = ACTIONS(3330), + [anon_sym_PERCENT_EQ] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3328), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG_BANG] = ACTIONS(3330), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -301489,373 +301471,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(3330), + [sym__automatic_semicolon] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), [sym_multiline_comment] = ACTIONS(3), }, [2343] = { - [sym_primary_constructor] = STATE(3683), - [sym__class_parameters] = STATE(3769), - [sym_type_constraints] = STATE(3823), - [sym_enum_class_body] = STATE(3839), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5988), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_object] = ACTIONS(4930), + [anon_sym_fun] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(6020), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_this] = ACTIONS(4930), + [anon_sym_super] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4932), + [sym_label] = ACTIONS(4930), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_null] = ACTIONS(4930), + [anon_sym_if] = ACTIONS(4930), + [anon_sym_else] = ACTIONS(6014), + [anon_sym_when] = ACTIONS(4930), + [anon_sym_try] = ACTIONS(4930), + [anon_sym_throw] = ACTIONS(4930), + [anon_sym_return] = ACTIONS(4930), + [anon_sym_continue] = ACTIONS(4930), + [anon_sym_break] = ACTIONS(4930), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG] = ACTIONS(4930), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [anon_sym_return_AT] = ACTIONS(4932), + [anon_sym_continue_AT] = ACTIONS(4932), + [anon_sym_break_AT] = ACTIONS(4932), + [anon_sym_this_AT] = ACTIONS(4932), + [anon_sym_super_AT] = ACTIONS(4932), + [sym_real_literal] = ACTIONS(4932), + [sym_integer_literal] = ACTIONS(4930), + [sym_hex_literal] = ACTIONS(4932), + [sym_bin_literal] = ACTIONS(4932), + [anon_sym_true] = ACTIONS(4930), + [anon_sym_false] = ACTIONS(4930), + [anon_sym_SQUOTE] = ACTIONS(4932), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4932), }, [2344] = { - [sym_primary_constructor] = STATE(3686), - [sym_class_body] = STATE(3953), - [sym__class_parameters] = STATE(3769), - [sym_type_constraints] = STATE(3786), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5990), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - }, - [2345] = { - [sym_primary_constructor] = STATE(4942), - [sym_class_body] = STATE(5175), - [sym__class_parameters] = STATE(5039), - [sym_type_constraints] = STATE(5030), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(5992), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5788), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [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(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [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), - }, - [2346] = { - [sym_type_constraints] = STATE(2398), - [sym_property_delegate] = STATE(2499), - [sym_getter] = STATE(3851), - [sym_setter] = STATE(3851), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(5994), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(5980), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(5996), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [sym_type_constraints] = STATE(2413), + [sym_property_delegate] = STATE(2466), + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6022), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(5954), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(3872), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -301880,80 +301667,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2347] = { - [sym_type_constraints] = STATE(2413), - [sym_property_delegate] = STATE(2522), - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(5998), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(5980), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3726), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2345] = { + [sym_getter] = STATE(4789), + [sym_setter] = STATE(4789), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(5721), + [anon_sym_set] = ACTIONS(5723), + [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), @@ -301978,81 +301766,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2348] = { - [sym_getter] = STATE(3498), - [sym_setter] = STATE(3498), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_RBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(3344), - [anon_sym_DASH_GT] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2346] = { + [sym_primary_constructor] = STATE(4929), + [sym__class_parameters] = STATE(5070), + [sym_type_constraints] = STATE(5276), + [sym_enum_class_body] = STATE(5392), + [sym_modifiers] = STATE(9738), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6024), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_constructor] = ACTIONS(5748), + [anon_sym_LBRACE] = ACTIONS(5750), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5752), + [anon_sym_where] = ACTIONS(5756), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, + [2347] = { + [sym_type_constraints] = STATE(2404), + [sym_property_delegate] = STATE(2524), + [sym_getter] = STATE(5170), + [sym_setter] = STATE(5170), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(6026), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_COMMA] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(5954), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(6028), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), + [anon_sym_STAR] = ACTIONS(3328), + [sym_label] = ACTIONS(3330), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_PLUS_EQ] = ACTIONS(3330), + [anon_sym_DASH_EQ] = ACTIONS(3330), + [anon_sym_STAR_EQ] = ACTIONS(3330), + [anon_sym_SLASH_EQ] = ACTIONS(3330), + [anon_sym_PERCENT_EQ] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3328), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG_BANG] = ACTIONS(3330), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -302077,21 +301961,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(3330), + [sym__automatic_semicolon] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), [sym_multiline_comment] = ACTIONS(3), }, - [2349] = { + [2348] = { [sym__alpha_identifier] = ACTIONS(4289), [anon_sym_AT] = ACTIONS(4287), [anon_sym_LBRACK] = ACTIONS(4287), [anon_sym_as] = ACTIONS(4289), [anon_sym_LBRACE] = ACTIONS(4287), [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(6000), + [anon_sym_LPAREN] = ACTIONS(6030), [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), [anon_sym_object] = ACTIONS(4289), @@ -302182,72 +302067,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4287), }, - [2350] = { - [sym_type_constraints] = STATE(2394), - [sym_property_delegate] = STATE(2473), - [sym_getter] = STATE(3907), - [sym_setter] = STATE(3907), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(6002), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_COMMA] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(5980), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(6004), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(3358), - [sym_label] = ACTIONS(3360), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_PLUS_EQ] = ACTIONS(3360), - [anon_sym_DASH_EQ] = ACTIONS(3360), - [anon_sym_STAR_EQ] = ACTIONS(3360), - [anon_sym_SLASH_EQ] = ACTIONS(3360), - [anon_sym_PERCENT_EQ] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3358), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG_BANG] = ACTIONS(3360), + [2349] = { + [sym_getter] = STATE(4746), + [sym_setter] = STATE(4746), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_RBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [anon_sym_STAR] = ACTIONS(1824), + [anon_sym_DASH_GT] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -302272,81 +302158,276 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3360), - [sym__automatic_semicolon] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, + [2350] = { + [sym_primary_constructor] = STATE(4902), + [sym_class_body] = STATE(5392), + [sym__class_parameters] = STATE(5070), + [sym_type_constraints] = STATE(5286), + [sym_modifiers] = STATE(9738), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6032), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_constructor] = ACTIONS(5748), + [anon_sym_LBRACE] = ACTIONS(5770), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5752), + [anon_sym_where] = ACTIONS(5756), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, [2351] = { - [sym_getter] = STATE(3498), - [sym_setter] = STATE(3498), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_RBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(5709), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(3344), - [anon_sym_DASH_GT] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [sym_primary_constructor] = STATE(3680), + [sym_class_body] = STATE(3939), + [sym__class_parameters] = STATE(3750), + [sym_type_constraints] = STATE(3744), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6034), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + }, + [2352] = { + [sym_type_constraints] = STATE(2429), + [sym_property_delegate] = STATE(2581), + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6036), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(5962), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(3924), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -302371,31 +302452,227 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2352] = { - [sym_getter] = STATE(3477), - [sym_setter] = STATE(3477), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2353] = { + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_RBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(3624), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [anon_sym_STAR] = ACTIONS(1810), + [anon_sym_DASH_GT] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + }, + [2354] = { + [sym_getter] = STATE(3492), + [sym_setter] = STATE(3492), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(5705), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + }, + [2355] = { + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_RBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), @@ -302409,9 +302686,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1732), [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(3634), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), [anon_sym_STAR] = ACTIONS(1732), [anon_sym_DASH_GT] = ACTIONS(1734), [sym_label] = ACTIONS(1734), @@ -302469,80 +302746,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2353] = { - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_RBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_DASH_GT] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2356] = { + [sym_primary_constructor] = STATE(4889), + [sym__class_parameters] = STATE(4968), + [sym_type_constraints] = STATE(5001), + [sym_enum_class_body] = STATE(5184), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6038), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5818), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + }, + [2357] = { + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_RBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [anon_sym_STAR] = ACTIONS(1810), + [anon_sym_DASH_GT] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -302567,79 +302942,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2354] = { - [sym_primary_constructor] = STATE(3692), - [sym__class_parameters] = STATE(3769), - [sym_type_constraints] = STATE(3753), - [sym_enum_class_body] = STATE(3953), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [2358] = { + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_RBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(3622), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [anon_sym_STAR] = ACTIONS(1732), + [anon_sym_DASH_GT] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), + [sym_multiline_comment] = ACTIONS(3), + }, + [2359] = { + [sym_primary_constructor] = STATE(4921), + [sym__class_parameters] = STATE(4968), + [sym_type_constraints] = STATE(5008), + [sym_enum_class_body] = STATE(5173), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6006), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_COLON] = ACTIONS(6040), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5818), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -302667,29 +303140,225 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [2355] = { - [sym_getter] = STATE(3458), - [sym_setter] = STATE(3458), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2360] = { + [sym__alpha_identifier] = ACTIONS(4848), + [anon_sym_AT] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_as] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_LPAREN] = ACTIONS(6042), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_object] = ACTIONS(4848), + [anon_sym_fun] = ACTIONS(4848), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym_get] = ACTIONS(4848), + [anon_sym_set] = ACTIONS(4848), + [anon_sym_this] = ACTIONS(4848), + [anon_sym_super] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4850), + [sym_label] = ACTIONS(4848), + [anon_sym_in] = ACTIONS(4848), + [anon_sym_DOT_DOT] = ACTIONS(4850), + [anon_sym_QMARK_COLON] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_null] = ACTIONS(4848), + [anon_sym_if] = ACTIONS(4848), + [anon_sym_else] = ACTIONS(4848), + [anon_sym_when] = ACTIONS(4848), + [anon_sym_try] = ACTIONS(4848), + [anon_sym_throw] = ACTIONS(4848), + [anon_sym_return] = ACTIONS(4848), + [anon_sym_continue] = ACTIONS(4848), + [anon_sym_break] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4850), + [anon_sym_EQ_EQ] = ACTIONS(4848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_BANGin] = ACTIONS(4850), + [anon_sym_is] = ACTIONS(4848), + [anon_sym_BANGis] = ACTIONS(4850), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4850), + [anon_sym_as_QMARK] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_BANG] = ACTIONS(4848), + [anon_sym_BANG_BANG] = ACTIONS(4850), + [anon_sym_suspend] = ACTIONS(4848), + [anon_sym_sealed] = ACTIONS(4848), + [anon_sym_annotation] = ACTIONS(4848), + [anon_sym_data] = ACTIONS(4848), + [anon_sym_inner] = ACTIONS(4848), + [anon_sym_value] = ACTIONS(4848), + [anon_sym_override] = ACTIONS(4848), + [anon_sym_lateinit] = ACTIONS(4848), + [anon_sym_public] = ACTIONS(4848), + [anon_sym_private] = ACTIONS(4848), + [anon_sym_internal] = ACTIONS(4848), + [anon_sym_protected] = ACTIONS(4848), + [anon_sym_tailrec] = ACTIONS(4848), + [anon_sym_operator] = ACTIONS(4848), + [anon_sym_infix] = ACTIONS(4848), + [anon_sym_inline] = ACTIONS(4848), + [anon_sym_external] = ACTIONS(4848), + [sym_property_modifier] = ACTIONS(4848), + [anon_sym_abstract] = ACTIONS(4848), + [anon_sym_final] = ACTIONS(4848), + [anon_sym_open] = ACTIONS(4848), + [anon_sym_vararg] = ACTIONS(4848), + [anon_sym_noinline] = ACTIONS(4848), + [anon_sym_crossinline] = ACTIONS(4848), + [anon_sym_expect] = ACTIONS(4848), + [anon_sym_actual] = ACTIONS(4848), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4850), + [anon_sym_continue_AT] = ACTIONS(4850), + [anon_sym_break_AT] = ACTIONS(4850), + [anon_sym_this_AT] = ACTIONS(4850), + [anon_sym_super_AT] = ACTIONS(4850), + [sym_real_literal] = ACTIONS(4850), + [sym_integer_literal] = ACTIONS(4848), + [sym_hex_literal] = ACTIONS(4850), + [sym_bin_literal] = ACTIONS(4850), + [anon_sym_true] = ACTIONS(4848), + [anon_sym_false] = ACTIONS(4848), + [anon_sym_SQUOTE] = ACTIONS(4850), + [sym__backtick_identifier] = ACTIONS(4850), + [sym__automatic_semicolon] = ACTIONS(4850), + [sym_safe_nav] = ACTIONS(4850), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4850), + }, + [2361] = { + [sym_type_constraints] = STATE(2428), + [sym_property_delegate] = STATE(2576), + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6044), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(5962), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(3942), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), + [sym_multiline_comment] = ACTIONS(3), + }, + [2362] = { + [sym_getter] = STATE(3455), + [sym_setter] = STATE(3455), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(3422), [anon_sym_RBRACK] = ACTIONS(3422), [anon_sym_as] = ACTIONS(3420), @@ -302704,8 +303373,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(3420), [anon_sym_DOT] = ACTIONS(3420), [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), [anon_sym_STAR] = ACTIONS(3420), [anon_sym_DASH_GT] = ACTIONS(3422), [sym_label] = ACTIONS(3422), @@ -302763,276 +303432,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(3422), [sym_safe_nav] = ACTIONS(3422), [sym_multiline_comment] = ACTIONS(3), }, - [2356] = { - [sym__alpha_identifier] = ACTIONS(4874), - [anon_sym_AT] = ACTIONS(4876), - [anon_sym_LBRACK] = ACTIONS(4876), - [anon_sym_as] = ACTIONS(4874), - [anon_sym_LBRACE] = ACTIONS(4876), - [anon_sym_RBRACE] = ACTIONS(4876), - [anon_sym_LPAREN] = ACTIONS(6008), - [anon_sym_LT] = ACTIONS(4874), - [anon_sym_GT] = ACTIONS(4874), - [anon_sym_object] = ACTIONS(4874), - [anon_sym_fun] = ACTIONS(4874), - [anon_sym_DOT] = ACTIONS(4874), - [anon_sym_SEMI] = ACTIONS(4876), - [anon_sym_get] = ACTIONS(4874), - [anon_sym_set] = ACTIONS(4874), - [anon_sym_this] = ACTIONS(4874), - [anon_sym_super] = ACTIONS(4874), - [anon_sym_STAR] = ACTIONS(4876), - [sym_label] = ACTIONS(4874), - [anon_sym_in] = ACTIONS(4874), - [anon_sym_DOT_DOT] = ACTIONS(4876), - [anon_sym_QMARK_COLON] = ACTIONS(4876), - [anon_sym_AMP_AMP] = ACTIONS(4876), - [anon_sym_PIPE_PIPE] = ACTIONS(4876), - [anon_sym_null] = ACTIONS(4874), - [anon_sym_if] = ACTIONS(4874), - [anon_sym_else] = ACTIONS(4874), - [anon_sym_when] = ACTIONS(4874), - [anon_sym_try] = ACTIONS(4874), - [anon_sym_throw] = ACTIONS(4874), - [anon_sym_return] = ACTIONS(4874), - [anon_sym_continue] = ACTIONS(4874), - [anon_sym_break] = ACTIONS(4874), - [anon_sym_COLON_COLON] = ACTIONS(4876), - [anon_sym_BANG_EQ] = ACTIONS(4874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4876), - [anon_sym_EQ_EQ] = ACTIONS(4874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4876), - [anon_sym_LT_EQ] = ACTIONS(4876), - [anon_sym_GT_EQ] = ACTIONS(4876), - [anon_sym_BANGin] = ACTIONS(4876), - [anon_sym_is] = ACTIONS(4874), - [anon_sym_BANGis] = ACTIONS(4876), - [anon_sym_PLUS] = ACTIONS(4874), - [anon_sym_DASH] = ACTIONS(4874), - [anon_sym_SLASH] = ACTIONS(4874), - [anon_sym_PERCENT] = ACTIONS(4876), - [anon_sym_as_QMARK] = ACTIONS(4876), - [anon_sym_PLUS_PLUS] = ACTIONS(4876), - [anon_sym_DASH_DASH] = ACTIONS(4876), - [anon_sym_BANG] = ACTIONS(4874), - [anon_sym_BANG_BANG] = ACTIONS(4876), - [anon_sym_suspend] = ACTIONS(4874), - [anon_sym_sealed] = ACTIONS(4874), - [anon_sym_annotation] = ACTIONS(4874), - [anon_sym_data] = ACTIONS(4874), - [anon_sym_inner] = ACTIONS(4874), - [anon_sym_value] = ACTIONS(4874), - [anon_sym_override] = ACTIONS(4874), - [anon_sym_lateinit] = ACTIONS(4874), - [anon_sym_public] = ACTIONS(4874), - [anon_sym_private] = ACTIONS(4874), - [anon_sym_internal] = ACTIONS(4874), - [anon_sym_protected] = ACTIONS(4874), - [anon_sym_tailrec] = ACTIONS(4874), - [anon_sym_operator] = ACTIONS(4874), - [anon_sym_infix] = ACTIONS(4874), - [anon_sym_inline] = ACTIONS(4874), - [anon_sym_external] = ACTIONS(4874), - [sym_property_modifier] = ACTIONS(4874), - [anon_sym_abstract] = ACTIONS(4874), - [anon_sym_final] = ACTIONS(4874), - [anon_sym_open] = ACTIONS(4874), - [anon_sym_vararg] = ACTIONS(4874), - [anon_sym_noinline] = ACTIONS(4874), - [anon_sym_crossinline] = ACTIONS(4874), - [anon_sym_expect] = ACTIONS(4874), - [anon_sym_actual] = ACTIONS(4874), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4876), - [anon_sym_continue_AT] = ACTIONS(4876), - [anon_sym_break_AT] = ACTIONS(4876), - [anon_sym_this_AT] = ACTIONS(4876), - [anon_sym_super_AT] = ACTIONS(4876), - [sym_real_literal] = ACTIONS(4876), - [sym_integer_literal] = ACTIONS(4874), - [sym_hex_literal] = ACTIONS(4876), - [sym_bin_literal] = ACTIONS(4876), - [anon_sym_true] = ACTIONS(4874), - [anon_sym_false] = ACTIONS(4874), - [anon_sym_SQUOTE] = ACTIONS(4876), - [sym__backtick_identifier] = ACTIONS(4876), - [sym__automatic_semicolon] = ACTIONS(4876), - [sym_safe_nav] = ACTIONS(4876), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4876), - }, - [2357] = { - [sym_type_constraints] = STATE(2414), - [sym_property_delegate] = STATE(2515), - [sym_getter] = STATE(5144), - [sym_setter] = STATE(5144), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(6010), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_COMMA] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(5980), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(6012), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(3358), - [sym_label] = ACTIONS(3360), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_PLUS_EQ] = ACTIONS(3360), - [anon_sym_DASH_EQ] = ACTIONS(3360), - [anon_sym_STAR_EQ] = ACTIONS(3360), - [anon_sym_SLASH_EQ] = ACTIONS(3360), - [anon_sym_PERCENT_EQ] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3358), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG_BANG] = ACTIONS(3360), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3360), - [sym__automatic_semicolon] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), - [sym_multiline_comment] = ACTIONS(3), - }, - [2358] = { - [sym_type_constraints] = STATE(2441), - [sym_property_delegate] = STATE(2579), - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6018), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3920), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2363] = { + [sym_getter] = STATE(3474), + [sym_setter] = STATE(3474), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_RBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), + [anon_sym_STAR] = ACTIONS(1824), + [anon_sym_DASH_GT] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -303057,178 +303530,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [2359] = { - [sym_primary_constructor] = STATE(3702), - [sym_class_body] = STATE(3956), - [sym__class_parameters] = STATE(3769), - [sym_type_constraints] = STATE(3721), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6024), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [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(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2360] = { - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_RBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3628), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_DASH_GT] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2364] = { + [sym_type_constraints] = STATE(2464), + [sym_property_delegate] = STATE(2596), + [sym_getter] = STATE(4789), + [sym_setter] = STATE(4789), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6046), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_RPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(5962), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6048), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [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), @@ -303253,31 +303628,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2361] = { - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2365] = { + [sym_getter] = STATE(3461), + [sym_setter] = STATE(3461), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1792), [anon_sym_RBRACK] = ACTIONS(1792), [anon_sym_as] = ACTIONS(1790), @@ -303292,8 +303667,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1790), [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), [anon_sym_STAR] = ACTIONS(1790), [anon_sym_DASH_GT] = ACTIONS(1792), [sym_label] = ACTIONS(1792), @@ -303351,815 +303726,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), }, - [2362] = { - [sym_type_constraints] = STATE(2411), - [sym_property_delegate] = STATE(2505), - [sym_getter] = STATE(5108), - [sym_setter] = STATE(5108), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6026), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(5980), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6028), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - }, - [2363] = { - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_RBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3630), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(1790), - [anon_sym_DASH_GT] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - }, - [2364] = { - [sym_type_constraints] = STATE(2408), - [sym_property_delegate] = STATE(2489), - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6030), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(5980), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3876), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - }, - [2365] = { - [sym_primary_constructor] = STATE(4901), - [sym_class_body] = STATE(5118), - [sym__class_parameters] = STATE(5039), - [sym_type_constraints] = STATE(5029), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6032), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5788), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - }, [2366] = { - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_RBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(5387), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(4295), + [anon_sym_fun] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(4295), + [anon_sym_super] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4298), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(4295), + [anon_sym_if] = ACTIONS(4295), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4295), + [anon_sym_try] = ACTIONS(4295), + [anon_sym_throw] = ACTIONS(4295), + [anon_sym_return] = ACTIONS(4295), + [anon_sym_continue] = ACTIONS(4295), + [anon_sym_break] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4301), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(4295), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_suspend] = ACTIONS(4303), + [anon_sym_sealed] = ACTIONS(4303), + [anon_sym_annotation] = ACTIONS(4303), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [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(4295), + [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [anon_sym_return_AT] = ACTIONS(4298), + [anon_sym_continue_AT] = ACTIONS(4298), + [anon_sym_break_AT] = ACTIONS(4298), + [anon_sym_this_AT] = ACTIONS(4298), + [anon_sym_super_AT] = ACTIONS(4298), + [sym_real_literal] = ACTIONS(4298), + [sym_integer_literal] = ACTIONS(4295), + [sym_hex_literal] = ACTIONS(4298), + [sym_bin_literal] = ACTIONS(4298), + [anon_sym_true] = ACTIONS(4295), + [anon_sym_false] = ACTIONS(4295), + [anon_sym_SQUOTE] = ACTIONS(4298), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4298), }, [2367] = { - [sym_type_constraints] = STATE(2404), - [sym_property_delegate] = STATE(2484), - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6034), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(5980), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3662), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - }, - [2368] = { - [sym_primary_constructor] = STATE(4895), - [sym__class_parameters] = STATE(5111), - [sym_type_constraints] = STATE(5314), - [sym_enum_class_body] = STATE(5353), - [sym_modifiers] = STATE(9675), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6036), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_constructor] = ACTIONS(5756), - [anon_sym_LBRACE] = ACTIONS(5758), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(5760), - [anon_sym_where] = ACTIONS(5764), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), - }, - [2369] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(6038), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4262), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [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(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [2370] = { [sym__alpha_identifier] = ACTIONS(4281), [anon_sym_AT] = ACTIONS(4284), [anon_sym_LBRACK] = ACTIONS(4284), [anon_sym_as] = ACTIONS(4289), [anon_sym_LBRACE] = ACTIONS(4284), [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(6042), + [anon_sym_LPAREN] = ACTIONS(5315), [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), + [anon_sym_object] = ACTIONS(4281), + [anon_sym_fun] = ACTIONS(4281), [anon_sym_DOT] = ACTIONS(4289), [anon_sym_SEMI] = ACTIONS(4287), [anon_sym_get] = ACTIONS(4281), [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), + [anon_sym_this] = ACTIONS(4281), + [anon_sym_super] = ACTIONS(4281), [anon_sym_STAR] = ACTIONS(4284), [sym_label] = ACTIONS(4281), [anon_sym_in] = ACTIONS(4289), @@ -304167,15 +303856,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(4287), [anon_sym_AMP_AMP] = ACTIONS(4287), [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), + [anon_sym_null] = ACTIONS(4281), + [anon_sym_if] = ACTIONS(4281), [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), + [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(4284), [anon_sym_BANG_EQ] = ACTIONS(4289), [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), @@ -304193,7 +303882,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(4287), [anon_sym_PLUS_PLUS] = ACTIONS(4284), [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4004), + [anon_sym_BANG] = ACTIONS(4281), [anon_sym_BANG_BANG] = ACTIONS(4287), [anon_sym_suspend] = ACTIONS(4289), [anon_sym_sealed] = ACTIONS(4289), @@ -304222,42 +303911,238 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4281), [anon_sym_actual] = ACTIONS(4281), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), + [anon_sym_return_AT] = ACTIONS(4284), + [anon_sym_continue_AT] = ACTIONS(4284), + [anon_sym_break_AT] = ACTIONS(4284), + [anon_sym_this_AT] = ACTIONS(4284), + [anon_sym_super_AT] = ACTIONS(4284), + [sym_real_literal] = ACTIONS(4284), + [sym_integer_literal] = ACTIONS(4281), + [sym_hex_literal] = ACTIONS(4284), + [sym_bin_literal] = ACTIONS(4284), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [anon_sym_SQUOTE] = ACTIONS(4284), [sym__backtick_identifier] = ACTIONS(4284), [sym__automatic_semicolon] = ACTIONS(4287), [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), + [sym__string_start] = ACTIONS(4284), }, - [2371] = { - [sym_getter] = STATE(3477), - [sym_setter] = STATE(3477), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2368] = { + [sym_getter] = STATE(3466), + [sym_setter] = STATE(3466), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_RBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(3644), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), + [anon_sym_STAR] = ACTIONS(1818), + [anon_sym_DASH_GT] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + }, + [2369] = { + [sym_getter] = STATE(3466), + [sym_setter] = STATE(3466), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_RBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), + [anon_sym_STAR] = ACTIONS(1818), + [anon_sym_DASH_GT] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + }, + [2370] = { + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_RBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), @@ -304272,8 +304157,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), [anon_sym_STAR] = ACTIONS(1732), [anon_sym_DASH_GT] = ACTIONS(1734), [sym_label] = ACTIONS(1734), @@ -304331,80 +304216,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2372] = { - [sym_type_constraints] = STATE(2424), - [sym_property_delegate] = STATE(2581), - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6046), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3928), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2371] = { + [sym_type_constraints] = STATE(2432), + [sym_property_delegate] = STATE(2577), + [sym_getter] = STATE(4851), + [sym_setter] = STATE(4851), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(6050), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_RPAREN] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(5962), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(6052), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [anon_sym_STAR] = ACTIONS(3328), + [sym_label] = ACTIONS(3330), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_while] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_PLUS_EQ] = ACTIONS(3330), + [anon_sym_DASH_EQ] = ACTIONS(3330), + [anon_sym_STAR_EQ] = ACTIONS(3330), + [anon_sym_SLASH_EQ] = ACTIONS(3330), + [anon_sym_PERCENT_EQ] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3328), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG_BANG] = ACTIONS(3330), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -304429,80 +304314,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), + [sym_multiline_comment] = ACTIONS(3), + }, + [2372] = { + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4301), + [anon_sym_LBRACK] = ACTIONS(4301), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4301), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(6054), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(4303), + [anon_sym_fun] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_this] = ACTIONS(4303), + [anon_sym_super] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4301), + [sym_label] = ACTIONS(4303), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [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(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4301), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4301), + [anon_sym_DASH_DASH] = ACTIONS(4301), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [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_value] = 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(4301), + [anon_sym_continue_AT] = ACTIONS(4301), + [anon_sym_break_AT] = ACTIONS(4301), + [anon_sym_this_AT] = ACTIONS(4301), + [anon_sym_super_AT] = ACTIONS(4301), + [sym_real_literal] = ACTIONS(4301), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4301), + [sym_bin_literal] = ACTIONS(4301), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4301), + [sym__backtick_identifier] = ACTIONS(4301), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4301), }, [2373] = { - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_modifiers] = STATE(9249), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_RBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3632), - [anon_sym_get] = ACTIONS(5711), - [anon_sym_set] = ACTIONS(5713), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_RBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(3626), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [anon_sym_STAR] = ACTIONS(1796), + [anon_sym_DASH_GT] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -304527,177 +304510,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, [2374] = { - [sym__alpha_identifier] = ACTIONS(4267), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(6048), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4267), - [anon_sym_fun] = ACTIONS(4267), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4267), - [anon_sym_set] = ACTIONS(4267), - [anon_sym_this] = ACTIONS(4267), - [anon_sym_super] = ACTIONS(4267), - [anon_sym_STAR] = ACTIONS(4265), - [sym_label] = ACTIONS(4267), - [anon_sym_in] = ACTIONS(4267), - [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(4267), - [anon_sym_if] = ACTIONS(4267), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4267), - [anon_sym_try] = ACTIONS(4267), - [anon_sym_throw] = ACTIONS(4267), - [anon_sym_return] = ACTIONS(4267), - [anon_sym_continue] = ACTIONS(4267), - [anon_sym_break] = ACTIONS(4267), - [anon_sym_COLON_COLON] = ACTIONS(4265), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4267), - [anon_sym_DASH] = ACTIONS(4267), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4265), - [anon_sym_DASH_DASH] = ACTIONS(4265), - [anon_sym_BANG] = ACTIONS(4267), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4267), - [anon_sym_inner] = ACTIONS(4267), - [anon_sym_value] = ACTIONS(4267), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4267), - [anon_sym_actual] = ACTIONS(4267), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4265), - [anon_sym_continue_AT] = ACTIONS(4265), - [anon_sym_break_AT] = ACTIONS(4265), - [anon_sym_this_AT] = ACTIONS(4265), - [anon_sym_super_AT] = ACTIONS(4265), - [sym_real_literal] = ACTIONS(4265), - [sym_integer_literal] = ACTIONS(4267), - [sym_hex_literal] = ACTIONS(4265), - [sym_bin_literal] = ACTIONS(4265), - [anon_sym_true] = ACTIONS(4267), - [anon_sym_false] = ACTIONS(4267), - [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), - }, - [2375] = { - [sym_type_constraints] = STATE(2397), - [sym_property_delegate] = STATE(2483), - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6050), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(5980), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3880), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_RBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), + [anon_sym_STAR] = ACTIONS(1810), + [anon_sym_DASH_GT] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -304722,147 +304608,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, + [2375] = { + [sym_primary_constructor] = STATE(4896), + [sym_class_body] = STATE(5328), + [sym__class_parameters] = STATE(5070), + [sym_type_constraints] = STATE(5270), + [sym_modifiers] = STATE(9738), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6056), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_constructor] = ACTIONS(5748), + [anon_sym_LBRACE] = ACTIONS(5770), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(5752), + [anon_sym_where] = ACTIONS(5756), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), + }, [2376] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_object] = ACTIONS(4818), - [anon_sym_fun] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(4820), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_this] = ACTIONS(4818), - [anon_sym_super] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4820), - [sym_label] = ACTIONS(4818), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_null] = ACTIONS(4818), - [anon_sym_if] = ACTIONS(4818), - [anon_sym_else] = ACTIONS(6052), - [anon_sym_when] = ACTIONS(4818), - [anon_sym_try] = ACTIONS(4818), - [anon_sym_throw] = ACTIONS(4818), - [anon_sym_return] = ACTIONS(4818), - [anon_sym_continue] = ACTIONS(4818), - [anon_sym_break] = ACTIONS(4818), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4820), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG] = ACTIONS(4818), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_RBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [anon_sym_STAR] = ACTIONS(1796), + [anon_sym_DASH_GT] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4820), - [anon_sym_continue_AT] = ACTIONS(4820), - [anon_sym_break_AT] = ACTIONS(4820), - [anon_sym_this_AT] = ACTIONS(4820), - [anon_sym_super_AT] = ACTIONS(4820), - [sym_real_literal] = ACTIONS(4820), - [sym_integer_literal] = ACTIONS(4818), - [sym_hex_literal] = ACTIONS(4820), - [sym_bin_literal] = ACTIONS(4820), - [anon_sym_true] = ACTIONS(4818), - [anon_sym_false] = ACTIONS(4818), - [anon_sym_SQUOTE] = ACTIONS(4820), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), + [sym__backtick_identifier] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4820), }, [2377] = { + [sym_primary_constructor] = STATE(3686), + [sym__class_parameters] = STATE(3750), + [sym_type_constraints] = STATE(3713), + [sym_enum_class_body] = STATE(3939), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6058), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + }, + [2378] = { [sym_type_constraints] = STATE(2420), - [sym_property_delegate] = STATE(2586), - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_property_delegate] = STATE(2544), + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6054), + [anon_sym_EQ] = ACTIONS(6060), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(5960), + [anon_sym_by] = ACTIONS(5962), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(5492), + [anon_sym_where] = ACTIONS(5576), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3930), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), + [anon_sym_SEMI] = ACTIONS(3944), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), [anon_sym_STAR] = ACTIONS(1796), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), @@ -304919,79 +305000,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2378] = { - [sym_primary_constructor] = STATE(4930), - [sym__class_parameters] = STATE(5039), - [sym_type_constraints] = STATE(4981), - [sym_enum_class_body] = STATE(5246), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), + [2379] = { + [sym_getter] = STATE(4789), + [sym_setter] = STATE(4789), + [sym_modifiers] = STATE(9265), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(5727), + [anon_sym_get] = ACTIONS(5721), + [anon_sym_set] = ACTIONS(5723), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + }, + [2380] = { + [sym_primary_constructor] = STATE(4954), + [sym_class_body] = STATE(5190), + [sym__class_parameters] = STATE(4968), + [sym_type_constraints] = STATE(4983), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6056), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5770), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), + [anon_sym_COLON] = ACTIONS(6062), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5830), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -305019,274 +305198,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), [sym_multiline_comment] = ACTIONS(3), }, - [2379] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_object] = ACTIONS(4818), - [anon_sym_fun] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(6058), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_this] = ACTIONS(4818), - [anon_sym_super] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4820), - [sym_label] = ACTIONS(4818), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_null] = ACTIONS(4818), - [anon_sym_if] = ACTIONS(4818), - [anon_sym_else] = ACTIONS(6052), - [anon_sym_when] = ACTIONS(4818), - [anon_sym_try] = ACTIONS(4818), - [anon_sym_throw] = ACTIONS(4818), - [anon_sym_return] = ACTIONS(4818), - [anon_sym_continue] = ACTIONS(4818), - [anon_sym_break] = ACTIONS(4818), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4820), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG] = ACTIONS(4818), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4820), - [anon_sym_continue_AT] = ACTIONS(4820), - [anon_sym_break_AT] = ACTIONS(4820), - [anon_sym_this_AT] = ACTIONS(4820), - [anon_sym_super_AT] = ACTIONS(4820), - [sym_real_literal] = ACTIONS(4820), - [sym_integer_literal] = ACTIONS(4818), - [sym_hex_literal] = ACTIONS(4820), - [sym_bin_literal] = ACTIONS(4820), - [anon_sym_true] = ACTIONS(4818), - [anon_sym_false] = ACTIONS(4818), - [anon_sym_SQUOTE] = ACTIONS(4820), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4820), - }, - [2380] = { - [sym_primary_constructor] = STATE(4960), - [sym_class_body] = STATE(5316), - [sym__class_parameters] = STATE(5111), - [sym_type_constraints] = STATE(5270), - [sym_modifiers] = STATE(9675), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6060), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_constructor] = ACTIONS(5756), - [anon_sym_LBRACE] = ACTIONS(5780), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(5760), - [anon_sym_where] = ACTIONS(5764), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [anon_sym_null] = ACTIONS(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANGin] = ACTIONS(3274), - [anon_sym_is] = ACTIONS(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3270), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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), - }, [2381] = { - [sym_type_constraints] = STATE(2453), - [sym_property_delegate] = STATE(2588), - [sym_getter] = STATE(4728), - [sym_setter] = STATE(4728), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6062), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6064), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_RBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(3640), + [anon_sym_get] = ACTIONS(5707), + [anon_sym_set] = ACTIONS(5709), + [anon_sym_STAR] = ACTIONS(1810), + [anon_sym_DASH_GT] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -305311,568 +305294,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, [2382] = { - [sym__alpha_identifier] = ACTIONS(4892), - [anon_sym_AT] = ACTIONS(4894), - [anon_sym_LBRACK] = ACTIONS(4894), - [anon_sym_as] = ACTIONS(4892), - [anon_sym_LBRACE] = ACTIONS(4894), - [anon_sym_RBRACE] = ACTIONS(4894), - [anon_sym_LPAREN] = ACTIONS(6066), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym_GT] = ACTIONS(4892), - [anon_sym_object] = ACTIONS(4892), - [anon_sym_fun] = ACTIONS(4892), - [anon_sym_DOT] = ACTIONS(4892), - [anon_sym_SEMI] = ACTIONS(4894), - [anon_sym_get] = ACTIONS(4892), - [anon_sym_set] = ACTIONS(4892), - [anon_sym_this] = ACTIONS(4892), - [anon_sym_super] = ACTIONS(4892), - [anon_sym_STAR] = ACTIONS(4894), - [sym_label] = ACTIONS(4892), - [anon_sym_in] = ACTIONS(4892), - [anon_sym_DOT_DOT] = ACTIONS(4894), - [anon_sym_QMARK_COLON] = ACTIONS(4894), - [anon_sym_AMP_AMP] = ACTIONS(4894), - [anon_sym_PIPE_PIPE] = ACTIONS(4894), - [anon_sym_null] = ACTIONS(4892), - [anon_sym_if] = ACTIONS(4892), - [anon_sym_else] = ACTIONS(4892), - [anon_sym_when] = ACTIONS(4892), - [anon_sym_try] = ACTIONS(4892), - [anon_sym_throw] = ACTIONS(4892), - [anon_sym_return] = ACTIONS(4892), - [anon_sym_continue] = ACTIONS(4892), - [anon_sym_break] = ACTIONS(4892), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_BANG_EQ] = ACTIONS(4892), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4894), - [anon_sym_EQ_EQ] = ACTIONS(4892), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4894), - [anon_sym_LT_EQ] = ACTIONS(4894), - [anon_sym_GT_EQ] = ACTIONS(4894), - [anon_sym_BANGin] = ACTIONS(4894), - [anon_sym_is] = ACTIONS(4892), - [anon_sym_BANGis] = ACTIONS(4894), - [anon_sym_PLUS] = ACTIONS(4892), - [anon_sym_DASH] = ACTIONS(4892), - [anon_sym_SLASH] = ACTIONS(4892), - [anon_sym_PERCENT] = ACTIONS(4894), - [anon_sym_as_QMARK] = ACTIONS(4894), - [anon_sym_PLUS_PLUS] = ACTIONS(4894), - [anon_sym_DASH_DASH] = ACTIONS(4894), - [anon_sym_BANG] = ACTIONS(4892), - [anon_sym_BANG_BANG] = ACTIONS(4894), - [anon_sym_suspend] = ACTIONS(4892), - [anon_sym_sealed] = ACTIONS(4892), - [anon_sym_annotation] = ACTIONS(4892), - [anon_sym_data] = ACTIONS(4892), - [anon_sym_inner] = ACTIONS(4892), - [anon_sym_value] = ACTIONS(4892), - [anon_sym_override] = ACTIONS(4892), - [anon_sym_lateinit] = ACTIONS(4892), - [anon_sym_public] = ACTIONS(4892), - [anon_sym_private] = ACTIONS(4892), - [anon_sym_internal] = ACTIONS(4892), - [anon_sym_protected] = ACTIONS(4892), - [anon_sym_tailrec] = ACTIONS(4892), - [anon_sym_operator] = ACTIONS(4892), - [anon_sym_infix] = ACTIONS(4892), - [anon_sym_inline] = ACTIONS(4892), - [anon_sym_external] = ACTIONS(4892), - [sym_property_modifier] = ACTIONS(4892), - [anon_sym_abstract] = ACTIONS(4892), - [anon_sym_final] = ACTIONS(4892), - [anon_sym_open] = ACTIONS(4892), - [anon_sym_vararg] = ACTIONS(4892), - [anon_sym_noinline] = ACTIONS(4892), - [anon_sym_crossinline] = ACTIONS(4892), - [anon_sym_expect] = ACTIONS(4892), - [anon_sym_actual] = ACTIONS(4892), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4894), - [anon_sym_continue_AT] = ACTIONS(4894), - [anon_sym_break_AT] = ACTIONS(4894), - [anon_sym_this_AT] = ACTIONS(4894), - [anon_sym_super_AT] = ACTIONS(4894), - [sym_real_literal] = ACTIONS(4894), - [sym_integer_literal] = ACTIONS(4892), - [sym_hex_literal] = ACTIONS(4894), - [sym_bin_literal] = ACTIONS(4894), - [anon_sym_true] = ACTIONS(4892), - [anon_sym_false] = ACTIONS(4892), - [anon_sym_SQUOTE] = ACTIONS(4894), - [sym__backtick_identifier] = ACTIONS(4894), - [sym__automatic_semicolon] = ACTIONS(4894), - [sym_safe_nav] = ACTIONS(4894), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4894), - }, - [2383] = { - [sym_type_constraints] = STATE(2465), - [sym_property_delegate] = STATE(2544), - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6068), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3940), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [2384] = { - [sym_type_constraints] = STATE(2428), - [sym_property_delegate] = STATE(2591), - [sym_getter] = STATE(4797), - [sym_setter] = STATE(4797), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(6070), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_RPAREN] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(6072), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(3358), - [sym_label] = ACTIONS(3360), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_while] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_PLUS_EQ] = ACTIONS(3360), - [anon_sym_DASH_EQ] = ACTIONS(3360), - [anon_sym_STAR_EQ] = ACTIONS(3360), - [anon_sym_SLASH_EQ] = ACTIONS(3360), - [anon_sym_PERCENT_EQ] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3358), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG_BANG] = ACTIONS(3360), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), - [sym_multiline_comment] = ACTIONS(3), - }, - [2385] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(5445), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4259), - [anon_sym_fun] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4259), - [anon_sym_super] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4262), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [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(4259), - [anon_sym_if] = ACTIONS(4259), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4259), - [anon_sym_try] = ACTIONS(4259), - [anon_sym_throw] = ACTIONS(4259), - [anon_sym_return] = ACTIONS(4259), - [anon_sym_continue] = ACTIONS(4259), - [anon_sym_break] = ACTIONS(4259), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4259), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_suspend] = ACTIONS(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4262), - [anon_sym_continue_AT] = ACTIONS(4262), - [anon_sym_break_AT] = ACTIONS(4262), - [anon_sym_this_AT] = ACTIONS(4262), - [anon_sym_super_AT] = ACTIONS(4262), - [sym_real_literal] = ACTIONS(4262), - [sym_integer_literal] = ACTIONS(4259), - [sym_hex_literal] = ACTIONS(4262), - [sym_bin_literal] = ACTIONS(4262), - [anon_sym_true] = ACTIONS(4259), - [anon_sym_false] = ACTIONS(4259), - [anon_sym_SQUOTE] = ACTIONS(4262), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4262), - }, - [2386] = { - [sym_primary_constructor] = STATE(4009), - [sym__class_parameters] = STATE(3293), - [sym_type_parameters] = STATE(2427), - [sym_type_constraints] = STATE(3311), - [sym_enum_class_body] = STATE(3562), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6074), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_RBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_RPAREN] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [anon_sym_DASH_GT] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_while] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - }, - [2387] = { - [sym_primary_constructor] = STATE(4015), - [sym__class_parameters] = STATE(3293), - [sym_type_parameters] = STATE(2421), - [sym_type_constraints] = STATE(3284), - [sym_enum_class_body] = STATE(3521), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), + [sym_primary_constructor] = STATE(4906), + [sym_class_body] = STATE(5173), + [sym__class_parameters] = STATE(4968), + [sym_type_constraints] = STATE(5062), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6076), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_RBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_COMMA] = ACTIONS(3248), - [anon_sym_RPAREN] = ACTIONS(3248), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3248), - [anon_sym_DASH_GT] = ACTIONS(3248), - [sym_label] = ACTIONS(3248), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_while] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3248), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG_BANG] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(6064), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5830), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -305900,366 +305394,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), - [sym_multiline_comment] = ACTIONS(3), - }, - [2388] = { - [sym_property_delegate] = STATE(2540), - [sym_getter] = STATE(5347), - [sym_setter] = STATE(5347), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_EQ] = ACTIONS(5944), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(3516), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(2068), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), - }, - [2389] = { - [sym_property_delegate] = STATE(2553), - [sym_getter] = STATE(5349), - [sym_setter] = STATE(5349), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_EQ] = ACTIONS(5920), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(3516), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(5922), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), - }, - [2390] = { - [sym_type_constraints] = STATE(2495), - [sym_property_delegate] = STATE(2634), - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6078), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6080), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3988), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [2391] = { - [sym_type_constraints] = STATE(2525), - [sym_property_delegate] = STATE(2644), - [sym_getter] = STATE(5144), - [sym_setter] = STATE(5144), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(6086), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(6080), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(6088), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(3358), - [sym_label] = ACTIONS(3360), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_PLUS_EQ] = ACTIONS(3360), - [anon_sym_DASH_EQ] = ACTIONS(3360), - [anon_sym_STAR_EQ] = ACTIONS(3360), - [anon_sym_SLASH_EQ] = ACTIONS(3360), - [anon_sym_PERCENT_EQ] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3358), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG_BANG] = ACTIONS(3360), + [2383] = { + [sym_getter] = STATE(3492), + [sym_setter] = STATE(3492), + [sym_modifiers] = STATE(9243), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(5707), + [anon_sym_set] = ACTIONS(5709), + [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), @@ -306284,51 +305490,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3360), - [sym__automatic_semicolon] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2392] = { - [sym_type_constraints] = STATE(2488), - [sym_property_delegate] = STATE(2632), - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2384] = { + [sym_type_constraints] = STATE(2453), + [sym_property_delegate] = STATE(2589), + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6094), + [anon_sym_EQ] = ACTIONS(6066), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6080), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(5962), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(5824), + [anon_sym_where] = ACTIONS(5576), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3990), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), + [anon_sym_SEMI] = ACTIONS(3936), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), [anon_sym_STAR] = ACTIONS(1796), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), [anon_sym_DOT_DOT] = ACTIONS(1798), [anon_sym_QMARK_COLON] = ACTIONS(1798), [anon_sym_AMP_AMP] = ACTIONS(1798), @@ -306381,79 +305588,175 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2393] = { - [sym_type_constraints] = STATE(2469), - [sym_property_delegate] = STATE(2669), - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6096), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6080), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3998), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2385] = { + [sym_primary_constructor] = STATE(5193), + [sym_class_body] = STATE(4695), + [sym__class_parameters] = STATE(4658), + [sym_type_parameters] = STATE(2443), + [sym_type_constraints] = STATE(4683), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6068), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_RBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5486), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_COMMA] = ACTIONS(3206), + [anon_sym_RPAREN] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [anon_sym_DASH_GT] = ACTIONS(3206), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_while] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), + }, + [2386] = { + [sym_type_constraints] = STATE(2516), + [sym_property_delegate] = STATE(2629), + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6070), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6072), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(4000), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -306478,79 +305781,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2394] = { - [sym_property_delegate] = STATE(2499), - [sym_getter] = STATE(3851), - [sym_setter] = STATE(3851), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(5994), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(5980), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(5996), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2387] = { + [sym_type_constraints] = STATE(2505), + [sym_property_delegate] = STATE(2625), + [sym_getter] = STATE(4019), + [sym_setter] = STATE(4019), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6078), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(6072), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6080), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), + [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), @@ -306575,79 +305878,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2395] = { - [sym_type_constraints] = STATE(2490), - [sym_property_delegate] = STATE(2666), - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), + [2388] = { + [sym_property_delegate] = STATE(2473), + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(5952), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(5954), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(3846), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + }, + [2389] = { + [sym_type_constraints] = STATE(2525), + [sym_property_delegate] = STATE(2659), + [sym_getter] = STATE(5081), + [sym_setter] = STATE(5081), [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6098), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6080), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3948), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6082), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(6072), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6084), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [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), @@ -306672,44 +306072,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2396] = { - [sym_property_delegate] = STATE(2537), - [sym_getter] = STATE(5416), - [sym_setter] = STATE(5416), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2390] = { + [sym_property_delegate] = STATE(2567), + [sym_getter] = STATE(5319), + [sym_setter] = STATE(5319), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_EQ] = ACTIONS(5952), + [anon_sym_EQ] = ACTIONS(5946), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), [anon_sym_by] = ACTIONS(3516), [anon_sym_object] = ACTIONS(1796), [anon_sym_fun] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(2048), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), + [anon_sym_SEMI] = ACTIONS(2060), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), [anon_sym_this] = ACTIONS(1796), [anon_sym_super] = ACTIONS(1796), [anon_sym_STAR] = ACTIONS(1798), @@ -306757,8 +306157,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1798), [anon_sym_continue_AT] = ACTIONS(1798), @@ -306777,40 +306177,234 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1798), }, - [2397] = { - [sym_property_delegate] = STATE(2477), - [sym_getter] = STATE(5221), - [sym_setter] = STATE(5221), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2391] = { + [sym_property_delegate] = STATE(2557), + [sym_getter] = STATE(5335), + [sym_setter] = STATE(5335), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_EQ] = ACTIONS(6090), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(3516), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(2050), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), + }, + [2392] = { + [sym_primary_constructor] = STATE(3862), + [sym__class_parameters] = STATE(3281), + [sym_type_parameters] = STATE(2459), + [sym_type_constraints] = STATE(3314), + [sym_enum_class_body] = STATE(3518), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6092), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_RBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_COMMA] = ACTIONS(3242), + [anon_sym_RPAREN] = ACTIONS(3242), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3242), + [anon_sym_DASH_GT] = ACTIONS(3242), + [sym_label] = ACTIONS(3242), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_while] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3242), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG_BANG] = ACTIONS(3242), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), + [sym_multiline_comment] = ACTIONS(3), + }, + [2393] = { + [sym_property_delegate] = STATE(2498), + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(6100), + [anon_sym_EQ] = ACTIONS(5976), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(5980), + [anon_sym_by] = ACTIONS(5954), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(3708), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), + [anon_sym_SEMI] = ACTIONS(3844), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), [anon_sym_STAR] = ACTIONS(1732), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), @@ -306866,48 +306460,242 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2398] = { - [sym_property_delegate] = STATE(2509), - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2394] = { + [sym_property_delegate] = STATE(2519), + [sym_getter] = STATE(4019), + [sym_setter] = STATE(4019), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6008), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(5954), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6010), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [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), + }, + [2395] = { + [sym_primary_constructor] = STATE(5115), + [sym_class_body] = STATE(4793), + [sym__class_parameters] = STATE(4658), + [sym_type_parameters] = STATE(2462), + [sym_type_constraints] = STATE(4659), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6094), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_RBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5486), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_COMMA] = ACTIONS(3258), + [anon_sym_RPAREN] = ACTIONS(3258), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3258), + [anon_sym_DASH_GT] = ACTIONS(3258), + [sym_label] = ACTIONS(3258), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_while] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [anon_sym_else] = ACTIONS(3254), + [anon_sym_COLON_COLON] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [anon_sym_PLUS] = ACTIONS(3254), + [anon_sym_DASH] = ACTIONS(3254), + [anon_sym_SLASH] = ACTIONS(3254), + [anon_sym_PERCENT] = ACTIONS(3258), + [anon_sym_as_QMARK] = ACTIONS(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG_BANG] = ACTIONS(3258), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), + [sym_multiline_comment] = ACTIONS(3), + }, + [2396] = { + [sym_property_delegate] = STATE(2512), + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(5978), + [anon_sym_EQ] = ACTIONS(5994), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(5980), + [anon_sym_by] = ACTIONS(5954), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3742), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), + [anon_sym_SEMI] = ACTIONS(3856), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), [anon_sym_STAR] = ACTIONS(1796), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), @@ -306963,48 +306751,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2399] = { - [sym_primary_constructor] = STATE(5207), - [sym_class_body] = STATE(4812), - [sym__class_parameters] = STATE(4662), - [sym_type_parameters] = STATE(2443), - [sym_type_constraints] = STATE(4660), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [2397] = { + [sym_property_delegate] = STATE(2597), + [sym_getter] = STATE(5323), + [sym_setter] = STATE(5323), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_EQ] = ACTIONS(5908), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(3516), + [anon_sym_object] = ACTIONS(3338), + [anon_sym_fun] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(5910), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), + }, + [2398] = { + [sym_primary_constructor] = STATE(3866), + [sym_class_body] = STATE(3559), + [sym__class_parameters] = STATE(3281), + [sym_type_parameters] = STATE(2451), + [sym_type_constraints] = STATE(3306), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6102), + [anon_sym_COLON] = ACTIONS(6096), [anon_sym_LBRACK] = ACTIONS(3206), [anon_sym_RBRACK] = ACTIONS(3206), [anon_sym_as] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5598), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5590), [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(5580), + [anon_sym_LPAREN] = ACTIONS(5574), [anon_sym_COMMA] = ACTIONS(3206), [anon_sym_RPAREN] = ACTIONS(3206), [anon_sym_LT] = ACTIONS(5490), [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(5582), + [anon_sym_where] = ACTIONS(5576), [anon_sym_DOT] = ACTIONS(3200), [anon_sym_SEMI] = ACTIONS(3206), [anon_sym_get] = ACTIONS(3200), @@ -307068,266 +306953,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, - [2400] = { - [sym_property_delegate] = STATE(2554), - [sym_getter] = STATE(5394), - [sym_setter] = STATE(5394), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_EQ] = ACTIONS(5918), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(3516), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(2052), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), - }, - [2401] = { - [sym_property_delegate] = STATE(2513), - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(5986), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(5980), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3702), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - }, - [2402] = { - [sym_primary_constructor] = STATE(5234), - [sym__class_parameters] = STATE(4662), - [sym_type_parameters] = STATE(2462), - [sym_type_constraints] = STATE(4650), - [sym_enum_class_body] = STATE(4770), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), + [2399] = { + [sym_primary_constructor] = STATE(3899), + [sym__class_parameters] = STATE(3281), + [sym_type_parameters] = STATE(2447), + [sym_type_constraints] = STATE(3301), + [sym_enum_class_body] = STATE(3559), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6104), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_RBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5578), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_COMMA] = ACTIONS(3248), - [anon_sym_RPAREN] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(6098), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_RBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_COMMA] = ACTIONS(3206), + [anon_sym_RPAREN] = ACTIONS(3206), [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3248), - [anon_sym_DASH_GT] = ACTIONS(3248), - [sym_label] = ACTIONS(3248), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_while] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3248), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG_BANG] = ACTIONS(3248), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [anon_sym_DASH_GT] = ACTIONS(3206), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_while] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -307355,75 +307046,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), + [sym__backtick_identifier] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, - [2403] = { - [sym_type_constraints] = STATE(2485), - [sym_property_delegate] = STATE(2630), - [sym_getter] = STATE(3851), - [sym_setter] = STATE(3851), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6106), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6080), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6108), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2400] = { + [sym_type_constraints] = STATE(2511), + [sym_property_delegate] = STATE(2670), + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(6100), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(6072), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -307448,273 +307139,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2404] = { - [sym_property_delegate] = STATE(2483), - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6050), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(5980), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3880), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [2405] = { - [sym_primary_constructor] = STATE(5212), - [sym_class_body] = STATE(4745), - [sym__class_parameters] = STATE(4662), - [sym_type_parameters] = STATE(2451), - [sym_type_constraints] = STATE(4677), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6110), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_RBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5598), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_RPAREN] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [anon_sym_DASH_GT] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_while] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - }, - [2406] = { - [sym_type_constraints] = STATE(2498), - [sym_property_delegate] = STATE(2636), - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6112), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6080), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3986), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2401] = { + [sym_type_constraints] = STATE(2507), + [sym_property_delegate] = STATE(2627), + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(6102), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(6072), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(3994), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -307739,79 +307236,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2407] = { - [sym_property_delegate] = STATE(2522), - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(5998), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(5980), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3726), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2402] = { + [sym_property_delegate] = STATE(2564), + [sym_getter] = STATE(5349), + [sym_setter] = STATE(5349), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_EQ] = ACTIONS(5898), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(3516), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(2058), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -307836,79 +307321,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, - [2408] = { - [sym_property_delegate] = STATE(2484), - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6034), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(5980), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3662), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2403] = { + [sym_type_constraints] = STATE(2467), + [sym_property_delegate] = STATE(2652), + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6104), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6072), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4052), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -307933,176 +307430,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - }, - [2409] = { - [sym_primary_constructor] = STATE(5229), - [sym__class_parameters] = STATE(4662), - [sym_type_parameters] = STATE(2438), - [sym_type_constraints] = STATE(4626), - [sym_enum_class_body] = STATE(4745), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6114), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_RBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5578), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_RPAREN] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [anon_sym_DASH_GT] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_while] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2410] = { - [sym_type_constraints] = STATE(2521), - [sym_property_delegate] = STATE(2648), - [sym_getter] = STATE(5108), - [sym_setter] = STATE(5108), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6116), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6080), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6118), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2404] = { + [sym_property_delegate] = STATE(2481), + [sym_getter] = STATE(5081), + [sym_setter] = STATE(5081), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6004), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(5954), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6006), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), + [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), @@ -308127,48 +307527,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2411] = { - [sym_property_delegate] = STATE(2489), - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2405] = { + [sym_property_delegate] = STATE(2478), + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6030), + [anon_sym_EQ] = ACTIONS(5996), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(5980), + [anon_sym_by] = ACTIONS(5954), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3876), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), + [anon_sym_SEMI] = ACTIONS(3870), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), [anon_sym_STAR] = ACTIONS(1796), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), @@ -308224,79 +307624,273 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2412] = { - [sym_type_constraints] = STATE(2481), - [sym_property_delegate] = STATE(2628), - [sym_getter] = STATE(3907), - [sym_setter] = STATE(3907), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(6120), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(6080), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(6122), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), - [anon_sym_STAR] = ACTIONS(3358), - [sym_label] = ACTIONS(3360), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_PLUS_EQ] = ACTIONS(3360), - [anon_sym_DASH_EQ] = ACTIONS(3360), - [anon_sym_STAR_EQ] = ACTIONS(3360), - [anon_sym_SLASH_EQ] = ACTIONS(3360), - [anon_sym_PERCENT_EQ] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3358), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG_BANG] = ACTIONS(3360), + [2406] = { + [sym_primary_constructor] = STATE(3917), + [sym_class_body] = STATE(3600), + [sym__class_parameters] = STATE(3281), + [sym_type_parameters] = STATE(2440), + [sym_type_constraints] = STATE(3282), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6106), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_RBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_COMMA] = ACTIONS(3258), + [anon_sym_RPAREN] = ACTIONS(3258), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3258), + [anon_sym_DASH_GT] = ACTIONS(3258), + [sym_label] = ACTIONS(3258), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_while] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [anon_sym_else] = ACTIONS(3254), + [anon_sym_COLON_COLON] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [anon_sym_PLUS] = ACTIONS(3254), + [anon_sym_DASH] = ACTIONS(3254), + [anon_sym_SLASH] = ACTIONS(3254), + [anon_sym_PERCENT] = ACTIONS(3258), + [anon_sym_as_QMARK] = ACTIONS(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG_BANG] = ACTIONS(3258), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), + [sym_multiline_comment] = ACTIONS(3), + }, + [2407] = { + [sym_primary_constructor] = STATE(5164), + [sym__class_parameters] = STATE(4658), + [sym_type_parameters] = STATE(2463), + [sym_type_constraints] = STATE(4672), + [sym_enum_class_body] = STATE(4694), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6108), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_RBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5508), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_COMMA] = ACTIONS(3242), + [anon_sym_RPAREN] = ACTIONS(3242), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3242), + [anon_sym_DASH_GT] = ACTIONS(3242), + [sym_label] = ACTIONS(3242), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_while] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3242), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG_BANG] = ACTIONS(3242), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), + [sym_multiline_comment] = ACTIONS(3), + }, + [2408] = { + [sym_type_constraints] = STATE(2513), + [sym_property_delegate] = STATE(2641), + [sym_getter] = STATE(5170), + [sym_setter] = STATE(5170), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(6110), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(6072), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(6112), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(3328), + [sym_label] = ACTIONS(3330), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_PLUS_EQ] = ACTIONS(3330), + [anon_sym_DASH_EQ] = ACTIONS(3330), + [anon_sym_STAR_EQ] = ACTIONS(3330), + [anon_sym_SLASH_EQ] = ACTIONS(3330), + [anon_sym_PERCENT_EQ] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3328), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG_BANG] = ACTIONS(3330), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -308321,48 +307915,242 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3360), - [sym__automatic_semicolon] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), + [sym__backtick_identifier] = ACTIONS(3330), + [sym__automatic_semicolon] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), [sym_multiline_comment] = ACTIONS(3), }, - [2413] = { - [sym_property_delegate] = STATE(2524), - [sym_getter] = STATE(3978), - [sym_setter] = STATE(3978), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2409] = { + [sym_property_delegate] = STATE(2479), + [sym_getter] = STATE(5094), + [sym_setter] = STATE(5094), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(6114), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(5954), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(3722), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + }, + [2410] = { + [sym_type_constraints] = STATE(2502), + [sym_property_delegate] = STATE(2623), + [sym_getter] = STATE(3963), + [sym_setter] = STATE(3963), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(6116), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(6072), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(6118), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), + [anon_sym_STAR] = ACTIONS(3328), + [sym_label] = ACTIONS(3330), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_PLUS_EQ] = ACTIONS(3330), + [anon_sym_DASH_EQ] = ACTIONS(3330), + [anon_sym_STAR_EQ] = ACTIONS(3330), + [anon_sym_SLASH_EQ] = ACTIONS(3330), + [anon_sym_PERCENT_EQ] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3328), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG_BANG] = ACTIONS(3330), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3330), + [sym__automatic_semicolon] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), + [sym_multiline_comment] = ACTIONS(3), + }, + [2411] = { + [sym_property_delegate] = STATE(2523), + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(6124), + [anon_sym_EQ] = ACTIONS(6012), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(5980), + [anon_sym_by] = ACTIONS(5954), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(3730), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), + [anon_sym_SEMI] = ACTIONS(3662), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), [anon_sym_STAR] = ACTIONS(1732), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), @@ -308418,79 +308206,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2414] = { - [sym_property_delegate] = STATE(2505), - [sym_getter] = STATE(5108), - [sym_setter] = STATE(5108), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6026), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(5980), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6028), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2412] = { + [sym_property_delegate] = STATE(2466), + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6022), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(5954), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(3872), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -308515,273 +308303,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - }, - [2415] = { - [sym_primary_constructor] = STATE(4004), - [sym_class_body] = STATE(3602), - [sym__class_parameters] = STATE(3293), - [sym_type_parameters] = STATE(2431), - [sym_type_constraints] = STATE(3342), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3200), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6126), - [anon_sym_LBRACK] = ACTIONS(3206), - [anon_sym_RBRACK] = ACTIONS(3206), - [anon_sym_as] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_COMMA] = ACTIONS(3206), - [anon_sym_RPAREN] = ACTIONS(3206), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3200), - [anon_sym_SEMI] = ACTIONS(3206), - [anon_sym_get] = ACTIONS(3200), - [anon_sym_set] = ACTIONS(3200), - [anon_sym_STAR] = ACTIONS(3206), - [anon_sym_DASH_GT] = ACTIONS(3206), - [sym_label] = ACTIONS(3206), - [anon_sym_in] = ACTIONS(3200), - [anon_sym_while] = ACTIONS(3200), - [anon_sym_DOT_DOT] = ACTIONS(3206), - [anon_sym_QMARK_COLON] = ACTIONS(3206), - [anon_sym_AMP_AMP] = ACTIONS(3206), - [anon_sym_PIPE_PIPE] = ACTIONS(3206), - [anon_sym_else] = ACTIONS(3200), - [anon_sym_COLON_COLON] = ACTIONS(3206), - [anon_sym_BANG_EQ] = ACTIONS(3200), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), - [anon_sym_EQ_EQ] = ACTIONS(3200), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), - [anon_sym_LT_EQ] = ACTIONS(3206), - [anon_sym_GT_EQ] = ACTIONS(3206), - [anon_sym_BANGin] = ACTIONS(3206), - [anon_sym_is] = ACTIONS(3200), - [anon_sym_BANGis] = ACTIONS(3206), - [anon_sym_PLUS] = ACTIONS(3200), - [anon_sym_DASH] = ACTIONS(3200), - [anon_sym_SLASH] = ACTIONS(3200), - [anon_sym_PERCENT] = ACTIONS(3206), - [anon_sym_as_QMARK] = ACTIONS(3206), - [anon_sym_PLUS_PLUS] = ACTIONS(3206), - [anon_sym_DASH_DASH] = ACTIONS(3206), - [anon_sym_BANG_BANG] = ACTIONS(3206), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3206), - [sym_safe_nav] = ACTIONS(3206), - [sym_multiline_comment] = ACTIONS(3), - }, - [2416] = { - [sym_primary_constructor] = STATE(4011), - [sym_class_body] = STATE(3562), - [sym__class_parameters] = STATE(3293), - [sym_type_parameters] = STATE(2422), - [sym_type_constraints] = STATE(3352), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6128), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_RBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_RPAREN] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [anon_sym_DASH_GT] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_while] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2417] = { - [sym_type_constraints] = STATE(2474), - [sym_property_delegate] = STATE(2673), - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6130), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6080), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3996), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2413] = { + [sym_property_delegate] = STATE(2522), + [sym_getter] = STATE(3906), + [sym_setter] = STATE(3906), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(6120), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(5954), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(3874), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -308806,44 +308400,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2418] = { - [sym_property_delegate] = STATE(2560), - [sym_getter] = STATE(5407), - [sym_setter] = STATE(5407), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2414] = { + [sym_property_delegate] = STATE(2534), + [sym_getter] = STATE(5382), + [sym_setter] = STATE(5382), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_EQ] = ACTIONS(6132), + [anon_sym_EQ] = ACTIONS(5934), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), [anon_sym_by] = ACTIONS(3516), [anon_sym_object] = ACTIONS(1732), [anon_sym_fun] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(2046), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), + [anon_sym_SEMI] = ACTIONS(2042), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), [anon_sym_this] = ACTIONS(1732), [anon_sym_super] = ACTIONS(1732), [anon_sym_STAR] = ACTIONS(1734), @@ -308891,8 +308485,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [anon_sym_return_AT] = ACTIONS(1734), [anon_sym_continue_AT] = ACTIONS(1734), @@ -308911,167 +308505,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(1734), }, - [2419] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3169), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(3167), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4371), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3167), - [anon_sym_sealed] = ACTIONS(3167), - [anon_sym_annotation] = ACTIONS(3167), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3167), - [anon_sym_lateinit] = ACTIONS(3167), - [anon_sym_public] = ACTIONS(3167), - [anon_sym_private] = ACTIONS(3167), - [anon_sym_internal] = ACTIONS(3167), - [anon_sym_protected] = ACTIONS(3167), - [anon_sym_tailrec] = ACTIONS(3167), - [anon_sym_operator] = ACTIONS(3167), - [anon_sym_infix] = ACTIONS(3167), - [anon_sym_inline] = ACTIONS(3167), - [anon_sym_external] = ACTIONS(3167), - [sym_property_modifier] = ACTIONS(3167), - [anon_sym_abstract] = ACTIONS(3167), - [anon_sym_final] = ACTIONS(3167), - [anon_sym_open] = ACTIONS(3167), - [anon_sym_vararg] = ACTIONS(3167), - [anon_sym_noinline] = ACTIONS(3167), - [anon_sym_crossinline] = ACTIONS(3167), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3169), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [2420] = { - [sym_property_delegate] = STATE(2581), - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6046), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3928), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2415] = { + [sym_type_constraints] = STATE(2521), + [sym_property_delegate] = STATE(2631), + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6122), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6072), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4002), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -309096,174 +308594,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2421] = { - [sym_primary_constructor] = STATE(4016), - [sym__class_parameters] = STATE(3293), - [sym_type_constraints] = STATE(3327), - [sym_enum_class_body] = STATE(3501), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6134), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_RBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_RPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [anon_sym_DASH_GT] = ACTIONS(3290), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_while] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [2416] = { + [sym_type_constraints] = STATE(2494), + [sym_property_delegate] = STATE(2662), + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6124), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6072), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(4054), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2422] = { - [sym_primary_constructor] = STATE(4013), - [sym_class_body] = STATE(3539), - [sym__class_parameters] = STATE(3293), - [sym_type_constraints] = STATE(3280), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [2417] = { + [sym_primary_constructor] = STATE(5257), + [sym__class_parameters] = STATE(4658), + [sym_type_parameters] = STATE(2442), + [sym_type_constraints] = STATE(4690), + [sym_enum_class_body] = STATE(4695), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6136), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_RBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(6126), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_RBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3282), + [anon_sym_LBRACE] = ACTIONS(5508), + [anon_sym_RBRACE] = ACTIONS(3206), [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3206), + [anon_sym_RPAREN] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3200), [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [anon_sym_DASH_GT] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [anon_sym_DASH_GT] = ACTIONS(3206), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_while] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -309291,171 +308792,171 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, - [2423] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [2418] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_RBRACE] = ACTIONS(3180), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3103), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(3101), + [anon_sym_COMMA] = ACTIONS(3180), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_where] = ACTIONS(3178), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(3101), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_else] = ACTIONS(3178), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3101), - [anon_sym_sealed] = ACTIONS(3101), - [anon_sym_annotation] = ACTIONS(3101), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3101), - [anon_sym_lateinit] = ACTIONS(3101), - [anon_sym_public] = ACTIONS(3101), - [anon_sym_private] = ACTIONS(3101), - [anon_sym_internal] = ACTIONS(3101), - [anon_sym_protected] = ACTIONS(3101), - [anon_sym_tailrec] = ACTIONS(3101), - [anon_sym_operator] = ACTIONS(3101), - [anon_sym_infix] = ACTIONS(3101), - [anon_sym_inline] = ACTIONS(3101), - [anon_sym_external] = ACTIONS(3101), - [sym_property_modifier] = ACTIONS(3101), - [anon_sym_abstract] = ACTIONS(3101), - [anon_sym_final] = ACTIONS(3101), - [anon_sym_open] = ACTIONS(3101), - [anon_sym_vararg] = ACTIONS(3101), - [anon_sym_noinline] = ACTIONS(3101), - [anon_sym_crossinline] = ACTIONS(3101), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3178), + [anon_sym_sealed] = ACTIONS(3178), + [anon_sym_annotation] = ACTIONS(3178), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3178), + [anon_sym_lateinit] = ACTIONS(3178), + [anon_sym_public] = ACTIONS(3178), + [anon_sym_private] = ACTIONS(3178), + [anon_sym_internal] = ACTIONS(3178), + [anon_sym_protected] = ACTIONS(3178), + [anon_sym_tailrec] = ACTIONS(3178), + [anon_sym_operator] = ACTIONS(3178), + [anon_sym_infix] = ACTIONS(3178), + [anon_sym_inline] = ACTIONS(3178), + [anon_sym_external] = ACTIONS(3178), + [sym_property_modifier] = ACTIONS(3178), + [anon_sym_abstract] = ACTIONS(3178), + [anon_sym_final] = ACTIONS(3178), + [anon_sym_open] = ACTIONS(3178), + [anon_sym_vararg] = ACTIONS(3178), + [anon_sym_noinline] = ACTIONS(3178), + [anon_sym_crossinline] = ACTIONS(3178), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3103), + [sym__automatic_semicolon] = ACTIONS(3180), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2424] = { - [sym_property_delegate] = STATE(2579), - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6018), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3920), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2419] = { + [sym_property_delegate] = STATE(2538), + [sym_getter] = STATE(3492), + [sym_setter] = STATE(3492), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(5980), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_RPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(5962), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(5982), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [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), @@ -309480,366 +308981,366 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2425] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3134), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3134), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(3132), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4371), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3132), - [anon_sym_sealed] = ACTIONS(3132), - [anon_sym_annotation] = ACTIONS(3132), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3132), - [anon_sym_lateinit] = ACTIONS(3132), - [anon_sym_public] = ACTIONS(3132), - [anon_sym_private] = ACTIONS(3132), - [anon_sym_internal] = ACTIONS(3132), - [anon_sym_protected] = ACTIONS(3132), - [anon_sym_tailrec] = ACTIONS(3132), - [anon_sym_operator] = ACTIONS(3132), - [anon_sym_infix] = ACTIONS(3132), - [anon_sym_inline] = ACTIONS(3132), - [anon_sym_external] = ACTIONS(3132), - [sym_property_modifier] = ACTIONS(3132), - [anon_sym_abstract] = ACTIONS(3132), - [anon_sym_final] = ACTIONS(3132), - [anon_sym_open] = ACTIONS(3132), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [2420] = { + [sym_property_delegate] = STATE(2576), + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6044), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(5962), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(3942), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3134), - [sym_safe_nav] = ACTIONS(3682), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2426] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3146), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_where] = ACTIONS(3144), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4371), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(4389), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3144), - [anon_sym_sealed] = ACTIONS(3144), - [anon_sym_annotation] = ACTIONS(3144), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3144), - [anon_sym_lateinit] = ACTIONS(3144), - [anon_sym_public] = ACTIONS(3144), - [anon_sym_private] = ACTIONS(3144), - [anon_sym_internal] = ACTIONS(3144), - [anon_sym_protected] = ACTIONS(3144), - [anon_sym_tailrec] = ACTIONS(3144), - [anon_sym_operator] = ACTIONS(3144), - [anon_sym_infix] = ACTIONS(3144), - [anon_sym_inline] = ACTIONS(3144), - [anon_sym_external] = ACTIONS(3144), - [sym_property_modifier] = ACTIONS(3144), - [anon_sym_abstract] = ACTIONS(3144), - [anon_sym_final] = ACTIONS(3144), - [anon_sym_open] = ACTIONS(3144), - [anon_sym_vararg] = ACTIONS(3144), - [anon_sym_noinline] = ACTIONS(3144), - [anon_sym_crossinline] = ACTIONS(3144), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [2421] = { + [sym_type_constraints] = STATE(2492), + [sym_property_delegate] = STATE(2722), + [sym_getter] = STATE(3597), + [sym_setter] = STATE(3597), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_RBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(6128), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_COMMA] = ACTIONS(3330), + [anon_sym_RPAREN] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(6130), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(6132), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), + [anon_sym_STAR] = ACTIONS(3330), + [anon_sym_DASH_GT] = ACTIONS(3330), + [sym_label] = ACTIONS(3330), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_while] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3330), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG_BANG] = ACTIONS(3330), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3146), - [sym_safe_nav] = ACTIONS(3682), + [sym__backtick_identifier] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), [sym_multiline_comment] = ACTIONS(3), }, - [2427] = { - [sym_primary_constructor] = STATE(4012), - [sym__class_parameters] = STATE(3293), - [sym_type_constraints] = STATE(3325), - [sym_enum_class_body] = STATE(3539), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6138), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_RBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [anon_sym_DASH_GT] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [2422] = { + [sym_type_constraints] = STATE(2510), + [sym_property_delegate] = STATE(2696), + [sym_getter] = STATE(3492), + [sym_setter] = STATE(3492), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_RBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6138), + [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_by] = ACTIONS(6130), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6140), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), + [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), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2428] = { - [sym_property_delegate] = STATE(2588), - [sym_getter] = STATE(4728), - [sym_setter] = STATE(4728), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6062), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6064), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2423] = { + [sym_type_constraints] = STATE(2527), + [sym_property_delegate] = STATE(2729), + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_RBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6142), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6130), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(4102), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [anon_sym_STAR] = ACTIONS(1734), + [anon_sym_DASH_GT] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -309864,420 +309365,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2429] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), + [2424] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(3135), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3142), + [anon_sym_RBRACE] = ACTIONS(3137), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3142), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(3140), + [anon_sym_COMMA] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_where] = ACTIONS(3135), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3137), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_else] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_else] = ACTIONS(3135), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3137), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3140), - [anon_sym_sealed] = ACTIONS(3140), - [anon_sym_annotation] = ACTIONS(3140), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3140), - [anon_sym_lateinit] = ACTIONS(3140), - [anon_sym_public] = ACTIONS(3140), - [anon_sym_private] = ACTIONS(3140), - [anon_sym_internal] = ACTIONS(3140), - [anon_sym_protected] = ACTIONS(3140), - [anon_sym_tailrec] = ACTIONS(3140), - [anon_sym_operator] = ACTIONS(3140), - [anon_sym_infix] = ACTIONS(3140), - [anon_sym_inline] = ACTIONS(3140), - [anon_sym_external] = ACTIONS(3140), - [sym_property_modifier] = ACTIONS(3140), - [anon_sym_abstract] = ACTIONS(3140), - [anon_sym_final] = ACTIONS(3140), - [anon_sym_open] = ACTIONS(3140), - [anon_sym_vararg] = ACTIONS(3140), - [anon_sym_noinline] = ACTIONS(3140), - [anon_sym_crossinline] = ACTIONS(3140), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3142), + [anon_sym_suspend] = ACTIONS(3135), + [anon_sym_sealed] = ACTIONS(3135), + [anon_sym_annotation] = ACTIONS(3135), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_override] = ACTIONS(3135), + [anon_sym_lateinit] = ACTIONS(3135), + [anon_sym_public] = ACTIONS(3135), + [anon_sym_private] = ACTIONS(3135), + [anon_sym_internal] = ACTIONS(3135), + [anon_sym_protected] = ACTIONS(3135), + [anon_sym_tailrec] = ACTIONS(3135), + [anon_sym_operator] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_inline] = ACTIONS(3135), + [anon_sym_external] = ACTIONS(3135), + [sym_property_modifier] = ACTIONS(3135), + [anon_sym_abstract] = ACTIONS(3135), + [anon_sym_final] = ACTIONS(3135), + [anon_sym_open] = ACTIONS(3135), + [anon_sym_vararg] = ACTIONS(3135), + [anon_sym_noinline] = ACTIONS(3135), + [anon_sym_crossinline] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3137), + [sym__automatic_semicolon] = ACTIONS(3137), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2430] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), + [2425] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(3088), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3138), + [anon_sym_RBRACE] = ACTIONS(3090), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3138), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(3136), + [anon_sym_COMMA] = ACTIONS(3090), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_where] = ACTIONS(3088), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [anon_sym_else] = ACTIONS(3136), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_else] = ACTIONS(3088), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3136), - [anon_sym_sealed] = ACTIONS(3136), - [anon_sym_annotation] = ACTIONS(3136), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3136), - [anon_sym_lateinit] = ACTIONS(3136), - [anon_sym_public] = ACTIONS(3136), - [anon_sym_private] = ACTIONS(3136), - [anon_sym_internal] = ACTIONS(3136), - [anon_sym_protected] = ACTIONS(3136), - [anon_sym_tailrec] = ACTIONS(3136), - [anon_sym_operator] = ACTIONS(3136), - [anon_sym_infix] = ACTIONS(3136), - [anon_sym_inline] = ACTIONS(3136), - [anon_sym_external] = ACTIONS(3136), - [sym_property_modifier] = ACTIONS(3136), - [anon_sym_abstract] = ACTIONS(3136), - [anon_sym_final] = ACTIONS(3136), - [anon_sym_open] = ACTIONS(3136), - [anon_sym_vararg] = ACTIONS(3136), - [anon_sym_noinline] = ACTIONS(3136), - [anon_sym_crossinline] = ACTIONS(3136), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3088), + [anon_sym_sealed] = ACTIONS(3088), + [anon_sym_annotation] = ACTIONS(3088), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_override] = ACTIONS(3088), + [anon_sym_lateinit] = ACTIONS(3088), + [anon_sym_public] = ACTIONS(3088), + [anon_sym_private] = ACTIONS(3088), + [anon_sym_internal] = ACTIONS(3088), + [anon_sym_protected] = ACTIONS(3088), + [anon_sym_tailrec] = ACTIONS(3088), + [anon_sym_operator] = ACTIONS(3088), + [anon_sym_infix] = ACTIONS(3088), + [anon_sym_inline] = ACTIONS(3088), + [anon_sym_external] = ACTIONS(3088), + [sym_property_modifier] = ACTIONS(3088), + [anon_sym_abstract] = ACTIONS(3088), + [anon_sym_final] = ACTIONS(3088), + [anon_sym_open] = ACTIONS(3088), + [anon_sym_vararg] = ACTIONS(3088), + [anon_sym_noinline] = ACTIONS(3088), + [anon_sym_crossinline] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3138), + [sym__backtick_identifier] = ACTIONS(3090), + [sym__automatic_semicolon] = ACTIONS(3090), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2431] = { - [sym_primary_constructor] = STATE(4008), - [sym_class_body] = STATE(3565), - [sym__class_parameters] = STATE(3293), - [sym_type_constraints] = STATE(3329), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6140), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_RBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [anon_sym_DASH_GT] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [anon_sym_while] = ACTIONS(3270), - [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(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - }, - [2432] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(3193), + [2426] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3195), + [anon_sym_RBRACE] = ACTIONS(3148), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_where] = ACTIONS(3193), + [anon_sym_COMMA] = ACTIONS(3148), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(3146), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_else] = ACTIONS(3193), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(3146), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3193), - [anon_sym_sealed] = ACTIONS(3193), - [anon_sym_annotation] = ACTIONS(3193), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_override] = ACTIONS(3193), - [anon_sym_lateinit] = ACTIONS(3193), - [anon_sym_public] = ACTIONS(3193), - [anon_sym_private] = ACTIONS(3193), - [anon_sym_internal] = ACTIONS(3193), - [anon_sym_protected] = ACTIONS(3193), - [anon_sym_tailrec] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_infix] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym_external] = ACTIONS(3193), - [sym_property_modifier] = ACTIONS(3193), - [anon_sym_abstract] = ACTIONS(3193), - [anon_sym_final] = ACTIONS(3193), - [anon_sym_open] = ACTIONS(3193), - [anon_sym_vararg] = ACTIONS(3193), - [anon_sym_noinline] = ACTIONS(3193), - [anon_sym_crossinline] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3195), - [sym__automatic_semicolon] = ACTIONS(3195), + [anon_sym_suspend] = ACTIONS(3146), + [anon_sym_sealed] = ACTIONS(3146), + [anon_sym_annotation] = ACTIONS(3146), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3146), + [anon_sym_lateinit] = ACTIONS(3146), + [anon_sym_public] = ACTIONS(3146), + [anon_sym_private] = ACTIONS(3146), + [anon_sym_internal] = ACTIONS(3146), + [anon_sym_protected] = ACTIONS(3146), + [anon_sym_tailrec] = ACTIONS(3146), + [anon_sym_operator] = ACTIONS(3146), + [anon_sym_infix] = ACTIONS(3146), + [anon_sym_inline] = ACTIONS(3146), + [anon_sym_external] = ACTIONS(3146), + [sym_property_modifier] = ACTIONS(3146), + [anon_sym_abstract] = ACTIONS(3146), + [anon_sym_final] = ACTIONS(3146), + [anon_sym_open] = ACTIONS(3146), + [anon_sym_vararg] = ACTIONS(3146), + [anon_sym_noinline] = ACTIONS(3146), + [anon_sym_crossinline] = ACTIONS(3146), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3148), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2433] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [2427] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), @@ -310287,34 +309692,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_COMMA] = ACTIONS(3119), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), + [anon_sym_GT] = ACTIONS(3117), [anon_sym_where] = ACTIONS(3117), [anon_sym_DOT] = ACTIONS(3660), [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), [anon_sym_AMP_AMP] = ACTIONS(3119), [anon_sym_PIPE_PIPE] = ACTIONS(3119), [anon_sym_else] = ACTIONS(3117), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(4373), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -310322,9 +309727,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(3117), [anon_sym_sealed] = ACTIONS(3117), [anon_sym_annotation] = ACTIONS(3117), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), [anon_sym_override] = ACTIONS(3117), [anon_sym_lateinit] = ACTIONS(3117), [anon_sym_public] = ACTIONS(3117), @@ -310343,175 +309748,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(3117), [anon_sym_noinline] = ACTIONS(3117), [anon_sym_crossinline] = ACTIONS(3117), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym__automatic_semicolon] = ACTIONS(3119), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2434] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_where] = ACTIONS(3125), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4371), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3125), - [anon_sym_sealed] = ACTIONS(3125), - [anon_sym_annotation] = ACTIONS(3125), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3125), - [anon_sym_lateinit] = ACTIONS(3125), - [anon_sym_public] = ACTIONS(3125), - [anon_sym_private] = ACTIONS(3125), - [anon_sym_internal] = ACTIONS(3125), - [anon_sym_protected] = ACTIONS(3125), - [anon_sym_tailrec] = ACTIONS(3125), - [anon_sym_operator] = ACTIONS(3125), - [anon_sym_infix] = ACTIONS(3125), - [anon_sym_inline] = ACTIONS(3125), - [anon_sym_external] = ACTIONS(3125), - [sym_property_modifier] = ACTIONS(3125), - [anon_sym_abstract] = ACTIONS(3125), - [anon_sym_final] = ACTIONS(3125), - [anon_sym_open] = ACTIONS(3125), - [anon_sym_vararg] = ACTIONS(3125), - [anon_sym_noinline] = ACTIONS(3125), - [anon_sym_crossinline] = ACTIONS(3125), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3127), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [2435] = { - [sym_type_constraints] = STATE(2467), - [sym_property_delegate] = STATE(2684), - [sym_getter] = STATE(4728), - [sym_setter] = STATE(4728), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_RBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6142), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6144), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6146), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(3346), - [anon_sym_DASH_GT] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2428] = { + [sym_property_delegate] = STATE(2579), + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(5988), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(5962), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(3940), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -310536,174 +309845,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - }, - [2436] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(3186), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_where] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3188), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [anon_sym_else] = ACTIONS(3186), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [anon_sym_PLUS] = ACTIONS(3186), - [anon_sym_DASH] = ACTIONS(3186), - [anon_sym_SLASH] = ACTIONS(3186), - [anon_sym_PERCENT] = ACTIONS(3188), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [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_value] = 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(3188), - [sym__automatic_semicolon] = ACTIONS(3188), - [sym_safe_nav] = ACTIONS(3682), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2437] = { - [sym_type_constraints] = STATE(2475), - [sym_property_delegate] = STATE(2720), - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_RBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6152), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6144), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(4102), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1792), - [anon_sym_DASH_GT] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2429] = { + [sym_property_delegate] = STATE(2573), + [sym_getter] = STATE(4746), + [sym_setter] = STATE(4746), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(6148), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(5962), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(3922), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -310728,270 +309941,270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2438] = { - [sym_primary_constructor] = STATE(5239), - [sym__class_parameters] = STATE(4662), - [sym_type_constraints] = STATE(4659), - [sym_enum_class_body] = STATE(4748), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6154), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_RBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5578), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [anon_sym_DASH_GT] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [2430] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4355), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3095), + [anon_sym_sealed] = ACTIONS(3095), + [anon_sym_annotation] = ACTIONS(3095), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3095), + [anon_sym_lateinit] = ACTIONS(3095), + [anon_sym_public] = ACTIONS(3095), + [anon_sym_private] = ACTIONS(3095), + [anon_sym_internal] = ACTIONS(3095), + [anon_sym_protected] = ACTIONS(3095), + [anon_sym_tailrec] = ACTIONS(3095), + [anon_sym_operator] = ACTIONS(3095), + [anon_sym_infix] = ACTIONS(3095), + [anon_sym_inline] = ACTIONS(3095), + [anon_sym_external] = ACTIONS(3095), + [sym_property_modifier] = ACTIONS(3095), + [anon_sym_abstract] = ACTIONS(3095), + [anon_sym_final] = ACTIONS(3095), + [anon_sym_open] = ACTIONS(3095), + [anon_sym_vararg] = ACTIONS(3095), + [anon_sym_noinline] = ACTIONS(3095), + [anon_sym_crossinline] = ACTIONS(3095), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3097), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2439] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(3175), + [2431] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3177), + [anon_sym_RBRACE] = ACTIONS(3156), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_where] = ACTIONS(3175), + [anon_sym_COMMA] = ACTIONS(3156), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(3154), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_else] = ACTIONS(3175), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(3154), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3175), - [anon_sym_sealed] = ACTIONS(3175), - [anon_sym_annotation] = ACTIONS(3175), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_override] = ACTIONS(3175), - [anon_sym_lateinit] = ACTIONS(3175), - [anon_sym_public] = ACTIONS(3175), - [anon_sym_private] = ACTIONS(3175), - [anon_sym_internal] = ACTIONS(3175), - [anon_sym_protected] = ACTIONS(3175), - [anon_sym_tailrec] = ACTIONS(3175), - [anon_sym_operator] = ACTIONS(3175), - [anon_sym_infix] = ACTIONS(3175), - [anon_sym_inline] = ACTIONS(3175), - [anon_sym_external] = ACTIONS(3175), - [sym_property_modifier] = ACTIONS(3175), - [anon_sym_abstract] = ACTIONS(3175), - [anon_sym_final] = ACTIONS(3175), - [anon_sym_open] = ACTIONS(3175), - [anon_sym_vararg] = ACTIONS(3175), - [anon_sym_noinline] = ACTIONS(3175), - [anon_sym_crossinline] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3177), - [sym__automatic_semicolon] = ACTIONS(3177), + [anon_sym_suspend] = ACTIONS(3154), + [anon_sym_sealed] = ACTIONS(3154), + [anon_sym_annotation] = ACTIONS(3154), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3154), + [anon_sym_lateinit] = ACTIONS(3154), + [anon_sym_public] = ACTIONS(3154), + [anon_sym_private] = ACTIONS(3154), + [anon_sym_internal] = ACTIONS(3154), + [anon_sym_protected] = ACTIONS(3154), + [anon_sym_tailrec] = ACTIONS(3154), + [anon_sym_operator] = ACTIONS(3154), + [anon_sym_infix] = ACTIONS(3154), + [anon_sym_inline] = ACTIONS(3154), + [anon_sym_external] = ACTIONS(3154), + [sym_property_modifier] = ACTIONS(3154), + [anon_sym_abstract] = ACTIONS(3154), + [anon_sym_final] = ACTIONS(3154), + [anon_sym_open] = ACTIONS(3154), + [anon_sym_vararg] = ACTIONS(3154), + [anon_sym_noinline] = ACTIONS(3154), + [anon_sym_crossinline] = ACTIONS(3154), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3156), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2440] = { - [sym_type_constraints] = STATE(2471), - [sym_property_delegate] = STATE(2730), - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_RBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6156), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6144), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(4110), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1804), - [anon_sym_DASH_GT] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2432] = { + [sym_property_delegate] = STATE(2596), + [sym_getter] = STATE(4789), + [sym_setter] = STATE(4789), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6046), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_RPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(5962), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6048), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [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), @@ -311016,78 +310229,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2441] = { - [sym_property_delegate] = STATE(2574), - [sym_getter] = STATE(4769), - [sym_setter] = STATE(4769), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(6158), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(3932), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(1732), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [2433] = { + [sym_property_delegate] = STATE(2544), + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(6060), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(5962), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(3944), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -311112,270 +310325,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2442] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [2434] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3162), + [anon_sym_RBRACE] = ACTIONS(3144), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3160), + [anon_sym_COMMA] = ACTIONS(3144), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(3142), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [anon_sym_else] = ACTIONS(3160), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(3142), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3160), - [anon_sym_sealed] = ACTIONS(3160), - [anon_sym_annotation] = ACTIONS(3160), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3160), - [anon_sym_lateinit] = ACTIONS(3160), - [anon_sym_public] = ACTIONS(3160), - [anon_sym_private] = ACTIONS(3160), - [anon_sym_internal] = ACTIONS(3160), - [anon_sym_protected] = ACTIONS(3160), - [anon_sym_tailrec] = ACTIONS(3160), - [anon_sym_operator] = ACTIONS(3160), - [anon_sym_infix] = ACTIONS(3160), - [anon_sym_inline] = ACTIONS(3160), - [anon_sym_external] = ACTIONS(3160), - [sym_property_modifier] = ACTIONS(3160), - [anon_sym_abstract] = ACTIONS(3160), - [anon_sym_final] = ACTIONS(3160), - [anon_sym_open] = ACTIONS(3160), - [anon_sym_vararg] = ACTIONS(3160), - [anon_sym_noinline] = ACTIONS(3160), - [anon_sym_crossinline] = ACTIONS(3160), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3142), + [anon_sym_sealed] = ACTIONS(3142), + [anon_sym_annotation] = ACTIONS(3142), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3142), + [anon_sym_lateinit] = ACTIONS(3142), + [anon_sym_public] = ACTIONS(3142), + [anon_sym_private] = ACTIONS(3142), + [anon_sym_internal] = ACTIONS(3142), + [anon_sym_protected] = ACTIONS(3142), + [anon_sym_tailrec] = ACTIONS(3142), + [anon_sym_operator] = ACTIONS(3142), + [anon_sym_infix] = ACTIONS(3142), + [anon_sym_inline] = ACTIONS(3142), + [anon_sym_external] = ACTIONS(3142), + [sym_property_modifier] = ACTIONS(3142), + [anon_sym_abstract] = ACTIONS(3142), + [anon_sym_final] = ACTIONS(3142), + [anon_sym_open] = ACTIONS(3142), + [anon_sym_vararg] = ACTIONS(3142), + [anon_sym_noinline] = ACTIONS(3142), + [anon_sym_crossinline] = ACTIONS(3142), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3162), + [sym__automatic_semicolon] = ACTIONS(3144), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2443] = { - [sym_primary_constructor] = STATE(5263), - [sym_class_body] = STATE(4759), - [sym__class_parameters] = STATE(4662), - [sym_type_constraints] = STATE(4624), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6160), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_RBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5598), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [anon_sym_DASH_GT] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [anon_sym_while] = ACTIONS(3270), - [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(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - }, - [2444] = { - [sym_type_constraints] = STATE(2518), - [sym_property_delegate] = STATE(2685), - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_RBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6162), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6144), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(4058), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(1804), - [anon_sym_DASH_GT] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2435] = { + [sym_type_constraints] = STATE(2529), + [sym_property_delegate] = STATE(2716), + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_RBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6150), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6130), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4118), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [anon_sym_STAR] = ACTIONS(1812), + [anon_sym_DASH_GT] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -311400,242 +310517,242 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2445] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [2436] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3158), + [anon_sym_RBRACE] = ACTIONS(3160), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3158), + [anon_sym_COMMA] = ACTIONS(3160), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(3156), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(3158), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(3156), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(3158), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3156), - [anon_sym_sealed] = ACTIONS(3156), - [anon_sym_annotation] = ACTIONS(3156), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3156), - [anon_sym_lateinit] = ACTIONS(3156), - [anon_sym_public] = ACTIONS(3156), - [anon_sym_private] = ACTIONS(3156), - [anon_sym_internal] = ACTIONS(3156), - [anon_sym_protected] = ACTIONS(3156), - [anon_sym_tailrec] = ACTIONS(3156), - [anon_sym_operator] = ACTIONS(3156), - [anon_sym_infix] = ACTIONS(3156), - [anon_sym_inline] = ACTIONS(3156), - [anon_sym_external] = ACTIONS(3156), - [sym_property_modifier] = ACTIONS(3156), - [anon_sym_abstract] = ACTIONS(3156), - [anon_sym_final] = ACTIONS(3156), - [anon_sym_open] = ACTIONS(3156), - [anon_sym_vararg] = ACTIONS(3156), - [anon_sym_noinline] = ACTIONS(3156), - [anon_sym_crossinline] = ACTIONS(3156), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3158), + [anon_sym_sealed] = ACTIONS(3158), + [anon_sym_annotation] = ACTIONS(3158), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3158), + [anon_sym_lateinit] = ACTIONS(3158), + [anon_sym_public] = ACTIONS(3158), + [anon_sym_private] = ACTIONS(3158), + [anon_sym_internal] = ACTIONS(3158), + [anon_sym_protected] = ACTIONS(3158), + [anon_sym_tailrec] = ACTIONS(3158), + [anon_sym_operator] = ACTIONS(3158), + [anon_sym_infix] = ACTIONS(3158), + [anon_sym_inline] = ACTIONS(3158), + [anon_sym_external] = ACTIONS(3158), + [sym_property_modifier] = ACTIONS(3158), + [anon_sym_abstract] = ACTIONS(3158), + [anon_sym_final] = ACTIONS(3158), + [anon_sym_open] = ACTIONS(3158), + [anon_sym_vararg] = ACTIONS(3158), + [anon_sym_noinline] = ACTIONS(3158), + [anon_sym_crossinline] = ACTIONS(3158), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3158), + [sym__automatic_semicolon] = ACTIONS(3160), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2446] = { - [sym_type_constraints] = STATE(2504), - [sym_property_delegate] = STATE(2700), - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_RBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6168), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6144), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(4106), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(1792), - [anon_sym_DASH_GT] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [2437] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3152), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_COMMA] = ACTIONS(3152), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(3150), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4355), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3150), + [anon_sym_sealed] = ACTIONS(3150), + [anon_sym_annotation] = ACTIONS(3150), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3150), + [anon_sym_lateinit] = ACTIONS(3150), + [anon_sym_public] = ACTIONS(3150), + [anon_sym_private] = ACTIONS(3150), + [anon_sym_internal] = ACTIONS(3150), + [anon_sym_protected] = ACTIONS(3150), + [anon_sym_tailrec] = ACTIONS(3150), + [anon_sym_operator] = ACTIONS(3150), + [anon_sym_infix] = ACTIONS(3150), + [anon_sym_inline] = ACTIONS(3150), + [anon_sym_external] = ACTIONS(3150), + [sym_property_modifier] = ACTIONS(3150), + [anon_sym_abstract] = ACTIONS(3150), + [anon_sym_final] = ACTIONS(3150), + [anon_sym_open] = ACTIONS(3150), + [anon_sym_vararg] = ACTIONS(3150), + [anon_sym_noinline] = ACTIONS(3150), + [anon_sym_crossinline] = ACTIONS(3150), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3152), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2447] = { - [sym_type_constraints] = STATE(2501), - [sym_property_delegate] = STATE(2705), - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2438] = { + [sym_type_constraints] = STATE(2480), + [sym_property_delegate] = STATE(2704), + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_RBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6170), + [anon_sym_EQ] = ACTIONS(6152), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), [anon_sym_COMMA] = ACTIONS(1798), [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6144), + [anon_sym_by] = ACTIONS(6130), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(5492), + [anon_sym_where] = ACTIONS(5576), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(4104), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), + [anon_sym_SEMI] = ACTIONS(4090), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), [anon_sym_STAR] = ACTIONS(1798), [anon_sym_DASH_GT] = ACTIONS(1798), [sym_label] = ACTIONS(1798), @@ -311688,228 +310805,612 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2448] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), + [2439] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(3185), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_RBRACE] = ACTIONS(3187), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(3121), + [anon_sym_COMMA] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_where] = ACTIONS(3185), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3123), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(3121), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_else] = ACTIONS(3185), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3121), - [anon_sym_sealed] = ACTIONS(3121), - [anon_sym_annotation] = ACTIONS(3121), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3121), - [anon_sym_lateinit] = ACTIONS(3121), - [anon_sym_public] = ACTIONS(3121), - [anon_sym_private] = ACTIONS(3121), - [anon_sym_internal] = ACTIONS(3121), - [anon_sym_protected] = ACTIONS(3121), - [anon_sym_tailrec] = ACTIONS(3121), - [anon_sym_operator] = ACTIONS(3121), - [anon_sym_infix] = ACTIONS(3121), - [anon_sym_inline] = ACTIONS(3121), - [anon_sym_external] = ACTIONS(3121), - [sym_property_modifier] = ACTIONS(3121), - [anon_sym_abstract] = ACTIONS(3121), - [anon_sym_final] = ACTIONS(3121), - [anon_sym_open] = ACTIONS(3121), - [anon_sym_vararg] = ACTIONS(3121), - [anon_sym_noinline] = ACTIONS(3121), - [anon_sym_crossinline] = ACTIONS(3121), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3123), + [anon_sym_suspend] = ACTIONS(3185), + [anon_sym_sealed] = ACTIONS(3185), + [anon_sym_annotation] = ACTIONS(3185), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_override] = ACTIONS(3185), + [anon_sym_lateinit] = ACTIONS(3185), + [anon_sym_public] = ACTIONS(3185), + [anon_sym_private] = ACTIONS(3185), + [anon_sym_internal] = ACTIONS(3185), + [anon_sym_protected] = ACTIONS(3185), + [anon_sym_tailrec] = ACTIONS(3185), + [anon_sym_operator] = ACTIONS(3185), + [anon_sym_infix] = ACTIONS(3185), + [anon_sym_inline] = ACTIONS(3185), + [anon_sym_external] = ACTIONS(3185), + [sym_property_modifier] = ACTIONS(3185), + [anon_sym_abstract] = ACTIONS(3185), + [anon_sym_final] = ACTIONS(3185), + [anon_sym_open] = ACTIONS(3185), + [anon_sym_vararg] = ACTIONS(3185), + [anon_sym_noinline] = ACTIONS(3185), + [anon_sym_crossinline] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3187), + [sym__automatic_semicolon] = ACTIONS(3187), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2449] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [2440] = { + [sym_primary_constructor] = STATE(3905), + [sym_class_body] = STATE(3562), + [sym__class_parameters] = STATE(3281), + [sym_type_constraints] = STATE(3300), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6154), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_RBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_RPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [anon_sym_DASH_GT] = ACTIONS(3294), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_while] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + }, + [2441] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3184), + [anon_sym_RBRACE] = ACTIONS(3164), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3184), + [anon_sym_COMMA] = ACTIONS(3164), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(3162), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(3164), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(3182), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(3162), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3182), - [anon_sym_sealed] = ACTIONS(3182), - [anon_sym_annotation] = ACTIONS(3182), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3182), - [anon_sym_lateinit] = ACTIONS(3182), - [anon_sym_public] = ACTIONS(3182), - [anon_sym_private] = ACTIONS(3182), - [anon_sym_internal] = ACTIONS(3182), - [anon_sym_protected] = ACTIONS(3182), - [anon_sym_tailrec] = ACTIONS(3182), - [anon_sym_operator] = ACTIONS(3182), - [anon_sym_infix] = ACTIONS(3182), - [anon_sym_inline] = ACTIONS(3182), - [anon_sym_external] = ACTIONS(3182), - [sym_property_modifier] = ACTIONS(3182), - [anon_sym_abstract] = ACTIONS(3182), - [anon_sym_final] = ACTIONS(3182), - [anon_sym_open] = ACTIONS(3182), - [anon_sym_vararg] = ACTIONS(3182), - [anon_sym_noinline] = ACTIONS(3182), - [anon_sym_crossinline] = ACTIONS(3182), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3162), + [anon_sym_sealed] = ACTIONS(3162), + [anon_sym_annotation] = ACTIONS(3162), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3162), + [anon_sym_lateinit] = ACTIONS(3162), + [anon_sym_public] = ACTIONS(3162), + [anon_sym_private] = ACTIONS(3162), + [anon_sym_internal] = ACTIONS(3162), + [anon_sym_protected] = ACTIONS(3162), + [anon_sym_tailrec] = ACTIONS(3162), + [anon_sym_operator] = ACTIONS(3162), + [anon_sym_infix] = ACTIONS(3162), + [anon_sym_inline] = ACTIONS(3162), + [anon_sym_external] = ACTIONS(3162), + [sym_property_modifier] = ACTIONS(3162), + [anon_sym_abstract] = ACTIONS(3162), + [anon_sym_final] = ACTIONS(3162), + [anon_sym_open] = ACTIONS(3162), + [anon_sym_vararg] = ACTIONS(3162), + [anon_sym_noinline] = ACTIONS(3162), + [anon_sym_crossinline] = ACTIONS(3162), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3184), + [sym__automatic_semicolon] = ACTIONS(3164), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2450] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [2442] = { + [sym_primary_constructor] = STATE(5090), + [sym__class_parameters] = STATE(4658), + [sym_type_constraints] = STATE(4633), + [sym_enum_class_body] = STATE(4886), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6156), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_RBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5508), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [anon_sym_DASH_GT] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + }, + [2443] = { + [sym_primary_constructor] = STATE(5149), + [sym_class_body] = STATE(4886), + [sym__class_parameters] = STATE(4658), + [sym_type_constraints] = STATE(4670), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6158), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_RBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5486), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [anon_sym_DASH_GT] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + }, + [2444] = { + [sym_type_constraints] = STATE(2486), + [sym_property_delegate] = STATE(2692), + [sym_getter] = STATE(4789), + [sym_setter] = STATE(4789), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_RBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6160), + [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_by] = ACTIONS(6130), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6162), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [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), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + }, + [2445] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), @@ -311919,34 +311420,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_COMMA] = ACTIONS(3115), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), + [anon_sym_GT] = ACTIONS(4347), [anon_sym_where] = ACTIONS(3113), [anon_sym_DOT] = ACTIONS(3660), [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), [anon_sym_else] = ACTIONS(3113), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), @@ -311954,9 +311455,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_suspend] = ACTIONS(3113), [anon_sym_sealed] = ACTIONS(3113), [anon_sym_annotation] = ACTIONS(3113), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), [anon_sym_override] = ACTIONS(3113), [anon_sym_lateinit] = ACTIONS(3113), [anon_sym_public] = ACTIONS(3113), @@ -311975,79 +311476,175 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(3113), [anon_sym_noinline] = ACTIONS(3113), [anon_sym_crossinline] = ACTIONS(3113), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym__automatic_semicolon] = ACTIONS(3115), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2451] = { - [sym_primary_constructor] = STATE(5223), - [sym_class_body] = STATE(4748), - [sym__class_parameters] = STATE(4662), - [sym_type_constraints] = STATE(4621), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [2446] = { + [sym_type_constraints] = STATE(2528), + [sym_property_delegate] = STATE(2686), + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_RBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6164), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6130), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4114), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), + [anon_sym_STAR] = ACTIONS(1812), + [anon_sym_DASH_GT] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + }, + [2447] = { + [sym_primary_constructor] = STATE(3864), + [sym__class_parameters] = STATE(3281), + [sym_type_constraints] = STATE(3310), + [sym_enum_class_body] = STATE(3537), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6172), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_RBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5598), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [anon_sym_DASH_GT] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_COLON] = ACTIONS(6166), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_RBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [anon_sym_DASH_GT] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -312075,75 +311672,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [2452] = { - [sym_property_delegate] = STATE(2544), - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6068), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3940), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2448] = { + [sym_property_delegate] = STATE(2581), + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6036), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(5962), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(3924), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -312168,78 +311765,462 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + }, + [2449] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3168), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_COMMA] = ACTIONS(3168), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(3166), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4355), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3166), + [anon_sym_sealed] = ACTIONS(3166), + [anon_sym_annotation] = ACTIONS(3166), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3166), + [anon_sym_lateinit] = ACTIONS(3166), + [anon_sym_public] = ACTIONS(3166), + [anon_sym_private] = ACTIONS(3166), + [anon_sym_internal] = ACTIONS(3166), + [anon_sym_protected] = ACTIONS(3166), + [anon_sym_tailrec] = ACTIONS(3166), + [anon_sym_operator] = ACTIONS(3166), + [anon_sym_infix] = ACTIONS(3166), + [anon_sym_inline] = ACTIONS(3166), + [anon_sym_external] = ACTIONS(3166), + [sym_property_modifier] = ACTIONS(3166), + [anon_sym_abstract] = ACTIONS(3166), + [anon_sym_final] = ACTIONS(3166), + [anon_sym_open] = ACTIONS(3166), + [anon_sym_vararg] = ACTIONS(3166), + [anon_sym_noinline] = ACTIONS(3166), + [anon_sym_crossinline] = ACTIONS(3166), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3168), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [2450] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_COMMA] = ACTIONS(3103), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(3101), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4355), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_else] = ACTIONS(3101), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3101), + [anon_sym_sealed] = ACTIONS(3101), + [anon_sym_annotation] = ACTIONS(3101), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3101), + [anon_sym_lateinit] = ACTIONS(3101), + [anon_sym_public] = ACTIONS(3101), + [anon_sym_private] = ACTIONS(3101), + [anon_sym_internal] = ACTIONS(3101), + [anon_sym_protected] = ACTIONS(3101), + [anon_sym_tailrec] = ACTIONS(3101), + [anon_sym_operator] = ACTIONS(3101), + [anon_sym_infix] = ACTIONS(3101), + [anon_sym_inline] = ACTIONS(3101), + [anon_sym_external] = ACTIONS(3101), + [sym_property_modifier] = ACTIONS(3101), + [anon_sym_abstract] = ACTIONS(3101), + [anon_sym_final] = ACTIONS(3101), + [anon_sym_open] = ACTIONS(3101), + [anon_sym_vararg] = ACTIONS(3101), + [anon_sym_noinline] = ACTIONS(3101), + [anon_sym_crossinline] = ACTIONS(3101), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3103), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [2451] = { + [sym_primary_constructor] = STATE(3863), + [sym_class_body] = STATE(3537), + [sym__class_parameters] = STATE(3281), + [sym_type_constraints] = STATE(3313), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6168), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_RBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [anon_sym_DASH_GT] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + }, + [2452] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3111), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_COMMA] = ACTIONS(3111), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(3109), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3111), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4355), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(4365), + [anon_sym_else] = ACTIONS(3109), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3109), + [anon_sym_sealed] = ACTIONS(3109), + [anon_sym_annotation] = ACTIONS(3109), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3109), + [anon_sym_lateinit] = ACTIONS(3109), + [anon_sym_public] = ACTIONS(3109), + [anon_sym_private] = ACTIONS(3109), + [anon_sym_internal] = ACTIONS(3109), + [anon_sym_protected] = ACTIONS(3109), + [anon_sym_tailrec] = ACTIONS(3109), + [anon_sym_operator] = ACTIONS(3109), + [anon_sym_infix] = ACTIONS(3109), + [anon_sym_inline] = ACTIONS(3109), + [anon_sym_external] = ACTIONS(3109), + [sym_property_modifier] = ACTIONS(3109), + [anon_sym_abstract] = ACTIONS(3109), + [anon_sym_final] = ACTIONS(3109), + [anon_sym_open] = ACTIONS(3109), + [anon_sym_vararg] = ACTIONS(3109), + [anon_sym_noinline] = ACTIONS(3109), + [anon_sym_crossinline] = ACTIONS(3109), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3111), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, [2453] = { - [sym_property_delegate] = STATE(2586), - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6054), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3930), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [sym_property_delegate] = STATE(2584), + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(5960), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(5962), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(3926), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -312264,78 +312245,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, [2454] = { - [sym_property_delegate] = STATE(2534), - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(5976), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3944), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [sym_property_delegate] = STATE(2536), + [sym_getter] = STATE(3474), + [sym_setter] = STATE(3474), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(6170), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(5962), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(3938), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -312360,176 +312341,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, [2455] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(3094), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3096), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_where] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(4371), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3094), - [anon_sym_sealed] = ACTIONS(3094), - [anon_sym_annotation] = ACTIONS(3094), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_override] = ACTIONS(3094), - [anon_sym_lateinit] = ACTIONS(3094), - [anon_sym_public] = ACTIONS(3094), - [anon_sym_private] = ACTIONS(3094), - [anon_sym_internal] = ACTIONS(3094), - [anon_sym_protected] = ACTIONS(3094), - [anon_sym_tailrec] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_infix] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym_external] = ACTIONS(3094), - [sym_property_modifier] = ACTIONS(3094), - [anon_sym_abstract] = ACTIONS(3094), - [anon_sym_final] = ACTIONS(3094), - [anon_sym_open] = ACTIONS(3094), - [anon_sym_vararg] = ACTIONS(3094), - [anon_sym_noinline] = ACTIONS(3094), - [anon_sym_crossinline] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3096), - [sym__automatic_semicolon] = ACTIONS(3096), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [2456] = { - [sym_type_constraints] = STATE(2528), - [sym_property_delegate] = STATE(2693), - [sym_getter] = STATE(4797), - [sym_setter] = STATE(4797), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_RBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(6174), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_COMMA] = ACTIONS(3360), - [anon_sym_RPAREN] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(6144), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(6176), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(3360), - [anon_sym_DASH_GT] = ACTIONS(3360), - [sym_label] = ACTIONS(3360), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_while] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3360), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG_BANG] = ACTIONS(3360), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), + [sym_type_constraints] = STATE(2518), + [sym_property_delegate] = STATE(2699), + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_RBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6172), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6130), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(4058), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), + [anon_sym_STAR] = ACTIONS(1734), + [anon_sym_DASH_GT] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), + [sym_multiline_comment] = ACTIONS(3), + }, + [2456] = { + [sym_type_constraints] = STATE(2509), + [sym_property_delegate] = STATE(2688), + [sym_getter] = STATE(4851), + [sym_setter] = STATE(4851), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_RBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(6174), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_COMMA] = ACTIONS(3330), + [anon_sym_RPAREN] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(6130), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(6176), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [anon_sym_STAR] = ACTIONS(3330), + [anon_sym_DASH_GT] = ACTIONS(3330), + [sym_label] = ACTIONS(3330), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_while] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3330), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG_BANG] = ACTIONS(3330), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), [anon_sym_data] = ACTIONS(75), [anon_sym_inner] = ACTIONS(75), @@ -312552,33 +312533,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), + [sym__backtick_identifier] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), [sym_multiline_comment] = ACTIONS(3), }, [2457] = { - [sym_type_constraints] = STATE(2503), - [sym_property_delegate] = STATE(2732), - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_type_constraints] = STATE(2517), + [sym_property_delegate] = STATE(2705), + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_RBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), @@ -312588,14 +312569,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN] = ACTIONS(1798), [anon_sym_COMMA] = ACTIONS(1798), [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6144), + [anon_sym_by] = ACTIONS(6130), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(5492), + [anon_sym_where] = ACTIONS(5576), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(4120), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), + [anon_sym_SEMI] = ACTIONS(4116), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), [anon_sym_STAR] = ACTIONS(1798), [anon_sym_DASH_GT] = ACTIONS(1798), [sym_label] = ACTIONS(1798), @@ -312648,462 +312629,462 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, [2458] = { - [sym_property_delegate] = STATE(2561), - [sym_getter] = STATE(3498), - [sym_setter] = STATE(3498), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(5966), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(5968), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - }, - [2459] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3173), + [anon_sym_RBRACE] = ACTIONS(3107), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3173), + [anon_sym_COMMA] = ACTIONS(3107), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(3171), + [anon_sym_GT] = ACTIONS(4347), + [anon_sym_where] = ACTIONS(3105), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3173), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4371), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4355), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(3171), + [anon_sym_in] = ACTIONS(4357), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(4363), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_else] = ACTIONS(3105), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), + [anon_sym_BANG_EQ] = ACTIONS(4367), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4369), + [anon_sym_EQ_EQ] = ACTIONS(4367), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4369), + [anon_sym_LT_EQ] = ACTIONS(4371), + [anon_sym_GT_EQ] = ACTIONS(4371), + [anon_sym_BANGin] = ACTIONS(4373), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3171), - [anon_sym_sealed] = ACTIONS(3171), - [anon_sym_annotation] = ACTIONS(3171), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3171), - [anon_sym_lateinit] = ACTIONS(3171), - [anon_sym_public] = ACTIONS(3171), - [anon_sym_private] = ACTIONS(3171), - [anon_sym_internal] = ACTIONS(3171), - [anon_sym_protected] = ACTIONS(3171), - [anon_sym_tailrec] = ACTIONS(3171), - [anon_sym_operator] = ACTIONS(3171), - [anon_sym_infix] = ACTIONS(3171), - [anon_sym_inline] = ACTIONS(3171), - [anon_sym_external] = ACTIONS(3171), - [sym_property_modifier] = ACTIONS(3171), - [anon_sym_abstract] = ACTIONS(3171), - [anon_sym_final] = ACTIONS(3171), - [anon_sym_open] = ACTIONS(3171), - [anon_sym_vararg] = ACTIONS(3171), - [anon_sym_noinline] = ACTIONS(3171), - [anon_sym_crossinline] = ACTIONS(3171), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3105), + [anon_sym_sealed] = ACTIONS(3105), + [anon_sym_annotation] = ACTIONS(3105), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3105), + [anon_sym_lateinit] = ACTIONS(3105), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_protected] = ACTIONS(3105), + [anon_sym_tailrec] = ACTIONS(3105), + [anon_sym_operator] = ACTIONS(3105), + [anon_sym_infix] = ACTIONS(3105), + [anon_sym_inline] = ACTIONS(3105), + [anon_sym_external] = ACTIONS(3105), + [sym_property_modifier] = ACTIONS(3105), + [anon_sym_abstract] = ACTIONS(3105), + [anon_sym_final] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_vararg] = ACTIONS(3105), + [anon_sym_noinline] = ACTIONS(3105), + [anon_sym_crossinline] = ACTIONS(3105), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3173), + [sym__automatic_semicolon] = ACTIONS(3107), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2460] = { - [sym_type_constraints] = STATE(2494), - [sym_property_delegate] = STATE(2711), - [sym_getter] = STATE(3498), - [sym_setter] = STATE(3498), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_RBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6180), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6144), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6182), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(3346), - [anon_sym_DASH_GT] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [2459] = { + [sym_primary_constructor] = STATE(3860), + [sym__class_parameters] = STATE(3281), + [sym_type_constraints] = STATE(3336), + [sym_enum_class_body] = STATE(3498), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6180), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_RBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_RPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [anon_sym_DASH_GT] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_while] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + }, + [2460] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(3128), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_COMMA] = ACTIONS(3130), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_where] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(4355), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3128), + [anon_sym_sealed] = ACTIONS(3128), + [anon_sym_annotation] = ACTIONS(3128), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_override] = ACTIONS(3128), + [anon_sym_lateinit] = ACTIONS(3128), + [anon_sym_public] = ACTIONS(3128), + [anon_sym_private] = ACTIONS(3128), + [anon_sym_internal] = ACTIONS(3128), + [anon_sym_protected] = ACTIONS(3128), + [anon_sym_tailrec] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_infix] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym_external] = ACTIONS(3128), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3128), + [anon_sym_final] = ACTIONS(3128), + [anon_sym_open] = ACTIONS(3128), + [anon_sym_vararg] = ACTIONS(3128), + [anon_sym_noinline] = ACTIONS(3128), + [anon_sym_crossinline] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3130), + [sym__automatic_semicolon] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, [2461] = { - [sym_property_delegate] = STATE(2541), - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(5958), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3942), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1564), + [sym__comparison_operator] = STATE(1565), + [sym__in_operator] = STATE(1566), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1519), + [sym__multiplicative_operator] = STATE(1570), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1571), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_where] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4355), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(4359), + [anon_sym_QMARK_COLON] = ACTIONS(4361), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(4375), + [anon_sym_DASH] = ACTIONS(4375), + [anon_sym_SLASH] = ACTIONS(4377), + [anon_sym_PERCENT] = ACTIONS(4355), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3121), + [anon_sym_sealed] = ACTIONS(3121), + [anon_sym_annotation] = ACTIONS(3121), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3121), + [anon_sym_lateinit] = ACTIONS(3121), + [anon_sym_public] = ACTIONS(3121), + [anon_sym_private] = ACTIONS(3121), + [anon_sym_internal] = ACTIONS(3121), + [anon_sym_protected] = ACTIONS(3121), + [anon_sym_tailrec] = ACTIONS(3121), + [anon_sym_operator] = ACTIONS(3121), + [anon_sym_infix] = ACTIONS(3121), + [anon_sym_inline] = ACTIONS(3121), + [anon_sym_external] = ACTIONS(3121), + [sym_property_modifier] = ACTIONS(3121), + [anon_sym_abstract] = ACTIONS(3121), + [anon_sym_final] = ACTIONS(3121), + [anon_sym_open] = ACTIONS(3121), + [anon_sym_vararg] = ACTIONS(3121), + [anon_sym_noinline] = ACTIONS(3121), + [anon_sym_crossinline] = ACTIONS(3121), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3123), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, [2462] = { - [sym_primary_constructor] = STATE(5233), - [sym__class_parameters] = STATE(4662), - [sym_type_constraints] = STATE(4694), - [sym_enum_class_body] = STATE(4786), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), + [sym_primary_constructor] = STATE(5146), + [sym_class_body] = STATE(4708), + [sym__class_parameters] = STATE(4658), + [sym_type_constraints] = STATE(4616), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6184), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_RBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5578), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_RPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [anon_sym_DASH_GT] = ACTIONS(3290), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_while] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), + [anon_sym_COLON] = ACTIONS(6182), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_RBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5486), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_RPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [anon_sym_DASH_GT] = ACTIONS(3294), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_while] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -313131,75 +313112,171 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [sym__backtick_identifier] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), [sym_multiline_comment] = ACTIONS(3), }, [2463] = { - [sym_type_constraints] = STATE(2491), - [sym_property_delegate] = STATE(2722), - [sym_getter] = STATE(3600), - [sym_setter] = STATE(3600), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_RBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(6186), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_COMMA] = ACTIONS(3360), - [anon_sym_RPAREN] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(6144), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), + [sym_primary_constructor] = STATE(5219), + [sym__class_parameters] = STATE(4658), + [sym_type_constraints] = STATE(4631), + [sym_enum_class_body] = STATE(4868), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6184), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_RBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5508), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_RPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(6188), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(3360), - [anon_sym_DASH_GT] = ACTIONS(3360), - [sym_label] = ACTIONS(3360), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_while] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3360), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG_BANG] = ACTIONS(3360), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [anon_sym_DASH_GT] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_while] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + }, + [2464] = { + [sym_property_delegate] = STATE(2589), + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(6066), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(5962), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(3936), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -313224,174 +313301,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), + [sym__backtick_identifier] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2464] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1565), - [sym__comparison_operator] = STATE(1568), - [sym__in_operator] = STATE(1569), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1570), - [sym__multiplicative_operator] = STATE(1571), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1572), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [2465] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3090), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_COMMA] = ACTIONS(3090), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3119), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3119), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4363), - [anon_sym_where] = ACTIONS(3088), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4371), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4373), - [anon_sym_DOT_DOT] = ACTIONS(4375), - [anon_sym_QMARK_COLON] = ACTIONS(4377), - [anon_sym_AMP_AMP] = ACTIONS(4379), - [anon_sym_PIPE_PIPE] = ACTIONS(4381), - [anon_sym_else] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4383), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4385), - [anon_sym_EQ_EQ] = ACTIONS(4383), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4385), - [anon_sym_LT_EQ] = ACTIONS(4387), - [anon_sym_GT_EQ] = ACTIONS(4387), - [anon_sym_BANGin] = ACTIONS(4389), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(4391), - [anon_sym_DASH] = ACTIONS(4391), - [anon_sym_SLASH] = ACTIONS(4393), - [anon_sym_PERCENT] = ACTIONS(4371), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3088), - [anon_sym_sealed] = ACTIONS(3088), - [anon_sym_annotation] = ACTIONS(3088), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3088), - [anon_sym_lateinit] = ACTIONS(3088), - [anon_sym_public] = ACTIONS(3088), - [anon_sym_private] = ACTIONS(3088), - [anon_sym_internal] = ACTIONS(3088), - [anon_sym_protected] = ACTIONS(3088), - [anon_sym_tailrec] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_infix] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_external] = ACTIONS(3088), - [sym_property_modifier] = ACTIONS(3088), - [anon_sym_abstract] = ACTIONS(3088), - [anon_sym_final] = ACTIONS(3088), - [anon_sym_open] = ACTIONS(3088), - [anon_sym_vararg] = ACTIONS(3088), - [anon_sym_noinline] = ACTIONS(3088), - [anon_sym_crossinline] = ACTIONS(3088), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3117), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3119), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(3117), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_else] = ACTIONS(3117), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3117), + [anon_sym_sealed] = ACTIONS(3117), + [anon_sym_annotation] = ACTIONS(3117), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3117), + [anon_sym_lateinit] = ACTIONS(3117), + [anon_sym_public] = ACTIONS(3117), + [anon_sym_private] = ACTIONS(3117), + [anon_sym_internal] = ACTIONS(3117), + [anon_sym_protected] = ACTIONS(3117), + [anon_sym_tailrec] = ACTIONS(3117), + [anon_sym_operator] = ACTIONS(3117), + [anon_sym_infix] = ACTIONS(3117), + [anon_sym_inline] = ACTIONS(3117), + [anon_sym_external] = ACTIONS(3117), + [sym_property_modifier] = ACTIONS(3117), + [anon_sym_abstract] = ACTIONS(3117), + [anon_sym_final] = ACTIONS(3117), + [anon_sym_open] = ACTIONS(3117), + [anon_sym_vararg] = ACTIONS(3117), + [anon_sym_noinline] = ACTIONS(3117), + [anon_sym_crossinline] = ACTIONS(3117), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3090), - [sym_safe_nav] = ACTIONS(3682), + [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [2465] = { - [sym_property_delegate] = STATE(2552), - [sym_getter] = STATE(3477), - [sym_setter] = STATE(3477), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(6190), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(5960), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(3938), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(1732), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [2466] = { + [sym_getter] = STATE(3906), + [sym_setter] = STATE(3906), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(3874), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -313416,76 +313490,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2466] = { - [sym_getter] = STATE(5221), - [sym_setter] = STATE(5221), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(1732), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [2467] = { + [sym_property_delegate] = STATE(2649), + [sym_getter] = STATE(5094), + [sym_setter] = STATE(5094), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(6186), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(6072), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(4034), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -313510,78 +313585,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2467] = { - [sym_property_delegate] = STATE(2732), - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_RBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6178), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6144), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(4120), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1798), - [anon_sym_DASH_GT] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2468] = { + [sym_getter] = STATE(5085), + [sym_setter] = STATE(5085), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -313606,31 +313680,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2468] = { - [sym_getter] = STATE(5177), - [sym_setter] = STATE(5177), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2469] = { + [sym_getter] = STATE(5182), + [sym_setter] = STATE(5182), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(3422), [anon_sym_as] = ACTIONS(3420), [anon_sym_EQ] = ACTIONS(3420), @@ -313643,8 +313718,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(3420), [anon_sym_DOT] = ACTIONS(3420), [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), [anon_sym_STAR] = ACTIONS(3420), [sym_label] = ACTIONS(3422), [anon_sym_in] = ACTIONS(3420), @@ -313700,77 +313775,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(3422), [sym__automatic_semicolon] = ACTIONS(3422), [sym_safe_nav] = ACTIONS(3422), [sym_multiline_comment] = ACTIONS(3), }, - [2469] = { - [sym_property_delegate] = STATE(2642), - [sym_getter] = STATE(5221), - [sym_setter] = STATE(5221), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(6192), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(6080), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(4048), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(1732), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [2470] = { + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -313795,77 +313870,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2470] = { - [sym_getter] = STATE(5108), - [sym_setter] = STATE(5108), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2471] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3148), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3148), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4563), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3146), + [anon_sym_sealed] = ACTIONS(3146), + [anon_sym_annotation] = ACTIONS(3146), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3146), + [anon_sym_lateinit] = ACTIONS(3146), + [anon_sym_public] = ACTIONS(3146), + [anon_sym_private] = ACTIONS(3146), + [anon_sym_internal] = ACTIONS(3146), + [anon_sym_protected] = ACTIONS(3146), + [anon_sym_tailrec] = ACTIONS(3146), + [anon_sym_operator] = ACTIONS(3146), + [anon_sym_infix] = ACTIONS(3146), + [anon_sym_inline] = ACTIONS(3146), + [anon_sym_external] = ACTIONS(3146), + [sym_property_modifier] = ACTIONS(3146), + [anon_sym_abstract] = ACTIONS(3146), + [anon_sym_final] = ACTIONS(3146), + [anon_sym_open] = ACTIONS(3146), + [anon_sym_vararg] = ACTIONS(3146), + [anon_sym_noinline] = ACTIONS(3146), + [anon_sym_crossinline] = ACTIONS(3146), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [2472] = { + [sym_getter] = STATE(4019), + [sym_setter] = STATE(4019), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(5998), + [anon_sym_set] = ACTIONS(6000), + [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), @@ -313890,78 +314060,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2471] = { - [sym_property_delegate] = STATE(2729), - [sym_getter] = STATE(4769), - [sym_setter] = STATE(4769), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_RBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(6194), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(6144), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(4088), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1734), - [anon_sym_DASH_GT] = ACTIONS(1734), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1734), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [2473] = { + [sym_getter] = STATE(5094), + [sym_setter] = STATE(5094), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(3722), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -313986,76 +314155,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2472] = { - [sym_getter] = STATE(3851), - [sym_setter] = STATE(3851), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2474] = { + [sym_getter] = STATE(4019), + [sym_setter] = STATE(4019), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6010), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), + [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), @@ -314080,77 +314250,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2473] = { - [sym_getter] = STATE(3851), - [sym_setter] = STATE(3851), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(5996), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2475] = { + [sym_getter] = STATE(5094), + [sym_setter] = STATE(5094), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -314175,77 +314345,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2474] = { - [sym_property_delegate] = STATE(2669), - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6096), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6080), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3998), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2476] = { + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -314270,78 +314440,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2475] = { - [sym_property_delegate] = STATE(2730), - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_RBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6156), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6144), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(4110), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1804), - [anon_sym_DASH_GT] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2477] = { + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -314366,76 +314535,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2476] = { - [sym_getter] = STATE(5183), - [sym_setter] = STATE(5183), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(1814), - [sym_label] = ACTIONS(1816), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1814), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [2478] = { + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(3662), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -314460,77 +314630,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2477] = { - [sym_getter] = STATE(5198), - [sym_setter] = STATE(5198), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(3882), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2479] = { + [sym_getter] = STATE(5085), + [sym_setter] = STATE(5085), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(3720), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -314555,362 +314725,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - }, - [2478] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3169), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(3167), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3167), - [anon_sym_sealed] = ACTIONS(3167), - [anon_sym_annotation] = ACTIONS(3167), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3167), - [anon_sym_lateinit] = ACTIONS(3167), - [anon_sym_public] = ACTIONS(3167), - [anon_sym_private] = ACTIONS(3167), - [anon_sym_internal] = ACTIONS(3167), - [anon_sym_protected] = ACTIONS(3167), - [anon_sym_tailrec] = ACTIONS(3167), - [anon_sym_operator] = ACTIONS(3167), - [anon_sym_infix] = ACTIONS(3167), - [anon_sym_inline] = ACTIONS(3167), - [anon_sym_external] = ACTIONS(3167), - [sym_property_modifier] = ACTIONS(3167), - [anon_sym_abstract] = ACTIONS(3167), - [anon_sym_final] = ACTIONS(3167), - [anon_sym_open] = ACTIONS(3167), - [anon_sym_vararg] = ACTIONS(3167), - [anon_sym_noinline] = ACTIONS(3167), - [anon_sym_crossinline] = ACTIONS(3167), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [2479] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3134), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3134), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(3132), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3132), - [anon_sym_sealed] = ACTIONS(3132), - [anon_sym_annotation] = ACTIONS(3132), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3132), - [anon_sym_lateinit] = ACTIONS(3132), - [anon_sym_public] = ACTIONS(3132), - [anon_sym_private] = ACTIONS(3132), - [anon_sym_internal] = ACTIONS(3132), - [anon_sym_protected] = ACTIONS(3132), - [anon_sym_tailrec] = ACTIONS(3132), - [anon_sym_operator] = ACTIONS(3132), - [anon_sym_infix] = ACTIONS(3132), - [anon_sym_inline] = ACTIONS(3132), - [anon_sym_external] = ACTIONS(3132), - [sym_property_modifier] = ACTIONS(3132), - [anon_sym_abstract] = ACTIONS(3132), - [anon_sym_final] = ACTIONS(3132), - [anon_sym_open] = ACTIONS(3132), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, [2480] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3103), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3103), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(3101), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(3101), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3101), - [anon_sym_sealed] = ACTIONS(3101), - [anon_sym_annotation] = ACTIONS(3101), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3101), - [anon_sym_lateinit] = ACTIONS(3101), - [anon_sym_public] = ACTIONS(3101), - [anon_sym_private] = ACTIONS(3101), - [anon_sym_internal] = ACTIONS(3101), - [anon_sym_protected] = ACTIONS(3101), - [anon_sym_tailrec] = ACTIONS(3101), - [anon_sym_operator] = ACTIONS(3101), - [anon_sym_infix] = ACTIONS(3101), - [anon_sym_inline] = ACTIONS(3101), - [anon_sym_external] = ACTIONS(3101), - [sym_property_modifier] = ACTIONS(3101), - [anon_sym_abstract] = ACTIONS(3101), - [anon_sym_final] = ACTIONS(3101), - [anon_sym_open] = ACTIONS(3101), - [anon_sym_vararg] = ACTIONS(3101), - [anon_sym_noinline] = ACTIONS(3101), - [anon_sym_crossinline] = ACTIONS(3101), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [2481] = { - [sym_property_delegate] = STATE(2630), - [sym_getter] = STATE(3851), - [sym_setter] = STATE(3851), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6106), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6080), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6108), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [sym_property_delegate] = STATE(2729), + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_RBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6142), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6130), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(4102), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [anon_sym_STAR] = ACTIONS(1734), + [anon_sym_DASH_GT] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -314935,77 +314821,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2482] = { - [sym_getter] = STATE(5198), - [sym_setter] = STATE(5198), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2481] = { + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(3856), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -315030,32 +314915,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2483] = { - [sym_getter] = STATE(5221), - [sym_setter] = STATE(5221), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2482] = { + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_EQ] = ACTIONS(1732), @@ -315067,9 +314952,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1732), [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(3708), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), [anon_sym_STAR] = ACTIONS(1732), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), @@ -315125,77 +315010,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, + [2483] = { + [sym_getter] = STATE(5160), + [sym_setter] = STATE(5160), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1790), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_as] = ACTIONS(1790), + [anon_sym_EQ] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_COMMA] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1790), + [anon_sym_GT] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1790), + [anon_sym_DOT] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), + [anon_sym_STAR] = ACTIONS(1790), + [sym_label] = ACTIONS(1792), + [anon_sym_in] = ACTIONS(1790), + [anon_sym_DOT_DOT] = ACTIONS(1792), + [anon_sym_QMARK_COLON] = ACTIONS(1792), + [anon_sym_AMP_AMP] = ACTIONS(1792), + [anon_sym_PIPE_PIPE] = ACTIONS(1792), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_COLON_COLON] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1790), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ] = ACTIONS(1790), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_BANGin] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1790), + [anon_sym_BANGis] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1790), + [anon_sym_SLASH] = ACTIONS(1790), + [anon_sym_PERCENT] = ACTIONS(1790), + [anon_sym_as_QMARK] = ACTIONS(1792), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_BANG_BANG] = ACTIONS(1792), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1792), + [sym_safe_nav] = ACTIONS(1792), + [sym_multiline_comment] = ACTIONS(3), + }, [2484] = { - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3880), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [sym_getter] = STATE(5081), + [sym_setter] = STATE(5081), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(5956), + [anon_sym_set] = ACTIONS(5958), + [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), @@ -315220,60 +315200,156 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, [2485] = { - [sym_property_delegate] = STATE(2632), - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3152), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3152), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4563), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(3150), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3150), + [anon_sym_sealed] = ACTIONS(3150), + [anon_sym_annotation] = ACTIONS(3150), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3150), + [anon_sym_lateinit] = ACTIONS(3150), + [anon_sym_public] = ACTIONS(3150), + [anon_sym_private] = ACTIONS(3150), + [anon_sym_internal] = ACTIONS(3150), + [anon_sym_protected] = ACTIONS(3150), + [anon_sym_tailrec] = ACTIONS(3150), + [anon_sym_operator] = ACTIONS(3150), + [anon_sym_infix] = ACTIONS(3150), + [anon_sym_inline] = ACTIONS(3150), + [anon_sym_external] = ACTIONS(3150), + [sym_property_modifier] = ACTIONS(3150), + [anon_sym_abstract] = ACTIONS(3150), + [anon_sym_final] = ACTIONS(3150), + [anon_sym_open] = ACTIONS(3150), + [anon_sym_vararg] = ACTIONS(3150), + [anon_sym_noinline] = ACTIONS(3150), + [anon_sym_crossinline] = ACTIONS(3150), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [2486] = { + [sym_property_delegate] = STATE(2704), + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_RBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6094), + [anon_sym_EQ] = ACTIONS(6152), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6080), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(6130), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3990), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), - [anon_sym_STAR] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(4090), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [anon_sym_STAR] = ACTIONS(1798), + [anon_sym_DASH_GT] = ACTIONS(1798), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), [anon_sym_DOT_DOT] = ACTIONS(1798), [anon_sym_QMARK_COLON] = ACTIONS(1798), [anon_sym_AMP_AMP] = ACTIONS(1798), [anon_sym_PIPE_PIPE] = ACTIONS(1798), [anon_sym_else] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), [anon_sym_BANG_EQ] = ACTIONS(1796), [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), [anon_sym_EQ_EQ] = ACTIONS(1796), @@ -315286,7 +315362,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1796), [anon_sym_DASH] = ACTIONS(1796), [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), [anon_sym_as_QMARK] = ACTIONS(1798), [anon_sym_PLUS_PLUS] = ACTIONS(1798), [anon_sym_DASH_DASH] = ACTIONS(1798), @@ -315315,172 +315391,456 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2486] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [2487] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(3088), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3090), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_while] = ACTIONS(3088), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_else] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3088), + [anon_sym_sealed] = ACTIONS(3088), + [anon_sym_annotation] = ACTIONS(3088), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_override] = ACTIONS(3088), + [anon_sym_lateinit] = ACTIONS(3088), + [anon_sym_public] = ACTIONS(3088), + [anon_sym_private] = ACTIONS(3088), + [anon_sym_internal] = ACTIONS(3088), + [anon_sym_protected] = ACTIONS(3088), + [anon_sym_tailrec] = ACTIONS(3088), + [anon_sym_operator] = ACTIONS(3088), + [anon_sym_infix] = ACTIONS(3088), + [anon_sym_inline] = ACTIONS(3088), + [anon_sym_external] = ACTIONS(3088), + [sym_property_modifier] = ACTIONS(3088), + [anon_sym_abstract] = ACTIONS(3088), + [anon_sym_final] = ACTIONS(3088), + [anon_sym_open] = ACTIONS(3088), + [anon_sym_vararg] = ACTIONS(3088), + [anon_sym_noinline] = ACTIONS(3088), + [anon_sym_crossinline] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3090), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [2488] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3164), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3115), + [anon_sym_RPAREN] = ACTIONS(3164), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4563), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3164), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4571), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(3113), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(3113), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(3162), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(3162), [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), [anon_sym_is] = ACTIONS(3612), [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), [anon_sym_as_QMARK] = ACTIONS(3618), [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3113), - [anon_sym_sealed] = ACTIONS(3113), - [anon_sym_annotation] = ACTIONS(3113), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3113), - [anon_sym_lateinit] = ACTIONS(3113), - [anon_sym_public] = ACTIONS(3113), - [anon_sym_private] = ACTIONS(3113), - [anon_sym_internal] = ACTIONS(3113), - [anon_sym_protected] = ACTIONS(3113), - [anon_sym_tailrec] = ACTIONS(3113), - [anon_sym_operator] = ACTIONS(3113), - [anon_sym_infix] = ACTIONS(3113), - [anon_sym_inline] = ACTIONS(3113), - [anon_sym_external] = ACTIONS(3113), - [sym_property_modifier] = ACTIONS(3113), - [anon_sym_abstract] = ACTIONS(3113), - [anon_sym_final] = ACTIONS(3113), - [anon_sym_open] = ACTIONS(3113), - [anon_sym_vararg] = ACTIONS(3113), - [anon_sym_noinline] = ACTIONS(3113), - [anon_sym_crossinline] = ACTIONS(3113), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3162), + [anon_sym_sealed] = ACTIONS(3162), + [anon_sym_annotation] = ACTIONS(3162), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3162), + [anon_sym_lateinit] = ACTIONS(3162), + [anon_sym_public] = ACTIONS(3162), + [anon_sym_private] = ACTIONS(3162), + [anon_sym_internal] = ACTIONS(3162), + [anon_sym_protected] = ACTIONS(3162), + [anon_sym_tailrec] = ACTIONS(3162), + [anon_sym_operator] = ACTIONS(3162), + [anon_sym_infix] = ACTIONS(3162), + [anon_sym_inline] = ACTIONS(3162), + [anon_sym_external] = ACTIONS(3162), + [sym_property_modifier] = ACTIONS(3162), + [anon_sym_abstract] = ACTIONS(3162), + [anon_sym_final] = ACTIONS(3162), + [anon_sym_open] = ACTIONS(3162), + [anon_sym_vararg] = ACTIONS(3162), + [anon_sym_noinline] = ACTIONS(3162), + [anon_sym_crossinline] = ACTIONS(3162), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [2487] = { - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2489] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(3135), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3137), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_while] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3137), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3135), + [anon_sym_sealed] = ACTIONS(3135), + [anon_sym_annotation] = ACTIONS(3135), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_override] = ACTIONS(3135), + [anon_sym_lateinit] = ACTIONS(3135), + [anon_sym_public] = ACTIONS(3135), + [anon_sym_private] = ACTIONS(3135), + [anon_sym_internal] = ACTIONS(3135), + [anon_sym_protected] = ACTIONS(3135), + [anon_sym_tailrec] = ACTIONS(3135), + [anon_sym_operator] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_inline] = ACTIONS(3135), + [anon_sym_external] = ACTIONS(3135), + [sym_property_modifier] = ACTIONS(3135), + [anon_sym_abstract] = ACTIONS(3135), + [anon_sym_final] = ACTIONS(3135), + [anon_sym_open] = ACTIONS(3135), + [anon_sym_vararg] = ACTIONS(3135), + [anon_sym_noinline] = ACTIONS(3135), + [anon_sym_crossinline] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3137), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [2490] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4563), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(3095), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3095), + [anon_sym_sealed] = ACTIONS(3095), + [anon_sym_annotation] = ACTIONS(3095), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3095), + [anon_sym_lateinit] = ACTIONS(3095), + [anon_sym_public] = ACTIONS(3095), + [anon_sym_private] = ACTIONS(3095), + [anon_sym_internal] = ACTIONS(3095), + [anon_sym_protected] = ACTIONS(3095), + [anon_sym_tailrec] = ACTIONS(3095), + [anon_sym_operator] = ACTIONS(3095), + [anon_sym_infix] = ACTIONS(3095), + [anon_sym_inline] = ACTIONS(3095), + [anon_sym_external] = ACTIONS(3095), + [sym_property_modifier] = ACTIONS(3095), + [anon_sym_abstract] = ACTIONS(3095), + [anon_sym_final] = ACTIONS(3095), + [anon_sym_open] = ACTIONS(3095), + [anon_sym_vararg] = ACTIONS(3095), + [anon_sym_noinline] = ACTIONS(3095), + [anon_sym_crossinline] = ACTIONS(3095), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [2491] = { + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -315505,77 +315865,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2488] = { - [sym_property_delegate] = STATE(2634), - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6078), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6080), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3988), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2492] = { + [sym_property_delegate] = STATE(2696), + [sym_getter] = STATE(3492), + [sym_setter] = STATE(3492), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_RBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6138), + [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_by] = ACTIONS(6130), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6140), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), + [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), @@ -315600,77 +315961,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2489] = { - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3662), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2493] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(3128), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3130), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_while] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3128), + [anon_sym_sealed] = ACTIONS(3128), + [anon_sym_annotation] = ACTIONS(3128), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_override] = ACTIONS(3128), + [anon_sym_lateinit] = ACTIONS(3128), + [anon_sym_public] = ACTIONS(3128), + [anon_sym_private] = ACTIONS(3128), + [anon_sym_internal] = ACTIONS(3128), + [anon_sym_protected] = ACTIONS(3128), + [anon_sym_tailrec] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_infix] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym_external] = ACTIONS(3128), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3128), + [anon_sym_final] = ACTIONS(3128), + [anon_sym_open] = ACTIONS(3128), + [anon_sym_vararg] = ACTIONS(3128), + [anon_sym_noinline] = ACTIONS(3128), + [anon_sym_crossinline] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [2494] = { + [sym_property_delegate] = STATE(2652), + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6104), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6072), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4052), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -315695,77 +316150,362 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2490] = { - [sym_property_delegate] = STATE(2673), - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6130), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6080), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3996), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2495] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_while] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3121), + [anon_sym_sealed] = ACTIONS(3121), + [anon_sym_annotation] = ACTIONS(3121), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3121), + [anon_sym_lateinit] = ACTIONS(3121), + [anon_sym_public] = ACTIONS(3121), + [anon_sym_private] = ACTIONS(3121), + [anon_sym_internal] = ACTIONS(3121), + [anon_sym_protected] = ACTIONS(3121), + [anon_sym_tailrec] = ACTIONS(3121), + [anon_sym_operator] = ACTIONS(3121), + [anon_sym_infix] = ACTIONS(3121), + [anon_sym_inline] = ACTIONS(3121), + [anon_sym_external] = ACTIONS(3121), + [sym_property_modifier] = ACTIONS(3121), + [anon_sym_abstract] = ACTIONS(3121), + [anon_sym_final] = ACTIONS(3121), + [anon_sym_open] = ACTIONS(3121), + [anon_sym_vararg] = ACTIONS(3121), + [anon_sym_noinline] = ACTIONS(3121), + [anon_sym_crossinline] = ACTIONS(3121), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [2496] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3144), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3144), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4563), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(3142), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3142), + [anon_sym_sealed] = ACTIONS(3142), + [anon_sym_annotation] = ACTIONS(3142), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3142), + [anon_sym_lateinit] = ACTIONS(3142), + [anon_sym_public] = ACTIONS(3142), + [anon_sym_private] = ACTIONS(3142), + [anon_sym_internal] = ACTIONS(3142), + [anon_sym_protected] = ACTIONS(3142), + [anon_sym_tailrec] = ACTIONS(3142), + [anon_sym_operator] = ACTIONS(3142), + [anon_sym_infix] = ACTIONS(3142), + [anon_sym_inline] = ACTIONS(3142), + [anon_sym_external] = ACTIONS(3142), + [sym_property_modifier] = ACTIONS(3142), + [anon_sym_abstract] = ACTIONS(3142), + [anon_sym_final] = ACTIONS(3142), + [anon_sym_open] = ACTIONS(3142), + [anon_sym_vararg] = ACTIONS(3142), + [anon_sym_noinline] = ACTIONS(3142), + [anon_sym_crossinline] = ACTIONS(3142), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [2497] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4563), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(3113), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_else] = ACTIONS(3113), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3113), + [anon_sym_sealed] = ACTIONS(3113), + [anon_sym_annotation] = ACTIONS(3113), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3113), + [anon_sym_lateinit] = ACTIONS(3113), + [anon_sym_public] = ACTIONS(3113), + [anon_sym_private] = ACTIONS(3113), + [anon_sym_internal] = ACTIONS(3113), + [anon_sym_protected] = ACTIONS(3113), + [anon_sym_tailrec] = ACTIONS(3113), + [anon_sym_operator] = ACTIONS(3113), + [anon_sym_infix] = ACTIONS(3113), + [anon_sym_inline] = ACTIONS(3113), + [anon_sym_external] = ACTIONS(3113), + [sym_property_modifier] = ACTIONS(3113), + [anon_sym_abstract] = ACTIONS(3113), + [anon_sym_final] = ACTIONS(3113), + [anon_sym_open] = ACTIONS(3113), + [anon_sym_vararg] = ACTIONS(3113), + [anon_sym_noinline] = ACTIONS(3113), + [anon_sym_crossinline] = ACTIONS(3113), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [2498] = { + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(3846), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -315790,78 +316530,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2491] = { - [sym_property_delegate] = STATE(2711), - [sym_getter] = STATE(3498), - [sym_setter] = STATE(3498), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_RBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6180), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6144), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6182), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(3346), - [anon_sym_DASH_GT] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2499] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3107), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4563), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(3105), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_else] = ACTIONS(3105), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3105), + [anon_sym_sealed] = ACTIONS(3105), + [anon_sym_annotation] = ACTIONS(3105), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3105), + [anon_sym_lateinit] = ACTIONS(3105), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_protected] = ACTIONS(3105), + [anon_sym_tailrec] = ACTIONS(3105), + [anon_sym_operator] = ACTIONS(3105), + [anon_sym_infix] = ACTIONS(3105), + [anon_sym_inline] = ACTIONS(3105), + [anon_sym_external] = ACTIONS(3105), + [sym_property_modifier] = ACTIONS(3105), + [anon_sym_abstract] = ACTIONS(3105), + [anon_sym_final] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_vararg] = ACTIONS(3105), + [anon_sym_noinline] = ACTIONS(3105), + [anon_sym_crossinline] = ACTIONS(3105), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [2500] = { + [sym_getter] = STATE(3845), + [sym_setter] = STATE(3845), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_EQ] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_COMMA] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_where] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), + [anon_sym_STAR] = ACTIONS(3420), + [sym_label] = ACTIONS(3422), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_PLUS_EQ] = ACTIONS(3422), + [anon_sym_DASH_EQ] = ACTIONS(3422), + [anon_sym_STAR_EQ] = ACTIONS(3422), + [anon_sym_SLASH_EQ] = ACTIONS(3422), + [anon_sym_PERCENT_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3420), + [anon_sym_as_QMARK] = ACTIONS(3422), + [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), @@ -315886,76 +316720,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(3422), + [sym__automatic_semicolon] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), [sym_multiline_comment] = ACTIONS(3), }, - [2492] = { - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2501] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3103), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4563), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(3101), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_else] = ACTIONS(3101), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3101), + [anon_sym_sealed] = ACTIONS(3101), + [anon_sym_annotation] = ACTIONS(3101), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3101), + [anon_sym_lateinit] = ACTIONS(3101), + [anon_sym_public] = ACTIONS(3101), + [anon_sym_private] = ACTIONS(3101), + [anon_sym_internal] = ACTIONS(3101), + [anon_sym_protected] = ACTIONS(3101), + [anon_sym_tailrec] = ACTIONS(3101), + [anon_sym_operator] = ACTIONS(3101), + [anon_sym_infix] = ACTIONS(3101), + [anon_sym_inline] = ACTIONS(3101), + [anon_sym_external] = ACTIONS(3101), + [sym_property_modifier] = ACTIONS(3101), + [anon_sym_abstract] = ACTIONS(3101), + [anon_sym_final] = ACTIONS(3101), + [anon_sym_open] = ACTIONS(3101), + [anon_sym_vararg] = ACTIONS(3101), + [anon_sym_noinline] = ACTIONS(3101), + [anon_sym_crossinline] = ACTIONS(3101), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [2502] = { + [sym_property_delegate] = STATE(2625), + [sym_getter] = STATE(4019), + [sym_setter] = STATE(4019), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6078), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(6072), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6080), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), + [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), @@ -315980,156 +316910,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2493] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [2503] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(3094), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3096), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3180), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3096), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), + [anon_sym_RPAREN] = ACTIONS(3180), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4571), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_while] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_else] = ACTIONS(3094), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_while] = ACTIONS(3178), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_else] = ACTIONS(3178), [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), [anon_sym_as_QMARK] = ACTIONS(3618), [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3094), - [anon_sym_sealed] = ACTIONS(3094), - [anon_sym_annotation] = ACTIONS(3094), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_override] = ACTIONS(3094), - [anon_sym_lateinit] = ACTIONS(3094), - [anon_sym_public] = ACTIONS(3094), - [anon_sym_private] = ACTIONS(3094), - [anon_sym_internal] = ACTIONS(3094), - [anon_sym_protected] = ACTIONS(3094), - [anon_sym_tailrec] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_infix] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym_external] = ACTIONS(3094), - [sym_property_modifier] = ACTIONS(3094), - [anon_sym_abstract] = ACTIONS(3094), - [anon_sym_final] = ACTIONS(3094), - [anon_sym_open] = ACTIONS(3094), - [anon_sym_vararg] = ACTIONS(3094), - [anon_sym_noinline] = ACTIONS(3094), - [anon_sym_crossinline] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3096), + [anon_sym_suspend] = ACTIONS(3178), + [anon_sym_sealed] = ACTIONS(3178), + [anon_sym_annotation] = ACTIONS(3178), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3178), + [anon_sym_lateinit] = ACTIONS(3178), + [anon_sym_public] = ACTIONS(3178), + [anon_sym_private] = ACTIONS(3178), + [anon_sym_internal] = ACTIONS(3178), + [anon_sym_protected] = ACTIONS(3178), + [anon_sym_tailrec] = ACTIONS(3178), + [anon_sym_operator] = ACTIONS(3178), + [anon_sym_infix] = ACTIONS(3178), + [anon_sym_inline] = ACTIONS(3178), + [anon_sym_external] = ACTIONS(3178), + [sym_property_modifier] = ACTIONS(3178), + [anon_sym_abstract] = ACTIONS(3178), + [anon_sym_final] = ACTIONS(3178), + [anon_sym_open] = ACTIONS(3178), + [anon_sym_vararg] = ACTIONS(3178), + [anon_sym_noinline] = ACTIONS(3178), + [anon_sym_crossinline] = ACTIONS(3178), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [2494] = { - [sym_property_delegate] = STATE(2705), - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2504] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(3185), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_while] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3185), + [anon_sym_sealed] = ACTIONS(3185), + [anon_sym_annotation] = ACTIONS(3185), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_override] = ACTIONS(3185), + [anon_sym_lateinit] = ACTIONS(3185), + [anon_sym_public] = ACTIONS(3185), + [anon_sym_private] = ACTIONS(3185), + [anon_sym_internal] = ACTIONS(3185), + [anon_sym_protected] = ACTIONS(3185), + [anon_sym_tailrec] = ACTIONS(3185), + [anon_sym_operator] = ACTIONS(3185), + [anon_sym_infix] = ACTIONS(3185), + [anon_sym_inline] = ACTIONS(3185), + [anon_sym_external] = ACTIONS(3185), + [sym_property_modifier] = ACTIONS(3185), + [anon_sym_abstract] = ACTIONS(3185), + [anon_sym_final] = ACTIONS(3185), + [anon_sym_open] = ACTIONS(3185), + [anon_sym_vararg] = ACTIONS(3185), + [anon_sym_noinline] = ACTIONS(3185), + [anon_sym_crossinline] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3187), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [2505] = { + [sym_property_delegate] = STATE(2627), + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_RBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6170), + [anon_sym_EQ] = ACTIONS(6102), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6144), + [anon_sym_by] = ACTIONS(6072), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(4104), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(1798), - [anon_sym_DASH_GT] = ACTIONS(1798), + [anon_sym_SEMI] = ACTIONS(3994), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), + [anon_sym_STAR] = ACTIONS(1796), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), [anon_sym_DOT_DOT] = ACTIONS(1798), [anon_sym_QMARK_COLON] = ACTIONS(1798), [anon_sym_AMP_AMP] = ACTIONS(1798), [anon_sym_PIPE_PIPE] = ACTIONS(1798), [anon_sym_else] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), [anon_sym_BANG_EQ] = ACTIONS(1796), [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), [anon_sym_EQ_EQ] = ACTIONS(1796), @@ -316142,7 +317166,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1796), [anon_sym_DASH] = ACTIONS(1796), [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_PERCENT] = ACTIONS(1796), [anon_sym_as_QMARK] = ACTIONS(1798), [anon_sym_PLUS_PLUS] = ACTIONS(1798), [anon_sym_DASH_DASH] = ACTIONS(1798), @@ -316171,171 +317195,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2495] = { - [sym_property_delegate] = STATE(2636), - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6112), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6080), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3986), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [2496] = { - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2506] = { + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -316360,141 +317290,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - }, - [2497] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_while] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3125), - [anon_sym_sealed] = ACTIONS(3125), - [anon_sym_annotation] = ACTIONS(3125), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3125), - [anon_sym_lateinit] = ACTIONS(3125), - [anon_sym_public] = ACTIONS(3125), - [anon_sym_private] = ACTIONS(3125), - [anon_sym_internal] = ACTIONS(3125), - [anon_sym_protected] = ACTIONS(3125), - [anon_sym_tailrec] = ACTIONS(3125), - [anon_sym_operator] = ACTIONS(3125), - [anon_sym_infix] = ACTIONS(3125), - [anon_sym_inline] = ACTIONS(3125), - [anon_sym_external] = ACTIONS(3125), - [sym_property_modifier] = ACTIONS(3125), - [anon_sym_abstract] = ACTIONS(3125), - [anon_sym_final] = ACTIONS(3125), - [anon_sym_open] = ACTIONS(3125), - [anon_sym_vararg] = ACTIONS(3125), - [anon_sym_noinline] = ACTIONS(3125), - [anon_sym_crossinline] = ACTIONS(3125), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2498] = { - [sym_property_delegate] = STATE(2638), - [sym_getter] = STATE(3978), - [sym_setter] = STATE(3978), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2507] = { + [sym_property_delegate] = STATE(2629), + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(6196), + [anon_sym_EQ] = ACTIONS(6070), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(6080), + [anon_sym_by] = ACTIONS(6072), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(3984), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), + [anon_sym_SEMI] = ACTIONS(4000), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), [anon_sym_STAR] = ACTIONS(1732), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), @@ -316550,60 +317385,251 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2499] = { - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), + [2508] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3156), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3156), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4563), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(3154), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3154), + [anon_sym_sealed] = ACTIONS(3154), + [anon_sym_annotation] = ACTIONS(3154), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3154), + [anon_sym_lateinit] = ACTIONS(3154), + [anon_sym_public] = ACTIONS(3154), + [anon_sym_private] = ACTIONS(3154), + [anon_sym_internal] = ACTIONS(3154), + [anon_sym_protected] = ACTIONS(3154), + [anon_sym_tailrec] = ACTIONS(3154), + [anon_sym_operator] = ACTIONS(3154), + [anon_sym_infix] = ACTIONS(3154), + [anon_sym_inline] = ACTIONS(3154), + [anon_sym_external] = ACTIONS(3154), + [sym_property_modifier] = ACTIONS(3154), + [anon_sym_abstract] = ACTIONS(3154), + [anon_sym_final] = ACTIONS(3154), + [anon_sym_open] = ACTIONS(3154), + [anon_sym_vararg] = ACTIONS(3154), + [anon_sym_noinline] = ACTIONS(3154), + [anon_sym_crossinline] = ACTIONS(3154), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [2509] = { + [sym_property_delegate] = STATE(2692), + [sym_getter] = STATE(4789), + [sym_setter] = STATE(4789), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_RBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6160), + [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_by] = ACTIONS(6130), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6162), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [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), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + }, + [2510] = { + [sym_property_delegate] = STATE(2705), + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_RBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(6178), + [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(6130), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3742), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(4116), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), + [anon_sym_STAR] = ACTIONS(1798), + [anon_sym_DASH_GT] = ACTIONS(1798), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), [anon_sym_DOT_DOT] = ACTIONS(1798), [anon_sym_QMARK_COLON] = ACTIONS(1798), [anon_sym_AMP_AMP] = ACTIONS(1798), [anon_sym_PIPE_PIPE] = ACTIONS(1798), [anon_sym_else] = ACTIONS(1796), [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), [anon_sym_BANG_EQ] = ACTIONS(1796), [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), [anon_sym_EQ_EQ] = ACTIONS(1796), @@ -316616,7 +317642,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1796), [anon_sym_DASH] = ACTIONS(1796), [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), [anon_sym_as_QMARK] = ACTIONS(1798), [anon_sym_PLUS_PLUS] = ACTIONS(1798), [anon_sym_DASH_DASH] = ACTIONS(1798), @@ -316645,173 +317671,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2500] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3119), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3119), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(3117), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(3119), - [anon_sym_PIPE_PIPE] = ACTIONS(3119), - [anon_sym_else] = ACTIONS(3117), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3117), - [anon_sym_sealed] = ACTIONS(3117), - [anon_sym_annotation] = ACTIONS(3117), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3117), - [anon_sym_lateinit] = ACTIONS(3117), - [anon_sym_public] = ACTIONS(3117), - [anon_sym_private] = ACTIONS(3117), - [anon_sym_internal] = ACTIONS(3117), - [anon_sym_protected] = ACTIONS(3117), - [anon_sym_tailrec] = ACTIONS(3117), - [anon_sym_operator] = ACTIONS(3117), - [anon_sym_infix] = ACTIONS(3117), - [anon_sym_inline] = ACTIONS(3117), - [anon_sym_external] = ACTIONS(3117), - [sym_property_modifier] = ACTIONS(3117), - [anon_sym_abstract] = ACTIONS(3117), - [anon_sym_final] = ACTIONS(3117), - [anon_sym_open] = ACTIONS(3117), - [anon_sym_vararg] = ACTIONS(3117), - [anon_sym_noinline] = ACTIONS(3117), - [anon_sym_crossinline] = ACTIONS(3117), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [2511] = { + [sym_property_delegate] = STATE(2662), + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6124), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6072), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(4054), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2501] = { - [sym_property_delegate] = STATE(2700), - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_RBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6168), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6144), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(4106), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(1792), - [anon_sym_DASH_GT] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2512] = { + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(3844), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -316836,172 +317860,362 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2502] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), + [2513] = { + [sym_property_delegate] = STATE(2659), + [sym_getter] = STATE(5081), + [sym_setter] = STATE(5081), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6082), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(6072), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6084), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [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), + }, + [2514] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3572), [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3138), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3160), [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3138), + [anon_sym_RPAREN] = ACTIONS(3160), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), + [anon_sym_GT] = ACTIONS(4563), [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4519), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4571), [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(3136), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [anon_sym_else] = ACTIONS(3136), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(3158), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(3158), [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), [anon_sym_is] = ACTIONS(3612), [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), [anon_sym_as_QMARK] = ACTIONS(3618), [anon_sym_PLUS_PLUS] = ACTIONS(3620), [anon_sym_DASH_DASH] = ACTIONS(3620), [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3136), - [anon_sym_sealed] = ACTIONS(3136), - [anon_sym_annotation] = ACTIONS(3136), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3136), - [anon_sym_lateinit] = ACTIONS(3136), - [anon_sym_public] = ACTIONS(3136), - [anon_sym_private] = ACTIONS(3136), - [anon_sym_internal] = ACTIONS(3136), - [anon_sym_protected] = ACTIONS(3136), - [anon_sym_tailrec] = ACTIONS(3136), - [anon_sym_operator] = ACTIONS(3136), - [anon_sym_infix] = ACTIONS(3136), - [anon_sym_inline] = ACTIONS(3136), - [anon_sym_external] = ACTIONS(3136), - [sym_property_modifier] = ACTIONS(3136), - [anon_sym_abstract] = ACTIONS(3136), - [anon_sym_final] = ACTIONS(3136), - [anon_sym_open] = ACTIONS(3136), - [anon_sym_vararg] = ACTIONS(3136), - [anon_sym_noinline] = ACTIONS(3136), - [anon_sym_crossinline] = ACTIONS(3136), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3158), + [anon_sym_sealed] = ACTIONS(3158), + [anon_sym_annotation] = ACTIONS(3158), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3158), + [anon_sym_lateinit] = ACTIONS(3158), + [anon_sym_public] = ACTIONS(3158), + [anon_sym_private] = ACTIONS(3158), + [anon_sym_internal] = ACTIONS(3158), + [anon_sym_protected] = ACTIONS(3158), + [anon_sym_tailrec] = ACTIONS(3158), + [anon_sym_operator] = ACTIONS(3158), + [anon_sym_infix] = ACTIONS(3158), + [anon_sym_inline] = ACTIONS(3158), + [anon_sym_external] = ACTIONS(3158), + [sym_property_modifier] = ACTIONS(3158), + [anon_sym_abstract] = ACTIONS(3158), + [anon_sym_final] = ACTIONS(3158), + [anon_sym_open] = ACTIONS(3158), + [anon_sym_vararg] = ACTIONS(3158), + [anon_sym_noinline] = ACTIONS(3158), + [anon_sym_crossinline] = ACTIONS(3158), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym_safe_nav] = ACTIONS(3602), [sym_multiline_comment] = ACTIONS(3), }, - [2503] = { - [sym_property_delegate] = STATE(2720), - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_RBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6152), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6144), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(4102), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1792), - [anon_sym_DASH_GT] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2515] = { + [sym_indexing_suffix] = STATE(3458), + [sym_navigation_suffix] = STATE(3457), + [sym_call_suffix] = STATE(3450), + [sym_annotated_lambda] = STATE(3437), + [sym_type_arguments] = STATE(8218), + [sym_value_arguments] = STATE(2780), + [sym_lambda_literal] = STATE(3433), + [sym__equality_operator] = STATE(1833), + [sym__comparison_operator] = STATE(1834), + [sym__in_operator] = STATE(1835), + [sym__is_operator] = STATE(6153), + [sym__additive_operator] = STATE(1836), + [sym__multiplicative_operator] = STATE(1837), + [sym__as_operator] = STATE(6154), + [sym__postfix_unary_operator] = STATE(3427), + [sym__member_access_operator] = STATE(7639), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1839), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3572), + [anon_sym_as] = ACTIONS(3574), + [anon_sym_LBRACE] = ACTIONS(1610), + [anon_sym_RBRACE] = ACTIONS(3168), + [anon_sym_LPAREN] = ACTIONS(3576), + [anon_sym_RPAREN] = ACTIONS(3168), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4563), + [anon_sym_DOT] = ACTIONS(3580), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4571), + [sym_label] = ACTIONS(3590), + [anon_sym_in] = ACTIONS(4573), + [anon_sym_while] = ACTIONS(3166), + [anon_sym_DOT_DOT] = ACTIONS(4575), + [anon_sym_QMARK_COLON] = ACTIONS(4577), + [anon_sym_AMP_AMP] = ACTIONS(4579), + [anon_sym_PIPE_PIPE] = ACTIONS(4581), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_COLON_COLON] = ACTIONS(3602), + [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(4587), + [anon_sym_GT_EQ] = ACTIONS(4587), + [anon_sym_BANGin] = ACTIONS(4589), + [anon_sym_is] = ACTIONS(3612), + [anon_sym_BANGis] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(4591), + [anon_sym_DASH] = ACTIONS(4591), + [anon_sym_SLASH] = ACTIONS(4593), + [anon_sym_PERCENT] = ACTIONS(4571), + [anon_sym_as_QMARK] = ACTIONS(3618), + [anon_sym_PLUS_PLUS] = ACTIONS(3620), + [anon_sym_DASH_DASH] = ACTIONS(3620), + [anon_sym_BANG_BANG] = ACTIONS(3620), + [anon_sym_suspend] = ACTIONS(3166), + [anon_sym_sealed] = ACTIONS(3166), + [anon_sym_annotation] = ACTIONS(3166), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3166), + [anon_sym_lateinit] = ACTIONS(3166), + [anon_sym_public] = ACTIONS(3166), + [anon_sym_private] = ACTIONS(3166), + [anon_sym_internal] = ACTIONS(3166), + [anon_sym_protected] = ACTIONS(3166), + [anon_sym_tailrec] = ACTIONS(3166), + [anon_sym_operator] = ACTIONS(3166), + [anon_sym_infix] = ACTIONS(3166), + [anon_sym_inline] = ACTIONS(3166), + [anon_sym_external] = ACTIONS(3166), + [sym_property_modifier] = ACTIONS(3166), + [anon_sym_abstract] = ACTIONS(3166), + [anon_sym_final] = ACTIONS(3166), + [anon_sym_open] = ACTIONS(3166), + [anon_sym_vararg] = ACTIONS(3166), + [anon_sym_noinline] = ACTIONS(3166), + [anon_sym_crossinline] = ACTIONS(3166), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(3602), + [sym_multiline_comment] = ACTIONS(3), + }, + [2516] = { + [sym_property_delegate] = STATE(2631), + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6122), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6072), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4002), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -317026,77 +318240,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2504] = { - [sym_property_delegate] = STATE(2685), - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_RBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6162), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6144), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), + [2517] = { + [sym_property_delegate] = STATE(2699), + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_RBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6172), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6130), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), [anon_sym_SEMI] = ACTIONS(4058), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(1804), - [anon_sym_DASH_GT] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), + [anon_sym_STAR] = ACTIONS(1734), + [anon_sym_DASH_GT] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -317121,76 +318336,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2505] = { - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3876), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2518] = { + [sym_property_delegate] = STATE(2686), + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_RBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6164), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6130), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4114), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), + [anon_sym_STAR] = ACTIONS(1812), + [anon_sym_DASH_GT] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -317215,32 +318431,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2506] = { - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2519] = { + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), [anon_sym_EQ] = ACTIONS(1796), @@ -317252,9 +318467,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1796), [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), + [anon_sym_SEMI] = ACTIONS(3870), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), [anon_sym_STAR] = ACTIONS(1796), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), @@ -317310,32 +318525,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2507] = { - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2520] = { + [sym_getter] = STATE(4031), + [sym_setter] = STATE(4031), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1792), [anon_sym_as] = ACTIONS(1790), [anon_sym_EQ] = ACTIONS(1790), @@ -317348,198 +318563,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1790), [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - }, - [2508] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3184), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3184), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(3182), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3182), - [anon_sym_sealed] = ACTIONS(3182), - [anon_sym_annotation] = ACTIONS(3182), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3182), - [anon_sym_lateinit] = ACTIONS(3182), - [anon_sym_public] = ACTIONS(3182), - [anon_sym_private] = ACTIONS(3182), - [anon_sym_internal] = ACTIONS(3182), - [anon_sym_protected] = ACTIONS(3182), - [anon_sym_tailrec] = ACTIONS(3182), - [anon_sym_operator] = ACTIONS(3182), - [anon_sym_infix] = ACTIONS(3182), - [anon_sym_inline] = ACTIONS(3182), - [anon_sym_external] = ACTIONS(3182), - [sym_property_modifier] = ACTIONS(3182), - [anon_sym_abstract] = ACTIONS(3182), - [anon_sym_final] = ACTIONS(3182), - [anon_sym_open] = ACTIONS(3182), - [anon_sym_vararg] = ACTIONS(3182), - [anon_sym_noinline] = ACTIONS(3182), - [anon_sym_crossinline] = ACTIONS(3182), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [2509] = { - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3702), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), [anon_sym_STAR] = ACTIONS(1790), [sym_label] = ACTIONS(1792), [anon_sym_in] = ACTIONS(1790), @@ -317595,362 +318620,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1792), [sym__automatic_semicolon] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), }, - [2510] = { - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [2511] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3142), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3142), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(3140), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), - [anon_sym_LT_EQ] = ACTIONS(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3140), - [anon_sym_sealed] = ACTIONS(3140), - [anon_sym_annotation] = ACTIONS(3140), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3140), - [anon_sym_lateinit] = ACTIONS(3140), - [anon_sym_public] = ACTIONS(3140), - [anon_sym_private] = ACTIONS(3140), - [anon_sym_internal] = ACTIONS(3140), - [anon_sym_protected] = ACTIONS(3140), - [anon_sym_tailrec] = ACTIONS(3140), - [anon_sym_operator] = ACTIONS(3140), - [anon_sym_infix] = ACTIONS(3140), - [anon_sym_inline] = ACTIONS(3140), - [anon_sym_external] = ACTIONS(3140), - [sym_property_modifier] = ACTIONS(3140), - [anon_sym_abstract] = ACTIONS(3140), - [anon_sym_final] = ACTIONS(3140), - [anon_sym_open] = ACTIONS(3140), - [anon_sym_vararg] = ACTIONS(3140), - [anon_sym_noinline] = ACTIONS(3140), - [anon_sym_crossinline] = ACTIONS(3140), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [2512] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3146), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(3144), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(4537), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3144), - [anon_sym_sealed] = ACTIONS(3144), - [anon_sym_annotation] = ACTIONS(3144), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3144), - [anon_sym_lateinit] = ACTIONS(3144), - [anon_sym_public] = ACTIONS(3144), - [anon_sym_private] = ACTIONS(3144), - [anon_sym_internal] = ACTIONS(3144), - [anon_sym_protected] = ACTIONS(3144), - [anon_sym_tailrec] = ACTIONS(3144), - [anon_sym_operator] = ACTIONS(3144), - [anon_sym_infix] = ACTIONS(3144), - [anon_sym_inline] = ACTIONS(3144), - [anon_sym_external] = ACTIONS(3144), - [sym_property_modifier] = ACTIONS(3144), - [anon_sym_abstract] = ACTIONS(3144), - [anon_sym_final] = ACTIONS(3144), - [anon_sym_open] = ACTIONS(3144), - [anon_sym_vararg] = ACTIONS(3144), - [anon_sym_noinline] = ACTIONS(3144), - [anon_sym_crossinline] = ACTIONS(3144), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [2513] = { - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3726), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2521] = { + [sym_property_delegate] = STATE(2634), + [sym_getter] = STATE(3906), + [sym_setter] = STATE(3906), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(6188), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(6072), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(4030), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -317975,172 +318715,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [2514] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_while] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3160), - [anon_sym_sealed] = ACTIONS(3160), - [anon_sym_annotation] = ACTIONS(3160), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3160), - [anon_sym_lateinit] = ACTIONS(3160), - [anon_sym_public] = ACTIONS(3160), - [anon_sym_private] = ACTIONS(3160), - [anon_sym_internal] = ACTIONS(3160), - [anon_sym_protected] = ACTIONS(3160), - [anon_sym_tailrec] = ACTIONS(3160), - [anon_sym_operator] = ACTIONS(3160), - [anon_sym_infix] = ACTIONS(3160), - [anon_sym_inline] = ACTIONS(3160), - [anon_sym_external] = ACTIONS(3160), - [sym_property_modifier] = ACTIONS(3160), - [anon_sym_abstract] = ACTIONS(3160), - [anon_sym_final] = ACTIONS(3160), - [anon_sym_open] = ACTIONS(3160), - [anon_sym_vararg] = ACTIONS(3160), - [anon_sym_noinline] = ACTIONS(3160), - [anon_sym_crossinline] = ACTIONS(3160), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2515] = { - [sym_getter] = STATE(5108), - [sym_setter] = STATE(5108), - [sym_modifiers] = STATE(9170), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6028), - [anon_sym_get] = ACTIONS(6014), - [anon_sym_set] = ACTIONS(6016), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2522] = { + [sym_getter] = STATE(3944), + [sym_setter] = STATE(3944), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(3878), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -318165,268 +318810,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - }, - [2516] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_while] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3193), - [anon_sym_sealed] = ACTIONS(3193), - [anon_sym_annotation] = ACTIONS(3193), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_override] = ACTIONS(3193), - [anon_sym_lateinit] = ACTIONS(3193), - [anon_sym_public] = ACTIONS(3193), - [anon_sym_private] = ACTIONS(3193), - [anon_sym_internal] = ACTIONS(3193), - [anon_sym_protected] = ACTIONS(3193), - [anon_sym_tailrec] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_infix] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym_external] = ACTIONS(3193), - [sym_property_modifier] = ACTIONS(3193), - [anon_sym_abstract] = ACTIONS(3193), - [anon_sym_final] = ACTIONS(3193), - [anon_sym_open] = ACTIONS(3193), - [anon_sym_vararg] = ACTIONS(3193), - [anon_sym_noinline] = ACTIONS(3193), - [anon_sym_crossinline] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [2517] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(3186), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3188), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_while] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [anon_sym_else] = ACTIONS(3186), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [anon_sym_PLUS] = ACTIONS(3186), - [anon_sym_DASH] = ACTIONS(3186), - [anon_sym_SLASH] = ACTIONS(3186), - [anon_sym_PERCENT] = ACTIONS(3188), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [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_value] = 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(3188), - [sym_safe_nav] = ACTIONS(3602), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2518] = { - [sym_property_delegate] = STATE(2686), - [sym_getter] = STATE(3477), - [sym_setter] = STATE(3477), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_RBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(6198), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(6144), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(4108), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(1734), - [anon_sym_DASH_GT] = ACTIONS(1734), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1734), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [2523] = { + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(3872), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -318451,171 +318905,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), - [sym_multiline_comment] = ACTIONS(3), - }, - [2519] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(3175), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_while] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3175), - [anon_sym_sealed] = ACTIONS(3175), - [anon_sym_annotation] = ACTIONS(3175), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_override] = ACTIONS(3175), - [anon_sym_lateinit] = ACTIONS(3175), - [anon_sym_public] = ACTIONS(3175), - [anon_sym_private] = ACTIONS(3175), - [anon_sym_internal] = ACTIONS(3175), - [anon_sym_protected] = ACTIONS(3175), - [anon_sym_tailrec] = ACTIONS(3175), - [anon_sym_operator] = ACTIONS(3175), - [anon_sym_infix] = ACTIONS(3175), - [anon_sym_inline] = ACTIONS(3175), - [anon_sym_external] = ACTIONS(3175), - [sym_property_modifier] = ACTIONS(3175), - [anon_sym_abstract] = ACTIONS(3175), - [anon_sym_final] = ACTIONS(3175), - [anon_sym_open] = ACTIONS(3175), - [anon_sym_vararg] = ACTIONS(3175), - [anon_sym_noinline] = ACTIONS(3175), - [anon_sym_crossinline] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3177), - [sym_safe_nav] = ACTIONS(3602), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2520] = { - [sym_getter] = STATE(3978), - [sym_setter] = STATE(3978), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(1732), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [2524] = { + [sym_getter] = STATE(5081), + [sym_setter] = STATE(5081), + [sym_modifiers] = STATE(9168), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6006), + [anon_sym_get] = ACTIONS(5956), + [anon_sym_set] = ACTIONS(5958), + [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), @@ -318640,46 +319000,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2521] = { - [sym_property_delegate] = STATE(2666), - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), + [2525] = { + [sym_property_delegate] = STATE(2670), + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6098), + [anon_sym_EQ] = ACTIONS(6100), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6080), + [anon_sym_by] = ACTIONS(6072), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), [anon_sym_SEMI] = ACTIONS(3948), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), [anon_sym_STAR] = ACTIONS(1796), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), @@ -318735,77 +319095,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2522] = { - [sym_getter] = STATE(3978), - [sym_setter] = STATE(3978), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(3730), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(1732), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [2526] = { + [sym_getter] = STATE(3906), + [sym_setter] = STATE(3906), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -318830,77 +319190,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2523] = { - [sym_getter] = STATE(4033), - [sym_setter] = STATE(4033), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2527] = { + [sym_property_delegate] = STATE(2716), + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_RBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6150), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6130), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4118), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [anon_sym_STAR] = ACTIONS(1812), + [anon_sym_DASH_GT] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -318925,77 +319286,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2524] = { - [sym_getter] = STATE(4033), - [sym_setter] = STATE(4033), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(3734), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2528] = { + [sym_property_delegate] = STATE(2683), + [sym_getter] = STATE(3474), + [sym_setter] = STATE(3474), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_RBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(6190), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(6130), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(4100), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), + [anon_sym_STAR] = ACTIONS(1826), + [anon_sym_DASH_GT] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -319020,77 +319381,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2525] = { - [sym_property_delegate] = STATE(2648), - [sym_getter] = STATE(5108), - [sym_setter] = STATE(5108), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6116), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6080), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6118), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2529] = { + [sym_property_delegate] = STATE(2701), + [sym_getter] = STATE(4746), + [sym_setter] = STATE(4746), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_RBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(6192), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(6130), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(4096), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [anon_sym_STAR] = ACTIONS(1826), + [anon_sym_DASH_GT] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -319115,77 +319476,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2526] = { - [sym_getter] = STATE(4034), - [sym_setter] = STATE(4034), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(1814), - [sym_label] = ACTIONS(1816), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1814), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [2530] = { + [sym_getter] = STATE(3944), + [sym_setter] = STATE(3944), + [sym_modifiers] = STATE(9249), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(5998), + [anon_sym_set] = ACTIONS(6000), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -319210,615 +319570,234 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2527] = { - [sym_getter] = STATE(4018), - [sym_setter] = STATE(4018), - [sym_modifiers] = STATE(9257), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_EQ] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_COMMA] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_where] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(5982), - [anon_sym_set] = ACTIONS(5984), - [anon_sym_STAR] = ACTIONS(3420), - [sym_label] = ACTIONS(3422), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_PLUS_EQ] = ACTIONS(3422), - [anon_sym_DASH_EQ] = ACTIONS(3422), - [anon_sym_STAR_EQ] = ACTIONS(3422), - [anon_sym_SLASH_EQ] = ACTIONS(3422), - [anon_sym_PERCENT_EQ] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3420), - [anon_sym_as_QMARK] = ACTIONS(3422), - [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(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [2531] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3168), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4982), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4990), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3166), + [anon_sym_sealed] = ACTIONS(3166), + [anon_sym_annotation] = ACTIONS(3166), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3166), + [anon_sym_lateinit] = ACTIONS(3166), + [anon_sym_public] = ACTIONS(3166), + [anon_sym_private] = ACTIONS(3166), + [anon_sym_internal] = ACTIONS(3166), + [anon_sym_protected] = ACTIONS(3166), + [anon_sym_tailrec] = ACTIONS(3166), + [anon_sym_operator] = ACTIONS(3166), + [anon_sym_infix] = ACTIONS(3166), + [anon_sym_inline] = ACTIONS(3166), + [anon_sym_external] = ACTIONS(3166), + [sym_property_modifier] = ACTIONS(3166), + [anon_sym_abstract] = ACTIONS(3166), + [anon_sym_final] = ACTIONS(3166), + [anon_sym_open] = ACTIONS(3166), + [anon_sym_vararg] = ACTIONS(3166), + [anon_sym_noinline] = ACTIONS(3166), + [anon_sym_crossinline] = ACTIONS(3166), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3422), - [sym__automatic_semicolon] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), - [sym_multiline_comment] = ACTIONS(3), - }, - [2528] = { - [sym_property_delegate] = STATE(2684), - [sym_getter] = STATE(4728), - [sym_setter] = STATE(4728), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_RBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6142), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6144), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6146), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(3346), - [anon_sym_DASH_GT] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - }, - [2529] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3090), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3090), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(3088), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3088), - [anon_sym_sealed] = ACTIONS(3088), - [anon_sym_annotation] = ACTIONS(3088), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3088), - [anon_sym_lateinit] = ACTIONS(3088), - [anon_sym_public] = ACTIONS(3088), - [anon_sym_private] = ACTIONS(3088), - [anon_sym_internal] = ACTIONS(3088), - [anon_sym_protected] = ACTIONS(3088), - [anon_sym_tailrec] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_infix] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_external] = ACTIONS(3088), - [sym_property_modifier] = ACTIONS(3088), - [anon_sym_abstract] = ACTIONS(3088), - [anon_sym_final] = ACTIONS(3088), - [anon_sym_open] = ACTIONS(3088), - [anon_sym_vararg] = ACTIONS(3088), - [anon_sym_noinline] = ACTIONS(3088), - [anon_sym_crossinline] = ACTIONS(3088), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [2530] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3173), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3173), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3173), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(3171), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(3171), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3171), - [anon_sym_sealed] = ACTIONS(3171), - [anon_sym_annotation] = ACTIONS(3171), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3171), - [anon_sym_lateinit] = ACTIONS(3171), - [anon_sym_public] = ACTIONS(3171), - [anon_sym_private] = ACTIONS(3171), - [anon_sym_internal] = ACTIONS(3171), - [anon_sym_protected] = ACTIONS(3171), - [anon_sym_tailrec] = ACTIONS(3171), - [anon_sym_operator] = ACTIONS(3171), - [anon_sym_infix] = ACTIONS(3171), - [anon_sym_inline] = ACTIONS(3171), - [anon_sym_external] = ACTIONS(3171), - [sym_property_modifier] = ACTIONS(3171), - [anon_sym_abstract] = ACTIONS(3171), - [anon_sym_final] = ACTIONS(3171), - [anon_sym_open] = ACTIONS(3171), - [anon_sym_vararg] = ACTIONS(3171), - [anon_sym_noinline] = ACTIONS(3171), - [anon_sym_crossinline] = ACTIONS(3171), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), - [sym_multiline_comment] = ACTIONS(3), - }, - [2531] = { - [sym_indexing_suffix] = STATE(3593), - [sym_navigation_suffix] = STATE(3594), - [sym_call_suffix] = STATE(3596), - [sym_annotated_lambda] = STATE(3601), - [sym_type_arguments] = STATE(8044), - [sym_value_arguments] = STATE(2767), - [sym_lambda_literal] = STATE(3370), - [sym__equality_operator] = STATE(1836), - [sym__comparison_operator] = STATE(1837), - [sym__in_operator] = STATE(1838), - [sym__is_operator] = STATE(5939), - [sym__additive_operator] = STATE(1839), - [sym__multiplicative_operator] = STATE(1840), - [sym__as_operator] = STATE(5936), - [sym__postfix_unary_operator] = STATE(3590), - [sym__member_access_operator] = STATE(7639), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1842), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3572), - [anon_sym_as] = ACTIONS(3574), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_RBRACE] = ACTIONS(3158), - [anon_sym_LPAREN] = ACTIONS(3576), - [anon_sym_RPAREN] = ACTIONS(3158), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4511), - [anon_sym_DOT] = ACTIONS(3580), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4519), - [sym_label] = ACTIONS(3590), - [anon_sym_in] = ACTIONS(4521), - [anon_sym_while] = ACTIONS(3156), - [anon_sym_DOT_DOT] = ACTIONS(4523), - [anon_sym_QMARK_COLON] = ACTIONS(4525), - [anon_sym_AMP_AMP] = ACTIONS(4527), - [anon_sym_PIPE_PIPE] = ACTIONS(4529), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_COLON_COLON] = ACTIONS(3602), - [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(4535), - [anon_sym_GT_EQ] = ACTIONS(4535), - [anon_sym_BANGin] = ACTIONS(4537), - [anon_sym_is] = ACTIONS(3612), - [anon_sym_BANGis] = ACTIONS(3614), - [anon_sym_PLUS] = ACTIONS(4539), - [anon_sym_DASH] = ACTIONS(4539), - [anon_sym_SLASH] = ACTIONS(4541), - [anon_sym_PERCENT] = ACTIONS(4519), - [anon_sym_as_QMARK] = ACTIONS(3618), - [anon_sym_PLUS_PLUS] = ACTIONS(3620), - [anon_sym_DASH_DASH] = ACTIONS(3620), - [anon_sym_BANG_BANG] = ACTIONS(3620), - [anon_sym_suspend] = ACTIONS(3156), - [anon_sym_sealed] = ACTIONS(3156), - [anon_sym_annotation] = ACTIONS(3156), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3156), - [anon_sym_lateinit] = ACTIONS(3156), - [anon_sym_public] = ACTIONS(3156), - [anon_sym_private] = ACTIONS(3156), - [anon_sym_internal] = ACTIONS(3156), - [anon_sym_protected] = ACTIONS(3156), - [anon_sym_tailrec] = ACTIONS(3156), - [anon_sym_operator] = ACTIONS(3156), - [anon_sym_infix] = ACTIONS(3156), - [anon_sym_inline] = ACTIONS(3156), - [anon_sym_external] = ACTIONS(3156), - [sym_property_modifier] = ACTIONS(3156), - [anon_sym_abstract] = ACTIONS(3156), - [anon_sym_final] = ACTIONS(3156), - [anon_sym_open] = ACTIONS(3156), - [anon_sym_vararg] = ACTIONS(3156), - [anon_sym_noinline] = ACTIONS(3156), - [anon_sym_crossinline] = ACTIONS(3156), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(3602), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3168), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, [2532] = { - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [sym_primary_constructor] = STATE(4186), + [sym__class_parameters] = STATE(3750), + [sym_type_parameters] = STATE(2674), + [sym_type_constraints] = STATE(3753), + [sym_enum_class_body] = STATE(3951), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6194), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_COMMA] = ACTIONS(3242), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3242), + [sym_label] = ACTIONS(3242), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3242), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG_BANG] = ACTIONS(3242), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(3242), + [sym__automatic_semicolon] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), [sym_multiline_comment] = ACTIONS(3), }, [2533] = { - [sym_primary_constructor] = STATE(5462), - [sym_class_body] = STATE(5131), - [sym__class_parameters] = STATE(5039), - [sym_type_parameters] = STATE(2676), - [sym_type_constraints] = STATE(5038), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_primary_constructor] = STATE(5436), + [sym_class_body] = STATE(5102), + [sym__class_parameters] = STATE(4968), + [sym_type_parameters] = STATE(2667), + [sym_type_constraints] = STATE(5006), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6200), + [anon_sym_COLON] = ACTIONS(6196), [anon_sym_LBRACK] = ACTIONS(3206), [anon_sym_as] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5788), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5830), [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(5772), + [anon_sym_LPAREN] = ACTIONS(5820), [anon_sym_COMMA] = ACTIONS(3206), - [anon_sym_LT] = ACTIONS(5774), + [anon_sym_LT] = ACTIONS(5786), [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(5776), + [anon_sym_where] = ACTIONS(5822), [anon_sym_DOT] = ACTIONS(3200), [anon_sym_SEMI] = ACTIONS(3206), [anon_sym_get] = ACTIONS(3200), @@ -319882,68 +319861,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), }, [2534] = { - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3942), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [sym_getter] = STATE(5349), + [sym_setter] = STATE(5349), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(2058), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -319968,170 +319934,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, [2535] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3173), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3173), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4986), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(3171), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3171), - [anon_sym_sealed] = ACTIONS(3171), - [anon_sym_annotation] = ACTIONS(3171), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3171), - [anon_sym_lateinit] = ACTIONS(3171), - [anon_sym_public] = ACTIONS(3171), - [anon_sym_private] = ACTIONS(3171), - [anon_sym_internal] = ACTIONS(3171), - [anon_sym_protected] = ACTIONS(3171), - [anon_sym_tailrec] = ACTIONS(3171), - [anon_sym_operator] = ACTIONS(3171), - [anon_sym_infix] = ACTIONS(3171), - [anon_sym_inline] = ACTIONS(3171), - [anon_sym_external] = ACTIONS(3171), - [sym_property_modifier] = ACTIONS(3171), - [anon_sym_abstract] = ACTIONS(3171), - [anon_sym_final] = ACTIONS(3171), - [anon_sym_open] = ACTIONS(3171), - [anon_sym_vararg] = ACTIONS(3171), - [anon_sym_noinline] = ACTIONS(3171), - [anon_sym_crossinline] = ACTIONS(3171), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [sym_primary_constructor] = STATE(5437), + [sym__class_parameters] = STATE(4968), + [sym_type_parameters] = STATE(2673), + [sym_type_constraints] = STATE(5038), + [sym_enum_class_body] = STATE(5102), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6198), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5818), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_COMMA] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3173), - [sym_safe_nav] = ACTIONS(3682), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, [2536] = { - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [sym_getter] = STATE(3466), + [sym_setter] = STATE(3466), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(3934), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -320156,170 +320135,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, [2537] = { - [sym_getter] = STATE(5347), - [sym_setter] = STATE(5347), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(2068), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), - }, - [2538] = { - [sym_primary_constructor] = STATE(4160), - [sym__class_parameters] = STATE(3293), - [sym_type_parameters] = STATE(2610), - [sym_type_constraints] = STATE(3284), - [sym_enum_class_body] = STATE(3521), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), + [sym_primary_constructor] = STATE(5430), + [sym__class_parameters] = STATE(4968), + [sym_type_parameters] = STATE(2653), + [sym_type_constraints] = STATE(4982), + [sym_enum_class_body] = STATE(5101), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6202), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_RPAREN] = ACTIONS(3248), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3248), - [sym_label] = ACTIONS(3248), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_while] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3248), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG_BANG] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(6200), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5818), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_COMMA] = ACTIONS(3242), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3242), + [sym_label] = ACTIONS(3242), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3242), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG_BANG] = ACTIONS(3242), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -320347,154 +320231,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), - [sym_multiline_comment] = ACTIONS(3), - }, - [2539] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(3175), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(4986), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3175), - [anon_sym_sealed] = ACTIONS(3175), - [anon_sym_annotation] = ACTIONS(3175), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_override] = ACTIONS(3175), - [anon_sym_lateinit] = ACTIONS(3175), - [anon_sym_public] = ACTIONS(3175), - [anon_sym_private] = ACTIONS(3175), - [anon_sym_internal] = ACTIONS(3175), - [anon_sym_protected] = ACTIONS(3175), - [anon_sym_tailrec] = ACTIONS(3175), - [anon_sym_operator] = ACTIONS(3175), - [anon_sym_infix] = ACTIONS(3175), - [anon_sym_inline] = ACTIONS(3175), - [anon_sym_external] = ACTIONS(3175), - [sym_property_modifier] = ACTIONS(3175), - [anon_sym_abstract] = ACTIONS(3175), - [anon_sym_final] = ACTIONS(3175), - [anon_sym_open] = ACTIONS(3175), - [anon_sym_vararg] = ACTIONS(3175), - [anon_sym_noinline] = ACTIONS(3175), - [anon_sym_crossinline] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3177), - [sym__automatic_semicolon] = ACTIONS(3177), - [sym_safe_nav] = ACTIONS(3682), + [sym__backtick_identifier] = ACTIONS(3242), + [sym__automatic_semicolon] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), [sym_multiline_comment] = ACTIONS(3), }, - [2540] = { - [sym_getter] = STATE(5394), - [sym_setter] = STATE(5394), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(2052), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), + [2538] = { + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(3944), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -320519,89 +320323,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), }, - [2541] = { - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3940), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2539] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(3185), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(4990), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3185), + [anon_sym_sealed] = ACTIONS(3185), + [anon_sym_annotation] = ACTIONS(3185), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_override] = ACTIONS(3185), + [anon_sym_lateinit] = ACTIONS(3185), + [anon_sym_public] = ACTIONS(3185), + [anon_sym_private] = ACTIONS(3185), + [anon_sym_internal] = ACTIONS(3185), + [anon_sym_protected] = ACTIONS(3185), + [anon_sym_tailrec] = ACTIONS(3185), + [anon_sym_operator] = ACTIONS(3185), + [anon_sym_infix] = ACTIONS(3185), + [anon_sym_inline] = ACTIONS(3185), + [anon_sym_external] = ACTIONS(3185), + [sym_property_modifier] = ACTIONS(3185), + [anon_sym_abstract] = ACTIONS(3185), + [anon_sym_final] = ACTIONS(3185), + [anon_sym_open] = ACTIONS(3185), + [anon_sym_vararg] = ACTIONS(3185), + [anon_sym_noinline] = ACTIONS(3185), + [anon_sym_crossinline] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3187), + [sym__automatic_semicolon] = ACTIONS(3187), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [2540] = { + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -320626,125 +320511,219 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), + }, + [2541] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3180), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4990), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_else] = ACTIONS(3178), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3178), + [anon_sym_sealed] = ACTIONS(3178), + [anon_sym_annotation] = ACTIONS(3178), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3178), + [anon_sym_lateinit] = ACTIONS(3178), + [anon_sym_public] = ACTIONS(3178), + [anon_sym_private] = ACTIONS(3178), + [anon_sym_internal] = ACTIONS(3178), + [anon_sym_protected] = ACTIONS(3178), + [anon_sym_tailrec] = ACTIONS(3178), + [anon_sym_operator] = ACTIONS(3178), + [anon_sym_infix] = ACTIONS(3178), + [anon_sym_inline] = ACTIONS(3178), + [anon_sym_external] = ACTIONS(3178), + [sym_property_modifier] = ACTIONS(3178), + [anon_sym_abstract] = ACTIONS(3178), + [anon_sym_final] = ACTIONS(3178), + [anon_sym_open] = ACTIONS(3178), + [anon_sym_vararg] = ACTIONS(3178), + [anon_sym_noinline] = ACTIONS(3178), + [anon_sym_crossinline] = ACTIONS(3178), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3180), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, [2542] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(3186), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3188), + [anon_sym_RBRACE] = ACTIONS(3097), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4982), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3188), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [anon_sym_else] = ACTIONS(3186), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(3095), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [anon_sym_PLUS] = ACTIONS(3186), - [anon_sym_DASH] = ACTIONS(3186), - [anon_sym_SLASH] = ACTIONS(3186), - [anon_sym_PERCENT] = ACTIONS(3188), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [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_value] = 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(3188), - [sym__automatic_semicolon] = ACTIONS(3188), + [anon_sym_suspend] = ACTIONS(3095), + [anon_sym_sealed] = ACTIONS(3095), + [anon_sym_annotation] = ACTIONS(3095), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3095), + [anon_sym_lateinit] = ACTIONS(3095), + [anon_sym_public] = ACTIONS(3095), + [anon_sym_private] = ACTIONS(3095), + [anon_sym_internal] = ACTIONS(3095), + [anon_sym_protected] = ACTIONS(3095), + [anon_sym_tailrec] = ACTIONS(3095), + [anon_sym_operator] = ACTIONS(3095), + [anon_sym_infix] = ACTIONS(3095), + [anon_sym_inline] = ACTIONS(3095), + [anon_sym_external] = ACTIONS(3095), + [sym_property_modifier] = ACTIONS(3095), + [anon_sym_abstract] = ACTIONS(3095), + [anon_sym_final] = ACTIONS(3095), + [anon_sym_open] = ACTIONS(3095), + [anon_sym_vararg] = ACTIONS(3095), + [anon_sym_noinline] = ACTIONS(3095), + [anon_sym_crossinline] = ACTIONS(3095), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3097), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, [2543] = { - [sym_getter] = STATE(3477), - [sym_setter] = STATE(3477), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_EQ] = ACTIONS(1732), @@ -320756,8 +320735,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), [anon_sym_STAR] = ACTIONS(1732), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), @@ -320814,31 +320793,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, [2544] = { - [sym_getter] = STATE(3477), - [sym_setter] = STATE(3477), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_EQ] = ACTIONS(1732), @@ -320849,9 +320828,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(3938), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), + [anon_sym_SEMI] = ACTIONS(3942), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), [anon_sym_STAR] = ACTIONS(1732), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), @@ -320908,452 +320887,452 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, [2545] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(4986), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3193), - [anon_sym_sealed] = ACTIONS(3193), - [anon_sym_annotation] = ACTIONS(3193), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_override] = ACTIONS(3193), - [anon_sym_lateinit] = ACTIONS(3193), - [anon_sym_public] = ACTIONS(3193), - [anon_sym_private] = ACTIONS(3193), - [anon_sym_internal] = ACTIONS(3193), - [anon_sym_protected] = ACTIONS(3193), - [anon_sym_tailrec] = ACTIONS(3193), - [anon_sym_operator] = ACTIONS(3193), - [anon_sym_infix] = ACTIONS(3193), - [anon_sym_inline] = ACTIONS(3193), - [anon_sym_external] = ACTIONS(3193), - [sym_property_modifier] = ACTIONS(3193), - [anon_sym_abstract] = ACTIONS(3193), - [anon_sym_final] = ACTIONS(3193), - [anon_sym_open] = ACTIONS(3193), - [anon_sym_vararg] = ACTIONS(3193), - [anon_sym_noinline] = ACTIONS(3193), - [anon_sym_crossinline] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3195), - [sym__automatic_semicolon] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [2546] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4986), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3160), - [anon_sym_sealed] = ACTIONS(3160), - [anon_sym_annotation] = ACTIONS(3160), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3160), - [anon_sym_lateinit] = ACTIONS(3160), - [anon_sym_public] = ACTIONS(3160), - [anon_sym_private] = ACTIONS(3160), - [anon_sym_internal] = ACTIONS(3160), - [anon_sym_protected] = ACTIONS(3160), - [anon_sym_tailrec] = ACTIONS(3160), - [anon_sym_operator] = ACTIONS(3160), - [anon_sym_infix] = ACTIONS(3160), - [anon_sym_inline] = ACTIONS(3160), - [anon_sym_external] = ACTIONS(3160), - [sym_property_modifier] = ACTIONS(3160), - [anon_sym_abstract] = ACTIONS(3160), - [anon_sym_final] = ACTIONS(3160), - [anon_sym_open] = ACTIONS(3160), - [anon_sym_vararg] = ACTIONS(3160), - [anon_sym_noinline] = ACTIONS(3160), - [anon_sym_crossinline] = ACTIONS(3160), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [sym_getter] = STATE(3492), + [sym_setter] = STATE(3492), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(5984), + [anon_sym_set] = ACTIONS(5986), + [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), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3162), - [sym_safe_nav] = ACTIONS(3682), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2547] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [2546] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3146), + [anon_sym_RBRACE] = ACTIONS(3103), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), + [anon_sym_GT] = ACTIONS(4982), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_else] = ACTIONS(3144), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_else] = ACTIONS(3101), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(5004), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3144), - [anon_sym_sealed] = ACTIONS(3144), - [anon_sym_annotation] = ACTIONS(3144), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3144), - [anon_sym_lateinit] = ACTIONS(3144), - [anon_sym_public] = ACTIONS(3144), - [anon_sym_private] = ACTIONS(3144), - [anon_sym_internal] = ACTIONS(3144), - [anon_sym_protected] = ACTIONS(3144), - [anon_sym_tailrec] = ACTIONS(3144), - [anon_sym_operator] = ACTIONS(3144), - [anon_sym_infix] = ACTIONS(3144), - [anon_sym_inline] = ACTIONS(3144), - [anon_sym_external] = ACTIONS(3144), - [sym_property_modifier] = ACTIONS(3144), - [anon_sym_abstract] = ACTIONS(3144), - [anon_sym_final] = ACTIONS(3144), - [anon_sym_open] = ACTIONS(3144), - [anon_sym_vararg] = ACTIONS(3144), - [anon_sym_noinline] = ACTIONS(3144), - [anon_sym_crossinline] = ACTIONS(3144), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3101), + [anon_sym_sealed] = ACTIONS(3101), + [anon_sym_annotation] = ACTIONS(3101), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3101), + [anon_sym_lateinit] = ACTIONS(3101), + [anon_sym_public] = ACTIONS(3101), + [anon_sym_private] = ACTIONS(3101), + [anon_sym_internal] = ACTIONS(3101), + [anon_sym_protected] = ACTIONS(3101), + [anon_sym_tailrec] = ACTIONS(3101), + [anon_sym_operator] = ACTIONS(3101), + [anon_sym_infix] = ACTIONS(3101), + [anon_sym_inline] = ACTIONS(3101), + [anon_sym_external] = ACTIONS(3101), + [sym_property_modifier] = ACTIONS(3101), + [anon_sym_abstract] = ACTIONS(3101), + [anon_sym_final] = ACTIONS(3101), + [anon_sym_open] = ACTIONS(3101), + [anon_sym_vararg] = ACTIONS(3101), + [anon_sym_noinline] = ACTIONS(3101), + [anon_sym_crossinline] = ACTIONS(3101), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3146), + [sym__automatic_semicolon] = ACTIONS(3103), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, + [2547] = { + [sym_getter] = STATE(5323), + [sym_setter] = STATE(5323), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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_SEMI] = ACTIONS(5910), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [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_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), + }, [2548] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3142), + [anon_sym_RBRACE] = ACTIONS(3107), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4982), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_else] = ACTIONS(3140), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_else] = ACTIONS(3105), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3140), - [anon_sym_sealed] = ACTIONS(3140), - [anon_sym_annotation] = ACTIONS(3140), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3140), - [anon_sym_lateinit] = ACTIONS(3140), - [anon_sym_public] = ACTIONS(3140), - [anon_sym_private] = ACTIONS(3140), - [anon_sym_internal] = ACTIONS(3140), - [anon_sym_protected] = ACTIONS(3140), - [anon_sym_tailrec] = ACTIONS(3140), - [anon_sym_operator] = ACTIONS(3140), - [anon_sym_infix] = ACTIONS(3140), - [anon_sym_inline] = ACTIONS(3140), - [anon_sym_external] = ACTIONS(3140), - [sym_property_modifier] = ACTIONS(3140), - [anon_sym_abstract] = ACTIONS(3140), - [anon_sym_final] = ACTIONS(3140), - [anon_sym_open] = ACTIONS(3140), - [anon_sym_vararg] = ACTIONS(3140), - [anon_sym_noinline] = ACTIONS(3140), - [anon_sym_crossinline] = ACTIONS(3140), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3105), + [anon_sym_sealed] = ACTIONS(3105), + [anon_sym_annotation] = ACTIONS(3105), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3105), + [anon_sym_lateinit] = ACTIONS(3105), + [anon_sym_public] = ACTIONS(3105), + [anon_sym_private] = ACTIONS(3105), + [anon_sym_internal] = ACTIONS(3105), + [anon_sym_protected] = ACTIONS(3105), + [anon_sym_tailrec] = ACTIONS(3105), + [anon_sym_operator] = ACTIONS(3105), + [anon_sym_infix] = ACTIONS(3105), + [anon_sym_inline] = ACTIONS(3105), + [anon_sym_external] = ACTIONS(3105), + [sym_property_modifier] = ACTIONS(3105), + [anon_sym_abstract] = ACTIONS(3105), + [anon_sym_final] = ACTIONS(3105), + [anon_sym_open] = ACTIONS(3105), + [anon_sym_vararg] = ACTIONS(3105), + [anon_sym_noinline] = ACTIONS(3105), + [anon_sym_crossinline] = ACTIONS(3105), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3142), + [sym__automatic_semicolon] = ACTIONS(3107), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, [2549] = { - [sym_getter] = STATE(3469), - [sym_setter] = STATE(3469), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [sym_getter] = STATE(3455), + [sym_setter] = STATE(3455), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_EQ] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_RPAREN] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [anon_sym_STAR] = ACTIONS(3420), + [sym_label] = ACTIONS(3422), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_while] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_PLUS_EQ] = ACTIONS(3422), + [anon_sym_DASH_EQ] = ACTIONS(3422), + [anon_sym_STAR_EQ] = ACTIONS(3422), + [anon_sym_SLASH_EQ] = ACTIONS(3422), + [anon_sym_PERCENT_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3420), + [anon_sym_as_QMARK] = ACTIONS(3422), + [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), @@ -321378,264 +321357,264 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), [sym_multiline_comment] = ACTIONS(3), }, [2550] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3138), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4986), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3136), - [anon_sym_sealed] = ACTIONS(3136), - [anon_sym_annotation] = ACTIONS(3136), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3136), - [anon_sym_lateinit] = ACTIONS(3136), - [anon_sym_public] = ACTIONS(3136), - [anon_sym_private] = ACTIONS(3136), - [anon_sym_internal] = ACTIONS(3136), - [anon_sym_protected] = ACTIONS(3136), - [anon_sym_tailrec] = ACTIONS(3136), - [anon_sym_operator] = ACTIONS(3136), - [anon_sym_infix] = ACTIONS(3136), - [anon_sym_inline] = ACTIONS(3136), - [anon_sym_external] = ACTIONS(3136), - [sym_property_modifier] = ACTIONS(3136), - [anon_sym_abstract] = ACTIONS(3136), - [anon_sym_final] = ACTIONS(3136), - [anon_sym_open] = ACTIONS(3136), - [anon_sym_vararg] = ACTIONS(3136), - [anon_sym_noinline] = ACTIONS(3136), - [anon_sym_crossinline] = ACTIONS(3136), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [sym_getter] = STATE(3492), + [sym_setter] = STATE(3492), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(5982), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [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), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3138), - [sym_safe_nav] = ACTIONS(3682), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, [2551] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3119), + [anon_sym_RBRACE] = ACTIONS(3160), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4982), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(3119), - [anon_sym_PIPE_PIPE] = ACTIONS(3119), - [anon_sym_else] = ACTIONS(3117), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(3158), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3117), - [anon_sym_sealed] = ACTIONS(3117), - [anon_sym_annotation] = ACTIONS(3117), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3117), - [anon_sym_lateinit] = ACTIONS(3117), - [anon_sym_public] = ACTIONS(3117), - [anon_sym_private] = ACTIONS(3117), - [anon_sym_internal] = ACTIONS(3117), - [anon_sym_protected] = ACTIONS(3117), - [anon_sym_tailrec] = ACTIONS(3117), - [anon_sym_operator] = ACTIONS(3117), - [anon_sym_infix] = ACTIONS(3117), - [anon_sym_inline] = ACTIONS(3117), - [anon_sym_external] = ACTIONS(3117), - [sym_property_modifier] = ACTIONS(3117), - [anon_sym_abstract] = ACTIONS(3117), - [anon_sym_final] = ACTIONS(3117), - [anon_sym_open] = ACTIONS(3117), - [anon_sym_vararg] = ACTIONS(3117), - [anon_sym_noinline] = ACTIONS(3117), - [anon_sym_crossinline] = ACTIONS(3117), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3158), + [anon_sym_sealed] = ACTIONS(3158), + [anon_sym_annotation] = ACTIONS(3158), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3158), + [anon_sym_lateinit] = ACTIONS(3158), + [anon_sym_public] = ACTIONS(3158), + [anon_sym_private] = ACTIONS(3158), + [anon_sym_internal] = ACTIONS(3158), + [anon_sym_protected] = ACTIONS(3158), + [anon_sym_tailrec] = ACTIONS(3158), + [anon_sym_operator] = ACTIONS(3158), + [anon_sym_infix] = ACTIONS(3158), + [anon_sym_inline] = ACTIONS(3158), + [anon_sym_external] = ACTIONS(3158), + [sym_property_modifier] = ACTIONS(3158), + [anon_sym_abstract] = ACTIONS(3158), + [anon_sym_final] = ACTIONS(3158), + [anon_sym_open] = ACTIONS(3158), + [anon_sym_vararg] = ACTIONS(3158), + [anon_sym_noinline] = ACTIONS(3158), + [anon_sym_crossinline] = ACTIONS(3158), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3119), + [sym__automatic_semicolon] = ACTIONS(3160), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, [2552] = { - [sym_getter] = STATE(3469), - [sym_setter] = STATE(3469), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(3892), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [sym_getter] = STATE(3461), + [sym_setter] = STATE(3461), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1790), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_as] = ACTIONS(1790), + [anon_sym_EQ] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_RPAREN] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1790), + [anon_sym_GT] = ACTIONS(1790), + [anon_sym_DOT] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [anon_sym_STAR] = ACTIONS(1790), + [sym_label] = ACTIONS(1792), + [anon_sym_in] = ACTIONS(1790), + [anon_sym_while] = ACTIONS(1790), + [anon_sym_DOT_DOT] = ACTIONS(1792), + [anon_sym_QMARK_COLON] = ACTIONS(1792), + [anon_sym_AMP_AMP] = ACTIONS(1792), + [anon_sym_PIPE_PIPE] = ACTIONS(1792), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_COLON_COLON] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1790), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ] = ACTIONS(1790), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_BANGin] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1790), + [anon_sym_BANGis] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1790), + [anon_sym_SLASH] = ACTIONS(1790), + [anon_sym_PERCENT] = ACTIONS(1790), + [anon_sym_as_QMARK] = ACTIONS(1792), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_BANG_BANG] = ACTIONS(1792), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -321660,63 +321639,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1792), + [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), }, [2553] = { - [sym_getter] = STATE(5416), - [sym_setter] = STATE(5416), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(2048), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), + [sym_getter] = STATE(3466), + [sym_setter] = STATE(3466), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -321741,76 +321733,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), }, [2554] = { - [sym_getter] = STATE(5407), - [sym_setter] = STATE(5407), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_object] = ACTIONS(1732), - [anon_sym_fun] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(2046), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(1732), - [anon_sym_super] = ACTIONS(1732), - [anon_sym_STAR] = ACTIONS(1734), - [sym_label] = ACTIONS(1732), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_null] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_try] = ACTIONS(1732), - [anon_sym_throw] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_continue] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG] = ACTIONS(1732), + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -321835,653 +321827,828 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1734), - [anon_sym_continue_AT] = ACTIONS(1734), - [anon_sym_break_AT] = ACTIONS(1734), - [anon_sym_this_AT] = ACTIONS(1734), - [anon_sym_super_AT] = ACTIONS(1734), - [sym_real_literal] = ACTIONS(1734), - [sym_integer_literal] = ACTIONS(1732), - [sym_hex_literal] = ACTIONS(1734), - [sym_bin_literal] = ACTIONS(1734), - [anon_sym_true] = ACTIONS(1732), - [anon_sym_false] = ACTIONS(1732), - [anon_sym_SQUOTE] = ACTIONS(1734), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1734), }, [2555] = { - [sym_getter] = STATE(3464), - [sym_setter] = STATE(3464), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_RPAREN] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(1814), - [sym_label] = ACTIONS(1816), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_while] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1814), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG_BANG] = ACTIONS(1816), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), - [sym_multiline_comment] = ACTIONS(3), - }, - [2556] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4986), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3125), - [anon_sym_sealed] = ACTIONS(3125), - [anon_sym_annotation] = ACTIONS(3125), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3125), - [anon_sym_lateinit] = ACTIONS(3125), - [anon_sym_public] = ACTIONS(3125), - [anon_sym_private] = ACTIONS(3125), - [anon_sym_internal] = ACTIONS(3125), - [anon_sym_protected] = ACTIONS(3125), - [anon_sym_tailrec] = ACTIONS(3125), - [anon_sym_operator] = ACTIONS(3125), - [anon_sym_infix] = ACTIONS(3125), - [anon_sym_inline] = ACTIONS(3125), - [anon_sym_external] = ACTIONS(3125), - [sym_property_modifier] = ACTIONS(3125), - [anon_sym_abstract] = ACTIONS(3125), - [anon_sym_final] = ACTIONS(3125), - [anon_sym_open] = ACTIONS(3125), - [anon_sym_vararg] = ACTIONS(3125), - [anon_sym_noinline] = ACTIONS(3125), - [anon_sym_crossinline] = ACTIONS(3125), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3127), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [2557] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(3094), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(4986), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), - [anon_sym_as_QMARK] = ACTIONS(3698), + [sym_primary_constructor] = STATE(5455), + [sym_class_body] = STATE(4793), + [sym__class_parameters] = STATE(4658), + [sym_type_parameters] = STATE(2657), + [sym_type_constraints] = STATE(4659), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6202), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5486), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_RPAREN] = ACTIONS(3258), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3258), + [sym_label] = ACTIONS(3258), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_while] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [anon_sym_else] = ACTIONS(3254), + [anon_sym_COLON_COLON] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [anon_sym_PLUS] = ACTIONS(3254), + [anon_sym_DASH] = ACTIONS(3254), + [anon_sym_SLASH] = ACTIONS(3254), + [anon_sym_PERCENT] = ACTIONS(3258), + [anon_sym_as_QMARK] = ACTIONS(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG_BANG] = ACTIONS(3258), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), + [sym_multiline_comment] = ACTIONS(3), + }, + [2556] = { + [sym_primary_constructor] = STATE(4157), + [sym__class_parameters] = STATE(3750), + [sym_type_parameters] = STATE(2655), + [sym_type_constraints] = STATE(3735), + [sym_enum_class_body] = STATE(4012), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6204), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_COMMA] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), + }, + [2557] = { + [sym_getter] = STATE(5348), + [sym_setter] = STATE(5348), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(2066), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), + }, + [2558] = { + [sym_primary_constructor] = STATE(5421), + [sym_class_body] = STATE(5246), + [sym__class_parameters] = STATE(4968), + [sym_type_parameters] = STATE(2671), + [sym_type_constraints] = STATE(4971), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6206), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5830), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_COMMA] = ACTIONS(3258), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3258), + [sym_label] = ACTIONS(3258), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [anon_sym_else] = ACTIONS(3254), + [anon_sym_COLON_COLON] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [anon_sym_PLUS] = ACTIONS(3254), + [anon_sym_DASH] = ACTIONS(3254), + [anon_sym_SLASH] = ACTIONS(3254), + [anon_sym_PERCENT] = ACTIONS(3258), + [anon_sym_as_QMARK] = ACTIONS(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG_BANG] = ACTIONS(3258), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3258), + [sym__automatic_semicolon] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), + [sym_multiline_comment] = ACTIONS(3), + }, + [2559] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3144), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4982), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4990), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), + [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3094), - [anon_sym_sealed] = ACTIONS(3094), - [anon_sym_annotation] = ACTIONS(3094), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_override] = ACTIONS(3094), - [anon_sym_lateinit] = ACTIONS(3094), - [anon_sym_public] = ACTIONS(3094), - [anon_sym_private] = ACTIONS(3094), - [anon_sym_internal] = ACTIONS(3094), - [anon_sym_protected] = ACTIONS(3094), - [anon_sym_tailrec] = ACTIONS(3094), - [anon_sym_operator] = ACTIONS(3094), - [anon_sym_infix] = ACTIONS(3094), - [anon_sym_inline] = ACTIONS(3094), - [anon_sym_external] = ACTIONS(3094), - [sym_property_modifier] = ACTIONS(3094), - [anon_sym_abstract] = ACTIONS(3094), - [anon_sym_final] = ACTIONS(3094), - [anon_sym_open] = ACTIONS(3094), - [anon_sym_vararg] = ACTIONS(3094), - [anon_sym_noinline] = ACTIONS(3094), - [anon_sym_crossinline] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3096), - [sym__automatic_semicolon] = ACTIONS(3096), + [anon_sym_suspend] = ACTIONS(3142), + [anon_sym_sealed] = ACTIONS(3142), + [anon_sym_annotation] = ACTIONS(3142), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3142), + [anon_sym_lateinit] = ACTIONS(3142), + [anon_sym_public] = ACTIONS(3142), + [anon_sym_private] = ACTIONS(3142), + [anon_sym_internal] = ACTIONS(3142), + [anon_sym_protected] = ACTIONS(3142), + [anon_sym_tailrec] = ACTIONS(3142), + [anon_sym_operator] = ACTIONS(3142), + [anon_sym_infix] = ACTIONS(3142), + [anon_sym_inline] = ACTIONS(3142), + [anon_sym_external] = ACTIONS(3142), + [sym_property_modifier] = ACTIONS(3142), + [anon_sym_abstract] = ACTIONS(3142), + [anon_sym_final] = ACTIONS(3142), + [anon_sym_open] = ACTIONS(3142), + [anon_sym_vararg] = ACTIONS(3142), + [anon_sym_noinline] = ACTIONS(3142), + [anon_sym_crossinline] = ACTIONS(3142), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3144), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2558] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [2560] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3169), + [anon_sym_RBRACE] = ACTIONS(3115), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4982), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(3167), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_else] = ACTIONS(3113), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3167), - [anon_sym_sealed] = ACTIONS(3167), - [anon_sym_annotation] = ACTIONS(3167), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3167), - [anon_sym_lateinit] = ACTIONS(3167), - [anon_sym_public] = ACTIONS(3167), - [anon_sym_private] = ACTIONS(3167), - [anon_sym_internal] = ACTIONS(3167), - [anon_sym_protected] = ACTIONS(3167), - [anon_sym_tailrec] = ACTIONS(3167), - [anon_sym_operator] = ACTIONS(3167), - [anon_sym_infix] = ACTIONS(3167), - [anon_sym_inline] = ACTIONS(3167), - [anon_sym_external] = ACTIONS(3167), - [sym_property_modifier] = ACTIONS(3167), - [anon_sym_abstract] = ACTIONS(3167), - [anon_sym_final] = ACTIONS(3167), - [anon_sym_open] = ACTIONS(3167), - [anon_sym_vararg] = ACTIONS(3167), - [anon_sym_noinline] = ACTIONS(3167), - [anon_sym_crossinline] = ACTIONS(3167), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3113), + [anon_sym_sealed] = ACTIONS(3113), + [anon_sym_annotation] = ACTIONS(3113), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3113), + [anon_sym_lateinit] = ACTIONS(3113), + [anon_sym_public] = ACTIONS(3113), + [anon_sym_private] = ACTIONS(3113), + [anon_sym_internal] = ACTIONS(3113), + [anon_sym_protected] = ACTIONS(3113), + [anon_sym_tailrec] = ACTIONS(3113), + [anon_sym_operator] = ACTIONS(3113), + [anon_sym_infix] = ACTIONS(3113), + [anon_sym_inline] = ACTIONS(3113), + [anon_sym_external] = ACTIONS(3113), + [sym_property_modifier] = ACTIONS(3113), + [anon_sym_abstract] = ACTIONS(3113), + [anon_sym_final] = ACTIONS(3113), + [anon_sym_open] = ACTIONS(3113), + [anon_sym_vararg] = ACTIONS(3113), + [anon_sym_noinline] = ACTIONS(3113), + [anon_sym_crossinline] = ACTIONS(3113), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3169), + [sym__automatic_semicolon] = ACTIONS(3115), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2559] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [2561] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3134), + [anon_sym_RBRACE] = ACTIONS(3119), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(3117), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(3119), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(3132), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_else] = ACTIONS(3117), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(5008), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3132), - [anon_sym_sealed] = ACTIONS(3132), - [anon_sym_annotation] = ACTIONS(3132), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3132), - [anon_sym_lateinit] = ACTIONS(3132), - [anon_sym_public] = ACTIONS(3132), - [anon_sym_private] = ACTIONS(3132), - [anon_sym_internal] = ACTIONS(3132), - [anon_sym_protected] = ACTIONS(3132), - [anon_sym_tailrec] = ACTIONS(3132), - [anon_sym_operator] = ACTIONS(3132), - [anon_sym_infix] = ACTIONS(3132), - [anon_sym_inline] = ACTIONS(3132), - [anon_sym_external] = ACTIONS(3132), - [sym_property_modifier] = ACTIONS(3132), - [anon_sym_abstract] = ACTIONS(3132), - [anon_sym_final] = ACTIONS(3132), - [anon_sym_open] = ACTIONS(3132), - [anon_sym_vararg] = ACTIONS(3132), - [anon_sym_noinline] = ACTIONS(3132), - [anon_sym_crossinline] = ACTIONS(3132), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3117), + [anon_sym_sealed] = ACTIONS(3117), + [anon_sym_annotation] = ACTIONS(3117), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3117), + [anon_sym_lateinit] = ACTIONS(3117), + [anon_sym_public] = ACTIONS(3117), + [anon_sym_private] = ACTIONS(3117), + [anon_sym_internal] = ACTIONS(3117), + [anon_sym_protected] = ACTIONS(3117), + [anon_sym_tailrec] = ACTIONS(3117), + [anon_sym_operator] = ACTIONS(3117), + [anon_sym_infix] = ACTIONS(3117), + [anon_sym_inline] = ACTIONS(3117), + [anon_sym_external] = ACTIONS(3117), + [sym_property_modifier] = ACTIONS(3117), + [anon_sym_abstract] = ACTIONS(3117), + [anon_sym_final] = ACTIONS(3117), + [anon_sym_open] = ACTIONS(3117), + [anon_sym_vararg] = ACTIONS(3117), + [anon_sym_noinline] = ACTIONS(3117), + [anon_sym_crossinline] = ACTIONS(3117), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3134), + [sym__automatic_semicolon] = ACTIONS(3119), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2560] = { - [sym_getter] = STATE(5393), - [sym_setter] = STATE(5393), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(2060), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), + [2562] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4990), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3121), + [anon_sym_sealed] = ACTIONS(3121), + [anon_sym_annotation] = ACTIONS(3121), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3121), + [anon_sym_lateinit] = ACTIONS(3121), + [anon_sym_public] = ACTIONS(3121), + [anon_sym_private] = ACTIONS(3121), + [anon_sym_internal] = ACTIONS(3121), + [anon_sym_protected] = ACTIONS(3121), + [anon_sym_tailrec] = ACTIONS(3121), + [anon_sym_operator] = ACTIONS(3121), + [anon_sym_infix] = ACTIONS(3121), + [anon_sym_inline] = ACTIONS(3121), + [anon_sym_external] = ACTIONS(3121), + [sym_property_modifier] = ACTIONS(3121), + [anon_sym_abstract] = ACTIONS(3121), + [anon_sym_final] = ACTIONS(3121), + [anon_sym_open] = ACTIONS(3121), + [anon_sym_vararg] = ACTIONS(3121), + [anon_sym_noinline] = ACTIONS(3121), + [anon_sym_crossinline] = ACTIONS(3121), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3123), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), }, - [2561] = { - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3944), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2563] = { + [sym_getter] = STATE(4789), + [sym_setter] = STATE(4789), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(5964), + [anon_sym_set] = ACTIONS(5966), + [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), @@ -322506,76 +322673,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2562] = { - [sym_getter] = STATE(3458), - [sym_setter] = STATE(3458), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_EQ] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_RPAREN] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(3420), - [sym_label] = ACTIONS(3422), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_while] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_PLUS_EQ] = ACTIONS(3422), - [anon_sym_DASH_EQ] = ACTIONS(3422), - [anon_sym_STAR_EQ] = ACTIONS(3422), - [anon_sym_SLASH_EQ] = ACTIONS(3422), - [anon_sym_PERCENT_EQ] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3420), - [anon_sym_as_QMARK] = ACTIONS(3422), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [2564] = { + [sym_getter] = STATE(5335), + [sym_setter] = STATE(5335), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(2050), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -322600,76 +322754,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), + }, + [2565] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3156), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4982), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4990), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3154), + [anon_sym_sealed] = ACTIONS(3154), + [anon_sym_annotation] = ACTIONS(3154), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3154), + [anon_sym_lateinit] = ACTIONS(3154), + [anon_sym_public] = ACTIONS(3154), + [anon_sym_private] = ACTIONS(3154), + [anon_sym_internal] = ACTIONS(3154), + [anon_sym_protected] = ACTIONS(3154), + [anon_sym_tailrec] = ACTIONS(3154), + [anon_sym_operator] = ACTIONS(3154), + [anon_sym_infix] = ACTIONS(3154), + [anon_sym_inline] = ACTIONS(3154), + [anon_sym_external] = ACTIONS(3154), + [sym_property_modifier] = ACTIONS(3154), + [anon_sym_abstract] = ACTIONS(3154), + [anon_sym_final] = ACTIONS(3154), + [anon_sym_open] = ACTIONS(3154), + [anon_sym_vararg] = ACTIONS(3154), + [anon_sym_noinline] = ACTIONS(3154), + [anon_sym_crossinline] = ACTIONS(3154), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3156), + [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2563] = { - [sym_primary_constructor] = STATE(5459), - [sym__class_parameters] = STATE(4662), - [sym_type_parameters] = STATE(2623), - [sym_type_constraints] = STATE(4626), - [sym_enum_class_body] = STATE(4745), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [2566] = { + [sym_primary_constructor] = STATE(4194), + [sym_class_body] = STATE(3600), + [sym__class_parameters] = STATE(3281), + [sym_type_parameters] = STATE(2613), + [sym_type_constraints] = STATE(3282), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6204), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5578), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_RPAREN] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(6208), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_RPAREN] = ACTIONS(3258), [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_while] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3258), + [sym_label] = ACTIONS(3258), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_while] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [anon_sym_else] = ACTIONS(3254), + [anon_sym_COLON_COLON] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [anon_sym_PLUS] = ACTIONS(3254), + [anon_sym_DASH] = ACTIONS(3254), + [anon_sym_SLASH] = ACTIONS(3254), + [anon_sym_PERCENT] = ACTIONS(3258), + [anon_sym_as_QMARK] = ACTIONS(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG_BANG] = ACTIONS(3258), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -322697,355 +322958,449 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym__backtick_identifier] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), [sym_multiline_comment] = ACTIONS(3), }, - [2564] = { - [sym_primary_constructor] = STATE(4181), - [sym__class_parameters] = STATE(3769), - [sym_type_parameters] = STATE(2657), - [sym_type_constraints] = STATE(3795), - [sym_enum_class_body] = STATE(3932), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6206), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_COMMA] = ACTIONS(3248), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3248), - [sym_label] = ACTIONS(3248), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3248), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG_BANG] = ACTIONS(3248), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [2567] = { + [sym_getter] = STATE(5382), + [sym_setter] = STATE(5382), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(2042), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3248), - [sym__automatic_semicolon] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1734), }, - [2565] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [2568] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3184), + [anon_sym_RBRACE] = ACTIONS(3148), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4982), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(3182), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(3146), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3182), - [anon_sym_sealed] = ACTIONS(3182), - [anon_sym_annotation] = ACTIONS(3182), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3182), - [anon_sym_lateinit] = ACTIONS(3182), - [anon_sym_public] = ACTIONS(3182), - [anon_sym_private] = ACTIONS(3182), - [anon_sym_internal] = ACTIONS(3182), - [anon_sym_protected] = ACTIONS(3182), - [anon_sym_tailrec] = ACTIONS(3182), - [anon_sym_operator] = ACTIONS(3182), - [anon_sym_infix] = ACTIONS(3182), - [anon_sym_inline] = ACTIONS(3182), - [anon_sym_external] = ACTIONS(3182), - [sym_property_modifier] = ACTIONS(3182), - [anon_sym_abstract] = ACTIONS(3182), - [anon_sym_final] = ACTIONS(3182), - [anon_sym_open] = ACTIONS(3182), - [anon_sym_vararg] = ACTIONS(3182), - [anon_sym_noinline] = ACTIONS(3182), - [anon_sym_crossinline] = ACTIONS(3182), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3146), + [anon_sym_sealed] = ACTIONS(3146), + [anon_sym_annotation] = ACTIONS(3146), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3146), + [anon_sym_lateinit] = ACTIONS(3146), + [anon_sym_public] = ACTIONS(3146), + [anon_sym_private] = ACTIONS(3146), + [anon_sym_internal] = ACTIONS(3146), + [anon_sym_protected] = ACTIONS(3146), + [anon_sym_tailrec] = ACTIONS(3146), + [anon_sym_operator] = ACTIONS(3146), + [anon_sym_infix] = ACTIONS(3146), + [anon_sym_inline] = ACTIONS(3146), + [anon_sym_external] = ACTIONS(3146), + [sym_property_modifier] = ACTIONS(3146), + [anon_sym_abstract] = ACTIONS(3146), + [anon_sym_final] = ACTIONS(3146), + [anon_sym_open] = ACTIONS(3146), + [anon_sym_vararg] = ACTIONS(3146), + [anon_sym_noinline] = ACTIONS(3146), + [anon_sym_crossinline] = ACTIONS(3146), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3184), + [sym__automatic_semicolon] = ACTIONS(3148), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2566] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), + [2569] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_RBRACE] = ACTIONS(3164), [anon_sym_LPAREN] = ACTIONS(3656), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4982), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(3164), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(3101), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(3162), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), [anon_sym_is] = ACTIONS(3692), [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3101), - [anon_sym_sealed] = ACTIONS(3101), - [anon_sym_annotation] = ACTIONS(3101), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3101), - [anon_sym_lateinit] = ACTIONS(3101), - [anon_sym_public] = ACTIONS(3101), - [anon_sym_private] = ACTIONS(3101), - [anon_sym_internal] = ACTIONS(3101), - [anon_sym_protected] = ACTIONS(3101), - [anon_sym_tailrec] = ACTIONS(3101), - [anon_sym_operator] = ACTIONS(3101), - [anon_sym_infix] = ACTIONS(3101), - [anon_sym_inline] = ACTIONS(3101), - [anon_sym_external] = ACTIONS(3101), - [sym_property_modifier] = ACTIONS(3101), - [anon_sym_abstract] = ACTIONS(3101), - [anon_sym_final] = ACTIONS(3101), - [anon_sym_open] = ACTIONS(3101), - [anon_sym_vararg] = ACTIONS(3101), - [anon_sym_noinline] = ACTIONS(3101), - [anon_sym_crossinline] = ACTIONS(3101), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_suspend] = ACTIONS(3162), + [anon_sym_sealed] = ACTIONS(3162), + [anon_sym_annotation] = ACTIONS(3162), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3162), + [anon_sym_lateinit] = ACTIONS(3162), + [anon_sym_public] = ACTIONS(3162), + [anon_sym_private] = ACTIONS(3162), + [anon_sym_internal] = ACTIONS(3162), + [anon_sym_protected] = ACTIONS(3162), + [anon_sym_tailrec] = ACTIONS(3162), + [anon_sym_operator] = ACTIONS(3162), + [anon_sym_infix] = ACTIONS(3162), + [anon_sym_inline] = ACTIONS(3162), + [anon_sym_external] = ACTIONS(3162), + [sym_property_modifier] = ACTIONS(3162), + [anon_sym_abstract] = ACTIONS(3162), + [anon_sym_final] = ACTIONS(3162), + [anon_sym_open] = ACTIONS(3162), + [anon_sym_vararg] = ACTIONS(3162), + [anon_sym_noinline] = ACTIONS(3162), + [anon_sym_crossinline] = ACTIONS(3162), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3103), + [sym__automatic_semicolon] = ACTIONS(3164), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2567] = { - [sym_getter] = STATE(4728), - [sym_setter] = STATE(4728), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2570] = { + [sym_primary_constructor] = STATE(5463), + [sym__class_parameters] = STATE(4658), + [sym_type_parameters] = STATE(2603), + [sym_type_constraints] = STATE(4690), + [sym_enum_class_body] = STATE(4695), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6210), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5508), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_RPAREN] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_while] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), + }, + [2571] = { + [sym_getter] = STATE(4825), + [sym_setter] = STATE(4825), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_EQ] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_RPAREN] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [anon_sym_STAR] = ACTIONS(3420), + [sym_label] = ACTIONS(3422), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_while] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_PLUS_EQ] = ACTIONS(3422), + [anon_sym_DASH_EQ] = ACTIONS(3422), + [anon_sym_STAR_EQ] = ACTIONS(3422), + [anon_sym_SLASH_EQ] = ACTIONS(3422), + [anon_sym_PERCENT_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3420), + [anon_sym_as_QMARK] = ACTIONS(3422), + [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), @@ -323070,76 +323425,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), [sym_multiline_comment] = ACTIONS(3), }, - [2568] = { - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2572] = { + [sym_getter] = STATE(4807), + [sym_setter] = STATE(4807), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1790), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_as] = ACTIONS(1790), + [anon_sym_EQ] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_RPAREN] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1790), + [anon_sym_GT] = ACTIONS(1790), + [anon_sym_DOT] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [anon_sym_STAR] = ACTIONS(1790), + [sym_label] = ACTIONS(1792), + [anon_sym_in] = ACTIONS(1790), + [anon_sym_while] = ACTIONS(1790), + [anon_sym_DOT_DOT] = ACTIONS(1792), + [anon_sym_QMARK_COLON] = ACTIONS(1792), + [anon_sym_AMP_AMP] = ACTIONS(1792), + [anon_sym_PIPE_PIPE] = ACTIONS(1792), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_COLON_COLON] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1790), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ] = ACTIONS(1790), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_BANGin] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1790), + [anon_sym_BANGis] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1790), + [anon_sym_SLASH] = ACTIONS(1790), + [anon_sym_PERCENT] = ACTIONS(1790), + [anon_sym_as_QMARK] = ACTIONS(1792), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_BANG_BANG] = ACTIONS(1792), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -323164,76 +323519,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1792), + [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), }, - [2569] = { - [sym_getter] = STATE(3498), - [sym_setter] = STATE(3498), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(5968), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2573] = { + [sym_getter] = STATE(4769), + [sym_setter] = STATE(4769), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(3920), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -323258,170 +323613,264 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2570] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), + [2574] = { + [sym_getter] = STATE(4769), + [sym_setter] = STATE(4769), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + }, + [2575] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(3128), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_RBRACE] = ACTIONS(3130), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(4990), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(3088), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_else] = ACTIONS(3128), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3088), - [anon_sym_sealed] = ACTIONS(3088), - [anon_sym_annotation] = ACTIONS(3088), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3088), - [anon_sym_lateinit] = ACTIONS(3088), - [anon_sym_public] = ACTIONS(3088), - [anon_sym_private] = ACTIONS(3088), - [anon_sym_internal] = ACTIONS(3088), - [anon_sym_protected] = ACTIONS(3088), - [anon_sym_tailrec] = ACTIONS(3088), - [anon_sym_operator] = ACTIONS(3088), - [anon_sym_infix] = ACTIONS(3088), - [anon_sym_inline] = ACTIONS(3088), - [anon_sym_external] = ACTIONS(3088), - [sym_property_modifier] = ACTIONS(3088), - [anon_sym_abstract] = ACTIONS(3088), - [anon_sym_final] = ACTIONS(3088), - [anon_sym_open] = ACTIONS(3088), - [anon_sym_vararg] = ACTIONS(3088), - [anon_sym_noinline] = ACTIONS(3088), - [anon_sym_crossinline] = ACTIONS(3088), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3090), + [anon_sym_suspend] = ACTIONS(3128), + [anon_sym_sealed] = ACTIONS(3128), + [anon_sym_annotation] = ACTIONS(3128), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_override] = ACTIONS(3128), + [anon_sym_lateinit] = ACTIONS(3128), + [anon_sym_public] = ACTIONS(3128), + [anon_sym_private] = ACTIONS(3128), + [anon_sym_internal] = ACTIONS(3128), + [anon_sym_protected] = ACTIONS(3128), + [anon_sym_tailrec] = ACTIONS(3128), + [anon_sym_operator] = ACTIONS(3128), + [anon_sym_infix] = ACTIONS(3128), + [anon_sym_inline] = ACTIONS(3128), + [anon_sym_external] = ACTIONS(3128), + [sym_property_modifier] = ACTIONS(3128), + [anon_sym_abstract] = ACTIONS(3128), + [anon_sym_final] = ACTIONS(3128), + [anon_sym_open] = ACTIONS(3128), + [anon_sym_vararg] = ACTIONS(3128), + [anon_sym_noinline] = ACTIONS(3128), + [anon_sym_crossinline] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3130), + [sym__automatic_semicolon] = ACTIONS(3130), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2571] = { - [sym_getter] = STATE(4834), - [sym_setter] = STATE(4834), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_EQ] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_RPAREN] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(3420), - [sym_label] = ACTIONS(3422), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_while] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_PLUS_EQ] = ACTIONS(3422), - [anon_sym_DASH_EQ] = ACTIONS(3422), - [anon_sym_STAR_EQ] = ACTIONS(3422), - [anon_sym_SLASH_EQ] = ACTIONS(3422), - [anon_sym_PERCENT_EQ] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3420), - [anon_sym_as_QMARK] = ACTIONS(3422), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [2576] = { + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(3940), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -323446,76 +323895,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2572] = { - [sym_getter] = STATE(4827), - [sym_setter] = STATE(4827), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_RPAREN] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(1814), - [sym_label] = ACTIONS(1816), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_while] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1814), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [2577] = { + [sym_getter] = STATE(4789), + [sym_setter] = STATE(4789), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6048), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [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), @@ -323540,75 +323989,263 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2573] = { - [sym_primary_constructor] = STATE(5446), - [sym__class_parameters] = STATE(5039), - [sym_type_parameters] = STATE(2675), - [sym_type_constraints] = STATE(5056), - [sym_enum_class_body] = STATE(5123), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [2578] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3152), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(4982), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(4990), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(4992), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(4996), + [anon_sym_AMP_AMP] = ACTIONS(4998), + [anon_sym_PIPE_PIPE] = ACTIONS(5000), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(5002), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5004), + [anon_sym_EQ_EQ] = ACTIONS(5002), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5004), + [anon_sym_LT_EQ] = ACTIONS(5006), + [anon_sym_GT_EQ] = ACTIONS(5006), + [anon_sym_BANGin] = ACTIONS(5008), + [anon_sym_is] = ACTIONS(3692), + [anon_sym_BANGis] = ACTIONS(3694), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3150), + [anon_sym_sealed] = ACTIONS(3150), + [anon_sym_annotation] = ACTIONS(3150), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_override] = ACTIONS(3150), + [anon_sym_lateinit] = ACTIONS(3150), + [anon_sym_public] = ACTIONS(3150), + [anon_sym_private] = ACTIONS(3150), + [anon_sym_internal] = ACTIONS(3150), + [anon_sym_protected] = ACTIONS(3150), + [anon_sym_tailrec] = ACTIONS(3150), + [anon_sym_operator] = ACTIONS(3150), + [anon_sym_infix] = ACTIONS(3150), + [anon_sym_inline] = ACTIONS(3150), + [anon_sym_external] = ACTIONS(3150), + [sym_property_modifier] = ACTIONS(3150), + [anon_sym_abstract] = ACTIONS(3150), + [anon_sym_final] = ACTIONS(3150), + [anon_sym_open] = ACTIONS(3150), + [anon_sym_vararg] = ACTIONS(3150), + [anon_sym_noinline] = ACTIONS(3150), + [anon_sym_crossinline] = ACTIONS(3150), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3152), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [2579] = { + [sym_getter] = STATE(3474), + [sym_setter] = STATE(3474), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(3938), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + }, + [2580] = { + [sym_primary_constructor] = STATE(4150), + [sym_class_body] = STATE(3957), + [sym__class_parameters] = STATE(3750), + [sym_type_parameters] = STATE(2619), + [sym_type_constraints] = STATE(3748), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6208), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5770), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(6212), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_COMMA] = ACTIONS(3258), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3258), + [sym_label] = ACTIONS(3258), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [anon_sym_else] = ACTIONS(3254), + [anon_sym_COLON_COLON] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [anon_sym_PLUS] = ACTIONS(3254), + [anon_sym_DASH] = ACTIONS(3254), + [anon_sym_SLASH] = ACTIONS(3254), + [anon_sym_PERCENT] = ACTIONS(3258), + [anon_sym_as_QMARK] = ACTIONS(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG_BANG] = ACTIONS(3258), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -323636,74 +324273,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym__backtick_identifier] = ACTIONS(3258), + [sym__automatic_semicolon] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), [sym_multiline_comment] = ACTIONS(3), }, - [2574] = { - [sym_getter] = STATE(4842), - [sym_setter] = STATE(4842), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(3926), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2581] = { + [sym_getter] = STATE(4746), + [sym_setter] = STATE(4746), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(3922), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -323728,76 +324365,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2575] = { - [sym_getter] = STATE(3498), - [sym_setter] = STATE(3498), - [sym_modifiers] = STATE(9401), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(5962), - [anon_sym_set] = ACTIONS(5964), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2582] = { + [sym_getter] = STATE(4746), + [sym_setter] = STATE(4746), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -323822,75 +324459,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2576] = { - [sym_primary_constructor] = STATE(5445), - [sym_class_body] = STATE(5123), - [sym__class_parameters] = STATE(5039), - [sym_type_parameters] = STATE(2663), - [sym_type_constraints] = STATE(5069), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [2583] = { + [sym_primary_constructor] = STATE(5475), + [sym__class_parameters] = STATE(4658), + [sym_type_parameters] = STATE(2611), + [sym_type_constraints] = STATE(4672), + [sym_enum_class_body] = STATE(4694), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6210), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5788), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(6214), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5508), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_RPAREN] = ACTIONS(3242), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3242), + [sym_label] = ACTIONS(3242), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_while] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3242), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG_BANG] = ACTIONS(3242), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -323918,74 +324556,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym__backtick_identifier] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), [sym_multiline_comment] = ACTIONS(3), }, - [2577] = { - [sym_getter] = STATE(4842), - [sym_setter] = STATE(4842), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2584] = { + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(3924), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -324010,170 +324647,264 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2578] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), + [2585] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(3135), [anon_sym_AT] = ACTIONS(1726), [anon_sym_LBRACK] = ACTIONS(3652), [anon_sym_as] = ACTIONS(3654), [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3158), + [anon_sym_RBRACE] = ACTIONS(3137), [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4986), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3137), [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(3156), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_else] = ACTIONS(3135), [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3137), [anon_sym_as_QMARK] = ACTIONS(3698), [anon_sym_PLUS_PLUS] = ACTIONS(3700), [anon_sym_DASH_DASH] = ACTIONS(3700), [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3156), - [anon_sym_sealed] = ACTIONS(3156), - [anon_sym_annotation] = ACTIONS(3156), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3156), - [anon_sym_lateinit] = ACTIONS(3156), - [anon_sym_public] = ACTIONS(3156), - [anon_sym_private] = ACTIONS(3156), - [anon_sym_internal] = ACTIONS(3156), - [anon_sym_protected] = ACTIONS(3156), - [anon_sym_tailrec] = ACTIONS(3156), - [anon_sym_operator] = ACTIONS(3156), - [anon_sym_infix] = ACTIONS(3156), - [anon_sym_inline] = ACTIONS(3156), - [anon_sym_external] = ACTIONS(3156), - [sym_property_modifier] = ACTIONS(3156), - [anon_sym_abstract] = ACTIONS(3156), - [anon_sym_final] = ACTIONS(3156), - [anon_sym_open] = ACTIONS(3156), - [anon_sym_vararg] = ACTIONS(3156), - [anon_sym_noinline] = ACTIONS(3156), - [anon_sym_crossinline] = ACTIONS(3156), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3158), + [anon_sym_suspend] = ACTIONS(3135), + [anon_sym_sealed] = ACTIONS(3135), + [anon_sym_annotation] = ACTIONS(3135), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_override] = ACTIONS(3135), + [anon_sym_lateinit] = ACTIONS(3135), + [anon_sym_public] = ACTIONS(3135), + [anon_sym_private] = ACTIONS(3135), + [anon_sym_internal] = ACTIONS(3135), + [anon_sym_protected] = ACTIONS(3135), + [anon_sym_tailrec] = ACTIONS(3135), + [anon_sym_operator] = ACTIONS(3135), + [anon_sym_infix] = ACTIONS(3135), + [anon_sym_inline] = ACTIONS(3135), + [anon_sym_external] = ACTIONS(3135), + [sym_property_modifier] = ACTIONS(3135), + [anon_sym_abstract] = ACTIONS(3135), + [anon_sym_final] = ACTIONS(3135), + [anon_sym_open] = ACTIONS(3135), + [anon_sym_vararg] = ACTIONS(3135), + [anon_sym_noinline] = ACTIONS(3135), + [anon_sym_crossinline] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3137), + [sym__automatic_semicolon] = ACTIONS(3137), [sym_safe_nav] = ACTIONS(3682), [sym_multiline_comment] = ACTIONS(3), }, - [2579] = { - [sym_getter] = STATE(4769), - [sym_setter] = STATE(4769), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(3932), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(1732), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [2586] = { + [sym_indexing_suffix] = STATE(3998), + [sym_navigation_suffix] = STATE(3884), + [sym_call_suffix] = STATE(3832), + [sym_annotated_lambda] = STATE(3847), + [sym_type_arguments] = STATE(8103), + [sym_value_arguments] = STATE(3052), + [sym_lambda_literal] = STATE(3834), + [sym__equality_operator] = STATE(1438), + [sym__comparison_operator] = STATE(1439), + [sym__in_operator] = STATE(1440), + [sym__is_operator] = STATE(6004), + [sym__additive_operator] = STATE(1441), + [sym__multiplicative_operator] = STATE(1442), + [sym__as_operator] = STATE(6010), + [sym__postfix_unary_operator] = STATE(4022), + [sym__member_access_operator] = STATE(7612), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1444), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(3088), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(3652), + [anon_sym_as] = ACTIONS(3654), + [anon_sym_LBRACE] = ACTIONS(1646), + [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_LPAREN] = ACTIONS(3656), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_DOT] = ACTIONS(3660), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(4990), + [sym_label] = ACTIONS(3670), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_DOT_DOT] = ACTIONS(4994), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_else] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(3682), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), + [anon_sym_PLUS] = ACTIONS(5010), + [anon_sym_DASH] = ACTIONS(5010), + [anon_sym_SLASH] = ACTIONS(5012), + [anon_sym_PERCENT] = ACTIONS(4990), + [anon_sym_as_QMARK] = ACTIONS(3698), + [anon_sym_PLUS_PLUS] = ACTIONS(3700), + [anon_sym_DASH_DASH] = ACTIONS(3700), + [anon_sym_BANG_BANG] = ACTIONS(3700), + [anon_sym_suspend] = ACTIONS(3088), + [anon_sym_sealed] = ACTIONS(3088), + [anon_sym_annotation] = ACTIONS(3088), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_override] = ACTIONS(3088), + [anon_sym_lateinit] = ACTIONS(3088), + [anon_sym_public] = ACTIONS(3088), + [anon_sym_private] = ACTIONS(3088), + [anon_sym_internal] = ACTIONS(3088), + [anon_sym_protected] = ACTIONS(3088), + [anon_sym_tailrec] = ACTIONS(3088), + [anon_sym_operator] = ACTIONS(3088), + [anon_sym_infix] = ACTIONS(3088), + [anon_sym_inline] = ACTIONS(3088), + [anon_sym_external] = ACTIONS(3088), + [sym_property_modifier] = ACTIONS(3088), + [anon_sym_abstract] = ACTIONS(3088), + [anon_sym_final] = ACTIONS(3088), + [anon_sym_open] = ACTIONS(3088), + [anon_sym_vararg] = ACTIONS(3088), + [anon_sym_noinline] = ACTIONS(3088), + [anon_sym_crossinline] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3090), + [sym__automatic_semicolon] = ACTIONS(3090), + [sym_safe_nav] = ACTIONS(3682), + [sym_multiline_comment] = ACTIONS(3), + }, + [2587] = { + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -324198,31 +324929,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2580] = { - [sym_getter] = STATE(4769), - [sym_setter] = STATE(4769), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2588] = { + [sym_primary_constructor] = STATE(4163), + [sym__class_parameters] = STATE(3281), + [sym_type_parameters] = STATE(2616), + [sym_type_constraints] = STATE(3314), + [sym_enum_class_body] = STATE(3518), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6216), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_RPAREN] = ACTIONS(3242), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3242), + [sym_label] = ACTIONS(3242), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_while] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3242), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG_BANG] = ACTIONS(3242), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), + [sym_multiline_comment] = ACTIONS(3), + }, + [2589] = { + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_EQ] = ACTIONS(1732), @@ -324233,9 +325058,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), + [anon_sym_SEMI] = ACTIONS(3926), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), [anon_sym_STAR] = ACTIONS(1732), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), @@ -324292,76 +325117,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2581] = { - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3920), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2590] = { + [sym_getter] = STATE(3474), + [sym_setter] = STATE(3474), + [sym_modifiers] = STATE(9383), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(5984), + [anon_sym_set] = ACTIONS(5986), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -324386,75 +325211,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2582] = { - [sym_primary_constructor] = STATE(4157), - [sym_class_body] = STATE(3847), - [sym__class_parameters] = STATE(3769), - [sym_type_parameters] = STATE(2651), - [sym_type_constraints] = STATE(3737), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [2591] = { + [sym_primary_constructor] = STATE(4175), + [sym_class_body] = STATE(3559), + [sym__class_parameters] = STATE(3281), + [sym_type_parameters] = STATE(2601), + [sym_type_constraints] = STATE(3306), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6212), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(6218), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_RPAREN] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_while] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -324482,74 +325308,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym__backtick_identifier] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, - [2583] = { - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2592] = { + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -324574,75 +325399,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2584] = { - [sym_primary_constructor] = STATE(4156), - [sym__class_parameters] = STATE(3769), - [sym_type_parameters] = STATE(2650), - [sym_type_constraints] = STATE(3723), - [sym_enum_class_body] = STATE(3847), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [2593] = { + [sym_primary_constructor] = STATE(5466), + [sym_class_body] = STATE(4695), + [sym__class_parameters] = STATE(4658), + [sym_type_parameters] = STATE(2640), + [sym_type_constraints] = STATE(4683), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6214), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_COMMA] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(6220), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5486), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_RPAREN] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_while] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -324670,73 +325496,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym__backtick_identifier] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, - [2585] = { - [sym_primary_constructor] = STATE(5429), - [sym__class_parameters] = STATE(5039), - [sym_type_parameters] = STATE(2655), - [sym_type_constraints] = STATE(5024), - [sym_enum_class_body] = STATE(5155), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), + [2594] = { + [sym_primary_constructor] = STATE(4160), + [sym_class_body] = STATE(4012), + [sym__class_parameters] = STATE(3750), + [sym_type_parameters] = STATE(2668), + [sym_type_constraints] = STATE(3722), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6216), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5770), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_COMMA] = ACTIONS(3248), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3248), - [sym_label] = ACTIONS(3248), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3248), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG_BANG] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(6222), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_COMMA] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -324764,217 +325589,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3248), - [sym__automatic_semicolon] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), - [sym_multiline_comment] = ACTIONS(3), - }, - [2586] = { - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3928), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, - [2587] = { - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [2595] = { + [sym_primary_constructor] = STATE(4181), + [sym__class_parameters] = STATE(3281), + [sym_type_parameters] = STATE(2604), + [sym_type_constraints] = STATE(3301), + [sym_enum_class_body] = STATE(3559), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6224), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_RPAREN] = ACTIONS(3206), + [anon_sym_LT] = ACTIONS(5490), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_while] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, - [2588] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2596] = { + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), [anon_sym_EQ] = ACTIONS(1796), @@ -324985,9 +325716,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3930), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), + [anon_sym_SEMI] = ACTIONS(3936), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), [anon_sym_STAR] = ACTIONS(1796), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), @@ -325044,31 +325775,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2589] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2597] = { + [sym_getter] = STATE(5319), + [sym_setter] = STATE(5319), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(2060), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1798), + }, + [2598] = { + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_modifiers] = STATE(9429), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), [anon_sym_EQ] = ACTIONS(1796), @@ -325080,8 +325905,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), + [anon_sym_get] = ACTIONS(5964), + [anon_sym_set] = ACTIONS(5966), [anon_sym_STAR] = ACTIONS(1796), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), @@ -325138,45 +325963,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2590] = { - [sym_primary_constructor] = STATE(4152), - [sym_class_body] = STATE(3968), - [sym__class_parameters] = STATE(3769), - [sym_type_parameters] = STATE(2649), - [sym_type_constraints] = STATE(3712), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [2599] = { + [sym_primary_constructor] = STATE(5508), + [sym_class_body] = STATE(5102), + [sym__class_parameters] = STATE(4968), + [sym_type_parameters] = STATE(2717), + [sym_type_constraints] = STATE(5006), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6218), + [anon_sym_COLON] = ACTIONS(6226), [anon_sym_LBRACK] = ACTIONS(3206), [anon_sym_as] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5836), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5830), [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_COMMA] = ACTIONS(3206), - [anon_sym_LT] = ACTIONS(5774), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_LT] = ACTIONS(5786), [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(5824), + [anon_sym_where] = ACTIONS(5822), [anon_sym_DOT] = ACTIONS(3200), [anon_sym_SEMI] = ACTIONS(3206), [anon_sym_get] = ACTIONS(3200), @@ -325239,150 +326063,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, - [2591] = { - [sym_getter] = STATE(4728), - [sym_setter] = STATE(4728), - [sym_modifiers] = STATE(9444), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6064), - [anon_sym_get] = ACTIONS(6020), - [anon_sym_set] = ACTIONS(6022), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - }, - [2592] = { - [sym_getter] = STATE(5349), - [sym_setter] = STATE(5349), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(5922), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), + [2600] = { + [sym_getter] = STATE(5335), + [sym_setter] = STATE(5335), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -325407,371 +326136,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), - }, - [2593] = { - [sym_indexing_suffix] = STATE(4043), - [sym_navigation_suffix] = STATE(4042), - [sym_call_suffix] = STATE(4041), - [sym_annotated_lambda] = STATE(4040), - [sym_type_arguments] = STATE(8033), - [sym_value_arguments] = STATE(2978), - [sym_lambda_literal] = STATE(4039), - [sym__equality_operator] = STATE(1440), - [sym__comparison_operator] = STATE(1441), - [sym__in_operator] = STATE(1442), - [sym__is_operator] = STATE(5904), - [sym__additive_operator] = STATE(1443), - [sym__multiplicative_operator] = STATE(1444), - [sym__as_operator] = STATE(5903), - [sym__postfix_unary_operator] = STATE(4038), - [sym__member_access_operator] = STATE(7676), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1446), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(3652), - [anon_sym_as] = ACTIONS(3654), - [anon_sym_LBRACE] = ACTIONS(1646), - [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(3656), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(4978), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(4986), - [sym_label] = ACTIONS(3670), - [anon_sym_in] = ACTIONS(4988), - [anon_sym_DOT_DOT] = ACTIONS(4990), - [anon_sym_QMARK_COLON] = ACTIONS(4992), - [anon_sym_AMP_AMP] = ACTIONS(4994), - [anon_sym_PIPE_PIPE] = ACTIONS(4996), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(3682), - [anon_sym_BANG_EQ] = ACTIONS(4998), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5000), - [anon_sym_EQ_EQ] = ACTIONS(4998), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5000), - [anon_sym_LT_EQ] = ACTIONS(5002), - [anon_sym_GT_EQ] = ACTIONS(5002), - [anon_sym_BANGin] = ACTIONS(5004), - [anon_sym_is] = ACTIONS(3692), - [anon_sym_BANGis] = ACTIONS(3694), - [anon_sym_PLUS] = ACTIONS(5006), - [anon_sym_DASH] = ACTIONS(5006), - [anon_sym_SLASH] = ACTIONS(5008), - [anon_sym_PERCENT] = ACTIONS(4986), - [anon_sym_as_QMARK] = ACTIONS(3698), - [anon_sym_PLUS_PLUS] = ACTIONS(3700), - [anon_sym_DASH_DASH] = ACTIONS(3700), - [anon_sym_BANG_BANG] = ACTIONS(3700), - [anon_sym_suspend] = ACTIONS(3113), - [anon_sym_sealed] = ACTIONS(3113), - [anon_sym_annotation] = ACTIONS(3113), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_override] = ACTIONS(3113), - [anon_sym_lateinit] = ACTIONS(3113), - [anon_sym_public] = ACTIONS(3113), - [anon_sym_private] = ACTIONS(3113), - [anon_sym_internal] = ACTIONS(3113), - [anon_sym_protected] = ACTIONS(3113), - [anon_sym_tailrec] = ACTIONS(3113), - [anon_sym_operator] = ACTIONS(3113), - [anon_sym_infix] = ACTIONS(3113), - [anon_sym_inline] = ACTIONS(3113), - [anon_sym_external] = ACTIONS(3113), - [sym_property_modifier] = ACTIONS(3113), - [anon_sym_abstract] = ACTIONS(3113), - [anon_sym_final] = ACTIONS(3113), - [anon_sym_open] = ACTIONS(3113), - [anon_sym_vararg] = ACTIONS(3113), - [anon_sym_noinline] = ACTIONS(3113), - [anon_sym_crossinline] = ACTIONS(3113), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3115), - [sym_safe_nav] = ACTIONS(3682), - [sym_multiline_comment] = ACTIONS(3), - }, - [2594] = { - [sym_primary_constructor] = STATE(4179), - [sym_class_body] = STATE(3602), - [sym__class_parameters] = STATE(3293), - [sym_type_parameters] = STATE(2614), - [sym_type_constraints] = STATE(3342), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3200), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6220), - [anon_sym_LBRACK] = ACTIONS(3206), - [anon_sym_as] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_RPAREN] = ACTIONS(3206), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3200), - [anon_sym_SEMI] = ACTIONS(3206), - [anon_sym_get] = ACTIONS(3200), - [anon_sym_set] = ACTIONS(3200), - [anon_sym_STAR] = ACTIONS(3206), - [sym_label] = ACTIONS(3206), - [anon_sym_in] = ACTIONS(3200), - [anon_sym_while] = ACTIONS(3200), - [anon_sym_DOT_DOT] = ACTIONS(3206), - [anon_sym_QMARK_COLON] = ACTIONS(3206), - [anon_sym_AMP_AMP] = ACTIONS(3206), - [anon_sym_PIPE_PIPE] = ACTIONS(3206), - [anon_sym_else] = ACTIONS(3200), - [anon_sym_COLON_COLON] = ACTIONS(3206), - [anon_sym_BANG_EQ] = ACTIONS(3200), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), - [anon_sym_EQ_EQ] = ACTIONS(3200), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), - [anon_sym_LT_EQ] = ACTIONS(3206), - [anon_sym_GT_EQ] = ACTIONS(3206), - [anon_sym_BANGin] = ACTIONS(3206), - [anon_sym_is] = ACTIONS(3200), - [anon_sym_BANGis] = ACTIONS(3206), - [anon_sym_PLUS] = ACTIONS(3200), - [anon_sym_DASH] = ACTIONS(3200), - [anon_sym_SLASH] = ACTIONS(3200), - [anon_sym_PERCENT] = ACTIONS(3206), - [anon_sym_as_QMARK] = ACTIONS(3206), - [anon_sym_PLUS_PLUS] = ACTIONS(3206), - [anon_sym_DASH_DASH] = ACTIONS(3206), - [anon_sym_BANG_BANG] = ACTIONS(3206), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3206), - [sym_safe_nav] = ACTIONS(3206), - [sym_multiline_comment] = ACTIONS(3), - }, - [2595] = { - [sym_primary_constructor] = STATE(5475), - [sym__class_parameters] = STATE(4662), - [sym_type_parameters] = STATE(2645), - [sym_type_constraints] = STATE(4650), - [sym_enum_class_body] = STATE(4770), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6222), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5578), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_RPAREN] = ACTIONS(3248), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3248), - [sym_label] = ACTIONS(3248), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_while] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3248), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG_BANG] = ACTIONS(3248), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), }, - [2596] = { - [sym_primary_constructor] = STATE(4161), - [sym__class_parameters] = STATE(3293), - [sym_type_parameters] = STATE(2606), - [sym_type_constraints] = STATE(3311), - [sym_enum_class_body] = STATE(3562), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [2601] = { + [sym_primary_constructor] = STATE(4164), + [sym_class_body] = STATE(3537), + [sym__class_parameters] = STATE(3281), + [sym_type_constraints] = STATE(3313), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6224), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_RPAREN] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_while] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(6228), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -325799,167 +326245,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [2597] = { - [sym_primary_constructor] = STATE(5449), - [sym_class_body] = STATE(4812), - [sym__class_parameters] = STATE(4662), - [sym_type_parameters] = STATE(2605), - [sym_type_constraints] = STATE(4660), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3200), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6226), - [anon_sym_LBRACK] = ACTIONS(3206), - [anon_sym_as] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5598), - [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_RPAREN] = ACTIONS(3206), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3200), - [anon_sym_SEMI] = ACTIONS(3206), - [anon_sym_get] = ACTIONS(3200), - [anon_sym_set] = ACTIONS(3200), - [anon_sym_STAR] = ACTIONS(3206), - [sym_label] = ACTIONS(3206), - [anon_sym_in] = ACTIONS(3200), - [anon_sym_while] = ACTIONS(3200), - [anon_sym_DOT_DOT] = ACTIONS(3206), - [anon_sym_QMARK_COLON] = ACTIONS(3206), - [anon_sym_AMP_AMP] = ACTIONS(3206), - [anon_sym_PIPE_PIPE] = ACTIONS(3206), - [anon_sym_else] = ACTIONS(3200), - [anon_sym_COLON_COLON] = ACTIONS(3206), - [anon_sym_BANG_EQ] = ACTIONS(3200), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), - [anon_sym_EQ_EQ] = ACTIONS(3200), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), - [anon_sym_LT_EQ] = ACTIONS(3206), - [anon_sym_GT_EQ] = ACTIONS(3206), - [anon_sym_BANGin] = ACTIONS(3206), - [anon_sym_is] = ACTIONS(3200), - [anon_sym_BANGis] = ACTIONS(3206), - [anon_sym_PLUS] = ACTIONS(3200), - [anon_sym_DASH] = ACTIONS(3200), - [anon_sym_SLASH] = ACTIONS(3200), - [anon_sym_PERCENT] = ACTIONS(3206), - [anon_sym_as_QMARK] = ACTIONS(3206), - [anon_sym_PLUS_PLUS] = ACTIONS(3206), - [anon_sym_DASH_DASH] = ACTIONS(3206), - [anon_sym_BANG_BANG] = ACTIONS(3206), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [2602] = { + [sym_type_constraints] = STATE(2745), + [sym_property_delegate] = STATE(2864), + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(6230), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(6232), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(4635), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3206), - [sym_safe_nav] = ACTIONS(3206), + [sym__backtick_identifier] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2598] = { - [sym_primary_constructor] = STATE(4194), - [sym_class_body] = STATE(3562), - [sym__class_parameters] = STATE(3293), - [sym_type_parameters] = STATE(2603), - [sym_type_constraints] = STATE(3352), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [2603] = { + [sym_primary_constructor] = STATE(5471), + [sym__class_parameters] = STATE(4658), + [sym_type_constraints] = STATE(4633), + [sym_enum_class_body] = STATE(4886), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6228), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), + [anon_sym_COLON] = ACTIONS(6238), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3238), + [anon_sym_LBRACE] = ACTIONS(5508), + [anon_sym_RBRACE] = ACTIONS(3284), [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_RPAREN] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3234), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_while] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -325987,73 +326431,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [2599] = { - [sym_primary_constructor] = STATE(5460), - [sym_class_body] = STATE(4745), - [sym__class_parameters] = STATE(4662), - [sym_type_parameters] = STATE(2643), - [sym_type_constraints] = STATE(4677), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [2604] = { + [sym_primary_constructor] = STATE(4173), + [sym__class_parameters] = STATE(3281), + [sym_type_constraints] = STATE(3310), + [sym_enum_class_body] = STATE(3537), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6230), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5598), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_RPAREN] = ACTIONS(3238), - [anon_sym_LT] = ACTIONS(5490), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_while] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(6240), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -326081,71 +326524,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [2600] = { - [sym_type_constraints] = STATE(2721), - [sym_property_delegate] = STATE(2784), - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6232), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6234), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(4407), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2605] = { + [sym_type_constraints] = STATE(2734), + [sym_property_delegate] = STATE(2782), + [sym_getter] = STATE(4019), + [sym_setter] = STATE(4019), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(6244), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6246), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [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), @@ -326170,75 +326613,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2601] = { - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2606] = { + [sym_type_constraints] = STATE(2738), + [sym_property_delegate] = STATE(2854), + [sym_getter] = STATE(4851), + [sym_setter] = STATE(4851), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(6252), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_RPAREN] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(6232), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(6254), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [anon_sym_STAR] = ACTIONS(3330), + [sym_label] = ACTIONS(3330), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_while] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3330), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG_BANG] = ACTIONS(3330), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -326263,75 +326707,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), [sym_multiline_comment] = ACTIONS(3), }, - [2602] = { - [sym_type_constraints] = STATE(2712), - [sym_property_delegate] = STATE(2808), - [sym_getter] = STATE(5108), - [sym_setter] = STATE(5108), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6240), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6234), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6242), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2607] = { + [sym_type_constraints] = STATE(2731), + [sym_property_delegate] = STATE(2777), + [sym_getter] = STATE(3963), + [sym_setter] = STATE(3963), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(6256), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_COMMA] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(6244), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(6258), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [anon_sym_STAR] = ACTIONS(3330), + [sym_label] = ACTIONS(3330), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3330), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG_BANG] = ACTIONS(3330), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -326356,168 +326799,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - }, - [2603] = { - [sym_primary_constructor] = STATE(4155), - [sym_class_body] = STATE(3539), - [sym__class_parameters] = STATE(3293), - [sym_type_constraints] = STATE(3280), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6248), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3330), + [sym__automatic_semicolon] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), [sym_multiline_comment] = ACTIONS(3), }, - [2604] = { - [sym_getter] = STATE(5183), - [sym_setter] = STATE(5183), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(1814), - [sym_label] = ACTIONS(1816), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1814), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [2608] = { + [sym_getter] = STATE(5382), + [sym_setter] = STATE(5382), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1732), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -326542,262 +326880,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), - [sym_multiline_comment] = ACTIONS(3), - }, - [2605] = { - [sym_primary_constructor] = STATE(5455), - [sym_class_body] = STATE(4759), - [sym__class_parameters] = STATE(4662), - [sym_type_constraints] = STATE(4624), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6250), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5598), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [anon_sym_while] = ACTIONS(3270), - [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(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - }, - [2606] = { - [sym_primary_constructor] = STATE(4188), - [sym__class_parameters] = STATE(3293), - [sym_type_constraints] = STATE(3325), - [sym_enum_class_body] = STATE(3539), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6252), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1734), }, - [2607] = { - [sym_type_constraints] = STATE(2738), - [sym_property_delegate] = STATE(2877), - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6254), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6256), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(4664), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2609] = { + [sym_type_constraints] = STATE(2749), + [sym_property_delegate] = STATE(2851), + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6260), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6232), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(4641), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -326822,168 +326986,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2608] = { - [sym_getter] = STATE(5393), - [sym_setter] = STATE(5393), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), - }, - [2609] = { - [sym_type_constraints] = STATE(2742), - [sym_property_delegate] = STATE(2828), - [sym_getter] = STATE(3498), - [sym_setter] = STATE(3498), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), + [2610] = { + [sym_type_constraints] = STATE(2739), + [sym_property_delegate] = STATE(2829), + [sym_getter] = STATE(3492), + [sym_setter] = STATE(3492), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), [anon_sym_EQ] = ACTIONS(6262), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6256), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3344), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_RPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(6232), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3338), [anon_sym_SEMI] = ACTIONS(6264), [anon_sym_get] = ACTIONS(6266), [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [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), @@ -327008,75 +327079,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2610] = { - [sym_primary_constructor] = STATE(4171), - [sym__class_parameters] = STATE(3293), - [sym_type_constraints] = STATE(3327), - [sym_enum_class_body] = STATE(3501), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), + [2611] = { + [sym_primary_constructor] = STATE(5474), + [sym__class_parameters] = STATE(4658), + [sym_type_constraints] = STATE(4631), + [sym_enum_class_body] = STATE(4868), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), [anon_sym_AT] = ACTIONS(3202), [anon_sym_COLON] = ACTIONS(6270), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(5508), + [anon_sym_RBRACE] = ACTIONS(3278), [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_RPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), + [anon_sym_RPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_while] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_while] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -327104,152 +327175,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - }, - [2611] = { - [sym_getter] = STATE(5108), - [sym_setter] = STATE(5108), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), [sym_multiline_comment] = ACTIONS(3), }, [2612] = { - [sym_getter] = STATE(5407), - [sym_setter] = STATE(5407), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_object] = ACTIONS(1732), - [anon_sym_fun] = ACTIONS(1732), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(1732), - [anon_sym_super] = ACTIONS(1732), - [anon_sym_STAR] = ACTIONS(1734), - [sym_label] = ACTIONS(1732), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_null] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_try] = ACTIONS(1732), - [anon_sym_throw] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_continue] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG] = ACTIONS(1732), + [sym_type_constraints] = STATE(2707), + [sym_property_delegate] = STATE(2790), + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6272), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6244), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -327274,181 +327264,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1734), - [anon_sym_continue_AT] = ACTIONS(1734), - [anon_sym_break_AT] = ACTIONS(1734), - [anon_sym_this_AT] = ACTIONS(1734), - [anon_sym_super_AT] = ACTIONS(1734), - [sym_real_literal] = ACTIONS(1734), - [sym_integer_literal] = ACTIONS(1732), - [sym_hex_literal] = ACTIONS(1734), - [sym_bin_literal] = ACTIONS(1734), - [anon_sym_true] = ACTIONS(1732), - [anon_sym_false] = ACTIONS(1732), - [anon_sym_SQUOTE] = ACTIONS(1734), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1734), }, [2613] = { - [sym_getter] = STATE(5177), - [sym_setter] = STATE(5177), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_EQ] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(3420), - [sym_label] = ACTIONS(3422), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_PLUS_EQ] = ACTIONS(3422), - [anon_sym_DASH_EQ] = ACTIONS(3422), - [anon_sym_STAR_EQ] = ACTIONS(3422), - [anon_sym_SLASH_EQ] = ACTIONS(3422), - [anon_sym_PERCENT_EQ] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3420), - [anon_sym_as_QMARK] = ACTIONS(3422), - [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(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3422), - [sym__automatic_semicolon] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), - [sym_multiline_comment] = ACTIONS(3), - }, - [2614] = { - [sym_primary_constructor] = STATE(4158), - [sym_class_body] = STATE(3565), - [sym__class_parameters] = STATE(3293), - [sym_type_constraints] = STATE(3329), - [sym_modifiers] = STATE(9792), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), + [sym_primary_constructor] = STATE(4182), + [sym_class_body] = STATE(3562), + [sym__class_parameters] = STATE(3281), + [sym_type_constraints] = STATE(3300), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6272), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(5484), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(5488), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [anon_sym_while] = ACTIONS(3270), - [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(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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_COLON] = ACTIONS(6274), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_RPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_while] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -327476,164 +327361,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - }, - [2615] = { - [sym_type_constraints] = STATE(2747), - [sym_property_delegate] = STATE(2822), - [sym_getter] = STATE(3600), - [sym_setter] = STATE(3600), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(6274), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_RPAREN] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(6256), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(6276), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(3360), - [sym_label] = ACTIONS(3360), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_while] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3360), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG_BANG] = ACTIONS(3360), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), + [sym__backtick_identifier] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), [sym_multiline_comment] = ACTIONS(3), }, - [2616] = { - [sym_getter] = STATE(5198), - [sym_setter] = STATE(5198), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2614] = { + [sym_type_constraints] = STATE(2751), + [sym_property_delegate] = STATE(2877), + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6276), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6232), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4647), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -327658,76 +327451,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2617] = { - [sym_type_constraints] = STATE(2749), - [sym_property_delegate] = STATE(2863), - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), + [2615] = { + [sym_type_constraints] = STATE(2741), + [sym_property_delegate] = STATE(2860), + [sym_getter] = STATE(4789), + [sym_setter] = STATE(4789), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), [anon_sym_EQ] = ACTIONS(6278), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6256), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(4650), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_RPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(6232), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6280), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [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), @@ -327752,74 +327544,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2618] = { - [sym_primary_constructor] = STATE(5518), - [sym_class_body] = STATE(5123), - [sym__class_parameters] = STATE(5039), - [sym_type_parameters] = STATE(2710), - [sym_type_constraints] = STATE(5069), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [2616] = { + [sym_primary_constructor] = STATE(4180), + [sym__class_parameters] = STATE(3281), + [sym_type_constraints] = STATE(3336), + [sym_enum_class_body] = STATE(3498), + [sym_modifiers] = STATE(9836), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6280), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5788), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(6282), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(5570), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(5574), + [anon_sym_RPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_while] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -327847,246 +327640,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - }, - [2619] = { - [sym_getter] = STATE(5394), - [sym_setter] = STATE(5394), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), - }, - [2620] = { - [sym_type_constraints] = STATE(2745), - [sym_property_delegate] = STATE(2873), - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6282), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6256), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(4692), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), [sym_multiline_comment] = ACTIONS(3), }, - [2621] = { - [sym_getter] = STATE(5347), - [sym_setter] = STATE(5347), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), + [2617] = { + [sym_type_constraints] = STATE(2752), + [sym_property_delegate] = STATE(2862), + [sym_getter] = STATE(3597), + [sym_setter] = STATE(3597), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(6284), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_RPAREN] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(6232), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(6286), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), + [anon_sym_STAR] = ACTIONS(3330), + [sym_label] = ACTIONS(3330), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_while] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3330), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG_BANG] = ACTIONS(3330), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -328111,87 +327730,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), }, - [2622] = { - [sym_getter] = STATE(5221), - [sym_setter] = STATE(5221), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(1732), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [2618] = { + [sym_type_constraints] = STATE(2737), + [sym_property_delegate] = STATE(2868), + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6288), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6232), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4659), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -328216,76 +327823,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2623] = { - [sym_primary_constructor] = STATE(5468), - [sym__class_parameters] = STATE(4662), - [sym_type_constraints] = STATE(4659), - [sym_enum_class_body] = STATE(4748), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [2619] = { + [sym_primary_constructor] = STATE(4144), + [sym_class_body] = STATE(4006), + [sym__class_parameters] = STATE(3750), + [sym_type_constraints] = STATE(3736), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6284), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5578), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_COLON] = ACTIONS(6290), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -328313,59 +327918,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), [sym_multiline_comment] = ACTIONS(3), }, - [2624] = { - [sym_getter] = STATE(5416), - [sym_setter] = STATE(5416), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), + [2620] = { + [sym_type_constraints] = STATE(2714), + [sym_property_delegate] = STATE(2778), + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6292), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6244), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4383), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -328390,87 +328008,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), }, - [2625] = { - [sym_type_constraints] = STATE(2691), - [sym_property_delegate] = STATE(2781), - [sym_getter] = STATE(3851), - [sym_setter] = STATE(3851), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6286), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6234), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6288), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2621] = { + [sym_getter] = STATE(5349), + [sym_setter] = STATE(5349), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -328495,75 +328089,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), }, - [2626] = { - [sym_type_constraints] = STATE(2713), - [sym_property_delegate] = STATE(2790), - [sym_getter] = STATE(3907), - [sym_setter] = STATE(3907), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(6290), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_COMMA] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(6234), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(6292), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), - [anon_sym_STAR] = ACTIONS(3360), - [sym_label] = ACTIONS(3360), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3360), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG_BANG] = ACTIONS(3360), + [2622] = { + [sym_getter] = STATE(5323), + [sym_setter] = STATE(5323), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(5854), + [anon_sym_set] = ACTIONS(5856), + [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), @@ -328588,168 +328182,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3360), - [sym__automatic_semicolon] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), - [sym_multiline_comment] = ACTIONS(3), - }, - [2627] = { - [sym_primary_constructor] = STATE(5529), - [sym_class_body] = STATE(5131), - [sym__class_parameters] = STATE(5039), - [sym_type_parameters] = STATE(2706), - [sym_type_constraints] = STATE(5038), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3200), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6294), - [anon_sym_LBRACK] = ACTIONS(3206), - [anon_sym_as] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5788), - [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3200), - [anon_sym_SEMI] = ACTIONS(3206), - [anon_sym_get] = ACTIONS(3200), - [anon_sym_set] = ACTIONS(3200), - [anon_sym_STAR] = ACTIONS(3206), - [sym_label] = ACTIONS(3206), - [anon_sym_in] = ACTIONS(3200), - [anon_sym_DOT_DOT] = ACTIONS(3206), - [anon_sym_QMARK_COLON] = ACTIONS(3206), - [anon_sym_AMP_AMP] = ACTIONS(3206), - [anon_sym_PIPE_PIPE] = ACTIONS(3206), - [anon_sym_else] = ACTIONS(3200), - [anon_sym_COLON_COLON] = ACTIONS(3206), - [anon_sym_BANG_EQ] = ACTIONS(3200), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), - [anon_sym_EQ_EQ] = ACTIONS(3200), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), - [anon_sym_LT_EQ] = ACTIONS(3206), - [anon_sym_GT_EQ] = ACTIONS(3206), - [anon_sym_BANGin] = ACTIONS(3206), - [anon_sym_is] = ACTIONS(3200), - [anon_sym_BANGis] = ACTIONS(3206), - [anon_sym_PLUS] = ACTIONS(3200), - [anon_sym_DASH] = ACTIONS(3200), - [anon_sym_SLASH] = ACTIONS(3200), - [anon_sym_PERCENT] = ACTIONS(3206), - [anon_sym_as_QMARK] = ACTIONS(3206), - [anon_sym_PLUS_PLUS] = ACTIONS(3206), - [anon_sym_DASH_DASH] = ACTIONS(3206), - [anon_sym_BANG_BANG] = ACTIONS(3206), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3206), - [sym__automatic_semicolon] = ACTIONS(3206), - [sym_safe_nav] = ACTIONS(3206), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3340), + [anon_sym_continue_AT] = ACTIONS(3340), + [anon_sym_break_AT] = ACTIONS(3340), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, - [2628] = { - [sym_getter] = STATE(3851), - [sym_setter] = STATE(3851), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6108), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2623] = { + [sym_getter] = STATE(4019), + [sym_setter] = STATE(4019), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6080), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), + [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), @@ -328774,32 +328287,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2629] = { - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2624] = { + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), [anon_sym_EQ] = ACTIONS(1796), @@ -328810,8 +328323,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), [anon_sym_STAR] = ACTIONS(1796), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), @@ -328867,32 +328380,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2630] = { - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2625] = { + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), [anon_sym_EQ] = ACTIONS(1796), @@ -328902,9 +328415,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3990), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), + [anon_sym_SEMI] = ACTIONS(3994), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), [anon_sym_STAR] = ACTIONS(1796), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), @@ -328960,404 +328473,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2631] = { - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - }, - [2632] = { - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3988), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - }, - [2633] = { - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [2634] = { - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3986), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [2635] = { - [sym_getter] = STATE(3978), - [sym_setter] = STATE(3978), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2626] = { + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_EQ] = ACTIONS(1732), @@ -329368,8 +328509,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), [anon_sym_STAR] = ACTIONS(1732), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), @@ -329425,32 +328566,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2636] = { - [sym_getter] = STATE(3978), - [sym_setter] = STATE(3978), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2627] = { + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_EQ] = ACTIONS(1732), @@ -329460,9 +328601,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(3984), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), + [anon_sym_SEMI] = ACTIONS(4000), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), [anon_sym_STAR] = ACTIONS(1732), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), @@ -329518,75 +328659,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2637] = { - [sym_getter] = STATE(4033), - [sym_setter] = STATE(4033), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2628] = { + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -329611,75 +328752,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2638] = { - [sym_getter] = STATE(4033), - [sym_setter] = STATE(4033), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(3982), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2629] = { + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4002), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -329704,75 +328845,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2639] = { - [sym_getter] = STATE(4034), - [sym_setter] = STATE(4034), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), - [anon_sym_STAR] = ACTIONS(1814), - [sym_label] = ACTIONS(1816), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1814), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [2630] = { + [sym_getter] = STATE(3906), + [sym_setter] = STATE(3906), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -329797,75 +328938,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2640] = { - [sym_getter] = STATE(4018), - [sym_setter] = STATE(4018), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_EQ] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), - [anon_sym_STAR] = ACTIONS(3420), - [sym_label] = ACTIONS(3422), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_PLUS_EQ] = ACTIONS(3422), - [anon_sym_DASH_EQ] = ACTIONS(3422), - [anon_sym_STAR_EQ] = ACTIONS(3422), - [anon_sym_SLASH_EQ] = ACTIONS(3422), - [anon_sym_PERCENT_EQ] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3420), - [anon_sym_as_QMARK] = ACTIONS(3422), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [2631] = { + [sym_getter] = STATE(3906), + [sym_setter] = STATE(3906), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(4030), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -329890,168 +329031,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3422), - [sym__automatic_semicolon] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), - [sym_multiline_comment] = ACTIONS(3), - }, - [2641] = { - [sym_primary_constructor] = STATE(4221), - [sym_class_body] = STATE(3847), - [sym__class_parameters] = STATE(3769), - [sym_type_parameters] = STATE(2699), - [sym_type_constraints] = STATE(3737), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6296), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2642] = { - [sym_getter] = STATE(5198), - [sym_setter] = STATE(5198), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(4026), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2632] = { + [sym_type_constraints] = STATE(2748), + [sym_property_delegate] = STATE(2816), + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(6298), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(6232), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(4611), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -330076,168 +329125,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2643] = { - [sym_primary_constructor] = STATE(5471), - [sym_class_body] = STATE(4748), - [sym__class_parameters] = STATE(4662), - [sym_type_constraints] = STATE(4621), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6298), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5598), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [2633] = { + [sym_getter] = STATE(3944), + [sym_setter] = STATE(3944), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2644] = { - [sym_getter] = STATE(5108), - [sym_setter] = STATE(5108), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6118), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2634] = { + [sym_getter] = STATE(3944), + [sym_setter] = STATE(3944), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(4032), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -330262,76 +329310,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2645] = { - [sym_primary_constructor] = STATE(5476), - [sym__class_parameters] = STATE(4662), - [sym_type_constraints] = STATE(4694), - [sym_enum_class_body] = STATE(4786), - [sym_modifiers] = STATE(9699), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), + [2635] = { + [sym_primary_constructor] = STATE(4201), + [sym_class_body] = STATE(4012), + [sym__class_parameters] = STATE(3750), + [sym_type_parameters] = STATE(2695), + [sym_type_constraints] = STATE(3722), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), [anon_sym_COLON] = ACTIONS(6300), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(5576), - [anon_sym_LBRACE] = ACTIONS(5578), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(5580), - [anon_sym_RPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5582), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_while] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -330359,71 +329406,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, - [2646] = { - [sym_type_constraints] = STATE(2703), - [sym_property_delegate] = STATE(2794), - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6302), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6234), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(4419), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2636] = { + [sym_getter] = STATE(4031), + [sym_setter] = STATE(4031), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1790), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_as] = ACTIONS(1790), + [anon_sym_EQ] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1790), + [anon_sym_GT] = ACTIONS(1790), + [anon_sym_DOT] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), + [anon_sym_STAR] = ACTIONS(1790), + [sym_label] = ACTIONS(1792), + [anon_sym_in] = ACTIONS(1790), + [anon_sym_DOT_DOT] = ACTIONS(1792), + [anon_sym_QMARK_COLON] = ACTIONS(1792), + [anon_sym_AMP_AMP] = ACTIONS(1792), + [anon_sym_PIPE_PIPE] = ACTIONS(1792), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_COLON_COLON] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1790), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ] = ACTIONS(1790), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_BANGin] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1790), + [anon_sym_BANGis] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1790), + [anon_sym_SLASH] = ACTIONS(1790), + [anon_sym_PERCENT] = ACTIONS(1790), + [anon_sym_as_QMARK] = ACTIONS(1792), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_BANG_BANG] = ACTIONS(1792), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -330448,75 +329496,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1792), + [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), }, - [2647] = { - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2637] = { + [sym_getter] = STATE(3845), + [sym_setter] = STATE(3845), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_EQ] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(6074), + [anon_sym_set] = ACTIONS(6076), + [anon_sym_STAR] = ACTIONS(3420), + [sym_label] = ACTIONS(3422), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_PLUS_EQ] = ACTIONS(3422), + [anon_sym_DASH_EQ] = ACTIONS(3422), + [anon_sym_STAR_EQ] = ACTIONS(3422), + [anon_sym_SLASH_EQ] = ACTIONS(3422), + [anon_sym_PERCENT_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3420), + [anon_sym_as_QMARK] = ACTIONS(3422), + [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), @@ -330541,75 +329589,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(3422), + [sym__automatic_semicolon] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), [sym_multiline_comment] = ACTIONS(3), }, - [2648] = { - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), + [2638] = { + [sym_getter] = STATE(5081), + [sym_setter] = STATE(5081), [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(3948), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6086), + [anon_sym_set] = ACTIONS(6088), + [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), @@ -330634,355 +329682,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - }, - [2649] = { - [sym_primary_constructor] = STATE(4154), - [sym_class_body] = STATE(3956), - [sym__class_parameters] = STATE(3769), - [sym_type_constraints] = STATE(3721), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6304), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [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), - }, - [2650] = { - [sym_primary_constructor] = STATE(4164), - [sym__class_parameters] = STATE(3769), - [sym_type_constraints] = STATE(3753), - [sym_enum_class_body] = STATE(3953), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6306), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - }, - [2651] = { - [sym_primary_constructor] = STATE(4172), - [sym_class_body] = STATE(3953), - [sym__class_parameters] = STATE(3769), - [sym_type_constraints] = STATE(3786), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6308), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2652] = { - [sym_type_constraints] = STATE(2750), - [sym_property_delegate] = STATE(2836), - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6310), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6256), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(4640), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2639] = { + [sym_type_constraints] = STATE(2710), + [sym_property_delegate] = STATE(2787), + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6302), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6244), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(4471), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -331007,260 +329775,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - }, - [2653] = { - [sym_primary_constructor] = STATE(4205), - [sym__class_parameters] = STATE(3769), - [sym_type_parameters] = STATE(2725), - [sym_type_constraints] = STATE(3723), - [sym_enum_class_body] = STATE(3847), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6312), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - }, - [2654] = { - [sym_primary_constructor] = STATE(5530), - [sym__class_parameters] = STATE(5039), - [sym_type_parameters] = STATE(2701), - [sym_type_constraints] = STATE(5024), - [sym_enum_class_body] = STATE(5155), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6314), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5770), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3248), - [sym_label] = ACTIONS(3248), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3248), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG_BANG] = ACTIONS(3248), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3248), - [sym__automatic_semicolon] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2655] = { - [sym_primary_constructor] = STATE(5430), - [sym__class_parameters] = STATE(5039), - [sym_type_constraints] = STATE(4981), - [sym_enum_class_body] = STATE(5246), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), + [2640] = { + [sym_primary_constructor] = STATE(5473), + [sym_class_body] = STATE(4886), + [sym__class_parameters] = STATE(4658), + [sym_type_constraints] = STATE(4670), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6316), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5770), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), + [anon_sym_COLON] = ACTIONS(6304), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5486), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -331288,72 +329872,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [2656] = { - [sym_type_constraints] = STATE(2733), - [sym_property_delegate] = STATE(2802), - [sym_getter] = STATE(5144), - [sym_setter] = STATE(5144), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(6318), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_COMMA] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(6234), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(6320), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(3360), - [sym_label] = ACTIONS(3360), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3360), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG_BANG] = ACTIONS(3360), + [2641] = { + [sym_getter] = STATE(5081), + [sym_setter] = STATE(5081), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6084), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [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), @@ -331378,168 +329961,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3360), - [sym__automatic_semicolon] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), - [sym_multiline_comment] = ACTIONS(3), - }, - [2657] = { - [sym_primary_constructor] = STATE(4182), - [sym__class_parameters] = STATE(3769), - [sym_type_constraints] = STATE(3823), - [sym_enum_class_body] = STATE(3839), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6322), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2658] = { - [sym_type_constraints] = STATE(2698), - [sym_property_delegate] = STATE(2792), - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6324), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6234), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(4417), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2642] = { + [sym_type_constraints] = STATE(2743), + [sym_property_delegate] = STATE(2839), + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6306), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6232), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(4609), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -331564,49 +330055,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2659] = { - [sym_type_constraints] = STATE(2709), - [sym_property_delegate] = STATE(2770), - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2643] = { + [sym_type_constraints] = STATE(2711), + [sym_property_delegate] = STATE(2785), + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6326), + [anon_sym_EQ] = ACTIONS(6308), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6234), + [anon_sym_by] = ACTIONS(6244), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(5824), + [anon_sym_where] = ACTIONS(5788), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(4397), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), + [anon_sym_SEMI] = ACTIONS(4473), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), [anon_sym_STAR] = ACTIONS(1798), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), @@ -331657,59 +330147,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2660] = { - [sym_type_constraints] = STATE(2743), - [sym_property_delegate] = STATE(2875), - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2644] = { + [sym_getter] = STATE(5182), + [sym_setter] = STATE(5182), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_EQ] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(3420), + [sym_label] = ACTIONS(3422), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_PLUS_EQ] = ACTIONS(3422), + [anon_sym_DASH_EQ] = ACTIONS(3422), + [anon_sym_STAR_EQ] = ACTIONS(3422), + [anon_sym_SLASH_EQ] = ACTIONS(3422), + [anon_sym_PERCENT_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3420), + [anon_sym_as_QMARK] = ACTIONS(3422), + [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(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3422), + [sym__automatic_semicolon] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), + [sym_multiline_comment] = ACTIONS(3), + }, + [2645] = { + [sym_getter] = STATE(5160), + [sym_setter] = STATE(5160), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1792), [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6328), + [anon_sym_EQ] = ACTIONS(1790), [anon_sym_LBRACE] = ACTIONS(1792), [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6256), [anon_sym_LT] = ACTIONS(1790), [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(5492), [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(4690), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(1792), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(1790), [sym_label] = ACTIONS(1792), [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), [anon_sym_DOT_DOT] = ACTIONS(1792), [anon_sym_QMARK_COLON] = ACTIONS(1792), [anon_sym_AMP_AMP] = ACTIONS(1792), [anon_sym_PIPE_PIPE] = ACTIONS(1792), [anon_sym_else] = ACTIONS(1790), [anon_sym_COLON_COLON] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), [anon_sym_BANG_EQ] = ACTIONS(1790), [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), [anon_sym_EQ_EQ] = ACTIONS(1790), @@ -331722,7 +330304,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1790), [anon_sym_DASH] = ACTIONS(1790), [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), + [anon_sym_PERCENT] = ACTIONS(1790), [anon_sym_as_QMARK] = ACTIONS(1792), [anon_sym_PLUS_PLUS] = ACTIONS(1792), [anon_sym_DASH_DASH] = ACTIONS(1792), @@ -331751,75 +330333,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), }, - [2661] = { - [sym_type_constraints] = STATE(2740), - [sym_property_delegate] = STATE(2879), - [sym_getter] = STATE(4728), - [sym_setter] = STATE(4728), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6330), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6256), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6332), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2646] = { + [sym_type_constraints] = STATE(2732), + [sym_property_delegate] = STATE(2783), + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6310), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6244), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(4385), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -331844,74 +330426,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2662] = { + [2647] = { [sym_primary_constructor] = STATE(4215), - [sym__class_parameters] = STATE(3769), - [sym_type_parameters] = STATE(2723), - [sym_type_constraints] = STATE(3795), - [sym_enum_class_body] = STATE(3932), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3244), + [sym__class_parameters] = STATE(3750), + [sym_type_parameters] = STATE(2712), + [sym_type_constraints] = STATE(3735), + [sym_enum_class_body] = STATE(4012), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6334), - [anon_sym_LBRACK] = ACTIONS(3248), - [anon_sym_as] = ACTIONS(3244), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3248), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3244), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3244), - [anon_sym_SEMI] = ACTIONS(3248), - [anon_sym_get] = ACTIONS(3244), - [anon_sym_set] = ACTIONS(3244), - [anon_sym_STAR] = ACTIONS(3248), - [sym_label] = ACTIONS(3248), - [anon_sym_in] = ACTIONS(3244), - [anon_sym_DOT_DOT] = ACTIONS(3248), - [anon_sym_QMARK_COLON] = ACTIONS(3248), - [anon_sym_AMP_AMP] = ACTIONS(3248), - [anon_sym_PIPE_PIPE] = ACTIONS(3248), - [anon_sym_else] = ACTIONS(3244), - [anon_sym_COLON_COLON] = ACTIONS(3248), - [anon_sym_BANG_EQ] = ACTIONS(3244), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3248), - [anon_sym_EQ_EQ] = ACTIONS(3244), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3248), - [anon_sym_LT_EQ] = ACTIONS(3248), - [anon_sym_GT_EQ] = ACTIONS(3248), - [anon_sym_BANGin] = ACTIONS(3248), - [anon_sym_is] = ACTIONS(3244), - [anon_sym_BANGis] = ACTIONS(3248), - [anon_sym_PLUS] = ACTIONS(3244), - [anon_sym_DASH] = ACTIONS(3244), - [anon_sym_SLASH] = ACTIONS(3244), - [anon_sym_PERCENT] = ACTIONS(3248), - [anon_sym_as_QMARK] = ACTIONS(3248), - [anon_sym_PLUS_PLUS] = ACTIONS(3248), - [anon_sym_DASH_DASH] = ACTIONS(3248), - [anon_sym_BANG_BANG] = ACTIONS(3248), + [anon_sym_COLON] = ACTIONS(6312), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -331939,72 +330522,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3248), - [sym__automatic_semicolon] = ACTIONS(3248), - [sym_safe_nav] = ACTIONS(3248), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), [sym_multiline_comment] = ACTIONS(3), }, - [2663] = { - [sym_primary_constructor] = STATE(5428), - [sym_class_body] = STATE(5118), - [sym__class_parameters] = STATE(5039), - [sym_type_constraints] = STATE(5029), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [2648] = { + [sym_primary_constructor] = STATE(5500), + [sym__class_parameters] = STATE(4968), + [sym_type_parameters] = STATE(2730), + [sym_type_constraints] = STATE(4982), + [sym_enum_class_body] = STATE(5101), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6336), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5788), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_COLON] = ACTIONS(6314), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5818), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3242), + [sym_label] = ACTIONS(3242), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3242), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG_BANG] = ACTIONS(3242), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -332032,73 +330615,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3242), + [sym__automatic_semicolon] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), [sym_multiline_comment] = ACTIONS(3), }, - [2664] = { - [sym_type_constraints] = STATE(2752), - [sym_property_delegate] = STATE(2858), - [sym_getter] = STATE(4797), - [sym_setter] = STATE(4797), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(6338), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_RPAREN] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(6256), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(6340), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(3360), - [sym_label] = ACTIONS(3360), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_while] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3360), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG_BANG] = ACTIONS(3360), + [2649] = { + [sym_getter] = STATE(5085), + [sym_setter] = STATE(5085), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(4050), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -332123,74 +330705,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2665] = { - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2650] = { + [sym_getter] = STATE(5319), + [sym_setter] = STATE(5319), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -332215,75 +330786,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1798), }, - [2666] = { - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), + [2651] = { + [sym_getter] = STATE(5085), + [sym_setter] = STATE(5085), [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(3996), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -332308,75 +330891,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2667] = { - [sym_primary_constructor] = STATE(5515), - [sym__class_parameters] = STATE(5039), - [sym_type_parameters] = STATE(2726), - [sym_type_constraints] = STATE(5056), - [sym_enum_class_body] = STATE(5123), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3234), + [2652] = { + [sym_getter] = STATE(5094), + [sym_setter] = STATE(5094), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(4034), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + }, + [2653] = { + [sym_primary_constructor] = STATE(5429), + [sym__class_parameters] = STATE(4968), + [sym_type_constraints] = STATE(5001), + [sym_enum_class_body] = STATE(5184), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6342), - [anon_sym_LBRACK] = ACTIONS(3238), - [anon_sym_as] = ACTIONS(3234), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5770), - [anon_sym_RBRACE] = ACTIONS(3238), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3234), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3234), - [anon_sym_SEMI] = ACTIONS(3238), - [anon_sym_get] = ACTIONS(3234), - [anon_sym_set] = ACTIONS(3234), - [anon_sym_STAR] = ACTIONS(3238), - [sym_label] = ACTIONS(3238), - [anon_sym_in] = ACTIONS(3234), - [anon_sym_DOT_DOT] = ACTIONS(3238), - [anon_sym_QMARK_COLON] = ACTIONS(3238), - [anon_sym_AMP_AMP] = ACTIONS(3238), - [anon_sym_PIPE_PIPE] = ACTIONS(3238), - [anon_sym_else] = ACTIONS(3234), - [anon_sym_COLON_COLON] = ACTIONS(3238), - [anon_sym_BANG_EQ] = ACTIONS(3234), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3238), - [anon_sym_EQ_EQ] = ACTIONS(3234), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3238), - [anon_sym_LT_EQ] = ACTIONS(3238), - [anon_sym_GT_EQ] = ACTIONS(3238), - [anon_sym_BANGin] = ACTIONS(3238), - [anon_sym_is] = ACTIONS(3234), - [anon_sym_BANGis] = ACTIONS(3238), - [anon_sym_PLUS] = ACTIONS(3234), - [anon_sym_DASH] = ACTIONS(3234), - [anon_sym_SLASH] = ACTIONS(3234), - [anon_sym_PERCENT] = ACTIONS(3238), - [anon_sym_as_QMARK] = ACTIONS(3238), - [anon_sym_PLUS_PLUS] = ACTIONS(3238), - [anon_sym_DASH_DASH] = ACTIONS(3238), - [anon_sym_BANG_BANG] = ACTIONS(3238), + [anon_sym_COLON] = ACTIONS(6316), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5818), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -332404,165 +331080,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3238), - [sym__automatic_semicolon] = ACTIONS(3238), - [sym_safe_nav] = ACTIONS(3238), - [sym_multiline_comment] = ACTIONS(3), - }, - [2668] = { - [sym_getter] = STATE(3851), - [sym_setter] = STATE(3851), - [sym_modifiers] = STATE(9302), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(6082), - [anon_sym_set] = ACTIONS(6084), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), [sym_multiline_comment] = ACTIONS(3), }, - [2669] = { - [sym_getter] = STATE(5221), - [sym_setter] = STATE(5221), + [2654] = { + [sym_getter] = STATE(5094), + [sym_setter] = STATE(5094), [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(4048), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(1732), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -332587,75 +331170,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2670] = { - [sym_primary_constructor] = STATE(4216), - [sym_class_body] = STATE(3968), - [sym__class_parameters] = STATE(3769), - [sym_type_parameters] = STATE(2704), - [sym_type_constraints] = STATE(3712), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3200), + [2655] = { + [sym_primary_constructor] = STATE(4165), + [sym__class_parameters] = STATE(3750), + [sym_type_constraints] = STATE(3713), + [sym_enum_class_body] = STATE(3939), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6344), - [anon_sym_LBRACK] = ACTIONS(3206), - [anon_sym_as] = ACTIONS(3200), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3206), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_LT] = ACTIONS(5774), - [anon_sym_GT] = ACTIONS(3200), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3200), - [anon_sym_SEMI] = ACTIONS(3206), - [anon_sym_get] = ACTIONS(3200), - [anon_sym_set] = ACTIONS(3200), - [anon_sym_STAR] = ACTIONS(3206), - [sym_label] = ACTIONS(3206), - [anon_sym_in] = ACTIONS(3200), - [anon_sym_DOT_DOT] = ACTIONS(3206), - [anon_sym_QMARK_COLON] = ACTIONS(3206), - [anon_sym_AMP_AMP] = ACTIONS(3206), - [anon_sym_PIPE_PIPE] = ACTIONS(3206), - [anon_sym_else] = ACTIONS(3200), - [anon_sym_COLON_COLON] = ACTIONS(3206), - [anon_sym_BANG_EQ] = ACTIONS(3200), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), - [anon_sym_EQ_EQ] = ACTIONS(3200), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), - [anon_sym_LT_EQ] = ACTIONS(3206), - [anon_sym_GT_EQ] = ACTIONS(3206), - [anon_sym_BANGin] = ACTIONS(3206), - [anon_sym_is] = ACTIONS(3200), - [anon_sym_BANGis] = ACTIONS(3206), - [anon_sym_PLUS] = ACTIONS(3200), - [anon_sym_DASH] = ACTIONS(3200), - [anon_sym_SLASH] = ACTIONS(3200), - [anon_sym_PERCENT] = ACTIONS(3206), - [anon_sym_as_QMARK] = ACTIONS(3206), - [anon_sym_PLUS_PLUS] = ACTIONS(3206), - [anon_sym_DASH_DASH] = ACTIONS(3206), - [anon_sym_BANG_BANG] = ACTIONS(3206), + [anon_sym_COLON] = ACTIONS(6318), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -332683,73 +331266,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3206), - [sym__automatic_semicolon] = ACTIONS(3206), - [sym_safe_nav] = ACTIONS(3206), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [2671] = { - [sym_type_constraints] = STATE(2746), - [sym_property_delegate] = STATE(2841), - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6346), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6256), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(4648), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2656] = { + [sym_type_constraints] = STATE(2727), + [sym_property_delegate] = STATE(2803), + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(6320), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(6244), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(4387), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -332774,167 +331356,156 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2672] = { - [sym_type_constraints] = STATE(2683), - [sym_property_delegate] = STATE(2788), - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6348), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6234), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(4415), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [2657] = { + [sym_primary_constructor] = STATE(5460), + [sym_class_body] = STATE(4708), + [sym__class_parameters] = STATE(4658), + [sym_type_constraints] = STATE(4616), + [sym_modifiers] = STATE(9769), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6322), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(5484), + [anon_sym_LBRACE] = ACTIONS(5486), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(5488), + [anon_sym_RPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5492), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_while] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), [sym_multiline_comment] = ACTIONS(3), }, - [2673] = { - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_modifiers] = STATE(9185), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(3998), - [anon_sym_get] = ACTIONS(6090), - [anon_sym_set] = ACTIONS(6092), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2658] = { + [sym_getter] = STATE(5348), + [sym_setter] = STATE(5348), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -332959,63 +331530,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), }, - [2674] = { - [sym_getter] = STATE(5349), - [sym_setter] = STATE(5349), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), + [2659] = { + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(3948), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -333040,180 +331635,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), - }, - [2675] = { - [sym_primary_constructor] = STATE(5480), - [sym__class_parameters] = STATE(5039), - [sym_type_constraints] = STATE(5049), - [sym_enum_class_body] = STATE(5118), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6350), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5770), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2676] = { - [sym_primary_constructor] = STATE(5447), - [sym_class_body] = STATE(5175), - [sym__class_parameters] = STATE(5039), - [sym_type_constraints] = STATE(5030), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), + [2660] = { + [sym_primary_constructor] = STATE(4205), + [sym__class_parameters] = STATE(3750), + [sym_type_parameters] = STATE(2733), + [sym_type_constraints] = STATE(3753), + [sym_enum_class_body] = STATE(3951), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3238), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6352), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5788), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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_COLON] = ACTIONS(6324), + [anon_sym_LBRACK] = ACTIONS(3242), + [anon_sym_as] = ACTIONS(3238), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3242), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3238), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3238), + [anon_sym_SEMI] = ACTIONS(3242), + [anon_sym_get] = ACTIONS(3238), + [anon_sym_set] = ACTIONS(3238), + [anon_sym_STAR] = ACTIONS(3242), + [sym_label] = ACTIONS(3242), + [anon_sym_in] = ACTIONS(3238), + [anon_sym_DOT_DOT] = ACTIONS(3242), + [anon_sym_QMARK_COLON] = ACTIONS(3242), + [anon_sym_AMP_AMP] = ACTIONS(3242), + [anon_sym_PIPE_PIPE] = ACTIONS(3242), + [anon_sym_else] = ACTIONS(3238), + [anon_sym_COLON_COLON] = ACTIONS(3242), + [anon_sym_BANG_EQ] = ACTIONS(3238), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3242), + [anon_sym_EQ_EQ] = ACTIONS(3238), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3242), + [anon_sym_LT_EQ] = ACTIONS(3242), + [anon_sym_GT_EQ] = ACTIONS(3242), + [anon_sym_BANGin] = ACTIONS(3242), + [anon_sym_is] = ACTIONS(3238), + [anon_sym_BANGis] = ACTIONS(3242), + [anon_sym_PLUS] = ACTIONS(3238), + [anon_sym_DASH] = ACTIONS(3238), + [anon_sym_SLASH] = ACTIONS(3238), + [anon_sym_PERCENT] = ACTIONS(3242), + [anon_sym_as_QMARK] = ACTIONS(3242), + [anon_sym_PLUS_PLUS] = ACTIONS(3242), + [anon_sym_DASH_DASH] = ACTIONS(3242), + [anon_sym_BANG_BANG] = ACTIONS(3242), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -333241,72 +331731,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [sym__backtick_identifier] = ACTIONS(3242), + [sym__automatic_semicolon] = ACTIONS(3242), + [sym_safe_nav] = ACTIONS(3242), [sym_multiline_comment] = ACTIONS(3), }, - [2677] = { - [sym_type_constraints] = STATE(2714), - [sym_property_delegate] = STATE(2786), - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6354), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6234), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(4403), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2661] = { + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -333331,63 +331821,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2678] = { - [sym_getter] = STATE(5373), - [sym_setter] = STATE(5373), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(1816), - [sym_label] = ACTIONS(1814), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG] = ACTIONS(1814), + [2662] = { + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4052), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -333412,75 +331914,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), }, - [2679] = { - [sym_getter] = STATE(5368), - [sym_setter] = STATE(5368), - [sym_modifiers] = STATE(9137), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_object] = ACTIONS(3420), - [anon_sym_fun] = ACTIONS(3420), - [anon_sym_get] = ACTIONS(5908), - [anon_sym_set] = ACTIONS(5910), - [anon_sym_this] = ACTIONS(3420), - [anon_sym_super] = ACTIONS(3420), - [anon_sym_STAR] = ACTIONS(3422), - [sym_label] = ACTIONS(3420), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_null] = ACTIONS(3420), - [anon_sym_if] = ACTIONS(3420), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_when] = ACTIONS(3420), - [anon_sym_try] = ACTIONS(3420), - [anon_sym_throw] = ACTIONS(3420), - [anon_sym_return] = ACTIONS(3420), - [anon_sym_continue] = ACTIONS(3420), - [anon_sym_break] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG] = ACTIONS(3420), + [2663] = { + [sym_getter] = STATE(4019), + [sym_setter] = STATE(4019), + [sym_modifiers] = STATE(9157), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6074), + [anon_sym_set] = ACTIONS(6076), + [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), @@ -333505,87 +332007,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3422), - [anon_sym_continue_AT] = ACTIONS(3422), - [anon_sym_break_AT] = ACTIONS(3422), - [anon_sym_this_AT] = ACTIONS(3422), - [anon_sym_super_AT] = ACTIONS(3422), - [sym_real_literal] = ACTIONS(3422), - [sym_integer_literal] = ACTIONS(3420), - [sym_hex_literal] = ACTIONS(3422), - [sym_bin_literal] = ACTIONS(3422), - [anon_sym_true] = ACTIONS(3420), - [anon_sym_false] = ACTIONS(3420), - [anon_sym_SQUOTE] = ACTIONS(3422), - [sym__backtick_identifier] = ACTIONS(3422), - [sym__automatic_semicolon] = ACTIONS(3422), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3422), }, - [2680] = { - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_RBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(1792), - [anon_sym_DASH_GT] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2664] = { + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -333610,74 +332100,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2681] = { - [sym_getter] = STATE(4827), - [sym_setter] = STATE(4827), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_RBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_RPAREN] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1816), - [anon_sym_DASH_GT] = ACTIONS(1816), - [sym_label] = ACTIONS(1816), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_while] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1816), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [2665] = { + [sym_getter] = STATE(5355), + [sym_setter] = STATE(5355), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1790), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_object] = ACTIONS(1790), + [anon_sym_fun] = ACTIONS(1790), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [anon_sym_this] = ACTIONS(1790), + [anon_sym_super] = ACTIONS(1790), + [anon_sym_STAR] = ACTIONS(1792), + [sym_label] = ACTIONS(1790), + [anon_sym_in] = ACTIONS(1790), + [anon_sym_null] = ACTIONS(1790), + [anon_sym_if] = ACTIONS(1790), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_when] = ACTIONS(1790), + [anon_sym_try] = ACTIONS(1790), + [anon_sym_throw] = ACTIONS(1790), + [anon_sym_return] = ACTIONS(1790), + [anon_sym_continue] = ACTIONS(1790), + [anon_sym_break] = ACTIONS(1790), + [anon_sym_COLON_COLON] = ACTIONS(1792), + [anon_sym_BANGin] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1790), + [anon_sym_BANGis] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1790), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_BANG] = ACTIONS(1790), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -333702,74 +332181,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), + [anon_sym_return_AT] = ACTIONS(1792), + [anon_sym_continue_AT] = ACTIONS(1792), + [anon_sym_break_AT] = ACTIONS(1792), + [anon_sym_this_AT] = ACTIONS(1792), + [anon_sym_super_AT] = ACTIONS(1792), + [sym_real_literal] = ACTIONS(1792), + [sym_integer_literal] = ACTIONS(1790), + [sym_hex_literal] = ACTIONS(1792), + [sym_bin_literal] = ACTIONS(1792), + [anon_sym_true] = ACTIONS(1790), + [anon_sym_false] = ACTIONS(1790), + [anon_sym_SQUOTE] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1792), }, - [2682] = { - [sym_getter] = STATE(3469), - [sym_setter] = STATE(3469), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_RBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(1810), - [anon_sym_DASH_GT] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2666] = { + [sym_type_constraints] = STATE(2706), + [sym_property_delegate] = STATE(2809), + [sym_getter] = STATE(5081), + [sym_setter] = STATE(5081), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6326), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(6244), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6328), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), + [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), @@ -333794,48 +332286,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2683] = { - [sym_property_delegate] = STATE(2783), - [sym_getter] = STATE(5221), - [sym_setter] = STATE(5221), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2667] = { + [sym_primary_constructor] = STATE(5433), + [sym_class_body] = STATE(5173), + [sym__class_parameters] = STATE(4968), + [sym_type_constraints] = STATE(5062), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6330), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5830), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + }, + [2668] = { + [sym_primary_constructor] = STATE(4179), + [sym_class_body] = STATE(3939), + [sym__class_parameters] = STATE(3750), + [sym_type_constraints] = STATE(3744), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6332), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + }, + [2669] = { + [sym_primary_constructor] = STATE(5510), + [sym__class_parameters] = STATE(4968), + [sym_type_parameters] = STATE(2698), + [sym_type_constraints] = STATE(5038), + [sym_enum_class_body] = STATE(5102), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3200), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6334), + [anon_sym_LBRACK] = ACTIONS(3206), + [anon_sym_as] = ACTIONS(3200), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5818), + [anon_sym_RBRACE] = ACTIONS(3206), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3200), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3200), + [anon_sym_SEMI] = ACTIONS(3206), + [anon_sym_get] = ACTIONS(3200), + [anon_sym_set] = ACTIONS(3200), + [anon_sym_STAR] = ACTIONS(3206), + [sym_label] = ACTIONS(3206), + [anon_sym_in] = ACTIONS(3200), + [anon_sym_DOT_DOT] = ACTIONS(3206), + [anon_sym_QMARK_COLON] = ACTIONS(3206), + [anon_sym_AMP_AMP] = ACTIONS(3206), + [anon_sym_PIPE_PIPE] = ACTIONS(3206), + [anon_sym_else] = ACTIONS(3200), + [anon_sym_COLON_COLON] = ACTIONS(3206), + [anon_sym_BANG_EQ] = ACTIONS(3200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3206), + [anon_sym_EQ_EQ] = ACTIONS(3200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3206), + [anon_sym_LT_EQ] = ACTIONS(3206), + [anon_sym_GT_EQ] = ACTIONS(3206), + [anon_sym_BANGin] = ACTIONS(3206), + [anon_sym_is] = ACTIONS(3200), + [anon_sym_BANGis] = ACTIONS(3206), + [anon_sym_PLUS] = ACTIONS(3200), + [anon_sym_DASH] = ACTIONS(3200), + [anon_sym_SLASH] = ACTIONS(3200), + [anon_sym_PERCENT] = ACTIONS(3206), + [anon_sym_as_QMARK] = ACTIONS(3206), + [anon_sym_PLUS_PLUS] = ACTIONS(3206), + [anon_sym_DASH_DASH] = ACTIONS(3206), + [anon_sym_BANG_BANG] = ACTIONS(3206), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3206), + [sym__automatic_semicolon] = ACTIONS(3206), + [sym_safe_nav] = ACTIONS(3206), + [sym_multiline_comment] = ACTIONS(3), + }, + [2670] = { + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(6356), + [anon_sym_EQ] = ACTIONS(1732), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(6234), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(4405), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(1734), + [anon_sym_SEMI] = ACTIONS(4054), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(1732), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), [anon_sym_DOT_DOT] = ACTIONS(1734), @@ -333844,6 +332612,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_PIPE] = ACTIONS(1734), [anon_sym_else] = ACTIONS(1732), [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), [anon_sym_BANG_EQ] = ACTIONS(1732), [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), [anon_sym_EQ_EQ] = ACTIONS(1732), @@ -333856,7 +332629,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1732), [anon_sym_DASH] = ACTIONS(1732), [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_PERCENT] = ACTIONS(1732), [anon_sym_as_QMARK] = ACTIONS(1734), [anon_sym_PLUS_PLUS] = ACTIONS(1734), [anon_sym_DASH_DASH] = ACTIONS(1734), @@ -333885,155 +332658,435 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2684] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_RBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(4120), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1798), - [anon_sym_DASH_GT] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [2671] = { + [sym_primary_constructor] = STATE(5438), + [sym_class_body] = STATE(5190), + [sym__class_parameters] = STATE(4968), + [sym_type_constraints] = STATE(4983), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6336), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5830), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), [sym_multiline_comment] = ACTIONS(3), }, - [2685] = { - [sym_getter] = STATE(3477), - [sym_setter] = STATE(3477), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_RBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(4108), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(1734), - [anon_sym_DASH_GT] = ACTIONS(1734), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), + [2672] = { + [sym_primary_constructor] = STATE(4198), + [sym_class_body] = STATE(3957), + [sym__class_parameters] = STATE(3750), + [sym_type_parameters] = STATE(2691), + [sym_type_constraints] = STATE(3748), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6338), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3258), + [sym_label] = ACTIONS(3258), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [anon_sym_else] = ACTIONS(3254), + [anon_sym_COLON_COLON] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [anon_sym_PLUS] = ACTIONS(3254), + [anon_sym_DASH] = ACTIONS(3254), + [anon_sym_SLASH] = ACTIONS(3254), + [anon_sym_PERCENT] = ACTIONS(3258), + [anon_sym_as_QMARK] = ACTIONS(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG_BANG] = ACTIONS(3258), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3258), + [sym__automatic_semicolon] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), + [sym_multiline_comment] = ACTIONS(3), + }, + [2673] = { + [sym_primary_constructor] = STATE(5434), + [sym__class_parameters] = STATE(4968), + [sym_type_constraints] = STATE(5008), + [sym_enum_class_body] = STATE(5173), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6340), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5818), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + }, + [2674] = { + [sym_primary_constructor] = STATE(4187), + [sym__class_parameters] = STATE(3750), + [sym_type_constraints] = STATE(3818), + [sym_enum_class_body] = STATE(3829), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6342), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + }, + [2675] = { + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_modifiers] = STATE(9185), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_get] = ACTIONS(6086), + [anon_sym_set] = ACTIONS(6088), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), [anon_sym_GT_EQ] = ACTIONS(1734), [anon_sym_BANGin] = ACTIONS(1734), [anon_sym_is] = ACTIONS(1732), @@ -334041,7 +333094,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1732), [anon_sym_DASH] = ACTIONS(1732), [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_PERCENT] = ACTIONS(1732), [anon_sym_as_QMARK] = ACTIONS(1734), [anon_sym_PLUS_PLUS] = ACTIONS(1734), [anon_sym_DASH_DASH] = ACTIONS(1734), @@ -334070,166 +333123,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2686] = { - [sym_getter] = STATE(3469), - [sym_setter] = STATE(3469), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_RBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(4112), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(1810), - [anon_sym_DASH_GT] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - }, - [2687] = { - [sym_getter] = STATE(3464), - [sym_setter] = STATE(3464), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_RBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_RPAREN] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(1816), - [anon_sym_DASH_GT] = ACTIONS(1816), - [sym_label] = ACTIONS(1816), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_while] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1816), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [2676] = { + [sym_getter] = STATE(5359), + [sym_setter] = STATE(5359), + [sym_modifiers] = STATE(9138), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_object] = ACTIONS(3420), + [anon_sym_fun] = ACTIONS(3420), + [anon_sym_get] = ACTIONS(5854), + [anon_sym_set] = ACTIONS(5856), + [anon_sym_this] = ACTIONS(3420), + [anon_sym_super] = ACTIONS(3420), + [anon_sym_STAR] = ACTIONS(3422), + [sym_label] = ACTIONS(3420), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_null] = ACTIONS(3420), + [anon_sym_if] = ACTIONS(3420), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_when] = ACTIONS(3420), + [anon_sym_try] = ACTIONS(3420), + [anon_sym_throw] = ACTIONS(3420), + [anon_sym_return] = ACTIONS(3420), + [anon_sym_continue] = ACTIONS(3420), + [anon_sym_break] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_PLUS_PLUS] = ACTIONS(3422), + [anon_sym_DASH_DASH] = ACTIONS(3422), + [anon_sym_BANG] = ACTIONS(3420), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -334254,166 +333204,180 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), + [anon_sym_return_AT] = ACTIONS(3422), + [anon_sym_continue_AT] = ACTIONS(3422), + [anon_sym_break_AT] = ACTIONS(3422), + [anon_sym_this_AT] = ACTIONS(3422), + [anon_sym_super_AT] = ACTIONS(3422), + [sym_real_literal] = ACTIONS(3422), + [sym_integer_literal] = ACTIONS(3420), + [sym_hex_literal] = ACTIONS(3422), + [sym_bin_literal] = ACTIONS(3422), + [anon_sym_true] = ACTIONS(3420), + [anon_sym_false] = ACTIONS(3420), + [anon_sym_SQUOTE] = ACTIONS(3422), + [sym__backtick_identifier] = ACTIONS(3422), + [sym__automatic_semicolon] = ACTIONS(3422), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3422), }, - [2688] = { - [sym_type_constraints] = STATE(2755), - [sym_property_delegate] = STATE(2894), - [sym_getter] = STATE(3907), - [sym_setter] = STATE(3907), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(6358), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(6360), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(6362), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(3360), - [sym_label] = ACTIONS(3360), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3360), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG_BANG] = ACTIONS(3360), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [2677] = { + [sym_primary_constructor] = STATE(5522), + [sym_class_body] = STATE(5246), + [sym__class_parameters] = STATE(4968), + [sym_type_parameters] = STATE(2685), + [sym_type_constraints] = STATE(4971), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3254), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6344), + [anon_sym_LBRACK] = ACTIONS(3258), + [anon_sym_as] = ACTIONS(3254), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5830), + [anon_sym_RBRACE] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_LT] = ACTIONS(5786), + [anon_sym_GT] = ACTIONS(3254), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3254), + [anon_sym_SEMI] = ACTIONS(3258), + [anon_sym_get] = ACTIONS(3254), + [anon_sym_set] = ACTIONS(3254), + [anon_sym_STAR] = ACTIONS(3258), + [sym_label] = ACTIONS(3258), + [anon_sym_in] = ACTIONS(3254), + [anon_sym_DOT_DOT] = ACTIONS(3258), + [anon_sym_QMARK_COLON] = ACTIONS(3258), + [anon_sym_AMP_AMP] = ACTIONS(3258), + [anon_sym_PIPE_PIPE] = ACTIONS(3258), + [anon_sym_else] = ACTIONS(3254), + [anon_sym_COLON_COLON] = ACTIONS(3258), + [anon_sym_BANG_EQ] = ACTIONS(3254), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3258), + [anon_sym_EQ_EQ] = ACTIONS(3254), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3258), + [anon_sym_LT_EQ] = ACTIONS(3258), + [anon_sym_GT_EQ] = ACTIONS(3258), + [anon_sym_BANGin] = ACTIONS(3258), + [anon_sym_is] = ACTIONS(3254), + [anon_sym_BANGis] = ACTIONS(3258), + [anon_sym_PLUS] = ACTIONS(3254), + [anon_sym_DASH] = ACTIONS(3254), + [anon_sym_SLASH] = ACTIONS(3254), + [anon_sym_PERCENT] = ACTIONS(3258), + [anon_sym_as_QMARK] = ACTIONS(3258), + [anon_sym_PLUS_PLUS] = ACTIONS(3258), + [anon_sym_DASH_DASH] = ACTIONS(3258), + [anon_sym_BANG_BANG] = ACTIONS(3258), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3360), - [sym__automatic_semicolon] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), + [sym__backtick_identifier] = ACTIONS(3258), + [sym__automatic_semicolon] = ACTIONS(3258), + [sym_safe_nav] = ACTIONS(3258), [sym_multiline_comment] = ACTIONS(3), }, - [2689] = { - [sym_getter] = STATE(3458), - [sym_setter] = STATE(3458), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_RBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_COMMA] = ACTIONS(3422), - [anon_sym_RPAREN] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_where] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(3422), - [anon_sym_DASH_GT] = ACTIONS(3422), - [sym_label] = ACTIONS(3422), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_while] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3422), - [anon_sym_as_QMARK] = ACTIONS(3422), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [2678] = { + [sym_type_constraints] = STATE(2697), + [sym_property_delegate] = STATE(2797), + [sym_getter] = STATE(5170), + [sym_setter] = STATE(5170), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(6346), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_COMMA] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(6244), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(6348), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), + [anon_sym_STAR] = ACTIONS(3330), + [sym_label] = ACTIONS(3330), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3330), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG_BANG] = ACTIONS(3330), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -334438,31 +333402,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), + [sym__backtick_identifier] = ACTIONS(3330), + [sym__automatic_semicolon] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), [sym_multiline_comment] = ACTIONS(3), }, - [2690] = { - [sym_getter] = STATE(3477), - [sym_setter] = STATE(3477), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2679] = { + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_RBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), @@ -334476,8 +333441,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), [anon_sym_STAR] = ACTIONS(1734), [anon_sym_DASH_GT] = ACTIONS(1734), [sym_label] = ACTIONS(1734), @@ -334530,350 +333495,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2691] = { - [sym_property_delegate] = STATE(2770), - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6326), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6234), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(4397), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - }, - [2692] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_RBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1798), - [anon_sym_DASH_GT] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - }, - [2693] = { - [sym_getter] = STATE(4728), - [sym_setter] = STATE(4728), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_RBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6146), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(3346), - [anon_sym_DASH_GT] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - }, - [2694] = { - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_RBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1792), - [anon_sym_DASH_GT] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2680] = { + [sym_type_constraints] = STATE(2756), + [sym_property_delegate] = STATE(2889), + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6350), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6352), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(5181), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -334898,73 +333586,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2695] = { - [sym_type_constraints] = STATE(2762), - [sym_property_delegate] = STATE(2943), - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6368), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6360), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(5203), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2681] = { + [sym_getter] = STATE(3455), + [sym_setter] = STATE(3455), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_RBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_COMMA] = ACTIONS(3422), + [anon_sym_RPAREN] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_where] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), + [anon_sym_STAR] = ACTIONS(3422), + [anon_sym_DASH_GT] = ACTIONS(3422), + [sym_label] = ACTIONS(3422), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_while] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3422), + [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), @@ -334989,75 +333679,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), [sym_multiline_comment] = ACTIONS(3), }, - [2696] = { - [sym_getter] = STATE(3498), - [sym_setter] = STATE(3498), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_RBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(3346), - [anon_sym_DASH_GT] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2682] = { + [sym_getter] = STATE(4789), + [sym_setter] = STATE(4789), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6144), + [anon_sym_set] = ACTIONS(6146), + [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), @@ -335082,74 +333771,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2697] = { - [sym_getter] = STATE(4728), - [sym_setter] = STATE(4728), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_RBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(3346), - [anon_sym_DASH_GT] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2683] = { + [sym_getter] = STATE(3466), + [sym_setter] = STATE(3466), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_RBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(4098), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), + [anon_sym_STAR] = ACTIONS(1820), + [anon_sym_DASH_GT] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -335174,73 +333863,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2698] = { - [sym_property_delegate] = STATE(2788), - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6348), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6234), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(4415), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2684] = { + [sym_getter] = STATE(3466), + [sym_setter] = STATE(3466), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_RBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), + [anon_sym_STAR] = ACTIONS(1820), + [anon_sym_DASH_GT] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -335265,74 +333955,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2699] = { - [sym_primary_constructor] = STATE(4203), - [sym_class_body] = STATE(3953), - [sym__class_parameters] = STATE(3769), - [sym_type_constraints] = STATE(3786), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [2685] = { + [sym_primary_constructor] = STATE(5511), + [sym_class_body] = STATE(5190), + [sym__class_parameters] = STATE(4968), + [sym_type_constraints] = STATE(4983), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6370), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_COLON] = ACTIONS(6358), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5830), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -335360,72 +334049,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), [sym_multiline_comment] = ACTIONS(3), }, - [2700] = { - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_RBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(4058), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(1804), - [anon_sym_DASH_GT] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2686] = { + [sym_getter] = STATE(3474), + [sym_setter] = STATE(3474), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_RBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(4100), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), + [anon_sym_STAR] = ACTIONS(1826), + [anon_sym_DASH_GT] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -335450,166 +334139,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [2701] = { - [sym_primary_constructor] = STATE(5516), - [sym__class_parameters] = STATE(5039), - [sym_type_constraints] = STATE(4981), - [sym_enum_class_body] = STATE(5246), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6372), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5770), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2702] = { - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_RBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(1804), - [anon_sym_DASH_GT] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2687] = { + [sym_getter] = STATE(3474), + [sym_setter] = STATE(3474), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_RBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), + [anon_sym_STAR] = ACTIONS(1826), + [anon_sym_DASH_GT] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -335634,73 +334231,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2703] = { - [sym_property_delegate] = STATE(2792), - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6324), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6234), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(4417), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2688] = { + [sym_getter] = STATE(4789), + [sym_setter] = STATE(4789), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6162), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [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), @@ -335725,167 +334323,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2704] = { - [sym_primary_constructor] = STATE(4209), - [sym_class_body] = STATE(3956), - [sym__class_parameters] = STATE(3769), - [sym_type_constraints] = STATE(3721), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6374), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [2689] = { + [sym_getter] = STATE(4825), + [sym_setter] = STATE(4825), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_RBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_COMMA] = ACTIONS(3422), + [anon_sym_RPAREN] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_where] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [anon_sym_STAR] = ACTIONS(3422), + [anon_sym_DASH_GT] = ACTIONS(3422), + [sym_label] = ACTIONS(3422), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_while] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3422), + [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(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [sym__backtick_identifier] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), [sym_multiline_comment] = ACTIONS(3), }, - [2705] = { - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_RBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(4106), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(1792), - [anon_sym_DASH_GT] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2690] = { + [sym_type_constraints] = STATE(2757), + [sym_property_delegate] = STATE(2903), + [sym_getter] = STATE(3963), + [sym_setter] = STATE(3963), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(6360), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(6352), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(6362), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [anon_sym_STAR] = ACTIONS(3330), + [sym_label] = ACTIONS(3330), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3330), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG_BANG] = ACTIONS(3330), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -335910,73 +334506,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(3330), + [sym__automatic_semicolon] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), [sym_multiline_comment] = ACTIONS(3), }, - [2706] = { - [sym_primary_constructor] = STATE(5506), - [sym_class_body] = STATE(5175), - [sym__class_parameters] = STATE(5039), - [sym_type_constraints] = STATE(5030), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3270), + [2691] = { + [sym_primary_constructor] = STATE(4209), + [sym_class_body] = STATE(4006), + [sym__class_parameters] = STATE(3750), + [sym_type_constraints] = STATE(3736), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3290), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6376), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5788), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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_COLON] = ACTIONS(6364), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -336004,71 +334601,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), [sym_multiline_comment] = ACTIONS(3), }, - [2707] = { - [sym_type_constraints] = STATE(2764), - [sym_property_delegate] = STATE(2959), - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6378), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6360), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(5014), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2692] = { + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_RBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(4090), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [anon_sym_STAR] = ACTIONS(1798), + [anon_sym_DASH_GT] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -336093,32 +334691,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2708] = { - [sym_getter] = STATE(4769), - [sym_setter] = STATE(4769), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2693] = { + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_RBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), @@ -336132,8 +334729,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), [anon_sym_STAR] = ACTIONS(1734), [anon_sym_DASH_GT] = ACTIONS(1734), [sym_label] = ACTIONS(1734), @@ -336186,73 +334783,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2709] = { - [sym_property_delegate] = STATE(2786), - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6354), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6234), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(4403), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2694] = { + [sym_getter] = STATE(3492), + [sym_setter] = STATE(3492), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6134), + [anon_sym_set] = ACTIONS(6136), + [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), @@ -336277,74 +334875,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2710] = { - [sym_primary_constructor] = STATE(5528), - [sym_class_body] = STATE(5118), - [sym__class_parameters] = STATE(5039), - [sym_type_constraints] = STATE(5029), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), + [2695] = { + [sym_primary_constructor] = STATE(4206), + [sym_class_body] = STATE(3939), + [sym__class_parameters] = STATE(3750), + [sym_type_constraints] = STATE(3744), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6384), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5788), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), + [anon_sym_COLON] = ACTIONS(6366), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), [anon_sym_suspend] = ACTIONS(3218), [anon_sym_sealed] = ACTIONS(3220), [anon_sym_annotation] = ACTIONS(3220), @@ -336372,29 +334969,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(3232), [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [2711] = { - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2696] = { + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_RBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), @@ -336407,9 +335004,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(1796), [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(4104), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), + [anon_sym_SEMI] = ACTIONS(4116), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), [anon_sym_STAR] = ACTIONS(1798), [anon_sym_DASH_GT] = ACTIONS(1798), [sym_label] = ACTIONS(1798), @@ -336462,73 +335059,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2712] = { - [sym_property_delegate] = STATE(2794), - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6302), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6234), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(4419), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2697] = { + [sym_property_delegate] = STATE(2809), + [sym_getter] = STATE(5081), + [sym_setter] = STATE(5081), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6326), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(6244), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6328), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), + [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), @@ -336553,166 +335150,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2713] = { - [sym_property_delegate] = STATE(2781), - [sym_getter] = STATE(3851), - [sym_setter] = STATE(3851), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6286), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6234), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6288), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [2698] = { + [sym_primary_constructor] = STATE(5507), + [sym__class_parameters] = STATE(4968), + [sym_type_constraints] = STATE(5008), + [sym_enum_class_body] = STATE(5173), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6368), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5818), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [2714] = { - [sym_property_delegate] = STATE(2784), - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6232), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6234), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(4407), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2699] = { + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_RBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4114), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), + [anon_sym_STAR] = ACTIONS(1812), + [anon_sym_DASH_GT] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -336737,51 +335335,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2715] = { - [sym_type_constraints] = STATE(2766), - [sym_property_delegate] = STATE(2929), - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2700] = { + [sym_getter] = STATE(4807), + [sym_setter] = STATE(4807), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_RBRACK] = ACTIONS(1792), [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6386), [anon_sym_LBRACE] = ACTIONS(1792), [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6360), + [anon_sym_COMMA] = ACTIONS(1792), + [anon_sym_RPAREN] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1790), [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(5824), + [anon_sym_where] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(5217), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), [anon_sym_STAR] = ACTIONS(1792), + [anon_sym_DASH_GT] = ACTIONS(1792), [sym_label] = ACTIONS(1792), [anon_sym_in] = ACTIONS(1790), + [anon_sym_while] = ACTIONS(1790), [anon_sym_DOT_DOT] = ACTIONS(1792), [anon_sym_QMARK_COLON] = ACTIONS(1792), [anon_sym_AMP_AMP] = ACTIONS(1792), @@ -336829,167 +335427,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), }, - [2716] = { - [sym_type_constraints] = STATE(2758), - [sym_property_delegate] = STATE(2912), - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6388), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6360), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(5157), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [2717] = { - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_RBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1804), - [anon_sym_DASH_GT] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2701] = { + [sym_getter] = STATE(4769), + [sym_setter] = STATE(4769), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_RBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(4112), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [anon_sym_STAR] = ACTIONS(1820), + [anon_sym_DASH_GT] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -337014,73 +335519,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2718] = { - [sym_type_constraints] = STATE(2760), - [sym_property_delegate] = STATE(2954), - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6390), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6360), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(5016), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2702] = { + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_RBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), + [anon_sym_STAR] = ACTIONS(1812), + [anon_sym_DASH_GT] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -337105,75 +335611,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2719] = { - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_RBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(1798), - [anon_sym_DASH_GT] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2703] = { + [sym_getter] = STATE(4769), + [sym_setter] = STATE(4769), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_RBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [anon_sym_STAR] = ACTIONS(1820), + [anon_sym_DASH_GT] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -337198,74 +335703,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2720] = { - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_RBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(4110), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1804), - [anon_sym_DASH_GT] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2704] = { + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_RBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(4102), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [anon_sym_STAR] = ACTIONS(1734), + [anon_sym_DASH_GT] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -337290,50 +335795,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2721] = { - [sym_property_delegate] = STATE(2799), - [sym_getter] = STATE(3978), - [sym_setter] = STATE(3978), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2705] = { + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_RBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(6392), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(6234), + [anon_sym_RPAREN] = ACTIONS(1734), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(4409), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), + [anon_sym_SEMI] = ACTIONS(4058), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), [anon_sym_STAR] = ACTIONS(1734), + [anon_sym_DASH_GT] = ACTIONS(1734), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), [anon_sym_DOT_DOT] = ACTIONS(1734), [anon_sym_QMARK_COLON] = ACTIONS(1734), [anon_sym_AMP_AMP] = ACTIONS(1734), @@ -337381,75 +335887,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2722] = { - [sym_getter] = STATE(3498), - [sym_setter] = STATE(3498), - [sym_modifiers] = STATE(9368), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_RBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6182), - [anon_sym_get] = ACTIONS(6164), - [anon_sym_set] = ACTIONS(6166), - [anon_sym_STAR] = ACTIONS(3346), - [anon_sym_DASH_GT] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2706] = { + [sym_property_delegate] = STATE(2803), + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(6320), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(6244), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(4387), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -337474,166 +335978,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - }, - [2723] = { - [sym_primary_constructor] = STATE(4212), - [sym__class_parameters] = STATE(3769), - [sym_type_constraints] = STATE(3823), - [sym_enum_class_body] = STATE(3839), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6394), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2724] = { - [sym_getter] = STATE(4834), - [sym_setter] = STATE(4834), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_RBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_COMMA] = ACTIONS(3422), - [anon_sym_RPAREN] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_where] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(3422), - [anon_sym_DASH_GT] = ACTIONS(3422), - [sym_label] = ACTIONS(3422), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_while] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3422), - [anon_sym_as_QMARK] = ACTIONS(3422), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [2707] = { + [sym_property_delegate] = STATE(2793), + [sym_getter] = STATE(3906), + [sym_setter] = STATE(3906), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(6370), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(6244), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(4466), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -337658,257 +336070,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), - [sym_multiline_comment] = ACTIONS(3), - }, - [2725] = { - [sym_primary_constructor] = STATE(4218), - [sym__class_parameters] = STATE(3769), - [sym_type_constraints] = STATE(3753), - [sym_enum_class_body] = STATE(3953), - [sym_modifiers] = STATE(9751), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6396), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5818), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5822), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - }, - [2726] = { - [sym_primary_constructor] = STATE(5522), - [sym__class_parameters] = STATE(5039), - [sym_type_constraints] = STATE(5049), - [sym_enum_class_body] = STATE(5118), - [sym_modifiers] = STATE(9715), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_COLON] = ACTIONS(6398), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_constructor] = ACTIONS(5768), - [anon_sym_LBRACE] = ACTIONS(5770), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(5772), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5776), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_suspend] = ACTIONS(3218), - [anon_sym_sealed] = ACTIONS(3220), - [anon_sym_annotation] = ACTIONS(3220), - [anon_sym_data] = ACTIONS(3220), - [anon_sym_inner] = ACTIONS(3220), - [anon_sym_value] = ACTIONS(3220), - [anon_sym_override] = ACTIONS(3222), - [anon_sym_lateinit] = ACTIONS(3222), - [anon_sym_public] = ACTIONS(3224), - [anon_sym_private] = ACTIONS(3224), - [anon_sym_internal] = ACTIONS(3224), - [anon_sym_protected] = ACTIONS(3224), - [anon_sym_tailrec] = ACTIONS(3218), - [anon_sym_operator] = ACTIONS(3218), - [anon_sym_infix] = ACTIONS(3218), - [anon_sym_inline] = ACTIONS(3218), - [anon_sym_external] = ACTIONS(3218), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(3228), - [anon_sym_final] = ACTIONS(3228), - [anon_sym_open] = ACTIONS(3228), - [anon_sym_vararg] = ACTIONS(3230), - [anon_sym_noinline] = ACTIONS(3230), - [anon_sym_crossinline] = ACTIONS(3230), - [anon_sym_expect] = ACTIONS(3232), - [anon_sym_actual] = ACTIONS(3232), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2727] = { - [sym_type_constraints] = STATE(2756), - [sym_property_delegate] = STATE(2939), - [sym_getter] = STATE(5144), - [sym_setter] = STATE(5144), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3358), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3360), - [anon_sym_as] = ACTIONS(3358), - [anon_sym_EQ] = ACTIONS(6400), - [anon_sym_LBRACE] = ACTIONS(3360), - [anon_sym_RBRACE] = ACTIONS(3360), - [anon_sym_LPAREN] = ACTIONS(3360), - [anon_sym_by] = ACTIONS(6360), - [anon_sym_LT] = ACTIONS(3358), - [anon_sym_GT] = ACTIONS(3358), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3358), - [anon_sym_SEMI] = ACTIONS(6402), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(3360), - [sym_label] = ACTIONS(3360), - [anon_sym_in] = ACTIONS(3358), - [anon_sym_DOT_DOT] = ACTIONS(3360), - [anon_sym_QMARK_COLON] = ACTIONS(3360), - [anon_sym_AMP_AMP] = ACTIONS(3360), - [anon_sym_PIPE_PIPE] = ACTIONS(3360), - [anon_sym_else] = ACTIONS(3358), - [anon_sym_COLON_COLON] = ACTIONS(3360), - [anon_sym_BANG_EQ] = ACTIONS(3358), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3360), - [anon_sym_EQ_EQ] = ACTIONS(3358), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3360), - [anon_sym_LT_EQ] = ACTIONS(3360), - [anon_sym_GT_EQ] = ACTIONS(3360), - [anon_sym_BANGin] = ACTIONS(3360), - [anon_sym_is] = ACTIONS(3358), - [anon_sym_BANGis] = ACTIONS(3360), - [anon_sym_PLUS] = ACTIONS(3358), - [anon_sym_DASH] = ACTIONS(3358), - [anon_sym_SLASH] = ACTIONS(3358), - [anon_sym_PERCENT] = ACTIONS(3360), - [anon_sym_as_QMARK] = ACTIONS(3360), - [anon_sym_PLUS_PLUS] = ACTIONS(3360), - [anon_sym_DASH_DASH] = ACTIONS(3360), - [anon_sym_BANG_BANG] = ACTIONS(3360), + [2708] = { + [sym_type_constraints] = STATE(2754), + [sym_property_delegate] = STATE(2942), + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6372), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6352), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(5018), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -337933,74 +336162,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3360), - [sym__automatic_semicolon] = ACTIONS(3360), - [sym_safe_nav] = ACTIONS(3360), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2728] = { - [sym_type_constraints] = STATE(2754), - [sym_property_delegate] = STATE(2967), - [sym_getter] = STATE(3851), - [sym_setter] = STATE(3851), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6404), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6360), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6406), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2709] = { + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_RBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [anon_sym_STAR] = ACTIONS(1798), + [anon_sym_DASH_GT] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -338025,75 +336255,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2729] = { - [sym_getter] = STATE(4842), - [sym_setter] = STATE(4842), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_RBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(4118), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1810), - [anon_sym_DASH_GT] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2710] = { + [sym_property_delegate] = STATE(2790), + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6272), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6244), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -338118,51 +336346,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2730] = { - [sym_getter] = STATE(4769), - [sym_setter] = STATE(4769), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2711] = { + [sym_property_delegate] = STATE(2787), + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_RBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6302), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6244), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(4088), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), + [anon_sym_SEMI] = ACTIONS(4471), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), [anon_sym_STAR] = ACTIONS(1734), - [anon_sym_DASH_GT] = ACTIONS(1734), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), - [anon_sym_while] = ACTIONS(1732), [anon_sym_DOT_DOT] = ACTIONS(1734), [anon_sym_QMARK_COLON] = ACTIONS(1734), [anon_sym_AMP_AMP] = ACTIONS(1734), @@ -338210,166 +336438,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2731] = { - [sym_getter] = STATE(4842), - [sym_setter] = STATE(4842), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_RBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1810), - [anon_sym_DASH_GT] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [2712] = { + [sym_primary_constructor] = STATE(4216), + [sym__class_parameters] = STATE(3750), + [sym_type_constraints] = STATE(3713), + [sym_enum_class_body] = STATE(3939), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6378), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [2732] = { - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_modifiers] = STATE(9403), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_RBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(4102), - [anon_sym_get] = ACTIONS(6148), - [anon_sym_set] = ACTIONS(6150), - [anon_sym_STAR] = ACTIONS(1792), - [anon_sym_DASH_GT] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2713] = { + [sym_type_constraints] = STATE(2762), + [sym_property_delegate] = STATE(2946), + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6380), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6352), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(5020), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -338394,73 +336622,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2733] = { - [sym_property_delegate] = STATE(2808), - [sym_getter] = STATE(5108), - [sym_setter] = STATE(5108), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6240), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6234), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6242), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2714] = { + [sym_property_delegate] = STATE(2774), + [sym_getter] = STATE(5094), + [sym_setter] = STATE(5094), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(6382), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(6244), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(4381), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -338485,48 +336714,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2734] = { - [sym_type_constraints] = STATE(2761), - [sym_property_delegate] = STATE(2932), - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2715] = { + [sym_type_constraints] = STATE(2763), + [sym_property_delegate] = STATE(2906), + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6408), + [anon_sym_EQ] = ACTIONS(6384), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6360), + [anon_sym_by] = ACTIONS(6352), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(5824), + [anon_sym_where] = ACTIONS(5788), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(5018), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), + [anon_sym_SEMI] = ACTIONS(5026), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), [anon_sym_STAR] = ACTIONS(1798), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), @@ -338577,74 +336806,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2735] = { - [sym_type_constraints] = STATE(2757), - [sym_property_delegate] = STATE(2948), - [sym_getter] = STATE(5108), - [sym_setter] = STATE(5108), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6410), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6360), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6412), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2716] = { + [sym_getter] = STATE(4746), + [sym_setter] = STATE(4746), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_RBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(4096), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [anon_sym_STAR] = ACTIONS(1826), + [anon_sym_DASH_GT] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -338669,230 +336899,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2736] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4018), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_RBRACK] = ACTIONS(4009), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_typealias] = ACTIONS(4021), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_class] = ACTIONS(4021), - [anon_sym_interface] = ACTIONS(4021), - [anon_sym_enum] = ACTIONS(4021), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_RPAREN] = ACTIONS(4009), - [anon_sym_val] = ACTIONS(4021), - [anon_sym_var] = ACTIONS(4021), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4021), - [anon_sym_fun] = ACTIONS(4021), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_get] = ACTIONS(4023), - [anon_sym_set] = ACTIONS(4023), - [anon_sym_STAR] = ACTIONS(4004), - [anon_sym_DASH_GT] = ACTIONS(4009), - [sym_label] = ACTIONS(4009), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_while] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [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_value] = 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(4009), - [sym_safe_nav] = ACTIONS(4009), + [2717] = { + [sym_primary_constructor] = STATE(5501), + [sym_class_body] = STATE(5173), + [sym__class_parameters] = STATE(4968), + [sym_type_constraints] = STATE(5062), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6386), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5830), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [2737] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4006), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_RBRACK] = ACTIONS(4009), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_typealias] = ACTIONS(4011), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_class] = ACTIONS(4011), - [anon_sym_interface] = ACTIONS(4011), - [anon_sym_enum] = ACTIONS(4011), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_RPAREN] = ACTIONS(4009), - [anon_sym_val] = ACTIONS(4011), - [anon_sym_var] = ACTIONS(4011), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4011), - [anon_sym_fun] = ACTIONS(4011), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_get] = ACTIONS(4013), - [anon_sym_set] = ACTIONS(4013), - [anon_sym_STAR] = ACTIONS(4004), - [anon_sym_DASH_GT] = ACTIONS(4009), - [sym_label] = ACTIONS(4009), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_while] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [anon_sym_suspend] = ACTIONS(4013), - [anon_sym_sealed] = ACTIONS(4013), - [anon_sym_annotation] = ACTIONS(4013), - [anon_sym_data] = ACTIONS(4013), - [anon_sym_inner] = ACTIONS(4013), - [anon_sym_value] = ACTIONS(4013), - [anon_sym_override] = ACTIONS(4013), - [anon_sym_lateinit] = ACTIONS(4013), - [anon_sym_public] = ACTIONS(4013), - [anon_sym_private] = ACTIONS(4013), - [anon_sym_internal] = ACTIONS(4013), - [anon_sym_protected] = ACTIONS(4013), - [anon_sym_tailrec] = ACTIONS(4013), - [anon_sym_operator] = ACTIONS(4013), - [anon_sym_infix] = ACTIONS(4013), - [anon_sym_inline] = ACTIONS(4013), - [anon_sym_external] = ACTIONS(4013), - [sym_property_modifier] = ACTIONS(4013), - [anon_sym_abstract] = ACTIONS(4013), - [anon_sym_final] = ACTIONS(4013), - [anon_sym_open] = ACTIONS(4013), - [anon_sym_vararg] = ACTIONS(4013), - [anon_sym_noinline] = ACTIONS(4013), - [anon_sym_crossinline] = ACTIONS(4013), - [anon_sym_expect] = ACTIONS(4013), - [anon_sym_actual] = ACTIONS(4013), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4009), - [sym_safe_nav] = ACTIONS(4009), + [2718] = { + [sym_getter] = STATE(4746), + [sym_setter] = STATE(4746), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_RBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [anon_sym_STAR] = ACTIONS(1826), + [anon_sym_DASH_GT] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2738] = { - [sym_property_delegate] = STATE(2875), - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2719] = { + [sym_type_constraints] = STATE(2758), + [sym_property_delegate] = STATE(2910), + [sym_getter] = STATE(4019), + [sym_setter] = STATE(4019), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6388), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(6352), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6390), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [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), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [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), + }, + [2720] = { + [sym_type_constraints] = STATE(2753), + [sym_property_delegate] = STATE(2951), + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6392), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6352), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(5175), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + }, + [2721] = { + [sym_getter] = STATE(3461), + [sym_setter] = STATE(3461), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_RBRACK] = ACTIONS(1792), [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6328), [anon_sym_LBRACE] = ACTIONS(1792), [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_COMMA] = ACTIONS(1792), [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6256), [anon_sym_LT] = ACTIONS(1790), [anon_sym_GT] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(4690), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), [anon_sym_STAR] = ACTIONS(1792), + [anon_sym_DASH_GT] = ACTIONS(1792), [sym_label] = ACTIONS(1792), [anon_sym_in] = ACTIONS(1790), [anon_sym_while] = ACTIONS(1790), @@ -338943,141 +337359,142 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), }, - [2739] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4006), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_RBRACK] = ACTIONS(4009), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_typealias] = ACTIONS(4011), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_class] = ACTIONS(4011), - [anon_sym_interface] = ACTIONS(4011), - [anon_sym_enum] = ACTIONS(4011), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_RPAREN] = ACTIONS(4009), - [anon_sym_val] = ACTIONS(4011), - [anon_sym_var] = ACTIONS(4011), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4011), - [anon_sym_fun] = ACTIONS(4011), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_get] = ACTIONS(4013), - [anon_sym_set] = ACTIONS(4013), - [anon_sym_STAR] = ACTIONS(4004), - [anon_sym_DASH_GT] = ACTIONS(4009), - [sym_label] = ACTIONS(4009), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_while] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [anon_sym_suspend] = ACTIONS(4011), - [anon_sym_sealed] = ACTIONS(4011), - [anon_sym_annotation] = ACTIONS(4011), - [anon_sym_data] = ACTIONS(4013), - [anon_sym_inner] = ACTIONS(4013), - [anon_sym_value] = ACTIONS(4013), - [anon_sym_override] = ACTIONS(4011), - [anon_sym_lateinit] = ACTIONS(4011), - [anon_sym_public] = ACTIONS(4011), - [anon_sym_private] = ACTIONS(4011), - [anon_sym_internal] = ACTIONS(4011), - [anon_sym_protected] = ACTIONS(4011), - [anon_sym_tailrec] = ACTIONS(4011), - [anon_sym_operator] = ACTIONS(4011), - [anon_sym_infix] = ACTIONS(4011), - [anon_sym_inline] = ACTIONS(4011), - [anon_sym_external] = ACTIONS(4011), - [sym_property_modifier] = ACTIONS(4011), - [anon_sym_abstract] = ACTIONS(4011), - [anon_sym_final] = ACTIONS(4011), - [anon_sym_open] = ACTIONS(4011), - [anon_sym_vararg] = ACTIONS(4011), - [anon_sym_noinline] = ACTIONS(4011), - [anon_sym_crossinline] = ACTIONS(4011), - [anon_sym_expect] = ACTIONS(4013), - [anon_sym_actual] = ACTIONS(4013), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4009), - [sym_safe_nav] = ACTIONS(4009), + [2722] = { + [sym_getter] = STATE(3492), + [sym_setter] = STATE(3492), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6140), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), + [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), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2740] = { - [sym_property_delegate] = STATE(2877), - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2723] = { + [sym_type_constraints] = STATE(2765), + [sym_property_delegate] = STATE(2912), + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6254), + [anon_sym_EQ] = ACTIONS(6394), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6256), + [anon_sym_by] = ACTIONS(6352), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(5788), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(4664), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), + [anon_sym_SEMI] = ACTIONS(5151), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), [anon_sym_STAR] = ACTIONS(1798), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), [anon_sym_DOT_DOT] = ACTIONS(1798), [anon_sym_QMARK_COLON] = ACTIONS(1798), [anon_sym_AMP_AMP] = ACTIONS(1798), @@ -339125,138 +337542,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2741] = { - [sym_indexing_suffix] = STATE(7209), - [sym_navigation_suffix] = STATE(7209), - [sym__postfix_unary_operator] = STATE(7209), - [sym__member_access_operator] = STATE(7730), - [sym__postfix_unary_suffix] = STATE(7209), - [aux_sym__postfix_unary_expression_repeat1] = STATE(7209), - [sym__alpha_identifier] = ACTIONS(4028), - [anon_sym_AT] = ACTIONS(4030), - [anon_sym_LBRACK] = ACTIONS(4032), - [anon_sym_as] = ACTIONS(4028), - [anon_sym_EQ] = ACTIONS(4050), - [anon_sym_LBRACE] = ACTIONS(4030), - [anon_sym_RBRACE] = ACTIONS(4030), - [anon_sym_LPAREN] = ACTIONS(4030), - [anon_sym_COMMA] = ACTIONS(4030), - [anon_sym_LT] = ACTIONS(4028), - [anon_sym_GT] = ACTIONS(4028), - [anon_sym_where] = ACTIONS(4028), - [anon_sym_object] = ACTIONS(4028), - [anon_sym_fun] = ACTIONS(4028), - [anon_sym_DOT] = ACTIONS(4037), - [anon_sym_SEMI] = ACTIONS(4030), - [anon_sym_get] = ACTIONS(4028), - [anon_sym_set] = ACTIONS(4028), - [anon_sym_this] = ACTIONS(4028), - [anon_sym_super] = ACTIONS(4028), - [anon_sym_STAR] = ACTIONS(4028), - [sym_label] = ACTIONS(4028), - [anon_sym_in] = ACTIONS(4028), - [anon_sym_DOT_DOT] = ACTIONS(4030), - [anon_sym_QMARK_COLON] = ACTIONS(4030), - [anon_sym_AMP_AMP] = ACTIONS(4030), - [anon_sym_PIPE_PIPE] = ACTIONS(4030), - [anon_sym_null] = ACTIONS(4028), - [anon_sym_if] = ACTIONS(4028), - [anon_sym_else] = ACTIONS(4028), - [anon_sym_when] = ACTIONS(4028), - [anon_sym_try] = ACTIONS(4028), - [anon_sym_throw] = ACTIONS(4028), - [anon_sym_return] = ACTIONS(4028), - [anon_sym_continue] = ACTIONS(4028), - [anon_sym_break] = ACTIONS(4028), - [anon_sym_COLON_COLON] = ACTIONS(4040), - [anon_sym_PLUS_EQ] = ACTIONS(4053), - [anon_sym_DASH_EQ] = ACTIONS(4053), - [anon_sym_STAR_EQ] = ACTIONS(4053), - [anon_sym_SLASH_EQ] = ACTIONS(4053), - [anon_sym_PERCENT_EQ] = ACTIONS(4053), - [anon_sym_BANG_EQ] = ACTIONS(4028), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4030), - [anon_sym_EQ_EQ] = ACTIONS(4028), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4030), - [anon_sym_LT_EQ] = ACTIONS(4030), - [anon_sym_GT_EQ] = ACTIONS(4030), - [anon_sym_BANGin] = ACTIONS(4030), - [anon_sym_is] = ACTIONS(4028), - [anon_sym_BANGis] = ACTIONS(4030), - [anon_sym_PLUS] = ACTIONS(4028), - [anon_sym_DASH] = ACTIONS(4028), - [anon_sym_SLASH] = ACTIONS(4028), - [anon_sym_PERCENT] = ACTIONS(4028), - [anon_sym_as_QMARK] = ACTIONS(4030), - [anon_sym_PLUS_PLUS] = ACTIONS(4045), - [anon_sym_DASH_DASH] = ACTIONS(4045), - [anon_sym_BANG] = ACTIONS(4028), - [anon_sym_BANG_BANG] = ACTIONS(4045), - [anon_sym_data] = ACTIONS(4028), - [anon_sym_inner] = ACTIONS(4028), - [anon_sym_value] = ACTIONS(4028), - [anon_sym_expect] = ACTIONS(4028), - [anon_sym_actual] = ACTIONS(4028), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4030), - [anon_sym_continue_AT] = ACTIONS(4030), - [anon_sym_break_AT] = ACTIONS(4030), - [anon_sym_this_AT] = ACTIONS(4030), - [anon_sym_super_AT] = ACTIONS(4030), - [sym_real_literal] = ACTIONS(4030), - [sym_integer_literal] = ACTIONS(4028), - [sym_hex_literal] = ACTIONS(4030), - [sym_bin_literal] = ACTIONS(4030), - [anon_sym_true] = ACTIONS(4028), - [anon_sym_false] = ACTIONS(4028), - [anon_sym_SQUOTE] = ACTIONS(4030), - [sym__backtick_identifier] = ACTIONS(4030), - [sym__automatic_semicolon] = ACTIONS(4030), - [sym_safe_nav] = ACTIONS(4040), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4030), - }, - [2742] = { - [sym_property_delegate] = STATE(2836), - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2724] = { + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_modifiers] = STATE(9152), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_RBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6310), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6256), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(4640), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(6134), + [anon_sym_set] = ACTIONS(6136), [anon_sym_STAR] = ACTIONS(1798), + [anon_sym_DASH_GT] = ACTIONS(1798), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), [anon_sym_while] = ACTIONS(1796), @@ -339307,73 +337635,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2743] = { - [sym_property_delegate] = STATE(2873), - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6282), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6256), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(4692), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2725] = { + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_RBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [anon_sym_STAR] = ACTIONS(1812), + [anon_sym_DASH_GT] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -339398,141 +337727,142 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2744] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4018), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_RBRACK] = ACTIONS(4009), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_typealias] = ACTIONS(4021), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_class] = ACTIONS(4021), - [anon_sym_interface] = ACTIONS(4021), - [anon_sym_enum] = ACTIONS(4021), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_RPAREN] = ACTIONS(4009), - [anon_sym_val] = ACTIONS(4021), - [anon_sym_var] = ACTIONS(4021), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4021), - [anon_sym_fun] = ACTIONS(4021), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_get] = ACTIONS(4023), - [anon_sym_set] = ACTIONS(4023), - [anon_sym_STAR] = ACTIONS(4004), - [anon_sym_DASH_GT] = ACTIONS(4009), - [sym_label] = ACTIONS(4009), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_while] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [anon_sym_suspend] = ACTIONS(4021), - [anon_sym_sealed] = ACTIONS(4021), - [anon_sym_annotation] = ACTIONS(4021), - [anon_sym_data] = ACTIONS(4023), - [anon_sym_inner] = ACTIONS(4023), - [anon_sym_value] = ACTIONS(4023), - [anon_sym_override] = ACTIONS(4021), - [anon_sym_lateinit] = ACTIONS(4021), - [anon_sym_public] = ACTIONS(4021), - [anon_sym_private] = ACTIONS(4021), - [anon_sym_internal] = ACTIONS(4021), - [anon_sym_protected] = ACTIONS(4021), - [anon_sym_tailrec] = ACTIONS(4021), - [anon_sym_operator] = ACTIONS(4021), - [anon_sym_infix] = ACTIONS(4021), - [anon_sym_inline] = ACTIONS(4021), - [anon_sym_external] = ACTIONS(4021), - [sym_property_modifier] = ACTIONS(4021), - [anon_sym_abstract] = ACTIONS(4021), - [anon_sym_final] = ACTIONS(4021), - [anon_sym_open] = ACTIONS(4021), - [anon_sym_vararg] = ACTIONS(4021), - [anon_sym_noinline] = ACTIONS(4021), - [anon_sym_crossinline] = ACTIONS(4021), - [anon_sym_expect] = ACTIONS(4023), - [anon_sym_actual] = ACTIONS(4023), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4009), - [sym_safe_nav] = ACTIONS(4009), + [2726] = { + [sym_type_constraints] = STATE(2764), + [sym_property_delegate] = STATE(2952), + [sym_getter] = STATE(5081), + [sym_setter] = STATE(5081), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6396), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(6352), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6398), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [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), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [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), }, - [2745] = { - [sym_property_delegate] = STATE(2871), - [sym_getter] = STATE(4769), - [sym_setter] = STATE(4769), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2727] = { + [sym_property_delegate] = STATE(2783), + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(6414), + [anon_sym_EQ] = ACTIONS(6310), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(6256), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6244), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(4700), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), + [anon_sym_SEMI] = ACTIONS(4385), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), [anon_sym_STAR] = ACTIONS(1734), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), - [anon_sym_while] = ACTIONS(1732), [anon_sym_DOT_DOT] = ACTIONS(1734), [anon_sym_QMARK_COLON] = ACTIONS(1734), [anon_sym_AMP_AMP] = ACTIONS(1734), @@ -339580,73 +337910,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2746] = { - [sym_property_delegate] = STATE(2863), - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6278), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6256), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(4650), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2728] = { + [sym_type_constraints] = STATE(2759), + [sym_property_delegate] = STATE(2954), + [sym_getter] = STATE(5170), + [sym_setter] = STATE(5170), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3328), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3330), + [anon_sym_as] = ACTIONS(3328), + [anon_sym_EQ] = ACTIONS(6400), + [anon_sym_LBRACE] = ACTIONS(3330), + [anon_sym_RBRACE] = ACTIONS(3330), + [anon_sym_LPAREN] = ACTIONS(3330), + [anon_sym_by] = ACTIONS(6352), + [anon_sym_LT] = ACTIONS(3328), + [anon_sym_GT] = ACTIONS(3328), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3328), + [anon_sym_SEMI] = ACTIONS(6402), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [anon_sym_STAR] = ACTIONS(3330), + [sym_label] = ACTIONS(3330), + [anon_sym_in] = ACTIONS(3328), + [anon_sym_DOT_DOT] = ACTIONS(3330), + [anon_sym_QMARK_COLON] = ACTIONS(3330), + [anon_sym_AMP_AMP] = ACTIONS(3330), + [anon_sym_PIPE_PIPE] = ACTIONS(3330), + [anon_sym_else] = ACTIONS(3328), + [anon_sym_COLON_COLON] = ACTIONS(3330), + [anon_sym_BANG_EQ] = ACTIONS(3328), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3330), + [anon_sym_EQ_EQ] = ACTIONS(3328), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3330), + [anon_sym_LT_EQ] = ACTIONS(3330), + [anon_sym_GT_EQ] = ACTIONS(3330), + [anon_sym_BANGin] = ACTIONS(3330), + [anon_sym_is] = ACTIONS(3328), + [anon_sym_BANGis] = ACTIONS(3330), + [anon_sym_PLUS] = ACTIONS(3328), + [anon_sym_DASH] = ACTIONS(3328), + [anon_sym_SLASH] = ACTIONS(3328), + [anon_sym_PERCENT] = ACTIONS(3330), + [anon_sym_as_QMARK] = ACTIONS(3330), + [anon_sym_PLUS_PLUS] = ACTIONS(3330), + [anon_sym_DASH_DASH] = ACTIONS(3330), + [anon_sym_BANG_BANG] = ACTIONS(3330), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -339671,73 +338002,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(3330), + [sym__automatic_semicolon] = ACTIONS(3330), + [sym_safe_nav] = ACTIONS(3330), [sym_multiline_comment] = ACTIONS(3), }, - [2747] = { - [sym_property_delegate] = STATE(2828), - [sym_getter] = STATE(3498), - [sym_setter] = STATE(3498), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6262), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6256), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6264), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2729] = { + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_modifiers] = STATE(9313), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_RBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4118), + [anon_sym_get] = ACTIONS(6144), + [anon_sym_set] = ACTIONS(6146), + [anon_sym_STAR] = ACTIONS(1812), + [anon_sym_DASH_GT] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -339762,255 +338095,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2748] = { - [sym_annotated_lambda] = STATE(3161), - [sym_lambda_literal] = STATE(3174), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(3992), - [anon_sym_AT] = ACTIONS(3994), - [anon_sym_LBRACK] = ACTIONS(3994), - [anon_sym_as] = ACTIONS(3992), - [anon_sym_EQ] = ACTIONS(3992), - [anon_sym_LBRACE] = ACTIONS(3994), - [anon_sym_RBRACE] = ACTIONS(3994), - [anon_sym_LPAREN] = ACTIONS(3994), - [anon_sym_COMMA] = ACTIONS(3994), - [anon_sym_LT] = ACTIONS(3992), - [anon_sym_GT] = ACTIONS(3992), - [anon_sym_where] = ACTIONS(3992), - [anon_sym_object] = ACTIONS(3992), - [anon_sym_fun] = ACTIONS(3992), - [anon_sym_DOT] = ACTIONS(3992), - [anon_sym_SEMI] = ACTIONS(3994), - [anon_sym_get] = ACTIONS(3992), - [anon_sym_set] = ACTIONS(3992), - [anon_sym_this] = ACTIONS(3992), - [anon_sym_super] = ACTIONS(3992), - [anon_sym_STAR] = ACTIONS(3992), - [sym_label] = ACTIONS(3992), - [anon_sym_in] = ACTIONS(3992), - [anon_sym_DOT_DOT] = ACTIONS(3994), - [anon_sym_QMARK_COLON] = ACTIONS(3994), - [anon_sym_AMP_AMP] = ACTIONS(3994), - [anon_sym_PIPE_PIPE] = ACTIONS(3994), - [anon_sym_null] = ACTIONS(3992), - [anon_sym_if] = ACTIONS(3992), - [anon_sym_else] = ACTIONS(3992), - [anon_sym_when] = ACTIONS(3992), - [anon_sym_try] = ACTIONS(3992), - [anon_sym_throw] = ACTIONS(3992), - [anon_sym_return] = ACTIONS(3992), - [anon_sym_continue] = ACTIONS(3992), - [anon_sym_break] = ACTIONS(3992), - [anon_sym_COLON_COLON] = ACTIONS(3994), - [anon_sym_PLUS_EQ] = ACTIONS(3994), - [anon_sym_DASH_EQ] = ACTIONS(3994), - [anon_sym_STAR_EQ] = ACTIONS(3994), - [anon_sym_SLASH_EQ] = ACTIONS(3994), - [anon_sym_PERCENT_EQ] = ACTIONS(3994), - [anon_sym_BANG_EQ] = ACTIONS(3992), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3994), - [anon_sym_EQ_EQ] = ACTIONS(3992), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3994), - [anon_sym_LT_EQ] = ACTIONS(3994), - [anon_sym_GT_EQ] = ACTIONS(3994), - [anon_sym_BANGin] = ACTIONS(3994), - [anon_sym_is] = ACTIONS(3992), - [anon_sym_BANGis] = ACTIONS(3994), - [anon_sym_PLUS] = ACTIONS(3992), - [anon_sym_DASH] = ACTIONS(3992), - [anon_sym_SLASH] = ACTIONS(3992), - [anon_sym_PERCENT] = ACTIONS(3992), - [anon_sym_as_QMARK] = ACTIONS(3994), - [anon_sym_PLUS_PLUS] = ACTIONS(3994), - [anon_sym_DASH_DASH] = ACTIONS(3994), - [anon_sym_BANG] = ACTIONS(3992), - [anon_sym_BANG_BANG] = ACTIONS(3994), - [anon_sym_data] = ACTIONS(3992), - [anon_sym_inner] = ACTIONS(3992), - [anon_sym_value] = ACTIONS(3992), - [anon_sym_expect] = ACTIONS(3992), - [anon_sym_actual] = ACTIONS(3992), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3994), - [anon_sym_continue_AT] = ACTIONS(3994), - [anon_sym_break_AT] = ACTIONS(3994), - [anon_sym_this_AT] = ACTIONS(3994), - [anon_sym_super_AT] = ACTIONS(3994), - [sym_real_literal] = ACTIONS(3994), - [sym_integer_literal] = ACTIONS(3992), - [sym_hex_literal] = ACTIONS(3994), - [sym_bin_literal] = ACTIONS(3994), - [anon_sym_true] = ACTIONS(3992), - [anon_sym_false] = ACTIONS(3992), - [anon_sym_SQUOTE] = ACTIONS(3994), - [sym__backtick_identifier] = ACTIONS(3994), - [sym__automatic_semicolon] = ACTIONS(3994), - [sym_safe_nav] = ACTIONS(3994), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3994), - }, - [2749] = { - [sym_property_delegate] = STATE(2820), - [sym_getter] = STATE(3477), - [sym_setter] = STATE(3477), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(6416), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(6256), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(4513), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(1734), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1734), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [2730] = { + [sym_primary_constructor] = STATE(5495), + [sym__class_parameters] = STATE(4968), + [sym_type_constraints] = STATE(5001), + [sym_enum_class_body] = STATE(5184), + [sym_modifiers] = STATE(9700), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6404), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(5816), + [anon_sym_LBRACE] = ACTIONS(5818), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(5820), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5822), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), [sym_multiline_comment] = ACTIONS(3), }, - [2750] = { - [sym_property_delegate] = STATE(2841), - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6346), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6256), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(4648), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2731] = { + [sym_property_delegate] = STATE(2782), + [sym_getter] = STATE(4019), + [sym_setter] = STATE(4019), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6242), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_COMMA] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(6244), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_where] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6246), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [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), @@ -340035,164 +338278,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2751] = { - [sym_indexing_suffix] = STATE(7209), - [sym_navigation_suffix] = STATE(7209), - [sym__postfix_unary_operator] = STATE(7209), - [sym__member_access_operator] = STATE(7730), - [sym__postfix_unary_suffix] = STATE(7209), - [aux_sym__postfix_unary_expression_repeat1] = STATE(7209), - [sym__alpha_identifier] = ACTIONS(4028), - [anon_sym_AT] = ACTIONS(4030), - [anon_sym_LBRACK] = ACTIONS(4032), - [anon_sym_as] = ACTIONS(4028), - [anon_sym_EQ] = ACTIONS(4035), - [anon_sym_LBRACE] = ACTIONS(4030), - [anon_sym_RBRACE] = ACTIONS(4030), - [anon_sym_LPAREN] = ACTIONS(4030), - [anon_sym_COMMA] = ACTIONS(4030), - [anon_sym_LT] = ACTIONS(4028), - [anon_sym_GT] = ACTIONS(4028), - [anon_sym_where] = ACTIONS(4028), - [anon_sym_object] = ACTIONS(4028), - [anon_sym_fun] = ACTIONS(4028), - [anon_sym_DOT] = ACTIONS(4037), - [anon_sym_SEMI] = ACTIONS(4030), - [anon_sym_get] = ACTIONS(4028), - [anon_sym_set] = ACTIONS(4028), - [anon_sym_this] = ACTIONS(4028), - [anon_sym_super] = ACTIONS(4028), - [anon_sym_STAR] = ACTIONS(4028), - [sym_label] = ACTIONS(4028), - [anon_sym_in] = ACTIONS(4028), - [anon_sym_DOT_DOT] = ACTIONS(4030), - [anon_sym_QMARK_COLON] = ACTIONS(4030), - [anon_sym_AMP_AMP] = ACTIONS(4030), - [anon_sym_PIPE_PIPE] = ACTIONS(4030), - [anon_sym_null] = ACTIONS(4028), - [anon_sym_if] = ACTIONS(4028), - [anon_sym_else] = ACTIONS(4028), - [anon_sym_when] = ACTIONS(4028), - [anon_sym_try] = ACTIONS(4028), - [anon_sym_throw] = ACTIONS(4028), - [anon_sym_return] = ACTIONS(4028), - [anon_sym_continue] = ACTIONS(4028), - [anon_sym_break] = ACTIONS(4028), - [anon_sym_COLON_COLON] = ACTIONS(4040), - [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(4028), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4030), - [anon_sym_EQ_EQ] = ACTIONS(4028), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4030), - [anon_sym_LT_EQ] = ACTIONS(4030), - [anon_sym_GT_EQ] = ACTIONS(4030), - [anon_sym_BANGin] = ACTIONS(4030), - [anon_sym_is] = ACTIONS(4028), - [anon_sym_BANGis] = ACTIONS(4030), - [anon_sym_PLUS] = ACTIONS(4028), - [anon_sym_DASH] = ACTIONS(4028), - [anon_sym_SLASH] = ACTIONS(4028), - [anon_sym_PERCENT] = ACTIONS(4028), - [anon_sym_as_QMARK] = ACTIONS(4030), - [anon_sym_PLUS_PLUS] = ACTIONS(4045), - [anon_sym_DASH_DASH] = ACTIONS(4045), - [anon_sym_BANG] = ACTIONS(4028), - [anon_sym_BANG_BANG] = ACTIONS(4045), - [anon_sym_data] = ACTIONS(4028), - [anon_sym_inner] = ACTIONS(4028), - [anon_sym_value] = ACTIONS(4028), - [anon_sym_expect] = ACTIONS(4028), - [anon_sym_actual] = ACTIONS(4028), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4030), - [anon_sym_continue_AT] = ACTIONS(4030), - [anon_sym_break_AT] = ACTIONS(4030), - [anon_sym_this_AT] = ACTIONS(4030), - [anon_sym_super_AT] = ACTIONS(4030), - [sym_real_literal] = ACTIONS(4030), - [sym_integer_literal] = ACTIONS(4028), - [sym_hex_literal] = ACTIONS(4030), - [sym_bin_literal] = ACTIONS(4030), - [anon_sym_true] = ACTIONS(4028), - [anon_sym_false] = ACTIONS(4028), - [anon_sym_SQUOTE] = ACTIONS(4030), - [sym__backtick_identifier] = ACTIONS(4030), - [sym__automatic_semicolon] = ACTIONS(4030), - [sym_safe_nav] = ACTIONS(4040), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4030), - }, - [2752] = { - [sym_property_delegate] = STATE(2879), - [sym_getter] = STATE(4728), - [sym_setter] = STATE(4728), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6330), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6256), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6332), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2732] = { + [sym_property_delegate] = STATE(2778), + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6292), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6244), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4383), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -340217,136 +338370,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2753] = { - [sym_annotated_lambda] = STATE(3072), - [sym_lambda_literal] = STATE(3174), - [sym_annotation] = STATE(8336), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8336), - [sym__alpha_identifier] = ACTIONS(4000), - [anon_sym_AT] = ACTIONS(4002), - [anon_sym_LBRACK] = ACTIONS(4002), - [anon_sym_as] = ACTIONS(4000), - [anon_sym_EQ] = ACTIONS(4000), - [anon_sym_LBRACE] = ACTIONS(4002), - [anon_sym_RBRACE] = ACTIONS(4002), - [anon_sym_LPAREN] = ACTIONS(4002), - [anon_sym_COMMA] = ACTIONS(4002), - [anon_sym_LT] = ACTIONS(4000), - [anon_sym_GT] = ACTIONS(4000), - [anon_sym_where] = ACTIONS(4000), - [anon_sym_object] = ACTIONS(4000), - [anon_sym_fun] = ACTIONS(4000), - [anon_sym_DOT] = ACTIONS(4000), - [anon_sym_SEMI] = ACTIONS(4002), - [anon_sym_get] = ACTIONS(4000), - [anon_sym_set] = ACTIONS(4000), - [anon_sym_this] = ACTIONS(4000), - [anon_sym_super] = ACTIONS(4000), - [anon_sym_STAR] = ACTIONS(4000), - [sym_label] = ACTIONS(4000), - [anon_sym_in] = ACTIONS(4000), - [anon_sym_DOT_DOT] = ACTIONS(4002), - [anon_sym_QMARK_COLON] = ACTIONS(4002), - [anon_sym_AMP_AMP] = ACTIONS(4002), - [anon_sym_PIPE_PIPE] = ACTIONS(4002), - [anon_sym_null] = ACTIONS(4000), - [anon_sym_if] = ACTIONS(4000), - [anon_sym_else] = ACTIONS(4000), - [anon_sym_when] = ACTIONS(4000), - [anon_sym_try] = ACTIONS(4000), - [anon_sym_throw] = ACTIONS(4000), - [anon_sym_return] = ACTIONS(4000), - [anon_sym_continue] = ACTIONS(4000), - [anon_sym_break] = ACTIONS(4000), - [anon_sym_COLON_COLON] = ACTIONS(4002), - [anon_sym_PLUS_EQ] = ACTIONS(4002), - [anon_sym_DASH_EQ] = ACTIONS(4002), - [anon_sym_STAR_EQ] = ACTIONS(4002), - [anon_sym_SLASH_EQ] = ACTIONS(4002), - [anon_sym_PERCENT_EQ] = ACTIONS(4002), - [anon_sym_BANG_EQ] = ACTIONS(4000), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4002), - [anon_sym_EQ_EQ] = ACTIONS(4000), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4002), - [anon_sym_LT_EQ] = ACTIONS(4002), - [anon_sym_GT_EQ] = ACTIONS(4002), - [anon_sym_BANGin] = ACTIONS(4002), - [anon_sym_is] = ACTIONS(4000), - [anon_sym_BANGis] = ACTIONS(4002), - [anon_sym_PLUS] = ACTIONS(4000), - [anon_sym_DASH] = ACTIONS(4000), - [anon_sym_SLASH] = ACTIONS(4000), - [anon_sym_PERCENT] = ACTIONS(4000), - [anon_sym_as_QMARK] = ACTIONS(4002), - [anon_sym_PLUS_PLUS] = ACTIONS(4002), - [anon_sym_DASH_DASH] = ACTIONS(4002), - [anon_sym_BANG] = ACTIONS(4000), - [anon_sym_BANG_BANG] = ACTIONS(4002), - [anon_sym_data] = ACTIONS(4000), - [anon_sym_inner] = ACTIONS(4000), - [anon_sym_value] = ACTIONS(4000), - [anon_sym_expect] = ACTIONS(4000), - [anon_sym_actual] = ACTIONS(4000), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4002), - [anon_sym_continue_AT] = ACTIONS(4002), - [anon_sym_break_AT] = ACTIONS(4002), - [anon_sym_this_AT] = ACTIONS(4002), - [anon_sym_super_AT] = ACTIONS(4002), - [sym_real_literal] = ACTIONS(4002), - [sym_integer_literal] = ACTIONS(4000), - [sym_hex_literal] = ACTIONS(4002), - [sym_bin_literal] = ACTIONS(4002), - [anon_sym_true] = ACTIONS(4000), - [anon_sym_false] = ACTIONS(4000), - [anon_sym_SQUOTE] = ACTIONS(4002), - [sym__backtick_identifier] = ACTIONS(4002), - [sym__automatic_semicolon] = ACTIONS(4002), - [sym_safe_nav] = ACTIONS(4002), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4002), + [2733] = { + [sym_primary_constructor] = STATE(4212), + [sym__class_parameters] = STATE(3750), + [sym_type_constraints] = STATE(3818), + [sym_enum_class_body] = STATE(3829), + [sym_modifiers] = STATE(9807), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_COLON] = ACTIONS(6406), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_constructor] = ACTIONS(5780), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(5784), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3218), + [anon_sym_sealed] = ACTIONS(3220), + [anon_sym_annotation] = ACTIONS(3220), + [anon_sym_data] = ACTIONS(3220), + [anon_sym_inner] = ACTIONS(3220), + [anon_sym_value] = ACTIONS(3220), + [anon_sym_override] = ACTIONS(3222), + [anon_sym_lateinit] = ACTIONS(3222), + [anon_sym_public] = ACTIONS(3224), + [anon_sym_private] = ACTIONS(3224), + [anon_sym_internal] = ACTIONS(3224), + [anon_sym_protected] = ACTIONS(3224), + [anon_sym_tailrec] = ACTIONS(3218), + [anon_sym_operator] = ACTIONS(3218), + [anon_sym_infix] = ACTIONS(3218), + [anon_sym_inline] = ACTIONS(3218), + [anon_sym_external] = ACTIONS(3218), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(3228), + [anon_sym_final] = ACTIONS(3228), + [anon_sym_open] = ACTIONS(3228), + [anon_sym_vararg] = ACTIONS(3230), + [anon_sym_noinline] = ACTIONS(3230), + [anon_sym_crossinline] = ACTIONS(3230), + [anon_sym_expect] = ACTIONS(3232), + [anon_sym_actual] = ACTIONS(3232), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), }, - [2754] = { - [sym_property_delegate] = STATE(2943), - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2734] = { + [sym_property_delegate] = STATE(2785), + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6368), + [anon_sym_EQ] = ACTIONS(6308), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6360), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(6244), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(5203), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), + [anon_sym_SEMI] = ACTIONS(4473), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), [anon_sym_STAR] = ACTIONS(1798), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), @@ -340397,72 +338554,256 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2755] = { - [sym_property_delegate] = STATE(2967), - [sym_getter] = STATE(3851), - [sym_setter] = STATE(3851), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6404), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6360), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6406), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2735] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(3978), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_RBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_typealias] = ACTIONS(3983), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_class] = ACTIONS(3983), + [anon_sym_interface] = ACTIONS(3983), + [anon_sym_enum] = ACTIONS(3983), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_RPAREN] = ACTIONS(3981), + [anon_sym_val] = ACTIONS(3983), + [anon_sym_var] = ACTIONS(3983), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(3983), + [anon_sym_fun] = ACTIONS(3983), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(3985), + [anon_sym_set] = ACTIONS(3985), + [anon_sym_STAR] = ACTIONS(3976), + [anon_sym_DASH_GT] = ACTIONS(3981), + [sym_label] = ACTIONS(3981), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_while] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(3985), + [anon_sym_sealed] = ACTIONS(3985), + [anon_sym_annotation] = ACTIONS(3985), + [anon_sym_data] = ACTIONS(3985), + [anon_sym_inner] = ACTIONS(3985), + [anon_sym_value] = ACTIONS(3985), + [anon_sym_override] = ACTIONS(3985), + [anon_sym_lateinit] = ACTIONS(3985), + [anon_sym_public] = ACTIONS(3985), + [anon_sym_private] = ACTIONS(3985), + [anon_sym_internal] = ACTIONS(3985), + [anon_sym_protected] = ACTIONS(3985), + [anon_sym_tailrec] = ACTIONS(3985), + [anon_sym_operator] = ACTIONS(3985), + [anon_sym_infix] = ACTIONS(3985), + [anon_sym_inline] = ACTIONS(3985), + [anon_sym_external] = ACTIONS(3985), + [sym_property_modifier] = ACTIONS(3985), + [anon_sym_abstract] = ACTIONS(3985), + [anon_sym_final] = ACTIONS(3985), + [anon_sym_open] = ACTIONS(3985), + [anon_sym_vararg] = ACTIONS(3985), + [anon_sym_noinline] = ACTIONS(3985), + [anon_sym_crossinline] = ACTIONS(3985), + [anon_sym_expect] = ACTIONS(3985), + [anon_sym_actual] = ACTIONS(3985), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3981), + [sym_safe_nav] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + }, + [2736] = { + [sym_indexing_suffix] = STATE(7203), + [sym_navigation_suffix] = STATE(7203), + [sym__postfix_unary_operator] = STATE(7203), + [sym__member_access_operator] = STATE(7824), + [sym__postfix_unary_suffix] = STATE(7203), + [aux_sym__postfix_unary_expression_repeat1] = STATE(7203), + [sym__alpha_identifier] = ACTIONS(4004), + [anon_sym_AT] = ACTIONS(4006), + [anon_sym_LBRACK] = ACTIONS(4008), + [anon_sym_as] = ACTIONS(4004), + [anon_sym_EQ] = ACTIONS(4011), + [anon_sym_LBRACE] = ACTIONS(4006), + [anon_sym_RBRACE] = ACTIONS(4006), + [anon_sym_LPAREN] = ACTIONS(4006), + [anon_sym_COMMA] = ACTIONS(4006), + [anon_sym_LT] = ACTIONS(4004), + [anon_sym_GT] = ACTIONS(4004), + [anon_sym_where] = ACTIONS(4004), + [anon_sym_object] = ACTIONS(4004), + [anon_sym_fun] = ACTIONS(4004), + [anon_sym_DOT] = ACTIONS(4013), + [anon_sym_SEMI] = ACTIONS(4006), + [anon_sym_get] = ACTIONS(4004), + [anon_sym_set] = ACTIONS(4004), + [anon_sym_this] = ACTIONS(4004), + [anon_sym_super] = ACTIONS(4004), + [anon_sym_STAR] = ACTIONS(4004), + [sym_label] = ACTIONS(4004), + [anon_sym_in] = ACTIONS(4004), + [anon_sym_DOT_DOT] = ACTIONS(4006), + [anon_sym_QMARK_COLON] = ACTIONS(4006), + [anon_sym_AMP_AMP] = ACTIONS(4006), + [anon_sym_PIPE_PIPE] = ACTIONS(4006), + [anon_sym_null] = ACTIONS(4004), + [anon_sym_if] = ACTIONS(4004), + [anon_sym_else] = ACTIONS(4004), + [anon_sym_when] = ACTIONS(4004), + [anon_sym_try] = ACTIONS(4004), + [anon_sym_throw] = ACTIONS(4004), + [anon_sym_return] = ACTIONS(4004), + [anon_sym_continue] = ACTIONS(4004), + [anon_sym_break] = ACTIONS(4004), + [anon_sym_COLON_COLON] = ACTIONS(4016), + [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(4004), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4006), + [anon_sym_EQ_EQ] = ACTIONS(4004), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4006), + [anon_sym_LT_EQ] = ACTIONS(4006), + [anon_sym_GT_EQ] = ACTIONS(4006), + [anon_sym_BANGin] = ACTIONS(4006), + [anon_sym_is] = ACTIONS(4004), + [anon_sym_BANGis] = ACTIONS(4006), + [anon_sym_PLUS] = ACTIONS(4004), + [anon_sym_DASH] = ACTIONS(4004), + [anon_sym_SLASH] = ACTIONS(4004), + [anon_sym_PERCENT] = ACTIONS(4004), + [anon_sym_as_QMARK] = ACTIONS(4006), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG] = ACTIONS(4004), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_data] = ACTIONS(4004), + [anon_sym_inner] = ACTIONS(4004), + [anon_sym_value] = ACTIONS(4004), + [anon_sym_expect] = ACTIONS(4004), + [anon_sym_actual] = ACTIONS(4004), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4006), + [anon_sym_continue_AT] = ACTIONS(4006), + [anon_sym_break_AT] = ACTIONS(4006), + [anon_sym_this_AT] = ACTIONS(4006), + [anon_sym_super_AT] = ACTIONS(4006), + [sym_real_literal] = ACTIONS(4006), + [sym_integer_literal] = ACTIONS(4004), + [sym_hex_literal] = ACTIONS(4006), + [sym_bin_literal] = ACTIONS(4006), + [anon_sym_true] = ACTIONS(4004), + [anon_sym_false] = ACTIONS(4004), + [anon_sym_SQUOTE] = ACTIONS(4006), + [sym__backtick_identifier] = ACTIONS(4006), + [sym__automatic_semicolon] = ACTIONS(4006), + [sym_safe_nav] = ACTIONS(4016), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4006), + }, + [2737] = { + [sym_property_delegate] = STATE(2850), + [sym_getter] = STATE(3474), + [sym_setter] = STATE(3474), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(6408), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(6232), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(4661), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -340487,72 +338828,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2756] = { - [sym_property_delegate] = STATE(2948), - [sym_getter] = STATE(5108), - [sym_setter] = STATE(5108), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(6410), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_by] = ACTIONS(6360), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6412), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2738] = { + [sym_property_delegate] = STATE(2860), + [sym_getter] = STATE(4789), + [sym_setter] = STATE(4789), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6278), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_RPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(6232), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6280), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [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), @@ -340577,49 +338919,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2757] = { - [sym_property_delegate] = STATE(2932), - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2739] = { + [sym_property_delegate] = STATE(2816), + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(6408), + [anon_sym_EQ] = ACTIONS(6298), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_by] = ACTIONS(6360), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(6232), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(5018), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), + [anon_sym_SEMI] = ACTIONS(4611), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), [anon_sym_STAR] = ACTIONS(1798), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), [anon_sym_DOT_DOT] = ACTIONS(1798), [anon_sym_QMARK_COLON] = ACTIONS(1798), [anon_sym_AMP_AMP] = ACTIONS(1798), @@ -340667,252 +339010,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2758] = { - [sym_property_delegate] = STATE(2891), - [sym_getter] = STATE(3978), - [sym_setter] = STATE(3978), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(6418), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(6360), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(5143), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(1734), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1734), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), - [sym_multiline_comment] = ACTIONS(3), - }, - [2759] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4018), - [anon_sym_COLON] = ACTIONS(4004), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_typealias] = ACTIONS(4021), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_class] = ACTIONS(4021), - [anon_sym_interface] = ACTIONS(4021), - [anon_sym_enum] = ACTIONS(4021), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_val] = ACTIONS(4021), - [anon_sym_var] = ACTIONS(4021), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4021), - [anon_sym_fun] = ACTIONS(4021), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_get] = ACTIONS(4023), - [anon_sym_set] = ACTIONS(4023), - [anon_sym_STAR] = ACTIONS(4004), - [anon_sym_DASH_GT] = ACTIONS(4009), - [sym_label] = ACTIONS(4009), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [anon_sym_suspend] = ACTIONS(4021), - [anon_sym_sealed] = ACTIONS(4021), - [anon_sym_annotation] = ACTIONS(4021), - [anon_sym_data] = ACTIONS(4023), - [anon_sym_inner] = ACTIONS(4023), - [anon_sym_value] = ACTIONS(4023), - [anon_sym_override] = ACTIONS(4021), - [anon_sym_lateinit] = ACTIONS(4021), - [anon_sym_public] = ACTIONS(4021), - [anon_sym_private] = ACTIONS(4021), - [anon_sym_internal] = ACTIONS(4021), - [anon_sym_protected] = ACTIONS(4021), - [anon_sym_tailrec] = ACTIONS(4021), - [anon_sym_operator] = ACTIONS(4021), - [anon_sym_infix] = ACTIONS(4021), - [anon_sym_inline] = ACTIONS(4021), - [anon_sym_external] = ACTIONS(4021), - [sym_property_modifier] = ACTIONS(4021), - [anon_sym_abstract] = ACTIONS(4021), - [anon_sym_final] = ACTIONS(4021), - [anon_sym_open] = ACTIONS(4021), - [anon_sym_vararg] = ACTIONS(4021), - [anon_sym_noinline] = ACTIONS(4021), - [anon_sym_crossinline] = ACTIONS(4021), - [anon_sym_expect] = ACTIONS(4023), - [anon_sym_actual] = ACTIONS(4023), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4009), - [sym__automatic_semicolon] = ACTIONS(4009), - [sym_safe_nav] = ACTIONS(4009), - [sym_multiline_comment] = ACTIONS(3), + [2740] = { + [sym_annotated_lambda] = STATE(3177), + [sym_lambda_literal] = STATE(3129), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(4046), + [anon_sym_AT] = ACTIONS(4048), + [anon_sym_LBRACK] = ACTIONS(4048), + [anon_sym_as] = ACTIONS(4046), + [anon_sym_EQ] = ACTIONS(4046), + [anon_sym_LBRACE] = ACTIONS(4048), + [anon_sym_RBRACE] = ACTIONS(4048), + [anon_sym_LPAREN] = ACTIONS(4048), + [anon_sym_COMMA] = ACTIONS(4048), + [anon_sym_LT] = ACTIONS(4046), + [anon_sym_GT] = ACTIONS(4046), + [anon_sym_where] = ACTIONS(4046), + [anon_sym_object] = ACTIONS(4046), + [anon_sym_fun] = ACTIONS(4046), + [anon_sym_DOT] = ACTIONS(4046), + [anon_sym_SEMI] = ACTIONS(4048), + [anon_sym_get] = ACTIONS(4046), + [anon_sym_set] = ACTIONS(4046), + [anon_sym_this] = ACTIONS(4046), + [anon_sym_super] = ACTIONS(4046), + [anon_sym_STAR] = ACTIONS(4046), + [sym_label] = ACTIONS(4046), + [anon_sym_in] = ACTIONS(4046), + [anon_sym_DOT_DOT] = ACTIONS(4048), + [anon_sym_QMARK_COLON] = ACTIONS(4048), + [anon_sym_AMP_AMP] = ACTIONS(4048), + [anon_sym_PIPE_PIPE] = ACTIONS(4048), + [anon_sym_null] = ACTIONS(4046), + [anon_sym_if] = ACTIONS(4046), + [anon_sym_else] = ACTIONS(4046), + [anon_sym_when] = ACTIONS(4046), + [anon_sym_try] = ACTIONS(4046), + [anon_sym_throw] = ACTIONS(4046), + [anon_sym_return] = ACTIONS(4046), + [anon_sym_continue] = ACTIONS(4046), + [anon_sym_break] = ACTIONS(4046), + [anon_sym_COLON_COLON] = ACTIONS(4048), + [anon_sym_PLUS_EQ] = ACTIONS(4048), + [anon_sym_DASH_EQ] = ACTIONS(4048), + [anon_sym_STAR_EQ] = ACTIONS(4048), + [anon_sym_SLASH_EQ] = ACTIONS(4048), + [anon_sym_PERCENT_EQ] = ACTIONS(4048), + [anon_sym_BANG_EQ] = ACTIONS(4046), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4048), + [anon_sym_EQ_EQ] = ACTIONS(4046), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4048), + [anon_sym_LT_EQ] = ACTIONS(4048), + [anon_sym_GT_EQ] = ACTIONS(4048), + [anon_sym_BANGin] = ACTIONS(4048), + [anon_sym_is] = ACTIONS(4046), + [anon_sym_BANGis] = ACTIONS(4048), + [anon_sym_PLUS] = ACTIONS(4046), + [anon_sym_DASH] = ACTIONS(4046), + [anon_sym_SLASH] = ACTIONS(4046), + [anon_sym_PERCENT] = ACTIONS(4046), + [anon_sym_as_QMARK] = ACTIONS(4048), + [anon_sym_PLUS_PLUS] = ACTIONS(4048), + [anon_sym_DASH_DASH] = ACTIONS(4048), + [anon_sym_BANG] = ACTIONS(4046), + [anon_sym_BANG_BANG] = ACTIONS(4048), + [anon_sym_data] = ACTIONS(4046), + [anon_sym_inner] = ACTIONS(4046), + [anon_sym_value] = ACTIONS(4046), + [anon_sym_expect] = ACTIONS(4046), + [anon_sym_actual] = ACTIONS(4046), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4048), + [anon_sym_continue_AT] = ACTIONS(4048), + [anon_sym_break_AT] = ACTIONS(4048), + [anon_sym_this_AT] = ACTIONS(4048), + [anon_sym_super_AT] = ACTIONS(4048), + [sym_real_literal] = ACTIONS(4048), + [sym_integer_literal] = ACTIONS(4046), + [sym_hex_literal] = ACTIONS(4048), + [sym_bin_literal] = ACTIONS(4048), + [anon_sym_true] = ACTIONS(4046), + [anon_sym_false] = ACTIONS(4046), + [anon_sym_SQUOTE] = ACTIONS(4048), + [sym__backtick_identifier] = ACTIONS(4048), + [sym__automatic_semicolon] = ACTIONS(4048), + [sym_safe_nav] = ACTIONS(4048), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4048), }, - [2760] = { - [sym_property_delegate] = STATE(2959), - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6378), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6360), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(5014), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2741] = { + [sym_property_delegate] = STATE(2864), + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(6230), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(6232), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(4635), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -340937,162 +339192,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2761] = { - [sym_property_delegate] = STATE(2954), - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6390), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6360), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(5016), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [2742] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(4036), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_RBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_typealias] = ACTIONS(4039), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_class] = ACTIONS(4039), + [anon_sym_interface] = ACTIONS(4039), + [anon_sym_enum] = ACTIONS(4039), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_RPAREN] = ACTIONS(3981), + [anon_sym_val] = ACTIONS(4039), + [anon_sym_var] = ACTIONS(4039), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(4039), + [anon_sym_fun] = ACTIONS(4039), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(3976), + [anon_sym_DASH_GT] = ACTIONS(3981), + [sym_label] = ACTIONS(3981), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_while] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [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_value] = 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(3981), + [sym_safe_nav] = ACTIONS(3981), [sym_multiline_comment] = ACTIONS(3), }, - [2762] = { - [sym_property_delegate] = STATE(2929), - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(6386), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_by] = ACTIONS(6360), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(5217), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2743] = { + [sym_property_delegate] = STATE(2868), + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6288), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6232), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4659), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -341117,139 +339374,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2763] = { - [sym_catch_block] = STATE(2809), - [sym_finally_block] = STATE(3190), - [aux_sym_try_expression_repeat1] = STATE(2809), - [sym__alpha_identifier] = ACTIONS(4094), - [anon_sym_AT] = ACTIONS(4096), - [anon_sym_LBRACK] = ACTIONS(4096), - [anon_sym_as] = ACTIONS(4094), - [anon_sym_EQ] = ACTIONS(4094), - [anon_sym_LBRACE] = ACTIONS(4096), - [anon_sym_RBRACE] = ACTIONS(4096), - [anon_sym_LPAREN] = ACTIONS(4096), - [anon_sym_COMMA] = ACTIONS(4096), - [anon_sym_LT] = ACTIONS(4094), - [anon_sym_GT] = ACTIONS(4094), - [anon_sym_where] = ACTIONS(4094), - [anon_sym_object] = ACTIONS(4094), - [anon_sym_fun] = ACTIONS(4094), - [anon_sym_DOT] = ACTIONS(4094), - [anon_sym_SEMI] = ACTIONS(4096), - [anon_sym_get] = ACTIONS(4094), - [anon_sym_set] = ACTIONS(4094), - [anon_sym_this] = ACTIONS(4094), - [anon_sym_super] = ACTIONS(4094), - [anon_sym_STAR] = ACTIONS(4094), - [sym_label] = ACTIONS(4094), - [anon_sym_in] = ACTIONS(4094), - [anon_sym_DOT_DOT] = ACTIONS(4096), - [anon_sym_QMARK_COLON] = ACTIONS(4096), - [anon_sym_AMP_AMP] = ACTIONS(4096), - [anon_sym_PIPE_PIPE] = ACTIONS(4096), - [anon_sym_null] = ACTIONS(4094), - [anon_sym_if] = ACTIONS(4094), - [anon_sym_else] = ACTIONS(4094), - [anon_sym_when] = ACTIONS(4094), - [anon_sym_try] = ACTIONS(4094), - [anon_sym_catch] = ACTIONS(6420), - [anon_sym_finally] = ACTIONS(6422), - [anon_sym_throw] = ACTIONS(4094), - [anon_sym_return] = ACTIONS(4094), - [anon_sym_continue] = ACTIONS(4094), - [anon_sym_break] = ACTIONS(4094), - [anon_sym_COLON_COLON] = ACTIONS(4096), - [anon_sym_PLUS_EQ] = ACTIONS(4096), - [anon_sym_DASH_EQ] = ACTIONS(4096), - [anon_sym_STAR_EQ] = ACTIONS(4096), - [anon_sym_SLASH_EQ] = ACTIONS(4096), - [anon_sym_PERCENT_EQ] = ACTIONS(4096), - [anon_sym_BANG_EQ] = ACTIONS(4094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4096), - [anon_sym_EQ_EQ] = ACTIONS(4094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4096), - [anon_sym_LT_EQ] = ACTIONS(4096), - [anon_sym_GT_EQ] = ACTIONS(4096), - [anon_sym_BANGin] = ACTIONS(4096), - [anon_sym_is] = ACTIONS(4094), - [anon_sym_BANGis] = ACTIONS(4096), - [anon_sym_PLUS] = ACTIONS(4094), - [anon_sym_DASH] = ACTIONS(4094), - [anon_sym_SLASH] = ACTIONS(4094), - [anon_sym_PERCENT] = ACTIONS(4094), - [anon_sym_as_QMARK] = ACTIONS(4096), - [anon_sym_PLUS_PLUS] = ACTIONS(4096), - [anon_sym_DASH_DASH] = ACTIONS(4096), - [anon_sym_BANG] = ACTIONS(4094), - [anon_sym_BANG_BANG] = ACTIONS(4096), - [anon_sym_data] = ACTIONS(4094), - [anon_sym_inner] = ACTIONS(4094), - [anon_sym_value] = ACTIONS(4094), - [anon_sym_expect] = ACTIONS(4094), - [anon_sym_actual] = ACTIONS(4094), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4096), - [anon_sym_continue_AT] = ACTIONS(4096), - [anon_sym_break_AT] = ACTIONS(4096), - [anon_sym_this_AT] = ACTIONS(4096), - [anon_sym_super_AT] = ACTIONS(4096), - [sym_real_literal] = ACTIONS(4096), - [sym_integer_literal] = ACTIONS(4094), - [sym_hex_literal] = ACTIONS(4096), - [sym_bin_literal] = ACTIONS(4096), - [anon_sym_true] = ACTIONS(4094), - [anon_sym_false] = ACTIONS(4094), - [anon_sym_SQUOTE] = ACTIONS(4096), - [sym__backtick_identifier] = ACTIONS(4096), - [sym__automatic_semicolon] = ACTIONS(4096), - [sym_safe_nav] = ACTIONS(4096), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4096), + [2744] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(4036), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_RBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_typealias] = ACTIONS(4039), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_class] = ACTIONS(4039), + [anon_sym_interface] = ACTIONS(4039), + [anon_sym_enum] = ACTIONS(4039), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_RPAREN] = ACTIONS(3981), + [anon_sym_val] = ACTIONS(4039), + [anon_sym_var] = ACTIONS(4039), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(4039), + [anon_sym_fun] = ACTIONS(4039), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(3976), + [anon_sym_DASH_GT] = ACTIONS(3981), + [sym_label] = ACTIONS(3981), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_while] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(4039), + [anon_sym_sealed] = ACTIONS(4039), + [anon_sym_annotation] = ACTIONS(4039), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_value] = ACTIONS(4041), + [anon_sym_override] = ACTIONS(4039), + [anon_sym_lateinit] = ACTIONS(4039), + [anon_sym_public] = ACTIONS(4039), + [anon_sym_private] = ACTIONS(4039), + [anon_sym_internal] = ACTIONS(4039), + [anon_sym_protected] = ACTIONS(4039), + [anon_sym_tailrec] = ACTIONS(4039), + [anon_sym_operator] = ACTIONS(4039), + [anon_sym_infix] = ACTIONS(4039), + [anon_sym_inline] = ACTIONS(4039), + [anon_sym_external] = ACTIONS(4039), + [sym_property_modifier] = ACTIONS(4039), + [anon_sym_abstract] = ACTIONS(4039), + [anon_sym_final] = ACTIONS(4039), + [anon_sym_open] = ACTIONS(4039), + [anon_sym_vararg] = ACTIONS(4039), + [anon_sym_noinline] = ACTIONS(4039), + [anon_sym_crossinline] = ACTIONS(4039), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3981), + [sym_safe_nav] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), }, - [2764] = { - [sym_property_delegate] = STATE(2961), - [sym_getter] = STATE(5221), - [sym_setter] = STATE(5221), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2745] = { + [sym_property_delegate] = STATE(2851), + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(6424), + [anon_sym_EQ] = ACTIONS(6260), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_by] = ACTIONS(6360), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6232), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(5012), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), + [anon_sym_SEMI] = ACTIONS(4641), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), [anon_sym_STAR] = ACTIONS(1734), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), [anon_sym_DOT_DOT] = ACTIONS(1734), [anon_sym_QMARK_COLON] = ACTIONS(1734), [anon_sym_AMP_AMP] = ACTIONS(1734), @@ -341297,429 +339556,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2765] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4006), - [anon_sym_COLON] = ACTIONS(4004), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_typealias] = ACTIONS(4011), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_class] = ACTIONS(4011), - [anon_sym_interface] = ACTIONS(4011), - [anon_sym_enum] = ACTIONS(4011), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_val] = ACTIONS(4011), - [anon_sym_var] = ACTIONS(4011), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4011), - [anon_sym_fun] = ACTIONS(4011), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_get] = ACTIONS(4013), - [anon_sym_set] = ACTIONS(4013), - [anon_sym_STAR] = ACTIONS(4004), - [anon_sym_DASH_GT] = ACTIONS(4009), - [sym_label] = ACTIONS(4009), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [anon_sym_suspend] = ACTIONS(4011), - [anon_sym_sealed] = ACTIONS(4011), - [anon_sym_annotation] = ACTIONS(4011), - [anon_sym_data] = ACTIONS(4013), - [anon_sym_inner] = ACTIONS(4013), - [anon_sym_value] = ACTIONS(4013), - [anon_sym_override] = ACTIONS(4011), - [anon_sym_lateinit] = ACTIONS(4011), - [anon_sym_public] = ACTIONS(4011), - [anon_sym_private] = ACTIONS(4011), - [anon_sym_internal] = ACTIONS(4011), - [anon_sym_protected] = ACTIONS(4011), - [anon_sym_tailrec] = ACTIONS(4011), - [anon_sym_operator] = ACTIONS(4011), - [anon_sym_infix] = ACTIONS(4011), - [anon_sym_inline] = ACTIONS(4011), - [anon_sym_external] = ACTIONS(4011), - [sym_property_modifier] = ACTIONS(4011), - [anon_sym_abstract] = ACTIONS(4011), - [anon_sym_final] = ACTIONS(4011), - [anon_sym_open] = ACTIONS(4011), - [anon_sym_vararg] = ACTIONS(4011), - [anon_sym_noinline] = ACTIONS(4011), - [anon_sym_crossinline] = ACTIONS(4011), - [anon_sym_expect] = ACTIONS(4013), - [anon_sym_actual] = ACTIONS(4013), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4009), - [sym__automatic_semicolon] = ACTIONS(4009), - [sym_safe_nav] = ACTIONS(4009), - [sym_multiline_comment] = ACTIONS(3), - }, - [2766] = { - [sym_property_delegate] = STATE(2912), - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(6388), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_by] = ACTIONS(6360), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(5157), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [2767] = { - [sym_annotated_lambda] = STATE(3476), - [sym_lambda_literal] = STATE(3370), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(3992), - [anon_sym_AT] = ACTIONS(3994), - [anon_sym_LBRACK] = ACTIONS(3994), - [anon_sym_RBRACK] = ACTIONS(3994), - [anon_sym_as] = ACTIONS(3992), - [anon_sym_EQ] = ACTIONS(3992), - [anon_sym_LBRACE] = ACTIONS(3994), - [anon_sym_RBRACE] = ACTIONS(3994), - [anon_sym_LPAREN] = ACTIONS(3994), - [anon_sym_COMMA] = ACTIONS(3994), - [anon_sym_RPAREN] = ACTIONS(3994), - [anon_sym_LT] = ACTIONS(3992), - [anon_sym_GT] = ACTIONS(3992), - [anon_sym_where] = ACTIONS(3992), - [anon_sym_DOT] = ACTIONS(3992), - [anon_sym_SEMI] = ACTIONS(3994), - [anon_sym_get] = ACTIONS(3992), - [anon_sym_set] = ACTIONS(3992), - [anon_sym_STAR] = ACTIONS(3992), - [anon_sym_DASH_GT] = ACTIONS(3994), - [sym_label] = ACTIONS(3994), - [anon_sym_in] = ACTIONS(3992), - [anon_sym_while] = ACTIONS(3992), - [anon_sym_DOT_DOT] = ACTIONS(3994), - [anon_sym_QMARK_COLON] = ACTIONS(3994), - [anon_sym_AMP_AMP] = ACTIONS(3994), - [anon_sym_PIPE_PIPE] = ACTIONS(3994), - [anon_sym_else] = ACTIONS(3992), - [anon_sym_COLON_COLON] = ACTIONS(3994), - [anon_sym_PLUS_EQ] = ACTIONS(3994), - [anon_sym_DASH_EQ] = ACTIONS(3994), - [anon_sym_STAR_EQ] = ACTIONS(3994), - [anon_sym_SLASH_EQ] = ACTIONS(3994), - [anon_sym_PERCENT_EQ] = ACTIONS(3994), - [anon_sym_BANG_EQ] = ACTIONS(3992), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3994), - [anon_sym_EQ_EQ] = ACTIONS(3992), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3994), - [anon_sym_LT_EQ] = ACTIONS(3994), - [anon_sym_GT_EQ] = ACTIONS(3994), - [anon_sym_BANGin] = ACTIONS(3994), - [anon_sym_is] = ACTIONS(3992), - [anon_sym_BANGis] = ACTIONS(3994), - [anon_sym_PLUS] = ACTIONS(3992), - [anon_sym_DASH] = ACTIONS(3992), - [anon_sym_SLASH] = ACTIONS(3992), - [anon_sym_PERCENT] = ACTIONS(3992), - [anon_sym_as_QMARK] = ACTIONS(3994), - [anon_sym_PLUS_PLUS] = ACTIONS(3994), - [anon_sym_DASH_DASH] = ACTIONS(3994), - [anon_sym_BANG_BANG] = ACTIONS(3994), - [anon_sym_suspend] = ACTIONS(3992), - [anon_sym_sealed] = ACTIONS(3992), - [anon_sym_annotation] = ACTIONS(3992), - [anon_sym_data] = ACTIONS(3992), - [anon_sym_inner] = ACTIONS(3992), - [anon_sym_value] = ACTIONS(3992), - [anon_sym_override] = ACTIONS(3992), - [anon_sym_lateinit] = ACTIONS(3992), - [anon_sym_public] = ACTIONS(3992), - [anon_sym_private] = ACTIONS(3992), - [anon_sym_internal] = ACTIONS(3992), - [anon_sym_protected] = ACTIONS(3992), - [anon_sym_tailrec] = ACTIONS(3992), - [anon_sym_operator] = ACTIONS(3992), - [anon_sym_infix] = ACTIONS(3992), - [anon_sym_inline] = ACTIONS(3992), - [anon_sym_external] = ACTIONS(3992), - [sym_property_modifier] = ACTIONS(3992), - [anon_sym_abstract] = ACTIONS(3992), - [anon_sym_final] = ACTIONS(3992), - [anon_sym_open] = ACTIONS(3992), - [anon_sym_vararg] = ACTIONS(3992), - [anon_sym_noinline] = ACTIONS(3992), - [anon_sym_crossinline] = ACTIONS(3992), - [anon_sym_expect] = ACTIONS(3992), - [anon_sym_actual] = ACTIONS(3992), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3994), - [sym_safe_nav] = ACTIONS(3994), + [2746] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(3978), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_RBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_typealias] = ACTIONS(3983), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_class] = ACTIONS(3983), + [anon_sym_interface] = ACTIONS(3983), + [anon_sym_enum] = ACTIONS(3983), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_RPAREN] = ACTIONS(3981), + [anon_sym_val] = ACTIONS(3983), + [anon_sym_var] = ACTIONS(3983), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(3983), + [anon_sym_fun] = ACTIONS(3983), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(3985), + [anon_sym_set] = ACTIONS(3985), + [anon_sym_STAR] = ACTIONS(3976), + [anon_sym_DASH_GT] = ACTIONS(3981), + [sym_label] = ACTIONS(3981), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_while] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(3983), + [anon_sym_sealed] = ACTIONS(3983), + [anon_sym_annotation] = ACTIONS(3983), + [anon_sym_data] = ACTIONS(3985), + [anon_sym_inner] = ACTIONS(3985), + [anon_sym_value] = ACTIONS(3985), + [anon_sym_override] = ACTIONS(3983), + [anon_sym_lateinit] = ACTIONS(3983), + [anon_sym_public] = ACTIONS(3983), + [anon_sym_private] = ACTIONS(3983), + [anon_sym_internal] = ACTIONS(3983), + [anon_sym_protected] = ACTIONS(3983), + [anon_sym_tailrec] = ACTIONS(3983), + [anon_sym_operator] = ACTIONS(3983), + [anon_sym_infix] = ACTIONS(3983), + [anon_sym_inline] = ACTIONS(3983), + [anon_sym_external] = ACTIONS(3983), + [sym_property_modifier] = ACTIONS(3983), + [anon_sym_abstract] = ACTIONS(3983), + [anon_sym_final] = ACTIONS(3983), + [anon_sym_open] = ACTIONS(3983), + [anon_sym_vararg] = ACTIONS(3983), + [anon_sym_noinline] = ACTIONS(3983), + [anon_sym_crossinline] = ACTIONS(3983), + [anon_sym_expect] = ACTIONS(3985), + [anon_sym_actual] = ACTIONS(3985), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3981), + [sym_safe_nav] = ACTIONS(3981), [sym_multiline_comment] = ACTIONS(3), }, - [2768] = { - [sym_type_constraints] = STATE(2882), - [sym_function_body] = STATE(3195), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4173), - [anon_sym_AT] = ACTIONS(4175), - [anon_sym_COLON] = ACTIONS(6426), - [anon_sym_LBRACK] = ACTIONS(4175), - [anon_sym_as] = ACTIONS(4173), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4175), - [anon_sym_LPAREN] = ACTIONS(4175), - [anon_sym_COMMA] = ACTIONS(4175), - [anon_sym_LT] = ACTIONS(4173), - [anon_sym_GT] = ACTIONS(4173), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4173), - [anon_sym_fun] = ACTIONS(4173), - [anon_sym_DOT] = ACTIONS(4173), - [anon_sym_SEMI] = ACTIONS(4175), - [anon_sym_get] = ACTIONS(4173), - [anon_sym_set] = ACTIONS(4173), - [anon_sym_this] = ACTIONS(4173), - [anon_sym_super] = ACTIONS(4173), - [anon_sym_STAR] = ACTIONS(4173), - [sym_label] = ACTIONS(4173), - [anon_sym_in] = ACTIONS(4173), - [anon_sym_DOT_DOT] = ACTIONS(4175), - [anon_sym_QMARK_COLON] = ACTIONS(4175), - [anon_sym_AMP_AMP] = ACTIONS(4175), - [anon_sym_PIPE_PIPE] = ACTIONS(4175), - [anon_sym_null] = ACTIONS(4173), - [anon_sym_if] = ACTIONS(4173), - [anon_sym_else] = ACTIONS(4173), - [anon_sym_when] = ACTIONS(4173), - [anon_sym_try] = ACTIONS(4173), - [anon_sym_throw] = ACTIONS(4173), - [anon_sym_return] = ACTIONS(4173), - [anon_sym_continue] = ACTIONS(4173), - [anon_sym_break] = ACTIONS(4173), - [anon_sym_COLON_COLON] = ACTIONS(4175), - [anon_sym_PLUS_EQ] = ACTIONS(4175), - [anon_sym_DASH_EQ] = ACTIONS(4175), - [anon_sym_STAR_EQ] = ACTIONS(4175), - [anon_sym_SLASH_EQ] = ACTIONS(4175), - [anon_sym_PERCENT_EQ] = ACTIONS(4175), - [anon_sym_BANG_EQ] = ACTIONS(4173), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4175), - [anon_sym_EQ_EQ] = ACTIONS(4173), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4175), - [anon_sym_LT_EQ] = ACTIONS(4175), - [anon_sym_GT_EQ] = ACTIONS(4175), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(4173), - [anon_sym_BANGis] = ACTIONS(4175), - [anon_sym_PLUS] = ACTIONS(4173), - [anon_sym_DASH] = ACTIONS(4173), - [anon_sym_SLASH] = ACTIONS(4173), - [anon_sym_PERCENT] = ACTIONS(4173), - [anon_sym_as_QMARK] = ACTIONS(4175), - [anon_sym_PLUS_PLUS] = ACTIONS(4175), - [anon_sym_DASH_DASH] = ACTIONS(4175), - [anon_sym_BANG] = ACTIONS(4173), - [anon_sym_BANG_BANG] = ACTIONS(4175), - [anon_sym_data] = ACTIONS(4173), - [anon_sym_inner] = ACTIONS(4173), - [anon_sym_value] = ACTIONS(4173), - [anon_sym_expect] = ACTIONS(4173), - [anon_sym_actual] = ACTIONS(4173), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4175), - [anon_sym_continue_AT] = ACTIONS(4175), - [anon_sym_break_AT] = ACTIONS(4175), - [anon_sym_this_AT] = ACTIONS(4175), - [anon_sym_super_AT] = ACTIONS(4175), - [sym_real_literal] = ACTIONS(4175), - [sym_integer_literal] = ACTIONS(4173), - [sym_hex_literal] = ACTIONS(4175), - [sym_bin_literal] = ACTIONS(4175), - [anon_sym_true] = ACTIONS(4173), - [anon_sym_false] = ACTIONS(4173), - [anon_sym_SQUOTE] = ACTIONS(4175), - [sym__backtick_identifier] = ACTIONS(4175), - [sym__automatic_semicolon] = ACTIONS(4175), - [sym_safe_nav] = ACTIONS(4175), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4175), + [2747] = { + [sym_annotated_lambda] = STATE(3107), + [sym_lambda_literal] = STATE(3129), + [sym_annotation] = STATE(8332), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8332), + [sym__alpha_identifier] = ACTIONS(3990), + [anon_sym_AT] = ACTIONS(3992), + [anon_sym_LBRACK] = ACTIONS(3992), + [anon_sym_as] = ACTIONS(3990), + [anon_sym_EQ] = ACTIONS(3990), + [anon_sym_LBRACE] = ACTIONS(3992), + [anon_sym_RBRACE] = ACTIONS(3992), + [anon_sym_LPAREN] = ACTIONS(3992), + [anon_sym_COMMA] = ACTIONS(3992), + [anon_sym_LT] = ACTIONS(3990), + [anon_sym_GT] = ACTIONS(3990), + [anon_sym_where] = ACTIONS(3990), + [anon_sym_object] = ACTIONS(3990), + [anon_sym_fun] = ACTIONS(3990), + [anon_sym_DOT] = ACTIONS(3990), + [anon_sym_SEMI] = ACTIONS(3992), + [anon_sym_get] = ACTIONS(3990), + [anon_sym_set] = ACTIONS(3990), + [anon_sym_this] = ACTIONS(3990), + [anon_sym_super] = ACTIONS(3990), + [anon_sym_STAR] = ACTIONS(3990), + [sym_label] = ACTIONS(3990), + [anon_sym_in] = ACTIONS(3990), + [anon_sym_DOT_DOT] = ACTIONS(3992), + [anon_sym_QMARK_COLON] = ACTIONS(3992), + [anon_sym_AMP_AMP] = ACTIONS(3992), + [anon_sym_PIPE_PIPE] = ACTIONS(3992), + [anon_sym_null] = ACTIONS(3990), + [anon_sym_if] = ACTIONS(3990), + [anon_sym_else] = ACTIONS(3990), + [anon_sym_when] = ACTIONS(3990), + [anon_sym_try] = ACTIONS(3990), + [anon_sym_throw] = ACTIONS(3990), + [anon_sym_return] = ACTIONS(3990), + [anon_sym_continue] = ACTIONS(3990), + [anon_sym_break] = ACTIONS(3990), + [anon_sym_COLON_COLON] = ACTIONS(3992), + [anon_sym_PLUS_EQ] = ACTIONS(3992), + [anon_sym_DASH_EQ] = ACTIONS(3992), + [anon_sym_STAR_EQ] = ACTIONS(3992), + [anon_sym_SLASH_EQ] = ACTIONS(3992), + [anon_sym_PERCENT_EQ] = ACTIONS(3992), + [anon_sym_BANG_EQ] = ACTIONS(3990), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3992), + [anon_sym_EQ_EQ] = ACTIONS(3990), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3992), + [anon_sym_LT_EQ] = ACTIONS(3992), + [anon_sym_GT_EQ] = ACTIONS(3992), + [anon_sym_BANGin] = ACTIONS(3992), + [anon_sym_is] = ACTIONS(3990), + [anon_sym_BANGis] = ACTIONS(3992), + [anon_sym_PLUS] = ACTIONS(3990), + [anon_sym_DASH] = ACTIONS(3990), + [anon_sym_SLASH] = ACTIONS(3990), + [anon_sym_PERCENT] = ACTIONS(3990), + [anon_sym_as_QMARK] = ACTIONS(3992), + [anon_sym_PLUS_PLUS] = ACTIONS(3992), + [anon_sym_DASH_DASH] = ACTIONS(3992), + [anon_sym_BANG] = ACTIONS(3990), + [anon_sym_BANG_BANG] = ACTIONS(3992), + [anon_sym_data] = ACTIONS(3990), + [anon_sym_inner] = ACTIONS(3990), + [anon_sym_value] = ACTIONS(3990), + [anon_sym_expect] = ACTIONS(3990), + [anon_sym_actual] = ACTIONS(3990), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3992), + [anon_sym_continue_AT] = ACTIONS(3992), + [anon_sym_break_AT] = ACTIONS(3992), + [anon_sym_this_AT] = ACTIONS(3992), + [anon_sym_super_AT] = ACTIONS(3992), + [sym_real_literal] = ACTIONS(3992), + [sym_integer_literal] = ACTIONS(3990), + [sym_hex_literal] = ACTIONS(3992), + [sym_bin_literal] = ACTIONS(3992), + [anon_sym_true] = ACTIONS(3990), + [anon_sym_false] = ACTIONS(3990), + [anon_sym_SQUOTE] = ACTIONS(3992), + [sym__backtick_identifier] = ACTIONS(3992), + [sym__automatic_semicolon] = ACTIONS(3992), + [sym_safe_nav] = ACTIONS(3992), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3992), }, - [2769] = { - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2748] = { + [sym_property_delegate] = STATE(2839), + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6306), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6232), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(4609), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -341744,71 +339829,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2770] = { - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(4403), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2749] = { + [sym_property_delegate] = STATE(2877), + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6276), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6232), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4647), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -341833,427 +339920,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - }, - [2771] = { - [sym_type_constraints] = STATE(2890), - [sym_function_body] = STATE(3232), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_COLON] = ACTIONS(6432), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4137), - [anon_sym_fun] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_this] = ACTIONS(4137), - [anon_sym_super] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [sym_label] = ACTIONS(4137), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(4137), - [anon_sym_if] = ACTIONS(4137), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_when] = ACTIONS(4137), - [anon_sym_try] = ACTIONS(4137), - [anon_sym_throw] = ACTIONS(4137), - [anon_sym_return] = ACTIONS(4137), - [anon_sym_continue] = ACTIONS(4137), - [anon_sym_break] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4137), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4139), - [anon_sym_continue_AT] = ACTIONS(4139), - [anon_sym_break_AT] = ACTIONS(4139), - [anon_sym_this_AT] = ACTIONS(4139), - [anon_sym_super_AT] = ACTIONS(4139), - [sym_real_literal] = ACTIONS(4139), - [sym_integer_literal] = ACTIONS(4137), - [sym_hex_literal] = ACTIONS(4139), - [sym_bin_literal] = ACTIONS(4139), - [anon_sym_true] = ACTIONS(4137), - [anon_sym_false] = ACTIONS(4137), - [anon_sym_SQUOTE] = ACTIONS(4139), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4139), - }, - [2772] = { - [sym__alpha_identifier] = ACTIONS(4179), - [anon_sym_AT] = ACTIONS(4181), - [anon_sym_COLON] = ACTIONS(4179), - [anon_sym_LBRACK] = ACTIONS(4181), - [anon_sym_as] = ACTIONS(4179), - [anon_sym_EQ] = ACTIONS(4179), - [anon_sym_LBRACE] = ACTIONS(4181), - [anon_sym_RBRACE] = ACTIONS(4181), - [anon_sym_LPAREN] = ACTIONS(4181), - [anon_sym_COMMA] = ACTIONS(4181), - [anon_sym_by] = ACTIONS(4179), - [anon_sym_LT] = ACTIONS(4179), - [anon_sym_GT] = ACTIONS(4179), - [anon_sym_where] = ACTIONS(4179), - [anon_sym_object] = ACTIONS(4179), - [anon_sym_fun] = ACTIONS(4179), - [anon_sym_DOT] = ACTIONS(4179), - [anon_sym_SEMI] = ACTIONS(4181), - [anon_sym_get] = ACTIONS(4179), - [anon_sym_set] = ACTIONS(4179), - [anon_sym_this] = ACTIONS(4179), - [anon_sym_super] = ACTIONS(4179), - [anon_sym_AMP] = ACTIONS(4179), - [sym__quest] = ACTIONS(4179), - [anon_sym_STAR] = ACTIONS(4179), - [sym_label] = ACTIONS(4179), - [anon_sym_in] = ACTIONS(4179), - [anon_sym_DOT_DOT] = ACTIONS(4181), - [anon_sym_QMARK_COLON] = ACTIONS(4181), - [anon_sym_AMP_AMP] = ACTIONS(4181), - [anon_sym_PIPE_PIPE] = ACTIONS(4181), - [anon_sym_null] = ACTIONS(4179), - [anon_sym_if] = ACTIONS(4179), - [anon_sym_else] = ACTIONS(4179), - [anon_sym_when] = ACTIONS(4179), - [anon_sym_try] = ACTIONS(4179), - [anon_sym_throw] = ACTIONS(4179), - [anon_sym_return] = ACTIONS(4179), - [anon_sym_continue] = ACTIONS(4179), - [anon_sym_break] = ACTIONS(4179), - [anon_sym_COLON_COLON] = ACTIONS(4181), - [anon_sym_PLUS_EQ] = ACTIONS(4181), - [anon_sym_DASH_EQ] = ACTIONS(4181), - [anon_sym_STAR_EQ] = ACTIONS(4181), - [anon_sym_SLASH_EQ] = ACTIONS(4181), - [anon_sym_PERCENT_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ] = ACTIONS(4179), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ] = ACTIONS(4179), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4181), - [anon_sym_LT_EQ] = ACTIONS(4181), - [anon_sym_GT_EQ] = ACTIONS(4181), - [anon_sym_BANGin] = ACTIONS(4181), - [anon_sym_is] = ACTIONS(4179), - [anon_sym_BANGis] = ACTIONS(4181), - [anon_sym_PLUS] = ACTIONS(4179), - [anon_sym_DASH] = ACTIONS(4179), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4179), - [anon_sym_as_QMARK] = ACTIONS(4181), - [anon_sym_PLUS_PLUS] = ACTIONS(4181), - [anon_sym_DASH_DASH] = ACTIONS(4181), - [anon_sym_BANG] = ACTIONS(4179), - [anon_sym_BANG_BANG] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4179), - [anon_sym_inner] = ACTIONS(4179), - [anon_sym_value] = ACTIONS(4179), - [anon_sym_expect] = ACTIONS(4179), - [anon_sym_actual] = ACTIONS(4179), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4181), - [anon_sym_continue_AT] = ACTIONS(4181), - [anon_sym_break_AT] = ACTIONS(4181), - [anon_sym_this_AT] = ACTIONS(4181), - [anon_sym_super_AT] = ACTIONS(4181), - [sym_real_literal] = ACTIONS(4181), - [sym_integer_literal] = ACTIONS(4179), - [sym_hex_literal] = ACTIONS(4181), - [sym_bin_literal] = ACTIONS(4181), - [anon_sym_true] = ACTIONS(4179), - [anon_sym_false] = ACTIONS(4179), - [anon_sym_SQUOTE] = ACTIONS(4181), - [sym__backtick_identifier] = ACTIONS(4181), - [sym__automatic_semicolon] = ACTIONS(4181), - [sym_safe_nav] = ACTIONS(4181), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4181), - }, - [2773] = { - [sym_indexing_suffix] = STATE(7209), - [sym_navigation_suffix] = STATE(7209), - [sym__postfix_unary_operator] = STATE(7209), - [sym__member_access_operator] = STATE(7730), - [sym__postfix_unary_suffix] = STATE(7209), - [aux_sym__postfix_unary_expression_repeat1] = STATE(7209), - [sym__alpha_identifier] = ACTIONS(4028), - [anon_sym_AT] = ACTIONS(4030), - [anon_sym_LBRACK] = ACTIONS(4032), - [anon_sym_RBRACK] = ACTIONS(4030), - [anon_sym_as] = ACTIONS(4028), - [anon_sym_EQ] = ACTIONS(4050), - [anon_sym_LBRACE] = ACTIONS(4030), - [anon_sym_RBRACE] = ACTIONS(4030), - [anon_sym_LPAREN] = ACTIONS(4030), - [anon_sym_COMMA] = ACTIONS(4030), - [anon_sym_RPAREN] = ACTIONS(4030), - [anon_sym_LT] = ACTIONS(4028), - [anon_sym_GT] = ACTIONS(4028), - [anon_sym_where] = ACTIONS(4028), - [anon_sym_DOT] = ACTIONS(4037), - [anon_sym_SEMI] = ACTIONS(4030), - [anon_sym_get] = ACTIONS(4028), - [anon_sym_set] = ACTIONS(4028), - [anon_sym_STAR] = ACTIONS(4028), - [anon_sym_DASH_GT] = ACTIONS(4030), - [sym_label] = ACTIONS(4030), - [anon_sym_in] = ACTIONS(4028), - [anon_sym_while] = ACTIONS(4028), - [anon_sym_DOT_DOT] = ACTIONS(4030), - [anon_sym_QMARK_COLON] = ACTIONS(4030), - [anon_sym_AMP_AMP] = ACTIONS(4030), - [anon_sym_PIPE_PIPE] = ACTIONS(4030), - [anon_sym_else] = ACTIONS(4028), - [anon_sym_COLON_COLON] = ACTIONS(4040), - [anon_sym_PLUS_EQ] = ACTIONS(4053), - [anon_sym_DASH_EQ] = ACTIONS(4053), - [anon_sym_STAR_EQ] = ACTIONS(4053), - [anon_sym_SLASH_EQ] = ACTIONS(4053), - [anon_sym_PERCENT_EQ] = ACTIONS(4053), - [anon_sym_BANG_EQ] = ACTIONS(4028), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4030), - [anon_sym_EQ_EQ] = ACTIONS(4028), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4030), - [anon_sym_LT_EQ] = ACTIONS(4030), - [anon_sym_GT_EQ] = ACTIONS(4030), - [anon_sym_BANGin] = ACTIONS(4030), - [anon_sym_is] = ACTIONS(4028), - [anon_sym_BANGis] = ACTIONS(4030), - [anon_sym_PLUS] = ACTIONS(4028), - [anon_sym_DASH] = ACTIONS(4028), - [anon_sym_SLASH] = ACTIONS(4028), - [anon_sym_PERCENT] = ACTIONS(4028), - [anon_sym_as_QMARK] = ACTIONS(4030), - [anon_sym_PLUS_PLUS] = ACTIONS(4045), - [anon_sym_DASH_DASH] = ACTIONS(4045), - [anon_sym_BANG_BANG] = ACTIONS(4045), - [anon_sym_suspend] = ACTIONS(4028), - [anon_sym_sealed] = ACTIONS(4028), - [anon_sym_annotation] = ACTIONS(4028), - [anon_sym_data] = ACTIONS(4028), - [anon_sym_inner] = ACTIONS(4028), - [anon_sym_value] = ACTIONS(4028), - [anon_sym_override] = ACTIONS(4028), - [anon_sym_lateinit] = ACTIONS(4028), - [anon_sym_public] = ACTIONS(4028), - [anon_sym_private] = ACTIONS(4028), - [anon_sym_internal] = ACTIONS(4028), - [anon_sym_protected] = ACTIONS(4028), - [anon_sym_tailrec] = ACTIONS(4028), - [anon_sym_operator] = ACTIONS(4028), - [anon_sym_infix] = ACTIONS(4028), - [anon_sym_inline] = ACTIONS(4028), - [anon_sym_external] = ACTIONS(4028), - [sym_property_modifier] = ACTIONS(4028), - [anon_sym_abstract] = ACTIONS(4028), - [anon_sym_final] = ACTIONS(4028), - [anon_sym_open] = ACTIONS(4028), - [anon_sym_vararg] = ACTIONS(4028), - [anon_sym_noinline] = ACTIONS(4028), - [anon_sym_crossinline] = ACTIONS(4028), - [anon_sym_expect] = ACTIONS(4028), - [anon_sym_actual] = ACTIONS(4028), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4030), - [sym_safe_nav] = ACTIONS(4040), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2774] = { - [sym_indexing_suffix] = STATE(7209), - [sym_navigation_suffix] = STATE(7209), - [sym__postfix_unary_operator] = STATE(7209), - [sym__member_access_operator] = STATE(7730), - [sym__postfix_unary_suffix] = STATE(7209), - [aux_sym__postfix_unary_expression_repeat1] = STATE(7209), - [sym__alpha_identifier] = ACTIONS(4028), - [anon_sym_AT] = ACTIONS(4030), - [anon_sym_LBRACK] = ACTIONS(4032), - [anon_sym_RBRACK] = ACTIONS(4030), - [anon_sym_as] = ACTIONS(4028), - [anon_sym_EQ] = ACTIONS(4035), - [anon_sym_LBRACE] = ACTIONS(4030), - [anon_sym_RBRACE] = ACTIONS(4030), - [anon_sym_LPAREN] = ACTIONS(4030), - [anon_sym_COMMA] = ACTIONS(4030), - [anon_sym_RPAREN] = ACTIONS(4030), - [anon_sym_LT] = ACTIONS(4028), - [anon_sym_GT] = ACTIONS(4028), - [anon_sym_where] = ACTIONS(4028), - [anon_sym_DOT] = ACTIONS(4037), - [anon_sym_SEMI] = ACTIONS(4030), - [anon_sym_get] = ACTIONS(4028), - [anon_sym_set] = ACTIONS(4028), - [anon_sym_STAR] = ACTIONS(4028), - [anon_sym_DASH_GT] = ACTIONS(4030), - [sym_label] = ACTIONS(4030), - [anon_sym_in] = ACTIONS(4028), - [anon_sym_while] = ACTIONS(4028), - [anon_sym_DOT_DOT] = ACTIONS(4030), - [anon_sym_QMARK_COLON] = ACTIONS(4030), - [anon_sym_AMP_AMP] = ACTIONS(4030), - [anon_sym_PIPE_PIPE] = ACTIONS(4030), - [anon_sym_else] = ACTIONS(4028), - [anon_sym_COLON_COLON] = ACTIONS(4040), - [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(4028), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4030), - [anon_sym_EQ_EQ] = ACTIONS(4028), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4030), - [anon_sym_LT_EQ] = ACTIONS(4030), - [anon_sym_GT_EQ] = ACTIONS(4030), - [anon_sym_BANGin] = ACTIONS(4030), - [anon_sym_is] = ACTIONS(4028), - [anon_sym_BANGis] = ACTIONS(4030), - [anon_sym_PLUS] = ACTIONS(4028), - [anon_sym_DASH] = ACTIONS(4028), - [anon_sym_SLASH] = ACTIONS(4028), - [anon_sym_PERCENT] = ACTIONS(4028), - [anon_sym_as_QMARK] = ACTIONS(4030), - [anon_sym_PLUS_PLUS] = ACTIONS(4045), - [anon_sym_DASH_DASH] = ACTIONS(4045), - [anon_sym_BANG_BANG] = ACTIONS(4045), - [anon_sym_suspend] = ACTIONS(4028), - [anon_sym_sealed] = ACTIONS(4028), - [anon_sym_annotation] = ACTIONS(4028), - [anon_sym_data] = ACTIONS(4028), - [anon_sym_inner] = ACTIONS(4028), - [anon_sym_value] = ACTIONS(4028), - [anon_sym_override] = ACTIONS(4028), - [anon_sym_lateinit] = ACTIONS(4028), - [anon_sym_public] = ACTIONS(4028), - [anon_sym_private] = ACTIONS(4028), - [anon_sym_internal] = ACTIONS(4028), - [anon_sym_protected] = ACTIONS(4028), - [anon_sym_tailrec] = ACTIONS(4028), - [anon_sym_operator] = ACTIONS(4028), - [anon_sym_infix] = ACTIONS(4028), - [anon_sym_inline] = ACTIONS(4028), - [anon_sym_external] = ACTIONS(4028), - [sym_property_modifier] = ACTIONS(4028), - [anon_sym_abstract] = ACTIONS(4028), - [anon_sym_final] = ACTIONS(4028), - [anon_sym_open] = ACTIONS(4028), - [anon_sym_vararg] = ACTIONS(4028), - [anon_sym_noinline] = ACTIONS(4028), - [anon_sym_crossinline] = ACTIONS(4028), - [anon_sym_expect] = ACTIONS(4028), - [anon_sym_actual] = ACTIONS(4028), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4030), - [sym_safe_nav] = ACTIONS(4040), + [2750] = { + [sym_indexing_suffix] = STATE(7203), + [sym_navigation_suffix] = STATE(7203), + [sym__postfix_unary_operator] = STATE(7203), + [sym__member_access_operator] = STATE(7824), + [sym__postfix_unary_suffix] = STATE(7203), + [aux_sym__postfix_unary_expression_repeat1] = STATE(7203), + [sym__alpha_identifier] = ACTIONS(4004), + [anon_sym_AT] = ACTIONS(4006), + [anon_sym_LBRACK] = ACTIONS(4008), + [anon_sym_as] = ACTIONS(4004), + [anon_sym_EQ] = ACTIONS(4024), + [anon_sym_LBRACE] = ACTIONS(4006), + [anon_sym_RBRACE] = ACTIONS(4006), + [anon_sym_LPAREN] = ACTIONS(4006), + [anon_sym_COMMA] = ACTIONS(4006), + [anon_sym_LT] = ACTIONS(4004), + [anon_sym_GT] = ACTIONS(4004), + [anon_sym_where] = ACTIONS(4004), + [anon_sym_object] = ACTIONS(4004), + [anon_sym_fun] = ACTIONS(4004), + [anon_sym_DOT] = ACTIONS(4013), + [anon_sym_SEMI] = ACTIONS(4006), + [anon_sym_get] = ACTIONS(4004), + [anon_sym_set] = ACTIONS(4004), + [anon_sym_this] = ACTIONS(4004), + [anon_sym_super] = ACTIONS(4004), + [anon_sym_STAR] = ACTIONS(4004), + [sym_label] = ACTIONS(4004), + [anon_sym_in] = ACTIONS(4004), + [anon_sym_DOT_DOT] = ACTIONS(4006), + [anon_sym_QMARK_COLON] = ACTIONS(4006), + [anon_sym_AMP_AMP] = ACTIONS(4006), + [anon_sym_PIPE_PIPE] = ACTIONS(4006), + [anon_sym_null] = ACTIONS(4004), + [anon_sym_if] = ACTIONS(4004), + [anon_sym_else] = ACTIONS(4004), + [anon_sym_when] = ACTIONS(4004), + [anon_sym_try] = ACTIONS(4004), + [anon_sym_throw] = ACTIONS(4004), + [anon_sym_return] = ACTIONS(4004), + [anon_sym_continue] = ACTIONS(4004), + [anon_sym_break] = ACTIONS(4004), + [anon_sym_COLON_COLON] = ACTIONS(4016), + [anon_sym_PLUS_EQ] = ACTIONS(4027), + [anon_sym_DASH_EQ] = ACTIONS(4027), + [anon_sym_STAR_EQ] = ACTIONS(4027), + [anon_sym_SLASH_EQ] = ACTIONS(4027), + [anon_sym_PERCENT_EQ] = ACTIONS(4027), + [anon_sym_BANG_EQ] = ACTIONS(4004), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4006), + [anon_sym_EQ_EQ] = ACTIONS(4004), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4006), + [anon_sym_LT_EQ] = ACTIONS(4006), + [anon_sym_GT_EQ] = ACTIONS(4006), + [anon_sym_BANGin] = ACTIONS(4006), + [anon_sym_is] = ACTIONS(4004), + [anon_sym_BANGis] = ACTIONS(4006), + [anon_sym_PLUS] = ACTIONS(4004), + [anon_sym_DASH] = ACTIONS(4004), + [anon_sym_SLASH] = ACTIONS(4004), + [anon_sym_PERCENT] = ACTIONS(4004), + [anon_sym_as_QMARK] = ACTIONS(4006), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG] = ACTIONS(4004), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_data] = ACTIONS(4004), + [anon_sym_inner] = ACTIONS(4004), + [anon_sym_value] = ACTIONS(4004), + [anon_sym_expect] = ACTIONS(4004), + [anon_sym_actual] = ACTIONS(4004), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4006), + [anon_sym_continue_AT] = ACTIONS(4006), + [anon_sym_break_AT] = ACTIONS(4006), + [anon_sym_this_AT] = ACTIONS(4006), + [anon_sym_super_AT] = ACTIONS(4006), + [sym_real_literal] = ACTIONS(4006), + [sym_integer_literal] = ACTIONS(4004), + [sym_hex_literal] = ACTIONS(4006), + [sym_bin_literal] = ACTIONS(4006), + [anon_sym_true] = ACTIONS(4004), + [anon_sym_false] = ACTIONS(4004), + [anon_sym_SQUOTE] = ACTIONS(4006), + [sym__backtick_identifier] = ACTIONS(4006), + [sym__automatic_semicolon] = ACTIONS(4006), + [sym_safe_nav] = ACTIONS(4016), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4006), }, - [2775] = { - [sym_getter] = STATE(5108), - [sym_setter] = STATE(5108), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2751] = { + [sym_property_delegate] = STATE(2873), + [sym_getter] = STATE(4746), + [sym_setter] = STATE(4746), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(6410), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(6232), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(4657), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -342278,71 +340102,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2776] = { - [sym_getter] = STATE(5177), - [sym_setter] = STATE(5177), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_COMMA] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_where] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(3422), - [sym_label] = ACTIONS(3422), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3422), - [anon_sym_as_QMARK] = ACTIONS(3422), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [2752] = { + [sym_property_delegate] = STATE(2829), + [sym_getter] = STATE(3492), + [sym_setter] = STATE(3492), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6262), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_RPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(6232), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6264), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), + [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), @@ -342367,71 +340193,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3422), - [sym__automatic_semicolon] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2777] = { - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2753] = { + [sym_property_delegate] = STATE(2927), + [sym_getter] = STATE(3906), + [sym_setter] = STATE(3906), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(6412), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(6352), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(5165), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -342456,71 +340282,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2778] = { - [sym_getter] = STATE(5183), - [sym_setter] = STATE(5183), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(1816), - [sym_label] = ACTIONS(1816), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1816), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [2754] = { + [sym_property_delegate] = STATE(2918), + [sym_getter] = STATE(5094), + [sym_setter] = STATE(5094), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(6414), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_by] = ACTIONS(6352), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(5016), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -342545,71 +340372,162 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2779] = { - [sym_getter] = STATE(4033), - [sym_setter] = STATE(4033), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2755] = { + [sym_catch_block] = STATE(2773), + [sym_finally_block] = STATE(3074), + [aux_sym_try_expression_repeat1] = STATE(2773), + [sym__alpha_identifier] = ACTIONS(4104), + [anon_sym_AT] = ACTIONS(4106), + [anon_sym_LBRACK] = ACTIONS(4106), + [anon_sym_as] = ACTIONS(4104), + [anon_sym_EQ] = ACTIONS(4104), + [anon_sym_LBRACE] = ACTIONS(4106), + [anon_sym_RBRACE] = ACTIONS(4106), + [anon_sym_LPAREN] = ACTIONS(4106), + [anon_sym_COMMA] = ACTIONS(4106), + [anon_sym_LT] = ACTIONS(4104), + [anon_sym_GT] = ACTIONS(4104), + [anon_sym_where] = ACTIONS(4104), + [anon_sym_object] = ACTIONS(4104), + [anon_sym_fun] = ACTIONS(4104), + [anon_sym_DOT] = ACTIONS(4104), + [anon_sym_SEMI] = ACTIONS(4106), + [anon_sym_get] = ACTIONS(4104), + [anon_sym_set] = ACTIONS(4104), + [anon_sym_this] = ACTIONS(4104), + [anon_sym_super] = ACTIONS(4104), + [anon_sym_STAR] = ACTIONS(4104), + [sym_label] = ACTIONS(4104), + [anon_sym_in] = ACTIONS(4104), + [anon_sym_DOT_DOT] = ACTIONS(4106), + [anon_sym_QMARK_COLON] = ACTIONS(4106), + [anon_sym_AMP_AMP] = ACTIONS(4106), + [anon_sym_PIPE_PIPE] = ACTIONS(4106), + [anon_sym_null] = ACTIONS(4104), + [anon_sym_if] = ACTIONS(4104), + [anon_sym_else] = ACTIONS(4104), + [anon_sym_when] = ACTIONS(4104), + [anon_sym_try] = ACTIONS(4104), + [anon_sym_catch] = ACTIONS(6416), + [anon_sym_finally] = ACTIONS(6418), + [anon_sym_throw] = ACTIONS(4104), + [anon_sym_return] = ACTIONS(4104), + [anon_sym_continue] = ACTIONS(4104), + [anon_sym_break] = ACTIONS(4104), + [anon_sym_COLON_COLON] = ACTIONS(4106), + [anon_sym_PLUS_EQ] = ACTIONS(4106), + [anon_sym_DASH_EQ] = ACTIONS(4106), + [anon_sym_STAR_EQ] = ACTIONS(4106), + [anon_sym_SLASH_EQ] = ACTIONS(4106), + [anon_sym_PERCENT_EQ] = ACTIONS(4106), + [anon_sym_BANG_EQ] = ACTIONS(4104), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4106), + [anon_sym_EQ_EQ] = ACTIONS(4104), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4106), + [anon_sym_LT_EQ] = ACTIONS(4106), + [anon_sym_GT_EQ] = ACTIONS(4106), + [anon_sym_BANGin] = ACTIONS(4106), + [anon_sym_is] = ACTIONS(4104), + [anon_sym_BANGis] = ACTIONS(4106), + [anon_sym_PLUS] = ACTIONS(4104), + [anon_sym_DASH] = ACTIONS(4104), + [anon_sym_SLASH] = ACTIONS(4104), + [anon_sym_PERCENT] = ACTIONS(4104), + [anon_sym_as_QMARK] = ACTIONS(4106), + [anon_sym_PLUS_PLUS] = ACTIONS(4106), + [anon_sym_DASH_DASH] = ACTIONS(4106), + [anon_sym_BANG] = ACTIONS(4104), + [anon_sym_BANG_BANG] = ACTIONS(4106), + [anon_sym_data] = ACTIONS(4104), + [anon_sym_inner] = ACTIONS(4104), + [anon_sym_value] = ACTIONS(4104), + [anon_sym_expect] = ACTIONS(4104), + [anon_sym_actual] = ACTIONS(4104), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4106), + [anon_sym_continue_AT] = ACTIONS(4106), + [anon_sym_break_AT] = ACTIONS(4106), + [anon_sym_this_AT] = ACTIONS(4106), + [anon_sym_super_AT] = ACTIONS(4106), + [sym_real_literal] = ACTIONS(4106), + [sym_integer_literal] = ACTIONS(4104), + [sym_hex_literal] = ACTIONS(4106), + [sym_bin_literal] = ACTIONS(4106), + [anon_sym_true] = ACTIONS(4104), + [anon_sym_false] = ACTIONS(4104), + [anon_sym_SQUOTE] = ACTIONS(4106), + [sym__backtick_identifier] = ACTIONS(4106), + [sym__automatic_semicolon] = ACTIONS(4106), + [sym_safe_nav] = ACTIONS(4106), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4106), + }, + [2756] = { + [sym_property_delegate] = STATE(2951), + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6392), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6352), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(5175), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -342634,71 +340552,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2780] = { - [sym_getter] = STATE(3978), - [sym_setter] = STATE(3978), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), - [anon_sym_STAR] = ACTIONS(1734), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1734), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [2757] = { + [sym_property_delegate] = STATE(2910), + [sym_getter] = STATE(4019), + [sym_setter] = STATE(4019), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6388), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(6352), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6390), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [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), @@ -342723,45 +340642,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2781] = { - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2758] = { + [sym_property_delegate] = STATE(2912), + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(6394), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(6352), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(4397), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), + [anon_sym_SEMI] = ACTIONS(5151), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), [anon_sym_STAR] = ACTIONS(1798), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), @@ -342812,71 +340732,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2782] = { - [sym_getter] = STATE(5221), - [sym_setter] = STATE(5221), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(1734), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1734), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [2759] = { + [sym_property_delegate] = STATE(2952), + [sym_getter] = STATE(5081), + [sym_setter] = STATE(5081), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3340), + [anon_sym_as] = ACTIONS(3338), + [anon_sym_EQ] = ACTIONS(6396), + [anon_sym_LBRACE] = ACTIONS(3340), + [anon_sym_RBRACE] = ACTIONS(3340), + [anon_sym_LPAREN] = ACTIONS(3340), + [anon_sym_by] = ACTIONS(6352), + [anon_sym_LT] = ACTIONS(3338), + [anon_sym_GT] = ACTIONS(3338), + [anon_sym_DOT] = ACTIONS(3338), + [anon_sym_SEMI] = ACTIONS(6398), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [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), @@ -342901,71 +340822,252 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2783] = { - [sym_getter] = STATE(5198), - [sym_setter] = STATE(5198), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(4395), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2760] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(4036), + [anon_sym_COLON] = ACTIONS(3976), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_typealias] = ACTIONS(4039), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_class] = ACTIONS(4039), + [anon_sym_interface] = ACTIONS(4039), + [anon_sym_enum] = ACTIONS(4039), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_val] = ACTIONS(4039), + [anon_sym_var] = ACTIONS(4039), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(4039), + [anon_sym_fun] = ACTIONS(4039), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(3976), + [anon_sym_DASH_GT] = ACTIONS(3981), + [sym_label] = ACTIONS(3981), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(4039), + [anon_sym_sealed] = ACTIONS(4039), + [anon_sym_annotation] = ACTIONS(4039), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_value] = ACTIONS(4041), + [anon_sym_override] = ACTIONS(4039), + [anon_sym_lateinit] = ACTIONS(4039), + [anon_sym_public] = ACTIONS(4039), + [anon_sym_private] = ACTIONS(4039), + [anon_sym_internal] = ACTIONS(4039), + [anon_sym_protected] = ACTIONS(4039), + [anon_sym_tailrec] = ACTIONS(4039), + [anon_sym_operator] = ACTIONS(4039), + [anon_sym_infix] = ACTIONS(4039), + [anon_sym_inline] = ACTIONS(4039), + [anon_sym_external] = ACTIONS(4039), + [sym_property_modifier] = ACTIONS(4039), + [anon_sym_abstract] = ACTIONS(4039), + [anon_sym_final] = ACTIONS(4039), + [anon_sym_open] = ACTIONS(4039), + [anon_sym_vararg] = ACTIONS(4039), + [anon_sym_noinline] = ACTIONS(4039), + [anon_sym_crossinline] = ACTIONS(4039), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3981), + [sym__automatic_semicolon] = ACTIONS(3981), + [sym_safe_nav] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + }, + [2761] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(3978), + [anon_sym_COLON] = ACTIONS(3976), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_typealias] = ACTIONS(3983), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_class] = ACTIONS(3983), + [anon_sym_interface] = ACTIONS(3983), + [anon_sym_enum] = ACTIONS(3983), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_val] = ACTIONS(3983), + [anon_sym_var] = ACTIONS(3983), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(3983), + [anon_sym_fun] = ACTIONS(3983), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(3985), + [anon_sym_set] = ACTIONS(3985), + [anon_sym_STAR] = ACTIONS(3976), + [anon_sym_DASH_GT] = ACTIONS(3981), + [sym_label] = ACTIONS(3981), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(3983), + [anon_sym_sealed] = ACTIONS(3983), + [anon_sym_annotation] = ACTIONS(3983), + [anon_sym_data] = ACTIONS(3985), + [anon_sym_inner] = ACTIONS(3985), + [anon_sym_value] = ACTIONS(3985), + [anon_sym_override] = ACTIONS(3983), + [anon_sym_lateinit] = ACTIONS(3983), + [anon_sym_public] = ACTIONS(3983), + [anon_sym_private] = ACTIONS(3983), + [anon_sym_internal] = ACTIONS(3983), + [anon_sym_protected] = ACTIONS(3983), + [anon_sym_tailrec] = ACTIONS(3983), + [anon_sym_operator] = ACTIONS(3983), + [anon_sym_infix] = ACTIONS(3983), + [anon_sym_inline] = ACTIONS(3983), + [anon_sym_external] = ACTIONS(3983), + [sym_property_modifier] = ACTIONS(3983), + [anon_sym_abstract] = ACTIONS(3983), + [anon_sym_final] = ACTIONS(3983), + [anon_sym_open] = ACTIONS(3983), + [anon_sym_vararg] = ACTIONS(3983), + [anon_sym_noinline] = ACTIONS(3983), + [anon_sym_crossinline] = ACTIONS(3983), + [anon_sym_expect] = ACTIONS(3985), + [anon_sym_actual] = ACTIONS(3985), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3981), + [sym__automatic_semicolon] = ACTIONS(3981), + [sym_safe_nav] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + }, + [2762] = { + [sym_property_delegate] = STATE(2942), + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(6372), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_by] = ACTIONS(6352), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(5018), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -342990,45 +341092,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2784] = { - [sym_getter] = STATE(3978), - [sym_setter] = STATE(3978), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2763] = { + [sym_property_delegate] = STATE(2946), + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6380), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6352), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(4409), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), + [anon_sym_SEMI] = ACTIONS(5020), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), [anon_sym_STAR] = ACTIONS(1734), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), @@ -343079,223 +341182,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2785] = { - [sym_getter] = STATE(5198), - [sym_setter] = STATE(5198), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - }, - [2786] = { - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(4407), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [2787] = { - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2764] = { + [sym_property_delegate] = STATE(2906), + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(6384), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_by] = ACTIONS(6352), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), + [anon_sym_SEMI] = ACTIONS(5026), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), [anon_sym_STAR] = ACTIONS(1798), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), @@ -343346,45 +341272,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2788] = { - [sym_getter] = STATE(5221), - [sym_setter] = STATE(5221), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2765] = { + [sym_property_delegate] = STATE(2889), + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(6350), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_by] = ACTIONS(6352), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(4405), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), + [anon_sym_SEMI] = ACTIONS(5181), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), [anon_sym_STAR] = ACTIONS(1734), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), @@ -343435,160 +341362,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2789] = { - [sym_type_constraints] = STATE(2908), - [sym_function_body] = STATE(3268), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_COLON] = ACTIONS(6434), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), + [2766] = { + [sym_type_constraints] = STATE(2919), + [sym_function_body] = STATE(3189), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4157), + [anon_sym_AT] = ACTIONS(4159), + [anon_sym_COLON] = ACTIONS(6420), + [anon_sym_LBRACK] = ACTIONS(4159), + [anon_sym_as] = ACTIONS(4157), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4159), + [anon_sym_LPAREN] = ACTIONS(4159), + [anon_sym_COMMA] = ACTIONS(4159), + [anon_sym_LT] = ACTIONS(4157), + [anon_sym_GT] = ACTIONS(4157), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4157), + [anon_sym_fun] = ACTIONS(4157), + [anon_sym_DOT] = ACTIONS(4157), + [anon_sym_SEMI] = ACTIONS(4159), + [anon_sym_get] = ACTIONS(4157), + [anon_sym_set] = ACTIONS(4157), + [anon_sym_this] = ACTIONS(4157), + [anon_sym_super] = ACTIONS(4157), + [anon_sym_STAR] = ACTIONS(4157), + [sym_label] = ACTIONS(4157), + [anon_sym_in] = ACTIONS(4157), + [anon_sym_DOT_DOT] = ACTIONS(4159), + [anon_sym_QMARK_COLON] = ACTIONS(4159), + [anon_sym_AMP_AMP] = ACTIONS(4159), + [anon_sym_PIPE_PIPE] = ACTIONS(4159), + [anon_sym_null] = ACTIONS(4157), + [anon_sym_if] = ACTIONS(4157), + [anon_sym_else] = ACTIONS(4157), + [anon_sym_when] = ACTIONS(4157), + [anon_sym_try] = ACTIONS(4157), + [anon_sym_throw] = ACTIONS(4157), + [anon_sym_return] = ACTIONS(4157), + [anon_sym_continue] = ACTIONS(4157), + [anon_sym_break] = ACTIONS(4157), + [anon_sym_COLON_COLON] = ACTIONS(4159), + [anon_sym_PLUS_EQ] = ACTIONS(4159), + [anon_sym_DASH_EQ] = ACTIONS(4159), + [anon_sym_STAR_EQ] = ACTIONS(4159), + [anon_sym_SLASH_EQ] = ACTIONS(4159), + [anon_sym_PERCENT_EQ] = ACTIONS(4159), + [anon_sym_BANG_EQ] = ACTIONS(4157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4159), + [anon_sym_EQ_EQ] = ACTIONS(4157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4159), + [anon_sym_LT_EQ] = ACTIONS(4159), + [anon_sym_GT_EQ] = ACTIONS(4159), + [anon_sym_BANGin] = ACTIONS(4159), + [anon_sym_is] = ACTIONS(4157), + [anon_sym_BANGis] = ACTIONS(4159), + [anon_sym_PLUS] = ACTIONS(4157), + [anon_sym_DASH] = ACTIONS(4157), + [anon_sym_SLASH] = ACTIONS(4157), + [anon_sym_PERCENT] = ACTIONS(4157), + [anon_sym_as_QMARK] = ACTIONS(4159), + [anon_sym_PLUS_PLUS] = ACTIONS(4159), + [anon_sym_DASH_DASH] = ACTIONS(4159), + [anon_sym_BANG] = ACTIONS(4157), + [anon_sym_BANG_BANG] = ACTIONS(4159), + [anon_sym_data] = ACTIONS(4157), + [anon_sym_inner] = ACTIONS(4157), + [anon_sym_value] = ACTIONS(4157), + [anon_sym_expect] = ACTIONS(4157), + [anon_sym_actual] = ACTIONS(4157), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4159), + [anon_sym_continue_AT] = ACTIONS(4159), + [anon_sym_break_AT] = ACTIONS(4159), + [anon_sym_this_AT] = ACTIONS(4159), + [anon_sym_super_AT] = ACTIONS(4159), + [sym_real_literal] = ACTIONS(4159), + [sym_integer_literal] = ACTIONS(4157), + [sym_hex_literal] = ACTIONS(4159), + [sym_bin_literal] = ACTIONS(4159), + [anon_sym_true] = ACTIONS(4157), + [anon_sym_false] = ACTIONS(4157), + [anon_sym_SQUOTE] = ACTIONS(4159), + [sym__backtick_identifier] = ACTIONS(4159), + [sym__automatic_semicolon] = ACTIONS(4159), + [sym_safe_nav] = ACTIONS(4159), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4159), }, - [2790] = { - [sym_getter] = STATE(3851), - [sym_setter] = STATE(3851), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6288), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2767] = { + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -343613,461 +341540,194 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), }, - [2791] = { + [2768] = { + [sym_indexing_suffix] = STATE(7203), + [sym_navigation_suffix] = STATE(7203), + [sym__postfix_unary_operator] = STATE(7203), + [sym__member_access_operator] = STATE(7824), + [sym__postfix_unary_suffix] = STATE(7203), + [aux_sym__postfix_unary_expression_repeat1] = STATE(7203), [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4009), - [anon_sym_COLON] = ACTIONS(4004), - [anon_sym_LBRACK] = ACTIONS(4009), + [anon_sym_AT] = ACTIONS(4006), + [anon_sym_LBRACK] = ACTIONS(4008), + [anon_sym_RBRACK] = ACTIONS(4006), [anon_sym_as] = ACTIONS(4004), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_by] = ACTIONS(4004), + [anon_sym_EQ] = ACTIONS(4011), + [anon_sym_LBRACE] = ACTIONS(4006), + [anon_sym_RBRACE] = ACTIONS(4006), + [anon_sym_LPAREN] = ACTIONS(4006), + [anon_sym_COMMA] = ACTIONS(4006), + [anon_sym_RPAREN] = ACTIONS(4006), [anon_sym_LT] = ACTIONS(4004), [anon_sym_GT] = ACTIONS(4004), [anon_sym_where] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), + [anon_sym_DOT] = ACTIONS(4013), + [anon_sym_SEMI] = ACTIONS(4006), [anon_sym_get] = ACTIONS(4004), [anon_sym_set] = ACTIONS(4004), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_AMP] = ACTIONS(4004), - [sym__quest] = ACTIONS(4004), [anon_sym_STAR] = ACTIONS(4004), - [sym_label] = ACTIONS(4004), + [anon_sym_DASH_GT] = ACTIONS(4006), + [sym_label] = ACTIONS(4006), [anon_sym_in] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), + [anon_sym_while] = ACTIONS(4004), + [anon_sym_DOT_DOT] = ACTIONS(4006), + [anon_sym_QMARK_COLON] = ACTIONS(4006), + [anon_sym_AMP_AMP] = ACTIONS(4006), + [anon_sym_PIPE_PIPE] = ACTIONS(4006), [anon_sym_else] = ACTIONS(4004), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), + [anon_sym_COLON_COLON] = ACTIONS(4016), + [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(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4006), [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4006), + [anon_sym_LT_EQ] = ACTIONS(4006), + [anon_sym_GT_EQ] = ACTIONS(4006), + [anon_sym_BANGin] = ACTIONS(4006), [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), + [anon_sym_BANGis] = ACTIONS(4006), [anon_sym_PLUS] = ACTIONS(4004), [anon_sym_DASH] = ACTIONS(4004), [anon_sym_SLASH] = ACTIONS(4004), [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4009), + [anon_sym_as_QMARK] = ACTIONS(4006), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_suspend] = ACTIONS(4004), + [anon_sym_sealed] = ACTIONS(4004), + [anon_sym_annotation] = ACTIONS(4004), [anon_sym_data] = ACTIONS(4004), [anon_sym_inner] = ACTIONS(4004), [anon_sym_value] = ACTIONS(4004), + [anon_sym_override] = ACTIONS(4004), + [anon_sym_lateinit] = ACTIONS(4004), + [anon_sym_public] = ACTIONS(4004), + [anon_sym_private] = ACTIONS(4004), + [anon_sym_internal] = ACTIONS(4004), + [anon_sym_protected] = ACTIONS(4004), + [anon_sym_tailrec] = ACTIONS(4004), + [anon_sym_operator] = ACTIONS(4004), + [anon_sym_infix] = ACTIONS(4004), + [anon_sym_inline] = ACTIONS(4004), + [anon_sym_external] = ACTIONS(4004), + [sym_property_modifier] = ACTIONS(4004), + [anon_sym_abstract] = ACTIONS(4004), + [anon_sym_final] = ACTIONS(4004), + [anon_sym_open] = ACTIONS(4004), + [anon_sym_vararg] = ACTIONS(4004), + [anon_sym_noinline] = ACTIONS(4004), + [anon_sym_crossinline] = ACTIONS(4004), [anon_sym_expect] = ACTIONS(4004), [anon_sym_actual] = ACTIONS(4004), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4009), - [sym__automatic_semicolon] = ACTIONS(4009), - [sym_safe_nav] = ACTIONS(4009), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [2792] = { - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(4415), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [2793] = { - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(4006), + [sym_safe_nav] = ACTIONS(4016), [sym_multiline_comment] = ACTIONS(3), }, - [2794] = { - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(4417), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [2769] = { + [sym_indexing_suffix] = STATE(7203), + [sym_navigation_suffix] = STATE(7203), + [sym__postfix_unary_operator] = STATE(7203), + [sym__member_access_operator] = STATE(7824), + [sym__postfix_unary_suffix] = STATE(7203), + [aux_sym__postfix_unary_expression_repeat1] = STATE(7203), + [sym__alpha_identifier] = ACTIONS(4004), + [anon_sym_AT] = ACTIONS(4006), + [anon_sym_LBRACK] = ACTIONS(4008), + [anon_sym_RBRACK] = ACTIONS(4006), + [anon_sym_as] = ACTIONS(4004), + [anon_sym_EQ] = ACTIONS(4024), + [anon_sym_LBRACE] = ACTIONS(4006), + [anon_sym_RBRACE] = ACTIONS(4006), + [anon_sym_LPAREN] = ACTIONS(4006), + [anon_sym_COMMA] = ACTIONS(4006), + [anon_sym_RPAREN] = ACTIONS(4006), + [anon_sym_LT] = ACTIONS(4004), + [anon_sym_GT] = ACTIONS(4004), + [anon_sym_where] = ACTIONS(4004), + [anon_sym_DOT] = ACTIONS(4013), + [anon_sym_SEMI] = ACTIONS(4006), + [anon_sym_get] = ACTIONS(4004), + [anon_sym_set] = ACTIONS(4004), + [anon_sym_STAR] = ACTIONS(4004), + [anon_sym_DASH_GT] = ACTIONS(4006), + [sym_label] = ACTIONS(4006), + [anon_sym_in] = ACTIONS(4004), + [anon_sym_while] = ACTIONS(4004), + [anon_sym_DOT_DOT] = ACTIONS(4006), + [anon_sym_QMARK_COLON] = ACTIONS(4006), + [anon_sym_AMP_AMP] = ACTIONS(4006), + [anon_sym_PIPE_PIPE] = ACTIONS(4006), + [anon_sym_else] = ACTIONS(4004), + [anon_sym_COLON_COLON] = ACTIONS(4016), + [anon_sym_PLUS_EQ] = ACTIONS(4027), + [anon_sym_DASH_EQ] = ACTIONS(4027), + [anon_sym_STAR_EQ] = ACTIONS(4027), + [anon_sym_SLASH_EQ] = ACTIONS(4027), + [anon_sym_PERCENT_EQ] = ACTIONS(4027), + [anon_sym_BANG_EQ] = ACTIONS(4004), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4006), + [anon_sym_EQ_EQ] = ACTIONS(4004), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4006), + [anon_sym_LT_EQ] = ACTIONS(4006), + [anon_sym_GT_EQ] = ACTIONS(4006), + [anon_sym_BANGin] = ACTIONS(4006), + [anon_sym_is] = ACTIONS(4004), + [anon_sym_BANGis] = ACTIONS(4006), + [anon_sym_PLUS] = ACTIONS(4004), + [anon_sym_DASH] = ACTIONS(4004), + [anon_sym_SLASH] = ACTIONS(4004), + [anon_sym_PERCENT] = ACTIONS(4004), + [anon_sym_as_QMARK] = ACTIONS(4006), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_suspend] = ACTIONS(4004), + [anon_sym_sealed] = ACTIONS(4004), + [anon_sym_annotation] = ACTIONS(4004), + [anon_sym_data] = ACTIONS(4004), + [anon_sym_inner] = ACTIONS(4004), + [anon_sym_value] = ACTIONS(4004), + [anon_sym_override] = ACTIONS(4004), + [anon_sym_lateinit] = ACTIONS(4004), + [anon_sym_public] = ACTIONS(4004), + [anon_sym_private] = ACTIONS(4004), + [anon_sym_internal] = ACTIONS(4004), + [anon_sym_protected] = ACTIONS(4004), + [anon_sym_tailrec] = ACTIONS(4004), + [anon_sym_operator] = ACTIONS(4004), + [anon_sym_infix] = ACTIONS(4004), + [anon_sym_inline] = ACTIONS(4004), + [anon_sym_external] = ACTIONS(4004), + [sym_property_modifier] = ACTIONS(4004), + [anon_sym_abstract] = ACTIONS(4004), + [anon_sym_final] = ACTIONS(4004), + [anon_sym_open] = ACTIONS(4004), + [anon_sym_vararg] = ACTIONS(4004), + [anon_sym_noinline] = ACTIONS(4004), + [anon_sym_crossinline] = ACTIONS(4004), + [anon_sym_expect] = ACTIONS(4004), + [anon_sym_actual] = ACTIONS(4004), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - }, - [2795] = { - [sym_annotated_lambda] = STATE(3438), - [sym_lambda_literal] = STATE(3370), - [sym_annotation] = STATE(8350), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8350), - [sym__alpha_identifier] = ACTIONS(4000), - [anon_sym_AT] = ACTIONS(4002), - [anon_sym_LBRACK] = ACTIONS(4002), - [anon_sym_RBRACK] = ACTIONS(4002), - [anon_sym_as] = ACTIONS(4000), - [anon_sym_EQ] = ACTIONS(4000), - [anon_sym_LBRACE] = ACTIONS(4002), - [anon_sym_RBRACE] = ACTIONS(4002), - [anon_sym_LPAREN] = ACTIONS(4002), - [anon_sym_COMMA] = ACTIONS(4002), - [anon_sym_RPAREN] = ACTIONS(4002), - [anon_sym_LT] = ACTIONS(4000), - [anon_sym_GT] = ACTIONS(4000), - [anon_sym_where] = ACTIONS(4000), - [anon_sym_DOT] = ACTIONS(4000), - [anon_sym_SEMI] = ACTIONS(4002), - [anon_sym_get] = ACTIONS(4000), - [anon_sym_set] = ACTIONS(4000), - [anon_sym_STAR] = ACTIONS(4000), - [anon_sym_DASH_GT] = ACTIONS(4002), - [sym_label] = ACTIONS(4002), - [anon_sym_in] = ACTIONS(4000), - [anon_sym_while] = ACTIONS(4000), - [anon_sym_DOT_DOT] = ACTIONS(4002), - [anon_sym_QMARK_COLON] = ACTIONS(4002), - [anon_sym_AMP_AMP] = ACTIONS(4002), - [anon_sym_PIPE_PIPE] = ACTIONS(4002), - [anon_sym_else] = ACTIONS(4000), - [anon_sym_COLON_COLON] = ACTIONS(4002), - [anon_sym_PLUS_EQ] = ACTIONS(4002), - [anon_sym_DASH_EQ] = ACTIONS(4002), - [anon_sym_STAR_EQ] = ACTIONS(4002), - [anon_sym_SLASH_EQ] = ACTIONS(4002), - [anon_sym_PERCENT_EQ] = ACTIONS(4002), - [anon_sym_BANG_EQ] = ACTIONS(4000), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4002), - [anon_sym_EQ_EQ] = ACTIONS(4000), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4002), - [anon_sym_LT_EQ] = ACTIONS(4002), - [anon_sym_GT_EQ] = ACTIONS(4002), - [anon_sym_BANGin] = ACTIONS(4002), - [anon_sym_is] = ACTIONS(4000), - [anon_sym_BANGis] = ACTIONS(4002), - [anon_sym_PLUS] = ACTIONS(4000), - [anon_sym_DASH] = ACTIONS(4000), - [anon_sym_SLASH] = ACTIONS(4000), - [anon_sym_PERCENT] = ACTIONS(4000), - [anon_sym_as_QMARK] = ACTIONS(4002), - [anon_sym_PLUS_PLUS] = ACTIONS(4002), - [anon_sym_DASH_DASH] = ACTIONS(4002), - [anon_sym_BANG_BANG] = ACTIONS(4002), - [anon_sym_suspend] = ACTIONS(4000), - [anon_sym_sealed] = ACTIONS(4000), - [anon_sym_annotation] = ACTIONS(4000), - [anon_sym_data] = ACTIONS(4000), - [anon_sym_inner] = ACTIONS(4000), - [anon_sym_value] = ACTIONS(4000), - [anon_sym_override] = ACTIONS(4000), - [anon_sym_lateinit] = ACTIONS(4000), - [anon_sym_public] = ACTIONS(4000), - [anon_sym_private] = ACTIONS(4000), - [anon_sym_internal] = ACTIONS(4000), - [anon_sym_protected] = ACTIONS(4000), - [anon_sym_tailrec] = ACTIONS(4000), - [anon_sym_operator] = ACTIONS(4000), - [anon_sym_infix] = ACTIONS(4000), - [anon_sym_inline] = ACTIONS(4000), - [anon_sym_external] = ACTIONS(4000), - [sym_property_modifier] = ACTIONS(4000), - [anon_sym_abstract] = ACTIONS(4000), - [anon_sym_final] = ACTIONS(4000), - [anon_sym_open] = ACTIONS(4000), - [anon_sym_vararg] = ACTIONS(4000), - [anon_sym_noinline] = ACTIONS(4000), - [anon_sym_crossinline] = ACTIONS(4000), - [anon_sym_expect] = ACTIONS(4000), - [anon_sym_actual] = ACTIONS(4000), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4002), - [sym_safe_nav] = ACTIONS(4002), + [sym__backtick_identifier] = ACTIONS(4006), + [sym_safe_nav] = ACTIONS(4016), [sym_multiline_comment] = ACTIONS(3), }, - [2796] = { - [aux_sym_user_type_repeat1] = STATE(2807), + [2770] = { + [aux_sym_user_type_repeat1] = STATE(2804), [sym__alpha_identifier] = ACTIONS(4193), [anon_sym_AT] = ACTIONS(4195), [anon_sym_LBRACK] = ACTIONS(4195), @@ -344083,7 +341743,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(4193), [anon_sym_object] = ACTIONS(4193), [anon_sym_fun] = ACTIONS(4193), - [anon_sym_DOT] = ACTIONS(6436), + [anon_sym_DOT] = ACTIONS(6426), [anon_sym_SEMI] = ACTIONS(4195), [anon_sym_get] = ACTIONS(4193), [anon_sym_set] = ACTIONS(4193), @@ -344155,380 +341815,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4195), }, - [2797] = { - [sym_getter] = STATE(3851), - [sym_setter] = STATE(3851), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - }, - [2798] = { - [sym_type_constraints] = STATE(2911), - [sym_function_body] = STATE(3220), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_COLON] = ACTIONS(6439), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), - }, - [2799] = { - [sym_getter] = STATE(4033), - [sym_setter] = STATE(4033), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(4411), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - }, - [2800] = { - [sym_getter] = STATE(4034), - [sym_setter] = STATE(4034), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), - [anon_sym_STAR] = ACTIONS(1816), - [sym_label] = ACTIONS(1816), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1816), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG_BANG] = ACTIONS(1816), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), - [sym_multiline_comment] = ACTIONS(3), - }, - [2801] = { - [sym_getter] = STATE(4018), - [sym_setter] = STATE(4018), - [sym_modifiers] = STATE(9415), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2771] = { + [sym_getter] = STATE(5182), + [sym_setter] = STATE(5182), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(3422), [anon_sym_as] = ACTIONS(3420), [anon_sym_LBRACE] = ACTIONS(3422), @@ -344540,8 +341844,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(3420), [anon_sym_DOT] = ACTIONS(3420), [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(6236), - [anon_sym_set] = ACTIONS(6238), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), [anon_sym_STAR] = ACTIONS(3422), [sym_label] = ACTIONS(3422), [anon_sym_in] = ACTIONS(3420), @@ -344592,210 +341896,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(3422), [sym__automatic_semicolon] = ACTIONS(3422), [sym_safe_nav] = ACTIONS(3422), [sym_multiline_comment] = ACTIONS(3), }, - [2802] = { - [sym_getter] = STATE(5108), - [sym_setter] = STATE(5108), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6242), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - }, - [2803] = { - [sym_type_arguments] = STATE(2821), - [sym__alpha_identifier] = ACTIONS(4128), - [anon_sym_AT] = ACTIONS(4189), - [anon_sym_LBRACK] = ACTIONS(4189), - [anon_sym_as] = ACTIONS(4128), - [anon_sym_EQ] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4189), - [anon_sym_RBRACE] = ACTIONS(4189), - [anon_sym_LPAREN] = ACTIONS(4189), - [anon_sym_COMMA] = ACTIONS(4189), - [anon_sym_by] = ACTIONS(4128), - [anon_sym_LT] = ACTIONS(6441), - [anon_sym_GT] = ACTIONS(4128), - [anon_sym_where] = ACTIONS(4128), - [anon_sym_object] = ACTIONS(4128), - [anon_sym_fun] = ACTIONS(4128), - [anon_sym_DOT] = ACTIONS(4128), - [anon_sym_SEMI] = ACTIONS(4189), - [anon_sym_get] = ACTIONS(4128), - [anon_sym_set] = ACTIONS(4128), - [anon_sym_this] = ACTIONS(4128), - [anon_sym_super] = ACTIONS(4128), - [anon_sym_AMP] = ACTIONS(4128), - [sym__quest] = ACTIONS(4128), - [anon_sym_STAR] = ACTIONS(4128), - [sym_label] = ACTIONS(4128), - [anon_sym_in] = ACTIONS(4128), - [anon_sym_DOT_DOT] = ACTIONS(4189), - [anon_sym_QMARK_COLON] = ACTIONS(4189), - [anon_sym_AMP_AMP] = ACTIONS(4189), - [anon_sym_PIPE_PIPE] = ACTIONS(4189), - [anon_sym_null] = ACTIONS(4128), - [anon_sym_if] = ACTIONS(4128), - [anon_sym_else] = ACTIONS(4128), - [anon_sym_when] = ACTIONS(4128), - [anon_sym_try] = ACTIONS(4128), - [anon_sym_throw] = ACTIONS(4128), - [anon_sym_return] = ACTIONS(4128), - [anon_sym_continue] = ACTIONS(4128), - [anon_sym_break] = ACTIONS(4128), - [anon_sym_COLON_COLON] = ACTIONS(4189), - [anon_sym_PLUS_EQ] = ACTIONS(4189), - [anon_sym_DASH_EQ] = ACTIONS(4189), - [anon_sym_STAR_EQ] = ACTIONS(4189), - [anon_sym_SLASH_EQ] = ACTIONS(4189), - [anon_sym_PERCENT_EQ] = ACTIONS(4189), - [anon_sym_BANG_EQ] = ACTIONS(4128), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4189), - [anon_sym_EQ_EQ] = ACTIONS(4128), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4189), - [anon_sym_LT_EQ] = ACTIONS(4189), - [anon_sym_GT_EQ] = ACTIONS(4189), - [anon_sym_BANGin] = ACTIONS(4189), - [anon_sym_is] = ACTIONS(4128), - [anon_sym_BANGis] = ACTIONS(4189), - [anon_sym_PLUS] = ACTIONS(4128), - [anon_sym_DASH] = ACTIONS(4128), - [anon_sym_SLASH] = ACTIONS(4128), - [anon_sym_PERCENT] = ACTIONS(4128), - [anon_sym_as_QMARK] = ACTIONS(4189), - [anon_sym_PLUS_PLUS] = ACTIONS(4189), - [anon_sym_DASH_DASH] = ACTIONS(4189), - [anon_sym_BANG] = ACTIONS(4128), - [anon_sym_BANG_BANG] = ACTIONS(4189), - [anon_sym_data] = ACTIONS(4128), - [anon_sym_inner] = ACTIONS(4128), - [anon_sym_value] = ACTIONS(4128), - [anon_sym_expect] = ACTIONS(4128), - [anon_sym_actual] = ACTIONS(4128), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4189), - [anon_sym_continue_AT] = ACTIONS(4189), - [anon_sym_break_AT] = ACTIONS(4189), - [anon_sym_this_AT] = ACTIONS(4189), - [anon_sym_super_AT] = ACTIONS(4189), - [sym_real_literal] = ACTIONS(4189), - [sym_integer_literal] = ACTIONS(4128), - [sym_hex_literal] = ACTIONS(4189), - [sym_bin_literal] = ACTIONS(4189), - [anon_sym_true] = ACTIONS(4128), - [anon_sym_false] = ACTIONS(4128), - [anon_sym_SQUOTE] = ACTIONS(4189), - [sym__backtick_identifier] = ACTIONS(4189), - [sym__automatic_semicolon] = ACTIONS(4189), - [sym_safe_nav] = ACTIONS(4189), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4189), - }, - [2804] = { - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2772] = { + [sym_getter] = STATE(5160), + [sym_setter] = STATE(5160), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1792), [anon_sym_as] = ACTIONS(1790), [anon_sym_LBRACE] = ACTIONS(1792), @@ -344807,8 +341933,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1790), [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), [anon_sym_STAR] = ACTIONS(1792), [sym_label] = ACTIONS(1792), [anon_sym_in] = ACTIONS(1790), @@ -344859,160 +341985,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1792), [sym__automatic_semicolon] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), }, - [2805] = { - [sym_type_constraints] = STATE(2920), - [sym_function_body] = STATE(3159), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_COLON] = ACTIONS(6443), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), + [2773] = { + [sym_catch_block] = STATE(2773), + [aux_sym_try_expression_repeat1] = STATE(2773), + [sym__alpha_identifier] = ACTIONS(4175), + [anon_sym_AT] = ACTIONS(4177), + [anon_sym_LBRACK] = ACTIONS(4177), + [anon_sym_as] = ACTIONS(4175), + [anon_sym_EQ] = ACTIONS(4175), + [anon_sym_LBRACE] = ACTIONS(4177), + [anon_sym_RBRACE] = ACTIONS(4177), + [anon_sym_LPAREN] = ACTIONS(4177), + [anon_sym_COMMA] = ACTIONS(4177), + [anon_sym_LT] = ACTIONS(4175), + [anon_sym_GT] = ACTIONS(4175), + [anon_sym_where] = ACTIONS(4175), + [anon_sym_object] = ACTIONS(4175), + [anon_sym_fun] = ACTIONS(4175), + [anon_sym_DOT] = ACTIONS(4175), + [anon_sym_SEMI] = ACTIONS(4177), + [anon_sym_get] = ACTIONS(4175), + [anon_sym_set] = ACTIONS(4175), + [anon_sym_this] = ACTIONS(4175), + [anon_sym_super] = ACTIONS(4175), + [anon_sym_STAR] = ACTIONS(4175), + [sym_label] = ACTIONS(4175), + [anon_sym_in] = ACTIONS(4175), + [anon_sym_DOT_DOT] = ACTIONS(4177), + [anon_sym_QMARK_COLON] = ACTIONS(4177), + [anon_sym_AMP_AMP] = ACTIONS(4177), + [anon_sym_PIPE_PIPE] = ACTIONS(4177), + [anon_sym_null] = ACTIONS(4175), + [anon_sym_if] = ACTIONS(4175), + [anon_sym_else] = ACTIONS(4175), + [anon_sym_when] = ACTIONS(4175), + [anon_sym_try] = ACTIONS(4175), + [anon_sym_catch] = ACTIONS(6429), + [anon_sym_finally] = ACTIONS(4175), + [anon_sym_throw] = ACTIONS(4175), + [anon_sym_return] = ACTIONS(4175), + [anon_sym_continue] = ACTIONS(4175), + [anon_sym_break] = ACTIONS(4175), + [anon_sym_COLON_COLON] = ACTIONS(4177), + [anon_sym_PLUS_EQ] = ACTIONS(4177), + [anon_sym_DASH_EQ] = ACTIONS(4177), + [anon_sym_STAR_EQ] = ACTIONS(4177), + [anon_sym_SLASH_EQ] = ACTIONS(4177), + [anon_sym_PERCENT_EQ] = ACTIONS(4177), + [anon_sym_BANG_EQ] = ACTIONS(4175), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4177), + [anon_sym_EQ_EQ] = ACTIONS(4175), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4177), + [anon_sym_LT_EQ] = ACTIONS(4177), + [anon_sym_GT_EQ] = ACTIONS(4177), + [anon_sym_BANGin] = ACTIONS(4177), + [anon_sym_is] = ACTIONS(4175), + [anon_sym_BANGis] = ACTIONS(4177), + [anon_sym_PLUS] = ACTIONS(4175), + [anon_sym_DASH] = ACTIONS(4175), + [anon_sym_SLASH] = ACTIONS(4175), + [anon_sym_PERCENT] = ACTIONS(4175), + [anon_sym_as_QMARK] = ACTIONS(4177), + [anon_sym_PLUS_PLUS] = ACTIONS(4177), + [anon_sym_DASH_DASH] = ACTIONS(4177), + [anon_sym_BANG] = ACTIONS(4175), + [anon_sym_BANG_BANG] = ACTIONS(4177), + [anon_sym_data] = ACTIONS(4175), + [anon_sym_inner] = ACTIONS(4175), + [anon_sym_value] = ACTIONS(4175), + [anon_sym_expect] = ACTIONS(4175), + [anon_sym_actual] = ACTIONS(4175), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4177), + [anon_sym_continue_AT] = ACTIONS(4177), + [anon_sym_break_AT] = ACTIONS(4177), + [anon_sym_this_AT] = ACTIONS(4177), + [anon_sym_super_AT] = ACTIONS(4177), + [sym_real_literal] = ACTIONS(4177), + [sym_integer_literal] = ACTIONS(4175), + [sym_hex_literal] = ACTIONS(4177), + [sym_bin_literal] = ACTIONS(4177), + [anon_sym_true] = ACTIONS(4175), + [anon_sym_false] = ACTIONS(4175), + [anon_sym_SQUOTE] = ACTIONS(4177), + [sym__backtick_identifier] = ACTIONS(4177), + [sym__automatic_semicolon] = ACTIONS(4177), + [sym_safe_nav] = ACTIONS(4177), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4177), }, - [2806] = { - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2774] = { + [sym_getter] = STATE(5085), + [sym_setter] = STATE(5085), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(4379), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -345037,160 +342163,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2807] = { - [aux_sym_user_type_repeat1] = STATE(2810), - [sym__alpha_identifier] = ACTIONS(4153), - [anon_sym_AT] = ACTIONS(4155), - [anon_sym_LBRACK] = ACTIONS(4155), - [anon_sym_as] = ACTIONS(4153), - [anon_sym_EQ] = ACTIONS(4153), - [anon_sym_LBRACE] = ACTIONS(4155), - [anon_sym_RBRACE] = ACTIONS(4155), - [anon_sym_LPAREN] = ACTIONS(4155), - [anon_sym_COMMA] = ACTIONS(4155), - [anon_sym_by] = ACTIONS(4153), - [anon_sym_LT] = ACTIONS(4153), - [anon_sym_GT] = ACTIONS(4153), - [anon_sym_where] = ACTIONS(4153), - [anon_sym_object] = ACTIONS(4153), - [anon_sym_fun] = ACTIONS(4153), - [anon_sym_DOT] = ACTIONS(6445), - [anon_sym_SEMI] = ACTIONS(4155), - [anon_sym_get] = ACTIONS(4153), - [anon_sym_set] = ACTIONS(4153), - [anon_sym_this] = ACTIONS(4153), - [anon_sym_super] = ACTIONS(4153), - [anon_sym_AMP] = ACTIONS(4153), - [sym__quest] = ACTIONS(4153), - [anon_sym_STAR] = ACTIONS(4153), - [sym_label] = ACTIONS(4153), - [anon_sym_in] = ACTIONS(4153), - [anon_sym_DOT_DOT] = ACTIONS(4155), - [anon_sym_QMARK_COLON] = ACTIONS(4155), - [anon_sym_AMP_AMP] = ACTIONS(4155), - [anon_sym_PIPE_PIPE] = ACTIONS(4155), - [anon_sym_null] = ACTIONS(4153), - [anon_sym_if] = ACTIONS(4153), - [anon_sym_else] = ACTIONS(4153), - [anon_sym_when] = ACTIONS(4153), - [anon_sym_try] = ACTIONS(4153), - [anon_sym_throw] = ACTIONS(4153), - [anon_sym_return] = ACTIONS(4153), - [anon_sym_continue] = ACTIONS(4153), - [anon_sym_break] = ACTIONS(4153), - [anon_sym_COLON_COLON] = ACTIONS(4155), - [anon_sym_PLUS_EQ] = ACTIONS(4155), - [anon_sym_DASH_EQ] = ACTIONS(4155), - [anon_sym_STAR_EQ] = ACTIONS(4155), - [anon_sym_SLASH_EQ] = ACTIONS(4155), - [anon_sym_PERCENT_EQ] = ACTIONS(4155), - [anon_sym_BANG_EQ] = ACTIONS(4153), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4155), - [anon_sym_EQ_EQ] = ACTIONS(4153), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4155), - [anon_sym_LT_EQ] = ACTIONS(4155), - [anon_sym_GT_EQ] = ACTIONS(4155), - [anon_sym_BANGin] = ACTIONS(4155), - [anon_sym_is] = ACTIONS(4153), - [anon_sym_BANGis] = ACTIONS(4155), - [anon_sym_PLUS] = ACTIONS(4153), - [anon_sym_DASH] = ACTIONS(4153), - [anon_sym_SLASH] = ACTIONS(4153), - [anon_sym_PERCENT] = ACTIONS(4153), - [anon_sym_as_QMARK] = ACTIONS(4155), - [anon_sym_PLUS_PLUS] = ACTIONS(4155), - [anon_sym_DASH_DASH] = ACTIONS(4155), - [anon_sym_BANG] = ACTIONS(4153), - [anon_sym_BANG_BANG] = ACTIONS(4155), - [anon_sym_data] = ACTIONS(4153), - [anon_sym_inner] = ACTIONS(4153), - [anon_sym_value] = ACTIONS(4153), - [anon_sym_expect] = ACTIONS(4153), - [anon_sym_actual] = ACTIONS(4153), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4155), - [anon_sym_continue_AT] = ACTIONS(4155), - [anon_sym_break_AT] = ACTIONS(4155), - [anon_sym_this_AT] = ACTIONS(4155), - [anon_sym_super_AT] = ACTIONS(4155), - [sym_real_literal] = ACTIONS(4155), - [sym_integer_literal] = ACTIONS(4153), - [sym_hex_literal] = ACTIONS(4155), - [sym_bin_literal] = ACTIONS(4155), - [anon_sym_true] = ACTIONS(4153), - [anon_sym_false] = ACTIONS(4153), - [anon_sym_SQUOTE] = ACTIONS(4155), - [sym__backtick_identifier] = ACTIONS(4155), - [sym__automatic_semicolon] = ACTIONS(4155), - [sym_safe_nav] = ACTIONS(4155), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4155), - }, - [2808] = { - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), - [sym_modifiers] = STATE(9447), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(4419), - [anon_sym_get] = ACTIONS(6244), - [anon_sym_set] = ACTIONS(6246), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2775] = { + [sym_getter] = STATE(5081), + [sym_setter] = STATE(5081), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6294), + [anon_sym_set] = ACTIONS(6296), + [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), @@ -345215,601 +342252,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - }, - [2809] = { - [sym_catch_block] = STATE(2809), - [aux_sym_try_expression_repeat1] = STATE(2809), - [sym__alpha_identifier] = ACTIONS(4130), - [anon_sym_AT] = ACTIONS(4132), - [anon_sym_LBRACK] = ACTIONS(4132), - [anon_sym_as] = ACTIONS(4130), - [anon_sym_EQ] = ACTIONS(4130), - [anon_sym_LBRACE] = ACTIONS(4132), - [anon_sym_RBRACE] = ACTIONS(4132), - [anon_sym_LPAREN] = ACTIONS(4132), - [anon_sym_COMMA] = ACTIONS(4132), - [anon_sym_LT] = ACTIONS(4130), - [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(4132), - [anon_sym_get] = ACTIONS(4130), - [anon_sym_set] = ACTIONS(4130), - [anon_sym_this] = ACTIONS(4130), - [anon_sym_super] = ACTIONS(4130), - [anon_sym_STAR] = ACTIONS(4130), - [sym_label] = ACTIONS(4130), - [anon_sym_in] = ACTIONS(4130), - [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(4130), - [anon_sym_if] = ACTIONS(4130), - [anon_sym_else] = ACTIONS(4130), - [anon_sym_when] = ACTIONS(4130), - [anon_sym_try] = ACTIONS(4130), - [anon_sym_catch] = ACTIONS(6448), - [anon_sym_finally] = 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(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(4130), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4132), - [anon_sym_EQ_EQ] = ACTIONS(4130), - [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(4130), - [anon_sym_BANGis] = ACTIONS(4132), - [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(4132), - [anon_sym_PLUS_PLUS] = ACTIONS(4132), - [anon_sym_DASH_DASH] = ACTIONS(4132), - [anon_sym_BANG] = ACTIONS(4130), - [anon_sym_BANG_BANG] = ACTIONS(4132), - [anon_sym_data] = ACTIONS(4130), - [anon_sym_inner] = ACTIONS(4130), - [anon_sym_value] = ACTIONS(4130), - [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), - [anon_sym_this_AT] = ACTIONS(4132), - [anon_sym_super_AT] = ACTIONS(4132), - [sym_real_literal] = ACTIONS(4132), - [sym_integer_literal] = ACTIONS(4130), - [sym_hex_literal] = ACTIONS(4132), - [sym_bin_literal] = ACTIONS(4132), - [anon_sym_true] = ACTIONS(4130), - [anon_sym_false] = ACTIONS(4130), - [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), - }, - [2810] = { - [aux_sym_user_type_repeat1] = STATE(2810), - [sym__alpha_identifier] = ACTIONS(4166), - [anon_sym_AT] = ACTIONS(4168), - [anon_sym_LBRACK] = ACTIONS(4168), - [anon_sym_as] = ACTIONS(4166), - [anon_sym_EQ] = ACTIONS(4166), - [anon_sym_LBRACE] = ACTIONS(4168), - [anon_sym_RBRACE] = ACTIONS(4168), - [anon_sym_LPAREN] = ACTIONS(4168), - [anon_sym_COMMA] = ACTIONS(4168), - [anon_sym_by] = ACTIONS(4166), - [anon_sym_LT] = ACTIONS(4166), - [anon_sym_GT] = ACTIONS(4166), - [anon_sym_where] = ACTIONS(4166), - [anon_sym_object] = ACTIONS(4166), - [anon_sym_fun] = ACTIONS(4166), - [anon_sym_DOT] = ACTIONS(6451), - [anon_sym_SEMI] = ACTIONS(4168), - [anon_sym_get] = ACTIONS(4166), - [anon_sym_set] = ACTIONS(4166), - [anon_sym_this] = ACTIONS(4166), - [anon_sym_super] = ACTIONS(4166), - [anon_sym_AMP] = ACTIONS(4166), - [sym__quest] = ACTIONS(4166), - [anon_sym_STAR] = ACTIONS(4166), - [sym_label] = ACTIONS(4166), - [anon_sym_in] = ACTIONS(4166), - [anon_sym_DOT_DOT] = ACTIONS(4168), - [anon_sym_QMARK_COLON] = ACTIONS(4168), - [anon_sym_AMP_AMP] = ACTIONS(4168), - [anon_sym_PIPE_PIPE] = ACTIONS(4168), - [anon_sym_null] = ACTIONS(4166), - [anon_sym_if] = ACTIONS(4166), - [anon_sym_else] = ACTIONS(4166), - [anon_sym_when] = ACTIONS(4166), - [anon_sym_try] = ACTIONS(4166), - [anon_sym_throw] = ACTIONS(4166), - [anon_sym_return] = ACTIONS(4166), - [anon_sym_continue] = ACTIONS(4166), - [anon_sym_break] = ACTIONS(4166), - [anon_sym_COLON_COLON] = ACTIONS(4168), - [anon_sym_PLUS_EQ] = ACTIONS(4168), - [anon_sym_DASH_EQ] = ACTIONS(4168), - [anon_sym_STAR_EQ] = ACTIONS(4168), - [anon_sym_SLASH_EQ] = ACTIONS(4168), - [anon_sym_PERCENT_EQ] = ACTIONS(4168), - [anon_sym_BANG_EQ] = ACTIONS(4166), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4168), - [anon_sym_EQ_EQ] = ACTIONS(4166), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4168), - [anon_sym_LT_EQ] = ACTIONS(4168), - [anon_sym_GT_EQ] = ACTIONS(4168), - [anon_sym_BANGin] = ACTIONS(4168), - [anon_sym_is] = ACTIONS(4166), - [anon_sym_BANGis] = ACTIONS(4168), - [anon_sym_PLUS] = ACTIONS(4166), - [anon_sym_DASH] = ACTIONS(4166), - [anon_sym_SLASH] = ACTIONS(4166), - [anon_sym_PERCENT] = ACTIONS(4166), - [anon_sym_as_QMARK] = ACTIONS(4168), - [anon_sym_PLUS_PLUS] = ACTIONS(4168), - [anon_sym_DASH_DASH] = ACTIONS(4168), - [anon_sym_BANG] = ACTIONS(4166), - [anon_sym_BANG_BANG] = ACTIONS(4168), - [anon_sym_data] = ACTIONS(4166), - [anon_sym_inner] = ACTIONS(4166), - [anon_sym_value] = ACTIONS(4166), - [anon_sym_expect] = ACTIONS(4166), - [anon_sym_actual] = ACTIONS(4166), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4168), - [anon_sym_continue_AT] = ACTIONS(4168), - [anon_sym_break_AT] = ACTIONS(4168), - [anon_sym_this_AT] = ACTIONS(4168), - [anon_sym_super_AT] = ACTIONS(4168), - [sym_real_literal] = ACTIONS(4168), - [sym_integer_literal] = ACTIONS(4166), - [sym_hex_literal] = ACTIONS(4168), - [sym_bin_literal] = ACTIONS(4168), - [anon_sym_true] = ACTIONS(4166), - [anon_sym_false] = ACTIONS(4166), - [anon_sym_SQUOTE] = ACTIONS(4168), - [sym__backtick_identifier] = ACTIONS(4168), - [sym__automatic_semicolon] = ACTIONS(4168), - [sym_safe_nav] = ACTIONS(4168), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4168), - }, - [2811] = { - [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), - [anon_sym_AMP] = ACTIONS(6454), - [sym__quest] = ACTIONS(4237), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4239), - [anon_sym_super_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), - }, - [2812] = { - [aux_sym_nullable_type_repeat1] = STATE(2838), - [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_by] = ACTIONS(4303), - [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), - [sym__quest] = ACTIONS(6456), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4305), - [anon_sym_super_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), - }, - [2813] = { - [sym__alpha_identifier] = ACTIONS(4313), - [anon_sym_AT] = ACTIONS(4315), - [anon_sym_LBRACK] = ACTIONS(4315), - [anon_sym_as] = ACTIONS(4313), - [anon_sym_EQ] = ACTIONS(4313), - [anon_sym_LBRACE] = ACTIONS(4315), - [anon_sym_RBRACE] = ACTIONS(4315), - [anon_sym_LPAREN] = ACTIONS(4315), - [anon_sym_COMMA] = ACTIONS(4315), - [anon_sym_by] = ACTIONS(4313), - [anon_sym_LT] = ACTIONS(4313), - [anon_sym_GT] = ACTIONS(4313), - [anon_sym_where] = ACTIONS(4313), - [anon_sym_object] = ACTIONS(4313), - [anon_sym_fun] = ACTIONS(4313), - [anon_sym_DOT] = ACTIONS(4313), - [anon_sym_SEMI] = ACTIONS(4315), - [anon_sym_get] = ACTIONS(4313), - [anon_sym_set] = ACTIONS(4313), - [anon_sym_this] = ACTIONS(4313), - [anon_sym_super] = ACTIONS(4313), - [anon_sym_AMP] = ACTIONS(4313), - [sym__quest] = ACTIONS(4313), - [anon_sym_STAR] = ACTIONS(4313), - [sym_label] = ACTIONS(4313), - [anon_sym_in] = ACTIONS(4313), - [anon_sym_DOT_DOT] = ACTIONS(4315), - [anon_sym_QMARK_COLON] = ACTIONS(4315), - [anon_sym_AMP_AMP] = ACTIONS(4315), - [anon_sym_PIPE_PIPE] = ACTIONS(4315), - [anon_sym_null] = ACTIONS(4313), - [anon_sym_if] = ACTIONS(4313), - [anon_sym_else] = ACTIONS(4313), - [anon_sym_when] = ACTIONS(4313), - [anon_sym_try] = ACTIONS(4313), - [anon_sym_throw] = ACTIONS(4313), - [anon_sym_return] = ACTIONS(4313), - [anon_sym_continue] = ACTIONS(4313), - [anon_sym_break] = ACTIONS(4313), - [anon_sym_COLON_COLON] = ACTIONS(4315), - [anon_sym_PLUS_EQ] = ACTIONS(4315), - [anon_sym_DASH_EQ] = ACTIONS(4315), - [anon_sym_STAR_EQ] = ACTIONS(4315), - [anon_sym_SLASH_EQ] = ACTIONS(4315), - [anon_sym_PERCENT_EQ] = ACTIONS(4315), - [anon_sym_BANG_EQ] = ACTIONS(4313), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4315), - [anon_sym_EQ_EQ] = ACTIONS(4313), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4315), - [anon_sym_LT_EQ] = ACTIONS(4315), - [anon_sym_GT_EQ] = ACTIONS(4315), - [anon_sym_BANGin] = ACTIONS(4315), - [anon_sym_is] = ACTIONS(4313), - [anon_sym_BANGis] = ACTIONS(4315), - [anon_sym_PLUS] = ACTIONS(4313), - [anon_sym_DASH] = ACTIONS(4313), - [anon_sym_SLASH] = ACTIONS(4313), - [anon_sym_PERCENT] = ACTIONS(4313), - [anon_sym_as_QMARK] = ACTIONS(4315), - [anon_sym_PLUS_PLUS] = ACTIONS(4315), - [anon_sym_DASH_DASH] = ACTIONS(4315), - [anon_sym_BANG] = ACTIONS(4313), - [anon_sym_BANG_BANG] = ACTIONS(4315), - [anon_sym_data] = ACTIONS(4313), - [anon_sym_inner] = ACTIONS(4313), - [anon_sym_value] = ACTIONS(4313), - [anon_sym_expect] = ACTIONS(4313), - [anon_sym_actual] = ACTIONS(4313), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4315), - [anon_sym_continue_AT] = ACTIONS(4315), - [anon_sym_break_AT] = ACTIONS(4315), - [anon_sym_this_AT] = ACTIONS(4315), - [anon_sym_super_AT] = ACTIONS(4315), - [sym_real_literal] = ACTIONS(4315), - [sym_integer_literal] = ACTIONS(4313), - [sym_hex_literal] = ACTIONS(4315), - [sym_bin_literal] = ACTIONS(4315), - [anon_sym_true] = ACTIONS(4313), - [anon_sym_false] = ACTIONS(4313), - [anon_sym_SQUOTE] = ACTIONS(4315), - [sym__backtick_identifier] = ACTIONS(4315), - [sym__automatic_semicolon] = ACTIONS(4315), - [sym_safe_nav] = ACTIONS(4315), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4315), - }, - [2814] = { - [sym_type_constraints] = STATE(3158), - [sym_function_body] = STATE(3159), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_COLON] = ACTIONS(6458), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), }, - [2815] = { - [sym_getter] = STATE(3464), - [sym_setter] = STATE(3464), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_RPAREN] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(1816), - [sym_label] = ACTIONS(1816), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_while] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1816), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [2776] = { + [sym_getter] = STATE(5085), + [sym_setter] = STATE(5085), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -345834,422 +342341,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2816] = { - [sym__alpha_identifier] = ACTIONS(4317), - [anon_sym_AT] = ACTIONS(4319), - [anon_sym_LBRACK] = ACTIONS(4319), - [anon_sym_as] = ACTIONS(4317), - [anon_sym_EQ] = ACTIONS(4317), - [anon_sym_LBRACE] = ACTIONS(4319), - [anon_sym_RBRACE] = ACTIONS(4319), - [anon_sym_LPAREN] = ACTIONS(4319), - [anon_sym_COMMA] = ACTIONS(4319), - [anon_sym_by] = ACTIONS(4317), - [anon_sym_LT] = ACTIONS(4317), - [anon_sym_GT] = ACTIONS(4317), - [anon_sym_where] = ACTIONS(4317), - [anon_sym_object] = ACTIONS(4317), - [anon_sym_fun] = ACTIONS(4317), - [anon_sym_DOT] = ACTIONS(4317), - [anon_sym_SEMI] = ACTIONS(4319), - [anon_sym_get] = ACTIONS(4317), - [anon_sym_set] = ACTIONS(4317), - [anon_sym_this] = ACTIONS(4317), - [anon_sym_super] = ACTIONS(4317), - [anon_sym_AMP] = ACTIONS(4317), - [sym__quest] = ACTIONS(4317), - [anon_sym_STAR] = ACTIONS(4317), - [sym_label] = ACTIONS(4317), - [anon_sym_in] = ACTIONS(4317), - [anon_sym_DOT_DOT] = ACTIONS(4319), - [anon_sym_QMARK_COLON] = ACTIONS(4319), - [anon_sym_AMP_AMP] = ACTIONS(4319), - [anon_sym_PIPE_PIPE] = ACTIONS(4319), - [anon_sym_null] = ACTIONS(4317), - [anon_sym_if] = ACTIONS(4317), - [anon_sym_else] = ACTIONS(4317), - [anon_sym_when] = ACTIONS(4317), - [anon_sym_try] = ACTIONS(4317), - [anon_sym_throw] = ACTIONS(4317), - [anon_sym_return] = ACTIONS(4317), - [anon_sym_continue] = ACTIONS(4317), - [anon_sym_break] = ACTIONS(4317), - [anon_sym_COLON_COLON] = ACTIONS(4319), - [anon_sym_PLUS_EQ] = ACTIONS(4319), - [anon_sym_DASH_EQ] = ACTIONS(4319), - [anon_sym_STAR_EQ] = ACTIONS(4319), - [anon_sym_SLASH_EQ] = ACTIONS(4319), - [anon_sym_PERCENT_EQ] = ACTIONS(4319), - [anon_sym_BANG_EQ] = ACTIONS(4317), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4319), - [anon_sym_EQ_EQ] = ACTIONS(4317), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4319), - [anon_sym_LT_EQ] = ACTIONS(4319), - [anon_sym_GT_EQ] = ACTIONS(4319), - [anon_sym_BANGin] = ACTIONS(4319), - [anon_sym_is] = ACTIONS(4317), - [anon_sym_BANGis] = ACTIONS(4319), - [anon_sym_PLUS] = ACTIONS(4317), - [anon_sym_DASH] = ACTIONS(4317), - [anon_sym_SLASH] = ACTIONS(4317), - [anon_sym_PERCENT] = ACTIONS(4317), - [anon_sym_as_QMARK] = ACTIONS(4319), - [anon_sym_PLUS_PLUS] = ACTIONS(4319), - [anon_sym_DASH_DASH] = ACTIONS(4319), - [anon_sym_BANG] = ACTIONS(4317), - [anon_sym_BANG_BANG] = ACTIONS(4319), - [anon_sym_data] = ACTIONS(4317), - [anon_sym_inner] = ACTIONS(4317), - [anon_sym_value] = ACTIONS(4317), - [anon_sym_expect] = ACTIONS(4317), - [anon_sym_actual] = ACTIONS(4317), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4319), - [anon_sym_continue_AT] = ACTIONS(4319), - [anon_sym_break_AT] = ACTIONS(4319), - [anon_sym_this_AT] = ACTIONS(4319), - [anon_sym_super_AT] = ACTIONS(4319), - [sym_real_literal] = ACTIONS(4319), - [sym_integer_literal] = ACTIONS(4317), - [sym_hex_literal] = ACTIONS(4319), - [sym_bin_literal] = ACTIONS(4319), - [anon_sym_true] = ACTIONS(4317), - [anon_sym_false] = ACTIONS(4317), - [anon_sym_SQUOTE] = ACTIONS(4319), - [sym__backtick_identifier] = ACTIONS(4319), - [sym__automatic_semicolon] = ACTIONS(4319), - [sym_safe_nav] = ACTIONS(4319), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4319), - }, - [2817] = { - [sym_type_constraints] = STATE(3267), - [sym_function_body] = STATE(3268), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_COLON] = ACTIONS(6462), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [2818] = { - [sym__alpha_identifier] = ACTIONS(4166), - [anon_sym_AT] = ACTIONS(4168), - [anon_sym_LBRACK] = ACTIONS(4168), - [anon_sym_as] = ACTIONS(4166), - [anon_sym_EQ] = ACTIONS(4166), - [anon_sym_LBRACE] = ACTIONS(4168), - [anon_sym_RBRACE] = ACTIONS(4168), - [anon_sym_LPAREN] = ACTIONS(4168), - [anon_sym_COMMA] = ACTIONS(4168), - [anon_sym_by] = ACTIONS(4166), - [anon_sym_LT] = ACTIONS(4166), - [anon_sym_GT] = ACTIONS(4166), - [anon_sym_where] = ACTIONS(4166), - [anon_sym_object] = ACTIONS(4166), - [anon_sym_fun] = ACTIONS(4166), - [anon_sym_DOT] = ACTIONS(4166), - [anon_sym_SEMI] = ACTIONS(4168), - [anon_sym_get] = ACTIONS(4166), - [anon_sym_set] = ACTIONS(4166), - [anon_sym_this] = ACTIONS(4166), - [anon_sym_super] = ACTIONS(4166), - [anon_sym_AMP] = ACTIONS(4166), - [sym__quest] = ACTIONS(4166), - [anon_sym_STAR] = ACTIONS(4166), - [sym_label] = ACTIONS(4166), - [anon_sym_in] = ACTIONS(4166), - [anon_sym_DOT_DOT] = ACTIONS(4168), - [anon_sym_QMARK_COLON] = ACTIONS(4168), - [anon_sym_AMP_AMP] = ACTIONS(4168), - [anon_sym_PIPE_PIPE] = ACTIONS(4168), - [anon_sym_null] = ACTIONS(4166), - [anon_sym_if] = ACTIONS(4166), - [anon_sym_else] = ACTIONS(4166), - [anon_sym_when] = ACTIONS(4166), - [anon_sym_try] = ACTIONS(4166), - [anon_sym_throw] = ACTIONS(4166), - [anon_sym_return] = ACTIONS(4166), - [anon_sym_continue] = ACTIONS(4166), - [anon_sym_break] = ACTIONS(4166), - [anon_sym_COLON_COLON] = ACTIONS(4168), - [anon_sym_PLUS_EQ] = ACTIONS(4168), - [anon_sym_DASH_EQ] = ACTIONS(4168), - [anon_sym_STAR_EQ] = ACTIONS(4168), - [anon_sym_SLASH_EQ] = ACTIONS(4168), - [anon_sym_PERCENT_EQ] = ACTIONS(4168), - [anon_sym_BANG_EQ] = ACTIONS(4166), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4168), - [anon_sym_EQ_EQ] = ACTIONS(4166), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4168), - [anon_sym_LT_EQ] = ACTIONS(4168), - [anon_sym_GT_EQ] = ACTIONS(4168), - [anon_sym_BANGin] = ACTIONS(4168), - [anon_sym_is] = ACTIONS(4166), - [anon_sym_BANGis] = ACTIONS(4168), - [anon_sym_PLUS] = ACTIONS(4166), - [anon_sym_DASH] = ACTIONS(4166), - [anon_sym_SLASH] = ACTIONS(4166), - [anon_sym_PERCENT] = ACTIONS(4166), - [anon_sym_as_QMARK] = ACTIONS(4168), - [anon_sym_PLUS_PLUS] = ACTIONS(4168), - [anon_sym_DASH_DASH] = ACTIONS(4168), - [anon_sym_BANG] = ACTIONS(4166), - [anon_sym_BANG_BANG] = ACTIONS(4168), - [anon_sym_data] = ACTIONS(4166), - [anon_sym_inner] = ACTIONS(4166), - [anon_sym_value] = ACTIONS(4166), - [anon_sym_expect] = ACTIONS(4166), - [anon_sym_actual] = ACTIONS(4166), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4168), - [anon_sym_continue_AT] = ACTIONS(4168), - [anon_sym_break_AT] = ACTIONS(4168), - [anon_sym_this_AT] = ACTIONS(4168), - [anon_sym_super_AT] = ACTIONS(4168), - [sym_real_literal] = ACTIONS(4168), - [sym_integer_literal] = ACTIONS(4166), - [sym_hex_literal] = ACTIONS(4168), - [sym_bin_literal] = ACTIONS(4168), - [anon_sym_true] = ACTIONS(4166), - [anon_sym_false] = ACTIONS(4166), - [anon_sym_SQUOTE] = ACTIONS(4168), - [sym__backtick_identifier] = ACTIONS(4168), - [sym__automatic_semicolon] = ACTIONS(4168), - [sym_safe_nav] = ACTIONS(4168), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4168), - }, - [2819] = { - [sym_type_constraints] = STATE(2920), - [sym_function_body] = STATE(3159), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), - }, - [2820] = { - [sym_getter] = STATE(3469), - [sym_setter] = STATE(3469), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(4656), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2777] = { + [sym_getter] = STATE(4019), + [sym_setter] = STATE(4019), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6246), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [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), @@ -346274,158 +342430,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2821] = { - [sym__alpha_identifier] = ACTIONS(4335), - [anon_sym_AT] = ACTIONS(4337), - [anon_sym_LBRACK] = ACTIONS(4337), - [anon_sym_as] = ACTIONS(4335), - [anon_sym_EQ] = ACTIONS(4335), - [anon_sym_LBRACE] = ACTIONS(4337), - [anon_sym_RBRACE] = ACTIONS(4337), - [anon_sym_LPAREN] = ACTIONS(4337), - [anon_sym_COMMA] = ACTIONS(4337), - [anon_sym_by] = ACTIONS(4335), - [anon_sym_LT] = ACTIONS(4335), - [anon_sym_GT] = ACTIONS(4335), - [anon_sym_where] = ACTIONS(4335), - [anon_sym_object] = ACTIONS(4335), - [anon_sym_fun] = ACTIONS(4335), - [anon_sym_DOT] = ACTIONS(4335), - [anon_sym_SEMI] = ACTIONS(4337), - [anon_sym_get] = ACTIONS(4335), - [anon_sym_set] = ACTIONS(4335), - [anon_sym_this] = ACTIONS(4335), - [anon_sym_super] = ACTIONS(4335), - [anon_sym_AMP] = ACTIONS(4335), - [sym__quest] = ACTIONS(4335), - [anon_sym_STAR] = ACTIONS(4335), - [sym_label] = ACTIONS(4335), - [anon_sym_in] = ACTIONS(4335), - [anon_sym_DOT_DOT] = ACTIONS(4337), - [anon_sym_QMARK_COLON] = ACTIONS(4337), - [anon_sym_AMP_AMP] = ACTIONS(4337), - [anon_sym_PIPE_PIPE] = ACTIONS(4337), - [anon_sym_null] = ACTIONS(4335), - [anon_sym_if] = ACTIONS(4335), - [anon_sym_else] = ACTIONS(4335), - [anon_sym_when] = ACTIONS(4335), - [anon_sym_try] = ACTIONS(4335), - [anon_sym_throw] = ACTIONS(4335), - [anon_sym_return] = ACTIONS(4335), - [anon_sym_continue] = ACTIONS(4335), - [anon_sym_break] = ACTIONS(4335), - [anon_sym_COLON_COLON] = ACTIONS(4337), - [anon_sym_PLUS_EQ] = ACTIONS(4337), - [anon_sym_DASH_EQ] = ACTIONS(4337), - [anon_sym_STAR_EQ] = ACTIONS(4337), - [anon_sym_SLASH_EQ] = ACTIONS(4337), - [anon_sym_PERCENT_EQ] = ACTIONS(4337), - [anon_sym_BANG_EQ] = ACTIONS(4335), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4337), - [anon_sym_EQ_EQ] = ACTIONS(4335), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4337), - [anon_sym_LT_EQ] = ACTIONS(4337), - [anon_sym_GT_EQ] = ACTIONS(4337), - [anon_sym_BANGin] = ACTIONS(4337), - [anon_sym_is] = ACTIONS(4335), - [anon_sym_BANGis] = ACTIONS(4337), - [anon_sym_PLUS] = ACTIONS(4335), - [anon_sym_DASH] = ACTIONS(4335), - [anon_sym_SLASH] = ACTIONS(4335), - [anon_sym_PERCENT] = ACTIONS(4335), - [anon_sym_as_QMARK] = ACTIONS(4337), - [anon_sym_PLUS_PLUS] = ACTIONS(4337), - [anon_sym_DASH_DASH] = ACTIONS(4337), - [anon_sym_BANG] = ACTIONS(4335), - [anon_sym_BANG_BANG] = ACTIONS(4337), - [anon_sym_data] = ACTIONS(4335), - [anon_sym_inner] = ACTIONS(4335), - [anon_sym_value] = ACTIONS(4335), - [anon_sym_expect] = ACTIONS(4335), - [anon_sym_actual] = ACTIONS(4335), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4337), - [anon_sym_continue_AT] = ACTIONS(4337), - [anon_sym_break_AT] = ACTIONS(4337), - [anon_sym_this_AT] = ACTIONS(4337), - [anon_sym_super_AT] = ACTIONS(4337), - [sym_real_literal] = ACTIONS(4337), - [sym_integer_literal] = ACTIONS(4335), - [sym_hex_literal] = ACTIONS(4337), - [sym_bin_literal] = ACTIONS(4337), - [anon_sym_true] = ACTIONS(4335), - [anon_sym_false] = ACTIONS(4335), - [anon_sym_SQUOTE] = ACTIONS(4337), - [sym__backtick_identifier] = ACTIONS(4337), - [sym__automatic_semicolon] = ACTIONS(4337), - [sym_safe_nav] = ACTIONS(4337), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4337), - }, - [2822] = { - [sym_getter] = STATE(3498), - [sym_setter] = STATE(3498), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6264), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2778] = { + [sym_getter] = STATE(5094), + [sym_setter] = STATE(5094), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(4381), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -346450,70 +342519,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2823] = { - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2779] = { + [sym_getter] = STATE(5094), + [sym_setter] = STATE(5094), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -346538,311 +342608,226 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2824] = { - [sym_type_constraints] = STATE(2911), - [sym_function_body] = STATE(3220), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), - }, - [2825] = { - [sym_type_constraints] = STATE(2923), - [sym_function_body] = STATE(3121), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4295), - [anon_sym_fun] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_this] = ACTIONS(4295), - [anon_sym_super] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [sym_label] = ACTIONS(4295), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_null] = ACTIONS(4295), - [anon_sym_if] = ACTIONS(4295), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_when] = ACTIONS(4295), - [anon_sym_try] = ACTIONS(4295), - [anon_sym_throw] = ACTIONS(4295), - [anon_sym_return] = ACTIONS(4295), - [anon_sym_continue] = ACTIONS(4295), - [anon_sym_break] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4297), - [anon_sym_continue_AT] = ACTIONS(4297), - [anon_sym_break_AT] = ACTIONS(4297), - [anon_sym_this_AT] = ACTIONS(4297), - [anon_sym_super_AT] = ACTIONS(4297), - [sym_real_literal] = ACTIONS(4297), - [sym_integer_literal] = ACTIONS(4295), - [sym_hex_literal] = ACTIONS(4297), - [sym_bin_literal] = ACTIONS(4297), - [anon_sym_true] = ACTIONS(4295), - [anon_sym_false] = ACTIONS(4295), - [anon_sym_SQUOTE] = ACTIONS(4297), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [2780] = { + [sym_annotated_lambda] = STATE(3390), + [sym_lambda_literal] = STATE(3433), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(3990), + [anon_sym_AT] = ACTIONS(3992), + [anon_sym_LBRACK] = ACTIONS(3992), + [anon_sym_RBRACK] = ACTIONS(3992), + [anon_sym_as] = ACTIONS(3990), + [anon_sym_EQ] = ACTIONS(3990), + [anon_sym_LBRACE] = ACTIONS(3992), + [anon_sym_RBRACE] = ACTIONS(3992), + [anon_sym_LPAREN] = ACTIONS(3992), + [anon_sym_COMMA] = ACTIONS(3992), + [anon_sym_RPAREN] = ACTIONS(3992), + [anon_sym_LT] = ACTIONS(3990), + [anon_sym_GT] = ACTIONS(3990), + [anon_sym_where] = ACTIONS(3990), + [anon_sym_DOT] = ACTIONS(3990), + [anon_sym_SEMI] = ACTIONS(3992), + [anon_sym_get] = ACTIONS(3990), + [anon_sym_set] = ACTIONS(3990), + [anon_sym_STAR] = ACTIONS(3990), + [anon_sym_DASH_GT] = ACTIONS(3992), + [sym_label] = ACTIONS(3992), + [anon_sym_in] = ACTIONS(3990), + [anon_sym_while] = ACTIONS(3990), + [anon_sym_DOT_DOT] = ACTIONS(3992), + [anon_sym_QMARK_COLON] = ACTIONS(3992), + [anon_sym_AMP_AMP] = ACTIONS(3992), + [anon_sym_PIPE_PIPE] = ACTIONS(3992), + [anon_sym_else] = ACTIONS(3990), + [anon_sym_COLON_COLON] = ACTIONS(3992), + [anon_sym_PLUS_EQ] = ACTIONS(3992), + [anon_sym_DASH_EQ] = ACTIONS(3992), + [anon_sym_STAR_EQ] = ACTIONS(3992), + [anon_sym_SLASH_EQ] = ACTIONS(3992), + [anon_sym_PERCENT_EQ] = ACTIONS(3992), + [anon_sym_BANG_EQ] = ACTIONS(3990), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3992), + [anon_sym_EQ_EQ] = ACTIONS(3990), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3992), + [anon_sym_LT_EQ] = ACTIONS(3992), + [anon_sym_GT_EQ] = ACTIONS(3992), + [anon_sym_BANGin] = ACTIONS(3992), + [anon_sym_is] = ACTIONS(3990), + [anon_sym_BANGis] = ACTIONS(3992), + [anon_sym_PLUS] = ACTIONS(3990), + [anon_sym_DASH] = ACTIONS(3990), + [anon_sym_SLASH] = ACTIONS(3990), + [anon_sym_PERCENT] = ACTIONS(3990), + [anon_sym_as_QMARK] = ACTIONS(3992), + [anon_sym_PLUS_PLUS] = ACTIONS(3992), + [anon_sym_DASH_DASH] = ACTIONS(3992), + [anon_sym_BANG_BANG] = ACTIONS(3992), + [anon_sym_suspend] = ACTIONS(3990), + [anon_sym_sealed] = ACTIONS(3990), + [anon_sym_annotation] = ACTIONS(3990), + [anon_sym_data] = ACTIONS(3990), + [anon_sym_inner] = ACTIONS(3990), + [anon_sym_value] = ACTIONS(3990), + [anon_sym_override] = ACTIONS(3990), + [anon_sym_lateinit] = ACTIONS(3990), + [anon_sym_public] = ACTIONS(3990), + [anon_sym_private] = ACTIONS(3990), + [anon_sym_internal] = ACTIONS(3990), + [anon_sym_protected] = ACTIONS(3990), + [anon_sym_tailrec] = ACTIONS(3990), + [anon_sym_operator] = ACTIONS(3990), + [anon_sym_infix] = ACTIONS(3990), + [anon_sym_inline] = ACTIONS(3990), + [anon_sym_external] = ACTIONS(3990), + [sym_property_modifier] = ACTIONS(3990), + [anon_sym_abstract] = ACTIONS(3990), + [anon_sym_final] = ACTIONS(3990), + [anon_sym_open] = ACTIONS(3990), + [anon_sym_vararg] = ACTIONS(3990), + [anon_sym_noinline] = ACTIONS(3990), + [anon_sym_crossinline] = ACTIONS(3990), + [anon_sym_expect] = ACTIONS(3990), + [anon_sym_actual] = ACTIONS(3990), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3992), + [sym_safe_nav] = ACTIONS(3992), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4297), }, - [2826] = { - [sym_type_arguments] = STATE(3030), - [sym__alpha_identifier] = ACTIONS(4128), - [anon_sym_AT] = ACTIONS(4189), - [anon_sym_LBRACK] = ACTIONS(4189), - [anon_sym_EQ] = ACTIONS(4189), - [anon_sym_LBRACE] = ACTIONS(4189), - [anon_sym_RBRACE] = ACTIONS(4189), - [anon_sym_LPAREN] = ACTIONS(4189), - [anon_sym_COMMA] = ACTIONS(4189), - [anon_sym_by] = ACTIONS(4128), - [anon_sym_LT] = ACTIONS(6464), - [anon_sym_where] = ACTIONS(4128), - [anon_sym_object] = ACTIONS(4128), - [anon_sym_fun] = ACTIONS(4128), - [anon_sym_DOT] = ACTIONS(4128), - [anon_sym_SEMI] = ACTIONS(4189), - [anon_sym_get] = ACTIONS(4128), - [anon_sym_set] = ACTIONS(4128), - [anon_sym_this] = ACTIONS(4128), - [anon_sym_super] = ACTIONS(4128), - [anon_sym_AMP] = ACTIONS(4189), - [sym__quest] = ACTIONS(4189), - [anon_sym_STAR] = ACTIONS(4189), - [sym_label] = ACTIONS(4128), - [anon_sym_in] = ACTIONS(4128), - [anon_sym_null] = ACTIONS(4128), - [anon_sym_if] = ACTIONS(4128), - [anon_sym_else] = ACTIONS(4128), - [anon_sym_when] = ACTIONS(4128), - [anon_sym_try] = ACTIONS(4128), - [anon_sym_throw] = ACTIONS(4128), - [anon_sym_return] = ACTIONS(4128), - [anon_sym_continue] = ACTIONS(4128), - [anon_sym_break] = ACTIONS(4128), - [anon_sym_COLON_COLON] = ACTIONS(4189), - [anon_sym_BANGin] = ACTIONS(4189), - [anon_sym_is] = ACTIONS(4128), - [anon_sym_BANGis] = ACTIONS(4189), - [anon_sym_PLUS] = ACTIONS(4128), - [anon_sym_DASH] = ACTIONS(4128), - [anon_sym_PLUS_PLUS] = ACTIONS(4189), - [anon_sym_DASH_DASH] = ACTIONS(4189), - [anon_sym_BANG] = ACTIONS(4128), - [anon_sym_suspend] = ACTIONS(4128), - [anon_sym_sealed] = ACTIONS(4128), - [anon_sym_annotation] = ACTIONS(4128), - [anon_sym_data] = ACTIONS(4128), - [anon_sym_inner] = ACTIONS(4128), - [anon_sym_value] = ACTIONS(4128), - [anon_sym_override] = ACTIONS(4128), - [anon_sym_lateinit] = ACTIONS(4128), - [anon_sym_public] = ACTIONS(4128), - [anon_sym_private] = ACTIONS(4128), - [anon_sym_internal] = ACTIONS(4128), - [anon_sym_protected] = ACTIONS(4128), - [anon_sym_tailrec] = ACTIONS(4128), - [anon_sym_operator] = ACTIONS(4128), - [anon_sym_infix] = ACTIONS(4128), - [anon_sym_inline] = ACTIONS(4128), - [anon_sym_external] = ACTIONS(4128), - [sym_property_modifier] = ACTIONS(4128), - [anon_sym_abstract] = ACTIONS(4128), - [anon_sym_final] = ACTIONS(4128), - [anon_sym_open] = ACTIONS(4128), - [anon_sym_vararg] = ACTIONS(4128), - [anon_sym_noinline] = ACTIONS(4128), - [anon_sym_crossinline] = ACTIONS(4128), - [anon_sym_expect] = ACTIONS(4128), - [anon_sym_actual] = ACTIONS(4128), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4189), - [anon_sym_continue_AT] = ACTIONS(4189), - [anon_sym_break_AT] = ACTIONS(4189), - [anon_sym_this_AT] = ACTIONS(4189), - [anon_sym_super_AT] = ACTIONS(4189), - [sym_real_literal] = ACTIONS(4189), - [sym_integer_literal] = ACTIONS(4128), - [sym_hex_literal] = ACTIONS(4189), - [sym_bin_literal] = ACTIONS(4189), - [anon_sym_true] = ACTIONS(4128), - [anon_sym_false] = ACTIONS(4128), - [anon_sym_SQUOTE] = ACTIONS(4189), - [sym__backtick_identifier] = ACTIONS(4189), - [sym__automatic_semicolon] = ACTIONS(4189), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4189), + [2781] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(3981), + [anon_sym_COLON] = ACTIONS(3976), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_by] = ACTIONS(3976), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(3976), + [anon_sym_set] = ACTIONS(3976), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_AMP] = ACTIONS(3976), + [sym__quest] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(3976), + [sym_label] = ACTIONS(3976), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [anon_sym_data] = ACTIONS(3976), + [anon_sym_inner] = ACTIONS(3976), + [anon_sym_value] = ACTIONS(3976), + [anon_sym_expect] = ACTIONS(3976), + [anon_sym_actual] = ACTIONS(3976), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(3981), + [sym__automatic_semicolon] = ACTIONS(3981), + [sym_safe_nav] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), }, - [2827] = { - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2782] = { + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), [anon_sym_LBRACE] = ACTIONS(1798), [anon_sym_RBRACE] = ACTIONS(1798), [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), + [anon_sym_SEMI] = ACTIONS(4473), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), [anon_sym_STAR] = ACTIONS(1798), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), [anon_sym_DOT_DOT] = ACTIONS(1798), [anon_sym_QMARK_COLON] = ACTIONS(1798), [anon_sym_AMP_AMP] = ACTIONS(1798), @@ -346890,70 +342875,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2828] = { - [sym_getter] = STATE(3536), - [sym_setter] = STATE(3536), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(4640), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2783] = { + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4383), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -346978,70 +342964,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2829] = { - [sym_getter] = STATE(3469), - [sym_setter] = STATE(3469), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2784] = { + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -347066,158 +343053,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2830] = { - [sym_type_constraints] = STATE(2908), - [sym_function_body] = STATE(3268), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [2831] = { - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2785] = { + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(4471), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -347242,422 +343142,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - }, - [2832] = { - [sym__alpha_identifier] = ACTIONS(4179), - [anon_sym_AT] = ACTIONS(4181), - [anon_sym_LBRACK] = ACTIONS(4181), - [anon_sym_RBRACK] = ACTIONS(4181), - [anon_sym_as] = ACTIONS(4179), - [anon_sym_EQ] = ACTIONS(4179), - [anon_sym_LBRACE] = ACTIONS(4181), - [anon_sym_RBRACE] = ACTIONS(4181), - [anon_sym_LPAREN] = ACTIONS(4181), - [anon_sym_COMMA] = ACTIONS(4181), - [anon_sym_RPAREN] = ACTIONS(4181), - [anon_sym_LT] = ACTIONS(4179), - [anon_sym_GT] = ACTIONS(4179), - [anon_sym_where] = ACTIONS(4179), - [anon_sym_object] = ACTIONS(4179), - [anon_sym_fun] = ACTIONS(4179), - [anon_sym_DOT] = ACTIONS(4179), - [anon_sym_SEMI] = ACTIONS(4181), - [anon_sym_get] = ACTIONS(4179), - [anon_sym_set] = ACTIONS(4179), - [anon_sym_this] = ACTIONS(4179), - [anon_sym_super] = ACTIONS(4179), - [anon_sym_STAR] = ACTIONS(4179), - [anon_sym_DASH_GT] = ACTIONS(4181), - [sym_label] = ACTIONS(4179), - [anon_sym_in] = ACTIONS(4179), - [anon_sym_while] = ACTIONS(4179), - [anon_sym_DOT_DOT] = ACTIONS(4181), - [anon_sym_QMARK_COLON] = ACTIONS(4181), - [anon_sym_AMP_AMP] = ACTIONS(4181), - [anon_sym_PIPE_PIPE] = ACTIONS(4181), - [anon_sym_null] = ACTIONS(4179), - [anon_sym_if] = ACTIONS(4179), - [anon_sym_else] = ACTIONS(4179), - [anon_sym_when] = ACTIONS(4179), - [anon_sym_try] = ACTIONS(4179), - [anon_sym_throw] = ACTIONS(4179), - [anon_sym_return] = ACTIONS(4179), - [anon_sym_continue] = ACTIONS(4179), - [anon_sym_break] = ACTIONS(4179), - [anon_sym_COLON_COLON] = ACTIONS(4181), - [anon_sym_PLUS_EQ] = ACTIONS(4181), - [anon_sym_DASH_EQ] = ACTIONS(4181), - [anon_sym_STAR_EQ] = ACTIONS(4181), - [anon_sym_SLASH_EQ] = ACTIONS(4181), - [anon_sym_PERCENT_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ] = ACTIONS(4179), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ] = ACTIONS(4179), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4181), - [anon_sym_LT_EQ] = ACTIONS(4181), - [anon_sym_GT_EQ] = ACTIONS(4181), - [anon_sym_BANGin] = ACTIONS(4181), - [anon_sym_is] = ACTIONS(4179), - [anon_sym_BANGis] = ACTIONS(4181), - [anon_sym_PLUS] = ACTIONS(4179), - [anon_sym_DASH] = ACTIONS(4179), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4179), - [anon_sym_as_QMARK] = ACTIONS(4181), - [anon_sym_PLUS_PLUS] = ACTIONS(4181), - [anon_sym_DASH_DASH] = ACTIONS(4181), - [anon_sym_BANG] = ACTIONS(4179), - [anon_sym_BANG_BANG] = ACTIONS(4181), - [anon_sym_data] = ACTIONS(4179), - [anon_sym_inner] = ACTIONS(4179), - [anon_sym_value] = ACTIONS(4179), - [anon_sym_expect] = ACTIONS(4179), - [anon_sym_actual] = ACTIONS(4179), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4181), - [anon_sym_continue_AT] = ACTIONS(4181), - [anon_sym_break_AT] = ACTIONS(4181), - [anon_sym_this_AT] = ACTIONS(4181), - [anon_sym_super_AT] = ACTIONS(4181), - [sym_real_literal] = ACTIONS(4181), - [sym_integer_literal] = ACTIONS(4179), - [sym_hex_literal] = ACTIONS(4181), - [sym_bin_literal] = ACTIONS(4181), - [anon_sym_true] = ACTIONS(4179), - [anon_sym_false] = ACTIONS(4179), - [anon_sym_SQUOTE] = ACTIONS(4181), - [sym__backtick_identifier] = ACTIONS(4181), - [sym_safe_nav] = ACTIONS(4181), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4181), - }, - [2833] = { - [sym_function_body] = STATE(3258), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_COLON] = ACTIONS(6466), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_COMMA] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_where] = ACTIONS(4275), - [anon_sym_object] = ACTIONS(4275), - [anon_sym_fun] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_this] = ACTIONS(4275), - [anon_sym_super] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4275), - [sym_label] = ACTIONS(4275), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_null] = ACTIONS(4275), - [anon_sym_if] = ACTIONS(4275), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_when] = ACTIONS(4275), - [anon_sym_try] = ACTIONS(4275), - [anon_sym_throw] = ACTIONS(4275), - [anon_sym_return] = ACTIONS(4275), - [anon_sym_continue] = ACTIONS(4275), - [anon_sym_break] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_PLUS_EQ] = ACTIONS(4277), - [anon_sym_DASH_EQ] = ACTIONS(4277), - [anon_sym_STAR_EQ] = ACTIONS(4277), - [anon_sym_SLASH_EQ] = ACTIONS(4277), - [anon_sym_PERCENT_EQ] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4275), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG] = ACTIONS(4275), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4277), - [anon_sym_continue_AT] = ACTIONS(4277), - [anon_sym_break_AT] = ACTIONS(4277), - [anon_sym_this_AT] = ACTIONS(4277), - [anon_sym_super_AT] = ACTIONS(4277), - [sym_real_literal] = ACTIONS(4277), - [sym_integer_literal] = ACTIONS(4275), - [sym_hex_literal] = ACTIONS(4277), - [sym_bin_literal] = ACTIONS(4277), - [anon_sym_true] = ACTIONS(4275), - [anon_sym_false] = ACTIONS(4275), - [anon_sym_SQUOTE] = ACTIONS(4277), - [sym__backtick_identifier] = ACTIONS(4277), - [sym__automatic_semicolon] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4277), - }, - [2834] = { - [sym_catch_block] = STATE(2889), - [sym_finally_block] = STATE(3439), - [aux_sym_try_expression_repeat1] = STATE(2889), - [sym__alpha_identifier] = ACTIONS(4094), - [anon_sym_AT] = ACTIONS(4096), - [anon_sym_LBRACK] = ACTIONS(4096), - [anon_sym_RBRACK] = ACTIONS(4096), - [anon_sym_as] = ACTIONS(4094), - [anon_sym_EQ] = ACTIONS(4094), - [anon_sym_LBRACE] = ACTIONS(4096), - [anon_sym_RBRACE] = ACTIONS(4096), - [anon_sym_LPAREN] = ACTIONS(4096), - [anon_sym_COMMA] = ACTIONS(4096), - [anon_sym_RPAREN] = ACTIONS(4096), - [anon_sym_LT] = ACTIONS(4094), - [anon_sym_GT] = ACTIONS(4094), - [anon_sym_where] = ACTIONS(4094), - [anon_sym_DOT] = ACTIONS(4094), - [anon_sym_SEMI] = ACTIONS(4096), - [anon_sym_get] = ACTIONS(4094), - [anon_sym_set] = ACTIONS(4094), - [anon_sym_STAR] = ACTIONS(4094), - [anon_sym_DASH_GT] = ACTIONS(4096), - [sym_label] = ACTIONS(4096), - [anon_sym_in] = ACTIONS(4094), - [anon_sym_while] = ACTIONS(4094), - [anon_sym_DOT_DOT] = ACTIONS(4096), - [anon_sym_QMARK_COLON] = ACTIONS(4096), - [anon_sym_AMP_AMP] = ACTIONS(4096), - [anon_sym_PIPE_PIPE] = ACTIONS(4096), - [anon_sym_else] = ACTIONS(4094), - [anon_sym_catch] = ACTIONS(6468), - [anon_sym_finally] = ACTIONS(6470), - [anon_sym_COLON_COLON] = ACTIONS(4096), - [anon_sym_PLUS_EQ] = ACTIONS(4096), - [anon_sym_DASH_EQ] = ACTIONS(4096), - [anon_sym_STAR_EQ] = ACTIONS(4096), - [anon_sym_SLASH_EQ] = ACTIONS(4096), - [anon_sym_PERCENT_EQ] = ACTIONS(4096), - [anon_sym_BANG_EQ] = ACTIONS(4094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4096), - [anon_sym_EQ_EQ] = ACTIONS(4094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4096), - [anon_sym_LT_EQ] = ACTIONS(4096), - [anon_sym_GT_EQ] = ACTIONS(4096), - [anon_sym_BANGin] = ACTIONS(4096), - [anon_sym_is] = ACTIONS(4094), - [anon_sym_BANGis] = ACTIONS(4096), - [anon_sym_PLUS] = ACTIONS(4094), - [anon_sym_DASH] = ACTIONS(4094), - [anon_sym_SLASH] = ACTIONS(4094), - [anon_sym_PERCENT] = ACTIONS(4094), - [anon_sym_as_QMARK] = ACTIONS(4096), - [anon_sym_PLUS_PLUS] = ACTIONS(4096), - [anon_sym_DASH_DASH] = ACTIONS(4096), - [anon_sym_BANG_BANG] = ACTIONS(4096), - [anon_sym_suspend] = ACTIONS(4094), - [anon_sym_sealed] = ACTIONS(4094), - [anon_sym_annotation] = ACTIONS(4094), - [anon_sym_data] = ACTIONS(4094), - [anon_sym_inner] = ACTIONS(4094), - [anon_sym_value] = ACTIONS(4094), - [anon_sym_override] = ACTIONS(4094), - [anon_sym_lateinit] = ACTIONS(4094), - [anon_sym_public] = ACTIONS(4094), - [anon_sym_private] = ACTIONS(4094), - [anon_sym_internal] = ACTIONS(4094), - [anon_sym_protected] = ACTIONS(4094), - [anon_sym_tailrec] = ACTIONS(4094), - [anon_sym_operator] = ACTIONS(4094), - [anon_sym_infix] = ACTIONS(4094), - [anon_sym_inline] = ACTIONS(4094), - [anon_sym_external] = ACTIONS(4094), - [sym_property_modifier] = ACTIONS(4094), - [anon_sym_abstract] = ACTIONS(4094), - [anon_sym_final] = ACTIONS(4094), - [anon_sym_open] = ACTIONS(4094), - [anon_sym_vararg] = ACTIONS(4094), - [anon_sym_noinline] = ACTIONS(4094), - [anon_sym_crossinline] = ACTIONS(4094), - [anon_sym_expect] = ACTIONS(4094), - [anon_sym_actual] = ACTIONS(4094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4096), - [sym_safe_nav] = ACTIONS(4096), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2835] = { - [sym_function_body] = STATE(3132), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_COLON] = ACTIONS(6472), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_COMMA] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_where] = ACTIONS(4307), - [anon_sym_object] = ACTIONS(4307), - [anon_sym_fun] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_this] = ACTIONS(4307), - [anon_sym_super] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4307), - [sym_label] = ACTIONS(4307), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_if] = ACTIONS(4307), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_when] = ACTIONS(4307), - [anon_sym_try] = ACTIONS(4307), - [anon_sym_throw] = ACTIONS(4307), - [anon_sym_return] = ACTIONS(4307), - [anon_sym_continue] = ACTIONS(4307), - [anon_sym_break] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_PLUS_EQ] = ACTIONS(4309), - [anon_sym_DASH_EQ] = ACTIONS(4309), - [anon_sym_STAR_EQ] = ACTIONS(4309), - [anon_sym_SLASH_EQ] = ACTIONS(4309), - [anon_sym_PERCENT_EQ] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4307), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG] = ACTIONS(4307), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4309), - [anon_sym_continue_AT] = ACTIONS(4309), - [anon_sym_break_AT] = ACTIONS(4309), - [anon_sym_this_AT] = ACTIONS(4309), - [anon_sym_super_AT] = ACTIONS(4309), - [sym_real_literal] = ACTIONS(4309), - [sym_integer_literal] = ACTIONS(4307), - [sym_hex_literal] = ACTIONS(4309), - [sym_bin_literal] = ACTIONS(4309), - [anon_sym_true] = ACTIONS(4307), - [anon_sym_false] = ACTIONS(4307), - [anon_sym_SQUOTE] = ACTIONS(4309), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4309), - }, - [2836] = { - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(4648), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2786] = { + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -347682,422 +343231,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2837] = { - [sym_function_body] = STATE(3252), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4229), - [anon_sym_AT] = ACTIONS(4231), - [anon_sym_COLON] = ACTIONS(6474), - [anon_sym_LBRACK] = ACTIONS(4231), - [anon_sym_as] = ACTIONS(4229), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4231), - [anon_sym_LPAREN] = ACTIONS(4231), - [anon_sym_COMMA] = ACTIONS(4231), - [anon_sym_LT] = ACTIONS(4229), - [anon_sym_GT] = ACTIONS(4229), - [anon_sym_where] = ACTIONS(4229), - [anon_sym_object] = ACTIONS(4229), - [anon_sym_fun] = ACTIONS(4229), - [anon_sym_DOT] = ACTIONS(4229), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(4229), - [anon_sym_set] = ACTIONS(4229), - [anon_sym_this] = ACTIONS(4229), - [anon_sym_super] = ACTIONS(4229), - [anon_sym_STAR] = ACTIONS(4229), - [sym_label] = ACTIONS(4229), - [anon_sym_in] = ACTIONS(4229), - [anon_sym_DOT_DOT] = ACTIONS(4231), - [anon_sym_QMARK_COLON] = ACTIONS(4231), - [anon_sym_AMP_AMP] = ACTIONS(4231), - [anon_sym_PIPE_PIPE] = ACTIONS(4231), - [anon_sym_null] = ACTIONS(4229), - [anon_sym_if] = ACTIONS(4229), - [anon_sym_else] = ACTIONS(4229), - [anon_sym_when] = ACTIONS(4229), - [anon_sym_try] = ACTIONS(4229), - [anon_sym_throw] = ACTIONS(4229), - [anon_sym_return] = ACTIONS(4229), - [anon_sym_continue] = ACTIONS(4229), - [anon_sym_break] = ACTIONS(4229), - [anon_sym_COLON_COLON] = ACTIONS(4231), - [anon_sym_PLUS_EQ] = ACTIONS(4231), - [anon_sym_DASH_EQ] = ACTIONS(4231), - [anon_sym_STAR_EQ] = ACTIONS(4231), - [anon_sym_SLASH_EQ] = ACTIONS(4231), - [anon_sym_PERCENT_EQ] = ACTIONS(4231), - [anon_sym_BANG_EQ] = ACTIONS(4229), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4231), - [anon_sym_EQ_EQ] = ACTIONS(4229), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4231), - [anon_sym_LT_EQ] = ACTIONS(4231), - [anon_sym_GT_EQ] = ACTIONS(4231), - [anon_sym_BANGin] = ACTIONS(4231), - [anon_sym_is] = ACTIONS(4229), - [anon_sym_BANGis] = ACTIONS(4231), - [anon_sym_PLUS] = ACTIONS(4229), - [anon_sym_DASH] = ACTIONS(4229), - [anon_sym_SLASH] = ACTIONS(4229), - [anon_sym_PERCENT] = ACTIONS(4229), - [anon_sym_as_QMARK] = ACTIONS(4231), - [anon_sym_PLUS_PLUS] = ACTIONS(4231), - [anon_sym_DASH_DASH] = ACTIONS(4231), - [anon_sym_BANG] = ACTIONS(4229), - [anon_sym_BANG_BANG] = ACTIONS(4231), - [anon_sym_data] = ACTIONS(4229), - [anon_sym_inner] = ACTIONS(4229), - [anon_sym_value] = ACTIONS(4229), - [anon_sym_expect] = ACTIONS(4229), - [anon_sym_actual] = ACTIONS(4229), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4231), - [anon_sym_continue_AT] = ACTIONS(4231), - [anon_sym_break_AT] = ACTIONS(4231), - [anon_sym_this_AT] = ACTIONS(4231), - [anon_sym_super_AT] = ACTIONS(4231), - [sym_real_literal] = ACTIONS(4231), - [sym_integer_literal] = ACTIONS(4229), - [sym_hex_literal] = ACTIONS(4231), - [sym_bin_literal] = ACTIONS(4231), - [anon_sym_true] = ACTIONS(4229), - [anon_sym_false] = ACTIONS(4229), - [anon_sym_SQUOTE] = ACTIONS(4231), - [sym__backtick_identifier] = ACTIONS(4231), - [sym__automatic_semicolon] = ACTIONS(4231), - [sym_safe_nav] = ACTIONS(4231), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4231), - }, - [2838] = { - [aux_sym_nullable_type_repeat1] = STATE(2862), - [sym__alpha_identifier] = ACTIONS(4247), - [anon_sym_AT] = ACTIONS(4249), - [anon_sym_LBRACK] = ACTIONS(4249), - [anon_sym_as] = ACTIONS(4247), - [anon_sym_EQ] = ACTIONS(4247), - [anon_sym_LBRACE] = ACTIONS(4249), - [anon_sym_RBRACE] = ACTIONS(4249), - [anon_sym_LPAREN] = ACTIONS(4249), - [anon_sym_COMMA] = ACTIONS(4249), - [anon_sym_by] = ACTIONS(4247), - [anon_sym_LT] = ACTIONS(4247), - [anon_sym_GT] = ACTIONS(4247), - [anon_sym_where] = ACTIONS(4247), - [anon_sym_object] = ACTIONS(4247), - [anon_sym_fun] = ACTIONS(4247), - [anon_sym_DOT] = ACTIONS(4247), - [anon_sym_SEMI] = ACTIONS(4249), - [anon_sym_get] = ACTIONS(4247), - [anon_sym_set] = ACTIONS(4247), - [anon_sym_this] = ACTIONS(4247), - [anon_sym_super] = ACTIONS(4247), - [sym__quest] = ACTIONS(6476), - [anon_sym_STAR] = ACTIONS(4247), - [sym_label] = ACTIONS(4247), - [anon_sym_in] = ACTIONS(4247), - [anon_sym_DOT_DOT] = ACTIONS(4249), - [anon_sym_QMARK_COLON] = ACTIONS(4249), - [anon_sym_AMP_AMP] = ACTIONS(4249), - [anon_sym_PIPE_PIPE] = ACTIONS(4249), - [anon_sym_null] = ACTIONS(4247), - [anon_sym_if] = ACTIONS(4247), - [anon_sym_else] = ACTIONS(4247), - [anon_sym_when] = ACTIONS(4247), - [anon_sym_try] = ACTIONS(4247), - [anon_sym_throw] = ACTIONS(4247), - [anon_sym_return] = ACTIONS(4247), - [anon_sym_continue] = ACTIONS(4247), - [anon_sym_break] = ACTIONS(4247), - [anon_sym_COLON_COLON] = ACTIONS(4249), - [anon_sym_PLUS_EQ] = ACTIONS(4249), - [anon_sym_DASH_EQ] = ACTIONS(4249), - [anon_sym_STAR_EQ] = ACTIONS(4249), - [anon_sym_SLASH_EQ] = ACTIONS(4249), - [anon_sym_PERCENT_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ] = ACTIONS(4247), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ] = ACTIONS(4247), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4249), - [anon_sym_LT_EQ] = ACTIONS(4249), - [anon_sym_GT_EQ] = ACTIONS(4249), - [anon_sym_BANGin] = ACTIONS(4249), - [anon_sym_is] = ACTIONS(4247), - [anon_sym_BANGis] = ACTIONS(4249), - [anon_sym_PLUS] = ACTIONS(4247), - [anon_sym_DASH] = ACTIONS(4247), - [anon_sym_SLASH] = ACTIONS(4247), - [anon_sym_PERCENT] = ACTIONS(4247), - [anon_sym_as_QMARK] = ACTIONS(4249), - [anon_sym_PLUS_PLUS] = ACTIONS(4249), - [anon_sym_DASH_DASH] = ACTIONS(4249), - [anon_sym_BANG] = ACTIONS(4247), - [anon_sym_BANG_BANG] = ACTIONS(4249), - [anon_sym_data] = ACTIONS(4247), - [anon_sym_inner] = ACTIONS(4247), - [anon_sym_value] = ACTIONS(4247), - [anon_sym_expect] = ACTIONS(4247), - [anon_sym_actual] = ACTIONS(4247), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4249), - [anon_sym_continue_AT] = ACTIONS(4249), - [anon_sym_break_AT] = ACTIONS(4249), - [anon_sym_this_AT] = ACTIONS(4249), - [anon_sym_super_AT] = ACTIONS(4249), - [sym_real_literal] = ACTIONS(4249), - [sym_integer_literal] = ACTIONS(4247), - [sym_hex_literal] = ACTIONS(4249), - [sym_bin_literal] = ACTIONS(4249), - [anon_sym_true] = ACTIONS(4247), - [anon_sym_false] = ACTIONS(4247), - [anon_sym_SQUOTE] = ACTIONS(4249), - [sym__backtick_identifier] = ACTIONS(4249), - [sym__automatic_semicolon] = ACTIONS(4249), - [sym_safe_nav] = ACTIONS(4249), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4249), - }, - [2839] = { - [sym_class_body] = STATE(3173), - [sym_type_constraints] = STATE(3039), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_COLON] = ACTIONS(3272), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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), - }, - [2840] = { - [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), - [anon_sym_AMP] = ACTIONS(6478), - [sym__quest] = ACTIONS(4237), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4239), - [anon_sym_super_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), - }, - [2841] = { - [sym_getter] = STATE(3492), - [sym_setter] = STATE(3492), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(4650), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2787] = { + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4428), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -348122,1478 +343320,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [2842] = { - [aux_sym_nullable_type_repeat1] = STATE(2838), - [sym__alpha_identifier] = ACTIONS(4204), - [anon_sym_AT] = ACTIONS(4206), - [anon_sym_LBRACK] = ACTIONS(4206), - [anon_sym_as] = ACTIONS(4204), - [anon_sym_EQ] = ACTIONS(4204), - [anon_sym_LBRACE] = ACTIONS(4206), - [anon_sym_RBRACE] = ACTIONS(4206), - [anon_sym_LPAREN] = ACTIONS(4206), - [anon_sym_COMMA] = ACTIONS(4206), - [anon_sym_by] = ACTIONS(4204), - [anon_sym_LT] = ACTIONS(4204), - [anon_sym_GT] = ACTIONS(4204), - [anon_sym_where] = ACTIONS(4204), - [anon_sym_object] = ACTIONS(4204), - [anon_sym_fun] = ACTIONS(4204), - [anon_sym_DOT] = ACTIONS(4204), - [anon_sym_SEMI] = ACTIONS(4206), - [anon_sym_get] = ACTIONS(4204), - [anon_sym_set] = ACTIONS(4204), - [anon_sym_this] = ACTIONS(4204), - [anon_sym_super] = ACTIONS(4204), - [sym__quest] = ACTIONS(6456), - [anon_sym_STAR] = ACTIONS(4204), - [sym_label] = ACTIONS(4204), - [anon_sym_in] = ACTIONS(4204), - [anon_sym_DOT_DOT] = ACTIONS(4206), - [anon_sym_QMARK_COLON] = ACTIONS(4206), - [anon_sym_AMP_AMP] = ACTIONS(4206), - [anon_sym_PIPE_PIPE] = ACTIONS(4206), - [anon_sym_null] = ACTIONS(4204), - [anon_sym_if] = ACTIONS(4204), - [anon_sym_else] = ACTIONS(4204), - [anon_sym_when] = ACTIONS(4204), - [anon_sym_try] = ACTIONS(4204), - [anon_sym_throw] = ACTIONS(4204), - [anon_sym_return] = ACTIONS(4204), - [anon_sym_continue] = ACTIONS(4204), - [anon_sym_break] = ACTIONS(4204), - [anon_sym_COLON_COLON] = ACTIONS(4206), - [anon_sym_PLUS_EQ] = ACTIONS(4206), - [anon_sym_DASH_EQ] = ACTIONS(4206), - [anon_sym_STAR_EQ] = ACTIONS(4206), - [anon_sym_SLASH_EQ] = ACTIONS(4206), - [anon_sym_PERCENT_EQ] = ACTIONS(4206), - [anon_sym_BANG_EQ] = ACTIONS(4204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4206), - [anon_sym_EQ_EQ] = ACTIONS(4204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4206), - [anon_sym_LT_EQ] = ACTIONS(4206), - [anon_sym_GT_EQ] = ACTIONS(4206), - [anon_sym_BANGin] = ACTIONS(4206), - [anon_sym_is] = ACTIONS(4204), - [anon_sym_BANGis] = ACTIONS(4206), - [anon_sym_PLUS] = ACTIONS(4204), - [anon_sym_DASH] = ACTIONS(4204), - [anon_sym_SLASH] = ACTIONS(4204), - [anon_sym_PERCENT] = ACTIONS(4204), - [anon_sym_as_QMARK] = ACTIONS(4206), - [anon_sym_PLUS_PLUS] = ACTIONS(4206), - [anon_sym_DASH_DASH] = ACTIONS(4206), - [anon_sym_BANG] = ACTIONS(4204), - [anon_sym_BANG_BANG] = ACTIONS(4206), - [anon_sym_data] = ACTIONS(4204), - [anon_sym_inner] = ACTIONS(4204), - [anon_sym_value] = ACTIONS(4204), - [anon_sym_expect] = ACTIONS(4204), - [anon_sym_actual] = ACTIONS(4204), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4206), - [anon_sym_continue_AT] = ACTIONS(4206), - [anon_sym_break_AT] = ACTIONS(4206), - [anon_sym_this_AT] = ACTIONS(4206), - [anon_sym_super_AT] = ACTIONS(4206), - [sym_real_literal] = ACTIONS(4206), - [sym_integer_literal] = ACTIONS(4204), - [sym_hex_literal] = ACTIONS(4206), - [sym_bin_literal] = ACTIONS(4206), - [anon_sym_true] = ACTIONS(4204), - [anon_sym_false] = ACTIONS(4204), - [anon_sym_SQUOTE] = ACTIONS(4206), - [sym__backtick_identifier] = ACTIONS(4206), - [sym__automatic_semicolon] = ACTIONS(4206), - [sym_safe_nav] = ACTIONS(4206), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4206), - }, - [2843] = { - [sym_class_body] = STATE(3206), - [sym_type_constraints] = STATE(3024), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_COLON] = ACTIONS(6480), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4327), - [anon_sym_fun] = ACTIONS(4327), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_this] = ACTIONS(4327), - [anon_sym_super] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [sym_label] = ACTIONS(4327), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_null] = ACTIONS(4327), - [anon_sym_if] = ACTIONS(4327), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_when] = ACTIONS(4327), - [anon_sym_try] = ACTIONS(4327), - [anon_sym_throw] = ACTIONS(4327), - [anon_sym_return] = ACTIONS(4327), - [anon_sym_continue] = ACTIONS(4327), - [anon_sym_break] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG] = ACTIONS(4327), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4329), - [anon_sym_continue_AT] = ACTIONS(4329), - [anon_sym_break_AT] = ACTIONS(4329), - [anon_sym_this_AT] = ACTIONS(4329), - [anon_sym_super_AT] = ACTIONS(4329), - [sym_real_literal] = ACTIONS(4329), - [sym_integer_literal] = ACTIONS(4327), - [sym_hex_literal] = ACTIONS(4329), - [sym_bin_literal] = ACTIONS(4329), - [anon_sym_true] = ACTIONS(4327), - [anon_sym_false] = ACTIONS(4327), - [anon_sym_SQUOTE] = ACTIONS(4329), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4329), - }, - [2844] = { - [sym_type_constraints] = STATE(3020), - [sym_enum_class_body] = STATE(3061), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(3280), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_data] = ACTIONS(3278), - [anon_sym_inner] = ACTIONS(3278), - [anon_sym_value] = ACTIONS(3278), - [anon_sym_expect] = ACTIONS(3278), - [anon_sym_actual] = ACTIONS(3278), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [2845] = { - [sym__alpha_identifier] = ACTIONS(4179), - [anon_sym_AT] = ACTIONS(4181), - [anon_sym_COLON] = ACTIONS(4179), - [anon_sym_LBRACK] = ACTIONS(4181), - [anon_sym_EQ] = ACTIONS(4181), - [anon_sym_LBRACE] = ACTIONS(4181), - [anon_sym_RBRACE] = ACTIONS(4181), - [anon_sym_LPAREN] = ACTIONS(4181), - [anon_sym_COMMA] = ACTIONS(4181), - [anon_sym_by] = ACTIONS(4179), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(4179), - [anon_sym_object] = ACTIONS(4179), - [anon_sym_fun] = ACTIONS(4179), - [anon_sym_DOT] = ACTIONS(4179), - [anon_sym_SEMI] = ACTIONS(4181), - [anon_sym_get] = ACTIONS(4179), - [anon_sym_set] = ACTIONS(4179), - [anon_sym_this] = ACTIONS(4179), - [anon_sym_super] = ACTIONS(4179), - [anon_sym_AMP] = ACTIONS(4181), - [sym__quest] = ACTIONS(4181), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4179), - [anon_sym_in] = ACTIONS(4179), - [anon_sym_null] = ACTIONS(4179), - [anon_sym_if] = ACTIONS(4179), - [anon_sym_else] = ACTIONS(4179), - [anon_sym_when] = ACTIONS(4179), - [anon_sym_try] = ACTIONS(4179), - [anon_sym_throw] = ACTIONS(4179), - [anon_sym_return] = ACTIONS(4179), - [anon_sym_continue] = ACTIONS(4179), - [anon_sym_break] = ACTIONS(4179), - [anon_sym_COLON_COLON] = ACTIONS(4181), - [anon_sym_BANGin] = ACTIONS(4181), - [anon_sym_is] = ACTIONS(4179), - [anon_sym_BANGis] = ACTIONS(4181), - [anon_sym_PLUS] = ACTIONS(4179), - [anon_sym_DASH] = ACTIONS(4179), - [anon_sym_PLUS_PLUS] = ACTIONS(4181), - [anon_sym_DASH_DASH] = ACTIONS(4181), - [anon_sym_BANG] = ACTIONS(4179), - [anon_sym_suspend] = ACTIONS(4179), - [anon_sym_sealed] = ACTIONS(4179), - [anon_sym_annotation] = ACTIONS(4179), - [anon_sym_data] = ACTIONS(4179), - [anon_sym_inner] = ACTIONS(4179), - [anon_sym_value] = ACTIONS(4179), - [anon_sym_override] = ACTIONS(4179), - [anon_sym_lateinit] = ACTIONS(4179), - [anon_sym_public] = ACTIONS(4179), - [anon_sym_private] = ACTIONS(4179), - [anon_sym_internal] = ACTIONS(4179), - [anon_sym_protected] = ACTIONS(4179), - [anon_sym_tailrec] = ACTIONS(4179), - [anon_sym_operator] = ACTIONS(4179), - [anon_sym_infix] = ACTIONS(4179), - [anon_sym_inline] = ACTIONS(4179), - [anon_sym_external] = ACTIONS(4179), - [sym_property_modifier] = ACTIONS(4179), - [anon_sym_abstract] = ACTIONS(4179), - [anon_sym_final] = ACTIONS(4179), - [anon_sym_open] = ACTIONS(4179), - [anon_sym_vararg] = ACTIONS(4179), - [anon_sym_noinline] = ACTIONS(4179), - [anon_sym_crossinline] = ACTIONS(4179), - [anon_sym_expect] = ACTIONS(4179), - [anon_sym_actual] = ACTIONS(4179), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4181), - [anon_sym_continue_AT] = ACTIONS(4181), - [anon_sym_break_AT] = ACTIONS(4181), - [anon_sym_this_AT] = ACTIONS(4181), - [anon_sym_super_AT] = ACTIONS(4181), - [sym_real_literal] = ACTIONS(4181), - [sym_integer_literal] = ACTIONS(4179), - [sym_hex_literal] = ACTIONS(4181), - [sym_bin_literal] = ACTIONS(4181), - [anon_sym_true] = ACTIONS(4179), - [anon_sym_false] = ACTIONS(4179), - [anon_sym_SQUOTE] = ACTIONS(4181), - [sym__backtick_identifier] = ACTIONS(4181), - [sym__automatic_semicolon] = ACTIONS(4181), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4181), - }, - [2846] = { - [sym_class_body] = STATE(3061), - [sym_type_constraints] = STATE(3015), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(3284), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_data] = ACTIONS(3278), - [anon_sym_inner] = ACTIONS(3278), - [anon_sym_value] = ACTIONS(3278), - [anon_sym_expect] = ACTIONS(3278), - [anon_sym_actual] = ACTIONS(3278), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [2847] = { - [sym_type_constraints] = STATE(2927), - [sym_function_body] = STATE(3115), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4299), - [anon_sym_fun] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_this] = ACTIONS(4299), - [anon_sym_super] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [sym_label] = ACTIONS(4299), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_null] = ACTIONS(4299), - [anon_sym_if] = ACTIONS(4299), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_when] = ACTIONS(4299), - [anon_sym_try] = ACTIONS(4299), - [anon_sym_throw] = ACTIONS(4299), - [anon_sym_return] = ACTIONS(4299), - [anon_sym_continue] = ACTIONS(4299), - [anon_sym_break] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG] = ACTIONS(4299), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4301), - [anon_sym_continue_AT] = ACTIONS(4301), - [anon_sym_break_AT] = ACTIONS(4301), - [anon_sym_this_AT] = ACTIONS(4301), - [anon_sym_super_AT] = ACTIONS(4301), - [sym_real_literal] = ACTIONS(4301), - [sym_integer_literal] = ACTIONS(4299), - [sym_hex_literal] = ACTIONS(4301), - [sym_bin_literal] = ACTIONS(4301), - [anon_sym_true] = ACTIONS(4299), - [anon_sym_false] = ACTIONS(4299), - [anon_sym_SQUOTE] = ACTIONS(4301), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4301), - }, - [2848] = { - [sym__alpha_identifier] = ACTIONS(4210), - [anon_sym_AT] = ACTIONS(4212), - [anon_sym_LBRACK] = ACTIONS(4212), - [anon_sym_as] = ACTIONS(4210), - [anon_sym_EQ] = ACTIONS(4210), - [anon_sym_LBRACE] = ACTIONS(4212), - [anon_sym_RBRACE] = ACTIONS(4212), - [anon_sym_LPAREN] = ACTIONS(4212), - [anon_sym_COMMA] = ACTIONS(4212), - [anon_sym_by] = ACTIONS(4210), - [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), - [sym__quest] = ACTIONS(4210), - [anon_sym_STAR] = ACTIONS(4210), - [anon_sym_DASH_GT] = ACTIONS(4214), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4212), - [anon_sym_super_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), - }, - [2849] = { - [sym_type_constraints] = STATE(3231), - [sym_function_body] = STATE(3232), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_COLON] = ACTIONS(6482), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4137), - [anon_sym_fun] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_this] = ACTIONS(4137), - [anon_sym_super] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [sym_label] = ACTIONS(4137), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(4137), - [anon_sym_if] = ACTIONS(4137), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_when] = ACTIONS(4137), - [anon_sym_try] = ACTIONS(4137), - [anon_sym_throw] = ACTIONS(4137), - [anon_sym_return] = ACTIONS(4137), - [anon_sym_continue] = ACTIONS(4137), - [anon_sym_break] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4137), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4139), - [anon_sym_continue_AT] = ACTIONS(4139), - [anon_sym_break_AT] = ACTIONS(4139), - [anon_sym_this_AT] = ACTIONS(4139), - [anon_sym_super_AT] = ACTIONS(4139), - [sym_real_literal] = ACTIONS(4139), - [sym_integer_literal] = ACTIONS(4137), - [sym_hex_literal] = ACTIONS(4139), - [sym_bin_literal] = ACTIONS(4139), - [anon_sym_true] = ACTIONS(4137), - [anon_sym_false] = ACTIONS(4137), - [anon_sym_SQUOTE] = ACTIONS(4139), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4139), - }, - [2850] = { - [sym__alpha_identifier] = ACTIONS(4253), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_RBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4253), - [anon_sym_EQ] = ACTIONS(4253), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(4255), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_RPAREN] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4253), - [anon_sym_GT] = ACTIONS(4253), - [anon_sym_where] = ACTIONS(4253), - [anon_sym_object] = ACTIONS(4253), - [anon_sym_fun] = ACTIONS(4253), - [anon_sym_DOT] = ACTIONS(4253), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4253), - [anon_sym_set] = ACTIONS(4253), - [anon_sym_this] = ACTIONS(4253), - [anon_sym_super] = ACTIONS(4253), - [anon_sym_STAR] = ACTIONS(4253), - [anon_sym_DASH_GT] = ACTIONS(4255), - [sym_label] = ACTIONS(4253), - [anon_sym_in] = ACTIONS(4253), - [anon_sym_while] = ACTIONS(4253), - [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(4253), - [anon_sym_if] = ACTIONS(4253), - [anon_sym_else] = ACTIONS(4253), - [anon_sym_when] = ACTIONS(4253), - [anon_sym_try] = ACTIONS(4253), - [anon_sym_throw] = ACTIONS(4253), - [anon_sym_return] = ACTIONS(4253), - [anon_sym_continue] = ACTIONS(4253), - [anon_sym_break] = ACTIONS(4253), - [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(4253), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4253), - [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(4253), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4253), - [anon_sym_DASH] = ACTIONS(4253), - [anon_sym_SLASH] = ACTIONS(4253), - [anon_sym_PERCENT] = ACTIONS(4253), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG] = ACTIONS(4253), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_data] = ACTIONS(4253), - [anon_sym_inner] = ACTIONS(4253), - [anon_sym_value] = ACTIONS(4253), - [anon_sym_expect] = ACTIONS(4253), - [anon_sym_actual] = ACTIONS(4253), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4255), - [anon_sym_continue_AT] = ACTIONS(4255), - [anon_sym_break_AT] = ACTIONS(4255), - [anon_sym_this_AT] = ACTIONS(4255), - [anon_sym_super_AT] = ACTIONS(4255), - [sym_real_literal] = ACTIONS(4255), - [sym_integer_literal] = ACTIONS(4253), - [sym_hex_literal] = ACTIONS(4255), - [sym_bin_literal] = ACTIONS(4255), - [anon_sym_true] = ACTIONS(4253), - [anon_sym_false] = ACTIONS(4253), - [anon_sym_SQUOTE] = ACTIONS(4255), - [sym__backtick_identifier] = ACTIONS(4255), - [sym_safe_nav] = ACTIONS(4255), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4255), - }, - [2851] = { - [sym_type_constraints] = STATE(3007), - [sym_enum_class_body] = STATE(3255), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(6484), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), - }, - [2852] = { - [sym_class_body] = STATE(3255), - [sym_type_constraints] = STATE(3006), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(6486), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), - }, - [2853] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4009), - [anon_sym_COLON] = ACTIONS(4004), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_EQ] = ACTIONS(4009), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_by] = ACTIONS(4004), - [anon_sym_LT] = ACTIONS(4009), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_get] = ACTIONS(4004), - [anon_sym_set] = ACTIONS(4004), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_AMP] = ACTIONS(4009), - [sym__quest] = ACTIONS(4009), - [anon_sym_STAR] = ACTIONS(4009), - [sym_label] = ACTIONS(4004), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_suspend] = ACTIONS(4004), - [anon_sym_sealed] = ACTIONS(4004), - [anon_sym_annotation] = ACTIONS(4004), - [anon_sym_data] = ACTIONS(4004), - [anon_sym_inner] = ACTIONS(4004), - [anon_sym_value] = ACTIONS(4004), - [anon_sym_override] = ACTIONS(4004), - [anon_sym_lateinit] = ACTIONS(4004), - [anon_sym_public] = ACTIONS(4004), - [anon_sym_private] = ACTIONS(4004), - [anon_sym_internal] = ACTIONS(4004), - [anon_sym_protected] = ACTIONS(4004), - [anon_sym_tailrec] = ACTIONS(4004), - [anon_sym_operator] = ACTIONS(4004), - [anon_sym_infix] = ACTIONS(4004), - [anon_sym_inline] = ACTIONS(4004), - [anon_sym_external] = ACTIONS(4004), - [sym_property_modifier] = ACTIONS(4004), - [anon_sym_abstract] = ACTIONS(4004), - [anon_sym_final] = ACTIONS(4004), - [anon_sym_open] = ACTIONS(4004), - [anon_sym_vararg] = ACTIONS(4004), - [anon_sym_noinline] = ACTIONS(4004), - [anon_sym_crossinline] = ACTIONS(4004), - [anon_sym_expect] = ACTIONS(4004), - [anon_sym_actual] = ACTIONS(4004), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4009), - [sym__automatic_semicolon] = ACTIONS(4009), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [2854] = { - [sym_type_constraints] = STATE(3005), - [sym_enum_class_body] = STATE(3254), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_COLON] = ACTIONS(3310), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), - }, - [2855] = { - [sym_type_constraints] = STATE(2996), - [sym_enum_class_body] = STATE(3200), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_COLON] = ACTIONS(6488), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4321), - [anon_sym_fun] = ACTIONS(4321), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_this] = ACTIONS(4321), - [anon_sym_super] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [sym_label] = ACTIONS(4321), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_null] = ACTIONS(4321), - [anon_sym_if] = ACTIONS(4321), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_when] = ACTIONS(4321), - [anon_sym_try] = ACTIONS(4321), - [anon_sym_throw] = ACTIONS(4321), - [anon_sym_return] = ACTIONS(4321), - [anon_sym_continue] = ACTIONS(4321), - [anon_sym_break] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG] = ACTIONS(4321), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4323), - [anon_sym_continue_AT] = ACTIONS(4323), - [anon_sym_break_AT] = ACTIONS(4323), - [anon_sym_this_AT] = ACTIONS(4323), - [anon_sym_super_AT] = ACTIONS(4323), - [sym_real_literal] = ACTIONS(4323), - [sym_integer_literal] = ACTIONS(4321), - [sym_hex_literal] = ACTIONS(4323), - [sym_bin_literal] = ACTIONS(4323), - [anon_sym_true] = ACTIONS(4321), - [anon_sym_false] = ACTIONS(4321), - [anon_sym_SQUOTE] = ACTIONS(4323), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4323), - }, - [2856] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4018), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_typealias] = ACTIONS(4021), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_class] = ACTIONS(4021), - [anon_sym_interface] = ACTIONS(4021), - [anon_sym_enum] = ACTIONS(4021), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_val] = ACTIONS(4021), - [anon_sym_var] = ACTIONS(4021), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4021), - [anon_sym_fun] = ACTIONS(4021), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_get] = ACTIONS(4023), - [anon_sym_set] = ACTIONS(4023), - [anon_sym_STAR] = ACTIONS(4004), - [sym_label] = ACTIONS(4009), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [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_value] = 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(4009), - [sym__automatic_semicolon] = ACTIONS(4009), - [sym_safe_nav] = ACTIONS(4009), - [sym_multiline_comment] = ACTIONS(3), - }, - [2857] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4006), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_typealias] = ACTIONS(4011), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_class] = ACTIONS(4011), - [anon_sym_interface] = ACTIONS(4011), - [anon_sym_enum] = ACTIONS(4011), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_val] = ACTIONS(4011), - [anon_sym_var] = ACTIONS(4011), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4011), - [anon_sym_fun] = ACTIONS(4011), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_get] = ACTIONS(4013), - [anon_sym_set] = ACTIONS(4013), - [anon_sym_STAR] = ACTIONS(4004), - [sym_label] = ACTIONS(4009), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [anon_sym_suspend] = ACTIONS(4013), - [anon_sym_sealed] = ACTIONS(4013), - [anon_sym_annotation] = ACTIONS(4013), - [anon_sym_data] = ACTIONS(4013), - [anon_sym_inner] = ACTIONS(4013), - [anon_sym_value] = ACTIONS(4013), - [anon_sym_override] = ACTIONS(4013), - [anon_sym_lateinit] = ACTIONS(4013), - [anon_sym_public] = ACTIONS(4013), - [anon_sym_private] = ACTIONS(4013), - [anon_sym_internal] = ACTIONS(4013), - [anon_sym_protected] = ACTIONS(4013), - [anon_sym_tailrec] = ACTIONS(4013), - [anon_sym_operator] = ACTIONS(4013), - [anon_sym_infix] = ACTIONS(4013), - [anon_sym_inline] = ACTIONS(4013), - [anon_sym_external] = ACTIONS(4013), - [sym_property_modifier] = ACTIONS(4013), - [anon_sym_abstract] = ACTIONS(4013), - [anon_sym_final] = ACTIONS(4013), - [anon_sym_open] = ACTIONS(4013), - [anon_sym_vararg] = ACTIONS(4013), - [anon_sym_noinline] = ACTIONS(4013), - [anon_sym_crossinline] = ACTIONS(4013), - [anon_sym_expect] = ACTIONS(4013), - [anon_sym_actual] = ACTIONS(4013), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4009), - [sym__automatic_semicolon] = ACTIONS(4009), - [sym_safe_nav] = ACTIONS(4009), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2858] = { - [sym_getter] = STATE(4728), - [sym_setter] = STATE(4728), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6332), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2788] = { + [sym_getter] = STATE(3906), + [sym_setter] = STATE(3906), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -349618,70 +343409,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2859] = { - [sym_getter] = STATE(3510), - [sym_setter] = STATE(3510), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2789] = { + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -349706,334 +343498,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - }, - [2860] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_RBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(6490), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_RPAREN] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4259), - [anon_sym_DASH_GT] = ACTIONS(4265), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [anon_sym_while] = ACTIONS(4267), - [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(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4262), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [2861] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_RBRACK] = ACTIONS(4287), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_EQ] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(6494), - [anon_sym_COMMA] = ACTIONS(4287), - [anon_sym_RPAREN] = ACTIONS(4287), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_where] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4281), - [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4281), - [anon_sym_DASH_GT] = ACTIONS(4287), - [sym_label] = ACTIONS(4281), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_while] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4287), - [anon_sym_DASH_EQ] = ACTIONS(4287), - [anon_sym_STAR_EQ] = ACTIONS(4287), - [anon_sym_SLASH_EQ] = ACTIONS(4287), - [anon_sym_PERCENT_EQ] = ACTIONS(4287), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4281), - [anon_sym_DASH] = ACTIONS(4281), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4289), - [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_data] = ACTIONS(4281), - [anon_sym_inner] = ACTIONS(4281), - [anon_sym_value] = ACTIONS(4281), - [anon_sym_expect] = ACTIONS(4281), - [anon_sym_actual] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4284), - [sym_safe_nav] = ACTIONS(4287), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [2862] = { - [aux_sym_nullable_type_repeat1] = STATE(2862), - [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(4222), - [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(6498), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4224), - [anon_sym_super_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), }, - [2863] = { - [sym_getter] = STATE(3477), - [sym_setter] = STATE(3477), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(4513), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(1734), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1734), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [2790] = { + [sym_getter] = STATE(3906), + [sym_setter] = STATE(3906), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(4466), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -350058,70 +343587,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2864] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2791] = { + [sym_annotated_lambda] = STATE(3451), + [sym_lambda_literal] = STATE(3433), + [sym_annotation] = STATE(8339), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8339), + [sym__alpha_identifier] = ACTIONS(4046), + [anon_sym_AT] = ACTIONS(4048), + [anon_sym_LBRACK] = ACTIONS(4048), + [anon_sym_RBRACK] = ACTIONS(4048), + [anon_sym_as] = ACTIONS(4046), + [anon_sym_EQ] = ACTIONS(4046), + [anon_sym_LBRACE] = ACTIONS(4048), + [anon_sym_RBRACE] = ACTIONS(4048), + [anon_sym_LPAREN] = ACTIONS(4048), + [anon_sym_COMMA] = ACTIONS(4048), + [anon_sym_RPAREN] = ACTIONS(4048), + [anon_sym_LT] = ACTIONS(4046), + [anon_sym_GT] = ACTIONS(4046), + [anon_sym_where] = ACTIONS(4046), + [anon_sym_DOT] = ACTIONS(4046), + [anon_sym_SEMI] = ACTIONS(4048), + [anon_sym_get] = ACTIONS(4046), + [anon_sym_set] = ACTIONS(4046), + [anon_sym_STAR] = ACTIONS(4046), + [anon_sym_DASH_GT] = ACTIONS(4048), + [sym_label] = ACTIONS(4048), + [anon_sym_in] = ACTIONS(4046), + [anon_sym_while] = ACTIONS(4046), + [anon_sym_DOT_DOT] = ACTIONS(4048), + [anon_sym_QMARK_COLON] = ACTIONS(4048), + [anon_sym_AMP_AMP] = ACTIONS(4048), + [anon_sym_PIPE_PIPE] = ACTIONS(4048), + [anon_sym_else] = ACTIONS(4046), + [anon_sym_COLON_COLON] = ACTIONS(4048), + [anon_sym_PLUS_EQ] = ACTIONS(4048), + [anon_sym_DASH_EQ] = ACTIONS(4048), + [anon_sym_STAR_EQ] = ACTIONS(4048), + [anon_sym_SLASH_EQ] = ACTIONS(4048), + [anon_sym_PERCENT_EQ] = ACTIONS(4048), + [anon_sym_BANG_EQ] = ACTIONS(4046), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4048), + [anon_sym_EQ_EQ] = ACTIONS(4046), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4048), + [anon_sym_LT_EQ] = ACTIONS(4048), + [anon_sym_GT_EQ] = ACTIONS(4048), + [anon_sym_BANGin] = ACTIONS(4048), + [anon_sym_is] = ACTIONS(4046), + [anon_sym_BANGis] = ACTIONS(4048), + [anon_sym_PLUS] = ACTIONS(4046), + [anon_sym_DASH] = ACTIONS(4046), + [anon_sym_SLASH] = ACTIONS(4046), + [anon_sym_PERCENT] = ACTIONS(4046), + [anon_sym_as_QMARK] = ACTIONS(4048), + [anon_sym_PLUS_PLUS] = ACTIONS(4048), + [anon_sym_DASH_DASH] = ACTIONS(4048), + [anon_sym_BANG_BANG] = ACTIONS(4048), + [anon_sym_suspend] = ACTIONS(4046), + [anon_sym_sealed] = ACTIONS(4046), + [anon_sym_annotation] = ACTIONS(4046), + [anon_sym_data] = ACTIONS(4046), + [anon_sym_inner] = ACTIONS(4046), + [anon_sym_value] = ACTIONS(4046), + [anon_sym_override] = ACTIONS(4046), + [anon_sym_lateinit] = ACTIONS(4046), + [anon_sym_public] = ACTIONS(4046), + [anon_sym_private] = ACTIONS(4046), + [anon_sym_internal] = ACTIONS(4046), + [anon_sym_protected] = ACTIONS(4046), + [anon_sym_tailrec] = ACTIONS(4046), + [anon_sym_operator] = ACTIONS(4046), + [anon_sym_infix] = ACTIONS(4046), + [anon_sym_inline] = ACTIONS(4046), + [anon_sym_external] = ACTIONS(4046), + [sym_property_modifier] = ACTIONS(4046), + [anon_sym_abstract] = ACTIONS(4046), + [anon_sym_final] = ACTIONS(4046), + [anon_sym_open] = ACTIONS(4046), + [anon_sym_vararg] = ACTIONS(4046), + [anon_sym_noinline] = ACTIONS(4046), + [anon_sym_crossinline] = ACTIONS(4046), + [anon_sym_expect] = ACTIONS(4046), + [anon_sym_actual] = ACTIONS(4046), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4048), + [sym_safe_nav] = ACTIONS(4048), + [sym_multiline_comment] = ACTIONS(3), + }, + [2792] = { + [sym_getter] = STATE(3944), + [sym_setter] = STATE(3944), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -350146,70 +343765,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2865] = { - [sym_getter] = STATE(4728), - [sym_setter] = STATE(4728), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2793] = { + [sym_getter] = STATE(3944), + [sym_setter] = STATE(3944), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(4464), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -350234,246 +343854,249 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2866] = { - [sym_type_constraints] = STATE(3224), - [sym_function_body] = STATE(3220), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_COLON] = ACTIONS(6501), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), + [2794] = { + [sym_type_constraints] = STATE(2925), + [sym_function_body] = STATE(3226), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_COLON] = ACTIONS(6432), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4151), + [anon_sym_fun] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_this] = ACTIONS(4151), + [anon_sym_super] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [sym_label] = ACTIONS(4151), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_if] = ACTIONS(4151), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_when] = ACTIONS(4151), + [anon_sym_try] = ACTIONS(4151), + [anon_sym_throw] = ACTIONS(4151), + [anon_sym_return] = ACTIONS(4151), + [anon_sym_continue] = ACTIONS(4151), + [anon_sym_break] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4151), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4153), + [anon_sym_continue_AT] = ACTIONS(4153), + [anon_sym_break_AT] = ACTIONS(4153), + [anon_sym_this_AT] = ACTIONS(4153), + [anon_sym_super_AT] = ACTIONS(4153), + [sym_real_literal] = ACTIONS(4153), + [sym_integer_literal] = ACTIONS(4151), + [sym_hex_literal] = ACTIONS(4153), + [sym_bin_literal] = ACTIONS(4153), + [anon_sym_true] = ACTIONS(4151), + [anon_sym_false] = ACTIONS(4151), + [anon_sym_SQUOTE] = ACTIONS(4153), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4153), }, - [2867] = { - [sym_type_constraints] = STATE(3194), - [sym_function_body] = STATE(3195), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4173), - [anon_sym_AT] = ACTIONS(4175), - [anon_sym_COLON] = ACTIONS(6503), - [anon_sym_LBRACK] = ACTIONS(4175), - [anon_sym_as] = ACTIONS(4173), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4175), - [anon_sym_LPAREN] = ACTIONS(4175), - [anon_sym_LT] = ACTIONS(4173), - [anon_sym_GT] = ACTIONS(4173), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4173), - [anon_sym_fun] = ACTIONS(4173), - [anon_sym_DOT] = ACTIONS(4173), - [anon_sym_SEMI] = ACTIONS(4175), - [anon_sym_get] = ACTIONS(4173), - [anon_sym_set] = ACTIONS(4173), - [anon_sym_this] = ACTIONS(4173), - [anon_sym_super] = ACTIONS(4173), - [anon_sym_STAR] = ACTIONS(4173), - [sym_label] = ACTIONS(4173), - [anon_sym_in] = ACTIONS(4173), - [anon_sym_DOT_DOT] = ACTIONS(4175), - [anon_sym_QMARK_COLON] = ACTIONS(4175), - [anon_sym_AMP_AMP] = ACTIONS(4175), - [anon_sym_PIPE_PIPE] = ACTIONS(4175), - [anon_sym_null] = ACTIONS(4173), - [anon_sym_if] = ACTIONS(4173), - [anon_sym_else] = ACTIONS(4173), - [anon_sym_when] = ACTIONS(4173), - [anon_sym_try] = ACTIONS(4173), - [anon_sym_throw] = ACTIONS(4173), - [anon_sym_return] = ACTIONS(4173), - [anon_sym_continue] = ACTIONS(4173), - [anon_sym_break] = ACTIONS(4173), - [anon_sym_COLON_COLON] = ACTIONS(4175), - [anon_sym_PLUS_EQ] = ACTIONS(4175), - [anon_sym_DASH_EQ] = ACTIONS(4175), - [anon_sym_STAR_EQ] = ACTIONS(4175), - [anon_sym_SLASH_EQ] = ACTIONS(4175), - [anon_sym_PERCENT_EQ] = ACTIONS(4175), - [anon_sym_BANG_EQ] = ACTIONS(4173), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4175), - [anon_sym_EQ_EQ] = ACTIONS(4173), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4175), - [anon_sym_LT_EQ] = ACTIONS(4175), - [anon_sym_GT_EQ] = ACTIONS(4175), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(4173), - [anon_sym_BANGis] = ACTIONS(4175), - [anon_sym_PLUS] = ACTIONS(4173), - [anon_sym_DASH] = ACTIONS(4173), - [anon_sym_SLASH] = ACTIONS(4173), - [anon_sym_PERCENT] = ACTIONS(4173), - [anon_sym_as_QMARK] = ACTIONS(4175), - [anon_sym_PLUS_PLUS] = ACTIONS(4175), - [anon_sym_DASH_DASH] = ACTIONS(4175), - [anon_sym_BANG] = ACTIONS(4173), - [anon_sym_BANG_BANG] = ACTIONS(4175), - [anon_sym_data] = ACTIONS(4173), - [anon_sym_inner] = ACTIONS(4173), - [anon_sym_value] = ACTIONS(4173), - [anon_sym_expect] = ACTIONS(4173), - [anon_sym_actual] = ACTIONS(4173), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4175), - [anon_sym_continue_AT] = ACTIONS(4175), - [anon_sym_break_AT] = ACTIONS(4175), - [anon_sym_this_AT] = ACTIONS(4175), - [anon_sym_super_AT] = ACTIONS(4175), - [sym_real_literal] = ACTIONS(4175), - [sym_integer_literal] = ACTIONS(4173), - [sym_hex_literal] = ACTIONS(4175), - [sym_bin_literal] = ACTIONS(4175), - [anon_sym_true] = ACTIONS(4173), - [anon_sym_false] = ACTIONS(4173), - [anon_sym_SQUOTE] = ACTIONS(4175), - [sym__backtick_identifier] = ACTIONS(4175), - [sym__automatic_semicolon] = ACTIONS(4175), - [sym_safe_nav] = ACTIONS(4175), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4175), + [2795] = { + [sym_type_constraints] = STATE(2934), + [sym_function_body] = STATE(3262), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_COLON] = ACTIONS(6434), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), }, - [2868] = { - [sym_getter] = STATE(4834), - [sym_setter] = STATE(4834), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_RPAREN] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(3422), - [sym_label] = ACTIONS(3422), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_while] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3422), - [anon_sym_as_QMARK] = ACTIONS(3422), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [2796] = { + [sym_getter] = STATE(4019), + [sym_setter] = STATE(4019), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6248), + [anon_sym_set] = ACTIONS(6250), + [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), @@ -350498,70 +344121,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2869] = { - [sym_getter] = STATE(4827), - [sym_setter] = STATE(4827), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_RPAREN] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(1816), - [sym_label] = ACTIONS(1816), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_while] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1816), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [2797] = { + [sym_getter] = STATE(5081), + [sym_setter] = STATE(5081), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6328), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), + [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), @@ -350586,70 +344210,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2870] = { - [sym_getter] = STATE(3477), - [sym_setter] = STATE(3477), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(6266), - [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(1734), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1734), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), + [2798] = { + [sym_getter] = STATE(4031), + [sym_setter] = STATE(4031), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1790), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_as] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_COMMA] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1790), + [anon_sym_GT] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1790), + [anon_sym_DOT] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [anon_sym_STAR] = ACTIONS(1792), + [sym_label] = ACTIONS(1792), + [anon_sym_in] = ACTIONS(1790), + [anon_sym_DOT_DOT] = ACTIONS(1792), + [anon_sym_QMARK_COLON] = ACTIONS(1792), + [anon_sym_AMP_AMP] = ACTIONS(1792), + [anon_sym_PIPE_PIPE] = ACTIONS(1792), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_COLON_COLON] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1790), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ] = ACTIONS(1790), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_BANGin] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1790), + [anon_sym_BANGis] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1790), + [anon_sym_SLASH] = ACTIONS(1790), + [anon_sym_PERCENT] = ACTIONS(1792), + [anon_sym_as_QMARK] = ACTIONS(1792), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_BANG_BANG] = ACTIONS(1792), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -350674,70 +344299,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1792), + [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), }, - [2871] = { - [sym_getter] = STATE(4842), - [sym_setter] = STATE(4842), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(4720), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2799] = { + [sym_type_constraints] = STATE(2936), + [sym_function_body] = STATE(3230), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(6436), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), + }, + [2800] = { + [sym_getter] = STATE(3845), + [sym_setter] = STATE(3845), + [sym_modifiers] = STATE(9395), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_COMMA] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_where] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(6248), + [anon_sym_set] = ACTIONS(6250), + [anon_sym_STAR] = ACTIONS(3422), + [sym_label] = ACTIONS(3422), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3422), + [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), @@ -350762,70 +344477,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(3422), + [sym__automatic_semicolon] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), [sym_multiline_comment] = ACTIONS(3), }, - [2872] = { - [sym_getter] = STATE(4842), - [sym_setter] = STATE(4842), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2801] = { + [sym__alpha_identifier] = ACTIONS(4182), + [anon_sym_AT] = ACTIONS(4184), + [anon_sym_COLON] = ACTIONS(4182), + [anon_sym_LBRACK] = ACTIONS(4184), + [anon_sym_as] = ACTIONS(4182), + [anon_sym_EQ] = ACTIONS(4182), + [anon_sym_LBRACE] = ACTIONS(4184), + [anon_sym_RBRACE] = ACTIONS(4184), + [anon_sym_LPAREN] = ACTIONS(4184), + [anon_sym_COMMA] = ACTIONS(4184), + [anon_sym_by] = ACTIONS(4182), + [anon_sym_LT] = ACTIONS(4182), + [anon_sym_GT] = ACTIONS(4182), + [anon_sym_where] = ACTIONS(4182), + [anon_sym_object] = ACTIONS(4182), + [anon_sym_fun] = ACTIONS(4182), + [anon_sym_DOT] = ACTIONS(4182), + [anon_sym_SEMI] = ACTIONS(4184), + [anon_sym_get] = ACTIONS(4182), + [anon_sym_set] = ACTIONS(4182), + [anon_sym_this] = ACTIONS(4182), + [anon_sym_super] = ACTIONS(4182), + [anon_sym_AMP] = ACTIONS(4182), + [sym__quest] = ACTIONS(4182), + [anon_sym_STAR] = ACTIONS(4182), + [sym_label] = ACTIONS(4182), + [anon_sym_in] = ACTIONS(4182), + [anon_sym_DOT_DOT] = ACTIONS(4184), + [anon_sym_QMARK_COLON] = ACTIONS(4184), + [anon_sym_AMP_AMP] = ACTIONS(4184), + [anon_sym_PIPE_PIPE] = ACTIONS(4184), + [anon_sym_null] = ACTIONS(4182), + [anon_sym_if] = ACTIONS(4182), + [anon_sym_else] = ACTIONS(4182), + [anon_sym_when] = ACTIONS(4182), + [anon_sym_try] = ACTIONS(4182), + [anon_sym_throw] = ACTIONS(4182), + [anon_sym_return] = ACTIONS(4182), + [anon_sym_continue] = ACTIONS(4182), + [anon_sym_break] = ACTIONS(4182), + [anon_sym_COLON_COLON] = ACTIONS(4184), + [anon_sym_PLUS_EQ] = ACTIONS(4184), + [anon_sym_DASH_EQ] = ACTIONS(4184), + [anon_sym_STAR_EQ] = ACTIONS(4184), + [anon_sym_SLASH_EQ] = ACTIONS(4184), + [anon_sym_PERCENT_EQ] = ACTIONS(4184), + [anon_sym_BANG_EQ] = ACTIONS(4182), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4184), + [anon_sym_EQ_EQ] = ACTIONS(4182), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4184), + [anon_sym_LT_EQ] = ACTIONS(4184), + [anon_sym_GT_EQ] = ACTIONS(4184), + [anon_sym_BANGin] = ACTIONS(4184), + [anon_sym_is] = ACTIONS(4182), + [anon_sym_BANGis] = ACTIONS(4184), + [anon_sym_PLUS] = ACTIONS(4182), + [anon_sym_DASH] = ACTIONS(4182), + [anon_sym_SLASH] = ACTIONS(4182), + [anon_sym_PERCENT] = ACTIONS(4182), + [anon_sym_as_QMARK] = ACTIONS(4184), + [anon_sym_PLUS_PLUS] = ACTIONS(4184), + [anon_sym_DASH_DASH] = ACTIONS(4184), + [anon_sym_BANG] = ACTIONS(4182), + [anon_sym_BANG_BANG] = ACTIONS(4184), + [anon_sym_data] = ACTIONS(4182), + [anon_sym_inner] = ACTIONS(4182), + [anon_sym_value] = ACTIONS(4182), + [anon_sym_expect] = ACTIONS(4182), + [anon_sym_actual] = ACTIONS(4182), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4184), + [anon_sym_continue_AT] = ACTIONS(4184), + [anon_sym_break_AT] = ACTIONS(4184), + [anon_sym_this_AT] = ACTIONS(4184), + [anon_sym_super_AT] = ACTIONS(4184), + [sym_real_literal] = ACTIONS(4184), + [sym_integer_literal] = ACTIONS(4182), + [sym_hex_literal] = ACTIONS(4184), + [sym_bin_literal] = ACTIONS(4184), + [anon_sym_true] = ACTIONS(4182), + [anon_sym_false] = ACTIONS(4182), + [anon_sym_SQUOTE] = ACTIONS(4184), + [sym__backtick_identifier] = ACTIONS(4184), + [sym__automatic_semicolon] = ACTIONS(4184), + [sym_safe_nav] = ACTIONS(4184), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4184), + }, + [2802] = { + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -350850,47 +344655,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2873] = { - [sym_getter] = STATE(4769), - [sym_setter] = STATE(4769), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2803] = { + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(4700), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), + [anon_sym_SEMI] = ACTIONS(4385), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), [anon_sym_STAR] = ACTIONS(1734), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), - [anon_sym_while] = ACTIONS(1732), [anon_sym_DOT_DOT] = ACTIONS(1734), [anon_sym_QMARK_COLON] = ACTIONS(1734), [anon_sym_AMP_AMP] = ACTIONS(1734), @@ -350938,47 +344744,315 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2874] = { - [sym_getter] = STATE(4769), - [sym_setter] = STATE(4769), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2804] = { + [aux_sym_user_type_repeat1] = STATE(2808), + [sym__alpha_identifier] = ACTIONS(4122), + [anon_sym_AT] = ACTIONS(4124), + [anon_sym_LBRACK] = ACTIONS(4124), + [anon_sym_as] = ACTIONS(4122), + [anon_sym_EQ] = ACTIONS(4122), + [anon_sym_LBRACE] = ACTIONS(4124), + [anon_sym_RBRACE] = ACTIONS(4124), + [anon_sym_LPAREN] = ACTIONS(4124), + [anon_sym_COMMA] = ACTIONS(4124), + [anon_sym_by] = ACTIONS(4122), + [anon_sym_LT] = ACTIONS(4122), + [anon_sym_GT] = ACTIONS(4122), + [anon_sym_where] = ACTIONS(4122), + [anon_sym_object] = ACTIONS(4122), + [anon_sym_fun] = ACTIONS(4122), + [anon_sym_DOT] = ACTIONS(6438), + [anon_sym_SEMI] = ACTIONS(4124), + [anon_sym_get] = ACTIONS(4122), + [anon_sym_set] = ACTIONS(4122), + [anon_sym_this] = ACTIONS(4122), + [anon_sym_super] = ACTIONS(4122), + [anon_sym_AMP] = ACTIONS(4122), + [sym__quest] = ACTIONS(4122), + [anon_sym_STAR] = ACTIONS(4122), + [sym_label] = ACTIONS(4122), + [anon_sym_in] = ACTIONS(4122), + [anon_sym_DOT_DOT] = ACTIONS(4124), + [anon_sym_QMARK_COLON] = ACTIONS(4124), + [anon_sym_AMP_AMP] = ACTIONS(4124), + [anon_sym_PIPE_PIPE] = ACTIONS(4124), + [anon_sym_null] = ACTIONS(4122), + [anon_sym_if] = ACTIONS(4122), + [anon_sym_else] = ACTIONS(4122), + [anon_sym_when] = ACTIONS(4122), + [anon_sym_try] = ACTIONS(4122), + [anon_sym_throw] = ACTIONS(4122), + [anon_sym_return] = ACTIONS(4122), + [anon_sym_continue] = ACTIONS(4122), + [anon_sym_break] = ACTIONS(4122), + [anon_sym_COLON_COLON] = ACTIONS(4124), + [anon_sym_PLUS_EQ] = ACTIONS(4124), + [anon_sym_DASH_EQ] = ACTIONS(4124), + [anon_sym_STAR_EQ] = ACTIONS(4124), + [anon_sym_SLASH_EQ] = ACTIONS(4124), + [anon_sym_PERCENT_EQ] = ACTIONS(4124), + [anon_sym_BANG_EQ] = ACTIONS(4122), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4124), + [anon_sym_EQ_EQ] = ACTIONS(4122), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4124), + [anon_sym_LT_EQ] = ACTIONS(4124), + [anon_sym_GT_EQ] = ACTIONS(4124), + [anon_sym_BANGin] = ACTIONS(4124), + [anon_sym_is] = ACTIONS(4122), + [anon_sym_BANGis] = ACTIONS(4124), + [anon_sym_PLUS] = ACTIONS(4122), + [anon_sym_DASH] = ACTIONS(4122), + [anon_sym_SLASH] = ACTIONS(4122), + [anon_sym_PERCENT] = ACTIONS(4122), + [anon_sym_as_QMARK] = ACTIONS(4124), + [anon_sym_PLUS_PLUS] = ACTIONS(4124), + [anon_sym_DASH_DASH] = ACTIONS(4124), + [anon_sym_BANG] = ACTIONS(4122), + [anon_sym_BANG_BANG] = ACTIONS(4124), + [anon_sym_data] = ACTIONS(4122), + [anon_sym_inner] = ACTIONS(4122), + [anon_sym_value] = ACTIONS(4122), + [anon_sym_expect] = ACTIONS(4122), + [anon_sym_actual] = ACTIONS(4122), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4124), + [anon_sym_continue_AT] = ACTIONS(4124), + [anon_sym_break_AT] = ACTIONS(4124), + [anon_sym_this_AT] = ACTIONS(4124), + [anon_sym_super_AT] = ACTIONS(4124), + [sym_real_literal] = ACTIONS(4124), + [sym_integer_literal] = ACTIONS(4122), + [sym_hex_literal] = ACTIONS(4124), + [sym_bin_literal] = ACTIONS(4124), + [anon_sym_true] = ACTIONS(4122), + [anon_sym_false] = ACTIONS(4122), + [anon_sym_SQUOTE] = ACTIONS(4124), + [sym__backtick_identifier] = ACTIONS(4124), + [sym__automatic_semicolon] = ACTIONS(4124), + [sym_safe_nav] = ACTIONS(4124), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4124), + }, + [2805] = { + [sym_type_arguments] = STATE(2821), + [sym__alpha_identifier] = ACTIONS(4169), + [anon_sym_AT] = ACTIONS(4171), + [anon_sym_LBRACK] = ACTIONS(4171), + [anon_sym_as] = ACTIONS(4169), + [anon_sym_EQ] = ACTIONS(4169), + [anon_sym_LBRACE] = ACTIONS(4171), + [anon_sym_RBRACE] = ACTIONS(4171), + [anon_sym_LPAREN] = ACTIONS(4171), + [anon_sym_COMMA] = ACTIONS(4171), + [anon_sym_by] = ACTIONS(4169), + [anon_sym_LT] = ACTIONS(6441), + [anon_sym_GT] = ACTIONS(4169), + [anon_sym_where] = ACTIONS(4169), + [anon_sym_object] = ACTIONS(4169), + [anon_sym_fun] = ACTIONS(4169), + [anon_sym_DOT] = ACTIONS(4169), + [anon_sym_SEMI] = ACTIONS(4171), + [anon_sym_get] = ACTIONS(4169), + [anon_sym_set] = ACTIONS(4169), + [anon_sym_this] = ACTIONS(4169), + [anon_sym_super] = ACTIONS(4169), + [anon_sym_AMP] = ACTIONS(4169), + [sym__quest] = ACTIONS(4169), + [anon_sym_STAR] = ACTIONS(4169), + [sym_label] = ACTIONS(4169), + [anon_sym_in] = ACTIONS(4169), + [anon_sym_DOT_DOT] = ACTIONS(4171), + [anon_sym_QMARK_COLON] = ACTIONS(4171), + [anon_sym_AMP_AMP] = ACTIONS(4171), + [anon_sym_PIPE_PIPE] = ACTIONS(4171), + [anon_sym_null] = ACTIONS(4169), + [anon_sym_if] = ACTIONS(4169), + [anon_sym_else] = ACTIONS(4169), + [anon_sym_when] = ACTIONS(4169), + [anon_sym_try] = ACTIONS(4169), + [anon_sym_throw] = ACTIONS(4169), + [anon_sym_return] = ACTIONS(4169), + [anon_sym_continue] = ACTIONS(4169), + [anon_sym_break] = ACTIONS(4169), + [anon_sym_COLON_COLON] = ACTIONS(4171), + [anon_sym_PLUS_EQ] = ACTIONS(4171), + [anon_sym_DASH_EQ] = ACTIONS(4171), + [anon_sym_STAR_EQ] = ACTIONS(4171), + [anon_sym_SLASH_EQ] = ACTIONS(4171), + [anon_sym_PERCENT_EQ] = ACTIONS(4171), + [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(4171), + [anon_sym_GT_EQ] = ACTIONS(4171), + [anon_sym_BANGin] = ACTIONS(4171), + [anon_sym_is] = ACTIONS(4169), + [anon_sym_BANGis] = ACTIONS(4171), + [anon_sym_PLUS] = ACTIONS(4169), + [anon_sym_DASH] = ACTIONS(4169), + [anon_sym_SLASH] = ACTIONS(4169), + [anon_sym_PERCENT] = ACTIONS(4169), + [anon_sym_as_QMARK] = ACTIONS(4171), + [anon_sym_PLUS_PLUS] = ACTIONS(4171), + [anon_sym_DASH_DASH] = ACTIONS(4171), + [anon_sym_BANG] = ACTIONS(4169), + [anon_sym_BANG_BANG] = ACTIONS(4171), + [anon_sym_data] = ACTIONS(4169), + [anon_sym_inner] = ACTIONS(4169), + [anon_sym_value] = ACTIONS(4169), + [anon_sym_expect] = ACTIONS(4169), + [anon_sym_actual] = ACTIONS(4169), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4171), + [anon_sym_continue_AT] = ACTIONS(4171), + [anon_sym_break_AT] = ACTIONS(4171), + [anon_sym_this_AT] = ACTIONS(4171), + [anon_sym_super_AT] = ACTIONS(4171), + [sym_real_literal] = ACTIONS(4171), + [sym_integer_literal] = ACTIONS(4169), + [sym_hex_literal] = ACTIONS(4171), + [sym_bin_literal] = ACTIONS(4171), + [anon_sym_true] = ACTIONS(4169), + [anon_sym_false] = ACTIONS(4169), + [anon_sym_SQUOTE] = ACTIONS(4171), + [sym__backtick_identifier] = ACTIONS(4171), + [sym__automatic_semicolon] = ACTIONS(4171), + [sym_safe_nav] = ACTIONS(4171), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4171), + }, + [2806] = { + [sym_type_constraints] = STATE(2940), + [sym_function_body] = STATE(3164), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_COLON] = ACTIONS(6443), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), + }, + [2807] = { + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), [anon_sym_STAR] = ACTIONS(1734), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), - [anon_sym_while] = ACTIONS(1732), [anon_sym_DOT_DOT] = ACTIONS(1734), [anon_sym_QMARK_COLON] = ACTIONS(1734), [anon_sym_AMP_AMP] = ACTIONS(1734), @@ -351026,158 +345100,160 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2875] = { - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(4692), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), + [2808] = { + [aux_sym_user_type_repeat1] = STATE(2808), + [sym__alpha_identifier] = ACTIONS(4186), + [anon_sym_AT] = ACTIONS(4188), + [anon_sym_LBRACK] = ACTIONS(4188), + [anon_sym_as] = ACTIONS(4186), + [anon_sym_EQ] = ACTIONS(4186), + [anon_sym_LBRACE] = ACTIONS(4188), + [anon_sym_RBRACE] = ACTIONS(4188), + [anon_sym_LPAREN] = ACTIONS(4188), + [anon_sym_COMMA] = ACTIONS(4188), + [anon_sym_by] = ACTIONS(4186), + [anon_sym_LT] = ACTIONS(4186), + [anon_sym_GT] = ACTIONS(4186), + [anon_sym_where] = ACTIONS(4186), + [anon_sym_object] = ACTIONS(4186), + [anon_sym_fun] = ACTIONS(4186), + [anon_sym_DOT] = ACTIONS(6445), + [anon_sym_SEMI] = ACTIONS(4188), + [anon_sym_get] = ACTIONS(4186), + [anon_sym_set] = ACTIONS(4186), + [anon_sym_this] = ACTIONS(4186), + [anon_sym_super] = ACTIONS(4186), + [anon_sym_AMP] = ACTIONS(4186), + [sym__quest] = ACTIONS(4186), + [anon_sym_STAR] = ACTIONS(4186), + [sym_label] = ACTIONS(4186), + [anon_sym_in] = ACTIONS(4186), + [anon_sym_DOT_DOT] = ACTIONS(4188), + [anon_sym_QMARK_COLON] = ACTIONS(4188), + [anon_sym_AMP_AMP] = ACTIONS(4188), + [anon_sym_PIPE_PIPE] = ACTIONS(4188), + [anon_sym_null] = ACTIONS(4186), + [anon_sym_if] = ACTIONS(4186), + [anon_sym_else] = ACTIONS(4186), + [anon_sym_when] = ACTIONS(4186), + [anon_sym_try] = ACTIONS(4186), + [anon_sym_throw] = ACTIONS(4186), + [anon_sym_return] = ACTIONS(4186), + [anon_sym_continue] = ACTIONS(4186), + [anon_sym_break] = ACTIONS(4186), + [anon_sym_COLON_COLON] = ACTIONS(4188), + [anon_sym_PLUS_EQ] = ACTIONS(4188), + [anon_sym_DASH_EQ] = ACTIONS(4188), + [anon_sym_STAR_EQ] = ACTIONS(4188), + [anon_sym_SLASH_EQ] = ACTIONS(4188), + [anon_sym_PERCENT_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ] = ACTIONS(4186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ] = ACTIONS(4186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4188), + [anon_sym_LT_EQ] = ACTIONS(4188), + [anon_sym_GT_EQ] = ACTIONS(4188), + [anon_sym_BANGin] = ACTIONS(4188), + [anon_sym_is] = ACTIONS(4186), + [anon_sym_BANGis] = ACTIONS(4188), + [anon_sym_PLUS] = ACTIONS(4186), + [anon_sym_DASH] = ACTIONS(4186), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4186), + [anon_sym_as_QMARK] = ACTIONS(4188), + [anon_sym_PLUS_PLUS] = ACTIONS(4188), + [anon_sym_DASH_DASH] = ACTIONS(4188), + [anon_sym_BANG] = ACTIONS(4186), + [anon_sym_BANG_BANG] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4186), + [anon_sym_inner] = ACTIONS(4186), + [anon_sym_value] = ACTIONS(4186), + [anon_sym_expect] = ACTIONS(4186), + [anon_sym_actual] = ACTIONS(4186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4188), + [anon_sym_continue_AT] = ACTIONS(4188), + [anon_sym_break_AT] = ACTIONS(4188), + [anon_sym_this_AT] = ACTIONS(4188), + [anon_sym_super_AT] = ACTIONS(4188), + [sym_real_literal] = ACTIONS(4188), + [sym_integer_literal] = ACTIONS(4186), + [sym_hex_literal] = ACTIONS(4188), + [sym_bin_literal] = ACTIONS(4188), + [anon_sym_true] = ACTIONS(4186), + [anon_sym_false] = ACTIONS(4186), + [anon_sym_SQUOTE] = ACTIONS(4188), + [sym__backtick_identifier] = ACTIONS(4188), + [sym__automatic_semicolon] = ACTIONS(4188), + [sym_safe_nav] = ACTIONS(4188), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4188), }, - [2876] = { - [sym_getter] = STATE(4734), - [sym_setter] = STATE(4734), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2809] = { + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_modifiers] = STATE(9441), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(4387), + [anon_sym_get] = ACTIONS(6294), + [anon_sym_set] = ACTIONS(6296), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -351202,70 +345278,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2877] = { - [sym_getter] = STATE(4867), - [sym_setter] = STATE(4867), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(4690), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2810] = { + [sym__alpha_identifier] = ACTIONS(4327), + [anon_sym_AT] = ACTIONS(4329), + [anon_sym_LBRACK] = ACTIONS(4329), + [anon_sym_as] = ACTIONS(4327), + [anon_sym_EQ] = ACTIONS(4327), + [anon_sym_LBRACE] = ACTIONS(4329), + [anon_sym_RBRACE] = ACTIONS(4329), + [anon_sym_LPAREN] = ACTIONS(4329), + [anon_sym_COMMA] = ACTIONS(4329), + [anon_sym_by] = ACTIONS(4327), + [anon_sym_LT] = ACTIONS(4327), + [anon_sym_GT] = ACTIONS(4327), + [anon_sym_where] = ACTIONS(4327), + [anon_sym_object] = ACTIONS(4327), + [anon_sym_fun] = ACTIONS(4327), + [anon_sym_DOT] = ACTIONS(4327), + [anon_sym_SEMI] = ACTIONS(4329), + [anon_sym_get] = ACTIONS(4327), + [anon_sym_set] = ACTIONS(4327), + [anon_sym_this] = ACTIONS(4327), + [anon_sym_super] = ACTIONS(4327), + [sym__quest] = ACTIONS(4327), + [anon_sym_STAR] = ACTIONS(4327), + [anon_sym_DASH_GT] = ACTIONS(4331), + [sym_label] = ACTIONS(4327), + [anon_sym_in] = ACTIONS(4327), + [anon_sym_DOT_DOT] = ACTIONS(4329), + [anon_sym_QMARK_COLON] = ACTIONS(4329), + [anon_sym_AMP_AMP] = ACTIONS(4329), + [anon_sym_PIPE_PIPE] = ACTIONS(4329), + [anon_sym_null] = ACTIONS(4327), + [anon_sym_if] = ACTIONS(4327), + [anon_sym_else] = ACTIONS(4327), + [anon_sym_when] = ACTIONS(4327), + [anon_sym_try] = ACTIONS(4327), + [anon_sym_throw] = ACTIONS(4327), + [anon_sym_return] = ACTIONS(4327), + [anon_sym_continue] = ACTIONS(4327), + [anon_sym_break] = ACTIONS(4327), + [anon_sym_COLON_COLON] = ACTIONS(4329), + [anon_sym_PLUS_EQ] = ACTIONS(4329), + [anon_sym_DASH_EQ] = ACTIONS(4329), + [anon_sym_STAR_EQ] = ACTIONS(4329), + [anon_sym_SLASH_EQ] = ACTIONS(4329), + [anon_sym_PERCENT_EQ] = ACTIONS(4329), + [anon_sym_BANG_EQ] = ACTIONS(4327), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), + [anon_sym_EQ_EQ] = ACTIONS(4327), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), + [anon_sym_LT_EQ] = ACTIONS(4329), + [anon_sym_GT_EQ] = ACTIONS(4329), + [anon_sym_BANGin] = ACTIONS(4329), + [anon_sym_is] = ACTIONS(4327), + [anon_sym_BANGis] = ACTIONS(4329), + [anon_sym_PLUS] = ACTIONS(4327), + [anon_sym_DASH] = ACTIONS(4327), + [anon_sym_SLASH] = ACTIONS(4327), + [anon_sym_PERCENT] = ACTIONS(4327), + [anon_sym_as_QMARK] = ACTIONS(4329), + [anon_sym_PLUS_PLUS] = ACTIONS(4329), + [anon_sym_DASH_DASH] = ACTIONS(4329), + [anon_sym_BANG] = ACTIONS(4327), + [anon_sym_BANG_BANG] = ACTIONS(4329), + [anon_sym_data] = ACTIONS(4327), + [anon_sym_inner] = ACTIONS(4327), + [anon_sym_value] = ACTIONS(4327), + [anon_sym_expect] = ACTIONS(4327), + [anon_sym_actual] = ACTIONS(4327), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4329), + [anon_sym_continue_AT] = ACTIONS(4329), + [anon_sym_break_AT] = ACTIONS(4329), + [anon_sym_this_AT] = ACTIONS(4329), + [anon_sym_super_AT] = ACTIONS(4329), + [sym_real_literal] = ACTIONS(4329), + [sym_integer_literal] = ACTIONS(4327), + [sym_hex_literal] = ACTIONS(4329), + [sym_bin_literal] = ACTIONS(4329), + [anon_sym_true] = ACTIONS(4327), + [anon_sym_false] = ACTIONS(4327), + [anon_sym_SQUOTE] = ACTIONS(4329), + [sym__backtick_identifier] = ACTIONS(4329), + [sym__automatic_semicolon] = ACTIONS(4329), + [sym_safe_nav] = ACTIONS(4329), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4329), + }, + [2811] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_RBRACK] = ACTIONS(4301), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(6448), + [anon_sym_COMMA] = ACTIONS(4301), + [anon_sym_RPAREN] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4295), + [anon_sym_DASH_GT] = ACTIONS(4301), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4301), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [2812] = { + [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(4269), + [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), + [anon_sym_AMP] = 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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4271), + [anon_sym_super_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), + }, + [2813] = { + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -351290,70 +345631,246 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2878] = { - [sym_getter] = STATE(3458), - [sym_setter] = STATE(3458), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_RPAREN] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), + [2814] = { + [sym_function_body] = STATE(3112), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4206), + [anon_sym_AT] = ACTIONS(4208), + [anon_sym_COLON] = ACTIONS(6452), + [anon_sym_LBRACK] = ACTIONS(4208), + [anon_sym_as] = ACTIONS(4206), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4208), + [anon_sym_LPAREN] = ACTIONS(4208), + [anon_sym_COMMA] = ACTIONS(4208), + [anon_sym_LT] = ACTIONS(4206), + [anon_sym_GT] = ACTIONS(4206), + [anon_sym_where] = ACTIONS(4206), + [anon_sym_object] = ACTIONS(4206), + [anon_sym_fun] = ACTIONS(4206), + [anon_sym_DOT] = ACTIONS(4206), + [anon_sym_SEMI] = ACTIONS(4208), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4206), + [anon_sym_this] = ACTIONS(4206), + [anon_sym_super] = ACTIONS(4206), + [anon_sym_STAR] = ACTIONS(4206), + [sym_label] = ACTIONS(4206), + [anon_sym_in] = ACTIONS(4206), + [anon_sym_DOT_DOT] = ACTIONS(4208), + [anon_sym_QMARK_COLON] = ACTIONS(4208), + [anon_sym_AMP_AMP] = ACTIONS(4208), + [anon_sym_PIPE_PIPE] = ACTIONS(4208), + [anon_sym_null] = ACTIONS(4206), + [anon_sym_if] = ACTIONS(4206), + [anon_sym_else] = ACTIONS(4206), + [anon_sym_when] = ACTIONS(4206), + [anon_sym_try] = ACTIONS(4206), + [anon_sym_throw] = ACTIONS(4206), + [anon_sym_return] = ACTIONS(4206), + [anon_sym_continue] = ACTIONS(4206), + [anon_sym_break] = ACTIONS(4206), + [anon_sym_COLON_COLON] = ACTIONS(4208), + [anon_sym_PLUS_EQ] = ACTIONS(4208), + [anon_sym_DASH_EQ] = ACTIONS(4208), + [anon_sym_STAR_EQ] = ACTIONS(4208), + [anon_sym_SLASH_EQ] = ACTIONS(4208), + [anon_sym_PERCENT_EQ] = ACTIONS(4208), + [anon_sym_BANG_EQ] = ACTIONS(4206), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4208), + [anon_sym_EQ_EQ] = ACTIONS(4206), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4208), + [anon_sym_LT_EQ] = ACTIONS(4208), + [anon_sym_GT_EQ] = ACTIONS(4208), + [anon_sym_BANGin] = ACTIONS(4208), + [anon_sym_is] = ACTIONS(4206), + [anon_sym_BANGis] = ACTIONS(4208), + [anon_sym_PLUS] = ACTIONS(4206), + [anon_sym_DASH] = ACTIONS(4206), + [anon_sym_SLASH] = ACTIONS(4206), + [anon_sym_PERCENT] = ACTIONS(4206), + [anon_sym_as_QMARK] = ACTIONS(4208), + [anon_sym_PLUS_PLUS] = ACTIONS(4208), + [anon_sym_DASH_DASH] = ACTIONS(4208), + [anon_sym_BANG] = ACTIONS(4206), + [anon_sym_BANG_BANG] = ACTIONS(4208), + [anon_sym_data] = ACTIONS(4206), + [anon_sym_inner] = ACTIONS(4206), + [anon_sym_value] = ACTIONS(4206), + [anon_sym_expect] = ACTIONS(4206), + [anon_sym_actual] = ACTIONS(4206), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4208), + [anon_sym_continue_AT] = ACTIONS(4208), + [anon_sym_break_AT] = ACTIONS(4208), + [anon_sym_this_AT] = ACTIONS(4208), + [anon_sym_super_AT] = ACTIONS(4208), + [sym_real_literal] = ACTIONS(4208), + [sym_integer_literal] = ACTIONS(4206), + [sym_hex_literal] = ACTIONS(4208), + [sym_bin_literal] = ACTIONS(4208), + [anon_sym_true] = ACTIONS(4206), + [anon_sym_false] = ACTIONS(4206), + [anon_sym_SQUOTE] = ACTIONS(4208), + [sym__backtick_identifier] = ACTIONS(4208), + [sym__automatic_semicolon] = ACTIONS(4208), + [sym_safe_nav] = ACTIONS(4208), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4208), + }, + [2815] = { + [sym__alpha_identifier] = ACTIONS(4273), + [anon_sym_AT] = ACTIONS(4275), + [anon_sym_LBRACK] = ACTIONS(4275), + [anon_sym_as] = ACTIONS(4273), + [anon_sym_EQ] = ACTIONS(4273), + [anon_sym_LBRACE] = ACTIONS(4275), + [anon_sym_RBRACE] = ACTIONS(4275), + [anon_sym_LPAREN] = ACTIONS(4275), + [anon_sym_COMMA] = ACTIONS(4275), + [anon_sym_by] = ACTIONS(4273), + [anon_sym_LT] = ACTIONS(4273), + [anon_sym_GT] = ACTIONS(4273), + [anon_sym_where] = ACTIONS(4273), + [anon_sym_object] = ACTIONS(4273), + [anon_sym_fun] = ACTIONS(4273), + [anon_sym_DOT] = ACTIONS(4273), + [anon_sym_SEMI] = ACTIONS(4275), + [anon_sym_get] = ACTIONS(4273), + [anon_sym_set] = ACTIONS(4273), + [anon_sym_this] = ACTIONS(4273), + [anon_sym_super] = ACTIONS(4273), + [anon_sym_AMP] = ACTIONS(4273), + [sym__quest] = ACTIONS(4273), + [anon_sym_STAR] = ACTIONS(4273), + [sym_label] = ACTIONS(4273), + [anon_sym_in] = ACTIONS(4273), + [anon_sym_DOT_DOT] = ACTIONS(4275), + [anon_sym_QMARK_COLON] = ACTIONS(4275), + [anon_sym_AMP_AMP] = ACTIONS(4275), + [anon_sym_PIPE_PIPE] = ACTIONS(4275), + [anon_sym_null] = ACTIONS(4273), + [anon_sym_if] = ACTIONS(4273), + [anon_sym_else] = ACTIONS(4273), + [anon_sym_when] = ACTIONS(4273), + [anon_sym_try] = ACTIONS(4273), + [anon_sym_throw] = ACTIONS(4273), + [anon_sym_return] = ACTIONS(4273), + [anon_sym_continue] = ACTIONS(4273), + [anon_sym_break] = ACTIONS(4273), + [anon_sym_COLON_COLON] = ACTIONS(4275), + [anon_sym_PLUS_EQ] = ACTIONS(4275), + [anon_sym_DASH_EQ] = ACTIONS(4275), + [anon_sym_STAR_EQ] = ACTIONS(4275), + [anon_sym_SLASH_EQ] = ACTIONS(4275), + [anon_sym_PERCENT_EQ] = ACTIONS(4275), + [anon_sym_BANG_EQ] = ACTIONS(4273), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4275), + [anon_sym_EQ_EQ] = ACTIONS(4273), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4275), + [anon_sym_LT_EQ] = ACTIONS(4275), + [anon_sym_GT_EQ] = ACTIONS(4275), + [anon_sym_BANGin] = ACTIONS(4275), + [anon_sym_is] = ACTIONS(4273), + [anon_sym_BANGis] = ACTIONS(4275), + [anon_sym_PLUS] = ACTIONS(4273), + [anon_sym_DASH] = ACTIONS(4273), + [anon_sym_SLASH] = ACTIONS(4273), + [anon_sym_PERCENT] = ACTIONS(4273), + [anon_sym_as_QMARK] = ACTIONS(4275), + [anon_sym_PLUS_PLUS] = ACTIONS(4275), + [anon_sym_DASH_DASH] = ACTIONS(4275), + [anon_sym_BANG] = ACTIONS(4273), + [anon_sym_BANG_BANG] = ACTIONS(4275), + [anon_sym_data] = ACTIONS(4273), + [anon_sym_inner] = ACTIONS(4273), + [anon_sym_value] = ACTIONS(4273), + [anon_sym_expect] = ACTIONS(4273), + [anon_sym_actual] = ACTIONS(4273), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4275), + [anon_sym_continue_AT] = ACTIONS(4275), + [anon_sym_break_AT] = ACTIONS(4275), + [anon_sym_this_AT] = ACTIONS(4275), + [anon_sym_super_AT] = ACTIONS(4275), + [sym_real_literal] = ACTIONS(4275), + [sym_integer_literal] = ACTIONS(4273), + [sym_hex_literal] = ACTIONS(4275), + [sym_bin_literal] = ACTIONS(4275), + [anon_sym_true] = ACTIONS(4273), + [anon_sym_false] = ACTIONS(4273), + [anon_sym_SQUOTE] = ACTIONS(4275), + [sym__backtick_identifier] = ACTIONS(4275), + [sym__automatic_semicolon] = ACTIONS(4275), + [sym_safe_nav] = ACTIONS(4275), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4275), + }, + [2816] = { + [sym_getter] = STATE(3507), + [sym_setter] = STATE(3507), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(4609), [anon_sym_get] = ACTIONS(6266), [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(3422), - [sym_label] = ACTIONS(3422), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_while] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3422), - [anon_sym_as_QMARK] = ACTIONS(3422), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -351378,31 +345895,1087 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2879] = { - [sym_getter] = STATE(4710), - [sym_setter] = STATE(4710), - [sym_modifiers] = STATE(9194), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2817] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_RBRACK] = ACTIONS(4287), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_EQ] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(6454), + [anon_sym_COMMA] = ACTIONS(4287), + [anon_sym_RPAREN] = ACTIONS(4287), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_where] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4281), + [anon_sym_DASH_GT] = ACTIONS(4287), + [sym_label] = ACTIONS(4281), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_while] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4289), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4284), + [anon_sym_PLUS_EQ] = ACTIONS(4287), + [anon_sym_DASH_EQ] = ACTIONS(4287), + [anon_sym_STAR_EQ] = ACTIONS(4287), + [anon_sym_SLASH_EQ] = ACTIONS(4287), + [anon_sym_PERCENT_EQ] = ACTIONS(4287), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4289), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4284), + [sym_safe_nav] = ACTIONS(4287), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [2818] = { + [sym_type_constraints] = STATE(2957), + [sym_function_body] = STATE(3128), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4319), + [anon_sym_fun] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_this] = ACTIONS(4319), + [anon_sym_super] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [sym_label] = ACTIONS(4319), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_null] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_when] = ACTIONS(4319), + [anon_sym_try] = ACTIONS(4319), + [anon_sym_throw] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4321), + [anon_sym_continue_AT] = ACTIONS(4321), + [anon_sym_break_AT] = ACTIONS(4321), + [anon_sym_this_AT] = ACTIONS(4321), + [anon_sym_super_AT] = ACTIONS(4321), + [sym_real_literal] = ACTIONS(4321), + [sym_integer_literal] = ACTIONS(4319), + [sym_hex_literal] = ACTIONS(4321), + [sym_bin_literal] = ACTIONS(4321), + [anon_sym_true] = ACTIONS(4319), + [anon_sym_false] = ACTIONS(4319), + [anon_sym_SQUOTE] = ACTIONS(4321), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4321), + }, + [2819] = { + [aux_sym_nullable_type_repeat1] = STATE(2819), + [sym__alpha_identifier] = ACTIONS(4218), + [anon_sym_AT] = ACTIONS(4220), + [anon_sym_LBRACK] = ACTIONS(4220), + [anon_sym_as] = ACTIONS(4218), + [anon_sym_EQ] = ACTIONS(4218), + [anon_sym_LBRACE] = ACTIONS(4220), + [anon_sym_RBRACE] = ACTIONS(4220), + [anon_sym_LPAREN] = ACTIONS(4220), + [anon_sym_COMMA] = ACTIONS(4220), + [anon_sym_by] = ACTIONS(4218), + [anon_sym_LT] = ACTIONS(4218), + [anon_sym_GT] = ACTIONS(4218), + [anon_sym_where] = ACTIONS(4218), + [anon_sym_object] = ACTIONS(4218), + [anon_sym_fun] = ACTIONS(4218), + [anon_sym_DOT] = ACTIONS(4218), + [anon_sym_SEMI] = ACTIONS(4220), + [anon_sym_get] = ACTIONS(4218), + [anon_sym_set] = ACTIONS(4218), + [anon_sym_this] = ACTIONS(4218), + [anon_sym_super] = ACTIONS(4218), + [sym__quest] = ACTIONS(6458), + [anon_sym_STAR] = ACTIONS(4218), + [sym_label] = ACTIONS(4218), + [anon_sym_in] = ACTIONS(4218), + [anon_sym_DOT_DOT] = ACTIONS(4220), + [anon_sym_QMARK_COLON] = ACTIONS(4220), + [anon_sym_AMP_AMP] = ACTIONS(4220), + [anon_sym_PIPE_PIPE] = ACTIONS(4220), + [anon_sym_null] = ACTIONS(4218), + [anon_sym_if] = ACTIONS(4218), + [anon_sym_else] = ACTIONS(4218), + [anon_sym_when] = ACTIONS(4218), + [anon_sym_try] = ACTIONS(4218), + [anon_sym_throw] = ACTIONS(4218), + [anon_sym_return] = ACTIONS(4218), + [anon_sym_continue] = ACTIONS(4218), + [anon_sym_break] = ACTIONS(4218), + [anon_sym_COLON_COLON] = ACTIONS(4220), + [anon_sym_PLUS_EQ] = ACTIONS(4220), + [anon_sym_DASH_EQ] = ACTIONS(4220), + [anon_sym_STAR_EQ] = ACTIONS(4220), + [anon_sym_SLASH_EQ] = ACTIONS(4220), + [anon_sym_PERCENT_EQ] = ACTIONS(4220), + [anon_sym_BANG_EQ] = ACTIONS(4218), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4220), + [anon_sym_EQ_EQ] = ACTIONS(4218), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4220), + [anon_sym_LT_EQ] = ACTIONS(4220), + [anon_sym_GT_EQ] = ACTIONS(4220), + [anon_sym_BANGin] = ACTIONS(4220), + [anon_sym_is] = ACTIONS(4218), + [anon_sym_BANGis] = ACTIONS(4220), + [anon_sym_PLUS] = ACTIONS(4218), + [anon_sym_DASH] = ACTIONS(4218), + [anon_sym_SLASH] = ACTIONS(4218), + [anon_sym_PERCENT] = ACTIONS(4218), + [anon_sym_as_QMARK] = ACTIONS(4220), + [anon_sym_PLUS_PLUS] = ACTIONS(4220), + [anon_sym_DASH_DASH] = ACTIONS(4220), + [anon_sym_BANG] = ACTIONS(4218), + [anon_sym_BANG_BANG] = ACTIONS(4220), + [anon_sym_data] = ACTIONS(4218), + [anon_sym_inner] = ACTIONS(4218), + [anon_sym_value] = ACTIONS(4218), + [anon_sym_expect] = ACTIONS(4218), + [anon_sym_actual] = ACTIONS(4218), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4220), + [anon_sym_continue_AT] = ACTIONS(4220), + [anon_sym_break_AT] = ACTIONS(4220), + [anon_sym_this_AT] = ACTIONS(4220), + [anon_sym_super_AT] = ACTIONS(4220), + [sym_real_literal] = ACTIONS(4220), + [sym_integer_literal] = ACTIONS(4218), + [sym_hex_literal] = ACTIONS(4220), + [sym_bin_literal] = ACTIONS(4220), + [anon_sym_true] = ACTIONS(4218), + [anon_sym_false] = ACTIONS(4218), + [anon_sym_SQUOTE] = ACTIONS(4220), + [sym__backtick_identifier] = ACTIONS(4220), + [sym__automatic_semicolon] = ACTIONS(4220), + [sym_safe_nav] = ACTIONS(4220), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4220), + }, + [2820] = { + [sym__alpha_identifier] = ACTIONS(4186), + [anon_sym_AT] = ACTIONS(4188), + [anon_sym_LBRACK] = ACTIONS(4188), + [anon_sym_as] = ACTIONS(4186), + [anon_sym_EQ] = ACTIONS(4186), + [anon_sym_LBRACE] = ACTIONS(4188), + [anon_sym_RBRACE] = ACTIONS(4188), + [anon_sym_LPAREN] = ACTIONS(4188), + [anon_sym_COMMA] = ACTIONS(4188), + [anon_sym_by] = ACTIONS(4186), + [anon_sym_LT] = ACTIONS(4186), + [anon_sym_GT] = ACTIONS(4186), + [anon_sym_where] = ACTIONS(4186), + [anon_sym_object] = ACTIONS(4186), + [anon_sym_fun] = ACTIONS(4186), + [anon_sym_DOT] = ACTIONS(4186), + [anon_sym_SEMI] = ACTIONS(4188), + [anon_sym_get] = ACTIONS(4186), + [anon_sym_set] = ACTIONS(4186), + [anon_sym_this] = ACTIONS(4186), + [anon_sym_super] = ACTIONS(4186), + [anon_sym_AMP] = ACTIONS(4186), + [sym__quest] = ACTIONS(4186), + [anon_sym_STAR] = ACTIONS(4186), + [sym_label] = ACTIONS(4186), + [anon_sym_in] = ACTIONS(4186), + [anon_sym_DOT_DOT] = ACTIONS(4188), + [anon_sym_QMARK_COLON] = ACTIONS(4188), + [anon_sym_AMP_AMP] = ACTIONS(4188), + [anon_sym_PIPE_PIPE] = ACTIONS(4188), + [anon_sym_null] = ACTIONS(4186), + [anon_sym_if] = ACTIONS(4186), + [anon_sym_else] = ACTIONS(4186), + [anon_sym_when] = ACTIONS(4186), + [anon_sym_try] = ACTIONS(4186), + [anon_sym_throw] = ACTIONS(4186), + [anon_sym_return] = ACTIONS(4186), + [anon_sym_continue] = ACTIONS(4186), + [anon_sym_break] = ACTIONS(4186), + [anon_sym_COLON_COLON] = ACTIONS(4188), + [anon_sym_PLUS_EQ] = ACTIONS(4188), + [anon_sym_DASH_EQ] = ACTIONS(4188), + [anon_sym_STAR_EQ] = ACTIONS(4188), + [anon_sym_SLASH_EQ] = ACTIONS(4188), + [anon_sym_PERCENT_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ] = ACTIONS(4186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ] = ACTIONS(4186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4188), + [anon_sym_LT_EQ] = ACTIONS(4188), + [anon_sym_GT_EQ] = ACTIONS(4188), + [anon_sym_BANGin] = ACTIONS(4188), + [anon_sym_is] = ACTIONS(4186), + [anon_sym_BANGis] = ACTIONS(4188), + [anon_sym_PLUS] = ACTIONS(4186), + [anon_sym_DASH] = ACTIONS(4186), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4186), + [anon_sym_as_QMARK] = ACTIONS(4188), + [anon_sym_PLUS_PLUS] = ACTIONS(4188), + [anon_sym_DASH_DASH] = ACTIONS(4188), + [anon_sym_BANG] = ACTIONS(4186), + [anon_sym_BANG_BANG] = ACTIONS(4188), + [anon_sym_data] = ACTIONS(4186), + [anon_sym_inner] = ACTIONS(4186), + [anon_sym_value] = ACTIONS(4186), + [anon_sym_expect] = ACTIONS(4186), + [anon_sym_actual] = ACTIONS(4186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4188), + [anon_sym_continue_AT] = ACTIONS(4188), + [anon_sym_break_AT] = ACTIONS(4188), + [anon_sym_this_AT] = ACTIONS(4188), + [anon_sym_super_AT] = ACTIONS(4188), + [sym_real_literal] = ACTIONS(4188), + [sym_integer_literal] = ACTIONS(4186), + [sym_hex_literal] = ACTIONS(4188), + [sym_bin_literal] = ACTIONS(4188), + [anon_sym_true] = ACTIONS(4186), + [anon_sym_false] = ACTIONS(4186), + [anon_sym_SQUOTE] = ACTIONS(4188), + [sym__backtick_identifier] = ACTIONS(4188), + [sym__automatic_semicolon] = ACTIONS(4188), + [sym_safe_nav] = ACTIONS(4188), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4188), + }, + [2821] = { + [sym__alpha_identifier] = ACTIONS(4277), + [anon_sym_AT] = ACTIONS(4279), + [anon_sym_LBRACK] = ACTIONS(4279), + [anon_sym_as] = ACTIONS(4277), + [anon_sym_EQ] = ACTIONS(4277), + [anon_sym_LBRACE] = ACTIONS(4279), + [anon_sym_RBRACE] = ACTIONS(4279), + [anon_sym_LPAREN] = ACTIONS(4279), + [anon_sym_COMMA] = ACTIONS(4279), + [anon_sym_by] = ACTIONS(4277), + [anon_sym_LT] = ACTIONS(4277), + [anon_sym_GT] = ACTIONS(4277), + [anon_sym_where] = ACTIONS(4277), + [anon_sym_object] = ACTIONS(4277), + [anon_sym_fun] = ACTIONS(4277), + [anon_sym_DOT] = ACTIONS(4277), + [anon_sym_SEMI] = ACTIONS(4279), + [anon_sym_get] = ACTIONS(4277), + [anon_sym_set] = ACTIONS(4277), + [anon_sym_this] = ACTIONS(4277), + [anon_sym_super] = ACTIONS(4277), + [anon_sym_AMP] = ACTIONS(4277), + [sym__quest] = ACTIONS(4277), + [anon_sym_STAR] = ACTIONS(4277), + [sym_label] = ACTIONS(4277), + [anon_sym_in] = ACTIONS(4277), + [anon_sym_DOT_DOT] = ACTIONS(4279), + [anon_sym_QMARK_COLON] = ACTIONS(4279), + [anon_sym_AMP_AMP] = ACTIONS(4279), + [anon_sym_PIPE_PIPE] = ACTIONS(4279), + [anon_sym_null] = ACTIONS(4277), + [anon_sym_if] = ACTIONS(4277), + [anon_sym_else] = ACTIONS(4277), + [anon_sym_when] = ACTIONS(4277), + [anon_sym_try] = ACTIONS(4277), + [anon_sym_throw] = ACTIONS(4277), + [anon_sym_return] = ACTIONS(4277), + [anon_sym_continue] = ACTIONS(4277), + [anon_sym_break] = ACTIONS(4277), + [anon_sym_COLON_COLON] = ACTIONS(4279), + [anon_sym_PLUS_EQ] = ACTIONS(4279), + [anon_sym_DASH_EQ] = ACTIONS(4279), + [anon_sym_STAR_EQ] = ACTIONS(4279), + [anon_sym_SLASH_EQ] = ACTIONS(4279), + [anon_sym_PERCENT_EQ] = ACTIONS(4279), + [anon_sym_BANG_EQ] = ACTIONS(4277), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4279), + [anon_sym_EQ_EQ] = ACTIONS(4277), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4279), + [anon_sym_LT_EQ] = ACTIONS(4279), + [anon_sym_GT_EQ] = ACTIONS(4279), + [anon_sym_BANGin] = ACTIONS(4279), + [anon_sym_is] = ACTIONS(4277), + [anon_sym_BANGis] = ACTIONS(4279), + [anon_sym_PLUS] = ACTIONS(4277), + [anon_sym_DASH] = ACTIONS(4277), + [anon_sym_SLASH] = ACTIONS(4277), + [anon_sym_PERCENT] = ACTIONS(4277), + [anon_sym_as_QMARK] = ACTIONS(4279), + [anon_sym_PLUS_PLUS] = ACTIONS(4279), + [anon_sym_DASH_DASH] = ACTIONS(4279), + [anon_sym_BANG] = ACTIONS(4277), + [anon_sym_BANG_BANG] = ACTIONS(4279), + [anon_sym_data] = ACTIONS(4277), + [anon_sym_inner] = ACTIONS(4277), + [anon_sym_value] = ACTIONS(4277), + [anon_sym_expect] = ACTIONS(4277), + [anon_sym_actual] = ACTIONS(4277), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4279), + [anon_sym_continue_AT] = ACTIONS(4279), + [anon_sym_break_AT] = ACTIONS(4279), + [anon_sym_this_AT] = ACTIONS(4279), + [anon_sym_super_AT] = ACTIONS(4279), + [sym_real_literal] = ACTIONS(4279), + [sym_integer_literal] = ACTIONS(4277), + [sym_hex_literal] = ACTIONS(4279), + [sym_bin_literal] = ACTIONS(4279), + [anon_sym_true] = ACTIONS(4277), + [anon_sym_false] = ACTIONS(4277), + [anon_sym_SQUOTE] = ACTIONS(4279), + [sym__backtick_identifier] = ACTIONS(4279), + [sym__automatic_semicolon] = ACTIONS(4279), + [sym_safe_nav] = ACTIONS(4279), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4279), + }, + [2822] = { + [sym_type_constraints] = STATE(3225), + [sym_function_body] = STATE(3226), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_COLON] = ACTIONS(6461), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4151), + [anon_sym_fun] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_this] = ACTIONS(4151), + [anon_sym_super] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [sym_label] = ACTIONS(4151), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_if] = ACTIONS(4151), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_when] = ACTIONS(4151), + [anon_sym_try] = ACTIONS(4151), + [anon_sym_throw] = ACTIONS(4151), + [anon_sym_return] = ACTIONS(4151), + [anon_sym_continue] = ACTIONS(4151), + [anon_sym_break] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4151), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4153), + [anon_sym_continue_AT] = ACTIONS(4153), + [anon_sym_break_AT] = ACTIONS(4153), + [anon_sym_this_AT] = ACTIONS(4153), + [anon_sym_super_AT] = ACTIONS(4153), + [sym_real_literal] = ACTIONS(4153), + [sym_integer_literal] = ACTIONS(4151), + [sym_hex_literal] = ACTIONS(4153), + [sym_bin_literal] = ACTIONS(4153), + [anon_sym_true] = ACTIONS(4151), + [anon_sym_false] = ACTIONS(4151), + [anon_sym_SQUOTE] = ACTIONS(4153), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4153), + }, + [2823] = { + [sym__alpha_identifier] = ACTIONS(4182), + [anon_sym_AT] = ACTIONS(4184), + [anon_sym_LBRACK] = ACTIONS(4184), + [anon_sym_RBRACK] = ACTIONS(4184), + [anon_sym_as] = ACTIONS(4182), + [anon_sym_EQ] = ACTIONS(4182), + [anon_sym_LBRACE] = ACTIONS(4184), + [anon_sym_RBRACE] = ACTIONS(4184), + [anon_sym_LPAREN] = ACTIONS(4184), + [anon_sym_COMMA] = ACTIONS(4184), + [anon_sym_RPAREN] = ACTIONS(4184), + [anon_sym_LT] = ACTIONS(4182), + [anon_sym_GT] = ACTIONS(4182), + [anon_sym_where] = ACTIONS(4182), + [anon_sym_object] = ACTIONS(4182), + [anon_sym_fun] = ACTIONS(4182), + [anon_sym_DOT] = ACTIONS(4182), + [anon_sym_SEMI] = ACTIONS(4184), + [anon_sym_get] = ACTIONS(4182), + [anon_sym_set] = ACTIONS(4182), + [anon_sym_this] = ACTIONS(4182), + [anon_sym_super] = ACTIONS(4182), + [anon_sym_STAR] = ACTIONS(4182), + [anon_sym_DASH_GT] = ACTIONS(4184), + [sym_label] = ACTIONS(4182), + [anon_sym_in] = ACTIONS(4182), + [anon_sym_while] = ACTIONS(4182), + [anon_sym_DOT_DOT] = ACTIONS(4184), + [anon_sym_QMARK_COLON] = ACTIONS(4184), + [anon_sym_AMP_AMP] = ACTIONS(4184), + [anon_sym_PIPE_PIPE] = ACTIONS(4184), + [anon_sym_null] = ACTIONS(4182), + [anon_sym_if] = ACTIONS(4182), + [anon_sym_else] = ACTIONS(4182), + [anon_sym_when] = ACTIONS(4182), + [anon_sym_try] = ACTIONS(4182), + [anon_sym_throw] = ACTIONS(4182), + [anon_sym_return] = ACTIONS(4182), + [anon_sym_continue] = ACTIONS(4182), + [anon_sym_break] = ACTIONS(4182), + [anon_sym_COLON_COLON] = ACTIONS(4184), + [anon_sym_PLUS_EQ] = ACTIONS(4184), + [anon_sym_DASH_EQ] = ACTIONS(4184), + [anon_sym_STAR_EQ] = ACTIONS(4184), + [anon_sym_SLASH_EQ] = ACTIONS(4184), + [anon_sym_PERCENT_EQ] = ACTIONS(4184), + [anon_sym_BANG_EQ] = ACTIONS(4182), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4184), + [anon_sym_EQ_EQ] = ACTIONS(4182), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4184), + [anon_sym_LT_EQ] = ACTIONS(4184), + [anon_sym_GT_EQ] = ACTIONS(4184), + [anon_sym_BANGin] = ACTIONS(4184), + [anon_sym_is] = ACTIONS(4182), + [anon_sym_BANGis] = ACTIONS(4184), + [anon_sym_PLUS] = ACTIONS(4182), + [anon_sym_DASH] = ACTIONS(4182), + [anon_sym_SLASH] = ACTIONS(4182), + [anon_sym_PERCENT] = ACTIONS(4182), + [anon_sym_as_QMARK] = ACTIONS(4184), + [anon_sym_PLUS_PLUS] = ACTIONS(4184), + [anon_sym_DASH_DASH] = ACTIONS(4184), + [anon_sym_BANG] = ACTIONS(4182), + [anon_sym_BANG_BANG] = ACTIONS(4184), + [anon_sym_data] = ACTIONS(4182), + [anon_sym_inner] = ACTIONS(4182), + [anon_sym_value] = ACTIONS(4182), + [anon_sym_expect] = ACTIONS(4182), + [anon_sym_actual] = ACTIONS(4182), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4184), + [anon_sym_continue_AT] = ACTIONS(4184), + [anon_sym_break_AT] = ACTIONS(4184), + [anon_sym_this_AT] = ACTIONS(4184), + [anon_sym_super_AT] = ACTIONS(4184), + [sym_real_literal] = ACTIONS(4184), + [sym_integer_literal] = ACTIONS(4182), + [sym_hex_literal] = ACTIONS(4184), + [sym_bin_literal] = ACTIONS(4184), + [anon_sym_true] = ACTIONS(4182), + [anon_sym_false] = ACTIONS(4182), + [anon_sym_SQUOTE] = ACTIONS(4184), + [sym__backtick_identifier] = ACTIONS(4184), + [sym_safe_nav] = ACTIONS(4184), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4184), + }, + [2824] = { + [sym_type_constraints] = STATE(2960), + [sym_function_body] = STATE(3095), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4323), + [anon_sym_fun] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_this] = ACTIONS(4323), + [anon_sym_super] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [sym_label] = ACTIONS(4323), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_null] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_when] = ACTIONS(4323), + [anon_sym_try] = ACTIONS(4323), + [anon_sym_throw] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4325), + [anon_sym_continue_AT] = ACTIONS(4325), + [anon_sym_break_AT] = ACTIONS(4325), + [anon_sym_this_AT] = ACTIONS(4325), + [anon_sym_super_AT] = ACTIONS(4325), + [sym_real_literal] = ACTIONS(4325), + [sym_integer_literal] = ACTIONS(4323), + [sym_hex_literal] = ACTIONS(4325), + [sym_bin_literal] = ACTIONS(4325), + [anon_sym_true] = ACTIONS(4323), + [anon_sym_false] = ACTIONS(4323), + [anon_sym_SQUOTE] = ACTIONS(4325), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4325), + }, + [2825] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(4036), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_typealias] = ACTIONS(4039), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_class] = ACTIONS(4039), + [anon_sym_interface] = ACTIONS(4039), + [anon_sym_enum] = ACTIONS(4039), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_val] = ACTIONS(4039), + [anon_sym_var] = ACTIONS(4039), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(4039), + [anon_sym_fun] = ACTIONS(4039), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(3976), + [sym_label] = ACTIONS(3981), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [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_value] = 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(3981), + [sym__automatic_semicolon] = ACTIONS(3981), + [sym_safe_nav] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + }, + [2826] = { + [sym_type_constraints] = STATE(2940), + [sym_function_body] = STATE(3164), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), + }, + [2827] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(3978), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_typealias] = ACTIONS(3983), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_class] = ACTIONS(3983), + [anon_sym_interface] = ACTIONS(3983), + [anon_sym_enum] = ACTIONS(3983), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_val] = ACTIONS(3983), + [anon_sym_var] = ACTIONS(3983), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(3983), + [anon_sym_fun] = ACTIONS(3983), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(3985), + [anon_sym_set] = ACTIONS(3985), + [anon_sym_STAR] = ACTIONS(3976), + [sym_label] = ACTIONS(3981), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(3985), + [anon_sym_sealed] = ACTIONS(3985), + [anon_sym_annotation] = ACTIONS(3985), + [anon_sym_data] = ACTIONS(3985), + [anon_sym_inner] = ACTIONS(3985), + [anon_sym_value] = ACTIONS(3985), + [anon_sym_override] = ACTIONS(3985), + [anon_sym_lateinit] = ACTIONS(3985), + [anon_sym_public] = ACTIONS(3985), + [anon_sym_private] = ACTIONS(3985), + [anon_sym_internal] = ACTIONS(3985), + [anon_sym_protected] = ACTIONS(3985), + [anon_sym_tailrec] = ACTIONS(3985), + [anon_sym_operator] = ACTIONS(3985), + [anon_sym_infix] = ACTIONS(3985), + [anon_sym_inline] = ACTIONS(3985), + [anon_sym_external] = ACTIONS(3985), + [sym_property_modifier] = ACTIONS(3985), + [anon_sym_abstract] = ACTIONS(3985), + [anon_sym_final] = ACTIONS(3985), + [anon_sym_open] = ACTIONS(3985), + [anon_sym_vararg] = ACTIONS(3985), + [anon_sym_noinline] = ACTIONS(3985), + [anon_sym_crossinline] = ACTIONS(3985), + [anon_sym_expect] = ACTIONS(3985), + [anon_sym_actual] = ACTIONS(3985), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3981), + [sym__automatic_semicolon] = ACTIONS(3981), + [sym_safe_nav] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + }, + [2828] = { + [sym_type_constraints] = STATE(2936), + [sym_function_body] = STATE(3230), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), + }, + [2829] = { + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), [anon_sym_LBRACE] = ACTIONS(1798), @@ -351412,9 +346985,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(4664), - [anon_sym_get] = ACTIONS(6258), - [anon_sym_set] = ACTIONS(6260), + [anon_sym_SEMI] = ACTIONS(4611), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), [anon_sym_STAR] = ACTIONS(1798), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), @@ -351466,70 +347039,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2880] = { - [sym_getter] = STATE(3498), - [sym_setter] = STATE(3498), - [sym_modifiers] = STATE(9117), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), + [2830] = { + [sym_getter] = STATE(3533), + [sym_setter] = STATE(3533), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), [anon_sym_get] = ACTIONS(6266), [anon_sym_set] = ACTIONS(6268), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -351554,503 +347127,510 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2881] = { - [aux_sym_user_type_repeat1] = STATE(2928), - [sym__alpha_identifier] = ACTIONS(4193), - [anon_sym_AT] = ACTIONS(4195), - [anon_sym_LBRACK] = ACTIONS(4195), - [anon_sym_EQ] = ACTIONS(4195), - [anon_sym_LBRACE] = ACTIONS(4195), - [anon_sym_RBRACE] = ACTIONS(4195), - [anon_sym_LPAREN] = ACTIONS(4195), - [anon_sym_COMMA] = ACTIONS(4195), - [anon_sym_by] = ACTIONS(4193), - [anon_sym_where] = ACTIONS(4193), - [anon_sym_object] = ACTIONS(4193), - [anon_sym_fun] = ACTIONS(4193), - [anon_sym_DOT] = ACTIONS(6505), - [anon_sym_SEMI] = ACTIONS(4195), - [anon_sym_get] = ACTIONS(4193), - [anon_sym_set] = ACTIONS(4193), - [anon_sym_this] = ACTIONS(4193), - [anon_sym_super] = ACTIONS(4193), - [anon_sym_AMP] = ACTIONS(4195), - [sym__quest] = ACTIONS(4195), - [anon_sym_STAR] = ACTIONS(4195), - [sym_label] = ACTIONS(4193), - [anon_sym_in] = ACTIONS(4193), - [anon_sym_null] = ACTIONS(4193), - [anon_sym_if] = ACTIONS(4193), - [anon_sym_else] = ACTIONS(4193), - [anon_sym_when] = ACTIONS(4193), - [anon_sym_try] = ACTIONS(4193), - [anon_sym_throw] = ACTIONS(4193), - [anon_sym_return] = ACTIONS(4193), - [anon_sym_continue] = ACTIONS(4193), - [anon_sym_break] = ACTIONS(4193), - [anon_sym_COLON_COLON] = ACTIONS(4195), - [anon_sym_BANGin] = ACTIONS(4195), - [anon_sym_is] = ACTIONS(4193), - [anon_sym_BANGis] = ACTIONS(4195), - [anon_sym_PLUS] = ACTIONS(4193), - [anon_sym_DASH] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4195), - [anon_sym_DASH_DASH] = ACTIONS(4195), - [anon_sym_BANG] = ACTIONS(4193), - [anon_sym_suspend] = ACTIONS(4193), - [anon_sym_sealed] = ACTIONS(4193), - [anon_sym_annotation] = ACTIONS(4193), - [anon_sym_data] = ACTIONS(4193), - [anon_sym_inner] = ACTIONS(4193), - [anon_sym_value] = ACTIONS(4193), - [anon_sym_override] = ACTIONS(4193), - [anon_sym_lateinit] = ACTIONS(4193), - [anon_sym_public] = ACTIONS(4193), - [anon_sym_private] = ACTIONS(4193), - [anon_sym_internal] = ACTIONS(4193), - [anon_sym_protected] = ACTIONS(4193), - [anon_sym_tailrec] = ACTIONS(4193), - [anon_sym_operator] = ACTIONS(4193), - [anon_sym_infix] = ACTIONS(4193), - [anon_sym_inline] = ACTIONS(4193), - [anon_sym_external] = ACTIONS(4193), - [sym_property_modifier] = ACTIONS(4193), - [anon_sym_abstract] = ACTIONS(4193), - [anon_sym_final] = ACTIONS(4193), - [anon_sym_open] = ACTIONS(4193), - [anon_sym_vararg] = ACTIONS(4193), - [anon_sym_noinline] = ACTIONS(4193), - [anon_sym_crossinline] = ACTIONS(4193), - [anon_sym_expect] = ACTIONS(4193), - [anon_sym_actual] = ACTIONS(4193), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4195), - [anon_sym_continue_AT] = ACTIONS(4195), - [anon_sym_break_AT] = ACTIONS(4195), - [anon_sym_this_AT] = ACTIONS(4195), - [anon_sym_super_AT] = ACTIONS(4195), - [sym_real_literal] = ACTIONS(4195), - [sym_integer_literal] = ACTIONS(4193), - [sym_hex_literal] = ACTIONS(4195), - [sym_bin_literal] = ACTIONS(4195), - [anon_sym_true] = ACTIONS(4193), - [anon_sym_false] = ACTIONS(4193), - [anon_sym_SQUOTE] = ACTIONS(4195), - [sym__backtick_identifier] = ACTIONS(4195), - [sym__automatic_semicolon] = ACTIONS(4195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4195), + [2831] = { + [sym_type_constraints] = STATE(3163), + [sym_function_body] = STATE(3164), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_COLON] = ACTIONS(6465), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), }, - [2882] = { - [sym_function_body] = STATE(3232), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(4137), - [anon_sym_object] = ACTIONS(4137), - [anon_sym_fun] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_this] = ACTIONS(4137), - [anon_sym_super] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [sym_label] = ACTIONS(4137), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(4137), - [anon_sym_if] = ACTIONS(4137), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_when] = ACTIONS(4137), - [anon_sym_try] = ACTIONS(4137), - [anon_sym_throw] = ACTIONS(4137), - [anon_sym_return] = ACTIONS(4137), - [anon_sym_continue] = ACTIONS(4137), - [anon_sym_break] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4137), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4139), - [anon_sym_continue_AT] = ACTIONS(4139), - [anon_sym_break_AT] = ACTIONS(4139), - [anon_sym_this_AT] = ACTIONS(4139), - [anon_sym_super_AT] = ACTIONS(4139), - [sym_real_literal] = ACTIONS(4139), - [sym_integer_literal] = ACTIONS(4137), - [sym_hex_literal] = ACTIONS(4139), - [sym_bin_literal] = ACTIONS(4139), - [anon_sym_true] = ACTIONS(4137), - [anon_sym_false] = ACTIONS(4137), - [anon_sym_SQUOTE] = ACTIONS(4139), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4139), + [2832] = { + [sym_type_arguments] = STATE(3006), + [sym__alpha_identifier] = ACTIONS(4169), + [anon_sym_AT] = ACTIONS(4171), + [anon_sym_LBRACK] = ACTIONS(4171), + [anon_sym_EQ] = ACTIONS(4171), + [anon_sym_LBRACE] = ACTIONS(4171), + [anon_sym_RBRACE] = ACTIONS(4171), + [anon_sym_LPAREN] = ACTIONS(4171), + [anon_sym_COMMA] = ACTIONS(4171), + [anon_sym_by] = ACTIONS(4169), + [anon_sym_LT] = ACTIONS(6467), + [anon_sym_where] = ACTIONS(4169), + [anon_sym_object] = ACTIONS(4169), + [anon_sym_fun] = ACTIONS(4169), + [anon_sym_DOT] = ACTIONS(4169), + [anon_sym_SEMI] = ACTIONS(4171), + [anon_sym_get] = ACTIONS(4169), + [anon_sym_set] = ACTIONS(4169), + [anon_sym_this] = ACTIONS(4169), + [anon_sym_super] = ACTIONS(4169), + [anon_sym_AMP] = ACTIONS(4171), + [sym__quest] = ACTIONS(4171), + [anon_sym_STAR] = ACTIONS(4171), + [sym_label] = ACTIONS(4169), + [anon_sym_in] = ACTIONS(4169), + [anon_sym_null] = ACTIONS(4169), + [anon_sym_if] = ACTIONS(4169), + [anon_sym_else] = ACTIONS(4169), + [anon_sym_when] = ACTIONS(4169), + [anon_sym_try] = ACTIONS(4169), + [anon_sym_throw] = ACTIONS(4169), + [anon_sym_return] = ACTIONS(4169), + [anon_sym_continue] = ACTIONS(4169), + [anon_sym_break] = ACTIONS(4169), + [anon_sym_COLON_COLON] = ACTIONS(4171), + [anon_sym_BANGin] = ACTIONS(4171), + [anon_sym_is] = ACTIONS(4169), + [anon_sym_BANGis] = ACTIONS(4171), + [anon_sym_PLUS] = ACTIONS(4169), + [anon_sym_DASH] = ACTIONS(4169), + [anon_sym_PLUS_PLUS] = ACTIONS(4171), + [anon_sym_DASH_DASH] = ACTIONS(4171), + [anon_sym_BANG] = ACTIONS(4169), + [anon_sym_suspend] = ACTIONS(4169), + [anon_sym_sealed] = ACTIONS(4169), + [anon_sym_annotation] = ACTIONS(4169), + [anon_sym_data] = ACTIONS(4169), + [anon_sym_inner] = ACTIONS(4169), + [anon_sym_value] = ACTIONS(4169), + [anon_sym_override] = ACTIONS(4169), + [anon_sym_lateinit] = ACTIONS(4169), + [anon_sym_public] = ACTIONS(4169), + [anon_sym_private] = ACTIONS(4169), + [anon_sym_internal] = ACTIONS(4169), + [anon_sym_protected] = ACTIONS(4169), + [anon_sym_tailrec] = ACTIONS(4169), + [anon_sym_operator] = ACTIONS(4169), + [anon_sym_infix] = ACTIONS(4169), + [anon_sym_inline] = ACTIONS(4169), + [anon_sym_external] = ACTIONS(4169), + [sym_property_modifier] = ACTIONS(4169), + [anon_sym_abstract] = ACTIONS(4169), + [anon_sym_final] = ACTIONS(4169), + [anon_sym_open] = ACTIONS(4169), + [anon_sym_vararg] = ACTIONS(4169), + [anon_sym_noinline] = ACTIONS(4169), + [anon_sym_crossinline] = ACTIONS(4169), + [anon_sym_expect] = ACTIONS(4169), + [anon_sym_actual] = ACTIONS(4169), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4171), + [anon_sym_continue_AT] = ACTIONS(4171), + [anon_sym_break_AT] = ACTIONS(4171), + [anon_sym_this_AT] = ACTIONS(4171), + [anon_sym_super_AT] = ACTIONS(4171), + [sym_real_literal] = ACTIONS(4171), + [sym_integer_literal] = ACTIONS(4169), + [sym_hex_literal] = ACTIONS(4171), + [sym_bin_literal] = ACTIONS(4171), + [anon_sym_true] = ACTIONS(4169), + [anon_sym_false] = ACTIONS(4169), + [anon_sym_SQUOTE] = ACTIONS(4171), + [sym__backtick_identifier] = ACTIONS(4171), + [sym__automatic_semicolon] = ACTIONS(4171), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4171), }, - [2883] = { - [sym_type_constraints] = STATE(3184), - [sym_function_body] = STATE(3475), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_COLON] = ACTIONS(6507), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_RBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_RPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [anon_sym_DASH_GT] = ACTIONS(4185), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_while] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), + [2833] = { + [sym__alpha_identifier] = ACTIONS(4313), + [anon_sym_AT] = ACTIONS(4315), + [anon_sym_LBRACK] = ACTIONS(4315), + [anon_sym_as] = ACTIONS(4313), + [anon_sym_EQ] = ACTIONS(4313), + [anon_sym_LBRACE] = ACTIONS(4315), + [anon_sym_RBRACE] = ACTIONS(4315), + [anon_sym_LPAREN] = ACTIONS(4315), + [anon_sym_COMMA] = ACTIONS(4315), + [anon_sym_by] = ACTIONS(4313), + [anon_sym_LT] = ACTIONS(4313), + [anon_sym_GT] = ACTIONS(4313), + [anon_sym_where] = ACTIONS(4313), + [anon_sym_object] = ACTIONS(4313), + [anon_sym_fun] = ACTIONS(4313), + [anon_sym_DOT] = ACTIONS(4313), + [anon_sym_SEMI] = ACTIONS(4315), + [anon_sym_get] = ACTIONS(4313), + [anon_sym_set] = ACTIONS(4313), + [anon_sym_this] = ACTIONS(4313), + [anon_sym_super] = ACTIONS(4313), + [anon_sym_AMP] = ACTIONS(6469), + [sym__quest] = ACTIONS(4313), + [anon_sym_STAR] = ACTIONS(4313), + [sym_label] = ACTIONS(4313), + [anon_sym_in] = ACTIONS(4313), + [anon_sym_DOT_DOT] = ACTIONS(4315), + [anon_sym_QMARK_COLON] = ACTIONS(4315), + [anon_sym_AMP_AMP] = ACTIONS(4315), + [anon_sym_PIPE_PIPE] = ACTIONS(4315), + [anon_sym_null] = ACTIONS(4313), + [anon_sym_if] = ACTIONS(4313), + [anon_sym_else] = ACTIONS(4313), + [anon_sym_when] = ACTIONS(4313), + [anon_sym_try] = ACTIONS(4313), + [anon_sym_throw] = ACTIONS(4313), + [anon_sym_return] = ACTIONS(4313), + [anon_sym_continue] = ACTIONS(4313), + [anon_sym_break] = ACTIONS(4313), + [anon_sym_COLON_COLON] = ACTIONS(4315), + [anon_sym_PLUS_EQ] = ACTIONS(4315), + [anon_sym_DASH_EQ] = ACTIONS(4315), + [anon_sym_STAR_EQ] = ACTIONS(4315), + [anon_sym_SLASH_EQ] = ACTIONS(4315), + [anon_sym_PERCENT_EQ] = ACTIONS(4315), + [anon_sym_BANG_EQ] = ACTIONS(4313), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4315), + [anon_sym_EQ_EQ] = ACTIONS(4313), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4315), + [anon_sym_LT_EQ] = ACTIONS(4315), + [anon_sym_GT_EQ] = ACTIONS(4315), + [anon_sym_BANGin] = ACTIONS(4315), + [anon_sym_is] = ACTIONS(4313), + [anon_sym_BANGis] = ACTIONS(4315), + [anon_sym_PLUS] = ACTIONS(4313), + [anon_sym_DASH] = ACTIONS(4313), + [anon_sym_SLASH] = ACTIONS(4313), + [anon_sym_PERCENT] = ACTIONS(4313), + [anon_sym_as_QMARK] = ACTIONS(4315), + [anon_sym_PLUS_PLUS] = ACTIONS(4315), + [anon_sym_DASH_DASH] = ACTIONS(4315), + [anon_sym_BANG] = ACTIONS(4313), + [anon_sym_BANG_BANG] = ACTIONS(4315), + [anon_sym_data] = ACTIONS(4313), + [anon_sym_inner] = ACTIONS(4313), + [anon_sym_value] = ACTIONS(4313), + [anon_sym_expect] = ACTIONS(4313), + [anon_sym_actual] = ACTIONS(4313), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4315), + [anon_sym_continue_AT] = ACTIONS(4315), + [anon_sym_break_AT] = ACTIONS(4315), + [anon_sym_this_AT] = ACTIONS(4315), + [anon_sym_super_AT] = ACTIONS(4315), + [sym_real_literal] = ACTIONS(4315), + [sym_integer_literal] = ACTIONS(4313), + [sym_hex_literal] = ACTIONS(4315), + [sym_bin_literal] = ACTIONS(4315), + [anon_sym_true] = ACTIONS(4313), + [anon_sym_false] = ACTIONS(4313), + [anon_sym_SQUOTE] = ACTIONS(4315), + [sym__backtick_identifier] = ACTIONS(4315), + [sym__automatic_semicolon] = ACTIONS(4315), + [sym_safe_nav] = ACTIONS(4315), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4315), }, - [2884] = { - [sym_class_body] = STATE(3061), - [sym_type_constraints] = STATE(3015), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(3376), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_data] = ACTIONS(3278), - [anon_sym_inner] = ACTIONS(3278), - [anon_sym_value] = ACTIONS(3278), - [anon_sym_expect] = ACTIONS(3278), - [anon_sym_actual] = ACTIONS(3278), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [2834] = { + [sym_type_constraints] = STATE(2934), + [sym_function_body] = STATE(3262), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), }, - [2885] = { - [sym__alpha_identifier] = ACTIONS(4179), - [anon_sym_AT] = ACTIONS(4181), - [anon_sym_COLON] = ACTIONS(4179), - [anon_sym_LBRACK] = ACTIONS(4181), - [anon_sym_RBRACK] = ACTIONS(4181), - [anon_sym_as] = ACTIONS(4179), - [anon_sym_EQ] = ACTIONS(4179), - [anon_sym_LBRACE] = ACTIONS(4181), - [anon_sym_RBRACE] = ACTIONS(4181), - [anon_sym_LPAREN] = ACTIONS(4181), - [anon_sym_COMMA] = ACTIONS(4181), - [anon_sym_RPAREN] = ACTIONS(4181), - [anon_sym_by] = ACTIONS(4179), - [anon_sym_LT] = ACTIONS(4179), - [anon_sym_GT] = ACTIONS(4179), - [anon_sym_where] = ACTIONS(4179), - [anon_sym_DOT] = ACTIONS(4179), - [anon_sym_SEMI] = ACTIONS(4181), - [anon_sym_get] = ACTIONS(4179), - [anon_sym_set] = ACTIONS(4179), - [anon_sym_AMP] = ACTIONS(4179), - [sym__quest] = ACTIONS(4179), - [anon_sym_STAR] = ACTIONS(4179), - [anon_sym_DASH_GT] = ACTIONS(4181), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4179), - [anon_sym_while] = ACTIONS(4179), - [anon_sym_DOT_DOT] = ACTIONS(4181), - [anon_sym_QMARK_COLON] = ACTIONS(4181), - [anon_sym_AMP_AMP] = ACTIONS(4181), - [anon_sym_PIPE_PIPE] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4179), - [anon_sym_COLON_COLON] = ACTIONS(4181), - [anon_sym_PLUS_EQ] = ACTIONS(4181), - [anon_sym_DASH_EQ] = ACTIONS(4181), - [anon_sym_STAR_EQ] = ACTIONS(4181), - [anon_sym_SLASH_EQ] = ACTIONS(4181), - [anon_sym_PERCENT_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ] = ACTIONS(4179), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ] = ACTIONS(4179), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4181), - [anon_sym_LT_EQ] = ACTIONS(4181), - [anon_sym_GT_EQ] = ACTIONS(4181), - [anon_sym_BANGin] = ACTIONS(4181), - [anon_sym_is] = ACTIONS(4179), - [anon_sym_BANGis] = ACTIONS(4181), - [anon_sym_PLUS] = ACTIONS(4179), - [anon_sym_DASH] = ACTIONS(4179), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4179), - [anon_sym_as_QMARK] = ACTIONS(4181), - [anon_sym_PLUS_PLUS] = ACTIONS(4181), - [anon_sym_DASH_DASH] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4181), - [anon_sym_suspend] = ACTIONS(4179), - [anon_sym_sealed] = ACTIONS(4179), - [anon_sym_annotation] = ACTIONS(4179), - [anon_sym_data] = ACTIONS(4179), - [anon_sym_inner] = ACTIONS(4179), - [anon_sym_value] = ACTIONS(4179), - [anon_sym_override] = ACTIONS(4179), - [anon_sym_lateinit] = ACTIONS(4179), - [anon_sym_public] = ACTIONS(4179), - [anon_sym_private] = ACTIONS(4179), - [anon_sym_internal] = ACTIONS(4179), - [anon_sym_protected] = ACTIONS(4179), - [anon_sym_tailrec] = ACTIONS(4179), - [anon_sym_operator] = ACTIONS(4179), - [anon_sym_infix] = ACTIONS(4179), - [anon_sym_inline] = ACTIONS(4179), - [anon_sym_external] = ACTIONS(4179), - [sym_property_modifier] = ACTIONS(4179), - [anon_sym_abstract] = ACTIONS(4179), - [anon_sym_final] = ACTIONS(4179), - [anon_sym_open] = ACTIONS(4179), - [anon_sym_vararg] = ACTIONS(4179), - [anon_sym_noinline] = ACTIONS(4179), - [anon_sym_crossinline] = ACTIONS(4179), - [anon_sym_expect] = ACTIONS(4179), - [anon_sym_actual] = ACTIONS(4179), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4181), - [sym_safe_nav] = ACTIONS(4181), - [sym_multiline_comment] = ACTIONS(3), + [2835] = { + [sym_type_constraints] = STATE(3188), + [sym_function_body] = STATE(3189), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4157), + [anon_sym_AT] = ACTIONS(4159), + [anon_sym_COLON] = ACTIONS(6471), + [anon_sym_LBRACK] = ACTIONS(4159), + [anon_sym_as] = ACTIONS(4157), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4159), + [anon_sym_LPAREN] = ACTIONS(4159), + [anon_sym_LT] = ACTIONS(4157), + [anon_sym_GT] = ACTIONS(4157), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4157), + [anon_sym_fun] = ACTIONS(4157), + [anon_sym_DOT] = ACTIONS(4157), + [anon_sym_SEMI] = ACTIONS(4159), + [anon_sym_get] = ACTIONS(4157), + [anon_sym_set] = ACTIONS(4157), + [anon_sym_this] = ACTIONS(4157), + [anon_sym_super] = ACTIONS(4157), + [anon_sym_STAR] = ACTIONS(4157), + [sym_label] = ACTIONS(4157), + [anon_sym_in] = ACTIONS(4157), + [anon_sym_DOT_DOT] = ACTIONS(4159), + [anon_sym_QMARK_COLON] = ACTIONS(4159), + [anon_sym_AMP_AMP] = ACTIONS(4159), + [anon_sym_PIPE_PIPE] = ACTIONS(4159), + [anon_sym_null] = ACTIONS(4157), + [anon_sym_if] = ACTIONS(4157), + [anon_sym_else] = ACTIONS(4157), + [anon_sym_when] = ACTIONS(4157), + [anon_sym_try] = ACTIONS(4157), + [anon_sym_throw] = ACTIONS(4157), + [anon_sym_return] = ACTIONS(4157), + [anon_sym_continue] = ACTIONS(4157), + [anon_sym_break] = ACTIONS(4157), + [anon_sym_COLON_COLON] = ACTIONS(4159), + [anon_sym_PLUS_EQ] = ACTIONS(4159), + [anon_sym_DASH_EQ] = ACTIONS(4159), + [anon_sym_STAR_EQ] = ACTIONS(4159), + [anon_sym_SLASH_EQ] = ACTIONS(4159), + [anon_sym_PERCENT_EQ] = ACTIONS(4159), + [anon_sym_BANG_EQ] = ACTIONS(4157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4159), + [anon_sym_EQ_EQ] = ACTIONS(4157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4159), + [anon_sym_LT_EQ] = ACTIONS(4159), + [anon_sym_GT_EQ] = ACTIONS(4159), + [anon_sym_BANGin] = ACTIONS(4159), + [anon_sym_is] = ACTIONS(4157), + [anon_sym_BANGis] = ACTIONS(4159), + [anon_sym_PLUS] = ACTIONS(4157), + [anon_sym_DASH] = ACTIONS(4157), + [anon_sym_SLASH] = ACTIONS(4157), + [anon_sym_PERCENT] = ACTIONS(4157), + [anon_sym_as_QMARK] = ACTIONS(4159), + [anon_sym_PLUS_PLUS] = ACTIONS(4159), + [anon_sym_DASH_DASH] = ACTIONS(4159), + [anon_sym_BANG] = ACTIONS(4157), + [anon_sym_BANG_BANG] = ACTIONS(4159), + [anon_sym_data] = ACTIONS(4157), + [anon_sym_inner] = ACTIONS(4157), + [anon_sym_value] = ACTIONS(4157), + [anon_sym_expect] = ACTIONS(4157), + [anon_sym_actual] = ACTIONS(4157), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4159), + [anon_sym_continue_AT] = ACTIONS(4159), + [anon_sym_break_AT] = ACTIONS(4159), + [anon_sym_this_AT] = ACTIONS(4159), + [anon_sym_super_AT] = ACTIONS(4159), + [sym_real_literal] = ACTIONS(4159), + [sym_integer_literal] = ACTIONS(4157), + [sym_hex_literal] = ACTIONS(4159), + [sym_bin_literal] = ACTIONS(4159), + [anon_sym_true] = ACTIONS(4157), + [anon_sym_false] = ACTIONS(4157), + [anon_sym_SQUOTE] = ACTIONS(4159), + [sym__backtick_identifier] = ACTIONS(4159), + [sym__automatic_semicolon] = ACTIONS(4159), + [sym_safe_nav] = ACTIONS(4159), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4159), }, - [2886] = { - [sym_getter] = STATE(4034), - [sym_setter] = STATE(4034), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(1816), - [sym_label] = ACTIONS(1816), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1816), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [2836] = { + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -352075,69 +347655,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2887] = { - [sym_getter] = STATE(5108), - [sym_setter] = STATE(5108), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2837] = { + [sym_getter] = STATE(3455), + [sym_setter] = STATE(3455), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_RPAREN] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), + [anon_sym_STAR] = ACTIONS(3422), + [sym_label] = ACTIONS(3422), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_while] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3422), + [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), @@ -352162,330 +347743,158 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__backtick_identifier] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), [sym_multiline_comment] = ACTIONS(3), }, - [2888] = { - [sym_class_body] = STATE(3173), - [sym_type_constraints] = STATE(3039), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_COLON] = ACTIONS(3340), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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), - }, - [2889] = { - [sym_catch_block] = STATE(2889), - [aux_sym_try_expression_repeat1] = STATE(2889), - [sym__alpha_identifier] = ACTIONS(4130), - [anon_sym_AT] = ACTIONS(4132), - [anon_sym_LBRACK] = ACTIONS(4132), - [anon_sym_RBRACK] = ACTIONS(4132), - [anon_sym_as] = ACTIONS(4130), - [anon_sym_EQ] = ACTIONS(4130), - [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_LT] = ACTIONS(4130), - [anon_sym_GT] = ACTIONS(4130), - [anon_sym_where] = ACTIONS(4130), - [anon_sym_DOT] = ACTIONS(4130), - [anon_sym_SEMI] = ACTIONS(4132), - [anon_sym_get] = ACTIONS(4130), - [anon_sym_set] = ACTIONS(4130), - [anon_sym_STAR] = ACTIONS(4130), - [anon_sym_DASH_GT] = ACTIONS(4132), - [sym_label] = ACTIONS(4132), - [anon_sym_in] = ACTIONS(4130), - [anon_sym_while] = ACTIONS(4130), - [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(4130), - [anon_sym_catch] = ACTIONS(6513), - [anon_sym_finally] = ACTIONS(4130), - [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(4130), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4132), - [anon_sym_EQ_EQ] = ACTIONS(4130), - [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(4130), - [anon_sym_BANGis] = ACTIONS(4132), - [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(4132), - [anon_sym_PLUS_PLUS] = ACTIONS(4132), - [anon_sym_DASH_DASH] = ACTIONS(4132), - [anon_sym_BANG_BANG] = ACTIONS(4132), - [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_value] = 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(4132), - [sym_safe_nav] = ACTIONS(4132), + [2838] = { + [sym_catch_block] = STATE(2921), + [sym_finally_block] = STATE(3494), + [aux_sym_try_expression_repeat1] = STATE(2921), + [sym__alpha_identifier] = ACTIONS(4104), + [anon_sym_AT] = ACTIONS(4106), + [anon_sym_LBRACK] = ACTIONS(4106), + [anon_sym_RBRACK] = ACTIONS(4106), + [anon_sym_as] = ACTIONS(4104), + [anon_sym_EQ] = ACTIONS(4104), + [anon_sym_LBRACE] = ACTIONS(4106), + [anon_sym_RBRACE] = ACTIONS(4106), + [anon_sym_LPAREN] = ACTIONS(4106), + [anon_sym_COMMA] = ACTIONS(4106), + [anon_sym_RPAREN] = ACTIONS(4106), + [anon_sym_LT] = ACTIONS(4104), + [anon_sym_GT] = ACTIONS(4104), + [anon_sym_where] = ACTIONS(4104), + [anon_sym_DOT] = ACTIONS(4104), + [anon_sym_SEMI] = ACTIONS(4106), + [anon_sym_get] = ACTIONS(4104), + [anon_sym_set] = ACTIONS(4104), + [anon_sym_STAR] = ACTIONS(4104), + [anon_sym_DASH_GT] = ACTIONS(4106), + [sym_label] = ACTIONS(4106), + [anon_sym_in] = ACTIONS(4104), + [anon_sym_while] = ACTIONS(4104), + [anon_sym_DOT_DOT] = ACTIONS(4106), + [anon_sym_QMARK_COLON] = ACTIONS(4106), + [anon_sym_AMP_AMP] = ACTIONS(4106), + [anon_sym_PIPE_PIPE] = ACTIONS(4106), + [anon_sym_else] = ACTIONS(4104), + [anon_sym_catch] = ACTIONS(6473), + [anon_sym_finally] = ACTIONS(6475), + [anon_sym_COLON_COLON] = ACTIONS(4106), + [anon_sym_PLUS_EQ] = ACTIONS(4106), + [anon_sym_DASH_EQ] = ACTIONS(4106), + [anon_sym_STAR_EQ] = ACTIONS(4106), + [anon_sym_SLASH_EQ] = ACTIONS(4106), + [anon_sym_PERCENT_EQ] = ACTIONS(4106), + [anon_sym_BANG_EQ] = ACTIONS(4104), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4106), + [anon_sym_EQ_EQ] = ACTIONS(4104), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4106), + [anon_sym_LT_EQ] = ACTIONS(4106), + [anon_sym_GT_EQ] = ACTIONS(4106), + [anon_sym_BANGin] = ACTIONS(4106), + [anon_sym_is] = ACTIONS(4104), + [anon_sym_BANGis] = ACTIONS(4106), + [anon_sym_PLUS] = ACTIONS(4104), + [anon_sym_DASH] = ACTIONS(4104), + [anon_sym_SLASH] = ACTIONS(4104), + [anon_sym_PERCENT] = ACTIONS(4104), + [anon_sym_as_QMARK] = ACTIONS(4106), + [anon_sym_PLUS_PLUS] = ACTIONS(4106), + [anon_sym_DASH_DASH] = ACTIONS(4106), + [anon_sym_BANG_BANG] = ACTIONS(4106), + [anon_sym_suspend] = ACTIONS(4104), + [anon_sym_sealed] = ACTIONS(4104), + [anon_sym_annotation] = ACTIONS(4104), + [anon_sym_data] = ACTIONS(4104), + [anon_sym_inner] = ACTIONS(4104), + [anon_sym_value] = ACTIONS(4104), + [anon_sym_override] = ACTIONS(4104), + [anon_sym_lateinit] = ACTIONS(4104), + [anon_sym_public] = ACTIONS(4104), + [anon_sym_private] = ACTIONS(4104), + [anon_sym_internal] = ACTIONS(4104), + [anon_sym_protected] = ACTIONS(4104), + [anon_sym_tailrec] = ACTIONS(4104), + [anon_sym_operator] = ACTIONS(4104), + [anon_sym_infix] = ACTIONS(4104), + [anon_sym_inline] = ACTIONS(4104), + [anon_sym_external] = ACTIONS(4104), + [sym_property_modifier] = ACTIONS(4104), + [anon_sym_abstract] = ACTIONS(4104), + [anon_sym_final] = ACTIONS(4104), + [anon_sym_open] = ACTIONS(4104), + [anon_sym_vararg] = ACTIONS(4104), + [anon_sym_noinline] = ACTIONS(4104), + [anon_sym_crossinline] = ACTIONS(4104), + [anon_sym_expect] = ACTIONS(4104), + [anon_sym_actual] = ACTIONS(4104), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4106), + [sym_safe_nav] = ACTIONS(4106), [sym_multiline_comment] = ACTIONS(3), }, - [2890] = { - [sym_function_body] = STATE(3268), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(4147), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [2891] = { - [sym_getter] = STATE(4033), - [sym_setter] = STATE(4033), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(5129), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2839] = { + [sym_getter] = STATE(3489), + [sym_setter] = STATE(3489), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4659), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -352510,156 +347919,862 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2892] = { - [sym_type_constraints] = STATE(3147), - [sym_function_body] = STATE(3490), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_COLON] = ACTIONS(6516), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_RBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_RPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [anon_sym_DASH_GT] = ACTIONS(4162), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_while] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), + [2840] = { + [sym_type_constraints] = STATE(3051), + [sym_enum_class_body] = STATE(3249), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(6477), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), }, - [2893] = { - [sym_getter] = STATE(4018), - [sym_setter] = STATE(4018), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(3422), - [sym_label] = ACTIONS(3422), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3422), - [anon_sym_as_QMARK] = ACTIONS(3422), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG_BANG] = ACTIONS(3422), + [2841] = { + [sym_function_body] = STATE(3081), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(6479), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4233), + [anon_sym_super_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), + }, + [2842] = { + [sym_class_body] = STATE(3209), + [sym_type_constraints] = STATE(3011), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(3282), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, + [2843] = { + [sym_type_constraints] = STATE(3001), + [sym_enum_class_body] = STATE(3209), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(3296), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, + [2844] = { + [sym_class_body] = STATE(3200), + [sym_type_constraints] = STATE(2971), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_COLON] = ACTIONS(6481), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4212), + [anon_sym_fun] = ACTIONS(4212), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_this] = ACTIONS(4212), + [anon_sym_super] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_null] = ACTIONS(4212), + [anon_sym_if] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_when] = ACTIONS(4212), + [anon_sym_try] = ACTIONS(4212), + [anon_sym_throw] = ACTIONS(4212), + [anon_sym_return] = ACTIONS(4212), + [anon_sym_continue] = ACTIONS(4212), + [anon_sym_break] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4214), + [anon_sym_continue_AT] = ACTIONS(4214), + [anon_sym_break_AT] = ACTIONS(4214), + [anon_sym_this_AT] = ACTIONS(4214), + [anon_sym_super_AT] = ACTIONS(4214), + [sym_real_literal] = ACTIONS(4214), + [sym_integer_literal] = ACTIONS(4212), + [sym_hex_literal] = ACTIONS(4214), + [sym_bin_literal] = ACTIONS(4214), + [anon_sym_true] = ACTIONS(4212), + [anon_sym_false] = ACTIONS(4212), + [anon_sym_SQUOTE] = ACTIONS(4214), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4214), + }, + [2845] = { + [aux_sym_nullable_type_repeat1] = STATE(2853), + [sym__alpha_identifier] = ACTIONS(4225), + [anon_sym_AT] = ACTIONS(4227), + [anon_sym_LBRACK] = ACTIONS(4227), + [anon_sym_as] = ACTIONS(4225), + [anon_sym_EQ] = ACTIONS(4225), + [anon_sym_LBRACE] = ACTIONS(4227), + [anon_sym_RBRACE] = ACTIONS(4227), + [anon_sym_LPAREN] = ACTIONS(4227), + [anon_sym_COMMA] = ACTIONS(4227), + [anon_sym_by] = ACTIONS(4225), + [anon_sym_LT] = ACTIONS(4225), + [anon_sym_GT] = ACTIONS(4225), + [anon_sym_where] = ACTIONS(4225), + [anon_sym_object] = ACTIONS(4225), + [anon_sym_fun] = ACTIONS(4225), + [anon_sym_DOT] = ACTIONS(4225), + [anon_sym_SEMI] = ACTIONS(4227), + [anon_sym_get] = ACTIONS(4225), + [anon_sym_set] = ACTIONS(4225), + [anon_sym_this] = ACTIONS(4225), + [anon_sym_super] = ACTIONS(4225), + [sym__quest] = ACTIONS(6483), + [anon_sym_STAR] = ACTIONS(4225), + [sym_label] = ACTIONS(4225), + [anon_sym_in] = ACTIONS(4225), + [anon_sym_DOT_DOT] = ACTIONS(4227), + [anon_sym_QMARK_COLON] = ACTIONS(4227), + [anon_sym_AMP_AMP] = ACTIONS(4227), + [anon_sym_PIPE_PIPE] = ACTIONS(4227), + [anon_sym_null] = ACTIONS(4225), + [anon_sym_if] = ACTIONS(4225), + [anon_sym_else] = ACTIONS(4225), + [anon_sym_when] = ACTIONS(4225), + [anon_sym_try] = ACTIONS(4225), + [anon_sym_throw] = ACTIONS(4225), + [anon_sym_return] = ACTIONS(4225), + [anon_sym_continue] = ACTIONS(4225), + [anon_sym_break] = ACTIONS(4225), + [anon_sym_COLON_COLON] = ACTIONS(4227), + [anon_sym_PLUS_EQ] = ACTIONS(4227), + [anon_sym_DASH_EQ] = ACTIONS(4227), + [anon_sym_STAR_EQ] = ACTIONS(4227), + [anon_sym_SLASH_EQ] = ACTIONS(4227), + [anon_sym_PERCENT_EQ] = ACTIONS(4227), + [anon_sym_BANG_EQ] = ACTIONS(4225), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4227), + [anon_sym_EQ_EQ] = ACTIONS(4225), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4227), + [anon_sym_LT_EQ] = ACTIONS(4227), + [anon_sym_GT_EQ] = ACTIONS(4227), + [anon_sym_BANGin] = ACTIONS(4227), + [anon_sym_is] = ACTIONS(4225), + [anon_sym_BANGis] = ACTIONS(4227), + [anon_sym_PLUS] = ACTIONS(4225), + [anon_sym_DASH] = ACTIONS(4225), + [anon_sym_SLASH] = ACTIONS(4225), + [anon_sym_PERCENT] = ACTIONS(4225), + [anon_sym_as_QMARK] = ACTIONS(4227), + [anon_sym_PLUS_PLUS] = ACTIONS(4227), + [anon_sym_DASH_DASH] = ACTIONS(4227), + [anon_sym_BANG] = ACTIONS(4225), + [anon_sym_BANG_BANG] = ACTIONS(4227), + [anon_sym_data] = ACTIONS(4225), + [anon_sym_inner] = ACTIONS(4225), + [anon_sym_value] = ACTIONS(4225), + [anon_sym_expect] = ACTIONS(4225), + [anon_sym_actual] = ACTIONS(4225), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4227), + [anon_sym_continue_AT] = ACTIONS(4227), + [anon_sym_break_AT] = ACTIONS(4227), + [anon_sym_this_AT] = ACTIONS(4227), + [anon_sym_super_AT] = ACTIONS(4227), + [sym_real_literal] = ACTIONS(4227), + [sym_integer_literal] = ACTIONS(4225), + [sym_hex_literal] = ACTIONS(4227), + [sym_bin_literal] = ACTIONS(4227), + [anon_sym_true] = ACTIONS(4225), + [anon_sym_false] = ACTIONS(4225), + [anon_sym_SQUOTE] = ACTIONS(4227), + [sym__backtick_identifier] = ACTIONS(4227), + [sym__automatic_semicolon] = ACTIONS(4227), + [sym_safe_nav] = ACTIONS(4227), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4227), + }, + [2846] = { + [sym__alpha_identifier] = ACTIONS(4182), + [anon_sym_AT] = ACTIONS(4184), + [anon_sym_COLON] = ACTIONS(4182), + [anon_sym_LBRACK] = ACTIONS(4184), + [anon_sym_EQ] = ACTIONS(4184), + [anon_sym_LBRACE] = ACTIONS(4184), + [anon_sym_RBRACE] = ACTIONS(4184), + [anon_sym_LPAREN] = ACTIONS(4184), + [anon_sym_COMMA] = ACTIONS(4184), + [anon_sym_by] = ACTIONS(4182), + [anon_sym_LT] = ACTIONS(4184), + [anon_sym_where] = ACTIONS(4182), + [anon_sym_object] = ACTIONS(4182), + [anon_sym_fun] = ACTIONS(4182), + [anon_sym_DOT] = ACTIONS(4182), + [anon_sym_SEMI] = ACTIONS(4184), + [anon_sym_get] = ACTIONS(4182), + [anon_sym_set] = ACTIONS(4182), + [anon_sym_this] = ACTIONS(4182), + [anon_sym_super] = ACTIONS(4182), + [anon_sym_AMP] = ACTIONS(4184), + [sym__quest] = ACTIONS(4184), + [anon_sym_STAR] = ACTIONS(4184), + [sym_label] = ACTIONS(4182), + [anon_sym_in] = ACTIONS(4182), + [anon_sym_null] = ACTIONS(4182), + [anon_sym_if] = ACTIONS(4182), + [anon_sym_else] = ACTIONS(4182), + [anon_sym_when] = ACTIONS(4182), + [anon_sym_try] = ACTIONS(4182), + [anon_sym_throw] = ACTIONS(4182), + [anon_sym_return] = ACTIONS(4182), + [anon_sym_continue] = ACTIONS(4182), + [anon_sym_break] = ACTIONS(4182), + [anon_sym_COLON_COLON] = ACTIONS(4184), + [anon_sym_BANGin] = ACTIONS(4184), + [anon_sym_is] = ACTIONS(4182), + [anon_sym_BANGis] = ACTIONS(4184), + [anon_sym_PLUS] = ACTIONS(4182), + [anon_sym_DASH] = ACTIONS(4182), + [anon_sym_PLUS_PLUS] = ACTIONS(4184), + [anon_sym_DASH_DASH] = ACTIONS(4184), + [anon_sym_BANG] = ACTIONS(4182), + [anon_sym_suspend] = ACTIONS(4182), + [anon_sym_sealed] = ACTIONS(4182), + [anon_sym_annotation] = ACTIONS(4182), + [anon_sym_data] = ACTIONS(4182), + [anon_sym_inner] = ACTIONS(4182), + [anon_sym_value] = ACTIONS(4182), + [anon_sym_override] = ACTIONS(4182), + [anon_sym_lateinit] = ACTIONS(4182), + [anon_sym_public] = ACTIONS(4182), + [anon_sym_private] = ACTIONS(4182), + [anon_sym_internal] = ACTIONS(4182), + [anon_sym_protected] = ACTIONS(4182), + [anon_sym_tailrec] = ACTIONS(4182), + [anon_sym_operator] = ACTIONS(4182), + [anon_sym_infix] = ACTIONS(4182), + [anon_sym_inline] = ACTIONS(4182), + [anon_sym_external] = ACTIONS(4182), + [sym_property_modifier] = ACTIONS(4182), + [anon_sym_abstract] = ACTIONS(4182), + [anon_sym_final] = ACTIONS(4182), + [anon_sym_open] = ACTIONS(4182), + [anon_sym_vararg] = ACTIONS(4182), + [anon_sym_noinline] = ACTIONS(4182), + [anon_sym_crossinline] = ACTIONS(4182), + [anon_sym_expect] = ACTIONS(4182), + [anon_sym_actual] = ACTIONS(4182), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4184), + [anon_sym_continue_AT] = ACTIONS(4184), + [anon_sym_break_AT] = ACTIONS(4184), + [anon_sym_this_AT] = ACTIONS(4184), + [anon_sym_super_AT] = ACTIONS(4184), + [sym_real_literal] = ACTIONS(4184), + [sym_integer_literal] = ACTIONS(4182), + [sym_hex_literal] = ACTIONS(4184), + [sym_bin_literal] = ACTIONS(4184), + [anon_sym_true] = ACTIONS(4182), + [anon_sym_false] = ACTIONS(4182), + [anon_sym_SQUOTE] = ACTIONS(4184), + [sym__backtick_identifier] = ACTIONS(4184), + [sym__automatic_semicolon] = ACTIONS(4184), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4184), + }, + [2847] = { + [sym_type_constraints] = STATE(3261), + [sym_function_body] = STATE(3262), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_COLON] = ACTIONS(6485), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), + }, + [2848] = { + [sym_function_body] = STATE(3171), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_COLON] = ACTIONS(6487), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_COMMA] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_where] = ACTIONS(4251), + [anon_sym_object] = ACTIONS(4251), + [anon_sym_fun] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_this] = ACTIONS(4251), + [anon_sym_super] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4251), + [sym_label] = ACTIONS(4251), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_null] = ACTIONS(4251), + [anon_sym_if] = ACTIONS(4251), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_when] = ACTIONS(4251), + [anon_sym_try] = ACTIONS(4251), + [anon_sym_throw] = ACTIONS(4251), + [anon_sym_return] = ACTIONS(4251), + [anon_sym_continue] = ACTIONS(4251), + [anon_sym_break] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_PLUS_EQ] = ACTIONS(4253), + [anon_sym_DASH_EQ] = ACTIONS(4253), + [anon_sym_STAR_EQ] = ACTIONS(4253), + [anon_sym_SLASH_EQ] = ACTIONS(4253), + [anon_sym_PERCENT_EQ] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4251), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG] = ACTIONS(4251), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4253), + [anon_sym_continue_AT] = ACTIONS(4253), + [anon_sym_break_AT] = ACTIONS(4253), + [anon_sym_this_AT] = ACTIONS(4253), + [anon_sym_super_AT] = ACTIONS(4253), + [sym_real_literal] = ACTIONS(4253), + [sym_integer_literal] = ACTIONS(4251), + [sym_hex_literal] = ACTIONS(4253), + [sym_bin_literal] = ACTIONS(4253), + [anon_sym_true] = ACTIONS(4251), + [anon_sym_false] = ACTIONS(4251), + [anon_sym_SQUOTE] = ACTIONS(4253), + [sym__backtick_identifier] = ACTIONS(4253), + [sym__automatic_semicolon] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4253), + }, + [2849] = { + [sym_getter] = STATE(3461), + [sym_setter] = STATE(3461), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1790), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_as] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_RPAREN] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1790), + [anon_sym_GT] = ACTIONS(1790), + [anon_sym_DOT] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), + [anon_sym_STAR] = ACTIONS(1792), + [sym_label] = ACTIONS(1792), + [anon_sym_in] = ACTIONS(1790), + [anon_sym_while] = ACTIONS(1790), + [anon_sym_DOT_DOT] = ACTIONS(1792), + [anon_sym_QMARK_COLON] = ACTIONS(1792), + [anon_sym_AMP_AMP] = ACTIONS(1792), + [anon_sym_PIPE_PIPE] = ACTIONS(1792), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_COLON_COLON] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1790), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ] = ACTIONS(1790), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_BANGin] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1790), + [anon_sym_BANGis] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1790), + [anon_sym_SLASH] = ACTIONS(1790), + [anon_sym_PERCENT] = ACTIONS(1792), + [anon_sym_as_QMARK] = ACTIONS(1792), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_BANG_BANG] = ACTIONS(1792), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -352684,69 +348799,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3422), - [sym__automatic_semicolon] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), + [sym__backtick_identifier] = ACTIONS(1792), + [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), }, - [2894] = { - [sym_getter] = STATE(3851), - [sym_setter] = STATE(3851), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6406), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), + [2850] = { + [sym_getter] = STATE(3466), + [sym_setter] = STATE(3466), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(4565), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -352771,765 +348887,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(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - }, - [2895] = { - [sym_type_constraints] = STATE(3020), - [sym_enum_class_body] = STATE(3061), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(3312), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_data] = ACTIONS(3278), - [anon_sym_inner] = ACTIONS(3278), - [anon_sym_value] = ACTIONS(3278), - [anon_sym_expect] = ACTIONS(3278), - [anon_sym_actual] = ACTIONS(3278), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [2896] = { - [sym_class_body] = STATE(3206), - [sym_type_constraints] = STATE(3024), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_COLON] = ACTIONS(6518), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4327), - [anon_sym_fun] = ACTIONS(4327), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_this] = ACTIONS(4327), - [anon_sym_super] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [sym_label] = ACTIONS(4327), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_null] = ACTIONS(4327), - [anon_sym_if] = ACTIONS(4327), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_when] = ACTIONS(4327), - [anon_sym_try] = ACTIONS(4327), - [anon_sym_throw] = ACTIONS(4327), - [anon_sym_return] = ACTIONS(4327), - [anon_sym_continue] = ACTIONS(4327), - [anon_sym_break] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG] = ACTIONS(4327), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4329), - [anon_sym_continue_AT] = ACTIONS(4329), - [anon_sym_break_AT] = ACTIONS(4329), - [anon_sym_this_AT] = ACTIONS(4329), - [anon_sym_super_AT] = ACTIONS(4329), - [sym_real_literal] = ACTIONS(4329), - [sym_integer_literal] = ACTIONS(4327), - [sym_hex_literal] = ACTIONS(4329), - [sym_bin_literal] = ACTIONS(4329), - [anon_sym_true] = ACTIONS(4327), - [anon_sym_false] = ACTIONS(4327), - [anon_sym_SQUOTE] = ACTIONS(4329), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4329), - }, - [2897] = { - [sym_type_constraints] = STATE(3136), - [sym_function_body] = STATE(3507), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_COLON] = ACTIONS(6520), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_RBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_RPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [anon_sym_DASH_GT] = ACTIONS(4149), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_while] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - }, - [2898] = { - [sym_class_body] = STATE(3206), - [sym_type_constraints] = STATE(3024), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4327), - [anon_sym_fun] = ACTIONS(4327), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_this] = ACTIONS(4327), - [anon_sym_super] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [sym_label] = ACTIONS(4327), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_null] = ACTIONS(4327), - [anon_sym_if] = ACTIONS(4327), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_when] = ACTIONS(4327), - [anon_sym_try] = ACTIONS(4327), - [anon_sym_throw] = ACTIONS(4327), - [anon_sym_return] = ACTIONS(4327), - [anon_sym_continue] = ACTIONS(4327), - [anon_sym_break] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG] = ACTIONS(4327), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4329), - [anon_sym_continue_AT] = ACTIONS(4329), - [anon_sym_break_AT] = ACTIONS(4329), - [anon_sym_this_AT] = ACTIONS(4329), - [anon_sym_super_AT] = ACTIONS(4329), - [sym_real_literal] = ACTIONS(4329), - [sym_integer_literal] = ACTIONS(4327), - [sym_hex_literal] = ACTIONS(4329), - [sym_bin_literal] = ACTIONS(4329), - [anon_sym_true] = ACTIONS(4327), - [anon_sym_false] = ACTIONS(4327), - [anon_sym_SQUOTE] = ACTIONS(4329), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4329), - }, - [2899] = { - [sym_type_arguments] = STATE(3025), - [sym__alpha_identifier] = ACTIONS(4128), - [anon_sym_AT] = ACTIONS(4189), - [anon_sym_LBRACK] = ACTIONS(4189), - [anon_sym_RBRACK] = ACTIONS(4189), - [anon_sym_as] = ACTIONS(4128), - [anon_sym_EQ] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4189), - [anon_sym_RBRACE] = ACTIONS(4189), - [anon_sym_LPAREN] = ACTIONS(4189), - [anon_sym_COMMA] = ACTIONS(4189), - [anon_sym_RPAREN] = ACTIONS(4189), - [anon_sym_by] = ACTIONS(4128), - [anon_sym_LT] = ACTIONS(6522), - [anon_sym_GT] = ACTIONS(4128), - [anon_sym_where] = ACTIONS(4128), - [anon_sym_DOT] = ACTIONS(4128), - [anon_sym_SEMI] = ACTIONS(4189), - [anon_sym_get] = ACTIONS(4128), - [anon_sym_set] = ACTIONS(4128), - [anon_sym_AMP] = ACTIONS(4128), - [sym__quest] = ACTIONS(4128), - [anon_sym_STAR] = ACTIONS(4128), - [anon_sym_DASH_GT] = ACTIONS(4189), - [sym_label] = ACTIONS(4189), - [anon_sym_in] = ACTIONS(4128), - [anon_sym_while] = ACTIONS(4128), - [anon_sym_DOT_DOT] = ACTIONS(4189), - [anon_sym_QMARK_COLON] = ACTIONS(4189), - [anon_sym_AMP_AMP] = ACTIONS(4189), - [anon_sym_PIPE_PIPE] = ACTIONS(4189), - [anon_sym_else] = ACTIONS(4128), - [anon_sym_COLON_COLON] = ACTIONS(4189), - [anon_sym_PLUS_EQ] = ACTIONS(4189), - [anon_sym_DASH_EQ] = ACTIONS(4189), - [anon_sym_STAR_EQ] = ACTIONS(4189), - [anon_sym_SLASH_EQ] = ACTIONS(4189), - [anon_sym_PERCENT_EQ] = ACTIONS(4189), - [anon_sym_BANG_EQ] = ACTIONS(4128), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4189), - [anon_sym_EQ_EQ] = ACTIONS(4128), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4189), - [anon_sym_LT_EQ] = ACTIONS(4189), - [anon_sym_GT_EQ] = ACTIONS(4189), - [anon_sym_BANGin] = ACTIONS(4189), - [anon_sym_is] = ACTIONS(4128), - [anon_sym_BANGis] = ACTIONS(4189), - [anon_sym_PLUS] = ACTIONS(4128), - [anon_sym_DASH] = ACTIONS(4128), - [anon_sym_SLASH] = ACTIONS(4128), - [anon_sym_PERCENT] = ACTIONS(4128), - [anon_sym_as_QMARK] = ACTIONS(4189), - [anon_sym_PLUS_PLUS] = ACTIONS(4189), - [anon_sym_DASH_DASH] = ACTIONS(4189), - [anon_sym_BANG_BANG] = ACTIONS(4189), - [anon_sym_suspend] = ACTIONS(4128), - [anon_sym_sealed] = ACTIONS(4128), - [anon_sym_annotation] = ACTIONS(4128), - [anon_sym_data] = ACTIONS(4128), - [anon_sym_inner] = ACTIONS(4128), - [anon_sym_value] = ACTIONS(4128), - [anon_sym_override] = ACTIONS(4128), - [anon_sym_lateinit] = ACTIONS(4128), - [anon_sym_public] = ACTIONS(4128), - [anon_sym_private] = ACTIONS(4128), - [anon_sym_internal] = ACTIONS(4128), - [anon_sym_protected] = ACTIONS(4128), - [anon_sym_tailrec] = ACTIONS(4128), - [anon_sym_operator] = ACTIONS(4128), - [anon_sym_infix] = ACTIONS(4128), - [anon_sym_inline] = ACTIONS(4128), - [anon_sym_external] = ACTIONS(4128), - [sym_property_modifier] = ACTIONS(4128), - [anon_sym_abstract] = ACTIONS(4128), - [anon_sym_final] = ACTIONS(4128), - [anon_sym_open] = ACTIONS(4128), - [anon_sym_vararg] = ACTIONS(4128), - [anon_sym_noinline] = ACTIONS(4128), - [anon_sym_crossinline] = ACTIONS(4128), - [anon_sym_expect] = ACTIONS(4128), - [anon_sym_actual] = ACTIONS(4128), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4189), - [sym_safe_nav] = ACTIONS(4189), + [sym__backtick_identifier] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2900] = { - [sym_value_arguments] = STATE(3237), - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_EQ] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_by] = ACTIONS(6524), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_object] = ACTIONS(4505), - [anon_sym_fun] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_this] = ACTIONS(4505), - [anon_sym_super] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4505), - [sym_label] = ACTIONS(4505), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_null] = ACTIONS(4505), - [anon_sym_if] = ACTIONS(4505), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_when] = ACTIONS(4505), - [anon_sym_try] = ACTIONS(4505), - [anon_sym_throw] = ACTIONS(4505), - [anon_sym_return] = ACTIONS(4505), - [anon_sym_continue] = ACTIONS(4505), - [anon_sym_break] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_PLUS_EQ] = ACTIONS(4507), - [anon_sym_DASH_EQ] = ACTIONS(4507), - [anon_sym_STAR_EQ] = ACTIONS(4507), - [anon_sym_SLASH_EQ] = ACTIONS(4507), - [anon_sym_PERCENT_EQ] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG] = ACTIONS(4505), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4507), - [anon_sym_continue_AT] = ACTIONS(4507), - [anon_sym_break_AT] = ACTIONS(4507), - [anon_sym_this_AT] = ACTIONS(4507), - [anon_sym_super_AT] = ACTIONS(4507), - [sym_real_literal] = ACTIONS(4507), - [sym_integer_literal] = ACTIONS(4505), - [sym_hex_literal] = ACTIONS(4507), - [sym_bin_literal] = ACTIONS(4507), - [anon_sym_true] = ACTIONS(4505), - [anon_sym_false] = ACTIONS(4505), - [anon_sym_SQUOTE] = ACTIONS(4507), - [sym__backtick_identifier] = ACTIONS(4507), - [sym__automatic_semicolon] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4507), - }, - [2901] = { - [sym_type_constraints] = STATE(3224), - [sym_function_body] = STATE(3220), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), - }, - [2902] = { - [sym_class_body] = STATE(3247), - [sym_type_constraints] = STATE(3009), - [sym__alpha_identifier] = ACTIONS(4355), - [anon_sym_AT] = ACTIONS(4357), - [anon_sym_LBRACK] = ACTIONS(4357), - [anon_sym_as] = ACTIONS(4355), - [anon_sym_EQ] = ACTIONS(4355), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4357), - [anon_sym_LPAREN] = ACTIONS(4357), - [anon_sym_COMMA] = ACTIONS(4357), - [anon_sym_LT] = ACTIONS(4355), - [anon_sym_GT] = ACTIONS(4355), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4355), - [anon_sym_fun] = ACTIONS(4355), - [anon_sym_DOT] = ACTIONS(4355), - [anon_sym_SEMI] = ACTIONS(4357), - [anon_sym_get] = ACTIONS(4355), - [anon_sym_set] = ACTIONS(4355), - [anon_sym_this] = ACTIONS(4355), - [anon_sym_super] = ACTIONS(4355), - [anon_sym_STAR] = ACTIONS(4355), - [sym_label] = ACTIONS(4355), - [anon_sym_in] = ACTIONS(4355), - [anon_sym_DOT_DOT] = ACTIONS(4357), - [anon_sym_QMARK_COLON] = ACTIONS(4357), - [anon_sym_AMP_AMP] = ACTIONS(4357), - [anon_sym_PIPE_PIPE] = ACTIONS(4357), - [anon_sym_null] = ACTIONS(4355), - [anon_sym_if] = ACTIONS(4355), - [anon_sym_else] = ACTIONS(4355), - [anon_sym_when] = ACTIONS(4355), - [anon_sym_try] = ACTIONS(4355), - [anon_sym_throw] = ACTIONS(4355), - [anon_sym_return] = ACTIONS(4355), - [anon_sym_continue] = ACTIONS(4355), - [anon_sym_break] = ACTIONS(4355), - [anon_sym_COLON_COLON] = ACTIONS(4357), - [anon_sym_PLUS_EQ] = ACTIONS(4357), - [anon_sym_DASH_EQ] = ACTIONS(4357), - [anon_sym_STAR_EQ] = ACTIONS(4357), - [anon_sym_SLASH_EQ] = ACTIONS(4357), - [anon_sym_PERCENT_EQ] = ACTIONS(4357), - [anon_sym_BANG_EQ] = ACTIONS(4355), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4357), - [anon_sym_EQ_EQ] = ACTIONS(4355), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4357), - [anon_sym_LT_EQ] = ACTIONS(4357), - [anon_sym_GT_EQ] = ACTIONS(4357), - [anon_sym_BANGin] = ACTIONS(4357), - [anon_sym_is] = ACTIONS(4355), - [anon_sym_BANGis] = ACTIONS(4357), - [anon_sym_PLUS] = ACTIONS(4355), - [anon_sym_DASH] = ACTIONS(4355), - [anon_sym_SLASH] = ACTIONS(4355), - [anon_sym_PERCENT] = ACTIONS(4355), - [anon_sym_as_QMARK] = ACTIONS(4357), - [anon_sym_PLUS_PLUS] = ACTIONS(4357), - [anon_sym_DASH_DASH] = ACTIONS(4357), - [anon_sym_BANG] = ACTIONS(4355), - [anon_sym_BANG_BANG] = ACTIONS(4357), - [anon_sym_data] = ACTIONS(4355), - [anon_sym_inner] = ACTIONS(4355), - [anon_sym_value] = ACTIONS(4355), - [anon_sym_expect] = ACTIONS(4355), - [anon_sym_actual] = ACTIONS(4355), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4357), - [anon_sym_continue_AT] = ACTIONS(4357), - [anon_sym_break_AT] = ACTIONS(4357), - [anon_sym_this_AT] = ACTIONS(4357), - [anon_sym_super_AT] = ACTIONS(4357), - [sym_real_literal] = ACTIONS(4357), - [sym_integer_literal] = ACTIONS(4355), - [sym_hex_literal] = ACTIONS(4357), - [sym_bin_literal] = ACTIONS(4357), - [anon_sym_true] = ACTIONS(4355), - [anon_sym_false] = ACTIONS(4355), - [anon_sym_SQUOTE] = ACTIONS(4357), - [sym__backtick_identifier] = ACTIONS(4357), - [sym__automatic_semicolon] = ACTIONS(4357), - [sym_safe_nav] = ACTIONS(4357), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4357), - }, - [2903] = { - [sym_getter] = STATE(4033), - [sym_setter] = STATE(4033), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2851] = { + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(4647), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -353554,742 +348975,1015 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2904] = { - [sym_type_constraints] = STATE(3007), - [sym_enum_class_body] = STATE(3255), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), + [2852] = { + [sym_class_body] = STATE(3167), + [sym_type_constraints] = STATE(2970), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_COLON] = ACTIONS(3306), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), }, - [2905] = { - [aux_sym_user_type_repeat1] = STATE(2905), - [sym__alpha_identifier] = ACTIONS(4166), - [anon_sym_AT] = ACTIONS(4168), - [anon_sym_LBRACK] = ACTIONS(4168), - [anon_sym_RBRACK] = ACTIONS(4168), - [anon_sym_as] = ACTIONS(4166), - [anon_sym_EQ] = ACTIONS(4166), - [anon_sym_LBRACE] = ACTIONS(4168), - [anon_sym_RBRACE] = ACTIONS(4168), - [anon_sym_LPAREN] = ACTIONS(4168), - [anon_sym_COMMA] = ACTIONS(4168), - [anon_sym_RPAREN] = ACTIONS(4168), - [anon_sym_by] = ACTIONS(4166), - [anon_sym_LT] = ACTIONS(4166), - [anon_sym_GT] = ACTIONS(4166), - [anon_sym_where] = ACTIONS(4166), - [anon_sym_DOT] = ACTIONS(6526), - [anon_sym_SEMI] = ACTIONS(4168), - [anon_sym_get] = ACTIONS(4166), - [anon_sym_set] = ACTIONS(4166), - [anon_sym_AMP] = ACTIONS(4166), - [sym__quest] = ACTIONS(4166), - [anon_sym_STAR] = ACTIONS(4166), - [anon_sym_DASH_GT] = ACTIONS(4168), - [sym_label] = ACTIONS(4168), - [anon_sym_in] = ACTIONS(4166), - [anon_sym_while] = ACTIONS(4166), - [anon_sym_DOT_DOT] = ACTIONS(4168), - [anon_sym_QMARK_COLON] = ACTIONS(4168), - [anon_sym_AMP_AMP] = ACTIONS(4168), - [anon_sym_PIPE_PIPE] = ACTIONS(4168), - [anon_sym_else] = ACTIONS(4166), - [anon_sym_COLON_COLON] = ACTIONS(4168), - [anon_sym_PLUS_EQ] = ACTIONS(4168), - [anon_sym_DASH_EQ] = ACTIONS(4168), - [anon_sym_STAR_EQ] = ACTIONS(4168), - [anon_sym_SLASH_EQ] = ACTIONS(4168), - [anon_sym_PERCENT_EQ] = ACTIONS(4168), - [anon_sym_BANG_EQ] = ACTIONS(4166), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4168), - [anon_sym_EQ_EQ] = ACTIONS(4166), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4168), - [anon_sym_LT_EQ] = ACTIONS(4168), - [anon_sym_GT_EQ] = ACTIONS(4168), - [anon_sym_BANGin] = ACTIONS(4168), - [anon_sym_is] = ACTIONS(4166), - [anon_sym_BANGis] = ACTIONS(4168), - [anon_sym_PLUS] = ACTIONS(4166), - [anon_sym_DASH] = ACTIONS(4166), - [anon_sym_SLASH] = ACTIONS(4166), - [anon_sym_PERCENT] = ACTIONS(4166), - [anon_sym_as_QMARK] = ACTIONS(4168), - [anon_sym_PLUS_PLUS] = ACTIONS(4168), - [anon_sym_DASH_DASH] = ACTIONS(4168), - [anon_sym_BANG_BANG] = ACTIONS(4168), - [anon_sym_suspend] = ACTIONS(4166), - [anon_sym_sealed] = ACTIONS(4166), - [anon_sym_annotation] = ACTIONS(4166), - [anon_sym_data] = ACTIONS(4166), - [anon_sym_inner] = ACTIONS(4166), - [anon_sym_value] = ACTIONS(4166), - [anon_sym_override] = ACTIONS(4166), - [anon_sym_lateinit] = ACTIONS(4166), - [anon_sym_public] = ACTIONS(4166), - [anon_sym_private] = ACTIONS(4166), - [anon_sym_internal] = ACTIONS(4166), - [anon_sym_protected] = ACTIONS(4166), - [anon_sym_tailrec] = ACTIONS(4166), - [anon_sym_operator] = ACTIONS(4166), - [anon_sym_infix] = ACTIONS(4166), - [anon_sym_inline] = ACTIONS(4166), - [anon_sym_external] = ACTIONS(4166), - [sym_property_modifier] = ACTIONS(4166), - [anon_sym_abstract] = ACTIONS(4166), - [anon_sym_final] = ACTIONS(4166), - [anon_sym_open] = ACTIONS(4166), - [anon_sym_vararg] = ACTIONS(4166), - [anon_sym_noinline] = ACTIONS(4166), - [anon_sym_crossinline] = ACTIONS(4166), - [anon_sym_expect] = ACTIONS(4166), - [anon_sym_actual] = ACTIONS(4166), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4168), - [sym_safe_nav] = ACTIONS(4168), + [2853] = { + [aux_sym_nullable_type_repeat1] = STATE(2819), + [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(6489), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4239), + [anon_sym_super_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), }, - [2906] = { - [sym_type_constraints] = STATE(3119), - [sym_function_body] = STATE(3530), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_COLON] = ACTIONS(6529), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_RBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_RPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [anon_sym_DASH_GT] = ACTIONS(4139), - [sym_label] = ACTIONS(4139), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_while] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), + [2854] = { + [sym_getter] = STATE(4789), + [sym_setter] = STATE(4789), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6280), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [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), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2907] = { - [sym_type_constraints] = STATE(3007), - [sym_enum_class_body] = STATE(3255), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(6531), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), + [2855] = { + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), }, - [2908] = { - [sym_function_body] = STATE(3220), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(4160), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), + [2856] = { + [sym_type_constraints] = STATE(3015), + [sym_enum_class_body] = STATE(3212), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_COLON] = ACTIONS(6491), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4200), + [anon_sym_fun] = ACTIONS(4200), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_this] = ACTIONS(4200), + [anon_sym_super] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_null] = ACTIONS(4200), + [anon_sym_if] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_when] = ACTIONS(4200), + [anon_sym_try] = ACTIONS(4200), + [anon_sym_throw] = ACTIONS(4200), + [anon_sym_return] = ACTIONS(4200), + [anon_sym_continue] = ACTIONS(4200), + [anon_sym_break] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4202), + [anon_sym_continue_AT] = ACTIONS(4202), + [anon_sym_break_AT] = ACTIONS(4202), + [anon_sym_this_AT] = ACTIONS(4202), + [anon_sym_super_AT] = ACTIONS(4202), + [sym_real_literal] = ACTIONS(4202), + [sym_integer_literal] = ACTIONS(4200), + [sym_hex_literal] = ACTIONS(4202), + [sym_bin_literal] = ACTIONS(4202), + [anon_sym_true] = ACTIONS(4200), + [anon_sym_false] = ACTIONS(4200), + [anon_sym_SQUOTE] = ACTIONS(4202), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4202), }, - [2909] = { - [sym_type_constraints] = STATE(3107), - [sym_function_body] = STATE(3552), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4173), - [anon_sym_AT] = ACTIONS(4175), - [anon_sym_COLON] = ACTIONS(6533), - [anon_sym_LBRACK] = ACTIONS(4175), - [anon_sym_RBRACK] = ACTIONS(4175), - [anon_sym_as] = ACTIONS(4173), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4175), - [anon_sym_LPAREN] = ACTIONS(4175), - [anon_sym_COMMA] = ACTIONS(4175), - [anon_sym_RPAREN] = ACTIONS(4175), - [anon_sym_LT] = ACTIONS(4173), - [anon_sym_GT] = ACTIONS(4173), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4173), - [anon_sym_SEMI] = ACTIONS(4175), - [anon_sym_get] = ACTIONS(4173), - [anon_sym_set] = ACTIONS(4173), - [anon_sym_STAR] = ACTIONS(4173), - [anon_sym_DASH_GT] = ACTIONS(4175), - [sym_label] = ACTIONS(4175), - [anon_sym_in] = ACTIONS(4173), - [anon_sym_while] = ACTIONS(4173), - [anon_sym_DOT_DOT] = ACTIONS(4175), - [anon_sym_QMARK_COLON] = ACTIONS(4175), - [anon_sym_AMP_AMP] = ACTIONS(4175), - [anon_sym_PIPE_PIPE] = ACTIONS(4175), - [anon_sym_else] = ACTIONS(4173), - [anon_sym_COLON_COLON] = ACTIONS(4175), - [anon_sym_PLUS_EQ] = ACTIONS(4175), - [anon_sym_DASH_EQ] = ACTIONS(4175), - [anon_sym_STAR_EQ] = ACTIONS(4175), - [anon_sym_SLASH_EQ] = ACTIONS(4175), - [anon_sym_PERCENT_EQ] = ACTIONS(4175), - [anon_sym_BANG_EQ] = ACTIONS(4173), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4175), - [anon_sym_EQ_EQ] = ACTIONS(4173), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4175), - [anon_sym_LT_EQ] = ACTIONS(4175), - [anon_sym_GT_EQ] = ACTIONS(4175), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(4173), - [anon_sym_BANGis] = ACTIONS(4175), - [anon_sym_PLUS] = ACTIONS(4173), - [anon_sym_DASH] = ACTIONS(4173), - [anon_sym_SLASH] = ACTIONS(4173), - [anon_sym_PERCENT] = ACTIONS(4173), - [anon_sym_as_QMARK] = ACTIONS(4175), - [anon_sym_PLUS_PLUS] = ACTIONS(4175), - [anon_sym_DASH_DASH] = ACTIONS(4175), - [anon_sym_BANG_BANG] = ACTIONS(4175), - [anon_sym_suspend] = ACTIONS(4173), - [anon_sym_sealed] = ACTIONS(4173), - [anon_sym_annotation] = ACTIONS(4173), - [anon_sym_data] = ACTIONS(4173), - [anon_sym_inner] = ACTIONS(4173), - [anon_sym_value] = ACTIONS(4173), - [anon_sym_override] = ACTIONS(4173), - [anon_sym_lateinit] = ACTIONS(4173), - [anon_sym_public] = ACTIONS(4173), - [anon_sym_private] = ACTIONS(4173), - [anon_sym_internal] = ACTIONS(4173), - [anon_sym_protected] = ACTIONS(4173), - [anon_sym_tailrec] = ACTIONS(4173), - [anon_sym_operator] = ACTIONS(4173), - [anon_sym_infix] = ACTIONS(4173), - [anon_sym_inline] = ACTIONS(4173), - [anon_sym_external] = ACTIONS(4173), - [sym_property_modifier] = ACTIONS(4173), - [anon_sym_abstract] = ACTIONS(4173), - [anon_sym_final] = ACTIONS(4173), - [anon_sym_open] = ACTIONS(4173), - [anon_sym_vararg] = ACTIONS(4173), - [anon_sym_noinline] = ACTIONS(4173), - [anon_sym_crossinline] = ACTIONS(4173), - [anon_sym_expect] = ACTIONS(4173), - [anon_sym_actual] = ACTIONS(4173), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4175), - [sym_safe_nav] = ACTIONS(4175), + [2857] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(3981), + [anon_sym_COLON] = ACTIONS(3976), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_EQ] = ACTIONS(3981), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_by] = ACTIONS(3976), + [anon_sym_LT] = ACTIONS(3981), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(3976), + [anon_sym_set] = ACTIONS(3976), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_AMP] = ACTIONS(3981), + [sym__quest] = ACTIONS(3981), + [anon_sym_STAR] = ACTIONS(3981), + [sym_label] = ACTIONS(3976), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_suspend] = ACTIONS(3976), + [anon_sym_sealed] = ACTIONS(3976), + [anon_sym_annotation] = ACTIONS(3976), + [anon_sym_data] = ACTIONS(3976), + [anon_sym_inner] = ACTIONS(3976), + [anon_sym_value] = ACTIONS(3976), + [anon_sym_override] = ACTIONS(3976), + [anon_sym_lateinit] = ACTIONS(3976), + [anon_sym_public] = ACTIONS(3976), + [anon_sym_private] = ACTIONS(3976), + [anon_sym_internal] = ACTIONS(3976), + [anon_sym_protected] = ACTIONS(3976), + [anon_sym_tailrec] = ACTIONS(3976), + [anon_sym_operator] = ACTIONS(3976), + [anon_sym_infix] = ACTIONS(3976), + [anon_sym_inline] = ACTIONS(3976), + [anon_sym_external] = ACTIONS(3976), + [sym_property_modifier] = ACTIONS(3976), + [anon_sym_abstract] = ACTIONS(3976), + [anon_sym_final] = ACTIONS(3976), + [anon_sym_open] = ACTIONS(3976), + [anon_sym_vararg] = ACTIONS(3976), + [anon_sym_noinline] = ACTIONS(3976), + [anon_sym_crossinline] = ACTIONS(3976), + [anon_sym_expect] = ACTIONS(3976), + [anon_sym_actual] = ACTIONS(3976), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(3981), + [sym__automatic_semicolon] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [2858] = { + [sym_getter] = STATE(3466), + [sym_setter] = STATE(3466), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2910] = { - [aux_sym_user_type_repeat1] = STATE(2905), - [sym__alpha_identifier] = ACTIONS(4153), - [anon_sym_AT] = ACTIONS(4155), - [anon_sym_LBRACK] = ACTIONS(4155), - [anon_sym_RBRACK] = ACTIONS(4155), - [anon_sym_as] = ACTIONS(4153), - [anon_sym_EQ] = ACTIONS(4153), - [anon_sym_LBRACE] = ACTIONS(4155), - [anon_sym_RBRACE] = ACTIONS(4155), - [anon_sym_LPAREN] = ACTIONS(4155), - [anon_sym_COMMA] = ACTIONS(4155), - [anon_sym_RPAREN] = ACTIONS(4155), - [anon_sym_by] = ACTIONS(4153), - [anon_sym_LT] = ACTIONS(4153), - [anon_sym_GT] = ACTIONS(4153), - [anon_sym_where] = ACTIONS(4153), - [anon_sym_DOT] = ACTIONS(6535), - [anon_sym_SEMI] = ACTIONS(4155), - [anon_sym_get] = ACTIONS(4153), - [anon_sym_set] = ACTIONS(4153), - [anon_sym_AMP] = ACTIONS(4153), - [sym__quest] = ACTIONS(4153), - [anon_sym_STAR] = ACTIONS(4153), - [anon_sym_DASH_GT] = ACTIONS(4155), - [sym_label] = ACTIONS(4155), - [anon_sym_in] = ACTIONS(4153), - [anon_sym_while] = ACTIONS(4153), - [anon_sym_DOT_DOT] = ACTIONS(4155), - [anon_sym_QMARK_COLON] = ACTIONS(4155), - [anon_sym_AMP_AMP] = ACTIONS(4155), - [anon_sym_PIPE_PIPE] = ACTIONS(4155), - [anon_sym_else] = ACTIONS(4153), - [anon_sym_COLON_COLON] = ACTIONS(4155), - [anon_sym_PLUS_EQ] = ACTIONS(4155), - [anon_sym_DASH_EQ] = ACTIONS(4155), - [anon_sym_STAR_EQ] = ACTIONS(4155), - [anon_sym_SLASH_EQ] = ACTIONS(4155), - [anon_sym_PERCENT_EQ] = ACTIONS(4155), - [anon_sym_BANG_EQ] = ACTIONS(4153), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4155), - [anon_sym_EQ_EQ] = ACTIONS(4153), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4155), - [anon_sym_LT_EQ] = ACTIONS(4155), - [anon_sym_GT_EQ] = ACTIONS(4155), - [anon_sym_BANGin] = ACTIONS(4155), - [anon_sym_is] = ACTIONS(4153), - [anon_sym_BANGis] = ACTIONS(4155), - [anon_sym_PLUS] = ACTIONS(4153), - [anon_sym_DASH] = ACTIONS(4153), - [anon_sym_SLASH] = ACTIONS(4153), - [anon_sym_PERCENT] = ACTIONS(4153), - [anon_sym_as_QMARK] = ACTIONS(4155), - [anon_sym_PLUS_PLUS] = ACTIONS(4155), - [anon_sym_DASH_DASH] = ACTIONS(4155), - [anon_sym_BANG_BANG] = ACTIONS(4155), - [anon_sym_suspend] = ACTIONS(4153), - [anon_sym_sealed] = ACTIONS(4153), - [anon_sym_annotation] = ACTIONS(4153), - [anon_sym_data] = ACTIONS(4153), - [anon_sym_inner] = ACTIONS(4153), - [anon_sym_value] = ACTIONS(4153), - [anon_sym_override] = ACTIONS(4153), - [anon_sym_lateinit] = ACTIONS(4153), - [anon_sym_public] = ACTIONS(4153), - [anon_sym_private] = ACTIONS(4153), - [anon_sym_internal] = ACTIONS(4153), - [anon_sym_protected] = ACTIONS(4153), - [anon_sym_tailrec] = ACTIONS(4153), - [anon_sym_operator] = ACTIONS(4153), - [anon_sym_infix] = ACTIONS(4153), - [anon_sym_inline] = ACTIONS(4153), - [anon_sym_external] = ACTIONS(4153), - [sym_property_modifier] = ACTIONS(4153), - [anon_sym_abstract] = ACTIONS(4153), - [anon_sym_final] = ACTIONS(4153), - [anon_sym_open] = ACTIONS(4153), - [anon_sym_vararg] = ACTIONS(4153), - [anon_sym_noinline] = ACTIONS(4153), - [anon_sym_crossinline] = ACTIONS(4153), - [anon_sym_expect] = ACTIONS(4153), - [anon_sym_actual] = ACTIONS(4153), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4155), - [sym_safe_nav] = ACTIONS(4155), + [2859] = { + [sym_type_constraints] = STATE(3038), + [sym_enum_class_body] = STATE(3259), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(3276), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), + }, + [2860] = { + [sym_getter] = STATE(4702), + [sym_setter] = STATE(4702), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_RPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(4635), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_while] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2911] = { - [sym_function_body] = STATE(3159), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(4183), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), + [2861] = { + [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_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(4309), + [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), + [anon_sym_STAR] = ACTIONS(4309), + [anon_sym_DASH_GT] = ACTIONS(4311), + [sym_label] = ACTIONS(4309), + [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_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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4311), + [anon_sym_super_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_safe_nav] = ACTIONS(4311), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4311), }, - [2912] = { - [sym_getter] = STATE(3978), - [sym_setter] = STATE(3978), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2862] = { + [sym_getter] = STATE(3492), + [sym_setter] = STATE(3492), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6264), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), + [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), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), + [sym_multiline_comment] = ACTIONS(3), + }, + [2863] = { + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(5143), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), [anon_sym_STAR] = ACTIONS(1734), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), [anon_sym_DOT_DOT] = ACTIONS(1734), [anon_sym_QMARK_COLON] = ACTIONS(1734), [anon_sym_AMP_AMP] = ACTIONS(1734), @@ -354337,46 +350031,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2913] = { - [sym_getter] = STATE(3978), - [sym_setter] = STATE(3978), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2864] = { + [sym_getter] = STATE(4880), + [sym_setter] = STATE(4880), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1734), [anon_sym_as] = ACTIONS(1732), [anon_sym_LBRACE] = ACTIONS(1734), [anon_sym_RBRACE] = ACTIONS(1734), [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), [anon_sym_LT] = ACTIONS(1732), [anon_sym_GT] = ACTIONS(1732), [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), + [anon_sym_SEMI] = ACTIONS(4641), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), [anon_sym_STAR] = ACTIONS(1734), [sym_label] = ACTIONS(1734), [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), [anon_sym_DOT_DOT] = ACTIONS(1734), [anon_sym_QMARK_COLON] = ACTIONS(1734), [anon_sym_AMP_AMP] = ACTIONS(1734), @@ -354424,1374 +350119,422 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [2914] = { - [sym__alpha_identifier] = ACTIONS(4455), - [anon_sym_AT] = ACTIONS(4457), - [anon_sym_LBRACK] = ACTIONS(4457), - [anon_sym_as] = ACTIONS(4455), - [anon_sym_EQ] = ACTIONS(4455), - [anon_sym_LBRACE] = ACTIONS(4457), - [anon_sym_RBRACE] = ACTIONS(4457), - [anon_sym_LPAREN] = ACTIONS(4457), - [anon_sym_COMMA] = ACTIONS(4457), - [anon_sym_LT] = ACTIONS(4455), - [anon_sym_GT] = ACTIONS(4455), - [anon_sym_where] = ACTIONS(4455), - [anon_sym_object] = ACTIONS(4455), - [anon_sym_fun] = ACTIONS(4455), - [anon_sym_DOT] = ACTIONS(4455), - [anon_sym_SEMI] = ACTIONS(4457), - [anon_sym_get] = ACTIONS(4455), - [anon_sym_set] = ACTIONS(4455), - [anon_sym_this] = ACTIONS(4455), - [anon_sym_super] = ACTIONS(4455), - [anon_sym_STAR] = ACTIONS(4455), - [sym_label] = ACTIONS(4455), - [anon_sym_in] = ACTIONS(4455), - [anon_sym_DOT_DOT] = ACTIONS(4457), - [anon_sym_QMARK_COLON] = ACTIONS(4457), - [anon_sym_AMP_AMP] = ACTIONS(4457), - [anon_sym_PIPE_PIPE] = ACTIONS(4457), - [anon_sym_null] = ACTIONS(4455), - [anon_sym_if] = ACTIONS(4455), - [anon_sym_else] = ACTIONS(4455), - [anon_sym_when] = ACTIONS(4455), - [anon_sym_try] = ACTIONS(4455), - [anon_sym_throw] = ACTIONS(4455), - [anon_sym_return] = ACTIONS(4455), - [anon_sym_continue] = ACTIONS(4455), - [anon_sym_break] = ACTIONS(4455), - [anon_sym_COLON_COLON] = ACTIONS(4457), - [anon_sym_PLUS_EQ] = ACTIONS(4457), - [anon_sym_DASH_EQ] = ACTIONS(4457), - [anon_sym_STAR_EQ] = ACTIONS(4457), - [anon_sym_SLASH_EQ] = ACTIONS(4457), - [anon_sym_PERCENT_EQ] = ACTIONS(4457), - [anon_sym_BANG_EQ] = ACTIONS(4455), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4457), - [anon_sym_EQ_EQ] = ACTIONS(4455), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4457), - [anon_sym_LT_EQ] = ACTIONS(4457), - [anon_sym_GT_EQ] = ACTIONS(4457), - [anon_sym_BANGin] = ACTIONS(4457), - [anon_sym_is] = ACTIONS(4455), - [anon_sym_BANGis] = ACTIONS(4457), - [anon_sym_PLUS] = ACTIONS(4455), - [anon_sym_DASH] = ACTIONS(4455), - [anon_sym_SLASH] = ACTIONS(4455), - [anon_sym_PERCENT] = ACTIONS(4455), - [anon_sym_as_QMARK] = ACTIONS(4457), - [anon_sym_PLUS_PLUS] = ACTIONS(4457), - [anon_sym_DASH_DASH] = ACTIONS(4457), - [anon_sym_BANG] = ACTIONS(4455), - [anon_sym_BANG_BANG] = ACTIONS(4457), - [anon_sym_data] = ACTIONS(4455), - [anon_sym_inner] = ACTIONS(4455), - [anon_sym_value] = ACTIONS(4455), - [anon_sym_expect] = ACTIONS(4455), - [anon_sym_actual] = ACTIONS(4455), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4457), - [anon_sym_continue_AT] = ACTIONS(4457), - [anon_sym_break_AT] = ACTIONS(4457), - [anon_sym_this_AT] = ACTIONS(4457), - [anon_sym_super_AT] = ACTIONS(4457), - [sym_real_literal] = ACTIONS(4457), - [sym_integer_literal] = ACTIONS(4455), - [sym_hex_literal] = ACTIONS(4457), - [sym_bin_literal] = ACTIONS(4457), - [aux_sym_unsigned_literal_token1] = ACTIONS(6538), - [anon_sym_L] = ACTIONS(6540), - [anon_sym_true] = ACTIONS(4455), - [anon_sym_false] = ACTIONS(4455), - [anon_sym_SQUOTE] = ACTIONS(4457), - [sym__backtick_identifier] = ACTIONS(4457), - [sym__automatic_semicolon] = ACTIONS(4457), - [sym_safe_nav] = ACTIONS(4457), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4457), - }, - [2915] = { - [aux_sym_user_type_repeat1] = STATE(2807), - [sym__alpha_identifier] = ACTIONS(4193), - [anon_sym_AT] = ACTIONS(4195), - [anon_sym_LBRACK] = ACTIONS(4195), - [anon_sym_as] = ACTIONS(4193), - [anon_sym_EQ] = ACTIONS(4193), - [anon_sym_LBRACE] = ACTIONS(4195), - [anon_sym_RBRACE] = ACTIONS(4195), - [anon_sym_LPAREN] = ACTIONS(4195), - [anon_sym_COMMA] = ACTIONS(4195), - [anon_sym_by] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4193), - [anon_sym_GT] = ACTIONS(4193), - [anon_sym_where] = ACTIONS(4193), - [anon_sym_object] = ACTIONS(4193), - [anon_sym_fun] = ACTIONS(4193), - [anon_sym_DOT] = ACTIONS(6542), - [anon_sym_SEMI] = ACTIONS(4195), - [anon_sym_get] = ACTIONS(4193), - [anon_sym_set] = ACTIONS(4193), - [anon_sym_this] = ACTIONS(4193), - [anon_sym_super] = ACTIONS(4193), - [anon_sym_STAR] = ACTIONS(4193), - [sym_label] = ACTIONS(4193), - [anon_sym_in] = ACTIONS(4193), - [anon_sym_DOT_DOT] = ACTIONS(4195), - [anon_sym_QMARK_COLON] = ACTIONS(4195), - [anon_sym_AMP_AMP] = ACTIONS(4195), - [anon_sym_PIPE_PIPE] = ACTIONS(4195), - [anon_sym_null] = ACTIONS(4193), - [anon_sym_if] = ACTIONS(4193), - [anon_sym_else] = ACTIONS(4193), - [anon_sym_when] = ACTIONS(4193), - [anon_sym_try] = ACTIONS(4193), - [anon_sym_throw] = ACTIONS(4193), - [anon_sym_return] = ACTIONS(4193), - [anon_sym_continue] = ACTIONS(4193), - [anon_sym_break] = ACTIONS(4193), - [anon_sym_COLON_COLON] = ACTIONS(4195), - [anon_sym_PLUS_EQ] = ACTIONS(4195), - [anon_sym_DASH_EQ] = ACTIONS(4195), - [anon_sym_STAR_EQ] = ACTIONS(4195), - [anon_sym_SLASH_EQ] = ACTIONS(4195), - [anon_sym_PERCENT_EQ] = ACTIONS(4195), - [anon_sym_BANG_EQ] = ACTIONS(4193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4195), - [anon_sym_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4195), - [anon_sym_LT_EQ] = ACTIONS(4195), - [anon_sym_GT_EQ] = ACTIONS(4195), - [anon_sym_BANGin] = ACTIONS(4195), - [anon_sym_is] = ACTIONS(4193), - [anon_sym_BANGis] = ACTIONS(4195), - [anon_sym_PLUS] = ACTIONS(4193), - [anon_sym_DASH] = ACTIONS(4193), - [anon_sym_SLASH] = ACTIONS(4193), - [anon_sym_PERCENT] = ACTIONS(4193), - [anon_sym_as_QMARK] = ACTIONS(4195), - [anon_sym_PLUS_PLUS] = ACTIONS(4195), - [anon_sym_DASH_DASH] = ACTIONS(4195), - [anon_sym_BANG] = ACTIONS(4193), - [anon_sym_BANG_BANG] = ACTIONS(4195), - [anon_sym_data] = ACTIONS(4193), - [anon_sym_inner] = ACTIONS(4193), - [anon_sym_value] = ACTIONS(4193), - [anon_sym_expect] = ACTIONS(4193), - [anon_sym_actual] = ACTIONS(4193), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4195), - [anon_sym_continue_AT] = ACTIONS(4195), - [anon_sym_break_AT] = ACTIONS(4195), - [anon_sym_this_AT] = ACTIONS(4195), - [anon_sym_super_AT] = ACTIONS(4195), - [sym_real_literal] = ACTIONS(4195), - [sym_integer_literal] = ACTIONS(4193), - [sym_hex_literal] = ACTIONS(4195), - [sym_bin_literal] = ACTIONS(4195), - [anon_sym_true] = ACTIONS(4193), - [anon_sym_false] = ACTIONS(4193), - [anon_sym_SQUOTE] = ACTIONS(4195), - [sym__backtick_identifier] = ACTIONS(4195), - [sym__automatic_semicolon] = ACTIONS(4195), - [sym_safe_nav] = ACTIONS(4195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4195), - }, - [2916] = { - [sym_type_constraints] = STATE(3267), - [sym_function_body] = STATE(3268), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [2917] = { - [sym_class_body] = STATE(3255), - [sym_type_constraints] = STATE(3006), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), - }, - [2918] = { - [aux_sym_user_type_repeat1] = STATE(2918), - [sym__alpha_identifier] = ACTIONS(4166), - [anon_sym_AT] = ACTIONS(4168), - [anon_sym_LBRACK] = ACTIONS(4168), - [anon_sym_EQ] = ACTIONS(4168), - [anon_sym_LBRACE] = ACTIONS(4168), - [anon_sym_RBRACE] = ACTIONS(4168), - [anon_sym_LPAREN] = ACTIONS(4168), - [anon_sym_COMMA] = ACTIONS(4168), - [anon_sym_by] = ACTIONS(4166), - [anon_sym_where] = ACTIONS(4166), - [anon_sym_object] = ACTIONS(4166), - [anon_sym_fun] = ACTIONS(4166), - [anon_sym_DOT] = ACTIONS(6545), - [anon_sym_SEMI] = ACTIONS(4168), - [anon_sym_get] = ACTIONS(4166), - [anon_sym_set] = ACTIONS(4166), - [anon_sym_this] = ACTIONS(4166), - [anon_sym_super] = ACTIONS(4166), - [anon_sym_AMP] = ACTIONS(4168), - [sym__quest] = ACTIONS(4168), - [anon_sym_STAR] = ACTIONS(4168), - [sym_label] = ACTIONS(4166), - [anon_sym_in] = ACTIONS(4166), - [anon_sym_null] = ACTIONS(4166), - [anon_sym_if] = ACTIONS(4166), - [anon_sym_else] = ACTIONS(4166), - [anon_sym_when] = ACTIONS(4166), - [anon_sym_try] = ACTIONS(4166), - [anon_sym_throw] = ACTIONS(4166), - [anon_sym_return] = ACTIONS(4166), - [anon_sym_continue] = ACTIONS(4166), - [anon_sym_break] = ACTIONS(4166), - [anon_sym_COLON_COLON] = ACTIONS(4168), - [anon_sym_BANGin] = ACTIONS(4168), - [anon_sym_is] = ACTIONS(4166), - [anon_sym_BANGis] = ACTIONS(4168), - [anon_sym_PLUS] = ACTIONS(4166), - [anon_sym_DASH] = ACTIONS(4166), - [anon_sym_PLUS_PLUS] = ACTIONS(4168), - [anon_sym_DASH_DASH] = ACTIONS(4168), - [anon_sym_BANG] = ACTIONS(4166), - [anon_sym_suspend] = ACTIONS(4166), - [anon_sym_sealed] = ACTIONS(4166), - [anon_sym_annotation] = ACTIONS(4166), - [anon_sym_data] = ACTIONS(4166), - [anon_sym_inner] = ACTIONS(4166), - [anon_sym_value] = ACTIONS(4166), - [anon_sym_override] = ACTIONS(4166), - [anon_sym_lateinit] = ACTIONS(4166), - [anon_sym_public] = ACTIONS(4166), - [anon_sym_private] = ACTIONS(4166), - [anon_sym_internal] = ACTIONS(4166), - [anon_sym_protected] = ACTIONS(4166), - [anon_sym_tailrec] = ACTIONS(4166), - [anon_sym_operator] = ACTIONS(4166), - [anon_sym_infix] = ACTIONS(4166), - [anon_sym_inline] = ACTIONS(4166), - [anon_sym_external] = ACTIONS(4166), - [sym_property_modifier] = ACTIONS(4166), - [anon_sym_abstract] = ACTIONS(4166), - [anon_sym_final] = ACTIONS(4166), - [anon_sym_open] = ACTIONS(4166), - [anon_sym_vararg] = ACTIONS(4166), - [anon_sym_noinline] = ACTIONS(4166), - [anon_sym_crossinline] = ACTIONS(4166), - [anon_sym_expect] = ACTIONS(4166), - [anon_sym_actual] = ACTIONS(4166), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4168), - [anon_sym_continue_AT] = ACTIONS(4168), - [anon_sym_break_AT] = ACTIONS(4168), - [anon_sym_this_AT] = ACTIONS(4168), - [anon_sym_super_AT] = ACTIONS(4168), - [sym_real_literal] = ACTIONS(4168), - [sym_integer_literal] = ACTIONS(4166), - [sym_hex_literal] = ACTIONS(4168), - [sym_bin_literal] = ACTIONS(4168), - [anon_sym_true] = ACTIONS(4166), - [anon_sym_false] = ACTIONS(4166), - [anon_sym_SQUOTE] = ACTIONS(4168), - [sym__backtick_identifier] = ACTIONS(4168), - [sym__automatic_semicolon] = ACTIONS(4168), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4168), - }, - [2919] = { - [sym_class_body] = STATE(3255), - [sym_type_constraints] = STATE(3006), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(6548), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), - }, - [2920] = { - [sym_function_body] = STATE(3121), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(4295), - [anon_sym_object] = ACTIONS(4295), - [anon_sym_fun] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_this] = ACTIONS(4295), - [anon_sym_super] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [sym_label] = ACTIONS(4295), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_null] = ACTIONS(4295), - [anon_sym_if] = ACTIONS(4295), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_when] = ACTIONS(4295), - [anon_sym_try] = ACTIONS(4295), - [anon_sym_throw] = ACTIONS(4295), - [anon_sym_return] = ACTIONS(4295), - [anon_sym_continue] = ACTIONS(4295), - [anon_sym_break] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), + [2865] = { + [sym_getter] = STATE(4697), + [sym_setter] = STATE(4697), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4297), - [anon_sym_continue_AT] = ACTIONS(4297), - [anon_sym_break_AT] = ACTIONS(4297), - [anon_sym_this_AT] = ACTIONS(4297), - [anon_sym_super_AT] = ACTIONS(4297), - [sym_real_literal] = ACTIONS(4297), - [sym_integer_literal] = ACTIONS(4295), - [sym_hex_literal] = ACTIONS(4297), - [sym_bin_literal] = ACTIONS(4297), - [anon_sym_true] = ACTIONS(4295), - [anon_sym_false] = ACTIONS(4295), - [anon_sym_SQUOTE] = ACTIONS(4297), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4297), - }, - [2921] = { - [sym_type_constraints] = STATE(3005), - [sym_enum_class_body] = STATE(3254), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_COLON] = ACTIONS(3336), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), - }, - [2922] = { - [sym__alpha_identifier] = ACTIONS(4451), - [anon_sym_AT] = ACTIONS(4453), - [anon_sym_LBRACK] = ACTIONS(4453), - [anon_sym_as] = ACTIONS(4451), - [anon_sym_EQ] = ACTIONS(4451), - [anon_sym_LBRACE] = ACTIONS(4453), - [anon_sym_RBRACE] = ACTIONS(4453), - [anon_sym_LPAREN] = ACTIONS(4453), - [anon_sym_COMMA] = ACTIONS(4453), - [anon_sym_LT] = ACTIONS(4451), - [anon_sym_GT] = ACTIONS(4451), - [anon_sym_where] = ACTIONS(4451), - [anon_sym_object] = ACTIONS(4451), - [anon_sym_fun] = ACTIONS(4451), - [anon_sym_DOT] = ACTIONS(4451), - [anon_sym_SEMI] = ACTIONS(4453), - [anon_sym_get] = ACTIONS(4451), - [anon_sym_set] = ACTIONS(4451), - [anon_sym_this] = ACTIONS(4451), - [anon_sym_super] = ACTIONS(4451), - [anon_sym_STAR] = ACTIONS(4451), - [sym_label] = ACTIONS(4451), - [anon_sym_in] = ACTIONS(4451), - [anon_sym_DOT_DOT] = ACTIONS(4453), - [anon_sym_QMARK_COLON] = ACTIONS(4453), - [anon_sym_AMP_AMP] = ACTIONS(4453), - [anon_sym_PIPE_PIPE] = ACTIONS(4453), - [anon_sym_null] = ACTIONS(4451), - [anon_sym_if] = ACTIONS(4451), - [anon_sym_else] = ACTIONS(4451), - [anon_sym_when] = ACTIONS(4451), - [anon_sym_try] = ACTIONS(4451), - [anon_sym_catch] = ACTIONS(4451), - [anon_sym_finally] = ACTIONS(4451), - [anon_sym_throw] = ACTIONS(4451), - [anon_sym_return] = ACTIONS(4451), - [anon_sym_continue] = ACTIONS(4451), - [anon_sym_break] = ACTIONS(4451), - [anon_sym_COLON_COLON] = ACTIONS(4453), - [anon_sym_PLUS_EQ] = ACTIONS(4453), - [anon_sym_DASH_EQ] = ACTIONS(4453), - [anon_sym_STAR_EQ] = ACTIONS(4453), - [anon_sym_SLASH_EQ] = ACTIONS(4453), - [anon_sym_PERCENT_EQ] = ACTIONS(4453), - [anon_sym_BANG_EQ] = ACTIONS(4451), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4453), - [anon_sym_EQ_EQ] = ACTIONS(4451), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4453), - [anon_sym_LT_EQ] = ACTIONS(4453), - [anon_sym_GT_EQ] = ACTIONS(4453), - [anon_sym_BANGin] = ACTIONS(4453), - [anon_sym_is] = ACTIONS(4451), - [anon_sym_BANGis] = ACTIONS(4453), - [anon_sym_PLUS] = ACTIONS(4451), - [anon_sym_DASH] = ACTIONS(4451), - [anon_sym_SLASH] = ACTIONS(4451), - [anon_sym_PERCENT] = ACTIONS(4451), - [anon_sym_as_QMARK] = ACTIONS(4453), - [anon_sym_PLUS_PLUS] = ACTIONS(4453), - [anon_sym_DASH_DASH] = ACTIONS(4453), - [anon_sym_BANG] = ACTIONS(4451), - [anon_sym_BANG_BANG] = ACTIONS(4453), - [anon_sym_data] = ACTIONS(4451), - [anon_sym_inner] = ACTIONS(4451), - [anon_sym_value] = ACTIONS(4451), - [anon_sym_expect] = ACTIONS(4451), - [anon_sym_actual] = ACTIONS(4451), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4453), - [anon_sym_continue_AT] = ACTIONS(4453), - [anon_sym_break_AT] = ACTIONS(4453), - [anon_sym_this_AT] = ACTIONS(4453), - [anon_sym_super_AT] = ACTIONS(4453), - [sym_real_literal] = ACTIONS(4453), - [sym_integer_literal] = ACTIONS(4451), - [sym_hex_literal] = ACTIONS(4453), - [sym_bin_literal] = ACTIONS(4453), - [anon_sym_true] = ACTIONS(4451), - [anon_sym_false] = ACTIONS(4451), - [anon_sym_SQUOTE] = ACTIONS(4453), - [sym__backtick_identifier] = ACTIONS(4453), - [sym__automatic_semicolon] = ACTIONS(4453), - [sym_safe_nav] = ACTIONS(4453), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4453), }, - [2923] = { - [sym_function_body] = STATE(3115), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(4299), - [anon_sym_object] = ACTIONS(4299), - [anon_sym_fun] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_this] = ACTIONS(4299), - [anon_sym_super] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [sym_label] = ACTIONS(4299), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_null] = ACTIONS(4299), - [anon_sym_if] = ACTIONS(4299), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_when] = ACTIONS(4299), - [anon_sym_try] = ACTIONS(4299), - [anon_sym_throw] = ACTIONS(4299), - [anon_sym_return] = ACTIONS(4299), - [anon_sym_continue] = ACTIONS(4299), - [anon_sym_break] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG] = ACTIONS(4299), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4301), - [anon_sym_continue_AT] = ACTIONS(4301), - [anon_sym_break_AT] = ACTIONS(4301), - [anon_sym_this_AT] = ACTIONS(4301), - [anon_sym_super_AT] = ACTIONS(4301), - [sym_real_literal] = ACTIONS(4301), - [sym_integer_literal] = ACTIONS(4299), - [sym_hex_literal] = ACTIONS(4301), - [sym_bin_literal] = ACTIONS(4301), - [anon_sym_true] = ACTIONS(4299), - [anon_sym_false] = ACTIONS(4299), - [anon_sym_SQUOTE] = ACTIONS(4301), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4301), + [2866] = { + [sym_class_body] = STATE(3249), + [sym_type_constraints] = STATE(3056), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(6493), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), }, - [2924] = { - [sym_class_body] = STATE(3241), - [sym_type_constraints] = STATE(3002), - [sym__alpha_identifier] = ACTIONS(4493), - [anon_sym_AT] = ACTIONS(4495), - [anon_sym_LBRACK] = ACTIONS(4495), - [anon_sym_as] = ACTIONS(4493), - [anon_sym_EQ] = ACTIONS(4493), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4495), - [anon_sym_LPAREN] = ACTIONS(4495), - [anon_sym_COMMA] = ACTIONS(4495), - [anon_sym_LT] = ACTIONS(4493), - [anon_sym_GT] = ACTIONS(4493), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4493), - [anon_sym_fun] = ACTIONS(4493), - [anon_sym_DOT] = ACTIONS(4493), - [anon_sym_SEMI] = ACTIONS(4495), - [anon_sym_get] = ACTIONS(4493), - [anon_sym_set] = ACTIONS(4493), - [anon_sym_this] = ACTIONS(4493), - [anon_sym_super] = ACTIONS(4493), - [anon_sym_STAR] = ACTIONS(4493), - [sym_label] = ACTIONS(4493), - [anon_sym_in] = ACTIONS(4493), - [anon_sym_DOT_DOT] = ACTIONS(4495), - [anon_sym_QMARK_COLON] = ACTIONS(4495), - [anon_sym_AMP_AMP] = ACTIONS(4495), - [anon_sym_PIPE_PIPE] = ACTIONS(4495), - [anon_sym_null] = ACTIONS(4493), - [anon_sym_if] = ACTIONS(4493), - [anon_sym_else] = ACTIONS(4493), - [anon_sym_when] = ACTIONS(4493), - [anon_sym_try] = ACTIONS(4493), - [anon_sym_throw] = ACTIONS(4493), - [anon_sym_return] = ACTIONS(4493), - [anon_sym_continue] = ACTIONS(4493), - [anon_sym_break] = ACTIONS(4493), - [anon_sym_COLON_COLON] = ACTIONS(4495), - [anon_sym_PLUS_EQ] = ACTIONS(4495), - [anon_sym_DASH_EQ] = ACTIONS(4495), - [anon_sym_STAR_EQ] = ACTIONS(4495), - [anon_sym_SLASH_EQ] = ACTIONS(4495), - [anon_sym_PERCENT_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ] = ACTIONS(4493), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ] = ACTIONS(4493), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), - [anon_sym_LT_EQ] = ACTIONS(4495), - [anon_sym_GT_EQ] = ACTIONS(4495), - [anon_sym_BANGin] = ACTIONS(4495), - [anon_sym_is] = ACTIONS(4493), - [anon_sym_BANGis] = ACTIONS(4495), - [anon_sym_PLUS] = ACTIONS(4493), - [anon_sym_DASH] = ACTIONS(4493), - [anon_sym_SLASH] = ACTIONS(4493), - [anon_sym_PERCENT] = ACTIONS(4493), - [anon_sym_as_QMARK] = ACTIONS(4495), - [anon_sym_PLUS_PLUS] = ACTIONS(4495), - [anon_sym_DASH_DASH] = ACTIONS(4495), - [anon_sym_BANG] = ACTIONS(4493), - [anon_sym_BANG_BANG] = ACTIONS(4495), - [anon_sym_data] = ACTIONS(4493), - [anon_sym_inner] = ACTIONS(4493), - [anon_sym_value] = ACTIONS(4493), - [anon_sym_expect] = ACTIONS(4493), - [anon_sym_actual] = ACTIONS(4493), + [2867] = { + [sym__alpha_identifier] = ACTIONS(4313), + [anon_sym_AT] = ACTIONS(4315), + [anon_sym_LBRACK] = ACTIONS(4315), + [anon_sym_as] = ACTIONS(4313), + [anon_sym_EQ] = ACTIONS(4313), + [anon_sym_LBRACE] = ACTIONS(4315), + [anon_sym_RBRACE] = ACTIONS(4315), + [anon_sym_LPAREN] = ACTIONS(4315), + [anon_sym_COMMA] = ACTIONS(4315), + [anon_sym_by] = ACTIONS(4313), + [anon_sym_LT] = ACTIONS(4313), + [anon_sym_GT] = ACTIONS(4313), + [anon_sym_where] = ACTIONS(4313), + [anon_sym_object] = ACTIONS(4313), + [anon_sym_fun] = ACTIONS(4313), + [anon_sym_DOT] = ACTIONS(4313), + [anon_sym_SEMI] = ACTIONS(4315), + [anon_sym_get] = ACTIONS(4313), + [anon_sym_set] = ACTIONS(4313), + [anon_sym_this] = ACTIONS(4313), + [anon_sym_super] = ACTIONS(4313), + [anon_sym_AMP] = ACTIONS(6495), + [sym__quest] = ACTIONS(4313), + [anon_sym_STAR] = ACTIONS(4313), + [sym_label] = ACTIONS(4313), + [anon_sym_in] = ACTIONS(4313), + [anon_sym_DOT_DOT] = ACTIONS(4315), + [anon_sym_QMARK_COLON] = ACTIONS(4315), + [anon_sym_AMP_AMP] = ACTIONS(4315), + [anon_sym_PIPE_PIPE] = ACTIONS(4315), + [anon_sym_null] = ACTIONS(4313), + [anon_sym_if] = ACTIONS(4313), + [anon_sym_else] = ACTIONS(4313), + [anon_sym_when] = ACTIONS(4313), + [anon_sym_try] = ACTIONS(4313), + [anon_sym_throw] = ACTIONS(4313), + [anon_sym_return] = ACTIONS(4313), + [anon_sym_continue] = ACTIONS(4313), + [anon_sym_break] = ACTIONS(4313), + [anon_sym_COLON_COLON] = ACTIONS(4315), + [anon_sym_PLUS_EQ] = ACTIONS(4315), + [anon_sym_DASH_EQ] = ACTIONS(4315), + [anon_sym_STAR_EQ] = ACTIONS(4315), + [anon_sym_SLASH_EQ] = ACTIONS(4315), + [anon_sym_PERCENT_EQ] = ACTIONS(4315), + [anon_sym_BANG_EQ] = ACTIONS(4313), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4315), + [anon_sym_EQ_EQ] = ACTIONS(4313), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4315), + [anon_sym_LT_EQ] = ACTIONS(4315), + [anon_sym_GT_EQ] = ACTIONS(4315), + [anon_sym_BANGin] = ACTIONS(4315), + [anon_sym_is] = ACTIONS(4313), + [anon_sym_BANGis] = ACTIONS(4315), + [anon_sym_PLUS] = ACTIONS(4313), + [anon_sym_DASH] = ACTIONS(4313), + [anon_sym_SLASH] = ACTIONS(4313), + [anon_sym_PERCENT] = ACTIONS(4313), + [anon_sym_as_QMARK] = ACTIONS(4315), + [anon_sym_PLUS_PLUS] = ACTIONS(4315), + [anon_sym_DASH_DASH] = ACTIONS(4315), + [anon_sym_BANG] = ACTIONS(4313), + [anon_sym_BANG_BANG] = ACTIONS(4315), + [anon_sym_data] = ACTIONS(4313), + [anon_sym_inner] = ACTIONS(4313), + [anon_sym_value] = ACTIONS(4313), + [anon_sym_expect] = ACTIONS(4313), + [anon_sym_actual] = ACTIONS(4313), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4495), - [anon_sym_continue_AT] = ACTIONS(4495), - [anon_sym_break_AT] = ACTIONS(4495), - [anon_sym_this_AT] = ACTIONS(4495), - [anon_sym_super_AT] = ACTIONS(4495), - [sym_real_literal] = ACTIONS(4495), - [sym_integer_literal] = ACTIONS(4493), - [sym_hex_literal] = ACTIONS(4495), - [sym_bin_literal] = ACTIONS(4495), - [anon_sym_true] = ACTIONS(4493), - [anon_sym_false] = ACTIONS(4493), - [anon_sym_SQUOTE] = ACTIONS(4495), - [sym__backtick_identifier] = ACTIONS(4495), - [sym__automatic_semicolon] = ACTIONS(4495), - [sym_safe_nav] = ACTIONS(4495), + [anon_sym_return_AT] = ACTIONS(4315), + [anon_sym_continue_AT] = ACTIONS(4315), + [anon_sym_break_AT] = ACTIONS(4315), + [anon_sym_this_AT] = ACTIONS(4315), + [anon_sym_super_AT] = ACTIONS(4315), + [sym_real_literal] = ACTIONS(4315), + [sym_integer_literal] = ACTIONS(4313), + [sym_hex_literal] = ACTIONS(4315), + [sym_bin_literal] = ACTIONS(4315), + [anon_sym_true] = ACTIONS(4313), + [anon_sym_false] = ACTIONS(4313), + [anon_sym_SQUOTE] = ACTIONS(4315), + [sym__backtick_identifier] = ACTIONS(4315), + [sym__automatic_semicolon] = ACTIONS(4315), + [sym_safe_nav] = ACTIONS(4315), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4495), - }, - [2925] = { - [sym_type_constraints] = STATE(3001), - [sym_enum_class_body] = STATE(3239), - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4463), - [anon_sym_fun] = ACTIONS(4463), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_this] = ACTIONS(4463), - [anon_sym_super] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [sym_label] = ACTIONS(4463), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_null] = ACTIONS(4463), - [anon_sym_if] = ACTIONS(4463), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_when] = ACTIONS(4463), - [anon_sym_try] = ACTIONS(4463), - [anon_sym_throw] = ACTIONS(4463), - [anon_sym_return] = ACTIONS(4463), - [anon_sym_continue] = ACTIONS(4463), - [anon_sym_break] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG] = ACTIONS(4463), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4465), - [anon_sym_continue_AT] = ACTIONS(4465), - [anon_sym_break_AT] = ACTIONS(4465), - [anon_sym_this_AT] = ACTIONS(4465), - [anon_sym_super_AT] = ACTIONS(4465), - [sym_real_literal] = ACTIONS(4465), - [sym_integer_literal] = ACTIONS(4463), - [sym_hex_literal] = ACTIONS(4465), - [sym_bin_literal] = ACTIONS(4465), - [anon_sym_true] = ACTIONS(4463), - [anon_sym_false] = ACTIONS(4463), - [anon_sym_SQUOTE] = ACTIONS(4465), - [sym__backtick_identifier] = ACTIONS(4465), - [sym__automatic_semicolon] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4465), + [sym__string_start] = ACTIONS(4315), }, - [2926] = { - [sym_type_arguments] = STATE(6538), - [sym__alpha_identifier] = ACTIONS(4122), - [anon_sym_AT] = ACTIONS(4124), - [anon_sym_COLON] = ACTIONS(6550), - [anon_sym_LBRACK] = ACTIONS(4124), - [anon_sym_EQ] = ACTIONS(4124), - [anon_sym_LBRACE] = ACTIONS(4124), - [anon_sym_RBRACE] = ACTIONS(4124), - [anon_sym_LPAREN] = ACTIONS(4124), - [anon_sym_by] = ACTIONS(4122), - [anon_sym_LT] = ACTIONS(6552), - [anon_sym_where] = ACTIONS(4122), - [anon_sym_object] = ACTIONS(4122), - [anon_sym_fun] = ACTIONS(4122), - [anon_sym_DOT] = ACTIONS(4128), - [anon_sym_SEMI] = ACTIONS(4124), - [anon_sym_get] = ACTIONS(4122), - [anon_sym_set] = ACTIONS(4122), - [anon_sym_this] = ACTIONS(4122), - [anon_sym_super] = ACTIONS(4122), - [sym__quest] = ACTIONS(4189), - [anon_sym_STAR] = ACTIONS(4124), - [sym_label] = ACTIONS(4122), - [anon_sym_in] = ACTIONS(4122), - [anon_sym_null] = ACTIONS(4122), - [anon_sym_if] = ACTIONS(4122), - [anon_sym_else] = ACTIONS(4122), - [anon_sym_when] = ACTIONS(4122), - [anon_sym_try] = ACTIONS(4122), - [anon_sym_throw] = ACTIONS(4122), - [anon_sym_return] = ACTIONS(4122), - [anon_sym_continue] = ACTIONS(4122), - [anon_sym_break] = ACTIONS(4122), - [anon_sym_COLON_COLON] = ACTIONS(4124), - [anon_sym_BANGin] = ACTIONS(4124), - [anon_sym_is] = ACTIONS(4122), - [anon_sym_BANGis] = ACTIONS(4124), - [anon_sym_PLUS] = ACTIONS(4122), - [anon_sym_DASH] = ACTIONS(4122), - [anon_sym_PLUS_PLUS] = ACTIONS(4124), - [anon_sym_DASH_DASH] = ACTIONS(4124), - [anon_sym_BANG] = ACTIONS(4122), - [anon_sym_suspend] = ACTIONS(4122), - [anon_sym_sealed] = ACTIONS(4122), - [anon_sym_annotation] = ACTIONS(4122), - [anon_sym_data] = ACTIONS(4122), - [anon_sym_inner] = ACTIONS(4122), - [anon_sym_value] = ACTIONS(4122), - [anon_sym_override] = ACTIONS(4122), - [anon_sym_lateinit] = ACTIONS(4122), - [anon_sym_public] = ACTIONS(4122), - [anon_sym_private] = ACTIONS(4122), - [anon_sym_internal] = ACTIONS(4122), - [anon_sym_protected] = ACTIONS(4122), - [anon_sym_tailrec] = ACTIONS(4122), - [anon_sym_operator] = ACTIONS(4122), - [anon_sym_infix] = ACTIONS(4122), - [anon_sym_inline] = ACTIONS(4122), - [anon_sym_external] = ACTIONS(4122), - [sym_property_modifier] = ACTIONS(4122), - [anon_sym_abstract] = ACTIONS(4122), - [anon_sym_final] = ACTIONS(4122), - [anon_sym_open] = ACTIONS(4122), - [anon_sym_vararg] = ACTIONS(4122), - [anon_sym_noinline] = ACTIONS(4122), - [anon_sym_crossinline] = ACTIONS(4122), - [anon_sym_expect] = ACTIONS(4122), - [anon_sym_actual] = ACTIONS(4122), + [2868] = { + [sym_getter] = STATE(3474), + [sym_setter] = STATE(3474), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(4661), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4124), - [anon_sym_continue_AT] = ACTIONS(4124), - [anon_sym_break_AT] = ACTIONS(4124), - [anon_sym_this_AT] = ACTIONS(4124), - [anon_sym_super_AT] = ACTIONS(4124), - [sym_real_literal] = ACTIONS(4124), - [sym_integer_literal] = ACTIONS(4122), - [sym_hex_literal] = ACTIONS(4124), - [sym_bin_literal] = ACTIONS(4124), - [anon_sym_true] = ACTIONS(4122), - [anon_sym_false] = ACTIONS(4122), - [anon_sym_SQUOTE] = ACTIONS(4124), - [sym__backtick_identifier] = ACTIONS(4124), - [sym__automatic_semicolon] = ACTIONS(4124), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4124), - }, - [2927] = { - [sym_function_body] = STATE(3110), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_COMMA] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_where] = ACTIONS(4439), - [anon_sym_object] = ACTIONS(4439), - [anon_sym_fun] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_this] = ACTIONS(4439), - [anon_sym_super] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4439), - [sym_label] = ACTIONS(4439), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_null] = ACTIONS(4439), - [anon_sym_if] = ACTIONS(4439), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_when] = ACTIONS(4439), - [anon_sym_try] = ACTIONS(4439), - [anon_sym_throw] = ACTIONS(4439), - [anon_sym_return] = ACTIONS(4439), - [anon_sym_continue] = ACTIONS(4439), - [anon_sym_break] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_PLUS_EQ] = ACTIONS(4441), - [anon_sym_DASH_EQ] = ACTIONS(4441), - [anon_sym_STAR_EQ] = ACTIONS(4441), - [anon_sym_SLASH_EQ] = ACTIONS(4441), - [anon_sym_PERCENT_EQ] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4439), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG] = ACTIONS(4439), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4441), - [anon_sym_continue_AT] = ACTIONS(4441), - [anon_sym_break_AT] = ACTIONS(4441), - [anon_sym_this_AT] = ACTIONS(4441), - [anon_sym_super_AT] = ACTIONS(4441), - [sym_real_literal] = ACTIONS(4441), - [sym_integer_literal] = ACTIONS(4439), - [sym_hex_literal] = ACTIONS(4441), - [sym_bin_literal] = ACTIONS(4441), - [anon_sym_true] = ACTIONS(4439), - [anon_sym_false] = ACTIONS(4439), - [anon_sym_SQUOTE] = ACTIONS(4441), - [sym__backtick_identifier] = ACTIONS(4441), - [sym__automatic_semicolon] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4441), - }, - [2928] = { - [aux_sym_user_type_repeat1] = STATE(2918), - [sym__alpha_identifier] = ACTIONS(4153), - [anon_sym_AT] = ACTIONS(4155), - [anon_sym_LBRACK] = ACTIONS(4155), - [anon_sym_EQ] = ACTIONS(4155), - [anon_sym_LBRACE] = ACTIONS(4155), - [anon_sym_RBRACE] = ACTIONS(4155), - [anon_sym_LPAREN] = ACTIONS(4155), - [anon_sym_COMMA] = ACTIONS(4155), - [anon_sym_by] = ACTIONS(4153), - [anon_sym_where] = ACTIONS(4153), - [anon_sym_object] = ACTIONS(4153), - [anon_sym_fun] = ACTIONS(4153), - [anon_sym_DOT] = ACTIONS(6554), - [anon_sym_SEMI] = ACTIONS(4155), - [anon_sym_get] = ACTIONS(4153), - [anon_sym_set] = ACTIONS(4153), - [anon_sym_this] = ACTIONS(4153), - [anon_sym_super] = ACTIONS(4153), - [anon_sym_AMP] = ACTIONS(4155), - [sym__quest] = ACTIONS(4155), - [anon_sym_STAR] = ACTIONS(4155), - [sym_label] = ACTIONS(4153), - [anon_sym_in] = ACTIONS(4153), - [anon_sym_null] = ACTIONS(4153), - [anon_sym_if] = ACTIONS(4153), - [anon_sym_else] = ACTIONS(4153), - [anon_sym_when] = ACTIONS(4153), - [anon_sym_try] = ACTIONS(4153), - [anon_sym_throw] = ACTIONS(4153), - [anon_sym_return] = ACTIONS(4153), - [anon_sym_continue] = ACTIONS(4153), - [anon_sym_break] = ACTIONS(4153), - [anon_sym_COLON_COLON] = ACTIONS(4155), - [anon_sym_BANGin] = ACTIONS(4155), - [anon_sym_is] = ACTIONS(4153), - [anon_sym_BANGis] = ACTIONS(4155), - [anon_sym_PLUS] = ACTIONS(4153), - [anon_sym_DASH] = ACTIONS(4153), - [anon_sym_PLUS_PLUS] = ACTIONS(4155), - [anon_sym_DASH_DASH] = ACTIONS(4155), - [anon_sym_BANG] = ACTIONS(4153), - [anon_sym_suspend] = ACTIONS(4153), - [anon_sym_sealed] = ACTIONS(4153), - [anon_sym_annotation] = ACTIONS(4153), - [anon_sym_data] = ACTIONS(4153), - [anon_sym_inner] = ACTIONS(4153), - [anon_sym_value] = ACTIONS(4153), - [anon_sym_override] = ACTIONS(4153), - [anon_sym_lateinit] = ACTIONS(4153), - [anon_sym_public] = ACTIONS(4153), - [anon_sym_private] = ACTIONS(4153), - [anon_sym_internal] = ACTIONS(4153), - [anon_sym_protected] = ACTIONS(4153), - [anon_sym_tailrec] = ACTIONS(4153), - [anon_sym_operator] = ACTIONS(4153), - [anon_sym_infix] = ACTIONS(4153), - [anon_sym_inline] = ACTIONS(4153), - [anon_sym_external] = ACTIONS(4153), - [sym_property_modifier] = ACTIONS(4153), - [anon_sym_abstract] = ACTIONS(4153), - [anon_sym_final] = ACTIONS(4153), - [anon_sym_open] = ACTIONS(4153), - [anon_sym_vararg] = ACTIONS(4153), - [anon_sym_noinline] = ACTIONS(4153), - [anon_sym_crossinline] = ACTIONS(4153), - [anon_sym_expect] = ACTIONS(4153), - [anon_sym_actual] = ACTIONS(4153), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4155), - [anon_sym_continue_AT] = ACTIONS(4155), - [anon_sym_break_AT] = ACTIONS(4155), - [anon_sym_this_AT] = ACTIONS(4155), - [anon_sym_super_AT] = ACTIONS(4155), - [sym_real_literal] = ACTIONS(4155), - [sym_integer_literal] = ACTIONS(4153), - [sym_hex_literal] = ACTIONS(4155), - [sym_bin_literal] = ACTIONS(4155), - [anon_sym_true] = ACTIONS(4153), - [anon_sym_false] = ACTIONS(4153), - [anon_sym_SQUOTE] = ACTIONS(4155), - [sym__backtick_identifier] = ACTIONS(4155), - [sym__automatic_semicolon] = ACTIONS(4155), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4155), }, - [2929] = { - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(5157), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2869] = { + [sym_getter] = STATE(3474), + [sym_setter] = STATE(3474), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(6266), + [anon_sym_set] = ACTIONS(6268), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -355816,69 +350559,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2930] = { - [sym_getter] = STATE(3902), - [sym_setter] = STATE(3902), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2870] = { + [sym_getter] = STATE(3492), + [sym_setter] = STATE(3492), + [sym_modifiers] = STATE(9112), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6266), + [anon_sym_set] = ACTIONS(6268), + [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), @@ -355903,133 +350647,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2931] = { - [aux_sym_user_type_repeat1] = STATE(2910), - [sym__alpha_identifier] = ACTIONS(4193), - [anon_sym_AT] = ACTIONS(4195), - [anon_sym_LBRACK] = ACTIONS(4195), - [anon_sym_RBRACK] = ACTIONS(4195), - [anon_sym_as] = ACTIONS(4193), - [anon_sym_EQ] = ACTIONS(4193), - [anon_sym_LBRACE] = ACTIONS(4195), - [anon_sym_RBRACE] = ACTIONS(4195), - [anon_sym_LPAREN] = ACTIONS(4195), - [anon_sym_COMMA] = ACTIONS(4195), - [anon_sym_RPAREN] = ACTIONS(4195), - [anon_sym_by] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4193), - [anon_sym_GT] = ACTIONS(4193), - [anon_sym_where] = ACTIONS(4193), - [anon_sym_DOT] = ACTIONS(6556), - [anon_sym_SEMI] = ACTIONS(4195), - [anon_sym_get] = ACTIONS(4193), - [anon_sym_set] = ACTIONS(4193), - [anon_sym_AMP] = ACTIONS(4193), - [sym__quest] = ACTIONS(4193), - [anon_sym_STAR] = ACTIONS(4193), - [anon_sym_DASH_GT] = ACTIONS(4195), - [sym_label] = ACTIONS(4195), - [anon_sym_in] = ACTIONS(4193), - [anon_sym_while] = ACTIONS(4193), - [anon_sym_DOT_DOT] = ACTIONS(4195), - [anon_sym_QMARK_COLON] = ACTIONS(4195), - [anon_sym_AMP_AMP] = ACTIONS(4195), - [anon_sym_PIPE_PIPE] = ACTIONS(4195), - [anon_sym_else] = ACTIONS(4193), - [anon_sym_COLON_COLON] = ACTIONS(4195), - [anon_sym_PLUS_EQ] = ACTIONS(4195), - [anon_sym_DASH_EQ] = ACTIONS(4195), - [anon_sym_STAR_EQ] = ACTIONS(4195), - [anon_sym_SLASH_EQ] = ACTIONS(4195), - [anon_sym_PERCENT_EQ] = ACTIONS(4195), - [anon_sym_BANG_EQ] = ACTIONS(4193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4195), - [anon_sym_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4195), - [anon_sym_LT_EQ] = ACTIONS(4195), - [anon_sym_GT_EQ] = ACTIONS(4195), - [anon_sym_BANGin] = ACTIONS(4195), - [anon_sym_is] = ACTIONS(4193), - [anon_sym_BANGis] = ACTIONS(4195), - [anon_sym_PLUS] = ACTIONS(4193), - [anon_sym_DASH] = ACTIONS(4193), - [anon_sym_SLASH] = ACTIONS(4193), - [anon_sym_PERCENT] = ACTIONS(4193), - [anon_sym_as_QMARK] = ACTIONS(4195), - [anon_sym_PLUS_PLUS] = ACTIONS(4195), - [anon_sym_DASH_DASH] = ACTIONS(4195), - [anon_sym_BANG_BANG] = ACTIONS(4195), - [anon_sym_suspend] = ACTIONS(4193), - [anon_sym_sealed] = ACTIONS(4193), - [anon_sym_annotation] = ACTIONS(4193), - [anon_sym_data] = ACTIONS(4193), - [anon_sym_inner] = ACTIONS(4193), - [anon_sym_value] = ACTIONS(4193), - [anon_sym_override] = ACTIONS(4193), - [anon_sym_lateinit] = ACTIONS(4193), - [anon_sym_public] = ACTIONS(4193), - [anon_sym_private] = ACTIONS(4193), - [anon_sym_internal] = ACTIONS(4193), - [anon_sym_protected] = ACTIONS(4193), - [anon_sym_tailrec] = ACTIONS(4193), - [anon_sym_operator] = ACTIONS(4193), - [anon_sym_infix] = ACTIONS(4193), - [anon_sym_inline] = ACTIONS(4193), - [anon_sym_external] = ACTIONS(4193), - [sym_property_modifier] = ACTIONS(4193), - [anon_sym_abstract] = ACTIONS(4193), - [anon_sym_final] = ACTIONS(4193), - [anon_sym_open] = ACTIONS(4193), - [anon_sym_vararg] = ACTIONS(4193), - [anon_sym_noinline] = ACTIONS(4193), - [anon_sym_crossinline] = ACTIONS(4193), - [anon_sym_expect] = ACTIONS(4193), - [anon_sym_actual] = ACTIONS(4193), + [2871] = { + [sym_getter] = STATE(4825), + [sym_setter] = STATE(4825), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_RPAREN] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [anon_sym_STAR] = ACTIONS(3422), + [sym_label] = ACTIONS(3422), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_while] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3422), + [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(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4195), - [sym_safe_nav] = ACTIONS(4195), + [sym__backtick_identifier] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), [sym_multiline_comment] = ACTIONS(3), }, - [2932] = { - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2872] = { + [sym_getter] = STATE(4807), + [sym_setter] = STATE(4807), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1792), [anon_sym_as] = ACTIONS(1790), [anon_sym_LBRACE] = ACTIONS(1792), [anon_sym_RBRACE] = ACTIONS(1792), [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_RPAREN] = ACTIONS(1792), [anon_sym_LT] = ACTIONS(1790), [anon_sym_GT] = ACTIONS(1790), [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(5016), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), [anon_sym_STAR] = ACTIONS(1792), [sym_label] = ACTIONS(1792), [anon_sym_in] = ACTIONS(1790), + [anon_sym_while] = ACTIONS(1790), [anon_sym_DOT_DOT] = ACTIONS(1792), [anon_sym_QMARK_COLON] = ACTIONS(1792), [anon_sym_AMP_AMP] = ACTIONS(1792), @@ -356077,1026 +350823,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), }, - [2933] = { - [sym_class_body] = STATE(3239), - [sym_type_constraints] = STATE(2997), - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4463), - [anon_sym_fun] = ACTIONS(4463), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_this] = ACTIONS(4463), - [anon_sym_super] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [sym_label] = ACTIONS(4463), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_null] = ACTIONS(4463), - [anon_sym_if] = ACTIONS(4463), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_when] = ACTIONS(4463), - [anon_sym_try] = ACTIONS(4463), - [anon_sym_throw] = ACTIONS(4463), - [anon_sym_return] = ACTIONS(4463), - [anon_sym_continue] = ACTIONS(4463), - [anon_sym_break] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG] = ACTIONS(4463), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4465), - [anon_sym_continue_AT] = ACTIONS(4465), - [anon_sym_break_AT] = ACTIONS(4465), - [anon_sym_this_AT] = ACTIONS(4465), - [anon_sym_super_AT] = ACTIONS(4465), - [sym_real_literal] = ACTIONS(4465), - [sym_integer_literal] = ACTIONS(4463), - [sym_hex_literal] = ACTIONS(4465), - [sym_bin_literal] = ACTIONS(4465), - [anon_sym_true] = ACTIONS(4463), - [anon_sym_false] = ACTIONS(4463), - [anon_sym_SQUOTE] = ACTIONS(4465), - [sym__backtick_identifier] = ACTIONS(4465), - [sym__automatic_semicolon] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4465), - }, - [2934] = { - [sym__alpha_identifier] = ACTIONS(4345), - [anon_sym_AT] = ACTIONS(4347), - [anon_sym_LBRACK] = ACTIONS(4347), - [anon_sym_as] = ACTIONS(4345), - [anon_sym_EQ] = ACTIONS(4345), - [anon_sym_LBRACE] = ACTIONS(4347), - [anon_sym_RBRACE] = ACTIONS(4347), - [anon_sym_LPAREN] = ACTIONS(4347), - [anon_sym_COMMA] = ACTIONS(4347), - [anon_sym_LT] = ACTIONS(4345), - [anon_sym_GT] = ACTIONS(4345), - [anon_sym_where] = ACTIONS(4345), - [anon_sym_object] = ACTIONS(4345), - [anon_sym_fun] = ACTIONS(4345), - [anon_sym_DOT] = ACTIONS(4345), - [anon_sym_SEMI] = ACTIONS(4347), - [anon_sym_get] = ACTIONS(4345), - [anon_sym_set] = ACTIONS(4345), - [anon_sym_this] = ACTIONS(4345), - [anon_sym_super] = ACTIONS(4345), - [anon_sym_STAR] = ACTIONS(4345), - [sym_label] = ACTIONS(4345), - [anon_sym_in] = ACTIONS(4345), - [anon_sym_DOT_DOT] = ACTIONS(4347), - [anon_sym_QMARK_COLON] = ACTIONS(4347), - [anon_sym_AMP_AMP] = ACTIONS(4347), - [anon_sym_PIPE_PIPE] = ACTIONS(4347), - [anon_sym_null] = ACTIONS(4345), - [anon_sym_if] = ACTIONS(4345), - [anon_sym_else] = ACTIONS(4345), - [anon_sym_when] = ACTIONS(4345), - [anon_sym_try] = ACTIONS(4345), - [anon_sym_catch] = ACTIONS(4345), - [anon_sym_finally] = ACTIONS(4345), - [anon_sym_throw] = ACTIONS(4345), - [anon_sym_return] = ACTIONS(4345), - [anon_sym_continue] = ACTIONS(4345), - [anon_sym_break] = ACTIONS(4345), - [anon_sym_COLON_COLON] = ACTIONS(4347), - [anon_sym_PLUS_EQ] = ACTIONS(4347), - [anon_sym_DASH_EQ] = ACTIONS(4347), - [anon_sym_STAR_EQ] = ACTIONS(4347), - [anon_sym_SLASH_EQ] = ACTIONS(4347), - [anon_sym_PERCENT_EQ] = ACTIONS(4347), - [anon_sym_BANG_EQ] = ACTIONS(4345), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4347), - [anon_sym_EQ_EQ] = ACTIONS(4345), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4347), - [anon_sym_LT_EQ] = ACTIONS(4347), - [anon_sym_GT_EQ] = ACTIONS(4347), - [anon_sym_BANGin] = ACTIONS(4347), - [anon_sym_is] = ACTIONS(4345), - [anon_sym_BANGis] = ACTIONS(4347), - [anon_sym_PLUS] = ACTIONS(4345), - [anon_sym_DASH] = ACTIONS(4345), - [anon_sym_SLASH] = ACTIONS(4345), - [anon_sym_PERCENT] = ACTIONS(4345), - [anon_sym_as_QMARK] = ACTIONS(4347), - [anon_sym_PLUS_PLUS] = ACTIONS(4347), - [anon_sym_DASH_DASH] = ACTIONS(4347), - [anon_sym_BANG] = ACTIONS(4345), - [anon_sym_BANG_BANG] = ACTIONS(4347), - [anon_sym_data] = ACTIONS(4345), - [anon_sym_inner] = ACTIONS(4345), - [anon_sym_value] = ACTIONS(4345), - [anon_sym_expect] = ACTIONS(4345), - [anon_sym_actual] = ACTIONS(4345), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4347), - [anon_sym_continue_AT] = ACTIONS(4347), - [anon_sym_break_AT] = ACTIONS(4347), - [anon_sym_this_AT] = ACTIONS(4347), - [anon_sym_super_AT] = ACTIONS(4347), - [sym_real_literal] = ACTIONS(4347), - [sym_integer_literal] = ACTIONS(4345), - [sym_hex_literal] = ACTIONS(4347), - [sym_bin_literal] = ACTIONS(4347), - [anon_sym_true] = ACTIONS(4345), - [anon_sym_false] = ACTIONS(4345), - [anon_sym_SQUOTE] = ACTIONS(4347), - [sym__backtick_identifier] = ACTIONS(4347), - [sym__automatic_semicolon] = ACTIONS(4347), - [sym_safe_nav] = ACTIONS(4347), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4347), - }, - [2935] = { - [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(4487), - [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_catch] = ACTIONS(4485), - [anon_sym_finally] = 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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4487), - [anon_sym_super_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), - }, - [2936] = { - [sym_type_constraints] = STATE(2996), - [sym_enum_class_body] = STATE(3200), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4321), - [anon_sym_fun] = ACTIONS(4321), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_this] = ACTIONS(4321), - [anon_sym_super] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [sym_label] = ACTIONS(4321), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_null] = ACTIONS(4321), - [anon_sym_if] = ACTIONS(4321), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_when] = ACTIONS(4321), - [anon_sym_try] = ACTIONS(4321), - [anon_sym_throw] = ACTIONS(4321), - [anon_sym_return] = ACTIONS(4321), - [anon_sym_continue] = ACTIONS(4321), - [anon_sym_break] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG] = ACTIONS(4321), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4323), - [anon_sym_continue_AT] = ACTIONS(4323), - [anon_sym_break_AT] = ACTIONS(4323), - [anon_sym_this_AT] = ACTIONS(4323), - [anon_sym_super_AT] = ACTIONS(4323), - [sym_real_literal] = ACTIONS(4323), - [sym_integer_literal] = ACTIONS(4321), - [sym_hex_literal] = ACTIONS(4323), - [sym_bin_literal] = ACTIONS(4323), - [anon_sym_true] = ACTIONS(4321), - [anon_sym_false] = ACTIONS(4321), - [anon_sym_SQUOTE] = ACTIONS(4323), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4323), - }, - [2937] = { - [sym_type_constraints] = STATE(2996), - [sym_enum_class_body] = STATE(3200), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_COLON] = ACTIONS(6559), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4321), - [anon_sym_fun] = ACTIONS(4321), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_this] = ACTIONS(4321), - [anon_sym_super] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [sym_label] = ACTIONS(4321), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_null] = ACTIONS(4321), - [anon_sym_if] = ACTIONS(4321), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_when] = ACTIONS(4321), - [anon_sym_try] = ACTIONS(4321), - [anon_sym_throw] = ACTIONS(4321), - [anon_sym_return] = ACTIONS(4321), - [anon_sym_continue] = ACTIONS(4321), - [anon_sym_break] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG] = ACTIONS(4321), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4323), - [anon_sym_continue_AT] = ACTIONS(4323), - [anon_sym_break_AT] = ACTIONS(4323), - [anon_sym_this_AT] = ACTIONS(4323), - [anon_sym_super_AT] = ACTIONS(4323), - [sym_real_literal] = ACTIONS(4323), - [sym_integer_literal] = ACTIONS(4321), - [sym_hex_literal] = ACTIONS(4323), - [sym_bin_literal] = ACTIONS(4323), - [anon_sym_true] = ACTIONS(4321), - [anon_sym_false] = ACTIONS(4321), - [anon_sym_SQUOTE] = ACTIONS(4323), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4323), - }, - [2938] = { - [sym_type_arguments] = STATE(6538), - [sym__alpha_identifier] = ACTIONS(4122), - [anon_sym_AT] = ACTIONS(4124), - [anon_sym_COLON] = ACTIONS(6561), - [anon_sym_LBRACK] = ACTIONS(4124), - [anon_sym_RBRACK] = ACTIONS(4124), - [anon_sym_as] = ACTIONS(4122), - [anon_sym_EQ] = ACTIONS(4122), - [anon_sym_LBRACE] = ACTIONS(4124), - [anon_sym_RBRACE] = ACTIONS(4124), - [anon_sym_LPAREN] = ACTIONS(4124), - [anon_sym_COMMA] = ACTIONS(4124), - [anon_sym_RPAREN] = ACTIONS(4124), - [anon_sym_by] = ACTIONS(4122), - [anon_sym_LT] = ACTIONS(4122), - [anon_sym_GT] = ACTIONS(4122), - [anon_sym_where] = ACTIONS(4122), - [anon_sym_DOT] = ACTIONS(4122), - [anon_sym_SEMI] = ACTIONS(4124), - [anon_sym_get] = ACTIONS(4122), - [anon_sym_set] = ACTIONS(4122), - [sym__quest] = ACTIONS(4128), - [anon_sym_STAR] = ACTIONS(4122), - [anon_sym_DASH_GT] = ACTIONS(4124), - [sym_label] = ACTIONS(4124), - [anon_sym_in] = ACTIONS(4122), - [anon_sym_while] = ACTIONS(4122), - [anon_sym_DOT_DOT] = ACTIONS(4124), - [anon_sym_QMARK_COLON] = ACTIONS(4124), - [anon_sym_AMP_AMP] = ACTIONS(4124), - [anon_sym_PIPE_PIPE] = ACTIONS(4124), - [anon_sym_else] = ACTIONS(4122), - [anon_sym_COLON_COLON] = ACTIONS(4124), - [anon_sym_PLUS_EQ] = ACTIONS(4124), - [anon_sym_DASH_EQ] = ACTIONS(4124), - [anon_sym_STAR_EQ] = ACTIONS(4124), - [anon_sym_SLASH_EQ] = ACTIONS(4124), - [anon_sym_PERCENT_EQ] = ACTIONS(4124), - [anon_sym_BANG_EQ] = ACTIONS(4122), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4124), - [anon_sym_EQ_EQ] = ACTIONS(4122), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4124), - [anon_sym_LT_EQ] = ACTIONS(4124), - [anon_sym_GT_EQ] = ACTIONS(4124), - [anon_sym_BANGin] = ACTIONS(4124), - [anon_sym_is] = ACTIONS(4122), - [anon_sym_BANGis] = ACTIONS(4124), - [anon_sym_PLUS] = ACTIONS(4122), - [anon_sym_DASH] = ACTIONS(4122), - [anon_sym_SLASH] = ACTIONS(4122), - [anon_sym_PERCENT] = ACTIONS(4122), - [anon_sym_as_QMARK] = ACTIONS(4124), - [anon_sym_PLUS_PLUS] = ACTIONS(4124), - [anon_sym_DASH_DASH] = ACTIONS(4124), - [anon_sym_BANG_BANG] = ACTIONS(4124), - [anon_sym_suspend] = ACTIONS(4122), - [anon_sym_sealed] = ACTIONS(4122), - [anon_sym_annotation] = ACTIONS(4122), - [anon_sym_data] = ACTIONS(4122), - [anon_sym_inner] = ACTIONS(4122), - [anon_sym_value] = ACTIONS(4122), - [anon_sym_override] = ACTIONS(4122), - [anon_sym_lateinit] = ACTIONS(4122), - [anon_sym_public] = ACTIONS(4122), - [anon_sym_private] = ACTIONS(4122), - [anon_sym_internal] = ACTIONS(4122), - [anon_sym_protected] = ACTIONS(4122), - [anon_sym_tailrec] = ACTIONS(4122), - [anon_sym_operator] = ACTIONS(4122), - [anon_sym_infix] = ACTIONS(4122), - [anon_sym_inline] = ACTIONS(4122), - [anon_sym_external] = ACTIONS(4122), - [sym_property_modifier] = ACTIONS(4122), - [anon_sym_abstract] = ACTIONS(4122), - [anon_sym_final] = ACTIONS(4122), - [anon_sym_open] = ACTIONS(4122), - [anon_sym_vararg] = ACTIONS(4122), - [anon_sym_noinline] = ACTIONS(4122), - [anon_sym_crossinline] = ACTIONS(4122), - [anon_sym_expect] = ACTIONS(4122), - [anon_sym_actual] = ACTIONS(4122), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4124), - [sym_safe_nav] = ACTIONS(4124), - [sym_multiline_comment] = ACTIONS(3), - }, - [2939] = { - [sym_getter] = STATE(5108), - [sym_setter] = STATE(5108), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(6412), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - }, - [2940] = { - [sym_class_body] = STATE(3203), - [sym__alpha_identifier] = ACTIONS(4349), - [anon_sym_AT] = ACTIONS(4351), - [anon_sym_COLON] = ACTIONS(6563), - [anon_sym_LBRACK] = ACTIONS(4351), - [anon_sym_as] = ACTIONS(4349), - [anon_sym_EQ] = ACTIONS(4349), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4351), - [anon_sym_LPAREN] = ACTIONS(4351), - [anon_sym_COMMA] = ACTIONS(4351), - [anon_sym_LT] = ACTIONS(4349), - [anon_sym_GT] = ACTIONS(4349), - [anon_sym_where] = ACTIONS(4349), - [anon_sym_object] = ACTIONS(4349), - [anon_sym_fun] = ACTIONS(4349), - [anon_sym_DOT] = ACTIONS(4349), - [anon_sym_SEMI] = ACTIONS(4351), - [anon_sym_get] = ACTIONS(4349), - [anon_sym_set] = ACTIONS(4349), - [anon_sym_this] = ACTIONS(4349), - [anon_sym_super] = ACTIONS(4349), - [anon_sym_STAR] = ACTIONS(4349), - [sym_label] = ACTIONS(4349), - [anon_sym_in] = ACTIONS(4349), - [anon_sym_DOT_DOT] = ACTIONS(4351), - [anon_sym_QMARK_COLON] = ACTIONS(4351), - [anon_sym_AMP_AMP] = ACTIONS(4351), - [anon_sym_PIPE_PIPE] = ACTIONS(4351), - [anon_sym_null] = ACTIONS(4349), - [anon_sym_if] = ACTIONS(4349), - [anon_sym_else] = ACTIONS(4349), - [anon_sym_when] = ACTIONS(4349), - [anon_sym_try] = ACTIONS(4349), - [anon_sym_throw] = ACTIONS(4349), - [anon_sym_return] = ACTIONS(4349), - [anon_sym_continue] = ACTIONS(4349), - [anon_sym_break] = ACTIONS(4349), - [anon_sym_COLON_COLON] = ACTIONS(4351), - [anon_sym_PLUS_EQ] = ACTIONS(4351), - [anon_sym_DASH_EQ] = ACTIONS(4351), - [anon_sym_STAR_EQ] = ACTIONS(4351), - [anon_sym_SLASH_EQ] = ACTIONS(4351), - [anon_sym_PERCENT_EQ] = ACTIONS(4351), - [anon_sym_BANG_EQ] = ACTIONS(4349), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4351), - [anon_sym_EQ_EQ] = ACTIONS(4349), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4351), - [anon_sym_LT_EQ] = ACTIONS(4351), - [anon_sym_GT_EQ] = ACTIONS(4351), - [anon_sym_BANGin] = ACTIONS(4351), - [anon_sym_is] = ACTIONS(4349), - [anon_sym_BANGis] = ACTIONS(4351), - [anon_sym_PLUS] = ACTIONS(4349), - [anon_sym_DASH] = ACTIONS(4349), - [anon_sym_SLASH] = ACTIONS(4349), - [anon_sym_PERCENT] = ACTIONS(4349), - [anon_sym_as_QMARK] = ACTIONS(4351), - [anon_sym_PLUS_PLUS] = ACTIONS(4351), - [anon_sym_DASH_DASH] = ACTIONS(4351), - [anon_sym_BANG] = ACTIONS(4349), - [anon_sym_BANG_BANG] = ACTIONS(4351), - [anon_sym_data] = ACTIONS(4349), - [anon_sym_inner] = ACTIONS(4349), - [anon_sym_value] = ACTIONS(4349), - [anon_sym_expect] = ACTIONS(4349), - [anon_sym_actual] = ACTIONS(4349), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4351), - [anon_sym_continue_AT] = ACTIONS(4351), - [anon_sym_break_AT] = ACTIONS(4351), - [anon_sym_this_AT] = ACTIONS(4351), - [anon_sym_super_AT] = ACTIONS(4351), - [sym_real_literal] = ACTIONS(4351), - [sym_integer_literal] = ACTIONS(4349), - [sym_hex_literal] = ACTIONS(4351), - [sym_bin_literal] = ACTIONS(4351), - [anon_sym_true] = ACTIONS(4349), - [anon_sym_false] = ACTIONS(4349), - [anon_sym_SQUOTE] = ACTIONS(4351), - [sym__backtick_identifier] = ACTIONS(4351), - [sym__automatic_semicolon] = ACTIONS(4351), - [sym_safe_nav] = ACTIONS(4351), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4351), - }, - [2941] = { - [sym_class_body] = STATE(3157), - [sym__alpha_identifier] = ACTIONS(4497), - [anon_sym_AT] = ACTIONS(4499), - [anon_sym_COLON] = ACTIONS(6565), - [anon_sym_LBRACK] = ACTIONS(4499), - [anon_sym_as] = ACTIONS(4497), - [anon_sym_EQ] = ACTIONS(4497), - [anon_sym_LBRACE] = ACTIONS(3262), - [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_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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4499), - [anon_sym_super_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), - }, - [2942] = { - [sym_type_constraints] = STATE(2995), - [sym_enum_class_body] = STATE(3167), - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4359), - [anon_sym_fun] = ACTIONS(4359), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_this] = ACTIONS(4359), - [anon_sym_super] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [sym_label] = ACTIONS(4359), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_null] = ACTIONS(4359), - [anon_sym_if] = ACTIONS(4359), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_when] = ACTIONS(4359), - [anon_sym_try] = ACTIONS(4359), - [anon_sym_throw] = ACTIONS(4359), - [anon_sym_return] = ACTIONS(4359), - [anon_sym_continue] = ACTIONS(4359), - [anon_sym_break] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG] = ACTIONS(4359), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4361), - [anon_sym_continue_AT] = ACTIONS(4361), - [anon_sym_break_AT] = ACTIONS(4361), - [anon_sym_this_AT] = ACTIONS(4361), - [anon_sym_super_AT] = ACTIONS(4361), - [sym_real_literal] = ACTIONS(4361), - [sym_integer_literal] = ACTIONS(4359), - [sym_hex_literal] = ACTIONS(4361), - [sym_bin_literal] = ACTIONS(4361), - [anon_sym_true] = ACTIONS(4359), - [anon_sym_false] = ACTIONS(4359), - [anon_sym_SQUOTE] = ACTIONS(4361), - [sym__backtick_identifier] = ACTIONS(4361), - [sym__automatic_semicolon] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4361), - }, - [2943] = { - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(5217), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - }, - [2944] = { - [sym_getter] = STATE(3849), - [sym_setter] = STATE(3849), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2873] = { + [sym_getter] = STATE(4769), + [sym_setter] = STATE(4769), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(4667), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -357121,330 +350911,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2945] = { - [sym_type_constraints] = STATE(3158), - [sym_function_body] = STATE(3159), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), - }, - [2946] = { - [sym_class_body] = STATE(3167), - [sym_type_constraints] = STATE(2990), - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4359), - [anon_sym_fun] = ACTIONS(4359), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_this] = ACTIONS(4359), - [anon_sym_super] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [sym_label] = ACTIONS(4359), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_null] = ACTIONS(4359), - [anon_sym_if] = ACTIONS(4359), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_when] = ACTIONS(4359), - [anon_sym_try] = ACTIONS(4359), - [anon_sym_throw] = ACTIONS(4359), - [anon_sym_return] = ACTIONS(4359), - [anon_sym_continue] = ACTIONS(4359), - [anon_sym_break] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG] = ACTIONS(4359), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4361), - [anon_sym_continue_AT] = ACTIONS(4361), - [anon_sym_break_AT] = ACTIONS(4361), - [anon_sym_this_AT] = ACTIONS(4361), - [anon_sym_super_AT] = ACTIONS(4361), - [sym_real_literal] = ACTIONS(4361), - [sym_integer_literal] = ACTIONS(4359), - [sym_hex_literal] = ACTIONS(4361), - [sym_bin_literal] = ACTIONS(4361), - [anon_sym_true] = ACTIONS(4359), - [anon_sym_false] = ACTIONS(4359), - [anon_sym_SQUOTE] = ACTIONS(4361), - [sym__backtick_identifier] = ACTIONS(4361), - [sym__automatic_semicolon] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4361), - }, - [2947] = { - [sym_type_constraints] = STATE(2989), - [sym_enum_class_body] = STATE(3150), - [sym__alpha_identifier] = ACTIONS(4467), - [anon_sym_AT] = ACTIONS(4469), - [anon_sym_LBRACK] = ACTIONS(4469), - [anon_sym_as] = ACTIONS(4467), - [anon_sym_EQ] = ACTIONS(4467), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4469), - [anon_sym_LPAREN] = ACTIONS(4469), - [anon_sym_COMMA] = ACTIONS(4469), - [anon_sym_LT] = ACTIONS(4467), - [anon_sym_GT] = ACTIONS(4467), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4467), - [anon_sym_fun] = ACTIONS(4467), - [anon_sym_DOT] = ACTIONS(4467), - [anon_sym_SEMI] = ACTIONS(4469), - [anon_sym_get] = ACTIONS(4467), - [anon_sym_set] = ACTIONS(4467), - [anon_sym_this] = ACTIONS(4467), - [anon_sym_super] = ACTIONS(4467), - [anon_sym_STAR] = ACTIONS(4467), - [sym_label] = ACTIONS(4467), - [anon_sym_in] = ACTIONS(4467), - [anon_sym_DOT_DOT] = ACTIONS(4469), - [anon_sym_QMARK_COLON] = ACTIONS(4469), - [anon_sym_AMP_AMP] = ACTIONS(4469), - [anon_sym_PIPE_PIPE] = ACTIONS(4469), - [anon_sym_null] = ACTIONS(4467), - [anon_sym_if] = ACTIONS(4467), - [anon_sym_else] = ACTIONS(4467), - [anon_sym_when] = ACTIONS(4467), - [anon_sym_try] = ACTIONS(4467), - [anon_sym_throw] = ACTIONS(4467), - [anon_sym_return] = ACTIONS(4467), - [anon_sym_continue] = ACTIONS(4467), - [anon_sym_break] = ACTIONS(4467), - [anon_sym_COLON_COLON] = ACTIONS(4469), - [anon_sym_PLUS_EQ] = ACTIONS(4469), - [anon_sym_DASH_EQ] = ACTIONS(4469), - [anon_sym_STAR_EQ] = ACTIONS(4469), - [anon_sym_SLASH_EQ] = ACTIONS(4469), - [anon_sym_PERCENT_EQ] = ACTIONS(4469), - [anon_sym_BANG_EQ] = ACTIONS(4467), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4469), - [anon_sym_EQ_EQ] = ACTIONS(4467), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4469), - [anon_sym_LT_EQ] = ACTIONS(4469), - [anon_sym_GT_EQ] = ACTIONS(4469), - [anon_sym_BANGin] = ACTIONS(4469), - [anon_sym_is] = ACTIONS(4467), - [anon_sym_BANGis] = ACTIONS(4469), - [anon_sym_PLUS] = ACTIONS(4467), - [anon_sym_DASH] = ACTIONS(4467), - [anon_sym_SLASH] = ACTIONS(4467), - [anon_sym_PERCENT] = ACTIONS(4467), - [anon_sym_as_QMARK] = ACTIONS(4469), - [anon_sym_PLUS_PLUS] = ACTIONS(4469), - [anon_sym_DASH_DASH] = ACTIONS(4469), - [anon_sym_BANG] = ACTIONS(4467), - [anon_sym_BANG_BANG] = ACTIONS(4469), - [anon_sym_data] = ACTIONS(4467), - [anon_sym_inner] = ACTIONS(4467), - [anon_sym_value] = ACTIONS(4467), - [anon_sym_expect] = ACTIONS(4467), - [anon_sym_actual] = ACTIONS(4467), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4469), - [anon_sym_continue_AT] = ACTIONS(4469), - [anon_sym_break_AT] = ACTIONS(4469), - [anon_sym_this_AT] = ACTIONS(4469), - [anon_sym_super_AT] = ACTIONS(4469), - [sym_real_literal] = ACTIONS(4469), - [sym_integer_literal] = ACTIONS(4467), - [sym_hex_literal] = ACTIONS(4469), - [sym_bin_literal] = ACTIONS(4469), - [anon_sym_true] = ACTIONS(4467), - [anon_sym_false] = ACTIONS(4467), - [anon_sym_SQUOTE] = ACTIONS(4469), - [sym__backtick_identifier] = ACTIONS(4469), - [sym__automatic_semicolon] = ACTIONS(4469), - [sym_safe_nav] = ACTIONS(4469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4469), - }, - [2948] = { - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(5018), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2874] = { + [sym_getter] = STATE(4769), + [sym_setter] = STATE(4769), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -357469,330 +350999,158 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - }, - [2949] = { - [sym_type_constraints] = STATE(3124), - [sym_function_body] = STATE(3121), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4295), - [anon_sym_fun] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_this] = ACTIONS(4295), - [anon_sym_super] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [sym_label] = ACTIONS(4295), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_null] = ACTIONS(4295), - [anon_sym_if] = ACTIONS(4295), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_when] = ACTIONS(4295), - [anon_sym_try] = ACTIONS(4295), - [anon_sym_throw] = ACTIONS(4295), - [anon_sym_return] = ACTIONS(4295), - [anon_sym_continue] = ACTIONS(4295), - [anon_sym_break] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4297), - [anon_sym_continue_AT] = ACTIONS(4297), - [anon_sym_break_AT] = ACTIONS(4297), - [anon_sym_this_AT] = ACTIONS(4297), - [anon_sym_super_AT] = ACTIONS(4297), - [sym_real_literal] = ACTIONS(4297), - [sym_integer_literal] = ACTIONS(4295), - [sym_hex_literal] = ACTIONS(4297), - [sym_bin_literal] = ACTIONS(4297), - [anon_sym_true] = ACTIONS(4295), - [anon_sym_false] = ACTIONS(4295), - [anon_sym_SQUOTE] = ACTIONS(4297), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4297), - }, - [2950] = { - [sym_type_constraints] = STATE(2985), - [sym_enum_class_body] = STATE(3118), - [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(3252), - [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(3256), - [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_value] = ACTIONS(4481), - [anon_sym_expect] = ACTIONS(4481), - [anon_sym_actual] = ACTIONS(4481), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4483), - [anon_sym_continue_AT] = ACTIONS(4483), - [anon_sym_break_AT] = ACTIONS(4483), - [anon_sym_this_AT] = ACTIONS(4483), - [anon_sym_super_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__backtick_identifier] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4483), }, - [2951] = { - [sym_type_constraints] = STATE(3112), - [sym_function_body] = STATE(3115), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4299), - [anon_sym_fun] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_this] = ACTIONS(4299), - [anon_sym_super] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [sym_label] = ACTIONS(4299), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_null] = ACTIONS(4299), - [anon_sym_if] = ACTIONS(4299), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_when] = ACTIONS(4299), - [anon_sym_try] = ACTIONS(4299), - [anon_sym_throw] = ACTIONS(4299), - [anon_sym_return] = ACTIONS(4299), - [anon_sym_continue] = ACTIONS(4299), - [anon_sym_break] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG] = ACTIONS(4299), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4301), - [anon_sym_continue_AT] = ACTIONS(4301), - [anon_sym_break_AT] = ACTIONS(4301), - [anon_sym_this_AT] = ACTIONS(4301), - [anon_sym_super_AT] = ACTIONS(4301), - [sym_real_literal] = ACTIONS(4301), - [sym_integer_literal] = ACTIONS(4299), - [sym_hex_literal] = ACTIONS(4301), - [sym_bin_literal] = ACTIONS(4301), - [anon_sym_true] = ACTIONS(4299), - [anon_sym_false] = ACTIONS(4299), - [anon_sym_SQUOTE] = ACTIONS(4301), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4301), + [2875] = { + [sym_type_constraints] = STATE(3231), + [sym_function_body] = STATE(3230), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(6497), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), }, - [2952] = { - [sym_getter] = STATE(5152), - [sym_setter] = STATE(5152), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1792), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), + [2876] = { + [sym_getter] = STATE(4789), + [sym_setter] = STATE(4789), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6234), + [anon_sym_set] = ACTIONS(6236), + [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), @@ -357817,69 +351175,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2953] = { - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2877] = { + [sym_getter] = STATE(4746), + [sym_setter] = STATE(4746), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(4657), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -357904,69 +351263,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2954] = { - [sym_getter] = STATE(5244), - [sym_setter] = STATE(5244), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(5014), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1804), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), + [2878] = { + [sym_getter] = STATE(4746), + [sym_setter] = STATE(4746), + [sym_modifiers] = STATE(9171), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(6234), + [anon_sym_set] = ACTIONS(6236), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -357991,504 +351351,330 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [2955] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4009), - [anon_sym_COLON] = ACTIONS(4004), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_RBRACK] = ACTIONS(4009), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_RPAREN] = ACTIONS(4009), - [anon_sym_by] = ACTIONS(4004), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_get] = ACTIONS(4004), - [anon_sym_set] = ACTIONS(4004), - [anon_sym_AMP] = ACTIONS(4004), - [sym__quest] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4004), - [anon_sym_DASH_GT] = ACTIONS(4009), - [sym_label] = ACTIONS(4009), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_while] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [anon_sym_suspend] = ACTIONS(4004), - [anon_sym_sealed] = ACTIONS(4004), - [anon_sym_annotation] = ACTIONS(4004), - [anon_sym_data] = ACTIONS(4004), - [anon_sym_inner] = ACTIONS(4004), - [anon_sym_value] = ACTIONS(4004), - [anon_sym_override] = ACTIONS(4004), - [anon_sym_lateinit] = ACTIONS(4004), - [anon_sym_public] = ACTIONS(4004), - [anon_sym_private] = ACTIONS(4004), - [anon_sym_internal] = ACTIONS(4004), - [anon_sym_protected] = ACTIONS(4004), - [anon_sym_tailrec] = ACTIONS(4004), - [anon_sym_operator] = ACTIONS(4004), - [anon_sym_infix] = ACTIONS(4004), - [anon_sym_inline] = ACTIONS(4004), - [anon_sym_external] = ACTIONS(4004), - [sym_property_modifier] = ACTIONS(4004), - [anon_sym_abstract] = ACTIONS(4004), - [anon_sym_final] = ACTIONS(4004), - [anon_sym_open] = ACTIONS(4004), - [anon_sym_vararg] = ACTIONS(4004), - [anon_sym_noinline] = ACTIONS(4004), - [anon_sym_crossinline] = ACTIONS(4004), - [anon_sym_expect] = ACTIONS(4004), - [anon_sym_actual] = ACTIONS(4004), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4009), - [sym_safe_nav] = ACTIONS(4009), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [2956] = { - [sym_function_body] = STATE(3266), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_COMMA] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_where] = ACTIONS(4443), - [anon_sym_object] = ACTIONS(4443), - [anon_sym_fun] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_this] = ACTIONS(4443), - [anon_sym_super] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4443), - [sym_label] = ACTIONS(4443), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_null] = ACTIONS(4443), - [anon_sym_if] = ACTIONS(4443), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_when] = ACTIONS(4443), - [anon_sym_try] = ACTIONS(4443), - [anon_sym_throw] = ACTIONS(4443), - [anon_sym_return] = ACTIONS(4443), - [anon_sym_continue] = ACTIONS(4443), - [anon_sym_break] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_PLUS_EQ] = ACTIONS(4445), - [anon_sym_DASH_EQ] = ACTIONS(4445), - [anon_sym_STAR_EQ] = ACTIONS(4445), - [anon_sym_SLASH_EQ] = ACTIONS(4445), - [anon_sym_PERCENT_EQ] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4443), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(4443), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4445), - [anon_sym_continue_AT] = ACTIONS(4445), - [anon_sym_break_AT] = ACTIONS(4445), - [anon_sym_this_AT] = ACTIONS(4445), - [anon_sym_super_AT] = ACTIONS(4445), - [sym_real_literal] = ACTIONS(4445), - [sym_integer_literal] = ACTIONS(4443), - [sym_hex_literal] = ACTIONS(4445), - [sym_bin_literal] = ACTIONS(4445), - [anon_sym_true] = ACTIONS(4443), - [anon_sym_false] = ACTIONS(4443), - [anon_sym_SQUOTE] = ACTIONS(4445), - [sym__backtick_identifier] = ACTIONS(4445), - [sym__automatic_semicolon] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4445), - }, - [2957] = { - [sym_function_body] = STATE(3265), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_COMMA] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_where] = ACTIONS(4447), - [anon_sym_object] = ACTIONS(4447), - [anon_sym_fun] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_this] = ACTIONS(4447), - [anon_sym_super] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4447), - [sym_label] = ACTIONS(4447), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_null] = ACTIONS(4447), - [anon_sym_if] = ACTIONS(4447), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_when] = ACTIONS(4447), - [anon_sym_try] = ACTIONS(4447), - [anon_sym_throw] = ACTIONS(4447), - [anon_sym_return] = ACTIONS(4447), - [anon_sym_continue] = ACTIONS(4447), - [anon_sym_break] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_PLUS_EQ] = ACTIONS(4449), - [anon_sym_DASH_EQ] = ACTIONS(4449), - [anon_sym_STAR_EQ] = ACTIONS(4449), - [anon_sym_SLASH_EQ] = ACTIONS(4449), - [anon_sym_PERCENT_EQ] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4447), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG] = ACTIONS(4447), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4449), - [anon_sym_continue_AT] = ACTIONS(4449), - [anon_sym_break_AT] = ACTIONS(4449), - [anon_sym_this_AT] = ACTIONS(4449), - [anon_sym_super_AT] = ACTIONS(4449), - [sym_real_literal] = ACTIONS(4449), - [sym_integer_literal] = ACTIONS(4447), - [sym_hex_literal] = ACTIONS(4449), - [sym_bin_literal] = ACTIONS(4449), - [anon_sym_true] = ACTIONS(4447), - [anon_sym_false] = ACTIONS(4447), - [anon_sym_SQUOTE] = ACTIONS(4449), - [sym__backtick_identifier] = ACTIONS(4449), - [sym__automatic_semicolon] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4449), + [2879] = { + [aux_sym_nullable_type_repeat1] = STATE(2853), + [sym__alpha_identifier] = ACTIONS(4333), + [anon_sym_AT] = ACTIONS(4335), + [anon_sym_LBRACK] = ACTIONS(4335), + [anon_sym_as] = ACTIONS(4333), + [anon_sym_EQ] = ACTIONS(4333), + [anon_sym_LBRACE] = ACTIONS(4335), + [anon_sym_RBRACE] = ACTIONS(4335), + [anon_sym_LPAREN] = ACTIONS(4335), + [anon_sym_COMMA] = ACTIONS(4335), + [anon_sym_by] = ACTIONS(4333), + [anon_sym_LT] = ACTIONS(4333), + [anon_sym_GT] = ACTIONS(4333), + [anon_sym_where] = ACTIONS(4333), + [anon_sym_object] = ACTIONS(4333), + [anon_sym_fun] = ACTIONS(4333), + [anon_sym_DOT] = ACTIONS(4333), + [anon_sym_SEMI] = ACTIONS(4335), + [anon_sym_get] = ACTIONS(4333), + [anon_sym_set] = ACTIONS(4333), + [anon_sym_this] = ACTIONS(4333), + [anon_sym_super] = ACTIONS(4333), + [sym__quest] = ACTIONS(6483), + [anon_sym_STAR] = ACTIONS(4333), + [sym_label] = ACTIONS(4333), + [anon_sym_in] = ACTIONS(4333), + [anon_sym_DOT_DOT] = ACTIONS(4335), + [anon_sym_QMARK_COLON] = ACTIONS(4335), + [anon_sym_AMP_AMP] = ACTIONS(4335), + [anon_sym_PIPE_PIPE] = ACTIONS(4335), + [anon_sym_null] = ACTIONS(4333), + [anon_sym_if] = ACTIONS(4333), + [anon_sym_else] = ACTIONS(4333), + [anon_sym_when] = ACTIONS(4333), + [anon_sym_try] = ACTIONS(4333), + [anon_sym_throw] = ACTIONS(4333), + [anon_sym_return] = ACTIONS(4333), + [anon_sym_continue] = ACTIONS(4333), + [anon_sym_break] = ACTIONS(4333), + [anon_sym_COLON_COLON] = ACTIONS(4335), + [anon_sym_PLUS_EQ] = ACTIONS(4335), + [anon_sym_DASH_EQ] = ACTIONS(4335), + [anon_sym_STAR_EQ] = ACTIONS(4335), + [anon_sym_SLASH_EQ] = ACTIONS(4335), + [anon_sym_PERCENT_EQ] = ACTIONS(4335), + [anon_sym_BANG_EQ] = ACTIONS(4333), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4335), + [anon_sym_EQ_EQ] = ACTIONS(4333), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4335), + [anon_sym_LT_EQ] = ACTIONS(4335), + [anon_sym_GT_EQ] = ACTIONS(4335), + [anon_sym_BANGin] = ACTIONS(4335), + [anon_sym_is] = ACTIONS(4333), + [anon_sym_BANGis] = ACTIONS(4335), + [anon_sym_PLUS] = ACTIONS(4333), + [anon_sym_DASH] = ACTIONS(4333), + [anon_sym_SLASH] = ACTIONS(4333), + [anon_sym_PERCENT] = ACTIONS(4333), + [anon_sym_as_QMARK] = ACTIONS(4335), + [anon_sym_PLUS_PLUS] = ACTIONS(4335), + [anon_sym_DASH_DASH] = ACTIONS(4335), + [anon_sym_BANG] = ACTIONS(4333), + [anon_sym_BANG_BANG] = ACTIONS(4335), + [anon_sym_data] = ACTIONS(4333), + [anon_sym_inner] = ACTIONS(4333), + [anon_sym_value] = ACTIONS(4333), + [anon_sym_expect] = ACTIONS(4333), + [anon_sym_actual] = ACTIONS(4333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4335), + [anon_sym_continue_AT] = ACTIONS(4335), + [anon_sym_break_AT] = ACTIONS(4335), + [anon_sym_this_AT] = ACTIONS(4335), + [anon_sym_super_AT] = ACTIONS(4335), + [sym_real_literal] = ACTIONS(4335), + [sym_integer_literal] = ACTIONS(4333), + [sym_hex_literal] = ACTIONS(4335), + [sym_bin_literal] = ACTIONS(4335), + [anon_sym_true] = ACTIONS(4333), + [anon_sym_false] = ACTIONS(4333), + [anon_sym_SQUOTE] = ACTIONS(4335), + [sym__backtick_identifier] = ACTIONS(4335), + [sym__automatic_semicolon] = ACTIONS(4335), + [sym_safe_nav] = ACTIONS(4335), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4335), }, - [2958] = { - [sym_getter] = STATE(5221), - [sym_setter] = STATE(5221), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(1734), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1734), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), - [sym_multiline_comment] = ACTIONS(3), + [2880] = { + [sym_class_body] = STATE(3249), + [sym_type_constraints] = STATE(3056), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(6499), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), }, - [2959] = { - [sym_getter] = STATE(5221), - [sym_setter] = STATE(5221), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(5012), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(1734), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1734), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), - [sym_multiline_comment] = ACTIONS(3), + [2881] = { + [sym_value_arguments] = STATE(3089), + [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_by] = ACTIONS(6501), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4398), + [anon_sym_super_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), }, - [2960] = { - [sym_getter] = STATE(5198), - [sym_setter] = STATE(5198), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), + [2882] = { + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -358513,288 +351699,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2961] = { - [sym_getter] = STATE(5198), - [sym_setter] = STATE(5198), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(5010), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1810), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [2883] = { + [sym__alpha_identifier] = ACTIONS(4182), + [anon_sym_AT] = ACTIONS(4184), + [anon_sym_COLON] = ACTIONS(4182), + [anon_sym_LBRACK] = ACTIONS(4184), + [anon_sym_RBRACK] = ACTIONS(4184), + [anon_sym_as] = ACTIONS(4182), + [anon_sym_EQ] = ACTIONS(4182), + [anon_sym_LBRACE] = ACTIONS(4184), + [anon_sym_RBRACE] = ACTIONS(4184), + [anon_sym_LPAREN] = ACTIONS(4184), + [anon_sym_COMMA] = ACTIONS(4184), + [anon_sym_RPAREN] = ACTIONS(4184), + [anon_sym_by] = ACTIONS(4182), + [anon_sym_LT] = ACTIONS(4182), + [anon_sym_GT] = ACTIONS(4182), + [anon_sym_where] = ACTIONS(4182), + [anon_sym_DOT] = ACTIONS(4182), + [anon_sym_SEMI] = ACTIONS(4184), + [anon_sym_get] = ACTIONS(4182), + [anon_sym_set] = ACTIONS(4182), + [anon_sym_AMP] = ACTIONS(4182), + [sym__quest] = ACTIONS(4182), + [anon_sym_STAR] = ACTIONS(4182), + [anon_sym_DASH_GT] = ACTIONS(4184), + [sym_label] = ACTIONS(4184), + [anon_sym_in] = ACTIONS(4182), + [anon_sym_while] = ACTIONS(4182), + [anon_sym_DOT_DOT] = ACTIONS(4184), + [anon_sym_QMARK_COLON] = ACTIONS(4184), + [anon_sym_AMP_AMP] = ACTIONS(4184), + [anon_sym_PIPE_PIPE] = ACTIONS(4184), + [anon_sym_else] = ACTIONS(4182), + [anon_sym_COLON_COLON] = ACTIONS(4184), + [anon_sym_PLUS_EQ] = ACTIONS(4184), + [anon_sym_DASH_EQ] = ACTIONS(4184), + [anon_sym_STAR_EQ] = ACTIONS(4184), + [anon_sym_SLASH_EQ] = ACTIONS(4184), + [anon_sym_PERCENT_EQ] = ACTIONS(4184), + [anon_sym_BANG_EQ] = ACTIONS(4182), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4184), + [anon_sym_EQ_EQ] = ACTIONS(4182), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4184), + [anon_sym_LT_EQ] = ACTIONS(4184), + [anon_sym_GT_EQ] = ACTIONS(4184), + [anon_sym_BANGin] = ACTIONS(4184), + [anon_sym_is] = ACTIONS(4182), + [anon_sym_BANGis] = ACTIONS(4184), + [anon_sym_PLUS] = ACTIONS(4182), + [anon_sym_DASH] = ACTIONS(4182), + [anon_sym_SLASH] = ACTIONS(4182), + [anon_sym_PERCENT] = ACTIONS(4182), + [anon_sym_as_QMARK] = ACTIONS(4184), + [anon_sym_PLUS_PLUS] = ACTIONS(4184), + [anon_sym_DASH_DASH] = ACTIONS(4184), + [anon_sym_BANG_BANG] = ACTIONS(4184), + [anon_sym_suspend] = ACTIONS(4182), + [anon_sym_sealed] = ACTIONS(4182), + [anon_sym_annotation] = ACTIONS(4182), + [anon_sym_data] = ACTIONS(4182), + [anon_sym_inner] = ACTIONS(4182), + [anon_sym_value] = ACTIONS(4182), + [anon_sym_override] = ACTIONS(4182), + [anon_sym_lateinit] = ACTIONS(4182), + [anon_sym_public] = ACTIONS(4182), + [anon_sym_private] = ACTIONS(4182), + [anon_sym_internal] = ACTIONS(4182), + [anon_sym_protected] = ACTIONS(4182), + [anon_sym_tailrec] = ACTIONS(4182), + [anon_sym_operator] = ACTIONS(4182), + [anon_sym_infix] = ACTIONS(4182), + [anon_sym_inline] = ACTIONS(4182), + [anon_sym_external] = ACTIONS(4182), + [sym_property_modifier] = ACTIONS(4182), + [anon_sym_abstract] = ACTIONS(4182), + [anon_sym_final] = ACTIONS(4182), + [anon_sym_open] = ACTIONS(4182), + [anon_sym_vararg] = ACTIONS(4182), + [anon_sym_noinline] = ACTIONS(4182), + [anon_sym_crossinline] = ACTIONS(4182), + [anon_sym_expect] = ACTIONS(4182), + [anon_sym_actual] = ACTIONS(4182), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4184), + [sym_safe_nav] = ACTIONS(4184), [sym_multiline_comment] = ACTIONS(3), }, - [2962] = { - [sym_function_body] = STATE(3132), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(6428), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_COMMA] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_where] = ACTIONS(4307), - [anon_sym_object] = ACTIONS(4307), - [anon_sym_fun] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_this] = ACTIONS(4307), - [anon_sym_super] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4307), - [sym_label] = ACTIONS(4307), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_if] = ACTIONS(4307), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_when] = ACTIONS(4307), - [anon_sym_try] = ACTIONS(4307), - [anon_sym_throw] = ACTIONS(4307), - [anon_sym_return] = ACTIONS(4307), - [anon_sym_continue] = ACTIONS(4307), - [anon_sym_break] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_PLUS_EQ] = ACTIONS(4309), - [anon_sym_DASH_EQ] = ACTIONS(4309), - [anon_sym_STAR_EQ] = ACTIONS(4309), - [anon_sym_SLASH_EQ] = ACTIONS(4309), - [anon_sym_PERCENT_EQ] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4307), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG] = ACTIONS(4307), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4309), - [anon_sym_continue_AT] = ACTIONS(4309), - [anon_sym_break_AT] = ACTIONS(4309), - [anon_sym_this_AT] = ACTIONS(4309), - [anon_sym_super_AT] = ACTIONS(4309), - [sym_real_literal] = ACTIONS(4309), - [sym_integer_literal] = ACTIONS(4307), - [sym_hex_literal] = ACTIONS(4309), - [sym_bin_literal] = ACTIONS(4309), - [anon_sym_true] = ACTIONS(4307), - [anon_sym_false] = ACTIONS(4307), - [anon_sym_SQUOTE] = ACTIONS(4309), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4309), - }, - [2963] = { - [sym_getter] = STATE(3851), - [sym_setter] = STATE(3851), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3346), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(73), - [anon_sym_sealed] = ACTIONS(75), - [anon_sym_annotation] = ACTIONS(75), - [anon_sym_data] = ACTIONS(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), - [anon_sym_abstract] = ACTIONS(85), - [anon_sym_final] = ACTIONS(85), - [anon_sym_open] = ACTIONS(85), - [anon_sym_vararg] = ACTIONS(87), - [anon_sym_noinline] = ACTIONS(87), - [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), + [2884] = { + [sym_type_constraints] = STATE(3015), + [sym_enum_class_body] = STATE(3212), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4200), + [anon_sym_fun] = ACTIONS(4200), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_this] = ACTIONS(4200), + [anon_sym_super] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_null] = ACTIONS(4200), + [anon_sym_if] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_when] = ACTIONS(4200), + [anon_sym_try] = ACTIONS(4200), + [anon_sym_throw] = ACTIONS(4200), + [anon_sym_return] = ACTIONS(4200), + [anon_sym_continue] = ACTIONS(4200), + [anon_sym_break] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4202), + [anon_sym_continue_AT] = ACTIONS(4202), + [anon_sym_break_AT] = ACTIONS(4202), + [anon_sym_this_AT] = ACTIONS(4202), + [anon_sym_super_AT] = ACTIONS(4202), + [sym_real_literal] = ACTIONS(4202), + [sym_integer_literal] = ACTIONS(4200), + [sym_hex_literal] = ACTIONS(4202), + [sym_bin_literal] = ACTIONS(4202), + [anon_sym_true] = ACTIONS(4200), + [anon_sym_false] = ACTIONS(4200), + [anon_sym_SQUOTE] = ACTIONS(4202), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4202), }, - [2964] = { + [2885] = { + [sym_class_body] = STATE(3246), + [sym_type_constraints] = STATE(3043), [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_LBRACE] = ACTIONS(3210), [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_where] = ACTIONS(3216), [anon_sym_object] = ACTIONS(4477), [anon_sym_fun] = ACTIONS(4477), [anon_sym_DOT] = ACTIONS(4477), @@ -358815,8 +351916,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_else] = ACTIONS(4477), [anon_sym_when] = ACTIONS(4477), [anon_sym_try] = ACTIONS(4477), - [anon_sym_catch] = ACTIONS(4477), - [anon_sym_finally] = ACTIONS(4477), [anon_sym_throw] = ACTIONS(4477), [anon_sym_return] = ACTIONS(4477), [anon_sym_continue] = ACTIONS(4477), @@ -358869,61 +351968,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4479), }, - [2965] = { - [sym_getter] = STATE(5183), - [sym_setter] = STATE(5183), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(1816), - [sym_label] = ACTIONS(1816), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1816), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG_BANG] = ACTIONS(1816), + [2886] = { + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), [anon_sym_suspend] = ACTIONS(73), [anon_sym_sealed] = ACTIONS(75), [anon_sym_annotation] = ACTIONS(75), @@ -358948,156 +352047,1200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2966] = { - [sym_getter] = STATE(5177), - [sym_setter] = STATE(5177), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), - [anon_sym_STAR] = ACTIONS(3422), - [sym_label] = ACTIONS(3422), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3422), - [anon_sym_as_QMARK] = ACTIONS(3422), - [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(75), - [anon_sym_inner] = ACTIONS(75), - [anon_sym_value] = ACTIONS(75), - [anon_sym_override] = ACTIONS(79), - [anon_sym_lateinit] = ACTIONS(79), - [anon_sym_public] = ACTIONS(81), - [anon_sym_private] = ACTIONS(81), - [anon_sym_internal] = ACTIONS(81), - [anon_sym_protected] = ACTIONS(81), - [anon_sym_tailrec] = ACTIONS(73), - [anon_sym_operator] = ACTIONS(73), - [anon_sym_infix] = ACTIONS(73), - [anon_sym_inline] = ACTIONS(73), - [anon_sym_external] = ACTIONS(73), - [sym_property_modifier] = ACTIONS(83), + [2887] = { + [sym_type_constraints] = STATE(3231), + [sym_function_body] = STATE(3230), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), + }, + [2888] = { + [aux_sym_user_type_repeat1] = STATE(2896), + [sym__alpha_identifier] = ACTIONS(4193), + [anon_sym_AT] = ACTIONS(4195), + [anon_sym_LBRACK] = ACTIONS(4195), + [anon_sym_EQ] = ACTIONS(4195), + [anon_sym_LBRACE] = ACTIONS(4195), + [anon_sym_RBRACE] = ACTIONS(4195), + [anon_sym_LPAREN] = ACTIONS(4195), + [anon_sym_COMMA] = ACTIONS(4195), + [anon_sym_by] = ACTIONS(4193), + [anon_sym_where] = ACTIONS(4193), + [anon_sym_object] = ACTIONS(4193), + [anon_sym_fun] = ACTIONS(4193), + [anon_sym_DOT] = ACTIONS(6503), + [anon_sym_SEMI] = ACTIONS(4195), + [anon_sym_get] = ACTIONS(4193), + [anon_sym_set] = ACTIONS(4193), + [anon_sym_this] = ACTIONS(4193), + [anon_sym_super] = ACTIONS(4193), + [anon_sym_AMP] = ACTIONS(4195), + [sym__quest] = ACTIONS(4195), + [anon_sym_STAR] = ACTIONS(4195), + [sym_label] = ACTIONS(4193), + [anon_sym_in] = ACTIONS(4193), + [anon_sym_null] = ACTIONS(4193), + [anon_sym_if] = ACTIONS(4193), + [anon_sym_else] = ACTIONS(4193), + [anon_sym_when] = ACTIONS(4193), + [anon_sym_try] = ACTIONS(4193), + [anon_sym_throw] = ACTIONS(4193), + [anon_sym_return] = ACTIONS(4193), + [anon_sym_continue] = ACTIONS(4193), + [anon_sym_break] = ACTIONS(4193), + [anon_sym_COLON_COLON] = ACTIONS(4195), + [anon_sym_BANGin] = ACTIONS(4195), + [anon_sym_is] = ACTIONS(4193), + [anon_sym_BANGis] = ACTIONS(4195), + [anon_sym_PLUS] = ACTIONS(4193), + [anon_sym_DASH] = ACTIONS(4193), + [anon_sym_PLUS_PLUS] = ACTIONS(4195), + [anon_sym_DASH_DASH] = ACTIONS(4195), + [anon_sym_BANG] = ACTIONS(4193), + [anon_sym_suspend] = ACTIONS(4193), + [anon_sym_sealed] = ACTIONS(4193), + [anon_sym_annotation] = ACTIONS(4193), + [anon_sym_data] = ACTIONS(4193), + [anon_sym_inner] = ACTIONS(4193), + [anon_sym_value] = ACTIONS(4193), + [anon_sym_override] = ACTIONS(4193), + [anon_sym_lateinit] = ACTIONS(4193), + [anon_sym_public] = ACTIONS(4193), + [anon_sym_private] = ACTIONS(4193), + [anon_sym_internal] = ACTIONS(4193), + [anon_sym_protected] = ACTIONS(4193), + [anon_sym_tailrec] = ACTIONS(4193), + [anon_sym_operator] = ACTIONS(4193), + [anon_sym_infix] = ACTIONS(4193), + [anon_sym_inline] = ACTIONS(4193), + [anon_sym_external] = ACTIONS(4193), + [sym_property_modifier] = ACTIONS(4193), + [anon_sym_abstract] = ACTIONS(4193), + [anon_sym_final] = ACTIONS(4193), + [anon_sym_open] = ACTIONS(4193), + [anon_sym_vararg] = ACTIONS(4193), + [anon_sym_noinline] = ACTIONS(4193), + [anon_sym_crossinline] = ACTIONS(4193), + [anon_sym_expect] = ACTIONS(4193), + [anon_sym_actual] = ACTIONS(4193), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4195), + [anon_sym_continue_AT] = ACTIONS(4195), + [anon_sym_break_AT] = ACTIONS(4195), + [anon_sym_this_AT] = ACTIONS(4195), + [anon_sym_super_AT] = ACTIONS(4195), + [sym_real_literal] = ACTIONS(4195), + [sym_integer_literal] = ACTIONS(4193), + [sym_hex_literal] = ACTIONS(4195), + [sym_bin_literal] = ACTIONS(4195), + [anon_sym_true] = ACTIONS(4193), + [anon_sym_false] = ACTIONS(4193), + [anon_sym_SQUOTE] = ACTIONS(4195), + [sym__backtick_identifier] = ACTIONS(4195), + [sym__automatic_semicolon] = ACTIONS(4195), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4195), + }, + [2889] = { + [sym_getter] = STATE(3867), + [sym_setter] = STATE(3867), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(5175), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), [anon_sym_abstract] = ACTIONS(85), [anon_sym_final] = ACTIONS(85), [anon_sym_open] = ACTIONS(85), [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3422), - [sym__automatic_semicolon] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), }, - [2967] = { - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(5203), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2890] = { + [sym_type_constraints] = STATE(3077), + [sym_function_body] = STATE(3549), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4157), + [anon_sym_AT] = ACTIONS(4159), + [anon_sym_COLON] = ACTIONS(6505), + [anon_sym_LBRACK] = ACTIONS(4159), + [anon_sym_RBRACK] = ACTIONS(4159), + [anon_sym_as] = ACTIONS(4157), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4159), + [anon_sym_LPAREN] = ACTIONS(4159), + [anon_sym_COMMA] = ACTIONS(4159), + [anon_sym_RPAREN] = ACTIONS(4159), + [anon_sym_LT] = ACTIONS(4157), + [anon_sym_GT] = ACTIONS(4157), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4157), + [anon_sym_SEMI] = ACTIONS(4159), + [anon_sym_get] = ACTIONS(4157), + [anon_sym_set] = ACTIONS(4157), + [anon_sym_STAR] = ACTIONS(4157), + [anon_sym_DASH_GT] = ACTIONS(4159), + [sym_label] = ACTIONS(4159), + [anon_sym_in] = ACTIONS(4157), + [anon_sym_while] = ACTIONS(4157), + [anon_sym_DOT_DOT] = ACTIONS(4159), + [anon_sym_QMARK_COLON] = ACTIONS(4159), + [anon_sym_AMP_AMP] = ACTIONS(4159), + [anon_sym_PIPE_PIPE] = ACTIONS(4159), + [anon_sym_else] = ACTIONS(4157), + [anon_sym_COLON_COLON] = ACTIONS(4159), + [anon_sym_PLUS_EQ] = ACTIONS(4159), + [anon_sym_DASH_EQ] = ACTIONS(4159), + [anon_sym_STAR_EQ] = ACTIONS(4159), + [anon_sym_SLASH_EQ] = ACTIONS(4159), + [anon_sym_PERCENT_EQ] = ACTIONS(4159), + [anon_sym_BANG_EQ] = ACTIONS(4157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4159), + [anon_sym_EQ_EQ] = ACTIONS(4157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4159), + [anon_sym_LT_EQ] = ACTIONS(4159), + [anon_sym_GT_EQ] = ACTIONS(4159), + [anon_sym_BANGin] = ACTIONS(4159), + [anon_sym_is] = ACTIONS(4157), + [anon_sym_BANGis] = ACTIONS(4159), + [anon_sym_PLUS] = ACTIONS(4157), + [anon_sym_DASH] = ACTIONS(4157), + [anon_sym_SLASH] = ACTIONS(4157), + [anon_sym_PERCENT] = ACTIONS(4157), + [anon_sym_as_QMARK] = ACTIONS(4159), + [anon_sym_PLUS_PLUS] = ACTIONS(4159), + [anon_sym_DASH_DASH] = ACTIONS(4159), + [anon_sym_BANG_BANG] = ACTIONS(4159), + [anon_sym_suspend] = ACTIONS(4157), + [anon_sym_sealed] = ACTIONS(4157), + [anon_sym_annotation] = ACTIONS(4157), + [anon_sym_data] = ACTIONS(4157), + [anon_sym_inner] = ACTIONS(4157), + [anon_sym_value] = ACTIONS(4157), + [anon_sym_override] = ACTIONS(4157), + [anon_sym_lateinit] = ACTIONS(4157), + [anon_sym_public] = ACTIONS(4157), + [anon_sym_private] = ACTIONS(4157), + [anon_sym_internal] = ACTIONS(4157), + [anon_sym_protected] = ACTIONS(4157), + [anon_sym_tailrec] = ACTIONS(4157), + [anon_sym_operator] = ACTIONS(4157), + [anon_sym_infix] = ACTIONS(4157), + [anon_sym_inline] = ACTIONS(4157), + [anon_sym_external] = ACTIONS(4157), + [sym_property_modifier] = ACTIONS(4157), + [anon_sym_abstract] = ACTIONS(4157), + [anon_sym_final] = ACTIONS(4157), + [anon_sym_open] = ACTIONS(4157), + [anon_sym_vararg] = ACTIONS(4157), + [anon_sym_noinline] = ACTIONS(4157), + [anon_sym_crossinline] = ACTIONS(4157), + [anon_sym_expect] = ACTIONS(4157), + [anon_sym_actual] = ACTIONS(4157), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4159), + [sym_safe_nav] = ACTIONS(4159), + [sym_multiline_comment] = ACTIONS(3), + }, + [2891] = { + [sym_type_constraints] = STATE(3009), + [sym_enum_class_body] = STATE(3246), + [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(3236), + [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(3216), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4479), + [anon_sym_super_AT] = ACTIONS(4479), + [sym_real_literal] = ACTIONS(4479), + [sym_integer_literal] = ACTIONS(4477), + [sym_hex_literal] = ACTIONS(4479), + [sym_bin_literal] = ACTIONS(4479), + [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), + }, + [2892] = { + [sym_type_constraints] = STATE(3080), + [sym_function_body] = STATE(3527), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_COLON] = ACTIONS(6511), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_RBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_RPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [anon_sym_DASH_GT] = ACTIONS(4153), + [sym_label] = ACTIONS(4153), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_while] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + }, + [2893] = { + [sym_class_body] = STATE(3252), + [sym_type_constraints] = STATE(3033), + [sym__alpha_identifier] = ACTIONS(4339), + [anon_sym_AT] = ACTIONS(4341), + [anon_sym_LBRACK] = ACTIONS(4341), + [anon_sym_as] = ACTIONS(4339), + [anon_sym_EQ] = ACTIONS(4339), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4341), + [anon_sym_LPAREN] = ACTIONS(4341), + [anon_sym_COMMA] = ACTIONS(4341), + [anon_sym_LT] = ACTIONS(4339), + [anon_sym_GT] = ACTIONS(4339), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4339), + [anon_sym_fun] = ACTIONS(4339), + [anon_sym_DOT] = ACTIONS(4339), + [anon_sym_SEMI] = ACTIONS(4341), + [anon_sym_get] = ACTIONS(4339), + [anon_sym_set] = ACTIONS(4339), + [anon_sym_this] = ACTIONS(4339), + [anon_sym_super] = ACTIONS(4339), + [anon_sym_STAR] = ACTIONS(4339), + [sym_label] = ACTIONS(4339), + [anon_sym_in] = ACTIONS(4339), + [anon_sym_DOT_DOT] = ACTIONS(4341), + [anon_sym_QMARK_COLON] = ACTIONS(4341), + [anon_sym_AMP_AMP] = ACTIONS(4341), + [anon_sym_PIPE_PIPE] = ACTIONS(4341), + [anon_sym_null] = ACTIONS(4339), + [anon_sym_if] = ACTIONS(4339), + [anon_sym_else] = ACTIONS(4339), + [anon_sym_when] = ACTIONS(4339), + [anon_sym_try] = ACTIONS(4339), + [anon_sym_throw] = ACTIONS(4339), + [anon_sym_return] = ACTIONS(4339), + [anon_sym_continue] = ACTIONS(4339), + [anon_sym_break] = ACTIONS(4339), + [anon_sym_COLON_COLON] = ACTIONS(4341), + [anon_sym_PLUS_EQ] = ACTIONS(4341), + [anon_sym_DASH_EQ] = ACTIONS(4341), + [anon_sym_STAR_EQ] = ACTIONS(4341), + [anon_sym_SLASH_EQ] = ACTIONS(4341), + [anon_sym_PERCENT_EQ] = ACTIONS(4341), + [anon_sym_BANG_EQ] = ACTIONS(4339), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4341), + [anon_sym_EQ_EQ] = ACTIONS(4339), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4341), + [anon_sym_LT_EQ] = ACTIONS(4341), + [anon_sym_GT_EQ] = ACTIONS(4341), + [anon_sym_BANGin] = ACTIONS(4341), + [anon_sym_is] = ACTIONS(4339), + [anon_sym_BANGis] = ACTIONS(4341), + [anon_sym_PLUS] = ACTIONS(4339), + [anon_sym_DASH] = ACTIONS(4339), + [anon_sym_SLASH] = ACTIONS(4339), + [anon_sym_PERCENT] = ACTIONS(4339), + [anon_sym_as_QMARK] = ACTIONS(4341), + [anon_sym_PLUS_PLUS] = ACTIONS(4341), + [anon_sym_DASH_DASH] = ACTIONS(4341), + [anon_sym_BANG] = ACTIONS(4339), + [anon_sym_BANG_BANG] = ACTIONS(4341), + [anon_sym_data] = ACTIONS(4339), + [anon_sym_inner] = ACTIONS(4339), + [anon_sym_value] = ACTIONS(4339), + [anon_sym_expect] = ACTIONS(4339), + [anon_sym_actual] = ACTIONS(4339), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4341), + [anon_sym_continue_AT] = ACTIONS(4341), + [anon_sym_break_AT] = ACTIONS(4341), + [anon_sym_this_AT] = ACTIONS(4341), + [anon_sym_super_AT] = ACTIONS(4341), + [sym_real_literal] = ACTIONS(4341), + [sym_integer_literal] = ACTIONS(4339), + [sym_hex_literal] = ACTIONS(4341), + [sym_bin_literal] = ACTIONS(4341), + [anon_sym_true] = ACTIONS(4339), + [anon_sym_false] = ACTIONS(4339), + [anon_sym_SQUOTE] = ACTIONS(4341), + [sym__backtick_identifier] = ACTIONS(4341), + [sym__automatic_semicolon] = ACTIONS(4341), + [sym_safe_nav] = ACTIONS(4341), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4341), + }, + [2894] = { + [sym_class_body] = STATE(3151), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_COLON] = ACTIONS(6513), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(3210), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4424), + [anon_sym_super_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), + }, + [2895] = { + [sym_type_constraints] = STATE(3096), + [sym_function_body] = STATE(3504), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_COLON] = ACTIONS(6515), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_RBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_RPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [anon_sym_DASH_GT] = ACTIONS(4147), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_while] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + }, + [2896] = { + [aux_sym_user_type_repeat1] = STATE(2913), + [sym__alpha_identifier] = ACTIONS(4122), + [anon_sym_AT] = ACTIONS(4124), + [anon_sym_LBRACK] = ACTIONS(4124), + [anon_sym_EQ] = ACTIONS(4124), + [anon_sym_LBRACE] = ACTIONS(4124), + [anon_sym_RBRACE] = ACTIONS(4124), + [anon_sym_LPAREN] = ACTIONS(4124), + [anon_sym_COMMA] = ACTIONS(4124), + [anon_sym_by] = ACTIONS(4122), + [anon_sym_where] = ACTIONS(4122), + [anon_sym_object] = ACTIONS(4122), + [anon_sym_fun] = ACTIONS(4122), + [anon_sym_DOT] = ACTIONS(6517), + [anon_sym_SEMI] = ACTIONS(4124), + [anon_sym_get] = ACTIONS(4122), + [anon_sym_set] = ACTIONS(4122), + [anon_sym_this] = ACTIONS(4122), + [anon_sym_super] = ACTIONS(4122), + [anon_sym_AMP] = ACTIONS(4124), + [sym__quest] = ACTIONS(4124), + [anon_sym_STAR] = ACTIONS(4124), + [sym_label] = ACTIONS(4122), + [anon_sym_in] = ACTIONS(4122), + [anon_sym_null] = ACTIONS(4122), + [anon_sym_if] = ACTIONS(4122), + [anon_sym_else] = ACTIONS(4122), + [anon_sym_when] = ACTIONS(4122), + [anon_sym_try] = ACTIONS(4122), + [anon_sym_throw] = ACTIONS(4122), + [anon_sym_return] = ACTIONS(4122), + [anon_sym_continue] = ACTIONS(4122), + [anon_sym_break] = ACTIONS(4122), + [anon_sym_COLON_COLON] = ACTIONS(4124), + [anon_sym_BANGin] = ACTIONS(4124), + [anon_sym_is] = ACTIONS(4122), + [anon_sym_BANGis] = ACTIONS(4124), + [anon_sym_PLUS] = ACTIONS(4122), + [anon_sym_DASH] = ACTIONS(4122), + [anon_sym_PLUS_PLUS] = ACTIONS(4124), + [anon_sym_DASH_DASH] = ACTIONS(4124), + [anon_sym_BANG] = ACTIONS(4122), + [anon_sym_suspend] = ACTIONS(4122), + [anon_sym_sealed] = ACTIONS(4122), + [anon_sym_annotation] = ACTIONS(4122), + [anon_sym_data] = ACTIONS(4122), + [anon_sym_inner] = ACTIONS(4122), + [anon_sym_value] = ACTIONS(4122), + [anon_sym_override] = ACTIONS(4122), + [anon_sym_lateinit] = ACTIONS(4122), + [anon_sym_public] = ACTIONS(4122), + [anon_sym_private] = ACTIONS(4122), + [anon_sym_internal] = ACTIONS(4122), + [anon_sym_protected] = ACTIONS(4122), + [anon_sym_tailrec] = ACTIONS(4122), + [anon_sym_operator] = ACTIONS(4122), + [anon_sym_infix] = ACTIONS(4122), + [anon_sym_inline] = ACTIONS(4122), + [anon_sym_external] = ACTIONS(4122), + [sym_property_modifier] = ACTIONS(4122), + [anon_sym_abstract] = ACTIONS(4122), + [anon_sym_final] = ACTIONS(4122), + [anon_sym_open] = ACTIONS(4122), + [anon_sym_vararg] = ACTIONS(4122), + [anon_sym_noinline] = ACTIONS(4122), + [anon_sym_crossinline] = ACTIONS(4122), + [anon_sym_expect] = ACTIONS(4122), + [anon_sym_actual] = ACTIONS(4122), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4124), + [anon_sym_continue_AT] = ACTIONS(4124), + [anon_sym_break_AT] = ACTIONS(4124), + [anon_sym_this_AT] = ACTIONS(4124), + [anon_sym_super_AT] = ACTIONS(4124), + [sym_real_literal] = ACTIONS(4124), + [sym_integer_literal] = ACTIONS(4122), + [sym_hex_literal] = ACTIONS(4124), + [sym_bin_literal] = ACTIONS(4124), + [anon_sym_true] = ACTIONS(4122), + [anon_sym_false] = ACTIONS(4122), + [anon_sym_SQUOTE] = ACTIONS(4124), + [sym__backtick_identifier] = ACTIONS(4124), + [sym__automatic_semicolon] = ACTIONS(4124), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4124), + }, + [2897] = { + [sym_function_body] = STATE(3201), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4493), + [anon_sym_AT] = ACTIONS(4495), + [anon_sym_LBRACK] = ACTIONS(4495), + [anon_sym_as] = ACTIONS(4493), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4495), + [anon_sym_LPAREN] = ACTIONS(4495), + [anon_sym_COMMA] = ACTIONS(4495), + [anon_sym_LT] = ACTIONS(4493), + [anon_sym_GT] = ACTIONS(4493), + [anon_sym_where] = ACTIONS(4493), + [anon_sym_object] = ACTIONS(4493), + [anon_sym_fun] = ACTIONS(4493), + [anon_sym_DOT] = ACTIONS(4493), + [anon_sym_SEMI] = ACTIONS(4495), + [anon_sym_get] = ACTIONS(4493), + [anon_sym_set] = ACTIONS(4493), + [anon_sym_this] = ACTIONS(4493), + [anon_sym_super] = ACTIONS(4493), + [anon_sym_STAR] = ACTIONS(4493), + [sym_label] = ACTIONS(4493), + [anon_sym_in] = ACTIONS(4493), + [anon_sym_DOT_DOT] = ACTIONS(4495), + [anon_sym_QMARK_COLON] = ACTIONS(4495), + [anon_sym_AMP_AMP] = ACTIONS(4495), + [anon_sym_PIPE_PIPE] = ACTIONS(4495), + [anon_sym_null] = ACTIONS(4493), + [anon_sym_if] = ACTIONS(4493), + [anon_sym_else] = ACTIONS(4493), + [anon_sym_when] = ACTIONS(4493), + [anon_sym_try] = ACTIONS(4493), + [anon_sym_throw] = ACTIONS(4493), + [anon_sym_return] = ACTIONS(4493), + [anon_sym_continue] = ACTIONS(4493), + [anon_sym_break] = ACTIONS(4493), + [anon_sym_COLON_COLON] = ACTIONS(4495), + [anon_sym_PLUS_EQ] = ACTIONS(4495), + [anon_sym_DASH_EQ] = ACTIONS(4495), + [anon_sym_STAR_EQ] = ACTIONS(4495), + [anon_sym_SLASH_EQ] = ACTIONS(4495), + [anon_sym_PERCENT_EQ] = ACTIONS(4495), + [anon_sym_BANG_EQ] = ACTIONS(4493), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), + [anon_sym_EQ_EQ] = ACTIONS(4493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), + [anon_sym_LT_EQ] = ACTIONS(4495), + [anon_sym_GT_EQ] = ACTIONS(4495), + [anon_sym_BANGin] = ACTIONS(4495), + [anon_sym_is] = ACTIONS(4493), + [anon_sym_BANGis] = ACTIONS(4495), + [anon_sym_PLUS] = ACTIONS(4493), + [anon_sym_DASH] = ACTIONS(4493), + [anon_sym_SLASH] = ACTIONS(4493), + [anon_sym_PERCENT] = ACTIONS(4493), + [anon_sym_as_QMARK] = ACTIONS(4495), + [anon_sym_PLUS_PLUS] = ACTIONS(4495), + [anon_sym_DASH_DASH] = ACTIONS(4495), + [anon_sym_BANG] = ACTIONS(4493), + [anon_sym_BANG_BANG] = ACTIONS(4495), + [anon_sym_data] = ACTIONS(4493), + [anon_sym_inner] = ACTIONS(4493), + [anon_sym_value] = ACTIONS(4493), + [anon_sym_expect] = ACTIONS(4493), + [anon_sym_actual] = ACTIONS(4493), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4495), + [anon_sym_continue_AT] = ACTIONS(4495), + [anon_sym_break_AT] = ACTIONS(4495), + [anon_sym_this_AT] = ACTIONS(4495), + [anon_sym_super_AT] = ACTIONS(4495), + [sym_real_literal] = ACTIONS(4495), + [sym_integer_literal] = ACTIONS(4493), + [sym_hex_literal] = ACTIONS(4495), + [sym_bin_literal] = ACTIONS(4495), + [anon_sym_true] = ACTIONS(4493), + [anon_sym_false] = ACTIONS(4493), + [anon_sym_SQUOTE] = ACTIONS(4495), + [sym__backtick_identifier] = ACTIONS(4495), + [sym__automatic_semicolon] = ACTIONS(4495), + [sym_safe_nav] = ACTIONS(4495), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4495), + }, + [2898] = { + [sym_type_constraints] = STATE(3097), + [sym_function_body] = STATE(3487), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(6519), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_RBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_RPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [anon_sym_DASH_GT] = ACTIONS(4141), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_while] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + }, + [2899] = { + [sym_class_body] = STATE(3197), + [sym__alpha_identifier] = ACTIONS(4450), + [anon_sym_AT] = ACTIONS(4452), + [anon_sym_COLON] = ACTIONS(6521), + [anon_sym_LBRACK] = ACTIONS(4452), + [anon_sym_as] = ACTIONS(4450), + [anon_sym_EQ] = ACTIONS(4450), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4452), + [anon_sym_LPAREN] = ACTIONS(4452), + [anon_sym_COMMA] = ACTIONS(4452), + [anon_sym_LT] = ACTIONS(4450), + [anon_sym_GT] = ACTIONS(4450), + [anon_sym_where] = ACTIONS(4450), + [anon_sym_object] = ACTIONS(4450), + [anon_sym_fun] = ACTIONS(4450), + [anon_sym_DOT] = ACTIONS(4450), + [anon_sym_SEMI] = ACTIONS(4452), + [anon_sym_get] = ACTIONS(4450), + [anon_sym_set] = ACTIONS(4450), + [anon_sym_this] = ACTIONS(4450), + [anon_sym_super] = ACTIONS(4450), + [anon_sym_STAR] = ACTIONS(4450), + [sym_label] = ACTIONS(4450), + [anon_sym_in] = ACTIONS(4450), + [anon_sym_DOT_DOT] = ACTIONS(4452), + [anon_sym_QMARK_COLON] = ACTIONS(4452), + [anon_sym_AMP_AMP] = ACTIONS(4452), + [anon_sym_PIPE_PIPE] = ACTIONS(4452), + [anon_sym_null] = ACTIONS(4450), + [anon_sym_if] = ACTIONS(4450), + [anon_sym_else] = ACTIONS(4450), + [anon_sym_when] = ACTIONS(4450), + [anon_sym_try] = ACTIONS(4450), + [anon_sym_throw] = ACTIONS(4450), + [anon_sym_return] = ACTIONS(4450), + [anon_sym_continue] = ACTIONS(4450), + [anon_sym_break] = ACTIONS(4450), + [anon_sym_COLON_COLON] = ACTIONS(4452), + [anon_sym_PLUS_EQ] = ACTIONS(4452), + [anon_sym_DASH_EQ] = ACTIONS(4452), + [anon_sym_STAR_EQ] = ACTIONS(4452), + [anon_sym_SLASH_EQ] = ACTIONS(4452), + [anon_sym_PERCENT_EQ] = ACTIONS(4452), + [anon_sym_BANG_EQ] = ACTIONS(4450), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4452), + [anon_sym_EQ_EQ] = ACTIONS(4450), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4452), + [anon_sym_LT_EQ] = ACTIONS(4452), + [anon_sym_GT_EQ] = ACTIONS(4452), + [anon_sym_BANGin] = ACTIONS(4452), + [anon_sym_is] = ACTIONS(4450), + [anon_sym_BANGis] = ACTIONS(4452), + [anon_sym_PLUS] = ACTIONS(4450), + [anon_sym_DASH] = ACTIONS(4450), + [anon_sym_SLASH] = ACTIONS(4450), + [anon_sym_PERCENT] = ACTIONS(4450), + [anon_sym_as_QMARK] = ACTIONS(4452), + [anon_sym_PLUS_PLUS] = ACTIONS(4452), + [anon_sym_DASH_DASH] = ACTIONS(4452), + [anon_sym_BANG] = ACTIONS(4450), + [anon_sym_BANG_BANG] = ACTIONS(4452), + [anon_sym_data] = ACTIONS(4450), + [anon_sym_inner] = ACTIONS(4450), + [anon_sym_value] = ACTIONS(4450), + [anon_sym_expect] = ACTIONS(4450), + [anon_sym_actual] = ACTIONS(4450), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4452), + [anon_sym_continue_AT] = ACTIONS(4452), + [anon_sym_break_AT] = ACTIONS(4452), + [anon_sym_this_AT] = ACTIONS(4452), + [anon_sym_super_AT] = ACTIONS(4452), + [sym_real_literal] = ACTIONS(4452), + [sym_integer_literal] = ACTIONS(4450), + [sym_hex_literal] = ACTIONS(4452), + [sym_bin_literal] = ACTIONS(4452), + [anon_sym_true] = ACTIONS(4450), + [anon_sym_false] = ACTIONS(4450), + [anon_sym_SQUOTE] = ACTIONS(4452), + [sym__backtick_identifier] = ACTIONS(4452), + [sym__automatic_semicolon] = ACTIONS(4452), + [sym_safe_nav] = ACTIONS(4452), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4452), + }, + [2900] = { + [sym_getter] = STATE(4019), + [sym_setter] = STATE(4019), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6354), + [anon_sym_set] = ACTIONS(6356), + [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), @@ -359122,69 +353265,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(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2968] = { - [sym_getter] = STATE(3958), - [sym_setter] = STATE(3958), - [sym_modifiers] = STATE(9392), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(6364), - [anon_sym_set] = ACTIONS(6366), - [anon_sym_STAR] = ACTIONS(1798), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1798), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), + [2901] = { + [sym_type_constraints] = STATE(3015), + [sym_enum_class_body] = STATE(3212), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_COLON] = ACTIONS(6523), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4200), + [anon_sym_fun] = ACTIONS(4200), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_this] = ACTIONS(4200), + [anon_sym_super] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_null] = ACTIONS(4200), + [anon_sym_if] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_when] = ACTIONS(4200), + [anon_sym_try] = ACTIONS(4200), + [anon_sym_throw] = ACTIONS(4200), + [anon_sym_return] = ACTIONS(4200), + [anon_sym_continue] = ACTIONS(4200), + [anon_sym_break] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4202), + [anon_sym_continue_AT] = ACTIONS(4202), + [anon_sym_break_AT] = ACTIONS(4202), + [anon_sym_this_AT] = ACTIONS(4202), + [anon_sym_super_AT] = ACTIONS(4202), + [sym_real_literal] = ACTIONS(4202), + [sym_integer_literal] = ACTIONS(4200), + [sym_hex_literal] = ACTIONS(4202), + [sym_bin_literal] = ACTIONS(4202), + [anon_sym_true] = ACTIONS(4200), + [anon_sym_false] = ACTIONS(4200), + [anon_sym_SQUOTE] = ACTIONS(4202), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4202), + }, + [2902] = { + [sym_function_body] = STATE(3184), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4481), + [anon_sym_AT] = ACTIONS(4483), + [anon_sym_LBRACK] = ACTIONS(4483), + [anon_sym_as] = ACTIONS(4481), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4483), + [anon_sym_super_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), + }, + [2903] = { + [sym_getter] = STATE(4019), + [sym_setter] = STATE(4019), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6390), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [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), @@ -359209,32 +353526,554 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(3340), + [sym__automatic_semicolon] = ACTIONS(3340), + [sym_safe_nav] = ACTIONS(3340), [sym_multiline_comment] = ACTIONS(3), }, - [2969] = { - [sym_getter] = STATE(5134), - [sym_setter] = STATE(5134), - [sym_modifiers] = STATE(9310), - [sym__modifier] = STATE(5620), - [sym_class_modifier] = STATE(5620), - [sym_member_modifier] = STATE(5620), - [sym_visibility_modifier] = STATE(5620), - [sym_function_modifier] = STATE(5620), - [sym_inheritance_modifier] = STATE(5620), - [sym_parameter_modifier] = STATE(5620), - [sym_platform_modifier] = STATE(5620), - [sym_annotation] = STATE(5620), - [sym__single_annotation] = STATE(5789), - [sym__multi_annotation] = STATE(5789), - [aux_sym_modifiers_repeat1] = STATE(5620), + [2904] = { + [sym_type_constraints] = STATE(3104), + [sym_function_body] = STATE(3472), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_COLON] = ACTIONS(6525), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_RBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_RPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [anon_sym_DASH_GT] = ACTIONS(4131), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_while] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + }, + [2905] = { + [sym_getter] = STATE(3845), + [sym_setter] = STATE(3845), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [anon_sym_STAR] = ACTIONS(3422), + [sym_label] = ACTIONS(3422), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3422), + [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(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3422), + [sym__automatic_semicolon] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), + [sym_multiline_comment] = ACTIONS(3), + }, + [2906] = { + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(5020), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), + [sym_multiline_comment] = ACTIONS(3), + }, + [2907] = { + [sym_function_body] = STATE(3081), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4233), + [anon_sym_super_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), + }, + [2908] = { + [sym_type_constraints] = STATE(3038), + [sym_enum_class_body] = STATE(3259), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(3360), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), + }, + [2909] = { + [sym_class_body] = STATE(3167), + [sym_type_constraints] = STATE(2970), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_COLON] = ACTIONS(3326), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), + }, + [2910] = { + [sym_getter] = STATE(3942), + [sym_setter] = STATE(3942), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(3316), + [anon_sym_AT] = ACTIONS(3312), [anon_sym_LBRACK] = ACTIONS(1798), [anon_sym_as] = ACTIONS(1796), [anon_sym_LBRACE] = ACTIONS(1798), @@ -359243,9 +354082,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(1796), [anon_sym_GT] = ACTIONS(1796), [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(6380), - [anon_sym_set] = ACTIONS(6382), + [anon_sym_SEMI] = ACTIONS(5151), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), [anon_sym_STAR] = ACTIONS(1798), [sym_label] = ACTIONS(1798), [anon_sym_in] = ACTIONS(1796), @@ -359296,8135 +354135,7265 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_vararg] = ACTIONS(87), [anon_sym_noinline] = ACTIONS(87), [anon_sym_crossinline] = ACTIONS(87), - [anon_sym_expect] = ACTIONS(3326), - [anon_sym_actual] = ACTIONS(3326), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1798), [sym__automatic_semicolon] = ACTIONS(1798), [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [2970] = { - [sym_enum_class_body] = STATE(3061), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [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(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_data] = ACTIONS(3278), - [anon_sym_inner] = ACTIONS(3278), - [anon_sym_value] = ACTIONS(3278), - [anon_sym_expect] = ACTIONS(3278), - [anon_sym_actual] = ACTIONS(3278), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [2911] = { + [aux_sym_user_type_repeat1] = STATE(2963), + [sym__alpha_identifier] = ACTIONS(4193), + [anon_sym_AT] = ACTIONS(4195), + [anon_sym_LBRACK] = ACTIONS(4195), + [anon_sym_RBRACK] = ACTIONS(4195), + [anon_sym_as] = ACTIONS(4193), + [anon_sym_EQ] = ACTIONS(4193), + [anon_sym_LBRACE] = ACTIONS(4195), + [anon_sym_RBRACE] = ACTIONS(4195), + [anon_sym_LPAREN] = ACTIONS(4195), + [anon_sym_COMMA] = ACTIONS(4195), + [anon_sym_RPAREN] = ACTIONS(4195), + [anon_sym_by] = ACTIONS(4193), + [anon_sym_LT] = ACTIONS(4193), + [anon_sym_GT] = ACTIONS(4193), + [anon_sym_where] = ACTIONS(4193), + [anon_sym_DOT] = ACTIONS(6527), + [anon_sym_SEMI] = ACTIONS(4195), + [anon_sym_get] = ACTIONS(4193), + [anon_sym_set] = ACTIONS(4193), + [anon_sym_AMP] = ACTIONS(4193), + [sym__quest] = ACTIONS(4193), + [anon_sym_STAR] = ACTIONS(4193), + [anon_sym_DASH_GT] = ACTIONS(4195), + [sym_label] = ACTIONS(4195), + [anon_sym_in] = ACTIONS(4193), + [anon_sym_while] = ACTIONS(4193), + [anon_sym_DOT_DOT] = ACTIONS(4195), + [anon_sym_QMARK_COLON] = ACTIONS(4195), + [anon_sym_AMP_AMP] = ACTIONS(4195), + [anon_sym_PIPE_PIPE] = ACTIONS(4195), + [anon_sym_else] = ACTIONS(4193), + [anon_sym_COLON_COLON] = ACTIONS(4195), + [anon_sym_PLUS_EQ] = ACTIONS(4195), + [anon_sym_DASH_EQ] = ACTIONS(4195), + [anon_sym_STAR_EQ] = ACTIONS(4195), + [anon_sym_SLASH_EQ] = ACTIONS(4195), + [anon_sym_PERCENT_EQ] = ACTIONS(4195), + [anon_sym_BANG_EQ] = ACTIONS(4193), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4195), + [anon_sym_EQ_EQ] = ACTIONS(4193), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4195), + [anon_sym_LT_EQ] = ACTIONS(4195), + [anon_sym_GT_EQ] = ACTIONS(4195), + [anon_sym_BANGin] = ACTIONS(4195), + [anon_sym_is] = ACTIONS(4193), + [anon_sym_BANGis] = ACTIONS(4195), + [anon_sym_PLUS] = ACTIONS(4193), + [anon_sym_DASH] = ACTIONS(4193), + [anon_sym_SLASH] = ACTIONS(4193), + [anon_sym_PERCENT] = ACTIONS(4193), + [anon_sym_as_QMARK] = ACTIONS(4195), + [anon_sym_PLUS_PLUS] = ACTIONS(4195), + [anon_sym_DASH_DASH] = ACTIONS(4195), + [anon_sym_BANG_BANG] = ACTIONS(4195), + [anon_sym_suspend] = ACTIONS(4193), + [anon_sym_sealed] = ACTIONS(4193), + [anon_sym_annotation] = ACTIONS(4193), + [anon_sym_data] = ACTIONS(4193), + [anon_sym_inner] = ACTIONS(4193), + [anon_sym_value] = ACTIONS(4193), + [anon_sym_override] = ACTIONS(4193), + [anon_sym_lateinit] = ACTIONS(4193), + [anon_sym_public] = ACTIONS(4193), + [anon_sym_private] = ACTIONS(4193), + [anon_sym_internal] = ACTIONS(4193), + [anon_sym_protected] = ACTIONS(4193), + [anon_sym_tailrec] = ACTIONS(4193), + [anon_sym_operator] = ACTIONS(4193), + [anon_sym_infix] = ACTIONS(4193), + [anon_sym_inline] = ACTIONS(4193), + [anon_sym_external] = ACTIONS(4193), + [sym_property_modifier] = ACTIONS(4193), + [anon_sym_abstract] = ACTIONS(4193), + [anon_sym_final] = ACTIONS(4193), + [anon_sym_open] = ACTIONS(4193), + [anon_sym_vararg] = ACTIONS(4193), + [anon_sym_noinline] = ACTIONS(4193), + [anon_sym_crossinline] = ACTIONS(4193), + [anon_sym_expect] = ACTIONS(4193), + [anon_sym_actual] = ACTIONS(4193), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4195), + [sym_safe_nav] = ACTIONS(4195), + [sym_multiline_comment] = ACTIONS(3), }, - [2971] = { - [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_data] = ACTIONS(4670), - [anon_sym_inner] = ACTIONS(4670), - [anon_sym_value] = ACTIONS(4670), - [anon_sym_expect] = ACTIONS(4670), - [anon_sym_actual] = ACTIONS(4670), + [2912] = { + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(5181), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4672), - [anon_sym_continue_AT] = ACTIONS(4672), - [anon_sym_break_AT] = ACTIONS(4672), - [anon_sym_this_AT] = ACTIONS(4672), - [anon_sym_super_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__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4672), }, - [2972] = { - [sym__alpha_identifier] = ACTIONS(4543), - [anon_sym_AT] = ACTIONS(4545), - [anon_sym_COLON] = ACTIONS(4543), - [anon_sym_LBRACK] = ACTIONS(4545), - [anon_sym_as] = ACTIONS(4543), - [anon_sym_EQ] = ACTIONS(4543), - [anon_sym_LBRACE] = ACTIONS(4545), - [anon_sym_RBRACE] = ACTIONS(4545), - [anon_sym_LPAREN] = ACTIONS(4545), - [anon_sym_COMMA] = ACTIONS(4545), - [anon_sym_LT] = ACTIONS(4543), - [anon_sym_GT] = ACTIONS(4543), - [anon_sym_where] = ACTIONS(4543), - [anon_sym_object] = ACTIONS(4543), - [anon_sym_fun] = ACTIONS(4543), - [anon_sym_DOT] = ACTIONS(4543), - [anon_sym_SEMI] = ACTIONS(4545), - [anon_sym_get] = ACTIONS(4543), - [anon_sym_set] = ACTIONS(4543), - [anon_sym_this] = ACTIONS(4543), - [anon_sym_super] = ACTIONS(4543), - [anon_sym_STAR] = ACTIONS(4543), - [sym_label] = ACTIONS(4543), - [anon_sym_in] = ACTIONS(4543), - [anon_sym_DOT_DOT] = ACTIONS(4545), - [anon_sym_QMARK_COLON] = ACTIONS(4545), - [anon_sym_AMP_AMP] = ACTIONS(4545), - [anon_sym_PIPE_PIPE] = ACTIONS(4545), - [anon_sym_null] = ACTIONS(4543), - [anon_sym_if] = ACTIONS(4543), - [anon_sym_else] = ACTIONS(4543), - [anon_sym_when] = ACTIONS(4543), - [anon_sym_try] = ACTIONS(4543), - [anon_sym_throw] = ACTIONS(4543), - [anon_sym_return] = ACTIONS(4543), - [anon_sym_continue] = ACTIONS(4543), - [anon_sym_break] = ACTIONS(4543), - [anon_sym_COLON_COLON] = ACTIONS(4545), - [anon_sym_PLUS_EQ] = ACTIONS(4545), - [anon_sym_DASH_EQ] = ACTIONS(4545), - [anon_sym_STAR_EQ] = ACTIONS(4545), - [anon_sym_SLASH_EQ] = ACTIONS(4545), - [anon_sym_PERCENT_EQ] = ACTIONS(4545), - [anon_sym_BANG_EQ] = ACTIONS(4543), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4545), - [anon_sym_EQ_EQ] = ACTIONS(4543), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4545), - [anon_sym_LT_EQ] = ACTIONS(4545), - [anon_sym_GT_EQ] = ACTIONS(4545), - [anon_sym_BANGin] = ACTIONS(4545), - [anon_sym_is] = ACTIONS(4543), - [anon_sym_BANGis] = ACTIONS(4545), - [anon_sym_PLUS] = ACTIONS(4543), - [anon_sym_DASH] = ACTIONS(4543), - [anon_sym_SLASH] = ACTIONS(4543), - [anon_sym_PERCENT] = ACTIONS(4543), - [anon_sym_as_QMARK] = ACTIONS(4545), - [anon_sym_PLUS_PLUS] = ACTIONS(4545), - [anon_sym_DASH_DASH] = ACTIONS(4545), - [anon_sym_BANG] = ACTIONS(4543), - [anon_sym_BANG_BANG] = ACTIONS(4545), - [anon_sym_data] = ACTIONS(4543), - [anon_sym_inner] = ACTIONS(4543), - [anon_sym_value] = ACTIONS(4543), - [anon_sym_expect] = ACTIONS(4543), - [anon_sym_actual] = ACTIONS(4543), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4545), - [anon_sym_continue_AT] = ACTIONS(4545), - [anon_sym_break_AT] = ACTIONS(4545), - [anon_sym_this_AT] = ACTIONS(4545), - [anon_sym_super_AT] = ACTIONS(4545), - [sym_real_literal] = ACTIONS(4545), - [sym_integer_literal] = ACTIONS(4543), - [sym_hex_literal] = ACTIONS(4545), - [sym_bin_literal] = ACTIONS(4545), - [anon_sym_true] = ACTIONS(4543), - [anon_sym_false] = ACTIONS(4543), - [anon_sym_SQUOTE] = ACTIONS(4545), - [sym__backtick_identifier] = ACTIONS(4545), - [sym__automatic_semicolon] = ACTIONS(4545), - [sym_safe_nav] = ACTIONS(4545), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4545), + [2913] = { + [aux_sym_user_type_repeat1] = STATE(2913), + [sym__alpha_identifier] = ACTIONS(4186), + [anon_sym_AT] = ACTIONS(4188), + [anon_sym_LBRACK] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(4188), + [anon_sym_RBRACE] = ACTIONS(4188), + [anon_sym_LPAREN] = ACTIONS(4188), + [anon_sym_COMMA] = ACTIONS(4188), + [anon_sym_by] = ACTIONS(4186), + [anon_sym_where] = ACTIONS(4186), + [anon_sym_object] = ACTIONS(4186), + [anon_sym_fun] = ACTIONS(4186), + [anon_sym_DOT] = ACTIONS(6530), + [anon_sym_SEMI] = ACTIONS(4188), + [anon_sym_get] = ACTIONS(4186), + [anon_sym_set] = ACTIONS(4186), + [anon_sym_this] = ACTIONS(4186), + [anon_sym_super] = ACTIONS(4186), + [anon_sym_AMP] = ACTIONS(4188), + [sym__quest] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4186), + [anon_sym_in] = ACTIONS(4186), + [anon_sym_null] = ACTIONS(4186), + [anon_sym_if] = ACTIONS(4186), + [anon_sym_else] = ACTIONS(4186), + [anon_sym_when] = ACTIONS(4186), + [anon_sym_try] = ACTIONS(4186), + [anon_sym_throw] = ACTIONS(4186), + [anon_sym_return] = ACTIONS(4186), + [anon_sym_continue] = ACTIONS(4186), + [anon_sym_break] = ACTIONS(4186), + [anon_sym_COLON_COLON] = ACTIONS(4188), + [anon_sym_BANGin] = ACTIONS(4188), + [anon_sym_is] = ACTIONS(4186), + [anon_sym_BANGis] = ACTIONS(4188), + [anon_sym_PLUS] = ACTIONS(4186), + [anon_sym_DASH] = ACTIONS(4186), + [anon_sym_PLUS_PLUS] = ACTIONS(4188), + [anon_sym_DASH_DASH] = ACTIONS(4188), + [anon_sym_BANG] = ACTIONS(4186), + [anon_sym_suspend] = ACTIONS(4186), + [anon_sym_sealed] = ACTIONS(4186), + [anon_sym_annotation] = ACTIONS(4186), + [anon_sym_data] = ACTIONS(4186), + [anon_sym_inner] = ACTIONS(4186), + [anon_sym_value] = ACTIONS(4186), + [anon_sym_override] = ACTIONS(4186), + [anon_sym_lateinit] = ACTIONS(4186), + [anon_sym_public] = ACTIONS(4186), + [anon_sym_private] = ACTIONS(4186), + [anon_sym_internal] = ACTIONS(4186), + [anon_sym_protected] = ACTIONS(4186), + [anon_sym_tailrec] = ACTIONS(4186), + [anon_sym_operator] = ACTIONS(4186), + [anon_sym_infix] = ACTIONS(4186), + [anon_sym_inline] = ACTIONS(4186), + [anon_sym_external] = ACTIONS(4186), + [sym_property_modifier] = ACTIONS(4186), + [anon_sym_abstract] = ACTIONS(4186), + [anon_sym_final] = ACTIONS(4186), + [anon_sym_open] = ACTIONS(4186), + [anon_sym_vararg] = ACTIONS(4186), + [anon_sym_noinline] = ACTIONS(4186), + [anon_sym_crossinline] = ACTIONS(4186), + [anon_sym_expect] = ACTIONS(4186), + [anon_sym_actual] = ACTIONS(4186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4188), + [anon_sym_continue_AT] = ACTIONS(4188), + [anon_sym_break_AT] = ACTIONS(4188), + [anon_sym_this_AT] = ACTIONS(4188), + [anon_sym_super_AT] = ACTIONS(4188), + [sym_real_literal] = ACTIONS(4188), + [sym_integer_literal] = ACTIONS(4186), + [sym_hex_literal] = ACTIONS(4188), + [sym_bin_literal] = ACTIONS(4188), + [anon_sym_true] = ACTIONS(4186), + [anon_sym_false] = ACTIONS(4186), + [anon_sym_SQUOTE] = ACTIONS(4188), + [sym__backtick_identifier] = ACTIONS(4188), + [sym__automatic_semicolon] = ACTIONS(4188), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4188), }, - [2973] = { - [sym__alpha_identifier] = ACTIONS(4237), - [anon_sym_AT] = ACTIONS(4239), - [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_RBRACK] = 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_RPAREN] = ACTIONS(4239), - [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(4237), - [anon_sym_set] = ACTIONS(4237), - [anon_sym_AMP] = ACTIONS(6567), - [sym__quest] = ACTIONS(4237), - [anon_sym_STAR] = ACTIONS(4237), - [anon_sym_DASH_GT] = ACTIONS(4239), - [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_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(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_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_value] = 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), + [2914] = { + [sym_getter] = STATE(5182), + [sym_setter] = STATE(5182), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [anon_sym_STAR] = ACTIONS(3422), + [sym_label] = ACTIONS(3422), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3422), + [anon_sym_as_QMARK] = ACTIONS(3422), + [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(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), + [sym__backtick_identifier] = ACTIONS(3422), + [sym__automatic_semicolon] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), [sym_multiline_comment] = ACTIONS(3), }, - [2974] = { - [sym__alpha_identifier] = ACTIONS(4710), - [anon_sym_AT] = ACTIONS(4710), - [anon_sym_LBRACK] = ACTIONS(4712), - [anon_sym_as] = ACTIONS(4710), - [anon_sym_EQ] = ACTIONS(4710), - [anon_sym_LBRACE] = ACTIONS(4712), - [anon_sym_RBRACE] = ACTIONS(4712), - [anon_sym_LPAREN] = ACTIONS(4712), - [anon_sym_COMMA] = ACTIONS(4712), - [anon_sym_LT] = ACTIONS(4710), - [anon_sym_GT] = ACTIONS(4710), - [anon_sym_where] = ACTIONS(4710), - [anon_sym_object] = ACTIONS(4710), - [anon_sym_fun] = ACTIONS(4710), - [anon_sym_DOT] = ACTIONS(4710), - [anon_sym_SEMI] = ACTIONS(4712), - [anon_sym_get] = ACTIONS(4710), - [anon_sym_set] = ACTIONS(4710), - [anon_sym_this] = ACTIONS(4710), - [anon_sym_super] = ACTIONS(4710), - [anon_sym_STAR] = ACTIONS(4710), - [sym_label] = ACTIONS(4710), - [anon_sym_in] = ACTIONS(4710), - [anon_sym_DOT_DOT] = ACTIONS(4712), - [anon_sym_QMARK_COLON] = ACTIONS(4712), - [anon_sym_AMP_AMP] = ACTIONS(4712), - [anon_sym_PIPE_PIPE] = ACTIONS(4712), - [anon_sym_null] = ACTIONS(4710), - [anon_sym_if] = ACTIONS(4710), - [anon_sym_else] = ACTIONS(4710), - [anon_sym_when] = ACTIONS(4710), - [anon_sym_try] = ACTIONS(4710), - [anon_sym_throw] = ACTIONS(4710), - [anon_sym_return] = ACTIONS(4710), - [anon_sym_continue] = ACTIONS(4710), - [anon_sym_break] = ACTIONS(4710), - [anon_sym_COLON_COLON] = ACTIONS(4712), - [anon_sym_PLUS_EQ] = ACTIONS(4712), - [anon_sym_DASH_EQ] = ACTIONS(4712), - [anon_sym_STAR_EQ] = ACTIONS(4712), - [anon_sym_SLASH_EQ] = ACTIONS(4712), - [anon_sym_PERCENT_EQ] = ACTIONS(4712), - [anon_sym_BANG_EQ] = ACTIONS(4710), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4712), - [anon_sym_EQ_EQ] = ACTIONS(4710), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4712), - [anon_sym_LT_EQ] = ACTIONS(4712), - [anon_sym_GT_EQ] = ACTIONS(4712), - [anon_sym_BANGin] = ACTIONS(4712), - [anon_sym_is] = ACTIONS(4710), - [anon_sym_BANGis] = ACTIONS(4712), - [anon_sym_PLUS] = ACTIONS(4710), - [anon_sym_DASH] = ACTIONS(4710), - [anon_sym_SLASH] = ACTIONS(4710), - [anon_sym_PERCENT] = ACTIONS(4710), - [anon_sym_as_QMARK] = ACTIONS(4712), - [anon_sym_PLUS_PLUS] = ACTIONS(4712), - [anon_sym_DASH_DASH] = ACTIONS(4712), - [anon_sym_BANG] = ACTIONS(4710), - [anon_sym_BANG_BANG] = ACTIONS(4712), - [anon_sym_data] = ACTIONS(4710), - [anon_sym_inner] = ACTIONS(4710), - [anon_sym_value] = ACTIONS(4710), - [anon_sym_expect] = ACTIONS(4710), - [anon_sym_actual] = ACTIONS(4710), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4712), - [anon_sym_continue_AT] = ACTIONS(4712), - [anon_sym_break_AT] = ACTIONS(4712), - [anon_sym_this_AT] = ACTIONS(4712), - [anon_sym_super_AT] = ACTIONS(4712), - [anon_sym_AT2] = ACTIONS(6569), - [sym_real_literal] = ACTIONS(4712), - [sym_integer_literal] = ACTIONS(4710), - [sym_hex_literal] = ACTIONS(4712), - [sym_bin_literal] = ACTIONS(4712), - [anon_sym_true] = ACTIONS(4710), - [anon_sym_false] = ACTIONS(4710), - [anon_sym_SQUOTE] = ACTIONS(4712), - [sym__backtick_identifier] = ACTIONS(4712), - [sym__automatic_semicolon] = ACTIONS(4712), - [sym_safe_nav] = ACTIONS(4712), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4712), + [2915] = { + [sym_class_body] = STATE(3249), + [sym_type_constraints] = STATE(3056), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), }, - [2975] = { - [sym_function_body] = STATE(3132), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_COLON] = ACTIONS(6571), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_object] = ACTIONS(4307), - [anon_sym_fun] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_this] = ACTIONS(4307), - [anon_sym_super] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4307), - [sym_label] = ACTIONS(4307), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_if] = ACTIONS(4307), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_when] = ACTIONS(4307), - [anon_sym_try] = ACTIONS(4307), - [anon_sym_throw] = ACTIONS(4307), - [anon_sym_return] = ACTIONS(4307), - [anon_sym_continue] = ACTIONS(4307), - [anon_sym_break] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_PLUS_EQ] = ACTIONS(4309), - [anon_sym_DASH_EQ] = ACTIONS(4309), - [anon_sym_STAR_EQ] = ACTIONS(4309), - [anon_sym_SLASH_EQ] = ACTIONS(4309), - [anon_sym_PERCENT_EQ] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4307), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG] = ACTIONS(4307), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4309), - [anon_sym_continue_AT] = ACTIONS(4309), - [anon_sym_break_AT] = ACTIONS(4309), - [anon_sym_this_AT] = ACTIONS(4309), - [anon_sym_super_AT] = ACTIONS(4309), - [sym_real_literal] = ACTIONS(4309), - [sym_integer_literal] = ACTIONS(4307), - [sym_hex_literal] = ACTIONS(4309), - [sym_bin_literal] = ACTIONS(4309), - [anon_sym_true] = ACTIONS(4307), - [anon_sym_false] = ACTIONS(4307), - [anon_sym_SQUOTE] = ACTIONS(4309), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4309), + [2916] = { + [sym__alpha_identifier] = ACTIONS(4458), + [anon_sym_AT] = ACTIONS(4460), + [anon_sym_LBRACK] = ACTIONS(4460), + [anon_sym_as] = ACTIONS(4458), + [anon_sym_EQ] = ACTIONS(4458), + [anon_sym_LBRACE] = ACTIONS(4460), + [anon_sym_RBRACE] = ACTIONS(4460), + [anon_sym_LPAREN] = ACTIONS(4460), + [anon_sym_COMMA] = ACTIONS(4460), + [anon_sym_LT] = ACTIONS(4458), + [anon_sym_GT] = ACTIONS(4458), + [anon_sym_where] = ACTIONS(4458), + [anon_sym_object] = ACTIONS(4458), + [anon_sym_fun] = ACTIONS(4458), + [anon_sym_DOT] = ACTIONS(4458), + [anon_sym_SEMI] = ACTIONS(4460), + [anon_sym_get] = ACTIONS(4458), + [anon_sym_set] = ACTIONS(4458), + [anon_sym_this] = ACTIONS(4458), + [anon_sym_super] = ACTIONS(4458), + [anon_sym_STAR] = ACTIONS(4458), + [sym_label] = ACTIONS(4458), + [anon_sym_in] = ACTIONS(4458), + [anon_sym_DOT_DOT] = ACTIONS(4460), + [anon_sym_QMARK_COLON] = ACTIONS(4460), + [anon_sym_AMP_AMP] = ACTIONS(4460), + [anon_sym_PIPE_PIPE] = ACTIONS(4460), + [anon_sym_null] = ACTIONS(4458), + [anon_sym_if] = ACTIONS(4458), + [anon_sym_else] = ACTIONS(4458), + [anon_sym_when] = ACTIONS(4458), + [anon_sym_try] = ACTIONS(4458), + [anon_sym_catch] = ACTIONS(4458), + [anon_sym_finally] = ACTIONS(4458), + [anon_sym_throw] = ACTIONS(4458), + [anon_sym_return] = ACTIONS(4458), + [anon_sym_continue] = ACTIONS(4458), + [anon_sym_break] = ACTIONS(4458), + [anon_sym_COLON_COLON] = ACTIONS(4460), + [anon_sym_PLUS_EQ] = ACTIONS(4460), + [anon_sym_DASH_EQ] = ACTIONS(4460), + [anon_sym_STAR_EQ] = ACTIONS(4460), + [anon_sym_SLASH_EQ] = ACTIONS(4460), + [anon_sym_PERCENT_EQ] = ACTIONS(4460), + [anon_sym_BANG_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4460), + [anon_sym_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4460), + [anon_sym_LT_EQ] = ACTIONS(4460), + [anon_sym_GT_EQ] = ACTIONS(4460), + [anon_sym_BANGin] = ACTIONS(4460), + [anon_sym_is] = ACTIONS(4458), + [anon_sym_BANGis] = ACTIONS(4460), + [anon_sym_PLUS] = ACTIONS(4458), + [anon_sym_DASH] = ACTIONS(4458), + [anon_sym_SLASH] = ACTIONS(4458), + [anon_sym_PERCENT] = ACTIONS(4458), + [anon_sym_as_QMARK] = ACTIONS(4460), + [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(4460), + [anon_sym_BANG] = ACTIONS(4458), + [anon_sym_BANG_BANG] = ACTIONS(4460), + [anon_sym_data] = ACTIONS(4458), + [anon_sym_inner] = ACTIONS(4458), + [anon_sym_value] = ACTIONS(4458), + [anon_sym_expect] = ACTIONS(4458), + [anon_sym_actual] = ACTIONS(4458), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4460), + [anon_sym_continue_AT] = ACTIONS(4460), + [anon_sym_break_AT] = ACTIONS(4460), + [anon_sym_this_AT] = ACTIONS(4460), + [anon_sym_super_AT] = ACTIONS(4460), + [sym_real_literal] = ACTIONS(4460), + [sym_integer_literal] = ACTIONS(4458), + [sym_hex_literal] = ACTIONS(4460), + [sym_bin_literal] = ACTIONS(4460), + [anon_sym_true] = ACTIONS(4458), + [anon_sym_false] = ACTIONS(4458), + [anon_sym_SQUOTE] = ACTIONS(4460), + [sym__backtick_identifier] = ACTIONS(4460), + [sym__automatic_semicolon] = ACTIONS(4460), + [sym_safe_nav] = ACTIONS(4460), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4460), }, - [2976] = { - [sym_annotated_lambda] = STATE(3935), - [sym_lambda_literal] = STATE(4039), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(4000), - [anon_sym_AT] = ACTIONS(4002), - [anon_sym_LBRACK] = ACTIONS(4002), - [anon_sym_as] = ACTIONS(4000), - [anon_sym_EQ] = ACTIONS(4000), - [anon_sym_LBRACE] = ACTIONS(4002), - [anon_sym_RBRACE] = ACTIONS(4002), - [anon_sym_LPAREN] = ACTIONS(4002), - [anon_sym_COMMA] = ACTIONS(4002), - [anon_sym_LT] = ACTIONS(4000), - [anon_sym_GT] = ACTIONS(4000), - [anon_sym_where] = ACTIONS(4000), - [anon_sym_DOT] = ACTIONS(4000), - [anon_sym_SEMI] = ACTIONS(4002), - [anon_sym_get] = ACTIONS(4000), - [anon_sym_set] = ACTIONS(4000), - [anon_sym_STAR] = ACTIONS(4000), - [sym_label] = ACTIONS(4002), - [anon_sym_in] = ACTIONS(4000), - [anon_sym_DOT_DOT] = ACTIONS(4002), - [anon_sym_QMARK_COLON] = ACTIONS(4002), - [anon_sym_AMP_AMP] = ACTIONS(4002), - [anon_sym_PIPE_PIPE] = ACTIONS(4002), - [anon_sym_else] = ACTIONS(4000), - [anon_sym_COLON_COLON] = ACTIONS(4002), - [anon_sym_PLUS_EQ] = ACTIONS(4002), - [anon_sym_DASH_EQ] = ACTIONS(4002), - [anon_sym_STAR_EQ] = ACTIONS(4002), - [anon_sym_SLASH_EQ] = ACTIONS(4002), - [anon_sym_PERCENT_EQ] = ACTIONS(4002), - [anon_sym_BANG_EQ] = ACTIONS(4000), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4002), - [anon_sym_EQ_EQ] = ACTIONS(4000), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4002), - [anon_sym_LT_EQ] = ACTIONS(4002), - [anon_sym_GT_EQ] = ACTIONS(4002), - [anon_sym_BANGin] = ACTIONS(4002), - [anon_sym_is] = ACTIONS(4000), - [anon_sym_BANGis] = ACTIONS(4002), - [anon_sym_PLUS] = ACTIONS(4000), - [anon_sym_DASH] = ACTIONS(4000), - [anon_sym_SLASH] = ACTIONS(4000), - [anon_sym_PERCENT] = ACTIONS(4000), - [anon_sym_as_QMARK] = ACTIONS(4002), - [anon_sym_PLUS_PLUS] = ACTIONS(4002), - [anon_sym_DASH_DASH] = ACTIONS(4002), - [anon_sym_BANG_BANG] = ACTIONS(4002), - [anon_sym_suspend] = ACTIONS(4000), - [anon_sym_sealed] = ACTIONS(4000), - [anon_sym_annotation] = ACTIONS(4000), - [anon_sym_data] = ACTIONS(4000), - [anon_sym_inner] = ACTIONS(4000), - [anon_sym_value] = ACTIONS(4000), - [anon_sym_override] = ACTIONS(4000), - [anon_sym_lateinit] = ACTIONS(4000), - [anon_sym_public] = ACTIONS(4000), - [anon_sym_private] = ACTIONS(4000), - [anon_sym_internal] = ACTIONS(4000), - [anon_sym_protected] = ACTIONS(4000), - [anon_sym_tailrec] = ACTIONS(4000), - [anon_sym_operator] = ACTIONS(4000), - [anon_sym_infix] = ACTIONS(4000), - [anon_sym_inline] = ACTIONS(4000), - [anon_sym_external] = ACTIONS(4000), - [sym_property_modifier] = ACTIONS(4000), - [anon_sym_abstract] = ACTIONS(4000), - [anon_sym_final] = ACTIONS(4000), - [anon_sym_open] = ACTIONS(4000), - [anon_sym_vararg] = ACTIONS(4000), - [anon_sym_noinline] = ACTIONS(4000), - [anon_sym_crossinline] = ACTIONS(4000), - [anon_sym_expect] = ACTIONS(4000), - [anon_sym_actual] = ACTIONS(4000), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4002), - [sym__automatic_semicolon] = ACTIONS(4002), - [sym_safe_nav] = ACTIONS(4002), + [2917] = { + [sym_getter] = STATE(5160), + [sym_setter] = STATE(5160), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1790), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_as] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1790), + [anon_sym_GT] = ACTIONS(1790), + [anon_sym_DOT] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [anon_sym_STAR] = ACTIONS(1792), + [sym_label] = ACTIONS(1792), + [anon_sym_in] = ACTIONS(1790), + [anon_sym_DOT_DOT] = ACTIONS(1792), + [anon_sym_QMARK_COLON] = ACTIONS(1792), + [anon_sym_AMP_AMP] = ACTIONS(1792), + [anon_sym_PIPE_PIPE] = ACTIONS(1792), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_COLON_COLON] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1790), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ] = ACTIONS(1790), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_BANGin] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1790), + [anon_sym_BANGis] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1790), + [anon_sym_SLASH] = ACTIONS(1790), + [anon_sym_PERCENT] = ACTIONS(1792), + [anon_sym_as_QMARK] = ACTIONS(1792), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_BANG_BANG] = ACTIONS(1792), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1792), + [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), }, - [2977] = { - [aux_sym_nullable_type_repeat1] = STATE(3043), - [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_by] = ACTIONS(4303), - [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), - [sym__quest] = ACTIONS(6573), - [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_value] = 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), + [2918] = { + [sym_getter] = STATE(5085), + [sym_setter] = STATE(5085), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(5014), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4305), - [sym_safe_nav] = ACTIONS(4305), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2978] = { - [sym_annotated_lambda] = STATE(3981), - [sym_lambda_literal] = STATE(4039), - [sym_annotation] = STATE(8352), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8352), - [sym__alpha_identifier] = ACTIONS(3992), - [anon_sym_AT] = ACTIONS(3994), - [anon_sym_LBRACK] = ACTIONS(3994), - [anon_sym_as] = ACTIONS(3992), - [anon_sym_EQ] = ACTIONS(3992), - [anon_sym_LBRACE] = ACTIONS(3994), - [anon_sym_RBRACE] = ACTIONS(3994), - [anon_sym_LPAREN] = ACTIONS(3994), - [anon_sym_COMMA] = ACTIONS(3994), - [anon_sym_LT] = ACTIONS(3992), - [anon_sym_GT] = ACTIONS(3992), - [anon_sym_where] = ACTIONS(3992), - [anon_sym_DOT] = ACTIONS(3992), - [anon_sym_SEMI] = ACTIONS(3994), - [anon_sym_get] = ACTIONS(3992), - [anon_sym_set] = ACTIONS(3992), - [anon_sym_STAR] = ACTIONS(3992), - [sym_label] = ACTIONS(3994), - [anon_sym_in] = ACTIONS(3992), - [anon_sym_DOT_DOT] = ACTIONS(3994), - [anon_sym_QMARK_COLON] = ACTIONS(3994), - [anon_sym_AMP_AMP] = ACTIONS(3994), - [anon_sym_PIPE_PIPE] = ACTIONS(3994), - [anon_sym_else] = ACTIONS(3992), - [anon_sym_COLON_COLON] = ACTIONS(3994), - [anon_sym_PLUS_EQ] = ACTIONS(3994), - [anon_sym_DASH_EQ] = ACTIONS(3994), - [anon_sym_STAR_EQ] = ACTIONS(3994), - [anon_sym_SLASH_EQ] = ACTIONS(3994), - [anon_sym_PERCENT_EQ] = ACTIONS(3994), - [anon_sym_BANG_EQ] = ACTIONS(3992), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3994), - [anon_sym_EQ_EQ] = ACTIONS(3992), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3994), - [anon_sym_LT_EQ] = ACTIONS(3994), - [anon_sym_GT_EQ] = ACTIONS(3994), - [anon_sym_BANGin] = ACTIONS(3994), - [anon_sym_is] = ACTIONS(3992), - [anon_sym_BANGis] = ACTIONS(3994), - [anon_sym_PLUS] = ACTIONS(3992), - [anon_sym_DASH] = ACTIONS(3992), - [anon_sym_SLASH] = ACTIONS(3992), - [anon_sym_PERCENT] = ACTIONS(3992), - [anon_sym_as_QMARK] = ACTIONS(3994), - [anon_sym_PLUS_PLUS] = ACTIONS(3994), - [anon_sym_DASH_DASH] = ACTIONS(3994), - [anon_sym_BANG_BANG] = ACTIONS(3994), - [anon_sym_suspend] = ACTIONS(3992), - [anon_sym_sealed] = ACTIONS(3992), - [anon_sym_annotation] = ACTIONS(3992), - [anon_sym_data] = ACTIONS(3992), - [anon_sym_inner] = ACTIONS(3992), - [anon_sym_value] = ACTIONS(3992), - [anon_sym_override] = ACTIONS(3992), - [anon_sym_lateinit] = ACTIONS(3992), - [anon_sym_public] = ACTIONS(3992), - [anon_sym_private] = ACTIONS(3992), - [anon_sym_internal] = ACTIONS(3992), - [anon_sym_protected] = ACTIONS(3992), - [anon_sym_tailrec] = ACTIONS(3992), - [anon_sym_operator] = ACTIONS(3992), - [anon_sym_infix] = ACTIONS(3992), - [anon_sym_inline] = ACTIONS(3992), - [anon_sym_external] = ACTIONS(3992), - [sym_property_modifier] = ACTIONS(3992), - [anon_sym_abstract] = ACTIONS(3992), - [anon_sym_final] = ACTIONS(3992), - [anon_sym_open] = ACTIONS(3992), - [anon_sym_vararg] = ACTIONS(3992), - [anon_sym_noinline] = ACTIONS(3992), - [anon_sym_crossinline] = ACTIONS(3992), - [anon_sym_expect] = ACTIONS(3992), - [anon_sym_actual] = ACTIONS(3992), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3994), - [sym__automatic_semicolon] = ACTIONS(3994), - [sym_safe_nav] = ACTIONS(3994), - [sym_multiline_comment] = ACTIONS(3), + [2919] = { + [sym_function_body] = STATE(3226), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(4151), + [anon_sym_object] = ACTIONS(4151), + [anon_sym_fun] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_this] = ACTIONS(4151), + [anon_sym_super] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [sym_label] = ACTIONS(4151), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_if] = ACTIONS(4151), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_when] = ACTIONS(4151), + [anon_sym_try] = ACTIONS(4151), + [anon_sym_throw] = ACTIONS(4151), + [anon_sym_return] = ACTIONS(4151), + [anon_sym_continue] = ACTIONS(4151), + [anon_sym_break] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4151), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4153), + [anon_sym_continue_AT] = ACTIONS(4153), + [anon_sym_break_AT] = ACTIONS(4153), + [anon_sym_this_AT] = ACTIONS(4153), + [anon_sym_super_AT] = ACTIONS(4153), + [sym_real_literal] = ACTIONS(4153), + [sym_integer_literal] = ACTIONS(4151), + [sym_hex_literal] = ACTIONS(4153), + [sym_bin_literal] = ACTIONS(4153), + [anon_sym_true] = ACTIONS(4151), + [anon_sym_false] = ACTIONS(4151), + [anon_sym_SQUOTE] = ACTIONS(4153), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4153), }, - [2979] = { - [sym__alpha_identifier] = ACTIONS(4237), - [anon_sym_AT] = ACTIONS(4239), - [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_RBRACK] = 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_RPAREN] = ACTIONS(4239), - [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(4237), - [anon_sym_set] = ACTIONS(4237), - [anon_sym_AMP] = ACTIONS(6575), - [sym__quest] = ACTIONS(4237), - [anon_sym_STAR] = ACTIONS(4237), - [anon_sym_DASH_GT] = ACTIONS(4239), - [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_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(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_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_value] = 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), + [2920] = { + [sym_type_constraints] = STATE(2986), + [sym_enum_class_body] = STATE(3196), + [sym__alpha_identifier] = ACTIONS(4489), + [anon_sym_AT] = ACTIONS(4491), + [anon_sym_LBRACK] = ACTIONS(4491), + [anon_sym_as] = ACTIONS(4489), + [anon_sym_EQ] = ACTIONS(4489), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(4491), + [anon_sym_LPAREN] = ACTIONS(4491), + [anon_sym_COMMA] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4489), + [anon_sym_GT] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4489), + [anon_sym_fun] = ACTIONS(4489), + [anon_sym_DOT] = ACTIONS(4489), + [anon_sym_SEMI] = ACTIONS(4491), + [anon_sym_get] = ACTIONS(4489), + [anon_sym_set] = ACTIONS(4489), + [anon_sym_this] = ACTIONS(4489), + [anon_sym_super] = ACTIONS(4489), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4489), + [anon_sym_in] = ACTIONS(4489), + [anon_sym_DOT_DOT] = ACTIONS(4491), + [anon_sym_QMARK_COLON] = ACTIONS(4491), + [anon_sym_AMP_AMP] = ACTIONS(4491), + [anon_sym_PIPE_PIPE] = ACTIONS(4491), + [anon_sym_null] = ACTIONS(4489), + [anon_sym_if] = ACTIONS(4489), + [anon_sym_else] = ACTIONS(4489), + [anon_sym_when] = ACTIONS(4489), + [anon_sym_try] = ACTIONS(4489), + [anon_sym_throw] = ACTIONS(4489), + [anon_sym_return] = ACTIONS(4489), + [anon_sym_continue] = ACTIONS(4489), + [anon_sym_break] = ACTIONS(4489), + [anon_sym_COLON_COLON] = ACTIONS(4491), + [anon_sym_PLUS_EQ] = ACTIONS(4491), + [anon_sym_DASH_EQ] = ACTIONS(4491), + [anon_sym_STAR_EQ] = ACTIONS(4491), + [anon_sym_SLASH_EQ] = ACTIONS(4491), + [anon_sym_PERCENT_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4491), + [anon_sym_LT_EQ] = ACTIONS(4491), + [anon_sym_GT_EQ] = ACTIONS(4491), + [anon_sym_BANGin] = ACTIONS(4491), + [anon_sym_is] = ACTIONS(4489), + [anon_sym_BANGis] = ACTIONS(4491), + [anon_sym_PLUS] = ACTIONS(4489), + [anon_sym_DASH] = ACTIONS(4489), + [anon_sym_SLASH] = ACTIONS(4489), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4491), + [anon_sym_DASH_DASH] = ACTIONS(4491), + [anon_sym_BANG] = ACTIONS(4489), + [anon_sym_BANG_BANG] = ACTIONS(4491), + [anon_sym_data] = ACTIONS(4489), + [anon_sym_inner] = ACTIONS(4489), + [anon_sym_value] = ACTIONS(4489), + [anon_sym_expect] = ACTIONS(4489), + [anon_sym_actual] = ACTIONS(4489), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4239), - [sym_safe_nav] = ACTIONS(4239), + [anon_sym_return_AT] = ACTIONS(4491), + [anon_sym_continue_AT] = ACTIONS(4491), + [anon_sym_break_AT] = ACTIONS(4491), + [anon_sym_this_AT] = ACTIONS(4491), + [anon_sym_super_AT] = ACTIONS(4491), + [sym_real_literal] = ACTIONS(4491), + [sym_integer_literal] = ACTIONS(4489), + [sym_hex_literal] = ACTIONS(4491), + [sym_bin_literal] = ACTIONS(4491), + [anon_sym_true] = ACTIONS(4489), + [anon_sym_false] = ACTIONS(4489), + [anon_sym_SQUOTE] = ACTIONS(4491), + [sym__backtick_identifier] = ACTIONS(4491), + [sym__automatic_semicolon] = ACTIONS(4491), + [sym_safe_nav] = ACTIONS(4491), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4491), }, - [2980] = { - [sym_class_body] = STATE(3513), - [sym_type_constraints] = STATE(3324), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(6577), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_RBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_RPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [anon_sym_DASH_GT] = ACTIONS(4218), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_while] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), + [2921] = { + [sym_catch_block] = STATE(2921), + [aux_sym_try_expression_repeat1] = STATE(2921), + [sym__alpha_identifier] = ACTIONS(4175), + [anon_sym_AT] = ACTIONS(4177), + [anon_sym_LBRACK] = ACTIONS(4177), + [anon_sym_RBRACK] = ACTIONS(4177), + [anon_sym_as] = ACTIONS(4175), + [anon_sym_EQ] = ACTIONS(4175), + [anon_sym_LBRACE] = ACTIONS(4177), + [anon_sym_RBRACE] = ACTIONS(4177), + [anon_sym_LPAREN] = ACTIONS(4177), + [anon_sym_COMMA] = ACTIONS(4177), + [anon_sym_RPAREN] = ACTIONS(4177), + [anon_sym_LT] = ACTIONS(4175), + [anon_sym_GT] = ACTIONS(4175), + [anon_sym_where] = ACTIONS(4175), + [anon_sym_DOT] = ACTIONS(4175), + [anon_sym_SEMI] = ACTIONS(4177), + [anon_sym_get] = ACTIONS(4175), + [anon_sym_set] = ACTIONS(4175), + [anon_sym_STAR] = ACTIONS(4175), + [anon_sym_DASH_GT] = ACTIONS(4177), + [sym_label] = ACTIONS(4177), + [anon_sym_in] = ACTIONS(4175), + [anon_sym_while] = ACTIONS(4175), + [anon_sym_DOT_DOT] = ACTIONS(4177), + [anon_sym_QMARK_COLON] = ACTIONS(4177), + [anon_sym_AMP_AMP] = ACTIONS(4177), + [anon_sym_PIPE_PIPE] = ACTIONS(4177), + [anon_sym_else] = ACTIONS(4175), + [anon_sym_catch] = ACTIONS(6533), + [anon_sym_finally] = ACTIONS(4175), + [anon_sym_COLON_COLON] = ACTIONS(4177), + [anon_sym_PLUS_EQ] = ACTIONS(4177), + [anon_sym_DASH_EQ] = ACTIONS(4177), + [anon_sym_STAR_EQ] = ACTIONS(4177), + [anon_sym_SLASH_EQ] = ACTIONS(4177), + [anon_sym_PERCENT_EQ] = ACTIONS(4177), + [anon_sym_BANG_EQ] = ACTIONS(4175), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4177), + [anon_sym_EQ_EQ] = ACTIONS(4175), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4177), + [anon_sym_LT_EQ] = ACTIONS(4177), + [anon_sym_GT_EQ] = ACTIONS(4177), + [anon_sym_BANGin] = ACTIONS(4177), + [anon_sym_is] = ACTIONS(4175), + [anon_sym_BANGis] = ACTIONS(4177), + [anon_sym_PLUS] = ACTIONS(4175), + [anon_sym_DASH] = ACTIONS(4175), + [anon_sym_SLASH] = ACTIONS(4175), + [anon_sym_PERCENT] = ACTIONS(4175), + [anon_sym_as_QMARK] = ACTIONS(4177), + [anon_sym_PLUS_PLUS] = ACTIONS(4177), + [anon_sym_DASH_DASH] = ACTIONS(4177), + [anon_sym_BANG_BANG] = ACTIONS(4177), + [anon_sym_suspend] = ACTIONS(4175), + [anon_sym_sealed] = ACTIONS(4175), + [anon_sym_annotation] = ACTIONS(4175), + [anon_sym_data] = ACTIONS(4175), + [anon_sym_inner] = ACTIONS(4175), + [anon_sym_value] = ACTIONS(4175), + [anon_sym_override] = ACTIONS(4175), + [anon_sym_lateinit] = ACTIONS(4175), + [anon_sym_public] = ACTIONS(4175), + [anon_sym_private] = ACTIONS(4175), + [anon_sym_internal] = ACTIONS(4175), + [anon_sym_protected] = ACTIONS(4175), + [anon_sym_tailrec] = ACTIONS(4175), + [anon_sym_operator] = ACTIONS(4175), + [anon_sym_infix] = ACTIONS(4175), + [anon_sym_inline] = ACTIONS(4175), + [anon_sym_external] = ACTIONS(4175), + [sym_property_modifier] = ACTIONS(4175), + [anon_sym_abstract] = ACTIONS(4175), + [anon_sym_final] = ACTIONS(4175), + [anon_sym_open] = ACTIONS(4175), + [anon_sym_vararg] = ACTIONS(4175), + [anon_sym_noinline] = ACTIONS(4175), + [anon_sym_crossinline] = ACTIONS(4175), + [anon_sym_expect] = ACTIONS(4175), + [anon_sym_actual] = ACTIONS(4175), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4177), + [sym_safe_nav] = ACTIONS(4177), [sym_multiline_comment] = ACTIONS(3), }, - [2981] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3034), - [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(6579), - [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_value] = ACTIONS(4684), - [anon_sym_expect] = ACTIONS(4684), - [anon_sym_actual] = ACTIONS(4684), + [2922] = { + [sym_getter] = STATE(4031), + [sym_setter] = STATE(4031), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1790), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_as] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1790), + [anon_sym_GT] = ACTIONS(1790), + [anon_sym_DOT] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [anon_sym_STAR] = ACTIONS(1792), + [sym_label] = ACTIONS(1792), + [anon_sym_in] = ACTIONS(1790), + [anon_sym_DOT_DOT] = ACTIONS(1792), + [anon_sym_QMARK_COLON] = ACTIONS(1792), + [anon_sym_AMP_AMP] = ACTIONS(1792), + [anon_sym_PIPE_PIPE] = ACTIONS(1792), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_COLON_COLON] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1790), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ] = ACTIONS(1790), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_BANGin] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1790), + [anon_sym_BANGis] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1790), + [anon_sym_SLASH] = ACTIONS(1790), + [anon_sym_PERCENT] = ACTIONS(1792), + [anon_sym_as_QMARK] = ACTIONS(1792), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_BANG_BANG] = ACTIONS(1792), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4686), - [anon_sym_continue_AT] = ACTIONS(4686), - [anon_sym_break_AT] = ACTIONS(4686), - [anon_sym_this_AT] = ACTIONS(4686), - [anon_sym_super_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__backtick_identifier] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1792), + [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4686), }, - [2982] = { - [sym_indexing_suffix] = STATE(7209), - [sym_navigation_suffix] = STATE(7209), - [sym__postfix_unary_operator] = STATE(7209), - [sym__member_access_operator] = STATE(7730), - [sym__postfix_unary_suffix] = STATE(7209), - [aux_sym__postfix_unary_expression_repeat1] = STATE(7209), - [sym__alpha_identifier] = ACTIONS(4028), - [anon_sym_AT] = ACTIONS(4030), - [anon_sym_LBRACK] = ACTIONS(4032), - [anon_sym_as] = ACTIONS(4028), - [anon_sym_EQ] = ACTIONS(4050), - [anon_sym_LBRACE] = ACTIONS(4030), - [anon_sym_RBRACE] = ACTIONS(4030), - [anon_sym_LPAREN] = ACTIONS(4030), - [anon_sym_COMMA] = ACTIONS(4030), - [anon_sym_LT] = ACTIONS(4028), - [anon_sym_GT] = ACTIONS(4028), - [anon_sym_where] = ACTIONS(4028), - [anon_sym_DOT] = ACTIONS(4037), - [anon_sym_SEMI] = ACTIONS(4030), - [anon_sym_get] = ACTIONS(4028), - [anon_sym_set] = ACTIONS(4028), - [anon_sym_STAR] = ACTIONS(4028), - [sym_label] = ACTIONS(4030), - [anon_sym_in] = ACTIONS(4028), - [anon_sym_DOT_DOT] = ACTIONS(4030), - [anon_sym_QMARK_COLON] = ACTIONS(4030), - [anon_sym_AMP_AMP] = ACTIONS(4030), - [anon_sym_PIPE_PIPE] = ACTIONS(4030), - [anon_sym_else] = ACTIONS(4028), - [anon_sym_COLON_COLON] = ACTIONS(4040), - [anon_sym_PLUS_EQ] = ACTIONS(4053), - [anon_sym_DASH_EQ] = ACTIONS(4053), - [anon_sym_STAR_EQ] = ACTIONS(4053), - [anon_sym_SLASH_EQ] = ACTIONS(4053), - [anon_sym_PERCENT_EQ] = ACTIONS(4053), - [anon_sym_BANG_EQ] = ACTIONS(4028), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4030), - [anon_sym_EQ_EQ] = ACTIONS(4028), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4030), - [anon_sym_LT_EQ] = ACTIONS(4030), - [anon_sym_GT_EQ] = ACTIONS(4030), - [anon_sym_BANGin] = ACTIONS(4030), - [anon_sym_is] = ACTIONS(4028), - [anon_sym_BANGis] = ACTIONS(4030), - [anon_sym_PLUS] = ACTIONS(4028), - [anon_sym_DASH] = ACTIONS(4028), - [anon_sym_SLASH] = ACTIONS(4028), - [anon_sym_PERCENT] = ACTIONS(4028), - [anon_sym_as_QMARK] = ACTIONS(4030), - [anon_sym_PLUS_PLUS] = ACTIONS(4045), - [anon_sym_DASH_DASH] = ACTIONS(4045), - [anon_sym_BANG_BANG] = ACTIONS(4045), - [anon_sym_suspend] = ACTIONS(4028), - [anon_sym_sealed] = ACTIONS(4028), - [anon_sym_annotation] = ACTIONS(4028), - [anon_sym_data] = ACTIONS(4028), - [anon_sym_inner] = ACTIONS(4028), - [anon_sym_value] = ACTIONS(4028), - [anon_sym_override] = ACTIONS(4028), - [anon_sym_lateinit] = ACTIONS(4028), - [anon_sym_public] = ACTIONS(4028), - [anon_sym_private] = ACTIONS(4028), - [anon_sym_internal] = ACTIONS(4028), - [anon_sym_protected] = ACTIONS(4028), - [anon_sym_tailrec] = ACTIONS(4028), - [anon_sym_operator] = ACTIONS(4028), - [anon_sym_infix] = ACTIONS(4028), - [anon_sym_inline] = ACTIONS(4028), - [anon_sym_external] = ACTIONS(4028), - [sym_property_modifier] = ACTIONS(4028), - [anon_sym_abstract] = ACTIONS(4028), - [anon_sym_final] = ACTIONS(4028), - [anon_sym_open] = ACTIONS(4028), - [anon_sym_vararg] = ACTIONS(4028), - [anon_sym_noinline] = ACTIONS(4028), - [anon_sym_crossinline] = ACTIONS(4028), - [anon_sym_expect] = ACTIONS(4028), - [anon_sym_actual] = ACTIONS(4028), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4030), - [sym__automatic_semicolon] = ACTIONS(4030), - [sym_safe_nav] = ACTIONS(4040), - [sym_multiline_comment] = ACTIONS(3), + [2923] = { + [sym_type_constraints] = STATE(3261), + [sym_function_body] = STATE(3262), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), }, - [2983] = { - [sym_class_body] = STATE(3565), - [sym_type_constraints] = STATE(3329), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_COLON] = ACTIONS(5669), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_RBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [anon_sym_DASH_GT] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [anon_sym_while] = ACTIONS(3270), - [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(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [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(3270), - [anon_sym_sealed] = ACTIONS(3270), - [anon_sym_annotation] = ACTIONS(3270), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_override] = ACTIONS(3270), - [anon_sym_lateinit] = ACTIONS(3270), - [anon_sym_public] = ACTIONS(3270), - [anon_sym_private] = ACTIONS(3270), - [anon_sym_internal] = ACTIONS(3270), - [anon_sym_protected] = ACTIONS(3270), - [anon_sym_tailrec] = ACTIONS(3270), - [anon_sym_operator] = ACTIONS(3270), - [anon_sym_infix] = ACTIONS(3270), - [anon_sym_inline] = ACTIONS(3270), - [anon_sym_external] = ACTIONS(3270), - [sym_property_modifier] = ACTIONS(3270), - [anon_sym_abstract] = ACTIONS(3270), - [anon_sym_final] = ACTIONS(3270), - [anon_sym_open] = ACTIONS(3270), - [anon_sym_vararg] = ACTIONS(3270), - [anon_sym_noinline] = ACTIONS(3270), - [anon_sym_crossinline] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), + [2924] = { + [sym_type_arguments] = STATE(6556), + [sym__alpha_identifier] = ACTIONS(4163), + [anon_sym_AT] = ACTIONS(4165), + [anon_sym_COLON] = ACTIONS(6536), + [anon_sym_LBRACK] = ACTIONS(4165), + [anon_sym_EQ] = ACTIONS(4165), + [anon_sym_LBRACE] = ACTIONS(4165), + [anon_sym_RBRACE] = ACTIONS(4165), + [anon_sym_LPAREN] = ACTIONS(4165), + [anon_sym_by] = ACTIONS(4163), + [anon_sym_LT] = ACTIONS(6538), + [anon_sym_where] = ACTIONS(4163), + [anon_sym_object] = ACTIONS(4163), + [anon_sym_fun] = ACTIONS(4163), + [anon_sym_DOT] = ACTIONS(4169), + [anon_sym_SEMI] = ACTIONS(4165), + [anon_sym_get] = ACTIONS(4163), + [anon_sym_set] = ACTIONS(4163), + [anon_sym_this] = ACTIONS(4163), + [anon_sym_super] = ACTIONS(4163), + [sym__quest] = ACTIONS(4171), + [anon_sym_STAR] = ACTIONS(4165), + [sym_label] = ACTIONS(4163), + [anon_sym_in] = ACTIONS(4163), + [anon_sym_null] = ACTIONS(4163), + [anon_sym_if] = ACTIONS(4163), + [anon_sym_else] = ACTIONS(4163), + [anon_sym_when] = ACTIONS(4163), + [anon_sym_try] = ACTIONS(4163), + [anon_sym_throw] = ACTIONS(4163), + [anon_sym_return] = ACTIONS(4163), + [anon_sym_continue] = ACTIONS(4163), + [anon_sym_break] = ACTIONS(4163), + [anon_sym_COLON_COLON] = ACTIONS(4165), + [anon_sym_BANGin] = ACTIONS(4165), + [anon_sym_is] = ACTIONS(4163), + [anon_sym_BANGis] = ACTIONS(4165), + [anon_sym_PLUS] = ACTIONS(4163), + [anon_sym_DASH] = ACTIONS(4163), + [anon_sym_PLUS_PLUS] = ACTIONS(4165), + [anon_sym_DASH_DASH] = ACTIONS(4165), + [anon_sym_BANG] = ACTIONS(4163), + [anon_sym_suspend] = ACTIONS(4163), + [anon_sym_sealed] = ACTIONS(4163), + [anon_sym_annotation] = ACTIONS(4163), + [anon_sym_data] = ACTIONS(4163), + [anon_sym_inner] = ACTIONS(4163), + [anon_sym_value] = ACTIONS(4163), + [anon_sym_override] = ACTIONS(4163), + [anon_sym_lateinit] = ACTIONS(4163), + [anon_sym_public] = ACTIONS(4163), + [anon_sym_private] = ACTIONS(4163), + [anon_sym_internal] = ACTIONS(4163), + [anon_sym_protected] = ACTIONS(4163), + [anon_sym_tailrec] = ACTIONS(4163), + [anon_sym_operator] = ACTIONS(4163), + [anon_sym_infix] = ACTIONS(4163), + [anon_sym_inline] = ACTIONS(4163), + [anon_sym_external] = ACTIONS(4163), + [sym_property_modifier] = ACTIONS(4163), + [anon_sym_abstract] = ACTIONS(4163), + [anon_sym_final] = ACTIONS(4163), + [anon_sym_open] = ACTIONS(4163), + [anon_sym_vararg] = ACTIONS(4163), + [anon_sym_noinline] = ACTIONS(4163), + [anon_sym_crossinline] = ACTIONS(4163), + [anon_sym_expect] = ACTIONS(4163), + [anon_sym_actual] = ACTIONS(4163), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4165), + [anon_sym_continue_AT] = ACTIONS(4165), + [anon_sym_break_AT] = ACTIONS(4165), + [anon_sym_this_AT] = ACTIONS(4165), + [anon_sym_super_AT] = ACTIONS(4165), + [sym_real_literal] = ACTIONS(4165), + [sym_integer_literal] = ACTIONS(4163), + [sym_hex_literal] = ACTIONS(4165), + [sym_bin_literal] = ACTIONS(4165), + [anon_sym_true] = ACTIONS(4163), + [anon_sym_false] = ACTIONS(4163), + [anon_sym_SQUOTE] = ACTIONS(4165), + [sym__backtick_identifier] = ACTIONS(4165), + [sym__automatic_semicolon] = ACTIONS(4165), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4165), }, - [2984] = { - [sym_class_body] = STATE(3543), - [sym_type_constraints] = STATE(3346), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_COLON] = ACTIONS(6581), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_RBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_RPAREN] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [anon_sym_DASH_GT] = ACTIONS(4329), - [sym_label] = ACTIONS(4329), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_while] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), + [2925] = { + [sym_function_body] = STATE(3262), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(4145), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), + }, + [2926] = { + [sym_type_constraints] = STATE(3163), + [sym_function_body] = STATE(3164), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), + }, + [2927] = { + [sym_getter] = STATE(3944), + [sym_setter] = STATE(3944), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(5163), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2985] = { - [sym_enum_class_body] = STATE(3114), - [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(3252), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4569), - [anon_sym_super_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), - }, - [2986] = { - [sym_type_constraints] = STATE(3325), - [sym_enum_class_body] = STATE(3539), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(5665), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_RBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [anon_sym_DASH_GT] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym_safe_nav] = ACTIONS(3282), + [2928] = { + [sym_type_arguments] = STATE(3002), + [sym__alpha_identifier] = ACTIONS(4169), + [anon_sym_AT] = ACTIONS(4171), + [anon_sym_LBRACK] = ACTIONS(4171), + [anon_sym_RBRACK] = ACTIONS(4171), + [anon_sym_as] = ACTIONS(4169), + [anon_sym_EQ] = ACTIONS(4169), + [anon_sym_LBRACE] = ACTIONS(4171), + [anon_sym_RBRACE] = ACTIONS(4171), + [anon_sym_LPAREN] = ACTIONS(4171), + [anon_sym_COMMA] = ACTIONS(4171), + [anon_sym_RPAREN] = ACTIONS(4171), + [anon_sym_by] = ACTIONS(4169), + [anon_sym_LT] = ACTIONS(6540), + [anon_sym_GT] = ACTIONS(4169), + [anon_sym_where] = ACTIONS(4169), + [anon_sym_DOT] = ACTIONS(4169), + [anon_sym_SEMI] = ACTIONS(4171), + [anon_sym_get] = ACTIONS(4169), + [anon_sym_set] = ACTIONS(4169), + [anon_sym_AMP] = ACTIONS(4169), + [sym__quest] = ACTIONS(4169), + [anon_sym_STAR] = ACTIONS(4169), + [anon_sym_DASH_GT] = ACTIONS(4171), + [sym_label] = ACTIONS(4171), + [anon_sym_in] = ACTIONS(4169), + [anon_sym_while] = ACTIONS(4169), + [anon_sym_DOT_DOT] = ACTIONS(4171), + [anon_sym_QMARK_COLON] = ACTIONS(4171), + [anon_sym_AMP_AMP] = ACTIONS(4171), + [anon_sym_PIPE_PIPE] = ACTIONS(4171), + [anon_sym_else] = ACTIONS(4169), + [anon_sym_COLON_COLON] = ACTIONS(4171), + [anon_sym_PLUS_EQ] = ACTIONS(4171), + [anon_sym_DASH_EQ] = ACTIONS(4171), + [anon_sym_STAR_EQ] = ACTIONS(4171), + [anon_sym_SLASH_EQ] = ACTIONS(4171), + [anon_sym_PERCENT_EQ] = ACTIONS(4171), + [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(4171), + [anon_sym_GT_EQ] = ACTIONS(4171), + [anon_sym_BANGin] = ACTIONS(4171), + [anon_sym_is] = ACTIONS(4169), + [anon_sym_BANGis] = ACTIONS(4171), + [anon_sym_PLUS] = ACTIONS(4169), + [anon_sym_DASH] = ACTIONS(4169), + [anon_sym_SLASH] = ACTIONS(4169), + [anon_sym_PERCENT] = ACTIONS(4169), + [anon_sym_as_QMARK] = ACTIONS(4171), + [anon_sym_PLUS_PLUS] = ACTIONS(4171), + [anon_sym_DASH_DASH] = ACTIONS(4171), + [anon_sym_BANG_BANG] = ACTIONS(4171), + [anon_sym_suspend] = ACTIONS(4169), + [anon_sym_sealed] = ACTIONS(4169), + [anon_sym_annotation] = ACTIONS(4169), + [anon_sym_data] = ACTIONS(4169), + [anon_sym_inner] = ACTIONS(4169), + [anon_sym_value] = ACTIONS(4169), + [anon_sym_override] = ACTIONS(4169), + [anon_sym_lateinit] = ACTIONS(4169), + [anon_sym_public] = ACTIONS(4169), + [anon_sym_private] = ACTIONS(4169), + [anon_sym_internal] = ACTIONS(4169), + [anon_sym_protected] = ACTIONS(4169), + [anon_sym_tailrec] = ACTIONS(4169), + [anon_sym_operator] = ACTIONS(4169), + [anon_sym_infix] = ACTIONS(4169), + [anon_sym_inline] = ACTIONS(4169), + [anon_sym_external] = ACTIONS(4169), + [sym_property_modifier] = ACTIONS(4169), + [anon_sym_abstract] = ACTIONS(4169), + [anon_sym_final] = ACTIONS(4169), + [anon_sym_open] = ACTIONS(4169), + [anon_sym_vararg] = ACTIONS(4169), + [anon_sym_noinline] = ACTIONS(4169), + [anon_sym_crossinline] = ACTIONS(4169), + [anon_sym_expect] = ACTIONS(4169), + [anon_sym_actual] = ACTIONS(4169), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4171), + [sym_safe_nav] = ACTIONS(4171), [sym_multiline_comment] = ACTIONS(3), }, - [2987] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3017), - [sym__alpha_identifier] = ACTIONS(4736), - [anon_sym_AT] = ACTIONS(4738), - [anon_sym_LBRACK] = ACTIONS(4738), - [anon_sym_as] = ACTIONS(4736), - [anon_sym_EQ] = ACTIONS(4736), - [anon_sym_LBRACE] = ACTIONS(4738), - [anon_sym_RBRACE] = ACTIONS(4738), - [anon_sym_LPAREN] = ACTIONS(4738), - [anon_sym_COMMA] = ACTIONS(4738), - [anon_sym_LT] = ACTIONS(4736), - [anon_sym_GT] = ACTIONS(4736), - [anon_sym_where] = ACTIONS(4736), - [anon_sym_object] = ACTIONS(4736), - [anon_sym_fun] = ACTIONS(4736), - [anon_sym_DOT] = ACTIONS(4736), - [anon_sym_SEMI] = ACTIONS(4738), - [anon_sym_get] = ACTIONS(4736), - [anon_sym_set] = ACTIONS(4736), - [anon_sym_this] = ACTIONS(4736), - [anon_sym_super] = ACTIONS(4736), - [anon_sym_STAR] = ACTIONS(4736), - [sym_label] = ACTIONS(4736), - [anon_sym_in] = ACTIONS(4736), - [anon_sym_DOT_DOT] = ACTIONS(4738), - [anon_sym_QMARK_COLON] = ACTIONS(4738), - [anon_sym_AMP_AMP] = ACTIONS(4738), - [anon_sym_PIPE_PIPE] = ACTIONS(4738), - [anon_sym_null] = ACTIONS(4736), - [anon_sym_if] = ACTIONS(4736), - [anon_sym_else] = ACTIONS(4736), - [anon_sym_when] = ACTIONS(4736), - [anon_sym_try] = ACTIONS(4736), - [anon_sym_throw] = ACTIONS(4736), - [anon_sym_return] = ACTIONS(4736), - [anon_sym_continue] = ACTIONS(4736), - [anon_sym_break] = ACTIONS(4736), - [anon_sym_COLON_COLON] = ACTIONS(4738), - [anon_sym_PLUS_EQ] = ACTIONS(4738), - [anon_sym_DASH_EQ] = ACTIONS(4738), - [anon_sym_STAR_EQ] = ACTIONS(4738), - [anon_sym_SLASH_EQ] = ACTIONS(4738), - [anon_sym_PERCENT_EQ] = ACTIONS(4738), - [anon_sym_BANG_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4738), - [anon_sym_LT_EQ] = ACTIONS(4738), - [anon_sym_GT_EQ] = ACTIONS(4738), - [anon_sym_BANGin] = ACTIONS(4738), - [anon_sym_is] = ACTIONS(4736), - [anon_sym_BANGis] = ACTIONS(4738), - [anon_sym_PLUS] = ACTIONS(4736), - [anon_sym_DASH] = ACTIONS(4736), - [anon_sym_SLASH] = ACTIONS(4736), - [anon_sym_PERCENT] = ACTIONS(4736), - [anon_sym_as_QMARK] = ACTIONS(4738), - [anon_sym_PLUS_PLUS] = ACTIONS(4738), - [anon_sym_DASH_DASH] = ACTIONS(4738), - [anon_sym_BANG] = ACTIONS(4736), - [anon_sym_BANG_BANG] = ACTIONS(4738), - [anon_sym_data] = ACTIONS(4736), - [anon_sym_inner] = ACTIONS(4736), - [anon_sym_value] = ACTIONS(4736), - [anon_sym_expect] = ACTIONS(4736), - [anon_sym_actual] = ACTIONS(4736), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4738), - [anon_sym_continue_AT] = ACTIONS(4738), - [anon_sym_break_AT] = ACTIONS(4738), - [anon_sym_this_AT] = ACTIONS(4738), - [anon_sym_super_AT] = ACTIONS(4738), - [sym_real_literal] = ACTIONS(4738), - [sym_integer_literal] = ACTIONS(4736), - [sym_hex_literal] = ACTIONS(4738), - [sym_bin_literal] = ACTIONS(4738), - [anon_sym_true] = ACTIONS(4736), - [anon_sym_false] = ACTIONS(4736), - [anon_sym_SQUOTE] = ACTIONS(4738), - [sym__backtick_identifier] = ACTIONS(4738), - [sym__automatic_semicolon] = ACTIONS(4738), - [sym_safe_nav] = ACTIONS(4738), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4738), + [2929] = { + [sym_type_constraints] = STATE(3051), + [sym_enum_class_body] = STATE(3249), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(6542), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), }, - [2988] = { - [sym_class_body] = STATE(3539), - [sym_type_constraints] = STATE(3280), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(5663), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_RBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [anon_sym_DASH_GT] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym_safe_nav] = ACTIONS(3282), + [2930] = { + [sym_getter] = STATE(5085), + [sym_setter] = STATE(5085), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [2989] = { - [sym_enum_class_body] = STATE(3118), - [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(3252), - [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_value] = ACTIONS(4481), - [anon_sym_expect] = ACTIONS(4481), - [anon_sym_actual] = ACTIONS(4481), + [2931] = { + [sym_class_body] = STATE(3200), + [sym_type_constraints] = STATE(2971), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4212), + [anon_sym_fun] = ACTIONS(4212), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_this] = ACTIONS(4212), + [anon_sym_super] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_null] = ACTIONS(4212), + [anon_sym_if] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_when] = ACTIONS(4212), + [anon_sym_try] = ACTIONS(4212), + [anon_sym_throw] = ACTIONS(4212), + [anon_sym_return] = ACTIONS(4212), + [anon_sym_continue] = ACTIONS(4212), + [anon_sym_break] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4214), + [anon_sym_continue_AT] = ACTIONS(4214), + [anon_sym_break_AT] = ACTIONS(4214), + [anon_sym_this_AT] = ACTIONS(4214), + [anon_sym_super_AT] = ACTIONS(4214), + [sym_real_literal] = ACTIONS(4214), + [sym_integer_literal] = ACTIONS(4212), + [sym_hex_literal] = ACTIONS(4214), + [sym_bin_literal] = ACTIONS(4214), + [anon_sym_true] = ACTIONS(4212), + [anon_sym_false] = ACTIONS(4212), + [anon_sym_SQUOTE] = ACTIONS(4214), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4214), + }, + [2932] = { + [sym_getter] = STATE(3848), + [sym_setter] = STATE(3848), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4483), - [anon_sym_continue_AT] = ACTIONS(4483), - [anon_sym_break_AT] = ACTIONS(4483), - [anon_sym_this_AT] = ACTIONS(4483), - [anon_sym_super_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__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4483), }, - [2990] = { - [sym_class_body] = STATE(3133), - [sym__alpha_identifier] = ACTIONS(4652), - [anon_sym_AT] = ACTIONS(4654), - [anon_sym_LBRACK] = ACTIONS(4654), - [anon_sym_as] = ACTIONS(4652), - [anon_sym_EQ] = ACTIONS(4652), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4654), - [anon_sym_LPAREN] = ACTIONS(4654), - [anon_sym_COMMA] = ACTIONS(4654), - [anon_sym_LT] = ACTIONS(4652), - [anon_sym_GT] = ACTIONS(4652), - [anon_sym_where] = ACTIONS(4652), - [anon_sym_object] = ACTIONS(4652), - [anon_sym_fun] = ACTIONS(4652), - [anon_sym_DOT] = ACTIONS(4652), - [anon_sym_SEMI] = ACTIONS(4654), - [anon_sym_get] = ACTIONS(4652), - [anon_sym_set] = ACTIONS(4652), - [anon_sym_this] = ACTIONS(4652), - [anon_sym_super] = ACTIONS(4652), - [anon_sym_STAR] = ACTIONS(4652), - [sym_label] = ACTIONS(4652), - [anon_sym_in] = ACTIONS(4652), - [anon_sym_DOT_DOT] = ACTIONS(4654), - [anon_sym_QMARK_COLON] = ACTIONS(4654), - [anon_sym_AMP_AMP] = ACTIONS(4654), - [anon_sym_PIPE_PIPE] = ACTIONS(4654), - [anon_sym_null] = ACTIONS(4652), - [anon_sym_if] = ACTIONS(4652), - [anon_sym_else] = ACTIONS(4652), - [anon_sym_when] = ACTIONS(4652), - [anon_sym_try] = ACTIONS(4652), - [anon_sym_throw] = ACTIONS(4652), - [anon_sym_return] = ACTIONS(4652), - [anon_sym_continue] = ACTIONS(4652), - [anon_sym_break] = ACTIONS(4652), - [anon_sym_COLON_COLON] = ACTIONS(4654), - [anon_sym_PLUS_EQ] = ACTIONS(4654), - [anon_sym_DASH_EQ] = ACTIONS(4654), - [anon_sym_STAR_EQ] = ACTIONS(4654), - [anon_sym_SLASH_EQ] = ACTIONS(4654), - [anon_sym_PERCENT_EQ] = ACTIONS(4654), - [anon_sym_BANG_EQ] = ACTIONS(4652), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4654), - [anon_sym_EQ_EQ] = ACTIONS(4652), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4654), - [anon_sym_LT_EQ] = ACTIONS(4654), - [anon_sym_GT_EQ] = ACTIONS(4654), - [anon_sym_BANGin] = ACTIONS(4654), - [anon_sym_is] = ACTIONS(4652), - [anon_sym_BANGis] = ACTIONS(4654), - [anon_sym_PLUS] = ACTIONS(4652), - [anon_sym_DASH] = ACTIONS(4652), - [anon_sym_SLASH] = ACTIONS(4652), - [anon_sym_PERCENT] = ACTIONS(4652), - [anon_sym_as_QMARK] = ACTIONS(4654), - [anon_sym_PLUS_PLUS] = ACTIONS(4654), - [anon_sym_DASH_DASH] = ACTIONS(4654), - [anon_sym_BANG] = ACTIONS(4652), - [anon_sym_BANG_BANG] = ACTIONS(4654), - [anon_sym_data] = ACTIONS(4652), - [anon_sym_inner] = ACTIONS(4652), - [anon_sym_value] = ACTIONS(4652), - [anon_sym_expect] = ACTIONS(4652), - [anon_sym_actual] = ACTIONS(4652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4654), - [anon_sym_continue_AT] = ACTIONS(4654), - [anon_sym_break_AT] = ACTIONS(4654), - [anon_sym_this_AT] = ACTIONS(4654), - [anon_sym_super_AT] = ACTIONS(4654), - [sym_real_literal] = ACTIONS(4654), - [sym_integer_literal] = ACTIONS(4652), - [sym_hex_literal] = ACTIONS(4654), - [sym_bin_literal] = ACTIONS(4654), - [anon_sym_true] = ACTIONS(4652), - [anon_sym_false] = ACTIONS(4652), - [anon_sym_SQUOTE] = ACTIONS(4654), - [sym__backtick_identifier] = ACTIONS(4654), - [sym__automatic_semicolon] = ACTIONS(4654), - [sym_safe_nav] = ACTIONS(4654), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4654), - }, - [2991] = { - [sym_type_constraints] = STATE(3303), - [sym_enum_class_body] = STATE(3513), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(6583), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_RBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_RPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [anon_sym_DASH_GT] = ACTIONS(4218), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_while] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), + [2933] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(3981), + [anon_sym_COLON] = ACTIONS(3976), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_RBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_RPAREN] = ACTIONS(3981), + [anon_sym_by] = ACTIONS(3976), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(3976), + [anon_sym_set] = ACTIONS(3976), + [anon_sym_AMP] = ACTIONS(3976), + [sym__quest] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(3976), + [anon_sym_DASH_GT] = ACTIONS(3981), + [sym_label] = ACTIONS(3981), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_while] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(3976), + [anon_sym_sealed] = ACTIONS(3976), + [anon_sym_annotation] = ACTIONS(3976), + [anon_sym_data] = ACTIONS(3976), + [anon_sym_inner] = ACTIONS(3976), + [anon_sym_value] = ACTIONS(3976), + [anon_sym_override] = ACTIONS(3976), + [anon_sym_lateinit] = ACTIONS(3976), + [anon_sym_public] = ACTIONS(3976), + [anon_sym_private] = ACTIONS(3976), + [anon_sym_internal] = ACTIONS(3976), + [anon_sym_protected] = ACTIONS(3976), + [anon_sym_tailrec] = ACTIONS(3976), + [anon_sym_operator] = ACTIONS(3976), + [anon_sym_infix] = ACTIONS(3976), + [anon_sym_inline] = ACTIONS(3976), + [anon_sym_external] = ACTIONS(3976), + [sym_property_modifier] = ACTIONS(3976), + [anon_sym_abstract] = ACTIONS(3976), + [anon_sym_final] = ACTIONS(3976), + [anon_sym_open] = ACTIONS(3976), + [anon_sym_vararg] = ACTIONS(3976), + [anon_sym_noinline] = ACTIONS(3976), + [anon_sym_crossinline] = ACTIONS(3976), + [anon_sym_expect] = ACTIONS(3976), + [anon_sym_actual] = ACTIONS(3976), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3981), + [sym_safe_nav] = ACTIONS(3981), [sym_multiline_comment] = ACTIONS(3), }, - [2992] = { - [sym__alpha_identifier] = ACTIONS(4706), - [anon_sym_AT] = ACTIONS(4708), - [anon_sym_LBRACK] = ACTIONS(4708), - [anon_sym_as] = ACTIONS(4706), - [anon_sym_EQ] = ACTIONS(4706), - [anon_sym_LBRACE] = ACTIONS(4708), - [anon_sym_RBRACE] = ACTIONS(4708), - [anon_sym_LPAREN] = ACTIONS(4708), - [anon_sym_COMMA] = ACTIONS(4708), - [anon_sym_by] = ACTIONS(4706), - [anon_sym_LT] = ACTIONS(4706), - [anon_sym_GT] = ACTIONS(4706), - [anon_sym_where] = ACTIONS(4706), - [anon_sym_object] = ACTIONS(4706), - [anon_sym_fun] = ACTIONS(4706), - [anon_sym_DOT] = ACTIONS(4706), - [anon_sym_SEMI] = ACTIONS(4708), - [anon_sym_get] = ACTIONS(4706), - [anon_sym_set] = ACTIONS(4706), - [anon_sym_this] = ACTIONS(4706), - [anon_sym_super] = ACTIONS(4706), - [anon_sym_STAR] = ACTIONS(4706), - [sym_label] = ACTIONS(4706), - [anon_sym_in] = ACTIONS(4706), - [anon_sym_DOT_DOT] = ACTIONS(4708), - [anon_sym_QMARK_COLON] = ACTIONS(4708), - [anon_sym_AMP_AMP] = ACTIONS(4708), - [anon_sym_PIPE_PIPE] = ACTIONS(4708), - [anon_sym_null] = ACTIONS(4706), - [anon_sym_if] = ACTIONS(4706), - [anon_sym_else] = ACTIONS(4706), - [anon_sym_when] = ACTIONS(4706), - [anon_sym_try] = ACTIONS(4706), - [anon_sym_throw] = ACTIONS(4706), - [anon_sym_return] = ACTIONS(4706), - [anon_sym_continue] = ACTIONS(4706), - [anon_sym_break] = ACTIONS(4706), - [anon_sym_COLON_COLON] = ACTIONS(4708), - [anon_sym_PLUS_EQ] = ACTIONS(4708), - [anon_sym_DASH_EQ] = ACTIONS(4708), - [anon_sym_STAR_EQ] = ACTIONS(4708), - [anon_sym_SLASH_EQ] = ACTIONS(4708), - [anon_sym_PERCENT_EQ] = ACTIONS(4708), - [anon_sym_BANG_EQ] = ACTIONS(4706), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4708), - [anon_sym_EQ_EQ] = ACTIONS(4706), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4708), - [anon_sym_LT_EQ] = ACTIONS(4708), - [anon_sym_GT_EQ] = ACTIONS(4708), - [anon_sym_BANGin] = ACTIONS(4708), - [anon_sym_is] = ACTIONS(4706), - [anon_sym_BANGis] = ACTIONS(4708), - [anon_sym_PLUS] = ACTIONS(4706), - [anon_sym_DASH] = ACTIONS(4706), - [anon_sym_SLASH] = ACTIONS(4706), - [anon_sym_PERCENT] = ACTIONS(4706), - [anon_sym_as_QMARK] = ACTIONS(4708), - [anon_sym_PLUS_PLUS] = ACTIONS(4708), - [anon_sym_DASH_DASH] = ACTIONS(4708), - [anon_sym_BANG] = ACTIONS(4706), - [anon_sym_BANG_BANG] = ACTIONS(4708), - [anon_sym_data] = ACTIONS(4706), - [anon_sym_inner] = ACTIONS(4706), - [anon_sym_value] = ACTIONS(4706), - [anon_sym_expect] = ACTIONS(4706), - [anon_sym_actual] = ACTIONS(4706), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4708), - [anon_sym_continue_AT] = ACTIONS(4708), - [anon_sym_break_AT] = ACTIONS(4708), - [anon_sym_this_AT] = ACTIONS(4708), - [anon_sym_super_AT] = ACTIONS(4708), - [sym_real_literal] = ACTIONS(4708), - [sym_integer_literal] = ACTIONS(4706), - [sym_hex_literal] = ACTIONS(4708), - [sym_bin_literal] = ACTIONS(4708), - [anon_sym_true] = ACTIONS(4706), - [anon_sym_false] = ACTIONS(4706), - [anon_sym_SQUOTE] = ACTIONS(4708), - [sym__backtick_identifier] = ACTIONS(4708), - [sym__automatic_semicolon] = ACTIONS(4708), - [sym_safe_nav] = ACTIONS(4708), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4708), + [2934] = { + [sym_function_body] = STATE(3230), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(4139), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), }, - [2993] = { - [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_data] = ACTIONS(4696), - [anon_sym_inner] = ACTIONS(4696), - [anon_sym_value] = ACTIONS(4696), - [anon_sym_expect] = ACTIONS(4696), - [anon_sym_actual] = ACTIONS(4696), + [2935] = { + [sym_class_body] = STATE(3196), + [sym_type_constraints] = STATE(2976), + [sym__alpha_identifier] = ACTIONS(4489), + [anon_sym_AT] = ACTIONS(4491), + [anon_sym_LBRACK] = ACTIONS(4491), + [anon_sym_as] = ACTIONS(4489), + [anon_sym_EQ] = ACTIONS(4489), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4491), + [anon_sym_LPAREN] = ACTIONS(4491), + [anon_sym_COMMA] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4489), + [anon_sym_GT] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4489), + [anon_sym_fun] = ACTIONS(4489), + [anon_sym_DOT] = ACTIONS(4489), + [anon_sym_SEMI] = ACTIONS(4491), + [anon_sym_get] = ACTIONS(4489), + [anon_sym_set] = ACTIONS(4489), + [anon_sym_this] = ACTIONS(4489), + [anon_sym_super] = ACTIONS(4489), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4489), + [anon_sym_in] = ACTIONS(4489), + [anon_sym_DOT_DOT] = ACTIONS(4491), + [anon_sym_QMARK_COLON] = ACTIONS(4491), + [anon_sym_AMP_AMP] = ACTIONS(4491), + [anon_sym_PIPE_PIPE] = ACTIONS(4491), + [anon_sym_null] = ACTIONS(4489), + [anon_sym_if] = ACTIONS(4489), + [anon_sym_else] = ACTIONS(4489), + [anon_sym_when] = ACTIONS(4489), + [anon_sym_try] = ACTIONS(4489), + [anon_sym_throw] = ACTIONS(4489), + [anon_sym_return] = ACTIONS(4489), + [anon_sym_continue] = ACTIONS(4489), + [anon_sym_break] = ACTIONS(4489), + [anon_sym_COLON_COLON] = ACTIONS(4491), + [anon_sym_PLUS_EQ] = ACTIONS(4491), + [anon_sym_DASH_EQ] = ACTIONS(4491), + [anon_sym_STAR_EQ] = ACTIONS(4491), + [anon_sym_SLASH_EQ] = ACTIONS(4491), + [anon_sym_PERCENT_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4491), + [anon_sym_LT_EQ] = ACTIONS(4491), + [anon_sym_GT_EQ] = ACTIONS(4491), + [anon_sym_BANGin] = ACTIONS(4491), + [anon_sym_is] = ACTIONS(4489), + [anon_sym_BANGis] = ACTIONS(4491), + [anon_sym_PLUS] = ACTIONS(4489), + [anon_sym_DASH] = ACTIONS(4489), + [anon_sym_SLASH] = ACTIONS(4489), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4491), + [anon_sym_DASH_DASH] = ACTIONS(4491), + [anon_sym_BANG] = ACTIONS(4489), + [anon_sym_BANG_BANG] = ACTIONS(4491), + [anon_sym_data] = ACTIONS(4489), + [anon_sym_inner] = ACTIONS(4489), + [anon_sym_value] = ACTIONS(4489), + [anon_sym_expect] = ACTIONS(4489), + [anon_sym_actual] = ACTIONS(4489), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4698), - [anon_sym_continue_AT] = ACTIONS(4698), - [anon_sym_break_AT] = ACTIONS(4698), - [anon_sym_this_AT] = ACTIONS(4698), - [anon_sym_super_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), + [anon_sym_return_AT] = ACTIONS(4491), + [anon_sym_continue_AT] = ACTIONS(4491), + [anon_sym_break_AT] = ACTIONS(4491), + [anon_sym_this_AT] = ACTIONS(4491), + [anon_sym_super_AT] = ACTIONS(4491), + [sym_real_literal] = ACTIONS(4491), + [sym_integer_literal] = ACTIONS(4489), + [sym_hex_literal] = ACTIONS(4491), + [sym_bin_literal] = ACTIONS(4491), + [anon_sym_true] = ACTIONS(4489), + [anon_sym_false] = ACTIONS(4489), + [anon_sym_SQUOTE] = ACTIONS(4491), + [sym__backtick_identifier] = ACTIONS(4491), + [sym__automatic_semicolon] = ACTIONS(4491), + [sym_safe_nav] = ACTIONS(4491), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4698), - }, - [2994] = { - [sym__alpha_identifier] = ACTIONS(4674), - [anon_sym_AT] = ACTIONS(4676), - [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_by] = ACTIONS(4674), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4676), - [anon_sym_super_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), - }, - [2995] = { - [sym_enum_class_body] = STATE(3133), - [sym__alpha_identifier] = ACTIONS(4652), - [anon_sym_AT] = ACTIONS(4654), - [anon_sym_LBRACK] = ACTIONS(4654), - [anon_sym_as] = ACTIONS(4652), - [anon_sym_EQ] = ACTIONS(4652), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4654), - [anon_sym_LPAREN] = ACTIONS(4654), - [anon_sym_COMMA] = ACTIONS(4654), - [anon_sym_LT] = ACTIONS(4652), - [anon_sym_GT] = ACTIONS(4652), - [anon_sym_where] = ACTIONS(4652), - [anon_sym_object] = ACTIONS(4652), - [anon_sym_fun] = ACTIONS(4652), - [anon_sym_DOT] = ACTIONS(4652), - [anon_sym_SEMI] = ACTIONS(4654), - [anon_sym_get] = ACTIONS(4652), - [anon_sym_set] = ACTIONS(4652), - [anon_sym_this] = ACTIONS(4652), - [anon_sym_super] = ACTIONS(4652), - [anon_sym_STAR] = ACTIONS(4652), - [sym_label] = ACTIONS(4652), - [anon_sym_in] = ACTIONS(4652), - [anon_sym_DOT_DOT] = ACTIONS(4654), - [anon_sym_QMARK_COLON] = ACTIONS(4654), - [anon_sym_AMP_AMP] = ACTIONS(4654), - [anon_sym_PIPE_PIPE] = ACTIONS(4654), - [anon_sym_null] = ACTIONS(4652), - [anon_sym_if] = ACTIONS(4652), - [anon_sym_else] = ACTIONS(4652), - [anon_sym_when] = ACTIONS(4652), - [anon_sym_try] = ACTIONS(4652), - [anon_sym_throw] = ACTIONS(4652), - [anon_sym_return] = ACTIONS(4652), - [anon_sym_continue] = ACTIONS(4652), - [anon_sym_break] = ACTIONS(4652), - [anon_sym_COLON_COLON] = ACTIONS(4654), - [anon_sym_PLUS_EQ] = ACTIONS(4654), - [anon_sym_DASH_EQ] = ACTIONS(4654), - [anon_sym_STAR_EQ] = ACTIONS(4654), - [anon_sym_SLASH_EQ] = ACTIONS(4654), - [anon_sym_PERCENT_EQ] = ACTIONS(4654), - [anon_sym_BANG_EQ] = ACTIONS(4652), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4654), - [anon_sym_EQ_EQ] = ACTIONS(4652), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4654), - [anon_sym_LT_EQ] = ACTIONS(4654), - [anon_sym_GT_EQ] = ACTIONS(4654), - [anon_sym_BANGin] = ACTIONS(4654), - [anon_sym_is] = ACTIONS(4652), - [anon_sym_BANGis] = ACTIONS(4654), - [anon_sym_PLUS] = ACTIONS(4652), - [anon_sym_DASH] = ACTIONS(4652), - [anon_sym_SLASH] = ACTIONS(4652), - [anon_sym_PERCENT] = ACTIONS(4652), - [anon_sym_as_QMARK] = ACTIONS(4654), - [anon_sym_PLUS_PLUS] = ACTIONS(4654), - [anon_sym_DASH_DASH] = ACTIONS(4654), - [anon_sym_BANG] = ACTIONS(4652), - [anon_sym_BANG_BANG] = ACTIONS(4654), - [anon_sym_data] = ACTIONS(4652), - [anon_sym_inner] = ACTIONS(4652), - [anon_sym_value] = ACTIONS(4652), - [anon_sym_expect] = ACTIONS(4652), - [anon_sym_actual] = ACTIONS(4652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4654), - [anon_sym_continue_AT] = ACTIONS(4654), - [anon_sym_break_AT] = ACTIONS(4654), - [anon_sym_this_AT] = ACTIONS(4654), - [anon_sym_super_AT] = ACTIONS(4654), - [sym_real_literal] = ACTIONS(4654), - [sym_integer_literal] = ACTIONS(4652), - [sym_hex_literal] = ACTIONS(4654), - [sym_bin_literal] = ACTIONS(4654), - [anon_sym_true] = ACTIONS(4652), - [anon_sym_false] = ACTIONS(4652), - [anon_sym_SQUOTE] = ACTIONS(4654), - [sym__backtick_identifier] = ACTIONS(4654), - [sym__automatic_semicolon] = ACTIONS(4654), - [sym_safe_nav] = ACTIONS(4654), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4654), - }, - [2996] = { - [sym_enum_class_body] = STATE(3150), - [sym__alpha_identifier] = ACTIONS(4467), - [anon_sym_AT] = ACTIONS(4469), - [anon_sym_LBRACK] = ACTIONS(4469), - [anon_sym_as] = ACTIONS(4467), - [anon_sym_EQ] = ACTIONS(4467), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4469), - [anon_sym_LPAREN] = ACTIONS(4469), - [anon_sym_COMMA] = ACTIONS(4469), - [anon_sym_LT] = ACTIONS(4467), - [anon_sym_GT] = ACTIONS(4467), - [anon_sym_where] = ACTIONS(4467), - [anon_sym_object] = ACTIONS(4467), - [anon_sym_fun] = ACTIONS(4467), - [anon_sym_DOT] = ACTIONS(4467), - [anon_sym_SEMI] = ACTIONS(4469), - [anon_sym_get] = ACTIONS(4467), - [anon_sym_set] = ACTIONS(4467), - [anon_sym_this] = ACTIONS(4467), - [anon_sym_super] = ACTIONS(4467), - [anon_sym_STAR] = ACTIONS(4467), - [sym_label] = ACTIONS(4467), - [anon_sym_in] = ACTIONS(4467), - [anon_sym_DOT_DOT] = ACTIONS(4469), - [anon_sym_QMARK_COLON] = ACTIONS(4469), - [anon_sym_AMP_AMP] = ACTIONS(4469), - [anon_sym_PIPE_PIPE] = ACTIONS(4469), - [anon_sym_null] = ACTIONS(4467), - [anon_sym_if] = ACTIONS(4467), - [anon_sym_else] = ACTIONS(4467), - [anon_sym_when] = ACTIONS(4467), - [anon_sym_try] = ACTIONS(4467), - [anon_sym_throw] = ACTIONS(4467), - [anon_sym_return] = ACTIONS(4467), - [anon_sym_continue] = ACTIONS(4467), - [anon_sym_break] = ACTIONS(4467), - [anon_sym_COLON_COLON] = ACTIONS(4469), - [anon_sym_PLUS_EQ] = ACTIONS(4469), - [anon_sym_DASH_EQ] = ACTIONS(4469), - [anon_sym_STAR_EQ] = ACTIONS(4469), - [anon_sym_SLASH_EQ] = ACTIONS(4469), - [anon_sym_PERCENT_EQ] = ACTIONS(4469), - [anon_sym_BANG_EQ] = ACTIONS(4467), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4469), - [anon_sym_EQ_EQ] = ACTIONS(4467), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4469), - [anon_sym_LT_EQ] = ACTIONS(4469), - [anon_sym_GT_EQ] = ACTIONS(4469), - [anon_sym_BANGin] = ACTIONS(4469), - [anon_sym_is] = ACTIONS(4467), - [anon_sym_BANGis] = ACTIONS(4469), - [anon_sym_PLUS] = ACTIONS(4467), - [anon_sym_DASH] = ACTIONS(4467), - [anon_sym_SLASH] = ACTIONS(4467), - [anon_sym_PERCENT] = ACTIONS(4467), - [anon_sym_as_QMARK] = ACTIONS(4469), - [anon_sym_PLUS_PLUS] = ACTIONS(4469), - [anon_sym_DASH_DASH] = ACTIONS(4469), - [anon_sym_BANG] = ACTIONS(4467), - [anon_sym_BANG_BANG] = ACTIONS(4469), - [anon_sym_data] = ACTIONS(4467), - [anon_sym_inner] = ACTIONS(4467), - [anon_sym_value] = ACTIONS(4467), - [anon_sym_expect] = ACTIONS(4467), - [anon_sym_actual] = ACTIONS(4467), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4469), - [anon_sym_continue_AT] = ACTIONS(4469), - [anon_sym_break_AT] = ACTIONS(4469), - [anon_sym_this_AT] = ACTIONS(4469), - [anon_sym_super_AT] = ACTIONS(4469), - [sym_real_literal] = ACTIONS(4469), - [sym_integer_literal] = ACTIONS(4467), - [sym_hex_literal] = ACTIONS(4469), - [sym_bin_literal] = ACTIONS(4469), - [anon_sym_true] = ACTIONS(4467), - [anon_sym_false] = ACTIONS(4467), - [anon_sym_SQUOTE] = ACTIONS(4469), - [sym__backtick_identifier] = ACTIONS(4469), - [sym__automatic_semicolon] = ACTIONS(4469), - [sym_safe_nav] = ACTIONS(4469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4469), - }, - [2997] = { - [sym_class_body] = STATE(3167), - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(4359), - [anon_sym_object] = ACTIONS(4359), - [anon_sym_fun] = ACTIONS(4359), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_this] = ACTIONS(4359), - [anon_sym_super] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [sym_label] = ACTIONS(4359), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_null] = ACTIONS(4359), - [anon_sym_if] = ACTIONS(4359), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_when] = ACTIONS(4359), - [anon_sym_try] = ACTIONS(4359), - [anon_sym_throw] = ACTIONS(4359), - [anon_sym_return] = ACTIONS(4359), - [anon_sym_continue] = ACTIONS(4359), - [anon_sym_break] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG] = ACTIONS(4359), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4361), - [anon_sym_continue_AT] = ACTIONS(4361), - [anon_sym_break_AT] = ACTIONS(4361), - [anon_sym_this_AT] = ACTIONS(4361), - [anon_sym_super_AT] = ACTIONS(4361), - [sym_real_literal] = ACTIONS(4361), - [sym_integer_literal] = ACTIONS(4359), - [sym_hex_literal] = ACTIONS(4361), - [sym_bin_literal] = ACTIONS(4361), - [anon_sym_true] = ACTIONS(4359), - [anon_sym_false] = ACTIONS(4359), - [anon_sym_SQUOTE] = ACTIONS(4361), - [sym__backtick_identifier] = ACTIONS(4361), - [sym__automatic_semicolon] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4361), + [sym__string_start] = ACTIONS(4491), }, - [2998] = { - [sym_type_constraints] = STATE(3327), - [sym_enum_class_body] = STATE(3501), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_COLON] = ACTIONS(5636), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_RBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_RPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [anon_sym_DASH_GT] = ACTIONS(3290), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_while] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3286), - [anon_sym_sealed] = ACTIONS(3286), - [anon_sym_annotation] = ACTIONS(3286), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_override] = ACTIONS(3286), - [anon_sym_lateinit] = ACTIONS(3286), - [anon_sym_public] = ACTIONS(3286), - [anon_sym_private] = ACTIONS(3286), - [anon_sym_internal] = ACTIONS(3286), - [anon_sym_protected] = ACTIONS(3286), - [anon_sym_tailrec] = ACTIONS(3286), - [anon_sym_operator] = ACTIONS(3286), - [anon_sym_infix] = ACTIONS(3286), - [anon_sym_inline] = ACTIONS(3286), - [anon_sym_external] = ACTIONS(3286), - [sym_property_modifier] = ACTIONS(3286), - [anon_sym_abstract] = ACTIONS(3286), - [anon_sym_final] = ACTIONS(3286), - [anon_sym_open] = ACTIONS(3286), - [anon_sym_vararg] = ACTIONS(3286), - [anon_sym_noinline] = ACTIONS(3286), - [anon_sym_crossinline] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), + [2936] = { + [sym_function_body] = STATE(3164), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(4129), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), }, - [2999] = { - [sym__alpha_identifier] = ACTIONS(4559), - [anon_sym_AT] = ACTIONS(4561), - [anon_sym_COLON] = ACTIONS(4559), - [anon_sym_LBRACK] = ACTIONS(4561), - [anon_sym_as] = ACTIONS(4559), - [anon_sym_EQ] = ACTIONS(4559), - [anon_sym_LBRACE] = ACTIONS(4561), - [anon_sym_RBRACE] = ACTIONS(4561), - [anon_sym_LPAREN] = ACTIONS(4561), - [anon_sym_COMMA] = ACTIONS(4561), - [anon_sym_LT] = ACTIONS(4559), - [anon_sym_GT] = ACTIONS(4559), - [anon_sym_where] = ACTIONS(4559), - [anon_sym_object] = ACTIONS(4559), - [anon_sym_fun] = ACTIONS(4559), - [anon_sym_DOT] = ACTIONS(4559), - [anon_sym_SEMI] = ACTIONS(4561), - [anon_sym_get] = ACTIONS(4559), - [anon_sym_set] = ACTIONS(4559), - [anon_sym_this] = ACTIONS(4559), - [anon_sym_super] = ACTIONS(4559), - [anon_sym_STAR] = ACTIONS(4559), - [sym_label] = ACTIONS(4559), - [anon_sym_in] = ACTIONS(4559), - [anon_sym_DOT_DOT] = ACTIONS(4561), - [anon_sym_QMARK_COLON] = ACTIONS(4561), - [anon_sym_AMP_AMP] = ACTIONS(4561), - [anon_sym_PIPE_PIPE] = ACTIONS(4561), - [anon_sym_null] = ACTIONS(4559), - [anon_sym_if] = ACTIONS(4559), - [anon_sym_else] = ACTIONS(4559), - [anon_sym_when] = ACTIONS(4559), - [anon_sym_try] = ACTIONS(4559), - [anon_sym_throw] = ACTIONS(4559), - [anon_sym_return] = ACTIONS(4559), - [anon_sym_continue] = ACTIONS(4559), - [anon_sym_break] = ACTIONS(4559), - [anon_sym_COLON_COLON] = ACTIONS(4561), - [anon_sym_PLUS_EQ] = ACTIONS(4561), - [anon_sym_DASH_EQ] = ACTIONS(4561), - [anon_sym_STAR_EQ] = ACTIONS(4561), - [anon_sym_SLASH_EQ] = ACTIONS(4561), - [anon_sym_PERCENT_EQ] = ACTIONS(4561), - [anon_sym_BANG_EQ] = ACTIONS(4559), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4561), - [anon_sym_EQ_EQ] = ACTIONS(4559), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4561), - [anon_sym_LT_EQ] = ACTIONS(4561), - [anon_sym_GT_EQ] = ACTIONS(4561), - [anon_sym_BANGin] = ACTIONS(4561), - [anon_sym_is] = ACTIONS(4559), - [anon_sym_BANGis] = ACTIONS(4561), - [anon_sym_PLUS] = ACTIONS(4559), - [anon_sym_DASH] = ACTIONS(4559), - [anon_sym_SLASH] = ACTIONS(4559), - [anon_sym_PERCENT] = ACTIONS(4559), - [anon_sym_as_QMARK] = ACTIONS(4561), - [anon_sym_PLUS_PLUS] = ACTIONS(4561), - [anon_sym_DASH_DASH] = ACTIONS(4561), - [anon_sym_BANG] = ACTIONS(4559), - [anon_sym_BANG_BANG] = ACTIONS(4561), - [anon_sym_data] = ACTIONS(4559), - [anon_sym_inner] = ACTIONS(4559), - [anon_sym_value] = ACTIONS(4559), - [anon_sym_expect] = ACTIONS(4559), - [anon_sym_actual] = ACTIONS(4559), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4561), - [anon_sym_continue_AT] = ACTIONS(4561), - [anon_sym_break_AT] = ACTIONS(4561), - [anon_sym_this_AT] = ACTIONS(4561), - [anon_sym_super_AT] = ACTIONS(4561), - [sym_real_literal] = ACTIONS(4561), - [sym_integer_literal] = ACTIONS(4559), - [sym_hex_literal] = ACTIONS(4561), - [sym_bin_literal] = ACTIONS(4561), - [anon_sym_true] = ACTIONS(4559), - [anon_sym_false] = ACTIONS(4559), - [anon_sym_SQUOTE] = ACTIONS(4561), - [sym__backtick_identifier] = ACTIONS(4561), - [sym__automatic_semicolon] = ACTIONS(4561), - [sym_safe_nav] = ACTIONS(4561), + [2937] = { + [aux_sym_user_type_repeat1] = STATE(2937), + [sym__alpha_identifier] = ACTIONS(4186), + [anon_sym_AT] = ACTIONS(4188), + [anon_sym_LBRACK] = ACTIONS(4188), + [anon_sym_RBRACK] = ACTIONS(4188), + [anon_sym_as] = ACTIONS(4186), + [anon_sym_EQ] = ACTIONS(4186), + [anon_sym_LBRACE] = ACTIONS(4188), + [anon_sym_RBRACE] = ACTIONS(4188), + [anon_sym_LPAREN] = ACTIONS(4188), + [anon_sym_COMMA] = ACTIONS(4188), + [anon_sym_RPAREN] = ACTIONS(4188), + [anon_sym_by] = ACTIONS(4186), + [anon_sym_LT] = ACTIONS(4186), + [anon_sym_GT] = ACTIONS(4186), + [anon_sym_where] = ACTIONS(4186), + [anon_sym_DOT] = ACTIONS(6544), + [anon_sym_SEMI] = ACTIONS(4188), + [anon_sym_get] = ACTIONS(4186), + [anon_sym_set] = ACTIONS(4186), + [anon_sym_AMP] = ACTIONS(4186), + [sym__quest] = ACTIONS(4186), + [anon_sym_STAR] = ACTIONS(4186), + [anon_sym_DASH_GT] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4186), + [anon_sym_while] = ACTIONS(4186), + [anon_sym_DOT_DOT] = ACTIONS(4188), + [anon_sym_QMARK_COLON] = ACTIONS(4188), + [anon_sym_AMP_AMP] = ACTIONS(4188), + [anon_sym_PIPE_PIPE] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4186), + [anon_sym_COLON_COLON] = ACTIONS(4188), + [anon_sym_PLUS_EQ] = ACTIONS(4188), + [anon_sym_DASH_EQ] = ACTIONS(4188), + [anon_sym_STAR_EQ] = ACTIONS(4188), + [anon_sym_SLASH_EQ] = ACTIONS(4188), + [anon_sym_PERCENT_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ] = ACTIONS(4186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ] = ACTIONS(4186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4188), + [anon_sym_LT_EQ] = ACTIONS(4188), + [anon_sym_GT_EQ] = ACTIONS(4188), + [anon_sym_BANGin] = ACTIONS(4188), + [anon_sym_is] = ACTIONS(4186), + [anon_sym_BANGis] = ACTIONS(4188), + [anon_sym_PLUS] = ACTIONS(4186), + [anon_sym_DASH] = ACTIONS(4186), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4186), + [anon_sym_as_QMARK] = ACTIONS(4188), + [anon_sym_PLUS_PLUS] = ACTIONS(4188), + [anon_sym_DASH_DASH] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4188), + [anon_sym_suspend] = ACTIONS(4186), + [anon_sym_sealed] = ACTIONS(4186), + [anon_sym_annotation] = ACTIONS(4186), + [anon_sym_data] = ACTIONS(4186), + [anon_sym_inner] = ACTIONS(4186), + [anon_sym_value] = ACTIONS(4186), + [anon_sym_override] = ACTIONS(4186), + [anon_sym_lateinit] = ACTIONS(4186), + [anon_sym_public] = ACTIONS(4186), + [anon_sym_private] = ACTIONS(4186), + [anon_sym_internal] = ACTIONS(4186), + [anon_sym_protected] = ACTIONS(4186), + [anon_sym_tailrec] = ACTIONS(4186), + [anon_sym_operator] = ACTIONS(4186), + [anon_sym_infix] = ACTIONS(4186), + [anon_sym_inline] = ACTIONS(4186), + [anon_sym_external] = ACTIONS(4186), + [sym_property_modifier] = ACTIONS(4186), + [anon_sym_abstract] = ACTIONS(4186), + [anon_sym_final] = ACTIONS(4186), + [anon_sym_open] = ACTIONS(4186), + [anon_sym_vararg] = ACTIONS(4186), + [anon_sym_noinline] = ACTIONS(4186), + [anon_sym_crossinline] = ACTIONS(4186), + [anon_sym_expect] = ACTIONS(4186), + [anon_sym_actual] = ACTIONS(4186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4188), + [sym_safe_nav] = ACTIONS(4188), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4561), }, - [3000] = { - [sym_type_constraints] = STATE(3361), - [sym_enum_class_body] = STATE(3406), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_COLON] = ACTIONS(6585), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_RBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_RPAREN] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [anon_sym_DASH_GT] = ACTIONS(4323), + [2938] = { + [sym_type_constraints] = STATE(3088), + [sym_function_body] = STATE(3095), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4323), + [anon_sym_fun] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_this] = ACTIONS(4323), + [anon_sym_super] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), [sym_label] = ACTIONS(4323), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_while] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_null] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_when] = ACTIONS(4323), + [anon_sym_try] = ACTIONS(4323), + [anon_sym_throw] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4325), + [anon_sym_continue_AT] = ACTIONS(4325), + [anon_sym_break_AT] = ACTIONS(4325), + [anon_sym_this_AT] = ACTIONS(4325), + [anon_sym_super_AT] = ACTIONS(4325), + [sym_real_literal] = ACTIONS(4325), + [sym_integer_literal] = ACTIONS(4323), + [sym_hex_literal] = ACTIONS(4325), + [sym_bin_literal] = ACTIONS(4325), + [anon_sym_true] = ACTIONS(4323), + [anon_sym_false] = ACTIONS(4323), + [anon_sym_SQUOTE] = ACTIONS(4325), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4325), }, - [3001] = { - [sym_enum_class_body] = STATE(3167), - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(4359), - [anon_sym_object] = ACTIONS(4359), - [anon_sym_fun] = ACTIONS(4359), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_this] = ACTIONS(4359), - [anon_sym_super] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [sym_label] = ACTIONS(4359), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_null] = ACTIONS(4359), - [anon_sym_if] = ACTIONS(4359), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_when] = ACTIONS(4359), - [anon_sym_try] = ACTIONS(4359), - [anon_sym_throw] = ACTIONS(4359), - [anon_sym_return] = ACTIONS(4359), - [anon_sym_continue] = ACTIONS(4359), - [anon_sym_break] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG] = ACTIONS(4359), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4361), - [anon_sym_continue_AT] = ACTIONS(4361), - [anon_sym_break_AT] = ACTIONS(4361), - [anon_sym_this_AT] = ACTIONS(4361), - [anon_sym_super_AT] = ACTIONS(4361), - [sym_real_literal] = ACTIONS(4361), - [sym_integer_literal] = ACTIONS(4359), - [sym_hex_literal] = ACTIONS(4361), - [sym_bin_literal] = ACTIONS(4361), - [anon_sym_true] = ACTIONS(4359), - [anon_sym_false] = ACTIONS(4359), - [anon_sym_SQUOTE] = ACTIONS(4361), - [sym__backtick_identifier] = ACTIONS(4361), - [sym__automatic_semicolon] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4361), + [2939] = { + [sym_getter] = STATE(3906), + [sym_setter] = STATE(3906), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), }, - [3002] = { - [sym_class_body] = STATE(3171), - [sym__alpha_identifier] = ACTIONS(4644), - [anon_sym_AT] = ACTIONS(4646), - [anon_sym_LBRACK] = ACTIONS(4646), - [anon_sym_as] = ACTIONS(4644), - [anon_sym_EQ] = ACTIONS(4644), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4646), - [anon_sym_LPAREN] = ACTIONS(4646), - [anon_sym_COMMA] = ACTIONS(4646), - [anon_sym_LT] = ACTIONS(4644), - [anon_sym_GT] = ACTIONS(4644), - [anon_sym_where] = ACTIONS(4644), - [anon_sym_object] = ACTIONS(4644), - [anon_sym_fun] = ACTIONS(4644), - [anon_sym_DOT] = ACTIONS(4644), - [anon_sym_SEMI] = ACTIONS(4646), - [anon_sym_get] = ACTIONS(4644), - [anon_sym_set] = ACTIONS(4644), - [anon_sym_this] = ACTIONS(4644), - [anon_sym_super] = ACTIONS(4644), - [anon_sym_STAR] = ACTIONS(4644), - [sym_label] = ACTIONS(4644), - [anon_sym_in] = ACTIONS(4644), - [anon_sym_DOT_DOT] = ACTIONS(4646), - [anon_sym_QMARK_COLON] = ACTIONS(4646), - [anon_sym_AMP_AMP] = ACTIONS(4646), - [anon_sym_PIPE_PIPE] = ACTIONS(4646), - [anon_sym_null] = ACTIONS(4644), - [anon_sym_if] = ACTIONS(4644), - [anon_sym_else] = ACTIONS(4644), - [anon_sym_when] = ACTIONS(4644), - [anon_sym_try] = ACTIONS(4644), - [anon_sym_throw] = ACTIONS(4644), - [anon_sym_return] = ACTIONS(4644), - [anon_sym_continue] = ACTIONS(4644), - [anon_sym_break] = ACTIONS(4644), - [anon_sym_COLON_COLON] = ACTIONS(4646), - [anon_sym_PLUS_EQ] = ACTIONS(4646), - [anon_sym_DASH_EQ] = ACTIONS(4646), - [anon_sym_STAR_EQ] = ACTIONS(4646), - [anon_sym_SLASH_EQ] = ACTIONS(4646), - [anon_sym_PERCENT_EQ] = ACTIONS(4646), - [anon_sym_BANG_EQ] = ACTIONS(4644), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4646), - [anon_sym_EQ_EQ] = ACTIONS(4644), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4646), - [anon_sym_LT_EQ] = ACTIONS(4646), - [anon_sym_GT_EQ] = ACTIONS(4646), - [anon_sym_BANGin] = ACTIONS(4646), - [anon_sym_is] = ACTIONS(4644), - [anon_sym_BANGis] = ACTIONS(4646), - [anon_sym_PLUS] = ACTIONS(4644), - [anon_sym_DASH] = ACTIONS(4644), - [anon_sym_SLASH] = ACTIONS(4644), - [anon_sym_PERCENT] = ACTIONS(4644), - [anon_sym_as_QMARK] = ACTIONS(4646), - [anon_sym_PLUS_PLUS] = ACTIONS(4646), - [anon_sym_DASH_DASH] = ACTIONS(4646), - [anon_sym_BANG] = ACTIONS(4644), - [anon_sym_BANG_BANG] = ACTIONS(4646), - [anon_sym_data] = ACTIONS(4644), - [anon_sym_inner] = ACTIONS(4644), - [anon_sym_value] = ACTIONS(4644), - [anon_sym_expect] = ACTIONS(4644), - [anon_sym_actual] = ACTIONS(4644), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4646), - [anon_sym_continue_AT] = ACTIONS(4646), - [anon_sym_break_AT] = ACTIONS(4646), - [anon_sym_this_AT] = ACTIONS(4646), - [anon_sym_super_AT] = ACTIONS(4646), - [sym_real_literal] = ACTIONS(4646), - [sym_integer_literal] = ACTIONS(4644), - [sym_hex_literal] = ACTIONS(4646), - [sym_bin_literal] = ACTIONS(4646), - [anon_sym_true] = ACTIONS(4644), - [anon_sym_false] = ACTIONS(4644), - [anon_sym_SQUOTE] = ACTIONS(4646), - [sym__backtick_identifier] = ACTIONS(4646), - [sym__automatic_semicolon] = ACTIONS(4646), - [sym_safe_nav] = ACTIONS(4646), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4646), + [2940] = { + [sym_function_body] = STATE(3128), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(4319), + [anon_sym_object] = ACTIONS(4319), + [anon_sym_fun] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_this] = ACTIONS(4319), + [anon_sym_super] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [sym_label] = ACTIONS(4319), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_null] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_when] = ACTIONS(4319), + [anon_sym_try] = ACTIONS(4319), + [anon_sym_throw] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4321), + [anon_sym_continue_AT] = ACTIONS(4321), + [anon_sym_break_AT] = ACTIONS(4321), + [anon_sym_this_AT] = ACTIONS(4321), + [anon_sym_super_AT] = ACTIONS(4321), + [sym_real_literal] = ACTIONS(4321), + [sym_integer_literal] = ACTIONS(4319), + [sym_hex_literal] = ACTIONS(4321), + [sym_bin_literal] = ACTIONS(4321), + [anon_sym_true] = ACTIONS(4319), + [anon_sym_false] = ACTIONS(4319), + [anon_sym_SQUOTE] = ACTIONS(4321), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4321), }, - [3003] = { - [sym__alpha_identifier] = ACTIONS(4758), - [anon_sym_AT] = ACTIONS(4760), - [anon_sym_COLON] = ACTIONS(4758), - [anon_sym_LBRACK] = ACTIONS(4760), - [anon_sym_as] = ACTIONS(4758), - [anon_sym_EQ] = ACTIONS(4758), - [anon_sym_LBRACE] = ACTIONS(4760), - [anon_sym_RBRACE] = ACTIONS(4760), - [anon_sym_LPAREN] = ACTIONS(4760), - [anon_sym_COMMA] = ACTIONS(4760), - [anon_sym_LT] = ACTIONS(4758), - [anon_sym_GT] = ACTIONS(4758), - [anon_sym_where] = ACTIONS(4758), - [anon_sym_object] = ACTIONS(4758), - [anon_sym_fun] = ACTIONS(4758), - [anon_sym_DOT] = ACTIONS(4758), - [anon_sym_SEMI] = ACTIONS(4760), - [anon_sym_get] = ACTIONS(4758), - [anon_sym_set] = ACTIONS(4758), - [anon_sym_this] = ACTIONS(4758), - [anon_sym_super] = ACTIONS(4758), - [anon_sym_STAR] = ACTIONS(4758), - [sym_label] = ACTIONS(4758), - [anon_sym_in] = ACTIONS(4758), - [anon_sym_DOT_DOT] = ACTIONS(4760), - [anon_sym_QMARK_COLON] = ACTIONS(4760), - [anon_sym_AMP_AMP] = ACTIONS(4760), - [anon_sym_PIPE_PIPE] = ACTIONS(4760), - [anon_sym_null] = ACTIONS(4758), - [anon_sym_if] = ACTIONS(4758), - [anon_sym_else] = ACTIONS(4758), - [anon_sym_when] = ACTIONS(4758), - [anon_sym_try] = ACTIONS(4758), - [anon_sym_throw] = ACTIONS(4758), - [anon_sym_return] = ACTIONS(4758), - [anon_sym_continue] = ACTIONS(4758), - [anon_sym_break] = ACTIONS(4758), - [anon_sym_COLON_COLON] = ACTIONS(4760), - [anon_sym_PLUS_EQ] = ACTIONS(4760), - [anon_sym_DASH_EQ] = ACTIONS(4760), - [anon_sym_STAR_EQ] = ACTIONS(4760), - [anon_sym_SLASH_EQ] = ACTIONS(4760), - [anon_sym_PERCENT_EQ] = ACTIONS(4760), - [anon_sym_BANG_EQ] = ACTIONS(4758), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4760), - [anon_sym_EQ_EQ] = ACTIONS(4758), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4760), - [anon_sym_LT_EQ] = ACTIONS(4760), - [anon_sym_GT_EQ] = ACTIONS(4760), - [anon_sym_BANGin] = ACTIONS(4760), - [anon_sym_is] = ACTIONS(4758), - [anon_sym_BANGis] = ACTIONS(4760), - [anon_sym_PLUS] = ACTIONS(4758), - [anon_sym_DASH] = ACTIONS(4758), - [anon_sym_SLASH] = ACTIONS(4758), - [anon_sym_PERCENT] = ACTIONS(4758), - [anon_sym_as_QMARK] = ACTIONS(4760), - [anon_sym_PLUS_PLUS] = ACTIONS(4760), - [anon_sym_DASH_DASH] = ACTIONS(4760), - [anon_sym_BANG] = ACTIONS(4758), - [anon_sym_BANG_BANG] = ACTIONS(4760), - [anon_sym_data] = ACTIONS(4758), - [anon_sym_inner] = ACTIONS(4758), - [anon_sym_value] = ACTIONS(4758), - [anon_sym_expect] = ACTIONS(4758), - [anon_sym_actual] = ACTIONS(4758), + [2941] = { + [sym_getter] = STATE(3944), + [sym_setter] = STATE(3944), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [anon_sym_STAR] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1820), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4760), - [anon_sym_continue_AT] = ACTIONS(4760), - [anon_sym_break_AT] = ACTIONS(4760), - [anon_sym_this_AT] = ACTIONS(4760), - [anon_sym_super_AT] = ACTIONS(4760), - [sym_real_literal] = ACTIONS(4760), - [sym_integer_literal] = ACTIONS(4758), - [sym_hex_literal] = ACTIONS(4760), - [sym_bin_literal] = ACTIONS(4760), - [anon_sym_true] = ACTIONS(4758), - [anon_sym_false] = ACTIONS(4758), - [anon_sym_SQUOTE] = ACTIONS(4760), - [sym__backtick_identifier] = ACTIONS(4760), - [sym__automatic_semicolon] = ACTIONS(4760), - [sym_safe_nav] = ACTIONS(4760), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4760), }, - [3004] = { - [sym_indexing_suffix] = STATE(7209), - [sym_navigation_suffix] = STATE(7209), - [sym__postfix_unary_operator] = STATE(7209), - [sym__member_access_operator] = STATE(7730), - [sym__postfix_unary_suffix] = STATE(7209), - [aux_sym__postfix_unary_expression_repeat1] = STATE(7209), - [sym__alpha_identifier] = ACTIONS(4028), - [anon_sym_AT] = ACTIONS(4030), - [anon_sym_LBRACK] = ACTIONS(4032), - [anon_sym_as] = ACTIONS(4028), - [anon_sym_EQ] = ACTIONS(4035), - [anon_sym_LBRACE] = ACTIONS(4030), - [anon_sym_RBRACE] = ACTIONS(4030), - [anon_sym_LPAREN] = ACTIONS(4030), - [anon_sym_COMMA] = ACTIONS(4030), - [anon_sym_LT] = ACTIONS(4028), - [anon_sym_GT] = ACTIONS(4028), - [anon_sym_where] = ACTIONS(4028), - [anon_sym_DOT] = ACTIONS(4037), - [anon_sym_SEMI] = ACTIONS(4030), - [anon_sym_get] = ACTIONS(4028), - [anon_sym_set] = ACTIONS(4028), - [anon_sym_STAR] = ACTIONS(4028), - [sym_label] = ACTIONS(4030), - [anon_sym_in] = ACTIONS(4028), - [anon_sym_DOT_DOT] = ACTIONS(4030), - [anon_sym_QMARK_COLON] = ACTIONS(4030), - [anon_sym_AMP_AMP] = ACTIONS(4030), - [anon_sym_PIPE_PIPE] = ACTIONS(4030), - [anon_sym_else] = ACTIONS(4028), - [anon_sym_COLON_COLON] = ACTIONS(4040), - [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(4028), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4030), - [anon_sym_EQ_EQ] = ACTIONS(4028), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4030), - [anon_sym_LT_EQ] = ACTIONS(4030), - [anon_sym_GT_EQ] = ACTIONS(4030), - [anon_sym_BANGin] = ACTIONS(4030), - [anon_sym_is] = ACTIONS(4028), - [anon_sym_BANGis] = ACTIONS(4030), - [anon_sym_PLUS] = ACTIONS(4028), - [anon_sym_DASH] = ACTIONS(4028), - [anon_sym_SLASH] = ACTIONS(4028), - [anon_sym_PERCENT] = ACTIONS(4028), - [anon_sym_as_QMARK] = ACTIONS(4030), - [anon_sym_PLUS_PLUS] = ACTIONS(4045), - [anon_sym_DASH_DASH] = ACTIONS(4045), - [anon_sym_BANG_BANG] = ACTIONS(4045), - [anon_sym_suspend] = ACTIONS(4028), - [anon_sym_sealed] = ACTIONS(4028), - [anon_sym_annotation] = ACTIONS(4028), - [anon_sym_data] = ACTIONS(4028), - [anon_sym_inner] = ACTIONS(4028), - [anon_sym_value] = ACTIONS(4028), - [anon_sym_override] = ACTIONS(4028), - [anon_sym_lateinit] = ACTIONS(4028), - [anon_sym_public] = ACTIONS(4028), - [anon_sym_private] = ACTIONS(4028), - [anon_sym_internal] = ACTIONS(4028), - [anon_sym_protected] = ACTIONS(4028), - [anon_sym_tailrec] = ACTIONS(4028), - [anon_sym_operator] = ACTIONS(4028), - [anon_sym_infix] = ACTIONS(4028), - [anon_sym_inline] = ACTIONS(4028), - [anon_sym_external] = ACTIONS(4028), - [sym_property_modifier] = ACTIONS(4028), - [anon_sym_abstract] = ACTIONS(4028), - [anon_sym_final] = ACTIONS(4028), - [anon_sym_open] = ACTIONS(4028), - [anon_sym_vararg] = ACTIONS(4028), - [anon_sym_noinline] = ACTIONS(4028), - [anon_sym_crossinline] = ACTIONS(4028), - [anon_sym_expect] = ACTIONS(4028), - [anon_sym_actual] = ACTIONS(4028), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4030), - [sym__automatic_semicolon] = ACTIONS(4030), - [sym_safe_nav] = ACTIONS(4040), + [2942] = { + [sym_getter] = STATE(5094), + [sym_setter] = STATE(5094), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(5016), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [3005] = { - [sym_enum_class_body] = STATE(3200), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(4321), - [anon_sym_object] = ACTIONS(4321), - [anon_sym_fun] = ACTIONS(4321), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_this] = ACTIONS(4321), - [anon_sym_super] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [sym_label] = ACTIONS(4321), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_null] = ACTIONS(4321), - [anon_sym_if] = ACTIONS(4321), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_when] = ACTIONS(4321), - [anon_sym_try] = ACTIONS(4321), - [anon_sym_throw] = ACTIONS(4321), - [anon_sym_return] = ACTIONS(4321), - [anon_sym_continue] = ACTIONS(4321), - [anon_sym_break] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG] = ACTIONS(4321), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4323), - [anon_sym_continue_AT] = ACTIONS(4323), - [anon_sym_break_AT] = ACTIONS(4323), - [anon_sym_this_AT] = ACTIONS(4323), - [anon_sym_super_AT] = ACTIONS(4323), - [sym_real_literal] = ACTIONS(4323), - [sym_integer_literal] = ACTIONS(4321), - [sym_hex_literal] = ACTIONS(4323), - [sym_bin_literal] = ACTIONS(4323), - [anon_sym_true] = ACTIONS(4321), - [anon_sym_false] = ACTIONS(4321), - [anon_sym_SQUOTE] = ACTIONS(4323), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4323), + [2943] = { + [sym_type_constraints] = STATE(2977), + [sym_enum_class_body] = STATE(3154), + [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(3236), + [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(3216), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4436), + [anon_sym_super_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), }, - [3006] = { - [sym_class_body] = STATE(3239), - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(4463), - [anon_sym_object] = ACTIONS(4463), - [anon_sym_fun] = ACTIONS(4463), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_this] = ACTIONS(4463), - [anon_sym_super] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [sym_label] = ACTIONS(4463), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_null] = ACTIONS(4463), - [anon_sym_if] = ACTIONS(4463), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_when] = ACTIONS(4463), - [anon_sym_try] = ACTIONS(4463), - [anon_sym_throw] = ACTIONS(4463), - [anon_sym_return] = ACTIONS(4463), - [anon_sym_continue] = ACTIONS(4463), - [anon_sym_break] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG] = ACTIONS(4463), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4465), - [anon_sym_continue_AT] = ACTIONS(4465), - [anon_sym_break_AT] = ACTIONS(4465), - [anon_sym_this_AT] = ACTIONS(4465), - [anon_sym_super_AT] = ACTIONS(4465), - [sym_real_literal] = ACTIONS(4465), - [sym_integer_literal] = ACTIONS(4463), - [sym_hex_literal] = ACTIONS(4465), - [sym_bin_literal] = ACTIONS(4465), - [anon_sym_true] = ACTIONS(4463), - [anon_sym_false] = ACTIONS(4463), - [anon_sym_SQUOTE] = ACTIONS(4465), - [sym__backtick_identifier] = ACTIONS(4465), - [sym__automatic_semicolon] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4465), + [2944] = { + [sym_getter] = STATE(5094), + [sym_setter] = STATE(5094), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), }, - [3007] = { - [sym_enum_class_body] = STATE(3239), - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(4463), - [anon_sym_object] = ACTIONS(4463), - [anon_sym_fun] = ACTIONS(4463), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_this] = ACTIONS(4463), - [anon_sym_super] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [sym_label] = ACTIONS(4463), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_null] = ACTIONS(4463), - [anon_sym_if] = ACTIONS(4463), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_when] = ACTIONS(4463), - [anon_sym_try] = ACTIONS(4463), - [anon_sym_throw] = ACTIONS(4463), - [anon_sym_return] = ACTIONS(4463), - [anon_sym_continue] = ACTIONS(4463), - [anon_sym_break] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG] = ACTIONS(4463), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4465), - [anon_sym_continue_AT] = ACTIONS(4465), - [anon_sym_break_AT] = ACTIONS(4465), - [anon_sym_this_AT] = ACTIONS(4465), - [anon_sym_super_AT] = ACTIONS(4465), - [sym_real_literal] = ACTIONS(4465), - [sym_integer_literal] = ACTIONS(4463), - [sym_hex_literal] = ACTIONS(4465), - [sym_bin_literal] = ACTIONS(4465), - [anon_sym_true] = ACTIONS(4463), - [anon_sym_false] = ACTIONS(4463), - [anon_sym_SQUOTE] = ACTIONS(4465), - [sym__backtick_identifier] = ACTIONS(4465), - [sym__automatic_semicolon] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4465), + [2945] = { + [sym_class_body] = STATE(3200), + [sym_type_constraints] = STATE(2971), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_COLON] = ACTIONS(6547), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4212), + [anon_sym_fun] = ACTIONS(4212), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_this] = ACTIONS(4212), + [anon_sym_super] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_null] = ACTIONS(4212), + [anon_sym_if] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_when] = ACTIONS(4212), + [anon_sym_try] = ACTIONS(4212), + [anon_sym_throw] = ACTIONS(4212), + [anon_sym_return] = ACTIONS(4212), + [anon_sym_continue] = ACTIONS(4212), + [anon_sym_break] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4214), + [anon_sym_continue_AT] = ACTIONS(4214), + [anon_sym_break_AT] = ACTIONS(4214), + [anon_sym_this_AT] = ACTIONS(4214), + [anon_sym_super_AT] = ACTIONS(4214), + [sym_real_literal] = ACTIONS(4214), + [sym_integer_literal] = ACTIONS(4212), + [sym_hex_literal] = ACTIONS(4214), + [sym_bin_literal] = ACTIONS(4214), + [anon_sym_true] = ACTIONS(4212), + [anon_sym_false] = ACTIONS(4212), + [anon_sym_SQUOTE] = ACTIONS(4214), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4214), }, - [3008] = { - [sym__alpha_identifier] = ACTIONS(4313), - [anon_sym_AT] = ACTIONS(4315), - [anon_sym_LBRACK] = ACTIONS(4315), - [anon_sym_EQ] = ACTIONS(4315), - [anon_sym_LBRACE] = ACTIONS(4315), - [anon_sym_RBRACE] = ACTIONS(4315), - [anon_sym_LPAREN] = ACTIONS(4315), - [anon_sym_COMMA] = ACTIONS(4315), - [anon_sym_by] = ACTIONS(4313), - [anon_sym_where] = ACTIONS(4313), - [anon_sym_object] = ACTIONS(4313), - [anon_sym_fun] = ACTIONS(4313), - [anon_sym_DOT] = ACTIONS(4313), - [anon_sym_SEMI] = ACTIONS(4315), - [anon_sym_get] = ACTIONS(4313), - [anon_sym_set] = ACTIONS(4313), - [anon_sym_this] = ACTIONS(4313), - [anon_sym_super] = ACTIONS(4313), - [anon_sym_AMP] = ACTIONS(4315), - [sym__quest] = ACTIONS(4315), - [anon_sym_STAR] = ACTIONS(4315), - [sym_label] = ACTIONS(4313), - [anon_sym_in] = ACTIONS(4313), - [anon_sym_null] = ACTIONS(4313), - [anon_sym_if] = ACTIONS(4313), - [anon_sym_else] = ACTIONS(4313), - [anon_sym_when] = ACTIONS(4313), - [anon_sym_try] = ACTIONS(4313), - [anon_sym_throw] = ACTIONS(4313), - [anon_sym_return] = ACTIONS(4313), - [anon_sym_continue] = ACTIONS(4313), - [anon_sym_break] = ACTIONS(4313), - [anon_sym_COLON_COLON] = ACTIONS(4315), - [anon_sym_BANGin] = ACTIONS(4315), - [anon_sym_is] = ACTIONS(4313), - [anon_sym_BANGis] = ACTIONS(4315), - [anon_sym_PLUS] = ACTIONS(4313), - [anon_sym_DASH] = ACTIONS(4313), - [anon_sym_PLUS_PLUS] = ACTIONS(4315), - [anon_sym_DASH_DASH] = ACTIONS(4315), - [anon_sym_BANG] = ACTIONS(4313), - [anon_sym_suspend] = ACTIONS(4313), - [anon_sym_sealed] = ACTIONS(4313), - [anon_sym_annotation] = ACTIONS(4313), - [anon_sym_data] = ACTIONS(4313), - [anon_sym_inner] = ACTIONS(4313), - [anon_sym_value] = ACTIONS(4313), - [anon_sym_override] = ACTIONS(4313), - [anon_sym_lateinit] = ACTIONS(4313), - [anon_sym_public] = ACTIONS(4313), - [anon_sym_private] = ACTIONS(4313), - [anon_sym_internal] = ACTIONS(4313), - [anon_sym_protected] = ACTIONS(4313), - [anon_sym_tailrec] = ACTIONS(4313), - [anon_sym_operator] = ACTIONS(4313), - [anon_sym_infix] = ACTIONS(4313), - [anon_sym_inline] = ACTIONS(4313), - [anon_sym_external] = ACTIONS(4313), - [sym_property_modifier] = ACTIONS(4313), - [anon_sym_abstract] = ACTIONS(4313), - [anon_sym_final] = ACTIONS(4313), - [anon_sym_open] = ACTIONS(4313), - [anon_sym_vararg] = ACTIONS(4313), - [anon_sym_noinline] = ACTIONS(4313), - [anon_sym_crossinline] = ACTIONS(4313), - [anon_sym_expect] = ACTIONS(4313), - [anon_sym_actual] = ACTIONS(4313), + [2946] = { + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(5018), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4315), - [anon_sym_continue_AT] = ACTIONS(4315), - [anon_sym_break_AT] = ACTIONS(4315), - [anon_sym_this_AT] = ACTIONS(4315), - [anon_sym_super_AT] = ACTIONS(4315), - [sym_real_literal] = ACTIONS(4315), - [sym_integer_literal] = ACTIONS(4313), - [sym_hex_literal] = ACTIONS(4315), - [sym_bin_literal] = ACTIONS(4315), - [anon_sym_true] = ACTIONS(4313), - [anon_sym_false] = ACTIONS(4313), - [anon_sym_SQUOTE] = ACTIONS(4315), - [sym__backtick_identifier] = ACTIONS(4315), - [sym__automatic_semicolon] = ACTIONS(4315), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4315), }, - [3009] = { - [sym_class_body] = STATE(3241), - [sym__alpha_identifier] = ACTIONS(4493), - [anon_sym_AT] = ACTIONS(4495), - [anon_sym_LBRACK] = ACTIONS(4495), - [anon_sym_as] = ACTIONS(4493), - [anon_sym_EQ] = ACTIONS(4493), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4495), - [anon_sym_LPAREN] = ACTIONS(4495), - [anon_sym_COMMA] = ACTIONS(4495), - [anon_sym_LT] = ACTIONS(4493), - [anon_sym_GT] = ACTIONS(4493), - [anon_sym_where] = ACTIONS(4493), - [anon_sym_object] = ACTIONS(4493), - [anon_sym_fun] = ACTIONS(4493), - [anon_sym_DOT] = ACTIONS(4493), - [anon_sym_SEMI] = ACTIONS(4495), - [anon_sym_get] = ACTIONS(4493), - [anon_sym_set] = ACTIONS(4493), - [anon_sym_this] = ACTIONS(4493), - [anon_sym_super] = ACTIONS(4493), - [anon_sym_STAR] = ACTIONS(4493), - [sym_label] = ACTIONS(4493), - [anon_sym_in] = ACTIONS(4493), - [anon_sym_DOT_DOT] = ACTIONS(4495), - [anon_sym_QMARK_COLON] = ACTIONS(4495), - [anon_sym_AMP_AMP] = ACTIONS(4495), - [anon_sym_PIPE_PIPE] = ACTIONS(4495), - [anon_sym_null] = ACTIONS(4493), - [anon_sym_if] = ACTIONS(4493), - [anon_sym_else] = ACTIONS(4493), - [anon_sym_when] = ACTIONS(4493), - [anon_sym_try] = ACTIONS(4493), - [anon_sym_throw] = ACTIONS(4493), - [anon_sym_return] = ACTIONS(4493), - [anon_sym_continue] = ACTIONS(4493), - [anon_sym_break] = ACTIONS(4493), - [anon_sym_COLON_COLON] = ACTIONS(4495), - [anon_sym_PLUS_EQ] = ACTIONS(4495), - [anon_sym_DASH_EQ] = ACTIONS(4495), - [anon_sym_STAR_EQ] = ACTIONS(4495), - [anon_sym_SLASH_EQ] = ACTIONS(4495), - [anon_sym_PERCENT_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ] = ACTIONS(4493), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ] = ACTIONS(4493), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), - [anon_sym_LT_EQ] = ACTIONS(4495), - [anon_sym_GT_EQ] = ACTIONS(4495), - [anon_sym_BANGin] = ACTIONS(4495), - [anon_sym_is] = ACTIONS(4493), - [anon_sym_BANGis] = ACTIONS(4495), - [anon_sym_PLUS] = ACTIONS(4493), - [anon_sym_DASH] = ACTIONS(4493), - [anon_sym_SLASH] = ACTIONS(4493), - [anon_sym_PERCENT] = ACTIONS(4493), - [anon_sym_as_QMARK] = ACTIONS(4495), - [anon_sym_PLUS_PLUS] = ACTIONS(4495), - [anon_sym_DASH_DASH] = ACTIONS(4495), - [anon_sym_BANG] = ACTIONS(4493), - [anon_sym_BANG_BANG] = ACTIONS(4495), - [anon_sym_data] = ACTIONS(4493), - [anon_sym_inner] = ACTIONS(4493), - [anon_sym_value] = ACTIONS(4493), - [anon_sym_expect] = ACTIONS(4493), - [anon_sym_actual] = ACTIONS(4493), + [2947] = { + [sym_getter] = STATE(5247), + [sym_setter] = STATE(5247), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [anon_sym_STAR] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1812), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4495), - [anon_sym_continue_AT] = ACTIONS(4495), - [anon_sym_break_AT] = ACTIONS(4495), - [anon_sym_this_AT] = ACTIONS(4495), - [anon_sym_super_AT] = ACTIONS(4495), - [sym_real_literal] = ACTIONS(4495), - [sym_integer_literal] = ACTIONS(4493), - [sym_hex_literal] = ACTIONS(4495), - [sym_bin_literal] = ACTIONS(4495), - [anon_sym_true] = ACTIONS(4493), - [anon_sym_false] = ACTIONS(4493), - [anon_sym_SQUOTE] = ACTIONS(4495), - [sym__backtick_identifier] = ACTIONS(4495), - [sym__automatic_semicolon] = ACTIONS(4495), - [sym_safe_nav] = ACTIONS(4495), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4495), - }, - [3010] = { - [sym__alpha_identifier] = ACTIONS(4551), - [anon_sym_AT] = ACTIONS(4553), - [anon_sym_COLON] = ACTIONS(4551), - [anon_sym_LBRACK] = ACTIONS(4553), - [anon_sym_as] = ACTIONS(4551), - [anon_sym_EQ] = ACTIONS(4551), - [anon_sym_LBRACE] = ACTIONS(4553), - [anon_sym_RBRACE] = ACTIONS(4553), - [anon_sym_LPAREN] = ACTIONS(4553), - [anon_sym_COMMA] = ACTIONS(4553), - [anon_sym_LT] = ACTIONS(4551), - [anon_sym_GT] = ACTIONS(4551), - [anon_sym_where] = ACTIONS(4551), - [anon_sym_object] = ACTIONS(4551), - [anon_sym_fun] = ACTIONS(4551), - [anon_sym_DOT] = ACTIONS(4551), - [anon_sym_SEMI] = ACTIONS(4553), - [anon_sym_get] = ACTIONS(4551), - [anon_sym_set] = ACTIONS(4551), - [anon_sym_this] = ACTIONS(4551), - [anon_sym_super] = ACTIONS(4551), - [anon_sym_STAR] = ACTIONS(4551), - [sym_label] = ACTIONS(4551), - [anon_sym_in] = ACTIONS(4551), - [anon_sym_DOT_DOT] = ACTIONS(4553), - [anon_sym_QMARK_COLON] = ACTIONS(4553), - [anon_sym_AMP_AMP] = ACTIONS(4553), - [anon_sym_PIPE_PIPE] = ACTIONS(4553), - [anon_sym_null] = ACTIONS(4551), - [anon_sym_if] = ACTIONS(4551), - [anon_sym_else] = ACTIONS(4551), - [anon_sym_when] = ACTIONS(4551), - [anon_sym_try] = ACTIONS(4551), - [anon_sym_throw] = ACTIONS(4551), - [anon_sym_return] = ACTIONS(4551), - [anon_sym_continue] = ACTIONS(4551), - [anon_sym_break] = ACTIONS(4551), - [anon_sym_COLON_COLON] = ACTIONS(4553), - [anon_sym_PLUS_EQ] = ACTIONS(4553), - [anon_sym_DASH_EQ] = ACTIONS(4553), - [anon_sym_STAR_EQ] = ACTIONS(4553), - [anon_sym_SLASH_EQ] = ACTIONS(4553), - [anon_sym_PERCENT_EQ] = ACTIONS(4553), - [anon_sym_BANG_EQ] = ACTIONS(4551), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4553), - [anon_sym_EQ_EQ] = ACTIONS(4551), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4553), - [anon_sym_LT_EQ] = ACTIONS(4553), - [anon_sym_GT_EQ] = ACTIONS(4553), - [anon_sym_BANGin] = ACTIONS(4553), - [anon_sym_is] = ACTIONS(4551), - [anon_sym_BANGis] = ACTIONS(4553), - [anon_sym_PLUS] = ACTIONS(4551), - [anon_sym_DASH] = ACTIONS(4551), - [anon_sym_SLASH] = ACTIONS(4551), - [anon_sym_PERCENT] = ACTIONS(4551), - [anon_sym_as_QMARK] = ACTIONS(4553), - [anon_sym_PLUS_PLUS] = ACTIONS(4553), - [anon_sym_DASH_DASH] = ACTIONS(4553), - [anon_sym_BANG] = ACTIONS(4551), - [anon_sym_BANG_BANG] = ACTIONS(4553), - [anon_sym_data] = ACTIONS(4551), - [anon_sym_inner] = ACTIONS(4551), - [anon_sym_value] = ACTIONS(4551), - [anon_sym_expect] = ACTIONS(4551), - [anon_sym_actual] = ACTIONS(4551), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4553), - [anon_sym_continue_AT] = ACTIONS(4553), - [anon_sym_break_AT] = ACTIONS(4553), - [anon_sym_this_AT] = ACTIONS(4553), - [anon_sym_super_AT] = ACTIONS(4553), - [sym_real_literal] = ACTIONS(4553), - [sym_integer_literal] = ACTIONS(4551), - [sym_hex_literal] = ACTIONS(4553), - [sym_bin_literal] = ACTIONS(4553), - [anon_sym_true] = ACTIONS(4551), - [anon_sym_false] = ACTIONS(4551), - [anon_sym_SQUOTE] = ACTIONS(4553), - [sym__backtick_identifier] = ACTIONS(4553), - [sym__automatic_semicolon] = ACTIONS(4553), - [sym_safe_nav] = ACTIONS(4553), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4553), - }, - [3011] = { - [sym_class_body] = STATE(3251), - [sym__alpha_identifier] = ACTIONS(4547), - [anon_sym_AT] = ACTIONS(4549), - [anon_sym_LBRACK] = ACTIONS(4549), - [anon_sym_as] = ACTIONS(4547), - [anon_sym_EQ] = ACTIONS(4547), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4549), - [anon_sym_LPAREN] = ACTIONS(4549), - [anon_sym_COMMA] = ACTIONS(4549), - [anon_sym_LT] = ACTIONS(4547), - [anon_sym_GT] = ACTIONS(4547), - [anon_sym_where] = ACTIONS(4547), - [anon_sym_object] = ACTIONS(4547), - [anon_sym_fun] = ACTIONS(4547), - [anon_sym_DOT] = ACTIONS(4547), - [anon_sym_SEMI] = ACTIONS(4549), - [anon_sym_get] = ACTIONS(4547), - [anon_sym_set] = ACTIONS(4547), - [anon_sym_this] = ACTIONS(4547), - [anon_sym_super] = ACTIONS(4547), - [anon_sym_STAR] = ACTIONS(4547), - [sym_label] = ACTIONS(4547), - [anon_sym_in] = ACTIONS(4547), - [anon_sym_DOT_DOT] = ACTIONS(4549), - [anon_sym_QMARK_COLON] = ACTIONS(4549), - [anon_sym_AMP_AMP] = ACTIONS(4549), - [anon_sym_PIPE_PIPE] = ACTIONS(4549), - [anon_sym_null] = ACTIONS(4547), - [anon_sym_if] = ACTIONS(4547), - [anon_sym_else] = ACTIONS(4547), - [anon_sym_when] = ACTIONS(4547), - [anon_sym_try] = ACTIONS(4547), - [anon_sym_throw] = ACTIONS(4547), - [anon_sym_return] = ACTIONS(4547), - [anon_sym_continue] = ACTIONS(4547), - [anon_sym_break] = ACTIONS(4547), - [anon_sym_COLON_COLON] = ACTIONS(4549), - [anon_sym_PLUS_EQ] = ACTIONS(4549), - [anon_sym_DASH_EQ] = ACTIONS(4549), - [anon_sym_STAR_EQ] = ACTIONS(4549), - [anon_sym_SLASH_EQ] = ACTIONS(4549), - [anon_sym_PERCENT_EQ] = ACTIONS(4549), - [anon_sym_BANG_EQ] = ACTIONS(4547), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4549), - [anon_sym_EQ_EQ] = ACTIONS(4547), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4549), - [anon_sym_LT_EQ] = ACTIONS(4549), - [anon_sym_GT_EQ] = ACTIONS(4549), - [anon_sym_BANGin] = ACTIONS(4549), - [anon_sym_is] = ACTIONS(4547), - [anon_sym_BANGis] = ACTIONS(4549), - [anon_sym_PLUS] = ACTIONS(4547), - [anon_sym_DASH] = ACTIONS(4547), - [anon_sym_SLASH] = ACTIONS(4547), - [anon_sym_PERCENT] = ACTIONS(4547), - [anon_sym_as_QMARK] = ACTIONS(4549), - [anon_sym_PLUS_PLUS] = ACTIONS(4549), - [anon_sym_DASH_DASH] = ACTIONS(4549), - [anon_sym_BANG] = ACTIONS(4547), - [anon_sym_BANG_BANG] = ACTIONS(4549), - [anon_sym_data] = ACTIONS(4547), - [anon_sym_inner] = ACTIONS(4547), - [anon_sym_value] = ACTIONS(4547), - [anon_sym_expect] = ACTIONS(4547), - [anon_sym_actual] = ACTIONS(4547), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4549), - [anon_sym_continue_AT] = ACTIONS(4549), - [anon_sym_break_AT] = ACTIONS(4549), - [anon_sym_this_AT] = ACTIONS(4549), - [anon_sym_super_AT] = ACTIONS(4549), - [sym_real_literal] = ACTIONS(4549), - [sym_integer_literal] = ACTIONS(4547), - [sym_hex_literal] = ACTIONS(4549), - [sym_bin_literal] = ACTIONS(4549), - [anon_sym_true] = ACTIONS(4547), - [anon_sym_false] = ACTIONS(4547), - [anon_sym_SQUOTE] = ACTIONS(4549), - [sym__backtick_identifier] = ACTIONS(4549), - [sym__automatic_semicolon] = ACTIONS(4549), - [sym_safe_nav] = ACTIONS(4549), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4549), - }, - [3012] = { - [sym_enum_class_body] = STATE(3254), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3286), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), }, - [3013] = { - [sym__alpha_identifier] = ACTIONS(4317), - [anon_sym_AT] = ACTIONS(4319), - [anon_sym_LBRACK] = ACTIONS(4319), - [anon_sym_EQ] = ACTIONS(4319), - [anon_sym_LBRACE] = ACTIONS(4319), - [anon_sym_RBRACE] = ACTIONS(4319), - [anon_sym_LPAREN] = ACTIONS(4319), - [anon_sym_COMMA] = ACTIONS(4319), - [anon_sym_by] = ACTIONS(4317), - [anon_sym_where] = ACTIONS(4317), - [anon_sym_object] = ACTIONS(4317), - [anon_sym_fun] = ACTIONS(4317), - [anon_sym_DOT] = ACTIONS(4317), - [anon_sym_SEMI] = ACTIONS(4319), - [anon_sym_get] = ACTIONS(4317), - [anon_sym_set] = ACTIONS(4317), - [anon_sym_this] = ACTIONS(4317), - [anon_sym_super] = ACTIONS(4317), - [anon_sym_AMP] = ACTIONS(4319), - [sym__quest] = ACTIONS(4319), - [anon_sym_STAR] = ACTIONS(4319), - [sym_label] = ACTIONS(4317), - [anon_sym_in] = ACTIONS(4317), - [anon_sym_null] = ACTIONS(4317), - [anon_sym_if] = ACTIONS(4317), - [anon_sym_else] = ACTIONS(4317), - [anon_sym_when] = ACTIONS(4317), - [anon_sym_try] = ACTIONS(4317), - [anon_sym_throw] = ACTIONS(4317), - [anon_sym_return] = ACTIONS(4317), - [anon_sym_continue] = ACTIONS(4317), - [anon_sym_break] = ACTIONS(4317), - [anon_sym_COLON_COLON] = ACTIONS(4319), - [anon_sym_BANGin] = ACTIONS(4319), - [anon_sym_is] = ACTIONS(4317), - [anon_sym_BANGis] = ACTIONS(4319), - [anon_sym_PLUS] = ACTIONS(4317), - [anon_sym_DASH] = ACTIONS(4317), - [anon_sym_PLUS_PLUS] = ACTIONS(4319), - [anon_sym_DASH_DASH] = ACTIONS(4319), - [anon_sym_BANG] = ACTIONS(4317), - [anon_sym_suspend] = ACTIONS(4317), - [anon_sym_sealed] = ACTIONS(4317), - [anon_sym_annotation] = ACTIONS(4317), - [anon_sym_data] = ACTIONS(4317), - [anon_sym_inner] = ACTIONS(4317), - [anon_sym_value] = ACTIONS(4317), - [anon_sym_override] = ACTIONS(4317), - [anon_sym_lateinit] = ACTIONS(4317), - [anon_sym_public] = ACTIONS(4317), - [anon_sym_private] = ACTIONS(4317), - [anon_sym_internal] = ACTIONS(4317), - [anon_sym_protected] = ACTIONS(4317), - [anon_sym_tailrec] = ACTIONS(4317), - [anon_sym_operator] = ACTIONS(4317), - [anon_sym_infix] = ACTIONS(4317), - [anon_sym_inline] = ACTIONS(4317), - [anon_sym_external] = ACTIONS(4317), - [sym_property_modifier] = ACTIONS(4317), - [anon_sym_abstract] = ACTIONS(4317), - [anon_sym_final] = ACTIONS(4317), - [anon_sym_open] = ACTIONS(4317), - [anon_sym_vararg] = ACTIONS(4317), - [anon_sym_noinline] = ACTIONS(4317), - [anon_sym_crossinline] = ACTIONS(4317), - [anon_sym_expect] = ACTIONS(4317), - [anon_sym_actual] = ACTIONS(4317), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4319), - [anon_sym_continue_AT] = ACTIONS(4319), - [anon_sym_break_AT] = ACTIONS(4319), - [anon_sym_this_AT] = ACTIONS(4319), - [anon_sym_super_AT] = ACTIONS(4319), - [sym_real_literal] = ACTIONS(4319), - [sym_integer_literal] = ACTIONS(4317), - [sym_hex_literal] = ACTIONS(4319), - [sym_bin_literal] = ACTIONS(4319), - [anon_sym_true] = ACTIONS(4317), - [anon_sym_false] = ACTIONS(4317), - [anon_sym_SQUOTE] = ACTIONS(4319), - [sym__backtick_identifier] = ACTIONS(4319), - [sym__automatic_semicolon] = ACTIONS(4319), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4319), + [2948] = { + [sym_getter] = STATE(5080), + [sym_setter] = STATE(5080), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [anon_sym_STAR] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1734), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), + [sym_multiline_comment] = ACTIONS(3), }, - [3014] = { - [sym__alpha_identifier] = ACTIONS(4166), - [anon_sym_AT] = ACTIONS(4168), - [anon_sym_LBRACK] = ACTIONS(4168), - [anon_sym_EQ] = ACTIONS(4168), - [anon_sym_LBRACE] = ACTIONS(4168), - [anon_sym_RBRACE] = ACTIONS(4168), - [anon_sym_LPAREN] = ACTIONS(4168), - [anon_sym_COMMA] = ACTIONS(4168), - [anon_sym_by] = ACTIONS(4166), - [anon_sym_where] = ACTIONS(4166), - [anon_sym_object] = ACTIONS(4166), - [anon_sym_fun] = ACTIONS(4166), - [anon_sym_DOT] = ACTIONS(4166), - [anon_sym_SEMI] = ACTIONS(4168), - [anon_sym_get] = ACTIONS(4166), - [anon_sym_set] = ACTIONS(4166), - [anon_sym_this] = ACTIONS(4166), - [anon_sym_super] = ACTIONS(4166), - [anon_sym_AMP] = ACTIONS(4168), - [sym__quest] = ACTIONS(4168), - [anon_sym_STAR] = ACTIONS(4168), - [sym_label] = ACTIONS(4166), - [anon_sym_in] = ACTIONS(4166), - [anon_sym_null] = ACTIONS(4166), - [anon_sym_if] = ACTIONS(4166), - [anon_sym_else] = ACTIONS(4166), - [anon_sym_when] = ACTIONS(4166), - [anon_sym_try] = ACTIONS(4166), - [anon_sym_throw] = ACTIONS(4166), - [anon_sym_return] = ACTIONS(4166), - [anon_sym_continue] = ACTIONS(4166), - [anon_sym_break] = ACTIONS(4166), - [anon_sym_COLON_COLON] = ACTIONS(4168), - [anon_sym_BANGin] = ACTIONS(4168), - [anon_sym_is] = ACTIONS(4166), - [anon_sym_BANGis] = ACTIONS(4168), - [anon_sym_PLUS] = ACTIONS(4166), - [anon_sym_DASH] = ACTIONS(4166), - [anon_sym_PLUS_PLUS] = ACTIONS(4168), - [anon_sym_DASH_DASH] = ACTIONS(4168), - [anon_sym_BANG] = ACTIONS(4166), - [anon_sym_suspend] = ACTIONS(4166), - [anon_sym_sealed] = ACTIONS(4166), - [anon_sym_annotation] = ACTIONS(4166), - [anon_sym_data] = ACTIONS(4166), - [anon_sym_inner] = ACTIONS(4166), - [anon_sym_value] = ACTIONS(4166), - [anon_sym_override] = ACTIONS(4166), - [anon_sym_lateinit] = ACTIONS(4166), - [anon_sym_public] = ACTIONS(4166), - [anon_sym_private] = ACTIONS(4166), - [anon_sym_internal] = ACTIONS(4166), - [anon_sym_protected] = ACTIONS(4166), - [anon_sym_tailrec] = ACTIONS(4166), - [anon_sym_operator] = ACTIONS(4166), - [anon_sym_infix] = ACTIONS(4166), - [anon_sym_inline] = ACTIONS(4166), - [anon_sym_external] = ACTIONS(4166), - [sym_property_modifier] = ACTIONS(4166), - [anon_sym_abstract] = ACTIONS(4166), - [anon_sym_final] = ACTIONS(4166), - [anon_sym_open] = ACTIONS(4166), - [anon_sym_vararg] = ACTIONS(4166), - [anon_sym_noinline] = ACTIONS(4166), - [anon_sym_crossinline] = ACTIONS(4166), - [anon_sym_expect] = ACTIONS(4166), - [anon_sym_actual] = ACTIONS(4166), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4168), - [anon_sym_continue_AT] = ACTIONS(4168), - [anon_sym_break_AT] = ACTIONS(4168), - [anon_sym_this_AT] = ACTIONS(4168), - [anon_sym_super_AT] = ACTIONS(4168), - [sym_real_literal] = ACTIONS(4168), - [sym_integer_literal] = ACTIONS(4166), - [sym_hex_literal] = ACTIONS(4168), - [sym_bin_literal] = ACTIONS(4168), - [anon_sym_true] = ACTIONS(4166), - [anon_sym_false] = ACTIONS(4166), - [anon_sym_SQUOTE] = ACTIONS(4168), - [sym__backtick_identifier] = ACTIONS(4168), - [sym__automatic_semicolon] = ACTIONS(4168), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4168), + [2949] = { + [sym_type_constraints] = STATE(3051), + [sym_enum_class_body] = STATE(3249), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), }, - [3015] = { - [sym_class_body] = STATE(3255), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(4216), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), + [2950] = { + [sym_type_constraints] = STATE(3001), + [sym_enum_class_body] = STATE(3209), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(3362), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, - [3016] = { - [aux_sym_type_constraints_repeat1] = STATE(3046), - [sym__alpha_identifier] = ACTIONS(4339), - [anon_sym_AT] = ACTIONS(4341), - [anon_sym_LBRACK] = ACTIONS(4341), - [anon_sym_as] = ACTIONS(4339), - [anon_sym_EQ] = ACTIONS(4339), - [anon_sym_LBRACE] = ACTIONS(4341), - [anon_sym_RBRACE] = ACTIONS(4341), - [anon_sym_LPAREN] = ACTIONS(4341), - [anon_sym_COMMA] = ACTIONS(6587), - [anon_sym_LT] = ACTIONS(4339), - [anon_sym_GT] = ACTIONS(4339), - [anon_sym_where] = ACTIONS(4339), - [anon_sym_object] = ACTIONS(4339), - [anon_sym_fun] = ACTIONS(4339), - [anon_sym_DOT] = ACTIONS(4339), - [anon_sym_SEMI] = ACTIONS(4341), - [anon_sym_get] = ACTIONS(4339), - [anon_sym_set] = ACTIONS(4339), - [anon_sym_this] = ACTIONS(4339), - [anon_sym_super] = ACTIONS(4339), - [anon_sym_STAR] = ACTIONS(4339), - [sym_label] = ACTIONS(4339), - [anon_sym_in] = ACTIONS(4339), - [anon_sym_DOT_DOT] = ACTIONS(4341), - [anon_sym_QMARK_COLON] = ACTIONS(4341), - [anon_sym_AMP_AMP] = ACTIONS(4341), - [anon_sym_PIPE_PIPE] = ACTIONS(4341), - [anon_sym_null] = ACTIONS(4339), - [anon_sym_if] = ACTIONS(4339), - [anon_sym_else] = ACTIONS(4339), - [anon_sym_when] = ACTIONS(4339), - [anon_sym_try] = ACTIONS(4339), - [anon_sym_throw] = ACTIONS(4339), - [anon_sym_return] = ACTIONS(4339), - [anon_sym_continue] = ACTIONS(4339), - [anon_sym_break] = ACTIONS(4339), - [anon_sym_COLON_COLON] = ACTIONS(4341), - [anon_sym_PLUS_EQ] = ACTIONS(4341), - [anon_sym_DASH_EQ] = ACTIONS(4341), - [anon_sym_STAR_EQ] = ACTIONS(4341), - [anon_sym_SLASH_EQ] = ACTIONS(4341), - [anon_sym_PERCENT_EQ] = ACTIONS(4341), - [anon_sym_BANG_EQ] = ACTIONS(4339), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4341), - [anon_sym_EQ_EQ] = ACTIONS(4339), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4341), - [anon_sym_LT_EQ] = ACTIONS(4341), - [anon_sym_GT_EQ] = ACTIONS(4341), - [anon_sym_BANGin] = ACTIONS(4341), - [anon_sym_is] = ACTIONS(4339), - [anon_sym_BANGis] = ACTIONS(4341), - [anon_sym_PLUS] = ACTIONS(4339), - [anon_sym_DASH] = ACTIONS(4339), - [anon_sym_SLASH] = ACTIONS(4339), - [anon_sym_PERCENT] = ACTIONS(4339), - [anon_sym_as_QMARK] = ACTIONS(4341), - [anon_sym_PLUS_PLUS] = ACTIONS(4341), - [anon_sym_DASH_DASH] = ACTIONS(4341), - [anon_sym_BANG] = ACTIONS(4339), - [anon_sym_BANG_BANG] = ACTIONS(4341), - [anon_sym_data] = ACTIONS(4339), - [anon_sym_inner] = ACTIONS(4339), - [anon_sym_value] = ACTIONS(4339), - [anon_sym_expect] = ACTIONS(4339), - [anon_sym_actual] = ACTIONS(4339), + [2951] = { + [sym_getter] = STATE(3906), + [sym_setter] = STATE(3906), + [sym_modifiers] = STATE(9364), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(5165), + [anon_sym_get] = ACTIONS(6354), + [anon_sym_set] = ACTIONS(6356), + [anon_sym_STAR] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1826), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4341), - [anon_sym_continue_AT] = ACTIONS(4341), - [anon_sym_break_AT] = ACTIONS(4341), - [anon_sym_this_AT] = ACTIONS(4341), - [anon_sym_super_AT] = ACTIONS(4341), - [sym_real_literal] = ACTIONS(4341), - [sym_integer_literal] = ACTIONS(4339), - [sym_hex_literal] = ACTIONS(4341), - [sym_bin_literal] = ACTIONS(4341), - [anon_sym_true] = ACTIONS(4339), - [anon_sym_false] = ACTIONS(4339), - [anon_sym_SQUOTE] = ACTIONS(4341), - [sym__backtick_identifier] = ACTIONS(4341), - [sym__automatic_semicolon] = ACTIONS(4341), - [sym_safe_nav] = ACTIONS(4341), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4341), - }, - [3017] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3017), - [sym__alpha_identifier] = ACTIONS(4633), - [anon_sym_AT] = ACTIONS(4635), - [anon_sym_LBRACK] = ACTIONS(4635), - [anon_sym_as] = ACTIONS(4633), - [anon_sym_EQ] = ACTIONS(4633), - [anon_sym_LBRACE] = ACTIONS(4635), - [anon_sym_RBRACE] = ACTIONS(4635), - [anon_sym_LPAREN] = ACTIONS(4635), - [anon_sym_COMMA] = ACTIONS(6589), - [anon_sym_LT] = ACTIONS(4633), - [anon_sym_GT] = ACTIONS(4633), - [anon_sym_where] = ACTIONS(4633), - [anon_sym_object] = ACTIONS(4633), - [anon_sym_fun] = ACTIONS(4633), - [anon_sym_DOT] = ACTIONS(4633), - [anon_sym_SEMI] = ACTIONS(4635), - [anon_sym_get] = ACTIONS(4633), - [anon_sym_set] = ACTIONS(4633), - [anon_sym_this] = ACTIONS(4633), - [anon_sym_super] = ACTIONS(4633), - [anon_sym_STAR] = ACTIONS(4633), - [sym_label] = ACTIONS(4633), - [anon_sym_in] = ACTIONS(4633), - [anon_sym_DOT_DOT] = ACTIONS(4635), - [anon_sym_QMARK_COLON] = ACTIONS(4635), - [anon_sym_AMP_AMP] = ACTIONS(4635), - [anon_sym_PIPE_PIPE] = ACTIONS(4635), - [anon_sym_null] = ACTIONS(4633), - [anon_sym_if] = ACTIONS(4633), - [anon_sym_else] = ACTIONS(4633), - [anon_sym_when] = ACTIONS(4633), - [anon_sym_try] = ACTIONS(4633), - [anon_sym_throw] = ACTIONS(4633), - [anon_sym_return] = ACTIONS(4633), - [anon_sym_continue] = ACTIONS(4633), - [anon_sym_break] = ACTIONS(4633), - [anon_sym_COLON_COLON] = ACTIONS(4635), - [anon_sym_PLUS_EQ] = ACTIONS(4635), - [anon_sym_DASH_EQ] = ACTIONS(4635), - [anon_sym_STAR_EQ] = ACTIONS(4635), - [anon_sym_SLASH_EQ] = ACTIONS(4635), - [anon_sym_PERCENT_EQ] = ACTIONS(4635), - [anon_sym_BANG_EQ] = ACTIONS(4633), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4635), - [anon_sym_EQ_EQ] = ACTIONS(4633), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4635), - [anon_sym_LT_EQ] = ACTIONS(4635), - [anon_sym_GT_EQ] = ACTIONS(4635), - [anon_sym_BANGin] = ACTIONS(4635), - [anon_sym_is] = ACTIONS(4633), - [anon_sym_BANGis] = ACTIONS(4635), - [anon_sym_PLUS] = ACTIONS(4633), - [anon_sym_DASH] = ACTIONS(4633), - [anon_sym_SLASH] = ACTIONS(4633), - [anon_sym_PERCENT] = ACTIONS(4633), - [anon_sym_as_QMARK] = ACTIONS(4635), - [anon_sym_PLUS_PLUS] = ACTIONS(4635), - [anon_sym_DASH_DASH] = ACTIONS(4635), - [anon_sym_BANG] = ACTIONS(4633), - [anon_sym_BANG_BANG] = ACTIONS(4635), - [anon_sym_data] = ACTIONS(4633), - [anon_sym_inner] = ACTIONS(4633), - [anon_sym_value] = ACTIONS(4633), - [anon_sym_expect] = ACTIONS(4633), - [anon_sym_actual] = ACTIONS(4633), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4635), - [anon_sym_continue_AT] = ACTIONS(4635), - [anon_sym_break_AT] = ACTIONS(4635), - [anon_sym_this_AT] = ACTIONS(4635), - [anon_sym_super_AT] = ACTIONS(4635), - [sym_real_literal] = ACTIONS(4635), - [sym_integer_literal] = ACTIONS(4633), - [sym_hex_literal] = ACTIONS(4635), - [sym_bin_literal] = ACTIONS(4635), - [anon_sym_true] = ACTIONS(4633), - [anon_sym_false] = ACTIONS(4633), - [anon_sym_SQUOTE] = ACTIONS(4635), - [sym__backtick_identifier] = ACTIONS(4635), - [sym__automatic_semicolon] = ACTIONS(4635), - [sym_safe_nav] = ACTIONS(4635), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4635), }, - [3018] = { - [sym__alpha_identifier] = ACTIONS(4313), - [anon_sym_AT] = ACTIONS(4315), - [anon_sym_LBRACK] = ACTIONS(4315), - [anon_sym_RBRACK] = ACTIONS(4315), - [anon_sym_as] = ACTIONS(4313), - [anon_sym_EQ] = ACTIONS(4313), - [anon_sym_LBRACE] = ACTIONS(4315), - [anon_sym_RBRACE] = ACTIONS(4315), - [anon_sym_LPAREN] = ACTIONS(4315), - [anon_sym_COMMA] = ACTIONS(4315), - [anon_sym_RPAREN] = ACTIONS(4315), - [anon_sym_by] = ACTIONS(4313), - [anon_sym_LT] = ACTIONS(4313), - [anon_sym_GT] = ACTIONS(4313), - [anon_sym_where] = ACTIONS(4313), - [anon_sym_DOT] = ACTIONS(4313), - [anon_sym_SEMI] = ACTIONS(4315), - [anon_sym_get] = ACTIONS(4313), - [anon_sym_set] = ACTIONS(4313), - [anon_sym_AMP] = ACTIONS(4313), - [sym__quest] = ACTIONS(4313), - [anon_sym_STAR] = ACTIONS(4313), - [anon_sym_DASH_GT] = ACTIONS(4315), - [sym_label] = ACTIONS(4315), - [anon_sym_in] = ACTIONS(4313), - [anon_sym_while] = ACTIONS(4313), - [anon_sym_DOT_DOT] = ACTIONS(4315), - [anon_sym_QMARK_COLON] = ACTIONS(4315), - [anon_sym_AMP_AMP] = ACTIONS(4315), - [anon_sym_PIPE_PIPE] = ACTIONS(4315), - [anon_sym_else] = ACTIONS(4313), - [anon_sym_COLON_COLON] = ACTIONS(4315), - [anon_sym_PLUS_EQ] = ACTIONS(4315), - [anon_sym_DASH_EQ] = ACTIONS(4315), - [anon_sym_STAR_EQ] = ACTIONS(4315), - [anon_sym_SLASH_EQ] = ACTIONS(4315), - [anon_sym_PERCENT_EQ] = ACTIONS(4315), - [anon_sym_BANG_EQ] = ACTIONS(4313), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4315), - [anon_sym_EQ_EQ] = ACTIONS(4313), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4315), - [anon_sym_LT_EQ] = ACTIONS(4315), - [anon_sym_GT_EQ] = ACTIONS(4315), - [anon_sym_BANGin] = ACTIONS(4315), - [anon_sym_is] = ACTIONS(4313), - [anon_sym_BANGis] = ACTIONS(4315), - [anon_sym_PLUS] = ACTIONS(4313), - [anon_sym_DASH] = ACTIONS(4313), - [anon_sym_SLASH] = ACTIONS(4313), - [anon_sym_PERCENT] = ACTIONS(4313), - [anon_sym_as_QMARK] = ACTIONS(4315), - [anon_sym_PLUS_PLUS] = ACTIONS(4315), - [anon_sym_DASH_DASH] = ACTIONS(4315), - [anon_sym_BANG_BANG] = ACTIONS(4315), - [anon_sym_suspend] = ACTIONS(4313), - [anon_sym_sealed] = ACTIONS(4313), - [anon_sym_annotation] = ACTIONS(4313), - [anon_sym_data] = ACTIONS(4313), - [anon_sym_inner] = ACTIONS(4313), - [anon_sym_value] = ACTIONS(4313), - [anon_sym_override] = ACTIONS(4313), - [anon_sym_lateinit] = ACTIONS(4313), - [anon_sym_public] = ACTIONS(4313), - [anon_sym_private] = ACTIONS(4313), - [anon_sym_internal] = ACTIONS(4313), - [anon_sym_protected] = ACTIONS(4313), - [anon_sym_tailrec] = ACTIONS(4313), - [anon_sym_operator] = ACTIONS(4313), - [anon_sym_infix] = ACTIONS(4313), - [anon_sym_inline] = ACTIONS(4313), - [anon_sym_external] = ACTIONS(4313), - [sym_property_modifier] = ACTIONS(4313), - [anon_sym_abstract] = ACTIONS(4313), - [anon_sym_final] = ACTIONS(4313), - [anon_sym_open] = ACTIONS(4313), - [anon_sym_vararg] = ACTIONS(4313), - [anon_sym_noinline] = ACTIONS(4313), - [anon_sym_crossinline] = ACTIONS(4313), - [anon_sym_expect] = ACTIONS(4313), - [anon_sym_actual] = ACTIONS(4313), + [2952] = { + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(5026), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4315), - [sym_safe_nav] = ACTIONS(4315), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [3019] = { - [sym__alpha_identifier] = ACTIONS(4317), - [anon_sym_AT] = ACTIONS(4319), - [anon_sym_LBRACK] = ACTIONS(4319), - [anon_sym_RBRACK] = ACTIONS(4319), - [anon_sym_as] = ACTIONS(4317), - [anon_sym_EQ] = ACTIONS(4317), - [anon_sym_LBRACE] = ACTIONS(4319), - [anon_sym_RBRACE] = ACTIONS(4319), - [anon_sym_LPAREN] = ACTIONS(4319), - [anon_sym_COMMA] = ACTIONS(4319), - [anon_sym_RPAREN] = ACTIONS(4319), - [anon_sym_by] = ACTIONS(4317), - [anon_sym_LT] = ACTIONS(4317), - [anon_sym_GT] = ACTIONS(4317), - [anon_sym_where] = ACTIONS(4317), - [anon_sym_DOT] = ACTIONS(4317), - [anon_sym_SEMI] = ACTIONS(4319), - [anon_sym_get] = ACTIONS(4317), - [anon_sym_set] = ACTIONS(4317), - [anon_sym_AMP] = ACTIONS(4317), - [sym__quest] = ACTIONS(4317), - [anon_sym_STAR] = ACTIONS(4317), - [anon_sym_DASH_GT] = ACTIONS(4319), - [sym_label] = ACTIONS(4319), - [anon_sym_in] = ACTIONS(4317), - [anon_sym_while] = ACTIONS(4317), - [anon_sym_DOT_DOT] = ACTIONS(4319), - [anon_sym_QMARK_COLON] = ACTIONS(4319), - [anon_sym_AMP_AMP] = ACTIONS(4319), - [anon_sym_PIPE_PIPE] = ACTIONS(4319), - [anon_sym_else] = ACTIONS(4317), - [anon_sym_COLON_COLON] = ACTIONS(4319), - [anon_sym_PLUS_EQ] = ACTIONS(4319), - [anon_sym_DASH_EQ] = ACTIONS(4319), - [anon_sym_STAR_EQ] = ACTIONS(4319), - [anon_sym_SLASH_EQ] = ACTIONS(4319), - [anon_sym_PERCENT_EQ] = ACTIONS(4319), - [anon_sym_BANG_EQ] = ACTIONS(4317), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4319), - [anon_sym_EQ_EQ] = ACTIONS(4317), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4319), - [anon_sym_LT_EQ] = ACTIONS(4319), - [anon_sym_GT_EQ] = ACTIONS(4319), - [anon_sym_BANGin] = ACTIONS(4319), - [anon_sym_is] = ACTIONS(4317), - [anon_sym_BANGis] = ACTIONS(4319), - [anon_sym_PLUS] = ACTIONS(4317), - [anon_sym_DASH] = ACTIONS(4317), - [anon_sym_SLASH] = ACTIONS(4317), - [anon_sym_PERCENT] = ACTIONS(4317), - [anon_sym_as_QMARK] = ACTIONS(4319), - [anon_sym_PLUS_PLUS] = ACTIONS(4319), - [anon_sym_DASH_DASH] = ACTIONS(4319), - [anon_sym_BANG_BANG] = ACTIONS(4319), - [anon_sym_suspend] = ACTIONS(4317), - [anon_sym_sealed] = ACTIONS(4317), - [anon_sym_annotation] = ACTIONS(4317), - [anon_sym_data] = ACTIONS(4317), - [anon_sym_inner] = ACTIONS(4317), - [anon_sym_value] = ACTIONS(4317), - [anon_sym_override] = ACTIONS(4317), - [anon_sym_lateinit] = ACTIONS(4317), - [anon_sym_public] = ACTIONS(4317), - [anon_sym_private] = ACTIONS(4317), - [anon_sym_internal] = ACTIONS(4317), - [anon_sym_protected] = ACTIONS(4317), - [anon_sym_tailrec] = ACTIONS(4317), - [anon_sym_operator] = ACTIONS(4317), - [anon_sym_infix] = ACTIONS(4317), - [anon_sym_inline] = ACTIONS(4317), - [anon_sym_external] = ACTIONS(4317), - [sym_property_modifier] = ACTIONS(4317), - [anon_sym_abstract] = ACTIONS(4317), - [anon_sym_final] = ACTIONS(4317), - [anon_sym_open] = ACTIONS(4317), - [anon_sym_vararg] = ACTIONS(4317), - [anon_sym_noinline] = ACTIONS(4317), - [anon_sym_crossinline] = ACTIONS(4317), - [anon_sym_expect] = ACTIONS(4317), - [anon_sym_actual] = ACTIONS(4317), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4319), - [sym_safe_nav] = ACTIONS(4319), + [2953] = { + [sym_getter] = STATE(5186), + [sym_setter] = STATE(5186), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(3312), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [anon_sym_STAR] = ACTIONS(1798), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1798), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_suspend] = ACTIONS(73), + [anon_sym_sealed] = ACTIONS(75), + [anon_sym_annotation] = ACTIONS(75), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [3020] = { - [sym_enum_class_body] = STATE(3255), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(4216), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), - }, - [3021] = { - [sym__alpha_identifier] = ACTIONS(4166), - [anon_sym_AT] = ACTIONS(4168), - [anon_sym_LBRACK] = ACTIONS(4168), - [anon_sym_RBRACK] = ACTIONS(4168), - [anon_sym_as] = ACTIONS(4166), - [anon_sym_EQ] = ACTIONS(4166), - [anon_sym_LBRACE] = ACTIONS(4168), - [anon_sym_RBRACE] = ACTIONS(4168), - [anon_sym_LPAREN] = ACTIONS(4168), - [anon_sym_COMMA] = ACTIONS(4168), - [anon_sym_RPAREN] = ACTIONS(4168), - [anon_sym_by] = ACTIONS(4166), - [anon_sym_LT] = ACTIONS(4166), - [anon_sym_GT] = ACTIONS(4166), - [anon_sym_where] = ACTIONS(4166), - [anon_sym_DOT] = ACTIONS(4166), - [anon_sym_SEMI] = ACTIONS(4168), - [anon_sym_get] = ACTIONS(4166), - [anon_sym_set] = ACTIONS(4166), - [anon_sym_AMP] = ACTIONS(4166), - [sym__quest] = ACTIONS(4166), - [anon_sym_STAR] = ACTIONS(4166), - [anon_sym_DASH_GT] = ACTIONS(4168), - [sym_label] = ACTIONS(4168), - [anon_sym_in] = ACTIONS(4166), - [anon_sym_while] = ACTIONS(4166), - [anon_sym_DOT_DOT] = ACTIONS(4168), - [anon_sym_QMARK_COLON] = ACTIONS(4168), - [anon_sym_AMP_AMP] = ACTIONS(4168), - [anon_sym_PIPE_PIPE] = ACTIONS(4168), - [anon_sym_else] = ACTIONS(4166), - [anon_sym_COLON_COLON] = ACTIONS(4168), - [anon_sym_PLUS_EQ] = ACTIONS(4168), - [anon_sym_DASH_EQ] = ACTIONS(4168), - [anon_sym_STAR_EQ] = ACTIONS(4168), - [anon_sym_SLASH_EQ] = ACTIONS(4168), - [anon_sym_PERCENT_EQ] = ACTIONS(4168), - [anon_sym_BANG_EQ] = ACTIONS(4166), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4168), - [anon_sym_EQ_EQ] = ACTIONS(4166), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4168), - [anon_sym_LT_EQ] = ACTIONS(4168), - [anon_sym_GT_EQ] = ACTIONS(4168), - [anon_sym_BANGin] = ACTIONS(4168), - [anon_sym_is] = ACTIONS(4166), - [anon_sym_BANGis] = ACTIONS(4168), - [anon_sym_PLUS] = ACTIONS(4166), - [anon_sym_DASH] = ACTIONS(4166), - [anon_sym_SLASH] = ACTIONS(4166), - [anon_sym_PERCENT] = ACTIONS(4166), - [anon_sym_as_QMARK] = ACTIONS(4168), - [anon_sym_PLUS_PLUS] = ACTIONS(4168), - [anon_sym_DASH_DASH] = ACTIONS(4168), - [anon_sym_BANG_BANG] = ACTIONS(4168), - [anon_sym_suspend] = ACTIONS(4166), - [anon_sym_sealed] = ACTIONS(4166), - [anon_sym_annotation] = ACTIONS(4166), - [anon_sym_data] = ACTIONS(4166), - [anon_sym_inner] = ACTIONS(4166), - [anon_sym_value] = ACTIONS(4166), - [anon_sym_override] = ACTIONS(4166), - [anon_sym_lateinit] = ACTIONS(4166), - [anon_sym_public] = ACTIONS(4166), - [anon_sym_private] = ACTIONS(4166), - [anon_sym_internal] = ACTIONS(4166), - [anon_sym_protected] = ACTIONS(4166), - [anon_sym_tailrec] = ACTIONS(4166), - [anon_sym_operator] = ACTIONS(4166), - [anon_sym_infix] = ACTIONS(4166), - [anon_sym_inline] = ACTIONS(4166), - [anon_sym_external] = ACTIONS(4166), - [sym_property_modifier] = ACTIONS(4166), - [anon_sym_abstract] = ACTIONS(4166), - [anon_sym_final] = ACTIONS(4166), - [anon_sym_open] = ACTIONS(4166), - [anon_sym_vararg] = ACTIONS(4166), - [anon_sym_noinline] = ACTIONS(4166), - [anon_sym_crossinline] = ACTIONS(4166), - [anon_sym_expect] = ACTIONS(4166), - [anon_sym_actual] = ACTIONS(4166), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4168), - [sym_safe_nav] = ACTIONS(4168), + [2954] = { + [sym_getter] = STATE(5081), + [sym_setter] = STATE(5081), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6398), + [anon_sym_get] = ACTIONS(6374), + [anon_sym_set] = ACTIONS(6376), + [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), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [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), }, - [3022] = { - [sym__alpha_identifier] = ACTIONS(4750), - [anon_sym_AT] = ACTIONS(4752), - [anon_sym_COLON] = ACTIONS(4750), - [anon_sym_LBRACK] = ACTIONS(4752), - [anon_sym_as] = ACTIONS(4750), - [anon_sym_EQ] = ACTIONS(4750), - [anon_sym_LBRACE] = ACTIONS(4752), - [anon_sym_RBRACE] = ACTIONS(4752), - [anon_sym_LPAREN] = ACTIONS(4752), - [anon_sym_COMMA] = ACTIONS(4752), - [anon_sym_LT] = ACTIONS(4750), - [anon_sym_GT] = ACTIONS(4750), - [anon_sym_where] = ACTIONS(4750), - [anon_sym_object] = ACTIONS(4750), - [anon_sym_fun] = ACTIONS(4750), - [anon_sym_DOT] = ACTIONS(4750), - [anon_sym_SEMI] = ACTIONS(4752), - [anon_sym_get] = ACTIONS(4750), - [anon_sym_set] = ACTIONS(4750), - [anon_sym_this] = ACTIONS(4750), - [anon_sym_super] = ACTIONS(4750), - [anon_sym_STAR] = ACTIONS(4750), - [sym_label] = ACTIONS(4750), - [anon_sym_in] = ACTIONS(4750), - [anon_sym_DOT_DOT] = ACTIONS(4752), - [anon_sym_QMARK_COLON] = ACTIONS(4752), - [anon_sym_AMP_AMP] = ACTIONS(4752), - [anon_sym_PIPE_PIPE] = ACTIONS(4752), - [anon_sym_null] = ACTIONS(4750), - [anon_sym_if] = ACTIONS(4750), - [anon_sym_else] = ACTIONS(4750), - [anon_sym_when] = ACTIONS(4750), - [anon_sym_try] = ACTIONS(4750), - [anon_sym_throw] = ACTIONS(4750), - [anon_sym_return] = ACTIONS(4750), - [anon_sym_continue] = ACTIONS(4750), - [anon_sym_break] = ACTIONS(4750), - [anon_sym_COLON_COLON] = ACTIONS(4752), - [anon_sym_PLUS_EQ] = ACTIONS(4752), - [anon_sym_DASH_EQ] = ACTIONS(4752), - [anon_sym_STAR_EQ] = ACTIONS(4752), - [anon_sym_SLASH_EQ] = ACTIONS(4752), - [anon_sym_PERCENT_EQ] = ACTIONS(4752), - [anon_sym_BANG_EQ] = ACTIONS(4750), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4752), - [anon_sym_EQ_EQ] = ACTIONS(4750), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4752), - [anon_sym_LT_EQ] = ACTIONS(4752), - [anon_sym_GT_EQ] = ACTIONS(4752), - [anon_sym_BANGin] = ACTIONS(4752), - [anon_sym_is] = ACTIONS(4750), - [anon_sym_BANGis] = ACTIONS(4752), - [anon_sym_PLUS] = ACTIONS(4750), - [anon_sym_DASH] = ACTIONS(4750), - [anon_sym_SLASH] = ACTIONS(4750), - [anon_sym_PERCENT] = ACTIONS(4750), - [anon_sym_as_QMARK] = ACTIONS(4752), - [anon_sym_PLUS_PLUS] = ACTIONS(4752), - [anon_sym_DASH_DASH] = ACTIONS(4752), - [anon_sym_BANG] = ACTIONS(4750), - [anon_sym_BANG_BANG] = ACTIONS(4752), - [anon_sym_data] = ACTIONS(4750), - [anon_sym_inner] = ACTIONS(4750), - [anon_sym_value] = ACTIONS(4750), - [anon_sym_expect] = ACTIONS(4750), - [anon_sym_actual] = ACTIONS(4750), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4752), - [anon_sym_continue_AT] = ACTIONS(4752), - [anon_sym_break_AT] = ACTIONS(4752), - [anon_sym_this_AT] = ACTIONS(4752), - [anon_sym_super_AT] = ACTIONS(4752), - [sym_real_literal] = ACTIONS(4752), - [sym_integer_literal] = ACTIONS(4750), - [sym_hex_literal] = ACTIONS(4752), - [sym_bin_literal] = ACTIONS(4752), - [anon_sym_true] = ACTIONS(4750), - [anon_sym_false] = ACTIONS(4750), - [anon_sym_SQUOTE] = ACTIONS(4752), - [sym__backtick_identifier] = ACTIONS(4752), - [sym__automatic_semicolon] = ACTIONS(4752), - [sym_safe_nav] = ACTIONS(4752), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4752), + [2955] = { + [sym_type_arguments] = STATE(6556), + [sym__alpha_identifier] = ACTIONS(4163), + [anon_sym_AT] = ACTIONS(4165), + [anon_sym_COLON] = ACTIONS(6549), + [anon_sym_LBRACK] = ACTIONS(4165), + [anon_sym_RBRACK] = ACTIONS(4165), + [anon_sym_as] = ACTIONS(4163), + [anon_sym_EQ] = ACTIONS(4163), + [anon_sym_LBRACE] = ACTIONS(4165), + [anon_sym_RBRACE] = ACTIONS(4165), + [anon_sym_LPAREN] = ACTIONS(4165), + [anon_sym_COMMA] = ACTIONS(4165), + [anon_sym_RPAREN] = ACTIONS(4165), + [anon_sym_by] = ACTIONS(4163), + [anon_sym_LT] = ACTIONS(4163), + [anon_sym_GT] = ACTIONS(4163), + [anon_sym_where] = ACTIONS(4163), + [anon_sym_DOT] = ACTIONS(4163), + [anon_sym_SEMI] = ACTIONS(4165), + [anon_sym_get] = ACTIONS(4163), + [anon_sym_set] = ACTIONS(4163), + [sym__quest] = ACTIONS(4169), + [anon_sym_STAR] = ACTIONS(4163), + [anon_sym_DASH_GT] = ACTIONS(4165), + [sym_label] = ACTIONS(4165), + [anon_sym_in] = ACTIONS(4163), + [anon_sym_while] = ACTIONS(4163), + [anon_sym_DOT_DOT] = ACTIONS(4165), + [anon_sym_QMARK_COLON] = ACTIONS(4165), + [anon_sym_AMP_AMP] = ACTIONS(4165), + [anon_sym_PIPE_PIPE] = ACTIONS(4165), + [anon_sym_else] = ACTIONS(4163), + [anon_sym_COLON_COLON] = ACTIONS(4165), + [anon_sym_PLUS_EQ] = ACTIONS(4165), + [anon_sym_DASH_EQ] = ACTIONS(4165), + [anon_sym_STAR_EQ] = ACTIONS(4165), + [anon_sym_SLASH_EQ] = ACTIONS(4165), + [anon_sym_PERCENT_EQ] = ACTIONS(4165), + [anon_sym_BANG_EQ] = ACTIONS(4163), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4165), + [anon_sym_EQ_EQ] = ACTIONS(4163), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4165), + [anon_sym_LT_EQ] = ACTIONS(4165), + [anon_sym_GT_EQ] = ACTIONS(4165), + [anon_sym_BANGin] = ACTIONS(4165), + [anon_sym_is] = ACTIONS(4163), + [anon_sym_BANGis] = ACTIONS(4165), + [anon_sym_PLUS] = ACTIONS(4163), + [anon_sym_DASH] = ACTIONS(4163), + [anon_sym_SLASH] = ACTIONS(4163), + [anon_sym_PERCENT] = ACTIONS(4163), + [anon_sym_as_QMARK] = ACTIONS(4165), + [anon_sym_PLUS_PLUS] = ACTIONS(4165), + [anon_sym_DASH_DASH] = ACTIONS(4165), + [anon_sym_BANG_BANG] = ACTIONS(4165), + [anon_sym_suspend] = ACTIONS(4163), + [anon_sym_sealed] = ACTIONS(4163), + [anon_sym_annotation] = ACTIONS(4163), + [anon_sym_data] = ACTIONS(4163), + [anon_sym_inner] = ACTIONS(4163), + [anon_sym_value] = ACTIONS(4163), + [anon_sym_override] = ACTIONS(4163), + [anon_sym_lateinit] = ACTIONS(4163), + [anon_sym_public] = ACTIONS(4163), + [anon_sym_private] = ACTIONS(4163), + [anon_sym_internal] = ACTIONS(4163), + [anon_sym_protected] = ACTIONS(4163), + [anon_sym_tailrec] = ACTIONS(4163), + [anon_sym_operator] = ACTIONS(4163), + [anon_sym_infix] = ACTIONS(4163), + [anon_sym_inline] = ACTIONS(4163), + [anon_sym_external] = ACTIONS(4163), + [sym_property_modifier] = ACTIONS(4163), + [anon_sym_abstract] = ACTIONS(4163), + [anon_sym_final] = ACTIONS(4163), + [anon_sym_open] = ACTIONS(4163), + [anon_sym_vararg] = ACTIONS(4163), + [anon_sym_noinline] = ACTIONS(4163), + [anon_sym_crossinline] = ACTIONS(4163), + [anon_sym_expect] = ACTIONS(4163), + [anon_sym_actual] = ACTIONS(4163), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4165), + [sym_safe_nav] = ACTIONS(4165), + [sym_multiline_comment] = ACTIONS(3), }, - [3023] = { - [sym__alpha_identifier] = ACTIONS(4754), - [anon_sym_AT] = ACTIONS(4756), - [anon_sym_COLON] = ACTIONS(4754), - [anon_sym_LBRACK] = ACTIONS(4756), - [anon_sym_as] = ACTIONS(4754), - [anon_sym_EQ] = ACTIONS(4754), - [anon_sym_LBRACE] = ACTIONS(4756), - [anon_sym_RBRACE] = ACTIONS(4756), - [anon_sym_LPAREN] = ACTIONS(4756), - [anon_sym_COMMA] = ACTIONS(4756), - [anon_sym_LT] = ACTIONS(4754), - [anon_sym_GT] = ACTIONS(4754), - [anon_sym_where] = ACTIONS(4754), - [anon_sym_object] = ACTIONS(4754), - [anon_sym_fun] = ACTIONS(4754), - [anon_sym_DOT] = ACTIONS(4754), - [anon_sym_SEMI] = ACTIONS(4756), - [anon_sym_get] = ACTIONS(4754), - [anon_sym_set] = ACTIONS(4754), - [anon_sym_this] = ACTIONS(4754), - [anon_sym_super] = ACTIONS(4754), - [anon_sym_STAR] = ACTIONS(4754), - [sym_label] = ACTIONS(4754), - [anon_sym_in] = ACTIONS(4754), - [anon_sym_DOT_DOT] = ACTIONS(4756), - [anon_sym_QMARK_COLON] = ACTIONS(4756), - [anon_sym_AMP_AMP] = ACTIONS(4756), - [anon_sym_PIPE_PIPE] = ACTIONS(4756), - [anon_sym_null] = ACTIONS(4754), - [anon_sym_if] = ACTIONS(4754), - [anon_sym_else] = ACTIONS(4754), - [anon_sym_when] = ACTIONS(4754), - [anon_sym_try] = ACTIONS(4754), - [anon_sym_throw] = ACTIONS(4754), - [anon_sym_return] = ACTIONS(4754), - [anon_sym_continue] = ACTIONS(4754), - [anon_sym_break] = ACTIONS(4754), - [anon_sym_COLON_COLON] = ACTIONS(4756), - [anon_sym_PLUS_EQ] = ACTIONS(4756), - [anon_sym_DASH_EQ] = ACTIONS(4756), - [anon_sym_STAR_EQ] = ACTIONS(4756), - [anon_sym_SLASH_EQ] = ACTIONS(4756), - [anon_sym_PERCENT_EQ] = ACTIONS(4756), - [anon_sym_BANG_EQ] = ACTIONS(4754), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4756), - [anon_sym_EQ_EQ] = ACTIONS(4754), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4756), - [anon_sym_LT_EQ] = ACTIONS(4756), - [anon_sym_GT_EQ] = ACTIONS(4756), - [anon_sym_BANGin] = ACTIONS(4756), - [anon_sym_is] = ACTIONS(4754), - [anon_sym_BANGis] = ACTIONS(4756), - [anon_sym_PLUS] = ACTIONS(4754), - [anon_sym_DASH] = ACTIONS(4754), - [anon_sym_SLASH] = ACTIONS(4754), - [anon_sym_PERCENT] = ACTIONS(4754), - [anon_sym_as_QMARK] = ACTIONS(4756), - [anon_sym_PLUS_PLUS] = ACTIONS(4756), - [anon_sym_DASH_DASH] = ACTIONS(4756), - [anon_sym_BANG] = ACTIONS(4754), - [anon_sym_BANG_BANG] = ACTIONS(4756), - [anon_sym_data] = ACTIONS(4754), - [anon_sym_inner] = ACTIONS(4754), - [anon_sym_value] = ACTIONS(4754), - [anon_sym_expect] = ACTIONS(4754), - [anon_sym_actual] = ACTIONS(4754), + [2956] = { + [sym_class_body] = STATE(3241), + [sym_type_constraints] = STATE(3050), + [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(3210), + [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(3216), + [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_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_value] = ACTIONS(4497), + [anon_sym_expect] = ACTIONS(4497), + [anon_sym_actual] = ACTIONS(4497), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4756), - [anon_sym_continue_AT] = ACTIONS(4756), - [anon_sym_break_AT] = ACTIONS(4756), - [anon_sym_this_AT] = ACTIONS(4756), - [anon_sym_super_AT] = ACTIONS(4756), - [sym_real_literal] = ACTIONS(4756), - [sym_integer_literal] = ACTIONS(4754), - [sym_hex_literal] = ACTIONS(4756), - [sym_bin_literal] = ACTIONS(4756), - [anon_sym_true] = ACTIONS(4754), - [anon_sym_false] = ACTIONS(4754), - [anon_sym_SQUOTE] = ACTIONS(4756), - [sym__backtick_identifier] = ACTIONS(4756), - [sym__automatic_semicolon] = ACTIONS(4756), - [sym_safe_nav] = ACTIONS(4756), + [anon_sym_return_AT] = ACTIONS(4499), + [anon_sym_continue_AT] = ACTIONS(4499), + [anon_sym_break_AT] = ACTIONS(4499), + [anon_sym_this_AT] = ACTIONS(4499), + [anon_sym_super_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(4756), + [sym__string_start] = ACTIONS(4499), }, - [3024] = { - [sym_class_body] = STATE(3247), - [sym__alpha_identifier] = ACTIONS(4355), - [anon_sym_AT] = ACTIONS(4357), - [anon_sym_LBRACK] = ACTIONS(4357), - [anon_sym_as] = ACTIONS(4355), - [anon_sym_EQ] = ACTIONS(4355), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4357), - [anon_sym_LPAREN] = ACTIONS(4357), - [anon_sym_COMMA] = ACTIONS(4357), - [anon_sym_LT] = ACTIONS(4355), - [anon_sym_GT] = ACTIONS(4355), - [anon_sym_where] = ACTIONS(4355), - [anon_sym_object] = ACTIONS(4355), - [anon_sym_fun] = ACTIONS(4355), - [anon_sym_DOT] = ACTIONS(4355), - [anon_sym_SEMI] = ACTIONS(4357), - [anon_sym_get] = ACTIONS(4355), - [anon_sym_set] = ACTIONS(4355), - [anon_sym_this] = ACTIONS(4355), - [anon_sym_super] = ACTIONS(4355), - [anon_sym_STAR] = ACTIONS(4355), - [sym_label] = ACTIONS(4355), - [anon_sym_in] = ACTIONS(4355), - [anon_sym_DOT_DOT] = ACTIONS(4357), - [anon_sym_QMARK_COLON] = ACTIONS(4357), - [anon_sym_AMP_AMP] = ACTIONS(4357), - [anon_sym_PIPE_PIPE] = ACTIONS(4357), - [anon_sym_null] = ACTIONS(4355), - [anon_sym_if] = ACTIONS(4355), - [anon_sym_else] = ACTIONS(4355), - [anon_sym_when] = ACTIONS(4355), - [anon_sym_try] = ACTIONS(4355), - [anon_sym_throw] = ACTIONS(4355), - [anon_sym_return] = ACTIONS(4355), - [anon_sym_continue] = ACTIONS(4355), - [anon_sym_break] = ACTIONS(4355), - [anon_sym_COLON_COLON] = ACTIONS(4357), - [anon_sym_PLUS_EQ] = ACTIONS(4357), - [anon_sym_DASH_EQ] = ACTIONS(4357), - [anon_sym_STAR_EQ] = ACTIONS(4357), - [anon_sym_SLASH_EQ] = ACTIONS(4357), - [anon_sym_PERCENT_EQ] = ACTIONS(4357), - [anon_sym_BANG_EQ] = ACTIONS(4355), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4357), - [anon_sym_EQ_EQ] = ACTIONS(4355), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4357), - [anon_sym_LT_EQ] = ACTIONS(4357), - [anon_sym_GT_EQ] = ACTIONS(4357), - [anon_sym_BANGin] = ACTIONS(4357), - [anon_sym_is] = ACTIONS(4355), - [anon_sym_BANGis] = ACTIONS(4357), - [anon_sym_PLUS] = ACTIONS(4355), - [anon_sym_DASH] = ACTIONS(4355), - [anon_sym_SLASH] = ACTIONS(4355), - [anon_sym_PERCENT] = ACTIONS(4355), - [anon_sym_as_QMARK] = ACTIONS(4357), - [anon_sym_PLUS_PLUS] = ACTIONS(4357), - [anon_sym_DASH_DASH] = ACTIONS(4357), - [anon_sym_BANG] = ACTIONS(4355), - [anon_sym_BANG_BANG] = ACTIONS(4357), - [anon_sym_data] = ACTIONS(4355), - [anon_sym_inner] = ACTIONS(4355), - [anon_sym_value] = ACTIONS(4355), - [anon_sym_expect] = ACTIONS(4355), - [anon_sym_actual] = ACTIONS(4355), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4357), - [anon_sym_continue_AT] = ACTIONS(4357), - [anon_sym_break_AT] = ACTIONS(4357), - [anon_sym_this_AT] = ACTIONS(4357), - [anon_sym_super_AT] = ACTIONS(4357), - [sym_real_literal] = ACTIONS(4357), - [sym_integer_literal] = ACTIONS(4355), - [sym_hex_literal] = ACTIONS(4357), - [sym_bin_literal] = ACTIONS(4357), - [anon_sym_true] = ACTIONS(4355), - [anon_sym_false] = ACTIONS(4355), - [anon_sym_SQUOTE] = ACTIONS(4357), - [sym__backtick_identifier] = ACTIONS(4357), - [sym__automatic_semicolon] = ACTIONS(4357), - [sym_safe_nav] = ACTIONS(4357), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4357), + [2957] = { + [sym_function_body] = STATE(3095), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(4323), + [anon_sym_object] = ACTIONS(4323), + [anon_sym_fun] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_this] = ACTIONS(4323), + [anon_sym_super] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [sym_label] = ACTIONS(4323), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_null] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_when] = ACTIONS(4323), + [anon_sym_try] = ACTIONS(4323), + [anon_sym_throw] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4325), + [anon_sym_continue_AT] = ACTIONS(4325), + [anon_sym_break_AT] = ACTIONS(4325), + [anon_sym_this_AT] = ACTIONS(4325), + [anon_sym_super_AT] = ACTIONS(4325), + [sym_real_literal] = ACTIONS(4325), + [sym_integer_literal] = ACTIONS(4323), + [sym_hex_literal] = ACTIONS(4325), + [sym_bin_literal] = ACTIONS(4325), + [anon_sym_true] = ACTIONS(4323), + [anon_sym_false] = ACTIONS(4323), + [anon_sym_SQUOTE] = ACTIONS(4325), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4325), }, - [3025] = { - [sym__alpha_identifier] = ACTIONS(4335), - [anon_sym_AT] = ACTIONS(4337), - [anon_sym_LBRACK] = ACTIONS(4337), - [anon_sym_RBRACK] = ACTIONS(4337), - [anon_sym_as] = ACTIONS(4335), - [anon_sym_EQ] = ACTIONS(4335), - [anon_sym_LBRACE] = ACTIONS(4337), - [anon_sym_RBRACE] = ACTIONS(4337), - [anon_sym_LPAREN] = ACTIONS(4337), - [anon_sym_COMMA] = ACTIONS(4337), - [anon_sym_RPAREN] = ACTIONS(4337), - [anon_sym_by] = ACTIONS(4335), - [anon_sym_LT] = ACTIONS(4335), - [anon_sym_GT] = ACTIONS(4335), - [anon_sym_where] = ACTIONS(4335), - [anon_sym_DOT] = ACTIONS(4335), - [anon_sym_SEMI] = ACTIONS(4337), - [anon_sym_get] = ACTIONS(4335), - [anon_sym_set] = ACTIONS(4335), - [anon_sym_AMP] = ACTIONS(4335), - [sym__quest] = ACTIONS(4335), - [anon_sym_STAR] = ACTIONS(4335), - [anon_sym_DASH_GT] = ACTIONS(4337), - [sym_label] = ACTIONS(4337), - [anon_sym_in] = ACTIONS(4335), - [anon_sym_while] = ACTIONS(4335), - [anon_sym_DOT_DOT] = ACTIONS(4337), - [anon_sym_QMARK_COLON] = ACTIONS(4337), - [anon_sym_AMP_AMP] = ACTIONS(4337), - [anon_sym_PIPE_PIPE] = ACTIONS(4337), - [anon_sym_else] = ACTIONS(4335), - [anon_sym_COLON_COLON] = ACTIONS(4337), - [anon_sym_PLUS_EQ] = ACTIONS(4337), - [anon_sym_DASH_EQ] = ACTIONS(4337), - [anon_sym_STAR_EQ] = ACTIONS(4337), - [anon_sym_SLASH_EQ] = ACTIONS(4337), - [anon_sym_PERCENT_EQ] = ACTIONS(4337), - [anon_sym_BANG_EQ] = ACTIONS(4335), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4337), - [anon_sym_EQ_EQ] = ACTIONS(4335), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4337), - [anon_sym_LT_EQ] = ACTIONS(4337), - [anon_sym_GT_EQ] = ACTIONS(4337), - [anon_sym_BANGin] = ACTIONS(4337), - [anon_sym_is] = ACTIONS(4335), - [anon_sym_BANGis] = ACTIONS(4337), - [anon_sym_PLUS] = ACTIONS(4335), - [anon_sym_DASH] = ACTIONS(4335), - [anon_sym_SLASH] = ACTIONS(4335), - [anon_sym_PERCENT] = ACTIONS(4335), - [anon_sym_as_QMARK] = ACTIONS(4337), - [anon_sym_PLUS_PLUS] = ACTIONS(4337), - [anon_sym_DASH_DASH] = ACTIONS(4337), - [anon_sym_BANG_BANG] = ACTIONS(4337), - [anon_sym_suspend] = ACTIONS(4335), - [anon_sym_sealed] = ACTIONS(4335), - [anon_sym_annotation] = ACTIONS(4335), - [anon_sym_data] = ACTIONS(4335), - [anon_sym_inner] = ACTIONS(4335), - [anon_sym_value] = ACTIONS(4335), - [anon_sym_override] = ACTIONS(4335), - [anon_sym_lateinit] = ACTIONS(4335), - [anon_sym_public] = ACTIONS(4335), - [anon_sym_private] = ACTIONS(4335), - [anon_sym_internal] = ACTIONS(4335), - [anon_sym_protected] = ACTIONS(4335), - [anon_sym_tailrec] = ACTIONS(4335), - [anon_sym_operator] = ACTIONS(4335), - [anon_sym_infix] = ACTIONS(4335), - [anon_sym_inline] = ACTIONS(4335), - [anon_sym_external] = ACTIONS(4335), - [sym_property_modifier] = ACTIONS(4335), - [anon_sym_abstract] = ACTIONS(4335), - [anon_sym_final] = ACTIONS(4335), - [anon_sym_open] = ACTIONS(4335), - [anon_sym_vararg] = ACTIONS(4335), - [anon_sym_noinline] = ACTIONS(4335), - [anon_sym_crossinline] = ACTIONS(4335), - [anon_sym_expect] = ACTIONS(4335), - [anon_sym_actual] = ACTIONS(4335), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4337), - [sym_safe_nav] = ACTIONS(4337), - [sym_multiline_comment] = ACTIONS(3), + [2958] = { + [sym__alpha_identifier] = ACTIONS(4343), + [anon_sym_AT] = ACTIONS(4345), + [anon_sym_LBRACK] = ACTIONS(4345), + [anon_sym_as] = ACTIONS(4343), + [anon_sym_EQ] = ACTIONS(4343), + [anon_sym_LBRACE] = ACTIONS(4345), + [anon_sym_RBRACE] = ACTIONS(4345), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_COMMA] = ACTIONS(4345), + [anon_sym_LT] = ACTIONS(4343), + [anon_sym_GT] = ACTIONS(4343), + [anon_sym_where] = ACTIONS(4343), + [anon_sym_object] = ACTIONS(4343), + [anon_sym_fun] = ACTIONS(4343), + [anon_sym_DOT] = ACTIONS(4343), + [anon_sym_SEMI] = ACTIONS(4345), + [anon_sym_get] = ACTIONS(4343), + [anon_sym_set] = ACTIONS(4343), + [anon_sym_this] = ACTIONS(4343), + [anon_sym_super] = ACTIONS(4343), + [anon_sym_STAR] = ACTIONS(4343), + [sym_label] = ACTIONS(4343), + [anon_sym_in] = ACTIONS(4343), + [anon_sym_DOT_DOT] = ACTIONS(4345), + [anon_sym_QMARK_COLON] = ACTIONS(4345), + [anon_sym_AMP_AMP] = ACTIONS(4345), + [anon_sym_PIPE_PIPE] = ACTIONS(4345), + [anon_sym_null] = ACTIONS(4343), + [anon_sym_if] = ACTIONS(4343), + [anon_sym_else] = ACTIONS(4343), + [anon_sym_when] = ACTIONS(4343), + [anon_sym_try] = ACTIONS(4343), + [anon_sym_catch] = ACTIONS(4343), + [anon_sym_finally] = ACTIONS(4343), + [anon_sym_throw] = ACTIONS(4343), + [anon_sym_return] = ACTIONS(4343), + [anon_sym_continue] = ACTIONS(4343), + [anon_sym_break] = ACTIONS(4343), + [anon_sym_COLON_COLON] = ACTIONS(4345), + [anon_sym_PLUS_EQ] = ACTIONS(4345), + [anon_sym_DASH_EQ] = ACTIONS(4345), + [anon_sym_STAR_EQ] = ACTIONS(4345), + [anon_sym_SLASH_EQ] = ACTIONS(4345), + [anon_sym_PERCENT_EQ] = ACTIONS(4345), + [anon_sym_BANG_EQ] = ACTIONS(4343), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4345), + [anon_sym_EQ_EQ] = ACTIONS(4343), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4345), + [anon_sym_LT_EQ] = ACTIONS(4345), + [anon_sym_GT_EQ] = ACTIONS(4345), + [anon_sym_BANGin] = ACTIONS(4345), + [anon_sym_is] = ACTIONS(4343), + [anon_sym_BANGis] = ACTIONS(4345), + [anon_sym_PLUS] = ACTIONS(4343), + [anon_sym_DASH] = ACTIONS(4343), + [anon_sym_SLASH] = ACTIONS(4343), + [anon_sym_PERCENT] = ACTIONS(4343), + [anon_sym_as_QMARK] = ACTIONS(4345), + [anon_sym_PLUS_PLUS] = ACTIONS(4345), + [anon_sym_DASH_DASH] = ACTIONS(4345), + [anon_sym_BANG] = ACTIONS(4343), + [anon_sym_BANG_BANG] = ACTIONS(4345), + [anon_sym_data] = ACTIONS(4343), + [anon_sym_inner] = ACTIONS(4343), + [anon_sym_value] = ACTIONS(4343), + [anon_sym_expect] = ACTIONS(4343), + [anon_sym_actual] = ACTIONS(4343), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4345), + [anon_sym_continue_AT] = ACTIONS(4345), + [anon_sym_break_AT] = ACTIONS(4345), + [anon_sym_this_AT] = ACTIONS(4345), + [anon_sym_super_AT] = ACTIONS(4345), + [sym_real_literal] = ACTIONS(4345), + [sym_integer_literal] = ACTIONS(4343), + [sym_hex_literal] = ACTIONS(4345), + [sym_bin_literal] = ACTIONS(4345), + [anon_sym_true] = ACTIONS(4343), + [anon_sym_false] = ACTIONS(4343), + [anon_sym_SQUOTE] = ACTIONS(4345), + [sym__backtick_identifier] = ACTIONS(4345), + [sym__automatic_semicolon] = ACTIONS(4345), + [sym_safe_nav] = ACTIONS(4345), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4345), }, - [3026] = { - [sym_function_body] = STATE(3499), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4229), - [anon_sym_AT] = ACTIONS(4231), - [anon_sym_COLON] = ACTIONS(6592), - [anon_sym_LBRACK] = ACTIONS(4231), - [anon_sym_RBRACK] = ACTIONS(4231), - [anon_sym_as] = ACTIONS(4229), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4231), - [anon_sym_LPAREN] = ACTIONS(4231), - [anon_sym_COMMA] = ACTIONS(4231), - [anon_sym_RPAREN] = ACTIONS(4231), - [anon_sym_LT] = ACTIONS(4229), - [anon_sym_GT] = ACTIONS(4229), - [anon_sym_where] = ACTIONS(4229), - [anon_sym_DOT] = ACTIONS(4229), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(4229), - [anon_sym_set] = ACTIONS(4229), - [anon_sym_STAR] = ACTIONS(4229), - [anon_sym_DASH_GT] = ACTIONS(4231), - [sym_label] = ACTIONS(4231), - [anon_sym_in] = ACTIONS(4229), - [anon_sym_while] = ACTIONS(4229), - [anon_sym_DOT_DOT] = ACTIONS(4231), - [anon_sym_QMARK_COLON] = ACTIONS(4231), - [anon_sym_AMP_AMP] = ACTIONS(4231), - [anon_sym_PIPE_PIPE] = ACTIONS(4231), - [anon_sym_else] = ACTIONS(4229), - [anon_sym_COLON_COLON] = ACTIONS(4231), - [anon_sym_PLUS_EQ] = ACTIONS(4231), - [anon_sym_DASH_EQ] = ACTIONS(4231), - [anon_sym_STAR_EQ] = ACTIONS(4231), - [anon_sym_SLASH_EQ] = ACTIONS(4231), - [anon_sym_PERCENT_EQ] = ACTIONS(4231), - [anon_sym_BANG_EQ] = ACTIONS(4229), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4231), - [anon_sym_EQ_EQ] = ACTIONS(4229), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4231), - [anon_sym_LT_EQ] = ACTIONS(4231), - [anon_sym_GT_EQ] = ACTIONS(4231), - [anon_sym_BANGin] = ACTIONS(4231), - [anon_sym_is] = ACTIONS(4229), - [anon_sym_BANGis] = ACTIONS(4231), - [anon_sym_PLUS] = ACTIONS(4229), - [anon_sym_DASH] = ACTIONS(4229), - [anon_sym_SLASH] = ACTIONS(4229), - [anon_sym_PERCENT] = ACTIONS(4229), - [anon_sym_as_QMARK] = ACTIONS(4231), - [anon_sym_PLUS_PLUS] = ACTIONS(4231), - [anon_sym_DASH_DASH] = ACTIONS(4231), - [anon_sym_BANG_BANG] = ACTIONS(4231), - [anon_sym_suspend] = ACTIONS(4229), - [anon_sym_sealed] = ACTIONS(4229), - [anon_sym_annotation] = ACTIONS(4229), - [anon_sym_data] = ACTIONS(4229), - [anon_sym_inner] = ACTIONS(4229), - [anon_sym_value] = ACTIONS(4229), - [anon_sym_override] = ACTIONS(4229), - [anon_sym_lateinit] = ACTIONS(4229), - [anon_sym_public] = ACTIONS(4229), - [anon_sym_private] = ACTIONS(4229), - [anon_sym_internal] = ACTIONS(4229), - [anon_sym_protected] = ACTIONS(4229), - [anon_sym_tailrec] = ACTIONS(4229), - [anon_sym_operator] = ACTIONS(4229), - [anon_sym_infix] = ACTIONS(4229), - [anon_sym_inline] = ACTIONS(4229), - [anon_sym_external] = ACTIONS(4229), - [sym_property_modifier] = ACTIONS(4229), - [anon_sym_abstract] = ACTIONS(4229), - [anon_sym_final] = ACTIONS(4229), - [anon_sym_open] = ACTIONS(4229), - [anon_sym_vararg] = ACTIONS(4229), - [anon_sym_noinline] = ACTIONS(4229), - [anon_sym_crossinline] = ACTIONS(4229), - [anon_sym_expect] = ACTIONS(4229), - [anon_sym_actual] = ACTIONS(4229), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4231), - [sym_safe_nav] = ACTIONS(4231), + [2959] = { + [aux_sym_user_type_repeat1] = STATE(2804), + [sym__alpha_identifier] = ACTIONS(4193), + [anon_sym_AT] = ACTIONS(4195), + [anon_sym_LBRACK] = ACTIONS(4195), + [anon_sym_as] = ACTIONS(4193), + [anon_sym_EQ] = ACTIONS(4193), + [anon_sym_LBRACE] = ACTIONS(4195), + [anon_sym_RBRACE] = ACTIONS(4195), + [anon_sym_LPAREN] = ACTIONS(4195), + [anon_sym_COMMA] = ACTIONS(4195), + [anon_sym_by] = ACTIONS(4193), + [anon_sym_LT] = ACTIONS(4193), + [anon_sym_GT] = ACTIONS(4193), + [anon_sym_where] = ACTIONS(4193), + [anon_sym_object] = ACTIONS(4193), + [anon_sym_fun] = ACTIONS(4193), + [anon_sym_DOT] = ACTIONS(6551), + [anon_sym_SEMI] = ACTIONS(4195), + [anon_sym_get] = ACTIONS(4193), + [anon_sym_set] = ACTIONS(4193), + [anon_sym_this] = ACTIONS(4193), + [anon_sym_super] = ACTIONS(4193), + [anon_sym_STAR] = ACTIONS(4193), + [sym_label] = ACTIONS(4193), + [anon_sym_in] = ACTIONS(4193), + [anon_sym_DOT_DOT] = ACTIONS(4195), + [anon_sym_QMARK_COLON] = ACTIONS(4195), + [anon_sym_AMP_AMP] = ACTIONS(4195), + [anon_sym_PIPE_PIPE] = ACTIONS(4195), + [anon_sym_null] = ACTIONS(4193), + [anon_sym_if] = ACTIONS(4193), + [anon_sym_else] = ACTIONS(4193), + [anon_sym_when] = ACTIONS(4193), + [anon_sym_try] = ACTIONS(4193), + [anon_sym_throw] = ACTIONS(4193), + [anon_sym_return] = ACTIONS(4193), + [anon_sym_continue] = ACTIONS(4193), + [anon_sym_break] = ACTIONS(4193), + [anon_sym_COLON_COLON] = ACTIONS(4195), + [anon_sym_PLUS_EQ] = ACTIONS(4195), + [anon_sym_DASH_EQ] = ACTIONS(4195), + [anon_sym_STAR_EQ] = ACTIONS(4195), + [anon_sym_SLASH_EQ] = ACTIONS(4195), + [anon_sym_PERCENT_EQ] = ACTIONS(4195), + [anon_sym_BANG_EQ] = ACTIONS(4193), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4195), + [anon_sym_EQ_EQ] = ACTIONS(4193), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4195), + [anon_sym_LT_EQ] = ACTIONS(4195), + [anon_sym_GT_EQ] = ACTIONS(4195), + [anon_sym_BANGin] = ACTIONS(4195), + [anon_sym_is] = ACTIONS(4193), + [anon_sym_BANGis] = ACTIONS(4195), + [anon_sym_PLUS] = ACTIONS(4193), + [anon_sym_DASH] = ACTIONS(4193), + [anon_sym_SLASH] = ACTIONS(4193), + [anon_sym_PERCENT] = ACTIONS(4193), + [anon_sym_as_QMARK] = ACTIONS(4195), + [anon_sym_PLUS_PLUS] = ACTIONS(4195), + [anon_sym_DASH_DASH] = ACTIONS(4195), + [anon_sym_BANG] = ACTIONS(4193), + [anon_sym_BANG_BANG] = ACTIONS(4195), + [anon_sym_data] = ACTIONS(4193), + [anon_sym_inner] = ACTIONS(4193), + [anon_sym_value] = ACTIONS(4193), + [anon_sym_expect] = ACTIONS(4193), + [anon_sym_actual] = ACTIONS(4193), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4195), + [anon_sym_continue_AT] = ACTIONS(4195), + [anon_sym_break_AT] = ACTIONS(4195), + [anon_sym_this_AT] = ACTIONS(4195), + [anon_sym_super_AT] = ACTIONS(4195), + [sym_real_literal] = ACTIONS(4195), + [sym_integer_literal] = ACTIONS(4193), + [sym_hex_literal] = ACTIONS(4195), + [sym_bin_literal] = ACTIONS(4195), + [anon_sym_true] = ACTIONS(4193), + [anon_sym_false] = ACTIONS(4193), + [anon_sym_SQUOTE] = ACTIONS(4195), + [sym__backtick_identifier] = ACTIONS(4195), + [sym__automatic_semicolon] = ACTIONS(4195), + [sym_safe_nav] = ACTIONS(4195), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4195), }, - [3027] = { - [sym_class_body] = STATE(3061), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [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(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_data] = ACTIONS(3278), - [anon_sym_inner] = ACTIONS(3278), - [anon_sym_value] = ACTIONS(3278), - [anon_sym_expect] = ACTIONS(3278), - [anon_sym_actual] = ACTIONS(3278), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [3028] = { - [sym_class_body] = STATE(3228), - [sym__alpha_identifier] = ACTIONS(4555), - [anon_sym_AT] = ACTIONS(4557), - [anon_sym_LBRACK] = ACTIONS(4557), - [anon_sym_as] = ACTIONS(4555), - [anon_sym_EQ] = ACTIONS(4555), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4557), - [anon_sym_LPAREN] = ACTIONS(4557), - [anon_sym_COMMA] = ACTIONS(4557), - [anon_sym_LT] = ACTIONS(4555), - [anon_sym_GT] = ACTIONS(4555), - [anon_sym_where] = ACTIONS(4555), - [anon_sym_object] = ACTIONS(4555), - [anon_sym_fun] = ACTIONS(4555), - [anon_sym_DOT] = ACTIONS(4555), - [anon_sym_SEMI] = ACTIONS(4557), - [anon_sym_get] = ACTIONS(4555), - [anon_sym_set] = ACTIONS(4555), - [anon_sym_this] = ACTIONS(4555), - [anon_sym_super] = ACTIONS(4555), - [anon_sym_STAR] = ACTIONS(4555), - [sym_label] = ACTIONS(4555), - [anon_sym_in] = ACTIONS(4555), - [anon_sym_DOT_DOT] = ACTIONS(4557), - [anon_sym_QMARK_COLON] = ACTIONS(4557), - [anon_sym_AMP_AMP] = ACTIONS(4557), - [anon_sym_PIPE_PIPE] = ACTIONS(4557), - [anon_sym_null] = ACTIONS(4555), - [anon_sym_if] = ACTIONS(4555), - [anon_sym_else] = ACTIONS(4555), - [anon_sym_when] = ACTIONS(4555), - [anon_sym_try] = ACTIONS(4555), - [anon_sym_throw] = ACTIONS(4555), - [anon_sym_return] = ACTIONS(4555), - [anon_sym_continue] = ACTIONS(4555), - [anon_sym_break] = ACTIONS(4555), - [anon_sym_COLON_COLON] = ACTIONS(4557), - [anon_sym_PLUS_EQ] = ACTIONS(4557), - [anon_sym_DASH_EQ] = ACTIONS(4557), - [anon_sym_STAR_EQ] = ACTIONS(4557), - [anon_sym_SLASH_EQ] = ACTIONS(4557), - [anon_sym_PERCENT_EQ] = ACTIONS(4557), - [anon_sym_BANG_EQ] = ACTIONS(4555), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4557), - [anon_sym_EQ_EQ] = ACTIONS(4555), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4557), - [anon_sym_LT_EQ] = ACTIONS(4557), - [anon_sym_GT_EQ] = ACTIONS(4557), - [anon_sym_BANGin] = ACTIONS(4557), - [anon_sym_is] = ACTIONS(4555), - [anon_sym_BANGis] = ACTIONS(4557), - [anon_sym_PLUS] = ACTIONS(4555), - [anon_sym_DASH] = ACTIONS(4555), - [anon_sym_SLASH] = ACTIONS(4555), - [anon_sym_PERCENT] = ACTIONS(4555), - [anon_sym_as_QMARK] = ACTIONS(4557), - [anon_sym_PLUS_PLUS] = ACTIONS(4557), - [anon_sym_DASH_DASH] = ACTIONS(4557), - [anon_sym_BANG] = ACTIONS(4555), - [anon_sym_BANG_BANG] = ACTIONS(4557), - [anon_sym_data] = ACTIONS(4555), - [anon_sym_inner] = ACTIONS(4555), - [anon_sym_value] = ACTIONS(4555), - [anon_sym_expect] = ACTIONS(4555), - [anon_sym_actual] = ACTIONS(4555), + [2960] = { + [sym_function_body] = STATE(3085), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4485), + [anon_sym_AT] = ACTIONS(4487), + [anon_sym_LBRACK] = ACTIONS(4487), + [anon_sym_as] = ACTIONS(4485), + [anon_sym_EQ] = ACTIONS(6422), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4487), + [anon_sym_LPAREN] = ACTIONS(4487), + [anon_sym_COMMA] = ACTIONS(4487), + [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_value] = ACTIONS(4485), + [anon_sym_expect] = ACTIONS(4485), + [anon_sym_actual] = ACTIONS(4485), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4557), - [anon_sym_continue_AT] = ACTIONS(4557), - [anon_sym_break_AT] = ACTIONS(4557), - [anon_sym_this_AT] = ACTIONS(4557), - [anon_sym_super_AT] = ACTIONS(4557), - [sym_real_literal] = ACTIONS(4557), - [sym_integer_literal] = ACTIONS(4555), - [sym_hex_literal] = ACTIONS(4557), - [sym_bin_literal] = ACTIONS(4557), - [anon_sym_true] = ACTIONS(4555), - [anon_sym_false] = ACTIONS(4555), - [anon_sym_SQUOTE] = ACTIONS(4557), - [sym__backtick_identifier] = ACTIONS(4557), - [sym__automatic_semicolon] = ACTIONS(4557), - [sym_safe_nav] = ACTIONS(4557), + [anon_sym_return_AT] = ACTIONS(4487), + [anon_sym_continue_AT] = ACTIONS(4487), + [anon_sym_break_AT] = ACTIONS(4487), + [anon_sym_this_AT] = ACTIONS(4487), + [anon_sym_super_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(4557), - }, - [3029] = { - [sym__alpha_identifier] = ACTIONS(4571), - [anon_sym_AT] = ACTIONS(4573), - [anon_sym_LBRACK] = ACTIONS(4573), - [anon_sym_as] = ACTIONS(4571), - [anon_sym_EQ] = ACTIONS(4571), - [anon_sym_LBRACE] = ACTIONS(4573), - [anon_sym_RBRACE] = ACTIONS(4573), - [anon_sym_LPAREN] = ACTIONS(4573), - [anon_sym_COMMA] = ACTIONS(4573), - [anon_sym_by] = ACTIONS(4571), - [anon_sym_LT] = ACTIONS(4571), - [anon_sym_GT] = ACTIONS(4571), - [anon_sym_where] = ACTIONS(4571), - [anon_sym_object] = ACTIONS(4571), - [anon_sym_fun] = ACTIONS(4571), - [anon_sym_DOT] = ACTIONS(4571), - [anon_sym_SEMI] = ACTIONS(4573), - [anon_sym_get] = ACTIONS(4571), - [anon_sym_set] = ACTIONS(4571), - [anon_sym_this] = ACTIONS(4571), - [anon_sym_super] = ACTIONS(4571), - [anon_sym_STAR] = ACTIONS(4571), - [sym_label] = ACTIONS(4571), - [anon_sym_in] = ACTIONS(4571), - [anon_sym_DOT_DOT] = ACTIONS(4573), - [anon_sym_QMARK_COLON] = ACTIONS(4573), - [anon_sym_AMP_AMP] = ACTIONS(4573), - [anon_sym_PIPE_PIPE] = ACTIONS(4573), - [anon_sym_null] = ACTIONS(4571), - [anon_sym_if] = ACTIONS(4571), - [anon_sym_else] = ACTIONS(4571), - [anon_sym_when] = ACTIONS(4571), - [anon_sym_try] = ACTIONS(4571), - [anon_sym_throw] = ACTIONS(4571), - [anon_sym_return] = ACTIONS(4571), - [anon_sym_continue] = ACTIONS(4571), - [anon_sym_break] = ACTIONS(4571), - [anon_sym_COLON_COLON] = ACTIONS(4573), - [anon_sym_PLUS_EQ] = ACTIONS(4573), - [anon_sym_DASH_EQ] = ACTIONS(4573), - [anon_sym_STAR_EQ] = ACTIONS(4573), - [anon_sym_SLASH_EQ] = ACTIONS(4573), - [anon_sym_PERCENT_EQ] = ACTIONS(4573), - [anon_sym_BANG_EQ] = ACTIONS(4571), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4573), - [anon_sym_EQ_EQ] = ACTIONS(4571), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4573), - [anon_sym_LT_EQ] = ACTIONS(4573), - [anon_sym_GT_EQ] = ACTIONS(4573), - [anon_sym_BANGin] = ACTIONS(4573), - [anon_sym_is] = ACTIONS(4571), - [anon_sym_BANGis] = ACTIONS(4573), - [anon_sym_PLUS] = ACTIONS(4571), - [anon_sym_DASH] = ACTIONS(4571), - [anon_sym_SLASH] = ACTIONS(4571), - [anon_sym_PERCENT] = ACTIONS(4571), - [anon_sym_as_QMARK] = ACTIONS(4573), - [anon_sym_PLUS_PLUS] = ACTIONS(4573), - [anon_sym_DASH_DASH] = ACTIONS(4573), - [anon_sym_BANG] = ACTIONS(4571), - [anon_sym_BANG_BANG] = ACTIONS(4573), - [anon_sym_data] = ACTIONS(4571), - [anon_sym_inner] = ACTIONS(4571), - [anon_sym_value] = ACTIONS(4571), - [anon_sym_expect] = ACTIONS(4571), - [anon_sym_actual] = ACTIONS(4571), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4573), - [anon_sym_continue_AT] = ACTIONS(4573), - [anon_sym_break_AT] = ACTIONS(4573), - [anon_sym_this_AT] = ACTIONS(4573), - [anon_sym_super_AT] = ACTIONS(4573), - [sym_real_literal] = ACTIONS(4573), - [sym_integer_literal] = ACTIONS(4571), - [sym_hex_literal] = ACTIONS(4573), - [sym_bin_literal] = ACTIONS(4573), - [anon_sym_true] = ACTIONS(4571), - [anon_sym_false] = ACTIONS(4571), - [anon_sym_SQUOTE] = ACTIONS(4573), - [sym__backtick_identifier] = ACTIONS(4573), - [sym__automatic_semicolon] = ACTIONS(4573), - [sym_safe_nav] = ACTIONS(4573), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4573), + [sym__string_start] = ACTIONS(4487), }, - [3030] = { - [sym__alpha_identifier] = ACTIONS(4335), - [anon_sym_AT] = ACTIONS(4337), - [anon_sym_LBRACK] = ACTIONS(4337), - [anon_sym_EQ] = ACTIONS(4337), - [anon_sym_LBRACE] = ACTIONS(4337), - [anon_sym_RBRACE] = ACTIONS(4337), - [anon_sym_LPAREN] = ACTIONS(4337), - [anon_sym_COMMA] = ACTIONS(4337), - [anon_sym_by] = ACTIONS(4335), - [anon_sym_where] = ACTIONS(4335), - [anon_sym_object] = ACTIONS(4335), - [anon_sym_fun] = ACTIONS(4335), - [anon_sym_DOT] = ACTIONS(4335), - [anon_sym_SEMI] = ACTIONS(4337), - [anon_sym_get] = ACTIONS(4335), - [anon_sym_set] = ACTIONS(4335), - [anon_sym_this] = ACTIONS(4335), - [anon_sym_super] = ACTIONS(4335), - [anon_sym_AMP] = ACTIONS(4337), - [sym__quest] = ACTIONS(4337), - [anon_sym_STAR] = ACTIONS(4337), - [sym_label] = ACTIONS(4335), - [anon_sym_in] = ACTIONS(4335), - [anon_sym_null] = ACTIONS(4335), - [anon_sym_if] = ACTIONS(4335), - [anon_sym_else] = ACTIONS(4335), - [anon_sym_when] = ACTIONS(4335), - [anon_sym_try] = ACTIONS(4335), - [anon_sym_throw] = ACTIONS(4335), - [anon_sym_return] = ACTIONS(4335), - [anon_sym_continue] = ACTIONS(4335), - [anon_sym_break] = ACTIONS(4335), - [anon_sym_COLON_COLON] = ACTIONS(4337), - [anon_sym_BANGin] = ACTIONS(4337), - [anon_sym_is] = ACTIONS(4335), - [anon_sym_BANGis] = ACTIONS(4337), - [anon_sym_PLUS] = ACTIONS(4335), - [anon_sym_DASH] = ACTIONS(4335), - [anon_sym_PLUS_PLUS] = ACTIONS(4337), - [anon_sym_DASH_DASH] = ACTIONS(4337), - [anon_sym_BANG] = ACTIONS(4335), - [anon_sym_suspend] = ACTIONS(4335), - [anon_sym_sealed] = ACTIONS(4335), - [anon_sym_annotation] = ACTIONS(4335), - [anon_sym_data] = ACTIONS(4335), - [anon_sym_inner] = ACTIONS(4335), - [anon_sym_value] = ACTIONS(4335), - [anon_sym_override] = ACTIONS(4335), - [anon_sym_lateinit] = ACTIONS(4335), - [anon_sym_public] = ACTIONS(4335), - [anon_sym_private] = ACTIONS(4335), - [anon_sym_internal] = ACTIONS(4335), - [anon_sym_protected] = ACTIONS(4335), - [anon_sym_tailrec] = ACTIONS(4335), - [anon_sym_operator] = ACTIONS(4335), - [anon_sym_infix] = ACTIONS(4335), - [anon_sym_inline] = ACTIONS(4335), - [anon_sym_external] = ACTIONS(4335), - [sym_property_modifier] = ACTIONS(4335), - [anon_sym_abstract] = ACTIONS(4335), - [anon_sym_final] = ACTIONS(4335), - [anon_sym_open] = ACTIONS(4335), - [anon_sym_vararg] = ACTIONS(4335), - [anon_sym_noinline] = ACTIONS(4335), - [anon_sym_crossinline] = ACTIONS(4335), - [anon_sym_expect] = ACTIONS(4335), - [anon_sym_actual] = ACTIONS(4335), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4337), - [anon_sym_continue_AT] = ACTIONS(4337), - [anon_sym_break_AT] = ACTIONS(4337), - [anon_sym_this_AT] = ACTIONS(4337), - [anon_sym_super_AT] = ACTIONS(4337), - [sym_real_literal] = ACTIONS(4337), - [sym_integer_literal] = ACTIONS(4335), - [sym_hex_literal] = ACTIONS(4337), - [sym_bin_literal] = ACTIONS(4337), - [anon_sym_true] = ACTIONS(4335), - [anon_sym_false] = ACTIONS(4335), - [anon_sym_SQUOTE] = ACTIONS(4337), - [sym__backtick_identifier] = ACTIONS(4337), - [sym__automatic_semicolon] = ACTIONS(4337), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4337), + [2961] = { + [sym_type_constraints] = STATE(2980), + [sym_enum_class_body] = STATE(3115), + [sym__alpha_identifier] = ACTIONS(4501), + [anon_sym_AT] = ACTIONS(4503), + [anon_sym_LBRACK] = ACTIONS(4503), + [anon_sym_as] = ACTIONS(4501), + [anon_sym_EQ] = ACTIONS(4501), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(4503), + [anon_sym_LPAREN] = ACTIONS(4503), + [anon_sym_COMMA] = ACTIONS(4503), + [anon_sym_LT] = ACTIONS(4501), + [anon_sym_GT] = ACTIONS(4501), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4501), + [anon_sym_fun] = ACTIONS(4501), + [anon_sym_DOT] = ACTIONS(4501), + [anon_sym_SEMI] = ACTIONS(4503), + [anon_sym_get] = ACTIONS(4501), + [anon_sym_set] = ACTIONS(4501), + [anon_sym_this] = ACTIONS(4501), + [anon_sym_super] = ACTIONS(4501), + [anon_sym_STAR] = ACTIONS(4501), + [sym_label] = ACTIONS(4501), + [anon_sym_in] = ACTIONS(4501), + [anon_sym_DOT_DOT] = ACTIONS(4503), + [anon_sym_QMARK_COLON] = ACTIONS(4503), + [anon_sym_AMP_AMP] = ACTIONS(4503), + [anon_sym_PIPE_PIPE] = ACTIONS(4503), + [anon_sym_null] = ACTIONS(4501), + [anon_sym_if] = ACTIONS(4501), + [anon_sym_else] = ACTIONS(4501), + [anon_sym_when] = ACTIONS(4501), + [anon_sym_try] = ACTIONS(4501), + [anon_sym_throw] = ACTIONS(4501), + [anon_sym_return] = ACTIONS(4501), + [anon_sym_continue] = ACTIONS(4501), + [anon_sym_break] = ACTIONS(4501), + [anon_sym_COLON_COLON] = ACTIONS(4503), + [anon_sym_PLUS_EQ] = ACTIONS(4503), + [anon_sym_DASH_EQ] = ACTIONS(4503), + [anon_sym_STAR_EQ] = ACTIONS(4503), + [anon_sym_SLASH_EQ] = ACTIONS(4503), + [anon_sym_PERCENT_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ] = ACTIONS(4501), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ] = ACTIONS(4501), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4503), + [anon_sym_LT_EQ] = ACTIONS(4503), + [anon_sym_GT_EQ] = ACTIONS(4503), + [anon_sym_BANGin] = ACTIONS(4503), + [anon_sym_is] = ACTIONS(4501), + [anon_sym_BANGis] = ACTIONS(4503), + [anon_sym_PLUS] = ACTIONS(4501), + [anon_sym_DASH] = ACTIONS(4501), + [anon_sym_SLASH] = ACTIONS(4501), + [anon_sym_PERCENT] = ACTIONS(4501), + [anon_sym_as_QMARK] = ACTIONS(4503), + [anon_sym_PLUS_PLUS] = ACTIONS(4503), + [anon_sym_DASH_DASH] = ACTIONS(4503), + [anon_sym_BANG] = ACTIONS(4501), + [anon_sym_BANG_BANG] = ACTIONS(4503), + [anon_sym_data] = ACTIONS(4501), + [anon_sym_inner] = ACTIONS(4501), + [anon_sym_value] = ACTIONS(4501), + [anon_sym_expect] = ACTIONS(4501), + [anon_sym_actual] = ACTIONS(4501), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4503), + [anon_sym_continue_AT] = ACTIONS(4503), + [anon_sym_break_AT] = ACTIONS(4503), + [anon_sym_this_AT] = ACTIONS(4503), + [anon_sym_super_AT] = ACTIONS(4503), + [sym_real_literal] = ACTIONS(4503), + [sym_integer_literal] = ACTIONS(4501), + [sym_hex_literal] = ACTIONS(4503), + [sym_bin_literal] = ACTIONS(4503), + [anon_sym_true] = ACTIONS(4501), + [anon_sym_false] = ACTIONS(4501), + [anon_sym_SQUOTE] = ACTIONS(4503), + [sym__backtick_identifier] = ACTIONS(4503), + [sym__automatic_semicolon] = ACTIONS(4503), + [sym_safe_nav] = ACTIONS(4503), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4503), }, - [3031] = { - [sym__alpha_identifier] = ACTIONS(4678), - [anon_sym_AT] = ACTIONS(4681), - [anon_sym_LBRACK] = ACTIONS(4681), - [anon_sym_as] = ACTIONS(4678), - [anon_sym_EQ] = ACTIONS(4678), - [anon_sym_LBRACE] = ACTIONS(4681), - [anon_sym_RBRACE] = ACTIONS(4681), - [anon_sym_LPAREN] = ACTIONS(4681), - [anon_sym_COMMA] = ACTIONS(4681), - [anon_sym_by] = ACTIONS(4678), - [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(4681), - [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(4681), - [anon_sym_QMARK_COLON] = ACTIONS(4681), - [anon_sym_AMP_AMP] = ACTIONS(4681), - [anon_sym_PIPE_PIPE] = ACTIONS(4681), - [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(4681), - [anon_sym_PLUS_EQ] = ACTIONS(4681), - [anon_sym_DASH_EQ] = ACTIONS(4681), - [anon_sym_STAR_EQ] = ACTIONS(4681), - [anon_sym_SLASH_EQ] = ACTIONS(4681), - [anon_sym_PERCENT_EQ] = ACTIONS(4681), - [anon_sym_BANG_EQ] = ACTIONS(4678), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4681), - [anon_sym_EQ_EQ] = ACTIONS(4678), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4681), - [anon_sym_LT_EQ] = ACTIONS(4681), - [anon_sym_GT_EQ] = ACTIONS(4681), - [anon_sym_BANGin] = ACTIONS(4681), - [anon_sym_is] = ACTIONS(4678), - [anon_sym_BANGis] = ACTIONS(4681), - [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(4681), - [anon_sym_PLUS_PLUS] = ACTIONS(4681), - [anon_sym_DASH_DASH] = ACTIONS(4681), - [anon_sym_BANG] = ACTIONS(4678), - [anon_sym_BANG_BANG] = ACTIONS(4681), - [anon_sym_data] = ACTIONS(4678), - [anon_sym_inner] = ACTIONS(4678), - [anon_sym_value] = ACTIONS(4678), - [anon_sym_expect] = ACTIONS(4678), - [anon_sym_actual] = ACTIONS(4678), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4681), - [anon_sym_continue_AT] = ACTIONS(4681), - [anon_sym_break_AT] = ACTIONS(4681), - [anon_sym_this_AT] = ACTIONS(4681), - [anon_sym_super_AT] = ACTIONS(4681), - [sym_real_literal] = ACTIONS(4681), - [sym_integer_literal] = ACTIONS(4678), - [sym_hex_literal] = ACTIONS(4681), - [sym_bin_literal] = ACTIONS(4681), - [anon_sym_true] = ACTIONS(4678), - [anon_sym_false] = ACTIONS(4678), - [anon_sym_SQUOTE] = ACTIONS(4681), - [sym__backtick_identifier] = ACTIONS(4681), - [sym__automatic_semicolon] = ACTIONS(4681), - [sym_safe_nav] = ACTIONS(4681), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4681), + [2962] = { + [sym__alpha_identifier] = ACTIONS(4438), + [anon_sym_AT] = ACTIONS(4440), + [anon_sym_LBRACK] = ACTIONS(4440), + [anon_sym_as] = ACTIONS(4438), + [anon_sym_EQ] = ACTIONS(4438), + [anon_sym_LBRACE] = ACTIONS(4440), + [anon_sym_RBRACE] = ACTIONS(4440), + [anon_sym_LPAREN] = ACTIONS(4440), + [anon_sym_COMMA] = ACTIONS(4440), + [anon_sym_LT] = ACTIONS(4438), + [anon_sym_GT] = ACTIONS(4438), + [anon_sym_where] = ACTIONS(4438), + [anon_sym_object] = ACTIONS(4438), + [anon_sym_fun] = ACTIONS(4438), + [anon_sym_DOT] = ACTIONS(4438), + [anon_sym_SEMI] = ACTIONS(4440), + [anon_sym_get] = ACTIONS(4438), + [anon_sym_set] = ACTIONS(4438), + [anon_sym_this] = ACTIONS(4438), + [anon_sym_super] = ACTIONS(4438), + [anon_sym_STAR] = ACTIONS(4438), + [sym_label] = ACTIONS(4438), + [anon_sym_in] = ACTIONS(4438), + [anon_sym_DOT_DOT] = ACTIONS(4440), + [anon_sym_QMARK_COLON] = ACTIONS(4440), + [anon_sym_AMP_AMP] = ACTIONS(4440), + [anon_sym_PIPE_PIPE] = ACTIONS(4440), + [anon_sym_null] = ACTIONS(4438), + [anon_sym_if] = ACTIONS(4438), + [anon_sym_else] = ACTIONS(4438), + [anon_sym_when] = ACTIONS(4438), + [anon_sym_try] = ACTIONS(4438), + [anon_sym_catch] = ACTIONS(4438), + [anon_sym_finally] = ACTIONS(4438), + [anon_sym_throw] = ACTIONS(4438), + [anon_sym_return] = ACTIONS(4438), + [anon_sym_continue] = ACTIONS(4438), + [anon_sym_break] = ACTIONS(4438), + [anon_sym_COLON_COLON] = ACTIONS(4440), + [anon_sym_PLUS_EQ] = ACTIONS(4440), + [anon_sym_DASH_EQ] = ACTIONS(4440), + [anon_sym_STAR_EQ] = ACTIONS(4440), + [anon_sym_SLASH_EQ] = ACTIONS(4440), + [anon_sym_PERCENT_EQ] = ACTIONS(4440), + [anon_sym_BANG_EQ] = ACTIONS(4438), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4440), + [anon_sym_EQ_EQ] = ACTIONS(4438), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4440), + [anon_sym_LT_EQ] = ACTIONS(4440), + [anon_sym_GT_EQ] = ACTIONS(4440), + [anon_sym_BANGin] = ACTIONS(4440), + [anon_sym_is] = ACTIONS(4438), + [anon_sym_BANGis] = ACTIONS(4440), + [anon_sym_PLUS] = ACTIONS(4438), + [anon_sym_DASH] = ACTIONS(4438), + [anon_sym_SLASH] = ACTIONS(4438), + [anon_sym_PERCENT] = ACTIONS(4438), + [anon_sym_as_QMARK] = ACTIONS(4440), + [anon_sym_PLUS_PLUS] = ACTIONS(4440), + [anon_sym_DASH_DASH] = ACTIONS(4440), + [anon_sym_BANG] = ACTIONS(4438), + [anon_sym_BANG_BANG] = ACTIONS(4440), + [anon_sym_data] = ACTIONS(4438), + [anon_sym_inner] = ACTIONS(4438), + [anon_sym_value] = ACTIONS(4438), + [anon_sym_expect] = ACTIONS(4438), + [anon_sym_actual] = ACTIONS(4438), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4440), + [anon_sym_continue_AT] = ACTIONS(4440), + [anon_sym_break_AT] = ACTIONS(4440), + [anon_sym_this_AT] = ACTIONS(4440), + [anon_sym_super_AT] = ACTIONS(4440), + [sym_real_literal] = ACTIONS(4440), + [sym_integer_literal] = ACTIONS(4438), + [sym_hex_literal] = ACTIONS(4440), + [sym_bin_literal] = ACTIONS(4440), + [anon_sym_true] = ACTIONS(4438), + [anon_sym_false] = ACTIONS(4438), + [anon_sym_SQUOTE] = ACTIONS(4440), + [sym__backtick_identifier] = ACTIONS(4440), + [sym__automatic_semicolon] = ACTIONS(4440), + [sym_safe_nav] = ACTIONS(4440), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4440), }, - [3032] = { - [aux_sym_nullable_type_repeat1] = STATE(3032), - [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(4222), - [anon_sym_SEMI] = ACTIONS(4224), - [anon_sym_get] = ACTIONS(4222), - [anon_sym_set] = ACTIONS(4222), - [sym__quest] = ACTIONS(6594), - [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_value] = 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), + [2963] = { + [aux_sym_user_type_repeat1] = STATE(2937), + [sym__alpha_identifier] = ACTIONS(4122), + [anon_sym_AT] = ACTIONS(4124), + [anon_sym_LBRACK] = ACTIONS(4124), + [anon_sym_RBRACK] = ACTIONS(4124), + [anon_sym_as] = ACTIONS(4122), + [anon_sym_EQ] = ACTIONS(4122), + [anon_sym_LBRACE] = ACTIONS(4124), + [anon_sym_RBRACE] = ACTIONS(4124), + [anon_sym_LPAREN] = ACTIONS(4124), + [anon_sym_COMMA] = ACTIONS(4124), + [anon_sym_RPAREN] = ACTIONS(4124), + [anon_sym_by] = ACTIONS(4122), + [anon_sym_LT] = ACTIONS(4122), + [anon_sym_GT] = ACTIONS(4122), + [anon_sym_where] = ACTIONS(4122), + [anon_sym_DOT] = ACTIONS(6554), + [anon_sym_SEMI] = ACTIONS(4124), + [anon_sym_get] = ACTIONS(4122), + [anon_sym_set] = ACTIONS(4122), + [anon_sym_AMP] = ACTIONS(4122), + [sym__quest] = ACTIONS(4122), + [anon_sym_STAR] = ACTIONS(4122), + [anon_sym_DASH_GT] = ACTIONS(4124), + [sym_label] = ACTIONS(4124), + [anon_sym_in] = ACTIONS(4122), + [anon_sym_while] = ACTIONS(4122), + [anon_sym_DOT_DOT] = ACTIONS(4124), + [anon_sym_QMARK_COLON] = ACTIONS(4124), + [anon_sym_AMP_AMP] = ACTIONS(4124), + [anon_sym_PIPE_PIPE] = ACTIONS(4124), + [anon_sym_else] = ACTIONS(4122), + [anon_sym_COLON_COLON] = ACTIONS(4124), + [anon_sym_PLUS_EQ] = ACTIONS(4124), + [anon_sym_DASH_EQ] = ACTIONS(4124), + [anon_sym_STAR_EQ] = ACTIONS(4124), + [anon_sym_SLASH_EQ] = ACTIONS(4124), + [anon_sym_PERCENT_EQ] = ACTIONS(4124), + [anon_sym_BANG_EQ] = ACTIONS(4122), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4124), + [anon_sym_EQ_EQ] = ACTIONS(4122), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4124), + [anon_sym_LT_EQ] = ACTIONS(4124), + [anon_sym_GT_EQ] = ACTIONS(4124), + [anon_sym_BANGin] = ACTIONS(4124), + [anon_sym_is] = ACTIONS(4122), + [anon_sym_BANGis] = ACTIONS(4124), + [anon_sym_PLUS] = ACTIONS(4122), + [anon_sym_DASH] = ACTIONS(4122), + [anon_sym_SLASH] = ACTIONS(4122), + [anon_sym_PERCENT] = ACTIONS(4122), + [anon_sym_as_QMARK] = ACTIONS(4124), + [anon_sym_PLUS_PLUS] = ACTIONS(4124), + [anon_sym_DASH_DASH] = ACTIONS(4124), + [anon_sym_BANG_BANG] = ACTIONS(4124), + [anon_sym_suspend] = ACTIONS(4122), + [anon_sym_sealed] = ACTIONS(4122), + [anon_sym_annotation] = ACTIONS(4122), + [anon_sym_data] = ACTIONS(4122), + [anon_sym_inner] = ACTIONS(4122), + [anon_sym_value] = ACTIONS(4122), + [anon_sym_override] = ACTIONS(4122), + [anon_sym_lateinit] = ACTIONS(4122), + [anon_sym_public] = ACTIONS(4122), + [anon_sym_private] = ACTIONS(4122), + [anon_sym_internal] = ACTIONS(4122), + [anon_sym_protected] = ACTIONS(4122), + [anon_sym_tailrec] = ACTIONS(4122), + [anon_sym_operator] = ACTIONS(4122), + [anon_sym_infix] = ACTIONS(4122), + [anon_sym_inline] = ACTIONS(4122), + [anon_sym_external] = ACTIONS(4122), + [sym_property_modifier] = ACTIONS(4122), + [anon_sym_abstract] = ACTIONS(4122), + [anon_sym_final] = ACTIONS(4122), + [anon_sym_open] = ACTIONS(4122), + [anon_sym_vararg] = ACTIONS(4122), + [anon_sym_noinline] = ACTIONS(4122), + [anon_sym_crossinline] = ACTIONS(4122), + [anon_sym_expect] = ACTIONS(4122), + [anon_sym_actual] = ACTIONS(4122), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4124), + [sym_safe_nav] = ACTIONS(4124), [sym_multiline_comment] = ACTIONS(3), }, - [3033] = { - [sym__alpha_identifier] = ACTIONS(4204), - [anon_sym_AT] = ACTIONS(4206), - [anon_sym_LBRACK] = ACTIONS(4206), - [anon_sym_as] = ACTIONS(4204), - [anon_sym_EQ] = ACTIONS(4204), - [anon_sym_LBRACE] = ACTIONS(4206), - [anon_sym_RBRACE] = ACTIONS(4206), - [anon_sym_LPAREN] = ACTIONS(4206), - [anon_sym_COMMA] = ACTIONS(4206), - [anon_sym_by] = ACTIONS(4204), - [anon_sym_LT] = ACTIONS(4204), - [anon_sym_GT] = ACTIONS(4204), - [anon_sym_where] = ACTIONS(4204), - [anon_sym_object] = ACTIONS(4204), - [anon_sym_fun] = ACTIONS(4204), - [anon_sym_DOT] = ACTIONS(4204), - [anon_sym_SEMI] = ACTIONS(4206), - [anon_sym_get] = ACTIONS(4204), - [anon_sym_set] = ACTIONS(4204), - [anon_sym_this] = ACTIONS(4204), - [anon_sym_super] = ACTIONS(4204), - [anon_sym_STAR] = ACTIONS(4204), - [sym_label] = ACTIONS(4204), - [anon_sym_in] = ACTIONS(4204), - [anon_sym_DOT_DOT] = ACTIONS(4206), - [anon_sym_QMARK_COLON] = ACTIONS(4206), - [anon_sym_AMP_AMP] = ACTIONS(4206), - [anon_sym_PIPE_PIPE] = ACTIONS(4206), - [anon_sym_null] = ACTIONS(4204), - [anon_sym_if] = ACTIONS(4204), - [anon_sym_else] = ACTIONS(4204), - [anon_sym_when] = ACTIONS(4204), - [anon_sym_try] = ACTIONS(4204), - [anon_sym_throw] = ACTIONS(4204), - [anon_sym_return] = ACTIONS(4204), - [anon_sym_continue] = ACTIONS(4204), - [anon_sym_break] = ACTIONS(4204), - [anon_sym_COLON_COLON] = ACTIONS(4206), - [anon_sym_PLUS_EQ] = ACTIONS(4206), - [anon_sym_DASH_EQ] = ACTIONS(4206), - [anon_sym_STAR_EQ] = ACTIONS(4206), - [anon_sym_SLASH_EQ] = ACTIONS(4206), - [anon_sym_PERCENT_EQ] = ACTIONS(4206), - [anon_sym_BANG_EQ] = ACTIONS(4204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4206), - [anon_sym_EQ_EQ] = ACTIONS(4204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4206), - [anon_sym_LT_EQ] = ACTIONS(4206), - [anon_sym_GT_EQ] = ACTIONS(4206), - [anon_sym_BANGin] = ACTIONS(4206), - [anon_sym_is] = ACTIONS(4204), - [anon_sym_BANGis] = ACTIONS(4206), - [anon_sym_PLUS] = ACTIONS(4204), - [anon_sym_DASH] = ACTIONS(4204), - [anon_sym_SLASH] = ACTIONS(4204), - [anon_sym_PERCENT] = ACTIONS(4204), - [anon_sym_as_QMARK] = ACTIONS(4206), - [anon_sym_PLUS_PLUS] = ACTIONS(4206), - [anon_sym_DASH_DASH] = ACTIONS(4206), - [anon_sym_BANG] = ACTIONS(4204), - [anon_sym_BANG_BANG] = ACTIONS(4206), - [anon_sym_data] = ACTIONS(4204), - [anon_sym_inner] = ACTIONS(4204), - [anon_sym_value] = ACTIONS(4204), - [anon_sym_expect] = ACTIONS(4204), - [anon_sym_actual] = ACTIONS(4204), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4206), - [anon_sym_continue_AT] = ACTIONS(4206), - [anon_sym_break_AT] = ACTIONS(4206), - [anon_sym_this_AT] = ACTIONS(4206), - [anon_sym_super_AT] = ACTIONS(4206), - [sym_real_literal] = ACTIONS(4206), - [sym_integer_literal] = ACTIONS(4204), - [sym_hex_literal] = ACTIONS(4206), - [sym_bin_literal] = ACTIONS(4206), - [anon_sym_true] = ACTIONS(4204), - [anon_sym_false] = ACTIONS(4204), - [anon_sym_SQUOTE] = ACTIONS(4206), - [sym__backtick_identifier] = ACTIONS(4206), - [sym__automatic_semicolon] = ACTIONS(4206), - [sym_safe_nav] = ACTIONS(4206), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4206), + [2964] = { + [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_catch] = ACTIONS(4402), + [anon_sym_finally] = 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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4404), + [anon_sym_super_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), }, - [3034] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3017), - [sym__alpha_identifier] = ACTIONS(4736), - [anon_sym_AT] = ACTIONS(4738), - [anon_sym_LBRACK] = ACTIONS(4738), - [anon_sym_as] = ACTIONS(4736), - [anon_sym_EQ] = ACTIONS(4736), - [anon_sym_LBRACE] = ACTIONS(4738), - [anon_sym_RBRACE] = ACTIONS(4738), - [anon_sym_LPAREN] = ACTIONS(4738), - [anon_sym_COMMA] = ACTIONS(6579), - [anon_sym_LT] = ACTIONS(4736), - [anon_sym_GT] = ACTIONS(4736), - [anon_sym_where] = ACTIONS(4736), - [anon_sym_object] = ACTIONS(4736), - [anon_sym_fun] = ACTIONS(4736), - [anon_sym_DOT] = ACTIONS(4736), - [anon_sym_SEMI] = ACTIONS(4738), - [anon_sym_get] = ACTIONS(4736), - [anon_sym_set] = ACTIONS(4736), - [anon_sym_this] = ACTIONS(4736), - [anon_sym_super] = ACTIONS(4736), - [anon_sym_STAR] = ACTIONS(4736), - [sym_label] = ACTIONS(4736), - [anon_sym_in] = ACTIONS(4736), - [anon_sym_DOT_DOT] = ACTIONS(4738), - [anon_sym_QMARK_COLON] = ACTIONS(4738), - [anon_sym_AMP_AMP] = ACTIONS(4738), - [anon_sym_PIPE_PIPE] = ACTIONS(4738), - [anon_sym_null] = ACTIONS(4736), - [anon_sym_if] = ACTIONS(4736), - [anon_sym_else] = ACTIONS(4736), - [anon_sym_when] = ACTIONS(4736), - [anon_sym_try] = ACTIONS(4736), - [anon_sym_throw] = ACTIONS(4736), - [anon_sym_return] = ACTIONS(4736), - [anon_sym_continue] = ACTIONS(4736), - [anon_sym_break] = ACTIONS(4736), - [anon_sym_COLON_COLON] = ACTIONS(4738), - [anon_sym_PLUS_EQ] = ACTIONS(4738), - [anon_sym_DASH_EQ] = ACTIONS(4738), - [anon_sym_STAR_EQ] = ACTIONS(4738), - [anon_sym_SLASH_EQ] = ACTIONS(4738), - [anon_sym_PERCENT_EQ] = ACTIONS(4738), - [anon_sym_BANG_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4738), - [anon_sym_LT_EQ] = ACTIONS(4738), - [anon_sym_GT_EQ] = ACTIONS(4738), - [anon_sym_BANGin] = ACTIONS(4738), - [anon_sym_is] = ACTIONS(4736), - [anon_sym_BANGis] = ACTIONS(4738), - [anon_sym_PLUS] = ACTIONS(4736), - [anon_sym_DASH] = ACTIONS(4736), - [anon_sym_SLASH] = ACTIONS(4736), - [anon_sym_PERCENT] = ACTIONS(4736), - [anon_sym_as_QMARK] = ACTIONS(4738), - [anon_sym_PLUS_PLUS] = ACTIONS(4738), - [anon_sym_DASH_DASH] = ACTIONS(4738), - [anon_sym_BANG] = ACTIONS(4736), - [anon_sym_BANG_BANG] = ACTIONS(4738), - [anon_sym_data] = ACTIONS(4736), - [anon_sym_inner] = ACTIONS(4736), - [anon_sym_value] = ACTIONS(4736), - [anon_sym_expect] = ACTIONS(4736), - [anon_sym_actual] = ACTIONS(4736), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4738), - [anon_sym_continue_AT] = ACTIONS(4738), - [anon_sym_break_AT] = ACTIONS(4738), - [anon_sym_this_AT] = ACTIONS(4738), - [anon_sym_super_AT] = ACTIONS(4738), - [sym_real_literal] = ACTIONS(4738), - [sym_integer_literal] = ACTIONS(4736), - [sym_hex_literal] = ACTIONS(4738), - [sym_bin_literal] = ACTIONS(4738), - [anon_sym_true] = ACTIONS(4736), - [anon_sym_false] = ACTIONS(4736), - [anon_sym_SQUOTE] = ACTIONS(4738), - [sym__backtick_identifier] = ACTIONS(4738), - [sym__automatic_semicolon] = ACTIONS(4738), - [sym_safe_nav] = ACTIONS(4738), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4738), + [2965] = { + [sym_type_constraints] = STATE(3132), + [sym_function_body] = STATE(3128), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4319), + [anon_sym_fun] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_this] = ACTIONS(4319), + [anon_sym_super] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [sym_label] = ACTIONS(4319), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_null] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_when] = ACTIONS(4319), + [anon_sym_try] = ACTIONS(4319), + [anon_sym_throw] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4321), + [anon_sym_continue_AT] = ACTIONS(4321), + [anon_sym_break_AT] = ACTIONS(4321), + [anon_sym_this_AT] = ACTIONS(4321), + [anon_sym_super_AT] = ACTIONS(4321), + [sym_real_literal] = ACTIONS(4321), + [sym_integer_literal] = ACTIONS(4319), + [sym_hex_literal] = ACTIONS(4321), + [sym_bin_literal] = ACTIONS(4321), + [anon_sym_true] = ACTIONS(4319), + [anon_sym_false] = ACTIONS(4319), + [anon_sym_SQUOTE] = ACTIONS(4321), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4321), }, - [3035] = { - [sym_function_body] = STATE(3414), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_COLON] = ACTIONS(6597), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_RBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_COMMA] = ACTIONS(4277), - [anon_sym_RPAREN] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_where] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4275), - [anon_sym_DASH_GT] = ACTIONS(4277), - [sym_label] = ACTIONS(4277), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_while] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_PLUS_EQ] = ACTIONS(4277), - [anon_sym_DASH_EQ] = ACTIONS(4277), - [anon_sym_STAR_EQ] = ACTIONS(4277), - [anon_sym_SLASH_EQ] = ACTIONS(4277), - [anon_sym_PERCENT_EQ] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4275), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_suspend] = ACTIONS(4275), - [anon_sym_sealed] = ACTIONS(4275), - [anon_sym_annotation] = ACTIONS(4275), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_override] = ACTIONS(4275), - [anon_sym_lateinit] = ACTIONS(4275), - [anon_sym_public] = ACTIONS(4275), - [anon_sym_private] = ACTIONS(4275), - [anon_sym_internal] = ACTIONS(4275), - [anon_sym_protected] = ACTIONS(4275), - [anon_sym_tailrec] = ACTIONS(4275), - [anon_sym_operator] = ACTIONS(4275), - [anon_sym_infix] = ACTIONS(4275), - [anon_sym_inline] = ACTIONS(4275), - [anon_sym_external] = ACTIONS(4275), - [sym_property_modifier] = ACTIONS(4275), - [anon_sym_abstract] = ACTIONS(4275), - [anon_sym_final] = ACTIONS(4275), - [anon_sym_open] = ACTIONS(4275), - [anon_sym_vararg] = ACTIONS(4275), - [anon_sym_noinline] = ACTIONS(4275), - [anon_sym_crossinline] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), + [2966] = { + [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(4444), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4444), + [anon_sym_super_AT] = ACTIONS(4444), + [sym_real_literal] = ACTIONS(4444), + [sym_integer_literal] = ACTIONS(4442), + [sym_hex_literal] = ACTIONS(4444), + [sym_bin_literal] = ACTIONS(4444), + [aux_sym_unsigned_literal_token1] = ACTIONS(6557), + [anon_sym_L] = ACTIONS(6559), + [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), + }, + [2967] = { + [sym_getter] = STATE(5081), + [sym_setter] = STATE(5081), + [sym_modifiers] = STATE(9201), + [sym__modifier] = STATE(5611), + [sym_class_modifier] = STATE(5611), + [sym_member_modifier] = STATE(5611), + [sym_visibility_modifier] = STATE(5611), + [sym_function_modifier] = STATE(5611), + [sym_inheritance_modifier] = STATE(5611), + [sym_parameter_modifier] = STATE(5611), + [sym_platform_modifier] = STATE(5611), + [sym_annotation] = STATE(5611), + [sym__single_annotation] = STATE(5783), + [sym__multi_annotation] = STATE(5783), + [aux_sym_modifiers_repeat1] = STATE(5611), + [sym__alpha_identifier] = ACTIONS(3338), + [anon_sym_AT] = ACTIONS(3312), + [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(6374), + [anon_sym_set] = ACTIONS(6376), + [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), + [anon_sym_data] = ACTIONS(75), + [anon_sym_inner] = ACTIONS(75), + [anon_sym_value] = ACTIONS(75), + [anon_sym_override] = ACTIONS(79), + [anon_sym_lateinit] = ACTIONS(79), + [anon_sym_public] = ACTIONS(81), + [anon_sym_private] = ACTIONS(81), + [anon_sym_internal] = ACTIONS(81), + [anon_sym_protected] = ACTIONS(81), + [anon_sym_tailrec] = ACTIONS(73), + [anon_sym_operator] = ACTIONS(73), + [anon_sym_infix] = ACTIONS(73), + [anon_sym_inline] = ACTIONS(73), + [anon_sym_external] = ACTIONS(73), + [sym_property_modifier] = ACTIONS(83), + [anon_sym_abstract] = ACTIONS(85), + [anon_sym_final] = ACTIONS(85), + [anon_sym_open] = ACTIONS(85), + [anon_sym_vararg] = ACTIONS(87), + [anon_sym_noinline] = ACTIONS(87), + [anon_sym_crossinline] = ACTIONS(87), + [anon_sym_expect] = ACTIONS(3322), + [anon_sym_actual] = ACTIONS(3322), + [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), }, - [3036] = { - [sym__alpha_identifier] = ACTIONS(4581), - [anon_sym_AT] = ACTIONS(4583), - [anon_sym_COLON] = ACTIONS(4581), - [anon_sym_LBRACK] = ACTIONS(4583), - [anon_sym_as] = ACTIONS(4581), - [anon_sym_EQ] = ACTIONS(4581), - [anon_sym_LBRACE] = ACTIONS(4583), - [anon_sym_RBRACE] = ACTIONS(4583), - [anon_sym_LPAREN] = ACTIONS(4583), - [anon_sym_COMMA] = ACTIONS(4583), - [anon_sym_LT] = ACTIONS(4581), - [anon_sym_GT] = ACTIONS(4581), - [anon_sym_where] = ACTIONS(4581), - [anon_sym_object] = ACTIONS(4581), - [anon_sym_fun] = ACTIONS(4581), - [anon_sym_DOT] = ACTIONS(4581), - [anon_sym_SEMI] = ACTIONS(4583), - [anon_sym_get] = ACTIONS(4581), - [anon_sym_set] = ACTIONS(4581), - [anon_sym_this] = ACTIONS(4581), - [anon_sym_super] = ACTIONS(4581), - [anon_sym_STAR] = ACTIONS(4581), - [sym_label] = ACTIONS(4581), - [anon_sym_in] = ACTIONS(4581), - [anon_sym_DOT_DOT] = ACTIONS(4583), - [anon_sym_QMARK_COLON] = ACTIONS(4583), - [anon_sym_AMP_AMP] = ACTIONS(4583), - [anon_sym_PIPE_PIPE] = ACTIONS(4583), - [anon_sym_null] = ACTIONS(4581), - [anon_sym_if] = ACTIONS(4581), - [anon_sym_else] = ACTIONS(4581), - [anon_sym_when] = ACTIONS(4581), - [anon_sym_try] = ACTIONS(4581), - [anon_sym_throw] = ACTIONS(4581), - [anon_sym_return] = ACTIONS(4581), - [anon_sym_continue] = ACTIONS(4581), - [anon_sym_break] = ACTIONS(4581), - [anon_sym_COLON_COLON] = ACTIONS(4583), - [anon_sym_PLUS_EQ] = ACTIONS(4583), - [anon_sym_DASH_EQ] = ACTIONS(4583), - [anon_sym_STAR_EQ] = ACTIONS(4583), - [anon_sym_SLASH_EQ] = ACTIONS(4583), - [anon_sym_PERCENT_EQ] = ACTIONS(4583), - [anon_sym_BANG_EQ] = ACTIONS(4581), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4583), - [anon_sym_EQ_EQ] = ACTIONS(4581), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4583), - [anon_sym_LT_EQ] = ACTIONS(4583), - [anon_sym_GT_EQ] = ACTIONS(4583), - [anon_sym_BANGin] = ACTIONS(4583), - [anon_sym_is] = ACTIONS(4581), - [anon_sym_BANGis] = ACTIONS(4583), - [anon_sym_PLUS] = ACTIONS(4581), - [anon_sym_DASH] = ACTIONS(4581), - [anon_sym_SLASH] = ACTIONS(4581), - [anon_sym_PERCENT] = ACTIONS(4581), - [anon_sym_as_QMARK] = ACTIONS(4583), - [anon_sym_PLUS_PLUS] = ACTIONS(4583), - [anon_sym_DASH_DASH] = ACTIONS(4583), - [anon_sym_BANG] = ACTIONS(4581), - [anon_sym_BANG_BANG] = ACTIONS(4583), - [anon_sym_data] = ACTIONS(4581), - [anon_sym_inner] = ACTIONS(4581), - [anon_sym_value] = ACTIONS(4581), - [anon_sym_expect] = ACTIONS(4581), - [anon_sym_actual] = ACTIONS(4581), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4583), - [anon_sym_continue_AT] = ACTIONS(4583), - [anon_sym_break_AT] = ACTIONS(4583), - [anon_sym_this_AT] = ACTIONS(4583), - [anon_sym_super_AT] = ACTIONS(4583), - [sym_real_literal] = ACTIONS(4583), - [sym_integer_literal] = ACTIONS(4581), - [sym_hex_literal] = ACTIONS(4583), - [sym_bin_literal] = ACTIONS(4583), - [anon_sym_true] = ACTIONS(4581), - [anon_sym_false] = ACTIONS(4581), - [anon_sym_SQUOTE] = ACTIONS(4583), - [sym__backtick_identifier] = ACTIONS(4583), - [sym__automatic_semicolon] = ACTIONS(4583), - [sym_safe_nav] = ACTIONS(4583), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4583), + [2968] = { + [sym_class_body] = STATE(3209), + [sym_type_constraints] = STATE(3011), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(3348), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, - [3037] = { - [aux_sym_nullable_type_repeat1] = STATE(3043), - [sym__alpha_identifier] = ACTIONS(4204), - [anon_sym_AT] = ACTIONS(4206), - [anon_sym_LBRACK] = ACTIONS(4206), - [anon_sym_RBRACK] = ACTIONS(4206), - [anon_sym_as] = ACTIONS(4204), - [anon_sym_EQ] = ACTIONS(4204), - [anon_sym_LBRACE] = ACTIONS(4206), - [anon_sym_RBRACE] = ACTIONS(4206), - [anon_sym_LPAREN] = ACTIONS(4206), - [anon_sym_COMMA] = ACTIONS(4206), - [anon_sym_RPAREN] = ACTIONS(4206), - [anon_sym_by] = ACTIONS(4204), - [anon_sym_LT] = ACTIONS(4204), - [anon_sym_GT] = ACTIONS(4204), - [anon_sym_where] = ACTIONS(4204), - [anon_sym_DOT] = ACTIONS(4204), - [anon_sym_SEMI] = ACTIONS(4206), - [anon_sym_get] = ACTIONS(4204), - [anon_sym_set] = ACTIONS(4204), - [sym__quest] = ACTIONS(6573), - [anon_sym_STAR] = ACTIONS(4204), - [anon_sym_DASH_GT] = ACTIONS(4206), - [sym_label] = ACTIONS(4206), - [anon_sym_in] = ACTIONS(4204), - [anon_sym_while] = ACTIONS(4204), - [anon_sym_DOT_DOT] = ACTIONS(4206), - [anon_sym_QMARK_COLON] = ACTIONS(4206), - [anon_sym_AMP_AMP] = ACTIONS(4206), - [anon_sym_PIPE_PIPE] = ACTIONS(4206), - [anon_sym_else] = ACTIONS(4204), - [anon_sym_COLON_COLON] = ACTIONS(4206), - [anon_sym_PLUS_EQ] = ACTIONS(4206), - [anon_sym_DASH_EQ] = ACTIONS(4206), - [anon_sym_STAR_EQ] = ACTIONS(4206), - [anon_sym_SLASH_EQ] = ACTIONS(4206), - [anon_sym_PERCENT_EQ] = ACTIONS(4206), - [anon_sym_BANG_EQ] = ACTIONS(4204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4206), - [anon_sym_EQ_EQ] = ACTIONS(4204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4206), - [anon_sym_LT_EQ] = ACTIONS(4206), - [anon_sym_GT_EQ] = ACTIONS(4206), - [anon_sym_BANGin] = ACTIONS(4206), - [anon_sym_is] = ACTIONS(4204), - [anon_sym_BANGis] = ACTIONS(4206), - [anon_sym_PLUS] = ACTIONS(4204), - [anon_sym_DASH] = ACTIONS(4204), - [anon_sym_SLASH] = ACTIONS(4204), - [anon_sym_PERCENT] = ACTIONS(4204), - [anon_sym_as_QMARK] = ACTIONS(4206), - [anon_sym_PLUS_PLUS] = ACTIONS(4206), - [anon_sym_DASH_DASH] = ACTIONS(4206), - [anon_sym_BANG_BANG] = ACTIONS(4206), - [anon_sym_suspend] = ACTIONS(4204), - [anon_sym_sealed] = ACTIONS(4204), - [anon_sym_annotation] = ACTIONS(4204), - [anon_sym_data] = ACTIONS(4204), - [anon_sym_inner] = ACTIONS(4204), - [anon_sym_value] = ACTIONS(4204), - [anon_sym_override] = ACTIONS(4204), - [anon_sym_lateinit] = ACTIONS(4204), - [anon_sym_public] = ACTIONS(4204), - [anon_sym_private] = ACTIONS(4204), - [anon_sym_internal] = ACTIONS(4204), - [anon_sym_protected] = ACTIONS(4204), - [anon_sym_tailrec] = ACTIONS(4204), - [anon_sym_operator] = ACTIONS(4204), - [anon_sym_infix] = ACTIONS(4204), - [anon_sym_inline] = ACTIONS(4204), - [anon_sym_external] = ACTIONS(4204), - [sym_property_modifier] = ACTIONS(4204), - [anon_sym_abstract] = ACTIONS(4204), - [anon_sym_final] = ACTIONS(4204), - [anon_sym_open] = ACTIONS(4204), - [anon_sym_vararg] = ACTIONS(4204), - [anon_sym_noinline] = ACTIONS(4204), - [anon_sym_crossinline] = ACTIONS(4204), - [anon_sym_expect] = ACTIONS(4204), - [anon_sym_actual] = ACTIONS(4204), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4206), - [sym_safe_nav] = ACTIONS(4206), - [sym_multiline_comment] = ACTIONS(3), + [2969] = { + [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_by] = ACTIONS(6501), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4398), + [anon_sym_super_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), }, - [3038] = { - [sym_type_constraints] = STATE(3189), - [sym_function_body] = STATE(3467), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_RBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), - [anon_sym_RPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [anon_sym_DASH_GT] = ACTIONS(4297), - [sym_label] = ACTIONS(4297), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_while] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), - [sym_multiline_comment] = ACTIONS(3), + [2970] = { + [sym_class_body] = STATE(3200), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(4212), + [anon_sym_object] = ACTIONS(4212), + [anon_sym_fun] = ACTIONS(4212), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_this] = ACTIONS(4212), + [anon_sym_super] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_null] = ACTIONS(4212), + [anon_sym_if] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_when] = ACTIONS(4212), + [anon_sym_try] = ACTIONS(4212), + [anon_sym_throw] = ACTIONS(4212), + [anon_sym_return] = ACTIONS(4212), + [anon_sym_continue] = ACTIONS(4212), + [anon_sym_break] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4214), + [anon_sym_continue_AT] = ACTIONS(4214), + [anon_sym_break_AT] = ACTIONS(4214), + [anon_sym_this_AT] = ACTIONS(4214), + [anon_sym_super_AT] = ACTIONS(4214), + [sym_real_literal] = ACTIONS(4214), + [sym_integer_literal] = ACTIONS(4212), + [sym_hex_literal] = ACTIONS(4214), + [sym_bin_literal] = ACTIONS(4214), + [anon_sym_true] = ACTIONS(4212), + [anon_sym_false] = ACTIONS(4212), + [anon_sym_SQUOTE] = ACTIONS(4214), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4214), }, - [3039] = { - [sym_class_body] = STATE(3206), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(4327), - [anon_sym_object] = ACTIONS(4327), - [anon_sym_fun] = ACTIONS(4327), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_this] = ACTIONS(4327), - [anon_sym_super] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [sym_label] = ACTIONS(4327), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_null] = ACTIONS(4327), - [anon_sym_if] = ACTIONS(4327), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_when] = ACTIONS(4327), - [anon_sym_try] = ACTIONS(4327), - [anon_sym_throw] = ACTIONS(4327), - [anon_sym_return] = ACTIONS(4327), - [anon_sym_continue] = ACTIONS(4327), - [anon_sym_break] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG] = ACTIONS(4327), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), + [2971] = { + [sym_class_body] = STATE(3241), + [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(3210), + [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_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_value] = ACTIONS(4497), + [anon_sym_expect] = ACTIONS(4497), + [anon_sym_actual] = ACTIONS(4497), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4329), - [anon_sym_continue_AT] = ACTIONS(4329), - [anon_sym_break_AT] = ACTIONS(4329), - [anon_sym_this_AT] = ACTIONS(4329), - [anon_sym_super_AT] = ACTIONS(4329), - [sym_real_literal] = ACTIONS(4329), - [sym_integer_literal] = ACTIONS(4327), - [sym_hex_literal] = ACTIONS(4329), - [sym_bin_literal] = ACTIONS(4329), - [anon_sym_true] = ACTIONS(4327), - [anon_sym_false] = ACTIONS(4327), - [anon_sym_SQUOTE] = ACTIONS(4329), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), + [anon_sym_return_AT] = ACTIONS(4499), + [anon_sym_continue_AT] = ACTIONS(4499), + [anon_sym_break_AT] = ACTIONS(4499), + [anon_sym_this_AT] = ACTIONS(4499), + [anon_sym_super_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(4329), + [sym__string_start] = ACTIONS(4499), }, - [3040] = { - [sym__alpha_identifier] = ACTIONS(4585), - [anon_sym_AT] = ACTIONS(4587), - [anon_sym_COLON] = ACTIONS(4585), - [anon_sym_LBRACK] = ACTIONS(4587), - [anon_sym_as] = ACTIONS(4585), - [anon_sym_EQ] = ACTIONS(4585), - [anon_sym_LBRACE] = ACTIONS(4587), - [anon_sym_RBRACE] = ACTIONS(4587), - [anon_sym_LPAREN] = ACTIONS(4587), - [anon_sym_COMMA] = ACTIONS(4587), - [anon_sym_LT] = ACTIONS(4585), - [anon_sym_GT] = ACTIONS(4585), - [anon_sym_where] = ACTIONS(4585), - [anon_sym_object] = ACTIONS(4585), - [anon_sym_fun] = ACTIONS(4585), - [anon_sym_DOT] = ACTIONS(4585), - [anon_sym_SEMI] = ACTIONS(4587), - [anon_sym_get] = ACTIONS(4585), - [anon_sym_set] = ACTIONS(4585), - [anon_sym_this] = ACTIONS(4585), - [anon_sym_super] = ACTIONS(4585), - [anon_sym_STAR] = ACTIONS(4585), - [sym_label] = ACTIONS(4585), - [anon_sym_in] = ACTIONS(4585), - [anon_sym_DOT_DOT] = ACTIONS(4587), - [anon_sym_QMARK_COLON] = ACTIONS(4587), - [anon_sym_AMP_AMP] = ACTIONS(4587), - [anon_sym_PIPE_PIPE] = ACTIONS(4587), - [anon_sym_null] = ACTIONS(4585), - [anon_sym_if] = ACTIONS(4585), - [anon_sym_else] = ACTIONS(4585), - [anon_sym_when] = ACTIONS(4585), - [anon_sym_try] = ACTIONS(4585), - [anon_sym_throw] = ACTIONS(4585), - [anon_sym_return] = ACTIONS(4585), - [anon_sym_continue] = ACTIONS(4585), - [anon_sym_break] = ACTIONS(4585), - [anon_sym_COLON_COLON] = ACTIONS(4587), - [anon_sym_PLUS_EQ] = ACTIONS(4587), - [anon_sym_DASH_EQ] = ACTIONS(4587), - [anon_sym_STAR_EQ] = ACTIONS(4587), - [anon_sym_SLASH_EQ] = ACTIONS(4587), - [anon_sym_PERCENT_EQ] = ACTIONS(4587), - [anon_sym_BANG_EQ] = ACTIONS(4585), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4587), - [anon_sym_EQ_EQ] = ACTIONS(4585), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4587), - [anon_sym_LT_EQ] = ACTIONS(4587), - [anon_sym_GT_EQ] = ACTIONS(4587), - [anon_sym_BANGin] = ACTIONS(4587), - [anon_sym_is] = ACTIONS(4585), - [anon_sym_BANGis] = ACTIONS(4587), - [anon_sym_PLUS] = ACTIONS(4585), - [anon_sym_DASH] = ACTIONS(4585), - [anon_sym_SLASH] = ACTIONS(4585), - [anon_sym_PERCENT] = ACTIONS(4585), - [anon_sym_as_QMARK] = ACTIONS(4587), - [anon_sym_PLUS_PLUS] = ACTIONS(4587), - [anon_sym_DASH_DASH] = ACTIONS(4587), - [anon_sym_BANG] = ACTIONS(4585), - [anon_sym_BANG_BANG] = ACTIONS(4587), - [anon_sym_data] = ACTIONS(4585), - [anon_sym_inner] = ACTIONS(4585), - [anon_sym_value] = ACTIONS(4585), - [anon_sym_expect] = ACTIONS(4585), - [anon_sym_actual] = ACTIONS(4585), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4587), - [anon_sym_continue_AT] = ACTIONS(4587), - [anon_sym_break_AT] = ACTIONS(4587), - [anon_sym_this_AT] = ACTIONS(4587), - [anon_sym_super_AT] = ACTIONS(4587), - [sym_real_literal] = ACTIONS(4587), - [sym_integer_literal] = ACTIONS(4585), - [sym_hex_literal] = ACTIONS(4587), - [sym_bin_literal] = ACTIONS(4587), - [anon_sym_true] = ACTIONS(4585), - [anon_sym_false] = ACTIONS(4585), - [anon_sym_SQUOTE] = ACTIONS(4587), - [sym__backtick_identifier] = ACTIONS(4587), - [sym__automatic_semicolon] = ACTIONS(4587), - [sym_safe_nav] = ACTIONS(4587), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4587), + [2972] = { + [sym__alpha_identifier] = ACTIONS(4625), + [anon_sym_AT] = ACTIONS(4627), + [anon_sym_COLON] = ACTIONS(4625), + [anon_sym_LBRACK] = ACTIONS(4627), + [anon_sym_as] = ACTIONS(4625), + [anon_sym_EQ] = ACTIONS(4625), + [anon_sym_LBRACE] = ACTIONS(4627), + [anon_sym_RBRACE] = ACTIONS(4627), + [anon_sym_LPAREN] = ACTIONS(4627), + [anon_sym_COMMA] = ACTIONS(4627), + [anon_sym_LT] = ACTIONS(4625), + [anon_sym_GT] = ACTIONS(4625), + [anon_sym_where] = ACTIONS(4625), + [anon_sym_object] = ACTIONS(4625), + [anon_sym_fun] = ACTIONS(4625), + [anon_sym_DOT] = ACTIONS(4625), + [anon_sym_SEMI] = ACTIONS(4627), + [anon_sym_get] = ACTIONS(4625), + [anon_sym_set] = ACTIONS(4625), + [anon_sym_this] = ACTIONS(4625), + [anon_sym_super] = ACTIONS(4625), + [anon_sym_STAR] = ACTIONS(4625), + [sym_label] = ACTIONS(4625), + [anon_sym_in] = ACTIONS(4625), + [anon_sym_DOT_DOT] = ACTIONS(4627), + [anon_sym_QMARK_COLON] = ACTIONS(4627), + [anon_sym_AMP_AMP] = ACTIONS(4627), + [anon_sym_PIPE_PIPE] = ACTIONS(4627), + [anon_sym_null] = ACTIONS(4625), + [anon_sym_if] = ACTIONS(4625), + [anon_sym_else] = ACTIONS(4625), + [anon_sym_when] = ACTIONS(4625), + [anon_sym_try] = ACTIONS(4625), + [anon_sym_throw] = ACTIONS(4625), + [anon_sym_return] = ACTIONS(4625), + [anon_sym_continue] = ACTIONS(4625), + [anon_sym_break] = ACTIONS(4625), + [anon_sym_COLON_COLON] = ACTIONS(4627), + [anon_sym_PLUS_EQ] = ACTIONS(4627), + [anon_sym_DASH_EQ] = ACTIONS(4627), + [anon_sym_STAR_EQ] = ACTIONS(4627), + [anon_sym_SLASH_EQ] = ACTIONS(4627), + [anon_sym_PERCENT_EQ] = ACTIONS(4627), + [anon_sym_BANG_EQ] = ACTIONS(4625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4627), + [anon_sym_EQ_EQ] = ACTIONS(4625), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4627), + [anon_sym_LT_EQ] = ACTIONS(4627), + [anon_sym_GT_EQ] = ACTIONS(4627), + [anon_sym_BANGin] = ACTIONS(4627), + [anon_sym_is] = ACTIONS(4625), + [anon_sym_BANGis] = ACTIONS(4627), + [anon_sym_PLUS] = ACTIONS(4625), + [anon_sym_DASH] = ACTIONS(4625), + [anon_sym_SLASH] = ACTIONS(4625), + [anon_sym_PERCENT] = ACTIONS(4625), + [anon_sym_as_QMARK] = ACTIONS(4627), + [anon_sym_PLUS_PLUS] = ACTIONS(4627), + [anon_sym_DASH_DASH] = ACTIONS(4627), + [anon_sym_BANG] = ACTIONS(4625), + [anon_sym_BANG_BANG] = ACTIONS(4627), + [anon_sym_data] = ACTIONS(4625), + [anon_sym_inner] = ACTIONS(4625), + [anon_sym_value] = ACTIONS(4625), + [anon_sym_expect] = ACTIONS(4625), + [anon_sym_actual] = ACTIONS(4625), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4627), + [anon_sym_continue_AT] = ACTIONS(4627), + [anon_sym_break_AT] = ACTIONS(4627), + [anon_sym_this_AT] = ACTIONS(4627), + [anon_sym_super_AT] = ACTIONS(4627), + [sym_real_literal] = ACTIONS(4627), + [sym_integer_literal] = ACTIONS(4625), + [sym_hex_literal] = ACTIONS(4627), + [sym_bin_literal] = ACTIONS(4627), + [anon_sym_true] = ACTIONS(4625), + [anon_sym_false] = ACTIONS(4625), + [anon_sym_SQUOTE] = ACTIONS(4627), + [sym__backtick_identifier] = ACTIONS(4627), + [sym__automatic_semicolon] = ACTIONS(4627), + [sym_safe_nav] = ACTIONS(4627), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4627), }, - [3041] = { - [sym__alpha_identifier] = ACTIONS(4577), - [anon_sym_AT] = ACTIONS(4579), - [anon_sym_COLON] = ACTIONS(4577), - [anon_sym_LBRACK] = ACTIONS(4579), - [anon_sym_as] = ACTIONS(4577), - [anon_sym_EQ] = ACTIONS(4577), - [anon_sym_LBRACE] = ACTIONS(4579), - [anon_sym_RBRACE] = ACTIONS(4579), - [anon_sym_LPAREN] = ACTIONS(4579), - [anon_sym_COMMA] = ACTIONS(4579), - [anon_sym_LT] = ACTIONS(4577), - [anon_sym_GT] = ACTIONS(4577), - [anon_sym_where] = ACTIONS(4577), - [anon_sym_object] = ACTIONS(4577), - [anon_sym_fun] = ACTIONS(4577), - [anon_sym_DOT] = ACTIONS(4577), - [anon_sym_SEMI] = ACTIONS(4579), - [anon_sym_get] = ACTIONS(4577), - [anon_sym_set] = ACTIONS(4577), - [anon_sym_this] = ACTIONS(4577), - [anon_sym_super] = ACTIONS(4577), - [anon_sym_STAR] = ACTIONS(4577), - [sym_label] = ACTIONS(4577), - [anon_sym_in] = ACTIONS(4577), - [anon_sym_DOT_DOT] = ACTIONS(4579), - [anon_sym_QMARK_COLON] = ACTIONS(4579), - [anon_sym_AMP_AMP] = ACTIONS(4579), - [anon_sym_PIPE_PIPE] = ACTIONS(4579), - [anon_sym_null] = ACTIONS(4577), - [anon_sym_if] = ACTIONS(4577), - [anon_sym_else] = ACTIONS(4577), - [anon_sym_when] = ACTIONS(4577), - [anon_sym_try] = ACTIONS(4577), - [anon_sym_throw] = ACTIONS(4577), - [anon_sym_return] = ACTIONS(4577), - [anon_sym_continue] = ACTIONS(4577), - [anon_sym_break] = ACTIONS(4577), - [anon_sym_COLON_COLON] = ACTIONS(4579), - [anon_sym_PLUS_EQ] = ACTIONS(4579), - [anon_sym_DASH_EQ] = ACTIONS(4579), - [anon_sym_STAR_EQ] = ACTIONS(4579), - [anon_sym_SLASH_EQ] = ACTIONS(4579), - [anon_sym_PERCENT_EQ] = ACTIONS(4579), - [anon_sym_BANG_EQ] = ACTIONS(4577), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4579), - [anon_sym_EQ_EQ] = ACTIONS(4577), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4579), - [anon_sym_LT_EQ] = ACTIONS(4579), - [anon_sym_GT_EQ] = ACTIONS(4579), - [anon_sym_BANGin] = ACTIONS(4579), - [anon_sym_is] = ACTIONS(4577), - [anon_sym_BANGis] = ACTIONS(4579), - [anon_sym_PLUS] = ACTIONS(4577), - [anon_sym_DASH] = ACTIONS(4577), - [anon_sym_SLASH] = ACTIONS(4577), - [anon_sym_PERCENT] = ACTIONS(4577), - [anon_sym_as_QMARK] = ACTIONS(4579), - [anon_sym_PLUS_PLUS] = ACTIONS(4579), - [anon_sym_DASH_DASH] = ACTIONS(4579), - [anon_sym_BANG] = ACTIONS(4577), - [anon_sym_BANG_BANG] = ACTIONS(4579), - [anon_sym_data] = ACTIONS(4577), - [anon_sym_inner] = ACTIONS(4577), - [anon_sym_value] = ACTIONS(4577), - [anon_sym_expect] = ACTIONS(4577), - [anon_sym_actual] = ACTIONS(4577), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4579), - [anon_sym_continue_AT] = ACTIONS(4579), - [anon_sym_break_AT] = ACTIONS(4579), - [anon_sym_this_AT] = ACTIONS(4579), - [anon_sym_super_AT] = ACTIONS(4579), - [sym_real_literal] = ACTIONS(4579), - [sym_integer_literal] = ACTIONS(4577), - [sym_hex_literal] = ACTIONS(4579), - [sym_bin_literal] = ACTIONS(4579), - [anon_sym_true] = ACTIONS(4577), - [anon_sym_false] = ACTIONS(4577), - [anon_sym_SQUOTE] = ACTIONS(4579), - [sym__backtick_identifier] = ACTIONS(4579), - [sym__automatic_semicolon] = ACTIONS(4579), - [sym_safe_nav] = ACTIONS(4579), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4579), + [2973] = { + [sym_class_body] = STATE(3222), + [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(3210), + [anon_sym_RBRACE] = ACTIONS(4623), + [anon_sym_LPAREN] = ACTIONS(4623), + [anon_sym_COMMA] = ACTIONS(4623), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4623), + [anon_sym_super_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), }, - [3042] = { - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_EQ] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_by] = ACTIONS(6524), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_object] = ACTIONS(4505), - [anon_sym_fun] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_this] = ACTIONS(4505), - [anon_sym_super] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4505), - [sym_label] = ACTIONS(4505), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_null] = ACTIONS(4505), - [anon_sym_if] = ACTIONS(4505), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_when] = ACTIONS(4505), - [anon_sym_try] = ACTIONS(4505), - [anon_sym_throw] = ACTIONS(4505), - [anon_sym_return] = ACTIONS(4505), - [anon_sym_continue] = ACTIONS(4505), - [anon_sym_break] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_PLUS_EQ] = ACTIONS(4507), - [anon_sym_DASH_EQ] = ACTIONS(4507), - [anon_sym_STAR_EQ] = ACTIONS(4507), - [anon_sym_SLASH_EQ] = ACTIONS(4507), - [anon_sym_PERCENT_EQ] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG] = ACTIONS(4505), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4507), - [anon_sym_continue_AT] = ACTIONS(4507), - [anon_sym_break_AT] = ACTIONS(4507), - [anon_sym_this_AT] = ACTIONS(4507), - [anon_sym_super_AT] = ACTIONS(4507), - [sym_real_literal] = ACTIONS(4507), - [sym_integer_literal] = ACTIONS(4505), - [sym_hex_literal] = ACTIONS(4507), - [sym_bin_literal] = ACTIONS(4507), - [anon_sym_true] = ACTIONS(4505), - [anon_sym_false] = ACTIONS(4505), - [anon_sym_SQUOTE] = ACTIONS(4507), - [sym__backtick_identifier] = ACTIONS(4507), - [sym__automatic_semicolon] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4507), + [2974] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3005), + [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(6561), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4716), + [anon_sym_super_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), }, - [3043] = { - [aux_sym_nullable_type_repeat1] = STATE(3032), - [sym__alpha_identifier] = ACTIONS(4247), - [anon_sym_AT] = ACTIONS(4249), - [anon_sym_LBRACK] = ACTIONS(4249), - [anon_sym_RBRACK] = ACTIONS(4249), - [anon_sym_as] = ACTIONS(4247), - [anon_sym_EQ] = ACTIONS(4247), - [anon_sym_LBRACE] = ACTIONS(4249), - [anon_sym_RBRACE] = ACTIONS(4249), - [anon_sym_LPAREN] = ACTIONS(4249), - [anon_sym_COMMA] = ACTIONS(4249), - [anon_sym_RPAREN] = ACTIONS(4249), - [anon_sym_by] = ACTIONS(4247), - [anon_sym_LT] = ACTIONS(4247), - [anon_sym_GT] = ACTIONS(4247), - [anon_sym_where] = ACTIONS(4247), - [anon_sym_DOT] = ACTIONS(4247), - [anon_sym_SEMI] = ACTIONS(4249), - [anon_sym_get] = ACTIONS(4247), - [anon_sym_set] = ACTIONS(4247), - [sym__quest] = ACTIONS(6599), - [anon_sym_STAR] = ACTIONS(4247), - [anon_sym_DASH_GT] = ACTIONS(4249), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4247), - [anon_sym_while] = ACTIONS(4247), - [anon_sym_DOT_DOT] = ACTIONS(4249), - [anon_sym_QMARK_COLON] = ACTIONS(4249), - [anon_sym_AMP_AMP] = ACTIONS(4249), - [anon_sym_PIPE_PIPE] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4247), - [anon_sym_COLON_COLON] = ACTIONS(4249), - [anon_sym_PLUS_EQ] = ACTIONS(4249), - [anon_sym_DASH_EQ] = ACTIONS(4249), - [anon_sym_STAR_EQ] = ACTIONS(4249), - [anon_sym_SLASH_EQ] = ACTIONS(4249), - [anon_sym_PERCENT_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ] = ACTIONS(4247), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ] = ACTIONS(4247), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4249), - [anon_sym_LT_EQ] = ACTIONS(4249), - [anon_sym_GT_EQ] = ACTIONS(4249), - [anon_sym_BANGin] = ACTIONS(4249), - [anon_sym_is] = ACTIONS(4247), - [anon_sym_BANGis] = ACTIONS(4249), - [anon_sym_PLUS] = ACTIONS(4247), - [anon_sym_DASH] = ACTIONS(4247), - [anon_sym_SLASH] = ACTIONS(4247), - [anon_sym_PERCENT] = ACTIONS(4247), - [anon_sym_as_QMARK] = ACTIONS(4249), - [anon_sym_PLUS_PLUS] = ACTIONS(4249), - [anon_sym_DASH_DASH] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(4249), - [anon_sym_suspend] = ACTIONS(4247), - [anon_sym_sealed] = ACTIONS(4247), - [anon_sym_annotation] = ACTIONS(4247), - [anon_sym_data] = ACTIONS(4247), - [anon_sym_inner] = ACTIONS(4247), - [anon_sym_value] = ACTIONS(4247), - [anon_sym_override] = ACTIONS(4247), - [anon_sym_lateinit] = ACTIONS(4247), - [anon_sym_public] = ACTIONS(4247), - [anon_sym_private] = ACTIONS(4247), - [anon_sym_internal] = ACTIONS(4247), - [anon_sym_protected] = ACTIONS(4247), - [anon_sym_tailrec] = ACTIONS(4247), - [anon_sym_operator] = ACTIONS(4247), - [anon_sym_infix] = ACTIONS(4247), - [anon_sym_inline] = ACTIONS(4247), - [anon_sym_external] = ACTIONS(4247), - [sym_property_modifier] = ACTIONS(4247), - [anon_sym_abstract] = ACTIONS(4247), - [anon_sym_final] = ACTIONS(4247), - [anon_sym_open] = ACTIONS(4247), - [anon_sym_vararg] = ACTIONS(4247), - [anon_sym_noinline] = ACTIONS(4247), - [anon_sym_crossinline] = ACTIONS(4247), - [anon_sym_expect] = ACTIONS(4247), - [anon_sym_actual] = ACTIONS(4247), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4249), - [sym_safe_nav] = ACTIONS(4249), + [2975] = { + [aux_sym_nullable_type_repeat1] = STATE(2975), + [sym__alpha_identifier] = ACTIONS(4218), + [anon_sym_AT] = ACTIONS(4220), + [anon_sym_LBRACK] = ACTIONS(4220), + [anon_sym_RBRACK] = ACTIONS(4220), + [anon_sym_as] = ACTIONS(4218), + [anon_sym_EQ] = ACTIONS(4218), + [anon_sym_LBRACE] = ACTIONS(4220), + [anon_sym_RBRACE] = ACTIONS(4220), + [anon_sym_LPAREN] = ACTIONS(4220), + [anon_sym_COMMA] = ACTIONS(4220), + [anon_sym_RPAREN] = ACTIONS(4220), + [anon_sym_by] = ACTIONS(4218), + [anon_sym_LT] = ACTIONS(4218), + [anon_sym_GT] = ACTIONS(4218), + [anon_sym_where] = ACTIONS(4218), + [anon_sym_DOT] = ACTIONS(4218), + [anon_sym_SEMI] = ACTIONS(4220), + [anon_sym_get] = ACTIONS(4218), + [anon_sym_set] = ACTIONS(4218), + [sym__quest] = ACTIONS(6563), + [anon_sym_STAR] = ACTIONS(4218), + [anon_sym_DASH_GT] = ACTIONS(4220), + [sym_label] = ACTIONS(4220), + [anon_sym_in] = ACTIONS(4218), + [anon_sym_while] = ACTIONS(4218), + [anon_sym_DOT_DOT] = ACTIONS(4220), + [anon_sym_QMARK_COLON] = ACTIONS(4220), + [anon_sym_AMP_AMP] = ACTIONS(4220), + [anon_sym_PIPE_PIPE] = ACTIONS(4220), + [anon_sym_else] = ACTIONS(4218), + [anon_sym_COLON_COLON] = ACTIONS(4220), + [anon_sym_PLUS_EQ] = ACTIONS(4220), + [anon_sym_DASH_EQ] = ACTIONS(4220), + [anon_sym_STAR_EQ] = ACTIONS(4220), + [anon_sym_SLASH_EQ] = ACTIONS(4220), + [anon_sym_PERCENT_EQ] = ACTIONS(4220), + [anon_sym_BANG_EQ] = ACTIONS(4218), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4220), + [anon_sym_EQ_EQ] = ACTIONS(4218), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4220), + [anon_sym_LT_EQ] = ACTIONS(4220), + [anon_sym_GT_EQ] = ACTIONS(4220), + [anon_sym_BANGin] = ACTIONS(4220), + [anon_sym_is] = ACTIONS(4218), + [anon_sym_BANGis] = ACTIONS(4220), + [anon_sym_PLUS] = ACTIONS(4218), + [anon_sym_DASH] = ACTIONS(4218), + [anon_sym_SLASH] = ACTIONS(4218), + [anon_sym_PERCENT] = ACTIONS(4218), + [anon_sym_as_QMARK] = ACTIONS(4220), + [anon_sym_PLUS_PLUS] = ACTIONS(4220), + [anon_sym_DASH_DASH] = ACTIONS(4220), + [anon_sym_BANG_BANG] = ACTIONS(4220), + [anon_sym_suspend] = ACTIONS(4218), + [anon_sym_sealed] = ACTIONS(4218), + [anon_sym_annotation] = ACTIONS(4218), + [anon_sym_data] = ACTIONS(4218), + [anon_sym_inner] = ACTIONS(4218), + [anon_sym_value] = ACTIONS(4218), + [anon_sym_override] = ACTIONS(4218), + [anon_sym_lateinit] = ACTIONS(4218), + [anon_sym_public] = ACTIONS(4218), + [anon_sym_private] = ACTIONS(4218), + [anon_sym_internal] = ACTIONS(4218), + [anon_sym_protected] = ACTIONS(4218), + [anon_sym_tailrec] = ACTIONS(4218), + [anon_sym_operator] = ACTIONS(4218), + [anon_sym_infix] = ACTIONS(4218), + [anon_sym_inline] = ACTIONS(4218), + [anon_sym_external] = ACTIONS(4218), + [sym_property_modifier] = ACTIONS(4218), + [anon_sym_abstract] = ACTIONS(4218), + [anon_sym_final] = ACTIONS(4218), + [anon_sym_open] = ACTIONS(4218), + [anon_sym_vararg] = ACTIONS(4218), + [anon_sym_noinline] = ACTIONS(4218), + [anon_sym_crossinline] = ACTIONS(4218), + [anon_sym_expect] = ACTIONS(4218), + [anon_sym_actual] = ACTIONS(4218), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4220), + [sym_safe_nav] = ACTIONS(4220), [sym_multiline_comment] = ACTIONS(3), }, - [3044] = { - [sym_type_constraints] = STATE(3184), - [sym_function_body] = STATE(3475), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_RBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_RPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [anon_sym_DASH_GT] = ACTIONS(4185), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_while] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), + [2976] = { + [sym_class_body] = STATE(3145), + [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(3210), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4645), + [anon_sym_super_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), + }, + [2977] = { + [sym_enum_class_body] = STATE(3115), + [sym__alpha_identifier] = ACTIONS(4501), + [anon_sym_AT] = ACTIONS(4503), + [anon_sym_LBRACK] = ACTIONS(4503), + [anon_sym_as] = ACTIONS(4501), + [anon_sym_EQ] = ACTIONS(4501), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(4503), + [anon_sym_LPAREN] = ACTIONS(4503), + [anon_sym_COMMA] = ACTIONS(4503), + [anon_sym_LT] = ACTIONS(4501), + [anon_sym_GT] = ACTIONS(4501), + [anon_sym_where] = ACTIONS(4501), + [anon_sym_object] = ACTIONS(4501), + [anon_sym_fun] = ACTIONS(4501), + [anon_sym_DOT] = ACTIONS(4501), + [anon_sym_SEMI] = ACTIONS(4503), + [anon_sym_get] = ACTIONS(4501), + [anon_sym_set] = ACTIONS(4501), + [anon_sym_this] = ACTIONS(4501), + [anon_sym_super] = ACTIONS(4501), + [anon_sym_STAR] = ACTIONS(4501), + [sym_label] = ACTIONS(4501), + [anon_sym_in] = ACTIONS(4501), + [anon_sym_DOT_DOT] = ACTIONS(4503), + [anon_sym_QMARK_COLON] = ACTIONS(4503), + [anon_sym_AMP_AMP] = ACTIONS(4503), + [anon_sym_PIPE_PIPE] = ACTIONS(4503), + [anon_sym_null] = ACTIONS(4501), + [anon_sym_if] = ACTIONS(4501), + [anon_sym_else] = ACTIONS(4501), + [anon_sym_when] = ACTIONS(4501), + [anon_sym_try] = ACTIONS(4501), + [anon_sym_throw] = ACTIONS(4501), + [anon_sym_return] = ACTIONS(4501), + [anon_sym_continue] = ACTIONS(4501), + [anon_sym_break] = ACTIONS(4501), + [anon_sym_COLON_COLON] = ACTIONS(4503), + [anon_sym_PLUS_EQ] = ACTIONS(4503), + [anon_sym_DASH_EQ] = ACTIONS(4503), + [anon_sym_STAR_EQ] = ACTIONS(4503), + [anon_sym_SLASH_EQ] = ACTIONS(4503), + [anon_sym_PERCENT_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ] = ACTIONS(4501), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ] = ACTIONS(4501), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4503), + [anon_sym_LT_EQ] = ACTIONS(4503), + [anon_sym_GT_EQ] = ACTIONS(4503), + [anon_sym_BANGin] = ACTIONS(4503), + [anon_sym_is] = ACTIONS(4501), + [anon_sym_BANGis] = ACTIONS(4503), + [anon_sym_PLUS] = ACTIONS(4501), + [anon_sym_DASH] = ACTIONS(4501), + [anon_sym_SLASH] = ACTIONS(4501), + [anon_sym_PERCENT] = ACTIONS(4501), + [anon_sym_as_QMARK] = ACTIONS(4503), + [anon_sym_PLUS_PLUS] = ACTIONS(4503), + [anon_sym_DASH_DASH] = ACTIONS(4503), + [anon_sym_BANG] = ACTIONS(4501), + [anon_sym_BANG_BANG] = ACTIONS(4503), + [anon_sym_data] = ACTIONS(4501), + [anon_sym_inner] = ACTIONS(4501), + [anon_sym_value] = ACTIONS(4501), + [anon_sym_expect] = ACTIONS(4501), + [anon_sym_actual] = ACTIONS(4501), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4503), + [anon_sym_continue_AT] = ACTIONS(4503), + [anon_sym_break_AT] = ACTIONS(4503), + [anon_sym_this_AT] = ACTIONS(4503), + [anon_sym_super_AT] = ACTIONS(4503), + [sym_real_literal] = ACTIONS(4503), + [sym_integer_literal] = ACTIONS(4501), + [sym_hex_literal] = ACTIONS(4503), + [sym_bin_literal] = ACTIONS(4503), + [anon_sym_true] = ACTIONS(4501), + [anon_sym_false] = ACTIONS(4501), + [anon_sym_SQUOTE] = ACTIONS(4503), + [sym__backtick_identifier] = ACTIONS(4503), + [sym__automatic_semicolon] = ACTIONS(4503), + [sym_safe_nav] = ACTIONS(4503), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4503), + }, + [2978] = { + [sym_class_body] = STATE(3537), + [sym_type_constraints] = STATE(3313), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(5640), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_RBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [anon_sym_DASH_GT] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [3045] = { - [sym_type_constraints] = STATE(3147), - [sym_function_body] = STATE(3490), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_RBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_RPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [anon_sym_DASH_GT] = ACTIONS(4162), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_while] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), + [2979] = { + [sym_type_constraints] = STATE(3310), + [sym_enum_class_body] = STATE(3537), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(5638), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_RBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [anon_sym_DASH_GT] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [3046] = { - [aux_sym_type_constraints_repeat1] = STATE(3056), - [sym__alpha_identifier] = ACTIONS(4424), - [anon_sym_AT] = ACTIONS(4426), - [anon_sym_LBRACK] = ACTIONS(4426), - [anon_sym_as] = ACTIONS(4424), - [anon_sym_EQ] = ACTIONS(4424), - [anon_sym_LBRACE] = ACTIONS(4426), - [anon_sym_RBRACE] = ACTIONS(4426), - [anon_sym_LPAREN] = ACTIONS(4426), - [anon_sym_COMMA] = ACTIONS(6587), - [anon_sym_LT] = ACTIONS(4424), - [anon_sym_GT] = ACTIONS(4424), - [anon_sym_where] = ACTIONS(4424), - [anon_sym_object] = ACTIONS(4424), - [anon_sym_fun] = ACTIONS(4424), - [anon_sym_DOT] = ACTIONS(4424), - [anon_sym_SEMI] = ACTIONS(4426), - [anon_sym_get] = ACTIONS(4424), - [anon_sym_set] = ACTIONS(4424), - [anon_sym_this] = ACTIONS(4424), - [anon_sym_super] = ACTIONS(4424), - [anon_sym_STAR] = ACTIONS(4424), - [sym_label] = ACTIONS(4424), - [anon_sym_in] = ACTIONS(4424), - [anon_sym_DOT_DOT] = ACTIONS(4426), - [anon_sym_QMARK_COLON] = ACTIONS(4426), - [anon_sym_AMP_AMP] = ACTIONS(4426), - [anon_sym_PIPE_PIPE] = ACTIONS(4426), - [anon_sym_null] = ACTIONS(4424), - [anon_sym_if] = ACTIONS(4424), - [anon_sym_else] = ACTIONS(4424), - [anon_sym_when] = ACTIONS(4424), - [anon_sym_try] = ACTIONS(4424), - [anon_sym_throw] = ACTIONS(4424), - [anon_sym_return] = ACTIONS(4424), - [anon_sym_continue] = ACTIONS(4424), - [anon_sym_break] = ACTIONS(4424), - [anon_sym_COLON_COLON] = ACTIONS(4426), - [anon_sym_PLUS_EQ] = ACTIONS(4426), - [anon_sym_DASH_EQ] = ACTIONS(4426), - [anon_sym_STAR_EQ] = ACTIONS(4426), - [anon_sym_SLASH_EQ] = ACTIONS(4426), - [anon_sym_PERCENT_EQ] = ACTIONS(4426), - [anon_sym_BANG_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4426), - [anon_sym_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4426), - [anon_sym_LT_EQ] = ACTIONS(4426), - [anon_sym_GT_EQ] = ACTIONS(4426), - [anon_sym_BANGin] = ACTIONS(4426), - [anon_sym_is] = ACTIONS(4424), - [anon_sym_BANGis] = ACTIONS(4426), - [anon_sym_PLUS] = ACTIONS(4424), - [anon_sym_DASH] = ACTIONS(4424), - [anon_sym_SLASH] = ACTIONS(4424), - [anon_sym_PERCENT] = ACTIONS(4424), - [anon_sym_as_QMARK] = ACTIONS(4426), - [anon_sym_PLUS_PLUS] = ACTIONS(4426), - [anon_sym_DASH_DASH] = ACTIONS(4426), - [anon_sym_BANG] = ACTIONS(4424), - [anon_sym_BANG_BANG] = ACTIONS(4426), - [anon_sym_data] = ACTIONS(4424), - [anon_sym_inner] = ACTIONS(4424), - [anon_sym_value] = ACTIONS(4424), - [anon_sym_expect] = ACTIONS(4424), - [anon_sym_actual] = ACTIONS(4424), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4426), - [anon_sym_continue_AT] = ACTIONS(4426), - [anon_sym_break_AT] = ACTIONS(4426), - [anon_sym_this_AT] = ACTIONS(4426), - [anon_sym_super_AT] = ACTIONS(4426), - [sym_real_literal] = ACTIONS(4426), - [sym_integer_literal] = ACTIONS(4424), - [sym_hex_literal] = ACTIONS(4426), - [sym_bin_literal] = ACTIONS(4426), - [anon_sym_true] = ACTIONS(4424), - [anon_sym_false] = ACTIONS(4424), - [anon_sym_SQUOTE] = ACTIONS(4426), - [sym__backtick_identifier] = ACTIONS(4426), - [sym__automatic_semicolon] = ACTIONS(4426), - [sym_safe_nav] = ACTIONS(4426), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4426), + [2980] = { + [sym_enum_class_body] = STATE(3093), + [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(3236), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4597), + [anon_sym_super_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), }, - [3047] = { - [sym_class_body] = STATE(3173), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3270), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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), + [2981] = { + [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_data] = ACTIONS(4696), + [anon_sym_inner] = ACTIONS(4696), + [anon_sym_value] = 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), + [anon_sym_this_AT] = ACTIONS(4698), + [anon_sym_super_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), }, - [3048] = { - [sym__alpha_identifier] = ACTIONS(4563), - [anon_sym_AT] = ACTIONS(4565), - [anon_sym_COLON] = ACTIONS(4563), - [anon_sym_LBRACK] = ACTIONS(4565), - [anon_sym_as] = ACTIONS(4563), - [anon_sym_EQ] = ACTIONS(4563), - [anon_sym_LBRACE] = ACTIONS(4565), - [anon_sym_RBRACE] = ACTIONS(4565), - [anon_sym_LPAREN] = ACTIONS(4565), - [anon_sym_COMMA] = ACTIONS(4565), - [anon_sym_LT] = ACTIONS(4563), - [anon_sym_GT] = ACTIONS(4563), - [anon_sym_where] = ACTIONS(4563), - [anon_sym_object] = ACTIONS(4563), - [anon_sym_fun] = ACTIONS(4563), - [anon_sym_DOT] = ACTIONS(4563), - [anon_sym_SEMI] = ACTIONS(4565), - [anon_sym_get] = ACTIONS(4563), - [anon_sym_set] = ACTIONS(4563), - [anon_sym_this] = ACTIONS(4563), - [anon_sym_super] = ACTIONS(4563), - [anon_sym_STAR] = ACTIONS(4563), - [sym_label] = ACTIONS(4563), - [anon_sym_in] = ACTIONS(4563), - [anon_sym_DOT_DOT] = ACTIONS(4565), - [anon_sym_QMARK_COLON] = ACTIONS(4565), - [anon_sym_AMP_AMP] = ACTIONS(4565), - [anon_sym_PIPE_PIPE] = ACTIONS(4565), - [anon_sym_null] = ACTIONS(4563), - [anon_sym_if] = ACTIONS(4563), - [anon_sym_else] = ACTIONS(4563), - [anon_sym_when] = ACTIONS(4563), - [anon_sym_try] = ACTIONS(4563), - [anon_sym_throw] = ACTIONS(4563), - [anon_sym_return] = ACTIONS(4563), - [anon_sym_continue] = ACTIONS(4563), - [anon_sym_break] = ACTIONS(4563), - [anon_sym_COLON_COLON] = ACTIONS(4565), - [anon_sym_PLUS_EQ] = ACTIONS(4565), - [anon_sym_DASH_EQ] = ACTIONS(4565), - [anon_sym_STAR_EQ] = ACTIONS(4565), - [anon_sym_SLASH_EQ] = ACTIONS(4565), - [anon_sym_PERCENT_EQ] = ACTIONS(4565), - [anon_sym_BANG_EQ] = ACTIONS(4563), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4565), - [anon_sym_EQ_EQ] = ACTIONS(4563), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4565), - [anon_sym_LT_EQ] = ACTIONS(4565), - [anon_sym_GT_EQ] = ACTIONS(4565), - [anon_sym_BANGin] = ACTIONS(4565), - [anon_sym_is] = ACTIONS(4563), - [anon_sym_BANGis] = ACTIONS(4565), - [anon_sym_PLUS] = ACTIONS(4563), - [anon_sym_DASH] = ACTIONS(4563), - [anon_sym_SLASH] = ACTIONS(4563), - [anon_sym_PERCENT] = ACTIONS(4563), - [anon_sym_as_QMARK] = ACTIONS(4565), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG] = ACTIONS(4563), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_data] = ACTIONS(4563), - [anon_sym_inner] = ACTIONS(4563), - [anon_sym_value] = ACTIONS(4563), - [anon_sym_expect] = ACTIONS(4563), - [anon_sym_actual] = ACTIONS(4563), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4565), - [anon_sym_continue_AT] = ACTIONS(4565), - [anon_sym_break_AT] = ACTIONS(4565), - [anon_sym_this_AT] = ACTIONS(4565), - [anon_sym_super_AT] = ACTIONS(4565), - [sym_real_literal] = ACTIONS(4565), - [sym_integer_literal] = ACTIONS(4563), - [sym_hex_literal] = ACTIONS(4565), - [sym_bin_literal] = ACTIONS(4565), - [anon_sym_true] = ACTIONS(4563), - [anon_sym_false] = ACTIONS(4563), - [anon_sym_SQUOTE] = ACTIONS(4565), - [sym__backtick_identifier] = ACTIONS(4565), - [sym__automatic_semicolon] = ACTIONS(4565), - [sym_safe_nav] = ACTIONS(4565), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4565), + [2982] = { + [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_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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4702), + [anon_sym_super_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_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4702), }, - [3049] = { - [sym_function_body] = STATE(3258), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_COLON] = ACTIONS(6601), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_object] = ACTIONS(4275), - [anon_sym_fun] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_this] = ACTIONS(4275), - [anon_sym_super] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4275), - [sym_label] = ACTIONS(4275), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_null] = ACTIONS(4275), - [anon_sym_if] = ACTIONS(4275), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_when] = ACTIONS(4275), - [anon_sym_try] = ACTIONS(4275), - [anon_sym_throw] = ACTIONS(4275), - [anon_sym_return] = ACTIONS(4275), - [anon_sym_continue] = ACTIONS(4275), - [anon_sym_break] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_PLUS_EQ] = ACTIONS(4277), - [anon_sym_DASH_EQ] = ACTIONS(4277), - [anon_sym_STAR_EQ] = ACTIONS(4277), - [anon_sym_SLASH_EQ] = ACTIONS(4277), - [anon_sym_PERCENT_EQ] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4275), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG] = ACTIONS(4275), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4277), - [anon_sym_continue_AT] = ACTIONS(4277), - [anon_sym_break_AT] = ACTIONS(4277), - [anon_sym_this_AT] = ACTIONS(4277), - [anon_sym_super_AT] = ACTIONS(4277), - [sym_real_literal] = ACTIONS(4277), - [sym_integer_literal] = ACTIONS(4275), - [sym_hex_literal] = ACTIONS(4277), - [sym_bin_literal] = ACTIONS(4277), - [anon_sym_true] = ACTIONS(4275), - [anon_sym_false] = ACTIONS(4275), - [anon_sym_SQUOTE] = ACTIONS(4277), - [sym__backtick_identifier] = ACTIONS(4277), - [sym__automatic_semicolon] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4277), + [2983] = { + [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_by] = ACTIONS(4730), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4732), + [anon_sym_super_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), }, - [3050] = { - [sym_type_constraints] = STATE(3136), - [sym_function_body] = STATE(3507), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_RBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_RPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [anon_sym_DASH_GT] = ACTIONS(4149), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_while] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), + [2984] = { + [aux_sym_nullable_type_repeat1] = STATE(2994), + [sym__alpha_identifier] = ACTIONS(4225), + [anon_sym_AT] = ACTIONS(4227), + [anon_sym_LBRACK] = ACTIONS(4227), + [anon_sym_RBRACK] = ACTIONS(4227), + [anon_sym_as] = ACTIONS(4225), + [anon_sym_EQ] = ACTIONS(4225), + [anon_sym_LBRACE] = ACTIONS(4227), + [anon_sym_RBRACE] = ACTIONS(4227), + [anon_sym_LPAREN] = ACTIONS(4227), + [anon_sym_COMMA] = ACTIONS(4227), + [anon_sym_RPAREN] = ACTIONS(4227), + [anon_sym_by] = ACTIONS(4225), + [anon_sym_LT] = ACTIONS(4225), + [anon_sym_GT] = ACTIONS(4225), + [anon_sym_where] = ACTIONS(4225), + [anon_sym_DOT] = ACTIONS(4225), + [anon_sym_SEMI] = ACTIONS(4227), + [anon_sym_get] = ACTIONS(4225), + [anon_sym_set] = ACTIONS(4225), + [sym__quest] = ACTIONS(6566), + [anon_sym_STAR] = ACTIONS(4225), + [anon_sym_DASH_GT] = ACTIONS(4227), + [sym_label] = ACTIONS(4227), + [anon_sym_in] = ACTIONS(4225), + [anon_sym_while] = ACTIONS(4225), + [anon_sym_DOT_DOT] = ACTIONS(4227), + [anon_sym_QMARK_COLON] = ACTIONS(4227), + [anon_sym_AMP_AMP] = ACTIONS(4227), + [anon_sym_PIPE_PIPE] = ACTIONS(4227), + [anon_sym_else] = ACTIONS(4225), + [anon_sym_COLON_COLON] = ACTIONS(4227), + [anon_sym_PLUS_EQ] = ACTIONS(4227), + [anon_sym_DASH_EQ] = ACTIONS(4227), + [anon_sym_STAR_EQ] = ACTIONS(4227), + [anon_sym_SLASH_EQ] = ACTIONS(4227), + [anon_sym_PERCENT_EQ] = ACTIONS(4227), + [anon_sym_BANG_EQ] = ACTIONS(4225), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4227), + [anon_sym_EQ_EQ] = ACTIONS(4225), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4227), + [anon_sym_LT_EQ] = ACTIONS(4227), + [anon_sym_GT_EQ] = ACTIONS(4227), + [anon_sym_BANGin] = ACTIONS(4227), + [anon_sym_is] = ACTIONS(4225), + [anon_sym_BANGis] = ACTIONS(4227), + [anon_sym_PLUS] = ACTIONS(4225), + [anon_sym_DASH] = ACTIONS(4225), + [anon_sym_SLASH] = ACTIONS(4225), + [anon_sym_PERCENT] = ACTIONS(4225), + [anon_sym_as_QMARK] = ACTIONS(4227), + [anon_sym_PLUS_PLUS] = ACTIONS(4227), + [anon_sym_DASH_DASH] = ACTIONS(4227), + [anon_sym_BANG_BANG] = ACTIONS(4227), + [anon_sym_suspend] = ACTIONS(4225), + [anon_sym_sealed] = ACTIONS(4225), + [anon_sym_annotation] = ACTIONS(4225), + [anon_sym_data] = ACTIONS(4225), + [anon_sym_inner] = ACTIONS(4225), + [anon_sym_value] = ACTIONS(4225), + [anon_sym_override] = ACTIONS(4225), + [anon_sym_lateinit] = ACTIONS(4225), + [anon_sym_public] = ACTIONS(4225), + [anon_sym_private] = ACTIONS(4225), + [anon_sym_internal] = ACTIONS(4225), + [anon_sym_protected] = ACTIONS(4225), + [anon_sym_tailrec] = ACTIONS(4225), + [anon_sym_operator] = ACTIONS(4225), + [anon_sym_infix] = ACTIONS(4225), + [anon_sym_inline] = ACTIONS(4225), + [anon_sym_external] = ACTIONS(4225), + [sym_property_modifier] = ACTIONS(4225), + [anon_sym_abstract] = ACTIONS(4225), + [anon_sym_final] = ACTIONS(4225), + [anon_sym_open] = ACTIONS(4225), + [anon_sym_vararg] = ACTIONS(4225), + [anon_sym_noinline] = ACTIONS(4225), + [anon_sym_crossinline] = ACTIONS(4225), + [anon_sym_expect] = ACTIONS(4225), + [anon_sym_actual] = ACTIONS(4225), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4227), + [sym_safe_nav] = ACTIONS(4227), [sym_multiline_comment] = ACTIONS(3), }, - [3051] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4742), - [anon_sym_super_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_L] = ACTIONS(6603), - [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), - }, - [3052] = { - [sym_function_body] = STATE(3430), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_COLON] = ACTIONS(6605), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_RBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_COMMA] = ACTIONS(4309), - [anon_sym_RPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_where] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4307), - [anon_sym_DASH_GT] = ACTIONS(4309), - [sym_label] = ACTIONS(4309), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_while] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_PLUS_EQ] = ACTIONS(4309), - [anon_sym_DASH_EQ] = ACTIONS(4309), - [anon_sym_STAR_EQ] = ACTIONS(4309), - [anon_sym_SLASH_EQ] = ACTIONS(4309), - [anon_sym_PERCENT_EQ] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4307), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), + [2985] = { + [sym_enum_class_body] = STATE(3209), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3280), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, - [3053] = { - [sym_import_list] = STATE(3053), - [sym_import_header] = STATE(8751), - [aux_sym_source_file_repeat2] = STATE(3053), - [aux_sym_import_list_repeat1] = STATE(8751), - [ts_builtin_sym_end] = ACTIONS(6607), - [sym__alpha_identifier] = ACTIONS(6609), - [anon_sym_AT] = ACTIONS(6607), - [anon_sym_LBRACK] = ACTIONS(6607), - [anon_sym_import] = ACTIONS(6611), - [anon_sym_typealias] = ACTIONS(6609), - [anon_sym_class] = ACTIONS(6609), - [anon_sym_interface] = ACTIONS(6609), - [anon_sym_enum] = ACTIONS(6609), - [anon_sym_LBRACE] = ACTIONS(6607), - [anon_sym_LPAREN] = ACTIONS(6607), - [anon_sym_val] = ACTIONS(6609), - [anon_sym_var] = ACTIONS(6609), - [anon_sym_object] = ACTIONS(6609), - [anon_sym_fun] = ACTIONS(6609), - [anon_sym_get] = ACTIONS(6609), - [anon_sym_set] = ACTIONS(6609), - [anon_sym_this] = ACTIONS(6609), - [anon_sym_super] = ACTIONS(6609), - [anon_sym_STAR] = ACTIONS(6607), - [sym_label] = ACTIONS(6609), - [anon_sym_for] = ACTIONS(6609), - [anon_sym_while] = ACTIONS(6609), - [anon_sym_do] = ACTIONS(6609), - [anon_sym_null] = ACTIONS(6609), - [anon_sym_if] = ACTIONS(6609), - [anon_sym_when] = ACTIONS(6609), - [anon_sym_try] = ACTIONS(6609), - [anon_sym_throw] = ACTIONS(6609), - [anon_sym_return] = ACTIONS(6609), - [anon_sym_continue] = ACTIONS(6609), - [anon_sym_break] = ACTIONS(6609), - [anon_sym_COLON_COLON] = ACTIONS(6607), - [anon_sym_PLUS] = ACTIONS(6609), - [anon_sym_DASH] = ACTIONS(6609), - [anon_sym_PLUS_PLUS] = ACTIONS(6607), - [anon_sym_DASH_DASH] = ACTIONS(6607), - [anon_sym_BANG] = ACTIONS(6607), - [anon_sym_suspend] = ACTIONS(6609), - [anon_sym_sealed] = ACTIONS(6609), - [anon_sym_annotation] = ACTIONS(6609), - [anon_sym_data] = ACTIONS(6609), - [anon_sym_inner] = ACTIONS(6609), - [anon_sym_value] = ACTIONS(6609), - [anon_sym_override] = ACTIONS(6609), - [anon_sym_lateinit] = ACTIONS(6609), - [anon_sym_public] = ACTIONS(6609), - [anon_sym_private] = ACTIONS(6609), - [anon_sym_internal] = ACTIONS(6609), - [anon_sym_protected] = ACTIONS(6609), - [anon_sym_tailrec] = ACTIONS(6609), - [anon_sym_operator] = ACTIONS(6609), - [anon_sym_infix] = ACTIONS(6609), - [anon_sym_inline] = ACTIONS(6609), - [anon_sym_external] = ACTIONS(6609), - [sym_property_modifier] = ACTIONS(6609), - [anon_sym_abstract] = ACTIONS(6609), - [anon_sym_final] = ACTIONS(6609), - [anon_sym_open] = ACTIONS(6609), - [anon_sym_vararg] = ACTIONS(6609), - [anon_sym_noinline] = ACTIONS(6609), - [anon_sym_crossinline] = ACTIONS(6609), - [anon_sym_expect] = ACTIONS(6609), - [anon_sym_actual] = ACTIONS(6609), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(6607), - [anon_sym_continue_AT] = ACTIONS(6607), - [anon_sym_break_AT] = ACTIONS(6607), - [anon_sym_this_AT] = ACTIONS(6607), - [anon_sym_super_AT] = ACTIONS(6607), - [sym_real_literal] = ACTIONS(6607), - [sym_integer_literal] = ACTIONS(6609), - [sym_hex_literal] = ACTIONS(6607), - [sym_bin_literal] = ACTIONS(6607), - [anon_sym_true] = ACTIONS(6609), - [anon_sym_false] = ACTIONS(6609), - [anon_sym_SQUOTE] = ACTIONS(6607), - [sym__backtick_identifier] = ACTIONS(6607), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(6607), + [2986] = { + [sym_enum_class_body] = STATE(3145), + [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(3236), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4645), + [anon_sym_super_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), }, - [3054] = { - [sym_type_constraints] = STATE(3192), - [sym_function_body] = STATE(3461), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_RBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_RPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [anon_sym_DASH_GT] = ACTIONS(4301), - [sym_label] = ACTIONS(4301), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_while] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), + [2987] = { + [sym_indexing_suffix] = STATE(7203), + [sym_navigation_suffix] = STATE(7203), + [sym__postfix_unary_operator] = STATE(7203), + [sym__member_access_operator] = STATE(7824), + [sym__postfix_unary_suffix] = STATE(7203), + [aux_sym__postfix_unary_expression_repeat1] = STATE(7203), + [sym__alpha_identifier] = ACTIONS(4004), + [anon_sym_AT] = ACTIONS(4006), + [anon_sym_LBRACK] = ACTIONS(4008), + [anon_sym_as] = ACTIONS(4004), + [anon_sym_EQ] = ACTIONS(4011), + [anon_sym_LBRACE] = ACTIONS(4006), + [anon_sym_RBRACE] = ACTIONS(4006), + [anon_sym_LPAREN] = ACTIONS(4006), + [anon_sym_COMMA] = ACTIONS(4006), + [anon_sym_LT] = ACTIONS(4004), + [anon_sym_GT] = ACTIONS(4004), + [anon_sym_where] = ACTIONS(4004), + [anon_sym_DOT] = ACTIONS(4013), + [anon_sym_SEMI] = ACTIONS(4006), + [anon_sym_get] = ACTIONS(4004), + [anon_sym_set] = ACTIONS(4004), + [anon_sym_STAR] = ACTIONS(4004), + [sym_label] = ACTIONS(4006), + [anon_sym_in] = ACTIONS(4004), + [anon_sym_DOT_DOT] = ACTIONS(4006), + [anon_sym_QMARK_COLON] = ACTIONS(4006), + [anon_sym_AMP_AMP] = ACTIONS(4006), + [anon_sym_PIPE_PIPE] = ACTIONS(4006), + [anon_sym_else] = ACTIONS(4004), + [anon_sym_COLON_COLON] = ACTIONS(4016), + [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(4004), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4006), + [anon_sym_EQ_EQ] = ACTIONS(4004), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4006), + [anon_sym_LT_EQ] = ACTIONS(4006), + [anon_sym_GT_EQ] = ACTIONS(4006), + [anon_sym_BANGin] = ACTIONS(4006), + [anon_sym_is] = ACTIONS(4004), + [anon_sym_BANGis] = ACTIONS(4006), + [anon_sym_PLUS] = ACTIONS(4004), + [anon_sym_DASH] = ACTIONS(4004), + [anon_sym_SLASH] = ACTIONS(4004), + [anon_sym_PERCENT] = ACTIONS(4004), + [anon_sym_as_QMARK] = ACTIONS(4006), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_suspend] = ACTIONS(4004), + [anon_sym_sealed] = ACTIONS(4004), + [anon_sym_annotation] = ACTIONS(4004), + [anon_sym_data] = ACTIONS(4004), + [anon_sym_inner] = ACTIONS(4004), + [anon_sym_value] = ACTIONS(4004), + [anon_sym_override] = ACTIONS(4004), + [anon_sym_lateinit] = ACTIONS(4004), + [anon_sym_public] = ACTIONS(4004), + [anon_sym_private] = ACTIONS(4004), + [anon_sym_internal] = ACTIONS(4004), + [anon_sym_protected] = ACTIONS(4004), + [anon_sym_tailrec] = ACTIONS(4004), + [anon_sym_operator] = ACTIONS(4004), + [anon_sym_infix] = ACTIONS(4004), + [anon_sym_inline] = ACTIONS(4004), + [anon_sym_external] = ACTIONS(4004), + [sym_property_modifier] = ACTIONS(4004), + [anon_sym_abstract] = ACTIONS(4004), + [anon_sym_final] = ACTIONS(4004), + [anon_sym_open] = ACTIONS(4004), + [anon_sym_vararg] = ACTIONS(4004), + [anon_sym_noinline] = ACTIONS(4004), + [anon_sym_crossinline] = ACTIONS(4004), + [anon_sym_expect] = ACTIONS(4004), + [anon_sym_actual] = ACTIONS(4004), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), + [sym__backtick_identifier] = ACTIONS(4006), + [sym__automatic_semicolon] = ACTIONS(4006), + [sym_safe_nav] = ACTIONS(4016), [sym_multiline_comment] = ACTIONS(3), }, - [3055] = { - [sym__alpha_identifier] = ACTIONS(4746), - [anon_sym_AT] = ACTIONS(4748), - [anon_sym_COLON] = ACTIONS(4746), - [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(4748), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4748), - [anon_sym_super_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), - }, - [3056] = { - [aux_sym_type_constraints_repeat1] = STATE(3056), - [sym__alpha_identifier] = ACTIONS(4430), - [anon_sym_AT] = ACTIONS(4432), - [anon_sym_LBRACK] = ACTIONS(4432), - [anon_sym_as] = ACTIONS(4430), - [anon_sym_EQ] = ACTIONS(4430), - [anon_sym_LBRACE] = ACTIONS(4432), - [anon_sym_RBRACE] = ACTIONS(4432), - [anon_sym_LPAREN] = ACTIONS(4432), - [anon_sym_COMMA] = ACTIONS(6614), - [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_data] = ACTIONS(4430), - [anon_sym_inner] = ACTIONS(4430), - [anon_sym_value] = 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), - [anon_sym_this_AT] = ACTIONS(4432), - [anon_sym_super_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), + [2988] = { + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4615), + [anon_sym_super_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), }, - [3057] = { - [sym__alpha_identifier] = ACTIONS(4728), - [anon_sym_AT] = ACTIONS(4730), - [anon_sym_LBRACK] = ACTIONS(4730), - [anon_sym_as] = ACTIONS(4728), - [anon_sym_EQ] = ACTIONS(4728), - [anon_sym_LBRACE] = ACTIONS(4730), - [anon_sym_RBRACE] = ACTIONS(4730), - [anon_sym_LPAREN] = ACTIONS(4730), - [anon_sym_COMMA] = ACTIONS(4730), - [anon_sym_by] = ACTIONS(4728), - [anon_sym_LT] = ACTIONS(4728), - [anon_sym_GT] = ACTIONS(4728), - [anon_sym_where] = ACTIONS(4728), - [anon_sym_object] = ACTIONS(4728), - [anon_sym_fun] = ACTIONS(4728), - [anon_sym_DOT] = ACTIONS(4728), - [anon_sym_SEMI] = ACTIONS(4730), - [anon_sym_get] = ACTIONS(4728), - [anon_sym_set] = ACTIONS(4728), - [anon_sym_this] = ACTIONS(4728), - [anon_sym_super] = ACTIONS(4728), - [anon_sym_STAR] = ACTIONS(4728), - [sym_label] = ACTIONS(4728), - [anon_sym_in] = ACTIONS(4728), - [anon_sym_DOT_DOT] = ACTIONS(4730), - [anon_sym_QMARK_COLON] = ACTIONS(4730), - [anon_sym_AMP_AMP] = ACTIONS(4730), - [anon_sym_PIPE_PIPE] = ACTIONS(4730), - [anon_sym_null] = ACTIONS(4728), - [anon_sym_if] = ACTIONS(4728), - [anon_sym_else] = ACTIONS(4728), - [anon_sym_when] = ACTIONS(4728), - [anon_sym_try] = ACTIONS(4728), - [anon_sym_throw] = ACTIONS(4728), - [anon_sym_return] = ACTIONS(4728), - [anon_sym_continue] = ACTIONS(4728), - [anon_sym_break] = ACTIONS(4728), - [anon_sym_COLON_COLON] = ACTIONS(4730), - [anon_sym_PLUS_EQ] = ACTIONS(4730), - [anon_sym_DASH_EQ] = ACTIONS(4730), - [anon_sym_STAR_EQ] = ACTIONS(4730), - [anon_sym_SLASH_EQ] = ACTIONS(4730), - [anon_sym_PERCENT_EQ] = ACTIONS(4730), - [anon_sym_BANG_EQ] = ACTIONS(4728), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4730), - [anon_sym_EQ_EQ] = ACTIONS(4728), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4730), - [anon_sym_LT_EQ] = ACTIONS(4730), - [anon_sym_GT_EQ] = ACTIONS(4730), - [anon_sym_BANGin] = ACTIONS(4730), - [anon_sym_is] = ACTIONS(4728), - [anon_sym_BANGis] = ACTIONS(4730), - [anon_sym_PLUS] = ACTIONS(4728), - [anon_sym_DASH] = ACTIONS(4728), - [anon_sym_SLASH] = ACTIONS(4728), - [anon_sym_PERCENT] = ACTIONS(4728), - [anon_sym_as_QMARK] = ACTIONS(4730), - [anon_sym_PLUS_PLUS] = ACTIONS(4730), - [anon_sym_DASH_DASH] = ACTIONS(4730), - [anon_sym_BANG] = ACTIONS(4728), - [anon_sym_BANG_BANG] = ACTIONS(4730), - [anon_sym_data] = ACTIONS(4728), - [anon_sym_inner] = ACTIONS(4728), - [anon_sym_value] = ACTIONS(4728), - [anon_sym_expect] = ACTIONS(4728), - [anon_sym_actual] = ACTIONS(4728), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4730), - [anon_sym_continue_AT] = ACTIONS(4730), - [anon_sym_break_AT] = ACTIONS(4730), - [anon_sym_this_AT] = ACTIONS(4730), - [anon_sym_super_AT] = ACTIONS(4730), - [sym_real_literal] = ACTIONS(4730), - [sym_integer_literal] = ACTIONS(4728), - [sym_hex_literal] = ACTIONS(4730), - [sym_bin_literal] = ACTIONS(4730), - [anon_sym_true] = ACTIONS(4728), - [anon_sym_false] = ACTIONS(4728), - [anon_sym_SQUOTE] = ACTIONS(4730), - [sym__backtick_identifier] = ACTIONS(4730), - [sym__automatic_semicolon] = ACTIONS(4730), - [sym_safe_nav] = ACTIONS(4730), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4730), + [2989] = { + [sym__alpha_identifier] = ACTIONS(4631), + [anon_sym_AT] = ACTIONS(4633), + [anon_sym_COLON] = ACTIONS(4631), + [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_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_data] = ACTIONS(4631), + [anon_sym_inner] = ACTIONS(4631), + [anon_sym_value] = 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), + [anon_sym_this_AT] = ACTIONS(4633), + [anon_sym_super_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), }, - [3058] = { - [sym__alpha_identifier] = ACTIONS(4762), - [anon_sym_AT] = ACTIONS(4765), - [anon_sym_LBRACK] = ACTIONS(4765), - [anon_sym_as] = ACTIONS(4762), - [anon_sym_EQ] = ACTIONS(4762), - [anon_sym_LBRACE] = ACTIONS(4765), - [anon_sym_RBRACE] = ACTIONS(4765), - [anon_sym_LPAREN] = ACTIONS(4765), - [anon_sym_COMMA] = ACTIONS(4765), - [anon_sym_by] = ACTIONS(4762), - [anon_sym_LT] = ACTIONS(4762), - [anon_sym_GT] = ACTIONS(4762), - [anon_sym_where] = ACTIONS(4762), - [anon_sym_object] = ACTIONS(4762), - [anon_sym_fun] = ACTIONS(4762), - [anon_sym_DOT] = ACTIONS(4762), - [anon_sym_SEMI] = ACTIONS(4765), - [anon_sym_get] = ACTIONS(4762), - [anon_sym_set] = ACTIONS(4762), - [anon_sym_this] = ACTIONS(4762), - [anon_sym_super] = ACTIONS(4762), - [anon_sym_STAR] = ACTIONS(4762), - [sym_label] = ACTIONS(4762), - [anon_sym_in] = ACTIONS(4762), - [anon_sym_DOT_DOT] = ACTIONS(4765), - [anon_sym_QMARK_COLON] = ACTIONS(4765), - [anon_sym_AMP_AMP] = ACTIONS(4765), - [anon_sym_PIPE_PIPE] = ACTIONS(4765), - [anon_sym_null] = ACTIONS(4762), - [anon_sym_if] = ACTIONS(4762), - [anon_sym_else] = ACTIONS(4762), - [anon_sym_when] = ACTIONS(4762), - [anon_sym_try] = ACTIONS(4762), - [anon_sym_throw] = ACTIONS(4762), - [anon_sym_return] = ACTIONS(4762), - [anon_sym_continue] = ACTIONS(4762), - [anon_sym_break] = ACTIONS(4762), - [anon_sym_COLON_COLON] = ACTIONS(4765), - [anon_sym_PLUS_EQ] = ACTIONS(4765), - [anon_sym_DASH_EQ] = ACTIONS(4765), - [anon_sym_STAR_EQ] = ACTIONS(4765), - [anon_sym_SLASH_EQ] = ACTIONS(4765), - [anon_sym_PERCENT_EQ] = ACTIONS(4765), - [anon_sym_BANG_EQ] = ACTIONS(4762), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4765), - [anon_sym_EQ_EQ] = ACTIONS(4762), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4765), - [anon_sym_LT_EQ] = ACTIONS(4765), - [anon_sym_GT_EQ] = ACTIONS(4765), - [anon_sym_BANGin] = ACTIONS(4765), - [anon_sym_is] = ACTIONS(4762), - [anon_sym_BANGis] = ACTIONS(4765), - [anon_sym_PLUS] = ACTIONS(4762), - [anon_sym_DASH] = ACTIONS(4762), - [anon_sym_SLASH] = ACTIONS(4762), - [anon_sym_PERCENT] = ACTIONS(4762), - [anon_sym_as_QMARK] = ACTIONS(4765), - [anon_sym_PLUS_PLUS] = ACTIONS(4765), - [anon_sym_DASH_DASH] = ACTIONS(4765), - [anon_sym_BANG] = ACTIONS(4762), - [anon_sym_BANG_BANG] = ACTIONS(4765), - [anon_sym_data] = ACTIONS(4762), - [anon_sym_inner] = ACTIONS(4762), - [anon_sym_value] = ACTIONS(4762), - [anon_sym_expect] = ACTIONS(4762), - [anon_sym_actual] = ACTIONS(4762), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4765), - [anon_sym_continue_AT] = ACTIONS(4765), - [anon_sym_break_AT] = ACTIONS(4765), - [anon_sym_this_AT] = ACTIONS(4765), - [anon_sym_super_AT] = ACTIONS(4765), - [sym_real_literal] = ACTIONS(4765), - [sym_integer_literal] = ACTIONS(4762), - [sym_hex_literal] = ACTIONS(4765), - [sym_bin_literal] = ACTIONS(4765), - [anon_sym_true] = ACTIONS(4762), - [anon_sym_false] = ACTIONS(4762), - [anon_sym_SQUOTE] = ACTIONS(4765), - [sym__backtick_identifier] = ACTIONS(4765), - [sym__automatic_semicolon] = ACTIONS(4765), - [sym_safe_nav] = ACTIONS(4765), + [2990] = { + [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(4269), + [anon_sym_SEMI] = ACTIONS(4271), + [anon_sym_get] = ACTIONS(4269), + [anon_sym_set] = ACTIONS(4269), + [anon_sym_AMP] = 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_value] = 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_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4765), - }, - [3059] = { - [sym_function_body] = STATE(3252), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4229), - [anon_sym_AT] = ACTIONS(4231), - [anon_sym_COLON] = ACTIONS(6617), - [anon_sym_LBRACK] = ACTIONS(4231), - [anon_sym_as] = ACTIONS(4229), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4231), - [anon_sym_LPAREN] = ACTIONS(4231), - [anon_sym_LT] = ACTIONS(4229), - [anon_sym_GT] = ACTIONS(4229), - [anon_sym_object] = ACTIONS(4229), - [anon_sym_fun] = ACTIONS(4229), - [anon_sym_DOT] = ACTIONS(4229), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(4229), - [anon_sym_set] = ACTIONS(4229), - [anon_sym_this] = ACTIONS(4229), - [anon_sym_super] = ACTIONS(4229), - [anon_sym_STAR] = ACTIONS(4229), - [sym_label] = ACTIONS(4229), - [anon_sym_in] = ACTIONS(4229), - [anon_sym_DOT_DOT] = ACTIONS(4231), - [anon_sym_QMARK_COLON] = ACTIONS(4231), - [anon_sym_AMP_AMP] = ACTIONS(4231), - [anon_sym_PIPE_PIPE] = ACTIONS(4231), - [anon_sym_null] = ACTIONS(4229), - [anon_sym_if] = ACTIONS(4229), - [anon_sym_else] = ACTIONS(4229), - [anon_sym_when] = ACTIONS(4229), - [anon_sym_try] = ACTIONS(4229), - [anon_sym_throw] = ACTIONS(4229), - [anon_sym_return] = ACTIONS(4229), - [anon_sym_continue] = ACTIONS(4229), - [anon_sym_break] = ACTIONS(4229), - [anon_sym_COLON_COLON] = ACTIONS(4231), - [anon_sym_PLUS_EQ] = ACTIONS(4231), - [anon_sym_DASH_EQ] = ACTIONS(4231), - [anon_sym_STAR_EQ] = ACTIONS(4231), - [anon_sym_SLASH_EQ] = ACTIONS(4231), - [anon_sym_PERCENT_EQ] = ACTIONS(4231), - [anon_sym_BANG_EQ] = ACTIONS(4229), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4231), - [anon_sym_EQ_EQ] = ACTIONS(4229), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4231), - [anon_sym_LT_EQ] = ACTIONS(4231), - [anon_sym_GT_EQ] = ACTIONS(4231), - [anon_sym_BANGin] = ACTIONS(4231), - [anon_sym_is] = ACTIONS(4229), - [anon_sym_BANGis] = ACTIONS(4231), - [anon_sym_PLUS] = ACTIONS(4229), - [anon_sym_DASH] = ACTIONS(4229), - [anon_sym_SLASH] = ACTIONS(4229), - [anon_sym_PERCENT] = ACTIONS(4229), - [anon_sym_as_QMARK] = ACTIONS(4231), - [anon_sym_PLUS_PLUS] = ACTIONS(4231), - [anon_sym_DASH_DASH] = ACTIONS(4231), - [anon_sym_BANG] = ACTIONS(4229), - [anon_sym_BANG_BANG] = ACTIONS(4231), - [anon_sym_data] = ACTIONS(4229), - [anon_sym_inner] = ACTIONS(4229), - [anon_sym_value] = ACTIONS(4229), - [anon_sym_expect] = ACTIONS(4229), - [anon_sym_actual] = ACTIONS(4229), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4231), - [anon_sym_continue_AT] = ACTIONS(4231), - [anon_sym_break_AT] = ACTIONS(4231), - [anon_sym_this_AT] = ACTIONS(4231), - [anon_sym_super_AT] = ACTIONS(4231), - [sym_real_literal] = ACTIONS(4231), - [sym_integer_literal] = ACTIONS(4229), - [sym_hex_literal] = ACTIONS(4231), - [sym_bin_literal] = ACTIONS(4231), - [anon_sym_true] = ACTIONS(4229), - [anon_sym_false] = ACTIONS(4229), - [anon_sym_SQUOTE] = ACTIONS(4231), - [sym__backtick_identifier] = ACTIONS(4231), - [sym__automatic_semicolon] = ACTIONS(4231), - [sym_safe_nav] = ACTIONS(4231), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4231), }, - [3060] = { - [sym__alpha_identifier] = ACTIONS(5199), - [anon_sym_AT] = ACTIONS(5201), - [anon_sym_LBRACK] = ACTIONS(5201), - [anon_sym_as] = ACTIONS(5199), - [anon_sym_EQ] = ACTIONS(5199), - [anon_sym_LBRACE] = ACTIONS(5201), - [anon_sym_RBRACE] = ACTIONS(5201), - [anon_sym_LPAREN] = ACTIONS(5201), - [anon_sym_COMMA] = ACTIONS(5201), - [anon_sym_LT] = ACTIONS(5199), - [anon_sym_GT] = ACTIONS(5199), - [anon_sym_where] = ACTIONS(5199), - [anon_sym_object] = ACTIONS(5199), - [anon_sym_fun] = ACTIONS(5199), - [anon_sym_DOT] = ACTIONS(5199), - [anon_sym_SEMI] = ACTIONS(5201), - [anon_sym_get] = ACTIONS(5199), - [anon_sym_set] = ACTIONS(5199), - [anon_sym_this] = ACTIONS(5199), - [anon_sym_super] = ACTIONS(5199), - [anon_sym_STAR] = ACTIONS(5199), - [sym_label] = ACTIONS(5199), - [anon_sym_in] = ACTIONS(5199), - [anon_sym_DOT_DOT] = ACTIONS(5201), - [anon_sym_QMARK_COLON] = ACTIONS(5201), - [anon_sym_AMP_AMP] = ACTIONS(5201), - [anon_sym_PIPE_PIPE] = ACTIONS(5201), - [anon_sym_null] = ACTIONS(5199), - [anon_sym_if] = ACTIONS(5199), - [anon_sym_else] = ACTIONS(5199), - [anon_sym_when] = ACTIONS(5199), - [anon_sym_try] = ACTIONS(5199), - [anon_sym_throw] = ACTIONS(5199), - [anon_sym_return] = ACTIONS(5199), - [anon_sym_continue] = ACTIONS(5199), - [anon_sym_break] = ACTIONS(5199), - [anon_sym_COLON_COLON] = ACTIONS(5201), - [anon_sym_PLUS_EQ] = ACTIONS(5201), - [anon_sym_DASH_EQ] = ACTIONS(5201), - [anon_sym_STAR_EQ] = ACTIONS(5201), - [anon_sym_SLASH_EQ] = ACTIONS(5201), - [anon_sym_PERCENT_EQ] = ACTIONS(5201), - [anon_sym_BANG_EQ] = ACTIONS(5199), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5201), - [anon_sym_EQ_EQ] = ACTIONS(5199), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5201), - [anon_sym_LT_EQ] = ACTIONS(5201), - [anon_sym_GT_EQ] = ACTIONS(5201), - [anon_sym_BANGin] = ACTIONS(5201), - [anon_sym_is] = ACTIONS(5199), - [anon_sym_BANGis] = ACTIONS(5201), - [anon_sym_PLUS] = ACTIONS(5199), - [anon_sym_DASH] = ACTIONS(5199), - [anon_sym_SLASH] = ACTIONS(5199), - [anon_sym_PERCENT] = ACTIONS(5199), - [anon_sym_as_QMARK] = ACTIONS(5201), - [anon_sym_PLUS_PLUS] = ACTIONS(5201), - [anon_sym_DASH_DASH] = ACTIONS(5201), - [anon_sym_BANG] = ACTIONS(5199), - [anon_sym_BANG_BANG] = ACTIONS(5201), - [anon_sym_data] = ACTIONS(5199), - [anon_sym_inner] = ACTIONS(5199), - [anon_sym_value] = ACTIONS(5199), - [anon_sym_expect] = ACTIONS(5199), - [anon_sym_actual] = ACTIONS(5199), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5201), - [anon_sym_continue_AT] = ACTIONS(5201), - [anon_sym_break_AT] = ACTIONS(5201), - [anon_sym_this_AT] = ACTIONS(5201), - [anon_sym_super_AT] = ACTIONS(5201), - [sym_real_literal] = ACTIONS(5201), - [sym_integer_literal] = ACTIONS(5199), - [sym_hex_literal] = ACTIONS(5201), - [sym_bin_literal] = ACTIONS(5201), - [anon_sym_true] = ACTIONS(5199), - [anon_sym_false] = ACTIONS(5199), - [anon_sym_SQUOTE] = ACTIONS(5201), - [sym__backtick_identifier] = ACTIONS(5201), - [sym__automatic_semicolon] = ACTIONS(5201), - [sym_safe_nav] = ACTIONS(5201), + [2991] = { + [sym__alpha_identifier] = ACTIONS(4273), + [anon_sym_AT] = ACTIONS(4275), + [anon_sym_LBRACK] = ACTIONS(4275), + [anon_sym_RBRACK] = ACTIONS(4275), + [anon_sym_as] = ACTIONS(4273), + [anon_sym_EQ] = ACTIONS(4273), + [anon_sym_LBRACE] = ACTIONS(4275), + [anon_sym_RBRACE] = ACTIONS(4275), + [anon_sym_LPAREN] = ACTIONS(4275), + [anon_sym_COMMA] = ACTIONS(4275), + [anon_sym_RPAREN] = ACTIONS(4275), + [anon_sym_by] = ACTIONS(4273), + [anon_sym_LT] = ACTIONS(4273), + [anon_sym_GT] = ACTIONS(4273), + [anon_sym_where] = ACTIONS(4273), + [anon_sym_DOT] = ACTIONS(4273), + [anon_sym_SEMI] = ACTIONS(4275), + [anon_sym_get] = ACTIONS(4273), + [anon_sym_set] = ACTIONS(4273), + [anon_sym_AMP] = ACTIONS(4273), + [sym__quest] = ACTIONS(4273), + [anon_sym_STAR] = ACTIONS(4273), + [anon_sym_DASH_GT] = ACTIONS(4275), + [sym_label] = ACTIONS(4275), + [anon_sym_in] = ACTIONS(4273), + [anon_sym_while] = ACTIONS(4273), + [anon_sym_DOT_DOT] = ACTIONS(4275), + [anon_sym_QMARK_COLON] = ACTIONS(4275), + [anon_sym_AMP_AMP] = ACTIONS(4275), + [anon_sym_PIPE_PIPE] = ACTIONS(4275), + [anon_sym_else] = ACTIONS(4273), + [anon_sym_COLON_COLON] = ACTIONS(4275), + [anon_sym_PLUS_EQ] = ACTIONS(4275), + [anon_sym_DASH_EQ] = ACTIONS(4275), + [anon_sym_STAR_EQ] = ACTIONS(4275), + [anon_sym_SLASH_EQ] = ACTIONS(4275), + [anon_sym_PERCENT_EQ] = ACTIONS(4275), + [anon_sym_BANG_EQ] = ACTIONS(4273), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4275), + [anon_sym_EQ_EQ] = ACTIONS(4273), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4275), + [anon_sym_LT_EQ] = ACTIONS(4275), + [anon_sym_GT_EQ] = ACTIONS(4275), + [anon_sym_BANGin] = ACTIONS(4275), + [anon_sym_is] = ACTIONS(4273), + [anon_sym_BANGis] = ACTIONS(4275), + [anon_sym_PLUS] = ACTIONS(4273), + [anon_sym_DASH] = ACTIONS(4273), + [anon_sym_SLASH] = ACTIONS(4273), + [anon_sym_PERCENT] = ACTIONS(4273), + [anon_sym_as_QMARK] = ACTIONS(4275), + [anon_sym_PLUS_PLUS] = ACTIONS(4275), + [anon_sym_DASH_DASH] = ACTIONS(4275), + [anon_sym_BANG_BANG] = ACTIONS(4275), + [anon_sym_suspend] = ACTIONS(4273), + [anon_sym_sealed] = ACTIONS(4273), + [anon_sym_annotation] = ACTIONS(4273), + [anon_sym_data] = ACTIONS(4273), + [anon_sym_inner] = ACTIONS(4273), + [anon_sym_value] = ACTIONS(4273), + [anon_sym_override] = ACTIONS(4273), + [anon_sym_lateinit] = ACTIONS(4273), + [anon_sym_public] = ACTIONS(4273), + [anon_sym_private] = ACTIONS(4273), + [anon_sym_internal] = ACTIONS(4273), + [anon_sym_protected] = ACTIONS(4273), + [anon_sym_tailrec] = ACTIONS(4273), + [anon_sym_operator] = ACTIONS(4273), + [anon_sym_infix] = ACTIONS(4273), + [anon_sym_inline] = ACTIONS(4273), + [anon_sym_external] = ACTIONS(4273), + [sym_property_modifier] = ACTIONS(4273), + [anon_sym_abstract] = ACTIONS(4273), + [anon_sym_final] = ACTIONS(4273), + [anon_sym_open] = ACTIONS(4273), + [anon_sym_vararg] = ACTIONS(4273), + [anon_sym_noinline] = ACTIONS(4273), + [anon_sym_crossinline] = ACTIONS(4273), + [anon_sym_expect] = ACTIONS(4273), + [anon_sym_actual] = ACTIONS(4273), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4275), + [sym_safe_nav] = ACTIONS(4275), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5201), - }, - [3061] = { - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(4218), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(4216), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), }, - [3062] = { - [sym__alpha_identifier] = ACTIONS(4934), - [anon_sym_AT] = ACTIONS(4936), - [anon_sym_LBRACK] = ACTIONS(4936), - [anon_sym_as] = ACTIONS(4934), - [anon_sym_EQ] = ACTIONS(4934), - [anon_sym_LBRACE] = ACTIONS(4936), - [anon_sym_RBRACE] = ACTIONS(4936), - [anon_sym_LPAREN] = ACTIONS(4936), - [anon_sym_COMMA] = ACTIONS(4936), - [anon_sym_LT] = ACTIONS(4934), - [anon_sym_GT] = ACTIONS(4934), - [anon_sym_where] = ACTIONS(4934), - [anon_sym_object] = ACTIONS(4934), - [anon_sym_fun] = ACTIONS(4934), - [anon_sym_DOT] = ACTIONS(4934), - [anon_sym_SEMI] = ACTIONS(4936), - [anon_sym_get] = ACTIONS(4934), - [anon_sym_set] = ACTIONS(4934), - [anon_sym_this] = ACTIONS(4934), - [anon_sym_super] = ACTIONS(4934), - [anon_sym_STAR] = ACTIONS(4934), - [sym_label] = ACTIONS(4934), - [anon_sym_in] = ACTIONS(4934), - [anon_sym_DOT_DOT] = ACTIONS(4936), - [anon_sym_QMARK_COLON] = ACTIONS(4936), - [anon_sym_AMP_AMP] = ACTIONS(4936), - [anon_sym_PIPE_PIPE] = ACTIONS(4936), - [anon_sym_null] = ACTIONS(4934), - [anon_sym_if] = ACTIONS(4934), - [anon_sym_else] = ACTIONS(4934), - [anon_sym_when] = ACTIONS(4934), - [anon_sym_try] = ACTIONS(4934), - [anon_sym_throw] = ACTIONS(4934), - [anon_sym_return] = ACTIONS(4934), - [anon_sym_continue] = ACTIONS(4934), - [anon_sym_break] = ACTIONS(4934), - [anon_sym_COLON_COLON] = ACTIONS(4936), - [anon_sym_PLUS_EQ] = ACTIONS(4936), - [anon_sym_DASH_EQ] = ACTIONS(4936), - [anon_sym_STAR_EQ] = ACTIONS(4936), - [anon_sym_SLASH_EQ] = ACTIONS(4936), - [anon_sym_PERCENT_EQ] = ACTIONS(4936), - [anon_sym_BANG_EQ] = ACTIONS(4934), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4936), - [anon_sym_EQ_EQ] = ACTIONS(4934), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4936), - [anon_sym_LT_EQ] = ACTIONS(4936), - [anon_sym_GT_EQ] = ACTIONS(4936), - [anon_sym_BANGin] = ACTIONS(4936), - [anon_sym_is] = ACTIONS(4934), - [anon_sym_BANGis] = ACTIONS(4936), - [anon_sym_PLUS] = ACTIONS(4934), - [anon_sym_DASH] = ACTIONS(4934), - [anon_sym_SLASH] = ACTIONS(4934), - [anon_sym_PERCENT] = ACTIONS(4934), - [anon_sym_as_QMARK] = ACTIONS(4936), - [anon_sym_PLUS_PLUS] = ACTIONS(4936), - [anon_sym_DASH_DASH] = ACTIONS(4936), - [anon_sym_BANG] = ACTIONS(4934), - [anon_sym_BANG_BANG] = ACTIONS(4936), - [anon_sym_data] = ACTIONS(4934), - [anon_sym_inner] = ACTIONS(4934), - [anon_sym_value] = ACTIONS(4934), - [anon_sym_expect] = ACTIONS(4934), - [anon_sym_actual] = ACTIONS(4934), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4936), - [anon_sym_continue_AT] = ACTIONS(4936), - [anon_sym_break_AT] = ACTIONS(4936), - [anon_sym_this_AT] = ACTIONS(4936), - [anon_sym_super_AT] = ACTIONS(4936), - [sym_real_literal] = ACTIONS(4936), - [sym_integer_literal] = ACTIONS(4934), - [sym_hex_literal] = ACTIONS(4936), - [sym_bin_literal] = ACTIONS(4936), - [anon_sym_true] = ACTIONS(4934), - [anon_sym_false] = ACTIONS(4934), - [anon_sym_SQUOTE] = ACTIONS(4936), - [sym__backtick_identifier] = ACTIONS(4936), - [sym__automatic_semicolon] = ACTIONS(4936), - [sym_safe_nav] = ACTIONS(4936), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4936), + [2992] = { + [sym__alpha_identifier] = ACTIONS(4225), + [anon_sym_AT] = ACTIONS(4227), + [anon_sym_LBRACK] = ACTIONS(4227), + [anon_sym_as] = ACTIONS(4225), + [anon_sym_EQ] = ACTIONS(4225), + [anon_sym_LBRACE] = ACTIONS(4227), + [anon_sym_RBRACE] = ACTIONS(4227), + [anon_sym_LPAREN] = ACTIONS(4227), + [anon_sym_COMMA] = ACTIONS(4227), + [anon_sym_by] = ACTIONS(4225), + [anon_sym_LT] = ACTIONS(4225), + [anon_sym_GT] = ACTIONS(4225), + [anon_sym_where] = ACTIONS(4225), + [anon_sym_object] = ACTIONS(4225), + [anon_sym_fun] = ACTIONS(4225), + [anon_sym_DOT] = ACTIONS(4225), + [anon_sym_SEMI] = ACTIONS(4227), + [anon_sym_get] = ACTIONS(4225), + [anon_sym_set] = ACTIONS(4225), + [anon_sym_this] = ACTIONS(4225), + [anon_sym_super] = ACTIONS(4225), + [anon_sym_STAR] = ACTIONS(4225), + [sym_label] = ACTIONS(4225), + [anon_sym_in] = ACTIONS(4225), + [anon_sym_DOT_DOT] = ACTIONS(4227), + [anon_sym_QMARK_COLON] = ACTIONS(4227), + [anon_sym_AMP_AMP] = ACTIONS(4227), + [anon_sym_PIPE_PIPE] = ACTIONS(4227), + [anon_sym_null] = ACTIONS(4225), + [anon_sym_if] = ACTIONS(4225), + [anon_sym_else] = ACTIONS(4225), + [anon_sym_when] = ACTIONS(4225), + [anon_sym_try] = ACTIONS(4225), + [anon_sym_throw] = ACTIONS(4225), + [anon_sym_return] = ACTIONS(4225), + [anon_sym_continue] = ACTIONS(4225), + [anon_sym_break] = ACTIONS(4225), + [anon_sym_COLON_COLON] = ACTIONS(4227), + [anon_sym_PLUS_EQ] = ACTIONS(4227), + [anon_sym_DASH_EQ] = ACTIONS(4227), + [anon_sym_STAR_EQ] = ACTIONS(4227), + [anon_sym_SLASH_EQ] = ACTIONS(4227), + [anon_sym_PERCENT_EQ] = ACTIONS(4227), + [anon_sym_BANG_EQ] = ACTIONS(4225), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4227), + [anon_sym_EQ_EQ] = ACTIONS(4225), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4227), + [anon_sym_LT_EQ] = ACTIONS(4227), + [anon_sym_GT_EQ] = ACTIONS(4227), + [anon_sym_BANGin] = ACTIONS(4227), + [anon_sym_is] = ACTIONS(4225), + [anon_sym_BANGis] = ACTIONS(4227), + [anon_sym_PLUS] = ACTIONS(4225), + [anon_sym_DASH] = ACTIONS(4225), + [anon_sym_SLASH] = ACTIONS(4225), + [anon_sym_PERCENT] = ACTIONS(4225), + [anon_sym_as_QMARK] = ACTIONS(4227), + [anon_sym_PLUS_PLUS] = ACTIONS(4227), + [anon_sym_DASH_DASH] = ACTIONS(4227), + [anon_sym_BANG] = ACTIONS(4225), + [anon_sym_BANG_BANG] = ACTIONS(4227), + [anon_sym_data] = ACTIONS(4225), + [anon_sym_inner] = ACTIONS(4225), + [anon_sym_value] = ACTIONS(4225), + [anon_sym_expect] = ACTIONS(4225), + [anon_sym_actual] = ACTIONS(4225), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4227), + [anon_sym_continue_AT] = ACTIONS(4227), + [anon_sym_break_AT] = ACTIONS(4227), + [anon_sym_this_AT] = ACTIONS(4227), + [anon_sym_super_AT] = ACTIONS(4227), + [sym_real_literal] = ACTIONS(4227), + [sym_integer_literal] = ACTIONS(4225), + [sym_hex_literal] = ACTIONS(4227), + [sym_bin_literal] = ACTIONS(4227), + [anon_sym_true] = ACTIONS(4225), + [anon_sym_false] = ACTIONS(4225), + [anon_sym_SQUOTE] = ACTIONS(4227), + [sym__backtick_identifier] = ACTIONS(4227), + [sym__automatic_semicolon] = ACTIONS(4227), + [sym_safe_nav] = ACTIONS(4227), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4227), }, - [3063] = { - [sym__alpha_identifier] = ACTIONS(4938), - [anon_sym_AT] = ACTIONS(4940), - [anon_sym_LBRACK] = ACTIONS(4940), - [anon_sym_as] = ACTIONS(4938), - [anon_sym_EQ] = ACTIONS(4938), - [anon_sym_LBRACE] = ACTIONS(4940), - [anon_sym_RBRACE] = ACTIONS(4940), - [anon_sym_LPAREN] = ACTIONS(4940), - [anon_sym_COMMA] = ACTIONS(4940), - [anon_sym_LT] = ACTIONS(4938), - [anon_sym_GT] = ACTIONS(4938), - [anon_sym_where] = ACTIONS(4938), - [anon_sym_object] = ACTIONS(4938), - [anon_sym_fun] = ACTIONS(4938), - [anon_sym_DOT] = ACTIONS(4938), - [anon_sym_SEMI] = ACTIONS(4940), - [anon_sym_get] = ACTIONS(4938), - [anon_sym_set] = ACTIONS(4938), - [anon_sym_this] = ACTIONS(4938), - [anon_sym_super] = ACTIONS(4938), - [anon_sym_STAR] = ACTIONS(4938), - [sym_label] = ACTIONS(4938), - [anon_sym_in] = ACTIONS(4938), - [anon_sym_DOT_DOT] = ACTIONS(4940), - [anon_sym_QMARK_COLON] = ACTIONS(4940), - [anon_sym_AMP_AMP] = ACTIONS(4940), - [anon_sym_PIPE_PIPE] = ACTIONS(4940), - [anon_sym_null] = ACTIONS(4938), - [anon_sym_if] = ACTIONS(4938), - [anon_sym_else] = ACTIONS(4938), - [anon_sym_when] = ACTIONS(4938), - [anon_sym_try] = ACTIONS(4938), - [anon_sym_throw] = ACTIONS(4938), - [anon_sym_return] = ACTIONS(4938), - [anon_sym_continue] = ACTIONS(4938), - [anon_sym_break] = ACTIONS(4938), - [anon_sym_COLON_COLON] = ACTIONS(4940), - [anon_sym_PLUS_EQ] = ACTIONS(4940), - [anon_sym_DASH_EQ] = ACTIONS(4940), - [anon_sym_STAR_EQ] = ACTIONS(4940), - [anon_sym_SLASH_EQ] = ACTIONS(4940), - [anon_sym_PERCENT_EQ] = ACTIONS(4940), - [anon_sym_BANG_EQ] = ACTIONS(4938), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4940), - [anon_sym_EQ_EQ] = ACTIONS(4938), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4940), - [anon_sym_LT_EQ] = ACTIONS(4940), - [anon_sym_GT_EQ] = ACTIONS(4940), - [anon_sym_BANGin] = ACTIONS(4940), - [anon_sym_is] = ACTIONS(4938), - [anon_sym_BANGis] = ACTIONS(4940), - [anon_sym_PLUS] = ACTIONS(4938), - [anon_sym_DASH] = ACTIONS(4938), - [anon_sym_SLASH] = ACTIONS(4938), - [anon_sym_PERCENT] = ACTIONS(4938), - [anon_sym_as_QMARK] = ACTIONS(4940), - [anon_sym_PLUS_PLUS] = ACTIONS(4940), - [anon_sym_DASH_DASH] = ACTIONS(4940), - [anon_sym_BANG] = ACTIONS(4938), - [anon_sym_BANG_BANG] = ACTIONS(4940), - [anon_sym_data] = ACTIONS(4938), - [anon_sym_inner] = ACTIONS(4938), - [anon_sym_value] = ACTIONS(4938), - [anon_sym_expect] = ACTIONS(4938), - [anon_sym_actual] = ACTIONS(4938), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4940), - [anon_sym_continue_AT] = ACTIONS(4940), - [anon_sym_break_AT] = ACTIONS(4940), - [anon_sym_this_AT] = ACTIONS(4940), - [anon_sym_super_AT] = ACTIONS(4940), - [sym_real_literal] = ACTIONS(4940), - [sym_integer_literal] = ACTIONS(4938), - [sym_hex_literal] = ACTIONS(4940), - [sym_bin_literal] = ACTIONS(4940), - [anon_sym_true] = ACTIONS(4938), - [anon_sym_false] = ACTIONS(4938), - [anon_sym_SQUOTE] = ACTIONS(4940), - [sym__backtick_identifier] = ACTIONS(4940), - [sym__automatic_semicolon] = ACTIONS(4940), - [sym_safe_nav] = ACTIONS(4940), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4940), + [2993] = { + [sym__alpha_identifier] = ACTIONS(4649), + [anon_sym_AT] = ACTIONS(4651), + [anon_sym_COLON] = ACTIONS(4649), + [anon_sym_LBRACK] = ACTIONS(4651), + [anon_sym_as] = ACTIONS(4649), + [anon_sym_EQ] = ACTIONS(4649), + [anon_sym_LBRACE] = ACTIONS(4651), + [anon_sym_RBRACE] = ACTIONS(4651), + [anon_sym_LPAREN] = ACTIONS(4651), + [anon_sym_COMMA] = ACTIONS(4651), + [anon_sym_LT] = ACTIONS(4649), + [anon_sym_GT] = ACTIONS(4649), + [anon_sym_where] = ACTIONS(4649), + [anon_sym_object] = ACTIONS(4649), + [anon_sym_fun] = ACTIONS(4649), + [anon_sym_DOT] = ACTIONS(4649), + [anon_sym_SEMI] = ACTIONS(4651), + [anon_sym_get] = ACTIONS(4649), + [anon_sym_set] = ACTIONS(4649), + [anon_sym_this] = ACTIONS(4649), + [anon_sym_super] = ACTIONS(4649), + [anon_sym_STAR] = ACTIONS(4649), + [sym_label] = ACTIONS(4649), + [anon_sym_in] = ACTIONS(4649), + [anon_sym_DOT_DOT] = ACTIONS(4651), + [anon_sym_QMARK_COLON] = ACTIONS(4651), + [anon_sym_AMP_AMP] = ACTIONS(4651), + [anon_sym_PIPE_PIPE] = ACTIONS(4651), + [anon_sym_null] = ACTIONS(4649), + [anon_sym_if] = ACTIONS(4649), + [anon_sym_else] = ACTIONS(4649), + [anon_sym_when] = ACTIONS(4649), + [anon_sym_try] = ACTIONS(4649), + [anon_sym_throw] = ACTIONS(4649), + [anon_sym_return] = ACTIONS(4649), + [anon_sym_continue] = ACTIONS(4649), + [anon_sym_break] = ACTIONS(4649), + [anon_sym_COLON_COLON] = ACTIONS(4651), + [anon_sym_PLUS_EQ] = ACTIONS(4651), + [anon_sym_DASH_EQ] = ACTIONS(4651), + [anon_sym_STAR_EQ] = ACTIONS(4651), + [anon_sym_SLASH_EQ] = ACTIONS(4651), + [anon_sym_PERCENT_EQ] = ACTIONS(4651), + [anon_sym_BANG_EQ] = ACTIONS(4649), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4651), + [anon_sym_EQ_EQ] = ACTIONS(4649), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4651), + [anon_sym_LT_EQ] = ACTIONS(4651), + [anon_sym_GT_EQ] = ACTIONS(4651), + [anon_sym_BANGin] = ACTIONS(4651), + [anon_sym_is] = ACTIONS(4649), + [anon_sym_BANGis] = ACTIONS(4651), + [anon_sym_PLUS] = ACTIONS(4649), + [anon_sym_DASH] = ACTIONS(4649), + [anon_sym_SLASH] = ACTIONS(4649), + [anon_sym_PERCENT] = ACTIONS(4649), + [anon_sym_as_QMARK] = ACTIONS(4651), + [anon_sym_PLUS_PLUS] = ACTIONS(4651), + [anon_sym_DASH_DASH] = ACTIONS(4651), + [anon_sym_BANG] = ACTIONS(4649), + [anon_sym_BANG_BANG] = ACTIONS(4651), + [anon_sym_data] = ACTIONS(4649), + [anon_sym_inner] = ACTIONS(4649), + [anon_sym_value] = ACTIONS(4649), + [anon_sym_expect] = ACTIONS(4649), + [anon_sym_actual] = ACTIONS(4649), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4651), + [anon_sym_continue_AT] = ACTIONS(4651), + [anon_sym_break_AT] = ACTIONS(4651), + [anon_sym_this_AT] = ACTIONS(4651), + [anon_sym_super_AT] = ACTIONS(4651), + [sym_real_literal] = ACTIONS(4651), + [sym_integer_literal] = ACTIONS(4649), + [sym_hex_literal] = ACTIONS(4651), + [sym_bin_literal] = ACTIONS(4651), + [anon_sym_true] = ACTIONS(4649), + [anon_sym_false] = ACTIONS(4649), + [anon_sym_SQUOTE] = ACTIONS(4651), + [sym__backtick_identifier] = ACTIONS(4651), + [sym__automatic_semicolon] = ACTIONS(4651), + [sym_safe_nav] = ACTIONS(4651), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4651), }, - [3064] = { + [2994] = { + [aux_sym_nullable_type_repeat1] = STATE(2975), [sym__alpha_identifier] = ACTIONS(4237), [anon_sym_AT] = ACTIONS(4239), [anon_sym_LBRACK] = ACTIONS(4239), - [anon_sym_EQ] = ACTIONS(4239), + [anon_sym_RBRACK] = 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_RPAREN] = 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), - [anon_sym_AMP] = ACTIONS(6619), - [sym__quest] = ACTIONS(4239), - [anon_sym_STAR] = ACTIONS(4239), - [sym_label] = ACTIONS(4237), + [sym__quest] = ACTIONS(6568), + [anon_sym_STAR] = ACTIONS(4237), + [anon_sym_DASH_GT] = ACTIONS(4239), + [sym_label] = ACTIONS(4239), [anon_sym_in] = ACTIONS(4237), - [anon_sym_null] = ACTIONS(4237), - [anon_sym_if] = 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_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), @@ -367452,1924 +361421,4176 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), - [anon_sym_this_AT] = ACTIONS(4239), - [anon_sym_super_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), }, - [3065] = { - [sym__alpha_identifier] = ACTIONS(4942), - [anon_sym_AT] = ACTIONS(4944), - [anon_sym_LBRACK] = ACTIONS(4944), - [anon_sym_as] = ACTIONS(4942), - [anon_sym_EQ] = ACTIONS(4942), - [anon_sym_LBRACE] = ACTIONS(4944), - [anon_sym_RBRACE] = ACTIONS(4944), - [anon_sym_LPAREN] = ACTIONS(4944), - [anon_sym_COMMA] = ACTIONS(4944), - [anon_sym_LT] = ACTIONS(4942), - [anon_sym_GT] = ACTIONS(4942), - [anon_sym_where] = ACTIONS(4942), - [anon_sym_object] = ACTIONS(4942), - [anon_sym_fun] = ACTIONS(4942), - [anon_sym_DOT] = ACTIONS(4942), - [anon_sym_SEMI] = ACTIONS(4944), - [anon_sym_get] = ACTIONS(4942), - [anon_sym_set] = ACTIONS(4942), - [anon_sym_this] = ACTIONS(4942), - [anon_sym_super] = ACTIONS(4942), - [anon_sym_STAR] = ACTIONS(4942), - [sym_label] = ACTIONS(4942), - [anon_sym_in] = ACTIONS(4942), - [anon_sym_DOT_DOT] = ACTIONS(4944), - [anon_sym_QMARK_COLON] = ACTIONS(4944), - [anon_sym_AMP_AMP] = ACTIONS(4944), - [anon_sym_PIPE_PIPE] = ACTIONS(4944), - [anon_sym_null] = ACTIONS(4942), - [anon_sym_if] = ACTIONS(4942), - [anon_sym_else] = ACTIONS(4942), - [anon_sym_when] = ACTIONS(4942), - [anon_sym_try] = ACTIONS(4942), - [anon_sym_throw] = ACTIONS(4942), - [anon_sym_return] = ACTIONS(4942), - [anon_sym_continue] = ACTIONS(4942), - [anon_sym_break] = ACTIONS(4942), - [anon_sym_COLON_COLON] = ACTIONS(4944), - [anon_sym_PLUS_EQ] = ACTIONS(4944), - [anon_sym_DASH_EQ] = ACTIONS(4944), - [anon_sym_STAR_EQ] = ACTIONS(4944), - [anon_sym_SLASH_EQ] = ACTIONS(4944), - [anon_sym_PERCENT_EQ] = ACTIONS(4944), - [anon_sym_BANG_EQ] = ACTIONS(4942), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4944), - [anon_sym_EQ_EQ] = ACTIONS(4942), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4944), - [anon_sym_LT_EQ] = ACTIONS(4944), - [anon_sym_GT_EQ] = ACTIONS(4944), - [anon_sym_BANGin] = ACTIONS(4944), - [anon_sym_is] = ACTIONS(4942), - [anon_sym_BANGis] = ACTIONS(4944), - [anon_sym_PLUS] = ACTIONS(4942), - [anon_sym_DASH] = ACTIONS(4942), - [anon_sym_SLASH] = ACTIONS(4942), - [anon_sym_PERCENT] = ACTIONS(4942), - [anon_sym_as_QMARK] = ACTIONS(4944), - [anon_sym_PLUS_PLUS] = ACTIONS(4944), - [anon_sym_DASH_DASH] = ACTIONS(4944), - [anon_sym_BANG] = ACTIONS(4942), - [anon_sym_BANG_BANG] = ACTIONS(4944), - [anon_sym_data] = ACTIONS(4942), - [anon_sym_inner] = ACTIONS(4942), - [anon_sym_value] = ACTIONS(4942), - [anon_sym_expect] = ACTIONS(4942), - [anon_sym_actual] = ACTIONS(4942), + [2995] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3005), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4716), + [anon_sym_super_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), + }, + [2996] = { + [sym__alpha_identifier] = ACTIONS(4186), + [anon_sym_AT] = ACTIONS(4188), + [anon_sym_LBRACK] = ACTIONS(4188), + [anon_sym_RBRACK] = ACTIONS(4188), + [anon_sym_as] = ACTIONS(4186), + [anon_sym_EQ] = ACTIONS(4186), + [anon_sym_LBRACE] = ACTIONS(4188), + [anon_sym_RBRACE] = ACTIONS(4188), + [anon_sym_LPAREN] = ACTIONS(4188), + [anon_sym_COMMA] = ACTIONS(4188), + [anon_sym_RPAREN] = ACTIONS(4188), + [anon_sym_by] = ACTIONS(4186), + [anon_sym_LT] = ACTIONS(4186), + [anon_sym_GT] = ACTIONS(4186), + [anon_sym_where] = ACTIONS(4186), + [anon_sym_DOT] = ACTIONS(4186), + [anon_sym_SEMI] = ACTIONS(4188), + [anon_sym_get] = ACTIONS(4186), + [anon_sym_set] = ACTIONS(4186), + [anon_sym_AMP] = ACTIONS(4186), + [sym__quest] = ACTIONS(4186), + [anon_sym_STAR] = ACTIONS(4186), + [anon_sym_DASH_GT] = ACTIONS(4188), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4186), + [anon_sym_while] = ACTIONS(4186), + [anon_sym_DOT_DOT] = ACTIONS(4188), + [anon_sym_QMARK_COLON] = ACTIONS(4188), + [anon_sym_AMP_AMP] = ACTIONS(4188), + [anon_sym_PIPE_PIPE] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4186), + [anon_sym_COLON_COLON] = ACTIONS(4188), + [anon_sym_PLUS_EQ] = ACTIONS(4188), + [anon_sym_DASH_EQ] = ACTIONS(4188), + [anon_sym_STAR_EQ] = ACTIONS(4188), + [anon_sym_SLASH_EQ] = ACTIONS(4188), + [anon_sym_PERCENT_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ] = ACTIONS(4186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ] = ACTIONS(4186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4188), + [anon_sym_LT_EQ] = ACTIONS(4188), + [anon_sym_GT_EQ] = ACTIONS(4188), + [anon_sym_BANGin] = ACTIONS(4188), + [anon_sym_is] = ACTIONS(4186), + [anon_sym_BANGis] = ACTIONS(4188), + [anon_sym_PLUS] = ACTIONS(4186), + [anon_sym_DASH] = ACTIONS(4186), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4186), + [anon_sym_as_QMARK] = ACTIONS(4188), + [anon_sym_PLUS_PLUS] = ACTIONS(4188), + [anon_sym_DASH_DASH] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4188), + [anon_sym_suspend] = ACTIONS(4186), + [anon_sym_sealed] = ACTIONS(4186), + [anon_sym_annotation] = ACTIONS(4186), + [anon_sym_data] = ACTIONS(4186), + [anon_sym_inner] = ACTIONS(4186), + [anon_sym_value] = ACTIONS(4186), + [anon_sym_override] = ACTIONS(4186), + [anon_sym_lateinit] = ACTIONS(4186), + [anon_sym_public] = ACTIONS(4186), + [anon_sym_private] = ACTIONS(4186), + [anon_sym_internal] = ACTIONS(4186), + [anon_sym_protected] = ACTIONS(4186), + [anon_sym_tailrec] = ACTIONS(4186), + [anon_sym_operator] = ACTIONS(4186), + [anon_sym_infix] = ACTIONS(4186), + [anon_sym_inline] = ACTIONS(4186), + [anon_sym_external] = ACTIONS(4186), + [sym_property_modifier] = ACTIONS(4186), + [anon_sym_abstract] = ACTIONS(4186), + [anon_sym_final] = ACTIONS(4186), + [anon_sym_open] = ACTIONS(4186), + [anon_sym_vararg] = ACTIONS(4186), + [anon_sym_noinline] = ACTIONS(4186), + [anon_sym_crossinline] = ACTIONS(4186), + [anon_sym_expect] = ACTIONS(4186), + [anon_sym_actual] = ACTIONS(4186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4188), + [sym_safe_nav] = ACTIONS(4188), + [sym_multiline_comment] = ACTIONS(3), + }, + [2997] = { + [sym_indexing_suffix] = STATE(7203), + [sym_navigation_suffix] = STATE(7203), + [sym__postfix_unary_operator] = STATE(7203), + [sym__member_access_operator] = STATE(7824), + [sym__postfix_unary_suffix] = STATE(7203), + [aux_sym__postfix_unary_expression_repeat1] = STATE(7203), + [sym__alpha_identifier] = ACTIONS(4004), + [anon_sym_AT] = ACTIONS(4006), + [anon_sym_LBRACK] = ACTIONS(4008), + [anon_sym_as] = ACTIONS(4004), + [anon_sym_EQ] = ACTIONS(4024), + [anon_sym_LBRACE] = ACTIONS(4006), + [anon_sym_RBRACE] = ACTIONS(4006), + [anon_sym_LPAREN] = ACTIONS(4006), + [anon_sym_COMMA] = ACTIONS(4006), + [anon_sym_LT] = ACTIONS(4004), + [anon_sym_GT] = ACTIONS(4004), + [anon_sym_where] = ACTIONS(4004), + [anon_sym_DOT] = ACTIONS(4013), + [anon_sym_SEMI] = ACTIONS(4006), + [anon_sym_get] = ACTIONS(4004), + [anon_sym_set] = ACTIONS(4004), + [anon_sym_STAR] = ACTIONS(4004), + [sym_label] = ACTIONS(4006), + [anon_sym_in] = ACTIONS(4004), + [anon_sym_DOT_DOT] = ACTIONS(4006), + [anon_sym_QMARK_COLON] = ACTIONS(4006), + [anon_sym_AMP_AMP] = ACTIONS(4006), + [anon_sym_PIPE_PIPE] = ACTIONS(4006), + [anon_sym_else] = ACTIONS(4004), + [anon_sym_COLON_COLON] = ACTIONS(4016), + [anon_sym_PLUS_EQ] = ACTIONS(4027), + [anon_sym_DASH_EQ] = ACTIONS(4027), + [anon_sym_STAR_EQ] = ACTIONS(4027), + [anon_sym_SLASH_EQ] = ACTIONS(4027), + [anon_sym_PERCENT_EQ] = ACTIONS(4027), + [anon_sym_BANG_EQ] = ACTIONS(4004), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4006), + [anon_sym_EQ_EQ] = ACTIONS(4004), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4006), + [anon_sym_LT_EQ] = ACTIONS(4006), + [anon_sym_GT_EQ] = ACTIONS(4006), + [anon_sym_BANGin] = ACTIONS(4006), + [anon_sym_is] = ACTIONS(4004), + [anon_sym_BANGis] = ACTIONS(4006), + [anon_sym_PLUS] = ACTIONS(4004), + [anon_sym_DASH] = ACTIONS(4004), + [anon_sym_SLASH] = ACTIONS(4004), + [anon_sym_PERCENT] = ACTIONS(4004), + [anon_sym_as_QMARK] = ACTIONS(4006), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_suspend] = ACTIONS(4004), + [anon_sym_sealed] = ACTIONS(4004), + [anon_sym_annotation] = ACTIONS(4004), + [anon_sym_data] = ACTIONS(4004), + [anon_sym_inner] = ACTIONS(4004), + [anon_sym_value] = ACTIONS(4004), + [anon_sym_override] = ACTIONS(4004), + [anon_sym_lateinit] = ACTIONS(4004), + [anon_sym_public] = ACTIONS(4004), + [anon_sym_private] = ACTIONS(4004), + [anon_sym_internal] = ACTIONS(4004), + [anon_sym_protected] = ACTIONS(4004), + [anon_sym_tailrec] = ACTIONS(4004), + [anon_sym_operator] = ACTIONS(4004), + [anon_sym_infix] = ACTIONS(4004), + [anon_sym_inline] = ACTIONS(4004), + [anon_sym_external] = ACTIONS(4004), + [sym_property_modifier] = ACTIONS(4004), + [anon_sym_abstract] = ACTIONS(4004), + [anon_sym_final] = ACTIONS(4004), + [anon_sym_open] = ACTIONS(4004), + [anon_sym_vararg] = ACTIONS(4004), + [anon_sym_noinline] = ACTIONS(4004), + [anon_sym_crossinline] = ACTIONS(4004), + [anon_sym_expect] = ACTIONS(4004), + [anon_sym_actual] = ACTIONS(4004), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4944), - [anon_sym_continue_AT] = ACTIONS(4944), - [anon_sym_break_AT] = ACTIONS(4944), - [anon_sym_this_AT] = ACTIONS(4944), - [anon_sym_super_AT] = ACTIONS(4944), - [sym_real_literal] = ACTIONS(4944), - [sym_integer_literal] = ACTIONS(4942), - [sym_hex_literal] = ACTIONS(4944), - [sym_bin_literal] = ACTIONS(4944), - [anon_sym_true] = ACTIONS(4942), - [anon_sym_false] = ACTIONS(4942), - [anon_sym_SQUOTE] = ACTIONS(4944), - [sym__backtick_identifier] = ACTIONS(4944), - [sym__automatic_semicolon] = ACTIONS(4944), - [sym_safe_nav] = ACTIONS(4944), + [sym__backtick_identifier] = ACTIONS(4006), + [sym__automatic_semicolon] = ACTIONS(4006), + [sym_safe_nav] = ACTIONS(4016), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4944), }, - [3066] = { - [aux_sym_nullable_type_repeat1] = STATE(3154), - [sym__alpha_identifier] = ACTIONS(4303), - [anon_sym_AT] = ACTIONS(4305), - [anon_sym_LBRACK] = ACTIONS(4305), - [anon_sym_EQ] = ACTIONS(4305), - [anon_sym_LBRACE] = ACTIONS(4305), - [anon_sym_RBRACE] = ACTIONS(4305), - [anon_sym_LPAREN] = ACTIONS(4305), - [anon_sym_COMMA] = ACTIONS(4305), - [anon_sym_by] = ACTIONS(4303), - [anon_sym_where] = ACTIONS(4303), - [anon_sym_object] = ACTIONS(4303), - [anon_sym_fun] = 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), - [sym__quest] = ACTIONS(6621), - [anon_sym_STAR] = ACTIONS(4305), - [sym_label] = ACTIONS(4303), - [anon_sym_in] = ACTIONS(4303), - [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_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_PLUS_PLUS] = ACTIONS(4305), - [anon_sym_DASH_DASH] = ACTIONS(4305), - [anon_sym_BANG] = ACTIONS(4303), - [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_value] = 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), + [2998] = { + [sym__alpha_identifier] = ACTIONS(4669), + [anon_sym_AT] = ACTIONS(4672), + [anon_sym_LBRACK] = ACTIONS(4672), + [anon_sym_as] = ACTIONS(4669), + [anon_sym_EQ] = ACTIONS(4669), + [anon_sym_LBRACE] = ACTIONS(4672), + [anon_sym_RBRACE] = ACTIONS(4672), + [anon_sym_LPAREN] = ACTIONS(4672), + [anon_sym_COMMA] = ACTIONS(4672), + [anon_sym_by] = ACTIONS(4669), + [anon_sym_LT] = ACTIONS(4669), + [anon_sym_GT] = ACTIONS(4669), + [anon_sym_where] = ACTIONS(4669), + [anon_sym_object] = ACTIONS(4669), + [anon_sym_fun] = ACTIONS(4669), + [anon_sym_DOT] = ACTIONS(4669), + [anon_sym_SEMI] = ACTIONS(4672), + [anon_sym_get] = ACTIONS(4669), + [anon_sym_set] = ACTIONS(4669), + [anon_sym_this] = ACTIONS(4669), + [anon_sym_super] = ACTIONS(4669), + [anon_sym_STAR] = ACTIONS(4669), + [sym_label] = ACTIONS(4669), + [anon_sym_in] = ACTIONS(4669), + [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(4669), + [anon_sym_if] = ACTIONS(4669), + [anon_sym_else] = ACTIONS(4669), + [anon_sym_when] = ACTIONS(4669), + [anon_sym_try] = ACTIONS(4669), + [anon_sym_throw] = ACTIONS(4669), + [anon_sym_return] = ACTIONS(4669), + [anon_sym_continue] = ACTIONS(4669), + [anon_sym_break] = ACTIONS(4669), + [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(4669), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4672), + [anon_sym_EQ_EQ] = ACTIONS(4669), + [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(4669), + [anon_sym_BANGis] = ACTIONS(4672), + [anon_sym_PLUS] = ACTIONS(4669), + [anon_sym_DASH] = ACTIONS(4669), + [anon_sym_SLASH] = ACTIONS(4669), + [anon_sym_PERCENT] = ACTIONS(4669), + [anon_sym_as_QMARK] = ACTIONS(4672), + [anon_sym_PLUS_PLUS] = ACTIONS(4672), + [anon_sym_DASH_DASH] = ACTIONS(4672), + [anon_sym_BANG] = ACTIONS(4669), + [anon_sym_BANG_BANG] = ACTIONS(4672), + [anon_sym_data] = ACTIONS(4669), + [anon_sym_inner] = ACTIONS(4669), + [anon_sym_value] = ACTIONS(4669), + [anon_sym_expect] = ACTIONS(4669), + [anon_sym_actual] = ACTIONS(4669), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4305), - [anon_sym_continue_AT] = ACTIONS(4305), - [anon_sym_break_AT] = ACTIONS(4305), - [anon_sym_this_AT] = ACTIONS(4305), - [anon_sym_super_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), + [anon_sym_return_AT] = ACTIONS(4672), + [anon_sym_continue_AT] = ACTIONS(4672), + [anon_sym_break_AT] = ACTIONS(4672), + [anon_sym_this_AT] = ACTIONS(4672), + [anon_sym_super_AT] = ACTIONS(4672), + [sym_real_literal] = ACTIONS(4672), + [sym_integer_literal] = ACTIONS(4669), + [sym_hex_literal] = ACTIONS(4672), + [sym_bin_literal] = ACTIONS(4672), + [anon_sym_true] = ACTIONS(4669), + [anon_sym_false] = ACTIONS(4669), + [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(4305), + [sym__string_start] = ACTIONS(4672), }, - [3067] = { - [sym_function_body] = STATE(3132), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_object] = ACTIONS(4307), - [anon_sym_fun] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_this] = ACTIONS(4307), - [anon_sym_super] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4307), - [sym_label] = ACTIONS(4307), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_if] = ACTIONS(4307), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_when] = ACTIONS(4307), - [anon_sym_try] = ACTIONS(4307), - [anon_sym_throw] = ACTIONS(4307), - [anon_sym_return] = ACTIONS(4307), - [anon_sym_continue] = ACTIONS(4307), - [anon_sym_break] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_PLUS_EQ] = ACTIONS(4309), - [anon_sym_DASH_EQ] = ACTIONS(4309), - [anon_sym_STAR_EQ] = ACTIONS(4309), - [anon_sym_SLASH_EQ] = ACTIONS(4309), - [anon_sym_PERCENT_EQ] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4307), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG] = ACTIONS(4307), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4309), - [anon_sym_continue_AT] = ACTIONS(4309), - [anon_sym_break_AT] = ACTIONS(4309), - [anon_sym_this_AT] = ACTIONS(4309), - [anon_sym_super_AT] = ACTIONS(4309), - [sym_real_literal] = ACTIONS(4309), - [sym_integer_literal] = ACTIONS(4307), - [sym_hex_literal] = ACTIONS(4309), - [sym_bin_literal] = ACTIONS(4309), - [anon_sym_true] = ACTIONS(4307), - [anon_sym_false] = ACTIONS(4307), - [anon_sym_SQUOTE] = ACTIONS(4309), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4309), + [2999] = { + [sym__alpha_identifier] = ACTIONS(4555), + [anon_sym_AT] = ACTIONS(4557), + [anon_sym_COLON] = ACTIONS(4555), + [anon_sym_LBRACK] = ACTIONS(4557), + [anon_sym_as] = ACTIONS(4555), + [anon_sym_EQ] = ACTIONS(4555), + [anon_sym_LBRACE] = ACTIONS(4557), + [anon_sym_RBRACE] = ACTIONS(4557), + [anon_sym_LPAREN] = ACTIONS(4557), + [anon_sym_COMMA] = ACTIONS(4557), + [anon_sym_LT] = ACTIONS(4555), + [anon_sym_GT] = ACTIONS(4555), + [anon_sym_where] = ACTIONS(4555), + [anon_sym_object] = ACTIONS(4555), + [anon_sym_fun] = ACTIONS(4555), + [anon_sym_DOT] = ACTIONS(4555), + [anon_sym_SEMI] = ACTIONS(4557), + [anon_sym_get] = ACTIONS(4555), + [anon_sym_set] = ACTIONS(4555), + [anon_sym_this] = ACTIONS(4555), + [anon_sym_super] = ACTIONS(4555), + [anon_sym_STAR] = ACTIONS(4555), + [sym_label] = ACTIONS(4555), + [anon_sym_in] = ACTIONS(4555), + [anon_sym_DOT_DOT] = ACTIONS(4557), + [anon_sym_QMARK_COLON] = ACTIONS(4557), + [anon_sym_AMP_AMP] = ACTIONS(4557), + [anon_sym_PIPE_PIPE] = ACTIONS(4557), + [anon_sym_null] = ACTIONS(4555), + [anon_sym_if] = ACTIONS(4555), + [anon_sym_else] = ACTIONS(4555), + [anon_sym_when] = ACTIONS(4555), + [anon_sym_try] = ACTIONS(4555), + [anon_sym_throw] = ACTIONS(4555), + [anon_sym_return] = ACTIONS(4555), + [anon_sym_continue] = ACTIONS(4555), + [anon_sym_break] = ACTIONS(4555), + [anon_sym_COLON_COLON] = ACTIONS(4557), + [anon_sym_PLUS_EQ] = ACTIONS(4557), + [anon_sym_DASH_EQ] = ACTIONS(4557), + [anon_sym_STAR_EQ] = ACTIONS(4557), + [anon_sym_SLASH_EQ] = ACTIONS(4557), + [anon_sym_PERCENT_EQ] = ACTIONS(4557), + [anon_sym_BANG_EQ] = ACTIONS(4555), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4557), + [anon_sym_EQ_EQ] = ACTIONS(4555), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4557), + [anon_sym_LT_EQ] = ACTIONS(4557), + [anon_sym_GT_EQ] = ACTIONS(4557), + [anon_sym_BANGin] = ACTIONS(4557), + [anon_sym_is] = ACTIONS(4555), + [anon_sym_BANGis] = ACTIONS(4557), + [anon_sym_PLUS] = ACTIONS(4555), + [anon_sym_DASH] = ACTIONS(4555), + [anon_sym_SLASH] = ACTIONS(4555), + [anon_sym_PERCENT] = ACTIONS(4555), + [anon_sym_as_QMARK] = ACTIONS(4557), + [anon_sym_PLUS_PLUS] = ACTIONS(4557), + [anon_sym_DASH_DASH] = ACTIONS(4557), + [anon_sym_BANG] = ACTIONS(4555), + [anon_sym_BANG_BANG] = ACTIONS(4557), + [anon_sym_data] = ACTIONS(4555), + [anon_sym_inner] = ACTIONS(4555), + [anon_sym_value] = ACTIONS(4555), + [anon_sym_expect] = ACTIONS(4555), + [anon_sym_actual] = ACTIONS(4555), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4557), + [anon_sym_continue_AT] = ACTIONS(4557), + [anon_sym_break_AT] = ACTIONS(4557), + [anon_sym_this_AT] = ACTIONS(4557), + [anon_sym_super_AT] = ACTIONS(4557), + [sym_real_literal] = ACTIONS(4557), + [sym_integer_literal] = ACTIONS(4555), + [sym_hex_literal] = ACTIONS(4557), + [sym_bin_literal] = ACTIONS(4557), + [anon_sym_true] = ACTIONS(4555), + [anon_sym_false] = ACTIONS(4555), + [anon_sym_SQUOTE] = ACTIONS(4557), + [sym__backtick_identifier] = ACTIONS(4557), + [sym__automatic_semicolon] = ACTIONS(4557), + [sym_safe_nav] = ACTIONS(4557), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4557), }, - [3068] = { - [sym_type_constraints] = STATE(3356), - [sym_enum_class_body] = STATE(3478), - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_RBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_RPAREN] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [anon_sym_DASH_GT] = ACTIONS(4361), - [sym_label] = ACTIONS(4361), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_while] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_suspend] = ACTIONS(4359), - [anon_sym_sealed] = ACTIONS(4359), - [anon_sym_annotation] = ACTIONS(4359), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_override] = ACTIONS(4359), - [anon_sym_lateinit] = ACTIONS(4359), - [anon_sym_public] = ACTIONS(4359), - [anon_sym_private] = ACTIONS(4359), - [anon_sym_internal] = ACTIONS(4359), - [anon_sym_protected] = ACTIONS(4359), - [anon_sym_tailrec] = ACTIONS(4359), - [anon_sym_operator] = ACTIONS(4359), - [anon_sym_infix] = ACTIONS(4359), - [anon_sym_inline] = ACTIONS(4359), - [anon_sym_external] = ACTIONS(4359), - [sym_property_modifier] = ACTIONS(4359), - [anon_sym_abstract] = ACTIONS(4359), - [anon_sym_final] = ACTIONS(4359), - [anon_sym_open] = ACTIONS(4359), - [anon_sym_vararg] = ACTIONS(4359), - [anon_sym_noinline] = ACTIONS(4359), - [anon_sym_crossinline] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), + [3000] = { + [sym_class_body] = STATE(3540), + [sym_type_constraints] = STATE(3307), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_COLON] = ACTIONS(6570), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_RBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_RPAREN] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [anon_sym_DASH_GT] = ACTIONS(4214), + [sym_label] = ACTIONS(4214), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_while] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), [sym_multiline_comment] = ACTIONS(3), }, - [3069] = { - [sym_value_arguments] = STATE(3531), - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_RBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_EQ] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_RPAREN] = ACTIONS(4507), - [anon_sym_by] = ACTIONS(6623), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4505), - [anon_sym_DASH_GT] = ACTIONS(4507), - [sym_label] = ACTIONS(4507), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_while] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_PLUS_EQ] = ACTIONS(4507), - [anon_sym_DASH_EQ] = ACTIONS(4507), - [anon_sym_STAR_EQ] = ACTIONS(4507), - [anon_sym_SLASH_EQ] = ACTIONS(4507), - [anon_sym_PERCENT_EQ] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_suspend] = ACTIONS(4505), - [anon_sym_sealed] = ACTIONS(4505), - [anon_sym_annotation] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_override] = ACTIONS(4505), - [anon_sym_lateinit] = ACTIONS(4505), - [anon_sym_public] = ACTIONS(4505), - [anon_sym_private] = ACTIONS(4505), - [anon_sym_internal] = ACTIONS(4505), - [anon_sym_protected] = ACTIONS(4505), - [anon_sym_tailrec] = ACTIONS(4505), - [anon_sym_operator] = ACTIONS(4505), - [anon_sym_infix] = ACTIONS(4505), - [anon_sym_inline] = ACTIONS(4505), - [anon_sym_external] = ACTIONS(4505), - [sym_property_modifier] = ACTIONS(4505), - [anon_sym_abstract] = ACTIONS(4505), - [anon_sym_final] = ACTIONS(4505), - [anon_sym_open] = ACTIONS(4505), - [anon_sym_vararg] = ACTIONS(4505), - [anon_sym_noinline] = ACTIONS(4505), - [anon_sym_crossinline] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), + [3001] = { + [sym_enum_class_body] = STATE(3249), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(4243), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), + }, + [3002] = { + [sym__alpha_identifier] = ACTIONS(4277), + [anon_sym_AT] = ACTIONS(4279), + [anon_sym_LBRACK] = ACTIONS(4279), + [anon_sym_RBRACK] = ACTIONS(4279), + [anon_sym_as] = ACTIONS(4277), + [anon_sym_EQ] = ACTIONS(4277), + [anon_sym_LBRACE] = ACTIONS(4279), + [anon_sym_RBRACE] = ACTIONS(4279), + [anon_sym_LPAREN] = ACTIONS(4279), + [anon_sym_COMMA] = ACTIONS(4279), + [anon_sym_RPAREN] = ACTIONS(4279), + [anon_sym_by] = ACTIONS(4277), + [anon_sym_LT] = ACTIONS(4277), + [anon_sym_GT] = ACTIONS(4277), + [anon_sym_where] = ACTIONS(4277), + [anon_sym_DOT] = ACTIONS(4277), + [anon_sym_SEMI] = ACTIONS(4279), + [anon_sym_get] = ACTIONS(4277), + [anon_sym_set] = ACTIONS(4277), + [anon_sym_AMP] = ACTIONS(4277), + [sym__quest] = ACTIONS(4277), + [anon_sym_STAR] = ACTIONS(4277), + [anon_sym_DASH_GT] = ACTIONS(4279), + [sym_label] = ACTIONS(4279), + [anon_sym_in] = ACTIONS(4277), + [anon_sym_while] = ACTIONS(4277), + [anon_sym_DOT_DOT] = ACTIONS(4279), + [anon_sym_QMARK_COLON] = ACTIONS(4279), + [anon_sym_AMP_AMP] = ACTIONS(4279), + [anon_sym_PIPE_PIPE] = ACTIONS(4279), + [anon_sym_else] = ACTIONS(4277), + [anon_sym_COLON_COLON] = ACTIONS(4279), + [anon_sym_PLUS_EQ] = ACTIONS(4279), + [anon_sym_DASH_EQ] = ACTIONS(4279), + [anon_sym_STAR_EQ] = ACTIONS(4279), + [anon_sym_SLASH_EQ] = ACTIONS(4279), + [anon_sym_PERCENT_EQ] = ACTIONS(4279), + [anon_sym_BANG_EQ] = ACTIONS(4277), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4279), + [anon_sym_EQ_EQ] = ACTIONS(4277), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4279), + [anon_sym_LT_EQ] = ACTIONS(4279), + [anon_sym_GT_EQ] = ACTIONS(4279), + [anon_sym_BANGin] = ACTIONS(4279), + [anon_sym_is] = ACTIONS(4277), + [anon_sym_BANGis] = ACTIONS(4279), + [anon_sym_PLUS] = ACTIONS(4277), + [anon_sym_DASH] = ACTIONS(4277), + [anon_sym_SLASH] = ACTIONS(4277), + [anon_sym_PERCENT] = ACTIONS(4277), + [anon_sym_as_QMARK] = ACTIONS(4279), + [anon_sym_PLUS_PLUS] = ACTIONS(4279), + [anon_sym_DASH_DASH] = ACTIONS(4279), + [anon_sym_BANG_BANG] = ACTIONS(4279), + [anon_sym_suspend] = ACTIONS(4277), + [anon_sym_sealed] = ACTIONS(4277), + [anon_sym_annotation] = ACTIONS(4277), + [anon_sym_data] = ACTIONS(4277), + [anon_sym_inner] = ACTIONS(4277), + [anon_sym_value] = ACTIONS(4277), + [anon_sym_override] = ACTIONS(4277), + [anon_sym_lateinit] = ACTIONS(4277), + [anon_sym_public] = ACTIONS(4277), + [anon_sym_private] = ACTIONS(4277), + [anon_sym_internal] = ACTIONS(4277), + [anon_sym_protected] = ACTIONS(4277), + [anon_sym_tailrec] = ACTIONS(4277), + [anon_sym_operator] = ACTIONS(4277), + [anon_sym_infix] = ACTIONS(4277), + [anon_sym_inline] = ACTIONS(4277), + [anon_sym_external] = ACTIONS(4277), + [sym_property_modifier] = ACTIONS(4277), + [anon_sym_abstract] = ACTIONS(4277), + [anon_sym_final] = ACTIONS(4277), + [anon_sym_open] = ACTIONS(4277), + [anon_sym_vararg] = ACTIONS(4277), + [anon_sym_noinline] = ACTIONS(4277), + [anon_sym_crossinline] = ACTIONS(4277), + [anon_sym_expect] = ACTIONS(4277), + [anon_sym_actual] = ACTIONS(4277), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4279), + [sym_safe_nav] = ACTIONS(4279), [sym_multiline_comment] = ACTIONS(3), }, - [3070] = { - [sym_class_body] = STATE(3543), - [sym_type_constraints] = STATE(3346), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_RBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_RPAREN] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [anon_sym_DASH_GT] = ACTIONS(4329), - [sym_label] = ACTIONS(4329), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_while] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), + [3003] = { + [sym__alpha_identifier] = ACTIONS(4559), + [anon_sym_AT] = ACTIONS(4561), + [anon_sym_COLON] = ACTIONS(4559), + [anon_sym_LBRACK] = ACTIONS(4561), + [anon_sym_as] = ACTIONS(4559), + [anon_sym_EQ] = ACTIONS(4559), + [anon_sym_LBRACE] = ACTIONS(4561), + [anon_sym_RBRACE] = ACTIONS(4561), + [anon_sym_LPAREN] = ACTIONS(4561), + [anon_sym_COMMA] = ACTIONS(4561), + [anon_sym_LT] = ACTIONS(4559), + [anon_sym_GT] = ACTIONS(4559), + [anon_sym_where] = ACTIONS(4559), + [anon_sym_object] = ACTIONS(4559), + [anon_sym_fun] = ACTIONS(4559), + [anon_sym_DOT] = ACTIONS(4559), + [anon_sym_SEMI] = ACTIONS(4561), + [anon_sym_get] = ACTIONS(4559), + [anon_sym_set] = ACTIONS(4559), + [anon_sym_this] = ACTIONS(4559), + [anon_sym_super] = ACTIONS(4559), + [anon_sym_STAR] = ACTIONS(4559), + [sym_label] = ACTIONS(4559), + [anon_sym_in] = ACTIONS(4559), + [anon_sym_DOT_DOT] = ACTIONS(4561), + [anon_sym_QMARK_COLON] = ACTIONS(4561), + [anon_sym_AMP_AMP] = ACTIONS(4561), + [anon_sym_PIPE_PIPE] = ACTIONS(4561), + [anon_sym_null] = ACTIONS(4559), + [anon_sym_if] = ACTIONS(4559), + [anon_sym_else] = ACTIONS(4559), + [anon_sym_when] = ACTIONS(4559), + [anon_sym_try] = ACTIONS(4559), + [anon_sym_throw] = ACTIONS(4559), + [anon_sym_return] = ACTIONS(4559), + [anon_sym_continue] = ACTIONS(4559), + [anon_sym_break] = ACTIONS(4559), + [anon_sym_COLON_COLON] = ACTIONS(4561), + [anon_sym_PLUS_EQ] = ACTIONS(4561), + [anon_sym_DASH_EQ] = ACTIONS(4561), + [anon_sym_STAR_EQ] = ACTIONS(4561), + [anon_sym_SLASH_EQ] = ACTIONS(4561), + [anon_sym_PERCENT_EQ] = ACTIONS(4561), + [anon_sym_BANG_EQ] = ACTIONS(4559), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4561), + [anon_sym_EQ_EQ] = ACTIONS(4559), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4561), + [anon_sym_LT_EQ] = ACTIONS(4561), + [anon_sym_GT_EQ] = ACTIONS(4561), + [anon_sym_BANGin] = ACTIONS(4561), + [anon_sym_is] = ACTIONS(4559), + [anon_sym_BANGis] = ACTIONS(4561), + [anon_sym_PLUS] = ACTIONS(4559), + [anon_sym_DASH] = ACTIONS(4559), + [anon_sym_SLASH] = ACTIONS(4559), + [anon_sym_PERCENT] = ACTIONS(4559), + [anon_sym_as_QMARK] = ACTIONS(4561), + [anon_sym_PLUS_PLUS] = ACTIONS(4561), + [anon_sym_DASH_DASH] = ACTIONS(4561), + [anon_sym_BANG] = ACTIONS(4559), + [anon_sym_BANG_BANG] = ACTIONS(4561), + [anon_sym_data] = ACTIONS(4559), + [anon_sym_inner] = ACTIONS(4559), + [anon_sym_value] = ACTIONS(4559), + [anon_sym_expect] = ACTIONS(4559), + [anon_sym_actual] = ACTIONS(4559), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), + [anon_sym_return_AT] = ACTIONS(4561), + [anon_sym_continue_AT] = ACTIONS(4561), + [anon_sym_break_AT] = ACTIONS(4561), + [anon_sym_this_AT] = ACTIONS(4561), + [anon_sym_super_AT] = ACTIONS(4561), + [sym_real_literal] = ACTIONS(4561), + [sym_integer_literal] = ACTIONS(4559), + [sym_hex_literal] = ACTIONS(4561), + [sym_bin_literal] = ACTIONS(4561), + [anon_sym_true] = ACTIONS(4559), + [anon_sym_false] = ACTIONS(4559), + [anon_sym_SQUOTE] = ACTIONS(4561), + [sym__backtick_identifier] = ACTIONS(4561), + [sym__automatic_semicolon] = ACTIONS(4561), + [sym_safe_nav] = ACTIONS(4561), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4561), }, - [3071] = { - [sym__alpha_identifier] = ACTIONS(4970), - [anon_sym_AT] = ACTIONS(4972), - [anon_sym_LBRACK] = ACTIONS(4972), - [anon_sym_as] = ACTIONS(4970), - [anon_sym_EQ] = ACTIONS(4970), - [anon_sym_LBRACE] = ACTIONS(4972), - [anon_sym_RBRACE] = ACTIONS(4972), - [anon_sym_LPAREN] = ACTIONS(4972), - [anon_sym_COMMA] = ACTIONS(4972), - [anon_sym_LT] = ACTIONS(4970), - [anon_sym_GT] = ACTIONS(4970), - [anon_sym_where] = ACTIONS(4970), - [anon_sym_object] = ACTIONS(4970), - [anon_sym_fun] = ACTIONS(4970), - [anon_sym_DOT] = ACTIONS(4970), - [anon_sym_SEMI] = ACTIONS(4972), - [anon_sym_get] = ACTIONS(4970), - [anon_sym_set] = ACTIONS(4970), - [anon_sym_this] = ACTIONS(4970), - [anon_sym_super] = ACTIONS(4970), - [anon_sym_STAR] = ACTIONS(4970), - [sym_label] = ACTIONS(4970), - [anon_sym_in] = ACTIONS(4970), - [anon_sym_DOT_DOT] = ACTIONS(4972), - [anon_sym_QMARK_COLON] = ACTIONS(4972), - [anon_sym_AMP_AMP] = ACTIONS(4972), - [anon_sym_PIPE_PIPE] = ACTIONS(4972), - [anon_sym_null] = ACTIONS(4970), - [anon_sym_if] = ACTIONS(4970), - [anon_sym_else] = ACTIONS(4970), - [anon_sym_when] = ACTIONS(4970), - [anon_sym_try] = ACTIONS(4970), - [anon_sym_throw] = ACTIONS(4970), - [anon_sym_return] = ACTIONS(4970), - [anon_sym_continue] = ACTIONS(4970), - [anon_sym_break] = ACTIONS(4970), - [anon_sym_COLON_COLON] = ACTIONS(4972), - [anon_sym_PLUS_EQ] = ACTIONS(4972), - [anon_sym_DASH_EQ] = ACTIONS(4972), - [anon_sym_STAR_EQ] = ACTIONS(4972), - [anon_sym_SLASH_EQ] = ACTIONS(4972), - [anon_sym_PERCENT_EQ] = ACTIONS(4972), - [anon_sym_BANG_EQ] = ACTIONS(4970), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4972), - [anon_sym_EQ_EQ] = ACTIONS(4970), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4972), - [anon_sym_LT_EQ] = ACTIONS(4972), - [anon_sym_GT_EQ] = ACTIONS(4972), - [anon_sym_BANGin] = ACTIONS(4972), - [anon_sym_is] = ACTIONS(4970), - [anon_sym_BANGis] = ACTIONS(4972), - [anon_sym_PLUS] = ACTIONS(4970), - [anon_sym_DASH] = ACTIONS(4970), - [anon_sym_SLASH] = ACTIONS(4970), - [anon_sym_PERCENT] = ACTIONS(4970), - [anon_sym_as_QMARK] = ACTIONS(4972), - [anon_sym_PLUS_PLUS] = ACTIONS(4972), - [anon_sym_DASH_DASH] = ACTIONS(4972), - [anon_sym_BANG] = ACTIONS(4970), - [anon_sym_BANG_BANG] = ACTIONS(4972), - [anon_sym_data] = ACTIONS(4970), - [anon_sym_inner] = ACTIONS(4970), - [anon_sym_value] = ACTIONS(4970), - [anon_sym_expect] = ACTIONS(4970), - [anon_sym_actual] = ACTIONS(4970), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4972), - [anon_sym_continue_AT] = ACTIONS(4972), - [anon_sym_break_AT] = ACTIONS(4972), - [anon_sym_this_AT] = ACTIONS(4972), - [anon_sym_super_AT] = ACTIONS(4972), - [sym_real_literal] = ACTIONS(4972), - [sym_integer_literal] = ACTIONS(4970), - [sym_hex_literal] = ACTIONS(4972), - [sym_bin_literal] = ACTIONS(4972), - [anon_sym_true] = ACTIONS(4970), - [anon_sym_false] = ACTIONS(4970), - [anon_sym_SQUOTE] = ACTIONS(4972), - [sym__backtick_identifier] = ACTIONS(4972), - [sym__automatic_semicolon] = ACTIONS(4972), - [sym_safe_nav] = ACTIONS(4972), + [3004] = { + [sym_annotated_lambda] = STATE(3991), + [sym_lambda_literal] = STATE(3834), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(4046), + [anon_sym_AT] = ACTIONS(4048), + [anon_sym_LBRACK] = ACTIONS(4048), + [anon_sym_as] = ACTIONS(4046), + [anon_sym_EQ] = ACTIONS(4046), + [anon_sym_LBRACE] = ACTIONS(4048), + [anon_sym_RBRACE] = ACTIONS(4048), + [anon_sym_LPAREN] = ACTIONS(4048), + [anon_sym_COMMA] = ACTIONS(4048), + [anon_sym_LT] = ACTIONS(4046), + [anon_sym_GT] = ACTIONS(4046), + [anon_sym_where] = ACTIONS(4046), + [anon_sym_DOT] = ACTIONS(4046), + [anon_sym_SEMI] = ACTIONS(4048), + [anon_sym_get] = ACTIONS(4046), + [anon_sym_set] = ACTIONS(4046), + [anon_sym_STAR] = ACTIONS(4046), + [sym_label] = ACTIONS(4048), + [anon_sym_in] = ACTIONS(4046), + [anon_sym_DOT_DOT] = ACTIONS(4048), + [anon_sym_QMARK_COLON] = ACTIONS(4048), + [anon_sym_AMP_AMP] = ACTIONS(4048), + [anon_sym_PIPE_PIPE] = ACTIONS(4048), + [anon_sym_else] = ACTIONS(4046), + [anon_sym_COLON_COLON] = ACTIONS(4048), + [anon_sym_PLUS_EQ] = ACTIONS(4048), + [anon_sym_DASH_EQ] = ACTIONS(4048), + [anon_sym_STAR_EQ] = ACTIONS(4048), + [anon_sym_SLASH_EQ] = ACTIONS(4048), + [anon_sym_PERCENT_EQ] = ACTIONS(4048), + [anon_sym_BANG_EQ] = ACTIONS(4046), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4048), + [anon_sym_EQ_EQ] = ACTIONS(4046), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4048), + [anon_sym_LT_EQ] = ACTIONS(4048), + [anon_sym_GT_EQ] = ACTIONS(4048), + [anon_sym_BANGin] = ACTIONS(4048), + [anon_sym_is] = ACTIONS(4046), + [anon_sym_BANGis] = ACTIONS(4048), + [anon_sym_PLUS] = ACTIONS(4046), + [anon_sym_DASH] = ACTIONS(4046), + [anon_sym_SLASH] = ACTIONS(4046), + [anon_sym_PERCENT] = ACTIONS(4046), + [anon_sym_as_QMARK] = ACTIONS(4048), + [anon_sym_PLUS_PLUS] = ACTIONS(4048), + [anon_sym_DASH_DASH] = ACTIONS(4048), + [anon_sym_BANG_BANG] = ACTIONS(4048), + [anon_sym_suspend] = ACTIONS(4046), + [anon_sym_sealed] = ACTIONS(4046), + [anon_sym_annotation] = ACTIONS(4046), + [anon_sym_data] = ACTIONS(4046), + [anon_sym_inner] = ACTIONS(4046), + [anon_sym_value] = ACTIONS(4046), + [anon_sym_override] = ACTIONS(4046), + [anon_sym_lateinit] = ACTIONS(4046), + [anon_sym_public] = ACTIONS(4046), + [anon_sym_private] = ACTIONS(4046), + [anon_sym_internal] = ACTIONS(4046), + [anon_sym_protected] = ACTIONS(4046), + [anon_sym_tailrec] = ACTIONS(4046), + [anon_sym_operator] = ACTIONS(4046), + [anon_sym_infix] = ACTIONS(4046), + [anon_sym_inline] = ACTIONS(4046), + [anon_sym_external] = ACTIONS(4046), + [sym_property_modifier] = ACTIONS(4046), + [anon_sym_abstract] = ACTIONS(4046), + [anon_sym_final] = ACTIONS(4046), + [anon_sym_open] = ACTIONS(4046), + [anon_sym_vararg] = ACTIONS(4046), + [anon_sym_noinline] = ACTIONS(4046), + [anon_sym_crossinline] = ACTIONS(4046), + [anon_sym_expect] = ACTIONS(4046), + [anon_sym_actual] = ACTIONS(4046), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4048), + [sym__automatic_semicolon] = ACTIONS(4048), + [sym_safe_nav] = ACTIONS(4048), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4972), }, - [3072] = { - [sym__alpha_identifier] = ACTIONS(4950), - [anon_sym_AT] = ACTIONS(4952), - [anon_sym_LBRACK] = ACTIONS(4952), - [anon_sym_as] = ACTIONS(4950), - [anon_sym_EQ] = ACTIONS(4950), - [anon_sym_LBRACE] = ACTIONS(4952), - [anon_sym_RBRACE] = ACTIONS(4952), - [anon_sym_LPAREN] = ACTIONS(4952), - [anon_sym_COMMA] = ACTIONS(4952), - [anon_sym_LT] = ACTIONS(4950), - [anon_sym_GT] = ACTIONS(4950), - [anon_sym_where] = ACTIONS(4950), - [anon_sym_object] = ACTIONS(4950), - [anon_sym_fun] = ACTIONS(4950), - [anon_sym_DOT] = ACTIONS(4950), - [anon_sym_SEMI] = ACTIONS(4952), - [anon_sym_get] = ACTIONS(4950), - [anon_sym_set] = ACTIONS(4950), - [anon_sym_this] = ACTIONS(4950), - [anon_sym_super] = ACTIONS(4950), - [anon_sym_STAR] = ACTIONS(4950), - [sym_label] = ACTIONS(4950), - [anon_sym_in] = ACTIONS(4950), - [anon_sym_DOT_DOT] = ACTIONS(4952), - [anon_sym_QMARK_COLON] = ACTIONS(4952), - [anon_sym_AMP_AMP] = ACTIONS(4952), - [anon_sym_PIPE_PIPE] = ACTIONS(4952), - [anon_sym_null] = ACTIONS(4950), - [anon_sym_if] = ACTIONS(4950), - [anon_sym_else] = ACTIONS(4950), - [anon_sym_when] = ACTIONS(4950), - [anon_sym_try] = ACTIONS(4950), - [anon_sym_throw] = ACTIONS(4950), - [anon_sym_return] = ACTIONS(4950), - [anon_sym_continue] = ACTIONS(4950), - [anon_sym_break] = ACTIONS(4950), - [anon_sym_COLON_COLON] = ACTIONS(4952), - [anon_sym_PLUS_EQ] = ACTIONS(4952), - [anon_sym_DASH_EQ] = ACTIONS(4952), - [anon_sym_STAR_EQ] = ACTIONS(4952), - [anon_sym_SLASH_EQ] = ACTIONS(4952), - [anon_sym_PERCENT_EQ] = ACTIONS(4952), - [anon_sym_BANG_EQ] = ACTIONS(4950), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4952), - [anon_sym_EQ_EQ] = ACTIONS(4950), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4952), - [anon_sym_LT_EQ] = ACTIONS(4952), - [anon_sym_GT_EQ] = ACTIONS(4952), - [anon_sym_BANGin] = ACTIONS(4952), - [anon_sym_is] = ACTIONS(4950), - [anon_sym_BANGis] = ACTIONS(4952), - [anon_sym_PLUS] = ACTIONS(4950), - [anon_sym_DASH] = ACTIONS(4950), - [anon_sym_SLASH] = ACTIONS(4950), - [anon_sym_PERCENT] = ACTIONS(4950), - [anon_sym_as_QMARK] = ACTIONS(4952), - [anon_sym_PLUS_PLUS] = ACTIONS(4952), - [anon_sym_DASH_DASH] = ACTIONS(4952), - [anon_sym_BANG] = ACTIONS(4950), - [anon_sym_BANG_BANG] = ACTIONS(4952), - [anon_sym_data] = ACTIONS(4950), - [anon_sym_inner] = ACTIONS(4950), - [anon_sym_value] = ACTIONS(4950), - [anon_sym_expect] = ACTIONS(4950), - [anon_sym_actual] = ACTIONS(4950), + [3005] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3005), + [sym__alpha_identifier] = ACTIONS(4677), + [anon_sym_AT] = ACTIONS(4679), + [anon_sym_LBRACK] = ACTIONS(4679), + [anon_sym_as] = ACTIONS(4677), + [anon_sym_EQ] = ACTIONS(4677), + [anon_sym_LBRACE] = ACTIONS(4679), + [anon_sym_RBRACE] = ACTIONS(4679), + [anon_sym_LPAREN] = ACTIONS(4679), + [anon_sym_COMMA] = ACTIONS(6572), + [anon_sym_LT] = ACTIONS(4677), + [anon_sym_GT] = ACTIONS(4677), + [anon_sym_where] = ACTIONS(4677), + [anon_sym_object] = ACTIONS(4677), + [anon_sym_fun] = ACTIONS(4677), + [anon_sym_DOT] = ACTIONS(4677), + [anon_sym_SEMI] = ACTIONS(4679), + [anon_sym_get] = ACTIONS(4677), + [anon_sym_set] = ACTIONS(4677), + [anon_sym_this] = ACTIONS(4677), + [anon_sym_super] = ACTIONS(4677), + [anon_sym_STAR] = ACTIONS(4677), + [sym_label] = ACTIONS(4677), + [anon_sym_in] = ACTIONS(4677), + [anon_sym_DOT_DOT] = ACTIONS(4679), + [anon_sym_QMARK_COLON] = ACTIONS(4679), + [anon_sym_AMP_AMP] = ACTIONS(4679), + [anon_sym_PIPE_PIPE] = ACTIONS(4679), + [anon_sym_null] = ACTIONS(4677), + [anon_sym_if] = ACTIONS(4677), + [anon_sym_else] = ACTIONS(4677), + [anon_sym_when] = ACTIONS(4677), + [anon_sym_try] = ACTIONS(4677), + [anon_sym_throw] = ACTIONS(4677), + [anon_sym_return] = ACTIONS(4677), + [anon_sym_continue] = ACTIONS(4677), + [anon_sym_break] = ACTIONS(4677), + [anon_sym_COLON_COLON] = ACTIONS(4679), + [anon_sym_PLUS_EQ] = ACTIONS(4679), + [anon_sym_DASH_EQ] = ACTIONS(4679), + [anon_sym_STAR_EQ] = ACTIONS(4679), + [anon_sym_SLASH_EQ] = ACTIONS(4679), + [anon_sym_PERCENT_EQ] = ACTIONS(4679), + [anon_sym_BANG_EQ] = ACTIONS(4677), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4679), + [anon_sym_EQ_EQ] = ACTIONS(4677), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4679), + [anon_sym_LT_EQ] = ACTIONS(4679), + [anon_sym_GT_EQ] = ACTIONS(4679), + [anon_sym_BANGin] = ACTIONS(4679), + [anon_sym_is] = ACTIONS(4677), + [anon_sym_BANGis] = ACTIONS(4679), + [anon_sym_PLUS] = ACTIONS(4677), + [anon_sym_DASH] = ACTIONS(4677), + [anon_sym_SLASH] = ACTIONS(4677), + [anon_sym_PERCENT] = ACTIONS(4677), + [anon_sym_as_QMARK] = ACTIONS(4679), + [anon_sym_PLUS_PLUS] = ACTIONS(4679), + [anon_sym_DASH_DASH] = ACTIONS(4679), + [anon_sym_BANG] = ACTIONS(4677), + [anon_sym_BANG_BANG] = ACTIONS(4679), + [anon_sym_data] = ACTIONS(4677), + [anon_sym_inner] = ACTIONS(4677), + [anon_sym_value] = ACTIONS(4677), + [anon_sym_expect] = ACTIONS(4677), + [anon_sym_actual] = ACTIONS(4677), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4679), + [anon_sym_continue_AT] = ACTIONS(4679), + [anon_sym_break_AT] = ACTIONS(4679), + [anon_sym_this_AT] = ACTIONS(4679), + [anon_sym_super_AT] = ACTIONS(4679), + [sym_real_literal] = ACTIONS(4679), + [sym_integer_literal] = ACTIONS(4677), + [sym_hex_literal] = ACTIONS(4679), + [sym_bin_literal] = ACTIONS(4679), + [anon_sym_true] = ACTIONS(4677), + [anon_sym_false] = ACTIONS(4677), + [anon_sym_SQUOTE] = ACTIONS(4679), + [sym__backtick_identifier] = ACTIONS(4679), + [sym__automatic_semicolon] = ACTIONS(4679), + [sym_safe_nav] = ACTIONS(4679), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4679), + }, + [3006] = { + [sym__alpha_identifier] = ACTIONS(4277), + [anon_sym_AT] = ACTIONS(4279), + [anon_sym_LBRACK] = ACTIONS(4279), + [anon_sym_EQ] = ACTIONS(4279), + [anon_sym_LBRACE] = ACTIONS(4279), + [anon_sym_RBRACE] = ACTIONS(4279), + [anon_sym_LPAREN] = ACTIONS(4279), + [anon_sym_COMMA] = ACTIONS(4279), + [anon_sym_by] = ACTIONS(4277), + [anon_sym_where] = ACTIONS(4277), + [anon_sym_object] = ACTIONS(4277), + [anon_sym_fun] = ACTIONS(4277), + [anon_sym_DOT] = ACTIONS(4277), + [anon_sym_SEMI] = ACTIONS(4279), + [anon_sym_get] = ACTIONS(4277), + [anon_sym_set] = ACTIONS(4277), + [anon_sym_this] = ACTIONS(4277), + [anon_sym_super] = ACTIONS(4277), + [anon_sym_AMP] = ACTIONS(4279), + [sym__quest] = ACTIONS(4279), + [anon_sym_STAR] = ACTIONS(4279), + [sym_label] = ACTIONS(4277), + [anon_sym_in] = ACTIONS(4277), + [anon_sym_null] = ACTIONS(4277), + [anon_sym_if] = ACTIONS(4277), + [anon_sym_else] = ACTIONS(4277), + [anon_sym_when] = ACTIONS(4277), + [anon_sym_try] = ACTIONS(4277), + [anon_sym_throw] = ACTIONS(4277), + [anon_sym_return] = ACTIONS(4277), + [anon_sym_continue] = ACTIONS(4277), + [anon_sym_break] = ACTIONS(4277), + [anon_sym_COLON_COLON] = ACTIONS(4279), + [anon_sym_BANGin] = ACTIONS(4279), + [anon_sym_is] = ACTIONS(4277), + [anon_sym_BANGis] = ACTIONS(4279), + [anon_sym_PLUS] = ACTIONS(4277), + [anon_sym_DASH] = ACTIONS(4277), + [anon_sym_PLUS_PLUS] = ACTIONS(4279), + [anon_sym_DASH_DASH] = ACTIONS(4279), + [anon_sym_BANG] = ACTIONS(4277), + [anon_sym_suspend] = ACTIONS(4277), + [anon_sym_sealed] = ACTIONS(4277), + [anon_sym_annotation] = ACTIONS(4277), + [anon_sym_data] = ACTIONS(4277), + [anon_sym_inner] = ACTIONS(4277), + [anon_sym_value] = ACTIONS(4277), + [anon_sym_override] = ACTIONS(4277), + [anon_sym_lateinit] = ACTIONS(4277), + [anon_sym_public] = ACTIONS(4277), + [anon_sym_private] = ACTIONS(4277), + [anon_sym_internal] = ACTIONS(4277), + [anon_sym_protected] = ACTIONS(4277), + [anon_sym_tailrec] = ACTIONS(4277), + [anon_sym_operator] = ACTIONS(4277), + [anon_sym_infix] = ACTIONS(4277), + [anon_sym_inline] = ACTIONS(4277), + [anon_sym_external] = ACTIONS(4277), + [sym_property_modifier] = ACTIONS(4277), + [anon_sym_abstract] = ACTIONS(4277), + [anon_sym_final] = ACTIONS(4277), + [anon_sym_open] = ACTIONS(4277), + [anon_sym_vararg] = ACTIONS(4277), + [anon_sym_noinline] = ACTIONS(4277), + [anon_sym_crossinline] = ACTIONS(4277), + [anon_sym_expect] = ACTIONS(4277), + [anon_sym_actual] = ACTIONS(4277), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4279), + [anon_sym_continue_AT] = ACTIONS(4279), + [anon_sym_break_AT] = ACTIONS(4279), + [anon_sym_this_AT] = ACTIONS(4279), + [anon_sym_super_AT] = ACTIONS(4279), + [sym_real_literal] = ACTIONS(4279), + [sym_integer_literal] = ACTIONS(4277), + [sym_hex_literal] = ACTIONS(4279), + [sym_bin_literal] = ACTIONS(4279), + [anon_sym_true] = ACTIONS(4277), + [anon_sym_false] = ACTIONS(4277), + [anon_sym_SQUOTE] = ACTIONS(4279), + [sym__backtick_identifier] = ACTIONS(4279), + [sym__automatic_semicolon] = ACTIONS(4279), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4279), + }, + [3007] = { + [sym__alpha_identifier] = ACTIONS(4186), + [anon_sym_AT] = ACTIONS(4188), + [anon_sym_LBRACK] = ACTIONS(4188), + [anon_sym_EQ] = ACTIONS(4188), + [anon_sym_LBRACE] = ACTIONS(4188), + [anon_sym_RBRACE] = ACTIONS(4188), + [anon_sym_LPAREN] = ACTIONS(4188), + [anon_sym_COMMA] = ACTIONS(4188), + [anon_sym_by] = ACTIONS(4186), + [anon_sym_where] = ACTIONS(4186), + [anon_sym_object] = ACTIONS(4186), + [anon_sym_fun] = ACTIONS(4186), + [anon_sym_DOT] = ACTIONS(4186), + [anon_sym_SEMI] = ACTIONS(4188), + [anon_sym_get] = ACTIONS(4186), + [anon_sym_set] = ACTIONS(4186), + [anon_sym_this] = ACTIONS(4186), + [anon_sym_super] = ACTIONS(4186), + [anon_sym_AMP] = ACTIONS(4188), + [sym__quest] = ACTIONS(4188), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4186), + [anon_sym_in] = ACTIONS(4186), + [anon_sym_null] = ACTIONS(4186), + [anon_sym_if] = ACTIONS(4186), + [anon_sym_else] = ACTIONS(4186), + [anon_sym_when] = ACTIONS(4186), + [anon_sym_try] = ACTIONS(4186), + [anon_sym_throw] = ACTIONS(4186), + [anon_sym_return] = ACTIONS(4186), + [anon_sym_continue] = ACTIONS(4186), + [anon_sym_break] = ACTIONS(4186), + [anon_sym_COLON_COLON] = ACTIONS(4188), + [anon_sym_BANGin] = ACTIONS(4188), + [anon_sym_is] = ACTIONS(4186), + [anon_sym_BANGis] = ACTIONS(4188), + [anon_sym_PLUS] = ACTIONS(4186), + [anon_sym_DASH] = ACTIONS(4186), + [anon_sym_PLUS_PLUS] = ACTIONS(4188), + [anon_sym_DASH_DASH] = ACTIONS(4188), + [anon_sym_BANG] = ACTIONS(4186), + [anon_sym_suspend] = ACTIONS(4186), + [anon_sym_sealed] = ACTIONS(4186), + [anon_sym_annotation] = ACTIONS(4186), + [anon_sym_data] = ACTIONS(4186), + [anon_sym_inner] = ACTIONS(4186), + [anon_sym_value] = ACTIONS(4186), + [anon_sym_override] = ACTIONS(4186), + [anon_sym_lateinit] = ACTIONS(4186), + [anon_sym_public] = ACTIONS(4186), + [anon_sym_private] = ACTIONS(4186), + [anon_sym_internal] = ACTIONS(4186), + [anon_sym_protected] = ACTIONS(4186), + [anon_sym_tailrec] = ACTIONS(4186), + [anon_sym_operator] = ACTIONS(4186), + [anon_sym_infix] = ACTIONS(4186), + [anon_sym_inline] = ACTIONS(4186), + [anon_sym_external] = ACTIONS(4186), + [sym_property_modifier] = ACTIONS(4186), + [anon_sym_abstract] = ACTIONS(4186), + [anon_sym_final] = ACTIONS(4186), + [anon_sym_open] = ACTIONS(4186), + [anon_sym_vararg] = ACTIONS(4186), + [anon_sym_noinline] = ACTIONS(4186), + [anon_sym_crossinline] = ACTIONS(4186), + [anon_sym_expect] = ACTIONS(4186), + [anon_sym_actual] = ACTIONS(4186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4188), + [anon_sym_continue_AT] = ACTIONS(4188), + [anon_sym_break_AT] = ACTIONS(4188), + [anon_sym_this_AT] = ACTIONS(4188), + [anon_sym_super_AT] = ACTIONS(4188), + [sym_real_literal] = ACTIONS(4188), + [sym_integer_literal] = ACTIONS(4186), + [sym_hex_literal] = ACTIONS(4188), + [sym_bin_literal] = ACTIONS(4188), + [anon_sym_true] = ACTIONS(4186), + [anon_sym_false] = ACTIONS(4186), + [anon_sym_SQUOTE] = ACTIONS(4188), + [sym__backtick_identifier] = ACTIONS(4188), + [sym__automatic_semicolon] = ACTIONS(4188), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4188), + }, + [3008] = { + [sym_class_body] = STATE(3562), + [sym_type_constraints] = STATE(3300), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_COLON] = ACTIONS(5634), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_RBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_RPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [anon_sym_DASH_GT] = ACTIONS(3294), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_while] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3290), + [anon_sym_sealed] = ACTIONS(3290), + [anon_sym_annotation] = ACTIONS(3290), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_override] = ACTIONS(3290), + [anon_sym_lateinit] = ACTIONS(3290), + [anon_sym_public] = ACTIONS(3290), + [anon_sym_private] = ACTIONS(3290), + [anon_sym_internal] = ACTIONS(3290), + [anon_sym_protected] = ACTIONS(3290), + [anon_sym_tailrec] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_infix] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_external] = ACTIONS(3290), + [sym_property_modifier] = ACTIONS(3290), + [anon_sym_abstract] = ACTIONS(3290), + [anon_sym_final] = ACTIONS(3290), + [anon_sym_open] = ACTIONS(3290), + [anon_sym_vararg] = ACTIONS(3290), + [anon_sym_noinline] = ACTIONS(3290), + [anon_sym_crossinline] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + }, + [3009] = { + [sym_enum_class_body] = STATE(3196), + [sym__alpha_identifier] = ACTIONS(4489), + [anon_sym_AT] = ACTIONS(4491), + [anon_sym_LBRACK] = ACTIONS(4491), + [anon_sym_as] = ACTIONS(4489), + [anon_sym_EQ] = ACTIONS(4489), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(4491), + [anon_sym_LPAREN] = ACTIONS(4491), + [anon_sym_COMMA] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4489), + [anon_sym_GT] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(4489), + [anon_sym_object] = ACTIONS(4489), + [anon_sym_fun] = ACTIONS(4489), + [anon_sym_DOT] = ACTIONS(4489), + [anon_sym_SEMI] = ACTIONS(4491), + [anon_sym_get] = ACTIONS(4489), + [anon_sym_set] = ACTIONS(4489), + [anon_sym_this] = ACTIONS(4489), + [anon_sym_super] = ACTIONS(4489), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4489), + [anon_sym_in] = ACTIONS(4489), + [anon_sym_DOT_DOT] = ACTIONS(4491), + [anon_sym_QMARK_COLON] = ACTIONS(4491), + [anon_sym_AMP_AMP] = ACTIONS(4491), + [anon_sym_PIPE_PIPE] = ACTIONS(4491), + [anon_sym_null] = ACTIONS(4489), + [anon_sym_if] = ACTIONS(4489), + [anon_sym_else] = ACTIONS(4489), + [anon_sym_when] = ACTIONS(4489), + [anon_sym_try] = ACTIONS(4489), + [anon_sym_throw] = ACTIONS(4489), + [anon_sym_return] = ACTIONS(4489), + [anon_sym_continue] = ACTIONS(4489), + [anon_sym_break] = ACTIONS(4489), + [anon_sym_COLON_COLON] = ACTIONS(4491), + [anon_sym_PLUS_EQ] = ACTIONS(4491), + [anon_sym_DASH_EQ] = ACTIONS(4491), + [anon_sym_STAR_EQ] = ACTIONS(4491), + [anon_sym_SLASH_EQ] = ACTIONS(4491), + [anon_sym_PERCENT_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4491), + [anon_sym_LT_EQ] = ACTIONS(4491), + [anon_sym_GT_EQ] = ACTIONS(4491), + [anon_sym_BANGin] = ACTIONS(4491), + [anon_sym_is] = ACTIONS(4489), + [anon_sym_BANGis] = ACTIONS(4491), + [anon_sym_PLUS] = ACTIONS(4489), + [anon_sym_DASH] = ACTIONS(4489), + [anon_sym_SLASH] = ACTIONS(4489), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4491), + [anon_sym_DASH_DASH] = ACTIONS(4491), + [anon_sym_BANG] = ACTIONS(4489), + [anon_sym_BANG_BANG] = ACTIONS(4491), + [anon_sym_data] = ACTIONS(4489), + [anon_sym_inner] = ACTIONS(4489), + [anon_sym_value] = ACTIONS(4489), + [anon_sym_expect] = ACTIONS(4489), + [anon_sym_actual] = ACTIONS(4489), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4952), - [anon_sym_continue_AT] = ACTIONS(4952), - [anon_sym_break_AT] = ACTIONS(4952), - [anon_sym_this_AT] = ACTIONS(4952), - [anon_sym_super_AT] = ACTIONS(4952), - [sym_real_literal] = ACTIONS(4952), - [sym_integer_literal] = ACTIONS(4950), - [sym_hex_literal] = ACTIONS(4952), - [sym_bin_literal] = ACTIONS(4952), - [anon_sym_true] = ACTIONS(4950), - [anon_sym_false] = ACTIONS(4950), - [anon_sym_SQUOTE] = ACTIONS(4952), - [sym__backtick_identifier] = ACTIONS(4952), - [sym__automatic_semicolon] = ACTIONS(4952), - [sym_safe_nav] = ACTIONS(4952), + [anon_sym_return_AT] = ACTIONS(4491), + [anon_sym_continue_AT] = ACTIONS(4491), + [anon_sym_break_AT] = ACTIONS(4491), + [anon_sym_this_AT] = ACTIONS(4491), + [anon_sym_super_AT] = ACTIONS(4491), + [sym_real_literal] = ACTIONS(4491), + [sym_integer_literal] = ACTIONS(4489), + [sym_hex_literal] = ACTIONS(4491), + [sym_bin_literal] = ACTIONS(4491), + [anon_sym_true] = ACTIONS(4489), + [anon_sym_false] = ACTIONS(4489), + [anon_sym_SQUOTE] = ACTIONS(4491), + [sym__backtick_identifier] = ACTIONS(4491), + [sym__automatic_semicolon] = ACTIONS(4491), + [sym_safe_nav] = ACTIONS(4491), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4952), + [sym__string_start] = ACTIONS(4491), }, - [3073] = { - [sym__alpha_identifier] = ACTIONS(5020), - [anon_sym_AT] = ACTIONS(5022), - [anon_sym_LBRACK] = ACTIONS(5022), - [anon_sym_as] = ACTIONS(5020), - [anon_sym_EQ] = ACTIONS(5020), - [anon_sym_LBRACE] = ACTIONS(5022), - [anon_sym_RBRACE] = ACTIONS(5022), - [anon_sym_LPAREN] = ACTIONS(5022), - [anon_sym_COMMA] = ACTIONS(5022), - [anon_sym_LT] = ACTIONS(5020), - [anon_sym_GT] = ACTIONS(5020), - [anon_sym_where] = ACTIONS(5020), - [anon_sym_object] = ACTIONS(5020), - [anon_sym_fun] = ACTIONS(5020), - [anon_sym_DOT] = ACTIONS(5020), - [anon_sym_SEMI] = ACTIONS(5022), - [anon_sym_get] = ACTIONS(5020), - [anon_sym_set] = ACTIONS(5020), - [anon_sym_this] = ACTIONS(5020), - [anon_sym_super] = ACTIONS(5020), - [anon_sym_STAR] = ACTIONS(5020), - [sym_label] = ACTIONS(5020), - [anon_sym_in] = ACTIONS(5020), - [anon_sym_DOT_DOT] = ACTIONS(5022), - [anon_sym_QMARK_COLON] = ACTIONS(5022), - [anon_sym_AMP_AMP] = ACTIONS(5022), - [anon_sym_PIPE_PIPE] = ACTIONS(5022), - [anon_sym_null] = ACTIONS(5020), - [anon_sym_if] = ACTIONS(5020), - [anon_sym_else] = ACTIONS(5020), - [anon_sym_when] = ACTIONS(5020), - [anon_sym_try] = ACTIONS(5020), - [anon_sym_throw] = ACTIONS(5020), - [anon_sym_return] = ACTIONS(5020), - [anon_sym_continue] = ACTIONS(5020), - [anon_sym_break] = ACTIONS(5020), - [anon_sym_COLON_COLON] = ACTIONS(5022), - [anon_sym_PLUS_EQ] = ACTIONS(5022), - [anon_sym_DASH_EQ] = ACTIONS(5022), - [anon_sym_STAR_EQ] = ACTIONS(5022), - [anon_sym_SLASH_EQ] = ACTIONS(5022), - [anon_sym_PERCENT_EQ] = ACTIONS(5022), - [anon_sym_BANG_EQ] = ACTIONS(5020), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5022), - [anon_sym_EQ_EQ] = ACTIONS(5020), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5022), - [anon_sym_LT_EQ] = ACTIONS(5022), - [anon_sym_GT_EQ] = ACTIONS(5022), - [anon_sym_BANGin] = ACTIONS(5022), - [anon_sym_is] = ACTIONS(5020), - [anon_sym_BANGis] = ACTIONS(5022), - [anon_sym_PLUS] = ACTIONS(5020), - [anon_sym_DASH] = ACTIONS(5020), - [anon_sym_SLASH] = ACTIONS(5020), - [anon_sym_PERCENT] = ACTIONS(5020), - [anon_sym_as_QMARK] = ACTIONS(5022), - [anon_sym_PLUS_PLUS] = ACTIONS(5022), - [anon_sym_DASH_DASH] = ACTIONS(5022), - [anon_sym_BANG] = ACTIONS(5020), - [anon_sym_BANG_BANG] = ACTIONS(5022), - [anon_sym_data] = ACTIONS(5020), - [anon_sym_inner] = ACTIONS(5020), - [anon_sym_value] = ACTIONS(5020), - [anon_sym_expect] = ACTIONS(5020), - [anon_sym_actual] = ACTIONS(5020), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5022), - [anon_sym_continue_AT] = ACTIONS(5022), - [anon_sym_break_AT] = ACTIONS(5022), - [anon_sym_this_AT] = ACTIONS(5022), - [anon_sym_super_AT] = ACTIONS(5022), - [sym_real_literal] = ACTIONS(5022), - [sym_integer_literal] = ACTIONS(5020), - [sym_hex_literal] = ACTIONS(5022), - [sym_bin_literal] = ACTIONS(5022), - [anon_sym_true] = ACTIONS(5020), - [anon_sym_false] = ACTIONS(5020), - [anon_sym_SQUOTE] = ACTIONS(5022), - [sym__backtick_identifier] = ACTIONS(5022), - [sym__automatic_semicolon] = ACTIONS(5022), - [sym_safe_nav] = ACTIONS(5022), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5022), + [3010] = { + [sym_function_body] = STATE(3112), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4206), + [anon_sym_AT] = ACTIONS(4208), + [anon_sym_COLON] = ACTIONS(6575), + [anon_sym_LBRACK] = ACTIONS(4208), + [anon_sym_as] = ACTIONS(4206), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4208), + [anon_sym_LPAREN] = ACTIONS(4208), + [anon_sym_LT] = ACTIONS(4206), + [anon_sym_GT] = ACTIONS(4206), + [anon_sym_object] = ACTIONS(4206), + [anon_sym_fun] = ACTIONS(4206), + [anon_sym_DOT] = ACTIONS(4206), + [anon_sym_SEMI] = ACTIONS(4208), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4206), + [anon_sym_this] = ACTIONS(4206), + [anon_sym_super] = ACTIONS(4206), + [anon_sym_STAR] = ACTIONS(4206), + [sym_label] = ACTIONS(4206), + [anon_sym_in] = ACTIONS(4206), + [anon_sym_DOT_DOT] = ACTIONS(4208), + [anon_sym_QMARK_COLON] = ACTIONS(4208), + [anon_sym_AMP_AMP] = ACTIONS(4208), + [anon_sym_PIPE_PIPE] = ACTIONS(4208), + [anon_sym_null] = ACTIONS(4206), + [anon_sym_if] = ACTIONS(4206), + [anon_sym_else] = ACTIONS(4206), + [anon_sym_when] = ACTIONS(4206), + [anon_sym_try] = ACTIONS(4206), + [anon_sym_throw] = ACTIONS(4206), + [anon_sym_return] = ACTIONS(4206), + [anon_sym_continue] = ACTIONS(4206), + [anon_sym_break] = ACTIONS(4206), + [anon_sym_COLON_COLON] = ACTIONS(4208), + [anon_sym_PLUS_EQ] = ACTIONS(4208), + [anon_sym_DASH_EQ] = ACTIONS(4208), + [anon_sym_STAR_EQ] = ACTIONS(4208), + [anon_sym_SLASH_EQ] = ACTIONS(4208), + [anon_sym_PERCENT_EQ] = ACTIONS(4208), + [anon_sym_BANG_EQ] = ACTIONS(4206), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4208), + [anon_sym_EQ_EQ] = ACTIONS(4206), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4208), + [anon_sym_LT_EQ] = ACTIONS(4208), + [anon_sym_GT_EQ] = ACTIONS(4208), + [anon_sym_BANGin] = ACTIONS(4208), + [anon_sym_is] = ACTIONS(4206), + [anon_sym_BANGis] = ACTIONS(4208), + [anon_sym_PLUS] = ACTIONS(4206), + [anon_sym_DASH] = ACTIONS(4206), + [anon_sym_SLASH] = ACTIONS(4206), + [anon_sym_PERCENT] = ACTIONS(4206), + [anon_sym_as_QMARK] = ACTIONS(4208), + [anon_sym_PLUS_PLUS] = ACTIONS(4208), + [anon_sym_DASH_DASH] = ACTIONS(4208), + [anon_sym_BANG] = ACTIONS(4206), + [anon_sym_BANG_BANG] = ACTIONS(4208), + [anon_sym_data] = ACTIONS(4206), + [anon_sym_inner] = ACTIONS(4206), + [anon_sym_value] = ACTIONS(4206), + [anon_sym_expect] = ACTIONS(4206), + [anon_sym_actual] = ACTIONS(4206), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4208), + [anon_sym_continue_AT] = ACTIONS(4208), + [anon_sym_break_AT] = ACTIONS(4208), + [anon_sym_this_AT] = ACTIONS(4208), + [anon_sym_super_AT] = ACTIONS(4208), + [sym_real_literal] = ACTIONS(4208), + [sym_integer_literal] = ACTIONS(4206), + [sym_hex_literal] = ACTIONS(4208), + [sym_bin_literal] = ACTIONS(4208), + [anon_sym_true] = ACTIONS(4206), + [anon_sym_false] = ACTIONS(4206), + [anon_sym_SQUOTE] = ACTIONS(4208), + [sym__backtick_identifier] = ACTIONS(4208), + [sym__automatic_semicolon] = ACTIONS(4208), + [sym_safe_nav] = ACTIONS(4208), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4208), }, - [3074] = { - [sym__alpha_identifier] = ACTIONS(5024), - [anon_sym_AT] = ACTIONS(5026), - [anon_sym_LBRACK] = ACTIONS(5026), - [anon_sym_as] = ACTIONS(5024), - [anon_sym_EQ] = ACTIONS(5024), - [anon_sym_LBRACE] = ACTIONS(5026), - [anon_sym_RBRACE] = ACTIONS(5026), - [anon_sym_LPAREN] = ACTIONS(5026), - [anon_sym_COMMA] = ACTIONS(5026), - [anon_sym_LT] = ACTIONS(5024), - [anon_sym_GT] = ACTIONS(5024), - [anon_sym_where] = ACTIONS(5024), - [anon_sym_object] = ACTIONS(5024), - [anon_sym_fun] = ACTIONS(5024), - [anon_sym_DOT] = ACTIONS(5024), - [anon_sym_SEMI] = ACTIONS(5026), - [anon_sym_get] = ACTIONS(5024), - [anon_sym_set] = ACTIONS(5024), - [anon_sym_this] = ACTIONS(5024), - [anon_sym_super] = ACTIONS(5024), - [anon_sym_STAR] = ACTIONS(5024), - [sym_label] = ACTIONS(5024), - [anon_sym_in] = ACTIONS(5024), - [anon_sym_DOT_DOT] = ACTIONS(5026), - [anon_sym_QMARK_COLON] = ACTIONS(5026), - [anon_sym_AMP_AMP] = ACTIONS(5026), - [anon_sym_PIPE_PIPE] = ACTIONS(5026), - [anon_sym_null] = ACTIONS(5024), - [anon_sym_if] = ACTIONS(5024), - [anon_sym_else] = ACTIONS(5024), - [anon_sym_when] = ACTIONS(5024), - [anon_sym_try] = ACTIONS(5024), - [anon_sym_throw] = ACTIONS(5024), - [anon_sym_return] = ACTIONS(5024), - [anon_sym_continue] = ACTIONS(5024), - [anon_sym_break] = ACTIONS(5024), - [anon_sym_COLON_COLON] = ACTIONS(6625), - [anon_sym_PLUS_EQ] = ACTIONS(5026), - [anon_sym_DASH_EQ] = ACTIONS(5026), - [anon_sym_STAR_EQ] = ACTIONS(5026), - [anon_sym_SLASH_EQ] = ACTIONS(5026), - [anon_sym_PERCENT_EQ] = ACTIONS(5026), - [anon_sym_BANG_EQ] = ACTIONS(5024), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5026), - [anon_sym_EQ_EQ] = ACTIONS(5024), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5026), - [anon_sym_LT_EQ] = ACTIONS(5026), - [anon_sym_GT_EQ] = ACTIONS(5026), - [anon_sym_BANGin] = ACTIONS(5026), - [anon_sym_is] = ACTIONS(5024), - [anon_sym_BANGis] = ACTIONS(5026), - [anon_sym_PLUS] = ACTIONS(5024), - [anon_sym_DASH] = ACTIONS(5024), - [anon_sym_SLASH] = ACTIONS(5024), - [anon_sym_PERCENT] = ACTIONS(5024), - [anon_sym_as_QMARK] = ACTIONS(5026), - [anon_sym_PLUS_PLUS] = ACTIONS(5026), - [anon_sym_DASH_DASH] = ACTIONS(5026), - [anon_sym_BANG] = ACTIONS(5024), - [anon_sym_BANG_BANG] = ACTIONS(5026), - [anon_sym_data] = ACTIONS(5024), - [anon_sym_inner] = ACTIONS(5024), - [anon_sym_value] = ACTIONS(5024), - [anon_sym_expect] = ACTIONS(5024), - [anon_sym_actual] = ACTIONS(5024), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5026), - [anon_sym_continue_AT] = ACTIONS(5026), - [anon_sym_break_AT] = ACTIONS(5026), - [anon_sym_this_AT] = ACTIONS(5026), - [anon_sym_super_AT] = ACTIONS(5026), - [sym_real_literal] = ACTIONS(5026), - [sym_integer_literal] = ACTIONS(5024), - [sym_hex_literal] = ACTIONS(5026), - [sym_bin_literal] = ACTIONS(5026), - [anon_sym_true] = ACTIONS(5024), - [anon_sym_false] = ACTIONS(5024), - [anon_sym_SQUOTE] = ACTIONS(5026), - [sym__backtick_identifier] = ACTIONS(5026), - [sym__automatic_semicolon] = ACTIONS(5026), - [sym_safe_nav] = ACTIONS(5026), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5026), + [3011] = { + [sym_class_body] = STATE(3249), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(4243), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), }, - [3075] = { - [sym_catch_block] = STATE(3347), - [sym_finally_block] = STATE(3912), - [aux_sym_try_expression_repeat1] = STATE(3347), - [sym__alpha_identifier] = ACTIONS(4094), - [anon_sym_AT] = ACTIONS(4096), - [anon_sym_LBRACK] = ACTIONS(4096), - [anon_sym_as] = ACTIONS(4094), - [anon_sym_EQ] = ACTIONS(4094), - [anon_sym_LBRACE] = ACTIONS(4096), - [anon_sym_RBRACE] = ACTIONS(4096), - [anon_sym_LPAREN] = ACTIONS(4096), - [anon_sym_COMMA] = ACTIONS(4096), - [anon_sym_LT] = ACTIONS(4094), - [anon_sym_GT] = ACTIONS(4094), - [anon_sym_where] = ACTIONS(4094), - [anon_sym_DOT] = ACTIONS(4094), - [anon_sym_SEMI] = ACTIONS(4096), - [anon_sym_get] = ACTIONS(4094), - [anon_sym_set] = ACTIONS(4094), - [anon_sym_STAR] = ACTIONS(4094), - [sym_label] = ACTIONS(4096), - [anon_sym_in] = ACTIONS(4094), - [anon_sym_DOT_DOT] = ACTIONS(4096), - [anon_sym_QMARK_COLON] = ACTIONS(4096), - [anon_sym_AMP_AMP] = ACTIONS(4096), - [anon_sym_PIPE_PIPE] = ACTIONS(4096), - [anon_sym_else] = ACTIONS(4094), - [anon_sym_catch] = ACTIONS(6628), - [anon_sym_finally] = ACTIONS(6630), - [anon_sym_COLON_COLON] = ACTIONS(4096), - [anon_sym_PLUS_EQ] = ACTIONS(4096), - [anon_sym_DASH_EQ] = ACTIONS(4096), - [anon_sym_STAR_EQ] = ACTIONS(4096), - [anon_sym_SLASH_EQ] = ACTIONS(4096), - [anon_sym_PERCENT_EQ] = ACTIONS(4096), - [anon_sym_BANG_EQ] = ACTIONS(4094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4096), - [anon_sym_EQ_EQ] = ACTIONS(4094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4096), - [anon_sym_LT_EQ] = ACTIONS(4096), - [anon_sym_GT_EQ] = ACTIONS(4096), - [anon_sym_BANGin] = ACTIONS(4096), - [anon_sym_is] = ACTIONS(4094), - [anon_sym_BANGis] = ACTIONS(4096), - [anon_sym_PLUS] = ACTIONS(4094), - [anon_sym_DASH] = ACTIONS(4094), - [anon_sym_SLASH] = ACTIONS(4094), - [anon_sym_PERCENT] = ACTIONS(4094), - [anon_sym_as_QMARK] = ACTIONS(4096), - [anon_sym_PLUS_PLUS] = ACTIONS(4096), - [anon_sym_DASH_DASH] = ACTIONS(4096), - [anon_sym_BANG_BANG] = ACTIONS(4096), - [anon_sym_suspend] = ACTIONS(4094), - [anon_sym_sealed] = ACTIONS(4094), - [anon_sym_annotation] = ACTIONS(4094), - [anon_sym_data] = ACTIONS(4094), - [anon_sym_inner] = ACTIONS(4094), - [anon_sym_value] = ACTIONS(4094), - [anon_sym_override] = ACTIONS(4094), - [anon_sym_lateinit] = ACTIONS(4094), - [anon_sym_public] = ACTIONS(4094), - [anon_sym_private] = ACTIONS(4094), - [anon_sym_internal] = ACTIONS(4094), - [anon_sym_protected] = ACTIONS(4094), - [anon_sym_tailrec] = ACTIONS(4094), - [anon_sym_operator] = ACTIONS(4094), - [anon_sym_infix] = ACTIONS(4094), - [anon_sym_inline] = ACTIONS(4094), - [anon_sym_external] = ACTIONS(4094), - [sym_property_modifier] = ACTIONS(4094), - [anon_sym_abstract] = ACTIONS(4094), - [anon_sym_final] = ACTIONS(4094), - [anon_sym_open] = ACTIONS(4094), - [anon_sym_vararg] = ACTIONS(4094), - [anon_sym_noinline] = ACTIONS(4094), - [anon_sym_crossinline] = ACTIONS(4094), - [anon_sym_expect] = ACTIONS(4094), - [anon_sym_actual] = ACTIONS(4094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4096), - [sym__automatic_semicolon] = ACTIONS(4096), - [sym_safe_nav] = ACTIONS(4096), + [3012] = { + [sym__alpha_identifier] = ACTIONS(4722), + [anon_sym_AT] = ACTIONS(4724), + [anon_sym_COLON] = ACTIONS(4722), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4724), + [anon_sym_super_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), }, - [3076] = { - [sym__alpha_identifier] = ACTIONS(4954), - [anon_sym_AT] = ACTIONS(4956), - [anon_sym_LBRACK] = ACTIONS(4956), - [anon_sym_as] = ACTIONS(4954), - [anon_sym_EQ] = ACTIONS(4954), - [anon_sym_LBRACE] = ACTIONS(4956), - [anon_sym_RBRACE] = ACTIONS(4956), - [anon_sym_LPAREN] = ACTIONS(4956), - [anon_sym_COMMA] = ACTIONS(4956), - [anon_sym_LT] = ACTIONS(4954), - [anon_sym_GT] = ACTIONS(4954), - [anon_sym_where] = ACTIONS(4954), - [anon_sym_object] = ACTIONS(4954), - [anon_sym_fun] = ACTIONS(4954), - [anon_sym_DOT] = ACTIONS(4954), - [anon_sym_SEMI] = ACTIONS(4956), - [anon_sym_get] = ACTIONS(4954), - [anon_sym_set] = ACTIONS(4954), - [anon_sym_this] = ACTIONS(4954), - [anon_sym_super] = ACTIONS(4954), - [anon_sym_STAR] = ACTIONS(4954), - [sym_label] = ACTIONS(4954), - [anon_sym_in] = ACTIONS(4954), - [anon_sym_DOT_DOT] = ACTIONS(4956), - [anon_sym_QMARK_COLON] = ACTIONS(4956), - [anon_sym_AMP_AMP] = ACTIONS(4956), - [anon_sym_PIPE_PIPE] = ACTIONS(4956), - [anon_sym_null] = ACTIONS(4954), - [anon_sym_if] = ACTIONS(4954), - [anon_sym_else] = ACTIONS(4954), - [anon_sym_when] = ACTIONS(4954), - [anon_sym_try] = ACTIONS(4954), - [anon_sym_throw] = ACTIONS(4954), - [anon_sym_return] = ACTIONS(4954), - [anon_sym_continue] = ACTIONS(4954), - [anon_sym_break] = ACTIONS(4954), - [anon_sym_COLON_COLON] = ACTIONS(4956), - [anon_sym_PLUS_EQ] = ACTIONS(4956), - [anon_sym_DASH_EQ] = ACTIONS(4956), - [anon_sym_STAR_EQ] = ACTIONS(4956), - [anon_sym_SLASH_EQ] = ACTIONS(4956), - [anon_sym_PERCENT_EQ] = ACTIONS(4956), - [anon_sym_BANG_EQ] = ACTIONS(4954), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4956), - [anon_sym_EQ_EQ] = ACTIONS(4954), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4956), - [anon_sym_LT_EQ] = ACTIONS(4956), - [anon_sym_GT_EQ] = ACTIONS(4956), - [anon_sym_BANGin] = ACTIONS(4956), - [anon_sym_is] = ACTIONS(4954), - [anon_sym_BANGis] = ACTIONS(4956), - [anon_sym_PLUS] = ACTIONS(4954), - [anon_sym_DASH] = ACTIONS(4954), - [anon_sym_SLASH] = ACTIONS(4954), - [anon_sym_PERCENT] = ACTIONS(4954), - [anon_sym_as_QMARK] = ACTIONS(4956), - [anon_sym_PLUS_PLUS] = ACTIONS(4956), - [anon_sym_DASH_DASH] = ACTIONS(4956), - [anon_sym_BANG] = ACTIONS(4954), - [anon_sym_BANG_BANG] = ACTIONS(4956), - [anon_sym_data] = ACTIONS(4954), - [anon_sym_inner] = ACTIONS(4954), - [anon_sym_value] = ACTIONS(4954), - [anon_sym_expect] = ACTIONS(4954), - [anon_sym_actual] = ACTIONS(4954), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4956), - [anon_sym_continue_AT] = ACTIONS(4956), - [anon_sym_break_AT] = ACTIONS(4956), - [anon_sym_this_AT] = ACTIONS(4956), - [anon_sym_super_AT] = ACTIONS(4956), - [sym_real_literal] = ACTIONS(4956), - [sym_integer_literal] = ACTIONS(4954), - [sym_hex_literal] = ACTIONS(4956), - [sym_bin_literal] = ACTIONS(4956), - [anon_sym_true] = ACTIONS(4954), - [anon_sym_false] = ACTIONS(4954), - [anon_sym_SQUOTE] = ACTIONS(4956), - [sym__backtick_identifier] = ACTIONS(4956), - [sym__automatic_semicolon] = ACTIONS(4956), - [sym_safe_nav] = ACTIONS(4956), + [3013] = { + [sym_type_constraints] = STATE(3325), + [sym_enum_class_body] = STATE(3510), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(6577), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_RBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_RPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [anon_sym_DASH_GT] = ACTIONS(4245), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_while] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4956), }, - [3077] = { - [sym__alpha_identifier] = ACTIONS(5089), - [anon_sym_AT] = ACTIONS(5091), - [anon_sym_LBRACK] = ACTIONS(5091), - [anon_sym_as] = ACTIONS(5089), - [anon_sym_EQ] = ACTIONS(5089), - [anon_sym_LBRACE] = ACTIONS(5091), - [anon_sym_RBRACE] = ACTIONS(5091), - [anon_sym_LPAREN] = ACTIONS(5091), - [anon_sym_COMMA] = ACTIONS(5091), - [anon_sym_LT] = ACTIONS(5089), - [anon_sym_GT] = ACTIONS(5089), - [anon_sym_where] = ACTIONS(5089), - [anon_sym_object] = ACTIONS(5089), - [anon_sym_fun] = ACTIONS(5089), - [anon_sym_DOT] = ACTIONS(5089), - [anon_sym_SEMI] = ACTIONS(5091), - [anon_sym_get] = ACTIONS(5089), - [anon_sym_set] = ACTIONS(5089), - [anon_sym_this] = ACTIONS(5089), - [anon_sym_super] = ACTIONS(5089), - [anon_sym_STAR] = ACTIONS(5089), - [sym_label] = ACTIONS(5089), - [anon_sym_in] = ACTIONS(5089), - [anon_sym_DOT_DOT] = ACTIONS(5091), - [anon_sym_QMARK_COLON] = ACTIONS(5091), - [anon_sym_AMP_AMP] = ACTIONS(5091), - [anon_sym_PIPE_PIPE] = ACTIONS(5091), - [anon_sym_null] = ACTIONS(5089), - [anon_sym_if] = ACTIONS(5089), - [anon_sym_else] = ACTIONS(5089), - [anon_sym_when] = ACTIONS(5089), - [anon_sym_try] = ACTIONS(5089), - [anon_sym_throw] = ACTIONS(5089), - [anon_sym_return] = ACTIONS(5089), - [anon_sym_continue] = ACTIONS(5089), - [anon_sym_break] = ACTIONS(5089), - [anon_sym_COLON_COLON] = ACTIONS(5091), - [anon_sym_PLUS_EQ] = ACTIONS(5091), - [anon_sym_DASH_EQ] = ACTIONS(5091), - [anon_sym_STAR_EQ] = ACTIONS(5091), - [anon_sym_SLASH_EQ] = ACTIONS(5091), - [anon_sym_PERCENT_EQ] = ACTIONS(5091), - [anon_sym_BANG_EQ] = ACTIONS(5089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5091), - [anon_sym_EQ_EQ] = ACTIONS(5089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5091), - [anon_sym_LT_EQ] = ACTIONS(5091), - [anon_sym_GT_EQ] = ACTIONS(5091), - [anon_sym_BANGin] = ACTIONS(5091), - [anon_sym_is] = ACTIONS(5089), - [anon_sym_BANGis] = ACTIONS(5091), - [anon_sym_PLUS] = ACTIONS(5089), - [anon_sym_DASH] = ACTIONS(5089), - [anon_sym_SLASH] = ACTIONS(5089), - [anon_sym_PERCENT] = ACTIONS(5089), - [anon_sym_as_QMARK] = ACTIONS(5091), - [anon_sym_PLUS_PLUS] = ACTIONS(5091), - [anon_sym_DASH_DASH] = ACTIONS(5091), - [anon_sym_BANG] = ACTIONS(5089), - [anon_sym_BANG_BANG] = ACTIONS(5091), - [anon_sym_data] = ACTIONS(5089), - [anon_sym_inner] = ACTIONS(5089), - [anon_sym_value] = ACTIONS(5089), - [anon_sym_expect] = ACTIONS(5089), - [anon_sym_actual] = ACTIONS(5089), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5091), - [anon_sym_continue_AT] = ACTIONS(5091), - [anon_sym_break_AT] = ACTIONS(5091), - [anon_sym_this_AT] = ACTIONS(5091), - [anon_sym_super_AT] = ACTIONS(5091), - [sym_real_literal] = ACTIONS(5091), - [sym_integer_literal] = ACTIONS(5089), - [sym_hex_literal] = ACTIONS(5091), - [sym_bin_literal] = ACTIONS(5091), - [anon_sym_true] = ACTIONS(5089), - [anon_sym_false] = ACTIONS(5089), - [anon_sym_SQUOTE] = ACTIONS(5091), - [sym__backtick_identifier] = ACTIONS(5091), - [sym__automatic_semicolon] = ACTIONS(5091), - [sym_safe_nav] = ACTIONS(5091), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5091), + [3014] = { + [sym_class_body] = STATE(3209), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3280), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, - [3078] = { - [sym_class_body] = STATE(3478), - [sym_type_constraints] = STATE(3354), - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_RBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_RPAREN] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [anon_sym_DASH_GT] = ACTIONS(4361), - [sym_label] = ACTIONS(4361), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_while] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_suspend] = ACTIONS(4359), - [anon_sym_sealed] = ACTIONS(4359), - [anon_sym_annotation] = ACTIONS(4359), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_override] = ACTIONS(4359), - [anon_sym_lateinit] = ACTIONS(4359), - [anon_sym_public] = ACTIONS(4359), - [anon_sym_private] = ACTIONS(4359), - [anon_sym_internal] = ACTIONS(4359), - [anon_sym_protected] = ACTIONS(4359), - [anon_sym_tailrec] = ACTIONS(4359), - [anon_sym_operator] = ACTIONS(4359), - [anon_sym_infix] = ACTIONS(4359), - [anon_sym_inline] = ACTIONS(4359), - [anon_sym_external] = ACTIONS(4359), - [sym_property_modifier] = ACTIONS(4359), - [anon_sym_abstract] = ACTIONS(4359), - [anon_sym_final] = ACTIONS(4359), - [anon_sym_open] = ACTIONS(4359), - [anon_sym_vararg] = ACTIONS(4359), - [anon_sym_noinline] = ACTIONS(4359), - [anon_sym_crossinline] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), + [3015] = { + [sym_enum_class_body] = STATE(3154), + [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(3236), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4436), + [anon_sym_super_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), + }, + [3016] = { + [aux_sym_type_constraints_repeat1] = STATE(3042), + [sym__alpha_identifier] = ACTIONS(4408), + [anon_sym_AT] = ACTIONS(4410), + [anon_sym_LBRACK] = ACTIONS(4410), + [anon_sym_as] = ACTIONS(4408), + [anon_sym_EQ] = ACTIONS(4408), + [anon_sym_LBRACE] = ACTIONS(4410), + [anon_sym_RBRACE] = ACTIONS(4410), + [anon_sym_LPAREN] = ACTIONS(4410), + [anon_sym_COMMA] = ACTIONS(6579), + [anon_sym_LT] = ACTIONS(4408), + [anon_sym_GT] = ACTIONS(4408), + [anon_sym_where] = ACTIONS(4408), + [anon_sym_object] = ACTIONS(4408), + [anon_sym_fun] = ACTIONS(4408), + [anon_sym_DOT] = ACTIONS(4408), + [anon_sym_SEMI] = ACTIONS(4410), + [anon_sym_get] = ACTIONS(4408), + [anon_sym_set] = ACTIONS(4408), + [anon_sym_this] = ACTIONS(4408), + [anon_sym_super] = ACTIONS(4408), + [anon_sym_STAR] = ACTIONS(4408), + [sym_label] = ACTIONS(4408), + [anon_sym_in] = ACTIONS(4408), + [anon_sym_DOT_DOT] = ACTIONS(4410), + [anon_sym_QMARK_COLON] = ACTIONS(4410), + [anon_sym_AMP_AMP] = ACTIONS(4410), + [anon_sym_PIPE_PIPE] = ACTIONS(4410), + [anon_sym_null] = ACTIONS(4408), + [anon_sym_if] = ACTIONS(4408), + [anon_sym_else] = ACTIONS(4408), + [anon_sym_when] = ACTIONS(4408), + [anon_sym_try] = ACTIONS(4408), + [anon_sym_throw] = ACTIONS(4408), + [anon_sym_return] = ACTIONS(4408), + [anon_sym_continue] = ACTIONS(4408), + [anon_sym_break] = ACTIONS(4408), + [anon_sym_COLON_COLON] = ACTIONS(4410), + [anon_sym_PLUS_EQ] = ACTIONS(4410), + [anon_sym_DASH_EQ] = ACTIONS(4410), + [anon_sym_STAR_EQ] = ACTIONS(4410), + [anon_sym_SLASH_EQ] = ACTIONS(4410), + [anon_sym_PERCENT_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ] = ACTIONS(4408), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ] = ACTIONS(4408), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4410), + [anon_sym_LT_EQ] = ACTIONS(4410), + [anon_sym_GT_EQ] = ACTIONS(4410), + [anon_sym_BANGin] = ACTIONS(4410), + [anon_sym_is] = ACTIONS(4408), + [anon_sym_BANGis] = ACTIONS(4410), + [anon_sym_PLUS] = ACTIONS(4408), + [anon_sym_DASH] = ACTIONS(4408), + [anon_sym_SLASH] = ACTIONS(4408), + [anon_sym_PERCENT] = ACTIONS(4408), + [anon_sym_as_QMARK] = ACTIONS(4410), + [anon_sym_PLUS_PLUS] = ACTIONS(4410), + [anon_sym_DASH_DASH] = ACTIONS(4410), + [anon_sym_BANG] = ACTIONS(4408), + [anon_sym_BANG_BANG] = ACTIONS(4410), + [anon_sym_data] = ACTIONS(4408), + [anon_sym_inner] = ACTIONS(4408), + [anon_sym_value] = ACTIONS(4408), + [anon_sym_expect] = ACTIONS(4408), + [anon_sym_actual] = ACTIONS(4408), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4410), + [anon_sym_continue_AT] = ACTIONS(4410), + [anon_sym_break_AT] = ACTIONS(4410), + [anon_sym_this_AT] = ACTIONS(4410), + [anon_sym_super_AT] = ACTIONS(4410), + [sym_real_literal] = ACTIONS(4410), + [sym_integer_literal] = ACTIONS(4408), + [sym_hex_literal] = ACTIONS(4410), + [sym_bin_literal] = ACTIONS(4410), + [anon_sym_true] = ACTIONS(4408), + [anon_sym_false] = ACTIONS(4408), + [anon_sym_SQUOTE] = ACTIONS(4410), + [sym__backtick_identifier] = ACTIONS(4410), + [sym__automatic_semicolon] = ACTIONS(4410), + [sym_safe_nav] = ACTIONS(4410), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4410), + }, + [3017] = { + [sym_class_body] = STATE(3167), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3290), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), + }, + [3018] = { + [sym__alpha_identifier] = ACTIONS(4601), + [anon_sym_AT] = ACTIONS(4603), + [anon_sym_COLON] = ACTIONS(4601), + [anon_sym_LBRACK] = ACTIONS(4603), + [anon_sym_as] = ACTIONS(4601), + [anon_sym_EQ] = ACTIONS(4601), + [anon_sym_LBRACE] = ACTIONS(4603), + [anon_sym_RBRACE] = ACTIONS(4603), + [anon_sym_LPAREN] = ACTIONS(4603), + [anon_sym_COMMA] = ACTIONS(4603), + [anon_sym_LT] = ACTIONS(4601), + [anon_sym_GT] = ACTIONS(4601), + [anon_sym_where] = ACTIONS(4601), + [anon_sym_object] = ACTIONS(4601), + [anon_sym_fun] = ACTIONS(4601), + [anon_sym_DOT] = ACTIONS(4601), + [anon_sym_SEMI] = ACTIONS(4603), + [anon_sym_get] = ACTIONS(4601), + [anon_sym_set] = ACTIONS(4601), + [anon_sym_this] = ACTIONS(4601), + [anon_sym_super] = ACTIONS(4601), + [anon_sym_STAR] = ACTIONS(4601), + [sym_label] = ACTIONS(4601), + [anon_sym_in] = ACTIONS(4601), + [anon_sym_DOT_DOT] = ACTIONS(4603), + [anon_sym_QMARK_COLON] = ACTIONS(4603), + [anon_sym_AMP_AMP] = ACTIONS(4603), + [anon_sym_PIPE_PIPE] = ACTIONS(4603), + [anon_sym_null] = ACTIONS(4601), + [anon_sym_if] = ACTIONS(4601), + [anon_sym_else] = ACTIONS(4601), + [anon_sym_when] = ACTIONS(4601), + [anon_sym_try] = ACTIONS(4601), + [anon_sym_throw] = ACTIONS(4601), + [anon_sym_return] = ACTIONS(4601), + [anon_sym_continue] = ACTIONS(4601), + [anon_sym_break] = ACTIONS(4601), + [anon_sym_COLON_COLON] = ACTIONS(4603), + [anon_sym_PLUS_EQ] = ACTIONS(4603), + [anon_sym_DASH_EQ] = ACTIONS(4603), + [anon_sym_STAR_EQ] = ACTIONS(4603), + [anon_sym_SLASH_EQ] = ACTIONS(4603), + [anon_sym_PERCENT_EQ] = ACTIONS(4603), + [anon_sym_BANG_EQ] = ACTIONS(4601), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4603), + [anon_sym_EQ_EQ] = ACTIONS(4601), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4603), + [anon_sym_LT_EQ] = ACTIONS(4603), + [anon_sym_GT_EQ] = ACTIONS(4603), + [anon_sym_BANGin] = ACTIONS(4603), + [anon_sym_is] = ACTIONS(4601), + [anon_sym_BANGis] = ACTIONS(4603), + [anon_sym_PLUS] = ACTIONS(4601), + [anon_sym_DASH] = ACTIONS(4601), + [anon_sym_SLASH] = ACTIONS(4601), + [anon_sym_PERCENT] = ACTIONS(4601), + [anon_sym_as_QMARK] = ACTIONS(4603), + [anon_sym_PLUS_PLUS] = ACTIONS(4603), + [anon_sym_DASH_DASH] = ACTIONS(4603), + [anon_sym_BANG] = ACTIONS(4601), + [anon_sym_BANG_BANG] = ACTIONS(4603), + [anon_sym_data] = ACTIONS(4601), + [anon_sym_inner] = ACTIONS(4601), + [anon_sym_value] = ACTIONS(4601), + [anon_sym_expect] = ACTIONS(4601), + [anon_sym_actual] = ACTIONS(4601), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4603), + [anon_sym_continue_AT] = ACTIONS(4603), + [anon_sym_break_AT] = ACTIONS(4603), + [anon_sym_this_AT] = ACTIONS(4603), + [anon_sym_super_AT] = ACTIONS(4603), + [sym_real_literal] = ACTIONS(4603), + [sym_integer_literal] = ACTIONS(4601), + [sym_hex_literal] = ACTIONS(4603), + [sym_bin_literal] = ACTIONS(4603), + [anon_sym_true] = ACTIONS(4601), + [anon_sym_false] = ACTIONS(4601), + [anon_sym_SQUOTE] = ACTIONS(4603), + [sym__backtick_identifier] = ACTIONS(4603), + [sym__automatic_semicolon] = ACTIONS(4603), + [sym_safe_nav] = ACTIONS(4603), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4603), + }, + [3019] = { + [aux_sym_nullable_type_repeat1] = STATE(2994), + [sym__alpha_identifier] = ACTIONS(4333), + [anon_sym_AT] = ACTIONS(4335), + [anon_sym_LBRACK] = ACTIONS(4335), + [anon_sym_RBRACK] = ACTIONS(4335), + [anon_sym_as] = ACTIONS(4333), + [anon_sym_EQ] = ACTIONS(4333), + [anon_sym_LBRACE] = ACTIONS(4335), + [anon_sym_RBRACE] = ACTIONS(4335), + [anon_sym_LPAREN] = ACTIONS(4335), + [anon_sym_COMMA] = ACTIONS(4335), + [anon_sym_RPAREN] = ACTIONS(4335), + [anon_sym_by] = ACTIONS(4333), + [anon_sym_LT] = ACTIONS(4333), + [anon_sym_GT] = ACTIONS(4333), + [anon_sym_where] = ACTIONS(4333), + [anon_sym_DOT] = ACTIONS(4333), + [anon_sym_SEMI] = ACTIONS(4335), + [anon_sym_get] = ACTIONS(4333), + [anon_sym_set] = ACTIONS(4333), + [sym__quest] = ACTIONS(6566), + [anon_sym_STAR] = ACTIONS(4333), + [anon_sym_DASH_GT] = ACTIONS(4335), + [sym_label] = ACTIONS(4335), + [anon_sym_in] = ACTIONS(4333), + [anon_sym_while] = ACTIONS(4333), + [anon_sym_DOT_DOT] = ACTIONS(4335), + [anon_sym_QMARK_COLON] = ACTIONS(4335), + [anon_sym_AMP_AMP] = ACTIONS(4335), + [anon_sym_PIPE_PIPE] = ACTIONS(4335), + [anon_sym_else] = ACTIONS(4333), + [anon_sym_COLON_COLON] = ACTIONS(4335), + [anon_sym_PLUS_EQ] = ACTIONS(4335), + [anon_sym_DASH_EQ] = ACTIONS(4335), + [anon_sym_STAR_EQ] = ACTIONS(4335), + [anon_sym_SLASH_EQ] = ACTIONS(4335), + [anon_sym_PERCENT_EQ] = ACTIONS(4335), + [anon_sym_BANG_EQ] = ACTIONS(4333), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4335), + [anon_sym_EQ_EQ] = ACTIONS(4333), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4335), + [anon_sym_LT_EQ] = ACTIONS(4335), + [anon_sym_GT_EQ] = ACTIONS(4335), + [anon_sym_BANGin] = ACTIONS(4335), + [anon_sym_is] = ACTIONS(4333), + [anon_sym_BANGis] = ACTIONS(4335), + [anon_sym_PLUS] = ACTIONS(4333), + [anon_sym_DASH] = ACTIONS(4333), + [anon_sym_SLASH] = ACTIONS(4333), + [anon_sym_PERCENT] = ACTIONS(4333), + [anon_sym_as_QMARK] = ACTIONS(4335), + [anon_sym_PLUS_PLUS] = ACTIONS(4335), + [anon_sym_DASH_DASH] = ACTIONS(4335), + [anon_sym_BANG_BANG] = ACTIONS(4335), + [anon_sym_suspend] = ACTIONS(4333), + [anon_sym_sealed] = ACTIONS(4333), + [anon_sym_annotation] = ACTIONS(4333), + [anon_sym_data] = ACTIONS(4333), + [anon_sym_inner] = ACTIONS(4333), + [anon_sym_value] = ACTIONS(4333), + [anon_sym_override] = ACTIONS(4333), + [anon_sym_lateinit] = ACTIONS(4333), + [anon_sym_public] = ACTIONS(4333), + [anon_sym_private] = ACTIONS(4333), + [anon_sym_internal] = ACTIONS(4333), + [anon_sym_protected] = ACTIONS(4333), + [anon_sym_tailrec] = ACTIONS(4333), + [anon_sym_operator] = ACTIONS(4333), + [anon_sym_infix] = ACTIONS(4333), + [anon_sym_inline] = ACTIONS(4333), + [anon_sym_external] = ACTIONS(4333), + [sym_property_modifier] = ACTIONS(4333), + [anon_sym_abstract] = ACTIONS(4333), + [anon_sym_final] = ACTIONS(4333), + [anon_sym_open] = ACTIONS(4333), + [anon_sym_vararg] = ACTIONS(4333), + [anon_sym_noinline] = ACTIONS(4333), + [anon_sym_crossinline] = ACTIONS(4333), + [anon_sym_expect] = ACTIONS(4333), + [anon_sym_actual] = ACTIONS(4333), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4335), + [sym_safe_nav] = ACTIONS(4335), [sym_multiline_comment] = ACTIONS(3), }, - [3079] = { - [sym__alpha_identifier] = ACTIONS(5024), - [anon_sym_AT] = ACTIONS(5026), - [anon_sym_LBRACK] = ACTIONS(5026), - [anon_sym_as] = ACTIONS(5024), - [anon_sym_EQ] = ACTIONS(5055), - [anon_sym_LBRACE] = ACTIONS(5026), - [anon_sym_RBRACE] = ACTIONS(5026), - [anon_sym_LPAREN] = ACTIONS(5026), - [anon_sym_COMMA] = ACTIONS(5026), - [anon_sym_LT] = ACTIONS(5024), - [anon_sym_GT] = ACTIONS(5024), - [anon_sym_where] = ACTIONS(5024), - [anon_sym_object] = ACTIONS(5024), - [anon_sym_fun] = ACTIONS(5024), - [anon_sym_DOT] = ACTIONS(5024), - [anon_sym_SEMI] = ACTIONS(5026), - [anon_sym_get] = ACTIONS(5024), - [anon_sym_set] = ACTIONS(5024), - [anon_sym_this] = ACTIONS(5024), - [anon_sym_super] = ACTIONS(5024), - [anon_sym_STAR] = ACTIONS(5024), - [sym_label] = ACTIONS(5024), - [anon_sym_in] = ACTIONS(5024), - [anon_sym_DOT_DOT] = ACTIONS(5026), - [anon_sym_QMARK_COLON] = ACTIONS(5026), - [anon_sym_AMP_AMP] = ACTIONS(5026), - [anon_sym_PIPE_PIPE] = ACTIONS(5026), - [anon_sym_null] = ACTIONS(5024), - [anon_sym_if] = ACTIONS(5024), - [anon_sym_else] = ACTIONS(5024), - [anon_sym_when] = ACTIONS(5024), - [anon_sym_try] = ACTIONS(5024), - [anon_sym_throw] = ACTIONS(5024), - [anon_sym_return] = ACTIONS(5024), - [anon_sym_continue] = ACTIONS(5024), - [anon_sym_break] = ACTIONS(5024), - [anon_sym_COLON_COLON] = ACTIONS(6625), - [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(5024), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5026), - [anon_sym_EQ_EQ] = ACTIONS(5024), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5026), - [anon_sym_LT_EQ] = ACTIONS(5026), - [anon_sym_GT_EQ] = ACTIONS(5026), - [anon_sym_BANGin] = ACTIONS(5026), - [anon_sym_is] = ACTIONS(5024), - [anon_sym_BANGis] = ACTIONS(5026), - [anon_sym_PLUS] = ACTIONS(5024), - [anon_sym_DASH] = ACTIONS(5024), - [anon_sym_SLASH] = ACTIONS(5024), - [anon_sym_PERCENT] = ACTIONS(5024), - [anon_sym_as_QMARK] = ACTIONS(5026), - [anon_sym_PLUS_PLUS] = ACTIONS(5026), - [anon_sym_DASH_DASH] = ACTIONS(5026), - [anon_sym_BANG] = ACTIONS(5024), - [anon_sym_BANG_BANG] = ACTIONS(5026), - [anon_sym_data] = ACTIONS(5024), - [anon_sym_inner] = ACTIONS(5024), - [anon_sym_value] = ACTIONS(5024), - [anon_sym_expect] = ACTIONS(5024), - [anon_sym_actual] = ACTIONS(5024), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5026), - [anon_sym_continue_AT] = ACTIONS(5026), - [anon_sym_break_AT] = ACTIONS(5026), - [anon_sym_this_AT] = ACTIONS(5026), - [anon_sym_super_AT] = ACTIONS(5026), - [sym_real_literal] = ACTIONS(5026), - [sym_integer_literal] = ACTIONS(5024), - [sym_hex_literal] = ACTIONS(5026), - [sym_bin_literal] = ACTIONS(5026), - [anon_sym_true] = ACTIONS(5024), - [anon_sym_false] = ACTIONS(5024), - [anon_sym_SQUOTE] = ACTIONS(5026), - [sym__backtick_identifier] = ACTIONS(5026), - [sym__automatic_semicolon] = ACTIONS(5026), - [sym_safe_nav] = ACTIONS(5026), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5026), + [3020] = { + [sym_function_body] = STATE(3416), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_COLON] = ACTIONS(6581), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_RBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_COMMA] = ACTIONS(4253), + [anon_sym_RPAREN] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_where] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4251), + [anon_sym_DASH_GT] = ACTIONS(4253), + [sym_label] = ACTIONS(4253), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_while] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_PLUS_EQ] = ACTIONS(4253), + [anon_sym_DASH_EQ] = ACTIONS(4253), + [anon_sym_STAR_EQ] = ACTIONS(4253), + [anon_sym_SLASH_EQ] = ACTIONS(4253), + [anon_sym_PERCENT_EQ] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4251), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_suspend] = ACTIONS(4251), + [anon_sym_sealed] = ACTIONS(4251), + [anon_sym_annotation] = ACTIONS(4251), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_override] = ACTIONS(4251), + [anon_sym_lateinit] = ACTIONS(4251), + [anon_sym_public] = ACTIONS(4251), + [anon_sym_private] = ACTIONS(4251), + [anon_sym_internal] = ACTIONS(4251), + [anon_sym_protected] = ACTIONS(4251), + [anon_sym_tailrec] = ACTIONS(4251), + [anon_sym_operator] = ACTIONS(4251), + [anon_sym_infix] = ACTIONS(4251), + [anon_sym_inline] = ACTIONS(4251), + [anon_sym_external] = ACTIONS(4251), + [sym_property_modifier] = ACTIONS(4251), + [anon_sym_abstract] = ACTIONS(4251), + [anon_sym_final] = ACTIONS(4251), + [anon_sym_open] = ACTIONS(4251), + [anon_sym_vararg] = ACTIONS(4251), + [anon_sym_noinline] = ACTIONS(4251), + [anon_sym_crossinline] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), + [sym_multiline_comment] = ACTIONS(3), }, - [3080] = { - [sym__alpha_identifier] = ACTIONS(4914), - [anon_sym_AT] = ACTIONS(4916), - [anon_sym_LBRACK] = ACTIONS(4916), - [anon_sym_as] = ACTIONS(4914), - [anon_sym_EQ] = ACTIONS(4914), - [anon_sym_LBRACE] = ACTIONS(4916), - [anon_sym_RBRACE] = ACTIONS(4916), - [anon_sym_LPAREN] = ACTIONS(4916), - [anon_sym_COMMA] = ACTIONS(4916), - [anon_sym_LT] = ACTIONS(4914), - [anon_sym_GT] = ACTIONS(4914), - [anon_sym_where] = ACTIONS(4914), - [anon_sym_object] = ACTIONS(4914), - [anon_sym_fun] = ACTIONS(4914), - [anon_sym_DOT] = ACTIONS(4914), - [anon_sym_SEMI] = ACTIONS(4916), - [anon_sym_get] = ACTIONS(4914), - [anon_sym_set] = ACTIONS(4914), - [anon_sym_this] = ACTIONS(4914), - [anon_sym_super] = ACTIONS(4914), - [anon_sym_STAR] = ACTIONS(4914), - [sym_label] = ACTIONS(4914), - [anon_sym_in] = ACTIONS(4914), - [anon_sym_DOT_DOT] = ACTIONS(4916), - [anon_sym_QMARK_COLON] = ACTIONS(4916), - [anon_sym_AMP_AMP] = ACTIONS(4916), - [anon_sym_PIPE_PIPE] = ACTIONS(4916), - [anon_sym_null] = ACTIONS(4914), - [anon_sym_if] = ACTIONS(4914), - [anon_sym_else] = ACTIONS(4914), - [anon_sym_when] = ACTIONS(4914), - [anon_sym_try] = ACTIONS(4914), - [anon_sym_throw] = ACTIONS(4914), - [anon_sym_return] = ACTIONS(4914), - [anon_sym_continue] = ACTIONS(4914), - [anon_sym_break] = ACTIONS(4914), - [anon_sym_COLON_COLON] = ACTIONS(4916), - [anon_sym_PLUS_EQ] = ACTIONS(4916), - [anon_sym_DASH_EQ] = ACTIONS(4916), - [anon_sym_STAR_EQ] = ACTIONS(4916), - [anon_sym_SLASH_EQ] = ACTIONS(4916), - [anon_sym_PERCENT_EQ] = ACTIONS(4916), - [anon_sym_BANG_EQ] = ACTIONS(4914), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4916), - [anon_sym_EQ_EQ] = ACTIONS(4914), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4916), - [anon_sym_LT_EQ] = ACTIONS(4916), - [anon_sym_GT_EQ] = ACTIONS(4916), - [anon_sym_BANGin] = ACTIONS(4916), - [anon_sym_is] = ACTIONS(4914), - [anon_sym_BANGis] = ACTIONS(4916), - [anon_sym_PLUS] = ACTIONS(4914), - [anon_sym_DASH] = ACTIONS(4914), - [anon_sym_SLASH] = ACTIONS(4914), - [anon_sym_PERCENT] = ACTIONS(4914), - [anon_sym_as_QMARK] = ACTIONS(4916), - [anon_sym_PLUS_PLUS] = ACTIONS(4916), - [anon_sym_DASH_DASH] = ACTIONS(4916), - [anon_sym_BANG] = ACTIONS(4914), - [anon_sym_BANG_BANG] = ACTIONS(4916), - [anon_sym_data] = ACTIONS(4914), - [anon_sym_inner] = ACTIONS(4914), - [anon_sym_value] = ACTIONS(4914), - [anon_sym_expect] = ACTIONS(4914), - [anon_sym_actual] = ACTIONS(4914), + [3021] = { + [sym_type_constraints] = STATE(3130), + [sym_function_body] = STATE(3460), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_RBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_RPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [anon_sym_DASH_GT] = ACTIONS(4325), + [sym_label] = ACTIONS(4325), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_while] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + }, + [3022] = { + [sym_import_list] = STATE(3022), + [sym_import_header] = STATE(8638), + [aux_sym_source_file_repeat2] = STATE(3022), + [aux_sym_import_list_repeat1] = STATE(8638), + [ts_builtin_sym_end] = ACTIONS(6583), + [sym__alpha_identifier] = ACTIONS(6585), + [anon_sym_AT] = ACTIONS(6583), + [anon_sym_LBRACK] = ACTIONS(6583), + [anon_sym_import] = ACTIONS(6587), + [anon_sym_typealias] = ACTIONS(6585), + [anon_sym_class] = ACTIONS(6585), + [anon_sym_interface] = ACTIONS(6585), + [anon_sym_enum] = ACTIONS(6585), + [anon_sym_LBRACE] = ACTIONS(6583), + [anon_sym_LPAREN] = ACTIONS(6583), + [anon_sym_val] = ACTIONS(6585), + [anon_sym_var] = ACTIONS(6585), + [anon_sym_object] = ACTIONS(6585), + [anon_sym_fun] = ACTIONS(6585), + [anon_sym_get] = ACTIONS(6585), + [anon_sym_set] = ACTIONS(6585), + [anon_sym_this] = ACTIONS(6585), + [anon_sym_super] = ACTIONS(6585), + [anon_sym_STAR] = ACTIONS(6583), + [sym_label] = ACTIONS(6585), + [anon_sym_for] = ACTIONS(6585), + [anon_sym_while] = ACTIONS(6585), + [anon_sym_do] = ACTIONS(6585), + [anon_sym_null] = ACTIONS(6585), + [anon_sym_if] = ACTIONS(6585), + [anon_sym_when] = ACTIONS(6585), + [anon_sym_try] = ACTIONS(6585), + [anon_sym_throw] = ACTIONS(6585), + [anon_sym_return] = ACTIONS(6585), + [anon_sym_continue] = ACTIONS(6585), + [anon_sym_break] = ACTIONS(6585), + [anon_sym_COLON_COLON] = ACTIONS(6583), + [anon_sym_PLUS] = ACTIONS(6585), + [anon_sym_DASH] = ACTIONS(6585), + [anon_sym_PLUS_PLUS] = ACTIONS(6583), + [anon_sym_DASH_DASH] = ACTIONS(6583), + [anon_sym_BANG] = ACTIONS(6583), + [anon_sym_suspend] = ACTIONS(6585), + [anon_sym_sealed] = ACTIONS(6585), + [anon_sym_annotation] = ACTIONS(6585), + [anon_sym_data] = ACTIONS(6585), + [anon_sym_inner] = ACTIONS(6585), + [anon_sym_value] = ACTIONS(6585), + [anon_sym_override] = ACTIONS(6585), + [anon_sym_lateinit] = ACTIONS(6585), + [anon_sym_public] = ACTIONS(6585), + [anon_sym_private] = ACTIONS(6585), + [anon_sym_internal] = ACTIONS(6585), + [anon_sym_protected] = ACTIONS(6585), + [anon_sym_tailrec] = ACTIONS(6585), + [anon_sym_operator] = ACTIONS(6585), + [anon_sym_infix] = ACTIONS(6585), + [anon_sym_inline] = ACTIONS(6585), + [anon_sym_external] = ACTIONS(6585), + [sym_property_modifier] = ACTIONS(6585), + [anon_sym_abstract] = ACTIONS(6585), + [anon_sym_final] = ACTIONS(6585), + [anon_sym_open] = ACTIONS(6585), + [anon_sym_vararg] = ACTIONS(6585), + [anon_sym_noinline] = ACTIONS(6585), + [anon_sym_crossinline] = ACTIONS(6585), + [anon_sym_expect] = ACTIONS(6585), + [anon_sym_actual] = ACTIONS(6585), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(6583), + [anon_sym_continue_AT] = ACTIONS(6583), + [anon_sym_break_AT] = ACTIONS(6583), + [anon_sym_this_AT] = ACTIONS(6583), + [anon_sym_super_AT] = ACTIONS(6583), + [sym_real_literal] = ACTIONS(6583), + [sym_integer_literal] = ACTIONS(6585), + [sym_hex_literal] = ACTIONS(6583), + [sym_bin_literal] = ACTIONS(6583), + [anon_sym_true] = ACTIONS(6585), + [anon_sym_false] = ACTIONS(6585), + [anon_sym_SQUOTE] = ACTIONS(6583), + [sym__backtick_identifier] = ACTIONS(6583), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(6583), + }, + [3023] = { + [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_by] = ACTIONS(4744), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4746), + [anon_sym_super_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), + }, + [3024] = { + [sym_function_body] = STATE(3379), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4206), + [anon_sym_AT] = ACTIONS(4208), + [anon_sym_COLON] = ACTIONS(6590), + [anon_sym_LBRACK] = ACTIONS(4208), + [anon_sym_RBRACK] = ACTIONS(4208), + [anon_sym_as] = ACTIONS(4206), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4208), + [anon_sym_LPAREN] = ACTIONS(4208), + [anon_sym_COMMA] = ACTIONS(4208), + [anon_sym_RPAREN] = ACTIONS(4208), + [anon_sym_LT] = ACTIONS(4206), + [anon_sym_GT] = ACTIONS(4206), + [anon_sym_where] = ACTIONS(4206), + [anon_sym_DOT] = ACTIONS(4206), + [anon_sym_SEMI] = ACTIONS(4208), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4206), + [anon_sym_STAR] = ACTIONS(4206), + [anon_sym_DASH_GT] = ACTIONS(4208), + [sym_label] = ACTIONS(4208), + [anon_sym_in] = ACTIONS(4206), + [anon_sym_while] = ACTIONS(4206), + [anon_sym_DOT_DOT] = ACTIONS(4208), + [anon_sym_QMARK_COLON] = ACTIONS(4208), + [anon_sym_AMP_AMP] = ACTIONS(4208), + [anon_sym_PIPE_PIPE] = ACTIONS(4208), + [anon_sym_else] = ACTIONS(4206), + [anon_sym_COLON_COLON] = ACTIONS(4208), + [anon_sym_PLUS_EQ] = ACTIONS(4208), + [anon_sym_DASH_EQ] = ACTIONS(4208), + [anon_sym_STAR_EQ] = ACTIONS(4208), + [anon_sym_SLASH_EQ] = ACTIONS(4208), + [anon_sym_PERCENT_EQ] = ACTIONS(4208), + [anon_sym_BANG_EQ] = ACTIONS(4206), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4208), + [anon_sym_EQ_EQ] = ACTIONS(4206), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4208), + [anon_sym_LT_EQ] = ACTIONS(4208), + [anon_sym_GT_EQ] = ACTIONS(4208), + [anon_sym_BANGin] = ACTIONS(4208), + [anon_sym_is] = ACTIONS(4206), + [anon_sym_BANGis] = ACTIONS(4208), + [anon_sym_PLUS] = ACTIONS(4206), + [anon_sym_DASH] = ACTIONS(4206), + [anon_sym_SLASH] = ACTIONS(4206), + [anon_sym_PERCENT] = ACTIONS(4206), + [anon_sym_as_QMARK] = ACTIONS(4208), + [anon_sym_PLUS_PLUS] = ACTIONS(4208), + [anon_sym_DASH_DASH] = ACTIONS(4208), + [anon_sym_BANG_BANG] = ACTIONS(4208), + [anon_sym_suspend] = ACTIONS(4206), + [anon_sym_sealed] = ACTIONS(4206), + [anon_sym_annotation] = ACTIONS(4206), + [anon_sym_data] = ACTIONS(4206), + [anon_sym_inner] = ACTIONS(4206), + [anon_sym_value] = ACTIONS(4206), + [anon_sym_override] = ACTIONS(4206), + [anon_sym_lateinit] = ACTIONS(4206), + [anon_sym_public] = ACTIONS(4206), + [anon_sym_private] = ACTIONS(4206), + [anon_sym_internal] = ACTIONS(4206), + [anon_sym_protected] = ACTIONS(4206), + [anon_sym_tailrec] = ACTIONS(4206), + [anon_sym_operator] = ACTIONS(4206), + [anon_sym_infix] = ACTIONS(4206), + [anon_sym_inline] = ACTIONS(4206), + [anon_sym_external] = ACTIONS(4206), + [sym_property_modifier] = ACTIONS(4206), + [anon_sym_abstract] = ACTIONS(4206), + [anon_sym_final] = ACTIONS(4206), + [anon_sym_open] = ACTIONS(4206), + [anon_sym_vararg] = ACTIONS(4206), + [anon_sym_noinline] = ACTIONS(4206), + [anon_sym_crossinline] = ACTIONS(4206), + [anon_sym_expect] = ACTIONS(4206), + [anon_sym_actual] = ACTIONS(4206), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4208), + [sym_safe_nav] = ACTIONS(4208), + [sym_multiline_comment] = ACTIONS(3), + }, + [3025] = { + [sym__alpha_identifier] = ACTIONS(4748), + [anon_sym_AT] = ACTIONS(4751), + [anon_sym_LBRACK] = ACTIONS(4751), + [anon_sym_as] = ACTIONS(4748), + [anon_sym_EQ] = ACTIONS(4748), + [anon_sym_LBRACE] = ACTIONS(4751), + [anon_sym_RBRACE] = ACTIONS(4751), + [anon_sym_LPAREN] = ACTIONS(4751), + [anon_sym_COMMA] = ACTIONS(4751), + [anon_sym_by] = ACTIONS(4748), + [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(4751), + [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(4751), + [anon_sym_QMARK_COLON] = ACTIONS(4751), + [anon_sym_AMP_AMP] = ACTIONS(4751), + [anon_sym_PIPE_PIPE] = ACTIONS(4751), + [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(4751), + [anon_sym_PLUS_EQ] = ACTIONS(4751), + [anon_sym_DASH_EQ] = ACTIONS(4751), + [anon_sym_STAR_EQ] = ACTIONS(4751), + [anon_sym_SLASH_EQ] = ACTIONS(4751), + [anon_sym_PERCENT_EQ] = ACTIONS(4751), + [anon_sym_BANG_EQ] = ACTIONS(4748), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4751), + [anon_sym_EQ_EQ] = ACTIONS(4748), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4751), + [anon_sym_LT_EQ] = ACTIONS(4751), + [anon_sym_GT_EQ] = ACTIONS(4751), + [anon_sym_BANGin] = ACTIONS(4751), + [anon_sym_is] = ACTIONS(4748), + [anon_sym_BANGis] = ACTIONS(4751), + [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(4751), + [anon_sym_PLUS_PLUS] = ACTIONS(4751), + [anon_sym_DASH_DASH] = ACTIONS(4751), + [anon_sym_BANG] = ACTIONS(4748), + [anon_sym_BANG_BANG] = ACTIONS(4751), + [anon_sym_data] = ACTIONS(4748), + [anon_sym_inner] = ACTIONS(4748), + [anon_sym_value] = ACTIONS(4748), + [anon_sym_expect] = ACTIONS(4748), + [anon_sym_actual] = ACTIONS(4748), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4751), + [anon_sym_continue_AT] = ACTIONS(4751), + [anon_sym_break_AT] = ACTIONS(4751), + [anon_sym_this_AT] = ACTIONS(4751), + [anon_sym_super_AT] = ACTIONS(4751), + [sym_real_literal] = ACTIONS(4751), + [sym_integer_literal] = ACTIONS(4748), + [sym_hex_literal] = ACTIONS(4751), + [sym_bin_literal] = ACTIONS(4751), + [anon_sym_true] = ACTIONS(4748), + [anon_sym_false] = ACTIONS(4748), + [anon_sym_SQUOTE] = ACTIONS(4751), + [sym__backtick_identifier] = ACTIONS(4751), + [sym__automatic_semicolon] = ACTIONS(4751), + [sym_safe_nav] = ACTIONS(4751), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4751), + }, + [3026] = { + [sym_class_body] = STATE(3510), + [sym_type_constraints] = STATE(3331), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(6592), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_RBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_RPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [anon_sym_DASH_GT] = ACTIONS(4245), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_while] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + }, + [3027] = { + [sym__alpha_identifier] = ACTIONS(4273), + [anon_sym_AT] = ACTIONS(4275), + [anon_sym_LBRACK] = ACTIONS(4275), + [anon_sym_EQ] = ACTIONS(4275), + [anon_sym_LBRACE] = ACTIONS(4275), + [anon_sym_RBRACE] = ACTIONS(4275), + [anon_sym_LPAREN] = ACTIONS(4275), + [anon_sym_COMMA] = ACTIONS(4275), + [anon_sym_by] = ACTIONS(4273), + [anon_sym_where] = ACTIONS(4273), + [anon_sym_object] = ACTIONS(4273), + [anon_sym_fun] = ACTIONS(4273), + [anon_sym_DOT] = ACTIONS(4273), + [anon_sym_SEMI] = ACTIONS(4275), + [anon_sym_get] = ACTIONS(4273), + [anon_sym_set] = ACTIONS(4273), + [anon_sym_this] = ACTIONS(4273), + [anon_sym_super] = ACTIONS(4273), + [anon_sym_AMP] = ACTIONS(4275), + [sym__quest] = ACTIONS(4275), + [anon_sym_STAR] = ACTIONS(4275), + [sym_label] = ACTIONS(4273), + [anon_sym_in] = ACTIONS(4273), + [anon_sym_null] = ACTIONS(4273), + [anon_sym_if] = ACTIONS(4273), + [anon_sym_else] = ACTIONS(4273), + [anon_sym_when] = ACTIONS(4273), + [anon_sym_try] = ACTIONS(4273), + [anon_sym_throw] = ACTIONS(4273), + [anon_sym_return] = ACTIONS(4273), + [anon_sym_continue] = ACTIONS(4273), + [anon_sym_break] = ACTIONS(4273), + [anon_sym_COLON_COLON] = ACTIONS(4275), + [anon_sym_BANGin] = ACTIONS(4275), + [anon_sym_is] = ACTIONS(4273), + [anon_sym_BANGis] = ACTIONS(4275), + [anon_sym_PLUS] = ACTIONS(4273), + [anon_sym_DASH] = ACTIONS(4273), + [anon_sym_PLUS_PLUS] = ACTIONS(4275), + [anon_sym_DASH_DASH] = ACTIONS(4275), + [anon_sym_BANG] = ACTIONS(4273), + [anon_sym_suspend] = ACTIONS(4273), + [anon_sym_sealed] = ACTIONS(4273), + [anon_sym_annotation] = ACTIONS(4273), + [anon_sym_data] = ACTIONS(4273), + [anon_sym_inner] = ACTIONS(4273), + [anon_sym_value] = ACTIONS(4273), + [anon_sym_override] = ACTIONS(4273), + [anon_sym_lateinit] = ACTIONS(4273), + [anon_sym_public] = ACTIONS(4273), + [anon_sym_private] = ACTIONS(4273), + [anon_sym_internal] = ACTIONS(4273), + [anon_sym_protected] = ACTIONS(4273), + [anon_sym_tailrec] = ACTIONS(4273), + [anon_sym_operator] = ACTIONS(4273), + [anon_sym_infix] = ACTIONS(4273), + [anon_sym_inline] = ACTIONS(4273), + [anon_sym_external] = ACTIONS(4273), + [sym_property_modifier] = ACTIONS(4273), + [anon_sym_abstract] = ACTIONS(4273), + [anon_sym_final] = ACTIONS(4273), + [anon_sym_open] = ACTIONS(4273), + [anon_sym_vararg] = ACTIONS(4273), + [anon_sym_noinline] = ACTIONS(4273), + [anon_sym_crossinline] = ACTIONS(4273), + [anon_sym_expect] = ACTIONS(4273), + [anon_sym_actual] = ACTIONS(4273), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4275), + [anon_sym_continue_AT] = ACTIONS(4275), + [anon_sym_break_AT] = ACTIONS(4275), + [anon_sym_this_AT] = ACTIONS(4275), + [anon_sym_super_AT] = ACTIONS(4275), + [sym_real_literal] = ACTIONS(4275), + [sym_integer_literal] = ACTIONS(4273), + [sym_hex_literal] = ACTIONS(4275), + [sym_bin_literal] = ACTIONS(4275), + [anon_sym_true] = ACTIONS(4273), + [anon_sym_false] = ACTIONS(4273), + [anon_sym_SQUOTE] = ACTIONS(4275), + [sym__backtick_identifier] = ACTIONS(4275), + [sym__automatic_semicolon] = ACTIONS(4275), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4275), + }, + [3028] = { + [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(4269), + [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), + [anon_sym_AMP] = ACTIONS(4271), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4271), + [anon_sym_super_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), + }, + [3029] = { + [sym__alpha_identifier] = ACTIONS(4313), + [anon_sym_AT] = ACTIONS(4315), + [anon_sym_LBRACK] = ACTIONS(4315), + [anon_sym_RBRACK] = ACTIONS(4315), + [anon_sym_as] = ACTIONS(4313), + [anon_sym_EQ] = ACTIONS(4313), + [anon_sym_LBRACE] = ACTIONS(4315), + [anon_sym_RBRACE] = ACTIONS(4315), + [anon_sym_LPAREN] = ACTIONS(4315), + [anon_sym_COMMA] = ACTIONS(4315), + [anon_sym_RPAREN] = ACTIONS(4315), + [anon_sym_by] = ACTIONS(4313), + [anon_sym_LT] = ACTIONS(4313), + [anon_sym_GT] = ACTIONS(4313), + [anon_sym_where] = ACTIONS(4313), + [anon_sym_DOT] = ACTIONS(4313), + [anon_sym_SEMI] = ACTIONS(4315), + [anon_sym_get] = ACTIONS(4313), + [anon_sym_set] = ACTIONS(4313), + [anon_sym_AMP] = ACTIONS(6594), + [sym__quest] = ACTIONS(4313), + [anon_sym_STAR] = ACTIONS(4313), + [anon_sym_DASH_GT] = ACTIONS(4315), + [sym_label] = ACTIONS(4315), + [anon_sym_in] = ACTIONS(4313), + [anon_sym_while] = ACTIONS(4313), + [anon_sym_DOT_DOT] = ACTIONS(4315), + [anon_sym_QMARK_COLON] = ACTIONS(4315), + [anon_sym_AMP_AMP] = ACTIONS(4315), + [anon_sym_PIPE_PIPE] = ACTIONS(4315), + [anon_sym_else] = ACTIONS(4313), + [anon_sym_COLON_COLON] = ACTIONS(4315), + [anon_sym_PLUS_EQ] = ACTIONS(4315), + [anon_sym_DASH_EQ] = ACTIONS(4315), + [anon_sym_STAR_EQ] = ACTIONS(4315), + [anon_sym_SLASH_EQ] = ACTIONS(4315), + [anon_sym_PERCENT_EQ] = ACTIONS(4315), + [anon_sym_BANG_EQ] = ACTIONS(4313), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4315), + [anon_sym_EQ_EQ] = ACTIONS(4313), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4315), + [anon_sym_LT_EQ] = ACTIONS(4315), + [anon_sym_GT_EQ] = ACTIONS(4315), + [anon_sym_BANGin] = ACTIONS(4315), + [anon_sym_is] = ACTIONS(4313), + [anon_sym_BANGis] = ACTIONS(4315), + [anon_sym_PLUS] = ACTIONS(4313), + [anon_sym_DASH] = ACTIONS(4313), + [anon_sym_SLASH] = ACTIONS(4313), + [anon_sym_PERCENT] = ACTIONS(4313), + [anon_sym_as_QMARK] = ACTIONS(4315), + [anon_sym_PLUS_PLUS] = ACTIONS(4315), + [anon_sym_DASH_DASH] = ACTIONS(4315), + [anon_sym_BANG_BANG] = ACTIONS(4315), + [anon_sym_suspend] = ACTIONS(4313), + [anon_sym_sealed] = ACTIONS(4313), + [anon_sym_annotation] = ACTIONS(4313), + [anon_sym_data] = ACTIONS(4313), + [anon_sym_inner] = ACTIONS(4313), + [anon_sym_value] = ACTIONS(4313), + [anon_sym_override] = ACTIONS(4313), + [anon_sym_lateinit] = ACTIONS(4313), + [anon_sym_public] = ACTIONS(4313), + [anon_sym_private] = ACTIONS(4313), + [anon_sym_internal] = ACTIONS(4313), + [anon_sym_protected] = ACTIONS(4313), + [anon_sym_tailrec] = ACTIONS(4313), + [anon_sym_operator] = ACTIONS(4313), + [anon_sym_infix] = ACTIONS(4313), + [anon_sym_inline] = ACTIONS(4313), + [anon_sym_external] = ACTIONS(4313), + [sym_property_modifier] = ACTIONS(4313), + [anon_sym_abstract] = ACTIONS(4313), + [anon_sym_final] = ACTIONS(4313), + [anon_sym_open] = ACTIONS(4313), + [anon_sym_vararg] = ACTIONS(4313), + [anon_sym_noinline] = ACTIONS(4313), + [anon_sym_crossinline] = ACTIONS(4313), + [anon_sym_expect] = ACTIONS(4313), + [anon_sym_actual] = ACTIONS(4313), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4916), - [anon_sym_continue_AT] = ACTIONS(4916), - [anon_sym_break_AT] = ACTIONS(4916), - [anon_sym_this_AT] = ACTIONS(4916), - [anon_sym_super_AT] = ACTIONS(4916), - [sym_real_literal] = ACTIONS(4916), - [sym_integer_literal] = ACTIONS(4914), - [sym_hex_literal] = ACTIONS(4916), - [sym_bin_literal] = ACTIONS(4916), - [anon_sym_true] = ACTIONS(4914), - [anon_sym_false] = ACTIONS(4914), - [anon_sym_SQUOTE] = ACTIONS(4916), - [sym__backtick_identifier] = ACTIONS(4916), - [sym__automatic_semicolon] = ACTIONS(4916), - [sym_safe_nav] = ACTIONS(4916), + [sym__backtick_identifier] = ACTIONS(4315), + [sym_safe_nav] = ACTIONS(4315), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4916), }, - [3081] = { - [sym_type_constraints] = STATE(3351), - [sym_enum_class_body] = STATE(3472), - [sym__alpha_identifier] = ACTIONS(4467), - [anon_sym_AT] = ACTIONS(4469), - [anon_sym_LBRACK] = ACTIONS(4469), - [anon_sym_RBRACK] = ACTIONS(4469), - [anon_sym_as] = ACTIONS(4467), - [anon_sym_EQ] = ACTIONS(4467), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4469), - [anon_sym_LPAREN] = ACTIONS(4469), - [anon_sym_COMMA] = ACTIONS(4469), - [anon_sym_RPAREN] = ACTIONS(4469), - [anon_sym_LT] = ACTIONS(4467), - [anon_sym_GT] = ACTIONS(4467), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4467), - [anon_sym_SEMI] = ACTIONS(4469), - [anon_sym_get] = ACTIONS(4467), - [anon_sym_set] = ACTIONS(4467), - [anon_sym_STAR] = ACTIONS(4467), - [anon_sym_DASH_GT] = ACTIONS(4469), - [sym_label] = ACTIONS(4469), - [anon_sym_in] = ACTIONS(4467), - [anon_sym_while] = ACTIONS(4467), - [anon_sym_DOT_DOT] = ACTIONS(4469), - [anon_sym_QMARK_COLON] = ACTIONS(4469), - [anon_sym_AMP_AMP] = ACTIONS(4469), - [anon_sym_PIPE_PIPE] = ACTIONS(4469), - [anon_sym_else] = ACTIONS(4467), - [anon_sym_COLON_COLON] = ACTIONS(4469), - [anon_sym_PLUS_EQ] = ACTIONS(4469), - [anon_sym_DASH_EQ] = ACTIONS(4469), - [anon_sym_STAR_EQ] = ACTIONS(4469), - [anon_sym_SLASH_EQ] = ACTIONS(4469), - [anon_sym_PERCENT_EQ] = ACTIONS(4469), - [anon_sym_BANG_EQ] = ACTIONS(4467), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4469), - [anon_sym_EQ_EQ] = ACTIONS(4467), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4469), - [anon_sym_LT_EQ] = ACTIONS(4469), - [anon_sym_GT_EQ] = ACTIONS(4469), - [anon_sym_BANGin] = ACTIONS(4469), - [anon_sym_is] = ACTIONS(4467), - [anon_sym_BANGis] = ACTIONS(4469), - [anon_sym_PLUS] = ACTIONS(4467), - [anon_sym_DASH] = ACTIONS(4467), - [anon_sym_SLASH] = ACTIONS(4467), - [anon_sym_PERCENT] = ACTIONS(4467), - [anon_sym_as_QMARK] = ACTIONS(4469), - [anon_sym_PLUS_PLUS] = ACTIONS(4469), - [anon_sym_DASH_DASH] = ACTIONS(4469), - [anon_sym_BANG_BANG] = ACTIONS(4469), - [anon_sym_suspend] = ACTIONS(4467), - [anon_sym_sealed] = ACTIONS(4467), - [anon_sym_annotation] = ACTIONS(4467), - [anon_sym_data] = ACTIONS(4467), - [anon_sym_inner] = ACTIONS(4467), - [anon_sym_value] = ACTIONS(4467), - [anon_sym_override] = ACTIONS(4467), - [anon_sym_lateinit] = ACTIONS(4467), - [anon_sym_public] = ACTIONS(4467), - [anon_sym_private] = ACTIONS(4467), - [anon_sym_internal] = ACTIONS(4467), - [anon_sym_protected] = ACTIONS(4467), - [anon_sym_tailrec] = ACTIONS(4467), - [anon_sym_operator] = ACTIONS(4467), - [anon_sym_infix] = ACTIONS(4467), - [anon_sym_inline] = ACTIONS(4467), - [anon_sym_external] = ACTIONS(4467), - [sym_property_modifier] = ACTIONS(4467), - [anon_sym_abstract] = ACTIONS(4467), - [anon_sym_final] = ACTIONS(4467), - [anon_sym_open] = ACTIONS(4467), - [anon_sym_vararg] = ACTIONS(4467), - [anon_sym_noinline] = ACTIONS(4467), - [anon_sym_crossinline] = ACTIONS(4467), - [anon_sym_expect] = ACTIONS(4467), - [anon_sym_actual] = ACTIONS(4467), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4469), - [sym_safe_nav] = ACTIONS(4469), + [3030] = { + [sym__alpha_identifier] = ACTIONS(4663), + [anon_sym_AT] = ACTIONS(4665), + [anon_sym_COLON] = ACTIONS(4663), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4665), + [anon_sym_super_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), + }, + [3031] = { + [sym_type_constraints] = STATE(3356), + [sym_enum_class_body] = STATE(3483), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_COLON] = ACTIONS(6596), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_RBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_RPAREN] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [anon_sym_DASH_GT] = ACTIONS(4202), + [sym_label] = ACTIONS(4202), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_while] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), [sym_multiline_comment] = ACTIONS(3), }, - [3082] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5097), - [anon_sym_super_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), + [3032] = { + [sym_type_constraints] = STATE(3066), + [sym_function_body] = STATE(3464), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_RBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_RPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [anon_sym_DASH_GT] = ACTIONS(4321), + [sym_label] = ACTIONS(4321), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_while] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), }, - [3083] = { - [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_value] = ACTIONS(5043), - [anon_sym_expect] = ACTIONS(5043), - [anon_sym_actual] = ACTIONS(5043), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5045), - [anon_sym_continue_AT] = ACTIONS(5045), - [anon_sym_break_AT] = ACTIONS(5045), - [anon_sym_this_AT] = ACTIONS(5045), - [anon_sym_super_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(5045), + [3033] = { + [sym_class_body] = STATE(3205), + [sym__alpha_identifier] = ACTIONS(4692), + [anon_sym_AT] = ACTIONS(4694), + [anon_sym_LBRACK] = ACTIONS(4694), + [anon_sym_as] = ACTIONS(4692), + [anon_sym_EQ] = ACTIONS(4692), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4694), + [anon_sym_LPAREN] = ACTIONS(4694), + [anon_sym_COMMA] = ACTIONS(4694), + [anon_sym_LT] = ACTIONS(4692), + [anon_sym_GT] = ACTIONS(4692), + [anon_sym_where] = ACTIONS(4692), + [anon_sym_object] = ACTIONS(4692), + [anon_sym_fun] = ACTIONS(4692), + [anon_sym_DOT] = ACTIONS(4692), + [anon_sym_SEMI] = ACTIONS(4694), + [anon_sym_get] = ACTIONS(4692), + [anon_sym_set] = ACTIONS(4692), + [anon_sym_this] = ACTIONS(4692), + [anon_sym_super] = ACTIONS(4692), + [anon_sym_STAR] = ACTIONS(4692), + [sym_label] = ACTIONS(4692), + [anon_sym_in] = ACTIONS(4692), + [anon_sym_DOT_DOT] = ACTIONS(4694), + [anon_sym_QMARK_COLON] = ACTIONS(4694), + [anon_sym_AMP_AMP] = ACTIONS(4694), + [anon_sym_PIPE_PIPE] = ACTIONS(4694), + [anon_sym_null] = ACTIONS(4692), + [anon_sym_if] = ACTIONS(4692), + [anon_sym_else] = ACTIONS(4692), + [anon_sym_when] = ACTIONS(4692), + [anon_sym_try] = ACTIONS(4692), + [anon_sym_throw] = ACTIONS(4692), + [anon_sym_return] = ACTIONS(4692), + [anon_sym_continue] = ACTIONS(4692), + [anon_sym_break] = ACTIONS(4692), + [anon_sym_COLON_COLON] = ACTIONS(4694), + [anon_sym_PLUS_EQ] = ACTIONS(4694), + [anon_sym_DASH_EQ] = ACTIONS(4694), + [anon_sym_STAR_EQ] = ACTIONS(4694), + [anon_sym_SLASH_EQ] = ACTIONS(4694), + [anon_sym_PERCENT_EQ] = ACTIONS(4694), + [anon_sym_BANG_EQ] = ACTIONS(4692), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4694), + [anon_sym_EQ_EQ] = ACTIONS(4692), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4694), + [anon_sym_LT_EQ] = ACTIONS(4694), + [anon_sym_GT_EQ] = ACTIONS(4694), + [anon_sym_BANGin] = ACTIONS(4694), + [anon_sym_is] = ACTIONS(4692), + [anon_sym_BANGis] = ACTIONS(4694), + [anon_sym_PLUS] = ACTIONS(4692), + [anon_sym_DASH] = ACTIONS(4692), + [anon_sym_SLASH] = ACTIONS(4692), + [anon_sym_PERCENT] = ACTIONS(4692), + [anon_sym_as_QMARK] = ACTIONS(4694), + [anon_sym_PLUS_PLUS] = ACTIONS(4694), + [anon_sym_DASH_DASH] = ACTIONS(4694), + [anon_sym_BANG] = ACTIONS(4692), + [anon_sym_BANG_BANG] = ACTIONS(4694), + [anon_sym_data] = ACTIONS(4692), + [anon_sym_inner] = ACTIONS(4692), + [anon_sym_value] = ACTIONS(4692), + [anon_sym_expect] = ACTIONS(4692), + [anon_sym_actual] = ACTIONS(4692), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4694), + [anon_sym_continue_AT] = ACTIONS(4694), + [anon_sym_break_AT] = ACTIONS(4694), + [anon_sym_this_AT] = ACTIONS(4694), + [anon_sym_super_AT] = ACTIONS(4694), + [sym_real_literal] = ACTIONS(4694), + [sym_integer_literal] = ACTIONS(4692), + [sym_hex_literal] = ACTIONS(4694), + [sym_bin_literal] = ACTIONS(4694), + [anon_sym_true] = ACTIONS(4692), + [anon_sym_false] = ACTIONS(4692), + [anon_sym_SQUOTE] = ACTIONS(4694), + [sym__backtick_identifier] = ACTIONS(4694), + [sym__automatic_semicolon] = ACTIONS(4694), + [sym_safe_nav] = ACTIONS(4694), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4694), }, - [3084] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5053), - [anon_sym_super_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), + [3034] = { + [sym_type_constraints] = STATE(3104), + [sym_function_body] = STATE(3472), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_RBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_RPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [anon_sym_DASH_GT] = ACTIONS(4131), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_while] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), }, - [3085] = { - [sym__alpha_identifier] = ACTIONS(4028), - [anon_sym_AT] = ACTIONS(4030), - [anon_sym_LBRACK] = ACTIONS(4030), - [anon_sym_as] = ACTIONS(4028), - [anon_sym_EQ] = ACTIONS(4028), - [anon_sym_LBRACE] = ACTIONS(4030), - [anon_sym_RBRACE] = ACTIONS(4030), - [anon_sym_LPAREN] = ACTIONS(4030), - [anon_sym_COMMA] = ACTIONS(4030), - [anon_sym_LT] = ACTIONS(4028), - [anon_sym_GT] = ACTIONS(4028), - [anon_sym_where] = ACTIONS(4028), - [anon_sym_object] = ACTIONS(4028), - [anon_sym_fun] = ACTIONS(4028), - [anon_sym_DOT] = ACTIONS(4028), - [anon_sym_SEMI] = ACTIONS(4030), - [anon_sym_get] = ACTIONS(4028), - [anon_sym_set] = ACTIONS(4028), - [anon_sym_this] = ACTIONS(4028), - [anon_sym_super] = ACTIONS(4028), - [anon_sym_STAR] = ACTIONS(4028), - [sym_label] = ACTIONS(4028), - [anon_sym_in] = ACTIONS(4028), - [anon_sym_DOT_DOT] = ACTIONS(4030), - [anon_sym_QMARK_COLON] = ACTIONS(4030), - [anon_sym_AMP_AMP] = ACTIONS(4030), - [anon_sym_PIPE_PIPE] = ACTIONS(4030), - [anon_sym_null] = ACTIONS(4028), - [anon_sym_if] = ACTIONS(4028), - [anon_sym_else] = ACTIONS(4028), - [anon_sym_when] = ACTIONS(4028), - [anon_sym_try] = ACTIONS(4028), - [anon_sym_throw] = ACTIONS(4028), - [anon_sym_return] = ACTIONS(4028), - [anon_sym_continue] = ACTIONS(4028), - [anon_sym_break] = ACTIONS(4028), - [anon_sym_COLON_COLON] = ACTIONS(4030), - [anon_sym_PLUS_EQ] = ACTIONS(4030), - [anon_sym_DASH_EQ] = ACTIONS(4030), - [anon_sym_STAR_EQ] = ACTIONS(4030), - [anon_sym_SLASH_EQ] = ACTIONS(4030), - [anon_sym_PERCENT_EQ] = ACTIONS(4030), - [anon_sym_BANG_EQ] = ACTIONS(4028), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4030), - [anon_sym_EQ_EQ] = ACTIONS(4028), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4030), - [anon_sym_LT_EQ] = ACTIONS(4030), - [anon_sym_GT_EQ] = ACTIONS(4030), - [anon_sym_BANGin] = ACTIONS(4030), - [anon_sym_is] = ACTIONS(4028), - [anon_sym_BANGis] = ACTIONS(4030), - [anon_sym_PLUS] = ACTIONS(4028), - [anon_sym_DASH] = ACTIONS(4028), - [anon_sym_SLASH] = ACTIONS(4028), - [anon_sym_PERCENT] = ACTIONS(4028), - [anon_sym_as_QMARK] = ACTIONS(4030), - [anon_sym_PLUS_PLUS] = ACTIONS(4030), - [anon_sym_DASH_DASH] = ACTIONS(4030), - [anon_sym_BANG] = ACTIONS(4028), - [anon_sym_BANG_BANG] = ACTIONS(4030), - [anon_sym_data] = ACTIONS(4028), - [anon_sym_inner] = ACTIONS(4028), - [anon_sym_value] = ACTIONS(4028), - [anon_sym_expect] = ACTIONS(4028), - [anon_sym_actual] = ACTIONS(4028), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4030), - [anon_sym_continue_AT] = ACTIONS(4030), - [anon_sym_break_AT] = ACTIONS(4030), - [anon_sym_this_AT] = ACTIONS(4030), - [anon_sym_super_AT] = ACTIONS(4030), - [sym_real_literal] = ACTIONS(4030), - [sym_integer_literal] = ACTIONS(4028), - [sym_hex_literal] = ACTIONS(4030), - [sym_bin_literal] = ACTIONS(4030), - [anon_sym_true] = ACTIONS(4028), - [anon_sym_false] = ACTIONS(4028), - [anon_sym_SQUOTE] = ACTIONS(4030), - [sym__backtick_identifier] = ACTIONS(4030), - [sym__automatic_semicolon] = ACTIONS(4030), - [sym_safe_nav] = ACTIONS(4030), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4030), + [3035] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(2974), + [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(6561), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4706), + [anon_sym_super_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), }, - [3086] = { - [sym__alpha_identifier] = ACTIONS(4660), - [anon_sym_AT] = ACTIONS(4662), - [anon_sym_LBRACK] = ACTIONS(4662), - [anon_sym_as] = ACTIONS(4660), - [anon_sym_EQ] = ACTIONS(4660), - [anon_sym_LBRACE] = ACTIONS(4662), - [anon_sym_RBRACE] = ACTIONS(4662), - [anon_sym_LPAREN] = ACTIONS(4662), - [anon_sym_COMMA] = ACTIONS(4662), - [anon_sym_LT] = ACTIONS(4660), - [anon_sym_GT] = ACTIONS(4660), - [anon_sym_where] = ACTIONS(4660), - [anon_sym_object] = ACTIONS(4660), - [anon_sym_fun] = ACTIONS(4660), - [anon_sym_DOT] = ACTIONS(4660), - [anon_sym_SEMI] = ACTIONS(4662), - [anon_sym_get] = ACTIONS(4660), - [anon_sym_set] = ACTIONS(4660), - [anon_sym_this] = ACTIONS(4660), - [anon_sym_super] = ACTIONS(4660), - [anon_sym_STAR] = ACTIONS(4660), - [sym_label] = ACTIONS(4660), - [anon_sym_in] = ACTIONS(4660), - [anon_sym_DOT_DOT] = ACTIONS(4662), - [anon_sym_QMARK_COLON] = ACTIONS(4662), - [anon_sym_AMP_AMP] = ACTIONS(4662), - [anon_sym_PIPE_PIPE] = ACTIONS(4662), - [anon_sym_null] = ACTIONS(4660), - [anon_sym_if] = ACTIONS(4660), - [anon_sym_else] = ACTIONS(4660), - [anon_sym_when] = ACTIONS(4660), - [anon_sym_try] = ACTIONS(4660), - [anon_sym_throw] = ACTIONS(4660), - [anon_sym_return] = ACTIONS(4660), - [anon_sym_continue] = ACTIONS(4660), - [anon_sym_break] = ACTIONS(4660), - [anon_sym_COLON_COLON] = ACTIONS(4662), - [anon_sym_PLUS_EQ] = ACTIONS(4662), - [anon_sym_DASH_EQ] = ACTIONS(4662), - [anon_sym_STAR_EQ] = ACTIONS(4662), - [anon_sym_SLASH_EQ] = ACTIONS(4662), - [anon_sym_PERCENT_EQ] = ACTIONS(4662), - [anon_sym_BANG_EQ] = ACTIONS(4660), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4662), - [anon_sym_EQ_EQ] = ACTIONS(4660), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4662), - [anon_sym_LT_EQ] = ACTIONS(4662), - [anon_sym_GT_EQ] = ACTIONS(4662), - [anon_sym_BANGin] = ACTIONS(4662), - [anon_sym_is] = ACTIONS(4660), - [anon_sym_BANGis] = ACTIONS(4662), - [anon_sym_PLUS] = ACTIONS(4660), - [anon_sym_DASH] = ACTIONS(4660), - [anon_sym_SLASH] = ACTIONS(4660), - [anon_sym_PERCENT] = ACTIONS(4660), - [anon_sym_as_QMARK] = ACTIONS(4662), - [anon_sym_PLUS_PLUS] = ACTIONS(4662), - [anon_sym_DASH_DASH] = ACTIONS(4662), - [anon_sym_BANG] = ACTIONS(4660), - [anon_sym_BANG_BANG] = ACTIONS(4662), - [anon_sym_data] = ACTIONS(4660), - [anon_sym_inner] = ACTIONS(4660), - [anon_sym_value] = ACTIONS(4660), - [anon_sym_expect] = ACTIONS(4660), - [anon_sym_actual] = ACTIONS(4660), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4662), - [anon_sym_continue_AT] = ACTIONS(4662), - [anon_sym_break_AT] = ACTIONS(4662), - [anon_sym_this_AT] = ACTIONS(4662), - [anon_sym_super_AT] = ACTIONS(4662), - [sym_real_literal] = ACTIONS(4662), - [sym_integer_literal] = ACTIONS(4660), - [sym_hex_literal] = ACTIONS(4662), - [sym_bin_literal] = ACTIONS(4662), - [anon_sym_true] = ACTIONS(4660), - [anon_sym_false] = ACTIONS(4660), - [anon_sym_SQUOTE] = ACTIONS(4662), - [sym__backtick_identifier] = ACTIONS(4662), - [sym__automatic_semicolon] = ACTIONS(4662), - [sym_safe_nav] = ACTIONS(4662), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4662), + [3036] = { + [sym__alpha_identifier] = ACTIONS(4653), + [anon_sym_AT] = ACTIONS(4655), + [anon_sym_COLON] = ACTIONS(4653), + [anon_sym_LBRACK] = ACTIONS(4655), + [anon_sym_as] = ACTIONS(4653), + [anon_sym_EQ] = ACTIONS(4653), + [anon_sym_LBRACE] = ACTIONS(4655), + [anon_sym_RBRACE] = ACTIONS(4655), + [anon_sym_LPAREN] = ACTIONS(4655), + [anon_sym_COMMA] = ACTIONS(4655), + [anon_sym_LT] = ACTIONS(4653), + [anon_sym_GT] = ACTIONS(4653), + [anon_sym_where] = ACTIONS(4653), + [anon_sym_object] = ACTIONS(4653), + [anon_sym_fun] = ACTIONS(4653), + [anon_sym_DOT] = ACTIONS(4653), + [anon_sym_SEMI] = ACTIONS(4655), + [anon_sym_get] = ACTIONS(4653), + [anon_sym_set] = ACTIONS(4653), + [anon_sym_this] = ACTIONS(4653), + [anon_sym_super] = ACTIONS(4653), + [anon_sym_STAR] = ACTIONS(4653), + [sym_label] = ACTIONS(4653), + [anon_sym_in] = ACTIONS(4653), + [anon_sym_DOT_DOT] = ACTIONS(4655), + [anon_sym_QMARK_COLON] = ACTIONS(4655), + [anon_sym_AMP_AMP] = ACTIONS(4655), + [anon_sym_PIPE_PIPE] = ACTIONS(4655), + [anon_sym_null] = ACTIONS(4653), + [anon_sym_if] = ACTIONS(4653), + [anon_sym_else] = ACTIONS(4653), + [anon_sym_when] = ACTIONS(4653), + [anon_sym_try] = ACTIONS(4653), + [anon_sym_throw] = ACTIONS(4653), + [anon_sym_return] = ACTIONS(4653), + [anon_sym_continue] = ACTIONS(4653), + [anon_sym_break] = ACTIONS(4653), + [anon_sym_COLON_COLON] = ACTIONS(4655), + [anon_sym_PLUS_EQ] = ACTIONS(4655), + [anon_sym_DASH_EQ] = ACTIONS(4655), + [anon_sym_STAR_EQ] = ACTIONS(4655), + [anon_sym_SLASH_EQ] = ACTIONS(4655), + [anon_sym_PERCENT_EQ] = ACTIONS(4655), + [anon_sym_BANG_EQ] = ACTIONS(4653), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4655), + [anon_sym_EQ_EQ] = ACTIONS(4653), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4655), + [anon_sym_LT_EQ] = ACTIONS(4655), + [anon_sym_GT_EQ] = ACTIONS(4655), + [anon_sym_BANGin] = ACTIONS(4655), + [anon_sym_is] = ACTIONS(4653), + [anon_sym_BANGis] = ACTIONS(4655), + [anon_sym_PLUS] = ACTIONS(4653), + [anon_sym_DASH] = ACTIONS(4653), + [anon_sym_SLASH] = ACTIONS(4653), + [anon_sym_PERCENT] = ACTIONS(4653), + [anon_sym_as_QMARK] = ACTIONS(4655), + [anon_sym_PLUS_PLUS] = ACTIONS(4655), + [anon_sym_DASH_DASH] = ACTIONS(4655), + [anon_sym_BANG] = ACTIONS(4653), + [anon_sym_BANG_BANG] = ACTIONS(4655), + [anon_sym_data] = ACTIONS(4653), + [anon_sym_inner] = ACTIONS(4653), + [anon_sym_value] = ACTIONS(4653), + [anon_sym_expect] = ACTIONS(4653), + [anon_sym_actual] = ACTIONS(4653), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4655), + [anon_sym_continue_AT] = ACTIONS(4655), + [anon_sym_break_AT] = ACTIONS(4655), + [anon_sym_this_AT] = ACTIONS(4655), + [anon_sym_super_AT] = ACTIONS(4655), + [sym_real_literal] = ACTIONS(4655), + [sym_integer_literal] = ACTIONS(4653), + [sym_hex_literal] = ACTIONS(4655), + [sym_bin_literal] = ACTIONS(4655), + [anon_sym_true] = ACTIONS(4653), + [anon_sym_false] = ACTIONS(4653), + [anon_sym_SQUOTE] = ACTIONS(4655), + [sym__backtick_identifier] = ACTIONS(4655), + [sym__automatic_semicolon] = ACTIONS(4655), + [sym_safe_nav] = ACTIONS(4655), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4655), }, - [3087] = { + [3037] = { + [sym_type_constraints] = STATE(3097), + [sym_function_body] = STATE(3487), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_RBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_RPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [anon_sym_DASH_GT] = ACTIONS(4141), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_while] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + }, + [3038] = { + [sym_enum_class_body] = STATE(3212), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(4200), + [anon_sym_object] = ACTIONS(4200), + [anon_sym_fun] = ACTIONS(4200), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_this] = ACTIONS(4200), + [anon_sym_super] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_null] = ACTIONS(4200), + [anon_sym_if] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_when] = ACTIONS(4200), + [anon_sym_try] = ACTIONS(4200), + [anon_sym_throw] = ACTIONS(4200), + [anon_sym_return] = ACTIONS(4200), + [anon_sym_continue] = ACTIONS(4200), + [anon_sym_break] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4202), + [anon_sym_continue_AT] = ACTIONS(4202), + [anon_sym_break_AT] = ACTIONS(4202), + [anon_sym_this_AT] = ACTIONS(4202), + [anon_sym_super_AT] = ACTIONS(4202), + [sym_real_literal] = ACTIONS(4202), + [sym_integer_literal] = ACTIONS(4200), + [sym_hex_literal] = ACTIONS(4202), + [sym_bin_literal] = ACTIONS(4202), + [anon_sym_true] = ACTIONS(4200), + [anon_sym_false] = ACTIONS(4200), + [anon_sym_SQUOTE] = ACTIONS(4202), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4202), + }, + [3039] = { + [sym_enum_class_body] = STATE(3259), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3274), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), + }, + [3040] = { + [sym_class_body] = STATE(3256), + [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(3210), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4686), + [anon_sym_super_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), + }, + [3041] = { + [sym_type_constraints] = STATE(3336), + [sym_enum_class_body] = STATE(3498), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(5642), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_RBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_RPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [anon_sym_DASH_GT] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_while] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3274), + [anon_sym_sealed] = ACTIONS(3274), + [anon_sym_annotation] = ACTIONS(3274), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_override] = ACTIONS(3274), + [anon_sym_lateinit] = ACTIONS(3274), + [anon_sym_public] = ACTIONS(3274), + [anon_sym_private] = ACTIONS(3274), + [anon_sym_internal] = ACTIONS(3274), + [anon_sym_protected] = ACTIONS(3274), + [anon_sym_tailrec] = ACTIONS(3274), + [anon_sym_operator] = ACTIONS(3274), + [anon_sym_infix] = ACTIONS(3274), + [anon_sym_inline] = ACTIONS(3274), + [anon_sym_external] = ACTIONS(3274), + [sym_property_modifier] = ACTIONS(3274), + [anon_sym_abstract] = ACTIONS(3274), + [anon_sym_final] = ACTIONS(3274), + [anon_sym_open] = ACTIONS(3274), + [anon_sym_vararg] = ACTIONS(3274), + [anon_sym_noinline] = ACTIONS(3274), + [anon_sym_crossinline] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + }, + [3042] = { + [aux_sym_type_constraints_repeat1] = STATE(3042), + [sym__alpha_identifier] = ACTIONS(4389), + [anon_sym_AT] = ACTIONS(4391), + [anon_sym_LBRACK] = ACTIONS(4391), + [anon_sym_as] = ACTIONS(4389), + [anon_sym_EQ] = ACTIONS(4389), + [anon_sym_LBRACE] = ACTIONS(4391), + [anon_sym_RBRACE] = ACTIONS(4391), + [anon_sym_LPAREN] = ACTIONS(4391), + [anon_sym_COMMA] = ACTIONS(6598), + [anon_sym_LT] = ACTIONS(4389), + [anon_sym_GT] = ACTIONS(4389), + [anon_sym_where] = ACTIONS(4389), + [anon_sym_object] = ACTIONS(4389), + [anon_sym_fun] = ACTIONS(4389), + [anon_sym_DOT] = ACTIONS(4389), + [anon_sym_SEMI] = ACTIONS(4391), + [anon_sym_get] = ACTIONS(4389), + [anon_sym_set] = ACTIONS(4389), + [anon_sym_this] = ACTIONS(4389), + [anon_sym_super] = ACTIONS(4389), + [anon_sym_STAR] = ACTIONS(4389), + [sym_label] = ACTIONS(4389), + [anon_sym_in] = ACTIONS(4389), + [anon_sym_DOT_DOT] = ACTIONS(4391), + [anon_sym_QMARK_COLON] = ACTIONS(4391), + [anon_sym_AMP_AMP] = ACTIONS(4391), + [anon_sym_PIPE_PIPE] = ACTIONS(4391), + [anon_sym_null] = ACTIONS(4389), + [anon_sym_if] = ACTIONS(4389), + [anon_sym_else] = ACTIONS(4389), + [anon_sym_when] = ACTIONS(4389), + [anon_sym_try] = ACTIONS(4389), + [anon_sym_throw] = ACTIONS(4389), + [anon_sym_return] = ACTIONS(4389), + [anon_sym_continue] = ACTIONS(4389), + [anon_sym_break] = ACTIONS(4389), + [anon_sym_COLON_COLON] = ACTIONS(4391), + [anon_sym_PLUS_EQ] = ACTIONS(4391), + [anon_sym_DASH_EQ] = ACTIONS(4391), + [anon_sym_STAR_EQ] = ACTIONS(4391), + [anon_sym_SLASH_EQ] = ACTIONS(4391), + [anon_sym_PERCENT_EQ] = ACTIONS(4391), + [anon_sym_BANG_EQ] = ACTIONS(4389), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4391), + [anon_sym_EQ_EQ] = ACTIONS(4389), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4391), + [anon_sym_LT_EQ] = ACTIONS(4391), + [anon_sym_GT_EQ] = ACTIONS(4391), + [anon_sym_BANGin] = ACTIONS(4391), + [anon_sym_is] = ACTIONS(4389), + [anon_sym_BANGis] = ACTIONS(4391), + [anon_sym_PLUS] = ACTIONS(4389), + [anon_sym_DASH] = ACTIONS(4389), + [anon_sym_SLASH] = ACTIONS(4389), + [anon_sym_PERCENT] = ACTIONS(4389), + [anon_sym_as_QMARK] = ACTIONS(4391), + [anon_sym_PLUS_PLUS] = ACTIONS(4391), + [anon_sym_DASH_DASH] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(4389), + [anon_sym_BANG_BANG] = ACTIONS(4391), + [anon_sym_data] = ACTIONS(4389), + [anon_sym_inner] = ACTIONS(4389), + [anon_sym_value] = ACTIONS(4389), + [anon_sym_expect] = ACTIONS(4389), + [anon_sym_actual] = ACTIONS(4389), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4391), + [anon_sym_continue_AT] = ACTIONS(4391), + [anon_sym_break_AT] = ACTIONS(4391), + [anon_sym_this_AT] = ACTIONS(4391), + [anon_sym_super_AT] = ACTIONS(4391), + [sym_real_literal] = ACTIONS(4391), + [sym_integer_literal] = ACTIONS(4389), + [sym_hex_literal] = ACTIONS(4391), + [sym_bin_literal] = ACTIONS(4391), + [anon_sym_true] = ACTIONS(4389), + [anon_sym_false] = ACTIONS(4389), + [anon_sym_SQUOTE] = ACTIONS(4391), + [sym__backtick_identifier] = ACTIONS(4391), + [sym__automatic_semicolon] = ACTIONS(4391), + [sym_safe_nav] = ACTIONS(4391), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4391), + }, + [3043] = { + [sym_class_body] = STATE(3196), [sym__alpha_identifier] = ACTIONS(4489), [anon_sym_AT] = ACTIONS(4491), - [anon_sym_COLON] = ACTIONS(4489), [anon_sym_LBRACK] = ACTIONS(4491), - [anon_sym_RBRACK] = ACTIONS(4491), [anon_sym_as] = ACTIONS(4489), [anon_sym_EQ] = ACTIONS(4489), - [anon_sym_constructor] = ACTIONS(4489), - [anon_sym_LBRACE] = ACTIONS(4491), + [anon_sym_LBRACE] = ACTIONS(3210), [anon_sym_RBRACE] = ACTIONS(4491), [anon_sym_LPAREN] = ACTIONS(4491), [anon_sym_COMMA] = ACTIONS(4491), - [anon_sym_RPAREN] = ACTIONS(4491), [anon_sym_LT] = ACTIONS(4489), [anon_sym_GT] = ACTIONS(4489), [anon_sym_where] = ACTIONS(4489), + [anon_sym_object] = ACTIONS(4489), + [anon_sym_fun] = ACTIONS(4489), [anon_sym_DOT] = ACTIONS(4489), [anon_sym_SEMI] = ACTIONS(4491), [anon_sym_get] = ACTIONS(4489), [anon_sym_set] = ACTIONS(4489), + [anon_sym_this] = ACTIONS(4489), + [anon_sym_super] = ACTIONS(4489), [anon_sym_STAR] = ACTIONS(4489), - [anon_sym_DASH_GT] = ACTIONS(4491), - [sym_label] = ACTIONS(4491), + [sym_label] = ACTIONS(4489), [anon_sym_in] = ACTIONS(4489), - [anon_sym_while] = ACTIONS(4489), [anon_sym_DOT_DOT] = ACTIONS(4491), [anon_sym_QMARK_COLON] = ACTIONS(4491), [anon_sym_AMP_AMP] = ACTIONS(4491), [anon_sym_PIPE_PIPE] = ACTIONS(4491), + [anon_sym_null] = ACTIONS(4489), + [anon_sym_if] = ACTIONS(4489), [anon_sym_else] = ACTIONS(4489), + [anon_sym_when] = ACTIONS(4489), + [anon_sym_try] = ACTIONS(4489), + [anon_sym_throw] = ACTIONS(4489), + [anon_sym_return] = ACTIONS(4489), + [anon_sym_continue] = ACTIONS(4489), + [anon_sym_break] = ACTIONS(4489), [anon_sym_COLON_COLON] = ACTIONS(4491), [anon_sym_PLUS_EQ] = ACTIONS(4491), [anon_sym_DASH_EQ] = ACTIONS(4491), @@ -369392,1235 +365613,1072 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(4491), [anon_sym_PLUS_PLUS] = ACTIONS(4491), [anon_sym_DASH_DASH] = ACTIONS(4491), + [anon_sym_BANG] = ACTIONS(4489), [anon_sym_BANG_BANG] = ACTIONS(4491), - [anon_sym_suspend] = ACTIONS(4489), - [anon_sym_sealed] = ACTIONS(4489), - [anon_sym_annotation] = ACTIONS(4489), [anon_sym_data] = ACTIONS(4489), [anon_sym_inner] = ACTIONS(4489), [anon_sym_value] = ACTIONS(4489), - [anon_sym_override] = ACTIONS(4489), - [anon_sym_lateinit] = ACTIONS(4489), - [anon_sym_public] = ACTIONS(4489), - [anon_sym_private] = ACTIONS(4489), - [anon_sym_internal] = ACTIONS(4489), - [anon_sym_protected] = ACTIONS(4489), - [anon_sym_tailrec] = ACTIONS(4489), - [anon_sym_operator] = ACTIONS(4489), - [anon_sym_infix] = ACTIONS(4489), - [anon_sym_inline] = ACTIONS(4489), - [anon_sym_external] = ACTIONS(4489), - [sym_property_modifier] = ACTIONS(4489), - [anon_sym_abstract] = ACTIONS(4489), - [anon_sym_final] = ACTIONS(4489), - [anon_sym_open] = ACTIONS(4489), - [anon_sym_vararg] = ACTIONS(4489), - [anon_sym_noinline] = ACTIONS(4489), - [anon_sym_crossinline] = ACTIONS(4489), [anon_sym_expect] = ACTIONS(4489), [anon_sym_actual] = ACTIONS(4489), [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4491), + [anon_sym_continue_AT] = ACTIONS(4491), + [anon_sym_break_AT] = ACTIONS(4491), + [anon_sym_this_AT] = ACTIONS(4491), + [anon_sym_super_AT] = ACTIONS(4491), + [sym_real_literal] = ACTIONS(4491), + [sym_integer_literal] = ACTIONS(4489), + [sym_hex_literal] = ACTIONS(4491), + [sym_bin_literal] = ACTIONS(4491), + [anon_sym_true] = ACTIONS(4489), + [anon_sym_false] = ACTIONS(4489), + [anon_sym_SQUOTE] = ACTIONS(4491), [sym__backtick_identifier] = ACTIONS(4491), + [sym__automatic_semicolon] = ACTIONS(4491), [sym_safe_nav] = ACTIONS(4491), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4491), }, - [3088] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_EQ] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_COMMA] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_where] = ACTIONS(4818), - [anon_sym_object] = ACTIONS(4818), - [anon_sym_fun] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(6632), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_this] = ACTIONS(4818), - [anon_sym_super] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4818), - [sym_label] = ACTIONS(4818), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_null] = ACTIONS(4818), - [anon_sym_if] = ACTIONS(4818), - [anon_sym_else] = ACTIONS(6634), - [anon_sym_when] = ACTIONS(4818), - [anon_sym_try] = ACTIONS(4818), - [anon_sym_throw] = ACTIONS(4818), - [anon_sym_return] = ACTIONS(4818), - [anon_sym_continue] = ACTIONS(4818), - [anon_sym_break] = ACTIONS(4818), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_PLUS_EQ] = ACTIONS(4820), - [anon_sym_DASH_EQ] = ACTIONS(4820), - [anon_sym_STAR_EQ] = ACTIONS(4820), - [anon_sym_SLASH_EQ] = ACTIONS(4820), - [anon_sym_PERCENT_EQ] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4818), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG] = ACTIONS(4818), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4820), - [anon_sym_continue_AT] = ACTIONS(4820), - [anon_sym_break_AT] = ACTIONS(4820), - [anon_sym_this_AT] = ACTIONS(4820), - [anon_sym_super_AT] = ACTIONS(4820), - [sym_real_literal] = ACTIONS(4820), - [sym_integer_literal] = ACTIONS(4818), - [sym_hex_literal] = ACTIONS(4820), - [sym_bin_literal] = ACTIONS(4820), - [anon_sym_true] = ACTIONS(4818), - [anon_sym_false] = ACTIONS(4818), - [anon_sym_SQUOTE] = ACTIONS(4820), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4820), - }, - [3089] = { - [sym__alpha_identifier] = ACTIONS(4430), - [anon_sym_AT] = ACTIONS(4432), - [anon_sym_LBRACK] = ACTIONS(4432), - [anon_sym_as] = ACTIONS(4430), - [anon_sym_EQ] = 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_data] = ACTIONS(4430), - [anon_sym_inner] = ACTIONS(4430), - [anon_sym_value] = 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), - [anon_sym_this_AT] = ACTIONS(4432), - [anon_sym_super_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), - }, - [3090] = { - [sym__alpha_identifier] = ACTIONS(4846), - [anon_sym_AT] = ACTIONS(4848), - [anon_sym_LBRACK] = ACTIONS(4848), - [anon_sym_as] = ACTIONS(4846), - [anon_sym_EQ] = ACTIONS(4846), - [anon_sym_LBRACE] = ACTIONS(4848), - [anon_sym_RBRACE] = ACTIONS(4848), - [anon_sym_LPAREN] = ACTIONS(4848), - [anon_sym_COMMA] = ACTIONS(4848), - [anon_sym_LT] = ACTIONS(4846), - [anon_sym_GT] = ACTIONS(4846), - [anon_sym_where] = ACTIONS(4846), - [anon_sym_object] = ACTIONS(4846), - [anon_sym_fun] = ACTIONS(4846), - [anon_sym_DOT] = ACTIONS(4846), - [anon_sym_SEMI] = ACTIONS(4848), - [anon_sym_get] = ACTIONS(4846), - [anon_sym_set] = ACTIONS(4846), - [anon_sym_this] = ACTIONS(4846), - [anon_sym_super] = ACTIONS(4846), - [anon_sym_STAR] = ACTIONS(4846), - [sym_label] = ACTIONS(4846), - [anon_sym_in] = ACTIONS(4846), - [anon_sym_DOT_DOT] = ACTIONS(4848), - [anon_sym_QMARK_COLON] = ACTIONS(4848), - [anon_sym_AMP_AMP] = ACTIONS(4848), - [anon_sym_PIPE_PIPE] = ACTIONS(4848), - [anon_sym_null] = ACTIONS(4846), - [anon_sym_if] = ACTIONS(4846), - [anon_sym_else] = ACTIONS(4846), - [anon_sym_when] = ACTIONS(4846), - [anon_sym_try] = ACTIONS(4846), - [anon_sym_throw] = ACTIONS(4846), - [anon_sym_return] = ACTIONS(4846), - [anon_sym_continue] = ACTIONS(4846), - [anon_sym_break] = ACTIONS(4846), - [anon_sym_COLON_COLON] = ACTIONS(4848), - [anon_sym_PLUS_EQ] = ACTIONS(4848), - [anon_sym_DASH_EQ] = ACTIONS(4848), - [anon_sym_STAR_EQ] = ACTIONS(4848), - [anon_sym_SLASH_EQ] = ACTIONS(4848), - [anon_sym_PERCENT_EQ] = ACTIONS(4848), - [anon_sym_BANG_EQ] = ACTIONS(4846), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4848), - [anon_sym_EQ_EQ] = ACTIONS(4846), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4848), - [anon_sym_LT_EQ] = ACTIONS(4848), - [anon_sym_GT_EQ] = ACTIONS(4848), - [anon_sym_BANGin] = ACTIONS(4848), - [anon_sym_is] = ACTIONS(4846), - [anon_sym_BANGis] = ACTIONS(4848), - [anon_sym_PLUS] = ACTIONS(4846), - [anon_sym_DASH] = ACTIONS(4846), - [anon_sym_SLASH] = ACTIONS(4846), - [anon_sym_PERCENT] = ACTIONS(4846), - [anon_sym_as_QMARK] = ACTIONS(4848), - [anon_sym_PLUS_PLUS] = ACTIONS(4848), - [anon_sym_DASH_DASH] = ACTIONS(4848), - [anon_sym_BANG] = ACTIONS(4846), - [anon_sym_BANG_BANG] = ACTIONS(4848), - [anon_sym_data] = ACTIONS(4846), - [anon_sym_inner] = ACTIONS(4846), - [anon_sym_value] = ACTIONS(4846), - [anon_sym_expect] = ACTIONS(4846), - [anon_sym_actual] = ACTIONS(4846), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4848), - [anon_sym_continue_AT] = ACTIONS(4848), - [anon_sym_break_AT] = ACTIONS(4848), - [anon_sym_this_AT] = ACTIONS(4848), - [anon_sym_super_AT] = ACTIONS(4848), - [sym_real_literal] = ACTIONS(4848), - [sym_integer_literal] = ACTIONS(4846), - [sym_hex_literal] = ACTIONS(4848), - [sym_bin_literal] = ACTIONS(4848), - [anon_sym_true] = ACTIONS(4846), - [anon_sym_false] = ACTIONS(4846), - [anon_sym_SQUOTE] = ACTIONS(4848), - [sym__backtick_identifier] = ACTIONS(4848), - [sym__automatic_semicolon] = ACTIONS(4848), - [sym_safe_nav] = ACTIONS(4848), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4848), - }, - [3091] = { - [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(5067), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5069), - [anon_sym_super_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), + [3044] = { + [sym_function_body] = STATE(3171), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_COLON] = ACTIONS(6601), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_object] = ACTIONS(4251), + [anon_sym_fun] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_this] = ACTIONS(4251), + [anon_sym_super] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4251), + [sym_label] = ACTIONS(4251), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_null] = ACTIONS(4251), + [anon_sym_if] = ACTIONS(4251), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_when] = ACTIONS(4251), + [anon_sym_try] = ACTIONS(4251), + [anon_sym_throw] = ACTIONS(4251), + [anon_sym_return] = ACTIONS(4251), + [anon_sym_continue] = ACTIONS(4251), + [anon_sym_break] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_PLUS_EQ] = ACTIONS(4253), + [anon_sym_DASH_EQ] = ACTIONS(4253), + [anon_sym_STAR_EQ] = ACTIONS(4253), + [anon_sym_SLASH_EQ] = ACTIONS(4253), + [anon_sym_PERCENT_EQ] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4251), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG] = ACTIONS(4251), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4253), + [anon_sym_continue_AT] = ACTIONS(4253), + [anon_sym_break_AT] = ACTIONS(4253), + [anon_sym_this_AT] = ACTIONS(4253), + [anon_sym_super_AT] = ACTIONS(4253), + [sym_real_literal] = ACTIONS(4253), + [sym_integer_literal] = ACTIONS(4251), + [sym_hex_literal] = ACTIONS(4253), + [sym_bin_literal] = ACTIONS(4253), + [anon_sym_true] = ACTIONS(4251), + [anon_sym_false] = ACTIONS(4251), + [anon_sym_SQUOTE] = ACTIONS(4253), + [sym__backtick_identifier] = ACTIONS(4253), + [sym__automatic_semicolon] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4253), }, - [3092] = { - [sym__alpha_identifier] = ACTIONS(4451), - [anon_sym_AT] = ACTIONS(4453), - [anon_sym_LBRACK] = ACTIONS(4453), - [anon_sym_as] = ACTIONS(4451), - [anon_sym_EQ] = ACTIONS(4451), - [anon_sym_LBRACE] = ACTIONS(4453), - [anon_sym_RBRACE] = ACTIONS(4453), - [anon_sym_LPAREN] = ACTIONS(4453), - [anon_sym_COMMA] = ACTIONS(4453), - [anon_sym_LT] = ACTIONS(4451), - [anon_sym_GT] = ACTIONS(4451), - [anon_sym_where] = ACTIONS(4451), - [anon_sym_object] = ACTIONS(4451), - [anon_sym_fun] = ACTIONS(4451), - [anon_sym_DOT] = ACTIONS(4451), - [anon_sym_SEMI] = ACTIONS(4453), - [anon_sym_get] = ACTIONS(4451), - [anon_sym_set] = ACTIONS(4451), - [anon_sym_this] = ACTIONS(4451), - [anon_sym_super] = ACTIONS(4451), - [anon_sym_STAR] = ACTIONS(4451), - [sym_label] = ACTIONS(4451), - [anon_sym_in] = ACTIONS(4451), - [anon_sym_DOT_DOT] = ACTIONS(4453), - [anon_sym_QMARK_COLON] = ACTIONS(4453), - [anon_sym_AMP_AMP] = ACTIONS(4453), - [anon_sym_PIPE_PIPE] = ACTIONS(4453), - [anon_sym_null] = ACTIONS(4451), - [anon_sym_if] = ACTIONS(4451), - [anon_sym_else] = ACTIONS(4451), - [anon_sym_when] = ACTIONS(4451), - [anon_sym_try] = ACTIONS(4451), - [anon_sym_throw] = ACTIONS(4451), - [anon_sym_return] = ACTIONS(4451), - [anon_sym_continue] = ACTIONS(4451), - [anon_sym_break] = ACTIONS(4451), - [anon_sym_COLON_COLON] = ACTIONS(4453), - [anon_sym_PLUS_EQ] = ACTIONS(4453), - [anon_sym_DASH_EQ] = ACTIONS(4453), - [anon_sym_STAR_EQ] = ACTIONS(4453), - [anon_sym_SLASH_EQ] = ACTIONS(4453), - [anon_sym_PERCENT_EQ] = ACTIONS(4453), - [anon_sym_BANG_EQ] = ACTIONS(4451), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4453), - [anon_sym_EQ_EQ] = ACTIONS(4451), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4453), - [anon_sym_LT_EQ] = ACTIONS(4453), - [anon_sym_GT_EQ] = ACTIONS(4453), - [anon_sym_BANGin] = ACTIONS(4453), - [anon_sym_is] = ACTIONS(4451), - [anon_sym_BANGis] = ACTIONS(4453), - [anon_sym_PLUS] = ACTIONS(4451), - [anon_sym_DASH] = ACTIONS(4451), - [anon_sym_SLASH] = ACTIONS(4451), - [anon_sym_PERCENT] = ACTIONS(4451), - [anon_sym_as_QMARK] = ACTIONS(4453), - [anon_sym_PLUS_PLUS] = ACTIONS(4453), - [anon_sym_DASH_DASH] = ACTIONS(4453), - [anon_sym_BANG] = ACTIONS(4451), - [anon_sym_BANG_BANG] = ACTIONS(4453), - [anon_sym_data] = ACTIONS(4451), - [anon_sym_inner] = ACTIONS(4451), - [anon_sym_value] = ACTIONS(4451), - [anon_sym_expect] = ACTIONS(4451), - [anon_sym_actual] = ACTIONS(4451), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4453), - [anon_sym_continue_AT] = ACTIONS(4453), - [anon_sym_break_AT] = ACTIONS(4453), - [anon_sym_this_AT] = ACTIONS(4453), - [anon_sym_super_AT] = ACTIONS(4453), - [sym_real_literal] = ACTIONS(4453), - [sym_integer_literal] = ACTIONS(4451), - [sym_hex_literal] = ACTIONS(4453), - [sym_bin_literal] = ACTIONS(4453), - [anon_sym_true] = ACTIONS(4451), - [anon_sym_false] = ACTIONS(4451), - [anon_sym_SQUOTE] = ACTIONS(4453), - [sym__backtick_identifier] = ACTIONS(4453), - [sym__automatic_semicolon] = ACTIONS(4453), - [sym_safe_nav] = ACTIONS(4453), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4453), + [3045] = { + [sym__alpha_identifier] = ACTIONS(4617), + [anon_sym_AT] = ACTIONS(4619), + [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_by] = ACTIONS(4617), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4619), + [anon_sym_super_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), }, - [3093] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_EQ] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_COMMA] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_where] = ACTIONS(4818), - [anon_sym_object] = ACTIONS(4818), - [anon_sym_fun] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(4820), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_this] = ACTIONS(4818), - [anon_sym_super] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4818), - [sym_label] = ACTIONS(4818), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_null] = ACTIONS(4818), - [anon_sym_if] = ACTIONS(4818), - [anon_sym_else] = ACTIONS(6634), - [anon_sym_when] = ACTIONS(4818), - [anon_sym_try] = ACTIONS(4818), - [anon_sym_throw] = ACTIONS(4818), - [anon_sym_return] = ACTIONS(4818), - [anon_sym_continue] = ACTIONS(4818), - [anon_sym_break] = ACTIONS(4818), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_PLUS_EQ] = ACTIONS(4820), - [anon_sym_DASH_EQ] = ACTIONS(4820), - [anon_sym_STAR_EQ] = ACTIONS(4820), - [anon_sym_SLASH_EQ] = ACTIONS(4820), - [anon_sym_PERCENT_EQ] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4818), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG] = ACTIONS(4818), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4820), - [anon_sym_continue_AT] = ACTIONS(4820), - [anon_sym_break_AT] = ACTIONS(4820), - [anon_sym_this_AT] = ACTIONS(4820), - [anon_sym_super_AT] = ACTIONS(4820), - [sym_real_literal] = ACTIONS(4820), - [sym_integer_literal] = ACTIONS(4818), - [sym_hex_literal] = ACTIONS(4820), - [sym_bin_literal] = ACTIONS(4820), - [anon_sym_true] = ACTIONS(4818), - [anon_sym_false] = ACTIONS(4818), - [anon_sym_SQUOTE] = ACTIONS(4820), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), + [3046] = { + [sym_type_constraints] = STATE(3096), + [sym_function_body] = STATE(3504), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_RBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_RPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [anon_sym_DASH_GT] = ACTIONS(4147), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_while] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4820), }, - [3094] = { - [sym__alpha_identifier] = ACTIONS(1584), - [anon_sym_AT] = ACTIONS(1582), - [anon_sym_LBRACK] = ACTIONS(1582), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_EQ] = ACTIONS(1584), - [anon_sym_LBRACE] = ACTIONS(1582), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(1582), - [anon_sym_COMMA] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_where] = ACTIONS(1584), - [anon_sym_object] = ACTIONS(1584), - [anon_sym_fun] = ACTIONS(1584), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), - [anon_sym_get] = ACTIONS(1584), - [anon_sym_set] = ACTIONS(1584), - [anon_sym_this] = ACTIONS(1584), - [anon_sym_super] = ACTIONS(1584), - [anon_sym_STAR] = ACTIONS(1584), - [sym_label] = ACTIONS(1584), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), - [anon_sym_null] = ACTIONS(1584), - [anon_sym_if] = ACTIONS(1584), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_when] = ACTIONS(1584), - [anon_sym_try] = ACTIONS(1584), - [anon_sym_throw] = ACTIONS(1584), - [anon_sym_return] = ACTIONS(1584), - [anon_sym_continue] = ACTIONS(1584), - [anon_sym_break] = ACTIONS(1584), - [anon_sym_COLON_COLON] = ACTIONS(1582), - [anon_sym_PLUS_EQ] = ACTIONS(1582), - [anon_sym_DASH_EQ] = ACTIONS(1582), - [anon_sym_STAR_EQ] = ACTIONS(1582), - [anon_sym_SLASH_EQ] = ACTIONS(1582), - [anon_sym_PERCENT_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(1584), - [anon_sym_DASH] = ACTIONS(1584), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1584), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(1582), - [anon_sym_DASH_DASH] = ACTIONS(1582), - [anon_sym_BANG] = ACTIONS(1584), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_data] = ACTIONS(1584), - [anon_sym_inner] = ACTIONS(1584), - [anon_sym_value] = ACTIONS(1584), - [anon_sym_expect] = ACTIONS(1584), - [anon_sym_actual] = ACTIONS(1584), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1582), - [anon_sym_continue_AT] = ACTIONS(1582), - [anon_sym_break_AT] = ACTIONS(1582), - [anon_sym_this_AT] = ACTIONS(1582), - [anon_sym_super_AT] = ACTIONS(1582), - [sym_real_literal] = ACTIONS(1582), - [sym_integer_literal] = ACTIONS(1584), - [sym_hex_literal] = ACTIONS(1582), - [sym_bin_literal] = ACTIONS(1582), - [anon_sym_true] = ACTIONS(1584), - [anon_sym_false] = ACTIONS(1584), - [anon_sym_SQUOTE] = ACTIONS(1582), - [sym__backtick_identifier] = ACTIONS(1582), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1582), + [3047] = { + [sym_function_body] = STATE(3081), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(6603), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = 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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4233), + [anon_sym_super_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), }, - [3095] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5061), - [anon_sym_super_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), + [3048] = { + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4690), + [anon_sym_super_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), }, - [3096] = { - [sym_type_constraints] = STATE(3345), - [sym_enum_class_body] = STATE(3466), - [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(5486), - [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(5492), - [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_value] = 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), + [3049] = { + [sym__alpha_identifier] = ACTIONS(4734), + [anon_sym_AT] = ACTIONS(4734), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4736), + [anon_sym_super_AT] = ACTIONS(4736), + [anon_sym_AT2] = ACTIONS(6605), + [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), + }, + [3050] = { + [sym_class_body] = STATE(3252), + [sym__alpha_identifier] = ACTIONS(4339), + [anon_sym_AT] = ACTIONS(4341), + [anon_sym_LBRACK] = ACTIONS(4341), + [anon_sym_as] = ACTIONS(4339), + [anon_sym_EQ] = ACTIONS(4339), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4341), + [anon_sym_LPAREN] = ACTIONS(4341), + [anon_sym_COMMA] = ACTIONS(4341), + [anon_sym_LT] = ACTIONS(4339), + [anon_sym_GT] = ACTIONS(4339), + [anon_sym_where] = ACTIONS(4339), + [anon_sym_object] = ACTIONS(4339), + [anon_sym_fun] = ACTIONS(4339), + [anon_sym_DOT] = ACTIONS(4339), + [anon_sym_SEMI] = ACTIONS(4341), + [anon_sym_get] = ACTIONS(4339), + [anon_sym_set] = ACTIONS(4339), + [anon_sym_this] = ACTIONS(4339), + [anon_sym_super] = ACTIONS(4339), + [anon_sym_STAR] = ACTIONS(4339), + [sym_label] = ACTIONS(4339), + [anon_sym_in] = ACTIONS(4339), + [anon_sym_DOT_DOT] = ACTIONS(4341), + [anon_sym_QMARK_COLON] = ACTIONS(4341), + [anon_sym_AMP_AMP] = ACTIONS(4341), + [anon_sym_PIPE_PIPE] = ACTIONS(4341), + [anon_sym_null] = ACTIONS(4339), + [anon_sym_if] = ACTIONS(4339), + [anon_sym_else] = ACTIONS(4339), + [anon_sym_when] = ACTIONS(4339), + [anon_sym_try] = ACTIONS(4339), + [anon_sym_throw] = ACTIONS(4339), + [anon_sym_return] = ACTIONS(4339), + [anon_sym_continue] = ACTIONS(4339), + [anon_sym_break] = ACTIONS(4339), + [anon_sym_COLON_COLON] = ACTIONS(4341), + [anon_sym_PLUS_EQ] = ACTIONS(4341), + [anon_sym_DASH_EQ] = ACTIONS(4341), + [anon_sym_STAR_EQ] = ACTIONS(4341), + [anon_sym_SLASH_EQ] = ACTIONS(4341), + [anon_sym_PERCENT_EQ] = ACTIONS(4341), + [anon_sym_BANG_EQ] = ACTIONS(4339), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4341), + [anon_sym_EQ_EQ] = ACTIONS(4339), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4341), + [anon_sym_LT_EQ] = ACTIONS(4341), + [anon_sym_GT_EQ] = ACTIONS(4341), + [anon_sym_BANGin] = ACTIONS(4341), + [anon_sym_is] = ACTIONS(4339), + [anon_sym_BANGis] = ACTIONS(4341), + [anon_sym_PLUS] = ACTIONS(4339), + [anon_sym_DASH] = ACTIONS(4339), + [anon_sym_SLASH] = ACTIONS(4339), + [anon_sym_PERCENT] = ACTIONS(4339), + [anon_sym_as_QMARK] = ACTIONS(4341), + [anon_sym_PLUS_PLUS] = ACTIONS(4341), + [anon_sym_DASH_DASH] = ACTIONS(4341), + [anon_sym_BANG] = ACTIONS(4339), + [anon_sym_BANG_BANG] = ACTIONS(4341), + [anon_sym_data] = ACTIONS(4339), + [anon_sym_inner] = ACTIONS(4339), + [anon_sym_value] = ACTIONS(4339), + [anon_sym_expect] = ACTIONS(4339), + [anon_sym_actual] = ACTIONS(4339), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4483), - [sym_safe_nav] = ACTIONS(4483), + [anon_sym_return_AT] = ACTIONS(4341), + [anon_sym_continue_AT] = ACTIONS(4341), + [anon_sym_break_AT] = ACTIONS(4341), + [anon_sym_this_AT] = ACTIONS(4341), + [anon_sym_super_AT] = ACTIONS(4341), + [sym_real_literal] = ACTIONS(4341), + [sym_integer_literal] = ACTIONS(4339), + [sym_hex_literal] = ACTIONS(4341), + [sym_bin_literal] = ACTIONS(4341), + [anon_sym_true] = ACTIONS(4339), + [anon_sym_false] = ACTIONS(4339), + [anon_sym_SQUOTE] = ACTIONS(4341), + [sym__backtick_identifier] = ACTIONS(4341), + [sym__automatic_semicolon] = ACTIONS(4341), + [sym_safe_nav] = ACTIONS(4341), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4341), }, - [3097] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4281), - [anon_sym_EQ] = ACTIONS(4281), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4284), - [anon_sym_LPAREN] = ACTIONS(6636), - [anon_sym_COMMA] = ACTIONS(4284), - [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(4284), - [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(4284), - [anon_sym_QMARK_COLON] = ACTIONS(4284), - [anon_sym_AMP_AMP] = ACTIONS(4284), - [anon_sym_PIPE_PIPE] = ACTIONS(4284), - [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(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4284), - [anon_sym_DASH_EQ] = ACTIONS(4284), - [anon_sym_STAR_EQ] = ACTIONS(4284), - [anon_sym_SLASH_EQ] = ACTIONS(4284), - [anon_sym_PERCENT_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ] = ACTIONS(4281), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ] = ACTIONS(4281), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), - [anon_sym_LT_EQ] = ACTIONS(4284), - [anon_sym_GT_EQ] = ACTIONS(4284), - [anon_sym_BANGin] = ACTIONS(4284), - [anon_sym_is] = ACTIONS(4281), - [anon_sym_BANGis] = ACTIONS(4284), - [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(4284), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4281), - [anon_sym_BANG_BANG] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4281), - [anon_sym_inner] = ACTIONS(4281), - [anon_sym_value] = ACTIONS(4281), - [anon_sym_expect] = ACTIONS(4281), - [anon_sym_actual] = ACTIONS(4281), + [3051] = { + [sym_enum_class_body] = STATE(3246), + [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(3236), + [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_value] = ACTIONS(4477), + [anon_sym_expect] = ACTIONS(4477), + [anon_sym_actual] = ACTIONS(4477), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4284), - [anon_sym_continue_AT] = ACTIONS(4284), - [anon_sym_break_AT] = ACTIONS(4284), - [anon_sym_this_AT] = ACTIONS(4284), - [anon_sym_super_AT] = ACTIONS(4284), - [sym_real_literal] = ACTIONS(4284), - [sym_integer_literal] = ACTIONS(4281), - [sym_hex_literal] = ACTIONS(4284), - [sym_bin_literal] = ACTIONS(4284), - [anon_sym_true] = ACTIONS(4281), - [anon_sym_false] = ACTIONS(4281), - [anon_sym_SQUOTE] = ACTIONS(4284), - [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4284), - [sym_safe_nav] = ACTIONS(4284), + [anon_sym_return_AT] = ACTIONS(4479), + [anon_sym_continue_AT] = ACTIONS(4479), + [anon_sym_break_AT] = ACTIONS(4479), + [anon_sym_this_AT] = ACTIONS(4479), + [anon_sym_super_AT] = ACTIONS(4479), + [sym_real_literal] = ACTIONS(4479), + [sym_integer_literal] = ACTIONS(4477), + [sym_hex_literal] = ACTIONS(4479), + [sym_bin_literal] = ACTIONS(4479), + [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(4284), + [sym__string_start] = ACTIONS(4479), }, - [3098] = { - [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(6640), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5053), - [anon_sym_super_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), + [3052] = { + [sym_annotated_lambda] = STATE(3937), + [sym_lambda_literal] = STATE(3834), + [sym_annotation] = STATE(8333), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8333), + [sym__alpha_identifier] = ACTIONS(3990), + [anon_sym_AT] = ACTIONS(3992), + [anon_sym_LBRACK] = ACTIONS(3992), + [anon_sym_as] = ACTIONS(3990), + [anon_sym_EQ] = ACTIONS(3990), + [anon_sym_LBRACE] = ACTIONS(3992), + [anon_sym_RBRACE] = ACTIONS(3992), + [anon_sym_LPAREN] = ACTIONS(3992), + [anon_sym_COMMA] = ACTIONS(3992), + [anon_sym_LT] = ACTIONS(3990), + [anon_sym_GT] = ACTIONS(3990), + [anon_sym_where] = ACTIONS(3990), + [anon_sym_DOT] = ACTIONS(3990), + [anon_sym_SEMI] = ACTIONS(3992), + [anon_sym_get] = ACTIONS(3990), + [anon_sym_set] = ACTIONS(3990), + [anon_sym_STAR] = ACTIONS(3990), + [sym_label] = ACTIONS(3992), + [anon_sym_in] = ACTIONS(3990), + [anon_sym_DOT_DOT] = ACTIONS(3992), + [anon_sym_QMARK_COLON] = ACTIONS(3992), + [anon_sym_AMP_AMP] = ACTIONS(3992), + [anon_sym_PIPE_PIPE] = ACTIONS(3992), + [anon_sym_else] = ACTIONS(3990), + [anon_sym_COLON_COLON] = ACTIONS(3992), + [anon_sym_PLUS_EQ] = ACTIONS(3992), + [anon_sym_DASH_EQ] = ACTIONS(3992), + [anon_sym_STAR_EQ] = ACTIONS(3992), + [anon_sym_SLASH_EQ] = ACTIONS(3992), + [anon_sym_PERCENT_EQ] = ACTIONS(3992), + [anon_sym_BANG_EQ] = ACTIONS(3990), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3992), + [anon_sym_EQ_EQ] = ACTIONS(3990), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3992), + [anon_sym_LT_EQ] = ACTIONS(3992), + [anon_sym_GT_EQ] = ACTIONS(3992), + [anon_sym_BANGin] = ACTIONS(3992), + [anon_sym_is] = ACTIONS(3990), + [anon_sym_BANGis] = ACTIONS(3992), + [anon_sym_PLUS] = ACTIONS(3990), + [anon_sym_DASH] = ACTIONS(3990), + [anon_sym_SLASH] = ACTIONS(3990), + [anon_sym_PERCENT] = ACTIONS(3990), + [anon_sym_as_QMARK] = ACTIONS(3992), + [anon_sym_PLUS_PLUS] = ACTIONS(3992), + [anon_sym_DASH_DASH] = ACTIONS(3992), + [anon_sym_BANG_BANG] = ACTIONS(3992), + [anon_sym_suspend] = ACTIONS(3990), + [anon_sym_sealed] = ACTIONS(3990), + [anon_sym_annotation] = ACTIONS(3990), + [anon_sym_data] = ACTIONS(3990), + [anon_sym_inner] = ACTIONS(3990), + [anon_sym_value] = ACTIONS(3990), + [anon_sym_override] = ACTIONS(3990), + [anon_sym_lateinit] = ACTIONS(3990), + [anon_sym_public] = ACTIONS(3990), + [anon_sym_private] = ACTIONS(3990), + [anon_sym_internal] = ACTIONS(3990), + [anon_sym_protected] = ACTIONS(3990), + [anon_sym_tailrec] = ACTIONS(3990), + [anon_sym_operator] = ACTIONS(3990), + [anon_sym_infix] = ACTIONS(3990), + [anon_sym_inline] = ACTIONS(3990), + [anon_sym_external] = ACTIONS(3990), + [sym_property_modifier] = ACTIONS(3990), + [anon_sym_abstract] = ACTIONS(3990), + [anon_sym_final] = ACTIONS(3990), + [anon_sym_open] = ACTIONS(3990), + [anon_sym_vararg] = ACTIONS(3990), + [anon_sym_noinline] = ACTIONS(3990), + [anon_sym_crossinline] = ACTIONS(3990), + [anon_sym_expect] = ACTIONS(3990), + [anon_sym_actual] = ACTIONS(3990), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3992), + [sym__automatic_semicolon] = ACTIONS(3992), + [sym_safe_nav] = ACTIONS(3992), + [sym_multiline_comment] = ACTIONS(3), }, - [3099] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5075), - [anon_sym_super_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), + [3053] = { + [sym_function_body] = STATE(3456), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(6607), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_RBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [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_value] = 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] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4259), - [anon_sym_EQ] = ACTIONS(4259), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4262), - [anon_sym_LPAREN] = ACTIONS(6642), - [anon_sym_COMMA] = ACTIONS(4262), - [anon_sym_LT] = ACTIONS(4259), - [anon_sym_GT] = ACTIONS(4259), - [anon_sym_where] = ACTIONS(4259), - [anon_sym_object] = ACTIONS(4259), - [anon_sym_fun] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4259), - [anon_sym_SEMI] = ACTIONS(4262), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4259), - [anon_sym_super] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4259), - [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(4259), - [anon_sym_if] = ACTIONS(4259), - [anon_sym_else] = ACTIONS(4259), - [anon_sym_when] = ACTIONS(4259), - [anon_sym_try] = ACTIONS(4259), - [anon_sym_throw] = ACTIONS(4259), - [anon_sym_return] = ACTIONS(4259), - [anon_sym_continue] = ACTIONS(4259), - [anon_sym_break] = ACTIONS(4259), - [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(4259), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), - [anon_sym_EQ_EQ] = ACTIONS(4259), - [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(4259), - [anon_sym_BANGis] = ACTIONS(4262), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4259), - [anon_sym_PERCENT] = ACTIONS(4259), - [anon_sym_as_QMARK] = ACTIONS(4262), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4259), - [anon_sym_BANG_BANG] = ACTIONS(4262), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4262), - [anon_sym_continue_AT] = ACTIONS(4262), - [anon_sym_break_AT] = ACTIONS(4262), - [anon_sym_this_AT] = ACTIONS(4262), - [anon_sym_super_AT] = ACTIONS(4262), - [sym_real_literal] = ACTIONS(4262), - [sym_integer_literal] = ACTIONS(4259), - [sym_hex_literal] = ACTIONS(4262), - [sym_bin_literal] = ACTIONS(4262), - [anon_sym_true] = ACTIONS(4259), - [anon_sym_false] = ACTIONS(4259), - [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), + [3054] = { + [aux_sym_type_constraints_repeat1] = STATE(3016), + [sym__alpha_identifier] = ACTIONS(4418), + [anon_sym_AT] = ACTIONS(4420), + [anon_sym_LBRACK] = ACTIONS(4420), + [anon_sym_as] = ACTIONS(4418), + [anon_sym_EQ] = ACTIONS(4418), + [anon_sym_LBRACE] = ACTIONS(4420), + [anon_sym_RBRACE] = ACTIONS(4420), + [anon_sym_LPAREN] = ACTIONS(4420), + [anon_sym_COMMA] = ACTIONS(6579), + [anon_sym_LT] = ACTIONS(4418), + [anon_sym_GT] = ACTIONS(4418), + [anon_sym_where] = ACTIONS(4418), + [anon_sym_object] = ACTIONS(4418), + [anon_sym_fun] = ACTIONS(4418), + [anon_sym_DOT] = ACTIONS(4418), + [anon_sym_SEMI] = ACTIONS(4420), + [anon_sym_get] = ACTIONS(4418), + [anon_sym_set] = ACTIONS(4418), + [anon_sym_this] = ACTIONS(4418), + [anon_sym_super] = ACTIONS(4418), + [anon_sym_STAR] = ACTIONS(4418), + [sym_label] = ACTIONS(4418), + [anon_sym_in] = ACTIONS(4418), + [anon_sym_DOT_DOT] = ACTIONS(4420), + [anon_sym_QMARK_COLON] = ACTIONS(4420), + [anon_sym_AMP_AMP] = ACTIONS(4420), + [anon_sym_PIPE_PIPE] = ACTIONS(4420), + [anon_sym_null] = ACTIONS(4418), + [anon_sym_if] = ACTIONS(4418), + [anon_sym_else] = ACTIONS(4418), + [anon_sym_when] = ACTIONS(4418), + [anon_sym_try] = ACTIONS(4418), + [anon_sym_throw] = ACTIONS(4418), + [anon_sym_return] = ACTIONS(4418), + [anon_sym_continue] = ACTIONS(4418), + [anon_sym_break] = ACTIONS(4418), + [anon_sym_COLON_COLON] = ACTIONS(4420), + [anon_sym_PLUS_EQ] = ACTIONS(4420), + [anon_sym_DASH_EQ] = ACTIONS(4420), + [anon_sym_STAR_EQ] = ACTIONS(4420), + [anon_sym_SLASH_EQ] = ACTIONS(4420), + [anon_sym_PERCENT_EQ] = ACTIONS(4420), + [anon_sym_BANG_EQ] = ACTIONS(4418), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4420), + [anon_sym_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4420), + [anon_sym_LT_EQ] = ACTIONS(4420), + [anon_sym_GT_EQ] = ACTIONS(4420), + [anon_sym_BANGin] = ACTIONS(4420), + [anon_sym_is] = ACTIONS(4418), + [anon_sym_BANGis] = ACTIONS(4420), + [anon_sym_PLUS] = ACTIONS(4418), + [anon_sym_DASH] = ACTIONS(4418), + [anon_sym_SLASH] = ACTIONS(4418), + [anon_sym_PERCENT] = ACTIONS(4418), + [anon_sym_as_QMARK] = ACTIONS(4420), + [anon_sym_PLUS_PLUS] = ACTIONS(4420), + [anon_sym_DASH_DASH] = ACTIONS(4420), + [anon_sym_BANG] = ACTIONS(4418), + [anon_sym_BANG_BANG] = ACTIONS(4420), + [anon_sym_data] = ACTIONS(4418), + [anon_sym_inner] = ACTIONS(4418), + [anon_sym_value] = ACTIONS(4418), + [anon_sym_expect] = ACTIONS(4418), + [anon_sym_actual] = ACTIONS(4418), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4420), + [anon_sym_continue_AT] = ACTIONS(4420), + [anon_sym_break_AT] = ACTIONS(4420), + [anon_sym_this_AT] = ACTIONS(4420), + [anon_sym_super_AT] = ACTIONS(4420), + [sym_real_literal] = ACTIONS(4420), + [sym_integer_literal] = ACTIONS(4418), + [sym_hex_literal] = ACTIONS(4420), + [sym_bin_literal] = ACTIONS(4420), + [anon_sym_true] = ACTIONS(4418), + [anon_sym_false] = ACTIONS(4418), + [anon_sym_SQUOTE] = ACTIONS(4420), + [sym__backtick_identifier] = ACTIONS(4420), + [sym__automatic_semicolon] = ACTIONS(4420), + [sym_safe_nav] = ACTIONS(4420), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4420), }, - [3101] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4281), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4284), - [anon_sym_LPAREN] = ACTIONS(6646), - [anon_sym_COMMA] = ACTIONS(4284), - [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(4284), - [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(4284), - [anon_sym_QMARK_COLON] = ACTIONS(4284), - [anon_sym_AMP_AMP] = ACTIONS(4284), - [anon_sym_PIPE_PIPE] = ACTIONS(4284), - [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(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4281), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ] = ACTIONS(4281), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), - [anon_sym_LT_EQ] = ACTIONS(4284), - [anon_sym_GT_EQ] = ACTIONS(4284), - [anon_sym_BANGin] = ACTIONS(4284), - [anon_sym_is] = ACTIONS(4281), - [anon_sym_BANGis] = ACTIONS(4284), - [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(4284), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4281), - [anon_sym_BANG_BANG] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4281), - [anon_sym_inner] = ACTIONS(4281), - [anon_sym_value] = ACTIONS(4281), - [anon_sym_expect] = ACTIONS(4281), - [anon_sym_actual] = ACTIONS(4281), + [3055] = { + [sym__alpha_identifier] = ACTIONS(4313), + [anon_sym_AT] = ACTIONS(4315), + [anon_sym_LBRACK] = ACTIONS(4315), + [anon_sym_RBRACK] = ACTIONS(4315), + [anon_sym_as] = ACTIONS(4313), + [anon_sym_EQ] = ACTIONS(4313), + [anon_sym_LBRACE] = ACTIONS(4315), + [anon_sym_RBRACE] = ACTIONS(4315), + [anon_sym_LPAREN] = ACTIONS(4315), + [anon_sym_COMMA] = ACTIONS(4315), + [anon_sym_RPAREN] = ACTIONS(4315), + [anon_sym_by] = ACTIONS(4313), + [anon_sym_LT] = ACTIONS(4313), + [anon_sym_GT] = ACTIONS(4313), + [anon_sym_where] = ACTIONS(4313), + [anon_sym_DOT] = ACTIONS(4313), + [anon_sym_SEMI] = ACTIONS(4315), + [anon_sym_get] = ACTIONS(4313), + [anon_sym_set] = ACTIONS(4313), + [anon_sym_AMP] = ACTIONS(6609), + [sym__quest] = ACTIONS(4313), + [anon_sym_STAR] = ACTIONS(4313), + [anon_sym_DASH_GT] = ACTIONS(4315), + [sym_label] = ACTIONS(4315), + [anon_sym_in] = ACTIONS(4313), + [anon_sym_while] = ACTIONS(4313), + [anon_sym_DOT_DOT] = ACTIONS(4315), + [anon_sym_QMARK_COLON] = ACTIONS(4315), + [anon_sym_AMP_AMP] = ACTIONS(4315), + [anon_sym_PIPE_PIPE] = ACTIONS(4315), + [anon_sym_else] = ACTIONS(4313), + [anon_sym_COLON_COLON] = ACTIONS(4315), + [anon_sym_PLUS_EQ] = ACTIONS(4315), + [anon_sym_DASH_EQ] = ACTIONS(4315), + [anon_sym_STAR_EQ] = ACTIONS(4315), + [anon_sym_SLASH_EQ] = ACTIONS(4315), + [anon_sym_PERCENT_EQ] = ACTIONS(4315), + [anon_sym_BANG_EQ] = ACTIONS(4313), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4315), + [anon_sym_EQ_EQ] = ACTIONS(4313), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4315), + [anon_sym_LT_EQ] = ACTIONS(4315), + [anon_sym_GT_EQ] = ACTIONS(4315), + [anon_sym_BANGin] = ACTIONS(4315), + [anon_sym_is] = ACTIONS(4313), + [anon_sym_BANGis] = ACTIONS(4315), + [anon_sym_PLUS] = ACTIONS(4313), + [anon_sym_DASH] = ACTIONS(4313), + [anon_sym_SLASH] = ACTIONS(4313), + [anon_sym_PERCENT] = ACTIONS(4313), + [anon_sym_as_QMARK] = ACTIONS(4315), + [anon_sym_PLUS_PLUS] = ACTIONS(4315), + [anon_sym_DASH_DASH] = ACTIONS(4315), + [anon_sym_BANG_BANG] = ACTIONS(4315), + [anon_sym_suspend] = ACTIONS(4313), + [anon_sym_sealed] = ACTIONS(4313), + [anon_sym_annotation] = ACTIONS(4313), + [anon_sym_data] = ACTIONS(4313), + [anon_sym_inner] = ACTIONS(4313), + [anon_sym_value] = ACTIONS(4313), + [anon_sym_override] = ACTIONS(4313), + [anon_sym_lateinit] = ACTIONS(4313), + [anon_sym_public] = ACTIONS(4313), + [anon_sym_private] = ACTIONS(4313), + [anon_sym_internal] = ACTIONS(4313), + [anon_sym_protected] = ACTIONS(4313), + [anon_sym_tailrec] = ACTIONS(4313), + [anon_sym_operator] = ACTIONS(4313), + [anon_sym_infix] = ACTIONS(4313), + [anon_sym_inline] = ACTIONS(4313), + [anon_sym_external] = ACTIONS(4313), + [sym_property_modifier] = ACTIONS(4313), + [anon_sym_abstract] = ACTIONS(4313), + [anon_sym_final] = ACTIONS(4313), + [anon_sym_open] = ACTIONS(4313), + [anon_sym_vararg] = ACTIONS(4313), + [anon_sym_noinline] = ACTIONS(4313), + [anon_sym_crossinline] = ACTIONS(4313), + [anon_sym_expect] = ACTIONS(4313), + [anon_sym_actual] = ACTIONS(4313), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4284), - [anon_sym_continue_AT] = ACTIONS(4284), - [anon_sym_break_AT] = ACTIONS(4284), - [anon_sym_this_AT] = ACTIONS(4284), - [anon_sym_super_AT] = ACTIONS(4284), - [sym_real_literal] = ACTIONS(4284), - [sym_integer_literal] = ACTIONS(4281), - [sym_hex_literal] = ACTIONS(4284), - [sym_bin_literal] = ACTIONS(4284), - [anon_sym_true] = ACTIONS(4281), - [anon_sym_false] = ACTIONS(4281), - [anon_sym_SQUOTE] = ACTIONS(4284), - [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4284), - [sym_safe_nav] = ACTIONS(4284), + [sym__backtick_identifier] = ACTIONS(4315), + [sym_safe_nav] = ACTIONS(4315), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4284), }, - [3102] = { + [3056] = { + [sym_class_body] = STATE(3246), [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_LBRACE] = ACTIONS(3210), [anon_sym_RBRACE] = ACTIONS(4479), [anon_sym_LPAREN] = ACTIONS(4479), [anon_sym_COMMA] = ACTIONS(4479), @@ -370699,1452 +366757,1113 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4479), }, - [3103] = { - [sym__alpha_identifier] = ACTIONS(4946), - [anon_sym_AT] = ACTIONS(4948), - [anon_sym_LBRACK] = ACTIONS(4948), - [anon_sym_as] = ACTIONS(4946), - [anon_sym_EQ] = ACTIONS(4946), - [anon_sym_LBRACE] = ACTIONS(4948), - [anon_sym_RBRACE] = ACTIONS(4948), - [anon_sym_LPAREN] = ACTIONS(4948), - [anon_sym_COMMA] = ACTIONS(4948), - [anon_sym_LT] = ACTIONS(4946), - [anon_sym_GT] = ACTIONS(4946), - [anon_sym_where] = ACTIONS(4946), - [anon_sym_object] = ACTIONS(4946), - [anon_sym_fun] = ACTIONS(4946), - [anon_sym_DOT] = ACTIONS(4946), - [anon_sym_SEMI] = ACTIONS(4948), - [anon_sym_get] = ACTIONS(4946), - [anon_sym_set] = ACTIONS(4946), - [anon_sym_this] = ACTIONS(4946), - [anon_sym_super] = ACTIONS(4946), - [anon_sym_STAR] = ACTIONS(4946), - [sym_label] = ACTIONS(4946), - [anon_sym_in] = ACTIONS(4946), - [anon_sym_DOT_DOT] = ACTIONS(4948), - [anon_sym_QMARK_COLON] = ACTIONS(4948), - [anon_sym_AMP_AMP] = ACTIONS(4948), - [anon_sym_PIPE_PIPE] = ACTIONS(4948), - [anon_sym_null] = ACTIONS(4946), - [anon_sym_if] = ACTIONS(4946), - [anon_sym_else] = ACTIONS(4946), - [anon_sym_when] = ACTIONS(4946), - [anon_sym_try] = ACTIONS(4946), - [anon_sym_throw] = ACTIONS(4946), - [anon_sym_return] = ACTIONS(4946), - [anon_sym_continue] = ACTIONS(4946), - [anon_sym_break] = ACTIONS(4946), - [anon_sym_COLON_COLON] = ACTIONS(4948), - [anon_sym_PLUS_EQ] = ACTIONS(4948), - [anon_sym_DASH_EQ] = ACTIONS(4948), - [anon_sym_STAR_EQ] = ACTIONS(4948), - [anon_sym_SLASH_EQ] = ACTIONS(4948), - [anon_sym_PERCENT_EQ] = ACTIONS(4948), - [anon_sym_BANG_EQ] = ACTIONS(4946), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4948), - [anon_sym_EQ_EQ] = ACTIONS(4946), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4948), - [anon_sym_LT_EQ] = ACTIONS(4948), - [anon_sym_GT_EQ] = ACTIONS(4948), - [anon_sym_BANGin] = ACTIONS(4948), - [anon_sym_is] = ACTIONS(4946), - [anon_sym_BANGis] = ACTIONS(4948), - [anon_sym_PLUS] = ACTIONS(4946), - [anon_sym_DASH] = ACTIONS(4946), - [anon_sym_SLASH] = ACTIONS(4946), - [anon_sym_PERCENT] = ACTIONS(4946), - [anon_sym_as_QMARK] = ACTIONS(4948), - [anon_sym_PLUS_PLUS] = ACTIONS(4948), - [anon_sym_DASH_DASH] = ACTIONS(4948), - [anon_sym_BANG] = ACTIONS(4946), - [anon_sym_BANG_BANG] = ACTIONS(4948), - [anon_sym_data] = ACTIONS(4946), - [anon_sym_inner] = ACTIONS(4946), - [anon_sym_value] = ACTIONS(4946), - [anon_sym_expect] = ACTIONS(4946), - [anon_sym_actual] = ACTIONS(4946), + [3057] = { + [sym__alpha_identifier] = ACTIONS(4758), + [anon_sym_AT] = ACTIONS(4760), + [anon_sym_LBRACK] = ACTIONS(4760), + [anon_sym_as] = ACTIONS(4758), + [anon_sym_EQ] = ACTIONS(4758), + [anon_sym_LBRACE] = ACTIONS(4760), + [anon_sym_RBRACE] = ACTIONS(4760), + [anon_sym_LPAREN] = ACTIONS(4760), + [anon_sym_COMMA] = ACTIONS(4760), + [anon_sym_by] = ACTIONS(4758), + [anon_sym_LT] = ACTIONS(4758), + [anon_sym_GT] = ACTIONS(4758), + [anon_sym_where] = ACTIONS(4758), + [anon_sym_object] = ACTIONS(4758), + [anon_sym_fun] = ACTIONS(4758), + [anon_sym_DOT] = ACTIONS(4758), + [anon_sym_SEMI] = ACTIONS(4760), + [anon_sym_get] = ACTIONS(4758), + [anon_sym_set] = ACTIONS(4758), + [anon_sym_this] = ACTIONS(4758), + [anon_sym_super] = ACTIONS(4758), + [anon_sym_STAR] = ACTIONS(4758), + [sym_label] = ACTIONS(4758), + [anon_sym_in] = ACTIONS(4758), + [anon_sym_DOT_DOT] = ACTIONS(4760), + [anon_sym_QMARK_COLON] = ACTIONS(4760), + [anon_sym_AMP_AMP] = ACTIONS(4760), + [anon_sym_PIPE_PIPE] = ACTIONS(4760), + [anon_sym_null] = ACTIONS(4758), + [anon_sym_if] = ACTIONS(4758), + [anon_sym_else] = ACTIONS(4758), + [anon_sym_when] = ACTIONS(4758), + [anon_sym_try] = ACTIONS(4758), + [anon_sym_throw] = ACTIONS(4758), + [anon_sym_return] = ACTIONS(4758), + [anon_sym_continue] = ACTIONS(4758), + [anon_sym_break] = ACTIONS(4758), + [anon_sym_COLON_COLON] = ACTIONS(4760), + [anon_sym_PLUS_EQ] = ACTIONS(4760), + [anon_sym_DASH_EQ] = ACTIONS(4760), + [anon_sym_STAR_EQ] = ACTIONS(4760), + [anon_sym_SLASH_EQ] = ACTIONS(4760), + [anon_sym_PERCENT_EQ] = ACTIONS(4760), + [anon_sym_BANG_EQ] = ACTIONS(4758), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4760), + [anon_sym_EQ_EQ] = ACTIONS(4758), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4760), + [anon_sym_LT_EQ] = ACTIONS(4760), + [anon_sym_GT_EQ] = ACTIONS(4760), + [anon_sym_BANGin] = ACTIONS(4760), + [anon_sym_is] = ACTIONS(4758), + [anon_sym_BANGis] = ACTIONS(4760), + [anon_sym_PLUS] = ACTIONS(4758), + [anon_sym_DASH] = ACTIONS(4758), + [anon_sym_SLASH] = ACTIONS(4758), + [anon_sym_PERCENT] = ACTIONS(4758), + [anon_sym_as_QMARK] = ACTIONS(4760), + [anon_sym_PLUS_PLUS] = ACTIONS(4760), + [anon_sym_DASH_DASH] = ACTIONS(4760), + [anon_sym_BANG] = ACTIONS(4758), + [anon_sym_BANG_BANG] = ACTIONS(4760), + [anon_sym_data] = ACTIONS(4758), + [anon_sym_inner] = ACTIONS(4758), + [anon_sym_value] = ACTIONS(4758), + [anon_sym_expect] = ACTIONS(4758), + [anon_sym_actual] = ACTIONS(4758), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4948), - [anon_sym_continue_AT] = ACTIONS(4948), - [anon_sym_break_AT] = ACTIONS(4948), - [anon_sym_this_AT] = ACTIONS(4948), - [anon_sym_super_AT] = ACTIONS(4948), - [sym_real_literal] = ACTIONS(4948), - [sym_integer_literal] = ACTIONS(4946), - [sym_hex_literal] = ACTIONS(4948), - [sym_bin_literal] = ACTIONS(4948), - [anon_sym_true] = ACTIONS(4946), - [anon_sym_false] = ACTIONS(4946), - [anon_sym_SQUOTE] = ACTIONS(4948), - [sym__backtick_identifier] = ACTIONS(4948), - [sym__automatic_semicolon] = ACTIONS(4948), - [sym_safe_nav] = ACTIONS(4948), + [anon_sym_return_AT] = ACTIONS(4760), + [anon_sym_continue_AT] = ACTIONS(4760), + [anon_sym_break_AT] = ACTIONS(4760), + [anon_sym_this_AT] = ACTIONS(4760), + [anon_sym_super_AT] = ACTIONS(4760), + [sym_real_literal] = ACTIONS(4760), + [sym_integer_literal] = ACTIONS(4758), + [sym_hex_literal] = ACTIONS(4760), + [sym_bin_literal] = ACTIONS(4760), + [anon_sym_true] = ACTIONS(4758), + [anon_sym_false] = ACTIONS(4758), + [anon_sym_SQUOTE] = ACTIONS(4760), + [sym__backtick_identifier] = ACTIONS(4760), + [sym__automatic_semicolon] = ACTIONS(4760), + [sym_safe_nav] = ACTIONS(4760), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4948), + [sym__string_start] = ACTIONS(4760), }, - [3104] = { - [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(4487), - [anon_sym_RPAREN] = ACTIONS(4487), - [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_catch] = ACTIONS(4485), - [anon_sym_finally] = 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_value] = 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), + [3058] = { + [sym__alpha_identifier] = ACTIONS(4104), + [anon_sym_AT] = ACTIONS(4106), + [anon_sym_LBRACK] = ACTIONS(4106), + [anon_sym_as] = ACTIONS(4104), + [anon_sym_EQ] = ACTIONS(4104), + [anon_sym_LBRACE] = ACTIONS(4106), + [anon_sym_RBRACE] = ACTIONS(4106), + [anon_sym_LPAREN] = ACTIONS(4106), + [anon_sym_COMMA] = ACTIONS(4106), + [anon_sym_LT] = ACTIONS(4104), + [anon_sym_GT] = ACTIONS(4104), + [anon_sym_where] = ACTIONS(4104), + [anon_sym_object] = ACTIONS(4104), + [anon_sym_fun] = ACTIONS(4104), + [anon_sym_DOT] = ACTIONS(4104), + [anon_sym_SEMI] = ACTIONS(4106), + [anon_sym_get] = ACTIONS(4104), + [anon_sym_set] = ACTIONS(4104), + [anon_sym_this] = ACTIONS(4104), + [anon_sym_super] = ACTIONS(4104), + [anon_sym_STAR] = ACTIONS(4104), + [sym_label] = ACTIONS(4104), + [anon_sym_in] = ACTIONS(4104), + [anon_sym_DOT_DOT] = ACTIONS(4106), + [anon_sym_QMARK_COLON] = ACTIONS(4106), + [anon_sym_AMP_AMP] = ACTIONS(4106), + [anon_sym_PIPE_PIPE] = ACTIONS(4106), + [anon_sym_null] = ACTIONS(4104), + [anon_sym_if] = ACTIONS(4104), + [anon_sym_else] = ACTIONS(4104), + [anon_sym_when] = ACTIONS(4104), + [anon_sym_try] = ACTIONS(4104), + [anon_sym_throw] = ACTIONS(4104), + [anon_sym_return] = ACTIONS(4104), + [anon_sym_continue] = ACTIONS(4104), + [anon_sym_break] = ACTIONS(4104), + [anon_sym_COLON_COLON] = ACTIONS(4106), + [anon_sym_PLUS_EQ] = ACTIONS(4106), + [anon_sym_DASH_EQ] = ACTIONS(4106), + [anon_sym_STAR_EQ] = ACTIONS(4106), + [anon_sym_SLASH_EQ] = ACTIONS(4106), + [anon_sym_PERCENT_EQ] = ACTIONS(4106), + [anon_sym_BANG_EQ] = ACTIONS(4104), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4106), + [anon_sym_EQ_EQ] = ACTIONS(4104), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4106), + [anon_sym_LT_EQ] = ACTIONS(4106), + [anon_sym_GT_EQ] = ACTIONS(4106), + [anon_sym_BANGin] = ACTIONS(4106), + [anon_sym_is] = ACTIONS(4104), + [anon_sym_BANGis] = ACTIONS(4106), + [anon_sym_PLUS] = ACTIONS(4104), + [anon_sym_DASH] = ACTIONS(4104), + [anon_sym_SLASH] = ACTIONS(4104), + [anon_sym_PERCENT] = ACTIONS(4104), + [anon_sym_as_QMARK] = ACTIONS(4106), + [anon_sym_PLUS_PLUS] = ACTIONS(4106), + [anon_sym_DASH_DASH] = ACTIONS(4106), + [anon_sym_BANG] = ACTIONS(4104), + [anon_sym_BANG_BANG] = ACTIONS(4106), + [anon_sym_data] = ACTIONS(4104), + [anon_sym_inner] = ACTIONS(4104), + [anon_sym_value] = ACTIONS(4104), + [anon_sym_expect] = ACTIONS(4104), + [anon_sym_actual] = ACTIONS(4104), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4106), + [anon_sym_continue_AT] = ACTIONS(4106), + [anon_sym_break_AT] = ACTIONS(4106), + [anon_sym_this_AT] = ACTIONS(4106), + [anon_sym_super_AT] = ACTIONS(4106), + [sym_real_literal] = ACTIONS(4106), + [sym_integer_literal] = ACTIONS(4104), + [sym_hex_literal] = ACTIONS(4106), + [sym_bin_literal] = ACTIONS(4106), + [anon_sym_true] = ACTIONS(4104), + [anon_sym_false] = ACTIONS(4104), + [anon_sym_SQUOTE] = ACTIONS(4106), + [sym__backtick_identifier] = ACTIONS(4106), + [sym__automatic_semicolon] = ACTIONS(4106), + [sym_safe_nav] = ACTIONS(4106), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4106), + }, + [3059] = { + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(1826), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_object] = ACTIONS(1824), + [anon_sym_fun] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(1824), + [anon_sym_set] = ACTIONS(1824), + [anon_sym_this] = ACTIONS(1824), + [anon_sym_super] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1824), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_null] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_when] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [anon_sym_throw] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1824), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_data] = ACTIONS(1824), + [anon_sym_inner] = ACTIONS(1824), + [anon_sym_value] = ACTIONS(1824), + [anon_sym_expect] = ACTIONS(1824), + [anon_sym_actual] = ACTIONS(1824), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1826), + [anon_sym_continue_AT] = ACTIONS(1826), + [anon_sym_break_AT] = ACTIONS(1826), + [anon_sym_this_AT] = ACTIONS(1826), + [anon_sym_super_AT] = ACTIONS(1826), + [sym_real_literal] = ACTIONS(1826), + [sym_integer_literal] = ACTIONS(1824), + [sym_hex_literal] = ACTIONS(1826), + [sym_bin_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SQUOTE] = ACTIONS(1826), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1826), + }, + [3060] = { + [sym_type_constraints] = STATE(3348), + [sym_enum_class_body] = STATE(3475), + [sym__alpha_identifier] = ACTIONS(4489), + [anon_sym_AT] = ACTIONS(4491), + [anon_sym_LBRACK] = ACTIONS(4491), + [anon_sym_RBRACK] = ACTIONS(4491), + [anon_sym_as] = ACTIONS(4489), + [anon_sym_EQ] = ACTIONS(4489), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(4491), + [anon_sym_LPAREN] = ACTIONS(4491), + [anon_sym_COMMA] = ACTIONS(4491), + [anon_sym_RPAREN] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4489), + [anon_sym_GT] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4489), + [anon_sym_SEMI] = ACTIONS(4491), + [anon_sym_get] = ACTIONS(4489), + [anon_sym_set] = ACTIONS(4489), + [anon_sym_STAR] = ACTIONS(4489), + [anon_sym_DASH_GT] = ACTIONS(4491), + [sym_label] = ACTIONS(4491), + [anon_sym_in] = ACTIONS(4489), + [anon_sym_while] = ACTIONS(4489), + [anon_sym_DOT_DOT] = ACTIONS(4491), + [anon_sym_QMARK_COLON] = ACTIONS(4491), + [anon_sym_AMP_AMP] = ACTIONS(4491), + [anon_sym_PIPE_PIPE] = ACTIONS(4491), + [anon_sym_else] = ACTIONS(4489), + [anon_sym_COLON_COLON] = ACTIONS(4491), + [anon_sym_PLUS_EQ] = ACTIONS(4491), + [anon_sym_DASH_EQ] = ACTIONS(4491), + [anon_sym_STAR_EQ] = ACTIONS(4491), + [anon_sym_SLASH_EQ] = ACTIONS(4491), + [anon_sym_PERCENT_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4491), + [anon_sym_LT_EQ] = ACTIONS(4491), + [anon_sym_GT_EQ] = ACTIONS(4491), + [anon_sym_BANGin] = ACTIONS(4491), + [anon_sym_is] = ACTIONS(4489), + [anon_sym_BANGis] = ACTIONS(4491), + [anon_sym_PLUS] = ACTIONS(4489), + [anon_sym_DASH] = ACTIONS(4489), + [anon_sym_SLASH] = ACTIONS(4489), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4491), + [anon_sym_DASH_DASH] = ACTIONS(4491), + [anon_sym_BANG_BANG] = ACTIONS(4491), + [anon_sym_suspend] = ACTIONS(4489), + [anon_sym_sealed] = ACTIONS(4489), + [anon_sym_annotation] = ACTIONS(4489), + [anon_sym_data] = ACTIONS(4489), + [anon_sym_inner] = ACTIONS(4489), + [anon_sym_value] = ACTIONS(4489), + [anon_sym_override] = ACTIONS(4489), + [anon_sym_lateinit] = ACTIONS(4489), + [anon_sym_public] = ACTIONS(4489), + [anon_sym_private] = ACTIONS(4489), + [anon_sym_internal] = ACTIONS(4489), + [anon_sym_protected] = ACTIONS(4489), + [anon_sym_tailrec] = ACTIONS(4489), + [anon_sym_operator] = ACTIONS(4489), + [anon_sym_infix] = ACTIONS(4489), + [anon_sym_inline] = ACTIONS(4489), + [anon_sym_external] = ACTIONS(4489), + [sym_property_modifier] = ACTIONS(4489), + [anon_sym_abstract] = ACTIONS(4489), + [anon_sym_final] = ACTIONS(4489), + [anon_sym_open] = ACTIONS(4489), + [anon_sym_vararg] = ACTIONS(4489), + [anon_sym_noinline] = ACTIONS(4489), + [anon_sym_crossinline] = ACTIONS(4489), + [anon_sym_expect] = ACTIONS(4489), + [anon_sym_actual] = ACTIONS(4489), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4487), - [sym_safe_nav] = ACTIONS(4487), + [sym__backtick_identifier] = ACTIONS(4491), + [sym_safe_nav] = ACTIONS(4491), [sym_multiline_comment] = ACTIONS(3), }, - [3105] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4259), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4262), - [anon_sym_LPAREN] = ACTIONS(6650), - [anon_sym_COMMA] = ACTIONS(4262), - [anon_sym_LT] = ACTIONS(4259), - [anon_sym_GT] = ACTIONS(4259), - [anon_sym_where] = ACTIONS(4259), - [anon_sym_object] = ACTIONS(4259), - [anon_sym_fun] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4259), - [anon_sym_SEMI] = ACTIONS(4262), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4259), - [anon_sym_super] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4259), - [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(4259), - [anon_sym_if] = ACTIONS(4259), - [anon_sym_else] = ACTIONS(4259), - [anon_sym_when] = ACTIONS(4259), - [anon_sym_try] = ACTIONS(4259), - [anon_sym_throw] = ACTIONS(4259), - [anon_sym_return] = ACTIONS(4259), - [anon_sym_continue] = ACTIONS(4259), - [anon_sym_break] = ACTIONS(4259), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4259), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), - [anon_sym_EQ_EQ] = ACTIONS(4259), - [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(4259), - [anon_sym_BANGis] = ACTIONS(4262), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4259), - [anon_sym_PERCENT] = ACTIONS(4259), - [anon_sym_as_QMARK] = ACTIONS(4262), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4259), - [anon_sym_BANG_BANG] = ACTIONS(4262), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4262), - [anon_sym_continue_AT] = ACTIONS(4262), - [anon_sym_break_AT] = ACTIONS(4262), - [anon_sym_this_AT] = ACTIONS(4262), - [anon_sym_super_AT] = ACTIONS(4262), - [sym_real_literal] = ACTIONS(4262), - [sym_integer_literal] = ACTIONS(4259), - [sym_hex_literal] = ACTIONS(4262), - [sym_bin_literal] = ACTIONS(4262), - [anon_sym_true] = ACTIONS(4259), - [anon_sym_false] = ACTIONS(4259), - [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), - }, - [3106] = { - [sym__alpha_identifier] = ACTIONS(4345), - [anon_sym_AT] = ACTIONS(4347), - [anon_sym_LBRACK] = ACTIONS(4347), - [anon_sym_RBRACK] = ACTIONS(4347), - [anon_sym_as] = ACTIONS(4345), - [anon_sym_EQ] = ACTIONS(4345), - [anon_sym_LBRACE] = ACTIONS(4347), - [anon_sym_RBRACE] = ACTIONS(4347), - [anon_sym_LPAREN] = ACTIONS(4347), - [anon_sym_COMMA] = ACTIONS(4347), - [anon_sym_RPAREN] = ACTIONS(4347), - [anon_sym_LT] = ACTIONS(4345), - [anon_sym_GT] = ACTIONS(4345), - [anon_sym_where] = ACTIONS(4345), - [anon_sym_DOT] = ACTIONS(4345), - [anon_sym_SEMI] = ACTIONS(4347), - [anon_sym_get] = ACTIONS(4345), - [anon_sym_set] = ACTIONS(4345), - [anon_sym_STAR] = ACTIONS(4345), - [anon_sym_DASH_GT] = ACTIONS(4347), - [sym_label] = ACTIONS(4347), - [anon_sym_in] = ACTIONS(4345), - [anon_sym_while] = ACTIONS(4345), - [anon_sym_DOT_DOT] = ACTIONS(4347), - [anon_sym_QMARK_COLON] = ACTIONS(4347), - [anon_sym_AMP_AMP] = ACTIONS(4347), - [anon_sym_PIPE_PIPE] = ACTIONS(4347), - [anon_sym_else] = ACTIONS(4345), - [anon_sym_catch] = ACTIONS(4345), - [anon_sym_finally] = ACTIONS(4345), - [anon_sym_COLON_COLON] = ACTIONS(4347), - [anon_sym_PLUS_EQ] = ACTIONS(4347), - [anon_sym_DASH_EQ] = ACTIONS(4347), - [anon_sym_STAR_EQ] = ACTIONS(4347), - [anon_sym_SLASH_EQ] = ACTIONS(4347), - [anon_sym_PERCENT_EQ] = ACTIONS(4347), - [anon_sym_BANG_EQ] = ACTIONS(4345), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4347), - [anon_sym_EQ_EQ] = ACTIONS(4345), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4347), - [anon_sym_LT_EQ] = ACTIONS(4347), - [anon_sym_GT_EQ] = ACTIONS(4347), - [anon_sym_BANGin] = ACTIONS(4347), - [anon_sym_is] = ACTIONS(4345), - [anon_sym_BANGis] = ACTIONS(4347), - [anon_sym_PLUS] = ACTIONS(4345), - [anon_sym_DASH] = ACTIONS(4345), - [anon_sym_SLASH] = ACTIONS(4345), - [anon_sym_PERCENT] = ACTIONS(4345), - [anon_sym_as_QMARK] = ACTIONS(4347), - [anon_sym_PLUS_PLUS] = ACTIONS(4347), - [anon_sym_DASH_DASH] = ACTIONS(4347), - [anon_sym_BANG_BANG] = ACTIONS(4347), - [anon_sym_suspend] = ACTIONS(4345), - [anon_sym_sealed] = ACTIONS(4345), - [anon_sym_annotation] = ACTIONS(4345), - [anon_sym_data] = ACTIONS(4345), - [anon_sym_inner] = ACTIONS(4345), - [anon_sym_value] = ACTIONS(4345), - [anon_sym_override] = ACTIONS(4345), - [anon_sym_lateinit] = ACTIONS(4345), - [anon_sym_public] = ACTIONS(4345), - [anon_sym_private] = ACTIONS(4345), - [anon_sym_internal] = ACTIONS(4345), - [anon_sym_protected] = ACTIONS(4345), - [anon_sym_tailrec] = ACTIONS(4345), - [anon_sym_operator] = ACTIONS(4345), - [anon_sym_infix] = ACTIONS(4345), - [anon_sym_inline] = ACTIONS(4345), - [anon_sym_external] = ACTIONS(4345), - [sym_property_modifier] = ACTIONS(4345), - [anon_sym_abstract] = ACTIONS(4345), - [anon_sym_final] = ACTIONS(4345), - [anon_sym_open] = ACTIONS(4345), - [anon_sym_vararg] = ACTIONS(4345), - [anon_sym_noinline] = ACTIONS(4345), - [anon_sym_crossinline] = ACTIONS(4345), - [anon_sym_expect] = ACTIONS(4345), - [anon_sym_actual] = ACTIONS(4345), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4347), - [sym_safe_nav] = ACTIONS(4347), + [3061] = { + [sym_catch_block] = STATE(3355), + [sym_finally_block] = STATE(4013), + [aux_sym_try_expression_repeat1] = STATE(3355), + [sym__alpha_identifier] = ACTIONS(4104), + [anon_sym_AT] = ACTIONS(4106), + [anon_sym_LBRACK] = ACTIONS(4106), + [anon_sym_as] = ACTIONS(4104), + [anon_sym_EQ] = ACTIONS(4104), + [anon_sym_LBRACE] = ACTIONS(4106), + [anon_sym_RBRACE] = ACTIONS(4106), + [anon_sym_LPAREN] = ACTIONS(4106), + [anon_sym_COMMA] = ACTIONS(4106), + [anon_sym_LT] = ACTIONS(4104), + [anon_sym_GT] = ACTIONS(4104), + [anon_sym_where] = ACTIONS(4104), + [anon_sym_DOT] = ACTIONS(4104), + [anon_sym_SEMI] = ACTIONS(4106), + [anon_sym_get] = ACTIONS(4104), + [anon_sym_set] = ACTIONS(4104), + [anon_sym_STAR] = ACTIONS(4104), + [sym_label] = ACTIONS(4106), + [anon_sym_in] = ACTIONS(4104), + [anon_sym_DOT_DOT] = ACTIONS(4106), + [anon_sym_QMARK_COLON] = ACTIONS(4106), + [anon_sym_AMP_AMP] = ACTIONS(4106), + [anon_sym_PIPE_PIPE] = ACTIONS(4106), + [anon_sym_else] = ACTIONS(4104), + [anon_sym_catch] = ACTIONS(6611), + [anon_sym_finally] = ACTIONS(6613), + [anon_sym_COLON_COLON] = ACTIONS(4106), + [anon_sym_PLUS_EQ] = ACTIONS(4106), + [anon_sym_DASH_EQ] = ACTIONS(4106), + [anon_sym_STAR_EQ] = ACTIONS(4106), + [anon_sym_SLASH_EQ] = ACTIONS(4106), + [anon_sym_PERCENT_EQ] = ACTIONS(4106), + [anon_sym_BANG_EQ] = ACTIONS(4104), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4106), + [anon_sym_EQ_EQ] = ACTIONS(4104), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4106), + [anon_sym_LT_EQ] = ACTIONS(4106), + [anon_sym_GT_EQ] = ACTIONS(4106), + [anon_sym_BANGin] = ACTIONS(4106), + [anon_sym_is] = ACTIONS(4104), + [anon_sym_BANGis] = ACTIONS(4106), + [anon_sym_PLUS] = ACTIONS(4104), + [anon_sym_DASH] = ACTIONS(4104), + [anon_sym_SLASH] = ACTIONS(4104), + [anon_sym_PERCENT] = ACTIONS(4104), + [anon_sym_as_QMARK] = ACTIONS(4106), + [anon_sym_PLUS_PLUS] = ACTIONS(4106), + [anon_sym_DASH_DASH] = ACTIONS(4106), + [anon_sym_BANG_BANG] = ACTIONS(4106), + [anon_sym_suspend] = ACTIONS(4104), + [anon_sym_sealed] = ACTIONS(4104), + [anon_sym_annotation] = ACTIONS(4104), + [anon_sym_data] = ACTIONS(4104), + [anon_sym_inner] = ACTIONS(4104), + [anon_sym_value] = ACTIONS(4104), + [anon_sym_override] = ACTIONS(4104), + [anon_sym_lateinit] = ACTIONS(4104), + [anon_sym_public] = ACTIONS(4104), + [anon_sym_private] = ACTIONS(4104), + [anon_sym_internal] = ACTIONS(4104), + [anon_sym_protected] = ACTIONS(4104), + [anon_sym_tailrec] = ACTIONS(4104), + [anon_sym_operator] = ACTIONS(4104), + [anon_sym_infix] = ACTIONS(4104), + [anon_sym_inline] = ACTIONS(4104), + [anon_sym_external] = ACTIONS(4104), + [sym_property_modifier] = ACTIONS(4104), + [anon_sym_abstract] = ACTIONS(4104), + [anon_sym_final] = ACTIONS(4104), + [anon_sym_open] = ACTIONS(4104), + [anon_sym_vararg] = ACTIONS(4104), + [anon_sym_noinline] = ACTIONS(4104), + [anon_sym_crossinline] = ACTIONS(4104), + [anon_sym_expect] = ACTIONS(4104), + [anon_sym_actual] = ACTIONS(4104), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4106), + [sym__automatic_semicolon] = ACTIONS(4106), + [sym_safe_nav] = ACTIONS(4106), [sym_multiline_comment] = ACTIONS(3), }, - [3107] = { - [sym_function_body] = STATE(3530), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_RBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_RPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [anon_sym_DASH_GT] = ACTIONS(4139), - [sym_label] = ACTIONS(4139), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_while] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), + [3062] = { + [sym__alpha_identifier] = ACTIONS(4313), + [anon_sym_AT] = ACTIONS(4315), + [anon_sym_LBRACK] = ACTIONS(4315), + [anon_sym_EQ] = ACTIONS(4315), + [anon_sym_LBRACE] = ACTIONS(4315), + [anon_sym_RBRACE] = ACTIONS(4315), + [anon_sym_LPAREN] = ACTIONS(4315), + [anon_sym_COMMA] = ACTIONS(4315), + [anon_sym_by] = ACTIONS(4313), + [anon_sym_where] = ACTIONS(4313), + [anon_sym_object] = ACTIONS(4313), + [anon_sym_fun] = ACTIONS(4313), + [anon_sym_SEMI] = ACTIONS(4315), + [anon_sym_get] = ACTIONS(4313), + [anon_sym_set] = ACTIONS(4313), + [anon_sym_this] = ACTIONS(4313), + [anon_sym_super] = ACTIONS(4313), + [anon_sym_AMP] = ACTIONS(6615), + [sym__quest] = ACTIONS(4315), + [anon_sym_STAR] = ACTIONS(4315), + [sym_label] = ACTIONS(4313), + [anon_sym_in] = ACTIONS(4313), + [anon_sym_null] = ACTIONS(4313), + [anon_sym_if] = ACTIONS(4313), + [anon_sym_else] = ACTIONS(4313), + [anon_sym_when] = ACTIONS(4313), + [anon_sym_try] = ACTIONS(4313), + [anon_sym_throw] = ACTIONS(4313), + [anon_sym_return] = ACTIONS(4313), + [anon_sym_continue] = ACTIONS(4313), + [anon_sym_break] = ACTIONS(4313), + [anon_sym_COLON_COLON] = ACTIONS(4315), + [anon_sym_BANGin] = ACTIONS(4315), + [anon_sym_is] = ACTIONS(4313), + [anon_sym_BANGis] = ACTIONS(4315), + [anon_sym_PLUS] = ACTIONS(4313), + [anon_sym_DASH] = ACTIONS(4313), + [anon_sym_PLUS_PLUS] = ACTIONS(4315), + [anon_sym_DASH_DASH] = ACTIONS(4315), + [anon_sym_BANG] = ACTIONS(4313), + [anon_sym_suspend] = ACTIONS(4313), + [anon_sym_sealed] = ACTIONS(4313), + [anon_sym_annotation] = ACTIONS(4313), + [anon_sym_data] = ACTIONS(4313), + [anon_sym_inner] = ACTIONS(4313), + [anon_sym_value] = ACTIONS(4313), + [anon_sym_override] = ACTIONS(4313), + [anon_sym_lateinit] = ACTIONS(4313), + [anon_sym_public] = ACTIONS(4313), + [anon_sym_private] = ACTIONS(4313), + [anon_sym_internal] = ACTIONS(4313), + [anon_sym_protected] = ACTIONS(4313), + [anon_sym_tailrec] = ACTIONS(4313), + [anon_sym_operator] = ACTIONS(4313), + [anon_sym_infix] = ACTIONS(4313), + [anon_sym_inline] = ACTIONS(4313), + [anon_sym_external] = ACTIONS(4313), + [sym_property_modifier] = ACTIONS(4313), + [anon_sym_abstract] = ACTIONS(4313), + [anon_sym_final] = ACTIONS(4313), + [anon_sym_open] = ACTIONS(4313), + [anon_sym_vararg] = ACTIONS(4313), + [anon_sym_noinline] = ACTIONS(4313), + [anon_sym_crossinline] = ACTIONS(4313), + [anon_sym_expect] = ACTIONS(4313), + [anon_sym_actual] = ACTIONS(4313), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4315), + [anon_sym_continue_AT] = ACTIONS(4315), + [anon_sym_break_AT] = ACTIONS(4315), + [anon_sym_this_AT] = ACTIONS(4315), + [anon_sym_super_AT] = ACTIONS(4315), + [sym_real_literal] = ACTIONS(4315), + [sym_integer_literal] = ACTIONS(4313), + [sym_hex_literal] = ACTIONS(4315), + [sym_bin_literal] = ACTIONS(4315), + [anon_sym_true] = ACTIONS(4313), + [anon_sym_false] = ACTIONS(4313), + [anon_sym_SQUOTE] = ACTIONS(4315), + [sym__backtick_identifier] = ACTIONS(4315), + [sym__automatic_semicolon] = ACTIONS(4315), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4315), }, - [3108] = { - [sym__alpha_identifier] = ACTIONS(4122), - [anon_sym_AT] = ACTIONS(4124), - [anon_sym_COLON] = ACTIONS(6561), - [anon_sym_LBRACK] = ACTIONS(4124), - [anon_sym_RBRACK] = ACTIONS(4124), - [anon_sym_as] = ACTIONS(4122), - [anon_sym_EQ] = ACTIONS(4122), - [anon_sym_LBRACE] = ACTIONS(4124), - [anon_sym_RBRACE] = ACTIONS(4124), - [anon_sym_LPAREN] = ACTIONS(4124), - [anon_sym_COMMA] = ACTIONS(4124), - [anon_sym_RPAREN] = ACTIONS(4124), - [anon_sym_by] = ACTIONS(4122), - [anon_sym_LT] = ACTIONS(4122), - [anon_sym_GT] = ACTIONS(4122), - [anon_sym_where] = ACTIONS(4122), - [anon_sym_DOT] = ACTIONS(4122), - [anon_sym_SEMI] = ACTIONS(4124), - [anon_sym_get] = ACTIONS(4122), - [anon_sym_set] = ACTIONS(4122), - [anon_sym_STAR] = ACTIONS(4122), - [anon_sym_DASH_GT] = ACTIONS(4124), - [sym_label] = ACTIONS(4124), - [anon_sym_in] = ACTIONS(4122), - [anon_sym_while] = ACTIONS(4122), - [anon_sym_DOT_DOT] = ACTIONS(4124), - [anon_sym_QMARK_COLON] = ACTIONS(4124), - [anon_sym_AMP_AMP] = ACTIONS(4124), - [anon_sym_PIPE_PIPE] = ACTIONS(4124), - [anon_sym_else] = ACTIONS(4122), - [anon_sym_COLON_COLON] = ACTIONS(4124), - [anon_sym_PLUS_EQ] = ACTIONS(4124), - [anon_sym_DASH_EQ] = ACTIONS(4124), - [anon_sym_STAR_EQ] = ACTIONS(4124), - [anon_sym_SLASH_EQ] = ACTIONS(4124), - [anon_sym_PERCENT_EQ] = ACTIONS(4124), - [anon_sym_BANG_EQ] = ACTIONS(4122), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4124), - [anon_sym_EQ_EQ] = ACTIONS(4122), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4124), - [anon_sym_LT_EQ] = ACTIONS(4124), - [anon_sym_GT_EQ] = ACTIONS(4124), - [anon_sym_BANGin] = ACTIONS(4124), - [anon_sym_is] = ACTIONS(4122), - [anon_sym_BANGis] = ACTIONS(4124), - [anon_sym_PLUS] = ACTIONS(4122), - [anon_sym_DASH] = ACTIONS(4122), - [anon_sym_SLASH] = ACTIONS(4122), - [anon_sym_PERCENT] = ACTIONS(4122), - [anon_sym_as_QMARK] = ACTIONS(4124), - [anon_sym_PLUS_PLUS] = ACTIONS(4124), - [anon_sym_DASH_DASH] = ACTIONS(4124), - [anon_sym_BANG_BANG] = ACTIONS(4124), - [anon_sym_suspend] = ACTIONS(4122), - [anon_sym_sealed] = ACTIONS(4122), - [anon_sym_annotation] = ACTIONS(4122), - [anon_sym_data] = ACTIONS(4122), - [anon_sym_inner] = ACTIONS(4122), - [anon_sym_value] = ACTIONS(4122), - [anon_sym_override] = ACTIONS(4122), - [anon_sym_lateinit] = ACTIONS(4122), - [anon_sym_public] = ACTIONS(4122), - [anon_sym_private] = ACTIONS(4122), - [anon_sym_internal] = ACTIONS(4122), - [anon_sym_protected] = ACTIONS(4122), - [anon_sym_tailrec] = ACTIONS(4122), - [anon_sym_operator] = ACTIONS(4122), - [anon_sym_infix] = ACTIONS(4122), - [anon_sym_inline] = ACTIONS(4122), - [anon_sym_external] = ACTIONS(4122), - [sym_property_modifier] = ACTIONS(4122), - [anon_sym_abstract] = ACTIONS(4122), - [anon_sym_final] = ACTIONS(4122), - [anon_sym_open] = ACTIONS(4122), - [anon_sym_vararg] = ACTIONS(4122), - [anon_sym_noinline] = ACTIONS(4122), - [anon_sym_crossinline] = ACTIONS(4122), - [anon_sym_expect] = ACTIONS(4122), - [anon_sym_actual] = ACTIONS(4122), + [3063] = { + [aux_sym_nullable_type_repeat1] = STATE(3251), + [sym__alpha_identifier] = ACTIONS(4333), + [anon_sym_AT] = ACTIONS(4335), + [anon_sym_LBRACK] = ACTIONS(4335), + [anon_sym_EQ] = ACTIONS(4335), + [anon_sym_LBRACE] = ACTIONS(4335), + [anon_sym_RBRACE] = ACTIONS(4335), + [anon_sym_LPAREN] = ACTIONS(4335), + [anon_sym_COMMA] = ACTIONS(4335), + [anon_sym_by] = ACTIONS(4333), + [anon_sym_where] = ACTIONS(4333), + [anon_sym_object] = ACTIONS(4333), + [anon_sym_fun] = ACTIONS(4333), + [anon_sym_SEMI] = ACTIONS(4335), + [anon_sym_get] = ACTIONS(4333), + [anon_sym_set] = ACTIONS(4333), + [anon_sym_this] = ACTIONS(4333), + [anon_sym_super] = ACTIONS(4333), + [sym__quest] = ACTIONS(6617), + [anon_sym_STAR] = ACTIONS(4335), + [sym_label] = ACTIONS(4333), + [anon_sym_in] = ACTIONS(4333), + [anon_sym_null] = ACTIONS(4333), + [anon_sym_if] = ACTIONS(4333), + [anon_sym_else] = ACTIONS(4333), + [anon_sym_when] = ACTIONS(4333), + [anon_sym_try] = ACTIONS(4333), + [anon_sym_throw] = ACTIONS(4333), + [anon_sym_return] = ACTIONS(4333), + [anon_sym_continue] = ACTIONS(4333), + [anon_sym_break] = ACTIONS(4333), + [anon_sym_COLON_COLON] = ACTIONS(4335), + [anon_sym_BANGin] = ACTIONS(4335), + [anon_sym_is] = ACTIONS(4333), + [anon_sym_BANGis] = ACTIONS(4335), + [anon_sym_PLUS] = ACTIONS(4333), + [anon_sym_DASH] = ACTIONS(4333), + [anon_sym_PLUS_PLUS] = ACTIONS(4335), + [anon_sym_DASH_DASH] = ACTIONS(4335), + [anon_sym_BANG] = ACTIONS(4333), + [anon_sym_suspend] = ACTIONS(4333), + [anon_sym_sealed] = ACTIONS(4333), + [anon_sym_annotation] = ACTIONS(4333), + [anon_sym_data] = ACTIONS(4333), + [anon_sym_inner] = ACTIONS(4333), + [anon_sym_value] = ACTIONS(4333), + [anon_sym_override] = ACTIONS(4333), + [anon_sym_lateinit] = ACTIONS(4333), + [anon_sym_public] = ACTIONS(4333), + [anon_sym_private] = ACTIONS(4333), + [anon_sym_internal] = ACTIONS(4333), + [anon_sym_protected] = ACTIONS(4333), + [anon_sym_tailrec] = ACTIONS(4333), + [anon_sym_operator] = ACTIONS(4333), + [anon_sym_infix] = ACTIONS(4333), + [anon_sym_inline] = ACTIONS(4333), + [anon_sym_external] = ACTIONS(4333), + [sym_property_modifier] = ACTIONS(4333), + [anon_sym_abstract] = ACTIONS(4333), + [anon_sym_final] = ACTIONS(4333), + [anon_sym_open] = ACTIONS(4333), + [anon_sym_vararg] = ACTIONS(4333), + [anon_sym_noinline] = ACTIONS(4333), + [anon_sym_crossinline] = ACTIONS(4333), + [anon_sym_expect] = ACTIONS(4333), + [anon_sym_actual] = ACTIONS(4333), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4335), + [anon_sym_continue_AT] = ACTIONS(4335), + [anon_sym_break_AT] = ACTIONS(4335), + [anon_sym_this_AT] = ACTIONS(4335), + [anon_sym_super_AT] = ACTIONS(4335), + [sym_real_literal] = ACTIONS(4335), + [sym_integer_literal] = ACTIONS(4333), + [sym_hex_literal] = ACTIONS(4335), + [sym_bin_literal] = ACTIONS(4335), + [anon_sym_true] = ACTIONS(4333), + [anon_sym_false] = ACTIONS(4333), + [anon_sym_SQUOTE] = ACTIONS(4335), + [sym__backtick_identifier] = ACTIONS(4335), + [sym__automatic_semicolon] = ACTIONS(4335), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4335), + }, + [3064] = { + [sym__alpha_identifier] = ACTIONS(5110), + [anon_sym_AT] = ACTIONS(5112), + [anon_sym_LBRACK] = ACTIONS(5112), + [anon_sym_as] = ACTIONS(5110), + [anon_sym_EQ] = ACTIONS(5139), + [anon_sym_LBRACE] = ACTIONS(5112), + [anon_sym_RBRACE] = ACTIONS(5112), + [anon_sym_LPAREN] = ACTIONS(5112), + [anon_sym_COMMA] = ACTIONS(5112), + [anon_sym_LT] = ACTIONS(5110), + [anon_sym_GT] = ACTIONS(5110), + [anon_sym_where] = ACTIONS(5110), + [anon_sym_object] = ACTIONS(5110), + [anon_sym_fun] = ACTIONS(5110), + [anon_sym_DOT] = ACTIONS(5110), + [anon_sym_SEMI] = ACTIONS(5112), + [anon_sym_get] = ACTIONS(5110), + [anon_sym_set] = ACTIONS(5110), + [anon_sym_this] = ACTIONS(5110), + [anon_sym_super] = ACTIONS(5110), + [anon_sym_STAR] = ACTIONS(5110), + [sym_label] = ACTIONS(5110), + [anon_sym_in] = ACTIONS(5110), + [anon_sym_DOT_DOT] = ACTIONS(5112), + [anon_sym_QMARK_COLON] = ACTIONS(5112), + [anon_sym_AMP_AMP] = ACTIONS(5112), + [anon_sym_PIPE_PIPE] = ACTIONS(5112), + [anon_sym_null] = ACTIONS(5110), + [anon_sym_if] = ACTIONS(5110), + [anon_sym_else] = ACTIONS(5110), + [anon_sym_when] = ACTIONS(5110), + [anon_sym_try] = ACTIONS(5110), + [anon_sym_throw] = ACTIONS(5110), + [anon_sym_return] = ACTIONS(5110), + [anon_sym_continue] = ACTIONS(5110), + [anon_sym_break] = ACTIONS(5110), + [anon_sym_COLON_COLON] = ACTIONS(6619), + [anon_sym_PLUS_EQ] = ACTIONS(5141), + [anon_sym_DASH_EQ] = ACTIONS(5141), + [anon_sym_STAR_EQ] = ACTIONS(5141), + [anon_sym_SLASH_EQ] = ACTIONS(5141), + [anon_sym_PERCENT_EQ] = ACTIONS(5141), + [anon_sym_BANG_EQ] = ACTIONS(5110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5112), + [anon_sym_EQ_EQ] = ACTIONS(5110), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5112), + [anon_sym_LT_EQ] = ACTIONS(5112), + [anon_sym_GT_EQ] = ACTIONS(5112), + [anon_sym_BANGin] = ACTIONS(5112), + [anon_sym_is] = ACTIONS(5110), + [anon_sym_BANGis] = ACTIONS(5112), + [anon_sym_PLUS] = ACTIONS(5110), + [anon_sym_DASH] = ACTIONS(5110), + [anon_sym_SLASH] = ACTIONS(5110), + [anon_sym_PERCENT] = ACTIONS(5110), + [anon_sym_as_QMARK] = ACTIONS(5112), + [anon_sym_PLUS_PLUS] = ACTIONS(5112), + [anon_sym_DASH_DASH] = ACTIONS(5112), + [anon_sym_BANG] = ACTIONS(5110), + [anon_sym_BANG_BANG] = ACTIONS(5112), + [anon_sym_data] = ACTIONS(5110), + [anon_sym_inner] = ACTIONS(5110), + [anon_sym_value] = ACTIONS(5110), + [anon_sym_expect] = ACTIONS(5110), + [anon_sym_actual] = ACTIONS(5110), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5112), + [anon_sym_continue_AT] = ACTIONS(5112), + [anon_sym_break_AT] = ACTIONS(5112), + [anon_sym_this_AT] = ACTIONS(5112), + [anon_sym_super_AT] = ACTIONS(5112), + [sym_real_literal] = ACTIONS(5112), + [sym_integer_literal] = ACTIONS(5110), + [sym_hex_literal] = ACTIONS(5112), + [sym_bin_literal] = ACTIONS(5112), + [anon_sym_true] = ACTIONS(5110), + [anon_sym_false] = ACTIONS(5110), + [anon_sym_SQUOTE] = ACTIONS(5112), + [sym__backtick_identifier] = ACTIONS(5112), + [sym__automatic_semicolon] = ACTIONS(5112), + [sym_safe_nav] = ACTIONS(5112), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5112), + }, + [3065] = { + [sym__alpha_identifier] = ACTIONS(4762), + [anon_sym_AT] = ACTIONS(4764), + [anon_sym_LBRACK] = ACTIONS(4764), + [anon_sym_as] = ACTIONS(4762), + [anon_sym_EQ] = ACTIONS(4762), + [anon_sym_LBRACE] = ACTIONS(4764), + [anon_sym_RBRACE] = ACTIONS(4764), + [anon_sym_LPAREN] = ACTIONS(4764), + [anon_sym_COMMA] = ACTIONS(4764), + [anon_sym_LT] = ACTIONS(4762), + [anon_sym_GT] = ACTIONS(4762), + [anon_sym_where] = ACTIONS(4762), + [anon_sym_object] = ACTIONS(4762), + [anon_sym_fun] = ACTIONS(4762), + [anon_sym_DOT] = ACTIONS(4762), + [anon_sym_SEMI] = ACTIONS(4764), + [anon_sym_get] = ACTIONS(4762), + [anon_sym_set] = ACTIONS(4762), + [anon_sym_this] = ACTIONS(4762), + [anon_sym_super] = ACTIONS(4762), + [anon_sym_STAR] = ACTIONS(4762), + [sym_label] = ACTIONS(4762), + [anon_sym_in] = ACTIONS(4762), + [anon_sym_DOT_DOT] = ACTIONS(4764), + [anon_sym_QMARK_COLON] = ACTIONS(4764), + [anon_sym_AMP_AMP] = ACTIONS(4764), + [anon_sym_PIPE_PIPE] = ACTIONS(4764), + [anon_sym_null] = ACTIONS(4762), + [anon_sym_if] = ACTIONS(4762), + [anon_sym_else] = ACTIONS(4762), + [anon_sym_when] = ACTIONS(4762), + [anon_sym_try] = ACTIONS(4762), + [anon_sym_throw] = ACTIONS(4762), + [anon_sym_return] = ACTIONS(4762), + [anon_sym_continue] = ACTIONS(4762), + [anon_sym_break] = ACTIONS(4762), + [anon_sym_COLON_COLON] = ACTIONS(4764), + [anon_sym_PLUS_EQ] = ACTIONS(4764), + [anon_sym_DASH_EQ] = ACTIONS(4764), + [anon_sym_STAR_EQ] = ACTIONS(4764), + [anon_sym_SLASH_EQ] = ACTIONS(4764), + [anon_sym_PERCENT_EQ] = ACTIONS(4764), + [anon_sym_BANG_EQ] = ACTIONS(4762), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4764), + [anon_sym_EQ_EQ] = ACTIONS(4762), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4764), + [anon_sym_LT_EQ] = ACTIONS(4764), + [anon_sym_GT_EQ] = ACTIONS(4764), + [anon_sym_BANGin] = ACTIONS(4764), + [anon_sym_is] = ACTIONS(4762), + [anon_sym_BANGis] = ACTIONS(4764), + [anon_sym_PLUS] = ACTIONS(4762), + [anon_sym_DASH] = ACTIONS(4762), + [anon_sym_SLASH] = ACTIONS(4762), + [anon_sym_PERCENT] = ACTIONS(4762), + [anon_sym_as_QMARK] = ACTIONS(4764), + [anon_sym_PLUS_PLUS] = ACTIONS(4764), + [anon_sym_DASH_DASH] = ACTIONS(4764), + [anon_sym_BANG] = ACTIONS(4762), + [anon_sym_BANG_BANG] = ACTIONS(4764), + [anon_sym_data] = ACTIONS(4762), + [anon_sym_inner] = ACTIONS(4762), + [anon_sym_value] = ACTIONS(4762), + [anon_sym_expect] = ACTIONS(4762), + [anon_sym_actual] = ACTIONS(4762), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4124), - [sym_safe_nav] = ACTIONS(4124), + [anon_sym_return_AT] = ACTIONS(4764), + [anon_sym_continue_AT] = ACTIONS(4764), + [anon_sym_break_AT] = ACTIONS(4764), + [anon_sym_this_AT] = ACTIONS(4764), + [anon_sym_super_AT] = ACTIONS(4764), + [sym_real_literal] = ACTIONS(4764), + [sym_integer_literal] = ACTIONS(4762), + [sym_hex_literal] = ACTIONS(4764), + [sym_bin_literal] = ACTIONS(4764), + [anon_sym_true] = ACTIONS(4762), + [anon_sym_false] = ACTIONS(4762), + [anon_sym_SQUOTE] = ACTIONS(4764), + [sym__backtick_identifier] = ACTIONS(4764), + [sym__automatic_semicolon] = ACTIONS(4764), + [sym_safe_nav] = ACTIONS(4764), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4764), }, - [3109] = { - [sym_class_body] = STATE(3589), - [sym__alpha_identifier] = ACTIONS(4497), - [anon_sym_AT] = ACTIONS(4499), - [anon_sym_COLON] = ACTIONS(6654), - [anon_sym_LBRACK] = ACTIONS(4499), - [anon_sym_RBRACK] = ACTIONS(4499), - [anon_sym_as] = ACTIONS(4497), - [anon_sym_EQ] = ACTIONS(4497), - [anon_sym_LBRACE] = ACTIONS(5496), - [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_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_value] = 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), + [3066] = { + [sym_function_body] = STATE(3460), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_RBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_RPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [anon_sym_DASH_GT] = ACTIONS(4325), + [sym_label] = ACTIONS(4325), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_while] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), [sym_multiline_comment] = ACTIONS(3), }, - [3110] = { - [sym__alpha_identifier] = ACTIONS(4974), - [anon_sym_AT] = ACTIONS(4976), - [anon_sym_LBRACK] = ACTIONS(4976), - [anon_sym_as] = ACTIONS(4974), - [anon_sym_EQ] = ACTIONS(4974), - [anon_sym_LBRACE] = ACTIONS(4976), - [anon_sym_RBRACE] = ACTIONS(4976), - [anon_sym_LPAREN] = ACTIONS(4976), - [anon_sym_COMMA] = ACTIONS(4976), - [anon_sym_LT] = ACTIONS(4974), - [anon_sym_GT] = ACTIONS(4974), - [anon_sym_where] = ACTIONS(4974), - [anon_sym_object] = ACTIONS(4974), - [anon_sym_fun] = ACTIONS(4974), - [anon_sym_DOT] = ACTIONS(4974), - [anon_sym_SEMI] = ACTIONS(4976), - [anon_sym_get] = ACTIONS(4974), - [anon_sym_set] = ACTIONS(4974), - [anon_sym_this] = ACTIONS(4974), - [anon_sym_super] = ACTIONS(4974), - [anon_sym_STAR] = ACTIONS(4974), - [sym_label] = ACTIONS(4974), - [anon_sym_in] = ACTIONS(4974), - [anon_sym_DOT_DOT] = ACTIONS(4976), - [anon_sym_QMARK_COLON] = ACTIONS(4976), - [anon_sym_AMP_AMP] = ACTIONS(4976), - [anon_sym_PIPE_PIPE] = ACTIONS(4976), - [anon_sym_null] = ACTIONS(4974), - [anon_sym_if] = ACTIONS(4974), - [anon_sym_else] = ACTIONS(4974), - [anon_sym_when] = ACTIONS(4974), - [anon_sym_try] = ACTIONS(4974), - [anon_sym_throw] = ACTIONS(4974), - [anon_sym_return] = ACTIONS(4974), - [anon_sym_continue] = ACTIONS(4974), - [anon_sym_break] = ACTIONS(4974), - [anon_sym_COLON_COLON] = ACTIONS(4976), - [anon_sym_PLUS_EQ] = ACTIONS(4976), - [anon_sym_DASH_EQ] = ACTIONS(4976), - [anon_sym_STAR_EQ] = ACTIONS(4976), - [anon_sym_SLASH_EQ] = ACTIONS(4976), - [anon_sym_PERCENT_EQ] = ACTIONS(4976), - [anon_sym_BANG_EQ] = ACTIONS(4974), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4976), - [anon_sym_EQ_EQ] = ACTIONS(4974), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4976), - [anon_sym_LT_EQ] = ACTIONS(4976), - [anon_sym_GT_EQ] = ACTIONS(4976), - [anon_sym_BANGin] = ACTIONS(4976), - [anon_sym_is] = ACTIONS(4974), - [anon_sym_BANGis] = ACTIONS(4976), - [anon_sym_PLUS] = ACTIONS(4974), - [anon_sym_DASH] = ACTIONS(4974), - [anon_sym_SLASH] = ACTIONS(4974), - [anon_sym_PERCENT] = ACTIONS(4974), - [anon_sym_as_QMARK] = ACTIONS(4976), - [anon_sym_PLUS_PLUS] = ACTIONS(4976), - [anon_sym_DASH_DASH] = ACTIONS(4976), - [anon_sym_BANG] = ACTIONS(4974), - [anon_sym_BANG_BANG] = ACTIONS(4976), - [anon_sym_data] = ACTIONS(4974), - [anon_sym_inner] = ACTIONS(4974), - [anon_sym_value] = ACTIONS(4974), - [anon_sym_expect] = ACTIONS(4974), - [anon_sym_actual] = ACTIONS(4974), + [3067] = { + [sym__alpha_identifier] = ACTIONS(4922), + [anon_sym_AT] = ACTIONS(4924), + [anon_sym_LBRACK] = ACTIONS(4924), + [anon_sym_as] = ACTIONS(4922), + [anon_sym_EQ] = ACTIONS(4922), + [anon_sym_LBRACE] = ACTIONS(4924), + [anon_sym_RBRACE] = ACTIONS(4924), + [anon_sym_LPAREN] = ACTIONS(4924), + [anon_sym_COMMA] = ACTIONS(4924), + [anon_sym_LT] = ACTIONS(4922), + [anon_sym_GT] = ACTIONS(4922), + [anon_sym_where] = ACTIONS(4922), + [anon_sym_object] = ACTIONS(4922), + [anon_sym_fun] = ACTIONS(4922), + [anon_sym_DOT] = ACTIONS(4922), + [anon_sym_SEMI] = ACTIONS(4924), + [anon_sym_get] = ACTIONS(4922), + [anon_sym_set] = ACTIONS(4922), + [anon_sym_this] = ACTIONS(4922), + [anon_sym_super] = ACTIONS(4922), + [anon_sym_STAR] = ACTIONS(4922), + [sym_label] = ACTIONS(4922), + [anon_sym_in] = ACTIONS(4922), + [anon_sym_DOT_DOT] = ACTIONS(4924), + [anon_sym_QMARK_COLON] = ACTIONS(4924), + [anon_sym_AMP_AMP] = ACTIONS(4924), + [anon_sym_PIPE_PIPE] = ACTIONS(4924), + [anon_sym_null] = ACTIONS(4922), + [anon_sym_if] = ACTIONS(4922), + [anon_sym_else] = ACTIONS(4922), + [anon_sym_when] = ACTIONS(4922), + [anon_sym_try] = ACTIONS(4922), + [anon_sym_throw] = ACTIONS(4922), + [anon_sym_return] = ACTIONS(4922), + [anon_sym_continue] = ACTIONS(4922), + [anon_sym_break] = ACTIONS(4922), + [anon_sym_COLON_COLON] = ACTIONS(4924), + [anon_sym_PLUS_EQ] = ACTIONS(4924), + [anon_sym_DASH_EQ] = ACTIONS(4924), + [anon_sym_STAR_EQ] = ACTIONS(4924), + [anon_sym_SLASH_EQ] = ACTIONS(4924), + [anon_sym_PERCENT_EQ] = ACTIONS(4924), + [anon_sym_BANG_EQ] = ACTIONS(4922), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4924), + [anon_sym_EQ_EQ] = ACTIONS(4922), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4924), + [anon_sym_LT_EQ] = ACTIONS(4924), + [anon_sym_GT_EQ] = ACTIONS(4924), + [anon_sym_BANGin] = ACTIONS(4924), + [anon_sym_is] = ACTIONS(4922), + [anon_sym_BANGis] = ACTIONS(4924), + [anon_sym_PLUS] = ACTIONS(4922), + [anon_sym_DASH] = ACTIONS(4922), + [anon_sym_SLASH] = ACTIONS(4922), + [anon_sym_PERCENT] = ACTIONS(4922), + [anon_sym_as_QMARK] = ACTIONS(4924), + [anon_sym_PLUS_PLUS] = ACTIONS(4924), + [anon_sym_DASH_DASH] = ACTIONS(4924), + [anon_sym_BANG] = ACTIONS(4922), + [anon_sym_BANG_BANG] = ACTIONS(4924), + [anon_sym_data] = ACTIONS(4922), + [anon_sym_inner] = ACTIONS(4922), + [anon_sym_value] = ACTIONS(4922), + [anon_sym_expect] = ACTIONS(4922), + [anon_sym_actual] = ACTIONS(4922), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4976), - [anon_sym_continue_AT] = ACTIONS(4976), - [anon_sym_break_AT] = ACTIONS(4976), - [anon_sym_this_AT] = ACTIONS(4976), - [anon_sym_super_AT] = ACTIONS(4976), - [sym_real_literal] = ACTIONS(4976), - [sym_integer_literal] = ACTIONS(4974), - [sym_hex_literal] = ACTIONS(4976), - [sym_bin_literal] = ACTIONS(4976), - [anon_sym_true] = ACTIONS(4974), - [anon_sym_false] = ACTIONS(4974), - [anon_sym_SQUOTE] = ACTIONS(4976), - [sym__backtick_identifier] = ACTIONS(4976), - [sym__automatic_semicolon] = ACTIONS(4976), - [sym_safe_nav] = ACTIONS(4976), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4976), - }, - [3111] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5041), - [anon_sym_super_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), - }, - [3112] = { - [sym_function_body] = STATE(3110), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_object] = ACTIONS(4439), - [anon_sym_fun] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_this] = ACTIONS(4439), - [anon_sym_super] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4439), - [sym_label] = ACTIONS(4439), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_null] = ACTIONS(4439), - [anon_sym_if] = ACTIONS(4439), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_when] = ACTIONS(4439), - [anon_sym_try] = ACTIONS(4439), - [anon_sym_throw] = ACTIONS(4439), - [anon_sym_return] = ACTIONS(4439), - [anon_sym_continue] = ACTIONS(4439), - [anon_sym_break] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_PLUS_EQ] = ACTIONS(4441), - [anon_sym_DASH_EQ] = ACTIONS(4441), - [anon_sym_STAR_EQ] = ACTIONS(4441), - [anon_sym_SLASH_EQ] = ACTIONS(4441), - [anon_sym_PERCENT_EQ] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4439), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG] = ACTIONS(4439), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4441), - [anon_sym_continue_AT] = ACTIONS(4441), - [anon_sym_break_AT] = ACTIONS(4441), - [anon_sym_this_AT] = ACTIONS(4441), - [anon_sym_super_AT] = ACTIONS(4441), - [sym_real_literal] = ACTIONS(4441), - [sym_integer_literal] = ACTIONS(4439), - [sym_hex_literal] = ACTIONS(4441), - [sym_bin_literal] = ACTIONS(4441), - [anon_sym_true] = ACTIONS(4439), - [anon_sym_false] = ACTIONS(4439), - [anon_sym_SQUOTE] = ACTIONS(4441), - [sym__backtick_identifier] = ACTIONS(4441), - [sym__automatic_semicolon] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4441), - }, - [3113] = { - [sym_class_body] = STATE(3546), - [sym__alpha_identifier] = ACTIONS(4349), - [anon_sym_AT] = ACTIONS(4351), - [anon_sym_COLON] = ACTIONS(6656), - [anon_sym_LBRACK] = ACTIONS(4351), - [anon_sym_RBRACK] = ACTIONS(4351), - [anon_sym_as] = ACTIONS(4349), - [anon_sym_EQ] = ACTIONS(4349), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4351), - [anon_sym_LPAREN] = ACTIONS(4351), - [anon_sym_COMMA] = ACTIONS(4351), - [anon_sym_RPAREN] = ACTIONS(4351), - [anon_sym_LT] = ACTIONS(4349), - [anon_sym_GT] = ACTIONS(4349), - [anon_sym_where] = ACTIONS(4349), - [anon_sym_DOT] = ACTIONS(4349), - [anon_sym_SEMI] = ACTIONS(4351), - [anon_sym_get] = ACTIONS(4349), - [anon_sym_set] = ACTIONS(4349), - [anon_sym_STAR] = ACTIONS(4349), - [anon_sym_DASH_GT] = ACTIONS(4351), - [sym_label] = ACTIONS(4351), - [anon_sym_in] = ACTIONS(4349), - [anon_sym_while] = ACTIONS(4349), - [anon_sym_DOT_DOT] = ACTIONS(4351), - [anon_sym_QMARK_COLON] = ACTIONS(4351), - [anon_sym_AMP_AMP] = ACTIONS(4351), - [anon_sym_PIPE_PIPE] = ACTIONS(4351), - [anon_sym_else] = ACTIONS(4349), - [anon_sym_COLON_COLON] = ACTIONS(4351), - [anon_sym_PLUS_EQ] = ACTIONS(4351), - [anon_sym_DASH_EQ] = ACTIONS(4351), - [anon_sym_STAR_EQ] = ACTIONS(4351), - [anon_sym_SLASH_EQ] = ACTIONS(4351), - [anon_sym_PERCENT_EQ] = ACTIONS(4351), - [anon_sym_BANG_EQ] = ACTIONS(4349), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4351), - [anon_sym_EQ_EQ] = ACTIONS(4349), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4351), - [anon_sym_LT_EQ] = ACTIONS(4351), - [anon_sym_GT_EQ] = ACTIONS(4351), - [anon_sym_BANGin] = ACTIONS(4351), - [anon_sym_is] = ACTIONS(4349), - [anon_sym_BANGis] = ACTIONS(4351), - [anon_sym_PLUS] = ACTIONS(4349), - [anon_sym_DASH] = ACTIONS(4349), - [anon_sym_SLASH] = ACTIONS(4349), - [anon_sym_PERCENT] = ACTIONS(4349), - [anon_sym_as_QMARK] = ACTIONS(4351), - [anon_sym_PLUS_PLUS] = ACTIONS(4351), - [anon_sym_DASH_DASH] = ACTIONS(4351), - [anon_sym_BANG_BANG] = ACTIONS(4351), - [anon_sym_suspend] = ACTIONS(4349), - [anon_sym_sealed] = ACTIONS(4349), - [anon_sym_annotation] = ACTIONS(4349), - [anon_sym_data] = ACTIONS(4349), - [anon_sym_inner] = ACTIONS(4349), - [anon_sym_value] = ACTIONS(4349), - [anon_sym_override] = ACTIONS(4349), - [anon_sym_lateinit] = ACTIONS(4349), - [anon_sym_public] = ACTIONS(4349), - [anon_sym_private] = ACTIONS(4349), - [anon_sym_internal] = ACTIONS(4349), - [anon_sym_protected] = ACTIONS(4349), - [anon_sym_tailrec] = ACTIONS(4349), - [anon_sym_operator] = ACTIONS(4349), - [anon_sym_infix] = ACTIONS(4349), - [anon_sym_inline] = ACTIONS(4349), - [anon_sym_external] = ACTIONS(4349), - [sym_property_modifier] = ACTIONS(4349), - [anon_sym_abstract] = ACTIONS(4349), - [anon_sym_final] = ACTIONS(4349), - [anon_sym_open] = ACTIONS(4349), - [anon_sym_vararg] = ACTIONS(4349), - [anon_sym_noinline] = ACTIONS(4349), - [anon_sym_crossinline] = ACTIONS(4349), - [anon_sym_expect] = ACTIONS(4349), - [anon_sym_actual] = ACTIONS(4349), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4351), - [sym_safe_nav] = ACTIONS(4351), + [anon_sym_return_AT] = ACTIONS(4924), + [anon_sym_continue_AT] = ACTIONS(4924), + [anon_sym_break_AT] = ACTIONS(4924), + [anon_sym_this_AT] = ACTIONS(4924), + [anon_sym_super_AT] = ACTIONS(4924), + [sym_real_literal] = ACTIONS(4924), + [sym_integer_literal] = ACTIONS(4922), + [sym_hex_literal] = ACTIONS(4924), + [sym_bin_literal] = ACTIONS(4924), + [anon_sym_true] = ACTIONS(4922), + [anon_sym_false] = ACTIONS(4922), + [anon_sym_SQUOTE] = ACTIONS(4924), + [sym__backtick_identifier] = ACTIONS(4924), + [sym__automatic_semicolon] = ACTIONS(4924), + [sym_safe_nav] = ACTIONS(4924), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4924), }, - [3114] = { - [sym__alpha_identifier] = ACTIONS(5085), - [anon_sym_AT] = ACTIONS(5087), - [anon_sym_LBRACK] = ACTIONS(5087), - [anon_sym_as] = ACTIONS(5085), - [anon_sym_EQ] = ACTIONS(5085), - [anon_sym_LBRACE] = ACTIONS(5087), - [anon_sym_RBRACE] = ACTIONS(5087), - [anon_sym_LPAREN] = ACTIONS(5087), - [anon_sym_COMMA] = ACTIONS(5087), - [anon_sym_LT] = ACTIONS(5085), - [anon_sym_GT] = ACTIONS(5085), - [anon_sym_where] = ACTIONS(5085), - [anon_sym_object] = ACTIONS(5085), - [anon_sym_fun] = ACTIONS(5085), - [anon_sym_DOT] = ACTIONS(5085), - [anon_sym_SEMI] = ACTIONS(5087), - [anon_sym_get] = ACTIONS(5085), - [anon_sym_set] = ACTIONS(5085), - [anon_sym_this] = ACTIONS(5085), - [anon_sym_super] = ACTIONS(5085), - [anon_sym_STAR] = ACTIONS(5085), - [sym_label] = ACTIONS(5085), - [anon_sym_in] = ACTIONS(5085), - [anon_sym_DOT_DOT] = ACTIONS(5087), - [anon_sym_QMARK_COLON] = ACTIONS(5087), - [anon_sym_AMP_AMP] = ACTIONS(5087), - [anon_sym_PIPE_PIPE] = ACTIONS(5087), - [anon_sym_null] = ACTIONS(5085), - [anon_sym_if] = ACTIONS(5085), - [anon_sym_else] = ACTIONS(5085), - [anon_sym_when] = ACTIONS(5085), - [anon_sym_try] = ACTIONS(5085), - [anon_sym_throw] = ACTIONS(5085), - [anon_sym_return] = ACTIONS(5085), - [anon_sym_continue] = ACTIONS(5085), - [anon_sym_break] = ACTIONS(5085), - [anon_sym_COLON_COLON] = ACTIONS(5087), - [anon_sym_PLUS_EQ] = ACTIONS(5087), - [anon_sym_DASH_EQ] = ACTIONS(5087), - [anon_sym_STAR_EQ] = ACTIONS(5087), - [anon_sym_SLASH_EQ] = ACTIONS(5087), - [anon_sym_PERCENT_EQ] = ACTIONS(5087), - [anon_sym_BANG_EQ] = ACTIONS(5085), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5087), - [anon_sym_EQ_EQ] = ACTIONS(5085), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5087), - [anon_sym_LT_EQ] = ACTIONS(5087), - [anon_sym_GT_EQ] = ACTIONS(5087), - [anon_sym_BANGin] = ACTIONS(5087), - [anon_sym_is] = ACTIONS(5085), - [anon_sym_BANGis] = ACTIONS(5087), - [anon_sym_PLUS] = ACTIONS(5085), - [anon_sym_DASH] = ACTIONS(5085), - [anon_sym_SLASH] = ACTIONS(5085), - [anon_sym_PERCENT] = ACTIONS(5085), - [anon_sym_as_QMARK] = ACTIONS(5087), - [anon_sym_PLUS_PLUS] = ACTIONS(5087), - [anon_sym_DASH_DASH] = ACTIONS(5087), - [anon_sym_BANG] = ACTIONS(5085), - [anon_sym_BANG_BANG] = ACTIONS(5087), - [anon_sym_data] = ACTIONS(5085), - [anon_sym_inner] = ACTIONS(5085), - [anon_sym_value] = ACTIONS(5085), - [anon_sym_expect] = ACTIONS(5085), - [anon_sym_actual] = ACTIONS(5085), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5087), - [anon_sym_continue_AT] = ACTIONS(5087), - [anon_sym_break_AT] = ACTIONS(5087), - [anon_sym_this_AT] = ACTIONS(5087), - [anon_sym_super_AT] = ACTIONS(5087), - [sym_real_literal] = ACTIONS(5087), - [sym_integer_literal] = ACTIONS(5085), - [sym_hex_literal] = ACTIONS(5087), - [sym_bin_literal] = ACTIONS(5087), - [anon_sym_true] = ACTIONS(5085), - [anon_sym_false] = ACTIONS(5085), - [anon_sym_SQUOTE] = ACTIONS(5087), - [sym__backtick_identifier] = ACTIONS(5087), - [sym__automatic_semicolon] = ACTIONS(5087), - [sym_safe_nav] = ACTIONS(5087), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5087), - }, - [3115] = { - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(4439), - [anon_sym_LBRACE] = ACTIONS(4441), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_COMMA] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_where] = ACTIONS(4439), - [anon_sym_object] = ACTIONS(4439), - [anon_sym_fun] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_this] = ACTIONS(4439), - [anon_sym_super] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4439), - [sym_label] = ACTIONS(4439), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_null] = ACTIONS(4439), - [anon_sym_if] = ACTIONS(4439), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_when] = ACTIONS(4439), - [anon_sym_try] = ACTIONS(4439), - [anon_sym_throw] = ACTIONS(4439), - [anon_sym_return] = ACTIONS(4439), - [anon_sym_continue] = ACTIONS(4439), - [anon_sym_break] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_PLUS_EQ] = ACTIONS(4441), - [anon_sym_DASH_EQ] = ACTIONS(4441), - [anon_sym_STAR_EQ] = ACTIONS(4441), - [anon_sym_SLASH_EQ] = ACTIONS(4441), - [anon_sym_PERCENT_EQ] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4439), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG] = ACTIONS(4439), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4441), - [anon_sym_continue_AT] = ACTIONS(4441), - [anon_sym_break_AT] = ACTIONS(4441), - [anon_sym_this_AT] = ACTIONS(4441), - [anon_sym_super_AT] = ACTIONS(4441), - [sym_real_literal] = ACTIONS(4441), - [sym_integer_literal] = ACTIONS(4439), - [sym_hex_literal] = ACTIONS(4441), - [sym_bin_literal] = ACTIONS(4441), - [anon_sym_true] = ACTIONS(4439), - [anon_sym_false] = ACTIONS(4439), - [anon_sym_SQUOTE] = ACTIONS(4441), - [sym__backtick_identifier] = ACTIONS(4441), - [sym__automatic_semicolon] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4441), - }, - [3116] = { - [sym__alpha_identifier] = ACTIONS(3420), - [anon_sym_AT] = ACTIONS(3422), - [anon_sym_LBRACK] = ACTIONS(3422), - [anon_sym_as] = ACTIONS(3420), - [anon_sym_EQ] = ACTIONS(3420), - [anon_sym_LBRACE] = ACTIONS(3422), - [anon_sym_RBRACE] = ACTIONS(3422), - [anon_sym_LPAREN] = ACTIONS(3422), - [anon_sym_COMMA] = ACTIONS(3422), - [anon_sym_LT] = ACTIONS(3420), - [anon_sym_GT] = ACTIONS(3420), - [anon_sym_where] = ACTIONS(3420), - [anon_sym_object] = ACTIONS(3420), - [anon_sym_fun] = ACTIONS(3420), - [anon_sym_DOT] = ACTIONS(3420), - [anon_sym_SEMI] = ACTIONS(3422), - [anon_sym_get] = ACTIONS(3420), - [anon_sym_set] = ACTIONS(3420), - [anon_sym_this] = ACTIONS(3420), - [anon_sym_super] = ACTIONS(3420), - [anon_sym_STAR] = ACTIONS(3420), - [sym_label] = ACTIONS(3420), - [anon_sym_in] = ACTIONS(3420), - [anon_sym_DOT_DOT] = ACTIONS(3422), - [anon_sym_QMARK_COLON] = ACTIONS(3422), - [anon_sym_AMP_AMP] = ACTIONS(3422), - [anon_sym_PIPE_PIPE] = ACTIONS(3422), - [anon_sym_null] = ACTIONS(3420), - [anon_sym_if] = ACTIONS(3420), - [anon_sym_else] = ACTIONS(3420), - [anon_sym_when] = ACTIONS(3420), - [anon_sym_try] = ACTIONS(3420), - [anon_sym_throw] = ACTIONS(3420), - [anon_sym_return] = ACTIONS(3420), - [anon_sym_continue] = ACTIONS(3420), - [anon_sym_break] = ACTIONS(3420), - [anon_sym_COLON_COLON] = ACTIONS(3422), - [anon_sym_PLUS_EQ] = ACTIONS(3422), - [anon_sym_DASH_EQ] = ACTIONS(3422), - [anon_sym_STAR_EQ] = ACTIONS(3422), - [anon_sym_SLASH_EQ] = ACTIONS(3422), - [anon_sym_PERCENT_EQ] = ACTIONS(3422), - [anon_sym_BANG_EQ] = ACTIONS(3420), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), - [anon_sym_EQ_EQ] = ACTIONS(3420), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), - [anon_sym_LT_EQ] = ACTIONS(3422), - [anon_sym_GT_EQ] = ACTIONS(3422), - [anon_sym_BANGin] = ACTIONS(3422), - [anon_sym_is] = ACTIONS(3420), - [anon_sym_BANGis] = ACTIONS(3422), - [anon_sym_PLUS] = ACTIONS(3420), - [anon_sym_DASH] = ACTIONS(3420), - [anon_sym_SLASH] = ACTIONS(3420), - [anon_sym_PERCENT] = ACTIONS(3420), - [anon_sym_as_QMARK] = ACTIONS(3422), - [anon_sym_PLUS_PLUS] = ACTIONS(3422), - [anon_sym_DASH_DASH] = ACTIONS(3422), - [anon_sym_BANG] = ACTIONS(3420), - [anon_sym_BANG_BANG] = ACTIONS(3422), - [anon_sym_data] = ACTIONS(3420), - [anon_sym_inner] = ACTIONS(3420), - [anon_sym_value] = ACTIONS(3420), - [anon_sym_expect] = ACTIONS(3420), - [anon_sym_actual] = ACTIONS(3420), + [3068] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_EQ] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_where] = ACTIONS(4930), + [anon_sym_object] = ACTIONS(4930), + [anon_sym_fun] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(6622), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_this] = ACTIONS(4930), + [anon_sym_super] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4930), + [sym_label] = ACTIONS(4930), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_null] = ACTIONS(4930), + [anon_sym_if] = ACTIONS(4930), + [anon_sym_else] = ACTIONS(6624), + [anon_sym_when] = ACTIONS(4930), + [anon_sym_try] = ACTIONS(4930), + [anon_sym_throw] = ACTIONS(4930), + [anon_sym_return] = ACTIONS(4930), + [anon_sym_continue] = ACTIONS(4930), + [anon_sym_break] = ACTIONS(4930), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_PLUS_EQ] = ACTIONS(4932), + [anon_sym_DASH_EQ] = ACTIONS(4932), + [anon_sym_STAR_EQ] = ACTIONS(4932), + [anon_sym_SLASH_EQ] = ACTIONS(4932), + [anon_sym_PERCENT_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4930), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG] = ACTIONS(4930), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3422), - [anon_sym_continue_AT] = ACTIONS(3422), - [anon_sym_break_AT] = ACTIONS(3422), - [anon_sym_this_AT] = ACTIONS(3422), - [anon_sym_super_AT] = ACTIONS(3422), - [sym_real_literal] = ACTIONS(3422), - [sym_integer_literal] = ACTIONS(3420), - [sym_hex_literal] = ACTIONS(3422), - [sym_bin_literal] = ACTIONS(3422), - [anon_sym_true] = ACTIONS(3420), - [anon_sym_false] = ACTIONS(3420), - [anon_sym_SQUOTE] = ACTIONS(3422), - [sym__backtick_identifier] = ACTIONS(3422), - [sym__automatic_semicolon] = ACTIONS(3422), - [sym_safe_nav] = ACTIONS(3422), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3422), - }, - [3117] = { - [sym_class_body] = STATE(3517), - [sym_type_constraints] = STATE(3302), - [sym__alpha_identifier] = ACTIONS(4355), - [anon_sym_AT] = ACTIONS(4357), - [anon_sym_LBRACK] = ACTIONS(4357), - [anon_sym_RBRACK] = ACTIONS(4357), - [anon_sym_as] = ACTIONS(4355), - [anon_sym_EQ] = ACTIONS(4355), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4357), - [anon_sym_LPAREN] = ACTIONS(4357), - [anon_sym_COMMA] = ACTIONS(4357), - [anon_sym_RPAREN] = ACTIONS(4357), - [anon_sym_LT] = ACTIONS(4355), - [anon_sym_GT] = ACTIONS(4355), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4355), - [anon_sym_SEMI] = ACTIONS(4357), - [anon_sym_get] = ACTIONS(4355), - [anon_sym_set] = ACTIONS(4355), - [anon_sym_STAR] = ACTIONS(4355), - [anon_sym_DASH_GT] = ACTIONS(4357), - [sym_label] = ACTIONS(4357), - [anon_sym_in] = ACTIONS(4355), - [anon_sym_while] = ACTIONS(4355), - [anon_sym_DOT_DOT] = ACTIONS(4357), - [anon_sym_QMARK_COLON] = ACTIONS(4357), - [anon_sym_AMP_AMP] = ACTIONS(4357), - [anon_sym_PIPE_PIPE] = ACTIONS(4357), - [anon_sym_else] = ACTIONS(4355), - [anon_sym_COLON_COLON] = ACTIONS(4357), - [anon_sym_PLUS_EQ] = ACTIONS(4357), - [anon_sym_DASH_EQ] = ACTIONS(4357), - [anon_sym_STAR_EQ] = ACTIONS(4357), - [anon_sym_SLASH_EQ] = ACTIONS(4357), - [anon_sym_PERCENT_EQ] = ACTIONS(4357), - [anon_sym_BANG_EQ] = ACTIONS(4355), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4357), - [anon_sym_EQ_EQ] = ACTIONS(4355), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4357), - [anon_sym_LT_EQ] = ACTIONS(4357), - [anon_sym_GT_EQ] = ACTIONS(4357), - [anon_sym_BANGin] = ACTIONS(4357), - [anon_sym_is] = ACTIONS(4355), - [anon_sym_BANGis] = ACTIONS(4357), - [anon_sym_PLUS] = ACTIONS(4355), - [anon_sym_DASH] = ACTIONS(4355), - [anon_sym_SLASH] = ACTIONS(4355), - [anon_sym_PERCENT] = ACTIONS(4355), - [anon_sym_as_QMARK] = ACTIONS(4357), - [anon_sym_PLUS_PLUS] = ACTIONS(4357), - [anon_sym_DASH_DASH] = ACTIONS(4357), - [anon_sym_BANG_BANG] = ACTIONS(4357), - [anon_sym_suspend] = ACTIONS(4355), - [anon_sym_sealed] = ACTIONS(4355), - [anon_sym_annotation] = ACTIONS(4355), - [anon_sym_data] = ACTIONS(4355), - [anon_sym_inner] = ACTIONS(4355), - [anon_sym_value] = ACTIONS(4355), - [anon_sym_override] = ACTIONS(4355), - [anon_sym_lateinit] = ACTIONS(4355), - [anon_sym_public] = ACTIONS(4355), - [anon_sym_private] = ACTIONS(4355), - [anon_sym_internal] = ACTIONS(4355), - [anon_sym_protected] = ACTIONS(4355), - [anon_sym_tailrec] = ACTIONS(4355), - [anon_sym_operator] = ACTIONS(4355), - [anon_sym_infix] = ACTIONS(4355), - [anon_sym_inline] = ACTIONS(4355), - [anon_sym_external] = ACTIONS(4355), - [sym_property_modifier] = ACTIONS(4355), - [anon_sym_abstract] = ACTIONS(4355), - [anon_sym_final] = ACTIONS(4355), - [anon_sym_open] = ACTIONS(4355), - [anon_sym_vararg] = ACTIONS(4355), - [anon_sym_noinline] = ACTIONS(4355), - [anon_sym_crossinline] = ACTIONS(4355), - [anon_sym_expect] = ACTIONS(4355), - [anon_sym_actual] = ACTIONS(4355), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4357), - [sym_safe_nav] = ACTIONS(4357), + [anon_sym_return_AT] = ACTIONS(4932), + [anon_sym_continue_AT] = ACTIONS(4932), + [anon_sym_break_AT] = ACTIONS(4932), + [anon_sym_this_AT] = ACTIONS(4932), + [anon_sym_super_AT] = ACTIONS(4932), + [sym_real_literal] = ACTIONS(4932), + [sym_integer_literal] = ACTIONS(4930), + [sym_hex_literal] = ACTIONS(4932), + [sym_bin_literal] = ACTIONS(4932), + [anon_sym_true] = ACTIONS(4930), + [anon_sym_false] = ACTIONS(4930), + [anon_sym_SQUOTE] = ACTIONS(4932), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4932), }, - [3118] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4569), - [anon_sym_super_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), - }, - [3119] = { - [sym_function_body] = STATE(3507), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_RBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_RPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [anon_sym_DASH_GT] = ACTIONS(4149), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_while] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), + [3069] = { + [sym_class_body] = STATE(3475), + [sym_type_constraints] = STATE(3335), + [sym__alpha_identifier] = ACTIONS(4489), + [anon_sym_AT] = ACTIONS(4491), + [anon_sym_LBRACK] = ACTIONS(4491), + [anon_sym_RBRACK] = ACTIONS(4491), + [anon_sym_as] = ACTIONS(4489), + [anon_sym_EQ] = ACTIONS(4489), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4491), + [anon_sym_LPAREN] = ACTIONS(4491), + [anon_sym_COMMA] = ACTIONS(4491), + [anon_sym_RPAREN] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4489), + [anon_sym_GT] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4489), + [anon_sym_SEMI] = ACTIONS(4491), + [anon_sym_get] = ACTIONS(4489), + [anon_sym_set] = ACTIONS(4489), + [anon_sym_STAR] = ACTIONS(4489), + [anon_sym_DASH_GT] = ACTIONS(4491), + [sym_label] = ACTIONS(4491), + [anon_sym_in] = ACTIONS(4489), + [anon_sym_while] = ACTIONS(4489), + [anon_sym_DOT_DOT] = ACTIONS(4491), + [anon_sym_QMARK_COLON] = ACTIONS(4491), + [anon_sym_AMP_AMP] = ACTIONS(4491), + [anon_sym_PIPE_PIPE] = ACTIONS(4491), + [anon_sym_else] = ACTIONS(4489), + [anon_sym_COLON_COLON] = ACTIONS(4491), + [anon_sym_PLUS_EQ] = ACTIONS(4491), + [anon_sym_DASH_EQ] = ACTIONS(4491), + [anon_sym_STAR_EQ] = ACTIONS(4491), + [anon_sym_SLASH_EQ] = ACTIONS(4491), + [anon_sym_PERCENT_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4491), + [anon_sym_LT_EQ] = ACTIONS(4491), + [anon_sym_GT_EQ] = ACTIONS(4491), + [anon_sym_BANGin] = ACTIONS(4491), + [anon_sym_is] = ACTIONS(4489), + [anon_sym_BANGis] = ACTIONS(4491), + [anon_sym_PLUS] = ACTIONS(4489), + [anon_sym_DASH] = ACTIONS(4489), + [anon_sym_SLASH] = ACTIONS(4489), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4491), + [anon_sym_DASH_DASH] = ACTIONS(4491), + [anon_sym_BANG_BANG] = ACTIONS(4491), + [anon_sym_suspend] = ACTIONS(4489), + [anon_sym_sealed] = ACTIONS(4489), + [anon_sym_annotation] = ACTIONS(4489), + [anon_sym_data] = ACTIONS(4489), + [anon_sym_inner] = ACTIONS(4489), + [anon_sym_value] = ACTIONS(4489), + [anon_sym_override] = ACTIONS(4489), + [anon_sym_lateinit] = ACTIONS(4489), + [anon_sym_public] = ACTIONS(4489), + [anon_sym_private] = ACTIONS(4489), + [anon_sym_internal] = ACTIONS(4489), + [anon_sym_protected] = ACTIONS(4489), + [anon_sym_tailrec] = ACTIONS(4489), + [anon_sym_operator] = ACTIONS(4489), + [anon_sym_infix] = ACTIONS(4489), + [anon_sym_inline] = ACTIONS(4489), + [anon_sym_external] = ACTIONS(4489), + [sym_property_modifier] = ACTIONS(4489), + [anon_sym_abstract] = ACTIONS(4489), + [anon_sym_final] = ACTIONS(4489), + [anon_sym_open] = ACTIONS(4489), + [anon_sym_vararg] = ACTIONS(4489), + [anon_sym_noinline] = ACTIONS(4489), + [anon_sym_crossinline] = ACTIONS(4489), + [anon_sym_expect] = ACTIONS(4489), + [anon_sym_actual] = ACTIONS(4489), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4491), + [sym_safe_nav] = ACTIONS(4491), [sym_multiline_comment] = ACTIONS(3), }, - [3120] = { + [3070] = { [sym__alpha_identifier] = ACTIONS(4930), [anon_sym_AT] = ACTIONS(4932), [anon_sym_LBRACK] = ACTIONS(4932), @@ -372174,7 +367893,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_PIPE] = ACTIONS(4932), [anon_sym_null] = ACTIONS(4930), [anon_sym_if] = ACTIONS(4930), - [anon_sym_else] = ACTIONS(4930), + [anon_sym_else] = ACTIONS(6624), [anon_sym_when] = ACTIONS(4930), [anon_sym_try] = ACTIONS(4930), [anon_sym_throw] = ACTIONS(4930), @@ -372229,1027 +367948,2727 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4932), }, - [3121] = { - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(4299), - [anon_sym_LBRACE] = ACTIONS(4301), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(4299), - [anon_sym_object] = ACTIONS(4299), - [anon_sym_fun] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_this] = ACTIONS(4299), - [anon_sym_super] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [sym_label] = ACTIONS(4299), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_null] = ACTIONS(4299), - [anon_sym_if] = ACTIONS(4299), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_when] = ACTIONS(4299), - [anon_sym_try] = ACTIONS(4299), - [anon_sym_throw] = ACTIONS(4299), - [anon_sym_return] = ACTIONS(4299), - [anon_sym_continue] = ACTIONS(4299), - [anon_sym_break] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG] = ACTIONS(4299), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), + [3071] = { + [aux_sym_user_type_repeat1] = STATE(2896), + [sym__alpha_identifier] = ACTIONS(4193), + [anon_sym_AT] = ACTIONS(4195), + [anon_sym_LBRACK] = ACTIONS(4195), + [anon_sym_EQ] = ACTIONS(4195), + [anon_sym_LBRACE] = ACTIONS(4195), + [anon_sym_RBRACE] = ACTIONS(4195), + [anon_sym_LPAREN] = ACTIONS(4195), + [anon_sym_COMMA] = ACTIONS(4195), + [anon_sym_by] = ACTIONS(4193), + [anon_sym_where] = ACTIONS(4193), + [anon_sym_object] = ACTIONS(4193), + [anon_sym_fun] = ACTIONS(4193), + [anon_sym_DOT] = ACTIONS(6517), + [anon_sym_SEMI] = ACTIONS(4195), + [anon_sym_get] = ACTIONS(4193), + [anon_sym_set] = ACTIONS(4193), + [anon_sym_this] = ACTIONS(4193), + [anon_sym_super] = ACTIONS(4193), + [anon_sym_STAR] = ACTIONS(4195), + [sym_label] = ACTIONS(4193), + [anon_sym_in] = ACTIONS(4193), + [anon_sym_null] = ACTIONS(4193), + [anon_sym_if] = ACTIONS(4193), + [anon_sym_else] = ACTIONS(4193), + [anon_sym_when] = ACTIONS(4193), + [anon_sym_try] = ACTIONS(4193), + [anon_sym_throw] = ACTIONS(4193), + [anon_sym_return] = ACTIONS(4193), + [anon_sym_continue] = ACTIONS(4193), + [anon_sym_break] = ACTIONS(4193), + [anon_sym_COLON_COLON] = ACTIONS(4195), + [anon_sym_BANGin] = ACTIONS(4195), + [anon_sym_is] = ACTIONS(4193), + [anon_sym_BANGis] = ACTIONS(4195), + [anon_sym_PLUS] = ACTIONS(4193), + [anon_sym_DASH] = ACTIONS(4193), + [anon_sym_PLUS_PLUS] = ACTIONS(4195), + [anon_sym_DASH_DASH] = ACTIONS(4195), + [anon_sym_BANG] = ACTIONS(4193), + [anon_sym_suspend] = ACTIONS(4193), + [anon_sym_sealed] = ACTIONS(4193), + [anon_sym_annotation] = ACTIONS(4193), + [anon_sym_data] = ACTIONS(4193), + [anon_sym_inner] = ACTIONS(4193), + [anon_sym_value] = ACTIONS(4193), + [anon_sym_override] = ACTIONS(4193), + [anon_sym_lateinit] = ACTIONS(4193), + [anon_sym_public] = ACTIONS(4193), + [anon_sym_private] = ACTIONS(4193), + [anon_sym_internal] = ACTIONS(4193), + [anon_sym_protected] = ACTIONS(4193), + [anon_sym_tailrec] = ACTIONS(4193), + [anon_sym_operator] = ACTIONS(4193), + [anon_sym_infix] = ACTIONS(4193), + [anon_sym_inline] = ACTIONS(4193), + [anon_sym_external] = ACTIONS(4193), + [sym_property_modifier] = ACTIONS(4193), + [anon_sym_abstract] = ACTIONS(4193), + [anon_sym_final] = ACTIONS(4193), + [anon_sym_open] = ACTIONS(4193), + [anon_sym_vararg] = ACTIONS(4193), + [anon_sym_noinline] = ACTIONS(4193), + [anon_sym_crossinline] = ACTIONS(4193), + [anon_sym_expect] = ACTIONS(4193), + [anon_sym_actual] = ACTIONS(4193), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4301), - [anon_sym_continue_AT] = ACTIONS(4301), - [anon_sym_break_AT] = ACTIONS(4301), - [anon_sym_this_AT] = ACTIONS(4301), - [anon_sym_super_AT] = ACTIONS(4301), - [sym_real_literal] = ACTIONS(4301), - [sym_integer_literal] = ACTIONS(4299), - [sym_hex_literal] = ACTIONS(4301), - [sym_bin_literal] = ACTIONS(4301), - [anon_sym_true] = ACTIONS(4299), - [anon_sym_false] = ACTIONS(4299), - [anon_sym_SQUOTE] = ACTIONS(4301), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), + [anon_sym_return_AT] = ACTIONS(4195), + [anon_sym_continue_AT] = ACTIONS(4195), + [anon_sym_break_AT] = ACTIONS(4195), + [anon_sym_this_AT] = ACTIONS(4195), + [anon_sym_super_AT] = ACTIONS(4195), + [sym_real_literal] = ACTIONS(4195), + [sym_integer_literal] = ACTIONS(4193), + [sym_hex_literal] = ACTIONS(4195), + [sym_bin_literal] = ACTIONS(4195), + [anon_sym_true] = ACTIONS(4193), + [anon_sym_false] = ACTIONS(4193), + [anon_sym_SQUOTE] = ACTIONS(4195), + [sym__backtick_identifier] = ACTIONS(4195), + [sym__automatic_semicolon] = ACTIONS(4195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4301), + [sym__string_start] = ACTIONS(4195), }, - [3122] = { - [sym_file_annotation] = STATE(3122), - [aux_sym_source_file_repeat1] = STATE(3122), - [ts_builtin_sym_end] = ACTIONS(6658), - [sym__alpha_identifier] = ACTIONS(6660), - [anon_sym_AT] = ACTIONS(6662), - [anon_sym_LBRACK] = ACTIONS(6658), - [anon_sym_package] = ACTIONS(6660), - [anon_sym_import] = ACTIONS(6660), - [anon_sym_typealias] = ACTIONS(6660), - [anon_sym_class] = ACTIONS(6660), - [anon_sym_interface] = ACTIONS(6660), - [anon_sym_enum] = ACTIONS(6660), - [anon_sym_LBRACE] = ACTIONS(6658), - [anon_sym_LPAREN] = ACTIONS(6658), - [anon_sym_val] = ACTIONS(6660), - [anon_sym_var] = ACTIONS(6660), - [anon_sym_object] = ACTIONS(6660), - [anon_sym_fun] = ACTIONS(6660), - [anon_sym_get] = ACTIONS(6660), - [anon_sym_set] = ACTIONS(6660), - [anon_sym_this] = ACTIONS(6660), - [anon_sym_super] = ACTIONS(6660), - [anon_sym_STAR] = ACTIONS(6658), - [sym_label] = ACTIONS(6660), - [anon_sym_for] = ACTIONS(6660), - [anon_sym_while] = ACTIONS(6660), - [anon_sym_do] = ACTIONS(6660), - [anon_sym_null] = ACTIONS(6660), - [anon_sym_if] = ACTIONS(6660), - [anon_sym_when] = ACTIONS(6660), - [anon_sym_try] = ACTIONS(6660), - [anon_sym_throw] = ACTIONS(6660), - [anon_sym_return] = ACTIONS(6660), - [anon_sym_continue] = ACTIONS(6660), - [anon_sym_break] = ACTIONS(6660), - [anon_sym_COLON_COLON] = ACTIONS(6658), - [anon_sym_PLUS] = ACTIONS(6660), - [anon_sym_DASH] = ACTIONS(6660), - [anon_sym_PLUS_PLUS] = ACTIONS(6658), - [anon_sym_DASH_DASH] = ACTIONS(6658), - [anon_sym_BANG] = ACTIONS(6658), - [anon_sym_suspend] = ACTIONS(6660), - [anon_sym_sealed] = ACTIONS(6660), - [anon_sym_annotation] = ACTIONS(6660), - [anon_sym_data] = ACTIONS(6660), - [anon_sym_inner] = ACTIONS(6660), - [anon_sym_value] = ACTIONS(6660), - [anon_sym_override] = ACTIONS(6660), - [anon_sym_lateinit] = ACTIONS(6660), - [anon_sym_public] = ACTIONS(6660), - [anon_sym_private] = ACTIONS(6660), - [anon_sym_internal] = ACTIONS(6660), - [anon_sym_protected] = ACTIONS(6660), - [anon_sym_tailrec] = ACTIONS(6660), - [anon_sym_operator] = ACTIONS(6660), - [anon_sym_infix] = ACTIONS(6660), - [anon_sym_inline] = ACTIONS(6660), - [anon_sym_external] = ACTIONS(6660), - [sym_property_modifier] = ACTIONS(6660), - [anon_sym_abstract] = ACTIONS(6660), - [anon_sym_final] = ACTIONS(6660), - [anon_sym_open] = ACTIONS(6660), - [anon_sym_vararg] = ACTIONS(6660), - [anon_sym_noinline] = ACTIONS(6660), - [anon_sym_crossinline] = ACTIONS(6660), - [anon_sym_expect] = ACTIONS(6660), - [anon_sym_actual] = ACTIONS(6660), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(6658), - [anon_sym_continue_AT] = ACTIONS(6658), - [anon_sym_break_AT] = ACTIONS(6658), - [anon_sym_this_AT] = ACTIONS(6658), - [anon_sym_super_AT] = ACTIONS(6658), - [sym_real_literal] = ACTIONS(6658), - [sym_integer_literal] = ACTIONS(6660), - [sym_hex_literal] = ACTIONS(6658), - [sym_bin_literal] = ACTIONS(6658), - [anon_sym_true] = ACTIONS(6660), - [anon_sym_false] = ACTIONS(6660), - [anon_sym_SQUOTE] = ACTIONS(6658), - [sym__backtick_identifier] = ACTIONS(6658), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(6658), + [3072] = { + [sym_type_constraints] = STATE(3333), + [sym_enum_class_body] = STATE(3469), + [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(5572), + [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(5576), + [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_value] = 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), }, - [3123] = { - [sym__alpha_identifier] = ACTIONS(4926), - [anon_sym_AT] = ACTIONS(4928), - [anon_sym_LBRACK] = ACTIONS(4928), - [anon_sym_as] = ACTIONS(4926), - [anon_sym_EQ] = ACTIONS(4926), - [anon_sym_LBRACE] = ACTIONS(4928), - [anon_sym_RBRACE] = ACTIONS(4928), - [anon_sym_LPAREN] = ACTIONS(4928), - [anon_sym_COMMA] = ACTIONS(4928), - [anon_sym_LT] = ACTIONS(4926), - [anon_sym_GT] = ACTIONS(4926), - [anon_sym_where] = ACTIONS(4926), - [anon_sym_object] = ACTIONS(4926), - [anon_sym_fun] = ACTIONS(4926), - [anon_sym_DOT] = ACTIONS(4926), - [anon_sym_SEMI] = ACTIONS(4928), - [anon_sym_get] = ACTIONS(4926), - [anon_sym_set] = ACTIONS(4926), - [anon_sym_this] = ACTIONS(4926), - [anon_sym_super] = ACTIONS(4926), - [anon_sym_STAR] = ACTIONS(4926), - [sym_label] = ACTIONS(4926), - [anon_sym_in] = ACTIONS(4926), - [anon_sym_DOT_DOT] = ACTIONS(4928), - [anon_sym_QMARK_COLON] = ACTIONS(4928), - [anon_sym_AMP_AMP] = ACTIONS(4928), - [anon_sym_PIPE_PIPE] = ACTIONS(4928), - [anon_sym_null] = ACTIONS(4926), - [anon_sym_if] = ACTIONS(4926), - [anon_sym_else] = ACTIONS(4926), - [anon_sym_when] = ACTIONS(4926), - [anon_sym_try] = ACTIONS(4926), - [anon_sym_throw] = ACTIONS(4926), - [anon_sym_return] = ACTIONS(4926), - [anon_sym_continue] = ACTIONS(4926), - [anon_sym_break] = ACTIONS(4926), - [anon_sym_COLON_COLON] = ACTIONS(4928), - [anon_sym_PLUS_EQ] = ACTIONS(4928), - [anon_sym_DASH_EQ] = ACTIONS(4928), - [anon_sym_STAR_EQ] = ACTIONS(4928), - [anon_sym_SLASH_EQ] = ACTIONS(4928), - [anon_sym_PERCENT_EQ] = ACTIONS(4928), - [anon_sym_BANG_EQ] = ACTIONS(4926), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4928), - [anon_sym_EQ_EQ] = ACTIONS(4926), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4928), - [anon_sym_LT_EQ] = ACTIONS(4928), - [anon_sym_GT_EQ] = ACTIONS(4928), - [anon_sym_BANGin] = ACTIONS(4928), - [anon_sym_is] = ACTIONS(4926), - [anon_sym_BANGis] = ACTIONS(4928), - [anon_sym_PLUS] = ACTIONS(4926), - [anon_sym_DASH] = ACTIONS(4926), - [anon_sym_SLASH] = ACTIONS(4926), - [anon_sym_PERCENT] = ACTIONS(4926), - [anon_sym_as_QMARK] = ACTIONS(4928), - [anon_sym_PLUS_PLUS] = ACTIONS(4928), - [anon_sym_DASH_DASH] = ACTIONS(4928), - [anon_sym_BANG] = ACTIONS(4926), - [anon_sym_BANG_BANG] = ACTIONS(4928), - [anon_sym_data] = ACTIONS(4926), - [anon_sym_inner] = ACTIONS(4926), - [anon_sym_value] = ACTIONS(4926), - [anon_sym_expect] = ACTIONS(4926), - [anon_sym_actual] = ACTIONS(4926), + [3073] = { + [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(4444), + [anon_sym_RPAREN] = ACTIONS(4444), + [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_value] = 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), + [aux_sym_unsigned_literal_token1] = ACTIONS(6626), + [anon_sym_L] = ACTIONS(6628), + [sym__backtick_identifier] = ACTIONS(4444), + [sym_safe_nav] = ACTIONS(4444), + [sym_multiline_comment] = ACTIONS(3), + }, + [3074] = { + [sym__alpha_identifier] = ACTIONS(4814), + [anon_sym_AT] = ACTIONS(4816), + [anon_sym_LBRACK] = ACTIONS(4816), + [anon_sym_as] = ACTIONS(4814), + [anon_sym_EQ] = ACTIONS(4814), + [anon_sym_LBRACE] = ACTIONS(4816), + [anon_sym_RBRACE] = ACTIONS(4816), + [anon_sym_LPAREN] = ACTIONS(4816), + [anon_sym_COMMA] = ACTIONS(4816), + [anon_sym_LT] = ACTIONS(4814), + [anon_sym_GT] = ACTIONS(4814), + [anon_sym_where] = ACTIONS(4814), + [anon_sym_object] = ACTIONS(4814), + [anon_sym_fun] = ACTIONS(4814), + [anon_sym_DOT] = ACTIONS(4814), + [anon_sym_SEMI] = ACTIONS(4816), + [anon_sym_get] = ACTIONS(4814), + [anon_sym_set] = ACTIONS(4814), + [anon_sym_this] = ACTIONS(4814), + [anon_sym_super] = ACTIONS(4814), + [anon_sym_STAR] = ACTIONS(4814), + [sym_label] = ACTIONS(4814), + [anon_sym_in] = ACTIONS(4814), + [anon_sym_DOT_DOT] = ACTIONS(4816), + [anon_sym_QMARK_COLON] = ACTIONS(4816), + [anon_sym_AMP_AMP] = ACTIONS(4816), + [anon_sym_PIPE_PIPE] = ACTIONS(4816), + [anon_sym_null] = ACTIONS(4814), + [anon_sym_if] = ACTIONS(4814), + [anon_sym_else] = ACTIONS(4814), + [anon_sym_when] = ACTIONS(4814), + [anon_sym_try] = ACTIONS(4814), + [anon_sym_throw] = ACTIONS(4814), + [anon_sym_return] = ACTIONS(4814), + [anon_sym_continue] = ACTIONS(4814), + [anon_sym_break] = ACTIONS(4814), + [anon_sym_COLON_COLON] = ACTIONS(4816), + [anon_sym_PLUS_EQ] = ACTIONS(4816), + [anon_sym_DASH_EQ] = ACTIONS(4816), + [anon_sym_STAR_EQ] = ACTIONS(4816), + [anon_sym_SLASH_EQ] = ACTIONS(4816), + [anon_sym_PERCENT_EQ] = ACTIONS(4816), + [anon_sym_BANG_EQ] = ACTIONS(4814), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4816), + [anon_sym_EQ_EQ] = ACTIONS(4814), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4816), + [anon_sym_LT_EQ] = ACTIONS(4816), + [anon_sym_GT_EQ] = ACTIONS(4816), + [anon_sym_BANGin] = ACTIONS(4816), + [anon_sym_is] = ACTIONS(4814), + [anon_sym_BANGis] = ACTIONS(4816), + [anon_sym_PLUS] = ACTIONS(4814), + [anon_sym_DASH] = ACTIONS(4814), + [anon_sym_SLASH] = ACTIONS(4814), + [anon_sym_PERCENT] = ACTIONS(4814), + [anon_sym_as_QMARK] = ACTIONS(4816), + [anon_sym_PLUS_PLUS] = ACTIONS(4816), + [anon_sym_DASH_DASH] = ACTIONS(4816), + [anon_sym_BANG] = ACTIONS(4814), + [anon_sym_BANG_BANG] = ACTIONS(4816), + [anon_sym_data] = ACTIONS(4814), + [anon_sym_inner] = ACTIONS(4814), + [anon_sym_value] = ACTIONS(4814), + [anon_sym_expect] = ACTIONS(4814), + [anon_sym_actual] = ACTIONS(4814), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4816), + [anon_sym_continue_AT] = ACTIONS(4816), + [anon_sym_break_AT] = ACTIONS(4816), + [anon_sym_this_AT] = ACTIONS(4816), + [anon_sym_super_AT] = ACTIONS(4816), + [sym_real_literal] = ACTIONS(4816), + [sym_integer_literal] = ACTIONS(4814), + [sym_hex_literal] = ACTIONS(4816), + [sym_bin_literal] = ACTIONS(4816), + [anon_sym_true] = ACTIONS(4814), + [anon_sym_false] = ACTIONS(4814), + [anon_sym_SQUOTE] = ACTIONS(4816), + [sym__backtick_identifier] = ACTIONS(4816), + [sym__automatic_semicolon] = ACTIONS(4816), + [sym_safe_nav] = ACTIONS(4816), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4816), + }, + [3075] = { + [sym__alpha_identifier] = ACTIONS(4818), + [anon_sym_AT] = ACTIONS(4820), + [anon_sym_LBRACK] = ACTIONS(4820), + [anon_sym_as] = ACTIONS(4818), + [anon_sym_EQ] = ACTIONS(4818), + [anon_sym_LBRACE] = ACTIONS(4820), + [anon_sym_RBRACE] = ACTIONS(4820), + [anon_sym_LPAREN] = ACTIONS(4820), + [anon_sym_COMMA] = ACTIONS(4820), + [anon_sym_LT] = ACTIONS(4818), + [anon_sym_GT] = ACTIONS(4818), + [anon_sym_where] = ACTIONS(4818), + [anon_sym_object] = ACTIONS(4818), + [anon_sym_fun] = ACTIONS(4818), + [anon_sym_DOT] = ACTIONS(4818), + [anon_sym_SEMI] = ACTIONS(4820), + [anon_sym_get] = ACTIONS(4818), + [anon_sym_set] = ACTIONS(4818), + [anon_sym_this] = ACTIONS(4818), + [anon_sym_super] = ACTIONS(4818), + [anon_sym_STAR] = ACTIONS(4818), + [sym_label] = ACTIONS(4818), + [anon_sym_in] = ACTIONS(4818), + [anon_sym_DOT_DOT] = ACTIONS(4820), + [anon_sym_QMARK_COLON] = ACTIONS(4820), + [anon_sym_AMP_AMP] = ACTIONS(4820), + [anon_sym_PIPE_PIPE] = ACTIONS(4820), + [anon_sym_null] = ACTIONS(4818), + [anon_sym_if] = ACTIONS(4818), + [anon_sym_else] = ACTIONS(4818), + [anon_sym_when] = ACTIONS(4818), + [anon_sym_try] = ACTIONS(4818), + [anon_sym_throw] = ACTIONS(4818), + [anon_sym_return] = ACTIONS(4818), + [anon_sym_continue] = ACTIONS(4818), + [anon_sym_break] = ACTIONS(4818), + [anon_sym_COLON_COLON] = ACTIONS(4820), + [anon_sym_PLUS_EQ] = ACTIONS(4820), + [anon_sym_DASH_EQ] = ACTIONS(4820), + [anon_sym_STAR_EQ] = ACTIONS(4820), + [anon_sym_SLASH_EQ] = ACTIONS(4820), + [anon_sym_PERCENT_EQ] = ACTIONS(4820), + [anon_sym_BANG_EQ] = ACTIONS(4818), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), + [anon_sym_EQ_EQ] = ACTIONS(4818), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), + [anon_sym_LT_EQ] = ACTIONS(4820), + [anon_sym_GT_EQ] = ACTIONS(4820), + [anon_sym_BANGin] = ACTIONS(4820), + [anon_sym_is] = ACTIONS(4818), + [anon_sym_BANGis] = ACTIONS(4820), + [anon_sym_PLUS] = ACTIONS(4818), + [anon_sym_DASH] = ACTIONS(4818), + [anon_sym_SLASH] = ACTIONS(4818), + [anon_sym_PERCENT] = ACTIONS(4818), + [anon_sym_as_QMARK] = ACTIONS(4820), + [anon_sym_PLUS_PLUS] = ACTIONS(4820), + [anon_sym_DASH_DASH] = ACTIONS(4820), + [anon_sym_BANG] = ACTIONS(4818), + [anon_sym_BANG_BANG] = ACTIONS(4820), + [anon_sym_data] = ACTIONS(4818), + [anon_sym_inner] = ACTIONS(4818), + [anon_sym_value] = ACTIONS(4818), + [anon_sym_expect] = ACTIONS(4818), + [anon_sym_actual] = ACTIONS(4818), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4928), - [anon_sym_continue_AT] = ACTIONS(4928), - [anon_sym_break_AT] = ACTIONS(4928), - [anon_sym_this_AT] = ACTIONS(4928), - [anon_sym_super_AT] = ACTIONS(4928), - [sym_real_literal] = ACTIONS(4928), - [sym_integer_literal] = ACTIONS(4926), - [sym_hex_literal] = ACTIONS(4928), - [sym_bin_literal] = ACTIONS(4928), - [anon_sym_true] = ACTIONS(4926), - [anon_sym_false] = ACTIONS(4926), - [anon_sym_SQUOTE] = ACTIONS(4928), - [sym__backtick_identifier] = ACTIONS(4928), - [sym__automatic_semicolon] = ACTIONS(4928), - [sym_safe_nav] = ACTIONS(4928), + [anon_sym_return_AT] = ACTIONS(4820), + [anon_sym_continue_AT] = ACTIONS(4820), + [anon_sym_break_AT] = ACTIONS(4820), + [anon_sym_this_AT] = ACTIONS(4820), + [anon_sym_super_AT] = ACTIONS(4820), + [sym_real_literal] = ACTIONS(4820), + [sym_integer_literal] = ACTIONS(4818), + [sym_hex_literal] = ACTIONS(4820), + [sym_bin_literal] = ACTIONS(4820), + [anon_sym_true] = ACTIONS(4818), + [anon_sym_false] = ACTIONS(4818), + [anon_sym_SQUOTE] = ACTIONS(4820), + [sym__backtick_identifier] = ACTIONS(4820), + [sym__automatic_semicolon] = ACTIONS(4820), + [sym_safe_nav] = ACTIONS(4820), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4928), + [sym__string_start] = ACTIONS(4820), }, - [3124] = { - [sym_function_body] = STATE(3115), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_object] = ACTIONS(4299), - [anon_sym_fun] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_this] = ACTIONS(4299), - [anon_sym_super] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [sym_label] = ACTIONS(4299), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_null] = ACTIONS(4299), - [anon_sym_if] = ACTIONS(4299), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_when] = ACTIONS(4299), - [anon_sym_try] = ACTIONS(4299), - [anon_sym_throw] = ACTIONS(4299), - [anon_sym_return] = ACTIONS(4299), - [anon_sym_continue] = ACTIONS(4299), - [anon_sym_break] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG] = ACTIONS(4299), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), + [3076] = { + [sym__alpha_identifier] = ACTIONS(4826), + [anon_sym_AT] = ACTIONS(4828), + [anon_sym_LBRACK] = ACTIONS(4828), + [anon_sym_as] = ACTIONS(4826), + [anon_sym_EQ] = ACTIONS(4826), + [anon_sym_LBRACE] = ACTIONS(4828), + [anon_sym_RBRACE] = ACTIONS(4828), + [anon_sym_LPAREN] = ACTIONS(4828), + [anon_sym_COMMA] = ACTIONS(4828), + [anon_sym_LT] = ACTIONS(4826), + [anon_sym_GT] = ACTIONS(4826), + [anon_sym_where] = ACTIONS(4826), + [anon_sym_object] = ACTIONS(4826), + [anon_sym_fun] = ACTIONS(4826), + [anon_sym_DOT] = ACTIONS(4826), + [anon_sym_SEMI] = ACTIONS(4828), + [anon_sym_get] = ACTIONS(4826), + [anon_sym_set] = ACTIONS(4826), + [anon_sym_this] = ACTIONS(4826), + [anon_sym_super] = ACTIONS(4826), + [anon_sym_STAR] = ACTIONS(4826), + [sym_label] = ACTIONS(4826), + [anon_sym_in] = ACTIONS(4826), + [anon_sym_DOT_DOT] = ACTIONS(4828), + [anon_sym_QMARK_COLON] = ACTIONS(4828), + [anon_sym_AMP_AMP] = ACTIONS(4828), + [anon_sym_PIPE_PIPE] = ACTIONS(4828), + [anon_sym_null] = ACTIONS(4826), + [anon_sym_if] = ACTIONS(4826), + [anon_sym_else] = ACTIONS(4826), + [anon_sym_when] = ACTIONS(4826), + [anon_sym_try] = ACTIONS(4826), + [anon_sym_throw] = ACTIONS(4826), + [anon_sym_return] = ACTIONS(4826), + [anon_sym_continue] = ACTIONS(4826), + [anon_sym_break] = ACTIONS(4826), + [anon_sym_COLON_COLON] = ACTIONS(4828), + [anon_sym_PLUS_EQ] = ACTIONS(4828), + [anon_sym_DASH_EQ] = ACTIONS(4828), + [anon_sym_STAR_EQ] = ACTIONS(4828), + [anon_sym_SLASH_EQ] = ACTIONS(4828), + [anon_sym_PERCENT_EQ] = ACTIONS(4828), + [anon_sym_BANG_EQ] = ACTIONS(4826), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4828), + [anon_sym_EQ_EQ] = ACTIONS(4826), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4828), + [anon_sym_LT_EQ] = ACTIONS(4828), + [anon_sym_GT_EQ] = ACTIONS(4828), + [anon_sym_BANGin] = ACTIONS(4828), + [anon_sym_is] = ACTIONS(4826), + [anon_sym_BANGis] = ACTIONS(4828), + [anon_sym_PLUS] = ACTIONS(4826), + [anon_sym_DASH] = ACTIONS(4826), + [anon_sym_SLASH] = ACTIONS(4826), + [anon_sym_PERCENT] = ACTIONS(4826), + [anon_sym_as_QMARK] = ACTIONS(4828), + [anon_sym_PLUS_PLUS] = ACTIONS(4828), + [anon_sym_DASH_DASH] = ACTIONS(4828), + [anon_sym_BANG] = ACTIONS(4826), + [anon_sym_BANG_BANG] = ACTIONS(4828), + [anon_sym_data] = ACTIONS(4826), + [anon_sym_inner] = ACTIONS(4826), + [anon_sym_value] = ACTIONS(4826), + [anon_sym_expect] = ACTIONS(4826), + [anon_sym_actual] = ACTIONS(4826), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4301), - [anon_sym_continue_AT] = ACTIONS(4301), - [anon_sym_break_AT] = ACTIONS(4301), - [anon_sym_this_AT] = ACTIONS(4301), - [anon_sym_super_AT] = ACTIONS(4301), - [sym_real_literal] = ACTIONS(4301), - [sym_integer_literal] = ACTIONS(4299), - [sym_hex_literal] = ACTIONS(4301), - [sym_bin_literal] = ACTIONS(4301), - [anon_sym_true] = ACTIONS(4299), - [anon_sym_false] = ACTIONS(4299), - [anon_sym_SQUOTE] = ACTIONS(4301), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), + [anon_sym_return_AT] = ACTIONS(4828), + [anon_sym_continue_AT] = ACTIONS(4828), + [anon_sym_break_AT] = ACTIONS(4828), + [anon_sym_this_AT] = ACTIONS(4828), + [anon_sym_super_AT] = ACTIONS(4828), + [sym_real_literal] = ACTIONS(4828), + [sym_integer_literal] = ACTIONS(4826), + [sym_hex_literal] = ACTIONS(4828), + [sym_bin_literal] = ACTIONS(4828), + [anon_sym_true] = ACTIONS(4826), + [anon_sym_false] = ACTIONS(4826), + [anon_sym_SQUOTE] = ACTIONS(4828), + [sym__backtick_identifier] = ACTIONS(4828), + [sym__automatic_semicolon] = ACTIONS(4828), + [sym_safe_nav] = ACTIONS(4828), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4301), + [sym__string_start] = ACTIONS(4828), }, - [3125] = { - [sym_type_constraints] = STATE(3303), - [sym_enum_class_body] = STATE(3513), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_RBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_RPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [anon_sym_DASH_GT] = ACTIONS(4218), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_while] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), + [3077] = { + [sym_function_body] = STATE(3527), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_RBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_RPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [anon_sym_DASH_GT] = ACTIONS(4153), + [sym_label] = ACTIONS(4153), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_while] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), [sym_multiline_comment] = ACTIONS(3), }, - [3126] = { - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(1816), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_object] = ACTIONS(1814), - [anon_sym_fun] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(1814), - [anon_sym_set] = ACTIONS(1814), - [anon_sym_this] = ACTIONS(1814), - [anon_sym_super] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(1814), - [sym_label] = ACTIONS(1814), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_null] = ACTIONS(1814), - [anon_sym_if] = ACTIONS(1814), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_when] = ACTIONS(1814), - [anon_sym_try] = ACTIONS(1814), - [anon_sym_throw] = ACTIONS(1814), - [anon_sym_return] = ACTIONS(1814), - [anon_sym_continue] = ACTIONS(1814), - [anon_sym_break] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1814), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG] = ACTIONS(1814), - [anon_sym_BANG_BANG] = ACTIONS(1816), - [anon_sym_data] = ACTIONS(1814), - [anon_sym_inner] = ACTIONS(1814), - [anon_sym_value] = ACTIONS(1814), - [anon_sym_expect] = ACTIONS(1814), - [anon_sym_actual] = ACTIONS(1814), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1816), - [anon_sym_continue_AT] = ACTIONS(1816), - [anon_sym_break_AT] = ACTIONS(1816), - [anon_sym_this_AT] = ACTIONS(1816), - [anon_sym_super_AT] = ACTIONS(1816), - [sym_real_literal] = ACTIONS(1816), - [sym_integer_literal] = ACTIONS(1814), - [sym_hex_literal] = ACTIONS(1816), - [sym_bin_literal] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1814), - [anon_sym_false] = ACTIONS(1814), - [anon_sym_SQUOTE] = ACTIONS(1816), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1816), + [3078] = { + [sym__alpha_identifier] = ACTIONS(4414), + [anon_sym_AT] = ACTIONS(4416), + [anon_sym_COLON] = ACTIONS(4414), + [anon_sym_LBRACK] = ACTIONS(4416), + [anon_sym_RBRACK] = ACTIONS(4416), + [anon_sym_as] = ACTIONS(4414), + [anon_sym_EQ] = ACTIONS(4414), + [anon_sym_constructor] = ACTIONS(4414), + [anon_sym_LBRACE] = ACTIONS(4416), + [anon_sym_RBRACE] = ACTIONS(4416), + [anon_sym_LPAREN] = ACTIONS(4416), + [anon_sym_COMMA] = ACTIONS(4416), + [anon_sym_RPAREN] = ACTIONS(4416), + [anon_sym_LT] = ACTIONS(4414), + [anon_sym_GT] = ACTIONS(4414), + [anon_sym_where] = ACTIONS(4414), + [anon_sym_DOT] = ACTIONS(4414), + [anon_sym_SEMI] = ACTIONS(4416), + [anon_sym_get] = ACTIONS(4414), + [anon_sym_set] = ACTIONS(4414), + [anon_sym_STAR] = ACTIONS(4414), + [anon_sym_DASH_GT] = ACTIONS(4416), + [sym_label] = ACTIONS(4416), + [anon_sym_in] = ACTIONS(4414), + [anon_sym_while] = ACTIONS(4414), + [anon_sym_DOT_DOT] = ACTIONS(4416), + [anon_sym_QMARK_COLON] = ACTIONS(4416), + [anon_sym_AMP_AMP] = ACTIONS(4416), + [anon_sym_PIPE_PIPE] = ACTIONS(4416), + [anon_sym_else] = ACTIONS(4414), + [anon_sym_COLON_COLON] = ACTIONS(4416), + [anon_sym_PLUS_EQ] = ACTIONS(4416), + [anon_sym_DASH_EQ] = ACTIONS(4416), + [anon_sym_STAR_EQ] = ACTIONS(4416), + [anon_sym_SLASH_EQ] = ACTIONS(4416), + [anon_sym_PERCENT_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ] = ACTIONS(4414), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ] = ACTIONS(4414), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4416), + [anon_sym_LT_EQ] = ACTIONS(4416), + [anon_sym_GT_EQ] = ACTIONS(4416), + [anon_sym_BANGin] = ACTIONS(4416), + [anon_sym_is] = ACTIONS(4414), + [anon_sym_BANGis] = ACTIONS(4416), + [anon_sym_PLUS] = ACTIONS(4414), + [anon_sym_DASH] = ACTIONS(4414), + [anon_sym_SLASH] = ACTIONS(4414), + [anon_sym_PERCENT] = ACTIONS(4414), + [anon_sym_as_QMARK] = ACTIONS(4416), + [anon_sym_PLUS_PLUS] = ACTIONS(4416), + [anon_sym_DASH_DASH] = ACTIONS(4416), + [anon_sym_BANG_BANG] = ACTIONS(4416), + [anon_sym_suspend] = ACTIONS(4414), + [anon_sym_sealed] = ACTIONS(4414), + [anon_sym_annotation] = ACTIONS(4414), + [anon_sym_data] = ACTIONS(4414), + [anon_sym_inner] = ACTIONS(4414), + [anon_sym_value] = ACTIONS(4414), + [anon_sym_override] = ACTIONS(4414), + [anon_sym_lateinit] = ACTIONS(4414), + [anon_sym_public] = ACTIONS(4414), + [anon_sym_private] = ACTIONS(4414), + [anon_sym_internal] = ACTIONS(4414), + [anon_sym_protected] = ACTIONS(4414), + [anon_sym_tailrec] = ACTIONS(4414), + [anon_sym_operator] = ACTIONS(4414), + [anon_sym_infix] = ACTIONS(4414), + [anon_sym_inline] = ACTIONS(4414), + [anon_sym_external] = ACTIONS(4414), + [sym_property_modifier] = ACTIONS(4414), + [anon_sym_abstract] = ACTIONS(4414), + [anon_sym_final] = ACTIONS(4414), + [anon_sym_open] = ACTIONS(4414), + [anon_sym_vararg] = ACTIONS(4414), + [anon_sym_noinline] = ACTIONS(4414), + [anon_sym_crossinline] = ACTIONS(4414), + [anon_sym_expect] = ACTIONS(4414), + [anon_sym_actual] = ACTIONS(4414), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4416), + [sym_safe_nav] = ACTIONS(4416), + [sym_multiline_comment] = ACTIONS(3), }, - [3127] = { - [sym_class_body] = STATE(3157), - [sym__alpha_identifier] = ACTIONS(4497), - [anon_sym_AT] = ACTIONS(4499), - [anon_sym_COLON] = ACTIONS(6665), - [anon_sym_LBRACK] = ACTIONS(4499), - [anon_sym_as] = ACTIONS(4497), - [anon_sym_EQ] = ACTIONS(4497), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4499), - [anon_sym_LPAREN] = ACTIONS(4499), - [anon_sym_LT] = ACTIONS(4497), - [anon_sym_GT] = 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_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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4499), - [anon_sym_super_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), + [3079] = { + [sym__alpha_identifier] = ACTIONS(4822), + [anon_sym_AT] = ACTIONS(4824), + [anon_sym_LBRACK] = ACTIONS(4824), + [anon_sym_as] = ACTIONS(4822), + [anon_sym_EQ] = ACTIONS(4822), + [anon_sym_LBRACE] = ACTIONS(4824), + [anon_sym_RBRACE] = ACTIONS(4824), + [anon_sym_LPAREN] = ACTIONS(4824), + [anon_sym_COMMA] = ACTIONS(4824), + [anon_sym_LT] = ACTIONS(4822), + [anon_sym_GT] = ACTIONS(4822), + [anon_sym_where] = ACTIONS(4822), + [anon_sym_object] = ACTIONS(4822), + [anon_sym_fun] = ACTIONS(4822), + [anon_sym_DOT] = ACTIONS(4822), + [anon_sym_SEMI] = ACTIONS(4824), + [anon_sym_get] = ACTIONS(4822), + [anon_sym_set] = ACTIONS(4822), + [anon_sym_this] = ACTIONS(4822), + [anon_sym_super] = ACTIONS(4822), + [anon_sym_STAR] = ACTIONS(4822), + [sym_label] = ACTIONS(4822), + [anon_sym_in] = ACTIONS(4822), + [anon_sym_DOT_DOT] = ACTIONS(4824), + [anon_sym_QMARK_COLON] = ACTIONS(4824), + [anon_sym_AMP_AMP] = ACTIONS(4824), + [anon_sym_PIPE_PIPE] = ACTIONS(4824), + [anon_sym_null] = ACTIONS(4822), + [anon_sym_if] = ACTIONS(4822), + [anon_sym_else] = ACTIONS(4822), + [anon_sym_when] = ACTIONS(4822), + [anon_sym_try] = ACTIONS(4822), + [anon_sym_throw] = ACTIONS(4822), + [anon_sym_return] = ACTIONS(4822), + [anon_sym_continue] = ACTIONS(4822), + [anon_sym_break] = ACTIONS(4822), + [anon_sym_COLON_COLON] = ACTIONS(4824), + [anon_sym_PLUS_EQ] = ACTIONS(4824), + [anon_sym_DASH_EQ] = ACTIONS(4824), + [anon_sym_STAR_EQ] = ACTIONS(4824), + [anon_sym_SLASH_EQ] = ACTIONS(4824), + [anon_sym_PERCENT_EQ] = ACTIONS(4824), + [anon_sym_BANG_EQ] = ACTIONS(4822), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4824), + [anon_sym_EQ_EQ] = ACTIONS(4822), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4824), + [anon_sym_LT_EQ] = ACTIONS(4824), + [anon_sym_GT_EQ] = ACTIONS(4824), + [anon_sym_BANGin] = ACTIONS(4824), + [anon_sym_is] = ACTIONS(4822), + [anon_sym_BANGis] = ACTIONS(4824), + [anon_sym_PLUS] = ACTIONS(4822), + [anon_sym_DASH] = ACTIONS(4822), + [anon_sym_SLASH] = ACTIONS(4822), + [anon_sym_PERCENT] = ACTIONS(4822), + [anon_sym_as_QMARK] = ACTIONS(4824), + [anon_sym_PLUS_PLUS] = ACTIONS(4824), + [anon_sym_DASH_DASH] = ACTIONS(4824), + [anon_sym_BANG] = ACTIONS(4822), + [anon_sym_BANG_BANG] = ACTIONS(4824), + [anon_sym_data] = ACTIONS(4822), + [anon_sym_inner] = ACTIONS(4822), + [anon_sym_value] = ACTIONS(4822), + [anon_sym_expect] = ACTIONS(4822), + [anon_sym_actual] = ACTIONS(4822), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4824), + [anon_sym_continue_AT] = ACTIONS(4824), + [anon_sym_break_AT] = ACTIONS(4824), + [anon_sym_this_AT] = ACTIONS(4824), + [anon_sym_super_AT] = ACTIONS(4824), + [sym_real_literal] = ACTIONS(4824), + [sym_integer_literal] = ACTIONS(4822), + [sym_hex_literal] = ACTIONS(4824), + [sym_bin_literal] = ACTIONS(4824), + [anon_sym_true] = ACTIONS(4822), + [anon_sym_false] = ACTIONS(4822), + [anon_sym_SQUOTE] = ACTIONS(4824), + [sym__backtick_identifier] = ACTIONS(4824), + [sym__automatic_semicolon] = ACTIONS(4824), + [sym_safe_nav] = ACTIONS(4824), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4824), + }, + [3080] = { + [sym_function_body] = STATE(3504), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_RBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_RPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [anon_sym_DASH_GT] = ACTIONS(4147), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_while] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4499), }, - [3128] = { - [sym__alpha_identifier] = ACTIONS(4798), - [anon_sym_AT] = ACTIONS(4800), - [anon_sym_LBRACK] = ACTIONS(4800), - [anon_sym_as] = ACTIONS(4798), - [anon_sym_EQ] = ACTIONS(4798), - [anon_sym_LBRACE] = ACTIONS(4800), - [anon_sym_RBRACE] = ACTIONS(4800), - [anon_sym_LPAREN] = ACTIONS(4800), - [anon_sym_COMMA] = ACTIONS(4800), - [anon_sym_LT] = ACTIONS(4798), - [anon_sym_GT] = ACTIONS(4798), - [anon_sym_where] = ACTIONS(4798), - [anon_sym_object] = ACTIONS(4798), - [anon_sym_fun] = ACTIONS(4798), - [anon_sym_DOT] = ACTIONS(4798), - [anon_sym_SEMI] = ACTIONS(4800), - [anon_sym_get] = ACTIONS(4798), - [anon_sym_set] = ACTIONS(4798), - [anon_sym_this] = ACTIONS(4798), - [anon_sym_super] = ACTIONS(4798), - [anon_sym_STAR] = ACTIONS(4798), - [sym_label] = ACTIONS(4798), - [anon_sym_in] = ACTIONS(4798), - [anon_sym_DOT_DOT] = ACTIONS(4800), - [anon_sym_QMARK_COLON] = ACTIONS(4800), - [anon_sym_AMP_AMP] = ACTIONS(4800), - [anon_sym_PIPE_PIPE] = ACTIONS(4800), - [anon_sym_null] = ACTIONS(4798), - [anon_sym_if] = ACTIONS(4798), - [anon_sym_else] = ACTIONS(4798), - [anon_sym_when] = ACTIONS(4798), - [anon_sym_try] = ACTIONS(4798), - [anon_sym_throw] = ACTIONS(4798), - [anon_sym_return] = ACTIONS(4798), - [anon_sym_continue] = ACTIONS(4798), - [anon_sym_break] = ACTIONS(4798), - [anon_sym_COLON_COLON] = ACTIONS(4800), - [anon_sym_PLUS_EQ] = ACTIONS(4800), - [anon_sym_DASH_EQ] = ACTIONS(4800), - [anon_sym_STAR_EQ] = ACTIONS(4800), - [anon_sym_SLASH_EQ] = ACTIONS(4800), - [anon_sym_PERCENT_EQ] = ACTIONS(4800), - [anon_sym_BANG_EQ] = ACTIONS(4798), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4800), - [anon_sym_EQ_EQ] = ACTIONS(4798), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4800), - [anon_sym_LT_EQ] = ACTIONS(4800), - [anon_sym_GT_EQ] = ACTIONS(4800), - [anon_sym_BANGin] = ACTIONS(4800), - [anon_sym_is] = ACTIONS(4798), - [anon_sym_BANGis] = ACTIONS(4800), - [anon_sym_PLUS] = ACTIONS(4798), - [anon_sym_DASH] = ACTIONS(4798), - [anon_sym_SLASH] = ACTIONS(4798), - [anon_sym_PERCENT] = ACTIONS(4798), - [anon_sym_as_QMARK] = ACTIONS(4800), - [anon_sym_PLUS_PLUS] = ACTIONS(4800), - [anon_sym_DASH_DASH] = ACTIONS(4800), - [anon_sym_BANG] = ACTIONS(4798), - [anon_sym_BANG_BANG] = ACTIONS(4800), - [anon_sym_data] = ACTIONS(4798), - [anon_sym_inner] = ACTIONS(4798), - [anon_sym_value] = ACTIONS(4798), - [anon_sym_expect] = ACTIONS(4798), - [anon_sym_actual] = ACTIONS(4798), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4800), - [anon_sym_continue_AT] = ACTIONS(4800), - [anon_sym_break_AT] = ACTIONS(4800), - [anon_sym_this_AT] = ACTIONS(4800), - [anon_sym_super_AT] = ACTIONS(4800), - [sym_real_literal] = ACTIONS(4800), - [sym_integer_literal] = ACTIONS(4798), - [sym_hex_literal] = ACTIONS(4800), - [sym_bin_literal] = ACTIONS(4800), - [anon_sym_true] = ACTIONS(4798), - [anon_sym_false] = ACTIONS(4798), - [anon_sym_SQUOTE] = ACTIONS(4800), - [sym__backtick_identifier] = ACTIONS(4800), - [sym__automatic_semicolon] = ACTIONS(4800), - [sym_safe_nav] = ACTIONS(4800), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4800), + [3081] = { + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(4251), + [anon_sym_LBRACE] = ACTIONS(4253), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_COMMA] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_where] = ACTIONS(4251), + [anon_sym_object] = ACTIONS(4251), + [anon_sym_fun] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_this] = ACTIONS(4251), + [anon_sym_super] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4251), + [sym_label] = ACTIONS(4251), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_null] = ACTIONS(4251), + [anon_sym_if] = ACTIONS(4251), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_when] = ACTIONS(4251), + [anon_sym_try] = ACTIONS(4251), + [anon_sym_throw] = ACTIONS(4251), + [anon_sym_return] = ACTIONS(4251), + [anon_sym_continue] = ACTIONS(4251), + [anon_sym_break] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_PLUS_EQ] = ACTIONS(4253), + [anon_sym_DASH_EQ] = ACTIONS(4253), + [anon_sym_STAR_EQ] = ACTIONS(4253), + [anon_sym_SLASH_EQ] = ACTIONS(4253), + [anon_sym_PERCENT_EQ] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4251), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG] = ACTIONS(4251), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4253), + [anon_sym_continue_AT] = ACTIONS(4253), + [anon_sym_break_AT] = ACTIONS(4253), + [anon_sym_this_AT] = ACTIONS(4253), + [anon_sym_super_AT] = ACTIONS(4253), + [sym_real_literal] = ACTIONS(4253), + [sym_integer_literal] = ACTIONS(4251), + [sym_hex_literal] = ACTIONS(4253), + [sym_bin_literal] = ACTIONS(4253), + [anon_sym_true] = ACTIONS(4251), + [anon_sym_false] = ACTIONS(4251), + [anon_sym_SQUOTE] = ACTIONS(4253), + [sym__backtick_identifier] = ACTIONS(4253), + [sym__automatic_semicolon] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4253), }, - [3129] = { - [sym__alpha_identifier] = ACTIONS(4210), - [anon_sym_AT] = ACTIONS(4212), - [anon_sym_LBRACK] = ACTIONS(4212), - [anon_sym_EQ] = ACTIONS(4212), - [anon_sym_LBRACE] = ACTIONS(4212), - [anon_sym_RBRACE] = ACTIONS(4212), - [anon_sym_LPAREN] = ACTIONS(4212), - [anon_sym_COMMA] = ACTIONS(4212), - [anon_sym_by] = ACTIONS(4210), - [anon_sym_where] = ACTIONS(4210), - [anon_sym_object] = ACTIONS(4210), - [anon_sym_fun] = 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), - [sym__quest] = ACTIONS(4212), - [anon_sym_STAR] = ACTIONS(4212), - [anon_sym_DASH_GT] = ACTIONS(4214), - [sym_label] = ACTIONS(4210), - [anon_sym_in] = ACTIONS(4210), - [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_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_PLUS_PLUS] = ACTIONS(4212), - [anon_sym_DASH_DASH] = ACTIONS(4212), - [anon_sym_BANG] = ACTIONS(4210), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4212), - [anon_sym_super_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_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4212), + [3082] = { + [sym_function_body] = STATE(3081), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = 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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4233), + [anon_sym_super_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), }, - [3130] = { - [sym__alpha_identifier] = ACTIONS(5167), - [anon_sym_AT] = ACTIONS(5169), - [anon_sym_LBRACK] = ACTIONS(5169), - [anon_sym_as] = ACTIONS(5167), - [anon_sym_EQ] = ACTIONS(5167), - [anon_sym_LBRACE] = ACTIONS(5169), - [anon_sym_RBRACE] = ACTIONS(5169), - [anon_sym_LPAREN] = ACTIONS(5169), - [anon_sym_COMMA] = ACTIONS(5169), - [anon_sym_LT] = ACTIONS(5167), - [anon_sym_GT] = ACTIONS(5167), - [anon_sym_where] = ACTIONS(5167), - [anon_sym_object] = ACTIONS(5167), - [anon_sym_fun] = ACTIONS(5167), - [anon_sym_DOT] = ACTIONS(5167), - [anon_sym_SEMI] = ACTIONS(5169), - [anon_sym_get] = ACTIONS(5167), - [anon_sym_set] = ACTIONS(5167), - [anon_sym_this] = ACTIONS(5167), - [anon_sym_super] = ACTIONS(5167), - [anon_sym_STAR] = ACTIONS(5167), - [sym_label] = ACTIONS(5167), - [anon_sym_in] = ACTIONS(5167), - [anon_sym_DOT_DOT] = ACTIONS(5169), - [anon_sym_QMARK_COLON] = ACTIONS(5169), - [anon_sym_AMP_AMP] = ACTIONS(5169), - [anon_sym_PIPE_PIPE] = ACTIONS(5169), - [anon_sym_null] = ACTIONS(5167), - [anon_sym_if] = ACTIONS(5167), - [anon_sym_else] = ACTIONS(5167), - [anon_sym_when] = ACTIONS(5167), - [anon_sym_try] = ACTIONS(5167), - [anon_sym_throw] = ACTIONS(5167), - [anon_sym_return] = ACTIONS(5167), - [anon_sym_continue] = ACTIONS(5167), - [anon_sym_break] = ACTIONS(5167), - [anon_sym_COLON_COLON] = ACTIONS(5169), - [anon_sym_PLUS_EQ] = ACTIONS(5169), - [anon_sym_DASH_EQ] = ACTIONS(5169), - [anon_sym_STAR_EQ] = ACTIONS(5169), - [anon_sym_SLASH_EQ] = ACTIONS(5169), - [anon_sym_PERCENT_EQ] = ACTIONS(5169), - [anon_sym_BANG_EQ] = ACTIONS(5167), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5169), - [anon_sym_EQ_EQ] = ACTIONS(5167), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5169), - [anon_sym_LT_EQ] = ACTIONS(5169), - [anon_sym_GT_EQ] = ACTIONS(5169), - [anon_sym_BANGin] = ACTIONS(5169), - [anon_sym_is] = ACTIONS(5167), - [anon_sym_BANGis] = ACTIONS(5169), - [anon_sym_PLUS] = ACTIONS(5167), - [anon_sym_DASH] = ACTIONS(5167), - [anon_sym_SLASH] = ACTIONS(5167), - [anon_sym_PERCENT] = ACTIONS(5167), - [anon_sym_as_QMARK] = ACTIONS(5169), - [anon_sym_PLUS_PLUS] = ACTIONS(5169), - [anon_sym_DASH_DASH] = ACTIONS(5169), - [anon_sym_BANG] = ACTIONS(5167), - [anon_sym_BANG_BANG] = ACTIONS(5169), - [anon_sym_data] = ACTIONS(5167), - [anon_sym_inner] = ACTIONS(5167), - [anon_sym_value] = ACTIONS(5167), - [anon_sym_expect] = ACTIONS(5167), - [anon_sym_actual] = ACTIONS(5167), + [3083] = { + [sym__alpha_identifier] = ACTIONS(4906), + [anon_sym_AT] = ACTIONS(4908), + [anon_sym_LBRACK] = ACTIONS(4908), + [anon_sym_as] = ACTIONS(4906), + [anon_sym_EQ] = ACTIONS(4906), + [anon_sym_LBRACE] = ACTIONS(4908), + [anon_sym_RBRACE] = ACTIONS(4908), + [anon_sym_LPAREN] = ACTIONS(4908), + [anon_sym_COMMA] = ACTIONS(4908), + [anon_sym_LT] = ACTIONS(4906), + [anon_sym_GT] = ACTIONS(4906), + [anon_sym_where] = ACTIONS(4906), + [anon_sym_object] = ACTIONS(4906), + [anon_sym_fun] = ACTIONS(4906), + [anon_sym_DOT] = ACTIONS(4906), + [anon_sym_SEMI] = ACTIONS(4908), + [anon_sym_get] = ACTIONS(4906), + [anon_sym_set] = ACTIONS(4906), + [anon_sym_this] = ACTIONS(4906), + [anon_sym_super] = ACTIONS(4906), + [anon_sym_STAR] = ACTIONS(4906), + [sym_label] = ACTIONS(4906), + [anon_sym_in] = ACTIONS(4906), + [anon_sym_DOT_DOT] = ACTIONS(4908), + [anon_sym_QMARK_COLON] = ACTIONS(4908), + [anon_sym_AMP_AMP] = ACTIONS(4908), + [anon_sym_PIPE_PIPE] = ACTIONS(4908), + [anon_sym_null] = ACTIONS(4906), + [anon_sym_if] = ACTIONS(4906), + [anon_sym_else] = ACTIONS(4906), + [anon_sym_when] = ACTIONS(4906), + [anon_sym_try] = ACTIONS(4906), + [anon_sym_throw] = ACTIONS(4906), + [anon_sym_return] = ACTIONS(4906), + [anon_sym_continue] = ACTIONS(4906), + [anon_sym_break] = ACTIONS(4906), + [anon_sym_COLON_COLON] = ACTIONS(4908), + [anon_sym_PLUS_EQ] = ACTIONS(4908), + [anon_sym_DASH_EQ] = ACTIONS(4908), + [anon_sym_STAR_EQ] = ACTIONS(4908), + [anon_sym_SLASH_EQ] = ACTIONS(4908), + [anon_sym_PERCENT_EQ] = ACTIONS(4908), + [anon_sym_BANG_EQ] = ACTIONS(4906), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4908), + [anon_sym_EQ_EQ] = ACTIONS(4906), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4908), + [anon_sym_LT_EQ] = ACTIONS(4908), + [anon_sym_GT_EQ] = ACTIONS(4908), + [anon_sym_BANGin] = ACTIONS(4908), + [anon_sym_is] = ACTIONS(4906), + [anon_sym_BANGis] = ACTIONS(4908), + [anon_sym_PLUS] = ACTIONS(4906), + [anon_sym_DASH] = ACTIONS(4906), + [anon_sym_SLASH] = ACTIONS(4906), + [anon_sym_PERCENT] = ACTIONS(4906), + [anon_sym_as_QMARK] = ACTIONS(4908), + [anon_sym_PLUS_PLUS] = ACTIONS(4908), + [anon_sym_DASH_DASH] = ACTIONS(4908), + [anon_sym_BANG] = ACTIONS(4906), + [anon_sym_BANG_BANG] = ACTIONS(4908), + [anon_sym_data] = ACTIONS(4906), + [anon_sym_inner] = ACTIONS(4906), + [anon_sym_value] = ACTIONS(4906), + [anon_sym_expect] = ACTIONS(4906), + [anon_sym_actual] = ACTIONS(4906), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5169), - [anon_sym_continue_AT] = ACTIONS(5169), - [anon_sym_break_AT] = ACTIONS(5169), - [anon_sym_this_AT] = ACTIONS(5169), - [anon_sym_super_AT] = ACTIONS(5169), - [sym_real_literal] = ACTIONS(5169), - [sym_integer_literal] = ACTIONS(5167), - [sym_hex_literal] = ACTIONS(5169), - [sym_bin_literal] = ACTIONS(5169), - [anon_sym_true] = ACTIONS(5167), - [anon_sym_false] = ACTIONS(5167), - [anon_sym_SQUOTE] = ACTIONS(5169), - [sym__backtick_identifier] = ACTIONS(5169), - [sym__automatic_semicolon] = ACTIONS(5169), - [sym_safe_nav] = ACTIONS(5169), + [anon_sym_return_AT] = ACTIONS(4908), + [anon_sym_continue_AT] = ACTIONS(4908), + [anon_sym_break_AT] = ACTIONS(4908), + [anon_sym_this_AT] = ACTIONS(4908), + [anon_sym_super_AT] = ACTIONS(4908), + [sym_real_literal] = ACTIONS(4908), + [sym_integer_literal] = ACTIONS(4906), + [sym_hex_literal] = ACTIONS(4908), + [sym_bin_literal] = ACTIONS(4908), + [anon_sym_true] = ACTIONS(4906), + [anon_sym_false] = ACTIONS(4906), + [anon_sym_SQUOTE] = ACTIONS(4908), + [sym__backtick_identifier] = ACTIONS(4908), + [sym__automatic_semicolon] = ACTIONS(4908), + [sym_safe_nav] = ACTIONS(4908), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5169), + [sym__string_start] = ACTIONS(4908), }, - [3131] = { - [sym__alpha_identifier] = ACTIONS(3113), - [anon_sym_AT] = ACTIONS(3115), - [anon_sym_LBRACK] = ACTIONS(3115), - [anon_sym_as] = ACTIONS(3113), - [anon_sym_EQ] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(3115), - [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(3115), - [anon_sym_COMMA] = ACTIONS(3115), - [anon_sym_LT] = ACTIONS(3113), - [anon_sym_GT] = ACTIONS(3113), - [anon_sym_where] = ACTIONS(3113), - [anon_sym_object] = ACTIONS(3113), - [anon_sym_fun] = ACTIONS(3113), - [anon_sym_DOT] = ACTIONS(3113), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3113), - [anon_sym_set] = ACTIONS(3113), - [anon_sym_this] = ACTIONS(3113), - [anon_sym_super] = ACTIONS(3113), - [anon_sym_STAR] = ACTIONS(3113), - [sym_label] = ACTIONS(3113), - [anon_sym_in] = ACTIONS(3113), - [anon_sym_DOT_DOT] = ACTIONS(3115), - [anon_sym_QMARK_COLON] = ACTIONS(3115), - [anon_sym_AMP_AMP] = ACTIONS(3115), - [anon_sym_PIPE_PIPE] = ACTIONS(3115), - [anon_sym_null] = ACTIONS(3113), - [anon_sym_if] = ACTIONS(3113), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_when] = ACTIONS(3113), - [anon_sym_try] = ACTIONS(3113), - [anon_sym_throw] = ACTIONS(3113), - [anon_sym_return] = ACTIONS(3113), - [anon_sym_continue] = ACTIONS(3113), - [anon_sym_break] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_PLUS_EQ] = ACTIONS(3115), - [anon_sym_DASH_EQ] = ACTIONS(3115), - [anon_sym_STAR_EQ] = ACTIONS(3115), - [anon_sym_SLASH_EQ] = ACTIONS(3115), - [anon_sym_PERCENT_EQ] = ACTIONS(3115), - [anon_sym_BANG_EQ] = ACTIONS(3113), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), - [anon_sym_EQ_EQ] = ACTIONS(3113), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), - [anon_sym_LT_EQ] = ACTIONS(3115), - [anon_sym_GT_EQ] = ACTIONS(3115), - [anon_sym_BANGin] = ACTIONS(3115), - [anon_sym_is] = ACTIONS(3113), - [anon_sym_BANGis] = ACTIONS(3115), - [anon_sym_PLUS] = ACTIONS(3113), - [anon_sym_DASH] = ACTIONS(3113), - [anon_sym_SLASH] = ACTIONS(3113), - [anon_sym_PERCENT] = ACTIONS(3113), - [anon_sym_as_QMARK] = ACTIONS(3115), - [anon_sym_PLUS_PLUS] = ACTIONS(3115), - [anon_sym_DASH_DASH] = ACTIONS(3115), - [anon_sym_BANG] = ACTIONS(3113), - [anon_sym_BANG_BANG] = ACTIONS(3115), - [anon_sym_data] = ACTIONS(3113), - [anon_sym_inner] = ACTIONS(3113), - [anon_sym_value] = ACTIONS(3113), - [anon_sym_expect] = ACTIONS(3113), - [anon_sym_actual] = ACTIONS(3113), + [3084] = { + [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_value] = ACTIONS(4740), + [anon_sym_expect] = ACTIONS(4740), + [anon_sym_actual] = ACTIONS(4740), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3115), - [anon_sym_continue_AT] = ACTIONS(3115), - [anon_sym_break_AT] = ACTIONS(3115), - [anon_sym_this_AT] = ACTIONS(3115), - [anon_sym_super_AT] = ACTIONS(3115), - [sym_real_literal] = ACTIONS(3115), - [sym_integer_literal] = ACTIONS(3113), - [sym_hex_literal] = ACTIONS(3115), - [sym_bin_literal] = ACTIONS(3115), - [anon_sym_true] = ACTIONS(3113), - [anon_sym_false] = ACTIONS(3113), - [anon_sym_SQUOTE] = ACTIONS(3115), - [sym__backtick_identifier] = ACTIONS(3115), - [sym__automatic_semicolon] = ACTIONS(3115), - [sym_safe_nav] = ACTIONS(3115), + [anon_sym_return_AT] = ACTIONS(4742), + [anon_sym_continue_AT] = ACTIONS(4742), + [anon_sym_break_AT] = ACTIONS(4742), + [anon_sym_this_AT] = ACTIONS(4742), + [anon_sym_super_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(3115), + [sym__string_start] = ACTIONS(4742), }, - [3132] = { - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(4275), - [anon_sym_LBRACE] = ACTIONS(4277), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_COMMA] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_where] = ACTIONS(4275), - [anon_sym_object] = ACTIONS(4275), - [anon_sym_fun] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_this] = ACTIONS(4275), - [anon_sym_super] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4275), - [sym_label] = ACTIONS(4275), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_null] = ACTIONS(4275), - [anon_sym_if] = ACTIONS(4275), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_when] = ACTIONS(4275), - [anon_sym_try] = ACTIONS(4275), - [anon_sym_throw] = ACTIONS(4275), - [anon_sym_return] = ACTIONS(4275), - [anon_sym_continue] = ACTIONS(4275), - [anon_sym_break] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_PLUS_EQ] = ACTIONS(4277), - [anon_sym_DASH_EQ] = ACTIONS(4277), - [anon_sym_STAR_EQ] = ACTIONS(4277), - [anon_sym_SLASH_EQ] = ACTIONS(4277), - [anon_sym_PERCENT_EQ] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4275), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG] = ACTIONS(4275), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4277), - [anon_sym_continue_AT] = ACTIONS(4277), - [anon_sym_break_AT] = ACTIONS(4277), - [anon_sym_this_AT] = ACTIONS(4277), - [anon_sym_super_AT] = ACTIONS(4277), - [sym_real_literal] = ACTIONS(4277), - [sym_integer_literal] = ACTIONS(4275), - [sym_hex_literal] = ACTIONS(4277), - [sym_bin_literal] = ACTIONS(4277), - [anon_sym_true] = ACTIONS(4275), - [anon_sym_false] = ACTIONS(4275), - [anon_sym_SQUOTE] = ACTIONS(4277), - [sym__backtick_identifier] = ACTIONS(4277), - [sym__automatic_semicolon] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4277), + [3085] = { + [sym__alpha_identifier] = ACTIONS(5084), + [anon_sym_AT] = ACTIONS(5086), + [anon_sym_LBRACK] = ACTIONS(5086), + [anon_sym_as] = ACTIONS(5084), + [anon_sym_EQ] = ACTIONS(5084), + [anon_sym_LBRACE] = ACTIONS(5086), + [anon_sym_RBRACE] = ACTIONS(5086), + [anon_sym_LPAREN] = ACTIONS(5086), + [anon_sym_COMMA] = ACTIONS(5086), + [anon_sym_LT] = ACTIONS(5084), + [anon_sym_GT] = ACTIONS(5084), + [anon_sym_where] = ACTIONS(5084), + [anon_sym_object] = ACTIONS(5084), + [anon_sym_fun] = ACTIONS(5084), + [anon_sym_DOT] = ACTIONS(5084), + [anon_sym_SEMI] = ACTIONS(5086), + [anon_sym_get] = ACTIONS(5084), + [anon_sym_set] = ACTIONS(5084), + [anon_sym_this] = ACTIONS(5084), + [anon_sym_super] = ACTIONS(5084), + [anon_sym_STAR] = ACTIONS(5084), + [sym_label] = ACTIONS(5084), + [anon_sym_in] = ACTIONS(5084), + [anon_sym_DOT_DOT] = ACTIONS(5086), + [anon_sym_QMARK_COLON] = ACTIONS(5086), + [anon_sym_AMP_AMP] = ACTIONS(5086), + [anon_sym_PIPE_PIPE] = ACTIONS(5086), + [anon_sym_null] = ACTIONS(5084), + [anon_sym_if] = ACTIONS(5084), + [anon_sym_else] = ACTIONS(5084), + [anon_sym_when] = ACTIONS(5084), + [anon_sym_try] = ACTIONS(5084), + [anon_sym_throw] = ACTIONS(5084), + [anon_sym_return] = ACTIONS(5084), + [anon_sym_continue] = ACTIONS(5084), + [anon_sym_break] = ACTIONS(5084), + [anon_sym_COLON_COLON] = ACTIONS(5086), + [anon_sym_PLUS_EQ] = ACTIONS(5086), + [anon_sym_DASH_EQ] = ACTIONS(5086), + [anon_sym_STAR_EQ] = ACTIONS(5086), + [anon_sym_SLASH_EQ] = ACTIONS(5086), + [anon_sym_PERCENT_EQ] = ACTIONS(5086), + [anon_sym_BANG_EQ] = ACTIONS(5084), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5086), + [anon_sym_EQ_EQ] = ACTIONS(5084), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5086), + [anon_sym_LT_EQ] = ACTIONS(5086), + [anon_sym_GT_EQ] = ACTIONS(5086), + [anon_sym_BANGin] = ACTIONS(5086), + [anon_sym_is] = ACTIONS(5084), + [anon_sym_BANGis] = ACTIONS(5086), + [anon_sym_PLUS] = ACTIONS(5084), + [anon_sym_DASH] = ACTIONS(5084), + [anon_sym_SLASH] = ACTIONS(5084), + [anon_sym_PERCENT] = ACTIONS(5084), + [anon_sym_as_QMARK] = ACTIONS(5086), + [anon_sym_PLUS_PLUS] = ACTIONS(5086), + [anon_sym_DASH_DASH] = ACTIONS(5086), + [anon_sym_BANG] = ACTIONS(5084), + [anon_sym_BANG_BANG] = ACTIONS(5086), + [anon_sym_data] = ACTIONS(5084), + [anon_sym_inner] = ACTIONS(5084), + [anon_sym_value] = ACTIONS(5084), + [anon_sym_expect] = ACTIONS(5084), + [anon_sym_actual] = ACTIONS(5084), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5086), + [anon_sym_continue_AT] = ACTIONS(5086), + [anon_sym_break_AT] = ACTIONS(5086), + [anon_sym_this_AT] = ACTIONS(5086), + [anon_sym_super_AT] = ACTIONS(5086), + [sym_real_literal] = ACTIONS(5086), + [sym_integer_literal] = ACTIONS(5084), + [sym_hex_literal] = ACTIONS(5086), + [sym_bin_literal] = ACTIONS(5086), + [anon_sym_true] = ACTIONS(5084), + [anon_sym_false] = ACTIONS(5084), + [anon_sym_SQUOTE] = ACTIONS(5086), + [sym__backtick_identifier] = ACTIONS(5086), + [sym__automatic_semicolon] = ACTIONS(5086), + [sym_safe_nav] = ACTIONS(5086), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5086), }, - [3133] = { + [3086] = { + [sym__alpha_identifier] = ACTIONS(4389), + [anon_sym_AT] = ACTIONS(4391), + [anon_sym_LBRACK] = ACTIONS(4391), + [anon_sym_as] = ACTIONS(4389), + [anon_sym_EQ] = ACTIONS(4389), + [anon_sym_LBRACE] = ACTIONS(4391), + [anon_sym_RBRACE] = ACTIONS(4391), + [anon_sym_LPAREN] = ACTIONS(4391), + [anon_sym_COMMA] = ACTIONS(4391), + [anon_sym_LT] = ACTIONS(4389), + [anon_sym_GT] = ACTIONS(4389), + [anon_sym_where] = ACTIONS(4389), + [anon_sym_object] = ACTIONS(4389), + [anon_sym_fun] = ACTIONS(4389), + [anon_sym_DOT] = ACTIONS(4389), + [anon_sym_SEMI] = ACTIONS(4391), + [anon_sym_get] = ACTIONS(4389), + [anon_sym_set] = ACTIONS(4389), + [anon_sym_this] = ACTIONS(4389), + [anon_sym_super] = ACTIONS(4389), + [anon_sym_STAR] = ACTIONS(4389), + [sym_label] = ACTIONS(4389), + [anon_sym_in] = ACTIONS(4389), + [anon_sym_DOT_DOT] = ACTIONS(4391), + [anon_sym_QMARK_COLON] = ACTIONS(4391), + [anon_sym_AMP_AMP] = ACTIONS(4391), + [anon_sym_PIPE_PIPE] = ACTIONS(4391), + [anon_sym_null] = ACTIONS(4389), + [anon_sym_if] = ACTIONS(4389), + [anon_sym_else] = ACTIONS(4389), + [anon_sym_when] = ACTIONS(4389), + [anon_sym_try] = ACTIONS(4389), + [anon_sym_throw] = ACTIONS(4389), + [anon_sym_return] = ACTIONS(4389), + [anon_sym_continue] = ACTIONS(4389), + [anon_sym_break] = ACTIONS(4389), + [anon_sym_COLON_COLON] = ACTIONS(4391), + [anon_sym_PLUS_EQ] = ACTIONS(4391), + [anon_sym_DASH_EQ] = ACTIONS(4391), + [anon_sym_STAR_EQ] = ACTIONS(4391), + [anon_sym_SLASH_EQ] = ACTIONS(4391), + [anon_sym_PERCENT_EQ] = ACTIONS(4391), + [anon_sym_BANG_EQ] = ACTIONS(4389), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4391), + [anon_sym_EQ_EQ] = ACTIONS(4389), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4391), + [anon_sym_LT_EQ] = ACTIONS(4391), + [anon_sym_GT_EQ] = ACTIONS(4391), + [anon_sym_BANGin] = ACTIONS(4391), + [anon_sym_is] = ACTIONS(4389), + [anon_sym_BANGis] = ACTIONS(4391), + [anon_sym_PLUS] = ACTIONS(4389), + [anon_sym_DASH] = ACTIONS(4389), + [anon_sym_SLASH] = ACTIONS(4389), + [anon_sym_PERCENT] = ACTIONS(4389), + [anon_sym_as_QMARK] = ACTIONS(4391), + [anon_sym_PLUS_PLUS] = ACTIONS(4391), + [anon_sym_DASH_DASH] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(4389), + [anon_sym_BANG_BANG] = ACTIONS(4391), + [anon_sym_data] = ACTIONS(4389), + [anon_sym_inner] = ACTIONS(4389), + [anon_sym_value] = ACTIONS(4389), + [anon_sym_expect] = ACTIONS(4389), + [anon_sym_actual] = ACTIONS(4389), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4391), + [anon_sym_continue_AT] = ACTIONS(4391), + [anon_sym_break_AT] = ACTIONS(4391), + [anon_sym_this_AT] = ACTIONS(4391), + [anon_sym_super_AT] = ACTIONS(4391), + [sym_real_literal] = ACTIONS(4391), + [sym_integer_literal] = ACTIONS(4389), + [sym_hex_literal] = ACTIONS(4391), + [sym_bin_literal] = ACTIONS(4391), + [anon_sym_true] = ACTIONS(4389), + [anon_sym_false] = ACTIONS(4389), + [anon_sym_SQUOTE] = ACTIONS(4391), + [sym__backtick_identifier] = ACTIONS(4391), + [sym__automatic_semicolon] = ACTIONS(4391), + [sym_safe_nav] = ACTIONS(4391), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4391), + }, + [3087] = { + [sym__alpha_identifier] = ACTIONS(5098), + [anon_sym_AT] = ACTIONS(5100), + [anon_sym_LBRACK] = ACTIONS(5100), + [anon_sym_as] = ACTIONS(5098), + [anon_sym_EQ] = ACTIONS(5098), + [anon_sym_LBRACE] = ACTIONS(5100), + [anon_sym_RBRACE] = ACTIONS(5100), + [anon_sym_LPAREN] = ACTIONS(5100), + [anon_sym_COMMA] = ACTIONS(5100), + [anon_sym_LT] = ACTIONS(5098), + [anon_sym_GT] = ACTIONS(5098), + [anon_sym_where] = ACTIONS(5098), + [anon_sym_object] = ACTIONS(5098), + [anon_sym_fun] = ACTIONS(5098), + [anon_sym_DOT] = ACTIONS(5098), + [anon_sym_SEMI] = ACTIONS(5100), + [anon_sym_get] = ACTIONS(5098), + [anon_sym_set] = ACTIONS(5098), + [anon_sym_this] = ACTIONS(5098), + [anon_sym_super] = ACTIONS(5098), + [anon_sym_STAR] = ACTIONS(5098), + [sym_label] = ACTIONS(5098), + [anon_sym_in] = ACTIONS(5098), + [anon_sym_DOT_DOT] = ACTIONS(5100), + [anon_sym_QMARK_COLON] = ACTIONS(5100), + [anon_sym_AMP_AMP] = ACTIONS(5100), + [anon_sym_PIPE_PIPE] = ACTIONS(5100), + [anon_sym_null] = ACTIONS(5098), + [anon_sym_if] = ACTIONS(5098), + [anon_sym_else] = ACTIONS(5098), + [anon_sym_when] = ACTIONS(5098), + [anon_sym_try] = ACTIONS(5098), + [anon_sym_throw] = ACTIONS(5098), + [anon_sym_return] = ACTIONS(5098), + [anon_sym_continue] = ACTIONS(5098), + [anon_sym_break] = ACTIONS(5098), + [anon_sym_COLON_COLON] = ACTIONS(5100), + [anon_sym_PLUS_EQ] = ACTIONS(5100), + [anon_sym_DASH_EQ] = ACTIONS(5100), + [anon_sym_STAR_EQ] = ACTIONS(5100), + [anon_sym_SLASH_EQ] = ACTIONS(5100), + [anon_sym_PERCENT_EQ] = ACTIONS(5100), + [anon_sym_BANG_EQ] = ACTIONS(5098), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5100), + [anon_sym_EQ_EQ] = ACTIONS(5098), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5100), + [anon_sym_LT_EQ] = ACTIONS(5100), + [anon_sym_GT_EQ] = ACTIONS(5100), + [anon_sym_BANGin] = ACTIONS(5100), + [anon_sym_is] = ACTIONS(5098), + [anon_sym_BANGis] = ACTIONS(5100), + [anon_sym_PLUS] = ACTIONS(5098), + [anon_sym_DASH] = ACTIONS(5098), + [anon_sym_SLASH] = ACTIONS(5098), + [anon_sym_PERCENT] = ACTIONS(5098), + [anon_sym_as_QMARK] = ACTIONS(5100), + [anon_sym_PLUS_PLUS] = ACTIONS(5100), + [anon_sym_DASH_DASH] = ACTIONS(5100), + [anon_sym_BANG] = ACTIONS(5098), + [anon_sym_BANG_BANG] = ACTIONS(5100), + [anon_sym_data] = ACTIONS(5098), + [anon_sym_inner] = ACTIONS(5098), + [anon_sym_value] = ACTIONS(5098), + [anon_sym_expect] = ACTIONS(5098), + [anon_sym_actual] = ACTIONS(5098), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5100), + [anon_sym_continue_AT] = ACTIONS(5100), + [anon_sym_break_AT] = ACTIONS(5100), + [anon_sym_this_AT] = ACTIONS(5100), + [anon_sym_super_AT] = ACTIONS(5100), + [sym_real_literal] = ACTIONS(5100), + [sym_integer_literal] = ACTIONS(5098), + [sym_hex_literal] = ACTIONS(5100), + [sym_bin_literal] = ACTIONS(5100), + [anon_sym_true] = ACTIONS(5098), + [anon_sym_false] = ACTIONS(5098), + [anon_sym_SQUOTE] = ACTIONS(5100), + [sym__backtick_identifier] = ACTIONS(5100), + [sym__automatic_semicolon] = ACTIONS(5100), + [sym_safe_nav] = ACTIONS(5100), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5100), + }, + [3088] = { + [sym_function_body] = STATE(3085), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4485), + [anon_sym_AT] = ACTIONS(4487), + [anon_sym_LBRACK] = ACTIONS(4487), + [anon_sym_as] = ACTIONS(4485), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4487), + [anon_sym_LPAREN] = ACTIONS(4487), + [anon_sym_LT] = ACTIONS(4485), + [anon_sym_GT] = 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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4487), + [anon_sym_super_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), + }, + [3089] = { + [sym__alpha_identifier] = ACTIONS(5060), + [anon_sym_AT] = ACTIONS(5062), + [anon_sym_LBRACK] = ACTIONS(5062), + [anon_sym_as] = ACTIONS(5060), + [anon_sym_EQ] = ACTIONS(5060), + [anon_sym_LBRACE] = ACTIONS(5062), + [anon_sym_RBRACE] = ACTIONS(5062), + [anon_sym_LPAREN] = ACTIONS(5062), + [anon_sym_COMMA] = ACTIONS(5062), + [anon_sym_LT] = ACTIONS(5060), + [anon_sym_GT] = ACTIONS(5060), + [anon_sym_where] = ACTIONS(5060), + [anon_sym_object] = ACTIONS(5060), + [anon_sym_fun] = ACTIONS(5060), + [anon_sym_DOT] = ACTIONS(5060), + [anon_sym_SEMI] = ACTIONS(5062), + [anon_sym_get] = ACTIONS(5060), + [anon_sym_set] = ACTIONS(5060), + [anon_sym_this] = ACTIONS(5060), + [anon_sym_super] = ACTIONS(5060), + [anon_sym_STAR] = ACTIONS(5060), + [sym_label] = ACTIONS(5060), + [anon_sym_in] = ACTIONS(5060), + [anon_sym_DOT_DOT] = ACTIONS(5062), + [anon_sym_QMARK_COLON] = ACTIONS(5062), + [anon_sym_AMP_AMP] = ACTIONS(5062), + [anon_sym_PIPE_PIPE] = ACTIONS(5062), + [anon_sym_null] = ACTIONS(5060), + [anon_sym_if] = ACTIONS(5060), + [anon_sym_else] = ACTIONS(5060), + [anon_sym_when] = ACTIONS(5060), + [anon_sym_try] = ACTIONS(5060), + [anon_sym_throw] = ACTIONS(5060), + [anon_sym_return] = ACTIONS(5060), + [anon_sym_continue] = ACTIONS(5060), + [anon_sym_break] = ACTIONS(5060), + [anon_sym_COLON_COLON] = ACTIONS(5062), + [anon_sym_PLUS_EQ] = ACTIONS(5062), + [anon_sym_DASH_EQ] = ACTIONS(5062), + [anon_sym_STAR_EQ] = ACTIONS(5062), + [anon_sym_SLASH_EQ] = ACTIONS(5062), + [anon_sym_PERCENT_EQ] = ACTIONS(5062), + [anon_sym_BANG_EQ] = ACTIONS(5060), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5062), + [anon_sym_EQ_EQ] = ACTIONS(5060), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5062), + [anon_sym_LT_EQ] = ACTIONS(5062), + [anon_sym_GT_EQ] = ACTIONS(5062), + [anon_sym_BANGin] = ACTIONS(5062), + [anon_sym_is] = ACTIONS(5060), + [anon_sym_BANGis] = ACTIONS(5062), + [anon_sym_PLUS] = ACTIONS(5060), + [anon_sym_DASH] = ACTIONS(5060), + [anon_sym_SLASH] = ACTIONS(5060), + [anon_sym_PERCENT] = ACTIONS(5060), + [anon_sym_as_QMARK] = ACTIONS(5062), + [anon_sym_PLUS_PLUS] = ACTIONS(5062), + [anon_sym_DASH_DASH] = ACTIONS(5062), + [anon_sym_BANG] = ACTIONS(5060), + [anon_sym_BANG_BANG] = ACTIONS(5062), + [anon_sym_data] = ACTIONS(5060), + [anon_sym_inner] = ACTIONS(5060), + [anon_sym_value] = ACTIONS(5060), + [anon_sym_expect] = ACTIONS(5060), + [anon_sym_actual] = ACTIONS(5060), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5062), + [anon_sym_continue_AT] = ACTIONS(5062), + [anon_sym_break_AT] = ACTIONS(5062), + [anon_sym_this_AT] = ACTIONS(5062), + [anon_sym_super_AT] = ACTIONS(5062), + [sym_real_literal] = ACTIONS(5062), + [sym_integer_literal] = ACTIONS(5060), + [sym_hex_literal] = ACTIONS(5062), + [sym_bin_literal] = ACTIONS(5062), + [anon_sym_true] = ACTIONS(5060), + [anon_sym_false] = ACTIONS(5060), + [anon_sym_SQUOTE] = ACTIONS(5062), + [sym__backtick_identifier] = ACTIONS(5062), + [sym__automatic_semicolon] = ACTIONS(5062), + [sym_safe_nav] = ACTIONS(5062), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5062), + }, + [3090] = { + [sym_type_constraints] = STATE(3330), + [sym_enum_class_body] = STATE(3463), + [sym__alpha_identifier] = ACTIONS(4501), + [anon_sym_AT] = ACTIONS(4503), + [anon_sym_LBRACK] = ACTIONS(4503), + [anon_sym_RBRACK] = ACTIONS(4503), + [anon_sym_as] = ACTIONS(4501), + [anon_sym_EQ] = ACTIONS(4501), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(4503), + [anon_sym_LPAREN] = ACTIONS(4503), + [anon_sym_COMMA] = ACTIONS(4503), + [anon_sym_RPAREN] = ACTIONS(4503), + [anon_sym_LT] = ACTIONS(4501), + [anon_sym_GT] = ACTIONS(4501), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4501), + [anon_sym_SEMI] = ACTIONS(4503), + [anon_sym_get] = ACTIONS(4501), + [anon_sym_set] = ACTIONS(4501), + [anon_sym_STAR] = ACTIONS(4501), + [anon_sym_DASH_GT] = ACTIONS(4503), + [sym_label] = ACTIONS(4503), + [anon_sym_in] = ACTIONS(4501), + [anon_sym_while] = ACTIONS(4501), + [anon_sym_DOT_DOT] = ACTIONS(4503), + [anon_sym_QMARK_COLON] = ACTIONS(4503), + [anon_sym_AMP_AMP] = ACTIONS(4503), + [anon_sym_PIPE_PIPE] = ACTIONS(4503), + [anon_sym_else] = ACTIONS(4501), + [anon_sym_COLON_COLON] = ACTIONS(4503), + [anon_sym_PLUS_EQ] = ACTIONS(4503), + [anon_sym_DASH_EQ] = ACTIONS(4503), + [anon_sym_STAR_EQ] = ACTIONS(4503), + [anon_sym_SLASH_EQ] = ACTIONS(4503), + [anon_sym_PERCENT_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ] = ACTIONS(4501), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ] = ACTIONS(4501), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4503), + [anon_sym_LT_EQ] = ACTIONS(4503), + [anon_sym_GT_EQ] = ACTIONS(4503), + [anon_sym_BANGin] = ACTIONS(4503), + [anon_sym_is] = ACTIONS(4501), + [anon_sym_BANGis] = ACTIONS(4503), + [anon_sym_PLUS] = ACTIONS(4501), + [anon_sym_DASH] = ACTIONS(4501), + [anon_sym_SLASH] = ACTIONS(4501), + [anon_sym_PERCENT] = ACTIONS(4501), + [anon_sym_as_QMARK] = ACTIONS(4503), + [anon_sym_PLUS_PLUS] = ACTIONS(4503), + [anon_sym_DASH_DASH] = ACTIONS(4503), + [anon_sym_BANG_BANG] = ACTIONS(4503), + [anon_sym_suspend] = ACTIONS(4501), + [anon_sym_sealed] = ACTIONS(4501), + [anon_sym_annotation] = ACTIONS(4501), + [anon_sym_data] = ACTIONS(4501), + [anon_sym_inner] = ACTIONS(4501), + [anon_sym_value] = ACTIONS(4501), + [anon_sym_override] = ACTIONS(4501), + [anon_sym_lateinit] = ACTIONS(4501), + [anon_sym_public] = ACTIONS(4501), + [anon_sym_private] = ACTIONS(4501), + [anon_sym_internal] = ACTIONS(4501), + [anon_sym_protected] = ACTIONS(4501), + [anon_sym_tailrec] = ACTIONS(4501), + [anon_sym_operator] = ACTIONS(4501), + [anon_sym_infix] = ACTIONS(4501), + [anon_sym_inline] = ACTIONS(4501), + [anon_sym_external] = ACTIONS(4501), + [sym_property_modifier] = ACTIONS(4501), + [anon_sym_abstract] = ACTIONS(4501), + [anon_sym_final] = ACTIONS(4501), + [anon_sym_open] = ACTIONS(4501), + [anon_sym_vararg] = ACTIONS(4501), + [anon_sym_noinline] = ACTIONS(4501), + [anon_sym_crossinline] = ACTIONS(4501), + [anon_sym_expect] = ACTIONS(4501), + [anon_sym_actual] = ACTIONS(4501), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4503), + [sym_safe_nav] = ACTIONS(4503), + [sym_multiline_comment] = ACTIONS(3), + }, + [3091] = { + [sym_type_constraints] = STATE(3356), + [sym_enum_class_body] = STATE(3483), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_RBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_RPAREN] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [anon_sym_DASH_GT] = ACTIONS(4202), + [sym_label] = ACTIONS(4202), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_while] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), + }, + [3092] = { + [sym__alpha_identifier] = ACTIONS(4950), + [anon_sym_AT] = ACTIONS(4952), + [anon_sym_LBRACK] = ACTIONS(4952), + [anon_sym_as] = ACTIONS(4950), + [anon_sym_EQ] = ACTIONS(4950), + [anon_sym_LBRACE] = ACTIONS(4952), + [anon_sym_RBRACE] = ACTIONS(4952), + [anon_sym_LPAREN] = ACTIONS(4952), + [anon_sym_COMMA] = ACTIONS(4952), + [anon_sym_LT] = ACTIONS(4950), + [anon_sym_GT] = ACTIONS(4950), + [anon_sym_where] = ACTIONS(4950), + [anon_sym_object] = ACTIONS(4950), + [anon_sym_fun] = ACTIONS(4950), + [anon_sym_DOT] = ACTIONS(4950), + [anon_sym_SEMI] = ACTIONS(4952), + [anon_sym_get] = ACTIONS(4950), + [anon_sym_set] = ACTIONS(4950), + [anon_sym_this] = ACTIONS(4950), + [anon_sym_super] = ACTIONS(4950), + [anon_sym_STAR] = ACTIONS(4950), + [sym_label] = ACTIONS(4950), + [anon_sym_in] = ACTIONS(4950), + [anon_sym_DOT_DOT] = ACTIONS(4952), + [anon_sym_QMARK_COLON] = ACTIONS(4952), + [anon_sym_AMP_AMP] = ACTIONS(4952), + [anon_sym_PIPE_PIPE] = ACTIONS(4952), + [anon_sym_null] = ACTIONS(4950), + [anon_sym_if] = ACTIONS(4950), + [anon_sym_else] = ACTIONS(4950), + [anon_sym_when] = ACTIONS(4950), + [anon_sym_try] = ACTIONS(4950), + [anon_sym_throw] = ACTIONS(4950), + [anon_sym_return] = ACTIONS(4950), + [anon_sym_continue] = ACTIONS(4950), + [anon_sym_break] = ACTIONS(4950), + [anon_sym_COLON_COLON] = ACTIONS(4952), + [anon_sym_PLUS_EQ] = ACTIONS(4952), + [anon_sym_DASH_EQ] = ACTIONS(4952), + [anon_sym_STAR_EQ] = ACTIONS(4952), + [anon_sym_SLASH_EQ] = ACTIONS(4952), + [anon_sym_PERCENT_EQ] = ACTIONS(4952), + [anon_sym_BANG_EQ] = ACTIONS(4950), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4952), + [anon_sym_EQ_EQ] = ACTIONS(4950), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4952), + [anon_sym_LT_EQ] = ACTIONS(4952), + [anon_sym_GT_EQ] = ACTIONS(4952), + [anon_sym_BANGin] = ACTIONS(4952), + [anon_sym_is] = ACTIONS(4950), + [anon_sym_BANGis] = ACTIONS(4952), + [anon_sym_PLUS] = ACTIONS(4950), + [anon_sym_DASH] = ACTIONS(4950), + [anon_sym_SLASH] = ACTIONS(4950), + [anon_sym_PERCENT] = ACTIONS(4950), + [anon_sym_as_QMARK] = ACTIONS(4952), + [anon_sym_PLUS_PLUS] = ACTIONS(4952), + [anon_sym_DASH_DASH] = ACTIONS(4952), + [anon_sym_BANG] = ACTIONS(4950), + [anon_sym_BANG_BANG] = ACTIONS(4952), + [anon_sym_data] = ACTIONS(4950), + [anon_sym_inner] = ACTIONS(4950), + [anon_sym_value] = ACTIONS(4950), + [anon_sym_expect] = ACTIONS(4950), + [anon_sym_actual] = ACTIONS(4950), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4952), + [anon_sym_continue_AT] = ACTIONS(4952), + [anon_sym_break_AT] = ACTIONS(4952), + [anon_sym_this_AT] = ACTIONS(4952), + [anon_sym_super_AT] = ACTIONS(4952), + [sym_real_literal] = ACTIONS(4952), + [sym_integer_literal] = ACTIONS(4950), + [sym_hex_literal] = ACTIONS(4952), + [sym_bin_literal] = ACTIONS(4952), + [anon_sym_true] = ACTIONS(4950), + [anon_sym_false] = ACTIONS(4950), + [anon_sym_SQUOTE] = ACTIONS(4952), + [sym__backtick_identifier] = ACTIONS(4952), + [sym__automatic_semicolon] = ACTIONS(4952), + [sym_safe_nav] = ACTIONS(4952), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4952), + }, + [3093] = { + [sym__alpha_identifier] = ACTIONS(5088), + [anon_sym_AT] = ACTIONS(5090), + [anon_sym_LBRACK] = ACTIONS(5090), + [anon_sym_as] = ACTIONS(5088), + [anon_sym_EQ] = ACTIONS(5088), + [anon_sym_LBRACE] = ACTIONS(5090), + [anon_sym_RBRACE] = ACTIONS(5090), + [anon_sym_LPAREN] = ACTIONS(5090), + [anon_sym_COMMA] = ACTIONS(5090), + [anon_sym_LT] = ACTIONS(5088), + [anon_sym_GT] = ACTIONS(5088), + [anon_sym_where] = ACTIONS(5088), + [anon_sym_object] = ACTIONS(5088), + [anon_sym_fun] = ACTIONS(5088), + [anon_sym_DOT] = ACTIONS(5088), + [anon_sym_SEMI] = ACTIONS(5090), + [anon_sym_get] = ACTIONS(5088), + [anon_sym_set] = ACTIONS(5088), + [anon_sym_this] = ACTIONS(5088), + [anon_sym_super] = ACTIONS(5088), + [anon_sym_STAR] = ACTIONS(5088), + [sym_label] = ACTIONS(5088), + [anon_sym_in] = ACTIONS(5088), + [anon_sym_DOT_DOT] = ACTIONS(5090), + [anon_sym_QMARK_COLON] = ACTIONS(5090), + [anon_sym_AMP_AMP] = ACTIONS(5090), + [anon_sym_PIPE_PIPE] = ACTIONS(5090), + [anon_sym_null] = ACTIONS(5088), + [anon_sym_if] = ACTIONS(5088), + [anon_sym_else] = ACTIONS(5088), + [anon_sym_when] = ACTIONS(5088), + [anon_sym_try] = ACTIONS(5088), + [anon_sym_throw] = ACTIONS(5088), + [anon_sym_return] = ACTIONS(5088), + [anon_sym_continue] = ACTIONS(5088), + [anon_sym_break] = ACTIONS(5088), + [anon_sym_COLON_COLON] = ACTIONS(5090), + [anon_sym_PLUS_EQ] = ACTIONS(5090), + [anon_sym_DASH_EQ] = ACTIONS(5090), + [anon_sym_STAR_EQ] = ACTIONS(5090), + [anon_sym_SLASH_EQ] = ACTIONS(5090), + [anon_sym_PERCENT_EQ] = ACTIONS(5090), + [anon_sym_BANG_EQ] = ACTIONS(5088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5090), + [anon_sym_EQ_EQ] = ACTIONS(5088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5090), + [anon_sym_LT_EQ] = ACTIONS(5090), + [anon_sym_GT_EQ] = ACTIONS(5090), + [anon_sym_BANGin] = ACTIONS(5090), + [anon_sym_is] = ACTIONS(5088), + [anon_sym_BANGis] = ACTIONS(5090), + [anon_sym_PLUS] = ACTIONS(5088), + [anon_sym_DASH] = ACTIONS(5088), + [anon_sym_SLASH] = ACTIONS(5088), + [anon_sym_PERCENT] = ACTIONS(5088), + [anon_sym_as_QMARK] = ACTIONS(5090), + [anon_sym_PLUS_PLUS] = ACTIONS(5090), + [anon_sym_DASH_DASH] = ACTIONS(5090), + [anon_sym_BANG] = ACTIONS(5088), + [anon_sym_BANG_BANG] = ACTIONS(5090), + [anon_sym_data] = ACTIONS(5088), + [anon_sym_inner] = ACTIONS(5088), + [anon_sym_value] = ACTIONS(5088), + [anon_sym_expect] = ACTIONS(5088), + [anon_sym_actual] = ACTIONS(5088), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5090), + [anon_sym_continue_AT] = ACTIONS(5090), + [anon_sym_break_AT] = ACTIONS(5090), + [anon_sym_this_AT] = ACTIONS(5090), + [anon_sym_super_AT] = ACTIONS(5090), + [sym_real_literal] = ACTIONS(5090), + [sym_integer_literal] = ACTIONS(5088), + [sym_hex_literal] = ACTIONS(5090), + [sym_bin_literal] = ACTIONS(5090), + [anon_sym_true] = ACTIONS(5088), + [anon_sym_false] = ACTIONS(5088), + [anon_sym_SQUOTE] = ACTIONS(5090), + [sym__backtick_identifier] = ACTIONS(5090), + [sym__automatic_semicolon] = ACTIONS(5090), + [sym_safe_nav] = ACTIONS(5090), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5090), + }, + [3094] = { + [sym_class_body] = STATE(3491), + [sym_type_constraints] = STATE(3358), + [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(5590), + [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(5576), + [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_value] = 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), + [sym__backtick_identifier] = ACTIONS(4479), + [sym_safe_nav] = ACTIONS(4479), + [sym_multiline_comment] = ACTIONS(3), + }, + [3095] = { + [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(4487), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4487), + [anon_sym_super_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), + }, + [3096] = { + [sym_function_body] = STATE(3487), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_RBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_RPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [anon_sym_DASH_GT] = ACTIONS(4141), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_while] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + }, + [3097] = { + [sym_function_body] = STATE(3472), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_RBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_RPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [anon_sym_DASH_GT] = ACTIONS(4131), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_while] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + }, + [3098] = { + [sym__alpha_identifier] = ACTIONS(4954), + [anon_sym_AT] = ACTIONS(4956), + [anon_sym_LBRACK] = ACTIONS(4956), + [anon_sym_as] = ACTIONS(4954), + [anon_sym_EQ] = ACTIONS(4954), + [anon_sym_LBRACE] = ACTIONS(4956), + [anon_sym_RBRACE] = ACTIONS(4956), + [anon_sym_LPAREN] = ACTIONS(4956), + [anon_sym_COMMA] = ACTIONS(4956), + [anon_sym_LT] = ACTIONS(4954), + [anon_sym_GT] = ACTIONS(4954), + [anon_sym_where] = ACTIONS(4954), + [anon_sym_object] = ACTIONS(4954), + [anon_sym_fun] = ACTIONS(4954), + [anon_sym_DOT] = ACTIONS(4954), + [anon_sym_SEMI] = ACTIONS(4956), + [anon_sym_get] = ACTIONS(4954), + [anon_sym_set] = ACTIONS(4954), + [anon_sym_this] = ACTIONS(4954), + [anon_sym_super] = ACTIONS(4954), + [anon_sym_STAR] = ACTIONS(4954), + [sym_label] = ACTIONS(4954), + [anon_sym_in] = ACTIONS(4954), + [anon_sym_DOT_DOT] = ACTIONS(4956), + [anon_sym_QMARK_COLON] = ACTIONS(4956), + [anon_sym_AMP_AMP] = ACTIONS(4956), + [anon_sym_PIPE_PIPE] = ACTIONS(4956), + [anon_sym_null] = ACTIONS(4954), + [anon_sym_if] = ACTIONS(4954), + [anon_sym_else] = ACTIONS(4954), + [anon_sym_when] = ACTIONS(4954), + [anon_sym_try] = ACTIONS(4954), + [anon_sym_throw] = ACTIONS(4954), + [anon_sym_return] = ACTIONS(4954), + [anon_sym_continue] = ACTIONS(4954), + [anon_sym_break] = ACTIONS(4954), + [anon_sym_COLON_COLON] = ACTIONS(4956), + [anon_sym_PLUS_EQ] = ACTIONS(4956), + [anon_sym_DASH_EQ] = ACTIONS(4956), + [anon_sym_STAR_EQ] = ACTIONS(4956), + [anon_sym_SLASH_EQ] = ACTIONS(4956), + [anon_sym_PERCENT_EQ] = ACTIONS(4956), + [anon_sym_BANG_EQ] = ACTIONS(4954), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4956), + [anon_sym_EQ_EQ] = ACTIONS(4954), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4956), + [anon_sym_LT_EQ] = ACTIONS(4956), + [anon_sym_GT_EQ] = ACTIONS(4956), + [anon_sym_BANGin] = ACTIONS(4956), + [anon_sym_is] = ACTIONS(4954), + [anon_sym_BANGis] = ACTIONS(4956), + [anon_sym_PLUS] = ACTIONS(4954), + [anon_sym_DASH] = ACTIONS(4954), + [anon_sym_SLASH] = ACTIONS(4954), + [anon_sym_PERCENT] = ACTIONS(4954), + [anon_sym_as_QMARK] = ACTIONS(4956), + [anon_sym_PLUS_PLUS] = ACTIONS(4956), + [anon_sym_DASH_DASH] = ACTIONS(4956), + [anon_sym_BANG] = ACTIONS(4954), + [anon_sym_BANG_BANG] = ACTIONS(4956), + [anon_sym_data] = ACTIONS(4954), + [anon_sym_inner] = ACTIONS(4954), + [anon_sym_value] = ACTIONS(4954), + [anon_sym_expect] = ACTIONS(4954), + [anon_sym_actual] = ACTIONS(4954), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4956), + [anon_sym_continue_AT] = ACTIONS(4956), + [anon_sym_break_AT] = ACTIONS(4956), + [anon_sym_this_AT] = ACTIONS(4956), + [anon_sym_super_AT] = ACTIONS(4956), + [sym_real_literal] = ACTIONS(4956), + [sym_integer_literal] = ACTIONS(4954), + [sym_hex_literal] = ACTIONS(4956), + [sym_bin_literal] = ACTIONS(4956), + [anon_sym_true] = ACTIONS(4954), + [anon_sym_false] = ACTIONS(4954), + [anon_sym_SQUOTE] = ACTIONS(4956), + [sym__backtick_identifier] = ACTIONS(4956), + [sym__automatic_semicolon] = ACTIONS(4956), + [sym_safe_nav] = ACTIONS(4956), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4956), + }, + [3099] = { + [sym__alpha_identifier] = ACTIONS(3420), + [anon_sym_AT] = ACTIONS(3422), + [anon_sym_LBRACK] = ACTIONS(3422), + [anon_sym_as] = ACTIONS(3420), + [anon_sym_EQ] = ACTIONS(3420), + [anon_sym_LBRACE] = ACTIONS(3422), + [anon_sym_RBRACE] = ACTIONS(3422), + [anon_sym_LPAREN] = ACTIONS(3422), + [anon_sym_COMMA] = ACTIONS(3422), + [anon_sym_LT] = ACTIONS(3420), + [anon_sym_GT] = ACTIONS(3420), + [anon_sym_where] = ACTIONS(3420), + [anon_sym_object] = ACTIONS(3420), + [anon_sym_fun] = ACTIONS(3420), + [anon_sym_DOT] = ACTIONS(3420), + [anon_sym_SEMI] = ACTIONS(3422), + [anon_sym_get] = ACTIONS(3420), + [anon_sym_set] = ACTIONS(3420), + [anon_sym_this] = ACTIONS(3420), + [anon_sym_super] = ACTIONS(3420), + [anon_sym_STAR] = ACTIONS(3420), + [sym_label] = ACTIONS(3420), + [anon_sym_in] = ACTIONS(3420), + [anon_sym_DOT_DOT] = ACTIONS(3422), + [anon_sym_QMARK_COLON] = ACTIONS(3422), + [anon_sym_AMP_AMP] = ACTIONS(3422), + [anon_sym_PIPE_PIPE] = ACTIONS(3422), + [anon_sym_null] = ACTIONS(3420), + [anon_sym_if] = ACTIONS(3420), + [anon_sym_else] = ACTIONS(3420), + [anon_sym_when] = ACTIONS(3420), + [anon_sym_try] = ACTIONS(3420), + [anon_sym_throw] = ACTIONS(3420), + [anon_sym_return] = ACTIONS(3420), + [anon_sym_continue] = ACTIONS(3420), + [anon_sym_break] = ACTIONS(3420), + [anon_sym_COLON_COLON] = ACTIONS(3422), + [anon_sym_PLUS_EQ] = ACTIONS(3422), + [anon_sym_DASH_EQ] = ACTIONS(3422), + [anon_sym_STAR_EQ] = ACTIONS(3422), + [anon_sym_SLASH_EQ] = ACTIONS(3422), + [anon_sym_PERCENT_EQ] = ACTIONS(3422), + [anon_sym_BANG_EQ] = ACTIONS(3420), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3422), + [anon_sym_EQ_EQ] = ACTIONS(3420), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3422), + [anon_sym_LT_EQ] = ACTIONS(3422), + [anon_sym_GT_EQ] = ACTIONS(3422), + [anon_sym_BANGin] = ACTIONS(3422), + [anon_sym_is] = ACTIONS(3420), + [anon_sym_BANGis] = ACTIONS(3422), + [anon_sym_PLUS] = ACTIONS(3420), + [anon_sym_DASH] = ACTIONS(3420), + [anon_sym_SLASH] = ACTIONS(3420), + [anon_sym_PERCENT] = ACTIONS(3420), + [anon_sym_as_QMARK] = ACTIONS(3422), + [anon_sym_PLUS_PLUS] = ACTIONS(3422), + [anon_sym_DASH_DASH] = ACTIONS(3422), + [anon_sym_BANG] = ACTIONS(3420), + [anon_sym_BANG_BANG] = ACTIONS(3422), + [anon_sym_data] = ACTIONS(3420), + [anon_sym_inner] = ACTIONS(3420), + [anon_sym_value] = ACTIONS(3420), + [anon_sym_expect] = ACTIONS(3420), + [anon_sym_actual] = ACTIONS(3420), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3422), + [anon_sym_continue_AT] = ACTIONS(3422), + [anon_sym_break_AT] = ACTIONS(3422), + [anon_sym_this_AT] = ACTIONS(3422), + [anon_sym_super_AT] = ACTIONS(3422), + [sym_real_literal] = ACTIONS(3422), + [sym_integer_literal] = ACTIONS(3420), + [sym_hex_literal] = ACTIONS(3422), + [sym_bin_literal] = ACTIONS(3422), + [anon_sym_true] = ACTIONS(3420), + [anon_sym_false] = ACTIONS(3420), + [anon_sym_SQUOTE] = ACTIONS(3422), + [sym__backtick_identifier] = ACTIONS(3422), + [sym__automatic_semicolon] = ACTIONS(3422), + [sym_safe_nav] = ACTIONS(3422), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3422), + }, + [3100] = { + [sym__alpha_identifier] = ACTIONS(4754), + [anon_sym_AT] = ACTIONS(4756), + [anon_sym_LBRACK] = ACTIONS(4756), + [anon_sym_as] = ACTIONS(4754), + [anon_sym_EQ] = ACTIONS(4754), + [anon_sym_LBRACE] = ACTIONS(4756), + [anon_sym_RBRACE] = ACTIONS(4756), + [anon_sym_LPAREN] = ACTIONS(4756), + [anon_sym_COMMA] = ACTIONS(4756), + [anon_sym_LT] = ACTIONS(4754), + [anon_sym_GT] = ACTIONS(4754), + [anon_sym_where] = ACTIONS(4754), + [anon_sym_object] = ACTIONS(4754), + [anon_sym_fun] = ACTIONS(4754), + [anon_sym_DOT] = ACTIONS(4754), + [anon_sym_SEMI] = ACTIONS(4756), + [anon_sym_get] = ACTIONS(4754), + [anon_sym_set] = ACTIONS(4754), + [anon_sym_this] = ACTIONS(4754), + [anon_sym_super] = ACTIONS(4754), + [anon_sym_STAR] = ACTIONS(4754), + [sym_label] = ACTIONS(4754), + [anon_sym_in] = ACTIONS(4754), + [anon_sym_DOT_DOT] = ACTIONS(4756), + [anon_sym_QMARK_COLON] = ACTIONS(4756), + [anon_sym_AMP_AMP] = ACTIONS(4756), + [anon_sym_PIPE_PIPE] = ACTIONS(4756), + [anon_sym_null] = ACTIONS(4754), + [anon_sym_if] = ACTIONS(4754), + [anon_sym_else] = ACTIONS(4754), + [anon_sym_when] = ACTIONS(4754), + [anon_sym_try] = ACTIONS(4754), + [anon_sym_throw] = ACTIONS(4754), + [anon_sym_return] = ACTIONS(4754), + [anon_sym_continue] = ACTIONS(4754), + [anon_sym_break] = ACTIONS(4754), + [anon_sym_COLON_COLON] = ACTIONS(4756), + [anon_sym_PLUS_EQ] = ACTIONS(4756), + [anon_sym_DASH_EQ] = ACTIONS(4756), + [anon_sym_STAR_EQ] = ACTIONS(4756), + [anon_sym_SLASH_EQ] = ACTIONS(4756), + [anon_sym_PERCENT_EQ] = ACTIONS(4756), + [anon_sym_BANG_EQ] = ACTIONS(4754), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4756), + [anon_sym_EQ_EQ] = ACTIONS(4754), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4756), + [anon_sym_LT_EQ] = ACTIONS(4756), + [anon_sym_GT_EQ] = ACTIONS(4756), + [anon_sym_BANGin] = ACTIONS(4756), + [anon_sym_is] = ACTIONS(4754), + [anon_sym_BANGis] = ACTIONS(4756), + [anon_sym_PLUS] = ACTIONS(4754), + [anon_sym_DASH] = ACTIONS(4754), + [anon_sym_SLASH] = ACTIONS(4754), + [anon_sym_PERCENT] = ACTIONS(4754), + [anon_sym_as_QMARK] = ACTIONS(4756), + [anon_sym_PLUS_PLUS] = ACTIONS(4756), + [anon_sym_DASH_DASH] = ACTIONS(4756), + [anon_sym_BANG] = ACTIONS(4754), + [anon_sym_BANG_BANG] = ACTIONS(4756), + [anon_sym_data] = ACTIONS(4754), + [anon_sym_inner] = ACTIONS(4754), + [anon_sym_value] = ACTIONS(4754), + [anon_sym_expect] = ACTIONS(4754), + [anon_sym_actual] = ACTIONS(4754), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4756), + [anon_sym_continue_AT] = ACTIONS(4756), + [anon_sym_break_AT] = ACTIONS(4756), + [anon_sym_this_AT] = ACTIONS(4756), + [anon_sym_super_AT] = ACTIONS(4756), + [sym_real_literal] = ACTIONS(4756), + [sym_integer_literal] = ACTIONS(4754), + [sym_hex_literal] = ACTIONS(4756), + [sym_bin_literal] = ACTIONS(4756), + [anon_sym_true] = ACTIONS(4754), + [anon_sym_false] = ACTIONS(4754), + [anon_sym_SQUOTE] = ACTIONS(4756), + [sym__backtick_identifier] = ACTIONS(4756), + [sym__automatic_semicolon] = ACTIONS(4756), + [sym_safe_nav] = ACTIONS(4756), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4756), + }, + [3101] = { + [sym__alpha_identifier] = ACTIONS(4182), + [anon_sym_AT] = ACTIONS(4184), + [anon_sym_COLON] = ACTIONS(4182), + [anon_sym_LBRACK] = ACTIONS(4184), + [anon_sym_RBRACK] = ACTIONS(4184), + [anon_sym_as] = ACTIONS(4182), + [anon_sym_EQ] = ACTIONS(4182), + [anon_sym_constructor] = ACTIONS(4182), + [anon_sym_LBRACE] = ACTIONS(4184), + [anon_sym_RBRACE] = ACTIONS(4184), + [anon_sym_LPAREN] = ACTIONS(4184), + [anon_sym_COMMA] = ACTIONS(4184), + [anon_sym_RPAREN] = ACTIONS(4184), + [anon_sym_LT] = ACTIONS(4182), + [anon_sym_GT] = ACTIONS(4182), + [anon_sym_where] = ACTIONS(4182), + [anon_sym_DOT] = ACTIONS(4182), + [anon_sym_SEMI] = ACTIONS(4184), + [anon_sym_get] = ACTIONS(4182), + [anon_sym_set] = ACTIONS(4182), + [anon_sym_STAR] = ACTIONS(4182), + [anon_sym_DASH_GT] = ACTIONS(4184), + [sym_label] = ACTIONS(4184), + [anon_sym_in] = ACTIONS(4182), + [anon_sym_while] = ACTIONS(4182), + [anon_sym_DOT_DOT] = ACTIONS(4184), + [anon_sym_QMARK_COLON] = ACTIONS(4184), + [anon_sym_AMP_AMP] = ACTIONS(4184), + [anon_sym_PIPE_PIPE] = ACTIONS(4184), + [anon_sym_else] = ACTIONS(4182), + [anon_sym_COLON_COLON] = ACTIONS(4184), + [anon_sym_PLUS_EQ] = ACTIONS(4184), + [anon_sym_DASH_EQ] = ACTIONS(4184), + [anon_sym_STAR_EQ] = ACTIONS(4184), + [anon_sym_SLASH_EQ] = ACTIONS(4184), + [anon_sym_PERCENT_EQ] = ACTIONS(4184), + [anon_sym_BANG_EQ] = ACTIONS(4182), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4184), + [anon_sym_EQ_EQ] = ACTIONS(4182), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4184), + [anon_sym_LT_EQ] = ACTIONS(4184), + [anon_sym_GT_EQ] = ACTIONS(4184), + [anon_sym_BANGin] = ACTIONS(4184), + [anon_sym_is] = ACTIONS(4182), + [anon_sym_BANGis] = ACTIONS(4184), + [anon_sym_PLUS] = ACTIONS(4182), + [anon_sym_DASH] = ACTIONS(4182), + [anon_sym_SLASH] = ACTIONS(4182), + [anon_sym_PERCENT] = ACTIONS(4182), + [anon_sym_as_QMARK] = ACTIONS(4184), + [anon_sym_PLUS_PLUS] = ACTIONS(4184), + [anon_sym_DASH_DASH] = ACTIONS(4184), + [anon_sym_BANG_BANG] = ACTIONS(4184), + [anon_sym_suspend] = ACTIONS(4182), + [anon_sym_sealed] = ACTIONS(4182), + [anon_sym_annotation] = ACTIONS(4182), + [anon_sym_data] = ACTIONS(4182), + [anon_sym_inner] = ACTIONS(4182), + [anon_sym_value] = ACTIONS(4182), + [anon_sym_override] = ACTIONS(4182), + [anon_sym_lateinit] = ACTIONS(4182), + [anon_sym_public] = ACTIONS(4182), + [anon_sym_private] = ACTIONS(4182), + [anon_sym_internal] = ACTIONS(4182), + [anon_sym_protected] = ACTIONS(4182), + [anon_sym_tailrec] = ACTIONS(4182), + [anon_sym_operator] = ACTIONS(4182), + [anon_sym_infix] = ACTIONS(4182), + [anon_sym_inline] = ACTIONS(4182), + [anon_sym_external] = ACTIONS(4182), + [sym_property_modifier] = ACTIONS(4182), + [anon_sym_abstract] = ACTIONS(4182), + [anon_sym_final] = ACTIONS(4182), + [anon_sym_open] = ACTIONS(4182), + [anon_sym_vararg] = ACTIONS(4182), + [anon_sym_noinline] = ACTIONS(4182), + [anon_sym_crossinline] = ACTIONS(4182), + [anon_sym_expect] = ACTIONS(4182), + [anon_sym_actual] = ACTIONS(4182), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4184), + [sym_safe_nav] = ACTIONS(4184), + [sym_multiline_comment] = ACTIONS(3), + }, + [3102] = { + [sym__alpha_identifier] = ACTIONS(4958), + [anon_sym_AT] = ACTIONS(4960), + [anon_sym_LBRACK] = ACTIONS(4960), + [anon_sym_as] = ACTIONS(4958), + [anon_sym_EQ] = ACTIONS(4958), + [anon_sym_LBRACE] = ACTIONS(4960), + [anon_sym_RBRACE] = ACTIONS(4960), + [anon_sym_LPAREN] = ACTIONS(4960), + [anon_sym_COMMA] = ACTIONS(4960), + [anon_sym_LT] = ACTIONS(4958), + [anon_sym_GT] = ACTIONS(4958), + [anon_sym_where] = ACTIONS(4958), + [anon_sym_object] = ACTIONS(4958), + [anon_sym_fun] = ACTIONS(4958), + [anon_sym_DOT] = ACTIONS(4958), + [anon_sym_SEMI] = ACTIONS(4960), + [anon_sym_get] = ACTIONS(4958), + [anon_sym_set] = ACTIONS(4958), + [anon_sym_this] = ACTIONS(4958), + [anon_sym_super] = ACTIONS(4958), + [anon_sym_STAR] = ACTIONS(4958), + [sym_label] = ACTIONS(4958), + [anon_sym_in] = ACTIONS(4958), + [anon_sym_DOT_DOT] = ACTIONS(4960), + [anon_sym_QMARK_COLON] = ACTIONS(4960), + [anon_sym_AMP_AMP] = ACTIONS(4960), + [anon_sym_PIPE_PIPE] = ACTIONS(4960), + [anon_sym_null] = ACTIONS(4958), + [anon_sym_if] = ACTIONS(4958), + [anon_sym_else] = ACTIONS(4958), + [anon_sym_when] = ACTIONS(4958), + [anon_sym_try] = ACTIONS(4958), + [anon_sym_throw] = ACTIONS(4958), + [anon_sym_return] = ACTIONS(4958), + [anon_sym_continue] = ACTIONS(4958), + [anon_sym_break] = ACTIONS(4958), + [anon_sym_COLON_COLON] = ACTIONS(4960), + [anon_sym_PLUS_EQ] = ACTIONS(4960), + [anon_sym_DASH_EQ] = ACTIONS(4960), + [anon_sym_STAR_EQ] = ACTIONS(4960), + [anon_sym_SLASH_EQ] = ACTIONS(4960), + [anon_sym_PERCENT_EQ] = ACTIONS(4960), + [anon_sym_BANG_EQ] = ACTIONS(4958), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4960), + [anon_sym_EQ_EQ] = ACTIONS(4958), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4960), + [anon_sym_LT_EQ] = ACTIONS(4960), + [anon_sym_GT_EQ] = ACTIONS(4960), + [anon_sym_BANGin] = ACTIONS(4960), + [anon_sym_is] = ACTIONS(4958), + [anon_sym_BANGis] = ACTIONS(4960), + [anon_sym_PLUS] = ACTIONS(4958), + [anon_sym_DASH] = ACTIONS(4958), + [anon_sym_SLASH] = ACTIONS(4958), + [anon_sym_PERCENT] = ACTIONS(4958), + [anon_sym_as_QMARK] = ACTIONS(4960), + [anon_sym_PLUS_PLUS] = ACTIONS(4960), + [anon_sym_DASH_DASH] = ACTIONS(4960), + [anon_sym_BANG] = ACTIONS(4958), + [anon_sym_BANG_BANG] = ACTIONS(4960), + [anon_sym_data] = ACTIONS(4958), + [anon_sym_inner] = ACTIONS(4958), + [anon_sym_value] = ACTIONS(4958), + [anon_sym_expect] = ACTIONS(4958), + [anon_sym_actual] = ACTIONS(4958), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4960), + [anon_sym_continue_AT] = ACTIONS(4960), + [anon_sym_break_AT] = ACTIONS(4960), + [anon_sym_this_AT] = ACTIONS(4960), + [anon_sym_super_AT] = ACTIONS(4960), + [sym_real_literal] = ACTIONS(4960), + [sym_integer_literal] = ACTIONS(4958), + [sym_hex_literal] = ACTIONS(4960), + [sym_bin_literal] = ACTIONS(4960), + [anon_sym_true] = ACTIONS(4958), + [anon_sym_false] = ACTIONS(4958), + [anon_sym_SQUOTE] = ACTIONS(4960), + [sym__backtick_identifier] = ACTIONS(4960), + [sym__automatic_semicolon] = ACTIONS(4960), + [sym_safe_nav] = ACTIONS(4960), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4960), + }, + [3103] = { [sym__alpha_identifier] = ACTIONS(4966), [anon_sym_AT] = ACTIONS(4968), [anon_sym_LBRACK] = ACTIONS(4968), @@ -373334,1403 +370753,1652 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4968), }, - [3134] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5065), - [anon_sym_super_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), + [3104] = { + [sym_function_body] = STATE(3464), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_RBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_RPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [anon_sym_DASH_GT] = ACTIONS(4321), + [sym_label] = ACTIONS(4321), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_while] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), }, - [3135] = { - [sym__alpha_identifier] = ACTIONS(4910), - [anon_sym_AT] = ACTIONS(4912), - [anon_sym_LBRACK] = ACTIONS(4912), - [anon_sym_as] = ACTIONS(4910), - [anon_sym_EQ] = ACTIONS(4910), - [anon_sym_LBRACE] = ACTIONS(4912), - [anon_sym_RBRACE] = ACTIONS(4912), - [anon_sym_LPAREN] = ACTIONS(4912), - [anon_sym_COMMA] = ACTIONS(4912), - [anon_sym_LT] = ACTIONS(4910), - [anon_sym_GT] = ACTIONS(4910), - [anon_sym_where] = ACTIONS(4910), - [anon_sym_object] = ACTIONS(4910), - [anon_sym_fun] = ACTIONS(4910), - [anon_sym_DOT] = ACTIONS(4910), - [anon_sym_SEMI] = ACTIONS(4912), - [anon_sym_get] = ACTIONS(4910), - [anon_sym_set] = ACTIONS(4910), - [anon_sym_this] = ACTIONS(4910), - [anon_sym_super] = ACTIONS(4910), - [anon_sym_STAR] = ACTIONS(4910), - [sym_label] = ACTIONS(4910), - [anon_sym_in] = ACTIONS(4910), - [anon_sym_DOT_DOT] = ACTIONS(4912), - [anon_sym_QMARK_COLON] = ACTIONS(4912), - [anon_sym_AMP_AMP] = ACTIONS(4912), - [anon_sym_PIPE_PIPE] = ACTIONS(4912), - [anon_sym_null] = ACTIONS(4910), - [anon_sym_if] = ACTIONS(4910), - [anon_sym_else] = ACTIONS(4910), - [anon_sym_when] = ACTIONS(4910), - [anon_sym_try] = ACTIONS(4910), - [anon_sym_throw] = ACTIONS(4910), - [anon_sym_return] = ACTIONS(4910), - [anon_sym_continue] = ACTIONS(4910), - [anon_sym_break] = ACTIONS(4910), - [anon_sym_COLON_COLON] = ACTIONS(4912), - [anon_sym_PLUS_EQ] = ACTIONS(4912), - [anon_sym_DASH_EQ] = ACTIONS(4912), - [anon_sym_STAR_EQ] = ACTIONS(4912), - [anon_sym_SLASH_EQ] = ACTIONS(4912), - [anon_sym_PERCENT_EQ] = ACTIONS(4912), - [anon_sym_BANG_EQ] = ACTIONS(4910), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4912), - [anon_sym_EQ_EQ] = ACTIONS(4910), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4912), - [anon_sym_LT_EQ] = ACTIONS(4912), - [anon_sym_GT_EQ] = ACTIONS(4912), - [anon_sym_BANGin] = ACTIONS(4912), - [anon_sym_is] = ACTIONS(4910), - [anon_sym_BANGis] = ACTIONS(4912), - [anon_sym_PLUS] = ACTIONS(4910), - [anon_sym_DASH] = ACTIONS(4910), - [anon_sym_SLASH] = ACTIONS(4910), - [anon_sym_PERCENT] = ACTIONS(4910), - [anon_sym_as_QMARK] = ACTIONS(4912), - [anon_sym_PLUS_PLUS] = ACTIONS(4912), - [anon_sym_DASH_DASH] = ACTIONS(4912), - [anon_sym_BANG] = ACTIONS(4910), - [anon_sym_BANG_BANG] = ACTIONS(4912), - [anon_sym_data] = ACTIONS(4910), - [anon_sym_inner] = ACTIONS(4910), - [anon_sym_value] = ACTIONS(4910), - [anon_sym_expect] = ACTIONS(4910), - [anon_sym_actual] = ACTIONS(4910), + [3105] = { + [sym__alpha_identifier] = ACTIONS(4974), + [anon_sym_AT] = ACTIONS(4976), + [anon_sym_LBRACK] = ACTIONS(4976), + [anon_sym_as] = ACTIONS(4974), + [anon_sym_EQ] = ACTIONS(4974), + [anon_sym_LBRACE] = ACTIONS(4976), + [anon_sym_RBRACE] = ACTIONS(4976), + [anon_sym_LPAREN] = ACTIONS(4976), + [anon_sym_COMMA] = ACTIONS(4976), + [anon_sym_LT] = ACTIONS(4974), + [anon_sym_GT] = ACTIONS(4974), + [anon_sym_where] = ACTIONS(4974), + [anon_sym_object] = ACTIONS(4974), + [anon_sym_fun] = ACTIONS(4974), + [anon_sym_DOT] = ACTIONS(4974), + [anon_sym_SEMI] = ACTIONS(4976), + [anon_sym_get] = ACTIONS(4974), + [anon_sym_set] = ACTIONS(4974), + [anon_sym_this] = ACTIONS(4974), + [anon_sym_super] = ACTIONS(4974), + [anon_sym_STAR] = ACTIONS(4974), + [sym_label] = ACTIONS(4974), + [anon_sym_in] = ACTIONS(4974), + [anon_sym_DOT_DOT] = ACTIONS(4976), + [anon_sym_QMARK_COLON] = ACTIONS(4976), + [anon_sym_AMP_AMP] = ACTIONS(4976), + [anon_sym_PIPE_PIPE] = ACTIONS(4976), + [anon_sym_null] = ACTIONS(4974), + [anon_sym_if] = ACTIONS(4974), + [anon_sym_else] = ACTIONS(4974), + [anon_sym_when] = ACTIONS(4974), + [anon_sym_try] = ACTIONS(4974), + [anon_sym_throw] = ACTIONS(4974), + [anon_sym_return] = ACTIONS(4974), + [anon_sym_continue] = ACTIONS(4974), + [anon_sym_break] = ACTIONS(4974), + [anon_sym_COLON_COLON] = ACTIONS(4976), + [anon_sym_PLUS_EQ] = ACTIONS(4976), + [anon_sym_DASH_EQ] = ACTIONS(4976), + [anon_sym_STAR_EQ] = ACTIONS(4976), + [anon_sym_SLASH_EQ] = ACTIONS(4976), + [anon_sym_PERCENT_EQ] = ACTIONS(4976), + [anon_sym_BANG_EQ] = ACTIONS(4974), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4976), + [anon_sym_EQ_EQ] = ACTIONS(4974), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4976), + [anon_sym_LT_EQ] = ACTIONS(4976), + [anon_sym_GT_EQ] = ACTIONS(4976), + [anon_sym_BANGin] = ACTIONS(4976), + [anon_sym_is] = ACTIONS(4974), + [anon_sym_BANGis] = ACTIONS(4976), + [anon_sym_PLUS] = ACTIONS(4974), + [anon_sym_DASH] = ACTIONS(4974), + [anon_sym_SLASH] = ACTIONS(4974), + [anon_sym_PERCENT] = ACTIONS(4974), + [anon_sym_as_QMARK] = ACTIONS(4976), + [anon_sym_PLUS_PLUS] = ACTIONS(4976), + [anon_sym_DASH_DASH] = ACTIONS(4976), + [anon_sym_BANG] = ACTIONS(4974), + [anon_sym_BANG_BANG] = ACTIONS(4976), + [anon_sym_data] = ACTIONS(4974), + [anon_sym_inner] = ACTIONS(4974), + [anon_sym_value] = ACTIONS(4974), + [anon_sym_expect] = ACTIONS(4974), + [anon_sym_actual] = ACTIONS(4974), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4912), - [anon_sym_continue_AT] = ACTIONS(4912), - [anon_sym_break_AT] = ACTIONS(4912), - [anon_sym_this_AT] = ACTIONS(4912), - [anon_sym_super_AT] = ACTIONS(4912), - [sym_real_literal] = ACTIONS(4912), - [sym_integer_literal] = ACTIONS(4910), - [sym_hex_literal] = ACTIONS(4912), - [sym_bin_literal] = ACTIONS(4912), - [anon_sym_true] = ACTIONS(4910), - [anon_sym_false] = ACTIONS(4910), - [anon_sym_SQUOTE] = ACTIONS(4912), - [sym__backtick_identifier] = ACTIONS(4912), - [sym__automatic_semicolon] = ACTIONS(4912), - [sym_safe_nav] = ACTIONS(4912), + [anon_sym_return_AT] = ACTIONS(4976), + [anon_sym_continue_AT] = ACTIONS(4976), + [anon_sym_break_AT] = ACTIONS(4976), + [anon_sym_this_AT] = ACTIONS(4976), + [anon_sym_super_AT] = ACTIONS(4976), + [sym_real_literal] = ACTIONS(4976), + [sym_integer_literal] = ACTIONS(4974), + [sym_hex_literal] = ACTIONS(4976), + [sym_bin_literal] = ACTIONS(4976), + [anon_sym_true] = ACTIONS(4974), + [anon_sym_false] = ACTIONS(4974), + [anon_sym_SQUOTE] = ACTIONS(4976), + [sym__backtick_identifier] = ACTIONS(4976), + [sym__automatic_semicolon] = ACTIONS(4976), + [sym_safe_nav] = ACTIONS(4976), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4912), + [sym__string_start] = ACTIONS(4976), }, - [3136] = { - [sym_function_body] = STATE(3490), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_RBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_RPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [anon_sym_DASH_GT] = ACTIONS(4162), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_while] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), + [3106] = { + [sym__alpha_identifier] = ACTIONS(3121), + [anon_sym_AT] = ACTIONS(3123), + [anon_sym_LBRACK] = ACTIONS(3123), + [anon_sym_as] = ACTIONS(3121), + [anon_sym_EQ] = ACTIONS(3121), + [anon_sym_LBRACE] = ACTIONS(3123), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(3123), + [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3121), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_where] = ACTIONS(3121), + [anon_sym_object] = ACTIONS(3121), + [anon_sym_fun] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(3121), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3121), + [anon_sym_set] = ACTIONS(3121), + [anon_sym_this] = ACTIONS(3121), + [anon_sym_super] = ACTIONS(3121), + [anon_sym_STAR] = ACTIONS(3121), + [sym_label] = ACTIONS(3121), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(3123), + [anon_sym_QMARK_COLON] = ACTIONS(3123), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_null] = ACTIONS(3121), + [anon_sym_if] = ACTIONS(3121), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_when] = ACTIONS(3121), + [anon_sym_try] = ACTIONS(3121), + [anon_sym_throw] = ACTIONS(3121), + [anon_sym_return] = ACTIONS(3121), + [anon_sym_continue] = ACTIONS(3121), + [anon_sym_break] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(3123), + [anon_sym_PLUS_EQ] = ACTIONS(3123), + [anon_sym_DASH_EQ] = ACTIONS(3123), + [anon_sym_STAR_EQ] = ACTIONS(3123), + [anon_sym_SLASH_EQ] = ACTIONS(3123), + [anon_sym_PERCENT_EQ] = ACTIONS(3123), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3121), + [anon_sym_SLASH] = ACTIONS(3121), + [anon_sym_PERCENT] = ACTIONS(3121), + [anon_sym_as_QMARK] = ACTIONS(3123), + [anon_sym_PLUS_PLUS] = ACTIONS(3123), + [anon_sym_DASH_DASH] = ACTIONS(3123), + [anon_sym_BANG] = ACTIONS(3121), + [anon_sym_BANG_BANG] = ACTIONS(3123), + [anon_sym_data] = ACTIONS(3121), + [anon_sym_inner] = ACTIONS(3121), + [anon_sym_value] = ACTIONS(3121), + [anon_sym_expect] = ACTIONS(3121), + [anon_sym_actual] = ACTIONS(3121), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3123), + [anon_sym_continue_AT] = ACTIONS(3123), + [anon_sym_break_AT] = ACTIONS(3123), + [anon_sym_this_AT] = ACTIONS(3123), + [anon_sym_super_AT] = ACTIONS(3123), + [sym_real_literal] = ACTIONS(3123), + [sym_integer_literal] = ACTIONS(3121), + [sym_hex_literal] = ACTIONS(3123), + [sym_bin_literal] = ACTIONS(3123), + [anon_sym_true] = ACTIONS(3121), + [anon_sym_false] = ACTIONS(3121), + [anon_sym_SQUOTE] = ACTIONS(3123), + [sym__backtick_identifier] = ACTIONS(3123), + [sym__automatic_semicolon] = ACTIONS(3123), + [sym_safe_nav] = ACTIONS(3123), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3123), }, - [3137] = { - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3270), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [anon_sym_as_QMARK] = ACTIONS(3274), - [anon_sym_PLUS_PLUS] = ACTIONS(3274), - [anon_sym_DASH_DASH] = ACTIONS(3274), - [anon_sym_BANG] = ACTIONS(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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), + [3107] = { + [sym__alpha_identifier] = ACTIONS(4046), + [anon_sym_AT] = ACTIONS(4048), + [anon_sym_LBRACK] = ACTIONS(4048), + [anon_sym_as] = ACTIONS(4046), + [anon_sym_EQ] = ACTIONS(4046), + [anon_sym_LBRACE] = ACTIONS(4048), + [anon_sym_RBRACE] = ACTIONS(4048), + [anon_sym_LPAREN] = ACTIONS(4048), + [anon_sym_COMMA] = ACTIONS(4048), + [anon_sym_LT] = ACTIONS(4046), + [anon_sym_GT] = ACTIONS(4046), + [anon_sym_where] = ACTIONS(4046), + [anon_sym_object] = ACTIONS(4046), + [anon_sym_fun] = ACTIONS(4046), + [anon_sym_DOT] = ACTIONS(4046), + [anon_sym_SEMI] = ACTIONS(4048), + [anon_sym_get] = ACTIONS(4046), + [anon_sym_set] = ACTIONS(4046), + [anon_sym_this] = ACTIONS(4046), + [anon_sym_super] = ACTIONS(4046), + [anon_sym_STAR] = ACTIONS(4046), + [sym_label] = ACTIONS(4046), + [anon_sym_in] = ACTIONS(4046), + [anon_sym_DOT_DOT] = ACTIONS(4048), + [anon_sym_QMARK_COLON] = ACTIONS(4048), + [anon_sym_AMP_AMP] = ACTIONS(4048), + [anon_sym_PIPE_PIPE] = ACTIONS(4048), + [anon_sym_null] = ACTIONS(4046), + [anon_sym_if] = ACTIONS(4046), + [anon_sym_else] = ACTIONS(4046), + [anon_sym_when] = ACTIONS(4046), + [anon_sym_try] = ACTIONS(4046), + [anon_sym_throw] = ACTIONS(4046), + [anon_sym_return] = ACTIONS(4046), + [anon_sym_continue] = ACTIONS(4046), + [anon_sym_break] = ACTIONS(4046), + [anon_sym_COLON_COLON] = ACTIONS(4048), + [anon_sym_PLUS_EQ] = ACTIONS(4048), + [anon_sym_DASH_EQ] = ACTIONS(4048), + [anon_sym_STAR_EQ] = ACTIONS(4048), + [anon_sym_SLASH_EQ] = ACTIONS(4048), + [anon_sym_PERCENT_EQ] = ACTIONS(4048), + [anon_sym_BANG_EQ] = ACTIONS(4046), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4048), + [anon_sym_EQ_EQ] = ACTIONS(4046), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4048), + [anon_sym_LT_EQ] = ACTIONS(4048), + [anon_sym_GT_EQ] = ACTIONS(4048), + [anon_sym_BANGin] = ACTIONS(4048), + [anon_sym_is] = ACTIONS(4046), + [anon_sym_BANGis] = ACTIONS(4048), + [anon_sym_PLUS] = ACTIONS(4046), + [anon_sym_DASH] = ACTIONS(4046), + [anon_sym_SLASH] = ACTIONS(4046), + [anon_sym_PERCENT] = ACTIONS(4046), + [anon_sym_as_QMARK] = ACTIONS(4048), + [anon_sym_PLUS_PLUS] = ACTIONS(4048), + [anon_sym_DASH_DASH] = ACTIONS(4048), + [anon_sym_BANG] = ACTIONS(4046), + [anon_sym_BANG_BANG] = ACTIONS(4048), + [anon_sym_data] = ACTIONS(4046), + [anon_sym_inner] = ACTIONS(4046), + [anon_sym_value] = ACTIONS(4046), + [anon_sym_expect] = ACTIONS(4046), + [anon_sym_actual] = ACTIONS(4046), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4048), + [anon_sym_continue_AT] = ACTIONS(4048), + [anon_sym_break_AT] = ACTIONS(4048), + [anon_sym_this_AT] = ACTIONS(4048), + [anon_sym_super_AT] = ACTIONS(4048), + [sym_real_literal] = ACTIONS(4048), + [sym_integer_literal] = ACTIONS(4046), + [sym_hex_literal] = ACTIONS(4048), + [sym_bin_literal] = ACTIONS(4048), + [anon_sym_true] = ACTIONS(4046), + [anon_sym_false] = ACTIONS(4046), + [anon_sym_SQUOTE] = ACTIONS(4048), + [sym__backtick_identifier] = ACTIONS(4048), + [sym__automatic_semicolon] = ACTIONS(4048), + [sym_safe_nav] = ACTIONS(4048), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4048), }, - [3138] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5101), - [anon_sym_super_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), + [3108] = { + [sym__alpha_identifier] = ACTIONS(5028), + [anon_sym_AT] = ACTIONS(5030), + [anon_sym_LBRACK] = ACTIONS(5030), + [anon_sym_as] = ACTIONS(5028), + [anon_sym_EQ] = ACTIONS(5028), + [anon_sym_LBRACE] = ACTIONS(5030), + [anon_sym_RBRACE] = ACTIONS(5030), + [anon_sym_LPAREN] = ACTIONS(5030), + [anon_sym_COMMA] = ACTIONS(5030), + [anon_sym_LT] = ACTIONS(5028), + [anon_sym_GT] = ACTIONS(5028), + [anon_sym_where] = ACTIONS(5028), + [anon_sym_object] = ACTIONS(5028), + [anon_sym_fun] = ACTIONS(5028), + [anon_sym_DOT] = ACTIONS(5028), + [anon_sym_SEMI] = ACTIONS(5030), + [anon_sym_get] = ACTIONS(5028), + [anon_sym_set] = ACTIONS(5028), + [anon_sym_this] = ACTIONS(5028), + [anon_sym_super] = ACTIONS(5028), + [anon_sym_STAR] = ACTIONS(5028), + [sym_label] = ACTIONS(5028), + [anon_sym_in] = ACTIONS(5028), + [anon_sym_DOT_DOT] = ACTIONS(5030), + [anon_sym_QMARK_COLON] = ACTIONS(5030), + [anon_sym_AMP_AMP] = ACTIONS(5030), + [anon_sym_PIPE_PIPE] = ACTIONS(5030), + [anon_sym_null] = ACTIONS(5028), + [anon_sym_if] = ACTIONS(5028), + [anon_sym_else] = ACTIONS(5028), + [anon_sym_when] = ACTIONS(5028), + [anon_sym_try] = ACTIONS(5028), + [anon_sym_throw] = ACTIONS(5028), + [anon_sym_return] = ACTIONS(5028), + [anon_sym_continue] = ACTIONS(5028), + [anon_sym_break] = ACTIONS(5028), + [anon_sym_COLON_COLON] = ACTIONS(5030), + [anon_sym_PLUS_EQ] = ACTIONS(5030), + [anon_sym_DASH_EQ] = ACTIONS(5030), + [anon_sym_STAR_EQ] = ACTIONS(5030), + [anon_sym_SLASH_EQ] = ACTIONS(5030), + [anon_sym_PERCENT_EQ] = ACTIONS(5030), + [anon_sym_BANG_EQ] = ACTIONS(5028), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5030), + [anon_sym_EQ_EQ] = ACTIONS(5028), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5030), + [anon_sym_LT_EQ] = ACTIONS(5030), + [anon_sym_GT_EQ] = ACTIONS(5030), + [anon_sym_BANGin] = ACTIONS(5030), + [anon_sym_is] = ACTIONS(5028), + [anon_sym_BANGis] = ACTIONS(5030), + [anon_sym_PLUS] = ACTIONS(5028), + [anon_sym_DASH] = ACTIONS(5028), + [anon_sym_SLASH] = ACTIONS(5028), + [anon_sym_PERCENT] = ACTIONS(5028), + [anon_sym_as_QMARK] = ACTIONS(5030), + [anon_sym_PLUS_PLUS] = ACTIONS(5030), + [anon_sym_DASH_DASH] = ACTIONS(5030), + [anon_sym_BANG] = ACTIONS(5028), + [anon_sym_BANG_BANG] = ACTIONS(5030), + [anon_sym_data] = ACTIONS(5028), + [anon_sym_inner] = ACTIONS(5028), + [anon_sym_value] = ACTIONS(5028), + [anon_sym_expect] = ACTIONS(5028), + [anon_sym_actual] = ACTIONS(5028), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5030), + [anon_sym_continue_AT] = ACTIONS(5030), + [anon_sym_break_AT] = ACTIONS(5030), + [anon_sym_this_AT] = ACTIONS(5030), + [anon_sym_super_AT] = ACTIONS(5030), + [sym_real_literal] = ACTIONS(5030), + [sym_integer_literal] = ACTIONS(5028), + [sym_hex_literal] = ACTIONS(5030), + [sym_bin_literal] = ACTIONS(5030), + [anon_sym_true] = ACTIONS(5028), + [anon_sym_false] = ACTIONS(5028), + [anon_sym_SQUOTE] = ACTIONS(5030), + [sym__backtick_identifier] = ACTIONS(5030), + [sym__automatic_semicolon] = ACTIONS(5030), + [sym_safe_nav] = ACTIONS(5030), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5030), }, - [3139] = { - [sym_type_constraints] = STATE(3361), - [sym_enum_class_body] = STATE(3406), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_RBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_RPAREN] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [anon_sym_DASH_GT] = ACTIONS(4323), - [sym_label] = ACTIONS(4323), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_while] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), + [3109] = { + [sym__alpha_identifier] = ACTIONS(5032), + [anon_sym_AT] = ACTIONS(5034), + [anon_sym_LBRACK] = ACTIONS(5034), + [anon_sym_as] = ACTIONS(5032), + [anon_sym_EQ] = ACTIONS(5032), + [anon_sym_LBRACE] = ACTIONS(5034), + [anon_sym_RBRACE] = ACTIONS(5034), + [anon_sym_LPAREN] = ACTIONS(5034), + [anon_sym_COMMA] = ACTIONS(5034), + [anon_sym_LT] = ACTIONS(5032), + [anon_sym_GT] = ACTIONS(5032), + [anon_sym_where] = ACTIONS(5032), + [anon_sym_object] = ACTIONS(5032), + [anon_sym_fun] = ACTIONS(5032), + [anon_sym_DOT] = ACTIONS(5032), + [anon_sym_SEMI] = ACTIONS(5034), + [anon_sym_get] = ACTIONS(5032), + [anon_sym_set] = ACTIONS(5032), + [anon_sym_this] = ACTIONS(5032), + [anon_sym_super] = ACTIONS(5032), + [anon_sym_STAR] = ACTIONS(5032), + [sym_label] = ACTIONS(5032), + [anon_sym_in] = ACTIONS(5032), + [anon_sym_DOT_DOT] = ACTIONS(5034), + [anon_sym_QMARK_COLON] = ACTIONS(5034), + [anon_sym_AMP_AMP] = ACTIONS(5034), + [anon_sym_PIPE_PIPE] = ACTIONS(5034), + [anon_sym_null] = ACTIONS(5032), + [anon_sym_if] = ACTIONS(5032), + [anon_sym_else] = ACTIONS(5032), + [anon_sym_when] = ACTIONS(5032), + [anon_sym_try] = ACTIONS(5032), + [anon_sym_throw] = ACTIONS(5032), + [anon_sym_return] = ACTIONS(5032), + [anon_sym_continue] = ACTIONS(5032), + [anon_sym_break] = ACTIONS(5032), + [anon_sym_COLON_COLON] = ACTIONS(5034), + [anon_sym_PLUS_EQ] = ACTIONS(5034), + [anon_sym_DASH_EQ] = ACTIONS(5034), + [anon_sym_STAR_EQ] = ACTIONS(5034), + [anon_sym_SLASH_EQ] = ACTIONS(5034), + [anon_sym_PERCENT_EQ] = ACTIONS(5034), + [anon_sym_BANG_EQ] = ACTIONS(5032), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5034), + [anon_sym_EQ_EQ] = ACTIONS(5032), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5034), + [anon_sym_LT_EQ] = ACTIONS(5034), + [anon_sym_GT_EQ] = ACTIONS(5034), + [anon_sym_BANGin] = ACTIONS(5034), + [anon_sym_is] = ACTIONS(5032), + [anon_sym_BANGis] = ACTIONS(5034), + [anon_sym_PLUS] = ACTIONS(5032), + [anon_sym_DASH] = ACTIONS(5032), + [anon_sym_SLASH] = ACTIONS(5032), + [anon_sym_PERCENT] = ACTIONS(5032), + [anon_sym_as_QMARK] = ACTIONS(5034), + [anon_sym_PLUS_PLUS] = ACTIONS(5034), + [anon_sym_DASH_DASH] = ACTIONS(5034), + [anon_sym_BANG] = ACTIONS(5032), + [anon_sym_BANG_BANG] = ACTIONS(5034), + [anon_sym_data] = ACTIONS(5032), + [anon_sym_inner] = ACTIONS(5032), + [anon_sym_value] = ACTIONS(5032), + [anon_sym_expect] = ACTIONS(5032), + [anon_sym_actual] = ACTIONS(5032), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5034), + [anon_sym_continue_AT] = ACTIONS(5034), + [anon_sym_break_AT] = ACTIONS(5034), + [anon_sym_this_AT] = ACTIONS(5034), + [anon_sym_super_AT] = ACTIONS(5034), + [sym_real_literal] = ACTIONS(5034), + [sym_integer_literal] = ACTIONS(5032), + [sym_hex_literal] = ACTIONS(5034), + [sym_bin_literal] = ACTIONS(5034), + [anon_sym_true] = ACTIONS(5032), + [anon_sym_false] = ACTIONS(5032), + [anon_sym_SQUOTE] = ACTIONS(5034), + [sym__backtick_identifier] = ACTIONS(5034), + [sym__automatic_semicolon] = ACTIONS(5034), + [sym_safe_nav] = ACTIONS(5034), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5034), }, - [3140] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5037), - [anon_sym_super_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), + [3110] = { + [sym__alpha_identifier] = ACTIONS(4782), + [anon_sym_AT] = ACTIONS(4784), + [anon_sym_LBRACK] = ACTIONS(4784), + [anon_sym_as] = ACTIONS(4782), + [anon_sym_EQ] = ACTIONS(4782), + [anon_sym_LBRACE] = ACTIONS(4784), + [anon_sym_RBRACE] = ACTIONS(4784), + [anon_sym_LPAREN] = ACTIONS(4784), + [anon_sym_COMMA] = ACTIONS(4784), + [anon_sym_LT] = ACTIONS(4782), + [anon_sym_GT] = ACTIONS(4782), + [anon_sym_where] = ACTIONS(4782), + [anon_sym_object] = ACTIONS(4782), + [anon_sym_fun] = ACTIONS(4782), + [anon_sym_DOT] = ACTIONS(4782), + [anon_sym_SEMI] = ACTIONS(4784), + [anon_sym_get] = ACTIONS(4782), + [anon_sym_set] = ACTIONS(4782), + [anon_sym_this] = ACTIONS(4782), + [anon_sym_super] = ACTIONS(4782), + [anon_sym_STAR] = ACTIONS(4782), + [sym_label] = ACTIONS(4782), + [anon_sym_in] = ACTIONS(4782), + [anon_sym_DOT_DOT] = ACTIONS(4784), + [anon_sym_QMARK_COLON] = ACTIONS(4784), + [anon_sym_AMP_AMP] = ACTIONS(4784), + [anon_sym_PIPE_PIPE] = ACTIONS(4784), + [anon_sym_null] = ACTIONS(4782), + [anon_sym_if] = ACTIONS(4782), + [anon_sym_else] = ACTIONS(4782), + [anon_sym_when] = ACTIONS(4782), + [anon_sym_try] = ACTIONS(4782), + [anon_sym_throw] = ACTIONS(4782), + [anon_sym_return] = ACTIONS(4782), + [anon_sym_continue] = ACTIONS(4782), + [anon_sym_break] = ACTIONS(4782), + [anon_sym_COLON_COLON] = ACTIONS(4784), + [anon_sym_PLUS_EQ] = ACTIONS(4784), + [anon_sym_DASH_EQ] = ACTIONS(4784), + [anon_sym_STAR_EQ] = ACTIONS(4784), + [anon_sym_SLASH_EQ] = ACTIONS(4784), + [anon_sym_PERCENT_EQ] = ACTIONS(4784), + [anon_sym_BANG_EQ] = ACTIONS(4782), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4784), + [anon_sym_EQ_EQ] = ACTIONS(4782), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4784), + [anon_sym_LT_EQ] = ACTIONS(4784), + [anon_sym_GT_EQ] = ACTIONS(4784), + [anon_sym_BANGin] = ACTIONS(4784), + [anon_sym_is] = ACTIONS(4782), + [anon_sym_BANGis] = ACTIONS(4784), + [anon_sym_PLUS] = ACTIONS(4782), + [anon_sym_DASH] = ACTIONS(4782), + [anon_sym_SLASH] = ACTIONS(4782), + [anon_sym_PERCENT] = ACTIONS(4782), + [anon_sym_as_QMARK] = ACTIONS(4784), + [anon_sym_PLUS_PLUS] = ACTIONS(4784), + [anon_sym_DASH_DASH] = ACTIONS(4784), + [anon_sym_BANG] = ACTIONS(4782), + [anon_sym_BANG_BANG] = ACTIONS(4784), + [anon_sym_data] = ACTIONS(4782), + [anon_sym_inner] = ACTIONS(4782), + [anon_sym_value] = ACTIONS(4782), + [anon_sym_expect] = ACTIONS(4782), + [anon_sym_actual] = ACTIONS(4782), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4784), + [anon_sym_continue_AT] = ACTIONS(4784), + [anon_sym_break_AT] = ACTIONS(4784), + [anon_sym_this_AT] = ACTIONS(4784), + [anon_sym_super_AT] = ACTIONS(4784), + [sym_real_literal] = ACTIONS(4784), + [sym_integer_literal] = ACTIONS(4782), + [sym_hex_literal] = ACTIONS(4784), + [sym_bin_literal] = ACTIONS(4784), + [anon_sym_true] = ACTIONS(4782), + [anon_sym_false] = ACTIONS(4782), + [anon_sym_SQUOTE] = ACTIONS(4784), + [sym__backtick_identifier] = ACTIONS(4784), + [sym__automatic_semicolon] = ACTIONS(4784), + [sym_safe_nav] = ACTIONS(4784), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4784), }, - [3141] = { - [sym__alpha_identifier] = ACTIONS(4892), - [anon_sym_AT] = ACTIONS(4894), - [anon_sym_LBRACK] = ACTIONS(4894), - [anon_sym_as] = ACTIONS(4892), - [anon_sym_EQ] = ACTIONS(4892), - [anon_sym_LBRACE] = ACTIONS(4894), - [anon_sym_RBRACE] = ACTIONS(4894), - [anon_sym_LPAREN] = ACTIONS(6667), - [anon_sym_COMMA] = ACTIONS(4894), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym_GT] = ACTIONS(4892), - [anon_sym_where] = ACTIONS(4892), - [anon_sym_object] = ACTIONS(4892), - [anon_sym_fun] = ACTIONS(4892), - [anon_sym_DOT] = ACTIONS(4892), - [anon_sym_SEMI] = ACTIONS(4894), - [anon_sym_get] = ACTIONS(4892), - [anon_sym_set] = ACTIONS(4892), - [anon_sym_this] = ACTIONS(4892), - [anon_sym_super] = ACTIONS(4892), - [anon_sym_STAR] = ACTIONS(4892), - [sym_label] = ACTIONS(4892), - [anon_sym_in] = ACTIONS(4892), - [anon_sym_DOT_DOT] = ACTIONS(4894), - [anon_sym_QMARK_COLON] = ACTIONS(4894), - [anon_sym_AMP_AMP] = ACTIONS(4894), - [anon_sym_PIPE_PIPE] = ACTIONS(4894), - [anon_sym_null] = ACTIONS(4892), - [anon_sym_if] = ACTIONS(4892), - [anon_sym_else] = ACTIONS(4892), - [anon_sym_when] = ACTIONS(4892), - [anon_sym_try] = ACTIONS(4892), - [anon_sym_throw] = ACTIONS(4892), - [anon_sym_return] = ACTIONS(4892), - [anon_sym_continue] = ACTIONS(4892), - [anon_sym_break] = ACTIONS(4892), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_PLUS_EQ] = ACTIONS(4894), - [anon_sym_DASH_EQ] = ACTIONS(4894), - [anon_sym_STAR_EQ] = ACTIONS(4894), - [anon_sym_SLASH_EQ] = ACTIONS(4894), - [anon_sym_PERCENT_EQ] = ACTIONS(4894), - [anon_sym_BANG_EQ] = ACTIONS(4892), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4894), - [anon_sym_EQ_EQ] = ACTIONS(4892), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4894), - [anon_sym_LT_EQ] = ACTIONS(4894), - [anon_sym_GT_EQ] = ACTIONS(4894), - [anon_sym_BANGin] = ACTIONS(4894), - [anon_sym_is] = ACTIONS(4892), - [anon_sym_BANGis] = ACTIONS(4894), - [anon_sym_PLUS] = ACTIONS(4892), - [anon_sym_DASH] = ACTIONS(4892), - [anon_sym_SLASH] = ACTIONS(4892), - [anon_sym_PERCENT] = ACTIONS(4892), - [anon_sym_as_QMARK] = ACTIONS(4894), - [anon_sym_PLUS_PLUS] = ACTIONS(4894), - [anon_sym_DASH_DASH] = ACTIONS(4894), - [anon_sym_BANG] = ACTIONS(4892), - [anon_sym_BANG_BANG] = ACTIONS(4894), - [anon_sym_data] = ACTIONS(4892), - [anon_sym_inner] = ACTIONS(4892), - [anon_sym_value] = ACTIONS(4892), - [anon_sym_expect] = ACTIONS(4892), - [anon_sym_actual] = ACTIONS(4892), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4894), - [anon_sym_continue_AT] = ACTIONS(4894), - [anon_sym_break_AT] = ACTIONS(4894), - [anon_sym_this_AT] = ACTIONS(4894), - [anon_sym_super_AT] = ACTIONS(4894), - [sym_real_literal] = ACTIONS(4894), - [sym_integer_literal] = ACTIONS(4892), - [sym_hex_literal] = ACTIONS(4894), - [sym_bin_literal] = ACTIONS(4894), - [anon_sym_true] = ACTIONS(4892), - [anon_sym_false] = ACTIONS(4892), - [anon_sym_SQUOTE] = ACTIONS(4894), - [sym__backtick_identifier] = ACTIONS(4894), - [sym__automatic_semicolon] = ACTIONS(4894), - [sym_safe_nav] = ACTIONS(4894), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4894), + [3111] = { + [sym__alpha_identifier] = ACTIONS(5040), + [anon_sym_AT] = ACTIONS(5042), + [anon_sym_LBRACK] = ACTIONS(5042), + [anon_sym_as] = ACTIONS(5040), + [anon_sym_EQ] = ACTIONS(5040), + [anon_sym_LBRACE] = ACTIONS(5042), + [anon_sym_RBRACE] = ACTIONS(5042), + [anon_sym_LPAREN] = ACTIONS(5042), + [anon_sym_COMMA] = ACTIONS(5042), + [anon_sym_LT] = ACTIONS(5040), + [anon_sym_GT] = ACTIONS(5040), + [anon_sym_where] = ACTIONS(5040), + [anon_sym_object] = ACTIONS(5040), + [anon_sym_fun] = ACTIONS(5040), + [anon_sym_DOT] = ACTIONS(5040), + [anon_sym_SEMI] = ACTIONS(5042), + [anon_sym_get] = ACTIONS(5040), + [anon_sym_set] = ACTIONS(5040), + [anon_sym_this] = ACTIONS(5040), + [anon_sym_super] = ACTIONS(5040), + [anon_sym_STAR] = ACTIONS(5040), + [sym_label] = ACTIONS(5040), + [anon_sym_in] = ACTIONS(5040), + [anon_sym_DOT_DOT] = ACTIONS(5042), + [anon_sym_QMARK_COLON] = ACTIONS(5042), + [anon_sym_AMP_AMP] = ACTIONS(5042), + [anon_sym_PIPE_PIPE] = ACTIONS(5042), + [anon_sym_null] = ACTIONS(5040), + [anon_sym_if] = ACTIONS(5040), + [anon_sym_else] = ACTIONS(5040), + [anon_sym_when] = ACTIONS(5040), + [anon_sym_try] = ACTIONS(5040), + [anon_sym_throw] = ACTIONS(5040), + [anon_sym_return] = ACTIONS(5040), + [anon_sym_continue] = ACTIONS(5040), + [anon_sym_break] = ACTIONS(5040), + [anon_sym_COLON_COLON] = ACTIONS(5042), + [anon_sym_PLUS_EQ] = ACTIONS(5042), + [anon_sym_DASH_EQ] = ACTIONS(5042), + [anon_sym_STAR_EQ] = ACTIONS(5042), + [anon_sym_SLASH_EQ] = ACTIONS(5042), + [anon_sym_PERCENT_EQ] = ACTIONS(5042), + [anon_sym_BANG_EQ] = ACTIONS(5040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5042), + [anon_sym_EQ_EQ] = ACTIONS(5040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5042), + [anon_sym_LT_EQ] = ACTIONS(5042), + [anon_sym_GT_EQ] = ACTIONS(5042), + [anon_sym_BANGin] = ACTIONS(5042), + [anon_sym_is] = ACTIONS(5040), + [anon_sym_BANGis] = ACTIONS(5042), + [anon_sym_PLUS] = ACTIONS(5040), + [anon_sym_DASH] = ACTIONS(5040), + [anon_sym_SLASH] = ACTIONS(5040), + [anon_sym_PERCENT] = ACTIONS(5040), + [anon_sym_as_QMARK] = ACTIONS(5042), + [anon_sym_PLUS_PLUS] = ACTIONS(5042), + [anon_sym_DASH_DASH] = ACTIONS(5042), + [anon_sym_BANG] = ACTIONS(5040), + [anon_sym_BANG_BANG] = ACTIONS(5042), + [anon_sym_data] = ACTIONS(5040), + [anon_sym_inner] = ACTIONS(5040), + [anon_sym_value] = ACTIONS(5040), + [anon_sym_expect] = ACTIONS(5040), + [anon_sym_actual] = ACTIONS(5040), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5042), + [anon_sym_continue_AT] = ACTIONS(5042), + [anon_sym_break_AT] = ACTIONS(5042), + [anon_sym_this_AT] = ACTIONS(5042), + [anon_sym_super_AT] = ACTIONS(5042), + [sym_real_literal] = ACTIONS(5042), + [sym_integer_literal] = ACTIONS(5040), + [sym_hex_literal] = ACTIONS(5042), + [sym_bin_literal] = ACTIONS(5042), + [anon_sym_true] = ACTIONS(5040), + [anon_sym_false] = ACTIONS(5040), + [anon_sym_SQUOTE] = ACTIONS(5042), + [sym__backtick_identifier] = ACTIONS(5042), + [sym__automatic_semicolon] = ACTIONS(5042), + [sym_safe_nav] = ACTIONS(5042), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5042), }, - [3142] = { - [sym_class_body] = STATE(3494), - [sym_type_constraints] = STATE(3362), - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_RBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_RPAREN] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [anon_sym_DASH_GT] = ACTIONS(4465), - [sym_label] = ACTIONS(4465), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_while] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_suspend] = ACTIONS(4463), - [anon_sym_sealed] = ACTIONS(4463), - [anon_sym_annotation] = ACTIONS(4463), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_override] = ACTIONS(4463), - [anon_sym_lateinit] = ACTIONS(4463), - [anon_sym_public] = ACTIONS(4463), - [anon_sym_private] = ACTIONS(4463), - [anon_sym_internal] = ACTIONS(4463), - [anon_sym_protected] = ACTIONS(4463), - [anon_sym_tailrec] = ACTIONS(4463), - [anon_sym_operator] = ACTIONS(4463), - [anon_sym_infix] = ACTIONS(4463), - [anon_sym_inline] = ACTIONS(4463), - [anon_sym_external] = ACTIONS(4463), - [sym_property_modifier] = ACTIONS(4463), - [anon_sym_abstract] = ACTIONS(4463), - [anon_sym_final] = ACTIONS(4463), - [anon_sym_open] = ACTIONS(4463), - [anon_sym_vararg] = ACTIONS(4463), - [anon_sym_noinline] = ACTIONS(4463), - [anon_sym_crossinline] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), - [sym_multiline_comment] = ACTIONS(3), + [3112] = { + [sym__alpha_identifier] = ACTIONS(5044), + [anon_sym_AT] = ACTIONS(5046), + [anon_sym_LBRACK] = ACTIONS(5046), + [anon_sym_as] = ACTIONS(5044), + [anon_sym_EQ] = ACTIONS(5044), + [anon_sym_LBRACE] = ACTIONS(5046), + [anon_sym_RBRACE] = ACTIONS(5046), + [anon_sym_LPAREN] = ACTIONS(5046), + [anon_sym_COMMA] = ACTIONS(5046), + [anon_sym_LT] = ACTIONS(5044), + [anon_sym_GT] = ACTIONS(5044), + [anon_sym_where] = ACTIONS(5044), + [anon_sym_object] = ACTIONS(5044), + [anon_sym_fun] = ACTIONS(5044), + [anon_sym_DOT] = ACTIONS(5044), + [anon_sym_SEMI] = ACTIONS(5046), + [anon_sym_get] = ACTIONS(5044), + [anon_sym_set] = ACTIONS(5044), + [anon_sym_this] = ACTIONS(5044), + [anon_sym_super] = ACTIONS(5044), + [anon_sym_STAR] = ACTIONS(5044), + [sym_label] = ACTIONS(5044), + [anon_sym_in] = ACTIONS(5044), + [anon_sym_DOT_DOT] = ACTIONS(5046), + [anon_sym_QMARK_COLON] = ACTIONS(5046), + [anon_sym_AMP_AMP] = ACTIONS(5046), + [anon_sym_PIPE_PIPE] = ACTIONS(5046), + [anon_sym_null] = ACTIONS(5044), + [anon_sym_if] = ACTIONS(5044), + [anon_sym_else] = ACTIONS(5044), + [anon_sym_when] = ACTIONS(5044), + [anon_sym_try] = ACTIONS(5044), + [anon_sym_throw] = ACTIONS(5044), + [anon_sym_return] = ACTIONS(5044), + [anon_sym_continue] = ACTIONS(5044), + [anon_sym_break] = ACTIONS(5044), + [anon_sym_COLON_COLON] = ACTIONS(5046), + [anon_sym_PLUS_EQ] = ACTIONS(5046), + [anon_sym_DASH_EQ] = ACTIONS(5046), + [anon_sym_STAR_EQ] = ACTIONS(5046), + [anon_sym_SLASH_EQ] = ACTIONS(5046), + [anon_sym_PERCENT_EQ] = ACTIONS(5046), + [anon_sym_BANG_EQ] = ACTIONS(5044), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5046), + [anon_sym_EQ_EQ] = ACTIONS(5044), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5046), + [anon_sym_LT_EQ] = ACTIONS(5046), + [anon_sym_GT_EQ] = ACTIONS(5046), + [anon_sym_BANGin] = ACTIONS(5046), + [anon_sym_is] = ACTIONS(5044), + [anon_sym_BANGis] = ACTIONS(5046), + [anon_sym_PLUS] = ACTIONS(5044), + [anon_sym_DASH] = ACTIONS(5044), + [anon_sym_SLASH] = ACTIONS(5044), + [anon_sym_PERCENT] = ACTIONS(5044), + [anon_sym_as_QMARK] = ACTIONS(5046), + [anon_sym_PLUS_PLUS] = ACTIONS(5046), + [anon_sym_DASH_DASH] = ACTIONS(5046), + [anon_sym_BANG] = ACTIONS(5044), + [anon_sym_BANG_BANG] = ACTIONS(5046), + [anon_sym_data] = ACTIONS(5044), + [anon_sym_inner] = ACTIONS(5044), + [anon_sym_value] = ACTIONS(5044), + [anon_sym_expect] = ACTIONS(5044), + [anon_sym_actual] = ACTIONS(5044), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5046), + [anon_sym_continue_AT] = ACTIONS(5046), + [anon_sym_break_AT] = ACTIONS(5046), + [anon_sym_this_AT] = ACTIONS(5046), + [anon_sym_super_AT] = ACTIONS(5046), + [sym_real_literal] = ACTIONS(5046), + [sym_integer_literal] = ACTIONS(5044), + [sym_hex_literal] = ACTIONS(5046), + [sym_bin_literal] = ACTIONS(5046), + [anon_sym_true] = ACTIONS(5044), + [anon_sym_false] = ACTIONS(5044), + [anon_sym_SQUOTE] = ACTIONS(5046), + [sym__backtick_identifier] = ACTIONS(5046), + [sym__automatic_semicolon] = ACTIONS(5046), + [sym_safe_nav] = ACTIONS(5046), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5046), }, - [3143] = { - [sym__alpha_identifier] = ACTIONS(4874), - [anon_sym_AT] = ACTIONS(4876), - [anon_sym_LBRACK] = ACTIONS(4876), - [anon_sym_as] = ACTIONS(4874), - [anon_sym_EQ] = ACTIONS(4874), - [anon_sym_LBRACE] = ACTIONS(4876), - [anon_sym_RBRACE] = ACTIONS(4876), - [anon_sym_LPAREN] = ACTIONS(6669), - [anon_sym_COMMA] = ACTIONS(4876), - [anon_sym_LT] = ACTIONS(4874), - [anon_sym_GT] = ACTIONS(4874), - [anon_sym_where] = ACTIONS(4874), - [anon_sym_object] = ACTIONS(4874), - [anon_sym_fun] = ACTIONS(4874), - [anon_sym_DOT] = ACTIONS(4874), - [anon_sym_SEMI] = ACTIONS(4876), - [anon_sym_get] = ACTIONS(4874), - [anon_sym_set] = ACTIONS(4874), - [anon_sym_this] = ACTIONS(4874), - [anon_sym_super] = ACTIONS(4874), - [anon_sym_STAR] = ACTIONS(4874), - [sym_label] = ACTIONS(4874), - [anon_sym_in] = ACTIONS(4874), - [anon_sym_DOT_DOT] = ACTIONS(4876), - [anon_sym_QMARK_COLON] = ACTIONS(4876), - [anon_sym_AMP_AMP] = ACTIONS(4876), - [anon_sym_PIPE_PIPE] = ACTIONS(4876), - [anon_sym_null] = ACTIONS(4874), - [anon_sym_if] = ACTIONS(4874), - [anon_sym_else] = ACTIONS(4874), - [anon_sym_when] = ACTIONS(4874), - [anon_sym_try] = ACTIONS(4874), - [anon_sym_throw] = ACTIONS(4874), - [anon_sym_return] = ACTIONS(4874), - [anon_sym_continue] = ACTIONS(4874), - [anon_sym_break] = ACTIONS(4874), - [anon_sym_COLON_COLON] = ACTIONS(4876), - [anon_sym_PLUS_EQ] = ACTIONS(4876), - [anon_sym_DASH_EQ] = ACTIONS(4876), - [anon_sym_STAR_EQ] = ACTIONS(4876), - [anon_sym_SLASH_EQ] = ACTIONS(4876), - [anon_sym_PERCENT_EQ] = ACTIONS(4876), - [anon_sym_BANG_EQ] = ACTIONS(4874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4876), - [anon_sym_EQ_EQ] = ACTIONS(4874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4876), - [anon_sym_LT_EQ] = ACTIONS(4876), - [anon_sym_GT_EQ] = ACTIONS(4876), - [anon_sym_BANGin] = ACTIONS(4876), - [anon_sym_is] = ACTIONS(4874), - [anon_sym_BANGis] = ACTIONS(4876), - [anon_sym_PLUS] = ACTIONS(4874), - [anon_sym_DASH] = ACTIONS(4874), - [anon_sym_SLASH] = ACTIONS(4874), - [anon_sym_PERCENT] = ACTIONS(4874), - [anon_sym_as_QMARK] = ACTIONS(4876), - [anon_sym_PLUS_PLUS] = ACTIONS(4876), - [anon_sym_DASH_DASH] = ACTIONS(4876), - [anon_sym_BANG] = ACTIONS(4874), - [anon_sym_BANG_BANG] = ACTIONS(4876), - [anon_sym_data] = ACTIONS(4874), - [anon_sym_inner] = ACTIONS(4874), - [anon_sym_value] = ACTIONS(4874), - [anon_sym_expect] = ACTIONS(4874), - [anon_sym_actual] = ACTIONS(4874), + [3113] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4281), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4284), + [anon_sym_LPAREN] = ACTIONS(6630), + [anon_sym_COMMA] = ACTIONS(4284), + [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(4284), + [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(4284), + [anon_sym_QMARK_COLON] = ACTIONS(4284), + [anon_sym_AMP_AMP] = ACTIONS(4284), + [anon_sym_PIPE_PIPE] = ACTIONS(4284), + [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(4284), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(4281), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), + [anon_sym_EQ_EQ] = ACTIONS(4281), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), + [anon_sym_LT_EQ] = ACTIONS(4284), + [anon_sym_GT_EQ] = ACTIONS(4284), + [anon_sym_BANGin] = ACTIONS(4284), + [anon_sym_is] = ACTIONS(4281), + [anon_sym_BANGis] = ACTIONS(4284), + [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(4284), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(4281), + [anon_sym_BANG_BANG] = ACTIONS(4284), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4876), - [anon_sym_continue_AT] = ACTIONS(4876), - [anon_sym_break_AT] = ACTIONS(4876), - [anon_sym_this_AT] = ACTIONS(4876), - [anon_sym_super_AT] = ACTIONS(4876), - [sym_real_literal] = ACTIONS(4876), - [sym_integer_literal] = ACTIONS(4874), - [sym_hex_literal] = ACTIONS(4876), - [sym_bin_literal] = ACTIONS(4876), - [anon_sym_true] = ACTIONS(4874), - [anon_sym_false] = ACTIONS(4874), - [anon_sym_SQUOTE] = ACTIONS(4876), - [sym__backtick_identifier] = ACTIONS(4876), - [sym__automatic_semicolon] = ACTIONS(4876), - [sym_safe_nav] = ACTIONS(4876), + [anon_sym_return_AT] = ACTIONS(4284), + [anon_sym_continue_AT] = ACTIONS(4284), + [anon_sym_break_AT] = ACTIONS(4284), + [anon_sym_this_AT] = ACTIONS(4284), + [anon_sym_super_AT] = ACTIONS(4284), + [sym_real_literal] = ACTIONS(4284), + [sym_integer_literal] = ACTIONS(4281), + [sym_hex_literal] = ACTIONS(4284), + [sym_bin_literal] = ACTIONS(4284), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [anon_sym_SQUOTE] = ACTIONS(4284), + [sym__backtick_identifier] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4284), + [sym_safe_nav] = ACTIONS(4284), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4876), + [sym__string_start] = ACTIONS(4284), }, - [3144] = { - [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(4844), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4844), - [anon_sym_super_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), + [3114] = { + [sym__alpha_identifier] = ACTIONS(5127), + [anon_sym_AT] = ACTIONS(5129), + [anon_sym_LBRACK] = ACTIONS(5129), + [anon_sym_as] = ACTIONS(5127), + [anon_sym_EQ] = ACTIONS(5127), + [anon_sym_LBRACE] = ACTIONS(5129), + [anon_sym_RBRACE] = ACTIONS(5129), + [anon_sym_LPAREN] = ACTIONS(5129), + [anon_sym_COMMA] = ACTIONS(5129), + [anon_sym_LT] = ACTIONS(5127), + [anon_sym_GT] = ACTIONS(5127), + [anon_sym_where] = ACTIONS(5127), + [anon_sym_object] = ACTIONS(5127), + [anon_sym_fun] = ACTIONS(5127), + [anon_sym_DOT] = ACTIONS(5127), + [anon_sym_SEMI] = ACTIONS(5129), + [anon_sym_get] = ACTIONS(5127), + [anon_sym_set] = ACTIONS(5127), + [anon_sym_this] = ACTIONS(5127), + [anon_sym_super] = ACTIONS(5127), + [anon_sym_STAR] = ACTIONS(5127), + [sym_label] = ACTIONS(5127), + [anon_sym_in] = ACTIONS(5127), + [anon_sym_DOT_DOT] = ACTIONS(5129), + [anon_sym_QMARK_COLON] = ACTIONS(5129), + [anon_sym_AMP_AMP] = ACTIONS(5129), + [anon_sym_PIPE_PIPE] = ACTIONS(5129), + [anon_sym_null] = ACTIONS(5127), + [anon_sym_if] = ACTIONS(5127), + [anon_sym_else] = ACTIONS(5127), + [anon_sym_when] = ACTIONS(5127), + [anon_sym_try] = ACTIONS(5127), + [anon_sym_throw] = ACTIONS(5127), + [anon_sym_return] = ACTIONS(5127), + [anon_sym_continue] = ACTIONS(5127), + [anon_sym_break] = ACTIONS(5127), + [anon_sym_COLON_COLON] = ACTIONS(5129), + [anon_sym_PLUS_EQ] = ACTIONS(5129), + [anon_sym_DASH_EQ] = ACTIONS(5129), + [anon_sym_STAR_EQ] = ACTIONS(5129), + [anon_sym_SLASH_EQ] = ACTIONS(5129), + [anon_sym_PERCENT_EQ] = ACTIONS(5129), + [anon_sym_BANG_EQ] = ACTIONS(5127), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5129), + [anon_sym_EQ_EQ] = ACTIONS(5127), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5129), + [anon_sym_LT_EQ] = ACTIONS(5129), + [anon_sym_GT_EQ] = ACTIONS(5129), + [anon_sym_BANGin] = ACTIONS(5129), + [anon_sym_is] = ACTIONS(5127), + [anon_sym_BANGis] = ACTIONS(5129), + [anon_sym_PLUS] = ACTIONS(5127), + [anon_sym_DASH] = ACTIONS(5127), + [anon_sym_SLASH] = ACTIONS(5127), + [anon_sym_PERCENT] = ACTIONS(5127), + [anon_sym_as_QMARK] = ACTIONS(5129), + [anon_sym_PLUS_PLUS] = ACTIONS(5129), + [anon_sym_DASH_DASH] = ACTIONS(5129), + [anon_sym_BANG] = ACTIONS(5127), + [anon_sym_BANG_BANG] = ACTIONS(5129), + [anon_sym_data] = ACTIONS(5127), + [anon_sym_inner] = ACTIONS(5127), + [anon_sym_value] = ACTIONS(5127), + [anon_sym_expect] = ACTIONS(5127), + [anon_sym_actual] = ACTIONS(5127), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5129), + [anon_sym_continue_AT] = ACTIONS(5129), + [anon_sym_break_AT] = ACTIONS(5129), + [anon_sym_this_AT] = ACTIONS(5129), + [anon_sym_super_AT] = ACTIONS(5129), + [sym_real_literal] = ACTIONS(5129), + [sym_integer_literal] = ACTIONS(5127), + [sym_hex_literal] = ACTIONS(5129), + [sym_bin_literal] = ACTIONS(5129), + [anon_sym_true] = ACTIONS(5127), + [anon_sym_false] = ACTIONS(5127), + [anon_sym_SQUOTE] = ACTIONS(5129), + [sym__backtick_identifier] = ACTIONS(5129), + [sym__automatic_semicolon] = ACTIONS(5129), + [sym_safe_nav] = ACTIONS(5129), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5129), }, - [3145] = { - [sym__alpha_identifier] = ACTIONS(4289), - [anon_sym_AT] = ACTIONS(4287), - [anon_sym_LBRACK] = ACTIONS(4287), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_EQ] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4287), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(6671), - [anon_sym_COMMA] = ACTIONS(4287), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_where] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4289), - [anon_sym_fun] = ACTIONS(4289), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4289), - [anon_sym_set] = ACTIONS(4289), - [anon_sym_this] = ACTIONS(4289), - [anon_sym_super] = ACTIONS(4289), - [anon_sym_STAR] = ACTIONS(4289), - [sym_label] = ACTIONS(4289), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4289), - [anon_sym_if] = ACTIONS(4289), - [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4289), - [anon_sym_try] = ACTIONS(4289), - [anon_sym_throw] = ACTIONS(4289), - [anon_sym_return] = ACTIONS(4289), - [anon_sym_continue] = ACTIONS(4289), - [anon_sym_break] = ACTIONS(4289), - [anon_sym_COLON_COLON] = ACTIONS(4287), - [anon_sym_PLUS_EQ] = ACTIONS(4287), - [anon_sym_DASH_EQ] = ACTIONS(4287), - [anon_sym_STAR_EQ] = ACTIONS(4287), - [anon_sym_SLASH_EQ] = ACTIONS(4287), - [anon_sym_PERCENT_EQ] = ACTIONS(4287), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4289), - [anon_sym_DASH] = ACTIONS(4289), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4289), - [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4287), - [anon_sym_DASH_DASH] = ACTIONS(4287), - [anon_sym_BANG] = ACTIONS(4289), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_data] = ACTIONS(4289), - [anon_sym_inner] = ACTIONS(4289), - [anon_sym_value] = ACTIONS(4289), - [anon_sym_expect] = ACTIONS(4289), - [anon_sym_actual] = ACTIONS(4289), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4287), - [anon_sym_continue_AT] = ACTIONS(4287), - [anon_sym_break_AT] = ACTIONS(4287), - [anon_sym_this_AT] = ACTIONS(4287), - [anon_sym_super_AT] = ACTIONS(4287), - [sym_real_literal] = ACTIONS(4287), - [sym_integer_literal] = ACTIONS(4289), - [sym_hex_literal] = ACTIONS(4287), - [sym_bin_literal] = ACTIONS(4287), - [anon_sym_true] = ACTIONS(4289), - [anon_sym_false] = ACTIONS(4289), - [anon_sym_SQUOTE] = ACTIONS(4287), - [sym__backtick_identifier] = ACTIONS(4287), - [sym__automatic_semicolon] = ACTIONS(4287), - [sym_safe_nav] = ACTIONS(4287), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4287), + [3115] = { + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4597), + [anon_sym_super_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), }, - [3146] = { - [sym__alpha_identifier] = ACTIONS(4267), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(6673), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4267), - [anon_sym_fun] = ACTIONS(4267), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4267), - [anon_sym_set] = ACTIONS(4267), - [anon_sym_this] = ACTIONS(4267), - [anon_sym_super] = ACTIONS(4267), - [anon_sym_STAR] = ACTIONS(4267), - [sym_label] = ACTIONS(4267), - [anon_sym_in] = ACTIONS(4267), - [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(4267), - [anon_sym_if] = ACTIONS(4267), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4267), - [anon_sym_try] = ACTIONS(4267), - [anon_sym_throw] = ACTIONS(4267), - [anon_sym_return] = ACTIONS(4267), - [anon_sym_continue] = ACTIONS(4267), - [anon_sym_break] = ACTIONS(4267), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4267), - [anon_sym_DASH] = ACTIONS(4267), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4265), - [anon_sym_DASH_DASH] = ACTIONS(4265), - [anon_sym_BANG] = ACTIONS(4267), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_data] = ACTIONS(4267), - [anon_sym_inner] = ACTIONS(4267), - [anon_sym_value] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4267), - [anon_sym_actual] = ACTIONS(4267), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4265), - [anon_sym_continue_AT] = ACTIONS(4265), - [anon_sym_break_AT] = ACTIONS(4265), - [anon_sym_this_AT] = ACTIONS(4265), - [anon_sym_super_AT] = ACTIONS(4265), - [sym_real_literal] = ACTIONS(4265), - [sym_integer_literal] = ACTIONS(4267), - [sym_hex_literal] = ACTIONS(4265), - [sym_bin_literal] = ACTIONS(4265), - [anon_sym_true] = ACTIONS(4267), - [anon_sym_false] = ACTIONS(4267), - [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), + [3116] = { + [sym__alpha_identifier] = ACTIONS(4343), + [anon_sym_AT] = ACTIONS(4345), + [anon_sym_LBRACK] = ACTIONS(4345), + [anon_sym_as] = ACTIONS(4343), + [anon_sym_EQ] = ACTIONS(4343), + [anon_sym_LBRACE] = ACTIONS(4345), + [anon_sym_RBRACE] = ACTIONS(4345), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_COMMA] = ACTIONS(4345), + [anon_sym_LT] = ACTIONS(4343), + [anon_sym_GT] = ACTIONS(4343), + [anon_sym_where] = ACTIONS(4343), + [anon_sym_object] = ACTIONS(4343), + [anon_sym_fun] = ACTIONS(4343), + [anon_sym_DOT] = ACTIONS(4343), + [anon_sym_SEMI] = ACTIONS(4345), + [anon_sym_get] = ACTIONS(4343), + [anon_sym_set] = ACTIONS(4343), + [anon_sym_this] = ACTIONS(4343), + [anon_sym_super] = ACTIONS(4343), + [anon_sym_STAR] = ACTIONS(4343), + [sym_label] = ACTIONS(4343), + [anon_sym_in] = ACTIONS(4343), + [anon_sym_DOT_DOT] = ACTIONS(4345), + [anon_sym_QMARK_COLON] = ACTIONS(4345), + [anon_sym_AMP_AMP] = ACTIONS(4345), + [anon_sym_PIPE_PIPE] = ACTIONS(4345), + [anon_sym_null] = ACTIONS(4343), + [anon_sym_if] = ACTIONS(4343), + [anon_sym_else] = ACTIONS(4343), + [anon_sym_when] = ACTIONS(4343), + [anon_sym_try] = ACTIONS(4343), + [anon_sym_throw] = ACTIONS(4343), + [anon_sym_return] = ACTIONS(4343), + [anon_sym_continue] = ACTIONS(4343), + [anon_sym_break] = ACTIONS(4343), + [anon_sym_COLON_COLON] = ACTIONS(4345), + [anon_sym_PLUS_EQ] = ACTIONS(4345), + [anon_sym_DASH_EQ] = ACTIONS(4345), + [anon_sym_STAR_EQ] = ACTIONS(4345), + [anon_sym_SLASH_EQ] = ACTIONS(4345), + [anon_sym_PERCENT_EQ] = ACTIONS(4345), + [anon_sym_BANG_EQ] = ACTIONS(4343), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4345), + [anon_sym_EQ_EQ] = ACTIONS(4343), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4345), + [anon_sym_LT_EQ] = ACTIONS(4345), + [anon_sym_GT_EQ] = ACTIONS(4345), + [anon_sym_BANGin] = ACTIONS(4345), + [anon_sym_is] = ACTIONS(4343), + [anon_sym_BANGis] = ACTIONS(4345), + [anon_sym_PLUS] = ACTIONS(4343), + [anon_sym_DASH] = ACTIONS(4343), + [anon_sym_SLASH] = ACTIONS(4343), + [anon_sym_PERCENT] = ACTIONS(4343), + [anon_sym_as_QMARK] = ACTIONS(4345), + [anon_sym_PLUS_PLUS] = ACTIONS(4345), + [anon_sym_DASH_DASH] = ACTIONS(4345), + [anon_sym_BANG] = ACTIONS(4343), + [anon_sym_BANG_BANG] = ACTIONS(4345), + [anon_sym_data] = ACTIONS(4343), + [anon_sym_inner] = ACTIONS(4343), + [anon_sym_value] = ACTIONS(4343), + [anon_sym_expect] = ACTIONS(4343), + [anon_sym_actual] = ACTIONS(4343), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4345), + [anon_sym_continue_AT] = ACTIONS(4345), + [anon_sym_break_AT] = ACTIONS(4345), + [anon_sym_this_AT] = ACTIONS(4345), + [anon_sym_super_AT] = ACTIONS(4345), + [sym_real_literal] = ACTIONS(4345), + [sym_integer_literal] = ACTIONS(4343), + [sym_hex_literal] = ACTIONS(4345), + [sym_bin_literal] = ACTIONS(4345), + [anon_sym_true] = ACTIONS(4343), + [anon_sym_false] = ACTIONS(4343), + [anon_sym_SQUOTE] = ACTIONS(4345), + [sym__backtick_identifier] = ACTIONS(4345), + [sym__automatic_semicolon] = ACTIONS(4345), + [sym_safe_nav] = ACTIONS(4345), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4345), }, - [3147] = { - [sym_function_body] = STATE(3475), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_RBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_RPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [anon_sym_DASH_GT] = ACTIONS(4185), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_while] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), + [3117] = { + [sym__alpha_identifier] = ACTIONS(5177), + [anon_sym_AT] = ACTIONS(5179), + [anon_sym_LBRACK] = ACTIONS(5179), + [anon_sym_as] = ACTIONS(5177), + [anon_sym_EQ] = ACTIONS(5177), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(5179), + [anon_sym_LPAREN] = ACTIONS(5179), + [anon_sym_COMMA] = ACTIONS(5179), + [anon_sym_LT] = ACTIONS(5177), + [anon_sym_GT] = ACTIONS(5177), + [anon_sym_where] = ACTIONS(5177), + [anon_sym_object] = ACTIONS(5177), + [anon_sym_fun] = ACTIONS(5177), + [anon_sym_DOT] = ACTIONS(5177), + [anon_sym_SEMI] = ACTIONS(5179), + [anon_sym_get] = ACTIONS(5177), + [anon_sym_set] = ACTIONS(5177), + [anon_sym_this] = ACTIONS(5177), + [anon_sym_super] = ACTIONS(5177), + [anon_sym_STAR] = ACTIONS(5177), + [sym_label] = ACTIONS(5177), + [anon_sym_in] = ACTIONS(5177), + [anon_sym_DOT_DOT] = ACTIONS(5179), + [anon_sym_QMARK_COLON] = ACTIONS(5179), + [anon_sym_AMP_AMP] = ACTIONS(5179), + [anon_sym_PIPE_PIPE] = ACTIONS(5179), + [anon_sym_null] = ACTIONS(5177), + [anon_sym_if] = ACTIONS(5177), + [anon_sym_else] = ACTIONS(5177), + [anon_sym_when] = ACTIONS(5177), + [anon_sym_try] = ACTIONS(5177), + [anon_sym_throw] = ACTIONS(5177), + [anon_sym_return] = ACTIONS(5177), + [anon_sym_continue] = ACTIONS(5177), + [anon_sym_break] = ACTIONS(5177), + [anon_sym_COLON_COLON] = ACTIONS(5179), + [anon_sym_PLUS_EQ] = ACTIONS(5179), + [anon_sym_DASH_EQ] = ACTIONS(5179), + [anon_sym_STAR_EQ] = ACTIONS(5179), + [anon_sym_SLASH_EQ] = ACTIONS(5179), + [anon_sym_PERCENT_EQ] = ACTIONS(5179), + [anon_sym_BANG_EQ] = ACTIONS(5177), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5179), + [anon_sym_EQ_EQ] = ACTIONS(5177), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5179), + [anon_sym_LT_EQ] = ACTIONS(5179), + [anon_sym_GT_EQ] = ACTIONS(5179), + [anon_sym_BANGin] = ACTIONS(5179), + [anon_sym_is] = ACTIONS(5177), + [anon_sym_BANGis] = ACTIONS(5179), + [anon_sym_PLUS] = ACTIONS(5177), + [anon_sym_DASH] = ACTIONS(5177), + [anon_sym_SLASH] = ACTIONS(5177), + [anon_sym_PERCENT] = ACTIONS(5177), + [anon_sym_as_QMARK] = ACTIONS(5179), + [anon_sym_PLUS_PLUS] = ACTIONS(5179), + [anon_sym_DASH_DASH] = ACTIONS(5179), + [anon_sym_BANG] = ACTIONS(5177), + [anon_sym_BANG_BANG] = ACTIONS(5179), + [anon_sym_data] = ACTIONS(5177), + [anon_sym_inner] = ACTIONS(5177), + [anon_sym_value] = ACTIONS(5177), + [anon_sym_expect] = ACTIONS(5177), + [anon_sym_actual] = ACTIONS(5177), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5179), + [anon_sym_continue_AT] = ACTIONS(5179), + [anon_sym_break_AT] = ACTIONS(5179), + [anon_sym_this_AT] = ACTIONS(5179), + [anon_sym_super_AT] = ACTIONS(5179), + [sym_real_literal] = ACTIONS(5179), + [sym_integer_literal] = ACTIONS(5177), + [sym_hex_literal] = ACTIONS(5179), + [sym_bin_literal] = ACTIONS(5179), + [anon_sym_true] = ACTIONS(5177), + [anon_sym_false] = ACTIONS(5177), + [anon_sym_SQUOTE] = ACTIONS(5179), + [sym__backtick_identifier] = ACTIONS(5179), + [sym__automatic_semicolon] = ACTIONS(5179), + [sym_safe_nav] = ACTIONS(5179), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5179), + }, + [3118] = { + [sym_file_annotation] = STATE(3118), + [aux_sym_source_file_repeat1] = STATE(3118), + [ts_builtin_sym_end] = ACTIONS(6634), + [sym__alpha_identifier] = ACTIONS(6636), + [anon_sym_AT] = ACTIONS(6638), + [anon_sym_LBRACK] = ACTIONS(6634), + [anon_sym_package] = ACTIONS(6636), + [anon_sym_import] = ACTIONS(6636), + [anon_sym_typealias] = ACTIONS(6636), + [anon_sym_class] = ACTIONS(6636), + [anon_sym_interface] = ACTIONS(6636), + [anon_sym_enum] = ACTIONS(6636), + [anon_sym_LBRACE] = ACTIONS(6634), + [anon_sym_LPAREN] = ACTIONS(6634), + [anon_sym_val] = ACTIONS(6636), + [anon_sym_var] = ACTIONS(6636), + [anon_sym_object] = ACTIONS(6636), + [anon_sym_fun] = ACTIONS(6636), + [anon_sym_get] = ACTIONS(6636), + [anon_sym_set] = ACTIONS(6636), + [anon_sym_this] = ACTIONS(6636), + [anon_sym_super] = ACTIONS(6636), + [anon_sym_STAR] = ACTIONS(6634), + [sym_label] = ACTIONS(6636), + [anon_sym_for] = ACTIONS(6636), + [anon_sym_while] = ACTIONS(6636), + [anon_sym_do] = ACTIONS(6636), + [anon_sym_null] = ACTIONS(6636), + [anon_sym_if] = ACTIONS(6636), + [anon_sym_when] = ACTIONS(6636), + [anon_sym_try] = ACTIONS(6636), + [anon_sym_throw] = ACTIONS(6636), + [anon_sym_return] = ACTIONS(6636), + [anon_sym_continue] = ACTIONS(6636), + [anon_sym_break] = ACTIONS(6636), + [anon_sym_COLON_COLON] = ACTIONS(6634), + [anon_sym_PLUS] = ACTIONS(6636), + [anon_sym_DASH] = ACTIONS(6636), + [anon_sym_PLUS_PLUS] = ACTIONS(6634), + [anon_sym_DASH_DASH] = ACTIONS(6634), + [anon_sym_BANG] = ACTIONS(6634), + [anon_sym_suspend] = ACTIONS(6636), + [anon_sym_sealed] = ACTIONS(6636), + [anon_sym_annotation] = ACTIONS(6636), + [anon_sym_data] = ACTIONS(6636), + [anon_sym_inner] = ACTIONS(6636), + [anon_sym_value] = ACTIONS(6636), + [anon_sym_override] = ACTIONS(6636), + [anon_sym_lateinit] = ACTIONS(6636), + [anon_sym_public] = ACTIONS(6636), + [anon_sym_private] = ACTIONS(6636), + [anon_sym_internal] = ACTIONS(6636), + [anon_sym_protected] = ACTIONS(6636), + [anon_sym_tailrec] = ACTIONS(6636), + [anon_sym_operator] = ACTIONS(6636), + [anon_sym_infix] = ACTIONS(6636), + [anon_sym_inline] = ACTIONS(6636), + [anon_sym_external] = ACTIONS(6636), + [sym_property_modifier] = ACTIONS(6636), + [anon_sym_abstract] = ACTIONS(6636), + [anon_sym_final] = ACTIONS(6636), + [anon_sym_open] = ACTIONS(6636), + [anon_sym_vararg] = ACTIONS(6636), + [anon_sym_noinline] = ACTIONS(6636), + [anon_sym_crossinline] = ACTIONS(6636), + [anon_sym_expect] = ACTIONS(6636), + [anon_sym_actual] = ACTIONS(6636), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(6634), + [anon_sym_continue_AT] = ACTIONS(6634), + [anon_sym_break_AT] = ACTIONS(6634), + [anon_sym_this_AT] = ACTIONS(6634), + [anon_sym_super_AT] = ACTIONS(6634), + [sym_real_literal] = ACTIONS(6634), + [sym_integer_literal] = ACTIONS(6636), + [sym_hex_literal] = ACTIONS(6634), + [sym_bin_literal] = ACTIONS(6634), + [anon_sym_true] = ACTIONS(6636), + [anon_sym_false] = ACTIONS(6636), + [anon_sym_SQUOTE] = ACTIONS(6634), + [sym__backtick_identifier] = ACTIONS(6634), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(6634), + }, + [3119] = { + [sym_function_body] = STATE(3547), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4493), + [anon_sym_AT] = ACTIONS(4495), + [anon_sym_LBRACK] = ACTIONS(4495), + [anon_sym_RBRACK] = ACTIONS(4495), + [anon_sym_as] = ACTIONS(4493), + [anon_sym_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4495), + [anon_sym_LPAREN] = ACTIONS(4495), + [anon_sym_COMMA] = ACTIONS(4495), + [anon_sym_RPAREN] = ACTIONS(4495), + [anon_sym_LT] = ACTIONS(4493), + [anon_sym_GT] = ACTIONS(4493), + [anon_sym_where] = ACTIONS(4493), + [anon_sym_DOT] = ACTIONS(4493), + [anon_sym_SEMI] = ACTIONS(4495), + [anon_sym_get] = ACTIONS(4493), + [anon_sym_set] = ACTIONS(4493), + [anon_sym_STAR] = ACTIONS(4493), + [anon_sym_DASH_GT] = ACTIONS(4495), + [sym_label] = ACTIONS(4495), + [anon_sym_in] = ACTIONS(4493), + [anon_sym_while] = ACTIONS(4493), + [anon_sym_DOT_DOT] = ACTIONS(4495), + [anon_sym_QMARK_COLON] = ACTIONS(4495), + [anon_sym_AMP_AMP] = ACTIONS(4495), + [anon_sym_PIPE_PIPE] = ACTIONS(4495), + [anon_sym_else] = ACTIONS(4493), + [anon_sym_COLON_COLON] = ACTIONS(4495), + [anon_sym_PLUS_EQ] = ACTIONS(4495), + [anon_sym_DASH_EQ] = ACTIONS(4495), + [anon_sym_STAR_EQ] = ACTIONS(4495), + [anon_sym_SLASH_EQ] = ACTIONS(4495), + [anon_sym_PERCENT_EQ] = ACTIONS(4495), + [anon_sym_BANG_EQ] = ACTIONS(4493), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), + [anon_sym_EQ_EQ] = ACTIONS(4493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), + [anon_sym_LT_EQ] = ACTIONS(4495), + [anon_sym_GT_EQ] = ACTIONS(4495), + [anon_sym_BANGin] = ACTIONS(4495), + [anon_sym_is] = ACTIONS(4493), + [anon_sym_BANGis] = ACTIONS(4495), + [anon_sym_PLUS] = ACTIONS(4493), + [anon_sym_DASH] = ACTIONS(4493), + [anon_sym_SLASH] = ACTIONS(4493), + [anon_sym_PERCENT] = ACTIONS(4493), + [anon_sym_as_QMARK] = ACTIONS(4495), + [anon_sym_PLUS_PLUS] = ACTIONS(4495), + [anon_sym_DASH_DASH] = ACTIONS(4495), + [anon_sym_BANG_BANG] = ACTIONS(4495), + [anon_sym_suspend] = ACTIONS(4493), + [anon_sym_sealed] = ACTIONS(4493), + [anon_sym_annotation] = ACTIONS(4493), + [anon_sym_data] = ACTIONS(4493), + [anon_sym_inner] = ACTIONS(4493), + [anon_sym_value] = ACTIONS(4493), + [anon_sym_override] = ACTIONS(4493), + [anon_sym_lateinit] = ACTIONS(4493), + [anon_sym_public] = ACTIONS(4493), + [anon_sym_private] = ACTIONS(4493), + [anon_sym_internal] = ACTIONS(4493), + [anon_sym_protected] = ACTIONS(4493), + [anon_sym_tailrec] = ACTIONS(4493), + [anon_sym_operator] = ACTIONS(4493), + [anon_sym_infix] = ACTIONS(4493), + [anon_sym_inline] = ACTIONS(4493), + [anon_sym_external] = ACTIONS(4493), + [sym_property_modifier] = ACTIONS(4493), + [anon_sym_abstract] = ACTIONS(4493), + [anon_sym_final] = ACTIONS(4493), + [anon_sym_open] = ACTIONS(4493), + [anon_sym_vararg] = ACTIONS(4493), + [anon_sym_noinline] = ACTIONS(4493), + [anon_sym_crossinline] = ACTIONS(4493), + [anon_sym_expect] = ACTIONS(4493), + [anon_sym_actual] = ACTIONS(4493), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4495), + [sym_safe_nav] = ACTIONS(4495), [sym_multiline_comment] = ACTIONS(3), }, - [3148] = { - [sym__alpha_identifier] = ACTIONS(4888), - [anon_sym_AT] = ACTIONS(4890), - [anon_sym_LBRACK] = ACTIONS(4890), - [anon_sym_as] = ACTIONS(4888), - [anon_sym_EQ] = ACTIONS(4888), - [anon_sym_LBRACE] = ACTIONS(4890), - [anon_sym_RBRACE] = ACTIONS(4890), - [anon_sym_LPAREN] = ACTIONS(4890), - [anon_sym_COMMA] = ACTIONS(4890), - [anon_sym_LT] = ACTIONS(4888), - [anon_sym_GT] = ACTIONS(4888), - [anon_sym_where] = ACTIONS(4888), - [anon_sym_object] = ACTIONS(4888), - [anon_sym_fun] = ACTIONS(4888), - [anon_sym_DOT] = ACTIONS(4888), - [anon_sym_SEMI] = ACTIONS(4890), - [anon_sym_get] = ACTIONS(4888), - [anon_sym_set] = ACTIONS(4888), - [anon_sym_this] = ACTIONS(4888), - [anon_sym_super] = ACTIONS(4888), - [anon_sym_STAR] = ACTIONS(4888), - [sym_label] = ACTIONS(4888), - [anon_sym_in] = ACTIONS(4888), - [anon_sym_DOT_DOT] = ACTIONS(4890), - [anon_sym_QMARK_COLON] = ACTIONS(4890), - [anon_sym_AMP_AMP] = ACTIONS(4890), - [anon_sym_PIPE_PIPE] = ACTIONS(4890), - [anon_sym_null] = ACTIONS(4888), - [anon_sym_if] = ACTIONS(4888), - [anon_sym_else] = ACTIONS(4888), - [anon_sym_when] = ACTIONS(4888), - [anon_sym_try] = ACTIONS(4888), - [anon_sym_throw] = ACTIONS(4888), - [anon_sym_return] = ACTIONS(4888), - [anon_sym_continue] = ACTIONS(4888), - [anon_sym_break] = ACTIONS(4888), - [anon_sym_COLON_COLON] = ACTIONS(4890), - [anon_sym_PLUS_EQ] = ACTIONS(4890), - [anon_sym_DASH_EQ] = ACTIONS(4890), - [anon_sym_STAR_EQ] = ACTIONS(4890), - [anon_sym_SLASH_EQ] = ACTIONS(4890), - [anon_sym_PERCENT_EQ] = ACTIONS(4890), - [anon_sym_BANG_EQ] = ACTIONS(4888), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4890), - [anon_sym_EQ_EQ] = ACTIONS(4888), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4890), - [anon_sym_LT_EQ] = ACTIONS(4890), - [anon_sym_GT_EQ] = ACTIONS(4890), - [anon_sym_BANGin] = ACTIONS(4890), - [anon_sym_is] = ACTIONS(4888), - [anon_sym_BANGis] = ACTIONS(4890), - [anon_sym_PLUS] = ACTIONS(4888), - [anon_sym_DASH] = ACTIONS(4888), - [anon_sym_SLASH] = ACTIONS(4888), - [anon_sym_PERCENT] = ACTIONS(4888), - [anon_sym_as_QMARK] = ACTIONS(4890), - [anon_sym_PLUS_PLUS] = ACTIONS(4890), - [anon_sym_DASH_DASH] = ACTIONS(4890), - [anon_sym_BANG] = ACTIONS(4888), - [anon_sym_BANG_BANG] = ACTIONS(4890), - [anon_sym_data] = ACTIONS(4888), - [anon_sym_inner] = ACTIONS(4888), - [anon_sym_value] = ACTIONS(4888), - [anon_sym_expect] = ACTIONS(4888), - [anon_sym_actual] = ACTIONS(4888), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4890), - [anon_sym_continue_AT] = ACTIONS(4890), - [anon_sym_break_AT] = ACTIONS(4890), - [anon_sym_this_AT] = ACTIONS(4890), - [anon_sym_super_AT] = ACTIONS(4890), - [sym_real_literal] = ACTIONS(4890), - [sym_integer_literal] = ACTIONS(4888), - [sym_hex_literal] = ACTIONS(4890), - [sym_bin_literal] = ACTIONS(4890), - [anon_sym_true] = ACTIONS(4888), - [anon_sym_false] = ACTIONS(4888), - [anon_sym_SQUOTE] = ACTIONS(4890), - [sym__backtick_identifier] = ACTIONS(4890), - [sym__automatic_semicolon] = ACTIONS(4890), - [sym_safe_nav] = ACTIONS(4890), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4890), + [3120] = { + [sym__alpha_identifier] = ACTIONS(5147), + [anon_sym_AT] = ACTIONS(5149), + [anon_sym_LBRACK] = ACTIONS(5149), + [anon_sym_as] = ACTIONS(5147), + [anon_sym_EQ] = ACTIONS(5147), + [anon_sym_LBRACE] = ACTIONS(5149), + [anon_sym_RBRACE] = ACTIONS(5149), + [anon_sym_LPAREN] = ACTIONS(5149), + [anon_sym_COMMA] = ACTIONS(5149), + [anon_sym_LT] = ACTIONS(5147), + [anon_sym_GT] = ACTIONS(5147), + [anon_sym_where] = ACTIONS(5147), + [anon_sym_object] = ACTIONS(5147), + [anon_sym_fun] = ACTIONS(5147), + [anon_sym_DOT] = ACTIONS(5147), + [anon_sym_SEMI] = ACTIONS(5149), + [anon_sym_get] = ACTIONS(5147), + [anon_sym_set] = ACTIONS(5147), + [anon_sym_this] = ACTIONS(5147), + [anon_sym_super] = ACTIONS(5147), + [anon_sym_STAR] = ACTIONS(5147), + [sym_label] = ACTIONS(5147), + [anon_sym_in] = ACTIONS(5147), + [anon_sym_DOT_DOT] = ACTIONS(5149), + [anon_sym_QMARK_COLON] = ACTIONS(5149), + [anon_sym_AMP_AMP] = ACTIONS(5149), + [anon_sym_PIPE_PIPE] = ACTIONS(5149), + [anon_sym_null] = ACTIONS(5147), + [anon_sym_if] = ACTIONS(5147), + [anon_sym_else] = ACTIONS(5147), + [anon_sym_when] = ACTIONS(5147), + [anon_sym_try] = ACTIONS(5147), + [anon_sym_throw] = ACTIONS(5147), + [anon_sym_return] = ACTIONS(5147), + [anon_sym_continue] = ACTIONS(5147), + [anon_sym_break] = ACTIONS(5147), + [anon_sym_COLON_COLON] = ACTIONS(5149), + [anon_sym_PLUS_EQ] = ACTIONS(5149), + [anon_sym_DASH_EQ] = ACTIONS(5149), + [anon_sym_STAR_EQ] = ACTIONS(5149), + [anon_sym_SLASH_EQ] = ACTIONS(5149), + [anon_sym_PERCENT_EQ] = ACTIONS(5149), + [anon_sym_BANG_EQ] = ACTIONS(5147), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5149), + [anon_sym_EQ_EQ] = ACTIONS(5147), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5149), + [anon_sym_LT_EQ] = ACTIONS(5149), + [anon_sym_GT_EQ] = ACTIONS(5149), + [anon_sym_BANGin] = ACTIONS(5149), + [anon_sym_is] = ACTIONS(5147), + [anon_sym_BANGis] = ACTIONS(5149), + [anon_sym_PLUS] = ACTIONS(5147), + [anon_sym_DASH] = ACTIONS(5147), + [anon_sym_SLASH] = ACTIONS(5147), + [anon_sym_PERCENT] = ACTIONS(5147), + [anon_sym_as_QMARK] = ACTIONS(5149), + [anon_sym_PLUS_PLUS] = ACTIONS(5149), + [anon_sym_DASH_DASH] = ACTIONS(5149), + [anon_sym_BANG] = ACTIONS(5147), + [anon_sym_BANG_BANG] = ACTIONS(5149), + [anon_sym_data] = ACTIONS(5147), + [anon_sym_inner] = ACTIONS(5147), + [anon_sym_value] = ACTIONS(5147), + [anon_sym_expect] = ACTIONS(5147), + [anon_sym_actual] = ACTIONS(5147), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5149), + [anon_sym_continue_AT] = ACTIONS(5149), + [anon_sym_break_AT] = ACTIONS(5149), + [anon_sym_this_AT] = ACTIONS(5149), + [anon_sym_super_AT] = ACTIONS(5149), + [sym_real_literal] = ACTIONS(5149), + [sym_integer_literal] = ACTIONS(5147), + [sym_hex_literal] = ACTIONS(5149), + [sym_bin_literal] = ACTIONS(5149), + [anon_sym_true] = ACTIONS(5147), + [anon_sym_false] = ACTIONS(5147), + [anon_sym_SQUOTE] = ACTIONS(5149), + [sym__backtick_identifier] = ACTIONS(5149), + [sym__automatic_semicolon] = ACTIONS(5149), + [sym_safe_nav] = ACTIONS(5149), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5149), }, - [3149] = { - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3346), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_object] = ACTIONS(3344), - [anon_sym_fun] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(3344), - [anon_sym_set] = ACTIONS(3344), - [anon_sym_this] = ACTIONS(3344), - [anon_sym_super] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3344), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_null] = ACTIONS(3344), - [anon_sym_if] = ACTIONS(3344), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_when] = ACTIONS(3344), - [anon_sym_try] = ACTIONS(3344), - [anon_sym_throw] = ACTIONS(3344), - [anon_sym_return] = ACTIONS(3344), - [anon_sym_continue] = ACTIONS(3344), - [anon_sym_break] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG] = ACTIONS(3344), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_data] = ACTIONS(3344), - [anon_sym_inner] = ACTIONS(3344), - [anon_sym_value] = ACTIONS(3344), - [anon_sym_expect] = ACTIONS(3344), - [anon_sym_actual] = ACTIONS(3344), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3346), - [anon_sym_continue_AT] = ACTIONS(3346), - [anon_sym_break_AT] = ACTIONS(3346), - [anon_sym_this_AT] = ACTIONS(3346), - [anon_sym_super_AT] = ACTIONS(3346), - [sym_real_literal] = ACTIONS(3346), - [sym_integer_literal] = ACTIONS(3344), - [sym_hex_literal] = ACTIONS(3346), - [sym_bin_literal] = ACTIONS(3346), - [anon_sym_true] = ACTIONS(3344), - [anon_sym_false] = ACTIONS(3344), - [anon_sym_SQUOTE] = ACTIONS(3346), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3346), + [3121] = { + [sym_class_body] = STATE(3151), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_COLON] = ACTIONS(6641), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(3210), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4424), + [anon_sym_super_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), }, - [3150] = { + [3122] = { + [sym__alpha_identifier] = ACTIONS(4786), + [anon_sym_AT] = ACTIONS(4788), + [anon_sym_LBRACK] = ACTIONS(4788), + [anon_sym_as] = ACTIONS(4786), + [anon_sym_EQ] = ACTIONS(4786), + [anon_sym_LBRACE] = ACTIONS(4788), + [anon_sym_RBRACE] = ACTIONS(4788), + [anon_sym_LPAREN] = ACTIONS(4788), + [anon_sym_COMMA] = ACTIONS(4788), + [anon_sym_LT] = ACTIONS(4786), + [anon_sym_GT] = ACTIONS(4786), + [anon_sym_where] = ACTIONS(4786), + [anon_sym_object] = ACTIONS(4786), + [anon_sym_fun] = ACTIONS(4786), + [anon_sym_DOT] = ACTIONS(4786), + [anon_sym_SEMI] = ACTIONS(4788), + [anon_sym_get] = ACTIONS(4786), + [anon_sym_set] = ACTIONS(4786), + [anon_sym_this] = ACTIONS(4786), + [anon_sym_super] = ACTIONS(4786), + [anon_sym_STAR] = ACTIONS(4786), + [sym_label] = ACTIONS(4786), + [anon_sym_in] = ACTIONS(4786), + [anon_sym_DOT_DOT] = ACTIONS(4788), + [anon_sym_QMARK_COLON] = ACTIONS(4788), + [anon_sym_AMP_AMP] = ACTIONS(4788), + [anon_sym_PIPE_PIPE] = ACTIONS(4788), + [anon_sym_null] = ACTIONS(4786), + [anon_sym_if] = ACTIONS(4786), + [anon_sym_else] = ACTIONS(4786), + [anon_sym_when] = ACTIONS(4786), + [anon_sym_try] = ACTIONS(4786), + [anon_sym_throw] = ACTIONS(4786), + [anon_sym_return] = ACTIONS(4786), + [anon_sym_continue] = ACTIONS(4786), + [anon_sym_break] = ACTIONS(4786), + [anon_sym_COLON_COLON] = ACTIONS(4788), + [anon_sym_PLUS_EQ] = ACTIONS(4788), + [anon_sym_DASH_EQ] = ACTIONS(4788), + [anon_sym_STAR_EQ] = ACTIONS(4788), + [anon_sym_SLASH_EQ] = ACTIONS(4788), + [anon_sym_PERCENT_EQ] = ACTIONS(4788), + [anon_sym_BANG_EQ] = ACTIONS(4786), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4788), + [anon_sym_EQ_EQ] = ACTIONS(4786), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4788), + [anon_sym_LT_EQ] = ACTIONS(4788), + [anon_sym_GT_EQ] = ACTIONS(4788), + [anon_sym_BANGin] = ACTIONS(4788), + [anon_sym_is] = ACTIONS(4786), + [anon_sym_BANGis] = ACTIONS(4788), + [anon_sym_PLUS] = ACTIONS(4786), + [anon_sym_DASH] = ACTIONS(4786), + [anon_sym_SLASH] = ACTIONS(4786), + [anon_sym_PERCENT] = ACTIONS(4786), + [anon_sym_as_QMARK] = ACTIONS(4788), + [anon_sym_PLUS_PLUS] = ACTIONS(4788), + [anon_sym_DASH_DASH] = ACTIONS(4788), + [anon_sym_BANG] = ACTIONS(4786), + [anon_sym_BANG_BANG] = ACTIONS(4788), + [anon_sym_data] = ACTIONS(4786), + [anon_sym_inner] = ACTIONS(4786), + [anon_sym_value] = ACTIONS(4786), + [anon_sym_expect] = ACTIONS(4786), + [anon_sym_actual] = ACTIONS(4786), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4788), + [anon_sym_continue_AT] = ACTIONS(4788), + [anon_sym_break_AT] = ACTIONS(4788), + [anon_sym_this_AT] = ACTIONS(4788), + [anon_sym_super_AT] = ACTIONS(4788), + [sym_real_literal] = ACTIONS(4788), + [sym_integer_literal] = ACTIONS(4786), + [sym_hex_literal] = ACTIONS(4788), + [sym_bin_literal] = ACTIONS(4788), + [anon_sym_true] = ACTIONS(4786), + [anon_sym_false] = ACTIONS(4786), + [anon_sym_SQUOTE] = ACTIONS(4788), + [sym__backtick_identifier] = ACTIONS(4788), + [sym__automatic_semicolon] = ACTIONS(4788), + [sym_safe_nav] = ACTIONS(4788), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4788), + }, + [3123] = { + [sym_function_body] = STATE(3558), + [sym__block] = STATE(3405), [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_EQ] = ACTIONS(6507), + [anon_sym_LBRACE] = ACTIONS(6509), [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_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_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_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), @@ -374753,1834 +372421,820 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4483), - [anon_sym_super_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), - }, - [3151] = { - [sym__alpha_identifier] = ACTIONS(4880), - [anon_sym_AT] = ACTIONS(4882), - [anon_sym_LBRACK] = ACTIONS(4882), - [anon_sym_as] = ACTIONS(4880), - [anon_sym_EQ] = ACTIONS(4880), - [anon_sym_LBRACE] = ACTIONS(4882), - [anon_sym_RBRACE] = ACTIONS(4882), - [anon_sym_LPAREN] = ACTIONS(4882), - [anon_sym_COMMA] = ACTIONS(4882), - [anon_sym_LT] = ACTIONS(4880), - [anon_sym_GT] = ACTIONS(4880), - [anon_sym_where] = ACTIONS(4880), - [anon_sym_object] = ACTIONS(4880), - [anon_sym_fun] = ACTIONS(4880), - [anon_sym_DOT] = ACTIONS(4880), - [anon_sym_SEMI] = ACTIONS(4882), - [anon_sym_get] = ACTIONS(4880), - [anon_sym_set] = ACTIONS(4880), - [anon_sym_this] = ACTIONS(4880), - [anon_sym_super] = ACTIONS(4880), - [anon_sym_STAR] = ACTIONS(4880), - [sym_label] = ACTIONS(4880), - [anon_sym_in] = ACTIONS(4880), - [anon_sym_DOT_DOT] = ACTIONS(4882), - [anon_sym_QMARK_COLON] = ACTIONS(4882), - [anon_sym_AMP_AMP] = ACTIONS(4882), - [anon_sym_PIPE_PIPE] = ACTIONS(4882), - [anon_sym_null] = ACTIONS(4880), - [anon_sym_if] = ACTIONS(4880), - [anon_sym_else] = ACTIONS(4880), - [anon_sym_when] = ACTIONS(4880), - [anon_sym_try] = ACTIONS(4880), - [anon_sym_throw] = ACTIONS(4880), - [anon_sym_return] = ACTIONS(4880), - [anon_sym_continue] = ACTIONS(4880), - [anon_sym_break] = ACTIONS(4880), - [anon_sym_COLON_COLON] = ACTIONS(4882), - [anon_sym_PLUS_EQ] = ACTIONS(4882), - [anon_sym_DASH_EQ] = ACTIONS(4882), - [anon_sym_STAR_EQ] = ACTIONS(4882), - [anon_sym_SLASH_EQ] = ACTIONS(4882), - [anon_sym_PERCENT_EQ] = ACTIONS(4882), - [anon_sym_BANG_EQ] = ACTIONS(4880), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4882), - [anon_sym_EQ_EQ] = ACTIONS(4880), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4882), - [anon_sym_LT_EQ] = ACTIONS(4882), - [anon_sym_GT_EQ] = ACTIONS(4882), - [anon_sym_BANGin] = ACTIONS(4882), - [anon_sym_is] = ACTIONS(4880), - [anon_sym_BANGis] = ACTIONS(4882), - [anon_sym_PLUS] = ACTIONS(4880), - [anon_sym_DASH] = ACTIONS(4880), - [anon_sym_SLASH] = ACTIONS(4880), - [anon_sym_PERCENT] = ACTIONS(4880), - [anon_sym_as_QMARK] = ACTIONS(4882), - [anon_sym_PLUS_PLUS] = ACTIONS(4882), - [anon_sym_DASH_DASH] = ACTIONS(4882), - [anon_sym_BANG] = ACTIONS(4880), - [anon_sym_BANG_BANG] = ACTIONS(4882), - [anon_sym_data] = ACTIONS(4880), - [anon_sym_inner] = ACTIONS(4880), - [anon_sym_value] = ACTIONS(4880), - [anon_sym_expect] = ACTIONS(4880), - [anon_sym_actual] = ACTIONS(4880), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4882), - [anon_sym_continue_AT] = ACTIONS(4882), - [anon_sym_break_AT] = ACTIONS(4882), - [anon_sym_this_AT] = ACTIONS(4882), - [anon_sym_super_AT] = ACTIONS(4882), - [sym_real_literal] = ACTIONS(4882), - [sym_integer_literal] = ACTIONS(4880), - [sym_hex_literal] = ACTIONS(4882), - [sym_bin_literal] = ACTIONS(4882), - [anon_sym_true] = ACTIONS(4880), - [anon_sym_false] = ACTIONS(4880), - [anon_sym_SQUOTE] = ACTIONS(4882), - [sym__backtick_identifier] = ACTIONS(4882), - [sym__automatic_semicolon] = ACTIONS(4882), - [sym_safe_nav] = ACTIONS(4882), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4882), - }, - [3152] = { - [sym__alpha_identifier] = ACTIONS(3160), - [anon_sym_AT] = ACTIONS(3162), - [anon_sym_LBRACK] = ACTIONS(3162), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_LBRACE] = ACTIONS(3162), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(3162), - [anon_sym_COMMA] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3160), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3160), - [anon_sym_object] = ACTIONS(3160), - [anon_sym_fun] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3162), - [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(3162), - [anon_sym_QMARK_COLON] = ACTIONS(3162), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [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(3162), - [anon_sym_PLUS_EQ] = ACTIONS(3162), - [anon_sym_DASH_EQ] = ACTIONS(3162), - [anon_sym_STAR_EQ] = ACTIONS(3162), - [anon_sym_SLASH_EQ] = ACTIONS(3162), - [anon_sym_PERCENT_EQ] = ACTIONS(3162), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [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(3162), - [anon_sym_PLUS_PLUS] = ACTIONS(3162), - [anon_sym_DASH_DASH] = ACTIONS(3162), - [anon_sym_BANG] = ACTIONS(3160), - [anon_sym_BANG_BANG] = ACTIONS(3162), - [anon_sym_data] = ACTIONS(3160), - [anon_sym_inner] = ACTIONS(3160), - [anon_sym_value] = ACTIONS(3160), - [anon_sym_expect] = ACTIONS(3160), - [anon_sym_actual] = ACTIONS(3160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3162), - [anon_sym_continue_AT] = ACTIONS(3162), - [anon_sym_break_AT] = ACTIONS(3162), - [anon_sym_this_AT] = ACTIONS(3162), - [anon_sym_super_AT] = ACTIONS(3162), - [sym_real_literal] = ACTIONS(3162), - [sym_integer_literal] = ACTIONS(3160), - [sym_hex_literal] = ACTIONS(3162), - [sym_bin_literal] = ACTIONS(3162), - [anon_sym_true] = ACTIONS(3160), - [anon_sym_false] = ACTIONS(3160), - [anon_sym_SQUOTE] = ACTIONS(3162), - [sym__backtick_identifier] = ACTIONS(3162), - [sym__automatic_semicolon] = ACTIONS(3162), - [sym_safe_nav] = ACTIONS(3162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3162), }, - [3153] = { - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_EQ] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_object] = ACTIONS(4505), - [anon_sym_fun] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_this] = ACTIONS(4505), - [anon_sym_super] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4505), - [sym_label] = ACTIONS(4505), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_null] = ACTIONS(4505), - [anon_sym_if] = ACTIONS(4505), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_when] = ACTIONS(4505), - [anon_sym_try] = ACTIONS(4505), - [anon_sym_throw] = ACTIONS(4505), - [anon_sym_return] = ACTIONS(4505), - [anon_sym_continue] = ACTIONS(4505), - [anon_sym_break] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_PLUS_EQ] = ACTIONS(4507), - [anon_sym_DASH_EQ] = ACTIONS(4507), - [anon_sym_STAR_EQ] = ACTIONS(4507), - [anon_sym_SLASH_EQ] = ACTIONS(4507), - [anon_sym_PERCENT_EQ] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG] = ACTIONS(4505), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4507), - [anon_sym_continue_AT] = ACTIONS(4507), - [anon_sym_break_AT] = ACTIONS(4507), - [anon_sym_this_AT] = ACTIONS(4507), - [anon_sym_super_AT] = ACTIONS(4507), - [sym_real_literal] = ACTIONS(4507), - [sym_integer_literal] = ACTIONS(4505), - [sym_hex_literal] = ACTIONS(4507), - [sym_bin_literal] = ACTIONS(4507), - [anon_sym_true] = ACTIONS(4505), - [anon_sym_false] = ACTIONS(4505), - [anon_sym_SQUOTE] = ACTIONS(4507), - [sym__backtick_identifier] = ACTIONS(4507), - [sym__automatic_semicolon] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4507), + [3124] = { + [sym_type_constraints] = STATE(3288), + [sym_enum_class_body] = STATE(3491), + [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(5572), + [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(5576), + [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_value] = 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), + [sym__backtick_identifier] = ACTIONS(4479), + [sym_safe_nav] = ACTIONS(4479), + [sym_multiline_comment] = ACTIONS(3), }, - [3154] = { - [aux_sym_nullable_type_repeat1] = STATE(3177), - [sym__alpha_identifier] = ACTIONS(4247), - [anon_sym_AT] = ACTIONS(4249), - [anon_sym_LBRACK] = ACTIONS(4249), - [anon_sym_EQ] = ACTIONS(4249), - [anon_sym_LBRACE] = ACTIONS(4249), - [anon_sym_RBRACE] = ACTIONS(4249), - [anon_sym_LPAREN] = ACTIONS(4249), - [anon_sym_COMMA] = ACTIONS(4249), - [anon_sym_by] = ACTIONS(4247), - [anon_sym_where] = ACTIONS(4247), - [anon_sym_object] = ACTIONS(4247), - [anon_sym_fun] = ACTIONS(4247), - [anon_sym_SEMI] = ACTIONS(4249), - [anon_sym_get] = ACTIONS(4247), - [anon_sym_set] = ACTIONS(4247), - [anon_sym_this] = ACTIONS(4247), - [anon_sym_super] = ACTIONS(4247), - [sym__quest] = ACTIONS(6675), - [anon_sym_STAR] = ACTIONS(4249), - [sym_label] = ACTIONS(4247), - [anon_sym_in] = ACTIONS(4247), - [anon_sym_null] = ACTIONS(4247), - [anon_sym_if] = ACTIONS(4247), - [anon_sym_else] = ACTIONS(4247), - [anon_sym_when] = ACTIONS(4247), - [anon_sym_try] = ACTIONS(4247), - [anon_sym_throw] = ACTIONS(4247), - [anon_sym_return] = ACTIONS(4247), - [anon_sym_continue] = ACTIONS(4247), - [anon_sym_break] = ACTIONS(4247), - [anon_sym_COLON_COLON] = ACTIONS(4249), - [anon_sym_BANGin] = ACTIONS(4249), - [anon_sym_is] = ACTIONS(4247), - [anon_sym_BANGis] = ACTIONS(4249), - [anon_sym_PLUS] = ACTIONS(4247), - [anon_sym_DASH] = ACTIONS(4247), - [anon_sym_PLUS_PLUS] = ACTIONS(4249), - [anon_sym_DASH_DASH] = ACTIONS(4249), - [anon_sym_BANG] = ACTIONS(4247), - [anon_sym_suspend] = ACTIONS(4247), - [anon_sym_sealed] = ACTIONS(4247), - [anon_sym_annotation] = ACTIONS(4247), - [anon_sym_data] = ACTIONS(4247), - [anon_sym_inner] = ACTIONS(4247), - [anon_sym_value] = ACTIONS(4247), - [anon_sym_override] = ACTIONS(4247), - [anon_sym_lateinit] = ACTIONS(4247), - [anon_sym_public] = ACTIONS(4247), - [anon_sym_private] = ACTIONS(4247), - [anon_sym_internal] = ACTIONS(4247), - [anon_sym_protected] = ACTIONS(4247), - [anon_sym_tailrec] = ACTIONS(4247), - [anon_sym_operator] = ACTIONS(4247), - [anon_sym_infix] = ACTIONS(4247), - [anon_sym_inline] = ACTIONS(4247), - [anon_sym_external] = ACTIONS(4247), - [sym_property_modifier] = ACTIONS(4247), - [anon_sym_abstract] = ACTIONS(4247), - [anon_sym_final] = ACTIONS(4247), - [anon_sym_open] = ACTIONS(4247), - [anon_sym_vararg] = ACTIONS(4247), - [anon_sym_noinline] = ACTIONS(4247), - [anon_sym_crossinline] = ACTIONS(4247), - [anon_sym_expect] = ACTIONS(4247), - [anon_sym_actual] = ACTIONS(4247), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4249), - [anon_sym_continue_AT] = ACTIONS(4249), - [anon_sym_break_AT] = ACTIONS(4249), - [anon_sym_this_AT] = ACTIONS(4249), - [anon_sym_super_AT] = ACTIONS(4249), - [sym_real_literal] = ACTIONS(4249), - [sym_integer_literal] = ACTIONS(4247), - [sym_hex_literal] = ACTIONS(4249), - [sym_bin_literal] = ACTIONS(4249), - [anon_sym_true] = ACTIONS(4247), - [anon_sym_false] = ACTIONS(4247), - [anon_sym_SQUOTE] = ACTIONS(4249), - [sym__backtick_identifier] = ACTIONS(4249), - [sym__automatic_semicolon] = ACTIONS(4249), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4249), + [3125] = { + [sym__alpha_identifier] = ACTIONS(3095), + [anon_sym_AT] = ACTIONS(3097), + [anon_sym_LBRACK] = ACTIONS(3097), + [anon_sym_as] = ACTIONS(3095), + [anon_sym_EQ] = ACTIONS(3095), + [anon_sym_LBRACE] = ACTIONS(3097), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(3097), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(3095), + [anon_sym_GT] = ACTIONS(3095), + [anon_sym_where] = ACTIONS(3095), + [anon_sym_object] = ACTIONS(3095), + [anon_sym_fun] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(3095), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3095), + [anon_sym_set] = ACTIONS(3095), + [anon_sym_this] = ACTIONS(3095), + [anon_sym_super] = ACTIONS(3095), + [anon_sym_STAR] = ACTIONS(3095), + [sym_label] = ACTIONS(3095), + [anon_sym_in] = ACTIONS(3095), + [anon_sym_DOT_DOT] = ACTIONS(3097), + [anon_sym_QMARK_COLON] = ACTIONS(3097), + [anon_sym_AMP_AMP] = ACTIONS(3097), + [anon_sym_PIPE_PIPE] = ACTIONS(3097), + [anon_sym_null] = ACTIONS(3095), + [anon_sym_if] = ACTIONS(3095), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_when] = ACTIONS(3095), + [anon_sym_try] = ACTIONS(3095), + [anon_sym_throw] = ACTIONS(3095), + [anon_sym_return] = ACTIONS(3095), + [anon_sym_continue] = ACTIONS(3095), + [anon_sym_break] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(3097), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(3095), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3097), + [anon_sym_EQ_EQ] = ACTIONS(3095), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3097), + [anon_sym_LT_EQ] = ACTIONS(3097), + [anon_sym_GT_EQ] = ACTIONS(3097), + [anon_sym_BANGin] = ACTIONS(3097), + [anon_sym_is] = ACTIONS(3095), + [anon_sym_BANGis] = ACTIONS(3097), + [anon_sym_PLUS] = ACTIONS(3095), + [anon_sym_DASH] = ACTIONS(3095), + [anon_sym_SLASH] = ACTIONS(3095), + [anon_sym_PERCENT] = ACTIONS(3095), + [anon_sym_as_QMARK] = ACTIONS(3097), + [anon_sym_PLUS_PLUS] = ACTIONS(3097), + [anon_sym_DASH_DASH] = ACTIONS(3097), + [anon_sym_BANG] = ACTIONS(3095), + [anon_sym_BANG_BANG] = ACTIONS(3097), + [anon_sym_data] = ACTIONS(3095), + [anon_sym_inner] = ACTIONS(3095), + [anon_sym_value] = ACTIONS(3095), + [anon_sym_expect] = ACTIONS(3095), + [anon_sym_actual] = ACTIONS(3095), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3097), + [anon_sym_continue_AT] = ACTIONS(3097), + [anon_sym_break_AT] = ACTIONS(3097), + [anon_sym_this_AT] = ACTIONS(3097), + [anon_sym_super_AT] = ACTIONS(3097), + [sym_real_literal] = ACTIONS(3097), + [sym_integer_literal] = ACTIONS(3095), + [sym_hex_literal] = ACTIONS(3097), + [sym_bin_literal] = ACTIONS(3097), + [anon_sym_true] = ACTIONS(3095), + [anon_sym_false] = ACTIONS(3095), + [anon_sym_SQUOTE] = ACTIONS(3097), + [sym__backtick_identifier] = ACTIONS(3097), + [sym__automatic_semicolon] = ACTIONS(3097), + [sym_safe_nav] = ACTIONS(3097), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3097), }, - [3155] = { - [sym__alpha_identifier] = ACTIONS(4870), - [anon_sym_AT] = ACTIONS(4872), - [anon_sym_LBRACK] = ACTIONS(4872), - [anon_sym_as] = ACTIONS(4870), - [anon_sym_EQ] = ACTIONS(4870), - [anon_sym_LBRACE] = ACTIONS(4872), - [anon_sym_RBRACE] = ACTIONS(4872), - [anon_sym_LPAREN] = ACTIONS(4872), - [anon_sym_COMMA] = ACTIONS(4872), - [anon_sym_LT] = ACTIONS(4870), - [anon_sym_GT] = ACTIONS(4870), - [anon_sym_where] = ACTIONS(4870), - [anon_sym_object] = ACTIONS(4870), - [anon_sym_fun] = ACTIONS(4870), - [anon_sym_DOT] = ACTIONS(4870), - [anon_sym_SEMI] = ACTIONS(4872), - [anon_sym_get] = ACTIONS(4870), - [anon_sym_set] = ACTIONS(4870), - [anon_sym_this] = ACTIONS(4870), - [anon_sym_super] = ACTIONS(4870), - [anon_sym_STAR] = ACTIONS(4870), - [sym_label] = ACTIONS(4870), - [anon_sym_in] = ACTIONS(4870), - [anon_sym_DOT_DOT] = ACTIONS(4872), - [anon_sym_QMARK_COLON] = ACTIONS(4872), - [anon_sym_AMP_AMP] = ACTIONS(4872), - [anon_sym_PIPE_PIPE] = ACTIONS(4872), - [anon_sym_null] = ACTIONS(4870), - [anon_sym_if] = ACTIONS(4870), - [anon_sym_else] = ACTIONS(4870), - [anon_sym_when] = ACTIONS(4870), - [anon_sym_try] = ACTIONS(4870), - [anon_sym_throw] = ACTIONS(4870), - [anon_sym_return] = ACTIONS(4870), - [anon_sym_continue] = ACTIONS(4870), - [anon_sym_break] = ACTIONS(4870), - [anon_sym_COLON_COLON] = ACTIONS(4872), - [anon_sym_PLUS_EQ] = ACTIONS(4872), - [anon_sym_DASH_EQ] = ACTIONS(4872), - [anon_sym_STAR_EQ] = ACTIONS(4872), - [anon_sym_SLASH_EQ] = ACTIONS(4872), - [anon_sym_PERCENT_EQ] = ACTIONS(4872), - [anon_sym_BANG_EQ] = ACTIONS(4870), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4872), - [anon_sym_EQ_EQ] = ACTIONS(4870), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4872), - [anon_sym_LT_EQ] = ACTIONS(4872), - [anon_sym_GT_EQ] = ACTIONS(4872), - [anon_sym_BANGin] = ACTIONS(4872), - [anon_sym_is] = ACTIONS(4870), - [anon_sym_BANGis] = ACTIONS(4872), - [anon_sym_PLUS] = ACTIONS(4870), - [anon_sym_DASH] = ACTIONS(4870), - [anon_sym_SLASH] = ACTIONS(4870), - [anon_sym_PERCENT] = ACTIONS(4870), - [anon_sym_as_QMARK] = ACTIONS(4872), - [anon_sym_PLUS_PLUS] = ACTIONS(4872), - [anon_sym_DASH_DASH] = ACTIONS(4872), - [anon_sym_BANG] = ACTIONS(4870), - [anon_sym_BANG_BANG] = ACTIONS(4872), - [anon_sym_data] = ACTIONS(4870), - [anon_sym_inner] = ACTIONS(4870), - [anon_sym_value] = ACTIONS(4870), - [anon_sym_expect] = ACTIONS(4870), - [anon_sym_actual] = ACTIONS(4870), + [3126] = { + [sym__alpha_identifier] = ACTIONS(5195), + [anon_sym_AT] = ACTIONS(5197), + [anon_sym_LBRACK] = ACTIONS(5197), + [anon_sym_as] = ACTIONS(5195), + [anon_sym_EQ] = ACTIONS(5195), + [anon_sym_LBRACE] = ACTIONS(5197), + [anon_sym_RBRACE] = ACTIONS(5197), + [anon_sym_LPAREN] = ACTIONS(5197), + [anon_sym_COMMA] = ACTIONS(5197), + [anon_sym_LT] = ACTIONS(5195), + [anon_sym_GT] = ACTIONS(5195), + [anon_sym_where] = ACTIONS(5195), + [anon_sym_object] = ACTIONS(5195), + [anon_sym_fun] = ACTIONS(5195), + [anon_sym_DOT] = ACTIONS(5195), + [anon_sym_SEMI] = ACTIONS(5197), + [anon_sym_get] = ACTIONS(5195), + [anon_sym_set] = ACTIONS(5195), + [anon_sym_this] = ACTIONS(5195), + [anon_sym_super] = ACTIONS(5195), + [anon_sym_STAR] = ACTIONS(5195), + [sym_label] = ACTIONS(5195), + [anon_sym_in] = ACTIONS(5195), + [anon_sym_DOT_DOT] = ACTIONS(5197), + [anon_sym_QMARK_COLON] = ACTIONS(5197), + [anon_sym_AMP_AMP] = ACTIONS(5197), + [anon_sym_PIPE_PIPE] = ACTIONS(5197), + [anon_sym_null] = ACTIONS(5195), + [anon_sym_if] = ACTIONS(5195), + [anon_sym_else] = ACTIONS(5195), + [anon_sym_when] = ACTIONS(5195), + [anon_sym_try] = ACTIONS(5195), + [anon_sym_throw] = ACTIONS(5195), + [anon_sym_return] = ACTIONS(5195), + [anon_sym_continue] = ACTIONS(5195), + [anon_sym_break] = ACTIONS(5195), + [anon_sym_COLON_COLON] = ACTIONS(5197), + [anon_sym_PLUS_EQ] = ACTIONS(5197), + [anon_sym_DASH_EQ] = ACTIONS(5197), + [anon_sym_STAR_EQ] = ACTIONS(5197), + [anon_sym_SLASH_EQ] = ACTIONS(5197), + [anon_sym_PERCENT_EQ] = ACTIONS(5197), + [anon_sym_BANG_EQ] = ACTIONS(5195), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5197), + [anon_sym_EQ_EQ] = ACTIONS(5195), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5197), + [anon_sym_LT_EQ] = ACTIONS(5197), + [anon_sym_GT_EQ] = ACTIONS(5197), + [anon_sym_BANGin] = ACTIONS(5197), + [anon_sym_is] = ACTIONS(5195), + [anon_sym_BANGis] = ACTIONS(5197), + [anon_sym_PLUS] = ACTIONS(5195), + [anon_sym_DASH] = ACTIONS(5195), + [anon_sym_SLASH] = ACTIONS(5195), + [anon_sym_PERCENT] = ACTIONS(5195), + [anon_sym_as_QMARK] = ACTIONS(5197), + [anon_sym_PLUS_PLUS] = ACTIONS(5197), + [anon_sym_DASH_DASH] = ACTIONS(5197), + [anon_sym_BANG] = ACTIONS(5195), + [anon_sym_BANG_BANG] = ACTIONS(5197), + [anon_sym_data] = ACTIONS(5195), + [anon_sym_inner] = ACTIONS(5195), + [anon_sym_value] = ACTIONS(5195), + [anon_sym_expect] = ACTIONS(5195), + [anon_sym_actual] = ACTIONS(5195), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4872), - [anon_sym_continue_AT] = ACTIONS(4872), - [anon_sym_break_AT] = ACTIONS(4872), - [anon_sym_this_AT] = ACTIONS(4872), - [anon_sym_super_AT] = ACTIONS(4872), - [sym_real_literal] = ACTIONS(4872), - [sym_integer_literal] = ACTIONS(4870), - [sym_hex_literal] = ACTIONS(4872), - [sym_bin_literal] = ACTIONS(4872), - [anon_sym_true] = ACTIONS(4870), - [anon_sym_false] = ACTIONS(4870), - [anon_sym_SQUOTE] = ACTIONS(4872), - [sym__backtick_identifier] = ACTIONS(4872), - [sym__automatic_semicolon] = ACTIONS(4872), - [sym_safe_nav] = ACTIONS(4872), + [anon_sym_return_AT] = ACTIONS(5197), + [anon_sym_continue_AT] = ACTIONS(5197), + [anon_sym_break_AT] = ACTIONS(5197), + [anon_sym_this_AT] = ACTIONS(5197), + [anon_sym_super_AT] = ACTIONS(5197), + [sym_real_literal] = ACTIONS(5197), + [sym_integer_literal] = ACTIONS(5195), + [sym_hex_literal] = ACTIONS(5197), + [sym_bin_literal] = ACTIONS(5197), + [anon_sym_true] = ACTIONS(5195), + [anon_sym_false] = ACTIONS(5195), + [anon_sym_SQUOTE] = ACTIONS(5197), + [sym__backtick_identifier] = ACTIONS(5197), + [sym__automatic_semicolon] = ACTIONS(5197), + [sym_safe_nav] = ACTIONS(5197), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4872), + [sym__string_start] = ACTIONS(5197), }, - [3156] = { - [sym__alpha_identifier] = ACTIONS(4898), - [anon_sym_AT] = ACTIONS(4900), - [anon_sym_LBRACK] = ACTIONS(4900), - [anon_sym_as] = ACTIONS(4898), - [anon_sym_EQ] = ACTIONS(4898), - [anon_sym_LBRACE] = ACTIONS(4900), - [anon_sym_RBRACE] = ACTIONS(4900), - [anon_sym_LPAREN] = ACTIONS(4900), - [anon_sym_COMMA] = ACTIONS(4900), - [anon_sym_LT] = ACTIONS(4898), - [anon_sym_GT] = ACTIONS(4898), - [anon_sym_where] = ACTIONS(4898), - [anon_sym_object] = ACTIONS(4898), - [anon_sym_fun] = ACTIONS(4898), - [anon_sym_DOT] = ACTIONS(4898), - [anon_sym_SEMI] = ACTIONS(4900), - [anon_sym_get] = ACTIONS(4898), - [anon_sym_set] = ACTIONS(4898), - [anon_sym_this] = ACTIONS(4898), - [anon_sym_super] = ACTIONS(4898), - [anon_sym_STAR] = ACTIONS(4898), - [sym_label] = ACTIONS(4898), - [anon_sym_in] = ACTIONS(4898), - [anon_sym_DOT_DOT] = ACTIONS(4900), - [anon_sym_QMARK_COLON] = ACTIONS(4900), - [anon_sym_AMP_AMP] = ACTIONS(4900), - [anon_sym_PIPE_PIPE] = ACTIONS(4900), - [anon_sym_null] = ACTIONS(4898), - [anon_sym_if] = ACTIONS(4898), - [anon_sym_else] = ACTIONS(4898), - [anon_sym_when] = ACTIONS(4898), - [anon_sym_try] = ACTIONS(4898), - [anon_sym_throw] = ACTIONS(4898), - [anon_sym_return] = ACTIONS(4898), - [anon_sym_continue] = ACTIONS(4898), - [anon_sym_break] = ACTIONS(4898), - [anon_sym_COLON_COLON] = ACTIONS(4900), - [anon_sym_PLUS_EQ] = ACTIONS(4900), - [anon_sym_DASH_EQ] = ACTIONS(4900), - [anon_sym_STAR_EQ] = ACTIONS(4900), - [anon_sym_SLASH_EQ] = ACTIONS(4900), - [anon_sym_PERCENT_EQ] = ACTIONS(4900), - [anon_sym_BANG_EQ] = ACTIONS(4898), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4900), - [anon_sym_EQ_EQ] = ACTIONS(4898), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4900), - [anon_sym_LT_EQ] = ACTIONS(4900), - [anon_sym_GT_EQ] = ACTIONS(4900), - [anon_sym_BANGin] = ACTIONS(4900), - [anon_sym_is] = ACTIONS(4898), - [anon_sym_BANGis] = ACTIONS(4900), - [anon_sym_PLUS] = ACTIONS(4898), - [anon_sym_DASH] = ACTIONS(4898), - [anon_sym_SLASH] = ACTIONS(4898), - [anon_sym_PERCENT] = ACTIONS(4898), - [anon_sym_as_QMARK] = ACTIONS(4900), - [anon_sym_PLUS_PLUS] = ACTIONS(4900), - [anon_sym_DASH_DASH] = ACTIONS(4900), - [anon_sym_BANG] = ACTIONS(4898), - [anon_sym_BANG_BANG] = ACTIONS(4900), - [anon_sym_data] = ACTIONS(4898), - [anon_sym_inner] = ACTIONS(4898), - [anon_sym_value] = ACTIONS(4898), - [anon_sym_expect] = ACTIONS(4898), - [anon_sym_actual] = ACTIONS(4898), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4900), - [anon_sym_continue_AT] = ACTIONS(4900), - [anon_sym_break_AT] = ACTIONS(4900), - [anon_sym_this_AT] = ACTIONS(4900), - [anon_sym_super_AT] = ACTIONS(4900), - [sym_real_literal] = ACTIONS(4900), - [sym_integer_literal] = ACTIONS(4898), - [sym_hex_literal] = ACTIONS(4900), - [sym_bin_literal] = ACTIONS(4900), - [anon_sym_true] = ACTIONS(4898), - [anon_sym_false] = ACTIONS(4898), - [anon_sym_SQUOTE] = ACTIONS(4900), - [sym__backtick_identifier] = ACTIONS(4900), - [sym__automatic_semicolon] = ACTIONS(4900), - [sym_safe_nav] = ACTIONS(4900), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4900), - }, - [3157] = { - [sym__alpha_identifier] = ACTIONS(4850), - [anon_sym_AT] = ACTIONS(4852), - [anon_sym_LBRACK] = ACTIONS(4852), - [anon_sym_as] = ACTIONS(4850), - [anon_sym_EQ] = ACTIONS(4850), - [anon_sym_LBRACE] = ACTIONS(4852), - [anon_sym_RBRACE] = ACTIONS(4852), - [anon_sym_LPAREN] = ACTIONS(4852), - [anon_sym_COMMA] = ACTIONS(4852), - [anon_sym_LT] = ACTIONS(4850), - [anon_sym_GT] = ACTIONS(4850), - [anon_sym_where] = ACTIONS(4850), - [anon_sym_object] = ACTIONS(4850), - [anon_sym_fun] = ACTIONS(4850), - [anon_sym_DOT] = ACTIONS(4850), - [anon_sym_SEMI] = ACTIONS(4852), - [anon_sym_get] = ACTIONS(4850), - [anon_sym_set] = ACTIONS(4850), - [anon_sym_this] = ACTIONS(4850), - [anon_sym_super] = ACTIONS(4850), - [anon_sym_STAR] = ACTIONS(4850), - [sym_label] = ACTIONS(4850), - [anon_sym_in] = ACTIONS(4850), - [anon_sym_DOT_DOT] = ACTIONS(4852), - [anon_sym_QMARK_COLON] = ACTIONS(4852), - [anon_sym_AMP_AMP] = ACTIONS(4852), - [anon_sym_PIPE_PIPE] = ACTIONS(4852), - [anon_sym_null] = ACTIONS(4850), - [anon_sym_if] = ACTIONS(4850), - [anon_sym_else] = ACTIONS(4850), - [anon_sym_when] = ACTIONS(4850), - [anon_sym_try] = ACTIONS(4850), - [anon_sym_throw] = ACTIONS(4850), - [anon_sym_return] = ACTIONS(4850), - [anon_sym_continue] = ACTIONS(4850), - [anon_sym_break] = ACTIONS(4850), - [anon_sym_COLON_COLON] = ACTIONS(4852), - [anon_sym_PLUS_EQ] = ACTIONS(4852), - [anon_sym_DASH_EQ] = ACTIONS(4852), - [anon_sym_STAR_EQ] = ACTIONS(4852), - [anon_sym_SLASH_EQ] = ACTIONS(4852), - [anon_sym_PERCENT_EQ] = ACTIONS(4852), - [anon_sym_BANG_EQ] = ACTIONS(4850), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4852), - [anon_sym_EQ_EQ] = ACTIONS(4850), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4852), - [anon_sym_LT_EQ] = ACTIONS(4852), - [anon_sym_GT_EQ] = ACTIONS(4852), - [anon_sym_BANGin] = ACTIONS(4852), - [anon_sym_is] = ACTIONS(4850), - [anon_sym_BANGis] = ACTIONS(4852), - [anon_sym_PLUS] = ACTIONS(4850), - [anon_sym_DASH] = ACTIONS(4850), - [anon_sym_SLASH] = ACTIONS(4850), - [anon_sym_PERCENT] = ACTIONS(4850), - [anon_sym_as_QMARK] = ACTIONS(4852), - [anon_sym_PLUS_PLUS] = ACTIONS(4852), - [anon_sym_DASH_DASH] = ACTIONS(4852), - [anon_sym_BANG] = ACTIONS(4850), - [anon_sym_BANG_BANG] = ACTIONS(4852), - [anon_sym_data] = ACTIONS(4850), - [anon_sym_inner] = ACTIONS(4850), - [anon_sym_value] = ACTIONS(4850), - [anon_sym_expect] = ACTIONS(4850), - [anon_sym_actual] = ACTIONS(4850), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4852), - [anon_sym_continue_AT] = ACTIONS(4852), - [anon_sym_break_AT] = ACTIONS(4852), - [anon_sym_this_AT] = ACTIONS(4852), - [anon_sym_super_AT] = ACTIONS(4852), - [sym_real_literal] = ACTIONS(4852), - [sym_integer_literal] = ACTIONS(4850), - [sym_hex_literal] = ACTIONS(4852), - [sym_bin_literal] = ACTIONS(4852), - [anon_sym_true] = ACTIONS(4850), - [anon_sym_false] = ACTIONS(4850), - [anon_sym_SQUOTE] = ACTIONS(4852), - [sym__backtick_identifier] = ACTIONS(4852), - [sym__automatic_semicolon] = ACTIONS(4852), - [sym_safe_nav] = ACTIONS(4852), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4852), - }, - [3158] = { - [sym_function_body] = STATE(3121), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_object] = ACTIONS(4295), - [anon_sym_fun] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_this] = ACTIONS(4295), - [anon_sym_super] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [sym_label] = ACTIONS(4295), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_null] = ACTIONS(4295), - [anon_sym_if] = ACTIONS(4295), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_when] = ACTIONS(4295), - [anon_sym_try] = ACTIONS(4295), - [anon_sym_throw] = ACTIONS(4295), - [anon_sym_return] = ACTIONS(4295), - [anon_sym_continue] = ACTIONS(4295), - [anon_sym_break] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4297), - [anon_sym_continue_AT] = ACTIONS(4297), - [anon_sym_break_AT] = ACTIONS(4297), - [anon_sym_this_AT] = ACTIONS(4297), - [anon_sym_super_AT] = ACTIONS(4297), - [sym_real_literal] = ACTIONS(4297), - [sym_integer_literal] = ACTIONS(4295), - [sym_hex_literal] = ACTIONS(4297), - [sym_bin_literal] = ACTIONS(4297), - [anon_sym_true] = ACTIONS(4295), - [anon_sym_false] = ACTIONS(4295), - [anon_sym_SQUOTE] = ACTIONS(4297), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4297), - }, - [3159] = { - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(4295), - [anon_sym_LBRACE] = ACTIONS(4297), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(4295), - [anon_sym_object] = ACTIONS(4295), - [anon_sym_fun] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_this] = ACTIONS(4295), - [anon_sym_super] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [sym_label] = ACTIONS(4295), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_null] = ACTIONS(4295), - [anon_sym_if] = ACTIONS(4295), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_when] = ACTIONS(4295), - [anon_sym_try] = ACTIONS(4295), - [anon_sym_throw] = ACTIONS(4295), - [anon_sym_return] = ACTIONS(4295), - [anon_sym_continue] = ACTIONS(4295), - [anon_sym_break] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4297), - [anon_sym_continue_AT] = ACTIONS(4297), - [anon_sym_break_AT] = ACTIONS(4297), - [anon_sym_this_AT] = ACTIONS(4297), - [anon_sym_super_AT] = ACTIONS(4297), - [sym_real_literal] = ACTIONS(4297), - [sym_integer_literal] = ACTIONS(4295), - [sym_hex_literal] = ACTIONS(4297), - [sym_bin_literal] = ACTIONS(4297), - [anon_sym_true] = ACTIONS(4295), - [anon_sym_false] = ACTIONS(4295), - [anon_sym_SQUOTE] = ACTIONS(4297), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4297), - }, - [3160] = { - [sym__alpha_identifier] = ACTIONS(4866), - [anon_sym_AT] = ACTIONS(4868), - [anon_sym_LBRACK] = ACTIONS(4868), - [anon_sym_as] = ACTIONS(4866), - [anon_sym_EQ] = ACTIONS(4866), - [anon_sym_LBRACE] = ACTIONS(4868), - [anon_sym_RBRACE] = ACTIONS(4868), - [anon_sym_LPAREN] = ACTIONS(4868), - [anon_sym_COMMA] = ACTIONS(4868), - [anon_sym_LT] = ACTIONS(4866), - [anon_sym_GT] = ACTIONS(4866), - [anon_sym_where] = ACTIONS(4866), - [anon_sym_object] = ACTIONS(4866), - [anon_sym_fun] = ACTIONS(4866), - [anon_sym_DOT] = ACTIONS(4866), - [anon_sym_SEMI] = ACTIONS(4868), - [anon_sym_get] = ACTIONS(4866), - [anon_sym_set] = ACTIONS(4866), - [anon_sym_this] = ACTIONS(4866), - [anon_sym_super] = ACTIONS(4866), - [anon_sym_STAR] = ACTIONS(4866), - [sym_label] = ACTIONS(4866), - [anon_sym_in] = ACTIONS(4866), - [anon_sym_DOT_DOT] = ACTIONS(4868), - [anon_sym_QMARK_COLON] = ACTIONS(4868), - [anon_sym_AMP_AMP] = ACTIONS(4868), - [anon_sym_PIPE_PIPE] = ACTIONS(4868), - [anon_sym_null] = ACTIONS(4866), - [anon_sym_if] = ACTIONS(4866), - [anon_sym_else] = ACTIONS(4866), - [anon_sym_when] = ACTIONS(4866), - [anon_sym_try] = ACTIONS(4866), - [anon_sym_throw] = ACTIONS(4866), - [anon_sym_return] = ACTIONS(4866), - [anon_sym_continue] = ACTIONS(4866), - [anon_sym_break] = ACTIONS(4866), - [anon_sym_COLON_COLON] = ACTIONS(4868), - [anon_sym_PLUS_EQ] = ACTIONS(4868), - [anon_sym_DASH_EQ] = ACTIONS(4868), - [anon_sym_STAR_EQ] = ACTIONS(4868), - [anon_sym_SLASH_EQ] = ACTIONS(4868), - [anon_sym_PERCENT_EQ] = ACTIONS(4868), - [anon_sym_BANG_EQ] = ACTIONS(4866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4868), - [anon_sym_EQ_EQ] = ACTIONS(4866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4868), - [anon_sym_LT_EQ] = ACTIONS(4868), - [anon_sym_GT_EQ] = ACTIONS(4868), - [anon_sym_BANGin] = ACTIONS(4868), - [anon_sym_is] = ACTIONS(4866), - [anon_sym_BANGis] = ACTIONS(4868), - [anon_sym_PLUS] = ACTIONS(4866), - [anon_sym_DASH] = ACTIONS(4866), - [anon_sym_SLASH] = ACTIONS(4866), - [anon_sym_PERCENT] = ACTIONS(4866), - [anon_sym_as_QMARK] = ACTIONS(4868), - [anon_sym_PLUS_PLUS] = ACTIONS(4868), - [anon_sym_DASH_DASH] = ACTIONS(4868), - [anon_sym_BANG] = ACTIONS(4866), - [anon_sym_BANG_BANG] = ACTIONS(4868), - [anon_sym_data] = ACTIONS(4866), - [anon_sym_inner] = ACTIONS(4866), - [anon_sym_value] = ACTIONS(4866), - [anon_sym_expect] = ACTIONS(4866), - [anon_sym_actual] = ACTIONS(4866), + [3127] = { + [sym__alpha_identifier] = ACTIONS(4327), + [anon_sym_AT] = ACTIONS(4329), + [anon_sym_LBRACK] = ACTIONS(4329), + [anon_sym_EQ] = ACTIONS(4329), + [anon_sym_LBRACE] = ACTIONS(4329), + [anon_sym_RBRACE] = ACTIONS(4329), + [anon_sym_LPAREN] = ACTIONS(4329), + [anon_sym_COMMA] = ACTIONS(4329), + [anon_sym_by] = ACTIONS(4327), + [anon_sym_where] = ACTIONS(4327), + [anon_sym_object] = ACTIONS(4327), + [anon_sym_fun] = ACTIONS(4327), + [anon_sym_SEMI] = ACTIONS(4329), + [anon_sym_get] = ACTIONS(4327), + [anon_sym_set] = ACTIONS(4327), + [anon_sym_this] = ACTIONS(4327), + [anon_sym_super] = ACTIONS(4327), + [sym__quest] = ACTIONS(4329), + [anon_sym_STAR] = ACTIONS(4329), + [anon_sym_DASH_GT] = ACTIONS(4331), + [sym_label] = ACTIONS(4327), + [anon_sym_in] = ACTIONS(4327), + [anon_sym_null] = ACTIONS(4327), + [anon_sym_if] = ACTIONS(4327), + [anon_sym_else] = ACTIONS(4327), + [anon_sym_when] = ACTIONS(4327), + [anon_sym_try] = ACTIONS(4327), + [anon_sym_throw] = ACTIONS(4327), + [anon_sym_return] = ACTIONS(4327), + [anon_sym_continue] = ACTIONS(4327), + [anon_sym_break] = ACTIONS(4327), + [anon_sym_COLON_COLON] = ACTIONS(4329), + [anon_sym_BANGin] = ACTIONS(4329), + [anon_sym_is] = ACTIONS(4327), + [anon_sym_BANGis] = ACTIONS(4329), + [anon_sym_PLUS] = ACTIONS(4327), + [anon_sym_DASH] = ACTIONS(4327), + [anon_sym_PLUS_PLUS] = ACTIONS(4329), + [anon_sym_DASH_DASH] = ACTIONS(4329), + [anon_sym_BANG] = ACTIONS(4327), + [anon_sym_suspend] = ACTIONS(4327), + [anon_sym_sealed] = ACTIONS(4327), + [anon_sym_annotation] = ACTIONS(4327), + [anon_sym_data] = ACTIONS(4327), + [anon_sym_inner] = ACTIONS(4327), + [anon_sym_value] = ACTIONS(4327), + [anon_sym_override] = ACTIONS(4327), + [anon_sym_lateinit] = ACTIONS(4327), + [anon_sym_public] = ACTIONS(4327), + [anon_sym_private] = ACTIONS(4327), + [anon_sym_internal] = ACTIONS(4327), + [anon_sym_protected] = ACTIONS(4327), + [anon_sym_tailrec] = ACTIONS(4327), + [anon_sym_operator] = ACTIONS(4327), + [anon_sym_infix] = ACTIONS(4327), + [anon_sym_inline] = ACTIONS(4327), + [anon_sym_external] = ACTIONS(4327), + [sym_property_modifier] = ACTIONS(4327), + [anon_sym_abstract] = ACTIONS(4327), + [anon_sym_final] = ACTIONS(4327), + [anon_sym_open] = ACTIONS(4327), + [anon_sym_vararg] = ACTIONS(4327), + [anon_sym_noinline] = ACTIONS(4327), + [anon_sym_crossinline] = ACTIONS(4327), + [anon_sym_expect] = ACTIONS(4327), + [anon_sym_actual] = ACTIONS(4327), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4868), - [anon_sym_continue_AT] = ACTIONS(4868), - [anon_sym_break_AT] = ACTIONS(4868), - [anon_sym_this_AT] = ACTIONS(4868), - [anon_sym_super_AT] = ACTIONS(4868), - [sym_real_literal] = ACTIONS(4868), - [sym_integer_literal] = ACTIONS(4866), - [sym_hex_literal] = ACTIONS(4868), - [sym_bin_literal] = ACTIONS(4868), - [anon_sym_true] = ACTIONS(4866), - [anon_sym_false] = ACTIONS(4866), - [anon_sym_SQUOTE] = ACTIONS(4868), - [sym__backtick_identifier] = ACTIONS(4868), - [sym__automatic_semicolon] = ACTIONS(4868), - [sym_safe_nav] = ACTIONS(4868), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4868), - }, - [3161] = { - [sym__alpha_identifier] = ACTIONS(4000), - [anon_sym_AT] = ACTIONS(4002), - [anon_sym_LBRACK] = ACTIONS(4002), - [anon_sym_as] = ACTIONS(4000), - [anon_sym_EQ] = ACTIONS(4000), - [anon_sym_LBRACE] = ACTIONS(4002), - [anon_sym_RBRACE] = ACTIONS(4002), - [anon_sym_LPAREN] = ACTIONS(4002), - [anon_sym_COMMA] = ACTIONS(4002), - [anon_sym_LT] = ACTIONS(4000), - [anon_sym_GT] = ACTIONS(4000), - [anon_sym_where] = ACTIONS(4000), - [anon_sym_object] = ACTIONS(4000), - [anon_sym_fun] = ACTIONS(4000), - [anon_sym_DOT] = ACTIONS(4000), - [anon_sym_SEMI] = ACTIONS(4002), - [anon_sym_get] = ACTIONS(4000), - [anon_sym_set] = ACTIONS(4000), - [anon_sym_this] = ACTIONS(4000), - [anon_sym_super] = ACTIONS(4000), - [anon_sym_STAR] = ACTIONS(4000), - [sym_label] = ACTIONS(4000), - [anon_sym_in] = ACTIONS(4000), - [anon_sym_DOT_DOT] = ACTIONS(4002), - [anon_sym_QMARK_COLON] = ACTIONS(4002), - [anon_sym_AMP_AMP] = ACTIONS(4002), - [anon_sym_PIPE_PIPE] = ACTIONS(4002), - [anon_sym_null] = ACTIONS(4000), - [anon_sym_if] = ACTIONS(4000), - [anon_sym_else] = ACTIONS(4000), - [anon_sym_when] = ACTIONS(4000), - [anon_sym_try] = ACTIONS(4000), - [anon_sym_throw] = ACTIONS(4000), - [anon_sym_return] = ACTIONS(4000), - [anon_sym_continue] = ACTIONS(4000), - [anon_sym_break] = ACTIONS(4000), - [anon_sym_COLON_COLON] = ACTIONS(4002), - [anon_sym_PLUS_EQ] = ACTIONS(4002), - [anon_sym_DASH_EQ] = ACTIONS(4002), - [anon_sym_STAR_EQ] = ACTIONS(4002), - [anon_sym_SLASH_EQ] = ACTIONS(4002), - [anon_sym_PERCENT_EQ] = ACTIONS(4002), - [anon_sym_BANG_EQ] = ACTIONS(4000), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4002), - [anon_sym_EQ_EQ] = ACTIONS(4000), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4002), - [anon_sym_LT_EQ] = ACTIONS(4002), - [anon_sym_GT_EQ] = ACTIONS(4002), - [anon_sym_BANGin] = ACTIONS(4002), - [anon_sym_is] = ACTIONS(4000), - [anon_sym_BANGis] = ACTIONS(4002), - [anon_sym_PLUS] = ACTIONS(4000), - [anon_sym_DASH] = ACTIONS(4000), - [anon_sym_SLASH] = ACTIONS(4000), - [anon_sym_PERCENT] = ACTIONS(4000), - [anon_sym_as_QMARK] = ACTIONS(4002), - [anon_sym_PLUS_PLUS] = ACTIONS(4002), - [anon_sym_DASH_DASH] = ACTIONS(4002), - [anon_sym_BANG] = ACTIONS(4000), - [anon_sym_BANG_BANG] = ACTIONS(4002), - [anon_sym_data] = ACTIONS(4000), - [anon_sym_inner] = ACTIONS(4000), - [anon_sym_value] = ACTIONS(4000), - [anon_sym_expect] = ACTIONS(4000), - [anon_sym_actual] = ACTIONS(4000), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4002), - [anon_sym_continue_AT] = ACTIONS(4002), - [anon_sym_break_AT] = ACTIONS(4002), - [anon_sym_this_AT] = ACTIONS(4002), - [anon_sym_super_AT] = ACTIONS(4002), - [sym_real_literal] = ACTIONS(4002), - [sym_integer_literal] = ACTIONS(4000), - [sym_hex_literal] = ACTIONS(4002), - [sym_bin_literal] = ACTIONS(4002), - [anon_sym_true] = ACTIONS(4000), - [anon_sym_false] = ACTIONS(4000), - [anon_sym_SQUOTE] = ACTIONS(4002), - [sym__backtick_identifier] = ACTIONS(4002), - [sym__automatic_semicolon] = ACTIONS(4002), - [sym_safe_nav] = ACTIONS(4002), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4002), - }, - [3162] = { - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(1810), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_object] = ACTIONS(1808), - [anon_sym_fun] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(1808), - [anon_sym_set] = ACTIONS(1808), - [anon_sym_this] = ACTIONS(1808), - [anon_sym_super] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1808), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_null] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_when] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_throw] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG] = ACTIONS(1808), - [anon_sym_BANG_BANG] = ACTIONS(1810), - [anon_sym_data] = ACTIONS(1808), - [anon_sym_inner] = ACTIONS(1808), - [anon_sym_value] = ACTIONS(1808), - [anon_sym_expect] = ACTIONS(1808), - [anon_sym_actual] = ACTIONS(1808), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1810), - [anon_sym_continue_AT] = ACTIONS(1810), - [anon_sym_break_AT] = ACTIONS(1810), - [anon_sym_this_AT] = ACTIONS(1810), - [anon_sym_super_AT] = ACTIONS(1810), - [sym_real_literal] = ACTIONS(1810), - [sym_integer_literal] = ACTIONS(1808), - [sym_hex_literal] = ACTIONS(1810), - [sym_bin_literal] = ACTIONS(1810), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [anon_sym_SQUOTE] = ACTIONS(1810), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1810), - }, - [3163] = { - [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(4210), - [anon_sym_LBRACE] = ACTIONS(4212), - [anon_sym_RBRACE] = ACTIONS(4212), - [anon_sym_LPAREN] = ACTIONS(4212), - [anon_sym_COMMA] = ACTIONS(4212), - [anon_sym_RPAREN] = ACTIONS(4212), - [anon_sym_by] = ACTIONS(4210), - [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), - [sym__quest] = ACTIONS(4210), - [anon_sym_STAR] = ACTIONS(4210), - [anon_sym_DASH_GT] = ACTIONS(4214), - [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_value] = 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), + [anon_sym_return_AT] = ACTIONS(4329), + [anon_sym_continue_AT] = ACTIONS(4329), + [anon_sym_break_AT] = ACTIONS(4329), + [anon_sym_this_AT] = ACTIONS(4329), + [anon_sym_super_AT] = ACTIONS(4329), + [sym_real_literal] = ACTIONS(4329), + [sym_integer_literal] = ACTIONS(4327), + [sym_hex_literal] = ACTIONS(4329), + [sym_bin_literal] = ACTIONS(4329), + [anon_sym_true] = ACTIONS(4327), + [anon_sym_false] = ACTIONS(4327), + [anon_sym_SQUOTE] = ACTIONS(4329), + [sym__backtick_identifier] = ACTIONS(4329), + [sym__automatic_semicolon] = ACTIONS(4329), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4329), }, - [3164] = { - [sym_class_body] = STATE(3203), - [sym__alpha_identifier] = ACTIONS(4349), - [anon_sym_AT] = ACTIONS(4351), - [anon_sym_COLON] = ACTIONS(6677), - [anon_sym_LBRACK] = ACTIONS(4351), - [anon_sym_as] = ACTIONS(4349), - [anon_sym_EQ] = ACTIONS(4349), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4351), - [anon_sym_LPAREN] = ACTIONS(4351), - [anon_sym_LT] = ACTIONS(4349), - [anon_sym_GT] = ACTIONS(4349), - [anon_sym_object] = ACTIONS(4349), - [anon_sym_fun] = ACTIONS(4349), - [anon_sym_DOT] = ACTIONS(4349), - [anon_sym_SEMI] = ACTIONS(4351), - [anon_sym_get] = ACTIONS(4349), - [anon_sym_set] = ACTIONS(4349), - [anon_sym_this] = ACTIONS(4349), - [anon_sym_super] = ACTIONS(4349), - [anon_sym_STAR] = ACTIONS(4349), - [sym_label] = ACTIONS(4349), - [anon_sym_in] = ACTIONS(4349), - [anon_sym_DOT_DOT] = ACTIONS(4351), - [anon_sym_QMARK_COLON] = ACTIONS(4351), - [anon_sym_AMP_AMP] = ACTIONS(4351), - [anon_sym_PIPE_PIPE] = ACTIONS(4351), - [anon_sym_null] = ACTIONS(4349), - [anon_sym_if] = ACTIONS(4349), - [anon_sym_else] = ACTIONS(4349), - [anon_sym_when] = ACTIONS(4349), - [anon_sym_try] = ACTIONS(4349), - [anon_sym_throw] = ACTIONS(4349), - [anon_sym_return] = ACTIONS(4349), - [anon_sym_continue] = ACTIONS(4349), - [anon_sym_break] = ACTIONS(4349), - [anon_sym_COLON_COLON] = ACTIONS(4351), - [anon_sym_PLUS_EQ] = ACTIONS(4351), - [anon_sym_DASH_EQ] = ACTIONS(4351), - [anon_sym_STAR_EQ] = ACTIONS(4351), - [anon_sym_SLASH_EQ] = ACTIONS(4351), - [anon_sym_PERCENT_EQ] = ACTIONS(4351), - [anon_sym_BANG_EQ] = ACTIONS(4349), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4351), - [anon_sym_EQ_EQ] = ACTIONS(4349), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4351), - [anon_sym_LT_EQ] = ACTIONS(4351), - [anon_sym_GT_EQ] = ACTIONS(4351), - [anon_sym_BANGin] = ACTIONS(4351), - [anon_sym_is] = ACTIONS(4349), - [anon_sym_BANGis] = ACTIONS(4351), - [anon_sym_PLUS] = ACTIONS(4349), - [anon_sym_DASH] = ACTIONS(4349), - [anon_sym_SLASH] = ACTIONS(4349), - [anon_sym_PERCENT] = ACTIONS(4349), - [anon_sym_as_QMARK] = ACTIONS(4351), - [anon_sym_PLUS_PLUS] = ACTIONS(4351), - [anon_sym_DASH_DASH] = ACTIONS(4351), - [anon_sym_BANG] = ACTIONS(4349), - [anon_sym_BANG_BANG] = ACTIONS(4351), - [anon_sym_data] = ACTIONS(4349), - [anon_sym_inner] = ACTIONS(4349), - [anon_sym_value] = ACTIONS(4349), - [anon_sym_expect] = ACTIONS(4349), - [anon_sym_actual] = ACTIONS(4349), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4351), - [anon_sym_continue_AT] = ACTIONS(4351), - [anon_sym_break_AT] = ACTIONS(4351), - [anon_sym_this_AT] = ACTIONS(4351), - [anon_sym_super_AT] = ACTIONS(4351), - [sym_real_literal] = ACTIONS(4351), - [sym_integer_literal] = ACTIONS(4349), - [sym_hex_literal] = ACTIONS(4351), - [sym_bin_literal] = ACTIONS(4351), - [anon_sym_true] = ACTIONS(4349), - [anon_sym_false] = ACTIONS(4349), - [anon_sym_SQUOTE] = ACTIONS(4351), - [sym__backtick_identifier] = ACTIONS(4351), - [sym__automatic_semicolon] = ACTIONS(4351), - [sym_safe_nav] = ACTIONS(4351), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4351), + [3128] = { + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(4323), + [anon_sym_LBRACE] = ACTIONS(4325), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(4323), + [anon_sym_object] = ACTIONS(4323), + [anon_sym_fun] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_this] = ACTIONS(4323), + [anon_sym_super] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [sym_label] = ACTIONS(4323), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_null] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_when] = ACTIONS(4323), + [anon_sym_try] = ACTIONS(4323), + [anon_sym_throw] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4325), + [anon_sym_continue_AT] = ACTIONS(4325), + [anon_sym_break_AT] = ACTIONS(4325), + [anon_sym_this_AT] = ACTIONS(4325), + [anon_sym_super_AT] = ACTIONS(4325), + [sym_real_literal] = ACTIONS(4325), + [sym_integer_literal] = ACTIONS(4323), + [sym_hex_literal] = ACTIONS(4325), + [sym_bin_literal] = ACTIONS(4325), + [anon_sym_true] = ACTIONS(4323), + [anon_sym_false] = ACTIONS(4323), + [anon_sym_SQUOTE] = ACTIONS(4325), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4325), }, - [3165] = { - [sym__alpha_identifier] = ACTIONS(4778), - [anon_sym_AT] = ACTIONS(4780), - [anon_sym_LBRACK] = ACTIONS(4780), - [anon_sym_as] = ACTIONS(4778), - [anon_sym_EQ] = ACTIONS(4778), - [anon_sym_LBRACE] = ACTIONS(4780), - [anon_sym_RBRACE] = ACTIONS(4780), - [anon_sym_LPAREN] = ACTIONS(4780), - [anon_sym_COMMA] = ACTIONS(4780), - [anon_sym_LT] = ACTIONS(4778), - [anon_sym_GT] = ACTIONS(4778), - [anon_sym_where] = ACTIONS(4778), - [anon_sym_object] = ACTIONS(4778), - [anon_sym_fun] = ACTIONS(4778), - [anon_sym_DOT] = ACTIONS(4778), - [anon_sym_SEMI] = ACTIONS(4780), - [anon_sym_get] = ACTIONS(4778), - [anon_sym_set] = ACTIONS(4778), - [anon_sym_this] = ACTIONS(4778), - [anon_sym_super] = ACTIONS(4778), - [anon_sym_STAR] = ACTIONS(4778), - [sym_label] = ACTIONS(4778), - [anon_sym_in] = ACTIONS(4778), - [anon_sym_DOT_DOT] = ACTIONS(4780), - [anon_sym_QMARK_COLON] = ACTIONS(4780), - [anon_sym_AMP_AMP] = ACTIONS(4780), - [anon_sym_PIPE_PIPE] = ACTIONS(4780), - [anon_sym_null] = ACTIONS(4778), - [anon_sym_if] = ACTIONS(4778), - [anon_sym_else] = ACTIONS(4778), - [anon_sym_when] = ACTIONS(4778), - [anon_sym_try] = ACTIONS(4778), - [anon_sym_throw] = ACTIONS(4778), - [anon_sym_return] = ACTIONS(4778), - [anon_sym_continue] = ACTIONS(4778), - [anon_sym_break] = ACTIONS(4778), - [anon_sym_COLON_COLON] = ACTIONS(4780), - [anon_sym_PLUS_EQ] = ACTIONS(4780), - [anon_sym_DASH_EQ] = ACTIONS(4780), - [anon_sym_STAR_EQ] = ACTIONS(4780), - [anon_sym_SLASH_EQ] = ACTIONS(4780), - [anon_sym_PERCENT_EQ] = ACTIONS(4780), - [anon_sym_BANG_EQ] = ACTIONS(4778), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4780), - [anon_sym_EQ_EQ] = ACTIONS(4778), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4780), - [anon_sym_LT_EQ] = ACTIONS(4780), - [anon_sym_GT_EQ] = ACTIONS(4780), - [anon_sym_BANGin] = ACTIONS(4780), - [anon_sym_is] = ACTIONS(4778), - [anon_sym_BANGis] = ACTIONS(4780), - [anon_sym_PLUS] = ACTIONS(4778), - [anon_sym_DASH] = ACTIONS(4778), - [anon_sym_SLASH] = ACTIONS(4778), - [anon_sym_PERCENT] = ACTIONS(4778), - [anon_sym_as_QMARK] = ACTIONS(4780), - [anon_sym_PLUS_PLUS] = ACTIONS(4780), - [anon_sym_DASH_DASH] = ACTIONS(4780), - [anon_sym_BANG] = ACTIONS(4778), - [anon_sym_BANG_BANG] = ACTIONS(4780), - [anon_sym_data] = ACTIONS(4778), - [anon_sym_inner] = ACTIONS(4778), - [anon_sym_value] = ACTIONS(4778), - [anon_sym_expect] = ACTIONS(4778), - [anon_sym_actual] = ACTIONS(4778), + [3129] = { + [sym__alpha_identifier] = ACTIONS(4790), + [anon_sym_AT] = ACTIONS(4792), + [anon_sym_LBRACK] = ACTIONS(4792), + [anon_sym_as] = ACTIONS(4790), + [anon_sym_EQ] = ACTIONS(4790), + [anon_sym_LBRACE] = ACTIONS(4792), + [anon_sym_RBRACE] = ACTIONS(4792), + [anon_sym_LPAREN] = ACTIONS(4792), + [anon_sym_COMMA] = ACTIONS(4792), + [anon_sym_LT] = ACTIONS(4790), + [anon_sym_GT] = ACTIONS(4790), + [anon_sym_where] = ACTIONS(4790), + [anon_sym_object] = ACTIONS(4790), + [anon_sym_fun] = ACTIONS(4790), + [anon_sym_DOT] = ACTIONS(4790), + [anon_sym_SEMI] = ACTIONS(4792), + [anon_sym_get] = ACTIONS(4790), + [anon_sym_set] = ACTIONS(4790), + [anon_sym_this] = ACTIONS(4790), + [anon_sym_super] = ACTIONS(4790), + [anon_sym_STAR] = ACTIONS(4790), + [sym_label] = ACTIONS(4790), + [anon_sym_in] = ACTIONS(4790), + [anon_sym_DOT_DOT] = ACTIONS(4792), + [anon_sym_QMARK_COLON] = ACTIONS(4792), + [anon_sym_AMP_AMP] = ACTIONS(4792), + [anon_sym_PIPE_PIPE] = ACTIONS(4792), + [anon_sym_null] = ACTIONS(4790), + [anon_sym_if] = ACTIONS(4790), + [anon_sym_else] = ACTIONS(4790), + [anon_sym_when] = ACTIONS(4790), + [anon_sym_try] = ACTIONS(4790), + [anon_sym_throw] = ACTIONS(4790), + [anon_sym_return] = ACTIONS(4790), + [anon_sym_continue] = ACTIONS(4790), + [anon_sym_break] = ACTIONS(4790), + [anon_sym_COLON_COLON] = ACTIONS(4792), + [anon_sym_PLUS_EQ] = ACTIONS(4792), + [anon_sym_DASH_EQ] = ACTIONS(4792), + [anon_sym_STAR_EQ] = ACTIONS(4792), + [anon_sym_SLASH_EQ] = ACTIONS(4792), + [anon_sym_PERCENT_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ] = ACTIONS(4790), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ] = ACTIONS(4790), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4792), + [anon_sym_LT_EQ] = ACTIONS(4792), + [anon_sym_GT_EQ] = ACTIONS(4792), + [anon_sym_BANGin] = ACTIONS(4792), + [anon_sym_is] = ACTIONS(4790), + [anon_sym_BANGis] = ACTIONS(4792), + [anon_sym_PLUS] = ACTIONS(4790), + [anon_sym_DASH] = ACTIONS(4790), + [anon_sym_SLASH] = ACTIONS(4790), + [anon_sym_PERCENT] = ACTIONS(4790), + [anon_sym_as_QMARK] = ACTIONS(4792), + [anon_sym_PLUS_PLUS] = ACTIONS(4792), + [anon_sym_DASH_DASH] = ACTIONS(4792), + [anon_sym_BANG] = ACTIONS(4790), + [anon_sym_BANG_BANG] = ACTIONS(4792), + [anon_sym_data] = ACTIONS(4790), + [anon_sym_inner] = ACTIONS(4790), + [anon_sym_value] = ACTIONS(4790), + [anon_sym_expect] = ACTIONS(4790), + [anon_sym_actual] = ACTIONS(4790), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4780), - [anon_sym_continue_AT] = ACTIONS(4780), - [anon_sym_break_AT] = ACTIONS(4780), - [anon_sym_this_AT] = ACTIONS(4780), - [anon_sym_super_AT] = ACTIONS(4780), - [sym_real_literal] = ACTIONS(4780), - [sym_integer_literal] = ACTIONS(4778), - [sym_hex_literal] = ACTIONS(4780), - [sym_bin_literal] = ACTIONS(4780), - [anon_sym_true] = ACTIONS(4778), - [anon_sym_false] = ACTIONS(4778), - [anon_sym_SQUOTE] = ACTIONS(4780), - [sym__backtick_identifier] = ACTIONS(4780), - [sym__automatic_semicolon] = ACTIONS(4780), - [sym_safe_nav] = ACTIONS(4780), + [anon_sym_return_AT] = ACTIONS(4792), + [anon_sym_continue_AT] = ACTIONS(4792), + [anon_sym_break_AT] = ACTIONS(4792), + [anon_sym_this_AT] = ACTIONS(4792), + [anon_sym_super_AT] = ACTIONS(4792), + [sym_real_literal] = ACTIONS(4792), + [sym_integer_literal] = ACTIONS(4790), + [sym_hex_literal] = ACTIONS(4792), + [sym_bin_literal] = ACTIONS(4792), + [anon_sym_true] = ACTIONS(4790), + [anon_sym_false] = ACTIONS(4790), + [anon_sym_SQUOTE] = ACTIONS(4792), + [sym__backtick_identifier] = ACTIONS(4792), + [sym__automatic_semicolon] = ACTIONS(4792), + [sym_safe_nav] = ACTIONS(4792), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4780), - }, - [3166] = { - [sym__alpha_identifier] = ACTIONS(4253), - [anon_sym_AT] = ACTIONS(4255), - [anon_sym_LBRACK] = ACTIONS(4255), - [anon_sym_as] = ACTIONS(4253), - [anon_sym_EQ] = ACTIONS(4253), - [anon_sym_LBRACE] = ACTIONS(4255), - [anon_sym_RBRACE] = ACTIONS(4255), - [anon_sym_LPAREN] = ACTIONS(4255), - [anon_sym_COMMA] = ACTIONS(4255), - [anon_sym_LT] = ACTIONS(4253), - [anon_sym_GT] = ACTIONS(4253), - [anon_sym_where] = ACTIONS(4253), - [anon_sym_object] = ACTIONS(4253), - [anon_sym_fun] = ACTIONS(4253), - [anon_sym_DOT] = ACTIONS(4253), - [anon_sym_SEMI] = ACTIONS(4255), - [anon_sym_get] = ACTIONS(4253), - [anon_sym_set] = ACTIONS(4253), - [anon_sym_this] = ACTIONS(4253), - [anon_sym_super] = ACTIONS(4253), - [anon_sym_STAR] = ACTIONS(4253), - [sym_label] = ACTIONS(4253), - [anon_sym_in] = ACTIONS(4253), - [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(4253), - [anon_sym_if] = ACTIONS(4253), - [anon_sym_else] = ACTIONS(4253), - [anon_sym_when] = ACTIONS(4253), - [anon_sym_try] = ACTIONS(4253), - [anon_sym_throw] = ACTIONS(4253), - [anon_sym_return] = ACTIONS(4253), - [anon_sym_continue] = ACTIONS(4253), - [anon_sym_break] = ACTIONS(4253), - [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(4253), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4255), - [anon_sym_EQ_EQ] = ACTIONS(4253), - [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(4253), - [anon_sym_BANGis] = ACTIONS(4255), - [anon_sym_PLUS] = ACTIONS(4253), - [anon_sym_DASH] = ACTIONS(4253), - [anon_sym_SLASH] = ACTIONS(4253), - [anon_sym_PERCENT] = ACTIONS(4253), - [anon_sym_as_QMARK] = ACTIONS(4255), - [anon_sym_PLUS_PLUS] = ACTIONS(4255), - [anon_sym_DASH_DASH] = ACTIONS(4255), - [anon_sym_BANG] = ACTIONS(4253), - [anon_sym_BANG_BANG] = ACTIONS(4255), - [anon_sym_data] = ACTIONS(4253), - [anon_sym_inner] = ACTIONS(4253), - [anon_sym_value] = ACTIONS(4253), - [anon_sym_expect] = ACTIONS(4253), - [anon_sym_actual] = ACTIONS(4253), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4255), - [anon_sym_continue_AT] = ACTIONS(4255), - [anon_sym_break_AT] = ACTIONS(4255), - [anon_sym_this_AT] = ACTIONS(4255), - [anon_sym_super_AT] = ACTIONS(4255), - [sym_real_literal] = ACTIONS(4255), - [sym_integer_literal] = ACTIONS(4253), - [sym_hex_literal] = ACTIONS(4255), - [sym_bin_literal] = ACTIONS(4255), - [anon_sym_true] = ACTIONS(4253), - [anon_sym_false] = ACTIONS(4253), - [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), - }, - [3167] = { - [sym__alpha_identifier] = ACTIONS(4652), - [anon_sym_AT] = ACTIONS(4654), - [anon_sym_LBRACK] = ACTIONS(4654), - [anon_sym_as] = ACTIONS(4652), - [anon_sym_EQ] = ACTIONS(4652), - [anon_sym_LBRACE] = ACTIONS(4654), - [anon_sym_RBRACE] = ACTIONS(4654), - [anon_sym_LPAREN] = ACTIONS(4654), - [anon_sym_COMMA] = ACTIONS(4654), - [anon_sym_LT] = ACTIONS(4652), - [anon_sym_GT] = ACTIONS(4652), - [anon_sym_where] = ACTIONS(4652), - [anon_sym_object] = ACTIONS(4652), - [anon_sym_fun] = ACTIONS(4652), - [anon_sym_DOT] = ACTIONS(4652), - [anon_sym_SEMI] = ACTIONS(4654), - [anon_sym_get] = ACTIONS(4652), - [anon_sym_set] = ACTIONS(4652), - [anon_sym_this] = ACTIONS(4652), - [anon_sym_super] = ACTIONS(4652), - [anon_sym_STAR] = ACTIONS(4652), - [sym_label] = ACTIONS(4652), - [anon_sym_in] = ACTIONS(4652), - [anon_sym_DOT_DOT] = ACTIONS(4654), - [anon_sym_QMARK_COLON] = ACTIONS(4654), - [anon_sym_AMP_AMP] = ACTIONS(4654), - [anon_sym_PIPE_PIPE] = ACTIONS(4654), - [anon_sym_null] = ACTIONS(4652), - [anon_sym_if] = ACTIONS(4652), - [anon_sym_else] = ACTIONS(4652), - [anon_sym_when] = ACTIONS(4652), - [anon_sym_try] = ACTIONS(4652), - [anon_sym_throw] = ACTIONS(4652), - [anon_sym_return] = ACTIONS(4652), - [anon_sym_continue] = ACTIONS(4652), - [anon_sym_break] = ACTIONS(4652), - [anon_sym_COLON_COLON] = ACTIONS(4654), - [anon_sym_PLUS_EQ] = ACTIONS(4654), - [anon_sym_DASH_EQ] = ACTIONS(4654), - [anon_sym_STAR_EQ] = ACTIONS(4654), - [anon_sym_SLASH_EQ] = ACTIONS(4654), - [anon_sym_PERCENT_EQ] = ACTIONS(4654), - [anon_sym_BANG_EQ] = ACTIONS(4652), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4654), - [anon_sym_EQ_EQ] = ACTIONS(4652), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4654), - [anon_sym_LT_EQ] = ACTIONS(4654), - [anon_sym_GT_EQ] = ACTIONS(4654), - [anon_sym_BANGin] = ACTIONS(4654), - [anon_sym_is] = ACTIONS(4652), - [anon_sym_BANGis] = ACTIONS(4654), - [anon_sym_PLUS] = ACTIONS(4652), - [anon_sym_DASH] = ACTIONS(4652), - [anon_sym_SLASH] = ACTIONS(4652), - [anon_sym_PERCENT] = ACTIONS(4652), - [anon_sym_as_QMARK] = ACTIONS(4654), - [anon_sym_PLUS_PLUS] = ACTIONS(4654), - [anon_sym_DASH_DASH] = ACTIONS(4654), - [anon_sym_BANG] = ACTIONS(4652), - [anon_sym_BANG_BANG] = ACTIONS(4654), - [anon_sym_data] = ACTIONS(4652), - [anon_sym_inner] = ACTIONS(4652), - [anon_sym_value] = ACTIONS(4652), - [anon_sym_expect] = ACTIONS(4652), - [anon_sym_actual] = ACTIONS(4652), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4654), - [anon_sym_continue_AT] = ACTIONS(4654), - [anon_sym_break_AT] = ACTIONS(4654), - [anon_sym_this_AT] = ACTIONS(4654), - [anon_sym_super_AT] = ACTIONS(4654), - [sym_real_literal] = ACTIONS(4654), - [sym_integer_literal] = ACTIONS(4652), - [sym_hex_literal] = ACTIONS(4654), - [sym_bin_literal] = ACTIONS(4654), - [anon_sym_true] = ACTIONS(4652), - [anon_sym_false] = ACTIONS(4652), - [anon_sym_SQUOTE] = ACTIONS(4654), - [sym__backtick_identifier] = ACTIONS(4654), - [sym__automatic_semicolon] = ACTIONS(4654), - [sym_safe_nav] = ACTIONS(4654), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4654), + [sym__string_start] = ACTIONS(4792), }, - [3168] = { - [sym__alpha_identifier] = ACTIONS(4902), - [anon_sym_AT] = ACTIONS(4904), - [anon_sym_LBRACK] = ACTIONS(4904), - [anon_sym_as] = ACTIONS(4902), - [anon_sym_EQ] = ACTIONS(4902), - [anon_sym_LBRACE] = ACTIONS(4904), - [anon_sym_RBRACE] = ACTIONS(4904), - [anon_sym_LPAREN] = ACTIONS(4904), - [anon_sym_COMMA] = ACTIONS(4904), - [anon_sym_LT] = ACTIONS(4902), - [anon_sym_GT] = ACTIONS(4902), - [anon_sym_where] = ACTIONS(4902), - [anon_sym_object] = ACTIONS(4902), - [anon_sym_fun] = ACTIONS(4902), - [anon_sym_DOT] = ACTIONS(4902), - [anon_sym_SEMI] = ACTIONS(4904), - [anon_sym_get] = ACTIONS(4902), - [anon_sym_set] = ACTIONS(4902), - [anon_sym_this] = ACTIONS(4902), - [anon_sym_super] = ACTIONS(4902), - [anon_sym_STAR] = ACTIONS(4902), - [sym_label] = ACTIONS(4902), - [anon_sym_in] = ACTIONS(4902), - [anon_sym_DOT_DOT] = ACTIONS(4904), - [anon_sym_QMARK_COLON] = ACTIONS(4904), - [anon_sym_AMP_AMP] = ACTIONS(4904), - [anon_sym_PIPE_PIPE] = ACTIONS(4904), - [anon_sym_null] = ACTIONS(4902), - [anon_sym_if] = ACTIONS(4902), - [anon_sym_else] = ACTIONS(4902), - [anon_sym_when] = ACTIONS(4902), - [anon_sym_try] = ACTIONS(4902), - [anon_sym_throw] = ACTIONS(4902), - [anon_sym_return] = ACTIONS(4902), - [anon_sym_continue] = ACTIONS(4902), - [anon_sym_break] = ACTIONS(4902), - [anon_sym_COLON_COLON] = ACTIONS(4904), - [anon_sym_PLUS_EQ] = ACTIONS(4904), - [anon_sym_DASH_EQ] = ACTIONS(4904), - [anon_sym_STAR_EQ] = ACTIONS(4904), - [anon_sym_SLASH_EQ] = ACTIONS(4904), - [anon_sym_PERCENT_EQ] = ACTIONS(4904), - [anon_sym_BANG_EQ] = ACTIONS(4902), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4904), - [anon_sym_EQ_EQ] = ACTIONS(4902), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4904), - [anon_sym_LT_EQ] = ACTIONS(4904), - [anon_sym_GT_EQ] = ACTIONS(4904), - [anon_sym_BANGin] = ACTIONS(4904), - [anon_sym_is] = ACTIONS(4902), - [anon_sym_BANGis] = ACTIONS(4904), - [anon_sym_PLUS] = ACTIONS(4902), - [anon_sym_DASH] = ACTIONS(4902), - [anon_sym_SLASH] = ACTIONS(4902), - [anon_sym_PERCENT] = ACTIONS(4902), - [anon_sym_as_QMARK] = ACTIONS(4904), - [anon_sym_PLUS_PLUS] = ACTIONS(4904), - [anon_sym_DASH_DASH] = ACTIONS(4904), - [anon_sym_BANG] = ACTIONS(4902), - [anon_sym_BANG_BANG] = ACTIONS(4904), - [anon_sym_data] = ACTIONS(4902), - [anon_sym_inner] = ACTIONS(4902), - [anon_sym_value] = ACTIONS(4902), - [anon_sym_expect] = ACTIONS(4902), - [anon_sym_actual] = ACTIONS(4902), + [3130] = { + [sym_function_body] = STATE(3454), + [sym__block] = STATE(3405), + [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(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4487), + [anon_sym_LPAREN] = ACTIONS(4487), + [anon_sym_COMMA] = ACTIONS(4487), + [anon_sym_RPAREN] = ACTIONS(4487), + [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_value] = 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(4904), - [anon_sym_continue_AT] = ACTIONS(4904), - [anon_sym_break_AT] = ACTIONS(4904), - [anon_sym_this_AT] = ACTIONS(4904), - [anon_sym_super_AT] = ACTIONS(4904), - [sym_real_literal] = ACTIONS(4904), - [sym_integer_literal] = ACTIONS(4902), - [sym_hex_literal] = ACTIONS(4904), - [sym_bin_literal] = ACTIONS(4904), - [anon_sym_true] = ACTIONS(4902), - [anon_sym_false] = ACTIONS(4902), - [anon_sym_SQUOTE] = ACTIONS(4904), - [sym__backtick_identifier] = ACTIONS(4904), - [sym__automatic_semicolon] = ACTIONS(4904), - [sym_safe_nav] = ACTIONS(4904), + [sym__backtick_identifier] = ACTIONS(4487), + [sym_safe_nav] = ACTIONS(4487), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4904), - }, - [3169] = { - [sym__alpha_identifier] = ACTIONS(4451), - [anon_sym_AT] = ACTIONS(4453), - [anon_sym_LBRACK] = ACTIONS(4453), - [anon_sym_as] = ACTIONS(4451), - [anon_sym_EQ] = ACTIONS(5020), - [anon_sym_LBRACE] = ACTIONS(4453), - [anon_sym_RBRACE] = ACTIONS(4453), - [anon_sym_LPAREN] = ACTIONS(4453), - [anon_sym_COMMA] = ACTIONS(4453), - [anon_sym_LT] = ACTIONS(4451), - [anon_sym_GT] = ACTIONS(4451), - [anon_sym_where] = ACTIONS(4451), - [anon_sym_object] = ACTIONS(4451), - [anon_sym_fun] = ACTIONS(4451), - [anon_sym_DOT] = ACTIONS(4451), - [anon_sym_SEMI] = ACTIONS(4453), - [anon_sym_get] = ACTIONS(4451), - [anon_sym_set] = ACTIONS(4451), - [anon_sym_this] = ACTIONS(4451), - [anon_sym_super] = ACTIONS(4451), - [anon_sym_STAR] = ACTIONS(4451), - [sym_label] = ACTIONS(4451), - [anon_sym_in] = ACTIONS(4451), - [anon_sym_DOT_DOT] = ACTIONS(4453), - [anon_sym_QMARK_COLON] = ACTIONS(4453), - [anon_sym_AMP_AMP] = ACTIONS(4453), - [anon_sym_PIPE_PIPE] = ACTIONS(4453), - [anon_sym_null] = ACTIONS(4451), - [anon_sym_if] = ACTIONS(4451), - [anon_sym_else] = ACTIONS(4451), - [anon_sym_when] = ACTIONS(4451), - [anon_sym_try] = ACTIONS(4451), - [anon_sym_throw] = ACTIONS(4451), - [anon_sym_return] = ACTIONS(4451), - [anon_sym_continue] = ACTIONS(4451), - [anon_sym_break] = ACTIONS(4451), - [anon_sym_COLON_COLON] = ACTIONS(4453), - [anon_sym_PLUS_EQ] = ACTIONS(5022), - [anon_sym_DASH_EQ] = ACTIONS(5022), - [anon_sym_STAR_EQ] = ACTIONS(5022), - [anon_sym_SLASH_EQ] = ACTIONS(5022), - [anon_sym_PERCENT_EQ] = ACTIONS(5022), - [anon_sym_BANG_EQ] = ACTIONS(4451), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4453), - [anon_sym_EQ_EQ] = ACTIONS(4451), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4453), - [anon_sym_LT_EQ] = ACTIONS(4453), - [anon_sym_GT_EQ] = ACTIONS(4453), - [anon_sym_BANGin] = ACTIONS(4453), - [anon_sym_is] = ACTIONS(4451), - [anon_sym_BANGis] = ACTIONS(4453), - [anon_sym_PLUS] = ACTIONS(4451), - [anon_sym_DASH] = ACTIONS(4451), - [anon_sym_SLASH] = ACTIONS(4451), - [anon_sym_PERCENT] = ACTIONS(4451), - [anon_sym_as_QMARK] = ACTIONS(4453), - [anon_sym_PLUS_PLUS] = ACTIONS(4453), - [anon_sym_DASH_DASH] = ACTIONS(4453), - [anon_sym_BANG] = ACTIONS(4451), - [anon_sym_BANG_BANG] = ACTIONS(4453), - [anon_sym_data] = ACTIONS(4451), - [anon_sym_inner] = ACTIONS(4451), - [anon_sym_value] = ACTIONS(4451), - [anon_sym_expect] = ACTIONS(4451), - [anon_sym_actual] = ACTIONS(4451), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4453), - [anon_sym_continue_AT] = ACTIONS(4453), - [anon_sym_break_AT] = ACTIONS(4453), - [anon_sym_this_AT] = ACTIONS(4453), - [anon_sym_super_AT] = ACTIONS(4453), - [sym_real_literal] = ACTIONS(4453), - [sym_integer_literal] = ACTIONS(4451), - [sym_hex_literal] = ACTIONS(4453), - [sym_bin_literal] = ACTIONS(4453), - [anon_sym_true] = ACTIONS(4451), - [anon_sym_false] = ACTIONS(4451), - [anon_sym_SQUOTE] = ACTIONS(4453), - [sym__backtick_identifier] = ACTIONS(4453), - [sym__automatic_semicolon] = ACTIONS(4453), - [sym_safe_nav] = ACTIONS(4453), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4453), }, - [3170] = { - [sym__alpha_identifier] = ACTIONS(3992), - [anon_sym_AT] = ACTIONS(3994), - [anon_sym_LBRACK] = ACTIONS(3994), - [anon_sym_as] = ACTIONS(3992), - [anon_sym_EQ] = ACTIONS(3992), - [anon_sym_LBRACE] = ACTIONS(3994), - [anon_sym_RBRACE] = ACTIONS(3994), - [anon_sym_LPAREN] = ACTIONS(3994), - [anon_sym_COMMA] = ACTIONS(3994), - [anon_sym_LT] = ACTIONS(3992), - [anon_sym_GT] = ACTIONS(3992), - [anon_sym_where] = ACTIONS(3992), - [anon_sym_object] = ACTIONS(3992), - [anon_sym_fun] = ACTIONS(3992), - [anon_sym_DOT] = ACTIONS(3992), - [anon_sym_SEMI] = ACTIONS(3994), - [anon_sym_get] = ACTIONS(3992), - [anon_sym_set] = ACTIONS(3992), - [anon_sym_this] = ACTIONS(3992), - [anon_sym_super] = ACTIONS(3992), - [anon_sym_STAR] = ACTIONS(3992), - [sym_label] = ACTIONS(3992), - [anon_sym_in] = ACTIONS(3992), - [anon_sym_DOT_DOT] = ACTIONS(3994), - [anon_sym_QMARK_COLON] = ACTIONS(3994), - [anon_sym_AMP_AMP] = ACTIONS(3994), - [anon_sym_PIPE_PIPE] = ACTIONS(3994), - [anon_sym_null] = ACTIONS(3992), - [anon_sym_if] = ACTIONS(3992), - [anon_sym_else] = ACTIONS(3992), - [anon_sym_when] = ACTIONS(3992), - [anon_sym_try] = ACTIONS(3992), - [anon_sym_throw] = ACTIONS(3992), - [anon_sym_return] = ACTIONS(3992), - [anon_sym_continue] = ACTIONS(3992), - [anon_sym_break] = ACTIONS(3992), - [anon_sym_COLON_COLON] = ACTIONS(3994), - [anon_sym_PLUS_EQ] = ACTIONS(3994), - [anon_sym_DASH_EQ] = ACTIONS(3994), - [anon_sym_STAR_EQ] = ACTIONS(3994), - [anon_sym_SLASH_EQ] = ACTIONS(3994), - [anon_sym_PERCENT_EQ] = ACTIONS(3994), - [anon_sym_BANG_EQ] = ACTIONS(3992), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3994), - [anon_sym_EQ_EQ] = ACTIONS(3992), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3994), - [anon_sym_LT_EQ] = ACTIONS(3994), - [anon_sym_GT_EQ] = ACTIONS(3994), - [anon_sym_BANGin] = ACTIONS(3994), - [anon_sym_is] = ACTIONS(3992), - [anon_sym_BANGis] = ACTIONS(3994), - [anon_sym_PLUS] = ACTIONS(3992), - [anon_sym_DASH] = ACTIONS(3992), - [anon_sym_SLASH] = ACTIONS(3992), - [anon_sym_PERCENT] = ACTIONS(3992), - [anon_sym_as_QMARK] = ACTIONS(3994), - [anon_sym_PLUS_PLUS] = ACTIONS(3994), - [anon_sym_DASH_DASH] = ACTIONS(3994), - [anon_sym_BANG] = ACTIONS(3992), - [anon_sym_BANG_BANG] = ACTIONS(3994), - [anon_sym_data] = ACTIONS(3992), - [anon_sym_inner] = ACTIONS(3992), - [anon_sym_value] = ACTIONS(3992), - [anon_sym_expect] = ACTIONS(3992), - [anon_sym_actual] = ACTIONS(3992), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3994), - [anon_sym_continue_AT] = ACTIONS(3994), - [anon_sym_break_AT] = ACTIONS(3994), - [anon_sym_this_AT] = ACTIONS(3994), - [anon_sym_super_AT] = ACTIONS(3994), - [sym_real_literal] = ACTIONS(3994), - [sym_integer_literal] = ACTIONS(3992), - [sym_hex_literal] = ACTIONS(3994), - [sym_bin_literal] = ACTIONS(3994), - [anon_sym_true] = ACTIONS(3992), - [anon_sym_false] = ACTIONS(3992), - [anon_sym_SQUOTE] = ACTIONS(3994), - [sym__backtick_identifier] = ACTIONS(3994), - [sym__automatic_semicolon] = ACTIONS(3994), - [sym_safe_nav] = ACTIONS(3994), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3994), + [3131] = { + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(3294), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3290), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), }, - [3171] = { - [sym__alpha_identifier] = ACTIONS(4906), - [anon_sym_AT] = ACTIONS(4908), - [anon_sym_LBRACK] = ACTIONS(4908), - [anon_sym_as] = ACTIONS(4906), - [anon_sym_EQ] = ACTIONS(4906), - [anon_sym_LBRACE] = ACTIONS(4908), - [anon_sym_RBRACE] = ACTIONS(4908), - [anon_sym_LPAREN] = ACTIONS(4908), - [anon_sym_COMMA] = ACTIONS(4908), - [anon_sym_LT] = ACTIONS(4906), - [anon_sym_GT] = ACTIONS(4906), - [anon_sym_where] = ACTIONS(4906), - [anon_sym_object] = ACTIONS(4906), - [anon_sym_fun] = ACTIONS(4906), - [anon_sym_DOT] = ACTIONS(4906), - [anon_sym_SEMI] = ACTIONS(4908), - [anon_sym_get] = ACTIONS(4906), - [anon_sym_set] = ACTIONS(4906), - [anon_sym_this] = ACTIONS(4906), - [anon_sym_super] = ACTIONS(4906), - [anon_sym_STAR] = ACTIONS(4906), - [sym_label] = ACTIONS(4906), - [anon_sym_in] = ACTIONS(4906), - [anon_sym_DOT_DOT] = ACTIONS(4908), - [anon_sym_QMARK_COLON] = ACTIONS(4908), - [anon_sym_AMP_AMP] = ACTIONS(4908), - [anon_sym_PIPE_PIPE] = ACTIONS(4908), - [anon_sym_null] = ACTIONS(4906), - [anon_sym_if] = ACTIONS(4906), - [anon_sym_else] = ACTIONS(4906), - [anon_sym_when] = ACTIONS(4906), - [anon_sym_try] = ACTIONS(4906), - [anon_sym_throw] = ACTIONS(4906), - [anon_sym_return] = ACTIONS(4906), - [anon_sym_continue] = ACTIONS(4906), - [anon_sym_break] = ACTIONS(4906), - [anon_sym_COLON_COLON] = ACTIONS(4908), - [anon_sym_PLUS_EQ] = ACTIONS(4908), - [anon_sym_DASH_EQ] = ACTIONS(4908), - [anon_sym_STAR_EQ] = ACTIONS(4908), - [anon_sym_SLASH_EQ] = ACTIONS(4908), - [anon_sym_PERCENT_EQ] = ACTIONS(4908), - [anon_sym_BANG_EQ] = ACTIONS(4906), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4908), - [anon_sym_EQ_EQ] = ACTIONS(4906), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4908), - [anon_sym_LT_EQ] = ACTIONS(4908), - [anon_sym_GT_EQ] = ACTIONS(4908), - [anon_sym_BANGin] = ACTIONS(4908), - [anon_sym_is] = ACTIONS(4906), - [anon_sym_BANGis] = ACTIONS(4908), - [anon_sym_PLUS] = ACTIONS(4906), - [anon_sym_DASH] = ACTIONS(4906), - [anon_sym_SLASH] = ACTIONS(4906), - [anon_sym_PERCENT] = ACTIONS(4906), - [anon_sym_as_QMARK] = ACTIONS(4908), - [anon_sym_PLUS_PLUS] = ACTIONS(4908), - [anon_sym_DASH_DASH] = ACTIONS(4908), - [anon_sym_BANG] = ACTIONS(4906), - [anon_sym_BANG_BANG] = ACTIONS(4908), - [anon_sym_data] = ACTIONS(4906), - [anon_sym_inner] = ACTIONS(4906), - [anon_sym_value] = ACTIONS(4906), - [anon_sym_expect] = ACTIONS(4906), - [anon_sym_actual] = ACTIONS(4906), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4908), - [anon_sym_continue_AT] = ACTIONS(4908), - [anon_sym_break_AT] = ACTIONS(4908), - [anon_sym_this_AT] = ACTIONS(4908), - [anon_sym_super_AT] = ACTIONS(4908), - [sym_real_literal] = ACTIONS(4908), - [sym_integer_literal] = ACTIONS(4906), - [sym_hex_literal] = ACTIONS(4908), - [sym_bin_literal] = ACTIONS(4908), - [anon_sym_true] = ACTIONS(4906), - [anon_sym_false] = ACTIONS(4906), - [anon_sym_SQUOTE] = ACTIONS(4908), - [sym__backtick_identifier] = ACTIONS(4908), - [sym__automatic_semicolon] = ACTIONS(4908), - [sym_safe_nav] = ACTIONS(4908), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4908), + [3132] = { + [sym_function_body] = STATE(3095), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_object] = ACTIONS(4323), + [anon_sym_fun] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_this] = ACTIONS(4323), + [anon_sym_super] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [sym_label] = ACTIONS(4323), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_null] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_when] = ACTIONS(4323), + [anon_sym_try] = ACTIONS(4323), + [anon_sym_throw] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4325), + [anon_sym_continue_AT] = ACTIONS(4325), + [anon_sym_break_AT] = ACTIONS(4325), + [anon_sym_this_AT] = ACTIONS(4325), + [anon_sym_super_AT] = ACTIONS(4325), + [sym_real_literal] = ACTIONS(4325), + [sym_integer_literal] = ACTIONS(4323), + [sym_hex_literal] = ACTIONS(4325), + [sym_bin_literal] = ACTIONS(4325), + [anon_sym_true] = ACTIONS(4323), + [anon_sym_false] = ACTIONS(4323), + [anon_sym_SQUOTE] = ACTIONS(4325), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4325), }, - [3172] = { - [aux_sym_type_constraints_repeat1] = STATE(3209), + [3133] = { + [sym_class_body] = STATE(3482), + [sym_type_constraints] = STATE(3351), [sym__alpha_identifier] = ACTIONS(4339), [anon_sym_AT] = ACTIONS(4341), [anon_sym_LBRACK] = ACTIONS(4341), [anon_sym_RBRACK] = ACTIONS(4341), [anon_sym_as] = ACTIONS(4339), [anon_sym_EQ] = ACTIONS(4339), - [anon_sym_LBRACE] = ACTIONS(4341), + [anon_sym_LBRACE] = ACTIONS(5590), [anon_sym_RBRACE] = ACTIONS(4341), [anon_sym_LPAREN] = ACTIONS(4341), - [anon_sym_COMMA] = ACTIONS(6679), + [anon_sym_COMMA] = ACTIONS(4341), [anon_sym_RPAREN] = ACTIONS(4341), - [anon_sym_by] = ACTIONS(4339), [anon_sym_LT] = ACTIONS(4339), [anon_sym_GT] = ACTIONS(4339), - [anon_sym_where] = ACTIONS(4339), + [anon_sym_where] = ACTIONS(5576), [anon_sym_DOT] = ACTIONS(4339), [anon_sym_SEMI] = ACTIONS(4341), [anon_sym_get] = ACTIONS(4339), @@ -376649,687 +373303,347 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4341), [sym_multiline_comment] = ACTIONS(3), }, - [3173] = { - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(4329), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(4327), - [anon_sym_object] = ACTIONS(4327), - [anon_sym_fun] = ACTIONS(4327), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_this] = ACTIONS(4327), - [anon_sym_super] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [sym_label] = ACTIONS(4327), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_null] = ACTIONS(4327), - [anon_sym_if] = ACTIONS(4327), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_when] = ACTIONS(4327), - [anon_sym_try] = ACTIONS(4327), - [anon_sym_throw] = ACTIONS(4327), - [anon_sym_return] = ACTIONS(4327), - [anon_sym_continue] = ACTIONS(4327), - [anon_sym_break] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG] = ACTIONS(4327), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4329), - [anon_sym_continue_AT] = ACTIONS(4329), - [anon_sym_break_AT] = ACTIONS(4329), - [anon_sym_this_AT] = ACTIONS(4329), - [anon_sym_super_AT] = ACTIONS(4329), - [sym_real_literal] = ACTIONS(4329), - [sym_integer_literal] = ACTIONS(4327), - [sym_hex_literal] = ACTIONS(4329), - [sym_bin_literal] = ACTIONS(4329), - [anon_sym_true] = ACTIONS(4327), - [anon_sym_false] = ACTIONS(4327), - [anon_sym_SQUOTE] = ACTIONS(4329), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4329), - }, - [3174] = { - [sym__alpha_identifier] = ACTIONS(4854), - [anon_sym_AT] = ACTIONS(4856), - [anon_sym_LBRACK] = ACTIONS(4856), - [anon_sym_as] = ACTIONS(4854), - [anon_sym_EQ] = ACTIONS(4854), - [anon_sym_LBRACE] = ACTIONS(4856), - [anon_sym_RBRACE] = ACTIONS(4856), - [anon_sym_LPAREN] = ACTIONS(4856), - [anon_sym_COMMA] = ACTIONS(4856), - [anon_sym_LT] = ACTIONS(4854), - [anon_sym_GT] = ACTIONS(4854), - [anon_sym_where] = ACTIONS(4854), - [anon_sym_object] = ACTIONS(4854), - [anon_sym_fun] = ACTIONS(4854), - [anon_sym_DOT] = ACTIONS(4854), - [anon_sym_SEMI] = ACTIONS(4856), - [anon_sym_get] = ACTIONS(4854), - [anon_sym_set] = ACTIONS(4854), - [anon_sym_this] = ACTIONS(4854), - [anon_sym_super] = ACTIONS(4854), - [anon_sym_STAR] = ACTIONS(4854), - [sym_label] = ACTIONS(4854), - [anon_sym_in] = ACTIONS(4854), - [anon_sym_DOT_DOT] = ACTIONS(4856), - [anon_sym_QMARK_COLON] = ACTIONS(4856), - [anon_sym_AMP_AMP] = ACTIONS(4856), - [anon_sym_PIPE_PIPE] = ACTIONS(4856), - [anon_sym_null] = ACTIONS(4854), - [anon_sym_if] = ACTIONS(4854), - [anon_sym_else] = ACTIONS(4854), - [anon_sym_when] = ACTIONS(4854), - [anon_sym_try] = ACTIONS(4854), - [anon_sym_throw] = ACTIONS(4854), - [anon_sym_return] = ACTIONS(4854), - [anon_sym_continue] = ACTIONS(4854), - [anon_sym_break] = ACTIONS(4854), - [anon_sym_COLON_COLON] = ACTIONS(4856), - [anon_sym_PLUS_EQ] = ACTIONS(4856), - [anon_sym_DASH_EQ] = ACTIONS(4856), - [anon_sym_STAR_EQ] = ACTIONS(4856), - [anon_sym_SLASH_EQ] = ACTIONS(4856), - [anon_sym_PERCENT_EQ] = ACTIONS(4856), - [anon_sym_BANG_EQ] = ACTIONS(4854), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4856), - [anon_sym_EQ_EQ] = ACTIONS(4854), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4856), - [anon_sym_LT_EQ] = ACTIONS(4856), - [anon_sym_GT_EQ] = ACTIONS(4856), - [anon_sym_BANGin] = ACTIONS(4856), - [anon_sym_is] = ACTIONS(4854), - [anon_sym_BANGis] = ACTIONS(4856), - [anon_sym_PLUS] = ACTIONS(4854), - [anon_sym_DASH] = ACTIONS(4854), - [anon_sym_SLASH] = ACTIONS(4854), - [anon_sym_PERCENT] = ACTIONS(4854), - [anon_sym_as_QMARK] = ACTIONS(4856), - [anon_sym_PLUS_PLUS] = ACTIONS(4856), - [anon_sym_DASH_DASH] = ACTIONS(4856), - [anon_sym_BANG] = ACTIONS(4854), - [anon_sym_BANG_BANG] = ACTIONS(4856), - [anon_sym_data] = ACTIONS(4854), - [anon_sym_inner] = ACTIONS(4854), - [anon_sym_value] = ACTIONS(4854), - [anon_sym_expect] = ACTIONS(4854), - [anon_sym_actual] = ACTIONS(4854), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4856), - [anon_sym_continue_AT] = ACTIONS(4856), - [anon_sym_break_AT] = ACTIONS(4856), - [anon_sym_this_AT] = ACTIONS(4856), - [anon_sym_super_AT] = ACTIONS(4856), - [sym_real_literal] = ACTIONS(4856), - [sym_integer_literal] = ACTIONS(4854), - [sym_hex_literal] = ACTIONS(4856), - [sym_bin_literal] = ACTIONS(4856), - [anon_sym_true] = ACTIONS(4854), - [anon_sym_false] = ACTIONS(4854), - [anon_sym_SQUOTE] = ACTIONS(4856), - [sym__backtick_identifier] = ACTIONS(4856), - [sym__automatic_semicolon] = ACTIONS(4856), - [sym_safe_nav] = ACTIONS(4856), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4856), - }, - [3175] = { - [sym__alpha_identifier] = ACTIONS(4451), - [anon_sym_AT] = ACTIONS(4453), - [anon_sym_LBRACK] = ACTIONS(4453), - [anon_sym_RBRACK] = ACTIONS(4453), - [anon_sym_as] = ACTIONS(4451), - [anon_sym_EQ] = ACTIONS(4451), - [anon_sym_LBRACE] = ACTIONS(4453), - [anon_sym_RBRACE] = ACTIONS(4453), - [anon_sym_LPAREN] = ACTIONS(4453), - [anon_sym_COMMA] = ACTIONS(4453), - [anon_sym_RPAREN] = ACTIONS(4453), - [anon_sym_LT] = ACTIONS(4451), - [anon_sym_GT] = ACTIONS(4451), - [anon_sym_where] = ACTIONS(4451), - [anon_sym_DOT] = ACTIONS(4451), - [anon_sym_SEMI] = ACTIONS(4453), - [anon_sym_get] = ACTIONS(4451), - [anon_sym_set] = ACTIONS(4451), - [anon_sym_STAR] = ACTIONS(4451), - [anon_sym_DASH_GT] = ACTIONS(4453), - [sym_label] = ACTIONS(4453), - [anon_sym_in] = ACTIONS(4451), - [anon_sym_while] = ACTIONS(4451), - [anon_sym_DOT_DOT] = ACTIONS(4453), - [anon_sym_QMARK_COLON] = ACTIONS(4453), - [anon_sym_AMP_AMP] = ACTIONS(4453), - [anon_sym_PIPE_PIPE] = ACTIONS(4453), - [anon_sym_else] = ACTIONS(4451), - [anon_sym_catch] = ACTIONS(4451), - [anon_sym_finally] = ACTIONS(4451), - [anon_sym_COLON_COLON] = ACTIONS(4453), - [anon_sym_PLUS_EQ] = ACTIONS(4453), - [anon_sym_DASH_EQ] = ACTIONS(4453), - [anon_sym_STAR_EQ] = ACTIONS(4453), - [anon_sym_SLASH_EQ] = ACTIONS(4453), - [anon_sym_PERCENT_EQ] = ACTIONS(4453), - [anon_sym_BANG_EQ] = ACTIONS(4451), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4453), - [anon_sym_EQ_EQ] = ACTIONS(4451), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4453), - [anon_sym_LT_EQ] = ACTIONS(4453), - [anon_sym_GT_EQ] = ACTIONS(4453), - [anon_sym_BANGin] = ACTIONS(4453), - [anon_sym_is] = ACTIONS(4451), - [anon_sym_BANGis] = ACTIONS(4453), - [anon_sym_PLUS] = ACTIONS(4451), - [anon_sym_DASH] = ACTIONS(4451), - [anon_sym_SLASH] = ACTIONS(4451), - [anon_sym_PERCENT] = ACTIONS(4451), - [anon_sym_as_QMARK] = ACTIONS(4453), - [anon_sym_PLUS_PLUS] = ACTIONS(4453), - [anon_sym_DASH_DASH] = ACTIONS(4453), - [anon_sym_BANG_BANG] = ACTIONS(4453), - [anon_sym_suspend] = ACTIONS(4451), - [anon_sym_sealed] = ACTIONS(4451), - [anon_sym_annotation] = ACTIONS(4451), - [anon_sym_data] = ACTIONS(4451), - [anon_sym_inner] = ACTIONS(4451), - [anon_sym_value] = ACTIONS(4451), - [anon_sym_override] = ACTIONS(4451), - [anon_sym_lateinit] = ACTIONS(4451), - [anon_sym_public] = ACTIONS(4451), - [anon_sym_private] = ACTIONS(4451), - [anon_sym_internal] = ACTIONS(4451), - [anon_sym_protected] = ACTIONS(4451), - [anon_sym_tailrec] = ACTIONS(4451), - [anon_sym_operator] = ACTIONS(4451), - [anon_sym_infix] = ACTIONS(4451), - [anon_sym_inline] = ACTIONS(4451), - [anon_sym_external] = ACTIONS(4451), - [sym_property_modifier] = ACTIONS(4451), - [anon_sym_abstract] = ACTIONS(4451), - [anon_sym_final] = ACTIONS(4451), - [anon_sym_open] = ACTIONS(4451), - [anon_sym_vararg] = ACTIONS(4451), - [anon_sym_noinline] = ACTIONS(4451), - [anon_sym_crossinline] = ACTIONS(4451), - [anon_sym_expect] = ACTIONS(4451), - [anon_sym_actual] = ACTIONS(4451), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4453), - [sym_safe_nav] = ACTIONS(4453), - [sym_multiline_comment] = ACTIONS(3), + [3134] = { + [sym__alpha_identifier] = ACTIONS(3990), + [anon_sym_AT] = ACTIONS(3992), + [anon_sym_LBRACK] = ACTIONS(3992), + [anon_sym_as] = ACTIONS(3990), + [anon_sym_EQ] = ACTIONS(3990), + [anon_sym_LBRACE] = ACTIONS(3992), + [anon_sym_RBRACE] = ACTIONS(3992), + [anon_sym_LPAREN] = ACTIONS(3992), + [anon_sym_COMMA] = ACTIONS(3992), + [anon_sym_LT] = ACTIONS(3990), + [anon_sym_GT] = ACTIONS(3990), + [anon_sym_where] = ACTIONS(3990), + [anon_sym_object] = ACTIONS(3990), + [anon_sym_fun] = ACTIONS(3990), + [anon_sym_DOT] = ACTIONS(3990), + [anon_sym_SEMI] = ACTIONS(3992), + [anon_sym_get] = ACTIONS(3990), + [anon_sym_set] = ACTIONS(3990), + [anon_sym_this] = ACTIONS(3990), + [anon_sym_super] = ACTIONS(3990), + [anon_sym_STAR] = ACTIONS(3990), + [sym_label] = ACTIONS(3990), + [anon_sym_in] = ACTIONS(3990), + [anon_sym_DOT_DOT] = ACTIONS(3992), + [anon_sym_QMARK_COLON] = ACTIONS(3992), + [anon_sym_AMP_AMP] = ACTIONS(3992), + [anon_sym_PIPE_PIPE] = ACTIONS(3992), + [anon_sym_null] = ACTIONS(3990), + [anon_sym_if] = ACTIONS(3990), + [anon_sym_else] = ACTIONS(3990), + [anon_sym_when] = ACTIONS(3990), + [anon_sym_try] = ACTIONS(3990), + [anon_sym_throw] = ACTIONS(3990), + [anon_sym_return] = ACTIONS(3990), + [anon_sym_continue] = ACTIONS(3990), + [anon_sym_break] = ACTIONS(3990), + [anon_sym_COLON_COLON] = ACTIONS(3992), + [anon_sym_PLUS_EQ] = ACTIONS(3992), + [anon_sym_DASH_EQ] = ACTIONS(3992), + [anon_sym_STAR_EQ] = ACTIONS(3992), + [anon_sym_SLASH_EQ] = ACTIONS(3992), + [anon_sym_PERCENT_EQ] = ACTIONS(3992), + [anon_sym_BANG_EQ] = ACTIONS(3990), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3992), + [anon_sym_EQ_EQ] = ACTIONS(3990), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3992), + [anon_sym_LT_EQ] = ACTIONS(3992), + [anon_sym_GT_EQ] = ACTIONS(3992), + [anon_sym_BANGin] = ACTIONS(3992), + [anon_sym_is] = ACTIONS(3990), + [anon_sym_BANGis] = ACTIONS(3992), + [anon_sym_PLUS] = ACTIONS(3990), + [anon_sym_DASH] = ACTIONS(3990), + [anon_sym_SLASH] = ACTIONS(3990), + [anon_sym_PERCENT] = ACTIONS(3990), + [anon_sym_as_QMARK] = ACTIONS(3992), + [anon_sym_PLUS_PLUS] = ACTIONS(3992), + [anon_sym_DASH_DASH] = ACTIONS(3992), + [anon_sym_BANG] = ACTIONS(3990), + [anon_sym_BANG_BANG] = ACTIONS(3992), + [anon_sym_data] = ACTIONS(3990), + [anon_sym_inner] = ACTIONS(3990), + [anon_sym_value] = ACTIONS(3990), + [anon_sym_expect] = ACTIONS(3990), + [anon_sym_actual] = ACTIONS(3990), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3992), + [anon_sym_continue_AT] = ACTIONS(3992), + [anon_sym_break_AT] = ACTIONS(3992), + [anon_sym_this_AT] = ACTIONS(3992), + [anon_sym_super_AT] = ACTIONS(3992), + [sym_real_literal] = ACTIONS(3992), + [sym_integer_literal] = ACTIONS(3990), + [sym_hex_literal] = ACTIONS(3992), + [sym_bin_literal] = ACTIONS(3992), + [anon_sym_true] = ACTIONS(3990), + [anon_sym_false] = ACTIONS(3990), + [anon_sym_SQUOTE] = ACTIONS(3992), + [sym__backtick_identifier] = ACTIONS(3992), + [sym__automatic_semicolon] = ACTIONS(3992), + [sym_safe_nav] = ACTIONS(3992), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3992), }, - [3176] = { - [aux_sym_nullable_type_repeat1] = STATE(3154), - [sym__alpha_identifier] = ACTIONS(4204), - [anon_sym_AT] = ACTIONS(4206), - [anon_sym_LBRACK] = ACTIONS(4206), - [anon_sym_EQ] = ACTIONS(4206), - [anon_sym_LBRACE] = ACTIONS(4206), - [anon_sym_RBRACE] = ACTIONS(4206), - [anon_sym_LPAREN] = ACTIONS(4206), - [anon_sym_COMMA] = ACTIONS(4206), - [anon_sym_by] = ACTIONS(4204), - [anon_sym_where] = ACTIONS(4204), - [anon_sym_object] = ACTIONS(4204), - [anon_sym_fun] = ACTIONS(4204), - [anon_sym_SEMI] = ACTIONS(4206), - [anon_sym_get] = ACTIONS(4204), - [anon_sym_set] = ACTIONS(4204), - [anon_sym_this] = ACTIONS(4204), - [anon_sym_super] = ACTIONS(4204), - [sym__quest] = ACTIONS(6621), - [anon_sym_STAR] = ACTIONS(4206), - [sym_label] = ACTIONS(4204), - [anon_sym_in] = ACTIONS(4204), - [anon_sym_null] = ACTIONS(4204), - [anon_sym_if] = ACTIONS(4204), - [anon_sym_else] = ACTIONS(4204), - [anon_sym_when] = ACTIONS(4204), - [anon_sym_try] = ACTIONS(4204), - [anon_sym_throw] = ACTIONS(4204), - [anon_sym_return] = ACTIONS(4204), - [anon_sym_continue] = ACTIONS(4204), - [anon_sym_break] = ACTIONS(4204), - [anon_sym_COLON_COLON] = ACTIONS(4206), - [anon_sym_BANGin] = ACTIONS(4206), - [anon_sym_is] = ACTIONS(4204), - [anon_sym_BANGis] = ACTIONS(4206), - [anon_sym_PLUS] = ACTIONS(4204), - [anon_sym_DASH] = ACTIONS(4204), - [anon_sym_PLUS_PLUS] = ACTIONS(4206), - [anon_sym_DASH_DASH] = ACTIONS(4206), - [anon_sym_BANG] = ACTIONS(4204), - [anon_sym_suspend] = ACTIONS(4204), - [anon_sym_sealed] = ACTIONS(4204), - [anon_sym_annotation] = ACTIONS(4204), - [anon_sym_data] = ACTIONS(4204), - [anon_sym_inner] = ACTIONS(4204), - [anon_sym_value] = ACTIONS(4204), - [anon_sym_override] = ACTIONS(4204), - [anon_sym_lateinit] = ACTIONS(4204), - [anon_sym_public] = ACTIONS(4204), - [anon_sym_private] = ACTIONS(4204), - [anon_sym_internal] = ACTIONS(4204), - [anon_sym_protected] = ACTIONS(4204), - [anon_sym_tailrec] = ACTIONS(4204), - [anon_sym_operator] = ACTIONS(4204), - [anon_sym_infix] = ACTIONS(4204), - [anon_sym_inline] = ACTIONS(4204), - [anon_sym_external] = ACTIONS(4204), - [sym_property_modifier] = ACTIONS(4204), - [anon_sym_abstract] = ACTIONS(4204), - [anon_sym_final] = ACTIONS(4204), - [anon_sym_open] = ACTIONS(4204), - [anon_sym_vararg] = ACTIONS(4204), - [anon_sym_noinline] = ACTIONS(4204), - [anon_sym_crossinline] = ACTIONS(4204), - [anon_sym_expect] = ACTIONS(4204), - [anon_sym_actual] = ACTIONS(4204), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4206), - [anon_sym_continue_AT] = ACTIONS(4206), - [anon_sym_break_AT] = ACTIONS(4206), - [anon_sym_this_AT] = ACTIONS(4206), - [anon_sym_super_AT] = ACTIONS(4206), - [sym_real_literal] = ACTIONS(4206), - [sym_integer_literal] = ACTIONS(4204), - [sym_hex_literal] = ACTIONS(4206), - [sym_bin_literal] = ACTIONS(4206), - [anon_sym_true] = ACTIONS(4204), - [anon_sym_false] = ACTIONS(4204), - [anon_sym_SQUOTE] = ACTIONS(4206), - [sym__backtick_identifier] = ACTIONS(4206), - [sym__automatic_semicolon] = ACTIONS(4206), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4206), + [3135] = { + [sym__alpha_identifier] = ACTIONS(4810), + [anon_sym_AT] = ACTIONS(4812), + [anon_sym_LBRACK] = ACTIONS(4812), + [anon_sym_as] = ACTIONS(4810), + [anon_sym_EQ] = ACTIONS(4810), + [anon_sym_LBRACE] = ACTIONS(4812), + [anon_sym_RBRACE] = ACTIONS(4812), + [anon_sym_LPAREN] = ACTIONS(4812), + [anon_sym_COMMA] = ACTIONS(4812), + [anon_sym_LT] = ACTIONS(4810), + [anon_sym_GT] = ACTIONS(4810), + [anon_sym_where] = ACTIONS(4810), + [anon_sym_object] = ACTIONS(4810), + [anon_sym_fun] = ACTIONS(4810), + [anon_sym_DOT] = ACTIONS(4810), + [anon_sym_SEMI] = ACTIONS(4812), + [anon_sym_get] = ACTIONS(4810), + [anon_sym_set] = ACTIONS(4810), + [anon_sym_this] = ACTIONS(4810), + [anon_sym_super] = ACTIONS(4810), + [anon_sym_STAR] = ACTIONS(4810), + [sym_label] = ACTIONS(4810), + [anon_sym_in] = ACTIONS(4810), + [anon_sym_DOT_DOT] = ACTIONS(4812), + [anon_sym_QMARK_COLON] = ACTIONS(4812), + [anon_sym_AMP_AMP] = ACTIONS(4812), + [anon_sym_PIPE_PIPE] = ACTIONS(4812), + [anon_sym_null] = ACTIONS(4810), + [anon_sym_if] = ACTIONS(4810), + [anon_sym_else] = ACTIONS(4810), + [anon_sym_when] = ACTIONS(4810), + [anon_sym_try] = ACTIONS(4810), + [anon_sym_throw] = ACTIONS(4810), + [anon_sym_return] = ACTIONS(4810), + [anon_sym_continue] = ACTIONS(4810), + [anon_sym_break] = ACTIONS(4810), + [anon_sym_COLON_COLON] = ACTIONS(4812), + [anon_sym_PLUS_EQ] = ACTIONS(4812), + [anon_sym_DASH_EQ] = ACTIONS(4812), + [anon_sym_STAR_EQ] = ACTIONS(4812), + [anon_sym_SLASH_EQ] = ACTIONS(4812), + [anon_sym_PERCENT_EQ] = ACTIONS(4812), + [anon_sym_BANG_EQ] = ACTIONS(4810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4812), + [anon_sym_EQ_EQ] = ACTIONS(4810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4812), + [anon_sym_LT_EQ] = ACTIONS(4812), + [anon_sym_GT_EQ] = ACTIONS(4812), + [anon_sym_BANGin] = ACTIONS(4812), + [anon_sym_is] = ACTIONS(4810), + [anon_sym_BANGis] = ACTIONS(4812), + [anon_sym_PLUS] = ACTIONS(4810), + [anon_sym_DASH] = ACTIONS(4810), + [anon_sym_SLASH] = ACTIONS(4810), + [anon_sym_PERCENT] = ACTIONS(4810), + [anon_sym_as_QMARK] = ACTIONS(4812), + [anon_sym_PLUS_PLUS] = ACTIONS(4812), + [anon_sym_DASH_DASH] = ACTIONS(4812), + [anon_sym_BANG] = ACTIONS(4810), + [anon_sym_BANG_BANG] = ACTIONS(4812), + [anon_sym_data] = ACTIONS(4810), + [anon_sym_inner] = ACTIONS(4810), + [anon_sym_value] = ACTIONS(4810), + [anon_sym_expect] = ACTIONS(4810), + [anon_sym_actual] = ACTIONS(4810), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4812), + [anon_sym_continue_AT] = ACTIONS(4812), + [anon_sym_break_AT] = ACTIONS(4812), + [anon_sym_this_AT] = ACTIONS(4812), + [anon_sym_super_AT] = ACTIONS(4812), + [sym_real_literal] = ACTIONS(4812), + [sym_integer_literal] = ACTIONS(4810), + [sym_hex_literal] = ACTIONS(4812), + [sym_bin_literal] = ACTIONS(4812), + [anon_sym_true] = ACTIONS(4810), + [anon_sym_false] = ACTIONS(4810), + [anon_sym_SQUOTE] = ACTIONS(4812), + [sym__backtick_identifier] = ACTIONS(4812), + [sym__automatic_semicolon] = ACTIONS(4812), + [sym_safe_nav] = ACTIONS(4812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4812), }, - [3177] = { - [aux_sym_nullable_type_repeat1] = STATE(3177), - [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_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(6681), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4224), - [anon_sym_super_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), + [3136] = { + [sym__alpha_identifier] = ACTIONS(4830), + [anon_sym_AT] = ACTIONS(4832), + [anon_sym_LBRACK] = ACTIONS(4832), + [anon_sym_as] = ACTIONS(4830), + [anon_sym_EQ] = ACTIONS(4830), + [anon_sym_LBRACE] = ACTIONS(4832), + [anon_sym_RBRACE] = ACTIONS(4832), + [anon_sym_LPAREN] = ACTIONS(4832), + [anon_sym_COMMA] = ACTIONS(4832), + [anon_sym_LT] = ACTIONS(4830), + [anon_sym_GT] = ACTIONS(4830), + [anon_sym_where] = ACTIONS(4830), + [anon_sym_object] = ACTIONS(4830), + [anon_sym_fun] = ACTIONS(4830), + [anon_sym_DOT] = ACTIONS(4830), + [anon_sym_SEMI] = ACTIONS(4832), + [anon_sym_get] = ACTIONS(4830), + [anon_sym_set] = ACTIONS(4830), + [anon_sym_this] = ACTIONS(4830), + [anon_sym_super] = ACTIONS(4830), + [anon_sym_STAR] = ACTIONS(4830), + [sym_label] = ACTIONS(4830), + [anon_sym_in] = ACTIONS(4830), + [anon_sym_DOT_DOT] = ACTIONS(4832), + [anon_sym_QMARK_COLON] = ACTIONS(4832), + [anon_sym_AMP_AMP] = ACTIONS(4832), + [anon_sym_PIPE_PIPE] = ACTIONS(4832), + [anon_sym_null] = ACTIONS(4830), + [anon_sym_if] = ACTIONS(4830), + [anon_sym_else] = ACTIONS(4830), + [anon_sym_when] = ACTIONS(4830), + [anon_sym_try] = ACTIONS(4830), + [anon_sym_throw] = ACTIONS(4830), + [anon_sym_return] = ACTIONS(4830), + [anon_sym_continue] = ACTIONS(4830), + [anon_sym_break] = ACTIONS(4830), + [anon_sym_COLON_COLON] = ACTIONS(4832), + [anon_sym_PLUS_EQ] = ACTIONS(4832), + [anon_sym_DASH_EQ] = ACTIONS(4832), + [anon_sym_STAR_EQ] = ACTIONS(4832), + [anon_sym_SLASH_EQ] = ACTIONS(4832), + [anon_sym_PERCENT_EQ] = ACTIONS(4832), + [anon_sym_BANG_EQ] = ACTIONS(4830), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4832), + [anon_sym_EQ_EQ] = ACTIONS(4830), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4832), + [anon_sym_LT_EQ] = ACTIONS(4832), + [anon_sym_GT_EQ] = ACTIONS(4832), + [anon_sym_BANGin] = ACTIONS(4832), + [anon_sym_is] = ACTIONS(4830), + [anon_sym_BANGis] = ACTIONS(4832), + [anon_sym_PLUS] = ACTIONS(4830), + [anon_sym_DASH] = ACTIONS(4830), + [anon_sym_SLASH] = ACTIONS(4830), + [anon_sym_PERCENT] = ACTIONS(4830), + [anon_sym_as_QMARK] = ACTIONS(4832), + [anon_sym_PLUS_PLUS] = ACTIONS(4832), + [anon_sym_DASH_DASH] = ACTIONS(4832), + [anon_sym_BANG] = ACTIONS(4830), + [anon_sym_BANG_BANG] = ACTIONS(4832), + [anon_sym_data] = ACTIONS(4830), + [anon_sym_inner] = ACTIONS(4830), + [anon_sym_value] = ACTIONS(4830), + [anon_sym_expect] = ACTIONS(4830), + [anon_sym_actual] = ACTIONS(4830), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4832), + [anon_sym_continue_AT] = ACTIONS(4832), + [anon_sym_break_AT] = ACTIONS(4832), + [anon_sym_this_AT] = ACTIONS(4832), + [anon_sym_super_AT] = ACTIONS(4832), + [sym_real_literal] = ACTIONS(4832), + [sym_integer_literal] = ACTIONS(4830), + [sym_hex_literal] = ACTIONS(4832), + [sym_bin_literal] = ACTIONS(4832), + [anon_sym_true] = ACTIONS(4830), + [anon_sym_false] = ACTIONS(4830), + [anon_sym_SQUOTE] = ACTIONS(4832), + [sym__backtick_identifier] = ACTIONS(4832), + [sym__automatic_semicolon] = ACTIONS(4832), + [sym_safe_nav] = ACTIONS(4832), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4832), }, - [3178] = { - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3282), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [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(3282), - [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(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_data] = ACTIONS(3278), - [anon_sym_inner] = ACTIONS(3278), - [anon_sym_value] = ACTIONS(3278), - [anon_sym_expect] = ACTIONS(3278), - [anon_sym_actual] = ACTIONS(3278), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), + [3137] = { + [sym__alpha_identifier] = ACTIONS(4848), + [anon_sym_AT] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_as] = ACTIONS(4848), + [anon_sym_EQ] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_LPAREN] = ACTIONS(6643), + [anon_sym_COMMA] = ACTIONS(4850), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_where] = ACTIONS(4848), + [anon_sym_object] = ACTIONS(4848), + [anon_sym_fun] = ACTIONS(4848), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym_get] = ACTIONS(4848), + [anon_sym_set] = ACTIONS(4848), + [anon_sym_this] = ACTIONS(4848), + [anon_sym_super] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4848), + [sym_label] = ACTIONS(4848), + [anon_sym_in] = ACTIONS(4848), + [anon_sym_DOT_DOT] = ACTIONS(4850), + [anon_sym_QMARK_COLON] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_null] = ACTIONS(4848), + [anon_sym_if] = ACTIONS(4848), + [anon_sym_else] = ACTIONS(4848), + [anon_sym_when] = ACTIONS(4848), + [anon_sym_try] = ACTIONS(4848), + [anon_sym_throw] = ACTIONS(4848), + [anon_sym_return] = ACTIONS(4848), + [anon_sym_continue] = ACTIONS(4848), + [anon_sym_break] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_PLUS_EQ] = ACTIONS(4850), + [anon_sym_DASH_EQ] = ACTIONS(4850), + [anon_sym_STAR_EQ] = ACTIONS(4850), + [anon_sym_SLASH_EQ] = ACTIONS(4850), + [anon_sym_PERCENT_EQ] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4850), + [anon_sym_EQ_EQ] = ACTIONS(4848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_BANGin] = ACTIONS(4850), + [anon_sym_is] = ACTIONS(4848), + [anon_sym_BANGis] = ACTIONS(4850), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4848), + [anon_sym_as_QMARK] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_BANG] = ACTIONS(4848), + [anon_sym_BANG_BANG] = ACTIONS(4850), + [anon_sym_data] = ACTIONS(4848), + [anon_sym_inner] = ACTIONS(4848), + [anon_sym_value] = ACTIONS(4848), + [anon_sym_expect] = ACTIONS(4848), + [anon_sym_actual] = ACTIONS(4848), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4850), + [anon_sym_continue_AT] = ACTIONS(4850), + [anon_sym_break_AT] = ACTIONS(4850), + [anon_sym_this_AT] = ACTIONS(4850), + [anon_sym_super_AT] = ACTIONS(4850), + [sym_real_literal] = ACTIONS(4850), + [sym_integer_literal] = ACTIONS(4848), + [sym_hex_literal] = ACTIONS(4850), + [sym_bin_literal] = ACTIONS(4850), + [anon_sym_true] = ACTIONS(4848), + [anon_sym_false] = ACTIONS(4848), + [anon_sym_SQUOTE] = ACTIONS(4850), + [sym__backtick_identifier] = ACTIONS(4850), + [sym__automatic_semicolon] = ACTIONS(4850), + [sym_safe_nav] = ACTIONS(4850), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4850), }, - [3179] = { - [sym__alpha_identifier] = ACTIONS(5171), - [anon_sym_AT] = ACTIONS(5173), - [anon_sym_LBRACK] = ACTIONS(5173), - [anon_sym_as] = ACTIONS(5171), - [anon_sym_EQ] = ACTIONS(5171), - [anon_sym_LBRACE] = ACTIONS(5173), - [anon_sym_RBRACE] = ACTIONS(5173), - [anon_sym_LPAREN] = ACTIONS(5173), - [anon_sym_COMMA] = ACTIONS(5173), - [anon_sym_LT] = ACTIONS(5171), - [anon_sym_GT] = ACTIONS(5171), - [anon_sym_where] = ACTIONS(5171), - [anon_sym_object] = ACTIONS(5171), - [anon_sym_fun] = ACTIONS(5171), - [anon_sym_DOT] = ACTIONS(5171), - [anon_sym_SEMI] = ACTIONS(5173), - [anon_sym_get] = ACTIONS(5171), - [anon_sym_set] = ACTIONS(5171), - [anon_sym_this] = ACTIONS(5171), - [anon_sym_super] = ACTIONS(5171), - [anon_sym_STAR] = ACTIONS(5171), - [sym_label] = ACTIONS(5171), - [anon_sym_in] = ACTIONS(5171), - [anon_sym_DOT_DOT] = ACTIONS(5173), - [anon_sym_QMARK_COLON] = ACTIONS(5173), - [anon_sym_AMP_AMP] = ACTIONS(5173), - [anon_sym_PIPE_PIPE] = ACTIONS(5173), - [anon_sym_null] = ACTIONS(5171), - [anon_sym_if] = ACTIONS(5171), - [anon_sym_else] = ACTIONS(5171), - [anon_sym_when] = ACTIONS(5171), - [anon_sym_try] = ACTIONS(5171), - [anon_sym_throw] = ACTIONS(5171), - [anon_sym_return] = ACTIONS(5171), - [anon_sym_continue] = ACTIONS(5171), - [anon_sym_break] = ACTIONS(5171), - [anon_sym_COLON_COLON] = ACTIONS(5173), - [anon_sym_PLUS_EQ] = ACTIONS(5173), - [anon_sym_DASH_EQ] = ACTIONS(5173), - [anon_sym_STAR_EQ] = ACTIONS(5173), - [anon_sym_SLASH_EQ] = ACTIONS(5173), - [anon_sym_PERCENT_EQ] = ACTIONS(5173), - [anon_sym_BANG_EQ] = ACTIONS(5171), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5173), - [anon_sym_EQ_EQ] = ACTIONS(5171), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5173), - [anon_sym_LT_EQ] = ACTIONS(5173), - [anon_sym_GT_EQ] = ACTIONS(5173), - [anon_sym_BANGin] = ACTIONS(5173), - [anon_sym_is] = ACTIONS(5171), - [anon_sym_BANGis] = ACTIONS(5173), - [anon_sym_PLUS] = ACTIONS(5171), - [anon_sym_DASH] = ACTIONS(5171), - [anon_sym_SLASH] = ACTIONS(5171), - [anon_sym_PERCENT] = ACTIONS(5171), - [anon_sym_as_QMARK] = ACTIONS(5173), - [anon_sym_PLUS_PLUS] = ACTIONS(5173), - [anon_sym_DASH_DASH] = ACTIONS(5173), - [anon_sym_BANG] = ACTIONS(5171), - [anon_sym_BANG_BANG] = ACTIONS(5173), - [anon_sym_data] = ACTIONS(5171), - [anon_sym_inner] = ACTIONS(5171), - [anon_sym_value] = ACTIONS(5171), - [anon_sym_expect] = ACTIONS(5171), - [anon_sym_actual] = ACTIONS(5171), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5173), - [anon_sym_continue_AT] = ACTIONS(5173), - [anon_sym_break_AT] = ACTIONS(5173), - [anon_sym_this_AT] = ACTIONS(5173), - [anon_sym_super_AT] = ACTIONS(5173), - [sym_real_literal] = ACTIONS(5173), - [sym_integer_literal] = ACTIONS(5171), - [sym_hex_literal] = ACTIONS(5173), - [sym_bin_literal] = ACTIONS(5173), - [anon_sym_true] = ACTIONS(5171), - [anon_sym_false] = ACTIONS(5171), - [anon_sym_SQUOTE] = ACTIONS(5173), - [sym__backtick_identifier] = ACTIONS(5173), - [sym__automatic_semicolon] = ACTIONS(5173), - [sym_safe_nav] = ACTIONS(5173), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5173), - }, - [3180] = { - [sym_function_body] = STATE(3430), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_RBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_COMMA] = ACTIONS(4309), - [anon_sym_RPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_where] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4307), - [anon_sym_DASH_GT] = ACTIONS(4309), - [sym_label] = ACTIONS(4309), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_while] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_PLUS_EQ] = ACTIONS(4309), - [anon_sym_DASH_EQ] = ACTIONS(4309), - [anon_sym_STAR_EQ] = ACTIONS(4309), - [anon_sym_SLASH_EQ] = ACTIONS(4309), - [anon_sym_PERCENT_EQ] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4307), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - }, - [3181] = { + [3138] = { [sym__alpha_identifier] = ACTIONS(4838), [anon_sym_AT] = ACTIONS(4840), [anon_sym_LBRACK] = ACTIONS(4840), @@ -377337,7 +373651,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ] = ACTIONS(4838), [anon_sym_LBRACE] = ACTIONS(4840), [anon_sym_RBRACE] = ACTIONS(4840), - [anon_sym_LPAREN] = ACTIONS(4840), + [anon_sym_LPAREN] = ACTIONS(6645), [anon_sym_COMMA] = ACTIONS(4840), [anon_sym_LT] = ACTIONS(4838), [anon_sym_GT] = ACTIONS(4838), @@ -377414,299 +373728,299 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4840), }, - [3182] = { - [sym__alpha_identifier] = ACTIONS(4477), - [anon_sym_AT] = ACTIONS(4479), - [anon_sym_LBRACK] = ACTIONS(4479), - [anon_sym_as] = ACTIONS(4477), - [anon_sym_EQ] = ACTIONS(4812), - [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(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(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_value] = ACTIONS(4477), - [anon_sym_expect] = ACTIONS(4477), - [anon_sym_actual] = ACTIONS(4477), + [3139] = { + [sym__alpha_identifier] = ACTIONS(4874), + [anon_sym_AT] = ACTIONS(4876), + [anon_sym_LBRACK] = ACTIONS(4876), + [anon_sym_as] = ACTIONS(4874), + [anon_sym_EQ] = ACTIONS(4874), + [anon_sym_LBRACE] = ACTIONS(4876), + [anon_sym_RBRACE] = ACTIONS(4876), + [anon_sym_LPAREN] = ACTIONS(4876), + [anon_sym_COMMA] = ACTIONS(4876), + [anon_sym_LT] = ACTIONS(4874), + [anon_sym_GT] = ACTIONS(4874), + [anon_sym_where] = ACTIONS(4874), + [anon_sym_object] = ACTIONS(4874), + [anon_sym_fun] = ACTIONS(4874), + [anon_sym_DOT] = ACTIONS(4874), + [anon_sym_SEMI] = ACTIONS(4876), + [anon_sym_get] = ACTIONS(4874), + [anon_sym_set] = ACTIONS(4874), + [anon_sym_this] = ACTIONS(4874), + [anon_sym_super] = ACTIONS(4874), + [anon_sym_STAR] = ACTIONS(4874), + [sym_label] = ACTIONS(4874), + [anon_sym_in] = ACTIONS(4874), + [anon_sym_DOT_DOT] = ACTIONS(4876), + [anon_sym_QMARK_COLON] = ACTIONS(4876), + [anon_sym_AMP_AMP] = ACTIONS(4876), + [anon_sym_PIPE_PIPE] = ACTIONS(4876), + [anon_sym_null] = ACTIONS(4874), + [anon_sym_if] = ACTIONS(4874), + [anon_sym_else] = ACTIONS(4874), + [anon_sym_when] = ACTIONS(4874), + [anon_sym_try] = ACTIONS(4874), + [anon_sym_throw] = ACTIONS(4874), + [anon_sym_return] = ACTIONS(4874), + [anon_sym_continue] = ACTIONS(4874), + [anon_sym_break] = ACTIONS(4874), + [anon_sym_COLON_COLON] = ACTIONS(4876), + [anon_sym_PLUS_EQ] = ACTIONS(4876), + [anon_sym_DASH_EQ] = ACTIONS(4876), + [anon_sym_STAR_EQ] = ACTIONS(4876), + [anon_sym_SLASH_EQ] = ACTIONS(4876), + [anon_sym_PERCENT_EQ] = ACTIONS(4876), + [anon_sym_BANG_EQ] = ACTIONS(4874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4876), + [anon_sym_EQ_EQ] = ACTIONS(4874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4876), + [anon_sym_LT_EQ] = ACTIONS(4876), + [anon_sym_GT_EQ] = ACTIONS(4876), + [anon_sym_BANGin] = ACTIONS(4876), + [anon_sym_is] = ACTIONS(4874), + [anon_sym_BANGis] = ACTIONS(4876), + [anon_sym_PLUS] = ACTIONS(4874), + [anon_sym_DASH] = ACTIONS(4874), + [anon_sym_SLASH] = ACTIONS(4874), + [anon_sym_PERCENT] = ACTIONS(4874), + [anon_sym_as_QMARK] = ACTIONS(4876), + [anon_sym_PLUS_PLUS] = ACTIONS(4876), + [anon_sym_DASH_DASH] = ACTIONS(4876), + [anon_sym_BANG] = ACTIONS(4874), + [anon_sym_BANG_BANG] = ACTIONS(4876), + [anon_sym_data] = ACTIONS(4874), + [anon_sym_inner] = ACTIONS(4874), + [anon_sym_value] = ACTIONS(4874), + [anon_sym_expect] = ACTIONS(4874), + [anon_sym_actual] = ACTIONS(4874), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4479), - [anon_sym_continue_AT] = ACTIONS(4479), - [anon_sym_break_AT] = ACTIONS(4479), - [anon_sym_this_AT] = ACTIONS(4479), - [anon_sym_super_AT] = ACTIONS(4479), - [sym_real_literal] = ACTIONS(4479), - [sym_integer_literal] = ACTIONS(4477), - [sym_hex_literal] = ACTIONS(4479), - [sym_bin_literal] = ACTIONS(4479), - [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), + [anon_sym_return_AT] = ACTIONS(4876), + [anon_sym_continue_AT] = ACTIONS(4876), + [anon_sym_break_AT] = ACTIONS(4876), + [anon_sym_this_AT] = ACTIONS(4876), + [anon_sym_super_AT] = ACTIONS(4876), + [sym_real_literal] = ACTIONS(4876), + [sym_integer_literal] = ACTIONS(4874), + [sym_hex_literal] = ACTIONS(4876), + [sym_bin_literal] = ACTIONS(4876), + [anon_sym_true] = ACTIONS(4874), + [anon_sym_false] = ACTIONS(4874), + [anon_sym_SQUOTE] = ACTIONS(4876), + [sym__backtick_identifier] = ACTIONS(4876), + [sym__automatic_semicolon] = ACTIONS(4876), + [sym_safe_nav] = ACTIONS(4876), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4479), + [sym__string_start] = ACTIONS(4876), }, - [3183] = { - [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_catch] = ACTIONS(4477), - [anon_sym_finally] = 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_value] = 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), + [3140] = { + [sym__alpha_identifier] = ACTIONS(1790), + [anon_sym_AT] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_as] = ACTIONS(1790), + [anon_sym_EQ] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_COMMA] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1790), + [anon_sym_GT] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1790), + [anon_sym_object] = ACTIONS(1790), + [anon_sym_fun] = ACTIONS(1790), + [anon_sym_DOT] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(1790), + [anon_sym_set] = ACTIONS(1790), + [anon_sym_this] = ACTIONS(1790), + [anon_sym_super] = ACTIONS(1790), + [anon_sym_STAR] = ACTIONS(1790), + [sym_label] = ACTIONS(1790), + [anon_sym_in] = ACTIONS(1790), + [anon_sym_DOT_DOT] = ACTIONS(1792), + [anon_sym_QMARK_COLON] = ACTIONS(1792), + [anon_sym_AMP_AMP] = ACTIONS(1792), + [anon_sym_PIPE_PIPE] = ACTIONS(1792), + [anon_sym_null] = ACTIONS(1790), + [anon_sym_if] = ACTIONS(1790), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_when] = ACTIONS(1790), + [anon_sym_try] = ACTIONS(1790), + [anon_sym_throw] = ACTIONS(1790), + [anon_sym_return] = ACTIONS(1790), + [anon_sym_continue] = ACTIONS(1790), + [anon_sym_break] = ACTIONS(1790), + [anon_sym_COLON_COLON] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1790), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ] = ACTIONS(1790), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_BANGin] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1790), + [anon_sym_BANGis] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1790), + [anon_sym_SLASH] = ACTIONS(1790), + [anon_sym_PERCENT] = ACTIONS(1790), + [anon_sym_as_QMARK] = ACTIONS(1792), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_BANG] = ACTIONS(1790), + [anon_sym_BANG_BANG] = ACTIONS(1792), + [anon_sym_data] = ACTIONS(1790), + [anon_sym_inner] = ACTIONS(1790), + [anon_sym_value] = ACTIONS(1790), + [anon_sym_expect] = ACTIONS(1790), + [anon_sym_actual] = ACTIONS(1790), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4479), - [sym_safe_nav] = ACTIONS(4479), + [anon_sym_return_AT] = ACTIONS(1792), + [anon_sym_continue_AT] = ACTIONS(1792), + [anon_sym_break_AT] = ACTIONS(1792), + [anon_sym_this_AT] = ACTIONS(1792), + [anon_sym_super_AT] = ACTIONS(1792), + [sym_real_literal] = ACTIONS(1792), + [sym_integer_literal] = ACTIONS(1790), + [sym_hex_literal] = ACTIONS(1792), + [sym_bin_literal] = ACTIONS(1792), + [anon_sym_true] = ACTIONS(1790), + [anon_sym_false] = ACTIONS(1790), + [anon_sym_SQUOTE] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1792), + [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1792), }, - [3184] = { - [sym_function_body] = STATE(3467), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_RBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), - [anon_sym_RPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [anon_sym_DASH_GT] = ACTIONS(4297), - [sym_label] = ACTIONS(4297), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_while] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), + [3141] = { + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4301), + [anon_sym_LBRACK] = ACTIONS(4301), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4301), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(6647), + [anon_sym_COMMA] = ACTIONS(4301), + [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(4301), + [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(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [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(4301), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [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(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4301), + [anon_sym_DASH_DASH] = ACTIONS(4301), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_value] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [anon_sym_return_AT] = ACTIONS(4301), + [anon_sym_continue_AT] = ACTIONS(4301), + [anon_sym_break_AT] = ACTIONS(4301), + [anon_sym_this_AT] = ACTIONS(4301), + [anon_sym_super_AT] = ACTIONS(4301), + [sym_real_literal] = ACTIONS(4301), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4301), + [sym_bin_literal] = ACTIONS(4301), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4301), + [sym__backtick_identifier] = ACTIONS(4301), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4301), }, - [3185] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), + [3142] = { + [sym__alpha_identifier] = ACTIONS(4289), + [anon_sym_AT] = ACTIONS(4287), + [anon_sym_LBRACK] = ACTIONS(4287), [anon_sym_as] = ACTIONS(4289), [anon_sym_EQ] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_LBRACE] = ACTIONS(4287), [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(6636), + [anon_sym_LPAREN] = ACTIONS(6649), [anon_sym_COMMA] = ACTIONS(4287), [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), [anon_sym_where] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4281), - [anon_sym_fun] = ACTIONS(4281), + [anon_sym_object] = ACTIONS(4289), + [anon_sym_fun] = ACTIONS(4289), [anon_sym_DOT] = ACTIONS(4289), [anon_sym_SEMI] = ACTIONS(4287), - [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_get] = ACTIONS(4289), + [anon_sym_set] = ACTIONS(4289), + [anon_sym_this] = ACTIONS(4289), + [anon_sym_super] = ACTIONS(4289), + [anon_sym_STAR] = ACTIONS(4289), + [sym_label] = ACTIONS(4289), [anon_sym_in] = ACTIONS(4289), [anon_sym_DOT_DOT] = ACTIONS(4287), [anon_sym_QMARK_COLON] = ACTIONS(4287), [anon_sym_AMP_AMP] = ACTIONS(4287), [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4281), - [anon_sym_if] = ACTIONS(4281), + [anon_sym_null] = ACTIONS(4289), + [anon_sym_if] = ACTIONS(4289), [anon_sym_else] = ACTIONS(4289), - [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(4284), + [anon_sym_when] = ACTIONS(4289), + [anon_sym_try] = ACTIONS(4289), + [anon_sym_throw] = ACTIONS(4289), + [anon_sym_return] = ACTIONS(4289), + [anon_sym_continue] = ACTIONS(4289), + [anon_sym_break] = ACTIONS(4289), + [anon_sym_COLON_COLON] = ACTIONS(4287), [anon_sym_PLUS_EQ] = ACTIONS(4287), [anon_sym_DASH_EQ] = ACTIONS(4287), [anon_sym_STAR_EQ] = ACTIONS(4287), @@ -377721,7962 +374035,1425 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(4287), [anon_sym_is] = ACTIONS(4289), [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4281), - [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_PLUS] = ACTIONS(4289), + [anon_sym_DASH] = ACTIONS(4289), [anon_sym_SLASH] = ACTIONS(4289), [anon_sym_PERCENT] = ACTIONS(4289), [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4281), + [anon_sym_PLUS_PLUS] = ACTIONS(4287), + [anon_sym_DASH_DASH] = ACTIONS(4287), + [anon_sym_BANG] = ACTIONS(4289), [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_data] = ACTIONS(4281), - [anon_sym_inner] = ACTIONS(4281), - [anon_sym_value] = ACTIONS(4281), - [anon_sym_expect] = ACTIONS(4281), - [anon_sym_actual] = ACTIONS(4281), + [anon_sym_data] = ACTIONS(4289), + [anon_sym_inner] = ACTIONS(4289), + [anon_sym_value] = ACTIONS(4289), + [anon_sym_expect] = ACTIONS(4289), + [anon_sym_actual] = ACTIONS(4289), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4284), - [anon_sym_continue_AT] = ACTIONS(4284), - [anon_sym_break_AT] = ACTIONS(4284), - [anon_sym_this_AT] = ACTIONS(4284), - [anon_sym_super_AT] = ACTIONS(4284), - [sym_real_literal] = ACTIONS(4284), - [sym_integer_literal] = ACTIONS(4281), - [sym_hex_literal] = ACTIONS(4284), - [sym_bin_literal] = ACTIONS(4284), - [anon_sym_true] = ACTIONS(4281), - [anon_sym_false] = ACTIONS(4281), - [anon_sym_SQUOTE] = ACTIONS(4284), - [sym__backtick_identifier] = ACTIONS(4284), + [anon_sym_return_AT] = ACTIONS(4287), + [anon_sym_continue_AT] = ACTIONS(4287), + [anon_sym_break_AT] = ACTIONS(4287), + [anon_sym_this_AT] = ACTIONS(4287), + [anon_sym_super_AT] = ACTIONS(4287), + [sym_real_literal] = ACTIONS(4287), + [sym_integer_literal] = ACTIONS(4289), + [sym_hex_literal] = ACTIONS(4287), + [sym_bin_literal] = ACTIONS(4287), + [anon_sym_true] = ACTIONS(4289), + [anon_sym_false] = ACTIONS(4289), + [anon_sym_SQUOTE] = ACTIONS(4287), + [sym__backtick_identifier] = ACTIONS(4287), [sym__automatic_semicolon] = ACTIONS(4287), [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4284), + [sym__string_start] = ACTIONS(4287), }, - [3186] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(6642), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4259), - [anon_sym_fun] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4259), - [anon_sym_super] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [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(4259), - [anon_sym_if] = ACTIONS(4259), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4259), - [anon_sym_try] = ACTIONS(4259), - [anon_sym_throw] = ACTIONS(4259), - [anon_sym_return] = ACTIONS(4259), - [anon_sym_continue] = ACTIONS(4259), - [anon_sym_break] = ACTIONS(4259), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4259), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4262), - [anon_sym_continue_AT] = ACTIONS(4262), - [anon_sym_break_AT] = ACTIONS(4262), - [anon_sym_this_AT] = ACTIONS(4262), - [anon_sym_super_AT] = ACTIONS(4262), - [sym_real_literal] = ACTIONS(4262), - [sym_integer_literal] = ACTIONS(4259), - [sym_hex_literal] = ACTIONS(4262), - [sym_bin_literal] = ACTIONS(4262), - [anon_sym_true] = ACTIONS(4259), - [anon_sym_false] = ACTIONS(4259), - [anon_sym_SQUOTE] = ACTIONS(4262), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4262), + [3143] = { + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(3340), + [anon_sym_super_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), }, - [3187] = { - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(1798), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_object] = ACTIONS(1796), - [anon_sym_fun] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(1796), - [anon_sym_set] = ACTIONS(1796), - [anon_sym_this] = ACTIONS(1796), - [anon_sym_super] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1796), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_null] = ACTIONS(1796), - [anon_sym_if] = ACTIONS(1796), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_when] = ACTIONS(1796), - [anon_sym_try] = ACTIONS(1796), - [anon_sym_throw] = ACTIONS(1796), - [anon_sym_return] = ACTIONS(1796), - [anon_sym_continue] = ACTIONS(1796), - [anon_sym_break] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_BANG_BANG] = ACTIONS(1798), - [anon_sym_data] = ACTIONS(1796), - [anon_sym_inner] = ACTIONS(1796), - [anon_sym_value] = ACTIONS(1796), - [anon_sym_expect] = ACTIONS(1796), - [anon_sym_actual] = ACTIONS(1796), + [3144] = { + [sym__alpha_identifier] = ACTIONS(4890), + [anon_sym_AT] = ACTIONS(4892), + [anon_sym_LBRACK] = ACTIONS(4892), + [anon_sym_as] = ACTIONS(4890), + [anon_sym_EQ] = ACTIONS(4890), + [anon_sym_LBRACE] = ACTIONS(4892), + [anon_sym_RBRACE] = ACTIONS(4892), + [anon_sym_LPAREN] = ACTIONS(4892), + [anon_sym_COMMA] = ACTIONS(4892), + [anon_sym_LT] = ACTIONS(4890), + [anon_sym_GT] = ACTIONS(4890), + [anon_sym_where] = ACTIONS(4890), + [anon_sym_object] = ACTIONS(4890), + [anon_sym_fun] = ACTIONS(4890), + [anon_sym_DOT] = ACTIONS(4890), + [anon_sym_SEMI] = ACTIONS(4892), + [anon_sym_get] = ACTIONS(4890), + [anon_sym_set] = ACTIONS(4890), + [anon_sym_this] = ACTIONS(4890), + [anon_sym_super] = ACTIONS(4890), + [anon_sym_STAR] = ACTIONS(4890), + [sym_label] = ACTIONS(4890), + [anon_sym_in] = ACTIONS(4890), + [anon_sym_DOT_DOT] = ACTIONS(4892), + [anon_sym_QMARK_COLON] = ACTIONS(4892), + [anon_sym_AMP_AMP] = ACTIONS(4892), + [anon_sym_PIPE_PIPE] = ACTIONS(4892), + [anon_sym_null] = ACTIONS(4890), + [anon_sym_if] = ACTIONS(4890), + [anon_sym_else] = ACTIONS(4890), + [anon_sym_when] = ACTIONS(4890), + [anon_sym_try] = ACTIONS(4890), + [anon_sym_throw] = ACTIONS(4890), + [anon_sym_return] = ACTIONS(4890), + [anon_sym_continue] = ACTIONS(4890), + [anon_sym_break] = ACTIONS(4890), + [anon_sym_COLON_COLON] = ACTIONS(4892), + [anon_sym_PLUS_EQ] = ACTIONS(4892), + [anon_sym_DASH_EQ] = ACTIONS(4892), + [anon_sym_STAR_EQ] = ACTIONS(4892), + [anon_sym_SLASH_EQ] = ACTIONS(4892), + [anon_sym_PERCENT_EQ] = ACTIONS(4892), + [anon_sym_BANG_EQ] = ACTIONS(4890), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4892), + [anon_sym_EQ_EQ] = ACTIONS(4890), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4892), + [anon_sym_LT_EQ] = ACTIONS(4892), + [anon_sym_GT_EQ] = ACTIONS(4892), + [anon_sym_BANGin] = ACTIONS(4892), + [anon_sym_is] = ACTIONS(4890), + [anon_sym_BANGis] = ACTIONS(4892), + [anon_sym_PLUS] = ACTIONS(4890), + [anon_sym_DASH] = ACTIONS(4890), + [anon_sym_SLASH] = ACTIONS(4890), + [anon_sym_PERCENT] = ACTIONS(4890), + [anon_sym_as_QMARK] = ACTIONS(4892), + [anon_sym_PLUS_PLUS] = ACTIONS(4892), + [anon_sym_DASH_DASH] = ACTIONS(4892), + [anon_sym_BANG] = ACTIONS(4890), + [anon_sym_BANG_BANG] = ACTIONS(4892), + [anon_sym_data] = ACTIONS(4890), + [anon_sym_inner] = ACTIONS(4890), + [anon_sym_value] = ACTIONS(4890), + [anon_sym_expect] = ACTIONS(4890), + [anon_sym_actual] = ACTIONS(4890), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4892), + [anon_sym_continue_AT] = ACTIONS(4892), + [anon_sym_break_AT] = ACTIONS(4892), + [anon_sym_this_AT] = ACTIONS(4892), + [anon_sym_super_AT] = ACTIONS(4892), + [sym_real_literal] = ACTIONS(4892), + [sym_integer_literal] = ACTIONS(4890), + [sym_hex_literal] = ACTIONS(4892), + [sym_bin_literal] = ACTIONS(4892), + [anon_sym_true] = ACTIONS(4890), + [anon_sym_false] = ACTIONS(4890), + [anon_sym_SQUOTE] = ACTIONS(4892), + [sym__backtick_identifier] = ACTIONS(4892), + [sym__automatic_semicolon] = ACTIONS(4892), + [sym_safe_nav] = ACTIONS(4892), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4892), + }, + [3145] = { + [sym__alpha_identifier] = ACTIONS(5052), + [anon_sym_AT] = ACTIONS(5054), + [anon_sym_LBRACK] = ACTIONS(5054), + [anon_sym_as] = ACTIONS(5052), + [anon_sym_EQ] = ACTIONS(5052), + [anon_sym_LBRACE] = ACTIONS(5054), + [anon_sym_RBRACE] = ACTIONS(5054), + [anon_sym_LPAREN] = ACTIONS(5054), + [anon_sym_COMMA] = ACTIONS(5054), + [anon_sym_LT] = ACTIONS(5052), + [anon_sym_GT] = ACTIONS(5052), + [anon_sym_where] = ACTIONS(5052), + [anon_sym_object] = ACTIONS(5052), + [anon_sym_fun] = ACTIONS(5052), + [anon_sym_DOT] = ACTIONS(5052), + [anon_sym_SEMI] = ACTIONS(5054), + [anon_sym_get] = ACTIONS(5052), + [anon_sym_set] = ACTIONS(5052), + [anon_sym_this] = ACTIONS(5052), + [anon_sym_super] = ACTIONS(5052), + [anon_sym_STAR] = ACTIONS(5052), + [sym_label] = ACTIONS(5052), + [anon_sym_in] = ACTIONS(5052), + [anon_sym_DOT_DOT] = ACTIONS(5054), + [anon_sym_QMARK_COLON] = ACTIONS(5054), + [anon_sym_AMP_AMP] = ACTIONS(5054), + [anon_sym_PIPE_PIPE] = ACTIONS(5054), + [anon_sym_null] = ACTIONS(5052), + [anon_sym_if] = ACTIONS(5052), + [anon_sym_else] = ACTIONS(5052), + [anon_sym_when] = ACTIONS(5052), + [anon_sym_try] = ACTIONS(5052), + [anon_sym_throw] = ACTIONS(5052), + [anon_sym_return] = ACTIONS(5052), + [anon_sym_continue] = ACTIONS(5052), + [anon_sym_break] = ACTIONS(5052), + [anon_sym_COLON_COLON] = ACTIONS(5054), + [anon_sym_PLUS_EQ] = ACTIONS(5054), + [anon_sym_DASH_EQ] = ACTIONS(5054), + [anon_sym_STAR_EQ] = ACTIONS(5054), + [anon_sym_SLASH_EQ] = ACTIONS(5054), + [anon_sym_PERCENT_EQ] = ACTIONS(5054), + [anon_sym_BANG_EQ] = ACTIONS(5052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5054), + [anon_sym_EQ_EQ] = ACTIONS(5052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5054), + [anon_sym_LT_EQ] = ACTIONS(5054), + [anon_sym_GT_EQ] = ACTIONS(5054), + [anon_sym_BANGin] = ACTIONS(5054), + [anon_sym_is] = ACTIONS(5052), + [anon_sym_BANGis] = ACTIONS(5054), + [anon_sym_PLUS] = ACTIONS(5052), + [anon_sym_DASH] = ACTIONS(5052), + [anon_sym_SLASH] = ACTIONS(5052), + [anon_sym_PERCENT] = ACTIONS(5052), + [anon_sym_as_QMARK] = ACTIONS(5054), + [anon_sym_PLUS_PLUS] = ACTIONS(5054), + [anon_sym_DASH_DASH] = ACTIONS(5054), + [anon_sym_BANG] = ACTIONS(5052), + [anon_sym_BANG_BANG] = ACTIONS(5054), + [anon_sym_data] = ACTIONS(5052), + [anon_sym_inner] = ACTIONS(5052), + [anon_sym_value] = ACTIONS(5052), + [anon_sym_expect] = ACTIONS(5052), + [anon_sym_actual] = ACTIONS(5052), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5054), + [anon_sym_continue_AT] = ACTIONS(5054), + [anon_sym_break_AT] = ACTIONS(5054), + [anon_sym_this_AT] = ACTIONS(5054), + [anon_sym_super_AT] = ACTIONS(5054), + [sym_real_literal] = ACTIONS(5054), + [sym_integer_literal] = ACTIONS(5052), + [sym_hex_literal] = ACTIONS(5054), + [sym_bin_literal] = ACTIONS(5054), + [anon_sym_true] = ACTIONS(5052), + [anon_sym_false] = ACTIONS(5052), + [anon_sym_SQUOTE] = ACTIONS(5054), + [sym__backtick_identifier] = ACTIONS(5054), + [sym__automatic_semicolon] = ACTIONS(5054), + [sym_safe_nav] = ACTIONS(5054), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5054), + }, + [3146] = { + [sym__alpha_identifier] = ACTIONS(4894), + [anon_sym_AT] = ACTIONS(4896), + [anon_sym_LBRACK] = ACTIONS(4896), + [anon_sym_as] = ACTIONS(4894), + [anon_sym_EQ] = ACTIONS(4894), + [anon_sym_LBRACE] = ACTIONS(4896), + [anon_sym_RBRACE] = ACTIONS(4896), + [anon_sym_LPAREN] = ACTIONS(4896), + [anon_sym_COMMA] = ACTIONS(4896), + [anon_sym_LT] = ACTIONS(4894), + [anon_sym_GT] = ACTIONS(4894), + [anon_sym_where] = ACTIONS(4894), + [anon_sym_object] = ACTIONS(4894), + [anon_sym_fun] = ACTIONS(4894), + [anon_sym_DOT] = ACTIONS(4894), + [anon_sym_SEMI] = ACTIONS(4896), + [anon_sym_get] = ACTIONS(4894), + [anon_sym_set] = ACTIONS(4894), + [anon_sym_this] = ACTIONS(4894), + [anon_sym_super] = ACTIONS(4894), + [anon_sym_STAR] = ACTIONS(4894), + [sym_label] = ACTIONS(4894), + [anon_sym_in] = ACTIONS(4894), + [anon_sym_DOT_DOT] = ACTIONS(4896), + [anon_sym_QMARK_COLON] = ACTIONS(4896), + [anon_sym_AMP_AMP] = ACTIONS(4896), + [anon_sym_PIPE_PIPE] = ACTIONS(4896), + [anon_sym_null] = ACTIONS(4894), + [anon_sym_if] = ACTIONS(4894), + [anon_sym_else] = ACTIONS(4894), + [anon_sym_when] = ACTIONS(4894), + [anon_sym_try] = ACTIONS(4894), + [anon_sym_throw] = ACTIONS(4894), + [anon_sym_return] = ACTIONS(4894), + [anon_sym_continue] = ACTIONS(4894), + [anon_sym_break] = ACTIONS(4894), + [anon_sym_COLON_COLON] = ACTIONS(4896), + [anon_sym_PLUS_EQ] = ACTIONS(4896), + [anon_sym_DASH_EQ] = ACTIONS(4896), + [anon_sym_STAR_EQ] = ACTIONS(4896), + [anon_sym_SLASH_EQ] = ACTIONS(4896), + [anon_sym_PERCENT_EQ] = ACTIONS(4896), + [anon_sym_BANG_EQ] = ACTIONS(4894), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4896), + [anon_sym_EQ_EQ] = ACTIONS(4894), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4896), + [anon_sym_LT_EQ] = ACTIONS(4896), + [anon_sym_GT_EQ] = ACTIONS(4896), + [anon_sym_BANGin] = ACTIONS(4896), + [anon_sym_is] = ACTIONS(4894), + [anon_sym_BANGis] = ACTIONS(4896), + [anon_sym_PLUS] = ACTIONS(4894), + [anon_sym_DASH] = ACTIONS(4894), + [anon_sym_SLASH] = ACTIONS(4894), + [anon_sym_PERCENT] = ACTIONS(4894), + [anon_sym_as_QMARK] = ACTIONS(4896), + [anon_sym_PLUS_PLUS] = ACTIONS(4896), + [anon_sym_DASH_DASH] = ACTIONS(4896), + [anon_sym_BANG] = ACTIONS(4894), + [anon_sym_BANG_BANG] = ACTIONS(4896), + [anon_sym_data] = ACTIONS(4894), + [anon_sym_inner] = ACTIONS(4894), + [anon_sym_value] = ACTIONS(4894), + [anon_sym_expect] = ACTIONS(4894), + [anon_sym_actual] = ACTIONS(4894), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4896), + [anon_sym_continue_AT] = ACTIONS(4896), + [anon_sym_break_AT] = ACTIONS(4896), + [anon_sym_this_AT] = ACTIONS(4896), + [anon_sym_super_AT] = ACTIONS(4896), + [sym_real_literal] = ACTIONS(4896), + [sym_integer_literal] = ACTIONS(4894), + [sym_hex_literal] = ACTIONS(4896), + [sym_bin_literal] = ACTIONS(4896), + [anon_sym_true] = ACTIONS(4894), + [anon_sym_false] = ACTIONS(4894), + [anon_sym_SQUOTE] = ACTIONS(4896), + [sym__backtick_identifier] = ACTIONS(4896), + [sym__automatic_semicolon] = ACTIONS(4896), + [sym_safe_nav] = ACTIONS(4896), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4896), + }, + [3147] = { + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4398), + [anon_sym_super_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), + }, + [3148] = { + [sym__alpha_identifier] = ACTIONS(5048), + [anon_sym_AT] = ACTIONS(5050), + [anon_sym_LBRACK] = ACTIONS(5050), + [anon_sym_as] = ACTIONS(5048), + [anon_sym_EQ] = ACTIONS(5048), + [anon_sym_LBRACE] = ACTIONS(5050), + [anon_sym_RBRACE] = ACTIONS(5050), + [anon_sym_LPAREN] = ACTIONS(5050), + [anon_sym_COMMA] = ACTIONS(5050), + [anon_sym_LT] = ACTIONS(5048), + [anon_sym_GT] = ACTIONS(5048), + [anon_sym_where] = ACTIONS(5048), + [anon_sym_object] = ACTIONS(5048), + [anon_sym_fun] = ACTIONS(5048), + [anon_sym_DOT] = ACTIONS(5048), + [anon_sym_SEMI] = ACTIONS(5050), + [anon_sym_get] = ACTIONS(5048), + [anon_sym_set] = ACTIONS(5048), + [anon_sym_this] = ACTIONS(5048), + [anon_sym_super] = ACTIONS(5048), + [anon_sym_STAR] = ACTIONS(5048), + [sym_label] = ACTIONS(5048), + [anon_sym_in] = ACTIONS(5048), + [anon_sym_DOT_DOT] = ACTIONS(5050), + [anon_sym_QMARK_COLON] = ACTIONS(5050), + [anon_sym_AMP_AMP] = ACTIONS(5050), + [anon_sym_PIPE_PIPE] = ACTIONS(5050), + [anon_sym_null] = ACTIONS(5048), + [anon_sym_if] = ACTIONS(5048), + [anon_sym_else] = ACTIONS(5048), + [anon_sym_when] = ACTIONS(5048), + [anon_sym_try] = ACTIONS(5048), + [anon_sym_throw] = ACTIONS(5048), + [anon_sym_return] = ACTIONS(5048), + [anon_sym_continue] = ACTIONS(5048), + [anon_sym_break] = ACTIONS(5048), + [anon_sym_COLON_COLON] = ACTIONS(5050), + [anon_sym_PLUS_EQ] = ACTIONS(5050), + [anon_sym_DASH_EQ] = ACTIONS(5050), + [anon_sym_STAR_EQ] = ACTIONS(5050), + [anon_sym_SLASH_EQ] = ACTIONS(5050), + [anon_sym_PERCENT_EQ] = ACTIONS(5050), + [anon_sym_BANG_EQ] = ACTIONS(5048), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5050), + [anon_sym_EQ_EQ] = ACTIONS(5048), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5050), + [anon_sym_LT_EQ] = ACTIONS(5050), + [anon_sym_GT_EQ] = ACTIONS(5050), + [anon_sym_BANGin] = ACTIONS(5050), + [anon_sym_is] = ACTIONS(5048), + [anon_sym_BANGis] = ACTIONS(5050), + [anon_sym_PLUS] = ACTIONS(5048), + [anon_sym_DASH] = ACTIONS(5048), + [anon_sym_SLASH] = ACTIONS(5048), + [anon_sym_PERCENT] = ACTIONS(5048), + [anon_sym_as_QMARK] = ACTIONS(5050), + [anon_sym_PLUS_PLUS] = ACTIONS(5050), + [anon_sym_DASH_DASH] = ACTIONS(5050), + [anon_sym_BANG] = ACTIONS(5048), + [anon_sym_BANG_BANG] = ACTIONS(5050), + [anon_sym_data] = ACTIONS(5048), + [anon_sym_inner] = ACTIONS(5048), + [anon_sym_value] = ACTIONS(5048), + [anon_sym_expect] = ACTIONS(5048), + [anon_sym_actual] = ACTIONS(5048), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5050), + [anon_sym_continue_AT] = ACTIONS(5050), + [anon_sym_break_AT] = ACTIONS(5050), + [anon_sym_this_AT] = ACTIONS(5050), + [anon_sym_super_AT] = ACTIONS(5050), + [sym_real_literal] = ACTIONS(5050), + [sym_integer_literal] = ACTIONS(5048), + [sym_hex_literal] = ACTIONS(5050), + [sym_bin_literal] = ACTIONS(5050), + [anon_sym_true] = ACTIONS(5048), + [anon_sym_false] = ACTIONS(5048), + [anon_sym_SQUOTE] = ACTIONS(5050), + [sym__backtick_identifier] = ACTIONS(5050), + [sym__automatic_semicolon] = ACTIONS(5050), + [sym_safe_nav] = ACTIONS(5050), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5050), + }, + [3149] = { + [sym__alpha_identifier] = ACTIONS(4327), + [anon_sym_AT] = ACTIONS(4329), + [anon_sym_LBRACK] = ACTIONS(4329), + [anon_sym_RBRACK] = ACTIONS(4329), + [anon_sym_as] = ACTIONS(4327), + [anon_sym_EQ] = ACTIONS(4327), + [anon_sym_LBRACE] = ACTIONS(4329), + [anon_sym_RBRACE] = ACTIONS(4329), + [anon_sym_LPAREN] = ACTIONS(4329), + [anon_sym_COMMA] = ACTIONS(4329), + [anon_sym_RPAREN] = ACTIONS(4329), + [anon_sym_by] = ACTIONS(4327), + [anon_sym_LT] = ACTIONS(4327), + [anon_sym_GT] = ACTIONS(4327), + [anon_sym_where] = ACTIONS(4327), + [anon_sym_DOT] = ACTIONS(4327), + [anon_sym_SEMI] = ACTIONS(4329), + [anon_sym_get] = ACTIONS(4327), + [anon_sym_set] = ACTIONS(4327), + [sym__quest] = ACTIONS(4327), + [anon_sym_STAR] = ACTIONS(4327), + [anon_sym_DASH_GT] = ACTIONS(4331), + [sym_label] = ACTIONS(4329), + [anon_sym_in] = ACTIONS(4327), + [anon_sym_while] = ACTIONS(4327), + [anon_sym_DOT_DOT] = ACTIONS(4329), + [anon_sym_QMARK_COLON] = ACTIONS(4329), + [anon_sym_AMP_AMP] = ACTIONS(4329), + [anon_sym_PIPE_PIPE] = ACTIONS(4329), + [anon_sym_else] = ACTIONS(4327), + [anon_sym_COLON_COLON] = ACTIONS(4329), + [anon_sym_PLUS_EQ] = ACTIONS(4329), + [anon_sym_DASH_EQ] = ACTIONS(4329), + [anon_sym_STAR_EQ] = ACTIONS(4329), + [anon_sym_SLASH_EQ] = ACTIONS(4329), + [anon_sym_PERCENT_EQ] = ACTIONS(4329), + [anon_sym_BANG_EQ] = ACTIONS(4327), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), + [anon_sym_EQ_EQ] = ACTIONS(4327), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), + [anon_sym_LT_EQ] = ACTIONS(4329), + [anon_sym_GT_EQ] = ACTIONS(4329), + [anon_sym_BANGin] = ACTIONS(4329), + [anon_sym_is] = ACTIONS(4327), + [anon_sym_BANGis] = ACTIONS(4329), + [anon_sym_PLUS] = ACTIONS(4327), + [anon_sym_DASH] = ACTIONS(4327), + [anon_sym_SLASH] = ACTIONS(4327), + [anon_sym_PERCENT] = ACTIONS(4327), + [anon_sym_as_QMARK] = ACTIONS(4329), + [anon_sym_PLUS_PLUS] = ACTIONS(4329), + [anon_sym_DASH_DASH] = ACTIONS(4329), + [anon_sym_BANG_BANG] = ACTIONS(4329), + [anon_sym_suspend] = ACTIONS(4327), + [anon_sym_sealed] = ACTIONS(4327), + [anon_sym_annotation] = ACTIONS(4327), + [anon_sym_data] = ACTIONS(4327), + [anon_sym_inner] = ACTIONS(4327), + [anon_sym_value] = ACTIONS(4327), + [anon_sym_override] = ACTIONS(4327), + [anon_sym_lateinit] = ACTIONS(4327), + [anon_sym_public] = ACTIONS(4327), + [anon_sym_private] = ACTIONS(4327), + [anon_sym_internal] = ACTIONS(4327), + [anon_sym_protected] = ACTIONS(4327), + [anon_sym_tailrec] = ACTIONS(4327), + [anon_sym_operator] = ACTIONS(4327), + [anon_sym_infix] = ACTIONS(4327), + [anon_sym_inline] = ACTIONS(4327), + [anon_sym_external] = ACTIONS(4327), + [sym_property_modifier] = ACTIONS(4327), + [anon_sym_abstract] = ACTIONS(4327), + [anon_sym_final] = ACTIONS(4327), + [anon_sym_open] = ACTIONS(4327), + [anon_sym_vararg] = ACTIONS(4327), + [anon_sym_noinline] = ACTIONS(4327), + [anon_sym_crossinline] = ACTIONS(4327), + [anon_sym_expect] = ACTIONS(4327), + [anon_sym_actual] = ACTIONS(4327), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1798), - [anon_sym_continue_AT] = ACTIONS(1798), - [anon_sym_break_AT] = ACTIONS(1798), - [anon_sym_this_AT] = ACTIONS(1798), - [anon_sym_super_AT] = ACTIONS(1798), - [sym_real_literal] = ACTIONS(1798), - [sym_integer_literal] = ACTIONS(1796), - [sym_hex_literal] = ACTIONS(1798), - [sym_bin_literal] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1796), - [anon_sym_false] = ACTIONS(1796), - [anon_sym_SQUOTE] = ACTIONS(1798), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(4329), + [sym_safe_nav] = ACTIONS(4329), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1798), }, - [3188] = { - [sym__alpha_identifier] = ACTIONS(4958), - [anon_sym_AT] = ACTIONS(4960), - [anon_sym_LBRACK] = ACTIONS(4960), - [anon_sym_as] = ACTIONS(4958), - [anon_sym_EQ] = ACTIONS(4958), - [anon_sym_LBRACE] = ACTIONS(4960), - [anon_sym_RBRACE] = ACTIONS(4960), - [anon_sym_LPAREN] = ACTIONS(4960), - [anon_sym_COMMA] = ACTIONS(4960), - [anon_sym_LT] = ACTIONS(4958), - [anon_sym_GT] = ACTIONS(4958), - [anon_sym_where] = ACTIONS(4958), - [anon_sym_object] = ACTIONS(4958), - [anon_sym_fun] = ACTIONS(4958), - [anon_sym_DOT] = ACTIONS(4958), - [anon_sym_SEMI] = ACTIONS(4960), - [anon_sym_get] = ACTIONS(4958), - [anon_sym_set] = ACTIONS(4958), - [anon_sym_this] = ACTIONS(4958), - [anon_sym_super] = ACTIONS(4958), - [anon_sym_STAR] = ACTIONS(4958), - [sym_label] = ACTIONS(4958), - [anon_sym_in] = ACTIONS(4958), - [anon_sym_DOT_DOT] = ACTIONS(4960), - [anon_sym_QMARK_COLON] = ACTIONS(4960), - [anon_sym_AMP_AMP] = ACTIONS(4960), - [anon_sym_PIPE_PIPE] = ACTIONS(4960), - [anon_sym_null] = ACTIONS(4958), - [anon_sym_if] = ACTIONS(4958), - [anon_sym_else] = ACTIONS(4958), - [anon_sym_when] = ACTIONS(4958), - [anon_sym_try] = ACTIONS(4958), - [anon_sym_throw] = ACTIONS(4958), - [anon_sym_return] = ACTIONS(4958), - [anon_sym_continue] = ACTIONS(4958), - [anon_sym_break] = ACTIONS(4958), - [anon_sym_COLON_COLON] = ACTIONS(4960), - [anon_sym_PLUS_EQ] = ACTIONS(4960), - [anon_sym_DASH_EQ] = ACTIONS(4960), - [anon_sym_STAR_EQ] = ACTIONS(4960), - [anon_sym_SLASH_EQ] = ACTIONS(4960), - [anon_sym_PERCENT_EQ] = ACTIONS(4960), - [anon_sym_BANG_EQ] = ACTIONS(4958), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4960), - [anon_sym_EQ_EQ] = ACTIONS(4958), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4960), - [anon_sym_LT_EQ] = ACTIONS(4960), - [anon_sym_GT_EQ] = ACTIONS(4960), - [anon_sym_BANGin] = ACTIONS(4960), - [anon_sym_is] = ACTIONS(4958), - [anon_sym_BANGis] = ACTIONS(4960), - [anon_sym_PLUS] = ACTIONS(4958), - [anon_sym_DASH] = ACTIONS(4958), - [anon_sym_SLASH] = ACTIONS(4958), - [anon_sym_PERCENT] = ACTIONS(4958), - [anon_sym_as_QMARK] = ACTIONS(4960), - [anon_sym_PLUS_PLUS] = ACTIONS(4960), - [anon_sym_DASH_DASH] = ACTIONS(4960), - [anon_sym_BANG] = ACTIONS(4958), - [anon_sym_BANG_BANG] = ACTIONS(4960), - [anon_sym_data] = ACTIONS(4958), - [anon_sym_inner] = ACTIONS(4958), - [anon_sym_value] = ACTIONS(4958), - [anon_sym_expect] = ACTIONS(4958), - [anon_sym_actual] = ACTIONS(4958), + [3150] = { + [sym__alpha_identifier] = ACTIONS(4898), + [anon_sym_AT] = ACTIONS(4900), + [anon_sym_LBRACK] = ACTIONS(4900), + [anon_sym_as] = ACTIONS(4898), + [anon_sym_EQ] = ACTIONS(4898), + [anon_sym_LBRACE] = ACTIONS(4900), + [anon_sym_RBRACE] = ACTIONS(4900), + [anon_sym_LPAREN] = ACTIONS(4900), + [anon_sym_COMMA] = ACTIONS(4900), + [anon_sym_LT] = ACTIONS(4898), + [anon_sym_GT] = ACTIONS(4898), + [anon_sym_where] = ACTIONS(4898), + [anon_sym_object] = ACTIONS(4898), + [anon_sym_fun] = ACTIONS(4898), + [anon_sym_DOT] = ACTIONS(4898), + [anon_sym_SEMI] = ACTIONS(4900), + [anon_sym_get] = ACTIONS(4898), + [anon_sym_set] = ACTIONS(4898), + [anon_sym_this] = ACTIONS(4898), + [anon_sym_super] = ACTIONS(4898), + [anon_sym_STAR] = ACTIONS(4898), + [sym_label] = ACTIONS(4898), + [anon_sym_in] = ACTIONS(4898), + [anon_sym_DOT_DOT] = ACTIONS(4900), + [anon_sym_QMARK_COLON] = ACTIONS(4900), + [anon_sym_AMP_AMP] = ACTIONS(4900), + [anon_sym_PIPE_PIPE] = ACTIONS(4900), + [anon_sym_null] = ACTIONS(4898), + [anon_sym_if] = ACTIONS(4898), + [anon_sym_else] = ACTIONS(4898), + [anon_sym_when] = ACTIONS(4898), + [anon_sym_try] = ACTIONS(4898), + [anon_sym_throw] = ACTIONS(4898), + [anon_sym_return] = ACTIONS(4898), + [anon_sym_continue] = ACTIONS(4898), + [anon_sym_break] = ACTIONS(4898), + [anon_sym_COLON_COLON] = ACTIONS(4900), + [anon_sym_PLUS_EQ] = ACTIONS(4900), + [anon_sym_DASH_EQ] = ACTIONS(4900), + [anon_sym_STAR_EQ] = ACTIONS(4900), + [anon_sym_SLASH_EQ] = ACTIONS(4900), + [anon_sym_PERCENT_EQ] = ACTIONS(4900), + [anon_sym_BANG_EQ] = ACTIONS(4898), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4900), + [anon_sym_EQ_EQ] = ACTIONS(4898), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4900), + [anon_sym_LT_EQ] = ACTIONS(4900), + [anon_sym_GT_EQ] = ACTIONS(4900), + [anon_sym_BANGin] = ACTIONS(4900), + [anon_sym_is] = ACTIONS(4898), + [anon_sym_BANGis] = ACTIONS(4900), + [anon_sym_PLUS] = ACTIONS(4898), + [anon_sym_DASH] = ACTIONS(4898), + [anon_sym_SLASH] = ACTIONS(4898), + [anon_sym_PERCENT] = ACTIONS(4898), + [anon_sym_as_QMARK] = ACTIONS(4900), + [anon_sym_PLUS_PLUS] = ACTIONS(4900), + [anon_sym_DASH_DASH] = ACTIONS(4900), + [anon_sym_BANG] = ACTIONS(4898), + [anon_sym_BANG_BANG] = ACTIONS(4900), + [anon_sym_data] = ACTIONS(4898), + [anon_sym_inner] = ACTIONS(4898), + [anon_sym_value] = ACTIONS(4898), + [anon_sym_expect] = ACTIONS(4898), + [anon_sym_actual] = ACTIONS(4898), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4960), - [anon_sym_continue_AT] = ACTIONS(4960), - [anon_sym_break_AT] = ACTIONS(4960), - [anon_sym_this_AT] = ACTIONS(4960), - [anon_sym_super_AT] = ACTIONS(4960), - [sym_real_literal] = ACTIONS(4960), - [sym_integer_literal] = ACTIONS(4958), - [sym_hex_literal] = ACTIONS(4960), - [sym_bin_literal] = ACTIONS(4960), - [anon_sym_true] = ACTIONS(4958), - [anon_sym_false] = ACTIONS(4958), - [anon_sym_SQUOTE] = ACTIONS(4960), - [sym__backtick_identifier] = ACTIONS(4960), - [sym__automatic_semicolon] = ACTIONS(4960), - [sym_safe_nav] = ACTIONS(4960), + [anon_sym_return_AT] = ACTIONS(4900), + [anon_sym_continue_AT] = ACTIONS(4900), + [anon_sym_break_AT] = ACTIONS(4900), + [anon_sym_this_AT] = ACTIONS(4900), + [anon_sym_super_AT] = ACTIONS(4900), + [sym_real_literal] = ACTIONS(4900), + [sym_integer_literal] = ACTIONS(4898), + [sym_hex_literal] = ACTIONS(4900), + [sym_bin_literal] = ACTIONS(4900), + [anon_sym_true] = ACTIONS(4898), + [anon_sym_false] = ACTIONS(4898), + [anon_sym_SQUOTE] = ACTIONS(4900), + [sym__backtick_identifier] = ACTIONS(4900), + [sym__automatic_semicolon] = ACTIONS(4900), + [sym_safe_nav] = ACTIONS(4900), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4960), + [sym__string_start] = ACTIONS(4900), }, - [3189] = { - [sym_function_body] = STATE(3461), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_RBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_RPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [anon_sym_DASH_GT] = ACTIONS(4301), - [sym_label] = ACTIONS(4301), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_while] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), + [3151] = { + [sym__alpha_identifier] = ACTIONS(4926), + [anon_sym_AT] = ACTIONS(4928), + [anon_sym_LBRACK] = ACTIONS(4928), + [anon_sym_as] = ACTIONS(4926), + [anon_sym_EQ] = ACTIONS(4926), + [anon_sym_LBRACE] = ACTIONS(4928), + [anon_sym_RBRACE] = ACTIONS(4928), + [anon_sym_LPAREN] = ACTIONS(4928), + [anon_sym_COMMA] = ACTIONS(4928), + [anon_sym_LT] = ACTIONS(4926), + [anon_sym_GT] = ACTIONS(4926), + [anon_sym_where] = ACTIONS(4926), + [anon_sym_object] = ACTIONS(4926), + [anon_sym_fun] = ACTIONS(4926), + [anon_sym_DOT] = ACTIONS(4926), + [anon_sym_SEMI] = ACTIONS(4928), + [anon_sym_get] = ACTIONS(4926), + [anon_sym_set] = ACTIONS(4926), + [anon_sym_this] = ACTIONS(4926), + [anon_sym_super] = ACTIONS(4926), + [anon_sym_STAR] = ACTIONS(4926), + [sym_label] = ACTIONS(4926), + [anon_sym_in] = ACTIONS(4926), + [anon_sym_DOT_DOT] = ACTIONS(4928), + [anon_sym_QMARK_COLON] = ACTIONS(4928), + [anon_sym_AMP_AMP] = ACTIONS(4928), + [anon_sym_PIPE_PIPE] = ACTIONS(4928), + [anon_sym_null] = ACTIONS(4926), + [anon_sym_if] = ACTIONS(4926), + [anon_sym_else] = ACTIONS(4926), + [anon_sym_when] = ACTIONS(4926), + [anon_sym_try] = ACTIONS(4926), + [anon_sym_throw] = ACTIONS(4926), + [anon_sym_return] = ACTIONS(4926), + [anon_sym_continue] = ACTIONS(4926), + [anon_sym_break] = ACTIONS(4926), + [anon_sym_COLON_COLON] = ACTIONS(4928), + [anon_sym_PLUS_EQ] = ACTIONS(4928), + [anon_sym_DASH_EQ] = ACTIONS(4928), + [anon_sym_STAR_EQ] = ACTIONS(4928), + [anon_sym_SLASH_EQ] = ACTIONS(4928), + [anon_sym_PERCENT_EQ] = ACTIONS(4928), + [anon_sym_BANG_EQ] = ACTIONS(4926), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4928), + [anon_sym_EQ_EQ] = ACTIONS(4926), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4928), + [anon_sym_LT_EQ] = ACTIONS(4928), + [anon_sym_GT_EQ] = ACTIONS(4928), + [anon_sym_BANGin] = ACTIONS(4928), + [anon_sym_is] = ACTIONS(4926), + [anon_sym_BANGis] = ACTIONS(4928), + [anon_sym_PLUS] = ACTIONS(4926), + [anon_sym_DASH] = ACTIONS(4926), + [anon_sym_SLASH] = ACTIONS(4926), + [anon_sym_PERCENT] = ACTIONS(4926), + [anon_sym_as_QMARK] = ACTIONS(4928), + [anon_sym_PLUS_PLUS] = ACTIONS(4928), + [anon_sym_DASH_DASH] = ACTIONS(4928), + [anon_sym_BANG] = ACTIONS(4926), + [anon_sym_BANG_BANG] = ACTIONS(4928), + [anon_sym_data] = ACTIONS(4926), + [anon_sym_inner] = ACTIONS(4926), + [anon_sym_value] = ACTIONS(4926), + [anon_sym_expect] = ACTIONS(4926), + [anon_sym_actual] = ACTIONS(4926), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), + [anon_sym_return_AT] = ACTIONS(4928), + [anon_sym_continue_AT] = ACTIONS(4928), + [anon_sym_break_AT] = ACTIONS(4928), + [anon_sym_this_AT] = ACTIONS(4928), + [anon_sym_super_AT] = ACTIONS(4928), + [sym_real_literal] = ACTIONS(4928), + [sym_integer_literal] = ACTIONS(4926), + [sym_hex_literal] = ACTIONS(4928), + [sym_bin_literal] = ACTIONS(4928), + [anon_sym_true] = ACTIONS(4926), + [anon_sym_false] = ACTIONS(4926), + [anon_sym_SQUOTE] = ACTIONS(4928), + [sym__backtick_identifier] = ACTIONS(4928), + [sym__automatic_semicolon] = ACTIONS(4928), + [sym_safe_nav] = ACTIONS(4928), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4928), }, - [3190] = { - [sym__alpha_identifier] = ACTIONS(5131), - [anon_sym_AT] = ACTIONS(5133), - [anon_sym_LBRACK] = ACTIONS(5133), - [anon_sym_as] = ACTIONS(5131), - [anon_sym_EQ] = ACTIONS(5131), - [anon_sym_LBRACE] = ACTIONS(5133), - [anon_sym_RBRACE] = ACTIONS(5133), - [anon_sym_LPAREN] = ACTIONS(5133), - [anon_sym_COMMA] = ACTIONS(5133), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(5131), - [anon_sym_where] = ACTIONS(5131), - [anon_sym_object] = ACTIONS(5131), - [anon_sym_fun] = ACTIONS(5131), - [anon_sym_DOT] = ACTIONS(5131), - [anon_sym_SEMI] = ACTIONS(5133), - [anon_sym_get] = ACTIONS(5131), - [anon_sym_set] = ACTIONS(5131), - [anon_sym_this] = ACTIONS(5131), - [anon_sym_super] = ACTIONS(5131), - [anon_sym_STAR] = ACTIONS(5131), - [sym_label] = ACTIONS(5131), - [anon_sym_in] = ACTIONS(5131), - [anon_sym_DOT_DOT] = ACTIONS(5133), - [anon_sym_QMARK_COLON] = ACTIONS(5133), - [anon_sym_AMP_AMP] = ACTIONS(5133), - [anon_sym_PIPE_PIPE] = ACTIONS(5133), - [anon_sym_null] = ACTIONS(5131), - [anon_sym_if] = ACTIONS(5131), - [anon_sym_else] = ACTIONS(5131), - [anon_sym_when] = ACTIONS(5131), - [anon_sym_try] = ACTIONS(5131), - [anon_sym_throw] = ACTIONS(5131), - [anon_sym_return] = ACTIONS(5131), - [anon_sym_continue] = ACTIONS(5131), - [anon_sym_break] = ACTIONS(5131), - [anon_sym_COLON_COLON] = ACTIONS(5133), - [anon_sym_PLUS_EQ] = ACTIONS(5133), - [anon_sym_DASH_EQ] = ACTIONS(5133), - [anon_sym_STAR_EQ] = ACTIONS(5133), - [anon_sym_SLASH_EQ] = ACTIONS(5133), - [anon_sym_PERCENT_EQ] = ACTIONS(5133), - [anon_sym_BANG_EQ] = ACTIONS(5131), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5133), - [anon_sym_EQ_EQ] = ACTIONS(5131), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5133), - [anon_sym_LT_EQ] = ACTIONS(5133), - [anon_sym_GT_EQ] = ACTIONS(5133), - [anon_sym_BANGin] = ACTIONS(5133), - [anon_sym_is] = ACTIONS(5131), - [anon_sym_BANGis] = ACTIONS(5133), - [anon_sym_PLUS] = ACTIONS(5131), - [anon_sym_DASH] = ACTIONS(5131), - [anon_sym_SLASH] = ACTIONS(5131), - [anon_sym_PERCENT] = ACTIONS(5131), - [anon_sym_as_QMARK] = ACTIONS(5133), - [anon_sym_PLUS_PLUS] = ACTIONS(5133), - [anon_sym_DASH_DASH] = ACTIONS(5133), - [anon_sym_BANG] = ACTIONS(5131), - [anon_sym_BANG_BANG] = ACTIONS(5133), - [anon_sym_data] = ACTIONS(5131), - [anon_sym_inner] = ACTIONS(5131), - [anon_sym_value] = ACTIONS(5131), - [anon_sym_expect] = ACTIONS(5131), - [anon_sym_actual] = ACTIONS(5131), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5133), - [anon_sym_continue_AT] = ACTIONS(5133), - [anon_sym_break_AT] = ACTIONS(5133), - [anon_sym_this_AT] = ACTIONS(5133), - [anon_sym_super_AT] = ACTIONS(5133), - [sym_real_literal] = ACTIONS(5133), - [sym_integer_literal] = ACTIONS(5131), - [sym_hex_literal] = ACTIONS(5133), - [sym_bin_literal] = ACTIONS(5133), - [anon_sym_true] = ACTIONS(5131), - [anon_sym_false] = ACTIONS(5131), - [anon_sym_SQUOTE] = ACTIONS(5133), - [sym__backtick_identifier] = ACTIONS(5133), - [sym__automatic_semicolon] = ACTIONS(5133), - [sym_safe_nav] = ACTIONS(5133), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5133), - }, - [3191] = { - [sym_function_body] = STATE(3400), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_RBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_COMMA] = ACTIONS(4445), - [anon_sym_RPAREN] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_where] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4443), - [anon_sym_DASH_GT] = ACTIONS(4445), - [sym_label] = ACTIONS(4445), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_while] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_PLUS_EQ] = ACTIONS(4445), - [anon_sym_DASH_EQ] = ACTIONS(4445), - [anon_sym_STAR_EQ] = ACTIONS(4445), - [anon_sym_SLASH_EQ] = ACTIONS(4445), - [anon_sym_PERCENT_EQ] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4443), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_suspend] = ACTIONS(4443), - [anon_sym_sealed] = ACTIONS(4443), - [anon_sym_annotation] = ACTIONS(4443), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_override] = ACTIONS(4443), - [anon_sym_lateinit] = ACTIONS(4443), - [anon_sym_public] = ACTIONS(4443), - [anon_sym_private] = ACTIONS(4443), - [anon_sym_internal] = ACTIONS(4443), - [anon_sym_protected] = ACTIONS(4443), - [anon_sym_tailrec] = ACTIONS(4443), - [anon_sym_operator] = ACTIONS(4443), - [anon_sym_infix] = ACTIONS(4443), - [anon_sym_inline] = ACTIONS(4443), - [anon_sym_external] = ACTIONS(4443), - [sym_property_modifier] = ACTIONS(4443), - [anon_sym_abstract] = ACTIONS(4443), - [anon_sym_final] = ACTIONS(4443), - [anon_sym_open] = ACTIONS(4443), - [anon_sym_vararg] = ACTIONS(4443), - [anon_sym_noinline] = ACTIONS(4443), - [anon_sym_crossinline] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), - [sym_multiline_comment] = ACTIONS(3), - }, - [3192] = { - [sym_function_body] = STATE(3457), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_RBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_COMMA] = ACTIONS(4441), - [anon_sym_RPAREN] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_where] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4439), - [anon_sym_DASH_GT] = ACTIONS(4441), - [sym_label] = ACTIONS(4441), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_while] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_PLUS_EQ] = ACTIONS(4441), - [anon_sym_DASH_EQ] = ACTIONS(4441), - [anon_sym_STAR_EQ] = ACTIONS(4441), - [anon_sym_SLASH_EQ] = ACTIONS(4441), - [anon_sym_PERCENT_EQ] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4439), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_suspend] = ACTIONS(4439), - [anon_sym_sealed] = ACTIONS(4439), - [anon_sym_annotation] = ACTIONS(4439), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_override] = ACTIONS(4439), - [anon_sym_lateinit] = ACTIONS(4439), - [anon_sym_public] = ACTIONS(4439), - [anon_sym_private] = ACTIONS(4439), - [anon_sym_internal] = ACTIONS(4439), - [anon_sym_protected] = ACTIONS(4439), - [anon_sym_tailrec] = ACTIONS(4439), - [anon_sym_operator] = ACTIONS(4439), - [anon_sym_infix] = ACTIONS(4439), - [anon_sym_inline] = ACTIONS(4439), - [anon_sym_external] = ACTIONS(4439), - [sym_property_modifier] = ACTIONS(4439), - [anon_sym_abstract] = ACTIONS(4439), - [anon_sym_final] = ACTIONS(4439), - [anon_sym_open] = ACTIONS(4439), - [anon_sym_vararg] = ACTIONS(4439), - [anon_sym_noinline] = ACTIONS(4439), - [anon_sym_crossinline] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), - [sym_multiline_comment] = ACTIONS(3), - }, - [3193] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4009), - [anon_sym_COLON] = ACTIONS(4004), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_RBRACK] = ACTIONS(4009), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_constructor] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_RPAREN] = ACTIONS(4009), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_get] = ACTIONS(4004), - [anon_sym_set] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4004), - [anon_sym_DASH_GT] = ACTIONS(4009), - [sym_label] = ACTIONS(4009), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_while] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [anon_sym_suspend] = ACTIONS(4004), - [anon_sym_sealed] = ACTIONS(4004), - [anon_sym_annotation] = ACTIONS(4004), - [anon_sym_data] = ACTIONS(4004), - [anon_sym_inner] = ACTIONS(4004), - [anon_sym_value] = ACTIONS(4004), - [anon_sym_override] = ACTIONS(4004), - [anon_sym_lateinit] = ACTIONS(4004), - [anon_sym_public] = ACTIONS(4004), - [anon_sym_private] = ACTIONS(4004), - [anon_sym_internal] = ACTIONS(4004), - [anon_sym_protected] = ACTIONS(4004), - [anon_sym_tailrec] = ACTIONS(4004), - [anon_sym_operator] = ACTIONS(4004), - [anon_sym_infix] = ACTIONS(4004), - [anon_sym_inline] = ACTIONS(4004), - [anon_sym_external] = ACTIONS(4004), - [sym_property_modifier] = ACTIONS(4004), - [anon_sym_abstract] = ACTIONS(4004), - [anon_sym_final] = ACTIONS(4004), - [anon_sym_open] = ACTIONS(4004), - [anon_sym_vararg] = ACTIONS(4004), - [anon_sym_noinline] = ACTIONS(4004), - [anon_sym_crossinline] = ACTIONS(4004), - [anon_sym_expect] = ACTIONS(4004), - [anon_sym_actual] = ACTIONS(4004), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4009), - [sym_safe_nav] = ACTIONS(4009), - [sym_multiline_comment] = ACTIONS(3), - }, - [3194] = { - [sym_function_body] = STATE(3232), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_object] = ACTIONS(4137), - [anon_sym_fun] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_this] = ACTIONS(4137), - [anon_sym_super] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [sym_label] = ACTIONS(4137), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(4137), - [anon_sym_if] = ACTIONS(4137), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_when] = ACTIONS(4137), - [anon_sym_try] = ACTIONS(4137), - [anon_sym_throw] = ACTIONS(4137), - [anon_sym_return] = ACTIONS(4137), - [anon_sym_continue] = ACTIONS(4137), - [anon_sym_break] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4137), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4139), - [anon_sym_continue_AT] = ACTIONS(4139), - [anon_sym_break_AT] = ACTIONS(4139), - [anon_sym_this_AT] = ACTIONS(4139), - [anon_sym_super_AT] = ACTIONS(4139), - [sym_real_literal] = ACTIONS(4139), - [sym_integer_literal] = ACTIONS(4137), - [sym_hex_literal] = ACTIONS(4139), - [sym_bin_literal] = ACTIONS(4139), - [anon_sym_true] = ACTIONS(4137), - [anon_sym_false] = ACTIONS(4137), - [anon_sym_SQUOTE] = ACTIONS(4139), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4139), - }, - [3195] = { - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(4137), - [anon_sym_LBRACE] = ACTIONS(4139), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(4137), - [anon_sym_object] = ACTIONS(4137), - [anon_sym_fun] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_this] = ACTIONS(4137), - [anon_sym_super] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [sym_label] = ACTIONS(4137), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(4137), - [anon_sym_if] = ACTIONS(4137), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_when] = ACTIONS(4137), - [anon_sym_try] = ACTIONS(4137), - [anon_sym_throw] = ACTIONS(4137), - [anon_sym_return] = ACTIONS(4137), - [anon_sym_continue] = ACTIONS(4137), - [anon_sym_break] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4137), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4139), - [anon_sym_continue_AT] = ACTIONS(4139), - [anon_sym_break_AT] = ACTIONS(4139), - [anon_sym_this_AT] = ACTIONS(4139), - [anon_sym_super_AT] = ACTIONS(4139), - [sym_real_literal] = ACTIONS(4139), - [sym_integer_literal] = ACTIONS(4137), - [sym_hex_literal] = ACTIONS(4139), - [sym_bin_literal] = ACTIONS(4139), - [anon_sym_true] = ACTIONS(4137), - [anon_sym_false] = ACTIONS(4137), - [anon_sym_SQUOTE] = ACTIONS(4139), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4139), - }, - [3196] = { - [sym__alpha_identifier] = ACTIONS(4962), - [anon_sym_AT] = ACTIONS(4964), - [anon_sym_LBRACK] = ACTIONS(4964), - [anon_sym_as] = ACTIONS(4962), - [anon_sym_EQ] = ACTIONS(4962), - [anon_sym_LBRACE] = ACTIONS(4964), - [anon_sym_RBRACE] = ACTIONS(4964), - [anon_sym_LPAREN] = ACTIONS(4964), - [anon_sym_COMMA] = ACTIONS(4964), - [anon_sym_LT] = ACTIONS(4962), - [anon_sym_GT] = ACTIONS(4962), - [anon_sym_where] = ACTIONS(4962), - [anon_sym_object] = ACTIONS(4962), - [anon_sym_fun] = ACTIONS(4962), - [anon_sym_DOT] = ACTIONS(4962), - [anon_sym_SEMI] = ACTIONS(4964), - [anon_sym_get] = ACTIONS(4962), - [anon_sym_set] = ACTIONS(4962), - [anon_sym_this] = ACTIONS(4962), - [anon_sym_super] = ACTIONS(4962), - [anon_sym_STAR] = ACTIONS(4962), - [sym_label] = ACTIONS(4962), - [anon_sym_in] = ACTIONS(4962), - [anon_sym_DOT_DOT] = ACTIONS(4964), - [anon_sym_QMARK_COLON] = ACTIONS(4964), - [anon_sym_AMP_AMP] = ACTIONS(4964), - [anon_sym_PIPE_PIPE] = ACTIONS(4964), - [anon_sym_null] = ACTIONS(4962), - [anon_sym_if] = ACTIONS(4962), - [anon_sym_else] = ACTIONS(4962), - [anon_sym_when] = ACTIONS(4962), - [anon_sym_try] = ACTIONS(4962), - [anon_sym_throw] = ACTIONS(4962), - [anon_sym_return] = ACTIONS(4962), - [anon_sym_continue] = ACTIONS(4962), - [anon_sym_break] = ACTIONS(4962), - [anon_sym_COLON_COLON] = ACTIONS(4964), - [anon_sym_PLUS_EQ] = ACTIONS(4964), - [anon_sym_DASH_EQ] = ACTIONS(4964), - [anon_sym_STAR_EQ] = ACTIONS(4964), - [anon_sym_SLASH_EQ] = ACTIONS(4964), - [anon_sym_PERCENT_EQ] = ACTIONS(4964), - [anon_sym_BANG_EQ] = ACTIONS(4962), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4964), - [anon_sym_EQ_EQ] = ACTIONS(4962), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4964), - [anon_sym_LT_EQ] = ACTIONS(4964), - [anon_sym_GT_EQ] = ACTIONS(4964), - [anon_sym_BANGin] = ACTIONS(4964), - [anon_sym_is] = ACTIONS(4962), - [anon_sym_BANGis] = ACTIONS(4964), - [anon_sym_PLUS] = ACTIONS(4962), - [anon_sym_DASH] = ACTIONS(4962), - [anon_sym_SLASH] = ACTIONS(4962), - [anon_sym_PERCENT] = ACTIONS(4962), - [anon_sym_as_QMARK] = ACTIONS(4964), - [anon_sym_PLUS_PLUS] = ACTIONS(4964), - [anon_sym_DASH_DASH] = ACTIONS(4964), - [anon_sym_BANG] = ACTIONS(4962), - [anon_sym_BANG_BANG] = ACTIONS(4964), - [anon_sym_data] = ACTIONS(4962), - [anon_sym_inner] = ACTIONS(4962), - [anon_sym_value] = ACTIONS(4962), - [anon_sym_expect] = ACTIONS(4962), - [anon_sym_actual] = ACTIONS(4962), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4964), - [anon_sym_continue_AT] = ACTIONS(4964), - [anon_sym_break_AT] = ACTIONS(4964), - [anon_sym_this_AT] = ACTIONS(4964), - [anon_sym_super_AT] = ACTIONS(4964), - [sym_real_literal] = ACTIONS(4964), - [sym_integer_literal] = ACTIONS(4962), - [sym_hex_literal] = ACTIONS(4964), - [sym_bin_literal] = ACTIONS(4964), - [anon_sym_true] = ACTIONS(4962), - [anon_sym_false] = ACTIONS(4962), - [anon_sym_SQUOTE] = ACTIONS(4964), - [sym__backtick_identifier] = ACTIONS(4964), - [sym__automatic_semicolon] = ACTIONS(4964), - [sym_safe_nav] = ACTIONS(4964), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4964), - }, - [3197] = { - [sym__alpha_identifier] = ACTIONS(4826), - [anon_sym_AT] = ACTIONS(4828), - [anon_sym_LBRACK] = ACTIONS(4828), - [anon_sym_as] = ACTIONS(4826), - [anon_sym_EQ] = ACTIONS(4826), - [anon_sym_LBRACE] = ACTIONS(4828), - [anon_sym_RBRACE] = ACTIONS(4828), - [anon_sym_LPAREN] = ACTIONS(4828), - [anon_sym_COMMA] = ACTIONS(4828), - [anon_sym_LT] = ACTIONS(4826), - [anon_sym_GT] = ACTIONS(4826), - [anon_sym_where] = ACTIONS(4826), - [anon_sym_object] = ACTIONS(4826), - [anon_sym_fun] = ACTIONS(4826), - [anon_sym_DOT] = ACTIONS(4826), - [anon_sym_SEMI] = ACTIONS(4828), - [anon_sym_get] = ACTIONS(4826), - [anon_sym_set] = ACTIONS(4826), - [anon_sym_this] = ACTIONS(4826), - [anon_sym_super] = ACTIONS(4826), - [anon_sym_STAR] = ACTIONS(4826), - [sym_label] = ACTIONS(4826), - [anon_sym_in] = ACTIONS(4826), - [anon_sym_DOT_DOT] = ACTIONS(4828), - [anon_sym_QMARK_COLON] = ACTIONS(4828), - [anon_sym_AMP_AMP] = ACTIONS(4828), - [anon_sym_PIPE_PIPE] = ACTIONS(4828), - [anon_sym_null] = ACTIONS(4826), - [anon_sym_if] = ACTIONS(4826), - [anon_sym_else] = ACTIONS(4826), - [anon_sym_when] = ACTIONS(4826), - [anon_sym_try] = ACTIONS(4826), - [anon_sym_throw] = ACTIONS(4826), - [anon_sym_return] = ACTIONS(4826), - [anon_sym_continue] = ACTIONS(4826), - [anon_sym_break] = ACTIONS(4826), - [anon_sym_COLON_COLON] = ACTIONS(4828), - [anon_sym_PLUS_EQ] = ACTIONS(4828), - [anon_sym_DASH_EQ] = ACTIONS(4828), - [anon_sym_STAR_EQ] = ACTIONS(4828), - [anon_sym_SLASH_EQ] = ACTIONS(4828), - [anon_sym_PERCENT_EQ] = ACTIONS(4828), - [anon_sym_BANG_EQ] = ACTIONS(4826), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4828), - [anon_sym_EQ_EQ] = ACTIONS(4826), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4828), - [anon_sym_LT_EQ] = ACTIONS(4828), - [anon_sym_GT_EQ] = ACTIONS(4828), - [anon_sym_BANGin] = ACTIONS(4828), - [anon_sym_is] = ACTIONS(4826), - [anon_sym_BANGis] = ACTIONS(4828), - [anon_sym_PLUS] = ACTIONS(4826), - [anon_sym_DASH] = ACTIONS(4826), - [anon_sym_SLASH] = ACTIONS(4826), - [anon_sym_PERCENT] = ACTIONS(4826), - [anon_sym_as_QMARK] = ACTIONS(4828), - [anon_sym_PLUS_PLUS] = ACTIONS(4828), - [anon_sym_DASH_DASH] = ACTIONS(4828), - [anon_sym_BANG] = ACTIONS(4826), - [anon_sym_BANG_BANG] = ACTIONS(4828), - [anon_sym_data] = ACTIONS(4826), - [anon_sym_inner] = ACTIONS(4826), - [anon_sym_value] = ACTIONS(4826), - [anon_sym_expect] = ACTIONS(4826), - [anon_sym_actual] = ACTIONS(4826), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4828), - [anon_sym_continue_AT] = ACTIONS(4828), - [anon_sym_break_AT] = ACTIONS(4828), - [anon_sym_this_AT] = ACTIONS(4828), - [anon_sym_super_AT] = ACTIONS(4828), - [sym_real_literal] = ACTIONS(4828), - [sym_integer_literal] = ACTIONS(4826), - [sym_hex_literal] = ACTIONS(4828), - [sym_bin_literal] = ACTIONS(4828), - [anon_sym_true] = ACTIONS(4826), - [anon_sym_false] = ACTIONS(4826), - [anon_sym_SQUOTE] = ACTIONS(4828), - [sym__backtick_identifier] = ACTIONS(4828), - [sym__automatic_semicolon] = ACTIONS(4828), - [sym_safe_nav] = ACTIONS(4828), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4828), - }, - [3198] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(6684), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [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(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [3199] = { - [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), - [anon_sym_AMP] = ACTIONS(6688), - [sym__quest] = ACTIONS(4239), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4239), - [anon_sym_super_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), - }, - [3200] = { - [sym__alpha_identifier] = ACTIONS(4467), - [anon_sym_AT] = ACTIONS(4469), - [anon_sym_LBRACK] = ACTIONS(4469), - [anon_sym_as] = ACTIONS(4467), - [anon_sym_EQ] = ACTIONS(4467), - [anon_sym_LBRACE] = ACTIONS(4469), - [anon_sym_RBRACE] = ACTIONS(4469), - [anon_sym_LPAREN] = ACTIONS(4469), - [anon_sym_COMMA] = ACTIONS(4469), - [anon_sym_LT] = ACTIONS(4467), - [anon_sym_GT] = ACTIONS(4467), - [anon_sym_where] = ACTIONS(4467), - [anon_sym_object] = ACTIONS(4467), - [anon_sym_fun] = ACTIONS(4467), - [anon_sym_DOT] = ACTIONS(4467), - [anon_sym_SEMI] = ACTIONS(4469), - [anon_sym_get] = ACTIONS(4467), - [anon_sym_set] = ACTIONS(4467), - [anon_sym_this] = ACTIONS(4467), - [anon_sym_super] = ACTIONS(4467), - [anon_sym_STAR] = ACTIONS(4467), - [sym_label] = ACTIONS(4467), - [anon_sym_in] = ACTIONS(4467), - [anon_sym_DOT_DOT] = ACTIONS(4469), - [anon_sym_QMARK_COLON] = ACTIONS(4469), - [anon_sym_AMP_AMP] = ACTIONS(4469), - [anon_sym_PIPE_PIPE] = ACTIONS(4469), - [anon_sym_null] = ACTIONS(4467), - [anon_sym_if] = ACTIONS(4467), - [anon_sym_else] = ACTIONS(4467), - [anon_sym_when] = ACTIONS(4467), - [anon_sym_try] = ACTIONS(4467), - [anon_sym_throw] = ACTIONS(4467), - [anon_sym_return] = ACTIONS(4467), - [anon_sym_continue] = ACTIONS(4467), - [anon_sym_break] = ACTIONS(4467), - [anon_sym_COLON_COLON] = ACTIONS(4469), - [anon_sym_PLUS_EQ] = ACTIONS(4469), - [anon_sym_DASH_EQ] = ACTIONS(4469), - [anon_sym_STAR_EQ] = ACTIONS(4469), - [anon_sym_SLASH_EQ] = ACTIONS(4469), - [anon_sym_PERCENT_EQ] = ACTIONS(4469), - [anon_sym_BANG_EQ] = ACTIONS(4467), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4469), - [anon_sym_EQ_EQ] = ACTIONS(4467), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4469), - [anon_sym_LT_EQ] = ACTIONS(4469), - [anon_sym_GT_EQ] = ACTIONS(4469), - [anon_sym_BANGin] = ACTIONS(4469), - [anon_sym_is] = ACTIONS(4467), - [anon_sym_BANGis] = ACTIONS(4469), - [anon_sym_PLUS] = ACTIONS(4467), - [anon_sym_DASH] = ACTIONS(4467), - [anon_sym_SLASH] = ACTIONS(4467), - [anon_sym_PERCENT] = ACTIONS(4467), - [anon_sym_as_QMARK] = ACTIONS(4469), - [anon_sym_PLUS_PLUS] = ACTIONS(4469), - [anon_sym_DASH_DASH] = ACTIONS(4469), - [anon_sym_BANG] = ACTIONS(4467), - [anon_sym_BANG_BANG] = ACTIONS(4469), - [anon_sym_data] = ACTIONS(4467), - [anon_sym_inner] = ACTIONS(4467), - [anon_sym_value] = ACTIONS(4467), - [anon_sym_expect] = ACTIONS(4467), - [anon_sym_actual] = ACTIONS(4467), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4469), - [anon_sym_continue_AT] = ACTIONS(4469), - [anon_sym_break_AT] = ACTIONS(4469), - [anon_sym_this_AT] = ACTIONS(4469), - [anon_sym_super_AT] = ACTIONS(4469), - [sym_real_literal] = ACTIONS(4469), - [sym_integer_literal] = ACTIONS(4467), - [sym_hex_literal] = ACTIONS(4469), - [sym_bin_literal] = ACTIONS(4469), - [anon_sym_true] = ACTIONS(4467), - [anon_sym_false] = ACTIONS(4467), - [anon_sym_SQUOTE] = ACTIONS(4469), - [sym__backtick_identifier] = ACTIONS(4469), - [sym__automatic_semicolon] = ACTIONS(4469), - [sym_safe_nav] = ACTIONS(4469), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4469), - }, - [3201] = { - [sym__alpha_identifier] = ACTIONS(4782), - [anon_sym_AT] = ACTIONS(4784), - [anon_sym_LBRACK] = ACTIONS(4784), - [anon_sym_as] = ACTIONS(4782), - [anon_sym_EQ] = ACTIONS(4782), - [anon_sym_LBRACE] = ACTIONS(4784), - [anon_sym_RBRACE] = ACTIONS(4784), - [anon_sym_LPAREN] = ACTIONS(4784), - [anon_sym_COMMA] = ACTIONS(4784), - [anon_sym_LT] = ACTIONS(4782), - [anon_sym_GT] = ACTIONS(4782), - [anon_sym_where] = ACTIONS(4782), - [anon_sym_object] = ACTIONS(4782), - [anon_sym_fun] = ACTIONS(4782), - [anon_sym_DOT] = ACTIONS(4782), - [anon_sym_SEMI] = ACTIONS(4784), - [anon_sym_get] = ACTIONS(4782), - [anon_sym_set] = ACTIONS(4782), - [anon_sym_this] = ACTIONS(4782), - [anon_sym_super] = ACTIONS(4782), - [anon_sym_STAR] = ACTIONS(4782), - [sym_label] = ACTIONS(4782), - [anon_sym_in] = ACTIONS(4782), - [anon_sym_DOT_DOT] = ACTIONS(4784), - [anon_sym_QMARK_COLON] = ACTIONS(4784), - [anon_sym_AMP_AMP] = ACTIONS(4784), - [anon_sym_PIPE_PIPE] = ACTIONS(4784), - [anon_sym_null] = ACTIONS(4782), - [anon_sym_if] = ACTIONS(4782), - [anon_sym_else] = ACTIONS(4782), - [anon_sym_when] = ACTIONS(4782), - [anon_sym_try] = ACTIONS(4782), - [anon_sym_throw] = ACTIONS(4782), - [anon_sym_return] = ACTIONS(4782), - [anon_sym_continue] = ACTIONS(4782), - [anon_sym_break] = ACTIONS(4782), - [anon_sym_COLON_COLON] = ACTIONS(4784), - [anon_sym_PLUS_EQ] = ACTIONS(4784), - [anon_sym_DASH_EQ] = ACTIONS(4784), - [anon_sym_STAR_EQ] = ACTIONS(4784), - [anon_sym_SLASH_EQ] = ACTIONS(4784), - [anon_sym_PERCENT_EQ] = ACTIONS(4784), - [anon_sym_BANG_EQ] = ACTIONS(4782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4784), - [anon_sym_EQ_EQ] = ACTIONS(4782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4784), - [anon_sym_LT_EQ] = ACTIONS(4784), - [anon_sym_GT_EQ] = ACTIONS(4784), - [anon_sym_BANGin] = ACTIONS(4784), - [anon_sym_is] = ACTIONS(4782), - [anon_sym_BANGis] = ACTIONS(4784), - [anon_sym_PLUS] = ACTIONS(4782), - [anon_sym_DASH] = ACTIONS(4782), - [anon_sym_SLASH] = ACTIONS(4782), - [anon_sym_PERCENT] = ACTIONS(4782), - [anon_sym_as_QMARK] = ACTIONS(4784), - [anon_sym_PLUS_PLUS] = ACTIONS(4784), - [anon_sym_DASH_DASH] = ACTIONS(4784), - [anon_sym_BANG] = ACTIONS(4782), - [anon_sym_BANG_BANG] = ACTIONS(4784), - [anon_sym_data] = ACTIONS(4782), - [anon_sym_inner] = ACTIONS(4782), - [anon_sym_value] = ACTIONS(4782), - [anon_sym_expect] = ACTIONS(4782), - [anon_sym_actual] = ACTIONS(4782), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4784), - [anon_sym_continue_AT] = ACTIONS(4784), - [anon_sym_break_AT] = ACTIONS(4784), - [anon_sym_this_AT] = ACTIONS(4784), - [anon_sym_super_AT] = ACTIONS(4784), - [sym_real_literal] = ACTIONS(4784), - [sym_integer_literal] = ACTIONS(4782), - [sym_hex_literal] = ACTIONS(4784), - [sym_bin_literal] = ACTIONS(4784), - [anon_sym_true] = ACTIONS(4782), - [anon_sym_false] = ACTIONS(4782), - [anon_sym_SQUOTE] = ACTIONS(4784), - [sym__backtick_identifier] = ACTIONS(4784), - [sym__automatic_semicolon] = ACTIONS(4784), - [sym_safe_nav] = ACTIONS(4784), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4784), - }, - [3202] = { - [sym_type_constraints] = STATE(3366), - [sym_enum_class_body] = STATE(3494), - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_RBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_RPAREN] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [anon_sym_DASH_GT] = ACTIONS(4465), - [sym_label] = ACTIONS(4465), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_while] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_suspend] = ACTIONS(4463), - [anon_sym_sealed] = ACTIONS(4463), - [anon_sym_annotation] = ACTIONS(4463), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_override] = ACTIONS(4463), - [anon_sym_lateinit] = ACTIONS(4463), - [anon_sym_public] = ACTIONS(4463), - [anon_sym_private] = ACTIONS(4463), - [anon_sym_internal] = ACTIONS(4463), - [anon_sym_protected] = ACTIONS(4463), - [anon_sym_tailrec] = ACTIONS(4463), - [anon_sym_operator] = ACTIONS(4463), - [anon_sym_infix] = ACTIONS(4463), - [anon_sym_inline] = ACTIONS(4463), - [anon_sym_external] = ACTIONS(4463), - [sym_property_modifier] = ACTIONS(4463), - [anon_sym_abstract] = ACTIONS(4463), - [anon_sym_final] = ACTIONS(4463), - [anon_sym_open] = ACTIONS(4463), - [anon_sym_vararg] = ACTIONS(4463), - [anon_sym_noinline] = ACTIONS(4463), - [anon_sym_crossinline] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), - [sym_multiline_comment] = ACTIONS(3), - }, - [3203] = { - [sym__alpha_identifier] = ACTIONS(5103), - [anon_sym_AT] = ACTIONS(5105), - [anon_sym_LBRACK] = ACTIONS(5105), - [anon_sym_as] = ACTIONS(5103), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(5105), - [anon_sym_RBRACE] = ACTIONS(5105), - [anon_sym_LPAREN] = ACTIONS(5105), - [anon_sym_COMMA] = ACTIONS(5105), - [anon_sym_LT] = ACTIONS(5103), - [anon_sym_GT] = ACTIONS(5103), - [anon_sym_where] = ACTIONS(5103), - [anon_sym_object] = ACTIONS(5103), - [anon_sym_fun] = ACTIONS(5103), - [anon_sym_DOT] = ACTIONS(5103), - [anon_sym_SEMI] = ACTIONS(5105), - [anon_sym_get] = ACTIONS(5103), - [anon_sym_set] = ACTIONS(5103), - [anon_sym_this] = ACTIONS(5103), - [anon_sym_super] = ACTIONS(5103), - [anon_sym_STAR] = ACTIONS(5103), - [sym_label] = ACTIONS(5103), - [anon_sym_in] = ACTIONS(5103), - [anon_sym_DOT_DOT] = ACTIONS(5105), - [anon_sym_QMARK_COLON] = ACTIONS(5105), - [anon_sym_AMP_AMP] = ACTIONS(5105), - [anon_sym_PIPE_PIPE] = ACTIONS(5105), - [anon_sym_null] = ACTIONS(5103), - [anon_sym_if] = ACTIONS(5103), - [anon_sym_else] = ACTIONS(5103), - [anon_sym_when] = ACTIONS(5103), - [anon_sym_try] = ACTIONS(5103), - [anon_sym_throw] = ACTIONS(5103), - [anon_sym_return] = ACTIONS(5103), - [anon_sym_continue] = ACTIONS(5103), - [anon_sym_break] = ACTIONS(5103), - [anon_sym_COLON_COLON] = ACTIONS(5105), - [anon_sym_PLUS_EQ] = ACTIONS(5105), - [anon_sym_DASH_EQ] = ACTIONS(5105), - [anon_sym_STAR_EQ] = ACTIONS(5105), - [anon_sym_SLASH_EQ] = ACTIONS(5105), - [anon_sym_PERCENT_EQ] = ACTIONS(5105), - [anon_sym_BANG_EQ] = ACTIONS(5103), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5105), - [anon_sym_EQ_EQ] = ACTIONS(5103), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5105), - [anon_sym_LT_EQ] = ACTIONS(5105), - [anon_sym_GT_EQ] = ACTIONS(5105), - [anon_sym_BANGin] = ACTIONS(5105), - [anon_sym_is] = ACTIONS(5103), - [anon_sym_BANGis] = ACTIONS(5105), - [anon_sym_PLUS] = ACTIONS(5103), - [anon_sym_DASH] = ACTIONS(5103), - [anon_sym_SLASH] = ACTIONS(5103), - [anon_sym_PERCENT] = ACTIONS(5103), - [anon_sym_as_QMARK] = ACTIONS(5105), - [anon_sym_PLUS_PLUS] = ACTIONS(5105), - [anon_sym_DASH_DASH] = ACTIONS(5105), - [anon_sym_BANG] = ACTIONS(5103), - [anon_sym_BANG_BANG] = ACTIONS(5105), - [anon_sym_data] = ACTIONS(5103), - [anon_sym_inner] = ACTIONS(5103), - [anon_sym_value] = ACTIONS(5103), - [anon_sym_expect] = ACTIONS(5103), - [anon_sym_actual] = ACTIONS(5103), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5105), - [anon_sym_continue_AT] = ACTIONS(5105), - [anon_sym_break_AT] = ACTIONS(5105), - [anon_sym_this_AT] = ACTIONS(5105), - [anon_sym_super_AT] = ACTIONS(5105), - [sym_real_literal] = ACTIONS(5105), - [sym_integer_literal] = ACTIONS(5103), - [sym_hex_literal] = ACTIONS(5105), - [sym_bin_literal] = ACTIONS(5105), - [anon_sym_true] = ACTIONS(5103), - [anon_sym_false] = ACTIONS(5103), - [anon_sym_SQUOTE] = ACTIONS(5105), - [sym__backtick_identifier] = ACTIONS(5105), - [sym__automatic_semicolon] = ACTIONS(5105), - [sym_safe_nav] = ACTIONS(5105), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5105), - }, - [3204] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4724), - [anon_sym_super_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), - }, - [3205] = { - [sym__alpha_identifier] = ACTIONS(5107), - [anon_sym_AT] = ACTIONS(5109), - [anon_sym_LBRACK] = ACTIONS(5109), - [anon_sym_as] = ACTIONS(5107), - [anon_sym_EQ] = ACTIONS(5107), - [anon_sym_LBRACE] = ACTIONS(5109), - [anon_sym_RBRACE] = ACTIONS(5109), - [anon_sym_LPAREN] = ACTIONS(5109), - [anon_sym_COMMA] = ACTIONS(5109), - [anon_sym_LT] = ACTIONS(5107), - [anon_sym_GT] = ACTIONS(5107), - [anon_sym_where] = ACTIONS(5107), - [anon_sym_object] = ACTIONS(5107), - [anon_sym_fun] = ACTIONS(5107), - [anon_sym_DOT] = ACTIONS(5107), - [anon_sym_SEMI] = ACTIONS(5109), - [anon_sym_get] = ACTIONS(5107), - [anon_sym_set] = ACTIONS(5107), - [anon_sym_this] = ACTIONS(5107), - [anon_sym_super] = ACTIONS(5107), - [anon_sym_STAR] = ACTIONS(5107), - [sym_label] = ACTIONS(5107), - [anon_sym_in] = ACTIONS(5107), - [anon_sym_DOT_DOT] = ACTIONS(5109), - [anon_sym_QMARK_COLON] = ACTIONS(5109), - [anon_sym_AMP_AMP] = ACTIONS(5109), - [anon_sym_PIPE_PIPE] = ACTIONS(5109), - [anon_sym_null] = ACTIONS(5107), - [anon_sym_if] = ACTIONS(5107), - [anon_sym_else] = ACTIONS(5107), - [anon_sym_when] = ACTIONS(5107), - [anon_sym_try] = ACTIONS(5107), - [anon_sym_throw] = ACTIONS(5107), - [anon_sym_return] = ACTIONS(5107), - [anon_sym_continue] = ACTIONS(5107), - [anon_sym_break] = ACTIONS(5107), - [anon_sym_COLON_COLON] = ACTIONS(5109), - [anon_sym_PLUS_EQ] = ACTIONS(5109), - [anon_sym_DASH_EQ] = ACTIONS(5109), - [anon_sym_STAR_EQ] = ACTIONS(5109), - [anon_sym_SLASH_EQ] = ACTIONS(5109), - [anon_sym_PERCENT_EQ] = ACTIONS(5109), - [anon_sym_BANG_EQ] = ACTIONS(5107), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5109), - [anon_sym_EQ_EQ] = ACTIONS(5107), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5109), - [anon_sym_LT_EQ] = ACTIONS(5109), - [anon_sym_GT_EQ] = ACTIONS(5109), - [anon_sym_BANGin] = ACTIONS(5109), - [anon_sym_is] = ACTIONS(5107), - [anon_sym_BANGis] = ACTIONS(5109), - [anon_sym_PLUS] = ACTIONS(5107), - [anon_sym_DASH] = ACTIONS(5107), - [anon_sym_SLASH] = ACTIONS(5107), - [anon_sym_PERCENT] = ACTIONS(5107), - [anon_sym_as_QMARK] = ACTIONS(5109), - [anon_sym_PLUS_PLUS] = ACTIONS(5109), - [anon_sym_DASH_DASH] = ACTIONS(5109), - [anon_sym_BANG] = ACTIONS(5107), - [anon_sym_BANG_BANG] = ACTIONS(5109), - [anon_sym_data] = ACTIONS(5107), - [anon_sym_inner] = ACTIONS(5107), - [anon_sym_value] = ACTIONS(5107), - [anon_sym_expect] = ACTIONS(5107), - [anon_sym_actual] = ACTIONS(5107), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5109), - [anon_sym_continue_AT] = ACTIONS(5109), - [anon_sym_break_AT] = ACTIONS(5109), - [anon_sym_this_AT] = ACTIONS(5109), - [anon_sym_super_AT] = ACTIONS(5109), - [sym_real_literal] = ACTIONS(5109), - [sym_integer_literal] = ACTIONS(5107), - [sym_hex_literal] = ACTIONS(5109), - [sym_bin_literal] = ACTIONS(5109), - [anon_sym_true] = ACTIONS(5107), - [anon_sym_false] = ACTIONS(5107), - [anon_sym_SQUOTE] = ACTIONS(5109), - [sym__backtick_identifier] = ACTIONS(5109), - [sym__automatic_semicolon] = ACTIONS(5109), - [sym_safe_nav] = ACTIONS(5109), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5109), - }, - [3206] = { - [sym__alpha_identifier] = ACTIONS(4355), - [anon_sym_AT] = ACTIONS(4357), - [anon_sym_LBRACK] = ACTIONS(4357), - [anon_sym_as] = ACTIONS(4355), - [anon_sym_EQ] = ACTIONS(4355), - [anon_sym_LBRACE] = ACTIONS(4357), - [anon_sym_RBRACE] = ACTIONS(4357), - [anon_sym_LPAREN] = ACTIONS(4357), - [anon_sym_COMMA] = ACTIONS(4357), - [anon_sym_LT] = ACTIONS(4355), - [anon_sym_GT] = ACTIONS(4355), - [anon_sym_where] = ACTIONS(4355), - [anon_sym_object] = ACTIONS(4355), - [anon_sym_fun] = ACTIONS(4355), - [anon_sym_DOT] = ACTIONS(4355), - [anon_sym_SEMI] = ACTIONS(4357), - [anon_sym_get] = ACTIONS(4355), - [anon_sym_set] = ACTIONS(4355), - [anon_sym_this] = ACTIONS(4355), - [anon_sym_super] = ACTIONS(4355), - [anon_sym_STAR] = ACTIONS(4355), - [sym_label] = ACTIONS(4355), - [anon_sym_in] = ACTIONS(4355), - [anon_sym_DOT_DOT] = ACTIONS(4357), - [anon_sym_QMARK_COLON] = ACTIONS(4357), - [anon_sym_AMP_AMP] = ACTIONS(4357), - [anon_sym_PIPE_PIPE] = ACTIONS(4357), - [anon_sym_null] = ACTIONS(4355), - [anon_sym_if] = ACTIONS(4355), - [anon_sym_else] = ACTIONS(4355), - [anon_sym_when] = ACTIONS(4355), - [anon_sym_try] = ACTIONS(4355), - [anon_sym_throw] = ACTIONS(4355), - [anon_sym_return] = ACTIONS(4355), - [anon_sym_continue] = ACTIONS(4355), - [anon_sym_break] = ACTIONS(4355), - [anon_sym_COLON_COLON] = ACTIONS(4357), - [anon_sym_PLUS_EQ] = ACTIONS(4357), - [anon_sym_DASH_EQ] = ACTIONS(4357), - [anon_sym_STAR_EQ] = ACTIONS(4357), - [anon_sym_SLASH_EQ] = ACTIONS(4357), - [anon_sym_PERCENT_EQ] = ACTIONS(4357), - [anon_sym_BANG_EQ] = ACTIONS(4355), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4357), - [anon_sym_EQ_EQ] = ACTIONS(4355), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4357), - [anon_sym_LT_EQ] = ACTIONS(4357), - [anon_sym_GT_EQ] = ACTIONS(4357), - [anon_sym_BANGin] = ACTIONS(4357), - [anon_sym_is] = ACTIONS(4355), - [anon_sym_BANGis] = ACTIONS(4357), - [anon_sym_PLUS] = ACTIONS(4355), - [anon_sym_DASH] = ACTIONS(4355), - [anon_sym_SLASH] = ACTIONS(4355), - [anon_sym_PERCENT] = ACTIONS(4355), - [anon_sym_as_QMARK] = ACTIONS(4357), - [anon_sym_PLUS_PLUS] = ACTIONS(4357), - [anon_sym_DASH_DASH] = ACTIONS(4357), - [anon_sym_BANG] = ACTIONS(4355), - [anon_sym_BANG_BANG] = ACTIONS(4357), - [anon_sym_data] = ACTIONS(4355), - [anon_sym_inner] = ACTIONS(4355), - [anon_sym_value] = ACTIONS(4355), - [anon_sym_expect] = ACTIONS(4355), - [anon_sym_actual] = ACTIONS(4355), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4357), - [anon_sym_continue_AT] = ACTIONS(4357), - [anon_sym_break_AT] = ACTIONS(4357), - [anon_sym_this_AT] = ACTIONS(4357), - [anon_sym_super_AT] = ACTIONS(4357), - [sym_real_literal] = ACTIONS(4357), - [sym_integer_literal] = ACTIONS(4355), - [sym_hex_literal] = ACTIONS(4357), - [sym_bin_literal] = ACTIONS(4357), - [anon_sym_true] = ACTIONS(4355), - [anon_sym_false] = ACTIONS(4355), - [anon_sym_SQUOTE] = ACTIONS(4357), - [sym__backtick_identifier] = ACTIONS(4357), - [sym__automatic_semicolon] = ACTIONS(4357), - [sym_safe_nav] = ACTIONS(4357), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4357), - }, - [3207] = { - [sym__alpha_identifier] = ACTIONS(4786), - [anon_sym_AT] = ACTIONS(4788), - [anon_sym_LBRACK] = ACTIONS(4788), - [anon_sym_as] = ACTIONS(4786), - [anon_sym_EQ] = ACTIONS(4786), - [anon_sym_LBRACE] = ACTIONS(4788), - [anon_sym_RBRACE] = ACTIONS(4788), - [anon_sym_LPAREN] = ACTIONS(4788), - [anon_sym_COMMA] = ACTIONS(4788), - [anon_sym_LT] = ACTIONS(4786), - [anon_sym_GT] = ACTIONS(4786), - [anon_sym_where] = ACTIONS(4786), - [anon_sym_object] = ACTIONS(4786), - [anon_sym_fun] = ACTIONS(4786), - [anon_sym_DOT] = ACTIONS(4786), - [anon_sym_SEMI] = ACTIONS(4788), - [anon_sym_get] = ACTIONS(4786), - [anon_sym_set] = ACTIONS(4786), - [anon_sym_this] = ACTIONS(4786), - [anon_sym_super] = ACTIONS(4786), - [anon_sym_STAR] = ACTIONS(4786), - [sym_label] = ACTIONS(4786), - [anon_sym_in] = ACTIONS(4786), - [anon_sym_DOT_DOT] = ACTIONS(4788), - [anon_sym_QMARK_COLON] = ACTIONS(4788), - [anon_sym_AMP_AMP] = ACTIONS(4788), - [anon_sym_PIPE_PIPE] = ACTIONS(4788), - [anon_sym_null] = ACTIONS(4786), - [anon_sym_if] = ACTIONS(4786), - [anon_sym_else] = ACTIONS(4786), - [anon_sym_when] = ACTIONS(4786), - [anon_sym_try] = ACTIONS(4786), - [anon_sym_throw] = ACTIONS(4786), - [anon_sym_return] = ACTIONS(4786), - [anon_sym_continue] = ACTIONS(4786), - [anon_sym_break] = ACTIONS(4786), - [anon_sym_COLON_COLON] = ACTIONS(4788), - [anon_sym_PLUS_EQ] = ACTIONS(4788), - [anon_sym_DASH_EQ] = ACTIONS(4788), - [anon_sym_STAR_EQ] = ACTIONS(4788), - [anon_sym_SLASH_EQ] = ACTIONS(4788), - [anon_sym_PERCENT_EQ] = ACTIONS(4788), - [anon_sym_BANG_EQ] = ACTIONS(4786), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4788), - [anon_sym_EQ_EQ] = ACTIONS(4786), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4788), - [anon_sym_LT_EQ] = ACTIONS(4788), - [anon_sym_GT_EQ] = ACTIONS(4788), - [anon_sym_BANGin] = ACTIONS(4788), - [anon_sym_is] = ACTIONS(4786), - [anon_sym_BANGis] = ACTIONS(4788), - [anon_sym_PLUS] = ACTIONS(4786), - [anon_sym_DASH] = ACTIONS(4786), - [anon_sym_SLASH] = ACTIONS(4786), - [anon_sym_PERCENT] = ACTIONS(4786), - [anon_sym_as_QMARK] = ACTIONS(4788), - [anon_sym_PLUS_PLUS] = ACTIONS(4788), - [anon_sym_DASH_DASH] = ACTIONS(4788), - [anon_sym_BANG] = ACTIONS(4786), - [anon_sym_BANG_BANG] = ACTIONS(4788), - [anon_sym_data] = ACTIONS(4786), - [anon_sym_inner] = ACTIONS(4786), - [anon_sym_value] = ACTIONS(4786), - [anon_sym_expect] = ACTIONS(4786), - [anon_sym_actual] = ACTIONS(4786), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4788), - [anon_sym_continue_AT] = ACTIONS(4788), - [anon_sym_break_AT] = ACTIONS(4788), - [anon_sym_this_AT] = ACTIONS(4788), - [anon_sym_super_AT] = ACTIONS(4788), - [sym_real_literal] = ACTIONS(4788), - [sym_integer_literal] = ACTIONS(4786), - [sym_hex_literal] = ACTIONS(4788), - [sym_bin_literal] = ACTIONS(4788), - [anon_sym_true] = ACTIONS(4786), - [anon_sym_false] = ACTIONS(4786), - [anon_sym_SQUOTE] = ACTIONS(4788), - [sym__backtick_identifier] = ACTIONS(4788), - [sym__automatic_semicolon] = ACTIONS(4788), - [sym_safe_nav] = ACTIONS(4788), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4788), - }, - [3208] = { - [sym_class_body] = STATE(3495), - [sym_type_constraints] = STATE(3368), - [sym__alpha_identifier] = ACTIONS(4493), - [anon_sym_AT] = ACTIONS(4495), - [anon_sym_LBRACK] = ACTIONS(4495), - [anon_sym_RBRACK] = ACTIONS(4495), - [anon_sym_as] = ACTIONS(4493), - [anon_sym_EQ] = ACTIONS(4493), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4495), - [anon_sym_LPAREN] = ACTIONS(4495), - [anon_sym_COMMA] = ACTIONS(4495), - [anon_sym_RPAREN] = ACTIONS(4495), - [anon_sym_LT] = ACTIONS(4493), - [anon_sym_GT] = ACTIONS(4493), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4493), - [anon_sym_SEMI] = ACTIONS(4495), - [anon_sym_get] = ACTIONS(4493), - [anon_sym_set] = ACTIONS(4493), - [anon_sym_STAR] = ACTIONS(4493), - [anon_sym_DASH_GT] = ACTIONS(4495), - [sym_label] = ACTIONS(4495), - [anon_sym_in] = ACTIONS(4493), - [anon_sym_while] = ACTIONS(4493), - [anon_sym_DOT_DOT] = ACTIONS(4495), - [anon_sym_QMARK_COLON] = ACTIONS(4495), - [anon_sym_AMP_AMP] = ACTIONS(4495), - [anon_sym_PIPE_PIPE] = ACTIONS(4495), - [anon_sym_else] = ACTIONS(4493), - [anon_sym_COLON_COLON] = ACTIONS(4495), - [anon_sym_PLUS_EQ] = ACTIONS(4495), - [anon_sym_DASH_EQ] = ACTIONS(4495), - [anon_sym_STAR_EQ] = ACTIONS(4495), - [anon_sym_SLASH_EQ] = ACTIONS(4495), - [anon_sym_PERCENT_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ] = ACTIONS(4493), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ] = ACTIONS(4493), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), - [anon_sym_LT_EQ] = ACTIONS(4495), - [anon_sym_GT_EQ] = ACTIONS(4495), - [anon_sym_BANGin] = ACTIONS(4495), - [anon_sym_is] = ACTIONS(4493), - [anon_sym_BANGis] = ACTIONS(4495), - [anon_sym_PLUS] = ACTIONS(4493), - [anon_sym_DASH] = ACTIONS(4493), - [anon_sym_SLASH] = ACTIONS(4493), - [anon_sym_PERCENT] = ACTIONS(4493), - [anon_sym_as_QMARK] = ACTIONS(4495), - [anon_sym_PLUS_PLUS] = ACTIONS(4495), - [anon_sym_DASH_DASH] = ACTIONS(4495), - [anon_sym_BANG_BANG] = ACTIONS(4495), - [anon_sym_suspend] = ACTIONS(4493), - [anon_sym_sealed] = ACTIONS(4493), - [anon_sym_annotation] = ACTIONS(4493), - [anon_sym_data] = ACTIONS(4493), - [anon_sym_inner] = ACTIONS(4493), - [anon_sym_value] = ACTIONS(4493), - [anon_sym_override] = ACTIONS(4493), - [anon_sym_lateinit] = ACTIONS(4493), - [anon_sym_public] = ACTIONS(4493), - [anon_sym_private] = ACTIONS(4493), - [anon_sym_internal] = ACTIONS(4493), - [anon_sym_protected] = ACTIONS(4493), - [anon_sym_tailrec] = ACTIONS(4493), - [anon_sym_operator] = ACTIONS(4493), - [anon_sym_infix] = ACTIONS(4493), - [anon_sym_inline] = ACTIONS(4493), - [anon_sym_external] = ACTIONS(4493), - [sym_property_modifier] = ACTIONS(4493), - [anon_sym_abstract] = ACTIONS(4493), - [anon_sym_final] = ACTIONS(4493), - [anon_sym_open] = ACTIONS(4493), - [anon_sym_vararg] = ACTIONS(4493), - [anon_sym_noinline] = ACTIONS(4493), - [anon_sym_crossinline] = ACTIONS(4493), - [anon_sym_expect] = ACTIONS(4493), - [anon_sym_actual] = ACTIONS(4493), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4495), - [sym_safe_nav] = ACTIONS(4495), - [sym_multiline_comment] = ACTIONS(3), - }, - [3209] = { - [aux_sym_type_constraints_repeat1] = STATE(3250), - [sym__alpha_identifier] = ACTIONS(4424), - [anon_sym_AT] = ACTIONS(4426), - [anon_sym_LBRACK] = ACTIONS(4426), - [anon_sym_RBRACK] = ACTIONS(4426), - [anon_sym_as] = ACTIONS(4424), - [anon_sym_EQ] = ACTIONS(4424), - [anon_sym_LBRACE] = ACTIONS(4426), - [anon_sym_RBRACE] = ACTIONS(4426), - [anon_sym_LPAREN] = ACTIONS(4426), - [anon_sym_COMMA] = ACTIONS(6679), - [anon_sym_RPAREN] = ACTIONS(4426), - [anon_sym_by] = ACTIONS(4424), - [anon_sym_LT] = ACTIONS(4424), - [anon_sym_GT] = ACTIONS(4424), - [anon_sym_where] = ACTIONS(4424), - [anon_sym_DOT] = ACTIONS(4424), - [anon_sym_SEMI] = ACTIONS(4426), - [anon_sym_get] = ACTIONS(4424), - [anon_sym_set] = ACTIONS(4424), - [anon_sym_STAR] = ACTIONS(4424), - [anon_sym_DASH_GT] = ACTIONS(4426), - [sym_label] = ACTIONS(4426), - [anon_sym_in] = ACTIONS(4424), - [anon_sym_while] = ACTIONS(4424), - [anon_sym_DOT_DOT] = ACTIONS(4426), - [anon_sym_QMARK_COLON] = ACTIONS(4426), - [anon_sym_AMP_AMP] = ACTIONS(4426), - [anon_sym_PIPE_PIPE] = ACTIONS(4426), - [anon_sym_else] = ACTIONS(4424), - [anon_sym_COLON_COLON] = ACTIONS(4426), - [anon_sym_PLUS_EQ] = ACTIONS(4426), - [anon_sym_DASH_EQ] = ACTIONS(4426), - [anon_sym_STAR_EQ] = ACTIONS(4426), - [anon_sym_SLASH_EQ] = ACTIONS(4426), - [anon_sym_PERCENT_EQ] = ACTIONS(4426), - [anon_sym_BANG_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4426), - [anon_sym_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4426), - [anon_sym_LT_EQ] = ACTIONS(4426), - [anon_sym_GT_EQ] = ACTIONS(4426), - [anon_sym_BANGin] = ACTIONS(4426), - [anon_sym_is] = ACTIONS(4424), - [anon_sym_BANGis] = ACTIONS(4426), - [anon_sym_PLUS] = ACTIONS(4424), - [anon_sym_DASH] = ACTIONS(4424), - [anon_sym_SLASH] = ACTIONS(4424), - [anon_sym_PERCENT] = ACTIONS(4424), - [anon_sym_as_QMARK] = ACTIONS(4426), - [anon_sym_PLUS_PLUS] = ACTIONS(4426), - [anon_sym_DASH_DASH] = ACTIONS(4426), - [anon_sym_BANG_BANG] = ACTIONS(4426), - [anon_sym_suspend] = ACTIONS(4424), - [anon_sym_sealed] = ACTIONS(4424), - [anon_sym_annotation] = ACTIONS(4424), - [anon_sym_data] = ACTIONS(4424), - [anon_sym_inner] = ACTIONS(4424), - [anon_sym_value] = ACTIONS(4424), - [anon_sym_override] = ACTIONS(4424), - [anon_sym_lateinit] = ACTIONS(4424), - [anon_sym_public] = ACTIONS(4424), - [anon_sym_private] = ACTIONS(4424), - [anon_sym_internal] = ACTIONS(4424), - [anon_sym_protected] = ACTIONS(4424), - [anon_sym_tailrec] = ACTIONS(4424), - [anon_sym_operator] = ACTIONS(4424), - [anon_sym_infix] = ACTIONS(4424), - [anon_sym_inline] = ACTIONS(4424), - [anon_sym_external] = ACTIONS(4424), - [sym_property_modifier] = ACTIONS(4424), - [anon_sym_abstract] = ACTIONS(4424), - [anon_sym_final] = ACTIONS(4424), - [anon_sym_open] = ACTIONS(4424), - [anon_sym_vararg] = ACTIONS(4424), - [anon_sym_noinline] = ACTIONS(4424), - [anon_sym_crossinline] = ACTIONS(4424), - [anon_sym_expect] = ACTIONS(4424), - [anon_sym_actual] = ACTIONS(4424), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4426), - [sym_safe_nav] = ACTIONS(4426), - [sym_multiline_comment] = ACTIONS(3), - }, - [3210] = { - [sym__alpha_identifier] = ACTIONS(5183), - [anon_sym_AT] = ACTIONS(5185), - [anon_sym_LBRACK] = ACTIONS(5185), - [anon_sym_as] = ACTIONS(5183), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(5185), - [anon_sym_RBRACE] = ACTIONS(5185), - [anon_sym_LPAREN] = ACTIONS(5185), - [anon_sym_COMMA] = ACTIONS(5185), - [anon_sym_LT] = ACTIONS(5183), - [anon_sym_GT] = ACTIONS(5183), - [anon_sym_where] = ACTIONS(5183), - [anon_sym_object] = ACTIONS(5183), - [anon_sym_fun] = ACTIONS(5183), - [anon_sym_DOT] = ACTIONS(5183), - [anon_sym_SEMI] = ACTIONS(5185), - [anon_sym_get] = ACTIONS(5183), - [anon_sym_set] = ACTIONS(5183), - [anon_sym_this] = ACTIONS(5183), - [anon_sym_super] = ACTIONS(5183), - [anon_sym_STAR] = ACTIONS(5183), - [sym_label] = ACTIONS(5183), - [anon_sym_in] = ACTIONS(5183), - [anon_sym_DOT_DOT] = ACTIONS(5185), - [anon_sym_QMARK_COLON] = ACTIONS(5185), - [anon_sym_AMP_AMP] = ACTIONS(5185), - [anon_sym_PIPE_PIPE] = ACTIONS(5185), - [anon_sym_null] = ACTIONS(5183), - [anon_sym_if] = ACTIONS(5183), - [anon_sym_else] = ACTIONS(5183), - [anon_sym_when] = ACTIONS(5183), - [anon_sym_try] = ACTIONS(5183), - [anon_sym_throw] = ACTIONS(5183), - [anon_sym_return] = ACTIONS(5183), - [anon_sym_continue] = ACTIONS(5183), - [anon_sym_break] = ACTIONS(5183), - [anon_sym_COLON_COLON] = ACTIONS(5185), - [anon_sym_PLUS_EQ] = ACTIONS(5185), - [anon_sym_DASH_EQ] = ACTIONS(5185), - [anon_sym_STAR_EQ] = ACTIONS(5185), - [anon_sym_SLASH_EQ] = ACTIONS(5185), - [anon_sym_PERCENT_EQ] = ACTIONS(5185), - [anon_sym_BANG_EQ] = ACTIONS(5183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5185), - [anon_sym_EQ_EQ] = ACTIONS(5183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5185), - [anon_sym_LT_EQ] = ACTIONS(5185), - [anon_sym_GT_EQ] = ACTIONS(5185), - [anon_sym_BANGin] = ACTIONS(5185), - [anon_sym_is] = ACTIONS(5183), - [anon_sym_BANGis] = ACTIONS(5185), - [anon_sym_PLUS] = ACTIONS(5183), - [anon_sym_DASH] = ACTIONS(5183), - [anon_sym_SLASH] = ACTIONS(5183), - [anon_sym_PERCENT] = ACTIONS(5183), - [anon_sym_as_QMARK] = ACTIONS(5185), - [anon_sym_PLUS_PLUS] = ACTIONS(5185), - [anon_sym_DASH_DASH] = ACTIONS(5185), - [anon_sym_BANG] = ACTIONS(5183), - [anon_sym_BANG_BANG] = ACTIONS(5185), - [anon_sym_data] = ACTIONS(5183), - [anon_sym_inner] = ACTIONS(5183), - [anon_sym_value] = ACTIONS(5183), - [anon_sym_expect] = ACTIONS(5183), - [anon_sym_actual] = ACTIONS(5183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5185), - [anon_sym_continue_AT] = ACTIONS(5185), - [anon_sym_break_AT] = ACTIONS(5185), - [anon_sym_this_AT] = ACTIONS(5185), - [anon_sym_super_AT] = ACTIONS(5185), - [sym_real_literal] = ACTIONS(5185), - [sym_integer_literal] = ACTIONS(5183), - [sym_hex_literal] = ACTIONS(5185), - [sym_bin_literal] = ACTIONS(5185), - [anon_sym_true] = ACTIONS(5183), - [anon_sym_false] = ACTIONS(5183), - [anon_sym_SQUOTE] = ACTIONS(5185), - [sym__backtick_identifier] = ACTIONS(5185), - [sym__automatic_semicolon] = ACTIONS(5185), - [sym_safe_nav] = ACTIONS(5185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5185), - }, - [3211] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_EQ] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(6690), - [anon_sym_COMMA] = ACTIONS(4287), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_where] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4281), - [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4281), - [sym_label] = ACTIONS(4281), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4287), - [anon_sym_DASH_EQ] = ACTIONS(4287), - [anon_sym_STAR_EQ] = ACTIONS(4287), - [anon_sym_SLASH_EQ] = ACTIONS(4287), - [anon_sym_PERCENT_EQ] = ACTIONS(4287), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4281), - [anon_sym_DASH] = ACTIONS(4281), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4289), - [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_data] = ACTIONS(4281), - [anon_sym_inner] = ACTIONS(4281), - [anon_sym_value] = ACTIONS(4281), - [anon_sym_expect] = ACTIONS(4281), - [anon_sym_actual] = ACTIONS(4281), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4287), - [sym_safe_nav] = ACTIONS(4287), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [3212] = { - [sym__alpha_identifier] = ACTIONS(4834), - [anon_sym_AT] = ACTIONS(4836), - [anon_sym_LBRACK] = ACTIONS(4836), - [anon_sym_as] = ACTIONS(4834), - [anon_sym_EQ] = ACTIONS(4834), - [anon_sym_LBRACE] = ACTIONS(4836), - [anon_sym_RBRACE] = ACTIONS(4836), - [anon_sym_LPAREN] = ACTIONS(4836), - [anon_sym_COMMA] = ACTIONS(4836), - [anon_sym_LT] = ACTIONS(4834), - [anon_sym_GT] = ACTIONS(4834), - [anon_sym_where] = ACTIONS(4834), - [anon_sym_object] = ACTIONS(4834), - [anon_sym_fun] = ACTIONS(4834), - [anon_sym_DOT] = ACTIONS(4834), - [anon_sym_SEMI] = ACTIONS(4836), - [anon_sym_get] = ACTIONS(4834), - [anon_sym_set] = ACTIONS(4834), - [anon_sym_this] = ACTIONS(4834), - [anon_sym_super] = ACTIONS(4834), - [anon_sym_STAR] = ACTIONS(4834), - [sym_label] = ACTIONS(4834), - [anon_sym_in] = ACTIONS(4834), - [anon_sym_DOT_DOT] = ACTIONS(4836), - [anon_sym_QMARK_COLON] = ACTIONS(4836), - [anon_sym_AMP_AMP] = ACTIONS(4836), - [anon_sym_PIPE_PIPE] = ACTIONS(4836), - [anon_sym_null] = ACTIONS(4834), - [anon_sym_if] = ACTIONS(4834), - [anon_sym_else] = ACTIONS(4834), - [anon_sym_when] = ACTIONS(4834), - [anon_sym_try] = ACTIONS(4834), - [anon_sym_throw] = ACTIONS(4834), - [anon_sym_return] = ACTIONS(4834), - [anon_sym_continue] = ACTIONS(4834), - [anon_sym_break] = ACTIONS(4834), - [anon_sym_COLON_COLON] = ACTIONS(4836), - [anon_sym_PLUS_EQ] = ACTIONS(4836), - [anon_sym_DASH_EQ] = ACTIONS(4836), - [anon_sym_STAR_EQ] = ACTIONS(4836), - [anon_sym_SLASH_EQ] = ACTIONS(4836), - [anon_sym_PERCENT_EQ] = ACTIONS(4836), - [anon_sym_BANG_EQ] = ACTIONS(4834), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4836), - [anon_sym_EQ_EQ] = ACTIONS(4834), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4836), - [anon_sym_LT_EQ] = ACTIONS(4836), - [anon_sym_GT_EQ] = ACTIONS(4836), - [anon_sym_BANGin] = ACTIONS(4836), - [anon_sym_is] = ACTIONS(4834), - [anon_sym_BANGis] = ACTIONS(4836), - [anon_sym_PLUS] = ACTIONS(4834), - [anon_sym_DASH] = ACTIONS(4834), - [anon_sym_SLASH] = ACTIONS(4834), - [anon_sym_PERCENT] = ACTIONS(4834), - [anon_sym_as_QMARK] = ACTIONS(4836), - [anon_sym_PLUS_PLUS] = ACTIONS(4836), - [anon_sym_DASH_DASH] = ACTIONS(4836), - [anon_sym_BANG] = ACTIONS(4834), - [anon_sym_BANG_BANG] = ACTIONS(4836), - [anon_sym_data] = ACTIONS(4834), - [anon_sym_inner] = ACTIONS(4834), - [anon_sym_value] = ACTIONS(4834), - [anon_sym_expect] = ACTIONS(4834), - [anon_sym_actual] = ACTIONS(4834), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4836), - [anon_sym_continue_AT] = ACTIONS(4836), - [anon_sym_break_AT] = ACTIONS(4836), - [anon_sym_this_AT] = ACTIONS(4836), - [anon_sym_super_AT] = ACTIONS(4836), - [sym_real_literal] = ACTIONS(4836), - [sym_integer_literal] = ACTIONS(4834), - [sym_hex_literal] = ACTIONS(4836), - [sym_bin_literal] = ACTIONS(4836), - [anon_sym_true] = ACTIONS(4834), - [anon_sym_false] = ACTIONS(4834), - [anon_sym_SQUOTE] = ACTIONS(4836), - [sym__backtick_identifier] = ACTIONS(4836), - [sym__automatic_semicolon] = ACTIONS(4836), - [sym_safe_nav] = ACTIONS(4836), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4836), - }, - [3213] = { - [sym__alpha_identifier] = ACTIONS(4918), - [anon_sym_AT] = ACTIONS(4920), - [anon_sym_LBRACK] = ACTIONS(4920), - [anon_sym_as] = ACTIONS(4918), - [anon_sym_EQ] = ACTIONS(4918), - [anon_sym_LBRACE] = ACTIONS(4920), - [anon_sym_RBRACE] = ACTIONS(4920), - [anon_sym_LPAREN] = ACTIONS(4920), - [anon_sym_COMMA] = ACTIONS(4920), - [anon_sym_LT] = ACTIONS(4918), - [anon_sym_GT] = ACTIONS(4918), - [anon_sym_where] = ACTIONS(4918), - [anon_sym_object] = ACTIONS(4918), - [anon_sym_fun] = ACTIONS(4918), - [anon_sym_DOT] = ACTIONS(4918), - [anon_sym_SEMI] = ACTIONS(4920), - [anon_sym_get] = ACTIONS(4918), - [anon_sym_set] = ACTIONS(4918), - [anon_sym_this] = ACTIONS(4918), - [anon_sym_super] = ACTIONS(4918), - [anon_sym_STAR] = ACTIONS(4918), - [sym_label] = ACTIONS(4918), - [anon_sym_in] = ACTIONS(4918), - [anon_sym_DOT_DOT] = ACTIONS(4920), - [anon_sym_QMARK_COLON] = ACTIONS(4920), - [anon_sym_AMP_AMP] = ACTIONS(4920), - [anon_sym_PIPE_PIPE] = ACTIONS(4920), - [anon_sym_null] = ACTIONS(4918), - [anon_sym_if] = ACTIONS(4918), - [anon_sym_else] = ACTIONS(4918), - [anon_sym_when] = ACTIONS(4918), - [anon_sym_try] = ACTIONS(4918), - [anon_sym_throw] = ACTIONS(4918), - [anon_sym_return] = ACTIONS(4918), - [anon_sym_continue] = ACTIONS(4918), - [anon_sym_break] = ACTIONS(4918), - [anon_sym_COLON_COLON] = ACTIONS(4920), - [anon_sym_PLUS_EQ] = ACTIONS(4920), - [anon_sym_DASH_EQ] = ACTIONS(4920), - [anon_sym_STAR_EQ] = ACTIONS(4920), - [anon_sym_SLASH_EQ] = ACTIONS(4920), - [anon_sym_PERCENT_EQ] = ACTIONS(4920), - [anon_sym_BANG_EQ] = ACTIONS(4918), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4920), - [anon_sym_EQ_EQ] = ACTIONS(4918), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4920), - [anon_sym_LT_EQ] = ACTIONS(4920), - [anon_sym_GT_EQ] = ACTIONS(4920), - [anon_sym_BANGin] = ACTIONS(4920), - [anon_sym_is] = ACTIONS(4918), - [anon_sym_BANGis] = ACTIONS(4920), - [anon_sym_PLUS] = ACTIONS(4918), - [anon_sym_DASH] = ACTIONS(4918), - [anon_sym_SLASH] = ACTIONS(4918), - [anon_sym_PERCENT] = ACTIONS(4918), - [anon_sym_as_QMARK] = ACTIONS(4920), - [anon_sym_PLUS_PLUS] = ACTIONS(4920), - [anon_sym_DASH_DASH] = ACTIONS(4920), - [anon_sym_BANG] = ACTIONS(4918), - [anon_sym_BANG_BANG] = ACTIONS(4920), - [anon_sym_data] = ACTIONS(4918), - [anon_sym_inner] = ACTIONS(4918), - [anon_sym_value] = ACTIONS(4918), - [anon_sym_expect] = ACTIONS(4918), - [anon_sym_actual] = ACTIONS(4918), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4920), - [anon_sym_continue_AT] = ACTIONS(4920), - [anon_sym_break_AT] = ACTIONS(4920), - [anon_sym_this_AT] = ACTIONS(4920), - [anon_sym_super_AT] = ACTIONS(4920), - [sym_real_literal] = ACTIONS(4920), - [sym_integer_literal] = ACTIONS(4918), - [sym_hex_literal] = ACTIONS(4920), - [sym_bin_literal] = ACTIONS(4920), - [anon_sym_true] = ACTIONS(4918), - [anon_sym_false] = ACTIONS(4918), - [anon_sym_SQUOTE] = ACTIONS(4920), - [sym__backtick_identifier] = ACTIONS(4920), - [sym__automatic_semicolon] = ACTIONS(4920), - [sym_safe_nav] = ACTIONS(4920), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4920), - }, - [3214] = { - [sym_function_body] = STATE(3397), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_RBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(6509), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_COMMA] = ACTIONS(4449), - [anon_sym_RPAREN] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_where] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4447), - [anon_sym_DASH_GT] = ACTIONS(4449), - [sym_label] = ACTIONS(4449), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_while] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_PLUS_EQ] = ACTIONS(4449), - [anon_sym_DASH_EQ] = ACTIONS(4449), - [anon_sym_STAR_EQ] = ACTIONS(4449), - [anon_sym_SLASH_EQ] = ACTIONS(4449), - [anon_sym_PERCENT_EQ] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4447), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_suspend] = ACTIONS(4447), - [anon_sym_sealed] = ACTIONS(4447), - [anon_sym_annotation] = ACTIONS(4447), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_override] = ACTIONS(4447), - [anon_sym_lateinit] = ACTIONS(4447), - [anon_sym_public] = ACTIONS(4447), - [anon_sym_private] = ACTIONS(4447), - [anon_sym_internal] = ACTIONS(4447), - [anon_sym_protected] = ACTIONS(4447), - [anon_sym_tailrec] = ACTIONS(4447), - [anon_sym_operator] = ACTIONS(4447), - [anon_sym_infix] = ACTIONS(4447), - [anon_sym_inline] = ACTIONS(4447), - [anon_sym_external] = ACTIONS(4447), - [sym_property_modifier] = ACTIONS(4447), - [anon_sym_abstract] = ACTIONS(4447), - [anon_sym_final] = ACTIONS(4447), - [anon_sym_open] = ACTIONS(4447), - [anon_sym_vararg] = ACTIONS(4447), - [anon_sym_noinline] = ACTIONS(4447), - [anon_sym_crossinline] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), - [sym_multiline_comment] = ACTIONS(3), - }, - [3215] = { - [sym__alpha_identifier] = ACTIONS(123), - [anon_sym_AT] = ACTIONS(121), - [anon_sym_LBRACK] = ACTIONS(121), - [anon_sym_as] = ACTIONS(123), - [anon_sym_EQ] = ACTIONS(123), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_RBRACE] = ACTIONS(121), - [anon_sym_LPAREN] = ACTIONS(121), - [anon_sym_COMMA] = ACTIONS(121), - [anon_sym_LT] = ACTIONS(123), - [anon_sym_GT] = ACTIONS(123), - [anon_sym_where] = ACTIONS(123), - [anon_sym_object] = ACTIONS(123), - [anon_sym_fun] = ACTIONS(123), - [anon_sym_DOT] = ACTIONS(123), - [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(123), - [anon_sym_set] = ACTIONS(123), - [anon_sym_this] = ACTIONS(123), - [anon_sym_super] = ACTIONS(123), - [anon_sym_STAR] = ACTIONS(123), - [sym_label] = ACTIONS(123), - [anon_sym_in] = ACTIONS(123), - [anon_sym_DOT_DOT] = ACTIONS(121), - [anon_sym_QMARK_COLON] = ACTIONS(121), - [anon_sym_AMP_AMP] = ACTIONS(121), - [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_null] = ACTIONS(123), - [anon_sym_if] = ACTIONS(123), - [anon_sym_else] = ACTIONS(123), - [anon_sym_when] = ACTIONS(123), - [anon_sym_try] = ACTIONS(123), - [anon_sym_throw] = ACTIONS(123), - [anon_sym_return] = ACTIONS(123), - [anon_sym_continue] = ACTIONS(123), - [anon_sym_break] = ACTIONS(123), - [anon_sym_COLON_COLON] = ACTIONS(121), - [anon_sym_PLUS_EQ] = ACTIONS(121), - [anon_sym_DASH_EQ] = ACTIONS(121), - [anon_sym_STAR_EQ] = ACTIONS(121), - [anon_sym_SLASH_EQ] = ACTIONS(121), - [anon_sym_PERCENT_EQ] = ACTIONS(121), - [anon_sym_BANG_EQ] = ACTIONS(123), - [anon_sym_BANG_EQ_EQ] = ACTIONS(121), - [anon_sym_EQ_EQ] = ACTIONS(123), - [anon_sym_EQ_EQ_EQ] = ACTIONS(121), - [anon_sym_LT_EQ] = ACTIONS(121), - [anon_sym_GT_EQ] = ACTIONS(121), - [anon_sym_BANGin] = ACTIONS(121), - [anon_sym_is] = ACTIONS(123), - [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_SLASH] = ACTIONS(123), - [anon_sym_PERCENT] = ACTIONS(123), - [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(121), - [anon_sym_DASH_DASH] = ACTIONS(121), - [anon_sym_BANG] = ACTIONS(123), - [anon_sym_BANG_BANG] = ACTIONS(121), - [anon_sym_data] = ACTIONS(123), - [anon_sym_inner] = ACTIONS(123), - [anon_sym_value] = ACTIONS(123), - [anon_sym_expect] = ACTIONS(123), - [anon_sym_actual] = ACTIONS(123), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(121), - [anon_sym_continue_AT] = ACTIONS(121), - [anon_sym_break_AT] = ACTIONS(121), - [anon_sym_this_AT] = ACTIONS(121), - [anon_sym_super_AT] = ACTIONS(121), - [sym_real_literal] = ACTIONS(121), - [sym_integer_literal] = ACTIONS(123), - [sym_hex_literal] = ACTIONS(121), - [sym_bin_literal] = ACTIONS(121), - [anon_sym_true] = ACTIONS(123), - [anon_sym_false] = ACTIONS(123), - [anon_sym_SQUOTE] = ACTIONS(121), - [sym__backtick_identifier] = ACTIONS(121), - [sym__automatic_semicolon] = ACTIONS(121), - [sym_safe_nav] = ACTIONS(121), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(121), - }, - [3216] = { - [sym__alpha_identifier] = ACTIONS(4774), - [anon_sym_AT] = ACTIONS(4776), - [anon_sym_LBRACK] = ACTIONS(4776), - [anon_sym_as] = ACTIONS(4774), - [anon_sym_EQ] = ACTIONS(4774), - [anon_sym_LBRACE] = ACTIONS(4776), - [anon_sym_RBRACE] = ACTIONS(4776), - [anon_sym_LPAREN] = ACTIONS(4776), - [anon_sym_COMMA] = ACTIONS(4776), - [anon_sym_LT] = ACTIONS(4774), - [anon_sym_GT] = ACTIONS(4774), - [anon_sym_where] = ACTIONS(4774), - [anon_sym_object] = ACTIONS(4774), - [anon_sym_fun] = ACTIONS(4774), - [anon_sym_DOT] = ACTIONS(4774), - [anon_sym_SEMI] = ACTIONS(4776), - [anon_sym_get] = ACTIONS(4774), - [anon_sym_set] = ACTIONS(4774), - [anon_sym_this] = ACTIONS(4774), - [anon_sym_super] = ACTIONS(4774), - [anon_sym_STAR] = ACTIONS(4774), - [sym_label] = ACTIONS(4774), - [anon_sym_in] = ACTIONS(4774), - [anon_sym_DOT_DOT] = ACTIONS(4776), - [anon_sym_QMARK_COLON] = ACTIONS(4776), - [anon_sym_AMP_AMP] = ACTIONS(4776), - [anon_sym_PIPE_PIPE] = ACTIONS(4776), - [anon_sym_null] = ACTIONS(4774), - [anon_sym_if] = ACTIONS(4774), - [anon_sym_else] = ACTIONS(4774), - [anon_sym_when] = ACTIONS(4774), - [anon_sym_try] = ACTIONS(4774), - [anon_sym_throw] = ACTIONS(4774), - [anon_sym_return] = ACTIONS(4774), - [anon_sym_continue] = ACTIONS(4774), - [anon_sym_break] = ACTIONS(4774), - [anon_sym_COLON_COLON] = ACTIONS(4776), - [anon_sym_PLUS_EQ] = ACTIONS(4776), - [anon_sym_DASH_EQ] = ACTIONS(4776), - [anon_sym_STAR_EQ] = ACTIONS(4776), - [anon_sym_SLASH_EQ] = ACTIONS(4776), - [anon_sym_PERCENT_EQ] = ACTIONS(4776), - [anon_sym_BANG_EQ] = ACTIONS(4774), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4776), - [anon_sym_EQ_EQ] = ACTIONS(4774), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4776), - [anon_sym_LT_EQ] = ACTIONS(4776), - [anon_sym_GT_EQ] = ACTIONS(4776), - [anon_sym_BANGin] = ACTIONS(4776), - [anon_sym_is] = ACTIONS(4774), - [anon_sym_BANGis] = ACTIONS(4776), - [anon_sym_PLUS] = ACTIONS(4774), - [anon_sym_DASH] = ACTIONS(4774), - [anon_sym_SLASH] = ACTIONS(4774), - [anon_sym_PERCENT] = ACTIONS(4774), - [anon_sym_as_QMARK] = ACTIONS(4776), - [anon_sym_PLUS_PLUS] = ACTIONS(4776), - [anon_sym_DASH_DASH] = ACTIONS(4776), - [anon_sym_BANG] = ACTIONS(4774), - [anon_sym_BANG_BANG] = ACTIONS(4776), - [anon_sym_data] = ACTIONS(4774), - [anon_sym_inner] = ACTIONS(4774), - [anon_sym_value] = ACTIONS(4774), - [anon_sym_expect] = ACTIONS(4774), - [anon_sym_actual] = ACTIONS(4774), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4776), - [anon_sym_continue_AT] = ACTIONS(4776), - [anon_sym_break_AT] = ACTIONS(4776), - [anon_sym_this_AT] = ACTIONS(4776), - [anon_sym_super_AT] = ACTIONS(4776), - [sym_real_literal] = ACTIONS(4776), - [sym_integer_literal] = ACTIONS(4774), - [sym_hex_literal] = ACTIONS(4776), - [sym_bin_literal] = ACTIONS(4776), - [anon_sym_true] = ACTIONS(4774), - [anon_sym_false] = ACTIONS(4774), - [anon_sym_SQUOTE] = ACTIONS(4776), - [sym__backtick_identifier] = ACTIONS(4776), - [sym__automatic_semicolon] = ACTIONS(4776), - [sym_safe_nav] = ACTIONS(4776), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4776), - }, - [3217] = { - [sym__alpha_identifier] = ACTIONS(5179), - [anon_sym_AT] = ACTIONS(5181), - [anon_sym_LBRACK] = ACTIONS(5181), - [anon_sym_as] = ACTIONS(5179), - [anon_sym_EQ] = ACTIONS(5179), - [anon_sym_LBRACE] = ACTIONS(5181), - [anon_sym_RBRACE] = ACTIONS(5181), - [anon_sym_LPAREN] = ACTIONS(5181), - [anon_sym_COMMA] = ACTIONS(5181), - [anon_sym_LT] = ACTIONS(5179), - [anon_sym_GT] = ACTIONS(5179), - [anon_sym_where] = ACTIONS(5179), - [anon_sym_object] = ACTIONS(5179), - [anon_sym_fun] = ACTIONS(5179), - [anon_sym_DOT] = ACTIONS(5179), - [anon_sym_SEMI] = ACTIONS(5181), - [anon_sym_get] = ACTIONS(5179), - [anon_sym_set] = ACTIONS(5179), - [anon_sym_this] = ACTIONS(5179), - [anon_sym_super] = ACTIONS(5179), - [anon_sym_STAR] = ACTIONS(5179), - [sym_label] = ACTIONS(5179), - [anon_sym_in] = ACTIONS(5179), - [anon_sym_DOT_DOT] = ACTIONS(5181), - [anon_sym_QMARK_COLON] = ACTIONS(5181), - [anon_sym_AMP_AMP] = ACTIONS(5181), - [anon_sym_PIPE_PIPE] = ACTIONS(5181), - [anon_sym_null] = ACTIONS(5179), - [anon_sym_if] = ACTIONS(5179), - [anon_sym_else] = ACTIONS(5179), - [anon_sym_when] = ACTIONS(5179), - [anon_sym_try] = ACTIONS(5179), - [anon_sym_throw] = ACTIONS(5179), - [anon_sym_return] = ACTIONS(5179), - [anon_sym_continue] = ACTIONS(5179), - [anon_sym_break] = ACTIONS(5179), - [anon_sym_COLON_COLON] = ACTIONS(5181), - [anon_sym_PLUS_EQ] = ACTIONS(5181), - [anon_sym_DASH_EQ] = ACTIONS(5181), - [anon_sym_STAR_EQ] = ACTIONS(5181), - [anon_sym_SLASH_EQ] = ACTIONS(5181), - [anon_sym_PERCENT_EQ] = ACTIONS(5181), - [anon_sym_BANG_EQ] = ACTIONS(5179), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5181), - [anon_sym_EQ_EQ] = ACTIONS(5179), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5181), - [anon_sym_LT_EQ] = ACTIONS(5181), - [anon_sym_GT_EQ] = ACTIONS(5181), - [anon_sym_BANGin] = ACTIONS(5181), - [anon_sym_is] = ACTIONS(5179), - [anon_sym_BANGis] = ACTIONS(5181), - [anon_sym_PLUS] = ACTIONS(5179), - [anon_sym_DASH] = ACTIONS(5179), - [anon_sym_SLASH] = ACTIONS(5179), - [anon_sym_PERCENT] = ACTIONS(5179), - [anon_sym_as_QMARK] = ACTIONS(5181), - [anon_sym_PLUS_PLUS] = ACTIONS(5181), - [anon_sym_DASH_DASH] = ACTIONS(5181), - [anon_sym_BANG] = ACTIONS(5179), - [anon_sym_BANG_BANG] = ACTIONS(5181), - [anon_sym_data] = ACTIONS(5179), - [anon_sym_inner] = ACTIONS(5179), - [anon_sym_value] = ACTIONS(5179), - [anon_sym_expect] = ACTIONS(5179), - [anon_sym_actual] = ACTIONS(5179), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5181), - [anon_sym_continue_AT] = ACTIONS(5181), - [anon_sym_break_AT] = ACTIONS(5181), - [anon_sym_this_AT] = ACTIONS(5181), - [anon_sym_super_AT] = ACTIONS(5181), - [sym_real_literal] = ACTIONS(5181), - [sym_integer_literal] = ACTIONS(5179), - [sym_hex_literal] = ACTIONS(5181), - [sym_bin_literal] = ACTIONS(5181), - [anon_sym_true] = ACTIONS(5179), - [anon_sym_false] = ACTIONS(5179), - [anon_sym_SQUOTE] = ACTIONS(5181), - [sym__backtick_identifier] = ACTIONS(5181), - [sym__automatic_semicolon] = ACTIONS(5181), - [sym_safe_nav] = ACTIONS(5181), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5181), - }, - [3218] = { - [sym__alpha_identifier] = ACTIONS(4471), - [anon_sym_AT] = ACTIONS(4473), - [anon_sym_COLON] = ACTIONS(4471), - [anon_sym_LBRACK] = ACTIONS(4473), - [anon_sym_RBRACK] = ACTIONS(4473), - [anon_sym_as] = ACTIONS(4471), - [anon_sym_EQ] = ACTIONS(4471), - [anon_sym_constructor] = 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_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), - [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_value] = 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), - }, - [3219] = { - [sym__alpha_identifier] = ACTIONS(5163), - [anon_sym_AT] = ACTIONS(5165), - [anon_sym_LBRACK] = ACTIONS(5165), - [anon_sym_as] = ACTIONS(5163), - [anon_sym_EQ] = ACTIONS(5163), - [anon_sym_LBRACE] = ACTIONS(5165), - [anon_sym_RBRACE] = ACTIONS(5165), - [anon_sym_LPAREN] = ACTIONS(5165), - [anon_sym_COMMA] = ACTIONS(5165), - [anon_sym_LT] = ACTIONS(5163), - [anon_sym_GT] = ACTIONS(5163), - [anon_sym_where] = ACTIONS(5163), - [anon_sym_object] = ACTIONS(5163), - [anon_sym_fun] = ACTIONS(5163), - [anon_sym_DOT] = ACTIONS(5163), - [anon_sym_SEMI] = ACTIONS(5165), - [anon_sym_get] = ACTIONS(5163), - [anon_sym_set] = ACTIONS(5163), - [anon_sym_this] = ACTIONS(5163), - [anon_sym_super] = ACTIONS(5163), - [anon_sym_STAR] = ACTIONS(5163), - [sym_label] = ACTIONS(5163), - [anon_sym_in] = ACTIONS(5163), - [anon_sym_DOT_DOT] = ACTIONS(5165), - [anon_sym_QMARK_COLON] = ACTIONS(5165), - [anon_sym_AMP_AMP] = ACTIONS(5165), - [anon_sym_PIPE_PIPE] = ACTIONS(5165), - [anon_sym_null] = ACTIONS(5163), - [anon_sym_if] = ACTIONS(5163), - [anon_sym_else] = ACTIONS(5163), - [anon_sym_when] = ACTIONS(5163), - [anon_sym_try] = ACTIONS(5163), - [anon_sym_throw] = ACTIONS(5163), - [anon_sym_return] = ACTIONS(5163), - [anon_sym_continue] = ACTIONS(5163), - [anon_sym_break] = ACTIONS(5163), - [anon_sym_COLON_COLON] = ACTIONS(5165), - [anon_sym_PLUS_EQ] = ACTIONS(5165), - [anon_sym_DASH_EQ] = ACTIONS(5165), - [anon_sym_STAR_EQ] = ACTIONS(5165), - [anon_sym_SLASH_EQ] = ACTIONS(5165), - [anon_sym_PERCENT_EQ] = ACTIONS(5165), - [anon_sym_BANG_EQ] = ACTIONS(5163), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5165), - [anon_sym_EQ_EQ] = ACTIONS(5163), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5165), - [anon_sym_LT_EQ] = ACTIONS(5165), - [anon_sym_GT_EQ] = ACTIONS(5165), - [anon_sym_BANGin] = ACTIONS(5165), - [anon_sym_is] = ACTIONS(5163), - [anon_sym_BANGis] = ACTIONS(5165), - [anon_sym_PLUS] = ACTIONS(5163), - [anon_sym_DASH] = ACTIONS(5163), - [anon_sym_SLASH] = ACTIONS(5163), - [anon_sym_PERCENT] = ACTIONS(5163), - [anon_sym_as_QMARK] = ACTIONS(5165), - [anon_sym_PLUS_PLUS] = ACTIONS(5165), - [anon_sym_DASH_DASH] = ACTIONS(5165), - [anon_sym_BANG] = ACTIONS(5163), - [anon_sym_BANG_BANG] = ACTIONS(5165), - [anon_sym_data] = ACTIONS(5163), - [anon_sym_inner] = ACTIONS(5163), - [anon_sym_value] = ACTIONS(5163), - [anon_sym_expect] = ACTIONS(5163), - [anon_sym_actual] = ACTIONS(5163), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5165), - [anon_sym_continue_AT] = ACTIONS(5165), - [anon_sym_break_AT] = ACTIONS(5165), - [anon_sym_this_AT] = ACTIONS(5165), - [anon_sym_super_AT] = ACTIONS(5165), - [sym_real_literal] = ACTIONS(5165), - [sym_integer_literal] = ACTIONS(5163), - [sym_hex_literal] = ACTIONS(5165), - [sym_bin_literal] = ACTIONS(5165), - [anon_sym_true] = ACTIONS(5163), - [anon_sym_false] = ACTIONS(5163), - [anon_sym_SQUOTE] = ACTIONS(5165), - [sym__backtick_identifier] = ACTIONS(5165), - [sym__automatic_semicolon] = ACTIONS(5165), - [sym_safe_nav] = ACTIONS(5165), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5165), - }, - [3220] = { - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(4183), - [anon_sym_LBRACE] = ACTIONS(4185), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(4183), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), - }, - [3221] = { - [sym__alpha_identifier] = ACTIONS(5159), - [anon_sym_AT] = ACTIONS(5161), - [anon_sym_LBRACK] = ACTIONS(5161), - [anon_sym_as] = ACTIONS(5159), - [anon_sym_EQ] = ACTIONS(5159), - [anon_sym_LBRACE] = ACTIONS(5161), - [anon_sym_RBRACE] = ACTIONS(5161), - [anon_sym_LPAREN] = ACTIONS(5161), - [anon_sym_COMMA] = ACTIONS(5161), - [anon_sym_LT] = ACTIONS(5159), - [anon_sym_GT] = ACTIONS(5159), - [anon_sym_where] = ACTIONS(5159), - [anon_sym_object] = ACTIONS(5159), - [anon_sym_fun] = ACTIONS(5159), - [anon_sym_DOT] = ACTIONS(5159), - [anon_sym_SEMI] = ACTIONS(5161), - [anon_sym_get] = ACTIONS(5159), - [anon_sym_set] = ACTIONS(5159), - [anon_sym_this] = ACTIONS(5159), - [anon_sym_super] = ACTIONS(5159), - [anon_sym_STAR] = ACTIONS(5159), - [sym_label] = ACTIONS(5159), - [anon_sym_in] = ACTIONS(5159), - [anon_sym_DOT_DOT] = ACTIONS(5161), - [anon_sym_QMARK_COLON] = ACTIONS(5161), - [anon_sym_AMP_AMP] = ACTIONS(5161), - [anon_sym_PIPE_PIPE] = ACTIONS(5161), - [anon_sym_null] = ACTIONS(5159), - [anon_sym_if] = ACTIONS(5159), - [anon_sym_else] = ACTIONS(5159), - [anon_sym_when] = ACTIONS(5159), - [anon_sym_try] = ACTIONS(5159), - [anon_sym_throw] = ACTIONS(5159), - [anon_sym_return] = ACTIONS(5159), - [anon_sym_continue] = ACTIONS(5159), - [anon_sym_break] = ACTIONS(5159), - [anon_sym_COLON_COLON] = ACTIONS(5161), - [anon_sym_PLUS_EQ] = ACTIONS(5161), - [anon_sym_DASH_EQ] = ACTIONS(5161), - [anon_sym_STAR_EQ] = ACTIONS(5161), - [anon_sym_SLASH_EQ] = ACTIONS(5161), - [anon_sym_PERCENT_EQ] = ACTIONS(5161), - [anon_sym_BANG_EQ] = ACTIONS(5159), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5161), - [anon_sym_EQ_EQ] = ACTIONS(5159), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5161), - [anon_sym_LT_EQ] = ACTIONS(5161), - [anon_sym_GT_EQ] = ACTIONS(5161), - [anon_sym_BANGin] = ACTIONS(5161), - [anon_sym_is] = ACTIONS(5159), - [anon_sym_BANGis] = ACTIONS(5161), - [anon_sym_PLUS] = ACTIONS(5159), - [anon_sym_DASH] = ACTIONS(5159), - [anon_sym_SLASH] = ACTIONS(5159), - [anon_sym_PERCENT] = ACTIONS(5159), - [anon_sym_as_QMARK] = ACTIONS(5161), - [anon_sym_PLUS_PLUS] = ACTIONS(5161), - [anon_sym_DASH_DASH] = ACTIONS(5161), - [anon_sym_BANG] = ACTIONS(5159), - [anon_sym_BANG_BANG] = ACTIONS(5161), - [anon_sym_data] = ACTIONS(5159), - [anon_sym_inner] = ACTIONS(5159), - [anon_sym_value] = ACTIONS(5159), - [anon_sym_expect] = ACTIONS(5159), - [anon_sym_actual] = ACTIONS(5159), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5161), - [anon_sym_continue_AT] = ACTIONS(5161), - [anon_sym_break_AT] = ACTIONS(5161), - [anon_sym_this_AT] = ACTIONS(5161), - [anon_sym_super_AT] = ACTIONS(5161), - [sym_real_literal] = ACTIONS(5161), - [sym_integer_literal] = ACTIONS(5159), - [sym_hex_literal] = ACTIONS(5161), - [sym_bin_literal] = ACTIONS(5161), - [anon_sym_true] = ACTIONS(5159), - [anon_sym_false] = ACTIONS(5159), - [anon_sym_SQUOTE] = ACTIONS(5161), - [sym__backtick_identifier] = ACTIONS(5161), - [sym__automatic_semicolon] = ACTIONS(5161), - [sym_safe_nav] = ACTIONS(5161), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5161), - }, - [3222] = { - [aux_sym_user_type_repeat1] = STATE(2910), - [sym__alpha_identifier] = ACTIONS(4193), - [anon_sym_AT] = ACTIONS(4195), - [anon_sym_LBRACK] = ACTIONS(4195), - [anon_sym_RBRACK] = ACTIONS(4195), - [anon_sym_as] = ACTIONS(4193), - [anon_sym_EQ] = ACTIONS(4193), - [anon_sym_LBRACE] = ACTIONS(4195), - [anon_sym_RBRACE] = ACTIONS(4195), - [anon_sym_LPAREN] = ACTIONS(4195), - [anon_sym_COMMA] = ACTIONS(4195), - [anon_sym_RPAREN] = ACTIONS(4195), - [anon_sym_by] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4193), - [anon_sym_GT] = ACTIONS(4193), - [anon_sym_where] = ACTIONS(4193), - [anon_sym_DOT] = ACTIONS(6694), - [anon_sym_SEMI] = ACTIONS(4195), - [anon_sym_get] = ACTIONS(4193), - [anon_sym_set] = ACTIONS(4193), - [anon_sym_STAR] = ACTIONS(4193), - [anon_sym_DASH_GT] = ACTIONS(4195), - [sym_label] = ACTIONS(4195), - [anon_sym_in] = ACTIONS(4193), - [anon_sym_while] = ACTIONS(4193), - [anon_sym_DOT_DOT] = ACTIONS(4195), - [anon_sym_QMARK_COLON] = ACTIONS(4195), - [anon_sym_AMP_AMP] = ACTIONS(4195), - [anon_sym_PIPE_PIPE] = ACTIONS(4195), - [anon_sym_else] = ACTIONS(4193), - [anon_sym_COLON_COLON] = ACTIONS(4195), - [anon_sym_PLUS_EQ] = ACTIONS(4195), - [anon_sym_DASH_EQ] = ACTIONS(4195), - [anon_sym_STAR_EQ] = ACTIONS(4195), - [anon_sym_SLASH_EQ] = ACTIONS(4195), - [anon_sym_PERCENT_EQ] = ACTIONS(4195), - [anon_sym_BANG_EQ] = ACTIONS(4193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4195), - [anon_sym_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4195), - [anon_sym_LT_EQ] = ACTIONS(4195), - [anon_sym_GT_EQ] = ACTIONS(4195), - [anon_sym_BANGin] = ACTIONS(4195), - [anon_sym_is] = ACTIONS(4193), - [anon_sym_BANGis] = ACTIONS(4195), - [anon_sym_PLUS] = ACTIONS(4193), - [anon_sym_DASH] = ACTIONS(4193), - [anon_sym_SLASH] = ACTIONS(4193), - [anon_sym_PERCENT] = ACTIONS(4193), - [anon_sym_as_QMARK] = ACTIONS(4195), - [anon_sym_PLUS_PLUS] = ACTIONS(4195), - [anon_sym_DASH_DASH] = ACTIONS(4195), - [anon_sym_BANG_BANG] = ACTIONS(4195), - [anon_sym_suspend] = ACTIONS(4193), - [anon_sym_sealed] = ACTIONS(4193), - [anon_sym_annotation] = ACTIONS(4193), - [anon_sym_data] = ACTIONS(4193), - [anon_sym_inner] = ACTIONS(4193), - [anon_sym_value] = ACTIONS(4193), - [anon_sym_override] = ACTIONS(4193), - [anon_sym_lateinit] = ACTIONS(4193), - [anon_sym_public] = ACTIONS(4193), - [anon_sym_private] = ACTIONS(4193), - [anon_sym_internal] = ACTIONS(4193), - [anon_sym_protected] = ACTIONS(4193), - [anon_sym_tailrec] = ACTIONS(4193), - [anon_sym_operator] = ACTIONS(4193), - [anon_sym_infix] = ACTIONS(4193), - [anon_sym_inline] = ACTIONS(4193), - [anon_sym_external] = ACTIONS(4193), - [sym_property_modifier] = ACTIONS(4193), - [anon_sym_abstract] = ACTIONS(4193), - [anon_sym_final] = ACTIONS(4193), - [anon_sym_open] = ACTIONS(4193), - [anon_sym_vararg] = ACTIONS(4193), - [anon_sym_noinline] = ACTIONS(4193), - [anon_sym_crossinline] = ACTIONS(4193), - [anon_sym_expect] = ACTIONS(4193), - [anon_sym_actual] = ACTIONS(4193), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4195), - [sym_safe_nav] = ACTIONS(4195), - [sym_multiline_comment] = ACTIONS(3), - }, - [3223] = { - [sym__alpha_identifier] = ACTIONS(4455), - [anon_sym_AT] = ACTIONS(4457), - [anon_sym_LBRACK] = ACTIONS(4457), - [anon_sym_RBRACK] = ACTIONS(4457), - [anon_sym_as] = ACTIONS(4455), - [anon_sym_EQ] = ACTIONS(4455), - [anon_sym_LBRACE] = ACTIONS(4457), - [anon_sym_RBRACE] = ACTIONS(4457), - [anon_sym_LPAREN] = ACTIONS(4457), - [anon_sym_COMMA] = ACTIONS(4457), - [anon_sym_RPAREN] = ACTIONS(4457), - [anon_sym_LT] = ACTIONS(4455), - [anon_sym_GT] = ACTIONS(4455), - [anon_sym_where] = ACTIONS(4455), - [anon_sym_DOT] = ACTIONS(4455), - [anon_sym_SEMI] = ACTIONS(4457), - [anon_sym_get] = ACTIONS(4455), - [anon_sym_set] = ACTIONS(4455), - [anon_sym_STAR] = ACTIONS(4455), - [anon_sym_DASH_GT] = ACTIONS(4457), - [sym_label] = ACTIONS(4457), - [anon_sym_in] = ACTIONS(4455), - [anon_sym_while] = ACTIONS(4455), - [anon_sym_DOT_DOT] = ACTIONS(4457), - [anon_sym_QMARK_COLON] = ACTIONS(4457), - [anon_sym_AMP_AMP] = ACTIONS(4457), - [anon_sym_PIPE_PIPE] = ACTIONS(4457), - [anon_sym_else] = ACTIONS(4455), - [anon_sym_COLON_COLON] = ACTIONS(4457), - [anon_sym_PLUS_EQ] = ACTIONS(4457), - [anon_sym_DASH_EQ] = ACTIONS(4457), - [anon_sym_STAR_EQ] = ACTIONS(4457), - [anon_sym_SLASH_EQ] = ACTIONS(4457), - [anon_sym_PERCENT_EQ] = ACTIONS(4457), - [anon_sym_BANG_EQ] = ACTIONS(4455), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4457), - [anon_sym_EQ_EQ] = ACTIONS(4455), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4457), - [anon_sym_LT_EQ] = ACTIONS(4457), - [anon_sym_GT_EQ] = ACTIONS(4457), - [anon_sym_BANGin] = ACTIONS(4457), - [anon_sym_is] = ACTIONS(4455), - [anon_sym_BANGis] = ACTIONS(4457), - [anon_sym_PLUS] = ACTIONS(4455), - [anon_sym_DASH] = ACTIONS(4455), - [anon_sym_SLASH] = ACTIONS(4455), - [anon_sym_PERCENT] = ACTIONS(4455), - [anon_sym_as_QMARK] = ACTIONS(4457), - [anon_sym_PLUS_PLUS] = ACTIONS(4457), - [anon_sym_DASH_DASH] = ACTIONS(4457), - [anon_sym_BANG_BANG] = ACTIONS(4457), - [anon_sym_suspend] = ACTIONS(4455), - [anon_sym_sealed] = ACTIONS(4455), - [anon_sym_annotation] = ACTIONS(4455), - [anon_sym_data] = ACTIONS(4455), - [anon_sym_inner] = ACTIONS(4455), - [anon_sym_value] = ACTIONS(4455), - [anon_sym_override] = ACTIONS(4455), - [anon_sym_lateinit] = ACTIONS(4455), - [anon_sym_public] = ACTIONS(4455), - [anon_sym_private] = ACTIONS(4455), - [anon_sym_internal] = ACTIONS(4455), - [anon_sym_protected] = ACTIONS(4455), - [anon_sym_tailrec] = ACTIONS(4455), - [anon_sym_operator] = ACTIONS(4455), - [anon_sym_infix] = ACTIONS(4455), - [anon_sym_inline] = ACTIONS(4455), - [anon_sym_external] = ACTIONS(4455), - [sym_property_modifier] = ACTIONS(4455), - [anon_sym_abstract] = ACTIONS(4455), - [anon_sym_final] = ACTIONS(4455), - [anon_sym_open] = ACTIONS(4455), - [anon_sym_vararg] = ACTIONS(4455), - [anon_sym_noinline] = ACTIONS(4455), - [anon_sym_crossinline] = ACTIONS(4455), - [anon_sym_expect] = ACTIONS(4455), - [anon_sym_actual] = ACTIONS(4455), - [sym_line_comment] = ACTIONS(3), - [aux_sym_unsigned_literal_token1] = ACTIONS(6697), - [anon_sym_L] = ACTIONS(6699), - [sym__backtick_identifier] = ACTIONS(4457), - [sym_safe_nav] = ACTIONS(4457), - [sym_multiline_comment] = ACTIONS(3), - }, - [3224] = { - [sym_function_body] = STATE(3159), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), - }, - [3225] = { - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_object] = ACTIONS(1790), - [anon_sym_fun] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(1790), - [anon_sym_set] = ACTIONS(1790), - [anon_sym_this] = ACTIONS(1790), - [anon_sym_super] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1790), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_null] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_when] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_throw] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG] = ACTIONS(1790), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_data] = ACTIONS(1790), - [anon_sym_inner] = ACTIONS(1790), - [anon_sym_value] = ACTIONS(1790), - [anon_sym_expect] = ACTIONS(1790), - [anon_sym_actual] = ACTIONS(1790), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1792), - [anon_sym_continue_AT] = ACTIONS(1792), - [anon_sym_break_AT] = ACTIONS(1792), - [anon_sym_this_AT] = ACTIONS(1792), - [anon_sym_super_AT] = ACTIONS(1792), - [sym_real_literal] = ACTIONS(1792), - [sym_integer_literal] = ACTIONS(1790), - [sym_hex_literal] = ACTIONS(1792), - [sym_bin_literal] = ACTIONS(1792), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [anon_sym_SQUOTE] = ACTIONS(1792), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1792), - }, - [3226] = { - [sym__alpha_identifier] = ACTIONS(4633), - [anon_sym_AT] = ACTIONS(4635), - [anon_sym_LBRACK] = ACTIONS(4635), - [anon_sym_as] = ACTIONS(4633), - [anon_sym_EQ] = ACTIONS(4633), - [anon_sym_LBRACE] = ACTIONS(4635), - [anon_sym_RBRACE] = ACTIONS(4635), - [anon_sym_LPAREN] = ACTIONS(4635), - [anon_sym_COMMA] = ACTIONS(4635), - [anon_sym_LT] = ACTIONS(4633), - [anon_sym_GT] = ACTIONS(4633), - [anon_sym_where] = ACTIONS(4633), - [anon_sym_object] = ACTIONS(4633), - [anon_sym_fun] = ACTIONS(4633), - [anon_sym_DOT] = ACTIONS(4633), - [anon_sym_SEMI] = ACTIONS(4635), - [anon_sym_get] = ACTIONS(4633), - [anon_sym_set] = ACTIONS(4633), - [anon_sym_this] = ACTIONS(4633), - [anon_sym_super] = ACTIONS(4633), - [anon_sym_STAR] = ACTIONS(4633), - [sym_label] = ACTIONS(4633), - [anon_sym_in] = ACTIONS(4633), - [anon_sym_DOT_DOT] = ACTIONS(4635), - [anon_sym_QMARK_COLON] = ACTIONS(4635), - [anon_sym_AMP_AMP] = ACTIONS(4635), - [anon_sym_PIPE_PIPE] = ACTIONS(4635), - [anon_sym_null] = ACTIONS(4633), - [anon_sym_if] = ACTIONS(4633), - [anon_sym_else] = ACTIONS(4633), - [anon_sym_when] = ACTIONS(4633), - [anon_sym_try] = ACTIONS(4633), - [anon_sym_throw] = ACTIONS(4633), - [anon_sym_return] = ACTIONS(4633), - [anon_sym_continue] = ACTIONS(4633), - [anon_sym_break] = ACTIONS(4633), - [anon_sym_COLON_COLON] = ACTIONS(4635), - [anon_sym_PLUS_EQ] = ACTIONS(4635), - [anon_sym_DASH_EQ] = ACTIONS(4635), - [anon_sym_STAR_EQ] = ACTIONS(4635), - [anon_sym_SLASH_EQ] = ACTIONS(4635), - [anon_sym_PERCENT_EQ] = ACTIONS(4635), - [anon_sym_BANG_EQ] = ACTIONS(4633), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4635), - [anon_sym_EQ_EQ] = ACTIONS(4633), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4635), - [anon_sym_LT_EQ] = ACTIONS(4635), - [anon_sym_GT_EQ] = ACTIONS(4635), - [anon_sym_BANGin] = ACTIONS(4635), - [anon_sym_is] = ACTIONS(4633), - [anon_sym_BANGis] = ACTIONS(4635), - [anon_sym_PLUS] = ACTIONS(4633), - [anon_sym_DASH] = ACTIONS(4633), - [anon_sym_SLASH] = ACTIONS(4633), - [anon_sym_PERCENT] = ACTIONS(4633), - [anon_sym_as_QMARK] = ACTIONS(4635), - [anon_sym_PLUS_PLUS] = ACTIONS(4635), - [anon_sym_DASH_DASH] = ACTIONS(4635), - [anon_sym_BANG] = ACTIONS(4633), - [anon_sym_BANG_BANG] = ACTIONS(4635), - [anon_sym_data] = ACTIONS(4633), - [anon_sym_inner] = ACTIONS(4633), - [anon_sym_value] = ACTIONS(4633), - [anon_sym_expect] = ACTIONS(4633), - [anon_sym_actual] = ACTIONS(4633), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4635), - [anon_sym_continue_AT] = ACTIONS(4635), - [anon_sym_break_AT] = ACTIONS(4635), - [anon_sym_this_AT] = ACTIONS(4635), - [anon_sym_super_AT] = ACTIONS(4635), - [sym_real_literal] = ACTIONS(4635), - [sym_integer_literal] = ACTIONS(4633), - [sym_hex_literal] = ACTIONS(4635), - [sym_bin_literal] = ACTIONS(4635), - [anon_sym_true] = ACTIONS(4633), - [anon_sym_false] = ACTIONS(4633), - [anon_sym_SQUOTE] = ACTIONS(4635), - [sym__backtick_identifier] = ACTIONS(4635), - [sym__automatic_semicolon] = ACTIONS(4635), - [sym_safe_nav] = ACTIONS(4635), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4635), - }, - [3227] = { - [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_object] = ACTIONS(5047), - [anon_sym_fun] = ACTIONS(5047), - [anon_sym_DOT] = ACTIONS(5047), - [anon_sym_SEMI] = ACTIONS(5049), - [anon_sym_get] = ACTIONS(5047), - [anon_sym_set] = ACTIONS(5047), - [anon_sym_this] = ACTIONS(5047), - [anon_sym_super] = ACTIONS(5047), - [anon_sym_STAR] = ACTIONS(5047), - [sym_label] = ACTIONS(5047), - [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_null] = ACTIONS(5047), - [anon_sym_if] = ACTIONS(5047), - [anon_sym_else] = ACTIONS(5047), - [anon_sym_when] = ACTIONS(5047), - [anon_sym_try] = ACTIONS(5047), - [anon_sym_throw] = ACTIONS(5047), - [anon_sym_return] = ACTIONS(5047), - [anon_sym_continue] = ACTIONS(5047), - [anon_sym_break] = 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] = ACTIONS(5047), - [anon_sym_BANG_BANG] = ACTIONS(5049), - [anon_sym_data] = ACTIONS(5047), - [anon_sym_inner] = ACTIONS(5047), - [anon_sym_value] = ACTIONS(5047), - [anon_sym_expect] = ACTIONS(5047), - [anon_sym_actual] = ACTIONS(5047), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5049), - [anon_sym_continue_AT] = ACTIONS(5049), - [anon_sym_break_AT] = ACTIONS(5049), - [anon_sym_this_AT] = ACTIONS(5049), - [anon_sym_super_AT] = ACTIONS(5049), - [sym_real_literal] = ACTIONS(5049), - [sym_integer_literal] = ACTIONS(5047), - [sym_hex_literal] = ACTIONS(5049), - [sym_bin_literal] = ACTIONS(5049), - [anon_sym_true] = ACTIONS(5047), - [anon_sym_false] = ACTIONS(5047), - [anon_sym_SQUOTE] = ACTIONS(5049), - [sym__backtick_identifier] = ACTIONS(5049), - [sym__automatic_semicolon] = ACTIONS(5049), - [sym_safe_nav] = ACTIONS(5049), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5049), - }, - [3228] = { - [sym__alpha_identifier] = ACTIONS(5219), - [anon_sym_AT] = ACTIONS(5221), - [anon_sym_LBRACK] = ACTIONS(5221), - [anon_sym_as] = ACTIONS(5219), - [anon_sym_EQ] = ACTIONS(5219), - [anon_sym_LBRACE] = ACTIONS(5221), - [anon_sym_RBRACE] = ACTIONS(5221), - [anon_sym_LPAREN] = ACTIONS(5221), - [anon_sym_COMMA] = ACTIONS(5221), - [anon_sym_LT] = ACTIONS(5219), - [anon_sym_GT] = ACTIONS(5219), - [anon_sym_where] = ACTIONS(5219), - [anon_sym_object] = ACTIONS(5219), - [anon_sym_fun] = ACTIONS(5219), - [anon_sym_DOT] = ACTIONS(5219), - [anon_sym_SEMI] = ACTIONS(5221), - [anon_sym_get] = ACTIONS(5219), - [anon_sym_set] = ACTIONS(5219), - [anon_sym_this] = ACTIONS(5219), - [anon_sym_super] = ACTIONS(5219), - [anon_sym_STAR] = ACTIONS(5219), - [sym_label] = ACTIONS(5219), - [anon_sym_in] = ACTIONS(5219), - [anon_sym_DOT_DOT] = ACTIONS(5221), - [anon_sym_QMARK_COLON] = ACTIONS(5221), - [anon_sym_AMP_AMP] = ACTIONS(5221), - [anon_sym_PIPE_PIPE] = ACTIONS(5221), - [anon_sym_null] = ACTIONS(5219), - [anon_sym_if] = ACTIONS(5219), - [anon_sym_else] = ACTIONS(5219), - [anon_sym_when] = ACTIONS(5219), - [anon_sym_try] = ACTIONS(5219), - [anon_sym_throw] = ACTIONS(5219), - [anon_sym_return] = ACTIONS(5219), - [anon_sym_continue] = ACTIONS(5219), - [anon_sym_break] = ACTIONS(5219), - [anon_sym_COLON_COLON] = ACTIONS(5221), - [anon_sym_PLUS_EQ] = ACTIONS(5221), - [anon_sym_DASH_EQ] = ACTIONS(5221), - [anon_sym_STAR_EQ] = ACTIONS(5221), - [anon_sym_SLASH_EQ] = ACTIONS(5221), - [anon_sym_PERCENT_EQ] = ACTIONS(5221), - [anon_sym_BANG_EQ] = ACTIONS(5219), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5221), - [anon_sym_EQ_EQ] = ACTIONS(5219), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5221), - [anon_sym_LT_EQ] = ACTIONS(5221), - [anon_sym_GT_EQ] = ACTIONS(5221), - [anon_sym_BANGin] = ACTIONS(5221), - [anon_sym_is] = ACTIONS(5219), - [anon_sym_BANGis] = ACTIONS(5221), - [anon_sym_PLUS] = ACTIONS(5219), - [anon_sym_DASH] = ACTIONS(5219), - [anon_sym_SLASH] = ACTIONS(5219), - [anon_sym_PERCENT] = ACTIONS(5219), - [anon_sym_as_QMARK] = ACTIONS(5221), - [anon_sym_PLUS_PLUS] = ACTIONS(5221), - [anon_sym_DASH_DASH] = ACTIONS(5221), - [anon_sym_BANG] = ACTIONS(5219), - [anon_sym_BANG_BANG] = ACTIONS(5221), - [anon_sym_data] = ACTIONS(5219), - [anon_sym_inner] = ACTIONS(5219), - [anon_sym_value] = ACTIONS(5219), - [anon_sym_expect] = ACTIONS(5219), - [anon_sym_actual] = ACTIONS(5219), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5221), - [anon_sym_continue_AT] = ACTIONS(5221), - [anon_sym_break_AT] = ACTIONS(5221), - [anon_sym_this_AT] = ACTIONS(5221), - [anon_sym_super_AT] = ACTIONS(5221), - [sym_real_literal] = ACTIONS(5221), - [sym_integer_literal] = ACTIONS(5219), - [sym_hex_literal] = ACTIONS(5221), - [sym_bin_literal] = ACTIONS(5221), - [anon_sym_true] = ACTIONS(5219), - [anon_sym_false] = ACTIONS(5219), - [anon_sym_SQUOTE] = ACTIONS(5221), - [sym__backtick_identifier] = ACTIONS(5221), - [sym__automatic_semicolon] = ACTIONS(5221), - [sym_safe_nav] = ACTIONS(5221), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5221), - }, - [3229] = { - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(1734), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_object] = ACTIONS(1732), - [anon_sym_fun] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_this] = ACTIONS(1732), - [anon_sym_super] = ACTIONS(1732), - [anon_sym_STAR] = ACTIONS(1732), - [sym_label] = ACTIONS(1732), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_null] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_when] = ACTIONS(1732), - [anon_sym_try] = ACTIONS(1732), - [anon_sym_throw] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_continue] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG] = ACTIONS(1732), - [anon_sym_BANG_BANG] = ACTIONS(1734), - [anon_sym_data] = ACTIONS(1732), - [anon_sym_inner] = ACTIONS(1732), - [anon_sym_value] = ACTIONS(1732), - [anon_sym_expect] = ACTIONS(1732), - [anon_sym_actual] = ACTIONS(1732), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1734), - [anon_sym_continue_AT] = ACTIONS(1734), - [anon_sym_break_AT] = ACTIONS(1734), - [anon_sym_this_AT] = ACTIONS(1734), - [anon_sym_super_AT] = ACTIONS(1734), - [sym_real_literal] = ACTIONS(1734), - [sym_integer_literal] = ACTIONS(1732), - [sym_hex_literal] = ACTIONS(1734), - [sym_bin_literal] = ACTIONS(1734), - [anon_sym_true] = ACTIONS(1732), - [anon_sym_false] = ACTIONS(1732), - [anon_sym_SQUOTE] = ACTIONS(1734), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1734), - }, - [3230] = { - [sym__alpha_identifier] = ACTIONS(4094), - [anon_sym_AT] = ACTIONS(4096), - [anon_sym_LBRACK] = ACTIONS(4096), - [anon_sym_as] = ACTIONS(4094), - [anon_sym_EQ] = ACTIONS(4094), - [anon_sym_LBRACE] = ACTIONS(4096), - [anon_sym_RBRACE] = ACTIONS(4096), - [anon_sym_LPAREN] = ACTIONS(4096), - [anon_sym_COMMA] = ACTIONS(4096), - [anon_sym_LT] = ACTIONS(4094), - [anon_sym_GT] = ACTIONS(4094), - [anon_sym_where] = ACTIONS(4094), - [anon_sym_object] = ACTIONS(4094), - [anon_sym_fun] = ACTIONS(4094), - [anon_sym_DOT] = ACTIONS(4094), - [anon_sym_SEMI] = ACTIONS(4096), - [anon_sym_get] = ACTIONS(4094), - [anon_sym_set] = ACTIONS(4094), - [anon_sym_this] = ACTIONS(4094), - [anon_sym_super] = ACTIONS(4094), - [anon_sym_STAR] = ACTIONS(4094), - [sym_label] = ACTIONS(4094), - [anon_sym_in] = ACTIONS(4094), - [anon_sym_DOT_DOT] = ACTIONS(4096), - [anon_sym_QMARK_COLON] = ACTIONS(4096), - [anon_sym_AMP_AMP] = ACTIONS(4096), - [anon_sym_PIPE_PIPE] = ACTIONS(4096), - [anon_sym_null] = ACTIONS(4094), - [anon_sym_if] = ACTIONS(4094), - [anon_sym_else] = ACTIONS(4094), - [anon_sym_when] = ACTIONS(4094), - [anon_sym_try] = ACTIONS(4094), - [anon_sym_throw] = ACTIONS(4094), - [anon_sym_return] = ACTIONS(4094), - [anon_sym_continue] = ACTIONS(4094), - [anon_sym_break] = ACTIONS(4094), - [anon_sym_COLON_COLON] = ACTIONS(4096), - [anon_sym_PLUS_EQ] = ACTIONS(4096), - [anon_sym_DASH_EQ] = ACTIONS(4096), - [anon_sym_STAR_EQ] = ACTIONS(4096), - [anon_sym_SLASH_EQ] = ACTIONS(4096), - [anon_sym_PERCENT_EQ] = ACTIONS(4096), - [anon_sym_BANG_EQ] = ACTIONS(4094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4096), - [anon_sym_EQ_EQ] = ACTIONS(4094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4096), - [anon_sym_LT_EQ] = ACTIONS(4096), - [anon_sym_GT_EQ] = ACTIONS(4096), - [anon_sym_BANGin] = ACTIONS(4096), - [anon_sym_is] = ACTIONS(4094), - [anon_sym_BANGis] = ACTIONS(4096), - [anon_sym_PLUS] = ACTIONS(4094), - [anon_sym_DASH] = ACTIONS(4094), - [anon_sym_SLASH] = ACTIONS(4094), - [anon_sym_PERCENT] = ACTIONS(4094), - [anon_sym_as_QMARK] = ACTIONS(4096), - [anon_sym_PLUS_PLUS] = ACTIONS(4096), - [anon_sym_DASH_DASH] = ACTIONS(4096), - [anon_sym_BANG] = ACTIONS(4094), - [anon_sym_BANG_BANG] = ACTIONS(4096), - [anon_sym_data] = ACTIONS(4094), - [anon_sym_inner] = ACTIONS(4094), - [anon_sym_value] = ACTIONS(4094), - [anon_sym_expect] = ACTIONS(4094), - [anon_sym_actual] = ACTIONS(4094), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4096), - [anon_sym_continue_AT] = ACTIONS(4096), - [anon_sym_break_AT] = ACTIONS(4096), - [anon_sym_this_AT] = ACTIONS(4096), - [anon_sym_super_AT] = ACTIONS(4096), - [sym_real_literal] = ACTIONS(4096), - [sym_integer_literal] = ACTIONS(4094), - [sym_hex_literal] = ACTIONS(4096), - [sym_bin_literal] = ACTIONS(4096), - [anon_sym_true] = ACTIONS(4094), - [anon_sym_false] = ACTIONS(4094), - [anon_sym_SQUOTE] = ACTIONS(4096), - [sym__backtick_identifier] = ACTIONS(4096), - [sym__automatic_semicolon] = ACTIONS(4096), - [sym_safe_nav] = ACTIONS(4096), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4096), - }, - [3231] = { - [sym_function_body] = STATE(3268), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [3232] = { - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(4147), - [anon_sym_LBRACE] = ACTIONS(4149), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(4147), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [3233] = { - [sym__alpha_identifier] = ACTIONS(4179), - [anon_sym_AT] = ACTIONS(4181), - [anon_sym_COLON] = ACTIONS(4179), - [anon_sym_LBRACK] = ACTIONS(4181), - [anon_sym_RBRACK] = ACTIONS(4181), - [anon_sym_as] = ACTIONS(4179), - [anon_sym_EQ] = ACTIONS(4179), - [anon_sym_constructor] = ACTIONS(4179), - [anon_sym_LBRACE] = ACTIONS(4181), - [anon_sym_RBRACE] = ACTIONS(4181), - [anon_sym_LPAREN] = ACTIONS(4181), - [anon_sym_COMMA] = ACTIONS(4181), - [anon_sym_RPAREN] = ACTIONS(4181), - [anon_sym_LT] = ACTIONS(4179), - [anon_sym_GT] = ACTIONS(4179), - [anon_sym_where] = ACTIONS(4179), - [anon_sym_DOT] = ACTIONS(4179), - [anon_sym_SEMI] = ACTIONS(4181), - [anon_sym_get] = ACTIONS(4179), - [anon_sym_set] = ACTIONS(4179), - [anon_sym_STAR] = ACTIONS(4179), - [anon_sym_DASH_GT] = ACTIONS(4181), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4179), - [anon_sym_while] = ACTIONS(4179), - [anon_sym_DOT_DOT] = ACTIONS(4181), - [anon_sym_QMARK_COLON] = ACTIONS(4181), - [anon_sym_AMP_AMP] = ACTIONS(4181), - [anon_sym_PIPE_PIPE] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4179), - [anon_sym_COLON_COLON] = ACTIONS(4181), - [anon_sym_PLUS_EQ] = ACTIONS(4181), - [anon_sym_DASH_EQ] = ACTIONS(4181), - [anon_sym_STAR_EQ] = ACTIONS(4181), - [anon_sym_SLASH_EQ] = ACTIONS(4181), - [anon_sym_PERCENT_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ] = ACTIONS(4179), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ] = ACTIONS(4179), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4181), - [anon_sym_LT_EQ] = ACTIONS(4181), - [anon_sym_GT_EQ] = ACTIONS(4181), - [anon_sym_BANGin] = ACTIONS(4181), - [anon_sym_is] = ACTIONS(4179), - [anon_sym_BANGis] = ACTIONS(4181), - [anon_sym_PLUS] = ACTIONS(4179), - [anon_sym_DASH] = ACTIONS(4179), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4179), - [anon_sym_as_QMARK] = ACTIONS(4181), - [anon_sym_PLUS_PLUS] = ACTIONS(4181), - [anon_sym_DASH_DASH] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4181), - [anon_sym_suspend] = ACTIONS(4179), - [anon_sym_sealed] = ACTIONS(4179), - [anon_sym_annotation] = ACTIONS(4179), - [anon_sym_data] = ACTIONS(4179), - [anon_sym_inner] = ACTIONS(4179), - [anon_sym_value] = ACTIONS(4179), - [anon_sym_override] = ACTIONS(4179), - [anon_sym_lateinit] = ACTIONS(4179), - [anon_sym_public] = ACTIONS(4179), - [anon_sym_private] = ACTIONS(4179), - [anon_sym_internal] = ACTIONS(4179), - [anon_sym_protected] = ACTIONS(4179), - [anon_sym_tailrec] = ACTIONS(4179), - [anon_sym_operator] = ACTIONS(4179), - [anon_sym_infix] = ACTIONS(4179), - [anon_sym_inline] = ACTIONS(4179), - [anon_sym_external] = ACTIONS(4179), - [sym_property_modifier] = ACTIONS(4179), - [anon_sym_abstract] = ACTIONS(4179), - [anon_sym_final] = ACTIONS(4179), - [anon_sym_open] = ACTIONS(4179), - [anon_sym_vararg] = ACTIONS(4179), - [anon_sym_noinline] = ACTIONS(4179), - [anon_sym_crossinline] = ACTIONS(4179), - [anon_sym_expect] = ACTIONS(4179), - [anon_sym_actual] = ACTIONS(4179), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4181), - [sym_safe_nav] = ACTIONS(4181), - [sym_multiline_comment] = ACTIONS(3), - }, - [3234] = { - [sym__alpha_identifier] = ACTIONS(5213), - [anon_sym_AT] = ACTIONS(5215), - [anon_sym_LBRACK] = ACTIONS(5215), - [anon_sym_as] = ACTIONS(5213), - [anon_sym_EQ] = ACTIONS(5213), - [anon_sym_LBRACE] = ACTIONS(5215), - [anon_sym_RBRACE] = ACTIONS(5215), - [anon_sym_LPAREN] = ACTIONS(5215), - [anon_sym_COMMA] = ACTIONS(5215), - [anon_sym_LT] = ACTIONS(5213), - [anon_sym_GT] = ACTIONS(5213), - [anon_sym_where] = ACTIONS(5213), - [anon_sym_object] = ACTIONS(5213), - [anon_sym_fun] = ACTIONS(5213), - [anon_sym_DOT] = ACTIONS(5213), - [anon_sym_SEMI] = ACTIONS(5215), - [anon_sym_get] = ACTIONS(5213), - [anon_sym_set] = ACTIONS(5213), - [anon_sym_this] = ACTIONS(5213), - [anon_sym_super] = ACTIONS(5213), - [anon_sym_STAR] = ACTIONS(5213), - [sym_label] = ACTIONS(5213), - [anon_sym_in] = ACTIONS(5213), - [anon_sym_DOT_DOT] = ACTIONS(5215), - [anon_sym_QMARK_COLON] = ACTIONS(5215), - [anon_sym_AMP_AMP] = ACTIONS(5215), - [anon_sym_PIPE_PIPE] = ACTIONS(5215), - [anon_sym_null] = ACTIONS(5213), - [anon_sym_if] = ACTIONS(5213), - [anon_sym_else] = ACTIONS(5213), - [anon_sym_when] = ACTIONS(5213), - [anon_sym_try] = ACTIONS(5213), - [anon_sym_throw] = ACTIONS(5213), - [anon_sym_return] = ACTIONS(5213), - [anon_sym_continue] = ACTIONS(5213), - [anon_sym_break] = ACTIONS(5213), - [anon_sym_COLON_COLON] = ACTIONS(5215), - [anon_sym_PLUS_EQ] = ACTIONS(5215), - [anon_sym_DASH_EQ] = ACTIONS(5215), - [anon_sym_STAR_EQ] = ACTIONS(5215), - [anon_sym_SLASH_EQ] = ACTIONS(5215), - [anon_sym_PERCENT_EQ] = ACTIONS(5215), - [anon_sym_BANG_EQ] = ACTIONS(5213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5215), - [anon_sym_EQ_EQ] = ACTIONS(5213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5215), - [anon_sym_LT_EQ] = ACTIONS(5215), - [anon_sym_GT_EQ] = ACTIONS(5215), - [anon_sym_BANGin] = ACTIONS(5215), - [anon_sym_is] = ACTIONS(5213), - [anon_sym_BANGis] = ACTIONS(5215), - [anon_sym_PLUS] = ACTIONS(5213), - [anon_sym_DASH] = ACTIONS(5213), - [anon_sym_SLASH] = ACTIONS(5213), - [anon_sym_PERCENT] = ACTIONS(5213), - [anon_sym_as_QMARK] = ACTIONS(5215), - [anon_sym_PLUS_PLUS] = ACTIONS(5215), - [anon_sym_DASH_DASH] = ACTIONS(5215), - [anon_sym_BANG] = ACTIONS(5213), - [anon_sym_BANG_BANG] = ACTIONS(5215), - [anon_sym_data] = ACTIONS(5213), - [anon_sym_inner] = ACTIONS(5213), - [anon_sym_value] = ACTIONS(5213), - [anon_sym_expect] = ACTIONS(5213), - [anon_sym_actual] = ACTIONS(5213), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5215), - [anon_sym_continue_AT] = ACTIONS(5215), - [anon_sym_break_AT] = ACTIONS(5215), - [anon_sym_this_AT] = ACTIONS(5215), - [anon_sym_super_AT] = ACTIONS(5215), - [sym_real_literal] = ACTIONS(5215), - [sym_integer_literal] = ACTIONS(5213), - [sym_hex_literal] = ACTIONS(5215), - [sym_bin_literal] = ACTIONS(5215), - [anon_sym_true] = ACTIONS(5213), - [anon_sym_false] = ACTIONS(5213), - [anon_sym_SQUOTE] = ACTIONS(5215), - [sym__backtick_identifier] = ACTIONS(5215), - [sym__automatic_semicolon] = ACTIONS(5215), - [sym_safe_nav] = ACTIONS(5215), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5215), - }, - [3235] = { - [sym__alpha_identifier] = ACTIONS(5209), - [anon_sym_AT] = ACTIONS(5211), - [anon_sym_LBRACK] = ACTIONS(5211), - [anon_sym_as] = ACTIONS(5209), - [anon_sym_EQ] = ACTIONS(5209), - [anon_sym_LBRACE] = ACTIONS(5211), - [anon_sym_RBRACE] = ACTIONS(5211), - [anon_sym_LPAREN] = ACTIONS(5211), - [anon_sym_COMMA] = ACTIONS(5211), - [anon_sym_LT] = ACTIONS(5209), - [anon_sym_GT] = ACTIONS(5209), - [anon_sym_where] = ACTIONS(5209), - [anon_sym_object] = ACTIONS(5209), - [anon_sym_fun] = ACTIONS(5209), - [anon_sym_DOT] = ACTIONS(5209), - [anon_sym_SEMI] = ACTIONS(5211), - [anon_sym_get] = ACTIONS(5209), - [anon_sym_set] = ACTIONS(5209), - [anon_sym_this] = ACTIONS(5209), - [anon_sym_super] = ACTIONS(5209), - [anon_sym_STAR] = ACTIONS(5209), - [sym_label] = ACTIONS(5209), - [anon_sym_in] = ACTIONS(5209), - [anon_sym_DOT_DOT] = ACTIONS(5211), - [anon_sym_QMARK_COLON] = ACTIONS(5211), - [anon_sym_AMP_AMP] = ACTIONS(5211), - [anon_sym_PIPE_PIPE] = ACTIONS(5211), - [anon_sym_null] = ACTIONS(5209), - [anon_sym_if] = ACTIONS(5209), - [anon_sym_else] = ACTIONS(5209), - [anon_sym_when] = ACTIONS(5209), - [anon_sym_try] = ACTIONS(5209), - [anon_sym_throw] = ACTIONS(5209), - [anon_sym_return] = ACTIONS(5209), - [anon_sym_continue] = ACTIONS(5209), - [anon_sym_break] = ACTIONS(5209), - [anon_sym_COLON_COLON] = ACTIONS(5211), - [anon_sym_PLUS_EQ] = ACTIONS(5211), - [anon_sym_DASH_EQ] = ACTIONS(5211), - [anon_sym_STAR_EQ] = ACTIONS(5211), - [anon_sym_SLASH_EQ] = ACTIONS(5211), - [anon_sym_PERCENT_EQ] = ACTIONS(5211), - [anon_sym_BANG_EQ] = ACTIONS(5209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5211), - [anon_sym_EQ_EQ] = ACTIONS(5209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5211), - [anon_sym_LT_EQ] = ACTIONS(5211), - [anon_sym_GT_EQ] = ACTIONS(5211), - [anon_sym_BANGin] = ACTIONS(5211), - [anon_sym_is] = ACTIONS(5209), - [anon_sym_BANGis] = ACTIONS(5211), - [anon_sym_PLUS] = ACTIONS(5209), - [anon_sym_DASH] = ACTIONS(5209), - [anon_sym_SLASH] = ACTIONS(5209), - [anon_sym_PERCENT] = ACTIONS(5209), - [anon_sym_as_QMARK] = ACTIONS(5211), - [anon_sym_PLUS_PLUS] = ACTIONS(5211), - [anon_sym_DASH_DASH] = ACTIONS(5211), - [anon_sym_BANG] = ACTIONS(5209), - [anon_sym_BANG_BANG] = ACTIONS(5211), - [anon_sym_data] = ACTIONS(5209), - [anon_sym_inner] = ACTIONS(5209), - [anon_sym_value] = ACTIONS(5209), - [anon_sym_expect] = ACTIONS(5209), - [anon_sym_actual] = ACTIONS(5209), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5211), - [anon_sym_continue_AT] = ACTIONS(5211), - [anon_sym_break_AT] = ACTIONS(5211), - [anon_sym_this_AT] = ACTIONS(5211), - [anon_sym_super_AT] = ACTIONS(5211), - [sym_real_literal] = ACTIONS(5211), - [sym_integer_literal] = ACTIONS(5209), - [sym_hex_literal] = ACTIONS(5211), - [sym_bin_literal] = ACTIONS(5211), - [anon_sym_true] = ACTIONS(5209), - [anon_sym_false] = ACTIONS(5209), - [anon_sym_SQUOTE] = ACTIONS(5211), - [sym__backtick_identifier] = ACTIONS(5211), - [sym__automatic_semicolon] = ACTIONS(5211), - [sym_safe_nav] = ACTIONS(5211), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5211), - }, - [3236] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(5079), - [anon_sym_super_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), - }, - [3237] = { - [sym__alpha_identifier] = ACTIONS(5187), - [anon_sym_AT] = ACTIONS(5189), - [anon_sym_LBRACK] = ACTIONS(5189), - [anon_sym_as] = ACTIONS(5187), - [anon_sym_EQ] = ACTIONS(5187), - [anon_sym_LBRACE] = ACTIONS(5189), - [anon_sym_RBRACE] = ACTIONS(5189), - [anon_sym_LPAREN] = ACTIONS(5189), - [anon_sym_COMMA] = ACTIONS(5189), - [anon_sym_LT] = ACTIONS(5187), - [anon_sym_GT] = ACTIONS(5187), - [anon_sym_where] = ACTIONS(5187), - [anon_sym_object] = ACTIONS(5187), - [anon_sym_fun] = ACTIONS(5187), - [anon_sym_DOT] = ACTIONS(5187), - [anon_sym_SEMI] = ACTIONS(5189), - [anon_sym_get] = ACTIONS(5187), - [anon_sym_set] = ACTIONS(5187), - [anon_sym_this] = ACTIONS(5187), - [anon_sym_super] = ACTIONS(5187), - [anon_sym_STAR] = ACTIONS(5187), - [sym_label] = ACTIONS(5187), - [anon_sym_in] = ACTIONS(5187), - [anon_sym_DOT_DOT] = ACTIONS(5189), - [anon_sym_QMARK_COLON] = ACTIONS(5189), - [anon_sym_AMP_AMP] = ACTIONS(5189), - [anon_sym_PIPE_PIPE] = ACTIONS(5189), - [anon_sym_null] = ACTIONS(5187), - [anon_sym_if] = ACTIONS(5187), - [anon_sym_else] = ACTIONS(5187), - [anon_sym_when] = ACTIONS(5187), - [anon_sym_try] = ACTIONS(5187), - [anon_sym_throw] = ACTIONS(5187), - [anon_sym_return] = ACTIONS(5187), - [anon_sym_continue] = ACTIONS(5187), - [anon_sym_break] = ACTIONS(5187), - [anon_sym_COLON_COLON] = ACTIONS(5189), - [anon_sym_PLUS_EQ] = ACTIONS(5189), - [anon_sym_DASH_EQ] = ACTIONS(5189), - [anon_sym_STAR_EQ] = ACTIONS(5189), - [anon_sym_SLASH_EQ] = ACTIONS(5189), - [anon_sym_PERCENT_EQ] = ACTIONS(5189), - [anon_sym_BANG_EQ] = ACTIONS(5187), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5189), - [anon_sym_EQ_EQ] = ACTIONS(5187), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5189), - [anon_sym_LT_EQ] = ACTIONS(5189), - [anon_sym_GT_EQ] = ACTIONS(5189), - [anon_sym_BANGin] = ACTIONS(5189), - [anon_sym_is] = ACTIONS(5187), - [anon_sym_BANGis] = ACTIONS(5189), - [anon_sym_PLUS] = ACTIONS(5187), - [anon_sym_DASH] = ACTIONS(5187), - [anon_sym_SLASH] = ACTIONS(5187), - [anon_sym_PERCENT] = ACTIONS(5187), - [anon_sym_as_QMARK] = ACTIONS(5189), - [anon_sym_PLUS_PLUS] = ACTIONS(5189), - [anon_sym_DASH_DASH] = ACTIONS(5189), - [anon_sym_BANG] = ACTIONS(5187), - [anon_sym_BANG_BANG] = ACTIONS(5189), - [anon_sym_data] = ACTIONS(5187), - [anon_sym_inner] = ACTIONS(5187), - [anon_sym_value] = ACTIONS(5187), - [anon_sym_expect] = ACTIONS(5187), - [anon_sym_actual] = ACTIONS(5187), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5189), - [anon_sym_continue_AT] = ACTIONS(5189), - [anon_sym_break_AT] = ACTIONS(5189), - [anon_sym_this_AT] = ACTIONS(5189), - [anon_sym_super_AT] = ACTIONS(5189), - [sym_real_literal] = ACTIONS(5189), - [sym_integer_literal] = ACTIONS(5187), - [sym_hex_literal] = ACTIONS(5189), - [sym_bin_literal] = ACTIONS(5189), - [anon_sym_true] = ACTIONS(5187), - [anon_sym_false] = ACTIONS(5187), - [anon_sym_SQUOTE] = ACTIONS(5189), - [sym__backtick_identifier] = ACTIONS(5189), - [sym__automatic_semicolon] = ACTIONS(5189), - [sym_safe_nav] = ACTIONS(5189), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5189), - }, - [3238] = { - [sym__alpha_identifier] = ACTIONS(5205), - [anon_sym_AT] = ACTIONS(5207), - [anon_sym_LBRACK] = ACTIONS(5207), - [anon_sym_as] = ACTIONS(5205), - [anon_sym_EQ] = ACTIONS(5205), - [anon_sym_LBRACE] = ACTIONS(5207), - [anon_sym_RBRACE] = ACTIONS(5207), - [anon_sym_LPAREN] = ACTIONS(5207), - [anon_sym_COMMA] = ACTIONS(5207), - [anon_sym_LT] = ACTIONS(5205), - [anon_sym_GT] = ACTIONS(5205), - [anon_sym_where] = ACTIONS(5205), - [anon_sym_object] = ACTIONS(5205), - [anon_sym_fun] = ACTIONS(5205), - [anon_sym_DOT] = ACTIONS(5205), - [anon_sym_SEMI] = ACTIONS(5207), - [anon_sym_get] = ACTIONS(5205), - [anon_sym_set] = ACTIONS(5205), - [anon_sym_this] = ACTIONS(5205), - [anon_sym_super] = ACTIONS(5205), - [anon_sym_STAR] = ACTIONS(5205), - [sym_label] = ACTIONS(5205), - [anon_sym_in] = ACTIONS(5205), - [anon_sym_DOT_DOT] = ACTIONS(5207), - [anon_sym_QMARK_COLON] = ACTIONS(5207), - [anon_sym_AMP_AMP] = ACTIONS(5207), - [anon_sym_PIPE_PIPE] = ACTIONS(5207), - [anon_sym_null] = ACTIONS(5205), - [anon_sym_if] = ACTIONS(5205), - [anon_sym_else] = ACTIONS(5205), - [anon_sym_when] = ACTIONS(5205), - [anon_sym_try] = ACTIONS(5205), - [anon_sym_throw] = ACTIONS(5205), - [anon_sym_return] = ACTIONS(5205), - [anon_sym_continue] = ACTIONS(5205), - [anon_sym_break] = ACTIONS(5205), - [anon_sym_COLON_COLON] = ACTIONS(5207), - [anon_sym_PLUS_EQ] = ACTIONS(5207), - [anon_sym_DASH_EQ] = ACTIONS(5207), - [anon_sym_STAR_EQ] = ACTIONS(5207), - [anon_sym_SLASH_EQ] = ACTIONS(5207), - [anon_sym_PERCENT_EQ] = ACTIONS(5207), - [anon_sym_BANG_EQ] = ACTIONS(5205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5207), - [anon_sym_EQ_EQ] = ACTIONS(5205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5207), - [anon_sym_LT_EQ] = ACTIONS(5207), - [anon_sym_GT_EQ] = ACTIONS(5207), - [anon_sym_BANGin] = ACTIONS(5207), - [anon_sym_is] = ACTIONS(5205), - [anon_sym_BANGis] = ACTIONS(5207), - [anon_sym_PLUS] = ACTIONS(5205), - [anon_sym_DASH] = ACTIONS(5205), - [anon_sym_SLASH] = ACTIONS(5205), - [anon_sym_PERCENT] = ACTIONS(5205), - [anon_sym_as_QMARK] = ACTIONS(5207), - [anon_sym_PLUS_PLUS] = ACTIONS(5207), - [anon_sym_DASH_DASH] = ACTIONS(5207), - [anon_sym_BANG] = ACTIONS(5205), - [anon_sym_BANG_BANG] = ACTIONS(5207), - [anon_sym_data] = ACTIONS(5205), - [anon_sym_inner] = ACTIONS(5205), - [anon_sym_value] = ACTIONS(5205), - [anon_sym_expect] = ACTIONS(5205), - [anon_sym_actual] = ACTIONS(5205), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5207), - [anon_sym_continue_AT] = ACTIONS(5207), - [anon_sym_break_AT] = ACTIONS(5207), - [anon_sym_this_AT] = ACTIONS(5207), - [anon_sym_super_AT] = ACTIONS(5207), - [sym_real_literal] = ACTIONS(5207), - [sym_integer_literal] = ACTIONS(5205), - [sym_hex_literal] = ACTIONS(5207), - [sym_bin_literal] = ACTIONS(5207), - [anon_sym_true] = ACTIONS(5205), - [anon_sym_false] = ACTIONS(5205), - [anon_sym_SQUOTE] = ACTIONS(5207), - [sym__backtick_identifier] = ACTIONS(5207), - [sym__automatic_semicolon] = ACTIONS(5207), - [sym_safe_nav] = ACTIONS(5207), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5207), - }, - [3239] = { - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(4361), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(4359), - [anon_sym_object] = ACTIONS(4359), - [anon_sym_fun] = ACTIONS(4359), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_this] = ACTIONS(4359), - [anon_sym_super] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [sym_label] = ACTIONS(4359), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_null] = ACTIONS(4359), - [anon_sym_if] = ACTIONS(4359), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_when] = ACTIONS(4359), - [anon_sym_try] = ACTIONS(4359), - [anon_sym_throw] = ACTIONS(4359), - [anon_sym_return] = ACTIONS(4359), - [anon_sym_continue] = ACTIONS(4359), - [anon_sym_break] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG] = ACTIONS(4359), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4361), - [anon_sym_continue_AT] = ACTIONS(4361), - [anon_sym_break_AT] = ACTIONS(4361), - [anon_sym_this_AT] = ACTIONS(4361), - [anon_sym_super_AT] = ACTIONS(4361), - [sym_real_literal] = ACTIONS(4361), - [sym_integer_literal] = ACTIONS(4359), - [sym_hex_literal] = ACTIONS(4361), - [sym_bin_literal] = ACTIONS(4361), - [anon_sym_true] = ACTIONS(4359), - [anon_sym_false] = ACTIONS(4359), - [anon_sym_SQUOTE] = ACTIONS(4361), - [sym__backtick_identifier] = ACTIONS(4361), - [sym__automatic_semicolon] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4361), - }, - [3240] = { - [sym__alpha_identifier] = ACTIONS(5195), - [anon_sym_AT] = ACTIONS(5197), - [anon_sym_LBRACK] = ACTIONS(5197), - [anon_sym_as] = ACTIONS(5195), - [anon_sym_EQ] = ACTIONS(5195), - [anon_sym_LBRACE] = ACTIONS(5197), - [anon_sym_RBRACE] = ACTIONS(5197), - [anon_sym_LPAREN] = ACTIONS(5197), - [anon_sym_COMMA] = ACTIONS(5197), - [anon_sym_LT] = ACTIONS(5195), - [anon_sym_GT] = ACTIONS(5195), - [anon_sym_where] = ACTIONS(5195), - [anon_sym_object] = ACTIONS(5195), - [anon_sym_fun] = ACTIONS(5195), - [anon_sym_DOT] = ACTIONS(5195), - [anon_sym_SEMI] = ACTIONS(5197), - [anon_sym_get] = ACTIONS(5195), - [anon_sym_set] = ACTIONS(5195), - [anon_sym_this] = ACTIONS(5195), - [anon_sym_super] = ACTIONS(5195), - [anon_sym_STAR] = ACTIONS(5195), - [sym_label] = ACTIONS(5195), - [anon_sym_in] = ACTIONS(5195), - [anon_sym_DOT_DOT] = ACTIONS(5197), - [anon_sym_QMARK_COLON] = ACTIONS(5197), - [anon_sym_AMP_AMP] = ACTIONS(5197), - [anon_sym_PIPE_PIPE] = ACTIONS(5197), - [anon_sym_null] = ACTIONS(5195), - [anon_sym_if] = ACTIONS(5195), - [anon_sym_else] = ACTIONS(5195), - [anon_sym_when] = ACTIONS(5195), - [anon_sym_try] = ACTIONS(5195), - [anon_sym_throw] = ACTIONS(5195), - [anon_sym_return] = ACTIONS(5195), - [anon_sym_continue] = ACTIONS(5195), - [anon_sym_break] = ACTIONS(5195), - [anon_sym_COLON_COLON] = ACTIONS(5197), - [anon_sym_PLUS_EQ] = ACTIONS(5197), - [anon_sym_DASH_EQ] = ACTIONS(5197), - [anon_sym_STAR_EQ] = ACTIONS(5197), - [anon_sym_SLASH_EQ] = ACTIONS(5197), - [anon_sym_PERCENT_EQ] = ACTIONS(5197), - [anon_sym_BANG_EQ] = ACTIONS(5195), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5197), - [anon_sym_EQ_EQ] = ACTIONS(5195), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5197), - [anon_sym_LT_EQ] = ACTIONS(5197), - [anon_sym_GT_EQ] = ACTIONS(5197), - [anon_sym_BANGin] = ACTIONS(5197), - [anon_sym_is] = ACTIONS(5195), - [anon_sym_BANGis] = ACTIONS(5197), - [anon_sym_PLUS] = ACTIONS(5195), - [anon_sym_DASH] = ACTIONS(5195), - [anon_sym_SLASH] = ACTIONS(5195), - [anon_sym_PERCENT] = ACTIONS(5195), - [anon_sym_as_QMARK] = ACTIONS(5197), - [anon_sym_PLUS_PLUS] = ACTIONS(5197), - [anon_sym_DASH_DASH] = ACTIONS(5197), - [anon_sym_BANG] = ACTIONS(5195), - [anon_sym_BANG_BANG] = ACTIONS(5197), - [anon_sym_data] = ACTIONS(5195), - [anon_sym_inner] = ACTIONS(5195), - [anon_sym_value] = ACTIONS(5195), - [anon_sym_expect] = ACTIONS(5195), - [anon_sym_actual] = ACTIONS(5195), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5197), - [anon_sym_continue_AT] = ACTIONS(5197), - [anon_sym_break_AT] = ACTIONS(5197), - [anon_sym_this_AT] = ACTIONS(5197), - [anon_sym_super_AT] = ACTIONS(5197), - [sym_real_literal] = ACTIONS(5197), - [sym_integer_literal] = ACTIONS(5195), - [sym_hex_literal] = ACTIONS(5197), - [sym_bin_literal] = ACTIONS(5197), - [anon_sym_true] = ACTIONS(5195), - [anon_sym_false] = ACTIONS(5195), - [anon_sym_SQUOTE] = ACTIONS(5197), - [sym__backtick_identifier] = ACTIONS(5197), - [sym__automatic_semicolon] = ACTIONS(5197), - [sym_safe_nav] = ACTIONS(5197), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5197), - }, - [3241] = { - [sym__alpha_identifier] = ACTIONS(4644), - [anon_sym_AT] = ACTIONS(4646), - [anon_sym_LBRACK] = ACTIONS(4646), - [anon_sym_as] = ACTIONS(4644), - [anon_sym_EQ] = ACTIONS(4644), - [anon_sym_LBRACE] = ACTIONS(4646), - [anon_sym_RBRACE] = ACTIONS(4646), - [anon_sym_LPAREN] = ACTIONS(4646), - [anon_sym_COMMA] = ACTIONS(4646), - [anon_sym_LT] = ACTIONS(4644), - [anon_sym_GT] = ACTIONS(4644), - [anon_sym_where] = ACTIONS(4644), - [anon_sym_object] = ACTIONS(4644), - [anon_sym_fun] = ACTIONS(4644), - [anon_sym_DOT] = ACTIONS(4644), - [anon_sym_SEMI] = ACTIONS(4646), - [anon_sym_get] = ACTIONS(4644), - [anon_sym_set] = ACTIONS(4644), - [anon_sym_this] = ACTIONS(4644), - [anon_sym_super] = ACTIONS(4644), - [anon_sym_STAR] = ACTIONS(4644), - [sym_label] = ACTIONS(4644), - [anon_sym_in] = ACTIONS(4644), - [anon_sym_DOT_DOT] = ACTIONS(4646), - [anon_sym_QMARK_COLON] = ACTIONS(4646), - [anon_sym_AMP_AMP] = ACTIONS(4646), - [anon_sym_PIPE_PIPE] = ACTIONS(4646), - [anon_sym_null] = ACTIONS(4644), - [anon_sym_if] = ACTIONS(4644), - [anon_sym_else] = ACTIONS(4644), - [anon_sym_when] = ACTIONS(4644), - [anon_sym_try] = ACTIONS(4644), - [anon_sym_throw] = ACTIONS(4644), - [anon_sym_return] = ACTIONS(4644), - [anon_sym_continue] = ACTIONS(4644), - [anon_sym_break] = ACTIONS(4644), - [anon_sym_COLON_COLON] = ACTIONS(4646), - [anon_sym_PLUS_EQ] = ACTIONS(4646), - [anon_sym_DASH_EQ] = ACTIONS(4646), - [anon_sym_STAR_EQ] = ACTIONS(4646), - [anon_sym_SLASH_EQ] = ACTIONS(4646), - [anon_sym_PERCENT_EQ] = ACTIONS(4646), - [anon_sym_BANG_EQ] = ACTIONS(4644), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4646), - [anon_sym_EQ_EQ] = ACTIONS(4644), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4646), - [anon_sym_LT_EQ] = ACTIONS(4646), - [anon_sym_GT_EQ] = ACTIONS(4646), - [anon_sym_BANGin] = ACTIONS(4646), - [anon_sym_is] = ACTIONS(4644), - [anon_sym_BANGis] = ACTIONS(4646), - [anon_sym_PLUS] = ACTIONS(4644), - [anon_sym_DASH] = ACTIONS(4644), - [anon_sym_SLASH] = ACTIONS(4644), - [anon_sym_PERCENT] = ACTIONS(4644), - [anon_sym_as_QMARK] = ACTIONS(4646), - [anon_sym_PLUS_PLUS] = ACTIONS(4646), - [anon_sym_DASH_DASH] = ACTIONS(4646), - [anon_sym_BANG] = ACTIONS(4644), - [anon_sym_BANG_BANG] = ACTIONS(4646), - [anon_sym_data] = ACTIONS(4644), - [anon_sym_inner] = ACTIONS(4644), - [anon_sym_value] = ACTIONS(4644), - [anon_sym_expect] = ACTIONS(4644), - [anon_sym_actual] = ACTIONS(4644), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4646), - [anon_sym_continue_AT] = ACTIONS(4646), - [anon_sym_break_AT] = ACTIONS(4646), - [anon_sym_this_AT] = ACTIONS(4646), - [anon_sym_super_AT] = ACTIONS(4646), - [sym_real_literal] = ACTIONS(4646), - [sym_integer_literal] = ACTIONS(4644), - [sym_hex_literal] = ACTIONS(4646), - [sym_bin_literal] = ACTIONS(4646), - [anon_sym_true] = ACTIONS(4644), - [anon_sym_false] = ACTIONS(4644), - [anon_sym_SQUOTE] = ACTIONS(4646), - [sym__backtick_identifier] = ACTIONS(4646), - [sym__automatic_semicolon] = ACTIONS(4646), - [sym_safe_nav] = ACTIONS(4646), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4646), - }, - [3242] = { - [sym__alpha_identifier] = ACTIONS(4790), - [anon_sym_AT] = ACTIONS(4792), - [anon_sym_LBRACK] = ACTIONS(4792), - [anon_sym_as] = ACTIONS(4790), - [anon_sym_EQ] = ACTIONS(4790), - [anon_sym_LBRACE] = ACTIONS(4792), - [anon_sym_RBRACE] = ACTIONS(4792), - [anon_sym_LPAREN] = ACTIONS(4792), - [anon_sym_COMMA] = ACTIONS(4792), - [anon_sym_LT] = ACTIONS(4790), - [anon_sym_GT] = ACTIONS(4790), - [anon_sym_where] = ACTIONS(4790), - [anon_sym_object] = ACTIONS(4790), - [anon_sym_fun] = ACTIONS(4790), - [anon_sym_DOT] = ACTIONS(4790), - [anon_sym_SEMI] = ACTIONS(4792), - [anon_sym_get] = ACTIONS(4790), - [anon_sym_set] = ACTIONS(4790), - [anon_sym_this] = ACTIONS(4790), - [anon_sym_super] = ACTIONS(4790), - [anon_sym_STAR] = ACTIONS(4790), - [sym_label] = ACTIONS(4790), - [anon_sym_in] = ACTIONS(4790), - [anon_sym_DOT_DOT] = ACTIONS(4792), - [anon_sym_QMARK_COLON] = ACTIONS(4792), - [anon_sym_AMP_AMP] = ACTIONS(4792), - [anon_sym_PIPE_PIPE] = ACTIONS(4792), - [anon_sym_null] = ACTIONS(4790), - [anon_sym_if] = ACTIONS(4790), - [anon_sym_else] = ACTIONS(4790), - [anon_sym_when] = ACTIONS(4790), - [anon_sym_try] = ACTIONS(4790), - [anon_sym_throw] = ACTIONS(4790), - [anon_sym_return] = ACTIONS(4790), - [anon_sym_continue] = ACTIONS(4790), - [anon_sym_break] = ACTIONS(4790), - [anon_sym_COLON_COLON] = ACTIONS(4792), - [anon_sym_PLUS_EQ] = ACTIONS(4792), - [anon_sym_DASH_EQ] = ACTIONS(4792), - [anon_sym_STAR_EQ] = ACTIONS(4792), - [anon_sym_SLASH_EQ] = ACTIONS(4792), - [anon_sym_PERCENT_EQ] = ACTIONS(4792), - [anon_sym_BANG_EQ] = ACTIONS(4790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4792), - [anon_sym_EQ_EQ] = ACTIONS(4790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4792), - [anon_sym_LT_EQ] = ACTIONS(4792), - [anon_sym_GT_EQ] = ACTIONS(4792), - [anon_sym_BANGin] = ACTIONS(4792), - [anon_sym_is] = ACTIONS(4790), - [anon_sym_BANGis] = ACTIONS(4792), - [anon_sym_PLUS] = ACTIONS(4790), - [anon_sym_DASH] = ACTIONS(4790), - [anon_sym_SLASH] = ACTIONS(4790), - [anon_sym_PERCENT] = ACTIONS(4790), - [anon_sym_as_QMARK] = ACTIONS(4792), - [anon_sym_PLUS_PLUS] = ACTIONS(4792), - [anon_sym_DASH_DASH] = ACTIONS(4792), - [anon_sym_BANG] = ACTIONS(4790), - [anon_sym_BANG_BANG] = ACTIONS(4792), - [anon_sym_data] = ACTIONS(4790), - [anon_sym_inner] = ACTIONS(4790), - [anon_sym_value] = ACTIONS(4790), - [anon_sym_expect] = ACTIONS(4790), - [anon_sym_actual] = ACTIONS(4790), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4792), - [anon_sym_continue_AT] = ACTIONS(4792), - [anon_sym_break_AT] = ACTIONS(4792), - [anon_sym_this_AT] = ACTIONS(4792), - [anon_sym_super_AT] = ACTIONS(4792), - [sym_real_literal] = ACTIONS(4792), - [sym_integer_literal] = ACTIONS(4790), - [sym_hex_literal] = ACTIONS(4792), - [sym_bin_literal] = ACTIONS(4792), - [anon_sym_true] = ACTIONS(4790), - [anon_sym_false] = ACTIONS(4790), - [anon_sym_SQUOTE] = ACTIONS(4792), - [sym__backtick_identifier] = ACTIONS(4792), - [sym__automatic_semicolon] = ACTIONS(4792), - [sym_safe_nav] = ACTIONS(4792), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4792), - }, - [3243] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4814), - [anon_sym_super_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), - }, - [3244] = { - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(3290), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3286), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), - }, - [3245] = { - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4806), - [anon_sym_super_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), - }, - [3246] = { - [sym__alpha_identifier] = ACTIONS(5191), - [anon_sym_AT] = ACTIONS(5193), - [anon_sym_LBRACK] = ACTIONS(5193), - [anon_sym_as] = ACTIONS(5191), - [anon_sym_EQ] = ACTIONS(5191), - [anon_sym_LBRACE] = ACTIONS(5193), - [anon_sym_RBRACE] = ACTIONS(5193), - [anon_sym_LPAREN] = ACTIONS(5193), - [anon_sym_COMMA] = ACTIONS(5193), - [anon_sym_LT] = ACTIONS(5191), - [anon_sym_GT] = ACTIONS(5191), - [anon_sym_where] = ACTIONS(5191), - [anon_sym_object] = ACTIONS(5191), - [anon_sym_fun] = ACTIONS(5191), - [anon_sym_DOT] = ACTIONS(5191), - [anon_sym_SEMI] = ACTIONS(5193), - [anon_sym_get] = ACTIONS(5191), - [anon_sym_set] = ACTIONS(5191), - [anon_sym_this] = ACTIONS(5191), - [anon_sym_super] = ACTIONS(5191), - [anon_sym_STAR] = ACTIONS(5191), - [sym_label] = ACTIONS(5191), - [anon_sym_in] = ACTIONS(5191), - [anon_sym_DOT_DOT] = ACTIONS(5193), - [anon_sym_QMARK_COLON] = ACTIONS(5193), - [anon_sym_AMP_AMP] = ACTIONS(5193), - [anon_sym_PIPE_PIPE] = ACTIONS(5193), - [anon_sym_null] = ACTIONS(5191), - [anon_sym_if] = ACTIONS(5191), - [anon_sym_else] = ACTIONS(5191), - [anon_sym_when] = ACTIONS(5191), - [anon_sym_try] = ACTIONS(5191), - [anon_sym_throw] = ACTIONS(5191), - [anon_sym_return] = ACTIONS(5191), - [anon_sym_continue] = ACTIONS(5191), - [anon_sym_break] = ACTIONS(5191), - [anon_sym_COLON_COLON] = ACTIONS(5193), - [anon_sym_PLUS_EQ] = ACTIONS(5193), - [anon_sym_DASH_EQ] = ACTIONS(5193), - [anon_sym_STAR_EQ] = ACTIONS(5193), - [anon_sym_SLASH_EQ] = ACTIONS(5193), - [anon_sym_PERCENT_EQ] = ACTIONS(5193), - [anon_sym_BANG_EQ] = ACTIONS(5191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5193), - [anon_sym_EQ_EQ] = ACTIONS(5191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5193), - [anon_sym_LT_EQ] = ACTIONS(5193), - [anon_sym_GT_EQ] = ACTIONS(5193), - [anon_sym_BANGin] = ACTIONS(5193), - [anon_sym_is] = ACTIONS(5191), - [anon_sym_BANGis] = ACTIONS(5193), - [anon_sym_PLUS] = ACTIONS(5191), - [anon_sym_DASH] = ACTIONS(5191), - [anon_sym_SLASH] = ACTIONS(5191), - [anon_sym_PERCENT] = ACTIONS(5191), - [anon_sym_as_QMARK] = ACTIONS(5193), - [anon_sym_PLUS_PLUS] = ACTIONS(5193), - [anon_sym_DASH_DASH] = ACTIONS(5193), - [anon_sym_BANG] = ACTIONS(5191), - [anon_sym_BANG_BANG] = ACTIONS(5193), - [anon_sym_data] = ACTIONS(5191), - [anon_sym_inner] = ACTIONS(5191), - [anon_sym_value] = ACTIONS(5191), - [anon_sym_expect] = ACTIONS(5191), - [anon_sym_actual] = ACTIONS(5191), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5193), - [anon_sym_continue_AT] = ACTIONS(5193), - [anon_sym_break_AT] = ACTIONS(5193), - [anon_sym_this_AT] = ACTIONS(5193), - [anon_sym_super_AT] = ACTIONS(5193), - [sym_real_literal] = ACTIONS(5193), - [sym_integer_literal] = ACTIONS(5191), - [sym_hex_literal] = ACTIONS(5193), - [sym_bin_literal] = ACTIONS(5193), - [anon_sym_true] = ACTIONS(5191), - [anon_sym_false] = ACTIONS(5191), - [anon_sym_SQUOTE] = ACTIONS(5193), - [sym__backtick_identifier] = ACTIONS(5193), - [sym__automatic_semicolon] = ACTIONS(5193), - [sym_safe_nav] = ACTIONS(5193), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5193), - }, - [3247] = { - [sym__alpha_identifier] = ACTIONS(4493), - [anon_sym_AT] = ACTIONS(4495), - [anon_sym_LBRACK] = ACTIONS(4495), - [anon_sym_as] = ACTIONS(4493), - [anon_sym_EQ] = ACTIONS(4493), - [anon_sym_LBRACE] = ACTIONS(4495), - [anon_sym_RBRACE] = ACTIONS(4495), - [anon_sym_LPAREN] = ACTIONS(4495), - [anon_sym_COMMA] = ACTIONS(4495), - [anon_sym_LT] = ACTIONS(4493), - [anon_sym_GT] = ACTIONS(4493), - [anon_sym_where] = ACTIONS(4493), - [anon_sym_object] = ACTIONS(4493), - [anon_sym_fun] = ACTIONS(4493), - [anon_sym_DOT] = ACTIONS(4493), - [anon_sym_SEMI] = ACTIONS(4495), - [anon_sym_get] = ACTIONS(4493), - [anon_sym_set] = ACTIONS(4493), - [anon_sym_this] = ACTIONS(4493), - [anon_sym_super] = ACTIONS(4493), - [anon_sym_STAR] = ACTIONS(4493), - [sym_label] = ACTIONS(4493), - [anon_sym_in] = ACTIONS(4493), - [anon_sym_DOT_DOT] = ACTIONS(4495), - [anon_sym_QMARK_COLON] = ACTIONS(4495), - [anon_sym_AMP_AMP] = ACTIONS(4495), - [anon_sym_PIPE_PIPE] = ACTIONS(4495), - [anon_sym_null] = ACTIONS(4493), - [anon_sym_if] = ACTIONS(4493), - [anon_sym_else] = ACTIONS(4493), - [anon_sym_when] = ACTIONS(4493), - [anon_sym_try] = ACTIONS(4493), - [anon_sym_throw] = ACTIONS(4493), - [anon_sym_return] = ACTIONS(4493), - [anon_sym_continue] = ACTIONS(4493), - [anon_sym_break] = ACTIONS(4493), - [anon_sym_COLON_COLON] = ACTIONS(4495), - [anon_sym_PLUS_EQ] = ACTIONS(4495), - [anon_sym_DASH_EQ] = ACTIONS(4495), - [anon_sym_STAR_EQ] = ACTIONS(4495), - [anon_sym_SLASH_EQ] = ACTIONS(4495), - [anon_sym_PERCENT_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ] = ACTIONS(4493), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ] = ACTIONS(4493), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), - [anon_sym_LT_EQ] = ACTIONS(4495), - [anon_sym_GT_EQ] = ACTIONS(4495), - [anon_sym_BANGin] = ACTIONS(4495), - [anon_sym_is] = ACTIONS(4493), - [anon_sym_BANGis] = ACTIONS(4495), - [anon_sym_PLUS] = ACTIONS(4493), - [anon_sym_DASH] = ACTIONS(4493), - [anon_sym_SLASH] = ACTIONS(4493), - [anon_sym_PERCENT] = ACTIONS(4493), - [anon_sym_as_QMARK] = ACTIONS(4495), - [anon_sym_PLUS_PLUS] = ACTIONS(4495), - [anon_sym_DASH_DASH] = ACTIONS(4495), - [anon_sym_BANG] = ACTIONS(4493), - [anon_sym_BANG_BANG] = ACTIONS(4495), - [anon_sym_data] = ACTIONS(4493), - [anon_sym_inner] = ACTIONS(4493), - [anon_sym_value] = ACTIONS(4493), - [anon_sym_expect] = ACTIONS(4493), - [anon_sym_actual] = ACTIONS(4493), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4495), - [anon_sym_continue_AT] = ACTIONS(4495), - [anon_sym_break_AT] = ACTIONS(4495), - [anon_sym_this_AT] = ACTIONS(4495), - [anon_sym_super_AT] = ACTIONS(4495), - [sym_real_literal] = ACTIONS(4495), - [sym_integer_literal] = ACTIONS(4493), - [sym_hex_literal] = ACTIONS(4495), - [sym_bin_literal] = ACTIONS(4495), - [anon_sym_true] = ACTIONS(4493), - [anon_sym_false] = ACTIONS(4493), - [anon_sym_SQUOTE] = ACTIONS(4495), - [sym__backtick_identifier] = ACTIONS(4495), - [sym__automatic_semicolon] = ACTIONS(4495), - [sym_safe_nav] = ACTIONS(4495), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4495), - }, - [3248] = { - [sym__alpha_identifier] = ACTIONS(5135), - [anon_sym_AT] = ACTIONS(5137), - [anon_sym_LBRACK] = ACTIONS(5137), - [anon_sym_as] = ACTIONS(5135), - [anon_sym_EQ] = ACTIONS(5135), - [anon_sym_LBRACE] = ACTIONS(5137), - [anon_sym_RBRACE] = ACTIONS(5137), - [anon_sym_LPAREN] = ACTIONS(5137), - [anon_sym_COMMA] = ACTIONS(5137), - [anon_sym_LT] = ACTIONS(5135), - [anon_sym_GT] = ACTIONS(5135), - [anon_sym_where] = ACTIONS(5135), - [anon_sym_object] = ACTIONS(5135), - [anon_sym_fun] = ACTIONS(5135), - [anon_sym_DOT] = ACTIONS(5135), - [anon_sym_SEMI] = ACTIONS(5137), - [anon_sym_get] = ACTIONS(5135), - [anon_sym_set] = ACTIONS(5135), - [anon_sym_this] = ACTIONS(5135), - [anon_sym_super] = ACTIONS(5135), - [anon_sym_STAR] = ACTIONS(5135), - [sym_label] = ACTIONS(5135), - [anon_sym_in] = ACTIONS(5135), - [anon_sym_DOT_DOT] = ACTIONS(5137), - [anon_sym_QMARK_COLON] = ACTIONS(5137), - [anon_sym_AMP_AMP] = ACTIONS(5137), - [anon_sym_PIPE_PIPE] = ACTIONS(5137), - [anon_sym_null] = ACTIONS(5135), - [anon_sym_if] = ACTIONS(5135), - [anon_sym_else] = ACTIONS(5135), - [anon_sym_when] = ACTIONS(5135), - [anon_sym_try] = ACTIONS(5135), - [anon_sym_throw] = ACTIONS(5135), - [anon_sym_return] = ACTIONS(5135), - [anon_sym_continue] = ACTIONS(5135), - [anon_sym_break] = ACTIONS(5135), - [anon_sym_COLON_COLON] = ACTIONS(5137), - [anon_sym_PLUS_EQ] = ACTIONS(5137), - [anon_sym_DASH_EQ] = ACTIONS(5137), - [anon_sym_STAR_EQ] = ACTIONS(5137), - [anon_sym_SLASH_EQ] = ACTIONS(5137), - [anon_sym_PERCENT_EQ] = ACTIONS(5137), - [anon_sym_BANG_EQ] = ACTIONS(5135), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5137), - [anon_sym_EQ_EQ] = ACTIONS(5135), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5137), - [anon_sym_LT_EQ] = ACTIONS(5137), - [anon_sym_GT_EQ] = ACTIONS(5137), - [anon_sym_BANGin] = ACTIONS(5137), - [anon_sym_is] = ACTIONS(5135), - [anon_sym_BANGis] = ACTIONS(5137), - [anon_sym_PLUS] = ACTIONS(5135), - [anon_sym_DASH] = ACTIONS(5135), - [anon_sym_SLASH] = ACTIONS(5135), - [anon_sym_PERCENT] = ACTIONS(5135), - [anon_sym_as_QMARK] = ACTIONS(5137), - [anon_sym_PLUS_PLUS] = ACTIONS(5137), - [anon_sym_DASH_DASH] = ACTIONS(5137), - [anon_sym_BANG] = ACTIONS(5135), - [anon_sym_BANG_BANG] = ACTIONS(5137), - [anon_sym_data] = ACTIONS(5135), - [anon_sym_inner] = ACTIONS(5135), - [anon_sym_value] = ACTIONS(5135), - [anon_sym_expect] = ACTIONS(5135), - [anon_sym_actual] = ACTIONS(5135), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5137), - [anon_sym_continue_AT] = ACTIONS(5137), - [anon_sym_break_AT] = ACTIONS(5137), - [anon_sym_this_AT] = ACTIONS(5137), - [anon_sym_super_AT] = ACTIONS(5137), - [sym_real_literal] = ACTIONS(5137), - [sym_integer_literal] = ACTIONS(5135), - [sym_hex_literal] = ACTIONS(5137), - [sym_bin_literal] = ACTIONS(5137), - [anon_sym_true] = ACTIONS(5135), - [anon_sym_false] = ACTIONS(5135), - [anon_sym_SQUOTE] = ACTIONS(5137), - [sym__backtick_identifier] = ACTIONS(5137), - [sym__automatic_semicolon] = ACTIONS(5137), - [sym_safe_nav] = ACTIONS(5137), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5137), - }, - [3249] = { - [sym__alpha_identifier] = ACTIONS(5117), - [anon_sym_AT] = ACTIONS(5119), - [anon_sym_LBRACK] = ACTIONS(5119), - [anon_sym_as] = ACTIONS(5117), - [anon_sym_EQ] = ACTIONS(5117), - [anon_sym_LBRACE] = ACTIONS(5119), - [anon_sym_RBRACE] = ACTIONS(5119), - [anon_sym_LPAREN] = ACTIONS(5119), - [anon_sym_COMMA] = ACTIONS(5119), - [anon_sym_LT] = ACTIONS(5117), - [anon_sym_GT] = ACTIONS(5117), - [anon_sym_where] = ACTIONS(5117), - [anon_sym_object] = ACTIONS(5117), - [anon_sym_fun] = ACTIONS(5117), - [anon_sym_DOT] = ACTIONS(5117), - [anon_sym_SEMI] = ACTIONS(5119), - [anon_sym_get] = ACTIONS(5117), - [anon_sym_set] = ACTIONS(5117), - [anon_sym_this] = ACTIONS(5117), - [anon_sym_super] = ACTIONS(5117), - [anon_sym_STAR] = ACTIONS(5117), - [sym_label] = ACTIONS(5117), - [anon_sym_in] = ACTIONS(5117), - [anon_sym_DOT_DOT] = ACTIONS(5119), - [anon_sym_QMARK_COLON] = ACTIONS(5119), - [anon_sym_AMP_AMP] = ACTIONS(5119), - [anon_sym_PIPE_PIPE] = ACTIONS(5119), - [anon_sym_null] = ACTIONS(5117), - [anon_sym_if] = ACTIONS(5117), - [anon_sym_else] = ACTIONS(5117), - [anon_sym_when] = ACTIONS(5117), - [anon_sym_try] = ACTIONS(5117), - [anon_sym_throw] = ACTIONS(5117), - [anon_sym_return] = ACTIONS(5117), - [anon_sym_continue] = ACTIONS(5117), - [anon_sym_break] = ACTIONS(5117), - [anon_sym_COLON_COLON] = ACTIONS(5119), - [anon_sym_PLUS_EQ] = ACTIONS(5119), - [anon_sym_DASH_EQ] = ACTIONS(5119), - [anon_sym_STAR_EQ] = ACTIONS(5119), - [anon_sym_SLASH_EQ] = ACTIONS(5119), - [anon_sym_PERCENT_EQ] = ACTIONS(5119), - [anon_sym_BANG_EQ] = ACTIONS(5117), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5119), - [anon_sym_EQ_EQ] = ACTIONS(5117), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5119), - [anon_sym_LT_EQ] = ACTIONS(5119), - [anon_sym_GT_EQ] = ACTIONS(5119), - [anon_sym_BANGin] = ACTIONS(5119), - [anon_sym_is] = ACTIONS(5117), - [anon_sym_BANGis] = ACTIONS(5119), - [anon_sym_PLUS] = ACTIONS(5117), - [anon_sym_DASH] = ACTIONS(5117), - [anon_sym_SLASH] = ACTIONS(5117), - [anon_sym_PERCENT] = ACTIONS(5117), - [anon_sym_as_QMARK] = ACTIONS(5119), - [anon_sym_PLUS_PLUS] = ACTIONS(5119), - [anon_sym_DASH_DASH] = ACTIONS(5119), - [anon_sym_BANG] = ACTIONS(5117), - [anon_sym_BANG_BANG] = ACTIONS(5119), - [anon_sym_data] = ACTIONS(5117), - [anon_sym_inner] = ACTIONS(5117), - [anon_sym_value] = ACTIONS(5117), - [anon_sym_expect] = ACTIONS(5117), - [anon_sym_actual] = ACTIONS(5117), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5119), - [anon_sym_continue_AT] = ACTIONS(5119), - [anon_sym_break_AT] = ACTIONS(5119), - [anon_sym_this_AT] = ACTIONS(5119), - [anon_sym_super_AT] = ACTIONS(5119), - [sym_real_literal] = ACTIONS(5119), - [sym_integer_literal] = ACTIONS(5117), - [sym_hex_literal] = ACTIONS(5119), - [sym_bin_literal] = ACTIONS(5119), - [anon_sym_true] = ACTIONS(5117), - [anon_sym_false] = ACTIONS(5117), - [anon_sym_SQUOTE] = ACTIONS(5119), - [sym__backtick_identifier] = ACTIONS(5119), - [sym__automatic_semicolon] = ACTIONS(5119), - [sym_safe_nav] = ACTIONS(5119), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5119), - }, - [3250] = { - [aux_sym_type_constraints_repeat1] = STATE(3250), - [sym__alpha_identifier] = ACTIONS(4430), - [anon_sym_AT] = ACTIONS(4432), - [anon_sym_LBRACK] = ACTIONS(4432), - [anon_sym_RBRACK] = ACTIONS(4432), - [anon_sym_as] = ACTIONS(4430), - [anon_sym_EQ] = ACTIONS(4430), - [anon_sym_LBRACE] = ACTIONS(4432), - [anon_sym_RBRACE] = ACTIONS(4432), - [anon_sym_LPAREN] = ACTIONS(4432), - [anon_sym_COMMA] = ACTIONS(6701), - [anon_sym_RPAREN] = ACTIONS(4432), - [anon_sym_by] = ACTIONS(4430), - [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_value] = 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), - }, - [3251] = { - [sym__alpha_identifier] = ACTIONS(5121), - [anon_sym_AT] = ACTIONS(5123), - [anon_sym_LBRACK] = ACTIONS(5123), - [anon_sym_as] = ACTIONS(5121), - [anon_sym_EQ] = ACTIONS(5121), - [anon_sym_LBRACE] = ACTIONS(5123), - [anon_sym_RBRACE] = ACTIONS(5123), - [anon_sym_LPAREN] = ACTIONS(5123), - [anon_sym_COMMA] = ACTIONS(5123), - [anon_sym_LT] = ACTIONS(5121), - [anon_sym_GT] = ACTIONS(5121), - [anon_sym_where] = ACTIONS(5121), - [anon_sym_object] = ACTIONS(5121), - [anon_sym_fun] = ACTIONS(5121), - [anon_sym_DOT] = ACTIONS(5121), - [anon_sym_SEMI] = ACTIONS(5123), - [anon_sym_get] = ACTIONS(5121), - [anon_sym_set] = ACTIONS(5121), - [anon_sym_this] = ACTIONS(5121), - [anon_sym_super] = ACTIONS(5121), - [anon_sym_STAR] = ACTIONS(5121), - [sym_label] = ACTIONS(5121), - [anon_sym_in] = ACTIONS(5121), - [anon_sym_DOT_DOT] = ACTIONS(5123), - [anon_sym_QMARK_COLON] = ACTIONS(5123), - [anon_sym_AMP_AMP] = ACTIONS(5123), - [anon_sym_PIPE_PIPE] = ACTIONS(5123), - [anon_sym_null] = ACTIONS(5121), - [anon_sym_if] = ACTIONS(5121), - [anon_sym_else] = ACTIONS(5121), - [anon_sym_when] = ACTIONS(5121), - [anon_sym_try] = ACTIONS(5121), - [anon_sym_throw] = ACTIONS(5121), - [anon_sym_return] = ACTIONS(5121), - [anon_sym_continue] = ACTIONS(5121), - [anon_sym_break] = ACTIONS(5121), - [anon_sym_COLON_COLON] = ACTIONS(5123), - [anon_sym_PLUS_EQ] = ACTIONS(5123), - [anon_sym_DASH_EQ] = ACTIONS(5123), - [anon_sym_STAR_EQ] = ACTIONS(5123), - [anon_sym_SLASH_EQ] = ACTIONS(5123), - [anon_sym_PERCENT_EQ] = ACTIONS(5123), - [anon_sym_BANG_EQ] = ACTIONS(5121), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5123), - [anon_sym_EQ_EQ] = ACTIONS(5121), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5123), - [anon_sym_LT_EQ] = ACTIONS(5123), - [anon_sym_GT_EQ] = ACTIONS(5123), - [anon_sym_BANGin] = ACTIONS(5123), - [anon_sym_is] = ACTIONS(5121), - [anon_sym_BANGis] = ACTIONS(5123), - [anon_sym_PLUS] = ACTIONS(5121), - [anon_sym_DASH] = ACTIONS(5121), - [anon_sym_SLASH] = ACTIONS(5121), - [anon_sym_PERCENT] = ACTIONS(5121), - [anon_sym_as_QMARK] = ACTIONS(5123), - [anon_sym_PLUS_PLUS] = ACTIONS(5123), - [anon_sym_DASH_DASH] = ACTIONS(5123), - [anon_sym_BANG] = ACTIONS(5121), - [anon_sym_BANG_BANG] = ACTIONS(5123), - [anon_sym_data] = ACTIONS(5121), - [anon_sym_inner] = ACTIONS(5121), - [anon_sym_value] = ACTIONS(5121), - [anon_sym_expect] = ACTIONS(5121), - [anon_sym_actual] = ACTIONS(5121), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5123), - [anon_sym_continue_AT] = ACTIONS(5123), - [anon_sym_break_AT] = ACTIONS(5123), - [anon_sym_this_AT] = ACTIONS(5123), - [anon_sym_super_AT] = ACTIONS(5123), - [sym_real_literal] = ACTIONS(5123), - [sym_integer_literal] = ACTIONS(5121), - [sym_hex_literal] = ACTIONS(5123), - [sym_bin_literal] = ACTIONS(5123), - [anon_sym_true] = ACTIONS(5121), - [anon_sym_false] = ACTIONS(5121), - [anon_sym_SQUOTE] = ACTIONS(5123), - [sym__backtick_identifier] = ACTIONS(5123), - [sym__automatic_semicolon] = ACTIONS(5123), - [sym_safe_nav] = ACTIONS(5123), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5123), - }, - [3252] = { - [sym__alpha_identifier] = ACTIONS(4794), - [anon_sym_AT] = ACTIONS(4796), - [anon_sym_LBRACK] = ACTIONS(4796), - [anon_sym_as] = ACTIONS(4794), - [anon_sym_EQ] = ACTIONS(4794), - [anon_sym_LBRACE] = ACTIONS(4796), - [anon_sym_RBRACE] = ACTIONS(4796), - [anon_sym_LPAREN] = ACTIONS(4796), - [anon_sym_COMMA] = ACTIONS(4796), - [anon_sym_LT] = ACTIONS(4794), - [anon_sym_GT] = ACTIONS(4794), - [anon_sym_where] = ACTIONS(4794), - [anon_sym_object] = ACTIONS(4794), - [anon_sym_fun] = ACTIONS(4794), - [anon_sym_DOT] = ACTIONS(4794), - [anon_sym_SEMI] = ACTIONS(4796), - [anon_sym_get] = ACTIONS(4794), - [anon_sym_set] = ACTIONS(4794), - [anon_sym_this] = ACTIONS(4794), - [anon_sym_super] = ACTIONS(4794), - [anon_sym_STAR] = ACTIONS(4794), - [sym_label] = ACTIONS(4794), - [anon_sym_in] = ACTIONS(4794), - [anon_sym_DOT_DOT] = ACTIONS(4796), - [anon_sym_QMARK_COLON] = ACTIONS(4796), - [anon_sym_AMP_AMP] = ACTIONS(4796), - [anon_sym_PIPE_PIPE] = ACTIONS(4796), - [anon_sym_null] = ACTIONS(4794), - [anon_sym_if] = ACTIONS(4794), - [anon_sym_else] = ACTIONS(4794), - [anon_sym_when] = ACTIONS(4794), - [anon_sym_try] = ACTIONS(4794), - [anon_sym_throw] = ACTIONS(4794), - [anon_sym_return] = ACTIONS(4794), - [anon_sym_continue] = ACTIONS(4794), - [anon_sym_break] = ACTIONS(4794), - [anon_sym_COLON_COLON] = ACTIONS(4796), - [anon_sym_PLUS_EQ] = ACTIONS(4796), - [anon_sym_DASH_EQ] = ACTIONS(4796), - [anon_sym_STAR_EQ] = ACTIONS(4796), - [anon_sym_SLASH_EQ] = ACTIONS(4796), - [anon_sym_PERCENT_EQ] = ACTIONS(4796), - [anon_sym_BANG_EQ] = ACTIONS(4794), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4796), - [anon_sym_EQ_EQ] = ACTIONS(4794), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4796), - [anon_sym_LT_EQ] = ACTIONS(4796), - [anon_sym_GT_EQ] = ACTIONS(4796), - [anon_sym_BANGin] = ACTIONS(4796), - [anon_sym_is] = ACTIONS(4794), - [anon_sym_BANGis] = ACTIONS(4796), - [anon_sym_PLUS] = ACTIONS(4794), - [anon_sym_DASH] = ACTIONS(4794), - [anon_sym_SLASH] = ACTIONS(4794), - [anon_sym_PERCENT] = ACTIONS(4794), - [anon_sym_as_QMARK] = ACTIONS(4796), - [anon_sym_PLUS_PLUS] = ACTIONS(4796), - [anon_sym_DASH_DASH] = ACTIONS(4796), - [anon_sym_BANG] = ACTIONS(4794), - [anon_sym_BANG_BANG] = ACTIONS(4796), - [anon_sym_data] = ACTIONS(4794), - [anon_sym_inner] = ACTIONS(4794), - [anon_sym_value] = ACTIONS(4794), - [anon_sym_expect] = ACTIONS(4794), - [anon_sym_actual] = ACTIONS(4794), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4796), - [anon_sym_continue_AT] = ACTIONS(4796), - [anon_sym_break_AT] = ACTIONS(4796), - [anon_sym_this_AT] = ACTIONS(4796), - [anon_sym_super_AT] = ACTIONS(4796), - [sym_real_literal] = ACTIONS(4796), - [sym_integer_literal] = ACTIONS(4794), - [sym_hex_literal] = ACTIONS(4796), - [sym_bin_literal] = ACTIONS(4796), - [anon_sym_true] = ACTIONS(4794), - [anon_sym_false] = ACTIONS(4794), - [anon_sym_SQUOTE] = ACTIONS(4796), - [sym__backtick_identifier] = ACTIONS(4796), - [sym__automatic_semicolon] = ACTIONS(4796), - [sym_safe_nav] = ACTIONS(4796), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4796), - }, - [3253] = { - [sym_class_body] = STATE(3513), - [sym_type_constraints] = STATE(3324), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_RBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_RPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [anon_sym_DASH_GT] = ACTIONS(4218), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_while] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - }, - [3254] = { - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(4323), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(4321), - [anon_sym_object] = ACTIONS(4321), - [anon_sym_fun] = ACTIONS(4321), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_this] = ACTIONS(4321), - [anon_sym_super] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [sym_label] = ACTIONS(4321), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_null] = ACTIONS(4321), - [anon_sym_if] = ACTIONS(4321), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_when] = ACTIONS(4321), - [anon_sym_try] = ACTIONS(4321), - [anon_sym_throw] = ACTIONS(4321), - [anon_sym_return] = ACTIONS(4321), - [anon_sym_continue] = ACTIONS(4321), - [anon_sym_break] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG] = ACTIONS(4321), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4323), - [anon_sym_continue_AT] = ACTIONS(4323), - [anon_sym_break_AT] = ACTIONS(4323), - [anon_sym_this_AT] = ACTIONS(4323), - [anon_sym_super_AT] = ACTIONS(4323), - [sym_real_literal] = ACTIONS(4323), - [sym_integer_literal] = ACTIONS(4321), - [sym_hex_literal] = ACTIONS(4323), - [sym_bin_literal] = ACTIONS(4323), - [anon_sym_true] = ACTIONS(4321), - [anon_sym_false] = ACTIONS(4321), - [anon_sym_SQUOTE] = ACTIONS(4323), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4323), - }, - [3255] = { - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(4465), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(4463), - [anon_sym_object] = ACTIONS(4463), - [anon_sym_fun] = ACTIONS(4463), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_this] = ACTIONS(4463), - [anon_sym_super] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [sym_label] = ACTIONS(4463), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_null] = ACTIONS(4463), - [anon_sym_if] = ACTIONS(4463), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_when] = ACTIONS(4463), - [anon_sym_try] = ACTIONS(4463), - [anon_sym_throw] = ACTIONS(4463), - [anon_sym_return] = ACTIONS(4463), - [anon_sym_continue] = ACTIONS(4463), - [anon_sym_break] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG] = ACTIONS(4463), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4465), - [anon_sym_continue_AT] = ACTIONS(4465), - [anon_sym_break_AT] = ACTIONS(4465), - [anon_sym_this_AT] = ACTIONS(4465), - [anon_sym_super_AT] = ACTIONS(4465), - [sym_real_literal] = ACTIONS(4465), - [sym_integer_literal] = ACTIONS(4463), - [sym_hex_literal] = ACTIONS(4465), - [sym_bin_literal] = ACTIONS(4465), - [anon_sym_true] = ACTIONS(4463), - [anon_sym_false] = ACTIONS(4463), - [anon_sym_SQUOTE] = ACTIONS(4465), - [sym__backtick_identifier] = ACTIONS(4465), - [sym__automatic_semicolon] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4465), - }, - [3256] = { - [sym__alpha_identifier] = ACTIONS(5175), - [anon_sym_AT] = ACTIONS(5177), - [anon_sym_LBRACK] = ACTIONS(5177), - [anon_sym_as] = ACTIONS(5175), - [anon_sym_EQ] = ACTIONS(5175), - [anon_sym_LBRACE] = ACTIONS(5177), - [anon_sym_RBRACE] = ACTIONS(5177), - [anon_sym_LPAREN] = ACTIONS(5177), - [anon_sym_COMMA] = ACTIONS(5177), - [anon_sym_LT] = ACTIONS(5175), - [anon_sym_GT] = ACTIONS(5175), - [anon_sym_where] = ACTIONS(5175), - [anon_sym_object] = ACTIONS(5175), - [anon_sym_fun] = ACTIONS(5175), - [anon_sym_DOT] = ACTIONS(5175), - [anon_sym_SEMI] = ACTIONS(5177), - [anon_sym_get] = ACTIONS(5175), - [anon_sym_set] = ACTIONS(5175), - [anon_sym_this] = ACTIONS(5175), - [anon_sym_super] = ACTIONS(5175), - [anon_sym_STAR] = ACTIONS(5175), - [sym_label] = ACTIONS(5175), - [anon_sym_in] = ACTIONS(5175), - [anon_sym_DOT_DOT] = ACTIONS(5177), - [anon_sym_QMARK_COLON] = ACTIONS(5177), - [anon_sym_AMP_AMP] = ACTIONS(5177), - [anon_sym_PIPE_PIPE] = ACTIONS(5177), - [anon_sym_null] = ACTIONS(5175), - [anon_sym_if] = ACTIONS(5175), - [anon_sym_else] = ACTIONS(5175), - [anon_sym_when] = ACTIONS(5175), - [anon_sym_try] = ACTIONS(5175), - [anon_sym_throw] = ACTIONS(5175), - [anon_sym_return] = ACTIONS(5175), - [anon_sym_continue] = ACTIONS(5175), - [anon_sym_break] = ACTIONS(5175), - [anon_sym_COLON_COLON] = ACTIONS(5177), - [anon_sym_PLUS_EQ] = ACTIONS(5177), - [anon_sym_DASH_EQ] = ACTIONS(5177), - [anon_sym_STAR_EQ] = ACTIONS(5177), - [anon_sym_SLASH_EQ] = ACTIONS(5177), - [anon_sym_PERCENT_EQ] = ACTIONS(5177), - [anon_sym_BANG_EQ] = ACTIONS(5175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5177), - [anon_sym_EQ_EQ] = ACTIONS(5175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5177), - [anon_sym_LT_EQ] = ACTIONS(5177), - [anon_sym_GT_EQ] = ACTIONS(5177), - [anon_sym_BANGin] = ACTIONS(5177), - [anon_sym_is] = ACTIONS(5175), - [anon_sym_BANGis] = ACTIONS(5177), - [anon_sym_PLUS] = ACTIONS(5175), - [anon_sym_DASH] = ACTIONS(5175), - [anon_sym_SLASH] = ACTIONS(5175), - [anon_sym_PERCENT] = ACTIONS(5175), - [anon_sym_as_QMARK] = ACTIONS(5177), - [anon_sym_PLUS_PLUS] = ACTIONS(5177), - [anon_sym_DASH_DASH] = ACTIONS(5177), - [anon_sym_BANG] = ACTIONS(5175), - [anon_sym_BANG_BANG] = ACTIONS(5177), - [anon_sym_data] = ACTIONS(5175), - [anon_sym_inner] = ACTIONS(5175), - [anon_sym_value] = ACTIONS(5175), - [anon_sym_expect] = ACTIONS(5175), - [anon_sym_actual] = ACTIONS(5175), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5177), - [anon_sym_continue_AT] = ACTIONS(5177), - [anon_sym_break_AT] = ACTIONS(5177), - [anon_sym_this_AT] = ACTIONS(5177), - [anon_sym_super_AT] = ACTIONS(5177), - [sym_real_literal] = ACTIONS(5177), - [sym_integer_literal] = ACTIONS(5175), - [sym_hex_literal] = ACTIONS(5177), - [sym_bin_literal] = ACTIONS(5177), - [anon_sym_true] = ACTIONS(5175), - [anon_sym_false] = ACTIONS(5175), - [anon_sym_SQUOTE] = ACTIONS(5177), - [sym__backtick_identifier] = ACTIONS(5177), - [sym__automatic_semicolon] = ACTIONS(5177), - [sym_safe_nav] = ACTIONS(5177), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5177), - }, - [3257] = { - [sym_function_body] = STATE(3266), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_object] = ACTIONS(4443), - [anon_sym_fun] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_this] = ACTIONS(4443), - [anon_sym_super] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4443), - [sym_label] = ACTIONS(4443), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_null] = ACTIONS(4443), - [anon_sym_if] = ACTIONS(4443), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_when] = ACTIONS(4443), - [anon_sym_try] = ACTIONS(4443), - [anon_sym_throw] = ACTIONS(4443), - [anon_sym_return] = ACTIONS(4443), - [anon_sym_continue] = ACTIONS(4443), - [anon_sym_break] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_PLUS_EQ] = ACTIONS(4445), - [anon_sym_DASH_EQ] = ACTIONS(4445), - [anon_sym_STAR_EQ] = ACTIONS(4445), - [anon_sym_SLASH_EQ] = ACTIONS(4445), - [anon_sym_PERCENT_EQ] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4443), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(4443), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4445), - [anon_sym_continue_AT] = ACTIONS(4445), - [anon_sym_break_AT] = ACTIONS(4445), - [anon_sym_this_AT] = ACTIONS(4445), - [anon_sym_super_AT] = ACTIONS(4445), - [sym_real_literal] = ACTIONS(4445), - [sym_integer_literal] = ACTIONS(4443), - [sym_hex_literal] = ACTIONS(4445), - [sym_bin_literal] = ACTIONS(4445), - [anon_sym_true] = ACTIONS(4443), - [anon_sym_false] = ACTIONS(4443), - [anon_sym_SQUOTE] = ACTIONS(4445), - [sym__backtick_identifier] = ACTIONS(4445), - [sym__automatic_semicolon] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4445), - }, - [3258] = { - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(4443), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_COMMA] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_where] = ACTIONS(4443), - [anon_sym_object] = ACTIONS(4443), - [anon_sym_fun] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_this] = ACTIONS(4443), - [anon_sym_super] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4443), - [sym_label] = ACTIONS(4443), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_null] = ACTIONS(4443), - [anon_sym_if] = ACTIONS(4443), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_when] = ACTIONS(4443), - [anon_sym_try] = ACTIONS(4443), - [anon_sym_throw] = ACTIONS(4443), - [anon_sym_return] = ACTIONS(4443), - [anon_sym_continue] = ACTIONS(4443), - [anon_sym_break] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_PLUS_EQ] = ACTIONS(4445), - [anon_sym_DASH_EQ] = ACTIONS(4445), - [anon_sym_STAR_EQ] = ACTIONS(4445), - [anon_sym_SLASH_EQ] = ACTIONS(4445), - [anon_sym_PERCENT_EQ] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4443), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(4443), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4445), - [anon_sym_continue_AT] = ACTIONS(4445), - [anon_sym_break_AT] = ACTIONS(4445), - [anon_sym_this_AT] = ACTIONS(4445), - [anon_sym_super_AT] = ACTIONS(4445), - [sym_real_literal] = ACTIONS(4445), - [sym_integer_literal] = ACTIONS(4443), - [sym_hex_literal] = ACTIONS(4445), - [sym_bin_literal] = ACTIONS(4445), - [anon_sym_true] = ACTIONS(4443), - [anon_sym_false] = ACTIONS(4443), - [anon_sym_SQUOTE] = ACTIONS(4445), - [sym__backtick_identifier] = ACTIONS(4445), - [sym__automatic_semicolon] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4445), - }, - [3259] = { - [sym__alpha_identifier] = ACTIONS(5125), - [anon_sym_AT] = ACTIONS(5127), - [anon_sym_LBRACK] = ACTIONS(5127), - [anon_sym_as] = ACTIONS(5125), - [anon_sym_EQ] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(5127), - [anon_sym_LPAREN] = ACTIONS(5127), - [anon_sym_COMMA] = ACTIONS(5127), - [anon_sym_LT] = ACTIONS(5125), - [anon_sym_GT] = ACTIONS(5125), - [anon_sym_where] = ACTIONS(5125), - [anon_sym_object] = ACTIONS(5125), - [anon_sym_fun] = ACTIONS(5125), - [anon_sym_DOT] = ACTIONS(5125), - [anon_sym_SEMI] = ACTIONS(5127), - [anon_sym_get] = ACTIONS(5125), - [anon_sym_set] = ACTIONS(5125), - [anon_sym_this] = ACTIONS(5125), - [anon_sym_super] = ACTIONS(5125), - [anon_sym_STAR] = ACTIONS(5125), - [sym_label] = ACTIONS(5125), - [anon_sym_in] = ACTIONS(5125), - [anon_sym_DOT_DOT] = ACTIONS(5127), - [anon_sym_QMARK_COLON] = ACTIONS(5127), - [anon_sym_AMP_AMP] = ACTIONS(5127), - [anon_sym_PIPE_PIPE] = ACTIONS(5127), - [anon_sym_null] = ACTIONS(5125), - [anon_sym_if] = ACTIONS(5125), - [anon_sym_else] = ACTIONS(5125), - [anon_sym_when] = ACTIONS(5125), - [anon_sym_try] = ACTIONS(5125), - [anon_sym_throw] = ACTIONS(5125), - [anon_sym_return] = ACTIONS(5125), - [anon_sym_continue] = ACTIONS(5125), - [anon_sym_break] = ACTIONS(5125), - [anon_sym_COLON_COLON] = ACTIONS(5127), - [anon_sym_PLUS_EQ] = ACTIONS(5127), - [anon_sym_DASH_EQ] = ACTIONS(5127), - [anon_sym_STAR_EQ] = ACTIONS(5127), - [anon_sym_SLASH_EQ] = ACTIONS(5127), - [anon_sym_PERCENT_EQ] = ACTIONS(5127), - [anon_sym_BANG_EQ] = ACTIONS(5125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5127), - [anon_sym_EQ_EQ] = ACTIONS(5125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5127), - [anon_sym_LT_EQ] = ACTIONS(5127), - [anon_sym_GT_EQ] = ACTIONS(5127), - [anon_sym_BANGin] = ACTIONS(5127), - [anon_sym_is] = ACTIONS(5125), - [anon_sym_BANGis] = ACTIONS(5127), - [anon_sym_PLUS] = ACTIONS(5125), - [anon_sym_DASH] = ACTIONS(5125), - [anon_sym_SLASH] = ACTIONS(5125), - [anon_sym_PERCENT] = ACTIONS(5125), - [anon_sym_as_QMARK] = ACTIONS(5127), - [anon_sym_PLUS_PLUS] = ACTIONS(5127), - [anon_sym_DASH_DASH] = ACTIONS(5127), - [anon_sym_BANG] = ACTIONS(5125), - [anon_sym_BANG_BANG] = ACTIONS(5127), - [anon_sym_data] = ACTIONS(5125), - [anon_sym_inner] = ACTIONS(5125), - [anon_sym_value] = ACTIONS(5125), - [anon_sym_expect] = ACTIONS(5125), - [anon_sym_actual] = ACTIONS(5125), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5127), - [anon_sym_continue_AT] = ACTIONS(5127), - [anon_sym_break_AT] = ACTIONS(5127), - [anon_sym_this_AT] = ACTIONS(5127), - [anon_sym_super_AT] = ACTIONS(5127), - [sym_real_literal] = ACTIONS(5127), - [sym_integer_literal] = ACTIONS(5125), - [sym_hex_literal] = ACTIONS(5127), - [sym_bin_literal] = ACTIONS(5127), - [anon_sym_true] = ACTIONS(5125), - [anon_sym_false] = ACTIONS(5125), - [anon_sym_SQUOTE] = ACTIONS(5127), - [sym__backtick_identifier] = ACTIONS(5127), - [sym__automatic_semicolon] = ACTIONS(5127), - [sym_safe_nav] = ACTIONS(5127), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5127), - }, - [3260] = { - [sym__alpha_identifier] = ACTIONS(5139), - [anon_sym_AT] = ACTIONS(5141), - [anon_sym_LBRACK] = ACTIONS(5141), - [anon_sym_as] = ACTIONS(5139), - [anon_sym_EQ] = ACTIONS(5139), - [anon_sym_LBRACE] = ACTIONS(5141), - [anon_sym_RBRACE] = ACTIONS(5141), - [anon_sym_LPAREN] = ACTIONS(5141), - [anon_sym_COMMA] = ACTIONS(5141), - [anon_sym_LT] = ACTIONS(5139), - [anon_sym_GT] = ACTIONS(5139), - [anon_sym_where] = ACTIONS(5139), - [anon_sym_object] = ACTIONS(5139), - [anon_sym_fun] = ACTIONS(5139), - [anon_sym_DOT] = ACTIONS(5139), - [anon_sym_SEMI] = ACTIONS(5141), - [anon_sym_get] = ACTIONS(5139), - [anon_sym_set] = ACTIONS(5139), - [anon_sym_this] = ACTIONS(5139), - [anon_sym_super] = ACTIONS(5139), - [anon_sym_STAR] = ACTIONS(5139), - [sym_label] = ACTIONS(5139), - [anon_sym_in] = ACTIONS(5139), - [anon_sym_DOT_DOT] = ACTIONS(5141), - [anon_sym_QMARK_COLON] = ACTIONS(5141), - [anon_sym_AMP_AMP] = ACTIONS(5141), - [anon_sym_PIPE_PIPE] = ACTIONS(5141), - [anon_sym_null] = ACTIONS(5139), - [anon_sym_if] = ACTIONS(5139), - [anon_sym_else] = ACTIONS(5139), - [anon_sym_when] = ACTIONS(5139), - [anon_sym_try] = ACTIONS(5139), - [anon_sym_throw] = ACTIONS(5139), - [anon_sym_return] = ACTIONS(5139), - [anon_sym_continue] = ACTIONS(5139), - [anon_sym_break] = ACTIONS(5139), - [anon_sym_COLON_COLON] = ACTIONS(5141), - [anon_sym_PLUS_EQ] = ACTIONS(5141), - [anon_sym_DASH_EQ] = ACTIONS(5141), - [anon_sym_STAR_EQ] = ACTIONS(5141), - [anon_sym_SLASH_EQ] = ACTIONS(5141), - [anon_sym_PERCENT_EQ] = ACTIONS(5141), - [anon_sym_BANG_EQ] = ACTIONS(5139), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5141), - [anon_sym_EQ_EQ] = ACTIONS(5139), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5141), - [anon_sym_LT_EQ] = ACTIONS(5141), - [anon_sym_GT_EQ] = ACTIONS(5141), - [anon_sym_BANGin] = ACTIONS(5141), - [anon_sym_is] = ACTIONS(5139), - [anon_sym_BANGis] = ACTIONS(5141), - [anon_sym_PLUS] = ACTIONS(5139), - [anon_sym_DASH] = ACTIONS(5139), - [anon_sym_SLASH] = ACTIONS(5139), - [anon_sym_PERCENT] = ACTIONS(5139), - [anon_sym_as_QMARK] = ACTIONS(5141), - [anon_sym_PLUS_PLUS] = ACTIONS(5141), - [anon_sym_DASH_DASH] = ACTIONS(5141), - [anon_sym_BANG] = ACTIONS(5139), - [anon_sym_BANG_BANG] = ACTIONS(5141), - [anon_sym_data] = ACTIONS(5139), - [anon_sym_inner] = ACTIONS(5139), - [anon_sym_value] = ACTIONS(5139), - [anon_sym_expect] = ACTIONS(5139), - [anon_sym_actual] = ACTIONS(5139), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5141), - [anon_sym_continue_AT] = ACTIONS(5141), - [anon_sym_break_AT] = ACTIONS(5141), - [anon_sym_this_AT] = ACTIONS(5141), - [anon_sym_super_AT] = ACTIONS(5141), - [sym_real_literal] = ACTIONS(5141), - [sym_integer_literal] = ACTIONS(5139), - [sym_hex_literal] = ACTIONS(5141), - [sym_bin_literal] = ACTIONS(5141), - [anon_sym_true] = ACTIONS(5139), - [anon_sym_false] = ACTIONS(5139), - [anon_sym_SQUOTE] = ACTIONS(5141), - [sym__backtick_identifier] = ACTIONS(5141), - [sym__automatic_semicolon] = ACTIONS(5141), - [sym_safe_nav] = ACTIONS(5141), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5141), - }, - [3261] = { - [aux_sym_user_type_repeat1] = STATE(2928), - [sym__alpha_identifier] = ACTIONS(4193), - [anon_sym_AT] = ACTIONS(4195), - [anon_sym_LBRACK] = ACTIONS(4195), - [anon_sym_EQ] = ACTIONS(4195), - [anon_sym_LBRACE] = ACTIONS(4195), - [anon_sym_RBRACE] = ACTIONS(4195), - [anon_sym_LPAREN] = ACTIONS(4195), - [anon_sym_COMMA] = ACTIONS(4195), - [anon_sym_by] = ACTIONS(4193), - [anon_sym_where] = ACTIONS(4193), - [anon_sym_object] = ACTIONS(4193), - [anon_sym_fun] = ACTIONS(4193), - [anon_sym_DOT] = ACTIONS(6554), - [anon_sym_SEMI] = ACTIONS(4195), - [anon_sym_get] = ACTIONS(4193), - [anon_sym_set] = ACTIONS(4193), - [anon_sym_this] = ACTIONS(4193), - [anon_sym_super] = ACTIONS(4193), - [anon_sym_STAR] = ACTIONS(4195), - [sym_label] = ACTIONS(4193), - [anon_sym_in] = ACTIONS(4193), - [anon_sym_null] = ACTIONS(4193), - [anon_sym_if] = ACTIONS(4193), - [anon_sym_else] = ACTIONS(4193), - [anon_sym_when] = ACTIONS(4193), - [anon_sym_try] = ACTIONS(4193), - [anon_sym_throw] = ACTIONS(4193), - [anon_sym_return] = ACTIONS(4193), - [anon_sym_continue] = ACTIONS(4193), - [anon_sym_break] = ACTIONS(4193), - [anon_sym_COLON_COLON] = ACTIONS(4195), - [anon_sym_BANGin] = ACTIONS(4195), - [anon_sym_is] = ACTIONS(4193), - [anon_sym_BANGis] = ACTIONS(4195), - [anon_sym_PLUS] = ACTIONS(4193), - [anon_sym_DASH] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4195), - [anon_sym_DASH_DASH] = ACTIONS(4195), - [anon_sym_BANG] = ACTIONS(4193), - [anon_sym_suspend] = ACTIONS(4193), - [anon_sym_sealed] = ACTIONS(4193), - [anon_sym_annotation] = ACTIONS(4193), - [anon_sym_data] = ACTIONS(4193), - [anon_sym_inner] = ACTIONS(4193), - [anon_sym_value] = ACTIONS(4193), - [anon_sym_override] = ACTIONS(4193), - [anon_sym_lateinit] = ACTIONS(4193), - [anon_sym_public] = ACTIONS(4193), - [anon_sym_private] = ACTIONS(4193), - [anon_sym_internal] = ACTIONS(4193), - [anon_sym_protected] = ACTIONS(4193), - [anon_sym_tailrec] = ACTIONS(4193), - [anon_sym_operator] = ACTIONS(4193), - [anon_sym_infix] = ACTIONS(4193), - [anon_sym_inline] = ACTIONS(4193), - [anon_sym_external] = ACTIONS(4193), - [sym_property_modifier] = ACTIONS(4193), - [anon_sym_abstract] = ACTIONS(4193), - [anon_sym_final] = ACTIONS(4193), - [anon_sym_open] = ACTIONS(4193), - [anon_sym_vararg] = ACTIONS(4193), - [anon_sym_noinline] = ACTIONS(4193), - [anon_sym_crossinline] = ACTIONS(4193), - [anon_sym_expect] = ACTIONS(4193), - [anon_sym_actual] = ACTIONS(4193), + [3152] = { + [sym__alpha_identifier] = ACTIONS(4902), + [anon_sym_AT] = ACTIONS(4904), + [anon_sym_LBRACK] = ACTIONS(4904), + [anon_sym_as] = ACTIONS(4902), + [anon_sym_EQ] = ACTIONS(4902), + [anon_sym_LBRACE] = ACTIONS(4904), + [anon_sym_RBRACE] = ACTIONS(4904), + [anon_sym_LPAREN] = ACTIONS(4904), + [anon_sym_COMMA] = ACTIONS(4904), + [anon_sym_LT] = ACTIONS(4902), + [anon_sym_GT] = ACTIONS(4902), + [anon_sym_where] = ACTIONS(4902), + [anon_sym_object] = ACTIONS(4902), + [anon_sym_fun] = ACTIONS(4902), + [anon_sym_DOT] = ACTIONS(4902), + [anon_sym_SEMI] = ACTIONS(4904), + [anon_sym_get] = ACTIONS(4902), + [anon_sym_set] = ACTIONS(4902), + [anon_sym_this] = ACTIONS(4902), + [anon_sym_super] = ACTIONS(4902), + [anon_sym_STAR] = ACTIONS(4902), + [sym_label] = ACTIONS(4902), + [anon_sym_in] = ACTIONS(4902), + [anon_sym_DOT_DOT] = ACTIONS(4904), + [anon_sym_QMARK_COLON] = ACTIONS(4904), + [anon_sym_AMP_AMP] = ACTIONS(4904), + [anon_sym_PIPE_PIPE] = ACTIONS(4904), + [anon_sym_null] = ACTIONS(4902), + [anon_sym_if] = ACTIONS(4902), + [anon_sym_else] = ACTIONS(4902), + [anon_sym_when] = ACTIONS(4902), + [anon_sym_try] = ACTIONS(4902), + [anon_sym_throw] = ACTIONS(4902), + [anon_sym_return] = ACTIONS(4902), + [anon_sym_continue] = ACTIONS(4902), + [anon_sym_break] = ACTIONS(4902), + [anon_sym_COLON_COLON] = ACTIONS(4904), + [anon_sym_PLUS_EQ] = ACTIONS(4904), + [anon_sym_DASH_EQ] = ACTIONS(4904), + [anon_sym_STAR_EQ] = ACTIONS(4904), + [anon_sym_SLASH_EQ] = ACTIONS(4904), + [anon_sym_PERCENT_EQ] = ACTIONS(4904), + [anon_sym_BANG_EQ] = ACTIONS(4902), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4904), + [anon_sym_EQ_EQ] = ACTIONS(4902), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4904), + [anon_sym_LT_EQ] = ACTIONS(4904), + [anon_sym_GT_EQ] = ACTIONS(4904), + [anon_sym_BANGin] = ACTIONS(4904), + [anon_sym_is] = ACTIONS(4902), + [anon_sym_BANGis] = ACTIONS(4904), + [anon_sym_PLUS] = ACTIONS(4902), + [anon_sym_DASH] = ACTIONS(4902), + [anon_sym_SLASH] = ACTIONS(4902), + [anon_sym_PERCENT] = ACTIONS(4902), + [anon_sym_as_QMARK] = ACTIONS(4904), + [anon_sym_PLUS_PLUS] = ACTIONS(4904), + [anon_sym_DASH_DASH] = ACTIONS(4904), + [anon_sym_BANG] = ACTIONS(4902), + [anon_sym_BANG_BANG] = ACTIONS(4904), + [anon_sym_data] = ACTIONS(4902), + [anon_sym_inner] = ACTIONS(4902), + [anon_sym_value] = ACTIONS(4902), + [anon_sym_expect] = ACTIONS(4902), + [anon_sym_actual] = ACTIONS(4902), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4195), - [anon_sym_continue_AT] = ACTIONS(4195), - [anon_sym_break_AT] = ACTIONS(4195), - [anon_sym_this_AT] = ACTIONS(4195), - [anon_sym_super_AT] = ACTIONS(4195), - [sym_real_literal] = ACTIONS(4195), - [sym_integer_literal] = ACTIONS(4193), - [sym_hex_literal] = ACTIONS(4195), - [sym_bin_literal] = ACTIONS(4195), - [anon_sym_true] = ACTIONS(4193), - [anon_sym_false] = ACTIONS(4193), - [anon_sym_SQUOTE] = ACTIONS(4195), - [sym__backtick_identifier] = ACTIONS(4195), - [sym__automatic_semicolon] = ACTIONS(4195), + [anon_sym_return_AT] = ACTIONS(4904), + [anon_sym_continue_AT] = ACTIONS(4904), + [anon_sym_break_AT] = ACTIONS(4904), + [anon_sym_this_AT] = ACTIONS(4904), + [anon_sym_super_AT] = ACTIONS(4904), + [sym_real_literal] = ACTIONS(4904), + [sym_integer_literal] = ACTIONS(4902), + [sym_hex_literal] = ACTIONS(4904), + [sym_bin_literal] = ACTIONS(4904), + [anon_sym_true] = ACTIONS(4902), + [anon_sym_false] = ACTIONS(4902), + [anon_sym_SQUOTE] = ACTIONS(4904), + [sym__backtick_identifier] = ACTIONS(4904), + [sym__automatic_semicolon] = ACTIONS(4904), + [sym_safe_nav] = ACTIONS(4904), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4195), - }, - [3262] = { - [sym__alpha_identifier] = ACTIONS(4884), - [anon_sym_AT] = ACTIONS(4886), - [anon_sym_LBRACK] = ACTIONS(4886), - [anon_sym_as] = ACTIONS(4884), - [anon_sym_EQ] = ACTIONS(4884), - [anon_sym_LBRACE] = ACTIONS(4886), - [anon_sym_RBRACE] = ACTIONS(4886), - [anon_sym_LPAREN] = ACTIONS(4886), - [anon_sym_COMMA] = ACTIONS(4886), - [anon_sym_LT] = ACTIONS(4884), - [anon_sym_GT] = ACTIONS(4884), - [anon_sym_where] = ACTIONS(4884), - [anon_sym_object] = ACTIONS(4884), - [anon_sym_fun] = ACTIONS(4884), - [anon_sym_DOT] = ACTIONS(4884), - [anon_sym_SEMI] = ACTIONS(4886), - [anon_sym_get] = ACTIONS(4884), - [anon_sym_set] = ACTIONS(4884), - [anon_sym_this] = ACTIONS(4884), - [anon_sym_super] = ACTIONS(4884), - [anon_sym_STAR] = ACTIONS(4884), - [sym_label] = ACTIONS(4884), - [anon_sym_in] = ACTIONS(4884), - [anon_sym_DOT_DOT] = ACTIONS(4886), - [anon_sym_QMARK_COLON] = ACTIONS(4886), - [anon_sym_AMP_AMP] = ACTIONS(4886), - [anon_sym_PIPE_PIPE] = ACTIONS(4886), - [anon_sym_null] = ACTIONS(4884), - [anon_sym_if] = ACTIONS(4884), - [anon_sym_else] = ACTIONS(4884), - [anon_sym_when] = ACTIONS(4884), - [anon_sym_try] = ACTIONS(4884), - [anon_sym_throw] = ACTIONS(4884), - [anon_sym_return] = ACTIONS(4884), - [anon_sym_continue] = ACTIONS(4884), - [anon_sym_break] = ACTIONS(4884), - [anon_sym_COLON_COLON] = ACTIONS(4886), - [anon_sym_PLUS_EQ] = ACTIONS(4886), - [anon_sym_DASH_EQ] = ACTIONS(4886), - [anon_sym_STAR_EQ] = ACTIONS(4886), - [anon_sym_SLASH_EQ] = ACTIONS(4886), - [anon_sym_PERCENT_EQ] = ACTIONS(4886), - [anon_sym_BANG_EQ] = ACTIONS(4884), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4886), - [anon_sym_EQ_EQ] = ACTIONS(4884), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4886), - [anon_sym_LT_EQ] = ACTIONS(4886), - [anon_sym_GT_EQ] = ACTIONS(4886), - [anon_sym_BANGin] = ACTIONS(4886), - [anon_sym_is] = ACTIONS(4884), - [anon_sym_BANGis] = ACTIONS(4886), - [anon_sym_PLUS] = ACTIONS(4884), - [anon_sym_DASH] = ACTIONS(4884), - [anon_sym_SLASH] = ACTIONS(4884), - [anon_sym_PERCENT] = ACTIONS(4884), - [anon_sym_as_QMARK] = ACTIONS(4886), - [anon_sym_PLUS_PLUS] = ACTIONS(4886), - [anon_sym_DASH_DASH] = ACTIONS(4886), - [anon_sym_BANG] = ACTIONS(4884), - [anon_sym_BANG_BANG] = ACTIONS(4886), - [anon_sym_data] = ACTIONS(4884), - [anon_sym_inner] = ACTIONS(4884), - [anon_sym_value] = ACTIONS(4884), - [anon_sym_expect] = ACTIONS(4884), - [anon_sym_actual] = ACTIONS(4884), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4886), - [anon_sym_continue_AT] = ACTIONS(4886), - [anon_sym_break_AT] = ACTIONS(4886), - [anon_sym_this_AT] = ACTIONS(4886), - [anon_sym_super_AT] = ACTIONS(4886), - [sym_real_literal] = ACTIONS(4886), - [sym_integer_literal] = ACTIONS(4884), - [sym_hex_literal] = ACTIONS(4886), - [sym_bin_literal] = ACTIONS(4886), - [anon_sym_true] = ACTIONS(4884), - [anon_sym_false] = ACTIONS(4884), - [anon_sym_SQUOTE] = ACTIONS(4886), - [sym__backtick_identifier] = ACTIONS(4886), - [sym__automatic_semicolon] = ACTIONS(4886), - [sym_safe_nav] = ACTIONS(4886), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4886), + [sym__string_start] = ACTIONS(4904), }, - [3263] = { - [sym__alpha_identifier] = ACTIONS(4922), - [anon_sym_AT] = ACTIONS(4924), - [anon_sym_LBRACK] = ACTIONS(4924), - [anon_sym_as] = ACTIONS(4922), - [anon_sym_EQ] = ACTIONS(4922), - [anon_sym_LBRACE] = ACTIONS(4924), - [anon_sym_RBRACE] = ACTIONS(4924), - [anon_sym_LPAREN] = ACTIONS(4924), - [anon_sym_COMMA] = ACTIONS(4924), - [anon_sym_LT] = ACTIONS(4922), - [anon_sym_GT] = ACTIONS(4922), - [anon_sym_where] = ACTIONS(4922), - [anon_sym_object] = ACTIONS(4922), - [anon_sym_fun] = ACTIONS(4922), - [anon_sym_DOT] = ACTIONS(4922), - [anon_sym_SEMI] = ACTIONS(4924), - [anon_sym_get] = ACTIONS(4922), - [anon_sym_set] = ACTIONS(4922), - [anon_sym_this] = ACTIONS(4922), - [anon_sym_super] = ACTIONS(4922), - [anon_sym_STAR] = ACTIONS(4922), - [sym_label] = ACTIONS(4922), - [anon_sym_in] = ACTIONS(4922), - [anon_sym_DOT_DOT] = ACTIONS(4924), - [anon_sym_QMARK_COLON] = ACTIONS(4924), - [anon_sym_AMP_AMP] = ACTIONS(4924), - [anon_sym_PIPE_PIPE] = ACTIONS(4924), - [anon_sym_null] = ACTIONS(4922), - [anon_sym_if] = ACTIONS(4922), - [anon_sym_else] = ACTIONS(4922), - [anon_sym_when] = ACTIONS(4922), - [anon_sym_try] = ACTIONS(4922), - [anon_sym_throw] = ACTIONS(4922), - [anon_sym_return] = ACTIONS(4922), - [anon_sym_continue] = ACTIONS(4922), - [anon_sym_break] = ACTIONS(4922), - [anon_sym_COLON_COLON] = ACTIONS(4924), - [anon_sym_PLUS_EQ] = ACTIONS(4924), - [anon_sym_DASH_EQ] = ACTIONS(4924), - [anon_sym_STAR_EQ] = ACTIONS(4924), - [anon_sym_SLASH_EQ] = ACTIONS(4924), - [anon_sym_PERCENT_EQ] = ACTIONS(4924), - [anon_sym_BANG_EQ] = ACTIONS(4922), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4924), - [anon_sym_EQ_EQ] = ACTIONS(4922), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4924), - [anon_sym_LT_EQ] = ACTIONS(4924), - [anon_sym_GT_EQ] = ACTIONS(4924), - [anon_sym_BANGin] = ACTIONS(4924), - [anon_sym_is] = ACTIONS(4922), - [anon_sym_BANGis] = ACTIONS(4924), - [anon_sym_PLUS] = ACTIONS(4922), - [anon_sym_DASH] = ACTIONS(4922), - [anon_sym_SLASH] = ACTIONS(4922), - [anon_sym_PERCENT] = ACTIONS(4922), - [anon_sym_as_QMARK] = ACTIONS(4924), - [anon_sym_PLUS_PLUS] = ACTIONS(4924), - [anon_sym_DASH_DASH] = ACTIONS(4924), - [anon_sym_BANG] = ACTIONS(4922), - [anon_sym_BANG_BANG] = ACTIONS(4924), - [anon_sym_data] = ACTIONS(4922), - [anon_sym_inner] = ACTIONS(4922), - [anon_sym_value] = ACTIONS(4922), - [anon_sym_expect] = ACTIONS(4922), - [anon_sym_actual] = ACTIONS(4922), + [3153] = { + [sym__alpha_identifier] = ACTIONS(4910), + [anon_sym_AT] = ACTIONS(4912), + [anon_sym_LBRACK] = ACTIONS(4912), + [anon_sym_as] = ACTIONS(4910), + [anon_sym_EQ] = ACTIONS(4910), + [anon_sym_LBRACE] = ACTIONS(4912), + [anon_sym_RBRACE] = ACTIONS(4912), + [anon_sym_LPAREN] = ACTIONS(4912), + [anon_sym_COMMA] = ACTIONS(4912), + [anon_sym_LT] = ACTIONS(4910), + [anon_sym_GT] = ACTIONS(4910), + [anon_sym_where] = ACTIONS(4910), + [anon_sym_object] = ACTIONS(4910), + [anon_sym_fun] = ACTIONS(4910), + [anon_sym_DOT] = ACTIONS(4910), + [anon_sym_SEMI] = ACTIONS(4912), + [anon_sym_get] = ACTIONS(4910), + [anon_sym_set] = ACTIONS(4910), + [anon_sym_this] = ACTIONS(4910), + [anon_sym_super] = ACTIONS(4910), + [anon_sym_STAR] = ACTIONS(4910), + [sym_label] = ACTIONS(4910), + [anon_sym_in] = ACTIONS(4910), + [anon_sym_DOT_DOT] = ACTIONS(4912), + [anon_sym_QMARK_COLON] = ACTIONS(4912), + [anon_sym_AMP_AMP] = ACTIONS(4912), + [anon_sym_PIPE_PIPE] = ACTIONS(4912), + [anon_sym_null] = ACTIONS(4910), + [anon_sym_if] = ACTIONS(4910), + [anon_sym_else] = ACTIONS(4910), + [anon_sym_when] = ACTIONS(4910), + [anon_sym_try] = ACTIONS(4910), + [anon_sym_throw] = ACTIONS(4910), + [anon_sym_return] = ACTIONS(4910), + [anon_sym_continue] = ACTIONS(4910), + [anon_sym_break] = ACTIONS(4910), + [anon_sym_COLON_COLON] = ACTIONS(4912), + [anon_sym_PLUS_EQ] = ACTIONS(4912), + [anon_sym_DASH_EQ] = ACTIONS(4912), + [anon_sym_STAR_EQ] = ACTIONS(4912), + [anon_sym_SLASH_EQ] = ACTIONS(4912), + [anon_sym_PERCENT_EQ] = ACTIONS(4912), + [anon_sym_BANG_EQ] = ACTIONS(4910), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4912), + [anon_sym_EQ_EQ] = ACTIONS(4910), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4912), + [anon_sym_LT_EQ] = ACTIONS(4912), + [anon_sym_GT_EQ] = ACTIONS(4912), + [anon_sym_BANGin] = ACTIONS(4912), + [anon_sym_is] = ACTIONS(4910), + [anon_sym_BANGis] = ACTIONS(4912), + [anon_sym_PLUS] = ACTIONS(4910), + [anon_sym_DASH] = ACTIONS(4910), + [anon_sym_SLASH] = ACTIONS(4910), + [anon_sym_PERCENT] = ACTIONS(4910), + [anon_sym_as_QMARK] = ACTIONS(4912), + [anon_sym_PLUS_PLUS] = ACTIONS(4912), + [anon_sym_DASH_DASH] = ACTIONS(4912), + [anon_sym_BANG] = ACTIONS(4910), + [anon_sym_BANG_BANG] = ACTIONS(4912), + [anon_sym_data] = ACTIONS(4910), + [anon_sym_inner] = ACTIONS(4910), + [anon_sym_value] = ACTIONS(4910), + [anon_sym_expect] = ACTIONS(4910), + [anon_sym_actual] = ACTIONS(4910), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4924), - [anon_sym_continue_AT] = ACTIONS(4924), - [anon_sym_break_AT] = ACTIONS(4924), - [anon_sym_this_AT] = ACTIONS(4924), - [anon_sym_super_AT] = ACTIONS(4924), - [sym_real_literal] = ACTIONS(4924), - [sym_integer_literal] = ACTIONS(4922), - [sym_hex_literal] = ACTIONS(4924), - [sym_bin_literal] = ACTIONS(4924), - [anon_sym_true] = ACTIONS(4922), - [anon_sym_false] = ACTIONS(4922), - [anon_sym_SQUOTE] = ACTIONS(4924), - [sym__backtick_identifier] = ACTIONS(4924), - [sym__automatic_semicolon] = ACTIONS(4924), - [sym_safe_nav] = ACTIONS(4924), + [anon_sym_return_AT] = ACTIONS(4912), + [anon_sym_continue_AT] = ACTIONS(4912), + [anon_sym_break_AT] = ACTIONS(4912), + [anon_sym_this_AT] = ACTIONS(4912), + [anon_sym_super_AT] = ACTIONS(4912), + [sym_real_literal] = ACTIONS(4912), + [sym_integer_literal] = ACTIONS(4910), + [sym_hex_literal] = ACTIONS(4912), + [sym_bin_literal] = ACTIONS(4912), + [anon_sym_true] = ACTIONS(4910), + [anon_sym_false] = ACTIONS(4910), + [anon_sym_SQUOTE] = ACTIONS(4912), + [sym__backtick_identifier] = ACTIONS(4912), + [sym__automatic_semicolon] = ACTIONS(4912), + [sym_safe_nav] = ACTIONS(4912), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4924), - }, - [3264] = { - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(1804), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_object] = ACTIONS(1802), - [anon_sym_fun] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(1802), - [anon_sym_set] = ACTIONS(1802), - [anon_sym_this] = ACTIONS(1802), - [anon_sym_super] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1802), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_null] = ACTIONS(1802), - [anon_sym_if] = ACTIONS(1802), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_when] = ACTIONS(1802), - [anon_sym_try] = ACTIONS(1802), - [anon_sym_throw] = ACTIONS(1802), - [anon_sym_return] = ACTIONS(1802), - [anon_sym_continue] = ACTIONS(1802), - [anon_sym_break] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_data] = ACTIONS(1802), - [anon_sym_inner] = ACTIONS(1802), - [anon_sym_value] = ACTIONS(1802), - [anon_sym_expect] = ACTIONS(1802), - [anon_sym_actual] = ACTIONS(1802), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1804), - [anon_sym_continue_AT] = ACTIONS(1804), - [anon_sym_break_AT] = ACTIONS(1804), - [anon_sym_this_AT] = ACTIONS(1804), - [anon_sym_super_AT] = ACTIONS(1804), - [sym_real_literal] = ACTIONS(1804), - [sym_integer_literal] = ACTIONS(1802), - [sym_hex_literal] = ACTIONS(1804), - [sym_bin_literal] = ACTIONS(1804), - [anon_sym_true] = ACTIONS(1802), - [anon_sym_false] = ACTIONS(1802), - [anon_sym_SQUOTE] = ACTIONS(1804), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1804), - }, - [3265] = { - [sym__alpha_identifier] = ACTIONS(5031), - [anon_sym_AT] = ACTIONS(5033), - [anon_sym_LBRACK] = 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_LT] = ACTIONS(5031), - [anon_sym_GT] = ACTIONS(5031), - [anon_sym_where] = ACTIONS(5031), - [anon_sym_object] = ACTIONS(5031), - [anon_sym_fun] = ACTIONS(5031), - [anon_sym_DOT] = ACTIONS(5031), - [anon_sym_SEMI] = ACTIONS(5033), - [anon_sym_get] = ACTIONS(5031), - [anon_sym_set] = ACTIONS(5031), - [anon_sym_this] = ACTIONS(5031), - [anon_sym_super] = ACTIONS(5031), - [anon_sym_STAR] = ACTIONS(5031), - [sym_label] = ACTIONS(5031), - [anon_sym_in] = 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_null] = ACTIONS(5031), - [anon_sym_if] = ACTIONS(5031), - [anon_sym_else] = ACTIONS(5031), - [anon_sym_when] = ACTIONS(5031), - [anon_sym_try] = ACTIONS(5031), - [anon_sym_throw] = ACTIONS(5031), - [anon_sym_return] = ACTIONS(5031), - [anon_sym_continue] = ACTIONS(5031), - [anon_sym_break] = 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] = ACTIONS(5031), - [anon_sym_BANG_BANG] = ACTIONS(5033), - [anon_sym_data] = ACTIONS(5031), - [anon_sym_inner] = ACTIONS(5031), - [anon_sym_value] = ACTIONS(5031), - [anon_sym_expect] = ACTIONS(5031), - [anon_sym_actual] = ACTIONS(5031), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5033), - [anon_sym_continue_AT] = ACTIONS(5033), - [anon_sym_break_AT] = ACTIONS(5033), - [anon_sym_this_AT] = ACTIONS(5033), - [anon_sym_super_AT] = ACTIONS(5033), - [sym_real_literal] = ACTIONS(5033), - [sym_integer_literal] = ACTIONS(5031), - [sym_hex_literal] = ACTIONS(5033), - [sym_bin_literal] = ACTIONS(5033), - [anon_sym_true] = ACTIONS(5031), - [anon_sym_false] = ACTIONS(5031), - [anon_sym_SQUOTE] = ACTIONS(5033), - [sym__backtick_identifier] = ACTIONS(5033), - [sym__automatic_semicolon] = ACTIONS(5033), - [sym_safe_nav] = ACTIONS(5033), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5033), - }, - [3266] = { - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(4447), - [anon_sym_LBRACE] = ACTIONS(4449), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_COMMA] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_where] = ACTIONS(4447), - [anon_sym_object] = ACTIONS(4447), - [anon_sym_fun] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_this] = ACTIONS(4447), - [anon_sym_super] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4447), - [sym_label] = ACTIONS(4447), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_null] = ACTIONS(4447), - [anon_sym_if] = ACTIONS(4447), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_when] = ACTIONS(4447), - [anon_sym_try] = ACTIONS(4447), - [anon_sym_throw] = ACTIONS(4447), - [anon_sym_return] = ACTIONS(4447), - [anon_sym_continue] = ACTIONS(4447), - [anon_sym_break] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_PLUS_EQ] = ACTIONS(4449), - [anon_sym_DASH_EQ] = ACTIONS(4449), - [anon_sym_STAR_EQ] = ACTIONS(4449), - [anon_sym_SLASH_EQ] = ACTIONS(4449), - [anon_sym_PERCENT_EQ] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4447), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG] = ACTIONS(4447), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4449), - [anon_sym_continue_AT] = ACTIONS(4449), - [anon_sym_break_AT] = ACTIONS(4449), - [anon_sym_this_AT] = ACTIONS(4449), - [anon_sym_super_AT] = ACTIONS(4449), - [sym_real_literal] = ACTIONS(4449), - [sym_integer_literal] = ACTIONS(4447), - [sym_hex_literal] = ACTIONS(4449), - [sym_bin_literal] = ACTIONS(4449), - [anon_sym_true] = ACTIONS(4447), - [anon_sym_false] = ACTIONS(4447), - [anon_sym_SQUOTE] = ACTIONS(4449), - [sym__backtick_identifier] = ACTIONS(4449), - [sym__automatic_semicolon] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4449), - }, - [3267] = { - [sym_function_body] = STATE(3220), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), - }, - [3268] = { - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(4160), - [anon_sym_LBRACE] = ACTIONS(4162), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(4160), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), - }, - [3269] = { - [sym__alpha_identifier] = ACTIONS(5145), - [anon_sym_AT] = ACTIONS(5147), - [anon_sym_LBRACK] = ACTIONS(5147), - [anon_sym_as] = ACTIONS(5145), - [anon_sym_EQ] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(5147), - [anon_sym_LPAREN] = ACTIONS(5147), - [anon_sym_COMMA] = ACTIONS(5147), - [anon_sym_LT] = ACTIONS(5145), - [anon_sym_GT] = ACTIONS(5145), - [anon_sym_where] = ACTIONS(5145), - [anon_sym_object] = ACTIONS(5145), - [anon_sym_fun] = ACTIONS(5145), - [anon_sym_DOT] = ACTIONS(5145), - [anon_sym_SEMI] = ACTIONS(5147), - [anon_sym_get] = ACTIONS(5145), - [anon_sym_set] = ACTIONS(5145), - [anon_sym_this] = ACTIONS(5145), - [anon_sym_super] = ACTIONS(5145), - [anon_sym_STAR] = ACTIONS(5145), - [sym_label] = ACTIONS(5145), - [anon_sym_in] = ACTIONS(5145), - [anon_sym_DOT_DOT] = ACTIONS(5147), - [anon_sym_QMARK_COLON] = ACTIONS(5147), - [anon_sym_AMP_AMP] = ACTIONS(5147), - [anon_sym_PIPE_PIPE] = ACTIONS(5147), - [anon_sym_null] = ACTIONS(5145), - [anon_sym_if] = ACTIONS(5145), - [anon_sym_else] = ACTIONS(5145), - [anon_sym_when] = ACTIONS(5145), - [anon_sym_try] = ACTIONS(5145), - [anon_sym_throw] = ACTIONS(5145), - [anon_sym_return] = ACTIONS(5145), - [anon_sym_continue] = ACTIONS(5145), - [anon_sym_break] = ACTIONS(5145), - [anon_sym_COLON_COLON] = ACTIONS(5147), - [anon_sym_PLUS_EQ] = ACTIONS(5147), - [anon_sym_DASH_EQ] = ACTIONS(5147), - [anon_sym_STAR_EQ] = ACTIONS(5147), - [anon_sym_SLASH_EQ] = ACTIONS(5147), - [anon_sym_PERCENT_EQ] = ACTIONS(5147), - [anon_sym_BANG_EQ] = ACTIONS(5145), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5147), - [anon_sym_EQ_EQ] = ACTIONS(5145), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5147), - [anon_sym_LT_EQ] = ACTIONS(5147), - [anon_sym_GT_EQ] = ACTIONS(5147), - [anon_sym_BANGin] = ACTIONS(5147), - [anon_sym_is] = ACTIONS(5145), - [anon_sym_BANGis] = ACTIONS(5147), - [anon_sym_PLUS] = ACTIONS(5145), - [anon_sym_DASH] = ACTIONS(5145), - [anon_sym_SLASH] = ACTIONS(5145), - [anon_sym_PERCENT] = ACTIONS(5145), - [anon_sym_as_QMARK] = ACTIONS(5147), - [anon_sym_PLUS_PLUS] = ACTIONS(5147), - [anon_sym_DASH_DASH] = ACTIONS(5147), - [anon_sym_BANG] = ACTIONS(5145), - [anon_sym_BANG_BANG] = ACTIONS(5147), - [anon_sym_data] = ACTIONS(5145), - [anon_sym_inner] = ACTIONS(5145), - [anon_sym_value] = ACTIONS(5145), - [anon_sym_expect] = ACTIONS(5145), - [anon_sym_actual] = ACTIONS(5145), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5147), - [anon_sym_continue_AT] = ACTIONS(5147), - [anon_sym_break_AT] = ACTIONS(5147), - [anon_sym_this_AT] = ACTIONS(5147), - [anon_sym_super_AT] = ACTIONS(5147), - [sym_real_literal] = ACTIONS(5147), - [sym_integer_literal] = ACTIONS(5145), - [sym_hex_literal] = ACTIONS(5147), - [sym_bin_literal] = ACTIONS(5147), - [anon_sym_true] = ACTIONS(5145), - [anon_sym_false] = ACTIONS(5145), - [anon_sym_SQUOTE] = ACTIONS(5147), - [sym__backtick_identifier] = ACTIONS(5147), - [sym__automatic_semicolon] = ACTIONS(5147), - [sym_safe_nav] = ACTIONS(5147), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5147), - }, - [3270] = { - [sym__alpha_identifier] = ACTIONS(5153), - [anon_sym_AT] = ACTIONS(5155), - [anon_sym_LBRACK] = ACTIONS(5155), - [anon_sym_as] = ACTIONS(5153), - [anon_sym_EQ] = ACTIONS(5153), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(5155), - [anon_sym_LPAREN] = ACTIONS(5155), - [anon_sym_COMMA] = ACTIONS(5155), - [anon_sym_LT] = ACTIONS(5153), - [anon_sym_GT] = ACTIONS(5153), - [anon_sym_where] = ACTIONS(5153), - [anon_sym_object] = ACTIONS(5153), - [anon_sym_fun] = ACTIONS(5153), - [anon_sym_DOT] = ACTIONS(5153), - [anon_sym_SEMI] = ACTIONS(5155), - [anon_sym_get] = ACTIONS(5153), - [anon_sym_set] = ACTIONS(5153), - [anon_sym_this] = ACTIONS(5153), - [anon_sym_super] = ACTIONS(5153), - [anon_sym_STAR] = ACTIONS(5153), - [sym_label] = ACTIONS(5153), - [anon_sym_in] = ACTIONS(5153), - [anon_sym_DOT_DOT] = ACTIONS(5155), - [anon_sym_QMARK_COLON] = ACTIONS(5155), - [anon_sym_AMP_AMP] = ACTIONS(5155), - [anon_sym_PIPE_PIPE] = ACTIONS(5155), - [anon_sym_null] = ACTIONS(5153), - [anon_sym_if] = ACTIONS(5153), - [anon_sym_else] = ACTIONS(5153), - [anon_sym_when] = ACTIONS(5153), - [anon_sym_try] = ACTIONS(5153), - [anon_sym_throw] = ACTIONS(5153), - [anon_sym_return] = ACTIONS(5153), - [anon_sym_continue] = ACTIONS(5153), - [anon_sym_break] = ACTIONS(5153), - [anon_sym_COLON_COLON] = ACTIONS(5155), - [anon_sym_PLUS_EQ] = ACTIONS(5155), - [anon_sym_DASH_EQ] = ACTIONS(5155), - [anon_sym_STAR_EQ] = ACTIONS(5155), - [anon_sym_SLASH_EQ] = ACTIONS(5155), - [anon_sym_PERCENT_EQ] = ACTIONS(5155), - [anon_sym_BANG_EQ] = ACTIONS(5153), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5155), - [anon_sym_EQ_EQ] = ACTIONS(5153), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5155), - [anon_sym_LT_EQ] = ACTIONS(5155), - [anon_sym_GT_EQ] = ACTIONS(5155), - [anon_sym_BANGin] = ACTIONS(5155), - [anon_sym_is] = ACTIONS(5153), - [anon_sym_BANGis] = ACTIONS(5155), - [anon_sym_PLUS] = ACTIONS(5153), - [anon_sym_DASH] = ACTIONS(5153), - [anon_sym_SLASH] = ACTIONS(5153), - [anon_sym_PERCENT] = ACTIONS(5153), - [anon_sym_as_QMARK] = ACTIONS(5155), - [anon_sym_PLUS_PLUS] = ACTIONS(5155), - [anon_sym_DASH_DASH] = ACTIONS(5155), - [anon_sym_BANG] = ACTIONS(5153), - [anon_sym_BANG_BANG] = ACTIONS(5155), - [anon_sym_data] = ACTIONS(5153), - [anon_sym_inner] = ACTIONS(5153), - [anon_sym_value] = ACTIONS(5153), - [anon_sym_expect] = ACTIONS(5153), - [anon_sym_actual] = ACTIONS(5153), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5155), - [anon_sym_continue_AT] = ACTIONS(5155), - [anon_sym_break_AT] = ACTIONS(5155), - [anon_sym_this_AT] = ACTIONS(5155), - [anon_sym_super_AT] = ACTIONS(5155), - [sym_real_literal] = ACTIONS(5155), - [sym_integer_literal] = ACTIONS(5153), - [sym_hex_literal] = ACTIONS(5155), - [sym_bin_literal] = ACTIONS(5155), - [anon_sym_true] = ACTIONS(5153), - [anon_sym_false] = ACTIONS(5153), - [anon_sym_SQUOTE] = ACTIONS(5155), - [sym__backtick_identifier] = ACTIONS(5155), - [sym__automatic_semicolon] = ACTIONS(5155), - [sym_safe_nav] = ACTIONS(5155), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5155), - }, - [3271] = { - [sym_function_body] = STATE(3265), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(6460), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_object] = ACTIONS(4447), - [anon_sym_fun] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_this] = ACTIONS(4447), - [anon_sym_super] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4447), - [sym_label] = ACTIONS(4447), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_null] = ACTIONS(4447), - [anon_sym_if] = ACTIONS(4447), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_when] = ACTIONS(4447), - [anon_sym_try] = ACTIONS(4447), - [anon_sym_throw] = ACTIONS(4447), - [anon_sym_return] = ACTIONS(4447), - [anon_sym_continue] = ACTIONS(4447), - [anon_sym_break] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_PLUS_EQ] = ACTIONS(4449), - [anon_sym_DASH_EQ] = ACTIONS(4449), - [anon_sym_STAR_EQ] = ACTIONS(4449), - [anon_sym_SLASH_EQ] = ACTIONS(4449), - [anon_sym_PERCENT_EQ] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4447), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG] = ACTIONS(4447), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4449), - [anon_sym_continue_AT] = ACTIONS(4449), - [anon_sym_break_AT] = ACTIONS(4449), - [anon_sym_this_AT] = ACTIONS(4449), - [anon_sym_super_AT] = ACTIONS(4449), - [sym_real_literal] = ACTIONS(4449), - [sym_integer_literal] = ACTIONS(4447), - [sym_hex_literal] = ACTIONS(4449), - [sym_bin_literal] = ACTIONS(4449), - [anon_sym_true] = ACTIONS(4447), - [anon_sym_false] = ACTIONS(4447), - [anon_sym_SQUOTE] = ACTIONS(4449), - [sym__backtick_identifier] = ACTIONS(4449), - [sym__automatic_semicolon] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4449), - }, - [3272] = { - [sym__alpha_identifier] = ACTIONS(5149), - [anon_sym_AT] = ACTIONS(5151), - [anon_sym_LBRACK] = ACTIONS(5151), - [anon_sym_as] = ACTIONS(5149), - [anon_sym_EQ] = ACTIONS(5149), - [anon_sym_LBRACE] = ACTIONS(5151), - [anon_sym_RBRACE] = ACTIONS(5151), - [anon_sym_LPAREN] = ACTIONS(5151), - [anon_sym_COMMA] = ACTIONS(5151), - [anon_sym_LT] = ACTIONS(5149), - [anon_sym_GT] = ACTIONS(5149), - [anon_sym_where] = ACTIONS(5149), - [anon_sym_object] = ACTIONS(5149), - [anon_sym_fun] = ACTIONS(5149), - [anon_sym_DOT] = ACTIONS(5149), - [anon_sym_SEMI] = ACTIONS(5151), - [anon_sym_get] = ACTIONS(5149), - [anon_sym_set] = ACTIONS(5149), - [anon_sym_this] = ACTIONS(5149), - [anon_sym_super] = ACTIONS(5149), - [anon_sym_STAR] = ACTIONS(5149), - [sym_label] = ACTIONS(5149), - [anon_sym_in] = ACTIONS(5149), - [anon_sym_DOT_DOT] = ACTIONS(5151), - [anon_sym_QMARK_COLON] = ACTIONS(5151), - [anon_sym_AMP_AMP] = ACTIONS(5151), - [anon_sym_PIPE_PIPE] = ACTIONS(5151), - [anon_sym_null] = ACTIONS(5149), - [anon_sym_if] = ACTIONS(5149), - [anon_sym_else] = ACTIONS(5149), - [anon_sym_when] = ACTIONS(5149), - [anon_sym_try] = ACTIONS(5149), - [anon_sym_throw] = ACTIONS(5149), - [anon_sym_return] = ACTIONS(5149), - [anon_sym_continue] = ACTIONS(5149), - [anon_sym_break] = ACTIONS(5149), - [anon_sym_COLON_COLON] = ACTIONS(5151), - [anon_sym_PLUS_EQ] = ACTIONS(5151), - [anon_sym_DASH_EQ] = ACTIONS(5151), - [anon_sym_STAR_EQ] = ACTIONS(5151), - [anon_sym_SLASH_EQ] = ACTIONS(5151), - [anon_sym_PERCENT_EQ] = ACTIONS(5151), - [anon_sym_BANG_EQ] = ACTIONS(5149), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5151), - [anon_sym_EQ_EQ] = ACTIONS(5149), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5151), - [anon_sym_LT_EQ] = ACTIONS(5151), - [anon_sym_GT_EQ] = ACTIONS(5151), - [anon_sym_BANGin] = ACTIONS(5151), - [anon_sym_is] = ACTIONS(5149), - [anon_sym_BANGis] = ACTIONS(5151), - [anon_sym_PLUS] = ACTIONS(5149), - [anon_sym_DASH] = ACTIONS(5149), - [anon_sym_SLASH] = ACTIONS(5149), - [anon_sym_PERCENT] = ACTIONS(5149), - [anon_sym_as_QMARK] = ACTIONS(5151), - [anon_sym_PLUS_PLUS] = ACTIONS(5151), - [anon_sym_DASH_DASH] = ACTIONS(5151), - [anon_sym_BANG] = ACTIONS(5149), - [anon_sym_BANG_BANG] = ACTIONS(5151), - [anon_sym_data] = ACTIONS(5149), - [anon_sym_inner] = ACTIONS(5149), - [anon_sym_value] = ACTIONS(5149), - [anon_sym_expect] = ACTIONS(5149), - [anon_sym_actual] = ACTIONS(5149), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5151), - [anon_sym_continue_AT] = ACTIONS(5151), - [anon_sym_break_AT] = ACTIONS(5151), - [anon_sym_this_AT] = ACTIONS(5151), - [anon_sym_super_AT] = ACTIONS(5151), - [sym_real_literal] = ACTIONS(5151), - [sym_integer_literal] = ACTIONS(5149), - [sym_hex_literal] = ACTIONS(5151), - [sym_bin_literal] = ACTIONS(5151), - [anon_sym_true] = ACTIONS(5149), - [anon_sym_false] = ACTIONS(5149), - [anon_sym_SQUOTE] = ACTIONS(5151), - [sym__backtick_identifier] = ACTIONS(5151), - [sym__automatic_semicolon] = ACTIONS(5151), - [sym_safe_nav] = ACTIONS(5151), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5151), - }, - [3273] = { - [sym_type_constraints] = STATE(3646), - [sym_function_body] = STATE(3268), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_COLON] = ACTIONS(6704), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [3274] = { - [sym_type_constraints] = STATE(3645), - [sym_function_body] = STATE(3220), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_COLON] = ACTIONS(6708), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), + [sym__string_start] = ACTIONS(4912), }, - [3275] = { - [sym_type_constraints] = STATE(3656), - [sym_function_body] = STATE(3866), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4173), - [anon_sym_AT] = ACTIONS(4175), - [anon_sym_COLON] = ACTIONS(6710), - [anon_sym_LBRACK] = ACTIONS(4175), - [anon_sym_as] = ACTIONS(4173), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4175), - [anon_sym_LPAREN] = ACTIONS(4175), - [anon_sym_COMMA] = ACTIONS(4175), - [anon_sym_LT] = ACTIONS(4173), - [anon_sym_GT] = ACTIONS(4173), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4173), - [anon_sym_SEMI] = ACTIONS(4175), - [anon_sym_get] = ACTIONS(4173), - [anon_sym_set] = ACTIONS(4173), - [anon_sym_STAR] = ACTIONS(4173), - [sym_label] = ACTIONS(4175), - [anon_sym_in] = ACTIONS(4173), - [anon_sym_DOT_DOT] = ACTIONS(4175), - [anon_sym_QMARK_COLON] = ACTIONS(4175), - [anon_sym_AMP_AMP] = ACTIONS(4175), - [anon_sym_PIPE_PIPE] = ACTIONS(4175), - [anon_sym_else] = ACTIONS(4173), - [anon_sym_COLON_COLON] = ACTIONS(4175), - [anon_sym_PLUS_EQ] = ACTIONS(4175), - [anon_sym_DASH_EQ] = ACTIONS(4175), - [anon_sym_STAR_EQ] = ACTIONS(4175), - [anon_sym_SLASH_EQ] = ACTIONS(4175), - [anon_sym_PERCENT_EQ] = ACTIONS(4175), - [anon_sym_BANG_EQ] = ACTIONS(4173), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4175), - [anon_sym_EQ_EQ] = ACTIONS(4173), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4175), - [anon_sym_LT_EQ] = ACTIONS(4175), - [anon_sym_GT_EQ] = ACTIONS(4175), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(4173), - [anon_sym_BANGis] = ACTIONS(4175), - [anon_sym_PLUS] = ACTIONS(4173), - [anon_sym_DASH] = ACTIONS(4173), - [anon_sym_SLASH] = ACTIONS(4173), - [anon_sym_PERCENT] = ACTIONS(4173), - [anon_sym_as_QMARK] = ACTIONS(4175), - [anon_sym_PLUS_PLUS] = ACTIONS(4175), - [anon_sym_DASH_DASH] = ACTIONS(4175), - [anon_sym_BANG_BANG] = ACTIONS(4175), - [anon_sym_suspend] = ACTIONS(4173), - [anon_sym_sealed] = ACTIONS(4173), - [anon_sym_annotation] = ACTIONS(4173), - [anon_sym_data] = ACTIONS(4173), - [anon_sym_inner] = ACTIONS(4173), - [anon_sym_value] = ACTIONS(4173), - [anon_sym_override] = ACTIONS(4173), - [anon_sym_lateinit] = ACTIONS(4173), - [anon_sym_public] = ACTIONS(4173), - [anon_sym_private] = ACTIONS(4173), - [anon_sym_internal] = ACTIONS(4173), - [anon_sym_protected] = ACTIONS(4173), - [anon_sym_tailrec] = ACTIONS(4173), - [anon_sym_operator] = ACTIONS(4173), - [anon_sym_infix] = ACTIONS(4173), - [anon_sym_inline] = ACTIONS(4173), - [anon_sym_external] = ACTIONS(4173), - [sym_property_modifier] = ACTIONS(4173), - [anon_sym_abstract] = ACTIONS(4173), - [anon_sym_final] = ACTIONS(4173), - [anon_sym_open] = ACTIONS(4173), - [anon_sym_vararg] = ACTIONS(4173), - [anon_sym_noinline] = ACTIONS(4173), - [anon_sym_crossinline] = ACTIONS(4173), - [anon_sym_expect] = ACTIONS(4173), - [anon_sym_actual] = ACTIONS(4173), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4175), - [sym__automatic_semicolon] = ACTIONS(4175), - [sym_safe_nav] = ACTIONS(4175), - [sym_multiline_comment] = ACTIONS(3), + [3154] = { + [sym__alpha_identifier] = ACTIONS(4501), + [anon_sym_AT] = ACTIONS(4503), + [anon_sym_LBRACK] = ACTIONS(4503), + [anon_sym_as] = ACTIONS(4501), + [anon_sym_EQ] = ACTIONS(4501), + [anon_sym_LBRACE] = ACTIONS(4503), + [anon_sym_RBRACE] = ACTIONS(4503), + [anon_sym_LPAREN] = ACTIONS(4503), + [anon_sym_COMMA] = ACTIONS(4503), + [anon_sym_LT] = ACTIONS(4501), + [anon_sym_GT] = ACTIONS(4501), + [anon_sym_where] = ACTIONS(4501), + [anon_sym_object] = ACTIONS(4501), + [anon_sym_fun] = ACTIONS(4501), + [anon_sym_DOT] = ACTIONS(4501), + [anon_sym_SEMI] = ACTIONS(4503), + [anon_sym_get] = ACTIONS(4501), + [anon_sym_set] = ACTIONS(4501), + [anon_sym_this] = ACTIONS(4501), + [anon_sym_super] = ACTIONS(4501), + [anon_sym_STAR] = ACTIONS(4501), + [sym_label] = ACTIONS(4501), + [anon_sym_in] = ACTIONS(4501), + [anon_sym_DOT_DOT] = ACTIONS(4503), + [anon_sym_QMARK_COLON] = ACTIONS(4503), + [anon_sym_AMP_AMP] = ACTIONS(4503), + [anon_sym_PIPE_PIPE] = ACTIONS(4503), + [anon_sym_null] = ACTIONS(4501), + [anon_sym_if] = ACTIONS(4501), + [anon_sym_else] = ACTIONS(4501), + [anon_sym_when] = ACTIONS(4501), + [anon_sym_try] = ACTIONS(4501), + [anon_sym_throw] = ACTIONS(4501), + [anon_sym_return] = ACTIONS(4501), + [anon_sym_continue] = ACTIONS(4501), + [anon_sym_break] = ACTIONS(4501), + [anon_sym_COLON_COLON] = ACTIONS(4503), + [anon_sym_PLUS_EQ] = ACTIONS(4503), + [anon_sym_DASH_EQ] = ACTIONS(4503), + [anon_sym_STAR_EQ] = ACTIONS(4503), + [anon_sym_SLASH_EQ] = ACTIONS(4503), + [anon_sym_PERCENT_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ] = ACTIONS(4501), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ] = ACTIONS(4501), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4503), + [anon_sym_LT_EQ] = ACTIONS(4503), + [anon_sym_GT_EQ] = ACTIONS(4503), + [anon_sym_BANGin] = ACTIONS(4503), + [anon_sym_is] = ACTIONS(4501), + [anon_sym_BANGis] = ACTIONS(4503), + [anon_sym_PLUS] = ACTIONS(4501), + [anon_sym_DASH] = ACTIONS(4501), + [anon_sym_SLASH] = ACTIONS(4501), + [anon_sym_PERCENT] = ACTIONS(4501), + [anon_sym_as_QMARK] = ACTIONS(4503), + [anon_sym_PLUS_PLUS] = ACTIONS(4503), + [anon_sym_DASH_DASH] = ACTIONS(4503), + [anon_sym_BANG] = ACTIONS(4501), + [anon_sym_BANG_BANG] = ACTIONS(4503), + [anon_sym_data] = ACTIONS(4501), + [anon_sym_inner] = ACTIONS(4501), + [anon_sym_value] = ACTIONS(4501), + [anon_sym_expect] = ACTIONS(4501), + [anon_sym_actual] = ACTIONS(4501), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4503), + [anon_sym_continue_AT] = ACTIONS(4503), + [anon_sym_break_AT] = ACTIONS(4503), + [anon_sym_this_AT] = ACTIONS(4503), + [anon_sym_super_AT] = ACTIONS(4503), + [sym_real_literal] = ACTIONS(4503), + [sym_integer_literal] = ACTIONS(4501), + [sym_hex_literal] = ACTIONS(4503), + [sym_bin_literal] = ACTIONS(4503), + [anon_sym_true] = ACTIONS(4501), + [anon_sym_false] = ACTIONS(4501), + [anon_sym_SQUOTE] = ACTIONS(4503), + [sym__backtick_identifier] = ACTIONS(4503), + [sym__automatic_semicolon] = ACTIONS(4503), + [sym_safe_nav] = ACTIONS(4503), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4503), }, - [3276] = { - [sym__alpha_identifier] = ACTIONS(4581), - [anon_sym_AT] = ACTIONS(4583), - [anon_sym_COLON] = ACTIONS(4581), - [anon_sym_LBRACK] = ACTIONS(4583), - [anon_sym_RBRACK] = ACTIONS(4583), - [anon_sym_as] = ACTIONS(4581), - [anon_sym_EQ] = ACTIONS(4581), - [anon_sym_LBRACE] = ACTIONS(4583), - [anon_sym_RBRACE] = ACTIONS(4583), - [anon_sym_LPAREN] = ACTIONS(4583), - [anon_sym_COMMA] = ACTIONS(4583), - [anon_sym_RPAREN] = ACTIONS(4583), - [anon_sym_LT] = ACTIONS(4581), - [anon_sym_GT] = ACTIONS(4581), - [anon_sym_where] = ACTIONS(4581), - [anon_sym_DOT] = ACTIONS(4581), - [anon_sym_SEMI] = ACTIONS(4583), - [anon_sym_get] = ACTIONS(4581), - [anon_sym_set] = ACTIONS(4581), - [anon_sym_STAR] = ACTIONS(4581), - [anon_sym_DASH_GT] = ACTIONS(4583), - [sym_label] = ACTIONS(4583), - [anon_sym_in] = ACTIONS(4581), - [anon_sym_while] = ACTIONS(4581), - [anon_sym_DOT_DOT] = ACTIONS(4583), - [anon_sym_QMARK_COLON] = ACTIONS(4583), - [anon_sym_AMP_AMP] = ACTIONS(4583), - [anon_sym_PIPE_PIPE] = ACTIONS(4583), - [anon_sym_else] = ACTIONS(4581), - [anon_sym_COLON_COLON] = ACTIONS(4583), - [anon_sym_PLUS_EQ] = ACTIONS(4583), - [anon_sym_DASH_EQ] = ACTIONS(4583), - [anon_sym_STAR_EQ] = ACTIONS(4583), - [anon_sym_SLASH_EQ] = ACTIONS(4583), - [anon_sym_PERCENT_EQ] = ACTIONS(4583), - [anon_sym_BANG_EQ] = ACTIONS(4581), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4583), - [anon_sym_EQ_EQ] = ACTIONS(4581), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4583), - [anon_sym_LT_EQ] = ACTIONS(4583), - [anon_sym_GT_EQ] = ACTIONS(4583), - [anon_sym_BANGin] = ACTIONS(4583), - [anon_sym_is] = ACTIONS(4581), - [anon_sym_BANGis] = ACTIONS(4583), - [anon_sym_PLUS] = ACTIONS(4581), - [anon_sym_DASH] = ACTIONS(4581), - [anon_sym_SLASH] = ACTIONS(4581), - [anon_sym_PERCENT] = ACTIONS(4581), - [anon_sym_as_QMARK] = ACTIONS(4583), - [anon_sym_PLUS_PLUS] = ACTIONS(4583), - [anon_sym_DASH_DASH] = ACTIONS(4583), - [anon_sym_BANG_BANG] = ACTIONS(4583), - [anon_sym_suspend] = ACTIONS(4581), - [anon_sym_sealed] = ACTIONS(4581), - [anon_sym_annotation] = ACTIONS(4581), - [anon_sym_data] = ACTIONS(4581), - [anon_sym_inner] = ACTIONS(4581), - [anon_sym_value] = ACTIONS(4581), - [anon_sym_override] = ACTIONS(4581), - [anon_sym_lateinit] = ACTIONS(4581), - [anon_sym_public] = ACTIONS(4581), - [anon_sym_private] = ACTIONS(4581), - [anon_sym_internal] = ACTIONS(4581), - [anon_sym_protected] = ACTIONS(4581), - [anon_sym_tailrec] = ACTIONS(4581), - [anon_sym_operator] = ACTIONS(4581), - [anon_sym_infix] = ACTIONS(4581), - [anon_sym_inline] = ACTIONS(4581), - [anon_sym_external] = ACTIONS(4581), - [sym_property_modifier] = ACTIONS(4581), - [anon_sym_abstract] = ACTIONS(4581), - [anon_sym_final] = ACTIONS(4581), - [anon_sym_open] = ACTIONS(4581), - [anon_sym_vararg] = ACTIONS(4581), - [anon_sym_noinline] = ACTIONS(4581), - [anon_sym_crossinline] = ACTIONS(4581), - [anon_sym_expect] = ACTIONS(4581), - [anon_sym_actual] = ACTIONS(4581), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4583), - [sym_safe_nav] = ACTIONS(4583), + [3155] = { + [sym__alpha_identifier] = ACTIONS(4918), + [anon_sym_AT] = ACTIONS(4920), + [anon_sym_LBRACK] = ACTIONS(4920), + [anon_sym_as] = ACTIONS(4918), + [anon_sym_EQ] = ACTIONS(4918), + [anon_sym_LBRACE] = ACTIONS(4920), + [anon_sym_RBRACE] = ACTIONS(4920), + [anon_sym_LPAREN] = ACTIONS(4920), + [anon_sym_COMMA] = ACTIONS(4920), + [anon_sym_LT] = ACTIONS(4918), + [anon_sym_GT] = ACTIONS(4918), + [anon_sym_where] = ACTIONS(4918), + [anon_sym_object] = ACTIONS(4918), + [anon_sym_fun] = ACTIONS(4918), + [anon_sym_DOT] = ACTIONS(4918), + [anon_sym_SEMI] = ACTIONS(4920), + [anon_sym_get] = ACTIONS(4918), + [anon_sym_set] = ACTIONS(4918), + [anon_sym_this] = ACTIONS(4918), + [anon_sym_super] = ACTIONS(4918), + [anon_sym_STAR] = ACTIONS(4918), + [sym_label] = ACTIONS(4918), + [anon_sym_in] = ACTIONS(4918), + [anon_sym_DOT_DOT] = ACTIONS(4920), + [anon_sym_QMARK_COLON] = ACTIONS(4920), + [anon_sym_AMP_AMP] = ACTIONS(4920), + [anon_sym_PIPE_PIPE] = ACTIONS(4920), + [anon_sym_null] = ACTIONS(4918), + [anon_sym_if] = ACTIONS(4918), + [anon_sym_else] = ACTIONS(4918), + [anon_sym_when] = ACTIONS(4918), + [anon_sym_try] = ACTIONS(4918), + [anon_sym_throw] = ACTIONS(4918), + [anon_sym_return] = ACTIONS(4918), + [anon_sym_continue] = ACTIONS(4918), + [anon_sym_break] = ACTIONS(4918), + [anon_sym_COLON_COLON] = ACTIONS(4920), + [anon_sym_PLUS_EQ] = ACTIONS(4920), + [anon_sym_DASH_EQ] = ACTIONS(4920), + [anon_sym_STAR_EQ] = ACTIONS(4920), + [anon_sym_SLASH_EQ] = ACTIONS(4920), + [anon_sym_PERCENT_EQ] = ACTIONS(4920), + [anon_sym_BANG_EQ] = ACTIONS(4918), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4920), + [anon_sym_EQ_EQ] = ACTIONS(4918), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4920), + [anon_sym_LT_EQ] = ACTIONS(4920), + [anon_sym_GT_EQ] = ACTIONS(4920), + [anon_sym_BANGin] = ACTIONS(4920), + [anon_sym_is] = ACTIONS(4918), + [anon_sym_BANGis] = ACTIONS(4920), + [anon_sym_PLUS] = ACTIONS(4918), + [anon_sym_DASH] = ACTIONS(4918), + [anon_sym_SLASH] = ACTIONS(4918), + [anon_sym_PERCENT] = ACTIONS(4918), + [anon_sym_as_QMARK] = ACTIONS(4920), + [anon_sym_PLUS_PLUS] = ACTIONS(4920), + [anon_sym_DASH_DASH] = ACTIONS(4920), + [anon_sym_BANG] = ACTIONS(4918), + [anon_sym_BANG_BANG] = ACTIONS(4920), + [anon_sym_data] = ACTIONS(4918), + [anon_sym_inner] = ACTIONS(4918), + [anon_sym_value] = ACTIONS(4918), + [anon_sym_expect] = ACTIONS(4918), + [anon_sym_actual] = ACTIONS(4918), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4920), + [anon_sym_continue_AT] = ACTIONS(4920), + [anon_sym_break_AT] = ACTIONS(4920), + [anon_sym_this_AT] = ACTIONS(4920), + [anon_sym_super_AT] = ACTIONS(4920), + [sym_real_literal] = ACTIONS(4920), + [sym_integer_literal] = ACTIONS(4918), + [sym_hex_literal] = ACTIONS(4920), + [sym_bin_literal] = ACTIONS(4920), + [anon_sym_true] = ACTIONS(4918), + [anon_sym_false] = ACTIONS(4918), + [anon_sym_SQUOTE] = ACTIONS(4920), + [sym__backtick_identifier] = ACTIONS(4920), + [sym__automatic_semicolon] = ACTIONS(4920), + [sym_safe_nav] = ACTIONS(4920), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4920), }, - [3277] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1991), - [sym__comparison_operator] = STATE(1992), - [sym__in_operator] = STATE(1993), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1994), - [sym__multiplicative_operator] = STATE(1996), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2018), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3115), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3115), - [anon_sym_RPAREN] = ACTIONS(3115), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(6722), - [anon_sym_where] = ACTIONS(3113), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(6726), - [anon_sym_DASH_GT] = ACTIONS(3115), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(6730), - [anon_sym_while] = ACTIONS(3113), - [anon_sym_DOT_DOT] = ACTIONS(6732), - [anon_sym_QMARK_COLON] = ACTIONS(6734), - [anon_sym_AMP_AMP] = ACTIONS(6736), - [anon_sym_PIPE_PIPE] = ACTIONS(6738), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3115), - [anon_sym_DASH_EQ] = ACTIONS(3115), - [anon_sym_STAR_EQ] = ACTIONS(3115), - [anon_sym_SLASH_EQ] = ACTIONS(3115), - [anon_sym_PERCENT_EQ] = ACTIONS(3115), - [anon_sym_BANG_EQ] = ACTIONS(6742), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6744), - [anon_sym_EQ_EQ] = ACTIONS(6742), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6744), - [anon_sym_LT_EQ] = ACTIONS(6746), - [anon_sym_GT_EQ] = ACTIONS(6746), - [anon_sym_BANGin] = ACTIONS(6748), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(6754), - [anon_sym_DASH] = ACTIONS(6754), - [anon_sym_SLASH] = ACTIONS(6726), - [anon_sym_PERCENT] = ACTIONS(6726), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [3156] = { + [sym__alpha_identifier] = ACTIONS(4946), + [anon_sym_AT] = ACTIONS(4948), + [anon_sym_LBRACK] = ACTIONS(4948), + [anon_sym_as] = ACTIONS(4946), + [anon_sym_EQ] = ACTIONS(4946), + [anon_sym_LBRACE] = ACTIONS(4948), + [anon_sym_RBRACE] = ACTIONS(4948), + [anon_sym_LPAREN] = ACTIONS(4948), + [anon_sym_COMMA] = ACTIONS(4948), + [anon_sym_LT] = ACTIONS(4946), + [anon_sym_GT] = ACTIONS(4946), + [anon_sym_where] = ACTIONS(4946), + [anon_sym_object] = ACTIONS(4946), + [anon_sym_fun] = ACTIONS(4946), + [anon_sym_DOT] = ACTIONS(4946), + [anon_sym_SEMI] = ACTIONS(4948), + [anon_sym_get] = ACTIONS(4946), + [anon_sym_set] = ACTIONS(4946), + [anon_sym_this] = ACTIONS(4946), + [anon_sym_super] = ACTIONS(4946), + [anon_sym_STAR] = ACTIONS(4946), + [sym_label] = ACTIONS(4946), + [anon_sym_in] = ACTIONS(4946), + [anon_sym_DOT_DOT] = ACTIONS(4948), + [anon_sym_QMARK_COLON] = ACTIONS(4948), + [anon_sym_AMP_AMP] = ACTIONS(4948), + [anon_sym_PIPE_PIPE] = ACTIONS(4948), + [anon_sym_null] = ACTIONS(4946), + [anon_sym_if] = ACTIONS(4946), + [anon_sym_else] = ACTIONS(4946), + [anon_sym_when] = ACTIONS(4946), + [anon_sym_try] = ACTIONS(4946), + [anon_sym_throw] = ACTIONS(4946), + [anon_sym_return] = ACTIONS(4946), + [anon_sym_continue] = ACTIONS(4946), + [anon_sym_break] = ACTIONS(4946), + [anon_sym_COLON_COLON] = ACTIONS(4948), + [anon_sym_PLUS_EQ] = ACTIONS(4948), + [anon_sym_DASH_EQ] = ACTIONS(4948), + [anon_sym_STAR_EQ] = ACTIONS(4948), + [anon_sym_SLASH_EQ] = ACTIONS(4948), + [anon_sym_PERCENT_EQ] = ACTIONS(4948), + [anon_sym_BANG_EQ] = ACTIONS(4946), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4948), + [anon_sym_EQ_EQ] = ACTIONS(4946), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4948), + [anon_sym_LT_EQ] = ACTIONS(4948), + [anon_sym_GT_EQ] = ACTIONS(4948), + [anon_sym_BANGin] = ACTIONS(4948), + [anon_sym_is] = ACTIONS(4946), + [anon_sym_BANGis] = ACTIONS(4948), + [anon_sym_PLUS] = ACTIONS(4946), + [anon_sym_DASH] = ACTIONS(4946), + [anon_sym_SLASH] = ACTIONS(4946), + [anon_sym_PERCENT] = ACTIONS(4946), + [anon_sym_as_QMARK] = ACTIONS(4948), + [anon_sym_PLUS_PLUS] = ACTIONS(4948), + [anon_sym_DASH_DASH] = ACTIONS(4948), + [anon_sym_BANG] = ACTIONS(4946), + [anon_sym_BANG_BANG] = ACTIONS(4948), + [anon_sym_data] = ACTIONS(4946), + [anon_sym_inner] = ACTIONS(4946), + [anon_sym_value] = ACTIONS(4946), + [anon_sym_expect] = ACTIONS(4946), + [anon_sym_actual] = ACTIONS(4946), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [anon_sym_return_AT] = ACTIONS(4948), + [anon_sym_continue_AT] = ACTIONS(4948), + [anon_sym_break_AT] = ACTIONS(4948), + [anon_sym_this_AT] = ACTIONS(4948), + [anon_sym_super_AT] = ACTIONS(4948), + [sym_real_literal] = ACTIONS(4948), + [sym_integer_literal] = ACTIONS(4946), + [sym_hex_literal] = ACTIONS(4948), + [sym_bin_literal] = ACTIONS(4948), + [anon_sym_true] = ACTIONS(4946), + [anon_sym_false] = ACTIONS(4946), + [anon_sym_SQUOTE] = ACTIONS(4948), + [sym__backtick_identifier] = ACTIONS(4948), + [sym__automatic_semicolon] = ACTIONS(4948), + [sym_safe_nav] = ACTIONS(4948), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4948), }, - [3278] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1991), - [sym__comparison_operator] = STATE(1992), - [sym__in_operator] = STATE(1993), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1994), - [sym__multiplicative_operator] = STATE(1996), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2018), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3090), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3090), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3090), - [anon_sym_RPAREN] = ACTIONS(3090), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(6722), - [anon_sym_where] = ACTIONS(3088), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(6726), - [anon_sym_DASH_GT] = ACTIONS(3090), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(6730), - [anon_sym_while] = ACTIONS(3088), - [anon_sym_DOT_DOT] = ACTIONS(6732), - [anon_sym_QMARK_COLON] = ACTIONS(6734), - [anon_sym_AMP_AMP] = ACTIONS(6736), - [anon_sym_PIPE_PIPE] = ACTIONS(6738), - [anon_sym_else] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3090), - [anon_sym_DASH_EQ] = ACTIONS(3090), - [anon_sym_STAR_EQ] = ACTIONS(3090), - [anon_sym_SLASH_EQ] = ACTIONS(3090), - [anon_sym_PERCENT_EQ] = ACTIONS(3090), - [anon_sym_BANG_EQ] = ACTIONS(6742), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6744), - [anon_sym_EQ_EQ] = ACTIONS(6742), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6744), - [anon_sym_LT_EQ] = ACTIONS(6746), - [anon_sym_GT_EQ] = ACTIONS(6746), - [anon_sym_BANGin] = ACTIONS(6748), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(6754), - [anon_sym_DASH] = ACTIONS(6754), - [anon_sym_SLASH] = ACTIONS(6726), - [anon_sym_PERCENT] = ACTIONS(6726), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [3157] = { + [sym_function_body] = STATE(3456), + [sym__block] = STATE(3405), + [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(6507), + [anon_sym_LBRACE] = ACTIONS(6509), + [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_value] = 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), }, - [3279] = { - [aux_sym_user_type_repeat1] = STATE(3319), + [3158] = { + [sym_class_body] = STATE(3197), + [sym__alpha_identifier] = ACTIONS(4450), + [anon_sym_AT] = ACTIONS(4452), + [anon_sym_COLON] = ACTIONS(6651), + [anon_sym_LBRACK] = ACTIONS(4452), + [anon_sym_as] = ACTIONS(4450), + [anon_sym_EQ] = ACTIONS(4450), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4452), + [anon_sym_LPAREN] = ACTIONS(4452), + [anon_sym_LT] = ACTIONS(4450), + [anon_sym_GT] = ACTIONS(4450), + [anon_sym_object] = ACTIONS(4450), + [anon_sym_fun] = ACTIONS(4450), + [anon_sym_DOT] = ACTIONS(4450), + [anon_sym_SEMI] = ACTIONS(4452), + [anon_sym_get] = ACTIONS(4450), + [anon_sym_set] = ACTIONS(4450), + [anon_sym_this] = ACTIONS(4450), + [anon_sym_super] = ACTIONS(4450), + [anon_sym_STAR] = ACTIONS(4450), + [sym_label] = ACTIONS(4450), + [anon_sym_in] = ACTIONS(4450), + [anon_sym_DOT_DOT] = ACTIONS(4452), + [anon_sym_QMARK_COLON] = ACTIONS(4452), + [anon_sym_AMP_AMP] = ACTIONS(4452), + [anon_sym_PIPE_PIPE] = ACTIONS(4452), + [anon_sym_null] = ACTIONS(4450), + [anon_sym_if] = ACTIONS(4450), + [anon_sym_else] = ACTIONS(4450), + [anon_sym_when] = ACTIONS(4450), + [anon_sym_try] = ACTIONS(4450), + [anon_sym_throw] = ACTIONS(4450), + [anon_sym_return] = ACTIONS(4450), + [anon_sym_continue] = ACTIONS(4450), + [anon_sym_break] = ACTIONS(4450), + [anon_sym_COLON_COLON] = ACTIONS(4452), + [anon_sym_PLUS_EQ] = ACTIONS(4452), + [anon_sym_DASH_EQ] = ACTIONS(4452), + [anon_sym_STAR_EQ] = ACTIONS(4452), + [anon_sym_SLASH_EQ] = ACTIONS(4452), + [anon_sym_PERCENT_EQ] = ACTIONS(4452), + [anon_sym_BANG_EQ] = ACTIONS(4450), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4452), + [anon_sym_EQ_EQ] = ACTIONS(4450), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4452), + [anon_sym_LT_EQ] = ACTIONS(4452), + [anon_sym_GT_EQ] = ACTIONS(4452), + [anon_sym_BANGin] = ACTIONS(4452), + [anon_sym_is] = ACTIONS(4450), + [anon_sym_BANGis] = ACTIONS(4452), + [anon_sym_PLUS] = ACTIONS(4450), + [anon_sym_DASH] = ACTIONS(4450), + [anon_sym_SLASH] = ACTIONS(4450), + [anon_sym_PERCENT] = ACTIONS(4450), + [anon_sym_as_QMARK] = ACTIONS(4452), + [anon_sym_PLUS_PLUS] = ACTIONS(4452), + [anon_sym_DASH_DASH] = ACTIONS(4452), + [anon_sym_BANG] = ACTIONS(4450), + [anon_sym_BANG_BANG] = ACTIONS(4452), + [anon_sym_data] = ACTIONS(4450), + [anon_sym_inner] = ACTIONS(4450), + [anon_sym_value] = ACTIONS(4450), + [anon_sym_expect] = ACTIONS(4450), + [anon_sym_actual] = ACTIONS(4450), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4452), + [anon_sym_continue_AT] = ACTIONS(4452), + [anon_sym_break_AT] = ACTIONS(4452), + [anon_sym_this_AT] = ACTIONS(4452), + [anon_sym_super_AT] = ACTIONS(4452), + [sym_real_literal] = ACTIONS(4452), + [sym_integer_literal] = ACTIONS(4450), + [sym_hex_literal] = ACTIONS(4452), + [sym_bin_literal] = ACTIONS(4452), + [anon_sym_true] = ACTIONS(4450), + [anon_sym_false] = ACTIONS(4450), + [anon_sym_SQUOTE] = ACTIONS(4452), + [sym__backtick_identifier] = ACTIONS(4452), + [sym__automatic_semicolon] = ACTIONS(4452), + [sym_safe_nav] = ACTIONS(4452), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4452), + }, + [3159] = { + [aux_sym_user_type_repeat1] = STATE(2963), [sym__alpha_identifier] = ACTIONS(4193), [anon_sym_AT] = ACTIONS(4195), [anon_sym_LBRACK] = ACTIONS(4195), + [anon_sym_RBRACK] = ACTIONS(4195), [anon_sym_as] = ACTIONS(4193), [anon_sym_EQ] = ACTIONS(4193), [anon_sym_LBRACE] = ACTIONS(4195), [anon_sym_RBRACE] = ACTIONS(4195), [anon_sym_LPAREN] = ACTIONS(4195), [anon_sym_COMMA] = ACTIONS(4195), + [anon_sym_RPAREN] = ACTIONS(4195), [anon_sym_by] = ACTIONS(4193), [anon_sym_LT] = ACTIONS(4193), [anon_sym_GT] = ACTIONS(4193), [anon_sym_where] = ACTIONS(4193), - [anon_sym_DOT] = ACTIONS(6760), + [anon_sym_DOT] = ACTIONS(6653), [anon_sym_SEMI] = ACTIONS(4195), [anon_sym_get] = ACTIONS(4193), [anon_sym_set] = ACTIONS(4193), - [anon_sym_AMP] = ACTIONS(4193), - [sym__quest] = ACTIONS(4193), [anon_sym_STAR] = ACTIONS(4193), + [anon_sym_DASH_GT] = ACTIONS(4195), [sym_label] = ACTIONS(4195), [anon_sym_in] = ACTIONS(4193), + [anon_sym_while] = ACTIONS(4193), [anon_sym_DOT_DOT] = ACTIONS(4195), [anon_sym_QMARK_COLON] = ACTIONS(4195), [anon_sym_AMP_AMP] = ACTIONS(4195), @@ -385733,851 +375510,1710 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(4193), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(4195), - [sym__automatic_semicolon] = ACTIONS(4195), [sym_safe_nav] = ACTIONS(4195), [sym_multiline_comment] = ACTIONS(3), }, - [3280] = { - [sym_class_body] = STATE(3513), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_RBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_RPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [anon_sym_DASH_GT] = ACTIONS(4218), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_while] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), + [3160] = { + [sym__alpha_identifier] = ACTIONS(5092), + [anon_sym_AT] = ACTIONS(5094), + [anon_sym_LBRACK] = ACTIONS(5094), + [anon_sym_as] = ACTIONS(5092), + [anon_sym_EQ] = ACTIONS(5092), + [anon_sym_LBRACE] = ACTIONS(5094), + [anon_sym_RBRACE] = ACTIONS(5094), + [anon_sym_LPAREN] = ACTIONS(5094), + [anon_sym_COMMA] = ACTIONS(5094), + [anon_sym_LT] = ACTIONS(5092), + [anon_sym_GT] = ACTIONS(5092), + [anon_sym_where] = ACTIONS(5092), + [anon_sym_object] = ACTIONS(5092), + [anon_sym_fun] = ACTIONS(5092), + [anon_sym_DOT] = ACTIONS(5092), + [anon_sym_SEMI] = ACTIONS(5094), + [anon_sym_get] = ACTIONS(5092), + [anon_sym_set] = ACTIONS(5092), + [anon_sym_this] = ACTIONS(5092), + [anon_sym_super] = ACTIONS(5092), + [anon_sym_STAR] = ACTIONS(5092), + [sym_label] = ACTIONS(5092), + [anon_sym_in] = ACTIONS(5092), + [anon_sym_DOT_DOT] = ACTIONS(5094), + [anon_sym_QMARK_COLON] = ACTIONS(5094), + [anon_sym_AMP_AMP] = ACTIONS(5094), + [anon_sym_PIPE_PIPE] = ACTIONS(5094), + [anon_sym_null] = ACTIONS(5092), + [anon_sym_if] = ACTIONS(5092), + [anon_sym_else] = ACTIONS(5092), + [anon_sym_when] = ACTIONS(5092), + [anon_sym_try] = ACTIONS(5092), + [anon_sym_throw] = ACTIONS(5092), + [anon_sym_return] = ACTIONS(5092), + [anon_sym_continue] = ACTIONS(5092), + [anon_sym_break] = ACTIONS(5092), + [anon_sym_COLON_COLON] = ACTIONS(5094), + [anon_sym_PLUS_EQ] = ACTIONS(5094), + [anon_sym_DASH_EQ] = ACTIONS(5094), + [anon_sym_STAR_EQ] = ACTIONS(5094), + [anon_sym_SLASH_EQ] = ACTIONS(5094), + [anon_sym_PERCENT_EQ] = ACTIONS(5094), + [anon_sym_BANG_EQ] = ACTIONS(5092), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5094), + [anon_sym_EQ_EQ] = ACTIONS(5092), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5094), + [anon_sym_LT_EQ] = ACTIONS(5094), + [anon_sym_GT_EQ] = ACTIONS(5094), + [anon_sym_BANGin] = ACTIONS(5094), + [anon_sym_is] = ACTIONS(5092), + [anon_sym_BANGis] = ACTIONS(5094), + [anon_sym_PLUS] = ACTIONS(5092), + [anon_sym_DASH] = ACTIONS(5092), + [anon_sym_SLASH] = ACTIONS(5092), + [anon_sym_PERCENT] = ACTIONS(5092), + [anon_sym_as_QMARK] = ACTIONS(5094), + [anon_sym_PLUS_PLUS] = ACTIONS(5094), + [anon_sym_DASH_DASH] = ACTIONS(5094), + [anon_sym_BANG] = ACTIONS(5092), + [anon_sym_BANG_BANG] = ACTIONS(5094), + [anon_sym_data] = ACTIONS(5092), + [anon_sym_inner] = ACTIONS(5092), + [anon_sym_value] = ACTIONS(5092), + [anon_sym_expect] = ACTIONS(5092), + [anon_sym_actual] = ACTIONS(5092), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5094), + [anon_sym_continue_AT] = ACTIONS(5094), + [anon_sym_break_AT] = ACTIONS(5094), + [anon_sym_this_AT] = ACTIONS(5094), + [anon_sym_super_AT] = ACTIONS(5094), + [sym_real_literal] = ACTIONS(5094), + [sym_integer_literal] = ACTIONS(5092), + [sym_hex_literal] = ACTIONS(5094), + [sym_bin_literal] = ACTIONS(5094), + [anon_sym_true] = ACTIONS(5092), + [anon_sym_false] = ACTIONS(5092), + [anon_sym_SQUOTE] = ACTIONS(5094), + [sym__backtick_identifier] = ACTIONS(5094), + [sym__automatic_semicolon] = ACTIONS(5094), + [sym_safe_nav] = ACTIONS(5094), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5094), }, - [3281] = { - [sym__alpha_identifier] = ACTIONS(4571), - [anon_sym_AT] = ACTIONS(4573), - [anon_sym_LBRACK] = ACTIONS(4573), - [anon_sym_RBRACK] = ACTIONS(4573), - [anon_sym_as] = ACTIONS(4571), - [anon_sym_EQ] = ACTIONS(4571), - [anon_sym_LBRACE] = ACTIONS(4573), - [anon_sym_RBRACE] = ACTIONS(4573), - [anon_sym_LPAREN] = ACTIONS(4573), - [anon_sym_COMMA] = ACTIONS(4573), - [anon_sym_RPAREN] = ACTIONS(4573), - [anon_sym_by] = ACTIONS(4571), - [anon_sym_LT] = ACTIONS(4571), - [anon_sym_GT] = ACTIONS(4571), - [anon_sym_where] = ACTIONS(4571), - [anon_sym_DOT] = ACTIONS(4571), - [anon_sym_SEMI] = ACTIONS(4573), - [anon_sym_get] = ACTIONS(4571), - [anon_sym_set] = ACTIONS(4571), - [anon_sym_STAR] = ACTIONS(4571), - [anon_sym_DASH_GT] = ACTIONS(4573), - [sym_label] = ACTIONS(4573), - [anon_sym_in] = ACTIONS(4571), - [anon_sym_while] = ACTIONS(4571), - [anon_sym_DOT_DOT] = ACTIONS(4573), - [anon_sym_QMARK_COLON] = ACTIONS(4573), - [anon_sym_AMP_AMP] = ACTIONS(4573), - [anon_sym_PIPE_PIPE] = ACTIONS(4573), - [anon_sym_else] = ACTIONS(4571), - [anon_sym_COLON_COLON] = ACTIONS(4573), - [anon_sym_PLUS_EQ] = ACTIONS(4573), - [anon_sym_DASH_EQ] = ACTIONS(4573), - [anon_sym_STAR_EQ] = ACTIONS(4573), - [anon_sym_SLASH_EQ] = ACTIONS(4573), - [anon_sym_PERCENT_EQ] = ACTIONS(4573), - [anon_sym_BANG_EQ] = ACTIONS(4571), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4573), - [anon_sym_EQ_EQ] = ACTIONS(4571), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4573), - [anon_sym_LT_EQ] = ACTIONS(4573), - [anon_sym_GT_EQ] = ACTIONS(4573), - [anon_sym_BANGin] = ACTIONS(4573), - [anon_sym_is] = ACTIONS(4571), - [anon_sym_BANGis] = ACTIONS(4573), - [anon_sym_PLUS] = ACTIONS(4571), - [anon_sym_DASH] = ACTIONS(4571), - [anon_sym_SLASH] = ACTIONS(4571), - [anon_sym_PERCENT] = ACTIONS(4571), - [anon_sym_as_QMARK] = ACTIONS(4573), - [anon_sym_PLUS_PLUS] = ACTIONS(4573), - [anon_sym_DASH_DASH] = ACTIONS(4573), - [anon_sym_BANG_BANG] = ACTIONS(4573), - [anon_sym_suspend] = ACTIONS(4571), - [anon_sym_sealed] = ACTIONS(4571), - [anon_sym_annotation] = ACTIONS(4571), - [anon_sym_data] = ACTIONS(4571), - [anon_sym_inner] = ACTIONS(4571), - [anon_sym_value] = ACTIONS(4571), - [anon_sym_override] = ACTIONS(4571), - [anon_sym_lateinit] = ACTIONS(4571), - [anon_sym_public] = ACTIONS(4571), - [anon_sym_private] = ACTIONS(4571), - [anon_sym_internal] = ACTIONS(4571), - [anon_sym_protected] = ACTIONS(4571), - [anon_sym_tailrec] = ACTIONS(4571), - [anon_sym_operator] = ACTIONS(4571), - [anon_sym_infix] = ACTIONS(4571), - [anon_sym_inline] = ACTIONS(4571), - [anon_sym_external] = ACTIONS(4571), - [sym_property_modifier] = ACTIONS(4571), - [anon_sym_abstract] = ACTIONS(4571), - [anon_sym_final] = ACTIONS(4571), - [anon_sym_open] = ACTIONS(4571), - [anon_sym_vararg] = ACTIONS(4571), - [anon_sym_noinline] = ACTIONS(4571), - [anon_sym_crossinline] = ACTIONS(4571), - [anon_sym_expect] = ACTIONS(4571), - [anon_sym_actual] = ACTIONS(4571), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4573), - [sym_safe_nav] = ACTIONS(4573), + [3161] = { + [sym__alpha_identifier] = ACTIONS(5036), + [anon_sym_AT] = ACTIONS(5038), + [anon_sym_LBRACK] = ACTIONS(5038), + [anon_sym_as] = ACTIONS(5036), + [anon_sym_EQ] = ACTIONS(5036), + [anon_sym_LBRACE] = ACTIONS(5038), + [anon_sym_RBRACE] = ACTIONS(5038), + [anon_sym_LPAREN] = ACTIONS(5038), + [anon_sym_COMMA] = ACTIONS(5038), + [anon_sym_LT] = ACTIONS(5036), + [anon_sym_GT] = ACTIONS(5036), + [anon_sym_where] = ACTIONS(5036), + [anon_sym_object] = ACTIONS(5036), + [anon_sym_fun] = ACTIONS(5036), + [anon_sym_DOT] = ACTIONS(5036), + [anon_sym_SEMI] = ACTIONS(5038), + [anon_sym_get] = ACTIONS(5036), + [anon_sym_set] = ACTIONS(5036), + [anon_sym_this] = ACTIONS(5036), + [anon_sym_super] = ACTIONS(5036), + [anon_sym_STAR] = ACTIONS(5036), + [sym_label] = ACTIONS(5036), + [anon_sym_in] = ACTIONS(5036), + [anon_sym_DOT_DOT] = ACTIONS(5038), + [anon_sym_QMARK_COLON] = ACTIONS(5038), + [anon_sym_AMP_AMP] = ACTIONS(5038), + [anon_sym_PIPE_PIPE] = ACTIONS(5038), + [anon_sym_null] = ACTIONS(5036), + [anon_sym_if] = ACTIONS(5036), + [anon_sym_else] = ACTIONS(5036), + [anon_sym_when] = ACTIONS(5036), + [anon_sym_try] = ACTIONS(5036), + [anon_sym_throw] = ACTIONS(5036), + [anon_sym_return] = ACTIONS(5036), + [anon_sym_continue] = ACTIONS(5036), + [anon_sym_break] = ACTIONS(5036), + [anon_sym_COLON_COLON] = ACTIONS(5038), + [anon_sym_PLUS_EQ] = ACTIONS(5038), + [anon_sym_DASH_EQ] = ACTIONS(5038), + [anon_sym_STAR_EQ] = ACTIONS(5038), + [anon_sym_SLASH_EQ] = ACTIONS(5038), + [anon_sym_PERCENT_EQ] = ACTIONS(5038), + [anon_sym_BANG_EQ] = ACTIONS(5036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5038), + [anon_sym_EQ_EQ] = ACTIONS(5036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5038), + [anon_sym_LT_EQ] = ACTIONS(5038), + [anon_sym_GT_EQ] = ACTIONS(5038), + [anon_sym_BANGin] = ACTIONS(5038), + [anon_sym_is] = ACTIONS(5036), + [anon_sym_BANGis] = ACTIONS(5038), + [anon_sym_PLUS] = ACTIONS(5036), + [anon_sym_DASH] = ACTIONS(5036), + [anon_sym_SLASH] = ACTIONS(5036), + [anon_sym_PERCENT] = ACTIONS(5036), + [anon_sym_as_QMARK] = ACTIONS(5038), + [anon_sym_PLUS_PLUS] = ACTIONS(5038), + [anon_sym_DASH_DASH] = ACTIONS(5038), + [anon_sym_BANG] = ACTIONS(5036), + [anon_sym_BANG_BANG] = ACTIONS(5038), + [anon_sym_data] = ACTIONS(5036), + [anon_sym_inner] = ACTIONS(5036), + [anon_sym_value] = ACTIONS(5036), + [anon_sym_expect] = ACTIONS(5036), + [anon_sym_actual] = ACTIONS(5036), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5038), + [anon_sym_continue_AT] = ACTIONS(5038), + [anon_sym_break_AT] = ACTIONS(5038), + [anon_sym_this_AT] = ACTIONS(5038), + [anon_sym_super_AT] = ACTIONS(5038), + [sym_real_literal] = ACTIONS(5038), + [sym_integer_literal] = ACTIONS(5036), + [sym_hex_literal] = ACTIONS(5038), + [sym_bin_literal] = ACTIONS(5038), + [anon_sym_true] = ACTIONS(5036), + [anon_sym_false] = ACTIONS(5036), + [anon_sym_SQUOTE] = ACTIONS(5038), + [sym__backtick_identifier] = ACTIONS(5038), + [sym__automatic_semicolon] = ACTIONS(5038), + [sym_safe_nav] = ACTIONS(5038), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5038), + }, + [3162] = { + [sym__alpha_identifier] = ACTIONS(5131), + [anon_sym_AT] = ACTIONS(5133), + [anon_sym_LBRACK] = ACTIONS(5133), + [anon_sym_as] = ACTIONS(5131), + [anon_sym_EQ] = ACTIONS(5131), + [anon_sym_LBRACE] = ACTIONS(5133), + [anon_sym_RBRACE] = ACTIONS(5133), + [anon_sym_LPAREN] = ACTIONS(5133), + [anon_sym_COMMA] = ACTIONS(5133), + [anon_sym_LT] = ACTIONS(5131), + [anon_sym_GT] = ACTIONS(5131), + [anon_sym_where] = ACTIONS(5131), + [anon_sym_object] = ACTIONS(5131), + [anon_sym_fun] = ACTIONS(5131), + [anon_sym_DOT] = ACTIONS(5131), + [anon_sym_SEMI] = ACTIONS(5133), + [anon_sym_get] = ACTIONS(5131), + [anon_sym_set] = ACTIONS(5131), + [anon_sym_this] = ACTIONS(5131), + [anon_sym_super] = ACTIONS(5131), + [anon_sym_STAR] = ACTIONS(5131), + [sym_label] = ACTIONS(5131), + [anon_sym_in] = ACTIONS(5131), + [anon_sym_DOT_DOT] = ACTIONS(5133), + [anon_sym_QMARK_COLON] = ACTIONS(5133), + [anon_sym_AMP_AMP] = ACTIONS(5133), + [anon_sym_PIPE_PIPE] = ACTIONS(5133), + [anon_sym_null] = ACTIONS(5131), + [anon_sym_if] = ACTIONS(5131), + [anon_sym_else] = ACTIONS(5131), + [anon_sym_when] = ACTIONS(5131), + [anon_sym_try] = ACTIONS(5131), + [anon_sym_throw] = ACTIONS(5131), + [anon_sym_return] = ACTIONS(5131), + [anon_sym_continue] = ACTIONS(5131), + [anon_sym_break] = ACTIONS(5131), + [anon_sym_COLON_COLON] = ACTIONS(5133), + [anon_sym_PLUS_EQ] = ACTIONS(5133), + [anon_sym_DASH_EQ] = ACTIONS(5133), + [anon_sym_STAR_EQ] = ACTIONS(5133), + [anon_sym_SLASH_EQ] = ACTIONS(5133), + [anon_sym_PERCENT_EQ] = ACTIONS(5133), + [anon_sym_BANG_EQ] = ACTIONS(5131), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5133), + [anon_sym_EQ_EQ] = ACTIONS(5131), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5133), + [anon_sym_LT_EQ] = ACTIONS(5133), + [anon_sym_GT_EQ] = ACTIONS(5133), + [anon_sym_BANGin] = ACTIONS(5133), + [anon_sym_is] = ACTIONS(5131), + [anon_sym_BANGis] = ACTIONS(5133), + [anon_sym_PLUS] = ACTIONS(5131), + [anon_sym_DASH] = ACTIONS(5131), + [anon_sym_SLASH] = ACTIONS(5131), + [anon_sym_PERCENT] = ACTIONS(5131), + [anon_sym_as_QMARK] = ACTIONS(5133), + [anon_sym_PLUS_PLUS] = ACTIONS(5133), + [anon_sym_DASH_DASH] = ACTIONS(5133), + [anon_sym_BANG] = ACTIONS(5131), + [anon_sym_BANG_BANG] = ACTIONS(5133), + [anon_sym_data] = ACTIONS(5131), + [anon_sym_inner] = ACTIONS(5131), + [anon_sym_value] = ACTIONS(5131), + [anon_sym_expect] = ACTIONS(5131), + [anon_sym_actual] = ACTIONS(5131), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5133), + [anon_sym_continue_AT] = ACTIONS(5133), + [anon_sym_break_AT] = ACTIONS(5133), + [anon_sym_this_AT] = ACTIONS(5133), + [anon_sym_super_AT] = ACTIONS(5133), + [sym_real_literal] = ACTIONS(5133), + [sym_integer_literal] = ACTIONS(5131), + [sym_hex_literal] = ACTIONS(5133), + [sym_bin_literal] = ACTIONS(5133), + [anon_sym_true] = ACTIONS(5131), + [anon_sym_false] = ACTIONS(5131), + [anon_sym_SQUOTE] = ACTIONS(5133), + [sym__backtick_identifier] = ACTIONS(5133), + [sym__automatic_semicolon] = ACTIONS(5133), + [sym_safe_nav] = ACTIONS(5133), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5133), }, - [3282] = { - [sym__alpha_identifier] = ACTIONS(4660), - [anon_sym_AT] = ACTIONS(4662), - [anon_sym_LBRACK] = ACTIONS(4662), - [anon_sym_RBRACK] = ACTIONS(4662), - [anon_sym_as] = ACTIONS(4660), - [anon_sym_EQ] = ACTIONS(4660), - [anon_sym_LBRACE] = ACTIONS(4662), - [anon_sym_RBRACE] = ACTIONS(4662), - [anon_sym_LPAREN] = ACTIONS(4662), - [anon_sym_COMMA] = ACTIONS(4662), - [anon_sym_RPAREN] = ACTIONS(4662), - [anon_sym_by] = ACTIONS(4660), - [anon_sym_LT] = ACTIONS(4660), - [anon_sym_GT] = ACTIONS(4660), - [anon_sym_where] = ACTIONS(4660), - [anon_sym_DOT] = ACTIONS(4660), - [anon_sym_SEMI] = ACTIONS(4662), - [anon_sym_get] = ACTIONS(4660), - [anon_sym_set] = ACTIONS(4660), - [anon_sym_STAR] = ACTIONS(4660), - [anon_sym_DASH_GT] = ACTIONS(4662), - [sym_label] = ACTIONS(4662), - [anon_sym_in] = ACTIONS(4660), - [anon_sym_while] = ACTIONS(4660), - [anon_sym_DOT_DOT] = ACTIONS(4662), - [anon_sym_QMARK_COLON] = ACTIONS(4662), - [anon_sym_AMP_AMP] = ACTIONS(4662), - [anon_sym_PIPE_PIPE] = ACTIONS(4662), - [anon_sym_else] = ACTIONS(4660), - [anon_sym_COLON_COLON] = ACTIONS(4662), - [anon_sym_PLUS_EQ] = ACTIONS(4662), - [anon_sym_DASH_EQ] = ACTIONS(4662), - [anon_sym_STAR_EQ] = ACTIONS(4662), - [anon_sym_SLASH_EQ] = ACTIONS(4662), - [anon_sym_PERCENT_EQ] = ACTIONS(4662), - [anon_sym_BANG_EQ] = ACTIONS(4660), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4662), - [anon_sym_EQ_EQ] = ACTIONS(4660), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4662), - [anon_sym_LT_EQ] = ACTIONS(4662), - [anon_sym_GT_EQ] = ACTIONS(4662), - [anon_sym_BANGin] = ACTIONS(4662), - [anon_sym_is] = ACTIONS(4660), - [anon_sym_BANGis] = ACTIONS(4662), - [anon_sym_PLUS] = ACTIONS(4660), - [anon_sym_DASH] = ACTIONS(4660), - [anon_sym_SLASH] = ACTIONS(4660), - [anon_sym_PERCENT] = ACTIONS(4660), - [anon_sym_as_QMARK] = ACTIONS(4662), - [anon_sym_PLUS_PLUS] = ACTIONS(4662), - [anon_sym_DASH_DASH] = ACTIONS(4662), - [anon_sym_BANG_BANG] = ACTIONS(4662), - [anon_sym_suspend] = ACTIONS(4660), - [anon_sym_sealed] = ACTIONS(4660), - [anon_sym_annotation] = ACTIONS(4660), - [anon_sym_data] = ACTIONS(4660), - [anon_sym_inner] = ACTIONS(4660), - [anon_sym_value] = ACTIONS(4660), - [anon_sym_override] = ACTIONS(4660), - [anon_sym_lateinit] = ACTIONS(4660), - [anon_sym_public] = ACTIONS(4660), - [anon_sym_private] = ACTIONS(4660), - [anon_sym_internal] = ACTIONS(4660), - [anon_sym_protected] = ACTIONS(4660), - [anon_sym_tailrec] = ACTIONS(4660), - [anon_sym_operator] = ACTIONS(4660), - [anon_sym_infix] = ACTIONS(4660), - [anon_sym_inline] = ACTIONS(4660), - [anon_sym_external] = ACTIONS(4660), - [sym_property_modifier] = ACTIONS(4660), - [anon_sym_abstract] = ACTIONS(4660), - [anon_sym_final] = ACTIONS(4660), - [anon_sym_open] = ACTIONS(4660), - [anon_sym_vararg] = ACTIONS(4660), - [anon_sym_noinline] = ACTIONS(4660), - [anon_sym_crossinline] = ACTIONS(4660), - [anon_sym_expect] = ACTIONS(4660), - [anon_sym_actual] = ACTIONS(4660), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4662), - [sym_safe_nav] = ACTIONS(4662), + [3163] = { + [sym_function_body] = STATE(3128), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_object] = ACTIONS(4319), + [anon_sym_fun] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_this] = ACTIONS(4319), + [anon_sym_super] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [sym_label] = ACTIONS(4319), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_null] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_when] = ACTIONS(4319), + [anon_sym_try] = ACTIONS(4319), + [anon_sym_throw] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4321), + [anon_sym_continue_AT] = ACTIONS(4321), + [anon_sym_break_AT] = ACTIONS(4321), + [anon_sym_this_AT] = ACTIONS(4321), + [anon_sym_super_AT] = ACTIONS(4321), + [sym_real_literal] = ACTIONS(4321), + [sym_integer_literal] = ACTIONS(4319), + [sym_hex_literal] = ACTIONS(4321), + [sym_bin_literal] = ACTIONS(4321), + [anon_sym_true] = ACTIONS(4319), + [anon_sym_false] = ACTIONS(4319), + [anon_sym_SQUOTE] = ACTIONS(4321), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4321), + }, + [3164] = { + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(4319), + [anon_sym_LBRACE] = ACTIONS(4321), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(4319), + [anon_sym_object] = ACTIONS(4319), + [anon_sym_fun] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_this] = ACTIONS(4319), + [anon_sym_super] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [sym_label] = ACTIONS(4319), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_null] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_when] = ACTIONS(4319), + [anon_sym_try] = ACTIONS(4319), + [anon_sym_throw] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4321), + [anon_sym_continue_AT] = ACTIONS(4321), + [anon_sym_break_AT] = ACTIONS(4321), + [anon_sym_this_AT] = ACTIONS(4321), + [anon_sym_super_AT] = ACTIONS(4321), + [sym_real_literal] = ACTIONS(4321), + [sym_integer_literal] = ACTIONS(4319), + [sym_hex_literal] = ACTIONS(4321), + [sym_bin_literal] = ACTIONS(4321), + [anon_sym_true] = ACTIONS(4319), + [anon_sym_false] = ACTIONS(4319), + [anon_sym_SQUOTE] = ACTIONS(4321), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4321), + }, + [3165] = { + [sym_class_body] = STATE(3510), + [sym_type_constraints] = STATE(3331), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_RBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_RPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [anon_sym_DASH_GT] = ACTIONS(4245), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_while] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), [sym_multiline_comment] = ACTIONS(3), }, - [3283] = { - [sym__alpha_identifier] = ACTIONS(4430), - [anon_sym_AT] = ACTIONS(4432), - [anon_sym_LBRACK] = ACTIONS(4432), - [anon_sym_RBRACK] = ACTIONS(4432), - [anon_sym_as] = ACTIONS(4430), - [anon_sym_EQ] = 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_by] = ACTIONS(4430), - [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_value] = 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), + [3166] = { + [aux_sym_type_constraints_repeat1] = STATE(3203), + [sym__alpha_identifier] = ACTIONS(4418), + [anon_sym_AT] = ACTIONS(4420), + [anon_sym_LBRACK] = ACTIONS(4420), + [anon_sym_RBRACK] = ACTIONS(4420), + [anon_sym_as] = ACTIONS(4418), + [anon_sym_EQ] = ACTIONS(4418), + [anon_sym_LBRACE] = ACTIONS(4420), + [anon_sym_RBRACE] = ACTIONS(4420), + [anon_sym_LPAREN] = ACTIONS(4420), + [anon_sym_COMMA] = ACTIONS(6656), + [anon_sym_RPAREN] = ACTIONS(4420), + [anon_sym_by] = ACTIONS(4418), + [anon_sym_LT] = ACTIONS(4418), + [anon_sym_GT] = ACTIONS(4418), + [anon_sym_where] = ACTIONS(4418), + [anon_sym_DOT] = ACTIONS(4418), + [anon_sym_SEMI] = ACTIONS(4420), + [anon_sym_get] = ACTIONS(4418), + [anon_sym_set] = ACTIONS(4418), + [anon_sym_STAR] = ACTIONS(4418), + [anon_sym_DASH_GT] = ACTIONS(4420), + [sym_label] = ACTIONS(4420), + [anon_sym_in] = ACTIONS(4418), + [anon_sym_while] = ACTIONS(4418), + [anon_sym_DOT_DOT] = ACTIONS(4420), + [anon_sym_QMARK_COLON] = ACTIONS(4420), + [anon_sym_AMP_AMP] = ACTIONS(4420), + [anon_sym_PIPE_PIPE] = ACTIONS(4420), + [anon_sym_else] = ACTIONS(4418), + [anon_sym_COLON_COLON] = ACTIONS(4420), + [anon_sym_PLUS_EQ] = ACTIONS(4420), + [anon_sym_DASH_EQ] = ACTIONS(4420), + [anon_sym_STAR_EQ] = ACTIONS(4420), + [anon_sym_SLASH_EQ] = ACTIONS(4420), + [anon_sym_PERCENT_EQ] = ACTIONS(4420), + [anon_sym_BANG_EQ] = ACTIONS(4418), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4420), + [anon_sym_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4420), + [anon_sym_LT_EQ] = ACTIONS(4420), + [anon_sym_GT_EQ] = ACTIONS(4420), + [anon_sym_BANGin] = ACTIONS(4420), + [anon_sym_is] = ACTIONS(4418), + [anon_sym_BANGis] = ACTIONS(4420), + [anon_sym_PLUS] = ACTIONS(4418), + [anon_sym_DASH] = ACTIONS(4418), + [anon_sym_SLASH] = ACTIONS(4418), + [anon_sym_PERCENT] = ACTIONS(4418), + [anon_sym_as_QMARK] = ACTIONS(4420), + [anon_sym_PLUS_PLUS] = ACTIONS(4420), + [anon_sym_DASH_DASH] = ACTIONS(4420), + [anon_sym_BANG_BANG] = ACTIONS(4420), + [anon_sym_suspend] = ACTIONS(4418), + [anon_sym_sealed] = ACTIONS(4418), + [anon_sym_annotation] = ACTIONS(4418), + [anon_sym_data] = ACTIONS(4418), + [anon_sym_inner] = ACTIONS(4418), + [anon_sym_value] = ACTIONS(4418), + [anon_sym_override] = ACTIONS(4418), + [anon_sym_lateinit] = ACTIONS(4418), + [anon_sym_public] = ACTIONS(4418), + [anon_sym_private] = ACTIONS(4418), + [anon_sym_internal] = ACTIONS(4418), + [anon_sym_protected] = ACTIONS(4418), + [anon_sym_tailrec] = ACTIONS(4418), + [anon_sym_operator] = ACTIONS(4418), + [anon_sym_infix] = ACTIONS(4418), + [anon_sym_inline] = ACTIONS(4418), + [anon_sym_external] = ACTIONS(4418), + [sym_property_modifier] = ACTIONS(4418), + [anon_sym_abstract] = ACTIONS(4418), + [anon_sym_final] = ACTIONS(4418), + [anon_sym_open] = ACTIONS(4418), + [anon_sym_vararg] = ACTIONS(4418), + [anon_sym_noinline] = ACTIONS(4418), + [anon_sym_crossinline] = ACTIONS(4418), + [anon_sym_expect] = ACTIONS(4418), + [anon_sym_actual] = ACTIONS(4418), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4420), + [sym_safe_nav] = ACTIONS(4420), [sym_multiline_comment] = ACTIONS(3), }, - [3284] = { - [sym_enum_class_body] = STATE(3501), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_RBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_RPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [anon_sym_DASH_GT] = ACTIONS(3290), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_while] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3286), - [anon_sym_sealed] = ACTIONS(3286), - [anon_sym_annotation] = ACTIONS(3286), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_override] = ACTIONS(3286), - [anon_sym_lateinit] = ACTIONS(3286), - [anon_sym_public] = ACTIONS(3286), - [anon_sym_private] = ACTIONS(3286), - [anon_sym_internal] = ACTIONS(3286), - [anon_sym_protected] = ACTIONS(3286), - [anon_sym_tailrec] = ACTIONS(3286), - [anon_sym_operator] = ACTIONS(3286), - [anon_sym_infix] = ACTIONS(3286), - [anon_sym_inline] = ACTIONS(3286), - [anon_sym_external] = ACTIONS(3286), - [sym_property_modifier] = ACTIONS(3286), - [anon_sym_abstract] = ACTIONS(3286), - [anon_sym_final] = ACTIONS(3286), - [anon_sym_open] = ACTIONS(3286), - [anon_sym_vararg] = ACTIONS(3286), - [anon_sym_noinline] = ACTIONS(3286), - [anon_sym_crossinline] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [3167] = { + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(4214), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(4212), + [anon_sym_object] = ACTIONS(4212), + [anon_sym_fun] = ACTIONS(4212), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_this] = ACTIONS(4212), + [anon_sym_super] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_null] = ACTIONS(4212), + [anon_sym_if] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_when] = ACTIONS(4212), + [anon_sym_try] = ACTIONS(4212), + [anon_sym_throw] = ACTIONS(4212), + [anon_sym_return] = ACTIONS(4212), + [anon_sym_continue] = ACTIONS(4212), + [anon_sym_break] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4214), + [anon_sym_continue_AT] = ACTIONS(4214), + [anon_sym_break_AT] = ACTIONS(4214), + [anon_sym_this_AT] = ACTIONS(4214), + [anon_sym_super_AT] = ACTIONS(4214), + [sym_real_literal] = ACTIONS(4214), + [sym_integer_literal] = ACTIONS(4212), + [sym_hex_literal] = ACTIONS(4214), + [sym_bin_literal] = ACTIONS(4214), + [anon_sym_true] = ACTIONS(4212), + [anon_sym_false] = ACTIONS(4212), + [anon_sym_SQUOTE] = ACTIONS(4214), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4214), + }, + [3168] = { + [sym__alpha_identifier] = ACTIONS(4962), + [anon_sym_AT] = ACTIONS(4964), + [anon_sym_LBRACK] = ACTIONS(4964), + [anon_sym_as] = ACTIONS(4962), + [anon_sym_EQ] = ACTIONS(4962), + [anon_sym_LBRACE] = ACTIONS(4964), + [anon_sym_RBRACE] = ACTIONS(4964), + [anon_sym_LPAREN] = ACTIONS(4964), + [anon_sym_COMMA] = ACTIONS(4964), + [anon_sym_LT] = ACTIONS(4962), + [anon_sym_GT] = ACTIONS(4962), + [anon_sym_where] = ACTIONS(4962), + [anon_sym_object] = ACTIONS(4962), + [anon_sym_fun] = ACTIONS(4962), + [anon_sym_DOT] = ACTIONS(4962), + [anon_sym_SEMI] = ACTIONS(4964), + [anon_sym_get] = ACTIONS(4962), + [anon_sym_set] = ACTIONS(4962), + [anon_sym_this] = ACTIONS(4962), + [anon_sym_super] = ACTIONS(4962), + [anon_sym_STAR] = ACTIONS(4962), + [sym_label] = ACTIONS(4962), + [anon_sym_in] = ACTIONS(4962), + [anon_sym_DOT_DOT] = ACTIONS(4964), + [anon_sym_QMARK_COLON] = ACTIONS(4964), + [anon_sym_AMP_AMP] = ACTIONS(4964), + [anon_sym_PIPE_PIPE] = ACTIONS(4964), + [anon_sym_null] = ACTIONS(4962), + [anon_sym_if] = ACTIONS(4962), + [anon_sym_else] = ACTIONS(4962), + [anon_sym_when] = ACTIONS(4962), + [anon_sym_try] = ACTIONS(4962), + [anon_sym_throw] = ACTIONS(4962), + [anon_sym_return] = ACTIONS(4962), + [anon_sym_continue] = ACTIONS(4962), + [anon_sym_break] = ACTIONS(4962), + [anon_sym_COLON_COLON] = ACTIONS(4964), + [anon_sym_PLUS_EQ] = ACTIONS(4964), + [anon_sym_DASH_EQ] = ACTIONS(4964), + [anon_sym_STAR_EQ] = ACTIONS(4964), + [anon_sym_SLASH_EQ] = ACTIONS(4964), + [anon_sym_PERCENT_EQ] = ACTIONS(4964), + [anon_sym_BANG_EQ] = ACTIONS(4962), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4964), + [anon_sym_EQ_EQ] = ACTIONS(4962), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4964), + [anon_sym_LT_EQ] = ACTIONS(4964), + [anon_sym_GT_EQ] = ACTIONS(4964), + [anon_sym_BANGin] = ACTIONS(4964), + [anon_sym_is] = ACTIONS(4962), + [anon_sym_BANGis] = ACTIONS(4964), + [anon_sym_PLUS] = ACTIONS(4962), + [anon_sym_DASH] = ACTIONS(4962), + [anon_sym_SLASH] = ACTIONS(4962), + [anon_sym_PERCENT] = ACTIONS(4962), + [anon_sym_as_QMARK] = ACTIONS(4964), + [anon_sym_PLUS_PLUS] = ACTIONS(4964), + [anon_sym_DASH_DASH] = ACTIONS(4964), + [anon_sym_BANG] = ACTIONS(4962), + [anon_sym_BANG_BANG] = ACTIONS(4964), + [anon_sym_data] = ACTIONS(4962), + [anon_sym_inner] = ACTIONS(4962), + [anon_sym_value] = ACTIONS(4962), + [anon_sym_expect] = ACTIONS(4962), + [anon_sym_actual] = ACTIONS(4962), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4964), + [anon_sym_continue_AT] = ACTIONS(4964), + [anon_sym_break_AT] = ACTIONS(4964), + [anon_sym_this_AT] = ACTIONS(4964), + [anon_sym_super_AT] = ACTIONS(4964), + [sym_real_literal] = ACTIONS(4964), + [sym_integer_literal] = ACTIONS(4962), + [sym_hex_literal] = ACTIONS(4964), + [sym_bin_literal] = ACTIONS(4964), + [anon_sym_true] = ACTIONS(4962), + [anon_sym_false] = ACTIONS(4962), + [anon_sym_SQUOTE] = ACTIONS(4964), + [sym__backtick_identifier] = ACTIONS(4964), + [sym__automatic_semicolon] = ACTIONS(4964), + [sym_safe_nav] = ACTIONS(4964), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4964), }, - [3285] = { - [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_by] = ACTIONS(4722), - [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_value] = 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), + [3169] = { + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(1820), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_object] = ACTIONS(1818), + [anon_sym_fun] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(1818), + [anon_sym_set] = ACTIONS(1818), + [anon_sym_this] = ACTIONS(1818), + [anon_sym_super] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1818), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_null] = ACTIONS(1818), + [anon_sym_if] = ACTIONS(1818), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_when] = ACTIONS(1818), + [anon_sym_try] = ACTIONS(1818), + [anon_sym_throw] = ACTIONS(1818), + [anon_sym_return] = ACTIONS(1818), + [anon_sym_continue] = ACTIONS(1818), + [anon_sym_break] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_data] = ACTIONS(1818), + [anon_sym_inner] = ACTIONS(1818), + [anon_sym_value] = ACTIONS(1818), + [anon_sym_expect] = ACTIONS(1818), + [anon_sym_actual] = ACTIONS(1818), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1820), + [anon_sym_continue_AT] = ACTIONS(1820), + [anon_sym_break_AT] = ACTIONS(1820), + [anon_sym_this_AT] = ACTIONS(1820), + [anon_sym_super_AT] = ACTIONS(1820), + [sym_real_literal] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [sym_hex_literal] = ACTIONS(1820), + [sym_bin_literal] = ACTIONS(1820), + [anon_sym_true] = ACTIONS(1818), + [anon_sym_false] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1820), + }, + [3170] = { + [sym_function_body] = STATE(3184), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4481), + [anon_sym_AT] = ACTIONS(4483), + [anon_sym_LBRACK] = ACTIONS(4483), + [anon_sym_as] = ACTIONS(4481), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4483), + [anon_sym_LPAREN] = ACTIONS(4483), + [anon_sym_LT] = ACTIONS(4481), + [anon_sym_GT] = 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_value] = ACTIONS(4481), + [anon_sym_expect] = ACTIONS(4481), + [anon_sym_actual] = ACTIONS(4481), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4724), - [sym_safe_nav] = ACTIONS(4724), + [anon_sym_return_AT] = ACTIONS(4483), + [anon_sym_continue_AT] = ACTIONS(4483), + [anon_sym_break_AT] = ACTIONS(4483), + [anon_sym_this_AT] = ACTIONS(4483), + [anon_sym_super_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), }, - [3286] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1991), - [sym__comparison_operator] = STATE(1992), - [sym__in_operator] = STATE(1993), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1994), - [sym__multiplicative_operator] = STATE(1996), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2018), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3184), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3182), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3184), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3184), - [anon_sym_RPAREN] = ACTIONS(3184), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(6722), - [anon_sym_where] = ACTIONS(3182), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(6726), - [anon_sym_DASH_GT] = ACTIONS(3184), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(6730), - [anon_sym_while] = ACTIONS(3182), - [anon_sym_DOT_DOT] = ACTIONS(6732), - [anon_sym_QMARK_COLON] = ACTIONS(6734), - [anon_sym_AMP_AMP] = ACTIONS(6736), - [anon_sym_PIPE_PIPE] = ACTIONS(6738), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3184), - [anon_sym_DASH_EQ] = ACTIONS(3184), - [anon_sym_STAR_EQ] = ACTIONS(3184), - [anon_sym_SLASH_EQ] = ACTIONS(3184), - [anon_sym_PERCENT_EQ] = ACTIONS(3184), - [anon_sym_BANG_EQ] = ACTIONS(6742), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6744), - [anon_sym_EQ_EQ] = ACTIONS(6742), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6744), - [anon_sym_LT_EQ] = ACTIONS(6746), - [anon_sym_GT_EQ] = ACTIONS(6746), - [anon_sym_BANGin] = ACTIONS(6748), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(6754), - [anon_sym_DASH] = ACTIONS(6754), - [anon_sym_SLASH] = ACTIONS(6726), - [anon_sym_PERCENT] = ACTIONS(6726), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [3171] = { + [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_value] = ACTIONS(4481), + [anon_sym_expect] = ACTIONS(4481), + [anon_sym_actual] = ACTIONS(4481), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [anon_sym_return_AT] = ACTIONS(4483), + [anon_sym_continue_AT] = ACTIONS(4483), + [anon_sym_break_AT] = ACTIONS(4483), + [anon_sym_this_AT] = ACTIONS(4483), + [anon_sym_super_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), }, - [3287] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(6763), - [anon_sym_RPAREN] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [anon_sym_while] = ACTIONS(4267), - [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(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4262), - [sym_safe_nav] = ACTIONS(4265), + [3172] = { + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3284), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3280), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, + [3173] = { + [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_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(4309), + [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), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4311), + [anon_sym_super_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), + }, + [3174] = { + [sym__alpha_identifier] = ACTIONS(4778), + [anon_sym_AT] = ACTIONS(4780), + [anon_sym_LBRACK] = ACTIONS(4780), + [anon_sym_as] = ACTIONS(4778), + [anon_sym_EQ] = ACTIONS(4778), + [anon_sym_LBRACE] = ACTIONS(4780), + [anon_sym_RBRACE] = ACTIONS(4780), + [anon_sym_LPAREN] = ACTIONS(4780), + [anon_sym_COMMA] = ACTIONS(4780), + [anon_sym_LT] = ACTIONS(4778), + [anon_sym_GT] = ACTIONS(4778), + [anon_sym_where] = ACTIONS(4778), + [anon_sym_object] = ACTIONS(4778), + [anon_sym_fun] = ACTIONS(4778), + [anon_sym_DOT] = ACTIONS(4778), + [anon_sym_SEMI] = ACTIONS(4780), + [anon_sym_get] = ACTIONS(4778), + [anon_sym_set] = ACTIONS(4778), + [anon_sym_this] = ACTIONS(4778), + [anon_sym_super] = ACTIONS(4778), + [anon_sym_STAR] = ACTIONS(4778), + [sym_label] = ACTIONS(4778), + [anon_sym_in] = ACTIONS(4778), + [anon_sym_DOT_DOT] = ACTIONS(4780), + [anon_sym_QMARK_COLON] = ACTIONS(4780), + [anon_sym_AMP_AMP] = ACTIONS(4780), + [anon_sym_PIPE_PIPE] = ACTIONS(4780), + [anon_sym_null] = ACTIONS(4778), + [anon_sym_if] = ACTIONS(4778), + [anon_sym_else] = ACTIONS(4778), + [anon_sym_when] = ACTIONS(4778), + [anon_sym_try] = ACTIONS(4778), + [anon_sym_throw] = ACTIONS(4778), + [anon_sym_return] = ACTIONS(4778), + [anon_sym_continue] = ACTIONS(4778), + [anon_sym_break] = ACTIONS(4778), + [anon_sym_COLON_COLON] = ACTIONS(4780), + [anon_sym_PLUS_EQ] = ACTIONS(4780), + [anon_sym_DASH_EQ] = ACTIONS(4780), + [anon_sym_STAR_EQ] = ACTIONS(4780), + [anon_sym_SLASH_EQ] = ACTIONS(4780), + [anon_sym_PERCENT_EQ] = ACTIONS(4780), + [anon_sym_BANG_EQ] = ACTIONS(4778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4780), + [anon_sym_EQ_EQ] = ACTIONS(4778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4780), + [anon_sym_LT_EQ] = ACTIONS(4780), + [anon_sym_GT_EQ] = ACTIONS(4780), + [anon_sym_BANGin] = ACTIONS(4780), + [anon_sym_is] = ACTIONS(4778), + [anon_sym_BANGis] = ACTIONS(4780), + [anon_sym_PLUS] = ACTIONS(4778), + [anon_sym_DASH] = ACTIONS(4778), + [anon_sym_SLASH] = ACTIONS(4778), + [anon_sym_PERCENT] = ACTIONS(4778), + [anon_sym_as_QMARK] = ACTIONS(4780), + [anon_sym_PLUS_PLUS] = ACTIONS(4780), + [anon_sym_DASH_DASH] = ACTIONS(4780), + [anon_sym_BANG] = ACTIONS(4778), + [anon_sym_BANG_BANG] = ACTIONS(4780), + [anon_sym_data] = ACTIONS(4778), + [anon_sym_inner] = ACTIONS(4778), + [anon_sym_value] = ACTIONS(4778), + [anon_sym_expect] = ACTIONS(4778), + [anon_sym_actual] = ACTIONS(4778), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4780), + [anon_sym_continue_AT] = ACTIONS(4780), + [anon_sym_break_AT] = ACTIONS(4780), + [anon_sym_this_AT] = ACTIONS(4780), + [anon_sym_super_AT] = ACTIONS(4780), + [sym_real_literal] = ACTIONS(4780), + [sym_integer_literal] = ACTIONS(4778), + [sym_hex_literal] = ACTIONS(4780), + [sym_bin_literal] = ACTIONS(4780), + [anon_sym_true] = ACTIONS(4778), + [anon_sym_false] = ACTIONS(4778), + [anon_sym_SQUOTE] = ACTIONS(4780), + [sym__backtick_identifier] = ACTIONS(4780), + [sym__automatic_semicolon] = ACTIONS(4780), + [sym_safe_nav] = ACTIONS(4780), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), + [sym__string_start] = ACTIONS(4780), }, - [3288] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1991), - [sym__comparison_operator] = STATE(1992), - [sym__in_operator] = STATE(1993), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1994), - [sym__multiplicative_operator] = STATE(1996), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2018), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3123), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3121), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3123), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3123), - [anon_sym_RPAREN] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(6722), - [anon_sym_where] = ACTIONS(3121), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3123), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(6726), - [anon_sym_DASH_GT] = ACTIONS(3123), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(6730), - [anon_sym_while] = ACTIONS(3121), - [anon_sym_DOT_DOT] = ACTIONS(6732), - [anon_sym_QMARK_COLON] = ACTIONS(6734), - [anon_sym_AMP_AMP] = ACTIONS(6736), - [anon_sym_PIPE_PIPE] = ACTIONS(6738), - [anon_sym_else] = ACTIONS(3121), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3123), - [anon_sym_DASH_EQ] = ACTIONS(3123), - [anon_sym_STAR_EQ] = ACTIONS(3123), - [anon_sym_SLASH_EQ] = ACTIONS(3123), - [anon_sym_PERCENT_EQ] = ACTIONS(3123), - [anon_sym_BANG_EQ] = ACTIONS(6742), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6744), - [anon_sym_EQ_EQ] = ACTIONS(6742), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6744), - [anon_sym_LT_EQ] = ACTIONS(6746), - [anon_sym_GT_EQ] = ACTIONS(6746), - [anon_sym_BANGin] = ACTIONS(6748), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(6754), - [anon_sym_DASH] = ACTIONS(6754), - [anon_sym_SLASH] = ACTIONS(6726), - [anon_sym_PERCENT] = ACTIONS(6726), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [3175] = { + [sym__alpha_identifier] = ACTIONS(5102), + [anon_sym_AT] = ACTIONS(5104), + [anon_sym_LBRACK] = ACTIONS(5104), + [anon_sym_as] = ACTIONS(5102), + [anon_sym_EQ] = ACTIONS(5102), + [anon_sym_LBRACE] = ACTIONS(5104), + [anon_sym_RBRACE] = ACTIONS(5104), + [anon_sym_LPAREN] = ACTIONS(5104), + [anon_sym_COMMA] = ACTIONS(5104), + [anon_sym_LT] = ACTIONS(5102), + [anon_sym_GT] = ACTIONS(5102), + [anon_sym_where] = ACTIONS(5102), + [anon_sym_object] = ACTIONS(5102), + [anon_sym_fun] = ACTIONS(5102), + [anon_sym_DOT] = ACTIONS(5102), + [anon_sym_SEMI] = ACTIONS(5104), + [anon_sym_get] = ACTIONS(5102), + [anon_sym_set] = ACTIONS(5102), + [anon_sym_this] = ACTIONS(5102), + [anon_sym_super] = ACTIONS(5102), + [anon_sym_STAR] = ACTIONS(5102), + [sym_label] = ACTIONS(5102), + [anon_sym_in] = ACTIONS(5102), + [anon_sym_DOT_DOT] = ACTIONS(5104), + [anon_sym_QMARK_COLON] = ACTIONS(5104), + [anon_sym_AMP_AMP] = ACTIONS(5104), + [anon_sym_PIPE_PIPE] = ACTIONS(5104), + [anon_sym_null] = ACTIONS(5102), + [anon_sym_if] = ACTIONS(5102), + [anon_sym_else] = ACTIONS(5102), + [anon_sym_when] = ACTIONS(5102), + [anon_sym_try] = ACTIONS(5102), + [anon_sym_throw] = ACTIONS(5102), + [anon_sym_return] = ACTIONS(5102), + [anon_sym_continue] = ACTIONS(5102), + [anon_sym_break] = ACTIONS(5102), + [anon_sym_COLON_COLON] = ACTIONS(5104), + [anon_sym_PLUS_EQ] = ACTIONS(5104), + [anon_sym_DASH_EQ] = ACTIONS(5104), + [anon_sym_STAR_EQ] = ACTIONS(5104), + [anon_sym_SLASH_EQ] = ACTIONS(5104), + [anon_sym_PERCENT_EQ] = ACTIONS(5104), + [anon_sym_BANG_EQ] = ACTIONS(5102), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5104), + [anon_sym_EQ_EQ] = ACTIONS(5102), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5104), + [anon_sym_LT_EQ] = ACTIONS(5104), + [anon_sym_GT_EQ] = ACTIONS(5104), + [anon_sym_BANGin] = ACTIONS(5104), + [anon_sym_is] = ACTIONS(5102), + [anon_sym_BANGis] = ACTIONS(5104), + [anon_sym_PLUS] = ACTIONS(5102), + [anon_sym_DASH] = ACTIONS(5102), + [anon_sym_SLASH] = ACTIONS(5102), + [anon_sym_PERCENT] = ACTIONS(5102), + [anon_sym_as_QMARK] = ACTIONS(5104), + [anon_sym_PLUS_PLUS] = ACTIONS(5104), + [anon_sym_DASH_DASH] = ACTIONS(5104), + [anon_sym_BANG] = ACTIONS(5102), + [anon_sym_BANG_BANG] = ACTIONS(5104), + [anon_sym_data] = ACTIONS(5102), + [anon_sym_inner] = ACTIONS(5102), + [anon_sym_value] = ACTIONS(5102), + [anon_sym_expect] = ACTIONS(5102), + [anon_sym_actual] = ACTIONS(5102), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5104), + [anon_sym_continue_AT] = ACTIONS(5104), + [anon_sym_break_AT] = ACTIONS(5104), + [anon_sym_this_AT] = ACTIONS(5104), + [anon_sym_super_AT] = ACTIONS(5104), + [sym_real_literal] = ACTIONS(5104), + [sym_integer_literal] = ACTIONS(5102), + [sym_hex_literal] = ACTIONS(5104), + [sym_bin_literal] = ACTIONS(5104), + [anon_sym_true] = ACTIONS(5102), + [anon_sym_false] = ACTIONS(5102), + [anon_sym_SQUOTE] = ACTIONS(5104), + [sym__backtick_identifier] = ACTIONS(5104), + [sym__automatic_semicolon] = ACTIONS(5104), + [sym_safe_nav] = ACTIONS(5104), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5104), + }, + [3176] = { + [sym__alpha_identifier] = ACTIONS(5110), + [anon_sym_AT] = ACTIONS(5112), + [anon_sym_LBRACK] = ACTIONS(5112), + [anon_sym_as] = ACTIONS(5110), + [anon_sym_EQ] = ACTIONS(5110), + [anon_sym_LBRACE] = ACTIONS(5112), + [anon_sym_RBRACE] = ACTIONS(5112), + [anon_sym_LPAREN] = ACTIONS(5112), + [anon_sym_COMMA] = ACTIONS(5112), + [anon_sym_LT] = ACTIONS(5110), + [anon_sym_GT] = ACTIONS(5110), + [anon_sym_where] = ACTIONS(5110), + [anon_sym_object] = ACTIONS(5110), + [anon_sym_fun] = ACTIONS(5110), + [anon_sym_DOT] = ACTIONS(5110), + [anon_sym_SEMI] = ACTIONS(5112), + [anon_sym_get] = ACTIONS(5110), + [anon_sym_set] = ACTIONS(5110), + [anon_sym_this] = ACTIONS(5110), + [anon_sym_super] = ACTIONS(5110), + [anon_sym_STAR] = ACTIONS(5110), + [sym_label] = ACTIONS(5110), + [anon_sym_in] = ACTIONS(5110), + [anon_sym_DOT_DOT] = ACTIONS(5112), + [anon_sym_QMARK_COLON] = ACTIONS(5112), + [anon_sym_AMP_AMP] = ACTIONS(5112), + [anon_sym_PIPE_PIPE] = ACTIONS(5112), + [anon_sym_null] = ACTIONS(5110), + [anon_sym_if] = ACTIONS(5110), + [anon_sym_else] = ACTIONS(5110), + [anon_sym_when] = ACTIONS(5110), + [anon_sym_try] = ACTIONS(5110), + [anon_sym_throw] = ACTIONS(5110), + [anon_sym_return] = ACTIONS(5110), + [anon_sym_continue] = ACTIONS(5110), + [anon_sym_break] = ACTIONS(5110), + [anon_sym_COLON_COLON] = ACTIONS(6619), + [anon_sym_PLUS_EQ] = ACTIONS(5112), + [anon_sym_DASH_EQ] = ACTIONS(5112), + [anon_sym_STAR_EQ] = ACTIONS(5112), + [anon_sym_SLASH_EQ] = ACTIONS(5112), + [anon_sym_PERCENT_EQ] = ACTIONS(5112), + [anon_sym_BANG_EQ] = ACTIONS(5110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5112), + [anon_sym_EQ_EQ] = ACTIONS(5110), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5112), + [anon_sym_LT_EQ] = ACTIONS(5112), + [anon_sym_GT_EQ] = ACTIONS(5112), + [anon_sym_BANGin] = ACTIONS(5112), + [anon_sym_is] = ACTIONS(5110), + [anon_sym_BANGis] = ACTIONS(5112), + [anon_sym_PLUS] = ACTIONS(5110), + [anon_sym_DASH] = ACTIONS(5110), + [anon_sym_SLASH] = ACTIONS(5110), + [anon_sym_PERCENT] = ACTIONS(5110), + [anon_sym_as_QMARK] = ACTIONS(5112), + [anon_sym_PLUS_PLUS] = ACTIONS(5112), + [anon_sym_DASH_DASH] = ACTIONS(5112), + [anon_sym_BANG] = ACTIONS(5110), + [anon_sym_BANG_BANG] = ACTIONS(5112), + [anon_sym_data] = ACTIONS(5110), + [anon_sym_inner] = ACTIONS(5110), + [anon_sym_value] = ACTIONS(5110), + [anon_sym_expect] = ACTIONS(5110), + [anon_sym_actual] = ACTIONS(5110), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5112), + [anon_sym_continue_AT] = ACTIONS(5112), + [anon_sym_break_AT] = ACTIONS(5112), + [anon_sym_this_AT] = ACTIONS(5112), + [anon_sym_super_AT] = ACTIONS(5112), + [sym_real_literal] = ACTIONS(5112), + [sym_integer_literal] = ACTIONS(5110), + [sym_hex_literal] = ACTIONS(5112), + [sym_bin_literal] = ACTIONS(5112), + [anon_sym_true] = ACTIONS(5110), + [anon_sym_false] = ACTIONS(5110), + [anon_sym_SQUOTE] = ACTIONS(5112), + [sym__backtick_identifier] = ACTIONS(5112), + [sym__automatic_semicolon] = ACTIONS(5112), + [sym_safe_nav] = ACTIONS(5112), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5112), + }, + [3177] = { + [sym__alpha_identifier] = ACTIONS(4766), + [anon_sym_AT] = ACTIONS(4768), + [anon_sym_LBRACK] = ACTIONS(4768), + [anon_sym_as] = ACTIONS(4766), + [anon_sym_EQ] = ACTIONS(4766), + [anon_sym_LBRACE] = ACTIONS(4768), + [anon_sym_RBRACE] = ACTIONS(4768), + [anon_sym_LPAREN] = ACTIONS(4768), + [anon_sym_COMMA] = ACTIONS(4768), + [anon_sym_LT] = ACTIONS(4766), + [anon_sym_GT] = ACTIONS(4766), + [anon_sym_where] = ACTIONS(4766), + [anon_sym_object] = ACTIONS(4766), + [anon_sym_fun] = ACTIONS(4766), + [anon_sym_DOT] = ACTIONS(4766), + [anon_sym_SEMI] = ACTIONS(4768), + [anon_sym_get] = ACTIONS(4766), + [anon_sym_set] = ACTIONS(4766), + [anon_sym_this] = ACTIONS(4766), + [anon_sym_super] = ACTIONS(4766), + [anon_sym_STAR] = ACTIONS(4766), + [sym_label] = ACTIONS(4766), + [anon_sym_in] = ACTIONS(4766), + [anon_sym_DOT_DOT] = ACTIONS(4768), + [anon_sym_QMARK_COLON] = ACTIONS(4768), + [anon_sym_AMP_AMP] = ACTIONS(4768), + [anon_sym_PIPE_PIPE] = ACTIONS(4768), + [anon_sym_null] = ACTIONS(4766), + [anon_sym_if] = ACTIONS(4766), + [anon_sym_else] = ACTIONS(4766), + [anon_sym_when] = ACTIONS(4766), + [anon_sym_try] = ACTIONS(4766), + [anon_sym_throw] = ACTIONS(4766), + [anon_sym_return] = ACTIONS(4766), + [anon_sym_continue] = ACTIONS(4766), + [anon_sym_break] = ACTIONS(4766), + [anon_sym_COLON_COLON] = ACTIONS(4768), + [anon_sym_PLUS_EQ] = ACTIONS(4768), + [anon_sym_DASH_EQ] = ACTIONS(4768), + [anon_sym_STAR_EQ] = ACTIONS(4768), + [anon_sym_SLASH_EQ] = ACTIONS(4768), + [anon_sym_PERCENT_EQ] = ACTIONS(4768), + [anon_sym_BANG_EQ] = ACTIONS(4766), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4768), + [anon_sym_EQ_EQ] = ACTIONS(4766), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4768), + [anon_sym_LT_EQ] = ACTIONS(4768), + [anon_sym_GT_EQ] = ACTIONS(4768), + [anon_sym_BANGin] = ACTIONS(4768), + [anon_sym_is] = ACTIONS(4766), + [anon_sym_BANGis] = ACTIONS(4768), + [anon_sym_PLUS] = ACTIONS(4766), + [anon_sym_DASH] = ACTIONS(4766), + [anon_sym_SLASH] = ACTIONS(4766), + [anon_sym_PERCENT] = ACTIONS(4766), + [anon_sym_as_QMARK] = ACTIONS(4768), + [anon_sym_PLUS_PLUS] = ACTIONS(4768), + [anon_sym_DASH_DASH] = ACTIONS(4768), + [anon_sym_BANG] = ACTIONS(4766), + [anon_sym_BANG_BANG] = ACTIONS(4768), + [anon_sym_data] = ACTIONS(4766), + [anon_sym_inner] = ACTIONS(4766), + [anon_sym_value] = ACTIONS(4766), + [anon_sym_expect] = ACTIONS(4766), + [anon_sym_actual] = ACTIONS(4766), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4768), + [anon_sym_continue_AT] = ACTIONS(4768), + [anon_sym_break_AT] = ACTIONS(4768), + [anon_sym_this_AT] = ACTIONS(4768), + [anon_sym_super_AT] = ACTIONS(4768), + [sym_real_literal] = ACTIONS(4768), + [sym_integer_literal] = ACTIONS(4766), + [sym_hex_literal] = ACTIONS(4768), + [sym_bin_literal] = ACTIONS(4768), + [anon_sym_true] = ACTIONS(4766), + [anon_sym_false] = ACTIONS(4766), + [anon_sym_SQUOTE] = ACTIONS(4768), + [sym__backtick_identifier] = ACTIONS(4768), + [sym__automatic_semicolon] = ACTIONS(4768), + [sym_safe_nav] = ACTIONS(4768), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4768), + }, + [3178] = { + [sym__alpha_identifier] = ACTIONS(4914), + [anon_sym_AT] = ACTIONS(4916), + [anon_sym_LBRACK] = ACTIONS(4916), + [anon_sym_as] = ACTIONS(4914), + [anon_sym_EQ] = ACTIONS(4914), + [anon_sym_LBRACE] = ACTIONS(4916), + [anon_sym_RBRACE] = ACTIONS(4916), + [anon_sym_LPAREN] = ACTIONS(4916), + [anon_sym_COMMA] = ACTIONS(4916), + [anon_sym_LT] = ACTIONS(4914), + [anon_sym_GT] = ACTIONS(4914), + [anon_sym_where] = ACTIONS(4914), + [anon_sym_object] = ACTIONS(4914), + [anon_sym_fun] = ACTIONS(4914), + [anon_sym_DOT] = ACTIONS(4914), + [anon_sym_SEMI] = ACTIONS(4916), + [anon_sym_get] = ACTIONS(4914), + [anon_sym_set] = ACTIONS(4914), + [anon_sym_this] = ACTIONS(4914), + [anon_sym_super] = ACTIONS(4914), + [anon_sym_STAR] = ACTIONS(4914), + [sym_label] = ACTIONS(4914), + [anon_sym_in] = ACTIONS(4914), + [anon_sym_DOT_DOT] = ACTIONS(4916), + [anon_sym_QMARK_COLON] = ACTIONS(4916), + [anon_sym_AMP_AMP] = ACTIONS(4916), + [anon_sym_PIPE_PIPE] = ACTIONS(4916), + [anon_sym_null] = ACTIONS(4914), + [anon_sym_if] = ACTIONS(4914), + [anon_sym_else] = ACTIONS(4914), + [anon_sym_when] = ACTIONS(4914), + [anon_sym_try] = ACTIONS(4914), + [anon_sym_throw] = ACTIONS(4914), + [anon_sym_return] = ACTIONS(4914), + [anon_sym_continue] = ACTIONS(4914), + [anon_sym_break] = ACTIONS(4914), + [anon_sym_COLON_COLON] = ACTIONS(4916), + [anon_sym_PLUS_EQ] = ACTIONS(4916), + [anon_sym_DASH_EQ] = ACTIONS(4916), + [anon_sym_STAR_EQ] = ACTIONS(4916), + [anon_sym_SLASH_EQ] = ACTIONS(4916), + [anon_sym_PERCENT_EQ] = ACTIONS(4916), + [anon_sym_BANG_EQ] = ACTIONS(4914), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4916), + [anon_sym_EQ_EQ] = ACTIONS(4914), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4916), + [anon_sym_LT_EQ] = ACTIONS(4916), + [anon_sym_GT_EQ] = ACTIONS(4916), + [anon_sym_BANGin] = ACTIONS(4916), + [anon_sym_is] = ACTIONS(4914), + [anon_sym_BANGis] = ACTIONS(4916), + [anon_sym_PLUS] = ACTIONS(4914), + [anon_sym_DASH] = ACTIONS(4914), + [anon_sym_SLASH] = ACTIONS(4914), + [anon_sym_PERCENT] = ACTIONS(4914), + [anon_sym_as_QMARK] = ACTIONS(4916), + [anon_sym_PLUS_PLUS] = ACTIONS(4916), + [anon_sym_DASH_DASH] = ACTIONS(4916), + [anon_sym_BANG] = ACTIONS(4914), + [anon_sym_BANG_BANG] = ACTIONS(4916), + [anon_sym_data] = ACTIONS(4914), + [anon_sym_inner] = ACTIONS(4914), + [anon_sym_value] = ACTIONS(4914), + [anon_sym_expect] = ACTIONS(4914), + [anon_sym_actual] = ACTIONS(4914), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [anon_sym_return_AT] = ACTIONS(4916), + [anon_sym_continue_AT] = ACTIONS(4916), + [anon_sym_break_AT] = ACTIONS(4916), + [anon_sym_this_AT] = ACTIONS(4916), + [anon_sym_super_AT] = ACTIONS(4916), + [sym_real_literal] = ACTIONS(4916), + [sym_integer_literal] = ACTIONS(4914), + [sym_hex_literal] = ACTIONS(4916), + [sym_bin_literal] = ACTIONS(4916), + [anon_sym_true] = ACTIONS(4914), + [anon_sym_false] = ACTIONS(4914), + [anon_sym_SQUOTE] = ACTIONS(4916), + [sym__backtick_identifier] = ACTIONS(4916), + [sym__automatic_semicolon] = ACTIONS(4916), + [sym_safe_nav] = ACTIONS(4916), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4916), }, - [3289] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1991), - [sym__comparison_operator] = STATE(1992), - [sym__in_operator] = STATE(1993), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1994), - [sym__multiplicative_operator] = STATE(1996), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2018), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3169), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3167), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3169), - [anon_sym_RPAREN] = ACTIONS(3169), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(6722), - [anon_sym_where] = ACTIONS(3167), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(6726), - [anon_sym_DASH_GT] = ACTIONS(3169), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(6730), - [anon_sym_while] = ACTIONS(3167), - [anon_sym_DOT_DOT] = ACTIONS(6732), - [anon_sym_QMARK_COLON] = ACTIONS(6734), - [anon_sym_AMP_AMP] = ACTIONS(6736), - [anon_sym_PIPE_PIPE] = ACTIONS(6738), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3169), - [anon_sym_DASH_EQ] = ACTIONS(3169), - [anon_sym_STAR_EQ] = ACTIONS(3169), - [anon_sym_SLASH_EQ] = ACTIONS(3169), - [anon_sym_PERCENT_EQ] = ACTIONS(3169), - [anon_sym_BANG_EQ] = ACTIONS(6742), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6744), - [anon_sym_EQ_EQ] = ACTIONS(6742), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6744), - [anon_sym_LT_EQ] = ACTIONS(6746), - [anon_sym_GT_EQ] = ACTIONS(6746), - [anon_sym_BANGin] = ACTIONS(6748), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(6754), - [anon_sym_DASH] = ACTIONS(6754), - [anon_sym_SLASH] = ACTIONS(6726), - [anon_sym_PERCENT] = ACTIONS(6726), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [3179] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(6658), + [anon_sym_COMMA] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(4295), + [anon_sym_fun] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(4295), + [anon_sym_super] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(4295), + [anon_sym_if] = ACTIONS(4295), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4295), + [anon_sym_try] = ACTIONS(4295), + [anon_sym_throw] = ACTIONS(4295), + [anon_sym_return] = ACTIONS(4295), + [anon_sym_continue] = ACTIONS(4295), + [anon_sym_break] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(4295), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [anon_sym_return_AT] = ACTIONS(4298), + [anon_sym_continue_AT] = ACTIONS(4298), + [anon_sym_break_AT] = ACTIONS(4298), + [anon_sym_this_AT] = ACTIONS(4298), + [anon_sym_super_AT] = ACTIONS(4298), + [sym_real_literal] = ACTIONS(4298), + [sym_integer_literal] = ACTIONS(4295), + [sym_hex_literal] = ACTIONS(4298), + [sym_bin_literal] = ACTIONS(4298), + [anon_sym_true] = ACTIONS(4295), + [anon_sym_false] = ACTIONS(4295), + [anon_sym_SQUOTE] = ACTIONS(4298), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4298), }, - [3290] = { + [3180] = { [sym__alpha_identifier] = ACTIONS(4281), [anon_sym_AT] = ACTIONS(4284), [anon_sym_LBRACK] = ACTIONS(4284), @@ -386585,35 +377221,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ] = ACTIONS(4289), [anon_sym_LBRACE] = ACTIONS(4284), [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(6767), - [anon_sym_RPAREN] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(6662), + [anon_sym_COMMA] = ACTIONS(4287), [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), + [anon_sym_where] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(4281), + [anon_sym_fun] = ACTIONS(4281), [anon_sym_DOT] = ACTIONS(4289), [anon_sym_SEMI] = ACTIONS(4287), [anon_sym_get] = ACTIONS(4281), [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), + [anon_sym_this] = ACTIONS(4281), + [anon_sym_super] = ACTIONS(4281), [anon_sym_STAR] = ACTIONS(4281), [sym_label] = ACTIONS(4281), [anon_sym_in] = ACTIONS(4289), - [anon_sym_while] = ACTIONS(4289), [anon_sym_DOT_DOT] = ACTIONS(4287), [anon_sym_QMARK_COLON] = ACTIONS(4287), [anon_sym_AMP_AMP] = ACTIONS(4287), [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), + [anon_sym_null] = ACTIONS(4281), + [anon_sym_if] = ACTIONS(4281), [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), + [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(4284), [anon_sym_PLUS_EQ] = ACTIONS(4287), [anon_sym_DASH_EQ] = ACTIONS(4287), @@ -386636,7 +377272,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(4287), [anon_sym_PLUS_PLUS] = ACTIONS(4284), [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4004), + [anon_sym_BANG] = ACTIONS(4281), [anon_sym_BANG_BANG] = ACTIONS(4287), [anon_sym_data] = ACTIONS(4281), [anon_sym_inner] = ACTIONS(4281), @@ -386644,977 +377280,316 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4281), [anon_sym_actual] = ACTIONS(4281), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), + [anon_sym_return_AT] = ACTIONS(4284), + [anon_sym_continue_AT] = ACTIONS(4284), + [anon_sym_break_AT] = ACTIONS(4284), + [anon_sym_this_AT] = ACTIONS(4284), + [anon_sym_super_AT] = ACTIONS(4284), + [sym_real_literal] = ACTIONS(4284), + [sym_integer_literal] = ACTIONS(4281), + [sym_hex_literal] = ACTIONS(4284), + [sym_bin_literal] = ACTIONS(4284), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [anon_sym_SQUOTE] = ACTIONS(4284), [sym__backtick_identifier] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4287), [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [3291] = { - [sym__alpha_identifier] = ACTIONS(4559), - [anon_sym_AT] = ACTIONS(4561), - [anon_sym_COLON] = ACTIONS(4559), - [anon_sym_LBRACK] = ACTIONS(4561), - [anon_sym_RBRACK] = ACTIONS(4561), - [anon_sym_as] = ACTIONS(4559), - [anon_sym_EQ] = ACTIONS(4559), - [anon_sym_LBRACE] = ACTIONS(4561), - [anon_sym_RBRACE] = ACTIONS(4561), - [anon_sym_LPAREN] = ACTIONS(4561), - [anon_sym_COMMA] = ACTIONS(4561), - [anon_sym_RPAREN] = ACTIONS(4561), - [anon_sym_LT] = ACTIONS(4559), - [anon_sym_GT] = ACTIONS(4559), - [anon_sym_where] = ACTIONS(4559), - [anon_sym_DOT] = ACTIONS(4559), - [anon_sym_SEMI] = ACTIONS(4561), - [anon_sym_get] = ACTIONS(4559), - [anon_sym_set] = ACTIONS(4559), - [anon_sym_STAR] = ACTIONS(4559), - [anon_sym_DASH_GT] = ACTIONS(4561), - [sym_label] = ACTIONS(4561), - [anon_sym_in] = ACTIONS(4559), - [anon_sym_while] = ACTIONS(4559), - [anon_sym_DOT_DOT] = ACTIONS(4561), - [anon_sym_QMARK_COLON] = ACTIONS(4561), - [anon_sym_AMP_AMP] = ACTIONS(4561), - [anon_sym_PIPE_PIPE] = ACTIONS(4561), - [anon_sym_else] = ACTIONS(4559), - [anon_sym_COLON_COLON] = ACTIONS(4561), - [anon_sym_PLUS_EQ] = ACTIONS(4561), - [anon_sym_DASH_EQ] = ACTIONS(4561), - [anon_sym_STAR_EQ] = ACTIONS(4561), - [anon_sym_SLASH_EQ] = ACTIONS(4561), - [anon_sym_PERCENT_EQ] = ACTIONS(4561), - [anon_sym_BANG_EQ] = ACTIONS(4559), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4561), - [anon_sym_EQ_EQ] = ACTIONS(4559), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4561), - [anon_sym_LT_EQ] = ACTIONS(4561), - [anon_sym_GT_EQ] = ACTIONS(4561), - [anon_sym_BANGin] = ACTIONS(4561), - [anon_sym_is] = ACTIONS(4559), - [anon_sym_BANGis] = ACTIONS(4561), - [anon_sym_PLUS] = ACTIONS(4559), - [anon_sym_DASH] = ACTIONS(4559), - [anon_sym_SLASH] = ACTIONS(4559), - [anon_sym_PERCENT] = ACTIONS(4559), - [anon_sym_as_QMARK] = ACTIONS(4561), - [anon_sym_PLUS_PLUS] = ACTIONS(4561), - [anon_sym_DASH_DASH] = ACTIONS(4561), - [anon_sym_BANG_BANG] = ACTIONS(4561), - [anon_sym_suspend] = ACTIONS(4559), - [anon_sym_sealed] = ACTIONS(4559), - [anon_sym_annotation] = ACTIONS(4559), - [anon_sym_data] = ACTIONS(4559), - [anon_sym_inner] = ACTIONS(4559), - [anon_sym_value] = ACTIONS(4559), - [anon_sym_override] = ACTIONS(4559), - [anon_sym_lateinit] = ACTIONS(4559), - [anon_sym_public] = ACTIONS(4559), - [anon_sym_private] = ACTIONS(4559), - [anon_sym_internal] = ACTIONS(4559), - [anon_sym_protected] = ACTIONS(4559), - [anon_sym_tailrec] = ACTIONS(4559), - [anon_sym_operator] = ACTIONS(4559), - [anon_sym_infix] = ACTIONS(4559), - [anon_sym_inline] = ACTIONS(4559), - [anon_sym_external] = ACTIONS(4559), - [sym_property_modifier] = ACTIONS(4559), - [anon_sym_abstract] = ACTIONS(4559), - [anon_sym_final] = ACTIONS(4559), - [anon_sym_open] = ACTIONS(4559), - [anon_sym_vararg] = ACTIONS(4559), - [anon_sym_noinline] = ACTIONS(4559), - [anon_sym_crossinline] = ACTIONS(4559), - [anon_sym_expect] = ACTIONS(4559), - [anon_sym_actual] = ACTIONS(4559), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4561), - [sym_safe_nav] = ACTIONS(4561), - [sym_multiline_comment] = ACTIONS(3), - }, - [3292] = { - [sym__alpha_identifier] = ACTIONS(4728), - [anon_sym_AT] = ACTIONS(4730), - [anon_sym_LBRACK] = ACTIONS(4730), - [anon_sym_RBRACK] = ACTIONS(4730), - [anon_sym_as] = ACTIONS(4728), - [anon_sym_EQ] = ACTIONS(4728), - [anon_sym_LBRACE] = ACTIONS(4730), - [anon_sym_RBRACE] = ACTIONS(4730), - [anon_sym_LPAREN] = ACTIONS(4730), - [anon_sym_COMMA] = ACTIONS(4730), - [anon_sym_RPAREN] = ACTIONS(4730), - [anon_sym_by] = ACTIONS(4728), - [anon_sym_LT] = ACTIONS(4728), - [anon_sym_GT] = ACTIONS(4728), - [anon_sym_where] = ACTIONS(4728), - [anon_sym_DOT] = ACTIONS(4728), - [anon_sym_SEMI] = ACTIONS(4730), - [anon_sym_get] = ACTIONS(4728), - [anon_sym_set] = ACTIONS(4728), - [anon_sym_STAR] = ACTIONS(4728), - [anon_sym_DASH_GT] = ACTIONS(4730), - [sym_label] = ACTIONS(4730), - [anon_sym_in] = ACTIONS(4728), - [anon_sym_while] = ACTIONS(4728), - [anon_sym_DOT_DOT] = ACTIONS(4730), - [anon_sym_QMARK_COLON] = ACTIONS(4730), - [anon_sym_AMP_AMP] = ACTIONS(4730), - [anon_sym_PIPE_PIPE] = ACTIONS(4730), - [anon_sym_else] = ACTIONS(4728), - [anon_sym_COLON_COLON] = ACTIONS(4730), - [anon_sym_PLUS_EQ] = ACTIONS(4730), - [anon_sym_DASH_EQ] = ACTIONS(4730), - [anon_sym_STAR_EQ] = ACTIONS(4730), - [anon_sym_SLASH_EQ] = ACTIONS(4730), - [anon_sym_PERCENT_EQ] = ACTIONS(4730), - [anon_sym_BANG_EQ] = ACTIONS(4728), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4730), - [anon_sym_EQ_EQ] = ACTIONS(4728), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4730), - [anon_sym_LT_EQ] = ACTIONS(4730), - [anon_sym_GT_EQ] = ACTIONS(4730), - [anon_sym_BANGin] = ACTIONS(4730), - [anon_sym_is] = ACTIONS(4728), - [anon_sym_BANGis] = ACTIONS(4730), - [anon_sym_PLUS] = ACTIONS(4728), - [anon_sym_DASH] = ACTIONS(4728), - [anon_sym_SLASH] = ACTIONS(4728), - [anon_sym_PERCENT] = ACTIONS(4728), - [anon_sym_as_QMARK] = ACTIONS(4730), - [anon_sym_PLUS_PLUS] = ACTIONS(4730), - [anon_sym_DASH_DASH] = ACTIONS(4730), - [anon_sym_BANG_BANG] = ACTIONS(4730), - [anon_sym_suspend] = ACTIONS(4728), - [anon_sym_sealed] = ACTIONS(4728), - [anon_sym_annotation] = ACTIONS(4728), - [anon_sym_data] = ACTIONS(4728), - [anon_sym_inner] = ACTIONS(4728), - [anon_sym_value] = ACTIONS(4728), - [anon_sym_override] = ACTIONS(4728), - [anon_sym_lateinit] = ACTIONS(4728), - [anon_sym_public] = ACTIONS(4728), - [anon_sym_private] = ACTIONS(4728), - [anon_sym_internal] = ACTIONS(4728), - [anon_sym_protected] = ACTIONS(4728), - [anon_sym_tailrec] = ACTIONS(4728), - [anon_sym_operator] = ACTIONS(4728), - [anon_sym_infix] = ACTIONS(4728), - [anon_sym_inline] = ACTIONS(4728), - [anon_sym_external] = ACTIONS(4728), - [sym_property_modifier] = ACTIONS(4728), - [anon_sym_abstract] = ACTIONS(4728), - [anon_sym_final] = ACTIONS(4728), - [anon_sym_open] = ACTIONS(4728), - [anon_sym_vararg] = ACTIONS(4728), - [anon_sym_noinline] = ACTIONS(4728), - [anon_sym_crossinline] = ACTIONS(4728), - [anon_sym_expect] = ACTIONS(4728), - [anon_sym_actual] = ACTIONS(4728), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4730), - [sym_safe_nav] = ACTIONS(4730), - [sym_multiline_comment] = ACTIONS(3), - }, - [3293] = { - [sym__alpha_identifier] = ACTIONS(4563), - [anon_sym_AT] = ACTIONS(4565), - [anon_sym_COLON] = ACTIONS(4563), - [anon_sym_LBRACK] = ACTIONS(4565), - [anon_sym_RBRACK] = ACTIONS(4565), - [anon_sym_as] = ACTIONS(4563), - [anon_sym_EQ] = ACTIONS(4563), - [anon_sym_LBRACE] = ACTIONS(4565), - [anon_sym_RBRACE] = ACTIONS(4565), - [anon_sym_LPAREN] = ACTIONS(4565), - [anon_sym_COMMA] = ACTIONS(4565), - [anon_sym_RPAREN] = ACTIONS(4565), - [anon_sym_LT] = ACTIONS(4563), - [anon_sym_GT] = ACTIONS(4563), - [anon_sym_where] = ACTIONS(4563), - [anon_sym_DOT] = ACTIONS(4563), - [anon_sym_SEMI] = ACTIONS(4565), - [anon_sym_get] = ACTIONS(4563), - [anon_sym_set] = ACTIONS(4563), - [anon_sym_STAR] = ACTIONS(4563), - [anon_sym_DASH_GT] = ACTIONS(4565), - [sym_label] = ACTIONS(4565), - [anon_sym_in] = ACTIONS(4563), - [anon_sym_while] = ACTIONS(4563), - [anon_sym_DOT_DOT] = ACTIONS(4565), - [anon_sym_QMARK_COLON] = ACTIONS(4565), - [anon_sym_AMP_AMP] = ACTIONS(4565), - [anon_sym_PIPE_PIPE] = ACTIONS(4565), - [anon_sym_else] = ACTIONS(4563), - [anon_sym_COLON_COLON] = ACTIONS(4565), - [anon_sym_PLUS_EQ] = ACTIONS(4565), - [anon_sym_DASH_EQ] = ACTIONS(4565), - [anon_sym_STAR_EQ] = ACTIONS(4565), - [anon_sym_SLASH_EQ] = ACTIONS(4565), - [anon_sym_PERCENT_EQ] = ACTIONS(4565), - [anon_sym_BANG_EQ] = ACTIONS(4563), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4565), - [anon_sym_EQ_EQ] = ACTIONS(4563), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4565), - [anon_sym_LT_EQ] = ACTIONS(4565), - [anon_sym_GT_EQ] = ACTIONS(4565), - [anon_sym_BANGin] = ACTIONS(4565), - [anon_sym_is] = ACTIONS(4563), - [anon_sym_BANGis] = ACTIONS(4565), - [anon_sym_PLUS] = ACTIONS(4563), - [anon_sym_DASH] = ACTIONS(4563), - [anon_sym_SLASH] = ACTIONS(4563), - [anon_sym_PERCENT] = ACTIONS(4563), - [anon_sym_as_QMARK] = ACTIONS(4565), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_suspend] = ACTIONS(4563), - [anon_sym_sealed] = ACTIONS(4563), - [anon_sym_annotation] = ACTIONS(4563), - [anon_sym_data] = ACTIONS(4563), - [anon_sym_inner] = ACTIONS(4563), - [anon_sym_value] = ACTIONS(4563), - [anon_sym_override] = ACTIONS(4563), - [anon_sym_lateinit] = ACTIONS(4563), - [anon_sym_public] = ACTIONS(4563), - [anon_sym_private] = ACTIONS(4563), - [anon_sym_internal] = ACTIONS(4563), - [anon_sym_protected] = ACTIONS(4563), - [anon_sym_tailrec] = ACTIONS(4563), - [anon_sym_operator] = ACTIONS(4563), - [anon_sym_infix] = ACTIONS(4563), - [anon_sym_inline] = ACTIONS(4563), - [anon_sym_external] = ACTIONS(4563), - [sym_property_modifier] = ACTIONS(4563), - [anon_sym_abstract] = ACTIONS(4563), - [anon_sym_final] = ACTIONS(4563), - [anon_sym_open] = ACTIONS(4563), - [anon_sym_vararg] = ACTIONS(4563), - [anon_sym_noinline] = ACTIONS(4563), - [anon_sym_crossinline] = ACTIONS(4563), - [anon_sym_expect] = ACTIONS(4563), - [anon_sym_actual] = ACTIONS(4563), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4565), - [sym_safe_nav] = ACTIONS(4565), - [sym_multiline_comment] = ACTIONS(3), - }, - [3294] = { - [sym_type_arguments] = STATE(6538), - [sym__alpha_identifier] = ACTIONS(4122), - [anon_sym_AT] = ACTIONS(4124), - [anon_sym_COLON] = ACTIONS(6771), - [anon_sym_LBRACK] = ACTIONS(4124), - [anon_sym_as] = ACTIONS(4122), - [anon_sym_EQ] = ACTIONS(4122), - [anon_sym_LBRACE] = ACTIONS(4124), - [anon_sym_RBRACE] = ACTIONS(4124), - [anon_sym_LPAREN] = ACTIONS(4124), - [anon_sym_COMMA] = ACTIONS(4124), - [anon_sym_by] = ACTIONS(4122), - [anon_sym_LT] = ACTIONS(4122), - [anon_sym_GT] = ACTIONS(4122), - [anon_sym_where] = ACTIONS(4122), - [anon_sym_DOT] = ACTIONS(4122), - [anon_sym_SEMI] = ACTIONS(4124), - [anon_sym_get] = ACTIONS(4122), - [anon_sym_set] = ACTIONS(4122), - [sym__quest] = ACTIONS(4128), - [anon_sym_STAR] = ACTIONS(4122), - [sym_label] = ACTIONS(4124), - [anon_sym_in] = ACTIONS(4122), - [anon_sym_DOT_DOT] = ACTIONS(4124), - [anon_sym_QMARK_COLON] = ACTIONS(4124), - [anon_sym_AMP_AMP] = ACTIONS(4124), - [anon_sym_PIPE_PIPE] = ACTIONS(4124), - [anon_sym_else] = ACTIONS(4122), - [anon_sym_COLON_COLON] = ACTIONS(4124), - [anon_sym_PLUS_EQ] = ACTIONS(4124), - [anon_sym_DASH_EQ] = ACTIONS(4124), - [anon_sym_STAR_EQ] = ACTIONS(4124), - [anon_sym_SLASH_EQ] = ACTIONS(4124), - [anon_sym_PERCENT_EQ] = ACTIONS(4124), - [anon_sym_BANG_EQ] = ACTIONS(4122), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4124), - [anon_sym_EQ_EQ] = ACTIONS(4122), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4124), - [anon_sym_LT_EQ] = ACTIONS(4124), - [anon_sym_GT_EQ] = ACTIONS(4124), - [anon_sym_BANGin] = ACTIONS(4124), - [anon_sym_is] = ACTIONS(4122), - [anon_sym_BANGis] = ACTIONS(4124), - [anon_sym_PLUS] = ACTIONS(4122), - [anon_sym_DASH] = ACTIONS(4122), - [anon_sym_SLASH] = ACTIONS(4122), - [anon_sym_PERCENT] = ACTIONS(4122), - [anon_sym_as_QMARK] = ACTIONS(4124), - [anon_sym_PLUS_PLUS] = ACTIONS(4124), - [anon_sym_DASH_DASH] = ACTIONS(4124), - [anon_sym_BANG_BANG] = ACTIONS(4124), - [anon_sym_suspend] = ACTIONS(4122), - [anon_sym_sealed] = ACTIONS(4122), - [anon_sym_annotation] = ACTIONS(4122), - [anon_sym_data] = ACTIONS(4122), - [anon_sym_inner] = ACTIONS(4122), - [anon_sym_value] = ACTIONS(4122), - [anon_sym_override] = ACTIONS(4122), - [anon_sym_lateinit] = ACTIONS(4122), - [anon_sym_public] = ACTIONS(4122), - [anon_sym_private] = ACTIONS(4122), - [anon_sym_internal] = ACTIONS(4122), - [anon_sym_protected] = ACTIONS(4122), - [anon_sym_tailrec] = ACTIONS(4122), - [anon_sym_operator] = ACTIONS(4122), - [anon_sym_infix] = ACTIONS(4122), - [anon_sym_inline] = ACTIONS(4122), - [anon_sym_external] = ACTIONS(4122), - [sym_property_modifier] = ACTIONS(4122), - [anon_sym_abstract] = ACTIONS(4122), - [anon_sym_final] = ACTIONS(4122), - [anon_sym_open] = ACTIONS(4122), - [anon_sym_vararg] = ACTIONS(4122), - [anon_sym_noinline] = ACTIONS(4122), - [anon_sym_crossinline] = ACTIONS(4122), - [anon_sym_expect] = ACTIONS(4122), - [anon_sym_actual] = ACTIONS(4122), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4124), - [sym__automatic_semicolon] = ACTIONS(4124), - [sym_safe_nav] = ACTIONS(4124), - [sym_multiline_comment] = ACTIONS(3), - }, - [3295] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3295), - [sym__alpha_identifier] = ACTIONS(4633), - [anon_sym_AT] = ACTIONS(4635), - [anon_sym_LBRACK] = ACTIONS(4635), - [anon_sym_RBRACK] = ACTIONS(4635), - [anon_sym_as] = ACTIONS(4633), - [anon_sym_EQ] = ACTIONS(4633), - [anon_sym_LBRACE] = ACTIONS(4635), - [anon_sym_RBRACE] = ACTIONS(4635), - [anon_sym_LPAREN] = ACTIONS(4635), - [anon_sym_COMMA] = ACTIONS(6773), - [anon_sym_RPAREN] = ACTIONS(4635), - [anon_sym_LT] = ACTIONS(4633), - [anon_sym_GT] = ACTIONS(4633), - [anon_sym_where] = ACTIONS(4633), - [anon_sym_DOT] = ACTIONS(4633), - [anon_sym_SEMI] = ACTIONS(4635), - [anon_sym_get] = ACTIONS(4633), - [anon_sym_set] = ACTIONS(4633), - [anon_sym_STAR] = ACTIONS(4633), - [anon_sym_DASH_GT] = ACTIONS(4635), - [sym_label] = ACTIONS(4635), - [anon_sym_in] = ACTIONS(4633), - [anon_sym_while] = ACTIONS(4633), - [anon_sym_DOT_DOT] = ACTIONS(4635), - [anon_sym_QMARK_COLON] = ACTIONS(4635), - [anon_sym_AMP_AMP] = ACTIONS(4635), - [anon_sym_PIPE_PIPE] = ACTIONS(4635), - [anon_sym_else] = ACTIONS(4633), - [anon_sym_COLON_COLON] = ACTIONS(4635), - [anon_sym_PLUS_EQ] = ACTIONS(4635), - [anon_sym_DASH_EQ] = ACTIONS(4635), - [anon_sym_STAR_EQ] = ACTIONS(4635), - [anon_sym_SLASH_EQ] = ACTIONS(4635), - [anon_sym_PERCENT_EQ] = ACTIONS(4635), - [anon_sym_BANG_EQ] = ACTIONS(4633), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4635), - [anon_sym_EQ_EQ] = ACTIONS(4633), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4635), - [anon_sym_LT_EQ] = ACTIONS(4635), - [anon_sym_GT_EQ] = ACTIONS(4635), - [anon_sym_BANGin] = ACTIONS(4635), - [anon_sym_is] = ACTIONS(4633), - [anon_sym_BANGis] = ACTIONS(4635), - [anon_sym_PLUS] = ACTIONS(4633), - [anon_sym_DASH] = ACTIONS(4633), - [anon_sym_SLASH] = ACTIONS(4633), - [anon_sym_PERCENT] = ACTIONS(4633), - [anon_sym_as_QMARK] = ACTIONS(4635), - [anon_sym_PLUS_PLUS] = ACTIONS(4635), - [anon_sym_DASH_DASH] = ACTIONS(4635), - [anon_sym_BANG_BANG] = ACTIONS(4635), - [anon_sym_suspend] = ACTIONS(4633), - [anon_sym_sealed] = ACTIONS(4633), - [anon_sym_annotation] = ACTIONS(4633), - [anon_sym_data] = ACTIONS(4633), - [anon_sym_inner] = ACTIONS(4633), - [anon_sym_value] = ACTIONS(4633), - [anon_sym_override] = ACTIONS(4633), - [anon_sym_lateinit] = ACTIONS(4633), - [anon_sym_public] = ACTIONS(4633), - [anon_sym_private] = ACTIONS(4633), - [anon_sym_internal] = ACTIONS(4633), - [anon_sym_protected] = ACTIONS(4633), - [anon_sym_tailrec] = ACTIONS(4633), - [anon_sym_operator] = ACTIONS(4633), - [anon_sym_infix] = ACTIONS(4633), - [anon_sym_inline] = ACTIONS(4633), - [anon_sym_external] = ACTIONS(4633), - [sym_property_modifier] = ACTIONS(4633), - [anon_sym_abstract] = ACTIONS(4633), - [anon_sym_final] = ACTIONS(4633), - [anon_sym_open] = ACTIONS(4633), - [anon_sym_vararg] = ACTIONS(4633), - [anon_sym_noinline] = ACTIONS(4633), - [anon_sym_crossinline] = ACTIONS(4633), - [anon_sym_expect] = ACTIONS(4633), - [anon_sym_actual] = ACTIONS(4633), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4635), - [sym_safe_nav] = ACTIONS(4635), - [sym_multiline_comment] = ACTIONS(3), - }, - [3296] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1991), - [sym__comparison_operator] = STATE(1992), - [sym__in_operator] = STATE(1993), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1994), - [sym__multiplicative_operator] = STATE(1996), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2018), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3134), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3132), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3134), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3134), - [anon_sym_RPAREN] = ACTIONS(3134), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(6722), - [anon_sym_where] = ACTIONS(3132), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(6726), - [anon_sym_DASH_GT] = ACTIONS(3134), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(6730), - [anon_sym_while] = ACTIONS(3132), - [anon_sym_DOT_DOT] = ACTIONS(6732), - [anon_sym_QMARK_COLON] = ACTIONS(6734), - [anon_sym_AMP_AMP] = ACTIONS(6736), - [anon_sym_PIPE_PIPE] = ACTIONS(6738), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3134), - [anon_sym_DASH_EQ] = ACTIONS(3134), - [anon_sym_STAR_EQ] = ACTIONS(3134), - [anon_sym_SLASH_EQ] = ACTIONS(3134), - [anon_sym_PERCENT_EQ] = ACTIONS(3134), - [anon_sym_BANG_EQ] = ACTIONS(6742), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6744), - [anon_sym_EQ_EQ] = ACTIONS(6742), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6744), - [anon_sym_LT_EQ] = ACTIONS(6746), - [anon_sym_GT_EQ] = ACTIONS(6746), - [anon_sym_BANGin] = ACTIONS(6748), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(6754), - [anon_sym_DASH] = ACTIONS(6754), - [anon_sym_SLASH] = ACTIONS(6726), - [anon_sym_PERCENT] = ACTIONS(6726), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), - }, - [3297] = { - [sym__alpha_identifier] = ACTIONS(4762), - [anon_sym_AT] = ACTIONS(4765), - [anon_sym_LBRACK] = ACTIONS(4765), - [anon_sym_RBRACK] = ACTIONS(4765), - [anon_sym_as] = ACTIONS(4762), - [anon_sym_EQ] = ACTIONS(4762), - [anon_sym_LBRACE] = ACTIONS(4765), - [anon_sym_RBRACE] = ACTIONS(4765), - [anon_sym_LPAREN] = ACTIONS(4765), - [anon_sym_COMMA] = ACTIONS(4765), - [anon_sym_RPAREN] = ACTIONS(4765), - [anon_sym_by] = ACTIONS(4762), - [anon_sym_LT] = ACTIONS(4762), - [anon_sym_GT] = ACTIONS(4762), - [anon_sym_where] = ACTIONS(4762), - [anon_sym_DOT] = ACTIONS(4762), - [anon_sym_SEMI] = ACTIONS(4765), - [anon_sym_get] = ACTIONS(4762), - [anon_sym_set] = ACTIONS(4762), - [anon_sym_STAR] = ACTIONS(4762), - [anon_sym_DASH_GT] = ACTIONS(4765), - [sym_label] = ACTIONS(4765), - [anon_sym_in] = ACTIONS(4762), - [anon_sym_while] = ACTIONS(4762), - [anon_sym_DOT_DOT] = ACTIONS(4765), - [anon_sym_QMARK_COLON] = ACTIONS(4765), - [anon_sym_AMP_AMP] = ACTIONS(4765), - [anon_sym_PIPE_PIPE] = ACTIONS(4765), - [anon_sym_else] = ACTIONS(4762), - [anon_sym_COLON_COLON] = ACTIONS(4765), - [anon_sym_PLUS_EQ] = ACTIONS(4765), - [anon_sym_DASH_EQ] = ACTIONS(4765), - [anon_sym_STAR_EQ] = ACTIONS(4765), - [anon_sym_SLASH_EQ] = ACTIONS(4765), - [anon_sym_PERCENT_EQ] = ACTIONS(4765), - [anon_sym_BANG_EQ] = ACTIONS(4762), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4765), - [anon_sym_EQ_EQ] = ACTIONS(4762), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4765), - [anon_sym_LT_EQ] = ACTIONS(4765), - [anon_sym_GT_EQ] = ACTIONS(4765), - [anon_sym_BANGin] = ACTIONS(4765), - [anon_sym_is] = ACTIONS(4762), - [anon_sym_BANGis] = ACTIONS(4765), - [anon_sym_PLUS] = ACTIONS(4762), - [anon_sym_DASH] = ACTIONS(4762), - [anon_sym_SLASH] = ACTIONS(4762), - [anon_sym_PERCENT] = ACTIONS(4762), - [anon_sym_as_QMARK] = ACTIONS(4765), - [anon_sym_PLUS_PLUS] = ACTIONS(4765), - [anon_sym_DASH_DASH] = ACTIONS(4765), - [anon_sym_BANG_BANG] = ACTIONS(4765), - [anon_sym_suspend] = ACTIONS(4762), - [anon_sym_sealed] = ACTIONS(4762), - [anon_sym_annotation] = ACTIONS(4762), - [anon_sym_data] = ACTIONS(4762), - [anon_sym_inner] = ACTIONS(4762), - [anon_sym_value] = ACTIONS(4762), - [anon_sym_override] = ACTIONS(4762), - [anon_sym_lateinit] = ACTIONS(4762), - [anon_sym_public] = ACTIONS(4762), - [anon_sym_private] = ACTIONS(4762), - [anon_sym_internal] = ACTIONS(4762), - [anon_sym_protected] = ACTIONS(4762), - [anon_sym_tailrec] = ACTIONS(4762), - [anon_sym_operator] = ACTIONS(4762), - [anon_sym_infix] = ACTIONS(4762), - [anon_sym_inline] = ACTIONS(4762), - [anon_sym_external] = ACTIONS(4762), - [sym_property_modifier] = ACTIONS(4762), - [anon_sym_abstract] = ACTIONS(4762), - [anon_sym_final] = ACTIONS(4762), - [anon_sym_open] = ACTIONS(4762), - [anon_sym_vararg] = ACTIONS(4762), - [anon_sym_noinline] = ACTIONS(4762), - [anon_sym_crossinline] = ACTIONS(4762), - [anon_sym_expect] = ACTIONS(4762), - [anon_sym_actual] = ACTIONS(4762), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4765), - [sym_safe_nav] = ACTIONS(4765), - [sym_multiline_comment] = ACTIONS(3), - }, - [3298] = { - [sym__alpha_identifier] = ACTIONS(4551), - [anon_sym_AT] = ACTIONS(4553), - [anon_sym_COLON] = ACTIONS(4551), - [anon_sym_LBRACK] = ACTIONS(4553), - [anon_sym_RBRACK] = ACTIONS(4553), - [anon_sym_as] = ACTIONS(4551), - [anon_sym_EQ] = ACTIONS(4551), - [anon_sym_LBRACE] = ACTIONS(4553), - [anon_sym_RBRACE] = ACTIONS(4553), - [anon_sym_LPAREN] = ACTIONS(4553), - [anon_sym_COMMA] = ACTIONS(4553), - [anon_sym_RPAREN] = ACTIONS(4553), - [anon_sym_LT] = ACTIONS(4551), - [anon_sym_GT] = ACTIONS(4551), - [anon_sym_where] = ACTIONS(4551), - [anon_sym_DOT] = ACTIONS(4551), - [anon_sym_SEMI] = ACTIONS(4553), - [anon_sym_get] = ACTIONS(4551), - [anon_sym_set] = ACTIONS(4551), - [anon_sym_STAR] = ACTIONS(4551), - [anon_sym_DASH_GT] = ACTIONS(4553), - [sym_label] = ACTIONS(4553), - [anon_sym_in] = ACTIONS(4551), - [anon_sym_while] = ACTIONS(4551), - [anon_sym_DOT_DOT] = ACTIONS(4553), - [anon_sym_QMARK_COLON] = ACTIONS(4553), - [anon_sym_AMP_AMP] = ACTIONS(4553), - [anon_sym_PIPE_PIPE] = ACTIONS(4553), - [anon_sym_else] = ACTIONS(4551), - [anon_sym_COLON_COLON] = ACTIONS(4553), - [anon_sym_PLUS_EQ] = ACTIONS(4553), - [anon_sym_DASH_EQ] = ACTIONS(4553), - [anon_sym_STAR_EQ] = ACTIONS(4553), - [anon_sym_SLASH_EQ] = ACTIONS(4553), - [anon_sym_PERCENT_EQ] = ACTIONS(4553), - [anon_sym_BANG_EQ] = ACTIONS(4551), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4553), - [anon_sym_EQ_EQ] = ACTIONS(4551), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4553), - [anon_sym_LT_EQ] = ACTIONS(4553), - [anon_sym_GT_EQ] = ACTIONS(4553), - [anon_sym_BANGin] = ACTIONS(4553), - [anon_sym_is] = ACTIONS(4551), - [anon_sym_BANGis] = ACTIONS(4553), - [anon_sym_PLUS] = ACTIONS(4551), - [anon_sym_DASH] = ACTIONS(4551), - [anon_sym_SLASH] = ACTIONS(4551), - [anon_sym_PERCENT] = ACTIONS(4551), - [anon_sym_as_QMARK] = ACTIONS(4553), - [anon_sym_PLUS_PLUS] = ACTIONS(4553), - [anon_sym_DASH_DASH] = ACTIONS(4553), - [anon_sym_BANG_BANG] = ACTIONS(4553), - [anon_sym_suspend] = ACTIONS(4551), - [anon_sym_sealed] = ACTIONS(4551), - [anon_sym_annotation] = ACTIONS(4551), - [anon_sym_data] = ACTIONS(4551), - [anon_sym_inner] = ACTIONS(4551), - [anon_sym_value] = ACTIONS(4551), - [anon_sym_override] = ACTIONS(4551), - [anon_sym_lateinit] = ACTIONS(4551), - [anon_sym_public] = ACTIONS(4551), - [anon_sym_private] = ACTIONS(4551), - [anon_sym_internal] = ACTIONS(4551), - [anon_sym_protected] = ACTIONS(4551), - [anon_sym_tailrec] = ACTIONS(4551), - [anon_sym_operator] = ACTIONS(4551), - [anon_sym_infix] = ACTIONS(4551), - [anon_sym_inline] = ACTIONS(4551), - [anon_sym_external] = ACTIONS(4551), - [sym_property_modifier] = ACTIONS(4551), - [anon_sym_abstract] = ACTIONS(4551), - [anon_sym_final] = ACTIONS(4551), - [anon_sym_open] = ACTIONS(4551), - [anon_sym_vararg] = ACTIONS(4551), - [anon_sym_noinline] = ACTIONS(4551), - [anon_sym_crossinline] = ACTIONS(4551), - [anon_sym_expect] = ACTIONS(4551), - [anon_sym_actual] = ACTIONS(4551), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4553), - [sym_safe_nav] = ACTIONS(4553), - [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4284), }, - [3299] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1991), - [sym__comparison_operator] = STATE(1992), - [sym__in_operator] = STATE(1993), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1994), - [sym__multiplicative_operator] = STATE(1996), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2018), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3103), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3101), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3103), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3103), - [anon_sym_RPAREN] = ACTIONS(3103), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(6722), - [anon_sym_where] = ACTIONS(3101), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(6726), - [anon_sym_DASH_GT] = ACTIONS(3103), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(6730), - [anon_sym_while] = ACTIONS(3101), - [anon_sym_DOT_DOT] = ACTIONS(6732), - [anon_sym_QMARK_COLON] = ACTIONS(6734), - [anon_sym_AMP_AMP] = ACTIONS(6736), - [anon_sym_PIPE_PIPE] = ACTIONS(6738), - [anon_sym_else] = ACTIONS(3101), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3103), - [anon_sym_DASH_EQ] = ACTIONS(3103), - [anon_sym_STAR_EQ] = ACTIONS(3103), - [anon_sym_SLASH_EQ] = ACTIONS(3103), - [anon_sym_PERCENT_EQ] = ACTIONS(3103), - [anon_sym_BANG_EQ] = ACTIONS(6742), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6744), - [anon_sym_EQ_EQ] = ACTIONS(6742), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6744), - [anon_sym_LT_EQ] = ACTIONS(6746), - [anon_sym_GT_EQ] = ACTIONS(6746), - [anon_sym_BANGin] = ACTIONS(6748), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(6754), - [anon_sym_DASH] = ACTIONS(6754), - [anon_sym_SLASH] = ACTIONS(6726), - [anon_sym_PERCENT] = ACTIONS(6726), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [3181] = { + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(1798), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_object] = ACTIONS(1796), + [anon_sym_fun] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(1796), + [anon_sym_set] = ACTIONS(1796), + [anon_sym_this] = ACTIONS(1796), + [anon_sym_super] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_null] = ACTIONS(1796), + [anon_sym_if] = ACTIONS(1796), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_when] = ACTIONS(1796), + [anon_sym_try] = ACTIONS(1796), + [anon_sym_throw] = ACTIONS(1796), + [anon_sym_return] = ACTIONS(1796), + [anon_sym_continue] = ACTIONS(1796), + [anon_sym_break] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG] = ACTIONS(1796), + [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_data] = ACTIONS(1796), + [anon_sym_inner] = ACTIONS(1796), + [anon_sym_value] = ACTIONS(1796), + [anon_sym_expect] = ACTIONS(1796), + [anon_sym_actual] = ACTIONS(1796), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [anon_sym_return_AT] = ACTIONS(1798), + [anon_sym_continue_AT] = ACTIONS(1798), + [anon_sym_break_AT] = ACTIONS(1798), + [anon_sym_this_AT] = ACTIONS(1798), + [anon_sym_super_AT] = ACTIONS(1798), + [sym_real_literal] = ACTIONS(1798), + [sym_integer_literal] = ACTIONS(1796), + [sym_hex_literal] = ACTIONS(1798), + [sym_bin_literal] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1796), + [anon_sym_false] = ACTIONS(1796), + [anon_sym_SQUOTE] = ACTIONS(1798), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1798), }, - [3300] = { - [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_value] = 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), + [3182] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_EQ] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(6666), + [anon_sym_COMMA] = ACTIONS(4287), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_where] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4281), + [sym_label] = ACTIONS(4281), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4289), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4284), + [anon_sym_PLUS_EQ] = ACTIONS(4287), + [anon_sym_DASH_EQ] = ACTIONS(4287), + [anon_sym_STAR_EQ] = ACTIONS(4287), + [anon_sym_SLASH_EQ] = ACTIONS(4287), + [anon_sym_PERCENT_EQ] = ACTIONS(4287), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4289), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4672), - [sym_safe_nav] = ACTIONS(4672), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4287), + [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), }, - [3301] = { - [sym__alpha_identifier] = ACTIONS(4758), - [anon_sym_AT] = ACTIONS(4760), - [anon_sym_COLON] = ACTIONS(4758), - [anon_sym_LBRACK] = ACTIONS(4760), - [anon_sym_RBRACK] = ACTIONS(4760), - [anon_sym_as] = ACTIONS(4758), - [anon_sym_EQ] = ACTIONS(4758), - [anon_sym_LBRACE] = ACTIONS(4760), - [anon_sym_RBRACE] = ACTIONS(4760), - [anon_sym_LPAREN] = ACTIONS(4760), - [anon_sym_COMMA] = ACTIONS(4760), - [anon_sym_RPAREN] = ACTIONS(4760), - [anon_sym_LT] = ACTIONS(4758), - [anon_sym_GT] = ACTIONS(4758), - [anon_sym_where] = ACTIONS(4758), - [anon_sym_DOT] = ACTIONS(4758), - [anon_sym_SEMI] = ACTIONS(4760), - [anon_sym_get] = ACTIONS(4758), - [anon_sym_set] = ACTIONS(4758), - [anon_sym_STAR] = ACTIONS(4758), - [anon_sym_DASH_GT] = ACTIONS(4760), - [sym_label] = ACTIONS(4760), - [anon_sym_in] = ACTIONS(4758), - [anon_sym_while] = ACTIONS(4758), - [anon_sym_DOT_DOT] = ACTIONS(4760), - [anon_sym_QMARK_COLON] = ACTIONS(4760), - [anon_sym_AMP_AMP] = ACTIONS(4760), - [anon_sym_PIPE_PIPE] = ACTIONS(4760), - [anon_sym_else] = ACTIONS(4758), - [anon_sym_COLON_COLON] = ACTIONS(4760), - [anon_sym_PLUS_EQ] = ACTIONS(4760), - [anon_sym_DASH_EQ] = ACTIONS(4760), - [anon_sym_STAR_EQ] = ACTIONS(4760), - [anon_sym_SLASH_EQ] = ACTIONS(4760), - [anon_sym_PERCENT_EQ] = ACTIONS(4760), - [anon_sym_BANG_EQ] = ACTIONS(4758), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4760), - [anon_sym_EQ_EQ] = ACTIONS(4758), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4760), - [anon_sym_LT_EQ] = ACTIONS(4760), - [anon_sym_GT_EQ] = ACTIONS(4760), - [anon_sym_BANGin] = ACTIONS(4760), - [anon_sym_is] = ACTIONS(4758), - [anon_sym_BANGis] = ACTIONS(4760), - [anon_sym_PLUS] = ACTIONS(4758), - [anon_sym_DASH] = ACTIONS(4758), - [anon_sym_SLASH] = ACTIONS(4758), - [anon_sym_PERCENT] = ACTIONS(4758), - [anon_sym_as_QMARK] = ACTIONS(4760), - [anon_sym_PLUS_PLUS] = ACTIONS(4760), - [anon_sym_DASH_DASH] = ACTIONS(4760), - [anon_sym_BANG_BANG] = ACTIONS(4760), - [anon_sym_suspend] = ACTIONS(4758), - [anon_sym_sealed] = ACTIONS(4758), - [anon_sym_annotation] = ACTIONS(4758), - [anon_sym_data] = ACTIONS(4758), - [anon_sym_inner] = ACTIONS(4758), - [anon_sym_value] = ACTIONS(4758), - [anon_sym_override] = ACTIONS(4758), - [anon_sym_lateinit] = ACTIONS(4758), - [anon_sym_public] = ACTIONS(4758), - [anon_sym_private] = ACTIONS(4758), - [anon_sym_internal] = ACTIONS(4758), - [anon_sym_protected] = ACTIONS(4758), - [anon_sym_tailrec] = ACTIONS(4758), - [anon_sym_operator] = ACTIONS(4758), - [anon_sym_infix] = ACTIONS(4758), - [anon_sym_inline] = ACTIONS(4758), - [anon_sym_external] = ACTIONS(4758), - [sym_property_modifier] = ACTIONS(4758), - [anon_sym_abstract] = ACTIONS(4758), - [anon_sym_final] = ACTIONS(4758), - [anon_sym_open] = ACTIONS(4758), - [anon_sym_vararg] = ACTIONS(4758), - [anon_sym_noinline] = ACTIONS(4758), - [anon_sym_crossinline] = ACTIONS(4758), - [anon_sym_expect] = ACTIONS(4758), - [anon_sym_actual] = ACTIONS(4758), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4760), - [sym_safe_nav] = ACTIONS(4760), - [sym_multiline_comment] = ACTIONS(3), + [3183] = { + [sym__alpha_identifier] = ACTIONS(5123), + [anon_sym_AT] = ACTIONS(5125), + [anon_sym_LBRACK] = ACTIONS(5125), + [anon_sym_as] = ACTIONS(5123), + [anon_sym_EQ] = ACTIONS(5123), + [anon_sym_LBRACE] = ACTIONS(5125), + [anon_sym_RBRACE] = ACTIONS(5125), + [anon_sym_LPAREN] = ACTIONS(5125), + [anon_sym_COMMA] = ACTIONS(5125), + [anon_sym_LT] = ACTIONS(5123), + [anon_sym_GT] = ACTIONS(5123), + [anon_sym_where] = ACTIONS(5123), + [anon_sym_object] = ACTIONS(5123), + [anon_sym_fun] = ACTIONS(5123), + [anon_sym_DOT] = ACTIONS(5123), + [anon_sym_SEMI] = ACTIONS(5125), + [anon_sym_get] = ACTIONS(5123), + [anon_sym_set] = ACTIONS(5123), + [anon_sym_this] = ACTIONS(5123), + [anon_sym_super] = ACTIONS(5123), + [anon_sym_STAR] = ACTIONS(5123), + [sym_label] = ACTIONS(5123), + [anon_sym_in] = ACTIONS(5123), + [anon_sym_DOT_DOT] = ACTIONS(5125), + [anon_sym_QMARK_COLON] = ACTIONS(5125), + [anon_sym_AMP_AMP] = ACTIONS(5125), + [anon_sym_PIPE_PIPE] = ACTIONS(5125), + [anon_sym_null] = ACTIONS(5123), + [anon_sym_if] = ACTIONS(5123), + [anon_sym_else] = ACTIONS(5123), + [anon_sym_when] = ACTIONS(5123), + [anon_sym_try] = ACTIONS(5123), + [anon_sym_throw] = ACTIONS(5123), + [anon_sym_return] = ACTIONS(5123), + [anon_sym_continue] = ACTIONS(5123), + [anon_sym_break] = ACTIONS(5123), + [anon_sym_COLON_COLON] = ACTIONS(5125), + [anon_sym_PLUS_EQ] = ACTIONS(5125), + [anon_sym_DASH_EQ] = ACTIONS(5125), + [anon_sym_STAR_EQ] = ACTIONS(5125), + [anon_sym_SLASH_EQ] = ACTIONS(5125), + [anon_sym_PERCENT_EQ] = ACTIONS(5125), + [anon_sym_BANG_EQ] = ACTIONS(5123), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5125), + [anon_sym_EQ_EQ] = ACTIONS(5123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5125), + [anon_sym_LT_EQ] = ACTIONS(5125), + [anon_sym_GT_EQ] = ACTIONS(5125), + [anon_sym_BANGin] = ACTIONS(5125), + [anon_sym_is] = ACTIONS(5123), + [anon_sym_BANGis] = ACTIONS(5125), + [anon_sym_PLUS] = ACTIONS(5123), + [anon_sym_DASH] = ACTIONS(5123), + [anon_sym_SLASH] = ACTIONS(5123), + [anon_sym_PERCENT] = ACTIONS(5123), + [anon_sym_as_QMARK] = ACTIONS(5125), + [anon_sym_PLUS_PLUS] = ACTIONS(5125), + [anon_sym_DASH_DASH] = ACTIONS(5125), + [anon_sym_BANG] = ACTIONS(5123), + [anon_sym_BANG_BANG] = ACTIONS(5125), + [anon_sym_data] = ACTIONS(5123), + [anon_sym_inner] = ACTIONS(5123), + [anon_sym_value] = ACTIONS(5123), + [anon_sym_expect] = ACTIONS(5123), + [anon_sym_actual] = ACTIONS(5123), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5125), + [anon_sym_continue_AT] = ACTIONS(5125), + [anon_sym_break_AT] = ACTIONS(5125), + [anon_sym_this_AT] = ACTIONS(5125), + [anon_sym_super_AT] = ACTIONS(5125), + [sym_real_literal] = ACTIONS(5125), + [sym_integer_literal] = ACTIONS(5123), + [sym_hex_literal] = ACTIONS(5125), + [sym_bin_literal] = ACTIONS(5125), + [anon_sym_true] = ACTIONS(5123), + [anon_sym_false] = ACTIONS(5123), + [anon_sym_SQUOTE] = ACTIONS(5125), + [sym__backtick_identifier] = ACTIONS(5125), + [sym__automatic_semicolon] = ACTIONS(5125), + [sym_safe_nav] = ACTIONS(5125), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5125), }, - [3302] = { - [sym_class_body] = STATE(3495), + [3184] = { [sym__alpha_identifier] = ACTIONS(4493), [anon_sym_AT] = ACTIONS(4495), [anon_sym_LBRACK] = ACTIONS(4495), - [anon_sym_RBRACK] = ACTIONS(4495), [anon_sym_as] = ACTIONS(4493), [anon_sym_EQ] = ACTIONS(4493), - [anon_sym_LBRACE] = ACTIONS(5496), + [anon_sym_LBRACE] = ACTIONS(4495), [anon_sym_RBRACE] = ACTIONS(4495), [anon_sym_LPAREN] = ACTIONS(4495), [anon_sym_COMMA] = ACTIONS(4495), - [anon_sym_RPAREN] = ACTIONS(4495), [anon_sym_LT] = ACTIONS(4493), [anon_sym_GT] = ACTIONS(4493), [anon_sym_where] = ACTIONS(4493), + [anon_sym_object] = ACTIONS(4493), + [anon_sym_fun] = ACTIONS(4493), [anon_sym_DOT] = ACTIONS(4493), [anon_sym_SEMI] = ACTIONS(4495), [anon_sym_get] = ACTIONS(4493), [anon_sym_set] = ACTIONS(4493), + [anon_sym_this] = ACTIONS(4493), + [anon_sym_super] = ACTIONS(4493), [anon_sym_STAR] = ACTIONS(4493), - [anon_sym_DASH_GT] = ACTIONS(4495), - [sym_label] = ACTIONS(4495), + [sym_label] = ACTIONS(4493), [anon_sym_in] = ACTIONS(4493), - [anon_sym_while] = ACTIONS(4493), [anon_sym_DOT_DOT] = ACTIONS(4495), [anon_sym_QMARK_COLON] = ACTIONS(4495), [anon_sym_AMP_AMP] = ACTIONS(4495), [anon_sym_PIPE_PIPE] = ACTIONS(4495), + [anon_sym_null] = ACTIONS(4493), + [anon_sym_if] = ACTIONS(4493), [anon_sym_else] = ACTIONS(4493), + [anon_sym_when] = ACTIONS(4493), + [anon_sym_try] = ACTIONS(4493), + [anon_sym_throw] = ACTIONS(4493), + [anon_sym_return] = ACTIONS(4493), + [anon_sym_continue] = ACTIONS(4493), + [anon_sym_break] = ACTIONS(4493), [anon_sym_COLON_COLON] = ACTIONS(4495), [anon_sym_PLUS_EQ] = ACTIONS(4495), [anon_sym_DASH_EQ] = ACTIONS(4495), @@ -387637,5799 +377612,5683 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(4495), [anon_sym_PLUS_PLUS] = ACTIONS(4495), [anon_sym_DASH_DASH] = ACTIONS(4495), + [anon_sym_BANG] = ACTIONS(4493), [anon_sym_BANG_BANG] = ACTIONS(4495), - [anon_sym_suspend] = ACTIONS(4493), - [anon_sym_sealed] = ACTIONS(4493), - [anon_sym_annotation] = ACTIONS(4493), [anon_sym_data] = ACTIONS(4493), [anon_sym_inner] = ACTIONS(4493), [anon_sym_value] = ACTIONS(4493), - [anon_sym_override] = ACTIONS(4493), - [anon_sym_lateinit] = ACTIONS(4493), - [anon_sym_public] = ACTIONS(4493), - [anon_sym_private] = ACTIONS(4493), - [anon_sym_internal] = ACTIONS(4493), - [anon_sym_protected] = ACTIONS(4493), - [anon_sym_tailrec] = ACTIONS(4493), - [anon_sym_operator] = ACTIONS(4493), - [anon_sym_infix] = ACTIONS(4493), - [anon_sym_inline] = ACTIONS(4493), - [anon_sym_external] = ACTIONS(4493), - [sym_property_modifier] = ACTIONS(4493), - [anon_sym_abstract] = ACTIONS(4493), - [anon_sym_final] = ACTIONS(4493), - [anon_sym_open] = ACTIONS(4493), - [anon_sym_vararg] = ACTIONS(4493), - [anon_sym_noinline] = ACTIONS(4493), - [anon_sym_crossinline] = ACTIONS(4493), [anon_sym_expect] = ACTIONS(4493), [anon_sym_actual] = ACTIONS(4493), [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4495), + [anon_sym_continue_AT] = ACTIONS(4495), + [anon_sym_break_AT] = ACTIONS(4495), + [anon_sym_this_AT] = ACTIONS(4495), + [anon_sym_super_AT] = ACTIONS(4495), + [sym_real_literal] = ACTIONS(4495), + [sym_integer_literal] = ACTIONS(4493), + [sym_hex_literal] = ACTIONS(4495), + [sym_bin_literal] = ACTIONS(4495), + [anon_sym_true] = ACTIONS(4493), + [anon_sym_false] = ACTIONS(4493), + [anon_sym_SQUOTE] = ACTIONS(4495), [sym__backtick_identifier] = ACTIONS(4495), - [sym_safe_nav] = ACTIONS(4495), - [sym_multiline_comment] = ACTIONS(3), - }, - [3303] = { - [sym_enum_class_body] = STATE(3494), - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_RBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_RPAREN] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(4463), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [anon_sym_DASH_GT] = ACTIONS(4465), - [sym_label] = ACTIONS(4465), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_while] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_suspend] = ACTIONS(4463), - [anon_sym_sealed] = ACTIONS(4463), - [anon_sym_annotation] = ACTIONS(4463), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_override] = ACTIONS(4463), - [anon_sym_lateinit] = ACTIONS(4463), - [anon_sym_public] = ACTIONS(4463), - [anon_sym_private] = ACTIONS(4463), - [anon_sym_internal] = ACTIONS(4463), - [anon_sym_protected] = ACTIONS(4463), - [anon_sym_tailrec] = ACTIONS(4463), - [anon_sym_operator] = ACTIONS(4463), - [anon_sym_infix] = ACTIONS(4463), - [anon_sym_inline] = ACTIONS(4463), - [anon_sym_external] = ACTIONS(4463), - [sym_property_modifier] = ACTIONS(4463), - [anon_sym_abstract] = ACTIONS(4463), - [anon_sym_final] = ACTIONS(4463), - [anon_sym_open] = ACTIONS(4463), - [anon_sym_vararg] = ACTIONS(4463), - [anon_sym_noinline] = ACTIONS(4463), - [anon_sym_crossinline] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), - [sym_multiline_comment] = ACTIONS(3), - }, - [3304] = { - [sym__alpha_identifier] = ACTIONS(4674), - [anon_sym_AT] = ACTIONS(4676), - [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_by] = ACTIONS(4674), - [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_value] = 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), - }, - [3305] = { - [sym_type_constraints] = STATE(3654), - [sym_function_body] = STATE(3195), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4173), - [anon_sym_AT] = ACTIONS(4175), - [anon_sym_COLON] = ACTIONS(6776), - [anon_sym_LBRACK] = ACTIONS(4175), - [anon_sym_as] = ACTIONS(4173), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4175), - [anon_sym_LPAREN] = ACTIONS(4175), - [anon_sym_COMMA] = ACTIONS(4175), - [anon_sym_LT] = ACTIONS(4173), - [anon_sym_GT] = ACTIONS(4173), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4173), - [anon_sym_fun] = ACTIONS(4173), - [anon_sym_DOT] = ACTIONS(4173), - [anon_sym_SEMI] = ACTIONS(4175), - [anon_sym_get] = ACTIONS(4173), - [anon_sym_set] = ACTIONS(4173), - [anon_sym_this] = ACTIONS(4173), - [anon_sym_super] = ACTIONS(4173), - [anon_sym_STAR] = ACTIONS(4175), - [sym_label] = ACTIONS(4173), - [anon_sym_in] = ACTIONS(4173), - [anon_sym_DOT_DOT] = ACTIONS(4175), - [anon_sym_QMARK_COLON] = ACTIONS(4175), - [anon_sym_AMP_AMP] = ACTIONS(4175), - [anon_sym_PIPE_PIPE] = ACTIONS(4175), - [anon_sym_null] = ACTIONS(4173), - [anon_sym_if] = ACTIONS(4173), - [anon_sym_else] = ACTIONS(4173), - [anon_sym_when] = ACTIONS(4173), - [anon_sym_try] = ACTIONS(4173), - [anon_sym_throw] = ACTIONS(4173), - [anon_sym_return] = ACTIONS(4173), - [anon_sym_continue] = ACTIONS(4173), - [anon_sym_break] = ACTIONS(4173), - [anon_sym_COLON_COLON] = ACTIONS(4175), - [anon_sym_BANG_EQ] = ACTIONS(4173), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4175), - [anon_sym_EQ_EQ] = ACTIONS(4173), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4175), - [anon_sym_LT_EQ] = ACTIONS(4175), - [anon_sym_GT_EQ] = ACTIONS(4175), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(4173), - [anon_sym_BANGis] = ACTIONS(4175), - [anon_sym_PLUS] = ACTIONS(4173), - [anon_sym_DASH] = ACTIONS(4173), - [anon_sym_SLASH] = ACTIONS(4173), - [anon_sym_PERCENT] = ACTIONS(4175), - [anon_sym_as_QMARK] = ACTIONS(4175), - [anon_sym_PLUS_PLUS] = ACTIONS(4175), - [anon_sym_DASH_DASH] = ACTIONS(4175), - [anon_sym_BANG] = ACTIONS(4173), - [anon_sym_BANG_BANG] = ACTIONS(4175), - [anon_sym_data] = ACTIONS(4173), - [anon_sym_inner] = ACTIONS(4173), - [anon_sym_value] = ACTIONS(4173), - [anon_sym_expect] = ACTIONS(4173), - [anon_sym_actual] = ACTIONS(4173), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4175), - [anon_sym_continue_AT] = ACTIONS(4175), - [anon_sym_break_AT] = ACTIONS(4175), - [anon_sym_this_AT] = ACTIONS(4175), - [anon_sym_super_AT] = ACTIONS(4175), - [sym_real_literal] = ACTIONS(4175), - [sym_integer_literal] = ACTIONS(4173), - [sym_hex_literal] = ACTIONS(4175), - [sym_bin_literal] = ACTIONS(4175), - [anon_sym_true] = ACTIONS(4173), - [anon_sym_false] = ACTIONS(4173), - [anon_sym_SQUOTE] = ACTIONS(4175), - [sym__backtick_identifier] = ACTIONS(4175), - [sym__automatic_semicolon] = ACTIONS(4175), - [sym_safe_nav] = ACTIONS(4175), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4175), - }, - [3306] = { - [aux_sym_user_type_repeat1] = STATE(3306), - [sym__alpha_identifier] = ACTIONS(4166), - [anon_sym_AT] = ACTIONS(4168), - [anon_sym_LBRACK] = ACTIONS(4168), - [anon_sym_as] = ACTIONS(4166), - [anon_sym_EQ] = ACTIONS(4166), - [anon_sym_LBRACE] = ACTIONS(4168), - [anon_sym_RBRACE] = ACTIONS(4168), - [anon_sym_LPAREN] = ACTIONS(4168), - [anon_sym_COMMA] = ACTIONS(4168), - [anon_sym_by] = ACTIONS(4166), - [anon_sym_LT] = ACTIONS(4166), - [anon_sym_GT] = ACTIONS(4166), - [anon_sym_where] = ACTIONS(4166), - [anon_sym_DOT] = ACTIONS(6778), - [anon_sym_SEMI] = ACTIONS(4168), - [anon_sym_get] = ACTIONS(4166), - [anon_sym_set] = ACTIONS(4166), - [anon_sym_AMP] = ACTIONS(4166), - [sym__quest] = ACTIONS(4166), - [anon_sym_STAR] = ACTIONS(4166), - [sym_label] = ACTIONS(4168), - [anon_sym_in] = ACTIONS(4166), - [anon_sym_DOT_DOT] = ACTIONS(4168), - [anon_sym_QMARK_COLON] = ACTIONS(4168), - [anon_sym_AMP_AMP] = ACTIONS(4168), - [anon_sym_PIPE_PIPE] = ACTIONS(4168), - [anon_sym_else] = ACTIONS(4166), - [anon_sym_COLON_COLON] = ACTIONS(4168), - [anon_sym_PLUS_EQ] = ACTIONS(4168), - [anon_sym_DASH_EQ] = ACTIONS(4168), - [anon_sym_STAR_EQ] = ACTIONS(4168), - [anon_sym_SLASH_EQ] = ACTIONS(4168), - [anon_sym_PERCENT_EQ] = ACTIONS(4168), - [anon_sym_BANG_EQ] = ACTIONS(4166), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4168), - [anon_sym_EQ_EQ] = ACTIONS(4166), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4168), - [anon_sym_LT_EQ] = ACTIONS(4168), - [anon_sym_GT_EQ] = ACTIONS(4168), - [anon_sym_BANGin] = ACTIONS(4168), - [anon_sym_is] = ACTIONS(4166), - [anon_sym_BANGis] = ACTIONS(4168), - [anon_sym_PLUS] = ACTIONS(4166), - [anon_sym_DASH] = ACTIONS(4166), - [anon_sym_SLASH] = ACTIONS(4166), - [anon_sym_PERCENT] = ACTIONS(4166), - [anon_sym_as_QMARK] = ACTIONS(4168), - [anon_sym_PLUS_PLUS] = ACTIONS(4168), - [anon_sym_DASH_DASH] = ACTIONS(4168), - [anon_sym_BANG_BANG] = ACTIONS(4168), - [anon_sym_suspend] = ACTIONS(4166), - [anon_sym_sealed] = ACTIONS(4166), - [anon_sym_annotation] = ACTIONS(4166), - [anon_sym_data] = ACTIONS(4166), - [anon_sym_inner] = ACTIONS(4166), - [anon_sym_value] = ACTIONS(4166), - [anon_sym_override] = ACTIONS(4166), - [anon_sym_lateinit] = ACTIONS(4166), - [anon_sym_public] = ACTIONS(4166), - [anon_sym_private] = ACTIONS(4166), - [anon_sym_internal] = ACTIONS(4166), - [anon_sym_protected] = ACTIONS(4166), - [anon_sym_tailrec] = ACTIONS(4166), - [anon_sym_operator] = ACTIONS(4166), - [anon_sym_infix] = ACTIONS(4166), - [anon_sym_inline] = ACTIONS(4166), - [anon_sym_external] = ACTIONS(4166), - [sym_property_modifier] = ACTIONS(4166), - [anon_sym_abstract] = ACTIONS(4166), - [anon_sym_final] = ACTIONS(4166), - [anon_sym_open] = ACTIONS(4166), - [anon_sym_vararg] = ACTIONS(4166), - [anon_sym_noinline] = ACTIONS(4166), - [anon_sym_crossinline] = ACTIONS(4166), - [anon_sym_expect] = ACTIONS(4166), - [anon_sym_actual] = ACTIONS(4166), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4168), - [sym__automatic_semicolon] = ACTIONS(4168), - [sym_safe_nav] = ACTIONS(4168), - [sym_multiline_comment] = ACTIONS(3), - }, - [3307] = { - [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_value] = 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), - }, - [3308] = { - [sym_type_arguments] = STATE(3550), - [sym__alpha_identifier] = ACTIONS(4128), - [anon_sym_AT] = ACTIONS(4189), - [anon_sym_LBRACK] = ACTIONS(4189), - [anon_sym_as] = ACTIONS(4128), - [anon_sym_EQ] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4189), - [anon_sym_RBRACE] = ACTIONS(4189), - [anon_sym_LPAREN] = ACTIONS(4189), - [anon_sym_COMMA] = ACTIONS(4189), - [anon_sym_by] = ACTIONS(4128), - [anon_sym_LT] = ACTIONS(6781), - [anon_sym_GT] = ACTIONS(4128), - [anon_sym_where] = ACTIONS(4128), - [anon_sym_DOT] = ACTIONS(4128), - [anon_sym_SEMI] = ACTIONS(4189), - [anon_sym_get] = ACTIONS(4128), - [anon_sym_set] = ACTIONS(4128), - [anon_sym_AMP] = ACTIONS(4128), - [sym__quest] = ACTIONS(4128), - [anon_sym_STAR] = ACTIONS(4128), - [sym_label] = ACTIONS(4189), - [anon_sym_in] = ACTIONS(4128), - [anon_sym_DOT_DOT] = ACTIONS(4189), - [anon_sym_QMARK_COLON] = ACTIONS(4189), - [anon_sym_AMP_AMP] = ACTIONS(4189), - [anon_sym_PIPE_PIPE] = ACTIONS(4189), - [anon_sym_else] = ACTIONS(4128), - [anon_sym_COLON_COLON] = ACTIONS(4189), - [anon_sym_PLUS_EQ] = ACTIONS(4189), - [anon_sym_DASH_EQ] = ACTIONS(4189), - [anon_sym_STAR_EQ] = ACTIONS(4189), - [anon_sym_SLASH_EQ] = ACTIONS(4189), - [anon_sym_PERCENT_EQ] = ACTIONS(4189), - [anon_sym_BANG_EQ] = ACTIONS(4128), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4189), - [anon_sym_EQ_EQ] = ACTIONS(4128), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4189), - [anon_sym_LT_EQ] = ACTIONS(4189), - [anon_sym_GT_EQ] = ACTIONS(4189), - [anon_sym_BANGin] = ACTIONS(4189), - [anon_sym_is] = ACTIONS(4128), - [anon_sym_BANGis] = ACTIONS(4189), - [anon_sym_PLUS] = ACTIONS(4128), - [anon_sym_DASH] = ACTIONS(4128), - [anon_sym_SLASH] = ACTIONS(4128), - [anon_sym_PERCENT] = ACTIONS(4128), - [anon_sym_as_QMARK] = ACTIONS(4189), - [anon_sym_PLUS_PLUS] = ACTIONS(4189), - [anon_sym_DASH_DASH] = ACTIONS(4189), - [anon_sym_BANG_BANG] = ACTIONS(4189), - [anon_sym_suspend] = ACTIONS(4128), - [anon_sym_sealed] = ACTIONS(4128), - [anon_sym_annotation] = ACTIONS(4128), - [anon_sym_data] = ACTIONS(4128), - [anon_sym_inner] = ACTIONS(4128), - [anon_sym_value] = ACTIONS(4128), - [anon_sym_override] = ACTIONS(4128), - [anon_sym_lateinit] = ACTIONS(4128), - [anon_sym_public] = ACTIONS(4128), - [anon_sym_private] = ACTIONS(4128), - [anon_sym_internal] = ACTIONS(4128), - [anon_sym_protected] = ACTIONS(4128), - [anon_sym_tailrec] = ACTIONS(4128), - [anon_sym_operator] = ACTIONS(4128), - [anon_sym_infix] = ACTIONS(4128), - [anon_sym_inline] = ACTIONS(4128), - [anon_sym_external] = ACTIONS(4128), - [sym_property_modifier] = ACTIONS(4128), - [anon_sym_abstract] = ACTIONS(4128), - [anon_sym_final] = ACTIONS(4128), - [anon_sym_open] = ACTIONS(4128), - [anon_sym_vararg] = ACTIONS(4128), - [anon_sym_noinline] = ACTIONS(4128), - [anon_sym_crossinline] = ACTIONS(4128), - [anon_sym_expect] = ACTIONS(4128), - [anon_sym_actual] = ACTIONS(4128), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4189), - [sym__automatic_semicolon] = ACTIONS(4189), - [sym_safe_nav] = ACTIONS(4189), - [sym_multiline_comment] = ACTIONS(3), - }, - [3309] = { - [sym__alpha_identifier] = ACTIONS(4706), - [anon_sym_AT] = ACTIONS(4708), - [anon_sym_LBRACK] = ACTIONS(4708), - [anon_sym_RBRACK] = ACTIONS(4708), - [anon_sym_as] = ACTIONS(4706), - [anon_sym_EQ] = ACTIONS(4706), - [anon_sym_LBRACE] = ACTIONS(4708), - [anon_sym_RBRACE] = ACTIONS(4708), - [anon_sym_LPAREN] = ACTIONS(4708), - [anon_sym_COMMA] = ACTIONS(4708), - [anon_sym_RPAREN] = ACTIONS(4708), - [anon_sym_by] = ACTIONS(4706), - [anon_sym_LT] = ACTIONS(4706), - [anon_sym_GT] = ACTIONS(4706), - [anon_sym_where] = ACTIONS(4706), - [anon_sym_DOT] = ACTIONS(4706), - [anon_sym_SEMI] = ACTIONS(4708), - [anon_sym_get] = ACTIONS(4706), - [anon_sym_set] = ACTIONS(4706), - [anon_sym_STAR] = ACTIONS(4706), - [anon_sym_DASH_GT] = ACTIONS(4708), - [sym_label] = ACTIONS(4708), - [anon_sym_in] = ACTIONS(4706), - [anon_sym_while] = ACTIONS(4706), - [anon_sym_DOT_DOT] = ACTIONS(4708), - [anon_sym_QMARK_COLON] = ACTIONS(4708), - [anon_sym_AMP_AMP] = ACTIONS(4708), - [anon_sym_PIPE_PIPE] = ACTIONS(4708), - [anon_sym_else] = ACTIONS(4706), - [anon_sym_COLON_COLON] = ACTIONS(4708), - [anon_sym_PLUS_EQ] = ACTIONS(4708), - [anon_sym_DASH_EQ] = ACTIONS(4708), - [anon_sym_STAR_EQ] = ACTIONS(4708), - [anon_sym_SLASH_EQ] = ACTIONS(4708), - [anon_sym_PERCENT_EQ] = ACTIONS(4708), - [anon_sym_BANG_EQ] = ACTIONS(4706), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4708), - [anon_sym_EQ_EQ] = ACTIONS(4706), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4708), - [anon_sym_LT_EQ] = ACTIONS(4708), - [anon_sym_GT_EQ] = ACTIONS(4708), - [anon_sym_BANGin] = ACTIONS(4708), - [anon_sym_is] = ACTIONS(4706), - [anon_sym_BANGis] = ACTIONS(4708), - [anon_sym_PLUS] = ACTIONS(4706), - [anon_sym_DASH] = ACTIONS(4706), - [anon_sym_SLASH] = ACTIONS(4706), - [anon_sym_PERCENT] = ACTIONS(4706), - [anon_sym_as_QMARK] = ACTIONS(4708), - [anon_sym_PLUS_PLUS] = ACTIONS(4708), - [anon_sym_DASH_DASH] = ACTIONS(4708), - [anon_sym_BANG_BANG] = ACTIONS(4708), - [anon_sym_suspend] = ACTIONS(4706), - [anon_sym_sealed] = ACTIONS(4706), - [anon_sym_annotation] = ACTIONS(4706), - [anon_sym_data] = ACTIONS(4706), - [anon_sym_inner] = ACTIONS(4706), - [anon_sym_value] = ACTIONS(4706), - [anon_sym_override] = ACTIONS(4706), - [anon_sym_lateinit] = ACTIONS(4706), - [anon_sym_public] = ACTIONS(4706), - [anon_sym_private] = ACTIONS(4706), - [anon_sym_internal] = ACTIONS(4706), - [anon_sym_protected] = ACTIONS(4706), - [anon_sym_tailrec] = ACTIONS(4706), - [anon_sym_operator] = ACTIONS(4706), - [anon_sym_infix] = ACTIONS(4706), - [anon_sym_inline] = ACTIONS(4706), - [anon_sym_external] = ACTIONS(4706), - [sym_property_modifier] = ACTIONS(4706), - [anon_sym_abstract] = ACTIONS(4706), - [anon_sym_final] = ACTIONS(4706), - [anon_sym_open] = ACTIONS(4706), - [anon_sym_vararg] = ACTIONS(4706), - [anon_sym_noinline] = ACTIONS(4706), - [anon_sym_crossinline] = ACTIONS(4706), - [anon_sym_expect] = ACTIONS(4706), - [anon_sym_actual] = ACTIONS(4706), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4708), - [sym_safe_nav] = ACTIONS(4708), - [sym_multiline_comment] = ACTIONS(3), - }, - [3310] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1991), - [sym__comparison_operator] = STATE(1992), - [sym__in_operator] = STATE(1993), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1994), - [sym__multiplicative_operator] = STATE(1996), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2018), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(3175), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3177), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3175), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3177), - [anon_sym_RPAREN] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_where] = ACTIONS(3175), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(6726), - [anon_sym_DASH_GT] = ACTIONS(3177), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_while] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(6732), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3177), - [anon_sym_DASH_EQ] = ACTIONS(3177), - [anon_sym_STAR_EQ] = ACTIONS(3177), - [anon_sym_SLASH_EQ] = ACTIONS(3177), - [anon_sym_PERCENT_EQ] = ACTIONS(3177), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(6754), - [anon_sym_DASH] = ACTIONS(6754), - [anon_sym_SLASH] = ACTIONS(6726), - [anon_sym_PERCENT] = ACTIONS(6726), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3177), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), - }, - [3311] = { - [sym_enum_class_body] = STATE(3539), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_RBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [anon_sym_DASH_GT] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - }, - [3312] = { - [sym_class_body] = STATE(3533), - [sym__alpha_identifier] = ACTIONS(4555), - [anon_sym_AT] = ACTIONS(4557), - [anon_sym_LBRACK] = ACTIONS(4557), - [anon_sym_RBRACK] = ACTIONS(4557), - [anon_sym_as] = ACTIONS(4555), - [anon_sym_EQ] = ACTIONS(4555), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4557), - [anon_sym_LPAREN] = ACTIONS(4557), - [anon_sym_COMMA] = ACTIONS(4557), - [anon_sym_RPAREN] = ACTIONS(4557), - [anon_sym_LT] = ACTIONS(4555), - [anon_sym_GT] = ACTIONS(4555), - [anon_sym_where] = ACTIONS(4555), - [anon_sym_DOT] = ACTIONS(4555), - [anon_sym_SEMI] = ACTIONS(4557), - [anon_sym_get] = ACTIONS(4555), - [anon_sym_set] = ACTIONS(4555), - [anon_sym_STAR] = ACTIONS(4555), - [anon_sym_DASH_GT] = ACTIONS(4557), - [sym_label] = ACTIONS(4557), - [anon_sym_in] = ACTIONS(4555), - [anon_sym_while] = ACTIONS(4555), - [anon_sym_DOT_DOT] = ACTIONS(4557), - [anon_sym_QMARK_COLON] = ACTIONS(4557), - [anon_sym_AMP_AMP] = ACTIONS(4557), - [anon_sym_PIPE_PIPE] = ACTIONS(4557), - [anon_sym_else] = ACTIONS(4555), - [anon_sym_COLON_COLON] = ACTIONS(4557), - [anon_sym_PLUS_EQ] = ACTIONS(4557), - [anon_sym_DASH_EQ] = ACTIONS(4557), - [anon_sym_STAR_EQ] = ACTIONS(4557), - [anon_sym_SLASH_EQ] = ACTIONS(4557), - [anon_sym_PERCENT_EQ] = ACTIONS(4557), - [anon_sym_BANG_EQ] = ACTIONS(4555), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4557), - [anon_sym_EQ_EQ] = ACTIONS(4555), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4557), - [anon_sym_LT_EQ] = ACTIONS(4557), - [anon_sym_GT_EQ] = ACTIONS(4557), - [anon_sym_BANGin] = ACTIONS(4557), - [anon_sym_is] = ACTIONS(4555), - [anon_sym_BANGis] = ACTIONS(4557), - [anon_sym_PLUS] = ACTIONS(4555), - [anon_sym_DASH] = ACTIONS(4555), - [anon_sym_SLASH] = ACTIONS(4555), - [anon_sym_PERCENT] = ACTIONS(4555), - [anon_sym_as_QMARK] = ACTIONS(4557), - [anon_sym_PLUS_PLUS] = ACTIONS(4557), - [anon_sym_DASH_DASH] = ACTIONS(4557), - [anon_sym_BANG_BANG] = ACTIONS(4557), - [anon_sym_suspend] = ACTIONS(4555), - [anon_sym_sealed] = ACTIONS(4555), - [anon_sym_annotation] = ACTIONS(4555), - [anon_sym_data] = ACTIONS(4555), - [anon_sym_inner] = ACTIONS(4555), - [anon_sym_value] = ACTIONS(4555), - [anon_sym_override] = ACTIONS(4555), - [anon_sym_lateinit] = ACTIONS(4555), - [anon_sym_public] = ACTIONS(4555), - [anon_sym_private] = ACTIONS(4555), - [anon_sym_internal] = ACTIONS(4555), - [anon_sym_protected] = ACTIONS(4555), - [anon_sym_tailrec] = ACTIONS(4555), - [anon_sym_operator] = ACTIONS(4555), - [anon_sym_infix] = ACTIONS(4555), - [anon_sym_inline] = ACTIONS(4555), - [anon_sym_external] = ACTIONS(4555), - [sym_property_modifier] = ACTIONS(4555), - [anon_sym_abstract] = ACTIONS(4555), - [anon_sym_final] = ACTIONS(4555), - [anon_sym_open] = ACTIONS(4555), - [anon_sym_vararg] = ACTIONS(4555), - [anon_sym_noinline] = ACTIONS(4555), - [anon_sym_crossinline] = ACTIONS(4555), - [anon_sym_expect] = ACTIONS(4555), - [anon_sym_actual] = ACTIONS(4555), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4557), - [sym_safe_nav] = ACTIONS(4557), - [sym_multiline_comment] = ACTIONS(3), - }, - [3313] = { - [sym_type_constraints] = STATE(3748), - [sym_function_body] = STATE(3552), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4173), - [anon_sym_AT] = ACTIONS(4175), - [anon_sym_COLON] = ACTIONS(6783), - [anon_sym_LBRACK] = ACTIONS(4175), - [anon_sym_as] = ACTIONS(4173), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4175), - [anon_sym_LPAREN] = ACTIONS(4175), - [anon_sym_RPAREN] = ACTIONS(4175), - [anon_sym_LT] = ACTIONS(4173), - [anon_sym_GT] = ACTIONS(4173), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4173), - [anon_sym_SEMI] = ACTIONS(4175), - [anon_sym_get] = ACTIONS(4173), - [anon_sym_set] = ACTIONS(4173), - [anon_sym_STAR] = ACTIONS(4173), - [sym_label] = ACTIONS(4175), - [anon_sym_in] = ACTIONS(4173), - [anon_sym_while] = ACTIONS(4173), - [anon_sym_DOT_DOT] = ACTIONS(4175), - [anon_sym_QMARK_COLON] = ACTIONS(4175), - [anon_sym_AMP_AMP] = ACTIONS(4175), - [anon_sym_PIPE_PIPE] = ACTIONS(4175), - [anon_sym_else] = ACTIONS(4173), - [anon_sym_COLON_COLON] = ACTIONS(4175), - [anon_sym_PLUS_EQ] = ACTIONS(4175), - [anon_sym_DASH_EQ] = ACTIONS(4175), - [anon_sym_STAR_EQ] = ACTIONS(4175), - [anon_sym_SLASH_EQ] = ACTIONS(4175), - [anon_sym_PERCENT_EQ] = ACTIONS(4175), - [anon_sym_BANG_EQ] = ACTIONS(4173), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4175), - [anon_sym_EQ_EQ] = ACTIONS(4173), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4175), - [anon_sym_LT_EQ] = ACTIONS(4175), - [anon_sym_GT_EQ] = ACTIONS(4175), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(4173), - [anon_sym_BANGis] = ACTIONS(4175), - [anon_sym_PLUS] = ACTIONS(4173), - [anon_sym_DASH] = ACTIONS(4173), - [anon_sym_SLASH] = ACTIONS(4173), - [anon_sym_PERCENT] = ACTIONS(4173), - [anon_sym_as_QMARK] = ACTIONS(4175), - [anon_sym_PLUS_PLUS] = ACTIONS(4175), - [anon_sym_DASH_DASH] = ACTIONS(4175), - [anon_sym_BANG_BANG] = ACTIONS(4175), - [anon_sym_suspend] = ACTIONS(4173), - [anon_sym_sealed] = ACTIONS(4173), - [anon_sym_annotation] = ACTIONS(4173), - [anon_sym_data] = ACTIONS(4173), - [anon_sym_inner] = ACTIONS(4173), - [anon_sym_value] = ACTIONS(4173), - [anon_sym_override] = ACTIONS(4173), - [anon_sym_lateinit] = ACTIONS(4173), - [anon_sym_public] = ACTIONS(4173), - [anon_sym_private] = ACTIONS(4173), - [anon_sym_internal] = ACTIONS(4173), - [anon_sym_protected] = ACTIONS(4173), - [anon_sym_tailrec] = ACTIONS(4173), - [anon_sym_operator] = ACTIONS(4173), - [anon_sym_infix] = ACTIONS(4173), - [anon_sym_inline] = ACTIONS(4173), - [anon_sym_external] = ACTIONS(4173), - [sym_property_modifier] = ACTIONS(4173), - [anon_sym_abstract] = ACTIONS(4173), - [anon_sym_final] = ACTIONS(4173), - [anon_sym_open] = ACTIONS(4173), - [anon_sym_vararg] = ACTIONS(4173), - [anon_sym_noinline] = ACTIONS(4173), - [anon_sym_crossinline] = ACTIONS(4173), - [anon_sym_expect] = ACTIONS(4173), - [anon_sym_actual] = ACTIONS(4173), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4175), - [sym_safe_nav] = ACTIONS(4175), - [sym_multiline_comment] = ACTIONS(3), - }, - [3314] = { - [sym_type_constraints] = STATE(3749), - [sym_function_body] = STATE(3530), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_COLON] = ACTIONS(6787), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_RPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [sym_label] = ACTIONS(4139), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_while] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - }, - [3315] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3295), - [sym__alpha_identifier] = ACTIONS(4736), - [anon_sym_AT] = ACTIONS(4738), - [anon_sym_LBRACK] = ACTIONS(4738), - [anon_sym_RBRACK] = ACTIONS(4738), - [anon_sym_as] = ACTIONS(4736), - [anon_sym_EQ] = ACTIONS(4736), - [anon_sym_LBRACE] = ACTIONS(4738), - [anon_sym_RBRACE] = ACTIONS(4738), - [anon_sym_LPAREN] = ACTIONS(4738), - [anon_sym_COMMA] = ACTIONS(4738), - [anon_sym_RPAREN] = ACTIONS(4738), - [anon_sym_LT] = ACTIONS(4736), - [anon_sym_GT] = ACTIONS(4736), - [anon_sym_where] = ACTIONS(4736), - [anon_sym_DOT] = ACTIONS(4736), - [anon_sym_SEMI] = ACTIONS(4738), - [anon_sym_get] = ACTIONS(4736), - [anon_sym_set] = ACTIONS(4736), - [anon_sym_STAR] = ACTIONS(4736), - [anon_sym_DASH_GT] = ACTIONS(4738), - [sym_label] = ACTIONS(4738), - [anon_sym_in] = ACTIONS(4736), - [anon_sym_while] = ACTIONS(4736), - [anon_sym_DOT_DOT] = ACTIONS(4738), - [anon_sym_QMARK_COLON] = ACTIONS(4738), - [anon_sym_AMP_AMP] = ACTIONS(4738), - [anon_sym_PIPE_PIPE] = ACTIONS(4738), - [anon_sym_else] = ACTIONS(4736), - [anon_sym_COLON_COLON] = ACTIONS(4738), - [anon_sym_PLUS_EQ] = ACTIONS(4738), - [anon_sym_DASH_EQ] = ACTIONS(4738), - [anon_sym_STAR_EQ] = ACTIONS(4738), - [anon_sym_SLASH_EQ] = ACTIONS(4738), - [anon_sym_PERCENT_EQ] = ACTIONS(4738), - [anon_sym_BANG_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4738), - [anon_sym_LT_EQ] = ACTIONS(4738), - [anon_sym_GT_EQ] = ACTIONS(4738), - [anon_sym_BANGin] = ACTIONS(4738), - [anon_sym_is] = ACTIONS(4736), - [anon_sym_BANGis] = ACTIONS(4738), - [anon_sym_PLUS] = ACTIONS(4736), - [anon_sym_DASH] = ACTIONS(4736), - [anon_sym_SLASH] = ACTIONS(4736), - [anon_sym_PERCENT] = ACTIONS(4736), - [anon_sym_as_QMARK] = ACTIONS(4738), - [anon_sym_PLUS_PLUS] = ACTIONS(4738), - [anon_sym_DASH_DASH] = ACTIONS(4738), - [anon_sym_BANG_BANG] = ACTIONS(4738), - [anon_sym_suspend] = ACTIONS(4736), - [anon_sym_sealed] = ACTIONS(4736), - [anon_sym_annotation] = ACTIONS(4736), - [anon_sym_data] = ACTIONS(4736), - [anon_sym_inner] = ACTIONS(4736), - [anon_sym_value] = ACTIONS(4736), - [anon_sym_override] = ACTIONS(4736), - [anon_sym_lateinit] = ACTIONS(4736), - [anon_sym_public] = ACTIONS(4736), - [anon_sym_private] = ACTIONS(4736), - [anon_sym_internal] = ACTIONS(4736), - [anon_sym_protected] = ACTIONS(4736), - [anon_sym_tailrec] = ACTIONS(4736), - [anon_sym_operator] = ACTIONS(4736), - [anon_sym_infix] = ACTIONS(4736), - [anon_sym_inline] = ACTIONS(4736), - [anon_sym_external] = ACTIONS(4736), - [sym_property_modifier] = ACTIONS(4736), - [anon_sym_abstract] = ACTIONS(4736), - [anon_sym_final] = ACTIONS(4736), - [anon_sym_open] = ACTIONS(4736), - [anon_sym_vararg] = ACTIONS(4736), - [anon_sym_noinline] = ACTIONS(4736), - [anon_sym_crossinline] = ACTIONS(4736), - [anon_sym_expect] = ACTIONS(4736), - [anon_sym_actual] = ACTIONS(4736), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4738), - [sym_safe_nav] = ACTIONS(4738), - [sym_multiline_comment] = ACTIONS(3), - }, - [3316] = { - [sym_type_constraints] = STATE(3750), - [sym_function_body] = STATE(3507), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_COLON] = ACTIONS(6789), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_RPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_while] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - }, - [3317] = { - [sym_type_constraints] = STATE(3710), - [sym_function_body] = STATE(3490), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_COLON] = ACTIONS(6791), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_RPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_while] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - }, - [3318] = { - [sym_type_constraints] = STATE(3751), - [sym_function_body] = STATE(3475), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_COLON] = ACTIONS(6793), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_RPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_while] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - }, - [3319] = { - [aux_sym_user_type_repeat1] = STATE(3306), - [sym__alpha_identifier] = ACTIONS(4153), - [anon_sym_AT] = ACTIONS(4155), - [anon_sym_LBRACK] = ACTIONS(4155), - [anon_sym_as] = ACTIONS(4153), - [anon_sym_EQ] = ACTIONS(4153), - [anon_sym_LBRACE] = ACTIONS(4155), - [anon_sym_RBRACE] = ACTIONS(4155), - [anon_sym_LPAREN] = ACTIONS(4155), - [anon_sym_COMMA] = ACTIONS(4155), - [anon_sym_by] = ACTIONS(4153), - [anon_sym_LT] = ACTIONS(4153), - [anon_sym_GT] = ACTIONS(4153), - [anon_sym_where] = ACTIONS(4153), - [anon_sym_DOT] = ACTIONS(6795), - [anon_sym_SEMI] = ACTIONS(4155), - [anon_sym_get] = ACTIONS(4153), - [anon_sym_set] = ACTIONS(4153), - [anon_sym_AMP] = ACTIONS(4153), - [sym__quest] = ACTIONS(4153), - [anon_sym_STAR] = ACTIONS(4153), - [sym_label] = ACTIONS(4155), - [anon_sym_in] = ACTIONS(4153), - [anon_sym_DOT_DOT] = ACTIONS(4155), - [anon_sym_QMARK_COLON] = ACTIONS(4155), - [anon_sym_AMP_AMP] = ACTIONS(4155), - [anon_sym_PIPE_PIPE] = ACTIONS(4155), - [anon_sym_else] = ACTIONS(4153), - [anon_sym_COLON_COLON] = ACTIONS(4155), - [anon_sym_PLUS_EQ] = ACTIONS(4155), - [anon_sym_DASH_EQ] = ACTIONS(4155), - [anon_sym_STAR_EQ] = ACTIONS(4155), - [anon_sym_SLASH_EQ] = ACTIONS(4155), - [anon_sym_PERCENT_EQ] = ACTIONS(4155), - [anon_sym_BANG_EQ] = ACTIONS(4153), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4155), - [anon_sym_EQ_EQ] = ACTIONS(4153), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4155), - [anon_sym_LT_EQ] = ACTIONS(4155), - [anon_sym_GT_EQ] = ACTIONS(4155), - [anon_sym_BANGin] = ACTIONS(4155), - [anon_sym_is] = ACTIONS(4153), - [anon_sym_BANGis] = ACTIONS(4155), - [anon_sym_PLUS] = ACTIONS(4153), - [anon_sym_DASH] = ACTIONS(4153), - [anon_sym_SLASH] = ACTIONS(4153), - [anon_sym_PERCENT] = ACTIONS(4153), - [anon_sym_as_QMARK] = ACTIONS(4155), - [anon_sym_PLUS_PLUS] = ACTIONS(4155), - [anon_sym_DASH_DASH] = ACTIONS(4155), - [anon_sym_BANG_BANG] = ACTIONS(4155), - [anon_sym_suspend] = ACTIONS(4153), - [anon_sym_sealed] = ACTIONS(4153), - [anon_sym_annotation] = ACTIONS(4153), - [anon_sym_data] = ACTIONS(4153), - [anon_sym_inner] = ACTIONS(4153), - [anon_sym_value] = ACTIONS(4153), - [anon_sym_override] = ACTIONS(4153), - [anon_sym_lateinit] = ACTIONS(4153), - [anon_sym_public] = ACTIONS(4153), - [anon_sym_private] = ACTIONS(4153), - [anon_sym_internal] = ACTIONS(4153), - [anon_sym_protected] = ACTIONS(4153), - [anon_sym_tailrec] = ACTIONS(4153), - [anon_sym_operator] = ACTIONS(4153), - [anon_sym_infix] = ACTIONS(4153), - [anon_sym_inline] = ACTIONS(4153), - [anon_sym_external] = ACTIONS(4153), - [sym_property_modifier] = ACTIONS(4153), - [anon_sym_abstract] = ACTIONS(4153), - [anon_sym_final] = ACTIONS(4153), - [anon_sym_open] = ACTIONS(4153), - [anon_sym_vararg] = ACTIONS(4153), - [anon_sym_noinline] = ACTIONS(4153), - [anon_sym_crossinline] = ACTIONS(4153), - [anon_sym_expect] = ACTIONS(4153), - [anon_sym_actual] = ACTIONS(4153), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4155), - [sym__automatic_semicolon] = ACTIONS(4155), - [sym_safe_nav] = ACTIONS(4155), - [sym_multiline_comment] = ACTIONS(3), - }, - [3320] = { - [sym__alpha_identifier] = ACTIONS(4678), - [anon_sym_AT] = ACTIONS(4681), - [anon_sym_LBRACK] = ACTIONS(4681), - [anon_sym_RBRACK] = ACTIONS(4681), - [anon_sym_as] = ACTIONS(4678), - [anon_sym_EQ] = ACTIONS(4678), - [anon_sym_LBRACE] = ACTIONS(4681), - [anon_sym_RBRACE] = ACTIONS(4681), - [anon_sym_LPAREN] = ACTIONS(4681), - [anon_sym_COMMA] = ACTIONS(4681), - [anon_sym_RPAREN] = ACTIONS(4681), - [anon_sym_by] = ACTIONS(4678), - [anon_sym_LT] = ACTIONS(4678), - [anon_sym_GT] = ACTIONS(4678), - [anon_sym_where] = ACTIONS(4678), - [anon_sym_DOT] = ACTIONS(4678), - [anon_sym_SEMI] = ACTIONS(4681), - [anon_sym_get] = ACTIONS(4678), - [anon_sym_set] = ACTIONS(4678), - [anon_sym_STAR] = ACTIONS(4678), - [anon_sym_DASH_GT] = ACTIONS(4681), - [sym_label] = ACTIONS(4681), - [anon_sym_in] = ACTIONS(4678), - [anon_sym_while] = ACTIONS(4678), - [anon_sym_DOT_DOT] = ACTIONS(4681), - [anon_sym_QMARK_COLON] = ACTIONS(4681), - [anon_sym_AMP_AMP] = ACTIONS(4681), - [anon_sym_PIPE_PIPE] = ACTIONS(4681), - [anon_sym_else] = ACTIONS(4678), - [anon_sym_COLON_COLON] = ACTIONS(4681), - [anon_sym_PLUS_EQ] = ACTIONS(4681), - [anon_sym_DASH_EQ] = ACTIONS(4681), - [anon_sym_STAR_EQ] = ACTIONS(4681), - [anon_sym_SLASH_EQ] = ACTIONS(4681), - [anon_sym_PERCENT_EQ] = ACTIONS(4681), - [anon_sym_BANG_EQ] = ACTIONS(4678), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4681), - [anon_sym_EQ_EQ] = ACTIONS(4678), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4681), - [anon_sym_LT_EQ] = ACTIONS(4681), - [anon_sym_GT_EQ] = ACTIONS(4681), - [anon_sym_BANGin] = ACTIONS(4681), - [anon_sym_is] = ACTIONS(4678), - [anon_sym_BANGis] = ACTIONS(4681), - [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(4681), - [anon_sym_PLUS_PLUS] = ACTIONS(4681), - [anon_sym_DASH_DASH] = ACTIONS(4681), - [anon_sym_BANG_BANG] = ACTIONS(4681), - [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_value] = 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(4681), - [sym_safe_nav] = ACTIONS(4681), - [sym_multiline_comment] = ACTIONS(3), - }, - [3321] = { - [sym__alpha_identifier] = ACTIONS(4746), - [anon_sym_AT] = ACTIONS(4748), - [anon_sym_COLON] = ACTIONS(4746), - [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(4748), - [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_value] = 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), - }, - [3322] = { - [sym_type_constraints] = STATE(3652), - [sym_function_body] = STATE(3232), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_COLON] = ACTIONS(6798), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4137), - [anon_sym_fun] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_this] = ACTIONS(4137), - [anon_sym_super] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4139), - [sym_label] = ACTIONS(4137), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(4137), - [anon_sym_if] = ACTIONS(4137), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_when] = ACTIONS(4137), - [anon_sym_try] = ACTIONS(4137), - [anon_sym_throw] = ACTIONS(4137), - [anon_sym_return] = ACTIONS(4137), - [anon_sym_continue] = ACTIONS(4137), - [anon_sym_break] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4139), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4137), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4139), - [anon_sym_continue_AT] = ACTIONS(4139), - [anon_sym_break_AT] = ACTIONS(4139), - [anon_sym_this_AT] = ACTIONS(4139), - [anon_sym_super_AT] = ACTIONS(4139), - [sym_real_literal] = ACTIONS(4139), - [sym_integer_literal] = ACTIONS(4137), - [sym_hex_literal] = ACTIONS(4139), - [sym_bin_literal] = ACTIONS(4139), - [anon_sym_true] = ACTIONS(4137), - [anon_sym_false] = ACTIONS(4137), - [anon_sym_SQUOTE] = ACTIONS(4139), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4139), - }, - [3323] = { - [sym_type_constraints] = STATE(3641), - [sym_function_body] = STATE(3159), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_COLON] = ACTIONS(6800), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), - }, - [3324] = { - [sym_class_body] = STATE(3494), - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_RBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_RPAREN] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(4463), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [anon_sym_DASH_GT] = ACTIONS(4465), - [sym_label] = ACTIONS(4465), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_while] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_suspend] = ACTIONS(4463), - [anon_sym_sealed] = ACTIONS(4463), - [anon_sym_annotation] = ACTIONS(4463), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_override] = ACTIONS(4463), - [anon_sym_lateinit] = ACTIONS(4463), - [anon_sym_public] = ACTIONS(4463), - [anon_sym_private] = ACTIONS(4463), - [anon_sym_internal] = ACTIONS(4463), - [anon_sym_protected] = ACTIONS(4463), - [anon_sym_tailrec] = ACTIONS(4463), - [anon_sym_operator] = ACTIONS(4463), - [anon_sym_infix] = ACTIONS(4463), - [anon_sym_inline] = ACTIONS(4463), - [anon_sym_external] = ACTIONS(4463), - [sym_property_modifier] = ACTIONS(4463), - [anon_sym_abstract] = ACTIONS(4463), - [anon_sym_final] = ACTIONS(4463), - [anon_sym_open] = ACTIONS(4463), - [anon_sym_vararg] = ACTIONS(4463), - [anon_sym_noinline] = ACTIONS(4463), - [anon_sym_crossinline] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), - [sym_multiline_comment] = ACTIONS(3), - }, - [3325] = { - [sym_enum_class_body] = STATE(3513), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_RBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_RPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [anon_sym_DASH_GT] = ACTIONS(4218), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_while] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - }, - [3326] = { - [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_value] = 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_L] = ACTIONS(6802), - [sym__backtick_identifier] = ACTIONS(4742), - [sym_safe_nav] = ACTIONS(4742), + [sym__automatic_semicolon] = ACTIONS(4495), + [sym_safe_nav] = ACTIONS(4495), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4495), }, - [3327] = { - [sym_enum_class_body] = STATE(3406), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_RBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_RPAREN] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(4321), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [anon_sym_DASH_GT] = ACTIONS(4323), - [sym_label] = ACTIONS(4323), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_while] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), + [3185] = { + [sym_type_constraints] = STATE(3325), + [sym_enum_class_body] = STATE(3510), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_RBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_RPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [anon_sym_DASH_GT] = ACTIONS(4245), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_while] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), [sym_multiline_comment] = ACTIONS(3), }, - [3328] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1991), - [sym__comparison_operator] = STATE(1992), - [sym__in_operator] = STATE(1993), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1994), - [sym__multiplicative_operator] = STATE(1996), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2018), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3127), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3125), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3127), - [anon_sym_RPAREN] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_where] = ACTIONS(3125), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(6726), - [anon_sym_DASH_GT] = ACTIONS(3127), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_while] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(6732), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3127), - [anon_sym_DASH_EQ] = ACTIONS(3127), - [anon_sym_STAR_EQ] = ACTIONS(3127), - [anon_sym_SLASH_EQ] = ACTIONS(3127), - [anon_sym_PERCENT_EQ] = ACTIONS(3127), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(6754), - [anon_sym_DASH] = ACTIONS(6754), - [anon_sym_SLASH] = ACTIONS(6726), - [anon_sym_PERCENT] = ACTIONS(6726), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [3186] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(6670), + [anon_sym_COMMA] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), }, - [3329] = { - [sym_class_body] = STATE(3543), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_RBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_RPAREN] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(4327), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [anon_sym_DASH_GT] = ACTIONS(4329), - [sym_label] = ACTIONS(4329), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_while] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), + [3187] = { + [sym_class_body] = STATE(3516), + [sym_type_constraints] = STATE(3323), + [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(5590), + [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(5576), + [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_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_value] = 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(4329), - [sym_safe_nav] = ACTIONS(4329), + [sym__backtick_identifier] = ACTIONS(4499), + [sym_safe_nav] = ACTIONS(4499), [sym_multiline_comment] = ACTIONS(3), }, - [3330] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1991), - [sym__comparison_operator] = STATE(1992), - [sym__in_operator] = STATE(1993), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1994), - [sym__multiplicative_operator] = STATE(1996), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2018), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(3094), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3096), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3094), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3096), - [anon_sym_RPAREN] = ACTIONS(3096), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_where] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(6726), - [anon_sym_DASH_GT] = ACTIONS(3096), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_while] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3096), - [anon_sym_DASH_EQ] = ACTIONS(3096), - [anon_sym_STAR_EQ] = ACTIONS(3096), - [anon_sym_SLASH_EQ] = ACTIONS(3096), - [anon_sym_PERCENT_EQ] = ACTIONS(3096), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(6754), - [anon_sym_DASH] = ACTIONS(6754), - [anon_sym_SLASH] = ACTIONS(6726), - [anon_sym_PERCENT] = ACTIONS(6726), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3096), - [sym_safe_nav] = ACTIONS(6740), + [3188] = { + [sym_function_body] = STATE(3226), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_object] = ACTIONS(4151), + [anon_sym_fun] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_this] = ACTIONS(4151), + [anon_sym_super] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [sym_label] = ACTIONS(4151), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_if] = ACTIONS(4151), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_when] = ACTIONS(4151), + [anon_sym_try] = ACTIONS(4151), + [anon_sym_throw] = ACTIONS(4151), + [anon_sym_return] = ACTIONS(4151), + [anon_sym_continue] = ACTIONS(4151), + [anon_sym_break] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4151), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4153), + [anon_sym_continue_AT] = ACTIONS(4153), + [anon_sym_break_AT] = ACTIONS(4153), + [anon_sym_this_AT] = ACTIONS(4153), + [anon_sym_super_AT] = ACTIONS(4153), + [sym_real_literal] = ACTIONS(4153), + [sym_integer_literal] = ACTIONS(4151), + [sym_hex_literal] = ACTIONS(4153), + [sym_bin_literal] = ACTIONS(4153), + [anon_sym_true] = ACTIONS(4151), + [anon_sym_false] = ACTIONS(4151), + [anon_sym_SQUOTE] = ACTIONS(4153), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4153), + }, + [3189] = { + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(4151), + [anon_sym_LBRACE] = ACTIONS(4153), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(4151), + [anon_sym_object] = ACTIONS(4151), + [anon_sym_fun] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_this] = ACTIONS(4151), + [anon_sym_super] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [sym_label] = ACTIONS(4151), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_if] = ACTIONS(4151), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_when] = ACTIONS(4151), + [anon_sym_try] = ACTIONS(4151), + [anon_sym_throw] = ACTIONS(4151), + [anon_sym_return] = ACTIONS(4151), + [anon_sym_continue] = ACTIONS(4151), + [anon_sym_break] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4151), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4153), + [anon_sym_continue_AT] = ACTIONS(4153), + [anon_sym_break_AT] = ACTIONS(4153), + [anon_sym_this_AT] = ACTIONS(4153), + [anon_sym_super_AT] = ACTIONS(4153), + [sym_real_literal] = ACTIONS(4153), + [sym_integer_literal] = ACTIONS(4151), + [sym_hex_literal] = ACTIONS(4153), + [sym_bin_literal] = ACTIONS(4153), + [anon_sym_true] = ACTIONS(4151), + [anon_sym_false] = ACTIONS(4151), + [anon_sym_SQUOTE] = ACTIONS(4153), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4153), + }, + [3190] = { + [sym__alpha_identifier] = ACTIONS(4866), + [anon_sym_AT] = ACTIONS(4868), + [anon_sym_LBRACK] = ACTIONS(4868), + [anon_sym_as] = ACTIONS(4866), + [anon_sym_EQ] = ACTIONS(4866), + [anon_sym_LBRACE] = ACTIONS(4868), + [anon_sym_RBRACE] = ACTIONS(4868), + [anon_sym_LPAREN] = ACTIONS(4868), + [anon_sym_COMMA] = ACTIONS(4868), + [anon_sym_LT] = ACTIONS(4866), + [anon_sym_GT] = ACTIONS(4866), + [anon_sym_where] = ACTIONS(4866), + [anon_sym_object] = ACTIONS(4866), + [anon_sym_fun] = ACTIONS(4866), + [anon_sym_DOT] = ACTIONS(4866), + [anon_sym_SEMI] = ACTIONS(4868), + [anon_sym_get] = ACTIONS(4866), + [anon_sym_set] = ACTIONS(4866), + [anon_sym_this] = ACTIONS(4866), + [anon_sym_super] = ACTIONS(4866), + [anon_sym_STAR] = ACTIONS(4866), + [sym_label] = ACTIONS(4866), + [anon_sym_in] = ACTIONS(4866), + [anon_sym_DOT_DOT] = ACTIONS(4868), + [anon_sym_QMARK_COLON] = ACTIONS(4868), + [anon_sym_AMP_AMP] = ACTIONS(4868), + [anon_sym_PIPE_PIPE] = ACTIONS(4868), + [anon_sym_null] = ACTIONS(4866), + [anon_sym_if] = ACTIONS(4866), + [anon_sym_else] = ACTIONS(4866), + [anon_sym_when] = ACTIONS(4866), + [anon_sym_try] = ACTIONS(4866), + [anon_sym_throw] = ACTIONS(4866), + [anon_sym_return] = ACTIONS(4866), + [anon_sym_continue] = ACTIONS(4866), + [anon_sym_break] = ACTIONS(4866), + [anon_sym_COLON_COLON] = ACTIONS(4868), + [anon_sym_PLUS_EQ] = ACTIONS(4868), + [anon_sym_DASH_EQ] = ACTIONS(4868), + [anon_sym_STAR_EQ] = ACTIONS(4868), + [anon_sym_SLASH_EQ] = ACTIONS(4868), + [anon_sym_PERCENT_EQ] = ACTIONS(4868), + [anon_sym_BANG_EQ] = ACTIONS(4866), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4868), + [anon_sym_EQ_EQ] = ACTIONS(4866), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4868), + [anon_sym_LT_EQ] = ACTIONS(4868), + [anon_sym_GT_EQ] = ACTIONS(4868), + [anon_sym_BANGin] = ACTIONS(4868), + [anon_sym_is] = ACTIONS(4866), + [anon_sym_BANGis] = ACTIONS(4868), + [anon_sym_PLUS] = ACTIONS(4866), + [anon_sym_DASH] = ACTIONS(4866), + [anon_sym_SLASH] = ACTIONS(4866), + [anon_sym_PERCENT] = ACTIONS(4866), + [anon_sym_as_QMARK] = ACTIONS(4868), + [anon_sym_PLUS_PLUS] = ACTIONS(4868), + [anon_sym_DASH_DASH] = ACTIONS(4868), + [anon_sym_BANG] = ACTIONS(4866), + [anon_sym_BANG_BANG] = ACTIONS(4868), + [anon_sym_data] = ACTIONS(4866), + [anon_sym_inner] = ACTIONS(4866), + [anon_sym_value] = ACTIONS(4866), + [anon_sym_expect] = ACTIONS(4866), + [anon_sym_actual] = ACTIONS(4866), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4868), + [anon_sym_continue_AT] = ACTIONS(4868), + [anon_sym_break_AT] = ACTIONS(4868), + [anon_sym_this_AT] = ACTIONS(4868), + [anon_sym_super_AT] = ACTIONS(4868), + [sym_real_literal] = ACTIONS(4868), + [sym_integer_literal] = ACTIONS(4866), + [sym_hex_literal] = ACTIONS(4868), + [sym_bin_literal] = ACTIONS(4868), + [anon_sym_true] = ACTIONS(4866), + [anon_sym_false] = ACTIONS(4866), + [anon_sym_SQUOTE] = ACTIONS(4868), + [sym__backtick_identifier] = ACTIONS(4868), + [sym__automatic_semicolon] = ACTIONS(4868), + [sym_safe_nav] = ACTIONS(4868), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4868), }, - [3331] = { - [sym__alpha_identifier] = ACTIONS(4710), - [anon_sym_AT] = ACTIONS(4710), - [anon_sym_LBRACK] = ACTIONS(4712), - [anon_sym_RBRACK] = ACTIONS(4712), - [anon_sym_as] = ACTIONS(4710), - [anon_sym_EQ] = ACTIONS(4710), - [anon_sym_LBRACE] = ACTIONS(4712), - [anon_sym_RBRACE] = ACTIONS(4712), - [anon_sym_LPAREN] = ACTIONS(4712), - [anon_sym_COMMA] = ACTIONS(4712), - [anon_sym_RPAREN] = ACTIONS(4712), - [anon_sym_LT] = ACTIONS(4710), - [anon_sym_GT] = ACTIONS(4710), - [anon_sym_where] = ACTIONS(4710), - [anon_sym_DOT] = ACTIONS(4710), - [anon_sym_SEMI] = ACTIONS(4712), - [anon_sym_get] = ACTIONS(4710), - [anon_sym_set] = ACTIONS(4710), - [anon_sym_STAR] = ACTIONS(4710), - [anon_sym_DASH_GT] = ACTIONS(4712), - [sym_label] = ACTIONS(4712), - [anon_sym_in] = ACTIONS(4710), - [anon_sym_while] = ACTIONS(4710), - [anon_sym_DOT_DOT] = ACTIONS(4712), - [anon_sym_QMARK_COLON] = ACTIONS(4712), - [anon_sym_AMP_AMP] = ACTIONS(4712), - [anon_sym_PIPE_PIPE] = ACTIONS(4712), - [anon_sym_else] = ACTIONS(4710), - [anon_sym_COLON_COLON] = ACTIONS(4712), - [anon_sym_PLUS_EQ] = ACTIONS(4712), - [anon_sym_DASH_EQ] = ACTIONS(4712), - [anon_sym_STAR_EQ] = ACTIONS(4712), - [anon_sym_SLASH_EQ] = ACTIONS(4712), - [anon_sym_PERCENT_EQ] = ACTIONS(4712), - [anon_sym_BANG_EQ] = ACTIONS(4710), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4712), - [anon_sym_EQ_EQ] = ACTIONS(4710), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4712), - [anon_sym_LT_EQ] = ACTIONS(4712), - [anon_sym_GT_EQ] = ACTIONS(4712), - [anon_sym_BANGin] = ACTIONS(4712), - [anon_sym_is] = ACTIONS(4710), - [anon_sym_BANGis] = ACTIONS(4712), - [anon_sym_PLUS] = ACTIONS(4710), - [anon_sym_DASH] = ACTIONS(4710), - [anon_sym_SLASH] = ACTIONS(4710), - [anon_sym_PERCENT] = ACTIONS(4710), - [anon_sym_as_QMARK] = ACTIONS(4712), - [anon_sym_PLUS_PLUS] = ACTIONS(4712), - [anon_sym_DASH_DASH] = ACTIONS(4712), - [anon_sym_BANG_BANG] = ACTIONS(4712), - [anon_sym_suspend] = ACTIONS(4710), - [anon_sym_sealed] = ACTIONS(4710), - [anon_sym_annotation] = ACTIONS(4710), - [anon_sym_data] = ACTIONS(4710), - [anon_sym_inner] = ACTIONS(4710), - [anon_sym_value] = ACTIONS(4710), - [anon_sym_override] = ACTIONS(4710), - [anon_sym_lateinit] = ACTIONS(4710), - [anon_sym_public] = ACTIONS(4710), - [anon_sym_private] = ACTIONS(4710), - [anon_sym_internal] = ACTIONS(4710), - [anon_sym_protected] = ACTIONS(4710), - [anon_sym_tailrec] = ACTIONS(4710), - [anon_sym_operator] = ACTIONS(4710), - [anon_sym_infix] = ACTIONS(4710), - [anon_sym_inline] = ACTIONS(4710), - [anon_sym_external] = ACTIONS(4710), - [sym_property_modifier] = ACTIONS(4710), - [anon_sym_abstract] = ACTIONS(4710), - [anon_sym_final] = ACTIONS(4710), - [anon_sym_open] = ACTIONS(4710), - [anon_sym_vararg] = ACTIONS(4710), - [anon_sym_noinline] = ACTIONS(4710), - [anon_sym_crossinline] = ACTIONS(4710), - [anon_sym_expect] = ACTIONS(4710), - [anon_sym_actual] = ACTIONS(4710), + [3191] = { + [sym__alpha_identifier] = ACTIONS(5135), + [anon_sym_AT] = ACTIONS(5137), + [anon_sym_LBRACK] = ACTIONS(5137), + [anon_sym_as] = ACTIONS(5135), + [anon_sym_EQ] = ACTIONS(5135), + [anon_sym_LBRACE] = ACTIONS(5137), + [anon_sym_RBRACE] = ACTIONS(5137), + [anon_sym_LPAREN] = ACTIONS(5137), + [anon_sym_COMMA] = ACTIONS(5137), + [anon_sym_LT] = ACTIONS(5135), + [anon_sym_GT] = ACTIONS(5135), + [anon_sym_where] = ACTIONS(5135), + [anon_sym_object] = ACTIONS(5135), + [anon_sym_fun] = ACTIONS(5135), + [anon_sym_DOT] = ACTIONS(5135), + [anon_sym_SEMI] = ACTIONS(5137), + [anon_sym_get] = ACTIONS(5135), + [anon_sym_set] = ACTIONS(5135), + [anon_sym_this] = ACTIONS(5135), + [anon_sym_super] = ACTIONS(5135), + [anon_sym_STAR] = ACTIONS(5135), + [sym_label] = ACTIONS(5135), + [anon_sym_in] = ACTIONS(5135), + [anon_sym_DOT_DOT] = ACTIONS(5137), + [anon_sym_QMARK_COLON] = ACTIONS(5137), + [anon_sym_AMP_AMP] = ACTIONS(5137), + [anon_sym_PIPE_PIPE] = ACTIONS(5137), + [anon_sym_null] = ACTIONS(5135), + [anon_sym_if] = ACTIONS(5135), + [anon_sym_else] = ACTIONS(5135), + [anon_sym_when] = ACTIONS(5135), + [anon_sym_try] = ACTIONS(5135), + [anon_sym_throw] = ACTIONS(5135), + [anon_sym_return] = ACTIONS(5135), + [anon_sym_continue] = ACTIONS(5135), + [anon_sym_break] = ACTIONS(5135), + [anon_sym_COLON_COLON] = ACTIONS(5137), + [anon_sym_PLUS_EQ] = ACTIONS(5137), + [anon_sym_DASH_EQ] = ACTIONS(5137), + [anon_sym_STAR_EQ] = ACTIONS(5137), + [anon_sym_SLASH_EQ] = ACTIONS(5137), + [anon_sym_PERCENT_EQ] = ACTIONS(5137), + [anon_sym_BANG_EQ] = ACTIONS(5135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5137), + [anon_sym_EQ_EQ] = ACTIONS(5135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5137), + [anon_sym_LT_EQ] = ACTIONS(5137), + [anon_sym_GT_EQ] = ACTIONS(5137), + [anon_sym_BANGin] = ACTIONS(5137), + [anon_sym_is] = ACTIONS(5135), + [anon_sym_BANGis] = ACTIONS(5137), + [anon_sym_PLUS] = ACTIONS(5135), + [anon_sym_DASH] = ACTIONS(5135), + [anon_sym_SLASH] = ACTIONS(5135), + [anon_sym_PERCENT] = ACTIONS(5135), + [anon_sym_as_QMARK] = ACTIONS(5137), + [anon_sym_PLUS_PLUS] = ACTIONS(5137), + [anon_sym_DASH_DASH] = ACTIONS(5137), + [anon_sym_BANG] = ACTIONS(5135), + [anon_sym_BANG_BANG] = ACTIONS(5137), + [anon_sym_data] = ACTIONS(5135), + [anon_sym_inner] = ACTIONS(5135), + [anon_sym_value] = ACTIONS(5135), + [anon_sym_expect] = ACTIONS(5135), + [anon_sym_actual] = ACTIONS(5135), [sym_line_comment] = ACTIONS(3), - [anon_sym_AT2] = ACTIONS(6804), - [sym__backtick_identifier] = ACTIONS(4712), - [sym_safe_nav] = ACTIONS(4712), + [anon_sym_return_AT] = ACTIONS(5137), + [anon_sym_continue_AT] = ACTIONS(5137), + [anon_sym_break_AT] = ACTIONS(5137), + [anon_sym_this_AT] = ACTIONS(5137), + [anon_sym_super_AT] = ACTIONS(5137), + [sym_real_literal] = ACTIONS(5137), + [sym_integer_literal] = ACTIONS(5135), + [sym_hex_literal] = ACTIONS(5137), + [sym_bin_literal] = ACTIONS(5137), + [anon_sym_true] = ACTIONS(5135), + [anon_sym_false] = ACTIONS(5135), + [anon_sym_SQUOTE] = ACTIONS(5137), + [sym__backtick_identifier] = ACTIONS(5137), + [sym__automatic_semicolon] = ACTIONS(5137), + [sym_safe_nav] = ACTIONS(5137), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5137), }, - [3332] = { + [3192] = { + [sym_function_body] = STATE(3201), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4493), + [anon_sym_AT] = ACTIONS(4495), + [anon_sym_LBRACK] = ACTIONS(4495), + [anon_sym_as] = ACTIONS(4493), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4495), + [anon_sym_LPAREN] = ACTIONS(4495), + [anon_sym_LT] = ACTIONS(4493), + [anon_sym_GT] = ACTIONS(4493), + [anon_sym_object] = ACTIONS(4493), + [anon_sym_fun] = ACTIONS(4493), + [anon_sym_DOT] = ACTIONS(4493), + [anon_sym_SEMI] = ACTIONS(4495), + [anon_sym_get] = ACTIONS(4493), + [anon_sym_set] = ACTIONS(4493), + [anon_sym_this] = ACTIONS(4493), + [anon_sym_super] = ACTIONS(4493), + [anon_sym_STAR] = ACTIONS(4493), + [sym_label] = ACTIONS(4493), + [anon_sym_in] = ACTIONS(4493), + [anon_sym_DOT_DOT] = ACTIONS(4495), + [anon_sym_QMARK_COLON] = ACTIONS(4495), + [anon_sym_AMP_AMP] = ACTIONS(4495), + [anon_sym_PIPE_PIPE] = ACTIONS(4495), + [anon_sym_null] = ACTIONS(4493), + [anon_sym_if] = ACTIONS(4493), + [anon_sym_else] = ACTIONS(4493), + [anon_sym_when] = ACTIONS(4493), + [anon_sym_try] = ACTIONS(4493), + [anon_sym_throw] = ACTIONS(4493), + [anon_sym_return] = ACTIONS(4493), + [anon_sym_continue] = ACTIONS(4493), + [anon_sym_break] = ACTIONS(4493), + [anon_sym_COLON_COLON] = ACTIONS(4495), + [anon_sym_PLUS_EQ] = ACTIONS(4495), + [anon_sym_DASH_EQ] = ACTIONS(4495), + [anon_sym_STAR_EQ] = ACTIONS(4495), + [anon_sym_SLASH_EQ] = ACTIONS(4495), + [anon_sym_PERCENT_EQ] = ACTIONS(4495), + [anon_sym_BANG_EQ] = ACTIONS(4493), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), + [anon_sym_EQ_EQ] = ACTIONS(4493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), + [anon_sym_LT_EQ] = ACTIONS(4495), + [anon_sym_GT_EQ] = ACTIONS(4495), + [anon_sym_BANGin] = ACTIONS(4495), + [anon_sym_is] = ACTIONS(4493), + [anon_sym_BANGis] = ACTIONS(4495), + [anon_sym_PLUS] = ACTIONS(4493), + [anon_sym_DASH] = ACTIONS(4493), + [anon_sym_SLASH] = ACTIONS(4493), + [anon_sym_PERCENT] = ACTIONS(4493), + [anon_sym_as_QMARK] = ACTIONS(4495), + [anon_sym_PLUS_PLUS] = ACTIONS(4495), + [anon_sym_DASH_DASH] = ACTIONS(4495), + [anon_sym_BANG] = ACTIONS(4493), + [anon_sym_BANG_BANG] = ACTIONS(4495), + [anon_sym_data] = ACTIONS(4493), + [anon_sym_inner] = ACTIONS(4493), + [anon_sym_value] = ACTIONS(4493), + [anon_sym_expect] = ACTIONS(4493), + [anon_sym_actual] = ACTIONS(4493), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4495), + [anon_sym_continue_AT] = ACTIONS(4495), + [anon_sym_break_AT] = ACTIONS(4495), + [anon_sym_this_AT] = ACTIONS(4495), + [anon_sym_super_AT] = ACTIONS(4495), + [sym_real_literal] = ACTIONS(4495), + [sym_integer_literal] = ACTIONS(4493), + [sym_hex_literal] = ACTIONS(4495), + [sym_bin_literal] = ACTIONS(4495), + [anon_sym_true] = ACTIONS(4493), + [anon_sym_false] = ACTIONS(4493), + [anon_sym_SQUOTE] = ACTIONS(4495), + [sym__backtick_identifier] = ACTIONS(4495), + [sym__automatic_semicolon] = ACTIONS(4495), + [sym_safe_nav] = ACTIONS(4495), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4495), + }, + [3193] = { [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4009), - [anon_sym_COLON] = ACTIONS(4004), - [anon_sym_LBRACK] = ACTIONS(4009), + [anon_sym_AT] = ACTIONS(4006), + [anon_sym_LBRACK] = ACTIONS(4006), [anon_sym_as] = ACTIONS(4004), [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_by] = ACTIONS(4004), + [anon_sym_LBRACE] = ACTIONS(4006), + [anon_sym_RBRACE] = ACTIONS(4006), + [anon_sym_LPAREN] = ACTIONS(4006), + [anon_sym_COMMA] = ACTIONS(4006), [anon_sym_LT] = ACTIONS(4004), [anon_sym_GT] = ACTIONS(4004), [anon_sym_where] = ACTIONS(4004), + [anon_sym_object] = ACTIONS(4004), + [anon_sym_fun] = ACTIONS(4004), [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), + [anon_sym_SEMI] = ACTIONS(4006), [anon_sym_get] = ACTIONS(4004), [anon_sym_set] = ACTIONS(4004), - [anon_sym_AMP] = ACTIONS(4004), - [sym__quest] = ACTIONS(4004), + [anon_sym_this] = ACTIONS(4004), + [anon_sym_super] = ACTIONS(4004), [anon_sym_STAR] = ACTIONS(4004), - [sym_label] = ACTIONS(4009), + [sym_label] = ACTIONS(4004), [anon_sym_in] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), + [anon_sym_DOT_DOT] = ACTIONS(4006), + [anon_sym_QMARK_COLON] = ACTIONS(4006), + [anon_sym_AMP_AMP] = ACTIONS(4006), + [anon_sym_PIPE_PIPE] = ACTIONS(4006), + [anon_sym_null] = ACTIONS(4004), + [anon_sym_if] = ACTIONS(4004), [anon_sym_else] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), + [anon_sym_when] = ACTIONS(4004), + [anon_sym_try] = ACTIONS(4004), + [anon_sym_throw] = ACTIONS(4004), + [anon_sym_return] = ACTIONS(4004), + [anon_sym_continue] = ACTIONS(4004), + [anon_sym_break] = ACTIONS(4004), + [anon_sym_COLON_COLON] = ACTIONS(4006), + [anon_sym_PLUS_EQ] = ACTIONS(4006), + [anon_sym_DASH_EQ] = ACTIONS(4006), + [anon_sym_STAR_EQ] = ACTIONS(4006), + [anon_sym_SLASH_EQ] = ACTIONS(4006), + [anon_sym_PERCENT_EQ] = ACTIONS(4006), [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4006), [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4006), + [anon_sym_LT_EQ] = ACTIONS(4006), + [anon_sym_GT_EQ] = ACTIONS(4006), + [anon_sym_BANGin] = ACTIONS(4006), [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), + [anon_sym_BANGis] = ACTIONS(4006), [anon_sym_PLUS] = ACTIONS(4004), [anon_sym_DASH] = ACTIONS(4004), [anon_sym_SLASH] = ACTIONS(4004), [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [anon_sym_suspend] = ACTIONS(4004), - [anon_sym_sealed] = ACTIONS(4004), - [anon_sym_annotation] = ACTIONS(4004), + [anon_sym_as_QMARK] = ACTIONS(4006), + [anon_sym_PLUS_PLUS] = ACTIONS(4006), + [anon_sym_DASH_DASH] = ACTIONS(4006), + [anon_sym_BANG] = ACTIONS(4004), + [anon_sym_BANG_BANG] = ACTIONS(4006), [anon_sym_data] = ACTIONS(4004), [anon_sym_inner] = ACTIONS(4004), [anon_sym_value] = ACTIONS(4004), - [anon_sym_override] = ACTIONS(4004), - [anon_sym_lateinit] = ACTIONS(4004), - [anon_sym_public] = ACTIONS(4004), - [anon_sym_private] = ACTIONS(4004), - [anon_sym_internal] = ACTIONS(4004), - [anon_sym_protected] = ACTIONS(4004), - [anon_sym_tailrec] = ACTIONS(4004), - [anon_sym_operator] = ACTIONS(4004), - [anon_sym_infix] = ACTIONS(4004), - [anon_sym_inline] = ACTIONS(4004), - [anon_sym_external] = ACTIONS(4004), - [sym_property_modifier] = ACTIONS(4004), - [anon_sym_abstract] = ACTIONS(4004), - [anon_sym_final] = ACTIONS(4004), - [anon_sym_open] = ACTIONS(4004), - [anon_sym_vararg] = ACTIONS(4004), - [anon_sym_noinline] = ACTIONS(4004), - [anon_sym_crossinline] = ACTIONS(4004), [anon_sym_expect] = ACTIONS(4004), [anon_sym_actual] = ACTIONS(4004), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4009), - [sym__automatic_semicolon] = ACTIONS(4009), - [sym_safe_nav] = ACTIONS(4009), + [anon_sym_return_AT] = ACTIONS(4006), + [anon_sym_continue_AT] = ACTIONS(4006), + [anon_sym_break_AT] = ACTIONS(4006), + [anon_sym_this_AT] = ACTIONS(4006), + [anon_sym_super_AT] = ACTIONS(4006), + [sym_real_literal] = ACTIONS(4006), + [sym_integer_literal] = ACTIONS(4004), + [sym_hex_literal] = ACTIONS(4006), + [sym_bin_literal] = ACTIONS(4006), + [anon_sym_true] = ACTIONS(4004), + [anon_sym_false] = ACTIONS(4004), + [anon_sym_SQUOTE] = ACTIONS(4006), + [sym__backtick_identifier] = ACTIONS(4006), + [sym__automatic_semicolon] = ACTIONS(4006), + [sym_safe_nav] = ACTIONS(4006), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4006), + }, + [3194] = { + [sym__alpha_identifier] = ACTIONS(5213), + [anon_sym_AT] = ACTIONS(5215), + [anon_sym_LBRACK] = ACTIONS(5215), + [anon_sym_as] = ACTIONS(5213), + [anon_sym_EQ] = ACTIONS(5213), + [anon_sym_LBRACE] = ACTIONS(5215), + [anon_sym_RBRACE] = ACTIONS(5215), + [anon_sym_LPAREN] = ACTIONS(5215), + [anon_sym_COMMA] = ACTIONS(5215), + [anon_sym_LT] = ACTIONS(5213), + [anon_sym_GT] = ACTIONS(5213), + [anon_sym_where] = ACTIONS(5213), + [anon_sym_object] = ACTIONS(5213), + [anon_sym_fun] = ACTIONS(5213), + [anon_sym_DOT] = ACTIONS(5213), + [anon_sym_SEMI] = ACTIONS(5215), + [anon_sym_get] = ACTIONS(5213), + [anon_sym_set] = ACTIONS(5213), + [anon_sym_this] = ACTIONS(5213), + [anon_sym_super] = ACTIONS(5213), + [anon_sym_STAR] = ACTIONS(5213), + [sym_label] = ACTIONS(5213), + [anon_sym_in] = ACTIONS(5213), + [anon_sym_DOT_DOT] = ACTIONS(5215), + [anon_sym_QMARK_COLON] = ACTIONS(5215), + [anon_sym_AMP_AMP] = ACTIONS(5215), + [anon_sym_PIPE_PIPE] = ACTIONS(5215), + [anon_sym_null] = ACTIONS(5213), + [anon_sym_if] = ACTIONS(5213), + [anon_sym_else] = ACTIONS(5213), + [anon_sym_when] = ACTIONS(5213), + [anon_sym_try] = ACTIONS(5213), + [anon_sym_throw] = ACTIONS(5213), + [anon_sym_return] = ACTIONS(5213), + [anon_sym_continue] = ACTIONS(5213), + [anon_sym_break] = ACTIONS(5213), + [anon_sym_COLON_COLON] = ACTIONS(5215), + [anon_sym_PLUS_EQ] = ACTIONS(5215), + [anon_sym_DASH_EQ] = ACTIONS(5215), + [anon_sym_STAR_EQ] = ACTIONS(5215), + [anon_sym_SLASH_EQ] = ACTIONS(5215), + [anon_sym_PERCENT_EQ] = ACTIONS(5215), + [anon_sym_BANG_EQ] = ACTIONS(5213), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5215), + [anon_sym_EQ_EQ] = ACTIONS(5213), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5215), + [anon_sym_LT_EQ] = ACTIONS(5215), + [anon_sym_GT_EQ] = ACTIONS(5215), + [anon_sym_BANGin] = ACTIONS(5215), + [anon_sym_is] = ACTIONS(5213), + [anon_sym_BANGis] = ACTIONS(5215), + [anon_sym_PLUS] = ACTIONS(5213), + [anon_sym_DASH] = ACTIONS(5213), + [anon_sym_SLASH] = ACTIONS(5213), + [anon_sym_PERCENT] = ACTIONS(5213), + [anon_sym_as_QMARK] = ACTIONS(5215), + [anon_sym_PLUS_PLUS] = ACTIONS(5215), + [anon_sym_DASH_DASH] = ACTIONS(5215), + [anon_sym_BANG] = ACTIONS(5213), + [anon_sym_BANG_BANG] = ACTIONS(5215), + [anon_sym_data] = ACTIONS(5213), + [anon_sym_inner] = ACTIONS(5213), + [anon_sym_value] = ACTIONS(5213), + [anon_sym_expect] = ACTIONS(5213), + [anon_sym_actual] = ACTIONS(5213), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5215), + [anon_sym_continue_AT] = ACTIONS(5215), + [anon_sym_break_AT] = ACTIONS(5215), + [anon_sym_this_AT] = ACTIONS(5215), + [anon_sym_super_AT] = ACTIONS(5215), + [sym_real_literal] = ACTIONS(5215), + [sym_integer_literal] = ACTIONS(5213), + [sym_hex_literal] = ACTIONS(5215), + [sym_bin_literal] = ACTIONS(5215), + [anon_sym_true] = ACTIONS(5213), + [anon_sym_false] = ACTIONS(5213), + [anon_sym_SQUOTE] = ACTIONS(5215), + [sym__backtick_identifier] = ACTIONS(5215), + [sym__automatic_semicolon] = ACTIONS(5215), + [sym_safe_nav] = ACTIONS(5215), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5215), + }, + [3195] = { + [sym__alpha_identifier] = ACTIONS(4970), + [anon_sym_AT] = ACTIONS(4972), + [anon_sym_LBRACK] = ACTIONS(4972), + [anon_sym_as] = ACTIONS(4970), + [anon_sym_EQ] = ACTIONS(4970), + [anon_sym_LBRACE] = ACTIONS(4972), + [anon_sym_RBRACE] = ACTIONS(4972), + [anon_sym_LPAREN] = ACTIONS(4972), + [anon_sym_COMMA] = ACTIONS(4972), + [anon_sym_LT] = ACTIONS(4970), + [anon_sym_GT] = ACTIONS(4970), + [anon_sym_where] = ACTIONS(4970), + [anon_sym_object] = ACTIONS(4970), + [anon_sym_fun] = ACTIONS(4970), + [anon_sym_DOT] = ACTIONS(4970), + [anon_sym_SEMI] = ACTIONS(4972), + [anon_sym_get] = ACTIONS(4970), + [anon_sym_set] = ACTIONS(4970), + [anon_sym_this] = ACTIONS(4970), + [anon_sym_super] = ACTIONS(4970), + [anon_sym_STAR] = ACTIONS(4970), + [sym_label] = ACTIONS(4970), + [anon_sym_in] = ACTIONS(4970), + [anon_sym_DOT_DOT] = ACTIONS(4972), + [anon_sym_QMARK_COLON] = ACTIONS(4972), + [anon_sym_AMP_AMP] = ACTIONS(4972), + [anon_sym_PIPE_PIPE] = ACTIONS(4972), + [anon_sym_null] = ACTIONS(4970), + [anon_sym_if] = ACTIONS(4970), + [anon_sym_else] = ACTIONS(4970), + [anon_sym_when] = ACTIONS(4970), + [anon_sym_try] = ACTIONS(4970), + [anon_sym_throw] = ACTIONS(4970), + [anon_sym_return] = ACTIONS(4970), + [anon_sym_continue] = ACTIONS(4970), + [anon_sym_break] = ACTIONS(4970), + [anon_sym_COLON_COLON] = ACTIONS(4972), + [anon_sym_PLUS_EQ] = ACTIONS(4972), + [anon_sym_DASH_EQ] = ACTIONS(4972), + [anon_sym_STAR_EQ] = ACTIONS(4972), + [anon_sym_SLASH_EQ] = ACTIONS(4972), + [anon_sym_PERCENT_EQ] = ACTIONS(4972), + [anon_sym_BANG_EQ] = ACTIONS(4970), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4972), + [anon_sym_EQ_EQ] = ACTIONS(4970), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4972), + [anon_sym_LT_EQ] = ACTIONS(4972), + [anon_sym_GT_EQ] = ACTIONS(4972), + [anon_sym_BANGin] = ACTIONS(4972), + [anon_sym_is] = ACTIONS(4970), + [anon_sym_BANGis] = ACTIONS(4972), + [anon_sym_PLUS] = ACTIONS(4970), + [anon_sym_DASH] = ACTIONS(4970), + [anon_sym_SLASH] = ACTIONS(4970), + [anon_sym_PERCENT] = ACTIONS(4970), + [anon_sym_as_QMARK] = ACTIONS(4972), + [anon_sym_PLUS_PLUS] = ACTIONS(4972), + [anon_sym_DASH_DASH] = ACTIONS(4972), + [anon_sym_BANG] = ACTIONS(4970), + [anon_sym_BANG_BANG] = ACTIONS(4972), + [anon_sym_data] = ACTIONS(4970), + [anon_sym_inner] = ACTIONS(4970), + [anon_sym_value] = ACTIONS(4970), + [anon_sym_expect] = ACTIONS(4970), + [anon_sym_actual] = ACTIONS(4970), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4972), + [anon_sym_continue_AT] = ACTIONS(4972), + [anon_sym_break_AT] = ACTIONS(4972), + [anon_sym_this_AT] = ACTIONS(4972), + [anon_sym_super_AT] = ACTIONS(4972), + [sym_real_literal] = ACTIONS(4972), + [sym_integer_literal] = ACTIONS(4970), + [sym_hex_literal] = ACTIONS(4972), + [sym_bin_literal] = ACTIONS(4972), + [anon_sym_true] = ACTIONS(4970), + [anon_sym_false] = ACTIONS(4970), + [anon_sym_SQUOTE] = ACTIONS(4972), + [sym__backtick_identifier] = ACTIONS(4972), + [sym__automatic_semicolon] = ACTIONS(4972), + [sym_safe_nav] = ACTIONS(4972), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4972), + }, + [3196] = { + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4645), + [anon_sym_super_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), + }, + [3197] = { + [sym__alpha_identifier] = ACTIONS(4878), + [anon_sym_AT] = ACTIONS(4880), + [anon_sym_LBRACK] = ACTIONS(4880), + [anon_sym_as] = ACTIONS(4878), + [anon_sym_EQ] = ACTIONS(4878), + [anon_sym_LBRACE] = ACTIONS(4880), + [anon_sym_RBRACE] = ACTIONS(4880), + [anon_sym_LPAREN] = ACTIONS(4880), + [anon_sym_COMMA] = ACTIONS(4880), + [anon_sym_LT] = ACTIONS(4878), + [anon_sym_GT] = ACTIONS(4878), + [anon_sym_where] = ACTIONS(4878), + [anon_sym_object] = ACTIONS(4878), + [anon_sym_fun] = ACTIONS(4878), + [anon_sym_DOT] = ACTIONS(4878), + [anon_sym_SEMI] = ACTIONS(4880), + [anon_sym_get] = ACTIONS(4878), + [anon_sym_set] = ACTIONS(4878), + [anon_sym_this] = ACTIONS(4878), + [anon_sym_super] = ACTIONS(4878), + [anon_sym_STAR] = ACTIONS(4878), + [sym_label] = ACTIONS(4878), + [anon_sym_in] = ACTIONS(4878), + [anon_sym_DOT_DOT] = ACTIONS(4880), + [anon_sym_QMARK_COLON] = ACTIONS(4880), + [anon_sym_AMP_AMP] = ACTIONS(4880), + [anon_sym_PIPE_PIPE] = ACTIONS(4880), + [anon_sym_null] = ACTIONS(4878), + [anon_sym_if] = ACTIONS(4878), + [anon_sym_else] = ACTIONS(4878), + [anon_sym_when] = ACTIONS(4878), + [anon_sym_try] = ACTIONS(4878), + [anon_sym_throw] = ACTIONS(4878), + [anon_sym_return] = ACTIONS(4878), + [anon_sym_continue] = ACTIONS(4878), + [anon_sym_break] = ACTIONS(4878), + [anon_sym_COLON_COLON] = ACTIONS(4880), + [anon_sym_PLUS_EQ] = ACTIONS(4880), + [anon_sym_DASH_EQ] = ACTIONS(4880), + [anon_sym_STAR_EQ] = ACTIONS(4880), + [anon_sym_SLASH_EQ] = ACTIONS(4880), + [anon_sym_PERCENT_EQ] = ACTIONS(4880), + [anon_sym_BANG_EQ] = ACTIONS(4878), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4880), + [anon_sym_EQ_EQ] = ACTIONS(4878), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4880), + [anon_sym_LT_EQ] = ACTIONS(4880), + [anon_sym_GT_EQ] = ACTIONS(4880), + [anon_sym_BANGin] = ACTIONS(4880), + [anon_sym_is] = ACTIONS(4878), + [anon_sym_BANGis] = ACTIONS(4880), + [anon_sym_PLUS] = ACTIONS(4878), + [anon_sym_DASH] = ACTIONS(4878), + [anon_sym_SLASH] = ACTIONS(4878), + [anon_sym_PERCENT] = ACTIONS(4878), + [anon_sym_as_QMARK] = ACTIONS(4880), + [anon_sym_PLUS_PLUS] = ACTIONS(4880), + [anon_sym_DASH_DASH] = ACTIONS(4880), + [anon_sym_BANG] = ACTIONS(4878), + [anon_sym_BANG_BANG] = ACTIONS(4880), + [anon_sym_data] = ACTIONS(4878), + [anon_sym_inner] = ACTIONS(4878), + [anon_sym_value] = ACTIONS(4878), + [anon_sym_expect] = ACTIONS(4878), + [anon_sym_actual] = ACTIONS(4878), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4880), + [anon_sym_continue_AT] = ACTIONS(4880), + [anon_sym_break_AT] = ACTIONS(4880), + [anon_sym_this_AT] = ACTIONS(4880), + [anon_sym_super_AT] = ACTIONS(4880), + [sym_real_literal] = ACTIONS(4880), + [sym_integer_literal] = ACTIONS(4878), + [sym_hex_literal] = ACTIONS(4880), + [sym_bin_literal] = ACTIONS(4880), + [anon_sym_true] = ACTIONS(4878), + [anon_sym_false] = ACTIONS(4878), + [anon_sym_SQUOTE] = ACTIONS(4880), + [sym__backtick_identifier] = ACTIONS(4880), + [sym__automatic_semicolon] = ACTIONS(4880), + [sym_safe_nav] = ACTIONS(4880), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4880), + }, + [3198] = { + [sym__alpha_identifier] = ACTIONS(5119), + [anon_sym_AT] = ACTIONS(5121), + [anon_sym_LBRACK] = ACTIONS(5121), + [anon_sym_as] = ACTIONS(5119), + [anon_sym_EQ] = ACTIONS(5119), + [anon_sym_LBRACE] = ACTIONS(5121), + [anon_sym_RBRACE] = ACTIONS(5121), + [anon_sym_LPAREN] = ACTIONS(5121), + [anon_sym_COMMA] = ACTIONS(5121), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(5119), + [anon_sym_where] = ACTIONS(5119), + [anon_sym_object] = ACTIONS(5119), + [anon_sym_fun] = ACTIONS(5119), + [anon_sym_DOT] = ACTIONS(5119), + [anon_sym_SEMI] = ACTIONS(5121), + [anon_sym_get] = ACTIONS(5119), + [anon_sym_set] = ACTIONS(5119), + [anon_sym_this] = ACTIONS(5119), + [anon_sym_super] = ACTIONS(5119), + [anon_sym_STAR] = ACTIONS(5119), + [sym_label] = ACTIONS(5119), + [anon_sym_in] = ACTIONS(5119), + [anon_sym_DOT_DOT] = ACTIONS(5121), + [anon_sym_QMARK_COLON] = ACTIONS(5121), + [anon_sym_AMP_AMP] = ACTIONS(5121), + [anon_sym_PIPE_PIPE] = ACTIONS(5121), + [anon_sym_null] = ACTIONS(5119), + [anon_sym_if] = ACTIONS(5119), + [anon_sym_else] = ACTIONS(5119), + [anon_sym_when] = ACTIONS(5119), + [anon_sym_try] = ACTIONS(5119), + [anon_sym_throw] = ACTIONS(5119), + [anon_sym_return] = ACTIONS(5119), + [anon_sym_continue] = ACTIONS(5119), + [anon_sym_break] = ACTIONS(5119), + [anon_sym_COLON_COLON] = ACTIONS(5121), + [anon_sym_PLUS_EQ] = ACTIONS(5121), + [anon_sym_DASH_EQ] = ACTIONS(5121), + [anon_sym_STAR_EQ] = ACTIONS(5121), + [anon_sym_SLASH_EQ] = ACTIONS(5121), + [anon_sym_PERCENT_EQ] = ACTIONS(5121), + [anon_sym_BANG_EQ] = ACTIONS(5119), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5121), + [anon_sym_EQ_EQ] = ACTIONS(5119), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5121), + [anon_sym_LT_EQ] = ACTIONS(5121), + [anon_sym_GT_EQ] = ACTIONS(5121), + [anon_sym_BANGin] = ACTIONS(5121), + [anon_sym_is] = ACTIONS(5119), + [anon_sym_BANGis] = ACTIONS(5121), + [anon_sym_PLUS] = ACTIONS(5119), + [anon_sym_DASH] = ACTIONS(5119), + [anon_sym_SLASH] = ACTIONS(5119), + [anon_sym_PERCENT] = ACTIONS(5119), + [anon_sym_as_QMARK] = ACTIONS(5121), + [anon_sym_PLUS_PLUS] = ACTIONS(5121), + [anon_sym_DASH_DASH] = ACTIONS(5121), + [anon_sym_BANG] = ACTIONS(5119), + [anon_sym_BANG_BANG] = ACTIONS(5121), + [anon_sym_data] = ACTIONS(5119), + [anon_sym_inner] = ACTIONS(5119), + [anon_sym_value] = ACTIONS(5119), + [anon_sym_expect] = ACTIONS(5119), + [anon_sym_actual] = ACTIONS(5119), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5121), + [anon_sym_continue_AT] = ACTIONS(5121), + [anon_sym_break_AT] = ACTIONS(5121), + [anon_sym_this_AT] = ACTIONS(5121), + [anon_sym_super_AT] = ACTIONS(5121), + [sym_real_literal] = ACTIONS(5121), + [sym_integer_literal] = ACTIONS(5119), + [sym_hex_literal] = ACTIONS(5121), + [sym_bin_literal] = ACTIONS(5121), + [anon_sym_true] = ACTIONS(5119), + [anon_sym_false] = ACTIONS(5119), + [anon_sym_SQUOTE] = ACTIONS(5121), + [sym__backtick_identifier] = ACTIONS(5121), + [sym__automatic_semicolon] = ACTIONS(5121), + [sym_safe_nav] = ACTIONS(5121), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5121), + }, + [3199] = { + [sym__alpha_identifier] = ACTIONS(4886), + [anon_sym_AT] = ACTIONS(4888), + [anon_sym_LBRACK] = ACTIONS(4888), + [anon_sym_as] = ACTIONS(4886), + [anon_sym_EQ] = ACTIONS(4886), + [anon_sym_LBRACE] = ACTIONS(4888), + [anon_sym_RBRACE] = ACTIONS(4888), + [anon_sym_LPAREN] = ACTIONS(4888), + [anon_sym_COMMA] = ACTIONS(4888), + [anon_sym_LT] = ACTIONS(4886), + [anon_sym_GT] = ACTIONS(4886), + [anon_sym_where] = ACTIONS(4886), + [anon_sym_object] = ACTIONS(4886), + [anon_sym_fun] = ACTIONS(4886), + [anon_sym_DOT] = ACTIONS(4886), + [anon_sym_SEMI] = ACTIONS(4888), + [anon_sym_get] = ACTIONS(4886), + [anon_sym_set] = ACTIONS(4886), + [anon_sym_this] = ACTIONS(4886), + [anon_sym_super] = ACTIONS(4886), + [anon_sym_STAR] = ACTIONS(4886), + [sym_label] = ACTIONS(4886), + [anon_sym_in] = ACTIONS(4886), + [anon_sym_DOT_DOT] = ACTIONS(4888), + [anon_sym_QMARK_COLON] = ACTIONS(4888), + [anon_sym_AMP_AMP] = ACTIONS(4888), + [anon_sym_PIPE_PIPE] = ACTIONS(4888), + [anon_sym_null] = ACTIONS(4886), + [anon_sym_if] = ACTIONS(4886), + [anon_sym_else] = ACTIONS(4886), + [anon_sym_when] = ACTIONS(4886), + [anon_sym_try] = ACTIONS(4886), + [anon_sym_throw] = ACTIONS(4886), + [anon_sym_return] = ACTIONS(4886), + [anon_sym_continue] = ACTIONS(4886), + [anon_sym_break] = ACTIONS(4886), + [anon_sym_COLON_COLON] = ACTIONS(4888), + [anon_sym_PLUS_EQ] = ACTIONS(4888), + [anon_sym_DASH_EQ] = ACTIONS(4888), + [anon_sym_STAR_EQ] = ACTIONS(4888), + [anon_sym_SLASH_EQ] = ACTIONS(4888), + [anon_sym_PERCENT_EQ] = ACTIONS(4888), + [anon_sym_BANG_EQ] = ACTIONS(4886), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4888), + [anon_sym_EQ_EQ] = ACTIONS(4886), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4888), + [anon_sym_LT_EQ] = ACTIONS(4888), + [anon_sym_GT_EQ] = ACTIONS(4888), + [anon_sym_BANGin] = ACTIONS(4888), + [anon_sym_is] = ACTIONS(4886), + [anon_sym_BANGis] = ACTIONS(4888), + [anon_sym_PLUS] = ACTIONS(4886), + [anon_sym_DASH] = ACTIONS(4886), + [anon_sym_SLASH] = ACTIONS(4886), + [anon_sym_PERCENT] = ACTIONS(4886), + [anon_sym_as_QMARK] = ACTIONS(4888), + [anon_sym_PLUS_PLUS] = ACTIONS(4888), + [anon_sym_DASH_DASH] = ACTIONS(4888), + [anon_sym_BANG] = ACTIONS(4886), + [anon_sym_BANG_BANG] = ACTIONS(4888), + [anon_sym_data] = ACTIONS(4886), + [anon_sym_inner] = ACTIONS(4886), + [anon_sym_value] = ACTIONS(4886), + [anon_sym_expect] = ACTIONS(4886), + [anon_sym_actual] = ACTIONS(4886), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4888), + [anon_sym_continue_AT] = ACTIONS(4888), + [anon_sym_break_AT] = ACTIONS(4888), + [anon_sym_this_AT] = ACTIONS(4888), + [anon_sym_super_AT] = ACTIONS(4888), + [sym_real_literal] = ACTIONS(4888), + [sym_integer_literal] = ACTIONS(4886), + [sym_hex_literal] = ACTIONS(4888), + [sym_bin_literal] = ACTIONS(4888), + [anon_sym_true] = ACTIONS(4886), + [anon_sym_false] = ACTIONS(4886), + [anon_sym_SQUOTE] = ACTIONS(4888), + [sym__backtick_identifier] = ACTIONS(4888), + [sym__automatic_semicolon] = ACTIONS(4888), + [sym_safe_nav] = ACTIONS(4888), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4888), + }, + [3200] = { + [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_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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4499), + [anon_sym_super_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), + }, + [3201] = { + [sym__alpha_identifier] = ACTIONS(5143), + [anon_sym_AT] = ACTIONS(5145), + [anon_sym_LBRACK] = ACTIONS(5145), + [anon_sym_as] = ACTIONS(5143), + [anon_sym_EQ] = ACTIONS(5143), + [anon_sym_LBRACE] = ACTIONS(5145), + [anon_sym_RBRACE] = ACTIONS(5145), + [anon_sym_LPAREN] = ACTIONS(5145), + [anon_sym_COMMA] = ACTIONS(5145), + [anon_sym_LT] = ACTIONS(5143), + [anon_sym_GT] = ACTIONS(5143), + [anon_sym_where] = ACTIONS(5143), + [anon_sym_object] = ACTIONS(5143), + [anon_sym_fun] = ACTIONS(5143), + [anon_sym_DOT] = ACTIONS(5143), + [anon_sym_SEMI] = ACTIONS(5145), + [anon_sym_get] = ACTIONS(5143), + [anon_sym_set] = ACTIONS(5143), + [anon_sym_this] = ACTIONS(5143), + [anon_sym_super] = ACTIONS(5143), + [anon_sym_STAR] = ACTIONS(5143), + [sym_label] = ACTIONS(5143), + [anon_sym_in] = ACTIONS(5143), + [anon_sym_DOT_DOT] = ACTIONS(5145), + [anon_sym_QMARK_COLON] = ACTIONS(5145), + [anon_sym_AMP_AMP] = ACTIONS(5145), + [anon_sym_PIPE_PIPE] = ACTIONS(5145), + [anon_sym_null] = ACTIONS(5143), + [anon_sym_if] = ACTIONS(5143), + [anon_sym_else] = ACTIONS(5143), + [anon_sym_when] = ACTIONS(5143), + [anon_sym_try] = ACTIONS(5143), + [anon_sym_throw] = ACTIONS(5143), + [anon_sym_return] = ACTIONS(5143), + [anon_sym_continue] = ACTIONS(5143), + [anon_sym_break] = ACTIONS(5143), + [anon_sym_COLON_COLON] = ACTIONS(5145), + [anon_sym_PLUS_EQ] = ACTIONS(5145), + [anon_sym_DASH_EQ] = ACTIONS(5145), + [anon_sym_STAR_EQ] = ACTIONS(5145), + [anon_sym_SLASH_EQ] = ACTIONS(5145), + [anon_sym_PERCENT_EQ] = ACTIONS(5145), + [anon_sym_BANG_EQ] = ACTIONS(5143), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5145), + [anon_sym_EQ_EQ] = ACTIONS(5143), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5145), + [anon_sym_LT_EQ] = ACTIONS(5145), + [anon_sym_GT_EQ] = ACTIONS(5145), + [anon_sym_BANGin] = ACTIONS(5145), + [anon_sym_is] = ACTIONS(5143), + [anon_sym_BANGis] = ACTIONS(5145), + [anon_sym_PLUS] = ACTIONS(5143), + [anon_sym_DASH] = ACTIONS(5143), + [anon_sym_SLASH] = ACTIONS(5143), + [anon_sym_PERCENT] = ACTIONS(5143), + [anon_sym_as_QMARK] = ACTIONS(5145), + [anon_sym_PLUS_PLUS] = ACTIONS(5145), + [anon_sym_DASH_DASH] = ACTIONS(5145), + [anon_sym_BANG] = ACTIONS(5143), + [anon_sym_BANG_BANG] = ACTIONS(5145), + [anon_sym_data] = ACTIONS(5143), + [anon_sym_inner] = ACTIONS(5143), + [anon_sym_value] = ACTIONS(5143), + [anon_sym_expect] = ACTIONS(5143), + [anon_sym_actual] = ACTIONS(5143), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5145), + [anon_sym_continue_AT] = ACTIONS(5145), + [anon_sym_break_AT] = ACTIONS(5145), + [anon_sym_this_AT] = ACTIONS(5145), + [anon_sym_super_AT] = ACTIONS(5145), + [sym_real_literal] = ACTIONS(5145), + [sym_integer_literal] = ACTIONS(5143), + [sym_hex_literal] = ACTIONS(5145), + [sym_bin_literal] = ACTIONS(5145), + [anon_sym_true] = ACTIONS(5143), + [anon_sym_false] = ACTIONS(5143), + [anon_sym_SQUOTE] = ACTIONS(5145), + [sym__backtick_identifier] = ACTIONS(5145), + [sym__automatic_semicolon] = ACTIONS(5145), + [sym_safe_nav] = ACTIONS(5145), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5145), + }, + [3202] = { + [sym__alpha_identifier] = ACTIONS(5157), + [anon_sym_AT] = ACTIONS(5159), + [anon_sym_LBRACK] = ACTIONS(5159), + [anon_sym_as] = ACTIONS(5157), + [anon_sym_EQ] = ACTIONS(5157), + [anon_sym_LBRACE] = ACTIONS(5159), + [anon_sym_RBRACE] = ACTIONS(5159), + [anon_sym_LPAREN] = ACTIONS(5159), + [anon_sym_COMMA] = ACTIONS(5159), + [anon_sym_LT] = ACTIONS(5157), + [anon_sym_GT] = ACTIONS(5157), + [anon_sym_where] = ACTIONS(5157), + [anon_sym_object] = ACTIONS(5157), + [anon_sym_fun] = ACTIONS(5157), + [anon_sym_DOT] = ACTIONS(5157), + [anon_sym_SEMI] = ACTIONS(5159), + [anon_sym_get] = ACTIONS(5157), + [anon_sym_set] = ACTIONS(5157), + [anon_sym_this] = ACTIONS(5157), + [anon_sym_super] = ACTIONS(5157), + [anon_sym_STAR] = ACTIONS(5157), + [sym_label] = ACTIONS(5157), + [anon_sym_in] = ACTIONS(5157), + [anon_sym_DOT_DOT] = ACTIONS(5159), + [anon_sym_QMARK_COLON] = ACTIONS(5159), + [anon_sym_AMP_AMP] = ACTIONS(5159), + [anon_sym_PIPE_PIPE] = ACTIONS(5159), + [anon_sym_null] = ACTIONS(5157), + [anon_sym_if] = ACTIONS(5157), + [anon_sym_else] = ACTIONS(5157), + [anon_sym_when] = ACTIONS(5157), + [anon_sym_try] = ACTIONS(5157), + [anon_sym_throw] = ACTIONS(5157), + [anon_sym_return] = ACTIONS(5157), + [anon_sym_continue] = ACTIONS(5157), + [anon_sym_break] = ACTIONS(5157), + [anon_sym_COLON_COLON] = ACTIONS(5159), + [anon_sym_PLUS_EQ] = ACTIONS(5159), + [anon_sym_DASH_EQ] = ACTIONS(5159), + [anon_sym_STAR_EQ] = ACTIONS(5159), + [anon_sym_SLASH_EQ] = ACTIONS(5159), + [anon_sym_PERCENT_EQ] = ACTIONS(5159), + [anon_sym_BANG_EQ] = ACTIONS(5157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5159), + [anon_sym_EQ_EQ] = ACTIONS(5157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5159), + [anon_sym_LT_EQ] = ACTIONS(5159), + [anon_sym_GT_EQ] = ACTIONS(5159), + [anon_sym_BANGin] = ACTIONS(5159), + [anon_sym_is] = ACTIONS(5157), + [anon_sym_BANGis] = ACTIONS(5159), + [anon_sym_PLUS] = ACTIONS(5157), + [anon_sym_DASH] = ACTIONS(5157), + [anon_sym_SLASH] = ACTIONS(5157), + [anon_sym_PERCENT] = ACTIONS(5157), + [anon_sym_as_QMARK] = ACTIONS(5159), + [anon_sym_PLUS_PLUS] = ACTIONS(5159), + [anon_sym_DASH_DASH] = ACTIONS(5159), + [anon_sym_BANG] = ACTIONS(5157), + [anon_sym_BANG_BANG] = ACTIONS(5159), + [anon_sym_data] = ACTIONS(5157), + [anon_sym_inner] = ACTIONS(5157), + [anon_sym_value] = ACTIONS(5157), + [anon_sym_expect] = ACTIONS(5157), + [anon_sym_actual] = ACTIONS(5157), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5159), + [anon_sym_continue_AT] = ACTIONS(5159), + [anon_sym_break_AT] = ACTIONS(5159), + [anon_sym_this_AT] = ACTIONS(5159), + [anon_sym_super_AT] = ACTIONS(5159), + [sym_real_literal] = ACTIONS(5159), + [sym_integer_literal] = ACTIONS(5157), + [sym_hex_literal] = ACTIONS(5159), + [sym_bin_literal] = ACTIONS(5159), + [anon_sym_true] = ACTIONS(5157), + [anon_sym_false] = ACTIONS(5157), + [anon_sym_SQUOTE] = ACTIONS(5159), + [sym__backtick_identifier] = ACTIONS(5159), + [sym__automatic_semicolon] = ACTIONS(5159), + [sym_safe_nav] = ACTIONS(5159), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5159), + }, + [3203] = { + [aux_sym_type_constraints_repeat1] = STATE(3244), + [sym__alpha_identifier] = ACTIONS(4408), + [anon_sym_AT] = ACTIONS(4410), + [anon_sym_LBRACK] = ACTIONS(4410), + [anon_sym_RBRACK] = ACTIONS(4410), + [anon_sym_as] = ACTIONS(4408), + [anon_sym_EQ] = ACTIONS(4408), + [anon_sym_LBRACE] = ACTIONS(4410), + [anon_sym_RBRACE] = ACTIONS(4410), + [anon_sym_LPAREN] = ACTIONS(4410), + [anon_sym_COMMA] = ACTIONS(6656), + [anon_sym_RPAREN] = ACTIONS(4410), + [anon_sym_by] = ACTIONS(4408), + [anon_sym_LT] = ACTIONS(4408), + [anon_sym_GT] = ACTIONS(4408), + [anon_sym_where] = ACTIONS(4408), + [anon_sym_DOT] = ACTIONS(4408), + [anon_sym_SEMI] = ACTIONS(4410), + [anon_sym_get] = ACTIONS(4408), + [anon_sym_set] = ACTIONS(4408), + [anon_sym_STAR] = ACTIONS(4408), + [anon_sym_DASH_GT] = ACTIONS(4410), + [sym_label] = ACTIONS(4410), + [anon_sym_in] = ACTIONS(4408), + [anon_sym_while] = ACTIONS(4408), + [anon_sym_DOT_DOT] = ACTIONS(4410), + [anon_sym_QMARK_COLON] = ACTIONS(4410), + [anon_sym_AMP_AMP] = ACTIONS(4410), + [anon_sym_PIPE_PIPE] = ACTIONS(4410), + [anon_sym_else] = ACTIONS(4408), + [anon_sym_COLON_COLON] = ACTIONS(4410), + [anon_sym_PLUS_EQ] = ACTIONS(4410), + [anon_sym_DASH_EQ] = ACTIONS(4410), + [anon_sym_STAR_EQ] = ACTIONS(4410), + [anon_sym_SLASH_EQ] = ACTIONS(4410), + [anon_sym_PERCENT_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ] = ACTIONS(4408), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ] = ACTIONS(4408), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4410), + [anon_sym_LT_EQ] = ACTIONS(4410), + [anon_sym_GT_EQ] = ACTIONS(4410), + [anon_sym_BANGin] = ACTIONS(4410), + [anon_sym_is] = ACTIONS(4408), + [anon_sym_BANGis] = ACTIONS(4410), + [anon_sym_PLUS] = ACTIONS(4408), + [anon_sym_DASH] = ACTIONS(4408), + [anon_sym_SLASH] = ACTIONS(4408), + [anon_sym_PERCENT] = ACTIONS(4408), + [anon_sym_as_QMARK] = ACTIONS(4410), + [anon_sym_PLUS_PLUS] = ACTIONS(4410), + [anon_sym_DASH_DASH] = ACTIONS(4410), + [anon_sym_BANG_BANG] = ACTIONS(4410), + [anon_sym_suspend] = ACTIONS(4408), + [anon_sym_sealed] = ACTIONS(4408), + [anon_sym_annotation] = ACTIONS(4408), + [anon_sym_data] = ACTIONS(4408), + [anon_sym_inner] = ACTIONS(4408), + [anon_sym_value] = ACTIONS(4408), + [anon_sym_override] = ACTIONS(4408), + [anon_sym_lateinit] = ACTIONS(4408), + [anon_sym_public] = ACTIONS(4408), + [anon_sym_private] = ACTIONS(4408), + [anon_sym_internal] = ACTIONS(4408), + [anon_sym_protected] = ACTIONS(4408), + [anon_sym_tailrec] = ACTIONS(4408), + [anon_sym_operator] = ACTIONS(4408), + [anon_sym_infix] = ACTIONS(4408), + [anon_sym_inline] = ACTIONS(4408), + [anon_sym_external] = ACTIONS(4408), + [sym_property_modifier] = ACTIONS(4408), + [anon_sym_abstract] = ACTIONS(4408), + [anon_sym_final] = ACTIONS(4408), + [anon_sym_open] = ACTIONS(4408), + [anon_sym_vararg] = ACTIONS(4408), + [anon_sym_noinline] = ACTIONS(4408), + [anon_sym_crossinline] = ACTIONS(4408), + [anon_sym_expect] = ACTIONS(4408), + [anon_sym_actual] = ACTIONS(4408), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4410), + [sym_safe_nav] = ACTIONS(4410), + [sym_multiline_comment] = ACTIONS(3), + }, + [3204] = { + [sym__alpha_identifier] = ACTIONS(4844), + [anon_sym_AT] = ACTIONS(4846), + [anon_sym_LBRACK] = ACTIONS(4846), + [anon_sym_as] = ACTIONS(4844), + [anon_sym_EQ] = ACTIONS(4844), + [anon_sym_LBRACE] = ACTIONS(4846), + [anon_sym_RBRACE] = ACTIONS(4846), + [anon_sym_LPAREN] = ACTIONS(4846), + [anon_sym_COMMA] = ACTIONS(4846), + [anon_sym_LT] = ACTIONS(4844), + [anon_sym_GT] = ACTIONS(4844), + [anon_sym_where] = ACTIONS(4844), + [anon_sym_object] = ACTIONS(4844), + [anon_sym_fun] = ACTIONS(4844), + [anon_sym_DOT] = ACTIONS(4844), + [anon_sym_SEMI] = ACTIONS(4846), + [anon_sym_get] = ACTIONS(4844), + [anon_sym_set] = ACTIONS(4844), + [anon_sym_this] = ACTIONS(4844), + [anon_sym_super] = ACTIONS(4844), + [anon_sym_STAR] = ACTIONS(4844), + [sym_label] = ACTIONS(4844), + [anon_sym_in] = ACTIONS(4844), + [anon_sym_DOT_DOT] = ACTIONS(4846), + [anon_sym_QMARK_COLON] = ACTIONS(4846), + [anon_sym_AMP_AMP] = ACTIONS(4846), + [anon_sym_PIPE_PIPE] = ACTIONS(4846), + [anon_sym_null] = ACTIONS(4844), + [anon_sym_if] = ACTIONS(4844), + [anon_sym_else] = ACTIONS(4844), + [anon_sym_when] = ACTIONS(4844), + [anon_sym_try] = ACTIONS(4844), + [anon_sym_throw] = ACTIONS(4844), + [anon_sym_return] = ACTIONS(4844), + [anon_sym_continue] = ACTIONS(4844), + [anon_sym_break] = ACTIONS(4844), + [anon_sym_COLON_COLON] = ACTIONS(4846), + [anon_sym_PLUS_EQ] = ACTIONS(4846), + [anon_sym_DASH_EQ] = ACTIONS(4846), + [anon_sym_STAR_EQ] = ACTIONS(4846), + [anon_sym_SLASH_EQ] = ACTIONS(4846), + [anon_sym_PERCENT_EQ] = ACTIONS(4846), + [anon_sym_BANG_EQ] = ACTIONS(4844), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4846), + [anon_sym_EQ_EQ] = ACTIONS(4844), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4846), + [anon_sym_LT_EQ] = ACTIONS(4846), + [anon_sym_GT_EQ] = ACTIONS(4846), + [anon_sym_BANGin] = ACTIONS(4846), + [anon_sym_is] = ACTIONS(4844), + [anon_sym_BANGis] = ACTIONS(4846), + [anon_sym_PLUS] = ACTIONS(4844), + [anon_sym_DASH] = ACTIONS(4844), + [anon_sym_SLASH] = ACTIONS(4844), + [anon_sym_PERCENT] = ACTIONS(4844), + [anon_sym_as_QMARK] = ACTIONS(4846), + [anon_sym_PLUS_PLUS] = ACTIONS(4846), + [anon_sym_DASH_DASH] = ACTIONS(4846), + [anon_sym_BANG] = ACTIONS(4844), + [anon_sym_BANG_BANG] = ACTIONS(4846), + [anon_sym_data] = ACTIONS(4844), + [anon_sym_inner] = ACTIONS(4844), + [anon_sym_value] = ACTIONS(4844), + [anon_sym_expect] = ACTIONS(4844), + [anon_sym_actual] = ACTIONS(4844), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4846), + [anon_sym_continue_AT] = ACTIONS(4846), + [anon_sym_break_AT] = ACTIONS(4846), + [anon_sym_this_AT] = ACTIONS(4846), + [anon_sym_super_AT] = ACTIONS(4846), + [sym_real_literal] = ACTIONS(4846), + [sym_integer_literal] = ACTIONS(4844), + [sym_hex_literal] = ACTIONS(4846), + [sym_bin_literal] = ACTIONS(4846), + [anon_sym_true] = ACTIONS(4844), + [anon_sym_false] = ACTIONS(4844), + [anon_sym_SQUOTE] = ACTIONS(4846), + [sym__backtick_identifier] = ACTIONS(4846), + [sym__automatic_semicolon] = ACTIONS(4846), + [sym_safe_nav] = ACTIONS(4846), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4846), + }, + [3205] = { + [sym__alpha_identifier] = ACTIONS(4854), + [anon_sym_AT] = ACTIONS(4856), + [anon_sym_LBRACK] = ACTIONS(4856), + [anon_sym_as] = ACTIONS(4854), + [anon_sym_EQ] = ACTIONS(4854), + [anon_sym_LBRACE] = ACTIONS(4856), + [anon_sym_RBRACE] = ACTIONS(4856), + [anon_sym_LPAREN] = ACTIONS(4856), + [anon_sym_COMMA] = ACTIONS(4856), + [anon_sym_LT] = ACTIONS(4854), + [anon_sym_GT] = ACTIONS(4854), + [anon_sym_where] = ACTIONS(4854), + [anon_sym_object] = ACTIONS(4854), + [anon_sym_fun] = ACTIONS(4854), + [anon_sym_DOT] = ACTIONS(4854), + [anon_sym_SEMI] = ACTIONS(4856), + [anon_sym_get] = ACTIONS(4854), + [anon_sym_set] = ACTIONS(4854), + [anon_sym_this] = ACTIONS(4854), + [anon_sym_super] = ACTIONS(4854), + [anon_sym_STAR] = ACTIONS(4854), + [sym_label] = ACTIONS(4854), + [anon_sym_in] = ACTIONS(4854), + [anon_sym_DOT_DOT] = ACTIONS(4856), + [anon_sym_QMARK_COLON] = ACTIONS(4856), + [anon_sym_AMP_AMP] = ACTIONS(4856), + [anon_sym_PIPE_PIPE] = ACTIONS(4856), + [anon_sym_null] = ACTIONS(4854), + [anon_sym_if] = ACTIONS(4854), + [anon_sym_else] = ACTIONS(4854), + [anon_sym_when] = ACTIONS(4854), + [anon_sym_try] = ACTIONS(4854), + [anon_sym_throw] = ACTIONS(4854), + [anon_sym_return] = ACTIONS(4854), + [anon_sym_continue] = ACTIONS(4854), + [anon_sym_break] = ACTIONS(4854), + [anon_sym_COLON_COLON] = ACTIONS(4856), + [anon_sym_PLUS_EQ] = ACTIONS(4856), + [anon_sym_DASH_EQ] = ACTIONS(4856), + [anon_sym_STAR_EQ] = ACTIONS(4856), + [anon_sym_SLASH_EQ] = ACTIONS(4856), + [anon_sym_PERCENT_EQ] = ACTIONS(4856), + [anon_sym_BANG_EQ] = ACTIONS(4854), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4856), + [anon_sym_EQ_EQ] = ACTIONS(4854), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4856), + [anon_sym_LT_EQ] = ACTIONS(4856), + [anon_sym_GT_EQ] = ACTIONS(4856), + [anon_sym_BANGin] = ACTIONS(4856), + [anon_sym_is] = ACTIONS(4854), + [anon_sym_BANGis] = ACTIONS(4856), + [anon_sym_PLUS] = ACTIONS(4854), + [anon_sym_DASH] = ACTIONS(4854), + [anon_sym_SLASH] = ACTIONS(4854), + [anon_sym_PERCENT] = ACTIONS(4854), + [anon_sym_as_QMARK] = ACTIONS(4856), + [anon_sym_PLUS_PLUS] = ACTIONS(4856), + [anon_sym_DASH_DASH] = ACTIONS(4856), + [anon_sym_BANG] = ACTIONS(4854), + [anon_sym_BANG_BANG] = ACTIONS(4856), + [anon_sym_data] = ACTIONS(4854), + [anon_sym_inner] = ACTIONS(4854), + [anon_sym_value] = ACTIONS(4854), + [anon_sym_expect] = ACTIONS(4854), + [anon_sym_actual] = ACTIONS(4854), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4856), + [anon_sym_continue_AT] = ACTIONS(4856), + [anon_sym_break_AT] = ACTIONS(4856), + [anon_sym_this_AT] = ACTIONS(4856), + [anon_sym_super_AT] = ACTIONS(4856), + [sym_real_literal] = ACTIONS(4856), + [sym_integer_literal] = ACTIONS(4854), + [sym_hex_literal] = ACTIONS(4856), + [sym_bin_literal] = ACTIONS(4856), + [anon_sym_true] = ACTIONS(4854), + [anon_sym_false] = ACTIONS(4854), + [anon_sym_SQUOTE] = ACTIONS(4856), + [sym__backtick_identifier] = ACTIONS(4856), + [sym__automatic_semicolon] = ACTIONS(4856), + [sym_safe_nav] = ACTIONS(4856), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4856), + }, + [3206] = { + [sym__alpha_identifier] = ACTIONS(4858), + [anon_sym_AT] = ACTIONS(4860), + [anon_sym_LBRACK] = ACTIONS(4860), + [anon_sym_as] = ACTIONS(4858), + [anon_sym_EQ] = ACTIONS(4858), + [anon_sym_LBRACE] = ACTIONS(4860), + [anon_sym_RBRACE] = ACTIONS(4860), + [anon_sym_LPAREN] = ACTIONS(4860), + [anon_sym_COMMA] = ACTIONS(4860), + [anon_sym_LT] = ACTIONS(4858), + [anon_sym_GT] = ACTIONS(4858), + [anon_sym_where] = ACTIONS(4858), + [anon_sym_object] = ACTIONS(4858), + [anon_sym_fun] = ACTIONS(4858), + [anon_sym_DOT] = ACTIONS(4858), + [anon_sym_SEMI] = ACTIONS(4860), + [anon_sym_get] = ACTIONS(4858), + [anon_sym_set] = ACTIONS(4858), + [anon_sym_this] = ACTIONS(4858), + [anon_sym_super] = ACTIONS(4858), + [anon_sym_STAR] = ACTIONS(4858), + [sym_label] = ACTIONS(4858), + [anon_sym_in] = ACTIONS(4858), + [anon_sym_DOT_DOT] = ACTIONS(4860), + [anon_sym_QMARK_COLON] = ACTIONS(4860), + [anon_sym_AMP_AMP] = ACTIONS(4860), + [anon_sym_PIPE_PIPE] = ACTIONS(4860), + [anon_sym_null] = ACTIONS(4858), + [anon_sym_if] = ACTIONS(4858), + [anon_sym_else] = ACTIONS(4858), + [anon_sym_when] = ACTIONS(4858), + [anon_sym_try] = ACTIONS(4858), + [anon_sym_throw] = ACTIONS(4858), + [anon_sym_return] = ACTIONS(4858), + [anon_sym_continue] = ACTIONS(4858), + [anon_sym_break] = ACTIONS(4858), + [anon_sym_COLON_COLON] = ACTIONS(4860), + [anon_sym_PLUS_EQ] = ACTIONS(4860), + [anon_sym_DASH_EQ] = ACTIONS(4860), + [anon_sym_STAR_EQ] = ACTIONS(4860), + [anon_sym_SLASH_EQ] = ACTIONS(4860), + [anon_sym_PERCENT_EQ] = ACTIONS(4860), + [anon_sym_BANG_EQ] = ACTIONS(4858), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4860), + [anon_sym_EQ_EQ] = ACTIONS(4858), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4860), + [anon_sym_LT_EQ] = ACTIONS(4860), + [anon_sym_GT_EQ] = ACTIONS(4860), + [anon_sym_BANGin] = ACTIONS(4860), + [anon_sym_is] = ACTIONS(4858), + [anon_sym_BANGis] = ACTIONS(4860), + [anon_sym_PLUS] = ACTIONS(4858), + [anon_sym_DASH] = ACTIONS(4858), + [anon_sym_SLASH] = ACTIONS(4858), + [anon_sym_PERCENT] = ACTIONS(4858), + [anon_sym_as_QMARK] = ACTIONS(4860), + [anon_sym_PLUS_PLUS] = ACTIONS(4860), + [anon_sym_DASH_DASH] = ACTIONS(4860), + [anon_sym_BANG] = ACTIONS(4858), + [anon_sym_BANG_BANG] = ACTIONS(4860), + [anon_sym_data] = ACTIONS(4858), + [anon_sym_inner] = ACTIONS(4858), + [anon_sym_value] = ACTIONS(4858), + [anon_sym_expect] = ACTIONS(4858), + [anon_sym_actual] = ACTIONS(4858), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4860), + [anon_sym_continue_AT] = ACTIONS(4860), + [anon_sym_break_AT] = ACTIONS(4860), + [anon_sym_this_AT] = ACTIONS(4860), + [anon_sym_super_AT] = ACTIONS(4860), + [sym_real_literal] = ACTIONS(4860), + [sym_integer_literal] = ACTIONS(4858), + [sym_hex_literal] = ACTIONS(4860), + [sym_bin_literal] = ACTIONS(4860), + [anon_sym_true] = ACTIONS(4858), + [anon_sym_false] = ACTIONS(4858), + [anon_sym_SQUOTE] = ACTIONS(4860), + [sym__backtick_identifier] = ACTIONS(4860), + [sym__automatic_semicolon] = ACTIONS(4860), + [sym_safe_nav] = ACTIONS(4860), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4860), + }, + [3207] = { + [sym__alpha_identifier] = ACTIONS(4938), + [anon_sym_AT] = ACTIONS(4940), + [anon_sym_LBRACK] = ACTIONS(4940), + [anon_sym_as] = ACTIONS(4938), + [anon_sym_EQ] = ACTIONS(4938), + [anon_sym_LBRACE] = ACTIONS(4940), + [anon_sym_RBRACE] = ACTIONS(4940), + [anon_sym_LPAREN] = ACTIONS(4940), + [anon_sym_COMMA] = ACTIONS(4940), + [anon_sym_LT] = ACTIONS(4938), + [anon_sym_GT] = ACTIONS(4938), + [anon_sym_where] = ACTIONS(4938), + [anon_sym_object] = ACTIONS(4938), + [anon_sym_fun] = ACTIONS(4938), + [anon_sym_DOT] = ACTIONS(4938), + [anon_sym_SEMI] = ACTIONS(4940), + [anon_sym_get] = ACTIONS(4938), + [anon_sym_set] = ACTIONS(4938), + [anon_sym_this] = ACTIONS(4938), + [anon_sym_super] = ACTIONS(4938), + [anon_sym_STAR] = ACTIONS(4938), + [sym_label] = ACTIONS(4938), + [anon_sym_in] = ACTIONS(4938), + [anon_sym_DOT_DOT] = ACTIONS(4940), + [anon_sym_QMARK_COLON] = ACTIONS(4940), + [anon_sym_AMP_AMP] = ACTIONS(4940), + [anon_sym_PIPE_PIPE] = ACTIONS(4940), + [anon_sym_null] = ACTIONS(4938), + [anon_sym_if] = ACTIONS(4938), + [anon_sym_else] = ACTIONS(4938), + [anon_sym_when] = ACTIONS(4938), + [anon_sym_try] = ACTIONS(4938), + [anon_sym_throw] = ACTIONS(4938), + [anon_sym_return] = ACTIONS(4938), + [anon_sym_continue] = ACTIONS(4938), + [anon_sym_break] = ACTIONS(4938), + [anon_sym_COLON_COLON] = ACTIONS(4940), + [anon_sym_PLUS_EQ] = ACTIONS(4940), + [anon_sym_DASH_EQ] = ACTIONS(4940), + [anon_sym_STAR_EQ] = ACTIONS(4940), + [anon_sym_SLASH_EQ] = ACTIONS(4940), + [anon_sym_PERCENT_EQ] = ACTIONS(4940), + [anon_sym_BANG_EQ] = ACTIONS(4938), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4940), + [anon_sym_EQ_EQ] = ACTIONS(4938), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4940), + [anon_sym_LT_EQ] = ACTIONS(4940), + [anon_sym_GT_EQ] = ACTIONS(4940), + [anon_sym_BANGin] = ACTIONS(4940), + [anon_sym_is] = ACTIONS(4938), + [anon_sym_BANGis] = ACTIONS(4940), + [anon_sym_PLUS] = ACTIONS(4938), + [anon_sym_DASH] = ACTIONS(4938), + [anon_sym_SLASH] = ACTIONS(4938), + [anon_sym_PERCENT] = ACTIONS(4938), + [anon_sym_as_QMARK] = ACTIONS(4940), + [anon_sym_PLUS_PLUS] = ACTIONS(4940), + [anon_sym_DASH_DASH] = ACTIONS(4940), + [anon_sym_BANG] = ACTIONS(4938), + [anon_sym_BANG_BANG] = ACTIONS(4940), + [anon_sym_data] = ACTIONS(4938), + [anon_sym_inner] = ACTIONS(4938), + [anon_sym_value] = ACTIONS(4938), + [anon_sym_expect] = ACTIONS(4938), + [anon_sym_actual] = ACTIONS(4938), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4940), + [anon_sym_continue_AT] = ACTIONS(4940), + [anon_sym_break_AT] = ACTIONS(4940), + [anon_sym_this_AT] = ACTIONS(4940), + [anon_sym_super_AT] = ACTIONS(4940), + [sym_real_literal] = ACTIONS(4940), + [sym_integer_literal] = ACTIONS(4938), + [sym_hex_literal] = ACTIONS(4940), + [sym_bin_literal] = ACTIONS(4940), + [anon_sym_true] = ACTIONS(4938), + [anon_sym_false] = ACTIONS(4938), + [anon_sym_SQUOTE] = ACTIONS(4940), + [sym__backtick_identifier] = ACTIONS(4940), + [sym__automatic_semicolon] = ACTIONS(4940), + [sym_safe_nav] = ACTIONS(4940), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4940), }, - [3333] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1991), - [sym__comparison_operator] = STATE(1992), - [sym__in_operator] = STATE(1993), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1994), - [sym__multiplicative_operator] = STATE(1996), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2018), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3119), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3117), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3119), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3119), - [anon_sym_RPAREN] = ACTIONS(3119), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(6722), - [anon_sym_where] = ACTIONS(3117), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(6726), - [anon_sym_DASH_GT] = ACTIONS(3119), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(6730), - [anon_sym_while] = ACTIONS(3117), - [anon_sym_DOT_DOT] = ACTIONS(6732), - [anon_sym_QMARK_COLON] = ACTIONS(6734), - [anon_sym_AMP_AMP] = ACTIONS(3119), - [anon_sym_PIPE_PIPE] = ACTIONS(3119), - [anon_sym_else] = ACTIONS(3117), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3119), - [anon_sym_DASH_EQ] = ACTIONS(3119), - [anon_sym_STAR_EQ] = ACTIONS(3119), - [anon_sym_SLASH_EQ] = ACTIONS(3119), - [anon_sym_PERCENT_EQ] = ACTIONS(3119), - [anon_sym_BANG_EQ] = ACTIONS(6742), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6744), - [anon_sym_EQ_EQ] = ACTIONS(6742), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6744), - [anon_sym_LT_EQ] = ACTIONS(6746), - [anon_sym_GT_EQ] = ACTIONS(6746), - [anon_sym_BANGin] = ACTIONS(6748), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(6754), - [anon_sym_DASH] = ACTIONS(6754), - [anon_sym_SLASH] = ACTIONS(6726), - [anon_sym_PERCENT] = ACTIONS(6726), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [3208] = { + [sym__alpha_identifier] = ACTIONS(4870), + [anon_sym_AT] = ACTIONS(4872), + [anon_sym_LBRACK] = ACTIONS(4872), + [anon_sym_as] = ACTIONS(4870), + [anon_sym_EQ] = ACTIONS(4870), + [anon_sym_LBRACE] = ACTIONS(4872), + [anon_sym_RBRACE] = ACTIONS(4872), + [anon_sym_LPAREN] = ACTIONS(4872), + [anon_sym_COMMA] = ACTIONS(4872), + [anon_sym_LT] = ACTIONS(4870), + [anon_sym_GT] = ACTIONS(4870), + [anon_sym_where] = ACTIONS(4870), + [anon_sym_object] = ACTIONS(4870), + [anon_sym_fun] = ACTIONS(4870), + [anon_sym_DOT] = ACTIONS(4870), + [anon_sym_SEMI] = ACTIONS(4872), + [anon_sym_get] = ACTIONS(4870), + [anon_sym_set] = ACTIONS(4870), + [anon_sym_this] = ACTIONS(4870), + [anon_sym_super] = ACTIONS(4870), + [anon_sym_STAR] = ACTIONS(4870), + [sym_label] = ACTIONS(4870), + [anon_sym_in] = ACTIONS(4870), + [anon_sym_DOT_DOT] = ACTIONS(4872), + [anon_sym_QMARK_COLON] = ACTIONS(4872), + [anon_sym_AMP_AMP] = ACTIONS(4872), + [anon_sym_PIPE_PIPE] = ACTIONS(4872), + [anon_sym_null] = ACTIONS(4870), + [anon_sym_if] = ACTIONS(4870), + [anon_sym_else] = ACTIONS(4870), + [anon_sym_when] = ACTIONS(4870), + [anon_sym_try] = ACTIONS(4870), + [anon_sym_throw] = ACTIONS(4870), + [anon_sym_return] = ACTIONS(4870), + [anon_sym_continue] = ACTIONS(4870), + [anon_sym_break] = ACTIONS(4870), + [anon_sym_COLON_COLON] = ACTIONS(4872), + [anon_sym_PLUS_EQ] = ACTIONS(4872), + [anon_sym_DASH_EQ] = ACTIONS(4872), + [anon_sym_STAR_EQ] = ACTIONS(4872), + [anon_sym_SLASH_EQ] = ACTIONS(4872), + [anon_sym_PERCENT_EQ] = ACTIONS(4872), + [anon_sym_BANG_EQ] = ACTIONS(4870), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4872), + [anon_sym_EQ_EQ] = ACTIONS(4870), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4872), + [anon_sym_LT_EQ] = ACTIONS(4872), + [anon_sym_GT_EQ] = ACTIONS(4872), + [anon_sym_BANGin] = ACTIONS(4872), + [anon_sym_is] = ACTIONS(4870), + [anon_sym_BANGis] = ACTIONS(4872), + [anon_sym_PLUS] = ACTIONS(4870), + [anon_sym_DASH] = ACTIONS(4870), + [anon_sym_SLASH] = ACTIONS(4870), + [anon_sym_PERCENT] = ACTIONS(4870), + [anon_sym_as_QMARK] = ACTIONS(4872), + [anon_sym_PLUS_PLUS] = ACTIONS(4872), + [anon_sym_DASH_DASH] = ACTIONS(4872), + [anon_sym_BANG] = ACTIONS(4870), + [anon_sym_BANG_BANG] = ACTIONS(4872), + [anon_sym_data] = ACTIONS(4870), + [anon_sym_inner] = ACTIONS(4870), + [anon_sym_value] = ACTIONS(4870), + [anon_sym_expect] = ACTIONS(4870), + [anon_sym_actual] = ACTIONS(4870), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [anon_sym_return_AT] = ACTIONS(4872), + [anon_sym_continue_AT] = ACTIONS(4872), + [anon_sym_break_AT] = ACTIONS(4872), + [anon_sym_this_AT] = ACTIONS(4872), + [anon_sym_super_AT] = ACTIONS(4872), + [sym_real_literal] = ACTIONS(4872), + [sym_integer_literal] = ACTIONS(4870), + [sym_hex_literal] = ACTIONS(4872), + [sym_bin_literal] = ACTIONS(4872), + [anon_sym_true] = ACTIONS(4870), + [anon_sym_false] = ACTIONS(4870), + [anon_sym_SQUOTE] = ACTIONS(4872), + [sym__backtick_identifier] = ACTIONS(4872), + [sym__automatic_semicolon] = ACTIONS(4872), + [sym_safe_nav] = ACTIONS(4872), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4872), }, - [3334] = { - [sym__alpha_identifier] = ACTIONS(4750), - [anon_sym_AT] = ACTIONS(4752), - [anon_sym_COLON] = ACTIONS(4750), - [anon_sym_LBRACK] = ACTIONS(4752), - [anon_sym_RBRACK] = ACTIONS(4752), - [anon_sym_as] = ACTIONS(4750), - [anon_sym_EQ] = ACTIONS(4750), - [anon_sym_LBRACE] = ACTIONS(4752), - [anon_sym_RBRACE] = ACTIONS(4752), - [anon_sym_LPAREN] = ACTIONS(4752), - [anon_sym_COMMA] = ACTIONS(4752), - [anon_sym_RPAREN] = ACTIONS(4752), - [anon_sym_LT] = ACTIONS(4750), - [anon_sym_GT] = ACTIONS(4750), - [anon_sym_where] = ACTIONS(4750), - [anon_sym_DOT] = ACTIONS(4750), - [anon_sym_SEMI] = ACTIONS(4752), - [anon_sym_get] = ACTIONS(4750), - [anon_sym_set] = ACTIONS(4750), - [anon_sym_STAR] = ACTIONS(4750), - [anon_sym_DASH_GT] = ACTIONS(4752), - [sym_label] = ACTIONS(4752), - [anon_sym_in] = ACTIONS(4750), - [anon_sym_while] = ACTIONS(4750), - [anon_sym_DOT_DOT] = ACTIONS(4752), - [anon_sym_QMARK_COLON] = ACTIONS(4752), - [anon_sym_AMP_AMP] = ACTIONS(4752), - [anon_sym_PIPE_PIPE] = ACTIONS(4752), - [anon_sym_else] = ACTIONS(4750), - [anon_sym_COLON_COLON] = ACTIONS(4752), - [anon_sym_PLUS_EQ] = ACTIONS(4752), - [anon_sym_DASH_EQ] = ACTIONS(4752), - [anon_sym_STAR_EQ] = ACTIONS(4752), - [anon_sym_SLASH_EQ] = ACTIONS(4752), - [anon_sym_PERCENT_EQ] = ACTIONS(4752), - [anon_sym_BANG_EQ] = ACTIONS(4750), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4752), - [anon_sym_EQ_EQ] = ACTIONS(4750), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4752), - [anon_sym_LT_EQ] = ACTIONS(4752), - [anon_sym_GT_EQ] = ACTIONS(4752), - [anon_sym_BANGin] = ACTIONS(4752), - [anon_sym_is] = ACTIONS(4750), - [anon_sym_BANGis] = ACTIONS(4752), - [anon_sym_PLUS] = ACTIONS(4750), - [anon_sym_DASH] = ACTIONS(4750), - [anon_sym_SLASH] = ACTIONS(4750), - [anon_sym_PERCENT] = ACTIONS(4750), - [anon_sym_as_QMARK] = ACTIONS(4752), - [anon_sym_PLUS_PLUS] = ACTIONS(4752), - [anon_sym_DASH_DASH] = ACTIONS(4752), - [anon_sym_BANG_BANG] = ACTIONS(4752), - [anon_sym_suspend] = ACTIONS(4750), - [anon_sym_sealed] = ACTIONS(4750), - [anon_sym_annotation] = ACTIONS(4750), - [anon_sym_data] = ACTIONS(4750), - [anon_sym_inner] = ACTIONS(4750), - [anon_sym_value] = ACTIONS(4750), - [anon_sym_override] = ACTIONS(4750), - [anon_sym_lateinit] = ACTIONS(4750), - [anon_sym_public] = ACTIONS(4750), - [anon_sym_private] = ACTIONS(4750), - [anon_sym_internal] = ACTIONS(4750), - [anon_sym_protected] = ACTIONS(4750), - [anon_sym_tailrec] = ACTIONS(4750), - [anon_sym_operator] = ACTIONS(4750), - [anon_sym_infix] = ACTIONS(4750), - [anon_sym_inline] = ACTIONS(4750), - [anon_sym_external] = ACTIONS(4750), - [sym_property_modifier] = ACTIONS(4750), - [anon_sym_abstract] = ACTIONS(4750), - [anon_sym_final] = ACTIONS(4750), - [anon_sym_open] = ACTIONS(4750), - [anon_sym_vararg] = ACTIONS(4750), - [anon_sym_noinline] = ACTIONS(4750), - [anon_sym_crossinline] = ACTIONS(4750), - [anon_sym_expect] = ACTIONS(4750), - [anon_sym_actual] = ACTIONS(4750), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4752), - [sym_safe_nav] = ACTIONS(4752), - [sym_multiline_comment] = ACTIONS(3), + [3209] = { + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(4245), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(4243), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), }, - [3335] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1991), - [sym__comparison_operator] = STATE(1992), - [sym__in_operator] = STATE(1993), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1994), - [sym__multiplicative_operator] = STATE(1996), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2018), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3138), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3138), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3138), - [anon_sym_RPAREN] = ACTIONS(3138), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(6722), - [anon_sym_where] = ACTIONS(3136), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(6726), - [anon_sym_DASH_GT] = ACTIONS(3138), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(6730), - [anon_sym_while] = ACTIONS(3136), - [anon_sym_DOT_DOT] = ACTIONS(6732), - [anon_sym_QMARK_COLON] = ACTIONS(6734), - [anon_sym_AMP_AMP] = ACTIONS(6736), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3138), - [anon_sym_DASH_EQ] = ACTIONS(3138), - [anon_sym_STAR_EQ] = ACTIONS(3138), - [anon_sym_SLASH_EQ] = ACTIONS(3138), - [anon_sym_PERCENT_EQ] = ACTIONS(3138), - [anon_sym_BANG_EQ] = ACTIONS(6742), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6744), - [anon_sym_EQ_EQ] = ACTIONS(6742), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6744), - [anon_sym_LT_EQ] = ACTIONS(6746), - [anon_sym_GT_EQ] = ACTIONS(6746), - [anon_sym_BANGin] = ACTIONS(6748), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(6754), - [anon_sym_DASH] = ACTIONS(6754), - [anon_sym_SLASH] = ACTIONS(6726), - [anon_sym_PERCENT] = ACTIONS(6726), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), + [3210] = { + [sym__alpha_identifier] = ACTIONS(4978), + [anon_sym_AT] = ACTIONS(4980), + [anon_sym_LBRACK] = ACTIONS(4980), + [anon_sym_as] = ACTIONS(4978), + [anon_sym_EQ] = ACTIONS(4978), + [anon_sym_LBRACE] = ACTIONS(4980), + [anon_sym_RBRACE] = ACTIONS(4980), + [anon_sym_LPAREN] = ACTIONS(4980), + [anon_sym_COMMA] = ACTIONS(4980), + [anon_sym_LT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4978), + [anon_sym_where] = ACTIONS(4978), + [anon_sym_object] = ACTIONS(4978), + [anon_sym_fun] = ACTIONS(4978), + [anon_sym_DOT] = ACTIONS(4978), + [anon_sym_SEMI] = ACTIONS(4980), + [anon_sym_get] = ACTIONS(4978), + [anon_sym_set] = ACTIONS(4978), + [anon_sym_this] = ACTIONS(4978), + [anon_sym_super] = ACTIONS(4978), + [anon_sym_STAR] = ACTIONS(4978), + [sym_label] = ACTIONS(4978), + [anon_sym_in] = ACTIONS(4978), + [anon_sym_DOT_DOT] = ACTIONS(4980), + [anon_sym_QMARK_COLON] = ACTIONS(4980), + [anon_sym_AMP_AMP] = ACTIONS(4980), + [anon_sym_PIPE_PIPE] = ACTIONS(4980), + [anon_sym_null] = ACTIONS(4978), + [anon_sym_if] = ACTIONS(4978), + [anon_sym_else] = ACTIONS(4978), + [anon_sym_when] = ACTIONS(4978), + [anon_sym_try] = ACTIONS(4978), + [anon_sym_throw] = ACTIONS(4978), + [anon_sym_return] = ACTIONS(4978), + [anon_sym_continue] = ACTIONS(4978), + [anon_sym_break] = ACTIONS(4978), + [anon_sym_COLON_COLON] = ACTIONS(4980), + [anon_sym_PLUS_EQ] = ACTIONS(4980), + [anon_sym_DASH_EQ] = ACTIONS(4980), + [anon_sym_STAR_EQ] = ACTIONS(4980), + [anon_sym_SLASH_EQ] = ACTIONS(4980), + [anon_sym_PERCENT_EQ] = ACTIONS(4980), + [anon_sym_BANG_EQ] = ACTIONS(4978), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4980), + [anon_sym_EQ_EQ] = ACTIONS(4978), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4980), + [anon_sym_LT_EQ] = ACTIONS(4980), + [anon_sym_GT_EQ] = ACTIONS(4980), + [anon_sym_BANGin] = ACTIONS(4980), + [anon_sym_is] = ACTIONS(4978), + [anon_sym_BANGis] = ACTIONS(4980), + [anon_sym_PLUS] = ACTIONS(4978), + [anon_sym_DASH] = ACTIONS(4978), + [anon_sym_SLASH] = ACTIONS(4978), + [anon_sym_PERCENT] = ACTIONS(4978), + [anon_sym_as_QMARK] = ACTIONS(4980), + [anon_sym_PLUS_PLUS] = ACTIONS(4980), + [anon_sym_DASH_DASH] = ACTIONS(4980), + [anon_sym_BANG] = ACTIONS(4978), + [anon_sym_BANG_BANG] = ACTIONS(4980), + [anon_sym_data] = ACTIONS(4978), + [anon_sym_inner] = ACTIONS(4978), + [anon_sym_value] = ACTIONS(4978), + [anon_sym_expect] = ACTIONS(4978), + [anon_sym_actual] = ACTIONS(4978), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4980), + [anon_sym_continue_AT] = ACTIONS(4980), + [anon_sym_break_AT] = ACTIONS(4980), + [anon_sym_this_AT] = ACTIONS(4980), + [anon_sym_super_AT] = ACTIONS(4980), + [sym_real_literal] = ACTIONS(4980), + [sym_integer_literal] = ACTIONS(4978), + [sym_hex_literal] = ACTIONS(4980), + [sym_bin_literal] = ACTIONS(4980), + [anon_sym_true] = ACTIONS(4978), + [anon_sym_false] = ACTIONS(4978), + [anon_sym_SQUOTE] = ACTIONS(4980), + [sym__backtick_identifier] = ACTIONS(4980), + [sym__automatic_semicolon] = ACTIONS(4980), + [sym_safe_nav] = ACTIONS(4980), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4980), }, - [3336] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1991), - [sym__comparison_operator] = STATE(1992), - [sym__in_operator] = STATE(1993), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1994), - [sym__multiplicative_operator] = STATE(1996), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2018), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3142), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3142), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3142), - [anon_sym_RPAREN] = ACTIONS(3142), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(6722), - [anon_sym_where] = ACTIONS(3140), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(6726), - [anon_sym_DASH_GT] = ACTIONS(3142), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(6730), - [anon_sym_while] = ACTIONS(3140), - [anon_sym_DOT_DOT] = ACTIONS(6732), - [anon_sym_QMARK_COLON] = ACTIONS(6734), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3142), - [anon_sym_DASH_EQ] = ACTIONS(3142), - [anon_sym_STAR_EQ] = ACTIONS(3142), - [anon_sym_SLASH_EQ] = ACTIONS(3142), - [anon_sym_PERCENT_EQ] = ACTIONS(3142), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), - [anon_sym_LT_EQ] = ACTIONS(6746), - [anon_sym_GT_EQ] = ACTIONS(6746), - [anon_sym_BANGin] = ACTIONS(6748), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(6754), - [anon_sym_DASH] = ACTIONS(6754), - [anon_sym_SLASH] = ACTIONS(6726), - [anon_sym_PERCENT] = ACTIONS(6726), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [3211] = { + [sym__alpha_identifier] = ACTIONS(4313), + [anon_sym_AT] = ACTIONS(4315), + [anon_sym_LBRACK] = ACTIONS(4315), + [anon_sym_EQ] = ACTIONS(4315), + [anon_sym_LBRACE] = ACTIONS(4315), + [anon_sym_RBRACE] = ACTIONS(4315), + [anon_sym_LPAREN] = ACTIONS(4315), + [anon_sym_COMMA] = ACTIONS(4315), + [anon_sym_by] = ACTIONS(4313), + [anon_sym_where] = ACTIONS(4313), + [anon_sym_object] = ACTIONS(4313), + [anon_sym_fun] = ACTIONS(4313), + [anon_sym_SEMI] = ACTIONS(4315), + [anon_sym_get] = ACTIONS(4313), + [anon_sym_set] = ACTIONS(4313), + [anon_sym_this] = ACTIONS(4313), + [anon_sym_super] = ACTIONS(4313), + [anon_sym_AMP] = ACTIONS(6674), + [sym__quest] = ACTIONS(4315), + [anon_sym_STAR] = ACTIONS(4315), + [sym_label] = ACTIONS(4313), + [anon_sym_in] = ACTIONS(4313), + [anon_sym_null] = ACTIONS(4313), + [anon_sym_if] = ACTIONS(4313), + [anon_sym_else] = ACTIONS(4313), + [anon_sym_when] = ACTIONS(4313), + [anon_sym_try] = ACTIONS(4313), + [anon_sym_throw] = ACTIONS(4313), + [anon_sym_return] = ACTIONS(4313), + [anon_sym_continue] = ACTIONS(4313), + [anon_sym_break] = ACTIONS(4313), + [anon_sym_COLON_COLON] = ACTIONS(4315), + [anon_sym_BANGin] = ACTIONS(4315), + [anon_sym_is] = ACTIONS(4313), + [anon_sym_BANGis] = ACTIONS(4315), + [anon_sym_PLUS] = ACTIONS(4313), + [anon_sym_DASH] = ACTIONS(4313), + [anon_sym_PLUS_PLUS] = ACTIONS(4315), + [anon_sym_DASH_DASH] = ACTIONS(4315), + [anon_sym_BANG] = ACTIONS(4313), + [anon_sym_suspend] = ACTIONS(4313), + [anon_sym_sealed] = ACTIONS(4313), + [anon_sym_annotation] = ACTIONS(4313), + [anon_sym_data] = ACTIONS(4313), + [anon_sym_inner] = ACTIONS(4313), + [anon_sym_value] = ACTIONS(4313), + [anon_sym_override] = ACTIONS(4313), + [anon_sym_lateinit] = ACTIONS(4313), + [anon_sym_public] = ACTIONS(4313), + [anon_sym_private] = ACTIONS(4313), + [anon_sym_internal] = ACTIONS(4313), + [anon_sym_protected] = ACTIONS(4313), + [anon_sym_tailrec] = ACTIONS(4313), + [anon_sym_operator] = ACTIONS(4313), + [anon_sym_infix] = ACTIONS(4313), + [anon_sym_inline] = ACTIONS(4313), + [anon_sym_external] = ACTIONS(4313), + [sym_property_modifier] = ACTIONS(4313), + [anon_sym_abstract] = ACTIONS(4313), + [anon_sym_final] = ACTIONS(4313), + [anon_sym_open] = ACTIONS(4313), + [anon_sym_vararg] = ACTIONS(4313), + [anon_sym_noinline] = ACTIONS(4313), + [anon_sym_crossinline] = ACTIONS(4313), + [anon_sym_expect] = ACTIONS(4313), + [anon_sym_actual] = ACTIONS(4313), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [anon_sym_return_AT] = ACTIONS(4315), + [anon_sym_continue_AT] = ACTIONS(4315), + [anon_sym_break_AT] = ACTIONS(4315), + [anon_sym_this_AT] = ACTIONS(4315), + [anon_sym_super_AT] = ACTIONS(4315), + [sym_real_literal] = ACTIONS(4315), + [sym_integer_literal] = ACTIONS(4313), + [sym_hex_literal] = ACTIONS(4315), + [sym_bin_literal] = ACTIONS(4315), + [anon_sym_true] = ACTIONS(4313), + [anon_sym_false] = ACTIONS(4313), + [anon_sym_SQUOTE] = ACTIONS(4315), + [sym__backtick_identifier] = ACTIONS(4315), + [sym__automatic_semicolon] = ACTIONS(4315), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4315), }, - [3337] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1991), - [sym__comparison_operator] = STATE(1992), - [sym__in_operator] = STATE(1993), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1994), - [sym__multiplicative_operator] = STATE(1996), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2018), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3146), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3144), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3146), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3146), - [anon_sym_RPAREN] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_where] = ACTIONS(3144), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(6726), - [anon_sym_DASH_GT] = ACTIONS(3146), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(6730), - [anon_sym_while] = ACTIONS(3144), - [anon_sym_DOT_DOT] = ACTIONS(6732), - [anon_sym_QMARK_COLON] = ACTIONS(6734), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3146), - [anon_sym_DASH_EQ] = ACTIONS(3146), - [anon_sym_STAR_EQ] = ACTIONS(3146), - [anon_sym_SLASH_EQ] = ACTIONS(3146), - [anon_sym_PERCENT_EQ] = ACTIONS(3146), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(6748), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(6754), - [anon_sym_DASH] = ACTIONS(6754), - [anon_sym_SLASH] = ACTIONS(6726), - [anon_sym_PERCENT] = ACTIONS(6726), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), + [3212] = { + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4436), + [anon_sym_super_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), }, - [3338] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1991), - [sym__comparison_operator] = STATE(1992), - [sym__in_operator] = STATE(1993), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1994), - [sym__multiplicative_operator] = STATE(1996), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2018), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3162), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3162), - [anon_sym_RPAREN] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(6726), - [anon_sym_DASH_GT] = ACTIONS(3162), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_while] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(6732), - [anon_sym_QMARK_COLON] = ACTIONS(6734), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3162), - [anon_sym_DASH_EQ] = ACTIONS(3162), - [anon_sym_STAR_EQ] = ACTIONS(3162), - [anon_sym_SLASH_EQ] = ACTIONS(3162), - [anon_sym_PERCENT_EQ] = ACTIONS(3162), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(6754), - [anon_sym_DASH] = ACTIONS(6754), - [anon_sym_SLASH] = ACTIONS(6726), - [anon_sym_PERCENT] = ACTIONS(6726), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [3213] = { + [sym__alpha_identifier] = ACTIONS(1608), + [anon_sym_AT] = ACTIONS(1606), + [anon_sym_LBRACK] = ACTIONS(1606), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_EQ] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1606), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(1606), + [anon_sym_COMMA] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_where] = ACTIONS(1608), + [anon_sym_object] = ACTIONS(1608), + [anon_sym_fun] = ACTIONS(1608), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_get] = ACTIONS(1608), + [anon_sym_set] = ACTIONS(1608), + [anon_sym_this] = ACTIONS(1608), + [anon_sym_super] = ACTIONS(1608), + [anon_sym_STAR] = ACTIONS(1608), + [sym_label] = ACTIONS(1608), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), + [anon_sym_null] = ACTIONS(1608), + [anon_sym_if] = ACTIONS(1608), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_when] = ACTIONS(1608), + [anon_sym_try] = ACTIONS(1608), + [anon_sym_throw] = ACTIONS(1608), + [anon_sym_return] = ACTIONS(1608), + [anon_sym_continue] = ACTIONS(1608), + [anon_sym_break] = ACTIONS(1608), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_PLUS_EQ] = ACTIONS(1606), + [anon_sym_DASH_EQ] = ACTIONS(1606), + [anon_sym_STAR_EQ] = ACTIONS(1606), + [anon_sym_SLASH_EQ] = ACTIONS(1606), + [anon_sym_PERCENT_EQ] = ACTIONS(1606), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(1608), + [anon_sym_DASH] = ACTIONS(1608), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1608), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(1606), + [anon_sym_DASH_DASH] = ACTIONS(1606), + [anon_sym_BANG] = ACTIONS(1608), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_data] = ACTIONS(1608), + [anon_sym_inner] = ACTIONS(1608), + [anon_sym_value] = ACTIONS(1608), + [anon_sym_expect] = ACTIONS(1608), + [anon_sym_actual] = ACTIONS(1608), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1606), + [anon_sym_continue_AT] = ACTIONS(1606), + [anon_sym_break_AT] = ACTIONS(1606), + [anon_sym_this_AT] = ACTIONS(1606), + [anon_sym_super_AT] = ACTIONS(1606), + [sym_real_literal] = ACTIONS(1606), + [sym_integer_literal] = ACTIONS(1608), + [sym_hex_literal] = ACTIONS(1606), + [sym_bin_literal] = ACTIONS(1606), + [anon_sym_true] = ACTIONS(1608), + [anon_sym_false] = ACTIONS(1608), + [anon_sym_SQUOTE] = ACTIONS(1606), + [sym__backtick_identifier] = ACTIONS(1606), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1606), + }, + [3214] = { + [sym__alpha_identifier] = ACTIONS(5135), + [anon_sym_AT] = ACTIONS(5137), + [anon_sym_LBRACK] = ACTIONS(5137), + [anon_sym_as] = ACTIONS(5135), + [anon_sym_EQ] = ACTIONS(5135), + [anon_sym_LBRACE] = ACTIONS(5137), + [anon_sym_RBRACE] = ACTIONS(5137), + [anon_sym_LPAREN] = ACTIONS(5137), + [anon_sym_COMMA] = ACTIONS(5137), + [anon_sym_LT] = ACTIONS(6676), + [anon_sym_GT] = ACTIONS(5135), + [anon_sym_where] = ACTIONS(5135), + [anon_sym_object] = ACTIONS(5135), + [anon_sym_fun] = ACTIONS(5135), + [anon_sym_DOT] = ACTIONS(5135), + [anon_sym_SEMI] = ACTIONS(5137), + [anon_sym_get] = ACTIONS(5135), + [anon_sym_set] = ACTIONS(5135), + [anon_sym_this] = ACTIONS(5135), + [anon_sym_super] = ACTIONS(5135), + [anon_sym_STAR] = ACTIONS(5135), + [sym_label] = ACTIONS(5135), + [anon_sym_in] = ACTIONS(5135), + [anon_sym_DOT_DOT] = ACTIONS(5137), + [anon_sym_QMARK_COLON] = ACTIONS(5137), + [anon_sym_AMP_AMP] = ACTIONS(5137), + [anon_sym_PIPE_PIPE] = ACTIONS(5137), + [anon_sym_null] = ACTIONS(5135), + [anon_sym_if] = ACTIONS(5135), + [anon_sym_else] = ACTIONS(5135), + [anon_sym_when] = ACTIONS(5135), + [anon_sym_try] = ACTIONS(5135), + [anon_sym_throw] = ACTIONS(5135), + [anon_sym_return] = ACTIONS(5135), + [anon_sym_continue] = ACTIONS(5135), + [anon_sym_break] = ACTIONS(5135), + [anon_sym_COLON_COLON] = ACTIONS(5137), + [anon_sym_PLUS_EQ] = ACTIONS(5137), + [anon_sym_DASH_EQ] = ACTIONS(5137), + [anon_sym_STAR_EQ] = ACTIONS(5137), + [anon_sym_SLASH_EQ] = ACTIONS(5137), + [anon_sym_PERCENT_EQ] = ACTIONS(5137), + [anon_sym_BANG_EQ] = ACTIONS(5135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5137), + [anon_sym_EQ_EQ] = ACTIONS(5135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5137), + [anon_sym_LT_EQ] = ACTIONS(5137), + [anon_sym_GT_EQ] = ACTIONS(5137), + [anon_sym_BANGin] = ACTIONS(5137), + [anon_sym_is] = ACTIONS(5135), + [anon_sym_BANGis] = ACTIONS(5137), + [anon_sym_PLUS] = ACTIONS(5135), + [anon_sym_DASH] = ACTIONS(5135), + [anon_sym_SLASH] = ACTIONS(5135), + [anon_sym_PERCENT] = ACTIONS(5135), + [anon_sym_as_QMARK] = ACTIONS(5137), + [anon_sym_PLUS_PLUS] = ACTIONS(5137), + [anon_sym_DASH_DASH] = ACTIONS(5137), + [anon_sym_BANG] = ACTIONS(5135), + [anon_sym_BANG_BANG] = ACTIONS(5137), + [anon_sym_data] = ACTIONS(5135), + [anon_sym_inner] = ACTIONS(5135), + [anon_sym_value] = ACTIONS(5135), + [anon_sym_expect] = ACTIONS(5135), + [anon_sym_actual] = ACTIONS(5135), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [anon_sym_return_AT] = ACTIONS(5137), + [anon_sym_continue_AT] = ACTIONS(5137), + [anon_sym_break_AT] = ACTIONS(5137), + [anon_sym_this_AT] = ACTIONS(5137), + [anon_sym_super_AT] = ACTIONS(5137), + [sym_real_literal] = ACTIONS(5137), + [sym_integer_literal] = ACTIONS(5135), + [sym_hex_literal] = ACTIONS(5137), + [sym_bin_literal] = ACTIONS(5137), + [anon_sym_true] = ACTIONS(5135), + [anon_sym_false] = ACTIONS(5135), + [anon_sym_SQUOTE] = ACTIONS(5137), + [sym__backtick_identifier] = ACTIONS(5137), + [sym__automatic_semicolon] = ACTIONS(5137), + [sym_safe_nav] = ACTIONS(5137), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5137), }, - [3339] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1991), - [sym__comparison_operator] = STATE(1992), - [sym__in_operator] = STATE(1993), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1994), - [sym__multiplicative_operator] = STATE(1996), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2018), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3195), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3195), - [anon_sym_RPAREN] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_where] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(6726), - [anon_sym_DASH_GT] = ACTIONS(3195), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_while] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3195), - [anon_sym_DASH_EQ] = ACTIONS(3195), - [anon_sym_STAR_EQ] = ACTIONS(3195), - [anon_sym_SLASH_EQ] = ACTIONS(3195), - [anon_sym_PERCENT_EQ] = ACTIONS(3195), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(6726), - [anon_sym_PERCENT] = ACTIONS(6726), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), + [3215] = { + [sym__alpha_identifier] = ACTIONS(5203), + [anon_sym_AT] = ACTIONS(5205), + [anon_sym_LBRACK] = ACTIONS(5205), + [anon_sym_as] = ACTIONS(5203), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(5205), + [anon_sym_RBRACE] = ACTIONS(5205), + [anon_sym_LPAREN] = ACTIONS(5205), + [anon_sym_COMMA] = ACTIONS(5205), + [anon_sym_LT] = ACTIONS(5203), + [anon_sym_GT] = ACTIONS(5203), + [anon_sym_where] = ACTIONS(5203), + [anon_sym_object] = ACTIONS(5203), + [anon_sym_fun] = ACTIONS(5203), + [anon_sym_DOT] = ACTIONS(5203), + [anon_sym_SEMI] = ACTIONS(5205), + [anon_sym_get] = ACTIONS(5203), + [anon_sym_set] = ACTIONS(5203), + [anon_sym_this] = ACTIONS(5203), + [anon_sym_super] = ACTIONS(5203), + [anon_sym_STAR] = ACTIONS(5203), + [sym_label] = ACTIONS(5203), + [anon_sym_in] = ACTIONS(5203), + [anon_sym_DOT_DOT] = ACTIONS(5205), + [anon_sym_QMARK_COLON] = ACTIONS(5205), + [anon_sym_AMP_AMP] = ACTIONS(5205), + [anon_sym_PIPE_PIPE] = ACTIONS(5205), + [anon_sym_null] = ACTIONS(5203), + [anon_sym_if] = ACTIONS(5203), + [anon_sym_else] = ACTIONS(5203), + [anon_sym_when] = ACTIONS(5203), + [anon_sym_try] = ACTIONS(5203), + [anon_sym_throw] = ACTIONS(5203), + [anon_sym_return] = ACTIONS(5203), + [anon_sym_continue] = ACTIONS(5203), + [anon_sym_break] = ACTIONS(5203), + [anon_sym_COLON_COLON] = ACTIONS(5205), + [anon_sym_PLUS_EQ] = ACTIONS(5205), + [anon_sym_DASH_EQ] = ACTIONS(5205), + [anon_sym_STAR_EQ] = ACTIONS(5205), + [anon_sym_SLASH_EQ] = ACTIONS(5205), + [anon_sym_PERCENT_EQ] = ACTIONS(5205), + [anon_sym_BANG_EQ] = ACTIONS(5203), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5205), + [anon_sym_EQ_EQ] = ACTIONS(5203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5205), + [anon_sym_LT_EQ] = ACTIONS(5205), + [anon_sym_GT_EQ] = ACTIONS(5205), + [anon_sym_BANGin] = ACTIONS(5205), + [anon_sym_is] = ACTIONS(5203), + [anon_sym_BANGis] = ACTIONS(5205), + [anon_sym_PLUS] = ACTIONS(5203), + [anon_sym_DASH] = ACTIONS(5203), + [anon_sym_SLASH] = ACTIONS(5203), + [anon_sym_PERCENT] = ACTIONS(5203), + [anon_sym_as_QMARK] = ACTIONS(5205), + [anon_sym_PLUS_PLUS] = ACTIONS(5205), + [anon_sym_DASH_DASH] = ACTIONS(5205), + [anon_sym_BANG] = ACTIONS(5203), + [anon_sym_BANG_BANG] = ACTIONS(5205), + [anon_sym_data] = ACTIONS(5203), + [anon_sym_inner] = ACTIONS(5203), + [anon_sym_value] = ACTIONS(5203), + [anon_sym_expect] = ACTIONS(5203), + [anon_sym_actual] = ACTIONS(5203), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5205), + [anon_sym_continue_AT] = ACTIONS(5205), + [anon_sym_break_AT] = ACTIONS(5205), + [anon_sym_this_AT] = ACTIONS(5205), + [anon_sym_super_AT] = ACTIONS(5205), + [sym_real_literal] = ACTIONS(5205), + [sym_integer_literal] = ACTIONS(5203), + [sym_hex_literal] = ACTIONS(5205), + [sym_bin_literal] = ACTIONS(5205), + [anon_sym_true] = ACTIONS(5203), + [anon_sym_false] = ACTIONS(5203), + [anon_sym_SQUOTE] = ACTIONS(5205), + [sym__backtick_identifier] = ACTIONS(5205), + [sym__automatic_semicolon] = ACTIONS(5205), + [sym_safe_nav] = ACTIONS(5205), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5205), }, - [3340] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1991), - [sym__comparison_operator] = STATE(1992), - [sym__in_operator] = STATE(1993), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1994), - [sym__multiplicative_operator] = STATE(1996), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2018), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(3186), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3188), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3186), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3188), - [anon_sym_RPAREN] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_where] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3186), - [anon_sym_DASH_GT] = ACTIONS(3188), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_while] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [anon_sym_else] = ACTIONS(3186), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3188), - [anon_sym_DASH_EQ] = ACTIONS(3188), - [anon_sym_STAR_EQ] = ACTIONS(3188), - [anon_sym_SLASH_EQ] = ACTIONS(3188), - [anon_sym_PERCENT_EQ] = ACTIONS(3188), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [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(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3186), - [anon_sym_inner] = ACTIONS(3186), - [anon_sym_value] = ACTIONS(3186), - [anon_sym_expect] = ACTIONS(3186), - [anon_sym_actual] = ACTIONS(3186), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3188), - [sym_safe_nav] = ACTIONS(6740), + [3216] = { + [sym__alpha_identifier] = ACTIONS(4438), + [anon_sym_AT] = ACTIONS(4440), + [anon_sym_LBRACK] = ACTIONS(4440), + [anon_sym_RBRACK] = ACTIONS(4440), + [anon_sym_as] = ACTIONS(4438), + [anon_sym_EQ] = ACTIONS(4438), + [anon_sym_LBRACE] = ACTIONS(4440), + [anon_sym_RBRACE] = ACTIONS(4440), + [anon_sym_LPAREN] = ACTIONS(4440), + [anon_sym_COMMA] = ACTIONS(4440), + [anon_sym_RPAREN] = ACTIONS(4440), + [anon_sym_LT] = ACTIONS(4438), + [anon_sym_GT] = ACTIONS(4438), + [anon_sym_where] = ACTIONS(4438), + [anon_sym_DOT] = ACTIONS(4438), + [anon_sym_SEMI] = ACTIONS(4440), + [anon_sym_get] = ACTIONS(4438), + [anon_sym_set] = ACTIONS(4438), + [anon_sym_STAR] = ACTIONS(4438), + [anon_sym_DASH_GT] = ACTIONS(4440), + [sym_label] = ACTIONS(4440), + [anon_sym_in] = ACTIONS(4438), + [anon_sym_while] = ACTIONS(4438), + [anon_sym_DOT_DOT] = ACTIONS(4440), + [anon_sym_QMARK_COLON] = ACTIONS(4440), + [anon_sym_AMP_AMP] = ACTIONS(4440), + [anon_sym_PIPE_PIPE] = ACTIONS(4440), + [anon_sym_else] = ACTIONS(4438), + [anon_sym_catch] = ACTIONS(4438), + [anon_sym_finally] = ACTIONS(4438), + [anon_sym_COLON_COLON] = ACTIONS(4440), + [anon_sym_PLUS_EQ] = ACTIONS(4440), + [anon_sym_DASH_EQ] = ACTIONS(4440), + [anon_sym_STAR_EQ] = ACTIONS(4440), + [anon_sym_SLASH_EQ] = ACTIONS(4440), + [anon_sym_PERCENT_EQ] = ACTIONS(4440), + [anon_sym_BANG_EQ] = ACTIONS(4438), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4440), + [anon_sym_EQ_EQ] = ACTIONS(4438), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4440), + [anon_sym_LT_EQ] = ACTIONS(4440), + [anon_sym_GT_EQ] = ACTIONS(4440), + [anon_sym_BANGin] = ACTIONS(4440), + [anon_sym_is] = ACTIONS(4438), + [anon_sym_BANGis] = ACTIONS(4440), + [anon_sym_PLUS] = ACTIONS(4438), + [anon_sym_DASH] = ACTIONS(4438), + [anon_sym_SLASH] = ACTIONS(4438), + [anon_sym_PERCENT] = ACTIONS(4438), + [anon_sym_as_QMARK] = ACTIONS(4440), + [anon_sym_PLUS_PLUS] = ACTIONS(4440), + [anon_sym_DASH_DASH] = ACTIONS(4440), + [anon_sym_BANG_BANG] = ACTIONS(4440), + [anon_sym_suspend] = ACTIONS(4438), + [anon_sym_sealed] = ACTIONS(4438), + [anon_sym_annotation] = ACTIONS(4438), + [anon_sym_data] = ACTIONS(4438), + [anon_sym_inner] = ACTIONS(4438), + [anon_sym_value] = ACTIONS(4438), + [anon_sym_override] = ACTIONS(4438), + [anon_sym_lateinit] = ACTIONS(4438), + [anon_sym_public] = ACTIONS(4438), + [anon_sym_private] = ACTIONS(4438), + [anon_sym_internal] = ACTIONS(4438), + [anon_sym_protected] = ACTIONS(4438), + [anon_sym_tailrec] = ACTIONS(4438), + [anon_sym_operator] = ACTIONS(4438), + [anon_sym_infix] = ACTIONS(4438), + [anon_sym_inline] = ACTIONS(4438), + [anon_sym_external] = ACTIONS(4438), + [sym_property_modifier] = ACTIONS(4438), + [anon_sym_abstract] = ACTIONS(4438), + [anon_sym_final] = ACTIONS(4438), + [anon_sym_open] = ACTIONS(4438), + [anon_sym_vararg] = ACTIONS(4438), + [anon_sym_noinline] = ACTIONS(4438), + [anon_sym_crossinline] = ACTIONS(4438), + [anon_sym_expect] = ACTIONS(4438), + [anon_sym_actual] = ACTIONS(4438), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4440), + [sym_safe_nav] = ACTIONS(4440), [sym_multiline_comment] = ACTIONS(3), }, - [3341] = { - [sym_class_body] = STATE(3483), - [sym__alpha_identifier] = ACTIONS(4547), - [anon_sym_AT] = ACTIONS(4549), - [anon_sym_LBRACK] = ACTIONS(4549), - [anon_sym_RBRACK] = ACTIONS(4549), - [anon_sym_as] = ACTIONS(4547), - [anon_sym_EQ] = ACTIONS(4547), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4549), - [anon_sym_LPAREN] = ACTIONS(4549), - [anon_sym_COMMA] = ACTIONS(4549), - [anon_sym_RPAREN] = ACTIONS(4549), - [anon_sym_LT] = ACTIONS(4547), - [anon_sym_GT] = ACTIONS(4547), - [anon_sym_where] = ACTIONS(4547), - [anon_sym_DOT] = ACTIONS(4547), - [anon_sym_SEMI] = ACTIONS(4549), - [anon_sym_get] = ACTIONS(4547), - [anon_sym_set] = ACTIONS(4547), - [anon_sym_STAR] = ACTIONS(4547), - [anon_sym_DASH_GT] = ACTIONS(4549), - [sym_label] = ACTIONS(4549), - [anon_sym_in] = ACTIONS(4547), - [anon_sym_while] = ACTIONS(4547), - [anon_sym_DOT_DOT] = ACTIONS(4549), - [anon_sym_QMARK_COLON] = ACTIONS(4549), - [anon_sym_AMP_AMP] = ACTIONS(4549), - [anon_sym_PIPE_PIPE] = ACTIONS(4549), - [anon_sym_else] = ACTIONS(4547), - [anon_sym_COLON_COLON] = ACTIONS(4549), - [anon_sym_PLUS_EQ] = ACTIONS(4549), - [anon_sym_DASH_EQ] = ACTIONS(4549), - [anon_sym_STAR_EQ] = ACTIONS(4549), - [anon_sym_SLASH_EQ] = ACTIONS(4549), - [anon_sym_PERCENT_EQ] = ACTIONS(4549), - [anon_sym_BANG_EQ] = ACTIONS(4547), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4549), - [anon_sym_EQ_EQ] = ACTIONS(4547), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4549), - [anon_sym_LT_EQ] = ACTIONS(4549), - [anon_sym_GT_EQ] = ACTIONS(4549), - [anon_sym_BANGin] = ACTIONS(4549), - [anon_sym_is] = ACTIONS(4547), - [anon_sym_BANGis] = ACTIONS(4549), - [anon_sym_PLUS] = ACTIONS(4547), - [anon_sym_DASH] = ACTIONS(4547), - [anon_sym_SLASH] = ACTIONS(4547), - [anon_sym_PERCENT] = ACTIONS(4547), - [anon_sym_as_QMARK] = ACTIONS(4549), - [anon_sym_PLUS_PLUS] = ACTIONS(4549), - [anon_sym_DASH_DASH] = ACTIONS(4549), - [anon_sym_BANG_BANG] = ACTIONS(4549), - [anon_sym_suspend] = ACTIONS(4547), - [anon_sym_sealed] = ACTIONS(4547), - [anon_sym_annotation] = ACTIONS(4547), - [anon_sym_data] = ACTIONS(4547), - [anon_sym_inner] = ACTIONS(4547), - [anon_sym_value] = ACTIONS(4547), - [anon_sym_override] = ACTIONS(4547), - [anon_sym_lateinit] = ACTIONS(4547), - [anon_sym_public] = ACTIONS(4547), - [anon_sym_private] = ACTIONS(4547), - [anon_sym_internal] = ACTIONS(4547), - [anon_sym_protected] = ACTIONS(4547), - [anon_sym_tailrec] = ACTIONS(4547), - [anon_sym_operator] = ACTIONS(4547), - [anon_sym_infix] = ACTIONS(4547), - [anon_sym_inline] = ACTIONS(4547), - [anon_sym_external] = ACTIONS(4547), - [sym_property_modifier] = ACTIONS(4547), - [anon_sym_abstract] = ACTIONS(4547), - [anon_sym_final] = ACTIONS(4547), - [anon_sym_open] = ACTIONS(4547), - [anon_sym_vararg] = ACTIONS(4547), - [anon_sym_noinline] = ACTIONS(4547), - [anon_sym_crossinline] = ACTIONS(4547), - [anon_sym_expect] = ACTIONS(4547), - [anon_sym_actual] = ACTIONS(4547), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4549), - [sym_safe_nav] = ACTIONS(4549), + [3217] = { + [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_catch] = ACTIONS(4402), + [anon_sym_finally] = 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_value] = 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), }, - [3342] = { - [sym_class_body] = STATE(3565), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_RBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [anon_sym_DASH_GT] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [anon_sym_while] = ACTIONS(3270), - [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(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [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(3270), - [anon_sym_sealed] = ACTIONS(3270), - [anon_sym_annotation] = ACTIONS(3270), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_override] = ACTIONS(3270), - [anon_sym_lateinit] = ACTIONS(3270), - [anon_sym_public] = ACTIONS(3270), - [anon_sym_private] = ACTIONS(3270), - [anon_sym_internal] = ACTIONS(3270), - [anon_sym_protected] = ACTIONS(3270), - [anon_sym_tailrec] = ACTIONS(3270), - [anon_sym_operator] = ACTIONS(3270), - [anon_sym_infix] = ACTIONS(3270), - [anon_sym_inline] = ACTIONS(3270), - [anon_sym_external] = ACTIONS(3270), - [sym_property_modifier] = ACTIONS(3270), - [anon_sym_abstract] = ACTIONS(3270), - [anon_sym_final] = ACTIONS(3270), - [anon_sym_open] = ACTIONS(3270), - [anon_sym_vararg] = ACTIONS(3270), - [anon_sym_noinline] = ACTIONS(3270), - [anon_sym_crossinline] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), + [3218] = { + [sym__alpha_identifier] = ACTIONS(5022), + [anon_sym_AT] = ACTIONS(5024), + [anon_sym_LBRACK] = ACTIONS(5024), + [anon_sym_as] = ACTIONS(5022), + [anon_sym_EQ] = ACTIONS(5022), + [anon_sym_LBRACE] = ACTIONS(5024), + [anon_sym_RBRACE] = ACTIONS(5024), + [anon_sym_LPAREN] = ACTIONS(5024), + [anon_sym_COMMA] = ACTIONS(5024), + [anon_sym_LT] = ACTIONS(5022), + [anon_sym_GT] = ACTIONS(5022), + [anon_sym_where] = ACTIONS(5022), + [anon_sym_object] = ACTIONS(5022), + [anon_sym_fun] = ACTIONS(5022), + [anon_sym_DOT] = ACTIONS(5022), + [anon_sym_SEMI] = ACTIONS(5024), + [anon_sym_get] = ACTIONS(5022), + [anon_sym_set] = ACTIONS(5022), + [anon_sym_this] = ACTIONS(5022), + [anon_sym_super] = ACTIONS(5022), + [anon_sym_STAR] = ACTIONS(5022), + [sym_label] = ACTIONS(5022), + [anon_sym_in] = ACTIONS(5022), + [anon_sym_DOT_DOT] = ACTIONS(5024), + [anon_sym_QMARK_COLON] = ACTIONS(5024), + [anon_sym_AMP_AMP] = ACTIONS(5024), + [anon_sym_PIPE_PIPE] = ACTIONS(5024), + [anon_sym_null] = ACTIONS(5022), + [anon_sym_if] = ACTIONS(5022), + [anon_sym_else] = ACTIONS(5022), + [anon_sym_when] = ACTIONS(5022), + [anon_sym_try] = ACTIONS(5022), + [anon_sym_throw] = ACTIONS(5022), + [anon_sym_return] = ACTIONS(5022), + [anon_sym_continue] = ACTIONS(5022), + [anon_sym_break] = ACTIONS(5022), + [anon_sym_COLON_COLON] = ACTIONS(5024), + [anon_sym_PLUS_EQ] = ACTIONS(5024), + [anon_sym_DASH_EQ] = ACTIONS(5024), + [anon_sym_STAR_EQ] = ACTIONS(5024), + [anon_sym_SLASH_EQ] = ACTIONS(5024), + [anon_sym_PERCENT_EQ] = ACTIONS(5024), + [anon_sym_BANG_EQ] = ACTIONS(5022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5024), + [anon_sym_EQ_EQ] = ACTIONS(5022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5024), + [anon_sym_LT_EQ] = ACTIONS(5024), + [anon_sym_GT_EQ] = ACTIONS(5024), + [anon_sym_BANGin] = ACTIONS(5024), + [anon_sym_is] = ACTIONS(5022), + [anon_sym_BANGis] = ACTIONS(5024), + [anon_sym_PLUS] = ACTIONS(5022), + [anon_sym_DASH] = ACTIONS(5022), + [anon_sym_SLASH] = ACTIONS(5022), + [anon_sym_PERCENT] = ACTIONS(5022), + [anon_sym_as_QMARK] = ACTIONS(5024), + [anon_sym_PLUS_PLUS] = ACTIONS(5024), + [anon_sym_DASH_DASH] = ACTIONS(5024), + [anon_sym_BANG] = ACTIONS(5022), + [anon_sym_BANG_BANG] = ACTIONS(5024), + [anon_sym_data] = ACTIONS(5022), + [anon_sym_inner] = ACTIONS(5022), + [anon_sym_value] = ACTIONS(5022), + [anon_sym_expect] = ACTIONS(5022), + [anon_sym_actual] = ACTIONS(5022), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5024), + [anon_sym_continue_AT] = ACTIONS(5024), + [anon_sym_break_AT] = ACTIONS(5024), + [anon_sym_this_AT] = ACTIONS(5024), + [anon_sym_super_AT] = ACTIONS(5024), + [sym_real_literal] = ACTIONS(5024), + [sym_integer_literal] = ACTIONS(5022), + [sym_hex_literal] = ACTIONS(5024), + [sym_bin_literal] = ACTIONS(5024), + [anon_sym_true] = ACTIONS(5022), + [anon_sym_false] = ACTIONS(5022), + [anon_sym_SQUOTE] = ACTIONS(5024), + [sym__backtick_identifier] = ACTIONS(5024), + [sym__automatic_semicolon] = ACTIONS(5024), + [sym_safe_nav] = ACTIONS(5024), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5024), }, - [3343] = { - [sym__alpha_identifier] = ACTIONS(4754), - [anon_sym_AT] = ACTIONS(4756), - [anon_sym_COLON] = ACTIONS(4754), - [anon_sym_LBRACK] = ACTIONS(4756), - [anon_sym_RBRACK] = ACTIONS(4756), - [anon_sym_as] = ACTIONS(4754), - [anon_sym_EQ] = ACTIONS(4754), - [anon_sym_LBRACE] = ACTIONS(4756), - [anon_sym_RBRACE] = ACTIONS(4756), - [anon_sym_LPAREN] = ACTIONS(4756), - [anon_sym_COMMA] = ACTIONS(4756), - [anon_sym_RPAREN] = ACTIONS(4756), - [anon_sym_LT] = ACTIONS(4754), - [anon_sym_GT] = ACTIONS(4754), - [anon_sym_where] = ACTIONS(4754), - [anon_sym_DOT] = ACTIONS(4754), - [anon_sym_SEMI] = ACTIONS(4756), - [anon_sym_get] = ACTIONS(4754), - [anon_sym_set] = ACTIONS(4754), - [anon_sym_STAR] = ACTIONS(4754), - [anon_sym_DASH_GT] = ACTIONS(4756), - [sym_label] = ACTIONS(4756), - [anon_sym_in] = ACTIONS(4754), - [anon_sym_while] = ACTIONS(4754), - [anon_sym_DOT_DOT] = ACTIONS(4756), - [anon_sym_QMARK_COLON] = ACTIONS(4756), - [anon_sym_AMP_AMP] = ACTIONS(4756), - [anon_sym_PIPE_PIPE] = ACTIONS(4756), - [anon_sym_else] = ACTIONS(4754), - [anon_sym_COLON_COLON] = ACTIONS(4756), - [anon_sym_PLUS_EQ] = ACTIONS(4756), - [anon_sym_DASH_EQ] = ACTIONS(4756), - [anon_sym_STAR_EQ] = ACTIONS(4756), - [anon_sym_SLASH_EQ] = ACTIONS(4756), - [anon_sym_PERCENT_EQ] = ACTIONS(4756), - [anon_sym_BANG_EQ] = ACTIONS(4754), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4756), - [anon_sym_EQ_EQ] = ACTIONS(4754), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4756), - [anon_sym_LT_EQ] = ACTIONS(4756), - [anon_sym_GT_EQ] = ACTIONS(4756), - [anon_sym_BANGin] = ACTIONS(4756), - [anon_sym_is] = ACTIONS(4754), - [anon_sym_BANGis] = ACTIONS(4756), - [anon_sym_PLUS] = ACTIONS(4754), - [anon_sym_DASH] = ACTIONS(4754), - [anon_sym_SLASH] = ACTIONS(4754), - [anon_sym_PERCENT] = ACTIONS(4754), - [anon_sym_as_QMARK] = ACTIONS(4756), - [anon_sym_PLUS_PLUS] = ACTIONS(4756), - [anon_sym_DASH_DASH] = ACTIONS(4756), - [anon_sym_BANG_BANG] = ACTIONS(4756), - [anon_sym_suspend] = ACTIONS(4754), - [anon_sym_sealed] = ACTIONS(4754), - [anon_sym_annotation] = ACTIONS(4754), - [anon_sym_data] = ACTIONS(4754), - [anon_sym_inner] = ACTIONS(4754), - [anon_sym_value] = ACTIONS(4754), - [anon_sym_override] = ACTIONS(4754), - [anon_sym_lateinit] = ACTIONS(4754), - [anon_sym_public] = ACTIONS(4754), - [anon_sym_private] = ACTIONS(4754), - [anon_sym_internal] = ACTIONS(4754), - [anon_sym_protected] = ACTIONS(4754), - [anon_sym_tailrec] = ACTIONS(4754), - [anon_sym_operator] = ACTIONS(4754), - [anon_sym_infix] = ACTIONS(4754), - [anon_sym_inline] = ACTIONS(4754), - [anon_sym_external] = ACTIONS(4754), - [sym_property_modifier] = ACTIONS(4754), - [anon_sym_abstract] = ACTIONS(4754), - [anon_sym_final] = ACTIONS(4754), - [anon_sym_open] = ACTIONS(4754), - [anon_sym_vararg] = ACTIONS(4754), - [anon_sym_noinline] = ACTIONS(4754), - [anon_sym_crossinline] = ACTIONS(4754), - [anon_sym_expect] = ACTIONS(4754), - [anon_sym_actual] = ACTIONS(4754), + [3219] = { + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(1734), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_object] = ACTIONS(1732), + [anon_sym_fun] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_get] = ACTIONS(1732), + [anon_sym_set] = ACTIONS(1732), + [anon_sym_this] = ACTIONS(1732), + [anon_sym_super] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1732), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_null] = ACTIONS(1732), + [anon_sym_if] = ACTIONS(1732), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_when] = ACTIONS(1732), + [anon_sym_try] = ACTIONS(1732), + [anon_sym_throw] = ACTIONS(1732), + [anon_sym_return] = ACTIONS(1732), + [anon_sym_continue] = ACTIONS(1732), + [anon_sym_break] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG] = ACTIONS(1732), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_data] = ACTIONS(1732), + [anon_sym_inner] = ACTIONS(1732), + [anon_sym_value] = ACTIONS(1732), + [anon_sym_expect] = ACTIONS(1732), + [anon_sym_actual] = ACTIONS(1732), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4756), - [sym_safe_nav] = ACTIONS(4756), + [anon_sym_return_AT] = ACTIONS(1734), + [anon_sym_continue_AT] = ACTIONS(1734), + [anon_sym_break_AT] = ACTIONS(1734), + [anon_sym_this_AT] = ACTIONS(1734), + [anon_sym_super_AT] = ACTIONS(1734), + [sym_real_literal] = ACTIONS(1734), + [sym_integer_literal] = ACTIONS(1732), + [sym_hex_literal] = ACTIONS(1734), + [sym_bin_literal] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1732), + [anon_sym_false] = ACTIONS(1732), + [anon_sym_SQUOTE] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1734), }, - [3344] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1991), - [sym__comparison_operator] = STATE(1992), - [sym__in_operator] = STATE(1993), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1994), - [sym__multiplicative_operator] = STATE(1996), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2018), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3158), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3156), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3158), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3158), - [anon_sym_RPAREN] = ACTIONS(3158), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(6722), - [anon_sym_where] = ACTIONS(3156), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(6726), - [anon_sym_DASH_GT] = ACTIONS(3158), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(6730), - [anon_sym_while] = ACTIONS(3156), - [anon_sym_DOT_DOT] = ACTIONS(6732), - [anon_sym_QMARK_COLON] = ACTIONS(6734), - [anon_sym_AMP_AMP] = ACTIONS(6736), - [anon_sym_PIPE_PIPE] = ACTIONS(6738), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3158), - [anon_sym_DASH_EQ] = ACTIONS(3158), - [anon_sym_STAR_EQ] = ACTIONS(3158), - [anon_sym_SLASH_EQ] = ACTIONS(3158), - [anon_sym_PERCENT_EQ] = ACTIONS(3158), - [anon_sym_BANG_EQ] = ACTIONS(6742), - [anon_sym_BANG_EQ_EQ] = ACTIONS(6744), - [anon_sym_EQ_EQ] = ACTIONS(6742), - [anon_sym_EQ_EQ_EQ] = ACTIONS(6744), - [anon_sym_LT_EQ] = ACTIONS(6746), - [anon_sym_GT_EQ] = ACTIONS(6746), - [anon_sym_BANGin] = ACTIONS(6748), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(6754), - [anon_sym_DASH] = ACTIONS(6754), - [anon_sym_SLASH] = ACTIONS(6726), - [anon_sym_PERCENT] = ACTIONS(6726), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), + [3220] = { + [sym__alpha_identifier] = ACTIONS(4677), + [anon_sym_AT] = ACTIONS(4679), + [anon_sym_LBRACK] = ACTIONS(4679), + [anon_sym_as] = ACTIONS(4677), + [anon_sym_EQ] = ACTIONS(4677), + [anon_sym_LBRACE] = ACTIONS(4679), + [anon_sym_RBRACE] = ACTIONS(4679), + [anon_sym_LPAREN] = ACTIONS(4679), + [anon_sym_COMMA] = ACTIONS(4679), + [anon_sym_LT] = ACTIONS(4677), + [anon_sym_GT] = ACTIONS(4677), + [anon_sym_where] = ACTIONS(4677), + [anon_sym_object] = ACTIONS(4677), + [anon_sym_fun] = ACTIONS(4677), + [anon_sym_DOT] = ACTIONS(4677), + [anon_sym_SEMI] = ACTIONS(4679), + [anon_sym_get] = ACTIONS(4677), + [anon_sym_set] = ACTIONS(4677), + [anon_sym_this] = ACTIONS(4677), + [anon_sym_super] = ACTIONS(4677), + [anon_sym_STAR] = ACTIONS(4677), + [sym_label] = ACTIONS(4677), + [anon_sym_in] = ACTIONS(4677), + [anon_sym_DOT_DOT] = ACTIONS(4679), + [anon_sym_QMARK_COLON] = ACTIONS(4679), + [anon_sym_AMP_AMP] = ACTIONS(4679), + [anon_sym_PIPE_PIPE] = ACTIONS(4679), + [anon_sym_null] = ACTIONS(4677), + [anon_sym_if] = ACTIONS(4677), + [anon_sym_else] = ACTIONS(4677), + [anon_sym_when] = ACTIONS(4677), + [anon_sym_try] = ACTIONS(4677), + [anon_sym_throw] = ACTIONS(4677), + [anon_sym_return] = ACTIONS(4677), + [anon_sym_continue] = ACTIONS(4677), + [anon_sym_break] = ACTIONS(4677), + [anon_sym_COLON_COLON] = ACTIONS(4679), + [anon_sym_PLUS_EQ] = ACTIONS(4679), + [anon_sym_DASH_EQ] = ACTIONS(4679), + [anon_sym_STAR_EQ] = ACTIONS(4679), + [anon_sym_SLASH_EQ] = ACTIONS(4679), + [anon_sym_PERCENT_EQ] = ACTIONS(4679), + [anon_sym_BANG_EQ] = ACTIONS(4677), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4679), + [anon_sym_EQ_EQ] = ACTIONS(4677), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4679), + [anon_sym_LT_EQ] = ACTIONS(4679), + [anon_sym_GT_EQ] = ACTIONS(4679), + [anon_sym_BANGin] = ACTIONS(4679), + [anon_sym_is] = ACTIONS(4677), + [anon_sym_BANGis] = ACTIONS(4679), + [anon_sym_PLUS] = ACTIONS(4677), + [anon_sym_DASH] = ACTIONS(4677), + [anon_sym_SLASH] = ACTIONS(4677), + [anon_sym_PERCENT] = ACTIONS(4677), + [anon_sym_as_QMARK] = ACTIONS(4679), + [anon_sym_PLUS_PLUS] = ACTIONS(4679), + [anon_sym_DASH_DASH] = ACTIONS(4679), + [anon_sym_BANG] = ACTIONS(4677), + [anon_sym_BANG_BANG] = ACTIONS(4679), + [anon_sym_data] = ACTIONS(4677), + [anon_sym_inner] = ACTIONS(4677), + [anon_sym_value] = ACTIONS(4677), + [anon_sym_expect] = ACTIONS(4677), + [anon_sym_actual] = ACTIONS(4677), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4679), + [anon_sym_continue_AT] = ACTIONS(4679), + [anon_sym_break_AT] = ACTIONS(4679), + [anon_sym_this_AT] = ACTIONS(4679), + [anon_sym_super_AT] = ACTIONS(4679), + [sym_real_literal] = ACTIONS(4679), + [sym_integer_literal] = ACTIONS(4677), + [sym_hex_literal] = ACTIONS(4679), + [sym_bin_literal] = ACTIONS(4679), + [anon_sym_true] = ACTIONS(4677), + [anon_sym_false] = ACTIONS(4677), + [anon_sym_SQUOTE] = ACTIONS(4679), + [sym__backtick_identifier] = ACTIONS(4679), + [sym__automatic_semicolon] = ACTIONS(4679), + [sym_safe_nav] = ACTIONS(4679), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4679), }, - [3345] = { - [sym_enum_class_body] = STATE(3460), - [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(5486), - [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_value] = 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), + [3221] = { + [sym_class_body] = STATE(3543), + [sym__alpha_identifier] = ACTIONS(4450), + [anon_sym_AT] = ACTIONS(4452), + [anon_sym_COLON] = ACTIONS(6678), + [anon_sym_LBRACK] = ACTIONS(4452), + [anon_sym_RBRACK] = ACTIONS(4452), + [anon_sym_as] = ACTIONS(4450), + [anon_sym_EQ] = ACTIONS(4450), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4452), + [anon_sym_LPAREN] = ACTIONS(4452), + [anon_sym_COMMA] = ACTIONS(4452), + [anon_sym_RPAREN] = ACTIONS(4452), + [anon_sym_LT] = ACTIONS(4450), + [anon_sym_GT] = ACTIONS(4450), + [anon_sym_where] = ACTIONS(4450), + [anon_sym_DOT] = ACTIONS(4450), + [anon_sym_SEMI] = ACTIONS(4452), + [anon_sym_get] = ACTIONS(4450), + [anon_sym_set] = ACTIONS(4450), + [anon_sym_STAR] = ACTIONS(4450), + [anon_sym_DASH_GT] = ACTIONS(4452), + [sym_label] = ACTIONS(4452), + [anon_sym_in] = ACTIONS(4450), + [anon_sym_while] = ACTIONS(4450), + [anon_sym_DOT_DOT] = ACTIONS(4452), + [anon_sym_QMARK_COLON] = ACTIONS(4452), + [anon_sym_AMP_AMP] = ACTIONS(4452), + [anon_sym_PIPE_PIPE] = ACTIONS(4452), + [anon_sym_else] = ACTIONS(4450), + [anon_sym_COLON_COLON] = ACTIONS(4452), + [anon_sym_PLUS_EQ] = ACTIONS(4452), + [anon_sym_DASH_EQ] = ACTIONS(4452), + [anon_sym_STAR_EQ] = ACTIONS(4452), + [anon_sym_SLASH_EQ] = ACTIONS(4452), + [anon_sym_PERCENT_EQ] = ACTIONS(4452), + [anon_sym_BANG_EQ] = ACTIONS(4450), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4452), + [anon_sym_EQ_EQ] = ACTIONS(4450), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4452), + [anon_sym_LT_EQ] = ACTIONS(4452), + [anon_sym_GT_EQ] = ACTIONS(4452), + [anon_sym_BANGin] = ACTIONS(4452), + [anon_sym_is] = ACTIONS(4450), + [anon_sym_BANGis] = ACTIONS(4452), + [anon_sym_PLUS] = ACTIONS(4450), + [anon_sym_DASH] = ACTIONS(4450), + [anon_sym_SLASH] = ACTIONS(4450), + [anon_sym_PERCENT] = ACTIONS(4450), + [anon_sym_as_QMARK] = ACTIONS(4452), + [anon_sym_PLUS_PLUS] = ACTIONS(4452), + [anon_sym_DASH_DASH] = ACTIONS(4452), + [anon_sym_BANG_BANG] = ACTIONS(4452), + [anon_sym_suspend] = ACTIONS(4450), + [anon_sym_sealed] = ACTIONS(4450), + [anon_sym_annotation] = ACTIONS(4450), + [anon_sym_data] = ACTIONS(4450), + [anon_sym_inner] = ACTIONS(4450), + [anon_sym_value] = ACTIONS(4450), + [anon_sym_override] = ACTIONS(4450), + [anon_sym_lateinit] = ACTIONS(4450), + [anon_sym_public] = ACTIONS(4450), + [anon_sym_private] = ACTIONS(4450), + [anon_sym_internal] = ACTIONS(4450), + [anon_sym_protected] = ACTIONS(4450), + [anon_sym_tailrec] = ACTIONS(4450), + [anon_sym_operator] = ACTIONS(4450), + [anon_sym_infix] = ACTIONS(4450), + [anon_sym_inline] = ACTIONS(4450), + [anon_sym_external] = ACTIONS(4450), + [sym_property_modifier] = ACTIONS(4450), + [anon_sym_abstract] = ACTIONS(4450), + [anon_sym_final] = ACTIONS(4450), + [anon_sym_open] = ACTIONS(4450), + [anon_sym_vararg] = ACTIONS(4450), + [anon_sym_noinline] = ACTIONS(4450), + [anon_sym_crossinline] = ACTIONS(4450), + [anon_sym_expect] = ACTIONS(4450), + [anon_sym_actual] = ACTIONS(4450), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4452), + [sym_safe_nav] = ACTIONS(4452), [sym_multiline_comment] = ACTIONS(3), }, - [3346] = { - [sym_class_body] = STATE(3517), - [sym__alpha_identifier] = ACTIONS(4355), - [anon_sym_AT] = ACTIONS(4357), - [anon_sym_LBRACK] = ACTIONS(4357), - [anon_sym_RBRACK] = ACTIONS(4357), - [anon_sym_as] = ACTIONS(4355), - [anon_sym_EQ] = ACTIONS(4355), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4357), - [anon_sym_LPAREN] = ACTIONS(4357), - [anon_sym_COMMA] = ACTIONS(4357), - [anon_sym_RPAREN] = ACTIONS(4357), - [anon_sym_LT] = ACTIONS(4355), - [anon_sym_GT] = ACTIONS(4355), - [anon_sym_where] = ACTIONS(4355), - [anon_sym_DOT] = ACTIONS(4355), - [anon_sym_SEMI] = ACTIONS(4357), - [anon_sym_get] = ACTIONS(4355), - [anon_sym_set] = ACTIONS(4355), - [anon_sym_STAR] = ACTIONS(4355), - [anon_sym_DASH_GT] = ACTIONS(4357), - [sym_label] = ACTIONS(4357), - [anon_sym_in] = ACTIONS(4355), - [anon_sym_while] = ACTIONS(4355), - [anon_sym_DOT_DOT] = ACTIONS(4357), - [anon_sym_QMARK_COLON] = ACTIONS(4357), - [anon_sym_AMP_AMP] = ACTIONS(4357), - [anon_sym_PIPE_PIPE] = ACTIONS(4357), - [anon_sym_else] = ACTIONS(4355), - [anon_sym_COLON_COLON] = ACTIONS(4357), - [anon_sym_PLUS_EQ] = ACTIONS(4357), - [anon_sym_DASH_EQ] = ACTIONS(4357), - [anon_sym_STAR_EQ] = ACTIONS(4357), - [anon_sym_SLASH_EQ] = ACTIONS(4357), - [anon_sym_PERCENT_EQ] = ACTIONS(4357), - [anon_sym_BANG_EQ] = ACTIONS(4355), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4357), - [anon_sym_EQ_EQ] = ACTIONS(4355), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4357), - [anon_sym_LT_EQ] = ACTIONS(4357), - [anon_sym_GT_EQ] = ACTIONS(4357), - [anon_sym_BANGin] = ACTIONS(4357), - [anon_sym_is] = ACTIONS(4355), - [anon_sym_BANGis] = ACTIONS(4357), - [anon_sym_PLUS] = ACTIONS(4355), - [anon_sym_DASH] = ACTIONS(4355), - [anon_sym_SLASH] = ACTIONS(4355), - [anon_sym_PERCENT] = ACTIONS(4355), - [anon_sym_as_QMARK] = ACTIONS(4357), - [anon_sym_PLUS_PLUS] = ACTIONS(4357), - [anon_sym_DASH_DASH] = ACTIONS(4357), - [anon_sym_BANG_BANG] = ACTIONS(4357), - [anon_sym_suspend] = ACTIONS(4355), - [anon_sym_sealed] = ACTIONS(4355), - [anon_sym_annotation] = ACTIONS(4355), - [anon_sym_data] = ACTIONS(4355), - [anon_sym_inner] = ACTIONS(4355), - [anon_sym_value] = ACTIONS(4355), - [anon_sym_override] = ACTIONS(4355), - [anon_sym_lateinit] = ACTIONS(4355), - [anon_sym_public] = ACTIONS(4355), - [anon_sym_private] = ACTIONS(4355), - [anon_sym_internal] = ACTIONS(4355), - [anon_sym_protected] = ACTIONS(4355), - [anon_sym_tailrec] = ACTIONS(4355), - [anon_sym_operator] = ACTIONS(4355), - [anon_sym_infix] = ACTIONS(4355), - [anon_sym_inline] = ACTIONS(4355), - [anon_sym_external] = ACTIONS(4355), - [sym_property_modifier] = ACTIONS(4355), - [anon_sym_abstract] = ACTIONS(4355), - [anon_sym_final] = ACTIONS(4355), - [anon_sym_open] = ACTIONS(4355), - [anon_sym_vararg] = ACTIONS(4355), - [anon_sym_noinline] = ACTIONS(4355), - [anon_sym_crossinline] = ACTIONS(4355), - [anon_sym_expect] = ACTIONS(4355), - [anon_sym_actual] = ACTIONS(4355), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4357), - [sym_safe_nav] = ACTIONS(4357), - [sym_multiline_comment] = ACTIONS(3), + [3222] = { + [sym__alpha_identifier] = ACTIONS(5056), + [anon_sym_AT] = ACTIONS(5058), + [anon_sym_LBRACK] = ACTIONS(5058), + [anon_sym_as] = ACTIONS(5056), + [anon_sym_EQ] = ACTIONS(5056), + [anon_sym_LBRACE] = ACTIONS(5058), + [anon_sym_RBRACE] = ACTIONS(5058), + [anon_sym_LPAREN] = ACTIONS(5058), + [anon_sym_COMMA] = ACTIONS(5058), + [anon_sym_LT] = ACTIONS(5056), + [anon_sym_GT] = ACTIONS(5056), + [anon_sym_where] = ACTIONS(5056), + [anon_sym_object] = ACTIONS(5056), + [anon_sym_fun] = ACTIONS(5056), + [anon_sym_DOT] = ACTIONS(5056), + [anon_sym_SEMI] = ACTIONS(5058), + [anon_sym_get] = ACTIONS(5056), + [anon_sym_set] = ACTIONS(5056), + [anon_sym_this] = ACTIONS(5056), + [anon_sym_super] = ACTIONS(5056), + [anon_sym_STAR] = ACTIONS(5056), + [sym_label] = ACTIONS(5056), + [anon_sym_in] = ACTIONS(5056), + [anon_sym_DOT_DOT] = ACTIONS(5058), + [anon_sym_QMARK_COLON] = ACTIONS(5058), + [anon_sym_AMP_AMP] = ACTIONS(5058), + [anon_sym_PIPE_PIPE] = ACTIONS(5058), + [anon_sym_null] = ACTIONS(5056), + [anon_sym_if] = ACTIONS(5056), + [anon_sym_else] = ACTIONS(5056), + [anon_sym_when] = ACTIONS(5056), + [anon_sym_try] = ACTIONS(5056), + [anon_sym_throw] = ACTIONS(5056), + [anon_sym_return] = ACTIONS(5056), + [anon_sym_continue] = ACTIONS(5056), + [anon_sym_break] = ACTIONS(5056), + [anon_sym_COLON_COLON] = ACTIONS(5058), + [anon_sym_PLUS_EQ] = ACTIONS(5058), + [anon_sym_DASH_EQ] = ACTIONS(5058), + [anon_sym_STAR_EQ] = ACTIONS(5058), + [anon_sym_SLASH_EQ] = ACTIONS(5058), + [anon_sym_PERCENT_EQ] = ACTIONS(5058), + [anon_sym_BANG_EQ] = ACTIONS(5056), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5058), + [anon_sym_EQ_EQ] = ACTIONS(5056), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5058), + [anon_sym_LT_EQ] = ACTIONS(5058), + [anon_sym_GT_EQ] = ACTIONS(5058), + [anon_sym_BANGin] = ACTIONS(5058), + [anon_sym_is] = ACTIONS(5056), + [anon_sym_BANGis] = ACTIONS(5058), + [anon_sym_PLUS] = ACTIONS(5056), + [anon_sym_DASH] = ACTIONS(5056), + [anon_sym_SLASH] = ACTIONS(5056), + [anon_sym_PERCENT] = ACTIONS(5056), + [anon_sym_as_QMARK] = ACTIONS(5058), + [anon_sym_PLUS_PLUS] = ACTIONS(5058), + [anon_sym_DASH_DASH] = ACTIONS(5058), + [anon_sym_BANG] = ACTIONS(5056), + [anon_sym_BANG_BANG] = ACTIONS(5058), + [anon_sym_data] = ACTIONS(5056), + [anon_sym_inner] = ACTIONS(5056), + [anon_sym_value] = ACTIONS(5056), + [anon_sym_expect] = ACTIONS(5056), + [anon_sym_actual] = ACTIONS(5056), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5058), + [anon_sym_continue_AT] = ACTIONS(5058), + [anon_sym_break_AT] = ACTIONS(5058), + [anon_sym_this_AT] = ACTIONS(5058), + [anon_sym_super_AT] = ACTIONS(5058), + [sym_real_literal] = ACTIONS(5058), + [sym_integer_literal] = ACTIONS(5056), + [sym_hex_literal] = ACTIONS(5058), + [sym_bin_literal] = ACTIONS(5058), + [anon_sym_true] = ACTIONS(5056), + [anon_sym_false] = ACTIONS(5056), + [anon_sym_SQUOTE] = ACTIONS(5058), + [sym__backtick_identifier] = ACTIONS(5058), + [sym__automatic_semicolon] = ACTIONS(5058), + [sym_safe_nav] = ACTIONS(5058), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5058), }, - [3347] = { - [sym_catch_block] = STATE(3347), - [aux_sym_try_expression_repeat1] = STATE(3347), - [sym__alpha_identifier] = ACTIONS(4130), - [anon_sym_AT] = ACTIONS(4132), - [anon_sym_LBRACK] = ACTIONS(4132), - [anon_sym_as] = ACTIONS(4130), - [anon_sym_EQ] = ACTIONS(4130), - [anon_sym_LBRACE] = ACTIONS(4132), - [anon_sym_RBRACE] = ACTIONS(4132), - [anon_sym_LPAREN] = ACTIONS(4132), - [anon_sym_COMMA] = ACTIONS(4132), - [anon_sym_LT] = ACTIONS(4130), - [anon_sym_GT] = ACTIONS(4130), - [anon_sym_where] = ACTIONS(4130), - [anon_sym_DOT] = ACTIONS(4130), - [anon_sym_SEMI] = ACTIONS(4132), - [anon_sym_get] = ACTIONS(4130), - [anon_sym_set] = ACTIONS(4130), - [anon_sym_STAR] = ACTIONS(4130), - [sym_label] = ACTIONS(4132), - [anon_sym_in] = ACTIONS(4130), - [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(4130), - [anon_sym_catch] = ACTIONS(6806), - [anon_sym_finally] = ACTIONS(4130), - [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(4130), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4132), - [anon_sym_EQ_EQ] = ACTIONS(4130), - [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(4130), - [anon_sym_BANGis] = ACTIONS(4132), - [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(4132), - [anon_sym_PLUS_PLUS] = ACTIONS(4132), - [anon_sym_DASH_DASH] = ACTIONS(4132), - [anon_sym_BANG_BANG] = ACTIONS(4132), - [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_value] = 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(4132), - [sym__automatic_semicolon] = ACTIONS(4132), - [sym_safe_nav] = ACTIONS(4132), + [3223] = { + [sym__alpha_identifier] = ACTIONS(123), + [anon_sym_AT] = ACTIONS(121), + [anon_sym_LBRACK] = ACTIONS(121), + [anon_sym_as] = ACTIONS(123), + [anon_sym_EQ] = ACTIONS(123), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_RBRACE] = ACTIONS(121), + [anon_sym_LPAREN] = ACTIONS(121), + [anon_sym_COMMA] = ACTIONS(121), + [anon_sym_LT] = ACTIONS(123), + [anon_sym_GT] = ACTIONS(123), + [anon_sym_where] = ACTIONS(123), + [anon_sym_object] = ACTIONS(123), + [anon_sym_fun] = ACTIONS(123), + [anon_sym_DOT] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(121), + [anon_sym_get] = ACTIONS(123), + [anon_sym_set] = ACTIONS(123), + [anon_sym_this] = ACTIONS(123), + [anon_sym_super] = ACTIONS(123), + [anon_sym_STAR] = ACTIONS(123), + [sym_label] = ACTIONS(123), + [anon_sym_in] = ACTIONS(123), + [anon_sym_DOT_DOT] = ACTIONS(121), + [anon_sym_QMARK_COLON] = ACTIONS(121), + [anon_sym_AMP_AMP] = ACTIONS(121), + [anon_sym_PIPE_PIPE] = ACTIONS(121), + [anon_sym_null] = ACTIONS(123), + [anon_sym_if] = ACTIONS(123), + [anon_sym_else] = ACTIONS(123), + [anon_sym_when] = ACTIONS(123), + [anon_sym_try] = ACTIONS(123), + [anon_sym_throw] = ACTIONS(123), + [anon_sym_return] = ACTIONS(123), + [anon_sym_continue] = ACTIONS(123), + [anon_sym_break] = ACTIONS(123), + [anon_sym_COLON_COLON] = ACTIONS(121), + [anon_sym_PLUS_EQ] = ACTIONS(121), + [anon_sym_DASH_EQ] = ACTIONS(121), + [anon_sym_STAR_EQ] = ACTIONS(121), + [anon_sym_SLASH_EQ] = ACTIONS(121), + [anon_sym_PERCENT_EQ] = ACTIONS(121), + [anon_sym_BANG_EQ] = ACTIONS(123), + [anon_sym_BANG_EQ_EQ] = ACTIONS(121), + [anon_sym_EQ_EQ] = ACTIONS(123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(121), + [anon_sym_LT_EQ] = ACTIONS(121), + [anon_sym_GT_EQ] = ACTIONS(121), + [anon_sym_BANGin] = ACTIONS(121), + [anon_sym_is] = ACTIONS(123), + [anon_sym_BANGis] = ACTIONS(121), + [anon_sym_PLUS] = ACTIONS(123), + [anon_sym_DASH] = ACTIONS(123), + [anon_sym_SLASH] = ACTIONS(123), + [anon_sym_PERCENT] = ACTIONS(123), + [anon_sym_as_QMARK] = ACTIONS(121), + [anon_sym_PLUS_PLUS] = ACTIONS(121), + [anon_sym_DASH_DASH] = ACTIONS(121), + [anon_sym_BANG] = ACTIONS(123), + [anon_sym_BANG_BANG] = ACTIONS(121), + [anon_sym_data] = ACTIONS(123), + [anon_sym_inner] = ACTIONS(123), + [anon_sym_value] = ACTIONS(123), + [anon_sym_expect] = ACTIONS(123), + [anon_sym_actual] = ACTIONS(123), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(121), + [anon_sym_continue_AT] = ACTIONS(121), + [anon_sym_break_AT] = ACTIONS(121), + [anon_sym_this_AT] = ACTIONS(121), + [anon_sym_super_AT] = ACTIONS(121), + [sym_real_literal] = ACTIONS(121), + [sym_integer_literal] = ACTIONS(123), + [sym_hex_literal] = ACTIONS(121), + [sym_bin_literal] = ACTIONS(121), + [anon_sym_true] = ACTIONS(123), + [anon_sym_false] = ACTIONS(123), + [anon_sym_SQUOTE] = ACTIONS(121), + [sym__backtick_identifier] = ACTIONS(121), + [sym__automatic_semicolon] = ACTIONS(121), + [sym_safe_nav] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(121), }, - [3348] = { - [sym__alpha_identifier] = ACTIONS(4702), - [anon_sym_AT] = ACTIONS(4704), - [anon_sym_LBRACK] = ACTIONS(4704), - [anon_sym_RBRACK] = ACTIONS(4704), - [anon_sym_as] = ACTIONS(4702), - [anon_sym_EQ] = ACTIONS(4702), - [anon_sym_LBRACE] = ACTIONS(4704), - [anon_sym_RBRACE] = ACTIONS(4704), - [anon_sym_LPAREN] = ACTIONS(4704), - [anon_sym_COMMA] = ACTIONS(4704), - [anon_sym_RPAREN] = ACTIONS(4704), - [anon_sym_by] = ACTIONS(4702), - [anon_sym_LT] = ACTIONS(4702), - [anon_sym_GT] = ACTIONS(4702), - [anon_sym_where] = ACTIONS(4702), - [anon_sym_DOT] = ACTIONS(4702), - [anon_sym_SEMI] = ACTIONS(4704), - [anon_sym_get] = ACTIONS(4702), - [anon_sym_set] = ACTIONS(4702), - [anon_sym_STAR] = ACTIONS(4702), - [anon_sym_DASH_GT] = ACTIONS(4704), - [sym_label] = ACTIONS(4704), - [anon_sym_in] = ACTIONS(4702), - [anon_sym_while] = ACTIONS(4702), - [anon_sym_DOT_DOT] = ACTIONS(4704), - [anon_sym_QMARK_COLON] = ACTIONS(4704), - [anon_sym_AMP_AMP] = ACTIONS(4704), - [anon_sym_PIPE_PIPE] = ACTIONS(4704), - [anon_sym_else] = ACTIONS(4702), - [anon_sym_COLON_COLON] = ACTIONS(4704), - [anon_sym_PLUS_EQ] = ACTIONS(4704), - [anon_sym_DASH_EQ] = ACTIONS(4704), - [anon_sym_STAR_EQ] = ACTIONS(4704), - [anon_sym_SLASH_EQ] = ACTIONS(4704), - [anon_sym_PERCENT_EQ] = ACTIONS(4704), - [anon_sym_BANG_EQ] = ACTIONS(4702), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4704), - [anon_sym_EQ_EQ] = ACTIONS(4702), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4704), - [anon_sym_LT_EQ] = ACTIONS(4704), - [anon_sym_GT_EQ] = ACTIONS(4704), - [anon_sym_BANGin] = ACTIONS(4704), - [anon_sym_is] = ACTIONS(4702), - [anon_sym_BANGis] = ACTIONS(4704), - [anon_sym_PLUS] = ACTIONS(4702), - [anon_sym_DASH] = ACTIONS(4702), - [anon_sym_SLASH] = ACTIONS(4702), - [anon_sym_PERCENT] = ACTIONS(4702), - [anon_sym_as_QMARK] = ACTIONS(4704), - [anon_sym_PLUS_PLUS] = ACTIONS(4704), - [anon_sym_DASH_DASH] = ACTIONS(4704), - [anon_sym_BANG_BANG] = ACTIONS(4704), - [anon_sym_suspend] = ACTIONS(4702), - [anon_sym_sealed] = ACTIONS(4702), - [anon_sym_annotation] = ACTIONS(4702), - [anon_sym_data] = ACTIONS(4702), - [anon_sym_inner] = ACTIONS(4702), - [anon_sym_value] = ACTIONS(4702), - [anon_sym_override] = ACTIONS(4702), - [anon_sym_lateinit] = ACTIONS(4702), - [anon_sym_public] = ACTIONS(4702), - [anon_sym_private] = ACTIONS(4702), - [anon_sym_internal] = ACTIONS(4702), - [anon_sym_protected] = ACTIONS(4702), - [anon_sym_tailrec] = ACTIONS(4702), - [anon_sym_operator] = ACTIONS(4702), - [anon_sym_infix] = ACTIONS(4702), - [anon_sym_inline] = ACTIONS(4702), - [anon_sym_external] = ACTIONS(4702), - [sym_property_modifier] = ACTIONS(4702), - [anon_sym_abstract] = ACTIONS(4702), - [anon_sym_final] = ACTIONS(4702), - [anon_sym_open] = ACTIONS(4702), - [anon_sym_vararg] = ACTIONS(4702), - [anon_sym_noinline] = ACTIONS(4702), - [anon_sym_crossinline] = ACTIONS(4702), - [anon_sym_expect] = ACTIONS(4702), - [anon_sym_actual] = ACTIONS(4702), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4704), - [sym_safe_nav] = ACTIONS(4704), - [sym_multiline_comment] = ACTIONS(3), + [3224] = { + [sym__alpha_identifier] = ACTIONS(5064), + [anon_sym_AT] = ACTIONS(5066), + [anon_sym_LBRACK] = ACTIONS(5066), + [anon_sym_as] = ACTIONS(5064), + [anon_sym_EQ] = ACTIONS(5064), + [anon_sym_LBRACE] = ACTIONS(5066), + [anon_sym_RBRACE] = ACTIONS(5066), + [anon_sym_LPAREN] = ACTIONS(5066), + [anon_sym_COMMA] = ACTIONS(5066), + [anon_sym_LT] = ACTIONS(5064), + [anon_sym_GT] = ACTIONS(5064), + [anon_sym_where] = ACTIONS(5064), + [anon_sym_object] = ACTIONS(5064), + [anon_sym_fun] = ACTIONS(5064), + [anon_sym_DOT] = ACTIONS(5064), + [anon_sym_SEMI] = ACTIONS(5066), + [anon_sym_get] = ACTIONS(5064), + [anon_sym_set] = ACTIONS(5064), + [anon_sym_this] = ACTIONS(5064), + [anon_sym_super] = ACTIONS(5064), + [anon_sym_STAR] = ACTIONS(5064), + [sym_label] = ACTIONS(5064), + [anon_sym_in] = ACTIONS(5064), + [anon_sym_DOT_DOT] = ACTIONS(5066), + [anon_sym_QMARK_COLON] = ACTIONS(5066), + [anon_sym_AMP_AMP] = ACTIONS(5066), + [anon_sym_PIPE_PIPE] = ACTIONS(5066), + [anon_sym_null] = ACTIONS(5064), + [anon_sym_if] = ACTIONS(5064), + [anon_sym_else] = ACTIONS(5064), + [anon_sym_when] = ACTIONS(5064), + [anon_sym_try] = ACTIONS(5064), + [anon_sym_throw] = ACTIONS(5064), + [anon_sym_return] = ACTIONS(5064), + [anon_sym_continue] = ACTIONS(5064), + [anon_sym_break] = ACTIONS(5064), + [anon_sym_COLON_COLON] = ACTIONS(5066), + [anon_sym_PLUS_EQ] = ACTIONS(5066), + [anon_sym_DASH_EQ] = ACTIONS(5066), + [anon_sym_STAR_EQ] = ACTIONS(5066), + [anon_sym_SLASH_EQ] = ACTIONS(5066), + [anon_sym_PERCENT_EQ] = ACTIONS(5066), + [anon_sym_BANG_EQ] = ACTIONS(5064), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5066), + [anon_sym_EQ_EQ] = ACTIONS(5064), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5066), + [anon_sym_LT_EQ] = ACTIONS(5066), + [anon_sym_GT_EQ] = ACTIONS(5066), + [anon_sym_BANGin] = ACTIONS(5066), + [anon_sym_is] = ACTIONS(5064), + [anon_sym_BANGis] = ACTIONS(5066), + [anon_sym_PLUS] = ACTIONS(5064), + [anon_sym_DASH] = ACTIONS(5064), + [anon_sym_SLASH] = ACTIONS(5064), + [anon_sym_PERCENT] = ACTIONS(5064), + [anon_sym_as_QMARK] = ACTIONS(5066), + [anon_sym_PLUS_PLUS] = ACTIONS(5066), + [anon_sym_DASH_DASH] = ACTIONS(5066), + [anon_sym_BANG] = ACTIONS(5064), + [anon_sym_BANG_BANG] = ACTIONS(5066), + [anon_sym_data] = ACTIONS(5064), + [anon_sym_inner] = ACTIONS(5064), + [anon_sym_value] = ACTIONS(5064), + [anon_sym_expect] = ACTIONS(5064), + [anon_sym_actual] = ACTIONS(5064), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5066), + [anon_sym_continue_AT] = ACTIONS(5066), + [anon_sym_break_AT] = ACTIONS(5066), + [anon_sym_this_AT] = ACTIONS(5066), + [anon_sym_super_AT] = ACTIONS(5066), + [sym_real_literal] = ACTIONS(5066), + [sym_integer_literal] = ACTIONS(5064), + [sym_hex_literal] = ACTIONS(5066), + [sym_bin_literal] = ACTIONS(5066), + [anon_sym_true] = ACTIONS(5064), + [anon_sym_false] = ACTIONS(5064), + [anon_sym_SQUOTE] = ACTIONS(5066), + [sym__backtick_identifier] = ACTIONS(5066), + [sym__automatic_semicolon] = ACTIONS(5066), + [sym_safe_nav] = ACTIONS(5066), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5066), }, - [3349] = { - [sym_type_constraints] = STATE(3633), - [sym_function_body] = STATE(3982), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_COLON] = ACTIONS(6809), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), + [3225] = { + [sym_function_body] = STATE(3262), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), }, - [3350] = { - [sym_type_constraints] = STATE(3647), - [sym_function_body] = STATE(3916), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_COLON] = ACTIONS(6811), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), + [3226] = { + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(4145), + [anon_sym_LBRACE] = ACTIONS(4147), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(4145), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), }, - [3351] = { - [sym_enum_class_body] = STATE(3466), - [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(5486), - [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_value] = 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), + [3227] = { + [sym_class_body] = STATE(3540), + [sym_type_constraints] = STATE(3307), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_RBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_RPAREN] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [anon_sym_DASH_GT] = ACTIONS(4214), + [sym_label] = ACTIONS(4214), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_while] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), [sym_multiline_comment] = ACTIONS(3), }, - [3352] = { - [sym_class_body] = STATE(3539), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_RBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [anon_sym_DASH_GT] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), + [3228] = { + [sym__alpha_identifier] = ACTIONS(5072), + [anon_sym_AT] = ACTIONS(5074), + [anon_sym_LBRACK] = ACTIONS(5074), + [anon_sym_as] = ACTIONS(5072), + [anon_sym_EQ] = ACTIONS(5072), + [anon_sym_LBRACE] = ACTIONS(5074), + [anon_sym_RBRACE] = ACTIONS(5074), + [anon_sym_LPAREN] = ACTIONS(5074), + [anon_sym_COMMA] = ACTIONS(5074), + [anon_sym_LT] = ACTIONS(5072), + [anon_sym_GT] = ACTIONS(5072), + [anon_sym_where] = ACTIONS(5072), + [anon_sym_object] = ACTIONS(5072), + [anon_sym_fun] = ACTIONS(5072), + [anon_sym_DOT] = ACTIONS(5072), + [anon_sym_SEMI] = ACTIONS(5074), + [anon_sym_get] = ACTIONS(5072), + [anon_sym_set] = ACTIONS(5072), + [anon_sym_this] = ACTIONS(5072), + [anon_sym_super] = ACTIONS(5072), + [anon_sym_STAR] = ACTIONS(5072), + [sym_label] = ACTIONS(5072), + [anon_sym_in] = ACTIONS(5072), + [anon_sym_DOT_DOT] = ACTIONS(5074), + [anon_sym_QMARK_COLON] = ACTIONS(5074), + [anon_sym_AMP_AMP] = ACTIONS(5074), + [anon_sym_PIPE_PIPE] = ACTIONS(5074), + [anon_sym_null] = ACTIONS(5072), + [anon_sym_if] = ACTIONS(5072), + [anon_sym_else] = ACTIONS(5072), + [anon_sym_when] = ACTIONS(5072), + [anon_sym_try] = ACTIONS(5072), + [anon_sym_throw] = ACTIONS(5072), + [anon_sym_return] = ACTIONS(5072), + [anon_sym_continue] = ACTIONS(5072), + [anon_sym_break] = ACTIONS(5072), + [anon_sym_COLON_COLON] = ACTIONS(5074), + [anon_sym_PLUS_EQ] = ACTIONS(5074), + [anon_sym_DASH_EQ] = ACTIONS(5074), + [anon_sym_STAR_EQ] = ACTIONS(5074), + [anon_sym_SLASH_EQ] = ACTIONS(5074), + [anon_sym_PERCENT_EQ] = ACTIONS(5074), + [anon_sym_BANG_EQ] = ACTIONS(5072), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5074), + [anon_sym_EQ_EQ] = ACTIONS(5072), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5074), + [anon_sym_LT_EQ] = ACTIONS(5074), + [anon_sym_GT_EQ] = ACTIONS(5074), + [anon_sym_BANGin] = ACTIONS(5074), + [anon_sym_is] = ACTIONS(5072), + [anon_sym_BANGis] = ACTIONS(5074), + [anon_sym_PLUS] = ACTIONS(5072), + [anon_sym_DASH] = ACTIONS(5072), + [anon_sym_SLASH] = ACTIONS(5072), + [anon_sym_PERCENT] = ACTIONS(5072), + [anon_sym_as_QMARK] = ACTIONS(5074), + [anon_sym_PLUS_PLUS] = ACTIONS(5074), + [anon_sym_DASH_DASH] = ACTIONS(5074), + [anon_sym_BANG] = ACTIONS(5072), + [anon_sym_BANG_BANG] = ACTIONS(5074), + [anon_sym_data] = ACTIONS(5072), + [anon_sym_inner] = ACTIONS(5072), + [anon_sym_value] = ACTIONS(5072), + [anon_sym_expect] = ACTIONS(5072), + [anon_sym_actual] = ACTIONS(5072), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5074), + [anon_sym_continue_AT] = ACTIONS(5074), + [anon_sym_break_AT] = ACTIONS(5074), + [anon_sym_this_AT] = ACTIONS(5074), + [anon_sym_super_AT] = ACTIONS(5074), + [sym_real_literal] = ACTIONS(5074), + [sym_integer_literal] = ACTIONS(5072), + [sym_hex_literal] = ACTIONS(5074), + [sym_bin_literal] = ACTIONS(5074), + [anon_sym_true] = ACTIONS(5072), + [anon_sym_false] = ACTIONS(5072), + [anon_sym_SQUOTE] = ACTIONS(5074), + [sym__backtick_identifier] = ACTIONS(5074), + [sym__automatic_semicolon] = ACTIONS(5074), + [sym_safe_nav] = ACTIONS(5074), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5074), }, - [3353] = { - [sym__alpha_identifier] = ACTIONS(4543), - [anon_sym_AT] = ACTIONS(4545), - [anon_sym_COLON] = ACTIONS(4543), - [anon_sym_LBRACK] = ACTIONS(4545), - [anon_sym_RBRACK] = ACTIONS(4545), - [anon_sym_as] = ACTIONS(4543), - [anon_sym_EQ] = ACTIONS(4543), - [anon_sym_LBRACE] = ACTIONS(4545), - [anon_sym_RBRACE] = ACTIONS(4545), - [anon_sym_LPAREN] = ACTIONS(4545), - [anon_sym_COMMA] = ACTIONS(4545), - [anon_sym_RPAREN] = ACTIONS(4545), - [anon_sym_LT] = ACTIONS(4543), - [anon_sym_GT] = ACTIONS(4543), - [anon_sym_where] = ACTIONS(4543), - [anon_sym_DOT] = ACTIONS(4543), - [anon_sym_SEMI] = ACTIONS(4545), - [anon_sym_get] = ACTIONS(4543), - [anon_sym_set] = ACTIONS(4543), - [anon_sym_STAR] = ACTIONS(4543), - [anon_sym_DASH_GT] = ACTIONS(4545), - [sym_label] = ACTIONS(4545), - [anon_sym_in] = ACTIONS(4543), - [anon_sym_while] = ACTIONS(4543), - [anon_sym_DOT_DOT] = ACTIONS(4545), - [anon_sym_QMARK_COLON] = ACTIONS(4545), - [anon_sym_AMP_AMP] = ACTIONS(4545), - [anon_sym_PIPE_PIPE] = ACTIONS(4545), - [anon_sym_else] = ACTIONS(4543), - [anon_sym_COLON_COLON] = ACTIONS(4545), - [anon_sym_PLUS_EQ] = ACTIONS(4545), - [anon_sym_DASH_EQ] = ACTIONS(4545), - [anon_sym_STAR_EQ] = ACTIONS(4545), - [anon_sym_SLASH_EQ] = ACTIONS(4545), - [anon_sym_PERCENT_EQ] = ACTIONS(4545), - [anon_sym_BANG_EQ] = ACTIONS(4543), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4545), - [anon_sym_EQ_EQ] = ACTIONS(4543), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4545), - [anon_sym_LT_EQ] = ACTIONS(4545), - [anon_sym_GT_EQ] = ACTIONS(4545), - [anon_sym_BANGin] = ACTIONS(4545), - [anon_sym_is] = ACTIONS(4543), - [anon_sym_BANGis] = ACTIONS(4545), - [anon_sym_PLUS] = ACTIONS(4543), - [anon_sym_DASH] = ACTIONS(4543), - [anon_sym_SLASH] = ACTIONS(4543), - [anon_sym_PERCENT] = ACTIONS(4543), - [anon_sym_as_QMARK] = ACTIONS(4545), - [anon_sym_PLUS_PLUS] = ACTIONS(4545), - [anon_sym_DASH_DASH] = ACTIONS(4545), - [anon_sym_BANG_BANG] = ACTIONS(4545), - [anon_sym_suspend] = ACTIONS(4543), - [anon_sym_sealed] = ACTIONS(4543), - [anon_sym_annotation] = ACTIONS(4543), - [anon_sym_data] = ACTIONS(4543), - [anon_sym_inner] = ACTIONS(4543), - [anon_sym_value] = ACTIONS(4543), - [anon_sym_override] = ACTIONS(4543), - [anon_sym_lateinit] = ACTIONS(4543), - [anon_sym_public] = ACTIONS(4543), - [anon_sym_private] = ACTIONS(4543), - [anon_sym_internal] = ACTIONS(4543), - [anon_sym_protected] = ACTIONS(4543), - [anon_sym_tailrec] = ACTIONS(4543), - [anon_sym_operator] = ACTIONS(4543), - [anon_sym_infix] = ACTIONS(4543), - [anon_sym_inline] = ACTIONS(4543), - [anon_sym_external] = ACTIONS(4543), - [sym_property_modifier] = ACTIONS(4543), - [anon_sym_abstract] = ACTIONS(4543), - [anon_sym_final] = ACTIONS(4543), - [anon_sym_open] = ACTIONS(4543), - [anon_sym_vararg] = ACTIONS(4543), - [anon_sym_noinline] = ACTIONS(4543), - [anon_sym_crossinline] = ACTIONS(4543), - [anon_sym_expect] = ACTIONS(4543), - [anon_sym_actual] = ACTIONS(4543), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4545), - [sym_safe_nav] = ACTIONS(4545), - [sym_multiline_comment] = ACTIONS(3), + [3229] = { + [sym__alpha_identifier] = ACTIONS(5076), + [anon_sym_AT] = ACTIONS(5078), + [anon_sym_LBRACK] = ACTIONS(5078), + [anon_sym_as] = ACTIONS(5076), + [anon_sym_EQ] = ACTIONS(5076), + [anon_sym_LBRACE] = ACTIONS(5078), + [anon_sym_RBRACE] = ACTIONS(5078), + [anon_sym_LPAREN] = ACTIONS(5078), + [anon_sym_COMMA] = ACTIONS(5078), + [anon_sym_LT] = ACTIONS(5076), + [anon_sym_GT] = ACTIONS(5076), + [anon_sym_where] = ACTIONS(5076), + [anon_sym_object] = ACTIONS(5076), + [anon_sym_fun] = ACTIONS(5076), + [anon_sym_DOT] = ACTIONS(5076), + [anon_sym_SEMI] = ACTIONS(5078), + [anon_sym_get] = ACTIONS(5076), + [anon_sym_set] = ACTIONS(5076), + [anon_sym_this] = ACTIONS(5076), + [anon_sym_super] = ACTIONS(5076), + [anon_sym_STAR] = ACTIONS(5076), + [sym_label] = ACTIONS(5076), + [anon_sym_in] = ACTIONS(5076), + [anon_sym_DOT_DOT] = ACTIONS(5078), + [anon_sym_QMARK_COLON] = ACTIONS(5078), + [anon_sym_AMP_AMP] = ACTIONS(5078), + [anon_sym_PIPE_PIPE] = ACTIONS(5078), + [anon_sym_null] = ACTIONS(5076), + [anon_sym_if] = ACTIONS(5076), + [anon_sym_else] = ACTIONS(5076), + [anon_sym_when] = ACTIONS(5076), + [anon_sym_try] = ACTIONS(5076), + [anon_sym_throw] = ACTIONS(5076), + [anon_sym_return] = ACTIONS(5076), + [anon_sym_continue] = ACTIONS(5076), + [anon_sym_break] = ACTIONS(5076), + [anon_sym_COLON_COLON] = ACTIONS(5078), + [anon_sym_PLUS_EQ] = ACTIONS(5078), + [anon_sym_DASH_EQ] = ACTIONS(5078), + [anon_sym_STAR_EQ] = ACTIONS(5078), + [anon_sym_SLASH_EQ] = ACTIONS(5078), + [anon_sym_PERCENT_EQ] = ACTIONS(5078), + [anon_sym_BANG_EQ] = ACTIONS(5076), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5078), + [anon_sym_EQ_EQ] = ACTIONS(5076), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5078), + [anon_sym_LT_EQ] = ACTIONS(5078), + [anon_sym_GT_EQ] = ACTIONS(5078), + [anon_sym_BANGin] = ACTIONS(5078), + [anon_sym_is] = ACTIONS(5076), + [anon_sym_BANGis] = ACTIONS(5078), + [anon_sym_PLUS] = ACTIONS(5076), + [anon_sym_DASH] = ACTIONS(5076), + [anon_sym_SLASH] = ACTIONS(5076), + [anon_sym_PERCENT] = ACTIONS(5076), + [anon_sym_as_QMARK] = ACTIONS(5078), + [anon_sym_PLUS_PLUS] = ACTIONS(5078), + [anon_sym_DASH_DASH] = ACTIONS(5078), + [anon_sym_BANG] = ACTIONS(5076), + [anon_sym_BANG_BANG] = ACTIONS(5078), + [anon_sym_data] = ACTIONS(5076), + [anon_sym_inner] = ACTIONS(5076), + [anon_sym_value] = ACTIONS(5076), + [anon_sym_expect] = ACTIONS(5076), + [anon_sym_actual] = ACTIONS(5076), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5078), + [anon_sym_continue_AT] = ACTIONS(5078), + [anon_sym_break_AT] = ACTIONS(5078), + [anon_sym_this_AT] = ACTIONS(5078), + [anon_sym_super_AT] = ACTIONS(5078), + [sym_real_literal] = ACTIONS(5078), + [sym_integer_literal] = ACTIONS(5076), + [sym_hex_literal] = ACTIONS(5078), + [sym_bin_literal] = ACTIONS(5078), + [anon_sym_true] = ACTIONS(5076), + [anon_sym_false] = ACTIONS(5076), + [anon_sym_SQUOTE] = ACTIONS(5078), + [sym__backtick_identifier] = ACTIONS(5078), + [sym__automatic_semicolon] = ACTIONS(5078), + [sym_safe_nav] = ACTIONS(5078), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5078), }, - [3354] = { - [sym_class_body] = STATE(3470), - [sym__alpha_identifier] = ACTIONS(4652), - [anon_sym_AT] = ACTIONS(4654), - [anon_sym_LBRACK] = ACTIONS(4654), - [anon_sym_RBRACK] = ACTIONS(4654), - [anon_sym_as] = ACTIONS(4652), - [anon_sym_EQ] = ACTIONS(4652), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4654), - [anon_sym_LPAREN] = ACTIONS(4654), - [anon_sym_COMMA] = ACTIONS(4654), - [anon_sym_RPAREN] = ACTIONS(4654), - [anon_sym_LT] = ACTIONS(4652), - [anon_sym_GT] = ACTIONS(4652), - [anon_sym_where] = ACTIONS(4652), - [anon_sym_DOT] = ACTIONS(4652), - [anon_sym_SEMI] = ACTIONS(4654), - [anon_sym_get] = ACTIONS(4652), - [anon_sym_set] = ACTIONS(4652), - [anon_sym_STAR] = ACTIONS(4652), - [anon_sym_DASH_GT] = ACTIONS(4654), - [sym_label] = ACTIONS(4654), - [anon_sym_in] = ACTIONS(4652), - [anon_sym_while] = ACTIONS(4652), - [anon_sym_DOT_DOT] = ACTIONS(4654), - [anon_sym_QMARK_COLON] = ACTIONS(4654), - [anon_sym_AMP_AMP] = ACTIONS(4654), - [anon_sym_PIPE_PIPE] = ACTIONS(4654), - [anon_sym_else] = ACTIONS(4652), - [anon_sym_COLON_COLON] = ACTIONS(4654), - [anon_sym_PLUS_EQ] = ACTIONS(4654), - [anon_sym_DASH_EQ] = ACTIONS(4654), - [anon_sym_STAR_EQ] = ACTIONS(4654), - [anon_sym_SLASH_EQ] = ACTIONS(4654), - [anon_sym_PERCENT_EQ] = ACTIONS(4654), - [anon_sym_BANG_EQ] = ACTIONS(4652), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4654), - [anon_sym_EQ_EQ] = ACTIONS(4652), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4654), - [anon_sym_LT_EQ] = ACTIONS(4654), - [anon_sym_GT_EQ] = ACTIONS(4654), - [anon_sym_BANGin] = ACTIONS(4654), - [anon_sym_is] = ACTIONS(4652), - [anon_sym_BANGis] = ACTIONS(4654), - [anon_sym_PLUS] = ACTIONS(4652), - [anon_sym_DASH] = ACTIONS(4652), - [anon_sym_SLASH] = ACTIONS(4652), - [anon_sym_PERCENT] = ACTIONS(4652), - [anon_sym_as_QMARK] = ACTIONS(4654), - [anon_sym_PLUS_PLUS] = ACTIONS(4654), - [anon_sym_DASH_DASH] = ACTIONS(4654), - [anon_sym_BANG_BANG] = ACTIONS(4654), - [anon_sym_suspend] = ACTIONS(4652), - [anon_sym_sealed] = ACTIONS(4652), - [anon_sym_annotation] = ACTIONS(4652), - [anon_sym_data] = ACTIONS(4652), - [anon_sym_inner] = ACTIONS(4652), - [anon_sym_value] = ACTIONS(4652), - [anon_sym_override] = ACTIONS(4652), - [anon_sym_lateinit] = ACTIONS(4652), - [anon_sym_public] = ACTIONS(4652), - [anon_sym_private] = ACTIONS(4652), - [anon_sym_internal] = ACTIONS(4652), - [anon_sym_protected] = ACTIONS(4652), - [anon_sym_tailrec] = ACTIONS(4652), - [anon_sym_operator] = ACTIONS(4652), - [anon_sym_infix] = ACTIONS(4652), - [anon_sym_inline] = ACTIONS(4652), - [anon_sym_external] = ACTIONS(4652), - [sym_property_modifier] = ACTIONS(4652), - [anon_sym_abstract] = ACTIONS(4652), - [anon_sym_final] = ACTIONS(4652), - [anon_sym_open] = ACTIONS(4652), - [anon_sym_vararg] = ACTIONS(4652), - [anon_sym_noinline] = ACTIONS(4652), - [anon_sym_crossinline] = ACTIONS(4652), - [anon_sym_expect] = ACTIONS(4652), - [anon_sym_actual] = ACTIONS(4652), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4654), - [sym_safe_nav] = ACTIONS(4654), - [sym_multiline_comment] = ACTIONS(3), + [3230] = { + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(4129), + [anon_sym_LBRACE] = ACTIONS(4131), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(4129), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), }, - [3355] = { - [sym_type_constraints] = STATE(3649), - [sym_function_body] = STATE(3846), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_COLON] = ACTIONS(6813), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), + [3231] = { + [sym_function_body] = STATE(3164), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), }, - [3356] = { - [sym_enum_class_body] = STATE(3470), - [sym__alpha_identifier] = ACTIONS(4652), - [anon_sym_AT] = ACTIONS(4654), - [anon_sym_LBRACK] = ACTIONS(4654), - [anon_sym_RBRACK] = ACTIONS(4654), - [anon_sym_as] = ACTIONS(4652), - [anon_sym_EQ] = ACTIONS(4652), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4654), - [anon_sym_LPAREN] = ACTIONS(4654), - [anon_sym_COMMA] = ACTIONS(4654), - [anon_sym_RPAREN] = ACTIONS(4654), - [anon_sym_LT] = ACTIONS(4652), - [anon_sym_GT] = ACTIONS(4652), - [anon_sym_where] = ACTIONS(4652), - [anon_sym_DOT] = ACTIONS(4652), - [anon_sym_SEMI] = ACTIONS(4654), - [anon_sym_get] = ACTIONS(4652), - [anon_sym_set] = ACTIONS(4652), - [anon_sym_STAR] = ACTIONS(4652), - [anon_sym_DASH_GT] = ACTIONS(4654), - [sym_label] = ACTIONS(4654), - [anon_sym_in] = ACTIONS(4652), - [anon_sym_while] = ACTIONS(4652), - [anon_sym_DOT_DOT] = ACTIONS(4654), - [anon_sym_QMARK_COLON] = ACTIONS(4654), - [anon_sym_AMP_AMP] = ACTIONS(4654), - [anon_sym_PIPE_PIPE] = ACTIONS(4654), - [anon_sym_else] = ACTIONS(4652), - [anon_sym_COLON_COLON] = ACTIONS(4654), - [anon_sym_PLUS_EQ] = ACTIONS(4654), - [anon_sym_DASH_EQ] = ACTIONS(4654), - [anon_sym_STAR_EQ] = ACTIONS(4654), - [anon_sym_SLASH_EQ] = ACTIONS(4654), - [anon_sym_PERCENT_EQ] = ACTIONS(4654), - [anon_sym_BANG_EQ] = ACTIONS(4652), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4654), - [anon_sym_EQ_EQ] = ACTIONS(4652), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4654), - [anon_sym_LT_EQ] = ACTIONS(4654), - [anon_sym_GT_EQ] = ACTIONS(4654), - [anon_sym_BANGin] = ACTIONS(4654), - [anon_sym_is] = ACTIONS(4652), - [anon_sym_BANGis] = ACTIONS(4654), - [anon_sym_PLUS] = ACTIONS(4652), - [anon_sym_DASH] = ACTIONS(4652), - [anon_sym_SLASH] = ACTIONS(4652), - [anon_sym_PERCENT] = ACTIONS(4652), - [anon_sym_as_QMARK] = ACTIONS(4654), - [anon_sym_PLUS_PLUS] = ACTIONS(4654), - [anon_sym_DASH_DASH] = ACTIONS(4654), - [anon_sym_BANG_BANG] = ACTIONS(4654), - [anon_sym_suspend] = ACTIONS(4652), - [anon_sym_sealed] = ACTIONS(4652), - [anon_sym_annotation] = ACTIONS(4652), - [anon_sym_data] = ACTIONS(4652), - [anon_sym_inner] = ACTIONS(4652), - [anon_sym_value] = ACTIONS(4652), - [anon_sym_override] = ACTIONS(4652), - [anon_sym_lateinit] = ACTIONS(4652), - [anon_sym_public] = ACTIONS(4652), - [anon_sym_private] = ACTIONS(4652), - [anon_sym_internal] = ACTIONS(4652), - [anon_sym_protected] = ACTIONS(4652), - [anon_sym_tailrec] = ACTIONS(4652), - [anon_sym_operator] = ACTIONS(4652), - [anon_sym_infix] = ACTIONS(4652), - [anon_sym_inline] = ACTIONS(4652), - [anon_sym_external] = ACTIONS(4652), - [sym_property_modifier] = ACTIONS(4652), - [anon_sym_abstract] = ACTIONS(4652), - [anon_sym_final] = ACTIONS(4652), - [anon_sym_open] = ACTIONS(4652), - [anon_sym_vararg] = ACTIONS(4652), - [anon_sym_noinline] = ACTIONS(4652), - [anon_sym_crossinline] = ACTIONS(4652), - [anon_sym_expect] = ACTIONS(4652), - [anon_sym_actual] = ACTIONS(4652), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4654), - [sym_safe_nav] = ACTIONS(4654), - [sym_multiline_comment] = ACTIONS(3), + [3232] = { + [sym__alpha_identifier] = ACTIONS(5080), + [anon_sym_AT] = ACTIONS(5082), + [anon_sym_LBRACK] = ACTIONS(5082), + [anon_sym_as] = ACTIONS(5080), + [anon_sym_EQ] = ACTIONS(5080), + [anon_sym_LBRACE] = ACTIONS(5082), + [anon_sym_RBRACE] = ACTIONS(5082), + [anon_sym_LPAREN] = ACTIONS(5082), + [anon_sym_COMMA] = ACTIONS(5082), + [anon_sym_LT] = ACTIONS(5080), + [anon_sym_GT] = ACTIONS(5080), + [anon_sym_where] = ACTIONS(5080), + [anon_sym_object] = ACTIONS(5080), + [anon_sym_fun] = ACTIONS(5080), + [anon_sym_DOT] = ACTIONS(5080), + [anon_sym_SEMI] = ACTIONS(5082), + [anon_sym_get] = ACTIONS(5080), + [anon_sym_set] = ACTIONS(5080), + [anon_sym_this] = ACTIONS(5080), + [anon_sym_super] = ACTIONS(5080), + [anon_sym_STAR] = ACTIONS(5080), + [sym_label] = ACTIONS(5080), + [anon_sym_in] = ACTIONS(5080), + [anon_sym_DOT_DOT] = ACTIONS(5082), + [anon_sym_QMARK_COLON] = ACTIONS(5082), + [anon_sym_AMP_AMP] = ACTIONS(5082), + [anon_sym_PIPE_PIPE] = ACTIONS(5082), + [anon_sym_null] = ACTIONS(5080), + [anon_sym_if] = ACTIONS(5080), + [anon_sym_else] = ACTIONS(5080), + [anon_sym_when] = ACTIONS(5080), + [anon_sym_try] = ACTIONS(5080), + [anon_sym_throw] = ACTIONS(5080), + [anon_sym_return] = ACTIONS(5080), + [anon_sym_continue] = ACTIONS(5080), + [anon_sym_break] = ACTIONS(5080), + [anon_sym_COLON_COLON] = ACTIONS(5082), + [anon_sym_PLUS_EQ] = ACTIONS(5082), + [anon_sym_DASH_EQ] = ACTIONS(5082), + [anon_sym_STAR_EQ] = ACTIONS(5082), + [anon_sym_SLASH_EQ] = ACTIONS(5082), + [anon_sym_PERCENT_EQ] = ACTIONS(5082), + [anon_sym_BANG_EQ] = ACTIONS(5080), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5082), + [anon_sym_EQ_EQ] = ACTIONS(5080), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5082), + [anon_sym_LT_EQ] = ACTIONS(5082), + [anon_sym_GT_EQ] = ACTIONS(5082), + [anon_sym_BANGin] = ACTIONS(5082), + [anon_sym_is] = ACTIONS(5080), + [anon_sym_BANGis] = ACTIONS(5082), + [anon_sym_PLUS] = ACTIONS(5080), + [anon_sym_DASH] = ACTIONS(5080), + [anon_sym_SLASH] = ACTIONS(5080), + [anon_sym_PERCENT] = ACTIONS(5080), + [anon_sym_as_QMARK] = ACTIONS(5082), + [anon_sym_PLUS_PLUS] = ACTIONS(5082), + [anon_sym_DASH_DASH] = ACTIONS(5082), + [anon_sym_BANG] = ACTIONS(5080), + [anon_sym_BANG_BANG] = ACTIONS(5082), + [anon_sym_data] = ACTIONS(5080), + [anon_sym_inner] = ACTIONS(5080), + [anon_sym_value] = ACTIONS(5080), + [anon_sym_expect] = ACTIONS(5080), + [anon_sym_actual] = ACTIONS(5080), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5082), + [anon_sym_continue_AT] = ACTIONS(5082), + [anon_sym_break_AT] = ACTIONS(5082), + [anon_sym_this_AT] = ACTIONS(5082), + [anon_sym_super_AT] = ACTIONS(5082), + [sym_real_literal] = ACTIONS(5082), + [sym_integer_literal] = ACTIONS(5080), + [sym_hex_literal] = ACTIONS(5082), + [sym_bin_literal] = ACTIONS(5082), + [anon_sym_true] = ACTIONS(5080), + [anon_sym_false] = ACTIONS(5080), + [anon_sym_SQUOTE] = ACTIONS(5082), + [sym__backtick_identifier] = ACTIONS(5082), + [sym__automatic_semicolon] = ACTIONS(5082), + [sym_safe_nav] = ACTIONS(5082), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5082), }, - [3357] = { - [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_by] = ACTIONS(4732), - [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_value] = 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), + [3233] = { + [sym_class_body] = STATE(3593), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_COLON] = ACTIONS(6680), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_RBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(5590), + [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_value] = 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), }, - [3358] = { - [sym_type_constraints] = STATE(3653), - [sym_function_body] = STATE(4035), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_COLON] = ACTIONS(6815), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [sym_label] = ACTIONS(4139), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), + [3234] = { + [sym__alpha_identifier] = ACTIONS(4458), + [anon_sym_AT] = ACTIONS(4460), + [anon_sym_LBRACK] = ACTIONS(4460), + [anon_sym_as] = ACTIONS(4458), + [anon_sym_EQ] = ACTIONS(4458), + [anon_sym_LBRACE] = ACTIONS(4460), + [anon_sym_RBRACE] = ACTIONS(4460), + [anon_sym_LPAREN] = ACTIONS(4460), + [anon_sym_COMMA] = ACTIONS(4460), + [anon_sym_LT] = ACTIONS(4458), + [anon_sym_GT] = ACTIONS(4458), + [anon_sym_where] = ACTIONS(4458), + [anon_sym_object] = ACTIONS(4458), + [anon_sym_fun] = ACTIONS(4458), + [anon_sym_DOT] = ACTIONS(4458), + [anon_sym_SEMI] = ACTIONS(4460), + [anon_sym_get] = ACTIONS(4458), + [anon_sym_set] = ACTIONS(4458), + [anon_sym_this] = ACTIONS(4458), + [anon_sym_super] = ACTIONS(4458), + [anon_sym_STAR] = ACTIONS(4458), + [sym_label] = ACTIONS(4458), + [anon_sym_in] = ACTIONS(4458), + [anon_sym_DOT_DOT] = ACTIONS(4460), + [anon_sym_QMARK_COLON] = ACTIONS(4460), + [anon_sym_AMP_AMP] = ACTIONS(4460), + [anon_sym_PIPE_PIPE] = ACTIONS(4460), + [anon_sym_null] = ACTIONS(4458), + [anon_sym_if] = ACTIONS(4458), + [anon_sym_else] = ACTIONS(4458), + [anon_sym_when] = ACTIONS(4458), + [anon_sym_try] = ACTIONS(4458), + [anon_sym_throw] = ACTIONS(4458), + [anon_sym_return] = ACTIONS(4458), + [anon_sym_continue] = ACTIONS(4458), + [anon_sym_break] = ACTIONS(4458), + [anon_sym_COLON_COLON] = ACTIONS(4460), + [anon_sym_PLUS_EQ] = ACTIONS(4460), + [anon_sym_DASH_EQ] = ACTIONS(4460), + [anon_sym_STAR_EQ] = ACTIONS(4460), + [anon_sym_SLASH_EQ] = ACTIONS(4460), + [anon_sym_PERCENT_EQ] = ACTIONS(4460), + [anon_sym_BANG_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4460), + [anon_sym_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4460), + [anon_sym_LT_EQ] = ACTIONS(4460), + [anon_sym_GT_EQ] = ACTIONS(4460), + [anon_sym_BANGin] = ACTIONS(4460), + [anon_sym_is] = ACTIONS(4458), + [anon_sym_BANGis] = ACTIONS(4460), + [anon_sym_PLUS] = ACTIONS(4458), + [anon_sym_DASH] = ACTIONS(4458), + [anon_sym_SLASH] = ACTIONS(4458), + [anon_sym_PERCENT] = ACTIONS(4458), + [anon_sym_as_QMARK] = ACTIONS(4460), + [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(4460), + [anon_sym_BANG] = ACTIONS(4458), + [anon_sym_BANG_BANG] = ACTIONS(4460), + [anon_sym_data] = ACTIONS(4458), + [anon_sym_inner] = ACTIONS(4458), + [anon_sym_value] = ACTIONS(4458), + [anon_sym_expect] = ACTIONS(4458), + [anon_sym_actual] = ACTIONS(4458), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4460), + [anon_sym_continue_AT] = ACTIONS(4460), + [anon_sym_break_AT] = ACTIONS(4460), + [anon_sym_this_AT] = ACTIONS(4460), + [anon_sym_super_AT] = ACTIONS(4460), + [sym_real_literal] = ACTIONS(4460), + [sym_integer_literal] = ACTIONS(4458), + [sym_hex_literal] = ACTIONS(4460), + [sym_bin_literal] = ACTIONS(4460), + [anon_sym_true] = ACTIONS(4458), + [anon_sym_false] = ACTIONS(4458), + [anon_sym_SQUOTE] = ACTIONS(4460), + [sym__backtick_identifier] = ACTIONS(4460), + [sym__automatic_semicolon] = ACTIONS(4460), + [sym_safe_nav] = ACTIONS(4460), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4460), + }, + [3235] = { + [sym__alpha_identifier] = ACTIONS(4942), + [anon_sym_AT] = ACTIONS(4944), + [anon_sym_LBRACK] = ACTIONS(4944), + [anon_sym_as] = ACTIONS(4942), + [anon_sym_EQ] = ACTIONS(4942), + [anon_sym_LBRACE] = ACTIONS(4944), + [anon_sym_RBRACE] = ACTIONS(4944), + [anon_sym_LPAREN] = ACTIONS(4944), + [anon_sym_COMMA] = ACTIONS(4944), + [anon_sym_LT] = ACTIONS(4942), + [anon_sym_GT] = ACTIONS(4942), + [anon_sym_where] = ACTIONS(4942), + [anon_sym_object] = ACTIONS(4942), + [anon_sym_fun] = ACTIONS(4942), + [anon_sym_DOT] = ACTIONS(4942), + [anon_sym_SEMI] = ACTIONS(4944), + [anon_sym_get] = ACTIONS(4942), + [anon_sym_set] = ACTIONS(4942), + [anon_sym_this] = ACTIONS(4942), + [anon_sym_super] = ACTIONS(4942), + [anon_sym_STAR] = ACTIONS(4942), + [sym_label] = ACTIONS(4942), + [anon_sym_in] = ACTIONS(4942), + [anon_sym_DOT_DOT] = ACTIONS(4944), + [anon_sym_QMARK_COLON] = ACTIONS(4944), + [anon_sym_AMP_AMP] = ACTIONS(4944), + [anon_sym_PIPE_PIPE] = ACTIONS(4944), + [anon_sym_null] = ACTIONS(4942), + [anon_sym_if] = ACTIONS(4942), + [anon_sym_else] = ACTIONS(4942), + [anon_sym_when] = ACTIONS(4942), + [anon_sym_try] = ACTIONS(4942), + [anon_sym_throw] = ACTIONS(4942), + [anon_sym_return] = ACTIONS(4942), + [anon_sym_continue] = ACTIONS(4942), + [anon_sym_break] = ACTIONS(4942), + [anon_sym_COLON_COLON] = ACTIONS(4944), + [anon_sym_PLUS_EQ] = ACTIONS(4944), + [anon_sym_DASH_EQ] = ACTIONS(4944), + [anon_sym_STAR_EQ] = ACTIONS(4944), + [anon_sym_SLASH_EQ] = ACTIONS(4944), + [anon_sym_PERCENT_EQ] = ACTIONS(4944), + [anon_sym_BANG_EQ] = ACTIONS(4942), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4944), + [anon_sym_EQ_EQ] = ACTIONS(4942), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4944), + [anon_sym_LT_EQ] = ACTIONS(4944), + [anon_sym_GT_EQ] = ACTIONS(4944), + [anon_sym_BANGin] = ACTIONS(4944), + [anon_sym_is] = ACTIONS(4942), + [anon_sym_BANGis] = ACTIONS(4944), + [anon_sym_PLUS] = ACTIONS(4942), + [anon_sym_DASH] = ACTIONS(4942), + [anon_sym_SLASH] = ACTIONS(4942), + [anon_sym_PERCENT] = ACTIONS(4942), + [anon_sym_as_QMARK] = ACTIONS(4944), + [anon_sym_PLUS_PLUS] = ACTIONS(4944), + [anon_sym_DASH_DASH] = ACTIONS(4944), + [anon_sym_BANG] = ACTIONS(4942), + [anon_sym_BANG_BANG] = ACTIONS(4944), + [anon_sym_data] = ACTIONS(4942), + [anon_sym_inner] = ACTIONS(4942), + [anon_sym_value] = ACTIONS(4942), + [anon_sym_expect] = ACTIONS(4942), + [anon_sym_actual] = ACTIONS(4942), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4944), + [anon_sym_continue_AT] = ACTIONS(4944), + [anon_sym_break_AT] = ACTIONS(4944), + [anon_sym_this_AT] = ACTIONS(4944), + [anon_sym_super_AT] = ACTIONS(4944), + [sym_real_literal] = ACTIONS(4944), + [sym_integer_literal] = ACTIONS(4942), + [sym_hex_literal] = ACTIONS(4944), + [sym_bin_literal] = ACTIONS(4944), + [anon_sym_true] = ACTIONS(4942), + [anon_sym_false] = ACTIONS(4942), + [anon_sym_SQUOTE] = ACTIONS(4944), + [sym__backtick_identifier] = ACTIONS(4944), + [sym__automatic_semicolon] = ACTIONS(4944), + [sym_safe_nav] = ACTIONS(4944), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4944), }, - [3359] = { - [sym__alpha_identifier] = ACTIONS(4204), - [anon_sym_AT] = ACTIONS(4206), - [anon_sym_LBRACK] = ACTIONS(4206), - [anon_sym_RBRACK] = ACTIONS(4206), - [anon_sym_as] = ACTIONS(4204), - [anon_sym_EQ] = ACTIONS(4204), - [anon_sym_LBRACE] = ACTIONS(4206), - [anon_sym_RBRACE] = ACTIONS(4206), - [anon_sym_LPAREN] = ACTIONS(4206), - [anon_sym_COMMA] = ACTIONS(4206), - [anon_sym_RPAREN] = ACTIONS(4206), - [anon_sym_by] = ACTIONS(4204), - [anon_sym_LT] = ACTIONS(4204), - [anon_sym_GT] = ACTIONS(4204), - [anon_sym_where] = ACTIONS(4204), - [anon_sym_DOT] = ACTIONS(4204), - [anon_sym_SEMI] = ACTIONS(4206), - [anon_sym_get] = ACTIONS(4204), - [anon_sym_set] = ACTIONS(4204), - [anon_sym_STAR] = ACTIONS(4204), - [anon_sym_DASH_GT] = ACTIONS(4206), - [sym_label] = ACTIONS(4206), - [anon_sym_in] = ACTIONS(4204), - [anon_sym_while] = ACTIONS(4204), - [anon_sym_DOT_DOT] = ACTIONS(4206), - [anon_sym_QMARK_COLON] = ACTIONS(4206), - [anon_sym_AMP_AMP] = ACTIONS(4206), - [anon_sym_PIPE_PIPE] = ACTIONS(4206), - [anon_sym_else] = ACTIONS(4204), - [anon_sym_COLON_COLON] = ACTIONS(4206), - [anon_sym_PLUS_EQ] = ACTIONS(4206), - [anon_sym_DASH_EQ] = ACTIONS(4206), - [anon_sym_STAR_EQ] = ACTIONS(4206), - [anon_sym_SLASH_EQ] = ACTIONS(4206), - [anon_sym_PERCENT_EQ] = ACTIONS(4206), - [anon_sym_BANG_EQ] = ACTIONS(4204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4206), - [anon_sym_EQ_EQ] = ACTIONS(4204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4206), - [anon_sym_LT_EQ] = ACTIONS(4206), - [anon_sym_GT_EQ] = ACTIONS(4206), - [anon_sym_BANGin] = ACTIONS(4206), - [anon_sym_is] = ACTIONS(4204), - [anon_sym_BANGis] = ACTIONS(4206), - [anon_sym_PLUS] = ACTIONS(4204), - [anon_sym_DASH] = ACTIONS(4204), - [anon_sym_SLASH] = ACTIONS(4204), - [anon_sym_PERCENT] = ACTIONS(4204), - [anon_sym_as_QMARK] = ACTIONS(4206), - [anon_sym_PLUS_PLUS] = ACTIONS(4206), - [anon_sym_DASH_DASH] = ACTIONS(4206), - [anon_sym_BANG_BANG] = ACTIONS(4206), - [anon_sym_suspend] = ACTIONS(4204), - [anon_sym_sealed] = ACTIONS(4204), - [anon_sym_annotation] = ACTIONS(4204), - [anon_sym_data] = ACTIONS(4204), - [anon_sym_inner] = ACTIONS(4204), - [anon_sym_value] = ACTIONS(4204), - [anon_sym_override] = ACTIONS(4204), - [anon_sym_lateinit] = ACTIONS(4204), - [anon_sym_public] = ACTIONS(4204), - [anon_sym_private] = ACTIONS(4204), - [anon_sym_internal] = ACTIONS(4204), - [anon_sym_protected] = ACTIONS(4204), - [anon_sym_tailrec] = ACTIONS(4204), - [anon_sym_operator] = ACTIONS(4204), - [anon_sym_infix] = ACTIONS(4204), - [anon_sym_inline] = ACTIONS(4204), - [anon_sym_external] = ACTIONS(4204), - [sym_property_modifier] = ACTIONS(4204), - [anon_sym_abstract] = ACTIONS(4204), - [anon_sym_final] = ACTIONS(4204), - [anon_sym_open] = ACTIONS(4204), - [anon_sym_vararg] = ACTIONS(4204), - [anon_sym_noinline] = ACTIONS(4204), - [anon_sym_crossinline] = ACTIONS(4204), - [anon_sym_expect] = ACTIONS(4204), - [anon_sym_actual] = ACTIONS(4204), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4206), - [sym_safe_nav] = ACTIONS(4206), + [3236] = { + [sym__alpha_identifier] = ACTIONS(4882), + [anon_sym_AT] = ACTIONS(4884), + [anon_sym_LBRACK] = ACTIONS(4884), + [anon_sym_as] = ACTIONS(4882), + [anon_sym_EQ] = ACTIONS(4882), + [anon_sym_LBRACE] = ACTIONS(4884), + [anon_sym_RBRACE] = ACTIONS(4884), + [anon_sym_LPAREN] = ACTIONS(4884), + [anon_sym_COMMA] = ACTIONS(4884), + [anon_sym_LT] = ACTIONS(4882), + [anon_sym_GT] = ACTIONS(4882), + [anon_sym_where] = ACTIONS(4882), + [anon_sym_object] = ACTIONS(4882), + [anon_sym_fun] = ACTIONS(4882), + [anon_sym_DOT] = ACTIONS(4882), + [anon_sym_SEMI] = ACTIONS(4884), + [anon_sym_get] = ACTIONS(4882), + [anon_sym_set] = ACTIONS(4882), + [anon_sym_this] = ACTIONS(4882), + [anon_sym_super] = ACTIONS(4882), + [anon_sym_STAR] = ACTIONS(4882), + [sym_label] = ACTIONS(4882), + [anon_sym_in] = ACTIONS(4882), + [anon_sym_DOT_DOT] = ACTIONS(4884), + [anon_sym_QMARK_COLON] = ACTIONS(4884), + [anon_sym_AMP_AMP] = ACTIONS(4884), + [anon_sym_PIPE_PIPE] = ACTIONS(4884), + [anon_sym_null] = ACTIONS(4882), + [anon_sym_if] = ACTIONS(4882), + [anon_sym_else] = ACTIONS(4882), + [anon_sym_when] = ACTIONS(4882), + [anon_sym_try] = ACTIONS(4882), + [anon_sym_throw] = ACTIONS(4882), + [anon_sym_return] = ACTIONS(4882), + [anon_sym_continue] = ACTIONS(4882), + [anon_sym_break] = ACTIONS(4882), + [anon_sym_COLON_COLON] = ACTIONS(4884), + [anon_sym_PLUS_EQ] = ACTIONS(4884), + [anon_sym_DASH_EQ] = ACTIONS(4884), + [anon_sym_STAR_EQ] = ACTIONS(4884), + [anon_sym_SLASH_EQ] = ACTIONS(4884), + [anon_sym_PERCENT_EQ] = ACTIONS(4884), + [anon_sym_BANG_EQ] = ACTIONS(4882), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4884), + [anon_sym_EQ_EQ] = ACTIONS(4882), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4884), + [anon_sym_LT_EQ] = ACTIONS(4884), + [anon_sym_GT_EQ] = ACTIONS(4884), + [anon_sym_BANGin] = ACTIONS(4884), + [anon_sym_is] = ACTIONS(4882), + [anon_sym_BANGis] = ACTIONS(4884), + [anon_sym_PLUS] = ACTIONS(4882), + [anon_sym_DASH] = ACTIONS(4882), + [anon_sym_SLASH] = ACTIONS(4882), + [anon_sym_PERCENT] = ACTIONS(4882), + [anon_sym_as_QMARK] = ACTIONS(4884), + [anon_sym_PLUS_PLUS] = ACTIONS(4884), + [anon_sym_DASH_DASH] = ACTIONS(4884), + [anon_sym_BANG] = ACTIONS(4882), + [anon_sym_BANG_BANG] = ACTIONS(4884), + [anon_sym_data] = ACTIONS(4882), + [anon_sym_inner] = ACTIONS(4882), + [anon_sym_value] = ACTIONS(4882), + [anon_sym_expect] = ACTIONS(4882), + [anon_sym_actual] = ACTIONS(4882), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4884), + [anon_sym_continue_AT] = ACTIONS(4884), + [anon_sym_break_AT] = ACTIONS(4884), + [anon_sym_this_AT] = ACTIONS(4884), + [anon_sym_super_AT] = ACTIONS(4884), + [sym_real_literal] = ACTIONS(4884), + [sym_integer_literal] = ACTIONS(4882), + [sym_hex_literal] = ACTIONS(4884), + [sym_bin_literal] = ACTIONS(4884), + [anon_sym_true] = ACTIONS(4882), + [anon_sym_false] = ACTIONS(4882), + [anon_sym_SQUOTE] = ACTIONS(4884), + [sym__backtick_identifier] = ACTIONS(4884), + [sym__automatic_semicolon] = ACTIONS(4884), + [sym_safe_nav] = ACTIONS(4884), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4884), + }, + [3237] = { + [sym__alpha_identifier] = ACTIONS(4862), + [anon_sym_AT] = ACTIONS(4864), + [anon_sym_LBRACK] = ACTIONS(4864), + [anon_sym_as] = ACTIONS(4862), + [anon_sym_EQ] = ACTIONS(4862), + [anon_sym_LBRACE] = ACTIONS(4864), + [anon_sym_RBRACE] = ACTIONS(4864), + [anon_sym_LPAREN] = ACTIONS(4864), + [anon_sym_COMMA] = ACTIONS(4864), + [anon_sym_LT] = ACTIONS(4862), + [anon_sym_GT] = ACTIONS(4862), + [anon_sym_where] = ACTIONS(4862), + [anon_sym_object] = ACTIONS(4862), + [anon_sym_fun] = ACTIONS(4862), + [anon_sym_DOT] = ACTIONS(4862), + [anon_sym_SEMI] = ACTIONS(4864), + [anon_sym_get] = ACTIONS(4862), + [anon_sym_set] = ACTIONS(4862), + [anon_sym_this] = ACTIONS(4862), + [anon_sym_super] = ACTIONS(4862), + [anon_sym_STAR] = ACTIONS(4862), + [sym_label] = ACTIONS(4862), + [anon_sym_in] = ACTIONS(4862), + [anon_sym_DOT_DOT] = ACTIONS(4864), + [anon_sym_QMARK_COLON] = ACTIONS(4864), + [anon_sym_AMP_AMP] = ACTIONS(4864), + [anon_sym_PIPE_PIPE] = ACTIONS(4864), + [anon_sym_null] = ACTIONS(4862), + [anon_sym_if] = ACTIONS(4862), + [anon_sym_else] = ACTIONS(4862), + [anon_sym_when] = ACTIONS(4862), + [anon_sym_try] = ACTIONS(4862), + [anon_sym_throw] = ACTIONS(4862), + [anon_sym_return] = ACTIONS(4862), + [anon_sym_continue] = ACTIONS(4862), + [anon_sym_break] = ACTIONS(4862), + [anon_sym_COLON_COLON] = ACTIONS(4864), + [anon_sym_PLUS_EQ] = ACTIONS(4864), + [anon_sym_DASH_EQ] = ACTIONS(4864), + [anon_sym_STAR_EQ] = ACTIONS(4864), + [anon_sym_SLASH_EQ] = ACTIONS(4864), + [anon_sym_PERCENT_EQ] = ACTIONS(4864), + [anon_sym_BANG_EQ] = ACTIONS(4862), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4864), + [anon_sym_EQ_EQ] = ACTIONS(4862), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4864), + [anon_sym_LT_EQ] = ACTIONS(4864), + [anon_sym_GT_EQ] = ACTIONS(4864), + [anon_sym_BANGin] = ACTIONS(4864), + [anon_sym_is] = ACTIONS(4862), + [anon_sym_BANGis] = ACTIONS(4864), + [anon_sym_PLUS] = ACTIONS(4862), + [anon_sym_DASH] = ACTIONS(4862), + [anon_sym_SLASH] = ACTIONS(4862), + [anon_sym_PERCENT] = ACTIONS(4862), + [anon_sym_as_QMARK] = ACTIONS(4864), + [anon_sym_PLUS_PLUS] = ACTIONS(4864), + [anon_sym_DASH_DASH] = ACTIONS(4864), + [anon_sym_BANG] = ACTIONS(4862), + [anon_sym_BANG_BANG] = ACTIONS(4864), + [anon_sym_data] = ACTIONS(4862), + [anon_sym_inner] = ACTIONS(4862), + [anon_sym_value] = ACTIONS(4862), + [anon_sym_expect] = ACTIONS(4862), + [anon_sym_actual] = ACTIONS(4862), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4864), + [anon_sym_continue_AT] = ACTIONS(4864), + [anon_sym_break_AT] = ACTIONS(4864), + [anon_sym_this_AT] = ACTIONS(4864), + [anon_sym_super_AT] = ACTIONS(4864), + [sym_real_literal] = ACTIONS(4864), + [sym_integer_literal] = ACTIONS(4862), + [sym_hex_literal] = ACTIONS(4864), + [sym_bin_literal] = ACTIONS(4864), + [anon_sym_true] = ACTIONS(4862), + [anon_sym_false] = ACTIONS(4862), + [anon_sym_SQUOTE] = ACTIONS(4864), + [sym__backtick_identifier] = ACTIONS(4864), + [sym__automatic_semicolon] = ACTIONS(4864), + [sym_safe_nav] = ACTIONS(4864), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4864), + }, + [3238] = { + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(3278), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3274), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), + }, + [3239] = { + [sym__alpha_identifier] = ACTIONS(4163), + [anon_sym_AT] = ACTIONS(4165), + [anon_sym_COLON] = ACTIONS(6549), + [anon_sym_LBRACK] = ACTIONS(4165), + [anon_sym_RBRACK] = ACTIONS(4165), + [anon_sym_as] = ACTIONS(4163), + [anon_sym_EQ] = ACTIONS(4163), + [anon_sym_LBRACE] = ACTIONS(4165), + [anon_sym_RBRACE] = ACTIONS(4165), + [anon_sym_LPAREN] = ACTIONS(4165), + [anon_sym_COMMA] = ACTIONS(4165), + [anon_sym_RPAREN] = ACTIONS(4165), + [anon_sym_by] = ACTIONS(4163), + [anon_sym_LT] = ACTIONS(4163), + [anon_sym_GT] = ACTIONS(4163), + [anon_sym_where] = ACTIONS(4163), + [anon_sym_DOT] = ACTIONS(4163), + [anon_sym_SEMI] = ACTIONS(4165), + [anon_sym_get] = ACTIONS(4163), + [anon_sym_set] = ACTIONS(4163), + [anon_sym_STAR] = ACTIONS(4163), + [anon_sym_DASH_GT] = ACTIONS(4165), + [sym_label] = ACTIONS(4165), + [anon_sym_in] = ACTIONS(4163), + [anon_sym_while] = ACTIONS(4163), + [anon_sym_DOT_DOT] = ACTIONS(4165), + [anon_sym_QMARK_COLON] = ACTIONS(4165), + [anon_sym_AMP_AMP] = ACTIONS(4165), + [anon_sym_PIPE_PIPE] = ACTIONS(4165), + [anon_sym_else] = ACTIONS(4163), + [anon_sym_COLON_COLON] = ACTIONS(4165), + [anon_sym_PLUS_EQ] = ACTIONS(4165), + [anon_sym_DASH_EQ] = ACTIONS(4165), + [anon_sym_STAR_EQ] = ACTIONS(4165), + [anon_sym_SLASH_EQ] = ACTIONS(4165), + [anon_sym_PERCENT_EQ] = ACTIONS(4165), + [anon_sym_BANG_EQ] = ACTIONS(4163), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4165), + [anon_sym_EQ_EQ] = ACTIONS(4163), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4165), + [anon_sym_LT_EQ] = ACTIONS(4165), + [anon_sym_GT_EQ] = ACTIONS(4165), + [anon_sym_BANGin] = ACTIONS(4165), + [anon_sym_is] = ACTIONS(4163), + [anon_sym_BANGis] = ACTIONS(4165), + [anon_sym_PLUS] = ACTIONS(4163), + [anon_sym_DASH] = ACTIONS(4163), + [anon_sym_SLASH] = ACTIONS(4163), + [anon_sym_PERCENT] = ACTIONS(4163), + [anon_sym_as_QMARK] = ACTIONS(4165), + [anon_sym_PLUS_PLUS] = ACTIONS(4165), + [anon_sym_DASH_DASH] = ACTIONS(4165), + [anon_sym_BANG_BANG] = ACTIONS(4165), + [anon_sym_suspend] = ACTIONS(4163), + [anon_sym_sealed] = ACTIONS(4163), + [anon_sym_annotation] = ACTIONS(4163), + [anon_sym_data] = ACTIONS(4163), + [anon_sym_inner] = ACTIONS(4163), + [anon_sym_value] = ACTIONS(4163), + [anon_sym_override] = ACTIONS(4163), + [anon_sym_lateinit] = ACTIONS(4163), + [anon_sym_public] = ACTIONS(4163), + [anon_sym_private] = ACTIONS(4163), + [anon_sym_internal] = ACTIONS(4163), + [anon_sym_protected] = ACTIONS(4163), + [anon_sym_tailrec] = ACTIONS(4163), + [anon_sym_operator] = ACTIONS(4163), + [anon_sym_infix] = ACTIONS(4163), + [anon_sym_inline] = ACTIONS(4163), + [anon_sym_external] = ACTIONS(4163), + [sym_property_modifier] = ACTIONS(4163), + [anon_sym_abstract] = ACTIONS(4163), + [anon_sym_final] = ACTIONS(4163), + [anon_sym_open] = ACTIONS(4163), + [anon_sym_vararg] = ACTIONS(4163), + [anon_sym_noinline] = ACTIONS(4163), + [anon_sym_crossinline] = ACTIONS(4163), + [anon_sym_expect] = ACTIONS(4163), + [anon_sym_actual] = ACTIONS(4163), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4165), + [sym_safe_nav] = ACTIONS(4165), [sym_multiline_comment] = ACTIONS(3), }, - [3360] = { - [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_by] = ACTIONS(4716), - [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_value] = 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), + [3240] = { + [sym__alpha_identifier] = ACTIONS(5209), + [anon_sym_AT] = ACTIONS(5211), + [anon_sym_LBRACK] = ACTIONS(5211), + [anon_sym_as] = ACTIONS(5209), + [anon_sym_EQ] = ACTIONS(5209), + [anon_sym_LBRACE] = ACTIONS(5211), + [anon_sym_RBRACE] = ACTIONS(5211), + [anon_sym_LPAREN] = ACTIONS(5211), + [anon_sym_COMMA] = ACTIONS(5211), + [anon_sym_LT] = ACTIONS(5209), + [anon_sym_GT] = ACTIONS(5209), + [anon_sym_where] = ACTIONS(5209), + [anon_sym_object] = ACTIONS(5209), + [anon_sym_fun] = ACTIONS(5209), + [anon_sym_DOT] = ACTIONS(5209), + [anon_sym_SEMI] = ACTIONS(5211), + [anon_sym_get] = ACTIONS(5209), + [anon_sym_set] = ACTIONS(5209), + [anon_sym_this] = ACTIONS(5209), + [anon_sym_super] = ACTIONS(5209), + [anon_sym_STAR] = ACTIONS(5209), + [sym_label] = ACTIONS(5209), + [anon_sym_in] = ACTIONS(5209), + [anon_sym_DOT_DOT] = ACTIONS(5211), + [anon_sym_QMARK_COLON] = ACTIONS(5211), + [anon_sym_AMP_AMP] = ACTIONS(5211), + [anon_sym_PIPE_PIPE] = ACTIONS(5211), + [anon_sym_null] = ACTIONS(5209), + [anon_sym_if] = ACTIONS(5209), + [anon_sym_else] = ACTIONS(5209), + [anon_sym_when] = ACTIONS(5209), + [anon_sym_try] = ACTIONS(5209), + [anon_sym_throw] = ACTIONS(5209), + [anon_sym_return] = ACTIONS(5209), + [anon_sym_continue] = ACTIONS(5209), + [anon_sym_break] = ACTIONS(5209), + [anon_sym_COLON_COLON] = ACTIONS(5211), + [anon_sym_PLUS_EQ] = ACTIONS(5211), + [anon_sym_DASH_EQ] = ACTIONS(5211), + [anon_sym_STAR_EQ] = ACTIONS(5211), + [anon_sym_SLASH_EQ] = ACTIONS(5211), + [anon_sym_PERCENT_EQ] = ACTIONS(5211), + [anon_sym_BANG_EQ] = ACTIONS(5209), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5211), + [anon_sym_EQ_EQ] = ACTIONS(5209), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5211), + [anon_sym_LT_EQ] = ACTIONS(5211), + [anon_sym_GT_EQ] = ACTIONS(5211), + [anon_sym_BANGin] = ACTIONS(5211), + [anon_sym_is] = ACTIONS(5209), + [anon_sym_BANGis] = ACTIONS(5211), + [anon_sym_PLUS] = ACTIONS(5209), + [anon_sym_DASH] = ACTIONS(5209), + [anon_sym_SLASH] = ACTIONS(5209), + [anon_sym_PERCENT] = ACTIONS(5209), + [anon_sym_as_QMARK] = ACTIONS(5211), + [anon_sym_PLUS_PLUS] = ACTIONS(5211), + [anon_sym_DASH_DASH] = ACTIONS(5211), + [anon_sym_BANG] = ACTIONS(5209), + [anon_sym_BANG_BANG] = ACTIONS(5211), + [anon_sym_data] = ACTIONS(5209), + [anon_sym_inner] = ACTIONS(5209), + [anon_sym_value] = ACTIONS(5209), + [anon_sym_expect] = ACTIONS(5209), + [anon_sym_actual] = ACTIONS(5209), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5211), + [anon_sym_continue_AT] = ACTIONS(5211), + [anon_sym_break_AT] = ACTIONS(5211), + [anon_sym_this_AT] = ACTIONS(5211), + [anon_sym_super_AT] = ACTIONS(5211), + [sym_real_literal] = ACTIONS(5211), + [sym_integer_literal] = ACTIONS(5209), + [sym_hex_literal] = ACTIONS(5211), + [sym_bin_literal] = ACTIONS(5211), + [anon_sym_true] = ACTIONS(5209), + [anon_sym_false] = ACTIONS(5209), + [anon_sym_SQUOTE] = ACTIONS(5211), + [sym__backtick_identifier] = ACTIONS(5211), + [sym__automatic_semicolon] = ACTIONS(5211), + [sym_safe_nav] = ACTIONS(5211), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5211), }, - [3361] = { - [sym_enum_class_body] = STATE(3472), - [sym__alpha_identifier] = ACTIONS(4467), - [anon_sym_AT] = ACTIONS(4469), - [anon_sym_LBRACK] = ACTIONS(4469), - [anon_sym_RBRACK] = ACTIONS(4469), - [anon_sym_as] = ACTIONS(4467), - [anon_sym_EQ] = ACTIONS(4467), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4469), - [anon_sym_LPAREN] = ACTIONS(4469), - [anon_sym_COMMA] = ACTIONS(4469), - [anon_sym_RPAREN] = ACTIONS(4469), - [anon_sym_LT] = ACTIONS(4467), - [anon_sym_GT] = ACTIONS(4467), - [anon_sym_where] = ACTIONS(4467), - [anon_sym_DOT] = ACTIONS(4467), - [anon_sym_SEMI] = ACTIONS(4469), - [anon_sym_get] = ACTIONS(4467), - [anon_sym_set] = ACTIONS(4467), - [anon_sym_STAR] = ACTIONS(4467), - [anon_sym_DASH_GT] = ACTIONS(4469), - [sym_label] = ACTIONS(4469), - [anon_sym_in] = ACTIONS(4467), - [anon_sym_while] = ACTIONS(4467), - [anon_sym_DOT_DOT] = ACTIONS(4469), - [anon_sym_QMARK_COLON] = ACTIONS(4469), - [anon_sym_AMP_AMP] = ACTIONS(4469), - [anon_sym_PIPE_PIPE] = ACTIONS(4469), - [anon_sym_else] = ACTIONS(4467), - [anon_sym_COLON_COLON] = ACTIONS(4469), - [anon_sym_PLUS_EQ] = ACTIONS(4469), - [anon_sym_DASH_EQ] = ACTIONS(4469), - [anon_sym_STAR_EQ] = ACTIONS(4469), - [anon_sym_SLASH_EQ] = ACTIONS(4469), - [anon_sym_PERCENT_EQ] = ACTIONS(4469), - [anon_sym_BANG_EQ] = ACTIONS(4467), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4469), - [anon_sym_EQ_EQ] = ACTIONS(4467), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4469), - [anon_sym_LT_EQ] = ACTIONS(4469), - [anon_sym_GT_EQ] = ACTIONS(4469), - [anon_sym_BANGin] = ACTIONS(4469), - [anon_sym_is] = ACTIONS(4467), - [anon_sym_BANGis] = ACTIONS(4469), - [anon_sym_PLUS] = ACTIONS(4467), - [anon_sym_DASH] = ACTIONS(4467), - [anon_sym_SLASH] = ACTIONS(4467), - [anon_sym_PERCENT] = ACTIONS(4467), - [anon_sym_as_QMARK] = ACTIONS(4469), - [anon_sym_PLUS_PLUS] = ACTIONS(4469), - [anon_sym_DASH_DASH] = ACTIONS(4469), - [anon_sym_BANG_BANG] = ACTIONS(4469), - [anon_sym_suspend] = ACTIONS(4467), - [anon_sym_sealed] = ACTIONS(4467), - [anon_sym_annotation] = ACTIONS(4467), - [anon_sym_data] = ACTIONS(4467), - [anon_sym_inner] = ACTIONS(4467), - [anon_sym_value] = ACTIONS(4467), - [anon_sym_override] = ACTIONS(4467), - [anon_sym_lateinit] = ACTIONS(4467), - [anon_sym_public] = ACTIONS(4467), - [anon_sym_private] = ACTIONS(4467), - [anon_sym_internal] = ACTIONS(4467), - [anon_sym_protected] = ACTIONS(4467), - [anon_sym_tailrec] = ACTIONS(4467), - [anon_sym_operator] = ACTIONS(4467), - [anon_sym_infix] = ACTIONS(4467), - [anon_sym_inline] = ACTIONS(4467), - [anon_sym_external] = ACTIONS(4467), - [sym_property_modifier] = ACTIONS(4467), - [anon_sym_abstract] = ACTIONS(4467), - [anon_sym_final] = ACTIONS(4467), - [anon_sym_open] = ACTIONS(4467), - [anon_sym_vararg] = ACTIONS(4467), - [anon_sym_noinline] = ACTIONS(4467), - [anon_sym_crossinline] = ACTIONS(4467), - [anon_sym_expect] = ACTIONS(4467), - [anon_sym_actual] = ACTIONS(4467), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4469), - [sym_safe_nav] = ACTIONS(4469), + [3241] = { + [sym__alpha_identifier] = ACTIONS(4339), + [anon_sym_AT] = ACTIONS(4341), + [anon_sym_LBRACK] = ACTIONS(4341), + [anon_sym_as] = ACTIONS(4339), + [anon_sym_EQ] = ACTIONS(4339), + [anon_sym_LBRACE] = ACTIONS(4341), + [anon_sym_RBRACE] = ACTIONS(4341), + [anon_sym_LPAREN] = ACTIONS(4341), + [anon_sym_COMMA] = ACTIONS(4341), + [anon_sym_LT] = ACTIONS(4339), + [anon_sym_GT] = ACTIONS(4339), + [anon_sym_where] = ACTIONS(4339), + [anon_sym_object] = ACTIONS(4339), + [anon_sym_fun] = ACTIONS(4339), + [anon_sym_DOT] = ACTIONS(4339), + [anon_sym_SEMI] = ACTIONS(4341), + [anon_sym_get] = ACTIONS(4339), + [anon_sym_set] = ACTIONS(4339), + [anon_sym_this] = ACTIONS(4339), + [anon_sym_super] = ACTIONS(4339), + [anon_sym_STAR] = ACTIONS(4339), + [sym_label] = ACTIONS(4339), + [anon_sym_in] = ACTIONS(4339), + [anon_sym_DOT_DOT] = ACTIONS(4341), + [anon_sym_QMARK_COLON] = ACTIONS(4341), + [anon_sym_AMP_AMP] = ACTIONS(4341), + [anon_sym_PIPE_PIPE] = ACTIONS(4341), + [anon_sym_null] = ACTIONS(4339), + [anon_sym_if] = ACTIONS(4339), + [anon_sym_else] = ACTIONS(4339), + [anon_sym_when] = ACTIONS(4339), + [anon_sym_try] = ACTIONS(4339), + [anon_sym_throw] = ACTIONS(4339), + [anon_sym_return] = ACTIONS(4339), + [anon_sym_continue] = ACTIONS(4339), + [anon_sym_break] = ACTIONS(4339), + [anon_sym_COLON_COLON] = ACTIONS(4341), + [anon_sym_PLUS_EQ] = ACTIONS(4341), + [anon_sym_DASH_EQ] = ACTIONS(4341), + [anon_sym_STAR_EQ] = ACTIONS(4341), + [anon_sym_SLASH_EQ] = ACTIONS(4341), + [anon_sym_PERCENT_EQ] = ACTIONS(4341), + [anon_sym_BANG_EQ] = ACTIONS(4339), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4341), + [anon_sym_EQ_EQ] = ACTIONS(4339), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4341), + [anon_sym_LT_EQ] = ACTIONS(4341), + [anon_sym_GT_EQ] = ACTIONS(4341), + [anon_sym_BANGin] = ACTIONS(4341), + [anon_sym_is] = ACTIONS(4339), + [anon_sym_BANGis] = ACTIONS(4341), + [anon_sym_PLUS] = ACTIONS(4339), + [anon_sym_DASH] = ACTIONS(4339), + [anon_sym_SLASH] = ACTIONS(4339), + [anon_sym_PERCENT] = ACTIONS(4339), + [anon_sym_as_QMARK] = ACTIONS(4341), + [anon_sym_PLUS_PLUS] = ACTIONS(4341), + [anon_sym_DASH_DASH] = ACTIONS(4341), + [anon_sym_BANG] = ACTIONS(4339), + [anon_sym_BANG_BANG] = ACTIONS(4341), + [anon_sym_data] = ACTIONS(4339), + [anon_sym_inner] = ACTIONS(4339), + [anon_sym_value] = ACTIONS(4339), + [anon_sym_expect] = ACTIONS(4339), + [anon_sym_actual] = ACTIONS(4339), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4341), + [anon_sym_continue_AT] = ACTIONS(4341), + [anon_sym_break_AT] = ACTIONS(4341), + [anon_sym_this_AT] = ACTIONS(4341), + [anon_sym_super_AT] = ACTIONS(4341), + [sym_real_literal] = ACTIONS(4341), + [sym_integer_literal] = ACTIONS(4339), + [sym_hex_literal] = ACTIONS(4341), + [sym_bin_literal] = ACTIONS(4341), + [anon_sym_true] = ACTIONS(4339), + [anon_sym_false] = ACTIONS(4339), + [anon_sym_SQUOTE] = ACTIONS(4341), + [sym__backtick_identifier] = ACTIONS(4341), + [sym__automatic_semicolon] = ACTIONS(4341), + [sym_safe_nav] = ACTIONS(4341), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4341), }, - [3362] = { - [sym_class_body] = STATE(3478), - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_RBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_RPAREN] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(4359), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [anon_sym_DASH_GT] = ACTIONS(4361), - [sym_label] = ACTIONS(4361), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_while] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_suspend] = ACTIONS(4359), - [anon_sym_sealed] = ACTIONS(4359), - [anon_sym_annotation] = ACTIONS(4359), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_override] = ACTIONS(4359), - [anon_sym_lateinit] = ACTIONS(4359), - [anon_sym_public] = ACTIONS(4359), - [anon_sym_private] = ACTIONS(4359), - [anon_sym_internal] = ACTIONS(4359), - [anon_sym_protected] = ACTIONS(4359), - [anon_sym_tailrec] = ACTIONS(4359), - [anon_sym_operator] = ACTIONS(4359), - [anon_sym_infix] = ACTIONS(4359), - [anon_sym_inline] = ACTIONS(4359), - [anon_sym_external] = ACTIONS(4359), - [sym_property_modifier] = ACTIONS(4359), - [anon_sym_abstract] = ACTIONS(4359), - [anon_sym_final] = ACTIONS(4359), - [anon_sym_open] = ACTIONS(4359), - [anon_sym_vararg] = ACTIONS(4359), - [anon_sym_noinline] = ACTIONS(4359), - [anon_sym_crossinline] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), + [3242] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(3981), + [anon_sym_COLON] = ACTIONS(3976), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_RBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_constructor] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_RPAREN] = ACTIONS(3981), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(3976), + [anon_sym_set] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(3976), + [anon_sym_DASH_GT] = ACTIONS(3981), + [sym_label] = ACTIONS(3981), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_while] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(3976), + [anon_sym_sealed] = ACTIONS(3976), + [anon_sym_annotation] = ACTIONS(3976), + [anon_sym_data] = ACTIONS(3976), + [anon_sym_inner] = ACTIONS(3976), + [anon_sym_value] = ACTIONS(3976), + [anon_sym_override] = ACTIONS(3976), + [anon_sym_lateinit] = ACTIONS(3976), + [anon_sym_public] = ACTIONS(3976), + [anon_sym_private] = ACTIONS(3976), + [anon_sym_internal] = ACTIONS(3976), + [anon_sym_protected] = ACTIONS(3976), + [anon_sym_tailrec] = ACTIONS(3976), + [anon_sym_operator] = ACTIONS(3976), + [anon_sym_infix] = ACTIONS(3976), + [anon_sym_inline] = ACTIONS(3976), + [anon_sym_external] = ACTIONS(3976), + [sym_property_modifier] = ACTIONS(3976), + [anon_sym_abstract] = ACTIONS(3976), + [anon_sym_final] = ACTIONS(3976), + [anon_sym_open] = ACTIONS(3976), + [anon_sym_vararg] = ACTIONS(3976), + [anon_sym_noinline] = ACTIONS(3976), + [anon_sym_crossinline] = ACTIONS(3976), + [anon_sym_expect] = ACTIONS(3976), + [anon_sym_actual] = ACTIONS(3976), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3981), + [sym_safe_nav] = ACTIONS(3981), [sym_multiline_comment] = ACTIONS(3), }, - [3363] = { - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_RBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_EQ] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_RPAREN] = ACTIONS(4507), - [anon_sym_by] = ACTIONS(6623), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4505), - [anon_sym_DASH_GT] = ACTIONS(4507), - [sym_label] = ACTIONS(4507), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_while] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_PLUS_EQ] = ACTIONS(4507), - [anon_sym_DASH_EQ] = ACTIONS(4507), - [anon_sym_STAR_EQ] = ACTIONS(4507), - [anon_sym_SLASH_EQ] = ACTIONS(4507), - [anon_sym_PERCENT_EQ] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_suspend] = ACTIONS(4505), - [anon_sym_sealed] = ACTIONS(4505), - [anon_sym_annotation] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_override] = ACTIONS(4505), - [anon_sym_lateinit] = ACTIONS(4505), - [anon_sym_public] = ACTIONS(4505), - [anon_sym_private] = ACTIONS(4505), - [anon_sym_internal] = ACTIONS(4505), - [anon_sym_protected] = ACTIONS(4505), - [anon_sym_tailrec] = ACTIONS(4505), - [anon_sym_operator] = ACTIONS(4505), - [anon_sym_infix] = ACTIONS(4505), - [anon_sym_inline] = ACTIONS(4505), - [anon_sym_external] = ACTIONS(4505), - [sym_property_modifier] = ACTIONS(4505), - [anon_sym_abstract] = ACTIONS(4505), - [anon_sym_final] = ACTIONS(4505), - [anon_sym_open] = ACTIONS(4505), - [anon_sym_vararg] = ACTIONS(4505), - [anon_sym_noinline] = ACTIONS(4505), - [anon_sym_crossinline] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), + [3243] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4295), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4298), + [anon_sym_LPAREN] = ACTIONS(6682), + [anon_sym_COMMA] = ACTIONS(4298), + [anon_sym_LT] = ACTIONS(4295), + [anon_sym_GT] = ACTIONS(4295), + [anon_sym_where] = ACTIONS(4295), + [anon_sym_object] = ACTIONS(4295), + [anon_sym_fun] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4295), + [anon_sym_SEMI] = ACTIONS(4298), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(4295), + [anon_sym_super] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4295), + [anon_sym_DOT_DOT] = ACTIONS(4298), + [anon_sym_QMARK_COLON] = ACTIONS(4298), + [anon_sym_AMP_AMP] = ACTIONS(4298), + [anon_sym_PIPE_PIPE] = ACTIONS(4298), + [anon_sym_null] = ACTIONS(4295), + [anon_sym_if] = ACTIONS(4295), + [anon_sym_else] = ACTIONS(4295), + [anon_sym_when] = ACTIONS(4295), + [anon_sym_try] = ACTIONS(4295), + [anon_sym_throw] = ACTIONS(4295), + [anon_sym_return] = ACTIONS(4295), + [anon_sym_continue] = ACTIONS(4295), + [anon_sym_break] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(4295), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4298), + [anon_sym_EQ_EQ] = ACTIONS(4295), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4298), + [anon_sym_LT_EQ] = ACTIONS(4298), + [anon_sym_GT_EQ] = ACTIONS(4298), + [anon_sym_BANGin] = ACTIONS(4298), + [anon_sym_is] = ACTIONS(4295), + [anon_sym_BANGis] = ACTIONS(4298), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4295), + [anon_sym_PERCENT] = ACTIONS(4295), + [anon_sym_as_QMARK] = ACTIONS(4298), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(4295), + [anon_sym_BANG_BANG] = ACTIONS(4298), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4298), + [anon_sym_continue_AT] = ACTIONS(4298), + [anon_sym_break_AT] = ACTIONS(4298), + [anon_sym_this_AT] = ACTIONS(4298), + [anon_sym_super_AT] = ACTIONS(4298), + [sym_real_literal] = ACTIONS(4298), + [sym_integer_literal] = ACTIONS(4295), + [sym_hex_literal] = ACTIONS(4298), + [sym_bin_literal] = ACTIONS(4298), + [anon_sym_true] = ACTIONS(4295), + [anon_sym_false] = ACTIONS(4295), + [anon_sym_SQUOTE] = ACTIONS(4298), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4298), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4298), }, - [3364] = { - [sym__alpha_identifier] = ACTIONS(4179), - [anon_sym_AT] = ACTIONS(4181), - [anon_sym_COLON] = ACTIONS(4179), - [anon_sym_LBRACK] = ACTIONS(4181), - [anon_sym_as] = ACTIONS(4179), - [anon_sym_EQ] = ACTIONS(4179), - [anon_sym_LBRACE] = ACTIONS(4181), - [anon_sym_RBRACE] = ACTIONS(4181), - [anon_sym_LPAREN] = ACTIONS(4181), - [anon_sym_COMMA] = ACTIONS(4181), - [anon_sym_by] = ACTIONS(4179), - [anon_sym_LT] = ACTIONS(4179), - [anon_sym_GT] = ACTIONS(4179), - [anon_sym_where] = ACTIONS(4179), - [anon_sym_DOT] = ACTIONS(4179), - [anon_sym_SEMI] = ACTIONS(4181), - [anon_sym_get] = ACTIONS(4179), - [anon_sym_set] = ACTIONS(4179), - [anon_sym_AMP] = ACTIONS(4179), - [sym__quest] = ACTIONS(4179), - [anon_sym_STAR] = ACTIONS(4179), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4179), - [anon_sym_DOT_DOT] = ACTIONS(4181), - [anon_sym_QMARK_COLON] = ACTIONS(4181), - [anon_sym_AMP_AMP] = ACTIONS(4181), - [anon_sym_PIPE_PIPE] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4179), - [anon_sym_COLON_COLON] = ACTIONS(4181), - [anon_sym_PLUS_EQ] = ACTIONS(4181), - [anon_sym_DASH_EQ] = ACTIONS(4181), - [anon_sym_STAR_EQ] = ACTIONS(4181), - [anon_sym_SLASH_EQ] = ACTIONS(4181), - [anon_sym_PERCENT_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ] = ACTIONS(4179), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ] = ACTIONS(4179), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4181), - [anon_sym_LT_EQ] = ACTIONS(4181), - [anon_sym_GT_EQ] = ACTIONS(4181), - [anon_sym_BANGin] = ACTIONS(4181), - [anon_sym_is] = ACTIONS(4179), - [anon_sym_BANGis] = ACTIONS(4181), - [anon_sym_PLUS] = ACTIONS(4179), - [anon_sym_DASH] = ACTIONS(4179), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4179), - [anon_sym_as_QMARK] = ACTIONS(4181), - [anon_sym_PLUS_PLUS] = ACTIONS(4181), - [anon_sym_DASH_DASH] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4181), - [anon_sym_suspend] = ACTIONS(4179), - [anon_sym_sealed] = ACTIONS(4179), - [anon_sym_annotation] = ACTIONS(4179), - [anon_sym_data] = ACTIONS(4179), - [anon_sym_inner] = ACTIONS(4179), - [anon_sym_value] = ACTIONS(4179), - [anon_sym_override] = ACTIONS(4179), - [anon_sym_lateinit] = ACTIONS(4179), - [anon_sym_public] = ACTIONS(4179), - [anon_sym_private] = ACTIONS(4179), - [anon_sym_internal] = ACTIONS(4179), - [anon_sym_protected] = ACTIONS(4179), - [anon_sym_tailrec] = ACTIONS(4179), - [anon_sym_operator] = ACTIONS(4179), - [anon_sym_infix] = ACTIONS(4179), - [anon_sym_inline] = ACTIONS(4179), - [anon_sym_external] = ACTIONS(4179), - [sym_property_modifier] = ACTIONS(4179), - [anon_sym_abstract] = ACTIONS(4179), - [anon_sym_final] = ACTIONS(4179), - [anon_sym_open] = ACTIONS(4179), - [anon_sym_vararg] = ACTIONS(4179), - [anon_sym_noinline] = ACTIONS(4179), - [anon_sym_crossinline] = ACTIONS(4179), - [anon_sym_expect] = ACTIONS(4179), - [anon_sym_actual] = ACTIONS(4179), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4181), - [sym__automatic_semicolon] = ACTIONS(4181), - [sym_safe_nav] = ACTIONS(4181), + [3244] = { + [aux_sym_type_constraints_repeat1] = STATE(3244), + [sym__alpha_identifier] = ACTIONS(4389), + [anon_sym_AT] = ACTIONS(4391), + [anon_sym_LBRACK] = ACTIONS(4391), + [anon_sym_RBRACK] = ACTIONS(4391), + [anon_sym_as] = ACTIONS(4389), + [anon_sym_EQ] = ACTIONS(4389), + [anon_sym_LBRACE] = ACTIONS(4391), + [anon_sym_RBRACE] = ACTIONS(4391), + [anon_sym_LPAREN] = ACTIONS(4391), + [anon_sym_COMMA] = ACTIONS(6686), + [anon_sym_RPAREN] = ACTIONS(4391), + [anon_sym_by] = ACTIONS(4389), + [anon_sym_LT] = ACTIONS(4389), + [anon_sym_GT] = ACTIONS(4389), + [anon_sym_where] = ACTIONS(4389), + [anon_sym_DOT] = ACTIONS(4389), + [anon_sym_SEMI] = ACTIONS(4391), + [anon_sym_get] = ACTIONS(4389), + [anon_sym_set] = ACTIONS(4389), + [anon_sym_STAR] = ACTIONS(4389), + [anon_sym_DASH_GT] = ACTIONS(4391), + [sym_label] = ACTIONS(4391), + [anon_sym_in] = ACTIONS(4389), + [anon_sym_while] = ACTIONS(4389), + [anon_sym_DOT_DOT] = ACTIONS(4391), + [anon_sym_QMARK_COLON] = ACTIONS(4391), + [anon_sym_AMP_AMP] = ACTIONS(4391), + [anon_sym_PIPE_PIPE] = ACTIONS(4391), + [anon_sym_else] = ACTIONS(4389), + [anon_sym_COLON_COLON] = ACTIONS(4391), + [anon_sym_PLUS_EQ] = ACTIONS(4391), + [anon_sym_DASH_EQ] = ACTIONS(4391), + [anon_sym_STAR_EQ] = ACTIONS(4391), + [anon_sym_SLASH_EQ] = ACTIONS(4391), + [anon_sym_PERCENT_EQ] = ACTIONS(4391), + [anon_sym_BANG_EQ] = ACTIONS(4389), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4391), + [anon_sym_EQ_EQ] = ACTIONS(4389), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4391), + [anon_sym_LT_EQ] = ACTIONS(4391), + [anon_sym_GT_EQ] = ACTIONS(4391), + [anon_sym_BANGin] = ACTIONS(4391), + [anon_sym_is] = ACTIONS(4389), + [anon_sym_BANGis] = ACTIONS(4391), + [anon_sym_PLUS] = ACTIONS(4389), + [anon_sym_DASH] = ACTIONS(4389), + [anon_sym_SLASH] = ACTIONS(4389), + [anon_sym_PERCENT] = ACTIONS(4389), + [anon_sym_as_QMARK] = ACTIONS(4391), + [anon_sym_PLUS_PLUS] = ACTIONS(4391), + [anon_sym_DASH_DASH] = ACTIONS(4391), + [anon_sym_BANG_BANG] = ACTIONS(4391), + [anon_sym_suspend] = ACTIONS(4389), + [anon_sym_sealed] = ACTIONS(4389), + [anon_sym_annotation] = ACTIONS(4389), + [anon_sym_data] = ACTIONS(4389), + [anon_sym_inner] = ACTIONS(4389), + [anon_sym_value] = ACTIONS(4389), + [anon_sym_override] = ACTIONS(4389), + [anon_sym_lateinit] = ACTIONS(4389), + [anon_sym_public] = ACTIONS(4389), + [anon_sym_private] = ACTIONS(4389), + [anon_sym_internal] = ACTIONS(4389), + [anon_sym_protected] = ACTIONS(4389), + [anon_sym_tailrec] = ACTIONS(4389), + [anon_sym_operator] = ACTIONS(4389), + [anon_sym_infix] = ACTIONS(4389), + [anon_sym_inline] = ACTIONS(4389), + [anon_sym_external] = ACTIONS(4389), + [sym_property_modifier] = ACTIONS(4389), + [anon_sym_abstract] = ACTIONS(4389), + [anon_sym_final] = ACTIONS(4389), + [anon_sym_open] = ACTIONS(4389), + [anon_sym_vararg] = ACTIONS(4389), + [anon_sym_noinline] = ACTIONS(4389), + [anon_sym_crossinline] = ACTIONS(4389), + [anon_sym_expect] = ACTIONS(4389), + [anon_sym_actual] = ACTIONS(4389), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4391), + [sym_safe_nav] = ACTIONS(4391), [sym_multiline_comment] = ACTIONS(3), }, - [3365] = { - [sym__alpha_identifier] = ACTIONS(4577), - [anon_sym_AT] = ACTIONS(4579), - [anon_sym_COLON] = ACTIONS(4577), - [anon_sym_LBRACK] = ACTIONS(4579), - [anon_sym_RBRACK] = ACTIONS(4579), - [anon_sym_as] = ACTIONS(4577), - [anon_sym_EQ] = ACTIONS(4577), - [anon_sym_LBRACE] = ACTIONS(4579), - [anon_sym_RBRACE] = ACTIONS(4579), - [anon_sym_LPAREN] = ACTIONS(4579), - [anon_sym_COMMA] = ACTIONS(4579), - [anon_sym_RPAREN] = ACTIONS(4579), - [anon_sym_LT] = ACTIONS(4577), - [anon_sym_GT] = ACTIONS(4577), - [anon_sym_where] = ACTIONS(4577), - [anon_sym_DOT] = ACTIONS(4577), - [anon_sym_SEMI] = ACTIONS(4579), - [anon_sym_get] = ACTIONS(4577), - [anon_sym_set] = ACTIONS(4577), - [anon_sym_STAR] = ACTIONS(4577), - [anon_sym_DASH_GT] = ACTIONS(4579), - [sym_label] = ACTIONS(4579), - [anon_sym_in] = ACTIONS(4577), - [anon_sym_while] = ACTIONS(4577), - [anon_sym_DOT_DOT] = ACTIONS(4579), - [anon_sym_QMARK_COLON] = ACTIONS(4579), - [anon_sym_AMP_AMP] = ACTIONS(4579), - [anon_sym_PIPE_PIPE] = ACTIONS(4579), - [anon_sym_else] = ACTIONS(4577), - [anon_sym_COLON_COLON] = ACTIONS(4579), - [anon_sym_PLUS_EQ] = ACTIONS(4579), - [anon_sym_DASH_EQ] = ACTIONS(4579), - [anon_sym_STAR_EQ] = ACTIONS(4579), - [anon_sym_SLASH_EQ] = ACTIONS(4579), - [anon_sym_PERCENT_EQ] = ACTIONS(4579), - [anon_sym_BANG_EQ] = ACTIONS(4577), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4579), - [anon_sym_EQ_EQ] = ACTIONS(4577), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4579), - [anon_sym_LT_EQ] = ACTIONS(4579), - [anon_sym_GT_EQ] = ACTIONS(4579), - [anon_sym_BANGin] = ACTIONS(4579), - [anon_sym_is] = ACTIONS(4577), - [anon_sym_BANGis] = ACTIONS(4579), - [anon_sym_PLUS] = ACTIONS(4577), - [anon_sym_DASH] = ACTIONS(4577), - [anon_sym_SLASH] = ACTIONS(4577), - [anon_sym_PERCENT] = ACTIONS(4577), - [anon_sym_as_QMARK] = ACTIONS(4579), - [anon_sym_PLUS_PLUS] = ACTIONS(4579), - [anon_sym_DASH_DASH] = ACTIONS(4579), - [anon_sym_BANG_BANG] = ACTIONS(4579), - [anon_sym_suspend] = ACTIONS(4577), - [anon_sym_sealed] = ACTIONS(4577), - [anon_sym_annotation] = ACTIONS(4577), - [anon_sym_data] = ACTIONS(4577), - [anon_sym_inner] = ACTIONS(4577), - [anon_sym_value] = ACTIONS(4577), - [anon_sym_override] = ACTIONS(4577), - [anon_sym_lateinit] = ACTIONS(4577), - [anon_sym_public] = ACTIONS(4577), - [anon_sym_private] = ACTIONS(4577), - [anon_sym_internal] = ACTIONS(4577), - [anon_sym_protected] = ACTIONS(4577), - [anon_sym_tailrec] = ACTIONS(4577), - [anon_sym_operator] = ACTIONS(4577), - [anon_sym_infix] = ACTIONS(4577), - [anon_sym_inline] = ACTIONS(4577), - [anon_sym_external] = ACTIONS(4577), - [sym_property_modifier] = ACTIONS(4577), - [anon_sym_abstract] = ACTIONS(4577), - [anon_sym_final] = ACTIONS(4577), - [anon_sym_open] = ACTIONS(4577), - [anon_sym_vararg] = ACTIONS(4577), - [anon_sym_noinline] = ACTIONS(4577), - [anon_sym_crossinline] = ACTIONS(4577), - [anon_sym_expect] = ACTIONS(4577), - [anon_sym_actual] = ACTIONS(4577), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4579), - [sym_safe_nav] = ACTIONS(4579), - [sym_multiline_comment] = ACTIONS(3), + [3245] = { + [sym__alpha_identifier] = ACTIONS(5106), + [anon_sym_AT] = ACTIONS(5108), + [anon_sym_LBRACK] = ACTIONS(5108), + [anon_sym_as] = ACTIONS(5106), + [anon_sym_EQ] = ACTIONS(5106), + [anon_sym_LBRACE] = ACTIONS(5108), + [anon_sym_RBRACE] = ACTIONS(5108), + [anon_sym_LPAREN] = ACTIONS(5108), + [anon_sym_COMMA] = ACTIONS(5108), + [anon_sym_LT] = ACTIONS(5106), + [anon_sym_GT] = ACTIONS(5106), + [anon_sym_where] = ACTIONS(5106), + [anon_sym_object] = ACTIONS(5106), + [anon_sym_fun] = ACTIONS(5106), + [anon_sym_DOT] = ACTIONS(5106), + [anon_sym_SEMI] = ACTIONS(5108), + [anon_sym_get] = ACTIONS(5106), + [anon_sym_set] = ACTIONS(5106), + [anon_sym_this] = ACTIONS(5106), + [anon_sym_super] = ACTIONS(5106), + [anon_sym_STAR] = ACTIONS(5106), + [sym_label] = ACTIONS(5106), + [anon_sym_in] = ACTIONS(5106), + [anon_sym_DOT_DOT] = ACTIONS(5108), + [anon_sym_QMARK_COLON] = ACTIONS(5108), + [anon_sym_AMP_AMP] = ACTIONS(5108), + [anon_sym_PIPE_PIPE] = ACTIONS(5108), + [anon_sym_null] = ACTIONS(5106), + [anon_sym_if] = ACTIONS(5106), + [anon_sym_else] = ACTIONS(5106), + [anon_sym_when] = ACTIONS(5106), + [anon_sym_try] = ACTIONS(5106), + [anon_sym_throw] = ACTIONS(5106), + [anon_sym_return] = ACTIONS(5106), + [anon_sym_continue] = ACTIONS(5106), + [anon_sym_break] = ACTIONS(5106), + [anon_sym_COLON_COLON] = ACTIONS(5108), + [anon_sym_PLUS_EQ] = ACTIONS(5108), + [anon_sym_DASH_EQ] = ACTIONS(5108), + [anon_sym_STAR_EQ] = ACTIONS(5108), + [anon_sym_SLASH_EQ] = ACTIONS(5108), + [anon_sym_PERCENT_EQ] = ACTIONS(5108), + [anon_sym_BANG_EQ] = ACTIONS(5106), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5108), + [anon_sym_EQ_EQ] = ACTIONS(5106), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5108), + [anon_sym_LT_EQ] = ACTIONS(5108), + [anon_sym_GT_EQ] = ACTIONS(5108), + [anon_sym_BANGin] = ACTIONS(5108), + [anon_sym_is] = ACTIONS(5106), + [anon_sym_BANGis] = ACTIONS(5108), + [anon_sym_PLUS] = ACTIONS(5106), + [anon_sym_DASH] = ACTIONS(5106), + [anon_sym_SLASH] = ACTIONS(5106), + [anon_sym_PERCENT] = ACTIONS(5106), + [anon_sym_as_QMARK] = ACTIONS(5108), + [anon_sym_PLUS_PLUS] = ACTIONS(5108), + [anon_sym_DASH_DASH] = ACTIONS(5108), + [anon_sym_BANG] = ACTIONS(5106), + [anon_sym_BANG_BANG] = ACTIONS(5108), + [anon_sym_data] = ACTIONS(5106), + [anon_sym_inner] = ACTIONS(5106), + [anon_sym_value] = ACTIONS(5106), + [anon_sym_expect] = ACTIONS(5106), + [anon_sym_actual] = ACTIONS(5106), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5108), + [anon_sym_continue_AT] = ACTIONS(5108), + [anon_sym_break_AT] = ACTIONS(5108), + [anon_sym_this_AT] = ACTIONS(5108), + [anon_sym_super_AT] = ACTIONS(5108), + [sym_real_literal] = ACTIONS(5108), + [sym_integer_literal] = ACTIONS(5106), + [sym_hex_literal] = ACTIONS(5108), + [sym_bin_literal] = ACTIONS(5108), + [anon_sym_true] = ACTIONS(5106), + [anon_sym_false] = ACTIONS(5106), + [anon_sym_SQUOTE] = ACTIONS(5108), + [sym__backtick_identifier] = ACTIONS(5108), + [sym__automatic_semicolon] = ACTIONS(5108), + [sym_safe_nav] = ACTIONS(5108), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5108), }, - [3366] = { - [sym_enum_class_body] = STATE(3478), - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_RBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_RPAREN] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(4359), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [anon_sym_DASH_GT] = ACTIONS(4361), - [sym_label] = ACTIONS(4361), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_while] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_suspend] = ACTIONS(4359), - [anon_sym_sealed] = ACTIONS(4359), - [anon_sym_annotation] = ACTIONS(4359), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_override] = ACTIONS(4359), - [anon_sym_lateinit] = ACTIONS(4359), - [anon_sym_public] = ACTIONS(4359), - [anon_sym_private] = ACTIONS(4359), - [anon_sym_internal] = ACTIONS(4359), - [anon_sym_protected] = ACTIONS(4359), - [anon_sym_tailrec] = ACTIONS(4359), - [anon_sym_operator] = ACTIONS(4359), - [anon_sym_infix] = ACTIONS(4359), - [anon_sym_inline] = ACTIONS(4359), - [anon_sym_external] = ACTIONS(4359), - [sym_property_modifier] = ACTIONS(4359), - [anon_sym_abstract] = ACTIONS(4359), - [anon_sym_final] = ACTIONS(4359), - [anon_sym_open] = ACTIONS(4359), - [anon_sym_vararg] = ACTIONS(4359), - [anon_sym_noinline] = ACTIONS(4359), - [anon_sym_crossinline] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), + [3246] = { + [sym__alpha_identifier] = ACTIONS(4489), + [anon_sym_AT] = ACTIONS(4491), + [anon_sym_LBRACK] = ACTIONS(4491), + [anon_sym_as] = ACTIONS(4489), + [anon_sym_EQ] = ACTIONS(4489), + [anon_sym_LBRACE] = ACTIONS(4491), + [anon_sym_RBRACE] = ACTIONS(4491), + [anon_sym_LPAREN] = ACTIONS(4491), + [anon_sym_COMMA] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4489), + [anon_sym_GT] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(4489), + [anon_sym_object] = ACTIONS(4489), + [anon_sym_fun] = ACTIONS(4489), + [anon_sym_DOT] = ACTIONS(4489), + [anon_sym_SEMI] = ACTIONS(4491), + [anon_sym_get] = ACTIONS(4489), + [anon_sym_set] = ACTIONS(4489), + [anon_sym_this] = ACTIONS(4489), + [anon_sym_super] = ACTIONS(4489), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4489), + [anon_sym_in] = ACTIONS(4489), + [anon_sym_DOT_DOT] = ACTIONS(4491), + [anon_sym_QMARK_COLON] = ACTIONS(4491), + [anon_sym_AMP_AMP] = ACTIONS(4491), + [anon_sym_PIPE_PIPE] = ACTIONS(4491), + [anon_sym_null] = ACTIONS(4489), + [anon_sym_if] = ACTIONS(4489), + [anon_sym_else] = ACTIONS(4489), + [anon_sym_when] = ACTIONS(4489), + [anon_sym_try] = ACTIONS(4489), + [anon_sym_throw] = ACTIONS(4489), + [anon_sym_return] = ACTIONS(4489), + [anon_sym_continue] = ACTIONS(4489), + [anon_sym_break] = ACTIONS(4489), + [anon_sym_COLON_COLON] = ACTIONS(4491), + [anon_sym_PLUS_EQ] = ACTIONS(4491), + [anon_sym_DASH_EQ] = ACTIONS(4491), + [anon_sym_STAR_EQ] = ACTIONS(4491), + [anon_sym_SLASH_EQ] = ACTIONS(4491), + [anon_sym_PERCENT_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4491), + [anon_sym_LT_EQ] = ACTIONS(4491), + [anon_sym_GT_EQ] = ACTIONS(4491), + [anon_sym_BANGin] = ACTIONS(4491), + [anon_sym_is] = ACTIONS(4489), + [anon_sym_BANGis] = ACTIONS(4491), + [anon_sym_PLUS] = ACTIONS(4489), + [anon_sym_DASH] = ACTIONS(4489), + [anon_sym_SLASH] = ACTIONS(4489), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4491), + [anon_sym_DASH_DASH] = ACTIONS(4491), + [anon_sym_BANG] = ACTIONS(4489), + [anon_sym_BANG_BANG] = ACTIONS(4491), + [anon_sym_data] = ACTIONS(4489), + [anon_sym_inner] = ACTIONS(4489), + [anon_sym_value] = ACTIONS(4489), + [anon_sym_expect] = ACTIONS(4489), + [anon_sym_actual] = ACTIONS(4489), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4491), + [anon_sym_continue_AT] = ACTIONS(4491), + [anon_sym_break_AT] = ACTIONS(4491), + [anon_sym_this_AT] = ACTIONS(4491), + [anon_sym_super_AT] = ACTIONS(4491), + [sym_real_literal] = ACTIONS(4491), + [sym_integer_literal] = ACTIONS(4489), + [sym_hex_literal] = ACTIONS(4491), + [sym_bin_literal] = ACTIONS(4491), + [anon_sym_true] = ACTIONS(4489), + [anon_sym_false] = ACTIONS(4489), + [anon_sym_SQUOTE] = ACTIONS(4491), + [sym__backtick_identifier] = ACTIONS(4491), + [sym__automatic_semicolon] = ACTIONS(4491), + [sym_safe_nav] = ACTIONS(4491), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4491), }, - [3367] = { - [sym__alpha_identifier] = ACTIONS(4585), - [anon_sym_AT] = ACTIONS(4587), - [anon_sym_COLON] = ACTIONS(4585), - [anon_sym_LBRACK] = ACTIONS(4587), - [anon_sym_RBRACK] = ACTIONS(4587), - [anon_sym_as] = ACTIONS(4585), - [anon_sym_EQ] = ACTIONS(4585), - [anon_sym_LBRACE] = ACTIONS(4587), - [anon_sym_RBRACE] = ACTIONS(4587), - [anon_sym_LPAREN] = ACTIONS(4587), - [anon_sym_COMMA] = ACTIONS(4587), - [anon_sym_RPAREN] = ACTIONS(4587), - [anon_sym_LT] = ACTIONS(4585), - [anon_sym_GT] = ACTIONS(4585), - [anon_sym_where] = ACTIONS(4585), - [anon_sym_DOT] = ACTIONS(4585), - [anon_sym_SEMI] = ACTIONS(4587), - [anon_sym_get] = ACTIONS(4585), - [anon_sym_set] = ACTIONS(4585), - [anon_sym_STAR] = ACTIONS(4585), - [anon_sym_DASH_GT] = ACTIONS(4587), - [sym_label] = ACTIONS(4587), - [anon_sym_in] = ACTIONS(4585), - [anon_sym_while] = ACTIONS(4585), - [anon_sym_DOT_DOT] = ACTIONS(4587), - [anon_sym_QMARK_COLON] = ACTIONS(4587), - [anon_sym_AMP_AMP] = ACTIONS(4587), - [anon_sym_PIPE_PIPE] = ACTIONS(4587), - [anon_sym_else] = ACTIONS(4585), - [anon_sym_COLON_COLON] = ACTIONS(4587), - [anon_sym_PLUS_EQ] = ACTIONS(4587), - [anon_sym_DASH_EQ] = ACTIONS(4587), - [anon_sym_STAR_EQ] = ACTIONS(4587), - [anon_sym_SLASH_EQ] = ACTIONS(4587), - [anon_sym_PERCENT_EQ] = ACTIONS(4587), - [anon_sym_BANG_EQ] = ACTIONS(4585), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4587), - [anon_sym_EQ_EQ] = ACTIONS(4585), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4587), - [anon_sym_LT_EQ] = ACTIONS(4587), - [anon_sym_GT_EQ] = ACTIONS(4587), - [anon_sym_BANGin] = ACTIONS(4587), - [anon_sym_is] = ACTIONS(4585), - [anon_sym_BANGis] = ACTIONS(4587), - [anon_sym_PLUS] = ACTIONS(4585), - [anon_sym_DASH] = ACTIONS(4585), - [anon_sym_SLASH] = ACTIONS(4585), - [anon_sym_PERCENT] = ACTIONS(4585), - [anon_sym_as_QMARK] = ACTIONS(4587), - [anon_sym_PLUS_PLUS] = ACTIONS(4587), - [anon_sym_DASH_DASH] = ACTIONS(4587), - [anon_sym_BANG_BANG] = ACTIONS(4587), - [anon_sym_suspend] = ACTIONS(4585), - [anon_sym_sealed] = ACTIONS(4585), - [anon_sym_annotation] = ACTIONS(4585), - [anon_sym_data] = ACTIONS(4585), - [anon_sym_inner] = ACTIONS(4585), - [anon_sym_value] = ACTIONS(4585), - [anon_sym_override] = ACTIONS(4585), - [anon_sym_lateinit] = ACTIONS(4585), - [anon_sym_public] = ACTIONS(4585), - [anon_sym_private] = ACTIONS(4585), - [anon_sym_internal] = ACTIONS(4585), - [anon_sym_protected] = ACTIONS(4585), - [anon_sym_tailrec] = ACTIONS(4585), - [anon_sym_operator] = ACTIONS(4585), - [anon_sym_infix] = ACTIONS(4585), - [anon_sym_inline] = ACTIONS(4585), - [anon_sym_external] = ACTIONS(4585), - [sym_property_modifier] = ACTIONS(4585), - [anon_sym_abstract] = ACTIONS(4585), - [anon_sym_final] = ACTIONS(4585), - [anon_sym_open] = ACTIONS(4585), - [anon_sym_vararg] = ACTIONS(4585), - [anon_sym_noinline] = ACTIONS(4585), - [anon_sym_crossinline] = ACTIONS(4585), - [anon_sym_expect] = ACTIONS(4585), - [anon_sym_actual] = ACTIONS(4585), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4587), - [sym_safe_nav] = ACTIONS(4587), + [3247] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4281), + [anon_sym_EQ] = ACTIONS(4281), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4284), + [anon_sym_LPAREN] = ACTIONS(6662), + [anon_sym_COMMA] = ACTIONS(4284), + [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(4284), + [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(4284), + [anon_sym_QMARK_COLON] = ACTIONS(4284), + [anon_sym_AMP_AMP] = ACTIONS(4284), + [anon_sym_PIPE_PIPE] = ACTIONS(4284), + [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(4284), + [anon_sym_PLUS_EQ] = ACTIONS(4284), + [anon_sym_DASH_EQ] = ACTIONS(4284), + [anon_sym_STAR_EQ] = ACTIONS(4284), + [anon_sym_SLASH_EQ] = ACTIONS(4284), + [anon_sym_PERCENT_EQ] = ACTIONS(4284), + [anon_sym_BANG_EQ] = ACTIONS(4281), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), + [anon_sym_EQ_EQ] = ACTIONS(4281), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), + [anon_sym_LT_EQ] = ACTIONS(4284), + [anon_sym_GT_EQ] = ACTIONS(4284), + [anon_sym_BANGin] = ACTIONS(4284), + [anon_sym_is] = ACTIONS(4281), + [anon_sym_BANGis] = ACTIONS(4284), + [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(4284), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(4281), + [anon_sym_BANG_BANG] = ACTIONS(4284), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4284), + [anon_sym_continue_AT] = ACTIONS(4284), + [anon_sym_break_AT] = ACTIONS(4284), + [anon_sym_this_AT] = ACTIONS(4284), + [anon_sym_super_AT] = ACTIONS(4284), + [sym_real_literal] = ACTIONS(4284), + [sym_integer_literal] = ACTIONS(4281), + [sym_hex_literal] = ACTIONS(4284), + [sym_bin_literal] = ACTIONS(4284), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [anon_sym_SQUOTE] = ACTIONS(4284), + [sym__backtick_identifier] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4284), + [sym_safe_nav] = ACTIONS(4284), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4284), }, - [3368] = { - [sym_class_body] = STATE(3480), - [sym__alpha_identifier] = ACTIONS(4644), - [anon_sym_AT] = ACTIONS(4646), - [anon_sym_LBRACK] = ACTIONS(4646), - [anon_sym_RBRACK] = ACTIONS(4646), - [anon_sym_as] = ACTIONS(4644), - [anon_sym_EQ] = ACTIONS(4644), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4646), - [anon_sym_LPAREN] = ACTIONS(4646), - [anon_sym_COMMA] = ACTIONS(4646), - [anon_sym_RPAREN] = ACTIONS(4646), - [anon_sym_LT] = ACTIONS(4644), - [anon_sym_GT] = ACTIONS(4644), - [anon_sym_where] = ACTIONS(4644), - [anon_sym_DOT] = ACTIONS(4644), - [anon_sym_SEMI] = ACTIONS(4646), - [anon_sym_get] = ACTIONS(4644), - [anon_sym_set] = ACTIONS(4644), - [anon_sym_STAR] = ACTIONS(4644), - [anon_sym_DASH_GT] = ACTIONS(4646), - [sym_label] = ACTIONS(4646), - [anon_sym_in] = ACTIONS(4644), - [anon_sym_while] = ACTIONS(4644), - [anon_sym_DOT_DOT] = ACTIONS(4646), - [anon_sym_QMARK_COLON] = ACTIONS(4646), - [anon_sym_AMP_AMP] = ACTIONS(4646), - [anon_sym_PIPE_PIPE] = ACTIONS(4646), - [anon_sym_else] = ACTIONS(4644), - [anon_sym_COLON_COLON] = ACTIONS(4646), - [anon_sym_PLUS_EQ] = ACTIONS(4646), - [anon_sym_DASH_EQ] = ACTIONS(4646), - [anon_sym_STAR_EQ] = ACTIONS(4646), - [anon_sym_SLASH_EQ] = ACTIONS(4646), - [anon_sym_PERCENT_EQ] = ACTIONS(4646), - [anon_sym_BANG_EQ] = ACTIONS(4644), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4646), - [anon_sym_EQ_EQ] = ACTIONS(4644), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4646), - [anon_sym_LT_EQ] = ACTIONS(4646), - [anon_sym_GT_EQ] = ACTIONS(4646), - [anon_sym_BANGin] = ACTIONS(4646), - [anon_sym_is] = ACTIONS(4644), - [anon_sym_BANGis] = ACTIONS(4646), - [anon_sym_PLUS] = ACTIONS(4644), - [anon_sym_DASH] = ACTIONS(4644), - [anon_sym_SLASH] = ACTIONS(4644), - [anon_sym_PERCENT] = ACTIONS(4644), - [anon_sym_as_QMARK] = ACTIONS(4646), - [anon_sym_PLUS_PLUS] = ACTIONS(4646), - [anon_sym_DASH_DASH] = ACTIONS(4646), - [anon_sym_BANG_BANG] = ACTIONS(4646), - [anon_sym_suspend] = ACTIONS(4644), - [anon_sym_sealed] = ACTIONS(4644), - [anon_sym_annotation] = ACTIONS(4644), - [anon_sym_data] = ACTIONS(4644), - [anon_sym_inner] = ACTIONS(4644), - [anon_sym_value] = ACTIONS(4644), - [anon_sym_override] = ACTIONS(4644), - [anon_sym_lateinit] = ACTIONS(4644), - [anon_sym_public] = ACTIONS(4644), - [anon_sym_private] = ACTIONS(4644), - [anon_sym_internal] = ACTIONS(4644), - [anon_sym_protected] = ACTIONS(4644), - [anon_sym_tailrec] = ACTIONS(4644), - [anon_sym_operator] = ACTIONS(4644), - [anon_sym_infix] = ACTIONS(4644), - [anon_sym_inline] = ACTIONS(4644), - [anon_sym_external] = ACTIONS(4644), - [sym_property_modifier] = ACTIONS(4644), - [anon_sym_abstract] = ACTIONS(4644), - [anon_sym_final] = ACTIONS(4644), - [anon_sym_open] = ACTIONS(4644), - [anon_sym_vararg] = ACTIONS(4644), - [anon_sym_noinline] = ACTIONS(4644), - [anon_sym_crossinline] = ACTIONS(4644), - [anon_sym_expect] = ACTIONS(4644), - [anon_sym_actual] = ACTIONS(4644), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4646), - [sym_safe_nav] = ACTIONS(4646), + [3248] = { + [sym_value_arguments] = STATE(3497), + [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_by] = ACTIONS(6689), + [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_value] = 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), }, - [3369] = { - [sym_type_constraints] = STATE(3750), - [sym_function_body] = STATE(3507), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_RPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_while] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), + [3249] = { + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4479), + [anon_sym_super_AT] = ACTIONS(4479), + [sym_real_literal] = ACTIONS(4479), + [sym_integer_literal] = ACTIONS(4477), + [sym_hex_literal] = ACTIONS(4479), + [sym_bin_literal] = ACTIONS(4479), + [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), }, - [3370] = { - [sym__alpha_identifier] = ACTIONS(4854), - [anon_sym_AT] = ACTIONS(4856), - [anon_sym_LBRACK] = ACTIONS(4856), - [anon_sym_RBRACK] = ACTIONS(4856), - [anon_sym_as] = ACTIONS(4854), - [anon_sym_EQ] = ACTIONS(4854), - [anon_sym_LBRACE] = ACTIONS(4856), - [anon_sym_RBRACE] = ACTIONS(4856), - [anon_sym_LPAREN] = ACTIONS(4856), - [anon_sym_COMMA] = ACTIONS(4856), - [anon_sym_RPAREN] = ACTIONS(4856), - [anon_sym_LT] = ACTIONS(4854), - [anon_sym_GT] = ACTIONS(4854), - [anon_sym_where] = ACTIONS(4854), - [anon_sym_DOT] = ACTIONS(4854), - [anon_sym_SEMI] = ACTIONS(4856), - [anon_sym_get] = ACTIONS(4854), - [anon_sym_set] = ACTIONS(4854), - [anon_sym_STAR] = ACTIONS(4854), - [anon_sym_DASH_GT] = ACTIONS(4856), - [sym_label] = ACTIONS(4856), - [anon_sym_in] = ACTIONS(4854), - [anon_sym_while] = ACTIONS(4854), - [anon_sym_DOT_DOT] = ACTIONS(4856), - [anon_sym_QMARK_COLON] = ACTIONS(4856), - [anon_sym_AMP_AMP] = ACTIONS(4856), - [anon_sym_PIPE_PIPE] = ACTIONS(4856), - [anon_sym_else] = ACTIONS(4854), - [anon_sym_COLON_COLON] = ACTIONS(4856), - [anon_sym_PLUS_EQ] = ACTIONS(4856), - [anon_sym_DASH_EQ] = ACTIONS(4856), - [anon_sym_STAR_EQ] = ACTIONS(4856), - [anon_sym_SLASH_EQ] = ACTIONS(4856), - [anon_sym_PERCENT_EQ] = ACTIONS(4856), - [anon_sym_BANG_EQ] = ACTIONS(4854), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4856), - [anon_sym_EQ_EQ] = ACTIONS(4854), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4856), - [anon_sym_LT_EQ] = ACTIONS(4856), - [anon_sym_GT_EQ] = ACTIONS(4856), - [anon_sym_BANGin] = ACTIONS(4856), - [anon_sym_is] = ACTIONS(4854), - [anon_sym_BANGis] = ACTIONS(4856), - [anon_sym_PLUS] = ACTIONS(4854), - [anon_sym_DASH] = ACTIONS(4854), - [anon_sym_SLASH] = ACTIONS(4854), - [anon_sym_PERCENT] = ACTIONS(4854), - [anon_sym_as_QMARK] = ACTIONS(4856), - [anon_sym_PLUS_PLUS] = ACTIONS(4856), - [anon_sym_DASH_DASH] = ACTIONS(4856), - [anon_sym_BANG_BANG] = ACTIONS(4856), - [anon_sym_suspend] = ACTIONS(4854), - [anon_sym_sealed] = ACTIONS(4854), - [anon_sym_annotation] = ACTIONS(4854), - [anon_sym_data] = ACTIONS(4854), - [anon_sym_inner] = ACTIONS(4854), - [anon_sym_value] = ACTIONS(4854), - [anon_sym_override] = ACTIONS(4854), - [anon_sym_lateinit] = ACTIONS(4854), - [anon_sym_public] = ACTIONS(4854), - [anon_sym_private] = ACTIONS(4854), - [anon_sym_internal] = ACTIONS(4854), - [anon_sym_protected] = ACTIONS(4854), - [anon_sym_tailrec] = ACTIONS(4854), - [anon_sym_operator] = ACTIONS(4854), - [anon_sym_infix] = ACTIONS(4854), - [anon_sym_inline] = ACTIONS(4854), - [anon_sym_external] = ACTIONS(4854), - [sym_property_modifier] = ACTIONS(4854), - [anon_sym_abstract] = ACTIONS(4854), - [anon_sym_final] = ACTIONS(4854), - [anon_sym_open] = ACTIONS(4854), - [anon_sym_vararg] = ACTIONS(4854), - [anon_sym_noinline] = ACTIONS(4854), - [anon_sym_crossinline] = ACTIONS(4854), - [anon_sym_expect] = ACTIONS(4854), - [anon_sym_actual] = ACTIONS(4854), + [3250] = { + [sym__alpha_identifier] = ACTIONS(5199), + [anon_sym_AT] = ACTIONS(5201), + [anon_sym_LBRACK] = ACTIONS(5201), + [anon_sym_as] = ACTIONS(5199), + [anon_sym_EQ] = ACTIONS(5199), + [anon_sym_LBRACE] = ACTIONS(5201), + [anon_sym_RBRACE] = ACTIONS(5201), + [anon_sym_LPAREN] = ACTIONS(5201), + [anon_sym_COMMA] = ACTIONS(5201), + [anon_sym_LT] = ACTIONS(5199), + [anon_sym_GT] = ACTIONS(5199), + [anon_sym_where] = ACTIONS(5199), + [anon_sym_object] = ACTIONS(5199), + [anon_sym_fun] = ACTIONS(5199), + [anon_sym_DOT] = ACTIONS(5199), + [anon_sym_SEMI] = ACTIONS(5201), + [anon_sym_get] = ACTIONS(5199), + [anon_sym_set] = ACTIONS(5199), + [anon_sym_this] = ACTIONS(5199), + [anon_sym_super] = ACTIONS(5199), + [anon_sym_STAR] = ACTIONS(5199), + [sym_label] = ACTIONS(5199), + [anon_sym_in] = ACTIONS(5199), + [anon_sym_DOT_DOT] = ACTIONS(5201), + [anon_sym_QMARK_COLON] = ACTIONS(5201), + [anon_sym_AMP_AMP] = ACTIONS(5201), + [anon_sym_PIPE_PIPE] = ACTIONS(5201), + [anon_sym_null] = ACTIONS(5199), + [anon_sym_if] = ACTIONS(5199), + [anon_sym_else] = ACTIONS(5199), + [anon_sym_when] = ACTIONS(5199), + [anon_sym_try] = ACTIONS(5199), + [anon_sym_throw] = ACTIONS(5199), + [anon_sym_return] = ACTIONS(5199), + [anon_sym_continue] = ACTIONS(5199), + [anon_sym_break] = ACTIONS(5199), + [anon_sym_COLON_COLON] = ACTIONS(5201), + [anon_sym_PLUS_EQ] = ACTIONS(5201), + [anon_sym_DASH_EQ] = ACTIONS(5201), + [anon_sym_STAR_EQ] = ACTIONS(5201), + [anon_sym_SLASH_EQ] = ACTIONS(5201), + [anon_sym_PERCENT_EQ] = ACTIONS(5201), + [anon_sym_BANG_EQ] = ACTIONS(5199), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5201), + [anon_sym_EQ_EQ] = ACTIONS(5199), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5201), + [anon_sym_LT_EQ] = ACTIONS(5201), + [anon_sym_GT_EQ] = ACTIONS(5201), + [anon_sym_BANGin] = ACTIONS(5201), + [anon_sym_is] = ACTIONS(5199), + [anon_sym_BANGis] = ACTIONS(5201), + [anon_sym_PLUS] = ACTIONS(5199), + [anon_sym_DASH] = ACTIONS(5199), + [anon_sym_SLASH] = ACTIONS(5199), + [anon_sym_PERCENT] = ACTIONS(5199), + [anon_sym_as_QMARK] = ACTIONS(5201), + [anon_sym_PLUS_PLUS] = ACTIONS(5201), + [anon_sym_DASH_DASH] = ACTIONS(5201), + [anon_sym_BANG] = ACTIONS(5199), + [anon_sym_BANG_BANG] = ACTIONS(5201), + [anon_sym_data] = ACTIONS(5199), + [anon_sym_inner] = ACTIONS(5199), + [anon_sym_value] = ACTIONS(5199), + [anon_sym_expect] = ACTIONS(5199), + [anon_sym_actual] = ACTIONS(5199), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4856), - [sym_safe_nav] = ACTIONS(4856), + [anon_sym_return_AT] = ACTIONS(5201), + [anon_sym_continue_AT] = ACTIONS(5201), + [anon_sym_break_AT] = ACTIONS(5201), + [anon_sym_this_AT] = ACTIONS(5201), + [anon_sym_super_AT] = ACTIONS(5201), + [sym_real_literal] = ACTIONS(5201), + [sym_integer_literal] = ACTIONS(5199), + [sym_hex_literal] = ACTIONS(5201), + [sym_bin_literal] = ACTIONS(5201), + [anon_sym_true] = ACTIONS(5199), + [anon_sym_false] = ACTIONS(5199), + [anon_sym_SQUOTE] = ACTIONS(5201), + [sym__backtick_identifier] = ACTIONS(5201), + [sym__automatic_semicolon] = ACTIONS(5201), + [sym_safe_nav] = ACTIONS(5201), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5201), }, - [3371] = { + [3251] = { + [aux_sym_nullable_type_repeat1] = STATE(3269), [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_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_LT] = ACTIONS(4237), - [anon_sym_GT] = ACTIONS(4237), [anon_sym_where] = ACTIONS(4237), - [anon_sym_DOT] = 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_AMP] = ACTIONS(6817), - [sym__quest] = ACTIONS(4237), - [anon_sym_STAR] = ACTIONS(4237), - [sym_label] = ACTIONS(4239), + [anon_sym_this] = ACTIONS(4237), + [anon_sym_super] = ACTIONS(4237), + [sym__quest] = ACTIONS(6691), + [anon_sym_STAR] = ACTIONS(4239), + [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_BANG] = ACTIONS(4239), + [anon_sym_BANG] = ACTIONS(4237), [anon_sym_suspend] = ACTIONS(4237), [anon_sym_sealed] = ACTIONS(4237), [anon_sym_annotation] = ACTIONS(4237), @@ -393457,2291 +383316,3958 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), + [anon_sym_this_AT] = ACTIONS(4239), + [anon_sym_super_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), + }, + [3252] = { + [sym__alpha_identifier] = ACTIONS(4692), + [anon_sym_AT] = ACTIONS(4694), + [anon_sym_LBRACK] = ACTIONS(4694), + [anon_sym_as] = ACTIONS(4692), + [anon_sym_EQ] = ACTIONS(4692), + [anon_sym_LBRACE] = ACTIONS(4694), + [anon_sym_RBRACE] = ACTIONS(4694), + [anon_sym_LPAREN] = ACTIONS(4694), + [anon_sym_COMMA] = ACTIONS(4694), + [anon_sym_LT] = ACTIONS(4692), + [anon_sym_GT] = ACTIONS(4692), + [anon_sym_where] = ACTIONS(4692), + [anon_sym_object] = ACTIONS(4692), + [anon_sym_fun] = ACTIONS(4692), + [anon_sym_DOT] = ACTIONS(4692), + [anon_sym_SEMI] = ACTIONS(4694), + [anon_sym_get] = ACTIONS(4692), + [anon_sym_set] = ACTIONS(4692), + [anon_sym_this] = ACTIONS(4692), + [anon_sym_super] = ACTIONS(4692), + [anon_sym_STAR] = ACTIONS(4692), + [sym_label] = ACTIONS(4692), + [anon_sym_in] = ACTIONS(4692), + [anon_sym_DOT_DOT] = ACTIONS(4694), + [anon_sym_QMARK_COLON] = ACTIONS(4694), + [anon_sym_AMP_AMP] = ACTIONS(4694), + [anon_sym_PIPE_PIPE] = ACTIONS(4694), + [anon_sym_null] = ACTIONS(4692), + [anon_sym_if] = ACTIONS(4692), + [anon_sym_else] = ACTIONS(4692), + [anon_sym_when] = ACTIONS(4692), + [anon_sym_try] = ACTIONS(4692), + [anon_sym_throw] = ACTIONS(4692), + [anon_sym_return] = ACTIONS(4692), + [anon_sym_continue] = ACTIONS(4692), + [anon_sym_break] = ACTIONS(4692), + [anon_sym_COLON_COLON] = ACTIONS(4694), + [anon_sym_PLUS_EQ] = ACTIONS(4694), + [anon_sym_DASH_EQ] = ACTIONS(4694), + [anon_sym_STAR_EQ] = ACTIONS(4694), + [anon_sym_SLASH_EQ] = ACTIONS(4694), + [anon_sym_PERCENT_EQ] = ACTIONS(4694), + [anon_sym_BANG_EQ] = ACTIONS(4692), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4694), + [anon_sym_EQ_EQ] = ACTIONS(4692), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4694), + [anon_sym_LT_EQ] = ACTIONS(4694), + [anon_sym_GT_EQ] = ACTIONS(4694), + [anon_sym_BANGin] = ACTIONS(4694), + [anon_sym_is] = ACTIONS(4692), + [anon_sym_BANGis] = ACTIONS(4694), + [anon_sym_PLUS] = ACTIONS(4692), + [anon_sym_DASH] = ACTIONS(4692), + [anon_sym_SLASH] = ACTIONS(4692), + [anon_sym_PERCENT] = ACTIONS(4692), + [anon_sym_as_QMARK] = ACTIONS(4694), + [anon_sym_PLUS_PLUS] = ACTIONS(4694), + [anon_sym_DASH_DASH] = ACTIONS(4694), + [anon_sym_BANG] = ACTIONS(4692), + [anon_sym_BANG_BANG] = ACTIONS(4694), + [anon_sym_data] = ACTIONS(4692), + [anon_sym_inner] = ACTIONS(4692), + [anon_sym_value] = ACTIONS(4692), + [anon_sym_expect] = ACTIONS(4692), + [anon_sym_actual] = ACTIONS(4692), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4694), + [anon_sym_continue_AT] = ACTIONS(4694), + [anon_sym_break_AT] = ACTIONS(4694), + [anon_sym_this_AT] = ACTIONS(4694), + [anon_sym_super_AT] = ACTIONS(4694), + [sym_real_literal] = ACTIONS(4694), + [sym_integer_literal] = ACTIONS(4692), + [sym_hex_literal] = ACTIONS(4694), + [sym_bin_literal] = ACTIONS(4694), + [anon_sym_true] = ACTIONS(4692), + [anon_sym_false] = ACTIONS(4692), + [anon_sym_SQUOTE] = ACTIONS(4694), + [sym__backtick_identifier] = ACTIONS(4694), + [sym__automatic_semicolon] = ACTIONS(4694), + [sym_safe_nav] = ACTIONS(4694), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4694), + }, + [3253] = { + [sym__alpha_identifier] = ACTIONS(4458), + [anon_sym_AT] = ACTIONS(4460), + [anon_sym_LBRACK] = ACTIONS(4460), + [anon_sym_as] = ACTIONS(4458), + [anon_sym_EQ] = ACTIONS(5102), + [anon_sym_LBRACE] = ACTIONS(4460), + [anon_sym_RBRACE] = ACTIONS(4460), + [anon_sym_LPAREN] = ACTIONS(4460), + [anon_sym_COMMA] = ACTIONS(4460), + [anon_sym_LT] = ACTIONS(4458), + [anon_sym_GT] = ACTIONS(4458), + [anon_sym_where] = ACTIONS(4458), + [anon_sym_object] = ACTIONS(4458), + [anon_sym_fun] = ACTIONS(4458), + [anon_sym_DOT] = ACTIONS(4458), + [anon_sym_SEMI] = ACTIONS(4460), + [anon_sym_get] = ACTIONS(4458), + [anon_sym_set] = ACTIONS(4458), + [anon_sym_this] = ACTIONS(4458), + [anon_sym_super] = ACTIONS(4458), + [anon_sym_STAR] = ACTIONS(4458), + [sym_label] = ACTIONS(4458), + [anon_sym_in] = ACTIONS(4458), + [anon_sym_DOT_DOT] = ACTIONS(4460), + [anon_sym_QMARK_COLON] = ACTIONS(4460), + [anon_sym_AMP_AMP] = ACTIONS(4460), + [anon_sym_PIPE_PIPE] = ACTIONS(4460), + [anon_sym_null] = ACTIONS(4458), + [anon_sym_if] = ACTIONS(4458), + [anon_sym_else] = ACTIONS(4458), + [anon_sym_when] = ACTIONS(4458), + [anon_sym_try] = ACTIONS(4458), + [anon_sym_throw] = ACTIONS(4458), + [anon_sym_return] = ACTIONS(4458), + [anon_sym_continue] = ACTIONS(4458), + [anon_sym_break] = ACTIONS(4458), + [anon_sym_COLON_COLON] = ACTIONS(4460), + [anon_sym_PLUS_EQ] = ACTIONS(5104), + [anon_sym_DASH_EQ] = ACTIONS(5104), + [anon_sym_STAR_EQ] = ACTIONS(5104), + [anon_sym_SLASH_EQ] = ACTIONS(5104), + [anon_sym_PERCENT_EQ] = ACTIONS(5104), + [anon_sym_BANG_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4460), + [anon_sym_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4460), + [anon_sym_LT_EQ] = ACTIONS(4460), + [anon_sym_GT_EQ] = ACTIONS(4460), + [anon_sym_BANGin] = ACTIONS(4460), + [anon_sym_is] = ACTIONS(4458), + [anon_sym_BANGis] = ACTIONS(4460), + [anon_sym_PLUS] = ACTIONS(4458), + [anon_sym_DASH] = ACTIONS(4458), + [anon_sym_SLASH] = ACTIONS(4458), + [anon_sym_PERCENT] = ACTIONS(4458), + [anon_sym_as_QMARK] = ACTIONS(4460), + [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(4460), + [anon_sym_BANG] = ACTIONS(4458), + [anon_sym_BANG_BANG] = ACTIONS(4460), + [anon_sym_data] = ACTIONS(4458), + [anon_sym_inner] = ACTIONS(4458), + [anon_sym_value] = ACTIONS(4458), + [anon_sym_expect] = ACTIONS(4458), + [anon_sym_actual] = ACTIONS(4458), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4460), + [anon_sym_continue_AT] = ACTIONS(4460), + [anon_sym_break_AT] = ACTIONS(4460), + [anon_sym_this_AT] = ACTIONS(4460), + [anon_sym_super_AT] = ACTIONS(4460), + [sym_real_literal] = ACTIONS(4460), + [sym_integer_literal] = ACTIONS(4458), + [sym_hex_literal] = ACTIONS(4460), + [sym_bin_literal] = ACTIONS(4460), + [anon_sym_true] = ACTIONS(4458), + [anon_sym_false] = ACTIONS(4458), + [anon_sym_SQUOTE] = ACTIONS(4460), + [sym__backtick_identifier] = ACTIONS(4460), + [sym__automatic_semicolon] = ACTIONS(4460), + [sym_safe_nav] = ACTIONS(4460), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4460), + }, + [3254] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4295), + [anon_sym_EQ] = ACTIONS(4295), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4298), + [anon_sym_LPAREN] = ACTIONS(6658), + [anon_sym_COMMA] = ACTIONS(4298), + [anon_sym_LT] = ACTIONS(4295), + [anon_sym_GT] = ACTIONS(4295), + [anon_sym_where] = ACTIONS(4295), + [anon_sym_object] = ACTIONS(4295), + [anon_sym_fun] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4295), + [anon_sym_SEMI] = ACTIONS(4298), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(4295), + [anon_sym_super] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4295), + [anon_sym_DOT_DOT] = ACTIONS(4298), + [anon_sym_QMARK_COLON] = ACTIONS(4298), + [anon_sym_AMP_AMP] = ACTIONS(4298), + [anon_sym_PIPE_PIPE] = ACTIONS(4298), + [anon_sym_null] = ACTIONS(4295), + [anon_sym_if] = ACTIONS(4295), + [anon_sym_else] = ACTIONS(4295), + [anon_sym_when] = ACTIONS(4295), + [anon_sym_try] = ACTIONS(4295), + [anon_sym_throw] = ACTIONS(4295), + [anon_sym_return] = ACTIONS(4295), + [anon_sym_continue] = ACTIONS(4295), + [anon_sym_break] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4298), + [anon_sym_DASH_EQ] = ACTIONS(4298), + [anon_sym_STAR_EQ] = ACTIONS(4298), + [anon_sym_SLASH_EQ] = ACTIONS(4298), + [anon_sym_PERCENT_EQ] = ACTIONS(4298), + [anon_sym_BANG_EQ] = ACTIONS(4295), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4298), + [anon_sym_EQ_EQ] = ACTIONS(4295), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4298), + [anon_sym_LT_EQ] = ACTIONS(4298), + [anon_sym_GT_EQ] = ACTIONS(4298), + [anon_sym_BANGin] = ACTIONS(4298), + [anon_sym_is] = ACTIONS(4295), + [anon_sym_BANGis] = ACTIONS(4298), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4295), + [anon_sym_PERCENT] = ACTIONS(4295), + [anon_sym_as_QMARK] = ACTIONS(4298), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(4295), + [anon_sym_BANG_BANG] = ACTIONS(4298), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4298), + [anon_sym_continue_AT] = ACTIONS(4298), + [anon_sym_break_AT] = ACTIONS(4298), + [anon_sym_this_AT] = ACTIONS(4298), + [anon_sym_super_AT] = ACTIONS(4298), + [sym_real_literal] = ACTIONS(4298), + [sym_integer_literal] = ACTIONS(4295), + [sym_hex_literal] = ACTIONS(4298), + [sym_bin_literal] = ACTIONS(4298), + [anon_sym_true] = ACTIONS(4295), + [anon_sym_false] = ACTIONS(4295), + [anon_sym_SQUOTE] = ACTIONS(4298), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4298), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4298), + }, + [3255] = { + [sym__alpha_identifier] = ACTIONS(5167), + [anon_sym_AT] = ACTIONS(5169), + [anon_sym_LBRACK] = ACTIONS(5169), + [anon_sym_as] = ACTIONS(5167), + [anon_sym_EQ] = ACTIONS(5167), + [anon_sym_LBRACE] = ACTIONS(5169), + [anon_sym_RBRACE] = ACTIONS(5169), + [anon_sym_LPAREN] = ACTIONS(5169), + [anon_sym_COMMA] = ACTIONS(5169), + [anon_sym_LT] = ACTIONS(5167), + [anon_sym_GT] = ACTIONS(5167), + [anon_sym_where] = ACTIONS(5167), + [anon_sym_object] = ACTIONS(5167), + [anon_sym_fun] = ACTIONS(5167), + [anon_sym_DOT] = ACTIONS(5167), + [anon_sym_SEMI] = ACTIONS(5169), + [anon_sym_get] = ACTIONS(5167), + [anon_sym_set] = ACTIONS(5167), + [anon_sym_this] = ACTIONS(5167), + [anon_sym_super] = ACTIONS(5167), + [anon_sym_STAR] = ACTIONS(5167), + [sym_label] = ACTIONS(5167), + [anon_sym_in] = ACTIONS(5167), + [anon_sym_DOT_DOT] = ACTIONS(5169), + [anon_sym_QMARK_COLON] = ACTIONS(5169), + [anon_sym_AMP_AMP] = ACTIONS(5169), + [anon_sym_PIPE_PIPE] = ACTIONS(5169), + [anon_sym_null] = ACTIONS(5167), + [anon_sym_if] = ACTIONS(5167), + [anon_sym_else] = ACTIONS(5167), + [anon_sym_when] = ACTIONS(5167), + [anon_sym_try] = ACTIONS(5167), + [anon_sym_throw] = ACTIONS(5167), + [anon_sym_return] = ACTIONS(5167), + [anon_sym_continue] = ACTIONS(5167), + [anon_sym_break] = ACTIONS(5167), + [anon_sym_COLON_COLON] = ACTIONS(5169), + [anon_sym_PLUS_EQ] = ACTIONS(5169), + [anon_sym_DASH_EQ] = ACTIONS(5169), + [anon_sym_STAR_EQ] = ACTIONS(5169), + [anon_sym_SLASH_EQ] = ACTIONS(5169), + [anon_sym_PERCENT_EQ] = ACTIONS(5169), + [anon_sym_BANG_EQ] = ACTIONS(5167), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5169), + [anon_sym_EQ_EQ] = ACTIONS(5167), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5169), + [anon_sym_LT_EQ] = ACTIONS(5169), + [anon_sym_GT_EQ] = ACTIONS(5169), + [anon_sym_BANGin] = ACTIONS(5169), + [anon_sym_is] = ACTIONS(5167), + [anon_sym_BANGis] = ACTIONS(5169), + [anon_sym_PLUS] = ACTIONS(5167), + [anon_sym_DASH] = ACTIONS(5167), + [anon_sym_SLASH] = ACTIONS(5167), + [anon_sym_PERCENT] = ACTIONS(5167), + [anon_sym_as_QMARK] = ACTIONS(5169), + [anon_sym_PLUS_PLUS] = ACTIONS(5169), + [anon_sym_DASH_DASH] = ACTIONS(5169), + [anon_sym_BANG] = ACTIONS(5167), + [anon_sym_BANG_BANG] = ACTIONS(5169), + [anon_sym_data] = ACTIONS(5167), + [anon_sym_inner] = ACTIONS(5167), + [anon_sym_value] = ACTIONS(5167), + [anon_sym_expect] = ACTIONS(5167), + [anon_sym_actual] = ACTIONS(5167), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5169), + [anon_sym_continue_AT] = ACTIONS(5169), + [anon_sym_break_AT] = ACTIONS(5169), + [anon_sym_this_AT] = ACTIONS(5169), + [anon_sym_super_AT] = ACTIONS(5169), + [sym_real_literal] = ACTIONS(5169), + [sym_integer_literal] = ACTIONS(5167), + [sym_hex_literal] = ACTIONS(5169), + [sym_bin_literal] = ACTIONS(5169), + [anon_sym_true] = ACTIONS(5167), + [anon_sym_false] = ACTIONS(5167), + [anon_sym_SQUOTE] = ACTIONS(5169), + [sym__backtick_identifier] = ACTIONS(5169), + [sym__automatic_semicolon] = ACTIONS(5169), + [sym_safe_nav] = ACTIONS(5169), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5169), + }, + [3256] = { + [sym__alpha_identifier] = ACTIONS(5171), + [anon_sym_AT] = ACTIONS(5173), + [anon_sym_LBRACK] = ACTIONS(5173), + [anon_sym_as] = ACTIONS(5171), + [anon_sym_EQ] = ACTIONS(5171), + [anon_sym_LBRACE] = ACTIONS(5173), + [anon_sym_RBRACE] = ACTIONS(5173), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_COMMA] = ACTIONS(5173), + [anon_sym_LT] = ACTIONS(5171), + [anon_sym_GT] = ACTIONS(5171), + [anon_sym_where] = ACTIONS(5171), + [anon_sym_object] = ACTIONS(5171), + [anon_sym_fun] = ACTIONS(5171), + [anon_sym_DOT] = ACTIONS(5171), + [anon_sym_SEMI] = ACTIONS(5173), + [anon_sym_get] = ACTIONS(5171), + [anon_sym_set] = ACTIONS(5171), + [anon_sym_this] = ACTIONS(5171), + [anon_sym_super] = ACTIONS(5171), + [anon_sym_STAR] = ACTIONS(5171), + [sym_label] = ACTIONS(5171), + [anon_sym_in] = ACTIONS(5171), + [anon_sym_DOT_DOT] = ACTIONS(5173), + [anon_sym_QMARK_COLON] = ACTIONS(5173), + [anon_sym_AMP_AMP] = ACTIONS(5173), + [anon_sym_PIPE_PIPE] = ACTIONS(5173), + [anon_sym_null] = ACTIONS(5171), + [anon_sym_if] = ACTIONS(5171), + [anon_sym_else] = ACTIONS(5171), + [anon_sym_when] = ACTIONS(5171), + [anon_sym_try] = ACTIONS(5171), + [anon_sym_throw] = ACTIONS(5171), + [anon_sym_return] = ACTIONS(5171), + [anon_sym_continue] = ACTIONS(5171), + [anon_sym_break] = ACTIONS(5171), + [anon_sym_COLON_COLON] = ACTIONS(5173), + [anon_sym_PLUS_EQ] = ACTIONS(5173), + [anon_sym_DASH_EQ] = ACTIONS(5173), + [anon_sym_STAR_EQ] = ACTIONS(5173), + [anon_sym_SLASH_EQ] = ACTIONS(5173), + [anon_sym_PERCENT_EQ] = ACTIONS(5173), + [anon_sym_BANG_EQ] = ACTIONS(5171), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5173), + [anon_sym_EQ_EQ] = ACTIONS(5171), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5173), + [anon_sym_LT_EQ] = ACTIONS(5173), + [anon_sym_GT_EQ] = ACTIONS(5173), + [anon_sym_BANGin] = ACTIONS(5173), + [anon_sym_is] = ACTIONS(5171), + [anon_sym_BANGis] = ACTIONS(5173), + [anon_sym_PLUS] = ACTIONS(5171), + [anon_sym_DASH] = ACTIONS(5171), + [anon_sym_SLASH] = ACTIONS(5171), + [anon_sym_PERCENT] = ACTIONS(5171), + [anon_sym_as_QMARK] = ACTIONS(5173), + [anon_sym_PLUS_PLUS] = ACTIONS(5173), + [anon_sym_DASH_DASH] = ACTIONS(5173), + [anon_sym_BANG] = ACTIONS(5171), + [anon_sym_BANG_BANG] = ACTIONS(5173), + [anon_sym_data] = ACTIONS(5171), + [anon_sym_inner] = ACTIONS(5171), + [anon_sym_value] = ACTIONS(5171), + [anon_sym_expect] = ACTIONS(5171), + [anon_sym_actual] = ACTIONS(5171), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5173), + [anon_sym_continue_AT] = ACTIONS(5173), + [anon_sym_break_AT] = ACTIONS(5173), + [anon_sym_this_AT] = ACTIONS(5173), + [anon_sym_super_AT] = ACTIONS(5173), + [sym_real_literal] = ACTIONS(5173), + [sym_integer_literal] = ACTIONS(5171), + [sym_hex_literal] = ACTIONS(5173), + [sym_bin_literal] = ACTIONS(5173), + [anon_sym_true] = ACTIONS(5171), + [anon_sym_false] = ACTIONS(5171), + [anon_sym_SQUOTE] = ACTIONS(5173), + [sym__backtick_identifier] = ACTIONS(5173), + [sym__automatic_semicolon] = ACTIONS(5173), + [sym_safe_nav] = ACTIONS(5173), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5173), + }, + [3257] = { + [sym__alpha_identifier] = ACTIONS(5068), + [anon_sym_AT] = ACTIONS(5070), + [anon_sym_LBRACK] = ACTIONS(5070), + [anon_sym_as] = ACTIONS(5068), + [anon_sym_EQ] = ACTIONS(5068), + [anon_sym_LBRACE] = ACTIONS(5070), + [anon_sym_RBRACE] = ACTIONS(5070), + [anon_sym_LPAREN] = ACTIONS(5070), + [anon_sym_COMMA] = ACTIONS(5070), + [anon_sym_LT] = ACTIONS(5068), + [anon_sym_GT] = ACTIONS(5068), + [anon_sym_where] = ACTIONS(5068), + [anon_sym_object] = ACTIONS(5068), + [anon_sym_fun] = ACTIONS(5068), + [anon_sym_DOT] = ACTIONS(5068), + [anon_sym_SEMI] = ACTIONS(5070), + [anon_sym_get] = ACTIONS(5068), + [anon_sym_set] = ACTIONS(5068), + [anon_sym_this] = ACTIONS(5068), + [anon_sym_super] = ACTIONS(5068), + [anon_sym_STAR] = ACTIONS(5068), + [sym_label] = ACTIONS(5068), + [anon_sym_in] = ACTIONS(5068), + [anon_sym_DOT_DOT] = ACTIONS(5070), + [anon_sym_QMARK_COLON] = ACTIONS(5070), + [anon_sym_AMP_AMP] = ACTIONS(5070), + [anon_sym_PIPE_PIPE] = ACTIONS(5070), + [anon_sym_null] = ACTIONS(5068), + [anon_sym_if] = ACTIONS(5068), + [anon_sym_else] = ACTIONS(5068), + [anon_sym_when] = ACTIONS(5068), + [anon_sym_try] = ACTIONS(5068), + [anon_sym_throw] = ACTIONS(5068), + [anon_sym_return] = ACTIONS(5068), + [anon_sym_continue] = ACTIONS(5068), + [anon_sym_break] = ACTIONS(5068), + [anon_sym_COLON_COLON] = ACTIONS(5070), + [anon_sym_PLUS_EQ] = ACTIONS(5070), + [anon_sym_DASH_EQ] = ACTIONS(5070), + [anon_sym_STAR_EQ] = ACTIONS(5070), + [anon_sym_SLASH_EQ] = ACTIONS(5070), + [anon_sym_PERCENT_EQ] = ACTIONS(5070), + [anon_sym_BANG_EQ] = ACTIONS(5068), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5070), + [anon_sym_EQ_EQ] = ACTIONS(5068), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5070), + [anon_sym_LT_EQ] = ACTIONS(5070), + [anon_sym_GT_EQ] = ACTIONS(5070), + [anon_sym_BANGin] = ACTIONS(5070), + [anon_sym_is] = ACTIONS(5068), + [anon_sym_BANGis] = ACTIONS(5070), + [anon_sym_PLUS] = ACTIONS(5068), + [anon_sym_DASH] = ACTIONS(5068), + [anon_sym_SLASH] = ACTIONS(5068), + [anon_sym_PERCENT] = ACTIONS(5068), + [anon_sym_as_QMARK] = ACTIONS(5070), + [anon_sym_PLUS_PLUS] = ACTIONS(5070), + [anon_sym_DASH_DASH] = ACTIONS(5070), + [anon_sym_BANG] = ACTIONS(5068), + [anon_sym_BANG_BANG] = ACTIONS(5070), + [anon_sym_data] = ACTIONS(5068), + [anon_sym_inner] = ACTIONS(5068), + [anon_sym_value] = ACTIONS(5068), + [anon_sym_expect] = ACTIONS(5068), + [anon_sym_actual] = ACTIONS(5068), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5070), + [anon_sym_continue_AT] = ACTIONS(5070), + [anon_sym_break_AT] = ACTIONS(5070), + [anon_sym_this_AT] = ACTIONS(5070), + [anon_sym_super_AT] = ACTIONS(5070), + [sym_real_literal] = ACTIONS(5070), + [sym_integer_literal] = ACTIONS(5068), + [sym_hex_literal] = ACTIONS(5070), + [sym_bin_literal] = ACTIONS(5070), + [anon_sym_true] = ACTIONS(5068), + [anon_sym_false] = ACTIONS(5068), + [anon_sym_SQUOTE] = ACTIONS(5070), + [sym__backtick_identifier] = ACTIONS(5070), + [sym__automatic_semicolon] = ACTIONS(5070), + [sym_safe_nav] = ACTIONS(5070), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5070), + }, + [3258] = { + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(1812), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_object] = ACTIONS(1810), + [anon_sym_fun] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(1810), + [anon_sym_set] = ACTIONS(1810), + [anon_sym_this] = ACTIONS(1810), + [anon_sym_super] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1810), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_null] = ACTIONS(1810), + [anon_sym_if] = ACTIONS(1810), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_when] = ACTIONS(1810), + [anon_sym_try] = ACTIONS(1810), + [anon_sym_throw] = ACTIONS(1810), + [anon_sym_return] = ACTIONS(1810), + [anon_sym_continue] = ACTIONS(1810), + [anon_sym_break] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_data] = ACTIONS(1810), + [anon_sym_inner] = ACTIONS(1810), + [anon_sym_value] = ACTIONS(1810), + [anon_sym_expect] = ACTIONS(1810), + [anon_sym_actual] = ACTIONS(1810), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1812), + [anon_sym_continue_AT] = ACTIONS(1812), + [anon_sym_break_AT] = ACTIONS(1812), + [anon_sym_this_AT] = ACTIONS(1812), + [anon_sym_super_AT] = ACTIONS(1812), + [sym_real_literal] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [sym_hex_literal] = ACTIONS(1812), + [sym_bin_literal] = ACTIONS(1812), + [anon_sym_true] = ACTIONS(1810), + [anon_sym_false] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1812), + }, + [3259] = { + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(4202), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(4200), + [anon_sym_object] = ACTIONS(4200), + [anon_sym_fun] = ACTIONS(4200), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_this] = ACTIONS(4200), + [anon_sym_super] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_null] = ACTIONS(4200), + [anon_sym_if] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_when] = ACTIONS(4200), + [anon_sym_try] = ACTIONS(4200), + [anon_sym_throw] = ACTIONS(4200), + [anon_sym_return] = ACTIONS(4200), + [anon_sym_continue] = ACTIONS(4200), + [anon_sym_break] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4202), + [anon_sym_continue_AT] = ACTIONS(4202), + [anon_sym_break_AT] = ACTIONS(4202), + [anon_sym_this_AT] = ACTIONS(4202), + [anon_sym_super_AT] = ACTIONS(4202), + [sym_real_literal] = ACTIONS(4202), + [sym_integer_literal] = ACTIONS(4200), + [sym_hex_literal] = ACTIONS(4202), + [sym_bin_literal] = ACTIONS(4202), + [anon_sym_true] = ACTIONS(4200), + [anon_sym_false] = ACTIONS(4200), + [anon_sym_SQUOTE] = ACTIONS(4202), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4202), + }, + [3260] = { + [sym__alpha_identifier] = ACTIONS(4458), + [anon_sym_AT] = ACTIONS(4460), + [anon_sym_LBRACK] = ACTIONS(4460), + [anon_sym_RBRACK] = ACTIONS(4460), + [anon_sym_as] = ACTIONS(4458), + [anon_sym_EQ] = ACTIONS(4458), + [anon_sym_LBRACE] = ACTIONS(4460), + [anon_sym_RBRACE] = ACTIONS(4460), + [anon_sym_LPAREN] = ACTIONS(4460), + [anon_sym_COMMA] = ACTIONS(4460), + [anon_sym_RPAREN] = ACTIONS(4460), + [anon_sym_LT] = ACTIONS(4458), + [anon_sym_GT] = ACTIONS(4458), + [anon_sym_where] = ACTIONS(4458), + [anon_sym_DOT] = ACTIONS(4458), + [anon_sym_SEMI] = ACTIONS(4460), + [anon_sym_get] = ACTIONS(4458), + [anon_sym_set] = ACTIONS(4458), + [anon_sym_STAR] = ACTIONS(4458), + [anon_sym_DASH_GT] = ACTIONS(4460), + [sym_label] = ACTIONS(4460), + [anon_sym_in] = ACTIONS(4458), + [anon_sym_while] = ACTIONS(4458), + [anon_sym_DOT_DOT] = ACTIONS(4460), + [anon_sym_QMARK_COLON] = ACTIONS(4460), + [anon_sym_AMP_AMP] = ACTIONS(4460), + [anon_sym_PIPE_PIPE] = ACTIONS(4460), + [anon_sym_else] = ACTIONS(4458), + [anon_sym_catch] = ACTIONS(4458), + [anon_sym_finally] = ACTIONS(4458), + [anon_sym_COLON_COLON] = ACTIONS(4460), + [anon_sym_PLUS_EQ] = ACTIONS(4460), + [anon_sym_DASH_EQ] = ACTIONS(4460), + [anon_sym_STAR_EQ] = ACTIONS(4460), + [anon_sym_SLASH_EQ] = ACTIONS(4460), + [anon_sym_PERCENT_EQ] = ACTIONS(4460), + [anon_sym_BANG_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4460), + [anon_sym_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4460), + [anon_sym_LT_EQ] = ACTIONS(4460), + [anon_sym_GT_EQ] = ACTIONS(4460), + [anon_sym_BANGin] = ACTIONS(4460), + [anon_sym_is] = ACTIONS(4458), + [anon_sym_BANGis] = ACTIONS(4460), + [anon_sym_PLUS] = ACTIONS(4458), + [anon_sym_DASH] = ACTIONS(4458), + [anon_sym_SLASH] = ACTIONS(4458), + [anon_sym_PERCENT] = ACTIONS(4458), + [anon_sym_as_QMARK] = ACTIONS(4460), + [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(4460), + [anon_sym_BANG_BANG] = ACTIONS(4460), + [anon_sym_suspend] = ACTIONS(4458), + [anon_sym_sealed] = ACTIONS(4458), + [anon_sym_annotation] = ACTIONS(4458), + [anon_sym_data] = ACTIONS(4458), + [anon_sym_inner] = ACTIONS(4458), + [anon_sym_value] = ACTIONS(4458), + [anon_sym_override] = ACTIONS(4458), + [anon_sym_lateinit] = ACTIONS(4458), + [anon_sym_public] = ACTIONS(4458), + [anon_sym_private] = ACTIONS(4458), + [anon_sym_internal] = ACTIONS(4458), + [anon_sym_protected] = ACTIONS(4458), + [anon_sym_tailrec] = ACTIONS(4458), + [anon_sym_operator] = ACTIONS(4458), + [anon_sym_infix] = ACTIONS(4458), + [anon_sym_inline] = ACTIONS(4458), + [anon_sym_external] = ACTIONS(4458), + [sym_property_modifier] = ACTIONS(4458), + [anon_sym_abstract] = ACTIONS(4458), + [anon_sym_final] = ACTIONS(4458), + [anon_sym_open] = ACTIONS(4458), + [anon_sym_vararg] = ACTIONS(4458), + [anon_sym_noinline] = ACTIONS(4458), + [anon_sym_crossinline] = ACTIONS(4458), + [anon_sym_expect] = ACTIONS(4458), + [anon_sym_actual] = ACTIONS(4458), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4460), + [sym_safe_nav] = ACTIONS(4460), + [sym_multiline_comment] = ACTIONS(3), + }, + [3261] = { + [sym_function_body] = STATE(3230), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6463), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), + }, + [3262] = { + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(4139), + [anon_sym_LBRACE] = ACTIONS(4141), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(4139), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), + }, + [3263] = { + [aux_sym_nullable_type_repeat1] = STATE(3251), + [sym__alpha_identifier] = ACTIONS(4225), + [anon_sym_AT] = ACTIONS(4227), + [anon_sym_LBRACK] = ACTIONS(4227), + [anon_sym_EQ] = ACTIONS(4227), + [anon_sym_LBRACE] = ACTIONS(4227), + [anon_sym_RBRACE] = ACTIONS(4227), + [anon_sym_LPAREN] = ACTIONS(4227), + [anon_sym_COMMA] = ACTIONS(4227), + [anon_sym_by] = ACTIONS(4225), + [anon_sym_where] = ACTIONS(4225), + [anon_sym_object] = ACTIONS(4225), + [anon_sym_fun] = ACTIONS(4225), + [anon_sym_SEMI] = ACTIONS(4227), + [anon_sym_get] = ACTIONS(4225), + [anon_sym_set] = ACTIONS(4225), + [anon_sym_this] = ACTIONS(4225), + [anon_sym_super] = ACTIONS(4225), + [sym__quest] = ACTIONS(6617), + [anon_sym_STAR] = ACTIONS(4227), + [sym_label] = ACTIONS(4225), + [anon_sym_in] = ACTIONS(4225), + [anon_sym_null] = ACTIONS(4225), + [anon_sym_if] = ACTIONS(4225), + [anon_sym_else] = ACTIONS(4225), + [anon_sym_when] = ACTIONS(4225), + [anon_sym_try] = ACTIONS(4225), + [anon_sym_throw] = ACTIONS(4225), + [anon_sym_return] = ACTIONS(4225), + [anon_sym_continue] = ACTIONS(4225), + [anon_sym_break] = ACTIONS(4225), + [anon_sym_COLON_COLON] = ACTIONS(4227), + [anon_sym_BANGin] = ACTIONS(4227), + [anon_sym_is] = ACTIONS(4225), + [anon_sym_BANGis] = ACTIONS(4227), + [anon_sym_PLUS] = ACTIONS(4225), + [anon_sym_DASH] = ACTIONS(4225), + [anon_sym_PLUS_PLUS] = ACTIONS(4227), + [anon_sym_DASH_DASH] = ACTIONS(4227), + [anon_sym_BANG] = ACTIONS(4225), + [anon_sym_suspend] = ACTIONS(4225), + [anon_sym_sealed] = ACTIONS(4225), + [anon_sym_annotation] = ACTIONS(4225), + [anon_sym_data] = ACTIONS(4225), + [anon_sym_inner] = ACTIONS(4225), + [anon_sym_value] = ACTIONS(4225), + [anon_sym_override] = ACTIONS(4225), + [anon_sym_lateinit] = ACTIONS(4225), + [anon_sym_public] = ACTIONS(4225), + [anon_sym_private] = ACTIONS(4225), + [anon_sym_internal] = ACTIONS(4225), + [anon_sym_protected] = ACTIONS(4225), + [anon_sym_tailrec] = ACTIONS(4225), + [anon_sym_operator] = ACTIONS(4225), + [anon_sym_infix] = ACTIONS(4225), + [anon_sym_inline] = ACTIONS(4225), + [anon_sym_external] = ACTIONS(4225), + [sym_property_modifier] = ACTIONS(4225), + [anon_sym_abstract] = ACTIONS(4225), + [anon_sym_final] = ACTIONS(4225), + [anon_sym_open] = ACTIONS(4225), + [anon_sym_vararg] = ACTIONS(4225), + [anon_sym_noinline] = ACTIONS(4225), + [anon_sym_crossinline] = ACTIONS(4225), + [anon_sym_expect] = ACTIONS(4225), + [anon_sym_actual] = ACTIONS(4225), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4227), + [anon_sym_continue_AT] = ACTIONS(4227), + [anon_sym_break_AT] = ACTIONS(4227), + [anon_sym_this_AT] = ACTIONS(4227), + [anon_sym_super_AT] = ACTIONS(4227), + [sym_real_literal] = ACTIONS(4227), + [sym_integer_literal] = ACTIONS(4225), + [sym_hex_literal] = ACTIONS(4227), + [sym_bin_literal] = ACTIONS(4227), + [anon_sym_true] = ACTIONS(4225), + [anon_sym_false] = ACTIONS(4225), + [anon_sym_SQUOTE] = ACTIONS(4227), + [sym__backtick_identifier] = ACTIONS(4227), + [sym__automatic_semicolon] = ACTIONS(4227), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4227), + }, + [3264] = { + [sym__alpha_identifier] = ACTIONS(5191), + [anon_sym_AT] = ACTIONS(5193), + [anon_sym_LBRACK] = ACTIONS(5193), + [anon_sym_as] = ACTIONS(5191), + [anon_sym_EQ] = ACTIONS(5191), + [anon_sym_LBRACE] = ACTIONS(5193), + [anon_sym_RBRACE] = ACTIONS(5193), + [anon_sym_LPAREN] = ACTIONS(5193), + [anon_sym_COMMA] = ACTIONS(5193), + [anon_sym_LT] = ACTIONS(5191), + [anon_sym_GT] = ACTIONS(5191), + [anon_sym_where] = ACTIONS(5191), + [anon_sym_object] = ACTIONS(5191), + [anon_sym_fun] = ACTIONS(5191), + [anon_sym_DOT] = ACTIONS(5191), + [anon_sym_SEMI] = ACTIONS(5193), + [anon_sym_get] = ACTIONS(5191), + [anon_sym_set] = ACTIONS(5191), + [anon_sym_this] = ACTIONS(5191), + [anon_sym_super] = ACTIONS(5191), + [anon_sym_STAR] = ACTIONS(5191), + [sym_label] = ACTIONS(5191), + [anon_sym_in] = ACTIONS(5191), + [anon_sym_DOT_DOT] = ACTIONS(5193), + [anon_sym_QMARK_COLON] = ACTIONS(5193), + [anon_sym_AMP_AMP] = ACTIONS(5193), + [anon_sym_PIPE_PIPE] = ACTIONS(5193), + [anon_sym_null] = ACTIONS(5191), + [anon_sym_if] = ACTIONS(5191), + [anon_sym_else] = ACTIONS(5191), + [anon_sym_when] = ACTIONS(5191), + [anon_sym_try] = ACTIONS(5191), + [anon_sym_throw] = ACTIONS(5191), + [anon_sym_return] = ACTIONS(5191), + [anon_sym_continue] = ACTIONS(5191), + [anon_sym_break] = ACTIONS(5191), + [anon_sym_COLON_COLON] = ACTIONS(5193), + [anon_sym_PLUS_EQ] = ACTIONS(5193), + [anon_sym_DASH_EQ] = ACTIONS(5193), + [anon_sym_STAR_EQ] = ACTIONS(5193), + [anon_sym_SLASH_EQ] = ACTIONS(5193), + [anon_sym_PERCENT_EQ] = ACTIONS(5193), + [anon_sym_BANG_EQ] = ACTIONS(5191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5193), + [anon_sym_EQ_EQ] = ACTIONS(5191), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5193), + [anon_sym_LT_EQ] = ACTIONS(5193), + [anon_sym_GT_EQ] = ACTIONS(5193), + [anon_sym_BANGin] = ACTIONS(5193), + [anon_sym_is] = ACTIONS(5191), + [anon_sym_BANGis] = ACTIONS(5193), + [anon_sym_PLUS] = ACTIONS(5191), + [anon_sym_DASH] = ACTIONS(5191), + [anon_sym_SLASH] = ACTIONS(5191), + [anon_sym_PERCENT] = ACTIONS(5191), + [anon_sym_as_QMARK] = ACTIONS(5193), + [anon_sym_PLUS_PLUS] = ACTIONS(5193), + [anon_sym_DASH_DASH] = ACTIONS(5193), + [anon_sym_BANG] = ACTIONS(5191), + [anon_sym_BANG_BANG] = ACTIONS(5193), + [anon_sym_data] = ACTIONS(5191), + [anon_sym_inner] = ACTIONS(5191), + [anon_sym_value] = ACTIONS(5191), + [anon_sym_expect] = ACTIONS(5191), + [anon_sym_actual] = ACTIONS(5191), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5193), + [anon_sym_continue_AT] = ACTIONS(5193), + [anon_sym_break_AT] = ACTIONS(5193), + [anon_sym_this_AT] = ACTIONS(5193), + [anon_sym_super_AT] = ACTIONS(5193), + [sym_real_literal] = ACTIONS(5193), + [sym_integer_literal] = ACTIONS(5191), + [sym_hex_literal] = ACTIONS(5193), + [sym_bin_literal] = ACTIONS(5193), + [anon_sym_true] = ACTIONS(5191), + [anon_sym_false] = ACTIONS(5191), + [anon_sym_SQUOTE] = ACTIONS(5193), + [sym__backtick_identifier] = ACTIONS(5193), + [sym__automatic_semicolon] = ACTIONS(5193), + [sym_safe_nav] = ACTIONS(5193), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5193), + }, + [3265] = { + [sym__alpha_identifier] = ACTIONS(4343), + [anon_sym_AT] = ACTIONS(4345), + [anon_sym_LBRACK] = ACTIONS(4345), + [anon_sym_RBRACK] = ACTIONS(4345), + [anon_sym_as] = ACTIONS(4343), + [anon_sym_EQ] = ACTIONS(4343), + [anon_sym_LBRACE] = ACTIONS(4345), + [anon_sym_RBRACE] = ACTIONS(4345), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_COMMA] = ACTIONS(4345), + [anon_sym_RPAREN] = ACTIONS(4345), + [anon_sym_LT] = ACTIONS(4343), + [anon_sym_GT] = ACTIONS(4343), + [anon_sym_where] = ACTIONS(4343), + [anon_sym_DOT] = ACTIONS(4343), + [anon_sym_SEMI] = ACTIONS(4345), + [anon_sym_get] = ACTIONS(4343), + [anon_sym_set] = ACTIONS(4343), + [anon_sym_STAR] = ACTIONS(4343), + [anon_sym_DASH_GT] = ACTIONS(4345), + [sym_label] = ACTIONS(4345), + [anon_sym_in] = ACTIONS(4343), + [anon_sym_while] = ACTIONS(4343), + [anon_sym_DOT_DOT] = ACTIONS(4345), + [anon_sym_QMARK_COLON] = ACTIONS(4345), + [anon_sym_AMP_AMP] = ACTIONS(4345), + [anon_sym_PIPE_PIPE] = ACTIONS(4345), + [anon_sym_else] = ACTIONS(4343), + [anon_sym_catch] = ACTIONS(4343), + [anon_sym_finally] = ACTIONS(4343), + [anon_sym_COLON_COLON] = ACTIONS(4345), + [anon_sym_PLUS_EQ] = ACTIONS(4345), + [anon_sym_DASH_EQ] = ACTIONS(4345), + [anon_sym_STAR_EQ] = ACTIONS(4345), + [anon_sym_SLASH_EQ] = ACTIONS(4345), + [anon_sym_PERCENT_EQ] = ACTIONS(4345), + [anon_sym_BANG_EQ] = ACTIONS(4343), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4345), + [anon_sym_EQ_EQ] = ACTIONS(4343), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4345), + [anon_sym_LT_EQ] = ACTIONS(4345), + [anon_sym_GT_EQ] = ACTIONS(4345), + [anon_sym_BANGin] = ACTIONS(4345), + [anon_sym_is] = ACTIONS(4343), + [anon_sym_BANGis] = ACTIONS(4345), + [anon_sym_PLUS] = ACTIONS(4343), + [anon_sym_DASH] = ACTIONS(4343), + [anon_sym_SLASH] = ACTIONS(4343), + [anon_sym_PERCENT] = ACTIONS(4343), + [anon_sym_as_QMARK] = ACTIONS(4345), + [anon_sym_PLUS_PLUS] = ACTIONS(4345), + [anon_sym_DASH_DASH] = ACTIONS(4345), + [anon_sym_BANG_BANG] = ACTIONS(4345), + [anon_sym_suspend] = ACTIONS(4343), + [anon_sym_sealed] = ACTIONS(4343), + [anon_sym_annotation] = ACTIONS(4343), + [anon_sym_data] = ACTIONS(4343), + [anon_sym_inner] = ACTIONS(4343), + [anon_sym_value] = ACTIONS(4343), + [anon_sym_override] = ACTIONS(4343), + [anon_sym_lateinit] = ACTIONS(4343), + [anon_sym_public] = ACTIONS(4343), + [anon_sym_private] = ACTIONS(4343), + [anon_sym_internal] = ACTIONS(4343), + [anon_sym_protected] = ACTIONS(4343), + [anon_sym_tailrec] = ACTIONS(4343), + [anon_sym_operator] = ACTIONS(4343), + [anon_sym_infix] = ACTIONS(4343), + [anon_sym_inline] = ACTIONS(4343), + [anon_sym_external] = ACTIONS(4343), + [sym_property_modifier] = ACTIONS(4343), + [anon_sym_abstract] = ACTIONS(4343), + [anon_sym_final] = ACTIONS(4343), + [anon_sym_open] = ACTIONS(4343), + [anon_sym_vararg] = ACTIONS(4343), + [anon_sym_noinline] = ACTIONS(4343), + [anon_sym_crossinline] = ACTIONS(4343), + [anon_sym_expect] = ACTIONS(4343), + [anon_sym_actual] = ACTIONS(4343), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4345), + [sym_safe_nav] = ACTIONS(4345), + [sym_multiline_comment] = ACTIONS(3), + }, + [3266] = { + [sym__alpha_identifier] = ACTIONS(5187), + [anon_sym_AT] = ACTIONS(5189), + [anon_sym_LBRACK] = ACTIONS(5189), + [anon_sym_as] = ACTIONS(5187), + [anon_sym_EQ] = ACTIONS(5187), + [anon_sym_LBRACE] = ACTIONS(5189), + [anon_sym_RBRACE] = ACTIONS(5189), + [anon_sym_LPAREN] = ACTIONS(5189), + [anon_sym_COMMA] = ACTIONS(5189), + [anon_sym_LT] = ACTIONS(5187), + [anon_sym_GT] = ACTIONS(5187), + [anon_sym_where] = ACTIONS(5187), + [anon_sym_object] = ACTIONS(5187), + [anon_sym_fun] = ACTIONS(5187), + [anon_sym_DOT] = ACTIONS(5187), + [anon_sym_SEMI] = ACTIONS(5189), + [anon_sym_get] = ACTIONS(5187), + [anon_sym_set] = ACTIONS(5187), + [anon_sym_this] = ACTIONS(5187), + [anon_sym_super] = ACTIONS(5187), + [anon_sym_STAR] = ACTIONS(5187), + [sym_label] = ACTIONS(5187), + [anon_sym_in] = ACTIONS(5187), + [anon_sym_DOT_DOT] = ACTIONS(5189), + [anon_sym_QMARK_COLON] = ACTIONS(5189), + [anon_sym_AMP_AMP] = ACTIONS(5189), + [anon_sym_PIPE_PIPE] = ACTIONS(5189), + [anon_sym_null] = ACTIONS(5187), + [anon_sym_if] = ACTIONS(5187), + [anon_sym_else] = ACTIONS(5187), + [anon_sym_when] = ACTIONS(5187), + [anon_sym_try] = ACTIONS(5187), + [anon_sym_throw] = ACTIONS(5187), + [anon_sym_return] = ACTIONS(5187), + [anon_sym_continue] = ACTIONS(5187), + [anon_sym_break] = ACTIONS(5187), + [anon_sym_COLON_COLON] = ACTIONS(5189), + [anon_sym_PLUS_EQ] = ACTIONS(5189), + [anon_sym_DASH_EQ] = ACTIONS(5189), + [anon_sym_STAR_EQ] = ACTIONS(5189), + [anon_sym_SLASH_EQ] = ACTIONS(5189), + [anon_sym_PERCENT_EQ] = ACTIONS(5189), + [anon_sym_BANG_EQ] = ACTIONS(5187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5189), + [anon_sym_EQ_EQ] = ACTIONS(5187), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5189), + [anon_sym_LT_EQ] = ACTIONS(5189), + [anon_sym_GT_EQ] = ACTIONS(5189), + [anon_sym_BANGin] = ACTIONS(5189), + [anon_sym_is] = ACTIONS(5187), + [anon_sym_BANGis] = ACTIONS(5189), + [anon_sym_PLUS] = ACTIONS(5187), + [anon_sym_DASH] = ACTIONS(5187), + [anon_sym_SLASH] = ACTIONS(5187), + [anon_sym_PERCENT] = ACTIONS(5187), + [anon_sym_as_QMARK] = ACTIONS(5189), + [anon_sym_PLUS_PLUS] = ACTIONS(5189), + [anon_sym_DASH_DASH] = ACTIONS(5189), + [anon_sym_BANG] = ACTIONS(5187), + [anon_sym_BANG_BANG] = ACTIONS(5189), + [anon_sym_data] = ACTIONS(5187), + [anon_sym_inner] = ACTIONS(5187), + [anon_sym_value] = ACTIONS(5187), + [anon_sym_expect] = ACTIONS(5187), + [anon_sym_actual] = ACTIONS(5187), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5189), + [anon_sym_continue_AT] = ACTIONS(5189), + [anon_sym_break_AT] = ACTIONS(5189), + [anon_sym_this_AT] = ACTIONS(5189), + [anon_sym_super_AT] = ACTIONS(5189), + [sym_real_literal] = ACTIONS(5189), + [sym_integer_literal] = ACTIONS(5187), + [sym_hex_literal] = ACTIONS(5189), + [sym_bin_literal] = ACTIONS(5189), + [anon_sym_true] = ACTIONS(5187), + [anon_sym_false] = ACTIONS(5187), + [anon_sym_SQUOTE] = ACTIONS(5189), + [sym__backtick_identifier] = ACTIONS(5189), + [sym__automatic_semicolon] = ACTIONS(5189), + [sym_safe_nav] = ACTIONS(5189), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5189), + }, + [3267] = { + [sym__alpha_identifier] = ACTIONS(4343), + [anon_sym_AT] = ACTIONS(4345), + [anon_sym_LBRACK] = ACTIONS(4345), + [anon_sym_as] = ACTIONS(4343), + [anon_sym_EQ] = ACTIONS(5177), + [anon_sym_LBRACE] = ACTIONS(4345), + [anon_sym_RBRACE] = ACTIONS(4345), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_COMMA] = ACTIONS(4345), + [anon_sym_LT] = ACTIONS(4343), + [anon_sym_GT] = ACTIONS(4343), + [anon_sym_where] = ACTIONS(4343), + [anon_sym_object] = ACTIONS(4343), + [anon_sym_fun] = ACTIONS(4343), + [anon_sym_DOT] = ACTIONS(4343), + [anon_sym_SEMI] = ACTIONS(4345), + [anon_sym_get] = ACTIONS(4343), + [anon_sym_set] = ACTIONS(4343), + [anon_sym_this] = ACTIONS(4343), + [anon_sym_super] = ACTIONS(4343), + [anon_sym_STAR] = ACTIONS(4343), + [sym_label] = ACTIONS(4343), + [anon_sym_in] = ACTIONS(4343), + [anon_sym_DOT_DOT] = ACTIONS(4345), + [anon_sym_QMARK_COLON] = ACTIONS(4345), + [anon_sym_AMP_AMP] = ACTIONS(4345), + [anon_sym_PIPE_PIPE] = ACTIONS(4345), + [anon_sym_null] = ACTIONS(4343), + [anon_sym_if] = ACTIONS(4343), + [anon_sym_else] = ACTIONS(4343), + [anon_sym_when] = ACTIONS(4343), + [anon_sym_try] = ACTIONS(4343), + [anon_sym_throw] = ACTIONS(4343), + [anon_sym_return] = ACTIONS(4343), + [anon_sym_continue] = ACTIONS(4343), + [anon_sym_break] = ACTIONS(4343), + [anon_sym_COLON_COLON] = ACTIONS(4345), + [anon_sym_PLUS_EQ] = ACTIONS(5179), + [anon_sym_DASH_EQ] = ACTIONS(5179), + [anon_sym_STAR_EQ] = ACTIONS(5179), + [anon_sym_SLASH_EQ] = ACTIONS(5179), + [anon_sym_PERCENT_EQ] = ACTIONS(5179), + [anon_sym_BANG_EQ] = ACTIONS(4343), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4345), + [anon_sym_EQ_EQ] = ACTIONS(4343), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4345), + [anon_sym_LT_EQ] = ACTIONS(4345), + [anon_sym_GT_EQ] = ACTIONS(4345), + [anon_sym_BANGin] = ACTIONS(4345), + [anon_sym_is] = ACTIONS(4343), + [anon_sym_BANGis] = ACTIONS(4345), + [anon_sym_PLUS] = ACTIONS(4343), + [anon_sym_DASH] = ACTIONS(4343), + [anon_sym_SLASH] = ACTIONS(4343), + [anon_sym_PERCENT] = ACTIONS(4343), + [anon_sym_as_QMARK] = ACTIONS(4345), + [anon_sym_PLUS_PLUS] = ACTIONS(4345), + [anon_sym_DASH_DASH] = ACTIONS(4345), + [anon_sym_BANG] = ACTIONS(4343), + [anon_sym_BANG_BANG] = ACTIONS(4345), + [anon_sym_data] = ACTIONS(4343), + [anon_sym_inner] = ACTIONS(4343), + [anon_sym_value] = ACTIONS(4343), + [anon_sym_expect] = ACTIONS(4343), + [anon_sym_actual] = ACTIONS(4343), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4345), + [anon_sym_continue_AT] = ACTIONS(4345), + [anon_sym_break_AT] = ACTIONS(4345), + [anon_sym_this_AT] = ACTIONS(4345), + [anon_sym_super_AT] = ACTIONS(4345), + [sym_real_literal] = ACTIONS(4345), + [sym_integer_literal] = ACTIONS(4343), + [sym_hex_literal] = ACTIONS(4345), + [sym_bin_literal] = ACTIONS(4345), + [anon_sym_true] = ACTIONS(4343), + [anon_sym_false] = ACTIONS(4343), + [anon_sym_SQUOTE] = ACTIONS(4345), + [sym__backtick_identifier] = ACTIONS(4345), + [sym__automatic_semicolon] = ACTIONS(4345), + [sym_safe_nav] = ACTIONS(4345), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4345), + }, + [3268] = { + [sym__alpha_identifier] = ACTIONS(5183), + [anon_sym_AT] = ACTIONS(5185), + [anon_sym_LBRACK] = ACTIONS(5185), + [anon_sym_as] = ACTIONS(5183), + [anon_sym_EQ] = ACTIONS(5183), + [anon_sym_LBRACE] = ACTIONS(5185), + [anon_sym_RBRACE] = ACTIONS(5185), + [anon_sym_LPAREN] = ACTIONS(5185), + [anon_sym_COMMA] = ACTIONS(5185), + [anon_sym_LT] = ACTIONS(5183), + [anon_sym_GT] = ACTIONS(5183), + [anon_sym_where] = ACTIONS(5183), + [anon_sym_object] = ACTIONS(5183), + [anon_sym_fun] = ACTIONS(5183), + [anon_sym_DOT] = ACTIONS(5183), + [anon_sym_SEMI] = ACTIONS(5185), + [anon_sym_get] = ACTIONS(5183), + [anon_sym_set] = ACTIONS(5183), + [anon_sym_this] = ACTIONS(5183), + [anon_sym_super] = ACTIONS(5183), + [anon_sym_STAR] = ACTIONS(5183), + [sym_label] = ACTIONS(5183), + [anon_sym_in] = ACTIONS(5183), + [anon_sym_DOT_DOT] = ACTIONS(5185), + [anon_sym_QMARK_COLON] = ACTIONS(5185), + [anon_sym_AMP_AMP] = ACTIONS(5185), + [anon_sym_PIPE_PIPE] = ACTIONS(5185), + [anon_sym_null] = ACTIONS(5183), + [anon_sym_if] = ACTIONS(5183), + [anon_sym_else] = ACTIONS(5183), + [anon_sym_when] = ACTIONS(5183), + [anon_sym_try] = ACTIONS(5183), + [anon_sym_throw] = ACTIONS(5183), + [anon_sym_return] = ACTIONS(5183), + [anon_sym_continue] = ACTIONS(5183), + [anon_sym_break] = ACTIONS(5183), + [anon_sym_COLON_COLON] = ACTIONS(5185), + [anon_sym_PLUS_EQ] = ACTIONS(5185), + [anon_sym_DASH_EQ] = ACTIONS(5185), + [anon_sym_STAR_EQ] = ACTIONS(5185), + [anon_sym_SLASH_EQ] = ACTIONS(5185), + [anon_sym_PERCENT_EQ] = ACTIONS(5185), + [anon_sym_BANG_EQ] = ACTIONS(5183), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5185), + [anon_sym_EQ_EQ] = ACTIONS(5183), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5185), + [anon_sym_LT_EQ] = ACTIONS(5185), + [anon_sym_GT_EQ] = ACTIONS(5185), + [anon_sym_BANGin] = ACTIONS(5185), + [anon_sym_is] = ACTIONS(5183), + [anon_sym_BANGis] = ACTIONS(5185), + [anon_sym_PLUS] = ACTIONS(5183), + [anon_sym_DASH] = ACTIONS(5183), + [anon_sym_SLASH] = ACTIONS(5183), + [anon_sym_PERCENT] = ACTIONS(5183), + [anon_sym_as_QMARK] = ACTIONS(5185), + [anon_sym_PLUS_PLUS] = ACTIONS(5185), + [anon_sym_DASH_DASH] = ACTIONS(5185), + [anon_sym_BANG] = ACTIONS(5183), + [anon_sym_BANG_BANG] = ACTIONS(5185), + [anon_sym_data] = ACTIONS(5183), + [anon_sym_inner] = ACTIONS(5183), + [anon_sym_value] = ACTIONS(5183), + [anon_sym_expect] = ACTIONS(5183), + [anon_sym_actual] = ACTIONS(5183), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5185), + [anon_sym_continue_AT] = ACTIONS(5185), + [anon_sym_break_AT] = ACTIONS(5185), + [anon_sym_this_AT] = ACTIONS(5185), + [anon_sym_super_AT] = ACTIONS(5185), + [sym_real_literal] = ACTIONS(5185), + [sym_integer_literal] = ACTIONS(5183), + [sym_hex_literal] = ACTIONS(5185), + [sym_bin_literal] = ACTIONS(5185), + [anon_sym_true] = ACTIONS(5183), + [anon_sym_false] = ACTIONS(5183), + [anon_sym_SQUOTE] = ACTIONS(5185), + [sym__backtick_identifier] = ACTIONS(5185), + [sym__automatic_semicolon] = ACTIONS(5185), + [sym_safe_nav] = ACTIONS(5185), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5185), }, - [3372] = { - [sym_function_body] = STATE(3894), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_COLON] = ACTIONS(6819), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_COMMA] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_where] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4307), - [sym_label] = ACTIONS(4309), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_PLUS_EQ] = ACTIONS(4309), - [anon_sym_DASH_EQ] = ACTIONS(4309), - [anon_sym_STAR_EQ] = ACTIONS(4309), - [anon_sym_SLASH_EQ] = ACTIONS(4309), - [anon_sym_PERCENT_EQ] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4307), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), + [3269] = { + [aux_sym_nullable_type_repeat1] = STATE(3269), + [sym__alpha_identifier] = ACTIONS(4218), + [anon_sym_AT] = ACTIONS(4220), + [anon_sym_LBRACK] = ACTIONS(4220), + [anon_sym_EQ] = ACTIONS(4220), + [anon_sym_LBRACE] = ACTIONS(4220), + [anon_sym_RBRACE] = ACTIONS(4220), + [anon_sym_LPAREN] = ACTIONS(4220), + [anon_sym_COMMA] = ACTIONS(4220), + [anon_sym_by] = ACTIONS(4218), + [anon_sym_where] = ACTIONS(4218), + [anon_sym_object] = ACTIONS(4218), + [anon_sym_fun] = ACTIONS(4218), + [anon_sym_SEMI] = ACTIONS(4220), + [anon_sym_get] = ACTIONS(4218), + [anon_sym_set] = ACTIONS(4218), + [anon_sym_this] = ACTIONS(4218), + [anon_sym_super] = ACTIONS(4218), + [sym__quest] = ACTIONS(6693), + [anon_sym_STAR] = ACTIONS(4220), + [sym_label] = ACTIONS(4218), + [anon_sym_in] = ACTIONS(4218), + [anon_sym_null] = ACTIONS(4218), + [anon_sym_if] = ACTIONS(4218), + [anon_sym_else] = ACTIONS(4218), + [anon_sym_when] = ACTIONS(4218), + [anon_sym_try] = ACTIONS(4218), + [anon_sym_throw] = ACTIONS(4218), + [anon_sym_return] = ACTIONS(4218), + [anon_sym_continue] = ACTIONS(4218), + [anon_sym_break] = ACTIONS(4218), + [anon_sym_COLON_COLON] = ACTIONS(4220), + [anon_sym_BANGin] = ACTIONS(4220), + [anon_sym_is] = ACTIONS(4218), + [anon_sym_BANGis] = ACTIONS(4220), + [anon_sym_PLUS] = ACTIONS(4218), + [anon_sym_DASH] = ACTIONS(4218), + [anon_sym_PLUS_PLUS] = ACTIONS(4220), + [anon_sym_DASH_DASH] = ACTIONS(4220), + [anon_sym_BANG] = ACTIONS(4218), + [anon_sym_suspend] = ACTIONS(4218), + [anon_sym_sealed] = ACTIONS(4218), + [anon_sym_annotation] = ACTIONS(4218), + [anon_sym_data] = ACTIONS(4218), + [anon_sym_inner] = ACTIONS(4218), + [anon_sym_value] = ACTIONS(4218), + [anon_sym_override] = ACTIONS(4218), + [anon_sym_lateinit] = ACTIONS(4218), + [anon_sym_public] = ACTIONS(4218), + [anon_sym_private] = ACTIONS(4218), + [anon_sym_internal] = ACTIONS(4218), + [anon_sym_protected] = ACTIONS(4218), + [anon_sym_tailrec] = ACTIONS(4218), + [anon_sym_operator] = ACTIONS(4218), + [anon_sym_infix] = ACTIONS(4218), + [anon_sym_inline] = ACTIONS(4218), + [anon_sym_external] = ACTIONS(4218), + [sym_property_modifier] = ACTIONS(4218), + [anon_sym_abstract] = ACTIONS(4218), + [anon_sym_final] = ACTIONS(4218), + [anon_sym_open] = ACTIONS(4218), + [anon_sym_vararg] = ACTIONS(4218), + [anon_sym_noinline] = ACTIONS(4218), + [anon_sym_crossinline] = ACTIONS(4218), + [anon_sym_expect] = ACTIONS(4218), + [anon_sym_actual] = ACTIONS(4218), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4220), + [anon_sym_continue_AT] = ACTIONS(4220), + [anon_sym_break_AT] = ACTIONS(4220), + [anon_sym_this_AT] = ACTIONS(4220), + [anon_sym_super_AT] = ACTIONS(4220), + [sym_real_literal] = ACTIONS(4220), + [sym_integer_literal] = ACTIONS(4218), + [sym_hex_literal] = ACTIONS(4220), + [sym_bin_literal] = ACTIONS(4220), + [anon_sym_true] = ACTIONS(4218), + [anon_sym_false] = ACTIONS(4218), + [anon_sym_SQUOTE] = ACTIONS(4220), + [sym__backtick_identifier] = ACTIONS(4220), + [sym__automatic_semicolon] = ACTIONS(4220), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4220), + }, + [3270] = { + [sym__alpha_identifier] = ACTIONS(4507), + [anon_sym_AT] = ACTIONS(4509), + [anon_sym_COLON] = ACTIONS(4507), + [anon_sym_LBRACK] = ACTIONS(4509), + [anon_sym_RBRACK] = ACTIONS(4509), + [anon_sym_as] = ACTIONS(4507), + [anon_sym_EQ] = ACTIONS(4507), + [anon_sym_constructor] = 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_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_value] = 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), }, - [3373] = { - [sym_function_body] = STATE(3900), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_COLON] = ACTIONS(6821), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_COMMA] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_where] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4275), - [sym_label] = ACTIONS(4277), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_PLUS_EQ] = ACTIONS(4277), - [anon_sym_DASH_EQ] = ACTIONS(4277), - [anon_sym_STAR_EQ] = ACTIONS(4277), - [anon_sym_SLASH_EQ] = ACTIONS(4277), - [anon_sym_PERCENT_EQ] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4275), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_suspend] = ACTIONS(4275), - [anon_sym_sealed] = ACTIONS(4275), - [anon_sym_annotation] = ACTIONS(4275), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_override] = ACTIONS(4275), - [anon_sym_lateinit] = ACTIONS(4275), - [anon_sym_public] = ACTIONS(4275), - [anon_sym_private] = ACTIONS(4275), - [anon_sym_internal] = ACTIONS(4275), - [anon_sym_protected] = ACTIONS(4275), - [anon_sym_tailrec] = ACTIONS(4275), - [anon_sym_operator] = ACTIONS(4275), - [anon_sym_infix] = ACTIONS(4275), - [anon_sym_inline] = ACTIONS(4275), - [anon_sym_external] = ACTIONS(4275), - [sym_property_modifier] = ACTIONS(4275), - [anon_sym_abstract] = ACTIONS(4275), - [anon_sym_final] = ACTIONS(4275), - [anon_sym_open] = ACTIONS(4275), - [anon_sym_vararg] = ACTIONS(4275), - [anon_sym_noinline] = ACTIONS(4275), - [anon_sym_crossinline] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4277), - [sym__automatic_semicolon] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), + [3271] = { + [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_value] = 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), }, - [3374] = { - [sym_type_constraints] = STATE(3791), - [sym_enum_class_body] = STATE(3952), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_COLON] = ACTIONS(6823), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [sym_label] = ACTIONS(4323), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), + [3272] = { + [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_value] = 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), }, - [3375] = { - [sym_type_constraints] = STATE(3823), - [sym_enum_class_body] = STATE(3839), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_COLON] = ACTIONS(5914), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3286), - [anon_sym_sealed] = ACTIONS(3286), - [anon_sym_annotation] = ACTIONS(3286), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_override] = ACTIONS(3286), - [anon_sym_lateinit] = ACTIONS(3286), - [anon_sym_public] = ACTIONS(3286), - [anon_sym_private] = ACTIONS(3286), - [anon_sym_internal] = ACTIONS(3286), - [anon_sym_protected] = ACTIONS(3286), - [anon_sym_tailrec] = ACTIONS(3286), - [anon_sym_operator] = ACTIONS(3286), - [anon_sym_infix] = ACTIONS(3286), - [anon_sym_inline] = ACTIONS(3286), - [anon_sym_external] = ACTIONS(3286), - [sym_property_modifier] = ACTIONS(3286), - [anon_sym_abstract] = ACTIONS(3286), - [anon_sym_final] = ACTIONS(3286), - [anon_sym_open] = ACTIONS(3286), - [anon_sym_vararg] = ACTIONS(3286), - [anon_sym_noinline] = ACTIONS(3286), - [anon_sym_crossinline] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [3273] = { + [sym__alpha_identifier] = ACTIONS(4734), + [anon_sym_AT] = ACTIONS(4734), + [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_value] = 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_AT2] = ACTIONS(6696), + [sym__backtick_identifier] = ACTIONS(4736), + [sym_safe_nav] = ACTIONS(4736), [sym_multiline_comment] = ACTIONS(3), }, - [3376] = { - [sym_class_body] = STATE(3861), - [sym_type_constraints] = STATE(3816), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(6825), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), + [3274] = { + [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_value] = 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), }, - [3377] = { - [sym_type_constraints] = STATE(3820), - [sym_enum_class_body] = STATE(3861), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(6827), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), + [3275] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1988), + [sym__comparison_operator] = STATE(1989), + [sym__in_operator] = STATE(1991), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1992), + [sym__multiplicative_operator] = STATE(1993), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1994), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3107), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3105), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3107), + [anon_sym_RPAREN] = ACTIONS(3107), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(6704), + [anon_sym_where] = ACTIONS(3105), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(6708), + [anon_sym_DASH_GT] = ACTIONS(3107), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(6712), + [anon_sym_while] = ACTIONS(3105), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(6718), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_else] = ACTIONS(3105), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3107), + [anon_sym_DASH_EQ] = ACTIONS(3107), + [anon_sym_STAR_EQ] = ACTIONS(3107), + [anon_sym_SLASH_EQ] = ACTIONS(3107), + [anon_sym_PERCENT_EQ] = ACTIONS(3107), + [anon_sym_BANG_EQ] = ACTIONS(6722), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6724), + [anon_sym_EQ_EQ] = ACTIONS(6722), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6724), + [anon_sym_LT_EQ] = ACTIONS(6726), + [anon_sym_GT_EQ] = ACTIONS(6726), + [anon_sym_BANGin] = ACTIONS(6728), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(6734), + [anon_sym_DASH] = ACTIONS(6734), + [anon_sym_SLASH] = ACTIONS(6708), + [anon_sym_PERCENT] = ACTIONS(6708), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [3378] = { - [sym_type_constraints] = STATE(3621), - [sym_function_body] = STATE(3115), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4299), - [anon_sym_fun] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_this] = ACTIONS(4299), - [anon_sym_super] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4301), - [sym_label] = ACTIONS(4299), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_null] = ACTIONS(4299), - [anon_sym_if] = ACTIONS(4299), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_when] = ACTIONS(4299), - [anon_sym_try] = ACTIONS(4299), - [anon_sym_throw] = ACTIONS(4299), - [anon_sym_return] = ACTIONS(4299), - [anon_sym_continue] = ACTIONS(4299), - [anon_sym_break] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4301), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG] = ACTIONS(4299), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), + [3276] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1988), + [sym__comparison_operator] = STATE(1989), + [sym__in_operator] = STATE(1991), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1992), + [sym__multiplicative_operator] = STATE(1993), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1994), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3115), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3113), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3115), + [anon_sym_RPAREN] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(6704), + [anon_sym_where] = ACTIONS(3113), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(6708), + [anon_sym_DASH_GT] = ACTIONS(3115), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(6712), + [anon_sym_while] = ACTIONS(3113), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_else] = ACTIONS(3113), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3115), + [anon_sym_DASH_EQ] = ACTIONS(3115), + [anon_sym_STAR_EQ] = ACTIONS(3115), + [anon_sym_SLASH_EQ] = ACTIONS(3115), + [anon_sym_PERCENT_EQ] = ACTIONS(3115), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(6726), + [anon_sym_GT_EQ] = ACTIONS(6726), + [anon_sym_BANGin] = ACTIONS(6728), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(6734), + [anon_sym_DASH] = ACTIONS(6734), + [anon_sym_SLASH] = ACTIONS(6708), + [anon_sym_PERCENT] = ACTIONS(6708), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4301), - [anon_sym_continue_AT] = ACTIONS(4301), - [anon_sym_break_AT] = ACTIONS(4301), - [anon_sym_this_AT] = ACTIONS(4301), - [anon_sym_super_AT] = ACTIONS(4301), - [sym_real_literal] = ACTIONS(4301), - [sym_integer_literal] = ACTIONS(4299), - [sym_hex_literal] = ACTIONS(4301), - [sym_bin_literal] = ACTIONS(4301), - [anon_sym_true] = ACTIONS(4299), - [anon_sym_false] = ACTIONS(4299), - [anon_sym_SQUOTE] = ACTIONS(4301), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4301), }, - [3379] = { - [sym_type_constraints] = STATE(3640), - [sym_function_body] = STATE(3121), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4295), - [anon_sym_fun] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_this] = ACTIONS(4295), - [anon_sym_super] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4297), - [sym_label] = ACTIONS(4295), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_null] = ACTIONS(4295), - [anon_sym_if] = ACTIONS(4295), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_when] = ACTIONS(4295), - [anon_sym_try] = ACTIONS(4295), - [anon_sym_throw] = ACTIONS(4295), - [anon_sym_return] = ACTIONS(4295), - [anon_sym_continue] = ACTIONS(4295), - [anon_sym_break] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4297), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), + [3277] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1988), + [sym__comparison_operator] = STATE(1989), + [sym__in_operator] = STATE(1991), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1992), + [sym__multiplicative_operator] = STATE(1993), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1994), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3119), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3117), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3119), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3119), + [anon_sym_RPAREN] = ACTIONS(3119), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3117), + [anon_sym_where] = ACTIONS(3117), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3119), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(6708), + [anon_sym_DASH_GT] = ACTIONS(3119), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(6712), + [anon_sym_while] = ACTIONS(3117), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_else] = ACTIONS(3117), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3119), + [anon_sym_DASH_EQ] = ACTIONS(3119), + [anon_sym_STAR_EQ] = ACTIONS(3119), + [anon_sym_SLASH_EQ] = ACTIONS(3119), + [anon_sym_PERCENT_EQ] = ACTIONS(3119), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(6728), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(6734), + [anon_sym_DASH] = ACTIONS(6734), + [anon_sym_SLASH] = ACTIONS(6708), + [anon_sym_PERCENT] = ACTIONS(6708), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4297), - [anon_sym_continue_AT] = ACTIONS(4297), - [anon_sym_break_AT] = ACTIONS(4297), - [anon_sym_this_AT] = ACTIONS(4297), - [anon_sym_super_AT] = ACTIONS(4297), - [sym_real_literal] = ACTIONS(4297), - [sym_integer_literal] = ACTIONS(4295), - [sym_hex_literal] = ACTIONS(4297), - [sym_bin_literal] = ACTIONS(4297), - [anon_sym_true] = ACTIONS(4295), - [anon_sym_false] = ACTIONS(4295), - [anon_sym_SQUOTE] = ACTIONS(4297), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4297), }, - [3380] = { - [sym_type_constraints] = STATE(3641), - [sym_function_body] = STATE(3159), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), + [3278] = { + [sym__alpha_identifier] = ACTIONS(4225), + [anon_sym_AT] = ACTIONS(4227), + [anon_sym_LBRACK] = ACTIONS(4227), + [anon_sym_RBRACK] = ACTIONS(4227), + [anon_sym_as] = ACTIONS(4225), + [anon_sym_EQ] = ACTIONS(4225), + [anon_sym_LBRACE] = ACTIONS(4227), + [anon_sym_RBRACE] = ACTIONS(4227), + [anon_sym_LPAREN] = ACTIONS(4227), + [anon_sym_COMMA] = ACTIONS(4227), + [anon_sym_RPAREN] = ACTIONS(4227), + [anon_sym_by] = ACTIONS(4225), + [anon_sym_LT] = ACTIONS(4225), + [anon_sym_GT] = ACTIONS(4225), + [anon_sym_where] = ACTIONS(4225), + [anon_sym_DOT] = ACTIONS(4225), + [anon_sym_SEMI] = ACTIONS(4227), + [anon_sym_get] = ACTIONS(4225), + [anon_sym_set] = ACTIONS(4225), + [anon_sym_STAR] = ACTIONS(4225), + [anon_sym_DASH_GT] = ACTIONS(4227), + [sym_label] = ACTIONS(4227), + [anon_sym_in] = ACTIONS(4225), + [anon_sym_while] = ACTIONS(4225), + [anon_sym_DOT_DOT] = ACTIONS(4227), + [anon_sym_QMARK_COLON] = ACTIONS(4227), + [anon_sym_AMP_AMP] = ACTIONS(4227), + [anon_sym_PIPE_PIPE] = ACTIONS(4227), + [anon_sym_else] = ACTIONS(4225), + [anon_sym_COLON_COLON] = ACTIONS(4227), + [anon_sym_PLUS_EQ] = ACTIONS(4227), + [anon_sym_DASH_EQ] = ACTIONS(4227), + [anon_sym_STAR_EQ] = ACTIONS(4227), + [anon_sym_SLASH_EQ] = ACTIONS(4227), + [anon_sym_PERCENT_EQ] = ACTIONS(4227), + [anon_sym_BANG_EQ] = ACTIONS(4225), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4227), + [anon_sym_EQ_EQ] = ACTIONS(4225), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4227), + [anon_sym_LT_EQ] = ACTIONS(4227), + [anon_sym_GT_EQ] = ACTIONS(4227), + [anon_sym_BANGin] = ACTIONS(4227), + [anon_sym_is] = ACTIONS(4225), + [anon_sym_BANGis] = ACTIONS(4227), + [anon_sym_PLUS] = ACTIONS(4225), + [anon_sym_DASH] = ACTIONS(4225), + [anon_sym_SLASH] = ACTIONS(4225), + [anon_sym_PERCENT] = ACTIONS(4225), + [anon_sym_as_QMARK] = ACTIONS(4227), + [anon_sym_PLUS_PLUS] = ACTIONS(4227), + [anon_sym_DASH_DASH] = ACTIONS(4227), + [anon_sym_BANG_BANG] = ACTIONS(4227), + [anon_sym_suspend] = ACTIONS(4225), + [anon_sym_sealed] = ACTIONS(4225), + [anon_sym_annotation] = ACTIONS(4225), + [anon_sym_data] = ACTIONS(4225), + [anon_sym_inner] = ACTIONS(4225), + [anon_sym_value] = ACTIONS(4225), + [anon_sym_override] = ACTIONS(4225), + [anon_sym_lateinit] = ACTIONS(4225), + [anon_sym_public] = ACTIONS(4225), + [anon_sym_private] = ACTIONS(4225), + [anon_sym_internal] = ACTIONS(4225), + [anon_sym_protected] = ACTIONS(4225), + [anon_sym_tailrec] = ACTIONS(4225), + [anon_sym_operator] = ACTIONS(4225), + [anon_sym_infix] = ACTIONS(4225), + [anon_sym_inline] = ACTIONS(4225), + [anon_sym_external] = ACTIONS(4225), + [sym_property_modifier] = ACTIONS(4225), + [anon_sym_abstract] = ACTIONS(4225), + [anon_sym_final] = ACTIONS(4225), + [anon_sym_open] = ACTIONS(4225), + [anon_sym_vararg] = ACTIONS(4225), + [anon_sym_noinline] = ACTIONS(4225), + [anon_sym_crossinline] = ACTIONS(4225), + [anon_sym_expect] = ACTIONS(4225), + [anon_sym_actual] = ACTIONS(4225), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4227), + [sym_safe_nav] = ACTIONS(4227), + [sym_multiline_comment] = ACTIONS(3), }, - [3381] = { - [sym_class_body] = STATE(3953), - [sym_type_constraints] = STATE(3786), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(5912), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [3279] = { + [sym__alpha_identifier] = ACTIONS(4754), + [anon_sym_AT] = ACTIONS(4756), + [anon_sym_LBRACK] = ACTIONS(4756), + [anon_sym_RBRACK] = ACTIONS(4756), + [anon_sym_as] = ACTIONS(4754), + [anon_sym_EQ] = ACTIONS(4754), + [anon_sym_LBRACE] = ACTIONS(4756), + [anon_sym_RBRACE] = ACTIONS(4756), + [anon_sym_LPAREN] = ACTIONS(4756), + [anon_sym_COMMA] = ACTIONS(4756), + [anon_sym_RPAREN] = ACTIONS(4756), + [anon_sym_by] = ACTIONS(4754), + [anon_sym_LT] = ACTIONS(4754), + [anon_sym_GT] = ACTIONS(4754), + [anon_sym_where] = ACTIONS(4754), + [anon_sym_DOT] = ACTIONS(4754), + [anon_sym_SEMI] = ACTIONS(4756), + [anon_sym_get] = ACTIONS(4754), + [anon_sym_set] = ACTIONS(4754), + [anon_sym_STAR] = ACTIONS(4754), + [anon_sym_DASH_GT] = ACTIONS(4756), + [sym_label] = ACTIONS(4756), + [anon_sym_in] = ACTIONS(4754), + [anon_sym_while] = ACTIONS(4754), + [anon_sym_DOT_DOT] = ACTIONS(4756), + [anon_sym_QMARK_COLON] = ACTIONS(4756), + [anon_sym_AMP_AMP] = ACTIONS(4756), + [anon_sym_PIPE_PIPE] = ACTIONS(4756), + [anon_sym_else] = ACTIONS(4754), + [anon_sym_COLON_COLON] = ACTIONS(4756), + [anon_sym_PLUS_EQ] = ACTIONS(4756), + [anon_sym_DASH_EQ] = ACTIONS(4756), + [anon_sym_STAR_EQ] = ACTIONS(4756), + [anon_sym_SLASH_EQ] = ACTIONS(4756), + [anon_sym_PERCENT_EQ] = ACTIONS(4756), + [anon_sym_BANG_EQ] = ACTIONS(4754), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4756), + [anon_sym_EQ_EQ] = ACTIONS(4754), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4756), + [anon_sym_LT_EQ] = ACTIONS(4756), + [anon_sym_GT_EQ] = ACTIONS(4756), + [anon_sym_BANGin] = ACTIONS(4756), + [anon_sym_is] = ACTIONS(4754), + [anon_sym_BANGis] = ACTIONS(4756), + [anon_sym_PLUS] = ACTIONS(4754), + [anon_sym_DASH] = ACTIONS(4754), + [anon_sym_SLASH] = ACTIONS(4754), + [anon_sym_PERCENT] = ACTIONS(4754), + [anon_sym_as_QMARK] = ACTIONS(4756), + [anon_sym_PLUS_PLUS] = ACTIONS(4756), + [anon_sym_DASH_DASH] = ACTIONS(4756), + [anon_sym_BANG_BANG] = ACTIONS(4756), + [anon_sym_suspend] = ACTIONS(4754), + [anon_sym_sealed] = ACTIONS(4754), + [anon_sym_annotation] = ACTIONS(4754), + [anon_sym_data] = ACTIONS(4754), + [anon_sym_inner] = ACTIONS(4754), + [anon_sym_value] = ACTIONS(4754), + [anon_sym_override] = ACTIONS(4754), + [anon_sym_lateinit] = ACTIONS(4754), + [anon_sym_public] = ACTIONS(4754), + [anon_sym_private] = ACTIONS(4754), + [anon_sym_internal] = ACTIONS(4754), + [anon_sym_protected] = ACTIONS(4754), + [anon_sym_tailrec] = ACTIONS(4754), + [anon_sym_operator] = ACTIONS(4754), + [anon_sym_infix] = ACTIONS(4754), + [anon_sym_inline] = ACTIONS(4754), + [anon_sym_external] = ACTIONS(4754), + [sym_property_modifier] = ACTIONS(4754), + [anon_sym_abstract] = ACTIONS(4754), + [anon_sym_final] = ACTIONS(4754), + [anon_sym_open] = ACTIONS(4754), + [anon_sym_vararg] = ACTIONS(4754), + [anon_sym_noinline] = ACTIONS(4754), + [anon_sym_crossinline] = ACTIONS(4754), + [anon_sym_expect] = ACTIONS(4754), + [anon_sym_actual] = ACTIONS(4754), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4756), + [sym_safe_nav] = ACTIONS(4756), [sym_multiline_comment] = ACTIONS(3), }, - [3382] = { - [sym_type_constraints] = STATE(3645), - [sym_function_body] = STATE(3220), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), + [3280] = { + [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_by] = ACTIONS(6689), + [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_value] = 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), }, - [3383] = { - [sym_type_constraints] = STATE(3646), - [sym_function_body] = STATE(3268), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), + [3281] = { + [sym__alpha_identifier] = ACTIONS(4601), + [anon_sym_AT] = ACTIONS(4603), + [anon_sym_COLON] = ACTIONS(4601), + [anon_sym_LBRACK] = ACTIONS(4603), + [anon_sym_RBRACK] = ACTIONS(4603), + [anon_sym_as] = ACTIONS(4601), + [anon_sym_EQ] = ACTIONS(4601), + [anon_sym_LBRACE] = ACTIONS(4603), + [anon_sym_RBRACE] = ACTIONS(4603), + [anon_sym_LPAREN] = ACTIONS(4603), + [anon_sym_COMMA] = ACTIONS(4603), + [anon_sym_RPAREN] = ACTIONS(4603), + [anon_sym_LT] = ACTIONS(4601), + [anon_sym_GT] = ACTIONS(4601), + [anon_sym_where] = ACTIONS(4601), + [anon_sym_DOT] = ACTIONS(4601), + [anon_sym_SEMI] = ACTIONS(4603), + [anon_sym_get] = ACTIONS(4601), + [anon_sym_set] = ACTIONS(4601), + [anon_sym_STAR] = ACTIONS(4601), + [anon_sym_DASH_GT] = ACTIONS(4603), + [sym_label] = ACTIONS(4603), + [anon_sym_in] = ACTIONS(4601), + [anon_sym_while] = ACTIONS(4601), + [anon_sym_DOT_DOT] = ACTIONS(4603), + [anon_sym_QMARK_COLON] = ACTIONS(4603), + [anon_sym_AMP_AMP] = ACTIONS(4603), + [anon_sym_PIPE_PIPE] = ACTIONS(4603), + [anon_sym_else] = ACTIONS(4601), + [anon_sym_COLON_COLON] = ACTIONS(4603), + [anon_sym_PLUS_EQ] = ACTIONS(4603), + [anon_sym_DASH_EQ] = ACTIONS(4603), + [anon_sym_STAR_EQ] = ACTIONS(4603), + [anon_sym_SLASH_EQ] = ACTIONS(4603), + [anon_sym_PERCENT_EQ] = ACTIONS(4603), + [anon_sym_BANG_EQ] = ACTIONS(4601), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4603), + [anon_sym_EQ_EQ] = ACTIONS(4601), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4603), + [anon_sym_LT_EQ] = ACTIONS(4603), + [anon_sym_GT_EQ] = ACTIONS(4603), + [anon_sym_BANGin] = ACTIONS(4603), + [anon_sym_is] = ACTIONS(4601), + [anon_sym_BANGis] = ACTIONS(4603), + [anon_sym_PLUS] = ACTIONS(4601), + [anon_sym_DASH] = ACTIONS(4601), + [anon_sym_SLASH] = ACTIONS(4601), + [anon_sym_PERCENT] = ACTIONS(4601), + [anon_sym_as_QMARK] = ACTIONS(4603), + [anon_sym_PLUS_PLUS] = ACTIONS(4603), + [anon_sym_DASH_DASH] = ACTIONS(4603), + [anon_sym_BANG_BANG] = ACTIONS(4603), + [anon_sym_suspend] = ACTIONS(4601), + [anon_sym_sealed] = ACTIONS(4601), + [anon_sym_annotation] = ACTIONS(4601), + [anon_sym_data] = ACTIONS(4601), + [anon_sym_inner] = ACTIONS(4601), + [anon_sym_value] = ACTIONS(4601), + [anon_sym_override] = ACTIONS(4601), + [anon_sym_lateinit] = ACTIONS(4601), + [anon_sym_public] = ACTIONS(4601), + [anon_sym_private] = ACTIONS(4601), + [anon_sym_internal] = ACTIONS(4601), + [anon_sym_protected] = ACTIONS(4601), + [anon_sym_tailrec] = ACTIONS(4601), + [anon_sym_operator] = ACTIONS(4601), + [anon_sym_infix] = ACTIONS(4601), + [anon_sym_inline] = ACTIONS(4601), + [anon_sym_external] = ACTIONS(4601), + [sym_property_modifier] = ACTIONS(4601), + [anon_sym_abstract] = ACTIONS(4601), + [anon_sym_final] = ACTIONS(4601), + [anon_sym_open] = ACTIONS(4601), + [anon_sym_vararg] = ACTIONS(4601), + [anon_sym_noinline] = ACTIONS(4601), + [anon_sym_crossinline] = ACTIONS(4601), + [anon_sym_expect] = ACTIONS(4601), + [anon_sym_actual] = ACTIONS(4601), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4603), + [sym_safe_nav] = ACTIONS(4603), + [sym_multiline_comment] = ACTIONS(3), }, - [3384] = { - [sym_type_constraints] = STATE(3753), - [sym_enum_class_body] = STATE(3953), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(5868), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [3282] = { + [sym_class_body] = STATE(3562), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_RBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_RPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [anon_sym_DASH_GT] = ACTIONS(3294), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_while] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3290), + [anon_sym_sealed] = ACTIONS(3290), + [anon_sym_annotation] = ACTIONS(3290), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_override] = ACTIONS(3290), + [anon_sym_lateinit] = ACTIONS(3290), + [anon_sym_public] = ACTIONS(3290), + [anon_sym_private] = ACTIONS(3290), + [anon_sym_internal] = ACTIONS(3290), + [anon_sym_protected] = ACTIONS(3290), + [anon_sym_tailrec] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_infix] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_external] = ACTIONS(3290), + [sym_property_modifier] = ACTIONS(3290), + [anon_sym_abstract] = ACTIONS(3290), + [anon_sym_final] = ACTIONS(3290), + [anon_sym_open] = ACTIONS(3290), + [anon_sym_vararg] = ACTIONS(3290), + [anon_sym_noinline] = ACTIONS(3290), + [anon_sym_crossinline] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), [sym_multiline_comment] = ACTIONS(3), }, - [3385] = { - [sym_type_constraints] = STATE(3759), - [sym_function_body] = STATE(3461), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_RPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [sym_label] = ACTIONS(4301), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_while] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), + [3283] = { + [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_by] = ACTIONS(4740), + [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_value] = 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(4301), - [sym_safe_nav] = ACTIONS(4301), + [sym__backtick_identifier] = ACTIONS(4742), + [sym_safe_nav] = ACTIONS(4742), [sym_multiline_comment] = ACTIONS(3), }, - [3386] = { - [sym_type_constraints] = STATE(3752), - [sym_function_body] = STATE(3467), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_RPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [sym_label] = ACTIONS(4297), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_while] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [3284] = { + [sym__alpha_identifier] = ACTIONS(4389), + [anon_sym_AT] = ACTIONS(4391), + [anon_sym_LBRACK] = ACTIONS(4391), + [anon_sym_RBRACK] = ACTIONS(4391), + [anon_sym_as] = ACTIONS(4389), + [anon_sym_EQ] = ACTIONS(4389), + [anon_sym_LBRACE] = ACTIONS(4391), + [anon_sym_RBRACE] = ACTIONS(4391), + [anon_sym_LPAREN] = ACTIONS(4391), + [anon_sym_COMMA] = ACTIONS(4391), + [anon_sym_RPAREN] = ACTIONS(4391), + [anon_sym_by] = ACTIONS(4389), + [anon_sym_LT] = ACTIONS(4389), + [anon_sym_GT] = ACTIONS(4389), + [anon_sym_where] = ACTIONS(4389), + [anon_sym_DOT] = ACTIONS(4389), + [anon_sym_SEMI] = ACTIONS(4391), + [anon_sym_get] = ACTIONS(4389), + [anon_sym_set] = ACTIONS(4389), + [anon_sym_STAR] = ACTIONS(4389), + [anon_sym_DASH_GT] = ACTIONS(4391), + [sym_label] = ACTIONS(4391), + [anon_sym_in] = ACTIONS(4389), + [anon_sym_while] = ACTIONS(4389), + [anon_sym_DOT_DOT] = ACTIONS(4391), + [anon_sym_QMARK_COLON] = ACTIONS(4391), + [anon_sym_AMP_AMP] = ACTIONS(4391), + [anon_sym_PIPE_PIPE] = ACTIONS(4391), + [anon_sym_else] = ACTIONS(4389), + [anon_sym_COLON_COLON] = ACTIONS(4391), + [anon_sym_PLUS_EQ] = ACTIONS(4391), + [anon_sym_DASH_EQ] = ACTIONS(4391), + [anon_sym_STAR_EQ] = ACTIONS(4391), + [anon_sym_SLASH_EQ] = ACTIONS(4391), + [anon_sym_PERCENT_EQ] = ACTIONS(4391), + [anon_sym_BANG_EQ] = ACTIONS(4389), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4391), + [anon_sym_EQ_EQ] = ACTIONS(4389), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4391), + [anon_sym_LT_EQ] = ACTIONS(4391), + [anon_sym_GT_EQ] = ACTIONS(4391), + [anon_sym_BANGin] = ACTIONS(4391), + [anon_sym_is] = ACTIONS(4389), + [anon_sym_BANGis] = ACTIONS(4391), + [anon_sym_PLUS] = ACTIONS(4389), + [anon_sym_DASH] = ACTIONS(4389), + [anon_sym_SLASH] = ACTIONS(4389), + [anon_sym_PERCENT] = ACTIONS(4389), + [anon_sym_as_QMARK] = ACTIONS(4391), + [anon_sym_PLUS_PLUS] = ACTIONS(4391), + [anon_sym_DASH_DASH] = ACTIONS(4391), + [anon_sym_BANG_BANG] = ACTIONS(4391), + [anon_sym_suspend] = ACTIONS(4389), + [anon_sym_sealed] = ACTIONS(4389), + [anon_sym_annotation] = ACTIONS(4389), + [anon_sym_data] = ACTIONS(4389), + [anon_sym_inner] = ACTIONS(4389), + [anon_sym_value] = ACTIONS(4389), + [anon_sym_override] = ACTIONS(4389), + [anon_sym_lateinit] = ACTIONS(4389), + [anon_sym_public] = ACTIONS(4389), + [anon_sym_private] = ACTIONS(4389), + [anon_sym_internal] = ACTIONS(4389), + [anon_sym_protected] = ACTIONS(4389), + [anon_sym_tailrec] = ACTIONS(4389), + [anon_sym_operator] = ACTIONS(4389), + [anon_sym_infix] = ACTIONS(4389), + [anon_sym_inline] = ACTIONS(4389), + [anon_sym_external] = ACTIONS(4389), + [sym_property_modifier] = ACTIONS(4389), + [anon_sym_abstract] = ACTIONS(4389), + [anon_sym_final] = ACTIONS(4389), + [anon_sym_open] = ACTIONS(4389), + [anon_sym_vararg] = ACTIONS(4389), + [anon_sym_noinline] = ACTIONS(4389), + [anon_sym_crossinline] = ACTIONS(4389), + [anon_sym_expect] = ACTIONS(4389), + [anon_sym_actual] = ACTIONS(4389), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4391), + [sym_safe_nav] = ACTIONS(4391), [sym_multiline_comment] = ACTIONS(3), }, - [3387] = { - [sym__alpha_identifier] = ACTIONS(4451), - [anon_sym_AT] = ACTIONS(4453), - [anon_sym_LBRACK] = ACTIONS(4453), - [anon_sym_RBRACK] = ACTIONS(4453), - [anon_sym_as] = ACTIONS(4451), - [anon_sym_EQ] = ACTIONS(5020), - [anon_sym_LBRACE] = ACTIONS(4453), - [anon_sym_RBRACE] = ACTIONS(4453), - [anon_sym_LPAREN] = ACTIONS(4453), - [anon_sym_COMMA] = ACTIONS(4453), - [anon_sym_RPAREN] = ACTIONS(4453), - [anon_sym_LT] = ACTIONS(4451), - [anon_sym_GT] = ACTIONS(4451), - [anon_sym_where] = ACTIONS(4451), - [anon_sym_DOT] = ACTIONS(4451), - [anon_sym_SEMI] = ACTIONS(4453), - [anon_sym_get] = ACTIONS(4451), - [anon_sym_set] = ACTIONS(4451), - [anon_sym_STAR] = ACTIONS(4451), - [anon_sym_DASH_GT] = ACTIONS(4453), - [sym_label] = ACTIONS(4453), - [anon_sym_in] = ACTIONS(4451), - [anon_sym_while] = ACTIONS(4451), - [anon_sym_DOT_DOT] = ACTIONS(4453), - [anon_sym_QMARK_COLON] = ACTIONS(4453), - [anon_sym_AMP_AMP] = ACTIONS(4453), - [anon_sym_PIPE_PIPE] = ACTIONS(4453), - [anon_sym_else] = ACTIONS(4451), - [anon_sym_COLON_COLON] = ACTIONS(4453), - [anon_sym_PLUS_EQ] = ACTIONS(5022), - [anon_sym_DASH_EQ] = ACTIONS(5022), - [anon_sym_STAR_EQ] = ACTIONS(5022), - [anon_sym_SLASH_EQ] = ACTIONS(5022), - [anon_sym_PERCENT_EQ] = ACTIONS(5022), - [anon_sym_BANG_EQ] = ACTIONS(4451), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4453), - [anon_sym_EQ_EQ] = ACTIONS(4451), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4453), - [anon_sym_LT_EQ] = ACTIONS(4453), - [anon_sym_GT_EQ] = ACTIONS(4453), - [anon_sym_BANGin] = ACTIONS(4453), - [anon_sym_is] = ACTIONS(4451), - [anon_sym_BANGis] = ACTIONS(4453), - [anon_sym_PLUS] = ACTIONS(4451), - [anon_sym_DASH] = ACTIONS(4451), - [anon_sym_SLASH] = ACTIONS(4451), - [anon_sym_PERCENT] = ACTIONS(4451), - [anon_sym_as_QMARK] = ACTIONS(4453), - [anon_sym_PLUS_PLUS] = ACTIONS(4453), - [anon_sym_DASH_DASH] = ACTIONS(4453), - [anon_sym_BANG_BANG] = ACTIONS(4453), - [anon_sym_suspend] = ACTIONS(4451), - [anon_sym_sealed] = ACTIONS(4451), - [anon_sym_annotation] = ACTIONS(4451), - [anon_sym_data] = ACTIONS(4451), - [anon_sym_inner] = ACTIONS(4451), - [anon_sym_value] = ACTIONS(4451), - [anon_sym_override] = ACTIONS(4451), - [anon_sym_lateinit] = ACTIONS(4451), - [anon_sym_public] = ACTIONS(4451), - [anon_sym_private] = ACTIONS(4451), - [anon_sym_internal] = ACTIONS(4451), - [anon_sym_protected] = ACTIONS(4451), - [anon_sym_tailrec] = ACTIONS(4451), - [anon_sym_operator] = ACTIONS(4451), - [anon_sym_infix] = ACTIONS(4451), - [anon_sym_inline] = ACTIONS(4451), - [anon_sym_external] = ACTIONS(4451), - [sym_property_modifier] = ACTIONS(4451), - [anon_sym_abstract] = ACTIONS(4451), - [anon_sym_final] = ACTIONS(4451), - [anon_sym_open] = ACTIONS(4451), - [anon_sym_vararg] = ACTIONS(4451), - [anon_sym_noinline] = ACTIONS(4451), - [anon_sym_crossinline] = ACTIONS(4451), - [anon_sym_expect] = ACTIONS(4451), - [anon_sym_actual] = ACTIONS(4451), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4453), - [sym_safe_nav] = ACTIONS(4453), + [3285] = { + [sym__alpha_identifier] = ACTIONS(4748), + [anon_sym_AT] = ACTIONS(4751), + [anon_sym_LBRACK] = ACTIONS(4751), + [anon_sym_RBRACK] = ACTIONS(4751), + [anon_sym_as] = ACTIONS(4748), + [anon_sym_EQ] = ACTIONS(4748), + [anon_sym_LBRACE] = ACTIONS(4751), + [anon_sym_RBRACE] = ACTIONS(4751), + [anon_sym_LPAREN] = ACTIONS(4751), + [anon_sym_COMMA] = ACTIONS(4751), + [anon_sym_RPAREN] = ACTIONS(4751), + [anon_sym_by] = ACTIONS(4748), + [anon_sym_LT] = ACTIONS(4748), + [anon_sym_GT] = ACTIONS(4748), + [anon_sym_where] = ACTIONS(4748), + [anon_sym_DOT] = ACTIONS(4748), + [anon_sym_SEMI] = ACTIONS(4751), + [anon_sym_get] = ACTIONS(4748), + [anon_sym_set] = ACTIONS(4748), + [anon_sym_STAR] = ACTIONS(4748), + [anon_sym_DASH_GT] = ACTIONS(4751), + [sym_label] = ACTIONS(4751), + [anon_sym_in] = ACTIONS(4748), + [anon_sym_while] = ACTIONS(4748), + [anon_sym_DOT_DOT] = ACTIONS(4751), + [anon_sym_QMARK_COLON] = ACTIONS(4751), + [anon_sym_AMP_AMP] = ACTIONS(4751), + [anon_sym_PIPE_PIPE] = ACTIONS(4751), + [anon_sym_else] = ACTIONS(4748), + [anon_sym_COLON_COLON] = ACTIONS(4751), + [anon_sym_PLUS_EQ] = ACTIONS(4751), + [anon_sym_DASH_EQ] = ACTIONS(4751), + [anon_sym_STAR_EQ] = ACTIONS(4751), + [anon_sym_SLASH_EQ] = ACTIONS(4751), + [anon_sym_PERCENT_EQ] = ACTIONS(4751), + [anon_sym_BANG_EQ] = ACTIONS(4748), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4751), + [anon_sym_EQ_EQ] = ACTIONS(4748), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4751), + [anon_sym_LT_EQ] = ACTIONS(4751), + [anon_sym_GT_EQ] = ACTIONS(4751), + [anon_sym_BANGin] = ACTIONS(4751), + [anon_sym_is] = ACTIONS(4748), + [anon_sym_BANGis] = ACTIONS(4751), + [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(4751), + [anon_sym_PLUS_PLUS] = ACTIONS(4751), + [anon_sym_DASH_DASH] = ACTIONS(4751), + [anon_sym_BANG_BANG] = ACTIONS(4751), + [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_value] = 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(4751), + [sym_safe_nav] = ACTIONS(4751), [sym_multiline_comment] = ACTIONS(3), }, - [3388] = { - [sym_type_constraints] = STATE(3751), - [sym_function_body] = STATE(3475), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_RPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_while] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), + [3286] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1988), + [sym__comparison_operator] = STATE(1989), + [sym__in_operator] = STATE(1991), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1992), + [sym__multiplicative_operator] = STATE(1993), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1994), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3103), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3101), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3103), + [anon_sym_RPAREN] = ACTIONS(3103), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(6704), + [anon_sym_where] = ACTIONS(3101), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(6708), + [anon_sym_DASH_GT] = ACTIONS(3103), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(6712), + [anon_sym_while] = ACTIONS(3101), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_else] = ACTIONS(3101), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3103), + [anon_sym_DASH_EQ] = ACTIONS(3103), + [anon_sym_STAR_EQ] = ACTIONS(3103), + [anon_sym_SLASH_EQ] = ACTIONS(3103), + [anon_sym_PERCENT_EQ] = ACTIONS(3103), + [anon_sym_BANG_EQ] = ACTIONS(6722), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6724), + [anon_sym_EQ_EQ] = ACTIONS(6722), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6724), + [anon_sym_LT_EQ] = ACTIONS(6726), + [anon_sym_GT_EQ] = ACTIONS(6726), + [anon_sym_BANGin] = ACTIONS(6728), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(6734), + [anon_sym_DASH] = ACTIONS(6734), + [anon_sym_SLASH] = ACTIONS(6708), + [anon_sym_PERCENT] = ACTIONS(6708), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [3389] = { - [sym_type_constraints] = STATE(3710), - [sym_function_body] = STATE(3490), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_RPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_while] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), + [3287] = { + [sym__alpha_identifier] = ACTIONS(4722), + [anon_sym_AT] = ACTIONS(4724), + [anon_sym_COLON] = ACTIONS(4722), + [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_value] = 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), }, - [3390] = { - [sym_class_body] = STATE(3884), - [sym_type_constraints] = STATE(3739), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_COLON] = ACTIONS(6829), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [sym_label] = ACTIONS(4329), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), + [3288] = { + [sym_enum_class_body] = STATE(3475), + [sym__alpha_identifier] = ACTIONS(4489), + [anon_sym_AT] = ACTIONS(4491), + [anon_sym_LBRACK] = ACTIONS(4491), + [anon_sym_RBRACK] = ACTIONS(4491), + [anon_sym_as] = ACTIONS(4489), + [anon_sym_EQ] = ACTIONS(4489), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(4491), + [anon_sym_LPAREN] = ACTIONS(4491), + [anon_sym_COMMA] = ACTIONS(4491), + [anon_sym_RPAREN] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4489), + [anon_sym_GT] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(4489), + [anon_sym_DOT] = ACTIONS(4489), + [anon_sym_SEMI] = ACTIONS(4491), + [anon_sym_get] = ACTIONS(4489), + [anon_sym_set] = ACTIONS(4489), + [anon_sym_STAR] = ACTIONS(4489), + [anon_sym_DASH_GT] = ACTIONS(4491), + [sym_label] = ACTIONS(4491), + [anon_sym_in] = ACTIONS(4489), + [anon_sym_while] = ACTIONS(4489), + [anon_sym_DOT_DOT] = ACTIONS(4491), + [anon_sym_QMARK_COLON] = ACTIONS(4491), + [anon_sym_AMP_AMP] = ACTIONS(4491), + [anon_sym_PIPE_PIPE] = ACTIONS(4491), + [anon_sym_else] = ACTIONS(4489), + [anon_sym_COLON_COLON] = ACTIONS(4491), + [anon_sym_PLUS_EQ] = ACTIONS(4491), + [anon_sym_DASH_EQ] = ACTIONS(4491), + [anon_sym_STAR_EQ] = ACTIONS(4491), + [anon_sym_SLASH_EQ] = ACTIONS(4491), + [anon_sym_PERCENT_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4491), + [anon_sym_LT_EQ] = ACTIONS(4491), + [anon_sym_GT_EQ] = ACTIONS(4491), + [anon_sym_BANGin] = ACTIONS(4491), + [anon_sym_is] = ACTIONS(4489), + [anon_sym_BANGis] = ACTIONS(4491), + [anon_sym_PLUS] = ACTIONS(4489), + [anon_sym_DASH] = ACTIONS(4489), + [anon_sym_SLASH] = ACTIONS(4489), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4491), + [anon_sym_DASH_DASH] = ACTIONS(4491), + [anon_sym_BANG_BANG] = ACTIONS(4491), + [anon_sym_suspend] = ACTIONS(4489), + [anon_sym_sealed] = ACTIONS(4489), + [anon_sym_annotation] = ACTIONS(4489), + [anon_sym_data] = ACTIONS(4489), + [anon_sym_inner] = ACTIONS(4489), + [anon_sym_value] = ACTIONS(4489), + [anon_sym_override] = ACTIONS(4489), + [anon_sym_lateinit] = ACTIONS(4489), + [anon_sym_public] = ACTIONS(4489), + [anon_sym_private] = ACTIONS(4489), + [anon_sym_internal] = ACTIONS(4489), + [anon_sym_protected] = ACTIONS(4489), + [anon_sym_tailrec] = ACTIONS(4489), + [anon_sym_operator] = ACTIONS(4489), + [anon_sym_infix] = ACTIONS(4489), + [anon_sym_inline] = ACTIONS(4489), + [anon_sym_external] = ACTIONS(4489), + [sym_property_modifier] = ACTIONS(4489), + [anon_sym_abstract] = ACTIONS(4489), + [anon_sym_final] = ACTIONS(4489), + [anon_sym_open] = ACTIONS(4489), + [anon_sym_vararg] = ACTIONS(4489), + [anon_sym_noinline] = ACTIONS(4489), + [anon_sym_crossinline] = ACTIONS(4489), + [anon_sym_expect] = ACTIONS(4489), + [anon_sym_actual] = ACTIONS(4489), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), + [sym__backtick_identifier] = ACTIONS(4491), + [sym_safe_nav] = ACTIONS(4491), [sym_multiline_comment] = ACTIONS(3), }, - [3391] = { - [sym_function_body] = STATE(3252), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4229), - [anon_sym_AT] = ACTIONS(4231), - [anon_sym_COLON] = ACTIONS(6831), - [anon_sym_LBRACK] = ACTIONS(4231), - [anon_sym_as] = ACTIONS(4229), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4231), - [anon_sym_LPAREN] = ACTIONS(4231), - [anon_sym_COMMA] = ACTIONS(4231), - [anon_sym_LT] = ACTIONS(4229), - [anon_sym_GT] = ACTIONS(4229), - [anon_sym_where] = ACTIONS(4229), - [anon_sym_object] = ACTIONS(4229), - [anon_sym_fun] = ACTIONS(4229), - [anon_sym_DOT] = ACTIONS(4229), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(4229), - [anon_sym_set] = ACTIONS(4229), - [anon_sym_this] = ACTIONS(4229), - [anon_sym_super] = ACTIONS(4229), - [anon_sym_STAR] = ACTIONS(4231), - [sym_label] = ACTIONS(4229), - [anon_sym_in] = ACTIONS(4229), - [anon_sym_DOT_DOT] = ACTIONS(4231), - [anon_sym_QMARK_COLON] = ACTIONS(4231), - [anon_sym_AMP_AMP] = ACTIONS(4231), - [anon_sym_PIPE_PIPE] = ACTIONS(4231), - [anon_sym_null] = ACTIONS(4229), - [anon_sym_if] = ACTIONS(4229), - [anon_sym_else] = ACTIONS(4229), - [anon_sym_when] = ACTIONS(4229), - [anon_sym_try] = ACTIONS(4229), - [anon_sym_throw] = ACTIONS(4229), - [anon_sym_return] = ACTIONS(4229), - [anon_sym_continue] = ACTIONS(4229), - [anon_sym_break] = ACTIONS(4229), - [anon_sym_COLON_COLON] = ACTIONS(4231), - [anon_sym_BANG_EQ] = ACTIONS(4229), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4231), - [anon_sym_EQ_EQ] = ACTIONS(4229), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4231), - [anon_sym_LT_EQ] = ACTIONS(4231), - [anon_sym_GT_EQ] = ACTIONS(4231), - [anon_sym_BANGin] = ACTIONS(4231), - [anon_sym_is] = ACTIONS(4229), - [anon_sym_BANGis] = ACTIONS(4231), - [anon_sym_PLUS] = ACTIONS(4229), - [anon_sym_DASH] = ACTIONS(4229), - [anon_sym_SLASH] = ACTIONS(4229), - [anon_sym_PERCENT] = ACTIONS(4231), - [anon_sym_as_QMARK] = ACTIONS(4231), - [anon_sym_PLUS_PLUS] = ACTIONS(4231), - [anon_sym_DASH_DASH] = ACTIONS(4231), - [anon_sym_BANG] = ACTIONS(4229), - [anon_sym_BANG_BANG] = ACTIONS(4231), - [anon_sym_data] = ACTIONS(4229), - [anon_sym_inner] = ACTIONS(4229), - [anon_sym_value] = ACTIONS(4229), - [anon_sym_expect] = ACTIONS(4229), - [anon_sym_actual] = ACTIONS(4229), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4231), - [anon_sym_continue_AT] = ACTIONS(4231), - [anon_sym_break_AT] = ACTIONS(4231), - [anon_sym_this_AT] = ACTIONS(4231), - [anon_sym_super_AT] = ACTIONS(4231), - [sym_real_literal] = ACTIONS(4231), - [sym_integer_literal] = ACTIONS(4229), - [sym_hex_literal] = ACTIONS(4231), - [sym_bin_literal] = ACTIONS(4231), - [anon_sym_true] = ACTIONS(4229), - [anon_sym_false] = ACTIONS(4229), - [anon_sym_SQUOTE] = ACTIONS(4231), - [sym__backtick_identifier] = ACTIONS(4231), - [sym__automatic_semicolon] = ACTIONS(4231), - [sym_safe_nav] = ACTIONS(4231), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4231), + [3289] = { + [sym_type_arguments] = STATE(3523), + [sym__alpha_identifier] = ACTIONS(4169), + [anon_sym_AT] = ACTIONS(4171), + [anon_sym_LBRACK] = ACTIONS(4171), + [anon_sym_as] = ACTIONS(4169), + [anon_sym_EQ] = ACTIONS(4169), + [anon_sym_LBRACE] = ACTIONS(4171), + [anon_sym_RBRACE] = ACTIONS(4171), + [anon_sym_LPAREN] = ACTIONS(4171), + [anon_sym_COMMA] = ACTIONS(4171), + [anon_sym_by] = ACTIONS(4169), + [anon_sym_LT] = ACTIONS(6740), + [anon_sym_GT] = ACTIONS(4169), + [anon_sym_where] = ACTIONS(4169), + [anon_sym_DOT] = ACTIONS(4169), + [anon_sym_SEMI] = ACTIONS(4171), + [anon_sym_get] = ACTIONS(4169), + [anon_sym_set] = ACTIONS(4169), + [anon_sym_AMP] = ACTIONS(4169), + [sym__quest] = ACTIONS(4169), + [anon_sym_STAR] = ACTIONS(4169), + [sym_label] = ACTIONS(4171), + [anon_sym_in] = ACTIONS(4169), + [anon_sym_DOT_DOT] = ACTIONS(4171), + [anon_sym_QMARK_COLON] = ACTIONS(4171), + [anon_sym_AMP_AMP] = ACTIONS(4171), + [anon_sym_PIPE_PIPE] = ACTIONS(4171), + [anon_sym_else] = ACTIONS(4169), + [anon_sym_COLON_COLON] = ACTIONS(4171), + [anon_sym_PLUS_EQ] = ACTIONS(4171), + [anon_sym_DASH_EQ] = ACTIONS(4171), + [anon_sym_STAR_EQ] = ACTIONS(4171), + [anon_sym_SLASH_EQ] = ACTIONS(4171), + [anon_sym_PERCENT_EQ] = ACTIONS(4171), + [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(4171), + [anon_sym_GT_EQ] = ACTIONS(4171), + [anon_sym_BANGin] = ACTIONS(4171), + [anon_sym_is] = ACTIONS(4169), + [anon_sym_BANGis] = ACTIONS(4171), + [anon_sym_PLUS] = ACTIONS(4169), + [anon_sym_DASH] = ACTIONS(4169), + [anon_sym_SLASH] = ACTIONS(4169), + [anon_sym_PERCENT] = ACTIONS(4169), + [anon_sym_as_QMARK] = ACTIONS(4171), + [anon_sym_PLUS_PLUS] = ACTIONS(4171), + [anon_sym_DASH_DASH] = ACTIONS(4171), + [anon_sym_BANG_BANG] = ACTIONS(4171), + [anon_sym_suspend] = ACTIONS(4169), + [anon_sym_sealed] = ACTIONS(4169), + [anon_sym_annotation] = ACTIONS(4169), + [anon_sym_data] = ACTIONS(4169), + [anon_sym_inner] = ACTIONS(4169), + [anon_sym_value] = ACTIONS(4169), + [anon_sym_override] = ACTIONS(4169), + [anon_sym_lateinit] = ACTIONS(4169), + [anon_sym_public] = ACTIONS(4169), + [anon_sym_private] = ACTIONS(4169), + [anon_sym_internal] = ACTIONS(4169), + [anon_sym_protected] = ACTIONS(4169), + [anon_sym_tailrec] = ACTIONS(4169), + [anon_sym_operator] = ACTIONS(4169), + [anon_sym_infix] = ACTIONS(4169), + [anon_sym_inline] = ACTIONS(4169), + [anon_sym_external] = ACTIONS(4169), + [sym_property_modifier] = ACTIONS(4169), + [anon_sym_abstract] = ACTIONS(4169), + [anon_sym_final] = ACTIONS(4169), + [anon_sym_open] = ACTIONS(4169), + [anon_sym_vararg] = ACTIONS(4169), + [anon_sym_noinline] = ACTIONS(4169), + [anon_sym_crossinline] = ACTIONS(4169), + [anon_sym_expect] = ACTIONS(4169), + [anon_sym_actual] = ACTIONS(4169), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4171), + [sym__automatic_semicolon] = ACTIONS(4171), + [sym_safe_nav] = ACTIONS(4171), + [sym_multiline_comment] = ACTIONS(3), }, - [3392] = { - [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_DOT] = ACTIONS(4237), - [anon_sym_SEMI] = ACTIONS(4239), - [anon_sym_get] = ACTIONS(4237), - [anon_sym_set] = ACTIONS(4237), - [anon_sym_AMP] = ACTIONS(6833), - [sym__quest] = ACTIONS(4237), - [anon_sym_STAR] = ACTIONS(4237), - [sym_label] = ACTIONS(4239), - [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(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_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_value] = 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), + [3290] = { + [sym__alpha_identifier] = ACTIONS(4182), + [anon_sym_AT] = ACTIONS(4184), + [anon_sym_COLON] = ACTIONS(4182), + [anon_sym_LBRACK] = ACTIONS(4184), + [anon_sym_as] = ACTIONS(4182), + [anon_sym_EQ] = ACTIONS(4182), + [anon_sym_LBRACE] = ACTIONS(4184), + [anon_sym_RBRACE] = ACTIONS(4184), + [anon_sym_LPAREN] = ACTIONS(4184), + [anon_sym_COMMA] = ACTIONS(4184), + [anon_sym_by] = ACTIONS(4182), + [anon_sym_LT] = ACTIONS(4182), + [anon_sym_GT] = ACTIONS(4182), + [anon_sym_where] = ACTIONS(4182), + [anon_sym_DOT] = ACTIONS(4182), + [anon_sym_SEMI] = ACTIONS(4184), + [anon_sym_get] = ACTIONS(4182), + [anon_sym_set] = ACTIONS(4182), + [anon_sym_AMP] = ACTIONS(4182), + [sym__quest] = ACTIONS(4182), + [anon_sym_STAR] = ACTIONS(4182), + [sym_label] = ACTIONS(4184), + [anon_sym_in] = ACTIONS(4182), + [anon_sym_DOT_DOT] = ACTIONS(4184), + [anon_sym_QMARK_COLON] = ACTIONS(4184), + [anon_sym_AMP_AMP] = ACTIONS(4184), + [anon_sym_PIPE_PIPE] = ACTIONS(4184), + [anon_sym_else] = ACTIONS(4182), + [anon_sym_COLON_COLON] = ACTIONS(4184), + [anon_sym_PLUS_EQ] = ACTIONS(4184), + [anon_sym_DASH_EQ] = ACTIONS(4184), + [anon_sym_STAR_EQ] = ACTIONS(4184), + [anon_sym_SLASH_EQ] = ACTIONS(4184), + [anon_sym_PERCENT_EQ] = ACTIONS(4184), + [anon_sym_BANG_EQ] = ACTIONS(4182), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4184), + [anon_sym_EQ_EQ] = ACTIONS(4182), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4184), + [anon_sym_LT_EQ] = ACTIONS(4184), + [anon_sym_GT_EQ] = ACTIONS(4184), + [anon_sym_BANGin] = ACTIONS(4184), + [anon_sym_is] = ACTIONS(4182), + [anon_sym_BANGis] = ACTIONS(4184), + [anon_sym_PLUS] = ACTIONS(4182), + [anon_sym_DASH] = ACTIONS(4182), + [anon_sym_SLASH] = ACTIONS(4182), + [anon_sym_PERCENT] = ACTIONS(4182), + [anon_sym_as_QMARK] = ACTIONS(4184), + [anon_sym_PLUS_PLUS] = ACTIONS(4184), + [anon_sym_DASH_DASH] = ACTIONS(4184), + [anon_sym_BANG_BANG] = ACTIONS(4184), + [anon_sym_suspend] = ACTIONS(4182), + [anon_sym_sealed] = ACTIONS(4182), + [anon_sym_annotation] = ACTIONS(4182), + [anon_sym_data] = ACTIONS(4182), + [anon_sym_inner] = ACTIONS(4182), + [anon_sym_value] = ACTIONS(4182), + [anon_sym_override] = ACTIONS(4182), + [anon_sym_lateinit] = ACTIONS(4182), + [anon_sym_public] = ACTIONS(4182), + [anon_sym_private] = ACTIONS(4182), + [anon_sym_internal] = ACTIONS(4182), + [anon_sym_protected] = ACTIONS(4182), + [anon_sym_tailrec] = ACTIONS(4182), + [anon_sym_operator] = ACTIONS(4182), + [anon_sym_infix] = ACTIONS(4182), + [anon_sym_inline] = ACTIONS(4182), + [anon_sym_external] = ACTIONS(4182), + [sym_property_modifier] = ACTIONS(4182), + [anon_sym_abstract] = ACTIONS(4182), + [anon_sym_final] = ACTIONS(4182), + [anon_sym_open] = ACTIONS(4182), + [anon_sym_vararg] = ACTIONS(4182), + [anon_sym_noinline] = ACTIONS(4182), + [anon_sym_crossinline] = ACTIONS(4182), + [anon_sym_expect] = ACTIONS(4182), + [anon_sym_actual] = ACTIONS(4182), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4184), + [sym__automatic_semicolon] = ACTIONS(4184), + [sym_safe_nav] = ACTIONS(4184), [sym_multiline_comment] = ACTIONS(3), }, - [3393] = { - [aux_sym_nullable_type_repeat1] = STATE(3597), - [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_by] = ACTIONS(4303), - [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), - [sym__quest] = ACTIONS(6835), - [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_value] = 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), + [3291] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1988), + [sym__comparison_operator] = STATE(1989), + [sym__in_operator] = STATE(1991), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1992), + [sym__multiplicative_operator] = STATE(1993), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1994), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3156), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3156), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3156), + [anon_sym_RPAREN] = ACTIONS(3156), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(6704), + [anon_sym_where] = ACTIONS(3154), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(6708), + [anon_sym_DASH_GT] = ACTIONS(3156), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(6712), + [anon_sym_while] = ACTIONS(3154), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(6718), + [anon_sym_PIPE_PIPE] = ACTIONS(6742), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3156), + [anon_sym_DASH_EQ] = ACTIONS(3156), + [anon_sym_STAR_EQ] = ACTIONS(3156), + [anon_sym_SLASH_EQ] = ACTIONS(3156), + [anon_sym_PERCENT_EQ] = ACTIONS(3156), + [anon_sym_BANG_EQ] = ACTIONS(6722), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6724), + [anon_sym_EQ_EQ] = ACTIONS(6722), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6724), + [anon_sym_LT_EQ] = ACTIONS(6726), + [anon_sym_GT_EQ] = ACTIONS(6726), + [anon_sym_BANGin] = ACTIONS(6728), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(6734), + [anon_sym_DASH] = ACTIONS(6734), + [anon_sym_SLASH] = ACTIONS(6708), + [anon_sym_PERCENT] = ACTIONS(6708), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4305), - [sym__automatic_semicolon] = ACTIONS(4305), - [sym_safe_nav] = ACTIONS(4305), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [3394] = { - [sym_class_body] = STATE(3956), - [sym_type_constraints] = STATE(3721), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_COLON] = ACTIONS(5870), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [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(3270), - [anon_sym_sealed] = ACTIONS(3270), - [anon_sym_annotation] = ACTIONS(3270), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_override] = ACTIONS(3270), - [anon_sym_lateinit] = ACTIONS(3270), - [anon_sym_public] = ACTIONS(3270), - [anon_sym_private] = ACTIONS(3270), - [anon_sym_internal] = ACTIONS(3270), - [anon_sym_protected] = ACTIONS(3270), - [anon_sym_tailrec] = ACTIONS(3270), - [anon_sym_operator] = ACTIONS(3270), - [anon_sym_infix] = ACTIONS(3270), - [anon_sym_inline] = ACTIONS(3270), - [anon_sym_external] = ACTIONS(3270), - [sym_property_modifier] = ACTIONS(3270), - [anon_sym_abstract] = ACTIONS(3270), - [anon_sym_final] = ACTIONS(3270), - [anon_sym_open] = ACTIONS(3270), - [anon_sym_vararg] = ACTIONS(3270), - [anon_sym_noinline] = ACTIONS(3270), - [anon_sym_crossinline] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [3292] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1988), + [sym__comparison_operator] = STATE(1989), + [sym__in_operator] = STATE(1991), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1992), + [sym__multiplicative_operator] = STATE(1993), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1994), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(3135), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3137), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3135), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3137), + [anon_sym_RPAREN] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_where] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3135), + [anon_sym_DASH_GT] = ACTIONS(3137), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_while] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3137), + [anon_sym_DASH_EQ] = ACTIONS(3137), + [anon_sym_STAR_EQ] = ACTIONS(3137), + [anon_sym_SLASH_EQ] = ACTIONS(3137), + [anon_sym_PERCENT_EQ] = ACTIONS(3137), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3135), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3137), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [3395] = { - [sym__alpha_identifier] = ACTIONS(5024), - [anon_sym_AT] = ACTIONS(5026), - [anon_sym_LBRACK] = ACTIONS(5026), - [anon_sym_RBRACK] = ACTIONS(5026), - [anon_sym_as] = ACTIONS(5024), - [anon_sym_EQ] = ACTIONS(5055), - [anon_sym_LBRACE] = ACTIONS(5026), - [anon_sym_RBRACE] = ACTIONS(5026), - [anon_sym_LPAREN] = ACTIONS(5026), - [anon_sym_COMMA] = ACTIONS(5026), - [anon_sym_RPAREN] = ACTIONS(5026), - [anon_sym_LT] = ACTIONS(5024), - [anon_sym_GT] = ACTIONS(5024), - [anon_sym_where] = ACTIONS(5024), - [anon_sym_DOT] = ACTIONS(5024), - [anon_sym_SEMI] = ACTIONS(5026), - [anon_sym_get] = ACTIONS(5024), - [anon_sym_set] = ACTIONS(5024), - [anon_sym_STAR] = ACTIONS(5024), - [anon_sym_DASH_GT] = ACTIONS(5026), - [sym_label] = ACTIONS(5026), - [anon_sym_in] = ACTIONS(5024), - [anon_sym_while] = ACTIONS(5024), - [anon_sym_DOT_DOT] = ACTIONS(5026), - [anon_sym_QMARK_COLON] = ACTIONS(5026), - [anon_sym_AMP_AMP] = ACTIONS(5026), - [anon_sym_PIPE_PIPE] = ACTIONS(5026), - [anon_sym_else] = ACTIONS(5024), - [anon_sym_COLON_COLON] = ACTIONS(6837), - [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(5024), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5026), - [anon_sym_EQ_EQ] = ACTIONS(5024), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5026), - [anon_sym_LT_EQ] = ACTIONS(5026), - [anon_sym_GT_EQ] = ACTIONS(5026), - [anon_sym_BANGin] = ACTIONS(5026), - [anon_sym_is] = ACTIONS(5024), - [anon_sym_BANGis] = ACTIONS(5026), - [anon_sym_PLUS] = ACTIONS(5024), - [anon_sym_DASH] = ACTIONS(5024), - [anon_sym_SLASH] = ACTIONS(5024), - [anon_sym_PERCENT] = ACTIONS(5024), - [anon_sym_as_QMARK] = ACTIONS(5026), - [anon_sym_PLUS_PLUS] = ACTIONS(5026), - [anon_sym_DASH_DASH] = ACTIONS(5026), - [anon_sym_BANG_BANG] = ACTIONS(5026), - [anon_sym_suspend] = ACTIONS(5024), - [anon_sym_sealed] = ACTIONS(5024), - [anon_sym_annotation] = ACTIONS(5024), - [anon_sym_data] = ACTIONS(5024), - [anon_sym_inner] = ACTIONS(5024), - [anon_sym_value] = ACTIONS(5024), - [anon_sym_override] = ACTIONS(5024), - [anon_sym_lateinit] = ACTIONS(5024), - [anon_sym_public] = ACTIONS(5024), - [anon_sym_private] = ACTIONS(5024), - [anon_sym_internal] = ACTIONS(5024), - [anon_sym_protected] = ACTIONS(5024), - [anon_sym_tailrec] = ACTIONS(5024), - [anon_sym_operator] = ACTIONS(5024), - [anon_sym_infix] = ACTIONS(5024), - [anon_sym_inline] = ACTIONS(5024), - [anon_sym_external] = ACTIONS(5024), - [sym_property_modifier] = ACTIONS(5024), - [anon_sym_abstract] = ACTIONS(5024), - [anon_sym_final] = ACTIONS(5024), - [anon_sym_open] = ACTIONS(5024), - [anon_sym_vararg] = ACTIONS(5024), - [anon_sym_noinline] = ACTIONS(5024), - [anon_sym_crossinline] = ACTIONS(5024), - [anon_sym_expect] = ACTIONS(5024), - [anon_sym_actual] = ACTIONS(5024), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5026), - [sym_safe_nav] = ACTIONS(5026), + [3293] = { + [aux_sym_user_type_repeat1] = STATE(3293), + [sym__alpha_identifier] = ACTIONS(4186), + [anon_sym_AT] = ACTIONS(4188), + [anon_sym_LBRACK] = ACTIONS(4188), + [anon_sym_as] = ACTIONS(4186), + [anon_sym_EQ] = ACTIONS(4186), + [anon_sym_LBRACE] = ACTIONS(4188), + [anon_sym_RBRACE] = ACTIONS(4188), + [anon_sym_LPAREN] = ACTIONS(4188), + [anon_sym_COMMA] = ACTIONS(4188), + [anon_sym_by] = ACTIONS(4186), + [anon_sym_LT] = ACTIONS(4186), + [anon_sym_GT] = ACTIONS(4186), + [anon_sym_where] = ACTIONS(4186), + [anon_sym_DOT] = ACTIONS(6744), + [anon_sym_SEMI] = ACTIONS(4188), + [anon_sym_get] = ACTIONS(4186), + [anon_sym_set] = ACTIONS(4186), + [anon_sym_AMP] = ACTIONS(4186), + [sym__quest] = ACTIONS(4186), + [anon_sym_STAR] = ACTIONS(4186), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4186), + [anon_sym_DOT_DOT] = ACTIONS(4188), + [anon_sym_QMARK_COLON] = ACTIONS(4188), + [anon_sym_AMP_AMP] = ACTIONS(4188), + [anon_sym_PIPE_PIPE] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4186), + [anon_sym_COLON_COLON] = ACTIONS(4188), + [anon_sym_PLUS_EQ] = ACTIONS(4188), + [anon_sym_DASH_EQ] = ACTIONS(4188), + [anon_sym_STAR_EQ] = ACTIONS(4188), + [anon_sym_SLASH_EQ] = ACTIONS(4188), + [anon_sym_PERCENT_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ] = ACTIONS(4186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ] = ACTIONS(4186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4188), + [anon_sym_LT_EQ] = ACTIONS(4188), + [anon_sym_GT_EQ] = ACTIONS(4188), + [anon_sym_BANGin] = ACTIONS(4188), + [anon_sym_is] = ACTIONS(4186), + [anon_sym_BANGis] = ACTIONS(4188), + [anon_sym_PLUS] = ACTIONS(4186), + [anon_sym_DASH] = ACTIONS(4186), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4186), + [anon_sym_as_QMARK] = ACTIONS(4188), + [anon_sym_PLUS_PLUS] = ACTIONS(4188), + [anon_sym_DASH_DASH] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4188), + [anon_sym_suspend] = ACTIONS(4186), + [anon_sym_sealed] = ACTIONS(4186), + [anon_sym_annotation] = ACTIONS(4186), + [anon_sym_data] = ACTIONS(4186), + [anon_sym_inner] = ACTIONS(4186), + [anon_sym_value] = ACTIONS(4186), + [anon_sym_override] = ACTIONS(4186), + [anon_sym_lateinit] = ACTIONS(4186), + [anon_sym_public] = ACTIONS(4186), + [anon_sym_private] = ACTIONS(4186), + [anon_sym_internal] = ACTIONS(4186), + [anon_sym_protected] = ACTIONS(4186), + [anon_sym_tailrec] = ACTIONS(4186), + [anon_sym_operator] = ACTIONS(4186), + [anon_sym_infix] = ACTIONS(4186), + [anon_sym_inline] = ACTIONS(4186), + [anon_sym_external] = ACTIONS(4186), + [sym_property_modifier] = ACTIONS(4186), + [anon_sym_abstract] = ACTIONS(4186), + [anon_sym_final] = ACTIONS(4186), + [anon_sym_open] = ACTIONS(4186), + [anon_sym_vararg] = ACTIONS(4186), + [anon_sym_noinline] = ACTIONS(4186), + [anon_sym_crossinline] = ACTIONS(4186), + [anon_sym_expect] = ACTIONS(4186), + [anon_sym_actual] = ACTIONS(4186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4188), + [sym__automatic_semicolon] = ACTIONS(4188), + [sym_safe_nav] = ACTIONS(4188), [sym_multiline_comment] = ACTIONS(3), }, - [3396] = { - [sym__alpha_identifier] = ACTIONS(4922), - [anon_sym_AT] = ACTIONS(4924), - [anon_sym_LBRACK] = ACTIONS(4924), - [anon_sym_RBRACK] = ACTIONS(4924), - [anon_sym_as] = ACTIONS(4922), - [anon_sym_EQ] = ACTIONS(4922), - [anon_sym_LBRACE] = ACTIONS(4924), - [anon_sym_RBRACE] = ACTIONS(4924), - [anon_sym_LPAREN] = ACTIONS(4924), - [anon_sym_COMMA] = ACTIONS(4924), - [anon_sym_RPAREN] = ACTIONS(4924), - [anon_sym_LT] = ACTIONS(4922), - [anon_sym_GT] = ACTIONS(4922), - [anon_sym_where] = ACTIONS(4922), - [anon_sym_DOT] = ACTIONS(4922), - [anon_sym_SEMI] = ACTIONS(4924), - [anon_sym_get] = ACTIONS(4922), - [anon_sym_set] = ACTIONS(4922), - [anon_sym_STAR] = ACTIONS(4922), - [anon_sym_DASH_GT] = ACTIONS(4924), - [sym_label] = ACTIONS(4924), - [anon_sym_in] = ACTIONS(4922), - [anon_sym_while] = ACTIONS(4922), - [anon_sym_DOT_DOT] = ACTIONS(4924), - [anon_sym_QMARK_COLON] = ACTIONS(4924), - [anon_sym_AMP_AMP] = ACTIONS(4924), - [anon_sym_PIPE_PIPE] = ACTIONS(4924), - [anon_sym_else] = ACTIONS(4922), - [anon_sym_COLON_COLON] = ACTIONS(4924), - [anon_sym_PLUS_EQ] = ACTIONS(4924), - [anon_sym_DASH_EQ] = ACTIONS(4924), - [anon_sym_STAR_EQ] = ACTIONS(4924), - [anon_sym_SLASH_EQ] = ACTIONS(4924), - [anon_sym_PERCENT_EQ] = ACTIONS(4924), - [anon_sym_BANG_EQ] = ACTIONS(4922), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4924), - [anon_sym_EQ_EQ] = ACTIONS(4922), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4924), - [anon_sym_LT_EQ] = ACTIONS(4924), - [anon_sym_GT_EQ] = ACTIONS(4924), - [anon_sym_BANGin] = ACTIONS(4924), - [anon_sym_is] = ACTIONS(4922), - [anon_sym_BANGis] = ACTIONS(4924), - [anon_sym_PLUS] = ACTIONS(4922), - [anon_sym_DASH] = ACTIONS(4922), - [anon_sym_SLASH] = ACTIONS(4922), - [anon_sym_PERCENT] = ACTIONS(4922), - [anon_sym_as_QMARK] = ACTIONS(4924), - [anon_sym_PLUS_PLUS] = ACTIONS(4924), - [anon_sym_DASH_DASH] = ACTIONS(4924), - [anon_sym_BANG_BANG] = ACTIONS(4924), - [anon_sym_suspend] = ACTIONS(4922), - [anon_sym_sealed] = ACTIONS(4922), - [anon_sym_annotation] = ACTIONS(4922), - [anon_sym_data] = ACTIONS(4922), - [anon_sym_inner] = ACTIONS(4922), - [anon_sym_value] = ACTIONS(4922), - [anon_sym_override] = ACTIONS(4922), - [anon_sym_lateinit] = ACTIONS(4922), - [anon_sym_public] = ACTIONS(4922), - [anon_sym_private] = ACTIONS(4922), - [anon_sym_internal] = ACTIONS(4922), - [anon_sym_protected] = ACTIONS(4922), - [anon_sym_tailrec] = ACTIONS(4922), - [anon_sym_operator] = ACTIONS(4922), - [anon_sym_infix] = ACTIONS(4922), - [anon_sym_inline] = ACTIONS(4922), - [anon_sym_external] = ACTIONS(4922), - [sym_property_modifier] = ACTIONS(4922), - [anon_sym_abstract] = ACTIONS(4922), - [anon_sym_final] = ACTIONS(4922), - [anon_sym_open] = ACTIONS(4922), - [anon_sym_vararg] = ACTIONS(4922), - [anon_sym_noinline] = ACTIONS(4922), - [anon_sym_crossinline] = ACTIONS(4922), - [anon_sym_expect] = ACTIONS(4922), - [anon_sym_actual] = ACTIONS(4922), + [3294] = { + [sym__alpha_identifier] = ACTIONS(4559), + [anon_sym_AT] = ACTIONS(4561), + [anon_sym_COLON] = ACTIONS(4559), + [anon_sym_LBRACK] = ACTIONS(4561), + [anon_sym_RBRACK] = ACTIONS(4561), + [anon_sym_as] = ACTIONS(4559), + [anon_sym_EQ] = ACTIONS(4559), + [anon_sym_LBRACE] = ACTIONS(4561), + [anon_sym_RBRACE] = ACTIONS(4561), + [anon_sym_LPAREN] = ACTIONS(4561), + [anon_sym_COMMA] = ACTIONS(4561), + [anon_sym_RPAREN] = ACTIONS(4561), + [anon_sym_LT] = ACTIONS(4559), + [anon_sym_GT] = ACTIONS(4559), + [anon_sym_where] = ACTIONS(4559), + [anon_sym_DOT] = ACTIONS(4559), + [anon_sym_SEMI] = ACTIONS(4561), + [anon_sym_get] = ACTIONS(4559), + [anon_sym_set] = ACTIONS(4559), + [anon_sym_STAR] = ACTIONS(4559), + [anon_sym_DASH_GT] = ACTIONS(4561), + [sym_label] = ACTIONS(4561), + [anon_sym_in] = ACTIONS(4559), + [anon_sym_while] = ACTIONS(4559), + [anon_sym_DOT_DOT] = ACTIONS(4561), + [anon_sym_QMARK_COLON] = ACTIONS(4561), + [anon_sym_AMP_AMP] = ACTIONS(4561), + [anon_sym_PIPE_PIPE] = ACTIONS(4561), + [anon_sym_else] = ACTIONS(4559), + [anon_sym_COLON_COLON] = ACTIONS(4561), + [anon_sym_PLUS_EQ] = ACTIONS(4561), + [anon_sym_DASH_EQ] = ACTIONS(4561), + [anon_sym_STAR_EQ] = ACTIONS(4561), + [anon_sym_SLASH_EQ] = ACTIONS(4561), + [anon_sym_PERCENT_EQ] = ACTIONS(4561), + [anon_sym_BANG_EQ] = ACTIONS(4559), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4561), + [anon_sym_EQ_EQ] = ACTIONS(4559), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4561), + [anon_sym_LT_EQ] = ACTIONS(4561), + [anon_sym_GT_EQ] = ACTIONS(4561), + [anon_sym_BANGin] = ACTIONS(4561), + [anon_sym_is] = ACTIONS(4559), + [anon_sym_BANGis] = ACTIONS(4561), + [anon_sym_PLUS] = ACTIONS(4559), + [anon_sym_DASH] = ACTIONS(4559), + [anon_sym_SLASH] = ACTIONS(4559), + [anon_sym_PERCENT] = ACTIONS(4559), + [anon_sym_as_QMARK] = ACTIONS(4561), + [anon_sym_PLUS_PLUS] = ACTIONS(4561), + [anon_sym_DASH_DASH] = ACTIONS(4561), + [anon_sym_BANG_BANG] = ACTIONS(4561), + [anon_sym_suspend] = ACTIONS(4559), + [anon_sym_sealed] = ACTIONS(4559), + [anon_sym_annotation] = ACTIONS(4559), + [anon_sym_data] = ACTIONS(4559), + [anon_sym_inner] = ACTIONS(4559), + [anon_sym_value] = ACTIONS(4559), + [anon_sym_override] = ACTIONS(4559), + [anon_sym_lateinit] = ACTIONS(4559), + [anon_sym_public] = ACTIONS(4559), + [anon_sym_private] = ACTIONS(4559), + [anon_sym_internal] = ACTIONS(4559), + [anon_sym_protected] = ACTIONS(4559), + [anon_sym_tailrec] = ACTIONS(4559), + [anon_sym_operator] = ACTIONS(4559), + [anon_sym_infix] = ACTIONS(4559), + [anon_sym_inline] = ACTIONS(4559), + [anon_sym_external] = ACTIONS(4559), + [sym_property_modifier] = ACTIONS(4559), + [anon_sym_abstract] = ACTIONS(4559), + [anon_sym_final] = ACTIONS(4559), + [anon_sym_open] = ACTIONS(4559), + [anon_sym_vararg] = ACTIONS(4559), + [anon_sym_noinline] = ACTIONS(4559), + [anon_sym_crossinline] = ACTIONS(4559), + [anon_sym_expect] = ACTIONS(4559), + [anon_sym_actual] = ACTIONS(4559), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4924), - [sym_safe_nav] = ACTIONS(4924), + [sym__backtick_identifier] = ACTIONS(4561), + [sym_safe_nav] = ACTIONS(4561), [sym_multiline_comment] = ACTIONS(3), }, - [3397] = { - [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_value] = 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), + [3295] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1988), + [sym__comparison_operator] = STATE(1989), + [sym__in_operator] = STATE(1991), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1992), + [sym__multiplicative_operator] = STATE(1993), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1994), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(3088), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3090), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3090), + [anon_sym_RPAREN] = ACTIONS(3090), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_where] = ACTIONS(3088), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(6708), + [anon_sym_DASH_GT] = ACTIONS(3090), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_while] = ACTIONS(3088), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_else] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3090), + [anon_sym_DASH_EQ] = ACTIONS(3090), + [anon_sym_STAR_EQ] = ACTIONS(3090), + [anon_sym_SLASH_EQ] = ACTIONS(3090), + [anon_sym_PERCENT_EQ] = ACTIONS(3090), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), + [anon_sym_PLUS] = ACTIONS(6734), + [anon_sym_DASH] = ACTIONS(6734), + [anon_sym_SLASH] = ACTIONS(6708), + [anon_sym_PERCENT] = ACTIONS(6708), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3090), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [3398] = { - [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_value] = 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), + [3296] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3296), + [sym__alpha_identifier] = ACTIONS(4677), + [anon_sym_AT] = ACTIONS(4679), + [anon_sym_LBRACK] = ACTIONS(4679), + [anon_sym_RBRACK] = ACTIONS(4679), + [anon_sym_as] = ACTIONS(4677), + [anon_sym_EQ] = ACTIONS(4677), + [anon_sym_LBRACE] = ACTIONS(4679), + [anon_sym_RBRACE] = ACTIONS(4679), + [anon_sym_LPAREN] = ACTIONS(4679), + [anon_sym_COMMA] = ACTIONS(6747), + [anon_sym_RPAREN] = ACTIONS(4679), + [anon_sym_LT] = ACTIONS(4677), + [anon_sym_GT] = ACTIONS(4677), + [anon_sym_where] = ACTIONS(4677), + [anon_sym_DOT] = ACTIONS(4677), + [anon_sym_SEMI] = ACTIONS(4679), + [anon_sym_get] = ACTIONS(4677), + [anon_sym_set] = ACTIONS(4677), + [anon_sym_STAR] = ACTIONS(4677), + [anon_sym_DASH_GT] = ACTIONS(4679), + [sym_label] = ACTIONS(4679), + [anon_sym_in] = ACTIONS(4677), + [anon_sym_while] = ACTIONS(4677), + [anon_sym_DOT_DOT] = ACTIONS(4679), + [anon_sym_QMARK_COLON] = ACTIONS(4679), + [anon_sym_AMP_AMP] = ACTIONS(4679), + [anon_sym_PIPE_PIPE] = ACTIONS(4679), + [anon_sym_else] = ACTIONS(4677), + [anon_sym_COLON_COLON] = ACTIONS(4679), + [anon_sym_PLUS_EQ] = ACTIONS(4679), + [anon_sym_DASH_EQ] = ACTIONS(4679), + [anon_sym_STAR_EQ] = ACTIONS(4679), + [anon_sym_SLASH_EQ] = ACTIONS(4679), + [anon_sym_PERCENT_EQ] = ACTIONS(4679), + [anon_sym_BANG_EQ] = ACTIONS(4677), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4679), + [anon_sym_EQ_EQ] = ACTIONS(4677), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4679), + [anon_sym_LT_EQ] = ACTIONS(4679), + [anon_sym_GT_EQ] = ACTIONS(4679), + [anon_sym_BANGin] = ACTIONS(4679), + [anon_sym_is] = ACTIONS(4677), + [anon_sym_BANGis] = ACTIONS(4679), + [anon_sym_PLUS] = ACTIONS(4677), + [anon_sym_DASH] = ACTIONS(4677), + [anon_sym_SLASH] = ACTIONS(4677), + [anon_sym_PERCENT] = ACTIONS(4677), + [anon_sym_as_QMARK] = ACTIONS(4679), + [anon_sym_PLUS_PLUS] = ACTIONS(4679), + [anon_sym_DASH_DASH] = ACTIONS(4679), + [anon_sym_BANG_BANG] = ACTIONS(4679), + [anon_sym_suspend] = ACTIONS(4677), + [anon_sym_sealed] = ACTIONS(4677), + [anon_sym_annotation] = ACTIONS(4677), + [anon_sym_data] = ACTIONS(4677), + [anon_sym_inner] = ACTIONS(4677), + [anon_sym_value] = ACTIONS(4677), + [anon_sym_override] = ACTIONS(4677), + [anon_sym_lateinit] = ACTIONS(4677), + [anon_sym_public] = ACTIONS(4677), + [anon_sym_private] = ACTIONS(4677), + [anon_sym_internal] = ACTIONS(4677), + [anon_sym_protected] = ACTIONS(4677), + [anon_sym_tailrec] = ACTIONS(4677), + [anon_sym_operator] = ACTIONS(4677), + [anon_sym_infix] = ACTIONS(4677), + [anon_sym_inline] = ACTIONS(4677), + [anon_sym_external] = ACTIONS(4677), + [sym_property_modifier] = ACTIONS(4677), + [anon_sym_abstract] = ACTIONS(4677), + [anon_sym_final] = ACTIONS(4677), + [anon_sym_open] = ACTIONS(4677), + [anon_sym_vararg] = ACTIONS(4677), + [anon_sym_noinline] = ACTIONS(4677), + [anon_sym_crossinline] = ACTIONS(4677), + [anon_sym_expect] = ACTIONS(4677), + [anon_sym_actual] = ACTIONS(4677), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4679), + [sym_safe_nav] = ACTIONS(4679), [sym_multiline_comment] = ACTIONS(3), }, - [3399] = { + [3297] = { + [sym__alpha_identifier] = ACTIONS(4555), + [anon_sym_AT] = ACTIONS(4557), + [anon_sym_COLON] = ACTIONS(4555), + [anon_sym_LBRACK] = ACTIONS(4557), + [anon_sym_RBRACK] = ACTIONS(4557), + [anon_sym_as] = ACTIONS(4555), + [anon_sym_EQ] = ACTIONS(4555), + [anon_sym_LBRACE] = ACTIONS(4557), + [anon_sym_RBRACE] = ACTIONS(4557), + [anon_sym_LPAREN] = ACTIONS(4557), + [anon_sym_COMMA] = ACTIONS(4557), + [anon_sym_RPAREN] = ACTIONS(4557), + [anon_sym_LT] = ACTIONS(4555), + [anon_sym_GT] = ACTIONS(4555), + [anon_sym_where] = ACTIONS(4555), + [anon_sym_DOT] = ACTIONS(4555), + [anon_sym_SEMI] = ACTIONS(4557), + [anon_sym_get] = ACTIONS(4555), + [anon_sym_set] = ACTIONS(4555), + [anon_sym_STAR] = ACTIONS(4555), + [anon_sym_DASH_GT] = ACTIONS(4557), + [sym_label] = ACTIONS(4557), + [anon_sym_in] = ACTIONS(4555), + [anon_sym_while] = ACTIONS(4555), + [anon_sym_DOT_DOT] = ACTIONS(4557), + [anon_sym_QMARK_COLON] = ACTIONS(4557), + [anon_sym_AMP_AMP] = ACTIONS(4557), + [anon_sym_PIPE_PIPE] = ACTIONS(4557), + [anon_sym_else] = ACTIONS(4555), + [anon_sym_COLON_COLON] = ACTIONS(4557), + [anon_sym_PLUS_EQ] = ACTIONS(4557), + [anon_sym_DASH_EQ] = ACTIONS(4557), + [anon_sym_STAR_EQ] = ACTIONS(4557), + [anon_sym_SLASH_EQ] = ACTIONS(4557), + [anon_sym_PERCENT_EQ] = ACTIONS(4557), + [anon_sym_BANG_EQ] = ACTIONS(4555), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4557), + [anon_sym_EQ_EQ] = ACTIONS(4555), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4557), + [anon_sym_LT_EQ] = ACTIONS(4557), + [anon_sym_GT_EQ] = ACTIONS(4557), + [anon_sym_BANGin] = ACTIONS(4557), + [anon_sym_is] = ACTIONS(4555), + [anon_sym_BANGis] = ACTIONS(4557), + [anon_sym_PLUS] = ACTIONS(4555), + [anon_sym_DASH] = ACTIONS(4555), + [anon_sym_SLASH] = ACTIONS(4555), + [anon_sym_PERCENT] = ACTIONS(4555), + [anon_sym_as_QMARK] = ACTIONS(4557), + [anon_sym_PLUS_PLUS] = ACTIONS(4557), + [anon_sym_DASH_DASH] = ACTIONS(4557), + [anon_sym_BANG_BANG] = ACTIONS(4557), + [anon_sym_suspend] = ACTIONS(4555), + [anon_sym_sealed] = ACTIONS(4555), + [anon_sym_annotation] = ACTIONS(4555), + [anon_sym_data] = ACTIONS(4555), + [anon_sym_inner] = ACTIONS(4555), + [anon_sym_value] = ACTIONS(4555), + [anon_sym_override] = ACTIONS(4555), + [anon_sym_lateinit] = ACTIONS(4555), + [anon_sym_public] = ACTIONS(4555), + [anon_sym_private] = ACTIONS(4555), + [anon_sym_internal] = ACTIONS(4555), + [anon_sym_protected] = ACTIONS(4555), + [anon_sym_tailrec] = ACTIONS(4555), + [anon_sym_operator] = ACTIONS(4555), + [anon_sym_infix] = ACTIONS(4555), + [anon_sym_inline] = ACTIONS(4555), + [anon_sym_external] = ACTIONS(4555), + [sym_property_modifier] = ACTIONS(4555), + [anon_sym_abstract] = ACTIONS(4555), + [anon_sym_final] = ACTIONS(4555), + [anon_sym_open] = ACTIONS(4555), + [anon_sym_vararg] = ACTIONS(4555), + [anon_sym_noinline] = ACTIONS(4555), + [anon_sym_crossinline] = ACTIONS(4555), + [anon_sym_expect] = ACTIONS(4555), + [anon_sym_actual] = ACTIONS(4555), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4557), + [sym_safe_nav] = ACTIONS(4557), + [sym_multiline_comment] = ACTIONS(3), + }, + [3298] = { + [aux_sym_user_type_repeat1] = STATE(3293), [sym__alpha_identifier] = ACTIONS(4122), [anon_sym_AT] = ACTIONS(4124), - [anon_sym_COLON] = ACTIONS(6550), [anon_sym_LBRACK] = ACTIONS(4124), - [anon_sym_EQ] = ACTIONS(4124), + [anon_sym_as] = ACTIONS(4122), + [anon_sym_EQ] = ACTIONS(4122), [anon_sym_LBRACE] = ACTIONS(4124), [anon_sym_RBRACE] = ACTIONS(4124), [anon_sym_LPAREN] = ACTIONS(4124), + [anon_sym_COMMA] = ACTIONS(4124), [anon_sym_by] = ACTIONS(4122), + [anon_sym_LT] = ACTIONS(4122), + [anon_sym_GT] = ACTIONS(4122), [anon_sym_where] = ACTIONS(4122), - [anon_sym_object] = ACTIONS(4122), - [anon_sym_fun] = ACTIONS(4122), + [anon_sym_DOT] = ACTIONS(6750), [anon_sym_SEMI] = ACTIONS(4124), [anon_sym_get] = ACTIONS(4122), [anon_sym_set] = ACTIONS(4122), - [anon_sym_this] = ACTIONS(4122), - [anon_sym_super] = ACTIONS(4122), - [anon_sym_STAR] = ACTIONS(4124), - [sym_label] = ACTIONS(4122), + [anon_sym_AMP] = ACTIONS(4122), + [sym__quest] = ACTIONS(4122), + [anon_sym_STAR] = ACTIONS(4122), + [sym_label] = ACTIONS(4124), [anon_sym_in] = ACTIONS(4122), - [anon_sym_null] = ACTIONS(4122), - [anon_sym_if] = ACTIONS(4122), + [anon_sym_DOT_DOT] = ACTIONS(4124), + [anon_sym_QMARK_COLON] = ACTIONS(4124), + [anon_sym_AMP_AMP] = ACTIONS(4124), + [anon_sym_PIPE_PIPE] = ACTIONS(4124), [anon_sym_else] = ACTIONS(4122), - [anon_sym_when] = ACTIONS(4122), - [anon_sym_try] = ACTIONS(4122), - [anon_sym_throw] = ACTIONS(4122), - [anon_sym_return] = ACTIONS(4122), - [anon_sym_continue] = ACTIONS(4122), - [anon_sym_break] = ACTIONS(4122), [anon_sym_COLON_COLON] = ACTIONS(4124), + [anon_sym_PLUS_EQ] = ACTIONS(4124), + [anon_sym_DASH_EQ] = ACTIONS(4124), + [anon_sym_STAR_EQ] = ACTIONS(4124), + [anon_sym_SLASH_EQ] = ACTIONS(4124), + [anon_sym_PERCENT_EQ] = ACTIONS(4124), + [anon_sym_BANG_EQ] = ACTIONS(4122), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4124), + [anon_sym_EQ_EQ] = ACTIONS(4122), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4124), + [anon_sym_LT_EQ] = ACTIONS(4124), + [anon_sym_GT_EQ] = ACTIONS(4124), [anon_sym_BANGin] = ACTIONS(4124), [anon_sym_is] = ACTIONS(4122), [anon_sym_BANGis] = ACTIONS(4124), [anon_sym_PLUS] = ACTIONS(4122), [anon_sym_DASH] = ACTIONS(4122), + [anon_sym_SLASH] = ACTIONS(4122), + [anon_sym_PERCENT] = ACTIONS(4122), + [anon_sym_as_QMARK] = ACTIONS(4124), [anon_sym_PLUS_PLUS] = ACTIONS(4124), [anon_sym_DASH_DASH] = ACTIONS(4124), - [anon_sym_BANG] = ACTIONS(4122), + [anon_sym_BANG_BANG] = ACTIONS(4124), [anon_sym_suspend] = ACTIONS(4122), [anon_sym_sealed] = ACTIONS(4122), [anon_sym_annotation] = ACTIONS(4122), @@ -395769,726 +387295,2080 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4122), [anon_sym_actual] = ACTIONS(4122), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4124), - [anon_sym_continue_AT] = ACTIONS(4124), - [anon_sym_break_AT] = ACTIONS(4124), - [anon_sym_this_AT] = ACTIONS(4124), - [anon_sym_super_AT] = ACTIONS(4124), - [sym_real_literal] = ACTIONS(4124), - [sym_integer_literal] = ACTIONS(4122), - [sym_hex_literal] = ACTIONS(4124), - [sym_bin_literal] = ACTIONS(4124), - [anon_sym_true] = ACTIONS(4122), - [anon_sym_false] = ACTIONS(4122), - [anon_sym_SQUOTE] = ACTIONS(4124), [sym__backtick_identifier] = ACTIONS(4124), [sym__automatic_semicolon] = ACTIONS(4124), + [sym_safe_nav] = ACTIONS(4124), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4124), }, - [3400] = { - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_RBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(4447), - [anon_sym_LBRACE] = ACTIONS(4449), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_COMMA] = ACTIONS(4449), - [anon_sym_RPAREN] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_where] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4447), - [anon_sym_DASH_GT] = ACTIONS(4449), - [sym_label] = ACTIONS(4449), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_while] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_PLUS_EQ] = ACTIONS(4449), - [anon_sym_DASH_EQ] = ACTIONS(4449), - [anon_sym_STAR_EQ] = ACTIONS(4449), - [anon_sym_SLASH_EQ] = ACTIONS(4449), - [anon_sym_PERCENT_EQ] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4447), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_suspend] = ACTIONS(4447), - [anon_sym_sealed] = ACTIONS(4447), - [anon_sym_annotation] = ACTIONS(4447), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_override] = ACTIONS(4447), - [anon_sym_lateinit] = ACTIONS(4447), - [anon_sym_public] = ACTIONS(4447), - [anon_sym_private] = ACTIONS(4447), - [anon_sym_internal] = ACTIONS(4447), - [anon_sym_protected] = ACTIONS(4447), - [anon_sym_tailrec] = ACTIONS(4447), - [anon_sym_operator] = ACTIONS(4447), - [anon_sym_infix] = ACTIONS(4447), - [anon_sym_inline] = ACTIONS(4447), - [anon_sym_external] = ACTIONS(4447), - [sym_property_modifier] = ACTIONS(4447), - [anon_sym_abstract] = ACTIONS(4447), - [anon_sym_final] = ACTIONS(4447), - [anon_sym_open] = ACTIONS(4447), - [anon_sym_vararg] = ACTIONS(4447), - [anon_sym_noinline] = ACTIONS(4447), - [anon_sym_crossinline] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), + [3299] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1988), + [sym__comparison_operator] = STATE(1989), + [sym__in_operator] = STATE(1991), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1992), + [sym__multiplicative_operator] = STATE(1993), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1994), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3152), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3150), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3152), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3152), + [anon_sym_RPAREN] = ACTIONS(3152), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(6704), + [anon_sym_where] = ACTIONS(3150), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(6708), + [anon_sym_DASH_GT] = ACTIONS(3152), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(6712), + [anon_sym_while] = ACTIONS(3150), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(6718), + [anon_sym_PIPE_PIPE] = ACTIONS(6742), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3152), + [anon_sym_DASH_EQ] = ACTIONS(3152), + [anon_sym_STAR_EQ] = ACTIONS(3152), + [anon_sym_SLASH_EQ] = ACTIONS(3152), + [anon_sym_PERCENT_EQ] = ACTIONS(3152), + [anon_sym_BANG_EQ] = ACTIONS(6722), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6724), + [anon_sym_EQ_EQ] = ACTIONS(6722), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6724), + [anon_sym_LT_EQ] = ACTIONS(6726), + [anon_sym_GT_EQ] = ACTIONS(6726), + [anon_sym_BANGin] = ACTIONS(6728), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(6734), + [anon_sym_DASH] = ACTIONS(6734), + [anon_sym_SLASH] = ACTIONS(6708), + [anon_sym_PERCENT] = ACTIONS(6708), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [3401] = { - [sym__alpha_identifier] = ACTIONS(4846), - [anon_sym_AT] = ACTIONS(4848), - [anon_sym_LBRACK] = ACTIONS(4848), - [anon_sym_RBRACK] = ACTIONS(4848), - [anon_sym_as] = ACTIONS(4846), - [anon_sym_EQ] = ACTIONS(4846), - [anon_sym_LBRACE] = ACTIONS(4848), - [anon_sym_RBRACE] = ACTIONS(4848), - [anon_sym_LPAREN] = ACTIONS(4848), - [anon_sym_COMMA] = ACTIONS(4848), - [anon_sym_RPAREN] = ACTIONS(4848), - [anon_sym_LT] = ACTIONS(4846), - [anon_sym_GT] = ACTIONS(4846), - [anon_sym_where] = ACTIONS(4846), - [anon_sym_DOT] = ACTIONS(4846), - [anon_sym_SEMI] = ACTIONS(4848), - [anon_sym_get] = ACTIONS(4846), - [anon_sym_set] = ACTIONS(4846), - [anon_sym_STAR] = ACTIONS(4846), - [anon_sym_DASH_GT] = ACTIONS(4848), - [sym_label] = ACTIONS(4848), - [anon_sym_in] = ACTIONS(4846), - [anon_sym_while] = ACTIONS(4846), - [anon_sym_DOT_DOT] = ACTIONS(4848), - [anon_sym_QMARK_COLON] = ACTIONS(4848), - [anon_sym_AMP_AMP] = ACTIONS(4848), - [anon_sym_PIPE_PIPE] = ACTIONS(4848), - [anon_sym_else] = ACTIONS(4846), - [anon_sym_COLON_COLON] = ACTIONS(4848), - [anon_sym_PLUS_EQ] = ACTIONS(4848), - [anon_sym_DASH_EQ] = ACTIONS(4848), - [anon_sym_STAR_EQ] = ACTIONS(4848), - [anon_sym_SLASH_EQ] = ACTIONS(4848), - [anon_sym_PERCENT_EQ] = ACTIONS(4848), - [anon_sym_BANG_EQ] = ACTIONS(4846), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4848), - [anon_sym_EQ_EQ] = ACTIONS(4846), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4848), - [anon_sym_LT_EQ] = ACTIONS(4848), - [anon_sym_GT_EQ] = ACTIONS(4848), - [anon_sym_BANGin] = ACTIONS(4848), - [anon_sym_is] = ACTIONS(4846), - [anon_sym_BANGis] = ACTIONS(4848), - [anon_sym_PLUS] = ACTIONS(4846), - [anon_sym_DASH] = ACTIONS(4846), - [anon_sym_SLASH] = ACTIONS(4846), - [anon_sym_PERCENT] = ACTIONS(4846), - [anon_sym_as_QMARK] = ACTIONS(4848), - [anon_sym_PLUS_PLUS] = ACTIONS(4848), - [anon_sym_DASH_DASH] = ACTIONS(4848), - [anon_sym_BANG_BANG] = ACTIONS(4848), - [anon_sym_suspend] = ACTIONS(4846), - [anon_sym_sealed] = ACTIONS(4846), - [anon_sym_annotation] = ACTIONS(4846), - [anon_sym_data] = ACTIONS(4846), - [anon_sym_inner] = ACTIONS(4846), - [anon_sym_value] = ACTIONS(4846), - [anon_sym_override] = ACTIONS(4846), - [anon_sym_lateinit] = ACTIONS(4846), - [anon_sym_public] = ACTIONS(4846), - [anon_sym_private] = ACTIONS(4846), - [anon_sym_internal] = ACTIONS(4846), - [anon_sym_protected] = ACTIONS(4846), - [anon_sym_tailrec] = ACTIONS(4846), - [anon_sym_operator] = ACTIONS(4846), - [anon_sym_infix] = ACTIONS(4846), - [anon_sym_inline] = ACTIONS(4846), - [anon_sym_external] = ACTIONS(4846), - [sym_property_modifier] = ACTIONS(4846), - [anon_sym_abstract] = ACTIONS(4846), - [anon_sym_final] = ACTIONS(4846), - [anon_sym_open] = ACTIONS(4846), - [anon_sym_vararg] = ACTIONS(4846), - [anon_sym_noinline] = ACTIONS(4846), - [anon_sym_crossinline] = ACTIONS(4846), - [anon_sym_expect] = ACTIONS(4846), - [anon_sym_actual] = ACTIONS(4846), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4848), - [sym_safe_nav] = ACTIONS(4848), + [3300] = { + [sym_class_body] = STATE(3540), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_RBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_RPAREN] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(4212), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [anon_sym_DASH_GT] = ACTIONS(4214), + [sym_label] = ACTIONS(4214), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_while] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), [sym_multiline_comment] = ACTIONS(3), }, - [3402] = { - [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_value] = 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), + [3301] = { + [sym_enum_class_body] = STATE(3537), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_RBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [anon_sym_DASH_GT] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [3403] = { - [sym__alpha_identifier] = ACTIONS(4451), - [anon_sym_AT] = ACTIONS(4453), - [anon_sym_LBRACK] = ACTIONS(4453), - [anon_sym_RBRACK] = ACTIONS(4453), - [anon_sym_as] = ACTIONS(4451), - [anon_sym_EQ] = ACTIONS(4451), - [anon_sym_LBRACE] = ACTIONS(4453), - [anon_sym_RBRACE] = ACTIONS(4453), - [anon_sym_LPAREN] = ACTIONS(4453), - [anon_sym_COMMA] = ACTIONS(4453), - [anon_sym_RPAREN] = ACTIONS(4453), - [anon_sym_LT] = ACTIONS(4451), - [anon_sym_GT] = ACTIONS(4451), - [anon_sym_where] = ACTIONS(4451), - [anon_sym_DOT] = ACTIONS(4451), - [anon_sym_SEMI] = ACTIONS(4453), - [anon_sym_get] = ACTIONS(4451), - [anon_sym_set] = ACTIONS(4451), - [anon_sym_STAR] = ACTIONS(4451), - [anon_sym_DASH_GT] = ACTIONS(4453), - [sym_label] = ACTIONS(4453), - [anon_sym_in] = ACTIONS(4451), - [anon_sym_while] = ACTIONS(4451), - [anon_sym_DOT_DOT] = ACTIONS(4453), - [anon_sym_QMARK_COLON] = ACTIONS(4453), - [anon_sym_AMP_AMP] = ACTIONS(4453), - [anon_sym_PIPE_PIPE] = ACTIONS(4453), - [anon_sym_else] = ACTIONS(4451), - [anon_sym_COLON_COLON] = ACTIONS(4453), - [anon_sym_PLUS_EQ] = ACTIONS(4453), - [anon_sym_DASH_EQ] = ACTIONS(4453), - [anon_sym_STAR_EQ] = ACTIONS(4453), - [anon_sym_SLASH_EQ] = ACTIONS(4453), - [anon_sym_PERCENT_EQ] = ACTIONS(4453), - [anon_sym_BANG_EQ] = ACTIONS(4451), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4453), - [anon_sym_EQ_EQ] = ACTIONS(4451), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4453), - [anon_sym_LT_EQ] = ACTIONS(4453), - [anon_sym_GT_EQ] = ACTIONS(4453), - [anon_sym_BANGin] = ACTIONS(4453), - [anon_sym_is] = ACTIONS(4451), - [anon_sym_BANGis] = ACTIONS(4453), - [anon_sym_PLUS] = ACTIONS(4451), - [anon_sym_DASH] = ACTIONS(4451), - [anon_sym_SLASH] = ACTIONS(4451), - [anon_sym_PERCENT] = ACTIONS(4451), - [anon_sym_as_QMARK] = ACTIONS(4453), - [anon_sym_PLUS_PLUS] = ACTIONS(4453), - [anon_sym_DASH_DASH] = ACTIONS(4453), - [anon_sym_BANG_BANG] = ACTIONS(4453), - [anon_sym_suspend] = ACTIONS(4451), - [anon_sym_sealed] = ACTIONS(4451), - [anon_sym_annotation] = ACTIONS(4451), - [anon_sym_data] = ACTIONS(4451), - [anon_sym_inner] = ACTIONS(4451), - [anon_sym_value] = ACTIONS(4451), - [anon_sym_override] = ACTIONS(4451), - [anon_sym_lateinit] = ACTIONS(4451), - [anon_sym_public] = ACTIONS(4451), - [anon_sym_private] = ACTIONS(4451), - [anon_sym_internal] = ACTIONS(4451), - [anon_sym_protected] = ACTIONS(4451), - [anon_sym_tailrec] = ACTIONS(4451), - [anon_sym_operator] = ACTIONS(4451), - [anon_sym_infix] = ACTIONS(4451), - [anon_sym_inline] = ACTIONS(4451), - [anon_sym_external] = ACTIONS(4451), - [sym_property_modifier] = ACTIONS(4451), - [anon_sym_abstract] = ACTIONS(4451), - [anon_sym_final] = ACTIONS(4451), - [anon_sym_open] = ACTIONS(4451), - [anon_sym_vararg] = ACTIONS(4451), - [anon_sym_noinline] = ACTIONS(4451), - [anon_sym_crossinline] = ACTIONS(4451), - [anon_sym_expect] = ACTIONS(4451), - [anon_sym_actual] = ACTIONS(4451), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4453), - [sym_safe_nav] = ACTIONS(4453), + [3302] = { + [sym_type_constraints] = STATE(3648), + [sym_function_body] = STATE(3164), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_COLON] = ACTIONS(6753), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), + }, + [3303] = { + [sym__alpha_identifier] = ACTIONS(4617), + [anon_sym_AT] = ACTIONS(4619), + [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_by] = ACTIONS(4617), + [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_value] = 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), }, - [3404] = { - [sym__alpha_identifier] = ACTIONS(4826), - [anon_sym_AT] = ACTIONS(4828), - [anon_sym_LBRACK] = ACTIONS(4828), - [anon_sym_RBRACK] = ACTIONS(4828), - [anon_sym_as] = ACTIONS(4826), - [anon_sym_EQ] = ACTIONS(4826), - [anon_sym_LBRACE] = ACTIONS(4828), - [anon_sym_RBRACE] = ACTIONS(4828), - [anon_sym_LPAREN] = ACTIONS(4828), - [anon_sym_COMMA] = ACTIONS(4828), - [anon_sym_RPAREN] = ACTIONS(4828), - [anon_sym_LT] = ACTIONS(4826), - [anon_sym_GT] = ACTIONS(4826), - [anon_sym_where] = ACTIONS(4826), - [anon_sym_DOT] = ACTIONS(4826), - [anon_sym_SEMI] = ACTIONS(4828), - [anon_sym_get] = ACTIONS(4826), - [anon_sym_set] = ACTIONS(4826), - [anon_sym_STAR] = ACTIONS(4826), - [anon_sym_DASH_GT] = ACTIONS(4828), - [sym_label] = ACTIONS(4828), - [anon_sym_in] = ACTIONS(4826), - [anon_sym_while] = ACTIONS(4826), - [anon_sym_DOT_DOT] = ACTIONS(4828), - [anon_sym_QMARK_COLON] = ACTIONS(4828), - [anon_sym_AMP_AMP] = ACTIONS(4828), - [anon_sym_PIPE_PIPE] = ACTIONS(4828), - [anon_sym_else] = ACTIONS(4826), - [anon_sym_COLON_COLON] = ACTIONS(4828), - [anon_sym_PLUS_EQ] = ACTIONS(4828), - [anon_sym_DASH_EQ] = ACTIONS(4828), - [anon_sym_STAR_EQ] = ACTIONS(4828), - [anon_sym_SLASH_EQ] = ACTIONS(4828), - [anon_sym_PERCENT_EQ] = ACTIONS(4828), - [anon_sym_BANG_EQ] = ACTIONS(4826), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4828), - [anon_sym_EQ_EQ] = ACTIONS(4826), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4828), - [anon_sym_LT_EQ] = ACTIONS(4828), - [anon_sym_GT_EQ] = ACTIONS(4828), - [anon_sym_BANGin] = ACTIONS(4828), - [anon_sym_is] = ACTIONS(4826), - [anon_sym_BANGis] = ACTIONS(4828), - [anon_sym_PLUS] = ACTIONS(4826), - [anon_sym_DASH] = ACTIONS(4826), - [anon_sym_SLASH] = ACTIONS(4826), - [anon_sym_PERCENT] = ACTIONS(4826), - [anon_sym_as_QMARK] = ACTIONS(4828), - [anon_sym_PLUS_PLUS] = ACTIONS(4828), - [anon_sym_DASH_DASH] = ACTIONS(4828), - [anon_sym_BANG_BANG] = ACTIONS(4828), - [anon_sym_suspend] = ACTIONS(4826), - [anon_sym_sealed] = ACTIONS(4826), - [anon_sym_annotation] = ACTIONS(4826), - [anon_sym_data] = ACTIONS(4826), - [anon_sym_inner] = ACTIONS(4826), - [anon_sym_value] = ACTIONS(4826), - [anon_sym_override] = ACTIONS(4826), - [anon_sym_lateinit] = ACTIONS(4826), - [anon_sym_public] = ACTIONS(4826), - [anon_sym_private] = ACTIONS(4826), - [anon_sym_internal] = ACTIONS(4826), - [anon_sym_protected] = ACTIONS(4826), - [anon_sym_tailrec] = ACTIONS(4826), - [anon_sym_operator] = ACTIONS(4826), - [anon_sym_infix] = ACTIONS(4826), - [anon_sym_inline] = ACTIONS(4826), - [anon_sym_external] = ACTIONS(4826), - [sym_property_modifier] = ACTIONS(4826), - [anon_sym_abstract] = ACTIONS(4826), - [anon_sym_final] = ACTIONS(4826), - [anon_sym_open] = ACTIONS(4826), - [anon_sym_vararg] = ACTIONS(4826), - [anon_sym_noinline] = ACTIONS(4826), - [anon_sym_crossinline] = ACTIONS(4826), - [anon_sym_expect] = ACTIONS(4826), - [anon_sym_actual] = ACTIONS(4826), + [3304] = { + [sym_class_body] = STATE(3530), + [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(5590), + [anon_sym_RBRACE] = ACTIONS(4623), + [anon_sym_LPAREN] = ACTIONS(4623), + [anon_sym_COMMA] = ACTIONS(4623), + [anon_sym_RPAREN] = ACTIONS(4623), + [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_value] = 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), + }, + [3305] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1988), + [sym__comparison_operator] = STATE(1989), + [sym__in_operator] = STATE(1991), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1992), + [sym__multiplicative_operator] = STATE(1993), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1994), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3111), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3109), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3111), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3111), + [anon_sym_RPAREN] = ACTIONS(3111), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(6704), + [anon_sym_where] = ACTIONS(3109), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3111), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(6708), + [anon_sym_DASH_GT] = ACTIONS(3111), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(6712), + [anon_sym_while] = ACTIONS(3109), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(6718), + [anon_sym_PIPE_PIPE] = ACTIONS(6742), + [anon_sym_else] = ACTIONS(3109), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3111), + [anon_sym_DASH_EQ] = ACTIONS(3111), + [anon_sym_STAR_EQ] = ACTIONS(3111), + [anon_sym_SLASH_EQ] = ACTIONS(3111), + [anon_sym_PERCENT_EQ] = ACTIONS(3111), + [anon_sym_BANG_EQ] = ACTIONS(6722), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6724), + [anon_sym_EQ_EQ] = ACTIONS(6722), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6724), + [anon_sym_LT_EQ] = ACTIONS(6726), + [anon_sym_GT_EQ] = ACTIONS(6726), + [anon_sym_BANGin] = ACTIONS(6728), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(6734), + [anon_sym_DASH] = ACTIONS(6734), + [anon_sym_SLASH] = ACTIONS(6708), + [anon_sym_PERCENT] = ACTIONS(6708), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4828), - [sym_safe_nav] = ACTIONS(4828), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [3405] = { - [ts_builtin_sym_end] = ACTIONS(6840), - [sym__alpha_identifier] = ACTIONS(6842), - [anon_sym_AT] = ACTIONS(6840), - [anon_sym_LBRACK] = ACTIONS(6840), - [anon_sym_package] = ACTIONS(6842), - [anon_sym_import] = ACTIONS(6842), - [anon_sym_typealias] = ACTIONS(6842), - [anon_sym_class] = ACTIONS(6842), - [anon_sym_interface] = ACTIONS(6842), - [anon_sym_enum] = ACTIONS(6842), - [anon_sym_LBRACE] = ACTIONS(6840), - [anon_sym_LPAREN] = ACTIONS(6840), - [anon_sym_val] = ACTIONS(6842), - [anon_sym_var] = ACTIONS(6842), - [anon_sym_object] = ACTIONS(6842), - [anon_sym_fun] = ACTIONS(6842), - [anon_sym_get] = ACTIONS(6842), - [anon_sym_set] = ACTIONS(6842), - [anon_sym_this] = ACTIONS(6842), - [anon_sym_super] = ACTIONS(6842), - [anon_sym_STAR] = ACTIONS(6840), - [sym_label] = ACTIONS(6842), - [anon_sym_for] = ACTIONS(6842), - [anon_sym_while] = ACTIONS(6842), - [anon_sym_do] = ACTIONS(6842), - [anon_sym_null] = ACTIONS(6842), - [anon_sym_if] = ACTIONS(6842), - [anon_sym_when] = ACTIONS(6842), - [anon_sym_try] = ACTIONS(6842), - [anon_sym_throw] = ACTIONS(6842), - [anon_sym_return] = ACTIONS(6842), - [anon_sym_continue] = ACTIONS(6842), - [anon_sym_break] = ACTIONS(6842), - [anon_sym_COLON_COLON] = ACTIONS(6840), - [anon_sym_PLUS] = ACTIONS(6842), - [anon_sym_DASH] = ACTIONS(6842), - [anon_sym_PLUS_PLUS] = ACTIONS(6840), - [anon_sym_DASH_DASH] = ACTIONS(6840), - [anon_sym_BANG] = ACTIONS(6840), - [anon_sym_suspend] = ACTIONS(6842), - [anon_sym_sealed] = ACTIONS(6842), - [anon_sym_annotation] = ACTIONS(6842), - [anon_sym_data] = ACTIONS(6842), - [anon_sym_inner] = ACTIONS(6842), - [anon_sym_value] = ACTIONS(6842), - [anon_sym_override] = ACTIONS(6842), - [anon_sym_lateinit] = ACTIONS(6842), - [anon_sym_public] = ACTIONS(6842), - [anon_sym_private] = ACTIONS(6842), - [anon_sym_internal] = ACTIONS(6842), - [anon_sym_protected] = ACTIONS(6842), - [anon_sym_tailrec] = ACTIONS(6842), - [anon_sym_operator] = ACTIONS(6842), - [anon_sym_infix] = ACTIONS(6842), - [anon_sym_inline] = ACTIONS(6842), - [anon_sym_external] = ACTIONS(6842), - [sym_property_modifier] = ACTIONS(6842), - [anon_sym_abstract] = ACTIONS(6842), - [anon_sym_final] = ACTIONS(6842), - [anon_sym_open] = ACTIONS(6842), - [anon_sym_vararg] = ACTIONS(6842), - [anon_sym_noinline] = ACTIONS(6842), - [anon_sym_crossinline] = ACTIONS(6842), - [anon_sym_expect] = ACTIONS(6842), - [anon_sym_actual] = ACTIONS(6842), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(6840), - [anon_sym_continue_AT] = ACTIONS(6840), - [anon_sym_break_AT] = ACTIONS(6840), - [anon_sym_this_AT] = ACTIONS(6840), - [anon_sym_super_AT] = ACTIONS(6840), - [sym_real_literal] = ACTIONS(6840), - [sym_integer_literal] = ACTIONS(6842), - [sym_hex_literal] = ACTIONS(6840), - [sym_bin_literal] = ACTIONS(6840), - [anon_sym_true] = ACTIONS(6842), - [anon_sym_false] = ACTIONS(6842), - [anon_sym_SQUOTE] = ACTIONS(6840), - [sym__backtick_identifier] = ACTIONS(6840), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(6840), + [3306] = { + [sym_class_body] = STATE(3537), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_RBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [anon_sym_DASH_GT] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), }, - [3406] = { - [sym__alpha_identifier] = ACTIONS(4467), - [anon_sym_AT] = ACTIONS(4469), - [anon_sym_LBRACK] = ACTIONS(4469), - [anon_sym_RBRACK] = ACTIONS(4469), - [anon_sym_as] = ACTIONS(4467), - [anon_sym_EQ] = ACTIONS(4467), - [anon_sym_LBRACE] = ACTIONS(4469), - [anon_sym_RBRACE] = ACTIONS(4469), - [anon_sym_LPAREN] = ACTIONS(4469), - [anon_sym_COMMA] = ACTIONS(4469), - [anon_sym_RPAREN] = ACTIONS(4469), - [anon_sym_LT] = ACTIONS(4467), - [anon_sym_GT] = ACTIONS(4467), - [anon_sym_where] = ACTIONS(4467), - [anon_sym_DOT] = ACTIONS(4467), - [anon_sym_SEMI] = ACTIONS(4469), - [anon_sym_get] = ACTIONS(4467), - [anon_sym_set] = ACTIONS(4467), - [anon_sym_STAR] = ACTIONS(4467), - [anon_sym_DASH_GT] = ACTIONS(4469), - [sym_label] = ACTIONS(4469), - [anon_sym_in] = ACTIONS(4467), - [anon_sym_while] = ACTIONS(4467), - [anon_sym_DOT_DOT] = ACTIONS(4469), - [anon_sym_QMARK_COLON] = ACTIONS(4469), - [anon_sym_AMP_AMP] = ACTIONS(4469), - [anon_sym_PIPE_PIPE] = ACTIONS(4469), - [anon_sym_else] = ACTIONS(4467), - [anon_sym_COLON_COLON] = ACTIONS(4469), - [anon_sym_PLUS_EQ] = ACTIONS(4469), - [anon_sym_DASH_EQ] = ACTIONS(4469), - [anon_sym_STAR_EQ] = ACTIONS(4469), - [anon_sym_SLASH_EQ] = ACTIONS(4469), - [anon_sym_PERCENT_EQ] = ACTIONS(4469), - [anon_sym_BANG_EQ] = ACTIONS(4467), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4469), - [anon_sym_EQ_EQ] = ACTIONS(4467), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4469), - [anon_sym_LT_EQ] = ACTIONS(4469), - [anon_sym_GT_EQ] = ACTIONS(4469), - [anon_sym_BANGin] = ACTIONS(4469), - [anon_sym_is] = ACTIONS(4467), - [anon_sym_BANGis] = ACTIONS(4469), - [anon_sym_PLUS] = ACTIONS(4467), - [anon_sym_DASH] = ACTIONS(4467), - [anon_sym_SLASH] = ACTIONS(4467), - [anon_sym_PERCENT] = ACTIONS(4467), - [anon_sym_as_QMARK] = ACTIONS(4469), - [anon_sym_PLUS_PLUS] = ACTIONS(4469), - [anon_sym_DASH_DASH] = ACTIONS(4469), - [anon_sym_BANG_BANG] = ACTIONS(4469), - [anon_sym_suspend] = ACTIONS(4467), - [anon_sym_sealed] = ACTIONS(4467), - [anon_sym_annotation] = ACTIONS(4467), - [anon_sym_data] = ACTIONS(4467), - [anon_sym_inner] = ACTIONS(4467), - [anon_sym_value] = ACTIONS(4467), - [anon_sym_override] = ACTIONS(4467), - [anon_sym_lateinit] = ACTIONS(4467), - [anon_sym_public] = ACTIONS(4467), - [anon_sym_private] = ACTIONS(4467), - [anon_sym_internal] = ACTIONS(4467), - [anon_sym_protected] = ACTIONS(4467), - [anon_sym_tailrec] = ACTIONS(4467), - [anon_sym_operator] = ACTIONS(4467), - [anon_sym_infix] = ACTIONS(4467), - [anon_sym_inline] = ACTIONS(4467), - [anon_sym_external] = ACTIONS(4467), - [sym_property_modifier] = ACTIONS(4467), - [anon_sym_abstract] = ACTIONS(4467), - [anon_sym_final] = ACTIONS(4467), - [anon_sym_open] = ACTIONS(4467), - [anon_sym_vararg] = ACTIONS(4467), - [anon_sym_noinline] = ACTIONS(4467), - [anon_sym_crossinline] = ACTIONS(4467), - [anon_sym_expect] = ACTIONS(4467), - [anon_sym_actual] = ACTIONS(4467), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4469), - [sym_safe_nav] = ACTIONS(4469), + [3307] = { + [sym_class_body] = STATE(3516), + [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(5590), + [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_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_value] = 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), }, - [3407] = { - [sym__alpha_identifier] = ACTIONS(4204), - [anon_sym_AT] = ACTIONS(4206), - [anon_sym_LBRACK] = ACTIONS(4206), - [anon_sym_EQ] = ACTIONS(4206), - [anon_sym_LBRACE] = ACTIONS(4206), - [anon_sym_RBRACE] = ACTIONS(4206), - [anon_sym_LPAREN] = ACTIONS(4206), - [anon_sym_COMMA] = ACTIONS(4206), - [anon_sym_by] = ACTIONS(4204), - [anon_sym_where] = ACTIONS(4204), - [anon_sym_object] = ACTIONS(4204), - [anon_sym_fun] = ACTIONS(4204), - [anon_sym_SEMI] = ACTIONS(4206), - [anon_sym_get] = ACTIONS(4204), - [anon_sym_set] = ACTIONS(4204), - [anon_sym_this] = ACTIONS(4204), - [anon_sym_super] = ACTIONS(4204), - [anon_sym_STAR] = ACTIONS(4206), - [sym_label] = ACTIONS(4204), - [anon_sym_in] = ACTIONS(4204), - [anon_sym_null] = ACTIONS(4204), - [anon_sym_if] = ACTIONS(4204), - [anon_sym_else] = ACTIONS(4204), - [anon_sym_when] = ACTIONS(4204), - [anon_sym_try] = ACTIONS(4204), - [anon_sym_throw] = ACTIONS(4204), - [anon_sym_return] = ACTIONS(4204), - [anon_sym_continue] = ACTIONS(4204), - [anon_sym_break] = ACTIONS(4204), - [anon_sym_COLON_COLON] = ACTIONS(4206), - [anon_sym_BANGin] = ACTIONS(4206), - [anon_sym_is] = ACTIONS(4204), - [anon_sym_BANGis] = ACTIONS(4206), - [anon_sym_PLUS] = ACTIONS(4204), - [anon_sym_DASH] = ACTIONS(4204), - [anon_sym_PLUS_PLUS] = ACTIONS(4206), - [anon_sym_DASH_DASH] = ACTIONS(4206), - [anon_sym_BANG] = ACTIONS(4204), - [anon_sym_suspend] = ACTIONS(4204), - [anon_sym_sealed] = ACTIONS(4204), - [anon_sym_annotation] = ACTIONS(4204), - [anon_sym_data] = ACTIONS(4204), - [anon_sym_inner] = ACTIONS(4204), - [anon_sym_value] = ACTIONS(4204), - [anon_sym_override] = ACTIONS(4204), - [anon_sym_lateinit] = ACTIONS(4204), - [anon_sym_public] = ACTIONS(4204), - [anon_sym_private] = ACTIONS(4204), - [anon_sym_internal] = ACTIONS(4204), - [anon_sym_protected] = ACTIONS(4204), - [anon_sym_tailrec] = ACTIONS(4204), - [anon_sym_operator] = ACTIONS(4204), - [anon_sym_infix] = ACTIONS(4204), - [anon_sym_inline] = ACTIONS(4204), - [anon_sym_external] = ACTIONS(4204), - [sym_property_modifier] = ACTIONS(4204), - [anon_sym_abstract] = ACTIONS(4204), - [anon_sym_final] = ACTIONS(4204), - [anon_sym_open] = ACTIONS(4204), - [anon_sym_vararg] = ACTIONS(4204), - [anon_sym_noinline] = ACTIONS(4204), - [anon_sym_crossinline] = ACTIONS(4204), - [anon_sym_expect] = ACTIONS(4204), - [anon_sym_actual] = ACTIONS(4204), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4206), - [anon_sym_continue_AT] = ACTIONS(4206), - [anon_sym_break_AT] = ACTIONS(4206), - [anon_sym_this_AT] = ACTIONS(4206), - [anon_sym_super_AT] = ACTIONS(4206), - [sym_real_literal] = ACTIONS(4206), - [sym_integer_literal] = ACTIONS(4204), - [sym_hex_literal] = ACTIONS(4206), - [sym_bin_literal] = ACTIONS(4206), - [anon_sym_true] = ACTIONS(4204), - [anon_sym_false] = ACTIONS(4204), - [anon_sym_SQUOTE] = ACTIONS(4206), - [sym__backtick_identifier] = ACTIONS(4206), - [sym__automatic_semicolon] = ACTIONS(4206), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4206), + [3308] = { + [sym__alpha_identifier] = ACTIONS(4625), + [anon_sym_AT] = ACTIONS(4627), + [anon_sym_COLON] = ACTIONS(4625), + [anon_sym_LBRACK] = ACTIONS(4627), + [anon_sym_RBRACK] = ACTIONS(4627), + [anon_sym_as] = ACTIONS(4625), + [anon_sym_EQ] = ACTIONS(4625), + [anon_sym_LBRACE] = ACTIONS(4627), + [anon_sym_RBRACE] = ACTIONS(4627), + [anon_sym_LPAREN] = ACTIONS(4627), + [anon_sym_COMMA] = ACTIONS(4627), + [anon_sym_RPAREN] = ACTIONS(4627), + [anon_sym_LT] = ACTIONS(4625), + [anon_sym_GT] = ACTIONS(4625), + [anon_sym_where] = ACTIONS(4625), + [anon_sym_DOT] = ACTIONS(4625), + [anon_sym_SEMI] = ACTIONS(4627), + [anon_sym_get] = ACTIONS(4625), + [anon_sym_set] = ACTIONS(4625), + [anon_sym_STAR] = ACTIONS(4625), + [anon_sym_DASH_GT] = ACTIONS(4627), + [sym_label] = ACTIONS(4627), + [anon_sym_in] = ACTIONS(4625), + [anon_sym_while] = ACTIONS(4625), + [anon_sym_DOT_DOT] = ACTIONS(4627), + [anon_sym_QMARK_COLON] = ACTIONS(4627), + [anon_sym_AMP_AMP] = ACTIONS(4627), + [anon_sym_PIPE_PIPE] = ACTIONS(4627), + [anon_sym_else] = ACTIONS(4625), + [anon_sym_COLON_COLON] = ACTIONS(4627), + [anon_sym_PLUS_EQ] = ACTIONS(4627), + [anon_sym_DASH_EQ] = ACTIONS(4627), + [anon_sym_STAR_EQ] = ACTIONS(4627), + [anon_sym_SLASH_EQ] = ACTIONS(4627), + [anon_sym_PERCENT_EQ] = ACTIONS(4627), + [anon_sym_BANG_EQ] = ACTIONS(4625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4627), + [anon_sym_EQ_EQ] = ACTIONS(4625), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4627), + [anon_sym_LT_EQ] = ACTIONS(4627), + [anon_sym_GT_EQ] = ACTIONS(4627), + [anon_sym_BANGin] = ACTIONS(4627), + [anon_sym_is] = ACTIONS(4625), + [anon_sym_BANGis] = ACTIONS(4627), + [anon_sym_PLUS] = ACTIONS(4625), + [anon_sym_DASH] = ACTIONS(4625), + [anon_sym_SLASH] = ACTIONS(4625), + [anon_sym_PERCENT] = ACTIONS(4625), + [anon_sym_as_QMARK] = ACTIONS(4627), + [anon_sym_PLUS_PLUS] = ACTIONS(4627), + [anon_sym_DASH_DASH] = ACTIONS(4627), + [anon_sym_BANG_BANG] = ACTIONS(4627), + [anon_sym_suspend] = ACTIONS(4625), + [anon_sym_sealed] = ACTIONS(4625), + [anon_sym_annotation] = ACTIONS(4625), + [anon_sym_data] = ACTIONS(4625), + [anon_sym_inner] = ACTIONS(4625), + [anon_sym_value] = ACTIONS(4625), + [anon_sym_override] = ACTIONS(4625), + [anon_sym_lateinit] = ACTIONS(4625), + [anon_sym_public] = ACTIONS(4625), + [anon_sym_private] = ACTIONS(4625), + [anon_sym_internal] = ACTIONS(4625), + [anon_sym_protected] = ACTIONS(4625), + [anon_sym_tailrec] = ACTIONS(4625), + [anon_sym_operator] = ACTIONS(4625), + [anon_sym_infix] = ACTIONS(4625), + [anon_sym_inline] = ACTIONS(4625), + [anon_sym_external] = ACTIONS(4625), + [sym_property_modifier] = ACTIONS(4625), + [anon_sym_abstract] = ACTIONS(4625), + [anon_sym_final] = ACTIONS(4625), + [anon_sym_open] = ACTIONS(4625), + [anon_sym_vararg] = ACTIONS(4625), + [anon_sym_noinline] = ACTIONS(4625), + [anon_sym_crossinline] = ACTIONS(4625), + [anon_sym_expect] = ACTIONS(4625), + [anon_sym_actual] = ACTIONS(4625), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4627), + [sym_safe_nav] = ACTIONS(4627), + [sym_multiline_comment] = ACTIONS(3), }, - [3408] = { - [aux_sym_type_constraints_repeat1] = STATE(3417), + [3309] = { + [sym__alpha_identifier] = ACTIONS(4631), + [anon_sym_AT] = ACTIONS(4633), + [anon_sym_COLON] = ACTIONS(4631), + [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_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_value] = 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), + }, + [3310] = { + [sym_enum_class_body] = STATE(3510), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_RBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_RPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [anon_sym_DASH_GT] = ACTIONS(4245), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_while] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + }, + [3311] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(6757), + [anon_sym_RPAREN] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4301), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [3312] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_EQ] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(6761), + [anon_sym_RPAREN] = ACTIONS(4287), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4281), + [sym_label] = ACTIONS(4281), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_while] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4289), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4284), + [anon_sym_PLUS_EQ] = ACTIONS(4287), + [anon_sym_DASH_EQ] = ACTIONS(4287), + [anon_sym_STAR_EQ] = ACTIONS(4287), + [anon_sym_SLASH_EQ] = ACTIONS(4287), + [anon_sym_PERCENT_EQ] = ACTIONS(4287), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4289), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4284), + [sym_safe_nav] = ACTIONS(4287), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [3313] = { + [sym_class_body] = STATE(3510), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_RBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_RPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [anon_sym_DASH_GT] = ACTIONS(4245), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_while] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + }, + [3314] = { + [sym_enum_class_body] = STATE(3498), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_RBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_RPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [anon_sym_DASH_GT] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_while] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3274), + [anon_sym_sealed] = ACTIONS(3274), + [anon_sym_annotation] = ACTIONS(3274), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_override] = ACTIONS(3274), + [anon_sym_lateinit] = ACTIONS(3274), + [anon_sym_public] = ACTIONS(3274), + [anon_sym_private] = ACTIONS(3274), + [anon_sym_internal] = ACTIONS(3274), + [anon_sym_protected] = ACTIONS(3274), + [anon_sym_tailrec] = ACTIONS(3274), + [anon_sym_operator] = ACTIONS(3274), + [anon_sym_infix] = ACTIONS(3274), + [anon_sym_inline] = ACTIONS(3274), + [anon_sym_external] = ACTIONS(3274), + [sym_property_modifier] = ACTIONS(3274), + [anon_sym_abstract] = ACTIONS(3274), + [anon_sym_final] = ACTIONS(3274), + [anon_sym_open] = ACTIONS(3274), + [anon_sym_vararg] = ACTIONS(3274), + [anon_sym_noinline] = ACTIONS(3274), + [anon_sym_crossinline] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + }, + [3315] = { + [sym_class_body] = STATE(3496), + [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(5590), + [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_value] = 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), + }, + [3316] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1988), + [sym__comparison_operator] = STATE(1989), + [sym__in_operator] = STATE(1991), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1992), + [sym__multiplicative_operator] = STATE(1993), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1994), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3144), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3142), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3144), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3144), + [anon_sym_RPAREN] = ACTIONS(3144), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(6704), + [anon_sym_where] = ACTIONS(3142), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(6708), + [anon_sym_DASH_GT] = ACTIONS(3144), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(6712), + [anon_sym_while] = ACTIONS(3142), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(6718), + [anon_sym_PIPE_PIPE] = ACTIONS(6742), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3144), + [anon_sym_DASH_EQ] = ACTIONS(3144), + [anon_sym_STAR_EQ] = ACTIONS(3144), + [anon_sym_SLASH_EQ] = ACTIONS(3144), + [anon_sym_PERCENT_EQ] = ACTIONS(3144), + [anon_sym_BANG_EQ] = ACTIONS(6722), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6724), + [anon_sym_EQ_EQ] = ACTIONS(6722), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6724), + [anon_sym_LT_EQ] = ACTIONS(6726), + [anon_sym_GT_EQ] = ACTIONS(6726), + [anon_sym_BANGin] = ACTIONS(6728), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(6734), + [anon_sym_DASH] = ACTIONS(6734), + [anon_sym_SLASH] = ACTIONS(6708), + [anon_sym_PERCENT] = ACTIONS(6708), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [3317] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1988), + [sym__comparison_operator] = STATE(1989), + [sym__in_operator] = STATE(1991), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1992), + [sym__multiplicative_operator] = STATE(1993), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1994), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3180), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3178), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3180), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3180), + [anon_sym_RPAREN] = ACTIONS(3180), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_where] = ACTIONS(3178), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(6708), + [anon_sym_DASH_GT] = ACTIONS(3180), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_while] = ACTIONS(3178), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_else] = ACTIONS(3178), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3180), + [anon_sym_DASH_EQ] = ACTIONS(3180), + [anon_sym_STAR_EQ] = ACTIONS(3180), + [anon_sym_SLASH_EQ] = ACTIONS(3180), + [anon_sym_PERCENT_EQ] = ACTIONS(3180), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), + [anon_sym_PLUS] = ACTIONS(6734), + [anon_sym_DASH] = ACTIONS(6734), + [anon_sym_SLASH] = ACTIONS(6708), + [anon_sym_PERCENT] = ACTIONS(6708), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [3318] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1988), + [sym__comparison_operator] = STATE(1989), + [sym__in_operator] = STATE(1991), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1992), + [sym__multiplicative_operator] = STATE(1993), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1994), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(3185), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3187), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3185), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3187), + [anon_sym_RPAREN] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_where] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(6708), + [anon_sym_DASH_GT] = ACTIONS(3187), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_while] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3187), + [anon_sym_DASH_EQ] = ACTIONS(3187), + [anon_sym_STAR_EQ] = ACTIONS(3187), + [anon_sym_SLASH_EQ] = ACTIONS(3187), + [anon_sym_PERCENT_EQ] = ACTIONS(3187), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(6734), + [anon_sym_DASH] = ACTIONS(6734), + [anon_sym_SLASH] = ACTIONS(6708), + [anon_sym_PERCENT] = ACTIONS(6708), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3187), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [3319] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1988), + [sym__comparison_operator] = STATE(1989), + [sym__in_operator] = STATE(1991), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1992), + [sym__multiplicative_operator] = STATE(1993), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1994), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(3128), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3130), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3128), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3130), + [anon_sym_RPAREN] = ACTIONS(3130), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_where] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(6708), + [anon_sym_DASH_GT] = ACTIONS(3130), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_while] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3130), + [anon_sym_DASH_EQ] = ACTIONS(3130), + [anon_sym_STAR_EQ] = ACTIONS(3130), + [anon_sym_SLASH_EQ] = ACTIONS(3130), + [anon_sym_PERCENT_EQ] = ACTIONS(3130), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(6708), + [anon_sym_PERCENT] = ACTIONS(6708), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [3320] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3296), + [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_value] = 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), + }, + [3321] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1988), + [sym__comparison_operator] = STATE(1989), + [sym__in_operator] = STATE(1991), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1992), + [sym__multiplicative_operator] = STATE(1993), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1994), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3160), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3158), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3160), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3160), + [anon_sym_RPAREN] = ACTIONS(3160), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(6704), + [anon_sym_where] = ACTIONS(3158), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(6708), + [anon_sym_DASH_GT] = ACTIONS(3160), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(6712), + [anon_sym_while] = ACTIONS(3158), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(6718), + [anon_sym_PIPE_PIPE] = ACTIONS(6742), + [anon_sym_else] = ACTIONS(3158), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3160), + [anon_sym_DASH_EQ] = ACTIONS(3160), + [anon_sym_STAR_EQ] = ACTIONS(3160), + [anon_sym_SLASH_EQ] = ACTIONS(3160), + [anon_sym_PERCENT_EQ] = ACTIONS(3160), + [anon_sym_BANG_EQ] = ACTIONS(6722), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6724), + [anon_sym_EQ_EQ] = ACTIONS(6722), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6724), + [anon_sym_LT_EQ] = ACTIONS(6726), + [anon_sym_GT_EQ] = ACTIONS(6726), + [anon_sym_BANGin] = ACTIONS(6728), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(6734), + [anon_sym_DASH] = ACTIONS(6734), + [anon_sym_SLASH] = ACTIONS(6708), + [anon_sym_PERCENT] = ACTIONS(6708), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [3322] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1988), + [sym__comparison_operator] = STATE(1989), + [sym__in_operator] = STATE(1991), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1992), + [sym__multiplicative_operator] = STATE(1993), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1994), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3168), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3166), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3168), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3168), + [anon_sym_RPAREN] = ACTIONS(3168), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(6704), + [anon_sym_where] = ACTIONS(3166), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(6708), + [anon_sym_DASH_GT] = ACTIONS(3168), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(6712), + [anon_sym_while] = ACTIONS(3166), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(6718), + [anon_sym_PIPE_PIPE] = ACTIONS(6742), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3168), + [anon_sym_DASH_EQ] = ACTIONS(3168), + [anon_sym_STAR_EQ] = ACTIONS(3168), + [anon_sym_SLASH_EQ] = ACTIONS(3168), + [anon_sym_PERCENT_EQ] = ACTIONS(3168), + [anon_sym_BANG_EQ] = ACTIONS(6722), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6724), + [anon_sym_EQ_EQ] = ACTIONS(6722), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6724), + [anon_sym_LT_EQ] = ACTIONS(6726), + [anon_sym_GT_EQ] = ACTIONS(6726), + [anon_sym_BANGin] = ACTIONS(6728), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(6734), + [anon_sym_DASH] = ACTIONS(6734), + [anon_sym_SLASH] = ACTIONS(6708), + [anon_sym_PERCENT] = ACTIONS(6708), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [3323] = { + [sym_class_body] = STATE(3482), [sym__alpha_identifier] = ACTIONS(4339), [anon_sym_AT] = ACTIONS(4341), [anon_sym_LBRACK] = ACTIONS(4341), - [anon_sym_EQ] = ACTIONS(4341), - [anon_sym_LBRACE] = ACTIONS(4341), + [anon_sym_RBRACK] = ACTIONS(4341), + [anon_sym_as] = ACTIONS(4339), + [anon_sym_EQ] = ACTIONS(4339), + [anon_sym_LBRACE] = ACTIONS(5590), [anon_sym_RBRACE] = ACTIONS(4341), [anon_sym_LPAREN] = ACTIONS(4341), - [anon_sym_COMMA] = ACTIONS(6844), - [anon_sym_by] = ACTIONS(4339), - [anon_sym_object] = ACTIONS(4339), - [anon_sym_fun] = ACTIONS(4339), + [anon_sym_COMMA] = ACTIONS(4341), + [anon_sym_RPAREN] = ACTIONS(4341), + [anon_sym_LT] = ACTIONS(4339), + [anon_sym_GT] = ACTIONS(4339), + [anon_sym_where] = ACTIONS(4339), + [anon_sym_DOT] = ACTIONS(4339), [anon_sym_SEMI] = ACTIONS(4341), [anon_sym_get] = ACTIONS(4339), [anon_sym_set] = ACTIONS(4339), - [anon_sym_this] = ACTIONS(4339), - [anon_sym_super] = ACTIONS(4339), - [anon_sym_STAR] = ACTIONS(4341), - [sym_label] = ACTIONS(4339), + [anon_sym_STAR] = ACTIONS(4339), + [anon_sym_DASH_GT] = ACTIONS(4341), + [sym_label] = ACTIONS(4341), [anon_sym_in] = ACTIONS(4339), - [anon_sym_null] = ACTIONS(4339), - [anon_sym_if] = ACTIONS(4339), + [anon_sym_while] = ACTIONS(4339), + [anon_sym_DOT_DOT] = ACTIONS(4341), + [anon_sym_QMARK_COLON] = ACTIONS(4341), + [anon_sym_AMP_AMP] = ACTIONS(4341), + [anon_sym_PIPE_PIPE] = ACTIONS(4341), [anon_sym_else] = ACTIONS(4339), - [anon_sym_when] = ACTIONS(4339), - [anon_sym_try] = ACTIONS(4339), - [anon_sym_throw] = ACTIONS(4339), - [anon_sym_return] = ACTIONS(4339), - [anon_sym_continue] = ACTIONS(4339), - [anon_sym_break] = ACTIONS(4339), [anon_sym_COLON_COLON] = ACTIONS(4341), + [anon_sym_PLUS_EQ] = ACTIONS(4341), + [anon_sym_DASH_EQ] = ACTIONS(4341), + [anon_sym_STAR_EQ] = ACTIONS(4341), + [anon_sym_SLASH_EQ] = ACTIONS(4341), + [anon_sym_PERCENT_EQ] = ACTIONS(4341), + [anon_sym_BANG_EQ] = ACTIONS(4339), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4341), + [anon_sym_EQ_EQ] = ACTIONS(4339), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4341), + [anon_sym_LT_EQ] = ACTIONS(4341), + [anon_sym_GT_EQ] = ACTIONS(4341), [anon_sym_BANGin] = ACTIONS(4341), [anon_sym_is] = ACTIONS(4339), [anon_sym_BANGis] = ACTIONS(4341), [anon_sym_PLUS] = ACTIONS(4339), [anon_sym_DASH] = ACTIONS(4339), + [anon_sym_SLASH] = ACTIONS(4339), + [anon_sym_PERCENT] = ACTIONS(4339), + [anon_sym_as_QMARK] = ACTIONS(4341), [anon_sym_PLUS_PLUS] = ACTIONS(4341), [anon_sym_DASH_DASH] = ACTIONS(4341), - [anon_sym_BANG] = ACTIONS(4339), + [anon_sym_BANG_BANG] = ACTIONS(4341), [anon_sym_suspend] = ACTIONS(4339), [anon_sym_sealed] = ACTIONS(4339), [anon_sym_annotation] = ACTIONS(4339), @@ -396516,1193 +389396,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4339), [anon_sym_actual] = ACTIONS(4339), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4341), - [anon_sym_continue_AT] = ACTIONS(4341), - [anon_sym_break_AT] = ACTIONS(4341), - [anon_sym_this_AT] = ACTIONS(4341), - [anon_sym_super_AT] = ACTIONS(4341), - [sym_real_literal] = ACTIONS(4341), - [sym_integer_literal] = ACTIONS(4339), - [sym_hex_literal] = ACTIONS(4341), - [sym_bin_literal] = ACTIONS(4341), - [anon_sym_true] = ACTIONS(4339), - [anon_sym_false] = ACTIONS(4339), - [anon_sym_SQUOTE] = ACTIONS(4341), [sym__backtick_identifier] = ACTIONS(4341), - [sym__automatic_semicolon] = ACTIONS(4341), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4341), - }, - [3409] = { - [sym_function_body] = STATE(3258), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_COLON] = ACTIONS(6846), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_COMMA] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_where] = ACTIONS(4275), - [anon_sym_object] = ACTIONS(4275), - [anon_sym_fun] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_this] = ACTIONS(4275), - [anon_sym_super] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4277), - [sym_label] = ACTIONS(4275), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_null] = ACTIONS(4275), - [anon_sym_if] = ACTIONS(4275), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_when] = ACTIONS(4275), - [anon_sym_try] = ACTIONS(4275), - [anon_sym_throw] = ACTIONS(4275), - [anon_sym_return] = ACTIONS(4275), - [anon_sym_continue] = ACTIONS(4275), - [anon_sym_break] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4277), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG] = ACTIONS(4275), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4277), - [anon_sym_continue_AT] = ACTIONS(4277), - [anon_sym_break_AT] = ACTIONS(4277), - [anon_sym_this_AT] = ACTIONS(4277), - [anon_sym_super_AT] = ACTIONS(4277), - [sym_real_literal] = ACTIONS(4277), - [sym_integer_literal] = ACTIONS(4275), - [sym_hex_literal] = ACTIONS(4277), - [sym_bin_literal] = ACTIONS(4277), - [anon_sym_true] = ACTIONS(4275), - [anon_sym_false] = ACTIONS(4275), - [anon_sym_SQUOTE] = ACTIONS(4277), - [sym__backtick_identifier] = ACTIONS(4277), - [sym__automatic_semicolon] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4277), - }, - [3410] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_RBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4259), - [anon_sym_EQ] = ACTIONS(4259), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4262), - [anon_sym_LPAREN] = ACTIONS(4269), - [anon_sym_COMMA] = ACTIONS(4262), - [anon_sym_RPAREN] = ACTIONS(4262), - [anon_sym_LT] = ACTIONS(4259), - [anon_sym_GT] = ACTIONS(4259), - [anon_sym_where] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4259), - [anon_sym_SEMI] = ACTIONS(4262), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [anon_sym_DASH_GT] = ACTIONS(4262), - [sym_label] = ACTIONS(4262), - [anon_sym_in] = ACTIONS(4259), - [anon_sym_while] = ACTIONS(4259), - [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(4259), - [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(4259), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), - [anon_sym_EQ_EQ] = ACTIONS(4259), - [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(4259), - [anon_sym_BANGis] = ACTIONS(4262), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4259), - [anon_sym_PERCENT] = ACTIONS(4259), - [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(4259), - [anon_sym_sealed] = ACTIONS(4259), - [anon_sym_annotation] = ACTIONS(4259), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4259), - [anon_sym_lateinit] = ACTIONS(4259), - [anon_sym_public] = ACTIONS(4259), - [anon_sym_private] = ACTIONS(4259), - [anon_sym_internal] = ACTIONS(4259), - [anon_sym_protected] = ACTIONS(4259), - [anon_sym_tailrec] = ACTIONS(4259), - [anon_sym_operator] = ACTIONS(4259), - [anon_sym_infix] = ACTIONS(4259), - [anon_sym_inline] = ACTIONS(4259), - [anon_sym_external] = ACTIONS(4259), - [sym_property_modifier] = ACTIONS(4259), - [anon_sym_abstract] = ACTIONS(4259), - [anon_sym_final] = ACTIONS(4259), - [anon_sym_open] = ACTIONS(4259), - [anon_sym_vararg] = ACTIONS(4259), - [anon_sym_noinline] = ACTIONS(4259), - [anon_sym_crossinline] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4262), - [sym_safe_nav] = ACTIONS(4262), - [sym_multiline_comment] = ACTIONS(3), - }, - [3411] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_RBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4281), - [anon_sym_EQ] = ACTIONS(4281), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4284), - [anon_sym_LPAREN] = ACTIONS(4291), - [anon_sym_COMMA] = ACTIONS(4284), - [anon_sym_RPAREN] = ACTIONS(4284), - [anon_sym_LT] = ACTIONS(4281), - [anon_sym_GT] = ACTIONS(4281), - [anon_sym_where] = ACTIONS(4281), - [anon_sym_DOT] = ACTIONS(4281), - [anon_sym_SEMI] = ACTIONS(4284), - [anon_sym_get] = ACTIONS(4281), - [anon_sym_set] = ACTIONS(4281), - [anon_sym_STAR] = ACTIONS(4281), - [anon_sym_DASH_GT] = ACTIONS(4284), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4281), - [anon_sym_while] = ACTIONS(4281), - [anon_sym_DOT_DOT] = ACTIONS(4284), - [anon_sym_QMARK_COLON] = ACTIONS(4284), - [anon_sym_AMP_AMP] = ACTIONS(4284), - [anon_sym_PIPE_PIPE] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4281), - [anon_sym_COLON_COLON] = ACTIONS(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4284), - [anon_sym_DASH_EQ] = ACTIONS(4284), - [anon_sym_STAR_EQ] = ACTIONS(4284), - [anon_sym_SLASH_EQ] = ACTIONS(4284), - [anon_sym_PERCENT_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ] = ACTIONS(4281), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ] = ACTIONS(4281), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), - [anon_sym_LT_EQ] = ACTIONS(4284), - [anon_sym_GT_EQ] = ACTIONS(4284), - [anon_sym_BANGin] = ACTIONS(4284), - [anon_sym_is] = ACTIONS(4281), - [anon_sym_BANGis] = ACTIONS(4284), - [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(4284), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4284), - [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_value] = 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), - [sym__backtick_identifier] = ACTIONS(4284), - [sym_safe_nav] = ACTIONS(4284), - [sym_multiline_comment] = ACTIONS(3), - }, - [3412] = { - [sym_function_body] = STATE(3132), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_COLON] = ACTIONS(6848), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_COMMA] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_where] = ACTIONS(4307), - [anon_sym_object] = ACTIONS(4307), - [anon_sym_fun] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_this] = ACTIONS(4307), - [anon_sym_super] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4309), - [sym_label] = ACTIONS(4307), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_if] = ACTIONS(4307), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_when] = ACTIONS(4307), - [anon_sym_try] = ACTIONS(4307), - [anon_sym_throw] = ACTIONS(4307), - [anon_sym_return] = ACTIONS(4307), - [anon_sym_continue] = ACTIONS(4307), - [anon_sym_break] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4309), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG] = ACTIONS(4307), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4309), - [anon_sym_continue_AT] = ACTIONS(4309), - [anon_sym_break_AT] = ACTIONS(4309), - [anon_sym_this_AT] = ACTIONS(4309), - [anon_sym_super_AT] = ACTIONS(4309), - [sym_real_literal] = ACTIONS(4309), - [sym_integer_literal] = ACTIONS(4307), - [sym_hex_literal] = ACTIONS(4309), - [sym_bin_literal] = ACTIONS(4309), - [anon_sym_true] = ACTIONS(4307), - [anon_sym_false] = ACTIONS(4307), - [anon_sym_SQUOTE] = ACTIONS(4309), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4309), - }, - [3413] = { - [sym__alpha_identifier] = ACTIONS(4884), - [anon_sym_AT] = ACTIONS(4886), - [anon_sym_LBRACK] = ACTIONS(4886), - [anon_sym_RBRACK] = ACTIONS(4886), - [anon_sym_as] = ACTIONS(4884), - [anon_sym_EQ] = ACTIONS(4884), - [anon_sym_LBRACE] = ACTIONS(4886), - [anon_sym_RBRACE] = ACTIONS(4886), - [anon_sym_LPAREN] = ACTIONS(4886), - [anon_sym_COMMA] = ACTIONS(4886), - [anon_sym_RPAREN] = ACTIONS(4886), - [anon_sym_LT] = ACTIONS(4884), - [anon_sym_GT] = ACTIONS(4884), - [anon_sym_where] = ACTIONS(4884), - [anon_sym_DOT] = ACTIONS(4884), - [anon_sym_SEMI] = ACTIONS(4886), - [anon_sym_get] = ACTIONS(4884), - [anon_sym_set] = ACTIONS(4884), - [anon_sym_STAR] = ACTIONS(4884), - [anon_sym_DASH_GT] = ACTIONS(4886), - [sym_label] = ACTIONS(4886), - [anon_sym_in] = ACTIONS(4884), - [anon_sym_while] = ACTIONS(4884), - [anon_sym_DOT_DOT] = ACTIONS(4886), - [anon_sym_QMARK_COLON] = ACTIONS(4886), - [anon_sym_AMP_AMP] = ACTIONS(4886), - [anon_sym_PIPE_PIPE] = ACTIONS(4886), - [anon_sym_else] = ACTIONS(4884), - [anon_sym_COLON_COLON] = ACTIONS(4886), - [anon_sym_PLUS_EQ] = ACTIONS(4886), - [anon_sym_DASH_EQ] = ACTIONS(4886), - [anon_sym_STAR_EQ] = ACTIONS(4886), - [anon_sym_SLASH_EQ] = ACTIONS(4886), - [anon_sym_PERCENT_EQ] = ACTIONS(4886), - [anon_sym_BANG_EQ] = ACTIONS(4884), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4886), - [anon_sym_EQ_EQ] = ACTIONS(4884), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4886), - [anon_sym_LT_EQ] = ACTIONS(4886), - [anon_sym_GT_EQ] = ACTIONS(4886), - [anon_sym_BANGin] = ACTIONS(4886), - [anon_sym_is] = ACTIONS(4884), - [anon_sym_BANGis] = ACTIONS(4886), - [anon_sym_PLUS] = ACTIONS(4884), - [anon_sym_DASH] = ACTIONS(4884), - [anon_sym_SLASH] = ACTIONS(4884), - [anon_sym_PERCENT] = ACTIONS(4884), - [anon_sym_as_QMARK] = ACTIONS(4886), - [anon_sym_PLUS_PLUS] = ACTIONS(4886), - [anon_sym_DASH_DASH] = ACTIONS(4886), - [anon_sym_BANG_BANG] = ACTIONS(4886), - [anon_sym_suspend] = ACTIONS(4884), - [anon_sym_sealed] = ACTIONS(4884), - [anon_sym_annotation] = ACTIONS(4884), - [anon_sym_data] = ACTIONS(4884), - [anon_sym_inner] = ACTIONS(4884), - [anon_sym_value] = ACTIONS(4884), - [anon_sym_override] = ACTIONS(4884), - [anon_sym_lateinit] = ACTIONS(4884), - [anon_sym_public] = ACTIONS(4884), - [anon_sym_private] = ACTIONS(4884), - [anon_sym_internal] = ACTIONS(4884), - [anon_sym_protected] = ACTIONS(4884), - [anon_sym_tailrec] = ACTIONS(4884), - [anon_sym_operator] = ACTIONS(4884), - [anon_sym_infix] = ACTIONS(4884), - [anon_sym_inline] = ACTIONS(4884), - [anon_sym_external] = ACTIONS(4884), - [sym_property_modifier] = ACTIONS(4884), - [anon_sym_abstract] = ACTIONS(4884), - [anon_sym_final] = ACTIONS(4884), - [anon_sym_open] = ACTIONS(4884), - [anon_sym_vararg] = ACTIONS(4884), - [anon_sym_noinline] = ACTIONS(4884), - [anon_sym_crossinline] = ACTIONS(4884), - [anon_sym_expect] = ACTIONS(4884), - [anon_sym_actual] = ACTIONS(4884), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4886), - [sym_safe_nav] = ACTIONS(4886), - [sym_multiline_comment] = ACTIONS(3), - }, - [3414] = { - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_RBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(4443), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_COMMA] = ACTIONS(4445), - [anon_sym_RPAREN] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_where] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4443), - [anon_sym_DASH_GT] = ACTIONS(4445), - [sym_label] = ACTIONS(4445), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_while] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_PLUS_EQ] = ACTIONS(4445), - [anon_sym_DASH_EQ] = ACTIONS(4445), - [anon_sym_STAR_EQ] = ACTIONS(4445), - [anon_sym_SLASH_EQ] = ACTIONS(4445), - [anon_sym_PERCENT_EQ] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4443), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_suspend] = ACTIONS(4443), - [anon_sym_sealed] = ACTIONS(4443), - [anon_sym_annotation] = ACTIONS(4443), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_override] = ACTIONS(4443), - [anon_sym_lateinit] = ACTIONS(4443), - [anon_sym_public] = ACTIONS(4443), - [anon_sym_private] = ACTIONS(4443), - [anon_sym_internal] = ACTIONS(4443), - [anon_sym_protected] = ACTIONS(4443), - [anon_sym_tailrec] = ACTIONS(4443), - [anon_sym_operator] = ACTIONS(4443), - [anon_sym_infix] = ACTIONS(4443), - [anon_sym_inline] = ACTIONS(4443), - [anon_sym_external] = ACTIONS(4443), - [sym_property_modifier] = ACTIONS(4443), - [anon_sym_abstract] = ACTIONS(4443), - [anon_sym_final] = ACTIONS(4443), - [anon_sym_open] = ACTIONS(4443), - [anon_sym_vararg] = ACTIONS(4443), - [anon_sym_noinline] = ACTIONS(4443), - [anon_sym_crossinline] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), - [sym_multiline_comment] = ACTIONS(3), - }, - [3415] = { - [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_value] = 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), - [sym_multiline_comment] = ACTIONS(3), - }, - [3416] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_RBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4259), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4262), - [anon_sym_LPAREN] = ACTIONS(5564), - [anon_sym_COMMA] = ACTIONS(4262), - [anon_sym_RPAREN] = ACTIONS(4262), - [anon_sym_LT] = ACTIONS(4259), - [anon_sym_GT] = ACTIONS(4259), - [anon_sym_where] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4259), - [anon_sym_SEMI] = ACTIONS(4262), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [anon_sym_DASH_GT] = ACTIONS(4262), - [sym_label] = ACTIONS(4262), - [anon_sym_in] = ACTIONS(4259), - [anon_sym_while] = ACTIONS(4259), - [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(4259), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4259), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), - [anon_sym_EQ_EQ] = ACTIONS(4259), - [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(4259), - [anon_sym_BANGis] = ACTIONS(4262), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4259), - [anon_sym_PERCENT] = ACTIONS(4259), - [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(4259), - [anon_sym_sealed] = ACTIONS(4259), - [anon_sym_annotation] = ACTIONS(4259), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4259), - [anon_sym_lateinit] = ACTIONS(4259), - [anon_sym_public] = ACTIONS(4259), - [anon_sym_private] = ACTIONS(4259), - [anon_sym_internal] = ACTIONS(4259), - [anon_sym_protected] = ACTIONS(4259), - [anon_sym_tailrec] = ACTIONS(4259), - [anon_sym_operator] = ACTIONS(4259), - [anon_sym_infix] = ACTIONS(4259), - [anon_sym_inline] = ACTIONS(4259), - [anon_sym_external] = ACTIONS(4259), - [sym_property_modifier] = ACTIONS(4259), - [anon_sym_abstract] = ACTIONS(4259), - [anon_sym_final] = ACTIONS(4259), - [anon_sym_open] = ACTIONS(4259), - [anon_sym_vararg] = ACTIONS(4259), - [anon_sym_noinline] = ACTIONS(4259), - [anon_sym_crossinline] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4262), - [sym_safe_nav] = ACTIONS(4262), - [sym_multiline_comment] = ACTIONS(3), - }, - [3417] = { - [aux_sym_type_constraints_repeat1] = STATE(3529), - [sym__alpha_identifier] = ACTIONS(4424), - [anon_sym_AT] = ACTIONS(4426), - [anon_sym_LBRACK] = ACTIONS(4426), - [anon_sym_EQ] = ACTIONS(4426), - [anon_sym_LBRACE] = ACTIONS(4426), - [anon_sym_RBRACE] = ACTIONS(4426), - [anon_sym_LPAREN] = ACTIONS(4426), - [anon_sym_COMMA] = ACTIONS(6844), - [anon_sym_by] = ACTIONS(4424), - [anon_sym_object] = ACTIONS(4424), - [anon_sym_fun] = ACTIONS(4424), - [anon_sym_SEMI] = ACTIONS(4426), - [anon_sym_get] = ACTIONS(4424), - [anon_sym_set] = ACTIONS(4424), - [anon_sym_this] = ACTIONS(4424), - [anon_sym_super] = ACTIONS(4424), - [anon_sym_STAR] = ACTIONS(4426), - [sym_label] = ACTIONS(4424), - [anon_sym_in] = ACTIONS(4424), - [anon_sym_null] = ACTIONS(4424), - [anon_sym_if] = ACTIONS(4424), - [anon_sym_else] = ACTIONS(4424), - [anon_sym_when] = ACTIONS(4424), - [anon_sym_try] = ACTIONS(4424), - [anon_sym_throw] = ACTIONS(4424), - [anon_sym_return] = ACTIONS(4424), - [anon_sym_continue] = ACTIONS(4424), - [anon_sym_break] = ACTIONS(4424), - [anon_sym_COLON_COLON] = ACTIONS(4426), - [anon_sym_BANGin] = ACTIONS(4426), - [anon_sym_is] = ACTIONS(4424), - [anon_sym_BANGis] = ACTIONS(4426), - [anon_sym_PLUS] = ACTIONS(4424), - [anon_sym_DASH] = ACTIONS(4424), - [anon_sym_PLUS_PLUS] = ACTIONS(4426), - [anon_sym_DASH_DASH] = ACTIONS(4426), - [anon_sym_BANG] = ACTIONS(4424), - [anon_sym_suspend] = ACTIONS(4424), - [anon_sym_sealed] = ACTIONS(4424), - [anon_sym_annotation] = ACTIONS(4424), - [anon_sym_data] = ACTIONS(4424), - [anon_sym_inner] = ACTIONS(4424), - [anon_sym_value] = ACTIONS(4424), - [anon_sym_override] = ACTIONS(4424), - [anon_sym_lateinit] = ACTIONS(4424), - [anon_sym_public] = ACTIONS(4424), - [anon_sym_private] = ACTIONS(4424), - [anon_sym_internal] = ACTIONS(4424), - [anon_sym_protected] = ACTIONS(4424), - [anon_sym_tailrec] = ACTIONS(4424), - [anon_sym_operator] = ACTIONS(4424), - [anon_sym_infix] = ACTIONS(4424), - [anon_sym_inline] = ACTIONS(4424), - [anon_sym_external] = ACTIONS(4424), - [sym_property_modifier] = ACTIONS(4424), - [anon_sym_abstract] = ACTIONS(4424), - [anon_sym_final] = ACTIONS(4424), - [anon_sym_open] = ACTIONS(4424), - [anon_sym_vararg] = ACTIONS(4424), - [anon_sym_noinline] = ACTIONS(4424), - [anon_sym_crossinline] = ACTIONS(4424), - [anon_sym_expect] = ACTIONS(4424), - [anon_sym_actual] = ACTIONS(4424), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4426), - [anon_sym_continue_AT] = ACTIONS(4426), - [anon_sym_break_AT] = ACTIONS(4426), - [anon_sym_this_AT] = ACTIONS(4426), - [anon_sym_super_AT] = ACTIONS(4426), - [sym_real_literal] = ACTIONS(4426), - [sym_integer_literal] = ACTIONS(4424), - [sym_hex_literal] = ACTIONS(4426), - [sym_bin_literal] = ACTIONS(4426), - [anon_sym_true] = ACTIONS(4424), - [anon_sym_false] = ACTIONS(4424), - [anon_sym_SQUOTE] = ACTIONS(4426), - [sym__backtick_identifier] = ACTIONS(4426), - [sym__automatic_semicolon] = ACTIONS(4426), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4426), - }, - [3418] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_RBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4281), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4284), - [anon_sym_LPAREN] = ACTIONS(5556), - [anon_sym_COMMA] = ACTIONS(4284), - [anon_sym_RPAREN] = ACTIONS(4284), - [anon_sym_LT] = ACTIONS(4281), - [anon_sym_GT] = ACTIONS(4281), - [anon_sym_where] = ACTIONS(4281), - [anon_sym_DOT] = ACTIONS(4281), - [anon_sym_SEMI] = ACTIONS(4284), - [anon_sym_get] = ACTIONS(4281), - [anon_sym_set] = ACTIONS(4281), - [anon_sym_STAR] = ACTIONS(4281), - [anon_sym_DASH_GT] = ACTIONS(4284), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4281), - [anon_sym_while] = ACTIONS(4281), - [anon_sym_DOT_DOT] = ACTIONS(4284), - [anon_sym_QMARK_COLON] = ACTIONS(4284), - [anon_sym_AMP_AMP] = ACTIONS(4284), - [anon_sym_PIPE_PIPE] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4281), - [anon_sym_COLON_COLON] = ACTIONS(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4281), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ] = ACTIONS(4281), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), - [anon_sym_LT_EQ] = ACTIONS(4284), - [anon_sym_GT_EQ] = ACTIONS(4284), - [anon_sym_BANGin] = ACTIONS(4284), - [anon_sym_is] = ACTIONS(4281), - [anon_sym_BANGis] = ACTIONS(4284), - [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(4284), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4284), - [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_value] = 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), - [sym__backtick_identifier] = ACTIONS(4284), - [sym_safe_nav] = ACTIONS(4284), - [sym_multiline_comment] = ACTIONS(3), - }, - [3419] = { - [sym__alpha_identifier] = ACTIONS(5139), - [anon_sym_AT] = ACTIONS(5141), - [anon_sym_LBRACK] = ACTIONS(5141), - [anon_sym_RBRACK] = ACTIONS(5141), - [anon_sym_as] = ACTIONS(5139), - [anon_sym_EQ] = ACTIONS(5139), - [anon_sym_LBRACE] = ACTIONS(5141), - [anon_sym_RBRACE] = ACTIONS(5141), - [anon_sym_LPAREN] = ACTIONS(5141), - [anon_sym_COMMA] = ACTIONS(5141), - [anon_sym_RPAREN] = ACTIONS(5141), - [anon_sym_LT] = ACTIONS(5139), - [anon_sym_GT] = ACTIONS(5139), - [anon_sym_where] = ACTIONS(5139), - [anon_sym_DOT] = ACTIONS(5139), - [anon_sym_SEMI] = ACTIONS(5141), - [anon_sym_get] = ACTIONS(5139), - [anon_sym_set] = ACTIONS(5139), - [anon_sym_STAR] = ACTIONS(5139), - [anon_sym_DASH_GT] = ACTIONS(5141), - [sym_label] = ACTIONS(5141), - [anon_sym_in] = ACTIONS(5139), - [anon_sym_while] = ACTIONS(5139), - [anon_sym_DOT_DOT] = ACTIONS(5141), - [anon_sym_QMARK_COLON] = ACTIONS(5141), - [anon_sym_AMP_AMP] = ACTIONS(5141), - [anon_sym_PIPE_PIPE] = ACTIONS(5141), - [anon_sym_else] = ACTIONS(5139), - [anon_sym_COLON_COLON] = ACTIONS(5141), - [anon_sym_PLUS_EQ] = ACTIONS(5141), - [anon_sym_DASH_EQ] = ACTIONS(5141), - [anon_sym_STAR_EQ] = ACTIONS(5141), - [anon_sym_SLASH_EQ] = ACTIONS(5141), - [anon_sym_PERCENT_EQ] = ACTIONS(5141), - [anon_sym_BANG_EQ] = ACTIONS(5139), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5141), - [anon_sym_EQ_EQ] = ACTIONS(5139), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5141), - [anon_sym_LT_EQ] = ACTIONS(5141), - [anon_sym_GT_EQ] = ACTIONS(5141), - [anon_sym_BANGin] = ACTIONS(5141), - [anon_sym_is] = ACTIONS(5139), - [anon_sym_BANGis] = ACTIONS(5141), - [anon_sym_PLUS] = ACTIONS(5139), - [anon_sym_DASH] = ACTIONS(5139), - [anon_sym_SLASH] = ACTIONS(5139), - [anon_sym_PERCENT] = ACTIONS(5139), - [anon_sym_as_QMARK] = ACTIONS(5141), - [anon_sym_PLUS_PLUS] = ACTIONS(5141), - [anon_sym_DASH_DASH] = ACTIONS(5141), - [anon_sym_BANG_BANG] = ACTIONS(5141), - [anon_sym_suspend] = ACTIONS(5139), - [anon_sym_sealed] = ACTIONS(5139), - [anon_sym_annotation] = ACTIONS(5139), - [anon_sym_data] = ACTIONS(5139), - [anon_sym_inner] = ACTIONS(5139), - [anon_sym_value] = ACTIONS(5139), - [anon_sym_override] = ACTIONS(5139), - [anon_sym_lateinit] = ACTIONS(5139), - [anon_sym_public] = ACTIONS(5139), - [anon_sym_private] = ACTIONS(5139), - [anon_sym_internal] = ACTIONS(5139), - [anon_sym_protected] = ACTIONS(5139), - [anon_sym_tailrec] = ACTIONS(5139), - [anon_sym_operator] = ACTIONS(5139), - [anon_sym_infix] = ACTIONS(5139), - [anon_sym_inline] = ACTIONS(5139), - [anon_sym_external] = ACTIONS(5139), - [sym_property_modifier] = ACTIONS(5139), - [anon_sym_abstract] = ACTIONS(5139), - [anon_sym_final] = ACTIONS(5139), - [anon_sym_open] = ACTIONS(5139), - [anon_sym_vararg] = ACTIONS(5139), - [anon_sym_noinline] = ACTIONS(5139), - [anon_sym_crossinline] = ACTIONS(5139), - [anon_sym_expect] = ACTIONS(5139), - [anon_sym_actual] = ACTIONS(5139), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5141), - [sym_safe_nav] = ACTIONS(5141), - [sym_multiline_comment] = ACTIONS(3), - }, - [3420] = { - [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_value] = 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), - }, - [3421] = { - [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(6850), - [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_value] = 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), + [sym_safe_nav] = ACTIONS(4341), [sym_multiline_comment] = ACTIONS(3), }, - [3422] = { - [sym__alpha_identifier] = ACTIONS(1584), - [anon_sym_AT] = ACTIONS(1582), - [anon_sym_LBRACK] = ACTIONS(1582), - [anon_sym_RBRACK] = ACTIONS(1582), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_EQ] = ACTIONS(1584), - [anon_sym_LBRACE] = ACTIONS(1582), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(1582), - [anon_sym_COMMA] = ACTIONS(1582), - [anon_sym_RPAREN] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_where] = ACTIONS(1584), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), - [anon_sym_get] = ACTIONS(1584), - [anon_sym_set] = ACTIONS(1584), - [anon_sym_STAR] = ACTIONS(1584), - [anon_sym_DASH_GT] = ACTIONS(1582), - [sym_label] = ACTIONS(1582), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_while] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_COLON_COLON] = ACTIONS(1582), - [anon_sym_PLUS_EQ] = ACTIONS(1582), - [anon_sym_DASH_EQ] = ACTIONS(1582), - [anon_sym_STAR_EQ] = ACTIONS(1582), - [anon_sym_SLASH_EQ] = ACTIONS(1582), - [anon_sym_PERCENT_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(1584), - [anon_sym_DASH] = ACTIONS(1584), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1584), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(1582), - [anon_sym_DASH_DASH] = ACTIONS(1582), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_suspend] = ACTIONS(1584), - [anon_sym_sealed] = ACTIONS(1584), - [anon_sym_annotation] = ACTIONS(1584), - [anon_sym_data] = ACTIONS(1584), - [anon_sym_inner] = ACTIONS(1584), - [anon_sym_value] = ACTIONS(1584), - [anon_sym_override] = ACTIONS(1584), - [anon_sym_lateinit] = ACTIONS(1584), - [anon_sym_public] = ACTIONS(1584), - [anon_sym_private] = ACTIONS(1584), - [anon_sym_internal] = ACTIONS(1584), - [anon_sym_protected] = ACTIONS(1584), - [anon_sym_tailrec] = ACTIONS(1584), - [anon_sym_operator] = ACTIONS(1584), - [anon_sym_infix] = ACTIONS(1584), - [anon_sym_inline] = ACTIONS(1584), - [anon_sym_external] = ACTIONS(1584), - [sym_property_modifier] = ACTIONS(1584), - [anon_sym_abstract] = ACTIONS(1584), - [anon_sym_final] = ACTIONS(1584), - [anon_sym_open] = ACTIONS(1584), - [anon_sym_vararg] = ACTIONS(1584), - [anon_sym_noinline] = ACTIONS(1584), - [anon_sym_crossinline] = ACTIONS(1584), - [anon_sym_expect] = ACTIONS(1584), - [anon_sym_actual] = ACTIONS(1584), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), - [sym_multiline_comment] = ACTIONS(3), + [3324] = { + [sym_type_constraints] = STATE(3639), + [sym_function_body] = STATE(3230), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(6765), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), }, - [3423] = { + [3325] = { + [sym_enum_class_body] = STATE(3491), [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(4812), - [anon_sym_LBRACE] = ACTIONS(4479), + [anon_sym_EQ] = ACTIONS(4477), + [anon_sym_LBRACE] = ACTIONS(5572), [anon_sym_RBRACE] = ACTIONS(4479), [anon_sym_LPAREN] = ACTIONS(4479), [anon_sym_COMMA] = ACTIONS(4479), @@ -397725,11 +389515,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_PIPE] = ACTIONS(4479), [anon_sym_else] = ACTIONS(4477), [anon_sym_COLON_COLON] = ACTIONS(4479), - [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_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), @@ -397774,184 +389564,439 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4477), [anon_sym_actual] = ACTIONS(4477), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4479), - [sym_safe_nav] = ACTIONS(4479), + [sym__backtick_identifier] = ACTIONS(4479), + [sym_safe_nav] = ACTIONS(4479), + [sym_multiline_comment] = ACTIONS(3), + }, + [3326] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1988), + [sym__comparison_operator] = STATE(1989), + [sym__in_operator] = STATE(1991), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1992), + [sym__multiplicative_operator] = STATE(1993), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1994), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3123), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3121), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_RPAREN] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_where] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(6708), + [anon_sym_DASH_GT] = ACTIONS(3123), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_while] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3123), + [anon_sym_DASH_EQ] = ACTIONS(3123), + [anon_sym_STAR_EQ] = ACTIONS(3123), + [anon_sym_SLASH_EQ] = ACTIONS(3123), + [anon_sym_PERCENT_EQ] = ACTIONS(3123), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(6734), + [anon_sym_DASH] = ACTIONS(6734), + [anon_sym_SLASH] = ACTIONS(6708), + [anon_sym_PERCENT] = ACTIONS(6708), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [3327] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(3981), + [anon_sym_COLON] = ACTIONS(3976), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_by] = ACTIONS(3976), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(3976), + [anon_sym_set] = ACTIONS(3976), + [anon_sym_AMP] = ACTIONS(3976), + [sym__quest] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(3976), + [sym_label] = ACTIONS(3981), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(3976), + [anon_sym_sealed] = ACTIONS(3976), + [anon_sym_annotation] = ACTIONS(3976), + [anon_sym_data] = ACTIONS(3976), + [anon_sym_inner] = ACTIONS(3976), + [anon_sym_value] = ACTIONS(3976), + [anon_sym_override] = ACTIONS(3976), + [anon_sym_lateinit] = ACTIONS(3976), + [anon_sym_public] = ACTIONS(3976), + [anon_sym_private] = ACTIONS(3976), + [anon_sym_internal] = ACTIONS(3976), + [anon_sym_protected] = ACTIONS(3976), + [anon_sym_tailrec] = ACTIONS(3976), + [anon_sym_operator] = ACTIONS(3976), + [anon_sym_infix] = ACTIONS(3976), + [anon_sym_inline] = ACTIONS(3976), + [anon_sym_external] = ACTIONS(3976), + [sym_property_modifier] = ACTIONS(3976), + [anon_sym_abstract] = ACTIONS(3976), + [anon_sym_final] = ACTIONS(3976), + [anon_sym_open] = ACTIONS(3976), + [anon_sym_vararg] = ACTIONS(3976), + [anon_sym_noinline] = ACTIONS(3976), + [anon_sym_crossinline] = ACTIONS(3976), + [anon_sym_expect] = ACTIONS(3976), + [anon_sym_actual] = ACTIONS(3976), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3981), + [sym__automatic_semicolon] = ACTIONS(3981), + [sym_safe_nav] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + }, + [3328] = { + [aux_sym_user_type_repeat1] = STATE(3298), + [sym__alpha_identifier] = ACTIONS(4193), + [anon_sym_AT] = ACTIONS(4195), + [anon_sym_LBRACK] = ACTIONS(4195), + [anon_sym_as] = ACTIONS(4193), + [anon_sym_EQ] = ACTIONS(4193), + [anon_sym_LBRACE] = ACTIONS(4195), + [anon_sym_RBRACE] = ACTIONS(4195), + [anon_sym_LPAREN] = ACTIONS(4195), + [anon_sym_COMMA] = ACTIONS(4195), + [anon_sym_by] = ACTIONS(4193), + [anon_sym_LT] = ACTIONS(4193), + [anon_sym_GT] = ACTIONS(4193), + [anon_sym_where] = ACTIONS(4193), + [anon_sym_DOT] = ACTIONS(6767), + [anon_sym_SEMI] = ACTIONS(4195), + [anon_sym_get] = ACTIONS(4193), + [anon_sym_set] = ACTIONS(4193), + [anon_sym_AMP] = ACTIONS(4193), + [sym__quest] = ACTIONS(4193), + [anon_sym_STAR] = ACTIONS(4193), + [sym_label] = ACTIONS(4195), + [anon_sym_in] = ACTIONS(4193), + [anon_sym_DOT_DOT] = ACTIONS(4195), + [anon_sym_QMARK_COLON] = ACTIONS(4195), + [anon_sym_AMP_AMP] = ACTIONS(4195), + [anon_sym_PIPE_PIPE] = ACTIONS(4195), + [anon_sym_else] = ACTIONS(4193), + [anon_sym_COLON_COLON] = ACTIONS(4195), + [anon_sym_PLUS_EQ] = ACTIONS(4195), + [anon_sym_DASH_EQ] = ACTIONS(4195), + [anon_sym_STAR_EQ] = ACTIONS(4195), + [anon_sym_SLASH_EQ] = ACTIONS(4195), + [anon_sym_PERCENT_EQ] = ACTIONS(4195), + [anon_sym_BANG_EQ] = ACTIONS(4193), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4195), + [anon_sym_EQ_EQ] = ACTIONS(4193), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4195), + [anon_sym_LT_EQ] = ACTIONS(4195), + [anon_sym_GT_EQ] = ACTIONS(4195), + [anon_sym_BANGin] = ACTIONS(4195), + [anon_sym_is] = ACTIONS(4193), + [anon_sym_BANGis] = ACTIONS(4195), + [anon_sym_PLUS] = ACTIONS(4193), + [anon_sym_DASH] = ACTIONS(4193), + [anon_sym_SLASH] = ACTIONS(4193), + [anon_sym_PERCENT] = ACTIONS(4193), + [anon_sym_as_QMARK] = ACTIONS(4195), + [anon_sym_PLUS_PLUS] = ACTIONS(4195), + [anon_sym_DASH_DASH] = ACTIONS(4195), + [anon_sym_BANG_BANG] = ACTIONS(4195), + [anon_sym_suspend] = ACTIONS(4193), + [anon_sym_sealed] = ACTIONS(4193), + [anon_sym_annotation] = ACTIONS(4193), + [anon_sym_data] = ACTIONS(4193), + [anon_sym_inner] = ACTIONS(4193), + [anon_sym_value] = ACTIONS(4193), + [anon_sym_override] = ACTIONS(4193), + [anon_sym_lateinit] = ACTIONS(4193), + [anon_sym_public] = ACTIONS(4193), + [anon_sym_private] = ACTIONS(4193), + [anon_sym_internal] = ACTIONS(4193), + [anon_sym_protected] = ACTIONS(4193), + [anon_sym_tailrec] = ACTIONS(4193), + [anon_sym_operator] = ACTIONS(4193), + [anon_sym_infix] = ACTIONS(4193), + [anon_sym_inline] = ACTIONS(4193), + [anon_sym_external] = ACTIONS(4193), + [sym_property_modifier] = ACTIONS(4193), + [anon_sym_abstract] = ACTIONS(4193), + [anon_sym_final] = ACTIONS(4193), + [anon_sym_open] = ACTIONS(4193), + [anon_sym_vararg] = ACTIONS(4193), + [anon_sym_noinline] = ACTIONS(4193), + [anon_sym_crossinline] = ACTIONS(4193), + [anon_sym_expect] = ACTIONS(4193), + [anon_sym_actual] = ACTIONS(4193), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4195), + [sym__automatic_semicolon] = ACTIONS(4195), + [sym_safe_nav] = ACTIONS(4195), [sym_multiline_comment] = ACTIONS(3), }, - [3424] = { - [sym__alpha_identifier] = ACTIONS(5125), - [anon_sym_AT] = ACTIONS(5127), - [anon_sym_LBRACK] = ACTIONS(5127), - [anon_sym_RBRACK] = ACTIONS(5127), - [anon_sym_as] = ACTIONS(5125), - [anon_sym_EQ] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(5127), - [anon_sym_LPAREN] = ACTIONS(5127), - [anon_sym_COMMA] = ACTIONS(5127), - [anon_sym_RPAREN] = ACTIONS(5127), - [anon_sym_LT] = ACTIONS(5125), - [anon_sym_GT] = ACTIONS(5125), - [anon_sym_where] = ACTIONS(5125), - [anon_sym_DOT] = ACTIONS(5125), - [anon_sym_SEMI] = ACTIONS(5127), - [anon_sym_get] = ACTIONS(5125), - [anon_sym_set] = ACTIONS(5125), - [anon_sym_STAR] = ACTIONS(5125), - [anon_sym_DASH_GT] = ACTIONS(5127), - [sym_label] = ACTIONS(5127), - [anon_sym_in] = ACTIONS(5125), - [anon_sym_while] = ACTIONS(5125), - [anon_sym_DOT_DOT] = ACTIONS(5127), - [anon_sym_QMARK_COLON] = ACTIONS(5127), - [anon_sym_AMP_AMP] = ACTIONS(5127), - [anon_sym_PIPE_PIPE] = ACTIONS(5127), - [anon_sym_else] = ACTIONS(5125), - [anon_sym_COLON_COLON] = ACTIONS(5127), - [anon_sym_PLUS_EQ] = ACTIONS(5127), - [anon_sym_DASH_EQ] = ACTIONS(5127), - [anon_sym_STAR_EQ] = ACTIONS(5127), - [anon_sym_SLASH_EQ] = ACTIONS(5127), - [anon_sym_PERCENT_EQ] = ACTIONS(5127), - [anon_sym_BANG_EQ] = ACTIONS(5125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5127), - [anon_sym_EQ_EQ] = ACTIONS(5125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5127), - [anon_sym_LT_EQ] = ACTIONS(5127), - [anon_sym_GT_EQ] = ACTIONS(5127), - [anon_sym_BANGin] = ACTIONS(5127), - [anon_sym_is] = ACTIONS(5125), - [anon_sym_BANGis] = ACTIONS(5127), - [anon_sym_PLUS] = ACTIONS(5125), - [anon_sym_DASH] = ACTIONS(5125), - [anon_sym_SLASH] = ACTIONS(5125), - [anon_sym_PERCENT] = ACTIONS(5125), - [anon_sym_as_QMARK] = ACTIONS(5127), - [anon_sym_PLUS_PLUS] = ACTIONS(5127), - [anon_sym_DASH_DASH] = ACTIONS(5127), - [anon_sym_BANG_BANG] = ACTIONS(5127), - [anon_sym_suspend] = ACTIONS(5125), - [anon_sym_sealed] = ACTIONS(5125), - [anon_sym_annotation] = ACTIONS(5125), - [anon_sym_data] = ACTIONS(5125), - [anon_sym_inner] = ACTIONS(5125), - [anon_sym_value] = ACTIONS(5125), - [anon_sym_override] = ACTIONS(5125), - [anon_sym_lateinit] = ACTIONS(5125), - [anon_sym_public] = ACTIONS(5125), - [anon_sym_private] = ACTIONS(5125), - [anon_sym_internal] = ACTIONS(5125), - [anon_sym_protected] = ACTIONS(5125), - [anon_sym_tailrec] = ACTIONS(5125), - [anon_sym_operator] = ACTIONS(5125), - [anon_sym_infix] = ACTIONS(5125), - [anon_sym_inline] = ACTIONS(5125), - [anon_sym_external] = ACTIONS(5125), - [sym_property_modifier] = ACTIONS(5125), - [anon_sym_abstract] = ACTIONS(5125), - [anon_sym_final] = ACTIONS(5125), - [anon_sym_open] = ACTIONS(5125), - [anon_sym_vararg] = ACTIONS(5125), - [anon_sym_noinline] = ACTIONS(5125), - [anon_sym_crossinline] = ACTIONS(5125), - [anon_sym_expect] = ACTIONS(5125), - [anon_sym_actual] = ACTIONS(5125), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5127), - [sym_safe_nav] = ACTIONS(5127), + [3329] = { + [sym_type_constraints] = STATE(3688), + [sym_function_body] = STATE(4023), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_COLON] = ACTIONS(6770), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [sym_label] = ACTIONS(4153), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), [sym_multiline_comment] = ACTIONS(3), }, - [3425] = { - [sym_type_constraints] = STATE(3649), - [sym_function_body] = STATE(3846), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), + [3330] = { + [sym_enum_class_body] = STATE(3459), + [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(5572), + [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_value] = 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_multiline_comment] = ACTIONS(3), }, - [3426] = { + [3331] = { + [sym_class_body] = STATE(3491), [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_LBRACE] = ACTIONS(5590), [anon_sym_RBRACE] = ACTIONS(4479), [anon_sym_LPAREN] = ACTIONS(4479), [anon_sym_COMMA] = ACTIONS(4479), @@ -398027,837 +390072,3693 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4479), [sym_multiline_comment] = ACTIONS(3), }, - [3427] = { - [sym_type_constraints] = STATE(3647), - [sym_function_body] = STATE(3916), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), + [3332] = { + [sym__alpha_identifier] = ACTIONS(4710), + [anon_sym_AT] = ACTIONS(4712), + [anon_sym_LBRACK] = ACTIONS(4712), + [anon_sym_RBRACK] = ACTIONS(4712), + [anon_sym_as] = ACTIONS(4710), + [anon_sym_EQ] = ACTIONS(4710), + [anon_sym_LBRACE] = ACTIONS(4712), + [anon_sym_RBRACE] = ACTIONS(4712), + [anon_sym_LPAREN] = ACTIONS(4712), + [anon_sym_COMMA] = ACTIONS(4712), + [anon_sym_RPAREN] = ACTIONS(4712), + [anon_sym_by] = ACTIONS(4710), + [anon_sym_LT] = ACTIONS(4710), + [anon_sym_GT] = ACTIONS(4710), + [anon_sym_where] = ACTIONS(4710), + [anon_sym_DOT] = ACTIONS(4710), + [anon_sym_SEMI] = ACTIONS(4712), + [anon_sym_get] = ACTIONS(4710), + [anon_sym_set] = ACTIONS(4710), + [anon_sym_STAR] = ACTIONS(4710), + [anon_sym_DASH_GT] = ACTIONS(4712), + [sym_label] = ACTIONS(4712), + [anon_sym_in] = ACTIONS(4710), + [anon_sym_while] = ACTIONS(4710), + [anon_sym_DOT_DOT] = ACTIONS(4712), + [anon_sym_QMARK_COLON] = ACTIONS(4712), + [anon_sym_AMP_AMP] = ACTIONS(4712), + [anon_sym_PIPE_PIPE] = ACTIONS(4712), + [anon_sym_else] = ACTIONS(4710), + [anon_sym_COLON_COLON] = ACTIONS(4712), + [anon_sym_PLUS_EQ] = ACTIONS(4712), + [anon_sym_DASH_EQ] = ACTIONS(4712), + [anon_sym_STAR_EQ] = ACTIONS(4712), + [anon_sym_SLASH_EQ] = ACTIONS(4712), + [anon_sym_PERCENT_EQ] = ACTIONS(4712), + [anon_sym_BANG_EQ] = ACTIONS(4710), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4712), + [anon_sym_EQ_EQ] = ACTIONS(4710), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4712), + [anon_sym_LT_EQ] = ACTIONS(4712), + [anon_sym_GT_EQ] = ACTIONS(4712), + [anon_sym_BANGin] = ACTIONS(4712), + [anon_sym_is] = ACTIONS(4710), + [anon_sym_BANGis] = ACTIONS(4712), + [anon_sym_PLUS] = ACTIONS(4710), + [anon_sym_DASH] = ACTIONS(4710), + [anon_sym_SLASH] = ACTIONS(4710), + [anon_sym_PERCENT] = ACTIONS(4710), + [anon_sym_as_QMARK] = ACTIONS(4712), + [anon_sym_PLUS_PLUS] = ACTIONS(4712), + [anon_sym_DASH_DASH] = ACTIONS(4712), + [anon_sym_BANG_BANG] = ACTIONS(4712), + [anon_sym_suspend] = ACTIONS(4710), + [anon_sym_sealed] = ACTIONS(4710), + [anon_sym_annotation] = ACTIONS(4710), + [anon_sym_data] = ACTIONS(4710), + [anon_sym_inner] = ACTIONS(4710), + [anon_sym_value] = ACTIONS(4710), + [anon_sym_override] = ACTIONS(4710), + [anon_sym_lateinit] = ACTIONS(4710), + [anon_sym_public] = ACTIONS(4710), + [anon_sym_private] = ACTIONS(4710), + [anon_sym_internal] = ACTIONS(4710), + [anon_sym_protected] = ACTIONS(4710), + [anon_sym_tailrec] = ACTIONS(4710), + [anon_sym_operator] = ACTIONS(4710), + [anon_sym_infix] = ACTIONS(4710), + [anon_sym_inline] = ACTIONS(4710), + [anon_sym_external] = ACTIONS(4710), + [sym_property_modifier] = ACTIONS(4710), + [anon_sym_abstract] = ACTIONS(4710), + [anon_sym_final] = ACTIONS(4710), + [anon_sym_open] = ACTIONS(4710), + [anon_sym_vararg] = ACTIONS(4710), + [anon_sym_noinline] = ACTIONS(4710), + [anon_sym_crossinline] = ACTIONS(4710), + [anon_sym_expect] = ACTIONS(4710), + [anon_sym_actual] = ACTIONS(4710), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4712), + [sym_safe_nav] = ACTIONS(4712), [sym_multiline_comment] = ACTIONS(3), }, - [3428] = { - [sym__alpha_identifier] = ACTIONS(4866), - [anon_sym_AT] = ACTIONS(4868), - [anon_sym_LBRACK] = ACTIONS(4868), - [anon_sym_RBRACK] = ACTIONS(4868), - [anon_sym_as] = ACTIONS(4866), - [anon_sym_EQ] = ACTIONS(4866), - [anon_sym_LBRACE] = ACTIONS(4868), - [anon_sym_RBRACE] = ACTIONS(4868), - [anon_sym_LPAREN] = ACTIONS(4868), - [anon_sym_COMMA] = ACTIONS(4868), - [anon_sym_RPAREN] = ACTIONS(4868), - [anon_sym_LT] = ACTIONS(4866), - [anon_sym_GT] = ACTIONS(4866), - [anon_sym_where] = ACTIONS(4866), - [anon_sym_DOT] = ACTIONS(4866), - [anon_sym_SEMI] = ACTIONS(4868), - [anon_sym_get] = ACTIONS(4866), - [anon_sym_set] = ACTIONS(4866), - [anon_sym_STAR] = ACTIONS(4866), - [anon_sym_DASH_GT] = ACTIONS(4868), - [sym_label] = ACTIONS(4868), - [anon_sym_in] = ACTIONS(4866), - [anon_sym_while] = ACTIONS(4866), - [anon_sym_DOT_DOT] = ACTIONS(4868), - [anon_sym_QMARK_COLON] = ACTIONS(4868), - [anon_sym_AMP_AMP] = ACTIONS(4868), - [anon_sym_PIPE_PIPE] = ACTIONS(4868), - [anon_sym_else] = ACTIONS(4866), - [anon_sym_COLON_COLON] = ACTIONS(4868), - [anon_sym_PLUS_EQ] = ACTIONS(4868), - [anon_sym_DASH_EQ] = ACTIONS(4868), - [anon_sym_STAR_EQ] = ACTIONS(4868), - [anon_sym_SLASH_EQ] = ACTIONS(4868), - [anon_sym_PERCENT_EQ] = ACTIONS(4868), - [anon_sym_BANG_EQ] = ACTIONS(4866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4868), - [anon_sym_EQ_EQ] = ACTIONS(4866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4868), - [anon_sym_LT_EQ] = ACTIONS(4868), - [anon_sym_GT_EQ] = ACTIONS(4868), - [anon_sym_BANGin] = ACTIONS(4868), - [anon_sym_is] = ACTIONS(4866), - [anon_sym_BANGis] = ACTIONS(4868), - [anon_sym_PLUS] = ACTIONS(4866), - [anon_sym_DASH] = ACTIONS(4866), - [anon_sym_SLASH] = ACTIONS(4866), - [anon_sym_PERCENT] = ACTIONS(4866), - [anon_sym_as_QMARK] = ACTIONS(4868), - [anon_sym_PLUS_PLUS] = ACTIONS(4868), - [anon_sym_DASH_DASH] = ACTIONS(4868), - [anon_sym_BANG_BANG] = ACTIONS(4868), - [anon_sym_suspend] = ACTIONS(4866), - [anon_sym_sealed] = ACTIONS(4866), - [anon_sym_annotation] = ACTIONS(4866), - [anon_sym_data] = ACTIONS(4866), - [anon_sym_inner] = ACTIONS(4866), - [anon_sym_value] = ACTIONS(4866), - [anon_sym_override] = ACTIONS(4866), - [anon_sym_lateinit] = ACTIONS(4866), - [anon_sym_public] = ACTIONS(4866), - [anon_sym_private] = ACTIONS(4866), - [anon_sym_internal] = ACTIONS(4866), - [anon_sym_protected] = ACTIONS(4866), - [anon_sym_tailrec] = ACTIONS(4866), - [anon_sym_operator] = ACTIONS(4866), - [anon_sym_infix] = ACTIONS(4866), - [anon_sym_inline] = ACTIONS(4866), - [anon_sym_external] = ACTIONS(4866), - [sym_property_modifier] = ACTIONS(4866), - [anon_sym_abstract] = ACTIONS(4866), - [anon_sym_final] = ACTIONS(4866), - [anon_sym_open] = ACTIONS(4866), - [anon_sym_vararg] = ACTIONS(4866), - [anon_sym_noinline] = ACTIONS(4866), - [anon_sym_crossinline] = ACTIONS(4866), - [anon_sym_expect] = ACTIONS(4866), - [anon_sym_actual] = ACTIONS(4866), + [3333] = { + [sym_enum_class_body] = STATE(3463), + [sym__alpha_identifier] = ACTIONS(4501), + [anon_sym_AT] = ACTIONS(4503), + [anon_sym_LBRACK] = ACTIONS(4503), + [anon_sym_RBRACK] = ACTIONS(4503), + [anon_sym_as] = ACTIONS(4501), + [anon_sym_EQ] = ACTIONS(4501), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(4503), + [anon_sym_LPAREN] = ACTIONS(4503), + [anon_sym_COMMA] = ACTIONS(4503), + [anon_sym_RPAREN] = ACTIONS(4503), + [anon_sym_LT] = ACTIONS(4501), + [anon_sym_GT] = ACTIONS(4501), + [anon_sym_where] = ACTIONS(4501), + [anon_sym_DOT] = ACTIONS(4501), + [anon_sym_SEMI] = ACTIONS(4503), + [anon_sym_get] = ACTIONS(4501), + [anon_sym_set] = ACTIONS(4501), + [anon_sym_STAR] = ACTIONS(4501), + [anon_sym_DASH_GT] = ACTIONS(4503), + [sym_label] = ACTIONS(4503), + [anon_sym_in] = ACTIONS(4501), + [anon_sym_while] = ACTIONS(4501), + [anon_sym_DOT_DOT] = ACTIONS(4503), + [anon_sym_QMARK_COLON] = ACTIONS(4503), + [anon_sym_AMP_AMP] = ACTIONS(4503), + [anon_sym_PIPE_PIPE] = ACTIONS(4503), + [anon_sym_else] = ACTIONS(4501), + [anon_sym_COLON_COLON] = ACTIONS(4503), + [anon_sym_PLUS_EQ] = ACTIONS(4503), + [anon_sym_DASH_EQ] = ACTIONS(4503), + [anon_sym_STAR_EQ] = ACTIONS(4503), + [anon_sym_SLASH_EQ] = ACTIONS(4503), + [anon_sym_PERCENT_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ] = ACTIONS(4501), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ] = ACTIONS(4501), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4503), + [anon_sym_LT_EQ] = ACTIONS(4503), + [anon_sym_GT_EQ] = ACTIONS(4503), + [anon_sym_BANGin] = ACTIONS(4503), + [anon_sym_is] = ACTIONS(4501), + [anon_sym_BANGis] = ACTIONS(4503), + [anon_sym_PLUS] = ACTIONS(4501), + [anon_sym_DASH] = ACTIONS(4501), + [anon_sym_SLASH] = ACTIONS(4501), + [anon_sym_PERCENT] = ACTIONS(4501), + [anon_sym_as_QMARK] = ACTIONS(4503), + [anon_sym_PLUS_PLUS] = ACTIONS(4503), + [anon_sym_DASH_DASH] = ACTIONS(4503), + [anon_sym_BANG_BANG] = ACTIONS(4503), + [anon_sym_suspend] = ACTIONS(4501), + [anon_sym_sealed] = ACTIONS(4501), + [anon_sym_annotation] = ACTIONS(4501), + [anon_sym_data] = ACTIONS(4501), + [anon_sym_inner] = ACTIONS(4501), + [anon_sym_value] = ACTIONS(4501), + [anon_sym_override] = ACTIONS(4501), + [anon_sym_lateinit] = ACTIONS(4501), + [anon_sym_public] = ACTIONS(4501), + [anon_sym_private] = ACTIONS(4501), + [anon_sym_internal] = ACTIONS(4501), + [anon_sym_protected] = ACTIONS(4501), + [anon_sym_tailrec] = ACTIONS(4501), + [anon_sym_operator] = ACTIONS(4501), + [anon_sym_infix] = ACTIONS(4501), + [anon_sym_inline] = ACTIONS(4501), + [anon_sym_external] = ACTIONS(4501), + [sym_property_modifier] = ACTIONS(4501), + [anon_sym_abstract] = ACTIONS(4501), + [anon_sym_final] = ACTIONS(4501), + [anon_sym_open] = ACTIONS(4501), + [anon_sym_vararg] = ACTIONS(4501), + [anon_sym_noinline] = ACTIONS(4501), + [anon_sym_crossinline] = ACTIONS(4501), + [anon_sym_expect] = ACTIONS(4501), + [anon_sym_actual] = ACTIONS(4501), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4503), + [sym_safe_nav] = ACTIONS(4503), + [sym_multiline_comment] = ACTIONS(3), + }, + [3334] = { + [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_by] = ACTIONS(4718), + [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_value] = 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), + }, + [3335] = { + [sym_class_body] = STATE(3467), + [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(5590), + [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_value] = 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_multiline_comment] = ACTIONS(3), + }, + [3336] = { + [sym_enum_class_body] = STATE(3483), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_RBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_RPAREN] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(4200), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [anon_sym_DASH_GT] = ACTIONS(4202), + [sym_label] = ACTIONS(4202), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_while] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), + }, + [3337] = { + [sym_type_constraints] = STATE(3637), + [sym_function_body] = STATE(3262), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_COLON] = ACTIONS(6776), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), + }, + [3338] = { + [sym_type_constraints] = STATE(3636), + [sym_function_body] = STATE(3226), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_COLON] = ACTIONS(6778), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4151), + [anon_sym_fun] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_this] = ACTIONS(4151), + [anon_sym_super] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4153), + [sym_label] = ACTIONS(4151), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_if] = ACTIONS(4151), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_when] = ACTIONS(4151), + [anon_sym_try] = ACTIONS(4151), + [anon_sym_throw] = ACTIONS(4151), + [anon_sym_return] = ACTIONS(4151), + [anon_sym_continue] = ACTIONS(4151), + [anon_sym_break] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4153), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4151), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4153), + [anon_sym_continue_AT] = ACTIONS(4153), + [anon_sym_break_AT] = ACTIONS(4153), + [anon_sym_this_AT] = ACTIONS(4153), + [anon_sym_super_AT] = ACTIONS(4153), + [sym_real_literal] = ACTIONS(4153), + [sym_integer_literal] = ACTIONS(4151), + [sym_hex_literal] = ACTIONS(4153), + [sym_bin_literal] = ACTIONS(4153), + [anon_sym_true] = ACTIONS(4151), + [anon_sym_false] = ACTIONS(4151), + [anon_sym_SQUOTE] = ACTIONS(4153), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4153), + }, + [3339] = { + [sym__alpha_identifier] = ACTIONS(4669), + [anon_sym_AT] = ACTIONS(4672), + [anon_sym_LBRACK] = ACTIONS(4672), + [anon_sym_RBRACK] = ACTIONS(4672), + [anon_sym_as] = ACTIONS(4669), + [anon_sym_EQ] = ACTIONS(4669), + [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(4669), + [anon_sym_LT] = ACTIONS(4669), + [anon_sym_GT] = ACTIONS(4669), + [anon_sym_where] = ACTIONS(4669), + [anon_sym_DOT] = ACTIONS(4669), + [anon_sym_SEMI] = ACTIONS(4672), + [anon_sym_get] = ACTIONS(4669), + [anon_sym_set] = ACTIONS(4669), + [anon_sym_STAR] = ACTIONS(4669), + [anon_sym_DASH_GT] = ACTIONS(4672), + [sym_label] = ACTIONS(4672), + [anon_sym_in] = ACTIONS(4669), + [anon_sym_while] = ACTIONS(4669), + [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(4669), + [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(4669), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4672), + [anon_sym_EQ_EQ] = ACTIONS(4669), + [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(4669), + [anon_sym_BANGis] = ACTIONS(4672), + [anon_sym_PLUS] = ACTIONS(4669), + [anon_sym_DASH] = ACTIONS(4669), + [anon_sym_SLASH] = ACTIONS(4669), + [anon_sym_PERCENT] = ACTIONS(4669), + [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(4669), + [anon_sym_sealed] = ACTIONS(4669), + [anon_sym_annotation] = ACTIONS(4669), + [anon_sym_data] = ACTIONS(4669), + [anon_sym_inner] = ACTIONS(4669), + [anon_sym_value] = ACTIONS(4669), + [anon_sym_override] = ACTIONS(4669), + [anon_sym_lateinit] = ACTIONS(4669), + [anon_sym_public] = ACTIONS(4669), + [anon_sym_private] = ACTIONS(4669), + [anon_sym_internal] = ACTIONS(4669), + [anon_sym_protected] = ACTIONS(4669), + [anon_sym_tailrec] = ACTIONS(4669), + [anon_sym_operator] = ACTIONS(4669), + [anon_sym_infix] = ACTIONS(4669), + [anon_sym_inline] = ACTIONS(4669), + [anon_sym_external] = ACTIONS(4669), + [sym_property_modifier] = ACTIONS(4669), + [anon_sym_abstract] = ACTIONS(4669), + [anon_sym_final] = ACTIONS(4669), + [anon_sym_open] = ACTIONS(4669), + [anon_sym_vararg] = ACTIONS(4669), + [anon_sym_noinline] = ACTIONS(4669), + [anon_sym_crossinline] = ACTIONS(4669), + [anon_sym_expect] = ACTIONS(4669), + [anon_sym_actual] = ACTIONS(4669), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4868), - [sym_safe_nav] = ACTIONS(4868), + [sym__backtick_identifier] = ACTIONS(4672), + [sym_safe_nav] = ACTIONS(4672), [sym_multiline_comment] = ACTIONS(3), }, - [3429] = { - [sym_function_body] = STATE(4010), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4229), - [anon_sym_AT] = ACTIONS(4231), - [anon_sym_COLON] = ACTIONS(6852), - [anon_sym_LBRACK] = ACTIONS(4231), - [anon_sym_as] = ACTIONS(4229), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4231), - [anon_sym_LPAREN] = ACTIONS(4231), - [anon_sym_COMMA] = ACTIONS(4231), - [anon_sym_LT] = ACTIONS(4229), - [anon_sym_GT] = ACTIONS(4229), - [anon_sym_where] = ACTIONS(4229), - [anon_sym_DOT] = ACTIONS(4229), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(4229), - [anon_sym_set] = ACTIONS(4229), - [anon_sym_STAR] = ACTIONS(4229), - [sym_label] = ACTIONS(4231), - [anon_sym_in] = ACTIONS(4229), - [anon_sym_DOT_DOT] = ACTIONS(4231), - [anon_sym_QMARK_COLON] = ACTIONS(4231), - [anon_sym_AMP_AMP] = ACTIONS(4231), - [anon_sym_PIPE_PIPE] = ACTIONS(4231), - [anon_sym_else] = ACTIONS(4229), - [anon_sym_COLON_COLON] = ACTIONS(4231), - [anon_sym_PLUS_EQ] = ACTIONS(4231), - [anon_sym_DASH_EQ] = ACTIONS(4231), - [anon_sym_STAR_EQ] = ACTIONS(4231), - [anon_sym_SLASH_EQ] = ACTIONS(4231), - [anon_sym_PERCENT_EQ] = ACTIONS(4231), - [anon_sym_BANG_EQ] = ACTIONS(4229), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4231), - [anon_sym_EQ_EQ] = ACTIONS(4229), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4231), - [anon_sym_LT_EQ] = ACTIONS(4231), - [anon_sym_GT_EQ] = ACTIONS(4231), - [anon_sym_BANGin] = ACTIONS(4231), - [anon_sym_is] = ACTIONS(4229), - [anon_sym_BANGis] = ACTIONS(4231), - [anon_sym_PLUS] = ACTIONS(4229), - [anon_sym_DASH] = ACTIONS(4229), - [anon_sym_SLASH] = ACTIONS(4229), - [anon_sym_PERCENT] = ACTIONS(4229), - [anon_sym_as_QMARK] = ACTIONS(4231), - [anon_sym_PLUS_PLUS] = ACTIONS(4231), - [anon_sym_DASH_DASH] = ACTIONS(4231), - [anon_sym_BANG_BANG] = ACTIONS(4231), - [anon_sym_suspend] = ACTIONS(4229), - [anon_sym_sealed] = ACTIONS(4229), - [anon_sym_annotation] = ACTIONS(4229), - [anon_sym_data] = ACTIONS(4229), - [anon_sym_inner] = ACTIONS(4229), - [anon_sym_value] = ACTIONS(4229), - [anon_sym_override] = ACTIONS(4229), - [anon_sym_lateinit] = ACTIONS(4229), - [anon_sym_public] = ACTIONS(4229), - [anon_sym_private] = ACTIONS(4229), - [anon_sym_internal] = ACTIONS(4229), - [anon_sym_protected] = ACTIONS(4229), - [anon_sym_tailrec] = ACTIONS(4229), - [anon_sym_operator] = ACTIONS(4229), - [anon_sym_infix] = ACTIONS(4229), - [anon_sym_inline] = ACTIONS(4229), - [anon_sym_external] = ACTIONS(4229), - [sym_property_modifier] = ACTIONS(4229), - [anon_sym_abstract] = ACTIONS(4229), - [anon_sym_final] = ACTIONS(4229), - [anon_sym_open] = ACTIONS(4229), - [anon_sym_vararg] = ACTIONS(4229), - [anon_sym_noinline] = ACTIONS(4229), - [anon_sym_crossinline] = ACTIONS(4229), - [anon_sym_expect] = ACTIONS(4229), - [anon_sym_actual] = ACTIONS(4229), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4231), - [sym__automatic_semicolon] = ACTIONS(4231), - [sym_safe_nav] = ACTIONS(4231), + [3340] = { + [sym__alpha_identifier] = ACTIONS(4758), + [anon_sym_AT] = ACTIONS(4760), + [anon_sym_LBRACK] = ACTIONS(4760), + [anon_sym_RBRACK] = ACTIONS(4760), + [anon_sym_as] = ACTIONS(4758), + [anon_sym_EQ] = ACTIONS(4758), + [anon_sym_LBRACE] = ACTIONS(4760), + [anon_sym_RBRACE] = ACTIONS(4760), + [anon_sym_LPAREN] = ACTIONS(4760), + [anon_sym_COMMA] = ACTIONS(4760), + [anon_sym_RPAREN] = ACTIONS(4760), + [anon_sym_by] = ACTIONS(4758), + [anon_sym_LT] = ACTIONS(4758), + [anon_sym_GT] = ACTIONS(4758), + [anon_sym_where] = ACTIONS(4758), + [anon_sym_DOT] = ACTIONS(4758), + [anon_sym_SEMI] = ACTIONS(4760), + [anon_sym_get] = ACTIONS(4758), + [anon_sym_set] = ACTIONS(4758), + [anon_sym_STAR] = ACTIONS(4758), + [anon_sym_DASH_GT] = ACTIONS(4760), + [sym_label] = ACTIONS(4760), + [anon_sym_in] = ACTIONS(4758), + [anon_sym_while] = ACTIONS(4758), + [anon_sym_DOT_DOT] = ACTIONS(4760), + [anon_sym_QMARK_COLON] = ACTIONS(4760), + [anon_sym_AMP_AMP] = ACTIONS(4760), + [anon_sym_PIPE_PIPE] = ACTIONS(4760), + [anon_sym_else] = ACTIONS(4758), + [anon_sym_COLON_COLON] = ACTIONS(4760), + [anon_sym_PLUS_EQ] = ACTIONS(4760), + [anon_sym_DASH_EQ] = ACTIONS(4760), + [anon_sym_STAR_EQ] = ACTIONS(4760), + [anon_sym_SLASH_EQ] = ACTIONS(4760), + [anon_sym_PERCENT_EQ] = ACTIONS(4760), + [anon_sym_BANG_EQ] = ACTIONS(4758), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4760), + [anon_sym_EQ_EQ] = ACTIONS(4758), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4760), + [anon_sym_LT_EQ] = ACTIONS(4760), + [anon_sym_GT_EQ] = ACTIONS(4760), + [anon_sym_BANGin] = ACTIONS(4760), + [anon_sym_is] = ACTIONS(4758), + [anon_sym_BANGis] = ACTIONS(4760), + [anon_sym_PLUS] = ACTIONS(4758), + [anon_sym_DASH] = ACTIONS(4758), + [anon_sym_SLASH] = ACTIONS(4758), + [anon_sym_PERCENT] = ACTIONS(4758), + [anon_sym_as_QMARK] = ACTIONS(4760), + [anon_sym_PLUS_PLUS] = ACTIONS(4760), + [anon_sym_DASH_DASH] = ACTIONS(4760), + [anon_sym_BANG_BANG] = ACTIONS(4760), + [anon_sym_suspend] = ACTIONS(4758), + [anon_sym_sealed] = ACTIONS(4758), + [anon_sym_annotation] = ACTIONS(4758), + [anon_sym_data] = ACTIONS(4758), + [anon_sym_inner] = ACTIONS(4758), + [anon_sym_value] = ACTIONS(4758), + [anon_sym_override] = ACTIONS(4758), + [anon_sym_lateinit] = ACTIONS(4758), + [anon_sym_public] = ACTIONS(4758), + [anon_sym_private] = ACTIONS(4758), + [anon_sym_internal] = ACTIONS(4758), + [anon_sym_protected] = ACTIONS(4758), + [anon_sym_tailrec] = ACTIONS(4758), + [anon_sym_operator] = ACTIONS(4758), + [anon_sym_infix] = ACTIONS(4758), + [anon_sym_inline] = ACTIONS(4758), + [anon_sym_external] = ACTIONS(4758), + [sym_property_modifier] = ACTIONS(4758), + [anon_sym_abstract] = ACTIONS(4758), + [anon_sym_final] = ACTIONS(4758), + [anon_sym_open] = ACTIONS(4758), + [anon_sym_vararg] = ACTIONS(4758), + [anon_sym_noinline] = ACTIONS(4758), + [anon_sym_crossinline] = ACTIONS(4758), + [anon_sym_expect] = ACTIONS(4758), + [anon_sym_actual] = ACTIONS(4758), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4760), + [sym_safe_nav] = ACTIONS(4760), [sym_multiline_comment] = ACTIONS(3), }, - [3430] = { - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_RBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(4275), - [anon_sym_LBRACE] = ACTIONS(4277), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_COMMA] = ACTIONS(4277), - [anon_sym_RPAREN] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_where] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4275), - [anon_sym_DASH_GT] = ACTIONS(4277), - [sym_label] = ACTIONS(4277), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_while] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_PLUS_EQ] = ACTIONS(4277), - [anon_sym_DASH_EQ] = ACTIONS(4277), - [anon_sym_STAR_EQ] = ACTIONS(4277), - [anon_sym_SLASH_EQ] = ACTIONS(4277), - [anon_sym_PERCENT_EQ] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4275), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_suspend] = ACTIONS(4275), - [anon_sym_sealed] = ACTIONS(4275), - [anon_sym_annotation] = ACTIONS(4275), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_override] = ACTIONS(4275), - [anon_sym_lateinit] = ACTIONS(4275), - [anon_sym_public] = ACTIONS(4275), - [anon_sym_private] = ACTIONS(4275), - [anon_sym_internal] = ACTIONS(4275), - [anon_sym_protected] = ACTIONS(4275), - [anon_sym_tailrec] = ACTIONS(4275), - [anon_sym_operator] = ACTIONS(4275), - [anon_sym_infix] = ACTIONS(4275), - [anon_sym_inline] = ACTIONS(4275), - [anon_sym_external] = ACTIONS(4275), - [sym_property_modifier] = ACTIONS(4275), - [anon_sym_abstract] = ACTIONS(4275), - [anon_sym_final] = ACTIONS(4275), - [anon_sym_open] = ACTIONS(4275), - [anon_sym_vararg] = ACTIONS(4275), - [anon_sym_noinline] = ACTIONS(4275), - [anon_sym_crossinline] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), + [3341] = { + [sym_type_constraints] = STATE(3635), + [sym_function_body] = STATE(3189), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4157), + [anon_sym_AT] = ACTIONS(4159), + [anon_sym_COLON] = ACTIONS(6780), + [anon_sym_LBRACK] = ACTIONS(4159), + [anon_sym_as] = ACTIONS(4157), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4159), + [anon_sym_LPAREN] = ACTIONS(4159), + [anon_sym_COMMA] = ACTIONS(4159), + [anon_sym_LT] = ACTIONS(4157), + [anon_sym_GT] = ACTIONS(4157), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4157), + [anon_sym_fun] = ACTIONS(4157), + [anon_sym_DOT] = ACTIONS(4157), + [anon_sym_SEMI] = ACTIONS(4159), + [anon_sym_get] = ACTIONS(4157), + [anon_sym_set] = ACTIONS(4157), + [anon_sym_this] = ACTIONS(4157), + [anon_sym_super] = ACTIONS(4157), + [anon_sym_STAR] = ACTIONS(4159), + [sym_label] = ACTIONS(4157), + [anon_sym_in] = ACTIONS(4157), + [anon_sym_DOT_DOT] = ACTIONS(4159), + [anon_sym_QMARK_COLON] = ACTIONS(4159), + [anon_sym_AMP_AMP] = ACTIONS(4159), + [anon_sym_PIPE_PIPE] = ACTIONS(4159), + [anon_sym_null] = ACTIONS(4157), + [anon_sym_if] = ACTIONS(4157), + [anon_sym_else] = ACTIONS(4157), + [anon_sym_when] = ACTIONS(4157), + [anon_sym_try] = ACTIONS(4157), + [anon_sym_throw] = ACTIONS(4157), + [anon_sym_return] = ACTIONS(4157), + [anon_sym_continue] = ACTIONS(4157), + [anon_sym_break] = ACTIONS(4157), + [anon_sym_COLON_COLON] = ACTIONS(4159), + [anon_sym_BANG_EQ] = ACTIONS(4157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4159), + [anon_sym_EQ_EQ] = ACTIONS(4157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4159), + [anon_sym_LT_EQ] = ACTIONS(4159), + [anon_sym_GT_EQ] = ACTIONS(4159), + [anon_sym_BANGin] = ACTIONS(4159), + [anon_sym_is] = ACTIONS(4157), + [anon_sym_BANGis] = ACTIONS(4159), + [anon_sym_PLUS] = ACTIONS(4157), + [anon_sym_DASH] = ACTIONS(4157), + [anon_sym_SLASH] = ACTIONS(4157), + [anon_sym_PERCENT] = ACTIONS(4159), + [anon_sym_as_QMARK] = ACTIONS(4159), + [anon_sym_PLUS_PLUS] = ACTIONS(4159), + [anon_sym_DASH_DASH] = ACTIONS(4159), + [anon_sym_BANG] = ACTIONS(4157), + [anon_sym_BANG_BANG] = ACTIONS(4159), + [anon_sym_data] = ACTIONS(4157), + [anon_sym_inner] = ACTIONS(4157), + [anon_sym_value] = ACTIONS(4157), + [anon_sym_expect] = ACTIONS(4157), + [anon_sym_actual] = ACTIONS(4157), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4159), + [anon_sym_continue_AT] = ACTIONS(4159), + [anon_sym_break_AT] = ACTIONS(4159), + [anon_sym_this_AT] = ACTIONS(4159), + [anon_sym_super_AT] = ACTIONS(4159), + [sym_real_literal] = ACTIONS(4159), + [sym_integer_literal] = ACTIONS(4157), + [sym_hex_literal] = ACTIONS(4159), + [sym_bin_literal] = ACTIONS(4159), + [anon_sym_true] = ACTIONS(4157), + [anon_sym_false] = ACTIONS(4157), + [anon_sym_SQUOTE] = ACTIONS(4159), + [sym__backtick_identifier] = ACTIONS(4159), + [sym__automatic_semicolon] = ACTIONS(4159), + [sym_safe_nav] = ACTIONS(4159), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4159), + }, + [3342] = { + [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_by] = ACTIONS(4730), + [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_value] = 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), }, - [3431] = { - [sym_type_constraints] = STATE(3633), - [sym_function_body] = STATE(3982), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), + [3343] = { + [sym_type_constraints] = STATE(3770), + [sym_function_body] = STATE(3472), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_COLON] = ACTIONS(6782), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_RPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_while] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), [sym_multiline_comment] = ACTIONS(3), }, - [3432] = { - [sym_type_constraints] = STATE(3631), - [sym_function_body] = STATE(3942), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [sym_label] = ACTIONS(4297), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), + [3344] = { + [sym_type_constraints] = STATE(3766), + [sym_function_body] = STATE(3487), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(6786), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_RPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_while] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + }, + [3345] = { + [sym_type_constraints] = STATE(3759), + [sym_function_body] = STATE(3504), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_COLON] = ACTIONS(6788), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_RPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_while] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + }, + [3346] = { + [sym_type_constraints] = STATE(3755), + [sym_function_body] = STATE(3527), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_COLON] = ACTIONS(6790), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_RPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [sym_label] = ACTIONS(4153), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_while] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + }, + [3347] = { + [sym_type_constraints] = STATE(3754), + [sym_function_body] = STATE(3549), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4157), + [anon_sym_AT] = ACTIONS(4159), + [anon_sym_COLON] = ACTIONS(6792), + [anon_sym_LBRACK] = ACTIONS(4159), + [anon_sym_as] = ACTIONS(4157), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4159), + [anon_sym_LPAREN] = ACTIONS(4159), + [anon_sym_RPAREN] = ACTIONS(4159), + [anon_sym_LT] = ACTIONS(4157), + [anon_sym_GT] = ACTIONS(4157), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4157), + [anon_sym_SEMI] = ACTIONS(4159), + [anon_sym_get] = ACTIONS(4157), + [anon_sym_set] = ACTIONS(4157), + [anon_sym_STAR] = ACTIONS(4157), + [sym_label] = ACTIONS(4159), + [anon_sym_in] = ACTIONS(4157), + [anon_sym_while] = ACTIONS(4157), + [anon_sym_DOT_DOT] = ACTIONS(4159), + [anon_sym_QMARK_COLON] = ACTIONS(4159), + [anon_sym_AMP_AMP] = ACTIONS(4159), + [anon_sym_PIPE_PIPE] = ACTIONS(4159), + [anon_sym_else] = ACTIONS(4157), + [anon_sym_COLON_COLON] = ACTIONS(4159), + [anon_sym_PLUS_EQ] = ACTIONS(4159), + [anon_sym_DASH_EQ] = ACTIONS(4159), + [anon_sym_STAR_EQ] = ACTIONS(4159), + [anon_sym_SLASH_EQ] = ACTIONS(4159), + [anon_sym_PERCENT_EQ] = ACTIONS(4159), + [anon_sym_BANG_EQ] = ACTIONS(4157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4159), + [anon_sym_EQ_EQ] = ACTIONS(4157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4159), + [anon_sym_LT_EQ] = ACTIONS(4159), + [anon_sym_GT_EQ] = ACTIONS(4159), + [anon_sym_BANGin] = ACTIONS(4159), + [anon_sym_is] = ACTIONS(4157), + [anon_sym_BANGis] = ACTIONS(4159), + [anon_sym_PLUS] = ACTIONS(4157), + [anon_sym_DASH] = ACTIONS(4157), + [anon_sym_SLASH] = ACTIONS(4157), + [anon_sym_PERCENT] = ACTIONS(4157), + [anon_sym_as_QMARK] = ACTIONS(4159), + [anon_sym_PLUS_PLUS] = ACTIONS(4159), + [anon_sym_DASH_DASH] = ACTIONS(4159), + [anon_sym_BANG_BANG] = ACTIONS(4159), + [anon_sym_suspend] = ACTIONS(4157), + [anon_sym_sealed] = ACTIONS(4157), + [anon_sym_annotation] = ACTIONS(4157), + [anon_sym_data] = ACTIONS(4157), + [anon_sym_inner] = ACTIONS(4157), + [anon_sym_value] = ACTIONS(4157), + [anon_sym_override] = ACTIONS(4157), + [anon_sym_lateinit] = ACTIONS(4157), + [anon_sym_public] = ACTIONS(4157), + [anon_sym_private] = ACTIONS(4157), + [anon_sym_internal] = ACTIONS(4157), + [anon_sym_protected] = ACTIONS(4157), + [anon_sym_tailrec] = ACTIONS(4157), + [anon_sym_operator] = ACTIONS(4157), + [anon_sym_infix] = ACTIONS(4157), + [anon_sym_inline] = ACTIONS(4157), + [anon_sym_external] = ACTIONS(4157), + [sym_property_modifier] = ACTIONS(4157), + [anon_sym_abstract] = ACTIONS(4157), + [anon_sym_final] = ACTIONS(4157), + [anon_sym_open] = ACTIONS(4157), + [anon_sym_vararg] = ACTIONS(4157), + [anon_sym_noinline] = ACTIONS(4157), + [anon_sym_crossinline] = ACTIONS(4157), + [anon_sym_expect] = ACTIONS(4157), + [anon_sym_actual] = ACTIONS(4157), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4159), + [sym_safe_nav] = ACTIONS(4159), + [sym_multiline_comment] = ACTIONS(3), + }, + [3348] = { + [sym_enum_class_body] = STATE(3467), + [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(5572), + [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_value] = 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_multiline_comment] = ACTIONS(3), + }, + [3349] = { + [sym__alpha_identifier] = ACTIONS(4653), + [anon_sym_AT] = ACTIONS(4655), + [anon_sym_COLON] = ACTIONS(4653), + [anon_sym_LBRACK] = ACTIONS(4655), + [anon_sym_RBRACK] = ACTIONS(4655), + [anon_sym_as] = ACTIONS(4653), + [anon_sym_EQ] = ACTIONS(4653), + [anon_sym_LBRACE] = ACTIONS(4655), + [anon_sym_RBRACE] = ACTIONS(4655), + [anon_sym_LPAREN] = ACTIONS(4655), + [anon_sym_COMMA] = ACTIONS(4655), + [anon_sym_RPAREN] = ACTIONS(4655), + [anon_sym_LT] = ACTIONS(4653), + [anon_sym_GT] = ACTIONS(4653), + [anon_sym_where] = ACTIONS(4653), + [anon_sym_DOT] = ACTIONS(4653), + [anon_sym_SEMI] = ACTIONS(4655), + [anon_sym_get] = ACTIONS(4653), + [anon_sym_set] = ACTIONS(4653), + [anon_sym_STAR] = ACTIONS(4653), + [anon_sym_DASH_GT] = ACTIONS(4655), + [sym_label] = ACTIONS(4655), + [anon_sym_in] = ACTIONS(4653), + [anon_sym_while] = ACTIONS(4653), + [anon_sym_DOT_DOT] = ACTIONS(4655), + [anon_sym_QMARK_COLON] = ACTIONS(4655), + [anon_sym_AMP_AMP] = ACTIONS(4655), + [anon_sym_PIPE_PIPE] = ACTIONS(4655), + [anon_sym_else] = ACTIONS(4653), + [anon_sym_COLON_COLON] = ACTIONS(4655), + [anon_sym_PLUS_EQ] = ACTIONS(4655), + [anon_sym_DASH_EQ] = ACTIONS(4655), + [anon_sym_STAR_EQ] = ACTIONS(4655), + [anon_sym_SLASH_EQ] = ACTIONS(4655), + [anon_sym_PERCENT_EQ] = ACTIONS(4655), + [anon_sym_BANG_EQ] = ACTIONS(4653), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4655), + [anon_sym_EQ_EQ] = ACTIONS(4653), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4655), + [anon_sym_LT_EQ] = ACTIONS(4655), + [anon_sym_GT_EQ] = ACTIONS(4655), + [anon_sym_BANGin] = ACTIONS(4655), + [anon_sym_is] = ACTIONS(4653), + [anon_sym_BANGis] = ACTIONS(4655), + [anon_sym_PLUS] = ACTIONS(4653), + [anon_sym_DASH] = ACTIONS(4653), + [anon_sym_SLASH] = ACTIONS(4653), + [anon_sym_PERCENT] = ACTIONS(4653), + [anon_sym_as_QMARK] = ACTIONS(4655), + [anon_sym_PLUS_PLUS] = ACTIONS(4655), + [anon_sym_DASH_DASH] = ACTIONS(4655), + [anon_sym_BANG_BANG] = ACTIONS(4655), + [anon_sym_suspend] = ACTIONS(4653), + [anon_sym_sealed] = ACTIONS(4653), + [anon_sym_annotation] = ACTIONS(4653), + [anon_sym_data] = ACTIONS(4653), + [anon_sym_inner] = ACTIONS(4653), + [anon_sym_value] = ACTIONS(4653), + [anon_sym_override] = ACTIONS(4653), + [anon_sym_lateinit] = ACTIONS(4653), + [anon_sym_public] = ACTIONS(4653), + [anon_sym_private] = ACTIONS(4653), + [anon_sym_internal] = ACTIONS(4653), + [anon_sym_protected] = ACTIONS(4653), + [anon_sym_tailrec] = ACTIONS(4653), + [anon_sym_operator] = ACTIONS(4653), + [anon_sym_infix] = ACTIONS(4653), + [anon_sym_inline] = ACTIONS(4653), + [anon_sym_external] = ACTIONS(4653), + [sym_property_modifier] = ACTIONS(4653), + [anon_sym_abstract] = ACTIONS(4653), + [anon_sym_final] = ACTIONS(4653), + [anon_sym_open] = ACTIONS(4653), + [anon_sym_vararg] = ACTIONS(4653), + [anon_sym_noinline] = ACTIONS(4653), + [anon_sym_crossinline] = ACTIONS(4653), + [anon_sym_expect] = ACTIONS(4653), + [anon_sym_actual] = ACTIONS(4653), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4655), + [sym_safe_nav] = ACTIONS(4655), + [sym_multiline_comment] = ACTIONS(3), + }, + [3350] = { + [sym__alpha_identifier] = ACTIONS(4700), + [anon_sym_AT] = ACTIONS(4702), + [anon_sym_LBRACK] = ACTIONS(4702), + [anon_sym_RBRACK] = 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_RPAREN] = 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), + [anon_sym_DASH_GT] = ACTIONS(4702), + [sym_label] = ACTIONS(4702), + [anon_sym_in] = ACTIONS(4700), + [anon_sym_while] = 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_value] = 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_safe_nav] = ACTIONS(4702), + [sym_multiline_comment] = ACTIONS(3), + }, + [3351] = { + [sym_class_body] = STATE(3477), + [sym__alpha_identifier] = ACTIONS(4692), + [anon_sym_AT] = ACTIONS(4694), + [anon_sym_LBRACK] = ACTIONS(4694), + [anon_sym_RBRACK] = ACTIONS(4694), + [anon_sym_as] = ACTIONS(4692), + [anon_sym_EQ] = ACTIONS(4692), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4694), + [anon_sym_LPAREN] = ACTIONS(4694), + [anon_sym_COMMA] = ACTIONS(4694), + [anon_sym_RPAREN] = ACTIONS(4694), + [anon_sym_LT] = ACTIONS(4692), + [anon_sym_GT] = ACTIONS(4692), + [anon_sym_where] = ACTIONS(4692), + [anon_sym_DOT] = ACTIONS(4692), + [anon_sym_SEMI] = ACTIONS(4694), + [anon_sym_get] = ACTIONS(4692), + [anon_sym_set] = ACTIONS(4692), + [anon_sym_STAR] = ACTIONS(4692), + [anon_sym_DASH_GT] = ACTIONS(4694), + [sym_label] = ACTIONS(4694), + [anon_sym_in] = ACTIONS(4692), + [anon_sym_while] = ACTIONS(4692), + [anon_sym_DOT_DOT] = ACTIONS(4694), + [anon_sym_QMARK_COLON] = ACTIONS(4694), + [anon_sym_AMP_AMP] = ACTIONS(4694), + [anon_sym_PIPE_PIPE] = ACTIONS(4694), + [anon_sym_else] = ACTIONS(4692), + [anon_sym_COLON_COLON] = ACTIONS(4694), + [anon_sym_PLUS_EQ] = ACTIONS(4694), + [anon_sym_DASH_EQ] = ACTIONS(4694), + [anon_sym_STAR_EQ] = ACTIONS(4694), + [anon_sym_SLASH_EQ] = ACTIONS(4694), + [anon_sym_PERCENT_EQ] = ACTIONS(4694), + [anon_sym_BANG_EQ] = ACTIONS(4692), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4694), + [anon_sym_EQ_EQ] = ACTIONS(4692), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4694), + [anon_sym_LT_EQ] = ACTIONS(4694), + [anon_sym_GT_EQ] = ACTIONS(4694), + [anon_sym_BANGin] = ACTIONS(4694), + [anon_sym_is] = ACTIONS(4692), + [anon_sym_BANGis] = ACTIONS(4694), + [anon_sym_PLUS] = ACTIONS(4692), + [anon_sym_DASH] = ACTIONS(4692), + [anon_sym_SLASH] = ACTIONS(4692), + [anon_sym_PERCENT] = ACTIONS(4692), + [anon_sym_as_QMARK] = ACTIONS(4694), + [anon_sym_PLUS_PLUS] = ACTIONS(4694), + [anon_sym_DASH_DASH] = ACTIONS(4694), + [anon_sym_BANG_BANG] = ACTIONS(4694), + [anon_sym_suspend] = ACTIONS(4692), + [anon_sym_sealed] = ACTIONS(4692), + [anon_sym_annotation] = ACTIONS(4692), + [anon_sym_data] = ACTIONS(4692), + [anon_sym_inner] = ACTIONS(4692), + [anon_sym_value] = ACTIONS(4692), + [anon_sym_override] = ACTIONS(4692), + [anon_sym_lateinit] = ACTIONS(4692), + [anon_sym_public] = ACTIONS(4692), + [anon_sym_private] = ACTIONS(4692), + [anon_sym_internal] = ACTIONS(4692), + [anon_sym_protected] = ACTIONS(4692), + [anon_sym_tailrec] = ACTIONS(4692), + [anon_sym_operator] = ACTIONS(4692), + [anon_sym_infix] = ACTIONS(4692), + [anon_sym_inline] = ACTIONS(4692), + [anon_sym_external] = ACTIONS(4692), + [sym_property_modifier] = ACTIONS(4692), + [anon_sym_abstract] = ACTIONS(4692), + [anon_sym_final] = ACTIONS(4692), + [anon_sym_open] = ACTIONS(4692), + [anon_sym_vararg] = ACTIONS(4692), + [anon_sym_noinline] = ACTIONS(4692), + [anon_sym_crossinline] = ACTIONS(4692), + [anon_sym_expect] = ACTIONS(4692), + [anon_sym_actual] = ACTIONS(4692), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4694), + [sym_safe_nav] = ACTIONS(4694), + [sym_multiline_comment] = ACTIONS(3), + }, + [3352] = { + [sym_type_arguments] = STATE(6556), + [sym__alpha_identifier] = ACTIONS(4163), + [anon_sym_AT] = ACTIONS(4165), + [anon_sym_COLON] = ACTIONS(6794), + [anon_sym_LBRACK] = ACTIONS(4165), + [anon_sym_as] = ACTIONS(4163), + [anon_sym_EQ] = ACTIONS(4163), + [anon_sym_LBRACE] = ACTIONS(4165), + [anon_sym_RBRACE] = ACTIONS(4165), + [anon_sym_LPAREN] = ACTIONS(4165), + [anon_sym_COMMA] = ACTIONS(4165), + [anon_sym_by] = ACTIONS(4163), + [anon_sym_LT] = ACTIONS(4163), + [anon_sym_GT] = ACTIONS(4163), + [anon_sym_where] = ACTIONS(4163), + [anon_sym_DOT] = ACTIONS(4163), + [anon_sym_SEMI] = ACTIONS(4165), + [anon_sym_get] = ACTIONS(4163), + [anon_sym_set] = ACTIONS(4163), + [sym__quest] = ACTIONS(4169), + [anon_sym_STAR] = ACTIONS(4163), + [sym_label] = ACTIONS(4165), + [anon_sym_in] = ACTIONS(4163), + [anon_sym_DOT_DOT] = ACTIONS(4165), + [anon_sym_QMARK_COLON] = ACTIONS(4165), + [anon_sym_AMP_AMP] = ACTIONS(4165), + [anon_sym_PIPE_PIPE] = ACTIONS(4165), + [anon_sym_else] = ACTIONS(4163), + [anon_sym_COLON_COLON] = ACTIONS(4165), + [anon_sym_PLUS_EQ] = ACTIONS(4165), + [anon_sym_DASH_EQ] = ACTIONS(4165), + [anon_sym_STAR_EQ] = ACTIONS(4165), + [anon_sym_SLASH_EQ] = ACTIONS(4165), + [anon_sym_PERCENT_EQ] = ACTIONS(4165), + [anon_sym_BANG_EQ] = ACTIONS(4163), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4165), + [anon_sym_EQ_EQ] = ACTIONS(4163), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4165), + [anon_sym_LT_EQ] = ACTIONS(4165), + [anon_sym_GT_EQ] = ACTIONS(4165), + [anon_sym_BANGin] = ACTIONS(4165), + [anon_sym_is] = ACTIONS(4163), + [anon_sym_BANGis] = ACTIONS(4165), + [anon_sym_PLUS] = ACTIONS(4163), + [anon_sym_DASH] = ACTIONS(4163), + [anon_sym_SLASH] = ACTIONS(4163), + [anon_sym_PERCENT] = ACTIONS(4163), + [anon_sym_as_QMARK] = ACTIONS(4165), + [anon_sym_PLUS_PLUS] = ACTIONS(4165), + [anon_sym_DASH_DASH] = ACTIONS(4165), + [anon_sym_BANG_BANG] = ACTIONS(4165), + [anon_sym_suspend] = ACTIONS(4163), + [anon_sym_sealed] = ACTIONS(4163), + [anon_sym_annotation] = ACTIONS(4163), + [anon_sym_data] = ACTIONS(4163), + [anon_sym_inner] = ACTIONS(4163), + [anon_sym_value] = ACTIONS(4163), + [anon_sym_override] = ACTIONS(4163), + [anon_sym_lateinit] = ACTIONS(4163), + [anon_sym_public] = ACTIONS(4163), + [anon_sym_private] = ACTIONS(4163), + [anon_sym_internal] = ACTIONS(4163), + [anon_sym_protected] = ACTIONS(4163), + [anon_sym_tailrec] = ACTIONS(4163), + [anon_sym_operator] = ACTIONS(4163), + [anon_sym_infix] = ACTIONS(4163), + [anon_sym_inline] = ACTIONS(4163), + [anon_sym_external] = ACTIONS(4163), + [sym_property_modifier] = ACTIONS(4163), + [anon_sym_abstract] = ACTIONS(4163), + [anon_sym_final] = ACTIONS(4163), + [anon_sym_open] = ACTIONS(4163), + [anon_sym_vararg] = ACTIONS(4163), + [anon_sym_noinline] = ACTIONS(4163), + [anon_sym_crossinline] = ACTIONS(4163), + [anon_sym_expect] = ACTIONS(4163), + [anon_sym_actual] = ACTIONS(4163), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4165), + [sym__automatic_semicolon] = ACTIONS(4165), + [sym_safe_nav] = ACTIONS(4165), + [sym_multiline_comment] = ACTIONS(3), + }, + [3353] = { + [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_by] = ACTIONS(4744), + [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_value] = 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), + }, + [3354] = { + [sym_type_constraints] = STATE(3676), + [sym_function_body] = STATE(4033), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4157), + [anon_sym_AT] = ACTIONS(4159), + [anon_sym_COLON] = ACTIONS(6796), + [anon_sym_LBRACK] = ACTIONS(4159), + [anon_sym_as] = ACTIONS(4157), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4159), + [anon_sym_LPAREN] = ACTIONS(4159), + [anon_sym_COMMA] = ACTIONS(4159), + [anon_sym_LT] = ACTIONS(4157), + [anon_sym_GT] = ACTIONS(4157), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4157), + [anon_sym_SEMI] = ACTIONS(4159), + [anon_sym_get] = ACTIONS(4157), + [anon_sym_set] = ACTIONS(4157), + [anon_sym_STAR] = ACTIONS(4157), + [sym_label] = ACTIONS(4159), + [anon_sym_in] = ACTIONS(4157), + [anon_sym_DOT_DOT] = ACTIONS(4159), + [anon_sym_QMARK_COLON] = ACTIONS(4159), + [anon_sym_AMP_AMP] = ACTIONS(4159), + [anon_sym_PIPE_PIPE] = ACTIONS(4159), + [anon_sym_else] = ACTIONS(4157), + [anon_sym_COLON_COLON] = ACTIONS(4159), + [anon_sym_PLUS_EQ] = ACTIONS(4159), + [anon_sym_DASH_EQ] = ACTIONS(4159), + [anon_sym_STAR_EQ] = ACTIONS(4159), + [anon_sym_SLASH_EQ] = ACTIONS(4159), + [anon_sym_PERCENT_EQ] = ACTIONS(4159), + [anon_sym_BANG_EQ] = ACTIONS(4157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4159), + [anon_sym_EQ_EQ] = ACTIONS(4157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4159), + [anon_sym_LT_EQ] = ACTIONS(4159), + [anon_sym_GT_EQ] = ACTIONS(4159), + [anon_sym_BANGin] = ACTIONS(4159), + [anon_sym_is] = ACTIONS(4157), + [anon_sym_BANGis] = ACTIONS(4159), + [anon_sym_PLUS] = ACTIONS(4157), + [anon_sym_DASH] = ACTIONS(4157), + [anon_sym_SLASH] = ACTIONS(4157), + [anon_sym_PERCENT] = ACTIONS(4157), + [anon_sym_as_QMARK] = ACTIONS(4159), + [anon_sym_PLUS_PLUS] = ACTIONS(4159), + [anon_sym_DASH_DASH] = ACTIONS(4159), + [anon_sym_BANG_BANG] = ACTIONS(4159), + [anon_sym_suspend] = ACTIONS(4157), + [anon_sym_sealed] = ACTIONS(4157), + [anon_sym_annotation] = ACTIONS(4157), + [anon_sym_data] = ACTIONS(4157), + [anon_sym_inner] = ACTIONS(4157), + [anon_sym_value] = ACTIONS(4157), + [anon_sym_override] = ACTIONS(4157), + [anon_sym_lateinit] = ACTIONS(4157), + [anon_sym_public] = ACTIONS(4157), + [anon_sym_private] = ACTIONS(4157), + [anon_sym_internal] = ACTIONS(4157), + [anon_sym_protected] = ACTIONS(4157), + [anon_sym_tailrec] = ACTIONS(4157), + [anon_sym_operator] = ACTIONS(4157), + [anon_sym_infix] = ACTIONS(4157), + [anon_sym_inline] = ACTIONS(4157), + [anon_sym_external] = ACTIONS(4157), + [sym_property_modifier] = ACTIONS(4157), + [anon_sym_abstract] = ACTIONS(4157), + [anon_sym_final] = ACTIONS(4157), + [anon_sym_open] = ACTIONS(4157), + [anon_sym_vararg] = ACTIONS(4157), + [anon_sym_noinline] = ACTIONS(4157), + [anon_sym_crossinline] = ACTIONS(4157), + [anon_sym_expect] = ACTIONS(4157), + [anon_sym_actual] = ACTIONS(4157), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4159), + [sym__automatic_semicolon] = ACTIONS(4159), + [sym_safe_nav] = ACTIONS(4159), + [sym_multiline_comment] = ACTIONS(3), + }, + [3355] = { + [sym_catch_block] = STATE(3355), + [aux_sym_try_expression_repeat1] = STATE(3355), + [sym__alpha_identifier] = ACTIONS(4175), + [anon_sym_AT] = ACTIONS(4177), + [anon_sym_LBRACK] = ACTIONS(4177), + [anon_sym_as] = ACTIONS(4175), + [anon_sym_EQ] = ACTIONS(4175), + [anon_sym_LBRACE] = ACTIONS(4177), + [anon_sym_RBRACE] = ACTIONS(4177), + [anon_sym_LPAREN] = ACTIONS(4177), + [anon_sym_COMMA] = ACTIONS(4177), + [anon_sym_LT] = ACTIONS(4175), + [anon_sym_GT] = ACTIONS(4175), + [anon_sym_where] = ACTIONS(4175), + [anon_sym_DOT] = ACTIONS(4175), + [anon_sym_SEMI] = ACTIONS(4177), + [anon_sym_get] = ACTIONS(4175), + [anon_sym_set] = ACTIONS(4175), + [anon_sym_STAR] = ACTIONS(4175), + [sym_label] = ACTIONS(4177), + [anon_sym_in] = ACTIONS(4175), + [anon_sym_DOT_DOT] = ACTIONS(4177), + [anon_sym_QMARK_COLON] = ACTIONS(4177), + [anon_sym_AMP_AMP] = ACTIONS(4177), + [anon_sym_PIPE_PIPE] = ACTIONS(4177), + [anon_sym_else] = ACTIONS(4175), + [anon_sym_catch] = ACTIONS(6798), + [anon_sym_finally] = ACTIONS(4175), + [anon_sym_COLON_COLON] = ACTIONS(4177), + [anon_sym_PLUS_EQ] = ACTIONS(4177), + [anon_sym_DASH_EQ] = ACTIONS(4177), + [anon_sym_STAR_EQ] = ACTIONS(4177), + [anon_sym_SLASH_EQ] = ACTIONS(4177), + [anon_sym_PERCENT_EQ] = ACTIONS(4177), + [anon_sym_BANG_EQ] = ACTIONS(4175), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4177), + [anon_sym_EQ_EQ] = ACTIONS(4175), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4177), + [anon_sym_LT_EQ] = ACTIONS(4177), + [anon_sym_GT_EQ] = ACTIONS(4177), + [anon_sym_BANGin] = ACTIONS(4177), + [anon_sym_is] = ACTIONS(4175), + [anon_sym_BANGis] = ACTIONS(4177), + [anon_sym_PLUS] = ACTIONS(4175), + [anon_sym_DASH] = ACTIONS(4175), + [anon_sym_SLASH] = ACTIONS(4175), + [anon_sym_PERCENT] = ACTIONS(4175), + [anon_sym_as_QMARK] = ACTIONS(4177), + [anon_sym_PLUS_PLUS] = ACTIONS(4177), + [anon_sym_DASH_DASH] = ACTIONS(4177), + [anon_sym_BANG_BANG] = ACTIONS(4177), + [anon_sym_suspend] = ACTIONS(4175), + [anon_sym_sealed] = ACTIONS(4175), + [anon_sym_annotation] = ACTIONS(4175), + [anon_sym_data] = ACTIONS(4175), + [anon_sym_inner] = ACTIONS(4175), + [anon_sym_value] = ACTIONS(4175), + [anon_sym_override] = ACTIONS(4175), + [anon_sym_lateinit] = ACTIONS(4175), + [anon_sym_public] = ACTIONS(4175), + [anon_sym_private] = ACTIONS(4175), + [anon_sym_internal] = ACTIONS(4175), + [anon_sym_protected] = ACTIONS(4175), + [anon_sym_tailrec] = ACTIONS(4175), + [anon_sym_operator] = ACTIONS(4175), + [anon_sym_infix] = ACTIONS(4175), + [anon_sym_inline] = ACTIONS(4175), + [anon_sym_external] = ACTIONS(4175), + [sym_property_modifier] = ACTIONS(4175), + [anon_sym_abstract] = ACTIONS(4175), + [anon_sym_final] = ACTIONS(4175), + [anon_sym_open] = ACTIONS(4175), + [anon_sym_vararg] = ACTIONS(4175), + [anon_sym_noinline] = ACTIONS(4175), + [anon_sym_crossinline] = ACTIONS(4175), + [anon_sym_expect] = ACTIONS(4175), + [anon_sym_actual] = ACTIONS(4175), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4177), + [sym__automatic_semicolon] = ACTIONS(4177), + [sym_safe_nav] = ACTIONS(4177), + [sym_multiline_comment] = ACTIONS(3), + }, + [3356] = { + [sym_enum_class_body] = STATE(3469), + [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(5572), + [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_value] = 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), + }, + [3357] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1988), + [sym__comparison_operator] = STATE(1989), + [sym__in_operator] = STATE(1991), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1992), + [sym__multiplicative_operator] = STATE(1993), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1994), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3148), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3148), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3148), + [anon_sym_RPAREN] = ACTIONS(3148), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(6704), + [anon_sym_where] = ACTIONS(3146), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(6708), + [anon_sym_DASH_GT] = ACTIONS(3148), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(6712), + [anon_sym_while] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(6718), + [anon_sym_PIPE_PIPE] = ACTIONS(6742), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3148), + [anon_sym_DASH_EQ] = ACTIONS(3148), + [anon_sym_STAR_EQ] = ACTIONS(3148), + [anon_sym_SLASH_EQ] = ACTIONS(3148), + [anon_sym_PERCENT_EQ] = ACTIONS(3148), + [anon_sym_BANG_EQ] = ACTIONS(6722), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6724), + [anon_sym_EQ_EQ] = ACTIONS(6722), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6724), + [anon_sym_LT_EQ] = ACTIONS(6726), + [anon_sym_GT_EQ] = ACTIONS(6726), + [anon_sym_BANGin] = ACTIONS(6728), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(6734), + [anon_sym_DASH] = ACTIONS(6734), + [anon_sym_SLASH] = ACTIONS(6708), + [anon_sym_PERCENT] = ACTIONS(6708), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [3433] = { - [sym__alpha_identifier] = ACTIONS(4267), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(6854), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4267), - [anon_sym_fun] = ACTIONS(4267), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4267), - [anon_sym_set] = ACTIONS(4267), - [anon_sym_this] = ACTIONS(4267), - [anon_sym_super] = ACTIONS(4267), - [anon_sym_STAR] = ACTIONS(4267), - [sym_label] = ACTIONS(4267), - [anon_sym_in] = ACTIONS(4267), - [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(4267), - [anon_sym_if] = ACTIONS(4267), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4267), - [anon_sym_try] = ACTIONS(4267), - [anon_sym_throw] = ACTIONS(4267), - [anon_sym_return] = ACTIONS(4267), - [anon_sym_continue] = ACTIONS(4267), - [anon_sym_break] = ACTIONS(4267), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4267), - [anon_sym_DASH] = ACTIONS(4267), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4265), - [anon_sym_DASH_DASH] = ACTIONS(4265), - [anon_sym_BANG] = ACTIONS(4267), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_data] = ACTIONS(4267), - [anon_sym_inner] = ACTIONS(4267), - [anon_sym_value] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4267), - [anon_sym_actual] = ACTIONS(4267), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4265), - [anon_sym_continue_AT] = ACTIONS(4265), - [anon_sym_break_AT] = ACTIONS(4265), - [anon_sym_this_AT] = ACTIONS(4265), - [anon_sym_super_AT] = ACTIONS(4265), - [sym_real_literal] = ACTIONS(4265), - [sym_integer_literal] = ACTIONS(4267), - [sym_hex_literal] = ACTIONS(4265), - [sym_bin_literal] = ACTIONS(4265), - [anon_sym_true] = ACTIONS(4267), - [anon_sym_false] = ACTIONS(4267), - [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), + [3358] = { + [sym_class_body] = STATE(3475), + [sym__alpha_identifier] = ACTIONS(4489), + [anon_sym_AT] = ACTIONS(4491), + [anon_sym_LBRACK] = ACTIONS(4491), + [anon_sym_RBRACK] = ACTIONS(4491), + [anon_sym_as] = ACTIONS(4489), + [anon_sym_EQ] = ACTIONS(4489), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4491), + [anon_sym_LPAREN] = ACTIONS(4491), + [anon_sym_COMMA] = ACTIONS(4491), + [anon_sym_RPAREN] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4489), + [anon_sym_GT] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(4489), + [anon_sym_DOT] = ACTIONS(4489), + [anon_sym_SEMI] = ACTIONS(4491), + [anon_sym_get] = ACTIONS(4489), + [anon_sym_set] = ACTIONS(4489), + [anon_sym_STAR] = ACTIONS(4489), + [anon_sym_DASH_GT] = ACTIONS(4491), + [sym_label] = ACTIONS(4491), + [anon_sym_in] = ACTIONS(4489), + [anon_sym_while] = ACTIONS(4489), + [anon_sym_DOT_DOT] = ACTIONS(4491), + [anon_sym_QMARK_COLON] = ACTIONS(4491), + [anon_sym_AMP_AMP] = ACTIONS(4491), + [anon_sym_PIPE_PIPE] = ACTIONS(4491), + [anon_sym_else] = ACTIONS(4489), + [anon_sym_COLON_COLON] = ACTIONS(4491), + [anon_sym_PLUS_EQ] = ACTIONS(4491), + [anon_sym_DASH_EQ] = ACTIONS(4491), + [anon_sym_STAR_EQ] = ACTIONS(4491), + [anon_sym_SLASH_EQ] = ACTIONS(4491), + [anon_sym_PERCENT_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4491), + [anon_sym_LT_EQ] = ACTIONS(4491), + [anon_sym_GT_EQ] = ACTIONS(4491), + [anon_sym_BANGin] = ACTIONS(4491), + [anon_sym_is] = ACTIONS(4489), + [anon_sym_BANGis] = ACTIONS(4491), + [anon_sym_PLUS] = ACTIONS(4489), + [anon_sym_DASH] = ACTIONS(4489), + [anon_sym_SLASH] = ACTIONS(4489), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4491), + [anon_sym_DASH_DASH] = ACTIONS(4491), + [anon_sym_BANG_BANG] = ACTIONS(4491), + [anon_sym_suspend] = ACTIONS(4489), + [anon_sym_sealed] = ACTIONS(4489), + [anon_sym_annotation] = ACTIONS(4489), + [anon_sym_data] = ACTIONS(4489), + [anon_sym_inner] = ACTIONS(4489), + [anon_sym_value] = ACTIONS(4489), + [anon_sym_override] = ACTIONS(4489), + [anon_sym_lateinit] = ACTIONS(4489), + [anon_sym_public] = ACTIONS(4489), + [anon_sym_private] = ACTIONS(4489), + [anon_sym_internal] = ACTIONS(4489), + [anon_sym_protected] = ACTIONS(4489), + [anon_sym_tailrec] = ACTIONS(4489), + [anon_sym_operator] = ACTIONS(4489), + [anon_sym_infix] = ACTIONS(4489), + [anon_sym_inline] = ACTIONS(4489), + [anon_sym_external] = ACTIONS(4489), + [sym_property_modifier] = ACTIONS(4489), + [anon_sym_abstract] = ACTIONS(4489), + [anon_sym_final] = ACTIONS(4489), + [anon_sym_open] = ACTIONS(4489), + [anon_sym_vararg] = ACTIONS(4489), + [anon_sym_noinline] = ACTIONS(4489), + [anon_sym_crossinline] = ACTIONS(4489), + [anon_sym_expect] = ACTIONS(4489), + [anon_sym_actual] = ACTIONS(4489), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4491), + [sym_safe_nav] = ACTIONS(4491), + [sym_multiline_comment] = ACTIONS(3), }, - [3434] = { - [sym__alpha_identifier] = ACTIONS(4289), - [anon_sym_AT] = ACTIONS(4287), - [anon_sym_LBRACK] = ACTIONS(4287), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_EQ] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4287), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(6856), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4289), - [anon_sym_fun] = ACTIONS(4289), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4289), - [anon_sym_set] = ACTIONS(4289), - [anon_sym_this] = ACTIONS(4289), - [anon_sym_super] = ACTIONS(4289), - [anon_sym_STAR] = ACTIONS(4289), - [sym_label] = ACTIONS(4289), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4289), - [anon_sym_if] = ACTIONS(4289), - [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4289), - [anon_sym_try] = ACTIONS(4289), - [anon_sym_throw] = ACTIONS(4289), - [anon_sym_return] = ACTIONS(4289), - [anon_sym_continue] = ACTIONS(4289), - [anon_sym_break] = ACTIONS(4289), - [anon_sym_COLON_COLON] = ACTIONS(4287), - [anon_sym_PLUS_EQ] = ACTIONS(4287), - [anon_sym_DASH_EQ] = ACTIONS(4287), - [anon_sym_STAR_EQ] = ACTIONS(4287), - [anon_sym_SLASH_EQ] = ACTIONS(4287), - [anon_sym_PERCENT_EQ] = ACTIONS(4287), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4289), - [anon_sym_DASH] = ACTIONS(4289), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4289), - [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4287), - [anon_sym_DASH_DASH] = ACTIONS(4287), - [anon_sym_BANG] = ACTIONS(4289), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_data] = ACTIONS(4289), - [anon_sym_inner] = ACTIONS(4289), - [anon_sym_value] = ACTIONS(4289), - [anon_sym_expect] = ACTIONS(4289), - [anon_sym_actual] = ACTIONS(4289), + [3359] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1988), + [sym__comparison_operator] = STATE(1989), + [sym__in_operator] = STATE(1991), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1992), + [sym__multiplicative_operator] = STATE(1993), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1994), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3097), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3095), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_RPAREN] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(6704), + [anon_sym_where] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(6708), + [anon_sym_DASH_GT] = ACTIONS(3097), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(6712), + [anon_sym_while] = ACTIONS(3095), + [anon_sym_DOT_DOT] = ACTIONS(6714), + [anon_sym_QMARK_COLON] = ACTIONS(6716), + [anon_sym_AMP_AMP] = ACTIONS(6718), + [anon_sym_PIPE_PIPE] = ACTIONS(6742), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(6722), + [anon_sym_BANG_EQ_EQ] = ACTIONS(6724), + [anon_sym_EQ_EQ] = ACTIONS(6722), + [anon_sym_EQ_EQ_EQ] = ACTIONS(6724), + [anon_sym_LT_EQ] = ACTIONS(6726), + [anon_sym_GT_EQ] = ACTIONS(6726), + [anon_sym_BANGin] = ACTIONS(6728), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(6734), + [anon_sym_DASH] = ACTIONS(6734), + [anon_sym_SLASH] = ACTIONS(6708), + [anon_sym_PERCENT] = ACTIONS(6708), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4287), - [anon_sym_continue_AT] = ACTIONS(4287), - [anon_sym_break_AT] = ACTIONS(4287), - [anon_sym_this_AT] = ACTIONS(4287), - [anon_sym_super_AT] = ACTIONS(4287), - [sym_real_literal] = ACTIONS(4287), - [sym_integer_literal] = ACTIONS(4289), - [sym_hex_literal] = ACTIONS(4287), - [sym_bin_literal] = ACTIONS(4287), - [anon_sym_true] = ACTIONS(4289), - [anon_sym_false] = ACTIONS(4289), - [anon_sym_SQUOTE] = ACTIONS(4287), - [sym__backtick_identifier] = ACTIONS(4287), - [sym__automatic_semicolon] = ACTIONS(4287), - [sym_safe_nav] = ACTIONS(4287), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4287), }, - [3435] = { - [sym__alpha_identifier] = ACTIONS(4946), - [anon_sym_AT] = ACTIONS(4948), - [anon_sym_LBRACK] = ACTIONS(4948), - [anon_sym_RBRACK] = ACTIONS(4948), - [anon_sym_as] = ACTIONS(4946), - [anon_sym_EQ] = ACTIONS(4946), - [anon_sym_LBRACE] = ACTIONS(4948), - [anon_sym_RBRACE] = ACTIONS(4948), - [anon_sym_LPAREN] = ACTIONS(4948), - [anon_sym_COMMA] = ACTIONS(4948), - [anon_sym_RPAREN] = ACTIONS(4948), - [anon_sym_LT] = ACTIONS(4946), - [anon_sym_GT] = ACTIONS(4946), - [anon_sym_where] = ACTIONS(4946), - [anon_sym_DOT] = ACTIONS(4946), - [anon_sym_SEMI] = ACTIONS(4948), - [anon_sym_get] = ACTIONS(4946), - [anon_sym_set] = ACTIONS(4946), - [anon_sym_STAR] = ACTIONS(4946), - [anon_sym_DASH_GT] = ACTIONS(4948), - [sym_label] = ACTIONS(4948), - [anon_sym_in] = ACTIONS(4946), - [anon_sym_while] = ACTIONS(4946), - [anon_sym_DOT_DOT] = ACTIONS(4948), - [anon_sym_QMARK_COLON] = ACTIONS(4948), - [anon_sym_AMP_AMP] = ACTIONS(4948), - [anon_sym_PIPE_PIPE] = ACTIONS(4948), - [anon_sym_else] = ACTIONS(4946), - [anon_sym_COLON_COLON] = ACTIONS(4948), - [anon_sym_PLUS_EQ] = ACTIONS(4948), - [anon_sym_DASH_EQ] = ACTIONS(4948), - [anon_sym_STAR_EQ] = ACTIONS(4948), - [anon_sym_SLASH_EQ] = ACTIONS(4948), - [anon_sym_PERCENT_EQ] = ACTIONS(4948), - [anon_sym_BANG_EQ] = ACTIONS(4946), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4948), - [anon_sym_EQ_EQ] = ACTIONS(4946), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4948), - [anon_sym_LT_EQ] = ACTIONS(4948), - [anon_sym_GT_EQ] = ACTIONS(4948), - [anon_sym_BANGin] = ACTIONS(4948), - [anon_sym_is] = ACTIONS(4946), - [anon_sym_BANGis] = ACTIONS(4948), - [anon_sym_PLUS] = ACTIONS(4946), - [anon_sym_DASH] = ACTIONS(4946), - [anon_sym_SLASH] = ACTIONS(4946), - [anon_sym_PERCENT] = ACTIONS(4946), - [anon_sym_as_QMARK] = ACTIONS(4948), - [anon_sym_PLUS_PLUS] = ACTIONS(4948), - [anon_sym_DASH_DASH] = ACTIONS(4948), - [anon_sym_BANG_BANG] = ACTIONS(4948), - [anon_sym_suspend] = ACTIONS(4946), - [anon_sym_sealed] = ACTIONS(4946), - [anon_sym_annotation] = ACTIONS(4946), - [anon_sym_data] = ACTIONS(4946), - [anon_sym_inner] = ACTIONS(4946), - [anon_sym_value] = ACTIONS(4946), - [anon_sym_override] = ACTIONS(4946), - [anon_sym_lateinit] = ACTIONS(4946), - [anon_sym_public] = ACTIONS(4946), - [anon_sym_private] = ACTIONS(4946), - [anon_sym_internal] = ACTIONS(4946), - [anon_sym_protected] = ACTIONS(4946), - [anon_sym_tailrec] = ACTIONS(4946), - [anon_sym_operator] = ACTIONS(4946), - [anon_sym_infix] = ACTIONS(4946), - [anon_sym_inline] = ACTIONS(4946), - [anon_sym_external] = ACTIONS(4946), - [sym_property_modifier] = ACTIONS(4946), - [anon_sym_abstract] = ACTIONS(4946), - [anon_sym_final] = ACTIONS(4946), - [anon_sym_open] = ACTIONS(4946), - [anon_sym_vararg] = ACTIONS(4946), - [anon_sym_noinline] = ACTIONS(4946), - [anon_sym_crossinline] = ACTIONS(4946), - [anon_sym_expect] = ACTIONS(4946), - [anon_sym_actual] = ACTIONS(4946), + [3360] = { + [sym_type_constraints] = STATE(3706), + [sym_function_body] = STATE(3841), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_COLON] = ACTIONS(6801), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + }, + [3361] = { + [sym_type_constraints] = STATE(3699), + [sym_function_body] = STATE(3869), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(6803), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + }, + [3362] = { + [sym_type_constraints] = STATE(3703), + [sym_function_body] = STATE(3907), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_COLON] = ACTIONS(6805), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + }, + [3363] = { + [sym__alpha_identifier] = ACTIONS(4663), + [anon_sym_AT] = ACTIONS(4665), + [anon_sym_COLON] = ACTIONS(4663), + [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_value] = 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), + }, + [3364] = { + [sym__alpha_identifier] = ACTIONS(4649), + [anon_sym_AT] = ACTIONS(4651), + [anon_sym_COLON] = ACTIONS(4649), + [anon_sym_LBRACK] = ACTIONS(4651), + [anon_sym_RBRACK] = ACTIONS(4651), + [anon_sym_as] = ACTIONS(4649), + [anon_sym_EQ] = ACTIONS(4649), + [anon_sym_LBRACE] = ACTIONS(4651), + [anon_sym_RBRACE] = ACTIONS(4651), + [anon_sym_LPAREN] = ACTIONS(4651), + [anon_sym_COMMA] = ACTIONS(4651), + [anon_sym_RPAREN] = ACTIONS(4651), + [anon_sym_LT] = ACTIONS(4649), + [anon_sym_GT] = ACTIONS(4649), + [anon_sym_where] = ACTIONS(4649), + [anon_sym_DOT] = ACTIONS(4649), + [anon_sym_SEMI] = ACTIONS(4651), + [anon_sym_get] = ACTIONS(4649), + [anon_sym_set] = ACTIONS(4649), + [anon_sym_STAR] = ACTIONS(4649), + [anon_sym_DASH_GT] = ACTIONS(4651), + [sym_label] = ACTIONS(4651), + [anon_sym_in] = ACTIONS(4649), + [anon_sym_while] = ACTIONS(4649), + [anon_sym_DOT_DOT] = ACTIONS(4651), + [anon_sym_QMARK_COLON] = ACTIONS(4651), + [anon_sym_AMP_AMP] = ACTIONS(4651), + [anon_sym_PIPE_PIPE] = ACTIONS(4651), + [anon_sym_else] = ACTIONS(4649), + [anon_sym_COLON_COLON] = ACTIONS(4651), + [anon_sym_PLUS_EQ] = ACTIONS(4651), + [anon_sym_DASH_EQ] = ACTIONS(4651), + [anon_sym_STAR_EQ] = ACTIONS(4651), + [anon_sym_SLASH_EQ] = ACTIONS(4651), + [anon_sym_PERCENT_EQ] = ACTIONS(4651), + [anon_sym_BANG_EQ] = ACTIONS(4649), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4651), + [anon_sym_EQ_EQ] = ACTIONS(4649), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4651), + [anon_sym_LT_EQ] = ACTIONS(4651), + [anon_sym_GT_EQ] = ACTIONS(4651), + [anon_sym_BANGin] = ACTIONS(4651), + [anon_sym_is] = ACTIONS(4649), + [anon_sym_BANGis] = ACTIONS(4651), + [anon_sym_PLUS] = ACTIONS(4649), + [anon_sym_DASH] = ACTIONS(4649), + [anon_sym_SLASH] = ACTIONS(4649), + [anon_sym_PERCENT] = ACTIONS(4649), + [anon_sym_as_QMARK] = ACTIONS(4651), + [anon_sym_PLUS_PLUS] = ACTIONS(4651), + [anon_sym_DASH_DASH] = ACTIONS(4651), + [anon_sym_BANG_BANG] = ACTIONS(4651), + [anon_sym_suspend] = ACTIONS(4649), + [anon_sym_sealed] = ACTIONS(4649), + [anon_sym_annotation] = ACTIONS(4649), + [anon_sym_data] = ACTIONS(4649), + [anon_sym_inner] = ACTIONS(4649), + [anon_sym_value] = ACTIONS(4649), + [anon_sym_override] = ACTIONS(4649), + [anon_sym_lateinit] = ACTIONS(4649), + [anon_sym_public] = ACTIONS(4649), + [anon_sym_private] = ACTIONS(4649), + [anon_sym_internal] = ACTIONS(4649), + [anon_sym_protected] = ACTIONS(4649), + [anon_sym_tailrec] = ACTIONS(4649), + [anon_sym_operator] = ACTIONS(4649), + [anon_sym_infix] = ACTIONS(4649), + [anon_sym_inline] = ACTIONS(4649), + [anon_sym_external] = ACTIONS(4649), + [sym_property_modifier] = ACTIONS(4649), + [anon_sym_abstract] = ACTIONS(4649), + [anon_sym_final] = ACTIONS(4649), + [anon_sym_open] = ACTIONS(4649), + [anon_sym_vararg] = ACTIONS(4649), + [anon_sym_noinline] = ACTIONS(4649), + [anon_sym_crossinline] = ACTIONS(4649), + [anon_sym_expect] = ACTIONS(4649), + [anon_sym_actual] = ACTIONS(4649), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4651), + [sym_safe_nav] = ACTIONS(4651), + [sym_multiline_comment] = ACTIONS(3), + }, + [3365] = { + [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_by] = ACTIONS(4726), + [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_value] = 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), + }, + [3366] = { + [sym_type_constraints] = STATE(3770), + [sym_function_body] = STATE(3472), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_RPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_while] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + }, + [3367] = { + [sym__alpha_identifier] = ACTIONS(4313), + [anon_sym_AT] = ACTIONS(4315), + [anon_sym_LBRACK] = ACTIONS(4315), + [anon_sym_as] = ACTIONS(4313), + [anon_sym_EQ] = ACTIONS(4313), + [anon_sym_LBRACE] = ACTIONS(4315), + [anon_sym_RBRACE] = ACTIONS(4315), + [anon_sym_LPAREN] = ACTIONS(4315), + [anon_sym_COMMA] = ACTIONS(4315), + [anon_sym_by] = ACTIONS(4313), + [anon_sym_LT] = ACTIONS(4313), + [anon_sym_GT] = ACTIONS(4313), + [anon_sym_where] = ACTIONS(4313), + [anon_sym_DOT] = ACTIONS(4313), + [anon_sym_SEMI] = ACTIONS(4315), + [anon_sym_get] = ACTIONS(4313), + [anon_sym_set] = ACTIONS(4313), + [anon_sym_AMP] = ACTIONS(6807), + [sym__quest] = ACTIONS(4313), + [anon_sym_STAR] = ACTIONS(4313), + [sym_label] = ACTIONS(4315), + [anon_sym_in] = ACTIONS(4313), + [anon_sym_DOT_DOT] = ACTIONS(4315), + [anon_sym_QMARK_COLON] = ACTIONS(4315), + [anon_sym_AMP_AMP] = ACTIONS(4315), + [anon_sym_PIPE_PIPE] = ACTIONS(4315), + [anon_sym_else] = ACTIONS(4313), + [anon_sym_COLON_COLON] = ACTIONS(4315), + [anon_sym_PLUS_EQ] = ACTIONS(4315), + [anon_sym_DASH_EQ] = ACTIONS(4315), + [anon_sym_STAR_EQ] = ACTIONS(4315), + [anon_sym_SLASH_EQ] = ACTIONS(4315), + [anon_sym_PERCENT_EQ] = ACTIONS(4315), + [anon_sym_BANG_EQ] = ACTIONS(4313), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4315), + [anon_sym_EQ_EQ] = ACTIONS(4313), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4315), + [anon_sym_LT_EQ] = ACTIONS(4315), + [anon_sym_GT_EQ] = ACTIONS(4315), + [anon_sym_BANGin] = ACTIONS(4315), + [anon_sym_is] = ACTIONS(4313), + [anon_sym_BANGis] = ACTIONS(4315), + [anon_sym_PLUS] = ACTIONS(4313), + [anon_sym_DASH] = ACTIONS(4313), + [anon_sym_SLASH] = ACTIONS(4313), + [anon_sym_PERCENT] = ACTIONS(4313), + [anon_sym_as_QMARK] = ACTIONS(4315), + [anon_sym_PLUS_PLUS] = ACTIONS(4315), + [anon_sym_DASH_DASH] = ACTIONS(4315), + [anon_sym_BANG_BANG] = ACTIONS(4315), + [anon_sym_suspend] = ACTIONS(4313), + [anon_sym_sealed] = ACTIONS(4313), + [anon_sym_annotation] = ACTIONS(4313), + [anon_sym_data] = ACTIONS(4313), + [anon_sym_inner] = ACTIONS(4313), + [anon_sym_value] = ACTIONS(4313), + [anon_sym_override] = ACTIONS(4313), + [anon_sym_lateinit] = ACTIONS(4313), + [anon_sym_public] = ACTIONS(4313), + [anon_sym_private] = ACTIONS(4313), + [anon_sym_internal] = ACTIONS(4313), + [anon_sym_protected] = ACTIONS(4313), + [anon_sym_tailrec] = ACTIONS(4313), + [anon_sym_operator] = ACTIONS(4313), + [anon_sym_infix] = ACTIONS(4313), + [anon_sym_inline] = ACTIONS(4313), + [anon_sym_external] = ACTIONS(4313), + [sym_property_modifier] = ACTIONS(4313), + [anon_sym_abstract] = ACTIONS(4313), + [anon_sym_final] = ACTIONS(4313), + [anon_sym_open] = ACTIONS(4313), + [anon_sym_vararg] = ACTIONS(4313), + [anon_sym_noinline] = ACTIONS(4313), + [anon_sym_crossinline] = ACTIONS(4313), + [anon_sym_expect] = ACTIONS(4313), + [anon_sym_actual] = ACTIONS(4313), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4948), - [sym_safe_nav] = ACTIONS(4948), + [sym__backtick_identifier] = ACTIONS(4315), + [sym__automatic_semicolon] = ACTIONS(4315), + [sym_safe_nav] = ACTIONS(4315), [sym_multiline_comment] = ACTIONS(3), }, - [3436] = { - [sym__alpha_identifier] = ACTIONS(5167), - [anon_sym_AT] = ACTIONS(5169), - [anon_sym_LBRACK] = ACTIONS(5169), - [anon_sym_RBRACK] = ACTIONS(5169), - [anon_sym_as] = ACTIONS(5167), - [anon_sym_EQ] = ACTIONS(5167), - [anon_sym_LBRACE] = ACTIONS(5169), - [anon_sym_RBRACE] = ACTIONS(5169), - [anon_sym_LPAREN] = ACTIONS(5169), - [anon_sym_COMMA] = ACTIONS(5169), - [anon_sym_RPAREN] = ACTIONS(5169), - [anon_sym_LT] = ACTIONS(5167), - [anon_sym_GT] = ACTIONS(5167), - [anon_sym_where] = ACTIONS(5167), - [anon_sym_DOT] = ACTIONS(5167), - [anon_sym_SEMI] = ACTIONS(5169), - [anon_sym_get] = ACTIONS(5167), - [anon_sym_set] = ACTIONS(5167), - [anon_sym_STAR] = ACTIONS(5167), - [anon_sym_DASH_GT] = ACTIONS(5169), - [sym_label] = ACTIONS(5169), - [anon_sym_in] = ACTIONS(5167), - [anon_sym_while] = ACTIONS(5167), - [anon_sym_DOT_DOT] = ACTIONS(5169), - [anon_sym_QMARK_COLON] = ACTIONS(5169), - [anon_sym_AMP_AMP] = ACTIONS(5169), - [anon_sym_PIPE_PIPE] = ACTIONS(5169), - [anon_sym_else] = ACTIONS(5167), - [anon_sym_COLON_COLON] = ACTIONS(5169), - [anon_sym_PLUS_EQ] = ACTIONS(5169), - [anon_sym_DASH_EQ] = ACTIONS(5169), - [anon_sym_STAR_EQ] = ACTIONS(5169), - [anon_sym_SLASH_EQ] = ACTIONS(5169), - [anon_sym_PERCENT_EQ] = ACTIONS(5169), - [anon_sym_BANG_EQ] = ACTIONS(5167), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5169), - [anon_sym_EQ_EQ] = ACTIONS(5167), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5169), - [anon_sym_LT_EQ] = ACTIONS(5169), - [anon_sym_GT_EQ] = ACTIONS(5169), - [anon_sym_BANGin] = ACTIONS(5169), - [anon_sym_is] = ACTIONS(5167), - [anon_sym_BANGis] = ACTIONS(5169), - [anon_sym_PLUS] = ACTIONS(5167), - [anon_sym_DASH] = ACTIONS(5167), - [anon_sym_SLASH] = ACTIONS(5167), - [anon_sym_PERCENT] = ACTIONS(5167), - [anon_sym_as_QMARK] = ACTIONS(5169), - [anon_sym_PLUS_PLUS] = ACTIONS(5169), - [anon_sym_DASH_DASH] = ACTIONS(5169), - [anon_sym_BANG_BANG] = ACTIONS(5169), - [anon_sym_suspend] = ACTIONS(5167), - [anon_sym_sealed] = ACTIONS(5167), - [anon_sym_annotation] = ACTIONS(5167), - [anon_sym_data] = ACTIONS(5167), - [anon_sym_inner] = ACTIONS(5167), - [anon_sym_value] = ACTIONS(5167), - [anon_sym_override] = ACTIONS(5167), - [anon_sym_lateinit] = ACTIONS(5167), - [anon_sym_public] = ACTIONS(5167), - [anon_sym_private] = ACTIONS(5167), - [anon_sym_internal] = ACTIONS(5167), - [anon_sym_protected] = ACTIONS(5167), - [anon_sym_tailrec] = ACTIONS(5167), - [anon_sym_operator] = ACTIONS(5167), - [anon_sym_infix] = ACTIONS(5167), - [anon_sym_inline] = ACTIONS(5167), - [anon_sym_external] = ACTIONS(5167), - [sym_property_modifier] = ACTIONS(5167), - [anon_sym_abstract] = ACTIONS(5167), - [anon_sym_final] = ACTIONS(5167), - [anon_sym_open] = ACTIONS(5167), - [anon_sym_vararg] = ACTIONS(5167), - [anon_sym_noinline] = ACTIONS(5167), - [anon_sym_crossinline] = ACTIONS(5167), - [anon_sym_expect] = ACTIONS(5167), - [anon_sym_actual] = ACTIONS(5167), + [3368] = { + [aux_sym_type_constraints_repeat1] = STATE(3424), + [sym__alpha_identifier] = ACTIONS(4408), + [anon_sym_AT] = ACTIONS(4410), + [anon_sym_LBRACK] = ACTIONS(4410), + [anon_sym_EQ] = ACTIONS(4410), + [anon_sym_LBRACE] = ACTIONS(4410), + [anon_sym_RBRACE] = ACTIONS(4410), + [anon_sym_LPAREN] = ACTIONS(4410), + [anon_sym_COMMA] = ACTIONS(6809), + [anon_sym_by] = ACTIONS(4408), + [anon_sym_object] = ACTIONS(4408), + [anon_sym_fun] = ACTIONS(4408), + [anon_sym_SEMI] = ACTIONS(4410), + [anon_sym_get] = ACTIONS(4408), + [anon_sym_set] = ACTIONS(4408), + [anon_sym_this] = ACTIONS(4408), + [anon_sym_super] = ACTIONS(4408), + [anon_sym_STAR] = ACTIONS(4410), + [sym_label] = ACTIONS(4408), + [anon_sym_in] = ACTIONS(4408), + [anon_sym_null] = ACTIONS(4408), + [anon_sym_if] = ACTIONS(4408), + [anon_sym_else] = ACTIONS(4408), + [anon_sym_when] = ACTIONS(4408), + [anon_sym_try] = ACTIONS(4408), + [anon_sym_throw] = ACTIONS(4408), + [anon_sym_return] = ACTIONS(4408), + [anon_sym_continue] = ACTIONS(4408), + [anon_sym_break] = ACTIONS(4408), + [anon_sym_COLON_COLON] = ACTIONS(4410), + [anon_sym_BANGin] = ACTIONS(4410), + [anon_sym_is] = ACTIONS(4408), + [anon_sym_BANGis] = ACTIONS(4410), + [anon_sym_PLUS] = ACTIONS(4408), + [anon_sym_DASH] = ACTIONS(4408), + [anon_sym_PLUS_PLUS] = ACTIONS(4410), + [anon_sym_DASH_DASH] = ACTIONS(4410), + [anon_sym_BANG] = ACTIONS(4408), + [anon_sym_suspend] = ACTIONS(4408), + [anon_sym_sealed] = ACTIONS(4408), + [anon_sym_annotation] = ACTIONS(4408), + [anon_sym_data] = ACTIONS(4408), + [anon_sym_inner] = ACTIONS(4408), + [anon_sym_value] = ACTIONS(4408), + [anon_sym_override] = ACTIONS(4408), + [anon_sym_lateinit] = ACTIONS(4408), + [anon_sym_public] = ACTIONS(4408), + [anon_sym_private] = ACTIONS(4408), + [anon_sym_internal] = ACTIONS(4408), + [anon_sym_protected] = ACTIONS(4408), + [anon_sym_tailrec] = ACTIONS(4408), + [anon_sym_operator] = ACTIONS(4408), + [anon_sym_infix] = ACTIONS(4408), + [anon_sym_inline] = ACTIONS(4408), + [anon_sym_external] = ACTIONS(4408), + [sym_property_modifier] = ACTIONS(4408), + [anon_sym_abstract] = ACTIONS(4408), + [anon_sym_final] = ACTIONS(4408), + [anon_sym_open] = ACTIONS(4408), + [anon_sym_vararg] = ACTIONS(4408), + [anon_sym_noinline] = ACTIONS(4408), + [anon_sym_crossinline] = ACTIONS(4408), + [anon_sym_expect] = ACTIONS(4408), + [anon_sym_actual] = ACTIONS(4408), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4410), + [anon_sym_continue_AT] = ACTIONS(4410), + [anon_sym_break_AT] = ACTIONS(4410), + [anon_sym_this_AT] = ACTIONS(4410), + [anon_sym_super_AT] = ACTIONS(4410), + [sym_real_literal] = ACTIONS(4410), + [sym_integer_literal] = ACTIONS(4408), + [sym_hex_literal] = ACTIONS(4410), + [sym_bin_literal] = ACTIONS(4410), + [anon_sym_true] = ACTIONS(4408), + [anon_sym_false] = ACTIONS(4408), + [anon_sym_SQUOTE] = ACTIONS(4410), + [sym__backtick_identifier] = ACTIONS(4410), + [sym__automatic_semicolon] = ACTIONS(4410), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4410), + }, + [3369] = { + [sym__alpha_identifier] = ACTIONS(5147), + [anon_sym_AT] = ACTIONS(5149), + [anon_sym_LBRACK] = ACTIONS(5149), + [anon_sym_RBRACK] = ACTIONS(5149), + [anon_sym_as] = ACTIONS(5147), + [anon_sym_EQ] = ACTIONS(5147), + [anon_sym_LBRACE] = ACTIONS(5149), + [anon_sym_RBRACE] = ACTIONS(5149), + [anon_sym_LPAREN] = ACTIONS(5149), + [anon_sym_COMMA] = ACTIONS(5149), + [anon_sym_RPAREN] = ACTIONS(5149), + [anon_sym_LT] = ACTIONS(5147), + [anon_sym_GT] = ACTIONS(5147), + [anon_sym_where] = ACTIONS(5147), + [anon_sym_DOT] = ACTIONS(5147), + [anon_sym_SEMI] = ACTIONS(5149), + [anon_sym_get] = ACTIONS(5147), + [anon_sym_set] = ACTIONS(5147), + [anon_sym_STAR] = ACTIONS(5147), + [anon_sym_DASH_GT] = ACTIONS(5149), + [sym_label] = ACTIONS(5149), + [anon_sym_in] = ACTIONS(5147), + [anon_sym_while] = ACTIONS(5147), + [anon_sym_DOT_DOT] = ACTIONS(5149), + [anon_sym_QMARK_COLON] = ACTIONS(5149), + [anon_sym_AMP_AMP] = ACTIONS(5149), + [anon_sym_PIPE_PIPE] = ACTIONS(5149), + [anon_sym_else] = ACTIONS(5147), + [anon_sym_COLON_COLON] = ACTIONS(5149), + [anon_sym_PLUS_EQ] = ACTIONS(5149), + [anon_sym_DASH_EQ] = ACTIONS(5149), + [anon_sym_STAR_EQ] = ACTIONS(5149), + [anon_sym_SLASH_EQ] = ACTIONS(5149), + [anon_sym_PERCENT_EQ] = ACTIONS(5149), + [anon_sym_BANG_EQ] = ACTIONS(5147), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5149), + [anon_sym_EQ_EQ] = ACTIONS(5147), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5149), + [anon_sym_LT_EQ] = ACTIONS(5149), + [anon_sym_GT_EQ] = ACTIONS(5149), + [anon_sym_BANGin] = ACTIONS(5149), + [anon_sym_is] = ACTIONS(5147), + [anon_sym_BANGis] = ACTIONS(5149), + [anon_sym_PLUS] = ACTIONS(5147), + [anon_sym_DASH] = ACTIONS(5147), + [anon_sym_SLASH] = ACTIONS(5147), + [anon_sym_PERCENT] = ACTIONS(5147), + [anon_sym_as_QMARK] = ACTIONS(5149), + [anon_sym_PLUS_PLUS] = ACTIONS(5149), + [anon_sym_DASH_DASH] = ACTIONS(5149), + [anon_sym_BANG_BANG] = ACTIONS(5149), + [anon_sym_suspend] = ACTIONS(5147), + [anon_sym_sealed] = ACTIONS(5147), + [anon_sym_annotation] = ACTIONS(5147), + [anon_sym_data] = ACTIONS(5147), + [anon_sym_inner] = ACTIONS(5147), + [anon_sym_value] = ACTIONS(5147), + [anon_sym_override] = ACTIONS(5147), + [anon_sym_lateinit] = ACTIONS(5147), + [anon_sym_public] = ACTIONS(5147), + [anon_sym_private] = ACTIONS(5147), + [anon_sym_internal] = ACTIONS(5147), + [anon_sym_protected] = ACTIONS(5147), + [anon_sym_tailrec] = ACTIONS(5147), + [anon_sym_operator] = ACTIONS(5147), + [anon_sym_infix] = ACTIONS(5147), + [anon_sym_inline] = ACTIONS(5147), + [anon_sym_external] = ACTIONS(5147), + [sym_property_modifier] = ACTIONS(5147), + [anon_sym_abstract] = ACTIONS(5147), + [anon_sym_final] = ACTIONS(5147), + [anon_sym_open] = ACTIONS(5147), + [anon_sym_vararg] = ACTIONS(5147), + [anon_sym_noinline] = ACTIONS(5147), + [anon_sym_crossinline] = ACTIONS(5147), + [anon_sym_expect] = ACTIONS(5147), + [anon_sym_actual] = ACTIONS(5147), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5149), + [sym_safe_nav] = ACTIONS(5149), + [sym_multiline_comment] = ACTIONS(3), + }, + [3370] = { + [sym_type_constraints] = STATE(4037), + [sym_function_body] = STATE(3841), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_COLON] = ACTIONS(6811), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + }, + [3371] = { + [sym__alpha_identifier] = ACTIONS(5177), + [anon_sym_AT] = ACTIONS(5179), + [anon_sym_LBRACK] = ACTIONS(5179), + [anon_sym_RBRACK] = ACTIONS(5179), + [anon_sym_as] = ACTIONS(5177), + [anon_sym_EQ] = ACTIONS(5177), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(5179), + [anon_sym_LPAREN] = ACTIONS(5179), + [anon_sym_COMMA] = ACTIONS(5179), + [anon_sym_RPAREN] = ACTIONS(5179), + [anon_sym_LT] = ACTIONS(5177), + [anon_sym_GT] = ACTIONS(5177), + [anon_sym_where] = ACTIONS(5177), + [anon_sym_DOT] = ACTIONS(5177), + [anon_sym_SEMI] = ACTIONS(5179), + [anon_sym_get] = ACTIONS(5177), + [anon_sym_set] = ACTIONS(5177), + [anon_sym_STAR] = ACTIONS(5177), + [anon_sym_DASH_GT] = ACTIONS(5179), + [sym_label] = ACTIONS(5179), + [anon_sym_in] = ACTIONS(5177), + [anon_sym_while] = ACTIONS(5177), + [anon_sym_DOT_DOT] = ACTIONS(5179), + [anon_sym_QMARK_COLON] = ACTIONS(5179), + [anon_sym_AMP_AMP] = ACTIONS(5179), + [anon_sym_PIPE_PIPE] = ACTIONS(5179), + [anon_sym_else] = ACTIONS(5177), + [anon_sym_COLON_COLON] = ACTIONS(5179), + [anon_sym_PLUS_EQ] = ACTIONS(5179), + [anon_sym_DASH_EQ] = ACTIONS(5179), + [anon_sym_STAR_EQ] = ACTIONS(5179), + [anon_sym_SLASH_EQ] = ACTIONS(5179), + [anon_sym_PERCENT_EQ] = ACTIONS(5179), + [anon_sym_BANG_EQ] = ACTIONS(5177), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5179), + [anon_sym_EQ_EQ] = ACTIONS(5177), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5179), + [anon_sym_LT_EQ] = ACTIONS(5179), + [anon_sym_GT_EQ] = ACTIONS(5179), + [anon_sym_BANGin] = ACTIONS(5179), + [anon_sym_is] = ACTIONS(5177), + [anon_sym_BANGis] = ACTIONS(5179), + [anon_sym_PLUS] = ACTIONS(5177), + [anon_sym_DASH] = ACTIONS(5177), + [anon_sym_SLASH] = ACTIONS(5177), + [anon_sym_PERCENT] = ACTIONS(5177), + [anon_sym_as_QMARK] = ACTIONS(5179), + [anon_sym_PLUS_PLUS] = ACTIONS(5179), + [anon_sym_DASH_DASH] = ACTIONS(5179), + [anon_sym_BANG_BANG] = ACTIONS(5179), + [anon_sym_suspend] = ACTIONS(5177), + [anon_sym_sealed] = ACTIONS(5177), + [anon_sym_annotation] = ACTIONS(5177), + [anon_sym_data] = ACTIONS(5177), + [anon_sym_inner] = ACTIONS(5177), + [anon_sym_value] = ACTIONS(5177), + [anon_sym_override] = ACTIONS(5177), + [anon_sym_lateinit] = ACTIONS(5177), + [anon_sym_public] = ACTIONS(5177), + [anon_sym_private] = ACTIONS(5177), + [anon_sym_internal] = ACTIONS(5177), + [anon_sym_protected] = ACTIONS(5177), + [anon_sym_tailrec] = ACTIONS(5177), + [anon_sym_operator] = ACTIONS(5177), + [anon_sym_infix] = ACTIONS(5177), + [anon_sym_inline] = ACTIONS(5177), + [anon_sym_external] = ACTIONS(5177), + [sym_property_modifier] = ACTIONS(5177), + [anon_sym_abstract] = ACTIONS(5177), + [anon_sym_final] = ACTIONS(5177), + [anon_sym_open] = ACTIONS(5177), + [anon_sym_vararg] = ACTIONS(5177), + [anon_sym_noinline] = ACTIONS(5177), + [anon_sym_crossinline] = ACTIONS(5177), + [anon_sym_expect] = ACTIONS(5177), + [anon_sym_actual] = ACTIONS(5177), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5179), + [sym_safe_nav] = ACTIONS(5179), + [sym_multiline_comment] = ACTIONS(3), + }, + [3372] = { + [sym__alpha_identifier] = ACTIONS(5127), + [anon_sym_AT] = ACTIONS(5129), + [anon_sym_LBRACK] = ACTIONS(5129), + [anon_sym_RBRACK] = ACTIONS(5129), + [anon_sym_as] = ACTIONS(5127), + [anon_sym_EQ] = ACTIONS(5127), + [anon_sym_LBRACE] = ACTIONS(5129), + [anon_sym_RBRACE] = ACTIONS(5129), + [anon_sym_LPAREN] = ACTIONS(5129), + [anon_sym_COMMA] = ACTIONS(5129), + [anon_sym_RPAREN] = ACTIONS(5129), + [anon_sym_LT] = ACTIONS(5127), + [anon_sym_GT] = ACTIONS(5127), + [anon_sym_where] = ACTIONS(5127), + [anon_sym_DOT] = ACTIONS(5127), + [anon_sym_SEMI] = ACTIONS(5129), + [anon_sym_get] = ACTIONS(5127), + [anon_sym_set] = ACTIONS(5127), + [anon_sym_STAR] = ACTIONS(5127), + [anon_sym_DASH_GT] = ACTIONS(5129), + [sym_label] = ACTIONS(5129), + [anon_sym_in] = ACTIONS(5127), + [anon_sym_while] = ACTIONS(5127), + [anon_sym_DOT_DOT] = ACTIONS(5129), + [anon_sym_QMARK_COLON] = ACTIONS(5129), + [anon_sym_AMP_AMP] = ACTIONS(5129), + [anon_sym_PIPE_PIPE] = ACTIONS(5129), + [anon_sym_else] = ACTIONS(5127), + [anon_sym_COLON_COLON] = ACTIONS(5129), + [anon_sym_PLUS_EQ] = ACTIONS(5129), + [anon_sym_DASH_EQ] = ACTIONS(5129), + [anon_sym_STAR_EQ] = ACTIONS(5129), + [anon_sym_SLASH_EQ] = ACTIONS(5129), + [anon_sym_PERCENT_EQ] = ACTIONS(5129), + [anon_sym_BANG_EQ] = ACTIONS(5127), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5129), + [anon_sym_EQ_EQ] = ACTIONS(5127), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5129), + [anon_sym_LT_EQ] = ACTIONS(5129), + [anon_sym_GT_EQ] = ACTIONS(5129), + [anon_sym_BANGin] = ACTIONS(5129), + [anon_sym_is] = ACTIONS(5127), + [anon_sym_BANGis] = ACTIONS(5129), + [anon_sym_PLUS] = ACTIONS(5127), + [anon_sym_DASH] = ACTIONS(5127), + [anon_sym_SLASH] = ACTIONS(5127), + [anon_sym_PERCENT] = ACTIONS(5127), + [anon_sym_as_QMARK] = ACTIONS(5129), + [anon_sym_PLUS_PLUS] = ACTIONS(5129), + [anon_sym_DASH_DASH] = ACTIONS(5129), + [anon_sym_BANG_BANG] = ACTIONS(5129), + [anon_sym_suspend] = ACTIONS(5127), + [anon_sym_sealed] = ACTIONS(5127), + [anon_sym_annotation] = ACTIONS(5127), + [anon_sym_data] = ACTIONS(5127), + [anon_sym_inner] = ACTIONS(5127), + [anon_sym_value] = ACTIONS(5127), + [anon_sym_override] = ACTIONS(5127), + [anon_sym_lateinit] = ACTIONS(5127), + [anon_sym_public] = ACTIONS(5127), + [anon_sym_private] = ACTIONS(5127), + [anon_sym_internal] = ACTIONS(5127), + [anon_sym_protected] = ACTIONS(5127), + [anon_sym_tailrec] = ACTIONS(5127), + [anon_sym_operator] = ACTIONS(5127), + [anon_sym_infix] = ACTIONS(5127), + [anon_sym_inline] = ACTIONS(5127), + [anon_sym_external] = ACTIONS(5127), + [sym_property_modifier] = ACTIONS(5127), + [anon_sym_abstract] = ACTIONS(5127), + [anon_sym_final] = ACTIONS(5127), + [anon_sym_open] = ACTIONS(5127), + [anon_sym_vararg] = ACTIONS(5127), + [anon_sym_noinline] = ACTIONS(5127), + [anon_sym_crossinline] = ACTIONS(5127), + [anon_sym_expect] = ACTIONS(5127), + [anon_sym_actual] = ACTIONS(5127), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5129), + [sym_safe_nav] = ACTIONS(5129), + [sym_multiline_comment] = ACTIONS(3), + }, + [3373] = { + [sym__alpha_identifier] = ACTIONS(4327), + [anon_sym_AT] = ACTIONS(4329), + [anon_sym_LBRACK] = ACTIONS(4329), + [anon_sym_as] = ACTIONS(4327), + [anon_sym_EQ] = ACTIONS(4327), + [anon_sym_LBRACE] = ACTIONS(4329), + [anon_sym_RBRACE] = ACTIONS(4329), + [anon_sym_LPAREN] = ACTIONS(4329), + [anon_sym_COMMA] = ACTIONS(4329), + [anon_sym_by] = ACTIONS(4327), + [anon_sym_LT] = ACTIONS(4327), + [anon_sym_GT] = ACTIONS(4327), + [anon_sym_where] = ACTIONS(4327), + [anon_sym_DOT] = ACTIONS(4327), + [anon_sym_SEMI] = ACTIONS(4329), + [anon_sym_get] = ACTIONS(4327), + [anon_sym_set] = ACTIONS(4327), + [sym__quest] = ACTIONS(4327), + [anon_sym_STAR] = ACTIONS(4327), + [anon_sym_DASH_GT] = ACTIONS(4331), + [sym_label] = ACTIONS(4329), + [anon_sym_in] = ACTIONS(4327), + [anon_sym_DOT_DOT] = ACTIONS(4329), + [anon_sym_QMARK_COLON] = ACTIONS(4329), + [anon_sym_AMP_AMP] = ACTIONS(4329), + [anon_sym_PIPE_PIPE] = ACTIONS(4329), + [anon_sym_else] = ACTIONS(4327), + [anon_sym_COLON_COLON] = ACTIONS(4329), + [anon_sym_PLUS_EQ] = ACTIONS(4329), + [anon_sym_DASH_EQ] = ACTIONS(4329), + [anon_sym_STAR_EQ] = ACTIONS(4329), + [anon_sym_SLASH_EQ] = ACTIONS(4329), + [anon_sym_PERCENT_EQ] = ACTIONS(4329), + [anon_sym_BANG_EQ] = ACTIONS(4327), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), + [anon_sym_EQ_EQ] = ACTIONS(4327), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), + [anon_sym_LT_EQ] = ACTIONS(4329), + [anon_sym_GT_EQ] = ACTIONS(4329), + [anon_sym_BANGin] = ACTIONS(4329), + [anon_sym_is] = ACTIONS(4327), + [anon_sym_BANGis] = ACTIONS(4329), + [anon_sym_PLUS] = ACTIONS(4327), + [anon_sym_DASH] = ACTIONS(4327), + [anon_sym_SLASH] = ACTIONS(4327), + [anon_sym_PERCENT] = ACTIONS(4327), + [anon_sym_as_QMARK] = ACTIONS(4329), + [anon_sym_PLUS_PLUS] = ACTIONS(4329), + [anon_sym_DASH_DASH] = ACTIONS(4329), + [anon_sym_BANG_BANG] = ACTIONS(4329), + [anon_sym_suspend] = ACTIONS(4327), + [anon_sym_sealed] = ACTIONS(4327), + [anon_sym_annotation] = ACTIONS(4327), + [anon_sym_data] = ACTIONS(4327), + [anon_sym_inner] = ACTIONS(4327), + [anon_sym_value] = ACTIONS(4327), + [anon_sym_override] = ACTIONS(4327), + [anon_sym_lateinit] = ACTIONS(4327), + [anon_sym_public] = ACTIONS(4327), + [anon_sym_private] = ACTIONS(4327), + [anon_sym_internal] = ACTIONS(4327), + [anon_sym_protected] = ACTIONS(4327), + [anon_sym_tailrec] = ACTIONS(4327), + [anon_sym_operator] = ACTIONS(4327), + [anon_sym_infix] = ACTIONS(4327), + [anon_sym_inline] = ACTIONS(4327), + [anon_sym_external] = ACTIONS(4327), + [sym_property_modifier] = ACTIONS(4327), + [anon_sym_abstract] = ACTIONS(4327), + [anon_sym_final] = ACTIONS(4327), + [anon_sym_open] = ACTIONS(4327), + [anon_sym_vararg] = ACTIONS(4327), + [anon_sym_noinline] = ACTIONS(4327), + [anon_sym_crossinline] = ACTIONS(4327), + [anon_sym_expect] = ACTIONS(4327), + [anon_sym_actual] = ACTIONS(4327), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4329), + [sym__automatic_semicolon] = ACTIONS(4329), + [sym_safe_nav] = ACTIONS(4329), + [sym_multiline_comment] = ACTIONS(3), + }, + [3374] = { + [sym__alpha_identifier] = ACTIONS(4313), + [anon_sym_AT] = ACTIONS(4315), + [anon_sym_LBRACK] = ACTIONS(4315), + [anon_sym_as] = ACTIONS(4313), + [anon_sym_EQ] = ACTIONS(4313), + [anon_sym_LBRACE] = ACTIONS(4315), + [anon_sym_RBRACE] = ACTIONS(4315), + [anon_sym_LPAREN] = ACTIONS(4315), + [anon_sym_COMMA] = ACTIONS(4315), + [anon_sym_by] = ACTIONS(4313), + [anon_sym_LT] = ACTIONS(4313), + [anon_sym_GT] = ACTIONS(4313), + [anon_sym_where] = ACTIONS(4313), + [anon_sym_DOT] = ACTIONS(4313), + [anon_sym_SEMI] = ACTIONS(4315), + [anon_sym_get] = ACTIONS(4313), + [anon_sym_set] = ACTIONS(4313), + [anon_sym_AMP] = ACTIONS(6815), + [sym__quest] = ACTIONS(4313), + [anon_sym_STAR] = ACTIONS(4313), + [sym_label] = ACTIONS(4315), + [anon_sym_in] = ACTIONS(4313), + [anon_sym_DOT_DOT] = ACTIONS(4315), + [anon_sym_QMARK_COLON] = ACTIONS(4315), + [anon_sym_AMP_AMP] = ACTIONS(4315), + [anon_sym_PIPE_PIPE] = ACTIONS(4315), + [anon_sym_else] = ACTIONS(4313), + [anon_sym_COLON_COLON] = ACTIONS(4315), + [anon_sym_PLUS_EQ] = ACTIONS(4315), + [anon_sym_DASH_EQ] = ACTIONS(4315), + [anon_sym_STAR_EQ] = ACTIONS(4315), + [anon_sym_SLASH_EQ] = ACTIONS(4315), + [anon_sym_PERCENT_EQ] = ACTIONS(4315), + [anon_sym_BANG_EQ] = ACTIONS(4313), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4315), + [anon_sym_EQ_EQ] = ACTIONS(4313), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4315), + [anon_sym_LT_EQ] = ACTIONS(4315), + [anon_sym_GT_EQ] = ACTIONS(4315), + [anon_sym_BANGin] = ACTIONS(4315), + [anon_sym_is] = ACTIONS(4313), + [anon_sym_BANGis] = ACTIONS(4315), + [anon_sym_PLUS] = ACTIONS(4313), + [anon_sym_DASH] = ACTIONS(4313), + [anon_sym_SLASH] = ACTIONS(4313), + [anon_sym_PERCENT] = ACTIONS(4313), + [anon_sym_as_QMARK] = ACTIONS(4315), + [anon_sym_PLUS_PLUS] = ACTIONS(4315), + [anon_sym_DASH_DASH] = ACTIONS(4315), + [anon_sym_BANG_BANG] = ACTIONS(4315), + [anon_sym_suspend] = ACTIONS(4313), + [anon_sym_sealed] = ACTIONS(4313), + [anon_sym_annotation] = ACTIONS(4313), + [anon_sym_data] = ACTIONS(4313), + [anon_sym_inner] = ACTIONS(4313), + [anon_sym_value] = ACTIONS(4313), + [anon_sym_override] = ACTIONS(4313), + [anon_sym_lateinit] = ACTIONS(4313), + [anon_sym_public] = ACTIONS(4313), + [anon_sym_private] = ACTIONS(4313), + [anon_sym_internal] = ACTIONS(4313), + [anon_sym_protected] = ACTIONS(4313), + [anon_sym_tailrec] = ACTIONS(4313), + [anon_sym_operator] = ACTIONS(4313), + [anon_sym_infix] = ACTIONS(4313), + [anon_sym_inline] = ACTIONS(4313), + [anon_sym_external] = ACTIONS(4313), + [sym_property_modifier] = ACTIONS(4313), + [anon_sym_abstract] = ACTIONS(4313), + [anon_sym_final] = ACTIONS(4313), + [anon_sym_open] = ACTIONS(4313), + [anon_sym_vararg] = ACTIONS(4313), + [anon_sym_noinline] = ACTIONS(4313), + [anon_sym_crossinline] = ACTIONS(4313), + [anon_sym_expect] = ACTIONS(4313), + [anon_sym_actual] = ACTIONS(4313), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5169), - [sym_safe_nav] = ACTIONS(5169), + [sym__backtick_identifier] = ACTIONS(4315), + [sym__automatic_semicolon] = ACTIONS(4315), + [sym_safe_nav] = ACTIONS(4315), [sym_multiline_comment] = ACTIONS(3), }, - [3437] = { + [3375] = { + [aux_sym_nullable_type_repeat1] = STATE(3598), + [sym__alpha_identifier] = ACTIONS(4333), + [anon_sym_AT] = ACTIONS(4335), + [anon_sym_LBRACK] = ACTIONS(4335), + [anon_sym_as] = ACTIONS(4333), + [anon_sym_EQ] = ACTIONS(4333), + [anon_sym_LBRACE] = ACTIONS(4335), + [anon_sym_RBRACE] = ACTIONS(4335), + [anon_sym_LPAREN] = ACTIONS(4335), + [anon_sym_COMMA] = ACTIONS(4335), + [anon_sym_by] = ACTIONS(4333), + [anon_sym_LT] = ACTIONS(4333), + [anon_sym_GT] = ACTIONS(4333), + [anon_sym_where] = ACTIONS(4333), + [anon_sym_DOT] = ACTIONS(4333), + [anon_sym_SEMI] = ACTIONS(4335), + [anon_sym_get] = ACTIONS(4333), + [anon_sym_set] = ACTIONS(4333), + [sym__quest] = ACTIONS(6817), + [anon_sym_STAR] = ACTIONS(4333), + [sym_label] = ACTIONS(4335), + [anon_sym_in] = ACTIONS(4333), + [anon_sym_DOT_DOT] = ACTIONS(4335), + [anon_sym_QMARK_COLON] = ACTIONS(4335), + [anon_sym_AMP_AMP] = ACTIONS(4335), + [anon_sym_PIPE_PIPE] = ACTIONS(4335), + [anon_sym_else] = ACTIONS(4333), + [anon_sym_COLON_COLON] = ACTIONS(4335), + [anon_sym_PLUS_EQ] = ACTIONS(4335), + [anon_sym_DASH_EQ] = ACTIONS(4335), + [anon_sym_STAR_EQ] = ACTIONS(4335), + [anon_sym_SLASH_EQ] = ACTIONS(4335), + [anon_sym_PERCENT_EQ] = ACTIONS(4335), + [anon_sym_BANG_EQ] = ACTIONS(4333), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4335), + [anon_sym_EQ_EQ] = ACTIONS(4333), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4335), + [anon_sym_LT_EQ] = ACTIONS(4335), + [anon_sym_GT_EQ] = ACTIONS(4335), + [anon_sym_BANGin] = ACTIONS(4335), + [anon_sym_is] = ACTIONS(4333), + [anon_sym_BANGis] = ACTIONS(4335), + [anon_sym_PLUS] = ACTIONS(4333), + [anon_sym_DASH] = ACTIONS(4333), + [anon_sym_SLASH] = ACTIONS(4333), + [anon_sym_PERCENT] = ACTIONS(4333), + [anon_sym_as_QMARK] = ACTIONS(4335), + [anon_sym_PLUS_PLUS] = ACTIONS(4335), + [anon_sym_DASH_DASH] = ACTIONS(4335), + [anon_sym_BANG_BANG] = ACTIONS(4335), + [anon_sym_suspend] = ACTIONS(4333), + [anon_sym_sealed] = ACTIONS(4333), + [anon_sym_annotation] = ACTIONS(4333), + [anon_sym_data] = ACTIONS(4333), + [anon_sym_inner] = ACTIONS(4333), + [anon_sym_value] = ACTIONS(4333), + [anon_sym_override] = ACTIONS(4333), + [anon_sym_lateinit] = ACTIONS(4333), + [anon_sym_public] = ACTIONS(4333), + [anon_sym_private] = ACTIONS(4333), + [anon_sym_internal] = ACTIONS(4333), + [anon_sym_protected] = ACTIONS(4333), + [anon_sym_tailrec] = ACTIONS(4333), + [anon_sym_operator] = ACTIONS(4333), + [anon_sym_infix] = ACTIONS(4333), + [anon_sym_inline] = ACTIONS(4333), + [anon_sym_external] = ACTIONS(4333), + [sym_property_modifier] = ACTIONS(4333), + [anon_sym_abstract] = ACTIONS(4333), + [anon_sym_final] = ACTIONS(4333), + [anon_sym_open] = ACTIONS(4333), + [anon_sym_vararg] = ACTIONS(4333), + [anon_sym_noinline] = ACTIONS(4333), + [anon_sym_crossinline] = ACTIONS(4333), + [anon_sym_expect] = ACTIONS(4333), + [anon_sym_actual] = ACTIONS(4333), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4335), + [sym__automatic_semicolon] = ACTIONS(4335), + [sym_safe_nav] = ACTIONS(4335), + [sym_multiline_comment] = ACTIONS(3), + }, + [3376] = { [sym__alpha_identifier] = ACTIONS(4954), [anon_sym_AT] = ACTIONS(4956), [anon_sym_LBRACK] = ACTIONS(4956), @@ -398940,173 +393841,2663 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4956), [sym_multiline_comment] = ACTIONS(3), }, - [3438] = { - [sym__alpha_identifier] = ACTIONS(4950), - [anon_sym_AT] = ACTIONS(4952), - [anon_sym_LBRACK] = ACTIONS(4952), - [anon_sym_RBRACK] = ACTIONS(4952), - [anon_sym_as] = ACTIONS(4950), - [anon_sym_EQ] = ACTIONS(4950), - [anon_sym_LBRACE] = ACTIONS(4952), - [anon_sym_RBRACE] = ACTIONS(4952), - [anon_sym_LPAREN] = ACTIONS(4952), - [anon_sym_COMMA] = ACTIONS(4952), - [anon_sym_RPAREN] = ACTIONS(4952), - [anon_sym_LT] = ACTIONS(4950), - [anon_sym_GT] = ACTIONS(4950), - [anon_sym_where] = ACTIONS(4950), - [anon_sym_DOT] = ACTIONS(4950), - [anon_sym_SEMI] = ACTIONS(4952), - [anon_sym_get] = ACTIONS(4950), - [anon_sym_set] = ACTIONS(4950), - [anon_sym_STAR] = ACTIONS(4950), - [anon_sym_DASH_GT] = ACTIONS(4952), - [sym_label] = ACTIONS(4952), - [anon_sym_in] = ACTIONS(4950), - [anon_sym_while] = ACTIONS(4950), - [anon_sym_DOT_DOT] = ACTIONS(4952), - [anon_sym_QMARK_COLON] = ACTIONS(4952), - [anon_sym_AMP_AMP] = ACTIONS(4952), - [anon_sym_PIPE_PIPE] = ACTIONS(4952), - [anon_sym_else] = ACTIONS(4950), - [anon_sym_COLON_COLON] = ACTIONS(4952), - [anon_sym_PLUS_EQ] = ACTIONS(4952), - [anon_sym_DASH_EQ] = ACTIONS(4952), - [anon_sym_STAR_EQ] = ACTIONS(4952), - [anon_sym_SLASH_EQ] = ACTIONS(4952), - [anon_sym_PERCENT_EQ] = ACTIONS(4952), - [anon_sym_BANG_EQ] = ACTIONS(4950), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4952), - [anon_sym_EQ_EQ] = ACTIONS(4950), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4952), - [anon_sym_LT_EQ] = ACTIONS(4952), - [anon_sym_GT_EQ] = ACTIONS(4952), - [anon_sym_BANGin] = ACTIONS(4952), - [anon_sym_is] = ACTIONS(4950), - [anon_sym_BANGis] = ACTIONS(4952), - [anon_sym_PLUS] = ACTIONS(4950), - [anon_sym_DASH] = ACTIONS(4950), - [anon_sym_SLASH] = ACTIONS(4950), - [anon_sym_PERCENT] = ACTIONS(4950), - [anon_sym_as_QMARK] = ACTIONS(4952), - [anon_sym_PLUS_PLUS] = ACTIONS(4952), - [anon_sym_DASH_DASH] = ACTIONS(4952), - [anon_sym_BANG_BANG] = ACTIONS(4952), - [anon_sym_suspend] = ACTIONS(4950), - [anon_sym_sealed] = ACTIONS(4950), - [anon_sym_annotation] = ACTIONS(4950), - [anon_sym_data] = ACTIONS(4950), - [anon_sym_inner] = ACTIONS(4950), - [anon_sym_value] = ACTIONS(4950), - [anon_sym_override] = ACTIONS(4950), - [anon_sym_lateinit] = ACTIONS(4950), - [anon_sym_public] = ACTIONS(4950), - [anon_sym_private] = ACTIONS(4950), - [anon_sym_internal] = ACTIONS(4950), - [anon_sym_protected] = ACTIONS(4950), - [anon_sym_tailrec] = ACTIONS(4950), - [anon_sym_operator] = ACTIONS(4950), - [anon_sym_infix] = ACTIONS(4950), - [anon_sym_inline] = ACTIONS(4950), - [anon_sym_external] = ACTIONS(4950), - [sym_property_modifier] = ACTIONS(4950), - [anon_sym_abstract] = ACTIONS(4950), - [anon_sym_final] = ACTIONS(4950), - [anon_sym_open] = ACTIONS(4950), - [anon_sym_vararg] = ACTIONS(4950), - [anon_sym_noinline] = ACTIONS(4950), - [anon_sym_crossinline] = ACTIONS(4950), - [anon_sym_expect] = ACTIONS(4950), - [anon_sym_actual] = ACTIONS(4950), + [3377] = { + [sym_type_constraints] = STATE(3835), + [sym_function_body] = STATE(4023), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_COLON] = ACTIONS(6819), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [sym_label] = ACTIONS(4153), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + }, + [3378] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_EQ] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_object] = ACTIONS(4930), + [anon_sym_fun] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(4932), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_this] = ACTIONS(4930), + [anon_sym_super] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4930), + [sym_label] = ACTIONS(4930), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_null] = ACTIONS(4930), + [anon_sym_if] = ACTIONS(4930), + [anon_sym_else] = ACTIONS(6821), + [anon_sym_when] = ACTIONS(4930), + [anon_sym_try] = ACTIONS(4930), + [anon_sym_throw] = ACTIONS(4930), + [anon_sym_return] = ACTIONS(4930), + [anon_sym_continue] = ACTIONS(4930), + [anon_sym_break] = ACTIONS(4930), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_PLUS_EQ] = ACTIONS(4932), + [anon_sym_DASH_EQ] = ACTIONS(4932), + [anon_sym_STAR_EQ] = ACTIONS(4932), + [anon_sym_SLASH_EQ] = ACTIONS(4932), + [anon_sym_PERCENT_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4930), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG] = ACTIONS(4930), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4952), - [sym_safe_nav] = ACTIONS(4952), + [anon_sym_return_AT] = ACTIONS(4932), + [anon_sym_continue_AT] = ACTIONS(4932), + [anon_sym_break_AT] = ACTIONS(4932), + [anon_sym_this_AT] = ACTIONS(4932), + [anon_sym_super_AT] = ACTIONS(4932), + [sym_real_literal] = ACTIONS(4932), + [sym_integer_literal] = ACTIONS(4930), + [sym_hex_literal] = ACTIONS(4932), + [sym_bin_literal] = ACTIONS(4932), + [anon_sym_true] = ACTIONS(4930), + [anon_sym_false] = ACTIONS(4930), + [anon_sym_SQUOTE] = ACTIONS(4932), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4932), }, - [3439] = { - [sym__alpha_identifier] = ACTIONS(5131), - [anon_sym_AT] = ACTIONS(5133), - [anon_sym_LBRACK] = ACTIONS(5133), - [anon_sym_RBRACK] = ACTIONS(5133), - [anon_sym_as] = ACTIONS(5131), - [anon_sym_EQ] = ACTIONS(5131), - [anon_sym_LBRACE] = ACTIONS(5133), - [anon_sym_RBRACE] = ACTIONS(5133), - [anon_sym_LPAREN] = ACTIONS(5133), - [anon_sym_COMMA] = ACTIONS(5133), - [anon_sym_RPAREN] = ACTIONS(5133), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(5131), - [anon_sym_where] = ACTIONS(5131), - [anon_sym_DOT] = ACTIONS(5131), - [anon_sym_SEMI] = ACTIONS(5133), - [anon_sym_get] = ACTIONS(5131), - [anon_sym_set] = ACTIONS(5131), - [anon_sym_STAR] = ACTIONS(5131), - [anon_sym_DASH_GT] = ACTIONS(5133), - [sym_label] = ACTIONS(5133), - [anon_sym_in] = ACTIONS(5131), - [anon_sym_while] = ACTIONS(5131), - [anon_sym_DOT_DOT] = ACTIONS(5133), - [anon_sym_QMARK_COLON] = ACTIONS(5133), - [anon_sym_AMP_AMP] = ACTIONS(5133), - [anon_sym_PIPE_PIPE] = ACTIONS(5133), - [anon_sym_else] = ACTIONS(5131), - [anon_sym_COLON_COLON] = ACTIONS(5133), - [anon_sym_PLUS_EQ] = ACTIONS(5133), - [anon_sym_DASH_EQ] = ACTIONS(5133), - [anon_sym_STAR_EQ] = ACTIONS(5133), - [anon_sym_SLASH_EQ] = ACTIONS(5133), - [anon_sym_PERCENT_EQ] = ACTIONS(5133), - [anon_sym_BANG_EQ] = ACTIONS(5131), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5133), - [anon_sym_EQ_EQ] = ACTIONS(5131), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5133), - [anon_sym_LT_EQ] = ACTIONS(5133), - [anon_sym_GT_EQ] = ACTIONS(5133), - [anon_sym_BANGin] = ACTIONS(5133), - [anon_sym_is] = ACTIONS(5131), - [anon_sym_BANGis] = ACTIONS(5133), - [anon_sym_PLUS] = ACTIONS(5131), - [anon_sym_DASH] = ACTIONS(5131), - [anon_sym_SLASH] = ACTIONS(5131), - [anon_sym_PERCENT] = ACTIONS(5131), - [anon_sym_as_QMARK] = ACTIONS(5133), - [anon_sym_PLUS_PLUS] = ACTIONS(5133), - [anon_sym_DASH_DASH] = ACTIONS(5133), - [anon_sym_BANG_BANG] = ACTIONS(5133), - [anon_sym_suspend] = ACTIONS(5131), - [anon_sym_sealed] = ACTIONS(5131), - [anon_sym_annotation] = ACTIONS(5131), - [anon_sym_data] = ACTIONS(5131), - [anon_sym_inner] = ACTIONS(5131), - [anon_sym_value] = ACTIONS(5131), - [anon_sym_override] = ACTIONS(5131), - [anon_sym_lateinit] = ACTIONS(5131), - [anon_sym_public] = ACTIONS(5131), - [anon_sym_private] = ACTIONS(5131), - [anon_sym_internal] = ACTIONS(5131), - [anon_sym_protected] = ACTIONS(5131), - [anon_sym_tailrec] = ACTIONS(5131), - [anon_sym_operator] = ACTIONS(5131), - [anon_sym_infix] = ACTIONS(5131), - [anon_sym_inline] = ACTIONS(5131), - [anon_sym_external] = ACTIONS(5131), - [sym_property_modifier] = ACTIONS(5131), - [anon_sym_abstract] = ACTIONS(5131), - [anon_sym_final] = ACTIONS(5131), - [anon_sym_open] = ACTIONS(5131), - [anon_sym_vararg] = ACTIONS(5131), - [anon_sym_noinline] = ACTIONS(5131), - [anon_sym_crossinline] = ACTIONS(5131), - [anon_sym_expect] = ACTIONS(5131), - [anon_sym_actual] = ACTIONS(5131), + [3379] = { + [sym__alpha_identifier] = ACTIONS(5044), + [anon_sym_AT] = ACTIONS(5046), + [anon_sym_LBRACK] = ACTIONS(5046), + [anon_sym_RBRACK] = ACTIONS(5046), + [anon_sym_as] = ACTIONS(5044), + [anon_sym_EQ] = ACTIONS(5044), + [anon_sym_LBRACE] = ACTIONS(5046), + [anon_sym_RBRACE] = ACTIONS(5046), + [anon_sym_LPAREN] = ACTIONS(5046), + [anon_sym_COMMA] = ACTIONS(5046), + [anon_sym_RPAREN] = ACTIONS(5046), + [anon_sym_LT] = ACTIONS(5044), + [anon_sym_GT] = ACTIONS(5044), + [anon_sym_where] = ACTIONS(5044), + [anon_sym_DOT] = ACTIONS(5044), + [anon_sym_SEMI] = ACTIONS(5046), + [anon_sym_get] = ACTIONS(5044), + [anon_sym_set] = ACTIONS(5044), + [anon_sym_STAR] = ACTIONS(5044), + [anon_sym_DASH_GT] = ACTIONS(5046), + [sym_label] = ACTIONS(5046), + [anon_sym_in] = ACTIONS(5044), + [anon_sym_while] = ACTIONS(5044), + [anon_sym_DOT_DOT] = ACTIONS(5046), + [anon_sym_QMARK_COLON] = ACTIONS(5046), + [anon_sym_AMP_AMP] = ACTIONS(5046), + [anon_sym_PIPE_PIPE] = ACTIONS(5046), + [anon_sym_else] = ACTIONS(5044), + [anon_sym_COLON_COLON] = ACTIONS(5046), + [anon_sym_PLUS_EQ] = ACTIONS(5046), + [anon_sym_DASH_EQ] = ACTIONS(5046), + [anon_sym_STAR_EQ] = ACTIONS(5046), + [anon_sym_SLASH_EQ] = ACTIONS(5046), + [anon_sym_PERCENT_EQ] = ACTIONS(5046), + [anon_sym_BANG_EQ] = ACTIONS(5044), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5046), + [anon_sym_EQ_EQ] = ACTIONS(5044), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5046), + [anon_sym_LT_EQ] = ACTIONS(5046), + [anon_sym_GT_EQ] = ACTIONS(5046), + [anon_sym_BANGin] = ACTIONS(5046), + [anon_sym_is] = ACTIONS(5044), + [anon_sym_BANGis] = ACTIONS(5046), + [anon_sym_PLUS] = ACTIONS(5044), + [anon_sym_DASH] = ACTIONS(5044), + [anon_sym_SLASH] = ACTIONS(5044), + [anon_sym_PERCENT] = ACTIONS(5044), + [anon_sym_as_QMARK] = ACTIONS(5046), + [anon_sym_PLUS_PLUS] = ACTIONS(5046), + [anon_sym_DASH_DASH] = ACTIONS(5046), + [anon_sym_BANG_BANG] = ACTIONS(5046), + [anon_sym_suspend] = ACTIONS(5044), + [anon_sym_sealed] = ACTIONS(5044), + [anon_sym_annotation] = ACTIONS(5044), + [anon_sym_data] = ACTIONS(5044), + [anon_sym_inner] = ACTIONS(5044), + [anon_sym_value] = ACTIONS(5044), + [anon_sym_override] = ACTIONS(5044), + [anon_sym_lateinit] = ACTIONS(5044), + [anon_sym_public] = ACTIONS(5044), + [anon_sym_private] = ACTIONS(5044), + [anon_sym_internal] = ACTIONS(5044), + [anon_sym_protected] = ACTIONS(5044), + [anon_sym_tailrec] = ACTIONS(5044), + [anon_sym_operator] = ACTIONS(5044), + [anon_sym_infix] = ACTIONS(5044), + [anon_sym_inline] = ACTIONS(5044), + [anon_sym_external] = ACTIONS(5044), + [sym_property_modifier] = ACTIONS(5044), + [anon_sym_abstract] = ACTIONS(5044), + [anon_sym_final] = ACTIONS(5044), + [anon_sym_open] = ACTIONS(5044), + [anon_sym_vararg] = ACTIONS(5044), + [anon_sym_noinline] = ACTIONS(5044), + [anon_sym_crossinline] = ACTIONS(5044), + [anon_sym_expect] = ACTIONS(5044), + [anon_sym_actual] = ACTIONS(5044), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5046), + [sym_safe_nav] = ACTIONS(5046), + [sym_multiline_comment] = ACTIONS(3), + }, + [3380] = { + [sym__alpha_identifier] = ACTIONS(4862), + [anon_sym_AT] = ACTIONS(4864), + [anon_sym_LBRACK] = ACTIONS(4864), + [anon_sym_RBRACK] = ACTIONS(4864), + [anon_sym_as] = ACTIONS(4862), + [anon_sym_EQ] = ACTIONS(4862), + [anon_sym_LBRACE] = ACTIONS(4864), + [anon_sym_RBRACE] = ACTIONS(4864), + [anon_sym_LPAREN] = ACTIONS(4864), + [anon_sym_COMMA] = ACTIONS(4864), + [anon_sym_RPAREN] = ACTIONS(4864), + [anon_sym_LT] = ACTIONS(4862), + [anon_sym_GT] = ACTIONS(4862), + [anon_sym_where] = ACTIONS(4862), + [anon_sym_DOT] = ACTIONS(4862), + [anon_sym_SEMI] = ACTIONS(4864), + [anon_sym_get] = ACTIONS(4862), + [anon_sym_set] = ACTIONS(4862), + [anon_sym_STAR] = ACTIONS(4862), + [anon_sym_DASH_GT] = ACTIONS(4864), + [sym_label] = ACTIONS(4864), + [anon_sym_in] = ACTIONS(4862), + [anon_sym_while] = ACTIONS(4862), + [anon_sym_DOT_DOT] = ACTIONS(4864), + [anon_sym_QMARK_COLON] = ACTIONS(4864), + [anon_sym_AMP_AMP] = ACTIONS(4864), + [anon_sym_PIPE_PIPE] = ACTIONS(4864), + [anon_sym_else] = ACTIONS(4862), + [anon_sym_COLON_COLON] = ACTIONS(4864), + [anon_sym_PLUS_EQ] = ACTIONS(4864), + [anon_sym_DASH_EQ] = ACTIONS(4864), + [anon_sym_STAR_EQ] = ACTIONS(4864), + [anon_sym_SLASH_EQ] = ACTIONS(4864), + [anon_sym_PERCENT_EQ] = ACTIONS(4864), + [anon_sym_BANG_EQ] = ACTIONS(4862), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4864), + [anon_sym_EQ_EQ] = ACTIONS(4862), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4864), + [anon_sym_LT_EQ] = ACTIONS(4864), + [anon_sym_GT_EQ] = ACTIONS(4864), + [anon_sym_BANGin] = ACTIONS(4864), + [anon_sym_is] = ACTIONS(4862), + [anon_sym_BANGis] = ACTIONS(4864), + [anon_sym_PLUS] = ACTIONS(4862), + [anon_sym_DASH] = ACTIONS(4862), + [anon_sym_SLASH] = ACTIONS(4862), + [anon_sym_PERCENT] = ACTIONS(4862), + [anon_sym_as_QMARK] = ACTIONS(4864), + [anon_sym_PLUS_PLUS] = ACTIONS(4864), + [anon_sym_DASH_DASH] = ACTIONS(4864), + [anon_sym_BANG_BANG] = ACTIONS(4864), + [anon_sym_suspend] = ACTIONS(4862), + [anon_sym_sealed] = ACTIONS(4862), + [anon_sym_annotation] = ACTIONS(4862), + [anon_sym_data] = ACTIONS(4862), + [anon_sym_inner] = ACTIONS(4862), + [anon_sym_value] = ACTIONS(4862), + [anon_sym_override] = ACTIONS(4862), + [anon_sym_lateinit] = ACTIONS(4862), + [anon_sym_public] = ACTIONS(4862), + [anon_sym_private] = ACTIONS(4862), + [anon_sym_internal] = ACTIONS(4862), + [anon_sym_protected] = ACTIONS(4862), + [anon_sym_tailrec] = ACTIONS(4862), + [anon_sym_operator] = ACTIONS(4862), + [anon_sym_infix] = ACTIONS(4862), + [anon_sym_inline] = ACTIONS(4862), + [anon_sym_external] = ACTIONS(4862), + [sym_property_modifier] = ACTIONS(4862), + [anon_sym_abstract] = ACTIONS(4862), + [anon_sym_final] = ACTIONS(4862), + [anon_sym_open] = ACTIONS(4862), + [anon_sym_vararg] = ACTIONS(4862), + [anon_sym_noinline] = ACTIONS(4862), + [anon_sym_crossinline] = ACTIONS(4862), + [anon_sym_expect] = ACTIONS(4862), + [anon_sym_actual] = ACTIONS(4862), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4864), + [sym_safe_nav] = ACTIONS(4864), + [sym_multiline_comment] = ACTIONS(3), + }, + [3381] = { + [sym__alpha_identifier] = ACTIONS(4458), + [anon_sym_AT] = ACTIONS(4460), + [anon_sym_LBRACK] = ACTIONS(4460), + [anon_sym_RBRACK] = ACTIONS(4460), + [anon_sym_as] = ACTIONS(4458), + [anon_sym_EQ] = ACTIONS(5102), + [anon_sym_LBRACE] = ACTIONS(4460), + [anon_sym_RBRACE] = ACTIONS(4460), + [anon_sym_LPAREN] = ACTIONS(4460), + [anon_sym_COMMA] = ACTIONS(4460), + [anon_sym_RPAREN] = ACTIONS(4460), + [anon_sym_LT] = ACTIONS(4458), + [anon_sym_GT] = ACTIONS(4458), + [anon_sym_where] = ACTIONS(4458), + [anon_sym_DOT] = ACTIONS(4458), + [anon_sym_SEMI] = ACTIONS(4460), + [anon_sym_get] = ACTIONS(4458), + [anon_sym_set] = ACTIONS(4458), + [anon_sym_STAR] = ACTIONS(4458), + [anon_sym_DASH_GT] = ACTIONS(4460), + [sym_label] = ACTIONS(4460), + [anon_sym_in] = ACTIONS(4458), + [anon_sym_while] = ACTIONS(4458), + [anon_sym_DOT_DOT] = ACTIONS(4460), + [anon_sym_QMARK_COLON] = ACTIONS(4460), + [anon_sym_AMP_AMP] = ACTIONS(4460), + [anon_sym_PIPE_PIPE] = ACTIONS(4460), + [anon_sym_else] = ACTIONS(4458), + [anon_sym_COLON_COLON] = ACTIONS(4460), + [anon_sym_PLUS_EQ] = ACTIONS(5104), + [anon_sym_DASH_EQ] = ACTIONS(5104), + [anon_sym_STAR_EQ] = ACTIONS(5104), + [anon_sym_SLASH_EQ] = ACTIONS(5104), + [anon_sym_PERCENT_EQ] = ACTIONS(5104), + [anon_sym_BANG_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4460), + [anon_sym_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4460), + [anon_sym_LT_EQ] = ACTIONS(4460), + [anon_sym_GT_EQ] = ACTIONS(4460), + [anon_sym_BANGin] = ACTIONS(4460), + [anon_sym_is] = ACTIONS(4458), + [anon_sym_BANGis] = ACTIONS(4460), + [anon_sym_PLUS] = ACTIONS(4458), + [anon_sym_DASH] = ACTIONS(4458), + [anon_sym_SLASH] = ACTIONS(4458), + [anon_sym_PERCENT] = ACTIONS(4458), + [anon_sym_as_QMARK] = ACTIONS(4460), + [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(4460), + [anon_sym_BANG_BANG] = ACTIONS(4460), + [anon_sym_suspend] = ACTIONS(4458), + [anon_sym_sealed] = ACTIONS(4458), + [anon_sym_annotation] = ACTIONS(4458), + [anon_sym_data] = ACTIONS(4458), + [anon_sym_inner] = ACTIONS(4458), + [anon_sym_value] = ACTIONS(4458), + [anon_sym_override] = ACTIONS(4458), + [anon_sym_lateinit] = ACTIONS(4458), + [anon_sym_public] = ACTIONS(4458), + [anon_sym_private] = ACTIONS(4458), + [anon_sym_internal] = ACTIONS(4458), + [anon_sym_protected] = ACTIONS(4458), + [anon_sym_tailrec] = ACTIONS(4458), + [anon_sym_operator] = ACTIONS(4458), + [anon_sym_infix] = ACTIONS(4458), + [anon_sym_inline] = ACTIONS(4458), + [anon_sym_external] = ACTIONS(4458), + [sym_property_modifier] = ACTIONS(4458), + [anon_sym_abstract] = ACTIONS(4458), + [anon_sym_final] = ACTIONS(4458), + [anon_sym_open] = ACTIONS(4458), + [anon_sym_vararg] = ACTIONS(4458), + [anon_sym_noinline] = ACTIONS(4458), + [anon_sym_crossinline] = ACTIONS(4458), + [anon_sym_expect] = ACTIONS(4458), + [anon_sym_actual] = ACTIONS(4458), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4460), + [sym_safe_nav] = ACTIONS(4460), + [sym_multiline_comment] = ACTIONS(3), + }, + [3382] = { + [sym__alpha_identifier] = ACTIONS(5040), + [anon_sym_AT] = ACTIONS(5042), + [anon_sym_LBRACK] = ACTIONS(5042), + [anon_sym_RBRACK] = ACTIONS(5042), + [anon_sym_as] = ACTIONS(5040), + [anon_sym_EQ] = ACTIONS(5040), + [anon_sym_LBRACE] = ACTIONS(5042), + [anon_sym_RBRACE] = ACTIONS(5042), + [anon_sym_LPAREN] = ACTIONS(5042), + [anon_sym_COMMA] = ACTIONS(5042), + [anon_sym_RPAREN] = ACTIONS(5042), + [anon_sym_LT] = ACTIONS(5040), + [anon_sym_GT] = ACTIONS(5040), + [anon_sym_where] = ACTIONS(5040), + [anon_sym_DOT] = ACTIONS(5040), + [anon_sym_SEMI] = ACTIONS(5042), + [anon_sym_get] = ACTIONS(5040), + [anon_sym_set] = ACTIONS(5040), + [anon_sym_STAR] = ACTIONS(5040), + [anon_sym_DASH_GT] = ACTIONS(5042), + [sym_label] = ACTIONS(5042), + [anon_sym_in] = ACTIONS(5040), + [anon_sym_while] = ACTIONS(5040), + [anon_sym_DOT_DOT] = ACTIONS(5042), + [anon_sym_QMARK_COLON] = ACTIONS(5042), + [anon_sym_AMP_AMP] = ACTIONS(5042), + [anon_sym_PIPE_PIPE] = ACTIONS(5042), + [anon_sym_else] = ACTIONS(5040), + [anon_sym_COLON_COLON] = ACTIONS(5042), + [anon_sym_PLUS_EQ] = ACTIONS(5042), + [anon_sym_DASH_EQ] = ACTIONS(5042), + [anon_sym_STAR_EQ] = ACTIONS(5042), + [anon_sym_SLASH_EQ] = ACTIONS(5042), + [anon_sym_PERCENT_EQ] = ACTIONS(5042), + [anon_sym_BANG_EQ] = ACTIONS(5040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5042), + [anon_sym_EQ_EQ] = ACTIONS(5040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5042), + [anon_sym_LT_EQ] = ACTIONS(5042), + [anon_sym_GT_EQ] = ACTIONS(5042), + [anon_sym_BANGin] = ACTIONS(5042), + [anon_sym_is] = ACTIONS(5040), + [anon_sym_BANGis] = ACTIONS(5042), + [anon_sym_PLUS] = ACTIONS(5040), + [anon_sym_DASH] = ACTIONS(5040), + [anon_sym_SLASH] = ACTIONS(5040), + [anon_sym_PERCENT] = ACTIONS(5040), + [anon_sym_as_QMARK] = ACTIONS(5042), + [anon_sym_PLUS_PLUS] = ACTIONS(5042), + [anon_sym_DASH_DASH] = ACTIONS(5042), + [anon_sym_BANG_BANG] = ACTIONS(5042), + [anon_sym_suspend] = ACTIONS(5040), + [anon_sym_sealed] = ACTIONS(5040), + [anon_sym_annotation] = ACTIONS(5040), + [anon_sym_data] = ACTIONS(5040), + [anon_sym_inner] = ACTIONS(5040), + [anon_sym_value] = ACTIONS(5040), + [anon_sym_override] = ACTIONS(5040), + [anon_sym_lateinit] = ACTIONS(5040), + [anon_sym_public] = ACTIONS(5040), + [anon_sym_private] = ACTIONS(5040), + [anon_sym_internal] = ACTIONS(5040), + [anon_sym_protected] = ACTIONS(5040), + [anon_sym_tailrec] = ACTIONS(5040), + [anon_sym_operator] = ACTIONS(5040), + [anon_sym_infix] = ACTIONS(5040), + [anon_sym_inline] = ACTIONS(5040), + [anon_sym_external] = ACTIONS(5040), + [sym_property_modifier] = ACTIONS(5040), + [anon_sym_abstract] = ACTIONS(5040), + [anon_sym_final] = ACTIONS(5040), + [anon_sym_open] = ACTIONS(5040), + [anon_sym_vararg] = ACTIONS(5040), + [anon_sym_noinline] = ACTIONS(5040), + [anon_sym_crossinline] = ACTIONS(5040), + [anon_sym_expect] = ACTIONS(5040), + [anon_sym_actual] = ACTIONS(5040), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5042), + [sym_safe_nav] = ACTIONS(5042), + [sym_multiline_comment] = ACTIONS(3), + }, + [3383] = { + [sym__alpha_identifier] = ACTIONS(4343), + [anon_sym_AT] = ACTIONS(4345), + [anon_sym_LBRACK] = ACTIONS(4345), + [anon_sym_RBRACK] = ACTIONS(4345), + [anon_sym_as] = ACTIONS(4343), + [anon_sym_EQ] = ACTIONS(4343), + [anon_sym_LBRACE] = ACTIONS(4345), + [anon_sym_RBRACE] = ACTIONS(4345), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_COMMA] = ACTIONS(4345), + [anon_sym_RPAREN] = ACTIONS(4345), + [anon_sym_LT] = ACTIONS(4343), + [anon_sym_GT] = ACTIONS(4343), + [anon_sym_where] = ACTIONS(4343), + [anon_sym_DOT] = ACTIONS(4343), + [anon_sym_SEMI] = ACTIONS(4345), + [anon_sym_get] = ACTIONS(4343), + [anon_sym_set] = ACTIONS(4343), + [anon_sym_STAR] = ACTIONS(4343), + [anon_sym_DASH_GT] = ACTIONS(4345), + [sym_label] = ACTIONS(4345), + [anon_sym_in] = ACTIONS(4343), + [anon_sym_while] = ACTIONS(4343), + [anon_sym_DOT_DOT] = ACTIONS(4345), + [anon_sym_QMARK_COLON] = ACTIONS(4345), + [anon_sym_AMP_AMP] = ACTIONS(4345), + [anon_sym_PIPE_PIPE] = ACTIONS(4345), + [anon_sym_else] = ACTIONS(4343), + [anon_sym_COLON_COLON] = ACTIONS(4345), + [anon_sym_PLUS_EQ] = ACTIONS(4345), + [anon_sym_DASH_EQ] = ACTIONS(4345), + [anon_sym_STAR_EQ] = ACTIONS(4345), + [anon_sym_SLASH_EQ] = ACTIONS(4345), + [anon_sym_PERCENT_EQ] = ACTIONS(4345), + [anon_sym_BANG_EQ] = ACTIONS(4343), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4345), + [anon_sym_EQ_EQ] = ACTIONS(4343), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4345), + [anon_sym_LT_EQ] = ACTIONS(4345), + [anon_sym_GT_EQ] = ACTIONS(4345), + [anon_sym_BANGin] = ACTIONS(4345), + [anon_sym_is] = ACTIONS(4343), + [anon_sym_BANGis] = ACTIONS(4345), + [anon_sym_PLUS] = ACTIONS(4343), + [anon_sym_DASH] = ACTIONS(4343), + [anon_sym_SLASH] = ACTIONS(4343), + [anon_sym_PERCENT] = ACTIONS(4343), + [anon_sym_as_QMARK] = ACTIONS(4345), + [anon_sym_PLUS_PLUS] = ACTIONS(4345), + [anon_sym_DASH_DASH] = ACTIONS(4345), + [anon_sym_BANG_BANG] = ACTIONS(4345), + [anon_sym_suspend] = ACTIONS(4343), + [anon_sym_sealed] = ACTIONS(4343), + [anon_sym_annotation] = ACTIONS(4343), + [anon_sym_data] = ACTIONS(4343), + [anon_sym_inner] = ACTIONS(4343), + [anon_sym_value] = ACTIONS(4343), + [anon_sym_override] = ACTIONS(4343), + [anon_sym_lateinit] = ACTIONS(4343), + [anon_sym_public] = ACTIONS(4343), + [anon_sym_private] = ACTIONS(4343), + [anon_sym_internal] = ACTIONS(4343), + [anon_sym_protected] = ACTIONS(4343), + [anon_sym_tailrec] = ACTIONS(4343), + [anon_sym_operator] = ACTIONS(4343), + [anon_sym_infix] = ACTIONS(4343), + [anon_sym_inline] = ACTIONS(4343), + [anon_sym_external] = ACTIONS(4343), + [sym_property_modifier] = ACTIONS(4343), + [anon_sym_abstract] = ACTIONS(4343), + [anon_sym_final] = ACTIONS(4343), + [anon_sym_open] = ACTIONS(4343), + [anon_sym_vararg] = ACTIONS(4343), + [anon_sym_noinline] = ACTIONS(4343), + [anon_sym_crossinline] = ACTIONS(4343), + [anon_sym_expect] = ACTIONS(4343), + [anon_sym_actual] = ACTIONS(4343), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4345), + [sym_safe_nav] = ACTIONS(4345), + [sym_multiline_comment] = ACTIONS(3), + }, + [3384] = { + [sym__alpha_identifier] = ACTIONS(4104), + [anon_sym_AT] = ACTIONS(4106), + [anon_sym_LBRACK] = ACTIONS(4106), + [anon_sym_RBRACK] = ACTIONS(4106), + [anon_sym_as] = ACTIONS(4104), + [anon_sym_EQ] = ACTIONS(4104), + [anon_sym_LBRACE] = ACTIONS(4106), + [anon_sym_RBRACE] = ACTIONS(4106), + [anon_sym_LPAREN] = ACTIONS(4106), + [anon_sym_COMMA] = ACTIONS(4106), + [anon_sym_RPAREN] = ACTIONS(4106), + [anon_sym_LT] = ACTIONS(4104), + [anon_sym_GT] = ACTIONS(4104), + [anon_sym_where] = ACTIONS(4104), + [anon_sym_DOT] = ACTIONS(4104), + [anon_sym_SEMI] = ACTIONS(4106), + [anon_sym_get] = ACTIONS(4104), + [anon_sym_set] = ACTIONS(4104), + [anon_sym_STAR] = ACTIONS(4104), + [anon_sym_DASH_GT] = ACTIONS(4106), + [sym_label] = ACTIONS(4106), + [anon_sym_in] = ACTIONS(4104), + [anon_sym_while] = ACTIONS(4104), + [anon_sym_DOT_DOT] = ACTIONS(4106), + [anon_sym_QMARK_COLON] = ACTIONS(4106), + [anon_sym_AMP_AMP] = ACTIONS(4106), + [anon_sym_PIPE_PIPE] = ACTIONS(4106), + [anon_sym_else] = ACTIONS(4104), + [anon_sym_COLON_COLON] = ACTIONS(4106), + [anon_sym_PLUS_EQ] = ACTIONS(4106), + [anon_sym_DASH_EQ] = ACTIONS(4106), + [anon_sym_STAR_EQ] = ACTIONS(4106), + [anon_sym_SLASH_EQ] = ACTIONS(4106), + [anon_sym_PERCENT_EQ] = ACTIONS(4106), + [anon_sym_BANG_EQ] = ACTIONS(4104), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4106), + [anon_sym_EQ_EQ] = ACTIONS(4104), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4106), + [anon_sym_LT_EQ] = ACTIONS(4106), + [anon_sym_GT_EQ] = ACTIONS(4106), + [anon_sym_BANGin] = ACTIONS(4106), + [anon_sym_is] = ACTIONS(4104), + [anon_sym_BANGis] = ACTIONS(4106), + [anon_sym_PLUS] = ACTIONS(4104), + [anon_sym_DASH] = ACTIONS(4104), + [anon_sym_SLASH] = ACTIONS(4104), + [anon_sym_PERCENT] = ACTIONS(4104), + [anon_sym_as_QMARK] = ACTIONS(4106), + [anon_sym_PLUS_PLUS] = ACTIONS(4106), + [anon_sym_DASH_DASH] = ACTIONS(4106), + [anon_sym_BANG_BANG] = ACTIONS(4106), + [anon_sym_suspend] = ACTIONS(4104), + [anon_sym_sealed] = ACTIONS(4104), + [anon_sym_annotation] = ACTIONS(4104), + [anon_sym_data] = ACTIONS(4104), + [anon_sym_inner] = ACTIONS(4104), + [anon_sym_value] = ACTIONS(4104), + [anon_sym_override] = ACTIONS(4104), + [anon_sym_lateinit] = ACTIONS(4104), + [anon_sym_public] = ACTIONS(4104), + [anon_sym_private] = ACTIONS(4104), + [anon_sym_internal] = ACTIONS(4104), + [anon_sym_protected] = ACTIONS(4104), + [anon_sym_tailrec] = ACTIONS(4104), + [anon_sym_operator] = ACTIONS(4104), + [anon_sym_infix] = ACTIONS(4104), + [anon_sym_inline] = ACTIONS(4104), + [anon_sym_external] = ACTIONS(4104), + [sym_property_modifier] = ACTIONS(4104), + [anon_sym_abstract] = ACTIONS(4104), + [anon_sym_final] = ACTIONS(4104), + [anon_sym_open] = ACTIONS(4104), + [anon_sym_vararg] = ACTIONS(4104), + [anon_sym_noinline] = ACTIONS(4104), + [anon_sym_crossinline] = ACTIONS(4104), + [anon_sym_expect] = ACTIONS(4104), + [anon_sym_actual] = ACTIONS(4104), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4106), + [sym_safe_nav] = ACTIONS(4106), + [sym_multiline_comment] = ACTIONS(3), + }, + [3385] = { + [sym__alpha_identifier] = ACTIONS(5032), + [anon_sym_AT] = ACTIONS(5034), + [anon_sym_LBRACK] = ACTIONS(5034), + [anon_sym_RBRACK] = ACTIONS(5034), + [anon_sym_as] = ACTIONS(5032), + [anon_sym_EQ] = ACTIONS(5032), + [anon_sym_LBRACE] = ACTIONS(5034), + [anon_sym_RBRACE] = ACTIONS(5034), + [anon_sym_LPAREN] = ACTIONS(5034), + [anon_sym_COMMA] = ACTIONS(5034), + [anon_sym_RPAREN] = ACTIONS(5034), + [anon_sym_LT] = ACTIONS(5032), + [anon_sym_GT] = ACTIONS(5032), + [anon_sym_where] = ACTIONS(5032), + [anon_sym_DOT] = ACTIONS(5032), + [anon_sym_SEMI] = ACTIONS(5034), + [anon_sym_get] = ACTIONS(5032), + [anon_sym_set] = ACTIONS(5032), + [anon_sym_STAR] = ACTIONS(5032), + [anon_sym_DASH_GT] = ACTIONS(5034), + [sym_label] = ACTIONS(5034), + [anon_sym_in] = ACTIONS(5032), + [anon_sym_while] = ACTIONS(5032), + [anon_sym_DOT_DOT] = ACTIONS(5034), + [anon_sym_QMARK_COLON] = ACTIONS(5034), + [anon_sym_AMP_AMP] = ACTIONS(5034), + [anon_sym_PIPE_PIPE] = ACTIONS(5034), + [anon_sym_else] = ACTIONS(5032), + [anon_sym_COLON_COLON] = ACTIONS(5034), + [anon_sym_PLUS_EQ] = ACTIONS(5034), + [anon_sym_DASH_EQ] = ACTIONS(5034), + [anon_sym_STAR_EQ] = ACTIONS(5034), + [anon_sym_SLASH_EQ] = ACTIONS(5034), + [anon_sym_PERCENT_EQ] = ACTIONS(5034), + [anon_sym_BANG_EQ] = ACTIONS(5032), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5034), + [anon_sym_EQ_EQ] = ACTIONS(5032), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5034), + [anon_sym_LT_EQ] = ACTIONS(5034), + [anon_sym_GT_EQ] = ACTIONS(5034), + [anon_sym_BANGin] = ACTIONS(5034), + [anon_sym_is] = ACTIONS(5032), + [anon_sym_BANGis] = ACTIONS(5034), + [anon_sym_PLUS] = ACTIONS(5032), + [anon_sym_DASH] = ACTIONS(5032), + [anon_sym_SLASH] = ACTIONS(5032), + [anon_sym_PERCENT] = ACTIONS(5032), + [anon_sym_as_QMARK] = ACTIONS(5034), + [anon_sym_PLUS_PLUS] = ACTIONS(5034), + [anon_sym_DASH_DASH] = ACTIONS(5034), + [anon_sym_BANG_BANG] = ACTIONS(5034), + [anon_sym_suspend] = ACTIONS(5032), + [anon_sym_sealed] = ACTIONS(5032), + [anon_sym_annotation] = ACTIONS(5032), + [anon_sym_data] = ACTIONS(5032), + [anon_sym_inner] = ACTIONS(5032), + [anon_sym_value] = ACTIONS(5032), + [anon_sym_override] = ACTIONS(5032), + [anon_sym_lateinit] = ACTIONS(5032), + [anon_sym_public] = ACTIONS(5032), + [anon_sym_private] = ACTIONS(5032), + [anon_sym_internal] = ACTIONS(5032), + [anon_sym_protected] = ACTIONS(5032), + [anon_sym_tailrec] = ACTIONS(5032), + [anon_sym_operator] = ACTIONS(5032), + [anon_sym_infix] = ACTIONS(5032), + [anon_sym_inline] = ACTIONS(5032), + [anon_sym_external] = ACTIONS(5032), + [sym_property_modifier] = ACTIONS(5032), + [anon_sym_abstract] = ACTIONS(5032), + [anon_sym_final] = ACTIONS(5032), + [anon_sym_open] = ACTIONS(5032), + [anon_sym_vararg] = ACTIONS(5032), + [anon_sym_noinline] = ACTIONS(5032), + [anon_sym_crossinline] = ACTIONS(5032), + [anon_sym_expect] = ACTIONS(5032), + [anon_sym_actual] = ACTIONS(5032), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5034), + [sym_safe_nav] = ACTIONS(5034), + [sym_multiline_comment] = ACTIONS(3), + }, + [3386] = { + [sym_type_constraints] = STATE(3966), + [sym_function_body] = STATE(3869), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(6823), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + }, + [3387] = { + [sym__alpha_identifier] = ACTIONS(5028), + [anon_sym_AT] = ACTIONS(5030), + [anon_sym_LBRACK] = ACTIONS(5030), + [anon_sym_RBRACK] = ACTIONS(5030), + [anon_sym_as] = ACTIONS(5028), + [anon_sym_EQ] = ACTIONS(5028), + [anon_sym_LBRACE] = ACTIONS(5030), + [anon_sym_RBRACE] = ACTIONS(5030), + [anon_sym_LPAREN] = ACTIONS(5030), + [anon_sym_COMMA] = ACTIONS(5030), + [anon_sym_RPAREN] = ACTIONS(5030), + [anon_sym_LT] = ACTIONS(5028), + [anon_sym_GT] = ACTIONS(5028), + [anon_sym_where] = ACTIONS(5028), + [anon_sym_DOT] = ACTIONS(5028), + [anon_sym_SEMI] = ACTIONS(5030), + [anon_sym_get] = ACTIONS(5028), + [anon_sym_set] = ACTIONS(5028), + [anon_sym_STAR] = ACTIONS(5028), + [anon_sym_DASH_GT] = ACTIONS(5030), + [sym_label] = ACTIONS(5030), + [anon_sym_in] = ACTIONS(5028), + [anon_sym_while] = ACTIONS(5028), + [anon_sym_DOT_DOT] = ACTIONS(5030), + [anon_sym_QMARK_COLON] = ACTIONS(5030), + [anon_sym_AMP_AMP] = ACTIONS(5030), + [anon_sym_PIPE_PIPE] = ACTIONS(5030), + [anon_sym_else] = ACTIONS(5028), + [anon_sym_COLON_COLON] = ACTIONS(5030), + [anon_sym_PLUS_EQ] = ACTIONS(5030), + [anon_sym_DASH_EQ] = ACTIONS(5030), + [anon_sym_STAR_EQ] = ACTIONS(5030), + [anon_sym_SLASH_EQ] = ACTIONS(5030), + [anon_sym_PERCENT_EQ] = ACTIONS(5030), + [anon_sym_BANG_EQ] = ACTIONS(5028), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5030), + [anon_sym_EQ_EQ] = ACTIONS(5028), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5030), + [anon_sym_LT_EQ] = ACTIONS(5030), + [anon_sym_GT_EQ] = ACTIONS(5030), + [anon_sym_BANGin] = ACTIONS(5030), + [anon_sym_is] = ACTIONS(5028), + [anon_sym_BANGis] = ACTIONS(5030), + [anon_sym_PLUS] = ACTIONS(5028), + [anon_sym_DASH] = ACTIONS(5028), + [anon_sym_SLASH] = ACTIONS(5028), + [anon_sym_PERCENT] = ACTIONS(5028), + [anon_sym_as_QMARK] = ACTIONS(5030), + [anon_sym_PLUS_PLUS] = ACTIONS(5030), + [anon_sym_DASH_DASH] = ACTIONS(5030), + [anon_sym_BANG_BANG] = ACTIONS(5030), + [anon_sym_suspend] = ACTIONS(5028), + [anon_sym_sealed] = ACTIONS(5028), + [anon_sym_annotation] = ACTIONS(5028), + [anon_sym_data] = ACTIONS(5028), + [anon_sym_inner] = ACTIONS(5028), + [anon_sym_value] = ACTIONS(5028), + [anon_sym_override] = ACTIONS(5028), + [anon_sym_lateinit] = ACTIONS(5028), + [anon_sym_public] = ACTIONS(5028), + [anon_sym_private] = ACTIONS(5028), + [anon_sym_internal] = ACTIONS(5028), + [anon_sym_protected] = ACTIONS(5028), + [anon_sym_tailrec] = ACTIONS(5028), + [anon_sym_operator] = ACTIONS(5028), + [anon_sym_infix] = ACTIONS(5028), + [anon_sym_inline] = ACTIONS(5028), + [anon_sym_external] = ACTIONS(5028), + [sym_property_modifier] = ACTIONS(5028), + [anon_sym_abstract] = ACTIONS(5028), + [anon_sym_final] = ACTIONS(5028), + [anon_sym_open] = ACTIONS(5028), + [anon_sym_vararg] = ACTIONS(5028), + [anon_sym_noinline] = ACTIONS(5028), + [anon_sym_crossinline] = ACTIONS(5028), + [anon_sym_expect] = ACTIONS(5028), + [anon_sym_actual] = ACTIONS(5028), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5030), + [sym_safe_nav] = ACTIONS(5030), + [sym_multiline_comment] = ACTIONS(3), + }, + [3388] = { + [sym__alpha_identifier] = ACTIONS(4870), + [anon_sym_AT] = ACTIONS(4872), + [anon_sym_LBRACK] = ACTIONS(4872), + [anon_sym_RBRACK] = ACTIONS(4872), + [anon_sym_as] = ACTIONS(4870), + [anon_sym_EQ] = ACTIONS(4870), + [anon_sym_LBRACE] = ACTIONS(4872), + [anon_sym_RBRACE] = ACTIONS(4872), + [anon_sym_LPAREN] = ACTIONS(4872), + [anon_sym_COMMA] = ACTIONS(4872), + [anon_sym_RPAREN] = ACTIONS(4872), + [anon_sym_LT] = ACTIONS(4870), + [anon_sym_GT] = ACTIONS(4870), + [anon_sym_where] = ACTIONS(4870), + [anon_sym_DOT] = ACTIONS(4870), + [anon_sym_SEMI] = ACTIONS(4872), + [anon_sym_get] = ACTIONS(4870), + [anon_sym_set] = ACTIONS(4870), + [anon_sym_STAR] = ACTIONS(4870), + [anon_sym_DASH_GT] = ACTIONS(4872), + [sym_label] = ACTIONS(4872), + [anon_sym_in] = ACTIONS(4870), + [anon_sym_while] = ACTIONS(4870), + [anon_sym_DOT_DOT] = ACTIONS(4872), + [anon_sym_QMARK_COLON] = ACTIONS(4872), + [anon_sym_AMP_AMP] = ACTIONS(4872), + [anon_sym_PIPE_PIPE] = ACTIONS(4872), + [anon_sym_else] = ACTIONS(4870), + [anon_sym_COLON_COLON] = ACTIONS(4872), + [anon_sym_PLUS_EQ] = ACTIONS(4872), + [anon_sym_DASH_EQ] = ACTIONS(4872), + [anon_sym_STAR_EQ] = ACTIONS(4872), + [anon_sym_SLASH_EQ] = ACTIONS(4872), + [anon_sym_PERCENT_EQ] = ACTIONS(4872), + [anon_sym_BANG_EQ] = ACTIONS(4870), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4872), + [anon_sym_EQ_EQ] = ACTIONS(4870), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4872), + [anon_sym_LT_EQ] = ACTIONS(4872), + [anon_sym_GT_EQ] = ACTIONS(4872), + [anon_sym_BANGin] = ACTIONS(4872), + [anon_sym_is] = ACTIONS(4870), + [anon_sym_BANGis] = ACTIONS(4872), + [anon_sym_PLUS] = ACTIONS(4870), + [anon_sym_DASH] = ACTIONS(4870), + [anon_sym_SLASH] = ACTIONS(4870), + [anon_sym_PERCENT] = ACTIONS(4870), + [anon_sym_as_QMARK] = ACTIONS(4872), + [anon_sym_PLUS_PLUS] = ACTIONS(4872), + [anon_sym_DASH_DASH] = ACTIONS(4872), + [anon_sym_BANG_BANG] = ACTIONS(4872), + [anon_sym_suspend] = ACTIONS(4870), + [anon_sym_sealed] = ACTIONS(4870), + [anon_sym_annotation] = ACTIONS(4870), + [anon_sym_data] = ACTIONS(4870), + [anon_sym_inner] = ACTIONS(4870), + [anon_sym_value] = ACTIONS(4870), + [anon_sym_override] = ACTIONS(4870), + [anon_sym_lateinit] = ACTIONS(4870), + [anon_sym_public] = ACTIONS(4870), + [anon_sym_private] = ACTIONS(4870), + [anon_sym_internal] = ACTIONS(4870), + [anon_sym_protected] = ACTIONS(4870), + [anon_sym_tailrec] = ACTIONS(4870), + [anon_sym_operator] = ACTIONS(4870), + [anon_sym_infix] = ACTIONS(4870), + [anon_sym_inline] = ACTIONS(4870), + [anon_sym_external] = ACTIONS(4870), + [sym_property_modifier] = ACTIONS(4870), + [anon_sym_abstract] = ACTIONS(4870), + [anon_sym_final] = ACTIONS(4870), + [anon_sym_open] = ACTIONS(4870), + [anon_sym_vararg] = ACTIONS(4870), + [anon_sym_noinline] = ACTIONS(4870), + [anon_sym_crossinline] = ACTIONS(4870), + [anon_sym_expect] = ACTIONS(4870), + [anon_sym_actual] = ACTIONS(4870), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4872), + [sym_safe_nav] = ACTIONS(4872), + [sym_multiline_comment] = ACTIONS(3), + }, + [3389] = { + [sym_function_body] = STATE(3971), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(6825), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [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_value] = 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), + }, + [3390] = { + [sym__alpha_identifier] = ACTIONS(4046), + [anon_sym_AT] = ACTIONS(4048), + [anon_sym_LBRACK] = ACTIONS(4048), + [anon_sym_RBRACK] = ACTIONS(4048), + [anon_sym_as] = ACTIONS(4046), + [anon_sym_EQ] = ACTIONS(4046), + [anon_sym_LBRACE] = ACTIONS(4048), + [anon_sym_RBRACE] = ACTIONS(4048), + [anon_sym_LPAREN] = ACTIONS(4048), + [anon_sym_COMMA] = ACTIONS(4048), + [anon_sym_RPAREN] = ACTIONS(4048), + [anon_sym_LT] = ACTIONS(4046), + [anon_sym_GT] = ACTIONS(4046), + [anon_sym_where] = ACTIONS(4046), + [anon_sym_DOT] = ACTIONS(4046), + [anon_sym_SEMI] = ACTIONS(4048), + [anon_sym_get] = ACTIONS(4046), + [anon_sym_set] = ACTIONS(4046), + [anon_sym_STAR] = ACTIONS(4046), + [anon_sym_DASH_GT] = ACTIONS(4048), + [sym_label] = ACTIONS(4048), + [anon_sym_in] = ACTIONS(4046), + [anon_sym_while] = ACTIONS(4046), + [anon_sym_DOT_DOT] = ACTIONS(4048), + [anon_sym_QMARK_COLON] = ACTIONS(4048), + [anon_sym_AMP_AMP] = ACTIONS(4048), + [anon_sym_PIPE_PIPE] = ACTIONS(4048), + [anon_sym_else] = ACTIONS(4046), + [anon_sym_COLON_COLON] = ACTIONS(4048), + [anon_sym_PLUS_EQ] = ACTIONS(4048), + [anon_sym_DASH_EQ] = ACTIONS(4048), + [anon_sym_STAR_EQ] = ACTIONS(4048), + [anon_sym_SLASH_EQ] = ACTIONS(4048), + [anon_sym_PERCENT_EQ] = ACTIONS(4048), + [anon_sym_BANG_EQ] = ACTIONS(4046), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4048), + [anon_sym_EQ_EQ] = ACTIONS(4046), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4048), + [anon_sym_LT_EQ] = ACTIONS(4048), + [anon_sym_GT_EQ] = ACTIONS(4048), + [anon_sym_BANGin] = ACTIONS(4048), + [anon_sym_is] = ACTIONS(4046), + [anon_sym_BANGis] = ACTIONS(4048), + [anon_sym_PLUS] = ACTIONS(4046), + [anon_sym_DASH] = ACTIONS(4046), + [anon_sym_SLASH] = ACTIONS(4046), + [anon_sym_PERCENT] = ACTIONS(4046), + [anon_sym_as_QMARK] = ACTIONS(4048), + [anon_sym_PLUS_PLUS] = ACTIONS(4048), + [anon_sym_DASH_DASH] = ACTIONS(4048), + [anon_sym_BANG_BANG] = ACTIONS(4048), + [anon_sym_suspend] = ACTIONS(4046), + [anon_sym_sealed] = ACTIONS(4046), + [anon_sym_annotation] = ACTIONS(4046), + [anon_sym_data] = ACTIONS(4046), + [anon_sym_inner] = ACTIONS(4046), + [anon_sym_value] = ACTIONS(4046), + [anon_sym_override] = ACTIONS(4046), + [anon_sym_lateinit] = ACTIONS(4046), + [anon_sym_public] = ACTIONS(4046), + [anon_sym_private] = ACTIONS(4046), + [anon_sym_internal] = ACTIONS(4046), + [anon_sym_protected] = ACTIONS(4046), + [anon_sym_tailrec] = ACTIONS(4046), + [anon_sym_operator] = ACTIONS(4046), + [anon_sym_infix] = ACTIONS(4046), + [anon_sym_inline] = ACTIONS(4046), + [anon_sym_external] = ACTIONS(4046), + [sym_property_modifier] = ACTIONS(4046), + [anon_sym_abstract] = ACTIONS(4046), + [anon_sym_final] = ACTIONS(4046), + [anon_sym_open] = ACTIONS(4046), + [anon_sym_vararg] = ACTIONS(4046), + [anon_sym_noinline] = ACTIONS(4046), + [anon_sym_crossinline] = ACTIONS(4046), + [anon_sym_expect] = ACTIONS(4046), + [anon_sym_actual] = ACTIONS(4046), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4048), + [sym_safe_nav] = ACTIONS(4048), + [sym_multiline_comment] = ACTIONS(3), + }, + [3391] = { + [sym_function_body] = STATE(3856), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_COLON] = ACTIONS(6827), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_COMMA] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_where] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4251), + [sym_label] = ACTIONS(4253), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_PLUS_EQ] = ACTIONS(4253), + [anon_sym_DASH_EQ] = ACTIONS(4253), + [anon_sym_STAR_EQ] = ACTIONS(4253), + [anon_sym_SLASH_EQ] = ACTIONS(4253), + [anon_sym_PERCENT_EQ] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4251), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_suspend] = ACTIONS(4251), + [anon_sym_sealed] = ACTIONS(4251), + [anon_sym_annotation] = ACTIONS(4251), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_override] = ACTIONS(4251), + [anon_sym_lateinit] = ACTIONS(4251), + [anon_sym_public] = ACTIONS(4251), + [anon_sym_private] = ACTIONS(4251), + [anon_sym_internal] = ACTIONS(4251), + [anon_sym_protected] = ACTIONS(4251), + [anon_sym_tailrec] = ACTIONS(4251), + [anon_sym_operator] = ACTIONS(4251), + [anon_sym_infix] = ACTIONS(4251), + [anon_sym_inline] = ACTIONS(4251), + [anon_sym_external] = ACTIONS(4251), + [sym_property_modifier] = ACTIONS(4251), + [anon_sym_abstract] = ACTIONS(4251), + [anon_sym_final] = ACTIONS(4251), + [anon_sym_open] = ACTIONS(4251), + [anon_sym_vararg] = ACTIONS(4251), + [anon_sym_noinline] = ACTIONS(4251), + [anon_sym_crossinline] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4253), + [sym__automatic_semicolon] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), + [sym_multiline_comment] = ACTIONS(3), + }, + [3392] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_EQ] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_object] = ACTIONS(4930), + [anon_sym_fun] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(6829), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_this] = ACTIONS(4930), + [anon_sym_super] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4930), + [sym_label] = ACTIONS(4930), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_null] = ACTIONS(4930), + [anon_sym_if] = ACTIONS(4930), + [anon_sym_else] = ACTIONS(6821), + [anon_sym_when] = ACTIONS(4930), + [anon_sym_try] = ACTIONS(4930), + [anon_sym_throw] = ACTIONS(4930), + [anon_sym_return] = ACTIONS(4930), + [anon_sym_continue] = ACTIONS(4930), + [anon_sym_break] = ACTIONS(4930), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_PLUS_EQ] = ACTIONS(4932), + [anon_sym_DASH_EQ] = ACTIONS(4932), + [anon_sym_STAR_EQ] = ACTIONS(4932), + [anon_sym_SLASH_EQ] = ACTIONS(4932), + [anon_sym_PERCENT_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4930), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG] = ACTIONS(4930), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4932), + [anon_sym_continue_AT] = ACTIONS(4932), + [anon_sym_break_AT] = ACTIONS(4932), + [anon_sym_this_AT] = ACTIONS(4932), + [anon_sym_super_AT] = ACTIONS(4932), + [sym_real_literal] = ACTIONS(4932), + [sym_integer_literal] = ACTIONS(4930), + [sym_hex_literal] = ACTIONS(4932), + [sym_bin_literal] = ACTIONS(4932), + [anon_sym_true] = ACTIONS(4930), + [anon_sym_false] = ACTIONS(4930), + [anon_sym_SQUOTE] = ACTIONS(4932), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4932), + }, + [3393] = { + [sym__alpha_identifier] = ACTIONS(3121), + [anon_sym_AT] = ACTIONS(3123), + [anon_sym_LBRACK] = ACTIONS(3123), + [anon_sym_RBRACK] = ACTIONS(3123), + [anon_sym_as] = ACTIONS(3121), + [anon_sym_EQ] = ACTIONS(3121), + [anon_sym_LBRACE] = ACTIONS(3123), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(3123), + [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_RPAREN] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3121), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_where] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(3121), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3121), + [anon_sym_set] = ACTIONS(3121), + [anon_sym_STAR] = ACTIONS(3121), + [anon_sym_DASH_GT] = ACTIONS(3123), + [sym_label] = ACTIONS(3123), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_while] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(3123), + [anon_sym_QMARK_COLON] = ACTIONS(3123), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(3123), + [anon_sym_PLUS_EQ] = ACTIONS(3123), + [anon_sym_DASH_EQ] = ACTIONS(3123), + [anon_sym_STAR_EQ] = ACTIONS(3123), + [anon_sym_SLASH_EQ] = ACTIONS(3123), + [anon_sym_PERCENT_EQ] = ACTIONS(3123), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3121), + [anon_sym_SLASH] = ACTIONS(3121), + [anon_sym_PERCENT] = ACTIONS(3121), + [anon_sym_as_QMARK] = ACTIONS(3123), + [anon_sym_PLUS_PLUS] = ACTIONS(3123), + [anon_sym_DASH_DASH] = ACTIONS(3123), + [anon_sym_BANG_BANG] = ACTIONS(3123), + [anon_sym_suspend] = ACTIONS(3121), + [anon_sym_sealed] = ACTIONS(3121), + [anon_sym_annotation] = ACTIONS(3121), + [anon_sym_data] = ACTIONS(3121), + [anon_sym_inner] = ACTIONS(3121), + [anon_sym_value] = ACTIONS(3121), + [anon_sym_override] = ACTIONS(3121), + [anon_sym_lateinit] = ACTIONS(3121), + [anon_sym_public] = ACTIONS(3121), + [anon_sym_private] = ACTIONS(3121), + [anon_sym_internal] = ACTIONS(3121), + [anon_sym_protected] = ACTIONS(3121), + [anon_sym_tailrec] = ACTIONS(3121), + [anon_sym_operator] = ACTIONS(3121), + [anon_sym_infix] = ACTIONS(3121), + [anon_sym_inline] = ACTIONS(3121), + [anon_sym_external] = ACTIONS(3121), + [sym_property_modifier] = ACTIONS(3121), + [anon_sym_abstract] = ACTIONS(3121), + [anon_sym_final] = ACTIONS(3121), + [anon_sym_open] = ACTIONS(3121), + [anon_sym_vararg] = ACTIONS(3121), + [anon_sym_noinline] = ACTIONS(3121), + [anon_sym_crossinline] = ACTIONS(3121), + [anon_sym_expect] = ACTIONS(3121), + [anon_sym_actual] = ACTIONS(3121), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3123), + [sym_safe_nav] = ACTIONS(3123), + [sym_multiline_comment] = ACTIONS(3), + }, + [3394] = { + [sym__alpha_identifier] = ACTIONS(5068), + [anon_sym_AT] = ACTIONS(5070), + [anon_sym_LBRACK] = ACTIONS(5070), + [anon_sym_RBRACK] = ACTIONS(5070), + [anon_sym_as] = ACTIONS(5068), + [anon_sym_EQ] = ACTIONS(5068), + [anon_sym_LBRACE] = ACTIONS(5070), + [anon_sym_RBRACE] = ACTIONS(5070), + [anon_sym_LPAREN] = ACTIONS(5070), + [anon_sym_COMMA] = ACTIONS(5070), + [anon_sym_RPAREN] = ACTIONS(5070), + [anon_sym_LT] = ACTIONS(5068), + [anon_sym_GT] = ACTIONS(5068), + [anon_sym_where] = ACTIONS(5068), + [anon_sym_DOT] = ACTIONS(5068), + [anon_sym_SEMI] = ACTIONS(5070), + [anon_sym_get] = ACTIONS(5068), + [anon_sym_set] = ACTIONS(5068), + [anon_sym_STAR] = ACTIONS(5068), + [anon_sym_DASH_GT] = ACTIONS(5070), + [sym_label] = ACTIONS(5070), + [anon_sym_in] = ACTIONS(5068), + [anon_sym_while] = ACTIONS(5068), + [anon_sym_DOT_DOT] = ACTIONS(5070), + [anon_sym_QMARK_COLON] = ACTIONS(5070), + [anon_sym_AMP_AMP] = ACTIONS(5070), + [anon_sym_PIPE_PIPE] = ACTIONS(5070), + [anon_sym_else] = ACTIONS(5068), + [anon_sym_COLON_COLON] = ACTIONS(5070), + [anon_sym_PLUS_EQ] = ACTIONS(5070), + [anon_sym_DASH_EQ] = ACTIONS(5070), + [anon_sym_STAR_EQ] = ACTIONS(5070), + [anon_sym_SLASH_EQ] = ACTIONS(5070), + [anon_sym_PERCENT_EQ] = ACTIONS(5070), + [anon_sym_BANG_EQ] = ACTIONS(5068), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5070), + [anon_sym_EQ_EQ] = ACTIONS(5068), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5070), + [anon_sym_LT_EQ] = ACTIONS(5070), + [anon_sym_GT_EQ] = ACTIONS(5070), + [anon_sym_BANGin] = ACTIONS(5070), + [anon_sym_is] = ACTIONS(5068), + [anon_sym_BANGis] = ACTIONS(5070), + [anon_sym_PLUS] = ACTIONS(5068), + [anon_sym_DASH] = ACTIONS(5068), + [anon_sym_SLASH] = ACTIONS(5068), + [anon_sym_PERCENT] = ACTIONS(5068), + [anon_sym_as_QMARK] = ACTIONS(5070), + [anon_sym_PLUS_PLUS] = ACTIONS(5070), + [anon_sym_DASH_DASH] = ACTIONS(5070), + [anon_sym_BANG_BANG] = ACTIONS(5070), + [anon_sym_suspend] = ACTIONS(5068), + [anon_sym_sealed] = ACTIONS(5068), + [anon_sym_annotation] = ACTIONS(5068), + [anon_sym_data] = ACTIONS(5068), + [anon_sym_inner] = ACTIONS(5068), + [anon_sym_value] = ACTIONS(5068), + [anon_sym_override] = ACTIONS(5068), + [anon_sym_lateinit] = ACTIONS(5068), + [anon_sym_public] = ACTIONS(5068), + [anon_sym_private] = ACTIONS(5068), + [anon_sym_internal] = ACTIONS(5068), + [anon_sym_protected] = ACTIONS(5068), + [anon_sym_tailrec] = ACTIONS(5068), + [anon_sym_operator] = ACTIONS(5068), + [anon_sym_infix] = ACTIONS(5068), + [anon_sym_inline] = ACTIONS(5068), + [anon_sym_external] = ACTIONS(5068), + [sym_property_modifier] = ACTIONS(5068), + [anon_sym_abstract] = ACTIONS(5068), + [anon_sym_final] = ACTIONS(5068), + [anon_sym_open] = ACTIONS(5068), + [anon_sym_vararg] = ACTIONS(5068), + [anon_sym_noinline] = ACTIONS(5068), + [anon_sym_crossinline] = ACTIONS(5068), + [anon_sym_expect] = ACTIONS(5068), + [anon_sym_actual] = ACTIONS(5068), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5070), + [sym_safe_nav] = ACTIONS(5070), + [sym_multiline_comment] = ACTIONS(3), + }, + [3395] = { + [sym__alpha_identifier] = ACTIONS(4966), + [anon_sym_AT] = ACTIONS(4968), + [anon_sym_LBRACK] = ACTIONS(4968), + [anon_sym_RBRACK] = ACTIONS(4968), + [anon_sym_as] = ACTIONS(4966), + [anon_sym_EQ] = ACTIONS(4966), + [anon_sym_LBRACE] = ACTIONS(4968), + [anon_sym_RBRACE] = ACTIONS(4968), + [anon_sym_LPAREN] = ACTIONS(4968), + [anon_sym_COMMA] = ACTIONS(4968), + [anon_sym_RPAREN] = ACTIONS(4968), + [anon_sym_LT] = ACTIONS(4966), + [anon_sym_GT] = ACTIONS(4966), + [anon_sym_where] = ACTIONS(4966), + [anon_sym_DOT] = ACTIONS(4966), + [anon_sym_SEMI] = ACTIONS(4968), + [anon_sym_get] = ACTIONS(4966), + [anon_sym_set] = ACTIONS(4966), + [anon_sym_STAR] = ACTIONS(4966), + [anon_sym_DASH_GT] = ACTIONS(4968), + [sym_label] = ACTIONS(4968), + [anon_sym_in] = ACTIONS(4966), + [anon_sym_while] = ACTIONS(4966), + [anon_sym_DOT_DOT] = ACTIONS(4968), + [anon_sym_QMARK_COLON] = ACTIONS(4968), + [anon_sym_AMP_AMP] = ACTIONS(4968), + [anon_sym_PIPE_PIPE] = ACTIONS(4968), + [anon_sym_else] = ACTIONS(4966), + [anon_sym_COLON_COLON] = ACTIONS(4968), + [anon_sym_PLUS_EQ] = ACTIONS(4968), + [anon_sym_DASH_EQ] = ACTIONS(4968), + [anon_sym_STAR_EQ] = ACTIONS(4968), + [anon_sym_SLASH_EQ] = ACTIONS(4968), + [anon_sym_PERCENT_EQ] = ACTIONS(4968), + [anon_sym_BANG_EQ] = ACTIONS(4966), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4968), + [anon_sym_EQ_EQ] = ACTIONS(4966), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4968), + [anon_sym_LT_EQ] = ACTIONS(4968), + [anon_sym_GT_EQ] = ACTIONS(4968), + [anon_sym_BANGin] = ACTIONS(4968), + [anon_sym_is] = ACTIONS(4966), + [anon_sym_BANGis] = ACTIONS(4968), + [anon_sym_PLUS] = ACTIONS(4966), + [anon_sym_DASH] = ACTIONS(4966), + [anon_sym_SLASH] = ACTIONS(4966), + [anon_sym_PERCENT] = ACTIONS(4966), + [anon_sym_as_QMARK] = ACTIONS(4968), + [anon_sym_PLUS_PLUS] = ACTIONS(4968), + [anon_sym_DASH_DASH] = ACTIONS(4968), + [anon_sym_BANG_BANG] = ACTIONS(4968), + [anon_sym_suspend] = ACTIONS(4966), + [anon_sym_sealed] = ACTIONS(4966), + [anon_sym_annotation] = ACTIONS(4966), + [anon_sym_data] = ACTIONS(4966), + [anon_sym_inner] = ACTIONS(4966), + [anon_sym_value] = ACTIONS(4966), + [anon_sym_override] = ACTIONS(4966), + [anon_sym_lateinit] = ACTIONS(4966), + [anon_sym_public] = ACTIONS(4966), + [anon_sym_private] = ACTIONS(4966), + [anon_sym_internal] = ACTIONS(4966), + [anon_sym_protected] = ACTIONS(4966), + [anon_sym_tailrec] = ACTIONS(4966), + [anon_sym_operator] = ACTIONS(4966), + [anon_sym_infix] = ACTIONS(4966), + [anon_sym_inline] = ACTIONS(4966), + [anon_sym_external] = ACTIONS(4966), + [sym_property_modifier] = ACTIONS(4966), + [anon_sym_abstract] = ACTIONS(4966), + [anon_sym_final] = ACTIONS(4966), + [anon_sym_open] = ACTIONS(4966), + [anon_sym_vararg] = ACTIONS(4966), + [anon_sym_noinline] = ACTIONS(4966), + [anon_sym_crossinline] = ACTIONS(4966), + [anon_sym_expect] = ACTIONS(4966), + [anon_sym_actual] = ACTIONS(4966), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4968), + [sym_safe_nav] = ACTIONS(4968), + [sym_multiline_comment] = ACTIONS(3), + }, + [3396] = { + [sym_function_body] = STATE(3956), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4206), + [anon_sym_AT] = ACTIONS(4208), + [anon_sym_COLON] = ACTIONS(6831), + [anon_sym_LBRACK] = ACTIONS(4208), + [anon_sym_as] = ACTIONS(4206), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4208), + [anon_sym_LPAREN] = ACTIONS(4208), + [anon_sym_COMMA] = ACTIONS(4208), + [anon_sym_LT] = ACTIONS(4206), + [anon_sym_GT] = ACTIONS(4206), + [anon_sym_where] = ACTIONS(4206), + [anon_sym_DOT] = ACTIONS(4206), + [anon_sym_SEMI] = ACTIONS(4208), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4206), + [anon_sym_STAR] = ACTIONS(4206), + [sym_label] = ACTIONS(4208), + [anon_sym_in] = ACTIONS(4206), + [anon_sym_DOT_DOT] = ACTIONS(4208), + [anon_sym_QMARK_COLON] = ACTIONS(4208), + [anon_sym_AMP_AMP] = ACTIONS(4208), + [anon_sym_PIPE_PIPE] = ACTIONS(4208), + [anon_sym_else] = ACTIONS(4206), + [anon_sym_COLON_COLON] = ACTIONS(4208), + [anon_sym_PLUS_EQ] = ACTIONS(4208), + [anon_sym_DASH_EQ] = ACTIONS(4208), + [anon_sym_STAR_EQ] = ACTIONS(4208), + [anon_sym_SLASH_EQ] = ACTIONS(4208), + [anon_sym_PERCENT_EQ] = ACTIONS(4208), + [anon_sym_BANG_EQ] = ACTIONS(4206), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4208), + [anon_sym_EQ_EQ] = ACTIONS(4206), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4208), + [anon_sym_LT_EQ] = ACTIONS(4208), + [anon_sym_GT_EQ] = ACTIONS(4208), + [anon_sym_BANGin] = ACTIONS(4208), + [anon_sym_is] = ACTIONS(4206), + [anon_sym_BANGis] = ACTIONS(4208), + [anon_sym_PLUS] = ACTIONS(4206), + [anon_sym_DASH] = ACTIONS(4206), + [anon_sym_SLASH] = ACTIONS(4206), + [anon_sym_PERCENT] = ACTIONS(4206), + [anon_sym_as_QMARK] = ACTIONS(4208), + [anon_sym_PLUS_PLUS] = ACTIONS(4208), + [anon_sym_DASH_DASH] = ACTIONS(4208), + [anon_sym_BANG_BANG] = ACTIONS(4208), + [anon_sym_suspend] = ACTIONS(4206), + [anon_sym_sealed] = ACTIONS(4206), + [anon_sym_annotation] = ACTIONS(4206), + [anon_sym_data] = ACTIONS(4206), + [anon_sym_inner] = ACTIONS(4206), + [anon_sym_value] = ACTIONS(4206), + [anon_sym_override] = ACTIONS(4206), + [anon_sym_lateinit] = ACTIONS(4206), + [anon_sym_public] = ACTIONS(4206), + [anon_sym_private] = ACTIONS(4206), + [anon_sym_internal] = ACTIONS(4206), + [anon_sym_protected] = ACTIONS(4206), + [anon_sym_tailrec] = ACTIONS(4206), + [anon_sym_operator] = ACTIONS(4206), + [anon_sym_infix] = ACTIONS(4206), + [anon_sym_inline] = ACTIONS(4206), + [anon_sym_external] = ACTIONS(4206), + [sym_property_modifier] = ACTIONS(4206), + [anon_sym_abstract] = ACTIONS(4206), + [anon_sym_final] = ACTIONS(4206), + [anon_sym_open] = ACTIONS(4206), + [anon_sym_vararg] = ACTIONS(4206), + [anon_sym_noinline] = ACTIONS(4206), + [anon_sym_crossinline] = ACTIONS(4206), + [anon_sym_expect] = ACTIONS(4206), + [anon_sym_actual] = ACTIONS(4206), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4208), + [sym__automatic_semicolon] = ACTIONS(4208), + [sym_safe_nav] = ACTIONS(4208), + [sym_multiline_comment] = ACTIONS(3), + }, + [3397] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_RBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_EQ] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_RPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_where] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(6833), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4930), + [anon_sym_DASH_GT] = ACTIONS(4932), + [sym_label] = ACTIONS(4932), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_while] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_else] = ACTIONS(6835), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_PLUS_EQ] = ACTIONS(4932), + [anon_sym_DASH_EQ] = ACTIONS(4932), + [anon_sym_STAR_EQ] = ACTIONS(4932), + [anon_sym_SLASH_EQ] = ACTIONS(4932), + [anon_sym_PERCENT_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4930), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), + [sym_multiline_comment] = ACTIONS(3), + }, + [3398] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_RBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_EQ] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_RPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_where] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(4932), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4930), + [anon_sym_DASH_GT] = ACTIONS(4932), + [sym_label] = ACTIONS(4932), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_while] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_else] = ACTIONS(6835), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_PLUS_EQ] = ACTIONS(4932), + [anon_sym_DASH_EQ] = ACTIONS(4932), + [anon_sym_STAR_EQ] = ACTIONS(4932), + [anon_sym_SLASH_EQ] = ACTIONS(4932), + [anon_sym_PERCENT_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4930), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), + [sym_multiline_comment] = ACTIONS(3), + }, + [3399] = { + [aux_sym_type_constraints_repeat1] = STATE(3368), + [sym__alpha_identifier] = ACTIONS(4418), + [anon_sym_AT] = ACTIONS(4420), + [anon_sym_LBRACK] = ACTIONS(4420), + [anon_sym_EQ] = ACTIONS(4420), + [anon_sym_LBRACE] = ACTIONS(4420), + [anon_sym_RBRACE] = ACTIONS(4420), + [anon_sym_LPAREN] = ACTIONS(4420), + [anon_sym_COMMA] = ACTIONS(6809), + [anon_sym_by] = ACTIONS(4418), + [anon_sym_object] = ACTIONS(4418), + [anon_sym_fun] = ACTIONS(4418), + [anon_sym_SEMI] = ACTIONS(4420), + [anon_sym_get] = ACTIONS(4418), + [anon_sym_set] = ACTIONS(4418), + [anon_sym_this] = ACTIONS(4418), + [anon_sym_super] = ACTIONS(4418), + [anon_sym_STAR] = ACTIONS(4420), + [sym_label] = ACTIONS(4418), + [anon_sym_in] = ACTIONS(4418), + [anon_sym_null] = ACTIONS(4418), + [anon_sym_if] = ACTIONS(4418), + [anon_sym_else] = ACTIONS(4418), + [anon_sym_when] = ACTIONS(4418), + [anon_sym_try] = ACTIONS(4418), + [anon_sym_throw] = ACTIONS(4418), + [anon_sym_return] = ACTIONS(4418), + [anon_sym_continue] = ACTIONS(4418), + [anon_sym_break] = ACTIONS(4418), + [anon_sym_COLON_COLON] = ACTIONS(4420), + [anon_sym_BANGin] = ACTIONS(4420), + [anon_sym_is] = ACTIONS(4418), + [anon_sym_BANGis] = ACTIONS(4420), + [anon_sym_PLUS] = ACTIONS(4418), + [anon_sym_DASH] = ACTIONS(4418), + [anon_sym_PLUS_PLUS] = ACTIONS(4420), + [anon_sym_DASH_DASH] = ACTIONS(4420), + [anon_sym_BANG] = ACTIONS(4418), + [anon_sym_suspend] = ACTIONS(4418), + [anon_sym_sealed] = ACTIONS(4418), + [anon_sym_annotation] = ACTIONS(4418), + [anon_sym_data] = ACTIONS(4418), + [anon_sym_inner] = ACTIONS(4418), + [anon_sym_value] = ACTIONS(4418), + [anon_sym_override] = ACTIONS(4418), + [anon_sym_lateinit] = ACTIONS(4418), + [anon_sym_public] = ACTIONS(4418), + [anon_sym_private] = ACTIONS(4418), + [anon_sym_internal] = ACTIONS(4418), + [anon_sym_protected] = ACTIONS(4418), + [anon_sym_tailrec] = ACTIONS(4418), + [anon_sym_operator] = ACTIONS(4418), + [anon_sym_infix] = ACTIONS(4418), + [anon_sym_inline] = ACTIONS(4418), + [anon_sym_external] = ACTIONS(4418), + [sym_property_modifier] = ACTIONS(4418), + [anon_sym_abstract] = ACTIONS(4418), + [anon_sym_final] = ACTIONS(4418), + [anon_sym_open] = ACTIONS(4418), + [anon_sym_vararg] = ACTIONS(4418), + [anon_sym_noinline] = ACTIONS(4418), + [anon_sym_crossinline] = ACTIONS(4418), + [anon_sym_expect] = ACTIONS(4418), + [anon_sym_actual] = ACTIONS(4418), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4420), + [anon_sym_continue_AT] = ACTIONS(4420), + [anon_sym_break_AT] = ACTIONS(4420), + [anon_sym_this_AT] = ACTIONS(4420), + [anon_sym_super_AT] = ACTIONS(4420), + [sym_real_literal] = ACTIONS(4420), + [sym_integer_literal] = ACTIONS(4418), + [sym_hex_literal] = ACTIONS(4420), + [sym_bin_literal] = ACTIONS(4420), + [anon_sym_true] = ACTIONS(4418), + [anon_sym_false] = ACTIONS(4418), + [anon_sym_SQUOTE] = ACTIONS(4420), + [sym__backtick_identifier] = ACTIONS(4420), + [sym__automatic_semicolon] = ACTIONS(4420), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4420), + }, + [3400] = { + [sym__alpha_identifier] = ACTIONS(4914), + [anon_sym_AT] = ACTIONS(4916), + [anon_sym_LBRACK] = ACTIONS(4916), + [anon_sym_RBRACK] = ACTIONS(4916), + [anon_sym_as] = ACTIONS(4914), + [anon_sym_EQ] = ACTIONS(4914), + [anon_sym_LBRACE] = ACTIONS(4916), + [anon_sym_RBRACE] = ACTIONS(4916), + [anon_sym_LPAREN] = ACTIONS(4916), + [anon_sym_COMMA] = ACTIONS(4916), + [anon_sym_RPAREN] = ACTIONS(4916), + [anon_sym_LT] = ACTIONS(4914), + [anon_sym_GT] = ACTIONS(4914), + [anon_sym_where] = ACTIONS(4914), + [anon_sym_DOT] = ACTIONS(4914), + [anon_sym_SEMI] = ACTIONS(4916), + [anon_sym_get] = ACTIONS(4914), + [anon_sym_set] = ACTIONS(4914), + [anon_sym_STAR] = ACTIONS(4914), + [anon_sym_DASH_GT] = ACTIONS(4916), + [sym_label] = ACTIONS(4916), + [anon_sym_in] = ACTIONS(4914), + [anon_sym_while] = ACTIONS(4914), + [anon_sym_DOT_DOT] = ACTIONS(4916), + [anon_sym_QMARK_COLON] = ACTIONS(4916), + [anon_sym_AMP_AMP] = ACTIONS(4916), + [anon_sym_PIPE_PIPE] = ACTIONS(4916), + [anon_sym_else] = ACTIONS(4914), + [anon_sym_COLON_COLON] = ACTIONS(4916), + [anon_sym_PLUS_EQ] = ACTIONS(4916), + [anon_sym_DASH_EQ] = ACTIONS(4916), + [anon_sym_STAR_EQ] = ACTIONS(4916), + [anon_sym_SLASH_EQ] = ACTIONS(4916), + [anon_sym_PERCENT_EQ] = ACTIONS(4916), + [anon_sym_BANG_EQ] = ACTIONS(4914), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4916), + [anon_sym_EQ_EQ] = ACTIONS(4914), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4916), + [anon_sym_LT_EQ] = ACTIONS(4916), + [anon_sym_GT_EQ] = ACTIONS(4916), + [anon_sym_BANGin] = ACTIONS(4916), + [anon_sym_is] = ACTIONS(4914), + [anon_sym_BANGis] = ACTIONS(4916), + [anon_sym_PLUS] = ACTIONS(4914), + [anon_sym_DASH] = ACTIONS(4914), + [anon_sym_SLASH] = ACTIONS(4914), + [anon_sym_PERCENT] = ACTIONS(4914), + [anon_sym_as_QMARK] = ACTIONS(4916), + [anon_sym_PLUS_PLUS] = ACTIONS(4916), + [anon_sym_DASH_DASH] = ACTIONS(4916), + [anon_sym_BANG_BANG] = ACTIONS(4916), + [anon_sym_suspend] = ACTIONS(4914), + [anon_sym_sealed] = ACTIONS(4914), + [anon_sym_annotation] = ACTIONS(4914), + [anon_sym_data] = ACTIONS(4914), + [anon_sym_inner] = ACTIONS(4914), + [anon_sym_value] = ACTIONS(4914), + [anon_sym_override] = ACTIONS(4914), + [anon_sym_lateinit] = ACTIONS(4914), + [anon_sym_public] = ACTIONS(4914), + [anon_sym_private] = ACTIONS(4914), + [anon_sym_internal] = ACTIONS(4914), + [anon_sym_protected] = ACTIONS(4914), + [anon_sym_tailrec] = ACTIONS(4914), + [anon_sym_operator] = ACTIONS(4914), + [anon_sym_infix] = ACTIONS(4914), + [anon_sym_inline] = ACTIONS(4914), + [anon_sym_external] = ACTIONS(4914), + [sym_property_modifier] = ACTIONS(4914), + [anon_sym_abstract] = ACTIONS(4914), + [anon_sym_final] = ACTIONS(4914), + [anon_sym_open] = ACTIONS(4914), + [anon_sym_vararg] = ACTIONS(4914), + [anon_sym_noinline] = ACTIONS(4914), + [anon_sym_crossinline] = ACTIONS(4914), + [anon_sym_expect] = ACTIONS(4914), + [anon_sym_actual] = ACTIONS(4914), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4916), + [sym_safe_nav] = ACTIONS(4916), + [sym_multiline_comment] = ACTIONS(3), + }, + [3401] = { + [sym__alpha_identifier] = ACTIONS(4225), + [anon_sym_AT] = ACTIONS(4227), + [anon_sym_LBRACK] = ACTIONS(4227), + [anon_sym_EQ] = ACTIONS(4227), + [anon_sym_LBRACE] = ACTIONS(4227), + [anon_sym_RBRACE] = ACTIONS(4227), + [anon_sym_LPAREN] = ACTIONS(4227), + [anon_sym_COMMA] = ACTIONS(4227), + [anon_sym_by] = ACTIONS(4225), + [anon_sym_where] = ACTIONS(4225), + [anon_sym_object] = ACTIONS(4225), + [anon_sym_fun] = ACTIONS(4225), + [anon_sym_SEMI] = ACTIONS(4227), + [anon_sym_get] = ACTIONS(4225), + [anon_sym_set] = ACTIONS(4225), + [anon_sym_this] = ACTIONS(4225), + [anon_sym_super] = ACTIONS(4225), + [anon_sym_STAR] = ACTIONS(4227), + [sym_label] = ACTIONS(4225), + [anon_sym_in] = ACTIONS(4225), + [anon_sym_null] = ACTIONS(4225), + [anon_sym_if] = ACTIONS(4225), + [anon_sym_else] = ACTIONS(4225), + [anon_sym_when] = ACTIONS(4225), + [anon_sym_try] = ACTIONS(4225), + [anon_sym_throw] = ACTIONS(4225), + [anon_sym_return] = ACTIONS(4225), + [anon_sym_continue] = ACTIONS(4225), + [anon_sym_break] = ACTIONS(4225), + [anon_sym_COLON_COLON] = ACTIONS(4227), + [anon_sym_BANGin] = ACTIONS(4227), + [anon_sym_is] = ACTIONS(4225), + [anon_sym_BANGis] = ACTIONS(4227), + [anon_sym_PLUS] = ACTIONS(4225), + [anon_sym_DASH] = ACTIONS(4225), + [anon_sym_PLUS_PLUS] = ACTIONS(4227), + [anon_sym_DASH_DASH] = ACTIONS(4227), + [anon_sym_BANG] = ACTIONS(4225), + [anon_sym_suspend] = ACTIONS(4225), + [anon_sym_sealed] = ACTIONS(4225), + [anon_sym_annotation] = ACTIONS(4225), + [anon_sym_data] = ACTIONS(4225), + [anon_sym_inner] = ACTIONS(4225), + [anon_sym_value] = ACTIONS(4225), + [anon_sym_override] = ACTIONS(4225), + [anon_sym_lateinit] = ACTIONS(4225), + [anon_sym_public] = ACTIONS(4225), + [anon_sym_private] = ACTIONS(4225), + [anon_sym_internal] = ACTIONS(4225), + [anon_sym_protected] = ACTIONS(4225), + [anon_sym_tailrec] = ACTIONS(4225), + [anon_sym_operator] = ACTIONS(4225), + [anon_sym_infix] = ACTIONS(4225), + [anon_sym_inline] = ACTIONS(4225), + [anon_sym_external] = ACTIONS(4225), + [sym_property_modifier] = ACTIONS(4225), + [anon_sym_abstract] = ACTIONS(4225), + [anon_sym_final] = ACTIONS(4225), + [anon_sym_open] = ACTIONS(4225), + [anon_sym_vararg] = ACTIONS(4225), + [anon_sym_noinline] = ACTIONS(4225), + [anon_sym_crossinline] = ACTIONS(4225), + [anon_sym_expect] = ACTIONS(4225), + [anon_sym_actual] = ACTIONS(4225), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4227), + [anon_sym_continue_AT] = ACTIONS(4227), + [anon_sym_break_AT] = ACTIONS(4227), + [anon_sym_this_AT] = ACTIONS(4227), + [anon_sym_super_AT] = ACTIONS(4227), + [sym_real_literal] = ACTIONS(4227), + [sym_integer_literal] = ACTIONS(4225), + [sym_hex_literal] = ACTIONS(4227), + [sym_bin_literal] = ACTIONS(4227), + [anon_sym_true] = ACTIONS(4225), + [anon_sym_false] = ACTIONS(4225), + [anon_sym_SQUOTE] = ACTIONS(4227), + [sym__backtick_identifier] = ACTIONS(4227), + [sym__automatic_semicolon] = ACTIONS(4227), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4227), + }, + [3402] = { + [sym__alpha_identifier] = ACTIONS(5110), + [anon_sym_AT] = ACTIONS(5112), + [anon_sym_LBRACK] = ACTIONS(5112), + [anon_sym_RBRACK] = ACTIONS(5112), + [anon_sym_as] = ACTIONS(5110), + [anon_sym_EQ] = ACTIONS(5139), + [anon_sym_LBRACE] = ACTIONS(5112), + [anon_sym_RBRACE] = ACTIONS(5112), + [anon_sym_LPAREN] = ACTIONS(5112), + [anon_sym_COMMA] = ACTIONS(5112), + [anon_sym_RPAREN] = ACTIONS(5112), + [anon_sym_LT] = ACTIONS(5110), + [anon_sym_GT] = ACTIONS(5110), + [anon_sym_where] = ACTIONS(5110), + [anon_sym_DOT] = ACTIONS(5110), + [anon_sym_SEMI] = ACTIONS(5112), + [anon_sym_get] = ACTIONS(5110), + [anon_sym_set] = ACTIONS(5110), + [anon_sym_STAR] = ACTIONS(5110), + [anon_sym_DASH_GT] = ACTIONS(5112), + [sym_label] = ACTIONS(5112), + [anon_sym_in] = ACTIONS(5110), + [anon_sym_while] = ACTIONS(5110), + [anon_sym_DOT_DOT] = ACTIONS(5112), + [anon_sym_QMARK_COLON] = ACTIONS(5112), + [anon_sym_AMP_AMP] = ACTIONS(5112), + [anon_sym_PIPE_PIPE] = ACTIONS(5112), + [anon_sym_else] = ACTIONS(5110), + [anon_sym_COLON_COLON] = ACTIONS(6837), + [anon_sym_PLUS_EQ] = ACTIONS(5141), + [anon_sym_DASH_EQ] = ACTIONS(5141), + [anon_sym_STAR_EQ] = ACTIONS(5141), + [anon_sym_SLASH_EQ] = ACTIONS(5141), + [anon_sym_PERCENT_EQ] = ACTIONS(5141), + [anon_sym_BANG_EQ] = ACTIONS(5110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5112), + [anon_sym_EQ_EQ] = ACTIONS(5110), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5112), + [anon_sym_LT_EQ] = ACTIONS(5112), + [anon_sym_GT_EQ] = ACTIONS(5112), + [anon_sym_BANGin] = ACTIONS(5112), + [anon_sym_is] = ACTIONS(5110), + [anon_sym_BANGis] = ACTIONS(5112), + [anon_sym_PLUS] = ACTIONS(5110), + [anon_sym_DASH] = ACTIONS(5110), + [anon_sym_SLASH] = ACTIONS(5110), + [anon_sym_PERCENT] = ACTIONS(5110), + [anon_sym_as_QMARK] = ACTIONS(5112), + [anon_sym_PLUS_PLUS] = ACTIONS(5112), + [anon_sym_DASH_DASH] = ACTIONS(5112), + [anon_sym_BANG_BANG] = ACTIONS(5112), + [anon_sym_suspend] = ACTIONS(5110), + [anon_sym_sealed] = ACTIONS(5110), + [anon_sym_annotation] = ACTIONS(5110), + [anon_sym_data] = ACTIONS(5110), + [anon_sym_inner] = ACTIONS(5110), + [anon_sym_value] = ACTIONS(5110), + [anon_sym_override] = ACTIONS(5110), + [anon_sym_lateinit] = ACTIONS(5110), + [anon_sym_public] = ACTIONS(5110), + [anon_sym_private] = ACTIONS(5110), + [anon_sym_internal] = ACTIONS(5110), + [anon_sym_protected] = ACTIONS(5110), + [anon_sym_tailrec] = ACTIONS(5110), + [anon_sym_operator] = ACTIONS(5110), + [anon_sym_infix] = ACTIONS(5110), + [anon_sym_inline] = ACTIONS(5110), + [anon_sym_external] = ACTIONS(5110), + [sym_property_modifier] = ACTIONS(5110), + [anon_sym_abstract] = ACTIONS(5110), + [anon_sym_final] = ACTIONS(5110), + [anon_sym_open] = ACTIONS(5110), + [anon_sym_vararg] = ACTIONS(5110), + [anon_sym_noinline] = ACTIONS(5110), + [anon_sym_crossinline] = ACTIONS(5110), + [anon_sym_expect] = ACTIONS(5110), + [anon_sym_actual] = ACTIONS(5110), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5112), + [sym_safe_nav] = ACTIONS(5112), + [sym_multiline_comment] = ACTIONS(3), + }, + [3403] = { + [sym__alpha_identifier] = ACTIONS(4822), + [anon_sym_AT] = ACTIONS(4824), + [anon_sym_LBRACK] = ACTIONS(4824), + [anon_sym_RBRACK] = ACTIONS(4824), + [anon_sym_as] = ACTIONS(4822), + [anon_sym_EQ] = ACTIONS(4822), + [anon_sym_LBRACE] = ACTIONS(4824), + [anon_sym_RBRACE] = ACTIONS(4824), + [anon_sym_LPAREN] = ACTIONS(4824), + [anon_sym_COMMA] = ACTIONS(4824), + [anon_sym_RPAREN] = ACTIONS(4824), + [anon_sym_LT] = ACTIONS(4822), + [anon_sym_GT] = ACTIONS(4822), + [anon_sym_where] = ACTIONS(4822), + [anon_sym_DOT] = ACTIONS(4822), + [anon_sym_SEMI] = ACTIONS(4824), + [anon_sym_get] = ACTIONS(4822), + [anon_sym_set] = ACTIONS(4822), + [anon_sym_STAR] = ACTIONS(4822), + [anon_sym_DASH_GT] = ACTIONS(4824), + [sym_label] = ACTIONS(4824), + [anon_sym_in] = ACTIONS(4822), + [anon_sym_while] = ACTIONS(4822), + [anon_sym_DOT_DOT] = ACTIONS(4824), + [anon_sym_QMARK_COLON] = ACTIONS(4824), + [anon_sym_AMP_AMP] = ACTIONS(4824), + [anon_sym_PIPE_PIPE] = ACTIONS(4824), + [anon_sym_else] = ACTIONS(4822), + [anon_sym_COLON_COLON] = ACTIONS(4824), + [anon_sym_PLUS_EQ] = ACTIONS(4824), + [anon_sym_DASH_EQ] = ACTIONS(4824), + [anon_sym_STAR_EQ] = ACTIONS(4824), + [anon_sym_SLASH_EQ] = ACTIONS(4824), + [anon_sym_PERCENT_EQ] = ACTIONS(4824), + [anon_sym_BANG_EQ] = ACTIONS(4822), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4824), + [anon_sym_EQ_EQ] = ACTIONS(4822), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4824), + [anon_sym_LT_EQ] = ACTIONS(4824), + [anon_sym_GT_EQ] = ACTIONS(4824), + [anon_sym_BANGin] = ACTIONS(4824), + [anon_sym_is] = ACTIONS(4822), + [anon_sym_BANGis] = ACTIONS(4824), + [anon_sym_PLUS] = ACTIONS(4822), + [anon_sym_DASH] = ACTIONS(4822), + [anon_sym_SLASH] = ACTIONS(4822), + [anon_sym_PERCENT] = ACTIONS(4822), + [anon_sym_as_QMARK] = ACTIONS(4824), + [anon_sym_PLUS_PLUS] = ACTIONS(4824), + [anon_sym_DASH_DASH] = ACTIONS(4824), + [anon_sym_BANG_BANG] = ACTIONS(4824), + [anon_sym_suspend] = ACTIONS(4822), + [anon_sym_sealed] = ACTIONS(4822), + [anon_sym_annotation] = ACTIONS(4822), + [anon_sym_data] = ACTIONS(4822), + [anon_sym_inner] = ACTIONS(4822), + [anon_sym_value] = ACTIONS(4822), + [anon_sym_override] = ACTIONS(4822), + [anon_sym_lateinit] = ACTIONS(4822), + [anon_sym_public] = ACTIONS(4822), + [anon_sym_private] = ACTIONS(4822), + [anon_sym_internal] = ACTIONS(4822), + [anon_sym_protected] = ACTIONS(4822), + [anon_sym_tailrec] = ACTIONS(4822), + [anon_sym_operator] = ACTIONS(4822), + [anon_sym_infix] = ACTIONS(4822), + [anon_sym_inline] = ACTIONS(4822), + [anon_sym_external] = ACTIONS(4822), + [sym_property_modifier] = ACTIONS(4822), + [anon_sym_abstract] = ACTIONS(4822), + [anon_sym_final] = ACTIONS(4822), + [anon_sym_open] = ACTIONS(4822), + [anon_sym_vararg] = ACTIONS(4822), + [anon_sym_noinline] = ACTIONS(4822), + [anon_sym_crossinline] = ACTIONS(4822), + [anon_sym_expect] = ACTIONS(4822), + [anon_sym_actual] = ACTIONS(4822), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4824), + [sym_safe_nav] = ACTIONS(4824), + [sym_multiline_comment] = ACTIONS(3), + }, + [3404] = { + [sym__alpha_identifier] = ACTIONS(4458), + [anon_sym_AT] = ACTIONS(4460), + [anon_sym_LBRACK] = ACTIONS(4460), + [anon_sym_RBRACK] = ACTIONS(4460), + [anon_sym_as] = ACTIONS(4458), + [anon_sym_EQ] = ACTIONS(4458), + [anon_sym_LBRACE] = ACTIONS(4460), + [anon_sym_RBRACE] = ACTIONS(4460), + [anon_sym_LPAREN] = ACTIONS(4460), + [anon_sym_COMMA] = ACTIONS(4460), + [anon_sym_RPAREN] = ACTIONS(4460), + [anon_sym_LT] = ACTIONS(4458), + [anon_sym_GT] = ACTIONS(4458), + [anon_sym_where] = ACTIONS(4458), + [anon_sym_DOT] = ACTIONS(4458), + [anon_sym_SEMI] = ACTIONS(4460), + [anon_sym_get] = ACTIONS(4458), + [anon_sym_set] = ACTIONS(4458), + [anon_sym_STAR] = ACTIONS(4458), + [anon_sym_DASH_GT] = ACTIONS(4460), + [sym_label] = ACTIONS(4460), + [anon_sym_in] = ACTIONS(4458), + [anon_sym_while] = ACTIONS(4458), + [anon_sym_DOT_DOT] = ACTIONS(4460), + [anon_sym_QMARK_COLON] = ACTIONS(4460), + [anon_sym_AMP_AMP] = ACTIONS(4460), + [anon_sym_PIPE_PIPE] = ACTIONS(4460), + [anon_sym_else] = ACTIONS(4458), + [anon_sym_COLON_COLON] = ACTIONS(4460), + [anon_sym_PLUS_EQ] = ACTIONS(4460), + [anon_sym_DASH_EQ] = ACTIONS(4460), + [anon_sym_STAR_EQ] = ACTIONS(4460), + [anon_sym_SLASH_EQ] = ACTIONS(4460), + [anon_sym_PERCENT_EQ] = ACTIONS(4460), + [anon_sym_BANG_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4460), + [anon_sym_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4460), + [anon_sym_LT_EQ] = ACTIONS(4460), + [anon_sym_GT_EQ] = ACTIONS(4460), + [anon_sym_BANGin] = ACTIONS(4460), + [anon_sym_is] = ACTIONS(4458), + [anon_sym_BANGis] = ACTIONS(4460), + [anon_sym_PLUS] = ACTIONS(4458), + [anon_sym_DASH] = ACTIONS(4458), + [anon_sym_SLASH] = ACTIONS(4458), + [anon_sym_PERCENT] = ACTIONS(4458), + [anon_sym_as_QMARK] = ACTIONS(4460), + [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(4460), + [anon_sym_BANG_BANG] = ACTIONS(4460), + [anon_sym_suspend] = ACTIONS(4458), + [anon_sym_sealed] = ACTIONS(4458), + [anon_sym_annotation] = ACTIONS(4458), + [anon_sym_data] = ACTIONS(4458), + [anon_sym_inner] = ACTIONS(4458), + [anon_sym_value] = ACTIONS(4458), + [anon_sym_override] = ACTIONS(4458), + [anon_sym_lateinit] = ACTIONS(4458), + [anon_sym_public] = ACTIONS(4458), + [anon_sym_private] = ACTIONS(4458), + [anon_sym_internal] = ACTIONS(4458), + [anon_sym_protected] = ACTIONS(4458), + [anon_sym_tailrec] = ACTIONS(4458), + [anon_sym_operator] = ACTIONS(4458), + [anon_sym_infix] = ACTIONS(4458), + [anon_sym_inline] = ACTIONS(4458), + [anon_sym_external] = ACTIONS(4458), + [sym_property_modifier] = ACTIONS(4458), + [anon_sym_abstract] = ACTIONS(4458), + [anon_sym_final] = ACTIONS(4458), + [anon_sym_open] = ACTIONS(4458), + [anon_sym_vararg] = ACTIONS(4458), + [anon_sym_noinline] = ACTIONS(4458), + [anon_sym_crossinline] = ACTIONS(4458), + [anon_sym_expect] = ACTIONS(4458), + [anon_sym_actual] = ACTIONS(4458), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4460), + [sym_safe_nav] = ACTIONS(4460), + [sym_multiline_comment] = ACTIONS(3), + }, + [3405] = { + [sym__alpha_identifier] = ACTIONS(4942), + [anon_sym_AT] = ACTIONS(4944), + [anon_sym_LBRACK] = ACTIONS(4944), + [anon_sym_RBRACK] = ACTIONS(4944), + [anon_sym_as] = ACTIONS(4942), + [anon_sym_EQ] = ACTIONS(4942), + [anon_sym_LBRACE] = ACTIONS(4944), + [anon_sym_RBRACE] = ACTIONS(4944), + [anon_sym_LPAREN] = ACTIONS(4944), + [anon_sym_COMMA] = ACTIONS(4944), + [anon_sym_RPAREN] = ACTIONS(4944), + [anon_sym_LT] = ACTIONS(4942), + [anon_sym_GT] = ACTIONS(4942), + [anon_sym_where] = ACTIONS(4942), + [anon_sym_DOT] = ACTIONS(4942), + [anon_sym_SEMI] = ACTIONS(4944), + [anon_sym_get] = ACTIONS(4942), + [anon_sym_set] = ACTIONS(4942), + [anon_sym_STAR] = ACTIONS(4942), + [anon_sym_DASH_GT] = ACTIONS(4944), + [sym_label] = ACTIONS(4944), + [anon_sym_in] = ACTIONS(4942), + [anon_sym_while] = ACTIONS(4942), + [anon_sym_DOT_DOT] = ACTIONS(4944), + [anon_sym_QMARK_COLON] = ACTIONS(4944), + [anon_sym_AMP_AMP] = ACTIONS(4944), + [anon_sym_PIPE_PIPE] = ACTIONS(4944), + [anon_sym_else] = ACTIONS(4942), + [anon_sym_COLON_COLON] = ACTIONS(4944), + [anon_sym_PLUS_EQ] = ACTIONS(4944), + [anon_sym_DASH_EQ] = ACTIONS(4944), + [anon_sym_STAR_EQ] = ACTIONS(4944), + [anon_sym_SLASH_EQ] = ACTIONS(4944), + [anon_sym_PERCENT_EQ] = ACTIONS(4944), + [anon_sym_BANG_EQ] = ACTIONS(4942), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4944), + [anon_sym_EQ_EQ] = ACTIONS(4942), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4944), + [anon_sym_LT_EQ] = ACTIONS(4944), + [anon_sym_GT_EQ] = ACTIONS(4944), + [anon_sym_BANGin] = ACTIONS(4944), + [anon_sym_is] = ACTIONS(4942), + [anon_sym_BANGis] = ACTIONS(4944), + [anon_sym_PLUS] = ACTIONS(4942), + [anon_sym_DASH] = ACTIONS(4942), + [anon_sym_SLASH] = ACTIONS(4942), + [anon_sym_PERCENT] = ACTIONS(4942), + [anon_sym_as_QMARK] = ACTIONS(4944), + [anon_sym_PLUS_PLUS] = ACTIONS(4944), + [anon_sym_DASH_DASH] = ACTIONS(4944), + [anon_sym_BANG_BANG] = ACTIONS(4944), + [anon_sym_suspend] = ACTIONS(4942), + [anon_sym_sealed] = ACTIONS(4942), + [anon_sym_annotation] = ACTIONS(4942), + [anon_sym_data] = ACTIONS(4942), + [anon_sym_inner] = ACTIONS(4942), + [anon_sym_value] = ACTIONS(4942), + [anon_sym_override] = ACTIONS(4942), + [anon_sym_lateinit] = ACTIONS(4942), + [anon_sym_public] = ACTIONS(4942), + [anon_sym_private] = ACTIONS(4942), + [anon_sym_internal] = ACTIONS(4942), + [anon_sym_protected] = ACTIONS(4942), + [anon_sym_tailrec] = ACTIONS(4942), + [anon_sym_operator] = ACTIONS(4942), + [anon_sym_infix] = ACTIONS(4942), + [anon_sym_inline] = ACTIONS(4942), + [anon_sym_external] = ACTIONS(4942), + [sym_property_modifier] = ACTIONS(4942), + [anon_sym_abstract] = ACTIONS(4942), + [anon_sym_final] = ACTIONS(4942), + [anon_sym_open] = ACTIONS(4942), + [anon_sym_vararg] = ACTIONS(4942), + [anon_sym_noinline] = ACTIONS(4942), + [anon_sym_crossinline] = ACTIONS(4942), + [anon_sym_expect] = ACTIONS(4942), + [anon_sym_actual] = ACTIONS(4942), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4944), + [sym_safe_nav] = ACTIONS(4944), + [sym_multiline_comment] = ACTIONS(3), + }, + [3406] = { + [sym__alpha_identifier] = ACTIONS(4882), + [anon_sym_AT] = ACTIONS(4884), + [anon_sym_LBRACK] = ACTIONS(4884), + [anon_sym_RBRACK] = ACTIONS(4884), + [anon_sym_as] = ACTIONS(4882), + [anon_sym_EQ] = ACTIONS(4882), + [anon_sym_LBRACE] = ACTIONS(4884), + [anon_sym_RBRACE] = ACTIONS(4884), + [anon_sym_LPAREN] = ACTIONS(4884), + [anon_sym_COMMA] = ACTIONS(4884), + [anon_sym_RPAREN] = ACTIONS(4884), + [anon_sym_LT] = ACTIONS(4882), + [anon_sym_GT] = ACTIONS(4882), + [anon_sym_where] = ACTIONS(4882), + [anon_sym_DOT] = ACTIONS(4882), + [anon_sym_SEMI] = ACTIONS(4884), + [anon_sym_get] = ACTIONS(4882), + [anon_sym_set] = ACTIONS(4882), + [anon_sym_STAR] = ACTIONS(4882), + [anon_sym_DASH_GT] = ACTIONS(4884), + [sym_label] = ACTIONS(4884), + [anon_sym_in] = ACTIONS(4882), + [anon_sym_while] = ACTIONS(4882), + [anon_sym_DOT_DOT] = ACTIONS(4884), + [anon_sym_QMARK_COLON] = ACTIONS(4884), + [anon_sym_AMP_AMP] = ACTIONS(4884), + [anon_sym_PIPE_PIPE] = ACTIONS(4884), + [anon_sym_else] = ACTIONS(4882), + [anon_sym_COLON_COLON] = ACTIONS(4884), + [anon_sym_PLUS_EQ] = ACTIONS(4884), + [anon_sym_DASH_EQ] = ACTIONS(4884), + [anon_sym_STAR_EQ] = ACTIONS(4884), + [anon_sym_SLASH_EQ] = ACTIONS(4884), + [anon_sym_PERCENT_EQ] = ACTIONS(4884), + [anon_sym_BANG_EQ] = ACTIONS(4882), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4884), + [anon_sym_EQ_EQ] = ACTIONS(4882), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4884), + [anon_sym_LT_EQ] = ACTIONS(4884), + [anon_sym_GT_EQ] = ACTIONS(4884), + [anon_sym_BANGin] = ACTIONS(4884), + [anon_sym_is] = ACTIONS(4882), + [anon_sym_BANGis] = ACTIONS(4884), + [anon_sym_PLUS] = ACTIONS(4882), + [anon_sym_DASH] = ACTIONS(4882), + [anon_sym_SLASH] = ACTIONS(4882), + [anon_sym_PERCENT] = ACTIONS(4882), + [anon_sym_as_QMARK] = ACTIONS(4884), + [anon_sym_PLUS_PLUS] = ACTIONS(4884), + [anon_sym_DASH_DASH] = ACTIONS(4884), + [anon_sym_BANG_BANG] = ACTIONS(4884), + [anon_sym_suspend] = ACTIONS(4882), + [anon_sym_sealed] = ACTIONS(4882), + [anon_sym_annotation] = ACTIONS(4882), + [anon_sym_data] = ACTIONS(4882), + [anon_sym_inner] = ACTIONS(4882), + [anon_sym_value] = ACTIONS(4882), + [anon_sym_override] = ACTIONS(4882), + [anon_sym_lateinit] = ACTIONS(4882), + [anon_sym_public] = ACTIONS(4882), + [anon_sym_private] = ACTIONS(4882), + [anon_sym_internal] = ACTIONS(4882), + [anon_sym_protected] = ACTIONS(4882), + [anon_sym_tailrec] = ACTIONS(4882), + [anon_sym_operator] = ACTIONS(4882), + [anon_sym_infix] = ACTIONS(4882), + [anon_sym_inline] = ACTIONS(4882), + [anon_sym_external] = ACTIONS(4882), + [sym_property_modifier] = ACTIONS(4882), + [anon_sym_abstract] = ACTIONS(4882), + [anon_sym_final] = ACTIONS(4882), + [anon_sym_open] = ACTIONS(4882), + [anon_sym_vararg] = ACTIONS(4882), + [anon_sym_noinline] = ACTIONS(4882), + [anon_sym_crossinline] = ACTIONS(4882), + [anon_sym_expect] = ACTIONS(4882), + [anon_sym_actual] = ACTIONS(4882), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4884), + [sym_safe_nav] = ACTIONS(4884), + [sym_multiline_comment] = ACTIONS(3), + }, + [3407] = { + [sym__alpha_identifier] = ACTIONS(4848), + [anon_sym_AT] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_RBRACK] = ACTIONS(4850), + [anon_sym_as] = ACTIONS(4848), + [anon_sym_EQ] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_LPAREN] = ACTIONS(6840), + [anon_sym_COMMA] = ACTIONS(4850), + [anon_sym_RPAREN] = ACTIONS(4850), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_where] = ACTIONS(4848), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym_get] = ACTIONS(4848), + [anon_sym_set] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4848), + [anon_sym_DASH_GT] = ACTIONS(4850), + [sym_label] = ACTIONS(4850), + [anon_sym_in] = ACTIONS(4848), + [anon_sym_while] = ACTIONS(4848), + [anon_sym_DOT_DOT] = ACTIONS(4850), + [anon_sym_QMARK_COLON] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_else] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_PLUS_EQ] = ACTIONS(4850), + [anon_sym_DASH_EQ] = ACTIONS(4850), + [anon_sym_STAR_EQ] = ACTIONS(4850), + [anon_sym_SLASH_EQ] = ACTIONS(4850), + [anon_sym_PERCENT_EQ] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4850), + [anon_sym_EQ_EQ] = ACTIONS(4848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_BANGin] = ACTIONS(4850), + [anon_sym_is] = ACTIONS(4848), + [anon_sym_BANGis] = ACTIONS(4850), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4848), + [anon_sym_as_QMARK] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_BANG_BANG] = ACTIONS(4850), + [anon_sym_suspend] = ACTIONS(4848), + [anon_sym_sealed] = ACTIONS(4848), + [anon_sym_annotation] = ACTIONS(4848), + [anon_sym_data] = ACTIONS(4848), + [anon_sym_inner] = ACTIONS(4848), + [anon_sym_value] = ACTIONS(4848), + [anon_sym_override] = ACTIONS(4848), + [anon_sym_lateinit] = ACTIONS(4848), + [anon_sym_public] = ACTIONS(4848), + [anon_sym_private] = ACTIONS(4848), + [anon_sym_internal] = ACTIONS(4848), + [anon_sym_protected] = ACTIONS(4848), + [anon_sym_tailrec] = ACTIONS(4848), + [anon_sym_operator] = ACTIONS(4848), + [anon_sym_infix] = ACTIONS(4848), + [anon_sym_inline] = ACTIONS(4848), + [anon_sym_external] = ACTIONS(4848), + [sym_property_modifier] = ACTIONS(4848), + [anon_sym_abstract] = ACTIONS(4848), + [anon_sym_final] = ACTIONS(4848), + [anon_sym_open] = ACTIONS(4848), + [anon_sym_vararg] = ACTIONS(4848), + [anon_sym_noinline] = ACTIONS(4848), + [anon_sym_crossinline] = ACTIONS(4848), + [anon_sym_expect] = ACTIONS(4848), + [anon_sym_actual] = ACTIONS(4848), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4850), + [sym_safe_nav] = ACTIONS(4850), + [sym_multiline_comment] = ACTIONS(3), + }, + [3408] = { + [sym__alpha_identifier] = ACTIONS(4838), + [anon_sym_AT] = ACTIONS(4840), + [anon_sym_LBRACK] = ACTIONS(4840), + [anon_sym_RBRACK] = ACTIONS(4840), + [anon_sym_as] = ACTIONS(4838), + [anon_sym_EQ] = ACTIONS(4838), + [anon_sym_LBRACE] = ACTIONS(4840), + [anon_sym_RBRACE] = ACTIONS(4840), + [anon_sym_LPAREN] = ACTIONS(6842), + [anon_sym_COMMA] = ACTIONS(4840), + [anon_sym_RPAREN] = ACTIONS(4840), + [anon_sym_LT] = ACTIONS(4838), + [anon_sym_GT] = ACTIONS(4838), + [anon_sym_where] = ACTIONS(4838), + [anon_sym_DOT] = ACTIONS(4838), + [anon_sym_SEMI] = ACTIONS(4840), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4838), + [anon_sym_STAR] = ACTIONS(4838), + [anon_sym_DASH_GT] = ACTIONS(4840), + [sym_label] = ACTIONS(4840), + [anon_sym_in] = ACTIONS(4838), + [anon_sym_while] = ACTIONS(4838), + [anon_sym_DOT_DOT] = ACTIONS(4840), + [anon_sym_QMARK_COLON] = ACTIONS(4840), + [anon_sym_AMP_AMP] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4840), + [anon_sym_else] = ACTIONS(4838), + [anon_sym_COLON_COLON] = ACTIONS(4840), + [anon_sym_PLUS_EQ] = ACTIONS(4840), + [anon_sym_DASH_EQ] = ACTIONS(4840), + [anon_sym_STAR_EQ] = ACTIONS(4840), + [anon_sym_SLASH_EQ] = ACTIONS(4840), + [anon_sym_PERCENT_EQ] = ACTIONS(4840), + [anon_sym_BANG_EQ] = ACTIONS(4838), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4840), + [anon_sym_EQ_EQ] = ACTIONS(4838), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4840), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4840), + [anon_sym_BANGin] = ACTIONS(4840), + [anon_sym_is] = ACTIONS(4838), + [anon_sym_BANGis] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4838), + [anon_sym_SLASH] = ACTIONS(4838), + [anon_sym_PERCENT] = ACTIONS(4838), + [anon_sym_as_QMARK] = ACTIONS(4840), + [anon_sym_PLUS_PLUS] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4840), + [anon_sym_BANG_BANG] = ACTIONS(4840), + [anon_sym_suspend] = ACTIONS(4838), + [anon_sym_sealed] = ACTIONS(4838), + [anon_sym_annotation] = ACTIONS(4838), + [anon_sym_data] = ACTIONS(4838), + [anon_sym_inner] = ACTIONS(4838), + [anon_sym_value] = ACTIONS(4838), + [anon_sym_override] = ACTIONS(4838), + [anon_sym_lateinit] = ACTIONS(4838), + [anon_sym_public] = ACTIONS(4838), + [anon_sym_private] = ACTIONS(4838), + [anon_sym_internal] = ACTIONS(4838), + [anon_sym_protected] = ACTIONS(4838), + [anon_sym_tailrec] = ACTIONS(4838), + [anon_sym_operator] = ACTIONS(4838), + [anon_sym_infix] = ACTIONS(4838), + [anon_sym_inline] = ACTIONS(4838), + [anon_sym_external] = ACTIONS(4838), + [sym_property_modifier] = ACTIONS(4838), + [anon_sym_abstract] = ACTIONS(4838), + [anon_sym_final] = ACTIONS(4838), + [anon_sym_open] = ACTIONS(4838), + [anon_sym_vararg] = ACTIONS(4838), + [anon_sym_noinline] = ACTIONS(4838), + [anon_sym_crossinline] = ACTIONS(4838), + [anon_sym_expect] = ACTIONS(4838), + [anon_sym_actual] = ACTIONS(4838), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5133), - [sym_safe_nav] = ACTIONS(5133), + [sym__backtick_identifier] = ACTIONS(4840), + [sym_safe_nav] = ACTIONS(4840), [sym_multiline_comment] = ACTIONS(3), }, - [3440] = { + [3409] = { [sym__alpha_identifier] = ACTIONS(5135), [anon_sym_AT] = ACTIONS(5137), [anon_sym_LBRACK] = ACTIONS(5137), @@ -399189,7 +396580,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(5137), [sym_multiline_comment] = ACTIONS(3), }, - [3441] = { + [3410] = { + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4301), + [anon_sym_LBRACK] = ACTIONS(4301), + [anon_sym_RBRACK] = ACTIONS(4301), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4301), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(6844), + [anon_sym_COMMA] = ACTIONS(4301), + [anon_sym_RPAREN] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [anon_sym_DASH_GT] = ACTIONS(4301), + [sym_label] = ACTIONS(4301), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4301), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [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(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4301), + [anon_sym_DASH_DASH] = ACTIONS(4301), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [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_value] = 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(4301), + [sym_safe_nav] = ACTIONS(4301), + [sym_multiline_comment] = ACTIONS(3), + }, + [3411] = { + [sym__alpha_identifier] = ACTIONS(4289), + [anon_sym_AT] = ACTIONS(4287), + [anon_sym_LBRACK] = ACTIONS(4287), + [anon_sym_RBRACK] = ACTIONS(4287), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_EQ] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4287), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(6846), + [anon_sym_COMMA] = ACTIONS(4287), + [anon_sym_RPAREN] = ACTIONS(4287), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_where] = ACTIONS(4289), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4289), + [anon_sym_set] = ACTIONS(4289), + [anon_sym_STAR] = ACTIONS(4289), + [anon_sym_DASH_GT] = ACTIONS(4287), + [sym_label] = ACTIONS(4287), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_while] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_else] = ACTIONS(4289), + [anon_sym_COLON_COLON] = ACTIONS(4287), + [anon_sym_PLUS_EQ] = ACTIONS(4287), + [anon_sym_DASH_EQ] = ACTIONS(4287), + [anon_sym_STAR_EQ] = ACTIONS(4287), + [anon_sym_SLASH_EQ] = ACTIONS(4287), + [anon_sym_PERCENT_EQ] = ACTIONS(4287), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4289), + [anon_sym_DASH] = ACTIONS(4289), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4289), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4287), + [anon_sym_DASH_DASH] = ACTIONS(4287), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_suspend] = ACTIONS(4289), + [anon_sym_sealed] = ACTIONS(4289), + [anon_sym_annotation] = ACTIONS(4289), + [anon_sym_data] = ACTIONS(4289), + [anon_sym_inner] = ACTIONS(4289), + [anon_sym_value] = ACTIONS(4289), + [anon_sym_override] = ACTIONS(4289), + [anon_sym_lateinit] = ACTIONS(4289), + [anon_sym_public] = ACTIONS(4289), + [anon_sym_private] = ACTIONS(4289), + [anon_sym_internal] = ACTIONS(4289), + [anon_sym_protected] = ACTIONS(4289), + [anon_sym_tailrec] = ACTIONS(4289), + [anon_sym_operator] = ACTIONS(4289), + [anon_sym_infix] = ACTIONS(4289), + [anon_sym_inline] = ACTIONS(4289), + [anon_sym_external] = ACTIONS(4289), + [sym_property_modifier] = ACTIONS(4289), + [anon_sym_abstract] = ACTIONS(4289), + [anon_sym_final] = ACTIONS(4289), + [anon_sym_open] = ACTIONS(4289), + [anon_sym_vararg] = ACTIONS(4289), + [anon_sym_noinline] = ACTIONS(4289), + [anon_sym_crossinline] = ACTIONS(4289), + [anon_sym_expect] = ACTIONS(4289), + [anon_sym_actual] = ACTIONS(4289), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4287), + [sym_safe_nav] = ACTIONS(4287), + [sym_multiline_comment] = ACTIONS(3), + }, + [3412] = { [sym__alpha_identifier] = ACTIONS(5195), [anon_sym_AT] = ACTIONS(5197), [anon_sym_LBRACK] = ACTIONS(5197), @@ -399268,260 +396825,2086 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(5195), [anon_sym_actual] = ACTIONS(5195), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5197), - [sym_safe_nav] = ACTIONS(5197), + [sym__backtick_identifier] = ACTIONS(5197), + [sym_safe_nav] = ACTIONS(5197), + [sym_multiline_comment] = ACTIONS(3), + }, + [3413] = { + [sym__alpha_identifier] = ACTIONS(4163), + [anon_sym_AT] = ACTIONS(4165), + [anon_sym_COLON] = ACTIONS(6536), + [anon_sym_LBRACK] = ACTIONS(4165), + [anon_sym_EQ] = ACTIONS(4165), + [anon_sym_LBRACE] = ACTIONS(4165), + [anon_sym_RBRACE] = ACTIONS(4165), + [anon_sym_LPAREN] = ACTIONS(4165), + [anon_sym_by] = ACTIONS(4163), + [anon_sym_where] = ACTIONS(4163), + [anon_sym_object] = ACTIONS(4163), + [anon_sym_fun] = ACTIONS(4163), + [anon_sym_SEMI] = ACTIONS(4165), + [anon_sym_get] = ACTIONS(4163), + [anon_sym_set] = ACTIONS(4163), + [anon_sym_this] = ACTIONS(4163), + [anon_sym_super] = ACTIONS(4163), + [anon_sym_STAR] = ACTIONS(4165), + [sym_label] = ACTIONS(4163), + [anon_sym_in] = ACTIONS(4163), + [anon_sym_null] = ACTIONS(4163), + [anon_sym_if] = ACTIONS(4163), + [anon_sym_else] = ACTIONS(4163), + [anon_sym_when] = ACTIONS(4163), + [anon_sym_try] = ACTIONS(4163), + [anon_sym_throw] = ACTIONS(4163), + [anon_sym_return] = ACTIONS(4163), + [anon_sym_continue] = ACTIONS(4163), + [anon_sym_break] = ACTIONS(4163), + [anon_sym_COLON_COLON] = ACTIONS(4165), + [anon_sym_BANGin] = ACTIONS(4165), + [anon_sym_is] = ACTIONS(4163), + [anon_sym_BANGis] = ACTIONS(4165), + [anon_sym_PLUS] = ACTIONS(4163), + [anon_sym_DASH] = ACTIONS(4163), + [anon_sym_PLUS_PLUS] = ACTIONS(4165), + [anon_sym_DASH_DASH] = ACTIONS(4165), + [anon_sym_BANG] = ACTIONS(4163), + [anon_sym_suspend] = ACTIONS(4163), + [anon_sym_sealed] = ACTIONS(4163), + [anon_sym_annotation] = ACTIONS(4163), + [anon_sym_data] = ACTIONS(4163), + [anon_sym_inner] = ACTIONS(4163), + [anon_sym_value] = ACTIONS(4163), + [anon_sym_override] = ACTIONS(4163), + [anon_sym_lateinit] = ACTIONS(4163), + [anon_sym_public] = ACTIONS(4163), + [anon_sym_private] = ACTIONS(4163), + [anon_sym_internal] = ACTIONS(4163), + [anon_sym_protected] = ACTIONS(4163), + [anon_sym_tailrec] = ACTIONS(4163), + [anon_sym_operator] = ACTIONS(4163), + [anon_sym_infix] = ACTIONS(4163), + [anon_sym_inline] = ACTIONS(4163), + [anon_sym_external] = ACTIONS(4163), + [sym_property_modifier] = ACTIONS(4163), + [anon_sym_abstract] = ACTIONS(4163), + [anon_sym_final] = ACTIONS(4163), + [anon_sym_open] = ACTIONS(4163), + [anon_sym_vararg] = ACTIONS(4163), + [anon_sym_noinline] = ACTIONS(4163), + [anon_sym_crossinline] = ACTIONS(4163), + [anon_sym_expect] = ACTIONS(4163), + [anon_sym_actual] = ACTIONS(4163), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4165), + [anon_sym_continue_AT] = ACTIONS(4165), + [anon_sym_break_AT] = ACTIONS(4165), + [anon_sym_this_AT] = ACTIONS(4165), + [anon_sym_super_AT] = ACTIONS(4165), + [sym_real_literal] = ACTIONS(4165), + [sym_integer_literal] = ACTIONS(4163), + [sym_hex_literal] = ACTIONS(4165), + [sym_bin_literal] = ACTIONS(4165), + [anon_sym_true] = ACTIONS(4163), + [anon_sym_false] = ACTIONS(4163), + [anon_sym_SQUOTE] = ACTIONS(4165), + [sym__backtick_identifier] = ACTIONS(4165), + [sym__automatic_semicolon] = ACTIONS(4165), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4165), + }, + [3414] = { + [sym_type_constraints] = STATE(3922), + [sym_function_body] = STATE(4033), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4157), + [anon_sym_AT] = ACTIONS(4159), + [anon_sym_COLON] = ACTIONS(6848), + [anon_sym_LBRACK] = ACTIONS(4159), + [anon_sym_as] = ACTIONS(4157), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4159), + [anon_sym_LPAREN] = ACTIONS(4159), + [anon_sym_LT] = ACTIONS(4157), + [anon_sym_GT] = ACTIONS(4157), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4157), + [anon_sym_SEMI] = ACTIONS(4159), + [anon_sym_get] = ACTIONS(4157), + [anon_sym_set] = ACTIONS(4157), + [anon_sym_STAR] = ACTIONS(4157), + [sym_label] = ACTIONS(4159), + [anon_sym_in] = ACTIONS(4157), + [anon_sym_DOT_DOT] = ACTIONS(4159), + [anon_sym_QMARK_COLON] = ACTIONS(4159), + [anon_sym_AMP_AMP] = ACTIONS(4159), + [anon_sym_PIPE_PIPE] = ACTIONS(4159), + [anon_sym_else] = ACTIONS(4157), + [anon_sym_COLON_COLON] = ACTIONS(4159), + [anon_sym_PLUS_EQ] = ACTIONS(4159), + [anon_sym_DASH_EQ] = ACTIONS(4159), + [anon_sym_STAR_EQ] = ACTIONS(4159), + [anon_sym_SLASH_EQ] = ACTIONS(4159), + [anon_sym_PERCENT_EQ] = ACTIONS(4159), + [anon_sym_BANG_EQ] = ACTIONS(4157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4159), + [anon_sym_EQ_EQ] = ACTIONS(4157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4159), + [anon_sym_LT_EQ] = ACTIONS(4159), + [anon_sym_GT_EQ] = ACTIONS(4159), + [anon_sym_BANGin] = ACTIONS(4159), + [anon_sym_is] = ACTIONS(4157), + [anon_sym_BANGis] = ACTIONS(4159), + [anon_sym_PLUS] = ACTIONS(4157), + [anon_sym_DASH] = ACTIONS(4157), + [anon_sym_SLASH] = ACTIONS(4157), + [anon_sym_PERCENT] = ACTIONS(4157), + [anon_sym_as_QMARK] = ACTIONS(4159), + [anon_sym_PLUS_PLUS] = ACTIONS(4159), + [anon_sym_DASH_DASH] = ACTIONS(4159), + [anon_sym_BANG_BANG] = ACTIONS(4159), + [anon_sym_suspend] = ACTIONS(4157), + [anon_sym_sealed] = ACTIONS(4157), + [anon_sym_annotation] = ACTIONS(4157), + [anon_sym_data] = ACTIONS(4157), + [anon_sym_inner] = ACTIONS(4157), + [anon_sym_value] = ACTIONS(4157), + [anon_sym_override] = ACTIONS(4157), + [anon_sym_lateinit] = ACTIONS(4157), + [anon_sym_public] = ACTIONS(4157), + [anon_sym_private] = ACTIONS(4157), + [anon_sym_internal] = ACTIONS(4157), + [anon_sym_protected] = ACTIONS(4157), + [anon_sym_tailrec] = ACTIONS(4157), + [anon_sym_operator] = ACTIONS(4157), + [anon_sym_infix] = ACTIONS(4157), + [anon_sym_inline] = ACTIONS(4157), + [anon_sym_external] = ACTIONS(4157), + [sym_property_modifier] = ACTIONS(4157), + [anon_sym_abstract] = ACTIONS(4157), + [anon_sym_final] = ACTIONS(4157), + [anon_sym_open] = ACTIONS(4157), + [anon_sym_vararg] = ACTIONS(4157), + [anon_sym_noinline] = ACTIONS(4157), + [anon_sym_crossinline] = ACTIONS(4157), + [anon_sym_expect] = ACTIONS(4157), + [anon_sym_actual] = ACTIONS(4157), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4159), + [sym__automatic_semicolon] = ACTIONS(4159), + [sym_safe_nav] = ACTIONS(4159), + [sym_multiline_comment] = ACTIONS(3), + }, + [3415] = { + [sym_type_constraints] = STATE(3759), + [sym_function_body] = STATE(3504), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_RPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_while] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + }, + [3416] = { + [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_value] = 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), + }, + [3417] = { + [sym__alpha_identifier] = ACTIONS(4343), + [anon_sym_AT] = ACTIONS(4345), + [anon_sym_LBRACK] = ACTIONS(4345), + [anon_sym_RBRACK] = ACTIONS(4345), + [anon_sym_as] = ACTIONS(4343), + [anon_sym_EQ] = ACTIONS(5177), + [anon_sym_LBRACE] = ACTIONS(4345), + [anon_sym_RBRACE] = ACTIONS(4345), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_COMMA] = ACTIONS(4345), + [anon_sym_RPAREN] = ACTIONS(4345), + [anon_sym_LT] = ACTIONS(4343), + [anon_sym_GT] = ACTIONS(4343), + [anon_sym_where] = ACTIONS(4343), + [anon_sym_DOT] = ACTIONS(4343), + [anon_sym_SEMI] = ACTIONS(4345), + [anon_sym_get] = ACTIONS(4343), + [anon_sym_set] = ACTIONS(4343), + [anon_sym_STAR] = ACTIONS(4343), + [anon_sym_DASH_GT] = ACTIONS(4345), + [sym_label] = ACTIONS(4345), + [anon_sym_in] = ACTIONS(4343), + [anon_sym_while] = ACTIONS(4343), + [anon_sym_DOT_DOT] = ACTIONS(4345), + [anon_sym_QMARK_COLON] = ACTIONS(4345), + [anon_sym_AMP_AMP] = ACTIONS(4345), + [anon_sym_PIPE_PIPE] = ACTIONS(4345), + [anon_sym_else] = ACTIONS(4343), + [anon_sym_COLON_COLON] = ACTIONS(4345), + [anon_sym_PLUS_EQ] = ACTIONS(5179), + [anon_sym_DASH_EQ] = ACTIONS(5179), + [anon_sym_STAR_EQ] = ACTIONS(5179), + [anon_sym_SLASH_EQ] = ACTIONS(5179), + [anon_sym_PERCENT_EQ] = ACTIONS(5179), + [anon_sym_BANG_EQ] = ACTIONS(4343), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4345), + [anon_sym_EQ_EQ] = ACTIONS(4343), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4345), + [anon_sym_LT_EQ] = ACTIONS(4345), + [anon_sym_GT_EQ] = ACTIONS(4345), + [anon_sym_BANGin] = ACTIONS(4345), + [anon_sym_is] = ACTIONS(4343), + [anon_sym_BANGis] = ACTIONS(4345), + [anon_sym_PLUS] = ACTIONS(4343), + [anon_sym_DASH] = ACTIONS(4343), + [anon_sym_SLASH] = ACTIONS(4343), + [anon_sym_PERCENT] = ACTIONS(4343), + [anon_sym_as_QMARK] = ACTIONS(4345), + [anon_sym_PLUS_PLUS] = ACTIONS(4345), + [anon_sym_DASH_DASH] = ACTIONS(4345), + [anon_sym_BANG_BANG] = ACTIONS(4345), + [anon_sym_suspend] = ACTIONS(4343), + [anon_sym_sealed] = ACTIONS(4343), + [anon_sym_annotation] = ACTIONS(4343), + [anon_sym_data] = ACTIONS(4343), + [anon_sym_inner] = ACTIONS(4343), + [anon_sym_value] = ACTIONS(4343), + [anon_sym_override] = ACTIONS(4343), + [anon_sym_lateinit] = ACTIONS(4343), + [anon_sym_public] = ACTIONS(4343), + [anon_sym_private] = ACTIONS(4343), + [anon_sym_internal] = ACTIONS(4343), + [anon_sym_protected] = ACTIONS(4343), + [anon_sym_tailrec] = ACTIONS(4343), + [anon_sym_operator] = ACTIONS(4343), + [anon_sym_infix] = ACTIONS(4343), + [anon_sym_inline] = ACTIONS(4343), + [anon_sym_external] = ACTIONS(4343), + [sym_property_modifier] = ACTIONS(4343), + [anon_sym_abstract] = ACTIONS(4343), + [anon_sym_final] = ACTIONS(4343), + [anon_sym_open] = ACTIONS(4343), + [anon_sym_vararg] = ACTIONS(4343), + [anon_sym_noinline] = ACTIONS(4343), + [anon_sym_crossinline] = ACTIONS(4343), + [anon_sym_expect] = ACTIONS(4343), + [anon_sym_actual] = ACTIONS(4343), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4345), + [sym_safe_nav] = ACTIONS(4345), + [sym_multiline_comment] = ACTIONS(3), + }, + [3418] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_RBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4295), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4298), + [anon_sym_LPAREN] = ACTIONS(5524), + [anon_sym_COMMA] = ACTIONS(4298), + [anon_sym_RPAREN] = ACTIONS(4298), + [anon_sym_LT] = ACTIONS(4295), + [anon_sym_GT] = ACTIONS(4295), + [anon_sym_where] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4295), + [anon_sym_SEMI] = ACTIONS(4298), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4295), + [anon_sym_DASH_GT] = ACTIONS(4298), + [sym_label] = ACTIONS(4298), + [anon_sym_in] = ACTIONS(4295), + [anon_sym_while] = ACTIONS(4295), + [anon_sym_DOT_DOT] = ACTIONS(4298), + [anon_sym_QMARK_COLON] = ACTIONS(4298), + [anon_sym_AMP_AMP] = ACTIONS(4298), + [anon_sym_PIPE_PIPE] = ACTIONS(4298), + [anon_sym_else] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(4295), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4298), + [anon_sym_EQ_EQ] = ACTIONS(4295), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4298), + [anon_sym_LT_EQ] = ACTIONS(4298), + [anon_sym_GT_EQ] = ACTIONS(4298), + [anon_sym_BANGin] = ACTIONS(4298), + [anon_sym_is] = ACTIONS(4295), + [anon_sym_BANGis] = ACTIONS(4298), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4295), + [anon_sym_PERCENT] = ACTIONS(4295), + [anon_sym_as_QMARK] = ACTIONS(4298), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG_BANG] = ACTIONS(4298), + [anon_sym_suspend] = ACTIONS(4295), + [anon_sym_sealed] = ACTIONS(4295), + [anon_sym_annotation] = ACTIONS(4295), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_override] = ACTIONS(4295), + [anon_sym_lateinit] = ACTIONS(4295), + [anon_sym_public] = ACTIONS(4295), + [anon_sym_private] = ACTIONS(4295), + [anon_sym_internal] = ACTIONS(4295), + [anon_sym_protected] = ACTIONS(4295), + [anon_sym_tailrec] = ACTIONS(4295), + [anon_sym_operator] = ACTIONS(4295), + [anon_sym_infix] = ACTIONS(4295), + [anon_sym_inline] = ACTIONS(4295), + [anon_sym_external] = ACTIONS(4295), + [sym_property_modifier] = ACTIONS(4295), + [anon_sym_abstract] = ACTIONS(4295), + [anon_sym_final] = ACTIONS(4295), + [anon_sym_open] = ACTIONS(4295), + [anon_sym_vararg] = ACTIONS(4295), + [anon_sym_noinline] = ACTIONS(4295), + [anon_sym_crossinline] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4298), + [sym_multiline_comment] = ACTIONS(3), + }, + [3419] = { + [ts_builtin_sym_end] = ACTIONS(6850), + [sym__alpha_identifier] = ACTIONS(6852), + [anon_sym_AT] = ACTIONS(6850), + [anon_sym_LBRACK] = ACTIONS(6850), + [anon_sym_package] = ACTIONS(6852), + [anon_sym_import] = ACTIONS(6852), + [anon_sym_typealias] = ACTIONS(6852), + [anon_sym_class] = ACTIONS(6852), + [anon_sym_interface] = ACTIONS(6852), + [anon_sym_enum] = ACTIONS(6852), + [anon_sym_LBRACE] = ACTIONS(6850), + [anon_sym_LPAREN] = ACTIONS(6850), + [anon_sym_val] = ACTIONS(6852), + [anon_sym_var] = ACTIONS(6852), + [anon_sym_object] = ACTIONS(6852), + [anon_sym_fun] = ACTIONS(6852), + [anon_sym_get] = ACTIONS(6852), + [anon_sym_set] = ACTIONS(6852), + [anon_sym_this] = ACTIONS(6852), + [anon_sym_super] = ACTIONS(6852), + [anon_sym_STAR] = ACTIONS(6850), + [sym_label] = ACTIONS(6852), + [anon_sym_for] = ACTIONS(6852), + [anon_sym_while] = ACTIONS(6852), + [anon_sym_do] = ACTIONS(6852), + [anon_sym_null] = ACTIONS(6852), + [anon_sym_if] = ACTIONS(6852), + [anon_sym_when] = ACTIONS(6852), + [anon_sym_try] = ACTIONS(6852), + [anon_sym_throw] = ACTIONS(6852), + [anon_sym_return] = ACTIONS(6852), + [anon_sym_continue] = ACTIONS(6852), + [anon_sym_break] = ACTIONS(6852), + [anon_sym_COLON_COLON] = ACTIONS(6850), + [anon_sym_PLUS] = ACTIONS(6852), + [anon_sym_DASH] = ACTIONS(6852), + [anon_sym_PLUS_PLUS] = ACTIONS(6850), + [anon_sym_DASH_DASH] = ACTIONS(6850), + [anon_sym_BANG] = ACTIONS(6850), + [anon_sym_suspend] = ACTIONS(6852), + [anon_sym_sealed] = ACTIONS(6852), + [anon_sym_annotation] = ACTIONS(6852), + [anon_sym_data] = ACTIONS(6852), + [anon_sym_inner] = ACTIONS(6852), + [anon_sym_value] = ACTIONS(6852), + [anon_sym_override] = ACTIONS(6852), + [anon_sym_lateinit] = ACTIONS(6852), + [anon_sym_public] = ACTIONS(6852), + [anon_sym_private] = ACTIONS(6852), + [anon_sym_internal] = ACTIONS(6852), + [anon_sym_protected] = ACTIONS(6852), + [anon_sym_tailrec] = ACTIONS(6852), + [anon_sym_operator] = ACTIONS(6852), + [anon_sym_infix] = ACTIONS(6852), + [anon_sym_inline] = ACTIONS(6852), + [anon_sym_external] = ACTIONS(6852), + [sym_property_modifier] = ACTIONS(6852), + [anon_sym_abstract] = ACTIONS(6852), + [anon_sym_final] = ACTIONS(6852), + [anon_sym_open] = ACTIONS(6852), + [anon_sym_vararg] = ACTIONS(6852), + [anon_sym_noinline] = ACTIONS(6852), + [anon_sym_crossinline] = ACTIONS(6852), + [anon_sym_expect] = ACTIONS(6852), + [anon_sym_actual] = ACTIONS(6852), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(6850), + [anon_sym_continue_AT] = ACTIONS(6850), + [anon_sym_break_AT] = ACTIONS(6850), + [anon_sym_this_AT] = ACTIONS(6850), + [anon_sym_super_AT] = ACTIONS(6850), + [sym_real_literal] = ACTIONS(6850), + [sym_integer_literal] = ACTIONS(6852), + [sym_hex_literal] = ACTIONS(6850), + [sym_bin_literal] = ACTIONS(6850), + [anon_sym_true] = ACTIONS(6852), + [anon_sym_false] = ACTIONS(6852), + [anon_sym_SQUOTE] = ACTIONS(6850), + [sym__backtick_identifier] = ACTIONS(6850), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(6850), + }, + [3420] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_RBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4281), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4284), + [anon_sym_LPAREN] = ACTIONS(5512), + [anon_sym_COMMA] = ACTIONS(4284), + [anon_sym_RPAREN] = ACTIONS(4284), + [anon_sym_LT] = ACTIONS(4281), + [anon_sym_GT] = ACTIONS(4281), + [anon_sym_where] = ACTIONS(4281), + [anon_sym_DOT] = ACTIONS(4281), + [anon_sym_SEMI] = ACTIONS(4284), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_STAR] = ACTIONS(4281), + [anon_sym_DASH_GT] = ACTIONS(4284), + [sym_label] = ACTIONS(4284), + [anon_sym_in] = ACTIONS(4281), + [anon_sym_while] = ACTIONS(4281), + [anon_sym_DOT_DOT] = ACTIONS(4284), + [anon_sym_QMARK_COLON] = ACTIONS(4284), + [anon_sym_AMP_AMP] = ACTIONS(4284), + [anon_sym_PIPE_PIPE] = ACTIONS(4284), + [anon_sym_else] = ACTIONS(4281), + [anon_sym_COLON_COLON] = ACTIONS(4284), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(4281), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), + [anon_sym_EQ_EQ] = ACTIONS(4281), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), + [anon_sym_LT_EQ] = ACTIONS(4284), + [anon_sym_GT_EQ] = ACTIONS(4284), + [anon_sym_BANGin] = ACTIONS(4284), + [anon_sym_is] = ACTIONS(4281), + [anon_sym_BANGis] = ACTIONS(4284), + [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(4284), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG_BANG] = ACTIONS(4284), + [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_value] = 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), + [sym__backtick_identifier] = ACTIONS(4284), + [sym_safe_nav] = ACTIONS(4284), + [sym_multiline_comment] = ACTIONS(3), + }, + [3421] = { + [sym_type_constraints] = STATE(3766), + [sym_function_body] = STATE(3487), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_RPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_while] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + }, + [3422] = { + [sym_type_constraints] = STATE(3778), + [sym_function_body] = STATE(3464), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_RPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [sym_label] = ACTIONS(4321), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_while] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + }, + [3423] = { + [sym_function_body] = STATE(3112), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4206), + [anon_sym_AT] = ACTIONS(4208), + [anon_sym_COLON] = ACTIONS(6854), + [anon_sym_LBRACK] = ACTIONS(4208), + [anon_sym_as] = ACTIONS(4206), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4208), + [anon_sym_LPAREN] = ACTIONS(4208), + [anon_sym_COMMA] = ACTIONS(4208), + [anon_sym_LT] = ACTIONS(4206), + [anon_sym_GT] = ACTIONS(4206), + [anon_sym_where] = ACTIONS(4206), + [anon_sym_object] = ACTIONS(4206), + [anon_sym_fun] = ACTIONS(4206), + [anon_sym_DOT] = ACTIONS(4206), + [anon_sym_SEMI] = ACTIONS(4208), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4206), + [anon_sym_this] = ACTIONS(4206), + [anon_sym_super] = ACTIONS(4206), + [anon_sym_STAR] = ACTIONS(4208), + [sym_label] = ACTIONS(4206), + [anon_sym_in] = ACTIONS(4206), + [anon_sym_DOT_DOT] = ACTIONS(4208), + [anon_sym_QMARK_COLON] = ACTIONS(4208), + [anon_sym_AMP_AMP] = ACTIONS(4208), + [anon_sym_PIPE_PIPE] = ACTIONS(4208), + [anon_sym_null] = ACTIONS(4206), + [anon_sym_if] = ACTIONS(4206), + [anon_sym_else] = ACTIONS(4206), + [anon_sym_when] = ACTIONS(4206), + [anon_sym_try] = ACTIONS(4206), + [anon_sym_throw] = ACTIONS(4206), + [anon_sym_return] = ACTIONS(4206), + [anon_sym_continue] = ACTIONS(4206), + [anon_sym_break] = ACTIONS(4206), + [anon_sym_COLON_COLON] = ACTIONS(4208), + [anon_sym_BANG_EQ] = ACTIONS(4206), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4208), + [anon_sym_EQ_EQ] = ACTIONS(4206), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4208), + [anon_sym_LT_EQ] = ACTIONS(4208), + [anon_sym_GT_EQ] = ACTIONS(4208), + [anon_sym_BANGin] = ACTIONS(4208), + [anon_sym_is] = ACTIONS(4206), + [anon_sym_BANGis] = ACTIONS(4208), + [anon_sym_PLUS] = ACTIONS(4206), + [anon_sym_DASH] = ACTIONS(4206), + [anon_sym_SLASH] = ACTIONS(4206), + [anon_sym_PERCENT] = ACTIONS(4208), + [anon_sym_as_QMARK] = ACTIONS(4208), + [anon_sym_PLUS_PLUS] = ACTIONS(4208), + [anon_sym_DASH_DASH] = ACTIONS(4208), + [anon_sym_BANG] = ACTIONS(4206), + [anon_sym_BANG_BANG] = ACTIONS(4208), + [anon_sym_data] = ACTIONS(4206), + [anon_sym_inner] = ACTIONS(4206), + [anon_sym_value] = ACTIONS(4206), + [anon_sym_expect] = ACTIONS(4206), + [anon_sym_actual] = ACTIONS(4206), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4208), + [anon_sym_continue_AT] = ACTIONS(4208), + [anon_sym_break_AT] = ACTIONS(4208), + [anon_sym_this_AT] = ACTIONS(4208), + [anon_sym_super_AT] = ACTIONS(4208), + [sym_real_literal] = ACTIONS(4208), + [sym_integer_literal] = ACTIONS(4206), + [sym_hex_literal] = ACTIONS(4208), + [sym_bin_literal] = ACTIONS(4208), + [anon_sym_true] = ACTIONS(4206), + [anon_sym_false] = ACTIONS(4206), + [anon_sym_SQUOTE] = ACTIONS(4208), + [sym__backtick_identifier] = ACTIONS(4208), + [sym__automatic_semicolon] = ACTIONS(4208), + [sym_safe_nav] = ACTIONS(4208), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4208), + }, + [3424] = { + [aux_sym_type_constraints_repeat1] = STATE(3424), + [sym__alpha_identifier] = ACTIONS(4389), + [anon_sym_AT] = ACTIONS(4391), + [anon_sym_LBRACK] = ACTIONS(4391), + [anon_sym_EQ] = ACTIONS(4391), + [anon_sym_LBRACE] = ACTIONS(4391), + [anon_sym_RBRACE] = ACTIONS(4391), + [anon_sym_LPAREN] = ACTIONS(4391), + [anon_sym_COMMA] = ACTIONS(6856), + [anon_sym_by] = ACTIONS(4389), + [anon_sym_object] = ACTIONS(4389), + [anon_sym_fun] = ACTIONS(4389), + [anon_sym_SEMI] = ACTIONS(4391), + [anon_sym_get] = ACTIONS(4389), + [anon_sym_set] = ACTIONS(4389), + [anon_sym_this] = ACTIONS(4389), + [anon_sym_super] = ACTIONS(4389), + [anon_sym_STAR] = ACTIONS(4391), + [sym_label] = ACTIONS(4389), + [anon_sym_in] = ACTIONS(4389), + [anon_sym_null] = ACTIONS(4389), + [anon_sym_if] = ACTIONS(4389), + [anon_sym_else] = ACTIONS(4389), + [anon_sym_when] = ACTIONS(4389), + [anon_sym_try] = ACTIONS(4389), + [anon_sym_throw] = ACTIONS(4389), + [anon_sym_return] = ACTIONS(4389), + [anon_sym_continue] = ACTIONS(4389), + [anon_sym_break] = ACTIONS(4389), + [anon_sym_COLON_COLON] = ACTIONS(4391), + [anon_sym_BANGin] = ACTIONS(4391), + [anon_sym_is] = ACTIONS(4389), + [anon_sym_BANGis] = ACTIONS(4391), + [anon_sym_PLUS] = ACTIONS(4389), + [anon_sym_DASH] = ACTIONS(4389), + [anon_sym_PLUS_PLUS] = ACTIONS(4391), + [anon_sym_DASH_DASH] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(4389), + [anon_sym_suspend] = ACTIONS(4389), + [anon_sym_sealed] = ACTIONS(4389), + [anon_sym_annotation] = ACTIONS(4389), + [anon_sym_data] = ACTIONS(4389), + [anon_sym_inner] = ACTIONS(4389), + [anon_sym_value] = ACTIONS(4389), + [anon_sym_override] = ACTIONS(4389), + [anon_sym_lateinit] = ACTIONS(4389), + [anon_sym_public] = ACTIONS(4389), + [anon_sym_private] = ACTIONS(4389), + [anon_sym_internal] = ACTIONS(4389), + [anon_sym_protected] = ACTIONS(4389), + [anon_sym_tailrec] = ACTIONS(4389), + [anon_sym_operator] = ACTIONS(4389), + [anon_sym_infix] = ACTIONS(4389), + [anon_sym_inline] = ACTIONS(4389), + [anon_sym_external] = ACTIONS(4389), + [sym_property_modifier] = ACTIONS(4389), + [anon_sym_abstract] = ACTIONS(4389), + [anon_sym_final] = ACTIONS(4389), + [anon_sym_open] = ACTIONS(4389), + [anon_sym_vararg] = ACTIONS(4389), + [anon_sym_noinline] = ACTIONS(4389), + [anon_sym_crossinline] = ACTIONS(4389), + [anon_sym_expect] = ACTIONS(4389), + [anon_sym_actual] = ACTIONS(4389), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4391), + [anon_sym_continue_AT] = ACTIONS(4391), + [anon_sym_break_AT] = ACTIONS(4391), + [anon_sym_this_AT] = ACTIONS(4391), + [anon_sym_super_AT] = ACTIONS(4391), + [sym_real_literal] = ACTIONS(4391), + [sym_integer_literal] = ACTIONS(4389), + [sym_hex_literal] = ACTIONS(4391), + [sym_bin_literal] = ACTIONS(4391), + [anon_sym_true] = ACTIONS(4389), + [anon_sym_false] = ACTIONS(4389), + [anon_sym_SQUOTE] = ACTIONS(4391), + [sym__backtick_identifier] = ACTIONS(4391), + [sym__automatic_semicolon] = ACTIONS(4391), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4391), + }, + [3425] = { + [sym_type_constraints] = STATE(3900), + [sym_function_body] = STATE(3164), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_COLON] = ACTIONS(6859), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), + }, + [3426] = { + [sym_type_constraints] = STATE(4002), + [sym_function_body] = STATE(3907), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_COLON] = ACTIONS(6863), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + }, + [3427] = { + [sym__alpha_identifier] = ACTIONS(4782), + [anon_sym_AT] = ACTIONS(4784), + [anon_sym_LBRACK] = ACTIONS(4784), + [anon_sym_RBRACK] = ACTIONS(4784), + [anon_sym_as] = ACTIONS(4782), + [anon_sym_EQ] = ACTIONS(4782), + [anon_sym_LBRACE] = ACTIONS(4784), + [anon_sym_RBRACE] = ACTIONS(4784), + [anon_sym_LPAREN] = ACTIONS(4784), + [anon_sym_COMMA] = ACTIONS(4784), + [anon_sym_RPAREN] = ACTIONS(4784), + [anon_sym_LT] = ACTIONS(4782), + [anon_sym_GT] = ACTIONS(4782), + [anon_sym_where] = ACTIONS(4782), + [anon_sym_DOT] = ACTIONS(4782), + [anon_sym_SEMI] = ACTIONS(4784), + [anon_sym_get] = ACTIONS(4782), + [anon_sym_set] = ACTIONS(4782), + [anon_sym_STAR] = ACTIONS(4782), + [anon_sym_DASH_GT] = ACTIONS(4784), + [sym_label] = ACTIONS(4784), + [anon_sym_in] = ACTIONS(4782), + [anon_sym_while] = ACTIONS(4782), + [anon_sym_DOT_DOT] = ACTIONS(4784), + [anon_sym_QMARK_COLON] = ACTIONS(4784), + [anon_sym_AMP_AMP] = ACTIONS(4784), + [anon_sym_PIPE_PIPE] = ACTIONS(4784), + [anon_sym_else] = ACTIONS(4782), + [anon_sym_COLON_COLON] = ACTIONS(4784), + [anon_sym_PLUS_EQ] = ACTIONS(4784), + [anon_sym_DASH_EQ] = ACTIONS(4784), + [anon_sym_STAR_EQ] = ACTIONS(4784), + [anon_sym_SLASH_EQ] = ACTIONS(4784), + [anon_sym_PERCENT_EQ] = ACTIONS(4784), + [anon_sym_BANG_EQ] = ACTIONS(4782), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4784), + [anon_sym_EQ_EQ] = ACTIONS(4782), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4784), + [anon_sym_LT_EQ] = ACTIONS(4784), + [anon_sym_GT_EQ] = ACTIONS(4784), + [anon_sym_BANGin] = ACTIONS(4784), + [anon_sym_is] = ACTIONS(4782), + [anon_sym_BANGis] = ACTIONS(4784), + [anon_sym_PLUS] = ACTIONS(4782), + [anon_sym_DASH] = ACTIONS(4782), + [anon_sym_SLASH] = ACTIONS(4782), + [anon_sym_PERCENT] = ACTIONS(4782), + [anon_sym_as_QMARK] = ACTIONS(4784), + [anon_sym_PLUS_PLUS] = ACTIONS(4784), + [anon_sym_DASH_DASH] = ACTIONS(4784), + [anon_sym_BANG_BANG] = ACTIONS(4784), + [anon_sym_suspend] = ACTIONS(4782), + [anon_sym_sealed] = ACTIONS(4782), + [anon_sym_annotation] = ACTIONS(4782), + [anon_sym_data] = ACTIONS(4782), + [anon_sym_inner] = ACTIONS(4782), + [anon_sym_value] = ACTIONS(4782), + [anon_sym_override] = ACTIONS(4782), + [anon_sym_lateinit] = ACTIONS(4782), + [anon_sym_public] = ACTIONS(4782), + [anon_sym_private] = ACTIONS(4782), + [anon_sym_internal] = ACTIONS(4782), + [anon_sym_protected] = ACTIONS(4782), + [anon_sym_tailrec] = ACTIONS(4782), + [anon_sym_operator] = ACTIONS(4782), + [anon_sym_infix] = ACTIONS(4782), + [anon_sym_inline] = ACTIONS(4782), + [anon_sym_external] = ACTIONS(4782), + [sym_property_modifier] = ACTIONS(4782), + [anon_sym_abstract] = ACTIONS(4782), + [anon_sym_final] = ACTIONS(4782), + [anon_sym_open] = ACTIONS(4782), + [anon_sym_vararg] = ACTIONS(4782), + [anon_sym_noinline] = ACTIONS(4782), + [anon_sym_crossinline] = ACTIONS(4782), + [anon_sym_expect] = ACTIONS(4782), + [anon_sym_actual] = ACTIONS(4782), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4784), + [sym_safe_nav] = ACTIONS(4784), + [sym_multiline_comment] = ACTIONS(3), + }, + [3428] = { + [sym__alpha_identifier] = ACTIONS(5203), + [anon_sym_AT] = ACTIONS(5205), + [anon_sym_LBRACK] = ACTIONS(5205), + [anon_sym_RBRACK] = ACTIONS(5205), + [anon_sym_as] = ACTIONS(5203), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(5205), + [anon_sym_RBRACE] = ACTIONS(5205), + [anon_sym_LPAREN] = ACTIONS(5205), + [anon_sym_COMMA] = ACTIONS(5205), + [anon_sym_RPAREN] = ACTIONS(5205), + [anon_sym_LT] = ACTIONS(5203), + [anon_sym_GT] = ACTIONS(5203), + [anon_sym_where] = ACTIONS(5203), + [anon_sym_DOT] = ACTIONS(5203), + [anon_sym_SEMI] = ACTIONS(5205), + [anon_sym_get] = ACTIONS(5203), + [anon_sym_set] = ACTIONS(5203), + [anon_sym_STAR] = ACTIONS(5203), + [anon_sym_DASH_GT] = ACTIONS(5205), + [sym_label] = ACTIONS(5205), + [anon_sym_in] = ACTIONS(5203), + [anon_sym_while] = ACTIONS(5203), + [anon_sym_DOT_DOT] = ACTIONS(5205), + [anon_sym_QMARK_COLON] = ACTIONS(5205), + [anon_sym_AMP_AMP] = ACTIONS(5205), + [anon_sym_PIPE_PIPE] = ACTIONS(5205), + [anon_sym_else] = ACTIONS(5203), + [anon_sym_COLON_COLON] = ACTIONS(5205), + [anon_sym_PLUS_EQ] = ACTIONS(5205), + [anon_sym_DASH_EQ] = ACTIONS(5205), + [anon_sym_STAR_EQ] = ACTIONS(5205), + [anon_sym_SLASH_EQ] = ACTIONS(5205), + [anon_sym_PERCENT_EQ] = ACTIONS(5205), + [anon_sym_BANG_EQ] = ACTIONS(5203), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5205), + [anon_sym_EQ_EQ] = ACTIONS(5203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5205), + [anon_sym_LT_EQ] = ACTIONS(5205), + [anon_sym_GT_EQ] = ACTIONS(5205), + [anon_sym_BANGin] = ACTIONS(5205), + [anon_sym_is] = ACTIONS(5203), + [anon_sym_BANGis] = ACTIONS(5205), + [anon_sym_PLUS] = ACTIONS(5203), + [anon_sym_DASH] = ACTIONS(5203), + [anon_sym_SLASH] = ACTIONS(5203), + [anon_sym_PERCENT] = ACTIONS(5203), + [anon_sym_as_QMARK] = ACTIONS(5205), + [anon_sym_PLUS_PLUS] = ACTIONS(5205), + [anon_sym_DASH_DASH] = ACTIONS(5205), + [anon_sym_BANG_BANG] = ACTIONS(5205), + [anon_sym_suspend] = ACTIONS(5203), + [anon_sym_sealed] = ACTIONS(5203), + [anon_sym_annotation] = ACTIONS(5203), + [anon_sym_data] = ACTIONS(5203), + [anon_sym_inner] = ACTIONS(5203), + [anon_sym_value] = ACTIONS(5203), + [anon_sym_override] = ACTIONS(5203), + [anon_sym_lateinit] = ACTIONS(5203), + [anon_sym_public] = ACTIONS(5203), + [anon_sym_private] = ACTIONS(5203), + [anon_sym_internal] = ACTIONS(5203), + [anon_sym_protected] = ACTIONS(5203), + [anon_sym_tailrec] = ACTIONS(5203), + [anon_sym_operator] = ACTIONS(5203), + [anon_sym_infix] = ACTIONS(5203), + [anon_sym_inline] = ACTIONS(5203), + [anon_sym_external] = ACTIONS(5203), + [sym_property_modifier] = ACTIONS(5203), + [anon_sym_abstract] = ACTIONS(5203), + [anon_sym_final] = ACTIONS(5203), + [anon_sym_open] = ACTIONS(5203), + [anon_sym_vararg] = ACTIONS(5203), + [anon_sym_noinline] = ACTIONS(5203), + [anon_sym_crossinline] = ACTIONS(5203), + [anon_sym_expect] = ACTIONS(5203), + [anon_sym_actual] = ACTIONS(5203), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5205), + [sym_safe_nav] = ACTIONS(5205), + [sym_multiline_comment] = ACTIONS(3), + }, + [3429] = { + [sym__alpha_identifier] = ACTIONS(5135), + [anon_sym_AT] = ACTIONS(5137), + [anon_sym_LBRACK] = ACTIONS(5137), + [anon_sym_RBRACK] = ACTIONS(5137), + [anon_sym_as] = ACTIONS(5135), + [anon_sym_EQ] = ACTIONS(5135), + [anon_sym_LBRACE] = ACTIONS(5137), + [anon_sym_RBRACE] = ACTIONS(5137), + [anon_sym_LPAREN] = ACTIONS(5137), + [anon_sym_COMMA] = ACTIONS(5137), + [anon_sym_RPAREN] = ACTIONS(5137), + [anon_sym_LT] = ACTIONS(6865), + [anon_sym_GT] = ACTIONS(5135), + [anon_sym_where] = ACTIONS(5135), + [anon_sym_DOT] = ACTIONS(5135), + [anon_sym_SEMI] = ACTIONS(5137), + [anon_sym_get] = ACTIONS(5135), + [anon_sym_set] = ACTIONS(5135), + [anon_sym_STAR] = ACTIONS(5135), + [anon_sym_DASH_GT] = ACTIONS(5137), + [sym_label] = ACTIONS(5137), + [anon_sym_in] = ACTIONS(5135), + [anon_sym_while] = ACTIONS(5135), + [anon_sym_DOT_DOT] = ACTIONS(5137), + [anon_sym_QMARK_COLON] = ACTIONS(5137), + [anon_sym_AMP_AMP] = ACTIONS(5137), + [anon_sym_PIPE_PIPE] = ACTIONS(5137), + [anon_sym_else] = ACTIONS(5135), + [anon_sym_COLON_COLON] = ACTIONS(5137), + [anon_sym_PLUS_EQ] = ACTIONS(5137), + [anon_sym_DASH_EQ] = ACTIONS(5137), + [anon_sym_STAR_EQ] = ACTIONS(5137), + [anon_sym_SLASH_EQ] = ACTIONS(5137), + [anon_sym_PERCENT_EQ] = ACTIONS(5137), + [anon_sym_BANG_EQ] = ACTIONS(5135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5137), + [anon_sym_EQ_EQ] = ACTIONS(5135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5137), + [anon_sym_LT_EQ] = ACTIONS(5137), + [anon_sym_GT_EQ] = ACTIONS(5137), + [anon_sym_BANGin] = ACTIONS(5137), + [anon_sym_is] = ACTIONS(5135), + [anon_sym_BANGis] = ACTIONS(5137), + [anon_sym_PLUS] = ACTIONS(5135), + [anon_sym_DASH] = ACTIONS(5135), + [anon_sym_SLASH] = ACTIONS(5135), + [anon_sym_PERCENT] = ACTIONS(5135), + [anon_sym_as_QMARK] = ACTIONS(5137), + [anon_sym_PLUS_PLUS] = ACTIONS(5137), + [anon_sym_DASH_DASH] = ACTIONS(5137), + [anon_sym_BANG_BANG] = ACTIONS(5137), + [anon_sym_suspend] = ACTIONS(5135), + [anon_sym_sealed] = ACTIONS(5135), + [anon_sym_annotation] = ACTIONS(5135), + [anon_sym_data] = ACTIONS(5135), + [anon_sym_inner] = ACTIONS(5135), + [anon_sym_value] = ACTIONS(5135), + [anon_sym_override] = ACTIONS(5135), + [anon_sym_lateinit] = ACTIONS(5135), + [anon_sym_public] = ACTIONS(5135), + [anon_sym_private] = ACTIONS(5135), + [anon_sym_internal] = ACTIONS(5135), + [anon_sym_protected] = ACTIONS(5135), + [anon_sym_tailrec] = ACTIONS(5135), + [anon_sym_operator] = ACTIONS(5135), + [anon_sym_infix] = ACTIONS(5135), + [anon_sym_inline] = ACTIONS(5135), + [anon_sym_external] = ACTIONS(5135), + [sym_property_modifier] = ACTIONS(5135), + [anon_sym_abstract] = ACTIONS(5135), + [anon_sym_final] = ACTIONS(5135), + [anon_sym_open] = ACTIONS(5135), + [anon_sym_vararg] = ACTIONS(5135), + [anon_sym_noinline] = ACTIONS(5135), + [anon_sym_crossinline] = ACTIONS(5135), + [anon_sym_expect] = ACTIONS(5135), + [anon_sym_actual] = ACTIONS(5135), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5137), + [sym_safe_nav] = ACTIONS(5137), + [sym_multiline_comment] = ACTIONS(3), + }, + [3430] = { + [sym__alpha_identifier] = ACTIONS(4289), + [anon_sym_AT] = ACTIONS(4287), + [anon_sym_LBRACK] = ACTIONS(4287), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_EQ] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4287), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(6867), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(4289), + [anon_sym_fun] = ACTIONS(4289), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4289), + [anon_sym_set] = ACTIONS(4289), + [anon_sym_this] = ACTIONS(4289), + [anon_sym_super] = ACTIONS(4289), + [anon_sym_STAR] = ACTIONS(4289), + [sym_label] = ACTIONS(4289), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_null] = ACTIONS(4289), + [anon_sym_if] = ACTIONS(4289), + [anon_sym_else] = ACTIONS(4289), + [anon_sym_when] = ACTIONS(4289), + [anon_sym_try] = ACTIONS(4289), + [anon_sym_throw] = ACTIONS(4289), + [anon_sym_return] = ACTIONS(4289), + [anon_sym_continue] = ACTIONS(4289), + [anon_sym_break] = ACTIONS(4289), + [anon_sym_COLON_COLON] = ACTIONS(4287), + [anon_sym_PLUS_EQ] = ACTIONS(4287), + [anon_sym_DASH_EQ] = ACTIONS(4287), + [anon_sym_STAR_EQ] = ACTIONS(4287), + [anon_sym_SLASH_EQ] = ACTIONS(4287), + [anon_sym_PERCENT_EQ] = ACTIONS(4287), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4289), + [anon_sym_DASH] = ACTIONS(4289), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4289), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4287), + [anon_sym_DASH_DASH] = ACTIONS(4287), + [anon_sym_BANG] = ACTIONS(4289), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_data] = ACTIONS(4289), + [anon_sym_inner] = ACTIONS(4289), + [anon_sym_value] = ACTIONS(4289), + [anon_sym_expect] = ACTIONS(4289), + [anon_sym_actual] = ACTIONS(4289), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4287), + [anon_sym_continue_AT] = ACTIONS(4287), + [anon_sym_break_AT] = ACTIONS(4287), + [anon_sym_this_AT] = ACTIONS(4287), + [anon_sym_super_AT] = ACTIONS(4287), + [sym_real_literal] = ACTIONS(4287), + [sym_integer_literal] = ACTIONS(4289), + [sym_hex_literal] = ACTIONS(4287), + [sym_bin_literal] = ACTIONS(4287), + [anon_sym_true] = ACTIONS(4289), + [anon_sym_false] = ACTIONS(4289), + [anon_sym_SQUOTE] = ACTIONS(4287), + [sym__backtick_identifier] = ACTIONS(4287), + [sym__automatic_semicolon] = ACTIONS(4287), + [sym_safe_nav] = ACTIONS(4287), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4287), + }, + [3431] = { + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4301), + [anon_sym_LBRACK] = ACTIONS(4301), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4301), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(6869), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(4303), + [anon_sym_fun] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [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(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [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(4301), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [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(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4301), + [anon_sym_DASH_DASH] = ACTIONS(4301), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_value] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4301), + [anon_sym_continue_AT] = ACTIONS(4301), + [anon_sym_break_AT] = ACTIONS(4301), + [anon_sym_this_AT] = ACTIONS(4301), + [anon_sym_super_AT] = ACTIONS(4301), + [sym_real_literal] = ACTIONS(4301), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4301), + [sym_bin_literal] = ACTIONS(4301), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4301), + [sym__backtick_identifier] = ACTIONS(4301), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4301), + }, + [3432] = { + [sym__alpha_identifier] = ACTIONS(1608), + [anon_sym_AT] = ACTIONS(1606), + [anon_sym_LBRACK] = ACTIONS(1606), + [anon_sym_RBRACK] = ACTIONS(1606), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_EQ] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1606), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(1606), + [anon_sym_COMMA] = ACTIONS(1606), + [anon_sym_RPAREN] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_where] = ACTIONS(1608), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_get] = ACTIONS(1608), + [anon_sym_set] = ACTIONS(1608), + [anon_sym_STAR] = ACTIONS(1608), + [anon_sym_DASH_GT] = ACTIONS(1606), + [sym_label] = ACTIONS(1606), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_while] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_PLUS_EQ] = ACTIONS(1606), + [anon_sym_DASH_EQ] = ACTIONS(1606), + [anon_sym_STAR_EQ] = ACTIONS(1606), + [anon_sym_SLASH_EQ] = ACTIONS(1606), + [anon_sym_PERCENT_EQ] = ACTIONS(1606), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(1608), + [anon_sym_DASH] = ACTIONS(1608), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1608), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(1606), + [anon_sym_DASH_DASH] = ACTIONS(1606), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_suspend] = ACTIONS(1608), + [anon_sym_sealed] = ACTIONS(1608), + [anon_sym_annotation] = ACTIONS(1608), + [anon_sym_data] = ACTIONS(1608), + [anon_sym_inner] = ACTIONS(1608), + [anon_sym_value] = ACTIONS(1608), + [anon_sym_override] = ACTIONS(1608), + [anon_sym_lateinit] = ACTIONS(1608), + [anon_sym_public] = ACTIONS(1608), + [anon_sym_private] = ACTIONS(1608), + [anon_sym_internal] = ACTIONS(1608), + [anon_sym_protected] = ACTIONS(1608), + [anon_sym_tailrec] = ACTIONS(1608), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_infix] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_external] = ACTIONS(1608), + [sym_property_modifier] = ACTIONS(1608), + [anon_sym_abstract] = ACTIONS(1608), + [anon_sym_final] = ACTIONS(1608), + [anon_sym_open] = ACTIONS(1608), + [anon_sym_vararg] = ACTIONS(1608), + [anon_sym_noinline] = ACTIONS(1608), + [anon_sym_crossinline] = ACTIONS(1608), + [anon_sym_expect] = ACTIONS(1608), + [anon_sym_actual] = ACTIONS(1608), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), + [sym_multiline_comment] = ACTIONS(3), + }, + [3433] = { + [sym__alpha_identifier] = ACTIONS(4790), + [anon_sym_AT] = ACTIONS(4792), + [anon_sym_LBRACK] = ACTIONS(4792), + [anon_sym_RBRACK] = ACTIONS(4792), + [anon_sym_as] = ACTIONS(4790), + [anon_sym_EQ] = ACTIONS(4790), + [anon_sym_LBRACE] = ACTIONS(4792), + [anon_sym_RBRACE] = ACTIONS(4792), + [anon_sym_LPAREN] = ACTIONS(4792), + [anon_sym_COMMA] = ACTIONS(4792), + [anon_sym_RPAREN] = ACTIONS(4792), + [anon_sym_LT] = ACTIONS(4790), + [anon_sym_GT] = ACTIONS(4790), + [anon_sym_where] = ACTIONS(4790), + [anon_sym_DOT] = ACTIONS(4790), + [anon_sym_SEMI] = ACTIONS(4792), + [anon_sym_get] = ACTIONS(4790), + [anon_sym_set] = ACTIONS(4790), + [anon_sym_STAR] = ACTIONS(4790), + [anon_sym_DASH_GT] = ACTIONS(4792), + [sym_label] = ACTIONS(4792), + [anon_sym_in] = ACTIONS(4790), + [anon_sym_while] = ACTIONS(4790), + [anon_sym_DOT_DOT] = ACTIONS(4792), + [anon_sym_QMARK_COLON] = ACTIONS(4792), + [anon_sym_AMP_AMP] = ACTIONS(4792), + [anon_sym_PIPE_PIPE] = ACTIONS(4792), + [anon_sym_else] = ACTIONS(4790), + [anon_sym_COLON_COLON] = ACTIONS(4792), + [anon_sym_PLUS_EQ] = ACTIONS(4792), + [anon_sym_DASH_EQ] = ACTIONS(4792), + [anon_sym_STAR_EQ] = ACTIONS(4792), + [anon_sym_SLASH_EQ] = ACTIONS(4792), + [anon_sym_PERCENT_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ] = ACTIONS(4790), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ] = ACTIONS(4790), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4792), + [anon_sym_LT_EQ] = ACTIONS(4792), + [anon_sym_GT_EQ] = ACTIONS(4792), + [anon_sym_BANGin] = ACTIONS(4792), + [anon_sym_is] = ACTIONS(4790), + [anon_sym_BANGis] = ACTIONS(4792), + [anon_sym_PLUS] = ACTIONS(4790), + [anon_sym_DASH] = ACTIONS(4790), + [anon_sym_SLASH] = ACTIONS(4790), + [anon_sym_PERCENT] = ACTIONS(4790), + [anon_sym_as_QMARK] = ACTIONS(4792), + [anon_sym_PLUS_PLUS] = ACTIONS(4792), + [anon_sym_DASH_DASH] = ACTIONS(4792), + [anon_sym_BANG_BANG] = ACTIONS(4792), + [anon_sym_suspend] = ACTIONS(4790), + [anon_sym_sealed] = ACTIONS(4790), + [anon_sym_annotation] = ACTIONS(4790), + [anon_sym_data] = ACTIONS(4790), + [anon_sym_inner] = ACTIONS(4790), + [anon_sym_value] = ACTIONS(4790), + [anon_sym_override] = ACTIONS(4790), + [anon_sym_lateinit] = ACTIONS(4790), + [anon_sym_public] = ACTIONS(4790), + [anon_sym_private] = ACTIONS(4790), + [anon_sym_internal] = ACTIONS(4790), + [anon_sym_protected] = ACTIONS(4790), + [anon_sym_tailrec] = ACTIONS(4790), + [anon_sym_operator] = ACTIONS(4790), + [anon_sym_infix] = ACTIONS(4790), + [anon_sym_inline] = ACTIONS(4790), + [anon_sym_external] = ACTIONS(4790), + [sym_property_modifier] = ACTIONS(4790), + [anon_sym_abstract] = ACTIONS(4790), + [anon_sym_final] = ACTIONS(4790), + [anon_sym_open] = ACTIONS(4790), + [anon_sym_vararg] = ACTIONS(4790), + [anon_sym_noinline] = ACTIONS(4790), + [anon_sym_crossinline] = ACTIONS(4790), + [anon_sym_expect] = ACTIONS(4790), + [anon_sym_actual] = ACTIONS(4790), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4792), + [sym_safe_nav] = ACTIONS(4792), + [sym_multiline_comment] = ACTIONS(3), + }, + [3434] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_RBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4295), + [anon_sym_EQ] = ACTIONS(4295), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4298), + [anon_sym_LPAREN] = ACTIONS(4305), + [anon_sym_COMMA] = ACTIONS(4298), + [anon_sym_RPAREN] = ACTIONS(4298), + [anon_sym_LT] = ACTIONS(4295), + [anon_sym_GT] = ACTIONS(4295), + [anon_sym_where] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4295), + [anon_sym_SEMI] = ACTIONS(4298), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4295), + [anon_sym_DASH_GT] = ACTIONS(4298), + [sym_label] = ACTIONS(4298), + [anon_sym_in] = ACTIONS(4295), + [anon_sym_while] = ACTIONS(4295), + [anon_sym_DOT_DOT] = ACTIONS(4298), + [anon_sym_QMARK_COLON] = ACTIONS(4298), + [anon_sym_AMP_AMP] = ACTIONS(4298), + [anon_sym_PIPE_PIPE] = ACTIONS(4298), + [anon_sym_else] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4298), + [anon_sym_DASH_EQ] = ACTIONS(4298), + [anon_sym_STAR_EQ] = ACTIONS(4298), + [anon_sym_SLASH_EQ] = ACTIONS(4298), + [anon_sym_PERCENT_EQ] = ACTIONS(4298), + [anon_sym_BANG_EQ] = ACTIONS(4295), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4298), + [anon_sym_EQ_EQ] = ACTIONS(4295), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4298), + [anon_sym_LT_EQ] = ACTIONS(4298), + [anon_sym_GT_EQ] = ACTIONS(4298), + [anon_sym_BANGin] = ACTIONS(4298), + [anon_sym_is] = ACTIONS(4295), + [anon_sym_BANGis] = ACTIONS(4298), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4295), + [anon_sym_PERCENT] = ACTIONS(4295), + [anon_sym_as_QMARK] = ACTIONS(4298), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG_BANG] = ACTIONS(4298), + [anon_sym_suspend] = ACTIONS(4295), + [anon_sym_sealed] = ACTIONS(4295), + [anon_sym_annotation] = ACTIONS(4295), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_override] = ACTIONS(4295), + [anon_sym_lateinit] = ACTIONS(4295), + [anon_sym_public] = ACTIONS(4295), + [anon_sym_private] = ACTIONS(4295), + [anon_sym_internal] = ACTIONS(4295), + [anon_sym_protected] = ACTIONS(4295), + [anon_sym_tailrec] = ACTIONS(4295), + [anon_sym_operator] = ACTIONS(4295), + [anon_sym_infix] = ACTIONS(4295), + [anon_sym_inline] = ACTIONS(4295), + [anon_sym_external] = ACTIONS(4295), + [sym_property_modifier] = ACTIONS(4295), + [anon_sym_abstract] = ACTIONS(4295), + [anon_sym_final] = ACTIONS(4295), + [anon_sym_open] = ACTIONS(4295), + [anon_sym_vararg] = ACTIONS(4295), + [anon_sym_noinline] = ACTIONS(4295), + [anon_sym_crossinline] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4298), + [sym_multiline_comment] = ACTIONS(3), + }, + [3435] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_RBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4281), + [anon_sym_EQ] = ACTIONS(4281), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4284), + [anon_sym_LPAREN] = ACTIONS(4291), + [anon_sym_COMMA] = ACTIONS(4284), + [anon_sym_RPAREN] = ACTIONS(4284), + [anon_sym_LT] = ACTIONS(4281), + [anon_sym_GT] = ACTIONS(4281), + [anon_sym_where] = ACTIONS(4281), + [anon_sym_DOT] = ACTIONS(4281), + [anon_sym_SEMI] = ACTIONS(4284), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_STAR] = ACTIONS(4281), + [anon_sym_DASH_GT] = ACTIONS(4284), + [sym_label] = ACTIONS(4284), + [anon_sym_in] = ACTIONS(4281), + [anon_sym_while] = ACTIONS(4281), + [anon_sym_DOT_DOT] = ACTIONS(4284), + [anon_sym_QMARK_COLON] = ACTIONS(4284), + [anon_sym_AMP_AMP] = ACTIONS(4284), + [anon_sym_PIPE_PIPE] = ACTIONS(4284), + [anon_sym_else] = ACTIONS(4281), + [anon_sym_COLON_COLON] = ACTIONS(4284), + [anon_sym_PLUS_EQ] = ACTIONS(4284), + [anon_sym_DASH_EQ] = ACTIONS(4284), + [anon_sym_STAR_EQ] = ACTIONS(4284), + [anon_sym_SLASH_EQ] = ACTIONS(4284), + [anon_sym_PERCENT_EQ] = ACTIONS(4284), + [anon_sym_BANG_EQ] = ACTIONS(4281), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), + [anon_sym_EQ_EQ] = ACTIONS(4281), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), + [anon_sym_LT_EQ] = ACTIONS(4284), + [anon_sym_GT_EQ] = ACTIONS(4284), + [anon_sym_BANGin] = ACTIONS(4284), + [anon_sym_is] = ACTIONS(4281), + [anon_sym_BANGis] = ACTIONS(4284), + [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(4284), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG_BANG] = ACTIONS(4284), + [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_value] = 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), + [sym__backtick_identifier] = ACTIONS(4284), + [sym_safe_nav] = ACTIONS(4284), [sym_multiline_comment] = ACTIONS(3), }, - [3442] = { - [sym__alpha_identifier] = ACTIONS(4892), - [anon_sym_AT] = ACTIONS(4894), - [anon_sym_LBRACK] = ACTIONS(4894), - [anon_sym_RBRACK] = ACTIONS(4894), - [anon_sym_as] = ACTIONS(4892), - [anon_sym_EQ] = ACTIONS(4892), - [anon_sym_LBRACE] = ACTIONS(4894), - [anon_sym_RBRACE] = ACTIONS(4894), - [anon_sym_LPAREN] = ACTIONS(6858), - [anon_sym_COMMA] = ACTIONS(4894), - [anon_sym_RPAREN] = ACTIONS(4894), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym_GT] = ACTIONS(4892), - [anon_sym_where] = ACTIONS(4892), - [anon_sym_DOT] = ACTIONS(4892), - [anon_sym_SEMI] = ACTIONS(4894), - [anon_sym_get] = ACTIONS(4892), - [anon_sym_set] = ACTIONS(4892), - [anon_sym_STAR] = ACTIONS(4892), - [anon_sym_DASH_GT] = ACTIONS(4894), - [sym_label] = ACTIONS(4894), - [anon_sym_in] = ACTIONS(4892), - [anon_sym_while] = ACTIONS(4892), - [anon_sym_DOT_DOT] = ACTIONS(4894), - [anon_sym_QMARK_COLON] = ACTIONS(4894), - [anon_sym_AMP_AMP] = ACTIONS(4894), - [anon_sym_PIPE_PIPE] = ACTIONS(4894), - [anon_sym_else] = ACTIONS(4892), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_PLUS_EQ] = ACTIONS(4894), - [anon_sym_DASH_EQ] = ACTIONS(4894), - [anon_sym_STAR_EQ] = ACTIONS(4894), - [anon_sym_SLASH_EQ] = ACTIONS(4894), - [anon_sym_PERCENT_EQ] = ACTIONS(4894), - [anon_sym_BANG_EQ] = ACTIONS(4892), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4894), - [anon_sym_EQ_EQ] = ACTIONS(4892), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4894), - [anon_sym_LT_EQ] = ACTIONS(4894), - [anon_sym_GT_EQ] = ACTIONS(4894), - [anon_sym_BANGin] = ACTIONS(4894), - [anon_sym_is] = ACTIONS(4892), - [anon_sym_BANGis] = ACTIONS(4894), - [anon_sym_PLUS] = ACTIONS(4892), - [anon_sym_DASH] = ACTIONS(4892), - [anon_sym_SLASH] = ACTIONS(4892), - [anon_sym_PERCENT] = ACTIONS(4892), - [anon_sym_as_QMARK] = ACTIONS(4894), - [anon_sym_PLUS_PLUS] = ACTIONS(4894), - [anon_sym_DASH_DASH] = ACTIONS(4894), - [anon_sym_BANG_BANG] = ACTIONS(4894), - [anon_sym_suspend] = ACTIONS(4892), - [anon_sym_sealed] = ACTIONS(4892), - [anon_sym_annotation] = ACTIONS(4892), - [anon_sym_data] = ACTIONS(4892), - [anon_sym_inner] = ACTIONS(4892), - [anon_sym_value] = ACTIONS(4892), - [anon_sym_override] = ACTIONS(4892), - [anon_sym_lateinit] = ACTIONS(4892), - [anon_sym_public] = ACTIONS(4892), - [anon_sym_private] = ACTIONS(4892), - [anon_sym_internal] = ACTIONS(4892), - [anon_sym_protected] = ACTIONS(4892), - [anon_sym_tailrec] = ACTIONS(4892), - [anon_sym_operator] = ACTIONS(4892), - [anon_sym_infix] = ACTIONS(4892), - [anon_sym_inline] = ACTIONS(4892), - [anon_sym_external] = ACTIONS(4892), - [sym_property_modifier] = ACTIONS(4892), - [anon_sym_abstract] = ACTIONS(4892), - [anon_sym_final] = ACTIONS(4892), - [anon_sym_open] = ACTIONS(4892), - [anon_sym_vararg] = ACTIONS(4892), - [anon_sym_noinline] = ACTIONS(4892), - [anon_sym_crossinline] = ACTIONS(4892), - [anon_sym_expect] = ACTIONS(4892), - [anon_sym_actual] = ACTIONS(4892), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4894), - [sym_safe_nav] = ACTIONS(4894), + [3436] = { + [sym_type_constraints] = STATE(3791), + [sym_function_body] = STATE(3460), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_RPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [sym_label] = ACTIONS(4325), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_while] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), [sym_multiline_comment] = ACTIONS(3), }, - [3443] = { - [sym__alpha_identifier] = ACTIONS(4874), - [anon_sym_AT] = ACTIONS(4876), - [anon_sym_LBRACK] = ACTIONS(4876), - [anon_sym_as] = ACTIONS(4874), - [anon_sym_EQ] = ACTIONS(4874), - [anon_sym_LBRACE] = ACTIONS(4876), - [anon_sym_RBRACE] = ACTIONS(4876), - [anon_sym_LPAREN] = ACTIONS(6860), - [anon_sym_LT] = ACTIONS(4874), - [anon_sym_GT] = ACTIONS(4874), - [anon_sym_object] = ACTIONS(4874), - [anon_sym_fun] = ACTIONS(4874), - [anon_sym_DOT] = ACTIONS(4874), - [anon_sym_SEMI] = ACTIONS(4876), - [anon_sym_get] = ACTIONS(4874), - [anon_sym_set] = ACTIONS(4874), - [anon_sym_this] = ACTIONS(4874), - [anon_sym_super] = ACTIONS(4874), - [anon_sym_STAR] = ACTIONS(4874), - [sym_label] = ACTIONS(4874), - [anon_sym_in] = ACTIONS(4874), - [anon_sym_DOT_DOT] = ACTIONS(4876), - [anon_sym_QMARK_COLON] = ACTIONS(4876), - [anon_sym_AMP_AMP] = ACTIONS(4876), - [anon_sym_PIPE_PIPE] = ACTIONS(4876), - [anon_sym_null] = ACTIONS(4874), - [anon_sym_if] = ACTIONS(4874), - [anon_sym_else] = ACTIONS(4874), - [anon_sym_when] = ACTIONS(4874), - [anon_sym_try] = ACTIONS(4874), - [anon_sym_throw] = ACTIONS(4874), - [anon_sym_return] = ACTIONS(4874), - [anon_sym_continue] = ACTIONS(4874), - [anon_sym_break] = ACTIONS(4874), - [anon_sym_COLON_COLON] = ACTIONS(4876), - [anon_sym_PLUS_EQ] = ACTIONS(4876), - [anon_sym_DASH_EQ] = ACTIONS(4876), - [anon_sym_STAR_EQ] = ACTIONS(4876), - [anon_sym_SLASH_EQ] = ACTIONS(4876), - [anon_sym_PERCENT_EQ] = ACTIONS(4876), - [anon_sym_BANG_EQ] = ACTIONS(4874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4876), - [anon_sym_EQ_EQ] = ACTIONS(4874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4876), - [anon_sym_LT_EQ] = ACTIONS(4876), - [anon_sym_GT_EQ] = ACTIONS(4876), - [anon_sym_BANGin] = ACTIONS(4876), - [anon_sym_is] = ACTIONS(4874), - [anon_sym_BANGis] = ACTIONS(4876), - [anon_sym_PLUS] = ACTIONS(4874), - [anon_sym_DASH] = ACTIONS(4874), - [anon_sym_SLASH] = ACTIONS(4874), - [anon_sym_PERCENT] = ACTIONS(4874), - [anon_sym_as_QMARK] = ACTIONS(4876), - [anon_sym_PLUS_PLUS] = ACTIONS(4876), - [anon_sym_DASH_DASH] = ACTIONS(4876), - [anon_sym_BANG] = ACTIONS(4874), - [anon_sym_BANG_BANG] = ACTIONS(4876), - [anon_sym_data] = ACTIONS(4874), - [anon_sym_inner] = ACTIONS(4874), - [anon_sym_value] = ACTIONS(4874), - [anon_sym_expect] = ACTIONS(4874), - [anon_sym_actual] = ACTIONS(4874), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4876), - [anon_sym_continue_AT] = ACTIONS(4876), - [anon_sym_break_AT] = ACTIONS(4876), - [anon_sym_this_AT] = ACTIONS(4876), - [anon_sym_super_AT] = ACTIONS(4876), - [sym_real_literal] = ACTIONS(4876), - [sym_integer_literal] = ACTIONS(4874), - [sym_hex_literal] = ACTIONS(4876), - [sym_bin_literal] = ACTIONS(4876), - [anon_sym_true] = ACTIONS(4874), - [anon_sym_false] = ACTIONS(4874), - [anon_sym_SQUOTE] = ACTIONS(4876), - [sym__backtick_identifier] = ACTIONS(4876), - [sym__automatic_semicolon] = ACTIONS(4876), - [sym_safe_nav] = ACTIONS(4876), + [3437] = { + [sym__alpha_identifier] = ACTIONS(3990), + [anon_sym_AT] = ACTIONS(3992), + [anon_sym_LBRACK] = ACTIONS(3992), + [anon_sym_RBRACK] = ACTIONS(3992), + [anon_sym_as] = ACTIONS(3990), + [anon_sym_EQ] = ACTIONS(3990), + [anon_sym_LBRACE] = ACTIONS(3992), + [anon_sym_RBRACE] = ACTIONS(3992), + [anon_sym_LPAREN] = ACTIONS(3992), + [anon_sym_COMMA] = ACTIONS(3992), + [anon_sym_RPAREN] = ACTIONS(3992), + [anon_sym_LT] = ACTIONS(3990), + [anon_sym_GT] = ACTIONS(3990), + [anon_sym_where] = ACTIONS(3990), + [anon_sym_DOT] = ACTIONS(3990), + [anon_sym_SEMI] = ACTIONS(3992), + [anon_sym_get] = ACTIONS(3990), + [anon_sym_set] = ACTIONS(3990), + [anon_sym_STAR] = ACTIONS(3990), + [anon_sym_DASH_GT] = ACTIONS(3992), + [sym_label] = ACTIONS(3992), + [anon_sym_in] = ACTIONS(3990), + [anon_sym_while] = ACTIONS(3990), + [anon_sym_DOT_DOT] = ACTIONS(3992), + [anon_sym_QMARK_COLON] = ACTIONS(3992), + [anon_sym_AMP_AMP] = ACTIONS(3992), + [anon_sym_PIPE_PIPE] = ACTIONS(3992), + [anon_sym_else] = ACTIONS(3990), + [anon_sym_COLON_COLON] = ACTIONS(3992), + [anon_sym_PLUS_EQ] = ACTIONS(3992), + [anon_sym_DASH_EQ] = ACTIONS(3992), + [anon_sym_STAR_EQ] = ACTIONS(3992), + [anon_sym_SLASH_EQ] = ACTIONS(3992), + [anon_sym_PERCENT_EQ] = ACTIONS(3992), + [anon_sym_BANG_EQ] = ACTIONS(3990), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3992), + [anon_sym_EQ_EQ] = ACTIONS(3990), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3992), + [anon_sym_LT_EQ] = ACTIONS(3992), + [anon_sym_GT_EQ] = ACTIONS(3992), + [anon_sym_BANGin] = ACTIONS(3992), + [anon_sym_is] = ACTIONS(3990), + [anon_sym_BANGis] = ACTIONS(3992), + [anon_sym_PLUS] = ACTIONS(3990), + [anon_sym_DASH] = ACTIONS(3990), + [anon_sym_SLASH] = ACTIONS(3990), + [anon_sym_PERCENT] = ACTIONS(3990), + [anon_sym_as_QMARK] = ACTIONS(3992), + [anon_sym_PLUS_PLUS] = ACTIONS(3992), + [anon_sym_DASH_DASH] = ACTIONS(3992), + [anon_sym_BANG_BANG] = ACTIONS(3992), + [anon_sym_suspend] = ACTIONS(3990), + [anon_sym_sealed] = ACTIONS(3990), + [anon_sym_annotation] = ACTIONS(3990), + [anon_sym_data] = ACTIONS(3990), + [anon_sym_inner] = ACTIONS(3990), + [anon_sym_value] = ACTIONS(3990), + [anon_sym_override] = ACTIONS(3990), + [anon_sym_lateinit] = ACTIONS(3990), + [anon_sym_public] = ACTIONS(3990), + [anon_sym_private] = ACTIONS(3990), + [anon_sym_internal] = ACTIONS(3990), + [anon_sym_protected] = ACTIONS(3990), + [anon_sym_tailrec] = ACTIONS(3990), + [anon_sym_operator] = ACTIONS(3990), + [anon_sym_infix] = ACTIONS(3990), + [anon_sym_inline] = ACTIONS(3990), + [anon_sym_external] = ACTIONS(3990), + [sym_property_modifier] = ACTIONS(3990), + [anon_sym_abstract] = ACTIONS(3990), + [anon_sym_final] = ACTIONS(3990), + [anon_sym_open] = ACTIONS(3990), + [anon_sym_vararg] = ACTIONS(3990), + [anon_sym_noinline] = ACTIONS(3990), + [anon_sym_crossinline] = ACTIONS(3990), + [anon_sym_expect] = ACTIONS(3990), + [anon_sym_actual] = ACTIONS(3990), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3992), + [sym_safe_nav] = ACTIONS(3992), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4876), - }, - [3444] = { - [sym__alpha_identifier] = ACTIONS(4706), - [anon_sym_AT] = ACTIONS(4708), - [anon_sym_LBRACK] = ACTIONS(4708), - [anon_sym_EQ] = ACTIONS(4708), - [anon_sym_LBRACE] = ACTIONS(4708), - [anon_sym_RBRACE] = ACTIONS(4708), - [anon_sym_LPAREN] = ACTIONS(4708), - [anon_sym_COMMA] = ACTIONS(4708), - [anon_sym_by] = ACTIONS(4706), - [anon_sym_where] = ACTIONS(4706), - [anon_sym_object] = ACTIONS(4706), - [anon_sym_fun] = ACTIONS(4706), - [anon_sym_SEMI] = ACTIONS(4708), - [anon_sym_get] = ACTIONS(4706), - [anon_sym_set] = ACTIONS(4706), - [anon_sym_this] = ACTIONS(4706), - [anon_sym_super] = ACTIONS(4706), - [anon_sym_STAR] = ACTIONS(4708), - [sym_label] = ACTIONS(4706), - [anon_sym_in] = ACTIONS(4706), - [anon_sym_null] = ACTIONS(4706), - [anon_sym_if] = ACTIONS(4706), - [anon_sym_else] = ACTIONS(4706), - [anon_sym_when] = ACTIONS(4706), - [anon_sym_try] = ACTIONS(4706), - [anon_sym_throw] = ACTIONS(4706), - [anon_sym_return] = ACTIONS(4706), - [anon_sym_continue] = ACTIONS(4706), - [anon_sym_break] = ACTIONS(4706), - [anon_sym_COLON_COLON] = ACTIONS(4708), - [anon_sym_BANGin] = ACTIONS(4708), - [anon_sym_is] = ACTIONS(4706), - [anon_sym_BANGis] = ACTIONS(4708), - [anon_sym_PLUS] = ACTIONS(4706), - [anon_sym_DASH] = ACTIONS(4706), - [anon_sym_PLUS_PLUS] = ACTIONS(4708), - [anon_sym_DASH_DASH] = ACTIONS(4708), - [anon_sym_BANG] = ACTIONS(4706), - [anon_sym_suspend] = ACTIONS(4706), - [anon_sym_sealed] = ACTIONS(4706), - [anon_sym_annotation] = ACTIONS(4706), - [anon_sym_data] = ACTIONS(4706), - [anon_sym_inner] = ACTIONS(4706), - [anon_sym_value] = ACTIONS(4706), - [anon_sym_override] = ACTIONS(4706), - [anon_sym_lateinit] = ACTIONS(4706), - [anon_sym_public] = ACTIONS(4706), - [anon_sym_private] = ACTIONS(4706), - [anon_sym_internal] = ACTIONS(4706), - [anon_sym_protected] = ACTIONS(4706), - [anon_sym_tailrec] = ACTIONS(4706), - [anon_sym_operator] = ACTIONS(4706), - [anon_sym_infix] = ACTIONS(4706), - [anon_sym_inline] = ACTIONS(4706), - [anon_sym_external] = ACTIONS(4706), - [sym_property_modifier] = ACTIONS(4706), - [anon_sym_abstract] = ACTIONS(4706), - [anon_sym_final] = ACTIONS(4706), - [anon_sym_open] = ACTIONS(4706), - [anon_sym_vararg] = ACTIONS(4706), - [anon_sym_noinline] = ACTIONS(4706), - [anon_sym_crossinline] = ACTIONS(4706), - [anon_sym_expect] = ACTIONS(4706), - [anon_sym_actual] = ACTIONS(4706), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4708), - [anon_sym_continue_AT] = ACTIONS(4708), - [anon_sym_break_AT] = ACTIONS(4708), - [anon_sym_this_AT] = ACTIONS(4708), - [anon_sym_super_AT] = ACTIONS(4708), - [sym_real_literal] = ACTIONS(4708), - [sym_integer_literal] = ACTIONS(4706), - [sym_hex_literal] = ACTIONS(4708), - [sym_bin_literal] = ACTIONS(4708), - [anon_sym_true] = ACTIONS(4706), - [anon_sym_false] = ACTIONS(4706), - [anon_sym_SQUOTE] = ACTIONS(4708), - [sym__backtick_identifier] = ACTIONS(4708), - [sym__automatic_semicolon] = ACTIONS(4708), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4708), }, - [3445] = { + [3438] = { [sym__alpha_identifier] = ACTIONS(4696), [anon_sym_AT] = ACTIONS(4698), [anon_sym_LBRACK] = ACTIONS(4698), @@ -399604,173 +398987,1584 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4698), }, + [3439] = { + [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_COMMA] = 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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4702), + [anon_sym_super_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), + }, + [3440] = { + [sym__alpha_identifier] = ACTIONS(4730), + [anon_sym_AT] = ACTIONS(4732), + [anon_sym_LBRACK] = ACTIONS(4732), + [anon_sym_EQ] = ACTIONS(4732), + [anon_sym_LBRACE] = ACTIONS(4732), + [anon_sym_RBRACE] = ACTIONS(4732), + [anon_sym_LPAREN] = ACTIONS(4732), + [anon_sym_COMMA] = ACTIONS(4732), + [anon_sym_by] = ACTIONS(4730), + [anon_sym_where] = ACTIONS(4730), + [anon_sym_object] = ACTIONS(4730), + [anon_sym_fun] = 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(4732), + [sym_label] = ACTIONS(4730), + [anon_sym_in] = ACTIONS(4730), + [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_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_PLUS_PLUS] = ACTIONS(4732), + [anon_sym_DASH_DASH] = ACTIONS(4732), + [anon_sym_BANG] = ACTIONS(4730), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4732), + [anon_sym_super_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_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4732), + }, + [3441] = { + [sym_type_constraints] = STATE(3637), + [sym_function_body] = STATE(3262), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), + }, + [3442] = { + [sym_type_constraints] = STATE(3639), + [sym_function_body] = STATE(3230), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), + }, + [3443] = { + [sym__alpha_identifier] = ACTIONS(4838), + [anon_sym_AT] = ACTIONS(4840), + [anon_sym_LBRACK] = ACTIONS(4840), + [anon_sym_as] = ACTIONS(4838), + [anon_sym_EQ] = ACTIONS(4838), + [anon_sym_LBRACE] = ACTIONS(4840), + [anon_sym_RBRACE] = ACTIONS(4840), + [anon_sym_LPAREN] = ACTIONS(6871), + [anon_sym_LT] = ACTIONS(4838), + [anon_sym_GT] = ACTIONS(4838), + [anon_sym_object] = ACTIONS(4838), + [anon_sym_fun] = ACTIONS(4838), + [anon_sym_DOT] = ACTIONS(4838), + [anon_sym_SEMI] = ACTIONS(4840), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4838), + [anon_sym_this] = ACTIONS(4838), + [anon_sym_super] = ACTIONS(4838), + [anon_sym_STAR] = ACTIONS(4838), + [sym_label] = ACTIONS(4838), + [anon_sym_in] = ACTIONS(4838), + [anon_sym_DOT_DOT] = ACTIONS(4840), + [anon_sym_QMARK_COLON] = ACTIONS(4840), + [anon_sym_AMP_AMP] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4840), + [anon_sym_null] = ACTIONS(4838), + [anon_sym_if] = ACTIONS(4838), + [anon_sym_else] = ACTIONS(4838), + [anon_sym_when] = ACTIONS(4838), + [anon_sym_try] = ACTIONS(4838), + [anon_sym_throw] = ACTIONS(4838), + [anon_sym_return] = ACTIONS(4838), + [anon_sym_continue] = ACTIONS(4838), + [anon_sym_break] = ACTIONS(4838), + [anon_sym_COLON_COLON] = ACTIONS(4840), + [anon_sym_PLUS_EQ] = ACTIONS(4840), + [anon_sym_DASH_EQ] = ACTIONS(4840), + [anon_sym_STAR_EQ] = ACTIONS(4840), + [anon_sym_SLASH_EQ] = ACTIONS(4840), + [anon_sym_PERCENT_EQ] = ACTIONS(4840), + [anon_sym_BANG_EQ] = ACTIONS(4838), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4840), + [anon_sym_EQ_EQ] = ACTIONS(4838), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4840), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4840), + [anon_sym_BANGin] = ACTIONS(4840), + [anon_sym_is] = ACTIONS(4838), + [anon_sym_BANGis] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4838), + [anon_sym_SLASH] = ACTIONS(4838), + [anon_sym_PERCENT] = ACTIONS(4838), + [anon_sym_as_QMARK] = ACTIONS(4840), + [anon_sym_PLUS_PLUS] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4840), + [anon_sym_BANG] = ACTIONS(4838), + [anon_sym_BANG_BANG] = ACTIONS(4840), + [anon_sym_data] = ACTIONS(4838), + [anon_sym_inner] = ACTIONS(4838), + [anon_sym_value] = ACTIONS(4838), + [anon_sym_expect] = ACTIONS(4838), + [anon_sym_actual] = ACTIONS(4838), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4840), + [anon_sym_continue_AT] = ACTIONS(4840), + [anon_sym_break_AT] = ACTIONS(4840), + [anon_sym_this_AT] = ACTIONS(4840), + [anon_sym_super_AT] = ACTIONS(4840), + [sym_real_literal] = ACTIONS(4840), + [sym_integer_literal] = ACTIONS(4838), + [sym_hex_literal] = ACTIONS(4840), + [sym_bin_literal] = ACTIONS(4840), + [anon_sym_true] = ACTIONS(4838), + [anon_sym_false] = ACTIONS(4838), + [anon_sym_SQUOTE] = ACTIONS(4840), + [sym__backtick_identifier] = ACTIONS(4840), + [sym__automatic_semicolon] = ACTIONS(4840), + [sym_safe_nav] = ACTIONS(4840), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4840), + }, + [3444] = { + [sym__alpha_identifier] = ACTIONS(4848), + [anon_sym_AT] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_as] = ACTIONS(4848), + [anon_sym_EQ] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_LPAREN] = ACTIONS(6873), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_object] = ACTIONS(4848), + [anon_sym_fun] = ACTIONS(4848), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym_get] = ACTIONS(4848), + [anon_sym_set] = ACTIONS(4848), + [anon_sym_this] = ACTIONS(4848), + [anon_sym_super] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4848), + [sym_label] = ACTIONS(4848), + [anon_sym_in] = ACTIONS(4848), + [anon_sym_DOT_DOT] = ACTIONS(4850), + [anon_sym_QMARK_COLON] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_null] = ACTIONS(4848), + [anon_sym_if] = ACTIONS(4848), + [anon_sym_else] = ACTIONS(4848), + [anon_sym_when] = ACTIONS(4848), + [anon_sym_try] = ACTIONS(4848), + [anon_sym_throw] = ACTIONS(4848), + [anon_sym_return] = ACTIONS(4848), + [anon_sym_continue] = ACTIONS(4848), + [anon_sym_break] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_PLUS_EQ] = ACTIONS(4850), + [anon_sym_DASH_EQ] = ACTIONS(4850), + [anon_sym_STAR_EQ] = ACTIONS(4850), + [anon_sym_SLASH_EQ] = ACTIONS(4850), + [anon_sym_PERCENT_EQ] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4850), + [anon_sym_EQ_EQ] = ACTIONS(4848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_BANGin] = ACTIONS(4850), + [anon_sym_is] = ACTIONS(4848), + [anon_sym_BANGis] = ACTIONS(4850), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4848), + [anon_sym_as_QMARK] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_BANG] = ACTIONS(4848), + [anon_sym_BANG_BANG] = ACTIONS(4850), + [anon_sym_data] = ACTIONS(4848), + [anon_sym_inner] = ACTIONS(4848), + [anon_sym_value] = ACTIONS(4848), + [anon_sym_expect] = ACTIONS(4848), + [anon_sym_actual] = ACTIONS(4848), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4850), + [anon_sym_continue_AT] = ACTIONS(4850), + [anon_sym_break_AT] = ACTIONS(4850), + [anon_sym_this_AT] = ACTIONS(4850), + [anon_sym_super_AT] = ACTIONS(4850), + [sym_real_literal] = ACTIONS(4850), + [sym_integer_literal] = ACTIONS(4848), + [sym_hex_literal] = ACTIONS(4850), + [sym_bin_literal] = ACTIONS(4850), + [anon_sym_true] = ACTIONS(4848), + [anon_sym_false] = ACTIONS(4848), + [anon_sym_SQUOTE] = ACTIONS(4850), + [sym__backtick_identifier] = ACTIONS(4850), + [sym__automatic_semicolon] = ACTIONS(4850), + [sym_safe_nav] = ACTIONS(4850), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4850), + }, + [3445] = { + [sym__alpha_identifier] = ACTIONS(4958), + [anon_sym_AT] = ACTIONS(4960), + [anon_sym_LBRACK] = ACTIONS(4960), + [anon_sym_RBRACK] = ACTIONS(4960), + [anon_sym_as] = ACTIONS(4958), + [anon_sym_EQ] = ACTIONS(4958), + [anon_sym_LBRACE] = ACTIONS(4960), + [anon_sym_RBRACE] = ACTIONS(4960), + [anon_sym_LPAREN] = ACTIONS(4960), + [anon_sym_COMMA] = ACTIONS(4960), + [anon_sym_RPAREN] = ACTIONS(4960), + [anon_sym_LT] = ACTIONS(4958), + [anon_sym_GT] = ACTIONS(4958), + [anon_sym_where] = ACTIONS(4958), + [anon_sym_DOT] = ACTIONS(4958), + [anon_sym_SEMI] = ACTIONS(4960), + [anon_sym_get] = ACTIONS(4958), + [anon_sym_set] = ACTIONS(4958), + [anon_sym_STAR] = ACTIONS(4958), + [anon_sym_DASH_GT] = ACTIONS(4960), + [sym_label] = ACTIONS(4960), + [anon_sym_in] = ACTIONS(4958), + [anon_sym_while] = ACTIONS(4958), + [anon_sym_DOT_DOT] = ACTIONS(4960), + [anon_sym_QMARK_COLON] = ACTIONS(4960), + [anon_sym_AMP_AMP] = ACTIONS(4960), + [anon_sym_PIPE_PIPE] = ACTIONS(4960), + [anon_sym_else] = ACTIONS(4958), + [anon_sym_COLON_COLON] = ACTIONS(4960), + [anon_sym_PLUS_EQ] = ACTIONS(4960), + [anon_sym_DASH_EQ] = ACTIONS(4960), + [anon_sym_STAR_EQ] = ACTIONS(4960), + [anon_sym_SLASH_EQ] = ACTIONS(4960), + [anon_sym_PERCENT_EQ] = ACTIONS(4960), + [anon_sym_BANG_EQ] = ACTIONS(4958), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4960), + [anon_sym_EQ_EQ] = ACTIONS(4958), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4960), + [anon_sym_LT_EQ] = ACTIONS(4960), + [anon_sym_GT_EQ] = ACTIONS(4960), + [anon_sym_BANGin] = ACTIONS(4960), + [anon_sym_is] = ACTIONS(4958), + [anon_sym_BANGis] = ACTIONS(4960), + [anon_sym_PLUS] = ACTIONS(4958), + [anon_sym_DASH] = ACTIONS(4958), + [anon_sym_SLASH] = ACTIONS(4958), + [anon_sym_PERCENT] = ACTIONS(4958), + [anon_sym_as_QMARK] = ACTIONS(4960), + [anon_sym_PLUS_PLUS] = ACTIONS(4960), + [anon_sym_DASH_DASH] = ACTIONS(4960), + [anon_sym_BANG_BANG] = ACTIONS(4960), + [anon_sym_suspend] = ACTIONS(4958), + [anon_sym_sealed] = ACTIONS(4958), + [anon_sym_annotation] = ACTIONS(4958), + [anon_sym_data] = ACTIONS(4958), + [anon_sym_inner] = ACTIONS(4958), + [anon_sym_value] = ACTIONS(4958), + [anon_sym_override] = ACTIONS(4958), + [anon_sym_lateinit] = ACTIONS(4958), + [anon_sym_public] = ACTIONS(4958), + [anon_sym_private] = ACTIONS(4958), + [anon_sym_internal] = ACTIONS(4958), + [anon_sym_protected] = ACTIONS(4958), + [anon_sym_tailrec] = ACTIONS(4958), + [anon_sym_operator] = ACTIONS(4958), + [anon_sym_infix] = ACTIONS(4958), + [anon_sym_inline] = ACTIONS(4958), + [anon_sym_external] = ACTIONS(4958), + [sym_property_modifier] = ACTIONS(4958), + [anon_sym_abstract] = ACTIONS(4958), + [anon_sym_final] = ACTIONS(4958), + [anon_sym_open] = ACTIONS(4958), + [anon_sym_vararg] = ACTIONS(4958), + [anon_sym_noinline] = ACTIONS(4958), + [anon_sym_crossinline] = ACTIONS(4958), + [anon_sym_expect] = ACTIONS(4958), + [anon_sym_actual] = ACTIONS(4958), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4960), + [sym_safe_nav] = ACTIONS(4960), + [sym_multiline_comment] = ACTIONS(3), + }, [3446] = { - [sym__alpha_identifier] = ACTIONS(4674), - [anon_sym_AT] = ACTIONS(4676), - [anon_sym_LBRACK] = ACTIONS(4676), - [anon_sym_EQ] = ACTIONS(4676), - [anon_sym_LBRACE] = ACTIONS(4676), - [anon_sym_RBRACE] = ACTIONS(4676), - [anon_sym_LPAREN] = ACTIONS(4676), - [anon_sym_COMMA] = ACTIONS(4676), - [anon_sym_by] = ACTIONS(4674), - [anon_sym_where] = ACTIONS(4674), - [anon_sym_object] = ACTIONS(4674), - [anon_sym_fun] = 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(4676), - [sym_label] = ACTIONS(4674), - [anon_sym_in] = ACTIONS(4674), - [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_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_PLUS_PLUS] = ACTIONS(4676), - [anon_sym_DASH_DASH] = ACTIONS(4676), - [anon_sym_BANG] = ACTIONS(4674), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4676), - [anon_sym_super_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_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4676), + [sym_type_constraints] = STATE(3648), + [sym_function_body] = STATE(3164), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), }, [3447] = { - [sym__alpha_identifier] = ACTIONS(4892), - [anon_sym_AT] = ACTIONS(4894), - [anon_sym_LBRACK] = ACTIONS(4894), - [anon_sym_as] = ACTIONS(4892), - [anon_sym_EQ] = ACTIONS(4892), - [anon_sym_LBRACE] = ACTIONS(4894), - [anon_sym_RBRACE] = ACTIONS(4894), - [anon_sym_LPAREN] = ACTIONS(6862), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym_GT] = ACTIONS(4892), - [anon_sym_object] = ACTIONS(4892), - [anon_sym_fun] = ACTIONS(4892), - [anon_sym_DOT] = ACTIONS(4892), - [anon_sym_SEMI] = ACTIONS(4894), - [anon_sym_get] = ACTIONS(4892), - [anon_sym_set] = ACTIONS(4892), - [anon_sym_this] = ACTIONS(4892), - [anon_sym_super] = ACTIONS(4892), - [anon_sym_STAR] = ACTIONS(4892), - [sym_label] = ACTIONS(4892), - [anon_sym_in] = ACTIONS(4892), - [anon_sym_DOT_DOT] = ACTIONS(4894), - [anon_sym_QMARK_COLON] = ACTIONS(4894), - [anon_sym_AMP_AMP] = ACTIONS(4894), - [anon_sym_PIPE_PIPE] = ACTIONS(4894), - [anon_sym_null] = ACTIONS(4892), - [anon_sym_if] = ACTIONS(4892), - [anon_sym_else] = ACTIONS(4892), - [anon_sym_when] = ACTIONS(4892), - [anon_sym_try] = ACTIONS(4892), - [anon_sym_throw] = ACTIONS(4892), - [anon_sym_return] = ACTIONS(4892), - [anon_sym_continue] = ACTIONS(4892), - [anon_sym_break] = ACTIONS(4892), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_PLUS_EQ] = ACTIONS(4894), - [anon_sym_DASH_EQ] = ACTIONS(4894), - [anon_sym_STAR_EQ] = ACTIONS(4894), - [anon_sym_SLASH_EQ] = ACTIONS(4894), - [anon_sym_PERCENT_EQ] = ACTIONS(4894), - [anon_sym_BANG_EQ] = ACTIONS(4892), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4894), - [anon_sym_EQ_EQ] = ACTIONS(4892), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4894), - [anon_sym_LT_EQ] = ACTIONS(4894), - [anon_sym_GT_EQ] = ACTIONS(4894), - [anon_sym_BANGin] = ACTIONS(4894), - [anon_sym_is] = ACTIONS(4892), - [anon_sym_BANGis] = ACTIONS(4894), - [anon_sym_PLUS] = ACTIONS(4892), - [anon_sym_DASH] = ACTIONS(4892), - [anon_sym_SLASH] = ACTIONS(4892), - [anon_sym_PERCENT] = ACTIONS(4892), - [anon_sym_as_QMARK] = ACTIONS(4894), - [anon_sym_PLUS_PLUS] = ACTIONS(4894), - [anon_sym_DASH_DASH] = ACTIONS(4894), - [anon_sym_BANG] = ACTIONS(4892), - [anon_sym_BANG_BANG] = ACTIONS(4894), - [anon_sym_data] = ACTIONS(4892), - [anon_sym_inner] = ACTIONS(4892), - [anon_sym_value] = ACTIONS(4892), - [anon_sym_expect] = ACTIONS(4892), - [anon_sym_actual] = ACTIONS(4892), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4894), - [anon_sym_continue_AT] = ACTIONS(4894), - [anon_sym_break_AT] = ACTIONS(4894), - [anon_sym_this_AT] = ACTIONS(4894), - [anon_sym_super_AT] = ACTIONS(4894), - [sym_real_literal] = ACTIONS(4894), - [sym_integer_literal] = ACTIONS(4892), - [sym_hex_literal] = ACTIONS(4894), - [sym_bin_literal] = ACTIONS(4894), - [anon_sym_true] = ACTIONS(4892), - [anon_sym_false] = ACTIONS(4892), - [anon_sym_SQUOTE] = ACTIONS(4894), - [sym__backtick_identifier] = ACTIONS(4894), - [sym__automatic_semicolon] = ACTIONS(4894), - [sym_safe_nav] = ACTIONS(4894), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4894), + [sym_type_constraints] = STATE(3649), + [sym_function_body] = STATE(3128), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4319), + [anon_sym_fun] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_this] = ACTIONS(4319), + [anon_sym_super] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4321), + [sym_label] = ACTIONS(4319), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_null] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_when] = ACTIONS(4319), + [anon_sym_try] = ACTIONS(4319), + [anon_sym_throw] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4321), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4321), + [anon_sym_continue_AT] = ACTIONS(4321), + [anon_sym_break_AT] = ACTIONS(4321), + [anon_sym_this_AT] = ACTIONS(4321), + [anon_sym_super_AT] = ACTIONS(4321), + [sym_real_literal] = ACTIONS(4321), + [sym_integer_literal] = ACTIONS(4319), + [sym_hex_literal] = ACTIONS(4321), + [sym_bin_literal] = ACTIONS(4321), + [anon_sym_true] = ACTIONS(4319), + [anon_sym_false] = ACTIONS(4319), + [anon_sym_SQUOTE] = ACTIONS(4321), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4321), }, [3448] = { + [sym__alpha_identifier] = ACTIONS(4762), + [anon_sym_AT] = ACTIONS(4764), + [anon_sym_LBRACK] = ACTIONS(4764), + [anon_sym_RBRACK] = ACTIONS(4764), + [anon_sym_as] = ACTIONS(4762), + [anon_sym_EQ] = ACTIONS(4762), + [anon_sym_LBRACE] = ACTIONS(4764), + [anon_sym_RBRACE] = ACTIONS(4764), + [anon_sym_LPAREN] = ACTIONS(4764), + [anon_sym_COMMA] = ACTIONS(4764), + [anon_sym_RPAREN] = ACTIONS(4764), + [anon_sym_LT] = ACTIONS(4762), + [anon_sym_GT] = ACTIONS(4762), + [anon_sym_where] = ACTIONS(4762), + [anon_sym_DOT] = ACTIONS(4762), + [anon_sym_SEMI] = ACTIONS(4764), + [anon_sym_get] = ACTIONS(4762), + [anon_sym_set] = ACTIONS(4762), + [anon_sym_STAR] = ACTIONS(4762), + [anon_sym_DASH_GT] = ACTIONS(4764), + [sym_label] = ACTIONS(4764), + [anon_sym_in] = ACTIONS(4762), + [anon_sym_while] = ACTIONS(4762), + [anon_sym_DOT_DOT] = ACTIONS(4764), + [anon_sym_QMARK_COLON] = ACTIONS(4764), + [anon_sym_AMP_AMP] = ACTIONS(4764), + [anon_sym_PIPE_PIPE] = ACTIONS(4764), + [anon_sym_else] = ACTIONS(4762), + [anon_sym_COLON_COLON] = ACTIONS(4764), + [anon_sym_PLUS_EQ] = ACTIONS(4764), + [anon_sym_DASH_EQ] = ACTIONS(4764), + [anon_sym_STAR_EQ] = ACTIONS(4764), + [anon_sym_SLASH_EQ] = ACTIONS(4764), + [anon_sym_PERCENT_EQ] = ACTIONS(4764), + [anon_sym_BANG_EQ] = ACTIONS(4762), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4764), + [anon_sym_EQ_EQ] = ACTIONS(4762), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4764), + [anon_sym_LT_EQ] = ACTIONS(4764), + [anon_sym_GT_EQ] = ACTIONS(4764), + [anon_sym_BANGin] = ACTIONS(4764), + [anon_sym_is] = ACTIONS(4762), + [anon_sym_BANGis] = ACTIONS(4764), + [anon_sym_PLUS] = ACTIONS(4762), + [anon_sym_DASH] = ACTIONS(4762), + [anon_sym_SLASH] = ACTIONS(4762), + [anon_sym_PERCENT] = ACTIONS(4762), + [anon_sym_as_QMARK] = ACTIONS(4764), + [anon_sym_PLUS_PLUS] = ACTIONS(4764), + [anon_sym_DASH_DASH] = ACTIONS(4764), + [anon_sym_BANG_BANG] = ACTIONS(4764), + [anon_sym_suspend] = ACTIONS(4762), + [anon_sym_sealed] = ACTIONS(4762), + [anon_sym_annotation] = ACTIONS(4762), + [anon_sym_data] = ACTIONS(4762), + [anon_sym_inner] = ACTIONS(4762), + [anon_sym_value] = ACTIONS(4762), + [anon_sym_override] = ACTIONS(4762), + [anon_sym_lateinit] = ACTIONS(4762), + [anon_sym_public] = ACTIONS(4762), + [anon_sym_private] = ACTIONS(4762), + [anon_sym_internal] = ACTIONS(4762), + [anon_sym_protected] = ACTIONS(4762), + [anon_sym_tailrec] = ACTIONS(4762), + [anon_sym_operator] = ACTIONS(4762), + [anon_sym_infix] = ACTIONS(4762), + [anon_sym_inline] = ACTIONS(4762), + [anon_sym_external] = ACTIONS(4762), + [sym_property_modifier] = ACTIONS(4762), + [anon_sym_abstract] = ACTIONS(4762), + [anon_sym_final] = ACTIONS(4762), + [anon_sym_open] = ACTIONS(4762), + [anon_sym_vararg] = ACTIONS(4762), + [anon_sym_noinline] = ACTIONS(4762), + [anon_sym_crossinline] = ACTIONS(4762), + [anon_sym_expect] = ACTIONS(4762), + [anon_sym_actual] = ACTIONS(4762), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4764), + [sym_safe_nav] = ACTIONS(4764), + [sym_multiline_comment] = ACTIONS(3), + }, + [3449] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_EQ] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(6875), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(4281), + [anon_sym_fun] = ACTIONS(4281), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [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(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_null] = ACTIONS(4281), + [anon_sym_if] = ACTIONS(4281), + [anon_sym_else] = ACTIONS(4289), + [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(4284), + [anon_sym_PLUS_EQ] = ACTIONS(4287), + [anon_sym_DASH_EQ] = ACTIONS(4287), + [anon_sym_STAR_EQ] = ACTIONS(4287), + [anon_sym_SLASH_EQ] = ACTIONS(4287), + [anon_sym_PERCENT_EQ] = ACTIONS(4287), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4289), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(4281), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4284), + [anon_sym_continue_AT] = ACTIONS(4284), + [anon_sym_break_AT] = ACTIONS(4284), + [anon_sym_this_AT] = ACTIONS(4284), + [anon_sym_super_AT] = ACTIONS(4284), + [sym_real_literal] = ACTIONS(4284), + [sym_integer_literal] = ACTIONS(4281), + [sym_hex_literal] = ACTIONS(4284), + [sym_bin_literal] = ACTIONS(4284), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [anon_sym_SQUOTE] = ACTIONS(4284), + [sym__backtick_identifier] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4287), + [sym_safe_nav] = ACTIONS(4287), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4284), + }, + [3450] = { + [sym__alpha_identifier] = ACTIONS(4810), + [anon_sym_AT] = ACTIONS(4812), + [anon_sym_LBRACK] = ACTIONS(4812), + [anon_sym_RBRACK] = ACTIONS(4812), + [anon_sym_as] = ACTIONS(4810), + [anon_sym_EQ] = ACTIONS(4810), + [anon_sym_LBRACE] = ACTIONS(4812), + [anon_sym_RBRACE] = ACTIONS(4812), + [anon_sym_LPAREN] = ACTIONS(4812), + [anon_sym_COMMA] = ACTIONS(4812), + [anon_sym_RPAREN] = ACTIONS(4812), + [anon_sym_LT] = ACTIONS(4810), + [anon_sym_GT] = ACTIONS(4810), + [anon_sym_where] = ACTIONS(4810), + [anon_sym_DOT] = ACTIONS(4810), + [anon_sym_SEMI] = ACTIONS(4812), + [anon_sym_get] = ACTIONS(4810), + [anon_sym_set] = ACTIONS(4810), + [anon_sym_STAR] = ACTIONS(4810), + [anon_sym_DASH_GT] = ACTIONS(4812), + [sym_label] = ACTIONS(4812), + [anon_sym_in] = ACTIONS(4810), + [anon_sym_while] = ACTIONS(4810), + [anon_sym_DOT_DOT] = ACTIONS(4812), + [anon_sym_QMARK_COLON] = ACTIONS(4812), + [anon_sym_AMP_AMP] = ACTIONS(4812), + [anon_sym_PIPE_PIPE] = ACTIONS(4812), + [anon_sym_else] = ACTIONS(4810), + [anon_sym_COLON_COLON] = ACTIONS(4812), + [anon_sym_PLUS_EQ] = ACTIONS(4812), + [anon_sym_DASH_EQ] = ACTIONS(4812), + [anon_sym_STAR_EQ] = ACTIONS(4812), + [anon_sym_SLASH_EQ] = ACTIONS(4812), + [anon_sym_PERCENT_EQ] = ACTIONS(4812), + [anon_sym_BANG_EQ] = ACTIONS(4810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4812), + [anon_sym_EQ_EQ] = ACTIONS(4810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4812), + [anon_sym_LT_EQ] = ACTIONS(4812), + [anon_sym_GT_EQ] = ACTIONS(4812), + [anon_sym_BANGin] = ACTIONS(4812), + [anon_sym_is] = ACTIONS(4810), + [anon_sym_BANGis] = ACTIONS(4812), + [anon_sym_PLUS] = ACTIONS(4810), + [anon_sym_DASH] = ACTIONS(4810), + [anon_sym_SLASH] = ACTIONS(4810), + [anon_sym_PERCENT] = ACTIONS(4810), + [anon_sym_as_QMARK] = ACTIONS(4812), + [anon_sym_PLUS_PLUS] = ACTIONS(4812), + [anon_sym_DASH_DASH] = ACTIONS(4812), + [anon_sym_BANG_BANG] = ACTIONS(4812), + [anon_sym_suspend] = ACTIONS(4810), + [anon_sym_sealed] = ACTIONS(4810), + [anon_sym_annotation] = ACTIONS(4810), + [anon_sym_data] = ACTIONS(4810), + [anon_sym_inner] = ACTIONS(4810), + [anon_sym_value] = ACTIONS(4810), + [anon_sym_override] = ACTIONS(4810), + [anon_sym_lateinit] = ACTIONS(4810), + [anon_sym_public] = ACTIONS(4810), + [anon_sym_private] = ACTIONS(4810), + [anon_sym_internal] = ACTIONS(4810), + [anon_sym_protected] = ACTIONS(4810), + [anon_sym_tailrec] = ACTIONS(4810), + [anon_sym_operator] = ACTIONS(4810), + [anon_sym_infix] = ACTIONS(4810), + [anon_sym_inline] = ACTIONS(4810), + [anon_sym_external] = ACTIONS(4810), + [sym_property_modifier] = ACTIONS(4810), + [anon_sym_abstract] = ACTIONS(4810), + [anon_sym_final] = ACTIONS(4810), + [anon_sym_open] = ACTIONS(4810), + [anon_sym_vararg] = ACTIONS(4810), + [anon_sym_noinline] = ACTIONS(4810), + [anon_sym_crossinline] = ACTIONS(4810), + [anon_sym_expect] = ACTIONS(4810), + [anon_sym_actual] = ACTIONS(4810), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4812), + [sym_safe_nav] = ACTIONS(4812), + [sym_multiline_comment] = ACTIONS(3), + }, + [3451] = { + [sym__alpha_identifier] = ACTIONS(4766), + [anon_sym_AT] = ACTIONS(4768), + [anon_sym_LBRACK] = ACTIONS(4768), + [anon_sym_RBRACK] = ACTIONS(4768), + [anon_sym_as] = ACTIONS(4766), + [anon_sym_EQ] = ACTIONS(4766), + [anon_sym_LBRACE] = ACTIONS(4768), + [anon_sym_RBRACE] = ACTIONS(4768), + [anon_sym_LPAREN] = ACTIONS(4768), + [anon_sym_COMMA] = ACTIONS(4768), + [anon_sym_RPAREN] = ACTIONS(4768), + [anon_sym_LT] = ACTIONS(4766), + [anon_sym_GT] = ACTIONS(4766), + [anon_sym_where] = ACTIONS(4766), + [anon_sym_DOT] = ACTIONS(4766), + [anon_sym_SEMI] = ACTIONS(4768), + [anon_sym_get] = ACTIONS(4766), + [anon_sym_set] = ACTIONS(4766), + [anon_sym_STAR] = ACTIONS(4766), + [anon_sym_DASH_GT] = ACTIONS(4768), + [sym_label] = ACTIONS(4768), + [anon_sym_in] = ACTIONS(4766), + [anon_sym_while] = ACTIONS(4766), + [anon_sym_DOT_DOT] = ACTIONS(4768), + [anon_sym_QMARK_COLON] = ACTIONS(4768), + [anon_sym_AMP_AMP] = ACTIONS(4768), + [anon_sym_PIPE_PIPE] = ACTIONS(4768), + [anon_sym_else] = ACTIONS(4766), + [anon_sym_COLON_COLON] = ACTIONS(4768), + [anon_sym_PLUS_EQ] = ACTIONS(4768), + [anon_sym_DASH_EQ] = ACTIONS(4768), + [anon_sym_STAR_EQ] = ACTIONS(4768), + [anon_sym_SLASH_EQ] = ACTIONS(4768), + [anon_sym_PERCENT_EQ] = ACTIONS(4768), + [anon_sym_BANG_EQ] = ACTIONS(4766), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4768), + [anon_sym_EQ_EQ] = ACTIONS(4766), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4768), + [anon_sym_LT_EQ] = ACTIONS(4768), + [anon_sym_GT_EQ] = ACTIONS(4768), + [anon_sym_BANGin] = ACTIONS(4768), + [anon_sym_is] = ACTIONS(4766), + [anon_sym_BANGis] = ACTIONS(4768), + [anon_sym_PLUS] = ACTIONS(4766), + [anon_sym_DASH] = ACTIONS(4766), + [anon_sym_SLASH] = ACTIONS(4766), + [anon_sym_PERCENT] = ACTIONS(4766), + [anon_sym_as_QMARK] = ACTIONS(4768), + [anon_sym_PLUS_PLUS] = ACTIONS(4768), + [anon_sym_DASH_DASH] = ACTIONS(4768), + [anon_sym_BANG_BANG] = ACTIONS(4768), + [anon_sym_suspend] = ACTIONS(4766), + [anon_sym_sealed] = ACTIONS(4766), + [anon_sym_annotation] = ACTIONS(4766), + [anon_sym_data] = ACTIONS(4766), + [anon_sym_inner] = ACTIONS(4766), + [anon_sym_value] = ACTIONS(4766), + [anon_sym_override] = ACTIONS(4766), + [anon_sym_lateinit] = ACTIONS(4766), + [anon_sym_public] = ACTIONS(4766), + [anon_sym_private] = ACTIONS(4766), + [anon_sym_internal] = ACTIONS(4766), + [anon_sym_protected] = ACTIONS(4766), + [anon_sym_tailrec] = ACTIONS(4766), + [anon_sym_operator] = ACTIONS(4766), + [anon_sym_infix] = ACTIONS(4766), + [anon_sym_inline] = ACTIONS(4766), + [anon_sym_external] = ACTIONS(4766), + [sym_property_modifier] = ACTIONS(4766), + [anon_sym_abstract] = ACTIONS(4766), + [anon_sym_final] = ACTIONS(4766), + [anon_sym_open] = ACTIONS(4766), + [anon_sym_vararg] = ACTIONS(4766), + [anon_sym_noinline] = ACTIONS(4766), + [anon_sym_crossinline] = ACTIONS(4766), + [anon_sym_expect] = ACTIONS(4766), + [anon_sym_actual] = ACTIONS(4766), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4768), + [sym_safe_nav] = ACTIONS(4768), + [sym_multiline_comment] = ACTIONS(3), + }, + [3452] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(6879), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(4295), + [anon_sym_fun] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(4295), + [anon_sym_super] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(4295), + [anon_sym_if] = ACTIONS(4295), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4295), + [anon_sym_try] = ACTIONS(4295), + [anon_sym_throw] = ACTIONS(4295), + [anon_sym_return] = ACTIONS(4295), + [anon_sym_continue] = ACTIONS(4295), + [anon_sym_break] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(4295), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4298), + [anon_sym_continue_AT] = ACTIONS(4298), + [anon_sym_break_AT] = ACTIONS(4298), + [anon_sym_this_AT] = ACTIONS(4298), + [anon_sym_super_AT] = ACTIONS(4298), + [sym_real_literal] = ACTIONS(4298), + [sym_integer_literal] = ACTIONS(4295), + [sym_hex_literal] = ACTIONS(4298), + [sym_bin_literal] = ACTIONS(4298), + [anon_sym_true] = ACTIONS(4295), + [anon_sym_false] = ACTIONS(4295), + [anon_sym_SQUOTE] = ACTIONS(4298), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4298), + }, + [3453] = { + [ts_builtin_sym_end] = ACTIONS(6883), + [sym__alpha_identifier] = ACTIONS(6885), + [anon_sym_AT] = ACTIONS(6883), + [anon_sym_LBRACK] = ACTIONS(6883), + [anon_sym_package] = ACTIONS(6885), + [anon_sym_import] = ACTIONS(6885), + [anon_sym_typealias] = ACTIONS(6885), + [anon_sym_class] = ACTIONS(6885), + [anon_sym_interface] = ACTIONS(6885), + [anon_sym_enum] = ACTIONS(6885), + [anon_sym_LBRACE] = ACTIONS(6883), + [anon_sym_LPAREN] = ACTIONS(6883), + [anon_sym_val] = ACTIONS(6885), + [anon_sym_var] = ACTIONS(6885), + [anon_sym_object] = ACTIONS(6885), + [anon_sym_fun] = ACTIONS(6885), + [anon_sym_get] = ACTIONS(6885), + [anon_sym_set] = ACTIONS(6885), + [anon_sym_this] = ACTIONS(6885), + [anon_sym_super] = ACTIONS(6885), + [anon_sym_STAR] = ACTIONS(6883), + [sym_label] = ACTIONS(6885), + [anon_sym_for] = ACTIONS(6885), + [anon_sym_while] = ACTIONS(6885), + [anon_sym_do] = ACTIONS(6885), + [anon_sym_null] = ACTIONS(6885), + [anon_sym_if] = ACTIONS(6885), + [anon_sym_when] = ACTIONS(6885), + [anon_sym_try] = ACTIONS(6885), + [anon_sym_throw] = ACTIONS(6885), + [anon_sym_return] = ACTIONS(6885), + [anon_sym_continue] = ACTIONS(6885), + [anon_sym_break] = ACTIONS(6885), + [anon_sym_COLON_COLON] = ACTIONS(6883), + [anon_sym_PLUS] = ACTIONS(6885), + [anon_sym_DASH] = ACTIONS(6885), + [anon_sym_PLUS_PLUS] = ACTIONS(6883), + [anon_sym_DASH_DASH] = ACTIONS(6883), + [anon_sym_BANG] = ACTIONS(6883), + [anon_sym_suspend] = ACTIONS(6885), + [anon_sym_sealed] = ACTIONS(6885), + [anon_sym_annotation] = ACTIONS(6885), + [anon_sym_data] = ACTIONS(6885), + [anon_sym_inner] = ACTIONS(6885), + [anon_sym_value] = ACTIONS(6885), + [anon_sym_override] = ACTIONS(6885), + [anon_sym_lateinit] = ACTIONS(6885), + [anon_sym_public] = ACTIONS(6885), + [anon_sym_private] = ACTIONS(6885), + [anon_sym_internal] = ACTIONS(6885), + [anon_sym_protected] = ACTIONS(6885), + [anon_sym_tailrec] = ACTIONS(6885), + [anon_sym_operator] = ACTIONS(6885), + [anon_sym_infix] = ACTIONS(6885), + [anon_sym_inline] = ACTIONS(6885), + [anon_sym_external] = ACTIONS(6885), + [sym_property_modifier] = ACTIONS(6885), + [anon_sym_abstract] = ACTIONS(6885), + [anon_sym_final] = ACTIONS(6885), + [anon_sym_open] = ACTIONS(6885), + [anon_sym_vararg] = ACTIONS(6885), + [anon_sym_noinline] = ACTIONS(6885), + [anon_sym_crossinline] = ACTIONS(6885), + [anon_sym_expect] = ACTIONS(6885), + [anon_sym_actual] = ACTIONS(6885), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(6883), + [anon_sym_continue_AT] = ACTIONS(6883), + [anon_sym_break_AT] = ACTIONS(6883), + [anon_sym_this_AT] = ACTIONS(6883), + [anon_sym_super_AT] = ACTIONS(6883), + [sym_real_literal] = ACTIONS(6883), + [sym_integer_literal] = ACTIONS(6885), + [sym_hex_literal] = ACTIONS(6883), + [sym_bin_literal] = ACTIONS(6883), + [anon_sym_true] = ACTIONS(6885), + [anon_sym_false] = ACTIONS(6885), + [anon_sym_SQUOTE] = ACTIONS(6883), + [sym__backtick_identifier] = ACTIONS(6883), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(6883), + }, + [3454] = { + [sym__alpha_identifier] = ACTIONS(5084), + [anon_sym_AT] = ACTIONS(5086), + [anon_sym_LBRACK] = ACTIONS(5086), + [anon_sym_RBRACK] = ACTIONS(5086), + [anon_sym_as] = ACTIONS(5084), + [anon_sym_EQ] = ACTIONS(5084), + [anon_sym_LBRACE] = ACTIONS(5086), + [anon_sym_RBRACE] = ACTIONS(5086), + [anon_sym_LPAREN] = ACTIONS(5086), + [anon_sym_COMMA] = ACTIONS(5086), + [anon_sym_RPAREN] = ACTIONS(5086), + [anon_sym_LT] = ACTIONS(5084), + [anon_sym_GT] = ACTIONS(5084), + [anon_sym_where] = ACTIONS(5084), + [anon_sym_DOT] = ACTIONS(5084), + [anon_sym_SEMI] = ACTIONS(5086), + [anon_sym_get] = ACTIONS(5084), + [anon_sym_set] = ACTIONS(5084), + [anon_sym_STAR] = ACTIONS(5084), + [anon_sym_DASH_GT] = ACTIONS(5086), + [sym_label] = ACTIONS(5086), + [anon_sym_in] = ACTIONS(5084), + [anon_sym_while] = ACTIONS(5084), + [anon_sym_DOT_DOT] = ACTIONS(5086), + [anon_sym_QMARK_COLON] = ACTIONS(5086), + [anon_sym_AMP_AMP] = ACTIONS(5086), + [anon_sym_PIPE_PIPE] = ACTIONS(5086), + [anon_sym_else] = ACTIONS(5084), + [anon_sym_COLON_COLON] = ACTIONS(5086), + [anon_sym_PLUS_EQ] = ACTIONS(5086), + [anon_sym_DASH_EQ] = ACTIONS(5086), + [anon_sym_STAR_EQ] = ACTIONS(5086), + [anon_sym_SLASH_EQ] = ACTIONS(5086), + [anon_sym_PERCENT_EQ] = ACTIONS(5086), + [anon_sym_BANG_EQ] = ACTIONS(5084), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5086), + [anon_sym_EQ_EQ] = ACTIONS(5084), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5086), + [anon_sym_LT_EQ] = ACTIONS(5086), + [anon_sym_GT_EQ] = ACTIONS(5086), + [anon_sym_BANGin] = ACTIONS(5086), + [anon_sym_is] = ACTIONS(5084), + [anon_sym_BANGis] = ACTIONS(5086), + [anon_sym_PLUS] = ACTIONS(5084), + [anon_sym_DASH] = ACTIONS(5084), + [anon_sym_SLASH] = ACTIONS(5084), + [anon_sym_PERCENT] = ACTIONS(5084), + [anon_sym_as_QMARK] = ACTIONS(5086), + [anon_sym_PLUS_PLUS] = ACTIONS(5086), + [anon_sym_DASH_DASH] = ACTIONS(5086), + [anon_sym_BANG_BANG] = ACTIONS(5086), + [anon_sym_suspend] = ACTIONS(5084), + [anon_sym_sealed] = ACTIONS(5084), + [anon_sym_annotation] = ACTIONS(5084), + [anon_sym_data] = ACTIONS(5084), + [anon_sym_inner] = ACTIONS(5084), + [anon_sym_value] = ACTIONS(5084), + [anon_sym_override] = ACTIONS(5084), + [anon_sym_lateinit] = ACTIONS(5084), + [anon_sym_public] = ACTIONS(5084), + [anon_sym_private] = ACTIONS(5084), + [anon_sym_internal] = ACTIONS(5084), + [anon_sym_protected] = ACTIONS(5084), + [anon_sym_tailrec] = ACTIONS(5084), + [anon_sym_operator] = ACTIONS(5084), + [anon_sym_infix] = ACTIONS(5084), + [anon_sym_inline] = ACTIONS(5084), + [anon_sym_external] = ACTIONS(5084), + [sym_property_modifier] = ACTIONS(5084), + [anon_sym_abstract] = ACTIONS(5084), + [anon_sym_final] = ACTIONS(5084), + [anon_sym_open] = ACTIONS(5084), + [anon_sym_vararg] = ACTIONS(5084), + [anon_sym_noinline] = ACTIONS(5084), + [anon_sym_crossinline] = ACTIONS(5084), + [anon_sym_expect] = ACTIONS(5084), + [anon_sym_actual] = ACTIONS(5084), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5086), + [sym_safe_nav] = ACTIONS(5086), + [sym_multiline_comment] = ACTIONS(3), + }, + [3455] = { + [sym__alpha_identifier] = ACTIONS(5098), + [anon_sym_AT] = ACTIONS(5100), + [anon_sym_LBRACK] = ACTIONS(5100), + [anon_sym_RBRACK] = ACTIONS(5100), + [anon_sym_as] = ACTIONS(5098), + [anon_sym_EQ] = ACTIONS(5098), + [anon_sym_LBRACE] = ACTIONS(5100), + [anon_sym_RBRACE] = ACTIONS(5100), + [anon_sym_LPAREN] = ACTIONS(5100), + [anon_sym_COMMA] = ACTIONS(5100), + [anon_sym_RPAREN] = ACTIONS(5100), + [anon_sym_LT] = ACTIONS(5098), + [anon_sym_GT] = ACTIONS(5098), + [anon_sym_where] = ACTIONS(5098), + [anon_sym_DOT] = ACTIONS(5098), + [anon_sym_SEMI] = ACTIONS(5100), + [anon_sym_get] = ACTIONS(5098), + [anon_sym_set] = ACTIONS(5098), + [anon_sym_STAR] = ACTIONS(5098), + [anon_sym_DASH_GT] = ACTIONS(5100), + [sym_label] = ACTIONS(5100), + [anon_sym_in] = ACTIONS(5098), + [anon_sym_while] = ACTIONS(5098), + [anon_sym_DOT_DOT] = ACTIONS(5100), + [anon_sym_QMARK_COLON] = ACTIONS(5100), + [anon_sym_AMP_AMP] = ACTIONS(5100), + [anon_sym_PIPE_PIPE] = ACTIONS(5100), + [anon_sym_else] = ACTIONS(5098), + [anon_sym_COLON_COLON] = ACTIONS(5100), + [anon_sym_PLUS_EQ] = ACTIONS(5100), + [anon_sym_DASH_EQ] = ACTIONS(5100), + [anon_sym_STAR_EQ] = ACTIONS(5100), + [anon_sym_SLASH_EQ] = ACTIONS(5100), + [anon_sym_PERCENT_EQ] = ACTIONS(5100), + [anon_sym_BANG_EQ] = ACTIONS(5098), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5100), + [anon_sym_EQ_EQ] = ACTIONS(5098), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5100), + [anon_sym_LT_EQ] = ACTIONS(5100), + [anon_sym_GT_EQ] = ACTIONS(5100), + [anon_sym_BANGin] = ACTIONS(5100), + [anon_sym_is] = ACTIONS(5098), + [anon_sym_BANGis] = ACTIONS(5100), + [anon_sym_PLUS] = ACTIONS(5098), + [anon_sym_DASH] = ACTIONS(5098), + [anon_sym_SLASH] = ACTIONS(5098), + [anon_sym_PERCENT] = ACTIONS(5098), + [anon_sym_as_QMARK] = ACTIONS(5100), + [anon_sym_PLUS_PLUS] = ACTIONS(5100), + [anon_sym_DASH_DASH] = ACTIONS(5100), + [anon_sym_BANG_BANG] = ACTIONS(5100), + [anon_sym_suspend] = ACTIONS(5098), + [anon_sym_sealed] = ACTIONS(5098), + [anon_sym_annotation] = ACTIONS(5098), + [anon_sym_data] = ACTIONS(5098), + [anon_sym_inner] = ACTIONS(5098), + [anon_sym_value] = ACTIONS(5098), + [anon_sym_override] = ACTIONS(5098), + [anon_sym_lateinit] = ACTIONS(5098), + [anon_sym_public] = ACTIONS(5098), + [anon_sym_private] = ACTIONS(5098), + [anon_sym_internal] = ACTIONS(5098), + [anon_sym_protected] = ACTIONS(5098), + [anon_sym_tailrec] = ACTIONS(5098), + [anon_sym_operator] = ACTIONS(5098), + [anon_sym_infix] = ACTIONS(5098), + [anon_sym_inline] = ACTIONS(5098), + [anon_sym_external] = ACTIONS(5098), + [sym_property_modifier] = ACTIONS(5098), + [anon_sym_abstract] = ACTIONS(5098), + [anon_sym_final] = ACTIONS(5098), + [anon_sym_open] = ACTIONS(5098), + [anon_sym_vararg] = ACTIONS(5098), + [anon_sym_noinline] = ACTIONS(5098), + [anon_sym_crossinline] = ACTIONS(5098), + [anon_sym_expect] = ACTIONS(5098), + [anon_sym_actual] = ACTIONS(5098), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5100), + [sym_safe_nav] = ACTIONS(5100), + [sym_multiline_comment] = ACTIONS(3), + }, + [3456] = { + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_RBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(4251), + [anon_sym_LBRACE] = ACTIONS(4253), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_COMMA] = ACTIONS(4253), + [anon_sym_RPAREN] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_where] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4251), + [anon_sym_DASH_GT] = ACTIONS(4253), + [sym_label] = ACTIONS(4253), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_while] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_PLUS_EQ] = ACTIONS(4253), + [anon_sym_DASH_EQ] = ACTIONS(4253), + [anon_sym_STAR_EQ] = ACTIONS(4253), + [anon_sym_SLASH_EQ] = ACTIONS(4253), + [anon_sym_PERCENT_EQ] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4251), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_suspend] = ACTIONS(4251), + [anon_sym_sealed] = ACTIONS(4251), + [anon_sym_annotation] = ACTIONS(4251), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_override] = ACTIONS(4251), + [anon_sym_lateinit] = ACTIONS(4251), + [anon_sym_public] = ACTIONS(4251), + [anon_sym_private] = ACTIONS(4251), + [anon_sym_internal] = ACTIONS(4251), + [anon_sym_protected] = ACTIONS(4251), + [anon_sym_tailrec] = ACTIONS(4251), + [anon_sym_operator] = ACTIONS(4251), + [anon_sym_infix] = ACTIONS(4251), + [anon_sym_inline] = ACTIONS(4251), + [anon_sym_external] = ACTIONS(4251), + [sym_property_modifier] = ACTIONS(4251), + [anon_sym_abstract] = ACTIONS(4251), + [anon_sym_final] = ACTIONS(4251), + [anon_sym_open] = ACTIONS(4251), + [anon_sym_vararg] = ACTIONS(4251), + [anon_sym_noinline] = ACTIONS(4251), + [anon_sym_crossinline] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), + [sym_multiline_comment] = ACTIONS(3), + }, + [3457] = { + [sym__alpha_identifier] = ACTIONS(4830), + [anon_sym_AT] = ACTIONS(4832), + [anon_sym_LBRACK] = ACTIONS(4832), + [anon_sym_RBRACK] = ACTIONS(4832), + [anon_sym_as] = ACTIONS(4830), + [anon_sym_EQ] = ACTIONS(4830), + [anon_sym_LBRACE] = ACTIONS(4832), + [anon_sym_RBRACE] = ACTIONS(4832), + [anon_sym_LPAREN] = ACTIONS(4832), + [anon_sym_COMMA] = ACTIONS(4832), + [anon_sym_RPAREN] = ACTIONS(4832), + [anon_sym_LT] = ACTIONS(4830), + [anon_sym_GT] = ACTIONS(4830), + [anon_sym_where] = ACTIONS(4830), + [anon_sym_DOT] = ACTIONS(4830), + [anon_sym_SEMI] = ACTIONS(4832), + [anon_sym_get] = ACTIONS(4830), + [anon_sym_set] = ACTIONS(4830), + [anon_sym_STAR] = ACTIONS(4830), + [anon_sym_DASH_GT] = ACTIONS(4832), + [sym_label] = ACTIONS(4832), + [anon_sym_in] = ACTIONS(4830), + [anon_sym_while] = ACTIONS(4830), + [anon_sym_DOT_DOT] = ACTIONS(4832), + [anon_sym_QMARK_COLON] = ACTIONS(4832), + [anon_sym_AMP_AMP] = ACTIONS(4832), + [anon_sym_PIPE_PIPE] = ACTIONS(4832), + [anon_sym_else] = ACTIONS(4830), + [anon_sym_COLON_COLON] = ACTIONS(4832), + [anon_sym_PLUS_EQ] = ACTIONS(4832), + [anon_sym_DASH_EQ] = ACTIONS(4832), + [anon_sym_STAR_EQ] = ACTIONS(4832), + [anon_sym_SLASH_EQ] = ACTIONS(4832), + [anon_sym_PERCENT_EQ] = ACTIONS(4832), + [anon_sym_BANG_EQ] = ACTIONS(4830), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4832), + [anon_sym_EQ_EQ] = ACTIONS(4830), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4832), + [anon_sym_LT_EQ] = ACTIONS(4832), + [anon_sym_GT_EQ] = ACTIONS(4832), + [anon_sym_BANGin] = ACTIONS(4832), + [anon_sym_is] = ACTIONS(4830), + [anon_sym_BANGis] = ACTIONS(4832), + [anon_sym_PLUS] = ACTIONS(4830), + [anon_sym_DASH] = ACTIONS(4830), + [anon_sym_SLASH] = ACTIONS(4830), + [anon_sym_PERCENT] = ACTIONS(4830), + [anon_sym_as_QMARK] = ACTIONS(4832), + [anon_sym_PLUS_PLUS] = ACTIONS(4832), + [anon_sym_DASH_DASH] = ACTIONS(4832), + [anon_sym_BANG_BANG] = ACTIONS(4832), + [anon_sym_suspend] = ACTIONS(4830), + [anon_sym_sealed] = ACTIONS(4830), + [anon_sym_annotation] = ACTIONS(4830), + [anon_sym_data] = ACTIONS(4830), + [anon_sym_inner] = ACTIONS(4830), + [anon_sym_value] = ACTIONS(4830), + [anon_sym_override] = ACTIONS(4830), + [anon_sym_lateinit] = ACTIONS(4830), + [anon_sym_public] = ACTIONS(4830), + [anon_sym_private] = ACTIONS(4830), + [anon_sym_internal] = ACTIONS(4830), + [anon_sym_protected] = ACTIONS(4830), + [anon_sym_tailrec] = ACTIONS(4830), + [anon_sym_operator] = ACTIONS(4830), + [anon_sym_infix] = ACTIONS(4830), + [anon_sym_inline] = ACTIONS(4830), + [anon_sym_external] = ACTIONS(4830), + [sym_property_modifier] = ACTIONS(4830), + [anon_sym_abstract] = ACTIONS(4830), + [anon_sym_final] = ACTIONS(4830), + [anon_sym_open] = ACTIONS(4830), + [anon_sym_vararg] = ACTIONS(4830), + [anon_sym_noinline] = ACTIONS(4830), + [anon_sym_crossinline] = ACTIONS(4830), + [anon_sym_expect] = ACTIONS(4830), + [anon_sym_actual] = ACTIONS(4830), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4832), + [sym_safe_nav] = ACTIONS(4832), + [sym_multiline_comment] = ACTIONS(3), + }, + [3458] = { [sym__alpha_identifier] = ACTIONS(4874), [anon_sym_AT] = ACTIONS(4876), [anon_sym_LBRACK] = ACTIONS(4876), @@ -399779,7 +400573,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ] = ACTIONS(4874), [anon_sym_LBRACE] = ACTIONS(4876), [anon_sym_RBRACE] = ACTIONS(4876), - [anon_sym_LPAREN] = ACTIONS(6864), + [anon_sym_LPAREN] = ACTIONS(4876), [anon_sym_COMMA] = ACTIONS(4876), [anon_sym_RPAREN] = ACTIONS(4876), [anon_sym_LT] = ACTIONS(4874), @@ -399853,1252 +400647,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4876), [sym_multiline_comment] = ACTIONS(3), }, - [3449] = { - [sym__alpha_identifier] = ACTIONS(4289), - [anon_sym_AT] = ACTIONS(4287), - [anon_sym_LBRACK] = ACTIONS(4287), - [anon_sym_RBRACK] = ACTIONS(4287), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_EQ] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4287), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(6866), - [anon_sym_COMMA] = ACTIONS(4287), - [anon_sym_RPAREN] = ACTIONS(4287), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_where] = ACTIONS(4289), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4289), - [anon_sym_set] = ACTIONS(4289), - [anon_sym_STAR] = ACTIONS(4289), - [anon_sym_DASH_GT] = ACTIONS(4287), - [sym_label] = ACTIONS(4287), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_while] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_else] = ACTIONS(4289), - [anon_sym_COLON_COLON] = ACTIONS(4287), - [anon_sym_PLUS_EQ] = ACTIONS(4287), - [anon_sym_DASH_EQ] = ACTIONS(4287), - [anon_sym_STAR_EQ] = ACTIONS(4287), - [anon_sym_SLASH_EQ] = ACTIONS(4287), - [anon_sym_PERCENT_EQ] = ACTIONS(4287), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4289), - [anon_sym_DASH] = ACTIONS(4289), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4289), - [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4287), - [anon_sym_DASH_DASH] = ACTIONS(4287), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_suspend] = ACTIONS(4289), - [anon_sym_sealed] = ACTIONS(4289), - [anon_sym_annotation] = ACTIONS(4289), - [anon_sym_data] = ACTIONS(4289), - [anon_sym_inner] = ACTIONS(4289), - [anon_sym_value] = ACTIONS(4289), - [anon_sym_override] = ACTIONS(4289), - [anon_sym_lateinit] = ACTIONS(4289), - [anon_sym_public] = ACTIONS(4289), - [anon_sym_private] = ACTIONS(4289), - [anon_sym_internal] = ACTIONS(4289), - [anon_sym_protected] = ACTIONS(4289), - [anon_sym_tailrec] = ACTIONS(4289), - [anon_sym_operator] = ACTIONS(4289), - [anon_sym_infix] = ACTIONS(4289), - [anon_sym_inline] = ACTIONS(4289), - [anon_sym_external] = ACTIONS(4289), - [sym_property_modifier] = ACTIONS(4289), - [anon_sym_abstract] = ACTIONS(4289), - [anon_sym_final] = ACTIONS(4289), - [anon_sym_open] = ACTIONS(4289), - [anon_sym_vararg] = ACTIONS(4289), - [anon_sym_noinline] = ACTIONS(4289), - [anon_sym_crossinline] = ACTIONS(4289), - [anon_sym_expect] = ACTIONS(4289), - [anon_sym_actual] = ACTIONS(4289), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4287), - [sym_safe_nav] = ACTIONS(4287), - [sym_multiline_comment] = ACTIONS(3), - }, - [3450] = { - [sym__alpha_identifier] = ACTIONS(4267), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_RBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(6868), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_RPAREN] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4267), - [anon_sym_set] = ACTIONS(4267), - [anon_sym_STAR] = ACTIONS(4267), - [anon_sym_DASH_GT] = ACTIONS(4265), - [sym_label] = ACTIONS(4265), - [anon_sym_in] = ACTIONS(4267), - [anon_sym_while] = ACTIONS(4267), - [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(4267), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4267), - [anon_sym_DASH] = ACTIONS(4267), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [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(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4267), - [anon_sym_inner] = ACTIONS(4267), - [anon_sym_value] = ACTIONS(4267), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4267), - [anon_sym_actual] = ACTIONS(4267), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - }, - [3451] = { - [sym__alpha_identifier] = ACTIONS(5089), - [anon_sym_AT] = ACTIONS(5091), - [anon_sym_LBRACK] = ACTIONS(5091), - [anon_sym_RBRACK] = ACTIONS(5091), - [anon_sym_as] = ACTIONS(5089), - [anon_sym_EQ] = ACTIONS(5089), - [anon_sym_LBRACE] = ACTIONS(5091), - [anon_sym_RBRACE] = ACTIONS(5091), - [anon_sym_LPAREN] = ACTIONS(5091), - [anon_sym_COMMA] = ACTIONS(5091), - [anon_sym_RPAREN] = ACTIONS(5091), - [anon_sym_LT] = ACTIONS(5089), - [anon_sym_GT] = ACTIONS(5089), - [anon_sym_where] = ACTIONS(5089), - [anon_sym_DOT] = ACTIONS(5089), - [anon_sym_SEMI] = ACTIONS(5091), - [anon_sym_get] = ACTIONS(5089), - [anon_sym_set] = ACTIONS(5089), - [anon_sym_STAR] = ACTIONS(5089), - [anon_sym_DASH_GT] = ACTIONS(5091), - [sym_label] = ACTIONS(5091), - [anon_sym_in] = ACTIONS(5089), - [anon_sym_while] = ACTIONS(5089), - [anon_sym_DOT_DOT] = ACTIONS(5091), - [anon_sym_QMARK_COLON] = ACTIONS(5091), - [anon_sym_AMP_AMP] = ACTIONS(5091), - [anon_sym_PIPE_PIPE] = ACTIONS(5091), - [anon_sym_else] = ACTIONS(5089), - [anon_sym_COLON_COLON] = ACTIONS(5091), - [anon_sym_PLUS_EQ] = ACTIONS(5091), - [anon_sym_DASH_EQ] = ACTIONS(5091), - [anon_sym_STAR_EQ] = ACTIONS(5091), - [anon_sym_SLASH_EQ] = ACTIONS(5091), - [anon_sym_PERCENT_EQ] = ACTIONS(5091), - [anon_sym_BANG_EQ] = ACTIONS(5089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5091), - [anon_sym_EQ_EQ] = ACTIONS(5089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5091), - [anon_sym_LT_EQ] = ACTIONS(5091), - [anon_sym_GT_EQ] = ACTIONS(5091), - [anon_sym_BANGin] = ACTIONS(5091), - [anon_sym_is] = ACTIONS(5089), - [anon_sym_BANGis] = ACTIONS(5091), - [anon_sym_PLUS] = ACTIONS(5089), - [anon_sym_DASH] = ACTIONS(5089), - [anon_sym_SLASH] = ACTIONS(5089), - [anon_sym_PERCENT] = ACTIONS(5089), - [anon_sym_as_QMARK] = ACTIONS(5091), - [anon_sym_PLUS_PLUS] = ACTIONS(5091), - [anon_sym_DASH_DASH] = ACTIONS(5091), - [anon_sym_BANG_BANG] = ACTIONS(5091), - [anon_sym_suspend] = ACTIONS(5089), - [anon_sym_sealed] = ACTIONS(5089), - [anon_sym_annotation] = ACTIONS(5089), - [anon_sym_data] = ACTIONS(5089), - [anon_sym_inner] = ACTIONS(5089), - [anon_sym_value] = ACTIONS(5089), - [anon_sym_override] = ACTIONS(5089), - [anon_sym_lateinit] = ACTIONS(5089), - [anon_sym_public] = ACTIONS(5089), - [anon_sym_private] = ACTIONS(5089), - [anon_sym_internal] = ACTIONS(5089), - [anon_sym_protected] = ACTIONS(5089), - [anon_sym_tailrec] = ACTIONS(5089), - [anon_sym_operator] = ACTIONS(5089), - [anon_sym_infix] = ACTIONS(5089), - [anon_sym_inline] = ACTIONS(5089), - [anon_sym_external] = ACTIONS(5089), - [sym_property_modifier] = ACTIONS(5089), - [anon_sym_abstract] = ACTIONS(5089), - [anon_sym_final] = ACTIONS(5089), - [anon_sym_open] = ACTIONS(5089), - [anon_sym_vararg] = ACTIONS(5089), - [anon_sym_noinline] = ACTIONS(5089), - [anon_sym_crossinline] = ACTIONS(5089), - [anon_sym_expect] = ACTIONS(5089), - [anon_sym_actual] = ACTIONS(5089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5091), - [sym_safe_nav] = ACTIONS(5091), - [sym_multiline_comment] = ACTIONS(3), - }, - [3452] = { - [sym__alpha_identifier] = ACTIONS(4914), - [anon_sym_AT] = ACTIONS(4916), - [anon_sym_LBRACK] = ACTIONS(4916), - [anon_sym_RBRACK] = ACTIONS(4916), - [anon_sym_as] = ACTIONS(4914), - [anon_sym_EQ] = ACTIONS(4914), - [anon_sym_LBRACE] = ACTIONS(4916), - [anon_sym_RBRACE] = ACTIONS(4916), - [anon_sym_LPAREN] = ACTIONS(4916), - [anon_sym_COMMA] = ACTIONS(4916), - [anon_sym_RPAREN] = ACTIONS(4916), - [anon_sym_LT] = ACTIONS(4914), - [anon_sym_GT] = ACTIONS(4914), - [anon_sym_where] = ACTIONS(4914), - [anon_sym_DOT] = ACTIONS(4914), - [anon_sym_SEMI] = ACTIONS(4916), - [anon_sym_get] = ACTIONS(4914), - [anon_sym_set] = ACTIONS(4914), - [anon_sym_STAR] = ACTIONS(4914), - [anon_sym_DASH_GT] = ACTIONS(4916), - [sym_label] = ACTIONS(4916), - [anon_sym_in] = ACTIONS(4914), - [anon_sym_while] = ACTIONS(4914), - [anon_sym_DOT_DOT] = ACTIONS(4916), - [anon_sym_QMARK_COLON] = ACTIONS(4916), - [anon_sym_AMP_AMP] = ACTIONS(4916), - [anon_sym_PIPE_PIPE] = ACTIONS(4916), - [anon_sym_else] = ACTIONS(4914), - [anon_sym_COLON_COLON] = ACTIONS(4916), - [anon_sym_PLUS_EQ] = ACTIONS(4916), - [anon_sym_DASH_EQ] = ACTIONS(4916), - [anon_sym_STAR_EQ] = ACTIONS(4916), - [anon_sym_SLASH_EQ] = ACTIONS(4916), - [anon_sym_PERCENT_EQ] = ACTIONS(4916), - [anon_sym_BANG_EQ] = ACTIONS(4914), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4916), - [anon_sym_EQ_EQ] = ACTIONS(4914), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4916), - [anon_sym_LT_EQ] = ACTIONS(4916), - [anon_sym_GT_EQ] = ACTIONS(4916), - [anon_sym_BANGin] = ACTIONS(4916), - [anon_sym_is] = ACTIONS(4914), - [anon_sym_BANGis] = ACTIONS(4916), - [anon_sym_PLUS] = ACTIONS(4914), - [anon_sym_DASH] = ACTIONS(4914), - [anon_sym_SLASH] = ACTIONS(4914), - [anon_sym_PERCENT] = ACTIONS(4914), - [anon_sym_as_QMARK] = ACTIONS(4916), - [anon_sym_PLUS_PLUS] = ACTIONS(4916), - [anon_sym_DASH_DASH] = ACTIONS(4916), - [anon_sym_BANG_BANG] = ACTIONS(4916), - [anon_sym_suspend] = ACTIONS(4914), - [anon_sym_sealed] = ACTIONS(4914), - [anon_sym_annotation] = ACTIONS(4914), - [anon_sym_data] = ACTIONS(4914), - [anon_sym_inner] = ACTIONS(4914), - [anon_sym_value] = ACTIONS(4914), - [anon_sym_override] = ACTIONS(4914), - [anon_sym_lateinit] = ACTIONS(4914), - [anon_sym_public] = ACTIONS(4914), - [anon_sym_private] = ACTIONS(4914), - [anon_sym_internal] = ACTIONS(4914), - [anon_sym_protected] = ACTIONS(4914), - [anon_sym_tailrec] = ACTIONS(4914), - [anon_sym_operator] = ACTIONS(4914), - [anon_sym_infix] = ACTIONS(4914), - [anon_sym_inline] = ACTIONS(4914), - [anon_sym_external] = ACTIONS(4914), - [sym_property_modifier] = ACTIONS(4914), - [anon_sym_abstract] = ACTIONS(4914), - [anon_sym_final] = ACTIONS(4914), - [anon_sym_open] = ACTIONS(4914), - [anon_sym_vararg] = ACTIONS(4914), - [anon_sym_noinline] = ACTIONS(4914), - [anon_sym_crossinline] = ACTIONS(4914), - [anon_sym_expect] = ACTIONS(4914), - [anon_sym_actual] = ACTIONS(4914), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4916), - [sym_safe_nav] = ACTIONS(4916), - [sym_multiline_comment] = ACTIONS(3), - }, - [3453] = { - [sym__alpha_identifier] = ACTIONS(4778), - [anon_sym_AT] = ACTIONS(4780), - [anon_sym_LBRACK] = ACTIONS(4780), - [anon_sym_RBRACK] = ACTIONS(4780), - [anon_sym_as] = ACTIONS(4778), - [anon_sym_EQ] = ACTIONS(4778), - [anon_sym_LBRACE] = ACTIONS(4780), - [anon_sym_RBRACE] = ACTIONS(4780), - [anon_sym_LPAREN] = ACTIONS(4780), - [anon_sym_COMMA] = ACTIONS(4780), - [anon_sym_RPAREN] = ACTIONS(4780), - [anon_sym_LT] = ACTIONS(4778), - [anon_sym_GT] = ACTIONS(4778), - [anon_sym_where] = ACTIONS(4778), - [anon_sym_DOT] = ACTIONS(4778), - [anon_sym_SEMI] = ACTIONS(4780), - [anon_sym_get] = ACTIONS(4778), - [anon_sym_set] = ACTIONS(4778), - [anon_sym_STAR] = ACTIONS(4778), - [anon_sym_DASH_GT] = ACTIONS(4780), - [sym_label] = ACTIONS(4780), - [anon_sym_in] = ACTIONS(4778), - [anon_sym_while] = ACTIONS(4778), - [anon_sym_DOT_DOT] = ACTIONS(4780), - [anon_sym_QMARK_COLON] = ACTIONS(4780), - [anon_sym_AMP_AMP] = ACTIONS(4780), - [anon_sym_PIPE_PIPE] = ACTIONS(4780), - [anon_sym_else] = ACTIONS(4778), - [anon_sym_COLON_COLON] = ACTIONS(4780), - [anon_sym_PLUS_EQ] = ACTIONS(4780), - [anon_sym_DASH_EQ] = ACTIONS(4780), - [anon_sym_STAR_EQ] = ACTIONS(4780), - [anon_sym_SLASH_EQ] = ACTIONS(4780), - [anon_sym_PERCENT_EQ] = ACTIONS(4780), - [anon_sym_BANG_EQ] = ACTIONS(4778), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4780), - [anon_sym_EQ_EQ] = ACTIONS(4778), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4780), - [anon_sym_LT_EQ] = ACTIONS(4780), - [anon_sym_GT_EQ] = ACTIONS(4780), - [anon_sym_BANGin] = ACTIONS(4780), - [anon_sym_is] = ACTIONS(4778), - [anon_sym_BANGis] = ACTIONS(4780), - [anon_sym_PLUS] = ACTIONS(4778), - [anon_sym_DASH] = ACTIONS(4778), - [anon_sym_SLASH] = ACTIONS(4778), - [anon_sym_PERCENT] = ACTIONS(4778), - [anon_sym_as_QMARK] = ACTIONS(4780), - [anon_sym_PLUS_PLUS] = ACTIONS(4780), - [anon_sym_DASH_DASH] = ACTIONS(4780), - [anon_sym_BANG_BANG] = ACTIONS(4780), - [anon_sym_suspend] = ACTIONS(4778), - [anon_sym_sealed] = ACTIONS(4778), - [anon_sym_annotation] = ACTIONS(4778), - [anon_sym_data] = ACTIONS(4778), - [anon_sym_inner] = ACTIONS(4778), - [anon_sym_value] = ACTIONS(4778), - [anon_sym_override] = ACTIONS(4778), - [anon_sym_lateinit] = ACTIONS(4778), - [anon_sym_public] = ACTIONS(4778), - [anon_sym_private] = ACTIONS(4778), - [anon_sym_internal] = ACTIONS(4778), - [anon_sym_protected] = ACTIONS(4778), - [anon_sym_tailrec] = ACTIONS(4778), - [anon_sym_operator] = ACTIONS(4778), - [anon_sym_infix] = ACTIONS(4778), - [anon_sym_inline] = ACTIONS(4778), - [anon_sym_external] = ACTIONS(4778), - [sym_property_modifier] = ACTIONS(4778), - [anon_sym_abstract] = ACTIONS(4778), - [anon_sym_final] = ACTIONS(4778), - [anon_sym_open] = ACTIONS(4778), - [anon_sym_vararg] = ACTIONS(4778), - [anon_sym_noinline] = ACTIONS(4778), - [anon_sym_crossinline] = ACTIONS(4778), - [anon_sym_expect] = ACTIONS(4778), - [anon_sym_actual] = ACTIONS(4778), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4780), - [sym_safe_nav] = ACTIONS(4780), - [sym_multiline_comment] = ACTIONS(3), - }, - [3454] = { - [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_value] = 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), - }, - [3455] = { - [sym_type_constraints] = STATE(3620), - [sym_function_body] = STATE(4027), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [sym_label] = ACTIONS(4301), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), - [sym_multiline_comment] = ACTIONS(3), - }, - [3456] = { - [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(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_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_value] = 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), - }, - [3457] = { - [sym__alpha_identifier] = ACTIONS(4974), - [anon_sym_AT] = ACTIONS(4976), - [anon_sym_LBRACK] = ACTIONS(4976), - [anon_sym_RBRACK] = ACTIONS(4976), - [anon_sym_as] = ACTIONS(4974), - [anon_sym_EQ] = ACTIONS(4974), - [anon_sym_LBRACE] = ACTIONS(4976), - [anon_sym_RBRACE] = ACTIONS(4976), - [anon_sym_LPAREN] = ACTIONS(4976), - [anon_sym_COMMA] = ACTIONS(4976), - [anon_sym_RPAREN] = ACTIONS(4976), - [anon_sym_LT] = ACTIONS(4974), - [anon_sym_GT] = ACTIONS(4974), - [anon_sym_where] = ACTIONS(4974), - [anon_sym_DOT] = ACTIONS(4974), - [anon_sym_SEMI] = ACTIONS(4976), - [anon_sym_get] = ACTIONS(4974), - [anon_sym_set] = ACTIONS(4974), - [anon_sym_STAR] = ACTIONS(4974), - [anon_sym_DASH_GT] = ACTIONS(4976), - [sym_label] = ACTIONS(4976), - [anon_sym_in] = ACTIONS(4974), - [anon_sym_while] = ACTIONS(4974), - [anon_sym_DOT_DOT] = ACTIONS(4976), - [anon_sym_QMARK_COLON] = ACTIONS(4976), - [anon_sym_AMP_AMP] = ACTIONS(4976), - [anon_sym_PIPE_PIPE] = ACTIONS(4976), - [anon_sym_else] = ACTIONS(4974), - [anon_sym_COLON_COLON] = ACTIONS(4976), - [anon_sym_PLUS_EQ] = ACTIONS(4976), - [anon_sym_DASH_EQ] = ACTIONS(4976), - [anon_sym_STAR_EQ] = ACTIONS(4976), - [anon_sym_SLASH_EQ] = ACTIONS(4976), - [anon_sym_PERCENT_EQ] = ACTIONS(4976), - [anon_sym_BANG_EQ] = ACTIONS(4974), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4976), - [anon_sym_EQ_EQ] = ACTIONS(4974), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4976), - [anon_sym_LT_EQ] = ACTIONS(4976), - [anon_sym_GT_EQ] = ACTIONS(4976), - [anon_sym_BANGin] = ACTIONS(4976), - [anon_sym_is] = ACTIONS(4974), - [anon_sym_BANGis] = ACTIONS(4976), - [anon_sym_PLUS] = ACTIONS(4974), - [anon_sym_DASH] = ACTIONS(4974), - [anon_sym_SLASH] = ACTIONS(4974), - [anon_sym_PERCENT] = ACTIONS(4974), - [anon_sym_as_QMARK] = ACTIONS(4976), - [anon_sym_PLUS_PLUS] = ACTIONS(4976), - [anon_sym_DASH_DASH] = ACTIONS(4976), - [anon_sym_BANG_BANG] = ACTIONS(4976), - [anon_sym_suspend] = ACTIONS(4974), - [anon_sym_sealed] = ACTIONS(4974), - [anon_sym_annotation] = ACTIONS(4974), - [anon_sym_data] = ACTIONS(4974), - [anon_sym_inner] = ACTIONS(4974), - [anon_sym_value] = ACTIONS(4974), - [anon_sym_override] = ACTIONS(4974), - [anon_sym_lateinit] = ACTIONS(4974), - [anon_sym_public] = ACTIONS(4974), - [anon_sym_private] = ACTIONS(4974), - [anon_sym_internal] = ACTIONS(4974), - [anon_sym_protected] = ACTIONS(4974), - [anon_sym_tailrec] = ACTIONS(4974), - [anon_sym_operator] = ACTIONS(4974), - [anon_sym_infix] = ACTIONS(4974), - [anon_sym_inline] = ACTIONS(4974), - [anon_sym_external] = ACTIONS(4974), - [sym_property_modifier] = ACTIONS(4974), - [anon_sym_abstract] = ACTIONS(4974), - [anon_sym_final] = ACTIONS(4974), - [anon_sym_open] = ACTIONS(4974), - [anon_sym_vararg] = ACTIONS(4974), - [anon_sym_noinline] = ACTIONS(4974), - [anon_sym_crossinline] = ACTIONS(4974), - [anon_sym_expect] = ACTIONS(4974), - [anon_sym_actual] = ACTIONS(4974), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4976), - [sym_safe_nav] = ACTIONS(4976), - [sym_multiline_comment] = ACTIONS(3), - }, - [3458] = { - [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_value] = 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), - }, [3459] = { - [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_value] = 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), - [sym__backtick_identifier] = ACTIONS(5037), - [sym_safe_nav] = ACTIONS(5037), + [sym__alpha_identifier] = ACTIONS(5088), + [anon_sym_AT] = ACTIONS(5090), + [anon_sym_LBRACK] = ACTIONS(5090), + [anon_sym_RBRACK] = ACTIONS(5090), + [anon_sym_as] = ACTIONS(5088), + [anon_sym_EQ] = ACTIONS(5088), + [anon_sym_LBRACE] = ACTIONS(5090), + [anon_sym_RBRACE] = ACTIONS(5090), + [anon_sym_LPAREN] = ACTIONS(5090), + [anon_sym_COMMA] = ACTIONS(5090), + [anon_sym_RPAREN] = ACTIONS(5090), + [anon_sym_LT] = ACTIONS(5088), + [anon_sym_GT] = ACTIONS(5088), + [anon_sym_where] = ACTIONS(5088), + [anon_sym_DOT] = ACTIONS(5088), + [anon_sym_SEMI] = ACTIONS(5090), + [anon_sym_get] = ACTIONS(5088), + [anon_sym_set] = ACTIONS(5088), + [anon_sym_STAR] = ACTIONS(5088), + [anon_sym_DASH_GT] = ACTIONS(5090), + [sym_label] = ACTIONS(5090), + [anon_sym_in] = ACTIONS(5088), + [anon_sym_while] = ACTIONS(5088), + [anon_sym_DOT_DOT] = ACTIONS(5090), + [anon_sym_QMARK_COLON] = ACTIONS(5090), + [anon_sym_AMP_AMP] = ACTIONS(5090), + [anon_sym_PIPE_PIPE] = ACTIONS(5090), + [anon_sym_else] = ACTIONS(5088), + [anon_sym_COLON_COLON] = ACTIONS(5090), + [anon_sym_PLUS_EQ] = ACTIONS(5090), + [anon_sym_DASH_EQ] = ACTIONS(5090), + [anon_sym_STAR_EQ] = ACTIONS(5090), + [anon_sym_SLASH_EQ] = ACTIONS(5090), + [anon_sym_PERCENT_EQ] = ACTIONS(5090), + [anon_sym_BANG_EQ] = ACTIONS(5088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5090), + [anon_sym_EQ_EQ] = ACTIONS(5088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5090), + [anon_sym_LT_EQ] = ACTIONS(5090), + [anon_sym_GT_EQ] = ACTIONS(5090), + [anon_sym_BANGin] = ACTIONS(5090), + [anon_sym_is] = ACTIONS(5088), + [anon_sym_BANGis] = ACTIONS(5090), + [anon_sym_PLUS] = ACTIONS(5088), + [anon_sym_DASH] = ACTIONS(5088), + [anon_sym_SLASH] = ACTIONS(5088), + [anon_sym_PERCENT] = ACTIONS(5088), + [anon_sym_as_QMARK] = ACTIONS(5090), + [anon_sym_PLUS_PLUS] = ACTIONS(5090), + [anon_sym_DASH_DASH] = ACTIONS(5090), + [anon_sym_BANG_BANG] = ACTIONS(5090), + [anon_sym_suspend] = ACTIONS(5088), + [anon_sym_sealed] = ACTIONS(5088), + [anon_sym_annotation] = ACTIONS(5088), + [anon_sym_data] = ACTIONS(5088), + [anon_sym_inner] = ACTIONS(5088), + [anon_sym_value] = ACTIONS(5088), + [anon_sym_override] = ACTIONS(5088), + [anon_sym_lateinit] = ACTIONS(5088), + [anon_sym_public] = ACTIONS(5088), + [anon_sym_private] = ACTIONS(5088), + [anon_sym_internal] = ACTIONS(5088), + [anon_sym_protected] = ACTIONS(5088), + [anon_sym_tailrec] = ACTIONS(5088), + [anon_sym_operator] = ACTIONS(5088), + [anon_sym_infix] = ACTIONS(5088), + [anon_sym_inline] = ACTIONS(5088), + [anon_sym_external] = ACTIONS(5088), + [sym_property_modifier] = ACTIONS(5088), + [anon_sym_abstract] = ACTIONS(5088), + [anon_sym_final] = ACTIONS(5088), + [anon_sym_open] = ACTIONS(5088), + [anon_sym_vararg] = ACTIONS(5088), + [anon_sym_noinline] = ACTIONS(5088), + [anon_sym_crossinline] = ACTIONS(5088), + [anon_sym_expect] = ACTIONS(5088), + [anon_sym_actual] = ACTIONS(5088), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5090), + [sym_safe_nav] = ACTIONS(5090), [sym_multiline_comment] = ACTIONS(3), }, [3460] = { - [sym__alpha_identifier] = ACTIONS(5085), - [anon_sym_AT] = ACTIONS(5087), - [anon_sym_LBRACK] = ACTIONS(5087), - [anon_sym_RBRACK] = ACTIONS(5087), - [anon_sym_as] = ACTIONS(5085), - [anon_sym_EQ] = ACTIONS(5085), - [anon_sym_LBRACE] = ACTIONS(5087), - [anon_sym_RBRACE] = ACTIONS(5087), - [anon_sym_LPAREN] = ACTIONS(5087), - [anon_sym_COMMA] = ACTIONS(5087), - [anon_sym_RPAREN] = ACTIONS(5087), - [anon_sym_LT] = ACTIONS(5085), - [anon_sym_GT] = ACTIONS(5085), - [anon_sym_where] = ACTIONS(5085), - [anon_sym_DOT] = ACTIONS(5085), - [anon_sym_SEMI] = ACTIONS(5087), - [anon_sym_get] = ACTIONS(5085), - [anon_sym_set] = ACTIONS(5085), - [anon_sym_STAR] = ACTIONS(5085), - [anon_sym_DASH_GT] = ACTIONS(5087), - [sym_label] = ACTIONS(5087), - [anon_sym_in] = ACTIONS(5085), - [anon_sym_while] = ACTIONS(5085), - [anon_sym_DOT_DOT] = ACTIONS(5087), - [anon_sym_QMARK_COLON] = ACTIONS(5087), - [anon_sym_AMP_AMP] = ACTIONS(5087), - [anon_sym_PIPE_PIPE] = ACTIONS(5087), - [anon_sym_else] = ACTIONS(5085), - [anon_sym_COLON_COLON] = ACTIONS(5087), - [anon_sym_PLUS_EQ] = ACTIONS(5087), - [anon_sym_DASH_EQ] = ACTIONS(5087), - [anon_sym_STAR_EQ] = ACTIONS(5087), - [anon_sym_SLASH_EQ] = ACTIONS(5087), - [anon_sym_PERCENT_EQ] = ACTIONS(5087), - [anon_sym_BANG_EQ] = ACTIONS(5085), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5087), - [anon_sym_EQ_EQ] = ACTIONS(5085), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5087), - [anon_sym_LT_EQ] = ACTIONS(5087), - [anon_sym_GT_EQ] = ACTIONS(5087), - [anon_sym_BANGin] = ACTIONS(5087), - [anon_sym_is] = ACTIONS(5085), - [anon_sym_BANGis] = ACTIONS(5087), - [anon_sym_PLUS] = ACTIONS(5085), - [anon_sym_DASH] = ACTIONS(5085), - [anon_sym_SLASH] = ACTIONS(5085), - [anon_sym_PERCENT] = ACTIONS(5085), - [anon_sym_as_QMARK] = ACTIONS(5087), - [anon_sym_PLUS_PLUS] = ACTIONS(5087), - [anon_sym_DASH_DASH] = ACTIONS(5087), - [anon_sym_BANG_BANG] = ACTIONS(5087), - [anon_sym_suspend] = ACTIONS(5085), - [anon_sym_sealed] = ACTIONS(5085), - [anon_sym_annotation] = ACTIONS(5085), - [anon_sym_data] = ACTIONS(5085), - [anon_sym_inner] = ACTIONS(5085), - [anon_sym_value] = ACTIONS(5085), - [anon_sym_override] = ACTIONS(5085), - [anon_sym_lateinit] = ACTIONS(5085), - [anon_sym_public] = ACTIONS(5085), - [anon_sym_private] = ACTIONS(5085), - [anon_sym_internal] = ACTIONS(5085), - [anon_sym_protected] = ACTIONS(5085), - [anon_sym_tailrec] = ACTIONS(5085), - [anon_sym_operator] = ACTIONS(5085), - [anon_sym_infix] = ACTIONS(5085), - [anon_sym_inline] = ACTIONS(5085), - [anon_sym_external] = ACTIONS(5085), - [sym_property_modifier] = ACTIONS(5085), - [anon_sym_abstract] = ACTIONS(5085), - [anon_sym_final] = ACTIONS(5085), - [anon_sym_open] = ACTIONS(5085), - [anon_sym_vararg] = ACTIONS(5085), - [anon_sym_noinline] = ACTIONS(5085), - [anon_sym_crossinline] = ACTIONS(5085), - [anon_sym_expect] = ACTIONS(5085), - [anon_sym_actual] = ACTIONS(5085), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5087), - [sym_safe_nav] = ACTIONS(5087), - [sym_multiline_comment] = ACTIONS(3), - }, - [3461] = { - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_RBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(4439), - [anon_sym_LBRACE] = ACTIONS(4441), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_COMMA] = ACTIONS(4441), - [anon_sym_RPAREN] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_where] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4439), - [anon_sym_DASH_GT] = ACTIONS(4441), - [sym_label] = ACTIONS(4441), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_while] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_PLUS_EQ] = ACTIONS(4441), - [anon_sym_DASH_EQ] = ACTIONS(4441), - [anon_sym_STAR_EQ] = ACTIONS(4441), - [anon_sym_SLASH_EQ] = ACTIONS(4441), - [anon_sym_PERCENT_EQ] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4439), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_suspend] = ACTIONS(4439), - [anon_sym_sealed] = ACTIONS(4439), - [anon_sym_annotation] = ACTIONS(4439), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_override] = ACTIONS(4439), - [anon_sym_lateinit] = ACTIONS(4439), - [anon_sym_public] = ACTIONS(4439), - [anon_sym_private] = ACTIONS(4439), - [anon_sym_internal] = ACTIONS(4439), - [anon_sym_protected] = ACTIONS(4439), - [anon_sym_tailrec] = ACTIONS(4439), - [anon_sym_operator] = ACTIONS(4439), - [anon_sym_infix] = ACTIONS(4439), - [anon_sym_inline] = ACTIONS(4439), - [anon_sym_external] = ACTIONS(4439), - [sym_property_modifier] = ACTIONS(4439), - [anon_sym_abstract] = ACTIONS(4439), - [anon_sym_final] = ACTIONS(4439), - [anon_sym_open] = ACTIONS(4439), - [anon_sym_vararg] = ACTIONS(4439), - [anon_sym_noinline] = ACTIONS(4439), - [anon_sym_crossinline] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), - [sym_multiline_comment] = ACTIONS(3), - }, - [3462] = { - [sym__alpha_identifier] = ACTIONS(4210), - [anon_sym_AT] = ACTIONS(4212), - [anon_sym_LBRACK] = ACTIONS(4212), - [anon_sym_as] = ACTIONS(4210), - [anon_sym_EQ] = ACTIONS(4210), - [anon_sym_LBRACE] = ACTIONS(4212), - [anon_sym_RBRACE] = ACTIONS(4212), - [anon_sym_LPAREN] = ACTIONS(4212), - [anon_sym_COMMA] = ACTIONS(4212), - [anon_sym_by] = ACTIONS(4210), - [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), - [sym__quest] = ACTIONS(4210), - [anon_sym_STAR] = ACTIONS(4210), - [anon_sym_DASH_GT] = ACTIONS(4214), - [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_value] = 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), - }, - [3463] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_RBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_EQ] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_COMMA] = ACTIONS(4820), - [anon_sym_RPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_where] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(4820), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4818), - [anon_sym_DASH_GT] = ACTIONS(4820), - [sym_label] = ACTIONS(4820), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_while] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_else] = ACTIONS(6870), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_PLUS_EQ] = ACTIONS(4820), - [anon_sym_DASH_EQ] = ACTIONS(4820), - [anon_sym_STAR_EQ] = ACTIONS(4820), - [anon_sym_SLASH_EQ] = ACTIONS(4820), - [anon_sym_PERCENT_EQ] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4818), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), + [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(4487), + [anon_sym_RPAREN] = ACTIONS(4487), + [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_value] = 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(4820), - [sym_safe_nav] = ACTIONS(4820), + [sym__backtick_identifier] = ACTIONS(4487), + [sym_safe_nav] = ACTIONS(4487), [sym_multiline_comment] = ACTIONS(3), }, - [3464] = { + [3461] = { [sym__alpha_identifier] = ACTIONS(3420), [anon_sym_AT] = ACTIONS(3422), [anon_sym_LBRACK] = ACTIONS(3422), @@ -401181,671 +400896,754 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3422), [sym_multiline_comment] = ACTIONS(3), }, + [3462] = { + [sym__alpha_identifier] = ACTIONS(4890), + [anon_sym_AT] = ACTIONS(4892), + [anon_sym_LBRACK] = ACTIONS(4892), + [anon_sym_RBRACK] = ACTIONS(4892), + [anon_sym_as] = ACTIONS(4890), + [anon_sym_EQ] = ACTIONS(4890), + [anon_sym_LBRACE] = ACTIONS(4892), + [anon_sym_RBRACE] = ACTIONS(4892), + [anon_sym_LPAREN] = ACTIONS(4892), + [anon_sym_COMMA] = ACTIONS(4892), + [anon_sym_RPAREN] = ACTIONS(4892), + [anon_sym_LT] = ACTIONS(4890), + [anon_sym_GT] = ACTIONS(4890), + [anon_sym_where] = ACTIONS(4890), + [anon_sym_DOT] = ACTIONS(4890), + [anon_sym_SEMI] = ACTIONS(4892), + [anon_sym_get] = ACTIONS(4890), + [anon_sym_set] = ACTIONS(4890), + [anon_sym_STAR] = ACTIONS(4890), + [anon_sym_DASH_GT] = ACTIONS(4892), + [sym_label] = ACTIONS(4892), + [anon_sym_in] = ACTIONS(4890), + [anon_sym_while] = ACTIONS(4890), + [anon_sym_DOT_DOT] = ACTIONS(4892), + [anon_sym_QMARK_COLON] = ACTIONS(4892), + [anon_sym_AMP_AMP] = ACTIONS(4892), + [anon_sym_PIPE_PIPE] = ACTIONS(4892), + [anon_sym_else] = ACTIONS(4890), + [anon_sym_COLON_COLON] = ACTIONS(4892), + [anon_sym_PLUS_EQ] = ACTIONS(4892), + [anon_sym_DASH_EQ] = ACTIONS(4892), + [anon_sym_STAR_EQ] = ACTIONS(4892), + [anon_sym_SLASH_EQ] = ACTIONS(4892), + [anon_sym_PERCENT_EQ] = ACTIONS(4892), + [anon_sym_BANG_EQ] = ACTIONS(4890), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4892), + [anon_sym_EQ_EQ] = ACTIONS(4890), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4892), + [anon_sym_LT_EQ] = ACTIONS(4892), + [anon_sym_GT_EQ] = ACTIONS(4892), + [anon_sym_BANGin] = ACTIONS(4892), + [anon_sym_is] = ACTIONS(4890), + [anon_sym_BANGis] = ACTIONS(4892), + [anon_sym_PLUS] = ACTIONS(4890), + [anon_sym_DASH] = ACTIONS(4890), + [anon_sym_SLASH] = ACTIONS(4890), + [anon_sym_PERCENT] = ACTIONS(4890), + [anon_sym_as_QMARK] = ACTIONS(4892), + [anon_sym_PLUS_PLUS] = ACTIONS(4892), + [anon_sym_DASH_DASH] = ACTIONS(4892), + [anon_sym_BANG_BANG] = ACTIONS(4892), + [anon_sym_suspend] = ACTIONS(4890), + [anon_sym_sealed] = ACTIONS(4890), + [anon_sym_annotation] = ACTIONS(4890), + [anon_sym_data] = ACTIONS(4890), + [anon_sym_inner] = ACTIONS(4890), + [anon_sym_value] = ACTIONS(4890), + [anon_sym_override] = ACTIONS(4890), + [anon_sym_lateinit] = ACTIONS(4890), + [anon_sym_public] = ACTIONS(4890), + [anon_sym_private] = ACTIONS(4890), + [anon_sym_internal] = ACTIONS(4890), + [anon_sym_protected] = ACTIONS(4890), + [anon_sym_tailrec] = ACTIONS(4890), + [anon_sym_operator] = ACTIONS(4890), + [anon_sym_infix] = ACTIONS(4890), + [anon_sym_inline] = ACTIONS(4890), + [anon_sym_external] = ACTIONS(4890), + [sym_property_modifier] = ACTIONS(4890), + [anon_sym_abstract] = ACTIONS(4890), + [anon_sym_final] = ACTIONS(4890), + [anon_sym_open] = ACTIONS(4890), + [anon_sym_vararg] = ACTIONS(4890), + [anon_sym_noinline] = ACTIONS(4890), + [anon_sym_crossinline] = ACTIONS(4890), + [anon_sym_expect] = ACTIONS(4890), + [anon_sym_actual] = ACTIONS(4890), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4892), + [sym_safe_nav] = ACTIONS(4892), + [sym_multiline_comment] = ACTIONS(3), + }, + [3463] = { + [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_value] = 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_multiline_comment] = ACTIONS(3), + }, + [3464] = { + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_RBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(4323), + [anon_sym_LBRACE] = ACTIONS(4325), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_RPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [anon_sym_DASH_GT] = ACTIONS(4325), + [sym_label] = ACTIONS(4325), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_while] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + }, [3465] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_RBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_EQ] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_COMMA] = ACTIONS(4820), - [anon_sym_RPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_where] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(6872), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4818), - [anon_sym_DASH_GT] = ACTIONS(4820), - [sym_label] = ACTIONS(4820), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_while] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_else] = ACTIONS(6870), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_PLUS_EQ] = ACTIONS(4820), - [anon_sym_DASH_EQ] = ACTIONS(4820), - [anon_sym_STAR_EQ] = ACTIONS(4820), - [anon_sym_SLASH_EQ] = ACTIONS(4820), - [anon_sym_PERCENT_EQ] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4818), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), + [sym__alpha_identifier] = ACTIONS(4894), + [anon_sym_AT] = ACTIONS(4896), + [anon_sym_LBRACK] = ACTIONS(4896), + [anon_sym_RBRACK] = ACTIONS(4896), + [anon_sym_as] = ACTIONS(4894), + [anon_sym_EQ] = ACTIONS(4894), + [anon_sym_LBRACE] = ACTIONS(4896), + [anon_sym_RBRACE] = ACTIONS(4896), + [anon_sym_LPAREN] = ACTIONS(4896), + [anon_sym_COMMA] = ACTIONS(4896), + [anon_sym_RPAREN] = ACTIONS(4896), + [anon_sym_LT] = ACTIONS(4894), + [anon_sym_GT] = ACTIONS(4894), + [anon_sym_where] = ACTIONS(4894), + [anon_sym_DOT] = ACTIONS(4894), + [anon_sym_SEMI] = ACTIONS(4896), + [anon_sym_get] = ACTIONS(4894), + [anon_sym_set] = ACTIONS(4894), + [anon_sym_STAR] = ACTIONS(4894), + [anon_sym_DASH_GT] = ACTIONS(4896), + [sym_label] = ACTIONS(4896), + [anon_sym_in] = ACTIONS(4894), + [anon_sym_while] = ACTIONS(4894), + [anon_sym_DOT_DOT] = ACTIONS(4896), + [anon_sym_QMARK_COLON] = ACTIONS(4896), + [anon_sym_AMP_AMP] = ACTIONS(4896), + [anon_sym_PIPE_PIPE] = ACTIONS(4896), + [anon_sym_else] = ACTIONS(4894), + [anon_sym_COLON_COLON] = ACTIONS(4896), + [anon_sym_PLUS_EQ] = ACTIONS(4896), + [anon_sym_DASH_EQ] = ACTIONS(4896), + [anon_sym_STAR_EQ] = ACTIONS(4896), + [anon_sym_SLASH_EQ] = ACTIONS(4896), + [anon_sym_PERCENT_EQ] = ACTIONS(4896), + [anon_sym_BANG_EQ] = ACTIONS(4894), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4896), + [anon_sym_EQ_EQ] = ACTIONS(4894), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4896), + [anon_sym_LT_EQ] = ACTIONS(4896), + [anon_sym_GT_EQ] = ACTIONS(4896), + [anon_sym_BANGin] = ACTIONS(4896), + [anon_sym_is] = ACTIONS(4894), + [anon_sym_BANGis] = ACTIONS(4896), + [anon_sym_PLUS] = ACTIONS(4894), + [anon_sym_DASH] = ACTIONS(4894), + [anon_sym_SLASH] = ACTIONS(4894), + [anon_sym_PERCENT] = ACTIONS(4894), + [anon_sym_as_QMARK] = ACTIONS(4896), + [anon_sym_PLUS_PLUS] = ACTIONS(4896), + [anon_sym_DASH_DASH] = ACTIONS(4896), + [anon_sym_BANG_BANG] = ACTIONS(4896), + [anon_sym_suspend] = ACTIONS(4894), + [anon_sym_sealed] = ACTIONS(4894), + [anon_sym_annotation] = ACTIONS(4894), + [anon_sym_data] = ACTIONS(4894), + [anon_sym_inner] = ACTIONS(4894), + [anon_sym_value] = ACTIONS(4894), + [anon_sym_override] = ACTIONS(4894), + [anon_sym_lateinit] = ACTIONS(4894), + [anon_sym_public] = ACTIONS(4894), + [anon_sym_private] = ACTIONS(4894), + [anon_sym_internal] = ACTIONS(4894), + [anon_sym_protected] = ACTIONS(4894), + [anon_sym_tailrec] = ACTIONS(4894), + [anon_sym_operator] = ACTIONS(4894), + [anon_sym_infix] = ACTIONS(4894), + [anon_sym_inline] = ACTIONS(4894), + [anon_sym_external] = ACTIONS(4894), + [sym_property_modifier] = ACTIONS(4894), + [anon_sym_abstract] = ACTIONS(4894), + [anon_sym_final] = ACTIONS(4894), + [anon_sym_open] = ACTIONS(4894), + [anon_sym_vararg] = ACTIONS(4894), + [anon_sym_noinline] = ACTIONS(4894), + [anon_sym_crossinline] = ACTIONS(4894), + [anon_sym_expect] = ACTIONS(4894), + [anon_sym_actual] = ACTIONS(4894), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4896), + [sym_safe_nav] = ACTIONS(4896), [sym_multiline_comment] = ACTIONS(3), }, [3466] = { - [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_value] = 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__alpha_identifier] = ACTIONS(1790), + [anon_sym_AT] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_RBRACK] = ACTIONS(1792), + [anon_sym_as] = ACTIONS(1790), + [anon_sym_EQ] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_COMMA] = ACTIONS(1792), + [anon_sym_RPAREN] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1790), + [anon_sym_GT] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1790), + [anon_sym_DOT] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(1790), + [anon_sym_set] = ACTIONS(1790), + [anon_sym_STAR] = ACTIONS(1790), + [anon_sym_DASH_GT] = ACTIONS(1792), + [sym_label] = ACTIONS(1792), + [anon_sym_in] = ACTIONS(1790), + [anon_sym_while] = ACTIONS(1790), + [anon_sym_DOT_DOT] = ACTIONS(1792), + [anon_sym_QMARK_COLON] = ACTIONS(1792), + [anon_sym_AMP_AMP] = ACTIONS(1792), + [anon_sym_PIPE_PIPE] = ACTIONS(1792), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_COLON_COLON] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1790), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ] = ACTIONS(1790), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_BANGin] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1790), + [anon_sym_BANGis] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1790), + [anon_sym_SLASH] = ACTIONS(1790), + [anon_sym_PERCENT] = ACTIONS(1790), + [anon_sym_as_QMARK] = ACTIONS(1792), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_BANG_BANG] = ACTIONS(1792), + [anon_sym_suspend] = ACTIONS(1790), + [anon_sym_sealed] = ACTIONS(1790), + [anon_sym_annotation] = ACTIONS(1790), + [anon_sym_data] = ACTIONS(1790), + [anon_sym_inner] = ACTIONS(1790), + [anon_sym_value] = ACTIONS(1790), + [anon_sym_override] = ACTIONS(1790), + [anon_sym_lateinit] = ACTIONS(1790), + [anon_sym_public] = ACTIONS(1790), + [anon_sym_private] = ACTIONS(1790), + [anon_sym_internal] = ACTIONS(1790), + [anon_sym_protected] = ACTIONS(1790), + [anon_sym_tailrec] = ACTIONS(1790), + [anon_sym_operator] = ACTIONS(1790), + [anon_sym_infix] = ACTIONS(1790), + [anon_sym_inline] = ACTIONS(1790), + [anon_sym_external] = ACTIONS(1790), + [sym_property_modifier] = ACTIONS(1790), + [anon_sym_abstract] = ACTIONS(1790), + [anon_sym_final] = ACTIONS(1790), + [anon_sym_open] = ACTIONS(1790), + [anon_sym_vararg] = ACTIONS(1790), + [anon_sym_noinline] = ACTIONS(1790), + [anon_sym_crossinline] = ACTIONS(1790), + [anon_sym_expect] = ACTIONS(1790), + [anon_sym_actual] = ACTIONS(1790), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1792), + [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), }, [3467] = { - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_RBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(4299), - [anon_sym_LBRACE] = ACTIONS(4301), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_RPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [anon_sym_DASH_GT] = ACTIONS(4301), - [sym_label] = ACTIONS(4301), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_while] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), + [sym__alpha_identifier] = ACTIONS(5052), + [anon_sym_AT] = ACTIONS(5054), + [anon_sym_LBRACK] = ACTIONS(5054), + [anon_sym_RBRACK] = ACTIONS(5054), + [anon_sym_as] = ACTIONS(5052), + [anon_sym_EQ] = ACTIONS(5052), + [anon_sym_LBRACE] = ACTIONS(5054), + [anon_sym_RBRACE] = ACTIONS(5054), + [anon_sym_LPAREN] = ACTIONS(5054), + [anon_sym_COMMA] = ACTIONS(5054), + [anon_sym_RPAREN] = ACTIONS(5054), + [anon_sym_LT] = ACTIONS(5052), + [anon_sym_GT] = ACTIONS(5052), + [anon_sym_where] = ACTIONS(5052), + [anon_sym_DOT] = ACTIONS(5052), + [anon_sym_SEMI] = ACTIONS(5054), + [anon_sym_get] = ACTIONS(5052), + [anon_sym_set] = ACTIONS(5052), + [anon_sym_STAR] = ACTIONS(5052), + [anon_sym_DASH_GT] = ACTIONS(5054), + [sym_label] = ACTIONS(5054), + [anon_sym_in] = ACTIONS(5052), + [anon_sym_while] = ACTIONS(5052), + [anon_sym_DOT_DOT] = ACTIONS(5054), + [anon_sym_QMARK_COLON] = ACTIONS(5054), + [anon_sym_AMP_AMP] = ACTIONS(5054), + [anon_sym_PIPE_PIPE] = ACTIONS(5054), + [anon_sym_else] = ACTIONS(5052), + [anon_sym_COLON_COLON] = ACTIONS(5054), + [anon_sym_PLUS_EQ] = ACTIONS(5054), + [anon_sym_DASH_EQ] = ACTIONS(5054), + [anon_sym_STAR_EQ] = ACTIONS(5054), + [anon_sym_SLASH_EQ] = ACTIONS(5054), + [anon_sym_PERCENT_EQ] = ACTIONS(5054), + [anon_sym_BANG_EQ] = ACTIONS(5052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5054), + [anon_sym_EQ_EQ] = ACTIONS(5052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5054), + [anon_sym_LT_EQ] = ACTIONS(5054), + [anon_sym_GT_EQ] = ACTIONS(5054), + [anon_sym_BANGin] = ACTIONS(5054), + [anon_sym_is] = ACTIONS(5052), + [anon_sym_BANGis] = ACTIONS(5054), + [anon_sym_PLUS] = ACTIONS(5052), + [anon_sym_DASH] = ACTIONS(5052), + [anon_sym_SLASH] = ACTIONS(5052), + [anon_sym_PERCENT] = ACTIONS(5052), + [anon_sym_as_QMARK] = ACTIONS(5054), + [anon_sym_PLUS_PLUS] = ACTIONS(5054), + [anon_sym_DASH_DASH] = ACTIONS(5054), + [anon_sym_BANG_BANG] = ACTIONS(5054), + [anon_sym_suspend] = ACTIONS(5052), + [anon_sym_sealed] = ACTIONS(5052), + [anon_sym_annotation] = ACTIONS(5052), + [anon_sym_data] = ACTIONS(5052), + [anon_sym_inner] = ACTIONS(5052), + [anon_sym_value] = ACTIONS(5052), + [anon_sym_override] = ACTIONS(5052), + [anon_sym_lateinit] = ACTIONS(5052), + [anon_sym_public] = ACTIONS(5052), + [anon_sym_private] = ACTIONS(5052), + [anon_sym_internal] = ACTIONS(5052), + [anon_sym_protected] = ACTIONS(5052), + [anon_sym_tailrec] = ACTIONS(5052), + [anon_sym_operator] = ACTIONS(5052), + [anon_sym_infix] = ACTIONS(5052), + [anon_sym_inline] = ACTIONS(5052), + [anon_sym_external] = ACTIONS(5052), + [sym_property_modifier] = ACTIONS(5052), + [anon_sym_abstract] = ACTIONS(5052), + [anon_sym_final] = ACTIONS(5052), + [anon_sym_open] = ACTIONS(5052), + [anon_sym_vararg] = ACTIONS(5052), + [anon_sym_noinline] = ACTIONS(5052), + [anon_sym_crossinline] = ACTIONS(5052), + [anon_sym_expect] = ACTIONS(5052), + [anon_sym_actual] = ACTIONS(5052), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5054), + [sym_safe_nav] = ACTIONS(5054), [sym_multiline_comment] = ACTIONS(3), }, [3468] = { - [sym__alpha_identifier] = ACTIONS(4958), - [anon_sym_AT] = ACTIONS(4960), - [anon_sym_LBRACK] = ACTIONS(4960), - [anon_sym_RBRACK] = ACTIONS(4960), - [anon_sym_as] = ACTIONS(4958), - [anon_sym_EQ] = ACTIONS(4958), - [anon_sym_LBRACE] = ACTIONS(4960), - [anon_sym_RBRACE] = ACTIONS(4960), - [anon_sym_LPAREN] = ACTIONS(4960), - [anon_sym_COMMA] = ACTIONS(4960), - [anon_sym_RPAREN] = ACTIONS(4960), - [anon_sym_LT] = ACTIONS(4958), - [anon_sym_GT] = ACTIONS(4958), - [anon_sym_where] = ACTIONS(4958), - [anon_sym_DOT] = ACTIONS(4958), - [anon_sym_SEMI] = ACTIONS(4960), - [anon_sym_get] = ACTIONS(4958), - [anon_sym_set] = ACTIONS(4958), - [anon_sym_STAR] = ACTIONS(4958), - [anon_sym_DASH_GT] = ACTIONS(4960), - [sym_label] = ACTIONS(4960), - [anon_sym_in] = ACTIONS(4958), - [anon_sym_while] = ACTIONS(4958), - [anon_sym_DOT_DOT] = ACTIONS(4960), - [anon_sym_QMARK_COLON] = ACTIONS(4960), - [anon_sym_AMP_AMP] = ACTIONS(4960), - [anon_sym_PIPE_PIPE] = ACTIONS(4960), - [anon_sym_else] = ACTIONS(4958), - [anon_sym_COLON_COLON] = ACTIONS(4960), - [anon_sym_PLUS_EQ] = ACTIONS(4960), - [anon_sym_DASH_EQ] = ACTIONS(4960), - [anon_sym_STAR_EQ] = ACTIONS(4960), - [anon_sym_SLASH_EQ] = ACTIONS(4960), - [anon_sym_PERCENT_EQ] = ACTIONS(4960), - [anon_sym_BANG_EQ] = ACTIONS(4958), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4960), - [anon_sym_EQ_EQ] = ACTIONS(4958), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4960), - [anon_sym_LT_EQ] = ACTIONS(4960), - [anon_sym_GT_EQ] = ACTIONS(4960), - [anon_sym_BANGin] = ACTIONS(4960), - [anon_sym_is] = ACTIONS(4958), - [anon_sym_BANGis] = ACTIONS(4960), - [anon_sym_PLUS] = ACTIONS(4958), - [anon_sym_DASH] = ACTIONS(4958), - [anon_sym_SLASH] = ACTIONS(4958), - [anon_sym_PERCENT] = ACTIONS(4958), - [anon_sym_as_QMARK] = ACTIONS(4960), - [anon_sym_PLUS_PLUS] = ACTIONS(4960), - [anon_sym_DASH_DASH] = ACTIONS(4960), - [anon_sym_BANG_BANG] = ACTIONS(4960), - [anon_sym_suspend] = ACTIONS(4958), - [anon_sym_sealed] = ACTIONS(4958), - [anon_sym_annotation] = ACTIONS(4958), - [anon_sym_data] = ACTIONS(4958), - [anon_sym_inner] = ACTIONS(4958), - [anon_sym_value] = ACTIONS(4958), - [anon_sym_override] = ACTIONS(4958), - [anon_sym_lateinit] = ACTIONS(4958), - [anon_sym_public] = ACTIONS(4958), - [anon_sym_private] = ACTIONS(4958), - [anon_sym_internal] = ACTIONS(4958), - [anon_sym_protected] = ACTIONS(4958), - [anon_sym_tailrec] = ACTIONS(4958), - [anon_sym_operator] = ACTIONS(4958), - [anon_sym_infix] = ACTIONS(4958), - [anon_sym_inline] = ACTIONS(4958), - [anon_sym_external] = ACTIONS(4958), - [sym_property_modifier] = ACTIONS(4958), - [anon_sym_abstract] = ACTIONS(4958), - [anon_sym_final] = ACTIONS(4958), - [anon_sym_open] = ACTIONS(4958), - [anon_sym_vararg] = ACTIONS(4958), - [anon_sym_noinline] = ACTIONS(4958), - [anon_sym_crossinline] = ACTIONS(4958), - [anon_sym_expect] = ACTIONS(4958), - [anon_sym_actual] = ACTIONS(4958), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4960), - [sym_safe_nav] = ACTIONS(4960), + [sym__alpha_identifier] = ACTIONS(5048), + [anon_sym_AT] = ACTIONS(5050), + [anon_sym_LBRACK] = ACTIONS(5050), + [anon_sym_RBRACK] = ACTIONS(5050), + [anon_sym_as] = ACTIONS(5048), + [anon_sym_EQ] = ACTIONS(5048), + [anon_sym_LBRACE] = ACTIONS(5050), + [anon_sym_RBRACE] = ACTIONS(5050), + [anon_sym_LPAREN] = ACTIONS(5050), + [anon_sym_COMMA] = ACTIONS(5050), + [anon_sym_RPAREN] = ACTIONS(5050), + [anon_sym_LT] = ACTIONS(5048), + [anon_sym_GT] = ACTIONS(5048), + [anon_sym_where] = ACTIONS(5048), + [anon_sym_DOT] = ACTIONS(5048), + [anon_sym_SEMI] = ACTIONS(5050), + [anon_sym_get] = ACTIONS(5048), + [anon_sym_set] = ACTIONS(5048), + [anon_sym_STAR] = ACTIONS(5048), + [anon_sym_DASH_GT] = ACTIONS(5050), + [sym_label] = ACTIONS(5050), + [anon_sym_in] = ACTIONS(5048), + [anon_sym_while] = ACTIONS(5048), + [anon_sym_DOT_DOT] = ACTIONS(5050), + [anon_sym_QMARK_COLON] = ACTIONS(5050), + [anon_sym_AMP_AMP] = ACTIONS(5050), + [anon_sym_PIPE_PIPE] = ACTIONS(5050), + [anon_sym_else] = ACTIONS(5048), + [anon_sym_COLON_COLON] = ACTIONS(5050), + [anon_sym_PLUS_EQ] = ACTIONS(5050), + [anon_sym_DASH_EQ] = ACTIONS(5050), + [anon_sym_STAR_EQ] = ACTIONS(5050), + [anon_sym_SLASH_EQ] = ACTIONS(5050), + [anon_sym_PERCENT_EQ] = ACTIONS(5050), + [anon_sym_BANG_EQ] = ACTIONS(5048), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5050), + [anon_sym_EQ_EQ] = ACTIONS(5048), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5050), + [anon_sym_LT_EQ] = ACTIONS(5050), + [anon_sym_GT_EQ] = ACTIONS(5050), + [anon_sym_BANGin] = ACTIONS(5050), + [anon_sym_is] = ACTIONS(5048), + [anon_sym_BANGis] = ACTIONS(5050), + [anon_sym_PLUS] = ACTIONS(5048), + [anon_sym_DASH] = ACTIONS(5048), + [anon_sym_SLASH] = ACTIONS(5048), + [anon_sym_PERCENT] = ACTIONS(5048), + [anon_sym_as_QMARK] = ACTIONS(5050), + [anon_sym_PLUS_PLUS] = ACTIONS(5050), + [anon_sym_DASH_DASH] = ACTIONS(5050), + [anon_sym_BANG_BANG] = ACTIONS(5050), + [anon_sym_suspend] = ACTIONS(5048), + [anon_sym_sealed] = ACTIONS(5048), + [anon_sym_annotation] = ACTIONS(5048), + [anon_sym_data] = ACTIONS(5048), + [anon_sym_inner] = ACTIONS(5048), + [anon_sym_value] = ACTIONS(5048), + [anon_sym_override] = ACTIONS(5048), + [anon_sym_lateinit] = ACTIONS(5048), + [anon_sym_public] = ACTIONS(5048), + [anon_sym_private] = ACTIONS(5048), + [anon_sym_internal] = ACTIONS(5048), + [anon_sym_protected] = ACTIONS(5048), + [anon_sym_tailrec] = ACTIONS(5048), + [anon_sym_operator] = ACTIONS(5048), + [anon_sym_infix] = ACTIONS(5048), + [anon_sym_inline] = ACTIONS(5048), + [anon_sym_external] = ACTIONS(5048), + [sym_property_modifier] = ACTIONS(5048), + [anon_sym_abstract] = ACTIONS(5048), + [anon_sym_final] = ACTIONS(5048), + [anon_sym_open] = ACTIONS(5048), + [anon_sym_vararg] = ACTIONS(5048), + [anon_sym_noinline] = ACTIONS(5048), + [anon_sym_crossinline] = ACTIONS(5048), + [anon_sym_expect] = ACTIONS(5048), + [anon_sym_actual] = ACTIONS(5048), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5050), + [sym_safe_nav] = ACTIONS(5050), [sym_multiline_comment] = ACTIONS(3), }, [3469] = { - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(1816), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_RBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_RPAREN] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(1814), - [anon_sym_set] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(1814), - [anon_sym_DASH_GT] = ACTIONS(1816), - [sym_label] = ACTIONS(1816), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_while] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1814), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG_BANG] = ACTIONS(1816), - [anon_sym_suspend] = ACTIONS(1814), - [anon_sym_sealed] = ACTIONS(1814), - [anon_sym_annotation] = ACTIONS(1814), - [anon_sym_data] = ACTIONS(1814), - [anon_sym_inner] = ACTIONS(1814), - [anon_sym_value] = ACTIONS(1814), - [anon_sym_override] = ACTIONS(1814), - [anon_sym_lateinit] = ACTIONS(1814), - [anon_sym_public] = ACTIONS(1814), - [anon_sym_private] = ACTIONS(1814), - [anon_sym_internal] = ACTIONS(1814), - [anon_sym_protected] = ACTIONS(1814), - [anon_sym_tailrec] = ACTIONS(1814), - [anon_sym_operator] = ACTIONS(1814), - [anon_sym_infix] = ACTIONS(1814), - [anon_sym_inline] = ACTIONS(1814), - [anon_sym_external] = ACTIONS(1814), - [sym_property_modifier] = ACTIONS(1814), - [anon_sym_abstract] = ACTIONS(1814), - [anon_sym_final] = ACTIONS(1814), - [anon_sym_open] = ACTIONS(1814), - [anon_sym_vararg] = ACTIONS(1814), - [anon_sym_noinline] = ACTIONS(1814), - [anon_sym_crossinline] = ACTIONS(1814), - [anon_sym_expect] = ACTIONS(1814), - [anon_sym_actual] = ACTIONS(1814), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), + [sym__alpha_identifier] = ACTIONS(4501), + [anon_sym_AT] = ACTIONS(4503), + [anon_sym_LBRACK] = ACTIONS(4503), + [anon_sym_RBRACK] = ACTIONS(4503), + [anon_sym_as] = ACTIONS(4501), + [anon_sym_EQ] = ACTIONS(4501), + [anon_sym_LBRACE] = ACTIONS(4503), + [anon_sym_RBRACE] = ACTIONS(4503), + [anon_sym_LPAREN] = ACTIONS(4503), + [anon_sym_COMMA] = ACTIONS(4503), + [anon_sym_RPAREN] = ACTIONS(4503), + [anon_sym_LT] = ACTIONS(4501), + [anon_sym_GT] = ACTIONS(4501), + [anon_sym_where] = ACTIONS(4501), + [anon_sym_DOT] = ACTIONS(4501), + [anon_sym_SEMI] = ACTIONS(4503), + [anon_sym_get] = ACTIONS(4501), + [anon_sym_set] = ACTIONS(4501), + [anon_sym_STAR] = ACTIONS(4501), + [anon_sym_DASH_GT] = ACTIONS(4503), + [sym_label] = ACTIONS(4503), + [anon_sym_in] = ACTIONS(4501), + [anon_sym_while] = ACTIONS(4501), + [anon_sym_DOT_DOT] = ACTIONS(4503), + [anon_sym_QMARK_COLON] = ACTIONS(4503), + [anon_sym_AMP_AMP] = ACTIONS(4503), + [anon_sym_PIPE_PIPE] = ACTIONS(4503), + [anon_sym_else] = ACTIONS(4501), + [anon_sym_COLON_COLON] = ACTIONS(4503), + [anon_sym_PLUS_EQ] = ACTIONS(4503), + [anon_sym_DASH_EQ] = ACTIONS(4503), + [anon_sym_STAR_EQ] = ACTIONS(4503), + [anon_sym_SLASH_EQ] = ACTIONS(4503), + [anon_sym_PERCENT_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ] = ACTIONS(4501), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ] = ACTIONS(4501), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4503), + [anon_sym_LT_EQ] = ACTIONS(4503), + [anon_sym_GT_EQ] = ACTIONS(4503), + [anon_sym_BANGin] = ACTIONS(4503), + [anon_sym_is] = ACTIONS(4501), + [anon_sym_BANGis] = ACTIONS(4503), + [anon_sym_PLUS] = ACTIONS(4501), + [anon_sym_DASH] = ACTIONS(4501), + [anon_sym_SLASH] = ACTIONS(4501), + [anon_sym_PERCENT] = ACTIONS(4501), + [anon_sym_as_QMARK] = ACTIONS(4503), + [anon_sym_PLUS_PLUS] = ACTIONS(4503), + [anon_sym_DASH_DASH] = ACTIONS(4503), + [anon_sym_BANG_BANG] = ACTIONS(4503), + [anon_sym_suspend] = ACTIONS(4501), + [anon_sym_sealed] = ACTIONS(4501), + [anon_sym_annotation] = ACTIONS(4501), + [anon_sym_data] = ACTIONS(4501), + [anon_sym_inner] = ACTIONS(4501), + [anon_sym_value] = ACTIONS(4501), + [anon_sym_override] = ACTIONS(4501), + [anon_sym_lateinit] = ACTIONS(4501), + [anon_sym_public] = ACTIONS(4501), + [anon_sym_private] = ACTIONS(4501), + [anon_sym_internal] = ACTIONS(4501), + [anon_sym_protected] = ACTIONS(4501), + [anon_sym_tailrec] = ACTIONS(4501), + [anon_sym_operator] = ACTIONS(4501), + [anon_sym_infix] = ACTIONS(4501), + [anon_sym_inline] = ACTIONS(4501), + [anon_sym_external] = ACTIONS(4501), + [sym_property_modifier] = ACTIONS(4501), + [anon_sym_abstract] = ACTIONS(4501), + [anon_sym_final] = ACTIONS(4501), + [anon_sym_open] = ACTIONS(4501), + [anon_sym_vararg] = ACTIONS(4501), + [anon_sym_noinline] = ACTIONS(4501), + [anon_sym_crossinline] = ACTIONS(4501), + [anon_sym_expect] = ACTIONS(4501), + [anon_sym_actual] = ACTIONS(4501), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4503), + [sym_safe_nav] = ACTIONS(4503), [sym_multiline_comment] = ACTIONS(3), }, [3470] = { - [sym__alpha_identifier] = ACTIONS(4966), - [anon_sym_AT] = ACTIONS(4968), - [anon_sym_LBRACK] = ACTIONS(4968), - [anon_sym_RBRACK] = ACTIONS(4968), - [anon_sym_as] = ACTIONS(4966), - [anon_sym_EQ] = ACTIONS(4966), - [anon_sym_LBRACE] = ACTIONS(4968), - [anon_sym_RBRACE] = ACTIONS(4968), - [anon_sym_LPAREN] = ACTIONS(4968), - [anon_sym_COMMA] = ACTIONS(4968), - [anon_sym_RPAREN] = ACTIONS(4968), - [anon_sym_LT] = ACTIONS(4966), - [anon_sym_GT] = ACTIONS(4966), - [anon_sym_where] = ACTIONS(4966), - [anon_sym_DOT] = ACTIONS(4966), - [anon_sym_SEMI] = ACTIONS(4968), - [anon_sym_get] = ACTIONS(4966), - [anon_sym_set] = ACTIONS(4966), - [anon_sym_STAR] = ACTIONS(4966), - [anon_sym_DASH_GT] = ACTIONS(4968), - [sym_label] = ACTIONS(4968), - [anon_sym_in] = ACTIONS(4966), - [anon_sym_while] = ACTIONS(4966), - [anon_sym_DOT_DOT] = ACTIONS(4968), - [anon_sym_QMARK_COLON] = ACTIONS(4968), - [anon_sym_AMP_AMP] = ACTIONS(4968), - [anon_sym_PIPE_PIPE] = ACTIONS(4968), - [anon_sym_else] = ACTIONS(4966), - [anon_sym_COLON_COLON] = ACTIONS(4968), - [anon_sym_PLUS_EQ] = ACTIONS(4968), - [anon_sym_DASH_EQ] = ACTIONS(4968), - [anon_sym_STAR_EQ] = ACTIONS(4968), - [anon_sym_SLASH_EQ] = ACTIONS(4968), - [anon_sym_PERCENT_EQ] = ACTIONS(4968), - [anon_sym_BANG_EQ] = ACTIONS(4966), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4968), - [anon_sym_EQ_EQ] = ACTIONS(4966), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4968), - [anon_sym_LT_EQ] = ACTIONS(4968), - [anon_sym_GT_EQ] = ACTIONS(4968), - [anon_sym_BANGin] = ACTIONS(4968), - [anon_sym_is] = ACTIONS(4966), - [anon_sym_BANGis] = ACTIONS(4968), - [anon_sym_PLUS] = ACTIONS(4966), - [anon_sym_DASH] = ACTIONS(4966), - [anon_sym_SLASH] = ACTIONS(4966), - [anon_sym_PERCENT] = ACTIONS(4966), - [anon_sym_as_QMARK] = ACTIONS(4968), - [anon_sym_PLUS_PLUS] = ACTIONS(4968), - [anon_sym_DASH_DASH] = ACTIONS(4968), - [anon_sym_BANG_BANG] = ACTIONS(4968), - [anon_sym_suspend] = ACTIONS(4966), - [anon_sym_sealed] = ACTIONS(4966), - [anon_sym_annotation] = ACTIONS(4966), - [anon_sym_data] = ACTIONS(4966), - [anon_sym_inner] = ACTIONS(4966), - [anon_sym_value] = ACTIONS(4966), - [anon_sym_override] = ACTIONS(4966), - [anon_sym_lateinit] = ACTIONS(4966), - [anon_sym_public] = ACTIONS(4966), - [anon_sym_private] = ACTIONS(4966), - [anon_sym_internal] = ACTIONS(4966), - [anon_sym_protected] = ACTIONS(4966), - [anon_sym_tailrec] = ACTIONS(4966), - [anon_sym_operator] = ACTIONS(4966), - [anon_sym_infix] = ACTIONS(4966), - [anon_sym_inline] = ACTIONS(4966), - [anon_sym_external] = ACTIONS(4966), - [sym_property_modifier] = ACTIONS(4966), - [anon_sym_abstract] = ACTIONS(4966), - [anon_sym_final] = ACTIONS(4966), - [anon_sym_open] = ACTIONS(4966), - [anon_sym_vararg] = ACTIONS(4966), - [anon_sym_noinline] = ACTIONS(4966), - [anon_sym_crossinline] = ACTIONS(4966), - [anon_sym_expect] = ACTIONS(4966), - [anon_sym_actual] = ACTIONS(4966), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4968), - [sym_safe_nav] = ACTIONS(4968), + [sym__alpha_identifier] = ACTIONS(5036), + [anon_sym_AT] = ACTIONS(5038), + [anon_sym_LBRACK] = ACTIONS(5038), + [anon_sym_RBRACK] = ACTIONS(5038), + [anon_sym_as] = ACTIONS(5036), + [anon_sym_EQ] = ACTIONS(5036), + [anon_sym_LBRACE] = ACTIONS(5038), + [anon_sym_RBRACE] = ACTIONS(5038), + [anon_sym_LPAREN] = ACTIONS(5038), + [anon_sym_COMMA] = ACTIONS(5038), + [anon_sym_RPAREN] = ACTIONS(5038), + [anon_sym_LT] = ACTIONS(5036), + [anon_sym_GT] = ACTIONS(5036), + [anon_sym_where] = ACTIONS(5036), + [anon_sym_DOT] = ACTIONS(5036), + [anon_sym_SEMI] = ACTIONS(5038), + [anon_sym_get] = ACTIONS(5036), + [anon_sym_set] = ACTIONS(5036), + [anon_sym_STAR] = ACTIONS(5036), + [anon_sym_DASH_GT] = ACTIONS(5038), + [sym_label] = ACTIONS(5038), + [anon_sym_in] = ACTIONS(5036), + [anon_sym_while] = ACTIONS(5036), + [anon_sym_DOT_DOT] = ACTIONS(5038), + [anon_sym_QMARK_COLON] = ACTIONS(5038), + [anon_sym_AMP_AMP] = ACTIONS(5038), + [anon_sym_PIPE_PIPE] = ACTIONS(5038), + [anon_sym_else] = ACTIONS(5036), + [anon_sym_COLON_COLON] = ACTIONS(5038), + [anon_sym_PLUS_EQ] = ACTIONS(5038), + [anon_sym_DASH_EQ] = ACTIONS(5038), + [anon_sym_STAR_EQ] = ACTIONS(5038), + [anon_sym_SLASH_EQ] = ACTIONS(5038), + [anon_sym_PERCENT_EQ] = ACTIONS(5038), + [anon_sym_BANG_EQ] = ACTIONS(5036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5038), + [anon_sym_EQ_EQ] = ACTIONS(5036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5038), + [anon_sym_LT_EQ] = ACTIONS(5038), + [anon_sym_GT_EQ] = ACTIONS(5038), + [anon_sym_BANGin] = ACTIONS(5038), + [anon_sym_is] = ACTIONS(5036), + [anon_sym_BANGis] = ACTIONS(5038), + [anon_sym_PLUS] = ACTIONS(5036), + [anon_sym_DASH] = ACTIONS(5036), + [anon_sym_SLASH] = ACTIONS(5036), + [anon_sym_PERCENT] = ACTIONS(5036), + [anon_sym_as_QMARK] = ACTIONS(5038), + [anon_sym_PLUS_PLUS] = ACTIONS(5038), + [anon_sym_DASH_DASH] = ACTIONS(5038), + [anon_sym_BANG_BANG] = ACTIONS(5038), + [anon_sym_suspend] = ACTIONS(5036), + [anon_sym_sealed] = ACTIONS(5036), + [anon_sym_annotation] = ACTIONS(5036), + [anon_sym_data] = ACTIONS(5036), + [anon_sym_inner] = ACTIONS(5036), + [anon_sym_value] = ACTIONS(5036), + [anon_sym_override] = ACTIONS(5036), + [anon_sym_lateinit] = ACTIONS(5036), + [anon_sym_public] = ACTIONS(5036), + [anon_sym_private] = ACTIONS(5036), + [anon_sym_internal] = ACTIONS(5036), + [anon_sym_protected] = ACTIONS(5036), + [anon_sym_tailrec] = ACTIONS(5036), + [anon_sym_operator] = ACTIONS(5036), + [anon_sym_infix] = ACTIONS(5036), + [anon_sym_inline] = ACTIONS(5036), + [anon_sym_external] = ACTIONS(5036), + [sym_property_modifier] = ACTIONS(5036), + [anon_sym_abstract] = ACTIONS(5036), + [anon_sym_final] = ACTIONS(5036), + [anon_sym_open] = ACTIONS(5036), + [anon_sym_vararg] = ACTIONS(5036), + [anon_sym_noinline] = ACTIONS(5036), + [anon_sym_crossinline] = ACTIONS(5036), + [anon_sym_expect] = ACTIONS(5036), + [anon_sym_actual] = ACTIONS(5036), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5038), + [sym_safe_nav] = ACTIONS(5038), [sym_multiline_comment] = ACTIONS(3), }, [3471] = { - [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_value] = 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), - }, - [3472] = { - [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_value] = 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), - }, - [3473] = { [sym__alpha_identifier] = ACTIONS(4898), [anon_sym_AT] = ACTIONS(4900), [anon_sym_LBRACK] = ACTIONS(4900), @@ -401928,422 +401726,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4900), [sym_multiline_comment] = ACTIONS(3), }, - [3474] = { - [sym__alpha_identifier] = ACTIONS(3160), - [anon_sym_AT] = ACTIONS(3162), - [anon_sym_LBRACK] = ACTIONS(3162), - [anon_sym_RBRACK] = ACTIONS(3162), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_LBRACE] = ACTIONS(3162), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(3162), - [anon_sym_COMMA] = ACTIONS(3162), - [anon_sym_RPAREN] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3160), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3160), - [anon_sym_DASH_GT] = ACTIONS(3162), - [sym_label] = ACTIONS(3162), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_while] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3162), - [anon_sym_QMARK_COLON] = ACTIONS(3162), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3162), - [anon_sym_PLUS_EQ] = ACTIONS(3162), - [anon_sym_DASH_EQ] = ACTIONS(3162), - [anon_sym_STAR_EQ] = ACTIONS(3162), - [anon_sym_SLASH_EQ] = ACTIONS(3162), - [anon_sym_PERCENT_EQ] = ACTIONS(3162), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [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(3162), - [anon_sym_PLUS_PLUS] = ACTIONS(3162), - [anon_sym_DASH_DASH] = ACTIONS(3162), - [anon_sym_BANG_BANG] = ACTIONS(3162), - [anon_sym_suspend] = ACTIONS(3160), - [anon_sym_sealed] = ACTIONS(3160), - [anon_sym_annotation] = ACTIONS(3160), - [anon_sym_data] = ACTIONS(3160), - [anon_sym_inner] = ACTIONS(3160), - [anon_sym_value] = ACTIONS(3160), - [anon_sym_override] = ACTIONS(3160), - [anon_sym_lateinit] = ACTIONS(3160), - [anon_sym_public] = ACTIONS(3160), - [anon_sym_private] = ACTIONS(3160), - [anon_sym_internal] = ACTIONS(3160), - [anon_sym_protected] = ACTIONS(3160), - [anon_sym_tailrec] = ACTIONS(3160), - [anon_sym_operator] = ACTIONS(3160), - [anon_sym_infix] = ACTIONS(3160), - [anon_sym_inline] = ACTIONS(3160), - [anon_sym_external] = ACTIONS(3160), - [sym_property_modifier] = ACTIONS(3160), - [anon_sym_abstract] = ACTIONS(3160), - [anon_sym_final] = ACTIONS(3160), - [anon_sym_open] = ACTIONS(3160), - [anon_sym_vararg] = ACTIONS(3160), - [anon_sym_noinline] = ACTIONS(3160), - [anon_sym_crossinline] = ACTIONS(3160), - [anon_sym_expect] = ACTIONS(3160), - [anon_sym_actual] = ACTIONS(3160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3162), - [sym_safe_nav] = ACTIONS(3162), - [sym_multiline_comment] = ACTIONS(3), - }, - [3475] = { - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_RBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(4295), - [anon_sym_LBRACE] = ACTIONS(4297), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), - [anon_sym_RPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [anon_sym_DASH_GT] = ACTIONS(4297), - [sym_label] = ACTIONS(4297), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_while] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), - [sym_multiline_comment] = ACTIONS(3), - }, - [3476] = { - [sym__alpha_identifier] = ACTIONS(4000), - [anon_sym_AT] = ACTIONS(4002), - [anon_sym_LBRACK] = ACTIONS(4002), - [anon_sym_RBRACK] = ACTIONS(4002), - [anon_sym_as] = ACTIONS(4000), - [anon_sym_EQ] = ACTIONS(4000), - [anon_sym_LBRACE] = ACTIONS(4002), - [anon_sym_RBRACE] = ACTIONS(4002), - [anon_sym_LPAREN] = ACTIONS(4002), - [anon_sym_COMMA] = ACTIONS(4002), - [anon_sym_RPAREN] = ACTIONS(4002), - [anon_sym_LT] = ACTIONS(4000), - [anon_sym_GT] = ACTIONS(4000), - [anon_sym_where] = ACTIONS(4000), - [anon_sym_DOT] = ACTIONS(4000), - [anon_sym_SEMI] = ACTIONS(4002), - [anon_sym_get] = ACTIONS(4000), - [anon_sym_set] = ACTIONS(4000), - [anon_sym_STAR] = ACTIONS(4000), - [anon_sym_DASH_GT] = ACTIONS(4002), - [sym_label] = ACTIONS(4002), - [anon_sym_in] = ACTIONS(4000), - [anon_sym_while] = ACTIONS(4000), - [anon_sym_DOT_DOT] = ACTIONS(4002), - [anon_sym_QMARK_COLON] = ACTIONS(4002), - [anon_sym_AMP_AMP] = ACTIONS(4002), - [anon_sym_PIPE_PIPE] = ACTIONS(4002), - [anon_sym_else] = ACTIONS(4000), - [anon_sym_COLON_COLON] = ACTIONS(4002), - [anon_sym_PLUS_EQ] = ACTIONS(4002), - [anon_sym_DASH_EQ] = ACTIONS(4002), - [anon_sym_STAR_EQ] = ACTIONS(4002), - [anon_sym_SLASH_EQ] = ACTIONS(4002), - [anon_sym_PERCENT_EQ] = ACTIONS(4002), - [anon_sym_BANG_EQ] = ACTIONS(4000), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4002), - [anon_sym_EQ_EQ] = ACTIONS(4000), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4002), - [anon_sym_LT_EQ] = ACTIONS(4002), - [anon_sym_GT_EQ] = ACTIONS(4002), - [anon_sym_BANGin] = ACTIONS(4002), - [anon_sym_is] = ACTIONS(4000), - [anon_sym_BANGis] = ACTIONS(4002), - [anon_sym_PLUS] = ACTIONS(4000), - [anon_sym_DASH] = ACTIONS(4000), - [anon_sym_SLASH] = ACTIONS(4000), - [anon_sym_PERCENT] = ACTIONS(4000), - [anon_sym_as_QMARK] = ACTIONS(4002), - [anon_sym_PLUS_PLUS] = ACTIONS(4002), - [anon_sym_DASH_DASH] = ACTIONS(4002), - [anon_sym_BANG_BANG] = ACTIONS(4002), - [anon_sym_suspend] = ACTIONS(4000), - [anon_sym_sealed] = ACTIONS(4000), - [anon_sym_annotation] = ACTIONS(4000), - [anon_sym_data] = ACTIONS(4000), - [anon_sym_inner] = ACTIONS(4000), - [anon_sym_value] = ACTIONS(4000), - [anon_sym_override] = ACTIONS(4000), - [anon_sym_lateinit] = ACTIONS(4000), - [anon_sym_public] = ACTIONS(4000), - [anon_sym_private] = ACTIONS(4000), - [anon_sym_internal] = ACTIONS(4000), - [anon_sym_protected] = ACTIONS(4000), - [anon_sym_tailrec] = ACTIONS(4000), - [anon_sym_operator] = ACTIONS(4000), - [anon_sym_infix] = ACTIONS(4000), - [anon_sym_inline] = ACTIONS(4000), - [anon_sym_external] = ACTIONS(4000), - [sym_property_modifier] = ACTIONS(4000), - [anon_sym_abstract] = ACTIONS(4000), - [anon_sym_final] = ACTIONS(4000), - [anon_sym_open] = ACTIONS(4000), - [anon_sym_vararg] = ACTIONS(4000), - [anon_sym_noinline] = ACTIONS(4000), - [anon_sym_crossinline] = ACTIONS(4000), - [anon_sym_expect] = ACTIONS(4000), - [anon_sym_actual] = ACTIONS(4000), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4002), - [sym_safe_nav] = ACTIONS(4002), - [sym_multiline_comment] = ACTIONS(3), - }, - [3477] = { - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(1810), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_RBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_RPAREN] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(1808), - [anon_sym_set] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1808), - [anon_sym_DASH_GT] = ACTIONS(1810), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), - [anon_sym_suspend] = ACTIONS(1808), - [anon_sym_sealed] = ACTIONS(1808), - [anon_sym_annotation] = ACTIONS(1808), - [anon_sym_data] = ACTIONS(1808), - [anon_sym_inner] = ACTIONS(1808), - [anon_sym_value] = ACTIONS(1808), - [anon_sym_override] = ACTIONS(1808), - [anon_sym_lateinit] = ACTIONS(1808), - [anon_sym_public] = ACTIONS(1808), - [anon_sym_private] = ACTIONS(1808), - [anon_sym_internal] = ACTIONS(1808), - [anon_sym_protected] = ACTIONS(1808), - [anon_sym_tailrec] = ACTIONS(1808), - [anon_sym_operator] = ACTIONS(1808), - [anon_sym_infix] = ACTIONS(1808), - [anon_sym_inline] = ACTIONS(1808), - [anon_sym_external] = ACTIONS(1808), - [sym_property_modifier] = ACTIONS(1808), - [anon_sym_abstract] = ACTIONS(1808), - [anon_sym_final] = ACTIONS(1808), - [anon_sym_open] = ACTIONS(1808), - [anon_sym_vararg] = ACTIONS(1808), - [anon_sym_noinline] = ACTIONS(1808), - [anon_sym_crossinline] = ACTIONS(1808), - [anon_sym_expect] = ACTIONS(1808), - [anon_sym_actual] = ACTIONS(1808), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), - [sym_multiline_comment] = ACTIONS(3), - }, - [3478] = { - [sym__alpha_identifier] = ACTIONS(4652), - [anon_sym_AT] = ACTIONS(4654), - [anon_sym_LBRACK] = ACTIONS(4654), - [anon_sym_RBRACK] = ACTIONS(4654), - [anon_sym_as] = ACTIONS(4652), - [anon_sym_EQ] = ACTIONS(4652), - [anon_sym_LBRACE] = ACTIONS(4654), - [anon_sym_RBRACE] = ACTIONS(4654), - [anon_sym_LPAREN] = ACTIONS(4654), - [anon_sym_COMMA] = ACTIONS(4654), - [anon_sym_RPAREN] = ACTIONS(4654), - [anon_sym_LT] = ACTIONS(4652), - [anon_sym_GT] = ACTIONS(4652), - [anon_sym_where] = ACTIONS(4652), - [anon_sym_DOT] = ACTIONS(4652), - [anon_sym_SEMI] = ACTIONS(4654), - [anon_sym_get] = ACTIONS(4652), - [anon_sym_set] = ACTIONS(4652), - [anon_sym_STAR] = ACTIONS(4652), - [anon_sym_DASH_GT] = ACTIONS(4654), - [sym_label] = ACTIONS(4654), - [anon_sym_in] = ACTIONS(4652), - [anon_sym_while] = ACTIONS(4652), - [anon_sym_DOT_DOT] = ACTIONS(4654), - [anon_sym_QMARK_COLON] = ACTIONS(4654), - [anon_sym_AMP_AMP] = ACTIONS(4654), - [anon_sym_PIPE_PIPE] = ACTIONS(4654), - [anon_sym_else] = ACTIONS(4652), - [anon_sym_COLON_COLON] = ACTIONS(4654), - [anon_sym_PLUS_EQ] = ACTIONS(4654), - [anon_sym_DASH_EQ] = ACTIONS(4654), - [anon_sym_STAR_EQ] = ACTIONS(4654), - [anon_sym_SLASH_EQ] = ACTIONS(4654), - [anon_sym_PERCENT_EQ] = ACTIONS(4654), - [anon_sym_BANG_EQ] = ACTIONS(4652), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4654), - [anon_sym_EQ_EQ] = ACTIONS(4652), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4654), - [anon_sym_LT_EQ] = ACTIONS(4654), - [anon_sym_GT_EQ] = ACTIONS(4654), - [anon_sym_BANGin] = ACTIONS(4654), - [anon_sym_is] = ACTIONS(4652), - [anon_sym_BANGis] = ACTIONS(4654), - [anon_sym_PLUS] = ACTIONS(4652), - [anon_sym_DASH] = ACTIONS(4652), - [anon_sym_SLASH] = ACTIONS(4652), - [anon_sym_PERCENT] = ACTIONS(4652), - [anon_sym_as_QMARK] = ACTIONS(4654), - [anon_sym_PLUS_PLUS] = ACTIONS(4654), - [anon_sym_DASH_DASH] = ACTIONS(4654), - [anon_sym_BANG_BANG] = ACTIONS(4654), - [anon_sym_suspend] = ACTIONS(4652), - [anon_sym_sealed] = ACTIONS(4652), - [anon_sym_annotation] = ACTIONS(4652), - [anon_sym_data] = ACTIONS(4652), - [anon_sym_inner] = ACTIONS(4652), - [anon_sym_value] = ACTIONS(4652), - [anon_sym_override] = ACTIONS(4652), - [anon_sym_lateinit] = ACTIONS(4652), - [anon_sym_public] = ACTIONS(4652), - [anon_sym_private] = ACTIONS(4652), - [anon_sym_internal] = ACTIONS(4652), - [anon_sym_protected] = ACTIONS(4652), - [anon_sym_tailrec] = ACTIONS(4652), - [anon_sym_operator] = ACTIONS(4652), - [anon_sym_infix] = ACTIONS(4652), - [anon_sym_inline] = ACTIONS(4652), - [anon_sym_external] = ACTIONS(4652), - [sym_property_modifier] = ACTIONS(4652), - [anon_sym_abstract] = ACTIONS(4652), - [anon_sym_final] = ACTIONS(4652), - [anon_sym_open] = ACTIONS(4652), - [anon_sym_vararg] = ACTIONS(4652), - [anon_sym_noinline] = ACTIONS(4652), - [anon_sym_crossinline] = ACTIONS(4652), - [anon_sym_expect] = ACTIONS(4652), - [anon_sym_actual] = ACTIONS(4652), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4654), - [sym_safe_nav] = ACTIONS(4654), + [3472] = { + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_RBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(4319), + [anon_sym_LBRACE] = ACTIONS(4321), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_RPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [anon_sym_DASH_GT] = ACTIONS(4321), + [sym_label] = ACTIONS(4321), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_while] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), [sym_multiline_comment] = ACTIONS(3), }, - [3479] = { + [3473] = { [sym__alpha_identifier] = ACTIONS(4902), [anon_sym_AT] = ACTIONS(4904), [anon_sym_LBRACK] = ACTIONS(4904), @@ -402426,588 +401892,837 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4904), [sym_multiline_comment] = ACTIONS(3), }, - [3480] = { - [sym__alpha_identifier] = ACTIONS(4906), - [anon_sym_AT] = ACTIONS(4908), - [anon_sym_LBRACK] = ACTIONS(4908), - [anon_sym_RBRACK] = ACTIONS(4908), - [anon_sym_as] = ACTIONS(4906), - [anon_sym_EQ] = ACTIONS(4906), - [anon_sym_LBRACE] = ACTIONS(4908), - [anon_sym_RBRACE] = ACTIONS(4908), - [anon_sym_LPAREN] = ACTIONS(4908), - [anon_sym_COMMA] = ACTIONS(4908), - [anon_sym_RPAREN] = ACTIONS(4908), - [anon_sym_LT] = ACTIONS(4906), - [anon_sym_GT] = ACTIONS(4906), - [anon_sym_where] = ACTIONS(4906), - [anon_sym_DOT] = ACTIONS(4906), - [anon_sym_SEMI] = ACTIONS(4908), - [anon_sym_get] = ACTIONS(4906), - [anon_sym_set] = ACTIONS(4906), - [anon_sym_STAR] = ACTIONS(4906), - [anon_sym_DASH_GT] = ACTIONS(4908), - [sym_label] = ACTIONS(4908), - [anon_sym_in] = ACTIONS(4906), - [anon_sym_while] = ACTIONS(4906), - [anon_sym_DOT_DOT] = ACTIONS(4908), - [anon_sym_QMARK_COLON] = ACTIONS(4908), - [anon_sym_AMP_AMP] = ACTIONS(4908), - [anon_sym_PIPE_PIPE] = ACTIONS(4908), - [anon_sym_else] = ACTIONS(4906), - [anon_sym_COLON_COLON] = ACTIONS(4908), - [anon_sym_PLUS_EQ] = ACTIONS(4908), - [anon_sym_DASH_EQ] = ACTIONS(4908), - [anon_sym_STAR_EQ] = ACTIONS(4908), - [anon_sym_SLASH_EQ] = ACTIONS(4908), - [anon_sym_PERCENT_EQ] = ACTIONS(4908), - [anon_sym_BANG_EQ] = ACTIONS(4906), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4908), - [anon_sym_EQ_EQ] = ACTIONS(4906), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4908), - [anon_sym_LT_EQ] = ACTIONS(4908), - [anon_sym_GT_EQ] = ACTIONS(4908), - [anon_sym_BANGin] = ACTIONS(4908), - [anon_sym_is] = ACTIONS(4906), - [anon_sym_BANGis] = ACTIONS(4908), - [anon_sym_PLUS] = ACTIONS(4906), - [anon_sym_DASH] = ACTIONS(4906), - [anon_sym_SLASH] = ACTIONS(4906), - [anon_sym_PERCENT] = ACTIONS(4906), - [anon_sym_as_QMARK] = ACTIONS(4908), - [anon_sym_PLUS_PLUS] = ACTIONS(4908), - [anon_sym_DASH_DASH] = ACTIONS(4908), - [anon_sym_BANG_BANG] = ACTIONS(4908), - [anon_sym_suspend] = ACTIONS(4906), - [anon_sym_sealed] = ACTIONS(4906), - [anon_sym_annotation] = ACTIONS(4906), - [anon_sym_data] = ACTIONS(4906), - [anon_sym_inner] = ACTIONS(4906), - [anon_sym_value] = ACTIONS(4906), - [anon_sym_override] = ACTIONS(4906), - [anon_sym_lateinit] = ACTIONS(4906), - [anon_sym_public] = ACTIONS(4906), - [anon_sym_private] = ACTIONS(4906), - [anon_sym_internal] = ACTIONS(4906), - [anon_sym_protected] = ACTIONS(4906), - [anon_sym_tailrec] = ACTIONS(4906), - [anon_sym_operator] = ACTIONS(4906), - [anon_sym_infix] = ACTIONS(4906), - [anon_sym_inline] = ACTIONS(4906), - [anon_sym_external] = ACTIONS(4906), - [sym_property_modifier] = ACTIONS(4906), - [anon_sym_abstract] = ACTIONS(4906), - [anon_sym_final] = ACTIONS(4906), - [anon_sym_open] = ACTIONS(4906), - [anon_sym_vararg] = ACTIONS(4906), - [anon_sym_noinline] = ACTIONS(4906), - [anon_sym_crossinline] = ACTIONS(4906), - [anon_sym_expect] = ACTIONS(4906), - [anon_sym_actual] = ACTIONS(4906), + [3474] = { + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(1820), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_RBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_RPAREN] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(1818), + [anon_sym_set] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1818), + [anon_sym_DASH_GT] = ACTIONS(1820), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_while] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(1818), + [anon_sym_sealed] = ACTIONS(1818), + [anon_sym_annotation] = ACTIONS(1818), + [anon_sym_data] = ACTIONS(1818), + [anon_sym_inner] = ACTIONS(1818), + [anon_sym_value] = ACTIONS(1818), + [anon_sym_override] = ACTIONS(1818), + [anon_sym_lateinit] = ACTIONS(1818), + [anon_sym_public] = ACTIONS(1818), + [anon_sym_private] = ACTIONS(1818), + [anon_sym_internal] = ACTIONS(1818), + [anon_sym_protected] = ACTIONS(1818), + [anon_sym_tailrec] = ACTIONS(1818), + [anon_sym_operator] = ACTIONS(1818), + [anon_sym_infix] = ACTIONS(1818), + [anon_sym_inline] = ACTIONS(1818), + [anon_sym_external] = ACTIONS(1818), + [sym_property_modifier] = ACTIONS(1818), + [anon_sym_abstract] = ACTIONS(1818), + [anon_sym_final] = ACTIONS(1818), + [anon_sym_open] = ACTIONS(1818), + [anon_sym_vararg] = ACTIONS(1818), + [anon_sym_noinline] = ACTIONS(1818), + [anon_sym_crossinline] = ACTIONS(1818), + [anon_sym_expect] = ACTIONS(1818), + [anon_sym_actual] = ACTIONS(1818), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), + [sym_multiline_comment] = ACTIONS(3), + }, + [3475] = { + [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_value] = 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_multiline_comment] = ACTIONS(3), + }, + [3476] = { + [sym__alpha_identifier] = ACTIONS(4844), + [anon_sym_AT] = ACTIONS(4846), + [anon_sym_LBRACK] = ACTIONS(4846), + [anon_sym_RBRACK] = ACTIONS(4846), + [anon_sym_as] = ACTIONS(4844), + [anon_sym_EQ] = ACTIONS(4844), + [anon_sym_LBRACE] = ACTIONS(4846), + [anon_sym_RBRACE] = ACTIONS(4846), + [anon_sym_LPAREN] = ACTIONS(4846), + [anon_sym_COMMA] = ACTIONS(4846), + [anon_sym_RPAREN] = ACTIONS(4846), + [anon_sym_LT] = ACTIONS(4844), + [anon_sym_GT] = ACTIONS(4844), + [anon_sym_where] = ACTIONS(4844), + [anon_sym_DOT] = ACTIONS(4844), + [anon_sym_SEMI] = ACTIONS(4846), + [anon_sym_get] = ACTIONS(4844), + [anon_sym_set] = ACTIONS(4844), + [anon_sym_STAR] = ACTIONS(4844), + [anon_sym_DASH_GT] = ACTIONS(4846), + [sym_label] = ACTIONS(4846), + [anon_sym_in] = ACTIONS(4844), + [anon_sym_while] = ACTIONS(4844), + [anon_sym_DOT_DOT] = ACTIONS(4846), + [anon_sym_QMARK_COLON] = ACTIONS(4846), + [anon_sym_AMP_AMP] = ACTIONS(4846), + [anon_sym_PIPE_PIPE] = ACTIONS(4846), + [anon_sym_else] = ACTIONS(4844), + [anon_sym_COLON_COLON] = ACTIONS(4846), + [anon_sym_PLUS_EQ] = ACTIONS(4846), + [anon_sym_DASH_EQ] = ACTIONS(4846), + [anon_sym_STAR_EQ] = ACTIONS(4846), + [anon_sym_SLASH_EQ] = ACTIONS(4846), + [anon_sym_PERCENT_EQ] = ACTIONS(4846), + [anon_sym_BANG_EQ] = ACTIONS(4844), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4846), + [anon_sym_EQ_EQ] = ACTIONS(4844), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4846), + [anon_sym_LT_EQ] = ACTIONS(4846), + [anon_sym_GT_EQ] = ACTIONS(4846), + [anon_sym_BANGin] = ACTIONS(4846), + [anon_sym_is] = ACTIONS(4844), + [anon_sym_BANGis] = ACTIONS(4846), + [anon_sym_PLUS] = ACTIONS(4844), + [anon_sym_DASH] = ACTIONS(4844), + [anon_sym_SLASH] = ACTIONS(4844), + [anon_sym_PERCENT] = ACTIONS(4844), + [anon_sym_as_QMARK] = ACTIONS(4846), + [anon_sym_PLUS_PLUS] = ACTIONS(4846), + [anon_sym_DASH_DASH] = ACTIONS(4846), + [anon_sym_BANG_BANG] = ACTIONS(4846), + [anon_sym_suspend] = ACTIONS(4844), + [anon_sym_sealed] = ACTIONS(4844), + [anon_sym_annotation] = ACTIONS(4844), + [anon_sym_data] = ACTIONS(4844), + [anon_sym_inner] = ACTIONS(4844), + [anon_sym_value] = ACTIONS(4844), + [anon_sym_override] = ACTIONS(4844), + [anon_sym_lateinit] = ACTIONS(4844), + [anon_sym_public] = ACTIONS(4844), + [anon_sym_private] = ACTIONS(4844), + [anon_sym_internal] = ACTIONS(4844), + [anon_sym_protected] = ACTIONS(4844), + [anon_sym_tailrec] = ACTIONS(4844), + [anon_sym_operator] = ACTIONS(4844), + [anon_sym_infix] = ACTIONS(4844), + [anon_sym_inline] = ACTIONS(4844), + [anon_sym_external] = ACTIONS(4844), + [sym_property_modifier] = ACTIONS(4844), + [anon_sym_abstract] = ACTIONS(4844), + [anon_sym_final] = ACTIONS(4844), + [anon_sym_open] = ACTIONS(4844), + [anon_sym_vararg] = ACTIONS(4844), + [anon_sym_noinline] = ACTIONS(4844), + [anon_sym_crossinline] = ACTIONS(4844), + [anon_sym_expect] = ACTIONS(4844), + [anon_sym_actual] = ACTIONS(4844), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4846), + [sym_safe_nav] = ACTIONS(4846), + [sym_multiline_comment] = ACTIONS(3), + }, + [3477] = { + [sym__alpha_identifier] = ACTIONS(4854), + [anon_sym_AT] = ACTIONS(4856), + [anon_sym_LBRACK] = ACTIONS(4856), + [anon_sym_RBRACK] = ACTIONS(4856), + [anon_sym_as] = ACTIONS(4854), + [anon_sym_EQ] = ACTIONS(4854), + [anon_sym_LBRACE] = ACTIONS(4856), + [anon_sym_RBRACE] = ACTIONS(4856), + [anon_sym_LPAREN] = ACTIONS(4856), + [anon_sym_COMMA] = ACTIONS(4856), + [anon_sym_RPAREN] = ACTIONS(4856), + [anon_sym_LT] = ACTIONS(4854), + [anon_sym_GT] = ACTIONS(4854), + [anon_sym_where] = ACTIONS(4854), + [anon_sym_DOT] = ACTIONS(4854), + [anon_sym_SEMI] = ACTIONS(4856), + [anon_sym_get] = ACTIONS(4854), + [anon_sym_set] = ACTIONS(4854), + [anon_sym_STAR] = ACTIONS(4854), + [anon_sym_DASH_GT] = ACTIONS(4856), + [sym_label] = ACTIONS(4856), + [anon_sym_in] = ACTIONS(4854), + [anon_sym_while] = ACTIONS(4854), + [anon_sym_DOT_DOT] = ACTIONS(4856), + [anon_sym_QMARK_COLON] = ACTIONS(4856), + [anon_sym_AMP_AMP] = ACTIONS(4856), + [anon_sym_PIPE_PIPE] = ACTIONS(4856), + [anon_sym_else] = ACTIONS(4854), + [anon_sym_COLON_COLON] = ACTIONS(4856), + [anon_sym_PLUS_EQ] = ACTIONS(4856), + [anon_sym_DASH_EQ] = ACTIONS(4856), + [anon_sym_STAR_EQ] = ACTIONS(4856), + [anon_sym_SLASH_EQ] = ACTIONS(4856), + [anon_sym_PERCENT_EQ] = ACTIONS(4856), + [anon_sym_BANG_EQ] = ACTIONS(4854), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4856), + [anon_sym_EQ_EQ] = ACTIONS(4854), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4856), + [anon_sym_LT_EQ] = ACTIONS(4856), + [anon_sym_GT_EQ] = ACTIONS(4856), + [anon_sym_BANGin] = ACTIONS(4856), + [anon_sym_is] = ACTIONS(4854), + [anon_sym_BANGis] = ACTIONS(4856), + [anon_sym_PLUS] = ACTIONS(4854), + [anon_sym_DASH] = ACTIONS(4854), + [anon_sym_SLASH] = ACTIONS(4854), + [anon_sym_PERCENT] = ACTIONS(4854), + [anon_sym_as_QMARK] = ACTIONS(4856), + [anon_sym_PLUS_PLUS] = ACTIONS(4856), + [anon_sym_DASH_DASH] = ACTIONS(4856), + [anon_sym_BANG_BANG] = ACTIONS(4856), + [anon_sym_suspend] = ACTIONS(4854), + [anon_sym_sealed] = ACTIONS(4854), + [anon_sym_annotation] = ACTIONS(4854), + [anon_sym_data] = ACTIONS(4854), + [anon_sym_inner] = ACTIONS(4854), + [anon_sym_value] = ACTIONS(4854), + [anon_sym_override] = ACTIONS(4854), + [anon_sym_lateinit] = ACTIONS(4854), + [anon_sym_public] = ACTIONS(4854), + [anon_sym_private] = ACTIONS(4854), + [anon_sym_internal] = ACTIONS(4854), + [anon_sym_protected] = ACTIONS(4854), + [anon_sym_tailrec] = ACTIONS(4854), + [anon_sym_operator] = ACTIONS(4854), + [anon_sym_infix] = ACTIONS(4854), + [anon_sym_inline] = ACTIONS(4854), + [anon_sym_external] = ACTIONS(4854), + [sym_property_modifier] = ACTIONS(4854), + [anon_sym_abstract] = ACTIONS(4854), + [anon_sym_final] = ACTIONS(4854), + [anon_sym_open] = ACTIONS(4854), + [anon_sym_vararg] = ACTIONS(4854), + [anon_sym_noinline] = ACTIONS(4854), + [anon_sym_crossinline] = ACTIONS(4854), + [anon_sym_expect] = ACTIONS(4854), + [anon_sym_actual] = ACTIONS(4854), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4908), - [sym_safe_nav] = ACTIONS(4908), + [sym__backtick_identifier] = ACTIONS(4856), + [sym_safe_nav] = ACTIONS(4856), [sym_multiline_comment] = ACTIONS(3), }, + [3478] = { + [sym__alpha_identifier] = ACTIONS(4744), + [anon_sym_AT] = ACTIONS(4746), + [anon_sym_LBRACK] = ACTIONS(4746), + [anon_sym_EQ] = ACTIONS(4746), + [anon_sym_LBRACE] = ACTIONS(4746), + [anon_sym_RBRACE] = ACTIONS(4746), + [anon_sym_LPAREN] = ACTIONS(4746), + [anon_sym_COMMA] = ACTIONS(4746), + [anon_sym_by] = ACTIONS(4744), + [anon_sym_where] = ACTIONS(4744), + [anon_sym_object] = ACTIONS(4744), + [anon_sym_fun] = 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(4746), + [sym_label] = ACTIONS(4744), + [anon_sym_in] = ACTIONS(4744), + [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_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_PLUS_PLUS] = ACTIONS(4746), + [anon_sym_DASH_DASH] = ACTIONS(4746), + [anon_sym_BANG] = ACTIONS(4744), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4746), + [anon_sym_super_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_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4746), + }, + [3479] = { + [sym_type_constraints] = STATE(3660), + [sym_function_body] = STATE(3095), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4323), + [anon_sym_fun] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_this] = ACTIONS(4323), + [anon_sym_super] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4325), + [sym_label] = ACTIONS(4323), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_null] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_when] = ACTIONS(4323), + [anon_sym_try] = ACTIONS(4323), + [anon_sym_throw] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4325), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4325), + [anon_sym_continue_AT] = ACTIONS(4325), + [anon_sym_break_AT] = ACTIONS(4325), + [anon_sym_this_AT] = ACTIONS(4325), + [anon_sym_super_AT] = ACTIONS(4325), + [sym_real_literal] = ACTIONS(4325), + [sym_integer_literal] = ACTIONS(4323), + [sym_hex_literal] = ACTIONS(4325), + [sym_bin_literal] = ACTIONS(4325), + [anon_sym_true] = ACTIONS(4323), + [anon_sym_false] = ACTIONS(4323), + [anon_sym_SQUOTE] = ACTIONS(4325), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4325), + }, + [3480] = { + [sym__alpha_identifier] = ACTIONS(4748), + [anon_sym_AT] = ACTIONS(4751), + [anon_sym_LBRACK] = ACTIONS(4751), + [anon_sym_EQ] = ACTIONS(4751), + [anon_sym_LBRACE] = ACTIONS(4751), + [anon_sym_RBRACE] = ACTIONS(4751), + [anon_sym_LPAREN] = ACTIONS(4751), + [anon_sym_COMMA] = ACTIONS(4751), + [anon_sym_by] = ACTIONS(4748), + [anon_sym_where] = ACTIONS(4748), + [anon_sym_object] = ACTIONS(4748), + [anon_sym_fun] = ACTIONS(4748), + [anon_sym_SEMI] = ACTIONS(4751), + [anon_sym_get] = ACTIONS(4748), + [anon_sym_set] = ACTIONS(4748), + [anon_sym_this] = ACTIONS(4748), + [anon_sym_super] = ACTIONS(4748), + [anon_sym_STAR] = ACTIONS(4751), + [sym_label] = ACTIONS(4748), + [anon_sym_in] = ACTIONS(4748), + [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(4751), + [anon_sym_BANGin] = ACTIONS(4751), + [anon_sym_is] = ACTIONS(4748), + [anon_sym_BANGis] = ACTIONS(4751), + [anon_sym_PLUS] = ACTIONS(4748), + [anon_sym_DASH] = ACTIONS(4748), + [anon_sym_PLUS_PLUS] = ACTIONS(4751), + [anon_sym_DASH_DASH] = ACTIONS(4751), + [anon_sym_BANG] = ACTIONS(4748), + [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_value] = 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(4751), + [anon_sym_continue_AT] = ACTIONS(4751), + [anon_sym_break_AT] = ACTIONS(4751), + [anon_sym_this_AT] = ACTIONS(4751), + [anon_sym_super_AT] = ACTIONS(4751), + [sym_real_literal] = ACTIONS(4751), + [sym_integer_literal] = ACTIONS(4748), + [sym_hex_literal] = ACTIONS(4751), + [sym_bin_literal] = ACTIONS(4751), + [anon_sym_true] = ACTIONS(4748), + [anon_sym_false] = ACTIONS(4748), + [anon_sym_SQUOTE] = ACTIONS(4751), + [sym__backtick_identifier] = ACTIONS(4751), + [sym__automatic_semicolon] = ACTIONS(4751), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4751), + }, [3481] = { - [sym__alpha_identifier] = ACTIONS(5171), - [anon_sym_AT] = ACTIONS(5173), - [anon_sym_LBRACK] = ACTIONS(5173), - [anon_sym_RBRACK] = ACTIONS(5173), - [anon_sym_as] = ACTIONS(5171), - [anon_sym_EQ] = ACTIONS(5171), - [anon_sym_LBRACE] = ACTIONS(5173), - [anon_sym_RBRACE] = ACTIONS(5173), - [anon_sym_LPAREN] = ACTIONS(5173), - [anon_sym_COMMA] = ACTIONS(5173), - [anon_sym_RPAREN] = ACTIONS(5173), - [anon_sym_LT] = ACTIONS(5171), - [anon_sym_GT] = ACTIONS(5171), - [anon_sym_where] = ACTIONS(5171), - [anon_sym_DOT] = ACTIONS(5171), - [anon_sym_SEMI] = ACTIONS(5173), - [anon_sym_get] = ACTIONS(5171), - [anon_sym_set] = ACTIONS(5171), - [anon_sym_STAR] = ACTIONS(5171), - [anon_sym_DASH_GT] = ACTIONS(5173), - [sym_label] = ACTIONS(5173), - [anon_sym_in] = ACTIONS(5171), - [anon_sym_while] = ACTIONS(5171), - [anon_sym_DOT_DOT] = ACTIONS(5173), - [anon_sym_QMARK_COLON] = ACTIONS(5173), - [anon_sym_AMP_AMP] = ACTIONS(5173), - [anon_sym_PIPE_PIPE] = ACTIONS(5173), - [anon_sym_else] = ACTIONS(5171), - [anon_sym_COLON_COLON] = ACTIONS(5173), - [anon_sym_PLUS_EQ] = ACTIONS(5173), - [anon_sym_DASH_EQ] = ACTIONS(5173), - [anon_sym_STAR_EQ] = ACTIONS(5173), - [anon_sym_SLASH_EQ] = ACTIONS(5173), - [anon_sym_PERCENT_EQ] = ACTIONS(5173), - [anon_sym_BANG_EQ] = ACTIONS(5171), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5173), - [anon_sym_EQ_EQ] = ACTIONS(5171), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5173), - [anon_sym_LT_EQ] = ACTIONS(5173), - [anon_sym_GT_EQ] = ACTIONS(5173), - [anon_sym_BANGin] = ACTIONS(5173), - [anon_sym_is] = ACTIONS(5171), - [anon_sym_BANGis] = ACTIONS(5173), - [anon_sym_PLUS] = ACTIONS(5171), - [anon_sym_DASH] = ACTIONS(5171), - [anon_sym_SLASH] = ACTIONS(5171), - [anon_sym_PERCENT] = ACTIONS(5171), - [anon_sym_as_QMARK] = ACTIONS(5173), - [anon_sym_PLUS_PLUS] = ACTIONS(5173), - [anon_sym_DASH_DASH] = ACTIONS(5173), - [anon_sym_BANG_BANG] = ACTIONS(5173), - [anon_sym_suspend] = ACTIONS(5171), - [anon_sym_sealed] = ACTIONS(5171), - [anon_sym_annotation] = ACTIONS(5171), - [anon_sym_data] = ACTIONS(5171), - [anon_sym_inner] = ACTIONS(5171), - [anon_sym_value] = ACTIONS(5171), - [anon_sym_override] = ACTIONS(5171), - [anon_sym_lateinit] = ACTIONS(5171), - [anon_sym_public] = ACTIONS(5171), - [anon_sym_private] = ACTIONS(5171), - [anon_sym_internal] = ACTIONS(5171), - [anon_sym_protected] = ACTIONS(5171), - [anon_sym_tailrec] = ACTIONS(5171), - [anon_sym_operator] = ACTIONS(5171), - [anon_sym_infix] = ACTIONS(5171), - [anon_sym_inline] = ACTIONS(5171), - [anon_sym_external] = ACTIONS(5171), - [sym_property_modifier] = ACTIONS(5171), - [anon_sym_abstract] = ACTIONS(5171), - [anon_sym_final] = ACTIONS(5171), - [anon_sym_open] = ACTIONS(5171), - [anon_sym_vararg] = ACTIONS(5171), - [anon_sym_noinline] = ACTIONS(5171), - [anon_sym_crossinline] = ACTIONS(5171), - [anon_sym_expect] = ACTIONS(5171), - [anon_sym_actual] = ACTIONS(5171), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5173), - [sym_safe_nav] = ACTIONS(5173), + [sym__alpha_identifier] = ACTIONS(4858), + [anon_sym_AT] = ACTIONS(4860), + [anon_sym_LBRACK] = ACTIONS(4860), + [anon_sym_RBRACK] = ACTIONS(4860), + [anon_sym_as] = ACTIONS(4858), + [anon_sym_EQ] = ACTIONS(4858), + [anon_sym_LBRACE] = ACTIONS(4860), + [anon_sym_RBRACE] = ACTIONS(4860), + [anon_sym_LPAREN] = ACTIONS(4860), + [anon_sym_COMMA] = ACTIONS(4860), + [anon_sym_RPAREN] = ACTIONS(4860), + [anon_sym_LT] = ACTIONS(4858), + [anon_sym_GT] = ACTIONS(4858), + [anon_sym_where] = ACTIONS(4858), + [anon_sym_DOT] = ACTIONS(4858), + [anon_sym_SEMI] = ACTIONS(4860), + [anon_sym_get] = ACTIONS(4858), + [anon_sym_set] = ACTIONS(4858), + [anon_sym_STAR] = ACTIONS(4858), + [anon_sym_DASH_GT] = ACTIONS(4860), + [sym_label] = ACTIONS(4860), + [anon_sym_in] = ACTIONS(4858), + [anon_sym_while] = ACTIONS(4858), + [anon_sym_DOT_DOT] = ACTIONS(4860), + [anon_sym_QMARK_COLON] = ACTIONS(4860), + [anon_sym_AMP_AMP] = ACTIONS(4860), + [anon_sym_PIPE_PIPE] = ACTIONS(4860), + [anon_sym_else] = ACTIONS(4858), + [anon_sym_COLON_COLON] = ACTIONS(4860), + [anon_sym_PLUS_EQ] = ACTIONS(4860), + [anon_sym_DASH_EQ] = ACTIONS(4860), + [anon_sym_STAR_EQ] = ACTIONS(4860), + [anon_sym_SLASH_EQ] = ACTIONS(4860), + [anon_sym_PERCENT_EQ] = ACTIONS(4860), + [anon_sym_BANG_EQ] = ACTIONS(4858), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4860), + [anon_sym_EQ_EQ] = ACTIONS(4858), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4860), + [anon_sym_LT_EQ] = ACTIONS(4860), + [anon_sym_GT_EQ] = ACTIONS(4860), + [anon_sym_BANGin] = ACTIONS(4860), + [anon_sym_is] = ACTIONS(4858), + [anon_sym_BANGis] = ACTIONS(4860), + [anon_sym_PLUS] = ACTIONS(4858), + [anon_sym_DASH] = ACTIONS(4858), + [anon_sym_SLASH] = ACTIONS(4858), + [anon_sym_PERCENT] = ACTIONS(4858), + [anon_sym_as_QMARK] = ACTIONS(4860), + [anon_sym_PLUS_PLUS] = ACTIONS(4860), + [anon_sym_DASH_DASH] = ACTIONS(4860), + [anon_sym_BANG_BANG] = ACTIONS(4860), + [anon_sym_suspend] = ACTIONS(4858), + [anon_sym_sealed] = ACTIONS(4858), + [anon_sym_annotation] = ACTIONS(4858), + [anon_sym_data] = ACTIONS(4858), + [anon_sym_inner] = ACTIONS(4858), + [anon_sym_value] = ACTIONS(4858), + [anon_sym_override] = ACTIONS(4858), + [anon_sym_lateinit] = ACTIONS(4858), + [anon_sym_public] = ACTIONS(4858), + [anon_sym_private] = ACTIONS(4858), + [anon_sym_internal] = ACTIONS(4858), + [anon_sym_protected] = ACTIONS(4858), + [anon_sym_tailrec] = ACTIONS(4858), + [anon_sym_operator] = ACTIONS(4858), + [anon_sym_infix] = ACTIONS(4858), + [anon_sym_inline] = ACTIONS(4858), + [anon_sym_external] = ACTIONS(4858), + [sym_property_modifier] = ACTIONS(4858), + [anon_sym_abstract] = ACTIONS(4858), + [anon_sym_final] = ACTIONS(4858), + [anon_sym_open] = ACTIONS(4858), + [anon_sym_vararg] = ACTIONS(4858), + [anon_sym_noinline] = ACTIONS(4858), + [anon_sym_crossinline] = ACTIONS(4858), + [anon_sym_expect] = ACTIONS(4858), + [anon_sym_actual] = ACTIONS(4858), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4860), + [sym_safe_nav] = ACTIONS(4860), [sym_multiline_comment] = ACTIONS(3), }, [3482] = { - [sym__alpha_identifier] = ACTIONS(4782), - [anon_sym_AT] = ACTIONS(4784), - [anon_sym_LBRACK] = ACTIONS(4784), - [anon_sym_RBRACK] = ACTIONS(4784), - [anon_sym_as] = ACTIONS(4782), - [anon_sym_EQ] = ACTIONS(4782), - [anon_sym_LBRACE] = ACTIONS(4784), - [anon_sym_RBRACE] = ACTIONS(4784), - [anon_sym_LPAREN] = ACTIONS(4784), - [anon_sym_COMMA] = ACTIONS(4784), - [anon_sym_RPAREN] = ACTIONS(4784), - [anon_sym_LT] = ACTIONS(4782), - [anon_sym_GT] = ACTIONS(4782), - [anon_sym_where] = ACTIONS(4782), - [anon_sym_DOT] = ACTIONS(4782), - [anon_sym_SEMI] = ACTIONS(4784), - [anon_sym_get] = ACTIONS(4782), - [anon_sym_set] = ACTIONS(4782), - [anon_sym_STAR] = ACTIONS(4782), - [anon_sym_DASH_GT] = ACTIONS(4784), - [sym_label] = ACTIONS(4784), - [anon_sym_in] = ACTIONS(4782), - [anon_sym_while] = ACTIONS(4782), - [anon_sym_DOT_DOT] = ACTIONS(4784), - [anon_sym_QMARK_COLON] = ACTIONS(4784), - [anon_sym_AMP_AMP] = ACTIONS(4784), - [anon_sym_PIPE_PIPE] = ACTIONS(4784), - [anon_sym_else] = ACTIONS(4782), - [anon_sym_COLON_COLON] = ACTIONS(4784), - [anon_sym_PLUS_EQ] = ACTIONS(4784), - [anon_sym_DASH_EQ] = ACTIONS(4784), - [anon_sym_STAR_EQ] = ACTIONS(4784), - [anon_sym_SLASH_EQ] = ACTIONS(4784), - [anon_sym_PERCENT_EQ] = ACTIONS(4784), - [anon_sym_BANG_EQ] = ACTIONS(4782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4784), - [anon_sym_EQ_EQ] = ACTIONS(4782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4784), - [anon_sym_LT_EQ] = ACTIONS(4784), - [anon_sym_GT_EQ] = ACTIONS(4784), - [anon_sym_BANGin] = ACTIONS(4784), - [anon_sym_is] = ACTIONS(4782), - [anon_sym_BANGis] = ACTIONS(4784), - [anon_sym_PLUS] = ACTIONS(4782), - [anon_sym_DASH] = ACTIONS(4782), - [anon_sym_SLASH] = ACTIONS(4782), - [anon_sym_PERCENT] = ACTIONS(4782), - [anon_sym_as_QMARK] = ACTIONS(4784), - [anon_sym_PLUS_PLUS] = ACTIONS(4784), - [anon_sym_DASH_DASH] = ACTIONS(4784), - [anon_sym_BANG_BANG] = ACTIONS(4784), - [anon_sym_suspend] = ACTIONS(4782), - [anon_sym_sealed] = ACTIONS(4782), - [anon_sym_annotation] = ACTIONS(4782), - [anon_sym_data] = ACTIONS(4782), - [anon_sym_inner] = ACTIONS(4782), - [anon_sym_value] = ACTIONS(4782), - [anon_sym_override] = ACTIONS(4782), - [anon_sym_lateinit] = ACTIONS(4782), - [anon_sym_public] = ACTIONS(4782), - [anon_sym_private] = ACTIONS(4782), - [anon_sym_internal] = ACTIONS(4782), - [anon_sym_protected] = ACTIONS(4782), - [anon_sym_tailrec] = ACTIONS(4782), - [anon_sym_operator] = ACTIONS(4782), - [anon_sym_infix] = ACTIONS(4782), - [anon_sym_inline] = ACTIONS(4782), - [anon_sym_external] = ACTIONS(4782), - [sym_property_modifier] = ACTIONS(4782), - [anon_sym_abstract] = ACTIONS(4782), - [anon_sym_final] = ACTIONS(4782), - [anon_sym_open] = ACTIONS(4782), - [anon_sym_vararg] = ACTIONS(4782), - [anon_sym_noinline] = ACTIONS(4782), - [anon_sym_crossinline] = ACTIONS(4782), - [anon_sym_expect] = ACTIONS(4782), - [anon_sym_actual] = ACTIONS(4782), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4784), - [sym_safe_nav] = ACTIONS(4784), + [sym__alpha_identifier] = ACTIONS(4692), + [anon_sym_AT] = ACTIONS(4694), + [anon_sym_LBRACK] = ACTIONS(4694), + [anon_sym_RBRACK] = ACTIONS(4694), + [anon_sym_as] = ACTIONS(4692), + [anon_sym_EQ] = ACTIONS(4692), + [anon_sym_LBRACE] = ACTIONS(4694), + [anon_sym_RBRACE] = ACTIONS(4694), + [anon_sym_LPAREN] = ACTIONS(4694), + [anon_sym_COMMA] = ACTIONS(4694), + [anon_sym_RPAREN] = ACTIONS(4694), + [anon_sym_LT] = ACTIONS(4692), + [anon_sym_GT] = ACTIONS(4692), + [anon_sym_where] = ACTIONS(4692), + [anon_sym_DOT] = ACTIONS(4692), + [anon_sym_SEMI] = ACTIONS(4694), + [anon_sym_get] = ACTIONS(4692), + [anon_sym_set] = ACTIONS(4692), + [anon_sym_STAR] = ACTIONS(4692), + [anon_sym_DASH_GT] = ACTIONS(4694), + [sym_label] = ACTIONS(4694), + [anon_sym_in] = ACTIONS(4692), + [anon_sym_while] = ACTIONS(4692), + [anon_sym_DOT_DOT] = ACTIONS(4694), + [anon_sym_QMARK_COLON] = ACTIONS(4694), + [anon_sym_AMP_AMP] = ACTIONS(4694), + [anon_sym_PIPE_PIPE] = ACTIONS(4694), + [anon_sym_else] = ACTIONS(4692), + [anon_sym_COLON_COLON] = ACTIONS(4694), + [anon_sym_PLUS_EQ] = ACTIONS(4694), + [anon_sym_DASH_EQ] = ACTIONS(4694), + [anon_sym_STAR_EQ] = ACTIONS(4694), + [anon_sym_SLASH_EQ] = ACTIONS(4694), + [anon_sym_PERCENT_EQ] = ACTIONS(4694), + [anon_sym_BANG_EQ] = ACTIONS(4692), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4694), + [anon_sym_EQ_EQ] = ACTIONS(4692), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4694), + [anon_sym_LT_EQ] = ACTIONS(4694), + [anon_sym_GT_EQ] = ACTIONS(4694), + [anon_sym_BANGin] = ACTIONS(4694), + [anon_sym_is] = ACTIONS(4692), + [anon_sym_BANGis] = ACTIONS(4694), + [anon_sym_PLUS] = ACTIONS(4692), + [anon_sym_DASH] = ACTIONS(4692), + [anon_sym_SLASH] = ACTIONS(4692), + [anon_sym_PERCENT] = ACTIONS(4692), + [anon_sym_as_QMARK] = ACTIONS(4694), + [anon_sym_PLUS_PLUS] = ACTIONS(4694), + [anon_sym_DASH_DASH] = ACTIONS(4694), + [anon_sym_BANG_BANG] = ACTIONS(4694), + [anon_sym_suspend] = ACTIONS(4692), + [anon_sym_sealed] = ACTIONS(4692), + [anon_sym_annotation] = ACTIONS(4692), + [anon_sym_data] = ACTIONS(4692), + [anon_sym_inner] = ACTIONS(4692), + [anon_sym_value] = ACTIONS(4692), + [anon_sym_override] = ACTIONS(4692), + [anon_sym_lateinit] = ACTIONS(4692), + [anon_sym_public] = ACTIONS(4692), + [anon_sym_private] = ACTIONS(4692), + [anon_sym_internal] = ACTIONS(4692), + [anon_sym_protected] = ACTIONS(4692), + [anon_sym_tailrec] = ACTIONS(4692), + [anon_sym_operator] = ACTIONS(4692), + [anon_sym_infix] = ACTIONS(4692), + [anon_sym_inline] = ACTIONS(4692), + [anon_sym_external] = ACTIONS(4692), + [sym_property_modifier] = ACTIONS(4692), + [anon_sym_abstract] = ACTIONS(4692), + [anon_sym_final] = ACTIONS(4692), + [anon_sym_open] = ACTIONS(4692), + [anon_sym_vararg] = ACTIONS(4692), + [anon_sym_noinline] = ACTIONS(4692), + [anon_sym_crossinline] = ACTIONS(4692), + [anon_sym_expect] = ACTIONS(4692), + [anon_sym_actual] = ACTIONS(4692), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4694), + [sym_safe_nav] = ACTIONS(4694), [sym_multiline_comment] = ACTIONS(3), }, [3483] = { - [sym__alpha_identifier] = ACTIONS(5121), - [anon_sym_AT] = ACTIONS(5123), - [anon_sym_LBRACK] = ACTIONS(5123), - [anon_sym_RBRACK] = ACTIONS(5123), - [anon_sym_as] = ACTIONS(5121), - [anon_sym_EQ] = ACTIONS(5121), - [anon_sym_LBRACE] = ACTIONS(5123), - [anon_sym_RBRACE] = ACTIONS(5123), - [anon_sym_LPAREN] = ACTIONS(5123), - [anon_sym_COMMA] = ACTIONS(5123), - [anon_sym_RPAREN] = ACTIONS(5123), - [anon_sym_LT] = ACTIONS(5121), - [anon_sym_GT] = ACTIONS(5121), - [anon_sym_where] = ACTIONS(5121), - [anon_sym_DOT] = ACTIONS(5121), - [anon_sym_SEMI] = ACTIONS(5123), - [anon_sym_get] = ACTIONS(5121), - [anon_sym_set] = ACTIONS(5121), - [anon_sym_STAR] = ACTIONS(5121), - [anon_sym_DASH_GT] = ACTIONS(5123), - [sym_label] = ACTIONS(5123), - [anon_sym_in] = ACTIONS(5121), - [anon_sym_while] = ACTIONS(5121), - [anon_sym_DOT_DOT] = ACTIONS(5123), - [anon_sym_QMARK_COLON] = ACTIONS(5123), - [anon_sym_AMP_AMP] = ACTIONS(5123), - [anon_sym_PIPE_PIPE] = ACTIONS(5123), - [anon_sym_else] = ACTIONS(5121), - [anon_sym_COLON_COLON] = ACTIONS(5123), - [anon_sym_PLUS_EQ] = ACTIONS(5123), - [anon_sym_DASH_EQ] = ACTIONS(5123), - [anon_sym_STAR_EQ] = ACTIONS(5123), - [anon_sym_SLASH_EQ] = ACTIONS(5123), - [anon_sym_PERCENT_EQ] = ACTIONS(5123), - [anon_sym_BANG_EQ] = ACTIONS(5121), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5123), - [anon_sym_EQ_EQ] = ACTIONS(5121), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5123), - [anon_sym_LT_EQ] = ACTIONS(5123), - [anon_sym_GT_EQ] = ACTIONS(5123), - [anon_sym_BANGin] = ACTIONS(5123), - [anon_sym_is] = ACTIONS(5121), - [anon_sym_BANGis] = ACTIONS(5123), - [anon_sym_PLUS] = ACTIONS(5121), - [anon_sym_DASH] = ACTIONS(5121), - [anon_sym_SLASH] = ACTIONS(5121), - [anon_sym_PERCENT] = ACTIONS(5121), - [anon_sym_as_QMARK] = ACTIONS(5123), - [anon_sym_PLUS_PLUS] = ACTIONS(5123), - [anon_sym_DASH_DASH] = ACTIONS(5123), - [anon_sym_BANG_BANG] = ACTIONS(5123), - [anon_sym_suspend] = ACTIONS(5121), - [anon_sym_sealed] = ACTIONS(5121), - [anon_sym_annotation] = ACTIONS(5121), - [anon_sym_data] = ACTIONS(5121), - [anon_sym_inner] = ACTIONS(5121), - [anon_sym_value] = ACTIONS(5121), - [anon_sym_override] = ACTIONS(5121), - [anon_sym_lateinit] = ACTIONS(5121), - [anon_sym_public] = ACTIONS(5121), - [anon_sym_private] = ACTIONS(5121), - [anon_sym_internal] = ACTIONS(5121), - [anon_sym_protected] = ACTIONS(5121), - [anon_sym_tailrec] = ACTIONS(5121), - [anon_sym_operator] = ACTIONS(5121), - [anon_sym_infix] = ACTIONS(5121), - [anon_sym_inline] = ACTIONS(5121), - [anon_sym_external] = ACTIONS(5121), - [sym_property_modifier] = ACTIONS(5121), - [anon_sym_abstract] = ACTIONS(5121), - [anon_sym_final] = ACTIONS(5121), - [anon_sym_open] = ACTIONS(5121), - [anon_sym_vararg] = ACTIONS(5121), - [anon_sym_noinline] = ACTIONS(5121), - [anon_sym_crossinline] = ACTIONS(5121), - [anon_sym_expect] = ACTIONS(5121), - [anon_sym_actual] = ACTIONS(5121), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5123), - [sym_safe_nav] = ACTIONS(5123), + [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_value] = 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), }, [3484] = { - [sym__alpha_identifier] = ACTIONS(4571), - [anon_sym_AT] = ACTIONS(4573), - [anon_sym_LBRACK] = ACTIONS(4573), - [anon_sym_EQ] = ACTIONS(4573), - [anon_sym_LBRACE] = ACTIONS(4573), - [anon_sym_RBRACE] = ACTIONS(4573), - [anon_sym_LPAREN] = ACTIONS(4573), - [anon_sym_COMMA] = ACTIONS(4573), - [anon_sym_by] = ACTIONS(4571), - [anon_sym_where] = ACTIONS(4571), - [anon_sym_object] = ACTIONS(4571), - [anon_sym_fun] = ACTIONS(4571), - [anon_sym_SEMI] = ACTIONS(4573), - [anon_sym_get] = ACTIONS(4571), - [anon_sym_set] = ACTIONS(4571), - [anon_sym_this] = ACTIONS(4571), - [anon_sym_super] = ACTIONS(4571), - [anon_sym_STAR] = ACTIONS(4573), - [sym_label] = ACTIONS(4571), - [anon_sym_in] = ACTIONS(4571), - [anon_sym_null] = ACTIONS(4571), - [anon_sym_if] = ACTIONS(4571), - [anon_sym_else] = ACTIONS(4571), - [anon_sym_when] = ACTIONS(4571), - [anon_sym_try] = ACTIONS(4571), - [anon_sym_throw] = ACTIONS(4571), - [anon_sym_return] = ACTIONS(4571), - [anon_sym_continue] = ACTIONS(4571), - [anon_sym_break] = ACTIONS(4571), - [anon_sym_COLON_COLON] = ACTIONS(4573), - [anon_sym_BANGin] = ACTIONS(4573), - [anon_sym_is] = ACTIONS(4571), - [anon_sym_BANGis] = ACTIONS(4573), - [anon_sym_PLUS] = ACTIONS(4571), - [anon_sym_DASH] = ACTIONS(4571), - [anon_sym_PLUS_PLUS] = ACTIONS(4573), - [anon_sym_DASH_DASH] = ACTIONS(4573), - [anon_sym_BANG] = ACTIONS(4571), - [anon_sym_suspend] = ACTIONS(4571), - [anon_sym_sealed] = ACTIONS(4571), - [anon_sym_annotation] = ACTIONS(4571), - [anon_sym_data] = ACTIONS(4571), - [anon_sym_inner] = ACTIONS(4571), - [anon_sym_value] = ACTIONS(4571), - [anon_sym_override] = ACTIONS(4571), - [anon_sym_lateinit] = ACTIONS(4571), - [anon_sym_public] = ACTIONS(4571), - [anon_sym_private] = ACTIONS(4571), - [anon_sym_internal] = ACTIONS(4571), - [anon_sym_protected] = ACTIONS(4571), - [anon_sym_tailrec] = ACTIONS(4571), - [anon_sym_operator] = ACTIONS(4571), - [anon_sym_infix] = ACTIONS(4571), - [anon_sym_inline] = ACTIONS(4571), - [anon_sym_external] = ACTIONS(4571), - [sym_property_modifier] = ACTIONS(4571), - [anon_sym_abstract] = ACTIONS(4571), - [anon_sym_final] = ACTIONS(4571), - [anon_sym_open] = ACTIONS(4571), - [anon_sym_vararg] = ACTIONS(4571), - [anon_sym_noinline] = ACTIONS(4571), - [anon_sym_crossinline] = ACTIONS(4571), - [anon_sym_expect] = ACTIONS(4571), - [anon_sym_actual] = ACTIONS(4571), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4573), - [anon_sym_continue_AT] = ACTIONS(4573), - [anon_sym_break_AT] = ACTIONS(4573), - [anon_sym_this_AT] = ACTIONS(4573), - [anon_sym_super_AT] = ACTIONS(4573), - [sym_real_literal] = ACTIONS(4573), - [sym_integer_literal] = ACTIONS(4571), - [sym_hex_literal] = ACTIONS(4573), - [sym_bin_literal] = ACTIONS(4573), - [anon_sym_true] = ACTIONS(4571), - [anon_sym_false] = ACTIONS(4571), - [anon_sym_SQUOTE] = ACTIONS(4573), - [sym__backtick_identifier] = ACTIONS(4573), - [sym__automatic_semicolon] = ACTIONS(4573), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4573), - }, - [3485] = { - [sym__alpha_identifier] = ACTIONS(4028), - [anon_sym_AT] = ACTIONS(4030), - [anon_sym_LBRACK] = ACTIONS(4030), - [anon_sym_RBRACK] = ACTIONS(4030), - [anon_sym_as] = ACTIONS(4028), - [anon_sym_EQ] = ACTIONS(4028), - [anon_sym_LBRACE] = ACTIONS(4030), - [anon_sym_RBRACE] = ACTIONS(4030), - [anon_sym_LPAREN] = ACTIONS(4030), - [anon_sym_COMMA] = ACTIONS(4030), - [anon_sym_RPAREN] = ACTIONS(4030), - [anon_sym_LT] = ACTIONS(4028), - [anon_sym_GT] = ACTIONS(4028), - [anon_sym_where] = ACTIONS(4028), - [anon_sym_DOT] = ACTIONS(4028), - [anon_sym_SEMI] = ACTIONS(4030), - [anon_sym_get] = ACTIONS(4028), - [anon_sym_set] = ACTIONS(4028), - [anon_sym_STAR] = ACTIONS(4028), - [anon_sym_DASH_GT] = ACTIONS(4030), - [sym_label] = ACTIONS(4030), - [anon_sym_in] = ACTIONS(4028), - [anon_sym_while] = ACTIONS(4028), - [anon_sym_DOT_DOT] = ACTIONS(4030), - [anon_sym_QMARK_COLON] = ACTIONS(4030), - [anon_sym_AMP_AMP] = ACTIONS(4030), - [anon_sym_PIPE_PIPE] = ACTIONS(4030), - [anon_sym_else] = ACTIONS(4028), - [anon_sym_COLON_COLON] = ACTIONS(4030), - [anon_sym_PLUS_EQ] = ACTIONS(4030), - [anon_sym_DASH_EQ] = ACTIONS(4030), - [anon_sym_STAR_EQ] = ACTIONS(4030), - [anon_sym_SLASH_EQ] = ACTIONS(4030), - [anon_sym_PERCENT_EQ] = ACTIONS(4030), - [anon_sym_BANG_EQ] = ACTIONS(4028), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4030), - [anon_sym_EQ_EQ] = ACTIONS(4028), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4030), - [anon_sym_LT_EQ] = ACTIONS(4030), - [anon_sym_GT_EQ] = ACTIONS(4030), - [anon_sym_BANGin] = ACTIONS(4030), - [anon_sym_is] = ACTIONS(4028), - [anon_sym_BANGis] = ACTIONS(4030), - [anon_sym_PLUS] = ACTIONS(4028), - [anon_sym_DASH] = ACTIONS(4028), - [anon_sym_SLASH] = ACTIONS(4028), - [anon_sym_PERCENT] = ACTIONS(4028), - [anon_sym_as_QMARK] = ACTIONS(4030), - [anon_sym_PLUS_PLUS] = ACTIONS(4030), - [anon_sym_DASH_DASH] = ACTIONS(4030), - [anon_sym_BANG_BANG] = ACTIONS(4030), - [anon_sym_suspend] = ACTIONS(4028), - [anon_sym_sealed] = ACTIONS(4028), - [anon_sym_annotation] = ACTIONS(4028), - [anon_sym_data] = ACTIONS(4028), - [anon_sym_inner] = ACTIONS(4028), - [anon_sym_value] = ACTIONS(4028), - [anon_sym_override] = ACTIONS(4028), - [anon_sym_lateinit] = ACTIONS(4028), - [anon_sym_public] = ACTIONS(4028), - [anon_sym_private] = ACTIONS(4028), - [anon_sym_internal] = ACTIONS(4028), - [anon_sym_protected] = ACTIONS(4028), - [anon_sym_tailrec] = ACTIONS(4028), - [anon_sym_operator] = ACTIONS(4028), - [anon_sym_infix] = ACTIONS(4028), - [anon_sym_inline] = ACTIONS(4028), - [anon_sym_external] = ACTIONS(4028), - [sym_property_modifier] = ACTIONS(4028), - [anon_sym_abstract] = ACTIONS(4028), - [anon_sym_final] = ACTIONS(4028), - [anon_sym_open] = ACTIONS(4028), - [anon_sym_vararg] = ACTIONS(4028), - [anon_sym_noinline] = ACTIONS(4028), - [anon_sym_crossinline] = ACTIONS(4028), - [anon_sym_expect] = ACTIONS(4028), - [anon_sym_actual] = ACTIONS(4028), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4030), - [sym_safe_nav] = ACTIONS(4030), - [sym_multiline_comment] = ACTIONS(3), - }, - [3486] = { - [sym__alpha_identifier] = ACTIONS(4678), - [anon_sym_AT] = ACTIONS(4681), - [anon_sym_LBRACK] = ACTIONS(4681), - [anon_sym_EQ] = ACTIONS(4681), - [anon_sym_LBRACE] = ACTIONS(4681), - [anon_sym_RBRACE] = ACTIONS(4681), - [anon_sym_LPAREN] = ACTIONS(4681), - [anon_sym_COMMA] = ACTIONS(4681), - [anon_sym_by] = ACTIONS(4678), - [anon_sym_where] = ACTIONS(4678), - [anon_sym_object] = ACTIONS(4678), - [anon_sym_fun] = ACTIONS(4678), - [anon_sym_SEMI] = ACTIONS(4681), - [anon_sym_get] = ACTIONS(4678), - [anon_sym_set] = ACTIONS(4678), - [anon_sym_this] = ACTIONS(4678), - [anon_sym_super] = ACTIONS(4678), - [anon_sym_STAR] = ACTIONS(4681), - [sym_label] = ACTIONS(4678), - [anon_sym_in] = ACTIONS(4678), - [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(4681), - [anon_sym_BANGin] = ACTIONS(4681), - [anon_sym_is] = ACTIONS(4678), - [anon_sym_BANGis] = ACTIONS(4681), - [anon_sym_PLUS] = ACTIONS(4678), - [anon_sym_DASH] = ACTIONS(4678), - [anon_sym_PLUS_PLUS] = ACTIONS(4681), - [anon_sym_DASH_DASH] = ACTIONS(4681), - [anon_sym_BANG] = ACTIONS(4678), - [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_value] = 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(4681), - [anon_sym_continue_AT] = ACTIONS(4681), - [anon_sym_break_AT] = ACTIONS(4681), - [anon_sym_this_AT] = ACTIONS(4681), - [anon_sym_super_AT] = ACTIONS(4681), - [sym_real_literal] = ACTIONS(4681), - [sym_integer_literal] = ACTIONS(4678), - [sym_hex_literal] = ACTIONS(4681), - [sym_bin_literal] = ACTIONS(4681), - [anon_sym_true] = ACTIONS(4678), - [anon_sym_false] = ACTIONS(4678), - [anon_sym_SQUOTE] = ACTIONS(4681), - [sym__backtick_identifier] = ACTIONS(4681), - [sym__automatic_semicolon] = ACTIONS(4681), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4681), - }, - [3487] = { [sym__alpha_identifier] = ACTIONS(123), [anon_sym_AT] = ACTIONS(121), [anon_sym_LBRACK] = ACTIONS(121), @@ -403080,847 +402795,598 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_abstract] = ACTIONS(123), [anon_sym_final] = ACTIONS(123), [anon_sym_open] = ACTIONS(123), - [anon_sym_vararg] = ACTIONS(123), - [anon_sym_noinline] = ACTIONS(123), - [anon_sym_crossinline] = ACTIONS(123), - [anon_sym_expect] = ACTIONS(123), - [anon_sym_actual] = ACTIONS(123), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(121), - [sym_safe_nav] = ACTIONS(121), - [sym_multiline_comment] = ACTIONS(3), - }, - [3488] = { - [sym__alpha_identifier] = ACTIONS(4774), - [anon_sym_AT] = ACTIONS(4776), - [anon_sym_LBRACK] = ACTIONS(4776), - [anon_sym_RBRACK] = ACTIONS(4776), - [anon_sym_as] = ACTIONS(4774), - [anon_sym_EQ] = ACTIONS(4774), - [anon_sym_LBRACE] = ACTIONS(4776), - [anon_sym_RBRACE] = ACTIONS(4776), - [anon_sym_LPAREN] = ACTIONS(4776), - [anon_sym_COMMA] = ACTIONS(4776), - [anon_sym_RPAREN] = ACTIONS(4776), - [anon_sym_LT] = ACTIONS(4774), - [anon_sym_GT] = ACTIONS(4774), - [anon_sym_where] = ACTIONS(4774), - [anon_sym_DOT] = ACTIONS(4774), - [anon_sym_SEMI] = ACTIONS(4776), - [anon_sym_get] = ACTIONS(4774), - [anon_sym_set] = ACTIONS(4774), - [anon_sym_STAR] = ACTIONS(4774), - [anon_sym_DASH_GT] = ACTIONS(4776), - [sym_label] = ACTIONS(4776), - [anon_sym_in] = ACTIONS(4774), - [anon_sym_while] = ACTIONS(4774), - [anon_sym_DOT_DOT] = ACTIONS(4776), - [anon_sym_QMARK_COLON] = ACTIONS(4776), - [anon_sym_AMP_AMP] = ACTIONS(4776), - [anon_sym_PIPE_PIPE] = ACTIONS(4776), - [anon_sym_else] = ACTIONS(4774), - [anon_sym_COLON_COLON] = ACTIONS(4776), - [anon_sym_PLUS_EQ] = ACTIONS(4776), - [anon_sym_DASH_EQ] = ACTIONS(4776), - [anon_sym_STAR_EQ] = ACTIONS(4776), - [anon_sym_SLASH_EQ] = ACTIONS(4776), - [anon_sym_PERCENT_EQ] = ACTIONS(4776), - [anon_sym_BANG_EQ] = ACTIONS(4774), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4776), - [anon_sym_EQ_EQ] = ACTIONS(4774), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4776), - [anon_sym_LT_EQ] = ACTIONS(4776), - [anon_sym_GT_EQ] = ACTIONS(4776), - [anon_sym_BANGin] = ACTIONS(4776), - [anon_sym_is] = ACTIONS(4774), - [anon_sym_BANGis] = ACTIONS(4776), - [anon_sym_PLUS] = ACTIONS(4774), - [anon_sym_DASH] = ACTIONS(4774), - [anon_sym_SLASH] = ACTIONS(4774), - [anon_sym_PERCENT] = ACTIONS(4774), - [anon_sym_as_QMARK] = ACTIONS(4776), - [anon_sym_PLUS_PLUS] = ACTIONS(4776), - [anon_sym_DASH_DASH] = ACTIONS(4776), - [anon_sym_BANG_BANG] = ACTIONS(4776), - [anon_sym_suspend] = ACTIONS(4774), - [anon_sym_sealed] = ACTIONS(4774), - [anon_sym_annotation] = ACTIONS(4774), - [anon_sym_data] = ACTIONS(4774), - [anon_sym_inner] = ACTIONS(4774), - [anon_sym_value] = ACTIONS(4774), - [anon_sym_override] = ACTIONS(4774), - [anon_sym_lateinit] = ACTIONS(4774), - [anon_sym_public] = ACTIONS(4774), - [anon_sym_private] = ACTIONS(4774), - [anon_sym_internal] = ACTIONS(4774), - [anon_sym_protected] = ACTIONS(4774), - [anon_sym_tailrec] = ACTIONS(4774), - [anon_sym_operator] = ACTIONS(4774), - [anon_sym_infix] = ACTIONS(4774), - [anon_sym_inline] = ACTIONS(4774), - [anon_sym_external] = ACTIONS(4774), - [sym_property_modifier] = ACTIONS(4774), - [anon_sym_abstract] = ACTIONS(4774), - [anon_sym_final] = ACTIONS(4774), - [anon_sym_open] = ACTIONS(4774), - [anon_sym_vararg] = ACTIONS(4774), - [anon_sym_noinline] = ACTIONS(4774), - [anon_sym_crossinline] = ACTIONS(4774), - [anon_sym_expect] = ACTIONS(4774), - [anon_sym_actual] = ACTIONS(4774), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4776), - [sym_safe_nav] = ACTIONS(4776), - [sym_multiline_comment] = ACTIONS(3), - }, - [3489] = { - [sym__alpha_identifier] = ACTIONS(4786), - [anon_sym_AT] = ACTIONS(4788), - [anon_sym_LBRACK] = ACTIONS(4788), - [anon_sym_RBRACK] = ACTIONS(4788), - [anon_sym_as] = ACTIONS(4786), - [anon_sym_EQ] = ACTIONS(4786), - [anon_sym_LBRACE] = ACTIONS(4788), - [anon_sym_RBRACE] = ACTIONS(4788), - [anon_sym_LPAREN] = ACTIONS(4788), - [anon_sym_COMMA] = ACTIONS(4788), - [anon_sym_RPAREN] = ACTIONS(4788), - [anon_sym_LT] = ACTIONS(4786), - [anon_sym_GT] = ACTIONS(4786), - [anon_sym_where] = ACTIONS(4786), - [anon_sym_DOT] = ACTIONS(4786), - [anon_sym_SEMI] = ACTIONS(4788), - [anon_sym_get] = ACTIONS(4786), - [anon_sym_set] = ACTIONS(4786), - [anon_sym_STAR] = ACTIONS(4786), - [anon_sym_DASH_GT] = ACTIONS(4788), - [sym_label] = ACTIONS(4788), - [anon_sym_in] = ACTIONS(4786), - [anon_sym_while] = ACTIONS(4786), - [anon_sym_DOT_DOT] = ACTIONS(4788), - [anon_sym_QMARK_COLON] = ACTIONS(4788), - [anon_sym_AMP_AMP] = ACTIONS(4788), - [anon_sym_PIPE_PIPE] = ACTIONS(4788), - [anon_sym_else] = ACTIONS(4786), - [anon_sym_COLON_COLON] = ACTIONS(4788), - [anon_sym_PLUS_EQ] = ACTIONS(4788), - [anon_sym_DASH_EQ] = ACTIONS(4788), - [anon_sym_STAR_EQ] = ACTIONS(4788), - [anon_sym_SLASH_EQ] = ACTIONS(4788), - [anon_sym_PERCENT_EQ] = ACTIONS(4788), - [anon_sym_BANG_EQ] = ACTIONS(4786), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4788), - [anon_sym_EQ_EQ] = ACTIONS(4786), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4788), - [anon_sym_LT_EQ] = ACTIONS(4788), - [anon_sym_GT_EQ] = ACTIONS(4788), - [anon_sym_BANGin] = ACTIONS(4788), - [anon_sym_is] = ACTIONS(4786), - [anon_sym_BANGis] = ACTIONS(4788), - [anon_sym_PLUS] = ACTIONS(4786), - [anon_sym_DASH] = ACTIONS(4786), - [anon_sym_SLASH] = ACTIONS(4786), - [anon_sym_PERCENT] = ACTIONS(4786), - [anon_sym_as_QMARK] = ACTIONS(4788), - [anon_sym_PLUS_PLUS] = ACTIONS(4788), - [anon_sym_DASH_DASH] = ACTIONS(4788), - [anon_sym_BANG_BANG] = ACTIONS(4788), - [anon_sym_suspend] = ACTIONS(4786), - [anon_sym_sealed] = ACTIONS(4786), - [anon_sym_annotation] = ACTIONS(4786), - [anon_sym_data] = ACTIONS(4786), - [anon_sym_inner] = ACTIONS(4786), - [anon_sym_value] = ACTIONS(4786), - [anon_sym_override] = ACTIONS(4786), - [anon_sym_lateinit] = ACTIONS(4786), - [anon_sym_public] = ACTIONS(4786), - [anon_sym_private] = ACTIONS(4786), - [anon_sym_internal] = ACTIONS(4786), - [anon_sym_protected] = ACTIONS(4786), - [anon_sym_tailrec] = ACTIONS(4786), - [anon_sym_operator] = ACTIONS(4786), - [anon_sym_infix] = ACTIONS(4786), - [anon_sym_inline] = ACTIONS(4786), - [anon_sym_external] = ACTIONS(4786), - [sym_property_modifier] = ACTIONS(4786), - [anon_sym_abstract] = ACTIONS(4786), - [anon_sym_final] = ACTIONS(4786), - [anon_sym_open] = ACTIONS(4786), - [anon_sym_vararg] = ACTIONS(4786), - [anon_sym_noinline] = ACTIONS(4786), - [anon_sym_crossinline] = ACTIONS(4786), - [anon_sym_expect] = ACTIONS(4786), - [anon_sym_actual] = ACTIONS(4786), + [anon_sym_vararg] = ACTIONS(123), + [anon_sym_noinline] = ACTIONS(123), + [anon_sym_crossinline] = ACTIONS(123), + [anon_sym_expect] = ACTIONS(123), + [anon_sym_actual] = ACTIONS(123), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4788), - [sym_safe_nav] = ACTIONS(4788), - [sym_multiline_comment] = ACTIONS(3), - }, - [3490] = { - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_RBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(4183), - [anon_sym_LBRACE] = ACTIONS(4185), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_RPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [anon_sym_DASH_GT] = ACTIONS(4185), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_while] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), + [sym__backtick_identifier] = ACTIONS(121), + [sym_safe_nav] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), }, - [3491] = { - [sym__alpha_identifier] = ACTIONS(4094), - [anon_sym_AT] = ACTIONS(4096), - [anon_sym_LBRACK] = ACTIONS(4096), - [anon_sym_RBRACK] = ACTIONS(4096), - [anon_sym_as] = ACTIONS(4094), - [anon_sym_EQ] = ACTIONS(4094), - [anon_sym_LBRACE] = ACTIONS(4096), - [anon_sym_RBRACE] = ACTIONS(4096), - [anon_sym_LPAREN] = ACTIONS(4096), - [anon_sym_COMMA] = ACTIONS(4096), - [anon_sym_RPAREN] = ACTIONS(4096), - [anon_sym_LT] = ACTIONS(4094), - [anon_sym_GT] = ACTIONS(4094), - [anon_sym_where] = ACTIONS(4094), - [anon_sym_DOT] = ACTIONS(4094), - [anon_sym_SEMI] = ACTIONS(4096), - [anon_sym_get] = ACTIONS(4094), - [anon_sym_set] = ACTIONS(4094), - [anon_sym_STAR] = ACTIONS(4094), - [anon_sym_DASH_GT] = ACTIONS(4096), - [sym_label] = ACTIONS(4096), - [anon_sym_in] = ACTIONS(4094), - [anon_sym_while] = ACTIONS(4094), - [anon_sym_DOT_DOT] = ACTIONS(4096), - [anon_sym_QMARK_COLON] = ACTIONS(4096), - [anon_sym_AMP_AMP] = ACTIONS(4096), - [anon_sym_PIPE_PIPE] = ACTIONS(4096), - [anon_sym_else] = ACTIONS(4094), - [anon_sym_COLON_COLON] = ACTIONS(4096), - [anon_sym_PLUS_EQ] = ACTIONS(4096), - [anon_sym_DASH_EQ] = ACTIONS(4096), - [anon_sym_STAR_EQ] = ACTIONS(4096), - [anon_sym_SLASH_EQ] = ACTIONS(4096), - [anon_sym_PERCENT_EQ] = ACTIONS(4096), - [anon_sym_BANG_EQ] = ACTIONS(4094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4096), - [anon_sym_EQ_EQ] = ACTIONS(4094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4096), - [anon_sym_LT_EQ] = ACTIONS(4096), - [anon_sym_GT_EQ] = ACTIONS(4096), - [anon_sym_BANGin] = ACTIONS(4096), - [anon_sym_is] = ACTIONS(4094), - [anon_sym_BANGis] = ACTIONS(4096), - [anon_sym_PLUS] = ACTIONS(4094), - [anon_sym_DASH] = ACTIONS(4094), - [anon_sym_SLASH] = ACTIONS(4094), - [anon_sym_PERCENT] = ACTIONS(4094), - [anon_sym_as_QMARK] = ACTIONS(4096), - [anon_sym_PLUS_PLUS] = ACTIONS(4096), - [anon_sym_DASH_DASH] = ACTIONS(4096), - [anon_sym_BANG_BANG] = ACTIONS(4096), - [anon_sym_suspend] = ACTIONS(4094), - [anon_sym_sealed] = ACTIONS(4094), - [anon_sym_annotation] = ACTIONS(4094), - [anon_sym_data] = ACTIONS(4094), - [anon_sym_inner] = ACTIONS(4094), - [anon_sym_value] = ACTIONS(4094), - [anon_sym_override] = ACTIONS(4094), - [anon_sym_lateinit] = ACTIONS(4094), - [anon_sym_public] = ACTIONS(4094), - [anon_sym_private] = ACTIONS(4094), - [anon_sym_internal] = ACTIONS(4094), - [anon_sym_protected] = ACTIONS(4094), - [anon_sym_tailrec] = ACTIONS(4094), - [anon_sym_operator] = ACTIONS(4094), - [anon_sym_infix] = ACTIONS(4094), - [anon_sym_inline] = ACTIONS(4094), - [anon_sym_external] = ACTIONS(4094), - [sym_property_modifier] = ACTIONS(4094), - [anon_sym_abstract] = ACTIONS(4094), - [anon_sym_final] = ACTIONS(4094), - [anon_sym_open] = ACTIONS(4094), - [anon_sym_vararg] = ACTIONS(4094), - [anon_sym_noinline] = ACTIONS(4094), - [anon_sym_crossinline] = ACTIONS(4094), - [anon_sym_expect] = ACTIONS(4094), - [anon_sym_actual] = ACTIONS(4094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4096), - [sym_safe_nav] = ACTIONS(4096), + [3485] = { + [sym__alpha_identifier] = ACTIONS(5064), + [anon_sym_AT] = ACTIONS(5066), + [anon_sym_LBRACK] = ACTIONS(5066), + [anon_sym_RBRACK] = ACTIONS(5066), + [anon_sym_as] = ACTIONS(5064), + [anon_sym_EQ] = ACTIONS(5064), + [anon_sym_LBRACE] = ACTIONS(5066), + [anon_sym_RBRACE] = ACTIONS(5066), + [anon_sym_LPAREN] = ACTIONS(5066), + [anon_sym_COMMA] = ACTIONS(5066), + [anon_sym_RPAREN] = ACTIONS(5066), + [anon_sym_LT] = ACTIONS(5064), + [anon_sym_GT] = ACTIONS(5064), + [anon_sym_where] = ACTIONS(5064), + [anon_sym_DOT] = ACTIONS(5064), + [anon_sym_SEMI] = ACTIONS(5066), + [anon_sym_get] = ACTIONS(5064), + [anon_sym_set] = ACTIONS(5064), + [anon_sym_STAR] = ACTIONS(5064), + [anon_sym_DASH_GT] = ACTIONS(5066), + [sym_label] = ACTIONS(5066), + [anon_sym_in] = ACTIONS(5064), + [anon_sym_while] = ACTIONS(5064), + [anon_sym_DOT_DOT] = ACTIONS(5066), + [anon_sym_QMARK_COLON] = ACTIONS(5066), + [anon_sym_AMP_AMP] = ACTIONS(5066), + [anon_sym_PIPE_PIPE] = ACTIONS(5066), + [anon_sym_else] = ACTIONS(5064), + [anon_sym_COLON_COLON] = ACTIONS(5066), + [anon_sym_PLUS_EQ] = ACTIONS(5066), + [anon_sym_DASH_EQ] = ACTIONS(5066), + [anon_sym_STAR_EQ] = ACTIONS(5066), + [anon_sym_SLASH_EQ] = ACTIONS(5066), + [anon_sym_PERCENT_EQ] = ACTIONS(5066), + [anon_sym_BANG_EQ] = ACTIONS(5064), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5066), + [anon_sym_EQ_EQ] = ACTIONS(5064), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5066), + [anon_sym_LT_EQ] = ACTIONS(5066), + [anon_sym_GT_EQ] = ACTIONS(5066), + [anon_sym_BANGin] = ACTIONS(5066), + [anon_sym_is] = ACTIONS(5064), + [anon_sym_BANGis] = ACTIONS(5066), + [anon_sym_PLUS] = ACTIONS(5064), + [anon_sym_DASH] = ACTIONS(5064), + [anon_sym_SLASH] = ACTIONS(5064), + [anon_sym_PERCENT] = ACTIONS(5064), + [anon_sym_as_QMARK] = ACTIONS(5066), + [anon_sym_PLUS_PLUS] = ACTIONS(5066), + [anon_sym_DASH_DASH] = ACTIONS(5066), + [anon_sym_BANG_BANG] = ACTIONS(5066), + [anon_sym_suspend] = ACTIONS(5064), + [anon_sym_sealed] = ACTIONS(5064), + [anon_sym_annotation] = ACTIONS(5064), + [anon_sym_data] = ACTIONS(5064), + [anon_sym_inner] = ACTIONS(5064), + [anon_sym_value] = ACTIONS(5064), + [anon_sym_override] = ACTIONS(5064), + [anon_sym_lateinit] = ACTIONS(5064), + [anon_sym_public] = ACTIONS(5064), + [anon_sym_private] = ACTIONS(5064), + [anon_sym_internal] = ACTIONS(5064), + [anon_sym_protected] = ACTIONS(5064), + [anon_sym_tailrec] = ACTIONS(5064), + [anon_sym_operator] = ACTIONS(5064), + [anon_sym_infix] = ACTIONS(5064), + [anon_sym_inline] = ACTIONS(5064), + [anon_sym_external] = ACTIONS(5064), + [sym_property_modifier] = ACTIONS(5064), + [anon_sym_abstract] = ACTIONS(5064), + [anon_sym_final] = ACTIONS(5064), + [anon_sym_open] = ACTIONS(5064), + [anon_sym_vararg] = ACTIONS(5064), + [anon_sym_noinline] = ACTIONS(5064), + [anon_sym_crossinline] = ACTIONS(5064), + [anon_sym_expect] = ACTIONS(5064), + [anon_sym_actual] = ACTIONS(5064), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5066), + [sym_safe_nav] = ACTIONS(5066), [sym_multiline_comment] = ACTIONS(3), }, - [3492] = { - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(1734), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_RBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_RPAREN] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_DASH_GT] = ACTIONS(1734), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), - [anon_sym_suspend] = ACTIONS(1732), - [anon_sym_sealed] = ACTIONS(1732), - [anon_sym_annotation] = ACTIONS(1732), - [anon_sym_data] = ACTIONS(1732), - [anon_sym_inner] = ACTIONS(1732), - [anon_sym_value] = ACTIONS(1732), - [anon_sym_override] = ACTIONS(1732), - [anon_sym_lateinit] = ACTIONS(1732), - [anon_sym_public] = ACTIONS(1732), - [anon_sym_private] = ACTIONS(1732), - [anon_sym_internal] = ACTIONS(1732), - [anon_sym_protected] = ACTIONS(1732), - [anon_sym_tailrec] = ACTIONS(1732), - [anon_sym_operator] = ACTIONS(1732), - [anon_sym_infix] = ACTIONS(1732), - [anon_sym_inline] = ACTIONS(1732), - [anon_sym_external] = ACTIONS(1732), - [sym_property_modifier] = ACTIONS(1732), - [anon_sym_abstract] = ACTIONS(1732), - [anon_sym_final] = ACTIONS(1732), - [anon_sym_open] = ACTIONS(1732), - [anon_sym_vararg] = ACTIONS(1732), - [anon_sym_noinline] = ACTIONS(1732), - [anon_sym_crossinline] = ACTIONS(1732), - [anon_sym_expect] = ACTIONS(1732), - [anon_sym_actual] = ACTIONS(1732), + [3486] = { + [sym__alpha_identifier] = ACTIONS(4910), + [anon_sym_AT] = ACTIONS(4912), + [anon_sym_LBRACK] = ACTIONS(4912), + [anon_sym_RBRACK] = ACTIONS(4912), + [anon_sym_as] = ACTIONS(4910), + [anon_sym_EQ] = ACTIONS(4910), + [anon_sym_LBRACE] = ACTIONS(4912), + [anon_sym_RBRACE] = ACTIONS(4912), + [anon_sym_LPAREN] = ACTIONS(4912), + [anon_sym_COMMA] = ACTIONS(4912), + [anon_sym_RPAREN] = ACTIONS(4912), + [anon_sym_LT] = ACTIONS(4910), + [anon_sym_GT] = ACTIONS(4910), + [anon_sym_where] = ACTIONS(4910), + [anon_sym_DOT] = ACTIONS(4910), + [anon_sym_SEMI] = ACTIONS(4912), + [anon_sym_get] = ACTIONS(4910), + [anon_sym_set] = ACTIONS(4910), + [anon_sym_STAR] = ACTIONS(4910), + [anon_sym_DASH_GT] = ACTIONS(4912), + [sym_label] = ACTIONS(4912), + [anon_sym_in] = ACTIONS(4910), + [anon_sym_while] = ACTIONS(4910), + [anon_sym_DOT_DOT] = ACTIONS(4912), + [anon_sym_QMARK_COLON] = ACTIONS(4912), + [anon_sym_AMP_AMP] = ACTIONS(4912), + [anon_sym_PIPE_PIPE] = ACTIONS(4912), + [anon_sym_else] = ACTIONS(4910), + [anon_sym_COLON_COLON] = ACTIONS(4912), + [anon_sym_PLUS_EQ] = ACTIONS(4912), + [anon_sym_DASH_EQ] = ACTIONS(4912), + [anon_sym_STAR_EQ] = ACTIONS(4912), + [anon_sym_SLASH_EQ] = ACTIONS(4912), + [anon_sym_PERCENT_EQ] = ACTIONS(4912), + [anon_sym_BANG_EQ] = ACTIONS(4910), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4912), + [anon_sym_EQ_EQ] = ACTIONS(4910), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4912), + [anon_sym_LT_EQ] = ACTIONS(4912), + [anon_sym_GT_EQ] = ACTIONS(4912), + [anon_sym_BANGin] = ACTIONS(4912), + [anon_sym_is] = ACTIONS(4910), + [anon_sym_BANGis] = ACTIONS(4912), + [anon_sym_PLUS] = ACTIONS(4910), + [anon_sym_DASH] = ACTIONS(4910), + [anon_sym_SLASH] = ACTIONS(4910), + [anon_sym_PERCENT] = ACTIONS(4910), + [anon_sym_as_QMARK] = ACTIONS(4912), + [anon_sym_PLUS_PLUS] = ACTIONS(4912), + [anon_sym_DASH_DASH] = ACTIONS(4912), + [anon_sym_BANG_BANG] = ACTIONS(4912), + [anon_sym_suspend] = ACTIONS(4910), + [anon_sym_sealed] = ACTIONS(4910), + [anon_sym_annotation] = ACTIONS(4910), + [anon_sym_data] = ACTIONS(4910), + [anon_sym_inner] = ACTIONS(4910), + [anon_sym_value] = ACTIONS(4910), + [anon_sym_override] = ACTIONS(4910), + [anon_sym_lateinit] = ACTIONS(4910), + [anon_sym_public] = ACTIONS(4910), + [anon_sym_private] = ACTIONS(4910), + [anon_sym_internal] = ACTIONS(4910), + [anon_sym_protected] = ACTIONS(4910), + [anon_sym_tailrec] = ACTIONS(4910), + [anon_sym_operator] = ACTIONS(4910), + [anon_sym_infix] = ACTIONS(4910), + [anon_sym_inline] = ACTIONS(4910), + [anon_sym_external] = ACTIONS(4910), + [sym_property_modifier] = ACTIONS(4910), + [anon_sym_abstract] = ACTIONS(4910), + [anon_sym_final] = ACTIONS(4910), + [anon_sym_open] = ACTIONS(4910), + [anon_sym_vararg] = ACTIONS(4910), + [anon_sym_noinline] = ACTIONS(4910), + [anon_sym_crossinline] = ACTIONS(4910), + [anon_sym_expect] = ACTIONS(4910), + [anon_sym_actual] = ACTIONS(4910), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(4912), + [sym_safe_nav] = ACTIONS(4912), [sym_multiline_comment] = ACTIONS(3), }, - [3493] = { - [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_value] = 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), + [3487] = { + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_RBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(4129), + [anon_sym_LBRACE] = ACTIONS(4131), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_RPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [anon_sym_DASH_GT] = ACTIONS(4131), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_while] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), [sym_multiline_comment] = ACTIONS(3), }, - [3494] = { - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_RBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(4361), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_RPAREN] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(4359), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [anon_sym_DASH_GT] = ACTIONS(4361), - [sym_label] = ACTIONS(4361), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_while] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_suspend] = ACTIONS(4359), - [anon_sym_sealed] = ACTIONS(4359), - [anon_sym_annotation] = ACTIONS(4359), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_override] = ACTIONS(4359), - [anon_sym_lateinit] = ACTIONS(4359), - [anon_sym_public] = ACTIONS(4359), - [anon_sym_private] = ACTIONS(4359), - [anon_sym_internal] = ACTIONS(4359), - [anon_sym_protected] = ACTIONS(4359), - [anon_sym_tailrec] = ACTIONS(4359), - [anon_sym_operator] = ACTIONS(4359), - [anon_sym_infix] = ACTIONS(4359), - [anon_sym_inline] = ACTIONS(4359), - [anon_sym_external] = ACTIONS(4359), - [sym_property_modifier] = ACTIONS(4359), - [anon_sym_abstract] = ACTIONS(4359), - [anon_sym_final] = ACTIONS(4359), - [anon_sym_open] = ACTIONS(4359), - [anon_sym_vararg] = ACTIONS(4359), - [anon_sym_noinline] = ACTIONS(4359), - [anon_sym_crossinline] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), + [3488] = { + [sym__alpha_identifier] = ACTIONS(4918), + [anon_sym_AT] = ACTIONS(4920), + [anon_sym_LBRACK] = ACTIONS(4920), + [anon_sym_RBRACK] = ACTIONS(4920), + [anon_sym_as] = ACTIONS(4918), + [anon_sym_EQ] = ACTIONS(4918), + [anon_sym_LBRACE] = ACTIONS(4920), + [anon_sym_RBRACE] = ACTIONS(4920), + [anon_sym_LPAREN] = ACTIONS(4920), + [anon_sym_COMMA] = ACTIONS(4920), + [anon_sym_RPAREN] = ACTIONS(4920), + [anon_sym_LT] = ACTIONS(4918), + [anon_sym_GT] = ACTIONS(4918), + [anon_sym_where] = ACTIONS(4918), + [anon_sym_DOT] = ACTIONS(4918), + [anon_sym_SEMI] = ACTIONS(4920), + [anon_sym_get] = ACTIONS(4918), + [anon_sym_set] = ACTIONS(4918), + [anon_sym_STAR] = ACTIONS(4918), + [anon_sym_DASH_GT] = ACTIONS(4920), + [sym_label] = ACTIONS(4920), + [anon_sym_in] = ACTIONS(4918), + [anon_sym_while] = ACTIONS(4918), + [anon_sym_DOT_DOT] = ACTIONS(4920), + [anon_sym_QMARK_COLON] = ACTIONS(4920), + [anon_sym_AMP_AMP] = ACTIONS(4920), + [anon_sym_PIPE_PIPE] = ACTIONS(4920), + [anon_sym_else] = ACTIONS(4918), + [anon_sym_COLON_COLON] = ACTIONS(4920), + [anon_sym_PLUS_EQ] = ACTIONS(4920), + [anon_sym_DASH_EQ] = ACTIONS(4920), + [anon_sym_STAR_EQ] = ACTIONS(4920), + [anon_sym_SLASH_EQ] = ACTIONS(4920), + [anon_sym_PERCENT_EQ] = ACTIONS(4920), + [anon_sym_BANG_EQ] = ACTIONS(4918), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4920), + [anon_sym_EQ_EQ] = ACTIONS(4918), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4920), + [anon_sym_LT_EQ] = ACTIONS(4920), + [anon_sym_GT_EQ] = ACTIONS(4920), + [anon_sym_BANGin] = ACTIONS(4920), + [anon_sym_is] = ACTIONS(4918), + [anon_sym_BANGis] = ACTIONS(4920), + [anon_sym_PLUS] = ACTIONS(4918), + [anon_sym_DASH] = ACTIONS(4918), + [anon_sym_SLASH] = ACTIONS(4918), + [anon_sym_PERCENT] = ACTIONS(4918), + [anon_sym_as_QMARK] = ACTIONS(4920), + [anon_sym_PLUS_PLUS] = ACTIONS(4920), + [anon_sym_DASH_DASH] = ACTIONS(4920), + [anon_sym_BANG_BANG] = ACTIONS(4920), + [anon_sym_suspend] = ACTIONS(4918), + [anon_sym_sealed] = ACTIONS(4918), + [anon_sym_annotation] = ACTIONS(4918), + [anon_sym_data] = ACTIONS(4918), + [anon_sym_inner] = ACTIONS(4918), + [anon_sym_value] = ACTIONS(4918), + [anon_sym_override] = ACTIONS(4918), + [anon_sym_lateinit] = ACTIONS(4918), + [anon_sym_public] = ACTIONS(4918), + [anon_sym_private] = ACTIONS(4918), + [anon_sym_internal] = ACTIONS(4918), + [anon_sym_protected] = ACTIONS(4918), + [anon_sym_tailrec] = ACTIONS(4918), + [anon_sym_operator] = ACTIONS(4918), + [anon_sym_infix] = ACTIONS(4918), + [anon_sym_inline] = ACTIONS(4918), + [anon_sym_external] = ACTIONS(4918), + [sym_property_modifier] = ACTIONS(4918), + [anon_sym_abstract] = ACTIONS(4918), + [anon_sym_final] = ACTIONS(4918), + [anon_sym_open] = ACTIONS(4918), + [anon_sym_vararg] = ACTIONS(4918), + [anon_sym_noinline] = ACTIONS(4918), + [anon_sym_crossinline] = ACTIONS(4918), + [anon_sym_expect] = ACTIONS(4918), + [anon_sym_actual] = ACTIONS(4918), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4920), + [sym_safe_nav] = ACTIONS(4920), [sym_multiline_comment] = ACTIONS(3), }, - [3495] = { - [sym__alpha_identifier] = ACTIONS(4644), - [anon_sym_AT] = ACTIONS(4646), - [anon_sym_LBRACK] = ACTIONS(4646), - [anon_sym_RBRACK] = ACTIONS(4646), - [anon_sym_as] = ACTIONS(4644), - [anon_sym_EQ] = ACTIONS(4644), - [anon_sym_LBRACE] = ACTIONS(4646), - [anon_sym_RBRACE] = ACTIONS(4646), - [anon_sym_LPAREN] = ACTIONS(4646), - [anon_sym_COMMA] = ACTIONS(4646), - [anon_sym_RPAREN] = ACTIONS(4646), - [anon_sym_LT] = ACTIONS(4644), - [anon_sym_GT] = ACTIONS(4644), - [anon_sym_where] = ACTIONS(4644), - [anon_sym_DOT] = ACTIONS(4644), - [anon_sym_SEMI] = ACTIONS(4646), - [anon_sym_get] = ACTIONS(4644), - [anon_sym_set] = ACTIONS(4644), - [anon_sym_STAR] = ACTIONS(4644), - [anon_sym_DASH_GT] = ACTIONS(4646), - [sym_label] = ACTIONS(4646), - [anon_sym_in] = ACTIONS(4644), - [anon_sym_while] = ACTIONS(4644), - [anon_sym_DOT_DOT] = ACTIONS(4646), - [anon_sym_QMARK_COLON] = ACTIONS(4646), - [anon_sym_AMP_AMP] = ACTIONS(4646), - [anon_sym_PIPE_PIPE] = ACTIONS(4646), - [anon_sym_else] = ACTIONS(4644), - [anon_sym_COLON_COLON] = ACTIONS(4646), - [anon_sym_PLUS_EQ] = ACTIONS(4646), - [anon_sym_DASH_EQ] = ACTIONS(4646), - [anon_sym_STAR_EQ] = ACTIONS(4646), - [anon_sym_SLASH_EQ] = ACTIONS(4646), - [anon_sym_PERCENT_EQ] = ACTIONS(4646), - [anon_sym_BANG_EQ] = ACTIONS(4644), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4646), - [anon_sym_EQ_EQ] = ACTIONS(4644), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4646), - [anon_sym_LT_EQ] = ACTIONS(4646), - [anon_sym_GT_EQ] = ACTIONS(4646), - [anon_sym_BANGin] = ACTIONS(4646), - [anon_sym_is] = ACTIONS(4644), - [anon_sym_BANGis] = ACTIONS(4646), - [anon_sym_PLUS] = ACTIONS(4644), - [anon_sym_DASH] = ACTIONS(4644), - [anon_sym_SLASH] = ACTIONS(4644), - [anon_sym_PERCENT] = ACTIONS(4644), - [anon_sym_as_QMARK] = ACTIONS(4646), - [anon_sym_PLUS_PLUS] = ACTIONS(4646), - [anon_sym_DASH_DASH] = ACTIONS(4646), - [anon_sym_BANG_BANG] = ACTIONS(4646), - [anon_sym_suspend] = ACTIONS(4644), - [anon_sym_sealed] = ACTIONS(4644), - [anon_sym_annotation] = ACTIONS(4644), - [anon_sym_data] = ACTIONS(4644), - [anon_sym_inner] = ACTIONS(4644), - [anon_sym_value] = ACTIONS(4644), - [anon_sym_override] = ACTIONS(4644), - [anon_sym_lateinit] = ACTIONS(4644), - [anon_sym_public] = ACTIONS(4644), - [anon_sym_private] = ACTIONS(4644), - [anon_sym_internal] = ACTIONS(4644), - [anon_sym_protected] = ACTIONS(4644), - [anon_sym_tailrec] = ACTIONS(4644), - [anon_sym_operator] = ACTIONS(4644), - [anon_sym_infix] = ACTIONS(4644), - [anon_sym_inline] = ACTIONS(4644), - [anon_sym_external] = ACTIONS(4644), - [sym_property_modifier] = ACTIONS(4644), - [anon_sym_abstract] = ACTIONS(4644), - [anon_sym_final] = ACTIONS(4644), - [anon_sym_open] = ACTIONS(4644), - [anon_sym_vararg] = ACTIONS(4644), - [anon_sym_noinline] = ACTIONS(4644), - [anon_sym_crossinline] = ACTIONS(4644), - [anon_sym_expect] = ACTIONS(4644), - [anon_sym_actual] = ACTIONS(4644), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4646), - [sym_safe_nav] = ACTIONS(4646), + [3489] = { + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(1826), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_RBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_RPAREN] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(1824), + [anon_sym_set] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1824), + [anon_sym_DASH_GT] = ACTIONS(1826), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(1824), + [anon_sym_sealed] = ACTIONS(1824), + [anon_sym_annotation] = ACTIONS(1824), + [anon_sym_data] = ACTIONS(1824), + [anon_sym_inner] = ACTIONS(1824), + [anon_sym_value] = ACTIONS(1824), + [anon_sym_override] = ACTIONS(1824), + [anon_sym_lateinit] = ACTIONS(1824), + [anon_sym_public] = ACTIONS(1824), + [anon_sym_private] = ACTIONS(1824), + [anon_sym_internal] = ACTIONS(1824), + [anon_sym_protected] = ACTIONS(1824), + [anon_sym_tailrec] = ACTIONS(1824), + [anon_sym_operator] = ACTIONS(1824), + [anon_sym_infix] = ACTIONS(1824), + [anon_sym_inline] = ACTIONS(1824), + [anon_sym_external] = ACTIONS(1824), + [sym_property_modifier] = ACTIONS(1824), + [anon_sym_abstract] = ACTIONS(1824), + [anon_sym_final] = ACTIONS(1824), + [anon_sym_open] = ACTIONS(1824), + [anon_sym_vararg] = ACTIONS(1824), + [anon_sym_noinline] = ACTIONS(1824), + [anon_sym_crossinline] = ACTIONS(1824), + [anon_sym_expect] = ACTIONS(1824), + [anon_sym_actual] = ACTIONS(1824), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [3496] = { - [sym__alpha_identifier] = ACTIONS(4790), - [anon_sym_AT] = ACTIONS(4792), - [anon_sym_LBRACK] = ACTIONS(4792), - [anon_sym_RBRACK] = ACTIONS(4792), - [anon_sym_as] = ACTIONS(4790), - [anon_sym_EQ] = ACTIONS(4790), - [anon_sym_LBRACE] = ACTIONS(4792), - [anon_sym_RBRACE] = ACTIONS(4792), - [anon_sym_LPAREN] = ACTIONS(4792), - [anon_sym_COMMA] = ACTIONS(4792), - [anon_sym_RPAREN] = ACTIONS(4792), - [anon_sym_LT] = ACTIONS(4790), - [anon_sym_GT] = ACTIONS(4790), - [anon_sym_where] = ACTIONS(4790), - [anon_sym_DOT] = ACTIONS(4790), - [anon_sym_SEMI] = ACTIONS(4792), - [anon_sym_get] = ACTIONS(4790), - [anon_sym_set] = ACTIONS(4790), - [anon_sym_STAR] = ACTIONS(4790), - [anon_sym_DASH_GT] = ACTIONS(4792), - [sym_label] = ACTIONS(4792), - [anon_sym_in] = ACTIONS(4790), - [anon_sym_while] = ACTIONS(4790), - [anon_sym_DOT_DOT] = ACTIONS(4792), - [anon_sym_QMARK_COLON] = ACTIONS(4792), - [anon_sym_AMP_AMP] = ACTIONS(4792), - [anon_sym_PIPE_PIPE] = ACTIONS(4792), - [anon_sym_else] = ACTIONS(4790), - [anon_sym_COLON_COLON] = ACTIONS(4792), - [anon_sym_PLUS_EQ] = ACTIONS(4792), - [anon_sym_DASH_EQ] = ACTIONS(4792), - [anon_sym_STAR_EQ] = ACTIONS(4792), - [anon_sym_SLASH_EQ] = ACTIONS(4792), - [anon_sym_PERCENT_EQ] = ACTIONS(4792), - [anon_sym_BANG_EQ] = ACTIONS(4790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4792), - [anon_sym_EQ_EQ] = ACTIONS(4790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4792), - [anon_sym_LT_EQ] = ACTIONS(4792), - [anon_sym_GT_EQ] = ACTIONS(4792), - [anon_sym_BANGin] = ACTIONS(4792), - [anon_sym_is] = ACTIONS(4790), - [anon_sym_BANGis] = ACTIONS(4792), - [anon_sym_PLUS] = ACTIONS(4790), - [anon_sym_DASH] = ACTIONS(4790), - [anon_sym_SLASH] = ACTIONS(4790), - [anon_sym_PERCENT] = ACTIONS(4790), - [anon_sym_as_QMARK] = ACTIONS(4792), - [anon_sym_PLUS_PLUS] = ACTIONS(4792), - [anon_sym_DASH_DASH] = ACTIONS(4792), - [anon_sym_BANG_BANG] = ACTIONS(4792), - [anon_sym_suspend] = ACTIONS(4790), - [anon_sym_sealed] = ACTIONS(4790), - [anon_sym_annotation] = ACTIONS(4790), - [anon_sym_data] = ACTIONS(4790), - [anon_sym_inner] = ACTIONS(4790), - [anon_sym_value] = ACTIONS(4790), - [anon_sym_override] = ACTIONS(4790), - [anon_sym_lateinit] = ACTIONS(4790), - [anon_sym_public] = ACTIONS(4790), - [anon_sym_private] = ACTIONS(4790), - [anon_sym_internal] = ACTIONS(4790), - [anon_sym_protected] = ACTIONS(4790), - [anon_sym_tailrec] = ACTIONS(4790), - [anon_sym_operator] = ACTIONS(4790), - [anon_sym_infix] = ACTIONS(4790), - [anon_sym_inline] = ACTIONS(4790), - [anon_sym_external] = ACTIONS(4790), - [sym_property_modifier] = ACTIONS(4790), - [anon_sym_abstract] = ACTIONS(4790), - [anon_sym_final] = ACTIONS(4790), - [anon_sym_open] = ACTIONS(4790), - [anon_sym_vararg] = ACTIONS(4790), - [anon_sym_noinline] = ACTIONS(4790), - [anon_sym_crossinline] = ACTIONS(4790), - [anon_sym_expect] = ACTIONS(4790), - [anon_sym_actual] = ACTIONS(4790), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4792), - [sym_safe_nav] = ACTIONS(4792), + [3490] = { + [sym__alpha_identifier] = ACTIONS(5106), + [anon_sym_AT] = ACTIONS(5108), + [anon_sym_LBRACK] = ACTIONS(5108), + [anon_sym_RBRACK] = ACTIONS(5108), + [anon_sym_as] = ACTIONS(5106), + [anon_sym_EQ] = ACTIONS(5106), + [anon_sym_LBRACE] = ACTIONS(5108), + [anon_sym_RBRACE] = ACTIONS(5108), + [anon_sym_LPAREN] = ACTIONS(5108), + [anon_sym_COMMA] = ACTIONS(5108), + [anon_sym_RPAREN] = ACTIONS(5108), + [anon_sym_LT] = ACTIONS(5106), + [anon_sym_GT] = ACTIONS(5106), + [anon_sym_where] = ACTIONS(5106), + [anon_sym_DOT] = ACTIONS(5106), + [anon_sym_SEMI] = ACTIONS(5108), + [anon_sym_get] = ACTIONS(5106), + [anon_sym_set] = ACTIONS(5106), + [anon_sym_STAR] = ACTIONS(5106), + [anon_sym_DASH_GT] = ACTIONS(5108), + [sym_label] = ACTIONS(5108), + [anon_sym_in] = ACTIONS(5106), + [anon_sym_while] = ACTIONS(5106), + [anon_sym_DOT_DOT] = ACTIONS(5108), + [anon_sym_QMARK_COLON] = ACTIONS(5108), + [anon_sym_AMP_AMP] = ACTIONS(5108), + [anon_sym_PIPE_PIPE] = ACTIONS(5108), + [anon_sym_else] = ACTIONS(5106), + [anon_sym_COLON_COLON] = ACTIONS(5108), + [anon_sym_PLUS_EQ] = ACTIONS(5108), + [anon_sym_DASH_EQ] = ACTIONS(5108), + [anon_sym_STAR_EQ] = ACTIONS(5108), + [anon_sym_SLASH_EQ] = ACTIONS(5108), + [anon_sym_PERCENT_EQ] = ACTIONS(5108), + [anon_sym_BANG_EQ] = ACTIONS(5106), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5108), + [anon_sym_EQ_EQ] = ACTIONS(5106), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5108), + [anon_sym_LT_EQ] = ACTIONS(5108), + [anon_sym_GT_EQ] = ACTIONS(5108), + [anon_sym_BANGin] = ACTIONS(5108), + [anon_sym_is] = ACTIONS(5106), + [anon_sym_BANGis] = ACTIONS(5108), + [anon_sym_PLUS] = ACTIONS(5106), + [anon_sym_DASH] = ACTIONS(5106), + [anon_sym_SLASH] = ACTIONS(5106), + [anon_sym_PERCENT] = ACTIONS(5106), + [anon_sym_as_QMARK] = ACTIONS(5108), + [anon_sym_PLUS_PLUS] = ACTIONS(5108), + [anon_sym_DASH_DASH] = ACTIONS(5108), + [anon_sym_BANG_BANG] = ACTIONS(5108), + [anon_sym_suspend] = ACTIONS(5106), + [anon_sym_sealed] = ACTIONS(5106), + [anon_sym_annotation] = ACTIONS(5106), + [anon_sym_data] = ACTIONS(5106), + [anon_sym_inner] = ACTIONS(5106), + [anon_sym_value] = ACTIONS(5106), + [anon_sym_override] = ACTIONS(5106), + [anon_sym_lateinit] = ACTIONS(5106), + [anon_sym_public] = ACTIONS(5106), + [anon_sym_private] = ACTIONS(5106), + [anon_sym_internal] = ACTIONS(5106), + [anon_sym_protected] = ACTIONS(5106), + [anon_sym_tailrec] = ACTIONS(5106), + [anon_sym_operator] = ACTIONS(5106), + [anon_sym_infix] = ACTIONS(5106), + [anon_sym_inline] = ACTIONS(5106), + [anon_sym_external] = ACTIONS(5106), + [sym_property_modifier] = ACTIONS(5106), + [anon_sym_abstract] = ACTIONS(5106), + [anon_sym_final] = ACTIONS(5106), + [anon_sym_open] = ACTIONS(5106), + [anon_sym_vararg] = ACTIONS(5106), + [anon_sym_noinline] = ACTIONS(5106), + [anon_sym_crossinline] = ACTIONS(5106), + [anon_sym_expect] = ACTIONS(5106), + [anon_sym_actual] = ACTIONS(5106), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5108), + [sym_safe_nav] = ACTIONS(5108), [sym_multiline_comment] = ACTIONS(3), }, - [3497] = { - [sym__alpha_identifier] = ACTIONS(5117), - [anon_sym_AT] = ACTIONS(5119), - [anon_sym_LBRACK] = ACTIONS(5119), - [anon_sym_RBRACK] = ACTIONS(5119), - [anon_sym_as] = ACTIONS(5117), - [anon_sym_EQ] = ACTIONS(5117), - [anon_sym_LBRACE] = ACTIONS(5119), - [anon_sym_RBRACE] = ACTIONS(5119), - [anon_sym_LPAREN] = ACTIONS(5119), - [anon_sym_COMMA] = ACTIONS(5119), - [anon_sym_RPAREN] = ACTIONS(5119), - [anon_sym_LT] = ACTIONS(5117), - [anon_sym_GT] = ACTIONS(5117), - [anon_sym_where] = ACTIONS(5117), - [anon_sym_DOT] = ACTIONS(5117), - [anon_sym_SEMI] = ACTIONS(5119), - [anon_sym_get] = ACTIONS(5117), - [anon_sym_set] = ACTIONS(5117), - [anon_sym_STAR] = ACTIONS(5117), - [anon_sym_DASH_GT] = ACTIONS(5119), - [sym_label] = ACTIONS(5119), - [anon_sym_in] = ACTIONS(5117), - [anon_sym_while] = ACTIONS(5117), - [anon_sym_DOT_DOT] = ACTIONS(5119), - [anon_sym_QMARK_COLON] = ACTIONS(5119), - [anon_sym_AMP_AMP] = ACTIONS(5119), - [anon_sym_PIPE_PIPE] = ACTIONS(5119), - [anon_sym_else] = ACTIONS(5117), - [anon_sym_COLON_COLON] = ACTIONS(5119), - [anon_sym_PLUS_EQ] = ACTIONS(5119), - [anon_sym_DASH_EQ] = ACTIONS(5119), - [anon_sym_STAR_EQ] = ACTIONS(5119), - [anon_sym_SLASH_EQ] = ACTIONS(5119), - [anon_sym_PERCENT_EQ] = ACTIONS(5119), - [anon_sym_BANG_EQ] = ACTIONS(5117), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5119), - [anon_sym_EQ_EQ] = ACTIONS(5117), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5119), - [anon_sym_LT_EQ] = ACTIONS(5119), - [anon_sym_GT_EQ] = ACTIONS(5119), - [anon_sym_BANGin] = ACTIONS(5119), - [anon_sym_is] = ACTIONS(5117), - [anon_sym_BANGis] = ACTIONS(5119), - [anon_sym_PLUS] = ACTIONS(5117), - [anon_sym_DASH] = ACTIONS(5117), - [anon_sym_SLASH] = ACTIONS(5117), - [anon_sym_PERCENT] = ACTIONS(5117), - [anon_sym_as_QMARK] = ACTIONS(5119), - [anon_sym_PLUS_PLUS] = ACTIONS(5119), - [anon_sym_DASH_DASH] = ACTIONS(5119), - [anon_sym_BANG_BANG] = ACTIONS(5119), - [anon_sym_suspend] = ACTIONS(5117), - [anon_sym_sealed] = ACTIONS(5117), - [anon_sym_annotation] = ACTIONS(5117), - [anon_sym_data] = ACTIONS(5117), - [anon_sym_inner] = ACTIONS(5117), - [anon_sym_value] = ACTIONS(5117), - [anon_sym_override] = ACTIONS(5117), - [anon_sym_lateinit] = ACTIONS(5117), - [anon_sym_public] = ACTIONS(5117), - [anon_sym_private] = ACTIONS(5117), - [anon_sym_internal] = ACTIONS(5117), - [anon_sym_protected] = ACTIONS(5117), - [anon_sym_tailrec] = ACTIONS(5117), - [anon_sym_operator] = ACTIONS(5117), - [anon_sym_infix] = ACTIONS(5117), - [anon_sym_inline] = ACTIONS(5117), - [anon_sym_external] = ACTIONS(5117), - [sym_property_modifier] = ACTIONS(5117), - [anon_sym_abstract] = ACTIONS(5117), - [anon_sym_final] = ACTIONS(5117), - [anon_sym_open] = ACTIONS(5117), - [anon_sym_vararg] = ACTIONS(5117), - [anon_sym_noinline] = ACTIONS(5117), - [anon_sym_crossinline] = ACTIONS(5117), - [anon_sym_expect] = ACTIONS(5117), - [anon_sym_actual] = ACTIONS(5117), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5119), - [sym_safe_nav] = ACTIONS(5119), + [3491] = { + [sym__alpha_identifier] = ACTIONS(4489), + [anon_sym_AT] = ACTIONS(4491), + [anon_sym_LBRACK] = ACTIONS(4491), + [anon_sym_RBRACK] = ACTIONS(4491), + [anon_sym_as] = ACTIONS(4489), + [anon_sym_EQ] = ACTIONS(4489), + [anon_sym_LBRACE] = ACTIONS(4491), + [anon_sym_RBRACE] = ACTIONS(4491), + [anon_sym_LPAREN] = ACTIONS(4491), + [anon_sym_COMMA] = ACTIONS(4491), + [anon_sym_RPAREN] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4489), + [anon_sym_GT] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(4489), + [anon_sym_DOT] = ACTIONS(4489), + [anon_sym_SEMI] = ACTIONS(4491), + [anon_sym_get] = ACTIONS(4489), + [anon_sym_set] = ACTIONS(4489), + [anon_sym_STAR] = ACTIONS(4489), + [anon_sym_DASH_GT] = ACTIONS(4491), + [sym_label] = ACTIONS(4491), + [anon_sym_in] = ACTIONS(4489), + [anon_sym_while] = ACTIONS(4489), + [anon_sym_DOT_DOT] = ACTIONS(4491), + [anon_sym_QMARK_COLON] = ACTIONS(4491), + [anon_sym_AMP_AMP] = ACTIONS(4491), + [anon_sym_PIPE_PIPE] = ACTIONS(4491), + [anon_sym_else] = ACTIONS(4489), + [anon_sym_COLON_COLON] = ACTIONS(4491), + [anon_sym_PLUS_EQ] = ACTIONS(4491), + [anon_sym_DASH_EQ] = ACTIONS(4491), + [anon_sym_STAR_EQ] = ACTIONS(4491), + [anon_sym_SLASH_EQ] = ACTIONS(4491), + [anon_sym_PERCENT_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4491), + [anon_sym_LT_EQ] = ACTIONS(4491), + [anon_sym_GT_EQ] = ACTIONS(4491), + [anon_sym_BANGin] = ACTIONS(4491), + [anon_sym_is] = ACTIONS(4489), + [anon_sym_BANGis] = ACTIONS(4491), + [anon_sym_PLUS] = ACTIONS(4489), + [anon_sym_DASH] = ACTIONS(4489), + [anon_sym_SLASH] = ACTIONS(4489), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4491), + [anon_sym_DASH_DASH] = ACTIONS(4491), + [anon_sym_BANG_BANG] = ACTIONS(4491), + [anon_sym_suspend] = ACTIONS(4489), + [anon_sym_sealed] = ACTIONS(4489), + [anon_sym_annotation] = ACTIONS(4489), + [anon_sym_data] = ACTIONS(4489), + [anon_sym_inner] = ACTIONS(4489), + [anon_sym_value] = ACTIONS(4489), + [anon_sym_override] = ACTIONS(4489), + [anon_sym_lateinit] = ACTIONS(4489), + [anon_sym_public] = ACTIONS(4489), + [anon_sym_private] = ACTIONS(4489), + [anon_sym_internal] = ACTIONS(4489), + [anon_sym_protected] = ACTIONS(4489), + [anon_sym_tailrec] = ACTIONS(4489), + [anon_sym_operator] = ACTIONS(4489), + [anon_sym_infix] = ACTIONS(4489), + [anon_sym_inline] = ACTIONS(4489), + [anon_sym_external] = ACTIONS(4489), + [sym_property_modifier] = ACTIONS(4489), + [anon_sym_abstract] = ACTIONS(4489), + [anon_sym_final] = ACTIONS(4489), + [anon_sym_open] = ACTIONS(4489), + [anon_sym_vararg] = ACTIONS(4489), + [anon_sym_noinline] = ACTIONS(4489), + [anon_sym_crossinline] = ACTIONS(4489), + [anon_sym_expect] = ACTIONS(4489), + [anon_sym_actual] = ACTIONS(4489), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4491), + [sym_safe_nav] = ACTIONS(4491), [sym_multiline_comment] = ACTIONS(3), }, - [3498] = { + [3492] = { [sym__alpha_identifier] = ACTIONS(1796), [anon_sym_AT] = ACTIONS(1798), [anon_sym_LBRACK] = ACTIONS(1798), @@ -404003,2663 +403469,671 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(1798), [sym_multiline_comment] = ACTIONS(3), }, - [3499] = { - [sym__alpha_identifier] = ACTIONS(4794), - [anon_sym_AT] = ACTIONS(4796), - [anon_sym_LBRACK] = ACTIONS(4796), - [anon_sym_RBRACK] = ACTIONS(4796), - [anon_sym_as] = ACTIONS(4794), - [anon_sym_EQ] = ACTIONS(4794), - [anon_sym_LBRACE] = ACTIONS(4796), - [anon_sym_RBRACE] = ACTIONS(4796), - [anon_sym_LPAREN] = ACTIONS(4796), - [anon_sym_COMMA] = ACTIONS(4796), - [anon_sym_RPAREN] = ACTIONS(4796), - [anon_sym_LT] = ACTIONS(4794), - [anon_sym_GT] = ACTIONS(4794), - [anon_sym_where] = ACTIONS(4794), - [anon_sym_DOT] = ACTIONS(4794), - [anon_sym_SEMI] = ACTIONS(4796), - [anon_sym_get] = ACTIONS(4794), - [anon_sym_set] = ACTIONS(4794), - [anon_sym_STAR] = ACTIONS(4794), - [anon_sym_DASH_GT] = ACTIONS(4796), - [sym_label] = ACTIONS(4796), - [anon_sym_in] = ACTIONS(4794), - [anon_sym_while] = ACTIONS(4794), - [anon_sym_DOT_DOT] = ACTIONS(4796), - [anon_sym_QMARK_COLON] = ACTIONS(4796), - [anon_sym_AMP_AMP] = ACTIONS(4796), - [anon_sym_PIPE_PIPE] = ACTIONS(4796), - [anon_sym_else] = ACTIONS(4794), - [anon_sym_COLON_COLON] = ACTIONS(4796), - [anon_sym_PLUS_EQ] = ACTIONS(4796), - [anon_sym_DASH_EQ] = ACTIONS(4796), - [anon_sym_STAR_EQ] = ACTIONS(4796), - [anon_sym_SLASH_EQ] = ACTIONS(4796), - [anon_sym_PERCENT_EQ] = ACTIONS(4796), - [anon_sym_BANG_EQ] = ACTIONS(4794), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4796), - [anon_sym_EQ_EQ] = ACTIONS(4794), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4796), - [anon_sym_LT_EQ] = ACTIONS(4796), - [anon_sym_GT_EQ] = ACTIONS(4796), - [anon_sym_BANGin] = ACTIONS(4796), - [anon_sym_is] = ACTIONS(4794), - [anon_sym_BANGis] = ACTIONS(4796), - [anon_sym_PLUS] = ACTIONS(4794), - [anon_sym_DASH] = ACTIONS(4794), - [anon_sym_SLASH] = ACTIONS(4794), - [anon_sym_PERCENT] = ACTIONS(4794), - [anon_sym_as_QMARK] = ACTIONS(4796), - [anon_sym_PLUS_PLUS] = ACTIONS(4796), - [anon_sym_DASH_DASH] = ACTIONS(4796), - [anon_sym_BANG_BANG] = ACTIONS(4796), - [anon_sym_suspend] = ACTIONS(4794), - [anon_sym_sealed] = ACTIONS(4794), - [anon_sym_annotation] = ACTIONS(4794), - [anon_sym_data] = ACTIONS(4794), - [anon_sym_inner] = ACTIONS(4794), - [anon_sym_value] = ACTIONS(4794), - [anon_sym_override] = ACTIONS(4794), - [anon_sym_lateinit] = ACTIONS(4794), - [anon_sym_public] = ACTIONS(4794), - [anon_sym_private] = ACTIONS(4794), - [anon_sym_internal] = ACTIONS(4794), - [anon_sym_protected] = ACTIONS(4794), - [anon_sym_tailrec] = ACTIONS(4794), - [anon_sym_operator] = ACTIONS(4794), - [anon_sym_infix] = ACTIONS(4794), - [anon_sym_inline] = ACTIONS(4794), - [anon_sym_external] = ACTIONS(4794), - [sym_property_modifier] = ACTIONS(4794), - [anon_sym_abstract] = ACTIONS(4794), - [anon_sym_final] = ACTIONS(4794), - [anon_sym_open] = ACTIONS(4794), - [anon_sym_vararg] = ACTIONS(4794), - [anon_sym_noinline] = ACTIONS(4794), - [anon_sym_crossinline] = ACTIONS(4794), - [anon_sym_expect] = ACTIONS(4794), - [anon_sym_actual] = ACTIONS(4794), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4796), - [sym_safe_nav] = ACTIONS(4796), - [sym_multiline_comment] = ACTIONS(3), - }, - [3500] = { - [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_value] = 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), - }, - [3501] = { - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_RBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(4323), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_RPAREN] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(4321), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [anon_sym_DASH_GT] = ACTIONS(4323), - [sym_label] = ACTIONS(4323), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_while] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), - }, - [3502] = { - [sym__alpha_identifier] = ACTIONS(5145), - [anon_sym_AT] = ACTIONS(5147), - [anon_sym_LBRACK] = ACTIONS(5147), - [anon_sym_RBRACK] = ACTIONS(5147), - [anon_sym_as] = ACTIONS(5145), - [anon_sym_EQ] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(5147), - [anon_sym_LPAREN] = ACTIONS(5147), - [anon_sym_COMMA] = ACTIONS(5147), - [anon_sym_RPAREN] = ACTIONS(5147), - [anon_sym_LT] = ACTIONS(5145), - [anon_sym_GT] = ACTIONS(5145), - [anon_sym_where] = ACTIONS(5145), - [anon_sym_DOT] = ACTIONS(5145), - [anon_sym_SEMI] = ACTIONS(5147), - [anon_sym_get] = ACTIONS(5145), - [anon_sym_set] = ACTIONS(5145), - [anon_sym_STAR] = ACTIONS(5145), - [anon_sym_DASH_GT] = ACTIONS(5147), - [sym_label] = ACTIONS(5147), - [anon_sym_in] = ACTIONS(5145), - [anon_sym_while] = ACTIONS(5145), - [anon_sym_DOT_DOT] = ACTIONS(5147), - [anon_sym_QMARK_COLON] = ACTIONS(5147), - [anon_sym_AMP_AMP] = ACTIONS(5147), - [anon_sym_PIPE_PIPE] = ACTIONS(5147), - [anon_sym_else] = ACTIONS(5145), - [anon_sym_COLON_COLON] = ACTIONS(5147), - [anon_sym_PLUS_EQ] = ACTIONS(5147), - [anon_sym_DASH_EQ] = ACTIONS(5147), - [anon_sym_STAR_EQ] = ACTIONS(5147), - [anon_sym_SLASH_EQ] = ACTIONS(5147), - [anon_sym_PERCENT_EQ] = ACTIONS(5147), - [anon_sym_BANG_EQ] = ACTIONS(5145), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5147), - [anon_sym_EQ_EQ] = ACTIONS(5145), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5147), - [anon_sym_LT_EQ] = ACTIONS(5147), - [anon_sym_GT_EQ] = ACTIONS(5147), - [anon_sym_BANGin] = ACTIONS(5147), - [anon_sym_is] = ACTIONS(5145), - [anon_sym_BANGis] = ACTIONS(5147), - [anon_sym_PLUS] = ACTIONS(5145), - [anon_sym_DASH] = ACTIONS(5145), - [anon_sym_SLASH] = ACTIONS(5145), - [anon_sym_PERCENT] = ACTIONS(5145), - [anon_sym_as_QMARK] = ACTIONS(5147), - [anon_sym_PLUS_PLUS] = ACTIONS(5147), - [anon_sym_DASH_DASH] = ACTIONS(5147), - [anon_sym_BANG_BANG] = ACTIONS(5147), - [anon_sym_suspend] = ACTIONS(5145), - [anon_sym_sealed] = ACTIONS(5145), - [anon_sym_annotation] = ACTIONS(5145), - [anon_sym_data] = ACTIONS(5145), - [anon_sym_inner] = ACTIONS(5145), - [anon_sym_value] = ACTIONS(5145), - [anon_sym_override] = ACTIONS(5145), - [anon_sym_lateinit] = ACTIONS(5145), - [anon_sym_public] = ACTIONS(5145), - [anon_sym_private] = ACTIONS(5145), - [anon_sym_internal] = ACTIONS(5145), - [anon_sym_protected] = ACTIONS(5145), - [anon_sym_tailrec] = ACTIONS(5145), - [anon_sym_operator] = ACTIONS(5145), - [anon_sym_infix] = ACTIONS(5145), - [anon_sym_inline] = ACTIONS(5145), - [anon_sym_external] = ACTIONS(5145), - [sym_property_modifier] = ACTIONS(5145), - [anon_sym_abstract] = ACTIONS(5145), - [anon_sym_final] = ACTIONS(5145), - [anon_sym_open] = ACTIONS(5145), - [anon_sym_vararg] = ACTIONS(5145), - [anon_sym_noinline] = ACTIONS(5145), - [anon_sym_crossinline] = ACTIONS(5145), - [anon_sym_expect] = ACTIONS(5145), - [anon_sym_actual] = ACTIONS(5145), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5147), - [sym_safe_nav] = ACTIONS(5147), - [sym_multiline_comment] = ACTIONS(3), - }, - [3503] = { - [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_value] = 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), - }, - [3504] = { - [sym__alpha_identifier] = ACTIONS(5149), - [anon_sym_AT] = ACTIONS(5151), - [anon_sym_LBRACK] = ACTIONS(5151), - [anon_sym_RBRACK] = ACTIONS(5151), - [anon_sym_as] = ACTIONS(5149), - [anon_sym_EQ] = ACTIONS(5149), - [anon_sym_LBRACE] = ACTIONS(5151), - [anon_sym_RBRACE] = ACTIONS(5151), - [anon_sym_LPAREN] = ACTIONS(5151), - [anon_sym_COMMA] = ACTIONS(5151), - [anon_sym_RPAREN] = ACTIONS(5151), - [anon_sym_LT] = ACTIONS(5149), - [anon_sym_GT] = ACTIONS(5149), - [anon_sym_where] = ACTIONS(5149), - [anon_sym_DOT] = ACTIONS(5149), - [anon_sym_SEMI] = ACTIONS(5151), - [anon_sym_get] = ACTIONS(5149), - [anon_sym_set] = ACTIONS(5149), - [anon_sym_STAR] = ACTIONS(5149), - [anon_sym_DASH_GT] = ACTIONS(5151), - [sym_label] = ACTIONS(5151), - [anon_sym_in] = ACTIONS(5149), - [anon_sym_while] = ACTIONS(5149), - [anon_sym_DOT_DOT] = ACTIONS(5151), - [anon_sym_QMARK_COLON] = ACTIONS(5151), - [anon_sym_AMP_AMP] = ACTIONS(5151), - [anon_sym_PIPE_PIPE] = ACTIONS(5151), - [anon_sym_else] = ACTIONS(5149), - [anon_sym_COLON_COLON] = ACTIONS(5151), - [anon_sym_PLUS_EQ] = ACTIONS(5151), - [anon_sym_DASH_EQ] = ACTIONS(5151), - [anon_sym_STAR_EQ] = ACTIONS(5151), - [anon_sym_SLASH_EQ] = ACTIONS(5151), - [anon_sym_PERCENT_EQ] = ACTIONS(5151), - [anon_sym_BANG_EQ] = ACTIONS(5149), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5151), - [anon_sym_EQ_EQ] = ACTIONS(5149), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5151), - [anon_sym_LT_EQ] = ACTIONS(5151), - [anon_sym_GT_EQ] = ACTIONS(5151), - [anon_sym_BANGin] = ACTIONS(5151), - [anon_sym_is] = ACTIONS(5149), - [anon_sym_BANGis] = ACTIONS(5151), - [anon_sym_PLUS] = ACTIONS(5149), - [anon_sym_DASH] = ACTIONS(5149), - [anon_sym_SLASH] = ACTIONS(5149), - [anon_sym_PERCENT] = ACTIONS(5149), - [anon_sym_as_QMARK] = ACTIONS(5151), - [anon_sym_PLUS_PLUS] = ACTIONS(5151), - [anon_sym_DASH_DASH] = ACTIONS(5151), - [anon_sym_BANG_BANG] = ACTIONS(5151), - [anon_sym_suspend] = ACTIONS(5149), - [anon_sym_sealed] = ACTIONS(5149), - [anon_sym_annotation] = ACTIONS(5149), - [anon_sym_data] = ACTIONS(5149), - [anon_sym_inner] = ACTIONS(5149), - [anon_sym_value] = ACTIONS(5149), - [anon_sym_override] = ACTIONS(5149), - [anon_sym_lateinit] = ACTIONS(5149), - [anon_sym_public] = ACTIONS(5149), - [anon_sym_private] = ACTIONS(5149), - [anon_sym_internal] = ACTIONS(5149), - [anon_sym_protected] = ACTIONS(5149), - [anon_sym_tailrec] = ACTIONS(5149), - [anon_sym_operator] = ACTIONS(5149), - [anon_sym_infix] = ACTIONS(5149), - [anon_sym_inline] = ACTIONS(5149), - [anon_sym_external] = ACTIONS(5149), - [sym_property_modifier] = ACTIONS(5149), - [anon_sym_abstract] = ACTIONS(5149), - [anon_sym_final] = ACTIONS(5149), - [anon_sym_open] = ACTIONS(5149), - [anon_sym_vararg] = ACTIONS(5149), - [anon_sym_noinline] = ACTIONS(5149), - [anon_sym_crossinline] = ACTIONS(5149), - [anon_sym_expect] = ACTIONS(5149), - [anon_sym_actual] = ACTIONS(5149), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5151), - [sym_safe_nav] = ACTIONS(5151), - [sym_multiline_comment] = ACTIONS(3), - }, - [3505] = { - [sym__alpha_identifier] = ACTIONS(5153), - [anon_sym_AT] = ACTIONS(5155), - [anon_sym_LBRACK] = ACTIONS(5155), - [anon_sym_RBRACK] = ACTIONS(5155), - [anon_sym_as] = ACTIONS(5153), - [anon_sym_EQ] = ACTIONS(5153), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(5155), - [anon_sym_LPAREN] = ACTIONS(5155), - [anon_sym_COMMA] = ACTIONS(5155), - [anon_sym_RPAREN] = ACTIONS(5155), - [anon_sym_LT] = ACTIONS(5153), - [anon_sym_GT] = ACTIONS(5153), - [anon_sym_where] = ACTIONS(5153), - [anon_sym_DOT] = ACTIONS(5153), - [anon_sym_SEMI] = ACTIONS(5155), - [anon_sym_get] = ACTIONS(5153), - [anon_sym_set] = ACTIONS(5153), - [anon_sym_STAR] = ACTIONS(5153), - [anon_sym_DASH_GT] = ACTIONS(5155), - [sym_label] = ACTIONS(5155), - [anon_sym_in] = ACTIONS(5153), - [anon_sym_while] = ACTIONS(5153), - [anon_sym_DOT_DOT] = ACTIONS(5155), - [anon_sym_QMARK_COLON] = ACTIONS(5155), - [anon_sym_AMP_AMP] = ACTIONS(5155), - [anon_sym_PIPE_PIPE] = ACTIONS(5155), - [anon_sym_else] = ACTIONS(5153), - [anon_sym_COLON_COLON] = ACTIONS(5155), - [anon_sym_PLUS_EQ] = ACTIONS(5155), - [anon_sym_DASH_EQ] = ACTIONS(5155), - [anon_sym_STAR_EQ] = ACTIONS(5155), - [anon_sym_SLASH_EQ] = ACTIONS(5155), - [anon_sym_PERCENT_EQ] = ACTIONS(5155), - [anon_sym_BANG_EQ] = ACTIONS(5153), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5155), - [anon_sym_EQ_EQ] = ACTIONS(5153), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5155), - [anon_sym_LT_EQ] = ACTIONS(5155), - [anon_sym_GT_EQ] = ACTIONS(5155), - [anon_sym_BANGin] = ACTIONS(5155), - [anon_sym_is] = ACTIONS(5153), - [anon_sym_BANGis] = ACTIONS(5155), - [anon_sym_PLUS] = ACTIONS(5153), - [anon_sym_DASH] = ACTIONS(5153), - [anon_sym_SLASH] = ACTIONS(5153), - [anon_sym_PERCENT] = ACTIONS(5153), - [anon_sym_as_QMARK] = ACTIONS(5155), - [anon_sym_PLUS_PLUS] = ACTIONS(5155), - [anon_sym_DASH_DASH] = ACTIONS(5155), - [anon_sym_BANG_BANG] = ACTIONS(5155), - [anon_sym_suspend] = ACTIONS(5153), - [anon_sym_sealed] = ACTIONS(5153), - [anon_sym_annotation] = ACTIONS(5153), - [anon_sym_data] = ACTIONS(5153), - [anon_sym_inner] = ACTIONS(5153), - [anon_sym_value] = ACTIONS(5153), - [anon_sym_override] = ACTIONS(5153), - [anon_sym_lateinit] = ACTIONS(5153), - [anon_sym_public] = ACTIONS(5153), - [anon_sym_private] = ACTIONS(5153), - [anon_sym_internal] = ACTIONS(5153), - [anon_sym_protected] = ACTIONS(5153), - [anon_sym_tailrec] = ACTIONS(5153), - [anon_sym_operator] = ACTIONS(5153), - [anon_sym_infix] = ACTIONS(5153), - [anon_sym_inline] = ACTIONS(5153), - [anon_sym_external] = ACTIONS(5153), - [sym_property_modifier] = ACTIONS(5153), - [anon_sym_abstract] = ACTIONS(5153), - [anon_sym_final] = ACTIONS(5153), - [anon_sym_open] = ACTIONS(5153), - [anon_sym_vararg] = ACTIONS(5153), - [anon_sym_noinline] = ACTIONS(5153), - [anon_sym_crossinline] = ACTIONS(5153), - [anon_sym_expect] = ACTIONS(5153), - [anon_sym_actual] = ACTIONS(5153), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5155), - [sym_safe_nav] = ACTIONS(5155), - [sym_multiline_comment] = ACTIONS(3), - }, - [3506] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(6874), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4259), - [anon_sym_fun] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4259), - [anon_sym_super] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [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(4259), - [anon_sym_if] = ACTIONS(4259), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4259), - [anon_sym_try] = ACTIONS(4259), - [anon_sym_throw] = ACTIONS(4259), - [anon_sym_return] = ACTIONS(4259), - [anon_sym_continue] = ACTIONS(4259), - [anon_sym_break] = ACTIONS(4259), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4259), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4262), - [anon_sym_continue_AT] = ACTIONS(4262), - [anon_sym_break_AT] = ACTIONS(4262), - [anon_sym_this_AT] = ACTIONS(4262), - [anon_sym_super_AT] = ACTIONS(4262), - [sym_real_literal] = ACTIONS(4262), - [sym_integer_literal] = ACTIONS(4259), - [sym_hex_literal] = ACTIONS(4262), - [sym_bin_literal] = ACTIONS(4262), - [anon_sym_true] = ACTIONS(4259), - [anon_sym_false] = ACTIONS(4259), - [anon_sym_SQUOTE] = ACTIONS(4262), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4262), - }, - [3507] = { - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_RBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(4160), - [anon_sym_LBRACE] = ACTIONS(4162), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_RPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [anon_sym_DASH_GT] = ACTIONS(4162), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_while] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - }, - [3508] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_EQ] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(6878), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4281), - [anon_sym_fun] = ACTIONS(4281), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [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(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4281), - [anon_sym_if] = ACTIONS(4281), - [anon_sym_else] = ACTIONS(4289), - [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(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4287), - [anon_sym_DASH_EQ] = ACTIONS(4287), - [anon_sym_STAR_EQ] = ACTIONS(4287), - [anon_sym_SLASH_EQ] = ACTIONS(4287), - [anon_sym_PERCENT_EQ] = ACTIONS(4287), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4281), - [anon_sym_DASH] = ACTIONS(4281), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4289), - [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4281), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_data] = ACTIONS(4281), - [anon_sym_inner] = ACTIONS(4281), - [anon_sym_value] = ACTIONS(4281), - [anon_sym_expect] = ACTIONS(4281), - [anon_sym_actual] = ACTIONS(4281), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4284), - [anon_sym_continue_AT] = ACTIONS(4284), - [anon_sym_break_AT] = ACTIONS(4284), - [anon_sym_this_AT] = ACTIONS(4284), - [anon_sym_super_AT] = ACTIONS(4284), - [sym_real_literal] = ACTIONS(4284), - [sym_integer_literal] = ACTIONS(4281), - [sym_hex_literal] = ACTIONS(4284), - [sym_bin_literal] = ACTIONS(4284), - [anon_sym_true] = ACTIONS(4281), - [anon_sym_false] = ACTIONS(4281), - [anon_sym_SQUOTE] = ACTIONS(4284), - [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4287), - [sym_safe_nav] = ACTIONS(4287), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4284), - }, - [3509] = { - [sym__alpha_identifier] = ACTIONS(4834), - [anon_sym_AT] = ACTIONS(4836), - [anon_sym_LBRACK] = ACTIONS(4836), - [anon_sym_RBRACK] = ACTIONS(4836), - [anon_sym_as] = ACTIONS(4834), - [anon_sym_EQ] = ACTIONS(4834), - [anon_sym_LBRACE] = ACTIONS(4836), - [anon_sym_RBRACE] = ACTIONS(4836), - [anon_sym_LPAREN] = ACTIONS(4836), - [anon_sym_COMMA] = ACTIONS(4836), - [anon_sym_RPAREN] = ACTIONS(4836), - [anon_sym_LT] = ACTIONS(4834), - [anon_sym_GT] = ACTIONS(4834), - [anon_sym_where] = ACTIONS(4834), - [anon_sym_DOT] = ACTIONS(4834), - [anon_sym_SEMI] = ACTIONS(4836), - [anon_sym_get] = ACTIONS(4834), - [anon_sym_set] = ACTIONS(4834), - [anon_sym_STAR] = ACTIONS(4834), - [anon_sym_DASH_GT] = ACTIONS(4836), - [sym_label] = ACTIONS(4836), - [anon_sym_in] = ACTIONS(4834), - [anon_sym_while] = ACTIONS(4834), - [anon_sym_DOT_DOT] = ACTIONS(4836), - [anon_sym_QMARK_COLON] = ACTIONS(4836), - [anon_sym_AMP_AMP] = ACTIONS(4836), - [anon_sym_PIPE_PIPE] = ACTIONS(4836), - [anon_sym_else] = ACTIONS(4834), - [anon_sym_COLON_COLON] = ACTIONS(4836), - [anon_sym_PLUS_EQ] = ACTIONS(4836), - [anon_sym_DASH_EQ] = ACTIONS(4836), - [anon_sym_STAR_EQ] = ACTIONS(4836), - [anon_sym_SLASH_EQ] = ACTIONS(4836), - [anon_sym_PERCENT_EQ] = ACTIONS(4836), - [anon_sym_BANG_EQ] = ACTIONS(4834), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4836), - [anon_sym_EQ_EQ] = ACTIONS(4834), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4836), - [anon_sym_LT_EQ] = ACTIONS(4836), - [anon_sym_GT_EQ] = ACTIONS(4836), - [anon_sym_BANGin] = ACTIONS(4836), - [anon_sym_is] = ACTIONS(4834), - [anon_sym_BANGis] = ACTIONS(4836), - [anon_sym_PLUS] = ACTIONS(4834), - [anon_sym_DASH] = ACTIONS(4834), - [anon_sym_SLASH] = ACTIONS(4834), - [anon_sym_PERCENT] = ACTIONS(4834), - [anon_sym_as_QMARK] = ACTIONS(4836), - [anon_sym_PLUS_PLUS] = ACTIONS(4836), - [anon_sym_DASH_DASH] = ACTIONS(4836), - [anon_sym_BANG_BANG] = ACTIONS(4836), - [anon_sym_suspend] = ACTIONS(4834), - [anon_sym_sealed] = ACTIONS(4834), - [anon_sym_annotation] = ACTIONS(4834), - [anon_sym_data] = ACTIONS(4834), - [anon_sym_inner] = ACTIONS(4834), - [anon_sym_value] = ACTIONS(4834), - [anon_sym_override] = ACTIONS(4834), - [anon_sym_lateinit] = ACTIONS(4834), - [anon_sym_public] = ACTIONS(4834), - [anon_sym_private] = ACTIONS(4834), - [anon_sym_internal] = ACTIONS(4834), - [anon_sym_protected] = ACTIONS(4834), - [anon_sym_tailrec] = ACTIONS(4834), - [anon_sym_operator] = ACTIONS(4834), - [anon_sym_infix] = ACTIONS(4834), - [anon_sym_inline] = ACTIONS(4834), - [anon_sym_external] = ACTIONS(4834), - [sym_property_modifier] = ACTIONS(4834), - [anon_sym_abstract] = ACTIONS(4834), - [anon_sym_final] = ACTIONS(4834), - [anon_sym_open] = ACTIONS(4834), - [anon_sym_vararg] = ACTIONS(4834), - [anon_sym_noinline] = ACTIONS(4834), - [anon_sym_crossinline] = ACTIONS(4834), - [anon_sym_expect] = ACTIONS(4834), - [anon_sym_actual] = ACTIONS(4834), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4836), - [sym_safe_nav] = ACTIONS(4836), - [sym_multiline_comment] = ACTIONS(3), - }, - [3510] = { - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(1804), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_RBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_RPAREN] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(1802), - [anon_sym_set] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_DASH_GT] = ACTIONS(1804), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(1802), - [anon_sym_sealed] = ACTIONS(1802), - [anon_sym_annotation] = ACTIONS(1802), - [anon_sym_data] = ACTIONS(1802), - [anon_sym_inner] = ACTIONS(1802), - [anon_sym_value] = ACTIONS(1802), - [anon_sym_override] = ACTIONS(1802), - [anon_sym_lateinit] = ACTIONS(1802), - [anon_sym_public] = ACTIONS(1802), - [anon_sym_private] = ACTIONS(1802), - [anon_sym_internal] = ACTIONS(1802), - [anon_sym_protected] = ACTIONS(1802), - [anon_sym_tailrec] = ACTIONS(1802), - [anon_sym_operator] = ACTIONS(1802), - [anon_sym_infix] = ACTIONS(1802), - [anon_sym_inline] = ACTIONS(1802), - [anon_sym_external] = ACTIONS(1802), - [sym_property_modifier] = ACTIONS(1802), - [anon_sym_abstract] = ACTIONS(1802), - [anon_sym_final] = ACTIONS(1802), - [anon_sym_open] = ACTIONS(1802), - [anon_sym_vararg] = ACTIONS(1802), - [anon_sym_noinline] = ACTIONS(1802), - [anon_sym_crossinline] = ACTIONS(1802), - [anon_sym_expect] = ACTIONS(1802), - [anon_sym_actual] = ACTIONS(1802), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [3511] = { - [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_value] = 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), - [sym_multiline_comment] = ACTIONS(3), - }, - [3512] = { - [sym__alpha_identifier] = ACTIONS(5175), - [anon_sym_AT] = ACTIONS(5177), - [anon_sym_LBRACK] = ACTIONS(5177), - [anon_sym_RBRACK] = ACTIONS(5177), - [anon_sym_as] = ACTIONS(5175), - [anon_sym_EQ] = ACTIONS(5175), - [anon_sym_LBRACE] = ACTIONS(5177), - [anon_sym_RBRACE] = ACTIONS(5177), - [anon_sym_LPAREN] = ACTIONS(5177), - [anon_sym_COMMA] = ACTIONS(5177), - [anon_sym_RPAREN] = ACTIONS(5177), - [anon_sym_LT] = ACTIONS(5175), - [anon_sym_GT] = ACTIONS(5175), - [anon_sym_where] = ACTIONS(5175), - [anon_sym_DOT] = ACTIONS(5175), - [anon_sym_SEMI] = ACTIONS(5177), - [anon_sym_get] = ACTIONS(5175), - [anon_sym_set] = ACTIONS(5175), - [anon_sym_STAR] = ACTIONS(5175), - [anon_sym_DASH_GT] = ACTIONS(5177), - [sym_label] = ACTIONS(5177), - [anon_sym_in] = ACTIONS(5175), - [anon_sym_while] = ACTIONS(5175), - [anon_sym_DOT_DOT] = ACTIONS(5177), - [anon_sym_QMARK_COLON] = ACTIONS(5177), - [anon_sym_AMP_AMP] = ACTIONS(5177), - [anon_sym_PIPE_PIPE] = ACTIONS(5177), - [anon_sym_else] = ACTIONS(5175), - [anon_sym_COLON_COLON] = ACTIONS(5177), - [anon_sym_PLUS_EQ] = ACTIONS(5177), - [anon_sym_DASH_EQ] = ACTIONS(5177), - [anon_sym_STAR_EQ] = ACTIONS(5177), - [anon_sym_SLASH_EQ] = ACTIONS(5177), - [anon_sym_PERCENT_EQ] = ACTIONS(5177), - [anon_sym_BANG_EQ] = ACTIONS(5175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5177), - [anon_sym_EQ_EQ] = ACTIONS(5175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5177), - [anon_sym_LT_EQ] = ACTIONS(5177), - [anon_sym_GT_EQ] = ACTIONS(5177), - [anon_sym_BANGin] = ACTIONS(5177), - [anon_sym_is] = ACTIONS(5175), - [anon_sym_BANGis] = ACTIONS(5177), - [anon_sym_PLUS] = ACTIONS(5175), - [anon_sym_DASH] = ACTIONS(5175), - [anon_sym_SLASH] = ACTIONS(5175), - [anon_sym_PERCENT] = ACTIONS(5175), - [anon_sym_as_QMARK] = ACTIONS(5177), - [anon_sym_PLUS_PLUS] = ACTIONS(5177), - [anon_sym_DASH_DASH] = ACTIONS(5177), - [anon_sym_BANG_BANG] = ACTIONS(5177), - [anon_sym_suspend] = ACTIONS(5175), - [anon_sym_sealed] = ACTIONS(5175), - [anon_sym_annotation] = ACTIONS(5175), - [anon_sym_data] = ACTIONS(5175), - [anon_sym_inner] = ACTIONS(5175), - [anon_sym_value] = ACTIONS(5175), - [anon_sym_override] = ACTIONS(5175), - [anon_sym_lateinit] = ACTIONS(5175), - [anon_sym_public] = ACTIONS(5175), - [anon_sym_private] = ACTIONS(5175), - [anon_sym_internal] = ACTIONS(5175), - [anon_sym_protected] = ACTIONS(5175), - [anon_sym_tailrec] = ACTIONS(5175), - [anon_sym_operator] = ACTIONS(5175), - [anon_sym_infix] = ACTIONS(5175), - [anon_sym_inline] = ACTIONS(5175), - [anon_sym_external] = ACTIONS(5175), - [sym_property_modifier] = ACTIONS(5175), - [anon_sym_abstract] = ACTIONS(5175), - [anon_sym_final] = ACTIONS(5175), - [anon_sym_open] = ACTIONS(5175), - [anon_sym_vararg] = ACTIONS(5175), - [anon_sym_noinline] = ACTIONS(5175), - [anon_sym_crossinline] = ACTIONS(5175), - [anon_sym_expect] = ACTIONS(5175), - [anon_sym_actual] = ACTIONS(5175), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5177), - [sym_safe_nav] = ACTIONS(5177), - [sym_multiline_comment] = ACTIONS(3), - }, - [3513] = { - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_RBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(4465), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_RPAREN] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(4463), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [anon_sym_DASH_GT] = ACTIONS(4465), - [sym_label] = ACTIONS(4465), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_while] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_suspend] = ACTIONS(4463), - [anon_sym_sealed] = ACTIONS(4463), - [anon_sym_annotation] = ACTIONS(4463), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_override] = ACTIONS(4463), - [anon_sym_lateinit] = ACTIONS(4463), - [anon_sym_public] = ACTIONS(4463), - [anon_sym_private] = ACTIONS(4463), - [anon_sym_internal] = ACTIONS(4463), - [anon_sym_protected] = ACTIONS(4463), - [anon_sym_tailrec] = ACTIONS(4463), - [anon_sym_operator] = ACTIONS(4463), - [anon_sym_infix] = ACTIONS(4463), - [anon_sym_inline] = ACTIONS(4463), - [anon_sym_external] = ACTIONS(4463), - [sym_property_modifier] = ACTIONS(4463), - [anon_sym_abstract] = ACTIONS(4463), - [anon_sym_final] = ACTIONS(4463), - [anon_sym_open] = ACTIONS(4463), - [anon_sym_vararg] = ACTIONS(4463), - [anon_sym_noinline] = ACTIONS(4463), - [anon_sym_crossinline] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), - [sym_multiline_comment] = ACTIONS(3), - }, - [3514] = { - [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_value] = 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), - [sym_multiline_comment] = ACTIONS(3), - }, - [3515] = { - [ts_builtin_sym_end] = ACTIONS(6882), - [sym__alpha_identifier] = ACTIONS(6884), - [anon_sym_AT] = ACTIONS(6882), - [anon_sym_LBRACK] = ACTIONS(6882), - [anon_sym_package] = ACTIONS(6884), - [anon_sym_import] = ACTIONS(6884), - [anon_sym_typealias] = ACTIONS(6884), - [anon_sym_class] = ACTIONS(6884), - [anon_sym_interface] = ACTIONS(6884), - [anon_sym_enum] = ACTIONS(6884), - [anon_sym_LBRACE] = ACTIONS(6882), - [anon_sym_LPAREN] = ACTIONS(6882), - [anon_sym_val] = ACTIONS(6884), - [anon_sym_var] = ACTIONS(6884), - [anon_sym_object] = ACTIONS(6884), - [anon_sym_fun] = ACTIONS(6884), - [anon_sym_get] = ACTIONS(6884), - [anon_sym_set] = ACTIONS(6884), - [anon_sym_this] = ACTIONS(6884), - [anon_sym_super] = ACTIONS(6884), - [anon_sym_STAR] = ACTIONS(6882), - [sym_label] = ACTIONS(6884), - [anon_sym_for] = ACTIONS(6884), - [anon_sym_while] = ACTIONS(6884), - [anon_sym_do] = ACTIONS(6884), - [anon_sym_null] = ACTIONS(6884), - [anon_sym_if] = ACTIONS(6884), - [anon_sym_when] = ACTIONS(6884), - [anon_sym_try] = ACTIONS(6884), - [anon_sym_throw] = ACTIONS(6884), - [anon_sym_return] = ACTIONS(6884), - [anon_sym_continue] = ACTIONS(6884), - [anon_sym_break] = ACTIONS(6884), - [anon_sym_COLON_COLON] = ACTIONS(6882), - [anon_sym_PLUS] = ACTIONS(6884), - [anon_sym_DASH] = ACTIONS(6884), - [anon_sym_PLUS_PLUS] = ACTIONS(6882), - [anon_sym_DASH_DASH] = ACTIONS(6882), - [anon_sym_BANG] = ACTIONS(6882), - [anon_sym_suspend] = ACTIONS(6884), - [anon_sym_sealed] = ACTIONS(6884), - [anon_sym_annotation] = ACTIONS(6884), - [anon_sym_data] = ACTIONS(6884), - [anon_sym_inner] = ACTIONS(6884), - [anon_sym_value] = ACTIONS(6884), - [anon_sym_override] = ACTIONS(6884), - [anon_sym_lateinit] = ACTIONS(6884), - [anon_sym_public] = ACTIONS(6884), - [anon_sym_private] = ACTIONS(6884), - [anon_sym_internal] = ACTIONS(6884), - [anon_sym_protected] = ACTIONS(6884), - [anon_sym_tailrec] = ACTIONS(6884), - [anon_sym_operator] = ACTIONS(6884), - [anon_sym_infix] = ACTIONS(6884), - [anon_sym_inline] = ACTIONS(6884), - [anon_sym_external] = ACTIONS(6884), - [sym_property_modifier] = ACTIONS(6884), - [anon_sym_abstract] = ACTIONS(6884), - [anon_sym_final] = ACTIONS(6884), - [anon_sym_open] = ACTIONS(6884), - [anon_sym_vararg] = ACTIONS(6884), - [anon_sym_noinline] = ACTIONS(6884), - [anon_sym_crossinline] = ACTIONS(6884), - [anon_sym_expect] = ACTIONS(6884), - [anon_sym_actual] = ACTIONS(6884), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(6882), - [anon_sym_continue_AT] = ACTIONS(6882), - [anon_sym_break_AT] = ACTIONS(6882), - [anon_sym_this_AT] = ACTIONS(6882), - [anon_sym_super_AT] = ACTIONS(6882), - [sym_real_literal] = ACTIONS(6882), - [sym_integer_literal] = ACTIONS(6884), - [sym_hex_literal] = ACTIONS(6882), - [sym_bin_literal] = ACTIONS(6882), - [anon_sym_true] = ACTIONS(6884), - [anon_sym_false] = ACTIONS(6884), - [anon_sym_SQUOTE] = ACTIONS(6882), - [sym__backtick_identifier] = ACTIONS(6882), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(6882), - }, - [3516] = { - [sym__alpha_identifier] = ACTIONS(5024), - [anon_sym_AT] = ACTIONS(5026), - [anon_sym_LBRACK] = ACTIONS(5026), - [anon_sym_RBRACK] = ACTIONS(5026), - [anon_sym_as] = ACTIONS(5024), - [anon_sym_EQ] = ACTIONS(5024), - [anon_sym_LBRACE] = ACTIONS(5026), - [anon_sym_RBRACE] = ACTIONS(5026), - [anon_sym_LPAREN] = ACTIONS(5026), - [anon_sym_COMMA] = ACTIONS(5026), - [anon_sym_RPAREN] = ACTIONS(5026), - [anon_sym_LT] = ACTIONS(5024), - [anon_sym_GT] = ACTIONS(5024), - [anon_sym_where] = ACTIONS(5024), - [anon_sym_DOT] = ACTIONS(5024), - [anon_sym_SEMI] = ACTIONS(5026), - [anon_sym_get] = ACTIONS(5024), - [anon_sym_set] = ACTIONS(5024), - [anon_sym_STAR] = ACTIONS(5024), - [anon_sym_DASH_GT] = ACTIONS(5026), - [sym_label] = ACTIONS(5026), - [anon_sym_in] = ACTIONS(5024), - [anon_sym_while] = ACTIONS(5024), - [anon_sym_DOT_DOT] = ACTIONS(5026), - [anon_sym_QMARK_COLON] = ACTIONS(5026), - [anon_sym_AMP_AMP] = ACTIONS(5026), - [anon_sym_PIPE_PIPE] = ACTIONS(5026), - [anon_sym_else] = ACTIONS(5024), - [anon_sym_COLON_COLON] = ACTIONS(6837), - [anon_sym_PLUS_EQ] = ACTIONS(5026), - [anon_sym_DASH_EQ] = ACTIONS(5026), - [anon_sym_STAR_EQ] = ACTIONS(5026), - [anon_sym_SLASH_EQ] = ACTIONS(5026), - [anon_sym_PERCENT_EQ] = ACTIONS(5026), - [anon_sym_BANG_EQ] = ACTIONS(5024), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5026), - [anon_sym_EQ_EQ] = ACTIONS(5024), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5026), - [anon_sym_LT_EQ] = ACTIONS(5026), - [anon_sym_GT_EQ] = ACTIONS(5026), - [anon_sym_BANGin] = ACTIONS(5026), - [anon_sym_is] = ACTIONS(5024), - [anon_sym_BANGis] = ACTIONS(5026), - [anon_sym_PLUS] = ACTIONS(5024), - [anon_sym_DASH] = ACTIONS(5024), - [anon_sym_SLASH] = ACTIONS(5024), - [anon_sym_PERCENT] = ACTIONS(5024), - [anon_sym_as_QMARK] = ACTIONS(5026), - [anon_sym_PLUS_PLUS] = ACTIONS(5026), - [anon_sym_DASH_DASH] = ACTIONS(5026), - [anon_sym_BANG_BANG] = ACTIONS(5026), - [anon_sym_suspend] = ACTIONS(5024), - [anon_sym_sealed] = ACTIONS(5024), - [anon_sym_annotation] = ACTIONS(5024), - [anon_sym_data] = ACTIONS(5024), - [anon_sym_inner] = ACTIONS(5024), - [anon_sym_value] = ACTIONS(5024), - [anon_sym_override] = ACTIONS(5024), - [anon_sym_lateinit] = ACTIONS(5024), - [anon_sym_public] = ACTIONS(5024), - [anon_sym_private] = ACTIONS(5024), - [anon_sym_internal] = ACTIONS(5024), - [anon_sym_protected] = ACTIONS(5024), - [anon_sym_tailrec] = ACTIONS(5024), - [anon_sym_operator] = ACTIONS(5024), - [anon_sym_infix] = ACTIONS(5024), - [anon_sym_inline] = ACTIONS(5024), - [anon_sym_external] = ACTIONS(5024), - [sym_property_modifier] = ACTIONS(5024), - [anon_sym_abstract] = ACTIONS(5024), - [anon_sym_final] = ACTIONS(5024), - [anon_sym_open] = ACTIONS(5024), - [anon_sym_vararg] = ACTIONS(5024), - [anon_sym_noinline] = ACTIONS(5024), - [anon_sym_crossinline] = ACTIONS(5024), - [anon_sym_expect] = ACTIONS(5024), - [anon_sym_actual] = ACTIONS(5024), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5026), - [sym_safe_nav] = ACTIONS(5026), - [sym_multiline_comment] = ACTIONS(3), - }, - [3517] = { - [sym__alpha_identifier] = ACTIONS(4493), - [anon_sym_AT] = ACTIONS(4495), - [anon_sym_LBRACK] = ACTIONS(4495), - [anon_sym_RBRACK] = ACTIONS(4495), - [anon_sym_as] = ACTIONS(4493), - [anon_sym_EQ] = ACTIONS(4493), - [anon_sym_LBRACE] = ACTIONS(4495), - [anon_sym_RBRACE] = ACTIONS(4495), - [anon_sym_LPAREN] = ACTIONS(4495), - [anon_sym_COMMA] = ACTIONS(4495), - [anon_sym_RPAREN] = ACTIONS(4495), - [anon_sym_LT] = ACTIONS(4493), - [anon_sym_GT] = ACTIONS(4493), - [anon_sym_where] = ACTIONS(4493), - [anon_sym_DOT] = ACTIONS(4493), - [anon_sym_SEMI] = ACTIONS(4495), - [anon_sym_get] = ACTIONS(4493), - [anon_sym_set] = ACTIONS(4493), - [anon_sym_STAR] = ACTIONS(4493), - [anon_sym_DASH_GT] = ACTIONS(4495), - [sym_label] = ACTIONS(4495), - [anon_sym_in] = ACTIONS(4493), - [anon_sym_while] = ACTIONS(4493), - [anon_sym_DOT_DOT] = ACTIONS(4495), - [anon_sym_QMARK_COLON] = ACTIONS(4495), - [anon_sym_AMP_AMP] = ACTIONS(4495), - [anon_sym_PIPE_PIPE] = ACTIONS(4495), - [anon_sym_else] = ACTIONS(4493), - [anon_sym_COLON_COLON] = ACTIONS(4495), - [anon_sym_PLUS_EQ] = ACTIONS(4495), - [anon_sym_DASH_EQ] = ACTIONS(4495), - [anon_sym_STAR_EQ] = ACTIONS(4495), - [anon_sym_SLASH_EQ] = ACTIONS(4495), - [anon_sym_PERCENT_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ] = ACTIONS(4493), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ] = ACTIONS(4493), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), - [anon_sym_LT_EQ] = ACTIONS(4495), - [anon_sym_GT_EQ] = ACTIONS(4495), - [anon_sym_BANGin] = ACTIONS(4495), - [anon_sym_is] = ACTIONS(4493), - [anon_sym_BANGis] = ACTIONS(4495), - [anon_sym_PLUS] = ACTIONS(4493), - [anon_sym_DASH] = ACTIONS(4493), - [anon_sym_SLASH] = ACTIONS(4493), - [anon_sym_PERCENT] = ACTIONS(4493), - [anon_sym_as_QMARK] = ACTIONS(4495), - [anon_sym_PLUS_PLUS] = ACTIONS(4495), - [anon_sym_DASH_DASH] = ACTIONS(4495), - [anon_sym_BANG_BANG] = ACTIONS(4495), - [anon_sym_suspend] = ACTIONS(4493), - [anon_sym_sealed] = ACTIONS(4493), - [anon_sym_annotation] = ACTIONS(4493), - [anon_sym_data] = ACTIONS(4493), - [anon_sym_inner] = ACTIONS(4493), - [anon_sym_value] = ACTIONS(4493), - [anon_sym_override] = ACTIONS(4493), - [anon_sym_lateinit] = ACTIONS(4493), - [anon_sym_public] = ACTIONS(4493), - [anon_sym_private] = ACTIONS(4493), - [anon_sym_internal] = ACTIONS(4493), - [anon_sym_protected] = ACTIONS(4493), - [anon_sym_tailrec] = ACTIONS(4493), - [anon_sym_operator] = ACTIONS(4493), - [anon_sym_infix] = ACTIONS(4493), - [anon_sym_inline] = ACTIONS(4493), - [anon_sym_external] = ACTIONS(4493), - [sym_property_modifier] = ACTIONS(4493), - [anon_sym_abstract] = ACTIONS(4493), - [anon_sym_final] = ACTIONS(4493), - [anon_sym_open] = ACTIONS(4493), - [anon_sym_vararg] = ACTIONS(4493), - [anon_sym_noinline] = ACTIONS(4493), - [anon_sym_crossinline] = ACTIONS(4493), - [anon_sym_expect] = ACTIONS(4493), - [anon_sym_actual] = ACTIONS(4493), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4495), - [sym_safe_nav] = ACTIONS(4495), - [sym_multiline_comment] = ACTIONS(3), - }, - [3518] = { - [sym__alpha_identifier] = ACTIONS(4728), - [anon_sym_AT] = ACTIONS(4730), - [anon_sym_LBRACK] = ACTIONS(4730), - [anon_sym_EQ] = ACTIONS(4730), - [anon_sym_LBRACE] = ACTIONS(4730), - [anon_sym_RBRACE] = ACTIONS(4730), - [anon_sym_LPAREN] = ACTIONS(4730), - [anon_sym_COMMA] = ACTIONS(4730), - [anon_sym_by] = ACTIONS(4728), - [anon_sym_where] = ACTIONS(4728), - [anon_sym_object] = ACTIONS(4728), - [anon_sym_fun] = ACTIONS(4728), - [anon_sym_SEMI] = ACTIONS(4730), - [anon_sym_get] = ACTIONS(4728), - [anon_sym_set] = ACTIONS(4728), - [anon_sym_this] = ACTIONS(4728), - [anon_sym_super] = ACTIONS(4728), - [anon_sym_STAR] = ACTIONS(4730), - [sym_label] = ACTIONS(4728), - [anon_sym_in] = ACTIONS(4728), - [anon_sym_null] = ACTIONS(4728), - [anon_sym_if] = ACTIONS(4728), - [anon_sym_else] = ACTIONS(4728), - [anon_sym_when] = ACTIONS(4728), - [anon_sym_try] = ACTIONS(4728), - [anon_sym_throw] = ACTIONS(4728), - [anon_sym_return] = ACTIONS(4728), - [anon_sym_continue] = ACTIONS(4728), - [anon_sym_break] = ACTIONS(4728), - [anon_sym_COLON_COLON] = ACTIONS(4730), - [anon_sym_BANGin] = ACTIONS(4730), - [anon_sym_is] = ACTIONS(4728), - [anon_sym_BANGis] = ACTIONS(4730), - [anon_sym_PLUS] = ACTIONS(4728), - [anon_sym_DASH] = ACTIONS(4728), - [anon_sym_PLUS_PLUS] = ACTIONS(4730), - [anon_sym_DASH_DASH] = ACTIONS(4730), - [anon_sym_BANG] = ACTIONS(4728), - [anon_sym_suspend] = ACTIONS(4728), - [anon_sym_sealed] = ACTIONS(4728), - [anon_sym_annotation] = ACTIONS(4728), - [anon_sym_data] = ACTIONS(4728), - [anon_sym_inner] = ACTIONS(4728), - [anon_sym_value] = ACTIONS(4728), - [anon_sym_override] = ACTIONS(4728), - [anon_sym_lateinit] = ACTIONS(4728), - [anon_sym_public] = ACTIONS(4728), - [anon_sym_private] = ACTIONS(4728), - [anon_sym_internal] = ACTIONS(4728), - [anon_sym_protected] = ACTIONS(4728), - [anon_sym_tailrec] = ACTIONS(4728), - [anon_sym_operator] = ACTIONS(4728), - [anon_sym_infix] = ACTIONS(4728), - [anon_sym_inline] = ACTIONS(4728), - [anon_sym_external] = ACTIONS(4728), - [sym_property_modifier] = ACTIONS(4728), - [anon_sym_abstract] = ACTIONS(4728), - [anon_sym_final] = ACTIONS(4728), - [anon_sym_open] = ACTIONS(4728), - [anon_sym_vararg] = ACTIONS(4728), - [anon_sym_noinline] = ACTIONS(4728), - [anon_sym_crossinline] = ACTIONS(4728), - [anon_sym_expect] = ACTIONS(4728), - [anon_sym_actual] = ACTIONS(4728), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4730), - [anon_sym_continue_AT] = ACTIONS(4730), - [anon_sym_break_AT] = ACTIONS(4730), - [anon_sym_this_AT] = ACTIONS(4730), - [anon_sym_super_AT] = ACTIONS(4730), - [sym_real_literal] = ACTIONS(4730), - [sym_integer_literal] = ACTIONS(4728), - [sym_hex_literal] = ACTIONS(4730), - [sym_bin_literal] = ACTIONS(4730), - [anon_sym_true] = ACTIONS(4728), - [anon_sym_false] = ACTIONS(4728), - [anon_sym_SQUOTE] = ACTIONS(4730), - [sym__backtick_identifier] = ACTIONS(4730), - [sym__automatic_semicolon] = ACTIONS(4730), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4730), - }, - [3519] = { - [sym__alpha_identifier] = ACTIONS(4762), - [anon_sym_AT] = ACTIONS(4765), - [anon_sym_LBRACK] = ACTIONS(4765), - [anon_sym_EQ] = ACTIONS(4765), - [anon_sym_LBRACE] = ACTIONS(4765), - [anon_sym_RBRACE] = ACTIONS(4765), - [anon_sym_LPAREN] = ACTIONS(4765), - [anon_sym_COMMA] = ACTIONS(4765), - [anon_sym_by] = ACTIONS(4762), - [anon_sym_where] = ACTIONS(4762), - [anon_sym_object] = ACTIONS(4762), - [anon_sym_fun] = ACTIONS(4762), - [anon_sym_SEMI] = ACTIONS(4765), - [anon_sym_get] = ACTIONS(4762), - [anon_sym_set] = ACTIONS(4762), - [anon_sym_this] = ACTIONS(4762), - [anon_sym_super] = ACTIONS(4762), - [anon_sym_STAR] = ACTIONS(4765), - [sym_label] = ACTIONS(4762), - [anon_sym_in] = ACTIONS(4762), - [anon_sym_null] = ACTIONS(4762), - [anon_sym_if] = ACTIONS(4762), - [anon_sym_else] = ACTIONS(4762), - [anon_sym_when] = ACTIONS(4762), - [anon_sym_try] = ACTIONS(4762), - [anon_sym_throw] = ACTIONS(4762), - [anon_sym_return] = ACTIONS(4762), - [anon_sym_continue] = ACTIONS(4762), - [anon_sym_break] = ACTIONS(4762), - [anon_sym_COLON_COLON] = ACTIONS(4765), - [anon_sym_BANGin] = ACTIONS(4765), - [anon_sym_is] = ACTIONS(4762), - [anon_sym_BANGis] = ACTIONS(4765), - [anon_sym_PLUS] = ACTIONS(4762), - [anon_sym_DASH] = ACTIONS(4762), - [anon_sym_PLUS_PLUS] = ACTIONS(4765), - [anon_sym_DASH_DASH] = ACTIONS(4765), - [anon_sym_BANG] = ACTIONS(4762), - [anon_sym_suspend] = ACTIONS(4762), - [anon_sym_sealed] = ACTIONS(4762), - [anon_sym_annotation] = ACTIONS(4762), - [anon_sym_data] = ACTIONS(4762), - [anon_sym_inner] = ACTIONS(4762), - [anon_sym_value] = ACTIONS(4762), - [anon_sym_override] = ACTIONS(4762), - [anon_sym_lateinit] = ACTIONS(4762), - [anon_sym_public] = ACTIONS(4762), - [anon_sym_private] = ACTIONS(4762), - [anon_sym_internal] = ACTIONS(4762), - [anon_sym_protected] = ACTIONS(4762), - [anon_sym_tailrec] = ACTIONS(4762), - [anon_sym_operator] = ACTIONS(4762), - [anon_sym_infix] = ACTIONS(4762), - [anon_sym_inline] = ACTIONS(4762), - [anon_sym_external] = ACTIONS(4762), - [sym_property_modifier] = ACTIONS(4762), - [anon_sym_abstract] = ACTIONS(4762), - [anon_sym_final] = ACTIONS(4762), - [anon_sym_open] = ACTIONS(4762), - [anon_sym_vararg] = ACTIONS(4762), - [anon_sym_noinline] = ACTIONS(4762), - [anon_sym_crossinline] = ACTIONS(4762), - [anon_sym_expect] = ACTIONS(4762), - [anon_sym_actual] = ACTIONS(4762), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4765), - [anon_sym_continue_AT] = ACTIONS(4765), - [anon_sym_break_AT] = ACTIONS(4765), - [anon_sym_this_AT] = ACTIONS(4765), - [anon_sym_super_AT] = ACTIONS(4765), - [sym_real_literal] = ACTIONS(4765), - [sym_integer_literal] = ACTIONS(4762), - [sym_hex_literal] = ACTIONS(4765), - [sym_bin_literal] = ACTIONS(4765), - [anon_sym_true] = ACTIONS(4762), - [anon_sym_false] = ACTIONS(4762), - [anon_sym_SQUOTE] = ACTIONS(4765), - [sym__backtick_identifier] = ACTIONS(4765), - [sym__automatic_semicolon] = ACTIONS(4765), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4765), - }, - [3520] = { - [sym__alpha_identifier] = ACTIONS(5191), - [anon_sym_AT] = ACTIONS(5193), - [anon_sym_LBRACK] = ACTIONS(5193), - [anon_sym_RBRACK] = ACTIONS(5193), - [anon_sym_as] = ACTIONS(5191), - [anon_sym_EQ] = ACTIONS(5191), - [anon_sym_LBRACE] = ACTIONS(5193), - [anon_sym_RBRACE] = ACTIONS(5193), - [anon_sym_LPAREN] = ACTIONS(5193), - [anon_sym_COMMA] = ACTIONS(5193), - [anon_sym_RPAREN] = ACTIONS(5193), - [anon_sym_LT] = ACTIONS(5191), - [anon_sym_GT] = ACTIONS(5191), - [anon_sym_where] = ACTIONS(5191), - [anon_sym_DOT] = ACTIONS(5191), - [anon_sym_SEMI] = ACTIONS(5193), - [anon_sym_get] = ACTIONS(5191), - [anon_sym_set] = ACTIONS(5191), - [anon_sym_STAR] = ACTIONS(5191), - [anon_sym_DASH_GT] = ACTIONS(5193), - [sym_label] = ACTIONS(5193), - [anon_sym_in] = ACTIONS(5191), - [anon_sym_while] = ACTIONS(5191), - [anon_sym_DOT_DOT] = ACTIONS(5193), - [anon_sym_QMARK_COLON] = ACTIONS(5193), - [anon_sym_AMP_AMP] = ACTIONS(5193), - [anon_sym_PIPE_PIPE] = ACTIONS(5193), - [anon_sym_else] = ACTIONS(5191), - [anon_sym_COLON_COLON] = ACTIONS(5193), - [anon_sym_PLUS_EQ] = ACTIONS(5193), - [anon_sym_DASH_EQ] = ACTIONS(5193), - [anon_sym_STAR_EQ] = ACTIONS(5193), - [anon_sym_SLASH_EQ] = ACTIONS(5193), - [anon_sym_PERCENT_EQ] = ACTIONS(5193), - [anon_sym_BANG_EQ] = ACTIONS(5191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5193), - [anon_sym_EQ_EQ] = ACTIONS(5191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5193), - [anon_sym_LT_EQ] = ACTIONS(5193), - [anon_sym_GT_EQ] = ACTIONS(5193), - [anon_sym_BANGin] = ACTIONS(5193), - [anon_sym_is] = ACTIONS(5191), - [anon_sym_BANGis] = ACTIONS(5193), - [anon_sym_PLUS] = ACTIONS(5191), - [anon_sym_DASH] = ACTIONS(5191), - [anon_sym_SLASH] = ACTIONS(5191), - [anon_sym_PERCENT] = ACTIONS(5191), - [anon_sym_as_QMARK] = ACTIONS(5193), - [anon_sym_PLUS_PLUS] = ACTIONS(5193), - [anon_sym_DASH_DASH] = ACTIONS(5193), - [anon_sym_BANG_BANG] = ACTIONS(5193), - [anon_sym_suspend] = ACTIONS(5191), - [anon_sym_sealed] = ACTIONS(5191), - [anon_sym_annotation] = ACTIONS(5191), - [anon_sym_data] = ACTIONS(5191), - [anon_sym_inner] = ACTIONS(5191), - [anon_sym_value] = ACTIONS(5191), - [anon_sym_override] = ACTIONS(5191), - [anon_sym_lateinit] = ACTIONS(5191), - [anon_sym_public] = ACTIONS(5191), - [anon_sym_private] = ACTIONS(5191), - [anon_sym_internal] = ACTIONS(5191), - [anon_sym_protected] = ACTIONS(5191), - [anon_sym_tailrec] = ACTIONS(5191), - [anon_sym_operator] = ACTIONS(5191), - [anon_sym_infix] = ACTIONS(5191), - [anon_sym_inline] = ACTIONS(5191), - [anon_sym_external] = ACTIONS(5191), - [sym_property_modifier] = ACTIONS(5191), - [anon_sym_abstract] = ACTIONS(5191), - [anon_sym_final] = ACTIONS(5191), - [anon_sym_open] = ACTIONS(5191), - [anon_sym_vararg] = ACTIONS(5191), - [anon_sym_noinline] = ACTIONS(5191), - [anon_sym_crossinline] = ACTIONS(5191), - [anon_sym_expect] = ACTIONS(5191), - [anon_sym_actual] = ACTIONS(5191), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5193), - [sym_safe_nav] = ACTIONS(5193), - [sym_multiline_comment] = ACTIONS(3), - }, - [3521] = { - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_RBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(3290), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_RPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [anon_sym_DASH_GT] = ACTIONS(3290), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_while] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3286), - [anon_sym_sealed] = ACTIONS(3286), - [anon_sym_annotation] = ACTIONS(3286), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_override] = ACTIONS(3286), - [anon_sym_lateinit] = ACTIONS(3286), - [anon_sym_public] = ACTIONS(3286), - [anon_sym_private] = ACTIONS(3286), - [anon_sym_internal] = ACTIONS(3286), - [anon_sym_protected] = ACTIONS(3286), - [anon_sym_tailrec] = ACTIONS(3286), - [anon_sym_operator] = ACTIONS(3286), - [anon_sym_infix] = ACTIONS(3286), - [anon_sym_inline] = ACTIONS(3286), - [anon_sym_external] = ACTIONS(3286), - [sym_property_modifier] = ACTIONS(3286), - [anon_sym_abstract] = ACTIONS(3286), - [anon_sym_final] = ACTIONS(3286), - [anon_sym_open] = ACTIONS(3286), - [anon_sym_vararg] = ACTIONS(3286), - [anon_sym_noinline] = ACTIONS(3286), - [anon_sym_crossinline] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - }, - [3522] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_EQ] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_object] = ACTIONS(4818), - [anon_sym_fun] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(4820), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_this] = ACTIONS(4818), - [anon_sym_super] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4818), - [sym_label] = ACTIONS(4818), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_null] = ACTIONS(4818), - [anon_sym_if] = ACTIONS(4818), - [anon_sym_else] = ACTIONS(6886), - [anon_sym_when] = ACTIONS(4818), - [anon_sym_try] = ACTIONS(4818), - [anon_sym_throw] = ACTIONS(4818), - [anon_sym_return] = ACTIONS(4818), - [anon_sym_continue] = ACTIONS(4818), - [anon_sym_break] = ACTIONS(4818), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_PLUS_EQ] = ACTIONS(4820), - [anon_sym_DASH_EQ] = ACTIONS(4820), - [anon_sym_STAR_EQ] = ACTIONS(4820), - [anon_sym_SLASH_EQ] = ACTIONS(4820), - [anon_sym_PERCENT_EQ] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4818), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG] = ACTIONS(4818), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4820), - [anon_sym_continue_AT] = ACTIONS(4820), - [anon_sym_break_AT] = ACTIONS(4820), - [anon_sym_this_AT] = ACTIONS(4820), - [anon_sym_super_AT] = ACTIONS(4820), - [sym_real_literal] = ACTIONS(4820), - [sym_integer_literal] = ACTIONS(4818), - [sym_hex_literal] = ACTIONS(4820), - [sym_bin_literal] = ACTIONS(4820), - [anon_sym_true] = ACTIONS(4818), - [anon_sym_false] = ACTIONS(4818), - [anon_sym_SQUOTE] = ACTIONS(4820), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4820), - }, - [3523] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_EQ] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_object] = ACTIONS(4818), - [anon_sym_fun] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(6888), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_this] = ACTIONS(4818), - [anon_sym_super] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4818), - [sym_label] = ACTIONS(4818), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_null] = ACTIONS(4818), - [anon_sym_if] = ACTIONS(4818), - [anon_sym_else] = ACTIONS(6886), - [anon_sym_when] = ACTIONS(4818), - [anon_sym_try] = ACTIONS(4818), - [anon_sym_throw] = ACTIONS(4818), - [anon_sym_return] = ACTIONS(4818), - [anon_sym_continue] = ACTIONS(4818), - [anon_sym_break] = ACTIONS(4818), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_PLUS_EQ] = ACTIONS(4820), - [anon_sym_DASH_EQ] = ACTIONS(4820), - [anon_sym_STAR_EQ] = ACTIONS(4820), - [anon_sym_SLASH_EQ] = ACTIONS(4820), - [anon_sym_PERCENT_EQ] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4818), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG] = ACTIONS(4818), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), + [3493] = { + [sym__alpha_identifier] = ACTIONS(4974), + [anon_sym_AT] = ACTIONS(4976), + [anon_sym_LBRACK] = ACTIONS(4976), + [anon_sym_RBRACK] = ACTIONS(4976), + [anon_sym_as] = ACTIONS(4974), + [anon_sym_EQ] = ACTIONS(4974), + [anon_sym_LBRACE] = ACTIONS(4976), + [anon_sym_RBRACE] = ACTIONS(4976), + [anon_sym_LPAREN] = ACTIONS(4976), + [anon_sym_COMMA] = ACTIONS(4976), + [anon_sym_RPAREN] = ACTIONS(4976), + [anon_sym_LT] = ACTIONS(4974), + [anon_sym_GT] = ACTIONS(4974), + [anon_sym_where] = ACTIONS(4974), + [anon_sym_DOT] = ACTIONS(4974), + [anon_sym_SEMI] = ACTIONS(4976), + [anon_sym_get] = ACTIONS(4974), + [anon_sym_set] = ACTIONS(4974), + [anon_sym_STAR] = ACTIONS(4974), + [anon_sym_DASH_GT] = ACTIONS(4976), + [sym_label] = ACTIONS(4976), + [anon_sym_in] = ACTIONS(4974), + [anon_sym_while] = ACTIONS(4974), + [anon_sym_DOT_DOT] = ACTIONS(4976), + [anon_sym_QMARK_COLON] = ACTIONS(4976), + [anon_sym_AMP_AMP] = ACTIONS(4976), + [anon_sym_PIPE_PIPE] = ACTIONS(4976), + [anon_sym_else] = ACTIONS(4974), + [anon_sym_COLON_COLON] = ACTIONS(4976), + [anon_sym_PLUS_EQ] = ACTIONS(4976), + [anon_sym_DASH_EQ] = ACTIONS(4976), + [anon_sym_STAR_EQ] = ACTIONS(4976), + [anon_sym_SLASH_EQ] = ACTIONS(4976), + [anon_sym_PERCENT_EQ] = ACTIONS(4976), + [anon_sym_BANG_EQ] = ACTIONS(4974), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4976), + [anon_sym_EQ_EQ] = ACTIONS(4974), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4976), + [anon_sym_LT_EQ] = ACTIONS(4976), + [anon_sym_GT_EQ] = ACTIONS(4976), + [anon_sym_BANGin] = ACTIONS(4976), + [anon_sym_is] = ACTIONS(4974), + [anon_sym_BANGis] = ACTIONS(4976), + [anon_sym_PLUS] = ACTIONS(4974), + [anon_sym_DASH] = ACTIONS(4974), + [anon_sym_SLASH] = ACTIONS(4974), + [anon_sym_PERCENT] = ACTIONS(4974), + [anon_sym_as_QMARK] = ACTIONS(4976), + [anon_sym_PLUS_PLUS] = ACTIONS(4976), + [anon_sym_DASH_DASH] = ACTIONS(4976), + [anon_sym_BANG_BANG] = ACTIONS(4976), + [anon_sym_suspend] = ACTIONS(4974), + [anon_sym_sealed] = ACTIONS(4974), + [anon_sym_annotation] = ACTIONS(4974), + [anon_sym_data] = ACTIONS(4974), + [anon_sym_inner] = ACTIONS(4974), + [anon_sym_value] = ACTIONS(4974), + [anon_sym_override] = ACTIONS(4974), + [anon_sym_lateinit] = ACTIONS(4974), + [anon_sym_public] = ACTIONS(4974), + [anon_sym_private] = ACTIONS(4974), + [anon_sym_internal] = ACTIONS(4974), + [anon_sym_protected] = ACTIONS(4974), + [anon_sym_tailrec] = ACTIONS(4974), + [anon_sym_operator] = ACTIONS(4974), + [anon_sym_infix] = ACTIONS(4974), + [anon_sym_inline] = ACTIONS(4974), + [anon_sym_external] = ACTIONS(4974), + [sym_property_modifier] = ACTIONS(4974), + [anon_sym_abstract] = ACTIONS(4974), + [anon_sym_final] = ACTIONS(4974), + [anon_sym_open] = ACTIONS(4974), + [anon_sym_vararg] = ACTIONS(4974), + [anon_sym_noinline] = ACTIONS(4974), + [anon_sym_crossinline] = ACTIONS(4974), + [anon_sym_expect] = ACTIONS(4974), + [anon_sym_actual] = ACTIONS(4974), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4820), - [anon_sym_continue_AT] = ACTIONS(4820), - [anon_sym_break_AT] = ACTIONS(4820), - [anon_sym_this_AT] = ACTIONS(4820), - [anon_sym_super_AT] = ACTIONS(4820), - [sym_real_literal] = ACTIONS(4820), - [sym_integer_literal] = ACTIONS(4818), - [sym_hex_literal] = ACTIONS(4820), - [sym_bin_literal] = ACTIONS(4820), - [anon_sym_true] = ACTIONS(4818), - [anon_sym_false] = ACTIONS(4818), - [anon_sym_SQUOTE] = ACTIONS(4820), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), + [sym__backtick_identifier] = ACTIONS(4976), + [sym_safe_nav] = ACTIONS(4976), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4820), }, - [3524] = { - [sym__alpha_identifier] = ACTIONS(5205), - [anon_sym_AT] = ACTIONS(5207), - [anon_sym_LBRACK] = ACTIONS(5207), - [anon_sym_RBRACK] = ACTIONS(5207), - [anon_sym_as] = ACTIONS(5205), - [anon_sym_EQ] = ACTIONS(5205), - [anon_sym_LBRACE] = ACTIONS(5207), - [anon_sym_RBRACE] = ACTIONS(5207), - [anon_sym_LPAREN] = ACTIONS(5207), - [anon_sym_COMMA] = ACTIONS(5207), - [anon_sym_RPAREN] = ACTIONS(5207), - [anon_sym_LT] = ACTIONS(5205), - [anon_sym_GT] = ACTIONS(5205), - [anon_sym_where] = ACTIONS(5205), - [anon_sym_DOT] = ACTIONS(5205), - [anon_sym_SEMI] = ACTIONS(5207), - [anon_sym_get] = ACTIONS(5205), - [anon_sym_set] = ACTIONS(5205), - [anon_sym_STAR] = ACTIONS(5205), - [anon_sym_DASH_GT] = ACTIONS(5207), - [sym_label] = ACTIONS(5207), - [anon_sym_in] = ACTIONS(5205), - [anon_sym_while] = ACTIONS(5205), - [anon_sym_DOT_DOT] = ACTIONS(5207), - [anon_sym_QMARK_COLON] = ACTIONS(5207), - [anon_sym_AMP_AMP] = ACTIONS(5207), - [anon_sym_PIPE_PIPE] = ACTIONS(5207), - [anon_sym_else] = ACTIONS(5205), - [anon_sym_COLON_COLON] = ACTIONS(5207), - [anon_sym_PLUS_EQ] = ACTIONS(5207), - [anon_sym_DASH_EQ] = ACTIONS(5207), - [anon_sym_STAR_EQ] = ACTIONS(5207), - [anon_sym_SLASH_EQ] = ACTIONS(5207), - [anon_sym_PERCENT_EQ] = ACTIONS(5207), - [anon_sym_BANG_EQ] = ACTIONS(5205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5207), - [anon_sym_EQ_EQ] = ACTIONS(5205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5207), - [anon_sym_LT_EQ] = ACTIONS(5207), - [anon_sym_GT_EQ] = ACTIONS(5207), - [anon_sym_BANGin] = ACTIONS(5207), - [anon_sym_is] = ACTIONS(5205), - [anon_sym_BANGis] = ACTIONS(5207), - [anon_sym_PLUS] = ACTIONS(5205), - [anon_sym_DASH] = ACTIONS(5205), - [anon_sym_SLASH] = ACTIONS(5205), - [anon_sym_PERCENT] = ACTIONS(5205), - [anon_sym_as_QMARK] = ACTIONS(5207), - [anon_sym_PLUS_PLUS] = ACTIONS(5207), - [anon_sym_DASH_DASH] = ACTIONS(5207), - [anon_sym_BANG_BANG] = ACTIONS(5207), - [anon_sym_suspend] = ACTIONS(5205), - [anon_sym_sealed] = ACTIONS(5205), - [anon_sym_annotation] = ACTIONS(5205), - [anon_sym_data] = ACTIONS(5205), - [anon_sym_inner] = ACTIONS(5205), - [anon_sym_value] = ACTIONS(5205), - [anon_sym_override] = ACTIONS(5205), - [anon_sym_lateinit] = ACTIONS(5205), - [anon_sym_public] = ACTIONS(5205), - [anon_sym_private] = ACTIONS(5205), - [anon_sym_internal] = ACTIONS(5205), - [anon_sym_protected] = ACTIONS(5205), - [anon_sym_tailrec] = ACTIONS(5205), - [anon_sym_operator] = ACTIONS(5205), - [anon_sym_infix] = ACTIONS(5205), - [anon_sym_inline] = ACTIONS(5205), - [anon_sym_external] = ACTIONS(5205), - [sym_property_modifier] = ACTIONS(5205), - [anon_sym_abstract] = ACTIONS(5205), - [anon_sym_final] = ACTIONS(5205), - [anon_sym_open] = ACTIONS(5205), - [anon_sym_vararg] = ACTIONS(5205), - [anon_sym_noinline] = ACTIONS(5205), - [anon_sym_crossinline] = ACTIONS(5205), - [anon_sym_expect] = ACTIONS(5205), - [anon_sym_actual] = ACTIONS(5205), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5207), - [sym_safe_nav] = ACTIONS(5207), + [3494] = { + [sym__alpha_identifier] = ACTIONS(4814), + [anon_sym_AT] = ACTIONS(4816), + [anon_sym_LBRACK] = ACTIONS(4816), + [anon_sym_RBRACK] = ACTIONS(4816), + [anon_sym_as] = ACTIONS(4814), + [anon_sym_EQ] = ACTIONS(4814), + [anon_sym_LBRACE] = ACTIONS(4816), + [anon_sym_RBRACE] = ACTIONS(4816), + [anon_sym_LPAREN] = ACTIONS(4816), + [anon_sym_COMMA] = ACTIONS(4816), + [anon_sym_RPAREN] = ACTIONS(4816), + [anon_sym_LT] = ACTIONS(4814), + [anon_sym_GT] = ACTIONS(4814), + [anon_sym_where] = ACTIONS(4814), + [anon_sym_DOT] = ACTIONS(4814), + [anon_sym_SEMI] = ACTIONS(4816), + [anon_sym_get] = ACTIONS(4814), + [anon_sym_set] = ACTIONS(4814), + [anon_sym_STAR] = ACTIONS(4814), + [anon_sym_DASH_GT] = ACTIONS(4816), + [sym_label] = ACTIONS(4816), + [anon_sym_in] = ACTIONS(4814), + [anon_sym_while] = ACTIONS(4814), + [anon_sym_DOT_DOT] = ACTIONS(4816), + [anon_sym_QMARK_COLON] = ACTIONS(4816), + [anon_sym_AMP_AMP] = ACTIONS(4816), + [anon_sym_PIPE_PIPE] = ACTIONS(4816), + [anon_sym_else] = ACTIONS(4814), + [anon_sym_COLON_COLON] = ACTIONS(4816), + [anon_sym_PLUS_EQ] = ACTIONS(4816), + [anon_sym_DASH_EQ] = ACTIONS(4816), + [anon_sym_STAR_EQ] = ACTIONS(4816), + [anon_sym_SLASH_EQ] = ACTIONS(4816), + [anon_sym_PERCENT_EQ] = ACTIONS(4816), + [anon_sym_BANG_EQ] = ACTIONS(4814), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4816), + [anon_sym_EQ_EQ] = ACTIONS(4814), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4816), + [anon_sym_LT_EQ] = ACTIONS(4816), + [anon_sym_GT_EQ] = ACTIONS(4816), + [anon_sym_BANGin] = ACTIONS(4816), + [anon_sym_is] = ACTIONS(4814), + [anon_sym_BANGis] = ACTIONS(4816), + [anon_sym_PLUS] = ACTIONS(4814), + [anon_sym_DASH] = ACTIONS(4814), + [anon_sym_SLASH] = ACTIONS(4814), + [anon_sym_PERCENT] = ACTIONS(4814), + [anon_sym_as_QMARK] = ACTIONS(4816), + [anon_sym_PLUS_PLUS] = ACTIONS(4816), + [anon_sym_DASH_DASH] = ACTIONS(4816), + [anon_sym_BANG_BANG] = ACTIONS(4816), + [anon_sym_suspend] = ACTIONS(4814), + [anon_sym_sealed] = ACTIONS(4814), + [anon_sym_annotation] = ACTIONS(4814), + [anon_sym_data] = ACTIONS(4814), + [anon_sym_inner] = ACTIONS(4814), + [anon_sym_value] = ACTIONS(4814), + [anon_sym_override] = ACTIONS(4814), + [anon_sym_lateinit] = ACTIONS(4814), + [anon_sym_public] = ACTIONS(4814), + [anon_sym_private] = ACTIONS(4814), + [anon_sym_internal] = ACTIONS(4814), + [anon_sym_protected] = ACTIONS(4814), + [anon_sym_tailrec] = ACTIONS(4814), + [anon_sym_operator] = ACTIONS(4814), + [anon_sym_infix] = ACTIONS(4814), + [anon_sym_inline] = ACTIONS(4814), + [anon_sym_external] = ACTIONS(4814), + [sym_property_modifier] = ACTIONS(4814), + [anon_sym_abstract] = ACTIONS(4814), + [anon_sym_final] = ACTIONS(4814), + [anon_sym_open] = ACTIONS(4814), + [anon_sym_vararg] = ACTIONS(4814), + [anon_sym_noinline] = ACTIONS(4814), + [anon_sym_crossinline] = ACTIONS(4814), + [anon_sym_expect] = ACTIONS(4814), + [anon_sym_actual] = ACTIONS(4814), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4816), + [sym_safe_nav] = ACTIONS(4816), [sym_multiline_comment] = ACTIONS(3), }, - [3525] = { - [sym__alpha_identifier] = ACTIONS(5020), - [anon_sym_AT] = ACTIONS(5022), - [anon_sym_LBRACK] = ACTIONS(5022), - [anon_sym_RBRACK] = ACTIONS(5022), - [anon_sym_as] = ACTIONS(5020), - [anon_sym_EQ] = ACTIONS(5020), - [anon_sym_LBRACE] = ACTIONS(5022), - [anon_sym_RBRACE] = ACTIONS(5022), - [anon_sym_LPAREN] = ACTIONS(5022), - [anon_sym_COMMA] = ACTIONS(5022), - [anon_sym_RPAREN] = ACTIONS(5022), - [anon_sym_LT] = ACTIONS(5020), - [anon_sym_GT] = ACTIONS(5020), - [anon_sym_where] = ACTIONS(5020), - [anon_sym_DOT] = ACTIONS(5020), - [anon_sym_SEMI] = ACTIONS(5022), - [anon_sym_get] = ACTIONS(5020), - [anon_sym_set] = ACTIONS(5020), - [anon_sym_STAR] = ACTIONS(5020), - [anon_sym_DASH_GT] = ACTIONS(5022), - [sym_label] = ACTIONS(5022), - [anon_sym_in] = ACTIONS(5020), - [anon_sym_while] = ACTIONS(5020), - [anon_sym_DOT_DOT] = ACTIONS(5022), - [anon_sym_QMARK_COLON] = ACTIONS(5022), - [anon_sym_AMP_AMP] = ACTIONS(5022), - [anon_sym_PIPE_PIPE] = ACTIONS(5022), - [anon_sym_else] = ACTIONS(5020), - [anon_sym_COLON_COLON] = ACTIONS(5022), - [anon_sym_PLUS_EQ] = ACTIONS(5022), - [anon_sym_DASH_EQ] = ACTIONS(5022), - [anon_sym_STAR_EQ] = ACTIONS(5022), - [anon_sym_SLASH_EQ] = ACTIONS(5022), - [anon_sym_PERCENT_EQ] = ACTIONS(5022), - [anon_sym_BANG_EQ] = ACTIONS(5020), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5022), - [anon_sym_EQ_EQ] = ACTIONS(5020), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5022), - [anon_sym_LT_EQ] = ACTIONS(5022), - [anon_sym_GT_EQ] = ACTIONS(5022), - [anon_sym_BANGin] = ACTIONS(5022), - [anon_sym_is] = ACTIONS(5020), - [anon_sym_BANGis] = ACTIONS(5022), - [anon_sym_PLUS] = ACTIONS(5020), - [anon_sym_DASH] = ACTIONS(5020), - [anon_sym_SLASH] = ACTIONS(5020), - [anon_sym_PERCENT] = ACTIONS(5020), - [anon_sym_as_QMARK] = ACTIONS(5022), - [anon_sym_PLUS_PLUS] = ACTIONS(5022), - [anon_sym_DASH_DASH] = ACTIONS(5022), - [anon_sym_BANG_BANG] = ACTIONS(5022), - [anon_sym_suspend] = ACTIONS(5020), - [anon_sym_sealed] = ACTIONS(5020), - [anon_sym_annotation] = ACTIONS(5020), - [anon_sym_data] = ACTIONS(5020), - [anon_sym_inner] = ACTIONS(5020), - [anon_sym_value] = ACTIONS(5020), - [anon_sym_override] = ACTIONS(5020), - [anon_sym_lateinit] = ACTIONS(5020), - [anon_sym_public] = ACTIONS(5020), - [anon_sym_private] = ACTIONS(5020), - [anon_sym_internal] = ACTIONS(5020), - [anon_sym_protected] = ACTIONS(5020), - [anon_sym_tailrec] = ACTIONS(5020), - [anon_sym_operator] = ACTIONS(5020), - [anon_sym_infix] = ACTIONS(5020), - [anon_sym_inline] = ACTIONS(5020), - [anon_sym_external] = ACTIONS(5020), - [sym_property_modifier] = ACTIONS(5020), - [anon_sym_abstract] = ACTIONS(5020), - [anon_sym_final] = ACTIONS(5020), - [anon_sym_open] = ACTIONS(5020), - [anon_sym_vararg] = ACTIONS(5020), - [anon_sym_noinline] = ACTIONS(5020), - [anon_sym_crossinline] = ACTIONS(5020), - [anon_sym_expect] = ACTIONS(5020), - [anon_sym_actual] = ACTIONS(5020), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5022), - [sym_safe_nav] = ACTIONS(5022), + [3495] = { + [sym__alpha_identifier] = ACTIONS(5167), + [anon_sym_AT] = ACTIONS(5169), + [anon_sym_LBRACK] = ACTIONS(5169), + [anon_sym_RBRACK] = ACTIONS(5169), + [anon_sym_as] = ACTIONS(5167), + [anon_sym_EQ] = ACTIONS(5167), + [anon_sym_LBRACE] = ACTIONS(5169), + [anon_sym_RBRACE] = ACTIONS(5169), + [anon_sym_LPAREN] = ACTIONS(5169), + [anon_sym_COMMA] = ACTIONS(5169), + [anon_sym_RPAREN] = ACTIONS(5169), + [anon_sym_LT] = ACTIONS(5167), + [anon_sym_GT] = ACTIONS(5167), + [anon_sym_where] = ACTIONS(5167), + [anon_sym_DOT] = ACTIONS(5167), + [anon_sym_SEMI] = ACTIONS(5169), + [anon_sym_get] = ACTIONS(5167), + [anon_sym_set] = ACTIONS(5167), + [anon_sym_STAR] = ACTIONS(5167), + [anon_sym_DASH_GT] = ACTIONS(5169), + [sym_label] = ACTIONS(5169), + [anon_sym_in] = ACTIONS(5167), + [anon_sym_while] = ACTIONS(5167), + [anon_sym_DOT_DOT] = ACTIONS(5169), + [anon_sym_QMARK_COLON] = ACTIONS(5169), + [anon_sym_AMP_AMP] = ACTIONS(5169), + [anon_sym_PIPE_PIPE] = ACTIONS(5169), + [anon_sym_else] = ACTIONS(5167), + [anon_sym_COLON_COLON] = ACTIONS(5169), + [anon_sym_PLUS_EQ] = ACTIONS(5169), + [anon_sym_DASH_EQ] = ACTIONS(5169), + [anon_sym_STAR_EQ] = ACTIONS(5169), + [anon_sym_SLASH_EQ] = ACTIONS(5169), + [anon_sym_PERCENT_EQ] = ACTIONS(5169), + [anon_sym_BANG_EQ] = ACTIONS(5167), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5169), + [anon_sym_EQ_EQ] = ACTIONS(5167), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5169), + [anon_sym_LT_EQ] = ACTIONS(5169), + [anon_sym_GT_EQ] = ACTIONS(5169), + [anon_sym_BANGin] = ACTIONS(5169), + [anon_sym_is] = ACTIONS(5167), + [anon_sym_BANGis] = ACTIONS(5169), + [anon_sym_PLUS] = ACTIONS(5167), + [anon_sym_DASH] = ACTIONS(5167), + [anon_sym_SLASH] = ACTIONS(5167), + [anon_sym_PERCENT] = ACTIONS(5167), + [anon_sym_as_QMARK] = ACTIONS(5169), + [anon_sym_PLUS_PLUS] = ACTIONS(5169), + [anon_sym_DASH_DASH] = ACTIONS(5169), + [anon_sym_BANG_BANG] = ACTIONS(5169), + [anon_sym_suspend] = ACTIONS(5167), + [anon_sym_sealed] = ACTIONS(5167), + [anon_sym_annotation] = ACTIONS(5167), + [anon_sym_data] = ACTIONS(5167), + [anon_sym_inner] = ACTIONS(5167), + [anon_sym_value] = ACTIONS(5167), + [anon_sym_override] = ACTIONS(5167), + [anon_sym_lateinit] = ACTIONS(5167), + [anon_sym_public] = ACTIONS(5167), + [anon_sym_private] = ACTIONS(5167), + [anon_sym_internal] = ACTIONS(5167), + [anon_sym_protected] = ACTIONS(5167), + [anon_sym_tailrec] = ACTIONS(5167), + [anon_sym_operator] = ACTIONS(5167), + [anon_sym_infix] = ACTIONS(5167), + [anon_sym_inline] = ACTIONS(5167), + [anon_sym_external] = ACTIONS(5167), + [sym_property_modifier] = ACTIONS(5167), + [anon_sym_abstract] = ACTIONS(5167), + [anon_sym_final] = ACTIONS(5167), + [anon_sym_open] = ACTIONS(5167), + [anon_sym_vararg] = ACTIONS(5167), + [anon_sym_noinline] = ACTIONS(5167), + [anon_sym_crossinline] = ACTIONS(5167), + [anon_sym_expect] = ACTIONS(5167), + [anon_sym_actual] = ACTIONS(5167), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5169), + [sym_safe_nav] = ACTIONS(5169), [sym_multiline_comment] = ACTIONS(3), }, - [3526] = { - [sym__alpha_identifier] = ACTIONS(4970), - [anon_sym_AT] = ACTIONS(4972), - [anon_sym_LBRACK] = ACTIONS(4972), - [anon_sym_RBRACK] = ACTIONS(4972), - [anon_sym_as] = ACTIONS(4970), - [anon_sym_EQ] = ACTIONS(4970), - [anon_sym_LBRACE] = ACTIONS(4972), - [anon_sym_RBRACE] = ACTIONS(4972), - [anon_sym_LPAREN] = ACTIONS(4972), - [anon_sym_COMMA] = ACTIONS(4972), - [anon_sym_RPAREN] = ACTIONS(4972), - [anon_sym_LT] = ACTIONS(4970), - [anon_sym_GT] = ACTIONS(4970), - [anon_sym_where] = ACTIONS(4970), - [anon_sym_DOT] = ACTIONS(4970), - [anon_sym_SEMI] = ACTIONS(4972), - [anon_sym_get] = ACTIONS(4970), - [anon_sym_set] = ACTIONS(4970), - [anon_sym_STAR] = ACTIONS(4970), - [anon_sym_DASH_GT] = ACTIONS(4972), - [sym_label] = ACTIONS(4972), - [anon_sym_in] = ACTIONS(4970), - [anon_sym_while] = ACTIONS(4970), - [anon_sym_DOT_DOT] = ACTIONS(4972), - [anon_sym_QMARK_COLON] = ACTIONS(4972), - [anon_sym_AMP_AMP] = ACTIONS(4972), - [anon_sym_PIPE_PIPE] = ACTIONS(4972), - [anon_sym_else] = ACTIONS(4970), - [anon_sym_COLON_COLON] = ACTIONS(4972), - [anon_sym_PLUS_EQ] = ACTIONS(4972), - [anon_sym_DASH_EQ] = ACTIONS(4972), - [anon_sym_STAR_EQ] = ACTIONS(4972), - [anon_sym_SLASH_EQ] = ACTIONS(4972), - [anon_sym_PERCENT_EQ] = ACTIONS(4972), - [anon_sym_BANG_EQ] = ACTIONS(4970), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4972), - [anon_sym_EQ_EQ] = ACTIONS(4970), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4972), - [anon_sym_LT_EQ] = ACTIONS(4972), - [anon_sym_GT_EQ] = ACTIONS(4972), - [anon_sym_BANGin] = ACTIONS(4972), - [anon_sym_is] = ACTIONS(4970), - [anon_sym_BANGis] = ACTIONS(4972), - [anon_sym_PLUS] = ACTIONS(4970), - [anon_sym_DASH] = ACTIONS(4970), - [anon_sym_SLASH] = ACTIONS(4970), - [anon_sym_PERCENT] = ACTIONS(4970), - [anon_sym_as_QMARK] = ACTIONS(4972), - [anon_sym_PLUS_PLUS] = ACTIONS(4972), - [anon_sym_DASH_DASH] = ACTIONS(4972), - [anon_sym_BANG_BANG] = ACTIONS(4972), - [anon_sym_suspend] = ACTIONS(4970), - [anon_sym_sealed] = ACTIONS(4970), - [anon_sym_annotation] = ACTIONS(4970), - [anon_sym_data] = ACTIONS(4970), - [anon_sym_inner] = ACTIONS(4970), - [anon_sym_value] = ACTIONS(4970), - [anon_sym_override] = ACTIONS(4970), - [anon_sym_lateinit] = ACTIONS(4970), - [anon_sym_public] = ACTIONS(4970), - [anon_sym_private] = ACTIONS(4970), - [anon_sym_internal] = ACTIONS(4970), - [anon_sym_protected] = ACTIONS(4970), - [anon_sym_tailrec] = ACTIONS(4970), - [anon_sym_operator] = ACTIONS(4970), - [anon_sym_infix] = ACTIONS(4970), - [anon_sym_inline] = ACTIONS(4970), - [anon_sym_external] = ACTIONS(4970), - [sym_property_modifier] = ACTIONS(4970), - [anon_sym_abstract] = ACTIONS(4970), - [anon_sym_final] = ACTIONS(4970), - [anon_sym_open] = ACTIONS(4970), - [anon_sym_vararg] = ACTIONS(4970), - [anon_sym_noinline] = ACTIONS(4970), - [anon_sym_crossinline] = ACTIONS(4970), - [anon_sym_expect] = ACTIONS(4970), - [anon_sym_actual] = ACTIONS(4970), + [3496] = { + [sym__alpha_identifier] = ACTIONS(5171), + [anon_sym_AT] = ACTIONS(5173), + [anon_sym_LBRACK] = ACTIONS(5173), + [anon_sym_RBRACK] = ACTIONS(5173), + [anon_sym_as] = ACTIONS(5171), + [anon_sym_EQ] = ACTIONS(5171), + [anon_sym_LBRACE] = ACTIONS(5173), + [anon_sym_RBRACE] = ACTIONS(5173), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_COMMA] = ACTIONS(5173), + [anon_sym_RPAREN] = ACTIONS(5173), + [anon_sym_LT] = ACTIONS(5171), + [anon_sym_GT] = ACTIONS(5171), + [anon_sym_where] = ACTIONS(5171), + [anon_sym_DOT] = ACTIONS(5171), + [anon_sym_SEMI] = ACTIONS(5173), + [anon_sym_get] = ACTIONS(5171), + [anon_sym_set] = ACTIONS(5171), + [anon_sym_STAR] = ACTIONS(5171), + [anon_sym_DASH_GT] = ACTIONS(5173), + [sym_label] = ACTIONS(5173), + [anon_sym_in] = ACTIONS(5171), + [anon_sym_while] = ACTIONS(5171), + [anon_sym_DOT_DOT] = ACTIONS(5173), + [anon_sym_QMARK_COLON] = ACTIONS(5173), + [anon_sym_AMP_AMP] = ACTIONS(5173), + [anon_sym_PIPE_PIPE] = ACTIONS(5173), + [anon_sym_else] = ACTIONS(5171), + [anon_sym_COLON_COLON] = ACTIONS(5173), + [anon_sym_PLUS_EQ] = ACTIONS(5173), + [anon_sym_DASH_EQ] = ACTIONS(5173), + [anon_sym_STAR_EQ] = ACTIONS(5173), + [anon_sym_SLASH_EQ] = ACTIONS(5173), + [anon_sym_PERCENT_EQ] = ACTIONS(5173), + [anon_sym_BANG_EQ] = ACTIONS(5171), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5173), + [anon_sym_EQ_EQ] = ACTIONS(5171), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5173), + [anon_sym_LT_EQ] = ACTIONS(5173), + [anon_sym_GT_EQ] = ACTIONS(5173), + [anon_sym_BANGin] = ACTIONS(5173), + [anon_sym_is] = ACTIONS(5171), + [anon_sym_BANGis] = ACTIONS(5173), + [anon_sym_PLUS] = ACTIONS(5171), + [anon_sym_DASH] = ACTIONS(5171), + [anon_sym_SLASH] = ACTIONS(5171), + [anon_sym_PERCENT] = ACTIONS(5171), + [anon_sym_as_QMARK] = ACTIONS(5173), + [anon_sym_PLUS_PLUS] = ACTIONS(5173), + [anon_sym_DASH_DASH] = ACTIONS(5173), + [anon_sym_BANG_BANG] = ACTIONS(5173), + [anon_sym_suspend] = ACTIONS(5171), + [anon_sym_sealed] = ACTIONS(5171), + [anon_sym_annotation] = ACTIONS(5171), + [anon_sym_data] = ACTIONS(5171), + [anon_sym_inner] = ACTIONS(5171), + [anon_sym_value] = ACTIONS(5171), + [anon_sym_override] = ACTIONS(5171), + [anon_sym_lateinit] = ACTIONS(5171), + [anon_sym_public] = ACTIONS(5171), + [anon_sym_private] = ACTIONS(5171), + [anon_sym_internal] = ACTIONS(5171), + [anon_sym_protected] = ACTIONS(5171), + [anon_sym_tailrec] = ACTIONS(5171), + [anon_sym_operator] = ACTIONS(5171), + [anon_sym_infix] = ACTIONS(5171), + [anon_sym_inline] = ACTIONS(5171), + [anon_sym_external] = ACTIONS(5171), + [sym_property_modifier] = ACTIONS(5171), + [anon_sym_abstract] = ACTIONS(5171), + [anon_sym_final] = ACTIONS(5171), + [anon_sym_open] = ACTIONS(5171), + [anon_sym_vararg] = ACTIONS(5171), + [anon_sym_noinline] = ACTIONS(5171), + [anon_sym_crossinline] = ACTIONS(5171), + [anon_sym_expect] = ACTIONS(5171), + [anon_sym_actual] = ACTIONS(5171), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4972), - [sym_safe_nav] = ACTIONS(4972), + [sym__backtick_identifier] = ACTIONS(5173), + [sym_safe_nav] = ACTIONS(5173), [sym_multiline_comment] = ACTIONS(3), }, - [3527] = { - [sym__alpha_identifier] = ACTIONS(5209), - [anon_sym_AT] = ACTIONS(5211), - [anon_sym_LBRACK] = ACTIONS(5211), - [anon_sym_RBRACK] = ACTIONS(5211), - [anon_sym_as] = ACTIONS(5209), - [anon_sym_EQ] = ACTIONS(5209), - [anon_sym_LBRACE] = ACTIONS(5211), - [anon_sym_RBRACE] = ACTIONS(5211), - [anon_sym_LPAREN] = ACTIONS(5211), - [anon_sym_COMMA] = ACTIONS(5211), - [anon_sym_RPAREN] = ACTIONS(5211), - [anon_sym_LT] = ACTIONS(5209), - [anon_sym_GT] = ACTIONS(5209), - [anon_sym_where] = ACTIONS(5209), - [anon_sym_DOT] = ACTIONS(5209), - [anon_sym_SEMI] = ACTIONS(5211), - [anon_sym_get] = ACTIONS(5209), - [anon_sym_set] = ACTIONS(5209), - [anon_sym_STAR] = ACTIONS(5209), - [anon_sym_DASH_GT] = ACTIONS(5211), - [sym_label] = ACTIONS(5211), - [anon_sym_in] = ACTIONS(5209), - [anon_sym_while] = ACTIONS(5209), - [anon_sym_DOT_DOT] = ACTIONS(5211), - [anon_sym_QMARK_COLON] = ACTIONS(5211), - [anon_sym_AMP_AMP] = ACTIONS(5211), - [anon_sym_PIPE_PIPE] = ACTIONS(5211), - [anon_sym_else] = ACTIONS(5209), - [anon_sym_COLON_COLON] = ACTIONS(5211), - [anon_sym_PLUS_EQ] = ACTIONS(5211), - [anon_sym_DASH_EQ] = ACTIONS(5211), - [anon_sym_STAR_EQ] = ACTIONS(5211), - [anon_sym_SLASH_EQ] = ACTIONS(5211), - [anon_sym_PERCENT_EQ] = ACTIONS(5211), - [anon_sym_BANG_EQ] = ACTIONS(5209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5211), - [anon_sym_EQ_EQ] = ACTIONS(5209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5211), - [anon_sym_LT_EQ] = ACTIONS(5211), - [anon_sym_GT_EQ] = ACTIONS(5211), - [anon_sym_BANGin] = ACTIONS(5211), - [anon_sym_is] = ACTIONS(5209), - [anon_sym_BANGis] = ACTIONS(5211), - [anon_sym_PLUS] = ACTIONS(5209), - [anon_sym_DASH] = ACTIONS(5209), - [anon_sym_SLASH] = ACTIONS(5209), - [anon_sym_PERCENT] = ACTIONS(5209), - [anon_sym_as_QMARK] = ACTIONS(5211), - [anon_sym_PLUS_PLUS] = ACTIONS(5211), - [anon_sym_DASH_DASH] = ACTIONS(5211), - [anon_sym_BANG_BANG] = ACTIONS(5211), - [anon_sym_suspend] = ACTIONS(5209), - [anon_sym_sealed] = ACTIONS(5209), - [anon_sym_annotation] = ACTIONS(5209), - [anon_sym_data] = ACTIONS(5209), - [anon_sym_inner] = ACTIONS(5209), - [anon_sym_value] = ACTIONS(5209), - [anon_sym_override] = ACTIONS(5209), - [anon_sym_lateinit] = ACTIONS(5209), - [anon_sym_public] = ACTIONS(5209), - [anon_sym_private] = ACTIONS(5209), - [anon_sym_internal] = ACTIONS(5209), - [anon_sym_protected] = ACTIONS(5209), - [anon_sym_tailrec] = ACTIONS(5209), - [anon_sym_operator] = ACTIONS(5209), - [anon_sym_infix] = ACTIONS(5209), - [anon_sym_inline] = ACTIONS(5209), - [anon_sym_external] = ACTIONS(5209), - [sym_property_modifier] = ACTIONS(5209), - [anon_sym_abstract] = ACTIONS(5209), - [anon_sym_final] = ACTIONS(5209), - [anon_sym_open] = ACTIONS(5209), - [anon_sym_vararg] = ACTIONS(5209), - [anon_sym_noinline] = ACTIONS(5209), - [anon_sym_crossinline] = ACTIONS(5209), - [anon_sym_expect] = ACTIONS(5209), - [anon_sym_actual] = ACTIONS(5209), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5211), - [sym_safe_nav] = ACTIONS(5211), + [3497] = { + [sym__alpha_identifier] = ACTIONS(5060), + [anon_sym_AT] = ACTIONS(5062), + [anon_sym_LBRACK] = ACTIONS(5062), + [anon_sym_RBRACK] = ACTIONS(5062), + [anon_sym_as] = ACTIONS(5060), + [anon_sym_EQ] = ACTIONS(5060), + [anon_sym_LBRACE] = ACTIONS(5062), + [anon_sym_RBRACE] = ACTIONS(5062), + [anon_sym_LPAREN] = ACTIONS(5062), + [anon_sym_COMMA] = ACTIONS(5062), + [anon_sym_RPAREN] = ACTIONS(5062), + [anon_sym_LT] = ACTIONS(5060), + [anon_sym_GT] = ACTIONS(5060), + [anon_sym_where] = ACTIONS(5060), + [anon_sym_DOT] = ACTIONS(5060), + [anon_sym_SEMI] = ACTIONS(5062), + [anon_sym_get] = ACTIONS(5060), + [anon_sym_set] = ACTIONS(5060), + [anon_sym_STAR] = ACTIONS(5060), + [anon_sym_DASH_GT] = ACTIONS(5062), + [sym_label] = ACTIONS(5062), + [anon_sym_in] = ACTIONS(5060), + [anon_sym_while] = ACTIONS(5060), + [anon_sym_DOT_DOT] = ACTIONS(5062), + [anon_sym_QMARK_COLON] = ACTIONS(5062), + [anon_sym_AMP_AMP] = ACTIONS(5062), + [anon_sym_PIPE_PIPE] = ACTIONS(5062), + [anon_sym_else] = ACTIONS(5060), + [anon_sym_COLON_COLON] = ACTIONS(5062), + [anon_sym_PLUS_EQ] = ACTIONS(5062), + [anon_sym_DASH_EQ] = ACTIONS(5062), + [anon_sym_STAR_EQ] = ACTIONS(5062), + [anon_sym_SLASH_EQ] = ACTIONS(5062), + [anon_sym_PERCENT_EQ] = ACTIONS(5062), + [anon_sym_BANG_EQ] = ACTIONS(5060), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5062), + [anon_sym_EQ_EQ] = ACTIONS(5060), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5062), + [anon_sym_LT_EQ] = ACTIONS(5062), + [anon_sym_GT_EQ] = ACTIONS(5062), + [anon_sym_BANGin] = ACTIONS(5062), + [anon_sym_is] = ACTIONS(5060), + [anon_sym_BANGis] = ACTIONS(5062), + [anon_sym_PLUS] = ACTIONS(5060), + [anon_sym_DASH] = ACTIONS(5060), + [anon_sym_SLASH] = ACTIONS(5060), + [anon_sym_PERCENT] = ACTIONS(5060), + [anon_sym_as_QMARK] = ACTIONS(5062), + [anon_sym_PLUS_PLUS] = ACTIONS(5062), + [anon_sym_DASH_DASH] = ACTIONS(5062), + [anon_sym_BANG_BANG] = ACTIONS(5062), + [anon_sym_suspend] = ACTIONS(5060), + [anon_sym_sealed] = ACTIONS(5060), + [anon_sym_annotation] = ACTIONS(5060), + [anon_sym_data] = ACTIONS(5060), + [anon_sym_inner] = ACTIONS(5060), + [anon_sym_value] = ACTIONS(5060), + [anon_sym_override] = ACTIONS(5060), + [anon_sym_lateinit] = ACTIONS(5060), + [anon_sym_public] = ACTIONS(5060), + [anon_sym_private] = ACTIONS(5060), + [anon_sym_internal] = ACTIONS(5060), + [anon_sym_protected] = ACTIONS(5060), + [anon_sym_tailrec] = ACTIONS(5060), + [anon_sym_operator] = ACTIONS(5060), + [anon_sym_infix] = ACTIONS(5060), + [anon_sym_inline] = ACTIONS(5060), + [anon_sym_external] = ACTIONS(5060), + [sym_property_modifier] = ACTIONS(5060), + [anon_sym_abstract] = ACTIONS(5060), + [anon_sym_final] = ACTIONS(5060), + [anon_sym_open] = ACTIONS(5060), + [anon_sym_vararg] = ACTIONS(5060), + [anon_sym_noinline] = ACTIONS(5060), + [anon_sym_crossinline] = ACTIONS(5060), + [anon_sym_expect] = ACTIONS(5060), + [anon_sym_actual] = ACTIONS(5060), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5062), + [sym_safe_nav] = ACTIONS(5062), [sym_multiline_comment] = ACTIONS(3), }, - [3528] = { - [sym__alpha_identifier] = ACTIONS(5213), - [anon_sym_AT] = ACTIONS(5215), - [anon_sym_LBRACK] = ACTIONS(5215), - [anon_sym_RBRACK] = ACTIONS(5215), - [anon_sym_as] = ACTIONS(5213), - [anon_sym_EQ] = ACTIONS(5213), - [anon_sym_LBRACE] = ACTIONS(5215), - [anon_sym_RBRACE] = ACTIONS(5215), - [anon_sym_LPAREN] = ACTIONS(5215), - [anon_sym_COMMA] = ACTIONS(5215), - [anon_sym_RPAREN] = ACTIONS(5215), - [anon_sym_LT] = ACTIONS(5213), - [anon_sym_GT] = ACTIONS(5213), - [anon_sym_where] = ACTIONS(5213), - [anon_sym_DOT] = ACTIONS(5213), - [anon_sym_SEMI] = ACTIONS(5215), - [anon_sym_get] = ACTIONS(5213), - [anon_sym_set] = ACTIONS(5213), - [anon_sym_STAR] = ACTIONS(5213), - [anon_sym_DASH_GT] = ACTIONS(5215), - [sym_label] = ACTIONS(5215), - [anon_sym_in] = ACTIONS(5213), - [anon_sym_while] = ACTIONS(5213), - [anon_sym_DOT_DOT] = ACTIONS(5215), - [anon_sym_QMARK_COLON] = ACTIONS(5215), - [anon_sym_AMP_AMP] = ACTIONS(5215), - [anon_sym_PIPE_PIPE] = ACTIONS(5215), - [anon_sym_else] = ACTIONS(5213), - [anon_sym_COLON_COLON] = ACTIONS(5215), - [anon_sym_PLUS_EQ] = ACTIONS(5215), - [anon_sym_DASH_EQ] = ACTIONS(5215), - [anon_sym_STAR_EQ] = ACTIONS(5215), - [anon_sym_SLASH_EQ] = ACTIONS(5215), - [anon_sym_PERCENT_EQ] = ACTIONS(5215), - [anon_sym_BANG_EQ] = ACTIONS(5213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5215), - [anon_sym_EQ_EQ] = ACTIONS(5213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5215), - [anon_sym_LT_EQ] = ACTIONS(5215), - [anon_sym_GT_EQ] = ACTIONS(5215), - [anon_sym_BANGin] = ACTIONS(5215), - [anon_sym_is] = ACTIONS(5213), - [anon_sym_BANGis] = ACTIONS(5215), - [anon_sym_PLUS] = ACTIONS(5213), - [anon_sym_DASH] = ACTIONS(5213), - [anon_sym_SLASH] = ACTIONS(5213), - [anon_sym_PERCENT] = ACTIONS(5213), - [anon_sym_as_QMARK] = ACTIONS(5215), - [anon_sym_PLUS_PLUS] = ACTIONS(5215), - [anon_sym_DASH_DASH] = ACTIONS(5215), - [anon_sym_BANG_BANG] = ACTIONS(5215), - [anon_sym_suspend] = ACTIONS(5213), - [anon_sym_sealed] = ACTIONS(5213), - [anon_sym_annotation] = ACTIONS(5213), - [anon_sym_data] = ACTIONS(5213), - [anon_sym_inner] = ACTIONS(5213), - [anon_sym_value] = ACTIONS(5213), - [anon_sym_override] = ACTIONS(5213), - [anon_sym_lateinit] = ACTIONS(5213), - [anon_sym_public] = ACTIONS(5213), - [anon_sym_private] = ACTIONS(5213), - [anon_sym_internal] = ACTIONS(5213), - [anon_sym_protected] = ACTIONS(5213), - [anon_sym_tailrec] = ACTIONS(5213), - [anon_sym_operator] = ACTIONS(5213), - [anon_sym_infix] = ACTIONS(5213), - [anon_sym_inline] = ACTIONS(5213), - [anon_sym_external] = ACTIONS(5213), - [sym_property_modifier] = ACTIONS(5213), - [anon_sym_abstract] = ACTIONS(5213), - [anon_sym_final] = ACTIONS(5213), - [anon_sym_open] = ACTIONS(5213), - [anon_sym_vararg] = ACTIONS(5213), - [anon_sym_noinline] = ACTIONS(5213), - [anon_sym_crossinline] = ACTIONS(5213), - [anon_sym_expect] = ACTIONS(5213), - [anon_sym_actual] = ACTIONS(5213), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5215), - [sym_safe_nav] = ACTIONS(5215), + [3498] = { + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_RBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(4202), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_RPAREN] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(4200), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [anon_sym_DASH_GT] = ACTIONS(4202), + [sym_label] = ACTIONS(4202), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_while] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), [sym_multiline_comment] = ACTIONS(3), }, - [3529] = { - [aux_sym_type_constraints_repeat1] = STATE(3529), - [sym__alpha_identifier] = ACTIONS(4430), - [anon_sym_AT] = ACTIONS(4432), - [anon_sym_LBRACK] = ACTIONS(4432), - [anon_sym_EQ] = ACTIONS(4432), - [anon_sym_LBRACE] = ACTIONS(4432), - [anon_sym_RBRACE] = ACTIONS(4432), - [anon_sym_LPAREN] = ACTIONS(4432), - [anon_sym_COMMA] = ACTIONS(6890), - [anon_sym_by] = ACTIONS(4430), - [anon_sym_object] = ACTIONS(4430), - [anon_sym_fun] = 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(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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4432), - [anon_sym_super_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), + [3499] = { + [sym__alpha_identifier] = ACTIONS(5183), + [anon_sym_AT] = ACTIONS(5185), + [anon_sym_LBRACK] = ACTIONS(5185), + [anon_sym_RBRACK] = ACTIONS(5185), + [anon_sym_as] = ACTIONS(5183), + [anon_sym_EQ] = ACTIONS(5183), + [anon_sym_LBRACE] = ACTIONS(5185), + [anon_sym_RBRACE] = ACTIONS(5185), + [anon_sym_LPAREN] = ACTIONS(5185), + [anon_sym_COMMA] = ACTIONS(5185), + [anon_sym_RPAREN] = ACTIONS(5185), + [anon_sym_LT] = ACTIONS(5183), + [anon_sym_GT] = ACTIONS(5183), + [anon_sym_where] = ACTIONS(5183), + [anon_sym_DOT] = ACTIONS(5183), + [anon_sym_SEMI] = ACTIONS(5185), + [anon_sym_get] = ACTIONS(5183), + [anon_sym_set] = ACTIONS(5183), + [anon_sym_STAR] = ACTIONS(5183), + [anon_sym_DASH_GT] = ACTIONS(5185), + [sym_label] = ACTIONS(5185), + [anon_sym_in] = ACTIONS(5183), + [anon_sym_while] = ACTIONS(5183), + [anon_sym_DOT_DOT] = ACTIONS(5185), + [anon_sym_QMARK_COLON] = ACTIONS(5185), + [anon_sym_AMP_AMP] = ACTIONS(5185), + [anon_sym_PIPE_PIPE] = ACTIONS(5185), + [anon_sym_else] = ACTIONS(5183), + [anon_sym_COLON_COLON] = ACTIONS(5185), + [anon_sym_PLUS_EQ] = ACTIONS(5185), + [anon_sym_DASH_EQ] = ACTIONS(5185), + [anon_sym_STAR_EQ] = ACTIONS(5185), + [anon_sym_SLASH_EQ] = ACTIONS(5185), + [anon_sym_PERCENT_EQ] = ACTIONS(5185), + [anon_sym_BANG_EQ] = ACTIONS(5183), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5185), + [anon_sym_EQ_EQ] = ACTIONS(5183), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5185), + [anon_sym_LT_EQ] = ACTIONS(5185), + [anon_sym_GT_EQ] = ACTIONS(5185), + [anon_sym_BANGin] = ACTIONS(5185), + [anon_sym_is] = ACTIONS(5183), + [anon_sym_BANGis] = ACTIONS(5185), + [anon_sym_PLUS] = ACTIONS(5183), + [anon_sym_DASH] = ACTIONS(5183), + [anon_sym_SLASH] = ACTIONS(5183), + [anon_sym_PERCENT] = ACTIONS(5183), + [anon_sym_as_QMARK] = ACTIONS(5185), + [anon_sym_PLUS_PLUS] = ACTIONS(5185), + [anon_sym_DASH_DASH] = ACTIONS(5185), + [anon_sym_BANG_BANG] = ACTIONS(5185), + [anon_sym_suspend] = ACTIONS(5183), + [anon_sym_sealed] = ACTIONS(5183), + [anon_sym_annotation] = ACTIONS(5183), + [anon_sym_data] = ACTIONS(5183), + [anon_sym_inner] = ACTIONS(5183), + [anon_sym_value] = ACTIONS(5183), + [anon_sym_override] = ACTIONS(5183), + [anon_sym_lateinit] = ACTIONS(5183), + [anon_sym_public] = ACTIONS(5183), + [anon_sym_private] = ACTIONS(5183), + [anon_sym_internal] = ACTIONS(5183), + [anon_sym_protected] = ACTIONS(5183), + [anon_sym_tailrec] = ACTIONS(5183), + [anon_sym_operator] = ACTIONS(5183), + [anon_sym_infix] = ACTIONS(5183), + [anon_sym_inline] = ACTIONS(5183), + [anon_sym_external] = ACTIONS(5183), + [sym_property_modifier] = ACTIONS(5183), + [anon_sym_abstract] = ACTIONS(5183), + [anon_sym_final] = ACTIONS(5183), + [anon_sym_open] = ACTIONS(5183), + [anon_sym_vararg] = ACTIONS(5183), + [anon_sym_noinline] = ACTIONS(5183), + [anon_sym_crossinline] = ACTIONS(5183), + [anon_sym_expect] = ACTIONS(5183), + [anon_sym_actual] = ACTIONS(5183), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5185), + [sym_safe_nav] = ACTIONS(5185), + [sym_multiline_comment] = ACTIONS(3), }, - [3530] = { - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_RBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(4147), - [anon_sym_LBRACE] = ACTIONS(4149), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_RPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [anon_sym_DASH_GT] = ACTIONS(4149), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_while] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), + [3500] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4281), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4284), + [anon_sym_LPAREN] = ACTIONS(6887), + [anon_sym_LT] = ACTIONS(4281), + [anon_sym_GT] = ACTIONS(4281), + [anon_sym_object] = ACTIONS(4281), + [anon_sym_fun] = ACTIONS(4281), + [anon_sym_DOT] = ACTIONS(4281), + [anon_sym_SEMI] = ACTIONS(4284), + [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(4284), + [anon_sym_QMARK_COLON] = ACTIONS(4284), + [anon_sym_AMP_AMP] = ACTIONS(4284), + [anon_sym_PIPE_PIPE] = ACTIONS(4284), + [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(4284), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(4281), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), + [anon_sym_EQ_EQ] = ACTIONS(4281), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), + [anon_sym_LT_EQ] = ACTIONS(4284), + [anon_sym_GT_EQ] = ACTIONS(4284), + [anon_sym_BANGin] = ACTIONS(4284), + [anon_sym_is] = ACTIONS(4281), + [anon_sym_BANGis] = ACTIONS(4284), + [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(4284), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(4281), + [anon_sym_BANG_BANG] = ACTIONS(4284), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4284), + [anon_sym_continue_AT] = ACTIONS(4284), + [anon_sym_break_AT] = ACTIONS(4284), + [anon_sym_this_AT] = ACTIONS(4284), + [anon_sym_super_AT] = ACTIONS(4284), + [sym_real_literal] = ACTIONS(4284), + [sym_integer_literal] = ACTIONS(4281), + [sym_hex_literal] = ACTIONS(4284), + [sym_bin_literal] = ACTIONS(4284), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [anon_sym_SQUOTE] = ACTIONS(4284), + [sym__backtick_identifier] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4284), + [sym_safe_nav] = ACTIONS(4284), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4284), }, - [3531] = { + [3501] = { [sym__alpha_identifier] = ACTIONS(5187), [anon_sym_AT] = ACTIONS(5189), [anon_sym_LBRACK] = ACTIONS(5189), @@ -406742,1584 +404216,256 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(5189), [sym_multiline_comment] = ACTIONS(3), }, - [3532] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4259), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4262), - [anon_sym_LPAREN] = ACTIONS(6893), - [anon_sym_LT] = ACTIONS(4259), - [anon_sym_GT] = ACTIONS(4259), - [anon_sym_object] = ACTIONS(4259), - [anon_sym_fun] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4259), - [anon_sym_SEMI] = ACTIONS(4262), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4259), - [anon_sym_super] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4259), - [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(4259), - [anon_sym_if] = ACTIONS(4259), - [anon_sym_else] = ACTIONS(4259), - [anon_sym_when] = ACTIONS(4259), - [anon_sym_try] = ACTIONS(4259), - [anon_sym_throw] = ACTIONS(4259), - [anon_sym_return] = ACTIONS(4259), - [anon_sym_continue] = ACTIONS(4259), - [anon_sym_break] = ACTIONS(4259), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4259), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), - [anon_sym_EQ_EQ] = ACTIONS(4259), - [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(4259), - [anon_sym_BANGis] = ACTIONS(4262), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4259), - [anon_sym_PERCENT] = ACTIONS(4259), - [anon_sym_as_QMARK] = ACTIONS(4262), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4259), - [anon_sym_BANG_BANG] = ACTIONS(4262), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4262), - [anon_sym_continue_AT] = ACTIONS(4262), - [anon_sym_break_AT] = ACTIONS(4262), - [anon_sym_this_AT] = ACTIONS(4262), - [anon_sym_super_AT] = ACTIONS(4262), - [sym_real_literal] = ACTIONS(4262), - [sym_integer_literal] = ACTIONS(4259), - [sym_hex_literal] = ACTIONS(4262), - [sym_bin_literal] = ACTIONS(4262), - [anon_sym_true] = ACTIONS(4259), - [anon_sym_false] = ACTIONS(4259), - [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), - }, - [3533] = { - [sym__alpha_identifier] = ACTIONS(5219), - [anon_sym_AT] = ACTIONS(5221), - [anon_sym_LBRACK] = ACTIONS(5221), - [anon_sym_RBRACK] = ACTIONS(5221), - [anon_sym_as] = ACTIONS(5219), - [anon_sym_EQ] = ACTIONS(5219), - [anon_sym_LBRACE] = ACTIONS(5221), - [anon_sym_RBRACE] = ACTIONS(5221), - [anon_sym_LPAREN] = ACTIONS(5221), - [anon_sym_COMMA] = ACTIONS(5221), - [anon_sym_RPAREN] = ACTIONS(5221), - [anon_sym_LT] = ACTIONS(5219), - [anon_sym_GT] = ACTIONS(5219), - [anon_sym_where] = ACTIONS(5219), - [anon_sym_DOT] = ACTIONS(5219), - [anon_sym_SEMI] = ACTIONS(5221), - [anon_sym_get] = ACTIONS(5219), - [anon_sym_set] = ACTIONS(5219), - [anon_sym_STAR] = ACTIONS(5219), - [anon_sym_DASH_GT] = ACTIONS(5221), - [sym_label] = ACTIONS(5221), - [anon_sym_in] = ACTIONS(5219), - [anon_sym_while] = ACTIONS(5219), - [anon_sym_DOT_DOT] = ACTIONS(5221), - [anon_sym_QMARK_COLON] = ACTIONS(5221), - [anon_sym_AMP_AMP] = ACTIONS(5221), - [anon_sym_PIPE_PIPE] = ACTIONS(5221), - [anon_sym_else] = ACTIONS(5219), - [anon_sym_COLON_COLON] = ACTIONS(5221), - [anon_sym_PLUS_EQ] = ACTIONS(5221), - [anon_sym_DASH_EQ] = ACTIONS(5221), - [anon_sym_STAR_EQ] = ACTIONS(5221), - [anon_sym_SLASH_EQ] = ACTIONS(5221), - [anon_sym_PERCENT_EQ] = ACTIONS(5221), - [anon_sym_BANG_EQ] = ACTIONS(5219), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5221), - [anon_sym_EQ_EQ] = ACTIONS(5219), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5221), - [anon_sym_LT_EQ] = ACTIONS(5221), - [anon_sym_GT_EQ] = ACTIONS(5221), - [anon_sym_BANGin] = ACTIONS(5221), - [anon_sym_is] = ACTIONS(5219), - [anon_sym_BANGis] = ACTIONS(5221), - [anon_sym_PLUS] = ACTIONS(5219), - [anon_sym_DASH] = ACTIONS(5219), - [anon_sym_SLASH] = ACTIONS(5219), - [anon_sym_PERCENT] = ACTIONS(5219), - [anon_sym_as_QMARK] = ACTIONS(5221), - [anon_sym_PLUS_PLUS] = ACTIONS(5221), - [anon_sym_DASH_DASH] = ACTIONS(5221), - [anon_sym_BANG_BANG] = ACTIONS(5221), - [anon_sym_suspend] = ACTIONS(5219), - [anon_sym_sealed] = ACTIONS(5219), - [anon_sym_annotation] = ACTIONS(5219), - [anon_sym_data] = ACTIONS(5219), - [anon_sym_inner] = ACTIONS(5219), - [anon_sym_value] = ACTIONS(5219), - [anon_sym_override] = ACTIONS(5219), - [anon_sym_lateinit] = ACTIONS(5219), - [anon_sym_public] = ACTIONS(5219), - [anon_sym_private] = ACTIONS(5219), - [anon_sym_internal] = ACTIONS(5219), - [anon_sym_protected] = ACTIONS(5219), - [anon_sym_tailrec] = ACTIONS(5219), - [anon_sym_operator] = ACTIONS(5219), - [anon_sym_infix] = ACTIONS(5219), - [anon_sym_inline] = ACTIONS(5219), - [anon_sym_external] = ACTIONS(5219), - [sym_property_modifier] = ACTIONS(5219), - [anon_sym_abstract] = ACTIONS(5219), - [anon_sym_final] = ACTIONS(5219), - [anon_sym_open] = ACTIONS(5219), - [anon_sym_vararg] = ACTIONS(5219), - [anon_sym_noinline] = ACTIONS(5219), - [anon_sym_crossinline] = ACTIONS(5219), - [anon_sym_expect] = ACTIONS(5219), - [anon_sym_actual] = ACTIONS(5219), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5221), - [sym_safe_nav] = ACTIONS(5221), - [sym_multiline_comment] = ACTIONS(3), - }, - [3534] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4281), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4284), - [anon_sym_LPAREN] = ACTIONS(6897), - [anon_sym_LT] = ACTIONS(4281), - [anon_sym_GT] = ACTIONS(4281), - [anon_sym_object] = ACTIONS(4281), - [anon_sym_fun] = ACTIONS(4281), - [anon_sym_DOT] = ACTIONS(4281), - [anon_sym_SEMI] = ACTIONS(4284), - [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(4284), - [anon_sym_QMARK_COLON] = ACTIONS(4284), - [anon_sym_AMP_AMP] = ACTIONS(4284), - [anon_sym_PIPE_PIPE] = ACTIONS(4284), - [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(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4281), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ] = ACTIONS(4281), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), - [anon_sym_LT_EQ] = ACTIONS(4284), - [anon_sym_GT_EQ] = ACTIONS(4284), - [anon_sym_BANGin] = ACTIONS(4284), - [anon_sym_is] = ACTIONS(4281), - [anon_sym_BANGis] = ACTIONS(4284), - [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(4284), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4281), - [anon_sym_BANG_BANG] = ACTIONS(4284), - [anon_sym_data] = ACTIONS(4281), - [anon_sym_inner] = ACTIONS(4281), - [anon_sym_value] = ACTIONS(4281), - [anon_sym_expect] = ACTIONS(4281), - [anon_sym_actual] = ACTIONS(4281), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4284), - [anon_sym_continue_AT] = ACTIONS(4284), - [anon_sym_break_AT] = ACTIONS(4284), - [anon_sym_this_AT] = ACTIONS(4284), - [anon_sym_super_AT] = ACTIONS(4284), - [sym_real_literal] = ACTIONS(4284), - [sym_integer_literal] = ACTIONS(4281), - [sym_hex_literal] = ACTIONS(4284), - [sym_bin_literal] = ACTIONS(4284), - [anon_sym_true] = ACTIONS(4281), - [anon_sym_false] = ACTIONS(4281), - [anon_sym_SQUOTE] = ACTIONS(4284), - [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4284), - [sym_safe_nav] = ACTIONS(4284), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4284), - }, - [3535] = { - [sym__alpha_identifier] = ACTIONS(4633), - [anon_sym_AT] = ACTIONS(4635), - [anon_sym_LBRACK] = ACTIONS(4635), - [anon_sym_RBRACK] = ACTIONS(4635), - [anon_sym_as] = ACTIONS(4633), - [anon_sym_EQ] = ACTIONS(4633), - [anon_sym_LBRACE] = ACTIONS(4635), - [anon_sym_RBRACE] = ACTIONS(4635), - [anon_sym_LPAREN] = ACTIONS(4635), - [anon_sym_COMMA] = ACTIONS(4635), - [anon_sym_RPAREN] = ACTIONS(4635), - [anon_sym_LT] = ACTIONS(4633), - [anon_sym_GT] = ACTIONS(4633), - [anon_sym_where] = ACTIONS(4633), - [anon_sym_DOT] = ACTIONS(4633), - [anon_sym_SEMI] = ACTIONS(4635), - [anon_sym_get] = ACTIONS(4633), - [anon_sym_set] = ACTIONS(4633), - [anon_sym_STAR] = ACTIONS(4633), - [anon_sym_DASH_GT] = ACTIONS(4635), - [sym_label] = ACTIONS(4635), - [anon_sym_in] = ACTIONS(4633), - [anon_sym_while] = ACTIONS(4633), - [anon_sym_DOT_DOT] = ACTIONS(4635), - [anon_sym_QMARK_COLON] = ACTIONS(4635), - [anon_sym_AMP_AMP] = ACTIONS(4635), - [anon_sym_PIPE_PIPE] = ACTIONS(4635), - [anon_sym_else] = ACTIONS(4633), - [anon_sym_COLON_COLON] = ACTIONS(4635), - [anon_sym_PLUS_EQ] = ACTIONS(4635), - [anon_sym_DASH_EQ] = ACTIONS(4635), - [anon_sym_STAR_EQ] = ACTIONS(4635), - [anon_sym_SLASH_EQ] = ACTIONS(4635), - [anon_sym_PERCENT_EQ] = ACTIONS(4635), - [anon_sym_BANG_EQ] = ACTIONS(4633), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4635), - [anon_sym_EQ_EQ] = ACTIONS(4633), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4635), - [anon_sym_LT_EQ] = ACTIONS(4635), - [anon_sym_GT_EQ] = ACTIONS(4635), - [anon_sym_BANGin] = ACTIONS(4635), - [anon_sym_is] = ACTIONS(4633), - [anon_sym_BANGis] = ACTIONS(4635), - [anon_sym_PLUS] = ACTIONS(4633), - [anon_sym_DASH] = ACTIONS(4633), - [anon_sym_SLASH] = ACTIONS(4633), - [anon_sym_PERCENT] = ACTIONS(4633), - [anon_sym_as_QMARK] = ACTIONS(4635), - [anon_sym_PLUS_PLUS] = ACTIONS(4635), - [anon_sym_DASH_DASH] = ACTIONS(4635), - [anon_sym_BANG_BANG] = ACTIONS(4635), - [anon_sym_suspend] = ACTIONS(4633), - [anon_sym_sealed] = ACTIONS(4633), - [anon_sym_annotation] = ACTIONS(4633), - [anon_sym_data] = ACTIONS(4633), - [anon_sym_inner] = ACTIONS(4633), - [anon_sym_value] = ACTIONS(4633), - [anon_sym_override] = ACTIONS(4633), - [anon_sym_lateinit] = ACTIONS(4633), - [anon_sym_public] = ACTIONS(4633), - [anon_sym_private] = ACTIONS(4633), - [anon_sym_internal] = ACTIONS(4633), - [anon_sym_protected] = ACTIONS(4633), - [anon_sym_tailrec] = ACTIONS(4633), - [anon_sym_operator] = ACTIONS(4633), - [anon_sym_infix] = ACTIONS(4633), - [anon_sym_inline] = ACTIONS(4633), - [anon_sym_external] = ACTIONS(4633), - [sym_property_modifier] = ACTIONS(4633), - [anon_sym_abstract] = ACTIONS(4633), - [anon_sym_final] = ACTIONS(4633), - [anon_sym_open] = ACTIONS(4633), - [anon_sym_vararg] = ACTIONS(4633), - [anon_sym_noinline] = ACTIONS(4633), - [anon_sym_crossinline] = ACTIONS(4633), - [anon_sym_expect] = ACTIONS(4633), - [anon_sym_actual] = ACTIONS(4633), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4635), - [sym_safe_nav] = ACTIONS(4635), - [sym_multiline_comment] = ACTIONS(3), - }, - [3536] = { - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_RBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_RPAREN] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(1790), - [anon_sym_set] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1790), - [anon_sym_DASH_GT] = ACTIONS(1792), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(1790), - [anon_sym_sealed] = ACTIONS(1790), - [anon_sym_annotation] = ACTIONS(1790), - [anon_sym_data] = ACTIONS(1790), - [anon_sym_inner] = ACTIONS(1790), - [anon_sym_value] = ACTIONS(1790), - [anon_sym_override] = ACTIONS(1790), - [anon_sym_lateinit] = ACTIONS(1790), - [anon_sym_public] = ACTIONS(1790), - [anon_sym_private] = ACTIONS(1790), - [anon_sym_internal] = ACTIONS(1790), - [anon_sym_protected] = ACTIONS(1790), - [anon_sym_tailrec] = ACTIONS(1790), - [anon_sym_operator] = ACTIONS(1790), - [anon_sym_infix] = ACTIONS(1790), - [anon_sym_inline] = ACTIONS(1790), - [anon_sym_external] = ACTIONS(1790), - [sym_property_modifier] = ACTIONS(1790), - [anon_sym_abstract] = ACTIONS(1790), - [anon_sym_final] = ACTIONS(1790), - [anon_sym_open] = ACTIONS(1790), - [anon_sym_vararg] = ACTIONS(1790), - [anon_sym_noinline] = ACTIONS(1790), - [anon_sym_crossinline] = ACTIONS(1790), - [anon_sym_expect] = ACTIONS(1790), - [anon_sym_actual] = ACTIONS(1790), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), - [sym_multiline_comment] = ACTIONS(3), - }, - [3537] = { - [sym__alpha_identifier] = ACTIONS(5159), - [anon_sym_AT] = ACTIONS(5161), - [anon_sym_LBRACK] = ACTIONS(5161), - [anon_sym_RBRACK] = ACTIONS(5161), - [anon_sym_as] = ACTIONS(5159), - [anon_sym_EQ] = ACTIONS(5159), - [anon_sym_LBRACE] = ACTIONS(5161), - [anon_sym_RBRACE] = ACTIONS(5161), - [anon_sym_LPAREN] = ACTIONS(5161), - [anon_sym_COMMA] = ACTIONS(5161), - [anon_sym_RPAREN] = ACTIONS(5161), - [anon_sym_LT] = ACTIONS(5159), - [anon_sym_GT] = ACTIONS(5159), - [anon_sym_where] = ACTIONS(5159), - [anon_sym_DOT] = ACTIONS(5159), - [anon_sym_SEMI] = ACTIONS(5161), - [anon_sym_get] = ACTIONS(5159), - [anon_sym_set] = ACTIONS(5159), - [anon_sym_STAR] = ACTIONS(5159), - [anon_sym_DASH_GT] = ACTIONS(5161), - [sym_label] = ACTIONS(5161), - [anon_sym_in] = ACTIONS(5159), - [anon_sym_while] = ACTIONS(5159), - [anon_sym_DOT_DOT] = ACTIONS(5161), - [anon_sym_QMARK_COLON] = ACTIONS(5161), - [anon_sym_AMP_AMP] = ACTIONS(5161), - [anon_sym_PIPE_PIPE] = ACTIONS(5161), - [anon_sym_else] = ACTIONS(5159), - [anon_sym_COLON_COLON] = ACTIONS(5161), - [anon_sym_PLUS_EQ] = ACTIONS(5161), - [anon_sym_DASH_EQ] = ACTIONS(5161), - [anon_sym_STAR_EQ] = ACTIONS(5161), - [anon_sym_SLASH_EQ] = ACTIONS(5161), - [anon_sym_PERCENT_EQ] = ACTIONS(5161), - [anon_sym_BANG_EQ] = ACTIONS(5159), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5161), - [anon_sym_EQ_EQ] = ACTIONS(5159), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5161), - [anon_sym_LT_EQ] = ACTIONS(5161), - [anon_sym_GT_EQ] = ACTIONS(5161), - [anon_sym_BANGin] = ACTIONS(5161), - [anon_sym_is] = ACTIONS(5159), - [anon_sym_BANGis] = ACTIONS(5161), - [anon_sym_PLUS] = ACTIONS(5159), - [anon_sym_DASH] = ACTIONS(5159), - [anon_sym_SLASH] = ACTIONS(5159), - [anon_sym_PERCENT] = ACTIONS(5159), - [anon_sym_as_QMARK] = ACTIONS(5161), - [anon_sym_PLUS_PLUS] = ACTIONS(5161), - [anon_sym_DASH_DASH] = ACTIONS(5161), - [anon_sym_BANG_BANG] = ACTIONS(5161), - [anon_sym_suspend] = ACTIONS(5159), - [anon_sym_sealed] = ACTIONS(5159), - [anon_sym_annotation] = ACTIONS(5159), - [anon_sym_data] = ACTIONS(5159), - [anon_sym_inner] = ACTIONS(5159), - [anon_sym_value] = ACTIONS(5159), - [anon_sym_override] = ACTIONS(5159), - [anon_sym_lateinit] = ACTIONS(5159), - [anon_sym_public] = ACTIONS(5159), - [anon_sym_private] = ACTIONS(5159), - [anon_sym_internal] = ACTIONS(5159), - [anon_sym_protected] = ACTIONS(5159), - [anon_sym_tailrec] = ACTIONS(5159), - [anon_sym_operator] = ACTIONS(5159), - [anon_sym_infix] = ACTIONS(5159), - [anon_sym_inline] = ACTIONS(5159), - [anon_sym_external] = ACTIONS(5159), - [sym_property_modifier] = ACTIONS(5159), - [anon_sym_abstract] = ACTIONS(5159), - [anon_sym_final] = ACTIONS(5159), - [anon_sym_open] = ACTIONS(5159), - [anon_sym_vararg] = ACTIONS(5159), - [anon_sym_noinline] = ACTIONS(5159), - [anon_sym_crossinline] = ACTIONS(5159), - [anon_sym_expect] = ACTIONS(5159), - [anon_sym_actual] = ACTIONS(5159), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5161), - [sym_safe_nav] = ACTIONS(5161), - [sym_multiline_comment] = ACTIONS(3), - }, - [3538] = { - [sym__alpha_identifier] = ACTIONS(4313), - [anon_sym_AT] = ACTIONS(4315), - [anon_sym_LBRACK] = ACTIONS(4315), - [anon_sym_as] = ACTIONS(4313), - [anon_sym_EQ] = ACTIONS(4313), - [anon_sym_LBRACE] = ACTIONS(4315), - [anon_sym_RBRACE] = ACTIONS(4315), - [anon_sym_LPAREN] = ACTIONS(4315), - [anon_sym_COMMA] = ACTIONS(4315), - [anon_sym_by] = ACTIONS(4313), - [anon_sym_LT] = ACTIONS(4313), - [anon_sym_GT] = ACTIONS(4313), - [anon_sym_where] = ACTIONS(4313), - [anon_sym_DOT] = ACTIONS(4313), - [anon_sym_SEMI] = ACTIONS(4315), - [anon_sym_get] = ACTIONS(4313), - [anon_sym_set] = ACTIONS(4313), - [anon_sym_AMP] = ACTIONS(4313), - [sym__quest] = ACTIONS(4313), - [anon_sym_STAR] = ACTIONS(4313), - [sym_label] = ACTIONS(4315), - [anon_sym_in] = ACTIONS(4313), - [anon_sym_DOT_DOT] = ACTIONS(4315), - [anon_sym_QMARK_COLON] = ACTIONS(4315), - [anon_sym_AMP_AMP] = ACTIONS(4315), - [anon_sym_PIPE_PIPE] = ACTIONS(4315), - [anon_sym_else] = ACTIONS(4313), - [anon_sym_COLON_COLON] = ACTIONS(4315), - [anon_sym_PLUS_EQ] = ACTIONS(4315), - [anon_sym_DASH_EQ] = ACTIONS(4315), - [anon_sym_STAR_EQ] = ACTIONS(4315), - [anon_sym_SLASH_EQ] = ACTIONS(4315), - [anon_sym_PERCENT_EQ] = ACTIONS(4315), - [anon_sym_BANG_EQ] = ACTIONS(4313), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4315), - [anon_sym_EQ_EQ] = ACTIONS(4313), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4315), - [anon_sym_LT_EQ] = ACTIONS(4315), - [anon_sym_GT_EQ] = ACTIONS(4315), - [anon_sym_BANGin] = ACTIONS(4315), - [anon_sym_is] = ACTIONS(4313), - [anon_sym_BANGis] = ACTIONS(4315), - [anon_sym_PLUS] = ACTIONS(4313), - [anon_sym_DASH] = ACTIONS(4313), - [anon_sym_SLASH] = ACTIONS(4313), - [anon_sym_PERCENT] = ACTIONS(4313), - [anon_sym_as_QMARK] = ACTIONS(4315), - [anon_sym_PLUS_PLUS] = ACTIONS(4315), - [anon_sym_DASH_DASH] = ACTIONS(4315), - [anon_sym_BANG_BANG] = ACTIONS(4315), - [anon_sym_suspend] = ACTIONS(4313), - [anon_sym_sealed] = ACTIONS(4313), - [anon_sym_annotation] = ACTIONS(4313), - [anon_sym_data] = ACTIONS(4313), - [anon_sym_inner] = ACTIONS(4313), - [anon_sym_value] = ACTIONS(4313), - [anon_sym_override] = ACTIONS(4313), - [anon_sym_lateinit] = ACTIONS(4313), - [anon_sym_public] = ACTIONS(4313), - [anon_sym_private] = ACTIONS(4313), - [anon_sym_internal] = ACTIONS(4313), - [anon_sym_protected] = ACTIONS(4313), - [anon_sym_tailrec] = ACTIONS(4313), - [anon_sym_operator] = ACTIONS(4313), - [anon_sym_infix] = ACTIONS(4313), - [anon_sym_inline] = ACTIONS(4313), - [anon_sym_external] = ACTIONS(4313), - [sym_property_modifier] = ACTIONS(4313), - [anon_sym_abstract] = ACTIONS(4313), - [anon_sym_final] = ACTIONS(4313), - [anon_sym_open] = ACTIONS(4313), - [anon_sym_vararg] = ACTIONS(4313), - [anon_sym_noinline] = ACTIONS(4313), - [anon_sym_crossinline] = ACTIONS(4313), - [anon_sym_expect] = ACTIONS(4313), - [anon_sym_actual] = ACTIONS(4313), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4315), - [sym__automatic_semicolon] = ACTIONS(4315), - [sym_safe_nav] = ACTIONS(4315), - [sym_multiline_comment] = ACTIONS(3), - }, - [3539] = { - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_RBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(4218), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_RPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [anon_sym_DASH_GT] = ACTIONS(4218), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_while] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - }, - [3540] = { - [sym__alpha_identifier] = ACTIONS(4918), - [anon_sym_AT] = ACTIONS(4920), - [anon_sym_LBRACK] = ACTIONS(4920), - [anon_sym_RBRACK] = ACTIONS(4920), - [anon_sym_as] = ACTIONS(4918), - [anon_sym_EQ] = ACTIONS(4918), - [anon_sym_LBRACE] = ACTIONS(4920), - [anon_sym_RBRACE] = ACTIONS(4920), - [anon_sym_LPAREN] = ACTIONS(4920), - [anon_sym_COMMA] = ACTIONS(4920), - [anon_sym_RPAREN] = ACTIONS(4920), - [anon_sym_LT] = ACTIONS(4918), - [anon_sym_GT] = ACTIONS(4918), - [anon_sym_where] = ACTIONS(4918), - [anon_sym_DOT] = ACTIONS(4918), - [anon_sym_SEMI] = ACTIONS(4920), - [anon_sym_get] = ACTIONS(4918), - [anon_sym_set] = ACTIONS(4918), - [anon_sym_STAR] = ACTIONS(4918), - [anon_sym_DASH_GT] = ACTIONS(4920), - [sym_label] = ACTIONS(4920), - [anon_sym_in] = ACTIONS(4918), - [anon_sym_while] = ACTIONS(4918), - [anon_sym_DOT_DOT] = ACTIONS(4920), - [anon_sym_QMARK_COLON] = ACTIONS(4920), - [anon_sym_AMP_AMP] = ACTIONS(4920), - [anon_sym_PIPE_PIPE] = ACTIONS(4920), - [anon_sym_else] = ACTIONS(4918), - [anon_sym_COLON_COLON] = ACTIONS(4920), - [anon_sym_PLUS_EQ] = ACTIONS(4920), - [anon_sym_DASH_EQ] = ACTIONS(4920), - [anon_sym_STAR_EQ] = ACTIONS(4920), - [anon_sym_SLASH_EQ] = ACTIONS(4920), - [anon_sym_PERCENT_EQ] = ACTIONS(4920), - [anon_sym_BANG_EQ] = ACTIONS(4918), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4920), - [anon_sym_EQ_EQ] = ACTIONS(4918), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4920), - [anon_sym_LT_EQ] = ACTIONS(4920), - [anon_sym_GT_EQ] = ACTIONS(4920), - [anon_sym_BANGin] = ACTIONS(4920), - [anon_sym_is] = ACTIONS(4918), - [anon_sym_BANGis] = ACTIONS(4920), - [anon_sym_PLUS] = ACTIONS(4918), - [anon_sym_DASH] = ACTIONS(4918), - [anon_sym_SLASH] = ACTIONS(4918), - [anon_sym_PERCENT] = ACTIONS(4918), - [anon_sym_as_QMARK] = ACTIONS(4920), - [anon_sym_PLUS_PLUS] = ACTIONS(4920), - [anon_sym_DASH_DASH] = ACTIONS(4920), - [anon_sym_BANG_BANG] = ACTIONS(4920), - [anon_sym_suspend] = ACTIONS(4918), - [anon_sym_sealed] = ACTIONS(4918), - [anon_sym_annotation] = ACTIONS(4918), - [anon_sym_data] = ACTIONS(4918), - [anon_sym_inner] = ACTIONS(4918), - [anon_sym_value] = ACTIONS(4918), - [anon_sym_override] = ACTIONS(4918), - [anon_sym_lateinit] = ACTIONS(4918), - [anon_sym_public] = ACTIONS(4918), - [anon_sym_private] = ACTIONS(4918), - [anon_sym_internal] = ACTIONS(4918), - [anon_sym_protected] = ACTIONS(4918), - [anon_sym_tailrec] = ACTIONS(4918), - [anon_sym_operator] = ACTIONS(4918), - [anon_sym_infix] = ACTIONS(4918), - [anon_sym_inline] = ACTIONS(4918), - [anon_sym_external] = ACTIONS(4918), - [sym_property_modifier] = ACTIONS(4918), - [anon_sym_abstract] = ACTIONS(4918), - [anon_sym_final] = ACTIONS(4918), - [anon_sym_open] = ACTIONS(4918), - [anon_sym_vararg] = ACTIONS(4918), - [anon_sym_noinline] = ACTIONS(4918), - [anon_sym_crossinline] = ACTIONS(4918), - [anon_sym_expect] = ACTIONS(4918), - [anon_sym_actual] = ACTIONS(4918), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4920), - [sym_safe_nav] = ACTIONS(4920), - [sym_multiline_comment] = ACTIONS(3), - }, - [3541] = { - [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_COMMA] = 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_value] = 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), + [3502] = { + [sym__alpha_identifier] = ACTIONS(5191), + [anon_sym_AT] = ACTIONS(5193), + [anon_sym_LBRACK] = ACTIONS(5193), + [anon_sym_RBRACK] = ACTIONS(5193), + [anon_sym_as] = ACTIONS(5191), + [anon_sym_EQ] = ACTIONS(5191), + [anon_sym_LBRACE] = ACTIONS(5193), + [anon_sym_RBRACE] = ACTIONS(5193), + [anon_sym_LPAREN] = ACTIONS(5193), + [anon_sym_COMMA] = ACTIONS(5193), + [anon_sym_RPAREN] = ACTIONS(5193), + [anon_sym_LT] = ACTIONS(5191), + [anon_sym_GT] = ACTIONS(5191), + [anon_sym_where] = ACTIONS(5191), + [anon_sym_DOT] = ACTIONS(5191), + [anon_sym_SEMI] = ACTIONS(5193), + [anon_sym_get] = ACTIONS(5191), + [anon_sym_set] = ACTIONS(5191), + [anon_sym_STAR] = ACTIONS(5191), + [anon_sym_DASH_GT] = ACTIONS(5193), + [sym_label] = ACTIONS(5193), + [anon_sym_in] = ACTIONS(5191), + [anon_sym_while] = ACTIONS(5191), + [anon_sym_DOT_DOT] = ACTIONS(5193), + [anon_sym_QMARK_COLON] = ACTIONS(5193), + [anon_sym_AMP_AMP] = ACTIONS(5193), + [anon_sym_PIPE_PIPE] = ACTIONS(5193), + [anon_sym_else] = ACTIONS(5191), + [anon_sym_COLON_COLON] = ACTIONS(5193), + [anon_sym_PLUS_EQ] = ACTIONS(5193), + [anon_sym_DASH_EQ] = ACTIONS(5193), + [anon_sym_STAR_EQ] = ACTIONS(5193), + [anon_sym_SLASH_EQ] = ACTIONS(5193), + [anon_sym_PERCENT_EQ] = ACTIONS(5193), + [anon_sym_BANG_EQ] = ACTIONS(5191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5193), + [anon_sym_EQ_EQ] = ACTIONS(5191), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5193), + [anon_sym_LT_EQ] = ACTIONS(5193), + [anon_sym_GT_EQ] = ACTIONS(5193), + [anon_sym_BANGin] = ACTIONS(5193), + [anon_sym_is] = ACTIONS(5191), + [anon_sym_BANGis] = ACTIONS(5193), + [anon_sym_PLUS] = ACTIONS(5191), + [anon_sym_DASH] = ACTIONS(5191), + [anon_sym_SLASH] = ACTIONS(5191), + [anon_sym_PERCENT] = ACTIONS(5191), + [anon_sym_as_QMARK] = ACTIONS(5193), + [anon_sym_PLUS_PLUS] = ACTIONS(5193), + [anon_sym_DASH_DASH] = ACTIONS(5193), + [anon_sym_BANG_BANG] = ACTIONS(5193), + [anon_sym_suspend] = ACTIONS(5191), + [anon_sym_sealed] = ACTIONS(5191), + [anon_sym_annotation] = ACTIONS(5191), + [anon_sym_data] = ACTIONS(5191), + [anon_sym_inner] = ACTIONS(5191), + [anon_sym_value] = ACTIONS(5191), + [anon_sym_override] = ACTIONS(5191), + [anon_sym_lateinit] = ACTIONS(5191), + [anon_sym_public] = ACTIONS(5191), + [anon_sym_private] = ACTIONS(5191), + [anon_sym_internal] = ACTIONS(5191), + [anon_sym_protected] = ACTIONS(5191), + [anon_sym_tailrec] = ACTIONS(5191), + [anon_sym_operator] = ACTIONS(5191), + [anon_sym_infix] = ACTIONS(5191), + [anon_sym_inline] = ACTIONS(5191), + [anon_sym_external] = ACTIONS(5191), + [sym_property_modifier] = ACTIONS(5191), + [anon_sym_abstract] = ACTIONS(5191), + [anon_sym_final] = ACTIONS(5191), + [anon_sym_open] = ACTIONS(5191), + [anon_sym_vararg] = ACTIONS(5191), + [anon_sym_noinline] = ACTIONS(5191), + [anon_sym_crossinline] = ACTIONS(5191), + [anon_sym_expect] = ACTIONS(5191), + [anon_sym_actual] = ACTIONS(5191), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4672), - [anon_sym_continue_AT] = ACTIONS(4672), - [anon_sym_break_AT] = ACTIONS(4672), - [anon_sym_this_AT] = ACTIONS(4672), - [anon_sym_super_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), - }, - [3542] = { - [sym__alpha_identifier] = ACTIONS(5163), - [anon_sym_AT] = ACTIONS(5165), - [anon_sym_LBRACK] = ACTIONS(5165), - [anon_sym_RBRACK] = ACTIONS(5165), - [anon_sym_as] = ACTIONS(5163), - [anon_sym_EQ] = ACTIONS(5163), - [anon_sym_LBRACE] = ACTIONS(5165), - [anon_sym_RBRACE] = ACTIONS(5165), - [anon_sym_LPAREN] = ACTIONS(5165), - [anon_sym_COMMA] = ACTIONS(5165), - [anon_sym_RPAREN] = ACTIONS(5165), - [anon_sym_LT] = ACTIONS(5163), - [anon_sym_GT] = ACTIONS(5163), - [anon_sym_where] = ACTIONS(5163), - [anon_sym_DOT] = ACTIONS(5163), - [anon_sym_SEMI] = ACTIONS(5165), - [anon_sym_get] = ACTIONS(5163), - [anon_sym_set] = ACTIONS(5163), - [anon_sym_STAR] = ACTIONS(5163), - [anon_sym_DASH_GT] = ACTIONS(5165), - [sym_label] = ACTIONS(5165), - [anon_sym_in] = ACTIONS(5163), - [anon_sym_while] = ACTIONS(5163), - [anon_sym_DOT_DOT] = ACTIONS(5165), - [anon_sym_QMARK_COLON] = ACTIONS(5165), - [anon_sym_AMP_AMP] = ACTIONS(5165), - [anon_sym_PIPE_PIPE] = ACTIONS(5165), - [anon_sym_else] = ACTIONS(5163), - [anon_sym_COLON_COLON] = ACTIONS(5165), - [anon_sym_PLUS_EQ] = ACTIONS(5165), - [anon_sym_DASH_EQ] = ACTIONS(5165), - [anon_sym_STAR_EQ] = ACTIONS(5165), - [anon_sym_SLASH_EQ] = ACTIONS(5165), - [anon_sym_PERCENT_EQ] = ACTIONS(5165), - [anon_sym_BANG_EQ] = ACTIONS(5163), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5165), - [anon_sym_EQ_EQ] = ACTIONS(5163), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5165), - [anon_sym_LT_EQ] = ACTIONS(5165), - [anon_sym_GT_EQ] = ACTIONS(5165), - [anon_sym_BANGin] = ACTIONS(5165), - [anon_sym_is] = ACTIONS(5163), - [anon_sym_BANGis] = ACTIONS(5165), - [anon_sym_PLUS] = ACTIONS(5163), - [anon_sym_DASH] = ACTIONS(5163), - [anon_sym_SLASH] = ACTIONS(5163), - [anon_sym_PERCENT] = ACTIONS(5163), - [anon_sym_as_QMARK] = ACTIONS(5165), - [anon_sym_PLUS_PLUS] = ACTIONS(5165), - [anon_sym_DASH_DASH] = ACTIONS(5165), - [anon_sym_BANG_BANG] = ACTIONS(5165), - [anon_sym_suspend] = ACTIONS(5163), - [anon_sym_sealed] = ACTIONS(5163), - [anon_sym_annotation] = ACTIONS(5163), - [anon_sym_data] = ACTIONS(5163), - [anon_sym_inner] = ACTIONS(5163), - [anon_sym_value] = ACTIONS(5163), - [anon_sym_override] = ACTIONS(5163), - [anon_sym_lateinit] = ACTIONS(5163), - [anon_sym_public] = ACTIONS(5163), - [anon_sym_private] = ACTIONS(5163), - [anon_sym_internal] = ACTIONS(5163), - [anon_sym_protected] = ACTIONS(5163), - [anon_sym_tailrec] = ACTIONS(5163), - [anon_sym_operator] = ACTIONS(5163), - [anon_sym_infix] = ACTIONS(5163), - [anon_sym_inline] = ACTIONS(5163), - [anon_sym_external] = ACTIONS(5163), - [sym_property_modifier] = ACTIONS(5163), - [anon_sym_abstract] = ACTIONS(5163), - [anon_sym_final] = ACTIONS(5163), - [anon_sym_open] = ACTIONS(5163), - [anon_sym_vararg] = ACTIONS(5163), - [anon_sym_noinline] = ACTIONS(5163), - [anon_sym_crossinline] = ACTIONS(5163), - [anon_sym_expect] = ACTIONS(5163), - [anon_sym_actual] = ACTIONS(5163), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5165), - [sym_safe_nav] = ACTIONS(5165), - [sym_multiline_comment] = ACTIONS(3), - }, - [3543] = { - [sym__alpha_identifier] = ACTIONS(4355), - [anon_sym_AT] = ACTIONS(4357), - [anon_sym_LBRACK] = ACTIONS(4357), - [anon_sym_RBRACK] = ACTIONS(4357), - [anon_sym_as] = ACTIONS(4355), - [anon_sym_EQ] = ACTIONS(4355), - [anon_sym_LBRACE] = ACTIONS(4357), - [anon_sym_RBRACE] = ACTIONS(4357), - [anon_sym_LPAREN] = ACTIONS(4357), - [anon_sym_COMMA] = ACTIONS(4357), - [anon_sym_RPAREN] = ACTIONS(4357), - [anon_sym_LT] = ACTIONS(4355), - [anon_sym_GT] = ACTIONS(4355), - [anon_sym_where] = ACTIONS(4355), - [anon_sym_DOT] = ACTIONS(4355), - [anon_sym_SEMI] = ACTIONS(4357), - [anon_sym_get] = ACTIONS(4355), - [anon_sym_set] = ACTIONS(4355), - [anon_sym_STAR] = ACTIONS(4355), - [anon_sym_DASH_GT] = ACTIONS(4357), - [sym_label] = ACTIONS(4357), - [anon_sym_in] = ACTIONS(4355), - [anon_sym_while] = ACTIONS(4355), - [anon_sym_DOT_DOT] = ACTIONS(4357), - [anon_sym_QMARK_COLON] = ACTIONS(4357), - [anon_sym_AMP_AMP] = ACTIONS(4357), - [anon_sym_PIPE_PIPE] = ACTIONS(4357), - [anon_sym_else] = ACTIONS(4355), - [anon_sym_COLON_COLON] = ACTIONS(4357), - [anon_sym_PLUS_EQ] = ACTIONS(4357), - [anon_sym_DASH_EQ] = ACTIONS(4357), - [anon_sym_STAR_EQ] = ACTIONS(4357), - [anon_sym_SLASH_EQ] = ACTIONS(4357), - [anon_sym_PERCENT_EQ] = ACTIONS(4357), - [anon_sym_BANG_EQ] = ACTIONS(4355), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4357), - [anon_sym_EQ_EQ] = ACTIONS(4355), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4357), - [anon_sym_LT_EQ] = ACTIONS(4357), - [anon_sym_GT_EQ] = ACTIONS(4357), - [anon_sym_BANGin] = ACTIONS(4357), - [anon_sym_is] = ACTIONS(4355), - [anon_sym_BANGis] = ACTIONS(4357), - [anon_sym_PLUS] = ACTIONS(4355), - [anon_sym_DASH] = ACTIONS(4355), - [anon_sym_SLASH] = ACTIONS(4355), - [anon_sym_PERCENT] = ACTIONS(4355), - [anon_sym_as_QMARK] = ACTIONS(4357), - [anon_sym_PLUS_PLUS] = ACTIONS(4357), - [anon_sym_DASH_DASH] = ACTIONS(4357), - [anon_sym_BANG_BANG] = ACTIONS(4357), - [anon_sym_suspend] = ACTIONS(4355), - [anon_sym_sealed] = ACTIONS(4355), - [anon_sym_annotation] = ACTIONS(4355), - [anon_sym_data] = ACTIONS(4355), - [anon_sym_inner] = ACTIONS(4355), - [anon_sym_value] = ACTIONS(4355), - [anon_sym_override] = ACTIONS(4355), - [anon_sym_lateinit] = ACTIONS(4355), - [anon_sym_public] = ACTIONS(4355), - [anon_sym_private] = ACTIONS(4355), - [anon_sym_internal] = ACTIONS(4355), - [anon_sym_protected] = ACTIONS(4355), - [anon_sym_tailrec] = ACTIONS(4355), - [anon_sym_operator] = ACTIONS(4355), - [anon_sym_infix] = ACTIONS(4355), - [anon_sym_inline] = ACTIONS(4355), - [anon_sym_external] = ACTIONS(4355), - [sym_property_modifier] = ACTIONS(4355), - [anon_sym_abstract] = ACTIONS(4355), - [anon_sym_final] = ACTIONS(4355), - [anon_sym_open] = ACTIONS(4355), - [anon_sym_vararg] = ACTIONS(4355), - [anon_sym_noinline] = ACTIONS(4355), - [anon_sym_crossinline] = ACTIONS(4355), - [anon_sym_expect] = ACTIONS(4355), - [anon_sym_actual] = ACTIONS(4355), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4357), - [sym_safe_nav] = ACTIONS(4357), - [sym_multiline_comment] = ACTIONS(3), - }, - [3544] = { - [sym__alpha_identifier] = ACTIONS(5107), - [anon_sym_AT] = ACTIONS(5109), - [anon_sym_LBRACK] = ACTIONS(5109), - [anon_sym_RBRACK] = ACTIONS(5109), - [anon_sym_as] = ACTIONS(5107), - [anon_sym_EQ] = ACTIONS(5107), - [anon_sym_LBRACE] = ACTIONS(5109), - [anon_sym_RBRACE] = ACTIONS(5109), - [anon_sym_LPAREN] = ACTIONS(5109), - [anon_sym_COMMA] = ACTIONS(5109), - [anon_sym_RPAREN] = ACTIONS(5109), - [anon_sym_LT] = ACTIONS(5107), - [anon_sym_GT] = ACTIONS(5107), - [anon_sym_where] = ACTIONS(5107), - [anon_sym_DOT] = ACTIONS(5107), - [anon_sym_SEMI] = ACTIONS(5109), - [anon_sym_get] = ACTIONS(5107), - [anon_sym_set] = ACTIONS(5107), - [anon_sym_STAR] = ACTIONS(5107), - [anon_sym_DASH_GT] = ACTIONS(5109), - [sym_label] = ACTIONS(5109), - [anon_sym_in] = ACTIONS(5107), - [anon_sym_while] = ACTIONS(5107), - [anon_sym_DOT_DOT] = ACTIONS(5109), - [anon_sym_QMARK_COLON] = ACTIONS(5109), - [anon_sym_AMP_AMP] = ACTIONS(5109), - [anon_sym_PIPE_PIPE] = ACTIONS(5109), - [anon_sym_else] = ACTIONS(5107), - [anon_sym_COLON_COLON] = ACTIONS(5109), - [anon_sym_PLUS_EQ] = ACTIONS(5109), - [anon_sym_DASH_EQ] = ACTIONS(5109), - [anon_sym_STAR_EQ] = ACTIONS(5109), - [anon_sym_SLASH_EQ] = ACTIONS(5109), - [anon_sym_PERCENT_EQ] = ACTIONS(5109), - [anon_sym_BANG_EQ] = ACTIONS(5107), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5109), - [anon_sym_EQ_EQ] = ACTIONS(5107), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5109), - [anon_sym_LT_EQ] = ACTIONS(5109), - [anon_sym_GT_EQ] = ACTIONS(5109), - [anon_sym_BANGin] = ACTIONS(5109), - [anon_sym_is] = ACTIONS(5107), - [anon_sym_BANGis] = ACTIONS(5109), - [anon_sym_PLUS] = ACTIONS(5107), - [anon_sym_DASH] = ACTIONS(5107), - [anon_sym_SLASH] = ACTIONS(5107), - [anon_sym_PERCENT] = ACTIONS(5107), - [anon_sym_as_QMARK] = ACTIONS(5109), - [anon_sym_PLUS_PLUS] = ACTIONS(5109), - [anon_sym_DASH_DASH] = ACTIONS(5109), - [anon_sym_BANG_BANG] = ACTIONS(5109), - [anon_sym_suspend] = ACTIONS(5107), - [anon_sym_sealed] = ACTIONS(5107), - [anon_sym_annotation] = ACTIONS(5107), - [anon_sym_data] = ACTIONS(5107), - [anon_sym_inner] = ACTIONS(5107), - [anon_sym_value] = ACTIONS(5107), - [anon_sym_override] = ACTIONS(5107), - [anon_sym_lateinit] = ACTIONS(5107), - [anon_sym_public] = ACTIONS(5107), - [anon_sym_private] = ACTIONS(5107), - [anon_sym_internal] = ACTIONS(5107), - [anon_sym_protected] = ACTIONS(5107), - [anon_sym_tailrec] = ACTIONS(5107), - [anon_sym_operator] = ACTIONS(5107), - [anon_sym_infix] = ACTIONS(5107), - [anon_sym_inline] = ACTIONS(5107), - [anon_sym_external] = ACTIONS(5107), - [sym_property_modifier] = ACTIONS(5107), - [anon_sym_abstract] = ACTIONS(5107), - [anon_sym_final] = ACTIONS(5107), - [anon_sym_open] = ACTIONS(5107), - [anon_sym_vararg] = ACTIONS(5107), - [anon_sym_noinline] = ACTIONS(5107), - [anon_sym_crossinline] = ACTIONS(5107), - [anon_sym_expect] = ACTIONS(5107), - [anon_sym_actual] = ACTIONS(5107), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5109), - [sym_safe_nav] = ACTIONS(5109), - [sym_multiline_comment] = ACTIONS(3), - }, - [3545] = { - [sym__alpha_identifier] = ACTIONS(4317), - [anon_sym_AT] = ACTIONS(4319), - [anon_sym_LBRACK] = ACTIONS(4319), - [anon_sym_as] = ACTIONS(4317), - [anon_sym_EQ] = ACTIONS(4317), - [anon_sym_LBRACE] = ACTIONS(4319), - [anon_sym_RBRACE] = ACTIONS(4319), - [anon_sym_LPAREN] = ACTIONS(4319), - [anon_sym_COMMA] = ACTIONS(4319), - [anon_sym_by] = ACTIONS(4317), - [anon_sym_LT] = ACTIONS(4317), - [anon_sym_GT] = ACTIONS(4317), - [anon_sym_where] = ACTIONS(4317), - [anon_sym_DOT] = ACTIONS(4317), - [anon_sym_SEMI] = ACTIONS(4319), - [anon_sym_get] = ACTIONS(4317), - [anon_sym_set] = ACTIONS(4317), - [anon_sym_AMP] = ACTIONS(4317), - [sym__quest] = ACTIONS(4317), - [anon_sym_STAR] = ACTIONS(4317), - [sym_label] = ACTIONS(4319), - [anon_sym_in] = ACTIONS(4317), - [anon_sym_DOT_DOT] = ACTIONS(4319), - [anon_sym_QMARK_COLON] = ACTIONS(4319), - [anon_sym_AMP_AMP] = ACTIONS(4319), - [anon_sym_PIPE_PIPE] = ACTIONS(4319), - [anon_sym_else] = ACTIONS(4317), - [anon_sym_COLON_COLON] = ACTIONS(4319), - [anon_sym_PLUS_EQ] = ACTIONS(4319), - [anon_sym_DASH_EQ] = ACTIONS(4319), - [anon_sym_STAR_EQ] = ACTIONS(4319), - [anon_sym_SLASH_EQ] = ACTIONS(4319), - [anon_sym_PERCENT_EQ] = ACTIONS(4319), - [anon_sym_BANG_EQ] = ACTIONS(4317), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4319), - [anon_sym_EQ_EQ] = ACTIONS(4317), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4319), - [anon_sym_LT_EQ] = ACTIONS(4319), - [anon_sym_GT_EQ] = ACTIONS(4319), - [anon_sym_BANGin] = ACTIONS(4319), - [anon_sym_is] = ACTIONS(4317), - [anon_sym_BANGis] = ACTIONS(4319), - [anon_sym_PLUS] = ACTIONS(4317), - [anon_sym_DASH] = ACTIONS(4317), - [anon_sym_SLASH] = ACTIONS(4317), - [anon_sym_PERCENT] = ACTIONS(4317), - [anon_sym_as_QMARK] = ACTIONS(4319), - [anon_sym_PLUS_PLUS] = ACTIONS(4319), - [anon_sym_DASH_DASH] = ACTIONS(4319), - [anon_sym_BANG_BANG] = ACTIONS(4319), - [anon_sym_suspend] = ACTIONS(4317), - [anon_sym_sealed] = ACTIONS(4317), - [anon_sym_annotation] = ACTIONS(4317), - [anon_sym_data] = ACTIONS(4317), - [anon_sym_inner] = ACTIONS(4317), - [anon_sym_value] = ACTIONS(4317), - [anon_sym_override] = ACTIONS(4317), - [anon_sym_lateinit] = ACTIONS(4317), - [anon_sym_public] = ACTIONS(4317), - [anon_sym_private] = ACTIONS(4317), - [anon_sym_internal] = ACTIONS(4317), - [anon_sym_protected] = ACTIONS(4317), - [anon_sym_tailrec] = ACTIONS(4317), - [anon_sym_operator] = ACTIONS(4317), - [anon_sym_infix] = ACTIONS(4317), - [anon_sym_inline] = ACTIONS(4317), - [anon_sym_external] = ACTIONS(4317), - [sym_property_modifier] = ACTIONS(4317), - [anon_sym_abstract] = ACTIONS(4317), - [anon_sym_final] = ACTIONS(4317), - [anon_sym_open] = ACTIONS(4317), - [anon_sym_vararg] = ACTIONS(4317), - [anon_sym_noinline] = ACTIONS(4317), - [anon_sym_crossinline] = ACTIONS(4317), - [anon_sym_expect] = ACTIONS(4317), - [anon_sym_actual] = ACTIONS(4317), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4319), - [sym__automatic_semicolon] = ACTIONS(4319), - [sym_safe_nav] = ACTIONS(4319), - [sym_multiline_comment] = ACTIONS(3), - }, - [3546] = { - [sym__alpha_identifier] = ACTIONS(5103), - [anon_sym_AT] = ACTIONS(5105), - [anon_sym_LBRACK] = ACTIONS(5105), - [anon_sym_RBRACK] = ACTIONS(5105), - [anon_sym_as] = ACTIONS(5103), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(5105), - [anon_sym_RBRACE] = ACTIONS(5105), - [anon_sym_LPAREN] = ACTIONS(5105), - [anon_sym_COMMA] = ACTIONS(5105), - [anon_sym_RPAREN] = ACTIONS(5105), - [anon_sym_LT] = ACTIONS(5103), - [anon_sym_GT] = ACTIONS(5103), - [anon_sym_where] = ACTIONS(5103), - [anon_sym_DOT] = ACTIONS(5103), - [anon_sym_SEMI] = ACTIONS(5105), - [anon_sym_get] = ACTIONS(5103), - [anon_sym_set] = ACTIONS(5103), - [anon_sym_STAR] = ACTIONS(5103), - [anon_sym_DASH_GT] = ACTIONS(5105), - [sym_label] = ACTIONS(5105), - [anon_sym_in] = ACTIONS(5103), - [anon_sym_while] = ACTIONS(5103), - [anon_sym_DOT_DOT] = ACTIONS(5105), - [anon_sym_QMARK_COLON] = ACTIONS(5105), - [anon_sym_AMP_AMP] = ACTIONS(5105), - [anon_sym_PIPE_PIPE] = ACTIONS(5105), - [anon_sym_else] = ACTIONS(5103), - [anon_sym_COLON_COLON] = ACTIONS(5105), - [anon_sym_PLUS_EQ] = ACTIONS(5105), - [anon_sym_DASH_EQ] = ACTIONS(5105), - [anon_sym_STAR_EQ] = ACTIONS(5105), - [anon_sym_SLASH_EQ] = ACTIONS(5105), - [anon_sym_PERCENT_EQ] = ACTIONS(5105), - [anon_sym_BANG_EQ] = ACTIONS(5103), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5105), - [anon_sym_EQ_EQ] = ACTIONS(5103), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5105), - [anon_sym_LT_EQ] = ACTIONS(5105), - [anon_sym_GT_EQ] = ACTIONS(5105), - [anon_sym_BANGin] = ACTIONS(5105), - [anon_sym_is] = ACTIONS(5103), - [anon_sym_BANGis] = ACTIONS(5105), - [anon_sym_PLUS] = ACTIONS(5103), - [anon_sym_DASH] = ACTIONS(5103), - [anon_sym_SLASH] = ACTIONS(5103), - [anon_sym_PERCENT] = ACTIONS(5103), - [anon_sym_as_QMARK] = ACTIONS(5105), - [anon_sym_PLUS_PLUS] = ACTIONS(5105), - [anon_sym_DASH_DASH] = ACTIONS(5105), - [anon_sym_BANG_BANG] = ACTIONS(5105), - [anon_sym_suspend] = ACTIONS(5103), - [anon_sym_sealed] = ACTIONS(5103), - [anon_sym_annotation] = ACTIONS(5103), - [anon_sym_data] = ACTIONS(5103), - [anon_sym_inner] = ACTIONS(5103), - [anon_sym_value] = ACTIONS(5103), - [anon_sym_override] = ACTIONS(5103), - [anon_sym_lateinit] = ACTIONS(5103), - [anon_sym_public] = ACTIONS(5103), - [anon_sym_private] = ACTIONS(5103), - [anon_sym_internal] = ACTIONS(5103), - [anon_sym_protected] = ACTIONS(5103), - [anon_sym_tailrec] = ACTIONS(5103), - [anon_sym_operator] = ACTIONS(5103), - [anon_sym_infix] = ACTIONS(5103), - [anon_sym_inline] = ACTIONS(5103), - [anon_sym_external] = ACTIONS(5103), - [sym_property_modifier] = ACTIONS(5103), - [anon_sym_abstract] = ACTIONS(5103), - [anon_sym_final] = ACTIONS(5103), - [anon_sym_open] = ACTIONS(5103), - [anon_sym_vararg] = ACTIONS(5103), - [anon_sym_noinline] = ACTIONS(5103), - [anon_sym_crossinline] = ACTIONS(5103), - [anon_sym_expect] = ACTIONS(5103), - [anon_sym_actual] = ACTIONS(5103), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5105), - [sym_safe_nav] = ACTIONS(5105), - [sym_multiline_comment] = ACTIONS(3), - }, - [3547] = { - [sym__alpha_identifier] = ACTIONS(5179), - [anon_sym_AT] = ACTIONS(5181), - [anon_sym_LBRACK] = ACTIONS(5181), - [anon_sym_RBRACK] = ACTIONS(5181), - [anon_sym_as] = ACTIONS(5179), - [anon_sym_EQ] = ACTIONS(5179), - [anon_sym_LBRACE] = ACTIONS(5181), - [anon_sym_RBRACE] = ACTIONS(5181), - [anon_sym_LPAREN] = ACTIONS(5181), - [anon_sym_COMMA] = ACTIONS(5181), - [anon_sym_RPAREN] = ACTIONS(5181), - [anon_sym_LT] = ACTIONS(5179), - [anon_sym_GT] = ACTIONS(5179), - [anon_sym_where] = ACTIONS(5179), - [anon_sym_DOT] = ACTIONS(5179), - [anon_sym_SEMI] = ACTIONS(5181), - [anon_sym_get] = ACTIONS(5179), - [anon_sym_set] = ACTIONS(5179), - [anon_sym_STAR] = ACTIONS(5179), - [anon_sym_DASH_GT] = ACTIONS(5181), - [sym_label] = ACTIONS(5181), - [anon_sym_in] = ACTIONS(5179), - [anon_sym_while] = ACTIONS(5179), - [anon_sym_DOT_DOT] = ACTIONS(5181), - [anon_sym_QMARK_COLON] = ACTIONS(5181), - [anon_sym_AMP_AMP] = ACTIONS(5181), - [anon_sym_PIPE_PIPE] = ACTIONS(5181), - [anon_sym_else] = ACTIONS(5179), - [anon_sym_COLON_COLON] = ACTIONS(5181), - [anon_sym_PLUS_EQ] = ACTIONS(5181), - [anon_sym_DASH_EQ] = ACTIONS(5181), - [anon_sym_STAR_EQ] = ACTIONS(5181), - [anon_sym_SLASH_EQ] = ACTIONS(5181), - [anon_sym_PERCENT_EQ] = ACTIONS(5181), - [anon_sym_BANG_EQ] = ACTIONS(5179), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5181), - [anon_sym_EQ_EQ] = ACTIONS(5179), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5181), - [anon_sym_LT_EQ] = ACTIONS(5181), - [anon_sym_GT_EQ] = ACTIONS(5181), - [anon_sym_BANGin] = ACTIONS(5181), - [anon_sym_is] = ACTIONS(5179), - [anon_sym_BANGis] = ACTIONS(5181), - [anon_sym_PLUS] = ACTIONS(5179), - [anon_sym_DASH] = ACTIONS(5179), - [anon_sym_SLASH] = ACTIONS(5179), - [anon_sym_PERCENT] = ACTIONS(5179), - [anon_sym_as_QMARK] = ACTIONS(5181), - [anon_sym_PLUS_PLUS] = ACTIONS(5181), - [anon_sym_DASH_DASH] = ACTIONS(5181), - [anon_sym_BANG_BANG] = ACTIONS(5181), - [anon_sym_suspend] = ACTIONS(5179), - [anon_sym_sealed] = ACTIONS(5179), - [anon_sym_annotation] = ACTIONS(5179), - [anon_sym_data] = ACTIONS(5179), - [anon_sym_inner] = ACTIONS(5179), - [anon_sym_value] = ACTIONS(5179), - [anon_sym_override] = ACTIONS(5179), - [anon_sym_lateinit] = ACTIONS(5179), - [anon_sym_public] = ACTIONS(5179), - [anon_sym_private] = ACTIONS(5179), - [anon_sym_internal] = ACTIONS(5179), - [anon_sym_protected] = ACTIONS(5179), - [anon_sym_tailrec] = ACTIONS(5179), - [anon_sym_operator] = ACTIONS(5179), - [anon_sym_infix] = ACTIONS(5179), - [anon_sym_inline] = ACTIONS(5179), - [anon_sym_external] = ACTIONS(5179), - [sym_property_modifier] = ACTIONS(5179), - [anon_sym_abstract] = ACTIONS(5179), - [anon_sym_final] = ACTIONS(5179), - [anon_sym_open] = ACTIONS(5179), - [anon_sym_vararg] = ACTIONS(5179), - [anon_sym_noinline] = ACTIONS(5179), - [anon_sym_crossinline] = ACTIONS(5179), - [anon_sym_expect] = ACTIONS(5179), - [anon_sym_actual] = ACTIONS(5179), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5181), - [sym_safe_nav] = ACTIONS(5181), - [sym_multiline_comment] = ACTIONS(3), - }, - [3548] = { - [sym__alpha_identifier] = ACTIONS(4166), - [anon_sym_AT] = ACTIONS(4168), - [anon_sym_LBRACK] = ACTIONS(4168), - [anon_sym_as] = ACTIONS(4166), - [anon_sym_EQ] = ACTIONS(4166), - [anon_sym_LBRACE] = ACTIONS(4168), - [anon_sym_RBRACE] = ACTIONS(4168), - [anon_sym_LPAREN] = ACTIONS(4168), - [anon_sym_COMMA] = ACTIONS(4168), - [anon_sym_by] = ACTIONS(4166), - [anon_sym_LT] = ACTIONS(4166), - [anon_sym_GT] = ACTIONS(4166), - [anon_sym_where] = ACTIONS(4166), - [anon_sym_DOT] = ACTIONS(4166), - [anon_sym_SEMI] = ACTIONS(4168), - [anon_sym_get] = ACTIONS(4166), - [anon_sym_set] = ACTIONS(4166), - [anon_sym_AMP] = ACTIONS(4166), - [sym__quest] = ACTIONS(4166), - [anon_sym_STAR] = ACTIONS(4166), - [sym_label] = ACTIONS(4168), - [anon_sym_in] = ACTIONS(4166), - [anon_sym_DOT_DOT] = ACTIONS(4168), - [anon_sym_QMARK_COLON] = ACTIONS(4168), - [anon_sym_AMP_AMP] = ACTIONS(4168), - [anon_sym_PIPE_PIPE] = ACTIONS(4168), - [anon_sym_else] = ACTIONS(4166), - [anon_sym_COLON_COLON] = ACTIONS(4168), - [anon_sym_PLUS_EQ] = ACTIONS(4168), - [anon_sym_DASH_EQ] = ACTIONS(4168), - [anon_sym_STAR_EQ] = ACTIONS(4168), - [anon_sym_SLASH_EQ] = ACTIONS(4168), - [anon_sym_PERCENT_EQ] = ACTIONS(4168), - [anon_sym_BANG_EQ] = ACTIONS(4166), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4168), - [anon_sym_EQ_EQ] = ACTIONS(4166), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4168), - [anon_sym_LT_EQ] = ACTIONS(4168), - [anon_sym_GT_EQ] = ACTIONS(4168), - [anon_sym_BANGin] = ACTIONS(4168), - [anon_sym_is] = ACTIONS(4166), - [anon_sym_BANGis] = ACTIONS(4168), - [anon_sym_PLUS] = ACTIONS(4166), - [anon_sym_DASH] = ACTIONS(4166), - [anon_sym_SLASH] = ACTIONS(4166), - [anon_sym_PERCENT] = ACTIONS(4166), - [anon_sym_as_QMARK] = ACTIONS(4168), - [anon_sym_PLUS_PLUS] = ACTIONS(4168), - [anon_sym_DASH_DASH] = ACTIONS(4168), - [anon_sym_BANG_BANG] = ACTIONS(4168), - [anon_sym_suspend] = ACTIONS(4166), - [anon_sym_sealed] = ACTIONS(4166), - [anon_sym_annotation] = ACTIONS(4166), - [anon_sym_data] = ACTIONS(4166), - [anon_sym_inner] = ACTIONS(4166), - [anon_sym_value] = ACTIONS(4166), - [anon_sym_override] = ACTIONS(4166), - [anon_sym_lateinit] = ACTIONS(4166), - [anon_sym_public] = ACTIONS(4166), - [anon_sym_private] = ACTIONS(4166), - [anon_sym_internal] = ACTIONS(4166), - [anon_sym_protected] = ACTIONS(4166), - [anon_sym_tailrec] = ACTIONS(4166), - [anon_sym_operator] = ACTIONS(4166), - [anon_sym_infix] = ACTIONS(4166), - [anon_sym_inline] = ACTIONS(4166), - [anon_sym_external] = ACTIONS(4166), - [sym_property_modifier] = ACTIONS(4166), - [anon_sym_abstract] = ACTIONS(4166), - [anon_sym_final] = ACTIONS(4166), - [anon_sym_open] = ACTIONS(4166), - [anon_sym_vararg] = ACTIONS(4166), - [anon_sym_noinline] = ACTIONS(4166), - [anon_sym_crossinline] = ACTIONS(4166), - [anon_sym_expect] = ACTIONS(4166), - [anon_sym_actual] = ACTIONS(4166), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4168), - [sym__automatic_semicolon] = ACTIONS(4168), - [sym_safe_nav] = ACTIONS(4168), + [sym__backtick_identifier] = ACTIONS(5193), + [sym_safe_nav] = ACTIONS(5193), [sym_multiline_comment] = ACTIONS(3), }, - [3549] = { - [sym__alpha_identifier] = ACTIONS(5183), - [anon_sym_AT] = ACTIONS(5185), - [anon_sym_LBRACK] = ACTIONS(5185), - [anon_sym_RBRACK] = ACTIONS(5185), - [anon_sym_as] = ACTIONS(5183), - [anon_sym_EQ] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(5185), - [anon_sym_RBRACE] = ACTIONS(5185), - [anon_sym_LPAREN] = ACTIONS(5185), - [anon_sym_COMMA] = ACTIONS(5185), - [anon_sym_RPAREN] = ACTIONS(5185), - [anon_sym_LT] = ACTIONS(5183), - [anon_sym_GT] = ACTIONS(5183), - [anon_sym_where] = ACTIONS(5183), - [anon_sym_DOT] = ACTIONS(5183), - [anon_sym_SEMI] = ACTIONS(5185), - [anon_sym_get] = ACTIONS(5183), - [anon_sym_set] = ACTIONS(5183), - [anon_sym_STAR] = ACTIONS(5183), - [anon_sym_DASH_GT] = ACTIONS(5185), - [sym_label] = ACTIONS(5185), - [anon_sym_in] = ACTIONS(5183), - [anon_sym_while] = ACTIONS(5183), - [anon_sym_DOT_DOT] = ACTIONS(5185), - [anon_sym_QMARK_COLON] = ACTIONS(5185), - [anon_sym_AMP_AMP] = ACTIONS(5185), - [anon_sym_PIPE_PIPE] = ACTIONS(5185), - [anon_sym_else] = ACTIONS(5183), - [anon_sym_COLON_COLON] = ACTIONS(5185), - [anon_sym_PLUS_EQ] = ACTIONS(5185), - [anon_sym_DASH_EQ] = ACTIONS(5185), - [anon_sym_STAR_EQ] = ACTIONS(5185), - [anon_sym_SLASH_EQ] = ACTIONS(5185), - [anon_sym_PERCENT_EQ] = ACTIONS(5185), - [anon_sym_BANG_EQ] = ACTIONS(5183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5185), - [anon_sym_EQ_EQ] = ACTIONS(5183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5185), - [anon_sym_LT_EQ] = ACTIONS(5185), - [anon_sym_GT_EQ] = ACTIONS(5185), - [anon_sym_BANGin] = ACTIONS(5185), - [anon_sym_is] = ACTIONS(5183), - [anon_sym_BANGis] = ACTIONS(5185), - [anon_sym_PLUS] = ACTIONS(5183), - [anon_sym_DASH] = ACTIONS(5183), - [anon_sym_SLASH] = ACTIONS(5183), - [anon_sym_PERCENT] = ACTIONS(5183), - [anon_sym_as_QMARK] = ACTIONS(5185), - [anon_sym_PLUS_PLUS] = ACTIONS(5185), - [anon_sym_DASH_DASH] = ACTIONS(5185), - [anon_sym_BANG_BANG] = ACTIONS(5185), - [anon_sym_suspend] = ACTIONS(5183), - [anon_sym_sealed] = ACTIONS(5183), - [anon_sym_annotation] = ACTIONS(5183), - [anon_sym_data] = ACTIONS(5183), - [anon_sym_inner] = ACTIONS(5183), - [anon_sym_value] = ACTIONS(5183), - [anon_sym_override] = ACTIONS(5183), - [anon_sym_lateinit] = ACTIONS(5183), - [anon_sym_public] = ACTIONS(5183), - [anon_sym_private] = ACTIONS(5183), - [anon_sym_internal] = ACTIONS(5183), - [anon_sym_protected] = ACTIONS(5183), - [anon_sym_tailrec] = ACTIONS(5183), - [anon_sym_operator] = ACTIONS(5183), - [anon_sym_infix] = ACTIONS(5183), - [anon_sym_inline] = ACTIONS(5183), - [anon_sym_external] = ACTIONS(5183), - [sym_property_modifier] = ACTIONS(5183), - [anon_sym_abstract] = ACTIONS(5183), - [anon_sym_final] = ACTIONS(5183), - [anon_sym_open] = ACTIONS(5183), - [anon_sym_vararg] = ACTIONS(5183), - [anon_sym_noinline] = ACTIONS(5183), - [anon_sym_crossinline] = ACTIONS(5183), - [anon_sym_expect] = ACTIONS(5183), - [anon_sym_actual] = ACTIONS(5183), + [3503] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4295), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4298), + [anon_sym_LPAREN] = ACTIONS(6891), + [anon_sym_LT] = ACTIONS(4295), + [anon_sym_GT] = ACTIONS(4295), + [anon_sym_object] = ACTIONS(4295), + [anon_sym_fun] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4295), + [anon_sym_SEMI] = ACTIONS(4298), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(4295), + [anon_sym_super] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4295), + [anon_sym_DOT_DOT] = ACTIONS(4298), + [anon_sym_QMARK_COLON] = ACTIONS(4298), + [anon_sym_AMP_AMP] = ACTIONS(4298), + [anon_sym_PIPE_PIPE] = ACTIONS(4298), + [anon_sym_null] = ACTIONS(4295), + [anon_sym_if] = ACTIONS(4295), + [anon_sym_else] = ACTIONS(4295), + [anon_sym_when] = ACTIONS(4295), + [anon_sym_try] = ACTIONS(4295), + [anon_sym_throw] = ACTIONS(4295), + [anon_sym_return] = ACTIONS(4295), + [anon_sym_continue] = ACTIONS(4295), + [anon_sym_break] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(4295), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4298), + [anon_sym_EQ_EQ] = ACTIONS(4295), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4298), + [anon_sym_LT_EQ] = ACTIONS(4298), + [anon_sym_GT_EQ] = ACTIONS(4298), + [anon_sym_BANGin] = ACTIONS(4298), + [anon_sym_is] = ACTIONS(4295), + [anon_sym_BANGis] = ACTIONS(4298), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4295), + [anon_sym_PERCENT] = ACTIONS(4295), + [anon_sym_as_QMARK] = ACTIONS(4298), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(4295), + [anon_sym_BANG_BANG] = ACTIONS(4298), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5185), - [sym_safe_nav] = ACTIONS(5185), + [anon_sym_return_AT] = ACTIONS(4298), + [anon_sym_continue_AT] = ACTIONS(4298), + [anon_sym_break_AT] = ACTIONS(4298), + [anon_sym_this_AT] = ACTIONS(4298), + [anon_sym_super_AT] = ACTIONS(4298), + [sym_real_literal] = ACTIONS(4298), + [sym_integer_literal] = ACTIONS(4295), + [sym_hex_literal] = ACTIONS(4298), + [sym_bin_literal] = ACTIONS(4298), + [anon_sym_true] = ACTIONS(4295), + [anon_sym_false] = ACTIONS(4295), + [anon_sym_SQUOTE] = ACTIONS(4298), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4298), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4298), }, - [3550] = { - [sym__alpha_identifier] = ACTIONS(4335), - [anon_sym_AT] = ACTIONS(4337), - [anon_sym_LBRACK] = ACTIONS(4337), - [anon_sym_as] = ACTIONS(4335), - [anon_sym_EQ] = ACTIONS(4335), - [anon_sym_LBRACE] = ACTIONS(4337), - [anon_sym_RBRACE] = ACTIONS(4337), - [anon_sym_LPAREN] = ACTIONS(4337), - [anon_sym_COMMA] = ACTIONS(4337), - [anon_sym_by] = ACTIONS(4335), - [anon_sym_LT] = ACTIONS(4335), - [anon_sym_GT] = ACTIONS(4335), - [anon_sym_where] = ACTIONS(4335), - [anon_sym_DOT] = ACTIONS(4335), - [anon_sym_SEMI] = ACTIONS(4337), - [anon_sym_get] = ACTIONS(4335), - [anon_sym_set] = ACTIONS(4335), - [anon_sym_AMP] = ACTIONS(4335), - [sym__quest] = ACTIONS(4335), - [anon_sym_STAR] = ACTIONS(4335), - [sym_label] = ACTIONS(4337), - [anon_sym_in] = ACTIONS(4335), - [anon_sym_DOT_DOT] = ACTIONS(4337), - [anon_sym_QMARK_COLON] = ACTIONS(4337), - [anon_sym_AMP_AMP] = ACTIONS(4337), - [anon_sym_PIPE_PIPE] = ACTIONS(4337), - [anon_sym_else] = ACTIONS(4335), - [anon_sym_COLON_COLON] = ACTIONS(4337), - [anon_sym_PLUS_EQ] = ACTIONS(4337), - [anon_sym_DASH_EQ] = ACTIONS(4337), - [anon_sym_STAR_EQ] = ACTIONS(4337), - [anon_sym_SLASH_EQ] = ACTIONS(4337), - [anon_sym_PERCENT_EQ] = ACTIONS(4337), - [anon_sym_BANG_EQ] = ACTIONS(4335), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4337), - [anon_sym_EQ_EQ] = ACTIONS(4335), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4337), - [anon_sym_LT_EQ] = ACTIONS(4337), - [anon_sym_GT_EQ] = ACTIONS(4337), - [anon_sym_BANGin] = ACTIONS(4337), - [anon_sym_is] = ACTIONS(4335), - [anon_sym_BANGis] = ACTIONS(4337), - [anon_sym_PLUS] = ACTIONS(4335), - [anon_sym_DASH] = ACTIONS(4335), - [anon_sym_SLASH] = ACTIONS(4335), - [anon_sym_PERCENT] = ACTIONS(4335), - [anon_sym_as_QMARK] = ACTIONS(4337), - [anon_sym_PLUS_PLUS] = ACTIONS(4337), - [anon_sym_DASH_DASH] = ACTIONS(4337), - [anon_sym_BANG_BANG] = ACTIONS(4337), - [anon_sym_suspend] = ACTIONS(4335), - [anon_sym_sealed] = ACTIONS(4335), - [anon_sym_annotation] = ACTIONS(4335), - [anon_sym_data] = ACTIONS(4335), - [anon_sym_inner] = ACTIONS(4335), - [anon_sym_value] = ACTIONS(4335), - [anon_sym_override] = ACTIONS(4335), - [anon_sym_lateinit] = ACTIONS(4335), - [anon_sym_public] = ACTIONS(4335), - [anon_sym_private] = ACTIONS(4335), - [anon_sym_internal] = ACTIONS(4335), - [anon_sym_protected] = ACTIONS(4335), - [anon_sym_tailrec] = ACTIONS(4335), - [anon_sym_operator] = ACTIONS(4335), - [anon_sym_infix] = ACTIONS(4335), - [anon_sym_inline] = ACTIONS(4335), - [anon_sym_external] = ACTIONS(4335), - [sym_property_modifier] = ACTIONS(4335), - [anon_sym_abstract] = ACTIONS(4335), - [anon_sym_final] = ACTIONS(4335), - [anon_sym_open] = ACTIONS(4335), - [anon_sym_vararg] = ACTIONS(4335), - [anon_sym_noinline] = ACTIONS(4335), - [anon_sym_crossinline] = ACTIONS(4335), - [anon_sym_expect] = ACTIONS(4335), - [anon_sym_actual] = ACTIONS(4335), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4337), - [sym__automatic_semicolon] = ACTIONS(4337), - [sym_safe_nav] = ACTIONS(4337), + [3504] = { + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_RBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(4139), + [anon_sym_LBRACE] = ACTIONS(4141), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_RPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [anon_sym_DASH_GT] = ACTIONS(4141), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_while] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), [sym_multiline_comment] = ACTIONS(3), }, - [3551] = { + [3505] = { [sym__alpha_identifier] = ACTIONS(4962), [anon_sym_AT] = ACTIONS(4964), [anon_sym_LBRACK] = ACTIONS(4964), @@ -408402,90 +404548,339 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4964), [sym_multiline_comment] = ACTIONS(3), }, - [3552] = { - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_RBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(4137), - [anon_sym_LBRACE] = ACTIONS(4139), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_RPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [anon_sym_DASH_GT] = ACTIONS(4139), - [sym_label] = ACTIONS(4139), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_while] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), + [3506] = { + [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(4269), + [anon_sym_SEMI] = ACTIONS(4271), + [anon_sym_get] = ACTIONS(4269), + [anon_sym_set] = ACTIONS(4269), + [anon_sym_AMP] = 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_value] = 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), [sym_multiline_comment] = ACTIONS(3), }, - [3553] = { + [3507] = { + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(1812), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_RBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_RPAREN] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(1810), + [anon_sym_set] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [anon_sym_DASH_GT] = ACTIONS(1812), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_while] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(1810), + [anon_sym_sealed] = ACTIONS(1810), + [anon_sym_annotation] = ACTIONS(1810), + [anon_sym_data] = ACTIONS(1810), + [anon_sym_inner] = ACTIONS(1810), + [anon_sym_value] = ACTIONS(1810), + [anon_sym_override] = ACTIONS(1810), + [anon_sym_lateinit] = ACTIONS(1810), + [anon_sym_public] = ACTIONS(1810), + [anon_sym_private] = ACTIONS(1810), + [anon_sym_internal] = ACTIONS(1810), + [anon_sym_protected] = ACTIONS(1810), + [anon_sym_tailrec] = ACTIONS(1810), + [anon_sym_operator] = ACTIONS(1810), + [anon_sym_infix] = ACTIONS(1810), + [anon_sym_inline] = ACTIONS(1810), + [anon_sym_external] = ACTIONS(1810), + [sym_property_modifier] = ACTIONS(1810), + [anon_sym_abstract] = ACTIONS(1810), + [anon_sym_final] = ACTIONS(1810), + [anon_sym_open] = ACTIONS(1810), + [anon_sym_vararg] = ACTIONS(1810), + [anon_sym_noinline] = ACTIONS(1810), + [anon_sym_crossinline] = ACTIONS(1810), + [anon_sym_expect] = ACTIONS(1810), + [anon_sym_actual] = ACTIONS(1810), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + }, + [3508] = { + [sym__alpha_identifier] = ACTIONS(4970), + [anon_sym_AT] = ACTIONS(4972), + [anon_sym_LBRACK] = ACTIONS(4972), + [anon_sym_RBRACK] = ACTIONS(4972), + [anon_sym_as] = ACTIONS(4970), + [anon_sym_EQ] = ACTIONS(4970), + [anon_sym_LBRACE] = ACTIONS(4972), + [anon_sym_RBRACE] = ACTIONS(4972), + [anon_sym_LPAREN] = ACTIONS(4972), + [anon_sym_COMMA] = ACTIONS(4972), + [anon_sym_RPAREN] = ACTIONS(4972), + [anon_sym_LT] = ACTIONS(4970), + [anon_sym_GT] = ACTIONS(4970), + [anon_sym_where] = ACTIONS(4970), + [anon_sym_DOT] = ACTIONS(4970), + [anon_sym_SEMI] = ACTIONS(4972), + [anon_sym_get] = ACTIONS(4970), + [anon_sym_set] = ACTIONS(4970), + [anon_sym_STAR] = ACTIONS(4970), + [anon_sym_DASH_GT] = ACTIONS(4972), + [sym_label] = ACTIONS(4972), + [anon_sym_in] = ACTIONS(4970), + [anon_sym_while] = ACTIONS(4970), + [anon_sym_DOT_DOT] = ACTIONS(4972), + [anon_sym_QMARK_COLON] = ACTIONS(4972), + [anon_sym_AMP_AMP] = ACTIONS(4972), + [anon_sym_PIPE_PIPE] = ACTIONS(4972), + [anon_sym_else] = ACTIONS(4970), + [anon_sym_COLON_COLON] = ACTIONS(4972), + [anon_sym_PLUS_EQ] = ACTIONS(4972), + [anon_sym_DASH_EQ] = ACTIONS(4972), + [anon_sym_STAR_EQ] = ACTIONS(4972), + [anon_sym_SLASH_EQ] = ACTIONS(4972), + [anon_sym_PERCENT_EQ] = ACTIONS(4972), + [anon_sym_BANG_EQ] = ACTIONS(4970), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4972), + [anon_sym_EQ_EQ] = ACTIONS(4970), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4972), + [anon_sym_LT_EQ] = ACTIONS(4972), + [anon_sym_GT_EQ] = ACTIONS(4972), + [anon_sym_BANGin] = ACTIONS(4972), + [anon_sym_is] = ACTIONS(4970), + [anon_sym_BANGis] = ACTIONS(4972), + [anon_sym_PLUS] = ACTIONS(4970), + [anon_sym_DASH] = ACTIONS(4970), + [anon_sym_SLASH] = ACTIONS(4970), + [anon_sym_PERCENT] = ACTIONS(4970), + [anon_sym_as_QMARK] = ACTIONS(4972), + [anon_sym_PLUS_PLUS] = ACTIONS(4972), + [anon_sym_DASH_DASH] = ACTIONS(4972), + [anon_sym_BANG_BANG] = ACTIONS(4972), + [anon_sym_suspend] = ACTIONS(4970), + [anon_sym_sealed] = ACTIONS(4970), + [anon_sym_annotation] = ACTIONS(4970), + [anon_sym_data] = ACTIONS(4970), + [anon_sym_inner] = ACTIONS(4970), + [anon_sym_value] = ACTIONS(4970), + [anon_sym_override] = ACTIONS(4970), + [anon_sym_lateinit] = ACTIONS(4970), + [anon_sym_public] = ACTIONS(4970), + [anon_sym_private] = ACTIONS(4970), + [anon_sym_internal] = ACTIONS(4970), + [anon_sym_protected] = ACTIONS(4970), + [anon_sym_tailrec] = ACTIONS(4970), + [anon_sym_operator] = ACTIONS(4970), + [anon_sym_infix] = ACTIONS(4970), + [anon_sym_inline] = ACTIONS(4970), + [anon_sym_external] = ACTIONS(4970), + [sym_property_modifier] = ACTIONS(4970), + [anon_sym_abstract] = ACTIONS(4970), + [anon_sym_final] = ACTIONS(4970), + [anon_sym_open] = ACTIONS(4970), + [anon_sym_vararg] = ACTIONS(4970), + [anon_sym_noinline] = ACTIONS(4970), + [anon_sym_crossinline] = ACTIONS(4970), + [anon_sym_expect] = ACTIONS(4970), + [anon_sym_actual] = ACTIONS(4970), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4972), + [sym_safe_nav] = ACTIONS(4972), + [sym_multiline_comment] = ACTIONS(3), + }, + [3509] = { + [sym__alpha_identifier] = ACTIONS(5199), + [anon_sym_AT] = ACTIONS(5201), + [anon_sym_LBRACK] = ACTIONS(5201), + [anon_sym_RBRACK] = ACTIONS(5201), + [anon_sym_as] = ACTIONS(5199), + [anon_sym_EQ] = ACTIONS(5199), + [anon_sym_LBRACE] = ACTIONS(5201), + [anon_sym_RBRACE] = ACTIONS(5201), + [anon_sym_LPAREN] = ACTIONS(5201), + [anon_sym_COMMA] = ACTIONS(5201), + [anon_sym_RPAREN] = ACTIONS(5201), + [anon_sym_LT] = ACTIONS(5199), + [anon_sym_GT] = ACTIONS(5199), + [anon_sym_where] = ACTIONS(5199), + [anon_sym_DOT] = ACTIONS(5199), + [anon_sym_SEMI] = ACTIONS(5201), + [anon_sym_get] = ACTIONS(5199), + [anon_sym_set] = ACTIONS(5199), + [anon_sym_STAR] = ACTIONS(5199), + [anon_sym_DASH_GT] = ACTIONS(5201), + [sym_label] = ACTIONS(5201), + [anon_sym_in] = ACTIONS(5199), + [anon_sym_while] = ACTIONS(5199), + [anon_sym_DOT_DOT] = ACTIONS(5201), + [anon_sym_QMARK_COLON] = ACTIONS(5201), + [anon_sym_AMP_AMP] = ACTIONS(5201), + [anon_sym_PIPE_PIPE] = ACTIONS(5201), + [anon_sym_else] = ACTIONS(5199), + [anon_sym_COLON_COLON] = ACTIONS(5201), + [anon_sym_PLUS_EQ] = ACTIONS(5201), + [anon_sym_DASH_EQ] = ACTIONS(5201), + [anon_sym_STAR_EQ] = ACTIONS(5201), + [anon_sym_SLASH_EQ] = ACTIONS(5201), + [anon_sym_PERCENT_EQ] = ACTIONS(5201), + [anon_sym_BANG_EQ] = ACTIONS(5199), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5201), + [anon_sym_EQ_EQ] = ACTIONS(5199), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5201), + [anon_sym_LT_EQ] = ACTIONS(5201), + [anon_sym_GT_EQ] = ACTIONS(5201), + [anon_sym_BANGin] = ACTIONS(5201), + [anon_sym_is] = ACTIONS(5199), + [anon_sym_BANGis] = ACTIONS(5201), + [anon_sym_PLUS] = ACTIONS(5199), + [anon_sym_DASH] = ACTIONS(5199), + [anon_sym_SLASH] = ACTIONS(5199), + [anon_sym_PERCENT] = ACTIONS(5199), + [anon_sym_as_QMARK] = ACTIONS(5201), + [anon_sym_PLUS_PLUS] = ACTIONS(5201), + [anon_sym_DASH_DASH] = ACTIONS(5201), + [anon_sym_BANG_BANG] = ACTIONS(5201), + [anon_sym_suspend] = ACTIONS(5199), + [anon_sym_sealed] = ACTIONS(5199), + [anon_sym_annotation] = ACTIONS(5199), + [anon_sym_data] = ACTIONS(5199), + [anon_sym_inner] = ACTIONS(5199), + [anon_sym_value] = ACTIONS(5199), + [anon_sym_override] = ACTIONS(5199), + [anon_sym_lateinit] = ACTIONS(5199), + [anon_sym_public] = ACTIONS(5199), + [anon_sym_private] = ACTIONS(5199), + [anon_sym_internal] = ACTIONS(5199), + [anon_sym_protected] = ACTIONS(5199), + [anon_sym_tailrec] = ACTIONS(5199), + [anon_sym_operator] = ACTIONS(5199), + [anon_sym_infix] = ACTIONS(5199), + [anon_sym_inline] = ACTIONS(5199), + [anon_sym_external] = ACTIONS(5199), + [sym_property_modifier] = ACTIONS(5199), + [anon_sym_abstract] = ACTIONS(5199), + [anon_sym_final] = ACTIONS(5199), + [anon_sym_open] = ACTIONS(5199), + [anon_sym_vararg] = ACTIONS(5199), + [anon_sym_noinline] = ACTIONS(5199), + [anon_sym_crossinline] = ACTIONS(5199), + [anon_sym_expect] = ACTIONS(5199), + [anon_sym_actual] = ACTIONS(5199), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5201), + [sym_safe_nav] = ACTIONS(5201), + [sym_multiline_comment] = ACTIONS(3), + }, + [3510] = { [sym__alpha_identifier] = ACTIONS(4477), [anon_sym_AT] = ACTIONS(4479), [anon_sym_LBRACK] = ACTIONS(4479), @@ -408568,505 +404963,2580 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4479), [sym_multiline_comment] = ACTIONS(3), }, - [3554] = { - [sym_type_arguments] = STATE(3778), - [sym__alpha_identifier] = ACTIONS(4128), - [anon_sym_AT] = ACTIONS(4189), - [anon_sym_LBRACK] = ACTIONS(4189), - [anon_sym_typealias] = ACTIONS(4128), - [anon_sym_class] = ACTIONS(4128), - [anon_sym_interface] = ACTIONS(4128), - [anon_sym_enum] = ACTIONS(4128), - [anon_sym_LBRACE] = ACTIONS(4189), - [anon_sym_LPAREN] = ACTIONS(4189), - [anon_sym_val] = ACTIONS(4128), - [anon_sym_var] = ACTIONS(4128), - [anon_sym_LT] = ACTIONS(6901), - [anon_sym_object] = ACTIONS(4128), - [anon_sym_fun] = ACTIONS(4128), - [anon_sym_DOT] = ACTIONS(4128), - [anon_sym_get] = ACTIONS(4128), - [anon_sym_set] = ACTIONS(4128), - [anon_sym_this] = ACTIONS(4128), - [anon_sym_super] = ACTIONS(4128), - [anon_sym_STAR] = ACTIONS(4189), - [sym_label] = ACTIONS(4128), - [anon_sym_for] = ACTIONS(4128), - [anon_sym_while] = ACTIONS(4128), - [anon_sym_do] = ACTIONS(4128), - [anon_sym_null] = ACTIONS(4128), - [anon_sym_if] = ACTIONS(4128), - [anon_sym_when] = ACTIONS(4128), - [anon_sym_try] = ACTIONS(4128), - [anon_sym_throw] = ACTIONS(4128), - [anon_sym_return] = ACTIONS(4128), - [anon_sym_continue] = ACTIONS(4128), - [anon_sym_break] = ACTIONS(4128), - [anon_sym_COLON_COLON] = ACTIONS(4189), - [anon_sym_PLUS] = ACTIONS(4128), - [anon_sym_DASH] = ACTIONS(4128), - [anon_sym_PLUS_PLUS] = ACTIONS(4189), - [anon_sym_DASH_DASH] = ACTIONS(4189), - [anon_sym_BANG] = ACTIONS(4189), - [anon_sym_suspend] = ACTIONS(4128), - [anon_sym_sealed] = ACTIONS(4128), - [anon_sym_annotation] = ACTIONS(4128), - [anon_sym_data] = ACTIONS(4128), - [anon_sym_inner] = ACTIONS(4128), - [anon_sym_value] = ACTIONS(4128), - [anon_sym_override] = ACTIONS(4128), - [anon_sym_lateinit] = ACTIONS(4128), - [anon_sym_public] = ACTIONS(4128), - [anon_sym_private] = ACTIONS(4128), - [anon_sym_internal] = ACTIONS(4128), - [anon_sym_protected] = ACTIONS(4128), - [anon_sym_tailrec] = ACTIONS(4128), - [anon_sym_operator] = ACTIONS(4128), - [anon_sym_infix] = ACTIONS(4128), - [anon_sym_inline] = ACTIONS(4128), - [anon_sym_external] = ACTIONS(4128), - [sym_property_modifier] = ACTIONS(4128), - [anon_sym_abstract] = ACTIONS(4128), - [anon_sym_final] = ACTIONS(4128), - [anon_sym_open] = ACTIONS(4128), - [anon_sym_vararg] = ACTIONS(4128), - [anon_sym_noinline] = ACTIONS(4128), - [anon_sym_crossinline] = ACTIONS(4128), - [anon_sym_expect] = ACTIONS(4128), - [anon_sym_actual] = ACTIONS(4128), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4189), - [anon_sym_continue_AT] = ACTIONS(4189), - [anon_sym_break_AT] = ACTIONS(4189), - [anon_sym_this_AT] = ACTIONS(4189), - [anon_sym_super_AT] = ACTIONS(4189), - [sym_real_literal] = ACTIONS(4189), - [sym_integer_literal] = ACTIONS(4128), - [sym_hex_literal] = ACTIONS(4189), - [sym_bin_literal] = ACTIONS(4189), - [anon_sym_true] = ACTIONS(4128), - [anon_sym_false] = ACTIONS(4128), - [anon_sym_SQUOTE] = ACTIONS(4189), - [sym__backtick_identifier] = ACTIONS(4189), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4189), - }, - [3555] = { - [sym_type_constraints] = STATE(3908), - [sym_function_body] = STATE(3159), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_COLON] = ACTIONS(6903), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), + [3511] = { + [sym__alpha_identifier] = ACTIONS(4818), + [anon_sym_AT] = ACTIONS(4820), + [anon_sym_LBRACK] = ACTIONS(4820), + [anon_sym_RBRACK] = ACTIONS(4820), + [anon_sym_as] = ACTIONS(4818), + [anon_sym_EQ] = ACTIONS(4818), + [anon_sym_LBRACE] = ACTIONS(4820), + [anon_sym_RBRACE] = ACTIONS(4820), + [anon_sym_LPAREN] = ACTIONS(4820), + [anon_sym_COMMA] = ACTIONS(4820), + [anon_sym_RPAREN] = ACTIONS(4820), + [anon_sym_LT] = ACTIONS(4818), + [anon_sym_GT] = ACTIONS(4818), + [anon_sym_where] = ACTIONS(4818), + [anon_sym_DOT] = ACTIONS(4818), + [anon_sym_SEMI] = ACTIONS(4820), + [anon_sym_get] = ACTIONS(4818), + [anon_sym_set] = ACTIONS(4818), + [anon_sym_STAR] = ACTIONS(4818), + [anon_sym_DASH_GT] = ACTIONS(4820), + [sym_label] = ACTIONS(4820), + [anon_sym_in] = ACTIONS(4818), + [anon_sym_while] = ACTIONS(4818), + [anon_sym_DOT_DOT] = ACTIONS(4820), + [anon_sym_QMARK_COLON] = ACTIONS(4820), + [anon_sym_AMP_AMP] = ACTIONS(4820), + [anon_sym_PIPE_PIPE] = ACTIONS(4820), + [anon_sym_else] = ACTIONS(4818), + [anon_sym_COLON_COLON] = ACTIONS(4820), + [anon_sym_PLUS_EQ] = ACTIONS(4820), + [anon_sym_DASH_EQ] = ACTIONS(4820), + [anon_sym_STAR_EQ] = ACTIONS(4820), + [anon_sym_SLASH_EQ] = ACTIONS(4820), + [anon_sym_PERCENT_EQ] = ACTIONS(4820), + [anon_sym_BANG_EQ] = ACTIONS(4818), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), + [anon_sym_EQ_EQ] = ACTIONS(4818), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), + [anon_sym_LT_EQ] = ACTIONS(4820), + [anon_sym_GT_EQ] = ACTIONS(4820), + [anon_sym_BANGin] = ACTIONS(4820), + [anon_sym_is] = ACTIONS(4818), + [anon_sym_BANGis] = ACTIONS(4820), + [anon_sym_PLUS] = ACTIONS(4818), + [anon_sym_DASH] = ACTIONS(4818), + [anon_sym_SLASH] = ACTIONS(4818), + [anon_sym_PERCENT] = ACTIONS(4818), + [anon_sym_as_QMARK] = ACTIONS(4820), + [anon_sym_PLUS_PLUS] = ACTIONS(4820), + [anon_sym_DASH_DASH] = ACTIONS(4820), + [anon_sym_BANG_BANG] = ACTIONS(4820), + [anon_sym_suspend] = ACTIONS(4818), + [anon_sym_sealed] = ACTIONS(4818), + [anon_sym_annotation] = ACTIONS(4818), + [anon_sym_data] = ACTIONS(4818), + [anon_sym_inner] = ACTIONS(4818), + [anon_sym_value] = ACTIONS(4818), + [anon_sym_override] = ACTIONS(4818), + [anon_sym_lateinit] = ACTIONS(4818), + [anon_sym_public] = ACTIONS(4818), + [anon_sym_private] = ACTIONS(4818), + [anon_sym_internal] = ACTIONS(4818), + [anon_sym_protected] = ACTIONS(4818), + [anon_sym_tailrec] = ACTIONS(4818), + [anon_sym_operator] = ACTIONS(4818), + [anon_sym_infix] = ACTIONS(4818), + [anon_sym_inline] = ACTIONS(4818), + [anon_sym_external] = ACTIONS(4818), + [sym_property_modifier] = ACTIONS(4818), + [anon_sym_abstract] = ACTIONS(4818), + [anon_sym_final] = ACTIONS(4818), + [anon_sym_open] = ACTIONS(4818), + [anon_sym_vararg] = ACTIONS(4818), + [anon_sym_noinline] = ACTIONS(4818), + [anon_sym_crossinline] = ACTIONS(4818), + [anon_sym_expect] = ACTIONS(4818), + [anon_sym_actual] = ACTIONS(4818), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4820), + [sym_safe_nav] = ACTIONS(4820), + [sym_multiline_comment] = ACTIONS(3), + }, + [3512] = { + [sym__alpha_identifier] = ACTIONS(4758), + [anon_sym_AT] = ACTIONS(4760), + [anon_sym_LBRACK] = ACTIONS(4760), + [anon_sym_EQ] = ACTIONS(4760), + [anon_sym_LBRACE] = ACTIONS(4760), + [anon_sym_RBRACE] = ACTIONS(4760), + [anon_sym_LPAREN] = ACTIONS(4760), + [anon_sym_COMMA] = ACTIONS(4760), + [anon_sym_by] = ACTIONS(4758), + [anon_sym_where] = ACTIONS(4758), + [anon_sym_object] = ACTIONS(4758), + [anon_sym_fun] = ACTIONS(4758), + [anon_sym_SEMI] = ACTIONS(4760), + [anon_sym_get] = ACTIONS(4758), + [anon_sym_set] = ACTIONS(4758), + [anon_sym_this] = ACTIONS(4758), + [anon_sym_super] = ACTIONS(4758), + [anon_sym_STAR] = ACTIONS(4760), + [sym_label] = ACTIONS(4758), + [anon_sym_in] = ACTIONS(4758), + [anon_sym_null] = ACTIONS(4758), + [anon_sym_if] = ACTIONS(4758), + [anon_sym_else] = ACTIONS(4758), + [anon_sym_when] = ACTIONS(4758), + [anon_sym_try] = ACTIONS(4758), + [anon_sym_throw] = ACTIONS(4758), + [anon_sym_return] = ACTIONS(4758), + [anon_sym_continue] = ACTIONS(4758), + [anon_sym_break] = ACTIONS(4758), + [anon_sym_COLON_COLON] = ACTIONS(4760), + [anon_sym_BANGin] = ACTIONS(4760), + [anon_sym_is] = ACTIONS(4758), + [anon_sym_BANGis] = ACTIONS(4760), + [anon_sym_PLUS] = ACTIONS(4758), + [anon_sym_DASH] = ACTIONS(4758), + [anon_sym_PLUS_PLUS] = ACTIONS(4760), + [anon_sym_DASH_DASH] = ACTIONS(4760), + [anon_sym_BANG] = ACTIONS(4758), + [anon_sym_suspend] = ACTIONS(4758), + [anon_sym_sealed] = ACTIONS(4758), + [anon_sym_annotation] = ACTIONS(4758), + [anon_sym_data] = ACTIONS(4758), + [anon_sym_inner] = ACTIONS(4758), + [anon_sym_value] = ACTIONS(4758), + [anon_sym_override] = ACTIONS(4758), + [anon_sym_lateinit] = ACTIONS(4758), + [anon_sym_public] = ACTIONS(4758), + [anon_sym_private] = ACTIONS(4758), + [anon_sym_internal] = ACTIONS(4758), + [anon_sym_protected] = ACTIONS(4758), + [anon_sym_tailrec] = ACTIONS(4758), + [anon_sym_operator] = ACTIONS(4758), + [anon_sym_infix] = ACTIONS(4758), + [anon_sym_inline] = ACTIONS(4758), + [anon_sym_external] = ACTIONS(4758), + [sym_property_modifier] = ACTIONS(4758), + [anon_sym_abstract] = ACTIONS(4758), + [anon_sym_final] = ACTIONS(4758), + [anon_sym_open] = ACTIONS(4758), + [anon_sym_vararg] = ACTIONS(4758), + [anon_sym_noinline] = ACTIONS(4758), + [anon_sym_crossinline] = ACTIONS(4758), + [anon_sym_expect] = ACTIONS(4758), + [anon_sym_actual] = ACTIONS(4758), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4760), + [anon_sym_continue_AT] = ACTIONS(4760), + [anon_sym_break_AT] = ACTIONS(4760), + [anon_sym_this_AT] = ACTIONS(4760), + [anon_sym_super_AT] = ACTIONS(4760), + [sym_real_literal] = ACTIONS(4760), + [sym_integer_literal] = ACTIONS(4758), + [sym_hex_literal] = ACTIONS(4760), + [sym_bin_literal] = ACTIONS(4760), + [anon_sym_true] = ACTIONS(4758), + [anon_sym_false] = ACTIONS(4758), + [anon_sym_SQUOTE] = ACTIONS(4760), + [sym__backtick_identifier] = ACTIONS(4760), + [sym__automatic_semicolon] = ACTIONS(4760), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4760), + }, + [3513] = { + [sym__alpha_identifier] = ACTIONS(4669), + [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_COMMA] = ACTIONS(4672), + [anon_sym_by] = ACTIONS(4669), + [anon_sym_where] = ACTIONS(4669), + [anon_sym_object] = ACTIONS(4669), + [anon_sym_fun] = ACTIONS(4669), + [anon_sym_SEMI] = ACTIONS(4672), + [anon_sym_get] = ACTIONS(4669), + [anon_sym_set] = ACTIONS(4669), + [anon_sym_this] = ACTIONS(4669), + [anon_sym_super] = ACTIONS(4669), + [anon_sym_STAR] = ACTIONS(4672), + [sym_label] = ACTIONS(4669), + [anon_sym_in] = ACTIONS(4669), + [anon_sym_null] = ACTIONS(4669), + [anon_sym_if] = ACTIONS(4669), + [anon_sym_else] = ACTIONS(4669), + [anon_sym_when] = ACTIONS(4669), + [anon_sym_try] = ACTIONS(4669), + [anon_sym_throw] = ACTIONS(4669), + [anon_sym_return] = ACTIONS(4669), + [anon_sym_continue] = ACTIONS(4669), + [anon_sym_break] = ACTIONS(4669), + [anon_sym_COLON_COLON] = ACTIONS(4672), + [anon_sym_BANGin] = ACTIONS(4672), + [anon_sym_is] = ACTIONS(4669), + [anon_sym_BANGis] = ACTIONS(4672), + [anon_sym_PLUS] = ACTIONS(4669), + [anon_sym_DASH] = ACTIONS(4669), + [anon_sym_PLUS_PLUS] = ACTIONS(4672), + [anon_sym_DASH_DASH] = ACTIONS(4672), + [anon_sym_BANG] = ACTIONS(4669), + [anon_sym_suspend] = ACTIONS(4669), + [anon_sym_sealed] = ACTIONS(4669), + [anon_sym_annotation] = ACTIONS(4669), + [anon_sym_data] = ACTIONS(4669), + [anon_sym_inner] = ACTIONS(4669), + [anon_sym_value] = ACTIONS(4669), + [anon_sym_override] = ACTIONS(4669), + [anon_sym_lateinit] = ACTIONS(4669), + [anon_sym_public] = ACTIONS(4669), + [anon_sym_private] = ACTIONS(4669), + [anon_sym_internal] = ACTIONS(4669), + [anon_sym_protected] = ACTIONS(4669), + [anon_sym_tailrec] = ACTIONS(4669), + [anon_sym_operator] = ACTIONS(4669), + [anon_sym_infix] = ACTIONS(4669), + [anon_sym_inline] = ACTIONS(4669), + [anon_sym_external] = ACTIONS(4669), + [sym_property_modifier] = ACTIONS(4669), + [anon_sym_abstract] = ACTIONS(4669), + [anon_sym_final] = ACTIONS(4669), + [anon_sym_open] = ACTIONS(4669), + [anon_sym_vararg] = ACTIONS(4669), + [anon_sym_noinline] = ACTIONS(4669), + [anon_sym_crossinline] = ACTIONS(4669), + [anon_sym_expect] = ACTIONS(4669), + [anon_sym_actual] = ACTIONS(4669), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4672), + [anon_sym_continue_AT] = ACTIONS(4672), + [anon_sym_break_AT] = ACTIONS(4672), + [anon_sym_this_AT] = ACTIONS(4672), + [anon_sym_super_AT] = ACTIONS(4672), + [sym_real_literal] = ACTIONS(4672), + [sym_integer_literal] = ACTIONS(4669), + [sym_hex_literal] = ACTIONS(4672), + [sym_bin_literal] = ACTIONS(4672), + [anon_sym_true] = ACTIONS(4669), + [anon_sym_false] = ACTIONS(4669), + [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), + }, + [3514] = { + [sym__alpha_identifier] = ACTIONS(4273), + [anon_sym_AT] = ACTIONS(4275), + [anon_sym_LBRACK] = ACTIONS(4275), + [anon_sym_as] = ACTIONS(4273), + [anon_sym_EQ] = ACTIONS(4273), + [anon_sym_LBRACE] = ACTIONS(4275), + [anon_sym_RBRACE] = ACTIONS(4275), + [anon_sym_LPAREN] = ACTIONS(4275), + [anon_sym_COMMA] = ACTIONS(4275), + [anon_sym_by] = ACTIONS(4273), + [anon_sym_LT] = ACTIONS(4273), + [anon_sym_GT] = ACTIONS(4273), + [anon_sym_where] = ACTIONS(4273), + [anon_sym_DOT] = ACTIONS(4273), + [anon_sym_SEMI] = ACTIONS(4275), + [anon_sym_get] = ACTIONS(4273), + [anon_sym_set] = ACTIONS(4273), + [anon_sym_AMP] = ACTIONS(4273), + [sym__quest] = ACTIONS(4273), + [anon_sym_STAR] = ACTIONS(4273), + [sym_label] = ACTIONS(4275), + [anon_sym_in] = ACTIONS(4273), + [anon_sym_DOT_DOT] = ACTIONS(4275), + [anon_sym_QMARK_COLON] = ACTIONS(4275), + [anon_sym_AMP_AMP] = ACTIONS(4275), + [anon_sym_PIPE_PIPE] = ACTIONS(4275), + [anon_sym_else] = ACTIONS(4273), + [anon_sym_COLON_COLON] = ACTIONS(4275), + [anon_sym_PLUS_EQ] = ACTIONS(4275), + [anon_sym_DASH_EQ] = ACTIONS(4275), + [anon_sym_STAR_EQ] = ACTIONS(4275), + [anon_sym_SLASH_EQ] = ACTIONS(4275), + [anon_sym_PERCENT_EQ] = ACTIONS(4275), + [anon_sym_BANG_EQ] = ACTIONS(4273), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4275), + [anon_sym_EQ_EQ] = ACTIONS(4273), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4275), + [anon_sym_LT_EQ] = ACTIONS(4275), + [anon_sym_GT_EQ] = ACTIONS(4275), + [anon_sym_BANGin] = ACTIONS(4275), + [anon_sym_is] = ACTIONS(4273), + [anon_sym_BANGis] = ACTIONS(4275), + [anon_sym_PLUS] = ACTIONS(4273), + [anon_sym_DASH] = ACTIONS(4273), + [anon_sym_SLASH] = ACTIONS(4273), + [anon_sym_PERCENT] = ACTIONS(4273), + [anon_sym_as_QMARK] = ACTIONS(4275), + [anon_sym_PLUS_PLUS] = ACTIONS(4275), + [anon_sym_DASH_DASH] = ACTIONS(4275), + [anon_sym_BANG_BANG] = ACTIONS(4275), + [anon_sym_suspend] = ACTIONS(4273), + [anon_sym_sealed] = ACTIONS(4273), + [anon_sym_annotation] = ACTIONS(4273), + [anon_sym_data] = ACTIONS(4273), + [anon_sym_inner] = ACTIONS(4273), + [anon_sym_value] = ACTIONS(4273), + [anon_sym_override] = ACTIONS(4273), + [anon_sym_lateinit] = ACTIONS(4273), + [anon_sym_public] = ACTIONS(4273), + [anon_sym_private] = ACTIONS(4273), + [anon_sym_internal] = ACTIONS(4273), + [anon_sym_protected] = ACTIONS(4273), + [anon_sym_tailrec] = ACTIONS(4273), + [anon_sym_operator] = ACTIONS(4273), + [anon_sym_infix] = ACTIONS(4273), + [anon_sym_inline] = ACTIONS(4273), + [anon_sym_external] = ACTIONS(4273), + [sym_property_modifier] = ACTIONS(4273), + [anon_sym_abstract] = ACTIONS(4273), + [anon_sym_final] = ACTIONS(4273), + [anon_sym_open] = ACTIONS(4273), + [anon_sym_vararg] = ACTIONS(4273), + [anon_sym_noinline] = ACTIONS(4273), + [anon_sym_crossinline] = ACTIONS(4273), + [anon_sym_expect] = ACTIONS(4273), + [anon_sym_actual] = ACTIONS(4273), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4275), + [sym__automatic_semicolon] = ACTIONS(4275), + [sym_safe_nav] = ACTIONS(4275), + [sym_multiline_comment] = ACTIONS(3), + }, + [3515] = { + [sym__alpha_identifier] = ACTIONS(4978), + [anon_sym_AT] = ACTIONS(4980), + [anon_sym_LBRACK] = ACTIONS(4980), + [anon_sym_RBRACK] = ACTIONS(4980), + [anon_sym_as] = ACTIONS(4978), + [anon_sym_EQ] = ACTIONS(4978), + [anon_sym_LBRACE] = ACTIONS(4980), + [anon_sym_RBRACE] = ACTIONS(4980), + [anon_sym_LPAREN] = ACTIONS(4980), + [anon_sym_COMMA] = ACTIONS(4980), + [anon_sym_RPAREN] = ACTIONS(4980), + [anon_sym_LT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4978), + [anon_sym_where] = ACTIONS(4978), + [anon_sym_DOT] = ACTIONS(4978), + [anon_sym_SEMI] = ACTIONS(4980), + [anon_sym_get] = ACTIONS(4978), + [anon_sym_set] = ACTIONS(4978), + [anon_sym_STAR] = ACTIONS(4978), + [anon_sym_DASH_GT] = ACTIONS(4980), + [sym_label] = ACTIONS(4980), + [anon_sym_in] = ACTIONS(4978), + [anon_sym_while] = ACTIONS(4978), + [anon_sym_DOT_DOT] = ACTIONS(4980), + [anon_sym_QMARK_COLON] = ACTIONS(4980), + [anon_sym_AMP_AMP] = ACTIONS(4980), + [anon_sym_PIPE_PIPE] = ACTIONS(4980), + [anon_sym_else] = ACTIONS(4978), + [anon_sym_COLON_COLON] = ACTIONS(4980), + [anon_sym_PLUS_EQ] = ACTIONS(4980), + [anon_sym_DASH_EQ] = ACTIONS(4980), + [anon_sym_STAR_EQ] = ACTIONS(4980), + [anon_sym_SLASH_EQ] = ACTIONS(4980), + [anon_sym_PERCENT_EQ] = ACTIONS(4980), + [anon_sym_BANG_EQ] = ACTIONS(4978), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4980), + [anon_sym_EQ_EQ] = ACTIONS(4978), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4980), + [anon_sym_LT_EQ] = ACTIONS(4980), + [anon_sym_GT_EQ] = ACTIONS(4980), + [anon_sym_BANGin] = ACTIONS(4980), + [anon_sym_is] = ACTIONS(4978), + [anon_sym_BANGis] = ACTIONS(4980), + [anon_sym_PLUS] = ACTIONS(4978), + [anon_sym_DASH] = ACTIONS(4978), + [anon_sym_SLASH] = ACTIONS(4978), + [anon_sym_PERCENT] = ACTIONS(4978), + [anon_sym_as_QMARK] = ACTIONS(4980), + [anon_sym_PLUS_PLUS] = ACTIONS(4980), + [anon_sym_DASH_DASH] = ACTIONS(4980), + [anon_sym_BANG_BANG] = ACTIONS(4980), + [anon_sym_suspend] = ACTIONS(4978), + [anon_sym_sealed] = ACTIONS(4978), + [anon_sym_annotation] = ACTIONS(4978), + [anon_sym_data] = ACTIONS(4978), + [anon_sym_inner] = ACTIONS(4978), + [anon_sym_value] = ACTIONS(4978), + [anon_sym_override] = ACTIONS(4978), + [anon_sym_lateinit] = ACTIONS(4978), + [anon_sym_public] = ACTIONS(4978), + [anon_sym_private] = ACTIONS(4978), + [anon_sym_internal] = ACTIONS(4978), + [anon_sym_protected] = ACTIONS(4978), + [anon_sym_tailrec] = ACTIONS(4978), + [anon_sym_operator] = ACTIONS(4978), + [anon_sym_infix] = ACTIONS(4978), + [anon_sym_inline] = ACTIONS(4978), + [anon_sym_external] = ACTIONS(4978), + [sym_property_modifier] = ACTIONS(4978), + [anon_sym_abstract] = ACTIONS(4978), + [anon_sym_final] = ACTIONS(4978), + [anon_sym_open] = ACTIONS(4978), + [anon_sym_vararg] = ACTIONS(4978), + [anon_sym_noinline] = ACTIONS(4978), + [anon_sym_crossinline] = ACTIONS(4978), + [anon_sym_expect] = ACTIONS(4978), + [anon_sym_actual] = ACTIONS(4978), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4980), + [sym_safe_nav] = ACTIONS(4980), + [sym_multiline_comment] = ACTIONS(3), + }, + [3516] = { + [sym__alpha_identifier] = ACTIONS(4339), + [anon_sym_AT] = ACTIONS(4341), + [anon_sym_LBRACK] = ACTIONS(4341), + [anon_sym_RBRACK] = ACTIONS(4341), + [anon_sym_as] = ACTIONS(4339), + [anon_sym_EQ] = ACTIONS(4339), + [anon_sym_LBRACE] = ACTIONS(4341), + [anon_sym_RBRACE] = ACTIONS(4341), + [anon_sym_LPAREN] = ACTIONS(4341), + [anon_sym_COMMA] = ACTIONS(4341), + [anon_sym_RPAREN] = ACTIONS(4341), + [anon_sym_LT] = ACTIONS(4339), + [anon_sym_GT] = ACTIONS(4339), + [anon_sym_where] = ACTIONS(4339), + [anon_sym_DOT] = ACTIONS(4339), + [anon_sym_SEMI] = ACTIONS(4341), + [anon_sym_get] = ACTIONS(4339), + [anon_sym_set] = ACTIONS(4339), + [anon_sym_STAR] = ACTIONS(4339), + [anon_sym_DASH_GT] = ACTIONS(4341), + [sym_label] = ACTIONS(4341), + [anon_sym_in] = ACTIONS(4339), + [anon_sym_while] = ACTIONS(4339), + [anon_sym_DOT_DOT] = ACTIONS(4341), + [anon_sym_QMARK_COLON] = ACTIONS(4341), + [anon_sym_AMP_AMP] = ACTIONS(4341), + [anon_sym_PIPE_PIPE] = ACTIONS(4341), + [anon_sym_else] = ACTIONS(4339), + [anon_sym_COLON_COLON] = ACTIONS(4341), + [anon_sym_PLUS_EQ] = ACTIONS(4341), + [anon_sym_DASH_EQ] = ACTIONS(4341), + [anon_sym_STAR_EQ] = ACTIONS(4341), + [anon_sym_SLASH_EQ] = ACTIONS(4341), + [anon_sym_PERCENT_EQ] = ACTIONS(4341), + [anon_sym_BANG_EQ] = ACTIONS(4339), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4341), + [anon_sym_EQ_EQ] = ACTIONS(4339), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4341), + [anon_sym_LT_EQ] = ACTIONS(4341), + [anon_sym_GT_EQ] = ACTIONS(4341), + [anon_sym_BANGin] = ACTIONS(4341), + [anon_sym_is] = ACTIONS(4339), + [anon_sym_BANGis] = ACTIONS(4341), + [anon_sym_PLUS] = ACTIONS(4339), + [anon_sym_DASH] = ACTIONS(4339), + [anon_sym_SLASH] = ACTIONS(4339), + [anon_sym_PERCENT] = ACTIONS(4339), + [anon_sym_as_QMARK] = ACTIONS(4341), + [anon_sym_PLUS_PLUS] = ACTIONS(4341), + [anon_sym_DASH_DASH] = ACTIONS(4341), + [anon_sym_BANG_BANG] = ACTIONS(4341), + [anon_sym_suspend] = ACTIONS(4339), + [anon_sym_sealed] = ACTIONS(4339), + [anon_sym_annotation] = ACTIONS(4339), + [anon_sym_data] = ACTIONS(4339), + [anon_sym_inner] = ACTIONS(4339), + [anon_sym_value] = ACTIONS(4339), + [anon_sym_override] = ACTIONS(4339), + [anon_sym_lateinit] = ACTIONS(4339), + [anon_sym_public] = ACTIONS(4339), + [anon_sym_private] = ACTIONS(4339), + [anon_sym_internal] = ACTIONS(4339), + [anon_sym_protected] = ACTIONS(4339), + [anon_sym_tailrec] = ACTIONS(4339), + [anon_sym_operator] = ACTIONS(4339), + [anon_sym_infix] = ACTIONS(4339), + [anon_sym_inline] = ACTIONS(4339), + [anon_sym_external] = ACTIONS(4339), + [sym_property_modifier] = ACTIONS(4339), + [anon_sym_abstract] = ACTIONS(4339), + [anon_sym_final] = ACTIONS(4339), + [anon_sym_open] = ACTIONS(4339), + [anon_sym_vararg] = ACTIONS(4339), + [anon_sym_noinline] = ACTIONS(4339), + [anon_sym_crossinline] = ACTIONS(4339), + [anon_sym_expect] = ACTIONS(4339), + [anon_sym_actual] = ACTIONS(4339), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4341), + [sym_safe_nav] = ACTIONS(4341), + [sym_multiline_comment] = ACTIONS(3), + }, + [3517] = { + [sym__alpha_identifier] = ACTIONS(5209), + [anon_sym_AT] = ACTIONS(5211), + [anon_sym_LBRACK] = ACTIONS(5211), + [anon_sym_RBRACK] = ACTIONS(5211), + [anon_sym_as] = ACTIONS(5209), + [anon_sym_EQ] = ACTIONS(5209), + [anon_sym_LBRACE] = ACTIONS(5211), + [anon_sym_RBRACE] = ACTIONS(5211), + [anon_sym_LPAREN] = ACTIONS(5211), + [anon_sym_COMMA] = ACTIONS(5211), + [anon_sym_RPAREN] = ACTIONS(5211), + [anon_sym_LT] = ACTIONS(5209), + [anon_sym_GT] = ACTIONS(5209), + [anon_sym_where] = ACTIONS(5209), + [anon_sym_DOT] = ACTIONS(5209), + [anon_sym_SEMI] = ACTIONS(5211), + [anon_sym_get] = ACTIONS(5209), + [anon_sym_set] = ACTIONS(5209), + [anon_sym_STAR] = ACTIONS(5209), + [anon_sym_DASH_GT] = ACTIONS(5211), + [sym_label] = ACTIONS(5211), + [anon_sym_in] = ACTIONS(5209), + [anon_sym_while] = ACTIONS(5209), + [anon_sym_DOT_DOT] = ACTIONS(5211), + [anon_sym_QMARK_COLON] = ACTIONS(5211), + [anon_sym_AMP_AMP] = ACTIONS(5211), + [anon_sym_PIPE_PIPE] = ACTIONS(5211), + [anon_sym_else] = ACTIONS(5209), + [anon_sym_COLON_COLON] = ACTIONS(5211), + [anon_sym_PLUS_EQ] = ACTIONS(5211), + [anon_sym_DASH_EQ] = ACTIONS(5211), + [anon_sym_STAR_EQ] = ACTIONS(5211), + [anon_sym_SLASH_EQ] = ACTIONS(5211), + [anon_sym_PERCENT_EQ] = ACTIONS(5211), + [anon_sym_BANG_EQ] = ACTIONS(5209), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5211), + [anon_sym_EQ_EQ] = ACTIONS(5209), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5211), + [anon_sym_LT_EQ] = ACTIONS(5211), + [anon_sym_GT_EQ] = ACTIONS(5211), + [anon_sym_BANGin] = ACTIONS(5211), + [anon_sym_is] = ACTIONS(5209), + [anon_sym_BANGis] = ACTIONS(5211), + [anon_sym_PLUS] = ACTIONS(5209), + [anon_sym_DASH] = ACTIONS(5209), + [anon_sym_SLASH] = ACTIONS(5209), + [anon_sym_PERCENT] = ACTIONS(5209), + [anon_sym_as_QMARK] = ACTIONS(5211), + [anon_sym_PLUS_PLUS] = ACTIONS(5211), + [anon_sym_DASH_DASH] = ACTIONS(5211), + [anon_sym_BANG_BANG] = ACTIONS(5211), + [anon_sym_suspend] = ACTIONS(5209), + [anon_sym_sealed] = ACTIONS(5209), + [anon_sym_annotation] = ACTIONS(5209), + [anon_sym_data] = ACTIONS(5209), + [anon_sym_inner] = ACTIONS(5209), + [anon_sym_value] = ACTIONS(5209), + [anon_sym_override] = ACTIONS(5209), + [anon_sym_lateinit] = ACTIONS(5209), + [anon_sym_public] = ACTIONS(5209), + [anon_sym_private] = ACTIONS(5209), + [anon_sym_internal] = ACTIONS(5209), + [anon_sym_protected] = ACTIONS(5209), + [anon_sym_tailrec] = ACTIONS(5209), + [anon_sym_operator] = ACTIONS(5209), + [anon_sym_infix] = ACTIONS(5209), + [anon_sym_inline] = ACTIONS(5209), + [anon_sym_external] = ACTIONS(5209), + [sym_property_modifier] = ACTIONS(5209), + [anon_sym_abstract] = ACTIONS(5209), + [anon_sym_final] = ACTIONS(5209), + [anon_sym_open] = ACTIONS(5209), + [anon_sym_vararg] = ACTIONS(5209), + [anon_sym_noinline] = ACTIONS(5209), + [anon_sym_crossinline] = ACTIONS(5209), + [anon_sym_expect] = ACTIONS(5209), + [anon_sym_actual] = ACTIONS(5209), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5211), + [sym_safe_nav] = ACTIONS(5211), + [sym_multiline_comment] = ACTIONS(3), + }, + [3518] = { + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_RBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(3278), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_RPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [anon_sym_DASH_GT] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_while] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3274), + [anon_sym_sealed] = ACTIONS(3274), + [anon_sym_annotation] = ACTIONS(3274), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_override] = ACTIONS(3274), + [anon_sym_lateinit] = ACTIONS(3274), + [anon_sym_public] = ACTIONS(3274), + [anon_sym_private] = ACTIONS(3274), + [anon_sym_internal] = ACTIONS(3274), + [anon_sym_protected] = ACTIONS(3274), + [anon_sym_tailrec] = ACTIONS(3274), + [anon_sym_operator] = ACTIONS(3274), + [anon_sym_infix] = ACTIONS(3274), + [anon_sym_inline] = ACTIONS(3274), + [anon_sym_external] = ACTIONS(3274), + [sym_property_modifier] = ACTIONS(3274), + [anon_sym_abstract] = ACTIONS(3274), + [anon_sym_final] = ACTIONS(3274), + [anon_sym_open] = ACTIONS(3274), + [anon_sym_vararg] = ACTIONS(3274), + [anon_sym_noinline] = ACTIONS(3274), + [anon_sym_crossinline] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + }, + [3519] = { + [sym__alpha_identifier] = ACTIONS(4186), + [anon_sym_AT] = ACTIONS(4188), + [anon_sym_LBRACK] = ACTIONS(4188), + [anon_sym_as] = ACTIONS(4186), + [anon_sym_EQ] = ACTIONS(4186), + [anon_sym_LBRACE] = ACTIONS(4188), + [anon_sym_RBRACE] = ACTIONS(4188), + [anon_sym_LPAREN] = ACTIONS(4188), + [anon_sym_COMMA] = ACTIONS(4188), + [anon_sym_by] = ACTIONS(4186), + [anon_sym_LT] = ACTIONS(4186), + [anon_sym_GT] = ACTIONS(4186), + [anon_sym_where] = ACTIONS(4186), + [anon_sym_DOT] = ACTIONS(4186), + [anon_sym_SEMI] = ACTIONS(4188), + [anon_sym_get] = ACTIONS(4186), + [anon_sym_set] = ACTIONS(4186), + [anon_sym_AMP] = ACTIONS(4186), + [sym__quest] = ACTIONS(4186), + [anon_sym_STAR] = ACTIONS(4186), + [sym_label] = ACTIONS(4188), + [anon_sym_in] = ACTIONS(4186), + [anon_sym_DOT_DOT] = ACTIONS(4188), + [anon_sym_QMARK_COLON] = ACTIONS(4188), + [anon_sym_AMP_AMP] = ACTIONS(4188), + [anon_sym_PIPE_PIPE] = ACTIONS(4188), + [anon_sym_else] = ACTIONS(4186), + [anon_sym_COLON_COLON] = ACTIONS(4188), + [anon_sym_PLUS_EQ] = ACTIONS(4188), + [anon_sym_DASH_EQ] = ACTIONS(4188), + [anon_sym_STAR_EQ] = ACTIONS(4188), + [anon_sym_SLASH_EQ] = ACTIONS(4188), + [anon_sym_PERCENT_EQ] = ACTIONS(4188), + [anon_sym_BANG_EQ] = ACTIONS(4186), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4188), + [anon_sym_EQ_EQ] = ACTIONS(4186), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4188), + [anon_sym_LT_EQ] = ACTIONS(4188), + [anon_sym_GT_EQ] = ACTIONS(4188), + [anon_sym_BANGin] = ACTIONS(4188), + [anon_sym_is] = ACTIONS(4186), + [anon_sym_BANGis] = ACTIONS(4188), + [anon_sym_PLUS] = ACTIONS(4186), + [anon_sym_DASH] = ACTIONS(4186), + [anon_sym_SLASH] = ACTIONS(4186), + [anon_sym_PERCENT] = ACTIONS(4186), + [anon_sym_as_QMARK] = ACTIONS(4188), + [anon_sym_PLUS_PLUS] = ACTIONS(4188), + [anon_sym_DASH_DASH] = ACTIONS(4188), + [anon_sym_BANG_BANG] = ACTIONS(4188), + [anon_sym_suspend] = ACTIONS(4186), + [anon_sym_sealed] = ACTIONS(4186), + [anon_sym_annotation] = ACTIONS(4186), + [anon_sym_data] = ACTIONS(4186), + [anon_sym_inner] = ACTIONS(4186), + [anon_sym_value] = ACTIONS(4186), + [anon_sym_override] = ACTIONS(4186), + [anon_sym_lateinit] = ACTIONS(4186), + [anon_sym_public] = ACTIONS(4186), + [anon_sym_private] = ACTIONS(4186), + [anon_sym_internal] = ACTIONS(4186), + [anon_sym_protected] = ACTIONS(4186), + [anon_sym_tailrec] = ACTIONS(4186), + [anon_sym_operator] = ACTIONS(4186), + [anon_sym_infix] = ACTIONS(4186), + [anon_sym_inline] = ACTIONS(4186), + [anon_sym_external] = ACTIONS(4186), + [sym_property_modifier] = ACTIONS(4186), + [anon_sym_abstract] = ACTIONS(4186), + [anon_sym_final] = ACTIONS(4186), + [anon_sym_open] = ACTIONS(4186), + [anon_sym_vararg] = ACTIONS(4186), + [anon_sym_noinline] = ACTIONS(4186), + [anon_sym_crossinline] = ACTIONS(4186), + [anon_sym_expect] = ACTIONS(4186), + [anon_sym_actual] = ACTIONS(4186), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4188), + [sym__automatic_semicolon] = ACTIONS(4188), + [sym_safe_nav] = ACTIONS(4188), + [sym_multiline_comment] = ACTIONS(3), + }, + [3520] = { + [sym__alpha_identifier] = ACTIONS(5022), + [anon_sym_AT] = ACTIONS(5024), + [anon_sym_LBRACK] = ACTIONS(5024), + [anon_sym_RBRACK] = ACTIONS(5024), + [anon_sym_as] = ACTIONS(5022), + [anon_sym_EQ] = ACTIONS(5022), + [anon_sym_LBRACE] = ACTIONS(5024), + [anon_sym_RBRACE] = ACTIONS(5024), + [anon_sym_LPAREN] = ACTIONS(5024), + [anon_sym_COMMA] = ACTIONS(5024), + [anon_sym_RPAREN] = ACTIONS(5024), + [anon_sym_LT] = ACTIONS(5022), + [anon_sym_GT] = ACTIONS(5022), + [anon_sym_where] = ACTIONS(5022), + [anon_sym_DOT] = ACTIONS(5022), + [anon_sym_SEMI] = ACTIONS(5024), + [anon_sym_get] = ACTIONS(5022), + [anon_sym_set] = ACTIONS(5022), + [anon_sym_STAR] = ACTIONS(5022), + [anon_sym_DASH_GT] = ACTIONS(5024), + [sym_label] = ACTIONS(5024), + [anon_sym_in] = ACTIONS(5022), + [anon_sym_while] = ACTIONS(5022), + [anon_sym_DOT_DOT] = ACTIONS(5024), + [anon_sym_QMARK_COLON] = ACTIONS(5024), + [anon_sym_AMP_AMP] = ACTIONS(5024), + [anon_sym_PIPE_PIPE] = ACTIONS(5024), + [anon_sym_else] = ACTIONS(5022), + [anon_sym_COLON_COLON] = ACTIONS(5024), + [anon_sym_PLUS_EQ] = ACTIONS(5024), + [anon_sym_DASH_EQ] = ACTIONS(5024), + [anon_sym_STAR_EQ] = ACTIONS(5024), + [anon_sym_SLASH_EQ] = ACTIONS(5024), + [anon_sym_PERCENT_EQ] = ACTIONS(5024), + [anon_sym_BANG_EQ] = ACTIONS(5022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5024), + [anon_sym_EQ_EQ] = ACTIONS(5022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5024), + [anon_sym_LT_EQ] = ACTIONS(5024), + [anon_sym_GT_EQ] = ACTIONS(5024), + [anon_sym_BANGin] = ACTIONS(5024), + [anon_sym_is] = ACTIONS(5022), + [anon_sym_BANGis] = ACTIONS(5024), + [anon_sym_PLUS] = ACTIONS(5022), + [anon_sym_DASH] = ACTIONS(5022), + [anon_sym_SLASH] = ACTIONS(5022), + [anon_sym_PERCENT] = ACTIONS(5022), + [anon_sym_as_QMARK] = ACTIONS(5024), + [anon_sym_PLUS_PLUS] = ACTIONS(5024), + [anon_sym_DASH_DASH] = ACTIONS(5024), + [anon_sym_BANG_BANG] = ACTIONS(5024), + [anon_sym_suspend] = ACTIONS(5022), + [anon_sym_sealed] = ACTIONS(5022), + [anon_sym_annotation] = ACTIONS(5022), + [anon_sym_data] = ACTIONS(5022), + [anon_sym_inner] = ACTIONS(5022), + [anon_sym_value] = ACTIONS(5022), + [anon_sym_override] = ACTIONS(5022), + [anon_sym_lateinit] = ACTIONS(5022), + [anon_sym_public] = ACTIONS(5022), + [anon_sym_private] = ACTIONS(5022), + [anon_sym_internal] = ACTIONS(5022), + [anon_sym_protected] = ACTIONS(5022), + [anon_sym_tailrec] = ACTIONS(5022), + [anon_sym_operator] = ACTIONS(5022), + [anon_sym_infix] = ACTIONS(5022), + [anon_sym_inline] = ACTIONS(5022), + [anon_sym_external] = ACTIONS(5022), + [sym_property_modifier] = ACTIONS(5022), + [anon_sym_abstract] = ACTIONS(5022), + [anon_sym_final] = ACTIONS(5022), + [anon_sym_open] = ACTIONS(5022), + [anon_sym_vararg] = ACTIONS(5022), + [anon_sym_noinline] = ACTIONS(5022), + [anon_sym_crossinline] = ACTIONS(5022), + [anon_sym_expect] = ACTIONS(5022), + [anon_sym_actual] = ACTIONS(5022), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5024), + [sym_safe_nav] = ACTIONS(5024), + [sym_multiline_comment] = ACTIONS(3), + }, + [3521] = { + [sym__alpha_identifier] = ACTIONS(5080), + [anon_sym_AT] = ACTIONS(5082), + [anon_sym_LBRACK] = ACTIONS(5082), + [anon_sym_RBRACK] = ACTIONS(5082), + [anon_sym_as] = ACTIONS(5080), + [anon_sym_EQ] = ACTIONS(5080), + [anon_sym_LBRACE] = ACTIONS(5082), + [anon_sym_RBRACE] = ACTIONS(5082), + [anon_sym_LPAREN] = ACTIONS(5082), + [anon_sym_COMMA] = ACTIONS(5082), + [anon_sym_RPAREN] = ACTIONS(5082), + [anon_sym_LT] = ACTIONS(5080), + [anon_sym_GT] = ACTIONS(5080), + [anon_sym_where] = ACTIONS(5080), + [anon_sym_DOT] = ACTIONS(5080), + [anon_sym_SEMI] = ACTIONS(5082), + [anon_sym_get] = ACTIONS(5080), + [anon_sym_set] = ACTIONS(5080), + [anon_sym_STAR] = ACTIONS(5080), + [anon_sym_DASH_GT] = ACTIONS(5082), + [sym_label] = ACTIONS(5082), + [anon_sym_in] = ACTIONS(5080), + [anon_sym_while] = ACTIONS(5080), + [anon_sym_DOT_DOT] = ACTIONS(5082), + [anon_sym_QMARK_COLON] = ACTIONS(5082), + [anon_sym_AMP_AMP] = ACTIONS(5082), + [anon_sym_PIPE_PIPE] = ACTIONS(5082), + [anon_sym_else] = ACTIONS(5080), + [anon_sym_COLON_COLON] = ACTIONS(5082), + [anon_sym_PLUS_EQ] = ACTIONS(5082), + [anon_sym_DASH_EQ] = ACTIONS(5082), + [anon_sym_STAR_EQ] = ACTIONS(5082), + [anon_sym_SLASH_EQ] = ACTIONS(5082), + [anon_sym_PERCENT_EQ] = ACTIONS(5082), + [anon_sym_BANG_EQ] = ACTIONS(5080), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5082), + [anon_sym_EQ_EQ] = ACTIONS(5080), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5082), + [anon_sym_LT_EQ] = ACTIONS(5082), + [anon_sym_GT_EQ] = ACTIONS(5082), + [anon_sym_BANGin] = ACTIONS(5082), + [anon_sym_is] = ACTIONS(5080), + [anon_sym_BANGis] = ACTIONS(5082), + [anon_sym_PLUS] = ACTIONS(5080), + [anon_sym_DASH] = ACTIONS(5080), + [anon_sym_SLASH] = ACTIONS(5080), + [anon_sym_PERCENT] = ACTIONS(5080), + [anon_sym_as_QMARK] = ACTIONS(5082), + [anon_sym_PLUS_PLUS] = ACTIONS(5082), + [anon_sym_DASH_DASH] = ACTIONS(5082), + [anon_sym_BANG_BANG] = ACTIONS(5082), + [anon_sym_suspend] = ACTIONS(5080), + [anon_sym_sealed] = ACTIONS(5080), + [anon_sym_annotation] = ACTIONS(5080), + [anon_sym_data] = ACTIONS(5080), + [anon_sym_inner] = ACTIONS(5080), + [anon_sym_value] = ACTIONS(5080), + [anon_sym_override] = ACTIONS(5080), + [anon_sym_lateinit] = ACTIONS(5080), + [anon_sym_public] = ACTIONS(5080), + [anon_sym_private] = ACTIONS(5080), + [anon_sym_internal] = ACTIONS(5080), + [anon_sym_protected] = ACTIONS(5080), + [anon_sym_tailrec] = ACTIONS(5080), + [anon_sym_operator] = ACTIONS(5080), + [anon_sym_infix] = ACTIONS(5080), + [anon_sym_inline] = ACTIONS(5080), + [anon_sym_external] = ACTIONS(5080), + [sym_property_modifier] = ACTIONS(5080), + [anon_sym_abstract] = ACTIONS(5080), + [anon_sym_final] = ACTIONS(5080), + [anon_sym_open] = ACTIONS(5080), + [anon_sym_vararg] = ACTIONS(5080), + [anon_sym_noinline] = ACTIONS(5080), + [anon_sym_crossinline] = ACTIONS(5080), + [anon_sym_expect] = ACTIONS(5080), + [anon_sym_actual] = ACTIONS(5080), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5082), + [sym_safe_nav] = ACTIONS(5082), + [sym_multiline_comment] = ACTIONS(3), + }, + [3522] = { + [sym__alpha_identifier] = ACTIONS(4778), + [anon_sym_AT] = ACTIONS(4780), + [anon_sym_LBRACK] = ACTIONS(4780), + [anon_sym_RBRACK] = ACTIONS(4780), + [anon_sym_as] = ACTIONS(4778), + [anon_sym_EQ] = ACTIONS(4778), + [anon_sym_LBRACE] = ACTIONS(4780), + [anon_sym_RBRACE] = ACTIONS(4780), + [anon_sym_LPAREN] = ACTIONS(4780), + [anon_sym_COMMA] = ACTIONS(4780), + [anon_sym_RPAREN] = ACTIONS(4780), + [anon_sym_LT] = ACTIONS(4778), + [anon_sym_GT] = ACTIONS(4778), + [anon_sym_where] = ACTIONS(4778), + [anon_sym_DOT] = ACTIONS(4778), + [anon_sym_SEMI] = ACTIONS(4780), + [anon_sym_get] = ACTIONS(4778), + [anon_sym_set] = ACTIONS(4778), + [anon_sym_STAR] = ACTIONS(4778), + [anon_sym_DASH_GT] = ACTIONS(4780), + [sym_label] = ACTIONS(4780), + [anon_sym_in] = ACTIONS(4778), + [anon_sym_while] = ACTIONS(4778), + [anon_sym_DOT_DOT] = ACTIONS(4780), + [anon_sym_QMARK_COLON] = ACTIONS(4780), + [anon_sym_AMP_AMP] = ACTIONS(4780), + [anon_sym_PIPE_PIPE] = ACTIONS(4780), + [anon_sym_else] = ACTIONS(4778), + [anon_sym_COLON_COLON] = ACTIONS(4780), + [anon_sym_PLUS_EQ] = ACTIONS(4780), + [anon_sym_DASH_EQ] = ACTIONS(4780), + [anon_sym_STAR_EQ] = ACTIONS(4780), + [anon_sym_SLASH_EQ] = ACTIONS(4780), + [anon_sym_PERCENT_EQ] = ACTIONS(4780), + [anon_sym_BANG_EQ] = ACTIONS(4778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4780), + [anon_sym_EQ_EQ] = ACTIONS(4778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4780), + [anon_sym_LT_EQ] = ACTIONS(4780), + [anon_sym_GT_EQ] = ACTIONS(4780), + [anon_sym_BANGin] = ACTIONS(4780), + [anon_sym_is] = ACTIONS(4778), + [anon_sym_BANGis] = ACTIONS(4780), + [anon_sym_PLUS] = ACTIONS(4778), + [anon_sym_DASH] = ACTIONS(4778), + [anon_sym_SLASH] = ACTIONS(4778), + [anon_sym_PERCENT] = ACTIONS(4778), + [anon_sym_as_QMARK] = ACTIONS(4780), + [anon_sym_PLUS_PLUS] = ACTIONS(4780), + [anon_sym_DASH_DASH] = ACTIONS(4780), + [anon_sym_BANG_BANG] = ACTIONS(4780), + [anon_sym_suspend] = ACTIONS(4778), + [anon_sym_sealed] = ACTIONS(4778), + [anon_sym_annotation] = ACTIONS(4778), + [anon_sym_data] = ACTIONS(4778), + [anon_sym_inner] = ACTIONS(4778), + [anon_sym_value] = ACTIONS(4778), + [anon_sym_override] = ACTIONS(4778), + [anon_sym_lateinit] = ACTIONS(4778), + [anon_sym_public] = ACTIONS(4778), + [anon_sym_private] = ACTIONS(4778), + [anon_sym_internal] = ACTIONS(4778), + [anon_sym_protected] = ACTIONS(4778), + [anon_sym_tailrec] = ACTIONS(4778), + [anon_sym_operator] = ACTIONS(4778), + [anon_sym_infix] = ACTIONS(4778), + [anon_sym_inline] = ACTIONS(4778), + [anon_sym_external] = ACTIONS(4778), + [sym_property_modifier] = ACTIONS(4778), + [anon_sym_abstract] = ACTIONS(4778), + [anon_sym_final] = ACTIONS(4778), + [anon_sym_open] = ACTIONS(4778), + [anon_sym_vararg] = ACTIONS(4778), + [anon_sym_noinline] = ACTIONS(4778), + [anon_sym_crossinline] = ACTIONS(4778), + [anon_sym_expect] = ACTIONS(4778), + [anon_sym_actual] = ACTIONS(4778), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4780), + [sym_safe_nav] = ACTIONS(4780), + [sym_multiline_comment] = ACTIONS(3), + }, + [3523] = { + [sym__alpha_identifier] = ACTIONS(4277), + [anon_sym_AT] = ACTIONS(4279), + [anon_sym_LBRACK] = ACTIONS(4279), + [anon_sym_as] = ACTIONS(4277), + [anon_sym_EQ] = ACTIONS(4277), + [anon_sym_LBRACE] = ACTIONS(4279), + [anon_sym_RBRACE] = ACTIONS(4279), + [anon_sym_LPAREN] = ACTIONS(4279), + [anon_sym_COMMA] = ACTIONS(4279), + [anon_sym_by] = ACTIONS(4277), + [anon_sym_LT] = ACTIONS(4277), + [anon_sym_GT] = ACTIONS(4277), + [anon_sym_where] = ACTIONS(4277), + [anon_sym_DOT] = ACTIONS(4277), + [anon_sym_SEMI] = ACTIONS(4279), + [anon_sym_get] = ACTIONS(4277), + [anon_sym_set] = ACTIONS(4277), + [anon_sym_AMP] = ACTIONS(4277), + [sym__quest] = ACTIONS(4277), + [anon_sym_STAR] = ACTIONS(4277), + [sym_label] = ACTIONS(4279), + [anon_sym_in] = ACTIONS(4277), + [anon_sym_DOT_DOT] = ACTIONS(4279), + [anon_sym_QMARK_COLON] = ACTIONS(4279), + [anon_sym_AMP_AMP] = ACTIONS(4279), + [anon_sym_PIPE_PIPE] = ACTIONS(4279), + [anon_sym_else] = ACTIONS(4277), + [anon_sym_COLON_COLON] = ACTIONS(4279), + [anon_sym_PLUS_EQ] = ACTIONS(4279), + [anon_sym_DASH_EQ] = ACTIONS(4279), + [anon_sym_STAR_EQ] = ACTIONS(4279), + [anon_sym_SLASH_EQ] = ACTIONS(4279), + [anon_sym_PERCENT_EQ] = ACTIONS(4279), + [anon_sym_BANG_EQ] = ACTIONS(4277), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4279), + [anon_sym_EQ_EQ] = ACTIONS(4277), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4279), + [anon_sym_LT_EQ] = ACTIONS(4279), + [anon_sym_GT_EQ] = ACTIONS(4279), + [anon_sym_BANGin] = ACTIONS(4279), + [anon_sym_is] = ACTIONS(4277), + [anon_sym_BANGis] = ACTIONS(4279), + [anon_sym_PLUS] = ACTIONS(4277), + [anon_sym_DASH] = ACTIONS(4277), + [anon_sym_SLASH] = ACTIONS(4277), + [anon_sym_PERCENT] = ACTIONS(4277), + [anon_sym_as_QMARK] = ACTIONS(4279), + [anon_sym_PLUS_PLUS] = ACTIONS(4279), + [anon_sym_DASH_DASH] = ACTIONS(4279), + [anon_sym_BANG_BANG] = ACTIONS(4279), + [anon_sym_suspend] = ACTIONS(4277), + [anon_sym_sealed] = ACTIONS(4277), + [anon_sym_annotation] = ACTIONS(4277), + [anon_sym_data] = ACTIONS(4277), + [anon_sym_inner] = ACTIONS(4277), + [anon_sym_value] = ACTIONS(4277), + [anon_sym_override] = ACTIONS(4277), + [anon_sym_lateinit] = ACTIONS(4277), + [anon_sym_public] = ACTIONS(4277), + [anon_sym_private] = ACTIONS(4277), + [anon_sym_internal] = ACTIONS(4277), + [anon_sym_protected] = ACTIONS(4277), + [anon_sym_tailrec] = ACTIONS(4277), + [anon_sym_operator] = ACTIONS(4277), + [anon_sym_infix] = ACTIONS(4277), + [anon_sym_inline] = ACTIONS(4277), + [anon_sym_external] = ACTIONS(4277), + [sym_property_modifier] = ACTIONS(4277), + [anon_sym_abstract] = ACTIONS(4277), + [anon_sym_final] = ACTIONS(4277), + [anon_sym_open] = ACTIONS(4277), + [anon_sym_vararg] = ACTIONS(4277), + [anon_sym_noinline] = ACTIONS(4277), + [anon_sym_crossinline] = ACTIONS(4277), + [anon_sym_expect] = ACTIONS(4277), + [anon_sym_actual] = ACTIONS(4277), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4279), + [sym__automatic_semicolon] = ACTIONS(4279), + [sym_safe_nav] = ACTIONS(4279), + [sym_multiline_comment] = ACTIONS(3), + }, + [3524] = { + [sym__alpha_identifier] = ACTIONS(5076), + [anon_sym_AT] = ACTIONS(5078), + [anon_sym_LBRACK] = ACTIONS(5078), + [anon_sym_RBRACK] = ACTIONS(5078), + [anon_sym_as] = ACTIONS(5076), + [anon_sym_EQ] = ACTIONS(5076), + [anon_sym_LBRACE] = ACTIONS(5078), + [anon_sym_RBRACE] = ACTIONS(5078), + [anon_sym_LPAREN] = ACTIONS(5078), + [anon_sym_COMMA] = ACTIONS(5078), + [anon_sym_RPAREN] = ACTIONS(5078), + [anon_sym_LT] = ACTIONS(5076), + [anon_sym_GT] = ACTIONS(5076), + [anon_sym_where] = ACTIONS(5076), + [anon_sym_DOT] = ACTIONS(5076), + [anon_sym_SEMI] = ACTIONS(5078), + [anon_sym_get] = ACTIONS(5076), + [anon_sym_set] = ACTIONS(5076), + [anon_sym_STAR] = ACTIONS(5076), + [anon_sym_DASH_GT] = ACTIONS(5078), + [sym_label] = ACTIONS(5078), + [anon_sym_in] = ACTIONS(5076), + [anon_sym_while] = ACTIONS(5076), + [anon_sym_DOT_DOT] = ACTIONS(5078), + [anon_sym_QMARK_COLON] = ACTIONS(5078), + [anon_sym_AMP_AMP] = ACTIONS(5078), + [anon_sym_PIPE_PIPE] = ACTIONS(5078), + [anon_sym_else] = ACTIONS(5076), + [anon_sym_COLON_COLON] = ACTIONS(5078), + [anon_sym_PLUS_EQ] = ACTIONS(5078), + [anon_sym_DASH_EQ] = ACTIONS(5078), + [anon_sym_STAR_EQ] = ACTIONS(5078), + [anon_sym_SLASH_EQ] = ACTIONS(5078), + [anon_sym_PERCENT_EQ] = ACTIONS(5078), + [anon_sym_BANG_EQ] = ACTIONS(5076), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5078), + [anon_sym_EQ_EQ] = ACTIONS(5076), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5078), + [anon_sym_LT_EQ] = ACTIONS(5078), + [anon_sym_GT_EQ] = ACTIONS(5078), + [anon_sym_BANGin] = ACTIONS(5078), + [anon_sym_is] = ACTIONS(5076), + [anon_sym_BANGis] = ACTIONS(5078), + [anon_sym_PLUS] = ACTIONS(5076), + [anon_sym_DASH] = ACTIONS(5076), + [anon_sym_SLASH] = ACTIONS(5076), + [anon_sym_PERCENT] = ACTIONS(5076), + [anon_sym_as_QMARK] = ACTIONS(5078), + [anon_sym_PLUS_PLUS] = ACTIONS(5078), + [anon_sym_DASH_DASH] = ACTIONS(5078), + [anon_sym_BANG_BANG] = ACTIONS(5078), + [anon_sym_suspend] = ACTIONS(5076), + [anon_sym_sealed] = ACTIONS(5076), + [anon_sym_annotation] = ACTIONS(5076), + [anon_sym_data] = ACTIONS(5076), + [anon_sym_inner] = ACTIONS(5076), + [anon_sym_value] = ACTIONS(5076), + [anon_sym_override] = ACTIONS(5076), + [anon_sym_lateinit] = ACTIONS(5076), + [anon_sym_public] = ACTIONS(5076), + [anon_sym_private] = ACTIONS(5076), + [anon_sym_internal] = ACTIONS(5076), + [anon_sym_protected] = ACTIONS(5076), + [anon_sym_tailrec] = ACTIONS(5076), + [anon_sym_operator] = ACTIONS(5076), + [anon_sym_infix] = ACTIONS(5076), + [anon_sym_inline] = ACTIONS(5076), + [anon_sym_external] = ACTIONS(5076), + [sym_property_modifier] = ACTIONS(5076), + [anon_sym_abstract] = ACTIONS(5076), + [anon_sym_final] = ACTIONS(5076), + [anon_sym_open] = ACTIONS(5076), + [anon_sym_vararg] = ACTIONS(5076), + [anon_sym_noinline] = ACTIONS(5076), + [anon_sym_crossinline] = ACTIONS(5076), + [anon_sym_expect] = ACTIONS(5076), + [anon_sym_actual] = ACTIONS(5076), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5078), + [sym_safe_nav] = ACTIONS(5078), + [sym_multiline_comment] = ACTIONS(3), + }, + [3525] = { + [sym__alpha_identifier] = ACTIONS(5072), + [anon_sym_AT] = ACTIONS(5074), + [anon_sym_LBRACK] = ACTIONS(5074), + [anon_sym_RBRACK] = ACTIONS(5074), + [anon_sym_as] = ACTIONS(5072), + [anon_sym_EQ] = ACTIONS(5072), + [anon_sym_LBRACE] = ACTIONS(5074), + [anon_sym_RBRACE] = ACTIONS(5074), + [anon_sym_LPAREN] = ACTIONS(5074), + [anon_sym_COMMA] = ACTIONS(5074), + [anon_sym_RPAREN] = ACTIONS(5074), + [anon_sym_LT] = ACTIONS(5072), + [anon_sym_GT] = ACTIONS(5072), + [anon_sym_where] = ACTIONS(5072), + [anon_sym_DOT] = ACTIONS(5072), + [anon_sym_SEMI] = ACTIONS(5074), + [anon_sym_get] = ACTIONS(5072), + [anon_sym_set] = ACTIONS(5072), + [anon_sym_STAR] = ACTIONS(5072), + [anon_sym_DASH_GT] = ACTIONS(5074), + [sym_label] = ACTIONS(5074), + [anon_sym_in] = ACTIONS(5072), + [anon_sym_while] = ACTIONS(5072), + [anon_sym_DOT_DOT] = ACTIONS(5074), + [anon_sym_QMARK_COLON] = ACTIONS(5074), + [anon_sym_AMP_AMP] = ACTIONS(5074), + [anon_sym_PIPE_PIPE] = ACTIONS(5074), + [anon_sym_else] = ACTIONS(5072), + [anon_sym_COLON_COLON] = ACTIONS(5074), + [anon_sym_PLUS_EQ] = ACTIONS(5074), + [anon_sym_DASH_EQ] = ACTIONS(5074), + [anon_sym_STAR_EQ] = ACTIONS(5074), + [anon_sym_SLASH_EQ] = ACTIONS(5074), + [anon_sym_PERCENT_EQ] = ACTIONS(5074), + [anon_sym_BANG_EQ] = ACTIONS(5072), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5074), + [anon_sym_EQ_EQ] = ACTIONS(5072), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5074), + [anon_sym_LT_EQ] = ACTIONS(5074), + [anon_sym_GT_EQ] = ACTIONS(5074), + [anon_sym_BANGin] = ACTIONS(5074), + [anon_sym_is] = ACTIONS(5072), + [anon_sym_BANGis] = ACTIONS(5074), + [anon_sym_PLUS] = ACTIONS(5072), + [anon_sym_DASH] = ACTIONS(5072), + [anon_sym_SLASH] = ACTIONS(5072), + [anon_sym_PERCENT] = ACTIONS(5072), + [anon_sym_as_QMARK] = ACTIONS(5074), + [anon_sym_PLUS_PLUS] = ACTIONS(5074), + [anon_sym_DASH_DASH] = ACTIONS(5074), + [anon_sym_BANG_BANG] = ACTIONS(5074), + [anon_sym_suspend] = ACTIONS(5072), + [anon_sym_sealed] = ACTIONS(5072), + [anon_sym_annotation] = ACTIONS(5072), + [anon_sym_data] = ACTIONS(5072), + [anon_sym_inner] = ACTIONS(5072), + [anon_sym_value] = ACTIONS(5072), + [anon_sym_override] = ACTIONS(5072), + [anon_sym_lateinit] = ACTIONS(5072), + [anon_sym_public] = ACTIONS(5072), + [anon_sym_private] = ACTIONS(5072), + [anon_sym_internal] = ACTIONS(5072), + [anon_sym_protected] = ACTIONS(5072), + [anon_sym_tailrec] = ACTIONS(5072), + [anon_sym_operator] = ACTIONS(5072), + [anon_sym_infix] = ACTIONS(5072), + [anon_sym_inline] = ACTIONS(5072), + [anon_sym_external] = ACTIONS(5072), + [sym_property_modifier] = ACTIONS(5072), + [anon_sym_abstract] = ACTIONS(5072), + [anon_sym_final] = ACTIONS(5072), + [anon_sym_open] = ACTIONS(5072), + [anon_sym_vararg] = ACTIONS(5072), + [anon_sym_noinline] = ACTIONS(5072), + [anon_sym_crossinline] = ACTIONS(5072), + [anon_sym_expect] = ACTIONS(5072), + [anon_sym_actual] = ACTIONS(5072), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5074), + [sym_safe_nav] = ACTIONS(5074), + [sym_multiline_comment] = ACTIONS(3), + }, + [3526] = { + [sym_type_constraints] = STATE(3673), + [sym_function_body] = STATE(3987), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [sym_label] = ACTIONS(4325), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + }, + [3527] = { + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_RBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(4145), + [anon_sym_LBRACE] = ACTIONS(4147), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_RPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [anon_sym_DASH_GT] = ACTIONS(4147), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_while] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + }, + [3528] = { + [sym_type_constraints] = STATE(3828), + [sym_function_body] = STATE(3230), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(6895), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), + }, + [3529] = { + [sym__alpha_identifier] = ACTIONS(4343), + [anon_sym_AT] = ACTIONS(4345), + [anon_sym_LBRACK] = ACTIONS(4345), + [anon_sym_RBRACK] = ACTIONS(4345), + [anon_sym_as] = ACTIONS(4343), + [anon_sym_EQ] = ACTIONS(4343), + [anon_sym_LBRACE] = ACTIONS(4345), + [anon_sym_RBRACE] = ACTIONS(4345), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_COMMA] = ACTIONS(4345), + [anon_sym_RPAREN] = ACTIONS(4345), + [anon_sym_LT] = ACTIONS(4343), + [anon_sym_GT] = ACTIONS(4343), + [anon_sym_where] = ACTIONS(4343), + [anon_sym_DOT] = ACTIONS(4343), + [anon_sym_SEMI] = ACTIONS(4345), + [anon_sym_get] = ACTIONS(4343), + [anon_sym_set] = ACTIONS(4343), + [anon_sym_STAR] = ACTIONS(4343), + [anon_sym_DASH_GT] = ACTIONS(4345), + [sym_label] = ACTIONS(4345), + [anon_sym_in] = ACTIONS(4343), + [anon_sym_while] = ACTIONS(4343), + [anon_sym_DOT_DOT] = ACTIONS(4345), + [anon_sym_QMARK_COLON] = ACTIONS(4345), + [anon_sym_AMP_AMP] = ACTIONS(4345), + [anon_sym_PIPE_PIPE] = ACTIONS(4345), + [anon_sym_else] = ACTIONS(4343), + [anon_sym_COLON_COLON] = ACTIONS(4345), + [anon_sym_PLUS_EQ] = ACTIONS(4345), + [anon_sym_DASH_EQ] = ACTIONS(4345), + [anon_sym_STAR_EQ] = ACTIONS(4345), + [anon_sym_SLASH_EQ] = ACTIONS(4345), + [anon_sym_PERCENT_EQ] = ACTIONS(4345), + [anon_sym_BANG_EQ] = ACTIONS(4343), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4345), + [anon_sym_EQ_EQ] = ACTIONS(4343), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4345), + [anon_sym_LT_EQ] = ACTIONS(4345), + [anon_sym_GT_EQ] = ACTIONS(4345), + [anon_sym_BANGin] = ACTIONS(4345), + [anon_sym_is] = ACTIONS(4343), + [anon_sym_BANGis] = ACTIONS(4345), + [anon_sym_PLUS] = ACTIONS(4343), + [anon_sym_DASH] = ACTIONS(4343), + [anon_sym_SLASH] = ACTIONS(4343), + [anon_sym_PERCENT] = ACTIONS(4343), + [anon_sym_as_QMARK] = ACTIONS(4345), + [anon_sym_PLUS_PLUS] = ACTIONS(4345), + [anon_sym_DASH_DASH] = ACTIONS(4345), + [anon_sym_BANG_BANG] = ACTIONS(4345), + [anon_sym_suspend] = ACTIONS(4343), + [anon_sym_sealed] = ACTIONS(4343), + [anon_sym_annotation] = ACTIONS(4343), + [anon_sym_data] = ACTIONS(4343), + [anon_sym_inner] = ACTIONS(4343), + [anon_sym_value] = ACTIONS(4343), + [anon_sym_override] = ACTIONS(4343), + [anon_sym_lateinit] = ACTIONS(4343), + [anon_sym_public] = ACTIONS(4343), + [anon_sym_private] = ACTIONS(4343), + [anon_sym_internal] = ACTIONS(4343), + [anon_sym_protected] = ACTIONS(4343), + [anon_sym_tailrec] = ACTIONS(4343), + [anon_sym_operator] = ACTIONS(4343), + [anon_sym_infix] = ACTIONS(4343), + [anon_sym_inline] = ACTIONS(4343), + [anon_sym_external] = ACTIONS(4343), + [sym_property_modifier] = ACTIONS(4343), + [anon_sym_abstract] = ACTIONS(4343), + [anon_sym_final] = ACTIONS(4343), + [anon_sym_open] = ACTIONS(4343), + [anon_sym_vararg] = ACTIONS(4343), + [anon_sym_noinline] = ACTIONS(4343), + [anon_sym_crossinline] = ACTIONS(4343), + [anon_sym_expect] = ACTIONS(4343), + [anon_sym_actual] = ACTIONS(4343), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4345), + [sym_safe_nav] = ACTIONS(4345), + [sym_multiline_comment] = ACTIONS(3), + }, + [3530] = { + [sym__alpha_identifier] = ACTIONS(5056), + [anon_sym_AT] = ACTIONS(5058), + [anon_sym_LBRACK] = ACTIONS(5058), + [anon_sym_RBRACK] = ACTIONS(5058), + [anon_sym_as] = ACTIONS(5056), + [anon_sym_EQ] = ACTIONS(5056), + [anon_sym_LBRACE] = ACTIONS(5058), + [anon_sym_RBRACE] = ACTIONS(5058), + [anon_sym_LPAREN] = ACTIONS(5058), + [anon_sym_COMMA] = ACTIONS(5058), + [anon_sym_RPAREN] = ACTIONS(5058), + [anon_sym_LT] = ACTIONS(5056), + [anon_sym_GT] = ACTIONS(5056), + [anon_sym_where] = ACTIONS(5056), + [anon_sym_DOT] = ACTIONS(5056), + [anon_sym_SEMI] = ACTIONS(5058), + [anon_sym_get] = ACTIONS(5056), + [anon_sym_set] = ACTIONS(5056), + [anon_sym_STAR] = ACTIONS(5056), + [anon_sym_DASH_GT] = ACTIONS(5058), + [sym_label] = ACTIONS(5058), + [anon_sym_in] = ACTIONS(5056), + [anon_sym_while] = ACTIONS(5056), + [anon_sym_DOT_DOT] = ACTIONS(5058), + [anon_sym_QMARK_COLON] = ACTIONS(5058), + [anon_sym_AMP_AMP] = ACTIONS(5058), + [anon_sym_PIPE_PIPE] = ACTIONS(5058), + [anon_sym_else] = ACTIONS(5056), + [anon_sym_COLON_COLON] = ACTIONS(5058), + [anon_sym_PLUS_EQ] = ACTIONS(5058), + [anon_sym_DASH_EQ] = ACTIONS(5058), + [anon_sym_STAR_EQ] = ACTIONS(5058), + [anon_sym_SLASH_EQ] = ACTIONS(5058), + [anon_sym_PERCENT_EQ] = ACTIONS(5058), + [anon_sym_BANG_EQ] = ACTIONS(5056), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5058), + [anon_sym_EQ_EQ] = ACTIONS(5056), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5058), + [anon_sym_LT_EQ] = ACTIONS(5058), + [anon_sym_GT_EQ] = ACTIONS(5058), + [anon_sym_BANGin] = ACTIONS(5058), + [anon_sym_is] = ACTIONS(5056), + [anon_sym_BANGis] = ACTIONS(5058), + [anon_sym_PLUS] = ACTIONS(5056), + [anon_sym_DASH] = ACTIONS(5056), + [anon_sym_SLASH] = ACTIONS(5056), + [anon_sym_PERCENT] = ACTIONS(5056), + [anon_sym_as_QMARK] = ACTIONS(5058), + [anon_sym_PLUS_PLUS] = ACTIONS(5058), + [anon_sym_DASH_DASH] = ACTIONS(5058), + [anon_sym_BANG_BANG] = ACTIONS(5058), + [anon_sym_suspend] = ACTIONS(5056), + [anon_sym_sealed] = ACTIONS(5056), + [anon_sym_annotation] = ACTIONS(5056), + [anon_sym_data] = ACTIONS(5056), + [anon_sym_inner] = ACTIONS(5056), + [anon_sym_value] = ACTIONS(5056), + [anon_sym_override] = ACTIONS(5056), + [anon_sym_lateinit] = ACTIONS(5056), + [anon_sym_public] = ACTIONS(5056), + [anon_sym_private] = ACTIONS(5056), + [anon_sym_internal] = ACTIONS(5056), + [anon_sym_protected] = ACTIONS(5056), + [anon_sym_tailrec] = ACTIONS(5056), + [anon_sym_operator] = ACTIONS(5056), + [anon_sym_infix] = ACTIONS(5056), + [anon_sym_inline] = ACTIONS(5056), + [anon_sym_external] = ACTIONS(5056), + [sym_property_modifier] = ACTIONS(5056), + [anon_sym_abstract] = ACTIONS(5056), + [anon_sym_final] = ACTIONS(5056), + [anon_sym_open] = ACTIONS(5056), + [anon_sym_vararg] = ACTIONS(5056), + [anon_sym_noinline] = ACTIONS(5056), + [anon_sym_crossinline] = ACTIONS(5056), + [anon_sym_expect] = ACTIONS(5056), + [anon_sym_actual] = ACTIONS(5056), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5058), + [sym_safe_nav] = ACTIONS(5058), + [sym_multiline_comment] = ACTIONS(3), + }, + [3531] = { + [sym_type_arguments] = STATE(3745), + [sym__alpha_identifier] = ACTIONS(4169), + [anon_sym_AT] = ACTIONS(4171), + [anon_sym_LBRACK] = ACTIONS(4171), + [anon_sym_typealias] = ACTIONS(4169), + [anon_sym_class] = ACTIONS(4169), + [anon_sym_interface] = ACTIONS(4169), + [anon_sym_enum] = ACTIONS(4169), + [anon_sym_LBRACE] = ACTIONS(4171), + [anon_sym_LPAREN] = ACTIONS(4171), + [anon_sym_val] = ACTIONS(4169), + [anon_sym_var] = ACTIONS(4169), + [anon_sym_LT] = ACTIONS(6897), + [anon_sym_object] = ACTIONS(4169), + [anon_sym_fun] = ACTIONS(4169), + [anon_sym_DOT] = ACTIONS(4169), + [anon_sym_get] = ACTIONS(4169), + [anon_sym_set] = ACTIONS(4169), + [anon_sym_this] = ACTIONS(4169), + [anon_sym_super] = ACTIONS(4169), + [anon_sym_STAR] = ACTIONS(4171), + [sym_label] = ACTIONS(4169), + [anon_sym_for] = ACTIONS(4169), + [anon_sym_while] = ACTIONS(4169), + [anon_sym_do] = ACTIONS(4169), + [anon_sym_null] = ACTIONS(4169), + [anon_sym_if] = ACTIONS(4169), + [anon_sym_when] = ACTIONS(4169), + [anon_sym_try] = ACTIONS(4169), + [anon_sym_throw] = ACTIONS(4169), + [anon_sym_return] = ACTIONS(4169), + [anon_sym_continue] = ACTIONS(4169), + [anon_sym_break] = ACTIONS(4169), + [anon_sym_COLON_COLON] = ACTIONS(4171), + [anon_sym_PLUS] = ACTIONS(4169), + [anon_sym_DASH] = ACTIONS(4169), + [anon_sym_PLUS_PLUS] = ACTIONS(4171), + [anon_sym_DASH_DASH] = ACTIONS(4171), + [anon_sym_BANG] = ACTIONS(4171), + [anon_sym_suspend] = ACTIONS(4169), + [anon_sym_sealed] = ACTIONS(4169), + [anon_sym_annotation] = ACTIONS(4169), + [anon_sym_data] = ACTIONS(4169), + [anon_sym_inner] = ACTIONS(4169), + [anon_sym_value] = ACTIONS(4169), + [anon_sym_override] = ACTIONS(4169), + [anon_sym_lateinit] = ACTIONS(4169), + [anon_sym_public] = ACTIONS(4169), + [anon_sym_private] = ACTIONS(4169), + [anon_sym_internal] = ACTIONS(4169), + [anon_sym_protected] = ACTIONS(4169), + [anon_sym_tailrec] = ACTIONS(4169), + [anon_sym_operator] = ACTIONS(4169), + [anon_sym_infix] = ACTIONS(4169), + [anon_sym_inline] = ACTIONS(4169), + [anon_sym_external] = ACTIONS(4169), + [sym_property_modifier] = ACTIONS(4169), + [anon_sym_abstract] = ACTIONS(4169), + [anon_sym_final] = ACTIONS(4169), + [anon_sym_open] = ACTIONS(4169), + [anon_sym_vararg] = ACTIONS(4169), + [anon_sym_noinline] = ACTIONS(4169), + [anon_sym_crossinline] = ACTIONS(4169), + [anon_sym_expect] = ACTIONS(4169), + [anon_sym_actual] = ACTIONS(4169), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4171), + [anon_sym_continue_AT] = ACTIONS(4171), + [anon_sym_break_AT] = ACTIONS(4171), + [anon_sym_this_AT] = ACTIONS(4171), + [anon_sym_super_AT] = ACTIONS(4171), + [sym_real_literal] = ACTIONS(4171), + [sym_integer_literal] = ACTIONS(4169), + [sym_hex_literal] = ACTIONS(4171), + [sym_bin_literal] = ACTIONS(4171), + [anon_sym_true] = ACTIONS(4169), + [anon_sym_false] = ACTIONS(4169), + [anon_sym_SQUOTE] = ACTIONS(4171), + [sym__backtick_identifier] = ACTIONS(4171), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4171), + }, + [3532] = { + [sym__alpha_identifier] = ACTIONS(4677), + [anon_sym_AT] = ACTIONS(4679), + [anon_sym_LBRACK] = ACTIONS(4679), + [anon_sym_RBRACK] = ACTIONS(4679), + [anon_sym_as] = ACTIONS(4677), + [anon_sym_EQ] = ACTIONS(4677), + [anon_sym_LBRACE] = ACTIONS(4679), + [anon_sym_RBRACE] = ACTIONS(4679), + [anon_sym_LPAREN] = ACTIONS(4679), + [anon_sym_COMMA] = ACTIONS(4679), + [anon_sym_RPAREN] = ACTIONS(4679), + [anon_sym_LT] = ACTIONS(4677), + [anon_sym_GT] = ACTIONS(4677), + [anon_sym_where] = ACTIONS(4677), + [anon_sym_DOT] = ACTIONS(4677), + [anon_sym_SEMI] = ACTIONS(4679), + [anon_sym_get] = ACTIONS(4677), + [anon_sym_set] = ACTIONS(4677), + [anon_sym_STAR] = ACTIONS(4677), + [anon_sym_DASH_GT] = ACTIONS(4679), + [sym_label] = ACTIONS(4679), + [anon_sym_in] = ACTIONS(4677), + [anon_sym_while] = ACTIONS(4677), + [anon_sym_DOT_DOT] = ACTIONS(4679), + [anon_sym_QMARK_COLON] = ACTIONS(4679), + [anon_sym_AMP_AMP] = ACTIONS(4679), + [anon_sym_PIPE_PIPE] = ACTIONS(4679), + [anon_sym_else] = ACTIONS(4677), + [anon_sym_COLON_COLON] = ACTIONS(4679), + [anon_sym_PLUS_EQ] = ACTIONS(4679), + [anon_sym_DASH_EQ] = ACTIONS(4679), + [anon_sym_STAR_EQ] = ACTIONS(4679), + [anon_sym_SLASH_EQ] = ACTIONS(4679), + [anon_sym_PERCENT_EQ] = ACTIONS(4679), + [anon_sym_BANG_EQ] = ACTIONS(4677), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4679), + [anon_sym_EQ_EQ] = ACTIONS(4677), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4679), + [anon_sym_LT_EQ] = ACTIONS(4679), + [anon_sym_GT_EQ] = ACTIONS(4679), + [anon_sym_BANGin] = ACTIONS(4679), + [anon_sym_is] = ACTIONS(4677), + [anon_sym_BANGis] = ACTIONS(4679), + [anon_sym_PLUS] = ACTIONS(4677), + [anon_sym_DASH] = ACTIONS(4677), + [anon_sym_SLASH] = ACTIONS(4677), + [anon_sym_PERCENT] = ACTIONS(4677), + [anon_sym_as_QMARK] = ACTIONS(4679), + [anon_sym_PLUS_PLUS] = ACTIONS(4679), + [anon_sym_DASH_DASH] = ACTIONS(4679), + [anon_sym_BANG_BANG] = ACTIONS(4679), + [anon_sym_suspend] = ACTIONS(4677), + [anon_sym_sealed] = ACTIONS(4677), + [anon_sym_annotation] = ACTIONS(4677), + [anon_sym_data] = ACTIONS(4677), + [anon_sym_inner] = ACTIONS(4677), + [anon_sym_value] = ACTIONS(4677), + [anon_sym_override] = ACTIONS(4677), + [anon_sym_lateinit] = ACTIONS(4677), + [anon_sym_public] = ACTIONS(4677), + [anon_sym_private] = ACTIONS(4677), + [anon_sym_internal] = ACTIONS(4677), + [anon_sym_protected] = ACTIONS(4677), + [anon_sym_tailrec] = ACTIONS(4677), + [anon_sym_operator] = ACTIONS(4677), + [anon_sym_infix] = ACTIONS(4677), + [anon_sym_inline] = ACTIONS(4677), + [anon_sym_external] = ACTIONS(4677), + [sym_property_modifier] = ACTIONS(4677), + [anon_sym_abstract] = ACTIONS(4677), + [anon_sym_final] = ACTIONS(4677), + [anon_sym_open] = ACTIONS(4677), + [anon_sym_vararg] = ACTIONS(4677), + [anon_sym_noinline] = ACTIONS(4677), + [anon_sym_crossinline] = ACTIONS(4677), + [anon_sym_expect] = ACTIONS(4677), + [anon_sym_actual] = ACTIONS(4677), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4679), + [sym_safe_nav] = ACTIONS(4679), + [sym_multiline_comment] = ACTIONS(3), + }, + [3533] = { + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(1734), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_RBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_get] = ACTIONS(1732), + [anon_sym_set] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1732), + [anon_sym_DASH_GT] = ACTIONS(1734), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_while] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_suspend] = ACTIONS(1732), + [anon_sym_sealed] = ACTIONS(1732), + [anon_sym_annotation] = ACTIONS(1732), + [anon_sym_data] = ACTIONS(1732), + [anon_sym_inner] = ACTIONS(1732), + [anon_sym_value] = ACTIONS(1732), + [anon_sym_override] = ACTIONS(1732), + [anon_sym_lateinit] = ACTIONS(1732), + [anon_sym_public] = ACTIONS(1732), + [anon_sym_private] = ACTIONS(1732), + [anon_sym_internal] = ACTIONS(1732), + [anon_sym_protected] = ACTIONS(1732), + [anon_sym_tailrec] = ACTIONS(1732), + [anon_sym_operator] = ACTIONS(1732), + [anon_sym_infix] = ACTIONS(1732), + [anon_sym_inline] = ACTIONS(1732), + [anon_sym_external] = ACTIONS(1732), + [sym_property_modifier] = ACTIONS(1732), + [anon_sym_abstract] = ACTIONS(1732), + [anon_sym_final] = ACTIONS(1732), + [anon_sym_open] = ACTIONS(1732), + [anon_sym_vararg] = ACTIONS(1732), + [anon_sym_noinline] = ACTIONS(1732), + [anon_sym_crossinline] = ACTIONS(1732), + [anon_sym_expect] = ACTIONS(1732), + [anon_sym_actual] = ACTIONS(1732), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), + [sym_multiline_comment] = ACTIONS(3), + }, + [3534] = { + [sym__alpha_identifier] = ACTIONS(4458), + [anon_sym_AT] = ACTIONS(4460), + [anon_sym_LBRACK] = ACTIONS(4460), + [anon_sym_RBRACK] = ACTIONS(4460), + [anon_sym_as] = ACTIONS(4458), + [anon_sym_EQ] = ACTIONS(4458), + [anon_sym_LBRACE] = ACTIONS(4460), + [anon_sym_RBRACE] = ACTIONS(4460), + [anon_sym_LPAREN] = ACTIONS(4460), + [anon_sym_COMMA] = ACTIONS(4460), + [anon_sym_RPAREN] = ACTIONS(4460), + [anon_sym_LT] = ACTIONS(4458), + [anon_sym_GT] = ACTIONS(4458), + [anon_sym_where] = ACTIONS(4458), + [anon_sym_DOT] = ACTIONS(4458), + [anon_sym_SEMI] = ACTIONS(4460), + [anon_sym_get] = ACTIONS(4458), + [anon_sym_set] = ACTIONS(4458), + [anon_sym_STAR] = ACTIONS(4458), + [anon_sym_DASH_GT] = ACTIONS(4460), + [sym_label] = ACTIONS(4460), + [anon_sym_in] = ACTIONS(4458), + [anon_sym_while] = ACTIONS(4458), + [anon_sym_DOT_DOT] = ACTIONS(4460), + [anon_sym_QMARK_COLON] = ACTIONS(4460), + [anon_sym_AMP_AMP] = ACTIONS(4460), + [anon_sym_PIPE_PIPE] = ACTIONS(4460), + [anon_sym_else] = ACTIONS(4458), + [anon_sym_COLON_COLON] = ACTIONS(4460), + [anon_sym_PLUS_EQ] = ACTIONS(4460), + [anon_sym_DASH_EQ] = ACTIONS(4460), + [anon_sym_STAR_EQ] = ACTIONS(4460), + [anon_sym_SLASH_EQ] = ACTIONS(4460), + [anon_sym_PERCENT_EQ] = ACTIONS(4460), + [anon_sym_BANG_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4460), + [anon_sym_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4460), + [anon_sym_LT_EQ] = ACTIONS(4460), + [anon_sym_GT_EQ] = ACTIONS(4460), + [anon_sym_BANGin] = ACTIONS(4460), + [anon_sym_is] = ACTIONS(4458), + [anon_sym_BANGis] = ACTIONS(4460), + [anon_sym_PLUS] = ACTIONS(4458), + [anon_sym_DASH] = ACTIONS(4458), + [anon_sym_SLASH] = ACTIONS(4458), + [anon_sym_PERCENT] = ACTIONS(4458), + [anon_sym_as_QMARK] = ACTIONS(4460), + [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(4460), + [anon_sym_BANG_BANG] = ACTIONS(4460), + [anon_sym_suspend] = ACTIONS(4458), + [anon_sym_sealed] = ACTIONS(4458), + [anon_sym_annotation] = ACTIONS(4458), + [anon_sym_data] = ACTIONS(4458), + [anon_sym_inner] = ACTIONS(4458), + [anon_sym_value] = ACTIONS(4458), + [anon_sym_override] = ACTIONS(4458), + [anon_sym_lateinit] = ACTIONS(4458), + [anon_sym_public] = ACTIONS(4458), + [anon_sym_private] = ACTIONS(4458), + [anon_sym_internal] = ACTIONS(4458), + [anon_sym_protected] = ACTIONS(4458), + [anon_sym_tailrec] = ACTIONS(4458), + [anon_sym_operator] = ACTIONS(4458), + [anon_sym_infix] = ACTIONS(4458), + [anon_sym_inline] = ACTIONS(4458), + [anon_sym_external] = ACTIONS(4458), + [sym_property_modifier] = ACTIONS(4458), + [anon_sym_abstract] = ACTIONS(4458), + [anon_sym_final] = ACTIONS(4458), + [anon_sym_open] = ACTIONS(4458), + [anon_sym_vararg] = ACTIONS(4458), + [anon_sym_noinline] = ACTIONS(4458), + [anon_sym_crossinline] = ACTIONS(4458), + [anon_sym_expect] = ACTIONS(4458), + [anon_sym_actual] = ACTIONS(4458), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4460), + [sym_safe_nav] = ACTIONS(4460), + [sym_multiline_comment] = ACTIONS(3), + }, + [3535] = { + [sym__alpha_identifier] = ACTIONS(4617), + [anon_sym_AT] = ACTIONS(4619), + [anon_sym_LBRACK] = ACTIONS(4619), + [anon_sym_EQ] = ACTIONS(4619), + [anon_sym_LBRACE] = ACTIONS(4619), + [anon_sym_RBRACE] = ACTIONS(4619), + [anon_sym_LPAREN] = ACTIONS(4619), + [anon_sym_COMMA] = ACTIONS(4619), + [anon_sym_by] = ACTIONS(4617), + [anon_sym_where] = ACTIONS(4617), + [anon_sym_object] = ACTIONS(4617), + [anon_sym_fun] = 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(4619), + [sym_label] = ACTIONS(4617), + [anon_sym_in] = ACTIONS(4617), + [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_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_PLUS_PLUS] = ACTIONS(4619), + [anon_sym_DASH_DASH] = ACTIONS(4619), + [anon_sym_BANG] = ACTIONS(4617), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4619), + [anon_sym_super_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_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4619), + }, + [3536] = { + [sym__alpha_identifier] = ACTIONS(4946), + [anon_sym_AT] = ACTIONS(4948), + [anon_sym_LBRACK] = ACTIONS(4948), + [anon_sym_RBRACK] = ACTIONS(4948), + [anon_sym_as] = ACTIONS(4946), + [anon_sym_EQ] = ACTIONS(4946), + [anon_sym_LBRACE] = ACTIONS(4948), + [anon_sym_RBRACE] = ACTIONS(4948), + [anon_sym_LPAREN] = ACTIONS(4948), + [anon_sym_COMMA] = ACTIONS(4948), + [anon_sym_RPAREN] = ACTIONS(4948), + [anon_sym_LT] = ACTIONS(4946), + [anon_sym_GT] = ACTIONS(4946), + [anon_sym_where] = ACTIONS(4946), + [anon_sym_DOT] = ACTIONS(4946), + [anon_sym_SEMI] = ACTIONS(4948), + [anon_sym_get] = ACTIONS(4946), + [anon_sym_set] = ACTIONS(4946), + [anon_sym_STAR] = ACTIONS(4946), + [anon_sym_DASH_GT] = ACTIONS(4948), + [sym_label] = ACTIONS(4948), + [anon_sym_in] = ACTIONS(4946), + [anon_sym_while] = ACTIONS(4946), + [anon_sym_DOT_DOT] = ACTIONS(4948), + [anon_sym_QMARK_COLON] = ACTIONS(4948), + [anon_sym_AMP_AMP] = ACTIONS(4948), + [anon_sym_PIPE_PIPE] = ACTIONS(4948), + [anon_sym_else] = ACTIONS(4946), + [anon_sym_COLON_COLON] = ACTIONS(4948), + [anon_sym_PLUS_EQ] = ACTIONS(4948), + [anon_sym_DASH_EQ] = ACTIONS(4948), + [anon_sym_STAR_EQ] = ACTIONS(4948), + [anon_sym_SLASH_EQ] = ACTIONS(4948), + [anon_sym_PERCENT_EQ] = ACTIONS(4948), + [anon_sym_BANG_EQ] = ACTIONS(4946), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4948), + [anon_sym_EQ_EQ] = ACTIONS(4946), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4948), + [anon_sym_LT_EQ] = ACTIONS(4948), + [anon_sym_GT_EQ] = ACTIONS(4948), + [anon_sym_BANGin] = ACTIONS(4948), + [anon_sym_is] = ACTIONS(4946), + [anon_sym_BANGis] = ACTIONS(4948), + [anon_sym_PLUS] = ACTIONS(4946), + [anon_sym_DASH] = ACTIONS(4946), + [anon_sym_SLASH] = ACTIONS(4946), + [anon_sym_PERCENT] = ACTIONS(4946), + [anon_sym_as_QMARK] = ACTIONS(4948), + [anon_sym_PLUS_PLUS] = ACTIONS(4948), + [anon_sym_DASH_DASH] = ACTIONS(4948), + [anon_sym_BANG_BANG] = ACTIONS(4948), + [anon_sym_suspend] = ACTIONS(4946), + [anon_sym_sealed] = ACTIONS(4946), + [anon_sym_annotation] = ACTIONS(4946), + [anon_sym_data] = ACTIONS(4946), + [anon_sym_inner] = ACTIONS(4946), + [anon_sym_value] = ACTIONS(4946), + [anon_sym_override] = ACTIONS(4946), + [anon_sym_lateinit] = ACTIONS(4946), + [anon_sym_public] = ACTIONS(4946), + [anon_sym_private] = ACTIONS(4946), + [anon_sym_internal] = ACTIONS(4946), + [anon_sym_protected] = ACTIONS(4946), + [anon_sym_tailrec] = ACTIONS(4946), + [anon_sym_operator] = ACTIONS(4946), + [anon_sym_infix] = ACTIONS(4946), + [anon_sym_inline] = ACTIONS(4946), + [anon_sym_external] = ACTIONS(4946), + [sym_property_modifier] = ACTIONS(4946), + [anon_sym_abstract] = ACTIONS(4946), + [anon_sym_final] = ACTIONS(4946), + [anon_sym_open] = ACTIONS(4946), + [anon_sym_vararg] = ACTIONS(4946), + [anon_sym_noinline] = ACTIONS(4946), + [anon_sym_crossinline] = ACTIONS(4946), + [anon_sym_expect] = ACTIONS(4946), + [anon_sym_actual] = ACTIONS(4946), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4948), + [sym_safe_nav] = ACTIONS(4948), + [sym_multiline_comment] = ACTIONS(3), + }, + [3537] = { + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_RBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(4245), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_RPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [anon_sym_DASH_GT] = ACTIONS(4245), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_while] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), }, - [3556] = { - [aux_sym_nullable_type_repeat1] = STATE(3556), - [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(4222), - [anon_sym_SEMI] = ACTIONS(4224), - [anon_sym_get] = ACTIONS(4222), - [anon_sym_set] = ACTIONS(4222), - [sym__quest] = ACTIONS(6907), - [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_value] = 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), + [3538] = { + [sym__alpha_identifier] = ACTIONS(4938), + [anon_sym_AT] = ACTIONS(4940), + [anon_sym_LBRACK] = ACTIONS(4940), + [anon_sym_RBRACK] = ACTIONS(4940), + [anon_sym_as] = ACTIONS(4938), + [anon_sym_EQ] = ACTIONS(4938), + [anon_sym_LBRACE] = ACTIONS(4940), + [anon_sym_RBRACE] = ACTIONS(4940), + [anon_sym_LPAREN] = ACTIONS(4940), + [anon_sym_COMMA] = ACTIONS(4940), + [anon_sym_RPAREN] = ACTIONS(4940), + [anon_sym_LT] = ACTIONS(4938), + [anon_sym_GT] = ACTIONS(4938), + [anon_sym_where] = ACTIONS(4938), + [anon_sym_DOT] = ACTIONS(4938), + [anon_sym_SEMI] = ACTIONS(4940), + [anon_sym_get] = ACTIONS(4938), + [anon_sym_set] = ACTIONS(4938), + [anon_sym_STAR] = ACTIONS(4938), + [anon_sym_DASH_GT] = ACTIONS(4940), + [sym_label] = ACTIONS(4940), + [anon_sym_in] = ACTIONS(4938), + [anon_sym_while] = ACTIONS(4938), + [anon_sym_DOT_DOT] = ACTIONS(4940), + [anon_sym_QMARK_COLON] = ACTIONS(4940), + [anon_sym_AMP_AMP] = ACTIONS(4940), + [anon_sym_PIPE_PIPE] = ACTIONS(4940), + [anon_sym_else] = ACTIONS(4938), + [anon_sym_COLON_COLON] = ACTIONS(4940), + [anon_sym_PLUS_EQ] = ACTIONS(4940), + [anon_sym_DASH_EQ] = ACTIONS(4940), + [anon_sym_STAR_EQ] = ACTIONS(4940), + [anon_sym_SLASH_EQ] = ACTIONS(4940), + [anon_sym_PERCENT_EQ] = ACTIONS(4940), + [anon_sym_BANG_EQ] = ACTIONS(4938), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4940), + [anon_sym_EQ_EQ] = ACTIONS(4938), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4940), + [anon_sym_LT_EQ] = ACTIONS(4940), + [anon_sym_GT_EQ] = ACTIONS(4940), + [anon_sym_BANGin] = ACTIONS(4940), + [anon_sym_is] = ACTIONS(4938), + [anon_sym_BANGis] = ACTIONS(4940), + [anon_sym_PLUS] = ACTIONS(4938), + [anon_sym_DASH] = ACTIONS(4938), + [anon_sym_SLASH] = ACTIONS(4938), + [anon_sym_PERCENT] = ACTIONS(4938), + [anon_sym_as_QMARK] = ACTIONS(4940), + [anon_sym_PLUS_PLUS] = ACTIONS(4940), + [anon_sym_DASH_DASH] = ACTIONS(4940), + [anon_sym_BANG_BANG] = ACTIONS(4940), + [anon_sym_suspend] = ACTIONS(4938), + [anon_sym_sealed] = ACTIONS(4938), + [anon_sym_annotation] = ACTIONS(4938), + [anon_sym_data] = ACTIONS(4938), + [anon_sym_inner] = ACTIONS(4938), + [anon_sym_value] = ACTIONS(4938), + [anon_sym_override] = ACTIONS(4938), + [anon_sym_lateinit] = ACTIONS(4938), + [anon_sym_public] = ACTIONS(4938), + [anon_sym_private] = ACTIONS(4938), + [anon_sym_internal] = ACTIONS(4938), + [anon_sym_protected] = ACTIONS(4938), + [anon_sym_tailrec] = ACTIONS(4938), + [anon_sym_operator] = ACTIONS(4938), + [anon_sym_infix] = ACTIONS(4938), + [anon_sym_inline] = ACTIONS(4938), + [anon_sym_external] = ACTIONS(4938), + [sym_property_modifier] = ACTIONS(4938), + [anon_sym_abstract] = ACTIONS(4938), + [anon_sym_final] = ACTIONS(4938), + [anon_sym_open] = ACTIONS(4938), + [anon_sym_vararg] = ACTIONS(4938), + [anon_sym_noinline] = ACTIONS(4938), + [anon_sym_crossinline] = ACTIONS(4938), + [anon_sym_expect] = ACTIONS(4938), + [anon_sym_actual] = ACTIONS(4938), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4940), + [sym_safe_nav] = ACTIONS(4940), [sym_multiline_comment] = ACTIONS(3), }, - [3557] = { - [sym__alpha_identifier] = ACTIONS(4451), - [anon_sym_AT] = ACTIONS(4453), - [anon_sym_LBRACK] = ACTIONS(4453), - [anon_sym_RBRACK] = ACTIONS(4453), - [anon_sym_as] = ACTIONS(4451), - [anon_sym_EQ] = ACTIONS(4451), - [anon_sym_LBRACE] = ACTIONS(4453), - [anon_sym_RBRACE] = ACTIONS(4453), - [anon_sym_LPAREN] = ACTIONS(4453), - [anon_sym_COMMA] = ACTIONS(4453), - [anon_sym_RPAREN] = ACTIONS(4453), - [anon_sym_LT] = ACTIONS(4451), - [anon_sym_GT] = ACTIONS(4451), - [anon_sym_where] = ACTIONS(4451), - [anon_sym_DOT] = ACTIONS(4451), - [anon_sym_SEMI] = ACTIONS(4453), - [anon_sym_get] = ACTIONS(4451), - [anon_sym_set] = ACTIONS(4451), - [anon_sym_STAR] = ACTIONS(4451), - [anon_sym_DASH_GT] = ACTIONS(4453), - [sym_label] = ACTIONS(4453), - [anon_sym_in] = ACTIONS(4451), - [anon_sym_while] = ACTIONS(4451), - [anon_sym_DOT_DOT] = ACTIONS(4453), - [anon_sym_QMARK_COLON] = ACTIONS(4453), - [anon_sym_AMP_AMP] = ACTIONS(4453), - [anon_sym_PIPE_PIPE] = ACTIONS(4453), - [anon_sym_else] = ACTIONS(4451), - [anon_sym_COLON_COLON] = ACTIONS(4453), - [anon_sym_PLUS_EQ] = ACTIONS(4453), - [anon_sym_DASH_EQ] = ACTIONS(4453), - [anon_sym_STAR_EQ] = ACTIONS(4453), - [anon_sym_SLASH_EQ] = ACTIONS(4453), - [anon_sym_PERCENT_EQ] = ACTIONS(4453), - [anon_sym_BANG_EQ] = ACTIONS(4451), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4453), - [anon_sym_EQ_EQ] = ACTIONS(4451), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4453), - [anon_sym_LT_EQ] = ACTIONS(4453), - [anon_sym_GT_EQ] = ACTIONS(4453), - [anon_sym_BANGin] = ACTIONS(4453), - [anon_sym_is] = ACTIONS(4451), - [anon_sym_BANGis] = ACTIONS(4453), - [anon_sym_PLUS] = ACTIONS(4451), - [anon_sym_DASH] = ACTIONS(4451), - [anon_sym_SLASH] = ACTIONS(4451), - [anon_sym_PERCENT] = ACTIONS(4451), - [anon_sym_as_QMARK] = ACTIONS(4453), - [anon_sym_PLUS_PLUS] = ACTIONS(4453), - [anon_sym_DASH_DASH] = ACTIONS(4453), - [anon_sym_BANG_BANG] = ACTIONS(4453), - [anon_sym_suspend] = ACTIONS(4451), - [anon_sym_sealed] = ACTIONS(4451), - [anon_sym_annotation] = ACTIONS(4451), - [anon_sym_data] = ACTIONS(4451), - [anon_sym_inner] = ACTIONS(4451), - [anon_sym_value] = ACTIONS(4451), - [anon_sym_override] = ACTIONS(4451), - [anon_sym_lateinit] = ACTIONS(4451), - [anon_sym_public] = ACTIONS(4451), - [anon_sym_private] = ACTIONS(4451), - [anon_sym_internal] = ACTIONS(4451), - [anon_sym_protected] = ACTIONS(4451), - [anon_sym_tailrec] = ACTIONS(4451), - [anon_sym_operator] = ACTIONS(4451), - [anon_sym_infix] = ACTIONS(4451), - [anon_sym_inline] = ACTIONS(4451), - [anon_sym_external] = ACTIONS(4451), - [sym_property_modifier] = ACTIONS(4451), - [anon_sym_abstract] = ACTIONS(4451), - [anon_sym_final] = ACTIONS(4451), - [anon_sym_open] = ACTIONS(4451), - [anon_sym_vararg] = ACTIONS(4451), - [anon_sym_noinline] = ACTIONS(4451), - [anon_sym_crossinline] = ACTIONS(4451), - [anon_sym_expect] = ACTIONS(4451), - [anon_sym_actual] = ACTIONS(4451), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4453), - [sym_safe_nav] = ACTIONS(4453), + [3539] = { + [sym__alpha_identifier] = ACTIONS(5157), + [anon_sym_AT] = ACTIONS(5159), + [anon_sym_LBRACK] = ACTIONS(5159), + [anon_sym_RBRACK] = ACTIONS(5159), + [anon_sym_as] = ACTIONS(5157), + [anon_sym_EQ] = ACTIONS(5157), + [anon_sym_LBRACE] = ACTIONS(5159), + [anon_sym_RBRACE] = ACTIONS(5159), + [anon_sym_LPAREN] = ACTIONS(5159), + [anon_sym_COMMA] = ACTIONS(5159), + [anon_sym_RPAREN] = ACTIONS(5159), + [anon_sym_LT] = ACTIONS(5157), + [anon_sym_GT] = ACTIONS(5157), + [anon_sym_where] = ACTIONS(5157), + [anon_sym_DOT] = ACTIONS(5157), + [anon_sym_SEMI] = ACTIONS(5159), + [anon_sym_get] = ACTIONS(5157), + [anon_sym_set] = ACTIONS(5157), + [anon_sym_STAR] = ACTIONS(5157), + [anon_sym_DASH_GT] = ACTIONS(5159), + [sym_label] = ACTIONS(5159), + [anon_sym_in] = ACTIONS(5157), + [anon_sym_while] = ACTIONS(5157), + [anon_sym_DOT_DOT] = ACTIONS(5159), + [anon_sym_QMARK_COLON] = ACTIONS(5159), + [anon_sym_AMP_AMP] = ACTIONS(5159), + [anon_sym_PIPE_PIPE] = ACTIONS(5159), + [anon_sym_else] = ACTIONS(5157), + [anon_sym_COLON_COLON] = ACTIONS(5159), + [anon_sym_PLUS_EQ] = ACTIONS(5159), + [anon_sym_DASH_EQ] = ACTIONS(5159), + [anon_sym_STAR_EQ] = ACTIONS(5159), + [anon_sym_SLASH_EQ] = ACTIONS(5159), + [anon_sym_PERCENT_EQ] = ACTIONS(5159), + [anon_sym_BANG_EQ] = ACTIONS(5157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5159), + [anon_sym_EQ_EQ] = ACTIONS(5157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5159), + [anon_sym_LT_EQ] = ACTIONS(5159), + [anon_sym_GT_EQ] = ACTIONS(5159), + [anon_sym_BANGin] = ACTIONS(5159), + [anon_sym_is] = ACTIONS(5157), + [anon_sym_BANGis] = ACTIONS(5159), + [anon_sym_PLUS] = ACTIONS(5157), + [anon_sym_DASH] = ACTIONS(5157), + [anon_sym_SLASH] = ACTIONS(5157), + [anon_sym_PERCENT] = ACTIONS(5157), + [anon_sym_as_QMARK] = ACTIONS(5159), + [anon_sym_PLUS_PLUS] = ACTIONS(5159), + [anon_sym_DASH_DASH] = ACTIONS(5159), + [anon_sym_BANG_BANG] = ACTIONS(5159), + [anon_sym_suspend] = ACTIONS(5157), + [anon_sym_sealed] = ACTIONS(5157), + [anon_sym_annotation] = ACTIONS(5157), + [anon_sym_data] = ACTIONS(5157), + [anon_sym_inner] = ACTIONS(5157), + [anon_sym_value] = ACTIONS(5157), + [anon_sym_override] = ACTIONS(5157), + [anon_sym_lateinit] = ACTIONS(5157), + [anon_sym_public] = ACTIONS(5157), + [anon_sym_private] = ACTIONS(5157), + [anon_sym_internal] = ACTIONS(5157), + [anon_sym_protected] = ACTIONS(5157), + [anon_sym_tailrec] = ACTIONS(5157), + [anon_sym_operator] = ACTIONS(5157), + [anon_sym_infix] = ACTIONS(5157), + [anon_sym_inline] = ACTIONS(5157), + [anon_sym_external] = ACTIONS(5157), + [sym_property_modifier] = ACTIONS(5157), + [anon_sym_abstract] = ACTIONS(5157), + [anon_sym_final] = ACTIONS(5157), + [anon_sym_open] = ACTIONS(5157), + [anon_sym_vararg] = ACTIONS(5157), + [anon_sym_noinline] = ACTIONS(5157), + [anon_sym_crossinline] = ACTIONS(5157), + [anon_sym_expect] = ACTIONS(5157), + [anon_sym_actual] = ACTIONS(5157), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5159), + [sym_safe_nav] = ACTIONS(5159), [sym_multiline_comment] = ACTIONS(3), }, - [3558] = { - [aux_sym_nullable_type_repeat1] = STATE(3597), - [sym__alpha_identifier] = ACTIONS(4204), - [anon_sym_AT] = ACTIONS(4206), - [anon_sym_LBRACK] = ACTIONS(4206), - [anon_sym_as] = ACTIONS(4204), - [anon_sym_EQ] = ACTIONS(4204), - [anon_sym_LBRACE] = ACTIONS(4206), - [anon_sym_RBRACE] = ACTIONS(4206), - [anon_sym_LPAREN] = ACTIONS(4206), - [anon_sym_COMMA] = ACTIONS(4206), - [anon_sym_by] = ACTIONS(4204), - [anon_sym_LT] = ACTIONS(4204), - [anon_sym_GT] = ACTIONS(4204), - [anon_sym_where] = ACTIONS(4204), - [anon_sym_DOT] = ACTIONS(4204), - [anon_sym_SEMI] = ACTIONS(4206), - [anon_sym_get] = ACTIONS(4204), - [anon_sym_set] = ACTIONS(4204), - [sym__quest] = ACTIONS(6835), - [anon_sym_STAR] = ACTIONS(4204), - [sym_label] = ACTIONS(4206), - [anon_sym_in] = ACTIONS(4204), - [anon_sym_DOT_DOT] = ACTIONS(4206), - [anon_sym_QMARK_COLON] = ACTIONS(4206), - [anon_sym_AMP_AMP] = ACTIONS(4206), - [anon_sym_PIPE_PIPE] = ACTIONS(4206), - [anon_sym_else] = ACTIONS(4204), - [anon_sym_COLON_COLON] = ACTIONS(4206), - [anon_sym_PLUS_EQ] = ACTIONS(4206), - [anon_sym_DASH_EQ] = ACTIONS(4206), - [anon_sym_STAR_EQ] = ACTIONS(4206), - [anon_sym_SLASH_EQ] = ACTIONS(4206), - [anon_sym_PERCENT_EQ] = ACTIONS(4206), - [anon_sym_BANG_EQ] = ACTIONS(4204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4206), - [anon_sym_EQ_EQ] = ACTIONS(4204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4206), - [anon_sym_LT_EQ] = ACTIONS(4206), - [anon_sym_GT_EQ] = ACTIONS(4206), - [anon_sym_BANGin] = ACTIONS(4206), - [anon_sym_is] = ACTIONS(4204), - [anon_sym_BANGis] = ACTIONS(4206), - [anon_sym_PLUS] = ACTIONS(4204), - [anon_sym_DASH] = ACTIONS(4204), - [anon_sym_SLASH] = ACTIONS(4204), - [anon_sym_PERCENT] = ACTIONS(4204), - [anon_sym_as_QMARK] = ACTIONS(4206), - [anon_sym_PLUS_PLUS] = ACTIONS(4206), - [anon_sym_DASH_DASH] = ACTIONS(4206), - [anon_sym_BANG_BANG] = ACTIONS(4206), - [anon_sym_suspend] = ACTIONS(4204), - [anon_sym_sealed] = ACTIONS(4204), - [anon_sym_annotation] = ACTIONS(4204), - [anon_sym_data] = ACTIONS(4204), - [anon_sym_inner] = ACTIONS(4204), - [anon_sym_value] = ACTIONS(4204), - [anon_sym_override] = ACTIONS(4204), - [anon_sym_lateinit] = ACTIONS(4204), - [anon_sym_public] = ACTIONS(4204), - [anon_sym_private] = ACTIONS(4204), - [anon_sym_internal] = ACTIONS(4204), - [anon_sym_protected] = ACTIONS(4204), - [anon_sym_tailrec] = ACTIONS(4204), - [anon_sym_operator] = ACTIONS(4204), - [anon_sym_infix] = ACTIONS(4204), - [anon_sym_inline] = ACTIONS(4204), - [anon_sym_external] = ACTIONS(4204), - [sym_property_modifier] = ACTIONS(4204), - [anon_sym_abstract] = ACTIONS(4204), - [anon_sym_final] = ACTIONS(4204), - [anon_sym_open] = ACTIONS(4204), - [anon_sym_vararg] = ACTIONS(4204), - [anon_sym_noinline] = ACTIONS(4204), - [anon_sym_crossinline] = ACTIONS(4204), - [anon_sym_expect] = ACTIONS(4204), - [anon_sym_actual] = ACTIONS(4204), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4206), - [sym__automatic_semicolon] = ACTIONS(4206), - [sym_safe_nav] = ACTIONS(4206), + [3540] = { + [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_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_value] = 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), }, - [3559] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4259), - [anon_sym_EQ] = ACTIONS(4259), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4262), - [anon_sym_LPAREN] = ACTIONS(6874), - [anon_sym_LT] = ACTIONS(4259), - [anon_sym_GT] = ACTIONS(4259), - [anon_sym_object] = ACTIONS(4259), - [anon_sym_fun] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4259), - [anon_sym_SEMI] = ACTIONS(4262), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4259), - [anon_sym_super] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4259), - [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(4259), - [anon_sym_if] = ACTIONS(4259), - [anon_sym_else] = ACTIONS(4259), - [anon_sym_when] = ACTIONS(4259), - [anon_sym_try] = ACTIONS(4259), - [anon_sym_throw] = ACTIONS(4259), - [anon_sym_return] = ACTIONS(4259), - [anon_sym_continue] = ACTIONS(4259), - [anon_sym_break] = ACTIONS(4259), - [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(4259), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), - [anon_sym_EQ_EQ] = ACTIONS(4259), - [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(4259), - [anon_sym_BANGis] = ACTIONS(4262), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4259), - [anon_sym_PERCENT] = ACTIONS(4259), - [anon_sym_as_QMARK] = ACTIONS(4262), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4259), - [anon_sym_BANG_BANG] = ACTIONS(4262), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4262), - [anon_sym_continue_AT] = ACTIONS(4262), - [anon_sym_break_AT] = ACTIONS(4262), - [anon_sym_this_AT] = ACTIONS(4262), - [anon_sym_super_AT] = ACTIONS(4262), - [sym_real_literal] = ACTIONS(4262), - [sym_integer_literal] = ACTIONS(4259), - [sym_hex_literal] = ACTIONS(4262), - [sym_bin_literal] = ACTIONS(4262), - [anon_sym_true] = ACTIONS(4259), - [anon_sym_false] = ACTIONS(4259), - [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), + [3541] = { + [sym__alpha_identifier] = ACTIONS(4886), + [anon_sym_AT] = ACTIONS(4888), + [anon_sym_LBRACK] = ACTIONS(4888), + [anon_sym_RBRACK] = ACTIONS(4888), + [anon_sym_as] = ACTIONS(4886), + [anon_sym_EQ] = ACTIONS(4886), + [anon_sym_LBRACE] = ACTIONS(4888), + [anon_sym_RBRACE] = ACTIONS(4888), + [anon_sym_LPAREN] = ACTIONS(4888), + [anon_sym_COMMA] = ACTIONS(4888), + [anon_sym_RPAREN] = ACTIONS(4888), + [anon_sym_LT] = ACTIONS(4886), + [anon_sym_GT] = ACTIONS(4886), + [anon_sym_where] = ACTIONS(4886), + [anon_sym_DOT] = ACTIONS(4886), + [anon_sym_SEMI] = ACTIONS(4888), + [anon_sym_get] = ACTIONS(4886), + [anon_sym_set] = ACTIONS(4886), + [anon_sym_STAR] = ACTIONS(4886), + [anon_sym_DASH_GT] = ACTIONS(4888), + [sym_label] = ACTIONS(4888), + [anon_sym_in] = ACTIONS(4886), + [anon_sym_while] = ACTIONS(4886), + [anon_sym_DOT_DOT] = ACTIONS(4888), + [anon_sym_QMARK_COLON] = ACTIONS(4888), + [anon_sym_AMP_AMP] = ACTIONS(4888), + [anon_sym_PIPE_PIPE] = ACTIONS(4888), + [anon_sym_else] = ACTIONS(4886), + [anon_sym_COLON_COLON] = ACTIONS(4888), + [anon_sym_PLUS_EQ] = ACTIONS(4888), + [anon_sym_DASH_EQ] = ACTIONS(4888), + [anon_sym_STAR_EQ] = ACTIONS(4888), + [anon_sym_SLASH_EQ] = ACTIONS(4888), + [anon_sym_PERCENT_EQ] = ACTIONS(4888), + [anon_sym_BANG_EQ] = ACTIONS(4886), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4888), + [anon_sym_EQ_EQ] = ACTIONS(4886), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4888), + [anon_sym_LT_EQ] = ACTIONS(4888), + [anon_sym_GT_EQ] = ACTIONS(4888), + [anon_sym_BANGin] = ACTIONS(4888), + [anon_sym_is] = ACTIONS(4886), + [anon_sym_BANGis] = ACTIONS(4888), + [anon_sym_PLUS] = ACTIONS(4886), + [anon_sym_DASH] = ACTIONS(4886), + [anon_sym_SLASH] = ACTIONS(4886), + [anon_sym_PERCENT] = ACTIONS(4886), + [anon_sym_as_QMARK] = ACTIONS(4888), + [anon_sym_PLUS_PLUS] = ACTIONS(4888), + [anon_sym_DASH_DASH] = ACTIONS(4888), + [anon_sym_BANG_BANG] = ACTIONS(4888), + [anon_sym_suspend] = ACTIONS(4886), + [anon_sym_sealed] = ACTIONS(4886), + [anon_sym_annotation] = ACTIONS(4886), + [anon_sym_data] = ACTIONS(4886), + [anon_sym_inner] = ACTIONS(4886), + [anon_sym_value] = ACTIONS(4886), + [anon_sym_override] = ACTIONS(4886), + [anon_sym_lateinit] = ACTIONS(4886), + [anon_sym_public] = ACTIONS(4886), + [anon_sym_private] = ACTIONS(4886), + [anon_sym_internal] = ACTIONS(4886), + [anon_sym_protected] = ACTIONS(4886), + [anon_sym_tailrec] = ACTIONS(4886), + [anon_sym_operator] = ACTIONS(4886), + [anon_sym_infix] = ACTIONS(4886), + [anon_sym_inline] = ACTIONS(4886), + [anon_sym_external] = ACTIONS(4886), + [sym_property_modifier] = ACTIONS(4886), + [anon_sym_abstract] = ACTIONS(4886), + [anon_sym_final] = ACTIONS(4886), + [anon_sym_open] = ACTIONS(4886), + [anon_sym_vararg] = ACTIONS(4886), + [anon_sym_noinline] = ACTIONS(4886), + [anon_sym_crossinline] = ACTIONS(4886), + [anon_sym_expect] = ACTIONS(4886), + [anon_sym_actual] = ACTIONS(4886), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4888), + [sym_safe_nav] = ACTIONS(4888), + [sym_multiline_comment] = ACTIONS(3), }, - [3560] = { + [3542] = { [sym__alpha_identifier] = ACTIONS(4281), [anon_sym_AT] = ACTIONS(4284), [anon_sym_LBRACK] = ACTIONS(4284), @@ -409074,7 +407544,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ] = ACTIONS(4281), [anon_sym_LBRACE] = ACTIONS(4284), [anon_sym_RBRACE] = ACTIONS(4284), - [anon_sym_LPAREN] = ACTIONS(6878), + [anon_sym_LPAREN] = ACTIONS(6875), [anon_sym_LT] = ACTIONS(4281), [anon_sym_GT] = ACTIONS(4281), [anon_sym_object] = ACTIONS(4281), @@ -409149,627 +407619,224 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4284), }, - [3561] = { - [sym_type_constraints] = STATE(3868), - [sym_function_body] = STATE(3220), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_COLON] = ACTIONS(6910), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), - }, - [3562] = { - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_RBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3282), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [anon_sym_DASH_GT] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - }, - [3563] = { - [sym_type_constraints] = STATE(4020), - [sym_function_body] = STATE(3268), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_COLON] = ACTIONS(6912), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [3564] = { - [sym_type_constraints] = STATE(3857), - [sym_function_body] = STATE(3232), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_COLON] = ACTIONS(6914), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4137), - [anon_sym_fun] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_this] = ACTIONS(4137), - [anon_sym_super] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4139), - [sym_label] = ACTIONS(4137), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(4137), - [anon_sym_if] = ACTIONS(4137), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_when] = ACTIONS(4137), - [anon_sym_try] = ACTIONS(4137), - [anon_sym_throw] = ACTIONS(4137), - [anon_sym_return] = ACTIONS(4137), - [anon_sym_continue] = ACTIONS(4137), - [anon_sym_break] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4139), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4137), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4139), - [anon_sym_continue_AT] = ACTIONS(4139), - [anon_sym_break_AT] = ACTIONS(4139), - [anon_sym_this_AT] = ACTIONS(4139), - [anon_sym_super_AT] = ACTIONS(4139), - [sym_real_literal] = ACTIONS(4139), - [sym_integer_literal] = ACTIONS(4137), - [sym_hex_literal] = ACTIONS(4139), - [sym_bin_literal] = ACTIONS(4139), - [anon_sym_true] = ACTIONS(4137), - [anon_sym_false] = ACTIONS(4137), - [anon_sym_SQUOTE] = ACTIONS(4139), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4139), - }, - [3565] = { - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_RBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(4329), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_RPAREN] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(4327), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [anon_sym_DASH_GT] = ACTIONS(4329), - [sym_label] = ACTIONS(4329), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_while] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), + [3543] = { + [sym__alpha_identifier] = ACTIONS(4878), + [anon_sym_AT] = ACTIONS(4880), + [anon_sym_LBRACK] = ACTIONS(4880), + [anon_sym_RBRACK] = ACTIONS(4880), + [anon_sym_as] = ACTIONS(4878), + [anon_sym_EQ] = ACTIONS(4878), + [anon_sym_LBRACE] = ACTIONS(4880), + [anon_sym_RBRACE] = ACTIONS(4880), + [anon_sym_LPAREN] = ACTIONS(4880), + [anon_sym_COMMA] = ACTIONS(4880), + [anon_sym_RPAREN] = ACTIONS(4880), + [anon_sym_LT] = ACTIONS(4878), + [anon_sym_GT] = ACTIONS(4878), + [anon_sym_where] = ACTIONS(4878), + [anon_sym_DOT] = ACTIONS(4878), + [anon_sym_SEMI] = ACTIONS(4880), + [anon_sym_get] = ACTIONS(4878), + [anon_sym_set] = ACTIONS(4878), + [anon_sym_STAR] = ACTIONS(4878), + [anon_sym_DASH_GT] = ACTIONS(4880), + [sym_label] = ACTIONS(4880), + [anon_sym_in] = ACTIONS(4878), + [anon_sym_while] = ACTIONS(4878), + [anon_sym_DOT_DOT] = ACTIONS(4880), + [anon_sym_QMARK_COLON] = ACTIONS(4880), + [anon_sym_AMP_AMP] = ACTIONS(4880), + [anon_sym_PIPE_PIPE] = ACTIONS(4880), + [anon_sym_else] = ACTIONS(4878), + [anon_sym_COLON_COLON] = ACTIONS(4880), + [anon_sym_PLUS_EQ] = ACTIONS(4880), + [anon_sym_DASH_EQ] = ACTIONS(4880), + [anon_sym_STAR_EQ] = ACTIONS(4880), + [anon_sym_SLASH_EQ] = ACTIONS(4880), + [anon_sym_PERCENT_EQ] = ACTIONS(4880), + [anon_sym_BANG_EQ] = ACTIONS(4878), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4880), + [anon_sym_EQ_EQ] = ACTIONS(4878), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4880), + [anon_sym_LT_EQ] = ACTIONS(4880), + [anon_sym_GT_EQ] = ACTIONS(4880), + [anon_sym_BANGin] = ACTIONS(4880), + [anon_sym_is] = ACTIONS(4878), + [anon_sym_BANGis] = ACTIONS(4880), + [anon_sym_PLUS] = ACTIONS(4878), + [anon_sym_DASH] = ACTIONS(4878), + [anon_sym_SLASH] = ACTIONS(4878), + [anon_sym_PERCENT] = ACTIONS(4878), + [anon_sym_as_QMARK] = ACTIONS(4880), + [anon_sym_PLUS_PLUS] = ACTIONS(4880), + [anon_sym_DASH_DASH] = ACTIONS(4880), + [anon_sym_BANG_BANG] = ACTIONS(4880), + [anon_sym_suspend] = ACTIONS(4878), + [anon_sym_sealed] = ACTIONS(4878), + [anon_sym_annotation] = ACTIONS(4878), + [anon_sym_data] = ACTIONS(4878), + [anon_sym_inner] = ACTIONS(4878), + [anon_sym_value] = ACTIONS(4878), + [anon_sym_override] = ACTIONS(4878), + [anon_sym_lateinit] = ACTIONS(4878), + [anon_sym_public] = ACTIONS(4878), + [anon_sym_private] = ACTIONS(4878), + [anon_sym_internal] = ACTIONS(4878), + [anon_sym_protected] = ACTIONS(4878), + [anon_sym_tailrec] = ACTIONS(4878), + [anon_sym_operator] = ACTIONS(4878), + [anon_sym_infix] = ACTIONS(4878), + [anon_sym_inline] = ACTIONS(4878), + [anon_sym_external] = ACTIONS(4878), + [sym_property_modifier] = ACTIONS(4878), + [anon_sym_abstract] = ACTIONS(4878), + [anon_sym_final] = ACTIONS(4878), + [anon_sym_open] = ACTIONS(4878), + [anon_sym_vararg] = ACTIONS(4878), + [anon_sym_noinline] = ACTIONS(4878), + [anon_sym_crossinline] = ACTIONS(4878), + [anon_sym_expect] = ACTIONS(4878), + [anon_sym_actual] = ACTIONS(4878), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4880), + [sym_safe_nav] = ACTIONS(4880), [sym_multiline_comment] = ACTIONS(3), }, - [3566] = { - [sym_type_constraints] = STATE(3864), - [sym_function_body] = STATE(3195), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4173), - [anon_sym_AT] = ACTIONS(4175), - [anon_sym_COLON] = ACTIONS(6916), - [anon_sym_LBRACK] = ACTIONS(4175), - [anon_sym_as] = ACTIONS(4173), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4175), - [anon_sym_LPAREN] = ACTIONS(4175), - [anon_sym_LT] = ACTIONS(4173), - [anon_sym_GT] = ACTIONS(4173), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4173), - [anon_sym_fun] = ACTIONS(4173), - [anon_sym_DOT] = ACTIONS(4173), - [anon_sym_SEMI] = ACTIONS(4175), - [anon_sym_get] = ACTIONS(4173), - [anon_sym_set] = ACTIONS(4173), - [anon_sym_this] = ACTIONS(4173), - [anon_sym_super] = ACTIONS(4173), - [anon_sym_STAR] = ACTIONS(4175), - [sym_label] = ACTIONS(4173), - [anon_sym_in] = ACTIONS(4173), - [anon_sym_DOT_DOT] = ACTIONS(4175), - [anon_sym_QMARK_COLON] = ACTIONS(4175), - [anon_sym_AMP_AMP] = ACTIONS(4175), - [anon_sym_PIPE_PIPE] = ACTIONS(4175), - [anon_sym_null] = ACTIONS(4173), - [anon_sym_if] = ACTIONS(4173), - [anon_sym_else] = ACTIONS(4173), - [anon_sym_when] = ACTIONS(4173), - [anon_sym_try] = ACTIONS(4173), - [anon_sym_throw] = ACTIONS(4173), - [anon_sym_return] = ACTIONS(4173), - [anon_sym_continue] = ACTIONS(4173), - [anon_sym_break] = ACTIONS(4173), - [anon_sym_COLON_COLON] = ACTIONS(4175), - [anon_sym_BANG_EQ] = ACTIONS(4173), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4175), - [anon_sym_EQ_EQ] = ACTIONS(4173), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4175), - [anon_sym_LT_EQ] = ACTIONS(4175), - [anon_sym_GT_EQ] = ACTIONS(4175), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(4173), - [anon_sym_BANGis] = ACTIONS(4175), - [anon_sym_PLUS] = ACTIONS(4173), - [anon_sym_DASH] = ACTIONS(4173), - [anon_sym_SLASH] = ACTIONS(4173), - [anon_sym_PERCENT] = ACTIONS(4175), - [anon_sym_as_QMARK] = ACTIONS(4175), - [anon_sym_PLUS_PLUS] = ACTIONS(4175), - [anon_sym_DASH_DASH] = ACTIONS(4175), - [anon_sym_BANG] = ACTIONS(4173), - [anon_sym_BANG_BANG] = ACTIONS(4175), - [anon_sym_data] = ACTIONS(4173), - [anon_sym_inner] = ACTIONS(4173), - [anon_sym_value] = ACTIONS(4173), - [anon_sym_expect] = ACTIONS(4173), - [anon_sym_actual] = ACTIONS(4173), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4175), - [anon_sym_continue_AT] = ACTIONS(4175), - [anon_sym_break_AT] = ACTIONS(4175), - [anon_sym_this_AT] = ACTIONS(4175), - [anon_sym_super_AT] = ACTIONS(4175), - [sym_real_literal] = ACTIONS(4175), - [sym_integer_literal] = ACTIONS(4173), - [sym_hex_literal] = ACTIONS(4175), - [sym_bin_literal] = ACTIONS(4175), - [anon_sym_true] = ACTIONS(4173), - [anon_sym_false] = ACTIONS(4173), - [anon_sym_SQUOTE] = ACTIONS(4175), - [sym__backtick_identifier] = ACTIONS(4175), - [sym__automatic_semicolon] = ACTIONS(4175), - [sym_safe_nav] = ACTIONS(4175), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4175), - }, - [3567] = { - [sym__alpha_identifier] = ACTIONS(5199), - [anon_sym_AT] = ACTIONS(5201), - [anon_sym_LBRACK] = ACTIONS(5201), - [anon_sym_RBRACK] = ACTIONS(5201), - [anon_sym_as] = ACTIONS(5199), - [anon_sym_EQ] = ACTIONS(5199), - [anon_sym_LBRACE] = ACTIONS(5201), - [anon_sym_RBRACE] = ACTIONS(5201), - [anon_sym_LPAREN] = ACTIONS(5201), - [anon_sym_COMMA] = ACTIONS(5201), - [anon_sym_RPAREN] = ACTIONS(5201), - [anon_sym_LT] = ACTIONS(5199), - [anon_sym_GT] = ACTIONS(5199), - [anon_sym_where] = ACTIONS(5199), - [anon_sym_DOT] = ACTIONS(5199), - [anon_sym_SEMI] = ACTIONS(5201), - [anon_sym_get] = ACTIONS(5199), - [anon_sym_set] = ACTIONS(5199), - [anon_sym_STAR] = ACTIONS(5199), - [anon_sym_DASH_GT] = ACTIONS(5201), - [sym_label] = ACTIONS(5201), - [anon_sym_in] = ACTIONS(5199), - [anon_sym_while] = ACTIONS(5199), - [anon_sym_DOT_DOT] = ACTIONS(5201), - [anon_sym_QMARK_COLON] = ACTIONS(5201), - [anon_sym_AMP_AMP] = ACTIONS(5201), - [anon_sym_PIPE_PIPE] = ACTIONS(5201), - [anon_sym_else] = ACTIONS(5199), - [anon_sym_COLON_COLON] = ACTIONS(5201), - [anon_sym_PLUS_EQ] = ACTIONS(5201), - [anon_sym_DASH_EQ] = ACTIONS(5201), - [anon_sym_STAR_EQ] = ACTIONS(5201), - [anon_sym_SLASH_EQ] = ACTIONS(5201), - [anon_sym_PERCENT_EQ] = ACTIONS(5201), - [anon_sym_BANG_EQ] = ACTIONS(5199), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5201), - [anon_sym_EQ_EQ] = ACTIONS(5199), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5201), - [anon_sym_LT_EQ] = ACTIONS(5201), - [anon_sym_GT_EQ] = ACTIONS(5201), - [anon_sym_BANGin] = ACTIONS(5201), - [anon_sym_is] = ACTIONS(5199), - [anon_sym_BANGis] = ACTIONS(5201), - [anon_sym_PLUS] = ACTIONS(5199), - [anon_sym_DASH] = ACTIONS(5199), - [anon_sym_SLASH] = ACTIONS(5199), - [anon_sym_PERCENT] = ACTIONS(5199), - [anon_sym_as_QMARK] = ACTIONS(5201), - [anon_sym_PLUS_PLUS] = ACTIONS(5201), - [anon_sym_DASH_DASH] = ACTIONS(5201), - [anon_sym_BANG_BANG] = ACTIONS(5201), - [anon_sym_suspend] = ACTIONS(5199), - [anon_sym_sealed] = ACTIONS(5199), - [anon_sym_annotation] = ACTIONS(5199), - [anon_sym_data] = ACTIONS(5199), - [anon_sym_inner] = ACTIONS(5199), - [anon_sym_value] = ACTIONS(5199), - [anon_sym_override] = ACTIONS(5199), - [anon_sym_lateinit] = ACTIONS(5199), - [anon_sym_public] = ACTIONS(5199), - [anon_sym_private] = ACTIONS(5199), - [anon_sym_internal] = ACTIONS(5199), - [anon_sym_protected] = ACTIONS(5199), - [anon_sym_tailrec] = ACTIONS(5199), - [anon_sym_operator] = ACTIONS(5199), - [anon_sym_infix] = ACTIONS(5199), - [anon_sym_inline] = ACTIONS(5199), - [anon_sym_external] = ACTIONS(5199), - [sym_property_modifier] = ACTIONS(5199), - [anon_sym_abstract] = ACTIONS(5199), - [anon_sym_final] = ACTIONS(5199), - [anon_sym_open] = ACTIONS(5199), - [anon_sym_vararg] = ACTIONS(5199), - [anon_sym_noinline] = ACTIONS(5199), - [anon_sym_crossinline] = ACTIONS(5199), - [anon_sym_expect] = ACTIONS(5199), - [anon_sym_actual] = ACTIONS(5199), + [3544] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4295), + [anon_sym_EQ] = ACTIONS(4295), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4298), + [anon_sym_LPAREN] = ACTIONS(6879), + [anon_sym_LT] = ACTIONS(4295), + [anon_sym_GT] = ACTIONS(4295), + [anon_sym_object] = ACTIONS(4295), + [anon_sym_fun] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4295), + [anon_sym_SEMI] = ACTIONS(4298), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(4295), + [anon_sym_super] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4295), + [anon_sym_DOT_DOT] = ACTIONS(4298), + [anon_sym_QMARK_COLON] = ACTIONS(4298), + [anon_sym_AMP_AMP] = ACTIONS(4298), + [anon_sym_PIPE_PIPE] = ACTIONS(4298), + [anon_sym_null] = ACTIONS(4295), + [anon_sym_if] = ACTIONS(4295), + [anon_sym_else] = ACTIONS(4295), + [anon_sym_when] = ACTIONS(4295), + [anon_sym_try] = ACTIONS(4295), + [anon_sym_throw] = ACTIONS(4295), + [anon_sym_return] = ACTIONS(4295), + [anon_sym_continue] = ACTIONS(4295), + [anon_sym_break] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4298), + [anon_sym_DASH_EQ] = ACTIONS(4298), + [anon_sym_STAR_EQ] = ACTIONS(4298), + [anon_sym_SLASH_EQ] = ACTIONS(4298), + [anon_sym_PERCENT_EQ] = ACTIONS(4298), + [anon_sym_BANG_EQ] = ACTIONS(4295), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4298), + [anon_sym_EQ_EQ] = ACTIONS(4295), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4298), + [anon_sym_LT_EQ] = ACTIONS(4298), + [anon_sym_GT_EQ] = ACTIONS(4298), + [anon_sym_BANGin] = ACTIONS(4298), + [anon_sym_is] = ACTIONS(4295), + [anon_sym_BANGis] = ACTIONS(4298), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4295), + [anon_sym_PERCENT] = ACTIONS(4295), + [anon_sym_as_QMARK] = ACTIONS(4298), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(4295), + [anon_sym_BANG_BANG] = ACTIONS(4298), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5201), - [sym_safe_nav] = ACTIONS(5201), + [anon_sym_return_AT] = ACTIONS(4298), + [anon_sym_continue_AT] = ACTIONS(4298), + [anon_sym_break_AT] = ACTIONS(4298), + [anon_sym_this_AT] = ACTIONS(4298), + [anon_sym_super_AT] = ACTIONS(4298), + [sym_real_literal] = ACTIONS(4298), + [sym_integer_literal] = ACTIONS(4295), + [sym_hex_literal] = ACTIONS(4298), + [sym_bin_literal] = ACTIONS(4298), + [anon_sym_true] = ACTIONS(4295), + [anon_sym_false] = ACTIONS(4295), + [anon_sym_SQUOTE] = ACTIONS(4298), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4298), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4298), }, - [3568] = { + [3545] = { [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4009), - [anon_sym_COLON] = ACTIONS(6918), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_typealias] = ACTIONS(4004), - [anon_sym_class] = ACTIONS(4004), - [anon_sym_interface] = ACTIONS(4004), - [anon_sym_enum] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_val] = ACTIONS(4004), - [anon_sym_var] = ACTIONS(4004), - [anon_sym_LT] = ACTIONS(4009), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), + [anon_sym_AT] = ACTIONS(4006), + [anon_sym_LBRACK] = ACTIONS(4006), + [anon_sym_RBRACK] = ACTIONS(4006), + [anon_sym_as] = ACTIONS(4004), + [anon_sym_EQ] = ACTIONS(4004), + [anon_sym_LBRACE] = ACTIONS(4006), + [anon_sym_RBRACE] = ACTIONS(4006), + [anon_sym_LPAREN] = ACTIONS(4006), + [anon_sym_COMMA] = ACTIONS(4006), + [anon_sym_RPAREN] = ACTIONS(4006), + [anon_sym_LT] = ACTIONS(4004), + [anon_sym_GT] = ACTIONS(4004), + [anon_sym_where] = ACTIONS(4004), [anon_sym_DOT] = ACTIONS(4004), + [anon_sym_SEMI] = ACTIONS(4006), [anon_sym_get] = ACTIONS(4004), [anon_sym_set] = ACTIONS(4004), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4009), - [sym_label] = ACTIONS(4004), - [anon_sym_for] = ACTIONS(4004), + [anon_sym_STAR] = ACTIONS(4004), + [anon_sym_DASH_GT] = ACTIONS(4006), + [sym_label] = ACTIONS(4006), + [anon_sym_in] = ACTIONS(4004), [anon_sym_while] = ACTIONS(4004), - [anon_sym_do] = ACTIONS(4004), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), + [anon_sym_DOT_DOT] = ACTIONS(4006), + [anon_sym_QMARK_COLON] = ACTIONS(4006), + [anon_sym_AMP_AMP] = ACTIONS(4006), + [anon_sym_PIPE_PIPE] = ACTIONS(4006), + [anon_sym_else] = ACTIONS(4004), + [anon_sym_COLON_COLON] = ACTIONS(4006), + [anon_sym_PLUS_EQ] = ACTIONS(4006), + [anon_sym_DASH_EQ] = ACTIONS(4006), + [anon_sym_STAR_EQ] = ACTIONS(4006), + [anon_sym_SLASH_EQ] = ACTIONS(4006), + [anon_sym_PERCENT_EQ] = ACTIONS(4006), + [anon_sym_BANG_EQ] = ACTIONS(4004), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4006), + [anon_sym_EQ_EQ] = ACTIONS(4004), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4006), + [anon_sym_LT_EQ] = ACTIONS(4006), + [anon_sym_GT_EQ] = ACTIONS(4006), + [anon_sym_BANGin] = ACTIONS(4006), + [anon_sym_is] = ACTIONS(4004), + [anon_sym_BANGis] = ACTIONS(4006), [anon_sym_PLUS] = ACTIONS(4004), [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG] = ACTIONS(4009), + [anon_sym_SLASH] = ACTIONS(4004), + [anon_sym_PERCENT] = ACTIONS(4004), + [anon_sym_as_QMARK] = ACTIONS(4006), + [anon_sym_PLUS_PLUS] = ACTIONS(4006), + [anon_sym_DASH_DASH] = ACTIONS(4006), + [anon_sym_BANG_BANG] = ACTIONS(4006), [anon_sym_suspend] = ACTIONS(4004), [anon_sym_sealed] = ACTIONS(4004), [anon_sym_annotation] = ACTIONS(4004), @@ -409797,189 +407864,2584 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4004), [anon_sym_actual] = ACTIONS(4004), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4009), + [sym__backtick_identifier] = ACTIONS(4006), + [sym_safe_nav] = ACTIONS(4006), + [sym_multiline_comment] = ACTIONS(3), + }, + [3546] = { + [sym_type_constraints] = STATE(3691), + [sym_function_body] = STATE(3946), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [sym_label] = ACTIONS(4321), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + }, + [3547] = { + [sym__alpha_identifier] = ACTIONS(5143), + [anon_sym_AT] = ACTIONS(5145), + [anon_sym_LBRACK] = ACTIONS(5145), + [anon_sym_RBRACK] = ACTIONS(5145), + [anon_sym_as] = ACTIONS(5143), + [anon_sym_EQ] = ACTIONS(5143), + [anon_sym_LBRACE] = ACTIONS(5145), + [anon_sym_RBRACE] = ACTIONS(5145), + [anon_sym_LPAREN] = ACTIONS(5145), + [anon_sym_COMMA] = ACTIONS(5145), + [anon_sym_RPAREN] = ACTIONS(5145), + [anon_sym_LT] = ACTIONS(5143), + [anon_sym_GT] = ACTIONS(5143), + [anon_sym_where] = ACTIONS(5143), + [anon_sym_DOT] = ACTIONS(5143), + [anon_sym_SEMI] = ACTIONS(5145), + [anon_sym_get] = ACTIONS(5143), + [anon_sym_set] = ACTIONS(5143), + [anon_sym_STAR] = ACTIONS(5143), + [anon_sym_DASH_GT] = ACTIONS(5145), + [sym_label] = ACTIONS(5145), + [anon_sym_in] = ACTIONS(5143), + [anon_sym_while] = ACTIONS(5143), + [anon_sym_DOT_DOT] = ACTIONS(5145), + [anon_sym_QMARK_COLON] = ACTIONS(5145), + [anon_sym_AMP_AMP] = ACTIONS(5145), + [anon_sym_PIPE_PIPE] = ACTIONS(5145), + [anon_sym_else] = ACTIONS(5143), + [anon_sym_COLON_COLON] = ACTIONS(5145), + [anon_sym_PLUS_EQ] = ACTIONS(5145), + [anon_sym_DASH_EQ] = ACTIONS(5145), + [anon_sym_STAR_EQ] = ACTIONS(5145), + [anon_sym_SLASH_EQ] = ACTIONS(5145), + [anon_sym_PERCENT_EQ] = ACTIONS(5145), + [anon_sym_BANG_EQ] = ACTIONS(5143), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5145), + [anon_sym_EQ_EQ] = ACTIONS(5143), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5145), + [anon_sym_LT_EQ] = ACTIONS(5145), + [anon_sym_GT_EQ] = ACTIONS(5145), + [anon_sym_BANGin] = ACTIONS(5145), + [anon_sym_is] = ACTIONS(5143), + [anon_sym_BANGis] = ACTIONS(5145), + [anon_sym_PLUS] = ACTIONS(5143), + [anon_sym_DASH] = ACTIONS(5143), + [anon_sym_SLASH] = ACTIONS(5143), + [anon_sym_PERCENT] = ACTIONS(5143), + [anon_sym_as_QMARK] = ACTIONS(5145), + [anon_sym_PLUS_PLUS] = ACTIONS(5145), + [anon_sym_DASH_DASH] = ACTIONS(5145), + [anon_sym_BANG_BANG] = ACTIONS(5145), + [anon_sym_suspend] = ACTIONS(5143), + [anon_sym_sealed] = ACTIONS(5143), + [anon_sym_annotation] = ACTIONS(5143), + [anon_sym_data] = ACTIONS(5143), + [anon_sym_inner] = ACTIONS(5143), + [anon_sym_value] = ACTIONS(5143), + [anon_sym_override] = ACTIONS(5143), + [anon_sym_lateinit] = ACTIONS(5143), + [anon_sym_public] = ACTIONS(5143), + [anon_sym_private] = ACTIONS(5143), + [anon_sym_internal] = ACTIONS(5143), + [anon_sym_protected] = ACTIONS(5143), + [anon_sym_tailrec] = ACTIONS(5143), + [anon_sym_operator] = ACTIONS(5143), + [anon_sym_infix] = ACTIONS(5143), + [anon_sym_inline] = ACTIONS(5143), + [anon_sym_external] = ACTIONS(5143), + [sym_property_modifier] = ACTIONS(5143), + [anon_sym_abstract] = ACTIONS(5143), + [anon_sym_final] = ACTIONS(5143), + [anon_sym_open] = ACTIONS(5143), + [anon_sym_vararg] = ACTIONS(5143), + [anon_sym_noinline] = ACTIONS(5143), + [anon_sym_crossinline] = ACTIONS(5143), + [anon_sym_expect] = ACTIONS(5143), + [anon_sym_actual] = ACTIONS(5143), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5145), + [sym_safe_nav] = ACTIONS(5145), + [sym_multiline_comment] = ACTIONS(3), + }, + [3548] = { + [sym__alpha_identifier] = ACTIONS(4866), + [anon_sym_AT] = ACTIONS(4868), + [anon_sym_LBRACK] = ACTIONS(4868), + [anon_sym_RBRACK] = ACTIONS(4868), + [anon_sym_as] = ACTIONS(4866), + [anon_sym_EQ] = ACTIONS(4866), + [anon_sym_LBRACE] = ACTIONS(4868), + [anon_sym_RBRACE] = ACTIONS(4868), + [anon_sym_LPAREN] = ACTIONS(4868), + [anon_sym_COMMA] = ACTIONS(4868), + [anon_sym_RPAREN] = ACTIONS(4868), + [anon_sym_LT] = ACTIONS(4866), + [anon_sym_GT] = ACTIONS(4866), + [anon_sym_where] = ACTIONS(4866), + [anon_sym_DOT] = ACTIONS(4866), + [anon_sym_SEMI] = ACTIONS(4868), + [anon_sym_get] = ACTIONS(4866), + [anon_sym_set] = ACTIONS(4866), + [anon_sym_STAR] = ACTIONS(4866), + [anon_sym_DASH_GT] = ACTIONS(4868), + [sym_label] = ACTIONS(4868), + [anon_sym_in] = ACTIONS(4866), + [anon_sym_while] = ACTIONS(4866), + [anon_sym_DOT_DOT] = ACTIONS(4868), + [anon_sym_QMARK_COLON] = ACTIONS(4868), + [anon_sym_AMP_AMP] = ACTIONS(4868), + [anon_sym_PIPE_PIPE] = ACTIONS(4868), + [anon_sym_else] = ACTIONS(4866), + [anon_sym_COLON_COLON] = ACTIONS(4868), + [anon_sym_PLUS_EQ] = ACTIONS(4868), + [anon_sym_DASH_EQ] = ACTIONS(4868), + [anon_sym_STAR_EQ] = ACTIONS(4868), + [anon_sym_SLASH_EQ] = ACTIONS(4868), + [anon_sym_PERCENT_EQ] = ACTIONS(4868), + [anon_sym_BANG_EQ] = ACTIONS(4866), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4868), + [anon_sym_EQ_EQ] = ACTIONS(4866), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4868), + [anon_sym_LT_EQ] = ACTIONS(4868), + [anon_sym_GT_EQ] = ACTIONS(4868), + [anon_sym_BANGin] = ACTIONS(4868), + [anon_sym_is] = ACTIONS(4866), + [anon_sym_BANGis] = ACTIONS(4868), + [anon_sym_PLUS] = ACTIONS(4866), + [anon_sym_DASH] = ACTIONS(4866), + [anon_sym_SLASH] = ACTIONS(4866), + [anon_sym_PERCENT] = ACTIONS(4866), + [anon_sym_as_QMARK] = ACTIONS(4868), + [anon_sym_PLUS_PLUS] = ACTIONS(4868), + [anon_sym_DASH_DASH] = ACTIONS(4868), + [anon_sym_BANG_BANG] = ACTIONS(4868), + [anon_sym_suspend] = ACTIONS(4866), + [anon_sym_sealed] = ACTIONS(4866), + [anon_sym_annotation] = ACTIONS(4866), + [anon_sym_data] = ACTIONS(4866), + [anon_sym_inner] = ACTIONS(4866), + [anon_sym_value] = ACTIONS(4866), + [anon_sym_override] = ACTIONS(4866), + [anon_sym_lateinit] = ACTIONS(4866), + [anon_sym_public] = ACTIONS(4866), + [anon_sym_private] = ACTIONS(4866), + [anon_sym_internal] = ACTIONS(4866), + [anon_sym_protected] = ACTIONS(4866), + [anon_sym_tailrec] = ACTIONS(4866), + [anon_sym_operator] = ACTIONS(4866), + [anon_sym_infix] = ACTIONS(4866), + [anon_sym_inline] = ACTIONS(4866), + [anon_sym_external] = ACTIONS(4866), + [sym_property_modifier] = ACTIONS(4866), + [anon_sym_abstract] = ACTIONS(4866), + [anon_sym_final] = ACTIONS(4866), + [anon_sym_open] = ACTIONS(4866), + [anon_sym_vararg] = ACTIONS(4866), + [anon_sym_noinline] = ACTIONS(4866), + [anon_sym_crossinline] = ACTIONS(4866), + [anon_sym_expect] = ACTIONS(4866), + [anon_sym_actual] = ACTIONS(4866), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4868), + [sym_safe_nav] = ACTIONS(4868), + [sym_multiline_comment] = ACTIONS(3), + }, + [3549] = { + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_RBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(4151), + [anon_sym_LBRACE] = ACTIONS(4153), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_RPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [anon_sym_DASH_GT] = ACTIONS(4153), + [sym_label] = ACTIONS(4153), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_while] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + }, + [3550] = { + [sym_class_body] = STATE(4006), + [sym_type_constraints] = STATE(3736), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_COLON] = ACTIONS(5906), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3290), + [anon_sym_sealed] = ACTIONS(3290), + [anon_sym_annotation] = ACTIONS(3290), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_override] = ACTIONS(3290), + [anon_sym_lateinit] = ACTIONS(3290), + [anon_sym_public] = ACTIONS(3290), + [anon_sym_private] = ACTIONS(3290), + [anon_sym_internal] = ACTIONS(3290), + [anon_sym_protected] = ACTIONS(3290), + [anon_sym_tailrec] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_infix] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_external] = ACTIONS(3290), + [sym_property_modifier] = ACTIONS(3290), + [anon_sym_abstract] = ACTIONS(3290), + [anon_sym_final] = ACTIONS(3290), + [anon_sym_open] = ACTIONS(3290), + [anon_sym_vararg] = ACTIONS(3290), + [anon_sym_noinline] = ACTIONS(3290), + [anon_sym_crossinline] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + }, + [3551] = { + [sym__alpha_identifier] = ACTIONS(4950), + [anon_sym_AT] = ACTIONS(4952), + [anon_sym_LBRACK] = ACTIONS(4952), + [anon_sym_RBRACK] = ACTIONS(4952), + [anon_sym_as] = ACTIONS(4950), + [anon_sym_EQ] = ACTIONS(4950), + [anon_sym_LBRACE] = ACTIONS(4952), + [anon_sym_RBRACE] = ACTIONS(4952), + [anon_sym_LPAREN] = ACTIONS(4952), + [anon_sym_COMMA] = ACTIONS(4952), + [anon_sym_RPAREN] = ACTIONS(4952), + [anon_sym_LT] = ACTIONS(4950), + [anon_sym_GT] = ACTIONS(4950), + [anon_sym_where] = ACTIONS(4950), + [anon_sym_DOT] = ACTIONS(4950), + [anon_sym_SEMI] = ACTIONS(4952), + [anon_sym_get] = ACTIONS(4950), + [anon_sym_set] = ACTIONS(4950), + [anon_sym_STAR] = ACTIONS(4950), + [anon_sym_DASH_GT] = ACTIONS(4952), + [sym_label] = ACTIONS(4952), + [anon_sym_in] = ACTIONS(4950), + [anon_sym_while] = ACTIONS(4950), + [anon_sym_DOT_DOT] = ACTIONS(4952), + [anon_sym_QMARK_COLON] = ACTIONS(4952), + [anon_sym_AMP_AMP] = ACTIONS(4952), + [anon_sym_PIPE_PIPE] = ACTIONS(4952), + [anon_sym_else] = ACTIONS(4950), + [anon_sym_COLON_COLON] = ACTIONS(4952), + [anon_sym_PLUS_EQ] = ACTIONS(4952), + [anon_sym_DASH_EQ] = ACTIONS(4952), + [anon_sym_STAR_EQ] = ACTIONS(4952), + [anon_sym_SLASH_EQ] = ACTIONS(4952), + [anon_sym_PERCENT_EQ] = ACTIONS(4952), + [anon_sym_BANG_EQ] = ACTIONS(4950), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4952), + [anon_sym_EQ_EQ] = ACTIONS(4950), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4952), + [anon_sym_LT_EQ] = ACTIONS(4952), + [anon_sym_GT_EQ] = ACTIONS(4952), + [anon_sym_BANGin] = ACTIONS(4952), + [anon_sym_is] = ACTIONS(4950), + [anon_sym_BANGis] = ACTIONS(4952), + [anon_sym_PLUS] = ACTIONS(4950), + [anon_sym_DASH] = ACTIONS(4950), + [anon_sym_SLASH] = ACTIONS(4950), + [anon_sym_PERCENT] = ACTIONS(4950), + [anon_sym_as_QMARK] = ACTIONS(4952), + [anon_sym_PLUS_PLUS] = ACTIONS(4952), + [anon_sym_DASH_DASH] = ACTIONS(4952), + [anon_sym_BANG_BANG] = ACTIONS(4952), + [anon_sym_suspend] = ACTIONS(4950), + [anon_sym_sealed] = ACTIONS(4950), + [anon_sym_annotation] = ACTIONS(4950), + [anon_sym_data] = ACTIONS(4950), + [anon_sym_inner] = ACTIONS(4950), + [anon_sym_value] = ACTIONS(4950), + [anon_sym_override] = ACTIONS(4950), + [anon_sym_lateinit] = ACTIONS(4950), + [anon_sym_public] = ACTIONS(4950), + [anon_sym_private] = ACTIONS(4950), + [anon_sym_internal] = ACTIONS(4950), + [anon_sym_protected] = ACTIONS(4950), + [anon_sym_tailrec] = ACTIONS(4950), + [anon_sym_operator] = ACTIONS(4950), + [anon_sym_infix] = ACTIONS(4950), + [anon_sym_inline] = ACTIONS(4950), + [anon_sym_external] = ACTIONS(4950), + [sym_property_modifier] = ACTIONS(4950), + [anon_sym_abstract] = ACTIONS(4950), + [anon_sym_final] = ACTIONS(4950), + [anon_sym_open] = ACTIONS(4950), + [anon_sym_vararg] = ACTIONS(4950), + [anon_sym_noinline] = ACTIONS(4950), + [anon_sym_crossinline] = ACTIONS(4950), + [anon_sym_expect] = ACTIONS(4950), + [anon_sym_actual] = ACTIONS(4950), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4952), + [sym_safe_nav] = ACTIONS(4952), + [sym_multiline_comment] = ACTIONS(3), + }, + [3552] = { + [sym_type_constraints] = STATE(3703), + [sym_function_body] = STATE(3907), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + }, + [3553] = { + [aux_sym_nullable_type_repeat1] = STATE(3553), + [sym__alpha_identifier] = ACTIONS(4218), + [anon_sym_AT] = ACTIONS(4220), + [anon_sym_LBRACK] = ACTIONS(4220), + [anon_sym_as] = ACTIONS(4218), + [anon_sym_EQ] = ACTIONS(4218), + [anon_sym_LBRACE] = ACTIONS(4220), + [anon_sym_RBRACE] = ACTIONS(4220), + [anon_sym_LPAREN] = ACTIONS(4220), + [anon_sym_COMMA] = ACTIONS(4220), + [anon_sym_by] = ACTIONS(4218), + [anon_sym_LT] = ACTIONS(4218), + [anon_sym_GT] = ACTIONS(4218), + [anon_sym_where] = ACTIONS(4218), + [anon_sym_DOT] = ACTIONS(4218), + [anon_sym_SEMI] = ACTIONS(4220), + [anon_sym_get] = ACTIONS(4218), + [anon_sym_set] = ACTIONS(4218), + [sym__quest] = ACTIONS(6899), + [anon_sym_STAR] = ACTIONS(4218), + [sym_label] = ACTIONS(4220), + [anon_sym_in] = ACTIONS(4218), + [anon_sym_DOT_DOT] = ACTIONS(4220), + [anon_sym_QMARK_COLON] = ACTIONS(4220), + [anon_sym_AMP_AMP] = ACTIONS(4220), + [anon_sym_PIPE_PIPE] = ACTIONS(4220), + [anon_sym_else] = ACTIONS(4218), + [anon_sym_COLON_COLON] = ACTIONS(4220), + [anon_sym_PLUS_EQ] = ACTIONS(4220), + [anon_sym_DASH_EQ] = ACTIONS(4220), + [anon_sym_STAR_EQ] = ACTIONS(4220), + [anon_sym_SLASH_EQ] = ACTIONS(4220), + [anon_sym_PERCENT_EQ] = ACTIONS(4220), + [anon_sym_BANG_EQ] = ACTIONS(4218), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4220), + [anon_sym_EQ_EQ] = ACTIONS(4218), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4220), + [anon_sym_LT_EQ] = ACTIONS(4220), + [anon_sym_GT_EQ] = ACTIONS(4220), + [anon_sym_BANGin] = ACTIONS(4220), + [anon_sym_is] = ACTIONS(4218), + [anon_sym_BANGis] = ACTIONS(4220), + [anon_sym_PLUS] = ACTIONS(4218), + [anon_sym_DASH] = ACTIONS(4218), + [anon_sym_SLASH] = ACTIONS(4218), + [anon_sym_PERCENT] = ACTIONS(4218), + [anon_sym_as_QMARK] = ACTIONS(4220), + [anon_sym_PLUS_PLUS] = ACTIONS(4220), + [anon_sym_DASH_DASH] = ACTIONS(4220), + [anon_sym_BANG_BANG] = ACTIONS(4220), + [anon_sym_suspend] = ACTIONS(4218), + [anon_sym_sealed] = ACTIONS(4218), + [anon_sym_annotation] = ACTIONS(4218), + [anon_sym_data] = ACTIONS(4218), + [anon_sym_inner] = ACTIONS(4218), + [anon_sym_value] = ACTIONS(4218), + [anon_sym_override] = ACTIONS(4218), + [anon_sym_lateinit] = ACTIONS(4218), + [anon_sym_public] = ACTIONS(4218), + [anon_sym_private] = ACTIONS(4218), + [anon_sym_internal] = ACTIONS(4218), + [anon_sym_protected] = ACTIONS(4218), + [anon_sym_tailrec] = ACTIONS(4218), + [anon_sym_operator] = ACTIONS(4218), + [anon_sym_infix] = ACTIONS(4218), + [anon_sym_inline] = ACTIONS(4218), + [anon_sym_external] = ACTIONS(4218), + [sym_property_modifier] = ACTIONS(4218), + [anon_sym_abstract] = ACTIONS(4218), + [anon_sym_final] = ACTIONS(4218), + [anon_sym_open] = ACTIONS(4218), + [anon_sym_vararg] = ACTIONS(4218), + [anon_sym_noinline] = ACTIONS(4218), + [anon_sym_crossinline] = ACTIONS(4218), + [anon_sym_expect] = ACTIONS(4218), + [anon_sym_actual] = ACTIONS(4218), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4220), + [sym__automatic_semicolon] = ACTIONS(4220), + [sym_safe_nav] = ACTIONS(4220), + [sym_multiline_comment] = ACTIONS(3), + }, + [3554] = { + [sym_type_constraints] = STATE(3699), + [sym_function_body] = STATE(3869), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + }, + [3555] = { + [aux_sym_nullable_type_repeat1] = STATE(3598), + [sym__alpha_identifier] = ACTIONS(4225), + [anon_sym_AT] = ACTIONS(4227), + [anon_sym_LBRACK] = ACTIONS(4227), + [anon_sym_as] = ACTIONS(4225), + [anon_sym_EQ] = ACTIONS(4225), + [anon_sym_LBRACE] = ACTIONS(4227), + [anon_sym_RBRACE] = ACTIONS(4227), + [anon_sym_LPAREN] = ACTIONS(4227), + [anon_sym_COMMA] = ACTIONS(4227), + [anon_sym_by] = ACTIONS(4225), + [anon_sym_LT] = ACTIONS(4225), + [anon_sym_GT] = ACTIONS(4225), + [anon_sym_where] = ACTIONS(4225), + [anon_sym_DOT] = ACTIONS(4225), + [anon_sym_SEMI] = ACTIONS(4227), + [anon_sym_get] = ACTIONS(4225), + [anon_sym_set] = ACTIONS(4225), + [sym__quest] = ACTIONS(6817), + [anon_sym_STAR] = ACTIONS(4225), + [sym_label] = ACTIONS(4227), + [anon_sym_in] = ACTIONS(4225), + [anon_sym_DOT_DOT] = ACTIONS(4227), + [anon_sym_QMARK_COLON] = ACTIONS(4227), + [anon_sym_AMP_AMP] = ACTIONS(4227), + [anon_sym_PIPE_PIPE] = ACTIONS(4227), + [anon_sym_else] = ACTIONS(4225), + [anon_sym_COLON_COLON] = ACTIONS(4227), + [anon_sym_PLUS_EQ] = ACTIONS(4227), + [anon_sym_DASH_EQ] = ACTIONS(4227), + [anon_sym_STAR_EQ] = ACTIONS(4227), + [anon_sym_SLASH_EQ] = ACTIONS(4227), + [anon_sym_PERCENT_EQ] = ACTIONS(4227), + [anon_sym_BANG_EQ] = ACTIONS(4225), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4227), + [anon_sym_EQ_EQ] = ACTIONS(4225), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4227), + [anon_sym_LT_EQ] = ACTIONS(4227), + [anon_sym_GT_EQ] = ACTIONS(4227), + [anon_sym_BANGin] = ACTIONS(4227), + [anon_sym_is] = ACTIONS(4225), + [anon_sym_BANGis] = ACTIONS(4227), + [anon_sym_PLUS] = ACTIONS(4225), + [anon_sym_DASH] = ACTIONS(4225), + [anon_sym_SLASH] = ACTIONS(4225), + [anon_sym_PERCENT] = ACTIONS(4225), + [anon_sym_as_QMARK] = ACTIONS(4227), + [anon_sym_PLUS_PLUS] = ACTIONS(4227), + [anon_sym_DASH_DASH] = ACTIONS(4227), + [anon_sym_BANG_BANG] = ACTIONS(4227), + [anon_sym_suspend] = ACTIONS(4225), + [anon_sym_sealed] = ACTIONS(4225), + [anon_sym_annotation] = ACTIONS(4225), + [anon_sym_data] = ACTIONS(4225), + [anon_sym_inner] = ACTIONS(4225), + [anon_sym_value] = ACTIONS(4225), + [anon_sym_override] = ACTIONS(4225), + [anon_sym_lateinit] = ACTIONS(4225), + [anon_sym_public] = ACTIONS(4225), + [anon_sym_private] = ACTIONS(4225), + [anon_sym_internal] = ACTIONS(4225), + [anon_sym_protected] = ACTIONS(4225), + [anon_sym_tailrec] = ACTIONS(4225), + [anon_sym_operator] = ACTIONS(4225), + [anon_sym_infix] = ACTIONS(4225), + [anon_sym_inline] = ACTIONS(4225), + [anon_sym_external] = ACTIONS(4225), + [sym_property_modifier] = ACTIONS(4225), + [anon_sym_abstract] = ACTIONS(4225), + [anon_sym_final] = ACTIONS(4225), + [anon_sym_open] = ACTIONS(4225), + [anon_sym_vararg] = ACTIONS(4225), + [anon_sym_noinline] = ACTIONS(4225), + [anon_sym_crossinline] = ACTIONS(4225), + [anon_sym_expect] = ACTIONS(4225), + [anon_sym_actual] = ACTIONS(4225), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4227), + [sym__automatic_semicolon] = ACTIONS(4227), + [sym_safe_nav] = ACTIONS(4227), + [sym_multiline_comment] = ACTIONS(3), + }, + [3556] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(3981), + [anon_sym_COLON] = ACTIONS(6902), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_typealias] = ACTIONS(3976), + [anon_sym_class] = ACTIONS(3976), + [anon_sym_interface] = ACTIONS(3976), + [anon_sym_enum] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_val] = ACTIONS(3976), + [anon_sym_var] = ACTIONS(3976), + [anon_sym_LT] = ACTIONS(3981), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_get] = ACTIONS(3976), + [anon_sym_set] = ACTIONS(3976), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(3981), + [sym_label] = ACTIONS(3976), + [anon_sym_for] = ACTIONS(3976), + [anon_sym_while] = ACTIONS(3976), + [anon_sym_do] = ACTIONS(3976), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(3976), + [anon_sym_sealed] = ACTIONS(3976), + [anon_sym_annotation] = ACTIONS(3976), + [anon_sym_data] = ACTIONS(3976), + [anon_sym_inner] = ACTIONS(3976), + [anon_sym_value] = ACTIONS(3976), + [anon_sym_override] = ACTIONS(3976), + [anon_sym_lateinit] = ACTIONS(3976), + [anon_sym_public] = ACTIONS(3976), + [anon_sym_private] = ACTIONS(3976), + [anon_sym_internal] = ACTIONS(3976), + [anon_sym_protected] = ACTIONS(3976), + [anon_sym_tailrec] = ACTIONS(3976), + [anon_sym_operator] = ACTIONS(3976), + [anon_sym_infix] = ACTIONS(3976), + [anon_sym_inline] = ACTIONS(3976), + [anon_sym_external] = ACTIONS(3976), + [sym_property_modifier] = ACTIONS(3976), + [anon_sym_abstract] = ACTIONS(3976), + [anon_sym_final] = ACTIONS(3976), + [anon_sym_open] = ACTIONS(3976), + [anon_sym_vararg] = ACTIONS(3976), + [anon_sym_noinline] = ACTIONS(3976), + [anon_sym_crossinline] = ACTIONS(3976), + [anon_sym_expect] = ACTIONS(3976), + [anon_sym_actual] = ACTIONS(3976), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [3557] = { + [sym_class_body] = STATE(3986), + [sym_type_constraints] = STATE(3719), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_COLON] = ACTIONS(6904), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4214), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), + [sym_multiline_comment] = ACTIONS(3), + }, + [3558] = { + [sym__alpha_identifier] = ACTIONS(4493), + [anon_sym_AT] = ACTIONS(4495), + [anon_sym_LBRACK] = ACTIONS(4495), + [anon_sym_RBRACK] = ACTIONS(4495), + [anon_sym_as] = ACTIONS(4493), + [anon_sym_EQ] = ACTIONS(4493), + [anon_sym_LBRACE] = ACTIONS(4495), + [anon_sym_RBRACE] = ACTIONS(4495), + [anon_sym_LPAREN] = ACTIONS(4495), + [anon_sym_COMMA] = ACTIONS(4495), + [anon_sym_RPAREN] = ACTIONS(4495), + [anon_sym_LT] = ACTIONS(4493), + [anon_sym_GT] = ACTIONS(4493), + [anon_sym_where] = ACTIONS(4493), + [anon_sym_DOT] = ACTIONS(4493), + [anon_sym_SEMI] = ACTIONS(4495), + [anon_sym_get] = ACTIONS(4493), + [anon_sym_set] = ACTIONS(4493), + [anon_sym_STAR] = ACTIONS(4493), + [anon_sym_DASH_GT] = ACTIONS(4495), + [sym_label] = ACTIONS(4495), + [anon_sym_in] = ACTIONS(4493), + [anon_sym_while] = ACTIONS(4493), + [anon_sym_DOT_DOT] = ACTIONS(4495), + [anon_sym_QMARK_COLON] = ACTIONS(4495), + [anon_sym_AMP_AMP] = ACTIONS(4495), + [anon_sym_PIPE_PIPE] = ACTIONS(4495), + [anon_sym_else] = ACTIONS(4493), + [anon_sym_COLON_COLON] = ACTIONS(4495), + [anon_sym_PLUS_EQ] = ACTIONS(4495), + [anon_sym_DASH_EQ] = ACTIONS(4495), + [anon_sym_STAR_EQ] = ACTIONS(4495), + [anon_sym_SLASH_EQ] = ACTIONS(4495), + [anon_sym_PERCENT_EQ] = ACTIONS(4495), + [anon_sym_BANG_EQ] = ACTIONS(4493), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), + [anon_sym_EQ_EQ] = ACTIONS(4493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), + [anon_sym_LT_EQ] = ACTIONS(4495), + [anon_sym_GT_EQ] = ACTIONS(4495), + [anon_sym_BANGin] = ACTIONS(4495), + [anon_sym_is] = ACTIONS(4493), + [anon_sym_BANGis] = ACTIONS(4495), + [anon_sym_PLUS] = ACTIONS(4493), + [anon_sym_DASH] = ACTIONS(4493), + [anon_sym_SLASH] = ACTIONS(4493), + [anon_sym_PERCENT] = ACTIONS(4493), + [anon_sym_as_QMARK] = ACTIONS(4495), + [anon_sym_PLUS_PLUS] = ACTIONS(4495), + [anon_sym_DASH_DASH] = ACTIONS(4495), + [anon_sym_BANG_BANG] = ACTIONS(4495), + [anon_sym_suspend] = ACTIONS(4493), + [anon_sym_sealed] = ACTIONS(4493), + [anon_sym_annotation] = ACTIONS(4493), + [anon_sym_data] = ACTIONS(4493), + [anon_sym_inner] = ACTIONS(4493), + [anon_sym_value] = ACTIONS(4493), + [anon_sym_override] = ACTIONS(4493), + [anon_sym_lateinit] = ACTIONS(4493), + [anon_sym_public] = ACTIONS(4493), + [anon_sym_private] = ACTIONS(4493), + [anon_sym_internal] = ACTIONS(4493), + [anon_sym_protected] = ACTIONS(4493), + [anon_sym_tailrec] = ACTIONS(4493), + [anon_sym_operator] = ACTIONS(4493), + [anon_sym_infix] = ACTIONS(4493), + [anon_sym_inline] = ACTIONS(4493), + [anon_sym_external] = ACTIONS(4493), + [sym_property_modifier] = ACTIONS(4493), + [anon_sym_abstract] = ACTIONS(4493), + [anon_sym_final] = ACTIONS(4493), + [anon_sym_open] = ACTIONS(4493), + [anon_sym_vararg] = ACTIONS(4493), + [anon_sym_noinline] = ACTIONS(4493), + [anon_sym_crossinline] = ACTIONS(4493), + [anon_sym_expect] = ACTIONS(4493), + [anon_sym_actual] = ACTIONS(4493), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4495), + [sym_safe_nav] = ACTIONS(4495), + [sym_multiline_comment] = ACTIONS(3), + }, + [3559] = { + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_RBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3284), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [anon_sym_DASH_GT] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + }, + [3560] = { + [sym_type_constraints] = STATE(3852), + [sym_function_body] = STATE(3262), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_COLON] = ACTIONS(6906), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), + }, + [3561] = { + [sym_type_constraints] = STATE(3713), + [sym_enum_class_body] = STATE(3939), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(5912), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + }, + [3562] = { + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_RBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(4214), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_RPAREN] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(4212), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [anon_sym_DASH_GT] = ACTIONS(4214), + [sym_label] = ACTIONS(4214), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_while] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), + [sym_multiline_comment] = ACTIONS(3), + }, + [3563] = { + [sym_class_body] = STATE(3939), + [sym_type_constraints] = STATE(3744), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(5914), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + }, + [3564] = { + [sym_type_constraints] = STATE(3801), + [sym_enum_class_body] = STATE(3859), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(6908), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + }, + [3565] = { + [sym_class_body] = STATE(3859), + [sym_type_constraints] = STATE(3817), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(6910), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + }, + [3566] = { + [sym__alpha_identifier] = ACTIONS(5131), + [anon_sym_AT] = ACTIONS(5133), + [anon_sym_LBRACK] = ACTIONS(5133), + [anon_sym_RBRACK] = ACTIONS(5133), + [anon_sym_as] = ACTIONS(5131), + [anon_sym_EQ] = ACTIONS(5131), + [anon_sym_LBRACE] = ACTIONS(5133), + [anon_sym_RBRACE] = ACTIONS(5133), + [anon_sym_LPAREN] = ACTIONS(5133), + [anon_sym_COMMA] = ACTIONS(5133), + [anon_sym_RPAREN] = ACTIONS(5133), + [anon_sym_LT] = ACTIONS(5131), + [anon_sym_GT] = ACTIONS(5131), + [anon_sym_where] = ACTIONS(5131), + [anon_sym_DOT] = ACTIONS(5131), + [anon_sym_SEMI] = ACTIONS(5133), + [anon_sym_get] = ACTIONS(5131), + [anon_sym_set] = ACTIONS(5131), + [anon_sym_STAR] = ACTIONS(5131), + [anon_sym_DASH_GT] = ACTIONS(5133), + [sym_label] = ACTIONS(5133), + [anon_sym_in] = ACTIONS(5131), + [anon_sym_while] = ACTIONS(5131), + [anon_sym_DOT_DOT] = ACTIONS(5133), + [anon_sym_QMARK_COLON] = ACTIONS(5133), + [anon_sym_AMP_AMP] = ACTIONS(5133), + [anon_sym_PIPE_PIPE] = ACTIONS(5133), + [anon_sym_else] = ACTIONS(5131), + [anon_sym_COLON_COLON] = ACTIONS(5133), + [anon_sym_PLUS_EQ] = ACTIONS(5133), + [anon_sym_DASH_EQ] = ACTIONS(5133), + [anon_sym_STAR_EQ] = ACTIONS(5133), + [anon_sym_SLASH_EQ] = ACTIONS(5133), + [anon_sym_PERCENT_EQ] = ACTIONS(5133), + [anon_sym_BANG_EQ] = ACTIONS(5131), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5133), + [anon_sym_EQ_EQ] = ACTIONS(5131), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5133), + [anon_sym_LT_EQ] = ACTIONS(5133), + [anon_sym_GT_EQ] = ACTIONS(5133), + [anon_sym_BANGin] = ACTIONS(5133), + [anon_sym_is] = ACTIONS(5131), + [anon_sym_BANGis] = ACTIONS(5133), + [anon_sym_PLUS] = ACTIONS(5131), + [anon_sym_DASH] = ACTIONS(5131), + [anon_sym_SLASH] = ACTIONS(5131), + [anon_sym_PERCENT] = ACTIONS(5131), + [anon_sym_as_QMARK] = ACTIONS(5133), + [anon_sym_PLUS_PLUS] = ACTIONS(5133), + [anon_sym_DASH_DASH] = ACTIONS(5133), + [anon_sym_BANG_BANG] = ACTIONS(5133), + [anon_sym_suspend] = ACTIONS(5131), + [anon_sym_sealed] = ACTIONS(5131), + [anon_sym_annotation] = ACTIONS(5131), + [anon_sym_data] = ACTIONS(5131), + [anon_sym_inner] = ACTIONS(5131), + [anon_sym_value] = ACTIONS(5131), + [anon_sym_override] = ACTIONS(5131), + [anon_sym_lateinit] = ACTIONS(5131), + [anon_sym_public] = ACTIONS(5131), + [anon_sym_private] = ACTIONS(5131), + [anon_sym_internal] = ACTIONS(5131), + [anon_sym_protected] = ACTIONS(5131), + [anon_sym_tailrec] = ACTIONS(5131), + [anon_sym_operator] = ACTIONS(5131), + [anon_sym_infix] = ACTIONS(5131), + [anon_sym_inline] = ACTIONS(5131), + [anon_sym_external] = ACTIONS(5131), + [sym_property_modifier] = ACTIONS(5131), + [anon_sym_abstract] = ACTIONS(5131), + [anon_sym_final] = ACTIONS(5131), + [anon_sym_open] = ACTIONS(5131), + [anon_sym_vararg] = ACTIONS(5131), + [anon_sym_noinline] = ACTIONS(5131), + [anon_sym_crossinline] = ACTIONS(5131), + [anon_sym_expect] = ACTIONS(5131), + [anon_sym_actual] = ACTIONS(5131), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5133), + [sym_safe_nav] = ACTIONS(5133), + [sym_multiline_comment] = ACTIONS(3), + }, + [3567] = { + [sym__alpha_identifier] = ACTIONS(5119), + [anon_sym_AT] = ACTIONS(5121), + [anon_sym_LBRACK] = ACTIONS(5121), + [anon_sym_RBRACK] = ACTIONS(5121), + [anon_sym_as] = ACTIONS(5119), + [anon_sym_EQ] = ACTIONS(5119), + [anon_sym_LBRACE] = ACTIONS(5121), + [anon_sym_RBRACE] = ACTIONS(5121), + [anon_sym_LPAREN] = ACTIONS(5121), + [anon_sym_COMMA] = ACTIONS(5121), + [anon_sym_RPAREN] = ACTIONS(5121), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(5119), + [anon_sym_where] = ACTIONS(5119), + [anon_sym_DOT] = ACTIONS(5119), + [anon_sym_SEMI] = ACTIONS(5121), + [anon_sym_get] = ACTIONS(5119), + [anon_sym_set] = ACTIONS(5119), + [anon_sym_STAR] = ACTIONS(5119), + [anon_sym_DASH_GT] = ACTIONS(5121), + [sym_label] = ACTIONS(5121), + [anon_sym_in] = ACTIONS(5119), + [anon_sym_while] = ACTIONS(5119), + [anon_sym_DOT_DOT] = ACTIONS(5121), + [anon_sym_QMARK_COLON] = ACTIONS(5121), + [anon_sym_AMP_AMP] = ACTIONS(5121), + [anon_sym_PIPE_PIPE] = ACTIONS(5121), + [anon_sym_else] = ACTIONS(5119), + [anon_sym_COLON_COLON] = ACTIONS(5121), + [anon_sym_PLUS_EQ] = ACTIONS(5121), + [anon_sym_DASH_EQ] = ACTIONS(5121), + [anon_sym_STAR_EQ] = ACTIONS(5121), + [anon_sym_SLASH_EQ] = ACTIONS(5121), + [anon_sym_PERCENT_EQ] = ACTIONS(5121), + [anon_sym_BANG_EQ] = ACTIONS(5119), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5121), + [anon_sym_EQ_EQ] = ACTIONS(5119), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5121), + [anon_sym_LT_EQ] = ACTIONS(5121), + [anon_sym_GT_EQ] = ACTIONS(5121), + [anon_sym_BANGin] = ACTIONS(5121), + [anon_sym_is] = ACTIONS(5119), + [anon_sym_BANGis] = ACTIONS(5121), + [anon_sym_PLUS] = ACTIONS(5119), + [anon_sym_DASH] = ACTIONS(5119), + [anon_sym_SLASH] = ACTIONS(5119), + [anon_sym_PERCENT] = ACTIONS(5119), + [anon_sym_as_QMARK] = ACTIONS(5121), + [anon_sym_PLUS_PLUS] = ACTIONS(5121), + [anon_sym_DASH_DASH] = ACTIONS(5121), + [anon_sym_BANG_BANG] = ACTIONS(5121), + [anon_sym_suspend] = ACTIONS(5119), + [anon_sym_sealed] = ACTIONS(5119), + [anon_sym_annotation] = ACTIONS(5119), + [anon_sym_data] = ACTIONS(5119), + [anon_sym_inner] = ACTIONS(5119), + [anon_sym_value] = ACTIONS(5119), + [anon_sym_override] = ACTIONS(5119), + [anon_sym_lateinit] = ACTIONS(5119), + [anon_sym_public] = ACTIONS(5119), + [anon_sym_private] = ACTIONS(5119), + [anon_sym_internal] = ACTIONS(5119), + [anon_sym_protected] = ACTIONS(5119), + [anon_sym_tailrec] = ACTIONS(5119), + [anon_sym_operator] = ACTIONS(5119), + [anon_sym_infix] = ACTIONS(5119), + [anon_sym_inline] = ACTIONS(5119), + [anon_sym_external] = ACTIONS(5119), + [sym_property_modifier] = ACTIONS(5119), + [anon_sym_abstract] = ACTIONS(5119), + [anon_sym_final] = ACTIONS(5119), + [anon_sym_open] = ACTIONS(5119), + [anon_sym_vararg] = ACTIONS(5119), + [anon_sym_noinline] = ACTIONS(5119), + [anon_sym_crossinline] = ACTIONS(5119), + [anon_sym_expect] = ACTIONS(5119), + [anon_sym_actual] = ACTIONS(5119), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5121), + [sym_safe_nav] = ACTIONS(5121), + [sym_multiline_comment] = ACTIONS(3), + }, + [3568] = { + [sym_type_constraints] = STATE(3818), + [sym_enum_class_body] = STATE(3829), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(5916), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3274), + [anon_sym_sealed] = ACTIONS(3274), + [anon_sym_annotation] = ACTIONS(3274), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_override] = ACTIONS(3274), + [anon_sym_lateinit] = ACTIONS(3274), + [anon_sym_public] = ACTIONS(3274), + [anon_sym_private] = ACTIONS(3274), + [anon_sym_internal] = ACTIONS(3274), + [anon_sym_protected] = ACTIONS(3274), + [anon_sym_tailrec] = ACTIONS(3274), + [anon_sym_operator] = ACTIONS(3274), + [anon_sym_infix] = ACTIONS(3274), + [anon_sym_inline] = ACTIONS(3274), + [anon_sym_external] = ACTIONS(3274), + [sym_property_modifier] = ACTIONS(3274), + [anon_sym_abstract] = ACTIONS(3274), + [anon_sym_final] = ACTIONS(3274), + [anon_sym_open] = ACTIONS(3274), + [anon_sym_vararg] = ACTIONS(3274), + [anon_sym_noinline] = ACTIONS(3274), + [anon_sym_crossinline] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + }, + [3569] = { + [ts_builtin_sym_end] = ACTIONS(6912), + [sym__alpha_identifier] = ACTIONS(6914), + [anon_sym_AT] = ACTIONS(6912), + [anon_sym_LBRACK] = ACTIONS(6912), + [anon_sym_package] = ACTIONS(6914), + [anon_sym_import] = ACTIONS(6914), + [anon_sym_typealias] = ACTIONS(6914), + [anon_sym_class] = ACTIONS(6914), + [anon_sym_interface] = ACTIONS(6914), + [anon_sym_enum] = ACTIONS(6914), + [anon_sym_LBRACE] = ACTIONS(6912), + [anon_sym_LPAREN] = ACTIONS(6912), + [anon_sym_val] = ACTIONS(6914), + [anon_sym_var] = ACTIONS(6914), + [anon_sym_object] = ACTIONS(6914), + [anon_sym_fun] = ACTIONS(6914), + [anon_sym_get] = ACTIONS(6914), + [anon_sym_set] = ACTIONS(6914), + [anon_sym_this] = ACTIONS(6914), + [anon_sym_super] = ACTIONS(6914), + [anon_sym_STAR] = ACTIONS(6912), + [sym_label] = ACTIONS(6914), + [anon_sym_for] = ACTIONS(6914), + [anon_sym_while] = ACTIONS(6914), + [anon_sym_do] = ACTIONS(6914), + [anon_sym_null] = ACTIONS(6914), + [anon_sym_if] = ACTIONS(6914), + [anon_sym_when] = ACTIONS(6914), + [anon_sym_try] = ACTIONS(6914), + [anon_sym_throw] = ACTIONS(6914), + [anon_sym_return] = ACTIONS(6914), + [anon_sym_continue] = ACTIONS(6914), + [anon_sym_break] = ACTIONS(6914), + [anon_sym_COLON_COLON] = ACTIONS(6912), + [anon_sym_PLUS] = ACTIONS(6914), + [anon_sym_DASH] = ACTIONS(6914), + [anon_sym_PLUS_PLUS] = ACTIONS(6912), + [anon_sym_DASH_DASH] = ACTIONS(6912), + [anon_sym_BANG] = ACTIONS(6912), + [anon_sym_suspend] = ACTIONS(6914), + [anon_sym_sealed] = ACTIONS(6914), + [anon_sym_annotation] = ACTIONS(6914), + [anon_sym_data] = ACTIONS(6914), + [anon_sym_inner] = ACTIONS(6914), + [anon_sym_value] = ACTIONS(6914), + [anon_sym_override] = ACTIONS(6914), + [anon_sym_lateinit] = ACTIONS(6914), + [anon_sym_public] = ACTIONS(6914), + [anon_sym_private] = ACTIONS(6914), + [anon_sym_internal] = ACTIONS(6914), + [anon_sym_protected] = ACTIONS(6914), + [anon_sym_tailrec] = ACTIONS(6914), + [anon_sym_operator] = ACTIONS(6914), + [anon_sym_infix] = ACTIONS(6914), + [anon_sym_inline] = ACTIONS(6914), + [anon_sym_external] = ACTIONS(6914), + [sym_property_modifier] = ACTIONS(6914), + [anon_sym_abstract] = ACTIONS(6914), + [anon_sym_final] = ACTIONS(6914), + [anon_sym_open] = ACTIONS(6914), + [anon_sym_vararg] = ACTIONS(6914), + [anon_sym_noinline] = ACTIONS(6914), + [anon_sym_crossinline] = ACTIONS(6914), + [anon_sym_expect] = ACTIONS(6914), + [anon_sym_actual] = ACTIONS(6914), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(6912), + [anon_sym_continue_AT] = ACTIONS(6912), + [anon_sym_break_AT] = ACTIONS(6912), + [anon_sym_this_AT] = ACTIONS(6912), + [anon_sym_super_AT] = ACTIONS(6912), + [sym_real_literal] = ACTIONS(6912), + [sym_integer_literal] = ACTIONS(6914), + [sym_hex_literal] = ACTIONS(6912), + [sym_bin_literal] = ACTIONS(6912), + [anon_sym_true] = ACTIONS(6914), + [anon_sym_false] = ACTIONS(6914), + [anon_sym_SQUOTE] = ACTIONS(6912), + [sym__backtick_identifier] = ACTIONS(6912), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(6912), + }, + [3570] = { + [sym_type_constraints] = STATE(3706), + [sym_function_body] = STATE(3841), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + }, + [3571] = { + [sym__alpha_identifier] = ACTIONS(5213), + [anon_sym_AT] = ACTIONS(5215), + [anon_sym_LBRACK] = ACTIONS(5215), + [anon_sym_RBRACK] = ACTIONS(5215), + [anon_sym_as] = ACTIONS(5213), + [anon_sym_EQ] = ACTIONS(5213), + [anon_sym_LBRACE] = ACTIONS(5215), + [anon_sym_RBRACE] = ACTIONS(5215), + [anon_sym_LPAREN] = ACTIONS(5215), + [anon_sym_COMMA] = ACTIONS(5215), + [anon_sym_RPAREN] = ACTIONS(5215), + [anon_sym_LT] = ACTIONS(5213), + [anon_sym_GT] = ACTIONS(5213), + [anon_sym_where] = ACTIONS(5213), + [anon_sym_DOT] = ACTIONS(5213), + [anon_sym_SEMI] = ACTIONS(5215), + [anon_sym_get] = ACTIONS(5213), + [anon_sym_set] = ACTIONS(5213), + [anon_sym_STAR] = ACTIONS(5213), + [anon_sym_DASH_GT] = ACTIONS(5215), + [sym_label] = ACTIONS(5215), + [anon_sym_in] = ACTIONS(5213), + [anon_sym_while] = ACTIONS(5213), + [anon_sym_DOT_DOT] = ACTIONS(5215), + [anon_sym_QMARK_COLON] = ACTIONS(5215), + [anon_sym_AMP_AMP] = ACTIONS(5215), + [anon_sym_PIPE_PIPE] = ACTIONS(5215), + [anon_sym_else] = ACTIONS(5213), + [anon_sym_COLON_COLON] = ACTIONS(5215), + [anon_sym_PLUS_EQ] = ACTIONS(5215), + [anon_sym_DASH_EQ] = ACTIONS(5215), + [anon_sym_STAR_EQ] = ACTIONS(5215), + [anon_sym_SLASH_EQ] = ACTIONS(5215), + [anon_sym_PERCENT_EQ] = ACTIONS(5215), + [anon_sym_BANG_EQ] = ACTIONS(5213), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5215), + [anon_sym_EQ_EQ] = ACTIONS(5213), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5215), + [anon_sym_LT_EQ] = ACTIONS(5215), + [anon_sym_GT_EQ] = ACTIONS(5215), + [anon_sym_BANGin] = ACTIONS(5215), + [anon_sym_is] = ACTIONS(5213), + [anon_sym_BANGis] = ACTIONS(5215), + [anon_sym_PLUS] = ACTIONS(5213), + [anon_sym_DASH] = ACTIONS(5213), + [anon_sym_SLASH] = ACTIONS(5213), + [anon_sym_PERCENT] = ACTIONS(5213), + [anon_sym_as_QMARK] = ACTIONS(5215), + [anon_sym_PLUS_PLUS] = ACTIONS(5215), + [anon_sym_DASH_DASH] = ACTIONS(5215), + [anon_sym_BANG_BANG] = ACTIONS(5215), + [anon_sym_suspend] = ACTIONS(5213), + [anon_sym_sealed] = ACTIONS(5213), + [anon_sym_annotation] = ACTIONS(5213), + [anon_sym_data] = ACTIONS(5213), + [anon_sym_inner] = ACTIONS(5213), + [anon_sym_value] = ACTIONS(5213), + [anon_sym_override] = ACTIONS(5213), + [anon_sym_lateinit] = ACTIONS(5213), + [anon_sym_public] = ACTIONS(5213), + [anon_sym_private] = ACTIONS(5213), + [anon_sym_internal] = ACTIONS(5213), + [anon_sym_protected] = ACTIONS(5213), + [anon_sym_tailrec] = ACTIONS(5213), + [anon_sym_operator] = ACTIONS(5213), + [anon_sym_infix] = ACTIONS(5213), + [anon_sym_inline] = ACTIONS(5213), + [anon_sym_external] = ACTIONS(5213), + [sym_property_modifier] = ACTIONS(5213), + [anon_sym_abstract] = ACTIONS(5213), + [anon_sym_final] = ACTIONS(5213), + [anon_sym_open] = ACTIONS(5213), + [anon_sym_vararg] = ACTIONS(5213), + [anon_sym_noinline] = ACTIONS(5213), + [anon_sym_crossinline] = ACTIONS(5213), + [anon_sym_expect] = ACTIONS(5213), + [anon_sym_actual] = ACTIONS(5213), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5215), + [sym_safe_nav] = ACTIONS(5215), + [sym_multiline_comment] = ACTIONS(3), + }, + [3572] = { + [sym__alpha_identifier] = ACTIONS(4906), + [anon_sym_AT] = ACTIONS(4908), + [anon_sym_LBRACK] = ACTIONS(4908), + [anon_sym_RBRACK] = ACTIONS(4908), + [anon_sym_as] = ACTIONS(4906), + [anon_sym_EQ] = ACTIONS(4906), + [anon_sym_LBRACE] = ACTIONS(4908), + [anon_sym_RBRACE] = ACTIONS(4908), + [anon_sym_LPAREN] = ACTIONS(4908), + [anon_sym_COMMA] = ACTIONS(4908), + [anon_sym_RPAREN] = ACTIONS(4908), + [anon_sym_LT] = ACTIONS(4906), + [anon_sym_GT] = ACTIONS(4906), + [anon_sym_where] = ACTIONS(4906), + [anon_sym_DOT] = ACTIONS(4906), + [anon_sym_SEMI] = ACTIONS(4908), + [anon_sym_get] = ACTIONS(4906), + [anon_sym_set] = ACTIONS(4906), + [anon_sym_STAR] = ACTIONS(4906), + [anon_sym_DASH_GT] = ACTIONS(4908), + [sym_label] = ACTIONS(4908), + [anon_sym_in] = ACTIONS(4906), + [anon_sym_while] = ACTIONS(4906), + [anon_sym_DOT_DOT] = ACTIONS(4908), + [anon_sym_QMARK_COLON] = ACTIONS(4908), + [anon_sym_AMP_AMP] = ACTIONS(4908), + [anon_sym_PIPE_PIPE] = ACTIONS(4908), + [anon_sym_else] = ACTIONS(4906), + [anon_sym_COLON_COLON] = ACTIONS(4908), + [anon_sym_PLUS_EQ] = ACTIONS(4908), + [anon_sym_DASH_EQ] = ACTIONS(4908), + [anon_sym_STAR_EQ] = ACTIONS(4908), + [anon_sym_SLASH_EQ] = ACTIONS(4908), + [anon_sym_PERCENT_EQ] = ACTIONS(4908), + [anon_sym_BANG_EQ] = ACTIONS(4906), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4908), + [anon_sym_EQ_EQ] = ACTIONS(4906), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4908), + [anon_sym_LT_EQ] = ACTIONS(4908), + [anon_sym_GT_EQ] = ACTIONS(4908), + [anon_sym_BANGin] = ACTIONS(4908), + [anon_sym_is] = ACTIONS(4906), + [anon_sym_BANGis] = ACTIONS(4908), + [anon_sym_PLUS] = ACTIONS(4906), + [anon_sym_DASH] = ACTIONS(4906), + [anon_sym_SLASH] = ACTIONS(4906), + [anon_sym_PERCENT] = ACTIONS(4906), + [anon_sym_as_QMARK] = ACTIONS(4908), + [anon_sym_PLUS_PLUS] = ACTIONS(4908), + [anon_sym_DASH_DASH] = ACTIONS(4908), + [anon_sym_BANG_BANG] = ACTIONS(4908), + [anon_sym_suspend] = ACTIONS(4906), + [anon_sym_sealed] = ACTIONS(4906), + [anon_sym_annotation] = ACTIONS(4906), + [anon_sym_data] = ACTIONS(4906), + [anon_sym_inner] = ACTIONS(4906), + [anon_sym_value] = ACTIONS(4906), + [anon_sym_override] = ACTIONS(4906), + [anon_sym_lateinit] = ACTIONS(4906), + [anon_sym_public] = ACTIONS(4906), + [anon_sym_private] = ACTIONS(4906), + [anon_sym_internal] = ACTIONS(4906), + [anon_sym_protected] = ACTIONS(4906), + [anon_sym_tailrec] = ACTIONS(4906), + [anon_sym_operator] = ACTIONS(4906), + [anon_sym_infix] = ACTIONS(4906), + [anon_sym_inline] = ACTIONS(4906), + [anon_sym_external] = ACTIONS(4906), + [sym_property_modifier] = ACTIONS(4906), + [anon_sym_abstract] = ACTIONS(4906), + [anon_sym_final] = ACTIONS(4906), + [anon_sym_open] = ACTIONS(4906), + [anon_sym_vararg] = ACTIONS(4906), + [anon_sym_noinline] = ACTIONS(4906), + [anon_sym_crossinline] = ACTIONS(4906), + [anon_sym_expect] = ACTIONS(4906), + [anon_sym_actual] = ACTIONS(4906), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4908), + [sym_safe_nav] = ACTIONS(4908), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), }, - [3569] = { - [ts_builtin_sym_end] = ACTIONS(6920), - [sym__alpha_identifier] = ACTIONS(6922), - [anon_sym_AT] = ACTIONS(6920), - [anon_sym_LBRACK] = ACTIONS(6920), - [anon_sym_package] = ACTIONS(6922), - [anon_sym_import] = ACTIONS(6922), - [anon_sym_typealias] = ACTIONS(6922), - [anon_sym_class] = ACTIONS(6922), - [anon_sym_interface] = ACTIONS(6922), - [anon_sym_enum] = ACTIONS(6922), - [anon_sym_LBRACE] = ACTIONS(6920), - [anon_sym_LPAREN] = ACTIONS(6920), - [anon_sym_val] = ACTIONS(6922), - [anon_sym_var] = ACTIONS(6922), - [anon_sym_object] = ACTIONS(6922), - [anon_sym_fun] = ACTIONS(6922), - [anon_sym_get] = ACTIONS(6922), - [anon_sym_set] = ACTIONS(6922), - [anon_sym_this] = ACTIONS(6922), - [anon_sym_super] = ACTIONS(6922), - [anon_sym_STAR] = ACTIONS(6920), - [sym_label] = ACTIONS(6922), - [anon_sym_for] = ACTIONS(6922), - [anon_sym_while] = ACTIONS(6922), - [anon_sym_do] = ACTIONS(6922), - [anon_sym_null] = ACTIONS(6922), - [anon_sym_if] = ACTIONS(6922), - [anon_sym_when] = ACTIONS(6922), - [anon_sym_try] = ACTIONS(6922), - [anon_sym_throw] = ACTIONS(6922), - [anon_sym_return] = ACTIONS(6922), - [anon_sym_continue] = ACTIONS(6922), - [anon_sym_break] = ACTIONS(6922), - [anon_sym_COLON_COLON] = ACTIONS(6920), - [anon_sym_PLUS] = ACTIONS(6922), - [anon_sym_DASH] = ACTIONS(6922), - [anon_sym_PLUS_PLUS] = ACTIONS(6920), - [anon_sym_DASH_DASH] = ACTIONS(6920), - [anon_sym_BANG] = ACTIONS(6920), - [anon_sym_suspend] = ACTIONS(6922), - [anon_sym_sealed] = ACTIONS(6922), - [anon_sym_annotation] = ACTIONS(6922), - [anon_sym_data] = ACTIONS(6922), - [anon_sym_inner] = ACTIONS(6922), - [anon_sym_value] = ACTIONS(6922), - [anon_sym_override] = ACTIONS(6922), - [anon_sym_lateinit] = ACTIONS(6922), - [anon_sym_public] = ACTIONS(6922), - [anon_sym_private] = ACTIONS(6922), - [anon_sym_internal] = ACTIONS(6922), - [anon_sym_protected] = ACTIONS(6922), - [anon_sym_tailrec] = ACTIONS(6922), - [anon_sym_operator] = ACTIONS(6922), - [anon_sym_infix] = ACTIONS(6922), - [anon_sym_inline] = ACTIONS(6922), - [anon_sym_external] = ACTIONS(6922), - [sym_property_modifier] = ACTIONS(6922), - [anon_sym_abstract] = ACTIONS(6922), - [anon_sym_final] = ACTIONS(6922), - [anon_sym_open] = ACTIONS(6922), - [anon_sym_vararg] = ACTIONS(6922), - [anon_sym_noinline] = ACTIONS(6922), - [anon_sym_crossinline] = ACTIONS(6922), - [anon_sym_expect] = ACTIONS(6922), - [anon_sym_actual] = ACTIONS(6922), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(6920), - [anon_sym_continue_AT] = ACTIONS(6920), - [anon_sym_break_AT] = ACTIONS(6920), - [anon_sym_this_AT] = ACTIONS(6920), - [anon_sym_super_AT] = ACTIONS(6920), - [sym_real_literal] = ACTIONS(6920), - [sym_integer_literal] = ACTIONS(6922), - [sym_hex_literal] = ACTIONS(6920), - [sym_bin_literal] = ACTIONS(6920), - [anon_sym_true] = ACTIONS(6922), - [anon_sym_false] = ACTIONS(6922), - [anon_sym_SQUOTE] = ACTIONS(6920), - [sym__backtick_identifier] = ACTIONS(6920), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(6920), + [3573] = { + [sym_type_constraints] = STATE(3789), + [sym_enum_class_body] = STATE(3885), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_COLON] = ACTIONS(6916), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4202), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), }, - [3570] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(6924), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [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(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), + [3574] = { + [sym__alpha_identifier] = ACTIONS(5123), + [anon_sym_AT] = ACTIONS(5125), + [anon_sym_LBRACK] = ACTIONS(5125), + [anon_sym_RBRACK] = ACTIONS(5125), + [anon_sym_as] = ACTIONS(5123), + [anon_sym_EQ] = ACTIONS(5123), + [anon_sym_LBRACE] = ACTIONS(5125), + [anon_sym_RBRACE] = ACTIONS(5125), + [anon_sym_LPAREN] = ACTIONS(5125), + [anon_sym_COMMA] = ACTIONS(5125), + [anon_sym_RPAREN] = ACTIONS(5125), + [anon_sym_LT] = ACTIONS(5123), + [anon_sym_GT] = ACTIONS(5123), + [anon_sym_where] = ACTIONS(5123), + [anon_sym_DOT] = ACTIONS(5123), + [anon_sym_SEMI] = ACTIONS(5125), + [anon_sym_get] = ACTIONS(5123), + [anon_sym_set] = ACTIONS(5123), + [anon_sym_STAR] = ACTIONS(5123), + [anon_sym_DASH_GT] = ACTIONS(5125), + [sym_label] = ACTIONS(5125), + [anon_sym_in] = ACTIONS(5123), + [anon_sym_while] = ACTIONS(5123), + [anon_sym_DOT_DOT] = ACTIONS(5125), + [anon_sym_QMARK_COLON] = ACTIONS(5125), + [anon_sym_AMP_AMP] = ACTIONS(5125), + [anon_sym_PIPE_PIPE] = ACTIONS(5125), + [anon_sym_else] = ACTIONS(5123), + [anon_sym_COLON_COLON] = ACTIONS(5125), + [anon_sym_PLUS_EQ] = ACTIONS(5125), + [anon_sym_DASH_EQ] = ACTIONS(5125), + [anon_sym_STAR_EQ] = ACTIONS(5125), + [anon_sym_SLASH_EQ] = ACTIONS(5125), + [anon_sym_PERCENT_EQ] = ACTIONS(5125), + [anon_sym_BANG_EQ] = ACTIONS(5123), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5125), + [anon_sym_EQ_EQ] = ACTIONS(5123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5125), + [anon_sym_LT_EQ] = ACTIONS(5125), + [anon_sym_GT_EQ] = ACTIONS(5125), + [anon_sym_BANGin] = ACTIONS(5125), + [anon_sym_is] = ACTIONS(5123), + [anon_sym_BANGis] = ACTIONS(5125), + [anon_sym_PLUS] = ACTIONS(5123), + [anon_sym_DASH] = ACTIONS(5123), + [anon_sym_SLASH] = ACTIONS(5123), + [anon_sym_PERCENT] = ACTIONS(5123), + [anon_sym_as_QMARK] = ACTIONS(5125), + [anon_sym_PLUS_PLUS] = ACTIONS(5125), + [anon_sym_DASH_DASH] = ACTIONS(5125), + [anon_sym_BANG_BANG] = ACTIONS(5125), + [anon_sym_suspend] = ACTIONS(5123), + [anon_sym_sealed] = ACTIONS(5123), + [anon_sym_annotation] = ACTIONS(5123), + [anon_sym_data] = ACTIONS(5123), + [anon_sym_inner] = ACTIONS(5123), + [anon_sym_value] = ACTIONS(5123), + [anon_sym_override] = ACTIONS(5123), + [anon_sym_lateinit] = ACTIONS(5123), + [anon_sym_public] = ACTIONS(5123), + [anon_sym_private] = ACTIONS(5123), + [anon_sym_internal] = ACTIONS(5123), + [anon_sym_protected] = ACTIONS(5123), + [anon_sym_tailrec] = ACTIONS(5123), + [anon_sym_operator] = ACTIONS(5123), + [anon_sym_infix] = ACTIONS(5123), + [anon_sym_inline] = ACTIONS(5123), + [anon_sym_external] = ACTIONS(5123), + [sym_property_modifier] = ACTIONS(5123), + [anon_sym_abstract] = ACTIONS(5123), + [anon_sym_final] = ACTIONS(5123), + [anon_sym_open] = ACTIONS(5123), + [anon_sym_vararg] = ACTIONS(5123), + [anon_sym_noinline] = ACTIONS(5123), + [anon_sym_crossinline] = ACTIONS(5123), + [anon_sym_expect] = ACTIONS(5123), + [anon_sym_actual] = ACTIONS(5123), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5125), + [sym_safe_nav] = ACTIONS(5125), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), }, - [3571] = { + [3575] = { + [sym_type_constraints] = STATE(4001), + [sym_function_body] = STATE(3226), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_COLON] = ACTIONS(6918), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4151), + [anon_sym_fun] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_this] = ACTIONS(4151), + [anon_sym_super] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4153), + [sym_label] = ACTIONS(4151), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_if] = ACTIONS(4151), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_when] = ACTIONS(4151), + [anon_sym_try] = ACTIONS(4151), + [anon_sym_throw] = ACTIONS(4151), + [anon_sym_return] = ACTIONS(4151), + [anon_sym_continue] = ACTIONS(4151), + [anon_sym_break] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4153), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4151), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4153), + [anon_sym_continue_AT] = ACTIONS(4153), + [anon_sym_break_AT] = ACTIONS(4153), + [anon_sym_this_AT] = ACTIONS(4153), + [anon_sym_super_AT] = ACTIONS(4153), + [sym_real_literal] = ACTIONS(4153), + [sym_integer_literal] = ACTIONS(4151), + [sym_hex_literal] = ACTIONS(4153), + [sym_bin_literal] = ACTIONS(4153), + [anon_sym_true] = ACTIONS(4151), + [anon_sym_false] = ACTIONS(4151), + [anon_sym_SQUOTE] = ACTIONS(4153), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4153), + }, + [3576] = { + [sym_class_body] = STATE(3562), + [sym_type_constraints] = STATE(3300), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_COLON] = ACTIONS(5932), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_RPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_while] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3290), + [anon_sym_sealed] = ACTIONS(3290), + [anon_sym_annotation] = ACTIONS(3290), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_override] = ACTIONS(3290), + [anon_sym_lateinit] = ACTIONS(3290), + [anon_sym_public] = ACTIONS(3290), + [anon_sym_private] = ACTIONS(3290), + [anon_sym_internal] = ACTIONS(3290), + [anon_sym_protected] = ACTIONS(3290), + [anon_sym_tailrec] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_infix] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_external] = ACTIONS(3290), + [sym_property_modifier] = ACTIONS(3290), + [anon_sym_abstract] = ACTIONS(3290), + [anon_sym_final] = ACTIONS(3290), + [anon_sym_open] = ACTIONS(3290), + [anon_sym_vararg] = ACTIONS(3290), + [anon_sym_noinline] = ACTIONS(3290), + [anon_sym_crossinline] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + }, + [3577] = { [sym__alpha_identifier] = ACTIONS(4281), [anon_sym_AT] = ACTIONS(4284), [anon_sym_LBRACK] = ACTIONS(4284), @@ -409987,17 +410449,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ] = ACTIONS(4289), [anon_sym_LBRACE] = ACTIONS(4284), [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(6928), + [anon_sym_LPAREN] = ACTIONS(6920), [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), [anon_sym_DOT] = ACTIONS(4289), [anon_sym_SEMI] = ACTIONS(4287), [anon_sym_get] = ACTIONS(4281), [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), [anon_sym_STAR] = ACTIONS(4281), [sym_label] = ACTIONS(4281), [anon_sym_in] = ACTIONS(4289), @@ -410005,15 +410467,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(4287), [anon_sym_AMP_AMP] = ACTIONS(4287), [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), [anon_sym_COLON_COLON] = ACTIONS(4284), [anon_sym_PLUS_EQ] = ACTIONS(4287), [anon_sym_DASH_EQ] = ACTIONS(4287), @@ -410036,7 +410498,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(4287), [anon_sym_PLUS_PLUS] = ACTIONS(4284), [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4004), + [anon_sym_BANG] = ACTIONS(3976), [anon_sym_BANG_BANG] = ACTIONS(4287), [anon_sym_data] = ACTIONS(4281), [anon_sym_inner] = ACTIONS(4281), @@ -410044,1602 +410506,1270 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4281), [anon_sym_actual] = ACTIONS(4281), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), [sym__backtick_identifier] = ACTIONS(4284), [sym__automatic_semicolon] = ACTIONS(4287), [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [3572] = { - [sym_type_constraints] = STATE(3937), - [sym_function_body] = STATE(3982), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_COLON] = ACTIONS(6932), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - }, - [3573] = { - [sym_class_body] = STATE(3565), - [sym_type_constraints] = STATE(3329), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_COLON] = ACTIONS(5934), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [anon_sym_while] = ACTIONS(3270), - [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(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [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(3270), - [anon_sym_sealed] = ACTIONS(3270), - [anon_sym_annotation] = ACTIONS(3270), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_override] = ACTIONS(3270), - [anon_sym_lateinit] = ACTIONS(3270), - [anon_sym_public] = ACTIONS(3270), - [anon_sym_private] = ACTIONS(3270), - [anon_sym_internal] = ACTIONS(3270), - [anon_sym_protected] = ACTIONS(3270), - [anon_sym_tailrec] = ACTIONS(3270), - [anon_sym_operator] = ACTIONS(3270), - [anon_sym_infix] = ACTIONS(3270), - [anon_sym_inline] = ACTIONS(3270), - [anon_sym_external] = ACTIONS(3270), - [sym_property_modifier] = ACTIONS(3270), - [anon_sym_abstract] = ACTIONS(3270), - [anon_sym_final] = ACTIONS(3270), - [anon_sym_open] = ACTIONS(3270), - [anon_sym_vararg] = ACTIONS(3270), - [anon_sym_noinline] = ACTIONS(3270), - [anon_sym_crossinline] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), - [sym_multiline_comment] = ACTIONS(3), - }, - [3574] = { - [sym_type_constraints] = STATE(3913), - [sym_function_body] = STATE(3916), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_COLON] = ACTIONS(6936), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - }, - [3575] = { - [sym_class_body] = STATE(3543), - [sym_type_constraints] = STATE(3346), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_COLON] = ACTIONS(6938), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_RPAREN] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [sym_label] = ACTIONS(4329), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_while] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), - [sym_multiline_comment] = ACTIONS(3), - }, - [3576] = { - [sym_type_constraints] = STATE(3325), - [sym_enum_class_body] = STATE(3539), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(5864), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - }, - [3577] = { - [sym_class_body] = STATE(3539), - [sym_type_constraints] = STATE(3280), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(5856), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), }, [3578] = { - [sym_type_constraints] = STATE(3905), - [sym_function_body] = STATE(3846), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_COLON] = ACTIONS(6940), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(6924), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4303), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), }, [3579] = { - [sym_type_constraints] = STATE(3303), - [sym_enum_class_body] = STATE(3513), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(6942), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_RPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_while] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), + [sym_type_constraints] = STATE(3983), + [sym_function_body] = STATE(3189), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4157), + [anon_sym_AT] = ACTIONS(4159), + [anon_sym_COLON] = ACTIONS(6928), + [anon_sym_LBRACK] = ACTIONS(4159), + [anon_sym_as] = ACTIONS(4157), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4159), + [anon_sym_LPAREN] = ACTIONS(4159), + [anon_sym_LT] = ACTIONS(4157), + [anon_sym_GT] = ACTIONS(4157), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4157), + [anon_sym_fun] = ACTIONS(4157), + [anon_sym_DOT] = ACTIONS(4157), + [anon_sym_SEMI] = ACTIONS(4159), + [anon_sym_get] = ACTIONS(4157), + [anon_sym_set] = ACTIONS(4157), + [anon_sym_this] = ACTIONS(4157), + [anon_sym_super] = ACTIONS(4157), + [anon_sym_STAR] = ACTIONS(4159), + [sym_label] = ACTIONS(4157), + [anon_sym_in] = ACTIONS(4157), + [anon_sym_DOT_DOT] = ACTIONS(4159), + [anon_sym_QMARK_COLON] = ACTIONS(4159), + [anon_sym_AMP_AMP] = ACTIONS(4159), + [anon_sym_PIPE_PIPE] = ACTIONS(4159), + [anon_sym_null] = ACTIONS(4157), + [anon_sym_if] = ACTIONS(4157), + [anon_sym_else] = ACTIONS(4157), + [anon_sym_when] = ACTIONS(4157), + [anon_sym_try] = ACTIONS(4157), + [anon_sym_throw] = ACTIONS(4157), + [anon_sym_return] = ACTIONS(4157), + [anon_sym_continue] = ACTIONS(4157), + [anon_sym_break] = ACTIONS(4157), + [anon_sym_COLON_COLON] = ACTIONS(4159), + [anon_sym_BANG_EQ] = ACTIONS(4157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4159), + [anon_sym_EQ_EQ] = ACTIONS(4157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4159), + [anon_sym_LT_EQ] = ACTIONS(4159), + [anon_sym_GT_EQ] = ACTIONS(4159), + [anon_sym_BANGin] = ACTIONS(4159), + [anon_sym_is] = ACTIONS(4157), + [anon_sym_BANGis] = ACTIONS(4159), + [anon_sym_PLUS] = ACTIONS(4157), + [anon_sym_DASH] = ACTIONS(4157), + [anon_sym_SLASH] = ACTIONS(4157), + [anon_sym_PERCENT] = ACTIONS(4159), + [anon_sym_as_QMARK] = ACTIONS(4159), + [anon_sym_PLUS_PLUS] = ACTIONS(4159), + [anon_sym_DASH_DASH] = ACTIONS(4159), + [anon_sym_BANG] = ACTIONS(4157), + [anon_sym_BANG_BANG] = ACTIONS(4159), + [anon_sym_data] = ACTIONS(4157), + [anon_sym_inner] = ACTIONS(4157), + [anon_sym_value] = ACTIONS(4157), + [anon_sym_expect] = ACTIONS(4157), + [anon_sym_actual] = ACTIONS(4157), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4159), + [anon_sym_continue_AT] = ACTIONS(4159), + [anon_sym_break_AT] = ACTIONS(4159), + [anon_sym_this_AT] = ACTIONS(4159), + [anon_sym_super_AT] = ACTIONS(4159), + [sym_real_literal] = ACTIONS(4159), + [sym_integer_literal] = ACTIONS(4157), + [sym_hex_literal] = ACTIONS(4159), + [sym_bin_literal] = ACTIONS(4159), + [anon_sym_true] = ACTIONS(4157), + [anon_sym_false] = ACTIONS(4157), + [anon_sym_SQUOTE] = ACTIONS(4159), + [sym__backtick_identifier] = ACTIONS(4159), + [sym__automatic_semicolon] = ACTIONS(4159), + [sym_safe_nav] = ACTIONS(4159), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4159), }, [3580] = { - [sym_class_body] = STATE(3513), - [sym_type_constraints] = STATE(3324), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(6944), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_RPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_while] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), + [sym__alpha_identifier] = ACTIONS(5110), + [anon_sym_AT] = ACTIONS(5112), + [anon_sym_LBRACK] = ACTIONS(5112), + [anon_sym_RBRACK] = ACTIONS(5112), + [anon_sym_as] = ACTIONS(5110), + [anon_sym_EQ] = ACTIONS(5110), + [anon_sym_LBRACE] = ACTIONS(5112), + [anon_sym_RBRACE] = ACTIONS(5112), + [anon_sym_LPAREN] = ACTIONS(5112), + [anon_sym_COMMA] = ACTIONS(5112), + [anon_sym_RPAREN] = ACTIONS(5112), + [anon_sym_LT] = ACTIONS(5110), + [anon_sym_GT] = ACTIONS(5110), + [anon_sym_where] = ACTIONS(5110), + [anon_sym_DOT] = ACTIONS(5110), + [anon_sym_SEMI] = ACTIONS(5112), + [anon_sym_get] = ACTIONS(5110), + [anon_sym_set] = ACTIONS(5110), + [anon_sym_STAR] = ACTIONS(5110), + [anon_sym_DASH_GT] = ACTIONS(5112), + [sym_label] = ACTIONS(5112), + [anon_sym_in] = ACTIONS(5110), + [anon_sym_while] = ACTIONS(5110), + [anon_sym_DOT_DOT] = ACTIONS(5112), + [anon_sym_QMARK_COLON] = ACTIONS(5112), + [anon_sym_AMP_AMP] = ACTIONS(5112), + [anon_sym_PIPE_PIPE] = ACTIONS(5112), + [anon_sym_else] = ACTIONS(5110), + [anon_sym_COLON_COLON] = ACTIONS(6837), + [anon_sym_PLUS_EQ] = ACTIONS(5112), + [anon_sym_DASH_EQ] = ACTIONS(5112), + [anon_sym_STAR_EQ] = ACTIONS(5112), + [anon_sym_SLASH_EQ] = ACTIONS(5112), + [anon_sym_PERCENT_EQ] = ACTIONS(5112), + [anon_sym_BANG_EQ] = ACTIONS(5110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5112), + [anon_sym_EQ_EQ] = ACTIONS(5110), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5112), + [anon_sym_LT_EQ] = ACTIONS(5112), + [anon_sym_GT_EQ] = ACTIONS(5112), + [anon_sym_BANGin] = ACTIONS(5112), + [anon_sym_is] = ACTIONS(5110), + [anon_sym_BANGis] = ACTIONS(5112), + [anon_sym_PLUS] = ACTIONS(5110), + [anon_sym_DASH] = ACTIONS(5110), + [anon_sym_SLASH] = ACTIONS(5110), + [anon_sym_PERCENT] = ACTIONS(5110), + [anon_sym_as_QMARK] = ACTIONS(5112), + [anon_sym_PLUS_PLUS] = ACTIONS(5112), + [anon_sym_DASH_DASH] = ACTIONS(5112), + [anon_sym_BANG_BANG] = ACTIONS(5112), + [anon_sym_suspend] = ACTIONS(5110), + [anon_sym_sealed] = ACTIONS(5110), + [anon_sym_annotation] = ACTIONS(5110), + [anon_sym_data] = ACTIONS(5110), + [anon_sym_inner] = ACTIONS(5110), + [anon_sym_value] = ACTIONS(5110), + [anon_sym_override] = ACTIONS(5110), + [anon_sym_lateinit] = ACTIONS(5110), + [anon_sym_public] = ACTIONS(5110), + [anon_sym_private] = ACTIONS(5110), + [anon_sym_internal] = ACTIONS(5110), + [anon_sym_protected] = ACTIONS(5110), + [anon_sym_tailrec] = ACTIONS(5110), + [anon_sym_operator] = ACTIONS(5110), + [anon_sym_infix] = ACTIONS(5110), + [anon_sym_inline] = ACTIONS(5110), + [anon_sym_external] = ACTIONS(5110), + [sym_property_modifier] = ACTIONS(5110), + [anon_sym_abstract] = ACTIONS(5110), + [anon_sym_final] = ACTIONS(5110), + [anon_sym_open] = ACTIONS(5110), + [anon_sym_vararg] = ACTIONS(5110), + [anon_sym_noinline] = ACTIONS(5110), + [anon_sym_crossinline] = ACTIONS(5110), + [anon_sym_expect] = ACTIONS(5110), + [anon_sym_actual] = ACTIONS(5110), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5112), + [sym_safe_nav] = ACTIONS(5112), [sym_multiline_comment] = ACTIONS(3), }, [3581] = { - [sym_type_constraints] = STATE(3897), - [sym_function_body] = STATE(4035), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_COLON] = ACTIONS(6946), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [sym_label] = ACTIONS(4139), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), + [sym__alpha_identifier] = ACTIONS(4922), + [anon_sym_AT] = ACTIONS(4924), + [anon_sym_LBRACK] = ACTIONS(4924), + [anon_sym_RBRACK] = ACTIONS(4924), + [anon_sym_as] = ACTIONS(4922), + [anon_sym_EQ] = ACTIONS(4922), + [anon_sym_LBRACE] = ACTIONS(4924), + [anon_sym_RBRACE] = ACTIONS(4924), + [anon_sym_LPAREN] = ACTIONS(4924), + [anon_sym_COMMA] = ACTIONS(4924), + [anon_sym_RPAREN] = ACTIONS(4924), + [anon_sym_LT] = ACTIONS(4922), + [anon_sym_GT] = ACTIONS(4922), + [anon_sym_where] = ACTIONS(4922), + [anon_sym_DOT] = ACTIONS(4922), + [anon_sym_SEMI] = ACTIONS(4924), + [anon_sym_get] = ACTIONS(4922), + [anon_sym_set] = ACTIONS(4922), + [anon_sym_STAR] = ACTIONS(4922), + [anon_sym_DASH_GT] = ACTIONS(4924), + [sym_label] = ACTIONS(4924), + [anon_sym_in] = ACTIONS(4922), + [anon_sym_while] = ACTIONS(4922), + [anon_sym_DOT_DOT] = ACTIONS(4924), + [anon_sym_QMARK_COLON] = ACTIONS(4924), + [anon_sym_AMP_AMP] = ACTIONS(4924), + [anon_sym_PIPE_PIPE] = ACTIONS(4924), + [anon_sym_else] = ACTIONS(4922), + [anon_sym_COLON_COLON] = ACTIONS(4924), + [anon_sym_PLUS_EQ] = ACTIONS(4924), + [anon_sym_DASH_EQ] = ACTIONS(4924), + [anon_sym_STAR_EQ] = ACTIONS(4924), + [anon_sym_SLASH_EQ] = ACTIONS(4924), + [anon_sym_PERCENT_EQ] = ACTIONS(4924), + [anon_sym_BANG_EQ] = ACTIONS(4922), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4924), + [anon_sym_EQ_EQ] = ACTIONS(4922), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4924), + [anon_sym_LT_EQ] = ACTIONS(4924), + [anon_sym_GT_EQ] = ACTIONS(4924), + [anon_sym_BANGin] = ACTIONS(4924), + [anon_sym_is] = ACTIONS(4922), + [anon_sym_BANGis] = ACTIONS(4924), + [anon_sym_PLUS] = ACTIONS(4922), + [anon_sym_DASH] = ACTIONS(4922), + [anon_sym_SLASH] = ACTIONS(4922), + [anon_sym_PERCENT] = ACTIONS(4922), + [anon_sym_as_QMARK] = ACTIONS(4924), + [anon_sym_PLUS_PLUS] = ACTIONS(4924), + [anon_sym_DASH_DASH] = ACTIONS(4924), + [anon_sym_BANG_BANG] = ACTIONS(4924), + [anon_sym_suspend] = ACTIONS(4922), + [anon_sym_sealed] = ACTIONS(4922), + [anon_sym_annotation] = ACTIONS(4922), + [anon_sym_data] = ACTIONS(4922), + [anon_sym_inner] = ACTIONS(4922), + [anon_sym_value] = ACTIONS(4922), + [anon_sym_override] = ACTIONS(4922), + [anon_sym_lateinit] = ACTIONS(4922), + [anon_sym_public] = ACTIONS(4922), + [anon_sym_private] = ACTIONS(4922), + [anon_sym_internal] = ACTIONS(4922), + [anon_sym_protected] = ACTIONS(4922), + [anon_sym_tailrec] = ACTIONS(4922), + [anon_sym_operator] = ACTIONS(4922), + [anon_sym_infix] = ACTIONS(4922), + [anon_sym_inline] = ACTIONS(4922), + [anon_sym_external] = ACTIONS(4922), + [sym_property_modifier] = ACTIONS(4922), + [anon_sym_abstract] = ACTIONS(4922), + [anon_sym_final] = ACTIONS(4922), + [anon_sym_open] = ACTIONS(4922), + [anon_sym_vararg] = ACTIONS(4922), + [anon_sym_noinline] = ACTIONS(4922), + [anon_sym_crossinline] = ACTIONS(4922), + [anon_sym_expect] = ACTIONS(4922), + [anon_sym_actual] = ACTIONS(4922), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4924), + [sym_safe_nav] = ACTIONS(4924), [sym_multiline_comment] = ACTIONS(3), }, [3582] = { - [sym_type_constraints] = STATE(3327), - [sym_enum_class_body] = STATE(3501), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_COLON] = ACTIONS(5940), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_RPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_while] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3286), - [anon_sym_sealed] = ACTIONS(3286), - [anon_sym_annotation] = ACTIONS(3286), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_override] = ACTIONS(3286), - [anon_sym_lateinit] = ACTIONS(3286), - [anon_sym_public] = ACTIONS(3286), - [anon_sym_private] = ACTIONS(3286), - [anon_sym_internal] = ACTIONS(3286), - [anon_sym_protected] = ACTIONS(3286), - [anon_sym_tailrec] = ACTIONS(3286), - [anon_sym_operator] = ACTIONS(3286), - [anon_sym_infix] = ACTIONS(3286), - [anon_sym_inline] = ACTIONS(3286), - [anon_sym_external] = ACTIONS(3286), - [sym_property_modifier] = ACTIONS(3286), - [anon_sym_abstract] = ACTIONS(3286), - [anon_sym_final] = ACTIONS(3286), - [anon_sym_open] = ACTIONS(3286), - [anon_sym_vararg] = ACTIONS(3286), - [anon_sym_noinline] = ACTIONS(3286), - [anon_sym_crossinline] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [sym__alpha_identifier] = ACTIONS(5102), + [anon_sym_AT] = ACTIONS(5104), + [anon_sym_LBRACK] = ACTIONS(5104), + [anon_sym_RBRACK] = ACTIONS(5104), + [anon_sym_as] = ACTIONS(5102), + [anon_sym_EQ] = ACTIONS(5102), + [anon_sym_LBRACE] = ACTIONS(5104), + [anon_sym_RBRACE] = ACTIONS(5104), + [anon_sym_LPAREN] = ACTIONS(5104), + [anon_sym_COMMA] = ACTIONS(5104), + [anon_sym_RPAREN] = ACTIONS(5104), + [anon_sym_LT] = ACTIONS(5102), + [anon_sym_GT] = ACTIONS(5102), + [anon_sym_where] = ACTIONS(5102), + [anon_sym_DOT] = ACTIONS(5102), + [anon_sym_SEMI] = ACTIONS(5104), + [anon_sym_get] = ACTIONS(5102), + [anon_sym_set] = ACTIONS(5102), + [anon_sym_STAR] = ACTIONS(5102), + [anon_sym_DASH_GT] = ACTIONS(5104), + [sym_label] = ACTIONS(5104), + [anon_sym_in] = ACTIONS(5102), + [anon_sym_while] = ACTIONS(5102), + [anon_sym_DOT_DOT] = ACTIONS(5104), + [anon_sym_QMARK_COLON] = ACTIONS(5104), + [anon_sym_AMP_AMP] = ACTIONS(5104), + [anon_sym_PIPE_PIPE] = ACTIONS(5104), + [anon_sym_else] = ACTIONS(5102), + [anon_sym_COLON_COLON] = ACTIONS(5104), + [anon_sym_PLUS_EQ] = ACTIONS(5104), + [anon_sym_DASH_EQ] = ACTIONS(5104), + [anon_sym_STAR_EQ] = ACTIONS(5104), + [anon_sym_SLASH_EQ] = ACTIONS(5104), + [anon_sym_PERCENT_EQ] = ACTIONS(5104), + [anon_sym_BANG_EQ] = ACTIONS(5102), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5104), + [anon_sym_EQ_EQ] = ACTIONS(5102), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5104), + [anon_sym_LT_EQ] = ACTIONS(5104), + [anon_sym_GT_EQ] = ACTIONS(5104), + [anon_sym_BANGin] = ACTIONS(5104), + [anon_sym_is] = ACTIONS(5102), + [anon_sym_BANGis] = ACTIONS(5104), + [anon_sym_PLUS] = ACTIONS(5102), + [anon_sym_DASH] = ACTIONS(5102), + [anon_sym_SLASH] = ACTIONS(5102), + [anon_sym_PERCENT] = ACTIONS(5102), + [anon_sym_as_QMARK] = ACTIONS(5104), + [anon_sym_PLUS_PLUS] = ACTIONS(5104), + [anon_sym_DASH_DASH] = ACTIONS(5104), + [anon_sym_BANG_BANG] = ACTIONS(5104), + [anon_sym_suspend] = ACTIONS(5102), + [anon_sym_sealed] = ACTIONS(5102), + [anon_sym_annotation] = ACTIONS(5102), + [anon_sym_data] = ACTIONS(5102), + [anon_sym_inner] = ACTIONS(5102), + [anon_sym_value] = ACTIONS(5102), + [anon_sym_override] = ACTIONS(5102), + [anon_sym_lateinit] = ACTIONS(5102), + [anon_sym_public] = ACTIONS(5102), + [anon_sym_private] = ACTIONS(5102), + [anon_sym_internal] = ACTIONS(5102), + [anon_sym_protected] = ACTIONS(5102), + [anon_sym_tailrec] = ACTIONS(5102), + [anon_sym_operator] = ACTIONS(5102), + [anon_sym_infix] = ACTIONS(5102), + [anon_sym_inline] = ACTIONS(5102), + [anon_sym_external] = ACTIONS(5102), + [sym_property_modifier] = ACTIONS(5102), + [anon_sym_abstract] = ACTIONS(5102), + [anon_sym_final] = ACTIONS(5102), + [anon_sym_open] = ACTIONS(5102), + [anon_sym_vararg] = ACTIONS(5102), + [anon_sym_noinline] = ACTIONS(5102), + [anon_sym_crossinline] = ACTIONS(5102), + [anon_sym_expect] = ACTIONS(5102), + [anon_sym_actual] = ACTIONS(5102), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5104), + [sym_safe_nav] = ACTIONS(5104), [sym_multiline_comment] = ACTIONS(3), }, [3583] = { - [sym__alpha_identifier] = ACTIONS(4942), - [anon_sym_AT] = ACTIONS(4944), - [anon_sym_LBRACK] = ACTIONS(4944), - [anon_sym_RBRACK] = ACTIONS(4944), - [anon_sym_as] = ACTIONS(4942), - [anon_sym_EQ] = ACTIONS(4942), - [anon_sym_LBRACE] = ACTIONS(4944), - [anon_sym_RBRACE] = ACTIONS(4944), - [anon_sym_LPAREN] = ACTIONS(4944), - [anon_sym_COMMA] = ACTIONS(4944), - [anon_sym_RPAREN] = ACTIONS(4944), - [anon_sym_LT] = ACTIONS(4942), - [anon_sym_GT] = ACTIONS(4942), - [anon_sym_where] = ACTIONS(4942), - [anon_sym_DOT] = ACTIONS(4942), - [anon_sym_SEMI] = ACTIONS(4944), - [anon_sym_get] = ACTIONS(4942), - [anon_sym_set] = ACTIONS(4942), - [anon_sym_STAR] = ACTIONS(4942), - [anon_sym_DASH_GT] = ACTIONS(4944), - [sym_label] = ACTIONS(4944), - [anon_sym_in] = ACTIONS(4942), - [anon_sym_while] = ACTIONS(4942), - [anon_sym_DOT_DOT] = ACTIONS(4944), - [anon_sym_QMARK_COLON] = ACTIONS(4944), - [anon_sym_AMP_AMP] = ACTIONS(4944), - [anon_sym_PIPE_PIPE] = ACTIONS(4944), - [anon_sym_else] = ACTIONS(4942), - [anon_sym_COLON_COLON] = ACTIONS(4944), - [anon_sym_PLUS_EQ] = ACTIONS(4944), - [anon_sym_DASH_EQ] = ACTIONS(4944), - [anon_sym_STAR_EQ] = ACTIONS(4944), - [anon_sym_SLASH_EQ] = ACTIONS(4944), - [anon_sym_PERCENT_EQ] = ACTIONS(4944), - [anon_sym_BANG_EQ] = ACTIONS(4942), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4944), - [anon_sym_EQ_EQ] = ACTIONS(4942), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4944), - [anon_sym_LT_EQ] = ACTIONS(4944), - [anon_sym_GT_EQ] = ACTIONS(4944), - [anon_sym_BANGin] = ACTIONS(4944), - [anon_sym_is] = ACTIONS(4942), - [anon_sym_BANGis] = ACTIONS(4944), - [anon_sym_PLUS] = ACTIONS(4942), - [anon_sym_DASH] = ACTIONS(4942), - [anon_sym_SLASH] = ACTIONS(4942), - [anon_sym_PERCENT] = ACTIONS(4942), - [anon_sym_as_QMARK] = ACTIONS(4944), - [anon_sym_PLUS_PLUS] = ACTIONS(4944), - [anon_sym_DASH_DASH] = ACTIONS(4944), - [anon_sym_BANG_BANG] = ACTIONS(4944), - [anon_sym_suspend] = ACTIONS(4942), - [anon_sym_sealed] = ACTIONS(4942), - [anon_sym_annotation] = ACTIONS(4942), - [anon_sym_data] = ACTIONS(4942), - [anon_sym_inner] = ACTIONS(4942), - [anon_sym_value] = ACTIONS(4942), - [anon_sym_override] = ACTIONS(4942), - [anon_sym_lateinit] = ACTIONS(4942), - [anon_sym_public] = ACTIONS(4942), - [anon_sym_private] = ACTIONS(4942), - [anon_sym_internal] = ACTIONS(4942), - [anon_sym_protected] = ACTIONS(4942), - [anon_sym_tailrec] = ACTIONS(4942), - [anon_sym_operator] = ACTIONS(4942), - [anon_sym_infix] = ACTIONS(4942), - [anon_sym_inline] = ACTIONS(4942), - [anon_sym_external] = ACTIONS(4942), - [sym_property_modifier] = ACTIONS(4942), - [anon_sym_abstract] = ACTIONS(4942), - [anon_sym_final] = ACTIONS(4942), - [anon_sym_open] = ACTIONS(4942), - [anon_sym_vararg] = ACTIONS(4942), - [anon_sym_noinline] = ACTIONS(4942), - [anon_sym_crossinline] = ACTIONS(4942), - [anon_sym_expect] = ACTIONS(4942), - [anon_sym_actual] = ACTIONS(4942), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4944), - [sym_safe_nav] = ACTIONS(4944), + [sym__alpha_identifier] = ACTIONS(5092), + [anon_sym_AT] = ACTIONS(5094), + [anon_sym_LBRACK] = ACTIONS(5094), + [anon_sym_RBRACK] = ACTIONS(5094), + [anon_sym_as] = ACTIONS(5092), + [anon_sym_EQ] = ACTIONS(5092), + [anon_sym_LBRACE] = ACTIONS(5094), + [anon_sym_RBRACE] = ACTIONS(5094), + [anon_sym_LPAREN] = ACTIONS(5094), + [anon_sym_COMMA] = ACTIONS(5094), + [anon_sym_RPAREN] = ACTIONS(5094), + [anon_sym_LT] = ACTIONS(5092), + [anon_sym_GT] = ACTIONS(5092), + [anon_sym_where] = ACTIONS(5092), + [anon_sym_DOT] = ACTIONS(5092), + [anon_sym_SEMI] = ACTIONS(5094), + [anon_sym_get] = ACTIONS(5092), + [anon_sym_set] = ACTIONS(5092), + [anon_sym_STAR] = ACTIONS(5092), + [anon_sym_DASH_GT] = ACTIONS(5094), + [sym_label] = ACTIONS(5094), + [anon_sym_in] = ACTIONS(5092), + [anon_sym_while] = ACTIONS(5092), + [anon_sym_DOT_DOT] = ACTIONS(5094), + [anon_sym_QMARK_COLON] = ACTIONS(5094), + [anon_sym_AMP_AMP] = ACTIONS(5094), + [anon_sym_PIPE_PIPE] = ACTIONS(5094), + [anon_sym_else] = ACTIONS(5092), + [anon_sym_COLON_COLON] = ACTIONS(5094), + [anon_sym_PLUS_EQ] = ACTIONS(5094), + [anon_sym_DASH_EQ] = ACTIONS(5094), + [anon_sym_STAR_EQ] = ACTIONS(5094), + [anon_sym_SLASH_EQ] = ACTIONS(5094), + [anon_sym_PERCENT_EQ] = ACTIONS(5094), + [anon_sym_BANG_EQ] = ACTIONS(5092), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5094), + [anon_sym_EQ_EQ] = ACTIONS(5092), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5094), + [anon_sym_LT_EQ] = ACTIONS(5094), + [anon_sym_GT_EQ] = ACTIONS(5094), + [anon_sym_BANGin] = ACTIONS(5094), + [anon_sym_is] = ACTIONS(5092), + [anon_sym_BANGis] = ACTIONS(5094), + [anon_sym_PLUS] = ACTIONS(5092), + [anon_sym_DASH] = ACTIONS(5092), + [anon_sym_SLASH] = ACTIONS(5092), + [anon_sym_PERCENT] = ACTIONS(5092), + [anon_sym_as_QMARK] = ACTIONS(5094), + [anon_sym_PLUS_PLUS] = ACTIONS(5094), + [anon_sym_DASH_DASH] = ACTIONS(5094), + [anon_sym_BANG_BANG] = ACTIONS(5094), + [anon_sym_suspend] = ACTIONS(5092), + [anon_sym_sealed] = ACTIONS(5092), + [anon_sym_annotation] = ACTIONS(5092), + [anon_sym_data] = ACTIONS(5092), + [anon_sym_inner] = ACTIONS(5092), + [anon_sym_value] = ACTIONS(5092), + [anon_sym_override] = ACTIONS(5092), + [anon_sym_lateinit] = ACTIONS(5092), + [anon_sym_public] = ACTIONS(5092), + [anon_sym_private] = ACTIONS(5092), + [anon_sym_internal] = ACTIONS(5092), + [anon_sym_protected] = ACTIONS(5092), + [anon_sym_tailrec] = ACTIONS(5092), + [anon_sym_operator] = ACTIONS(5092), + [anon_sym_infix] = ACTIONS(5092), + [anon_sym_inline] = ACTIONS(5092), + [anon_sym_external] = ACTIONS(5092), + [sym_property_modifier] = ACTIONS(5092), + [anon_sym_abstract] = ACTIONS(5092), + [anon_sym_final] = ACTIONS(5092), + [anon_sym_open] = ACTIONS(5092), + [anon_sym_vararg] = ACTIONS(5092), + [anon_sym_noinline] = ACTIONS(5092), + [anon_sym_crossinline] = ACTIONS(5092), + [anon_sym_expect] = ACTIONS(5092), + [anon_sym_actual] = ACTIONS(5092), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5094), + [sym_safe_nav] = ACTIONS(5094), [sym_multiline_comment] = ACTIONS(3), }, [3584] = { - [sym__alpha_identifier] = ACTIONS(4938), - [anon_sym_AT] = ACTIONS(4940), - [anon_sym_LBRACK] = ACTIONS(4940), - [anon_sym_RBRACK] = ACTIONS(4940), - [anon_sym_as] = ACTIONS(4938), - [anon_sym_EQ] = ACTIONS(4938), - [anon_sym_LBRACE] = ACTIONS(4940), - [anon_sym_RBRACE] = ACTIONS(4940), - [anon_sym_LPAREN] = ACTIONS(4940), - [anon_sym_COMMA] = ACTIONS(4940), - [anon_sym_RPAREN] = ACTIONS(4940), - [anon_sym_LT] = ACTIONS(4938), - [anon_sym_GT] = ACTIONS(4938), - [anon_sym_where] = ACTIONS(4938), - [anon_sym_DOT] = ACTIONS(4938), - [anon_sym_SEMI] = ACTIONS(4940), - [anon_sym_get] = ACTIONS(4938), - [anon_sym_set] = ACTIONS(4938), - [anon_sym_STAR] = ACTIONS(4938), - [anon_sym_DASH_GT] = ACTIONS(4940), - [sym_label] = ACTIONS(4940), - [anon_sym_in] = ACTIONS(4938), - [anon_sym_while] = ACTIONS(4938), - [anon_sym_DOT_DOT] = ACTIONS(4940), - [anon_sym_QMARK_COLON] = ACTIONS(4940), - [anon_sym_AMP_AMP] = ACTIONS(4940), - [anon_sym_PIPE_PIPE] = ACTIONS(4940), - [anon_sym_else] = ACTIONS(4938), - [anon_sym_COLON_COLON] = ACTIONS(4940), - [anon_sym_PLUS_EQ] = ACTIONS(4940), - [anon_sym_DASH_EQ] = ACTIONS(4940), - [anon_sym_STAR_EQ] = ACTIONS(4940), - [anon_sym_SLASH_EQ] = ACTIONS(4940), - [anon_sym_PERCENT_EQ] = ACTIONS(4940), - [anon_sym_BANG_EQ] = ACTIONS(4938), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4940), - [anon_sym_EQ_EQ] = ACTIONS(4938), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4940), - [anon_sym_LT_EQ] = ACTIONS(4940), - [anon_sym_GT_EQ] = ACTIONS(4940), - [anon_sym_BANGin] = ACTIONS(4940), - [anon_sym_is] = ACTIONS(4938), - [anon_sym_BANGis] = ACTIONS(4940), - [anon_sym_PLUS] = ACTIONS(4938), - [anon_sym_DASH] = ACTIONS(4938), - [anon_sym_SLASH] = ACTIONS(4938), - [anon_sym_PERCENT] = ACTIONS(4938), - [anon_sym_as_QMARK] = ACTIONS(4940), - [anon_sym_PLUS_PLUS] = ACTIONS(4940), - [anon_sym_DASH_DASH] = ACTIONS(4940), - [anon_sym_BANG_BANG] = ACTIONS(4940), - [anon_sym_suspend] = ACTIONS(4938), - [anon_sym_sealed] = ACTIONS(4938), - [anon_sym_annotation] = ACTIONS(4938), - [anon_sym_data] = ACTIONS(4938), - [anon_sym_inner] = ACTIONS(4938), - [anon_sym_value] = ACTIONS(4938), - [anon_sym_override] = ACTIONS(4938), - [anon_sym_lateinit] = ACTIONS(4938), - [anon_sym_public] = ACTIONS(4938), - [anon_sym_private] = ACTIONS(4938), - [anon_sym_internal] = ACTIONS(4938), - [anon_sym_protected] = ACTIONS(4938), - [anon_sym_tailrec] = ACTIONS(4938), - [anon_sym_operator] = ACTIONS(4938), - [anon_sym_infix] = ACTIONS(4938), - [anon_sym_inline] = ACTIONS(4938), - [anon_sym_external] = ACTIONS(4938), - [sym_property_modifier] = ACTIONS(4938), - [anon_sym_abstract] = ACTIONS(4938), - [anon_sym_final] = ACTIONS(4938), - [anon_sym_open] = ACTIONS(4938), - [anon_sym_vararg] = ACTIONS(4938), - [anon_sym_noinline] = ACTIONS(4938), - [anon_sym_crossinline] = ACTIONS(4938), - [anon_sym_expect] = ACTIONS(4938), - [anon_sym_actual] = ACTIONS(4938), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4940), - [sym_safe_nav] = ACTIONS(4940), - [sym_multiline_comment] = ACTIONS(3), + [sym_function_body] = STATE(3171), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_COLON] = ACTIONS(6930), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_COMMA] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_where] = ACTIONS(4251), + [anon_sym_object] = ACTIONS(4251), + [anon_sym_fun] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_this] = ACTIONS(4251), + [anon_sym_super] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4253), + [sym_label] = ACTIONS(4251), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_null] = ACTIONS(4251), + [anon_sym_if] = ACTIONS(4251), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_when] = ACTIONS(4251), + [anon_sym_try] = ACTIONS(4251), + [anon_sym_throw] = ACTIONS(4251), + [anon_sym_return] = ACTIONS(4251), + [anon_sym_continue] = ACTIONS(4251), + [anon_sym_break] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4253), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG] = ACTIONS(4251), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4253), + [anon_sym_continue_AT] = ACTIONS(4253), + [anon_sym_break_AT] = ACTIONS(4253), + [anon_sym_this_AT] = ACTIONS(4253), + [anon_sym_super_AT] = ACTIONS(4253), + [sym_real_literal] = ACTIONS(4253), + [sym_integer_literal] = ACTIONS(4251), + [sym_hex_literal] = ACTIONS(4253), + [sym_bin_literal] = ACTIONS(4253), + [anon_sym_true] = ACTIONS(4251), + [anon_sym_false] = ACTIONS(4251), + [anon_sym_SQUOTE] = ACTIONS(4253), + [sym__backtick_identifier] = ACTIONS(4253), + [sym__automatic_semicolon] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4253), }, [3585] = { - [sym__alpha_identifier] = ACTIONS(4934), - [anon_sym_AT] = ACTIONS(4936), - [anon_sym_LBRACK] = ACTIONS(4936), - [anon_sym_RBRACK] = ACTIONS(4936), - [anon_sym_as] = ACTIONS(4934), - [anon_sym_EQ] = ACTIONS(4934), - [anon_sym_LBRACE] = ACTIONS(4936), - [anon_sym_RBRACE] = ACTIONS(4936), - [anon_sym_LPAREN] = ACTIONS(4936), - [anon_sym_COMMA] = ACTIONS(4936), - [anon_sym_RPAREN] = ACTIONS(4936), - [anon_sym_LT] = ACTIONS(4934), - [anon_sym_GT] = ACTIONS(4934), - [anon_sym_where] = ACTIONS(4934), - [anon_sym_DOT] = ACTIONS(4934), - [anon_sym_SEMI] = ACTIONS(4936), - [anon_sym_get] = ACTIONS(4934), - [anon_sym_set] = ACTIONS(4934), - [anon_sym_STAR] = ACTIONS(4934), - [anon_sym_DASH_GT] = ACTIONS(4936), - [sym_label] = ACTIONS(4936), - [anon_sym_in] = ACTIONS(4934), - [anon_sym_while] = ACTIONS(4934), - [anon_sym_DOT_DOT] = ACTIONS(4936), - [anon_sym_QMARK_COLON] = ACTIONS(4936), - [anon_sym_AMP_AMP] = ACTIONS(4936), - [anon_sym_PIPE_PIPE] = ACTIONS(4936), - [anon_sym_else] = ACTIONS(4934), - [anon_sym_COLON_COLON] = ACTIONS(4936), - [anon_sym_PLUS_EQ] = ACTIONS(4936), - [anon_sym_DASH_EQ] = ACTIONS(4936), - [anon_sym_STAR_EQ] = ACTIONS(4936), - [anon_sym_SLASH_EQ] = ACTIONS(4936), - [anon_sym_PERCENT_EQ] = ACTIONS(4936), - [anon_sym_BANG_EQ] = ACTIONS(4934), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4936), - [anon_sym_EQ_EQ] = ACTIONS(4934), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4936), - [anon_sym_LT_EQ] = ACTIONS(4936), - [anon_sym_GT_EQ] = ACTIONS(4936), - [anon_sym_BANGin] = ACTIONS(4936), - [anon_sym_is] = ACTIONS(4934), - [anon_sym_BANGis] = ACTIONS(4936), - [anon_sym_PLUS] = ACTIONS(4934), - [anon_sym_DASH] = ACTIONS(4934), - [anon_sym_SLASH] = ACTIONS(4934), - [anon_sym_PERCENT] = ACTIONS(4934), - [anon_sym_as_QMARK] = ACTIONS(4936), - [anon_sym_PLUS_PLUS] = ACTIONS(4936), - [anon_sym_DASH_DASH] = ACTIONS(4936), - [anon_sym_BANG_BANG] = ACTIONS(4936), - [anon_sym_suspend] = ACTIONS(4934), - [anon_sym_sealed] = ACTIONS(4934), - [anon_sym_annotation] = ACTIONS(4934), - [anon_sym_data] = ACTIONS(4934), - [anon_sym_inner] = ACTIONS(4934), - [anon_sym_value] = ACTIONS(4934), - [anon_sym_override] = ACTIONS(4934), - [anon_sym_lateinit] = ACTIONS(4934), - [anon_sym_public] = ACTIONS(4934), - [anon_sym_private] = ACTIONS(4934), - [anon_sym_internal] = ACTIONS(4934), - [anon_sym_protected] = ACTIONS(4934), - [anon_sym_tailrec] = ACTIONS(4934), - [anon_sym_operator] = ACTIONS(4934), - [anon_sym_infix] = ACTIONS(4934), - [anon_sym_inline] = ACTIONS(4934), - [anon_sym_external] = ACTIONS(4934), - [sym_property_modifier] = ACTIONS(4934), - [anon_sym_abstract] = ACTIONS(4934), - [anon_sym_final] = ACTIONS(4934), - [anon_sym_open] = ACTIONS(4934), - [anon_sym_vararg] = ACTIONS(4934), - [anon_sym_noinline] = ACTIONS(4934), - [anon_sym_crossinline] = ACTIONS(4934), - [anon_sym_expect] = ACTIONS(4934), - [anon_sym_actual] = ACTIONS(4934), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4936), - [sym_safe_nav] = ACTIONS(4936), + [sym__alpha_identifier] = ACTIONS(4826), + [anon_sym_AT] = ACTIONS(4828), + [anon_sym_LBRACK] = ACTIONS(4828), + [anon_sym_RBRACK] = ACTIONS(4828), + [anon_sym_as] = ACTIONS(4826), + [anon_sym_EQ] = ACTIONS(4826), + [anon_sym_LBRACE] = ACTIONS(4828), + [anon_sym_RBRACE] = ACTIONS(4828), + [anon_sym_LPAREN] = ACTIONS(4828), + [anon_sym_COMMA] = ACTIONS(4828), + [anon_sym_RPAREN] = ACTIONS(4828), + [anon_sym_LT] = ACTIONS(4826), + [anon_sym_GT] = ACTIONS(4826), + [anon_sym_where] = ACTIONS(4826), + [anon_sym_DOT] = ACTIONS(4826), + [anon_sym_SEMI] = ACTIONS(4828), + [anon_sym_get] = ACTIONS(4826), + [anon_sym_set] = ACTIONS(4826), + [anon_sym_STAR] = ACTIONS(4826), + [anon_sym_DASH_GT] = ACTIONS(4828), + [sym_label] = ACTIONS(4828), + [anon_sym_in] = ACTIONS(4826), + [anon_sym_while] = ACTIONS(4826), + [anon_sym_DOT_DOT] = ACTIONS(4828), + [anon_sym_QMARK_COLON] = ACTIONS(4828), + [anon_sym_AMP_AMP] = ACTIONS(4828), + [anon_sym_PIPE_PIPE] = ACTIONS(4828), + [anon_sym_else] = ACTIONS(4826), + [anon_sym_COLON_COLON] = ACTIONS(4828), + [anon_sym_PLUS_EQ] = ACTIONS(4828), + [anon_sym_DASH_EQ] = ACTIONS(4828), + [anon_sym_STAR_EQ] = ACTIONS(4828), + [anon_sym_SLASH_EQ] = ACTIONS(4828), + [anon_sym_PERCENT_EQ] = ACTIONS(4828), + [anon_sym_BANG_EQ] = ACTIONS(4826), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4828), + [anon_sym_EQ_EQ] = ACTIONS(4826), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4828), + [anon_sym_LT_EQ] = ACTIONS(4828), + [anon_sym_GT_EQ] = ACTIONS(4828), + [anon_sym_BANGin] = ACTIONS(4828), + [anon_sym_is] = ACTIONS(4826), + [anon_sym_BANGis] = ACTIONS(4828), + [anon_sym_PLUS] = ACTIONS(4826), + [anon_sym_DASH] = ACTIONS(4826), + [anon_sym_SLASH] = ACTIONS(4826), + [anon_sym_PERCENT] = ACTIONS(4826), + [anon_sym_as_QMARK] = ACTIONS(4828), + [anon_sym_PLUS_PLUS] = ACTIONS(4828), + [anon_sym_DASH_DASH] = ACTIONS(4828), + [anon_sym_BANG_BANG] = ACTIONS(4828), + [anon_sym_suspend] = ACTIONS(4826), + [anon_sym_sealed] = ACTIONS(4826), + [anon_sym_annotation] = ACTIONS(4826), + [anon_sym_data] = ACTIONS(4826), + [anon_sym_inner] = ACTIONS(4826), + [anon_sym_value] = ACTIONS(4826), + [anon_sym_override] = ACTIONS(4826), + [anon_sym_lateinit] = ACTIONS(4826), + [anon_sym_public] = ACTIONS(4826), + [anon_sym_private] = ACTIONS(4826), + [anon_sym_internal] = ACTIONS(4826), + [anon_sym_protected] = ACTIONS(4826), + [anon_sym_tailrec] = ACTIONS(4826), + [anon_sym_operator] = ACTIONS(4826), + [anon_sym_infix] = ACTIONS(4826), + [anon_sym_inline] = ACTIONS(4826), + [anon_sym_external] = ACTIONS(4826), + [sym_property_modifier] = ACTIONS(4826), + [anon_sym_abstract] = ACTIONS(4826), + [anon_sym_final] = ACTIONS(4826), + [anon_sym_open] = ACTIONS(4826), + [anon_sym_vararg] = ACTIONS(4826), + [anon_sym_noinline] = ACTIONS(4826), + [anon_sym_crossinline] = ACTIONS(4826), + [anon_sym_expect] = ACTIONS(4826), + [anon_sym_actual] = ACTIONS(4826), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4828), + [sym_safe_nav] = ACTIONS(4828), [sym_multiline_comment] = ACTIONS(3), }, [3586] = { - [sym_type_constraints] = STATE(3361), - [sym_enum_class_body] = STATE(3406), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_COLON] = ACTIONS(6948), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_RPAREN] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [sym_label] = ACTIONS(4323), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_while] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), + [sym_class_body] = STATE(3540), + [sym_type_constraints] = STATE(3307), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_COLON] = ACTIONS(6932), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_RPAREN] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4214), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_while] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), [sym_multiline_comment] = ACTIONS(3), }, [3587] = { - [sym__alpha_identifier] = ACTIONS(4930), - [anon_sym_AT] = ACTIONS(4932), - [anon_sym_LBRACK] = ACTIONS(4932), - [anon_sym_RBRACK] = ACTIONS(4932), - [anon_sym_as] = ACTIONS(4930), - [anon_sym_EQ] = ACTIONS(4930), - [anon_sym_LBRACE] = ACTIONS(4932), - [anon_sym_RBRACE] = ACTIONS(4932), - [anon_sym_LPAREN] = ACTIONS(4932), - [anon_sym_COMMA] = ACTIONS(4932), - [anon_sym_RPAREN] = ACTIONS(4932), - [anon_sym_LT] = ACTIONS(4930), - [anon_sym_GT] = ACTIONS(4930), - [anon_sym_where] = ACTIONS(4930), - [anon_sym_DOT] = ACTIONS(4930), - [anon_sym_SEMI] = ACTIONS(4932), - [anon_sym_get] = ACTIONS(4930), - [anon_sym_set] = ACTIONS(4930), - [anon_sym_STAR] = ACTIONS(4930), - [anon_sym_DASH_GT] = ACTIONS(4932), - [sym_label] = ACTIONS(4932), - [anon_sym_in] = ACTIONS(4930), - [anon_sym_while] = ACTIONS(4930), - [anon_sym_DOT_DOT] = ACTIONS(4932), - [anon_sym_QMARK_COLON] = ACTIONS(4932), - [anon_sym_AMP_AMP] = ACTIONS(4932), - [anon_sym_PIPE_PIPE] = ACTIONS(4932), - [anon_sym_else] = ACTIONS(4930), - [anon_sym_COLON_COLON] = ACTIONS(4932), - [anon_sym_PLUS_EQ] = ACTIONS(4932), - [anon_sym_DASH_EQ] = ACTIONS(4932), - [anon_sym_STAR_EQ] = ACTIONS(4932), - [anon_sym_SLASH_EQ] = ACTIONS(4932), - [anon_sym_PERCENT_EQ] = ACTIONS(4932), - [anon_sym_BANG_EQ] = ACTIONS(4930), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), - [anon_sym_EQ_EQ] = ACTIONS(4930), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), - [anon_sym_LT_EQ] = ACTIONS(4932), - [anon_sym_GT_EQ] = ACTIONS(4932), - [anon_sym_BANGin] = ACTIONS(4932), - [anon_sym_is] = ACTIONS(4930), - [anon_sym_BANGis] = ACTIONS(4932), - [anon_sym_PLUS] = ACTIONS(4930), - [anon_sym_DASH] = ACTIONS(4930), - [anon_sym_SLASH] = ACTIONS(4930), - [anon_sym_PERCENT] = ACTIONS(4930), - [anon_sym_as_QMARK] = ACTIONS(4932), - [anon_sym_PLUS_PLUS] = ACTIONS(4932), - [anon_sym_DASH_DASH] = ACTIONS(4932), - [anon_sym_BANG_BANG] = ACTIONS(4932), - [anon_sym_suspend] = ACTIONS(4930), - [anon_sym_sealed] = ACTIONS(4930), - [anon_sym_annotation] = ACTIONS(4930), - [anon_sym_data] = ACTIONS(4930), - [anon_sym_inner] = ACTIONS(4930), - [anon_sym_value] = ACTIONS(4930), - [anon_sym_override] = ACTIONS(4930), - [anon_sym_lateinit] = ACTIONS(4930), - [anon_sym_public] = ACTIONS(4930), - [anon_sym_private] = ACTIONS(4930), - [anon_sym_internal] = ACTIONS(4930), - [anon_sym_protected] = ACTIONS(4930), - [anon_sym_tailrec] = ACTIONS(4930), - [anon_sym_operator] = ACTIONS(4930), - [anon_sym_infix] = ACTIONS(4930), - [anon_sym_inline] = ACTIONS(4930), - [anon_sym_external] = ACTIONS(4930), - [sym_property_modifier] = ACTIONS(4930), - [anon_sym_abstract] = ACTIONS(4930), - [anon_sym_final] = ACTIONS(4930), - [anon_sym_open] = ACTIONS(4930), - [anon_sym_vararg] = ACTIONS(4930), - [anon_sym_noinline] = ACTIONS(4930), - [anon_sym_crossinline] = ACTIONS(4930), - [anon_sym_expect] = ACTIONS(4930), - [anon_sym_actual] = ACTIONS(4930), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4932), - [sym_safe_nav] = ACTIONS(4932), + [sym_type_constraints] = STATE(3310), + [sym_enum_class_body] = STATE(3537), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(5926), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, [3588] = { - [sym__alpha_identifier] = ACTIONS(4798), - [anon_sym_AT] = ACTIONS(4800), - [anon_sym_LBRACK] = ACTIONS(4800), - [anon_sym_RBRACK] = ACTIONS(4800), - [anon_sym_as] = ACTIONS(4798), - [anon_sym_EQ] = ACTIONS(4798), - [anon_sym_LBRACE] = ACTIONS(4800), - [anon_sym_RBRACE] = ACTIONS(4800), - [anon_sym_LPAREN] = ACTIONS(4800), - [anon_sym_COMMA] = ACTIONS(4800), - [anon_sym_RPAREN] = ACTIONS(4800), - [anon_sym_LT] = ACTIONS(4798), - [anon_sym_GT] = ACTIONS(4798), - [anon_sym_where] = ACTIONS(4798), - [anon_sym_DOT] = ACTIONS(4798), - [anon_sym_SEMI] = ACTIONS(4800), - [anon_sym_get] = ACTIONS(4798), - [anon_sym_set] = ACTIONS(4798), - [anon_sym_STAR] = ACTIONS(4798), - [anon_sym_DASH_GT] = ACTIONS(4800), - [sym_label] = ACTIONS(4800), - [anon_sym_in] = ACTIONS(4798), - [anon_sym_while] = ACTIONS(4798), - [anon_sym_DOT_DOT] = ACTIONS(4800), - [anon_sym_QMARK_COLON] = ACTIONS(4800), - [anon_sym_AMP_AMP] = ACTIONS(4800), - [anon_sym_PIPE_PIPE] = ACTIONS(4800), - [anon_sym_else] = ACTIONS(4798), - [anon_sym_COLON_COLON] = ACTIONS(4800), - [anon_sym_PLUS_EQ] = ACTIONS(4800), - [anon_sym_DASH_EQ] = ACTIONS(4800), - [anon_sym_STAR_EQ] = ACTIONS(4800), - [anon_sym_SLASH_EQ] = ACTIONS(4800), - [anon_sym_PERCENT_EQ] = ACTIONS(4800), - [anon_sym_BANG_EQ] = ACTIONS(4798), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4800), - [anon_sym_EQ_EQ] = ACTIONS(4798), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4800), - [anon_sym_LT_EQ] = ACTIONS(4800), - [anon_sym_GT_EQ] = ACTIONS(4800), - [anon_sym_BANGin] = ACTIONS(4800), - [anon_sym_is] = ACTIONS(4798), - [anon_sym_BANGis] = ACTIONS(4800), - [anon_sym_PLUS] = ACTIONS(4798), - [anon_sym_DASH] = ACTIONS(4798), - [anon_sym_SLASH] = ACTIONS(4798), - [anon_sym_PERCENT] = ACTIONS(4798), - [anon_sym_as_QMARK] = ACTIONS(4800), - [anon_sym_PLUS_PLUS] = ACTIONS(4800), - [anon_sym_DASH_DASH] = ACTIONS(4800), - [anon_sym_BANG_BANG] = ACTIONS(4800), - [anon_sym_suspend] = ACTIONS(4798), - [anon_sym_sealed] = ACTIONS(4798), - [anon_sym_annotation] = ACTIONS(4798), - [anon_sym_data] = ACTIONS(4798), - [anon_sym_inner] = ACTIONS(4798), - [anon_sym_value] = ACTIONS(4798), - [anon_sym_override] = ACTIONS(4798), - [anon_sym_lateinit] = ACTIONS(4798), - [anon_sym_public] = ACTIONS(4798), - [anon_sym_private] = ACTIONS(4798), - [anon_sym_internal] = ACTIONS(4798), - [anon_sym_protected] = ACTIONS(4798), - [anon_sym_tailrec] = ACTIONS(4798), - [anon_sym_operator] = ACTIONS(4798), - [anon_sym_infix] = ACTIONS(4798), - [anon_sym_inline] = ACTIONS(4798), - [anon_sym_external] = ACTIONS(4798), - [sym_property_modifier] = ACTIONS(4798), - [anon_sym_abstract] = ACTIONS(4798), - [anon_sym_final] = ACTIONS(4798), - [anon_sym_open] = ACTIONS(4798), - [anon_sym_vararg] = ACTIONS(4798), - [anon_sym_noinline] = ACTIONS(4798), - [anon_sym_crossinline] = ACTIONS(4798), - [anon_sym_expect] = ACTIONS(4798), - [anon_sym_actual] = ACTIONS(4798), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4800), - [sym_safe_nav] = ACTIONS(4800), + [sym_class_body] = STATE(3537), + [sym_type_constraints] = STATE(3313), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(5918), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, [3589] = { - [sym__alpha_identifier] = ACTIONS(4850), - [anon_sym_AT] = ACTIONS(4852), - [anon_sym_LBRACK] = ACTIONS(4852), - [anon_sym_RBRACK] = ACTIONS(4852), - [anon_sym_as] = ACTIONS(4850), - [anon_sym_EQ] = ACTIONS(4850), - [anon_sym_LBRACE] = ACTIONS(4852), - [anon_sym_RBRACE] = ACTIONS(4852), - [anon_sym_LPAREN] = ACTIONS(4852), - [anon_sym_COMMA] = ACTIONS(4852), - [anon_sym_RPAREN] = ACTIONS(4852), - [anon_sym_LT] = ACTIONS(4850), - [anon_sym_GT] = ACTIONS(4850), - [anon_sym_where] = ACTIONS(4850), - [anon_sym_DOT] = ACTIONS(4850), - [anon_sym_SEMI] = ACTIONS(4852), - [anon_sym_get] = ACTIONS(4850), - [anon_sym_set] = ACTIONS(4850), - [anon_sym_STAR] = ACTIONS(4850), - [anon_sym_DASH_GT] = ACTIONS(4852), - [sym_label] = ACTIONS(4852), - [anon_sym_in] = ACTIONS(4850), - [anon_sym_while] = ACTIONS(4850), - [anon_sym_DOT_DOT] = ACTIONS(4852), - [anon_sym_QMARK_COLON] = ACTIONS(4852), - [anon_sym_AMP_AMP] = ACTIONS(4852), - [anon_sym_PIPE_PIPE] = ACTIONS(4852), - [anon_sym_else] = ACTIONS(4850), - [anon_sym_COLON_COLON] = ACTIONS(4852), - [anon_sym_PLUS_EQ] = ACTIONS(4852), - [anon_sym_DASH_EQ] = ACTIONS(4852), - [anon_sym_STAR_EQ] = ACTIONS(4852), - [anon_sym_SLASH_EQ] = ACTIONS(4852), - [anon_sym_PERCENT_EQ] = ACTIONS(4852), - [anon_sym_BANG_EQ] = ACTIONS(4850), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4852), - [anon_sym_EQ_EQ] = ACTIONS(4850), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4852), - [anon_sym_LT_EQ] = ACTIONS(4852), - [anon_sym_GT_EQ] = ACTIONS(4852), - [anon_sym_BANGin] = ACTIONS(4852), - [anon_sym_is] = ACTIONS(4850), - [anon_sym_BANGis] = ACTIONS(4852), - [anon_sym_PLUS] = ACTIONS(4850), - [anon_sym_DASH] = ACTIONS(4850), - [anon_sym_SLASH] = ACTIONS(4850), - [anon_sym_PERCENT] = ACTIONS(4850), - [anon_sym_as_QMARK] = ACTIONS(4852), - [anon_sym_PLUS_PLUS] = ACTIONS(4852), - [anon_sym_DASH_DASH] = ACTIONS(4852), - [anon_sym_BANG_BANG] = ACTIONS(4852), - [anon_sym_suspend] = ACTIONS(4850), - [anon_sym_sealed] = ACTIONS(4850), - [anon_sym_annotation] = ACTIONS(4850), - [anon_sym_data] = ACTIONS(4850), - [anon_sym_inner] = ACTIONS(4850), - [anon_sym_value] = ACTIONS(4850), - [anon_sym_override] = ACTIONS(4850), - [anon_sym_lateinit] = ACTIONS(4850), - [anon_sym_public] = ACTIONS(4850), - [anon_sym_private] = ACTIONS(4850), - [anon_sym_internal] = ACTIONS(4850), - [anon_sym_protected] = ACTIONS(4850), - [anon_sym_tailrec] = ACTIONS(4850), - [anon_sym_operator] = ACTIONS(4850), - [anon_sym_infix] = ACTIONS(4850), - [anon_sym_inline] = ACTIONS(4850), - [anon_sym_external] = ACTIONS(4850), - [sym_property_modifier] = ACTIONS(4850), - [anon_sym_abstract] = ACTIONS(4850), - [anon_sym_final] = ACTIONS(4850), - [anon_sym_open] = ACTIONS(4850), - [anon_sym_vararg] = ACTIONS(4850), - [anon_sym_noinline] = ACTIONS(4850), - [anon_sym_crossinline] = ACTIONS(4850), - [anon_sym_expect] = ACTIONS(4850), - [anon_sym_actual] = ACTIONS(4850), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4852), - [sym_safe_nav] = ACTIONS(4852), + [sym__alpha_identifier] = ACTIONS(4786), + [anon_sym_AT] = ACTIONS(4788), + [anon_sym_LBRACK] = ACTIONS(4788), + [anon_sym_RBRACK] = ACTIONS(4788), + [anon_sym_as] = ACTIONS(4786), + [anon_sym_EQ] = ACTIONS(4786), + [anon_sym_LBRACE] = ACTIONS(4788), + [anon_sym_RBRACE] = ACTIONS(4788), + [anon_sym_LPAREN] = ACTIONS(4788), + [anon_sym_COMMA] = ACTIONS(4788), + [anon_sym_RPAREN] = ACTIONS(4788), + [anon_sym_LT] = ACTIONS(4786), + [anon_sym_GT] = ACTIONS(4786), + [anon_sym_where] = ACTIONS(4786), + [anon_sym_DOT] = ACTIONS(4786), + [anon_sym_SEMI] = ACTIONS(4788), + [anon_sym_get] = ACTIONS(4786), + [anon_sym_set] = ACTIONS(4786), + [anon_sym_STAR] = ACTIONS(4786), + [anon_sym_DASH_GT] = ACTIONS(4788), + [sym_label] = ACTIONS(4788), + [anon_sym_in] = ACTIONS(4786), + [anon_sym_while] = ACTIONS(4786), + [anon_sym_DOT_DOT] = ACTIONS(4788), + [anon_sym_QMARK_COLON] = ACTIONS(4788), + [anon_sym_AMP_AMP] = ACTIONS(4788), + [anon_sym_PIPE_PIPE] = ACTIONS(4788), + [anon_sym_else] = ACTIONS(4786), + [anon_sym_COLON_COLON] = ACTIONS(4788), + [anon_sym_PLUS_EQ] = ACTIONS(4788), + [anon_sym_DASH_EQ] = ACTIONS(4788), + [anon_sym_STAR_EQ] = ACTIONS(4788), + [anon_sym_SLASH_EQ] = ACTIONS(4788), + [anon_sym_PERCENT_EQ] = ACTIONS(4788), + [anon_sym_BANG_EQ] = ACTIONS(4786), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4788), + [anon_sym_EQ_EQ] = ACTIONS(4786), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4788), + [anon_sym_LT_EQ] = ACTIONS(4788), + [anon_sym_GT_EQ] = ACTIONS(4788), + [anon_sym_BANGin] = ACTIONS(4788), + [anon_sym_is] = ACTIONS(4786), + [anon_sym_BANGis] = ACTIONS(4788), + [anon_sym_PLUS] = ACTIONS(4786), + [anon_sym_DASH] = ACTIONS(4786), + [anon_sym_SLASH] = ACTIONS(4786), + [anon_sym_PERCENT] = ACTIONS(4786), + [anon_sym_as_QMARK] = ACTIONS(4788), + [anon_sym_PLUS_PLUS] = ACTIONS(4788), + [anon_sym_DASH_DASH] = ACTIONS(4788), + [anon_sym_BANG_BANG] = ACTIONS(4788), + [anon_sym_suspend] = ACTIONS(4786), + [anon_sym_sealed] = ACTIONS(4786), + [anon_sym_annotation] = ACTIONS(4786), + [anon_sym_data] = ACTIONS(4786), + [anon_sym_inner] = ACTIONS(4786), + [anon_sym_value] = ACTIONS(4786), + [anon_sym_override] = ACTIONS(4786), + [anon_sym_lateinit] = ACTIONS(4786), + [anon_sym_public] = ACTIONS(4786), + [anon_sym_private] = ACTIONS(4786), + [anon_sym_internal] = ACTIONS(4786), + [anon_sym_protected] = ACTIONS(4786), + [anon_sym_tailrec] = ACTIONS(4786), + [anon_sym_operator] = ACTIONS(4786), + [anon_sym_infix] = ACTIONS(4786), + [anon_sym_inline] = ACTIONS(4786), + [anon_sym_external] = ACTIONS(4786), + [sym_property_modifier] = ACTIONS(4786), + [anon_sym_abstract] = ACTIONS(4786), + [anon_sym_final] = ACTIONS(4786), + [anon_sym_open] = ACTIONS(4786), + [anon_sym_vararg] = ACTIONS(4786), + [anon_sym_noinline] = ACTIONS(4786), + [anon_sym_crossinline] = ACTIONS(4786), + [anon_sym_expect] = ACTIONS(4786), + [anon_sym_actual] = ACTIONS(4786), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4788), + [sym_safe_nav] = ACTIONS(4788), [sym_multiline_comment] = ACTIONS(3), }, [3590] = { - [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(4844), - [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_value] = 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_type_constraints] = STATE(3325), + [sym_enum_class_body] = STATE(3510), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(6934), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_RPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_while] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), [sym_multiline_comment] = ACTIONS(3), }, [3591] = { + [sym_class_body] = STATE(3510), + [sym_type_constraints] = STATE(3331), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(6936), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_RPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_while] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + }, + [3592] = { + [sym_function_body] = STATE(3081), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(6938), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [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(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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4233), + [anon_sym_super_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), + }, + [3593] = { [sym__alpha_identifier] = ACTIONS(4926), [anon_sym_AT] = ACTIONS(4928), [anon_sym_LBRACK] = ACTIONS(4928), @@ -411722,1509 +411852,1504 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4928), [sym_multiline_comment] = ACTIONS(3), }, - [3592] = { - [sym__alpha_identifier] = ACTIONS(4910), - [anon_sym_AT] = ACTIONS(4912), - [anon_sym_LBRACK] = ACTIONS(4912), - [anon_sym_RBRACK] = ACTIONS(4912), - [anon_sym_as] = ACTIONS(4910), - [anon_sym_EQ] = ACTIONS(4910), - [anon_sym_LBRACE] = ACTIONS(4912), - [anon_sym_RBRACE] = ACTIONS(4912), - [anon_sym_LPAREN] = ACTIONS(4912), - [anon_sym_COMMA] = ACTIONS(4912), - [anon_sym_RPAREN] = ACTIONS(4912), - [anon_sym_LT] = ACTIONS(4910), - [anon_sym_GT] = ACTIONS(4910), - [anon_sym_where] = ACTIONS(4910), - [anon_sym_DOT] = ACTIONS(4910), - [anon_sym_SEMI] = ACTIONS(4912), - [anon_sym_get] = ACTIONS(4910), - [anon_sym_set] = ACTIONS(4910), - [anon_sym_STAR] = ACTIONS(4910), - [anon_sym_DASH_GT] = ACTIONS(4912), - [sym_label] = ACTIONS(4912), - [anon_sym_in] = ACTIONS(4910), - [anon_sym_while] = ACTIONS(4910), - [anon_sym_DOT_DOT] = ACTIONS(4912), - [anon_sym_QMARK_COLON] = ACTIONS(4912), - [anon_sym_AMP_AMP] = ACTIONS(4912), - [anon_sym_PIPE_PIPE] = ACTIONS(4912), - [anon_sym_else] = ACTIONS(4910), - [anon_sym_COLON_COLON] = ACTIONS(4912), - [anon_sym_PLUS_EQ] = ACTIONS(4912), - [anon_sym_DASH_EQ] = ACTIONS(4912), - [anon_sym_STAR_EQ] = ACTIONS(4912), - [anon_sym_SLASH_EQ] = ACTIONS(4912), - [anon_sym_PERCENT_EQ] = ACTIONS(4912), - [anon_sym_BANG_EQ] = ACTIONS(4910), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4912), - [anon_sym_EQ_EQ] = ACTIONS(4910), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4912), - [anon_sym_LT_EQ] = ACTIONS(4912), - [anon_sym_GT_EQ] = ACTIONS(4912), - [anon_sym_BANGin] = ACTIONS(4912), - [anon_sym_is] = ACTIONS(4910), - [anon_sym_BANGis] = ACTIONS(4912), - [anon_sym_PLUS] = ACTIONS(4910), - [anon_sym_DASH] = ACTIONS(4910), - [anon_sym_SLASH] = ACTIONS(4910), - [anon_sym_PERCENT] = ACTIONS(4910), - [anon_sym_as_QMARK] = ACTIONS(4912), - [anon_sym_PLUS_PLUS] = ACTIONS(4912), - [anon_sym_DASH_DASH] = ACTIONS(4912), - [anon_sym_BANG_BANG] = ACTIONS(4912), - [anon_sym_suspend] = ACTIONS(4910), - [anon_sym_sealed] = ACTIONS(4910), - [anon_sym_annotation] = ACTIONS(4910), - [anon_sym_data] = ACTIONS(4910), - [anon_sym_inner] = ACTIONS(4910), - [anon_sym_value] = ACTIONS(4910), - [anon_sym_override] = ACTIONS(4910), - [anon_sym_lateinit] = ACTIONS(4910), - [anon_sym_public] = ACTIONS(4910), - [anon_sym_private] = ACTIONS(4910), - [anon_sym_internal] = ACTIONS(4910), - [anon_sym_protected] = ACTIONS(4910), - [anon_sym_tailrec] = ACTIONS(4910), - [anon_sym_operator] = ACTIONS(4910), - [anon_sym_infix] = ACTIONS(4910), - [anon_sym_inline] = ACTIONS(4910), - [anon_sym_external] = ACTIONS(4910), - [sym_property_modifier] = ACTIONS(4910), - [anon_sym_abstract] = ACTIONS(4910), - [anon_sym_final] = ACTIONS(4910), - [anon_sym_open] = ACTIONS(4910), - [anon_sym_vararg] = ACTIONS(4910), - [anon_sym_noinline] = ACTIONS(4910), - [anon_sym_crossinline] = ACTIONS(4910), - [anon_sym_expect] = ACTIONS(4910), - [anon_sym_actual] = ACTIONS(4910), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4912), - [sym_safe_nav] = ACTIONS(4912), - [sym_multiline_comment] = ACTIONS(3), - }, - [3593] = { - [sym__alpha_identifier] = ACTIONS(4888), - [anon_sym_AT] = ACTIONS(4890), - [anon_sym_LBRACK] = ACTIONS(4890), - [anon_sym_RBRACK] = ACTIONS(4890), - [anon_sym_as] = ACTIONS(4888), - [anon_sym_EQ] = ACTIONS(4888), - [anon_sym_LBRACE] = ACTIONS(4890), - [anon_sym_RBRACE] = ACTIONS(4890), - [anon_sym_LPAREN] = ACTIONS(4890), - [anon_sym_COMMA] = ACTIONS(4890), - [anon_sym_RPAREN] = ACTIONS(4890), - [anon_sym_LT] = ACTIONS(4888), - [anon_sym_GT] = ACTIONS(4888), - [anon_sym_where] = ACTIONS(4888), - [anon_sym_DOT] = ACTIONS(4888), - [anon_sym_SEMI] = ACTIONS(4890), - [anon_sym_get] = ACTIONS(4888), - [anon_sym_set] = ACTIONS(4888), - [anon_sym_STAR] = ACTIONS(4888), - [anon_sym_DASH_GT] = ACTIONS(4890), - [sym_label] = ACTIONS(4890), - [anon_sym_in] = ACTIONS(4888), - [anon_sym_while] = ACTIONS(4888), - [anon_sym_DOT_DOT] = ACTIONS(4890), - [anon_sym_QMARK_COLON] = ACTIONS(4890), - [anon_sym_AMP_AMP] = ACTIONS(4890), - [anon_sym_PIPE_PIPE] = ACTIONS(4890), - [anon_sym_else] = ACTIONS(4888), - [anon_sym_COLON_COLON] = ACTIONS(4890), - [anon_sym_PLUS_EQ] = ACTIONS(4890), - [anon_sym_DASH_EQ] = ACTIONS(4890), - [anon_sym_STAR_EQ] = ACTIONS(4890), - [anon_sym_SLASH_EQ] = ACTIONS(4890), - [anon_sym_PERCENT_EQ] = ACTIONS(4890), - [anon_sym_BANG_EQ] = ACTIONS(4888), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4890), - [anon_sym_EQ_EQ] = ACTIONS(4888), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4890), - [anon_sym_LT_EQ] = ACTIONS(4890), - [anon_sym_GT_EQ] = ACTIONS(4890), - [anon_sym_BANGin] = ACTIONS(4890), - [anon_sym_is] = ACTIONS(4888), - [anon_sym_BANGis] = ACTIONS(4890), - [anon_sym_PLUS] = ACTIONS(4888), - [anon_sym_DASH] = ACTIONS(4888), - [anon_sym_SLASH] = ACTIONS(4888), - [anon_sym_PERCENT] = ACTIONS(4888), - [anon_sym_as_QMARK] = ACTIONS(4890), - [anon_sym_PLUS_PLUS] = ACTIONS(4890), - [anon_sym_DASH_DASH] = ACTIONS(4890), - [anon_sym_BANG_BANG] = ACTIONS(4890), - [anon_sym_suspend] = ACTIONS(4888), - [anon_sym_sealed] = ACTIONS(4888), - [anon_sym_annotation] = ACTIONS(4888), - [anon_sym_data] = ACTIONS(4888), - [anon_sym_inner] = ACTIONS(4888), - [anon_sym_value] = ACTIONS(4888), - [anon_sym_override] = ACTIONS(4888), - [anon_sym_lateinit] = ACTIONS(4888), - [anon_sym_public] = ACTIONS(4888), - [anon_sym_private] = ACTIONS(4888), - [anon_sym_internal] = ACTIONS(4888), - [anon_sym_protected] = ACTIONS(4888), - [anon_sym_tailrec] = ACTIONS(4888), - [anon_sym_operator] = ACTIONS(4888), - [anon_sym_infix] = ACTIONS(4888), - [anon_sym_inline] = ACTIONS(4888), - [anon_sym_external] = ACTIONS(4888), - [sym_property_modifier] = ACTIONS(4888), - [anon_sym_abstract] = ACTIONS(4888), - [anon_sym_final] = ACTIONS(4888), - [anon_sym_open] = ACTIONS(4888), - [anon_sym_vararg] = ACTIONS(4888), - [anon_sym_noinline] = ACTIONS(4888), - [anon_sym_crossinline] = ACTIONS(4888), - [anon_sym_expect] = ACTIONS(4888), - [anon_sym_actual] = ACTIONS(4888), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4890), - [sym_safe_nav] = ACTIONS(4890), - [sym_multiline_comment] = ACTIONS(3), - }, [3594] = { - [sym__alpha_identifier] = ACTIONS(4880), - [anon_sym_AT] = ACTIONS(4882), - [anon_sym_LBRACK] = ACTIONS(4882), - [anon_sym_RBRACK] = ACTIONS(4882), - [anon_sym_as] = ACTIONS(4880), - [anon_sym_EQ] = ACTIONS(4880), - [anon_sym_LBRACE] = ACTIONS(4882), - [anon_sym_RBRACE] = ACTIONS(4882), - [anon_sym_LPAREN] = ACTIONS(4882), - [anon_sym_COMMA] = ACTIONS(4882), - [anon_sym_RPAREN] = ACTIONS(4882), - [anon_sym_LT] = ACTIONS(4880), - [anon_sym_GT] = ACTIONS(4880), - [anon_sym_where] = ACTIONS(4880), - [anon_sym_DOT] = ACTIONS(4880), - [anon_sym_SEMI] = ACTIONS(4882), - [anon_sym_get] = ACTIONS(4880), - [anon_sym_set] = ACTIONS(4880), - [anon_sym_STAR] = ACTIONS(4880), - [anon_sym_DASH_GT] = ACTIONS(4882), - [sym_label] = ACTIONS(4882), - [anon_sym_in] = ACTIONS(4880), - [anon_sym_while] = ACTIONS(4880), - [anon_sym_DOT_DOT] = ACTIONS(4882), - [anon_sym_QMARK_COLON] = ACTIONS(4882), - [anon_sym_AMP_AMP] = ACTIONS(4882), - [anon_sym_PIPE_PIPE] = ACTIONS(4882), - [anon_sym_else] = ACTIONS(4880), - [anon_sym_COLON_COLON] = ACTIONS(4882), - [anon_sym_PLUS_EQ] = ACTIONS(4882), - [anon_sym_DASH_EQ] = ACTIONS(4882), - [anon_sym_STAR_EQ] = ACTIONS(4882), - [anon_sym_SLASH_EQ] = ACTIONS(4882), - [anon_sym_PERCENT_EQ] = ACTIONS(4882), - [anon_sym_BANG_EQ] = ACTIONS(4880), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4882), - [anon_sym_EQ_EQ] = ACTIONS(4880), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4882), - [anon_sym_LT_EQ] = ACTIONS(4882), - [anon_sym_GT_EQ] = ACTIONS(4882), - [anon_sym_BANGin] = ACTIONS(4882), - [anon_sym_is] = ACTIONS(4880), - [anon_sym_BANGis] = ACTIONS(4882), - [anon_sym_PLUS] = ACTIONS(4880), - [anon_sym_DASH] = ACTIONS(4880), - [anon_sym_SLASH] = ACTIONS(4880), - [anon_sym_PERCENT] = ACTIONS(4880), - [anon_sym_as_QMARK] = ACTIONS(4882), - [anon_sym_PLUS_PLUS] = ACTIONS(4882), - [anon_sym_DASH_DASH] = ACTIONS(4882), - [anon_sym_BANG_BANG] = ACTIONS(4882), - [anon_sym_suspend] = ACTIONS(4880), - [anon_sym_sealed] = ACTIONS(4880), - [anon_sym_annotation] = ACTIONS(4880), - [anon_sym_data] = ACTIONS(4880), - [anon_sym_inner] = ACTIONS(4880), - [anon_sym_value] = ACTIONS(4880), - [anon_sym_override] = ACTIONS(4880), - [anon_sym_lateinit] = ACTIONS(4880), - [anon_sym_public] = ACTIONS(4880), - [anon_sym_private] = ACTIONS(4880), - [anon_sym_internal] = ACTIONS(4880), - [anon_sym_protected] = ACTIONS(4880), - [anon_sym_tailrec] = ACTIONS(4880), - [anon_sym_operator] = ACTIONS(4880), - [anon_sym_infix] = ACTIONS(4880), - [anon_sym_inline] = ACTIONS(4880), - [anon_sym_external] = ACTIONS(4880), - [sym_property_modifier] = ACTIONS(4880), - [anon_sym_abstract] = ACTIONS(4880), - [anon_sym_final] = ACTIONS(4880), - [anon_sym_open] = ACTIONS(4880), - [anon_sym_vararg] = ACTIONS(4880), - [anon_sym_noinline] = ACTIONS(4880), - [anon_sym_crossinline] = ACTIONS(4880), - [anon_sym_expect] = ACTIONS(4880), - [anon_sym_actual] = ACTIONS(4880), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4882), - [sym_safe_nav] = ACTIONS(4882), + [sym_type_constraints] = STATE(3336), + [sym_enum_class_body] = STATE(3498), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(5884), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_RPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_while] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3274), + [anon_sym_sealed] = ACTIONS(3274), + [anon_sym_annotation] = ACTIONS(3274), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_override] = ACTIONS(3274), + [anon_sym_lateinit] = ACTIONS(3274), + [anon_sym_public] = ACTIONS(3274), + [anon_sym_private] = ACTIONS(3274), + [anon_sym_internal] = ACTIONS(3274), + [anon_sym_protected] = ACTIONS(3274), + [anon_sym_tailrec] = ACTIONS(3274), + [anon_sym_operator] = ACTIONS(3274), + [anon_sym_infix] = ACTIONS(3274), + [anon_sym_inline] = ACTIONS(3274), + [anon_sym_external] = ACTIONS(3274), + [sym_property_modifier] = ACTIONS(3274), + [anon_sym_abstract] = ACTIONS(3274), + [anon_sym_final] = ACTIONS(3274), + [anon_sym_open] = ACTIONS(3274), + [anon_sym_vararg] = ACTIONS(3274), + [anon_sym_noinline] = ACTIONS(3274), + [anon_sym_crossinline] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), [sym_multiline_comment] = ACTIONS(3), }, [3595] = { - [sym_type_constraints] = STATE(3896), - [sym_function_body] = STATE(3866), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4173), - [anon_sym_AT] = ACTIONS(4175), - [anon_sym_COLON] = ACTIONS(6950), - [anon_sym_LBRACK] = ACTIONS(4175), - [anon_sym_as] = ACTIONS(4173), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4175), - [anon_sym_LPAREN] = ACTIONS(4175), - [anon_sym_LT] = ACTIONS(4173), - [anon_sym_GT] = ACTIONS(4173), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4173), - [anon_sym_SEMI] = ACTIONS(4175), - [anon_sym_get] = ACTIONS(4173), - [anon_sym_set] = ACTIONS(4173), - [anon_sym_STAR] = ACTIONS(4173), - [sym_label] = ACTIONS(4175), - [anon_sym_in] = ACTIONS(4173), - [anon_sym_DOT_DOT] = ACTIONS(4175), - [anon_sym_QMARK_COLON] = ACTIONS(4175), - [anon_sym_AMP_AMP] = ACTIONS(4175), - [anon_sym_PIPE_PIPE] = ACTIONS(4175), - [anon_sym_else] = ACTIONS(4173), - [anon_sym_COLON_COLON] = ACTIONS(4175), - [anon_sym_PLUS_EQ] = ACTIONS(4175), - [anon_sym_DASH_EQ] = ACTIONS(4175), - [anon_sym_STAR_EQ] = ACTIONS(4175), - [anon_sym_SLASH_EQ] = ACTIONS(4175), - [anon_sym_PERCENT_EQ] = ACTIONS(4175), - [anon_sym_BANG_EQ] = ACTIONS(4173), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4175), - [anon_sym_EQ_EQ] = ACTIONS(4173), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4175), - [anon_sym_LT_EQ] = ACTIONS(4175), - [anon_sym_GT_EQ] = ACTIONS(4175), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(4173), - [anon_sym_BANGis] = ACTIONS(4175), - [anon_sym_PLUS] = ACTIONS(4173), - [anon_sym_DASH] = ACTIONS(4173), - [anon_sym_SLASH] = ACTIONS(4173), - [anon_sym_PERCENT] = ACTIONS(4173), - [anon_sym_as_QMARK] = ACTIONS(4175), - [anon_sym_PLUS_PLUS] = ACTIONS(4175), - [anon_sym_DASH_DASH] = ACTIONS(4175), - [anon_sym_BANG_BANG] = ACTIONS(4175), - [anon_sym_suspend] = ACTIONS(4173), - [anon_sym_sealed] = ACTIONS(4173), - [anon_sym_annotation] = ACTIONS(4173), - [anon_sym_data] = ACTIONS(4173), - [anon_sym_inner] = ACTIONS(4173), - [anon_sym_value] = ACTIONS(4173), - [anon_sym_override] = ACTIONS(4173), - [anon_sym_lateinit] = ACTIONS(4173), - [anon_sym_public] = ACTIONS(4173), - [anon_sym_private] = ACTIONS(4173), - [anon_sym_internal] = ACTIONS(4173), - [anon_sym_protected] = ACTIONS(4173), - [anon_sym_tailrec] = ACTIONS(4173), - [anon_sym_operator] = ACTIONS(4173), - [anon_sym_infix] = ACTIONS(4173), - [anon_sym_inline] = ACTIONS(4173), - [anon_sym_external] = ACTIONS(4173), - [sym_property_modifier] = ACTIONS(4173), - [anon_sym_abstract] = ACTIONS(4173), - [anon_sym_final] = ACTIONS(4173), - [anon_sym_open] = ACTIONS(4173), - [anon_sym_vararg] = ACTIONS(4173), - [anon_sym_noinline] = ACTIONS(4173), - [anon_sym_crossinline] = ACTIONS(4173), - [anon_sym_expect] = ACTIONS(4173), - [anon_sym_actual] = ACTIONS(4173), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4175), - [sym__automatic_semicolon] = ACTIONS(4175), - [sym_safe_nav] = ACTIONS(4175), + [sym_type_constraints] = STATE(3356), + [sym_enum_class_body] = STATE(3483), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_COLON] = ACTIONS(6940), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_RPAREN] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4202), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_while] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), [sym_multiline_comment] = ACTIONS(3), }, [3596] = { - [sym__alpha_identifier] = ACTIONS(4870), - [anon_sym_AT] = ACTIONS(4872), - [anon_sym_LBRACK] = ACTIONS(4872), - [anon_sym_RBRACK] = ACTIONS(4872), - [anon_sym_as] = ACTIONS(4870), - [anon_sym_EQ] = ACTIONS(4870), - [anon_sym_LBRACE] = ACTIONS(4872), - [anon_sym_RBRACE] = ACTIONS(4872), - [anon_sym_LPAREN] = ACTIONS(4872), - [anon_sym_COMMA] = ACTIONS(4872), - [anon_sym_RPAREN] = ACTIONS(4872), - [anon_sym_LT] = ACTIONS(4870), - [anon_sym_GT] = ACTIONS(4870), - [anon_sym_where] = ACTIONS(4870), - [anon_sym_DOT] = ACTIONS(4870), - [anon_sym_SEMI] = ACTIONS(4872), - [anon_sym_get] = ACTIONS(4870), - [anon_sym_set] = ACTIONS(4870), - [anon_sym_STAR] = ACTIONS(4870), - [anon_sym_DASH_GT] = ACTIONS(4872), - [sym_label] = ACTIONS(4872), - [anon_sym_in] = ACTIONS(4870), - [anon_sym_while] = ACTIONS(4870), - [anon_sym_DOT_DOT] = ACTIONS(4872), - [anon_sym_QMARK_COLON] = ACTIONS(4872), - [anon_sym_AMP_AMP] = ACTIONS(4872), - [anon_sym_PIPE_PIPE] = ACTIONS(4872), - [anon_sym_else] = ACTIONS(4870), - [anon_sym_COLON_COLON] = ACTIONS(4872), - [anon_sym_PLUS_EQ] = ACTIONS(4872), - [anon_sym_DASH_EQ] = ACTIONS(4872), - [anon_sym_STAR_EQ] = ACTIONS(4872), - [anon_sym_SLASH_EQ] = ACTIONS(4872), - [anon_sym_PERCENT_EQ] = ACTIONS(4872), - [anon_sym_BANG_EQ] = ACTIONS(4870), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4872), - [anon_sym_EQ_EQ] = ACTIONS(4870), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4872), - [anon_sym_LT_EQ] = ACTIONS(4872), - [anon_sym_GT_EQ] = ACTIONS(4872), - [anon_sym_BANGin] = ACTIONS(4872), - [anon_sym_is] = ACTIONS(4870), - [anon_sym_BANGis] = ACTIONS(4872), - [anon_sym_PLUS] = ACTIONS(4870), - [anon_sym_DASH] = ACTIONS(4870), - [anon_sym_SLASH] = ACTIONS(4870), - [anon_sym_PERCENT] = ACTIONS(4870), - [anon_sym_as_QMARK] = ACTIONS(4872), - [anon_sym_PLUS_PLUS] = ACTIONS(4872), - [anon_sym_DASH_DASH] = ACTIONS(4872), - [anon_sym_BANG_BANG] = ACTIONS(4872), - [anon_sym_suspend] = ACTIONS(4870), - [anon_sym_sealed] = ACTIONS(4870), - [anon_sym_annotation] = ACTIONS(4870), - [anon_sym_data] = ACTIONS(4870), - [anon_sym_inner] = ACTIONS(4870), - [anon_sym_value] = ACTIONS(4870), - [anon_sym_override] = ACTIONS(4870), - [anon_sym_lateinit] = ACTIONS(4870), - [anon_sym_public] = ACTIONS(4870), - [anon_sym_private] = ACTIONS(4870), - [anon_sym_internal] = ACTIONS(4870), - [anon_sym_protected] = ACTIONS(4870), - [anon_sym_tailrec] = ACTIONS(4870), - [anon_sym_operator] = ACTIONS(4870), - [anon_sym_infix] = ACTIONS(4870), - [anon_sym_inline] = ACTIONS(4870), - [anon_sym_external] = ACTIONS(4870), - [sym_property_modifier] = ACTIONS(4870), - [anon_sym_abstract] = ACTIONS(4870), - [anon_sym_final] = ACTIONS(4870), - [anon_sym_open] = ACTIONS(4870), - [anon_sym_vararg] = ACTIONS(4870), - [anon_sym_noinline] = ACTIONS(4870), - [anon_sym_crossinline] = ACTIONS(4870), - [anon_sym_expect] = ACTIONS(4870), - [anon_sym_actual] = ACTIONS(4870), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4872), - [sym_safe_nav] = ACTIONS(4872), + [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_value] = 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), }, [3597] = { - [aux_sym_nullable_type_repeat1] = STATE(3556), - [sym__alpha_identifier] = ACTIONS(4247), - [anon_sym_AT] = ACTIONS(4249), - [anon_sym_LBRACK] = ACTIONS(4249), - [anon_sym_as] = ACTIONS(4247), - [anon_sym_EQ] = ACTIONS(4247), - [anon_sym_LBRACE] = ACTIONS(4249), - [anon_sym_RBRACE] = ACTIONS(4249), - [anon_sym_LPAREN] = ACTIONS(4249), - [anon_sym_COMMA] = ACTIONS(4249), - [anon_sym_by] = ACTIONS(4247), - [anon_sym_LT] = ACTIONS(4247), - [anon_sym_GT] = ACTIONS(4247), - [anon_sym_where] = ACTIONS(4247), - [anon_sym_DOT] = ACTIONS(4247), - [anon_sym_SEMI] = ACTIONS(4249), - [anon_sym_get] = ACTIONS(4247), - [anon_sym_set] = ACTIONS(4247), - [sym__quest] = ACTIONS(6952), - [anon_sym_STAR] = ACTIONS(4247), - [sym_label] = ACTIONS(4249), - [anon_sym_in] = ACTIONS(4247), - [anon_sym_DOT_DOT] = ACTIONS(4249), - [anon_sym_QMARK_COLON] = ACTIONS(4249), - [anon_sym_AMP_AMP] = ACTIONS(4249), - [anon_sym_PIPE_PIPE] = ACTIONS(4249), - [anon_sym_else] = ACTIONS(4247), - [anon_sym_COLON_COLON] = ACTIONS(4249), - [anon_sym_PLUS_EQ] = ACTIONS(4249), - [anon_sym_DASH_EQ] = ACTIONS(4249), - [anon_sym_STAR_EQ] = ACTIONS(4249), - [anon_sym_SLASH_EQ] = ACTIONS(4249), - [anon_sym_PERCENT_EQ] = ACTIONS(4249), - [anon_sym_BANG_EQ] = ACTIONS(4247), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4249), - [anon_sym_EQ_EQ] = ACTIONS(4247), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4249), - [anon_sym_LT_EQ] = ACTIONS(4249), - [anon_sym_GT_EQ] = ACTIONS(4249), - [anon_sym_BANGin] = ACTIONS(4249), - [anon_sym_is] = ACTIONS(4247), - [anon_sym_BANGis] = ACTIONS(4249), - [anon_sym_PLUS] = ACTIONS(4247), - [anon_sym_DASH] = ACTIONS(4247), - [anon_sym_SLASH] = ACTIONS(4247), - [anon_sym_PERCENT] = ACTIONS(4247), - [anon_sym_as_QMARK] = ACTIONS(4249), - [anon_sym_PLUS_PLUS] = ACTIONS(4249), - [anon_sym_DASH_DASH] = ACTIONS(4249), - [anon_sym_BANG_BANG] = ACTIONS(4249), - [anon_sym_suspend] = ACTIONS(4247), - [anon_sym_sealed] = ACTIONS(4247), - [anon_sym_annotation] = ACTIONS(4247), - [anon_sym_data] = ACTIONS(4247), - [anon_sym_inner] = ACTIONS(4247), - [anon_sym_value] = ACTIONS(4247), - [anon_sym_override] = ACTIONS(4247), - [anon_sym_lateinit] = ACTIONS(4247), - [anon_sym_public] = ACTIONS(4247), - [anon_sym_private] = ACTIONS(4247), - [anon_sym_internal] = ACTIONS(4247), - [anon_sym_protected] = ACTIONS(4247), - [anon_sym_tailrec] = ACTIONS(4247), - [anon_sym_operator] = ACTIONS(4247), - [anon_sym_infix] = ACTIONS(4247), - [anon_sym_inline] = ACTIONS(4247), - [anon_sym_external] = ACTIONS(4247), - [sym_property_modifier] = ACTIONS(4247), - [anon_sym_abstract] = ACTIONS(4247), - [anon_sym_final] = ACTIONS(4247), - [anon_sym_open] = ACTIONS(4247), - [anon_sym_vararg] = ACTIONS(4247), - [anon_sym_noinline] = ACTIONS(4247), - [anon_sym_crossinline] = ACTIONS(4247), - [anon_sym_expect] = ACTIONS(4247), - [anon_sym_actual] = ACTIONS(4247), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4249), - [sym__automatic_semicolon] = ACTIONS(4249), - [sym_safe_nav] = ACTIONS(4249), + [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_value] = 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), }, [3598] = { - [sym__alpha_identifier] = ACTIONS(4838), - [anon_sym_AT] = ACTIONS(4840), - [anon_sym_LBRACK] = ACTIONS(4840), - [anon_sym_RBRACK] = ACTIONS(4840), - [anon_sym_as] = ACTIONS(4838), - [anon_sym_EQ] = ACTIONS(4838), - [anon_sym_LBRACE] = ACTIONS(4840), - [anon_sym_RBRACE] = ACTIONS(4840), - [anon_sym_LPAREN] = ACTIONS(4840), - [anon_sym_COMMA] = ACTIONS(4840), - [anon_sym_RPAREN] = ACTIONS(4840), - [anon_sym_LT] = ACTIONS(4838), - [anon_sym_GT] = ACTIONS(4838), - [anon_sym_where] = ACTIONS(4838), - [anon_sym_DOT] = ACTIONS(4838), - [anon_sym_SEMI] = ACTIONS(4840), - [anon_sym_get] = ACTIONS(4838), - [anon_sym_set] = ACTIONS(4838), - [anon_sym_STAR] = ACTIONS(4838), - [anon_sym_DASH_GT] = ACTIONS(4840), - [sym_label] = ACTIONS(4840), - [anon_sym_in] = ACTIONS(4838), - [anon_sym_while] = ACTIONS(4838), - [anon_sym_DOT_DOT] = ACTIONS(4840), - [anon_sym_QMARK_COLON] = ACTIONS(4840), - [anon_sym_AMP_AMP] = ACTIONS(4840), - [anon_sym_PIPE_PIPE] = ACTIONS(4840), - [anon_sym_else] = ACTIONS(4838), - [anon_sym_COLON_COLON] = ACTIONS(4840), - [anon_sym_PLUS_EQ] = ACTIONS(4840), - [anon_sym_DASH_EQ] = ACTIONS(4840), - [anon_sym_STAR_EQ] = ACTIONS(4840), - [anon_sym_SLASH_EQ] = ACTIONS(4840), - [anon_sym_PERCENT_EQ] = ACTIONS(4840), - [anon_sym_BANG_EQ] = ACTIONS(4838), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4840), - [anon_sym_EQ_EQ] = ACTIONS(4838), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4840), - [anon_sym_LT_EQ] = ACTIONS(4840), - [anon_sym_GT_EQ] = ACTIONS(4840), - [anon_sym_BANGin] = ACTIONS(4840), - [anon_sym_is] = ACTIONS(4838), - [anon_sym_BANGis] = ACTIONS(4840), - [anon_sym_PLUS] = ACTIONS(4838), - [anon_sym_DASH] = ACTIONS(4838), - [anon_sym_SLASH] = ACTIONS(4838), - [anon_sym_PERCENT] = ACTIONS(4838), - [anon_sym_as_QMARK] = ACTIONS(4840), - [anon_sym_PLUS_PLUS] = ACTIONS(4840), - [anon_sym_DASH_DASH] = ACTIONS(4840), - [anon_sym_BANG_BANG] = ACTIONS(4840), - [anon_sym_suspend] = ACTIONS(4838), - [anon_sym_sealed] = ACTIONS(4838), - [anon_sym_annotation] = ACTIONS(4838), - [anon_sym_data] = ACTIONS(4838), - [anon_sym_inner] = ACTIONS(4838), - [anon_sym_value] = ACTIONS(4838), - [anon_sym_override] = ACTIONS(4838), - [anon_sym_lateinit] = ACTIONS(4838), - [anon_sym_public] = ACTIONS(4838), - [anon_sym_private] = ACTIONS(4838), - [anon_sym_internal] = ACTIONS(4838), - [anon_sym_protected] = ACTIONS(4838), - [anon_sym_tailrec] = ACTIONS(4838), - [anon_sym_operator] = ACTIONS(4838), - [anon_sym_infix] = ACTIONS(4838), - [anon_sym_inline] = ACTIONS(4838), - [anon_sym_external] = ACTIONS(4838), - [sym_property_modifier] = ACTIONS(4838), - [anon_sym_abstract] = ACTIONS(4838), - [anon_sym_final] = ACTIONS(4838), - [anon_sym_open] = ACTIONS(4838), - [anon_sym_vararg] = ACTIONS(4838), - [anon_sym_noinline] = ACTIONS(4838), - [anon_sym_crossinline] = ACTIONS(4838), - [anon_sym_expect] = ACTIONS(4838), - [anon_sym_actual] = ACTIONS(4838), + [aux_sym_nullable_type_repeat1] = STATE(3553), + [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_DOT] = ACTIONS(4237), + [anon_sym_SEMI] = ACTIONS(4239), + [anon_sym_get] = ACTIONS(4237), + [anon_sym_set] = ACTIONS(4237), + [sym__quest] = ACTIONS(6942), + [anon_sym_STAR] = ACTIONS(4237), + [sym_label] = ACTIONS(4239), + [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(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_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_value] = 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(4840), - [sym_safe_nav] = ACTIONS(4840), + [sym__backtick_identifier] = ACTIONS(4239), + [sym__automatic_semicolon] = ACTIONS(4239), + [sym_safe_nav] = ACTIONS(4239), [sym_multiline_comment] = ACTIONS(3), }, [3599] = { - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_RBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_EQ] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_RPAREN] = ACTIONS(4507), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4505), - [anon_sym_DASH_GT] = ACTIONS(4507), - [sym_label] = ACTIONS(4507), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_while] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_PLUS_EQ] = ACTIONS(4507), - [anon_sym_DASH_EQ] = ACTIONS(4507), - [anon_sym_STAR_EQ] = ACTIONS(4507), - [anon_sym_SLASH_EQ] = ACTIONS(4507), - [anon_sym_PERCENT_EQ] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_suspend] = ACTIONS(4505), - [anon_sym_sealed] = ACTIONS(4505), - [anon_sym_annotation] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_override] = ACTIONS(4505), - [anon_sym_lateinit] = ACTIONS(4505), - [anon_sym_public] = ACTIONS(4505), - [anon_sym_private] = ACTIONS(4505), - [anon_sym_internal] = ACTIONS(4505), - [anon_sym_protected] = ACTIONS(4505), - [anon_sym_tailrec] = ACTIONS(4505), - [anon_sym_operator] = ACTIONS(4505), - [anon_sym_infix] = ACTIONS(4505), - [anon_sym_inline] = ACTIONS(4505), - [anon_sym_external] = ACTIONS(4505), - [sym_property_modifier] = ACTIONS(4505), - [anon_sym_abstract] = ACTIONS(4505), - [anon_sym_final] = ACTIONS(4505), - [anon_sym_open] = ACTIONS(4505), - [anon_sym_vararg] = ACTIONS(4505), - [anon_sym_noinline] = ACTIONS(4505), - [anon_sym_crossinline] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), + [sym__alpha_identifier] = ACTIONS(3095), + [anon_sym_AT] = ACTIONS(3097), + [anon_sym_LBRACK] = ACTIONS(3097), + [anon_sym_RBRACK] = ACTIONS(3097), + [anon_sym_as] = ACTIONS(3095), + [anon_sym_EQ] = ACTIONS(3095), + [anon_sym_LBRACE] = ACTIONS(3097), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(3097), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_RPAREN] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(3095), + [anon_sym_GT] = ACTIONS(3095), + [anon_sym_where] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(3095), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3095), + [anon_sym_set] = ACTIONS(3095), + [anon_sym_STAR] = ACTIONS(3095), + [anon_sym_DASH_GT] = ACTIONS(3097), + [sym_label] = ACTIONS(3097), + [anon_sym_in] = ACTIONS(3095), + [anon_sym_while] = ACTIONS(3095), + [anon_sym_DOT_DOT] = ACTIONS(3097), + [anon_sym_QMARK_COLON] = ACTIONS(3097), + [anon_sym_AMP_AMP] = ACTIONS(3097), + [anon_sym_PIPE_PIPE] = ACTIONS(3097), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(3097), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(3095), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3097), + [anon_sym_EQ_EQ] = ACTIONS(3095), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3097), + [anon_sym_LT_EQ] = ACTIONS(3097), + [anon_sym_GT_EQ] = ACTIONS(3097), + [anon_sym_BANGin] = ACTIONS(3097), + [anon_sym_is] = ACTIONS(3095), + [anon_sym_BANGis] = ACTIONS(3097), + [anon_sym_PLUS] = ACTIONS(3095), + [anon_sym_DASH] = ACTIONS(3095), + [anon_sym_SLASH] = ACTIONS(3095), + [anon_sym_PERCENT] = ACTIONS(3095), + [anon_sym_as_QMARK] = ACTIONS(3097), + [anon_sym_PLUS_PLUS] = ACTIONS(3097), + [anon_sym_DASH_DASH] = ACTIONS(3097), + [anon_sym_BANG_BANG] = ACTIONS(3097), + [anon_sym_suspend] = ACTIONS(3095), + [anon_sym_sealed] = ACTIONS(3095), + [anon_sym_annotation] = ACTIONS(3095), + [anon_sym_data] = ACTIONS(3095), + [anon_sym_inner] = ACTIONS(3095), + [anon_sym_value] = ACTIONS(3095), + [anon_sym_override] = ACTIONS(3095), + [anon_sym_lateinit] = ACTIONS(3095), + [anon_sym_public] = ACTIONS(3095), + [anon_sym_private] = ACTIONS(3095), + [anon_sym_internal] = ACTIONS(3095), + [anon_sym_protected] = ACTIONS(3095), + [anon_sym_tailrec] = ACTIONS(3095), + [anon_sym_operator] = ACTIONS(3095), + [anon_sym_infix] = ACTIONS(3095), + [anon_sym_inline] = ACTIONS(3095), + [anon_sym_external] = ACTIONS(3095), + [sym_property_modifier] = ACTIONS(3095), + [anon_sym_abstract] = ACTIONS(3095), + [anon_sym_final] = ACTIONS(3095), + [anon_sym_open] = ACTIONS(3095), + [anon_sym_vararg] = ACTIONS(3095), + [anon_sym_noinline] = ACTIONS(3095), + [anon_sym_crossinline] = ACTIONS(3095), + [anon_sym_expect] = ACTIONS(3095), + [anon_sym_actual] = ACTIONS(3095), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3097), + [sym_safe_nav] = ACTIONS(3097), [sym_multiline_comment] = ACTIONS(3), }, [3600] = { - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3346), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_RBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_RPAREN] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(3344), - [anon_sym_set] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [anon_sym_DASH_GT] = ACTIONS(3346), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_while] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(3344), - [anon_sym_sealed] = ACTIONS(3344), - [anon_sym_annotation] = ACTIONS(3344), - [anon_sym_data] = ACTIONS(3344), - [anon_sym_inner] = ACTIONS(3344), - [anon_sym_value] = ACTIONS(3344), - [anon_sym_override] = ACTIONS(3344), - [anon_sym_lateinit] = ACTIONS(3344), - [anon_sym_public] = ACTIONS(3344), - [anon_sym_private] = ACTIONS(3344), - [anon_sym_internal] = ACTIONS(3344), - [anon_sym_protected] = ACTIONS(3344), - [anon_sym_tailrec] = ACTIONS(3344), - [anon_sym_operator] = ACTIONS(3344), - [anon_sym_infix] = ACTIONS(3344), - [anon_sym_inline] = ACTIONS(3344), - [anon_sym_external] = ACTIONS(3344), - [sym_property_modifier] = ACTIONS(3344), - [anon_sym_abstract] = ACTIONS(3344), - [anon_sym_final] = ACTIONS(3344), - [anon_sym_open] = ACTIONS(3344), - [anon_sym_vararg] = ACTIONS(3344), - [anon_sym_noinline] = ACTIONS(3344), - [anon_sym_crossinline] = ACTIONS(3344), - [anon_sym_expect] = ACTIONS(3344), - [anon_sym_actual] = ACTIONS(3344), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_RBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(3294), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_RPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [anon_sym_DASH_GT] = ACTIONS(3294), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_while] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3290), + [anon_sym_sealed] = ACTIONS(3290), + [anon_sym_annotation] = ACTIONS(3290), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_override] = ACTIONS(3290), + [anon_sym_lateinit] = ACTIONS(3290), + [anon_sym_public] = ACTIONS(3290), + [anon_sym_private] = ACTIONS(3290), + [anon_sym_internal] = ACTIONS(3290), + [anon_sym_protected] = ACTIONS(3290), + [anon_sym_tailrec] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_infix] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_external] = ACTIONS(3290), + [sym_property_modifier] = ACTIONS(3290), + [anon_sym_abstract] = ACTIONS(3290), + [anon_sym_final] = ACTIONS(3290), + [anon_sym_open] = ACTIONS(3290), + [anon_sym_vararg] = ACTIONS(3290), + [anon_sym_noinline] = ACTIONS(3290), + [anon_sym_crossinline] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), [sym_multiline_comment] = ACTIONS(3), }, [3601] = { - [sym__alpha_identifier] = ACTIONS(3992), - [anon_sym_AT] = ACTIONS(3994), - [anon_sym_LBRACK] = ACTIONS(3994), - [anon_sym_RBRACK] = ACTIONS(3994), - [anon_sym_as] = ACTIONS(3992), - [anon_sym_EQ] = ACTIONS(3992), - [anon_sym_LBRACE] = ACTIONS(3994), - [anon_sym_RBRACE] = ACTIONS(3994), - [anon_sym_LPAREN] = ACTIONS(3994), - [anon_sym_COMMA] = ACTIONS(3994), - [anon_sym_RPAREN] = ACTIONS(3994), - [anon_sym_LT] = ACTIONS(3992), - [anon_sym_GT] = ACTIONS(3992), - [anon_sym_where] = ACTIONS(3992), - [anon_sym_DOT] = ACTIONS(3992), - [anon_sym_SEMI] = ACTIONS(3994), - [anon_sym_get] = ACTIONS(3992), - [anon_sym_set] = ACTIONS(3992), - [anon_sym_STAR] = ACTIONS(3992), - [anon_sym_DASH_GT] = ACTIONS(3994), - [sym_label] = ACTIONS(3994), - [anon_sym_in] = ACTIONS(3992), - [anon_sym_while] = ACTIONS(3992), - [anon_sym_DOT_DOT] = ACTIONS(3994), - [anon_sym_QMARK_COLON] = ACTIONS(3994), - [anon_sym_AMP_AMP] = ACTIONS(3994), - [anon_sym_PIPE_PIPE] = ACTIONS(3994), - [anon_sym_else] = ACTIONS(3992), - [anon_sym_COLON_COLON] = ACTIONS(3994), - [anon_sym_PLUS_EQ] = ACTIONS(3994), - [anon_sym_DASH_EQ] = ACTIONS(3994), - [anon_sym_STAR_EQ] = ACTIONS(3994), - [anon_sym_SLASH_EQ] = ACTIONS(3994), - [anon_sym_PERCENT_EQ] = ACTIONS(3994), - [anon_sym_BANG_EQ] = ACTIONS(3992), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3994), - [anon_sym_EQ_EQ] = ACTIONS(3992), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3994), - [anon_sym_LT_EQ] = ACTIONS(3994), - [anon_sym_GT_EQ] = ACTIONS(3994), - [anon_sym_BANGin] = ACTIONS(3994), - [anon_sym_is] = ACTIONS(3992), - [anon_sym_BANGis] = ACTIONS(3994), - [anon_sym_PLUS] = ACTIONS(3992), - [anon_sym_DASH] = ACTIONS(3992), - [anon_sym_SLASH] = ACTIONS(3992), - [anon_sym_PERCENT] = ACTIONS(3992), - [anon_sym_as_QMARK] = ACTIONS(3994), - [anon_sym_PLUS_PLUS] = ACTIONS(3994), - [anon_sym_DASH_DASH] = ACTIONS(3994), - [anon_sym_BANG_BANG] = ACTIONS(3994), - [anon_sym_suspend] = ACTIONS(3992), - [anon_sym_sealed] = ACTIONS(3992), - [anon_sym_annotation] = ACTIONS(3992), - [anon_sym_data] = ACTIONS(3992), - [anon_sym_inner] = ACTIONS(3992), - [anon_sym_value] = ACTIONS(3992), - [anon_sym_override] = ACTIONS(3992), - [anon_sym_lateinit] = ACTIONS(3992), - [anon_sym_public] = ACTIONS(3992), - [anon_sym_private] = ACTIONS(3992), - [anon_sym_internal] = ACTIONS(3992), - [anon_sym_protected] = ACTIONS(3992), - [anon_sym_tailrec] = ACTIONS(3992), - [anon_sym_operator] = ACTIONS(3992), - [anon_sym_infix] = ACTIONS(3992), - [anon_sym_inline] = ACTIONS(3992), - [anon_sym_external] = ACTIONS(3992), - [sym_property_modifier] = ACTIONS(3992), - [anon_sym_abstract] = ACTIONS(3992), - [anon_sym_final] = ACTIONS(3992), - [anon_sym_open] = ACTIONS(3992), - [anon_sym_vararg] = ACTIONS(3992), - [anon_sym_noinline] = ACTIONS(3992), - [anon_sym_crossinline] = ACTIONS(3992), - [anon_sym_expect] = ACTIONS(3992), - [anon_sym_actual] = ACTIONS(3992), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3994), - [sym_safe_nav] = ACTIONS(3994), + [aux_sym_user_type_repeat1] = STATE(3619), + [sym__alpha_identifier] = ACTIONS(4193), + [anon_sym_AT] = ACTIONS(4195), + [anon_sym_LBRACK] = ACTIONS(4195), + [anon_sym_typealias] = ACTIONS(4193), + [anon_sym_class] = ACTIONS(4193), + [anon_sym_interface] = ACTIONS(4193), + [anon_sym_enum] = ACTIONS(4193), + [anon_sym_LBRACE] = ACTIONS(4195), + [anon_sym_LPAREN] = ACTIONS(4195), + [anon_sym_val] = ACTIONS(4193), + [anon_sym_var] = ACTIONS(4193), + [anon_sym_object] = ACTIONS(4193), + [anon_sym_fun] = ACTIONS(4193), + [anon_sym_DOT] = ACTIONS(6944), + [anon_sym_get] = ACTIONS(4193), + [anon_sym_set] = ACTIONS(4193), + [anon_sym_this] = ACTIONS(4193), + [anon_sym_super] = ACTIONS(4193), + [anon_sym_STAR] = ACTIONS(4195), + [sym_label] = ACTIONS(4193), + [anon_sym_for] = ACTIONS(4193), + [anon_sym_while] = ACTIONS(4193), + [anon_sym_do] = ACTIONS(4193), + [anon_sym_null] = ACTIONS(4193), + [anon_sym_if] = ACTIONS(4193), + [anon_sym_when] = ACTIONS(4193), + [anon_sym_try] = ACTIONS(4193), + [anon_sym_throw] = ACTIONS(4193), + [anon_sym_return] = ACTIONS(4193), + [anon_sym_continue] = ACTIONS(4193), + [anon_sym_break] = ACTIONS(4193), + [anon_sym_COLON_COLON] = ACTIONS(4195), + [anon_sym_PLUS] = ACTIONS(4193), + [anon_sym_DASH] = ACTIONS(4193), + [anon_sym_PLUS_PLUS] = ACTIONS(4195), + [anon_sym_DASH_DASH] = ACTIONS(4195), + [anon_sym_BANG] = ACTIONS(4195), + [anon_sym_suspend] = ACTIONS(4193), + [anon_sym_sealed] = ACTIONS(4193), + [anon_sym_annotation] = ACTIONS(4193), + [anon_sym_data] = ACTIONS(4193), + [anon_sym_inner] = ACTIONS(4193), + [anon_sym_value] = ACTIONS(4193), + [anon_sym_override] = ACTIONS(4193), + [anon_sym_lateinit] = ACTIONS(4193), + [anon_sym_public] = ACTIONS(4193), + [anon_sym_private] = ACTIONS(4193), + [anon_sym_internal] = ACTIONS(4193), + [anon_sym_protected] = ACTIONS(4193), + [anon_sym_tailrec] = ACTIONS(4193), + [anon_sym_operator] = ACTIONS(4193), + [anon_sym_infix] = ACTIONS(4193), + [anon_sym_inline] = ACTIONS(4193), + [anon_sym_external] = ACTIONS(4193), + [sym_property_modifier] = ACTIONS(4193), + [anon_sym_abstract] = ACTIONS(4193), + [anon_sym_final] = ACTIONS(4193), + [anon_sym_open] = ACTIONS(4193), + [anon_sym_vararg] = ACTIONS(4193), + [anon_sym_noinline] = ACTIONS(4193), + [anon_sym_crossinline] = ACTIONS(4193), + [anon_sym_expect] = ACTIONS(4193), + [anon_sym_actual] = ACTIONS(4193), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4195), + [anon_sym_continue_AT] = ACTIONS(4195), + [anon_sym_break_AT] = ACTIONS(4195), + [anon_sym_this_AT] = ACTIONS(4195), + [anon_sym_super_AT] = ACTIONS(4195), + [sym_real_literal] = ACTIONS(4195), + [sym_integer_literal] = ACTIONS(4193), + [sym_hex_literal] = ACTIONS(4195), + [sym_bin_literal] = ACTIONS(4195), + [anon_sym_true] = ACTIONS(4193), + [anon_sym_false] = ACTIONS(4193), + [anon_sym_SQUOTE] = ACTIONS(4195), + [sym__backtick_identifier] = ACTIONS(4195), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4195), }, [3602] = { - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_RBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [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_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [anon_sym_DASH_GT] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [anon_sym_while] = ACTIONS(3270), - [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(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [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(3270), - [anon_sym_sealed] = ACTIONS(3270), - [anon_sym_annotation] = ACTIONS(3270), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_override] = ACTIONS(3270), - [anon_sym_lateinit] = ACTIONS(3270), - [anon_sym_public] = ACTIONS(3270), - [anon_sym_private] = ACTIONS(3270), - [anon_sym_internal] = ACTIONS(3270), - [anon_sym_protected] = ACTIONS(3270), - [anon_sym_tailrec] = ACTIONS(3270), - [anon_sym_operator] = ACTIONS(3270), - [anon_sym_infix] = ACTIONS(3270), - [anon_sym_inline] = ACTIONS(3270), - [anon_sym_external] = ACTIONS(3270), - [sym_property_modifier] = ACTIONS(3270), - [anon_sym_abstract] = ACTIONS(3270), - [anon_sym_final] = ACTIONS(3270), - [anon_sym_open] = ACTIONS(3270), - [anon_sym_vararg] = ACTIONS(3270), - [anon_sym_noinline] = ACTIONS(3270), - [anon_sym_crossinline] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [sym__alpha_identifier] = ACTIONS(4163), + [anon_sym_AT] = ACTIONS(4165), + [anon_sym_COLON] = ACTIONS(6794), + [anon_sym_LBRACK] = ACTIONS(4165), + [anon_sym_as] = ACTIONS(4163), + [anon_sym_EQ] = ACTIONS(4163), + [anon_sym_LBRACE] = ACTIONS(4165), + [anon_sym_RBRACE] = ACTIONS(4165), + [anon_sym_LPAREN] = ACTIONS(4165), + [anon_sym_COMMA] = ACTIONS(4165), + [anon_sym_by] = ACTIONS(4163), + [anon_sym_LT] = ACTIONS(4163), + [anon_sym_GT] = ACTIONS(4163), + [anon_sym_where] = ACTIONS(4163), + [anon_sym_DOT] = ACTIONS(4163), + [anon_sym_SEMI] = ACTIONS(4165), + [anon_sym_get] = ACTIONS(4163), + [anon_sym_set] = ACTIONS(4163), + [anon_sym_STAR] = ACTIONS(4163), + [sym_label] = ACTIONS(4165), + [anon_sym_in] = ACTIONS(4163), + [anon_sym_DOT_DOT] = ACTIONS(4165), + [anon_sym_QMARK_COLON] = ACTIONS(4165), + [anon_sym_AMP_AMP] = ACTIONS(4165), + [anon_sym_PIPE_PIPE] = ACTIONS(4165), + [anon_sym_else] = ACTIONS(4163), + [anon_sym_COLON_COLON] = ACTIONS(4165), + [anon_sym_PLUS_EQ] = ACTIONS(4165), + [anon_sym_DASH_EQ] = ACTIONS(4165), + [anon_sym_STAR_EQ] = ACTIONS(4165), + [anon_sym_SLASH_EQ] = ACTIONS(4165), + [anon_sym_PERCENT_EQ] = ACTIONS(4165), + [anon_sym_BANG_EQ] = ACTIONS(4163), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4165), + [anon_sym_EQ_EQ] = ACTIONS(4163), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4165), + [anon_sym_LT_EQ] = ACTIONS(4165), + [anon_sym_GT_EQ] = ACTIONS(4165), + [anon_sym_BANGin] = ACTIONS(4165), + [anon_sym_is] = ACTIONS(4163), + [anon_sym_BANGis] = ACTIONS(4165), + [anon_sym_PLUS] = ACTIONS(4163), + [anon_sym_DASH] = ACTIONS(4163), + [anon_sym_SLASH] = ACTIONS(4163), + [anon_sym_PERCENT] = ACTIONS(4163), + [anon_sym_as_QMARK] = ACTIONS(4165), + [anon_sym_PLUS_PLUS] = ACTIONS(4165), + [anon_sym_DASH_DASH] = ACTIONS(4165), + [anon_sym_BANG_BANG] = ACTIONS(4165), + [anon_sym_suspend] = ACTIONS(4163), + [anon_sym_sealed] = ACTIONS(4163), + [anon_sym_annotation] = ACTIONS(4163), + [anon_sym_data] = ACTIONS(4163), + [anon_sym_inner] = ACTIONS(4163), + [anon_sym_value] = ACTIONS(4163), + [anon_sym_override] = ACTIONS(4163), + [anon_sym_lateinit] = ACTIONS(4163), + [anon_sym_public] = ACTIONS(4163), + [anon_sym_private] = ACTIONS(4163), + [anon_sym_internal] = ACTIONS(4163), + [anon_sym_protected] = ACTIONS(4163), + [anon_sym_tailrec] = ACTIONS(4163), + [anon_sym_operator] = ACTIONS(4163), + [anon_sym_infix] = ACTIONS(4163), + [anon_sym_inline] = ACTIONS(4163), + [anon_sym_external] = ACTIONS(4163), + [sym_property_modifier] = ACTIONS(4163), + [anon_sym_abstract] = ACTIONS(4163), + [anon_sym_final] = ACTIONS(4163), + [anon_sym_open] = ACTIONS(4163), + [anon_sym_vararg] = ACTIONS(4163), + [anon_sym_noinline] = ACTIONS(4163), + [anon_sym_crossinline] = ACTIONS(4163), + [anon_sym_expect] = ACTIONS(4163), + [anon_sym_actual] = ACTIONS(4163), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4165), + [sym__automatic_semicolon] = ACTIONS(4165), + [sym_safe_nav] = ACTIONS(4165), [sym_multiline_comment] = ACTIONS(3), }, [3603] = { - [sym__alpha_identifier] = ACTIONS(3113), - [anon_sym_AT] = ACTIONS(3115), - [anon_sym_LBRACK] = ACTIONS(3115), - [anon_sym_RBRACK] = ACTIONS(3115), - [anon_sym_as] = ACTIONS(3113), - [anon_sym_EQ] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(3115), - [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(3115), - [anon_sym_COMMA] = ACTIONS(3115), - [anon_sym_RPAREN] = ACTIONS(3115), - [anon_sym_LT] = ACTIONS(3113), - [anon_sym_GT] = ACTIONS(3113), - [anon_sym_where] = ACTIONS(3113), - [anon_sym_DOT] = ACTIONS(3113), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3113), - [anon_sym_set] = ACTIONS(3113), - [anon_sym_STAR] = ACTIONS(3113), - [anon_sym_DASH_GT] = ACTIONS(3115), - [sym_label] = ACTIONS(3115), - [anon_sym_in] = ACTIONS(3113), - [anon_sym_while] = ACTIONS(3113), - [anon_sym_DOT_DOT] = ACTIONS(3115), - [anon_sym_QMARK_COLON] = ACTIONS(3115), - [anon_sym_AMP_AMP] = ACTIONS(3115), - [anon_sym_PIPE_PIPE] = ACTIONS(3115), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_PLUS_EQ] = ACTIONS(3115), - [anon_sym_DASH_EQ] = ACTIONS(3115), - [anon_sym_STAR_EQ] = ACTIONS(3115), - [anon_sym_SLASH_EQ] = ACTIONS(3115), - [anon_sym_PERCENT_EQ] = ACTIONS(3115), - [anon_sym_BANG_EQ] = ACTIONS(3113), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), - [anon_sym_EQ_EQ] = ACTIONS(3113), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), - [anon_sym_LT_EQ] = ACTIONS(3115), - [anon_sym_GT_EQ] = ACTIONS(3115), - [anon_sym_BANGin] = ACTIONS(3115), - [anon_sym_is] = ACTIONS(3113), - [anon_sym_BANGis] = ACTIONS(3115), - [anon_sym_PLUS] = ACTIONS(3113), - [anon_sym_DASH] = ACTIONS(3113), - [anon_sym_SLASH] = ACTIONS(3113), - [anon_sym_PERCENT] = ACTIONS(3113), - [anon_sym_as_QMARK] = ACTIONS(3115), - [anon_sym_PLUS_PLUS] = ACTIONS(3115), - [anon_sym_DASH_DASH] = ACTIONS(3115), - [anon_sym_BANG_BANG] = ACTIONS(3115), - [anon_sym_suspend] = ACTIONS(3113), - [anon_sym_sealed] = ACTIONS(3113), - [anon_sym_annotation] = ACTIONS(3113), - [anon_sym_data] = ACTIONS(3113), - [anon_sym_inner] = ACTIONS(3113), - [anon_sym_value] = ACTIONS(3113), - [anon_sym_override] = ACTIONS(3113), - [anon_sym_lateinit] = ACTIONS(3113), - [anon_sym_public] = ACTIONS(3113), - [anon_sym_private] = ACTIONS(3113), - [anon_sym_internal] = ACTIONS(3113), - [anon_sym_protected] = ACTIONS(3113), - [anon_sym_tailrec] = ACTIONS(3113), - [anon_sym_operator] = ACTIONS(3113), - [anon_sym_infix] = ACTIONS(3113), - [anon_sym_inline] = ACTIONS(3113), - [anon_sym_external] = ACTIONS(3113), - [sym_property_modifier] = ACTIONS(3113), - [anon_sym_abstract] = ACTIONS(3113), - [anon_sym_final] = ACTIONS(3113), - [anon_sym_open] = ACTIONS(3113), - [anon_sym_vararg] = ACTIONS(3113), - [anon_sym_noinline] = ACTIONS(3113), - [anon_sym_crossinline] = ACTIONS(3113), - [anon_sym_expect] = ACTIONS(3113), - [anon_sym_actual] = ACTIONS(3113), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3115), - [sym_safe_nav] = ACTIONS(3115), + [sym__alpha_identifier] = ACTIONS(4343), + [anon_sym_AT] = ACTIONS(4345), + [anon_sym_LBRACK] = ACTIONS(4345), + [anon_sym_as] = ACTIONS(4343), + [anon_sym_EQ] = ACTIONS(4343), + [anon_sym_LBRACE] = ACTIONS(4345), + [anon_sym_RBRACE] = ACTIONS(4345), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_COMMA] = ACTIONS(4345), + [anon_sym_LT] = ACTIONS(4343), + [anon_sym_GT] = ACTIONS(4343), + [anon_sym_where] = ACTIONS(4343), + [anon_sym_DOT] = ACTIONS(4343), + [anon_sym_SEMI] = ACTIONS(4345), + [anon_sym_get] = ACTIONS(4343), + [anon_sym_set] = ACTIONS(4343), + [anon_sym_STAR] = ACTIONS(4343), + [sym_label] = ACTIONS(4345), + [anon_sym_in] = ACTIONS(4343), + [anon_sym_DOT_DOT] = ACTIONS(4345), + [anon_sym_QMARK_COLON] = ACTIONS(4345), + [anon_sym_AMP_AMP] = ACTIONS(4345), + [anon_sym_PIPE_PIPE] = ACTIONS(4345), + [anon_sym_else] = ACTIONS(4343), + [anon_sym_catch] = ACTIONS(4343), + [anon_sym_finally] = ACTIONS(4343), + [anon_sym_COLON_COLON] = ACTIONS(4345), + [anon_sym_PLUS_EQ] = ACTIONS(4345), + [anon_sym_DASH_EQ] = ACTIONS(4345), + [anon_sym_STAR_EQ] = ACTIONS(4345), + [anon_sym_SLASH_EQ] = ACTIONS(4345), + [anon_sym_PERCENT_EQ] = ACTIONS(4345), + [anon_sym_BANG_EQ] = ACTIONS(4343), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4345), + [anon_sym_EQ_EQ] = ACTIONS(4343), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4345), + [anon_sym_LT_EQ] = ACTIONS(4345), + [anon_sym_GT_EQ] = ACTIONS(4345), + [anon_sym_BANGin] = ACTIONS(4345), + [anon_sym_is] = ACTIONS(4343), + [anon_sym_BANGis] = ACTIONS(4345), + [anon_sym_PLUS] = ACTIONS(4343), + [anon_sym_DASH] = ACTIONS(4343), + [anon_sym_SLASH] = ACTIONS(4343), + [anon_sym_PERCENT] = ACTIONS(4343), + [anon_sym_as_QMARK] = ACTIONS(4345), + [anon_sym_PLUS_PLUS] = ACTIONS(4345), + [anon_sym_DASH_DASH] = ACTIONS(4345), + [anon_sym_BANG_BANG] = ACTIONS(4345), + [anon_sym_suspend] = ACTIONS(4343), + [anon_sym_sealed] = ACTIONS(4343), + [anon_sym_annotation] = ACTIONS(4343), + [anon_sym_data] = ACTIONS(4343), + [anon_sym_inner] = ACTIONS(4343), + [anon_sym_value] = ACTIONS(4343), + [anon_sym_override] = ACTIONS(4343), + [anon_sym_lateinit] = ACTIONS(4343), + [anon_sym_public] = ACTIONS(4343), + [anon_sym_private] = ACTIONS(4343), + [anon_sym_internal] = ACTIONS(4343), + [anon_sym_protected] = ACTIONS(4343), + [anon_sym_tailrec] = ACTIONS(4343), + [anon_sym_operator] = ACTIONS(4343), + [anon_sym_infix] = ACTIONS(4343), + [anon_sym_inline] = ACTIONS(4343), + [anon_sym_external] = ACTIONS(4343), + [sym_property_modifier] = ACTIONS(4343), + [anon_sym_abstract] = ACTIONS(4343), + [anon_sym_final] = ACTIONS(4343), + [anon_sym_open] = ACTIONS(4343), + [anon_sym_vararg] = ACTIONS(4343), + [anon_sym_noinline] = ACTIONS(4343), + [anon_sym_crossinline] = ACTIONS(4343), + [anon_sym_expect] = ACTIONS(4343), + [anon_sym_actual] = ACTIONS(4343), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4345), + [sym__automatic_semicolon] = ACTIONS(4345), + [sym_safe_nav] = ACTIONS(4345), [sym_multiline_comment] = ACTIONS(3), }, [3604] = { - [sym_function_body] = STATE(3132), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_COMMA] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_where] = ACTIONS(4307), - [anon_sym_object] = ACTIONS(4307), - [anon_sym_fun] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_this] = ACTIONS(4307), - [anon_sym_super] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4309), - [sym_label] = ACTIONS(4307), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_if] = ACTIONS(4307), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_when] = ACTIONS(4307), - [anon_sym_try] = ACTIONS(4307), - [anon_sym_throw] = ACTIONS(4307), - [anon_sym_return] = ACTIONS(4307), - [anon_sym_continue] = ACTIONS(4307), - [anon_sym_break] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4309), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG] = ACTIONS(4307), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4309), - [anon_sym_continue_AT] = ACTIONS(4309), - [anon_sym_break_AT] = ACTIONS(4309), - [anon_sym_this_AT] = ACTIONS(4309), - [anon_sym_super_AT] = ACTIONS(4309), - [sym_real_literal] = ACTIONS(4309), - [sym_integer_literal] = ACTIONS(4307), - [sym_hex_literal] = ACTIONS(4309), - [sym_bin_literal] = ACTIONS(4309), - [anon_sym_true] = ACTIONS(4307), - [anon_sym_false] = ACTIONS(4307), - [anon_sym_SQUOTE] = ACTIONS(4309), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4309), + [sym_class_body] = STATE(3926), + [sym_type_constraints] = STATE(3781), + [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(5796), + [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(5788), + [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_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_value] = 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), }, [3605] = { - [sym_class_body] = STATE(3884), - [sym_type_constraints] = STATE(3739), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [sym_label] = ACTIONS(4329), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), + [sym_type_constraints] = STATE(3801), + [sym_enum_class_body] = STATE(3859), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), [sym_multiline_comment] = ACTIONS(3), }, [3606] = { - [sym__alpha_identifier] = ACTIONS(4722), - [anon_sym_AT] = ACTIONS(4724), - [anon_sym_LBRACK] = ACTIONS(4724), - [anon_sym_EQ] = ACTIONS(4724), - [anon_sym_LBRACE] = ACTIONS(4724), - [anon_sym_RBRACE] = ACTIONS(4724), - [anon_sym_LPAREN] = ACTIONS(4724), - [anon_sym_COMMA] = ACTIONS(4724), - [anon_sym_by] = ACTIONS(4722), - [anon_sym_object] = ACTIONS(4722), - [anon_sym_fun] = 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(4724), - [sym_label] = ACTIONS(4722), - [anon_sym_in] = ACTIONS(4722), - [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_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_PLUS_PLUS] = ACTIONS(4724), - [anon_sym_DASH_DASH] = ACTIONS(4724), - [anon_sym_BANG] = ACTIONS(4722), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4724), - [anon_sym_super_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_type_constraints] = STATE(4037), + [sym_function_body] = STATE(3841), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4724), }, [3607] = { - [sym_type_constraints] = STATE(3791), - [sym_enum_class_body] = STATE(3952), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [sym_label] = ACTIONS(4323), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), + [aux_sym_type_constraints_repeat1] = STATE(3702), + [sym__alpha_identifier] = ACTIONS(4408), + [anon_sym_AT] = ACTIONS(4410), + [anon_sym_LBRACK] = ACTIONS(4410), + [anon_sym_as] = ACTIONS(4408), + [anon_sym_EQ] = ACTIONS(4408), + [anon_sym_LBRACE] = ACTIONS(4410), + [anon_sym_RBRACE] = ACTIONS(4410), + [anon_sym_LPAREN] = ACTIONS(4410), + [anon_sym_COMMA] = ACTIONS(6946), + [anon_sym_by] = ACTIONS(4408), + [anon_sym_LT] = ACTIONS(4408), + [anon_sym_GT] = ACTIONS(4408), + [anon_sym_where] = ACTIONS(4408), + [anon_sym_DOT] = ACTIONS(4408), + [anon_sym_SEMI] = ACTIONS(4410), + [anon_sym_get] = ACTIONS(4408), + [anon_sym_set] = ACTIONS(4408), + [anon_sym_STAR] = ACTIONS(4408), + [sym_label] = ACTIONS(4410), + [anon_sym_in] = ACTIONS(4408), + [anon_sym_DOT_DOT] = ACTIONS(4410), + [anon_sym_QMARK_COLON] = ACTIONS(4410), + [anon_sym_AMP_AMP] = ACTIONS(4410), + [anon_sym_PIPE_PIPE] = ACTIONS(4410), + [anon_sym_else] = ACTIONS(4408), + [anon_sym_COLON_COLON] = ACTIONS(4410), + [anon_sym_PLUS_EQ] = ACTIONS(4410), + [anon_sym_DASH_EQ] = ACTIONS(4410), + [anon_sym_STAR_EQ] = ACTIONS(4410), + [anon_sym_SLASH_EQ] = ACTIONS(4410), + [anon_sym_PERCENT_EQ] = ACTIONS(4410), + [anon_sym_BANG_EQ] = ACTIONS(4408), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4410), + [anon_sym_EQ_EQ] = ACTIONS(4408), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4410), + [anon_sym_LT_EQ] = ACTIONS(4410), + [anon_sym_GT_EQ] = ACTIONS(4410), + [anon_sym_BANGin] = ACTIONS(4410), + [anon_sym_is] = ACTIONS(4408), + [anon_sym_BANGis] = ACTIONS(4410), + [anon_sym_PLUS] = ACTIONS(4408), + [anon_sym_DASH] = ACTIONS(4408), + [anon_sym_SLASH] = ACTIONS(4408), + [anon_sym_PERCENT] = ACTIONS(4408), + [anon_sym_as_QMARK] = ACTIONS(4410), + [anon_sym_PLUS_PLUS] = ACTIONS(4410), + [anon_sym_DASH_DASH] = ACTIONS(4410), + [anon_sym_BANG_BANG] = ACTIONS(4410), + [anon_sym_suspend] = ACTIONS(4408), + [anon_sym_sealed] = ACTIONS(4408), + [anon_sym_annotation] = ACTIONS(4408), + [anon_sym_data] = ACTIONS(4408), + [anon_sym_inner] = ACTIONS(4408), + [anon_sym_value] = ACTIONS(4408), + [anon_sym_override] = ACTIONS(4408), + [anon_sym_lateinit] = ACTIONS(4408), + [anon_sym_public] = ACTIONS(4408), + [anon_sym_private] = ACTIONS(4408), + [anon_sym_internal] = ACTIONS(4408), + [anon_sym_protected] = ACTIONS(4408), + [anon_sym_tailrec] = ACTIONS(4408), + [anon_sym_operator] = ACTIONS(4408), + [anon_sym_infix] = ACTIONS(4408), + [anon_sym_inline] = ACTIONS(4408), + [anon_sym_external] = ACTIONS(4408), + [sym_property_modifier] = ACTIONS(4408), + [anon_sym_abstract] = ACTIONS(4408), + [anon_sym_final] = ACTIONS(4408), + [anon_sym_open] = ACTIONS(4408), + [anon_sym_vararg] = ACTIONS(4408), + [anon_sym_noinline] = ACTIONS(4408), + [anon_sym_crossinline] = ACTIONS(4408), + [anon_sym_expect] = ACTIONS(4408), + [anon_sym_actual] = ACTIONS(4408), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4410), + [sym__automatic_semicolon] = ACTIONS(4410), + [sym_safe_nav] = ACTIONS(4410), [sym_multiline_comment] = ACTIONS(3), }, [3608] = { - [sym_type_constraints] = STATE(3810), - [sym_enum_class_body] = STATE(3832), - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [sym_label] = ACTIONS(4465), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_suspend] = ACTIONS(4463), - [anon_sym_sealed] = ACTIONS(4463), - [anon_sym_annotation] = ACTIONS(4463), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_override] = ACTIONS(4463), - [anon_sym_lateinit] = ACTIONS(4463), - [anon_sym_public] = ACTIONS(4463), - [anon_sym_private] = ACTIONS(4463), - [anon_sym_internal] = ACTIONS(4463), - [anon_sym_protected] = ACTIONS(4463), - [anon_sym_tailrec] = ACTIONS(4463), - [anon_sym_operator] = ACTIONS(4463), - [anon_sym_infix] = ACTIONS(4463), - [anon_sym_inline] = ACTIONS(4463), - [anon_sym_external] = ACTIONS(4463), - [sym_property_modifier] = ACTIONS(4463), - [anon_sym_abstract] = ACTIONS(4463), - [anon_sym_final] = ACTIONS(4463), - [anon_sym_open] = ACTIONS(4463), - [anon_sym_vararg] = ACTIONS(4463), - [anon_sym_noinline] = ACTIONS(4463), - [anon_sym_crossinline] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4465), - [sym__automatic_semicolon] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), + [sym_type_constraints] = STATE(3980), + [sym_function_body] = STATE(3504), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_COLON] = ACTIONS(6948), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_RBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_RPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [anon_sym_DASH_GT] = ACTIONS(4147), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_while] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), [sym_multiline_comment] = ACTIONS(3), }, [3609] = { - [sym_value_arguments] = STATE(3993), - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_EQ] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_by] = ACTIONS(6954), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4505), - [sym_label] = ACTIONS(4507), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_PLUS_EQ] = ACTIONS(4507), - [anon_sym_DASH_EQ] = ACTIONS(4507), - [anon_sym_STAR_EQ] = ACTIONS(4507), - [anon_sym_SLASH_EQ] = ACTIONS(4507), - [anon_sym_PERCENT_EQ] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_suspend] = ACTIONS(4505), - [anon_sym_sealed] = ACTIONS(4505), - [anon_sym_annotation] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_override] = ACTIONS(4505), - [anon_sym_lateinit] = ACTIONS(4505), - [anon_sym_public] = ACTIONS(4505), - [anon_sym_private] = ACTIONS(4505), - [anon_sym_internal] = ACTIONS(4505), - [anon_sym_protected] = ACTIONS(4505), - [anon_sym_tailrec] = ACTIONS(4505), - [anon_sym_operator] = ACTIONS(4505), - [anon_sym_infix] = ACTIONS(4505), - [anon_sym_inline] = ACTIONS(4505), - [anon_sym_external] = ACTIONS(4505), - [sym_property_modifier] = ACTIONS(4505), - [anon_sym_abstract] = ACTIONS(4505), - [anon_sym_final] = ACTIONS(4505), - [anon_sym_open] = ACTIONS(4505), - [anon_sym_vararg] = ACTIONS(4505), - [anon_sym_noinline] = ACTIONS(4505), - [anon_sym_crossinline] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4507), - [sym__automatic_semicolon] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4458), + [anon_sym_AT] = ACTIONS(4460), + [anon_sym_LBRACK] = ACTIONS(4460), + [anon_sym_as] = ACTIONS(5102), + [anon_sym_EQ] = ACTIONS(5102), + [anon_sym_LBRACE] = ACTIONS(4460), + [anon_sym_RBRACE] = ACTIONS(4460), + [anon_sym_LPAREN] = ACTIONS(4460), + [anon_sym_LT] = ACTIONS(5102), + [anon_sym_GT] = ACTIONS(5102), + [anon_sym_object] = ACTIONS(4458), + [anon_sym_fun] = ACTIONS(4458), + [anon_sym_DOT] = ACTIONS(5102), + [anon_sym_get] = ACTIONS(4458), + [anon_sym_set] = ACTIONS(4458), + [anon_sym_this] = ACTIONS(4458), + [anon_sym_super] = ACTIONS(4458), + [anon_sym_STAR] = ACTIONS(4458), + [sym_label] = ACTIONS(4458), + [anon_sym_in] = ACTIONS(4458), + [anon_sym_DOT_DOT] = ACTIONS(5104), + [anon_sym_QMARK_COLON] = ACTIONS(5104), + [anon_sym_AMP_AMP] = ACTIONS(5104), + [anon_sym_PIPE_PIPE] = ACTIONS(5104), + [anon_sym_null] = ACTIONS(4458), + [anon_sym_if] = ACTIONS(4458), + [anon_sym_else] = ACTIONS(4458), + [anon_sym_when] = ACTIONS(4458), + [anon_sym_try] = ACTIONS(4458), + [anon_sym_throw] = ACTIONS(4458), + [anon_sym_return] = ACTIONS(4458), + [anon_sym_continue] = ACTIONS(4458), + [anon_sym_break] = ACTIONS(4458), + [anon_sym_COLON_COLON] = ACTIONS(4460), + [anon_sym_PLUS_EQ] = ACTIONS(5104), + [anon_sym_DASH_EQ] = ACTIONS(5104), + [anon_sym_STAR_EQ] = ACTIONS(5104), + [anon_sym_SLASH_EQ] = ACTIONS(5104), + [anon_sym_PERCENT_EQ] = ACTIONS(5104), + [anon_sym_BANG_EQ] = ACTIONS(5102), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5104), + [anon_sym_EQ_EQ] = ACTIONS(5102), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5104), + [anon_sym_LT_EQ] = ACTIONS(5104), + [anon_sym_GT_EQ] = ACTIONS(5104), + [anon_sym_BANGin] = ACTIONS(4460), + [anon_sym_is] = ACTIONS(4458), + [anon_sym_BANGis] = ACTIONS(4460), + [anon_sym_PLUS] = ACTIONS(4458), + [anon_sym_DASH] = ACTIONS(4458), + [anon_sym_SLASH] = ACTIONS(5102), + [anon_sym_PERCENT] = ACTIONS(5102), + [anon_sym_as_QMARK] = ACTIONS(5104), + [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(4460), + [anon_sym_BANG] = ACTIONS(4458), + [anon_sym_BANG_BANG] = ACTIONS(5104), + [anon_sym_data] = ACTIONS(4458), + [anon_sym_inner] = ACTIONS(4458), + [anon_sym_value] = ACTIONS(4458), + [anon_sym_expect] = ACTIONS(4458), + [anon_sym_actual] = ACTIONS(4458), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4460), + [anon_sym_continue_AT] = ACTIONS(4460), + [anon_sym_break_AT] = ACTIONS(4460), + [anon_sym_this_AT] = ACTIONS(4460), + [anon_sym_super_AT] = ACTIONS(4460), + [sym_real_literal] = ACTIONS(4460), + [sym_integer_literal] = ACTIONS(4458), + [sym_hex_literal] = ACTIONS(4460), + [sym_bin_literal] = ACTIONS(4460), + [anon_sym_true] = ACTIONS(4458), + [anon_sym_false] = ACTIONS(4458), + [anon_sym_SQUOTE] = ACTIONS(4460), + [sym__backtick_identifier] = ACTIONS(4460), + [sym__automatic_semicolon] = ACTIONS(4460), + [sym_safe_nav] = ACTIONS(5104), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4460), }, [3610] = { - [sym_class_body] = STATE(3833), - [sym_type_constraints] = STATE(3822), + [sym_function_body] = STATE(3971), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [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_value] = 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), + }, + [3611] = { + [sym_function_body] = STATE(3975), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4481), + [anon_sym_AT] = ACTIONS(4483), + [anon_sym_LBRACK] = ACTIONS(4483), + [anon_sym_as] = ACTIONS(4481), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [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_value] = 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_multiline_comment] = ACTIONS(3), + }, + [3612] = { + [sym_function_body] = STATE(3934), + [sym__block] = STATE(3876), [sym__alpha_identifier] = ACTIONS(4493), [anon_sym_AT] = ACTIONS(4495), [anon_sym_LBRACK] = ACTIONS(4495), [anon_sym_as] = ACTIONS(4493), - [anon_sym_EQ] = ACTIONS(4493), - [anon_sym_LBRACE] = ACTIONS(5836), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), [anon_sym_RBRACE] = ACTIONS(4495), [anon_sym_LPAREN] = ACTIONS(4495), [anon_sym_COMMA] = ACTIONS(4495), [anon_sym_LT] = ACTIONS(4493), [anon_sym_GT] = ACTIONS(4493), - [anon_sym_where] = ACTIONS(5824), + [anon_sym_where] = ACTIONS(4493), [anon_sym_DOT] = ACTIONS(4493), [anon_sym_SEMI] = ACTIONS(4495), [anon_sym_get] = ACTIONS(4493), @@ -413292,19 +413417,2317 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4495), [sym_multiline_comment] = ACTIONS(3), }, - [3611] = { + [3613] = { + [sym_type_constraints] = STATE(3966), + [sym_function_body] = STATE(3869), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + }, + [3614] = { + [sym_class_body] = STATE(3986), + [sym_type_constraints] = STATE(3719), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4214), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), + [sym_multiline_comment] = ACTIONS(3), + }, + [3615] = { + [sym_class_body] = STATE(3859), + [sym_type_constraints] = STATE(3817), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + }, + [3616] = { + [ts_builtin_sym_end] = ACTIONS(6952), + [sym__alpha_identifier] = ACTIONS(6954), + [anon_sym_AT] = ACTIONS(6952), + [anon_sym_LBRACK] = ACTIONS(6952), + [anon_sym_import] = ACTIONS(6954), + [anon_sym_typealias] = ACTIONS(6954), + [anon_sym_class] = ACTIONS(6954), + [anon_sym_interface] = ACTIONS(6954), + [anon_sym_enum] = ACTIONS(6954), + [anon_sym_LBRACE] = ACTIONS(6952), + [anon_sym_LPAREN] = ACTIONS(6952), + [anon_sym_val] = ACTIONS(6954), + [anon_sym_var] = ACTIONS(6954), + [anon_sym_object] = ACTIONS(6954), + [anon_sym_fun] = ACTIONS(6954), + [anon_sym_get] = ACTIONS(6954), + [anon_sym_set] = ACTIONS(6954), + [anon_sym_this] = ACTIONS(6954), + [anon_sym_super] = ACTIONS(6954), + [anon_sym_STAR] = ACTIONS(6952), + [sym_label] = ACTIONS(6954), + [anon_sym_for] = ACTIONS(6954), + [anon_sym_while] = ACTIONS(6954), + [anon_sym_do] = ACTIONS(6954), + [anon_sym_null] = ACTIONS(6954), + [anon_sym_if] = ACTIONS(6954), + [anon_sym_when] = ACTIONS(6954), + [anon_sym_try] = ACTIONS(6954), + [anon_sym_throw] = ACTIONS(6954), + [anon_sym_return] = ACTIONS(6954), + [anon_sym_continue] = ACTIONS(6954), + [anon_sym_break] = ACTIONS(6954), + [anon_sym_COLON_COLON] = ACTIONS(6952), + [anon_sym_PLUS] = ACTIONS(6954), + [anon_sym_DASH] = ACTIONS(6954), + [anon_sym_PLUS_PLUS] = ACTIONS(6952), + [anon_sym_DASH_DASH] = ACTIONS(6952), + [anon_sym_BANG] = ACTIONS(6952), + [anon_sym_suspend] = ACTIONS(6954), + [anon_sym_sealed] = ACTIONS(6954), + [anon_sym_annotation] = ACTIONS(6954), + [anon_sym_data] = ACTIONS(6954), + [anon_sym_inner] = ACTIONS(6954), + [anon_sym_value] = ACTIONS(6954), + [anon_sym_override] = ACTIONS(6954), + [anon_sym_lateinit] = ACTIONS(6954), + [anon_sym_public] = ACTIONS(6954), + [anon_sym_private] = ACTIONS(6954), + [anon_sym_internal] = ACTIONS(6954), + [anon_sym_protected] = ACTIONS(6954), + [anon_sym_tailrec] = ACTIONS(6954), + [anon_sym_operator] = ACTIONS(6954), + [anon_sym_infix] = ACTIONS(6954), + [anon_sym_inline] = ACTIONS(6954), + [anon_sym_external] = ACTIONS(6954), + [sym_property_modifier] = ACTIONS(6954), + [anon_sym_abstract] = ACTIONS(6954), + [anon_sym_final] = ACTIONS(6954), + [anon_sym_open] = ACTIONS(6954), + [anon_sym_vararg] = ACTIONS(6954), + [anon_sym_noinline] = ACTIONS(6954), + [anon_sym_crossinline] = ACTIONS(6954), + [anon_sym_expect] = ACTIONS(6954), + [anon_sym_actual] = ACTIONS(6954), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(6952), + [anon_sym_continue_AT] = ACTIONS(6952), + [anon_sym_break_AT] = ACTIONS(6952), + [anon_sym_this_AT] = ACTIONS(6952), + [anon_sym_super_AT] = ACTIONS(6952), + [sym_real_literal] = ACTIONS(6952), + [sym_integer_literal] = ACTIONS(6954), + [sym_hex_literal] = ACTIONS(6952), + [sym_bin_literal] = ACTIONS(6952), + [anon_sym_true] = ACTIONS(6954), + [anon_sym_false] = ACTIONS(6954), + [anon_sym_SQUOTE] = ACTIONS(6952), + [sym__backtick_identifier] = ACTIONS(6952), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(6952), + }, + [3617] = { + [sym_type_constraints] = STATE(3883), + [sym_function_body] = STATE(3487), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(6956), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_RBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_RPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [anon_sym_DASH_GT] = ACTIONS(4141), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_while] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + }, + [3618] = { + [sym_value_arguments] = STATE(3913), + [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_by] = ACTIONS(6958), + [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_value] = 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), + }, + [3619] = { + [aux_sym_user_type_repeat1] = STATE(3627), + [sym__alpha_identifier] = ACTIONS(4122), + [anon_sym_AT] = ACTIONS(4124), + [anon_sym_LBRACK] = ACTIONS(4124), + [anon_sym_typealias] = ACTIONS(4122), + [anon_sym_class] = ACTIONS(4122), + [anon_sym_interface] = ACTIONS(4122), + [anon_sym_enum] = ACTIONS(4122), + [anon_sym_LBRACE] = ACTIONS(4124), + [anon_sym_LPAREN] = ACTIONS(4124), + [anon_sym_val] = ACTIONS(4122), + [anon_sym_var] = ACTIONS(4122), + [anon_sym_object] = ACTIONS(4122), + [anon_sym_fun] = ACTIONS(4122), + [anon_sym_DOT] = ACTIONS(6944), + [anon_sym_get] = ACTIONS(4122), + [anon_sym_set] = ACTIONS(4122), + [anon_sym_this] = ACTIONS(4122), + [anon_sym_super] = ACTIONS(4122), + [anon_sym_STAR] = ACTIONS(4124), + [sym_label] = ACTIONS(4122), + [anon_sym_for] = ACTIONS(4122), + [anon_sym_while] = ACTIONS(4122), + [anon_sym_do] = ACTIONS(4122), + [anon_sym_null] = ACTIONS(4122), + [anon_sym_if] = ACTIONS(4122), + [anon_sym_when] = ACTIONS(4122), + [anon_sym_try] = ACTIONS(4122), + [anon_sym_throw] = ACTIONS(4122), + [anon_sym_return] = ACTIONS(4122), + [anon_sym_continue] = ACTIONS(4122), + [anon_sym_break] = ACTIONS(4122), + [anon_sym_COLON_COLON] = ACTIONS(4124), + [anon_sym_PLUS] = ACTIONS(4122), + [anon_sym_DASH] = ACTIONS(4122), + [anon_sym_PLUS_PLUS] = ACTIONS(4124), + [anon_sym_DASH_DASH] = ACTIONS(4124), + [anon_sym_BANG] = ACTIONS(4124), + [anon_sym_suspend] = ACTIONS(4122), + [anon_sym_sealed] = ACTIONS(4122), + [anon_sym_annotation] = ACTIONS(4122), + [anon_sym_data] = ACTIONS(4122), + [anon_sym_inner] = ACTIONS(4122), + [anon_sym_value] = ACTIONS(4122), + [anon_sym_override] = ACTIONS(4122), + [anon_sym_lateinit] = ACTIONS(4122), + [anon_sym_public] = ACTIONS(4122), + [anon_sym_private] = ACTIONS(4122), + [anon_sym_internal] = ACTIONS(4122), + [anon_sym_protected] = ACTIONS(4122), + [anon_sym_tailrec] = ACTIONS(4122), + [anon_sym_operator] = ACTIONS(4122), + [anon_sym_infix] = ACTIONS(4122), + [anon_sym_inline] = ACTIONS(4122), + [anon_sym_external] = ACTIONS(4122), + [sym_property_modifier] = ACTIONS(4122), + [anon_sym_abstract] = ACTIONS(4122), + [anon_sym_final] = ACTIONS(4122), + [anon_sym_open] = ACTIONS(4122), + [anon_sym_vararg] = ACTIONS(4122), + [anon_sym_noinline] = ACTIONS(4122), + [anon_sym_crossinline] = ACTIONS(4122), + [anon_sym_expect] = ACTIONS(4122), + [anon_sym_actual] = ACTIONS(4122), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4124), + [anon_sym_continue_AT] = ACTIONS(4124), + [anon_sym_break_AT] = ACTIONS(4124), + [anon_sym_this_AT] = ACTIONS(4124), + [anon_sym_super_AT] = ACTIONS(4124), + [sym_real_literal] = ACTIONS(4124), + [sym_integer_literal] = ACTIONS(4122), + [sym_hex_literal] = ACTIONS(4124), + [sym_bin_literal] = ACTIONS(4124), + [anon_sym_true] = ACTIONS(4122), + [anon_sym_false] = ACTIONS(4122), + [anon_sym_SQUOTE] = ACTIONS(4124), + [sym__backtick_identifier] = ACTIONS(4124), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4124), + }, + [3620] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4284), + [anon_sym_LPAREN] = ACTIONS(6960), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(4281), + [anon_sym_fun] = ACTIONS(4281), + [anon_sym_DOT] = ACTIONS(3976), + [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(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [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(4284), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(4284), + [anon_sym_is] = ACTIONS(4281), + [anon_sym_BANGis] = ACTIONS(4284), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(4281), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4284), + [anon_sym_continue_AT] = ACTIONS(4284), + [anon_sym_break_AT] = ACTIONS(4284), + [anon_sym_this_AT] = ACTIONS(4284), + [anon_sym_super_AT] = ACTIONS(4284), + [sym_real_literal] = ACTIONS(4284), + [sym_integer_literal] = ACTIONS(4281), + [sym_hex_literal] = ACTIONS(4284), + [sym_bin_literal] = ACTIONS(4284), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [anon_sym_SQUOTE] = ACTIONS(4284), + [sym__backtick_identifier] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4284), + [sym_safe_nav] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4284), + }, + [3621] = { + [ts_builtin_sym_end] = ACTIONS(6964), + [sym__alpha_identifier] = ACTIONS(6966), + [anon_sym_AT] = ACTIONS(6964), + [anon_sym_LBRACK] = ACTIONS(6964), + [anon_sym_import] = ACTIONS(6966), + [anon_sym_typealias] = ACTIONS(6966), + [anon_sym_class] = ACTIONS(6966), + [anon_sym_interface] = ACTIONS(6966), + [anon_sym_enum] = ACTIONS(6966), + [anon_sym_LBRACE] = ACTIONS(6964), + [anon_sym_LPAREN] = ACTIONS(6964), + [anon_sym_val] = ACTIONS(6966), + [anon_sym_var] = ACTIONS(6966), + [anon_sym_object] = ACTIONS(6966), + [anon_sym_fun] = ACTIONS(6966), + [anon_sym_get] = ACTIONS(6966), + [anon_sym_set] = ACTIONS(6966), + [anon_sym_this] = ACTIONS(6966), + [anon_sym_super] = ACTIONS(6966), + [anon_sym_STAR] = ACTIONS(6964), + [sym_label] = ACTIONS(6966), + [anon_sym_for] = ACTIONS(6966), + [anon_sym_while] = ACTIONS(6966), + [anon_sym_do] = ACTIONS(6966), + [anon_sym_null] = ACTIONS(6966), + [anon_sym_if] = ACTIONS(6966), + [anon_sym_when] = ACTIONS(6966), + [anon_sym_try] = ACTIONS(6966), + [anon_sym_throw] = ACTIONS(6966), + [anon_sym_return] = ACTIONS(6966), + [anon_sym_continue] = ACTIONS(6966), + [anon_sym_break] = ACTIONS(6966), + [anon_sym_COLON_COLON] = ACTIONS(6964), + [anon_sym_PLUS] = ACTIONS(6966), + [anon_sym_DASH] = ACTIONS(6966), + [anon_sym_PLUS_PLUS] = ACTIONS(6964), + [anon_sym_DASH_DASH] = ACTIONS(6964), + [anon_sym_BANG] = ACTIONS(6964), + [anon_sym_suspend] = ACTIONS(6966), + [anon_sym_sealed] = ACTIONS(6966), + [anon_sym_annotation] = ACTIONS(6966), + [anon_sym_data] = ACTIONS(6966), + [anon_sym_inner] = ACTIONS(6966), + [anon_sym_value] = ACTIONS(6966), + [anon_sym_override] = ACTIONS(6966), + [anon_sym_lateinit] = ACTIONS(6966), + [anon_sym_public] = ACTIONS(6966), + [anon_sym_private] = ACTIONS(6966), + [anon_sym_internal] = ACTIONS(6966), + [anon_sym_protected] = ACTIONS(6966), + [anon_sym_tailrec] = ACTIONS(6966), + [anon_sym_operator] = ACTIONS(6966), + [anon_sym_infix] = ACTIONS(6966), + [anon_sym_inline] = ACTIONS(6966), + [anon_sym_external] = ACTIONS(6966), + [sym_property_modifier] = ACTIONS(6966), + [anon_sym_abstract] = ACTIONS(6966), + [anon_sym_final] = ACTIONS(6966), + [anon_sym_open] = ACTIONS(6966), + [anon_sym_vararg] = ACTIONS(6966), + [anon_sym_noinline] = ACTIONS(6966), + [anon_sym_crossinline] = ACTIONS(6966), + [anon_sym_expect] = ACTIONS(6966), + [anon_sym_actual] = ACTIONS(6966), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(6964), + [anon_sym_continue_AT] = ACTIONS(6964), + [anon_sym_break_AT] = ACTIONS(6964), + [anon_sym_this_AT] = ACTIONS(6964), + [anon_sym_super_AT] = ACTIONS(6964), + [sym_real_literal] = ACTIONS(6964), + [sym_integer_literal] = ACTIONS(6966), + [sym_hex_literal] = ACTIONS(6964), + [sym_bin_literal] = ACTIONS(6964), + [anon_sym_true] = ACTIONS(6966), + [anon_sym_false] = ACTIONS(6966), + [anon_sym_SQUOTE] = ACTIONS(6964), + [sym__backtick_identifier] = ACTIONS(6964), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(6964), + }, + [3622] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4298), + [anon_sym_LPAREN] = ACTIONS(6968), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(4295), + [anon_sym_fun] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(4295), + [anon_sym_super] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4295), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_null] = ACTIONS(4295), + [anon_sym_if] = ACTIONS(4295), + [anon_sym_else] = ACTIONS(4295), + [anon_sym_when] = ACTIONS(4295), + [anon_sym_try] = ACTIONS(4295), + [anon_sym_throw] = ACTIONS(4295), + [anon_sym_return] = ACTIONS(4295), + [anon_sym_continue] = ACTIONS(4295), + [anon_sym_break] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(4298), + [anon_sym_is] = ACTIONS(4295), + [anon_sym_BANGis] = ACTIONS(4298), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(4295), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4298), + [anon_sym_continue_AT] = ACTIONS(4298), + [anon_sym_break_AT] = ACTIONS(4298), + [anon_sym_this_AT] = ACTIONS(4298), + [anon_sym_super_AT] = ACTIONS(4298), + [sym_real_literal] = ACTIONS(4298), + [sym_integer_literal] = ACTIONS(4295), + [sym_hex_literal] = ACTIONS(4298), + [sym_bin_literal] = ACTIONS(4298), + [anon_sym_true] = ACTIONS(4295), + [anon_sym_false] = ACTIONS(4295), + [anon_sym_SQUOTE] = ACTIONS(4298), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4298), + }, + [3623] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3687), + [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(6972), + [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), + [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_value] = 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), + }, + [3624] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(3981), + [anon_sym_COLON] = ACTIONS(3976), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_as] = ACTIONS(3976), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_constructor] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_COMMA] = ACTIONS(3981), + [anon_sym_LT] = ACTIONS(3976), + [anon_sym_GT] = ACTIONS(3976), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_SEMI] = ACTIONS(3981), + [anon_sym_get] = ACTIONS(3976), + [anon_sym_set] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(3976), + [sym_label] = ACTIONS(3981), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_DOT_DOT] = ACTIONS(3981), + [anon_sym_QMARK_COLON] = ACTIONS(3981), + [anon_sym_AMP_AMP] = ACTIONS(3981), + [anon_sym_PIPE_PIPE] = ACTIONS(3981), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(3976), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3981), + [anon_sym_EQ_EQ] = ACTIONS(3976), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3981), + [anon_sym_LT_EQ] = ACTIONS(3981), + [anon_sym_GT_EQ] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_SLASH] = ACTIONS(3976), + [anon_sym_PERCENT] = ACTIONS(3976), + [anon_sym_as_QMARK] = ACTIONS(3981), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(3976), + [anon_sym_sealed] = ACTIONS(3976), + [anon_sym_annotation] = ACTIONS(3976), + [anon_sym_data] = ACTIONS(3976), + [anon_sym_inner] = ACTIONS(3976), + [anon_sym_value] = ACTIONS(3976), + [anon_sym_override] = ACTIONS(3976), + [anon_sym_lateinit] = ACTIONS(3976), + [anon_sym_public] = ACTIONS(3976), + [anon_sym_private] = ACTIONS(3976), + [anon_sym_internal] = ACTIONS(3976), + [anon_sym_protected] = ACTIONS(3976), + [anon_sym_tailrec] = ACTIONS(3976), + [anon_sym_operator] = ACTIONS(3976), + [anon_sym_infix] = ACTIONS(3976), + [anon_sym_inline] = ACTIONS(3976), + [anon_sym_external] = ACTIONS(3976), + [sym_property_modifier] = ACTIONS(3976), + [anon_sym_abstract] = ACTIONS(3976), + [anon_sym_final] = ACTIONS(3976), + [anon_sym_open] = ACTIONS(3976), + [anon_sym_vararg] = ACTIONS(3976), + [anon_sym_noinline] = ACTIONS(3976), + [anon_sym_crossinline] = ACTIONS(3976), + [anon_sym_expect] = ACTIONS(3976), + [anon_sym_actual] = ACTIONS(3976), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3981), + [sym__automatic_semicolon] = ACTIONS(3981), + [sym_safe_nav] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + }, + [3625] = { + [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_catch] = ACTIONS(4402), + [anon_sym_finally] = 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_value] = 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), + }, + [3626] = { + [sym__alpha_identifier] = ACTIONS(4438), + [anon_sym_AT] = ACTIONS(4440), + [anon_sym_LBRACK] = ACTIONS(4440), + [anon_sym_as] = ACTIONS(4438), + [anon_sym_EQ] = ACTIONS(4438), + [anon_sym_LBRACE] = ACTIONS(4440), + [anon_sym_RBRACE] = ACTIONS(4440), + [anon_sym_LPAREN] = ACTIONS(4440), + [anon_sym_COMMA] = ACTIONS(4440), + [anon_sym_LT] = ACTIONS(4438), + [anon_sym_GT] = ACTIONS(4438), + [anon_sym_where] = ACTIONS(4438), + [anon_sym_DOT] = ACTIONS(4438), + [anon_sym_SEMI] = ACTIONS(4440), + [anon_sym_get] = ACTIONS(4438), + [anon_sym_set] = ACTIONS(4438), + [anon_sym_STAR] = ACTIONS(4438), + [sym_label] = ACTIONS(4440), + [anon_sym_in] = ACTIONS(4438), + [anon_sym_DOT_DOT] = ACTIONS(4440), + [anon_sym_QMARK_COLON] = ACTIONS(4440), + [anon_sym_AMP_AMP] = ACTIONS(4440), + [anon_sym_PIPE_PIPE] = ACTIONS(4440), + [anon_sym_else] = ACTIONS(4438), + [anon_sym_catch] = ACTIONS(4438), + [anon_sym_finally] = ACTIONS(4438), + [anon_sym_COLON_COLON] = ACTIONS(4440), + [anon_sym_PLUS_EQ] = ACTIONS(4440), + [anon_sym_DASH_EQ] = ACTIONS(4440), + [anon_sym_STAR_EQ] = ACTIONS(4440), + [anon_sym_SLASH_EQ] = ACTIONS(4440), + [anon_sym_PERCENT_EQ] = ACTIONS(4440), + [anon_sym_BANG_EQ] = ACTIONS(4438), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4440), + [anon_sym_EQ_EQ] = ACTIONS(4438), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4440), + [anon_sym_LT_EQ] = ACTIONS(4440), + [anon_sym_GT_EQ] = ACTIONS(4440), + [anon_sym_BANGin] = ACTIONS(4440), + [anon_sym_is] = ACTIONS(4438), + [anon_sym_BANGis] = ACTIONS(4440), + [anon_sym_PLUS] = ACTIONS(4438), + [anon_sym_DASH] = ACTIONS(4438), + [anon_sym_SLASH] = ACTIONS(4438), + [anon_sym_PERCENT] = ACTIONS(4438), + [anon_sym_as_QMARK] = ACTIONS(4440), + [anon_sym_PLUS_PLUS] = ACTIONS(4440), + [anon_sym_DASH_DASH] = ACTIONS(4440), + [anon_sym_BANG_BANG] = ACTIONS(4440), + [anon_sym_suspend] = ACTIONS(4438), + [anon_sym_sealed] = ACTIONS(4438), + [anon_sym_annotation] = ACTIONS(4438), + [anon_sym_data] = ACTIONS(4438), + [anon_sym_inner] = ACTIONS(4438), + [anon_sym_value] = ACTIONS(4438), + [anon_sym_override] = ACTIONS(4438), + [anon_sym_lateinit] = ACTIONS(4438), + [anon_sym_public] = ACTIONS(4438), + [anon_sym_private] = ACTIONS(4438), + [anon_sym_internal] = ACTIONS(4438), + [anon_sym_protected] = ACTIONS(4438), + [anon_sym_tailrec] = ACTIONS(4438), + [anon_sym_operator] = ACTIONS(4438), + [anon_sym_infix] = ACTIONS(4438), + [anon_sym_inline] = ACTIONS(4438), + [anon_sym_external] = ACTIONS(4438), + [sym_property_modifier] = ACTIONS(4438), + [anon_sym_abstract] = ACTIONS(4438), + [anon_sym_final] = ACTIONS(4438), + [anon_sym_open] = ACTIONS(4438), + [anon_sym_vararg] = ACTIONS(4438), + [anon_sym_noinline] = ACTIONS(4438), + [anon_sym_crossinline] = ACTIONS(4438), + [anon_sym_expect] = ACTIONS(4438), + [anon_sym_actual] = ACTIONS(4438), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4440), + [sym__automatic_semicolon] = ACTIONS(4440), + [sym_safe_nav] = ACTIONS(4440), + [sym_multiline_comment] = ACTIONS(3), + }, + [3627] = { + [aux_sym_user_type_repeat1] = STATE(3627), + [sym__alpha_identifier] = ACTIONS(4186), + [anon_sym_AT] = ACTIONS(4188), + [anon_sym_LBRACK] = ACTIONS(4188), + [anon_sym_typealias] = ACTIONS(4186), + [anon_sym_class] = ACTIONS(4186), + [anon_sym_interface] = ACTIONS(4186), + [anon_sym_enum] = ACTIONS(4186), + [anon_sym_LBRACE] = ACTIONS(4188), + [anon_sym_LPAREN] = ACTIONS(4188), + [anon_sym_val] = ACTIONS(4186), + [anon_sym_var] = ACTIONS(4186), + [anon_sym_object] = ACTIONS(4186), + [anon_sym_fun] = ACTIONS(4186), + [anon_sym_DOT] = ACTIONS(6974), + [anon_sym_get] = ACTIONS(4186), + [anon_sym_set] = ACTIONS(4186), + [anon_sym_this] = ACTIONS(4186), + [anon_sym_super] = ACTIONS(4186), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4186), + [anon_sym_for] = ACTIONS(4186), + [anon_sym_while] = ACTIONS(4186), + [anon_sym_do] = ACTIONS(4186), + [anon_sym_null] = ACTIONS(4186), + [anon_sym_if] = ACTIONS(4186), + [anon_sym_when] = ACTIONS(4186), + [anon_sym_try] = ACTIONS(4186), + [anon_sym_throw] = ACTIONS(4186), + [anon_sym_return] = ACTIONS(4186), + [anon_sym_continue] = ACTIONS(4186), + [anon_sym_break] = ACTIONS(4186), + [anon_sym_COLON_COLON] = ACTIONS(4188), + [anon_sym_PLUS] = ACTIONS(4186), + [anon_sym_DASH] = ACTIONS(4186), + [anon_sym_PLUS_PLUS] = ACTIONS(4188), + [anon_sym_DASH_DASH] = ACTIONS(4188), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_suspend] = ACTIONS(4186), + [anon_sym_sealed] = ACTIONS(4186), + [anon_sym_annotation] = ACTIONS(4186), + [anon_sym_data] = ACTIONS(4186), + [anon_sym_inner] = ACTIONS(4186), + [anon_sym_value] = ACTIONS(4186), + [anon_sym_override] = ACTIONS(4186), + [anon_sym_lateinit] = ACTIONS(4186), + [anon_sym_public] = ACTIONS(4186), + [anon_sym_private] = ACTIONS(4186), + [anon_sym_internal] = ACTIONS(4186), + [anon_sym_protected] = ACTIONS(4186), + [anon_sym_tailrec] = ACTIONS(4186), + [anon_sym_operator] = ACTIONS(4186), + [anon_sym_infix] = ACTIONS(4186), + [anon_sym_inline] = ACTIONS(4186), + [anon_sym_external] = ACTIONS(4186), + [sym_property_modifier] = ACTIONS(4186), + [anon_sym_abstract] = ACTIONS(4186), + [anon_sym_final] = ACTIONS(4186), + [anon_sym_open] = ACTIONS(4186), + [anon_sym_vararg] = ACTIONS(4186), + [anon_sym_noinline] = ACTIONS(4186), + [anon_sym_crossinline] = ACTIONS(4186), + [anon_sym_expect] = ACTIONS(4186), + [anon_sym_actual] = ACTIONS(4186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4188), + [anon_sym_continue_AT] = ACTIONS(4188), + [anon_sym_break_AT] = ACTIONS(4188), + [anon_sym_this_AT] = ACTIONS(4188), + [anon_sym_super_AT] = ACTIONS(4188), + [sym_real_literal] = ACTIONS(4188), + [sym_integer_literal] = ACTIONS(4186), + [sym_hex_literal] = ACTIONS(4188), + [sym_bin_literal] = ACTIONS(4188), + [anon_sym_true] = ACTIONS(4186), + [anon_sym_false] = ACTIONS(4186), + [anon_sym_SQUOTE] = ACTIONS(4188), + [sym__backtick_identifier] = ACTIONS(4188), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4188), + }, + [3628] = { + [sym_type_constraints] = STATE(3920), + [sym_function_body] = STATE(3095), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4323), + [anon_sym_fun] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_this] = ACTIONS(4323), + [anon_sym_super] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4325), + [sym_label] = ACTIONS(4323), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_null] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_when] = ACTIONS(4323), + [anon_sym_try] = ACTIONS(4323), + [anon_sym_throw] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4325), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4325), + [anon_sym_continue_AT] = ACTIONS(4325), + [anon_sym_break_AT] = ACTIONS(4325), + [anon_sym_this_AT] = ACTIONS(4325), + [anon_sym_super_AT] = ACTIONS(4325), + [sym_real_literal] = ACTIONS(4325), + [sym_integer_literal] = ACTIONS(4323), + [sym_hex_literal] = ACTIONS(4325), + [sym_bin_literal] = ACTIONS(4325), + [anon_sym_true] = ACTIONS(4323), + [anon_sym_false] = ACTIONS(4323), + [anon_sym_SQUOTE] = ACTIONS(4325), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4325), + }, + [3629] = { + [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(4444), + [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_value] = 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), + [aux_sym_unsigned_literal_token1] = ACTIONS(6977), + [anon_sym_L] = ACTIONS(6979), + [sym__backtick_identifier] = ACTIONS(4444), + [sym__automatic_semicolon] = ACTIONS(4444), + [sym_safe_nav] = ACTIONS(4444), + [sym_multiline_comment] = ACTIONS(3), + }, + [3630] = { + [sym_function_body] = STATE(3081), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [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(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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4233), + [anon_sym_super_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), + }, + [3631] = { + [sym__alpha_identifier] = ACTIONS(4389), + [anon_sym_AT] = ACTIONS(4391), + [anon_sym_LBRACK] = ACTIONS(4391), + [anon_sym_EQ] = ACTIONS(4391), + [anon_sym_LBRACE] = ACTIONS(4391), + [anon_sym_RBRACE] = ACTIONS(4391), + [anon_sym_LPAREN] = ACTIONS(4391), + [anon_sym_COMMA] = ACTIONS(4391), + [anon_sym_by] = ACTIONS(4389), + [anon_sym_object] = ACTIONS(4389), + [anon_sym_fun] = ACTIONS(4389), + [anon_sym_SEMI] = ACTIONS(4391), + [anon_sym_get] = ACTIONS(4389), + [anon_sym_set] = ACTIONS(4389), + [anon_sym_this] = ACTIONS(4389), + [anon_sym_super] = ACTIONS(4389), + [anon_sym_STAR] = ACTIONS(4391), + [sym_label] = ACTIONS(4389), + [anon_sym_in] = ACTIONS(4389), + [anon_sym_null] = ACTIONS(4389), + [anon_sym_if] = ACTIONS(4389), + [anon_sym_else] = ACTIONS(4389), + [anon_sym_when] = ACTIONS(4389), + [anon_sym_try] = ACTIONS(4389), + [anon_sym_throw] = ACTIONS(4389), + [anon_sym_return] = ACTIONS(4389), + [anon_sym_continue] = ACTIONS(4389), + [anon_sym_break] = ACTIONS(4389), + [anon_sym_COLON_COLON] = ACTIONS(4391), + [anon_sym_BANGin] = ACTIONS(4391), + [anon_sym_is] = ACTIONS(4389), + [anon_sym_BANGis] = ACTIONS(4391), + [anon_sym_PLUS] = ACTIONS(4389), + [anon_sym_DASH] = ACTIONS(4389), + [anon_sym_PLUS_PLUS] = ACTIONS(4391), + [anon_sym_DASH_DASH] = ACTIONS(4391), + [anon_sym_BANG] = ACTIONS(4389), + [anon_sym_suspend] = ACTIONS(4389), + [anon_sym_sealed] = ACTIONS(4389), + [anon_sym_annotation] = ACTIONS(4389), + [anon_sym_data] = ACTIONS(4389), + [anon_sym_inner] = ACTIONS(4389), + [anon_sym_value] = ACTIONS(4389), + [anon_sym_override] = ACTIONS(4389), + [anon_sym_lateinit] = ACTIONS(4389), + [anon_sym_public] = ACTIONS(4389), + [anon_sym_private] = ACTIONS(4389), + [anon_sym_internal] = ACTIONS(4389), + [anon_sym_protected] = ACTIONS(4389), + [anon_sym_tailrec] = ACTIONS(4389), + [anon_sym_operator] = ACTIONS(4389), + [anon_sym_infix] = ACTIONS(4389), + [anon_sym_inline] = ACTIONS(4389), + [anon_sym_external] = ACTIONS(4389), + [sym_property_modifier] = ACTIONS(4389), + [anon_sym_abstract] = ACTIONS(4389), + [anon_sym_final] = ACTIONS(4389), + [anon_sym_open] = ACTIONS(4389), + [anon_sym_vararg] = ACTIONS(4389), + [anon_sym_noinline] = ACTIONS(4389), + [anon_sym_crossinline] = ACTIONS(4389), + [anon_sym_expect] = ACTIONS(4389), + [anon_sym_actual] = ACTIONS(4389), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4391), + [anon_sym_continue_AT] = ACTIONS(4391), + [anon_sym_break_AT] = ACTIONS(4391), + [anon_sym_this_AT] = ACTIONS(4391), + [anon_sym_super_AT] = ACTIONS(4391), + [sym_real_literal] = ACTIONS(4391), + [sym_integer_literal] = ACTIONS(4389), + [sym_hex_literal] = ACTIONS(4391), + [sym_bin_literal] = ACTIONS(4391), + [anon_sym_true] = ACTIONS(4389), + [anon_sym_false] = ACTIONS(4389), + [anon_sym_SQUOTE] = ACTIONS(4391), + [sym__backtick_identifier] = ACTIONS(4391), + [sym__automatic_semicolon] = ACTIONS(4391), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4391), + }, + [3632] = { + [sym__alpha_identifier] = ACTIONS(4740), + [anon_sym_AT] = ACTIONS(4742), + [anon_sym_LBRACK] = ACTIONS(4742), + [anon_sym_EQ] = ACTIONS(4742), + [anon_sym_LBRACE] = ACTIONS(4742), + [anon_sym_RBRACE] = ACTIONS(4742), + [anon_sym_LPAREN] = ACTIONS(4742), + [anon_sym_COMMA] = ACTIONS(4742), + [anon_sym_by] = ACTIONS(4740), + [anon_sym_object] = ACTIONS(4740), + [anon_sym_fun] = 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(4742), + [sym_label] = ACTIONS(4740), + [anon_sym_in] = ACTIONS(4740), + [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_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_PLUS_PLUS] = ACTIONS(4742), + [anon_sym_DASH_DASH] = ACTIONS(4742), + [anon_sym_BANG] = ACTIONS(4740), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4742), + [anon_sym_super_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_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4742), + }, + [3633] = { + [sym_function_body] = STATE(3379), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4206), + [anon_sym_AT] = ACTIONS(4208), + [anon_sym_COLON] = ACTIONS(6981), + [anon_sym_LBRACK] = ACTIONS(4208), + [anon_sym_as] = ACTIONS(4206), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4208), + [anon_sym_LPAREN] = ACTIONS(4208), + [anon_sym_RPAREN] = ACTIONS(4208), + [anon_sym_LT] = ACTIONS(4206), + [anon_sym_GT] = ACTIONS(4206), + [anon_sym_DOT] = ACTIONS(4206), + [anon_sym_SEMI] = ACTIONS(4208), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4206), + [anon_sym_STAR] = ACTIONS(4206), + [sym_label] = ACTIONS(4208), + [anon_sym_in] = ACTIONS(4206), + [anon_sym_while] = ACTIONS(4206), + [anon_sym_DOT_DOT] = ACTIONS(4208), + [anon_sym_QMARK_COLON] = ACTIONS(4208), + [anon_sym_AMP_AMP] = ACTIONS(4208), + [anon_sym_PIPE_PIPE] = ACTIONS(4208), + [anon_sym_else] = ACTIONS(4206), + [anon_sym_COLON_COLON] = ACTIONS(4208), + [anon_sym_PLUS_EQ] = ACTIONS(4208), + [anon_sym_DASH_EQ] = ACTIONS(4208), + [anon_sym_STAR_EQ] = ACTIONS(4208), + [anon_sym_SLASH_EQ] = ACTIONS(4208), + [anon_sym_PERCENT_EQ] = ACTIONS(4208), + [anon_sym_BANG_EQ] = ACTIONS(4206), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4208), + [anon_sym_EQ_EQ] = ACTIONS(4206), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4208), + [anon_sym_LT_EQ] = ACTIONS(4208), + [anon_sym_GT_EQ] = ACTIONS(4208), + [anon_sym_BANGin] = ACTIONS(4208), + [anon_sym_is] = ACTIONS(4206), + [anon_sym_BANGis] = ACTIONS(4208), + [anon_sym_PLUS] = ACTIONS(4206), + [anon_sym_DASH] = ACTIONS(4206), + [anon_sym_SLASH] = ACTIONS(4206), + [anon_sym_PERCENT] = ACTIONS(4206), + [anon_sym_as_QMARK] = ACTIONS(4208), + [anon_sym_PLUS_PLUS] = ACTIONS(4208), + [anon_sym_DASH_DASH] = ACTIONS(4208), + [anon_sym_BANG_BANG] = ACTIONS(4208), + [anon_sym_suspend] = ACTIONS(4206), + [anon_sym_sealed] = ACTIONS(4206), + [anon_sym_annotation] = ACTIONS(4206), + [anon_sym_data] = ACTIONS(4206), + [anon_sym_inner] = ACTIONS(4206), + [anon_sym_value] = ACTIONS(4206), + [anon_sym_override] = ACTIONS(4206), + [anon_sym_lateinit] = ACTIONS(4206), + [anon_sym_public] = ACTIONS(4206), + [anon_sym_private] = ACTIONS(4206), + [anon_sym_internal] = ACTIONS(4206), + [anon_sym_protected] = ACTIONS(4206), + [anon_sym_tailrec] = ACTIONS(4206), + [anon_sym_operator] = ACTIONS(4206), + [anon_sym_infix] = ACTIONS(4206), + [anon_sym_inline] = ACTIONS(4206), + [anon_sym_external] = ACTIONS(4206), + [sym_property_modifier] = ACTIONS(4206), + [anon_sym_abstract] = ACTIONS(4206), + [anon_sym_final] = ACTIONS(4206), + [anon_sym_open] = ACTIONS(4206), + [anon_sym_vararg] = ACTIONS(4206), + [anon_sym_noinline] = ACTIONS(4206), + [anon_sym_crossinline] = ACTIONS(4206), + [anon_sym_expect] = ACTIONS(4206), + [anon_sym_actual] = ACTIONS(4206), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4208), + [sym_safe_nav] = ACTIONS(4208), + [sym_multiline_comment] = ACTIONS(3), + }, + [3634] = { + [sym_type_constraints] = STATE(3910), + [sym_function_body] = STATE(3128), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4319), + [anon_sym_fun] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_this] = ACTIONS(4319), + [anon_sym_super] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4321), + [sym_label] = ACTIONS(4319), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_null] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_when] = ACTIONS(4319), + [anon_sym_try] = ACTIONS(4319), + [anon_sym_throw] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4321), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4321), + [anon_sym_continue_AT] = ACTIONS(4321), + [anon_sym_break_AT] = ACTIONS(4321), + [anon_sym_this_AT] = ACTIONS(4321), + [anon_sym_super_AT] = ACTIONS(4321), + [sym_real_literal] = ACTIONS(4321), + [sym_integer_literal] = ACTIONS(4319), + [sym_hex_literal] = ACTIONS(4321), + [sym_bin_literal] = ACTIONS(4321), + [anon_sym_true] = ACTIONS(4319), + [anon_sym_false] = ACTIONS(4319), + [anon_sym_SQUOTE] = ACTIONS(4321), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4321), + }, + [3635] = { + [sym_function_body] = STATE(3226), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(4151), + [anon_sym_object] = ACTIONS(4151), + [anon_sym_fun] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_this] = ACTIONS(4151), + [anon_sym_super] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4153), + [sym_label] = ACTIONS(4151), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_if] = ACTIONS(4151), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_when] = ACTIONS(4151), + [anon_sym_try] = ACTIONS(4151), + [anon_sym_throw] = ACTIONS(4151), + [anon_sym_return] = ACTIONS(4151), + [anon_sym_continue] = ACTIONS(4151), + [anon_sym_break] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4153), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4151), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4153), + [anon_sym_continue_AT] = ACTIONS(4153), + [anon_sym_break_AT] = ACTIONS(4153), + [anon_sym_this_AT] = ACTIONS(4153), + [anon_sym_super_AT] = ACTIONS(4153), + [sym_real_literal] = ACTIONS(4153), + [sym_integer_literal] = ACTIONS(4151), + [sym_hex_literal] = ACTIONS(4153), + [sym_bin_literal] = ACTIONS(4153), + [anon_sym_true] = ACTIONS(4151), + [anon_sym_false] = ACTIONS(4151), + [anon_sym_SQUOTE] = ACTIONS(4153), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4153), + }, + [3636] = { + [sym_function_body] = STATE(3262), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(4145), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), + }, + [3637] = { + [sym_function_body] = STATE(3230), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(4139), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), + }, + [3638] = { + [sym_type_constraints] = STATE(3871), + [sym_function_body] = STATE(3472), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_COLON] = ACTIONS(6983), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_RBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_RPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [anon_sym_DASH_GT] = ACTIONS(4131), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_while] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + }, + [3639] = { + [sym_function_body] = STATE(3164), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(4129), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), + }, + [3640] = { + [sym_type_constraints] = STATE(3959), + [sym_function_body] = STATE(3946), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [sym_label] = ACTIONS(4321), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + }, + [3641] = { + [sym_type_constraints] = STATE(3816), + [sym_enum_class_body] = STATE(4026), [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_LBRACE] = ACTIONS(5782), [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_where] = ACTIONS(5788), [anon_sym_DOT] = ACTIONS(4477), [anon_sym_SEMI] = ACTIONS(4479), [anon_sym_get] = ACTIONS(4477), @@ -413317,8 +415740,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_AMP] = ACTIONS(4479), [anon_sym_PIPE_PIPE] = ACTIONS(4479), [anon_sym_else] = ACTIONS(4477), - [anon_sym_catch] = ACTIONS(4477), - [anon_sym_finally] = ACTIONS(4477), [anon_sym_COLON_COLON] = ACTIONS(4479), [anon_sym_PLUS_EQ] = ACTIONS(4479), [anon_sym_DASH_EQ] = ACTIONS(4479), @@ -413374,923 +415795,1907 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4479), [sym_multiline_comment] = ACTIONS(3), }, - [3612] = { - [sym__alpha_identifier] = ACTIONS(4451), - [anon_sym_AT] = ACTIONS(4453), - [anon_sym_LBRACK] = ACTIONS(4453), - [anon_sym_as] = ACTIONS(5020), - [anon_sym_EQ] = ACTIONS(5020), - [anon_sym_LBRACE] = ACTIONS(4453), - [anon_sym_RBRACE] = ACTIONS(4453), - [anon_sym_LPAREN] = ACTIONS(4453), - [anon_sym_LT] = ACTIONS(5020), - [anon_sym_GT] = ACTIONS(5020), - [anon_sym_object] = ACTIONS(4451), - [anon_sym_fun] = ACTIONS(4451), - [anon_sym_DOT] = ACTIONS(5020), - [anon_sym_get] = ACTIONS(4451), - [anon_sym_set] = ACTIONS(4451), - [anon_sym_this] = ACTIONS(4451), - [anon_sym_super] = ACTIONS(4451), - [anon_sym_STAR] = ACTIONS(4451), - [sym_label] = ACTIONS(4451), - [anon_sym_in] = ACTIONS(4451), - [anon_sym_DOT_DOT] = ACTIONS(5022), - [anon_sym_QMARK_COLON] = ACTIONS(5022), - [anon_sym_AMP_AMP] = ACTIONS(5022), - [anon_sym_PIPE_PIPE] = ACTIONS(5022), - [anon_sym_null] = ACTIONS(4451), - [anon_sym_if] = ACTIONS(4451), - [anon_sym_else] = ACTIONS(4451), - [anon_sym_when] = ACTIONS(4451), - [anon_sym_try] = ACTIONS(4451), - [anon_sym_throw] = ACTIONS(4451), - [anon_sym_return] = ACTIONS(4451), - [anon_sym_continue] = ACTIONS(4451), - [anon_sym_break] = ACTIONS(4451), - [anon_sym_COLON_COLON] = ACTIONS(4453), - [anon_sym_PLUS_EQ] = ACTIONS(5022), - [anon_sym_DASH_EQ] = ACTIONS(5022), - [anon_sym_STAR_EQ] = ACTIONS(5022), - [anon_sym_SLASH_EQ] = ACTIONS(5022), - [anon_sym_PERCENT_EQ] = ACTIONS(5022), - [anon_sym_BANG_EQ] = ACTIONS(5020), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5022), - [anon_sym_EQ_EQ] = ACTIONS(5020), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5022), - [anon_sym_LT_EQ] = ACTIONS(5022), - [anon_sym_GT_EQ] = ACTIONS(5022), - [anon_sym_BANGin] = ACTIONS(4453), - [anon_sym_is] = ACTIONS(4451), - [anon_sym_BANGis] = ACTIONS(4453), - [anon_sym_PLUS] = ACTIONS(4451), - [anon_sym_DASH] = ACTIONS(4451), - [anon_sym_SLASH] = ACTIONS(5020), - [anon_sym_PERCENT] = ACTIONS(5020), - [anon_sym_as_QMARK] = ACTIONS(5022), - [anon_sym_PLUS_PLUS] = ACTIONS(4453), - [anon_sym_DASH_DASH] = ACTIONS(4453), - [anon_sym_BANG] = ACTIONS(4451), - [anon_sym_BANG_BANG] = ACTIONS(5022), - [anon_sym_data] = ACTIONS(4451), - [anon_sym_inner] = ACTIONS(4451), - [anon_sym_value] = ACTIONS(4451), - [anon_sym_expect] = ACTIONS(4451), - [anon_sym_actual] = ACTIONS(4451), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4453), - [anon_sym_continue_AT] = ACTIONS(4453), - [anon_sym_break_AT] = ACTIONS(4453), - [anon_sym_this_AT] = ACTIONS(4453), - [anon_sym_super_AT] = ACTIONS(4453), - [sym_real_literal] = ACTIONS(4453), - [sym_integer_literal] = ACTIONS(4451), - [sym_hex_literal] = ACTIONS(4453), - [sym_bin_literal] = ACTIONS(4453), - [anon_sym_true] = ACTIONS(4451), - [anon_sym_false] = ACTIONS(4451), - [anon_sym_SQUOTE] = ACTIONS(4453), - [sym__backtick_identifier] = ACTIONS(4453), - [sym__automatic_semicolon] = ACTIONS(4453), - [sym_safe_nav] = ACTIONS(5022), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4453), + [3642] = { + [sym_class_body] = STATE(3167), + [sym_type_constraints] = STATE(2970), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_COLON] = ACTIONS(3472), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), }, - [3613] = { - [sym_function_body] = STATE(3894), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_COMMA] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_where] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4307), - [sym_label] = ACTIONS(4309), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_PLUS_EQ] = ACTIONS(4309), - [anon_sym_DASH_EQ] = ACTIONS(4309), - [anon_sym_STAR_EQ] = ACTIONS(4309), - [anon_sym_SLASH_EQ] = ACTIONS(4309), - [anon_sym_PERCENT_EQ] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4307), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), + [3643] = { + [sym__alpha_identifier] = ACTIONS(4343), + [anon_sym_AT] = ACTIONS(4345), + [anon_sym_LBRACK] = ACTIONS(4345), + [anon_sym_as] = ACTIONS(5177), + [anon_sym_EQ] = ACTIONS(5177), + [anon_sym_LBRACE] = ACTIONS(4345), + [anon_sym_RBRACE] = ACTIONS(4345), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_LT] = ACTIONS(5177), + [anon_sym_GT] = ACTIONS(5177), + [anon_sym_object] = ACTIONS(4343), + [anon_sym_fun] = ACTIONS(4343), + [anon_sym_DOT] = ACTIONS(5177), + [anon_sym_get] = ACTIONS(4343), + [anon_sym_set] = ACTIONS(4343), + [anon_sym_this] = ACTIONS(4343), + [anon_sym_super] = ACTIONS(4343), + [anon_sym_STAR] = ACTIONS(4343), + [sym_label] = ACTIONS(4343), + [anon_sym_in] = ACTIONS(4343), + [anon_sym_DOT_DOT] = ACTIONS(5179), + [anon_sym_QMARK_COLON] = ACTIONS(5179), + [anon_sym_AMP_AMP] = ACTIONS(5179), + [anon_sym_PIPE_PIPE] = ACTIONS(5179), + [anon_sym_null] = ACTIONS(4343), + [anon_sym_if] = ACTIONS(4343), + [anon_sym_else] = ACTIONS(4343), + [anon_sym_when] = ACTIONS(4343), + [anon_sym_try] = ACTIONS(4343), + [anon_sym_throw] = ACTIONS(4343), + [anon_sym_return] = ACTIONS(4343), + [anon_sym_continue] = ACTIONS(4343), + [anon_sym_break] = ACTIONS(4343), + [anon_sym_COLON_COLON] = ACTIONS(4345), + [anon_sym_PLUS_EQ] = ACTIONS(5179), + [anon_sym_DASH_EQ] = ACTIONS(5179), + [anon_sym_STAR_EQ] = ACTIONS(5179), + [anon_sym_SLASH_EQ] = ACTIONS(5179), + [anon_sym_PERCENT_EQ] = ACTIONS(5179), + [anon_sym_BANG_EQ] = ACTIONS(5177), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5179), + [anon_sym_EQ_EQ] = ACTIONS(5177), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5179), + [anon_sym_LT_EQ] = ACTIONS(5179), + [anon_sym_GT_EQ] = ACTIONS(5179), + [anon_sym_BANGin] = ACTIONS(4345), + [anon_sym_is] = ACTIONS(4343), + [anon_sym_BANGis] = ACTIONS(4345), + [anon_sym_PLUS] = ACTIONS(4343), + [anon_sym_DASH] = ACTIONS(4343), + [anon_sym_SLASH] = ACTIONS(5177), + [anon_sym_PERCENT] = ACTIONS(5177), + [anon_sym_as_QMARK] = ACTIONS(5179), + [anon_sym_PLUS_PLUS] = ACTIONS(4345), + [anon_sym_DASH_DASH] = ACTIONS(4345), + [anon_sym_BANG] = ACTIONS(4343), + [anon_sym_BANG_BANG] = ACTIONS(5179), + [anon_sym_data] = ACTIONS(4343), + [anon_sym_inner] = ACTIONS(4343), + [anon_sym_value] = ACTIONS(4343), + [anon_sym_expect] = ACTIONS(4343), + [anon_sym_actual] = ACTIONS(4343), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4345), + [anon_sym_continue_AT] = ACTIONS(4345), + [anon_sym_break_AT] = ACTIONS(4345), + [anon_sym_this_AT] = ACTIONS(4345), + [anon_sym_super_AT] = ACTIONS(4345), + [sym_real_literal] = ACTIONS(4345), + [sym_integer_literal] = ACTIONS(4343), + [sym_hex_literal] = ACTIONS(4345), + [sym_bin_literal] = ACTIONS(4345), + [anon_sym_true] = ACTIONS(4343), + [anon_sym_false] = ACTIONS(4343), + [anon_sym_SQUOTE] = ACTIONS(4345), + [sym__backtick_identifier] = ACTIONS(4345), + [sym__automatic_semicolon] = ACTIONS(4345), + [sym_safe_nav] = ACTIONS(5179), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4345), + }, + [3644] = { + [sym_type_constraints] = STATE(4002), + [sym_function_body] = STATE(3907), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), [sym_multiline_comment] = ACTIONS(3), }, - [3614] = { - [sym_type_constraints] = STATE(3782), - [sym_enum_class_body] = STATE(3967), - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [sym_label] = ACTIONS(4361), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_suspend] = ACTIONS(4359), - [anon_sym_sealed] = ACTIONS(4359), - [anon_sym_annotation] = ACTIONS(4359), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_override] = ACTIONS(4359), - [anon_sym_lateinit] = ACTIONS(4359), - [anon_sym_public] = ACTIONS(4359), - [anon_sym_private] = ACTIONS(4359), - [anon_sym_internal] = ACTIONS(4359), - [anon_sym_protected] = ACTIONS(4359), - [anon_sym_tailrec] = ACTIONS(4359), - [anon_sym_operator] = ACTIONS(4359), - [anon_sym_infix] = ACTIONS(4359), - [anon_sym_inline] = ACTIONS(4359), - [anon_sym_external] = ACTIONS(4359), - [sym_property_modifier] = ACTIONS(4359), - [anon_sym_abstract] = ACTIONS(4359), - [anon_sym_final] = ACTIONS(4359), - [anon_sym_open] = ACTIONS(4359), - [anon_sym_vararg] = ACTIONS(4359), - [anon_sym_noinline] = ACTIONS(4359), - [anon_sym_crossinline] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4361), - [sym__automatic_semicolon] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), + [3645] = { + [sym_function_body] = STATE(3416), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_COLON] = ACTIONS(6985), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_RPAREN] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4251), + [sym_label] = ACTIONS(4253), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_while] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_PLUS_EQ] = ACTIONS(4253), + [anon_sym_DASH_EQ] = ACTIONS(4253), + [anon_sym_STAR_EQ] = ACTIONS(4253), + [anon_sym_SLASH_EQ] = ACTIONS(4253), + [anon_sym_PERCENT_EQ] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4251), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_suspend] = ACTIONS(4251), + [anon_sym_sealed] = ACTIONS(4251), + [anon_sym_annotation] = ACTIONS(4251), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_override] = ACTIONS(4251), + [anon_sym_lateinit] = ACTIONS(4251), + [anon_sym_public] = ACTIONS(4251), + [anon_sym_private] = ACTIONS(4251), + [anon_sym_internal] = ACTIONS(4251), + [anon_sym_protected] = ACTIONS(4251), + [anon_sym_tailrec] = ACTIONS(4251), + [anon_sym_operator] = ACTIONS(4251), + [anon_sym_infix] = ACTIONS(4251), + [anon_sym_inline] = ACTIONS(4251), + [anon_sym_external] = ACTIONS(4251), + [sym_property_modifier] = ACTIONS(4251), + [anon_sym_abstract] = ACTIONS(4251), + [anon_sym_final] = ACTIONS(4251), + [anon_sym_open] = ACTIONS(4251), + [anon_sym_vararg] = ACTIONS(4251), + [anon_sym_noinline] = ACTIONS(4251), + [anon_sym_crossinline] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), + [sym_multiline_comment] = ACTIONS(3), + }, + [3646] = { + [sym_type_constraints] = STATE(3900), + [sym_function_body] = STATE(3164), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), + }, + [3647] = { + [sym_class_body] = STATE(3200), + [sym_type_constraints] = STATE(2971), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_COLON] = ACTIONS(6987), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4212), + [anon_sym_fun] = ACTIONS(4212), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_this] = ACTIONS(4212), + [anon_sym_super] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4214), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_null] = ACTIONS(4212), + [anon_sym_if] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_when] = ACTIONS(4212), + [anon_sym_try] = ACTIONS(4212), + [anon_sym_throw] = ACTIONS(4212), + [anon_sym_return] = ACTIONS(4212), + [anon_sym_continue] = ACTIONS(4212), + [anon_sym_break] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4214), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4214), + [anon_sym_continue_AT] = ACTIONS(4214), + [anon_sym_break_AT] = ACTIONS(4214), + [anon_sym_this_AT] = ACTIONS(4214), + [anon_sym_super_AT] = ACTIONS(4214), + [sym_real_literal] = ACTIONS(4214), + [sym_integer_literal] = ACTIONS(4212), + [sym_hex_literal] = ACTIONS(4214), + [sym_bin_literal] = ACTIONS(4214), + [anon_sym_true] = ACTIONS(4212), + [anon_sym_false] = ACTIONS(4212), + [anon_sym_SQUOTE] = ACTIONS(4214), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4214), + }, + [3648] = { + [sym_function_body] = STATE(3128), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(4319), + [anon_sym_object] = ACTIONS(4319), + [anon_sym_fun] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_this] = ACTIONS(4319), + [anon_sym_super] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4321), + [sym_label] = ACTIONS(4319), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_null] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_when] = ACTIONS(4319), + [anon_sym_try] = ACTIONS(4319), + [anon_sym_throw] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4321), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4321), + [anon_sym_continue_AT] = ACTIONS(4321), + [anon_sym_break_AT] = ACTIONS(4321), + [anon_sym_this_AT] = ACTIONS(4321), + [anon_sym_super_AT] = ACTIONS(4321), + [sym_real_literal] = ACTIONS(4321), + [sym_integer_literal] = ACTIONS(4319), + [sym_hex_literal] = ACTIONS(4321), + [sym_bin_literal] = ACTIONS(4321), + [anon_sym_true] = ACTIONS(4319), + [anon_sym_false] = ACTIONS(4319), + [anon_sym_SQUOTE] = ACTIONS(4321), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4321), + }, + [3649] = { + [sym_function_body] = STATE(3095), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(4323), + [anon_sym_object] = ACTIONS(4323), + [anon_sym_fun] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_this] = ACTIONS(4323), + [anon_sym_super] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4325), + [sym_label] = ACTIONS(4323), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_null] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_when] = ACTIONS(4323), + [anon_sym_try] = ACTIONS(4323), + [anon_sym_throw] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4325), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4325), + [anon_sym_continue_AT] = ACTIONS(4325), + [anon_sym_break_AT] = ACTIONS(4325), + [anon_sym_this_AT] = ACTIONS(4325), + [anon_sym_super_AT] = ACTIONS(4325), + [sym_real_literal] = ACTIONS(4325), + [sym_integer_literal] = ACTIONS(4323), + [sym_hex_literal] = ACTIONS(4325), + [sym_bin_literal] = ACTIONS(4325), + [anon_sym_true] = ACTIONS(4323), + [anon_sym_false] = ACTIONS(4323), + [anon_sym_SQUOTE] = ACTIONS(4325), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4325), + }, + [3650] = { + [sym_function_body] = STATE(3456), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(6989), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [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_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_value] = 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), + }, + [3651] = { + [sym_type_constraints] = STATE(3001), + [sym_enum_class_body] = STATE(3209), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(3476), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, + [3652] = { + [sym_class_body] = STATE(4026), + [sym_type_constraints] = STATE(3749), + [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(5796), + [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(5788), + [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_value] = 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), + [sym__backtick_identifier] = ACTIONS(4479), + [sym__automatic_semicolon] = ACTIONS(4479), + [sym_safe_nav] = ACTIONS(4479), + [sym_multiline_comment] = ACTIONS(3), + }, + [3653] = { + [sym_type_constraints] = STATE(3789), + [sym_enum_class_body] = STATE(3885), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4202), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), + }, + [3654] = { + [sym__alpha_identifier] = ACTIONS(4754), + [anon_sym_AT] = ACTIONS(4756), + [anon_sym_LBRACK] = ACTIONS(4756), + [anon_sym_EQ] = ACTIONS(4756), + [anon_sym_LBRACE] = ACTIONS(4756), + [anon_sym_RBRACE] = ACTIONS(4756), + [anon_sym_LPAREN] = ACTIONS(4756), + [anon_sym_COMMA] = ACTIONS(4756), + [anon_sym_by] = ACTIONS(4754), + [anon_sym_object] = ACTIONS(4754), + [anon_sym_fun] = ACTIONS(4754), + [anon_sym_SEMI] = ACTIONS(4756), + [anon_sym_get] = ACTIONS(4754), + [anon_sym_set] = ACTIONS(4754), + [anon_sym_this] = ACTIONS(4754), + [anon_sym_super] = ACTIONS(4754), + [anon_sym_STAR] = ACTIONS(4756), + [sym_label] = ACTIONS(4754), + [anon_sym_in] = ACTIONS(4754), + [anon_sym_null] = ACTIONS(4754), + [anon_sym_if] = ACTIONS(4754), + [anon_sym_else] = ACTIONS(4754), + [anon_sym_when] = ACTIONS(4754), + [anon_sym_try] = ACTIONS(4754), + [anon_sym_throw] = ACTIONS(4754), + [anon_sym_return] = ACTIONS(4754), + [anon_sym_continue] = ACTIONS(4754), + [anon_sym_break] = ACTIONS(4754), + [anon_sym_COLON_COLON] = ACTIONS(4756), + [anon_sym_BANGin] = ACTIONS(4756), + [anon_sym_is] = ACTIONS(4754), + [anon_sym_BANGis] = ACTIONS(4756), + [anon_sym_PLUS] = ACTIONS(4754), + [anon_sym_DASH] = ACTIONS(4754), + [anon_sym_PLUS_PLUS] = ACTIONS(4756), + [anon_sym_DASH_DASH] = ACTIONS(4756), + [anon_sym_BANG] = ACTIONS(4754), + [anon_sym_suspend] = ACTIONS(4754), + [anon_sym_sealed] = ACTIONS(4754), + [anon_sym_annotation] = ACTIONS(4754), + [anon_sym_data] = ACTIONS(4754), + [anon_sym_inner] = ACTIONS(4754), + [anon_sym_value] = ACTIONS(4754), + [anon_sym_override] = ACTIONS(4754), + [anon_sym_lateinit] = ACTIONS(4754), + [anon_sym_public] = ACTIONS(4754), + [anon_sym_private] = ACTIONS(4754), + [anon_sym_internal] = ACTIONS(4754), + [anon_sym_protected] = ACTIONS(4754), + [anon_sym_tailrec] = ACTIONS(4754), + [anon_sym_operator] = ACTIONS(4754), + [anon_sym_infix] = ACTIONS(4754), + [anon_sym_inline] = ACTIONS(4754), + [anon_sym_external] = ACTIONS(4754), + [sym_property_modifier] = ACTIONS(4754), + [anon_sym_abstract] = ACTIONS(4754), + [anon_sym_final] = ACTIONS(4754), + [anon_sym_open] = ACTIONS(4754), + [anon_sym_vararg] = ACTIONS(4754), + [anon_sym_noinline] = ACTIONS(4754), + [anon_sym_crossinline] = ACTIONS(4754), + [anon_sym_expect] = ACTIONS(4754), + [anon_sym_actual] = ACTIONS(4754), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4756), + [anon_sym_continue_AT] = ACTIONS(4756), + [anon_sym_break_AT] = ACTIONS(4756), + [anon_sym_this_AT] = ACTIONS(4756), + [anon_sym_super_AT] = ACTIONS(4756), + [sym_real_literal] = ACTIONS(4756), + [sym_integer_literal] = ACTIONS(4754), + [sym_hex_literal] = ACTIONS(4756), + [sym_bin_literal] = ACTIONS(4756), + [anon_sym_true] = ACTIONS(4754), + [anon_sym_false] = ACTIONS(4754), + [anon_sym_SQUOTE] = ACTIONS(4756), + [sym__backtick_identifier] = ACTIONS(4756), + [sym__automatic_semicolon] = ACTIONS(4756), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4756), }, - [3615] = { - [sym_function_body] = STATE(3972), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_COMMA] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_where] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4443), - [sym_label] = ACTIONS(4445), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_PLUS_EQ] = ACTIONS(4445), - [anon_sym_DASH_EQ] = ACTIONS(4445), - [anon_sym_STAR_EQ] = ACTIONS(4445), - [anon_sym_SLASH_EQ] = ACTIONS(4445), - [anon_sym_PERCENT_EQ] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4443), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_suspend] = ACTIONS(4443), - [anon_sym_sealed] = ACTIONS(4443), - [anon_sym_annotation] = ACTIONS(4443), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_override] = ACTIONS(4443), - [anon_sym_lateinit] = ACTIONS(4443), - [anon_sym_public] = ACTIONS(4443), - [anon_sym_private] = ACTIONS(4443), - [anon_sym_internal] = ACTIONS(4443), - [anon_sym_protected] = ACTIONS(4443), - [anon_sym_tailrec] = ACTIONS(4443), - [anon_sym_operator] = ACTIONS(4443), - [anon_sym_infix] = ACTIONS(4443), - [anon_sym_inline] = ACTIONS(4443), - [anon_sym_external] = ACTIONS(4443), - [sym_property_modifier] = ACTIONS(4443), - [anon_sym_abstract] = ACTIONS(4443), - [anon_sym_final] = ACTIONS(4443), - [anon_sym_open] = ACTIONS(4443), - [anon_sym_vararg] = ACTIONS(4443), - [anon_sym_noinline] = ACTIONS(4443), - [anon_sym_crossinline] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4445), - [sym__automatic_semicolon] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), + [3655] = { + [sym_class_body] = STATE(3209), + [sym_type_constraints] = STATE(3011), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(3478), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, + [3656] = { + [sym__alpha_identifier] = ACTIONS(4458), + [anon_sym_AT] = ACTIONS(4460), + [anon_sym_LBRACK] = ACTIONS(4460), + [anon_sym_as] = ACTIONS(4458), + [anon_sym_EQ] = ACTIONS(4458), + [anon_sym_LBRACE] = ACTIONS(4460), + [anon_sym_RBRACE] = ACTIONS(4460), + [anon_sym_LPAREN] = ACTIONS(4460), + [anon_sym_COMMA] = ACTIONS(4460), + [anon_sym_LT] = ACTIONS(4458), + [anon_sym_GT] = ACTIONS(4458), + [anon_sym_where] = ACTIONS(4458), + [anon_sym_DOT] = ACTIONS(4458), + [anon_sym_SEMI] = ACTIONS(4460), + [anon_sym_get] = ACTIONS(4458), + [anon_sym_set] = ACTIONS(4458), + [anon_sym_STAR] = ACTIONS(4458), + [sym_label] = ACTIONS(4460), + [anon_sym_in] = ACTIONS(4458), + [anon_sym_DOT_DOT] = ACTIONS(4460), + [anon_sym_QMARK_COLON] = ACTIONS(4460), + [anon_sym_AMP_AMP] = ACTIONS(4460), + [anon_sym_PIPE_PIPE] = ACTIONS(4460), + [anon_sym_else] = ACTIONS(4458), + [anon_sym_catch] = ACTIONS(4458), + [anon_sym_finally] = ACTIONS(4458), + [anon_sym_COLON_COLON] = ACTIONS(4460), + [anon_sym_PLUS_EQ] = ACTIONS(4460), + [anon_sym_DASH_EQ] = ACTIONS(4460), + [anon_sym_STAR_EQ] = ACTIONS(4460), + [anon_sym_SLASH_EQ] = ACTIONS(4460), + [anon_sym_PERCENT_EQ] = ACTIONS(4460), + [anon_sym_BANG_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4460), + [anon_sym_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4460), + [anon_sym_LT_EQ] = ACTIONS(4460), + [anon_sym_GT_EQ] = ACTIONS(4460), + [anon_sym_BANGin] = ACTIONS(4460), + [anon_sym_is] = ACTIONS(4458), + [anon_sym_BANGis] = ACTIONS(4460), + [anon_sym_PLUS] = ACTIONS(4458), + [anon_sym_DASH] = ACTIONS(4458), + [anon_sym_SLASH] = ACTIONS(4458), + [anon_sym_PERCENT] = ACTIONS(4458), + [anon_sym_as_QMARK] = ACTIONS(4460), + [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(4460), + [anon_sym_BANG_BANG] = ACTIONS(4460), + [anon_sym_suspend] = ACTIONS(4458), + [anon_sym_sealed] = ACTIONS(4458), + [anon_sym_annotation] = ACTIONS(4458), + [anon_sym_data] = ACTIONS(4458), + [anon_sym_inner] = ACTIONS(4458), + [anon_sym_value] = ACTIONS(4458), + [anon_sym_override] = ACTIONS(4458), + [anon_sym_lateinit] = ACTIONS(4458), + [anon_sym_public] = ACTIONS(4458), + [anon_sym_private] = ACTIONS(4458), + [anon_sym_internal] = ACTIONS(4458), + [anon_sym_protected] = ACTIONS(4458), + [anon_sym_tailrec] = ACTIONS(4458), + [anon_sym_operator] = ACTIONS(4458), + [anon_sym_infix] = ACTIONS(4458), + [anon_sym_inline] = ACTIONS(4458), + [anon_sym_external] = ACTIONS(4458), + [sym_property_modifier] = ACTIONS(4458), + [anon_sym_abstract] = ACTIONS(4458), + [anon_sym_final] = ACTIONS(4458), + [anon_sym_open] = ACTIONS(4458), + [anon_sym_vararg] = ACTIONS(4458), + [anon_sym_noinline] = ACTIONS(4458), + [anon_sym_crossinline] = ACTIONS(4458), + [anon_sym_expect] = ACTIONS(4458), + [anon_sym_actual] = ACTIONS(4458), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4460), + [sym__automatic_semicolon] = ACTIONS(4460), + [sym_safe_nav] = ACTIONS(4460), [sym_multiline_comment] = ACTIONS(3), }, - [3616] = { - [sym_function_body] = STATE(3873), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_COMMA] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_where] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4447), - [sym_label] = ACTIONS(4449), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_PLUS_EQ] = ACTIONS(4449), - [anon_sym_DASH_EQ] = ACTIONS(4449), - [anon_sym_STAR_EQ] = ACTIONS(4449), - [anon_sym_SLASH_EQ] = ACTIONS(4449), - [anon_sym_PERCENT_EQ] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4447), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_suspend] = ACTIONS(4447), - [anon_sym_sealed] = ACTIONS(4447), - [anon_sym_annotation] = ACTIONS(4447), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_override] = ACTIONS(4447), - [anon_sym_lateinit] = ACTIONS(4447), - [anon_sym_public] = ACTIONS(4447), - [anon_sym_private] = ACTIONS(4447), - [anon_sym_internal] = ACTIONS(4447), - [anon_sym_protected] = ACTIONS(4447), - [anon_sym_tailrec] = ACTIONS(4447), - [anon_sym_operator] = ACTIONS(4447), - [anon_sym_infix] = ACTIONS(4447), - [anon_sym_inline] = ACTIONS(4447), - [anon_sym_external] = ACTIONS(4447), - [sym_property_modifier] = ACTIONS(4447), - [anon_sym_abstract] = ACTIONS(4447), - [anon_sym_final] = ACTIONS(4447), - [anon_sym_open] = ACTIONS(4447), - [anon_sym_vararg] = ACTIONS(4447), - [anon_sym_noinline] = ACTIONS(4447), - [anon_sym_crossinline] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4449), - [sym__automatic_semicolon] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), + [3657] = { + [sym_type_constraints] = STATE(3779), + [sym_enum_class_body] = STATE(3901), + [sym__alpha_identifier] = ACTIONS(4489), + [anon_sym_AT] = ACTIONS(4491), + [anon_sym_LBRACK] = ACTIONS(4491), + [anon_sym_as] = ACTIONS(4489), + [anon_sym_EQ] = ACTIONS(4489), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(4491), + [anon_sym_LPAREN] = ACTIONS(4491), + [anon_sym_COMMA] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4489), + [anon_sym_GT] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4489), + [anon_sym_SEMI] = ACTIONS(4491), + [anon_sym_get] = ACTIONS(4489), + [anon_sym_set] = ACTIONS(4489), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4491), + [anon_sym_in] = ACTIONS(4489), + [anon_sym_DOT_DOT] = ACTIONS(4491), + [anon_sym_QMARK_COLON] = ACTIONS(4491), + [anon_sym_AMP_AMP] = ACTIONS(4491), + [anon_sym_PIPE_PIPE] = ACTIONS(4491), + [anon_sym_else] = ACTIONS(4489), + [anon_sym_COLON_COLON] = ACTIONS(4491), + [anon_sym_PLUS_EQ] = ACTIONS(4491), + [anon_sym_DASH_EQ] = ACTIONS(4491), + [anon_sym_STAR_EQ] = ACTIONS(4491), + [anon_sym_SLASH_EQ] = ACTIONS(4491), + [anon_sym_PERCENT_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4491), + [anon_sym_LT_EQ] = ACTIONS(4491), + [anon_sym_GT_EQ] = ACTIONS(4491), + [anon_sym_BANGin] = ACTIONS(4491), + [anon_sym_is] = ACTIONS(4489), + [anon_sym_BANGis] = ACTIONS(4491), + [anon_sym_PLUS] = ACTIONS(4489), + [anon_sym_DASH] = ACTIONS(4489), + [anon_sym_SLASH] = ACTIONS(4489), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4491), + [anon_sym_DASH_DASH] = ACTIONS(4491), + [anon_sym_BANG_BANG] = ACTIONS(4491), + [anon_sym_suspend] = ACTIONS(4489), + [anon_sym_sealed] = ACTIONS(4489), + [anon_sym_annotation] = ACTIONS(4489), + [anon_sym_data] = ACTIONS(4489), + [anon_sym_inner] = ACTIONS(4489), + [anon_sym_value] = ACTIONS(4489), + [anon_sym_override] = ACTIONS(4489), + [anon_sym_lateinit] = ACTIONS(4489), + [anon_sym_public] = ACTIONS(4489), + [anon_sym_private] = ACTIONS(4489), + [anon_sym_internal] = ACTIONS(4489), + [anon_sym_protected] = ACTIONS(4489), + [anon_sym_tailrec] = ACTIONS(4489), + [anon_sym_operator] = ACTIONS(4489), + [anon_sym_infix] = ACTIONS(4489), + [anon_sym_inline] = ACTIONS(4489), + [anon_sym_external] = ACTIONS(4489), + [sym_property_modifier] = ACTIONS(4489), + [anon_sym_abstract] = ACTIONS(4489), + [anon_sym_final] = ACTIONS(4489), + [anon_sym_open] = ACTIONS(4489), + [anon_sym_vararg] = ACTIONS(4489), + [anon_sym_noinline] = ACTIONS(4489), + [anon_sym_crossinline] = ACTIONS(4489), + [anon_sym_expect] = ACTIONS(4489), + [anon_sym_actual] = ACTIONS(4489), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4491), + [sym__automatic_semicolon] = ACTIONS(4491), + [sym_safe_nav] = ACTIONS(4491), [sym_multiline_comment] = ACTIONS(3), }, - [3617] = { - [sym__alpha_identifier] = ACTIONS(4660), - [anon_sym_AT] = ACTIONS(4662), - [anon_sym_LBRACK] = ACTIONS(4662), - [anon_sym_EQ] = ACTIONS(4662), - [anon_sym_LBRACE] = ACTIONS(4662), - [anon_sym_RBRACE] = ACTIONS(4662), - [anon_sym_LPAREN] = ACTIONS(4662), - [anon_sym_COMMA] = ACTIONS(4662), - [anon_sym_by] = ACTIONS(4660), - [anon_sym_object] = ACTIONS(4660), - [anon_sym_fun] = ACTIONS(4660), - [anon_sym_SEMI] = ACTIONS(4662), - [anon_sym_get] = ACTIONS(4660), - [anon_sym_set] = ACTIONS(4660), - [anon_sym_this] = ACTIONS(4660), - [anon_sym_super] = ACTIONS(4660), - [anon_sym_STAR] = ACTIONS(4662), - [sym_label] = ACTIONS(4660), - [anon_sym_in] = ACTIONS(4660), - [anon_sym_null] = ACTIONS(4660), - [anon_sym_if] = ACTIONS(4660), - [anon_sym_else] = ACTIONS(4660), - [anon_sym_when] = ACTIONS(4660), - [anon_sym_try] = ACTIONS(4660), - [anon_sym_throw] = ACTIONS(4660), - [anon_sym_return] = ACTIONS(4660), - [anon_sym_continue] = ACTIONS(4660), - [anon_sym_break] = ACTIONS(4660), - [anon_sym_COLON_COLON] = ACTIONS(4662), - [anon_sym_BANGin] = ACTIONS(4662), - [anon_sym_is] = ACTIONS(4660), - [anon_sym_BANGis] = ACTIONS(4662), - [anon_sym_PLUS] = ACTIONS(4660), - [anon_sym_DASH] = ACTIONS(4660), - [anon_sym_PLUS_PLUS] = ACTIONS(4662), - [anon_sym_DASH_DASH] = ACTIONS(4662), - [anon_sym_BANG] = ACTIONS(4660), - [anon_sym_suspend] = ACTIONS(4660), - [anon_sym_sealed] = ACTIONS(4660), - [anon_sym_annotation] = ACTIONS(4660), - [anon_sym_data] = ACTIONS(4660), - [anon_sym_inner] = ACTIONS(4660), - [anon_sym_value] = ACTIONS(4660), - [anon_sym_override] = ACTIONS(4660), - [anon_sym_lateinit] = ACTIONS(4660), - [anon_sym_public] = ACTIONS(4660), - [anon_sym_private] = ACTIONS(4660), - [anon_sym_internal] = ACTIONS(4660), - [anon_sym_protected] = ACTIONS(4660), - [anon_sym_tailrec] = ACTIONS(4660), - [anon_sym_operator] = ACTIONS(4660), - [anon_sym_infix] = ACTIONS(4660), - [anon_sym_inline] = ACTIONS(4660), - [anon_sym_external] = ACTIONS(4660), - [sym_property_modifier] = ACTIONS(4660), - [anon_sym_abstract] = ACTIONS(4660), - [anon_sym_final] = ACTIONS(4660), - [anon_sym_open] = ACTIONS(4660), - [anon_sym_vararg] = ACTIONS(4660), - [anon_sym_noinline] = ACTIONS(4660), - [anon_sym_crossinline] = ACTIONS(4660), - [anon_sym_expect] = ACTIONS(4660), - [anon_sym_actual] = ACTIONS(4660), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4662), - [anon_sym_continue_AT] = ACTIONS(4662), - [anon_sym_break_AT] = ACTIONS(4662), - [anon_sym_this_AT] = ACTIONS(4662), - [anon_sym_super_AT] = ACTIONS(4662), - [sym_real_literal] = ACTIONS(4662), - [sym_integer_literal] = ACTIONS(4660), - [sym_hex_literal] = ACTIONS(4662), - [sym_bin_literal] = ACTIONS(4662), - [anon_sym_true] = ACTIONS(4660), - [anon_sym_false] = ACTIONS(4660), - [anon_sym_SQUOTE] = ACTIONS(4662), - [sym__backtick_identifier] = ACTIONS(4662), - [sym__automatic_semicolon] = ACTIONS(4662), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4662), + [3658] = { + [sym_type_constraints] = STATE(3828), + [sym_function_body] = STATE(3230), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), }, - [3618] = { - [sym__alpha_identifier] = ACTIONS(4430), - [anon_sym_AT] = ACTIONS(4432), - [anon_sym_LBRACK] = ACTIONS(4432), - [anon_sym_EQ] = ACTIONS(4432), - [anon_sym_LBRACE] = ACTIONS(4432), - [anon_sym_RBRACE] = ACTIONS(4432), - [anon_sym_LPAREN] = ACTIONS(4432), - [anon_sym_COMMA] = ACTIONS(4432), - [anon_sym_by] = ACTIONS(4430), - [anon_sym_object] = ACTIONS(4430), - [anon_sym_fun] = 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(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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4432), - [anon_sym_super_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), + [3659] = { + [sym__alpha_identifier] = ACTIONS(4182), + [anon_sym_AT] = ACTIONS(4184), + [anon_sym_LBRACK] = ACTIONS(4184), + [anon_sym_typealias] = ACTIONS(4182), + [anon_sym_class] = ACTIONS(4182), + [anon_sym_interface] = ACTIONS(4182), + [anon_sym_enum] = ACTIONS(4182), + [anon_sym_LBRACE] = ACTIONS(4184), + [anon_sym_LPAREN] = ACTIONS(4184), + [anon_sym_val] = ACTIONS(4182), + [anon_sym_var] = ACTIONS(4182), + [anon_sym_LT] = ACTIONS(4184), + [anon_sym_object] = ACTIONS(4182), + [anon_sym_fun] = ACTIONS(4182), + [anon_sym_DOT] = ACTIONS(4182), + [anon_sym_get] = ACTIONS(4182), + [anon_sym_set] = ACTIONS(4182), + [anon_sym_this] = ACTIONS(4182), + [anon_sym_super] = ACTIONS(4182), + [anon_sym_STAR] = ACTIONS(4184), + [sym_label] = ACTIONS(4182), + [anon_sym_for] = ACTIONS(4182), + [anon_sym_while] = ACTIONS(4182), + [anon_sym_do] = ACTIONS(4182), + [anon_sym_null] = ACTIONS(4182), + [anon_sym_if] = ACTIONS(4182), + [anon_sym_when] = ACTIONS(4182), + [anon_sym_try] = ACTIONS(4182), + [anon_sym_throw] = ACTIONS(4182), + [anon_sym_return] = ACTIONS(4182), + [anon_sym_continue] = ACTIONS(4182), + [anon_sym_break] = ACTIONS(4182), + [anon_sym_COLON_COLON] = ACTIONS(4184), + [anon_sym_PLUS] = ACTIONS(4182), + [anon_sym_DASH] = ACTIONS(4182), + [anon_sym_PLUS_PLUS] = ACTIONS(4184), + [anon_sym_DASH_DASH] = ACTIONS(4184), + [anon_sym_BANG] = ACTIONS(4184), + [anon_sym_suspend] = ACTIONS(4182), + [anon_sym_sealed] = ACTIONS(4182), + [anon_sym_annotation] = ACTIONS(4182), + [anon_sym_data] = ACTIONS(4182), + [anon_sym_inner] = ACTIONS(4182), + [anon_sym_value] = ACTIONS(4182), + [anon_sym_override] = ACTIONS(4182), + [anon_sym_lateinit] = ACTIONS(4182), + [anon_sym_public] = ACTIONS(4182), + [anon_sym_private] = ACTIONS(4182), + [anon_sym_internal] = ACTIONS(4182), + [anon_sym_protected] = ACTIONS(4182), + [anon_sym_tailrec] = ACTIONS(4182), + [anon_sym_operator] = ACTIONS(4182), + [anon_sym_infix] = ACTIONS(4182), + [anon_sym_inline] = ACTIONS(4182), + [anon_sym_external] = ACTIONS(4182), + [sym_property_modifier] = ACTIONS(4182), + [anon_sym_abstract] = ACTIONS(4182), + [anon_sym_final] = ACTIONS(4182), + [anon_sym_open] = ACTIONS(4182), + [anon_sym_vararg] = ACTIONS(4182), + [anon_sym_noinline] = ACTIONS(4182), + [anon_sym_crossinline] = ACTIONS(4182), + [anon_sym_expect] = ACTIONS(4182), + [anon_sym_actual] = ACTIONS(4182), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4184), + [anon_sym_continue_AT] = ACTIONS(4184), + [anon_sym_break_AT] = ACTIONS(4184), + [anon_sym_this_AT] = ACTIONS(4184), + [anon_sym_super_AT] = ACTIONS(4184), + [sym_real_literal] = ACTIONS(4184), + [sym_integer_literal] = ACTIONS(4182), + [sym_hex_literal] = ACTIONS(4184), + [sym_bin_literal] = ACTIONS(4184), + [anon_sym_true] = ACTIONS(4182), + [anon_sym_false] = ACTIONS(4182), + [anon_sym_SQUOTE] = ACTIONS(4184), + [sym__backtick_identifier] = ACTIONS(4184), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4184), }, - [3619] = { - [sym__alpha_identifier] = ACTIONS(4179), - [anon_sym_AT] = ACTIONS(4181), - [anon_sym_LBRACK] = ACTIONS(4181), - [anon_sym_typealias] = ACTIONS(4179), - [anon_sym_class] = ACTIONS(4179), - [anon_sym_interface] = ACTIONS(4179), - [anon_sym_enum] = ACTIONS(4179), - [anon_sym_LBRACE] = ACTIONS(4181), - [anon_sym_LPAREN] = ACTIONS(4181), - [anon_sym_val] = ACTIONS(4179), - [anon_sym_var] = ACTIONS(4179), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_object] = ACTIONS(4179), - [anon_sym_fun] = ACTIONS(4179), - [anon_sym_DOT] = ACTIONS(4179), - [anon_sym_get] = ACTIONS(4179), - [anon_sym_set] = ACTIONS(4179), - [anon_sym_this] = ACTIONS(4179), - [anon_sym_super] = ACTIONS(4179), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4179), - [anon_sym_for] = ACTIONS(4179), - [anon_sym_while] = ACTIONS(4179), - [anon_sym_do] = ACTIONS(4179), - [anon_sym_null] = ACTIONS(4179), - [anon_sym_if] = ACTIONS(4179), - [anon_sym_when] = ACTIONS(4179), - [anon_sym_try] = ACTIONS(4179), - [anon_sym_throw] = ACTIONS(4179), - [anon_sym_return] = ACTIONS(4179), - [anon_sym_continue] = ACTIONS(4179), - [anon_sym_break] = ACTIONS(4179), - [anon_sym_COLON_COLON] = ACTIONS(4181), - [anon_sym_PLUS] = ACTIONS(4179), - [anon_sym_DASH] = ACTIONS(4179), - [anon_sym_PLUS_PLUS] = ACTIONS(4181), - [anon_sym_DASH_DASH] = ACTIONS(4181), - [anon_sym_BANG] = ACTIONS(4181), - [anon_sym_suspend] = ACTIONS(4179), - [anon_sym_sealed] = ACTIONS(4179), - [anon_sym_annotation] = ACTIONS(4179), - [anon_sym_data] = ACTIONS(4179), - [anon_sym_inner] = ACTIONS(4179), - [anon_sym_value] = ACTIONS(4179), - [anon_sym_override] = ACTIONS(4179), - [anon_sym_lateinit] = ACTIONS(4179), - [anon_sym_public] = ACTIONS(4179), - [anon_sym_private] = ACTIONS(4179), - [anon_sym_internal] = ACTIONS(4179), - [anon_sym_protected] = ACTIONS(4179), - [anon_sym_tailrec] = ACTIONS(4179), - [anon_sym_operator] = ACTIONS(4179), - [anon_sym_infix] = ACTIONS(4179), - [anon_sym_inline] = ACTIONS(4179), - [anon_sym_external] = ACTIONS(4179), - [sym_property_modifier] = ACTIONS(4179), - [anon_sym_abstract] = ACTIONS(4179), - [anon_sym_final] = ACTIONS(4179), - [anon_sym_open] = ACTIONS(4179), - [anon_sym_vararg] = ACTIONS(4179), - [anon_sym_noinline] = ACTIONS(4179), - [anon_sym_crossinline] = ACTIONS(4179), - [anon_sym_expect] = ACTIONS(4179), - [anon_sym_actual] = ACTIONS(4179), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4181), - [anon_sym_continue_AT] = ACTIONS(4181), - [anon_sym_break_AT] = ACTIONS(4181), - [anon_sym_this_AT] = ACTIONS(4181), - [anon_sym_super_AT] = ACTIONS(4181), - [sym_real_literal] = ACTIONS(4181), - [sym_integer_literal] = ACTIONS(4179), - [sym_hex_literal] = ACTIONS(4181), - [sym_bin_literal] = ACTIONS(4181), - [anon_sym_true] = ACTIONS(4179), - [anon_sym_false] = ACTIONS(4179), - [anon_sym_SQUOTE] = ACTIONS(4181), - [sym__backtick_identifier] = ACTIONS(4181), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4181), + [3660] = { + [sym_function_body] = STATE(3085), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4485), + [anon_sym_AT] = ACTIONS(4487), + [anon_sym_LBRACK] = ACTIONS(4487), + [anon_sym_as] = ACTIONS(4485), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4487), + [anon_sym_LPAREN] = ACTIONS(4487), + [anon_sym_COMMA] = ACTIONS(4487), + [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(4487), + [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_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(4487), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4487), + [anon_sym_super_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), }, - [3620] = { - [sym_function_body] = STATE(3995), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_COMMA] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_where] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4439), - [sym_label] = ACTIONS(4441), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_PLUS_EQ] = ACTIONS(4441), - [anon_sym_DASH_EQ] = ACTIONS(4441), - [anon_sym_STAR_EQ] = ACTIONS(4441), - [anon_sym_SLASH_EQ] = ACTIONS(4441), - [anon_sym_PERCENT_EQ] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4439), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_suspend] = ACTIONS(4439), - [anon_sym_sealed] = ACTIONS(4439), - [anon_sym_annotation] = ACTIONS(4439), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_override] = ACTIONS(4439), - [anon_sym_lateinit] = ACTIONS(4439), - [anon_sym_public] = ACTIONS(4439), - [anon_sym_private] = ACTIONS(4439), - [anon_sym_internal] = ACTIONS(4439), - [anon_sym_protected] = ACTIONS(4439), - [anon_sym_tailrec] = ACTIONS(4439), - [anon_sym_operator] = ACTIONS(4439), - [anon_sym_infix] = ACTIONS(4439), - [anon_sym_inline] = ACTIONS(4439), - [anon_sym_external] = ACTIONS(4439), - [sym_property_modifier] = ACTIONS(4439), - [anon_sym_abstract] = ACTIONS(4439), - [anon_sym_final] = ACTIONS(4439), - [anon_sym_open] = ACTIONS(4439), - [anon_sym_vararg] = ACTIONS(4439), - [anon_sym_noinline] = ACTIONS(4439), - [anon_sym_crossinline] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4441), - [sym__automatic_semicolon] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), + [3661] = { + [aux_sym_type_constraints_repeat1] = STATE(3607), + [sym__alpha_identifier] = ACTIONS(4418), + [anon_sym_AT] = ACTIONS(4420), + [anon_sym_LBRACK] = ACTIONS(4420), + [anon_sym_as] = ACTIONS(4418), + [anon_sym_EQ] = ACTIONS(4418), + [anon_sym_LBRACE] = ACTIONS(4420), + [anon_sym_RBRACE] = ACTIONS(4420), + [anon_sym_LPAREN] = ACTIONS(4420), + [anon_sym_COMMA] = ACTIONS(6946), + [anon_sym_by] = ACTIONS(4418), + [anon_sym_LT] = ACTIONS(4418), + [anon_sym_GT] = ACTIONS(4418), + [anon_sym_where] = ACTIONS(4418), + [anon_sym_DOT] = ACTIONS(4418), + [anon_sym_SEMI] = ACTIONS(4420), + [anon_sym_get] = ACTIONS(4418), + [anon_sym_set] = ACTIONS(4418), + [anon_sym_STAR] = ACTIONS(4418), + [sym_label] = ACTIONS(4420), + [anon_sym_in] = ACTIONS(4418), + [anon_sym_DOT_DOT] = ACTIONS(4420), + [anon_sym_QMARK_COLON] = ACTIONS(4420), + [anon_sym_AMP_AMP] = ACTIONS(4420), + [anon_sym_PIPE_PIPE] = ACTIONS(4420), + [anon_sym_else] = ACTIONS(4418), + [anon_sym_COLON_COLON] = ACTIONS(4420), + [anon_sym_PLUS_EQ] = ACTIONS(4420), + [anon_sym_DASH_EQ] = ACTIONS(4420), + [anon_sym_STAR_EQ] = ACTIONS(4420), + [anon_sym_SLASH_EQ] = ACTIONS(4420), + [anon_sym_PERCENT_EQ] = ACTIONS(4420), + [anon_sym_BANG_EQ] = ACTIONS(4418), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4420), + [anon_sym_EQ_EQ] = ACTIONS(4418), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4420), + [anon_sym_LT_EQ] = ACTIONS(4420), + [anon_sym_GT_EQ] = ACTIONS(4420), + [anon_sym_BANGin] = ACTIONS(4420), + [anon_sym_is] = ACTIONS(4418), + [anon_sym_BANGis] = ACTIONS(4420), + [anon_sym_PLUS] = ACTIONS(4418), + [anon_sym_DASH] = ACTIONS(4418), + [anon_sym_SLASH] = ACTIONS(4418), + [anon_sym_PERCENT] = ACTIONS(4418), + [anon_sym_as_QMARK] = ACTIONS(4420), + [anon_sym_PLUS_PLUS] = ACTIONS(4420), + [anon_sym_DASH_DASH] = ACTIONS(4420), + [anon_sym_BANG_BANG] = ACTIONS(4420), + [anon_sym_suspend] = ACTIONS(4418), + [anon_sym_sealed] = ACTIONS(4418), + [anon_sym_annotation] = ACTIONS(4418), + [anon_sym_data] = ACTIONS(4418), + [anon_sym_inner] = ACTIONS(4418), + [anon_sym_value] = ACTIONS(4418), + [anon_sym_override] = ACTIONS(4418), + [anon_sym_lateinit] = ACTIONS(4418), + [anon_sym_public] = ACTIONS(4418), + [anon_sym_private] = ACTIONS(4418), + [anon_sym_internal] = ACTIONS(4418), + [anon_sym_protected] = ACTIONS(4418), + [anon_sym_tailrec] = ACTIONS(4418), + [anon_sym_operator] = ACTIONS(4418), + [anon_sym_infix] = ACTIONS(4418), + [anon_sym_inline] = ACTIONS(4418), + [anon_sym_external] = ACTIONS(4418), + [sym_property_modifier] = ACTIONS(4418), + [anon_sym_abstract] = ACTIONS(4418), + [anon_sym_final] = ACTIONS(4418), + [anon_sym_open] = ACTIONS(4418), + [anon_sym_vararg] = ACTIONS(4418), + [anon_sym_noinline] = ACTIONS(4418), + [anon_sym_crossinline] = ACTIONS(4418), + [anon_sym_expect] = ACTIONS(4418), + [anon_sym_actual] = ACTIONS(4418), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4420), + [sym__automatic_semicolon] = ACTIONS(4420), + [sym_safe_nav] = ACTIONS(4420), [sym_multiline_comment] = ACTIONS(3), }, - [3621] = { - [sym_function_body] = STATE(3110), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_COMMA] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_where] = ACTIONS(4439), - [anon_sym_object] = ACTIONS(4439), - [anon_sym_fun] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_this] = ACTIONS(4439), - [anon_sym_super] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4441), - [sym_label] = ACTIONS(4439), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_null] = ACTIONS(4439), - [anon_sym_if] = ACTIONS(4439), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_when] = ACTIONS(4439), - [anon_sym_try] = ACTIONS(4439), - [anon_sym_throw] = ACTIONS(4439), - [anon_sym_return] = ACTIONS(4439), - [anon_sym_continue] = ACTIONS(4439), - [anon_sym_break] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4441), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG] = ACTIONS(4439), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4441), - [anon_sym_continue_AT] = ACTIONS(4441), - [anon_sym_break_AT] = ACTIONS(4441), - [anon_sym_this_AT] = ACTIONS(4441), - [anon_sym_super_AT] = ACTIONS(4441), - [sym_real_literal] = ACTIONS(4441), - [sym_integer_literal] = ACTIONS(4439), - [sym_hex_literal] = ACTIONS(4441), - [sym_bin_literal] = ACTIONS(4441), - [anon_sym_true] = ACTIONS(4439), - [anon_sym_false] = ACTIONS(4439), - [anon_sym_SQUOTE] = ACTIONS(4441), - [sym__backtick_identifier] = ACTIONS(4441), - [sym__automatic_semicolon] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4441), + [3662] = { + [sym_type_constraints] = STATE(3051), + [sym_enum_class_body] = STATE(3249), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(6991), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4245), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4245), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), }, - [3622] = { - [sym_class_body] = STATE(3967), - [sym_type_constraints] = STATE(3775), - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [sym_label] = ACTIONS(4361), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_suspend] = ACTIONS(4359), - [anon_sym_sealed] = ACTIONS(4359), - [anon_sym_annotation] = ACTIONS(4359), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_override] = ACTIONS(4359), - [anon_sym_lateinit] = ACTIONS(4359), - [anon_sym_public] = ACTIONS(4359), - [anon_sym_private] = ACTIONS(4359), - [anon_sym_internal] = ACTIONS(4359), - [anon_sym_protected] = ACTIONS(4359), - [anon_sym_tailrec] = ACTIONS(4359), - [anon_sym_operator] = ACTIONS(4359), - [anon_sym_infix] = ACTIONS(4359), - [anon_sym_inline] = ACTIONS(4359), - [anon_sym_external] = ACTIONS(4359), - [sym_property_modifier] = ACTIONS(4359), - [anon_sym_abstract] = ACTIONS(4359), - [anon_sym_final] = ACTIONS(4359), - [anon_sym_open] = ACTIONS(4359), - [anon_sym_vararg] = ACTIONS(4359), - [anon_sym_noinline] = ACTIONS(4359), - [anon_sym_crossinline] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4361), - [sym__automatic_semicolon] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), + [3663] = { + [sym_function_body] = STATE(3184), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4481), + [anon_sym_AT] = ACTIONS(4483), + [anon_sym_LBRACK] = ACTIONS(4483), + [anon_sym_as] = ACTIONS(4481), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [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(4483), + [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_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(4483), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4483), + [anon_sym_super_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), + }, + [3664] = { + [sym_type_constraints] = STATE(4011), + [sym_function_body] = STATE(3527), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_COLON] = ACTIONS(6993), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_RBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_RPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4153), + [anon_sym_DASH_GT] = ACTIONS(4153), + [sym_label] = ACTIONS(4153), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_while] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4153), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), [sym_multiline_comment] = ACTIONS(3), }, - [3623] = { - [aux_sym_type_constraints_repeat1] = STATE(3638), + [3665] = { + [sym_class_body] = STATE(4025), + [sym_type_constraints] = STATE(3821), [sym__alpha_identifier] = ACTIONS(4339), [anon_sym_AT] = ACTIONS(4341), [anon_sym_LBRACK] = ACTIONS(4341), [anon_sym_as] = ACTIONS(4339), [anon_sym_EQ] = ACTIONS(4339), - [anon_sym_LBRACE] = ACTIONS(4341), + [anon_sym_LBRACE] = ACTIONS(5796), [anon_sym_RBRACE] = ACTIONS(4341), [anon_sym_LPAREN] = ACTIONS(4341), - [anon_sym_COMMA] = ACTIONS(6956), - [anon_sym_by] = ACTIONS(4339), + [anon_sym_COMMA] = ACTIONS(4341), [anon_sym_LT] = ACTIONS(4339), [anon_sym_GT] = ACTIONS(4339), - [anon_sym_where] = ACTIONS(4339), + [anon_sym_where] = ACTIONS(5788), [anon_sym_DOT] = ACTIONS(4339), [anon_sym_SEMI] = ACTIONS(4341), [anon_sym_get] = ACTIONS(4339), @@ -414358,267 +417763,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4341), [sym_multiline_comment] = ACTIONS(3), }, - [3624] = { - [sym_type_constraints] = STATE(3772), - [sym_enum_class_body] = STATE(4002), - [sym__alpha_identifier] = ACTIONS(4467), - [anon_sym_AT] = ACTIONS(4469), - [anon_sym_LBRACK] = ACTIONS(4469), - [anon_sym_as] = ACTIONS(4467), - [anon_sym_EQ] = ACTIONS(4467), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4469), - [anon_sym_LPAREN] = ACTIONS(4469), - [anon_sym_COMMA] = ACTIONS(4469), - [anon_sym_LT] = ACTIONS(4467), - [anon_sym_GT] = ACTIONS(4467), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4467), - [anon_sym_SEMI] = ACTIONS(4469), - [anon_sym_get] = ACTIONS(4467), - [anon_sym_set] = ACTIONS(4467), - [anon_sym_STAR] = ACTIONS(4467), - [sym_label] = ACTIONS(4469), - [anon_sym_in] = ACTIONS(4467), - [anon_sym_DOT_DOT] = ACTIONS(4469), - [anon_sym_QMARK_COLON] = ACTIONS(4469), - [anon_sym_AMP_AMP] = ACTIONS(4469), - [anon_sym_PIPE_PIPE] = ACTIONS(4469), - [anon_sym_else] = ACTIONS(4467), - [anon_sym_COLON_COLON] = ACTIONS(4469), - [anon_sym_PLUS_EQ] = ACTIONS(4469), - [anon_sym_DASH_EQ] = ACTIONS(4469), - [anon_sym_STAR_EQ] = ACTIONS(4469), - [anon_sym_SLASH_EQ] = ACTIONS(4469), - [anon_sym_PERCENT_EQ] = ACTIONS(4469), - [anon_sym_BANG_EQ] = ACTIONS(4467), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4469), - [anon_sym_EQ_EQ] = ACTIONS(4467), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4469), - [anon_sym_LT_EQ] = ACTIONS(4469), - [anon_sym_GT_EQ] = ACTIONS(4469), - [anon_sym_BANGin] = ACTIONS(4469), - [anon_sym_is] = ACTIONS(4467), - [anon_sym_BANGis] = ACTIONS(4469), - [anon_sym_PLUS] = ACTIONS(4467), - [anon_sym_DASH] = ACTIONS(4467), - [anon_sym_SLASH] = ACTIONS(4467), - [anon_sym_PERCENT] = ACTIONS(4467), - [anon_sym_as_QMARK] = ACTIONS(4469), - [anon_sym_PLUS_PLUS] = ACTIONS(4469), - [anon_sym_DASH_DASH] = ACTIONS(4469), - [anon_sym_BANG_BANG] = ACTIONS(4469), - [anon_sym_suspend] = ACTIONS(4467), - [anon_sym_sealed] = ACTIONS(4467), - [anon_sym_annotation] = ACTIONS(4467), - [anon_sym_data] = ACTIONS(4467), - [anon_sym_inner] = ACTIONS(4467), - [anon_sym_value] = ACTIONS(4467), - [anon_sym_override] = ACTIONS(4467), - [anon_sym_lateinit] = ACTIONS(4467), - [anon_sym_public] = ACTIONS(4467), - [anon_sym_private] = ACTIONS(4467), - [anon_sym_internal] = ACTIONS(4467), - [anon_sym_protected] = ACTIONS(4467), - [anon_sym_tailrec] = ACTIONS(4467), - [anon_sym_operator] = ACTIONS(4467), - [anon_sym_infix] = ACTIONS(4467), - [anon_sym_inline] = ACTIONS(4467), - [anon_sym_external] = ACTIONS(4467), - [sym_property_modifier] = ACTIONS(4467), - [anon_sym_abstract] = ACTIONS(4467), - [anon_sym_final] = ACTIONS(4467), - [anon_sym_open] = ACTIONS(4467), - [anon_sym_vararg] = ACTIONS(4467), - [anon_sym_noinline] = ACTIONS(4467), - [anon_sym_crossinline] = ACTIONS(4467), - [anon_sym_expect] = ACTIONS(4467), - [anon_sym_actual] = ACTIONS(4467), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4469), - [sym__automatic_semicolon] = ACTIONS(4469), - [sym_safe_nav] = ACTIONS(4469), - [sym_multiline_comment] = ACTIONS(3), - }, - [3625] = { - [sym__alpha_identifier] = ACTIONS(4732), - [anon_sym_AT] = ACTIONS(4734), - [anon_sym_LBRACK] = ACTIONS(4734), - [anon_sym_EQ] = ACTIONS(4734), - [anon_sym_LBRACE] = ACTIONS(4734), - [anon_sym_RBRACE] = ACTIONS(4734), - [anon_sym_LPAREN] = ACTIONS(4734), - [anon_sym_by] = ACTIONS(4732), - [anon_sym_where] = ACTIONS(4732), - [anon_sym_object] = ACTIONS(4732), - [anon_sym_fun] = 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(4734), - [sym_label] = ACTIONS(4732), - [anon_sym_in] = ACTIONS(4732), - [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_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_PLUS_PLUS] = ACTIONS(4734), - [anon_sym_DASH_DASH] = ACTIONS(4734), - [anon_sym_BANG] = ACTIONS(4732), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4734), - [anon_sym_super_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_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4734), - }, - [3626] = { - [sym__alpha_identifier] = ACTIONS(4716), - [anon_sym_AT] = ACTIONS(4718), - [anon_sym_LBRACK] = ACTIONS(4718), - [anon_sym_EQ] = ACTIONS(4718), - [anon_sym_LBRACE] = ACTIONS(4718), - [anon_sym_RBRACE] = ACTIONS(4718), - [anon_sym_LPAREN] = ACTIONS(4718), - [anon_sym_by] = ACTIONS(4716), - [anon_sym_where] = ACTIONS(4716), - [anon_sym_object] = ACTIONS(4716), - [anon_sym_fun] = 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(4718), - [sym_label] = ACTIONS(4716), - [anon_sym_in] = ACTIONS(4716), - [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_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_PLUS_PLUS] = ACTIONS(4718), - [anon_sym_DASH_DASH] = ACTIONS(4718), - [anon_sym_BANG] = ACTIONS(4716), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4718), - [anon_sym_super_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_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4718), - }, - [3627] = { + [3666] = { + [sym_class_body] = STATE(3901), + [sym_type_constraints] = STATE(3773), [sym__alpha_identifier] = ACTIONS(4489), [anon_sym_AT] = ACTIONS(4491), - [anon_sym_COLON] = ACTIONS(4489), [anon_sym_LBRACK] = ACTIONS(4491), [anon_sym_as] = ACTIONS(4489), [anon_sym_EQ] = ACTIONS(4489), - [anon_sym_constructor] = ACTIONS(4489), - [anon_sym_LBRACE] = ACTIONS(4491), + [anon_sym_LBRACE] = ACTIONS(5796), [anon_sym_RBRACE] = ACTIONS(4491), [anon_sym_LPAREN] = ACTIONS(4491), [anon_sym_COMMA] = ACTIONS(4491), [anon_sym_LT] = ACTIONS(4489), [anon_sym_GT] = ACTIONS(4489), - [anon_sym_where] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(5788), [anon_sym_DOT] = ACTIONS(4489), [anon_sym_SEMI] = ACTIONS(4491), [anon_sym_get] = ACTIONS(4489), @@ -414686,2965 +417845,507 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4491), [sym_multiline_comment] = ACTIONS(3), }, - [3628] = { - [ts_builtin_sym_end] = ACTIONS(6958), - [sym__alpha_identifier] = ACTIONS(6960), - [anon_sym_AT] = ACTIONS(6958), - [anon_sym_LBRACK] = ACTIONS(6958), - [anon_sym_import] = ACTIONS(6960), - [anon_sym_typealias] = ACTIONS(6960), - [anon_sym_class] = ACTIONS(6960), - [anon_sym_interface] = ACTIONS(6960), - [anon_sym_enum] = ACTIONS(6960), - [anon_sym_LBRACE] = ACTIONS(6958), - [anon_sym_LPAREN] = ACTIONS(6958), - [anon_sym_val] = ACTIONS(6960), - [anon_sym_var] = ACTIONS(6960), - [anon_sym_object] = ACTIONS(6960), - [anon_sym_fun] = ACTIONS(6960), - [anon_sym_get] = ACTIONS(6960), - [anon_sym_set] = ACTIONS(6960), - [anon_sym_this] = ACTIONS(6960), - [anon_sym_super] = ACTIONS(6960), - [anon_sym_STAR] = ACTIONS(6958), - [sym_label] = ACTIONS(6960), - [anon_sym_for] = ACTIONS(6960), - [anon_sym_while] = ACTIONS(6960), - [anon_sym_do] = ACTIONS(6960), - [anon_sym_null] = ACTIONS(6960), - [anon_sym_if] = ACTIONS(6960), - [anon_sym_when] = ACTIONS(6960), - [anon_sym_try] = ACTIONS(6960), - [anon_sym_throw] = ACTIONS(6960), - [anon_sym_return] = ACTIONS(6960), - [anon_sym_continue] = ACTIONS(6960), - [anon_sym_break] = ACTIONS(6960), - [anon_sym_COLON_COLON] = ACTIONS(6958), - [anon_sym_PLUS] = ACTIONS(6960), - [anon_sym_DASH] = ACTIONS(6960), - [anon_sym_PLUS_PLUS] = ACTIONS(6958), - [anon_sym_DASH_DASH] = ACTIONS(6958), - [anon_sym_BANG] = ACTIONS(6958), - [anon_sym_suspend] = ACTIONS(6960), - [anon_sym_sealed] = ACTIONS(6960), - [anon_sym_annotation] = ACTIONS(6960), - [anon_sym_data] = ACTIONS(6960), - [anon_sym_inner] = ACTIONS(6960), - [anon_sym_value] = ACTIONS(6960), - [anon_sym_override] = ACTIONS(6960), - [anon_sym_lateinit] = ACTIONS(6960), - [anon_sym_public] = ACTIONS(6960), - [anon_sym_private] = ACTIONS(6960), - [anon_sym_internal] = ACTIONS(6960), - [anon_sym_protected] = ACTIONS(6960), - [anon_sym_tailrec] = ACTIONS(6960), - [anon_sym_operator] = ACTIONS(6960), - [anon_sym_infix] = ACTIONS(6960), - [anon_sym_inline] = ACTIONS(6960), - [anon_sym_external] = ACTIONS(6960), - [sym_property_modifier] = ACTIONS(6960), - [anon_sym_abstract] = ACTIONS(6960), - [anon_sym_final] = ACTIONS(6960), - [anon_sym_open] = ACTIONS(6960), - [anon_sym_vararg] = ACTIONS(6960), - [anon_sym_noinline] = ACTIONS(6960), - [anon_sym_crossinline] = ACTIONS(6960), - [anon_sym_expect] = ACTIONS(6960), - [anon_sym_actual] = ACTIONS(6960), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(6958), - [anon_sym_continue_AT] = ACTIONS(6958), - [anon_sym_break_AT] = ACTIONS(6958), - [anon_sym_this_AT] = ACTIONS(6958), - [anon_sym_super_AT] = ACTIONS(6958), - [sym_real_literal] = ACTIONS(6958), - [sym_integer_literal] = ACTIONS(6960), - [sym_hex_literal] = ACTIONS(6958), - [sym_bin_literal] = ACTIONS(6958), - [anon_sym_true] = ACTIONS(6960), - [anon_sym_false] = ACTIONS(6960), - [anon_sym_SQUOTE] = ACTIONS(6958), - [sym__backtick_identifier] = ACTIONS(6958), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(6958), - }, - [3629] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3639), - [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(6962), - [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_value] = 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), - }, - [3630] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4009), - [anon_sym_COLON] = ACTIONS(4004), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_constructor] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_COMMA] = ACTIONS(4009), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_get] = ACTIONS(4004), - [anon_sym_set] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4004), - [sym_label] = ACTIONS(4009), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [anon_sym_suspend] = ACTIONS(4004), - [anon_sym_sealed] = ACTIONS(4004), - [anon_sym_annotation] = ACTIONS(4004), - [anon_sym_data] = ACTIONS(4004), - [anon_sym_inner] = ACTIONS(4004), - [anon_sym_value] = ACTIONS(4004), - [anon_sym_override] = ACTIONS(4004), - [anon_sym_lateinit] = ACTIONS(4004), - [anon_sym_public] = ACTIONS(4004), - [anon_sym_private] = ACTIONS(4004), - [anon_sym_internal] = ACTIONS(4004), - [anon_sym_protected] = ACTIONS(4004), - [anon_sym_tailrec] = ACTIONS(4004), - [anon_sym_operator] = ACTIONS(4004), - [anon_sym_infix] = ACTIONS(4004), - [anon_sym_inline] = ACTIONS(4004), - [anon_sym_external] = ACTIONS(4004), - [sym_property_modifier] = ACTIONS(4004), - [anon_sym_abstract] = ACTIONS(4004), - [anon_sym_final] = ACTIONS(4004), - [anon_sym_open] = ACTIONS(4004), - [anon_sym_vararg] = ACTIONS(4004), - [anon_sym_noinline] = ACTIONS(4004), - [anon_sym_crossinline] = ACTIONS(4004), - [anon_sym_expect] = ACTIONS(4004), - [anon_sym_actual] = ACTIONS(4004), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4009), - [sym__automatic_semicolon] = ACTIONS(4009), - [sym_safe_nav] = ACTIONS(4009), - [sym_multiline_comment] = ACTIONS(3), - }, - [3631] = { - [sym_function_body] = STATE(4027), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [sym_label] = ACTIONS(4301), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), - [sym_multiline_comment] = ACTIONS(3), - }, - [3632] = { - [aux_sym_user_type_repeat1] = STATE(3676), - [sym__alpha_identifier] = ACTIONS(4153), - [anon_sym_AT] = ACTIONS(4155), - [anon_sym_LBRACK] = ACTIONS(4155), - [anon_sym_typealias] = ACTIONS(4153), - [anon_sym_class] = ACTIONS(4153), - [anon_sym_interface] = ACTIONS(4153), - [anon_sym_enum] = ACTIONS(4153), - [anon_sym_LBRACE] = ACTIONS(4155), - [anon_sym_LPAREN] = ACTIONS(4155), - [anon_sym_val] = ACTIONS(4153), - [anon_sym_var] = ACTIONS(4153), - [anon_sym_object] = ACTIONS(4153), - [anon_sym_fun] = ACTIONS(4153), - [anon_sym_DOT] = ACTIONS(6964), - [anon_sym_get] = ACTIONS(4153), - [anon_sym_set] = ACTIONS(4153), - [anon_sym_this] = ACTIONS(4153), - [anon_sym_super] = ACTIONS(4153), - [anon_sym_STAR] = ACTIONS(4155), - [sym_label] = ACTIONS(4153), - [anon_sym_for] = ACTIONS(4153), - [anon_sym_while] = ACTIONS(4153), - [anon_sym_do] = ACTIONS(4153), - [anon_sym_null] = ACTIONS(4153), - [anon_sym_if] = ACTIONS(4153), - [anon_sym_when] = ACTIONS(4153), - [anon_sym_try] = ACTIONS(4153), - [anon_sym_throw] = ACTIONS(4153), - [anon_sym_return] = ACTIONS(4153), - [anon_sym_continue] = ACTIONS(4153), - [anon_sym_break] = ACTIONS(4153), - [anon_sym_COLON_COLON] = ACTIONS(4155), - [anon_sym_PLUS] = ACTIONS(4153), - [anon_sym_DASH] = ACTIONS(4153), - [anon_sym_PLUS_PLUS] = ACTIONS(4155), - [anon_sym_DASH_DASH] = ACTIONS(4155), - [anon_sym_BANG] = ACTIONS(4155), - [anon_sym_suspend] = ACTIONS(4153), - [anon_sym_sealed] = ACTIONS(4153), - [anon_sym_annotation] = ACTIONS(4153), - [anon_sym_data] = ACTIONS(4153), - [anon_sym_inner] = ACTIONS(4153), - [anon_sym_value] = ACTIONS(4153), - [anon_sym_override] = ACTIONS(4153), - [anon_sym_lateinit] = ACTIONS(4153), - [anon_sym_public] = ACTIONS(4153), - [anon_sym_private] = ACTIONS(4153), - [anon_sym_internal] = ACTIONS(4153), - [anon_sym_protected] = ACTIONS(4153), - [anon_sym_tailrec] = ACTIONS(4153), - [anon_sym_operator] = ACTIONS(4153), - [anon_sym_infix] = ACTIONS(4153), - [anon_sym_inline] = ACTIONS(4153), - [anon_sym_external] = ACTIONS(4153), - [sym_property_modifier] = ACTIONS(4153), - [anon_sym_abstract] = ACTIONS(4153), - [anon_sym_final] = ACTIONS(4153), - [anon_sym_open] = ACTIONS(4153), - [anon_sym_vararg] = ACTIONS(4153), - [anon_sym_noinline] = ACTIONS(4153), - [anon_sym_crossinline] = ACTIONS(4153), - [anon_sym_expect] = ACTIONS(4153), - [anon_sym_actual] = ACTIONS(4153), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4155), - [anon_sym_continue_AT] = ACTIONS(4155), - [anon_sym_break_AT] = ACTIONS(4155), - [anon_sym_this_AT] = ACTIONS(4155), - [anon_sym_super_AT] = ACTIONS(4155), - [sym_real_literal] = ACTIONS(4155), - [sym_integer_literal] = ACTIONS(4153), - [sym_hex_literal] = ACTIONS(4155), - [sym_bin_literal] = ACTIONS(4155), - [anon_sym_true] = ACTIONS(4153), - [anon_sym_false] = ACTIONS(4153), - [anon_sym_SQUOTE] = ACTIONS(4155), - [sym__backtick_identifier] = ACTIONS(4155), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4155), - }, - [3633] = { - [sym_function_body] = STATE(3942), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [sym_label] = ACTIONS(4297), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), - [sym_multiline_comment] = ACTIONS(3), - }, - [3634] = { - [sym__alpha_identifier] = ACTIONS(4477), - [anon_sym_AT] = ACTIONS(4479), - [anon_sym_LBRACK] = ACTIONS(4479), - [anon_sym_as] = ACTIONS(4812), - [anon_sym_EQ] = ACTIONS(4812), - [anon_sym_LBRACE] = ACTIONS(4479), - [anon_sym_RBRACE] = ACTIONS(4479), - [anon_sym_LPAREN] = ACTIONS(4479), - [anon_sym_LT] = ACTIONS(4812), - [anon_sym_GT] = ACTIONS(4812), - [anon_sym_object] = ACTIONS(4477), - [anon_sym_fun] = ACTIONS(4477), - [anon_sym_DOT] = ACTIONS(4812), - [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(4814), - [anon_sym_QMARK_COLON] = ACTIONS(4814), - [anon_sym_AMP_AMP] = ACTIONS(4814), - [anon_sym_PIPE_PIPE] = ACTIONS(4814), - [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(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(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(4812), - [anon_sym_PERCENT] = ACTIONS(4812), - [anon_sym_as_QMARK] = ACTIONS(4814), - [anon_sym_PLUS_PLUS] = ACTIONS(4479), - [anon_sym_DASH_DASH] = ACTIONS(4479), - [anon_sym_BANG] = ACTIONS(4477), - [anon_sym_BANG_BANG] = ACTIONS(4814), - [anon_sym_data] = ACTIONS(4477), - [anon_sym_inner] = ACTIONS(4477), - [anon_sym_value] = 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), - [anon_sym_this_AT] = ACTIONS(4479), - [anon_sym_super_AT] = ACTIONS(4479), - [sym_real_literal] = ACTIONS(4479), - [sym_integer_literal] = ACTIONS(4477), - [sym_hex_literal] = ACTIONS(4479), - [sym_bin_literal] = ACTIONS(4479), - [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(4814), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4479), - }, - [3635] = { - [sym_class_body] = STATE(3861), - [sym_type_constraints] = STATE(3816), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - }, - [3636] = { - [aux_sym_user_type_repeat1] = STATE(3319), - [sym__alpha_identifier] = ACTIONS(4193), - [anon_sym_AT] = ACTIONS(4195), - [anon_sym_LBRACK] = ACTIONS(4195), - [anon_sym_as] = ACTIONS(4193), - [anon_sym_EQ] = ACTIONS(4193), - [anon_sym_LBRACE] = ACTIONS(4195), - [anon_sym_RBRACE] = ACTIONS(4195), - [anon_sym_LPAREN] = ACTIONS(4195), - [anon_sym_COMMA] = ACTIONS(4195), - [anon_sym_by] = ACTIONS(4193), - [anon_sym_LT] = ACTIONS(4193), - [anon_sym_GT] = ACTIONS(4193), - [anon_sym_where] = ACTIONS(4193), - [anon_sym_DOT] = ACTIONS(6966), - [anon_sym_SEMI] = ACTIONS(4195), - [anon_sym_get] = ACTIONS(4193), - [anon_sym_set] = ACTIONS(4193), - [anon_sym_STAR] = ACTIONS(4193), - [sym_label] = ACTIONS(4195), - [anon_sym_in] = ACTIONS(4193), - [anon_sym_DOT_DOT] = ACTIONS(4195), - [anon_sym_QMARK_COLON] = ACTIONS(4195), - [anon_sym_AMP_AMP] = ACTIONS(4195), - [anon_sym_PIPE_PIPE] = ACTIONS(4195), - [anon_sym_else] = ACTIONS(4193), - [anon_sym_COLON_COLON] = ACTIONS(4195), - [anon_sym_PLUS_EQ] = ACTIONS(4195), - [anon_sym_DASH_EQ] = ACTIONS(4195), - [anon_sym_STAR_EQ] = ACTIONS(4195), - [anon_sym_SLASH_EQ] = ACTIONS(4195), - [anon_sym_PERCENT_EQ] = ACTIONS(4195), - [anon_sym_BANG_EQ] = ACTIONS(4193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4195), - [anon_sym_EQ_EQ] = ACTIONS(4193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4195), - [anon_sym_LT_EQ] = ACTIONS(4195), - [anon_sym_GT_EQ] = ACTIONS(4195), - [anon_sym_BANGin] = ACTIONS(4195), - [anon_sym_is] = ACTIONS(4193), - [anon_sym_BANGis] = ACTIONS(4195), - [anon_sym_PLUS] = ACTIONS(4193), - [anon_sym_DASH] = ACTIONS(4193), - [anon_sym_SLASH] = ACTIONS(4193), - [anon_sym_PERCENT] = ACTIONS(4193), - [anon_sym_as_QMARK] = ACTIONS(4195), - [anon_sym_PLUS_PLUS] = ACTIONS(4195), - [anon_sym_DASH_DASH] = ACTIONS(4195), - [anon_sym_BANG_BANG] = ACTIONS(4195), - [anon_sym_suspend] = ACTIONS(4193), - [anon_sym_sealed] = ACTIONS(4193), - [anon_sym_annotation] = ACTIONS(4193), - [anon_sym_data] = ACTIONS(4193), - [anon_sym_inner] = ACTIONS(4193), - [anon_sym_value] = ACTIONS(4193), - [anon_sym_override] = ACTIONS(4193), - [anon_sym_lateinit] = ACTIONS(4193), - [anon_sym_public] = ACTIONS(4193), - [anon_sym_private] = ACTIONS(4193), - [anon_sym_internal] = ACTIONS(4193), - [anon_sym_protected] = ACTIONS(4193), - [anon_sym_tailrec] = ACTIONS(4193), - [anon_sym_operator] = ACTIONS(4193), - [anon_sym_infix] = ACTIONS(4193), - [anon_sym_inline] = ACTIONS(4193), - [anon_sym_external] = ACTIONS(4193), - [sym_property_modifier] = ACTIONS(4193), - [anon_sym_abstract] = ACTIONS(4193), - [anon_sym_final] = ACTIONS(4193), - [anon_sym_open] = ACTIONS(4193), - [anon_sym_vararg] = ACTIONS(4193), - [anon_sym_noinline] = ACTIONS(4193), - [anon_sym_crossinline] = ACTIONS(4193), - [anon_sym_expect] = ACTIONS(4193), - [anon_sym_actual] = ACTIONS(4193), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4195), - [sym__automatic_semicolon] = ACTIONS(4195), - [sym_safe_nav] = ACTIONS(4195), - [sym_multiline_comment] = ACTIONS(3), - }, - [3637] = { - [ts_builtin_sym_end] = ACTIONS(6969), - [sym__alpha_identifier] = ACTIONS(6971), - [anon_sym_AT] = ACTIONS(6969), - [anon_sym_LBRACK] = ACTIONS(6969), - [anon_sym_import] = ACTIONS(6971), - [anon_sym_typealias] = ACTIONS(6971), - [anon_sym_class] = ACTIONS(6971), - [anon_sym_interface] = ACTIONS(6971), - [anon_sym_enum] = ACTIONS(6971), - [anon_sym_LBRACE] = ACTIONS(6969), - [anon_sym_LPAREN] = ACTIONS(6969), - [anon_sym_val] = ACTIONS(6971), - [anon_sym_var] = ACTIONS(6971), - [anon_sym_object] = ACTIONS(6971), - [anon_sym_fun] = ACTIONS(6971), - [anon_sym_get] = ACTIONS(6971), - [anon_sym_set] = ACTIONS(6971), - [anon_sym_this] = ACTIONS(6971), - [anon_sym_super] = ACTIONS(6971), - [anon_sym_STAR] = ACTIONS(6969), - [sym_label] = ACTIONS(6971), - [anon_sym_for] = ACTIONS(6971), - [anon_sym_while] = ACTIONS(6971), - [anon_sym_do] = ACTIONS(6971), - [anon_sym_null] = ACTIONS(6971), - [anon_sym_if] = ACTIONS(6971), - [anon_sym_when] = ACTIONS(6971), - [anon_sym_try] = ACTIONS(6971), - [anon_sym_throw] = ACTIONS(6971), - [anon_sym_return] = ACTIONS(6971), - [anon_sym_continue] = ACTIONS(6971), - [anon_sym_break] = ACTIONS(6971), - [anon_sym_COLON_COLON] = ACTIONS(6969), - [anon_sym_PLUS] = ACTIONS(6971), - [anon_sym_DASH] = ACTIONS(6971), - [anon_sym_PLUS_PLUS] = ACTIONS(6969), - [anon_sym_DASH_DASH] = ACTIONS(6969), - [anon_sym_BANG] = ACTIONS(6969), - [anon_sym_suspend] = ACTIONS(6971), - [anon_sym_sealed] = ACTIONS(6971), - [anon_sym_annotation] = ACTIONS(6971), - [anon_sym_data] = ACTIONS(6971), - [anon_sym_inner] = ACTIONS(6971), - [anon_sym_value] = ACTIONS(6971), - [anon_sym_override] = ACTIONS(6971), - [anon_sym_lateinit] = ACTIONS(6971), - [anon_sym_public] = ACTIONS(6971), - [anon_sym_private] = ACTIONS(6971), - [anon_sym_internal] = ACTIONS(6971), - [anon_sym_protected] = ACTIONS(6971), - [anon_sym_tailrec] = ACTIONS(6971), - [anon_sym_operator] = ACTIONS(6971), - [anon_sym_infix] = ACTIONS(6971), - [anon_sym_inline] = ACTIONS(6971), - [anon_sym_external] = ACTIONS(6971), - [sym_property_modifier] = ACTIONS(6971), - [anon_sym_abstract] = ACTIONS(6971), - [anon_sym_final] = ACTIONS(6971), - [anon_sym_open] = ACTIONS(6971), - [anon_sym_vararg] = ACTIONS(6971), - [anon_sym_noinline] = ACTIONS(6971), - [anon_sym_crossinline] = ACTIONS(6971), - [anon_sym_expect] = ACTIONS(6971), - [anon_sym_actual] = ACTIONS(6971), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(6969), - [anon_sym_continue_AT] = ACTIONS(6969), - [anon_sym_break_AT] = ACTIONS(6969), - [anon_sym_this_AT] = ACTIONS(6969), - [anon_sym_super_AT] = ACTIONS(6969), - [sym_real_literal] = ACTIONS(6969), - [sym_integer_literal] = ACTIONS(6971), - [sym_hex_literal] = ACTIONS(6969), - [sym_bin_literal] = ACTIONS(6969), - [anon_sym_true] = ACTIONS(6971), - [anon_sym_false] = ACTIONS(6971), - [anon_sym_SQUOTE] = ACTIONS(6969), - [sym__backtick_identifier] = ACTIONS(6969), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(6969), - }, - [3638] = { - [aux_sym_type_constraints_repeat1] = STATE(3651), - [sym__alpha_identifier] = ACTIONS(4424), - [anon_sym_AT] = ACTIONS(4426), - [anon_sym_LBRACK] = ACTIONS(4426), - [anon_sym_as] = ACTIONS(4424), - [anon_sym_EQ] = ACTIONS(4424), - [anon_sym_LBRACE] = ACTIONS(4426), - [anon_sym_RBRACE] = ACTIONS(4426), - [anon_sym_LPAREN] = ACTIONS(4426), - [anon_sym_COMMA] = ACTIONS(6956), - [anon_sym_by] = ACTIONS(4424), - [anon_sym_LT] = ACTIONS(4424), - [anon_sym_GT] = ACTIONS(4424), - [anon_sym_where] = ACTIONS(4424), - [anon_sym_DOT] = ACTIONS(4424), - [anon_sym_SEMI] = ACTIONS(4426), - [anon_sym_get] = ACTIONS(4424), - [anon_sym_set] = ACTIONS(4424), - [anon_sym_STAR] = ACTIONS(4424), - [sym_label] = ACTIONS(4426), - [anon_sym_in] = ACTIONS(4424), - [anon_sym_DOT_DOT] = ACTIONS(4426), - [anon_sym_QMARK_COLON] = ACTIONS(4426), - [anon_sym_AMP_AMP] = ACTIONS(4426), - [anon_sym_PIPE_PIPE] = ACTIONS(4426), - [anon_sym_else] = ACTIONS(4424), - [anon_sym_COLON_COLON] = ACTIONS(4426), - [anon_sym_PLUS_EQ] = ACTIONS(4426), - [anon_sym_DASH_EQ] = ACTIONS(4426), - [anon_sym_STAR_EQ] = ACTIONS(4426), - [anon_sym_SLASH_EQ] = ACTIONS(4426), - [anon_sym_PERCENT_EQ] = ACTIONS(4426), - [anon_sym_BANG_EQ] = ACTIONS(4424), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4426), - [anon_sym_EQ_EQ] = ACTIONS(4424), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4426), - [anon_sym_LT_EQ] = ACTIONS(4426), - [anon_sym_GT_EQ] = ACTIONS(4426), - [anon_sym_BANGin] = ACTIONS(4426), - [anon_sym_is] = ACTIONS(4424), - [anon_sym_BANGis] = ACTIONS(4426), - [anon_sym_PLUS] = ACTIONS(4424), - [anon_sym_DASH] = ACTIONS(4424), - [anon_sym_SLASH] = ACTIONS(4424), - [anon_sym_PERCENT] = ACTIONS(4424), - [anon_sym_as_QMARK] = ACTIONS(4426), - [anon_sym_PLUS_PLUS] = ACTIONS(4426), - [anon_sym_DASH_DASH] = ACTIONS(4426), - [anon_sym_BANG_BANG] = ACTIONS(4426), - [anon_sym_suspend] = ACTIONS(4424), - [anon_sym_sealed] = ACTIONS(4424), - [anon_sym_annotation] = ACTIONS(4424), - [anon_sym_data] = ACTIONS(4424), - [anon_sym_inner] = ACTIONS(4424), - [anon_sym_value] = ACTIONS(4424), - [anon_sym_override] = ACTIONS(4424), - [anon_sym_lateinit] = ACTIONS(4424), - [anon_sym_public] = ACTIONS(4424), - [anon_sym_private] = ACTIONS(4424), - [anon_sym_internal] = ACTIONS(4424), - [anon_sym_protected] = ACTIONS(4424), - [anon_sym_tailrec] = ACTIONS(4424), - [anon_sym_operator] = ACTIONS(4424), - [anon_sym_infix] = ACTIONS(4424), - [anon_sym_inline] = ACTIONS(4424), - [anon_sym_external] = ACTIONS(4424), - [sym_property_modifier] = ACTIONS(4424), - [anon_sym_abstract] = ACTIONS(4424), - [anon_sym_final] = ACTIONS(4424), - [anon_sym_open] = ACTIONS(4424), - [anon_sym_vararg] = ACTIONS(4424), - [anon_sym_noinline] = ACTIONS(4424), - [anon_sym_crossinline] = ACTIONS(4424), - [anon_sym_expect] = ACTIONS(4424), - [anon_sym_actual] = ACTIONS(4424), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4426), - [sym__automatic_semicolon] = ACTIONS(4426), - [sym_safe_nav] = ACTIONS(4426), - [sym_multiline_comment] = ACTIONS(3), - }, - [3639] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3295), - [sym__alpha_identifier] = ACTIONS(4736), - [anon_sym_AT] = ACTIONS(4738), - [anon_sym_LBRACK] = ACTIONS(4738), - [anon_sym_as] = ACTIONS(4736), - [anon_sym_EQ] = ACTIONS(4736), - [anon_sym_LBRACE] = ACTIONS(4738), - [anon_sym_RBRACE] = ACTIONS(4738), - [anon_sym_LPAREN] = ACTIONS(4738), - [anon_sym_COMMA] = ACTIONS(6962), - [anon_sym_RPAREN] = ACTIONS(4738), - [anon_sym_LT] = ACTIONS(4736), - [anon_sym_GT] = ACTIONS(4736), - [anon_sym_where] = ACTIONS(4736), - [anon_sym_DOT] = ACTIONS(4736), - [anon_sym_SEMI] = ACTIONS(4738), - [anon_sym_get] = ACTIONS(4736), - [anon_sym_set] = ACTIONS(4736), - [anon_sym_STAR] = ACTIONS(4736), - [sym_label] = ACTIONS(4738), - [anon_sym_in] = ACTIONS(4736), - [anon_sym_while] = ACTIONS(4736), - [anon_sym_DOT_DOT] = ACTIONS(4738), - [anon_sym_QMARK_COLON] = ACTIONS(4738), - [anon_sym_AMP_AMP] = ACTIONS(4738), - [anon_sym_PIPE_PIPE] = ACTIONS(4738), - [anon_sym_else] = ACTIONS(4736), - [anon_sym_COLON_COLON] = ACTIONS(4738), - [anon_sym_PLUS_EQ] = ACTIONS(4738), - [anon_sym_DASH_EQ] = ACTIONS(4738), - [anon_sym_STAR_EQ] = ACTIONS(4738), - [anon_sym_SLASH_EQ] = ACTIONS(4738), - [anon_sym_PERCENT_EQ] = ACTIONS(4738), - [anon_sym_BANG_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4738), - [anon_sym_LT_EQ] = ACTIONS(4738), - [anon_sym_GT_EQ] = ACTIONS(4738), - [anon_sym_BANGin] = ACTIONS(4738), - [anon_sym_is] = ACTIONS(4736), - [anon_sym_BANGis] = ACTIONS(4738), - [anon_sym_PLUS] = ACTIONS(4736), - [anon_sym_DASH] = ACTIONS(4736), - [anon_sym_SLASH] = ACTIONS(4736), - [anon_sym_PERCENT] = ACTIONS(4736), - [anon_sym_as_QMARK] = ACTIONS(4738), - [anon_sym_PLUS_PLUS] = ACTIONS(4738), - [anon_sym_DASH_DASH] = ACTIONS(4738), - [anon_sym_BANG_BANG] = ACTIONS(4738), - [anon_sym_suspend] = ACTIONS(4736), - [anon_sym_sealed] = ACTIONS(4736), - [anon_sym_annotation] = ACTIONS(4736), - [anon_sym_data] = ACTIONS(4736), - [anon_sym_inner] = ACTIONS(4736), - [anon_sym_value] = ACTIONS(4736), - [anon_sym_override] = ACTIONS(4736), - [anon_sym_lateinit] = ACTIONS(4736), - [anon_sym_public] = ACTIONS(4736), - [anon_sym_private] = ACTIONS(4736), - [anon_sym_internal] = ACTIONS(4736), - [anon_sym_protected] = ACTIONS(4736), - [anon_sym_tailrec] = ACTIONS(4736), - [anon_sym_operator] = ACTIONS(4736), - [anon_sym_infix] = ACTIONS(4736), - [anon_sym_inline] = ACTIONS(4736), - [anon_sym_external] = ACTIONS(4736), - [sym_property_modifier] = ACTIONS(4736), - [anon_sym_abstract] = ACTIONS(4736), - [anon_sym_final] = ACTIONS(4736), - [anon_sym_open] = ACTIONS(4736), - [anon_sym_vararg] = ACTIONS(4736), - [anon_sym_noinline] = ACTIONS(4736), - [anon_sym_crossinline] = ACTIONS(4736), - [anon_sym_expect] = ACTIONS(4736), - [anon_sym_actual] = ACTIONS(4736), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4738), - [sym_safe_nav] = ACTIONS(4738), - [sym_multiline_comment] = ACTIONS(3), - }, - [3640] = { - [sym_function_body] = STATE(3115), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(4299), - [anon_sym_object] = ACTIONS(4299), - [anon_sym_fun] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_this] = ACTIONS(4299), - [anon_sym_super] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4301), - [sym_label] = ACTIONS(4299), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_null] = ACTIONS(4299), - [anon_sym_if] = ACTIONS(4299), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_when] = ACTIONS(4299), - [anon_sym_try] = ACTIONS(4299), - [anon_sym_throw] = ACTIONS(4299), - [anon_sym_return] = ACTIONS(4299), - [anon_sym_continue] = ACTIONS(4299), - [anon_sym_break] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4301), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG] = ACTIONS(4299), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4301), - [anon_sym_continue_AT] = ACTIONS(4301), - [anon_sym_break_AT] = ACTIONS(4301), - [anon_sym_this_AT] = ACTIONS(4301), - [anon_sym_super_AT] = ACTIONS(4301), - [sym_real_literal] = ACTIONS(4301), - [sym_integer_literal] = ACTIONS(4299), - [sym_hex_literal] = ACTIONS(4301), - [sym_bin_literal] = ACTIONS(4301), - [anon_sym_true] = ACTIONS(4299), - [anon_sym_false] = ACTIONS(4299), - [anon_sym_SQUOTE] = ACTIONS(4301), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4301), - }, - [3641] = { - [sym_function_body] = STATE(3121), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(4295), - [anon_sym_object] = ACTIONS(4295), - [anon_sym_fun] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_this] = ACTIONS(4295), - [anon_sym_super] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4297), - [sym_label] = ACTIONS(4295), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_null] = ACTIONS(4295), - [anon_sym_if] = ACTIONS(4295), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_when] = ACTIONS(4295), - [anon_sym_try] = ACTIONS(4295), - [anon_sym_throw] = ACTIONS(4295), - [anon_sym_return] = ACTIONS(4295), - [anon_sym_continue] = ACTIONS(4295), - [anon_sym_break] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4297), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4297), - [anon_sym_continue_AT] = ACTIONS(4297), - [anon_sym_break_AT] = ACTIONS(4297), - [anon_sym_this_AT] = ACTIONS(4297), - [anon_sym_super_AT] = ACTIONS(4297), - [sym_real_literal] = ACTIONS(4297), - [sym_integer_literal] = ACTIONS(4295), - [sym_hex_literal] = ACTIONS(4297), - [sym_bin_literal] = ACTIONS(4297), - [anon_sym_true] = ACTIONS(4295), - [anon_sym_false] = ACTIONS(4295), - [anon_sym_SQUOTE] = ACTIONS(4297), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4297), - }, - [3642] = { - [sym__alpha_identifier] = ACTIONS(4702), - [anon_sym_AT] = ACTIONS(4704), - [anon_sym_LBRACK] = ACTIONS(4704), - [anon_sym_EQ] = ACTIONS(4704), - [anon_sym_LBRACE] = ACTIONS(4704), - [anon_sym_RBRACE] = ACTIONS(4704), - [anon_sym_LPAREN] = ACTIONS(4704), - [anon_sym_by] = ACTIONS(4702), - [anon_sym_where] = ACTIONS(4702), - [anon_sym_object] = ACTIONS(4702), - [anon_sym_fun] = ACTIONS(4702), - [anon_sym_SEMI] = ACTIONS(4704), - [anon_sym_get] = ACTIONS(4702), - [anon_sym_set] = ACTIONS(4702), - [anon_sym_this] = ACTIONS(4702), - [anon_sym_super] = ACTIONS(4702), - [anon_sym_STAR] = ACTIONS(4704), - [sym_label] = ACTIONS(4702), - [anon_sym_in] = ACTIONS(4702), - [anon_sym_null] = ACTIONS(4702), - [anon_sym_if] = ACTIONS(4702), - [anon_sym_else] = ACTIONS(4702), - [anon_sym_when] = ACTIONS(4702), - [anon_sym_try] = ACTIONS(4702), - [anon_sym_throw] = ACTIONS(4702), - [anon_sym_return] = ACTIONS(4702), - [anon_sym_continue] = ACTIONS(4702), - [anon_sym_break] = ACTIONS(4702), - [anon_sym_COLON_COLON] = ACTIONS(4704), - [anon_sym_BANGin] = ACTIONS(4704), - [anon_sym_is] = ACTIONS(4702), - [anon_sym_BANGis] = ACTIONS(4704), - [anon_sym_PLUS] = ACTIONS(4702), - [anon_sym_DASH] = ACTIONS(4702), - [anon_sym_PLUS_PLUS] = ACTIONS(4704), - [anon_sym_DASH_DASH] = ACTIONS(4704), - [anon_sym_BANG] = ACTIONS(4702), - [anon_sym_suspend] = ACTIONS(4702), - [anon_sym_sealed] = ACTIONS(4702), - [anon_sym_annotation] = ACTIONS(4702), - [anon_sym_data] = ACTIONS(4702), - [anon_sym_inner] = ACTIONS(4702), - [anon_sym_value] = ACTIONS(4702), - [anon_sym_override] = ACTIONS(4702), - [anon_sym_lateinit] = ACTIONS(4702), - [anon_sym_public] = ACTIONS(4702), - [anon_sym_private] = ACTIONS(4702), - [anon_sym_internal] = ACTIONS(4702), - [anon_sym_protected] = ACTIONS(4702), - [anon_sym_tailrec] = ACTIONS(4702), - [anon_sym_operator] = ACTIONS(4702), - [anon_sym_infix] = ACTIONS(4702), - [anon_sym_inline] = ACTIONS(4702), - [anon_sym_external] = ACTIONS(4702), - [sym_property_modifier] = ACTIONS(4702), - [anon_sym_abstract] = ACTIONS(4702), - [anon_sym_final] = ACTIONS(4702), - [anon_sym_open] = ACTIONS(4702), - [anon_sym_vararg] = ACTIONS(4702), - [anon_sym_noinline] = ACTIONS(4702), - [anon_sym_crossinline] = ACTIONS(4702), - [anon_sym_expect] = ACTIONS(4702), - [anon_sym_actual] = ACTIONS(4702), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4704), - [anon_sym_continue_AT] = ACTIONS(4704), - [anon_sym_break_AT] = ACTIONS(4704), - [anon_sym_this_AT] = ACTIONS(4704), - [anon_sym_super_AT] = ACTIONS(4704), - [sym_real_literal] = ACTIONS(4704), - [sym_integer_literal] = ACTIONS(4702), - [sym_hex_literal] = ACTIONS(4704), - [sym_bin_literal] = ACTIONS(4704), - [anon_sym_true] = ACTIONS(4702), - [anon_sym_false] = ACTIONS(4702), - [anon_sym_SQUOTE] = ACTIONS(4704), - [sym__backtick_identifier] = ACTIONS(4704), - [sym__automatic_semicolon] = ACTIONS(4704), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4704), - }, - [3643] = { - [sym_type_constraints] = STATE(3905), - [sym_function_body] = STATE(3846), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - }, - [3644] = { - [sym__alpha_identifier] = ACTIONS(4471), - [anon_sym_AT] = ACTIONS(4473), - [anon_sym_COLON] = ACTIONS(4471), - [anon_sym_LBRACK] = ACTIONS(4473), - [anon_sym_as] = ACTIONS(4471), - [anon_sym_EQ] = ACTIONS(4471), - [anon_sym_constructor] = ACTIONS(4471), - [anon_sym_LBRACE] = ACTIONS(4473), - [anon_sym_RBRACE] = ACTIONS(4473), - [anon_sym_LPAREN] = ACTIONS(4473), - [anon_sym_COMMA] = ACTIONS(4473), - [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), - [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_value] = 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), - }, - [3645] = { - [sym_function_body] = STATE(3159), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(4183), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), - }, - [3646] = { - [sym_function_body] = STATE(3220), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(4160), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), - }, - [3647] = { - [sym_function_body] = STATE(3982), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - }, - [3648] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4009), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_typealias] = ACTIONS(4004), - [anon_sym_class] = ACTIONS(4004), - [anon_sym_interface] = ACTIONS(4004), - [anon_sym_enum] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_val] = ACTIONS(4004), - [anon_sym_var] = ACTIONS(4004), - [anon_sym_LT] = ACTIONS(4009), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_get] = ACTIONS(4004), - [anon_sym_set] = ACTIONS(4004), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4009), - [sym_label] = ACTIONS(4004), - [anon_sym_for] = ACTIONS(4004), - [anon_sym_while] = ACTIONS(4004), - [anon_sym_do] = ACTIONS(4004), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG] = ACTIONS(4009), - [anon_sym_suspend] = ACTIONS(4004), - [anon_sym_sealed] = ACTIONS(4004), - [anon_sym_annotation] = ACTIONS(4004), - [anon_sym_data] = ACTIONS(4004), - [anon_sym_inner] = ACTIONS(4004), - [anon_sym_value] = ACTIONS(4004), - [anon_sym_override] = ACTIONS(4004), - [anon_sym_lateinit] = ACTIONS(4004), - [anon_sym_public] = ACTIONS(4004), - [anon_sym_private] = ACTIONS(4004), - [anon_sym_internal] = ACTIONS(4004), - [anon_sym_protected] = ACTIONS(4004), - [anon_sym_tailrec] = ACTIONS(4004), - [anon_sym_operator] = ACTIONS(4004), - [anon_sym_infix] = ACTIONS(4004), - [anon_sym_inline] = ACTIONS(4004), - [anon_sym_external] = ACTIONS(4004), - [sym_property_modifier] = ACTIONS(4004), - [anon_sym_abstract] = ACTIONS(4004), - [anon_sym_final] = ACTIONS(4004), - [anon_sym_open] = ACTIONS(4004), - [anon_sym_vararg] = ACTIONS(4004), - [anon_sym_noinline] = ACTIONS(4004), - [anon_sym_crossinline] = ACTIONS(4004), - [anon_sym_expect] = ACTIONS(4004), - [anon_sym_actual] = ACTIONS(4004), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4009), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [3649] = { - [sym_function_body] = STATE(3916), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - }, - [3650] = { - [sym_type_constraints] = STATE(3717), - [sym_enum_class_body] = STATE(3831), - [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(5820), - [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(5824), - [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_value] = 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_multiline_comment] = ACTIONS(3), - }, - [3651] = { - [aux_sym_type_constraints_repeat1] = STATE(3651), - [sym__alpha_identifier] = ACTIONS(4430), - [anon_sym_AT] = ACTIONS(4432), - [anon_sym_LBRACK] = ACTIONS(4432), - [anon_sym_as] = ACTIONS(4430), - [anon_sym_EQ] = ACTIONS(4430), - [anon_sym_LBRACE] = ACTIONS(4432), - [anon_sym_RBRACE] = ACTIONS(4432), - [anon_sym_LPAREN] = ACTIONS(4432), - [anon_sym_COMMA] = ACTIONS(6973), - [anon_sym_by] = ACTIONS(4430), - [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_value] = 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), - [sym_multiline_comment] = ACTIONS(3), - }, - [3652] = { - [sym_function_body] = STATE(3268), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(4147), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [3653] = { - [sym_function_body] = STATE(3846), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - }, - [3654] = { - [sym_function_body] = STATE(3232), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(4137), - [anon_sym_object] = ACTIONS(4137), - [anon_sym_fun] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_this] = ACTIONS(4137), - [anon_sym_super] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4139), - [sym_label] = ACTIONS(4137), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(4137), - [anon_sym_if] = ACTIONS(4137), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_when] = ACTIONS(4137), - [anon_sym_try] = ACTIONS(4137), - [anon_sym_throw] = ACTIONS(4137), - [anon_sym_return] = ACTIONS(4137), - [anon_sym_continue] = ACTIONS(4137), - [anon_sym_break] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4139), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4137), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4139), - [anon_sym_continue_AT] = ACTIONS(4139), - [anon_sym_break_AT] = ACTIONS(4139), - [anon_sym_this_AT] = ACTIONS(4139), - [anon_sym_super_AT] = ACTIONS(4139), - [sym_real_literal] = ACTIONS(4139), - [sym_integer_literal] = ACTIONS(4137), - [sym_hex_literal] = ACTIONS(4139), - [sym_bin_literal] = ACTIONS(4139), - [anon_sym_true] = ACTIONS(4137), - [anon_sym_false] = ACTIONS(4137), - [anon_sym_SQUOTE] = ACTIONS(4139), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4139), - }, - [3655] = { - [sym_type_constraints] = STATE(3913), - [sym_function_body] = STATE(3916), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - }, - [3656] = { - [sym_function_body] = STATE(4035), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(6712), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [sym_label] = ACTIONS(4139), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - }, - [3657] = { - [sym__alpha_identifier] = ACTIONS(4179), - [anon_sym_AT] = ACTIONS(4181), - [anon_sym_COLON] = ACTIONS(4179), - [anon_sym_LBRACK] = ACTIONS(4181), - [anon_sym_constructor] = ACTIONS(4179), - [anon_sym_LBRACE] = ACTIONS(4181), - [anon_sym_RBRACE] = ACTIONS(4181), - [anon_sym_LPAREN] = ACTIONS(4181), - [anon_sym_LT] = ACTIONS(4181), - [anon_sym_where] = ACTIONS(4179), - [anon_sym_object] = ACTIONS(4179), - [anon_sym_fun] = ACTIONS(4179), - [anon_sym_get] = ACTIONS(4179), - [anon_sym_set] = ACTIONS(4179), - [anon_sym_this] = ACTIONS(4179), - [anon_sym_super] = ACTIONS(4179), - [anon_sym_STAR] = ACTIONS(4181), - [sym_label] = ACTIONS(4179), - [anon_sym_in] = ACTIONS(4179), - [anon_sym_null] = ACTIONS(4179), - [anon_sym_if] = ACTIONS(4179), - [anon_sym_else] = ACTIONS(4179), - [anon_sym_when] = ACTIONS(4179), - [anon_sym_try] = ACTIONS(4179), - [anon_sym_throw] = ACTIONS(4179), - [anon_sym_return] = ACTIONS(4179), - [anon_sym_continue] = ACTIONS(4179), - [anon_sym_break] = ACTIONS(4179), - [anon_sym_COLON_COLON] = ACTIONS(4181), - [anon_sym_BANGin] = ACTIONS(4181), - [anon_sym_is] = ACTIONS(4179), - [anon_sym_BANGis] = ACTIONS(4181), - [anon_sym_PLUS] = ACTIONS(4179), - [anon_sym_DASH] = ACTIONS(4179), - [anon_sym_PLUS_PLUS] = ACTIONS(4181), - [anon_sym_DASH_DASH] = ACTIONS(4181), - [anon_sym_BANG] = ACTIONS(4179), - [anon_sym_suspend] = ACTIONS(4179), - [anon_sym_sealed] = ACTIONS(4179), - [anon_sym_annotation] = ACTIONS(4179), - [anon_sym_data] = ACTIONS(4179), - [anon_sym_inner] = ACTIONS(4179), - [anon_sym_value] = ACTIONS(4179), - [anon_sym_override] = ACTIONS(4179), - [anon_sym_lateinit] = ACTIONS(4179), - [anon_sym_public] = ACTIONS(4179), - [anon_sym_private] = ACTIONS(4179), - [anon_sym_internal] = ACTIONS(4179), - [anon_sym_protected] = ACTIONS(4179), - [anon_sym_tailrec] = ACTIONS(4179), - [anon_sym_operator] = ACTIONS(4179), - [anon_sym_infix] = ACTIONS(4179), - [anon_sym_inline] = ACTIONS(4179), - [anon_sym_external] = ACTIONS(4179), - [sym_property_modifier] = ACTIONS(4179), - [anon_sym_abstract] = ACTIONS(4179), - [anon_sym_final] = ACTIONS(4179), - [anon_sym_open] = ACTIONS(4179), - [anon_sym_vararg] = ACTIONS(4179), - [anon_sym_noinline] = ACTIONS(4179), - [anon_sym_crossinline] = ACTIONS(4179), - [anon_sym_expect] = ACTIONS(4179), - [anon_sym_actual] = ACTIONS(4179), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4181), - [anon_sym_continue_AT] = ACTIONS(4181), - [anon_sym_break_AT] = ACTIONS(4181), - [anon_sym_this_AT] = ACTIONS(4181), - [anon_sym_super_AT] = ACTIONS(4181), - [sym_real_literal] = ACTIONS(4181), - [sym_integer_literal] = ACTIONS(4179), - [sym_hex_literal] = ACTIONS(4181), - [sym_bin_literal] = ACTIONS(4181), - [anon_sym_true] = ACTIONS(4179), - [anon_sym_false] = ACTIONS(4179), - [anon_sym_SQUOTE] = ACTIONS(4181), - [sym__backtick_identifier] = ACTIONS(4181), - [sym__automatic_semicolon] = ACTIONS(4181), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4181), - }, - [3658] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_RBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(6976), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_RPAREN] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4262), - [anon_sym_DASH_GT] = ACTIONS(4265), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [anon_sym_while] = ACTIONS(4267), - [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(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4262), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [3659] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_RBRACK] = ACTIONS(4287), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(6980), - [anon_sym_COMMA] = ACTIONS(4287), - [anon_sym_RPAREN] = ACTIONS(4287), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_where] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4281), - [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4284), - [anon_sym_DASH_GT] = ACTIONS(4287), - [sym_label] = ACTIONS(4281), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_while] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4284), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4281), - [anon_sym_DASH] = ACTIONS(4281), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4287), - [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_data] = ACTIONS(4281), - [anon_sym_inner] = ACTIONS(4281), - [anon_sym_value] = ACTIONS(4281), - [anon_sym_expect] = ACTIONS(4281), - [anon_sym_actual] = ACTIONS(4281), + [3667] = { + [sym_function_body] = STATE(3201), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4493), + [anon_sym_AT] = ACTIONS(4495), + [anon_sym_LBRACK] = ACTIONS(4495), + [anon_sym_as] = ACTIONS(4493), + [anon_sym_EQ] = ACTIONS(6755), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4495), + [anon_sym_LPAREN] = ACTIONS(4495), + [anon_sym_COMMA] = ACTIONS(4495), + [anon_sym_LT] = ACTIONS(4493), + [anon_sym_GT] = ACTIONS(4493), + [anon_sym_where] = ACTIONS(4493), + [anon_sym_object] = ACTIONS(4493), + [anon_sym_fun] = ACTIONS(4493), + [anon_sym_DOT] = ACTIONS(4493), + [anon_sym_SEMI] = ACTIONS(4495), + [anon_sym_get] = ACTIONS(4493), + [anon_sym_set] = ACTIONS(4493), + [anon_sym_this] = ACTIONS(4493), + [anon_sym_super] = ACTIONS(4493), + [anon_sym_STAR] = ACTIONS(4495), + [sym_label] = ACTIONS(4493), + [anon_sym_in] = ACTIONS(4493), + [anon_sym_DOT_DOT] = ACTIONS(4495), + [anon_sym_QMARK_COLON] = ACTIONS(4495), + [anon_sym_AMP_AMP] = ACTIONS(4495), + [anon_sym_PIPE_PIPE] = ACTIONS(4495), + [anon_sym_null] = ACTIONS(4493), + [anon_sym_if] = ACTIONS(4493), + [anon_sym_else] = ACTIONS(4493), + [anon_sym_when] = ACTIONS(4493), + [anon_sym_try] = ACTIONS(4493), + [anon_sym_throw] = ACTIONS(4493), + [anon_sym_return] = ACTIONS(4493), + [anon_sym_continue] = ACTIONS(4493), + [anon_sym_break] = ACTIONS(4493), + [anon_sym_COLON_COLON] = ACTIONS(4495), + [anon_sym_BANG_EQ] = ACTIONS(4493), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), + [anon_sym_EQ_EQ] = ACTIONS(4493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), + [anon_sym_LT_EQ] = ACTIONS(4495), + [anon_sym_GT_EQ] = ACTIONS(4495), + [anon_sym_BANGin] = ACTIONS(4495), + [anon_sym_is] = ACTIONS(4493), + [anon_sym_BANGis] = ACTIONS(4495), + [anon_sym_PLUS] = ACTIONS(4493), + [anon_sym_DASH] = ACTIONS(4493), + [anon_sym_SLASH] = ACTIONS(4493), + [anon_sym_PERCENT] = ACTIONS(4495), + [anon_sym_as_QMARK] = ACTIONS(4495), + [anon_sym_PLUS_PLUS] = ACTIONS(4495), + [anon_sym_DASH_DASH] = ACTIONS(4495), + [anon_sym_BANG] = ACTIONS(4493), + [anon_sym_BANG_BANG] = ACTIONS(4495), + [anon_sym_data] = ACTIONS(4493), + [anon_sym_inner] = ACTIONS(4493), + [anon_sym_value] = ACTIONS(4493), + [anon_sym_expect] = ACTIONS(4493), + [anon_sym_actual] = ACTIONS(4493), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4284), - [sym_safe_nav] = ACTIONS(4287), + [anon_sym_return_AT] = ACTIONS(4495), + [anon_sym_continue_AT] = ACTIONS(4495), + [anon_sym_break_AT] = ACTIONS(4495), + [anon_sym_this_AT] = ACTIONS(4495), + [anon_sym_super_AT] = ACTIONS(4495), + [sym_real_literal] = ACTIONS(4495), + [sym_integer_literal] = ACTIONS(4493), + [sym_hex_literal] = ACTIONS(4495), + [sym_bin_literal] = ACTIONS(4495), + [anon_sym_true] = ACTIONS(4493), + [anon_sym_false] = ACTIONS(4493), + [anon_sym_SQUOTE] = ACTIONS(4495), + [sym__backtick_identifier] = ACTIONS(4495), + [sym__automatic_semicolon] = ACTIONS(4495), + [sym_safe_nav] = ACTIONS(4495), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), + [sym__string_start] = ACTIONS(4495), }, - [3660] = { - [sym_class_body] = STATE(3832), - [sym_type_constraints] = STATE(3794), - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [sym_label] = ACTIONS(4465), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_suspend] = ACTIONS(4463), - [anon_sym_sealed] = ACTIONS(4463), - [anon_sym_annotation] = ACTIONS(4463), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_override] = ACTIONS(4463), - [anon_sym_lateinit] = ACTIONS(4463), - [anon_sym_public] = ACTIONS(4463), - [anon_sym_private] = ACTIONS(4463), - [anon_sym_internal] = ACTIONS(4463), - [anon_sym_protected] = ACTIONS(4463), - [anon_sym_tailrec] = ACTIONS(4463), - [anon_sym_operator] = ACTIONS(4463), - [anon_sym_infix] = ACTIONS(4463), - [anon_sym_inline] = ACTIONS(4463), - [anon_sym_external] = ACTIONS(4463), - [sym_property_modifier] = ACTIONS(4463), - [anon_sym_abstract] = ACTIONS(4463), - [anon_sym_final] = ACTIONS(4463), - [anon_sym_open] = ACTIONS(4463), - [anon_sym_vararg] = ACTIONS(4463), - [anon_sym_noinline] = ACTIONS(4463), - [anon_sym_crossinline] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4465), - [sym__automatic_semicolon] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), + [3668] = { + [sym_type_constraints] = STATE(3771), + [sym_enum_class_body] = STATE(3912), + [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(5782), + [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(5788), + [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_value] = 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), }, - [3661] = { - [sym_type_constraints] = STATE(3820), - [sym_enum_class_body] = STATE(3861), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), + [3669] = { + [sym_type_constraints] = STATE(3752), + [sym_enum_class_body] = STATE(3952), + [sym__alpha_identifier] = ACTIONS(4501), + [anon_sym_AT] = ACTIONS(4503), + [anon_sym_LBRACK] = ACTIONS(4503), + [anon_sym_as] = ACTIONS(4501), + [anon_sym_EQ] = ACTIONS(4501), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(4503), + [anon_sym_LPAREN] = ACTIONS(4503), + [anon_sym_COMMA] = ACTIONS(4503), + [anon_sym_LT] = ACTIONS(4501), + [anon_sym_GT] = ACTIONS(4501), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4501), + [anon_sym_SEMI] = ACTIONS(4503), + [anon_sym_get] = ACTIONS(4501), + [anon_sym_set] = ACTIONS(4501), + [anon_sym_STAR] = ACTIONS(4501), + [sym_label] = ACTIONS(4503), + [anon_sym_in] = ACTIONS(4501), + [anon_sym_DOT_DOT] = ACTIONS(4503), + [anon_sym_QMARK_COLON] = ACTIONS(4503), + [anon_sym_AMP_AMP] = ACTIONS(4503), + [anon_sym_PIPE_PIPE] = ACTIONS(4503), + [anon_sym_else] = ACTIONS(4501), + [anon_sym_COLON_COLON] = ACTIONS(4503), + [anon_sym_PLUS_EQ] = ACTIONS(4503), + [anon_sym_DASH_EQ] = ACTIONS(4503), + [anon_sym_STAR_EQ] = ACTIONS(4503), + [anon_sym_SLASH_EQ] = ACTIONS(4503), + [anon_sym_PERCENT_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ] = ACTIONS(4501), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ] = ACTIONS(4501), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4503), + [anon_sym_LT_EQ] = ACTIONS(4503), + [anon_sym_GT_EQ] = ACTIONS(4503), + [anon_sym_BANGin] = ACTIONS(4503), + [anon_sym_is] = ACTIONS(4501), + [anon_sym_BANGis] = ACTIONS(4503), + [anon_sym_PLUS] = ACTIONS(4501), + [anon_sym_DASH] = ACTIONS(4501), + [anon_sym_SLASH] = ACTIONS(4501), + [anon_sym_PERCENT] = ACTIONS(4501), + [anon_sym_as_QMARK] = ACTIONS(4503), + [anon_sym_PLUS_PLUS] = ACTIONS(4503), + [anon_sym_DASH_DASH] = ACTIONS(4503), + [anon_sym_BANG_BANG] = ACTIONS(4503), + [anon_sym_suspend] = ACTIONS(4501), + [anon_sym_sealed] = ACTIONS(4501), + [anon_sym_annotation] = ACTIONS(4501), + [anon_sym_data] = ACTIONS(4501), + [anon_sym_inner] = ACTIONS(4501), + [anon_sym_value] = ACTIONS(4501), + [anon_sym_override] = ACTIONS(4501), + [anon_sym_lateinit] = ACTIONS(4501), + [anon_sym_public] = ACTIONS(4501), + [anon_sym_private] = ACTIONS(4501), + [anon_sym_internal] = ACTIONS(4501), + [anon_sym_protected] = ACTIONS(4501), + [anon_sym_tailrec] = ACTIONS(4501), + [anon_sym_operator] = ACTIONS(4501), + [anon_sym_infix] = ACTIONS(4501), + [anon_sym_inline] = ACTIONS(4501), + [anon_sym_external] = ACTIONS(4501), + [sym_property_modifier] = ACTIONS(4501), + [anon_sym_abstract] = ACTIONS(4501), + [anon_sym_final] = ACTIONS(4501), + [anon_sym_open] = ACTIONS(4501), + [anon_sym_vararg] = ACTIONS(4501), + [anon_sym_noinline] = ACTIONS(4501), + [anon_sym_crossinline] = ACTIONS(4501), + [anon_sym_expect] = ACTIONS(4501), + [anon_sym_actual] = ACTIONS(4501), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4503), + [sym__automatic_semicolon] = ACTIONS(4503), + [sym_safe_nav] = ACTIONS(4503), [sym_multiline_comment] = ACTIONS(3), }, - [3662] = { - [sym_type_constraints] = STATE(3924), - [sym_function_body] = STATE(3115), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4299), - [anon_sym_fun] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_this] = ACTIONS(4299), - [anon_sym_super] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4301), - [sym_label] = ACTIONS(4299), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_null] = ACTIONS(4299), - [anon_sym_if] = ACTIONS(4299), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_when] = ACTIONS(4299), - [anon_sym_try] = ACTIONS(4299), - [anon_sym_throw] = ACTIONS(4299), - [anon_sym_return] = ACTIONS(4299), - [anon_sym_continue] = ACTIONS(4299), - [anon_sym_break] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4301), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG] = ACTIONS(4299), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), + [3670] = { + [aux_sym_user_type_repeat1] = STATE(3298), + [sym__alpha_identifier] = ACTIONS(4193), + [anon_sym_AT] = ACTIONS(4195), + [anon_sym_LBRACK] = ACTIONS(4195), + [anon_sym_as] = ACTIONS(4193), + [anon_sym_EQ] = ACTIONS(4193), + [anon_sym_LBRACE] = ACTIONS(4195), + [anon_sym_RBRACE] = ACTIONS(4195), + [anon_sym_LPAREN] = ACTIONS(4195), + [anon_sym_COMMA] = ACTIONS(4195), + [anon_sym_by] = ACTIONS(4193), + [anon_sym_LT] = ACTIONS(4193), + [anon_sym_GT] = ACTIONS(4193), + [anon_sym_where] = ACTIONS(4193), + [anon_sym_DOT] = ACTIONS(6995), + [anon_sym_SEMI] = ACTIONS(4195), + [anon_sym_get] = ACTIONS(4193), + [anon_sym_set] = ACTIONS(4193), + [anon_sym_STAR] = ACTIONS(4193), + [sym_label] = ACTIONS(4195), + [anon_sym_in] = ACTIONS(4193), + [anon_sym_DOT_DOT] = ACTIONS(4195), + [anon_sym_QMARK_COLON] = ACTIONS(4195), + [anon_sym_AMP_AMP] = ACTIONS(4195), + [anon_sym_PIPE_PIPE] = ACTIONS(4195), + [anon_sym_else] = ACTIONS(4193), + [anon_sym_COLON_COLON] = ACTIONS(4195), + [anon_sym_PLUS_EQ] = ACTIONS(4195), + [anon_sym_DASH_EQ] = ACTIONS(4195), + [anon_sym_STAR_EQ] = ACTIONS(4195), + [anon_sym_SLASH_EQ] = ACTIONS(4195), + [anon_sym_PERCENT_EQ] = ACTIONS(4195), + [anon_sym_BANG_EQ] = ACTIONS(4193), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4195), + [anon_sym_EQ_EQ] = ACTIONS(4193), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4195), + [anon_sym_LT_EQ] = ACTIONS(4195), + [anon_sym_GT_EQ] = ACTIONS(4195), + [anon_sym_BANGin] = ACTIONS(4195), + [anon_sym_is] = ACTIONS(4193), + [anon_sym_BANGis] = ACTIONS(4195), + [anon_sym_PLUS] = ACTIONS(4193), + [anon_sym_DASH] = ACTIONS(4193), + [anon_sym_SLASH] = ACTIONS(4193), + [anon_sym_PERCENT] = ACTIONS(4193), + [anon_sym_as_QMARK] = ACTIONS(4195), + [anon_sym_PLUS_PLUS] = ACTIONS(4195), + [anon_sym_DASH_DASH] = ACTIONS(4195), + [anon_sym_BANG_BANG] = ACTIONS(4195), + [anon_sym_suspend] = ACTIONS(4193), + [anon_sym_sealed] = ACTIONS(4193), + [anon_sym_annotation] = ACTIONS(4193), + [anon_sym_data] = ACTIONS(4193), + [anon_sym_inner] = ACTIONS(4193), + [anon_sym_value] = ACTIONS(4193), + [anon_sym_override] = ACTIONS(4193), + [anon_sym_lateinit] = ACTIONS(4193), + [anon_sym_public] = ACTIONS(4193), + [anon_sym_private] = ACTIONS(4193), + [anon_sym_internal] = ACTIONS(4193), + [anon_sym_protected] = ACTIONS(4193), + [anon_sym_tailrec] = ACTIONS(4193), + [anon_sym_operator] = ACTIONS(4193), + [anon_sym_infix] = ACTIONS(4193), + [anon_sym_inline] = ACTIONS(4193), + [anon_sym_external] = ACTIONS(4193), + [sym_property_modifier] = ACTIONS(4193), + [anon_sym_abstract] = ACTIONS(4193), + [anon_sym_final] = ACTIONS(4193), + [anon_sym_open] = ACTIONS(4193), + [anon_sym_vararg] = ACTIONS(4193), + [anon_sym_noinline] = ACTIONS(4193), + [anon_sym_crossinline] = ACTIONS(4193), + [anon_sym_expect] = ACTIONS(4193), + [anon_sym_actual] = ACTIONS(4193), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4301), - [anon_sym_continue_AT] = ACTIONS(4301), - [anon_sym_break_AT] = ACTIONS(4301), - [anon_sym_this_AT] = ACTIONS(4301), - [anon_sym_super_AT] = ACTIONS(4301), - [sym_real_literal] = ACTIONS(4301), - [sym_integer_literal] = ACTIONS(4299), - [sym_hex_literal] = ACTIONS(4301), - [sym_bin_literal] = ACTIONS(4301), - [anon_sym_true] = ACTIONS(4299), - [anon_sym_false] = ACTIONS(4299), - [anon_sym_SQUOTE] = ACTIONS(4301), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), + [sym__backtick_identifier] = ACTIONS(4195), + [sym__automatic_semicolon] = ACTIONS(4195), + [sym_safe_nav] = ACTIONS(4195), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4301), }, - [3663] = { - [sym_type_constraints] = STATE(3937), - [sym_function_body] = STATE(3982), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), + [3671] = { + [sym_type_constraints] = STATE(3839), + [sym_function_body] = STATE(3549), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4157), + [anon_sym_AT] = ACTIONS(4159), + [anon_sym_COLON] = ACTIONS(6998), + [anon_sym_LBRACK] = ACTIONS(4159), + [anon_sym_RBRACK] = ACTIONS(4159), + [anon_sym_as] = ACTIONS(4157), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4159), + [anon_sym_LPAREN] = ACTIONS(4159), + [anon_sym_COMMA] = ACTIONS(4159), + [anon_sym_RPAREN] = ACTIONS(4159), + [anon_sym_LT] = ACTIONS(4157), + [anon_sym_GT] = ACTIONS(4157), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4157), + [anon_sym_SEMI] = ACTIONS(4159), + [anon_sym_get] = ACTIONS(4157), + [anon_sym_set] = ACTIONS(4157), + [anon_sym_STAR] = ACTIONS(4159), + [anon_sym_DASH_GT] = ACTIONS(4159), + [sym_label] = ACTIONS(4159), + [anon_sym_in] = ACTIONS(4157), + [anon_sym_while] = ACTIONS(4157), + [anon_sym_DOT_DOT] = ACTIONS(4159), + [anon_sym_QMARK_COLON] = ACTIONS(4159), + [anon_sym_AMP_AMP] = ACTIONS(4159), + [anon_sym_PIPE_PIPE] = ACTIONS(4159), + [anon_sym_else] = ACTIONS(4157), + [anon_sym_COLON_COLON] = ACTIONS(4159), + [anon_sym_BANG_EQ] = ACTIONS(4157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4159), + [anon_sym_EQ_EQ] = ACTIONS(4157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4159), + [anon_sym_LT_EQ] = ACTIONS(4159), + [anon_sym_GT_EQ] = ACTIONS(4159), + [anon_sym_BANGin] = ACTIONS(4159), + [anon_sym_is] = ACTIONS(4157), + [anon_sym_BANGis] = ACTIONS(4159), + [anon_sym_PLUS] = ACTIONS(4157), + [anon_sym_DASH] = ACTIONS(4157), + [anon_sym_SLASH] = ACTIONS(4157), + [anon_sym_PERCENT] = ACTIONS(4159), + [anon_sym_as_QMARK] = ACTIONS(4159), + [anon_sym_PLUS_PLUS] = ACTIONS(4159), + [anon_sym_DASH_DASH] = ACTIONS(4159), + [anon_sym_BANG_BANG] = ACTIONS(4159), + [anon_sym_suspend] = ACTIONS(4157), + [anon_sym_sealed] = ACTIONS(4157), + [anon_sym_annotation] = ACTIONS(4157), + [anon_sym_data] = ACTIONS(4157), + [anon_sym_inner] = ACTIONS(4157), + [anon_sym_value] = ACTIONS(4157), + [anon_sym_override] = ACTIONS(4157), + [anon_sym_lateinit] = ACTIONS(4157), + [anon_sym_public] = ACTIONS(4157), + [anon_sym_private] = ACTIONS(4157), + [anon_sym_internal] = ACTIONS(4157), + [anon_sym_protected] = ACTIONS(4157), + [anon_sym_tailrec] = ACTIONS(4157), + [anon_sym_operator] = ACTIONS(4157), + [anon_sym_infix] = ACTIONS(4157), + [anon_sym_inline] = ACTIONS(4157), + [anon_sym_external] = ACTIONS(4157), + [sym_property_modifier] = ACTIONS(4157), + [anon_sym_abstract] = ACTIONS(4157), + [anon_sym_final] = ACTIONS(4157), + [anon_sym_open] = ACTIONS(4157), + [anon_sym_vararg] = ACTIONS(4157), + [anon_sym_noinline] = ACTIONS(4157), + [anon_sym_crossinline] = ACTIONS(4157), + [anon_sym_expect] = ACTIONS(4157), + [anon_sym_actual] = ACTIONS(4157), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4159), + [sym_safe_nav] = ACTIONS(4159), [sym_multiline_comment] = ACTIONS(3), }, - [3664] = { + [3672] = { + [sym__alpha_identifier] = ACTIONS(4726), + [anon_sym_AT] = ACTIONS(4728), + [anon_sym_LBRACK] = ACTIONS(4728), + [anon_sym_EQ] = ACTIONS(4728), + [anon_sym_LBRACE] = ACTIONS(4728), + [anon_sym_RBRACE] = ACTIONS(4728), + [anon_sym_LPAREN] = ACTIONS(4728), + [anon_sym_by] = ACTIONS(4726), + [anon_sym_where] = ACTIONS(4726), + [anon_sym_object] = ACTIONS(4726), + [anon_sym_fun] = 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(4728), + [sym_label] = ACTIONS(4726), + [anon_sym_in] = ACTIONS(4726), + [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_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_PLUS_PLUS] = ACTIONS(4728), + [anon_sym_DASH_DASH] = ACTIONS(4728), + [anon_sym_BANG] = ACTIONS(4726), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4728), + [anon_sym_super_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_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4728), + }, + [3673] = { + [sym_function_body] = STATE(3992), + [sym__block] = STATE(3876), [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_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), [anon_sym_RBRACE] = ACTIONS(4487), [anon_sym_LPAREN] = ACTIONS(4487), [anon_sym_COMMA] = ACTIONS(4487), @@ -417663,8 +418364,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_AMP] = ACTIONS(4487), [anon_sym_PIPE_PIPE] = ACTIONS(4487), [anon_sym_else] = ACTIONS(4485), - [anon_sym_catch] = ACTIONS(4485), - [anon_sym_finally] = ACTIONS(4485), [anon_sym_COLON_COLON] = ACTIONS(4487), [anon_sym_PLUS_EQ] = ACTIONS(4487), [anon_sym_DASH_EQ] = ACTIONS(4487), @@ -417715,6469 +418414,3703 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), - }, - [3665] = { - [sym_type_constraints] = STATE(3917), - [sym_function_body] = STATE(3121), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4295), - [anon_sym_fun] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_this] = ACTIONS(4295), - [anon_sym_super] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4297), - [sym_label] = ACTIONS(4295), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_null] = ACTIONS(4295), - [anon_sym_if] = ACTIONS(4295), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_when] = ACTIONS(4295), - [anon_sym_try] = ACTIONS(4295), - [anon_sym_throw] = ACTIONS(4295), - [anon_sym_return] = ACTIONS(4295), - [anon_sym_continue] = ACTIONS(4295), - [anon_sym_break] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4297), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4297), - [anon_sym_continue_AT] = ACTIONS(4297), - [anon_sym_break_AT] = ACTIONS(4297), - [anon_sym_this_AT] = ACTIONS(4297), - [anon_sym_super_AT] = ACTIONS(4297), - [sym_real_literal] = ACTIONS(4297), - [sym_integer_literal] = ACTIONS(4295), - [sym_hex_literal] = ACTIONS(4297), - [sym_bin_literal] = ACTIONS(4297), - [anon_sym_true] = ACTIONS(4295), - [anon_sym_false] = ACTIONS(4295), - [anon_sym_SQUOTE] = ACTIONS(4297), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4297), - }, - [3666] = { - [sym_class_body] = STATE(3909), - [sym_type_constraints] = STATE(3813), - [sym__alpha_identifier] = ACTIONS(4355), - [anon_sym_AT] = ACTIONS(4357), - [anon_sym_LBRACK] = ACTIONS(4357), - [anon_sym_as] = ACTIONS(4355), - [anon_sym_EQ] = ACTIONS(4355), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4357), - [anon_sym_LPAREN] = ACTIONS(4357), - [anon_sym_COMMA] = ACTIONS(4357), - [anon_sym_LT] = ACTIONS(4355), - [anon_sym_GT] = ACTIONS(4355), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4355), - [anon_sym_SEMI] = ACTIONS(4357), - [anon_sym_get] = ACTIONS(4355), - [anon_sym_set] = ACTIONS(4355), - [anon_sym_STAR] = ACTIONS(4355), - [sym_label] = ACTIONS(4357), - [anon_sym_in] = ACTIONS(4355), - [anon_sym_DOT_DOT] = ACTIONS(4357), - [anon_sym_QMARK_COLON] = ACTIONS(4357), - [anon_sym_AMP_AMP] = ACTIONS(4357), - [anon_sym_PIPE_PIPE] = ACTIONS(4357), - [anon_sym_else] = ACTIONS(4355), - [anon_sym_COLON_COLON] = ACTIONS(4357), - [anon_sym_PLUS_EQ] = ACTIONS(4357), - [anon_sym_DASH_EQ] = ACTIONS(4357), - [anon_sym_STAR_EQ] = ACTIONS(4357), - [anon_sym_SLASH_EQ] = ACTIONS(4357), - [anon_sym_PERCENT_EQ] = ACTIONS(4357), - [anon_sym_BANG_EQ] = ACTIONS(4355), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4357), - [anon_sym_EQ_EQ] = ACTIONS(4355), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4357), - [anon_sym_LT_EQ] = ACTIONS(4357), - [anon_sym_GT_EQ] = ACTIONS(4357), - [anon_sym_BANGin] = ACTIONS(4357), - [anon_sym_is] = ACTIONS(4355), - [anon_sym_BANGis] = ACTIONS(4357), - [anon_sym_PLUS] = ACTIONS(4355), - [anon_sym_DASH] = ACTIONS(4355), - [anon_sym_SLASH] = ACTIONS(4355), - [anon_sym_PERCENT] = ACTIONS(4355), - [anon_sym_as_QMARK] = ACTIONS(4357), - [anon_sym_PLUS_PLUS] = ACTIONS(4357), - [anon_sym_DASH_DASH] = ACTIONS(4357), - [anon_sym_BANG_BANG] = ACTIONS(4357), - [anon_sym_suspend] = ACTIONS(4355), - [anon_sym_sealed] = ACTIONS(4355), - [anon_sym_annotation] = ACTIONS(4355), - [anon_sym_data] = ACTIONS(4355), - [anon_sym_inner] = ACTIONS(4355), - [anon_sym_value] = ACTIONS(4355), - [anon_sym_override] = ACTIONS(4355), - [anon_sym_lateinit] = ACTIONS(4355), - [anon_sym_public] = ACTIONS(4355), - [anon_sym_private] = ACTIONS(4355), - [anon_sym_internal] = ACTIONS(4355), - [anon_sym_protected] = ACTIONS(4355), - [anon_sym_tailrec] = ACTIONS(4355), - [anon_sym_operator] = ACTIONS(4355), - [anon_sym_infix] = ACTIONS(4355), - [anon_sym_inline] = ACTIONS(4355), - [anon_sym_external] = ACTIONS(4355), - [sym_property_modifier] = ACTIONS(4355), - [anon_sym_abstract] = ACTIONS(4355), - [anon_sym_final] = ACTIONS(4355), - [anon_sym_open] = ACTIONS(4355), - [anon_sym_vararg] = ACTIONS(4355), - [anon_sym_noinline] = ACTIONS(4355), - [anon_sym_crossinline] = ACTIONS(4355), - [anon_sym_expect] = ACTIONS(4355), - [anon_sym_actual] = ACTIONS(4355), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4357), - [sym__automatic_semicolon] = ACTIONS(4357), - [sym_safe_nav] = ACTIONS(4357), - [sym_multiline_comment] = ACTIONS(3), - }, - [3667] = { - [sym_class_body] = STATE(3874), - [sym__alpha_identifier] = ACTIONS(4349), - [anon_sym_AT] = ACTIONS(4351), - [anon_sym_COLON] = ACTIONS(6984), - [anon_sym_LBRACK] = ACTIONS(4351), - [anon_sym_as] = ACTIONS(4349), - [anon_sym_EQ] = ACTIONS(4349), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4351), - [anon_sym_LPAREN] = ACTIONS(4351), - [anon_sym_COMMA] = ACTIONS(4351), - [anon_sym_LT] = ACTIONS(4349), - [anon_sym_GT] = ACTIONS(4349), - [anon_sym_where] = ACTIONS(4349), - [anon_sym_DOT] = ACTIONS(4349), - [anon_sym_SEMI] = ACTIONS(4351), - [anon_sym_get] = ACTIONS(4349), - [anon_sym_set] = ACTIONS(4349), - [anon_sym_STAR] = ACTIONS(4349), - [sym_label] = ACTIONS(4351), - [anon_sym_in] = ACTIONS(4349), - [anon_sym_DOT_DOT] = ACTIONS(4351), - [anon_sym_QMARK_COLON] = ACTIONS(4351), - [anon_sym_AMP_AMP] = ACTIONS(4351), - [anon_sym_PIPE_PIPE] = ACTIONS(4351), - [anon_sym_else] = ACTIONS(4349), - [anon_sym_COLON_COLON] = ACTIONS(4351), - [anon_sym_PLUS_EQ] = ACTIONS(4351), - [anon_sym_DASH_EQ] = ACTIONS(4351), - [anon_sym_STAR_EQ] = ACTIONS(4351), - [anon_sym_SLASH_EQ] = ACTIONS(4351), - [anon_sym_PERCENT_EQ] = ACTIONS(4351), - [anon_sym_BANG_EQ] = ACTIONS(4349), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4351), - [anon_sym_EQ_EQ] = ACTIONS(4349), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4351), - [anon_sym_LT_EQ] = ACTIONS(4351), - [anon_sym_GT_EQ] = ACTIONS(4351), - [anon_sym_BANGin] = ACTIONS(4351), - [anon_sym_is] = ACTIONS(4349), - [anon_sym_BANGis] = ACTIONS(4351), - [anon_sym_PLUS] = ACTIONS(4349), - [anon_sym_DASH] = ACTIONS(4349), - [anon_sym_SLASH] = ACTIONS(4349), - [anon_sym_PERCENT] = ACTIONS(4349), - [anon_sym_as_QMARK] = ACTIONS(4351), - [anon_sym_PLUS_PLUS] = ACTIONS(4351), - [anon_sym_DASH_DASH] = ACTIONS(4351), - [anon_sym_BANG_BANG] = ACTIONS(4351), - [anon_sym_suspend] = ACTIONS(4349), - [anon_sym_sealed] = ACTIONS(4349), - [anon_sym_annotation] = ACTIONS(4349), - [anon_sym_data] = ACTIONS(4349), - [anon_sym_inner] = ACTIONS(4349), - [anon_sym_value] = ACTIONS(4349), - [anon_sym_override] = ACTIONS(4349), - [anon_sym_lateinit] = ACTIONS(4349), - [anon_sym_public] = ACTIONS(4349), - [anon_sym_private] = ACTIONS(4349), - [anon_sym_internal] = ACTIONS(4349), - [anon_sym_protected] = ACTIONS(4349), - [anon_sym_tailrec] = ACTIONS(4349), - [anon_sym_operator] = ACTIONS(4349), - [anon_sym_infix] = ACTIONS(4349), - [anon_sym_inline] = ACTIONS(4349), - [anon_sym_external] = ACTIONS(4349), - [sym_property_modifier] = ACTIONS(4349), - [anon_sym_abstract] = ACTIONS(4349), - [anon_sym_final] = ACTIONS(4349), - [anon_sym_open] = ACTIONS(4349), - [anon_sym_vararg] = ACTIONS(4349), - [anon_sym_noinline] = ACTIONS(4349), - [anon_sym_crossinline] = ACTIONS(4349), - [anon_sym_expect] = ACTIONS(4349), - [anon_sym_actual] = ACTIONS(4349), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4351), - [sym__automatic_semicolon] = ACTIONS(4351), - [sym_safe_nav] = ACTIONS(4351), - [sym_multiline_comment] = ACTIONS(3), - }, - [3668] = { - [sym__alpha_identifier] = ACTIONS(4455), - [anon_sym_AT] = ACTIONS(4457), - [anon_sym_LBRACK] = ACTIONS(4457), - [anon_sym_as] = ACTIONS(4455), - [anon_sym_EQ] = ACTIONS(4455), - [anon_sym_LBRACE] = ACTIONS(4457), - [anon_sym_RBRACE] = ACTIONS(4457), - [anon_sym_LPAREN] = ACTIONS(4457), - [anon_sym_COMMA] = ACTIONS(4457), - [anon_sym_LT] = ACTIONS(4455), - [anon_sym_GT] = ACTIONS(4455), - [anon_sym_where] = ACTIONS(4455), - [anon_sym_DOT] = ACTIONS(4455), - [anon_sym_SEMI] = ACTIONS(4457), - [anon_sym_get] = ACTIONS(4455), - [anon_sym_set] = ACTIONS(4455), - [anon_sym_STAR] = ACTIONS(4455), - [sym_label] = ACTIONS(4457), - [anon_sym_in] = ACTIONS(4455), - [anon_sym_DOT_DOT] = ACTIONS(4457), - [anon_sym_QMARK_COLON] = ACTIONS(4457), - [anon_sym_AMP_AMP] = ACTIONS(4457), - [anon_sym_PIPE_PIPE] = ACTIONS(4457), - [anon_sym_else] = ACTIONS(4455), - [anon_sym_COLON_COLON] = ACTIONS(4457), - [anon_sym_PLUS_EQ] = ACTIONS(4457), - [anon_sym_DASH_EQ] = ACTIONS(4457), - [anon_sym_STAR_EQ] = ACTIONS(4457), - [anon_sym_SLASH_EQ] = ACTIONS(4457), - [anon_sym_PERCENT_EQ] = ACTIONS(4457), - [anon_sym_BANG_EQ] = ACTIONS(4455), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4457), - [anon_sym_EQ_EQ] = ACTIONS(4455), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4457), - [anon_sym_LT_EQ] = ACTIONS(4457), - [anon_sym_GT_EQ] = ACTIONS(4457), - [anon_sym_BANGin] = ACTIONS(4457), - [anon_sym_is] = ACTIONS(4455), - [anon_sym_BANGis] = ACTIONS(4457), - [anon_sym_PLUS] = ACTIONS(4455), - [anon_sym_DASH] = ACTIONS(4455), - [anon_sym_SLASH] = ACTIONS(4455), - [anon_sym_PERCENT] = ACTIONS(4455), - [anon_sym_as_QMARK] = ACTIONS(4457), - [anon_sym_PLUS_PLUS] = ACTIONS(4457), - [anon_sym_DASH_DASH] = ACTIONS(4457), - [anon_sym_BANG_BANG] = ACTIONS(4457), - [anon_sym_suspend] = ACTIONS(4455), - [anon_sym_sealed] = ACTIONS(4455), - [anon_sym_annotation] = ACTIONS(4455), - [anon_sym_data] = ACTIONS(4455), - [anon_sym_inner] = ACTIONS(4455), - [anon_sym_value] = ACTIONS(4455), - [anon_sym_override] = ACTIONS(4455), - [anon_sym_lateinit] = ACTIONS(4455), - [anon_sym_public] = ACTIONS(4455), - [anon_sym_private] = ACTIONS(4455), - [anon_sym_internal] = ACTIONS(4455), - [anon_sym_protected] = ACTIONS(4455), - [anon_sym_tailrec] = ACTIONS(4455), - [anon_sym_operator] = ACTIONS(4455), - [anon_sym_infix] = ACTIONS(4455), - [anon_sym_inline] = ACTIONS(4455), - [anon_sym_external] = ACTIONS(4455), - [sym_property_modifier] = ACTIONS(4455), - [anon_sym_abstract] = ACTIONS(4455), - [anon_sym_final] = ACTIONS(4455), - [anon_sym_open] = ACTIONS(4455), - [anon_sym_vararg] = ACTIONS(4455), - [anon_sym_noinline] = ACTIONS(4455), - [anon_sym_crossinline] = ACTIONS(4455), - [anon_sym_expect] = ACTIONS(4455), - [anon_sym_actual] = ACTIONS(4455), - [sym_line_comment] = ACTIONS(3), - [aux_sym_unsigned_literal_token1] = ACTIONS(6986), - [anon_sym_L] = ACTIONS(6988), - [sym__backtick_identifier] = ACTIONS(4457), - [sym__automatic_semicolon] = ACTIONS(4457), - [sym_safe_nav] = ACTIONS(4457), - [sym_multiline_comment] = ACTIONS(3), - }, - [3669] = { - [sym_type_constraints] = STATE(3944), - [sym_function_body] = STATE(3942), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [sym_label] = ACTIONS(4297), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), - [sym_multiline_comment] = ACTIONS(3), - }, - [3670] = { - [sym__alpha_identifier] = ACTIONS(4122), - [anon_sym_AT] = ACTIONS(4124), - [anon_sym_COLON] = ACTIONS(6771), - [anon_sym_LBRACK] = ACTIONS(4124), - [anon_sym_as] = ACTIONS(4122), - [anon_sym_EQ] = ACTIONS(4122), - [anon_sym_LBRACE] = ACTIONS(4124), - [anon_sym_RBRACE] = ACTIONS(4124), - [anon_sym_LPAREN] = ACTIONS(4124), - [anon_sym_COMMA] = ACTIONS(4124), - [anon_sym_by] = ACTIONS(4122), - [anon_sym_LT] = ACTIONS(4122), - [anon_sym_GT] = ACTIONS(4122), - [anon_sym_where] = ACTIONS(4122), - [anon_sym_DOT] = ACTIONS(4122), - [anon_sym_SEMI] = ACTIONS(4124), - [anon_sym_get] = ACTIONS(4122), - [anon_sym_set] = ACTIONS(4122), - [anon_sym_STAR] = ACTIONS(4122), - [sym_label] = ACTIONS(4124), - [anon_sym_in] = ACTIONS(4122), - [anon_sym_DOT_DOT] = ACTIONS(4124), - [anon_sym_QMARK_COLON] = ACTIONS(4124), - [anon_sym_AMP_AMP] = ACTIONS(4124), - [anon_sym_PIPE_PIPE] = ACTIONS(4124), - [anon_sym_else] = ACTIONS(4122), - [anon_sym_COLON_COLON] = ACTIONS(4124), - [anon_sym_PLUS_EQ] = ACTIONS(4124), - [anon_sym_DASH_EQ] = ACTIONS(4124), - [anon_sym_STAR_EQ] = ACTIONS(4124), - [anon_sym_SLASH_EQ] = ACTIONS(4124), - [anon_sym_PERCENT_EQ] = ACTIONS(4124), - [anon_sym_BANG_EQ] = ACTIONS(4122), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4124), - [anon_sym_EQ_EQ] = ACTIONS(4122), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4124), - [anon_sym_LT_EQ] = ACTIONS(4124), - [anon_sym_GT_EQ] = ACTIONS(4124), - [anon_sym_BANGin] = ACTIONS(4124), - [anon_sym_is] = ACTIONS(4122), - [anon_sym_BANGis] = ACTIONS(4124), - [anon_sym_PLUS] = ACTIONS(4122), - [anon_sym_DASH] = ACTIONS(4122), - [anon_sym_SLASH] = ACTIONS(4122), - [anon_sym_PERCENT] = ACTIONS(4122), - [anon_sym_as_QMARK] = ACTIONS(4124), - [anon_sym_PLUS_PLUS] = ACTIONS(4124), - [anon_sym_DASH_DASH] = ACTIONS(4124), - [anon_sym_BANG_BANG] = ACTIONS(4124), - [anon_sym_suspend] = ACTIONS(4122), - [anon_sym_sealed] = ACTIONS(4122), - [anon_sym_annotation] = ACTIONS(4122), - [anon_sym_data] = ACTIONS(4122), - [anon_sym_inner] = ACTIONS(4122), - [anon_sym_value] = ACTIONS(4122), - [anon_sym_override] = ACTIONS(4122), - [anon_sym_lateinit] = ACTIONS(4122), - [anon_sym_public] = ACTIONS(4122), - [anon_sym_private] = ACTIONS(4122), - [anon_sym_internal] = ACTIONS(4122), - [anon_sym_protected] = ACTIONS(4122), - [anon_sym_tailrec] = ACTIONS(4122), - [anon_sym_operator] = ACTIONS(4122), - [anon_sym_infix] = ACTIONS(4122), - [anon_sym_inline] = ACTIONS(4122), - [anon_sym_external] = ACTIONS(4122), - [sym_property_modifier] = ACTIONS(4122), - [anon_sym_abstract] = ACTIONS(4122), - [anon_sym_final] = ACTIONS(4122), - [anon_sym_open] = ACTIONS(4122), - [anon_sym_vararg] = ACTIONS(4122), - [anon_sym_noinline] = ACTIONS(4122), - [anon_sym_crossinline] = ACTIONS(4122), - [anon_sym_expect] = ACTIONS(4122), - [anon_sym_actual] = ACTIONS(4122), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4124), - [sym__automatic_semicolon] = ACTIONS(4124), - [sym_safe_nav] = ACTIONS(4124), - [sym_multiline_comment] = ACTIONS(3), - }, - [3671] = { - [sym_function_body] = STATE(3499), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4229), - [anon_sym_AT] = ACTIONS(4231), - [anon_sym_COLON] = ACTIONS(6990), - [anon_sym_LBRACK] = ACTIONS(4231), - [anon_sym_as] = ACTIONS(4229), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4231), - [anon_sym_LPAREN] = ACTIONS(4231), - [anon_sym_RPAREN] = ACTIONS(4231), - [anon_sym_LT] = ACTIONS(4229), - [anon_sym_GT] = ACTIONS(4229), - [anon_sym_DOT] = ACTIONS(4229), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(4229), - [anon_sym_set] = ACTIONS(4229), - [anon_sym_STAR] = ACTIONS(4229), - [sym_label] = ACTIONS(4231), - [anon_sym_in] = ACTIONS(4229), - [anon_sym_while] = ACTIONS(4229), - [anon_sym_DOT_DOT] = ACTIONS(4231), - [anon_sym_QMARK_COLON] = ACTIONS(4231), - [anon_sym_AMP_AMP] = ACTIONS(4231), - [anon_sym_PIPE_PIPE] = ACTIONS(4231), - [anon_sym_else] = ACTIONS(4229), - [anon_sym_COLON_COLON] = ACTIONS(4231), - [anon_sym_PLUS_EQ] = ACTIONS(4231), - [anon_sym_DASH_EQ] = ACTIONS(4231), - [anon_sym_STAR_EQ] = ACTIONS(4231), - [anon_sym_SLASH_EQ] = ACTIONS(4231), - [anon_sym_PERCENT_EQ] = ACTIONS(4231), - [anon_sym_BANG_EQ] = ACTIONS(4229), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4231), - [anon_sym_EQ_EQ] = ACTIONS(4229), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4231), - [anon_sym_LT_EQ] = ACTIONS(4231), - [anon_sym_GT_EQ] = ACTIONS(4231), - [anon_sym_BANGin] = ACTIONS(4231), - [anon_sym_is] = ACTIONS(4229), - [anon_sym_BANGis] = ACTIONS(4231), - [anon_sym_PLUS] = ACTIONS(4229), - [anon_sym_DASH] = ACTIONS(4229), - [anon_sym_SLASH] = ACTIONS(4229), - [anon_sym_PERCENT] = ACTIONS(4229), - [anon_sym_as_QMARK] = ACTIONS(4231), - [anon_sym_PLUS_PLUS] = ACTIONS(4231), - [anon_sym_DASH_DASH] = ACTIONS(4231), - [anon_sym_BANG_BANG] = ACTIONS(4231), - [anon_sym_suspend] = ACTIONS(4229), - [anon_sym_sealed] = ACTIONS(4229), - [anon_sym_annotation] = ACTIONS(4229), - [anon_sym_data] = ACTIONS(4229), - [anon_sym_inner] = ACTIONS(4229), - [anon_sym_value] = ACTIONS(4229), - [anon_sym_override] = ACTIONS(4229), - [anon_sym_lateinit] = ACTIONS(4229), - [anon_sym_public] = ACTIONS(4229), - [anon_sym_private] = ACTIONS(4229), - [anon_sym_internal] = ACTIONS(4229), - [anon_sym_protected] = ACTIONS(4229), - [anon_sym_tailrec] = ACTIONS(4229), - [anon_sym_operator] = ACTIONS(4229), - [anon_sym_infix] = ACTIONS(4229), - [anon_sym_inline] = ACTIONS(4229), - [anon_sym_external] = ACTIONS(4229), - [sym_property_modifier] = ACTIONS(4229), - [anon_sym_abstract] = ACTIONS(4229), - [anon_sym_final] = ACTIONS(4229), - [anon_sym_open] = ACTIONS(4229), - [anon_sym_vararg] = ACTIONS(4229), - [anon_sym_noinline] = ACTIONS(4229), - [anon_sym_crossinline] = ACTIONS(4229), - [anon_sym_expect] = ACTIONS(4229), - [anon_sym_actual] = ACTIONS(4229), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4231), - [sym_safe_nav] = ACTIONS(4231), - [sym_multiline_comment] = ACTIONS(3), - }, - [3672] = { - [sym__alpha_identifier] = ACTIONS(4345), - [anon_sym_AT] = ACTIONS(4347), - [anon_sym_LBRACK] = ACTIONS(4347), - [anon_sym_as] = ACTIONS(4345), - [anon_sym_EQ] = ACTIONS(4345), - [anon_sym_LBRACE] = ACTIONS(4347), - [anon_sym_RBRACE] = ACTIONS(4347), - [anon_sym_LPAREN] = ACTIONS(4347), - [anon_sym_COMMA] = ACTIONS(4347), - [anon_sym_LT] = ACTIONS(4345), - [anon_sym_GT] = ACTIONS(4345), - [anon_sym_where] = ACTIONS(4345), - [anon_sym_DOT] = ACTIONS(4345), - [anon_sym_SEMI] = ACTIONS(4347), - [anon_sym_get] = ACTIONS(4345), - [anon_sym_set] = ACTIONS(4345), - [anon_sym_STAR] = ACTIONS(4345), - [sym_label] = ACTIONS(4347), - [anon_sym_in] = ACTIONS(4345), - [anon_sym_DOT_DOT] = ACTIONS(4347), - [anon_sym_QMARK_COLON] = ACTIONS(4347), - [anon_sym_AMP_AMP] = ACTIONS(4347), - [anon_sym_PIPE_PIPE] = ACTIONS(4347), - [anon_sym_else] = ACTIONS(4345), - [anon_sym_catch] = ACTIONS(4345), - [anon_sym_finally] = ACTIONS(4345), - [anon_sym_COLON_COLON] = ACTIONS(4347), - [anon_sym_PLUS_EQ] = ACTIONS(4347), - [anon_sym_DASH_EQ] = ACTIONS(4347), - [anon_sym_STAR_EQ] = ACTIONS(4347), - [anon_sym_SLASH_EQ] = ACTIONS(4347), - [anon_sym_PERCENT_EQ] = ACTIONS(4347), - [anon_sym_BANG_EQ] = ACTIONS(4345), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4347), - [anon_sym_EQ_EQ] = ACTIONS(4345), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4347), - [anon_sym_LT_EQ] = ACTIONS(4347), - [anon_sym_GT_EQ] = ACTIONS(4347), - [anon_sym_BANGin] = ACTIONS(4347), - [anon_sym_is] = ACTIONS(4345), - [anon_sym_BANGis] = ACTIONS(4347), - [anon_sym_PLUS] = ACTIONS(4345), - [anon_sym_DASH] = ACTIONS(4345), - [anon_sym_SLASH] = ACTIONS(4345), - [anon_sym_PERCENT] = ACTIONS(4345), - [anon_sym_as_QMARK] = ACTIONS(4347), - [anon_sym_PLUS_PLUS] = ACTIONS(4347), - [anon_sym_DASH_DASH] = ACTIONS(4347), - [anon_sym_BANG_BANG] = ACTIONS(4347), - [anon_sym_suspend] = ACTIONS(4345), - [anon_sym_sealed] = ACTIONS(4345), - [anon_sym_annotation] = ACTIONS(4345), - [anon_sym_data] = ACTIONS(4345), - [anon_sym_inner] = ACTIONS(4345), - [anon_sym_value] = ACTIONS(4345), - [anon_sym_override] = ACTIONS(4345), - [anon_sym_lateinit] = ACTIONS(4345), - [anon_sym_public] = ACTIONS(4345), - [anon_sym_private] = ACTIONS(4345), - [anon_sym_internal] = ACTIONS(4345), - [anon_sym_protected] = ACTIONS(4345), - [anon_sym_tailrec] = ACTIONS(4345), - [anon_sym_operator] = ACTIONS(4345), - [anon_sym_infix] = ACTIONS(4345), - [anon_sym_inline] = ACTIONS(4345), - [anon_sym_external] = ACTIONS(4345), - [sym_property_modifier] = ACTIONS(4345), - [anon_sym_abstract] = ACTIONS(4345), - [anon_sym_final] = ACTIONS(4345), - [anon_sym_open] = ACTIONS(4345), - [anon_sym_vararg] = ACTIONS(4345), - [anon_sym_noinline] = ACTIONS(4345), - [anon_sym_crossinline] = ACTIONS(4345), - [anon_sym_expect] = ACTIONS(4345), - [anon_sym_actual] = ACTIONS(4345), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4347), - [sym__automatic_semicolon] = ACTIONS(4347), - [sym_safe_nav] = ACTIONS(4347), - [sym_multiline_comment] = ACTIONS(3), - }, - [3673] = { - [sym_type_constraints] = STATE(3949), - [sym_function_body] = STATE(4027), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [sym_label] = ACTIONS(4301), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), - [sym_multiline_comment] = ACTIONS(3), - }, - [3674] = { - [sym_class_body] = STATE(3881), - [sym__alpha_identifier] = ACTIONS(4497), - [anon_sym_AT] = ACTIONS(4499), - [anon_sym_COLON] = ACTIONS(6992), - [anon_sym_LBRACK] = ACTIONS(4499), - [anon_sym_as] = ACTIONS(4497), - [anon_sym_EQ] = ACTIONS(4497), - [anon_sym_LBRACE] = ACTIONS(5836), - [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_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_value] = 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), - }, - [3675] = { - [sym_type_constraints] = STATE(3973), - [sym_function_body] = STATE(3552), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4173), - [anon_sym_AT] = ACTIONS(4175), - [anon_sym_COLON] = ACTIONS(6994), - [anon_sym_LBRACK] = ACTIONS(4175), - [anon_sym_RBRACK] = ACTIONS(4175), - [anon_sym_as] = ACTIONS(4173), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4175), - [anon_sym_LPAREN] = ACTIONS(4175), - [anon_sym_COMMA] = ACTIONS(4175), - [anon_sym_RPAREN] = ACTIONS(4175), - [anon_sym_LT] = ACTIONS(4173), - [anon_sym_GT] = ACTIONS(4173), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4173), - [anon_sym_SEMI] = ACTIONS(4175), - [anon_sym_get] = ACTIONS(4173), - [anon_sym_set] = ACTIONS(4173), - [anon_sym_STAR] = ACTIONS(4175), - [anon_sym_DASH_GT] = ACTIONS(4175), - [sym_label] = ACTIONS(4175), - [anon_sym_in] = ACTIONS(4173), - [anon_sym_while] = ACTIONS(4173), - [anon_sym_DOT_DOT] = ACTIONS(4175), - [anon_sym_QMARK_COLON] = ACTIONS(4175), - [anon_sym_AMP_AMP] = ACTIONS(4175), - [anon_sym_PIPE_PIPE] = ACTIONS(4175), - [anon_sym_else] = ACTIONS(4173), - [anon_sym_COLON_COLON] = ACTIONS(4175), - [anon_sym_BANG_EQ] = ACTIONS(4173), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4175), - [anon_sym_EQ_EQ] = ACTIONS(4173), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4175), - [anon_sym_LT_EQ] = ACTIONS(4175), - [anon_sym_GT_EQ] = ACTIONS(4175), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(4173), - [anon_sym_BANGis] = ACTIONS(4175), - [anon_sym_PLUS] = ACTIONS(4173), - [anon_sym_DASH] = ACTIONS(4173), - [anon_sym_SLASH] = ACTIONS(4173), - [anon_sym_PERCENT] = ACTIONS(4175), - [anon_sym_as_QMARK] = ACTIONS(4175), - [anon_sym_PLUS_PLUS] = ACTIONS(4175), - [anon_sym_DASH_DASH] = ACTIONS(4175), - [anon_sym_BANG_BANG] = ACTIONS(4175), - [anon_sym_suspend] = ACTIONS(4173), - [anon_sym_sealed] = ACTIONS(4173), - [anon_sym_annotation] = ACTIONS(4173), - [anon_sym_data] = ACTIONS(4173), - [anon_sym_inner] = ACTIONS(4173), - [anon_sym_value] = ACTIONS(4173), - [anon_sym_override] = ACTIONS(4173), - [anon_sym_lateinit] = ACTIONS(4173), - [anon_sym_public] = ACTIONS(4173), - [anon_sym_private] = ACTIONS(4173), - [anon_sym_internal] = ACTIONS(4173), - [anon_sym_protected] = ACTIONS(4173), - [anon_sym_tailrec] = ACTIONS(4173), - [anon_sym_operator] = ACTIONS(4173), - [anon_sym_infix] = ACTIONS(4173), - [anon_sym_inline] = ACTIONS(4173), - [anon_sym_external] = ACTIONS(4173), - [sym_property_modifier] = ACTIONS(4173), - [anon_sym_abstract] = ACTIONS(4173), - [anon_sym_final] = ACTIONS(4173), - [anon_sym_open] = ACTIONS(4173), - [anon_sym_vararg] = ACTIONS(4173), - [anon_sym_noinline] = ACTIONS(4173), - [anon_sym_crossinline] = ACTIONS(4173), - [anon_sym_expect] = ACTIONS(4173), - [anon_sym_actual] = ACTIONS(4173), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4175), - [sym_safe_nav] = ACTIONS(4175), - [sym_multiline_comment] = ACTIONS(3), - }, - [3676] = { - [aux_sym_user_type_repeat1] = STATE(3676), - [sym__alpha_identifier] = ACTIONS(4166), - [anon_sym_AT] = ACTIONS(4168), - [anon_sym_LBRACK] = ACTIONS(4168), - [anon_sym_typealias] = ACTIONS(4166), - [anon_sym_class] = ACTIONS(4166), - [anon_sym_interface] = ACTIONS(4166), - [anon_sym_enum] = ACTIONS(4166), - [anon_sym_LBRACE] = ACTIONS(4168), - [anon_sym_LPAREN] = ACTIONS(4168), - [anon_sym_val] = ACTIONS(4166), - [anon_sym_var] = ACTIONS(4166), - [anon_sym_object] = ACTIONS(4166), - [anon_sym_fun] = ACTIONS(4166), - [anon_sym_DOT] = ACTIONS(6998), - [anon_sym_get] = ACTIONS(4166), - [anon_sym_set] = ACTIONS(4166), - [anon_sym_this] = ACTIONS(4166), - [anon_sym_super] = ACTIONS(4166), - [anon_sym_STAR] = ACTIONS(4168), - [sym_label] = ACTIONS(4166), - [anon_sym_for] = ACTIONS(4166), - [anon_sym_while] = ACTIONS(4166), - [anon_sym_do] = ACTIONS(4166), - [anon_sym_null] = ACTIONS(4166), - [anon_sym_if] = ACTIONS(4166), - [anon_sym_when] = ACTIONS(4166), - [anon_sym_try] = ACTIONS(4166), - [anon_sym_throw] = ACTIONS(4166), - [anon_sym_return] = ACTIONS(4166), - [anon_sym_continue] = ACTIONS(4166), - [anon_sym_break] = ACTIONS(4166), - [anon_sym_COLON_COLON] = ACTIONS(4168), - [anon_sym_PLUS] = ACTIONS(4166), - [anon_sym_DASH] = ACTIONS(4166), - [anon_sym_PLUS_PLUS] = ACTIONS(4168), - [anon_sym_DASH_DASH] = ACTIONS(4168), - [anon_sym_BANG] = ACTIONS(4168), - [anon_sym_suspend] = ACTIONS(4166), - [anon_sym_sealed] = ACTIONS(4166), - [anon_sym_annotation] = ACTIONS(4166), - [anon_sym_data] = ACTIONS(4166), - [anon_sym_inner] = ACTIONS(4166), - [anon_sym_value] = ACTIONS(4166), - [anon_sym_override] = ACTIONS(4166), - [anon_sym_lateinit] = ACTIONS(4166), - [anon_sym_public] = ACTIONS(4166), - [anon_sym_private] = ACTIONS(4166), - [anon_sym_internal] = ACTIONS(4166), - [anon_sym_protected] = ACTIONS(4166), - [anon_sym_tailrec] = ACTIONS(4166), - [anon_sym_operator] = ACTIONS(4166), - [anon_sym_infix] = ACTIONS(4166), - [anon_sym_inline] = ACTIONS(4166), - [anon_sym_external] = ACTIONS(4166), - [sym_property_modifier] = ACTIONS(4166), - [anon_sym_abstract] = ACTIONS(4166), - [anon_sym_final] = ACTIONS(4166), - [anon_sym_open] = ACTIONS(4166), - [anon_sym_vararg] = ACTIONS(4166), - [anon_sym_noinline] = ACTIONS(4166), - [anon_sym_crossinline] = ACTIONS(4166), - [anon_sym_expect] = ACTIONS(4166), - [anon_sym_actual] = ACTIONS(4166), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4168), - [anon_sym_continue_AT] = ACTIONS(4168), - [anon_sym_break_AT] = ACTIONS(4168), - [anon_sym_this_AT] = ACTIONS(4168), - [anon_sym_super_AT] = ACTIONS(4168), - [sym_real_literal] = ACTIONS(4168), - [sym_integer_literal] = ACTIONS(4166), - [sym_hex_literal] = ACTIONS(4168), - [sym_bin_literal] = ACTIONS(4168), - [anon_sym_true] = ACTIONS(4166), - [anon_sym_false] = ACTIONS(4166), - [anon_sym_SQUOTE] = ACTIONS(4168), - [sym__backtick_identifier] = ACTIONS(4168), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4168), - }, - [3677] = { - [sym_type_constraints] = STATE(3908), - [sym_function_body] = STATE(3159), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), - }, - [3678] = { - [sym_type_constraints] = STATE(3984), - [sym_function_body] = STATE(3530), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_COLON] = ACTIONS(7001), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_RBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_RPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4139), - [anon_sym_DASH_GT] = ACTIONS(4139), - [sym_label] = ACTIONS(4139), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_while] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4139), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - }, - [3679] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4262), - [anon_sym_LPAREN] = ACTIONS(7003), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4259), - [anon_sym_fun] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4004), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4259), - [anon_sym_super] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4259), - [anon_sym_DOT_DOT] = ACTIONS(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [anon_sym_null] = ACTIONS(4259), - [anon_sym_if] = ACTIONS(4259), - [anon_sym_else] = ACTIONS(4259), - [anon_sym_when] = ACTIONS(4259), - [anon_sym_try] = ACTIONS(4259), - [anon_sym_throw] = ACTIONS(4259), - [anon_sym_return] = ACTIONS(4259), - [anon_sym_continue] = ACTIONS(4259), - [anon_sym_break] = ACTIONS(4259), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4262), - [anon_sym_is] = ACTIONS(4259), - [anon_sym_BANGis] = ACTIONS(4262), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4259), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4262), - [anon_sym_continue_AT] = ACTIONS(4262), - [anon_sym_break_AT] = ACTIONS(4262), - [anon_sym_this_AT] = ACTIONS(4262), - [anon_sym_super_AT] = ACTIONS(4262), - [sym_real_literal] = ACTIONS(4262), - [sym_integer_literal] = ACTIONS(4259), - [sym_hex_literal] = ACTIONS(4262), - [sym_bin_literal] = ACTIONS(4262), - [anon_sym_true] = ACTIONS(4259), - [anon_sym_false] = ACTIONS(4259), - [anon_sym_SQUOTE] = ACTIONS(4262), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4262), - [sym_safe_nav] = ACTIONS(4009), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4262), - }, - [3680] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4009), - [anon_sym_COLON] = ACTIONS(4004), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_constructor] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_RBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_LT] = ACTIONS(4009), - [anon_sym_where] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_get] = ACTIONS(4004), - [anon_sym_set] = ACTIONS(4004), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4009), - [sym_label] = ACTIONS(4004), - [anon_sym_in] = ACTIONS(4004), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4004), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4009), - [anon_sym_is] = ACTIONS(4004), - [anon_sym_BANGis] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_suspend] = ACTIONS(4004), - [anon_sym_sealed] = ACTIONS(4004), - [anon_sym_annotation] = ACTIONS(4004), - [anon_sym_data] = ACTIONS(4004), - [anon_sym_inner] = ACTIONS(4004), - [anon_sym_value] = ACTIONS(4004), - [anon_sym_override] = ACTIONS(4004), - [anon_sym_lateinit] = ACTIONS(4004), - [anon_sym_public] = ACTIONS(4004), - [anon_sym_private] = ACTIONS(4004), - [anon_sym_internal] = ACTIONS(4004), - [anon_sym_protected] = ACTIONS(4004), - [anon_sym_tailrec] = ACTIONS(4004), - [anon_sym_operator] = ACTIONS(4004), - [anon_sym_infix] = ACTIONS(4004), - [anon_sym_inline] = ACTIONS(4004), - [anon_sym_external] = ACTIONS(4004), - [sym_property_modifier] = ACTIONS(4004), - [anon_sym_abstract] = ACTIONS(4004), - [anon_sym_final] = ACTIONS(4004), - [anon_sym_open] = ACTIONS(4004), - [anon_sym_vararg] = ACTIONS(4004), - [anon_sym_noinline] = ACTIONS(4004), - [anon_sym_crossinline] = ACTIONS(4004), - [anon_sym_expect] = ACTIONS(4004), - [anon_sym_actual] = ACTIONS(4004), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4009), - [sym__automatic_semicolon] = ACTIONS(4009), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [3681] = { - [sym_type_constraints] = STATE(4019), - [sym_function_body] = STATE(3507), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_COLON] = ACTIONS(7007), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_RBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_RPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [anon_sym_DASH_GT] = ACTIONS(4149), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_while] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - }, - [3682] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4004), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4284), - [anon_sym_LPAREN] = ACTIONS(7009), - [anon_sym_LT] = ACTIONS(4004), - [anon_sym_GT] = ACTIONS(4004), - [anon_sym_object] = ACTIONS(4281), - [anon_sym_fun] = ACTIONS(4281), - [anon_sym_DOT] = ACTIONS(4004), - [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(4009), - [anon_sym_QMARK_COLON] = ACTIONS(4009), - [anon_sym_AMP_AMP] = ACTIONS(4009), - [anon_sym_PIPE_PIPE] = ACTIONS(4009), - [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(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4004), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4009), - [anon_sym_EQ_EQ] = ACTIONS(4004), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4009), - [anon_sym_LT_EQ] = ACTIONS(4009), - [anon_sym_GT_EQ] = ACTIONS(4009), - [anon_sym_BANGin] = ACTIONS(4284), - [anon_sym_is] = ACTIONS(4281), - [anon_sym_BANGis] = ACTIONS(4284), - [anon_sym_PLUS] = ACTIONS(4281), - [anon_sym_DASH] = ACTIONS(4281), - [anon_sym_SLASH] = ACTIONS(4004), - [anon_sym_PERCENT] = ACTIONS(4004), - [anon_sym_as_QMARK] = ACTIONS(4009), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4281), - [anon_sym_BANG_BANG] = ACTIONS(4009), - [anon_sym_data] = ACTIONS(4281), - [anon_sym_inner] = ACTIONS(4281), - [anon_sym_value] = ACTIONS(4281), - [anon_sym_expect] = ACTIONS(4281), - [anon_sym_actual] = ACTIONS(4281), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4284), - [anon_sym_continue_AT] = ACTIONS(4284), - [anon_sym_break_AT] = ACTIONS(4284), - [anon_sym_this_AT] = ACTIONS(4284), - [anon_sym_super_AT] = ACTIONS(4284), - [sym_real_literal] = ACTIONS(4284), - [sym_integer_literal] = ACTIONS(4281), - [sym_hex_literal] = ACTIONS(4284), - [sym_bin_literal] = ACTIONS(4284), - [anon_sym_true] = ACTIONS(4281), - [anon_sym_false] = ACTIONS(4281), - [anon_sym_SQUOTE] = ACTIONS(4284), - [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4284), - [sym_safe_nav] = ACTIONS(4009), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4284), - }, - [3683] = { - [sym_type_constraints] = STATE(3791), - [sym_enum_class_body] = STATE(3952), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_COLON] = ACTIONS(7013), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [sym_label] = ACTIONS(4323), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), - }, - [3684] = { - [sym_type_constraints] = STATE(3868), - [sym_function_body] = STATE(3220), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), - }, - [3685] = { - [sym_type_constraints] = STATE(3823), - [sym_enum_class_body] = STATE(3839), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_COLON] = ACTIONS(5988), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3286), - [anon_sym_sealed] = ACTIONS(3286), - [anon_sym_annotation] = ACTIONS(3286), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_override] = ACTIONS(3286), - [anon_sym_lateinit] = ACTIONS(3286), - [anon_sym_public] = ACTIONS(3286), - [anon_sym_private] = ACTIONS(3286), - [anon_sym_internal] = ACTIONS(3286), - [anon_sym_protected] = ACTIONS(3286), - [anon_sym_tailrec] = ACTIONS(3286), - [anon_sym_operator] = ACTIONS(3286), - [anon_sym_infix] = ACTIONS(3286), - [anon_sym_inline] = ACTIONS(3286), - [anon_sym_external] = ACTIONS(3286), - [sym_property_modifier] = ACTIONS(3286), - [anon_sym_abstract] = ACTIONS(3286), - [anon_sym_final] = ACTIONS(3286), - [anon_sym_open] = ACTIONS(3286), - [anon_sym_vararg] = ACTIONS(3286), - [anon_sym_noinline] = ACTIONS(3286), - [anon_sym_crossinline] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - }, - [3686] = { - [sym_class_body] = STATE(3861), - [sym_type_constraints] = STATE(3816), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(7015), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - }, - [3687] = { - [sym_type_constraints] = STATE(4036), - [sym_function_body] = STATE(3490), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_COLON] = ACTIONS(7017), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_RBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_RPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [anon_sym_DASH_GT] = ACTIONS(4162), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_while] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - }, - [3688] = { - [aux_sym_user_type_repeat1] = STATE(3632), - [sym__alpha_identifier] = ACTIONS(4193), - [anon_sym_AT] = ACTIONS(4195), - [anon_sym_LBRACK] = ACTIONS(4195), - [anon_sym_typealias] = ACTIONS(4193), - [anon_sym_class] = ACTIONS(4193), - [anon_sym_interface] = ACTIONS(4193), - [anon_sym_enum] = ACTIONS(4193), - [anon_sym_LBRACE] = ACTIONS(4195), - [anon_sym_LPAREN] = ACTIONS(4195), - [anon_sym_val] = ACTIONS(4193), - [anon_sym_var] = ACTIONS(4193), - [anon_sym_object] = ACTIONS(4193), - [anon_sym_fun] = ACTIONS(4193), - [anon_sym_DOT] = ACTIONS(6964), - [anon_sym_get] = ACTIONS(4193), - [anon_sym_set] = ACTIONS(4193), - [anon_sym_this] = ACTIONS(4193), - [anon_sym_super] = ACTIONS(4193), - [anon_sym_STAR] = ACTIONS(4195), - [sym_label] = ACTIONS(4193), - [anon_sym_for] = ACTIONS(4193), - [anon_sym_while] = ACTIONS(4193), - [anon_sym_do] = ACTIONS(4193), - [anon_sym_null] = ACTIONS(4193), - [anon_sym_if] = ACTIONS(4193), - [anon_sym_when] = ACTIONS(4193), - [anon_sym_try] = ACTIONS(4193), - [anon_sym_throw] = ACTIONS(4193), - [anon_sym_return] = ACTIONS(4193), - [anon_sym_continue] = ACTIONS(4193), - [anon_sym_break] = ACTIONS(4193), - [anon_sym_COLON_COLON] = ACTIONS(4195), - [anon_sym_PLUS] = ACTIONS(4193), - [anon_sym_DASH] = ACTIONS(4193), - [anon_sym_PLUS_PLUS] = ACTIONS(4195), - [anon_sym_DASH_DASH] = ACTIONS(4195), - [anon_sym_BANG] = ACTIONS(4195), - [anon_sym_suspend] = ACTIONS(4193), - [anon_sym_sealed] = ACTIONS(4193), - [anon_sym_annotation] = ACTIONS(4193), - [anon_sym_data] = ACTIONS(4193), - [anon_sym_inner] = ACTIONS(4193), - [anon_sym_value] = ACTIONS(4193), - [anon_sym_override] = ACTIONS(4193), - [anon_sym_lateinit] = ACTIONS(4193), - [anon_sym_public] = ACTIONS(4193), - [anon_sym_private] = ACTIONS(4193), - [anon_sym_internal] = ACTIONS(4193), - [anon_sym_protected] = ACTIONS(4193), - [anon_sym_tailrec] = ACTIONS(4193), - [anon_sym_operator] = ACTIONS(4193), - [anon_sym_infix] = ACTIONS(4193), - [anon_sym_inline] = ACTIONS(4193), - [anon_sym_external] = ACTIONS(4193), - [sym_property_modifier] = ACTIONS(4193), - [anon_sym_abstract] = ACTIONS(4193), - [anon_sym_final] = ACTIONS(4193), - [anon_sym_open] = ACTIONS(4193), - [anon_sym_vararg] = ACTIONS(4193), - [anon_sym_noinline] = ACTIONS(4193), - [anon_sym_crossinline] = ACTIONS(4193), - [anon_sym_expect] = ACTIONS(4193), - [anon_sym_actual] = ACTIONS(4193), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4195), - [anon_sym_continue_AT] = ACTIONS(4195), - [anon_sym_break_AT] = ACTIONS(4195), - [anon_sym_this_AT] = ACTIONS(4195), - [anon_sym_super_AT] = ACTIONS(4195), - [sym_real_literal] = ACTIONS(4195), - [sym_integer_literal] = ACTIONS(4193), - [sym_hex_literal] = ACTIONS(4195), - [sym_bin_literal] = ACTIONS(4195), - [anon_sym_true] = ACTIONS(4193), - [anon_sym_false] = ACTIONS(4193), - [anon_sym_SQUOTE] = ACTIONS(4195), - [sym__backtick_identifier] = ACTIONS(4195), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4195), - }, - [3689] = { - [sym_class_body] = STATE(3173), - [sym_type_constraints] = STATE(3039), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_COLON] = ACTIONS(3488), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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), - }, - [3690] = { - [sym_function_body] = STATE(3430), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_COLON] = ACTIONS(7019), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_RPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4307), - [sym_label] = ACTIONS(4309), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_while] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_PLUS_EQ] = ACTIONS(4309), - [anon_sym_DASH_EQ] = ACTIONS(4309), - [anon_sym_STAR_EQ] = ACTIONS(4309), - [anon_sym_SLASH_EQ] = ACTIONS(4309), - [anon_sym_PERCENT_EQ] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4307), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - }, - [3691] = { - [sym__alpha_identifier] = ACTIONS(4179), - [anon_sym_AT] = ACTIONS(4181), - [anon_sym_COLON] = ACTIONS(4179), - [anon_sym_LBRACK] = ACTIONS(4181), - [anon_sym_as] = ACTIONS(4179), - [anon_sym_EQ] = ACTIONS(4179), - [anon_sym_constructor] = ACTIONS(4179), - [anon_sym_LBRACE] = ACTIONS(4181), - [anon_sym_RBRACE] = ACTIONS(4181), - [anon_sym_LPAREN] = ACTIONS(4181), - [anon_sym_COMMA] = ACTIONS(4181), - [anon_sym_LT] = ACTIONS(4179), - [anon_sym_GT] = ACTIONS(4179), - [anon_sym_where] = ACTIONS(4179), - [anon_sym_DOT] = ACTIONS(4179), - [anon_sym_SEMI] = ACTIONS(4181), - [anon_sym_get] = ACTIONS(4179), - [anon_sym_set] = ACTIONS(4179), - [anon_sym_STAR] = ACTIONS(4179), - [sym_label] = ACTIONS(4181), - [anon_sym_in] = ACTIONS(4179), - [anon_sym_DOT_DOT] = ACTIONS(4181), - [anon_sym_QMARK_COLON] = ACTIONS(4181), - [anon_sym_AMP_AMP] = ACTIONS(4181), - [anon_sym_PIPE_PIPE] = ACTIONS(4181), - [anon_sym_else] = ACTIONS(4179), - [anon_sym_COLON_COLON] = ACTIONS(4181), - [anon_sym_PLUS_EQ] = ACTIONS(4181), - [anon_sym_DASH_EQ] = ACTIONS(4181), - [anon_sym_STAR_EQ] = ACTIONS(4181), - [anon_sym_SLASH_EQ] = ACTIONS(4181), - [anon_sym_PERCENT_EQ] = ACTIONS(4181), - [anon_sym_BANG_EQ] = ACTIONS(4179), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4181), - [anon_sym_EQ_EQ] = ACTIONS(4179), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4181), - [anon_sym_LT_EQ] = ACTIONS(4181), - [anon_sym_GT_EQ] = ACTIONS(4181), - [anon_sym_BANGin] = ACTIONS(4181), - [anon_sym_is] = ACTIONS(4179), - [anon_sym_BANGis] = ACTIONS(4181), - [anon_sym_PLUS] = ACTIONS(4179), - [anon_sym_DASH] = ACTIONS(4179), - [anon_sym_SLASH] = ACTIONS(4179), - [anon_sym_PERCENT] = ACTIONS(4179), - [anon_sym_as_QMARK] = ACTIONS(4181), - [anon_sym_PLUS_PLUS] = ACTIONS(4181), - [anon_sym_DASH_DASH] = ACTIONS(4181), - [anon_sym_BANG_BANG] = ACTIONS(4181), - [anon_sym_suspend] = ACTIONS(4179), - [anon_sym_sealed] = ACTIONS(4179), - [anon_sym_annotation] = ACTIONS(4179), - [anon_sym_data] = ACTIONS(4179), - [anon_sym_inner] = ACTIONS(4179), - [anon_sym_value] = ACTIONS(4179), - [anon_sym_override] = ACTIONS(4179), - [anon_sym_lateinit] = ACTIONS(4179), - [anon_sym_public] = ACTIONS(4179), - [anon_sym_private] = ACTIONS(4179), - [anon_sym_internal] = ACTIONS(4179), - [anon_sym_protected] = ACTIONS(4179), - [anon_sym_tailrec] = ACTIONS(4179), - [anon_sym_operator] = ACTIONS(4179), - [anon_sym_infix] = ACTIONS(4179), - [anon_sym_inline] = ACTIONS(4179), - [anon_sym_external] = ACTIONS(4179), - [sym_property_modifier] = ACTIONS(4179), - [anon_sym_abstract] = ACTIONS(4179), - [anon_sym_final] = ACTIONS(4179), - [anon_sym_open] = ACTIONS(4179), - [anon_sym_vararg] = ACTIONS(4179), - [anon_sym_noinline] = ACTIONS(4179), - [anon_sym_crossinline] = ACTIONS(4179), - [anon_sym_expect] = ACTIONS(4179), - [anon_sym_actual] = ACTIONS(4179), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4181), - [sym__automatic_semicolon] = ACTIONS(4181), - [sym_safe_nav] = ACTIONS(4181), - [sym_multiline_comment] = ACTIONS(3), - }, - [3692] = { - [sym_type_constraints] = STATE(3820), - [sym_enum_class_body] = STATE(3861), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(7021), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - }, - [3693] = { - [sym_class_body] = STATE(3206), - [sym_type_constraints] = STATE(3024), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_COLON] = ACTIONS(7023), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4327), - [anon_sym_fun] = ACTIONS(4327), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_this] = ACTIONS(4327), - [anon_sym_super] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4329), - [sym_label] = ACTIONS(4327), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_null] = ACTIONS(4327), - [anon_sym_if] = ACTIONS(4327), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_when] = ACTIONS(4327), - [anon_sym_try] = ACTIONS(4327), - [anon_sym_throw] = ACTIONS(4327), - [anon_sym_return] = ACTIONS(4327), - [anon_sym_continue] = ACTIONS(4327), - [anon_sym_break] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4329), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG] = ACTIONS(4327), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4329), - [anon_sym_continue_AT] = ACTIONS(4329), - [anon_sym_break_AT] = ACTIONS(4329), - [anon_sym_this_AT] = ACTIONS(4329), - [anon_sym_super_AT] = ACTIONS(4329), - [sym_real_literal] = ACTIONS(4329), - [sym_integer_literal] = ACTIONS(4327), - [sym_hex_literal] = ACTIONS(4329), - [sym_bin_literal] = ACTIONS(4329), - [anon_sym_true] = ACTIONS(4327), - [anon_sym_false] = ACTIONS(4327), - [anon_sym_SQUOTE] = ACTIONS(4329), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4329), - }, - [3694] = { - [sym_function_body] = STATE(3414), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_COLON] = ACTIONS(7025), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_RPAREN] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4275), - [sym_label] = ACTIONS(4277), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_while] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_PLUS_EQ] = ACTIONS(4277), - [anon_sym_DASH_EQ] = ACTIONS(4277), - [anon_sym_STAR_EQ] = ACTIONS(4277), - [anon_sym_SLASH_EQ] = ACTIONS(4277), - [anon_sym_PERCENT_EQ] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4275), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_suspend] = ACTIONS(4275), - [anon_sym_sealed] = ACTIONS(4275), - [anon_sym_annotation] = ACTIONS(4275), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_override] = ACTIONS(4275), - [anon_sym_lateinit] = ACTIONS(4275), - [anon_sym_public] = ACTIONS(4275), - [anon_sym_private] = ACTIONS(4275), - [anon_sym_internal] = ACTIONS(4275), - [anon_sym_protected] = ACTIONS(4275), - [anon_sym_tailrec] = ACTIONS(4275), - [anon_sym_operator] = ACTIONS(4275), - [anon_sym_infix] = ACTIONS(4275), - [anon_sym_inline] = ACTIONS(4275), - [anon_sym_external] = ACTIONS(4275), - [sym_property_modifier] = ACTIONS(4275), - [anon_sym_abstract] = ACTIONS(4275), - [anon_sym_final] = ACTIONS(4275), - [anon_sym_open] = ACTIONS(4275), - [anon_sym_vararg] = ACTIONS(4275), - [anon_sym_noinline] = ACTIONS(4275), - [anon_sym_crossinline] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), - [sym_multiline_comment] = ACTIONS(3), - }, - [3695] = { - [sym_type_constraints] = STATE(3020), - [sym_enum_class_body] = STATE(3061), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(3486), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_this] = ACTIONS(3278), - [anon_sym_super] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3278), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_data] = ACTIONS(3278), - [anon_sym_inner] = ACTIONS(3278), - [anon_sym_value] = ACTIONS(3278), - [anon_sym_expect] = ACTIONS(3278), - [anon_sym_actual] = ACTIONS(3278), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [3696] = { - [sym_class_body] = STATE(3061), - [sym_type_constraints] = STATE(3015), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(3484), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_this] = ACTIONS(3278), - [anon_sym_super] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3278), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_data] = ACTIONS(3278), - [anon_sym_inner] = ACTIONS(3278), - [anon_sym_value] = ACTIONS(3278), - [anon_sym_expect] = ACTIONS(3278), - [anon_sym_actual] = ACTIONS(3278), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [3697] = { - [sym_type_constraints] = STATE(3007), - [sym_enum_class_body] = STATE(3255), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(7027), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4218), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4218), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), - }, - [3698] = { - [sym_class_body] = STATE(3255), - [sym_type_constraints] = STATE(3006), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(7029), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4218), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4218), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), - }, - [3699] = { - [sym_type_constraints] = STATE(3005), - [sym_enum_class_body] = STATE(3254), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_COLON] = ACTIONS(3482), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), - }, - [3700] = { - [sym_class_body] = STATE(3953), - [sym_type_constraints] = STATE(3786), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(5990), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - }, - [3701] = { - [sym_type_constraints] = STATE(3753), - [sym_enum_class_body] = STATE(3953), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(6006), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - }, - [3702] = { - [sym_class_body] = STATE(3884), - [sym_type_constraints] = STATE(3739), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_COLON] = ACTIONS(7031), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [sym_label] = ACTIONS(4329), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), - [sym_multiline_comment] = ACTIONS(3), - }, - [3703] = { - [sym_type_constraints] = STATE(2996), - [sym_enum_class_body] = STATE(3200), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_COLON] = ACTIONS(7033), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4321), - [anon_sym_fun] = ACTIONS(4321), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_this] = ACTIONS(4321), - [anon_sym_super] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4323), - [sym_label] = ACTIONS(4321), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_null] = ACTIONS(4321), - [anon_sym_if] = ACTIONS(4321), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_when] = ACTIONS(4321), - [anon_sym_try] = ACTIONS(4321), - [anon_sym_throw] = ACTIONS(4321), - [anon_sym_return] = ACTIONS(4321), - [anon_sym_continue] = ACTIONS(4321), - [anon_sym_break] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4323), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG] = ACTIONS(4321), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4323), - [anon_sym_continue_AT] = ACTIONS(4323), - [anon_sym_break_AT] = ACTIONS(4323), - [anon_sym_this_AT] = ACTIONS(4323), - [anon_sym_super_AT] = ACTIONS(4323), - [sym_real_literal] = ACTIONS(4323), - [sym_integer_literal] = ACTIONS(4321), - [sym_hex_literal] = ACTIONS(4323), - [sym_bin_literal] = ACTIONS(4323), - [anon_sym_true] = ACTIONS(4321), - [anon_sym_false] = ACTIONS(4321), - [anon_sym_SQUOTE] = ACTIONS(4323), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4323), - }, - [3704] = { - [sym__alpha_identifier] = ACTIONS(4451), - [anon_sym_AT] = ACTIONS(4453), - [anon_sym_LBRACK] = ACTIONS(4453), - [anon_sym_as] = ACTIONS(4451), - [anon_sym_EQ] = ACTIONS(4451), - [anon_sym_LBRACE] = ACTIONS(4453), - [anon_sym_RBRACE] = ACTIONS(4453), - [anon_sym_LPAREN] = ACTIONS(4453), - [anon_sym_COMMA] = ACTIONS(4453), - [anon_sym_LT] = ACTIONS(4451), - [anon_sym_GT] = ACTIONS(4451), - [anon_sym_where] = ACTIONS(4451), - [anon_sym_DOT] = ACTIONS(4451), - [anon_sym_SEMI] = ACTIONS(4453), - [anon_sym_get] = ACTIONS(4451), - [anon_sym_set] = ACTIONS(4451), - [anon_sym_STAR] = ACTIONS(4451), - [sym_label] = ACTIONS(4453), - [anon_sym_in] = ACTIONS(4451), - [anon_sym_DOT_DOT] = ACTIONS(4453), - [anon_sym_QMARK_COLON] = ACTIONS(4453), - [anon_sym_AMP_AMP] = ACTIONS(4453), - [anon_sym_PIPE_PIPE] = ACTIONS(4453), - [anon_sym_else] = ACTIONS(4451), - [anon_sym_catch] = ACTIONS(4451), - [anon_sym_finally] = ACTIONS(4451), - [anon_sym_COLON_COLON] = ACTIONS(4453), - [anon_sym_PLUS_EQ] = ACTIONS(4453), - [anon_sym_DASH_EQ] = ACTIONS(4453), - [anon_sym_STAR_EQ] = ACTIONS(4453), - [anon_sym_SLASH_EQ] = ACTIONS(4453), - [anon_sym_PERCENT_EQ] = ACTIONS(4453), - [anon_sym_BANG_EQ] = ACTIONS(4451), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4453), - [anon_sym_EQ_EQ] = ACTIONS(4451), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4453), - [anon_sym_LT_EQ] = ACTIONS(4453), - [anon_sym_GT_EQ] = ACTIONS(4453), - [anon_sym_BANGin] = ACTIONS(4453), - [anon_sym_is] = ACTIONS(4451), - [anon_sym_BANGis] = ACTIONS(4453), - [anon_sym_PLUS] = ACTIONS(4451), - [anon_sym_DASH] = ACTIONS(4451), - [anon_sym_SLASH] = ACTIONS(4451), - [anon_sym_PERCENT] = ACTIONS(4451), - [anon_sym_as_QMARK] = ACTIONS(4453), - [anon_sym_PLUS_PLUS] = ACTIONS(4453), - [anon_sym_DASH_DASH] = ACTIONS(4453), - [anon_sym_BANG_BANG] = ACTIONS(4453), - [anon_sym_suspend] = ACTIONS(4451), - [anon_sym_sealed] = ACTIONS(4451), - [anon_sym_annotation] = ACTIONS(4451), - [anon_sym_data] = ACTIONS(4451), - [anon_sym_inner] = ACTIONS(4451), - [anon_sym_value] = ACTIONS(4451), - [anon_sym_override] = ACTIONS(4451), - [anon_sym_lateinit] = ACTIONS(4451), - [anon_sym_public] = ACTIONS(4451), - [anon_sym_private] = ACTIONS(4451), - [anon_sym_internal] = ACTIONS(4451), - [anon_sym_protected] = ACTIONS(4451), - [anon_sym_tailrec] = ACTIONS(4451), - [anon_sym_operator] = ACTIONS(4451), - [anon_sym_infix] = ACTIONS(4451), - [anon_sym_inline] = ACTIONS(4451), - [anon_sym_external] = ACTIONS(4451), - [sym_property_modifier] = ACTIONS(4451), - [anon_sym_abstract] = ACTIONS(4451), - [anon_sym_final] = ACTIONS(4451), - [anon_sym_open] = ACTIONS(4451), - [anon_sym_vararg] = ACTIONS(4451), - [anon_sym_noinline] = ACTIONS(4451), - [anon_sym_crossinline] = ACTIONS(4451), - [anon_sym_expect] = ACTIONS(4451), - [anon_sym_actual] = ACTIONS(4451), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4453), - [sym__automatic_semicolon] = ACTIONS(4453), - [sym_safe_nav] = ACTIONS(4453), - [sym_multiline_comment] = ACTIONS(3), - }, - [3705] = { - [sym_type_constraints] = STATE(4020), - [sym_function_body] = STATE(3268), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [3706] = { - [sym_function_body] = STATE(3266), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_COMMA] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_where] = ACTIONS(4443), - [anon_sym_object] = ACTIONS(4443), - [anon_sym_fun] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_this] = ACTIONS(4443), - [anon_sym_super] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4445), - [sym_label] = ACTIONS(4443), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_null] = ACTIONS(4443), - [anon_sym_if] = ACTIONS(4443), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_when] = ACTIONS(4443), - [anon_sym_try] = ACTIONS(4443), - [anon_sym_throw] = ACTIONS(4443), - [anon_sym_return] = ACTIONS(4443), - [anon_sym_continue] = ACTIONS(4443), - [anon_sym_break] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4445), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(4443), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4445), - [anon_sym_continue_AT] = ACTIONS(4445), - [anon_sym_break_AT] = ACTIONS(4445), - [anon_sym_this_AT] = ACTIONS(4445), - [anon_sym_super_AT] = ACTIONS(4445), - [sym_real_literal] = ACTIONS(4445), - [sym_integer_literal] = ACTIONS(4443), - [sym_hex_literal] = ACTIONS(4445), - [sym_bin_literal] = ACTIONS(4445), - [anon_sym_true] = ACTIONS(4443), - [anon_sym_false] = ACTIONS(4443), - [anon_sym_SQUOTE] = ACTIONS(4445), - [sym__backtick_identifier] = ACTIONS(4445), - [sym__automatic_semicolon] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4445), - }, - [3707] = { - [sym_type_constraints] = STATE(3954), - [sym_function_body] = STATE(3475), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_COLON] = ACTIONS(7035), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_RBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_RPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [anon_sym_DASH_GT] = ACTIONS(4185), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_while] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - }, - [3708] = { - [sym_function_body] = STATE(3265), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(6706), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_COMMA] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_where] = ACTIONS(4447), - [anon_sym_object] = ACTIONS(4447), - [anon_sym_fun] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_this] = ACTIONS(4447), - [anon_sym_super] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4449), - [sym_label] = ACTIONS(4447), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_null] = ACTIONS(4447), - [anon_sym_if] = ACTIONS(4447), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_when] = ACTIONS(4447), - [anon_sym_try] = ACTIONS(4447), - [anon_sym_throw] = ACTIONS(4447), - [anon_sym_return] = ACTIONS(4447), - [anon_sym_continue] = ACTIONS(4447), - [anon_sym_break] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4449), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG] = ACTIONS(4447), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4449), - [anon_sym_continue_AT] = ACTIONS(4449), - [anon_sym_break_AT] = ACTIONS(4449), - [anon_sym_this_AT] = ACTIONS(4449), - [anon_sym_super_AT] = ACTIONS(4449), - [sym_real_literal] = ACTIONS(4449), - [sym_integer_literal] = ACTIONS(4447), - [sym_hex_literal] = ACTIONS(4449), - [sym_bin_literal] = ACTIONS(4449), - [anon_sym_true] = ACTIONS(4447), - [anon_sym_false] = ACTIONS(4447), - [anon_sym_SQUOTE] = ACTIONS(4449), - [sym__backtick_identifier] = ACTIONS(4449), - [sym__automatic_semicolon] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4449), - }, - [3709] = { - [sym_class_body] = STATE(3956), - [sym_type_constraints] = STATE(3721), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_COLON] = ACTIONS(6024), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [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(3270), - [anon_sym_sealed] = ACTIONS(3270), - [anon_sym_annotation] = ACTIONS(3270), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_override] = ACTIONS(3270), - [anon_sym_lateinit] = ACTIONS(3270), - [anon_sym_public] = ACTIONS(3270), - [anon_sym_private] = ACTIONS(3270), - [anon_sym_internal] = ACTIONS(3270), - [anon_sym_protected] = ACTIONS(3270), - [anon_sym_tailrec] = ACTIONS(3270), - [anon_sym_operator] = ACTIONS(3270), - [anon_sym_infix] = ACTIONS(3270), - [anon_sym_inline] = ACTIONS(3270), - [anon_sym_external] = ACTIONS(3270), - [sym_property_modifier] = ACTIONS(3270), - [anon_sym_abstract] = ACTIONS(3270), - [anon_sym_final] = ACTIONS(3270), - [anon_sym_open] = ACTIONS(3270), - [anon_sym_vararg] = ACTIONS(3270), - [anon_sym_noinline] = ACTIONS(3270), - [anon_sym_crossinline] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [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), - }, - [3710] = { - [sym_function_body] = STATE(3475), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_RPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_while] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - }, - [3711] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1557), - [sym__comparison_operator] = STATE(1583), - [sym__in_operator] = STATE(1586), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1605), - [sym__multiplicative_operator] = STATE(1614), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1657), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3167), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3169), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7043), - [anon_sym_where] = ACTIONS(3167), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7047), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7051), - [anon_sym_DOT_DOT] = ACTIONS(7053), - [anon_sym_QMARK_COLON] = ACTIONS(7055), - [anon_sym_AMP_AMP] = ACTIONS(7057), - [anon_sym_PIPE_PIPE] = ACTIONS(7059), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3169), - [anon_sym_DASH_EQ] = ACTIONS(3169), - [anon_sym_STAR_EQ] = ACTIONS(3169), - [anon_sym_SLASH_EQ] = ACTIONS(3169), - [anon_sym_PERCENT_EQ] = ACTIONS(3169), - [anon_sym_BANG_EQ] = ACTIONS(7063), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7065), - [anon_sym_EQ_EQ] = ACTIONS(7063), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7065), - [anon_sym_LT_EQ] = ACTIONS(7067), - [anon_sym_GT_EQ] = ACTIONS(7067), - [anon_sym_BANGin] = ACTIONS(7069), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7075), - [anon_sym_DASH] = ACTIONS(7075), - [anon_sym_SLASH] = ACTIONS(7047), - [anon_sym_PERCENT] = ACTIONS(7047), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3169), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [3712] = { - [sym_class_body] = STATE(3956), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [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(3270), - [anon_sym_sealed] = ACTIONS(3270), - [anon_sym_annotation] = ACTIONS(3270), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_override] = ACTIONS(3270), - [anon_sym_lateinit] = ACTIONS(3270), - [anon_sym_public] = ACTIONS(3270), - [anon_sym_private] = ACTIONS(3270), - [anon_sym_internal] = ACTIONS(3270), - [anon_sym_protected] = ACTIONS(3270), - [anon_sym_tailrec] = ACTIONS(3270), - [anon_sym_operator] = ACTIONS(3270), - [anon_sym_infix] = ACTIONS(3270), - [anon_sym_inline] = ACTIONS(3270), - [anon_sym_external] = ACTIONS(3270), - [sym_property_modifier] = ACTIONS(3270), - [anon_sym_abstract] = ACTIONS(3270), - [anon_sym_final] = ACTIONS(3270), - [anon_sym_open] = ACTIONS(3270), - [anon_sym_vararg] = ACTIONS(3270), - [anon_sym_noinline] = ACTIONS(3270), - [anon_sym_crossinline] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [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), - }, - [3713] = { - [sym_type_constraints] = STATE(3859), - [sym_function_body] = STATE(3467), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_RBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), - [anon_sym_RPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4297), - [anon_sym_DASH_GT] = ACTIONS(4297), - [sym_label] = ACTIONS(4297), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_while] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4297), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [sym__backtick_identifier] = ACTIONS(4487), + [sym__automatic_semicolon] = ACTIONS(4487), + [sym_safe_nav] = ACTIONS(4487), [sym_multiline_comment] = ACTIONS(3), }, - [3714] = { - [sym__alpha_identifier] = ACTIONS(4577), - [anon_sym_AT] = ACTIONS(4579), - [anon_sym_COLON] = ACTIONS(4577), - [anon_sym_LBRACK] = ACTIONS(4579), - [anon_sym_as] = ACTIONS(4577), - [anon_sym_EQ] = ACTIONS(4577), - [anon_sym_LBRACE] = ACTIONS(4579), - [anon_sym_RBRACE] = ACTIONS(4579), - [anon_sym_LPAREN] = ACTIONS(4579), - [anon_sym_COMMA] = ACTIONS(4579), - [anon_sym_LT] = ACTIONS(4577), - [anon_sym_GT] = ACTIONS(4577), - [anon_sym_where] = ACTIONS(4577), - [anon_sym_DOT] = ACTIONS(4577), - [anon_sym_SEMI] = ACTIONS(4579), - [anon_sym_get] = ACTIONS(4577), - [anon_sym_set] = ACTIONS(4577), - [anon_sym_STAR] = ACTIONS(4577), - [sym_label] = ACTIONS(4579), - [anon_sym_in] = ACTIONS(4577), - [anon_sym_DOT_DOT] = ACTIONS(4579), - [anon_sym_QMARK_COLON] = ACTIONS(4579), - [anon_sym_AMP_AMP] = ACTIONS(4579), - [anon_sym_PIPE_PIPE] = ACTIONS(4579), - [anon_sym_else] = ACTIONS(4577), - [anon_sym_COLON_COLON] = ACTIONS(4579), - [anon_sym_PLUS_EQ] = ACTIONS(4579), - [anon_sym_DASH_EQ] = ACTIONS(4579), - [anon_sym_STAR_EQ] = ACTIONS(4579), - [anon_sym_SLASH_EQ] = ACTIONS(4579), - [anon_sym_PERCENT_EQ] = ACTIONS(4579), - [anon_sym_BANG_EQ] = ACTIONS(4577), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4579), - [anon_sym_EQ_EQ] = ACTIONS(4577), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4579), - [anon_sym_LT_EQ] = ACTIONS(4579), - [anon_sym_GT_EQ] = ACTIONS(4579), - [anon_sym_BANGin] = ACTIONS(4579), - [anon_sym_is] = ACTIONS(4577), - [anon_sym_BANGis] = ACTIONS(4579), - [anon_sym_PLUS] = ACTIONS(4577), - [anon_sym_DASH] = ACTIONS(4577), - [anon_sym_SLASH] = ACTIONS(4577), - [anon_sym_PERCENT] = ACTIONS(4577), - [anon_sym_as_QMARK] = ACTIONS(4579), - [anon_sym_PLUS_PLUS] = ACTIONS(4579), - [anon_sym_DASH_DASH] = ACTIONS(4579), - [anon_sym_BANG_BANG] = ACTIONS(4579), - [anon_sym_suspend] = ACTIONS(4577), - [anon_sym_sealed] = ACTIONS(4577), - [anon_sym_annotation] = ACTIONS(4577), - [anon_sym_data] = ACTIONS(4577), - [anon_sym_inner] = ACTIONS(4577), - [anon_sym_value] = ACTIONS(4577), - [anon_sym_override] = ACTIONS(4577), - [anon_sym_lateinit] = ACTIONS(4577), - [anon_sym_public] = ACTIONS(4577), - [anon_sym_private] = ACTIONS(4577), - [anon_sym_internal] = ACTIONS(4577), - [anon_sym_protected] = ACTIONS(4577), - [anon_sym_tailrec] = ACTIONS(4577), - [anon_sym_operator] = ACTIONS(4577), - [anon_sym_infix] = ACTIONS(4577), - [anon_sym_inline] = ACTIONS(4577), - [anon_sym_external] = ACTIONS(4577), - [sym_property_modifier] = ACTIONS(4577), - [anon_sym_abstract] = ACTIONS(4577), - [anon_sym_final] = ACTIONS(4577), - [anon_sym_open] = ACTIONS(4577), - [anon_sym_vararg] = ACTIONS(4577), - [anon_sym_noinline] = ACTIONS(4577), - [anon_sym_crossinline] = ACTIONS(4577), - [anon_sym_expect] = ACTIONS(4577), - [anon_sym_actual] = ACTIONS(4577), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4579), - [sym__automatic_semicolon] = ACTIONS(4579), - [sym_safe_nav] = ACTIONS(4579), + [3674] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(3981), + [anon_sym_COLON] = ACTIONS(3976), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_constructor] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_RBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_LT] = ACTIONS(3981), + [anon_sym_where] = ACTIONS(3976), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_get] = ACTIONS(3976), + [anon_sym_set] = ACTIONS(3976), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(3981), + [sym_label] = ACTIONS(3976), + [anon_sym_in] = ACTIONS(3976), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(3976), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_BANGin] = ACTIONS(3981), + [anon_sym_is] = ACTIONS(3976), + [anon_sym_BANGis] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_suspend] = ACTIONS(3976), + [anon_sym_sealed] = ACTIONS(3976), + [anon_sym_annotation] = ACTIONS(3976), + [anon_sym_data] = ACTIONS(3976), + [anon_sym_inner] = ACTIONS(3976), + [anon_sym_value] = ACTIONS(3976), + [anon_sym_override] = ACTIONS(3976), + [anon_sym_lateinit] = ACTIONS(3976), + [anon_sym_public] = ACTIONS(3976), + [anon_sym_private] = ACTIONS(3976), + [anon_sym_internal] = ACTIONS(3976), + [anon_sym_protected] = ACTIONS(3976), + [anon_sym_tailrec] = ACTIONS(3976), + [anon_sym_operator] = ACTIONS(3976), + [anon_sym_infix] = ACTIONS(3976), + [anon_sym_inline] = ACTIONS(3976), + [anon_sym_external] = ACTIONS(3976), + [sym_property_modifier] = ACTIONS(3976), + [anon_sym_abstract] = ACTIONS(3976), + [anon_sym_final] = ACTIONS(3976), + [anon_sym_open] = ACTIONS(3976), + [anon_sym_vararg] = ACTIONS(3976), + [anon_sym_noinline] = ACTIONS(3976), + [anon_sym_crossinline] = ACTIONS(3976), + [anon_sym_expect] = ACTIONS(3976), + [anon_sym_actual] = ACTIONS(3976), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(3981), + [sym__automatic_semicolon] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [3675] = { + [sym_type_constraints] = STATE(3852), + [sym_function_body] = STATE(3262), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), + }, + [3676] = { + [sym_function_body] = STATE(4023), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [sym_label] = ACTIONS(4153), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), [sym_multiline_comment] = ACTIONS(3), }, - [3715] = { - [sym__alpha_identifier] = ACTIONS(4585), - [anon_sym_AT] = ACTIONS(4587), - [anon_sym_COLON] = ACTIONS(4585), - [anon_sym_LBRACK] = ACTIONS(4587), - [anon_sym_as] = ACTIONS(4585), - [anon_sym_EQ] = ACTIONS(4585), - [anon_sym_LBRACE] = ACTIONS(4587), - [anon_sym_RBRACE] = ACTIONS(4587), - [anon_sym_LPAREN] = ACTIONS(4587), - [anon_sym_COMMA] = ACTIONS(4587), - [anon_sym_LT] = ACTIONS(4585), - [anon_sym_GT] = ACTIONS(4585), - [anon_sym_where] = ACTIONS(4585), - [anon_sym_DOT] = ACTIONS(4585), - [anon_sym_SEMI] = ACTIONS(4587), - [anon_sym_get] = ACTIONS(4585), - [anon_sym_set] = ACTIONS(4585), - [anon_sym_STAR] = ACTIONS(4585), - [sym_label] = ACTIONS(4587), - [anon_sym_in] = ACTIONS(4585), - [anon_sym_DOT_DOT] = ACTIONS(4587), - [anon_sym_QMARK_COLON] = ACTIONS(4587), - [anon_sym_AMP_AMP] = ACTIONS(4587), - [anon_sym_PIPE_PIPE] = ACTIONS(4587), - [anon_sym_else] = ACTIONS(4585), - [anon_sym_COLON_COLON] = ACTIONS(4587), - [anon_sym_PLUS_EQ] = ACTIONS(4587), - [anon_sym_DASH_EQ] = ACTIONS(4587), - [anon_sym_STAR_EQ] = ACTIONS(4587), - [anon_sym_SLASH_EQ] = ACTIONS(4587), - [anon_sym_PERCENT_EQ] = ACTIONS(4587), - [anon_sym_BANG_EQ] = ACTIONS(4585), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4587), - [anon_sym_EQ_EQ] = ACTIONS(4585), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4587), - [anon_sym_LT_EQ] = ACTIONS(4587), - [anon_sym_GT_EQ] = ACTIONS(4587), - [anon_sym_BANGin] = ACTIONS(4587), - [anon_sym_is] = ACTIONS(4585), - [anon_sym_BANGis] = ACTIONS(4587), - [anon_sym_PLUS] = ACTIONS(4585), - [anon_sym_DASH] = ACTIONS(4585), - [anon_sym_SLASH] = ACTIONS(4585), - [anon_sym_PERCENT] = ACTIONS(4585), - [anon_sym_as_QMARK] = ACTIONS(4587), - [anon_sym_PLUS_PLUS] = ACTIONS(4587), - [anon_sym_DASH_DASH] = ACTIONS(4587), - [anon_sym_BANG_BANG] = ACTIONS(4587), - [anon_sym_suspend] = ACTIONS(4585), - [anon_sym_sealed] = ACTIONS(4585), - [anon_sym_annotation] = ACTIONS(4585), - [anon_sym_data] = ACTIONS(4585), - [anon_sym_inner] = ACTIONS(4585), - [anon_sym_value] = ACTIONS(4585), - [anon_sym_override] = ACTIONS(4585), - [anon_sym_lateinit] = ACTIONS(4585), - [anon_sym_public] = ACTIONS(4585), - [anon_sym_private] = ACTIONS(4585), - [anon_sym_internal] = ACTIONS(4585), - [anon_sym_protected] = ACTIONS(4585), - [anon_sym_tailrec] = ACTIONS(4585), - [anon_sym_operator] = ACTIONS(4585), - [anon_sym_infix] = ACTIONS(4585), - [anon_sym_inline] = ACTIONS(4585), - [anon_sym_external] = ACTIONS(4585), - [sym_property_modifier] = ACTIONS(4585), - [anon_sym_abstract] = ACTIONS(4585), - [anon_sym_final] = ACTIONS(4585), - [anon_sym_open] = ACTIONS(4585), - [anon_sym_vararg] = ACTIONS(4585), - [anon_sym_noinline] = ACTIONS(4585), - [anon_sym_crossinline] = ACTIONS(4585), - [anon_sym_expect] = ACTIONS(4585), - [anon_sym_actual] = ACTIONS(4585), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4587), - [sym__automatic_semicolon] = ACTIONS(4587), - [sym_safe_nav] = ACTIONS(4587), + [3677] = { + [sym_type_constraints] = STATE(3789), + [sym_enum_class_body] = STATE(3885), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_COLON] = ACTIONS(7000), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4202), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), [sym_multiline_comment] = ACTIONS(3), }, - [3716] = { - [sym_type_constraints] = STATE(3852), - [sym_function_body] = STATE(3461), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), + [3678] = { + [sym__alpha_identifier] = ACTIONS(4182), + [anon_sym_AT] = ACTIONS(4184), + [anon_sym_COLON] = ACTIONS(4182), + [anon_sym_LBRACK] = ACTIONS(4184), + [anon_sym_constructor] = ACTIONS(4182), + [anon_sym_LBRACE] = ACTIONS(4184), + [anon_sym_RBRACE] = ACTIONS(4184), + [anon_sym_LPAREN] = ACTIONS(4184), + [anon_sym_LT] = ACTIONS(4184), + [anon_sym_where] = ACTIONS(4182), + [anon_sym_object] = ACTIONS(4182), + [anon_sym_fun] = ACTIONS(4182), + [anon_sym_get] = ACTIONS(4182), + [anon_sym_set] = ACTIONS(4182), + [anon_sym_this] = ACTIONS(4182), + [anon_sym_super] = ACTIONS(4182), + [anon_sym_STAR] = ACTIONS(4184), + [sym_label] = ACTIONS(4182), + [anon_sym_in] = ACTIONS(4182), + [anon_sym_null] = ACTIONS(4182), + [anon_sym_if] = ACTIONS(4182), + [anon_sym_else] = ACTIONS(4182), + [anon_sym_when] = ACTIONS(4182), + [anon_sym_try] = ACTIONS(4182), + [anon_sym_throw] = ACTIONS(4182), + [anon_sym_return] = ACTIONS(4182), + [anon_sym_continue] = ACTIONS(4182), + [anon_sym_break] = ACTIONS(4182), + [anon_sym_COLON_COLON] = ACTIONS(4184), + [anon_sym_BANGin] = ACTIONS(4184), + [anon_sym_is] = ACTIONS(4182), + [anon_sym_BANGis] = ACTIONS(4184), + [anon_sym_PLUS] = ACTIONS(4182), + [anon_sym_DASH] = ACTIONS(4182), + [anon_sym_PLUS_PLUS] = ACTIONS(4184), + [anon_sym_DASH_DASH] = ACTIONS(4184), + [anon_sym_BANG] = ACTIONS(4182), + [anon_sym_suspend] = ACTIONS(4182), + [anon_sym_sealed] = ACTIONS(4182), + [anon_sym_annotation] = ACTIONS(4182), + [anon_sym_data] = ACTIONS(4182), + [anon_sym_inner] = ACTIONS(4182), + [anon_sym_value] = ACTIONS(4182), + [anon_sym_override] = ACTIONS(4182), + [anon_sym_lateinit] = ACTIONS(4182), + [anon_sym_public] = ACTIONS(4182), + [anon_sym_private] = ACTIONS(4182), + [anon_sym_internal] = ACTIONS(4182), + [anon_sym_protected] = ACTIONS(4182), + [anon_sym_tailrec] = ACTIONS(4182), + [anon_sym_operator] = ACTIONS(4182), + [anon_sym_infix] = ACTIONS(4182), + [anon_sym_inline] = ACTIONS(4182), + [anon_sym_external] = ACTIONS(4182), + [sym_property_modifier] = ACTIONS(4182), + [anon_sym_abstract] = ACTIONS(4182), + [anon_sym_final] = ACTIONS(4182), + [anon_sym_open] = ACTIONS(4182), + [anon_sym_vararg] = ACTIONS(4182), + [anon_sym_noinline] = ACTIONS(4182), + [anon_sym_crossinline] = ACTIONS(4182), + [anon_sym_expect] = ACTIONS(4182), + [anon_sym_actual] = ACTIONS(4182), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4184), + [anon_sym_continue_AT] = ACTIONS(4184), + [anon_sym_break_AT] = ACTIONS(4184), + [anon_sym_this_AT] = ACTIONS(4184), + [anon_sym_super_AT] = ACTIONS(4184), + [sym_real_literal] = ACTIONS(4184), + [sym_integer_literal] = ACTIONS(4182), + [sym_hex_literal] = ACTIONS(4184), + [sym_bin_literal] = ACTIONS(4184), + [anon_sym_true] = ACTIONS(4182), + [anon_sym_false] = ACTIONS(4182), + [anon_sym_SQUOTE] = ACTIONS(4184), + [sym__backtick_identifier] = ACTIONS(4184), + [sym__automatic_semicolon] = ACTIONS(4184), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4184), + }, + [3679] = { + [sym_type_constraints] = STATE(3818), + [sym_enum_class_body] = STATE(3829), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(5950), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3274), + [anon_sym_sealed] = ACTIONS(3274), + [anon_sym_annotation] = ACTIONS(3274), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_override] = ACTIONS(3274), + [anon_sym_lateinit] = ACTIONS(3274), + [anon_sym_public] = ACTIONS(3274), + [anon_sym_private] = ACTIONS(3274), + [anon_sym_internal] = ACTIONS(3274), + [anon_sym_protected] = ACTIONS(3274), + [anon_sym_tailrec] = ACTIONS(3274), + [anon_sym_operator] = ACTIONS(3274), + [anon_sym_infix] = ACTIONS(3274), + [anon_sym_inline] = ACTIONS(3274), + [anon_sym_external] = ACTIONS(3274), + [sym_property_modifier] = ACTIONS(3274), + [anon_sym_abstract] = ACTIONS(3274), + [anon_sym_final] = ACTIONS(3274), + [anon_sym_open] = ACTIONS(3274), + [anon_sym_vararg] = ACTIONS(3274), + [anon_sym_noinline] = ACTIONS(3274), + [anon_sym_crossinline] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + }, + [3680] = { + [sym_class_body] = STATE(3859), + [sym_type_constraints] = STATE(3817), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(7002), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + }, + [3681] = { + [sym__alpha_identifier] = ACTIONS(4414), + [anon_sym_AT] = ACTIONS(4416), + [anon_sym_COLON] = ACTIONS(4414), + [anon_sym_LBRACK] = ACTIONS(4416), + [anon_sym_as] = ACTIONS(4414), + [anon_sym_EQ] = ACTIONS(4414), + [anon_sym_constructor] = ACTIONS(4414), + [anon_sym_LBRACE] = ACTIONS(4416), + [anon_sym_RBRACE] = ACTIONS(4416), + [anon_sym_LPAREN] = ACTIONS(4416), + [anon_sym_COMMA] = ACTIONS(4416), + [anon_sym_LT] = ACTIONS(4414), + [anon_sym_GT] = ACTIONS(4414), + [anon_sym_where] = ACTIONS(4414), + [anon_sym_DOT] = ACTIONS(4414), + [anon_sym_SEMI] = ACTIONS(4416), + [anon_sym_get] = ACTIONS(4414), + [anon_sym_set] = ACTIONS(4414), + [anon_sym_STAR] = ACTIONS(4414), + [sym_label] = ACTIONS(4416), + [anon_sym_in] = ACTIONS(4414), + [anon_sym_DOT_DOT] = ACTIONS(4416), + [anon_sym_QMARK_COLON] = ACTIONS(4416), + [anon_sym_AMP_AMP] = ACTIONS(4416), + [anon_sym_PIPE_PIPE] = ACTIONS(4416), + [anon_sym_else] = ACTIONS(4414), + [anon_sym_COLON_COLON] = ACTIONS(4416), + [anon_sym_PLUS_EQ] = ACTIONS(4416), + [anon_sym_DASH_EQ] = ACTIONS(4416), + [anon_sym_STAR_EQ] = ACTIONS(4416), + [anon_sym_SLASH_EQ] = ACTIONS(4416), + [anon_sym_PERCENT_EQ] = ACTIONS(4416), + [anon_sym_BANG_EQ] = ACTIONS(4414), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4416), + [anon_sym_EQ_EQ] = ACTIONS(4414), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4416), + [anon_sym_LT_EQ] = ACTIONS(4416), + [anon_sym_GT_EQ] = ACTIONS(4416), + [anon_sym_BANGin] = ACTIONS(4416), + [anon_sym_is] = ACTIONS(4414), + [anon_sym_BANGis] = ACTIONS(4416), + [anon_sym_PLUS] = ACTIONS(4414), + [anon_sym_DASH] = ACTIONS(4414), + [anon_sym_SLASH] = ACTIONS(4414), + [anon_sym_PERCENT] = ACTIONS(4414), + [anon_sym_as_QMARK] = ACTIONS(4416), + [anon_sym_PLUS_PLUS] = ACTIONS(4416), + [anon_sym_DASH_DASH] = ACTIONS(4416), + [anon_sym_BANG_BANG] = ACTIONS(4416), + [anon_sym_suspend] = ACTIONS(4414), + [anon_sym_sealed] = ACTIONS(4414), + [anon_sym_annotation] = ACTIONS(4414), + [anon_sym_data] = ACTIONS(4414), + [anon_sym_inner] = ACTIONS(4414), + [anon_sym_value] = ACTIONS(4414), + [anon_sym_override] = ACTIONS(4414), + [anon_sym_lateinit] = ACTIONS(4414), + [anon_sym_public] = ACTIONS(4414), + [anon_sym_private] = ACTIONS(4414), + [anon_sym_internal] = ACTIONS(4414), + [anon_sym_protected] = ACTIONS(4414), + [anon_sym_tailrec] = ACTIONS(4414), + [anon_sym_operator] = ACTIONS(4414), + [anon_sym_infix] = ACTIONS(4414), + [anon_sym_inline] = ACTIONS(4414), + [anon_sym_external] = ACTIONS(4414), + [sym_property_modifier] = ACTIONS(4414), + [anon_sym_abstract] = ACTIONS(4414), + [anon_sym_final] = ACTIONS(4414), + [anon_sym_open] = ACTIONS(4414), + [anon_sym_vararg] = ACTIONS(4414), + [anon_sym_noinline] = ACTIONS(4414), + [anon_sym_crossinline] = ACTIONS(4414), + [anon_sym_expect] = ACTIONS(4414), + [anon_sym_actual] = ACTIONS(4414), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4416), + [sym__automatic_semicolon] = ACTIONS(4416), + [sym_safe_nav] = ACTIONS(4416), + [sym_multiline_comment] = ACTIONS(3), + }, + [3682] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_RBRACK] = ACTIONS(4287), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(7004), + [anon_sym_COMMA] = ACTIONS(4287), + [anon_sym_RPAREN] = ACTIONS(4287), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_where] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4284), + [anon_sym_DASH_GT] = ACTIONS(4287), + [sym_label] = ACTIONS(4281), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_while] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4289), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4284), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4287), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4284), + [sym_safe_nav] = ACTIONS(4287), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [3683] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), [anon_sym_RBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(7008), [anon_sym_COMMA] = ACTIONS(4301), [anon_sym_RPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4299), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4303), [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4298), [anon_sym_DASH_GT] = ACTIONS(4301), - [sym_label] = ACTIONS(4301), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_while] = ACTIONS(4299), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), [anon_sym_DOT_DOT] = ACTIONS(4301), [anon_sym_QMARK_COLON] = ACTIONS(4301), [anon_sym_AMP_AMP] = ACTIONS(4301), [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_BANG_EQ] = ACTIONS(4303), [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), + [anon_sym_EQ_EQ] = ACTIONS(4303), [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), [anon_sym_LT_EQ] = ACTIONS(4301), [anon_sym_GT_EQ] = ACTIONS(4301), [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), + [anon_sym_is] = ACTIONS(4303), [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), [anon_sym_PERCENT] = ACTIONS(4301), [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(3976), [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4301), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4298), [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), }, - [3717] = { - [sym_enum_class_body] = STATE(4021), - [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(5820), - [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_value] = 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), + [3684] = { + [sym_class_body] = STATE(3249), + [sym_type_constraints] = STATE(3056), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(7012), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4245), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4245), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), + }, + [3685] = { + [sym_type_constraints] = STATE(3038), + [sym_enum_class_body] = STATE(3259), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(3480), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), + }, + [3686] = { + [sym_type_constraints] = STATE(3801), + [sym_enum_class_body] = STATE(3859), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(7014), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), [sym_multiline_comment] = ACTIONS(3), }, - [3718] = { - [sym_function_body] = STATE(3900), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_COLON] = ACTIONS(7081), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4275), - [sym_label] = ACTIONS(4277), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_PLUS_EQ] = ACTIONS(4277), - [anon_sym_DASH_EQ] = ACTIONS(4277), - [anon_sym_STAR_EQ] = ACTIONS(4277), - [anon_sym_SLASH_EQ] = ACTIONS(4277), - [anon_sym_PERCENT_EQ] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4275), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_suspend] = ACTIONS(4275), - [anon_sym_sealed] = ACTIONS(4275), - [anon_sym_annotation] = ACTIONS(4275), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_override] = ACTIONS(4275), - [anon_sym_lateinit] = ACTIONS(4275), - [anon_sym_public] = ACTIONS(4275), - [anon_sym_private] = ACTIONS(4275), - [anon_sym_internal] = ACTIONS(4275), - [anon_sym_protected] = ACTIONS(4275), - [anon_sym_tailrec] = ACTIONS(4275), - [anon_sym_operator] = ACTIONS(4275), - [anon_sym_infix] = ACTIONS(4275), - [anon_sym_inline] = ACTIONS(4275), - [anon_sym_external] = ACTIONS(4275), - [sym_property_modifier] = ACTIONS(4275), - [anon_sym_abstract] = ACTIONS(4275), - [anon_sym_final] = ACTIONS(4275), - [anon_sym_open] = ACTIONS(4275), - [anon_sym_vararg] = ACTIONS(4275), - [anon_sym_noinline] = ACTIONS(4275), - [anon_sym_crossinline] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4277), - [sym__automatic_semicolon] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), + [3687] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3296), + [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(6972), + [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), + [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_value] = 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), }, - [3719] = { - [sym__alpha_identifier] = ACTIONS(4543), - [anon_sym_AT] = ACTIONS(4545), - [anon_sym_COLON] = ACTIONS(4543), - [anon_sym_LBRACK] = ACTIONS(4545), - [anon_sym_as] = ACTIONS(4543), - [anon_sym_EQ] = ACTIONS(4543), - [anon_sym_LBRACE] = ACTIONS(4545), - [anon_sym_RBRACE] = ACTIONS(4545), - [anon_sym_LPAREN] = ACTIONS(4545), - [anon_sym_COMMA] = ACTIONS(4545), - [anon_sym_LT] = ACTIONS(4543), - [anon_sym_GT] = ACTIONS(4543), - [anon_sym_where] = ACTIONS(4543), - [anon_sym_DOT] = ACTIONS(4543), - [anon_sym_SEMI] = ACTIONS(4545), - [anon_sym_get] = ACTIONS(4543), - [anon_sym_set] = ACTIONS(4543), - [anon_sym_STAR] = ACTIONS(4543), - [sym_label] = ACTIONS(4545), - [anon_sym_in] = ACTIONS(4543), - [anon_sym_DOT_DOT] = ACTIONS(4545), - [anon_sym_QMARK_COLON] = ACTIONS(4545), - [anon_sym_AMP_AMP] = ACTIONS(4545), - [anon_sym_PIPE_PIPE] = ACTIONS(4545), - [anon_sym_else] = ACTIONS(4543), - [anon_sym_COLON_COLON] = ACTIONS(4545), - [anon_sym_PLUS_EQ] = ACTIONS(4545), - [anon_sym_DASH_EQ] = ACTIONS(4545), - [anon_sym_STAR_EQ] = ACTIONS(4545), - [anon_sym_SLASH_EQ] = ACTIONS(4545), - [anon_sym_PERCENT_EQ] = ACTIONS(4545), - [anon_sym_BANG_EQ] = ACTIONS(4543), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4545), - [anon_sym_EQ_EQ] = ACTIONS(4543), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4545), - [anon_sym_LT_EQ] = ACTIONS(4545), - [anon_sym_GT_EQ] = ACTIONS(4545), - [anon_sym_BANGin] = ACTIONS(4545), - [anon_sym_is] = ACTIONS(4543), - [anon_sym_BANGis] = ACTIONS(4545), - [anon_sym_PLUS] = ACTIONS(4543), - [anon_sym_DASH] = ACTIONS(4543), - [anon_sym_SLASH] = ACTIONS(4543), - [anon_sym_PERCENT] = ACTIONS(4543), - [anon_sym_as_QMARK] = ACTIONS(4545), - [anon_sym_PLUS_PLUS] = ACTIONS(4545), - [anon_sym_DASH_DASH] = ACTIONS(4545), - [anon_sym_BANG_BANG] = ACTIONS(4545), - [anon_sym_suspend] = ACTIONS(4543), - [anon_sym_sealed] = ACTIONS(4543), - [anon_sym_annotation] = ACTIONS(4543), - [anon_sym_data] = ACTIONS(4543), - [anon_sym_inner] = ACTIONS(4543), - [anon_sym_value] = ACTIONS(4543), - [anon_sym_override] = ACTIONS(4543), - [anon_sym_lateinit] = ACTIONS(4543), - [anon_sym_public] = ACTIONS(4543), - [anon_sym_private] = ACTIONS(4543), - [anon_sym_internal] = ACTIONS(4543), - [anon_sym_protected] = ACTIONS(4543), - [anon_sym_tailrec] = ACTIONS(4543), - [anon_sym_operator] = ACTIONS(4543), - [anon_sym_infix] = ACTIONS(4543), - [anon_sym_inline] = ACTIONS(4543), - [anon_sym_external] = ACTIONS(4543), - [sym_property_modifier] = ACTIONS(4543), - [anon_sym_abstract] = ACTIONS(4543), - [anon_sym_final] = ACTIONS(4543), - [anon_sym_open] = ACTIONS(4543), - [anon_sym_vararg] = ACTIONS(4543), - [anon_sym_noinline] = ACTIONS(4543), - [anon_sym_crossinline] = ACTIONS(4543), - [anon_sym_expect] = ACTIONS(4543), - [anon_sym_actual] = ACTIONS(4543), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4545), - [sym__automatic_semicolon] = ACTIONS(4545), - [sym_safe_nav] = ACTIONS(4545), + [3688] = { + [sym_function_body] = STATE(3841), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), [sym_multiline_comment] = ACTIONS(3), }, - [3720] = { - [sym_function_body] = STATE(3252), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4229), - [anon_sym_AT] = ACTIONS(4231), - [anon_sym_COLON] = ACTIONS(7083), - [anon_sym_LBRACK] = ACTIONS(4231), - [anon_sym_as] = ACTIONS(4229), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4231), - [anon_sym_LPAREN] = ACTIONS(4231), - [anon_sym_LT] = ACTIONS(4229), - [anon_sym_GT] = ACTIONS(4229), - [anon_sym_object] = ACTIONS(4229), - [anon_sym_fun] = ACTIONS(4229), - [anon_sym_DOT] = ACTIONS(4229), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(4229), - [anon_sym_set] = ACTIONS(4229), - [anon_sym_this] = ACTIONS(4229), - [anon_sym_super] = ACTIONS(4229), - [anon_sym_STAR] = ACTIONS(4231), - [sym_label] = ACTIONS(4229), - [anon_sym_in] = ACTIONS(4229), - [anon_sym_DOT_DOT] = ACTIONS(4231), - [anon_sym_QMARK_COLON] = ACTIONS(4231), - [anon_sym_AMP_AMP] = ACTIONS(4231), - [anon_sym_PIPE_PIPE] = ACTIONS(4231), - [anon_sym_null] = ACTIONS(4229), - [anon_sym_if] = ACTIONS(4229), - [anon_sym_else] = ACTIONS(4229), - [anon_sym_when] = ACTIONS(4229), - [anon_sym_try] = ACTIONS(4229), - [anon_sym_throw] = ACTIONS(4229), - [anon_sym_return] = ACTIONS(4229), - [anon_sym_continue] = ACTIONS(4229), - [anon_sym_break] = ACTIONS(4229), - [anon_sym_COLON_COLON] = ACTIONS(4231), - [anon_sym_BANG_EQ] = ACTIONS(4229), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4231), - [anon_sym_EQ_EQ] = ACTIONS(4229), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4231), - [anon_sym_LT_EQ] = ACTIONS(4231), - [anon_sym_GT_EQ] = ACTIONS(4231), - [anon_sym_BANGin] = ACTIONS(4231), - [anon_sym_is] = ACTIONS(4229), - [anon_sym_BANGis] = ACTIONS(4231), - [anon_sym_PLUS] = ACTIONS(4229), - [anon_sym_DASH] = ACTIONS(4229), - [anon_sym_SLASH] = ACTIONS(4229), - [anon_sym_PERCENT] = ACTIONS(4231), - [anon_sym_as_QMARK] = ACTIONS(4231), - [anon_sym_PLUS_PLUS] = ACTIONS(4231), - [anon_sym_DASH_DASH] = ACTIONS(4231), - [anon_sym_BANG] = ACTIONS(4229), - [anon_sym_BANG_BANG] = ACTIONS(4231), - [anon_sym_data] = ACTIONS(4229), - [anon_sym_inner] = ACTIONS(4229), - [anon_sym_value] = ACTIONS(4229), - [anon_sym_expect] = ACTIONS(4229), - [anon_sym_actual] = ACTIONS(4229), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4231), - [anon_sym_continue_AT] = ACTIONS(4231), - [anon_sym_break_AT] = ACTIONS(4231), - [anon_sym_this_AT] = ACTIONS(4231), - [anon_sym_super_AT] = ACTIONS(4231), - [sym_real_literal] = ACTIONS(4231), - [sym_integer_literal] = ACTIONS(4229), - [sym_hex_literal] = ACTIONS(4231), - [sym_bin_literal] = ACTIONS(4231), - [anon_sym_true] = ACTIONS(4229), - [anon_sym_false] = ACTIONS(4229), - [anon_sym_SQUOTE] = ACTIONS(4231), - [sym__backtick_identifier] = ACTIONS(4231), - [sym__automatic_semicolon] = ACTIONS(4231), - [sym_safe_nav] = ACTIONS(4231), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4231), + [3689] = { + [sym_type_constraints] = STATE(3970), + [sym_function_body] = STATE(3987), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [sym_label] = ACTIONS(4325), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), }, - [3721] = { - [sym_class_body] = STATE(3884), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(4327), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [sym_label] = ACTIONS(4329), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), + [3690] = { + [sym_type_constraints] = STATE(3015), + [sym_enum_class_body] = STATE(3212), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_COLON] = ACTIONS(7016), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4200), + [anon_sym_fun] = ACTIONS(4200), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_this] = ACTIONS(4200), + [anon_sym_super] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4202), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_null] = ACTIONS(4200), + [anon_sym_if] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_when] = ACTIONS(4200), + [anon_sym_try] = ACTIONS(4200), + [anon_sym_throw] = ACTIONS(4200), + [anon_sym_return] = ACTIONS(4200), + [anon_sym_continue] = ACTIONS(4200), + [anon_sym_break] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4202), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4202), + [anon_sym_continue_AT] = ACTIONS(4202), + [anon_sym_break_AT] = ACTIONS(4202), + [anon_sym_this_AT] = ACTIONS(4202), + [anon_sym_super_AT] = ACTIONS(4202), + [sym_real_literal] = ACTIONS(4202), + [sym_integer_literal] = ACTIONS(4200), + [sym_hex_literal] = ACTIONS(4202), + [sym_bin_literal] = ACTIONS(4202), + [anon_sym_true] = ACTIONS(4200), + [anon_sym_false] = ACTIONS(4200), + [anon_sym_SQUOTE] = ACTIONS(4202), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4202), + }, + [3691] = { + [sym_function_body] = STATE(3987), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [sym_label] = ACTIONS(4325), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), [sym_multiline_comment] = ACTIONS(3), }, - [3722] = { - [sym_function_body] = STATE(3894), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_COLON] = ACTIONS(7085), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4307), - [sym_label] = ACTIONS(4309), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_PLUS_EQ] = ACTIONS(4309), - [anon_sym_DASH_EQ] = ACTIONS(4309), - [anon_sym_STAR_EQ] = ACTIONS(4309), - [anon_sym_SLASH_EQ] = ACTIONS(4309), - [anon_sym_PERCENT_EQ] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4307), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), + [3692] = { + [sym_class_body] = STATE(3999), + [sym__alpha_identifier] = ACTIONS(4450), + [anon_sym_AT] = ACTIONS(4452), + [anon_sym_COLON] = ACTIONS(7018), + [anon_sym_LBRACK] = ACTIONS(4452), + [anon_sym_as] = ACTIONS(4450), + [anon_sym_EQ] = ACTIONS(4450), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4452), + [anon_sym_LPAREN] = ACTIONS(4452), + [anon_sym_COMMA] = ACTIONS(4452), + [anon_sym_LT] = ACTIONS(4450), + [anon_sym_GT] = ACTIONS(4450), + [anon_sym_where] = ACTIONS(4450), + [anon_sym_DOT] = ACTIONS(4450), + [anon_sym_SEMI] = ACTIONS(4452), + [anon_sym_get] = ACTIONS(4450), + [anon_sym_set] = ACTIONS(4450), + [anon_sym_STAR] = ACTIONS(4450), + [sym_label] = ACTIONS(4452), + [anon_sym_in] = ACTIONS(4450), + [anon_sym_DOT_DOT] = ACTIONS(4452), + [anon_sym_QMARK_COLON] = ACTIONS(4452), + [anon_sym_AMP_AMP] = ACTIONS(4452), + [anon_sym_PIPE_PIPE] = ACTIONS(4452), + [anon_sym_else] = ACTIONS(4450), + [anon_sym_COLON_COLON] = ACTIONS(4452), + [anon_sym_PLUS_EQ] = ACTIONS(4452), + [anon_sym_DASH_EQ] = ACTIONS(4452), + [anon_sym_STAR_EQ] = ACTIONS(4452), + [anon_sym_SLASH_EQ] = ACTIONS(4452), + [anon_sym_PERCENT_EQ] = ACTIONS(4452), + [anon_sym_BANG_EQ] = ACTIONS(4450), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4452), + [anon_sym_EQ_EQ] = ACTIONS(4450), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4452), + [anon_sym_LT_EQ] = ACTIONS(4452), + [anon_sym_GT_EQ] = ACTIONS(4452), + [anon_sym_BANGin] = ACTIONS(4452), + [anon_sym_is] = ACTIONS(4450), + [anon_sym_BANGis] = ACTIONS(4452), + [anon_sym_PLUS] = ACTIONS(4450), + [anon_sym_DASH] = ACTIONS(4450), + [anon_sym_SLASH] = ACTIONS(4450), + [anon_sym_PERCENT] = ACTIONS(4450), + [anon_sym_as_QMARK] = ACTIONS(4452), + [anon_sym_PLUS_PLUS] = ACTIONS(4452), + [anon_sym_DASH_DASH] = ACTIONS(4452), + [anon_sym_BANG_BANG] = ACTIONS(4452), + [anon_sym_suspend] = ACTIONS(4450), + [anon_sym_sealed] = ACTIONS(4450), + [anon_sym_annotation] = ACTIONS(4450), + [anon_sym_data] = ACTIONS(4450), + [anon_sym_inner] = ACTIONS(4450), + [anon_sym_value] = ACTIONS(4450), + [anon_sym_override] = ACTIONS(4450), + [anon_sym_lateinit] = ACTIONS(4450), + [anon_sym_public] = ACTIONS(4450), + [anon_sym_private] = ACTIONS(4450), + [anon_sym_internal] = ACTIONS(4450), + [anon_sym_protected] = ACTIONS(4450), + [anon_sym_tailrec] = ACTIONS(4450), + [anon_sym_operator] = ACTIONS(4450), + [anon_sym_infix] = ACTIONS(4450), + [anon_sym_inline] = ACTIONS(4450), + [anon_sym_external] = ACTIONS(4450), + [sym_property_modifier] = ACTIONS(4450), + [anon_sym_abstract] = ACTIONS(4450), + [anon_sym_final] = ACTIONS(4450), + [anon_sym_open] = ACTIONS(4450), + [anon_sym_vararg] = ACTIONS(4450), + [anon_sym_noinline] = ACTIONS(4450), + [anon_sym_crossinline] = ACTIONS(4450), + [anon_sym_expect] = ACTIONS(4450), + [anon_sym_actual] = ACTIONS(4450), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4452), + [sym__automatic_semicolon] = ACTIONS(4452), + [sym_safe_nav] = ACTIONS(4452), [sym_multiline_comment] = ACTIONS(3), }, - [3723] = { - [sym_enum_class_body] = STATE(3953), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [3693] = { + [sym__alpha_identifier] = ACTIONS(4507), + [anon_sym_AT] = ACTIONS(4509), + [anon_sym_COLON] = ACTIONS(4507), + [anon_sym_LBRACK] = ACTIONS(4509), + [anon_sym_as] = ACTIONS(4507), + [anon_sym_EQ] = ACTIONS(4507), + [anon_sym_constructor] = 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_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_value] = 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), }, - [3724] = { - [sym_value_arguments] = STATE(3976), - [sym__alpha_identifier] = ACTIONS(7087), - [anon_sym_AT] = ACTIONS(7089), - [anon_sym_LBRACK] = ACTIONS(7089), - [anon_sym_typealias] = ACTIONS(7087), - [anon_sym_class] = ACTIONS(7087), - [anon_sym_interface] = ACTIONS(7087), - [anon_sym_enum] = ACTIONS(7087), - [anon_sym_LBRACE] = ACTIONS(7089), - [anon_sym_LPAREN] = ACTIONS(7091), - [anon_sym_val] = ACTIONS(7087), - [anon_sym_var] = ACTIONS(7087), - [anon_sym_object] = ACTIONS(7087), - [anon_sym_fun] = ACTIONS(7087), - [anon_sym_get] = ACTIONS(7087), - [anon_sym_set] = ACTIONS(7087), - [anon_sym_this] = ACTIONS(7087), - [anon_sym_super] = ACTIONS(7087), - [anon_sym_STAR] = ACTIONS(7089), - [sym_label] = ACTIONS(7087), - [anon_sym_for] = ACTIONS(7087), - [anon_sym_while] = ACTIONS(7087), - [anon_sym_do] = ACTIONS(7087), - [anon_sym_null] = ACTIONS(7087), - [anon_sym_if] = ACTIONS(7087), - [anon_sym_when] = ACTIONS(7087), - [anon_sym_try] = ACTIONS(7087), - [anon_sym_throw] = ACTIONS(7087), - [anon_sym_return] = ACTIONS(7087), - [anon_sym_continue] = ACTIONS(7087), - [anon_sym_break] = ACTIONS(7087), - [anon_sym_COLON_COLON] = ACTIONS(7089), - [anon_sym_PLUS] = ACTIONS(7087), - [anon_sym_DASH] = ACTIONS(7087), - [anon_sym_PLUS_PLUS] = ACTIONS(7089), - [anon_sym_DASH_DASH] = ACTIONS(7089), - [anon_sym_BANG] = ACTIONS(7089), - [anon_sym_suspend] = ACTIONS(7087), - [anon_sym_sealed] = ACTIONS(7087), - [anon_sym_annotation] = ACTIONS(7087), - [anon_sym_data] = ACTIONS(7087), - [anon_sym_inner] = ACTIONS(7087), - [anon_sym_value] = ACTIONS(7087), - [anon_sym_override] = ACTIONS(7087), - [anon_sym_lateinit] = ACTIONS(7087), - [anon_sym_public] = ACTIONS(7087), - [anon_sym_private] = ACTIONS(7087), - [anon_sym_internal] = ACTIONS(7087), - [anon_sym_protected] = ACTIONS(7087), - [anon_sym_tailrec] = ACTIONS(7087), - [anon_sym_operator] = ACTIONS(7087), - [anon_sym_infix] = ACTIONS(7087), - [anon_sym_inline] = ACTIONS(7087), - [anon_sym_external] = ACTIONS(7087), - [sym_property_modifier] = ACTIONS(7087), - [anon_sym_abstract] = ACTIONS(7087), - [anon_sym_final] = ACTIONS(7087), - [anon_sym_open] = ACTIONS(7087), - [anon_sym_vararg] = ACTIONS(7087), - [anon_sym_noinline] = ACTIONS(7087), - [anon_sym_crossinline] = ACTIONS(7087), - [anon_sym_expect] = ACTIONS(7087), - [anon_sym_actual] = ACTIONS(7087), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(7089), - [anon_sym_continue_AT] = ACTIONS(7089), - [anon_sym_break_AT] = ACTIONS(7089), - [anon_sym_this_AT] = ACTIONS(7089), - [anon_sym_super_AT] = ACTIONS(7089), - [sym_real_literal] = ACTIONS(7089), - [sym_integer_literal] = ACTIONS(7087), - [sym_hex_literal] = ACTIONS(7089), - [sym_bin_literal] = ACTIONS(7089), - [anon_sym_true] = ACTIONS(7087), - [anon_sym_false] = ACTIONS(7087), - [anon_sym_SQUOTE] = ACTIONS(7089), - [sym__backtick_identifier] = ACTIONS(7089), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(7089), + [3694] = { + [sym_class_body] = STATE(3939), + [sym_type_constraints] = STATE(3744), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(6034), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), }, - [3725] = { - [sym__alpha_identifier] = ACTIONS(4489), - [anon_sym_AT] = ACTIONS(4491), - [anon_sym_COLON] = ACTIONS(4489), - [anon_sym_LBRACK] = ACTIONS(4491), - [anon_sym_constructor] = ACTIONS(4489), - [anon_sym_LBRACE] = ACTIONS(4491), - [anon_sym_RBRACE] = ACTIONS(4491), - [anon_sym_LPAREN] = ACTIONS(4491), - [anon_sym_where] = ACTIONS(4489), - [anon_sym_object] = ACTIONS(4489), - [anon_sym_fun] = ACTIONS(4489), - [anon_sym_get] = ACTIONS(4489), - [anon_sym_set] = ACTIONS(4489), - [anon_sym_this] = ACTIONS(4489), - [anon_sym_super] = ACTIONS(4489), - [anon_sym_STAR] = ACTIONS(4491), - [sym_label] = ACTIONS(4489), - [anon_sym_in] = ACTIONS(4489), - [anon_sym_null] = ACTIONS(4489), - [anon_sym_if] = ACTIONS(4489), - [anon_sym_else] = ACTIONS(4489), - [anon_sym_when] = ACTIONS(4489), - [anon_sym_try] = ACTIONS(4489), - [anon_sym_throw] = ACTIONS(4489), - [anon_sym_return] = ACTIONS(4489), - [anon_sym_continue] = ACTIONS(4489), - [anon_sym_break] = ACTIONS(4489), - [anon_sym_COLON_COLON] = ACTIONS(4491), - [anon_sym_BANGin] = ACTIONS(4491), - [anon_sym_is] = ACTIONS(4489), - [anon_sym_BANGis] = ACTIONS(4491), - [anon_sym_PLUS] = ACTIONS(4489), - [anon_sym_DASH] = ACTIONS(4489), - [anon_sym_PLUS_PLUS] = ACTIONS(4491), - [anon_sym_DASH_DASH] = ACTIONS(4491), - [anon_sym_BANG] = ACTIONS(4489), - [anon_sym_suspend] = ACTIONS(4489), - [anon_sym_sealed] = ACTIONS(4489), - [anon_sym_annotation] = ACTIONS(4489), - [anon_sym_data] = ACTIONS(4489), - [anon_sym_inner] = ACTIONS(4489), - [anon_sym_value] = ACTIONS(4489), - [anon_sym_override] = ACTIONS(4489), - [anon_sym_lateinit] = ACTIONS(4489), - [anon_sym_public] = ACTIONS(4489), - [anon_sym_private] = ACTIONS(4489), - [anon_sym_internal] = ACTIONS(4489), - [anon_sym_protected] = ACTIONS(4489), - [anon_sym_tailrec] = ACTIONS(4489), - [anon_sym_operator] = ACTIONS(4489), - [anon_sym_infix] = ACTIONS(4489), - [anon_sym_inline] = ACTIONS(4489), - [anon_sym_external] = ACTIONS(4489), - [sym_property_modifier] = ACTIONS(4489), - [anon_sym_abstract] = ACTIONS(4489), - [anon_sym_final] = ACTIONS(4489), - [anon_sym_open] = ACTIONS(4489), - [anon_sym_vararg] = ACTIONS(4489), - [anon_sym_noinline] = ACTIONS(4489), - [anon_sym_crossinline] = ACTIONS(4489), - [anon_sym_expect] = ACTIONS(4489), - [anon_sym_actual] = ACTIONS(4489), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4491), - [anon_sym_continue_AT] = ACTIONS(4491), - [anon_sym_break_AT] = ACTIONS(4491), - [anon_sym_this_AT] = ACTIONS(4491), - [anon_sym_super_AT] = ACTIONS(4491), - [sym_real_literal] = ACTIONS(4491), - [sym_integer_literal] = ACTIONS(4489), - [sym_hex_literal] = ACTIONS(4491), - [sym_bin_literal] = ACTIONS(4491), - [anon_sym_true] = ACTIONS(4489), - [anon_sym_false] = ACTIONS(4489), - [anon_sym_SQUOTE] = ACTIONS(4491), - [sym__backtick_identifier] = ACTIONS(4491), - [sym__automatic_semicolon] = ACTIONS(4491), + [3695] = { + [sym_type_constraints] = STATE(3713), + [sym_enum_class_body] = STATE(3939), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(6058), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4491), }, - [3726] = { - [sym_function_body] = STATE(3430), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_COLON] = ACTIONS(7094), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_RBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_COMMA] = ACTIONS(4309), - [anon_sym_RPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_where] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4309), - [anon_sym_DASH_GT] = ACTIONS(4309), - [sym_label] = ACTIONS(4309), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_while] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4309), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), + [3696] = { + [sym_class_body] = STATE(3986), + [sym_type_constraints] = STATE(3719), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_COLON] = ACTIONS(7020), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4214), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), [sym_multiline_comment] = ACTIONS(3), }, - [3727] = { - [sym_function_body] = STATE(3397), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_RPAREN] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4447), - [sym_label] = ACTIONS(4449), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_while] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_PLUS_EQ] = ACTIONS(4449), - [anon_sym_DASH_EQ] = ACTIONS(4449), - [anon_sym_STAR_EQ] = ACTIONS(4449), - [anon_sym_SLASH_EQ] = ACTIONS(4449), - [anon_sym_PERCENT_EQ] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4447), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_suspend] = ACTIONS(4447), - [anon_sym_sealed] = ACTIONS(4447), - [anon_sym_annotation] = ACTIONS(4447), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_override] = ACTIONS(4447), - [anon_sym_lateinit] = ACTIONS(4447), - [anon_sym_public] = ACTIONS(4447), - [anon_sym_private] = ACTIONS(4447), - [anon_sym_internal] = ACTIONS(4447), - [anon_sym_protected] = ACTIONS(4447), - [anon_sym_tailrec] = ACTIONS(4447), - [anon_sym_operator] = ACTIONS(4447), - [anon_sym_infix] = ACTIONS(4447), - [anon_sym_inline] = ACTIONS(4447), - [anon_sym_external] = ACTIONS(4447), - [sym_property_modifier] = ACTIONS(4447), - [anon_sym_abstract] = ACTIONS(4447), - [anon_sym_final] = ACTIONS(4447), - [anon_sym_open] = ACTIONS(4447), - [anon_sym_vararg] = ACTIONS(4447), - [anon_sym_noinline] = ACTIONS(4447), - [anon_sym_crossinline] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), + [3697] = { + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(3981), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_typealias] = ACTIONS(3976), + [anon_sym_class] = ACTIONS(3976), + [anon_sym_interface] = ACTIONS(3976), + [anon_sym_enum] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_val] = ACTIONS(3976), + [anon_sym_var] = ACTIONS(3976), + [anon_sym_LT] = ACTIONS(3981), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(3976), + [anon_sym_get] = ACTIONS(3976), + [anon_sym_set] = ACTIONS(3976), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(3981), + [sym_label] = ACTIONS(3976), + [anon_sym_for] = ACTIONS(3976), + [anon_sym_while] = ACTIONS(3976), + [anon_sym_do] = ACTIONS(3976), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(3976), + [anon_sym_sealed] = ACTIONS(3976), + [anon_sym_annotation] = ACTIONS(3976), + [anon_sym_data] = ACTIONS(3976), + [anon_sym_inner] = ACTIONS(3976), + [anon_sym_value] = ACTIONS(3976), + [anon_sym_override] = ACTIONS(3976), + [anon_sym_lateinit] = ACTIONS(3976), + [anon_sym_public] = ACTIONS(3976), + [anon_sym_private] = ACTIONS(3976), + [anon_sym_internal] = ACTIONS(3976), + [anon_sym_protected] = ACTIONS(3976), + [anon_sym_tailrec] = ACTIONS(3976), + [anon_sym_operator] = ACTIONS(3976), + [anon_sym_infix] = ACTIONS(3976), + [anon_sym_inline] = ACTIONS(3976), + [anon_sym_external] = ACTIONS(3976), + [sym_property_modifier] = ACTIONS(3976), + [anon_sym_abstract] = ACTIONS(3976), + [anon_sym_final] = ACTIONS(3976), + [anon_sym_open] = ACTIONS(3976), + [anon_sym_vararg] = ACTIONS(3976), + [anon_sym_noinline] = ACTIONS(3976), + [anon_sym_crossinline] = ACTIONS(3976), + [anon_sym_expect] = ACTIONS(3976), + [anon_sym_actual] = ACTIONS(3976), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [3698] = { + [sym__alpha_identifier] = ACTIONS(4182), + [anon_sym_AT] = ACTIONS(4184), + [anon_sym_COLON] = ACTIONS(4182), + [anon_sym_LBRACK] = ACTIONS(4184), + [anon_sym_as] = ACTIONS(4182), + [anon_sym_EQ] = ACTIONS(4182), + [anon_sym_constructor] = ACTIONS(4182), + [anon_sym_LBRACE] = ACTIONS(4184), + [anon_sym_RBRACE] = ACTIONS(4184), + [anon_sym_LPAREN] = ACTIONS(4184), + [anon_sym_COMMA] = ACTIONS(4184), + [anon_sym_LT] = ACTIONS(4182), + [anon_sym_GT] = ACTIONS(4182), + [anon_sym_where] = ACTIONS(4182), + [anon_sym_DOT] = ACTIONS(4182), + [anon_sym_SEMI] = ACTIONS(4184), + [anon_sym_get] = ACTIONS(4182), + [anon_sym_set] = ACTIONS(4182), + [anon_sym_STAR] = ACTIONS(4182), + [sym_label] = ACTIONS(4184), + [anon_sym_in] = ACTIONS(4182), + [anon_sym_DOT_DOT] = ACTIONS(4184), + [anon_sym_QMARK_COLON] = ACTIONS(4184), + [anon_sym_AMP_AMP] = ACTIONS(4184), + [anon_sym_PIPE_PIPE] = ACTIONS(4184), + [anon_sym_else] = ACTIONS(4182), + [anon_sym_COLON_COLON] = ACTIONS(4184), + [anon_sym_PLUS_EQ] = ACTIONS(4184), + [anon_sym_DASH_EQ] = ACTIONS(4184), + [anon_sym_STAR_EQ] = ACTIONS(4184), + [anon_sym_SLASH_EQ] = ACTIONS(4184), + [anon_sym_PERCENT_EQ] = ACTIONS(4184), + [anon_sym_BANG_EQ] = ACTIONS(4182), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4184), + [anon_sym_EQ_EQ] = ACTIONS(4182), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4184), + [anon_sym_LT_EQ] = ACTIONS(4184), + [anon_sym_GT_EQ] = ACTIONS(4184), + [anon_sym_BANGin] = ACTIONS(4184), + [anon_sym_is] = ACTIONS(4182), + [anon_sym_BANGis] = ACTIONS(4184), + [anon_sym_PLUS] = ACTIONS(4182), + [anon_sym_DASH] = ACTIONS(4182), + [anon_sym_SLASH] = ACTIONS(4182), + [anon_sym_PERCENT] = ACTIONS(4182), + [anon_sym_as_QMARK] = ACTIONS(4184), + [anon_sym_PLUS_PLUS] = ACTIONS(4184), + [anon_sym_DASH_DASH] = ACTIONS(4184), + [anon_sym_BANG_BANG] = ACTIONS(4184), + [anon_sym_suspend] = ACTIONS(4182), + [anon_sym_sealed] = ACTIONS(4182), + [anon_sym_annotation] = ACTIONS(4182), + [anon_sym_data] = ACTIONS(4182), + [anon_sym_inner] = ACTIONS(4182), + [anon_sym_value] = ACTIONS(4182), + [anon_sym_override] = ACTIONS(4182), + [anon_sym_lateinit] = ACTIONS(4182), + [anon_sym_public] = ACTIONS(4182), + [anon_sym_private] = ACTIONS(4182), + [anon_sym_internal] = ACTIONS(4182), + [anon_sym_protected] = ACTIONS(4182), + [anon_sym_tailrec] = ACTIONS(4182), + [anon_sym_operator] = ACTIONS(4182), + [anon_sym_infix] = ACTIONS(4182), + [anon_sym_inline] = ACTIONS(4182), + [anon_sym_external] = ACTIONS(4182), + [sym_property_modifier] = ACTIONS(4182), + [anon_sym_abstract] = ACTIONS(4182), + [anon_sym_final] = ACTIONS(4182), + [anon_sym_open] = ACTIONS(4182), + [anon_sym_vararg] = ACTIONS(4182), + [anon_sym_noinline] = ACTIONS(4182), + [anon_sym_crossinline] = ACTIONS(4182), + [anon_sym_expect] = ACTIONS(4182), + [anon_sym_actual] = ACTIONS(4182), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4184), + [sym__automatic_semicolon] = ACTIONS(4184), + [sym_safe_nav] = ACTIONS(4184), [sym_multiline_comment] = ACTIONS(3), }, - [3728] = { - [sym_type_constraints] = STATE(3954), - [sym_function_body] = STATE(3475), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_RBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_RPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [anon_sym_DASH_GT] = ACTIONS(4185), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_while] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), + [3699] = { + [sym_function_body] = STATE(3907), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), [sym_multiline_comment] = ACTIONS(3), }, - [3729] = { - [sym_function_body] = STATE(3400), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_RPAREN] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4443), - [sym_label] = ACTIONS(4445), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_while] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_PLUS_EQ] = ACTIONS(4445), - [anon_sym_DASH_EQ] = ACTIONS(4445), - [anon_sym_STAR_EQ] = ACTIONS(4445), - [anon_sym_SLASH_EQ] = ACTIONS(4445), - [anon_sym_PERCENT_EQ] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4443), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_suspend] = ACTIONS(4443), - [anon_sym_sealed] = ACTIONS(4443), - [anon_sym_annotation] = ACTIONS(4443), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_override] = ACTIONS(4443), - [anon_sym_lateinit] = ACTIONS(4443), - [anon_sym_public] = ACTIONS(4443), - [anon_sym_private] = ACTIONS(4443), - [anon_sym_internal] = ACTIONS(4443), - [anon_sym_protected] = ACTIONS(4443), - [anon_sym_tailrec] = ACTIONS(4443), - [anon_sym_operator] = ACTIONS(4443), - [anon_sym_infix] = ACTIONS(4443), - [anon_sym_inline] = ACTIONS(4443), - [anon_sym_external] = ACTIONS(4443), - [sym_property_modifier] = ACTIONS(4443), - [anon_sym_abstract] = ACTIONS(4443), - [anon_sym_final] = ACTIONS(4443), - [anon_sym_open] = ACTIONS(4443), - [anon_sym_vararg] = ACTIONS(4443), - [anon_sym_noinline] = ACTIONS(4443), - [anon_sym_crossinline] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), + [3700] = { + [sym__alpha_identifier] = ACTIONS(4718), + [anon_sym_AT] = ACTIONS(4720), + [anon_sym_LBRACK] = ACTIONS(4720), + [anon_sym_EQ] = ACTIONS(4720), + [anon_sym_LBRACE] = ACTIONS(4720), + [anon_sym_RBRACE] = ACTIONS(4720), + [anon_sym_LPAREN] = ACTIONS(4720), + [anon_sym_by] = ACTIONS(4718), + [anon_sym_where] = ACTIONS(4718), + [anon_sym_object] = ACTIONS(4718), + [anon_sym_fun] = 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(4720), + [sym_label] = ACTIONS(4718), + [anon_sym_in] = ACTIONS(4718), + [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_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_PLUS_PLUS] = ACTIONS(4720), + [anon_sym_DASH_DASH] = ACTIONS(4720), + [anon_sym_BANG] = ACTIONS(4718), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4720), + [anon_sym_super_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_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4720), + }, + [3701] = { + [sym_class_body] = STATE(3977), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_COLON] = ACTIONS(7022), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(5796), + [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_value] = 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), }, - [3730] = { - [sym_function_body] = STATE(4010), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4229), - [anon_sym_AT] = ACTIONS(4231), - [anon_sym_COLON] = ACTIONS(7096), - [anon_sym_LBRACK] = ACTIONS(4231), - [anon_sym_as] = ACTIONS(4229), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4231), - [anon_sym_LPAREN] = ACTIONS(4231), - [anon_sym_LT] = ACTIONS(4229), - [anon_sym_GT] = ACTIONS(4229), - [anon_sym_DOT] = ACTIONS(4229), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(4229), - [anon_sym_set] = ACTIONS(4229), - [anon_sym_STAR] = ACTIONS(4229), - [sym_label] = ACTIONS(4231), - [anon_sym_in] = ACTIONS(4229), - [anon_sym_DOT_DOT] = ACTIONS(4231), - [anon_sym_QMARK_COLON] = ACTIONS(4231), - [anon_sym_AMP_AMP] = ACTIONS(4231), - [anon_sym_PIPE_PIPE] = ACTIONS(4231), - [anon_sym_else] = ACTIONS(4229), - [anon_sym_COLON_COLON] = ACTIONS(4231), - [anon_sym_PLUS_EQ] = ACTIONS(4231), - [anon_sym_DASH_EQ] = ACTIONS(4231), - [anon_sym_STAR_EQ] = ACTIONS(4231), - [anon_sym_SLASH_EQ] = ACTIONS(4231), - [anon_sym_PERCENT_EQ] = ACTIONS(4231), - [anon_sym_BANG_EQ] = ACTIONS(4229), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4231), - [anon_sym_EQ_EQ] = ACTIONS(4229), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4231), - [anon_sym_LT_EQ] = ACTIONS(4231), - [anon_sym_GT_EQ] = ACTIONS(4231), - [anon_sym_BANGin] = ACTIONS(4231), - [anon_sym_is] = ACTIONS(4229), - [anon_sym_BANGis] = ACTIONS(4231), - [anon_sym_PLUS] = ACTIONS(4229), - [anon_sym_DASH] = ACTIONS(4229), - [anon_sym_SLASH] = ACTIONS(4229), - [anon_sym_PERCENT] = ACTIONS(4229), - [anon_sym_as_QMARK] = ACTIONS(4231), - [anon_sym_PLUS_PLUS] = ACTIONS(4231), - [anon_sym_DASH_DASH] = ACTIONS(4231), - [anon_sym_BANG_BANG] = ACTIONS(4231), - [anon_sym_suspend] = ACTIONS(4229), - [anon_sym_sealed] = ACTIONS(4229), - [anon_sym_annotation] = ACTIONS(4229), - [anon_sym_data] = ACTIONS(4229), - [anon_sym_inner] = ACTIONS(4229), - [anon_sym_value] = ACTIONS(4229), - [anon_sym_override] = ACTIONS(4229), - [anon_sym_lateinit] = ACTIONS(4229), - [anon_sym_public] = ACTIONS(4229), - [anon_sym_private] = ACTIONS(4229), - [anon_sym_internal] = ACTIONS(4229), - [anon_sym_protected] = ACTIONS(4229), - [anon_sym_tailrec] = ACTIONS(4229), - [anon_sym_operator] = ACTIONS(4229), - [anon_sym_infix] = ACTIONS(4229), - [anon_sym_inline] = ACTIONS(4229), - [anon_sym_external] = ACTIONS(4229), - [sym_property_modifier] = ACTIONS(4229), - [anon_sym_abstract] = ACTIONS(4229), - [anon_sym_final] = ACTIONS(4229), - [anon_sym_open] = ACTIONS(4229), - [anon_sym_vararg] = ACTIONS(4229), - [anon_sym_noinline] = ACTIONS(4229), - [anon_sym_crossinline] = ACTIONS(4229), - [anon_sym_expect] = ACTIONS(4229), - [anon_sym_actual] = ACTIONS(4229), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4231), - [sym__automatic_semicolon] = ACTIONS(4231), - [sym_safe_nav] = ACTIONS(4231), + [3702] = { + [aux_sym_type_constraints_repeat1] = STATE(3702), + [sym__alpha_identifier] = ACTIONS(4389), + [anon_sym_AT] = ACTIONS(4391), + [anon_sym_LBRACK] = ACTIONS(4391), + [anon_sym_as] = ACTIONS(4389), + [anon_sym_EQ] = ACTIONS(4389), + [anon_sym_LBRACE] = ACTIONS(4391), + [anon_sym_RBRACE] = ACTIONS(4391), + [anon_sym_LPAREN] = ACTIONS(4391), + [anon_sym_COMMA] = ACTIONS(7024), + [anon_sym_by] = ACTIONS(4389), + [anon_sym_LT] = ACTIONS(4389), + [anon_sym_GT] = ACTIONS(4389), + [anon_sym_where] = ACTIONS(4389), + [anon_sym_DOT] = ACTIONS(4389), + [anon_sym_SEMI] = ACTIONS(4391), + [anon_sym_get] = ACTIONS(4389), + [anon_sym_set] = ACTIONS(4389), + [anon_sym_STAR] = ACTIONS(4389), + [sym_label] = ACTIONS(4391), + [anon_sym_in] = ACTIONS(4389), + [anon_sym_DOT_DOT] = ACTIONS(4391), + [anon_sym_QMARK_COLON] = ACTIONS(4391), + [anon_sym_AMP_AMP] = ACTIONS(4391), + [anon_sym_PIPE_PIPE] = ACTIONS(4391), + [anon_sym_else] = ACTIONS(4389), + [anon_sym_COLON_COLON] = ACTIONS(4391), + [anon_sym_PLUS_EQ] = ACTIONS(4391), + [anon_sym_DASH_EQ] = ACTIONS(4391), + [anon_sym_STAR_EQ] = ACTIONS(4391), + [anon_sym_SLASH_EQ] = ACTIONS(4391), + [anon_sym_PERCENT_EQ] = ACTIONS(4391), + [anon_sym_BANG_EQ] = ACTIONS(4389), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4391), + [anon_sym_EQ_EQ] = ACTIONS(4389), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4391), + [anon_sym_LT_EQ] = ACTIONS(4391), + [anon_sym_GT_EQ] = ACTIONS(4391), + [anon_sym_BANGin] = ACTIONS(4391), + [anon_sym_is] = ACTIONS(4389), + [anon_sym_BANGis] = ACTIONS(4391), + [anon_sym_PLUS] = ACTIONS(4389), + [anon_sym_DASH] = ACTIONS(4389), + [anon_sym_SLASH] = ACTIONS(4389), + [anon_sym_PERCENT] = ACTIONS(4389), + [anon_sym_as_QMARK] = ACTIONS(4391), + [anon_sym_PLUS_PLUS] = ACTIONS(4391), + [anon_sym_DASH_DASH] = ACTIONS(4391), + [anon_sym_BANG_BANG] = ACTIONS(4391), + [anon_sym_suspend] = ACTIONS(4389), + [anon_sym_sealed] = ACTIONS(4389), + [anon_sym_annotation] = ACTIONS(4389), + [anon_sym_data] = ACTIONS(4389), + [anon_sym_inner] = ACTIONS(4389), + [anon_sym_value] = ACTIONS(4389), + [anon_sym_override] = ACTIONS(4389), + [anon_sym_lateinit] = ACTIONS(4389), + [anon_sym_public] = ACTIONS(4389), + [anon_sym_private] = ACTIONS(4389), + [anon_sym_internal] = ACTIONS(4389), + [anon_sym_protected] = ACTIONS(4389), + [anon_sym_tailrec] = ACTIONS(4389), + [anon_sym_operator] = ACTIONS(4389), + [anon_sym_infix] = ACTIONS(4389), + [anon_sym_inline] = ACTIONS(4389), + [anon_sym_external] = ACTIONS(4389), + [sym_property_modifier] = ACTIONS(4389), + [anon_sym_abstract] = ACTIONS(4389), + [anon_sym_final] = ACTIONS(4389), + [anon_sym_open] = ACTIONS(4389), + [anon_sym_vararg] = ACTIONS(4389), + [anon_sym_noinline] = ACTIONS(4389), + [anon_sym_crossinline] = ACTIONS(4389), + [anon_sym_expect] = ACTIONS(4389), + [anon_sym_actual] = ACTIONS(4389), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4391), + [sym__automatic_semicolon] = ACTIONS(4391), + [sym_safe_nav] = ACTIONS(4391), [sym_multiline_comment] = ACTIONS(3), }, - [3731] = { - [sym_class_body] = STATE(4022), - [sym__alpha_identifier] = ACTIONS(4555), - [anon_sym_AT] = ACTIONS(4557), - [anon_sym_LBRACK] = ACTIONS(4557), - [anon_sym_as] = ACTIONS(4555), - [anon_sym_EQ] = ACTIONS(4555), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4557), - [anon_sym_LPAREN] = ACTIONS(4557), - [anon_sym_COMMA] = ACTIONS(4557), - [anon_sym_LT] = ACTIONS(4555), - [anon_sym_GT] = ACTIONS(4555), - [anon_sym_where] = ACTIONS(4555), - [anon_sym_DOT] = ACTIONS(4555), - [anon_sym_SEMI] = ACTIONS(4557), - [anon_sym_get] = ACTIONS(4555), - [anon_sym_set] = ACTIONS(4555), - [anon_sym_STAR] = ACTIONS(4555), - [sym_label] = ACTIONS(4557), - [anon_sym_in] = ACTIONS(4555), - [anon_sym_DOT_DOT] = ACTIONS(4557), - [anon_sym_QMARK_COLON] = ACTIONS(4557), - [anon_sym_AMP_AMP] = ACTIONS(4557), - [anon_sym_PIPE_PIPE] = ACTIONS(4557), - [anon_sym_else] = ACTIONS(4555), - [anon_sym_COLON_COLON] = ACTIONS(4557), - [anon_sym_PLUS_EQ] = ACTIONS(4557), - [anon_sym_DASH_EQ] = ACTIONS(4557), - [anon_sym_STAR_EQ] = ACTIONS(4557), - [anon_sym_SLASH_EQ] = ACTIONS(4557), - [anon_sym_PERCENT_EQ] = ACTIONS(4557), - [anon_sym_BANG_EQ] = ACTIONS(4555), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4557), - [anon_sym_EQ_EQ] = ACTIONS(4555), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4557), - [anon_sym_LT_EQ] = ACTIONS(4557), - [anon_sym_GT_EQ] = ACTIONS(4557), - [anon_sym_BANGin] = ACTIONS(4557), - [anon_sym_is] = ACTIONS(4555), - [anon_sym_BANGis] = ACTIONS(4557), - [anon_sym_PLUS] = ACTIONS(4555), - [anon_sym_DASH] = ACTIONS(4555), - [anon_sym_SLASH] = ACTIONS(4555), - [anon_sym_PERCENT] = ACTIONS(4555), - [anon_sym_as_QMARK] = ACTIONS(4557), - [anon_sym_PLUS_PLUS] = ACTIONS(4557), - [anon_sym_DASH_DASH] = ACTIONS(4557), - [anon_sym_BANG_BANG] = ACTIONS(4557), - [anon_sym_suspend] = ACTIONS(4555), - [anon_sym_sealed] = ACTIONS(4555), - [anon_sym_annotation] = ACTIONS(4555), - [anon_sym_data] = ACTIONS(4555), - [anon_sym_inner] = ACTIONS(4555), - [anon_sym_value] = ACTIONS(4555), - [anon_sym_override] = ACTIONS(4555), - [anon_sym_lateinit] = ACTIONS(4555), - [anon_sym_public] = ACTIONS(4555), - [anon_sym_private] = ACTIONS(4555), - [anon_sym_internal] = ACTIONS(4555), - [anon_sym_protected] = ACTIONS(4555), - [anon_sym_tailrec] = ACTIONS(4555), - [anon_sym_operator] = ACTIONS(4555), - [anon_sym_infix] = ACTIONS(4555), - [anon_sym_inline] = ACTIONS(4555), - [anon_sym_external] = ACTIONS(4555), - [sym_property_modifier] = ACTIONS(4555), - [anon_sym_abstract] = ACTIONS(4555), - [anon_sym_final] = ACTIONS(4555), - [anon_sym_open] = ACTIONS(4555), - [anon_sym_vararg] = ACTIONS(4555), - [anon_sym_noinline] = ACTIONS(4555), - [anon_sym_crossinline] = ACTIONS(4555), - [anon_sym_expect] = ACTIONS(4555), - [anon_sym_actual] = ACTIONS(4555), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4557), - [sym__automatic_semicolon] = ACTIONS(4557), - [sym_safe_nav] = ACTIONS(4557), + [3703] = { + [sym_function_body] = STATE(3946), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [sym_label] = ACTIONS(4321), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), [sym_multiline_comment] = ACTIONS(3), }, - [3732] = { - [sym_type_constraints] = STATE(4036), - [sym_function_body] = STATE(3490), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_RBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_RPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [anon_sym_DASH_GT] = ACTIONS(4162), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_while] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), + [3704] = { + [sym__alpha_identifier] = ACTIONS(4710), + [anon_sym_AT] = ACTIONS(4712), + [anon_sym_LBRACK] = ACTIONS(4712), + [anon_sym_EQ] = ACTIONS(4712), + [anon_sym_LBRACE] = ACTIONS(4712), + [anon_sym_RBRACE] = ACTIONS(4712), + [anon_sym_LPAREN] = ACTIONS(4712), + [anon_sym_by] = ACTIONS(4710), + [anon_sym_where] = ACTIONS(4710), + [anon_sym_object] = ACTIONS(4710), + [anon_sym_fun] = ACTIONS(4710), + [anon_sym_SEMI] = ACTIONS(4712), + [anon_sym_get] = ACTIONS(4710), + [anon_sym_set] = ACTIONS(4710), + [anon_sym_this] = ACTIONS(4710), + [anon_sym_super] = ACTIONS(4710), + [anon_sym_STAR] = ACTIONS(4712), + [sym_label] = ACTIONS(4710), + [anon_sym_in] = ACTIONS(4710), + [anon_sym_null] = ACTIONS(4710), + [anon_sym_if] = ACTIONS(4710), + [anon_sym_else] = ACTIONS(4710), + [anon_sym_when] = ACTIONS(4710), + [anon_sym_try] = ACTIONS(4710), + [anon_sym_throw] = ACTIONS(4710), + [anon_sym_return] = ACTIONS(4710), + [anon_sym_continue] = ACTIONS(4710), + [anon_sym_break] = ACTIONS(4710), + [anon_sym_COLON_COLON] = ACTIONS(4712), + [anon_sym_BANGin] = ACTIONS(4712), + [anon_sym_is] = ACTIONS(4710), + [anon_sym_BANGis] = ACTIONS(4712), + [anon_sym_PLUS] = ACTIONS(4710), + [anon_sym_DASH] = ACTIONS(4710), + [anon_sym_PLUS_PLUS] = ACTIONS(4712), + [anon_sym_DASH_DASH] = ACTIONS(4712), + [anon_sym_BANG] = ACTIONS(4710), + [anon_sym_suspend] = ACTIONS(4710), + [anon_sym_sealed] = ACTIONS(4710), + [anon_sym_annotation] = ACTIONS(4710), + [anon_sym_data] = ACTIONS(4710), + [anon_sym_inner] = ACTIONS(4710), + [anon_sym_value] = ACTIONS(4710), + [anon_sym_override] = ACTIONS(4710), + [anon_sym_lateinit] = ACTIONS(4710), + [anon_sym_public] = ACTIONS(4710), + [anon_sym_private] = ACTIONS(4710), + [anon_sym_internal] = ACTIONS(4710), + [anon_sym_protected] = ACTIONS(4710), + [anon_sym_tailrec] = ACTIONS(4710), + [anon_sym_operator] = ACTIONS(4710), + [anon_sym_infix] = ACTIONS(4710), + [anon_sym_inline] = ACTIONS(4710), + [anon_sym_external] = ACTIONS(4710), + [sym_property_modifier] = ACTIONS(4710), + [anon_sym_abstract] = ACTIONS(4710), + [anon_sym_final] = ACTIONS(4710), + [anon_sym_open] = ACTIONS(4710), + [anon_sym_vararg] = ACTIONS(4710), + [anon_sym_noinline] = ACTIONS(4710), + [anon_sym_crossinline] = ACTIONS(4710), + [anon_sym_expect] = ACTIONS(4710), + [anon_sym_actual] = ACTIONS(4710), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4712), + [anon_sym_continue_AT] = ACTIONS(4712), + [anon_sym_break_AT] = ACTIONS(4712), + [anon_sym_this_AT] = ACTIONS(4712), + [anon_sym_super_AT] = ACTIONS(4712), + [sym_real_literal] = ACTIONS(4712), + [sym_integer_literal] = ACTIONS(4710), + [sym_hex_literal] = ACTIONS(4712), + [sym_bin_literal] = ACTIONS(4712), + [anon_sym_true] = ACTIONS(4710), + [anon_sym_false] = ACTIONS(4710), + [anon_sym_SQUOTE] = ACTIONS(4712), + [sym__backtick_identifier] = ACTIONS(4712), + [sym__automatic_semicolon] = ACTIONS(4712), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4712), }, - [3733] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3733), - [sym__alpha_identifier] = ACTIONS(4633), - [anon_sym_AT] = ACTIONS(4635), - [anon_sym_LBRACK] = ACTIONS(4635), - [anon_sym_as] = ACTIONS(4633), - [anon_sym_EQ] = ACTIONS(4633), - [anon_sym_LBRACE] = ACTIONS(4635), - [anon_sym_RBRACE] = ACTIONS(4635), - [anon_sym_LPAREN] = ACTIONS(4635), - [anon_sym_COMMA] = ACTIONS(7098), - [anon_sym_LT] = ACTIONS(4633), - [anon_sym_GT] = ACTIONS(4633), - [anon_sym_where] = ACTIONS(4633), - [anon_sym_DOT] = ACTIONS(4633), - [anon_sym_SEMI] = ACTIONS(4635), - [anon_sym_get] = ACTIONS(4633), - [anon_sym_set] = ACTIONS(4633), - [anon_sym_STAR] = ACTIONS(4633), - [sym_label] = ACTIONS(4635), - [anon_sym_in] = ACTIONS(4633), - [anon_sym_DOT_DOT] = ACTIONS(4635), - [anon_sym_QMARK_COLON] = ACTIONS(4635), - [anon_sym_AMP_AMP] = ACTIONS(4635), - [anon_sym_PIPE_PIPE] = ACTIONS(4635), - [anon_sym_else] = ACTIONS(4633), - [anon_sym_COLON_COLON] = ACTIONS(4635), - [anon_sym_PLUS_EQ] = ACTIONS(4635), - [anon_sym_DASH_EQ] = ACTIONS(4635), - [anon_sym_STAR_EQ] = ACTIONS(4635), - [anon_sym_SLASH_EQ] = ACTIONS(4635), - [anon_sym_PERCENT_EQ] = ACTIONS(4635), - [anon_sym_BANG_EQ] = ACTIONS(4633), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4635), - [anon_sym_EQ_EQ] = ACTIONS(4633), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4635), - [anon_sym_LT_EQ] = ACTIONS(4635), - [anon_sym_GT_EQ] = ACTIONS(4635), - [anon_sym_BANGin] = ACTIONS(4635), - [anon_sym_is] = ACTIONS(4633), - [anon_sym_BANGis] = ACTIONS(4635), - [anon_sym_PLUS] = ACTIONS(4633), - [anon_sym_DASH] = ACTIONS(4633), - [anon_sym_SLASH] = ACTIONS(4633), - [anon_sym_PERCENT] = ACTIONS(4633), - [anon_sym_as_QMARK] = ACTIONS(4635), - [anon_sym_PLUS_PLUS] = ACTIONS(4635), - [anon_sym_DASH_DASH] = ACTIONS(4635), - [anon_sym_BANG_BANG] = ACTIONS(4635), - [anon_sym_suspend] = ACTIONS(4633), - [anon_sym_sealed] = ACTIONS(4633), - [anon_sym_annotation] = ACTIONS(4633), - [anon_sym_data] = ACTIONS(4633), - [anon_sym_inner] = ACTIONS(4633), - [anon_sym_value] = ACTIONS(4633), - [anon_sym_override] = ACTIONS(4633), - [anon_sym_lateinit] = ACTIONS(4633), - [anon_sym_public] = ACTIONS(4633), - [anon_sym_private] = ACTIONS(4633), - [anon_sym_internal] = ACTIONS(4633), - [anon_sym_protected] = ACTIONS(4633), - [anon_sym_tailrec] = ACTIONS(4633), - [anon_sym_operator] = ACTIONS(4633), - [anon_sym_infix] = ACTIONS(4633), - [anon_sym_inline] = ACTIONS(4633), - [anon_sym_external] = ACTIONS(4633), - [sym_property_modifier] = ACTIONS(4633), - [anon_sym_abstract] = ACTIONS(4633), - [anon_sym_final] = ACTIONS(4633), - [anon_sym_open] = ACTIONS(4633), - [anon_sym_vararg] = ACTIONS(4633), - [anon_sym_noinline] = ACTIONS(4633), - [anon_sym_crossinline] = ACTIONS(4633), - [anon_sym_expect] = ACTIONS(4633), - [anon_sym_actual] = ACTIONS(4633), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4635), - [sym__automatic_semicolon] = ACTIONS(4635), - [sym_safe_nav] = ACTIONS(4635), + [3705] = { + [sym_class_body] = STATE(4006), + [sym_type_constraints] = STATE(3736), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_COLON] = ACTIONS(6002), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3290), + [anon_sym_sealed] = ACTIONS(3290), + [anon_sym_annotation] = ACTIONS(3290), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_override] = ACTIONS(3290), + [anon_sym_lateinit] = ACTIONS(3290), + [anon_sym_public] = ACTIONS(3290), + [anon_sym_private] = ACTIONS(3290), + [anon_sym_internal] = ACTIONS(3290), + [anon_sym_protected] = ACTIONS(3290), + [anon_sym_tailrec] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_infix] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_external] = ACTIONS(3290), + [sym_property_modifier] = ACTIONS(3290), + [anon_sym_abstract] = ACTIONS(3290), + [anon_sym_final] = ACTIONS(3290), + [anon_sym_open] = ACTIONS(3290), + [anon_sym_vararg] = ACTIONS(3290), + [anon_sym_noinline] = ACTIONS(3290), + [anon_sym_crossinline] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), [sym_multiline_comment] = ACTIONS(3), }, - [3734] = { - [sym_function_body] = STATE(3430), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_RPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4307), - [sym_label] = ACTIONS(4309), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_while] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_PLUS_EQ] = ACTIONS(4309), - [anon_sym_DASH_EQ] = ACTIONS(4309), - [anon_sym_STAR_EQ] = ACTIONS(4309), - [anon_sym_SLASH_EQ] = ACTIONS(4309), - [anon_sym_PERCENT_EQ] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4307), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), + [3706] = { + [sym_function_body] = STATE(3869), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6772), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), [sym_multiline_comment] = ACTIONS(3), }, - [3735] = { - [sym_class_body] = STATE(3203), - [sym__alpha_identifier] = ACTIONS(4349), - [anon_sym_AT] = ACTIONS(4351), - [anon_sym_COLON] = ACTIONS(7101), - [anon_sym_LBRACK] = ACTIONS(4351), - [anon_sym_as] = ACTIONS(4349), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4351), - [anon_sym_LPAREN] = ACTIONS(4351), - [anon_sym_COMMA] = ACTIONS(4351), - [anon_sym_LT] = ACTIONS(4349), - [anon_sym_GT] = ACTIONS(4349), - [anon_sym_where] = ACTIONS(4349), - [anon_sym_object] = ACTIONS(4349), - [anon_sym_fun] = ACTIONS(4349), - [anon_sym_DOT] = ACTIONS(4349), - [anon_sym_SEMI] = ACTIONS(4351), - [anon_sym_get] = ACTIONS(4349), - [anon_sym_set] = ACTIONS(4349), - [anon_sym_this] = ACTIONS(4349), - [anon_sym_super] = ACTIONS(4349), - [anon_sym_STAR] = ACTIONS(4351), - [sym_label] = ACTIONS(4349), - [anon_sym_in] = ACTIONS(4349), - [anon_sym_DOT_DOT] = ACTIONS(4351), - [anon_sym_QMARK_COLON] = ACTIONS(4351), - [anon_sym_AMP_AMP] = ACTIONS(4351), - [anon_sym_PIPE_PIPE] = ACTIONS(4351), - [anon_sym_null] = ACTIONS(4349), - [anon_sym_if] = ACTIONS(4349), - [anon_sym_else] = ACTIONS(4349), - [anon_sym_when] = ACTIONS(4349), - [anon_sym_try] = ACTIONS(4349), - [anon_sym_throw] = ACTIONS(4349), - [anon_sym_return] = ACTIONS(4349), - [anon_sym_continue] = ACTIONS(4349), - [anon_sym_break] = ACTIONS(4349), - [anon_sym_COLON_COLON] = ACTIONS(4351), - [anon_sym_BANG_EQ] = ACTIONS(4349), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4351), - [anon_sym_EQ_EQ] = ACTIONS(4349), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4351), - [anon_sym_LT_EQ] = ACTIONS(4351), - [anon_sym_GT_EQ] = ACTIONS(4351), - [anon_sym_BANGin] = ACTIONS(4351), - [anon_sym_is] = ACTIONS(4349), - [anon_sym_BANGis] = ACTIONS(4351), - [anon_sym_PLUS] = ACTIONS(4349), - [anon_sym_DASH] = ACTIONS(4349), - [anon_sym_SLASH] = ACTIONS(4349), - [anon_sym_PERCENT] = ACTIONS(4351), - [anon_sym_as_QMARK] = ACTIONS(4351), - [anon_sym_PLUS_PLUS] = ACTIONS(4351), - [anon_sym_DASH_DASH] = ACTIONS(4351), - [anon_sym_BANG] = ACTIONS(4349), - [anon_sym_BANG_BANG] = ACTIONS(4351), - [anon_sym_data] = ACTIONS(4349), - [anon_sym_inner] = ACTIONS(4349), - [anon_sym_value] = ACTIONS(4349), - [anon_sym_expect] = ACTIONS(4349), - [anon_sym_actual] = ACTIONS(4349), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4351), - [anon_sym_continue_AT] = ACTIONS(4351), - [anon_sym_break_AT] = ACTIONS(4351), - [anon_sym_this_AT] = ACTIONS(4351), - [anon_sym_super_AT] = ACTIONS(4351), - [sym_real_literal] = ACTIONS(4351), - [sym_integer_literal] = ACTIONS(4349), - [sym_hex_literal] = ACTIONS(4351), - [sym_bin_literal] = ACTIONS(4351), - [anon_sym_true] = ACTIONS(4349), - [anon_sym_false] = ACTIONS(4349), - [anon_sym_SQUOTE] = ACTIONS(4351), - [sym__backtick_identifier] = ACTIONS(4351), - [sym__automatic_semicolon] = ACTIONS(4351), - [sym_safe_nav] = ACTIONS(4351), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4351), + [3707] = { + [sym_class_body] = STATE(3197), + [sym__alpha_identifier] = ACTIONS(4450), + [anon_sym_AT] = ACTIONS(4452), + [anon_sym_COLON] = ACTIONS(7027), + [anon_sym_LBRACK] = ACTIONS(4452), + [anon_sym_as] = ACTIONS(4450), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4452), + [anon_sym_LPAREN] = ACTIONS(4452), + [anon_sym_COMMA] = ACTIONS(4452), + [anon_sym_LT] = ACTIONS(4450), + [anon_sym_GT] = ACTIONS(4450), + [anon_sym_where] = ACTIONS(4450), + [anon_sym_object] = ACTIONS(4450), + [anon_sym_fun] = ACTIONS(4450), + [anon_sym_DOT] = ACTIONS(4450), + [anon_sym_SEMI] = ACTIONS(4452), + [anon_sym_get] = ACTIONS(4450), + [anon_sym_set] = ACTIONS(4450), + [anon_sym_this] = ACTIONS(4450), + [anon_sym_super] = ACTIONS(4450), + [anon_sym_STAR] = ACTIONS(4452), + [sym_label] = ACTIONS(4450), + [anon_sym_in] = ACTIONS(4450), + [anon_sym_DOT_DOT] = ACTIONS(4452), + [anon_sym_QMARK_COLON] = ACTIONS(4452), + [anon_sym_AMP_AMP] = ACTIONS(4452), + [anon_sym_PIPE_PIPE] = ACTIONS(4452), + [anon_sym_null] = ACTIONS(4450), + [anon_sym_if] = ACTIONS(4450), + [anon_sym_else] = ACTIONS(4450), + [anon_sym_when] = ACTIONS(4450), + [anon_sym_try] = ACTIONS(4450), + [anon_sym_throw] = ACTIONS(4450), + [anon_sym_return] = ACTIONS(4450), + [anon_sym_continue] = ACTIONS(4450), + [anon_sym_break] = ACTIONS(4450), + [anon_sym_COLON_COLON] = ACTIONS(4452), + [anon_sym_BANG_EQ] = ACTIONS(4450), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4452), + [anon_sym_EQ_EQ] = ACTIONS(4450), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4452), + [anon_sym_LT_EQ] = ACTIONS(4452), + [anon_sym_GT_EQ] = ACTIONS(4452), + [anon_sym_BANGin] = ACTIONS(4452), + [anon_sym_is] = ACTIONS(4450), + [anon_sym_BANGis] = ACTIONS(4452), + [anon_sym_PLUS] = ACTIONS(4450), + [anon_sym_DASH] = ACTIONS(4450), + [anon_sym_SLASH] = ACTIONS(4450), + [anon_sym_PERCENT] = ACTIONS(4452), + [anon_sym_as_QMARK] = ACTIONS(4452), + [anon_sym_PLUS_PLUS] = ACTIONS(4452), + [anon_sym_DASH_DASH] = ACTIONS(4452), + [anon_sym_BANG] = ACTIONS(4450), + [anon_sym_BANG_BANG] = ACTIONS(4452), + [anon_sym_data] = ACTIONS(4450), + [anon_sym_inner] = ACTIONS(4450), + [anon_sym_value] = ACTIONS(4450), + [anon_sym_expect] = ACTIONS(4450), + [anon_sym_actual] = ACTIONS(4450), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4452), + [anon_sym_continue_AT] = ACTIONS(4452), + [anon_sym_break_AT] = ACTIONS(4452), + [anon_sym_this_AT] = ACTIONS(4452), + [anon_sym_super_AT] = ACTIONS(4452), + [sym_real_literal] = ACTIONS(4452), + [sym_integer_literal] = ACTIONS(4450), + [sym_hex_literal] = ACTIONS(4452), + [sym_bin_literal] = ACTIONS(4452), + [anon_sym_true] = ACTIONS(4450), + [anon_sym_false] = ACTIONS(4450), + [anon_sym_SQUOTE] = ACTIONS(4452), + [sym__backtick_identifier] = ACTIONS(4452), + [sym__automatic_semicolon] = ACTIONS(4452), + [sym_safe_nav] = ACTIONS(4452), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4452), }, - [3736] = { - [sym_class_body] = STATE(3157), - [sym__alpha_identifier] = ACTIONS(4497), - [anon_sym_AT] = ACTIONS(4499), - [anon_sym_COLON] = ACTIONS(7103), - [anon_sym_LBRACK] = ACTIONS(4499), - [anon_sym_as] = ACTIONS(4497), - [anon_sym_LBRACE] = ACTIONS(3262), - [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(4499), - [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_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_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(4499), - [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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4499), - [anon_sym_super_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), + [3708] = { + [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_by] = ACTIONS(6958), + [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_value] = 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), - [sym__string_start] = ACTIONS(4499), }, - [3737] = { - [sym_class_body] = STATE(3953), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [3709] = { + [sym__alpha_identifier] = ACTIONS(4631), + [anon_sym_AT] = ACTIONS(4633), + [anon_sym_COLON] = ACTIONS(4631), + [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_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_value] = 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), [sym_multiline_comment] = ACTIONS(3), }, - [3738] = { - [sym_type_constraints] = STATE(4019), - [sym_function_body] = STATE(3507), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_RBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_RPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [anon_sym_DASH_GT] = ACTIONS(4149), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_while] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), + [3710] = { + [sym__alpha_identifier] = ACTIONS(4710), + [anon_sym_AT] = ACTIONS(4712), + [anon_sym_LBRACK] = ACTIONS(4712), + [anon_sym_as] = ACTIONS(4710), + [anon_sym_EQ] = ACTIONS(4710), + [anon_sym_LBRACE] = ACTIONS(4712), + [anon_sym_RBRACE] = ACTIONS(4712), + [anon_sym_LPAREN] = ACTIONS(4712), + [anon_sym_COMMA] = ACTIONS(4712), + [anon_sym_by] = ACTIONS(4710), + [anon_sym_LT] = ACTIONS(4710), + [anon_sym_GT] = ACTIONS(4710), + [anon_sym_where] = ACTIONS(4710), + [anon_sym_DOT] = ACTIONS(4710), + [anon_sym_SEMI] = ACTIONS(4712), + [anon_sym_get] = ACTIONS(4710), + [anon_sym_set] = ACTIONS(4710), + [anon_sym_STAR] = ACTIONS(4710), + [sym_label] = ACTIONS(4712), + [anon_sym_in] = ACTIONS(4710), + [anon_sym_DOT_DOT] = ACTIONS(4712), + [anon_sym_QMARK_COLON] = ACTIONS(4712), + [anon_sym_AMP_AMP] = ACTIONS(4712), + [anon_sym_PIPE_PIPE] = ACTIONS(4712), + [anon_sym_else] = ACTIONS(4710), + [anon_sym_COLON_COLON] = ACTIONS(4712), + [anon_sym_PLUS_EQ] = ACTIONS(4712), + [anon_sym_DASH_EQ] = ACTIONS(4712), + [anon_sym_STAR_EQ] = ACTIONS(4712), + [anon_sym_SLASH_EQ] = ACTIONS(4712), + [anon_sym_PERCENT_EQ] = ACTIONS(4712), + [anon_sym_BANG_EQ] = ACTIONS(4710), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4712), + [anon_sym_EQ_EQ] = ACTIONS(4710), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4712), + [anon_sym_LT_EQ] = ACTIONS(4712), + [anon_sym_GT_EQ] = ACTIONS(4712), + [anon_sym_BANGin] = ACTIONS(4712), + [anon_sym_is] = ACTIONS(4710), + [anon_sym_BANGis] = ACTIONS(4712), + [anon_sym_PLUS] = ACTIONS(4710), + [anon_sym_DASH] = ACTIONS(4710), + [anon_sym_SLASH] = ACTIONS(4710), + [anon_sym_PERCENT] = ACTIONS(4710), + [anon_sym_as_QMARK] = ACTIONS(4712), + [anon_sym_PLUS_PLUS] = ACTIONS(4712), + [anon_sym_DASH_DASH] = ACTIONS(4712), + [anon_sym_BANG_BANG] = ACTIONS(4712), + [anon_sym_suspend] = ACTIONS(4710), + [anon_sym_sealed] = ACTIONS(4710), + [anon_sym_annotation] = ACTIONS(4710), + [anon_sym_data] = ACTIONS(4710), + [anon_sym_inner] = ACTIONS(4710), + [anon_sym_value] = ACTIONS(4710), + [anon_sym_override] = ACTIONS(4710), + [anon_sym_lateinit] = ACTIONS(4710), + [anon_sym_public] = ACTIONS(4710), + [anon_sym_private] = ACTIONS(4710), + [anon_sym_internal] = ACTIONS(4710), + [anon_sym_protected] = ACTIONS(4710), + [anon_sym_tailrec] = ACTIONS(4710), + [anon_sym_operator] = ACTIONS(4710), + [anon_sym_infix] = ACTIONS(4710), + [anon_sym_inline] = ACTIONS(4710), + [anon_sym_external] = ACTIONS(4710), + [sym_property_modifier] = ACTIONS(4710), + [anon_sym_abstract] = ACTIONS(4710), + [anon_sym_final] = ACTIONS(4710), + [anon_sym_open] = ACTIONS(4710), + [anon_sym_vararg] = ACTIONS(4710), + [anon_sym_noinline] = ACTIONS(4710), + [anon_sym_crossinline] = ACTIONS(4710), + [anon_sym_expect] = ACTIONS(4710), + [anon_sym_actual] = ACTIONS(4710), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4712), + [sym__automatic_semicolon] = ACTIONS(4712), + [sym_safe_nav] = ACTIONS(4712), [sym_multiline_comment] = ACTIONS(3), }, - [3739] = { - [sym_class_body] = STATE(3909), - [sym__alpha_identifier] = ACTIONS(4355), - [anon_sym_AT] = ACTIONS(4357), - [anon_sym_LBRACK] = ACTIONS(4357), - [anon_sym_as] = ACTIONS(4355), - [anon_sym_EQ] = ACTIONS(4355), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4357), - [anon_sym_LPAREN] = ACTIONS(4357), - [anon_sym_COMMA] = ACTIONS(4357), - [anon_sym_LT] = ACTIONS(4355), - [anon_sym_GT] = ACTIONS(4355), - [anon_sym_where] = ACTIONS(4355), - [anon_sym_DOT] = ACTIONS(4355), - [anon_sym_SEMI] = ACTIONS(4357), - [anon_sym_get] = ACTIONS(4355), - [anon_sym_set] = ACTIONS(4355), - [anon_sym_STAR] = ACTIONS(4355), - [sym_label] = ACTIONS(4357), - [anon_sym_in] = ACTIONS(4355), - [anon_sym_DOT_DOT] = ACTIONS(4357), - [anon_sym_QMARK_COLON] = ACTIONS(4357), - [anon_sym_AMP_AMP] = ACTIONS(4357), - [anon_sym_PIPE_PIPE] = ACTIONS(4357), - [anon_sym_else] = ACTIONS(4355), - [anon_sym_COLON_COLON] = ACTIONS(4357), - [anon_sym_PLUS_EQ] = ACTIONS(4357), - [anon_sym_DASH_EQ] = ACTIONS(4357), - [anon_sym_STAR_EQ] = ACTIONS(4357), - [anon_sym_SLASH_EQ] = ACTIONS(4357), - [anon_sym_PERCENT_EQ] = ACTIONS(4357), - [anon_sym_BANG_EQ] = ACTIONS(4355), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4357), - [anon_sym_EQ_EQ] = ACTIONS(4355), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4357), - [anon_sym_LT_EQ] = ACTIONS(4357), - [anon_sym_GT_EQ] = ACTIONS(4357), - [anon_sym_BANGin] = ACTIONS(4357), - [anon_sym_is] = ACTIONS(4355), - [anon_sym_BANGis] = ACTIONS(4357), - [anon_sym_PLUS] = ACTIONS(4355), - [anon_sym_DASH] = ACTIONS(4355), - [anon_sym_SLASH] = ACTIONS(4355), - [anon_sym_PERCENT] = ACTIONS(4355), - [anon_sym_as_QMARK] = ACTIONS(4357), - [anon_sym_PLUS_PLUS] = ACTIONS(4357), - [anon_sym_DASH_DASH] = ACTIONS(4357), - [anon_sym_BANG_BANG] = ACTIONS(4357), - [anon_sym_suspend] = ACTIONS(4355), - [anon_sym_sealed] = ACTIONS(4355), - [anon_sym_annotation] = ACTIONS(4355), - [anon_sym_data] = ACTIONS(4355), - [anon_sym_inner] = ACTIONS(4355), - [anon_sym_value] = ACTIONS(4355), - [anon_sym_override] = ACTIONS(4355), - [anon_sym_lateinit] = ACTIONS(4355), - [anon_sym_public] = ACTIONS(4355), - [anon_sym_private] = ACTIONS(4355), - [anon_sym_internal] = ACTIONS(4355), - [anon_sym_protected] = ACTIONS(4355), - [anon_sym_tailrec] = ACTIONS(4355), - [anon_sym_operator] = ACTIONS(4355), - [anon_sym_infix] = ACTIONS(4355), - [anon_sym_inline] = ACTIONS(4355), - [anon_sym_external] = ACTIONS(4355), - [sym_property_modifier] = ACTIONS(4355), - [anon_sym_abstract] = ACTIONS(4355), - [anon_sym_final] = ACTIONS(4355), - [anon_sym_open] = ACTIONS(4355), - [anon_sym_vararg] = ACTIONS(4355), - [anon_sym_noinline] = ACTIONS(4355), - [anon_sym_crossinline] = ACTIONS(4355), - [anon_sym_expect] = ACTIONS(4355), - [anon_sym_actual] = ACTIONS(4355), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4357), - [sym__automatic_semicolon] = ACTIONS(4357), - [sym_safe_nav] = ACTIONS(4357), + [3711] = { + [sym_class_body] = STATE(3209), + [sym_type_constraints] = STATE(3011), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(3528), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), + }, + [3712] = { + [sym_type_constraints] = STATE(3051), + [sym_enum_class_body] = STATE(3249), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(7029), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4245), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4245), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), + }, + [3713] = { + [sym_enum_class_body] = STATE(3859), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), [sym_multiline_comment] = ACTIONS(3), }, - [3740] = { - [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_by] = ACTIONS(4722), - [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_value] = 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), + [3714] = { + [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_value] = 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), }, - [3741] = { - [sym__alpha_identifier] = ACTIONS(4754), - [anon_sym_AT] = ACTIONS(4756), - [anon_sym_COLON] = ACTIONS(4754), - [anon_sym_LBRACK] = ACTIONS(4756), - [anon_sym_as] = ACTIONS(4754), - [anon_sym_EQ] = ACTIONS(4754), - [anon_sym_LBRACE] = ACTIONS(4756), - [anon_sym_RBRACE] = ACTIONS(4756), - [anon_sym_LPAREN] = ACTIONS(4756), - [anon_sym_COMMA] = ACTIONS(4756), - [anon_sym_LT] = ACTIONS(4754), - [anon_sym_GT] = ACTIONS(4754), - [anon_sym_where] = ACTIONS(4754), - [anon_sym_DOT] = ACTIONS(4754), - [anon_sym_SEMI] = ACTIONS(4756), - [anon_sym_get] = ACTIONS(4754), - [anon_sym_set] = ACTIONS(4754), - [anon_sym_STAR] = ACTIONS(4754), - [sym_label] = ACTIONS(4756), - [anon_sym_in] = ACTIONS(4754), - [anon_sym_DOT_DOT] = ACTIONS(4756), - [anon_sym_QMARK_COLON] = ACTIONS(4756), - [anon_sym_AMP_AMP] = ACTIONS(4756), - [anon_sym_PIPE_PIPE] = ACTIONS(4756), - [anon_sym_else] = ACTIONS(4754), - [anon_sym_COLON_COLON] = ACTIONS(4756), - [anon_sym_PLUS_EQ] = ACTIONS(4756), - [anon_sym_DASH_EQ] = ACTIONS(4756), - [anon_sym_STAR_EQ] = ACTIONS(4756), - [anon_sym_SLASH_EQ] = ACTIONS(4756), - [anon_sym_PERCENT_EQ] = ACTIONS(4756), - [anon_sym_BANG_EQ] = ACTIONS(4754), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4756), - [anon_sym_EQ_EQ] = ACTIONS(4754), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4756), - [anon_sym_LT_EQ] = ACTIONS(4756), - [anon_sym_GT_EQ] = ACTIONS(4756), - [anon_sym_BANGin] = ACTIONS(4756), - [anon_sym_is] = ACTIONS(4754), - [anon_sym_BANGis] = ACTIONS(4756), - [anon_sym_PLUS] = ACTIONS(4754), - [anon_sym_DASH] = ACTIONS(4754), - [anon_sym_SLASH] = ACTIONS(4754), - [anon_sym_PERCENT] = ACTIONS(4754), - [anon_sym_as_QMARK] = ACTIONS(4756), - [anon_sym_PLUS_PLUS] = ACTIONS(4756), - [anon_sym_DASH_DASH] = ACTIONS(4756), - [anon_sym_BANG_BANG] = ACTIONS(4756), - [anon_sym_suspend] = ACTIONS(4754), - [anon_sym_sealed] = ACTIONS(4754), - [anon_sym_annotation] = ACTIONS(4754), - [anon_sym_data] = ACTIONS(4754), - [anon_sym_inner] = ACTIONS(4754), - [anon_sym_value] = ACTIONS(4754), - [anon_sym_override] = ACTIONS(4754), - [anon_sym_lateinit] = ACTIONS(4754), - [anon_sym_public] = ACTIONS(4754), - [anon_sym_private] = ACTIONS(4754), - [anon_sym_internal] = ACTIONS(4754), - [anon_sym_protected] = ACTIONS(4754), - [anon_sym_tailrec] = ACTIONS(4754), - [anon_sym_operator] = ACTIONS(4754), - [anon_sym_infix] = ACTIONS(4754), - [anon_sym_inline] = ACTIONS(4754), - [anon_sym_external] = ACTIONS(4754), - [sym_property_modifier] = ACTIONS(4754), - [anon_sym_abstract] = ACTIONS(4754), - [anon_sym_final] = ACTIONS(4754), - [anon_sym_open] = ACTIONS(4754), - [anon_sym_vararg] = ACTIONS(4754), - [anon_sym_noinline] = ACTIONS(4754), - [anon_sym_crossinline] = ACTIONS(4754), - [anon_sym_expect] = ACTIONS(4754), - [anon_sym_actual] = ACTIONS(4754), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4756), - [sym__automatic_semicolon] = ACTIONS(4756), - [sym_safe_nav] = ACTIONS(4756), + [3715] = { + [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_by] = ACTIONS(4718), + [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_value] = 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), }, - [3742] = { - [sym__alpha_identifier] = ACTIONS(4166), - [anon_sym_AT] = ACTIONS(4168), - [anon_sym_LBRACK] = ACTIONS(4168), - [anon_sym_typealias] = ACTIONS(4166), - [anon_sym_class] = ACTIONS(4166), - [anon_sym_interface] = ACTIONS(4166), - [anon_sym_enum] = ACTIONS(4166), - [anon_sym_LBRACE] = ACTIONS(4168), - [anon_sym_LPAREN] = ACTIONS(4168), - [anon_sym_val] = ACTIONS(4166), - [anon_sym_var] = ACTIONS(4166), - [anon_sym_object] = ACTIONS(4166), - [anon_sym_fun] = ACTIONS(4166), - [anon_sym_DOT] = ACTIONS(4166), - [anon_sym_get] = ACTIONS(4166), - [anon_sym_set] = ACTIONS(4166), - [anon_sym_this] = ACTIONS(4166), - [anon_sym_super] = ACTIONS(4166), - [anon_sym_STAR] = ACTIONS(4168), - [sym_label] = ACTIONS(4166), - [anon_sym_for] = ACTIONS(4166), - [anon_sym_while] = ACTIONS(4166), - [anon_sym_do] = ACTIONS(4166), - [anon_sym_null] = ACTIONS(4166), - [anon_sym_if] = ACTIONS(4166), - [anon_sym_when] = ACTIONS(4166), - [anon_sym_try] = ACTIONS(4166), - [anon_sym_throw] = ACTIONS(4166), - [anon_sym_return] = ACTIONS(4166), - [anon_sym_continue] = ACTIONS(4166), - [anon_sym_break] = ACTIONS(4166), - [anon_sym_COLON_COLON] = ACTIONS(4168), - [anon_sym_PLUS] = ACTIONS(4166), - [anon_sym_DASH] = ACTIONS(4166), - [anon_sym_PLUS_PLUS] = ACTIONS(4168), - [anon_sym_DASH_DASH] = ACTIONS(4168), - [anon_sym_BANG] = ACTIONS(4168), - [anon_sym_suspend] = ACTIONS(4166), - [anon_sym_sealed] = ACTIONS(4166), - [anon_sym_annotation] = ACTIONS(4166), - [anon_sym_data] = ACTIONS(4166), - [anon_sym_inner] = ACTIONS(4166), - [anon_sym_value] = ACTIONS(4166), - [anon_sym_override] = ACTIONS(4166), - [anon_sym_lateinit] = ACTIONS(4166), - [anon_sym_public] = ACTIONS(4166), - [anon_sym_private] = ACTIONS(4166), - [anon_sym_internal] = ACTIONS(4166), - [anon_sym_protected] = ACTIONS(4166), - [anon_sym_tailrec] = ACTIONS(4166), - [anon_sym_operator] = ACTIONS(4166), - [anon_sym_infix] = ACTIONS(4166), - [anon_sym_inline] = ACTIONS(4166), - [anon_sym_external] = ACTIONS(4166), - [sym_property_modifier] = ACTIONS(4166), - [anon_sym_abstract] = ACTIONS(4166), - [anon_sym_final] = ACTIONS(4166), - [anon_sym_open] = ACTIONS(4166), - [anon_sym_vararg] = ACTIONS(4166), - [anon_sym_noinline] = ACTIONS(4166), - [anon_sym_crossinline] = ACTIONS(4166), - [anon_sym_expect] = ACTIONS(4166), - [anon_sym_actual] = ACTIONS(4166), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4168), - [anon_sym_continue_AT] = ACTIONS(4168), - [anon_sym_break_AT] = ACTIONS(4168), - [anon_sym_this_AT] = ACTIONS(4168), - [anon_sym_super_AT] = ACTIONS(4168), - [sym_real_literal] = ACTIONS(4168), - [sym_integer_literal] = ACTIONS(4166), - [sym_hex_literal] = ACTIONS(4168), - [sym_bin_literal] = ACTIONS(4168), - [anon_sym_true] = ACTIONS(4166), - [anon_sym_false] = ACTIONS(4166), - [anon_sym_SQUOTE] = ACTIONS(4168), - [sym__backtick_identifier] = ACTIONS(4168), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4168), + [3716] = { + [sym_function_body] = STATE(3971), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(7031), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = 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_value] = 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), }, - [3743] = { - [sym_function_body] = STATE(3414), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_COLON] = ACTIONS(7105), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_RBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_COMMA] = ACTIONS(4277), - [anon_sym_RPAREN] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_where] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4277), - [anon_sym_DASH_GT] = ACTIONS(4277), - [sym_label] = ACTIONS(4277), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_while] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4277), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_suspend] = ACTIONS(4275), - [anon_sym_sealed] = ACTIONS(4275), - [anon_sym_annotation] = ACTIONS(4275), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_override] = ACTIONS(4275), - [anon_sym_lateinit] = ACTIONS(4275), - [anon_sym_public] = ACTIONS(4275), - [anon_sym_private] = ACTIONS(4275), - [anon_sym_internal] = ACTIONS(4275), - [anon_sym_protected] = ACTIONS(4275), - [anon_sym_tailrec] = ACTIONS(4275), - [anon_sym_operator] = ACTIONS(4275), - [anon_sym_infix] = ACTIONS(4275), - [anon_sym_inline] = ACTIONS(4275), - [anon_sym_external] = ACTIONS(4275), - [sym_property_modifier] = ACTIONS(4275), - [anon_sym_abstract] = ACTIONS(4275), - [anon_sym_final] = ACTIONS(4275), - [anon_sym_open] = ACTIONS(4275), - [anon_sym_vararg] = ACTIONS(4275), - [anon_sym_noinline] = ACTIONS(4275), - [anon_sym_crossinline] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), + [3717] = { + [sym__alpha_identifier] = ACTIONS(4625), + [anon_sym_AT] = ACTIONS(4627), + [anon_sym_COLON] = ACTIONS(4625), + [anon_sym_LBRACK] = ACTIONS(4627), + [anon_sym_as] = ACTIONS(4625), + [anon_sym_EQ] = ACTIONS(4625), + [anon_sym_LBRACE] = ACTIONS(4627), + [anon_sym_RBRACE] = ACTIONS(4627), + [anon_sym_LPAREN] = ACTIONS(4627), + [anon_sym_COMMA] = ACTIONS(4627), + [anon_sym_LT] = ACTIONS(4625), + [anon_sym_GT] = ACTIONS(4625), + [anon_sym_where] = ACTIONS(4625), + [anon_sym_DOT] = ACTIONS(4625), + [anon_sym_SEMI] = ACTIONS(4627), + [anon_sym_get] = ACTIONS(4625), + [anon_sym_set] = ACTIONS(4625), + [anon_sym_STAR] = ACTIONS(4625), + [sym_label] = ACTIONS(4627), + [anon_sym_in] = ACTIONS(4625), + [anon_sym_DOT_DOT] = ACTIONS(4627), + [anon_sym_QMARK_COLON] = ACTIONS(4627), + [anon_sym_AMP_AMP] = ACTIONS(4627), + [anon_sym_PIPE_PIPE] = ACTIONS(4627), + [anon_sym_else] = ACTIONS(4625), + [anon_sym_COLON_COLON] = ACTIONS(4627), + [anon_sym_PLUS_EQ] = ACTIONS(4627), + [anon_sym_DASH_EQ] = ACTIONS(4627), + [anon_sym_STAR_EQ] = ACTIONS(4627), + [anon_sym_SLASH_EQ] = ACTIONS(4627), + [anon_sym_PERCENT_EQ] = ACTIONS(4627), + [anon_sym_BANG_EQ] = ACTIONS(4625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4627), + [anon_sym_EQ_EQ] = ACTIONS(4625), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4627), + [anon_sym_LT_EQ] = ACTIONS(4627), + [anon_sym_GT_EQ] = ACTIONS(4627), + [anon_sym_BANGin] = ACTIONS(4627), + [anon_sym_is] = ACTIONS(4625), + [anon_sym_BANGis] = ACTIONS(4627), + [anon_sym_PLUS] = ACTIONS(4625), + [anon_sym_DASH] = ACTIONS(4625), + [anon_sym_SLASH] = ACTIONS(4625), + [anon_sym_PERCENT] = ACTIONS(4625), + [anon_sym_as_QMARK] = ACTIONS(4627), + [anon_sym_PLUS_PLUS] = ACTIONS(4627), + [anon_sym_DASH_DASH] = ACTIONS(4627), + [anon_sym_BANG_BANG] = ACTIONS(4627), + [anon_sym_suspend] = ACTIONS(4625), + [anon_sym_sealed] = ACTIONS(4625), + [anon_sym_annotation] = ACTIONS(4625), + [anon_sym_data] = ACTIONS(4625), + [anon_sym_inner] = ACTIONS(4625), + [anon_sym_value] = ACTIONS(4625), + [anon_sym_override] = ACTIONS(4625), + [anon_sym_lateinit] = ACTIONS(4625), + [anon_sym_public] = ACTIONS(4625), + [anon_sym_private] = ACTIONS(4625), + [anon_sym_internal] = ACTIONS(4625), + [anon_sym_protected] = ACTIONS(4625), + [anon_sym_tailrec] = ACTIONS(4625), + [anon_sym_operator] = ACTIONS(4625), + [anon_sym_infix] = ACTIONS(4625), + [anon_sym_inline] = ACTIONS(4625), + [anon_sym_external] = ACTIONS(4625), + [sym_property_modifier] = ACTIONS(4625), + [anon_sym_abstract] = ACTIONS(4625), + [anon_sym_final] = ACTIONS(4625), + [anon_sym_open] = ACTIONS(4625), + [anon_sym_vararg] = ACTIONS(4625), + [anon_sym_noinline] = ACTIONS(4625), + [anon_sym_crossinline] = ACTIONS(4625), + [anon_sym_expect] = ACTIONS(4625), + [anon_sym_actual] = ACTIONS(4625), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4627), + [sym__automatic_semicolon] = ACTIONS(4627), + [sym_safe_nav] = ACTIONS(4627), [sym_multiline_comment] = ACTIONS(3), }, - [3744] = { - [sym_class_body] = STATE(3589), + [3718] = { + [sym__alpha_identifier] = ACTIONS(4273), + [anon_sym_AT] = ACTIONS(4275), + [anon_sym_LBRACK] = ACTIONS(4275), + [anon_sym_typealias] = ACTIONS(4273), + [anon_sym_class] = ACTIONS(4273), + [anon_sym_interface] = ACTIONS(4273), + [anon_sym_enum] = ACTIONS(4273), + [anon_sym_LBRACE] = ACTIONS(4275), + [anon_sym_LPAREN] = ACTIONS(4275), + [anon_sym_val] = ACTIONS(4273), + [anon_sym_var] = ACTIONS(4273), + [anon_sym_object] = ACTIONS(4273), + [anon_sym_fun] = ACTIONS(4273), + [anon_sym_DOT] = ACTIONS(4273), + [anon_sym_get] = ACTIONS(4273), + [anon_sym_set] = ACTIONS(4273), + [anon_sym_this] = ACTIONS(4273), + [anon_sym_super] = ACTIONS(4273), + [anon_sym_STAR] = ACTIONS(4275), + [sym_label] = ACTIONS(4273), + [anon_sym_for] = ACTIONS(4273), + [anon_sym_while] = ACTIONS(4273), + [anon_sym_do] = ACTIONS(4273), + [anon_sym_null] = ACTIONS(4273), + [anon_sym_if] = ACTIONS(4273), + [anon_sym_when] = ACTIONS(4273), + [anon_sym_try] = ACTIONS(4273), + [anon_sym_throw] = ACTIONS(4273), + [anon_sym_return] = ACTIONS(4273), + [anon_sym_continue] = ACTIONS(4273), + [anon_sym_break] = ACTIONS(4273), + [anon_sym_COLON_COLON] = ACTIONS(4275), + [anon_sym_PLUS] = ACTIONS(4273), + [anon_sym_DASH] = ACTIONS(4273), + [anon_sym_PLUS_PLUS] = ACTIONS(4275), + [anon_sym_DASH_DASH] = ACTIONS(4275), + [anon_sym_BANG] = ACTIONS(4275), + [anon_sym_suspend] = ACTIONS(4273), + [anon_sym_sealed] = ACTIONS(4273), + [anon_sym_annotation] = ACTIONS(4273), + [anon_sym_data] = ACTIONS(4273), + [anon_sym_inner] = ACTIONS(4273), + [anon_sym_value] = ACTIONS(4273), + [anon_sym_override] = ACTIONS(4273), + [anon_sym_lateinit] = ACTIONS(4273), + [anon_sym_public] = ACTIONS(4273), + [anon_sym_private] = ACTIONS(4273), + [anon_sym_internal] = ACTIONS(4273), + [anon_sym_protected] = ACTIONS(4273), + [anon_sym_tailrec] = ACTIONS(4273), + [anon_sym_operator] = ACTIONS(4273), + [anon_sym_infix] = ACTIONS(4273), + [anon_sym_inline] = ACTIONS(4273), + [anon_sym_external] = ACTIONS(4273), + [sym_property_modifier] = ACTIONS(4273), + [anon_sym_abstract] = ACTIONS(4273), + [anon_sym_final] = ACTIONS(4273), + [anon_sym_open] = ACTIONS(4273), + [anon_sym_vararg] = ACTIONS(4273), + [anon_sym_noinline] = ACTIONS(4273), + [anon_sym_crossinline] = ACTIONS(4273), + [anon_sym_expect] = ACTIONS(4273), + [anon_sym_actual] = ACTIONS(4273), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4275), + [anon_sym_continue_AT] = ACTIONS(4275), + [anon_sym_break_AT] = ACTIONS(4275), + [anon_sym_this_AT] = ACTIONS(4275), + [anon_sym_super_AT] = ACTIONS(4275), + [sym_real_literal] = ACTIONS(4275), + [sym_integer_literal] = ACTIONS(4273), + [sym_hex_literal] = ACTIONS(4275), + [sym_bin_literal] = ACTIONS(4275), + [anon_sym_true] = ACTIONS(4273), + [anon_sym_false] = ACTIONS(4273), + [anon_sym_SQUOTE] = ACTIONS(4275), + [sym__backtick_identifier] = ACTIONS(4275), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4275), + }, + [3719] = { + [sym_class_body] = STATE(3926), [sym__alpha_identifier] = ACTIONS(4497), [anon_sym_AT] = ACTIONS(4499), - [anon_sym_COLON] = ACTIONS(7107), [anon_sym_LBRACK] = ACTIONS(4499), [anon_sym_as] = ACTIONS(4497), [anon_sym_EQ] = ACTIONS(4497), - [anon_sym_LBRACE] = ACTIONS(5496), + [anon_sym_LBRACE] = ACTIONS(5796), [anon_sym_RBRACE] = ACTIONS(4499), [anon_sym_LPAREN] = ACTIONS(4499), - [anon_sym_RPAREN] = 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), @@ -424185,7 +422118,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(4497), [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), @@ -424242,1225 +422174,1550 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), }, - [3745] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3733), - [sym__alpha_identifier] = ACTIONS(4736), - [anon_sym_AT] = ACTIONS(4738), - [anon_sym_LBRACK] = ACTIONS(4738), - [anon_sym_as] = ACTIONS(4736), - [anon_sym_EQ] = ACTIONS(4736), - [anon_sym_LBRACE] = ACTIONS(4738), - [anon_sym_RBRACE] = ACTIONS(4738), - [anon_sym_LPAREN] = ACTIONS(4738), - [anon_sym_COMMA] = ACTIONS(4738), - [anon_sym_LT] = ACTIONS(4736), - [anon_sym_GT] = ACTIONS(4736), - [anon_sym_where] = ACTIONS(4736), - [anon_sym_DOT] = ACTIONS(4736), - [anon_sym_SEMI] = ACTIONS(4738), - [anon_sym_get] = ACTIONS(4736), - [anon_sym_set] = ACTIONS(4736), - [anon_sym_STAR] = ACTIONS(4736), - [sym_label] = ACTIONS(4738), - [anon_sym_in] = ACTIONS(4736), - [anon_sym_DOT_DOT] = ACTIONS(4738), - [anon_sym_QMARK_COLON] = ACTIONS(4738), - [anon_sym_AMP_AMP] = ACTIONS(4738), - [anon_sym_PIPE_PIPE] = ACTIONS(4738), - [anon_sym_else] = ACTIONS(4736), - [anon_sym_COLON_COLON] = ACTIONS(4738), - [anon_sym_PLUS_EQ] = ACTIONS(4738), - [anon_sym_DASH_EQ] = ACTIONS(4738), - [anon_sym_STAR_EQ] = ACTIONS(4738), - [anon_sym_SLASH_EQ] = ACTIONS(4738), - [anon_sym_PERCENT_EQ] = ACTIONS(4738), - [anon_sym_BANG_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4738), - [anon_sym_LT_EQ] = ACTIONS(4738), - [anon_sym_GT_EQ] = ACTIONS(4738), - [anon_sym_BANGin] = ACTIONS(4738), - [anon_sym_is] = ACTIONS(4736), - [anon_sym_BANGis] = ACTIONS(4738), - [anon_sym_PLUS] = ACTIONS(4736), - [anon_sym_DASH] = ACTIONS(4736), - [anon_sym_SLASH] = ACTIONS(4736), - [anon_sym_PERCENT] = ACTIONS(4736), - [anon_sym_as_QMARK] = ACTIONS(4738), - [anon_sym_PLUS_PLUS] = ACTIONS(4738), - [anon_sym_DASH_DASH] = ACTIONS(4738), - [anon_sym_BANG_BANG] = ACTIONS(4738), - [anon_sym_suspend] = ACTIONS(4736), - [anon_sym_sealed] = ACTIONS(4736), - [anon_sym_annotation] = ACTIONS(4736), - [anon_sym_data] = ACTIONS(4736), - [anon_sym_inner] = ACTIONS(4736), - [anon_sym_value] = ACTIONS(4736), - [anon_sym_override] = ACTIONS(4736), - [anon_sym_lateinit] = ACTIONS(4736), - [anon_sym_public] = ACTIONS(4736), - [anon_sym_private] = ACTIONS(4736), - [anon_sym_internal] = ACTIONS(4736), - [anon_sym_protected] = ACTIONS(4736), - [anon_sym_tailrec] = ACTIONS(4736), - [anon_sym_operator] = ACTIONS(4736), - [anon_sym_infix] = ACTIONS(4736), - [anon_sym_inline] = ACTIONS(4736), - [anon_sym_external] = ACTIONS(4736), - [sym_property_modifier] = ACTIONS(4736), - [anon_sym_abstract] = ACTIONS(4736), - [anon_sym_final] = ACTIONS(4736), - [anon_sym_open] = ACTIONS(4736), - [anon_sym_vararg] = ACTIONS(4736), - [anon_sym_noinline] = ACTIONS(4736), - [anon_sym_crossinline] = ACTIONS(4736), - [anon_sym_expect] = ACTIONS(4736), - [anon_sym_actual] = ACTIONS(4736), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4738), - [sym__automatic_semicolon] = ACTIONS(4738), - [sym_safe_nav] = ACTIONS(4738), + [3720] = { + [sym_class_body] = STATE(3200), + [sym_type_constraints] = STATE(2971), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_COLON] = ACTIONS(7033), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4212), + [anon_sym_fun] = ACTIONS(4212), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_this] = ACTIONS(4212), + [anon_sym_super] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4214), + [sym_label] = ACTIONS(4212), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_null] = ACTIONS(4212), + [anon_sym_if] = ACTIONS(4212), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_when] = ACTIONS(4212), + [anon_sym_try] = ACTIONS(4212), + [anon_sym_throw] = ACTIONS(4212), + [anon_sym_return] = ACTIONS(4212), + [anon_sym_continue] = ACTIONS(4212), + [anon_sym_break] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4214), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG] = ACTIONS(4212), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4214), + [anon_sym_continue_AT] = ACTIONS(4214), + [anon_sym_break_AT] = ACTIONS(4214), + [anon_sym_this_AT] = ACTIONS(4214), + [anon_sym_super_AT] = ACTIONS(4214), + [sym_real_literal] = ACTIONS(4214), + [sym_integer_literal] = ACTIONS(4212), + [sym_hex_literal] = ACTIONS(4214), + [sym_bin_literal] = ACTIONS(4214), + [anon_sym_true] = ACTIONS(4212), + [anon_sym_false] = ACTIONS(4212), + [anon_sym_SQUOTE] = ACTIONS(4214), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4214), + }, + [3721] = { + [sym_function_body] = STATE(3856), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_COLON] = ACTIONS(7035), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4251), + [sym_label] = ACTIONS(4253), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_PLUS_EQ] = ACTIONS(4253), + [anon_sym_DASH_EQ] = ACTIONS(4253), + [anon_sym_STAR_EQ] = ACTIONS(4253), + [anon_sym_SLASH_EQ] = ACTIONS(4253), + [anon_sym_PERCENT_EQ] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4251), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_suspend] = ACTIONS(4251), + [anon_sym_sealed] = ACTIONS(4251), + [anon_sym_annotation] = ACTIONS(4251), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_override] = ACTIONS(4251), + [anon_sym_lateinit] = ACTIONS(4251), + [anon_sym_public] = ACTIONS(4251), + [anon_sym_private] = ACTIONS(4251), + [anon_sym_internal] = ACTIONS(4251), + [anon_sym_protected] = ACTIONS(4251), + [anon_sym_tailrec] = ACTIONS(4251), + [anon_sym_operator] = ACTIONS(4251), + [anon_sym_infix] = ACTIONS(4251), + [anon_sym_inline] = ACTIONS(4251), + [anon_sym_external] = ACTIONS(4251), + [sym_property_modifier] = ACTIONS(4251), + [anon_sym_abstract] = ACTIONS(4251), + [anon_sym_final] = ACTIONS(4251), + [anon_sym_open] = ACTIONS(4251), + [anon_sym_vararg] = ACTIONS(4251), + [anon_sym_noinline] = ACTIONS(4251), + [anon_sym_crossinline] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4253), + [sym__automatic_semicolon] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), [sym_multiline_comment] = ACTIONS(3), }, - [3746] = { - [sym__alpha_identifier] = ACTIONS(4702), - [anon_sym_AT] = ACTIONS(4704), - [anon_sym_LBRACK] = ACTIONS(4704), - [anon_sym_as] = ACTIONS(4702), - [anon_sym_EQ] = ACTIONS(4702), - [anon_sym_LBRACE] = ACTIONS(4704), - [anon_sym_RBRACE] = ACTIONS(4704), - [anon_sym_LPAREN] = ACTIONS(4704), - [anon_sym_COMMA] = ACTIONS(4704), - [anon_sym_by] = ACTIONS(4702), - [anon_sym_LT] = ACTIONS(4702), - [anon_sym_GT] = ACTIONS(4702), - [anon_sym_where] = ACTIONS(4702), - [anon_sym_DOT] = ACTIONS(4702), - [anon_sym_SEMI] = ACTIONS(4704), - [anon_sym_get] = ACTIONS(4702), - [anon_sym_set] = ACTIONS(4702), - [anon_sym_STAR] = ACTIONS(4702), - [sym_label] = ACTIONS(4704), - [anon_sym_in] = ACTIONS(4702), - [anon_sym_DOT_DOT] = ACTIONS(4704), - [anon_sym_QMARK_COLON] = ACTIONS(4704), - [anon_sym_AMP_AMP] = ACTIONS(4704), - [anon_sym_PIPE_PIPE] = ACTIONS(4704), - [anon_sym_else] = ACTIONS(4702), - [anon_sym_COLON_COLON] = ACTIONS(4704), - [anon_sym_PLUS_EQ] = ACTIONS(4704), - [anon_sym_DASH_EQ] = ACTIONS(4704), - [anon_sym_STAR_EQ] = ACTIONS(4704), - [anon_sym_SLASH_EQ] = ACTIONS(4704), - [anon_sym_PERCENT_EQ] = ACTIONS(4704), - [anon_sym_BANG_EQ] = ACTIONS(4702), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4704), - [anon_sym_EQ_EQ] = ACTIONS(4702), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4704), - [anon_sym_LT_EQ] = ACTIONS(4704), - [anon_sym_GT_EQ] = ACTIONS(4704), - [anon_sym_BANGin] = ACTIONS(4704), - [anon_sym_is] = ACTIONS(4702), - [anon_sym_BANGis] = ACTIONS(4704), - [anon_sym_PLUS] = ACTIONS(4702), - [anon_sym_DASH] = ACTIONS(4702), - [anon_sym_SLASH] = ACTIONS(4702), - [anon_sym_PERCENT] = ACTIONS(4702), - [anon_sym_as_QMARK] = ACTIONS(4704), - [anon_sym_PLUS_PLUS] = ACTIONS(4704), - [anon_sym_DASH_DASH] = ACTIONS(4704), - [anon_sym_BANG_BANG] = ACTIONS(4704), - [anon_sym_suspend] = ACTIONS(4702), - [anon_sym_sealed] = ACTIONS(4702), - [anon_sym_annotation] = ACTIONS(4702), - [anon_sym_data] = ACTIONS(4702), - [anon_sym_inner] = ACTIONS(4702), - [anon_sym_value] = ACTIONS(4702), - [anon_sym_override] = ACTIONS(4702), - [anon_sym_lateinit] = ACTIONS(4702), - [anon_sym_public] = ACTIONS(4702), - [anon_sym_private] = ACTIONS(4702), - [anon_sym_internal] = ACTIONS(4702), - [anon_sym_protected] = ACTIONS(4702), - [anon_sym_tailrec] = ACTIONS(4702), - [anon_sym_operator] = ACTIONS(4702), - [anon_sym_infix] = ACTIONS(4702), - [anon_sym_inline] = ACTIONS(4702), - [anon_sym_external] = ACTIONS(4702), - [sym_property_modifier] = ACTIONS(4702), - [anon_sym_abstract] = ACTIONS(4702), - [anon_sym_final] = ACTIONS(4702), - [anon_sym_open] = ACTIONS(4702), - [anon_sym_vararg] = ACTIONS(4702), - [anon_sym_noinline] = ACTIONS(4702), - [anon_sym_crossinline] = ACTIONS(4702), - [anon_sym_expect] = ACTIONS(4702), - [anon_sym_actual] = ACTIONS(4702), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4704), - [sym__automatic_semicolon] = ACTIONS(4704), - [sym_safe_nav] = ACTIONS(4704), + [3722] = { + [sym_class_body] = STATE(3939), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [3747] = { - [sym__alpha_identifier] = ACTIONS(4750), - [anon_sym_AT] = ACTIONS(4752), - [anon_sym_COLON] = ACTIONS(4750), - [anon_sym_LBRACK] = ACTIONS(4752), - [anon_sym_as] = ACTIONS(4750), - [anon_sym_EQ] = ACTIONS(4750), - [anon_sym_LBRACE] = ACTIONS(4752), - [anon_sym_RBRACE] = ACTIONS(4752), - [anon_sym_LPAREN] = ACTIONS(4752), - [anon_sym_COMMA] = ACTIONS(4752), - [anon_sym_LT] = ACTIONS(4750), - [anon_sym_GT] = ACTIONS(4750), - [anon_sym_where] = ACTIONS(4750), - [anon_sym_DOT] = ACTIONS(4750), - [anon_sym_SEMI] = ACTIONS(4752), - [anon_sym_get] = ACTIONS(4750), - [anon_sym_set] = ACTIONS(4750), - [anon_sym_STAR] = ACTIONS(4750), - [sym_label] = ACTIONS(4752), - [anon_sym_in] = ACTIONS(4750), - [anon_sym_DOT_DOT] = ACTIONS(4752), - [anon_sym_QMARK_COLON] = ACTIONS(4752), - [anon_sym_AMP_AMP] = ACTIONS(4752), - [anon_sym_PIPE_PIPE] = ACTIONS(4752), - [anon_sym_else] = ACTIONS(4750), - [anon_sym_COLON_COLON] = ACTIONS(4752), - [anon_sym_PLUS_EQ] = ACTIONS(4752), - [anon_sym_DASH_EQ] = ACTIONS(4752), - [anon_sym_STAR_EQ] = ACTIONS(4752), - [anon_sym_SLASH_EQ] = ACTIONS(4752), - [anon_sym_PERCENT_EQ] = ACTIONS(4752), - [anon_sym_BANG_EQ] = ACTIONS(4750), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4752), - [anon_sym_EQ_EQ] = ACTIONS(4750), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4752), - [anon_sym_LT_EQ] = ACTIONS(4752), - [anon_sym_GT_EQ] = ACTIONS(4752), - [anon_sym_BANGin] = ACTIONS(4752), - [anon_sym_is] = ACTIONS(4750), - [anon_sym_BANGis] = ACTIONS(4752), - [anon_sym_PLUS] = ACTIONS(4750), - [anon_sym_DASH] = ACTIONS(4750), - [anon_sym_SLASH] = ACTIONS(4750), - [anon_sym_PERCENT] = ACTIONS(4750), - [anon_sym_as_QMARK] = ACTIONS(4752), - [anon_sym_PLUS_PLUS] = ACTIONS(4752), - [anon_sym_DASH_DASH] = ACTIONS(4752), - [anon_sym_BANG_BANG] = ACTIONS(4752), - [anon_sym_suspend] = ACTIONS(4750), - [anon_sym_sealed] = ACTIONS(4750), - [anon_sym_annotation] = ACTIONS(4750), - [anon_sym_data] = ACTIONS(4750), - [anon_sym_inner] = ACTIONS(4750), - [anon_sym_value] = ACTIONS(4750), - [anon_sym_override] = ACTIONS(4750), - [anon_sym_lateinit] = ACTIONS(4750), - [anon_sym_public] = ACTIONS(4750), - [anon_sym_private] = ACTIONS(4750), - [anon_sym_internal] = ACTIONS(4750), - [anon_sym_protected] = ACTIONS(4750), - [anon_sym_tailrec] = ACTIONS(4750), - [anon_sym_operator] = ACTIONS(4750), - [anon_sym_infix] = ACTIONS(4750), - [anon_sym_inline] = ACTIONS(4750), - [anon_sym_external] = ACTIONS(4750), - [sym_property_modifier] = ACTIONS(4750), - [anon_sym_abstract] = ACTIONS(4750), - [anon_sym_final] = ACTIONS(4750), - [anon_sym_open] = ACTIONS(4750), - [anon_sym_vararg] = ACTIONS(4750), - [anon_sym_noinline] = ACTIONS(4750), - [anon_sym_crossinline] = ACTIONS(4750), - [anon_sym_expect] = ACTIONS(4750), - [anon_sym_actual] = ACTIONS(4750), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4752), - [sym__automatic_semicolon] = ACTIONS(4752), - [sym_safe_nav] = ACTIONS(4752), + [3723] = { + [sym_class_body] = STATE(3961), + [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(5796), + [anon_sym_RBRACE] = ACTIONS(4623), + [anon_sym_LPAREN] = ACTIONS(4623), + [anon_sym_COMMA] = ACTIONS(4623), + [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_value] = 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), }, - [3748] = { - [sym_function_body] = STATE(3530), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_RPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [sym_label] = ACTIONS(4139), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_while] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), + [3724] = { + [sym_value_arguments] = STATE(3089), + [sym__alpha_identifier] = ACTIONS(4396), + [anon_sym_AT] = ACTIONS(4398), + [anon_sym_LBRACK] = ACTIONS(4398), + [anon_sym_as] = ACTIONS(4396), + [anon_sym_LBRACE] = ACTIONS(4398), + [anon_sym_RBRACE] = ACTIONS(4398), + [anon_sym_LPAREN] = ACTIONS(4398), + [anon_sym_COMMA] = ACTIONS(4398), + [anon_sym_by] = ACTIONS(7037), + [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(4398), + [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_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(4398), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4398), + [anon_sym_super_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), + }, + [3725] = { + [sym_value_arguments] = STATE(3969), + [sym__alpha_identifier] = ACTIONS(7039), + [anon_sym_AT] = ACTIONS(7041), + [anon_sym_LBRACK] = ACTIONS(7041), + [anon_sym_typealias] = ACTIONS(7039), + [anon_sym_class] = ACTIONS(7039), + [anon_sym_interface] = ACTIONS(7039), + [anon_sym_enum] = ACTIONS(7039), + [anon_sym_LBRACE] = ACTIONS(7041), + [anon_sym_LPAREN] = ACTIONS(7043), + [anon_sym_val] = ACTIONS(7039), + [anon_sym_var] = ACTIONS(7039), + [anon_sym_object] = ACTIONS(7039), + [anon_sym_fun] = ACTIONS(7039), + [anon_sym_get] = ACTIONS(7039), + [anon_sym_set] = ACTIONS(7039), + [anon_sym_this] = ACTIONS(7039), + [anon_sym_super] = ACTIONS(7039), + [anon_sym_STAR] = ACTIONS(7041), + [sym_label] = ACTIONS(7039), + [anon_sym_for] = ACTIONS(7039), + [anon_sym_while] = ACTIONS(7039), + [anon_sym_do] = ACTIONS(7039), + [anon_sym_null] = ACTIONS(7039), + [anon_sym_if] = ACTIONS(7039), + [anon_sym_when] = ACTIONS(7039), + [anon_sym_try] = ACTIONS(7039), + [anon_sym_throw] = ACTIONS(7039), + [anon_sym_return] = ACTIONS(7039), + [anon_sym_continue] = ACTIONS(7039), + [anon_sym_break] = ACTIONS(7039), + [anon_sym_COLON_COLON] = ACTIONS(7041), + [anon_sym_PLUS] = ACTIONS(7039), + [anon_sym_DASH] = ACTIONS(7039), + [anon_sym_PLUS_PLUS] = ACTIONS(7041), + [anon_sym_DASH_DASH] = ACTIONS(7041), + [anon_sym_BANG] = ACTIONS(7041), + [anon_sym_suspend] = ACTIONS(7039), + [anon_sym_sealed] = ACTIONS(7039), + [anon_sym_annotation] = ACTIONS(7039), + [anon_sym_data] = ACTIONS(7039), + [anon_sym_inner] = ACTIONS(7039), + [anon_sym_value] = ACTIONS(7039), + [anon_sym_override] = ACTIONS(7039), + [anon_sym_lateinit] = ACTIONS(7039), + [anon_sym_public] = ACTIONS(7039), + [anon_sym_private] = ACTIONS(7039), + [anon_sym_internal] = ACTIONS(7039), + [anon_sym_protected] = ACTIONS(7039), + [anon_sym_tailrec] = ACTIONS(7039), + [anon_sym_operator] = ACTIONS(7039), + [anon_sym_infix] = ACTIONS(7039), + [anon_sym_inline] = ACTIONS(7039), + [anon_sym_external] = ACTIONS(7039), + [sym_property_modifier] = ACTIONS(7039), + [anon_sym_abstract] = ACTIONS(7039), + [anon_sym_final] = ACTIONS(7039), + [anon_sym_open] = ACTIONS(7039), + [anon_sym_vararg] = ACTIONS(7039), + [anon_sym_noinline] = ACTIONS(7039), + [anon_sym_crossinline] = ACTIONS(7039), + [anon_sym_expect] = ACTIONS(7039), + [anon_sym_actual] = ACTIONS(7039), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(7041), + [anon_sym_continue_AT] = ACTIONS(7041), + [anon_sym_break_AT] = ACTIONS(7041), + [anon_sym_this_AT] = ACTIONS(7041), + [anon_sym_super_AT] = ACTIONS(7041), + [sym_real_literal] = ACTIONS(7041), + [sym_integer_literal] = ACTIONS(7039), + [sym_hex_literal] = ACTIONS(7041), + [sym_bin_literal] = ACTIONS(7041), + [anon_sym_true] = ACTIONS(7039), + [anon_sym_false] = ACTIONS(7039), + [anon_sym_SQUOTE] = ACTIONS(7041), + [sym__backtick_identifier] = ACTIONS(7041), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(7041), + }, + [3726] = { + [sym__alpha_identifier] = ACTIONS(4734), + [anon_sym_AT] = ACTIONS(4734), + [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_value] = 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_AT2] = ACTIONS(7046), + [sym__backtick_identifier] = ACTIONS(4736), + [sym__automatic_semicolon] = ACTIONS(4736), + [sym_safe_nav] = ACTIONS(4736), [sym_multiline_comment] = ACTIONS(3), }, - [3749] = { - [sym_function_body] = STATE(3507), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_RPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_while] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), + [3727] = { + [sym__alpha_identifier] = ACTIONS(4225), + [anon_sym_AT] = ACTIONS(4227), + [anon_sym_LBRACK] = ACTIONS(4227), + [anon_sym_as] = ACTIONS(4225), + [anon_sym_EQ] = ACTIONS(4225), + [anon_sym_LBRACE] = ACTIONS(4227), + [anon_sym_RBRACE] = ACTIONS(4227), + [anon_sym_LPAREN] = ACTIONS(4227), + [anon_sym_COMMA] = ACTIONS(4227), + [anon_sym_by] = ACTIONS(4225), + [anon_sym_LT] = ACTIONS(4225), + [anon_sym_GT] = ACTIONS(4225), + [anon_sym_where] = ACTIONS(4225), + [anon_sym_DOT] = ACTIONS(4225), + [anon_sym_SEMI] = ACTIONS(4227), + [anon_sym_get] = ACTIONS(4225), + [anon_sym_set] = ACTIONS(4225), + [anon_sym_STAR] = ACTIONS(4225), + [sym_label] = ACTIONS(4227), + [anon_sym_in] = ACTIONS(4225), + [anon_sym_DOT_DOT] = ACTIONS(4227), + [anon_sym_QMARK_COLON] = ACTIONS(4227), + [anon_sym_AMP_AMP] = ACTIONS(4227), + [anon_sym_PIPE_PIPE] = ACTIONS(4227), + [anon_sym_else] = ACTIONS(4225), + [anon_sym_COLON_COLON] = ACTIONS(4227), + [anon_sym_PLUS_EQ] = ACTIONS(4227), + [anon_sym_DASH_EQ] = ACTIONS(4227), + [anon_sym_STAR_EQ] = ACTIONS(4227), + [anon_sym_SLASH_EQ] = ACTIONS(4227), + [anon_sym_PERCENT_EQ] = ACTIONS(4227), + [anon_sym_BANG_EQ] = ACTIONS(4225), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4227), + [anon_sym_EQ_EQ] = ACTIONS(4225), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4227), + [anon_sym_LT_EQ] = ACTIONS(4227), + [anon_sym_GT_EQ] = ACTIONS(4227), + [anon_sym_BANGin] = ACTIONS(4227), + [anon_sym_is] = ACTIONS(4225), + [anon_sym_BANGis] = ACTIONS(4227), + [anon_sym_PLUS] = ACTIONS(4225), + [anon_sym_DASH] = ACTIONS(4225), + [anon_sym_SLASH] = ACTIONS(4225), + [anon_sym_PERCENT] = ACTIONS(4225), + [anon_sym_as_QMARK] = ACTIONS(4227), + [anon_sym_PLUS_PLUS] = ACTIONS(4227), + [anon_sym_DASH_DASH] = ACTIONS(4227), + [anon_sym_BANG_BANG] = ACTIONS(4227), + [anon_sym_suspend] = ACTIONS(4225), + [anon_sym_sealed] = ACTIONS(4225), + [anon_sym_annotation] = ACTIONS(4225), + [anon_sym_data] = ACTIONS(4225), + [anon_sym_inner] = ACTIONS(4225), + [anon_sym_value] = ACTIONS(4225), + [anon_sym_override] = ACTIONS(4225), + [anon_sym_lateinit] = ACTIONS(4225), + [anon_sym_public] = ACTIONS(4225), + [anon_sym_private] = ACTIONS(4225), + [anon_sym_internal] = ACTIONS(4225), + [anon_sym_protected] = ACTIONS(4225), + [anon_sym_tailrec] = ACTIONS(4225), + [anon_sym_operator] = ACTIONS(4225), + [anon_sym_infix] = ACTIONS(4225), + [anon_sym_inline] = ACTIONS(4225), + [anon_sym_external] = ACTIONS(4225), + [sym_property_modifier] = ACTIONS(4225), + [anon_sym_abstract] = ACTIONS(4225), + [anon_sym_final] = ACTIONS(4225), + [anon_sym_open] = ACTIONS(4225), + [anon_sym_vararg] = ACTIONS(4225), + [anon_sym_noinline] = ACTIONS(4225), + [anon_sym_crossinline] = ACTIONS(4225), + [anon_sym_expect] = ACTIONS(4225), + [anon_sym_actual] = ACTIONS(4225), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4227), + [sym__automatic_semicolon] = ACTIONS(4227), + [sym_safe_nav] = ACTIONS(4227), [sym_multiline_comment] = ACTIONS(3), }, - [3750] = { - [sym_function_body] = STATE(3490), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_RPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_while] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), + [3728] = { + [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_by] = ACTIONS(4744), + [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_value] = 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), }, - [3751] = { - [sym_function_body] = STATE(3467), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_RPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [sym_label] = ACTIONS(4297), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_while] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), + [3729] = { + [sym__alpha_identifier] = ACTIONS(4748), + [anon_sym_AT] = ACTIONS(4751), + [anon_sym_LBRACK] = ACTIONS(4751), + [anon_sym_as] = ACTIONS(4748), + [anon_sym_EQ] = ACTIONS(4748), + [anon_sym_LBRACE] = ACTIONS(4751), + [anon_sym_RBRACE] = ACTIONS(4751), + [anon_sym_LPAREN] = ACTIONS(4751), + [anon_sym_COMMA] = ACTIONS(4751), + [anon_sym_by] = ACTIONS(4748), + [anon_sym_LT] = ACTIONS(4748), + [anon_sym_GT] = ACTIONS(4748), + [anon_sym_where] = ACTIONS(4748), + [anon_sym_DOT] = ACTIONS(4748), + [anon_sym_SEMI] = ACTIONS(4751), + [anon_sym_get] = ACTIONS(4748), + [anon_sym_set] = ACTIONS(4748), + [anon_sym_STAR] = ACTIONS(4748), + [sym_label] = ACTIONS(4751), + [anon_sym_in] = ACTIONS(4748), + [anon_sym_DOT_DOT] = ACTIONS(4751), + [anon_sym_QMARK_COLON] = ACTIONS(4751), + [anon_sym_AMP_AMP] = ACTIONS(4751), + [anon_sym_PIPE_PIPE] = ACTIONS(4751), + [anon_sym_else] = ACTIONS(4748), + [anon_sym_COLON_COLON] = ACTIONS(4751), + [anon_sym_PLUS_EQ] = ACTIONS(4751), + [anon_sym_DASH_EQ] = ACTIONS(4751), + [anon_sym_STAR_EQ] = ACTIONS(4751), + [anon_sym_SLASH_EQ] = ACTIONS(4751), + [anon_sym_PERCENT_EQ] = ACTIONS(4751), + [anon_sym_BANG_EQ] = ACTIONS(4748), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4751), + [anon_sym_EQ_EQ] = ACTIONS(4748), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4751), + [anon_sym_LT_EQ] = ACTIONS(4751), + [anon_sym_GT_EQ] = ACTIONS(4751), + [anon_sym_BANGin] = ACTIONS(4751), + [anon_sym_is] = ACTIONS(4748), + [anon_sym_BANGis] = ACTIONS(4751), + [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(4751), + [anon_sym_PLUS_PLUS] = ACTIONS(4751), + [anon_sym_DASH_DASH] = ACTIONS(4751), + [anon_sym_BANG_BANG] = ACTIONS(4751), + [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_value] = 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(4751), + [sym__automatic_semicolon] = ACTIONS(4751), + [sym_safe_nav] = ACTIONS(4751), + [sym_multiline_comment] = ACTIONS(3), + }, + [3730] = { + [sym__alpha_identifier] = ACTIONS(4758), + [anon_sym_AT] = ACTIONS(4760), + [anon_sym_LBRACK] = ACTIONS(4760), + [anon_sym_as] = ACTIONS(4758), + [anon_sym_EQ] = ACTIONS(4758), + [anon_sym_LBRACE] = ACTIONS(4760), + [anon_sym_RBRACE] = ACTIONS(4760), + [anon_sym_LPAREN] = ACTIONS(4760), + [anon_sym_COMMA] = ACTIONS(4760), + [anon_sym_by] = ACTIONS(4758), + [anon_sym_LT] = ACTIONS(4758), + [anon_sym_GT] = ACTIONS(4758), + [anon_sym_where] = ACTIONS(4758), + [anon_sym_DOT] = ACTIONS(4758), + [anon_sym_SEMI] = ACTIONS(4760), + [anon_sym_get] = ACTIONS(4758), + [anon_sym_set] = ACTIONS(4758), + [anon_sym_STAR] = ACTIONS(4758), + [sym_label] = ACTIONS(4760), + [anon_sym_in] = ACTIONS(4758), + [anon_sym_DOT_DOT] = ACTIONS(4760), + [anon_sym_QMARK_COLON] = ACTIONS(4760), + [anon_sym_AMP_AMP] = ACTIONS(4760), + [anon_sym_PIPE_PIPE] = ACTIONS(4760), + [anon_sym_else] = ACTIONS(4758), + [anon_sym_COLON_COLON] = ACTIONS(4760), + [anon_sym_PLUS_EQ] = ACTIONS(4760), + [anon_sym_DASH_EQ] = ACTIONS(4760), + [anon_sym_STAR_EQ] = ACTIONS(4760), + [anon_sym_SLASH_EQ] = ACTIONS(4760), + [anon_sym_PERCENT_EQ] = ACTIONS(4760), + [anon_sym_BANG_EQ] = ACTIONS(4758), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4760), + [anon_sym_EQ_EQ] = ACTIONS(4758), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4760), + [anon_sym_LT_EQ] = ACTIONS(4760), + [anon_sym_GT_EQ] = ACTIONS(4760), + [anon_sym_BANGin] = ACTIONS(4760), + [anon_sym_is] = ACTIONS(4758), + [anon_sym_BANGis] = ACTIONS(4760), + [anon_sym_PLUS] = ACTIONS(4758), + [anon_sym_DASH] = ACTIONS(4758), + [anon_sym_SLASH] = ACTIONS(4758), + [anon_sym_PERCENT] = ACTIONS(4758), + [anon_sym_as_QMARK] = ACTIONS(4760), + [anon_sym_PLUS_PLUS] = ACTIONS(4760), + [anon_sym_DASH_DASH] = ACTIONS(4760), + [anon_sym_BANG_BANG] = ACTIONS(4760), + [anon_sym_suspend] = ACTIONS(4758), + [anon_sym_sealed] = ACTIONS(4758), + [anon_sym_annotation] = ACTIONS(4758), + [anon_sym_data] = ACTIONS(4758), + [anon_sym_inner] = ACTIONS(4758), + [anon_sym_value] = ACTIONS(4758), + [anon_sym_override] = ACTIONS(4758), + [anon_sym_lateinit] = ACTIONS(4758), + [anon_sym_public] = ACTIONS(4758), + [anon_sym_private] = ACTIONS(4758), + [anon_sym_internal] = ACTIONS(4758), + [anon_sym_protected] = ACTIONS(4758), + [anon_sym_tailrec] = ACTIONS(4758), + [anon_sym_operator] = ACTIONS(4758), + [anon_sym_infix] = ACTIONS(4758), + [anon_sym_inline] = ACTIONS(4758), + [anon_sym_external] = ACTIONS(4758), + [sym_property_modifier] = ACTIONS(4758), + [anon_sym_abstract] = ACTIONS(4758), + [anon_sym_final] = ACTIONS(4758), + [anon_sym_open] = ACTIONS(4758), + [anon_sym_vararg] = ACTIONS(4758), + [anon_sym_noinline] = ACTIONS(4758), + [anon_sym_crossinline] = ACTIONS(4758), + [anon_sym_expect] = ACTIONS(4758), + [anon_sym_actual] = ACTIONS(4758), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [sym__backtick_identifier] = ACTIONS(4760), + [sym__automatic_semicolon] = ACTIONS(4760), + [sym_safe_nav] = ACTIONS(4760), [sym_multiline_comment] = ACTIONS(3), }, - [3752] = { - [sym_function_body] = STATE(3461), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_RPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [sym_label] = ACTIONS(4301), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_while] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), - [sym_multiline_comment] = ACTIONS(3), + [3731] = { + [sym_class_body] = STATE(3249), + [sym_type_constraints] = STATE(3056), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(7048), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4243), + [anon_sym_fun] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_this] = ACTIONS(4243), + [anon_sym_super] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4245), + [sym_label] = ACTIONS(4243), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_null] = ACTIONS(4243), + [anon_sym_if] = ACTIONS(4243), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_when] = ACTIONS(4243), + [anon_sym_try] = ACTIONS(4243), + [anon_sym_throw] = ACTIONS(4243), + [anon_sym_return] = ACTIONS(4243), + [anon_sym_continue] = ACTIONS(4243), + [anon_sym_break] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4245), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG] = ACTIONS(4243), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4245), + [anon_sym_continue_AT] = ACTIONS(4245), + [anon_sym_break_AT] = ACTIONS(4245), + [anon_sym_this_AT] = ACTIONS(4245), + [anon_sym_super_AT] = ACTIONS(4245), + [sym_real_literal] = ACTIONS(4245), + [sym_integer_literal] = ACTIONS(4243), + [sym_hex_literal] = ACTIONS(4245), + [sym_bin_literal] = ACTIONS(4245), + [anon_sym_true] = ACTIONS(4243), + [anon_sym_false] = ACTIONS(4243), + [anon_sym_SQUOTE] = ACTIONS(4245), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4245), }, - [3753] = { - [sym_enum_class_body] = STATE(3861), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), + [3732] = { + [sym_function_body] = STATE(3456), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [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_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_value] = 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), }, - [3754] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3766), - [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(7109), - [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_value] = 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), + [3733] = { + [sym__alpha_identifier] = ACTIONS(4669), + [anon_sym_AT] = ACTIONS(4672), + [anon_sym_LBRACK] = ACTIONS(4672), + [anon_sym_as] = ACTIONS(4669), + [anon_sym_EQ] = ACTIONS(4669), + [anon_sym_LBRACE] = ACTIONS(4672), + [anon_sym_RBRACE] = ACTIONS(4672), + [anon_sym_LPAREN] = ACTIONS(4672), + [anon_sym_COMMA] = ACTIONS(4672), + [anon_sym_by] = ACTIONS(4669), + [anon_sym_LT] = ACTIONS(4669), + [anon_sym_GT] = ACTIONS(4669), + [anon_sym_where] = ACTIONS(4669), + [anon_sym_DOT] = ACTIONS(4669), + [anon_sym_SEMI] = ACTIONS(4672), + [anon_sym_get] = ACTIONS(4669), + [anon_sym_set] = ACTIONS(4669), + [anon_sym_STAR] = ACTIONS(4669), + [sym_label] = ACTIONS(4672), + [anon_sym_in] = ACTIONS(4669), + [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(4669), + [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(4669), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4672), + [anon_sym_EQ_EQ] = ACTIONS(4669), + [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(4669), + [anon_sym_BANGis] = ACTIONS(4672), + [anon_sym_PLUS] = ACTIONS(4669), + [anon_sym_DASH] = ACTIONS(4669), + [anon_sym_SLASH] = ACTIONS(4669), + [anon_sym_PERCENT] = ACTIONS(4669), + [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(4669), + [anon_sym_sealed] = ACTIONS(4669), + [anon_sym_annotation] = ACTIONS(4669), + [anon_sym_data] = ACTIONS(4669), + [anon_sym_inner] = ACTIONS(4669), + [anon_sym_value] = ACTIONS(4669), + [anon_sym_override] = ACTIONS(4669), + [anon_sym_lateinit] = ACTIONS(4669), + [anon_sym_public] = ACTIONS(4669), + [anon_sym_private] = ACTIONS(4669), + [anon_sym_internal] = ACTIONS(4669), + [anon_sym_protected] = ACTIONS(4669), + [anon_sym_tailrec] = ACTIONS(4669), + [anon_sym_operator] = ACTIONS(4669), + [anon_sym_infix] = ACTIONS(4669), + [anon_sym_inline] = ACTIONS(4669), + [anon_sym_external] = ACTIONS(4669), + [sym_property_modifier] = ACTIONS(4669), + [anon_sym_abstract] = ACTIONS(4669), + [anon_sym_final] = ACTIONS(4669), + [anon_sym_open] = ACTIONS(4669), + [anon_sym_vararg] = ACTIONS(4669), + [anon_sym_noinline] = ACTIONS(4669), + [anon_sym_crossinline] = ACTIONS(4669), + [anon_sym_expect] = ACTIONS(4669), + [anon_sym_actual] = ACTIONS(4669), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4686), - [sym__automatic_semicolon] = ACTIONS(4686), - [sym_safe_nav] = ACTIONS(4686), + [sym__backtick_identifier] = ACTIONS(4672), + [sym__automatic_semicolon] = ACTIONS(4672), + [sym_safe_nav] = ACTIONS(4672), [sym_multiline_comment] = ACTIONS(3), }, - [3755] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1557), - [sym__comparison_operator] = STATE(1583), - [sym__in_operator] = STATE(1586), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1605), - [sym__multiplicative_operator] = STATE(1614), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1657), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3121), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3123), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7043), - [anon_sym_where] = ACTIONS(3121), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3123), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7047), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7051), - [anon_sym_DOT_DOT] = ACTIONS(7053), - [anon_sym_QMARK_COLON] = ACTIONS(7055), - [anon_sym_AMP_AMP] = ACTIONS(7057), - [anon_sym_PIPE_PIPE] = ACTIONS(7059), - [anon_sym_else] = ACTIONS(3121), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3123), - [anon_sym_DASH_EQ] = ACTIONS(3123), - [anon_sym_STAR_EQ] = ACTIONS(3123), - [anon_sym_SLASH_EQ] = ACTIONS(3123), - [anon_sym_PERCENT_EQ] = ACTIONS(3123), - [anon_sym_BANG_EQ] = ACTIONS(7063), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7065), - [anon_sym_EQ_EQ] = ACTIONS(7063), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7065), - [anon_sym_LT_EQ] = ACTIONS(7067), - [anon_sym_GT_EQ] = ACTIONS(7067), - [anon_sym_BANGin] = ACTIONS(7069), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7075), - [anon_sym_DASH] = ACTIONS(7075), - [anon_sym_SLASH] = ACTIONS(7047), - [anon_sym_PERCENT] = ACTIONS(7047), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3123), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), + [3734] = { + [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(4269), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4271), + [anon_sym_super_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), }, - [3756] = { - [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_by] = ACTIONS(4716), - [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_value] = 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), + [3735] = { + [sym_enum_class_body] = STATE(3939), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [3757] = { - [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_value] = 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_L] = ACTIONS(7111), - [sym__backtick_identifier] = ACTIONS(4742), - [sym__automatic_semicolon] = ACTIONS(4742), - [sym_safe_nav] = ACTIONS(4742), + [3736] = { + [sym_class_body] = STATE(3986), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(4212), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4214), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), [sym_multiline_comment] = ACTIONS(3), }, - [3758] = { - [sym_type_constraints] = STATE(3005), - [sym_enum_class_body] = STATE(3254), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_COLON] = ACTIONS(3558), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3286), - [anon_sym_fun] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_this] = ACTIONS(3286), - [anon_sym_super] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [sym_label] = ACTIONS(3286), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_null] = ACTIONS(3286), - [anon_sym_if] = ACTIONS(3286), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_when] = ACTIONS(3286), - [anon_sym_try] = ACTIONS(3286), - [anon_sym_throw] = ACTIONS(3286), - [anon_sym_return] = ACTIONS(3286), - [anon_sym_continue] = ACTIONS(3286), - [anon_sym_break] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG] = ACTIONS(3286), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3290), - [anon_sym_continue_AT] = ACTIONS(3290), - [anon_sym_break_AT] = ACTIONS(3290), - [anon_sym_this_AT] = ACTIONS(3290), - [anon_sym_super_AT] = ACTIONS(3290), - [sym_real_literal] = ACTIONS(3290), - [sym_integer_literal] = ACTIONS(3286), - [sym_hex_literal] = ACTIONS(3290), - [sym_bin_literal] = ACTIONS(3290), - [anon_sym_true] = ACTIONS(3286), - [anon_sym_false] = ACTIONS(3286), - [anon_sym_SQUOTE] = ACTIONS(3290), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3290), + [3737] = { + [sym__alpha_identifier] = ACTIONS(4649), + [anon_sym_AT] = ACTIONS(4651), + [anon_sym_COLON] = ACTIONS(4649), + [anon_sym_LBRACK] = ACTIONS(4651), + [anon_sym_as] = ACTIONS(4649), + [anon_sym_EQ] = ACTIONS(4649), + [anon_sym_LBRACE] = ACTIONS(4651), + [anon_sym_RBRACE] = ACTIONS(4651), + [anon_sym_LPAREN] = ACTIONS(4651), + [anon_sym_COMMA] = ACTIONS(4651), + [anon_sym_LT] = ACTIONS(4649), + [anon_sym_GT] = ACTIONS(4649), + [anon_sym_where] = ACTIONS(4649), + [anon_sym_DOT] = ACTIONS(4649), + [anon_sym_SEMI] = ACTIONS(4651), + [anon_sym_get] = ACTIONS(4649), + [anon_sym_set] = ACTIONS(4649), + [anon_sym_STAR] = ACTIONS(4649), + [sym_label] = ACTIONS(4651), + [anon_sym_in] = ACTIONS(4649), + [anon_sym_DOT_DOT] = ACTIONS(4651), + [anon_sym_QMARK_COLON] = ACTIONS(4651), + [anon_sym_AMP_AMP] = ACTIONS(4651), + [anon_sym_PIPE_PIPE] = ACTIONS(4651), + [anon_sym_else] = ACTIONS(4649), + [anon_sym_COLON_COLON] = ACTIONS(4651), + [anon_sym_PLUS_EQ] = ACTIONS(4651), + [anon_sym_DASH_EQ] = ACTIONS(4651), + [anon_sym_STAR_EQ] = ACTIONS(4651), + [anon_sym_SLASH_EQ] = ACTIONS(4651), + [anon_sym_PERCENT_EQ] = ACTIONS(4651), + [anon_sym_BANG_EQ] = ACTIONS(4649), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4651), + [anon_sym_EQ_EQ] = ACTIONS(4649), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4651), + [anon_sym_LT_EQ] = ACTIONS(4651), + [anon_sym_GT_EQ] = ACTIONS(4651), + [anon_sym_BANGin] = ACTIONS(4651), + [anon_sym_is] = ACTIONS(4649), + [anon_sym_BANGis] = ACTIONS(4651), + [anon_sym_PLUS] = ACTIONS(4649), + [anon_sym_DASH] = ACTIONS(4649), + [anon_sym_SLASH] = ACTIONS(4649), + [anon_sym_PERCENT] = ACTIONS(4649), + [anon_sym_as_QMARK] = ACTIONS(4651), + [anon_sym_PLUS_PLUS] = ACTIONS(4651), + [anon_sym_DASH_DASH] = ACTIONS(4651), + [anon_sym_BANG_BANG] = ACTIONS(4651), + [anon_sym_suspend] = ACTIONS(4649), + [anon_sym_sealed] = ACTIONS(4649), + [anon_sym_annotation] = ACTIONS(4649), + [anon_sym_data] = ACTIONS(4649), + [anon_sym_inner] = ACTIONS(4649), + [anon_sym_value] = ACTIONS(4649), + [anon_sym_override] = ACTIONS(4649), + [anon_sym_lateinit] = ACTIONS(4649), + [anon_sym_public] = ACTIONS(4649), + [anon_sym_private] = ACTIONS(4649), + [anon_sym_internal] = ACTIONS(4649), + [anon_sym_protected] = ACTIONS(4649), + [anon_sym_tailrec] = ACTIONS(4649), + [anon_sym_operator] = ACTIONS(4649), + [anon_sym_infix] = ACTIONS(4649), + [anon_sym_inline] = ACTIONS(4649), + [anon_sym_external] = ACTIONS(4649), + [sym_property_modifier] = ACTIONS(4649), + [anon_sym_abstract] = ACTIONS(4649), + [anon_sym_final] = ACTIONS(4649), + [anon_sym_open] = ACTIONS(4649), + [anon_sym_vararg] = ACTIONS(4649), + [anon_sym_noinline] = ACTIONS(4649), + [anon_sym_crossinline] = ACTIONS(4649), + [anon_sym_expect] = ACTIONS(4649), + [anon_sym_actual] = ACTIONS(4649), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4651), + [sym__automatic_semicolon] = ACTIONS(4651), + [sym_safe_nav] = ACTIONS(4651), + [sym_multiline_comment] = ACTIONS(3), }, - [3759] = { - [sym_function_body] = STATE(3457), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(6785), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_RPAREN] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4439), - [sym_label] = ACTIONS(4441), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_while] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_PLUS_EQ] = ACTIONS(4441), - [anon_sym_DASH_EQ] = ACTIONS(4441), - [anon_sym_STAR_EQ] = ACTIONS(4441), - [anon_sym_SLASH_EQ] = ACTIONS(4441), - [anon_sym_PERCENT_EQ] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4439), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_suspend] = ACTIONS(4439), - [anon_sym_sealed] = ACTIONS(4439), - [anon_sym_annotation] = ACTIONS(4439), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_override] = ACTIONS(4439), - [anon_sym_lateinit] = ACTIONS(4439), - [anon_sym_public] = ACTIONS(4439), - [anon_sym_private] = ACTIONS(4439), - [anon_sym_internal] = ACTIONS(4439), - [anon_sym_protected] = ACTIONS(4439), - [anon_sym_tailrec] = ACTIONS(4439), - [anon_sym_operator] = ACTIONS(4439), - [anon_sym_infix] = ACTIONS(4439), - [anon_sym_inline] = ACTIONS(4439), - [anon_sym_external] = ACTIONS(4439), - [sym_property_modifier] = ACTIONS(4439), - [anon_sym_abstract] = ACTIONS(4439), - [anon_sym_final] = ACTIONS(4439), - [anon_sym_open] = ACTIONS(4439), - [anon_sym_vararg] = ACTIONS(4439), - [anon_sym_noinline] = ACTIONS(4439), - [anon_sym_crossinline] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), + [3738] = { + [sym__alpha_identifier] = ACTIONS(4555), + [anon_sym_AT] = ACTIONS(4557), + [anon_sym_COLON] = ACTIONS(4555), + [anon_sym_LBRACK] = ACTIONS(4557), + [anon_sym_as] = ACTIONS(4555), + [anon_sym_EQ] = ACTIONS(4555), + [anon_sym_LBRACE] = ACTIONS(4557), + [anon_sym_RBRACE] = ACTIONS(4557), + [anon_sym_LPAREN] = ACTIONS(4557), + [anon_sym_COMMA] = ACTIONS(4557), + [anon_sym_LT] = ACTIONS(4555), + [anon_sym_GT] = ACTIONS(4555), + [anon_sym_where] = ACTIONS(4555), + [anon_sym_DOT] = ACTIONS(4555), + [anon_sym_SEMI] = ACTIONS(4557), + [anon_sym_get] = ACTIONS(4555), + [anon_sym_set] = ACTIONS(4555), + [anon_sym_STAR] = ACTIONS(4555), + [sym_label] = ACTIONS(4557), + [anon_sym_in] = ACTIONS(4555), + [anon_sym_DOT_DOT] = ACTIONS(4557), + [anon_sym_QMARK_COLON] = ACTIONS(4557), + [anon_sym_AMP_AMP] = ACTIONS(4557), + [anon_sym_PIPE_PIPE] = ACTIONS(4557), + [anon_sym_else] = ACTIONS(4555), + [anon_sym_COLON_COLON] = ACTIONS(4557), + [anon_sym_PLUS_EQ] = ACTIONS(4557), + [anon_sym_DASH_EQ] = ACTIONS(4557), + [anon_sym_STAR_EQ] = ACTIONS(4557), + [anon_sym_SLASH_EQ] = ACTIONS(4557), + [anon_sym_PERCENT_EQ] = ACTIONS(4557), + [anon_sym_BANG_EQ] = ACTIONS(4555), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4557), + [anon_sym_EQ_EQ] = ACTIONS(4555), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4557), + [anon_sym_LT_EQ] = ACTIONS(4557), + [anon_sym_GT_EQ] = ACTIONS(4557), + [anon_sym_BANGin] = ACTIONS(4557), + [anon_sym_is] = ACTIONS(4555), + [anon_sym_BANGis] = ACTIONS(4557), + [anon_sym_PLUS] = ACTIONS(4555), + [anon_sym_DASH] = ACTIONS(4555), + [anon_sym_SLASH] = ACTIONS(4555), + [anon_sym_PERCENT] = ACTIONS(4555), + [anon_sym_as_QMARK] = ACTIONS(4557), + [anon_sym_PLUS_PLUS] = ACTIONS(4557), + [anon_sym_DASH_DASH] = ACTIONS(4557), + [anon_sym_BANG_BANG] = ACTIONS(4557), + [anon_sym_suspend] = ACTIONS(4555), + [anon_sym_sealed] = ACTIONS(4555), + [anon_sym_annotation] = ACTIONS(4555), + [anon_sym_data] = ACTIONS(4555), + [anon_sym_inner] = ACTIONS(4555), + [anon_sym_value] = ACTIONS(4555), + [anon_sym_override] = ACTIONS(4555), + [anon_sym_lateinit] = ACTIONS(4555), + [anon_sym_public] = ACTIONS(4555), + [anon_sym_private] = ACTIONS(4555), + [anon_sym_internal] = ACTIONS(4555), + [anon_sym_protected] = ACTIONS(4555), + [anon_sym_tailrec] = ACTIONS(4555), + [anon_sym_operator] = ACTIONS(4555), + [anon_sym_infix] = ACTIONS(4555), + [anon_sym_inline] = ACTIONS(4555), + [anon_sym_external] = ACTIONS(4555), + [sym_property_modifier] = ACTIONS(4555), + [anon_sym_abstract] = ACTIONS(4555), + [anon_sym_final] = ACTIONS(4555), + [anon_sym_open] = ACTIONS(4555), + [anon_sym_vararg] = ACTIONS(4555), + [anon_sym_noinline] = ACTIONS(4555), + [anon_sym_crossinline] = ACTIONS(4555), + [anon_sym_expect] = ACTIONS(4555), + [anon_sym_actual] = ACTIONS(4555), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4557), + [sym__automatic_semicolon] = ACTIONS(4557), + [sym_safe_nav] = ACTIONS(4557), [sym_multiline_comment] = ACTIONS(3), }, - [3760] = { + [3739] = { [sym__alpha_identifier] = ACTIONS(4559), [anon_sym_AT] = ACTIONS(4561), [anon_sym_COLON] = ACTIONS(4559), @@ -425541,4232 +423798,2207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4561), [sym_multiline_comment] = ACTIONS(3), }, - [3761] = { - [sym__alpha_identifier] = ACTIONS(4660), - [anon_sym_AT] = ACTIONS(4662), - [anon_sym_LBRACK] = ACTIONS(4662), - [anon_sym_as] = ACTIONS(4660), - [anon_sym_EQ] = ACTIONS(4660), - [anon_sym_LBRACE] = ACTIONS(4662), - [anon_sym_RBRACE] = ACTIONS(4662), - [anon_sym_LPAREN] = ACTIONS(4662), - [anon_sym_COMMA] = ACTIONS(4662), - [anon_sym_by] = ACTIONS(4660), - [anon_sym_LT] = ACTIONS(4660), - [anon_sym_GT] = ACTIONS(4660), - [anon_sym_where] = ACTIONS(4660), - [anon_sym_DOT] = ACTIONS(4660), - [anon_sym_SEMI] = ACTIONS(4662), - [anon_sym_get] = ACTIONS(4660), - [anon_sym_set] = ACTIONS(4660), - [anon_sym_STAR] = ACTIONS(4660), - [sym_label] = ACTIONS(4662), - [anon_sym_in] = ACTIONS(4660), - [anon_sym_DOT_DOT] = ACTIONS(4662), - [anon_sym_QMARK_COLON] = ACTIONS(4662), - [anon_sym_AMP_AMP] = ACTIONS(4662), - [anon_sym_PIPE_PIPE] = ACTIONS(4662), - [anon_sym_else] = ACTIONS(4660), - [anon_sym_COLON_COLON] = ACTIONS(4662), - [anon_sym_PLUS_EQ] = ACTIONS(4662), - [anon_sym_DASH_EQ] = ACTIONS(4662), - [anon_sym_STAR_EQ] = ACTIONS(4662), - [anon_sym_SLASH_EQ] = ACTIONS(4662), - [anon_sym_PERCENT_EQ] = ACTIONS(4662), - [anon_sym_BANG_EQ] = ACTIONS(4660), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4662), - [anon_sym_EQ_EQ] = ACTIONS(4660), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4662), - [anon_sym_LT_EQ] = ACTIONS(4662), - [anon_sym_GT_EQ] = ACTIONS(4662), - [anon_sym_BANGin] = ACTIONS(4662), - [anon_sym_is] = ACTIONS(4660), - [anon_sym_BANGis] = ACTIONS(4662), - [anon_sym_PLUS] = ACTIONS(4660), - [anon_sym_DASH] = ACTIONS(4660), - [anon_sym_SLASH] = ACTIONS(4660), - [anon_sym_PERCENT] = ACTIONS(4660), - [anon_sym_as_QMARK] = ACTIONS(4662), - [anon_sym_PLUS_PLUS] = ACTIONS(4662), - [anon_sym_DASH_DASH] = ACTIONS(4662), - [anon_sym_BANG_BANG] = ACTIONS(4662), - [anon_sym_suspend] = ACTIONS(4660), - [anon_sym_sealed] = ACTIONS(4660), - [anon_sym_annotation] = ACTIONS(4660), - [anon_sym_data] = ACTIONS(4660), - [anon_sym_inner] = ACTIONS(4660), - [anon_sym_value] = ACTIONS(4660), - [anon_sym_override] = ACTIONS(4660), - [anon_sym_lateinit] = ACTIONS(4660), - [anon_sym_public] = ACTIONS(4660), - [anon_sym_private] = ACTIONS(4660), - [anon_sym_internal] = ACTIONS(4660), - [anon_sym_protected] = ACTIONS(4660), - [anon_sym_tailrec] = ACTIONS(4660), - [anon_sym_operator] = ACTIONS(4660), - [anon_sym_infix] = ACTIONS(4660), - [anon_sym_inline] = ACTIONS(4660), - [anon_sym_external] = ACTIONS(4660), - [sym_property_modifier] = ACTIONS(4660), - [anon_sym_abstract] = ACTIONS(4660), - [anon_sym_final] = ACTIONS(4660), - [anon_sym_open] = ACTIONS(4660), - [anon_sym_vararg] = ACTIONS(4660), - [anon_sym_noinline] = ACTIONS(4660), - [anon_sym_crossinline] = ACTIONS(4660), - [anon_sym_expect] = ACTIONS(4660), - [anon_sym_actual] = ACTIONS(4660), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4662), - [sym__automatic_semicolon] = ACTIONS(4662), - [sym_safe_nav] = ACTIONS(4662), - [sym_multiline_comment] = ACTIONS(3), - }, - [3762] = { - [sym_class_body] = STATE(3546), - [sym__alpha_identifier] = ACTIONS(4349), - [anon_sym_AT] = ACTIONS(4351), - [anon_sym_COLON] = ACTIONS(7113), - [anon_sym_LBRACK] = ACTIONS(4351), - [anon_sym_as] = ACTIONS(4349), - [anon_sym_EQ] = ACTIONS(4349), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4351), - [anon_sym_LPAREN] = ACTIONS(4351), - [anon_sym_RPAREN] = ACTIONS(4351), - [anon_sym_LT] = ACTIONS(4349), - [anon_sym_GT] = ACTIONS(4349), - [anon_sym_DOT] = ACTIONS(4349), - [anon_sym_SEMI] = ACTIONS(4351), - [anon_sym_get] = ACTIONS(4349), - [anon_sym_set] = ACTIONS(4349), - [anon_sym_STAR] = ACTIONS(4349), - [sym_label] = ACTIONS(4351), - [anon_sym_in] = ACTIONS(4349), - [anon_sym_while] = ACTIONS(4349), - [anon_sym_DOT_DOT] = ACTIONS(4351), - [anon_sym_QMARK_COLON] = ACTIONS(4351), - [anon_sym_AMP_AMP] = ACTIONS(4351), - [anon_sym_PIPE_PIPE] = ACTIONS(4351), - [anon_sym_else] = ACTIONS(4349), - [anon_sym_COLON_COLON] = ACTIONS(4351), - [anon_sym_PLUS_EQ] = ACTIONS(4351), - [anon_sym_DASH_EQ] = ACTIONS(4351), - [anon_sym_STAR_EQ] = ACTIONS(4351), - [anon_sym_SLASH_EQ] = ACTIONS(4351), - [anon_sym_PERCENT_EQ] = ACTIONS(4351), - [anon_sym_BANG_EQ] = ACTIONS(4349), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4351), - [anon_sym_EQ_EQ] = ACTIONS(4349), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4351), - [anon_sym_LT_EQ] = ACTIONS(4351), - [anon_sym_GT_EQ] = ACTIONS(4351), - [anon_sym_BANGin] = ACTIONS(4351), - [anon_sym_is] = ACTIONS(4349), - [anon_sym_BANGis] = ACTIONS(4351), - [anon_sym_PLUS] = ACTIONS(4349), - [anon_sym_DASH] = ACTIONS(4349), - [anon_sym_SLASH] = ACTIONS(4349), - [anon_sym_PERCENT] = ACTIONS(4349), - [anon_sym_as_QMARK] = ACTIONS(4351), - [anon_sym_PLUS_PLUS] = ACTIONS(4351), - [anon_sym_DASH_DASH] = ACTIONS(4351), - [anon_sym_BANG_BANG] = ACTIONS(4351), - [anon_sym_suspend] = ACTIONS(4349), - [anon_sym_sealed] = ACTIONS(4349), - [anon_sym_annotation] = ACTIONS(4349), - [anon_sym_data] = ACTIONS(4349), - [anon_sym_inner] = ACTIONS(4349), - [anon_sym_value] = ACTIONS(4349), - [anon_sym_override] = ACTIONS(4349), - [anon_sym_lateinit] = ACTIONS(4349), - [anon_sym_public] = ACTIONS(4349), - [anon_sym_private] = ACTIONS(4349), - [anon_sym_internal] = ACTIONS(4349), - [anon_sym_protected] = ACTIONS(4349), - [anon_sym_tailrec] = ACTIONS(4349), - [anon_sym_operator] = ACTIONS(4349), - [anon_sym_infix] = ACTIONS(4349), - [anon_sym_inline] = ACTIONS(4349), - [anon_sym_external] = ACTIONS(4349), - [sym_property_modifier] = ACTIONS(4349), - [anon_sym_abstract] = ACTIONS(4349), - [anon_sym_final] = ACTIONS(4349), - [anon_sym_open] = ACTIONS(4349), - [anon_sym_vararg] = ACTIONS(4349), - [anon_sym_noinline] = ACTIONS(4349), - [anon_sym_crossinline] = ACTIONS(4349), - [anon_sym_expect] = ACTIONS(4349), - [anon_sym_actual] = ACTIONS(4349), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4351), - [sym_safe_nav] = ACTIONS(4351), - [sym_multiline_comment] = ACTIONS(3), - }, - [3763] = { - [sym__alpha_identifier] = ACTIONS(4430), - [anon_sym_AT] = ACTIONS(4432), - [anon_sym_LBRACK] = ACTIONS(4432), - [anon_sym_as] = ACTIONS(4430), - [anon_sym_EQ] = ACTIONS(4430), - [anon_sym_LBRACE] = ACTIONS(4432), - [anon_sym_RBRACE] = ACTIONS(4432), - [anon_sym_LPAREN] = ACTIONS(4432), - [anon_sym_COMMA] = ACTIONS(4432), - [anon_sym_by] = ACTIONS(4430), - [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_value] = 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), - [sym_multiline_comment] = ACTIONS(3), - }, - [3764] = { - [sym_type_constraints] = STATE(3007), - [sym_enum_class_body] = STATE(3255), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(7115), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4218), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4218), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), - }, - [3765] = { - [sym_class_body] = STATE(3061), - [sym_type_constraints] = STATE(3015), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(3570), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_this] = ACTIONS(3278), - [anon_sym_super] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3278), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_data] = ACTIONS(3278), - [anon_sym_inner] = ACTIONS(3278), - [anon_sym_value] = ACTIONS(3278), - [anon_sym_expect] = ACTIONS(3278), - [anon_sym_actual] = ACTIONS(3278), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [3766] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3733), - [sym__alpha_identifier] = ACTIONS(4736), - [anon_sym_AT] = ACTIONS(4738), - [anon_sym_LBRACK] = ACTIONS(4738), - [anon_sym_as] = ACTIONS(4736), - [anon_sym_EQ] = ACTIONS(4736), - [anon_sym_LBRACE] = ACTIONS(4738), - [anon_sym_RBRACE] = ACTIONS(4738), - [anon_sym_LPAREN] = ACTIONS(4738), - [anon_sym_COMMA] = ACTIONS(7109), - [anon_sym_LT] = ACTIONS(4736), - [anon_sym_GT] = ACTIONS(4736), - [anon_sym_where] = ACTIONS(4736), - [anon_sym_DOT] = ACTIONS(4736), - [anon_sym_SEMI] = ACTIONS(4738), - [anon_sym_get] = ACTIONS(4736), - [anon_sym_set] = ACTIONS(4736), - [anon_sym_STAR] = ACTIONS(4736), - [sym_label] = ACTIONS(4738), - [anon_sym_in] = ACTIONS(4736), - [anon_sym_DOT_DOT] = ACTIONS(4738), - [anon_sym_QMARK_COLON] = ACTIONS(4738), - [anon_sym_AMP_AMP] = ACTIONS(4738), - [anon_sym_PIPE_PIPE] = ACTIONS(4738), - [anon_sym_else] = ACTIONS(4736), - [anon_sym_COLON_COLON] = ACTIONS(4738), - [anon_sym_PLUS_EQ] = ACTIONS(4738), - [anon_sym_DASH_EQ] = ACTIONS(4738), - [anon_sym_STAR_EQ] = ACTIONS(4738), - [anon_sym_SLASH_EQ] = ACTIONS(4738), - [anon_sym_PERCENT_EQ] = ACTIONS(4738), - [anon_sym_BANG_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4738), - [anon_sym_LT_EQ] = ACTIONS(4738), - [anon_sym_GT_EQ] = ACTIONS(4738), - [anon_sym_BANGin] = ACTIONS(4738), - [anon_sym_is] = ACTIONS(4736), - [anon_sym_BANGis] = ACTIONS(4738), - [anon_sym_PLUS] = ACTIONS(4736), - [anon_sym_DASH] = ACTIONS(4736), - [anon_sym_SLASH] = ACTIONS(4736), - [anon_sym_PERCENT] = ACTIONS(4736), - [anon_sym_as_QMARK] = ACTIONS(4738), - [anon_sym_PLUS_PLUS] = ACTIONS(4738), - [anon_sym_DASH_DASH] = ACTIONS(4738), - [anon_sym_BANG_BANG] = ACTIONS(4738), - [anon_sym_suspend] = ACTIONS(4736), - [anon_sym_sealed] = ACTIONS(4736), - [anon_sym_annotation] = ACTIONS(4736), - [anon_sym_data] = ACTIONS(4736), - [anon_sym_inner] = ACTIONS(4736), - [anon_sym_value] = ACTIONS(4736), - [anon_sym_override] = ACTIONS(4736), - [anon_sym_lateinit] = ACTIONS(4736), - [anon_sym_public] = ACTIONS(4736), - [anon_sym_private] = ACTIONS(4736), - [anon_sym_internal] = ACTIONS(4736), - [anon_sym_protected] = ACTIONS(4736), - [anon_sym_tailrec] = ACTIONS(4736), - [anon_sym_operator] = ACTIONS(4736), - [anon_sym_infix] = ACTIONS(4736), - [anon_sym_inline] = ACTIONS(4736), - [anon_sym_external] = ACTIONS(4736), - [sym_property_modifier] = ACTIONS(4736), - [anon_sym_abstract] = ACTIONS(4736), - [anon_sym_final] = ACTIONS(4736), - [anon_sym_open] = ACTIONS(4736), - [anon_sym_vararg] = ACTIONS(4736), - [anon_sym_noinline] = ACTIONS(4736), - [anon_sym_crossinline] = ACTIONS(4736), - [anon_sym_expect] = ACTIONS(4736), - [anon_sym_actual] = ACTIONS(4736), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4738), - [sym__automatic_semicolon] = ACTIONS(4738), - [sym_safe_nav] = ACTIONS(4738), - [sym_multiline_comment] = ACTIONS(3), - }, - [3767] = { - [sym_class_body] = STATE(3255), - [sym_type_constraints] = STATE(3006), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(7117), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4216), - [anon_sym_fun] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_this] = ACTIONS(4216), - [anon_sym_super] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4218), - [sym_label] = ACTIONS(4216), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_null] = ACTIONS(4216), - [anon_sym_if] = ACTIONS(4216), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_when] = ACTIONS(4216), - [anon_sym_try] = ACTIONS(4216), - [anon_sym_throw] = ACTIONS(4216), - [anon_sym_return] = ACTIONS(4216), - [anon_sym_continue] = ACTIONS(4216), - [anon_sym_break] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4218), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG] = ACTIONS(4216), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4218), - [anon_sym_continue_AT] = ACTIONS(4218), - [anon_sym_break_AT] = ACTIONS(4218), - [anon_sym_this_AT] = ACTIONS(4218), - [anon_sym_super_AT] = ACTIONS(4218), - [sym_real_literal] = ACTIONS(4218), - [sym_integer_literal] = ACTIONS(4216), - [sym_hex_literal] = ACTIONS(4218), - [sym_bin_literal] = ACTIONS(4218), - [anon_sym_true] = ACTIONS(4216), - [anon_sym_false] = ACTIONS(4216), - [anon_sym_SQUOTE] = ACTIONS(4218), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4218), - }, - [3768] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1557), - [sym__comparison_operator] = STATE(1583), - [sym__in_operator] = STATE(1586), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1605), - [sym__multiplicative_operator] = STATE(1614), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1657), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3132), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3134), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3134), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7043), - [anon_sym_where] = ACTIONS(3132), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7047), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7051), - [anon_sym_DOT_DOT] = ACTIONS(7053), - [anon_sym_QMARK_COLON] = ACTIONS(7055), - [anon_sym_AMP_AMP] = ACTIONS(7057), - [anon_sym_PIPE_PIPE] = ACTIONS(7059), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3134), - [anon_sym_DASH_EQ] = ACTIONS(3134), - [anon_sym_STAR_EQ] = ACTIONS(3134), - [anon_sym_SLASH_EQ] = ACTIONS(3134), - [anon_sym_PERCENT_EQ] = ACTIONS(3134), - [anon_sym_BANG_EQ] = ACTIONS(7063), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7065), - [anon_sym_EQ_EQ] = ACTIONS(7063), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7065), - [anon_sym_LT_EQ] = ACTIONS(7067), - [anon_sym_GT_EQ] = ACTIONS(7067), - [anon_sym_BANGin] = ACTIONS(7069), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7075), - [anon_sym_DASH] = ACTIONS(7075), - [anon_sym_SLASH] = ACTIONS(7047), - [anon_sym_PERCENT] = ACTIONS(7047), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3134), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [3769] = { - [sym__alpha_identifier] = ACTIONS(4563), - [anon_sym_AT] = ACTIONS(4565), - [anon_sym_COLON] = ACTIONS(4563), - [anon_sym_LBRACK] = ACTIONS(4565), - [anon_sym_as] = ACTIONS(4563), - [anon_sym_EQ] = ACTIONS(4563), - [anon_sym_LBRACE] = ACTIONS(4565), - [anon_sym_RBRACE] = ACTIONS(4565), - [anon_sym_LPAREN] = ACTIONS(4565), - [anon_sym_COMMA] = ACTIONS(4565), - [anon_sym_LT] = ACTIONS(4563), - [anon_sym_GT] = ACTIONS(4563), - [anon_sym_where] = ACTIONS(4563), - [anon_sym_DOT] = ACTIONS(4563), - [anon_sym_SEMI] = ACTIONS(4565), - [anon_sym_get] = ACTIONS(4563), - [anon_sym_set] = ACTIONS(4563), - [anon_sym_STAR] = ACTIONS(4563), - [sym_label] = ACTIONS(4565), - [anon_sym_in] = ACTIONS(4563), - [anon_sym_DOT_DOT] = ACTIONS(4565), - [anon_sym_QMARK_COLON] = ACTIONS(4565), - [anon_sym_AMP_AMP] = ACTIONS(4565), - [anon_sym_PIPE_PIPE] = ACTIONS(4565), - [anon_sym_else] = ACTIONS(4563), - [anon_sym_COLON_COLON] = ACTIONS(4565), - [anon_sym_PLUS_EQ] = ACTIONS(4565), - [anon_sym_DASH_EQ] = ACTIONS(4565), - [anon_sym_STAR_EQ] = ACTIONS(4565), - [anon_sym_SLASH_EQ] = ACTIONS(4565), - [anon_sym_PERCENT_EQ] = ACTIONS(4565), - [anon_sym_BANG_EQ] = ACTIONS(4563), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4565), - [anon_sym_EQ_EQ] = ACTIONS(4563), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4565), - [anon_sym_LT_EQ] = ACTIONS(4565), - [anon_sym_GT_EQ] = ACTIONS(4565), - [anon_sym_BANGin] = ACTIONS(4565), - [anon_sym_is] = ACTIONS(4563), - [anon_sym_BANGis] = ACTIONS(4565), - [anon_sym_PLUS] = ACTIONS(4563), - [anon_sym_DASH] = ACTIONS(4563), - [anon_sym_SLASH] = ACTIONS(4563), - [anon_sym_PERCENT] = ACTIONS(4563), - [anon_sym_as_QMARK] = ACTIONS(4565), - [anon_sym_PLUS_PLUS] = ACTIONS(4565), - [anon_sym_DASH_DASH] = ACTIONS(4565), - [anon_sym_BANG_BANG] = ACTIONS(4565), - [anon_sym_suspend] = ACTIONS(4563), - [anon_sym_sealed] = ACTIONS(4563), - [anon_sym_annotation] = ACTIONS(4563), - [anon_sym_data] = ACTIONS(4563), - [anon_sym_inner] = ACTIONS(4563), - [anon_sym_value] = ACTIONS(4563), - [anon_sym_override] = ACTIONS(4563), - [anon_sym_lateinit] = ACTIONS(4563), - [anon_sym_public] = ACTIONS(4563), - [anon_sym_private] = ACTIONS(4563), - [anon_sym_internal] = ACTIONS(4563), - [anon_sym_protected] = ACTIONS(4563), - [anon_sym_tailrec] = ACTIONS(4563), - [anon_sym_operator] = ACTIONS(4563), - [anon_sym_infix] = ACTIONS(4563), - [anon_sym_inline] = ACTIONS(4563), - [anon_sym_external] = ACTIONS(4563), - [sym_property_modifier] = ACTIONS(4563), - [anon_sym_abstract] = ACTIONS(4563), - [anon_sym_final] = ACTIONS(4563), - [anon_sym_open] = ACTIONS(4563), - [anon_sym_vararg] = ACTIONS(4563), - [anon_sym_noinline] = ACTIONS(4563), - [anon_sym_crossinline] = ACTIONS(4563), - [anon_sym_expect] = ACTIONS(4563), - [anon_sym_actual] = ACTIONS(4563), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4565), - [sym__automatic_semicolon] = ACTIONS(4565), - [sym_safe_nav] = ACTIONS(4565), - [sym_multiline_comment] = ACTIONS(3), - }, - [3770] = { - [sym_function_body] = STATE(3499), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4229), - [anon_sym_AT] = ACTIONS(4231), - [anon_sym_COLON] = ACTIONS(7119), - [anon_sym_LBRACK] = ACTIONS(4231), - [anon_sym_RBRACK] = ACTIONS(4231), - [anon_sym_as] = ACTIONS(4229), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4231), - [anon_sym_LPAREN] = ACTIONS(4231), - [anon_sym_COMMA] = ACTIONS(4231), - [anon_sym_RPAREN] = ACTIONS(4231), - [anon_sym_LT] = ACTIONS(4229), - [anon_sym_GT] = ACTIONS(4229), - [anon_sym_where] = ACTIONS(4229), - [anon_sym_DOT] = ACTIONS(4229), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(4229), - [anon_sym_set] = ACTIONS(4229), - [anon_sym_STAR] = ACTIONS(4231), - [anon_sym_DASH_GT] = ACTIONS(4231), + [3740] = { + [sym_function_body] = STATE(3081), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(7050), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = 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(4233), [sym_label] = ACTIONS(4231), - [anon_sym_in] = ACTIONS(4229), - [anon_sym_while] = ACTIONS(4229), - [anon_sym_DOT_DOT] = ACTIONS(4231), - [anon_sym_QMARK_COLON] = ACTIONS(4231), - [anon_sym_AMP_AMP] = ACTIONS(4231), - [anon_sym_PIPE_PIPE] = ACTIONS(4231), - [anon_sym_else] = ACTIONS(4229), - [anon_sym_COLON_COLON] = ACTIONS(4231), - [anon_sym_BANG_EQ] = ACTIONS(4229), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4231), - [anon_sym_EQ_EQ] = ACTIONS(4229), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4231), - [anon_sym_LT_EQ] = ACTIONS(4231), - [anon_sym_GT_EQ] = ACTIONS(4231), - [anon_sym_BANGin] = ACTIONS(4231), - [anon_sym_is] = ACTIONS(4229), - [anon_sym_BANGis] = ACTIONS(4231), - [anon_sym_PLUS] = ACTIONS(4229), - [anon_sym_DASH] = ACTIONS(4229), - [anon_sym_SLASH] = ACTIONS(4229), - [anon_sym_PERCENT] = ACTIONS(4231), - [anon_sym_as_QMARK] = ACTIONS(4231), - [anon_sym_PLUS_PLUS] = ACTIONS(4231), - [anon_sym_DASH_DASH] = ACTIONS(4231), - [anon_sym_BANG_BANG] = ACTIONS(4231), - [anon_sym_suspend] = ACTIONS(4229), - [anon_sym_sealed] = ACTIONS(4229), - [anon_sym_annotation] = ACTIONS(4229), - [anon_sym_data] = ACTIONS(4229), - [anon_sym_inner] = ACTIONS(4229), - [anon_sym_value] = ACTIONS(4229), - [anon_sym_override] = ACTIONS(4229), - [anon_sym_lateinit] = ACTIONS(4229), - [anon_sym_public] = ACTIONS(4229), - [anon_sym_private] = ACTIONS(4229), - [anon_sym_internal] = ACTIONS(4229), - [anon_sym_protected] = ACTIONS(4229), - [anon_sym_tailrec] = ACTIONS(4229), - [anon_sym_operator] = ACTIONS(4229), - [anon_sym_infix] = ACTIONS(4229), - [anon_sym_inline] = ACTIONS(4229), - [anon_sym_external] = ACTIONS(4229), - [sym_property_modifier] = ACTIONS(4229), - [anon_sym_abstract] = ACTIONS(4229), - [anon_sym_final] = ACTIONS(4229), - [anon_sym_open] = ACTIONS(4229), - [anon_sym_vararg] = ACTIONS(4229), - [anon_sym_noinline] = ACTIONS(4229), - [anon_sym_crossinline] = ACTIONS(4229), - [anon_sym_expect] = ACTIONS(4229), - [anon_sym_actual] = ACTIONS(4229), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4231), - [sym_safe_nav] = ACTIONS(4231), - [sym_multiline_comment] = ACTIONS(3), - }, - [3771] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1557), - [sym__comparison_operator] = STATE(1583), - [sym__in_operator] = STATE(1586), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1605), - [sym__multiplicative_operator] = STATE(1614), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1657), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3182), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3184), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3184), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7043), - [anon_sym_where] = ACTIONS(3182), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7047), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7051), - [anon_sym_DOT_DOT] = ACTIONS(7053), - [anon_sym_QMARK_COLON] = ACTIONS(7055), - [anon_sym_AMP_AMP] = ACTIONS(7057), - [anon_sym_PIPE_PIPE] = ACTIONS(7059), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3184), - [anon_sym_DASH_EQ] = ACTIONS(3184), - [anon_sym_STAR_EQ] = ACTIONS(3184), - [anon_sym_SLASH_EQ] = ACTIONS(3184), - [anon_sym_PERCENT_EQ] = ACTIONS(3184), - [anon_sym_BANG_EQ] = ACTIONS(7063), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7065), - [anon_sym_EQ_EQ] = ACTIONS(7063), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7065), - [anon_sym_LT_EQ] = ACTIONS(7067), - [anon_sym_GT_EQ] = ACTIONS(7067), - [anon_sym_BANGin] = ACTIONS(7069), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7075), - [anon_sym_DASH] = ACTIONS(7075), - [anon_sym_SLASH] = ACTIONS(7047), - [anon_sym_PERCENT] = ACTIONS(7047), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3184), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [3772] = { - [sym_enum_class_body] = STATE(3831), - [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(5820), - [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_value] = 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_multiline_comment] = ACTIONS(3), - }, - [3773] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1557), - [sym__comparison_operator] = STATE(1583), - [sym__in_operator] = STATE(1586), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1605), - [sym__multiplicative_operator] = STATE(1614), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1657), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3090), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3090), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7043), - [anon_sym_where] = ACTIONS(3088), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7047), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7051), - [anon_sym_DOT_DOT] = ACTIONS(7053), - [anon_sym_QMARK_COLON] = ACTIONS(7055), - [anon_sym_AMP_AMP] = ACTIONS(7057), - [anon_sym_PIPE_PIPE] = ACTIONS(7059), - [anon_sym_else] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3090), - [anon_sym_DASH_EQ] = ACTIONS(3090), - [anon_sym_STAR_EQ] = ACTIONS(3090), - [anon_sym_SLASH_EQ] = ACTIONS(3090), - [anon_sym_PERCENT_EQ] = ACTIONS(3090), - [anon_sym_BANG_EQ] = ACTIONS(7063), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7065), - [anon_sym_EQ_EQ] = ACTIONS(7063), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7065), - [anon_sym_LT_EQ] = ACTIONS(7067), - [anon_sym_GT_EQ] = ACTIONS(7067), - [anon_sym_BANGin] = ACTIONS(7069), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7075), - [anon_sym_DASH] = ACTIONS(7075), - [anon_sym_SLASH] = ACTIONS(7047), - [anon_sym_PERCENT] = ACTIONS(7047), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3090), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [3774] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1557), - [sym__comparison_operator] = STATE(1583), - [sym__in_operator] = STATE(1586), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1605), - [sym__multiplicative_operator] = STATE(1614), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1657), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(3175), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3175), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_where] = ACTIONS(3175), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(7047), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(7053), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3177), - [anon_sym_DASH_EQ] = ACTIONS(3177), - [anon_sym_STAR_EQ] = ACTIONS(3177), - [anon_sym_SLASH_EQ] = ACTIONS(3177), - [anon_sym_PERCENT_EQ] = ACTIONS(3177), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(7075), - [anon_sym_DASH] = ACTIONS(7075), - [anon_sym_SLASH] = ACTIONS(7047), - [anon_sym_PERCENT] = ACTIONS(7047), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3177), - [sym__automatic_semicolon] = ACTIONS(3177), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [3775] = { - [sym_class_body] = STATE(4031), - [sym__alpha_identifier] = ACTIONS(4652), - [anon_sym_AT] = ACTIONS(4654), - [anon_sym_LBRACK] = ACTIONS(4654), - [anon_sym_as] = ACTIONS(4652), - [anon_sym_EQ] = ACTIONS(4652), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4654), - [anon_sym_LPAREN] = ACTIONS(4654), - [anon_sym_COMMA] = ACTIONS(4654), - [anon_sym_LT] = ACTIONS(4652), - [anon_sym_GT] = ACTIONS(4652), - [anon_sym_where] = ACTIONS(4652), - [anon_sym_DOT] = ACTIONS(4652), - [anon_sym_SEMI] = ACTIONS(4654), - [anon_sym_get] = ACTIONS(4652), - [anon_sym_set] = ACTIONS(4652), - [anon_sym_STAR] = ACTIONS(4652), - [sym_label] = ACTIONS(4654), - [anon_sym_in] = ACTIONS(4652), - [anon_sym_DOT_DOT] = ACTIONS(4654), - [anon_sym_QMARK_COLON] = ACTIONS(4654), - [anon_sym_AMP_AMP] = ACTIONS(4654), - [anon_sym_PIPE_PIPE] = ACTIONS(4654), - [anon_sym_else] = ACTIONS(4652), - [anon_sym_COLON_COLON] = ACTIONS(4654), - [anon_sym_PLUS_EQ] = ACTIONS(4654), - [anon_sym_DASH_EQ] = ACTIONS(4654), - [anon_sym_STAR_EQ] = ACTIONS(4654), - [anon_sym_SLASH_EQ] = ACTIONS(4654), - [anon_sym_PERCENT_EQ] = ACTIONS(4654), - [anon_sym_BANG_EQ] = ACTIONS(4652), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4654), - [anon_sym_EQ_EQ] = ACTIONS(4652), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4654), - [anon_sym_LT_EQ] = ACTIONS(4654), - [anon_sym_GT_EQ] = ACTIONS(4654), - [anon_sym_BANGin] = ACTIONS(4654), - [anon_sym_is] = ACTIONS(4652), - [anon_sym_BANGis] = ACTIONS(4654), - [anon_sym_PLUS] = ACTIONS(4652), - [anon_sym_DASH] = ACTIONS(4652), - [anon_sym_SLASH] = ACTIONS(4652), - [anon_sym_PERCENT] = ACTIONS(4652), - [anon_sym_as_QMARK] = ACTIONS(4654), - [anon_sym_PLUS_PLUS] = ACTIONS(4654), - [anon_sym_DASH_DASH] = ACTIONS(4654), - [anon_sym_BANG_BANG] = ACTIONS(4654), - [anon_sym_suspend] = ACTIONS(4652), - [anon_sym_sealed] = ACTIONS(4652), - [anon_sym_annotation] = ACTIONS(4652), - [anon_sym_data] = ACTIONS(4652), - [anon_sym_inner] = ACTIONS(4652), - [anon_sym_value] = ACTIONS(4652), - [anon_sym_override] = ACTIONS(4652), - [anon_sym_lateinit] = ACTIONS(4652), - [anon_sym_public] = ACTIONS(4652), - [anon_sym_private] = ACTIONS(4652), - [anon_sym_internal] = ACTIONS(4652), - [anon_sym_protected] = ACTIONS(4652), - [anon_sym_tailrec] = ACTIONS(4652), - [anon_sym_operator] = ACTIONS(4652), - [anon_sym_infix] = ACTIONS(4652), - [anon_sym_inline] = ACTIONS(4652), - [anon_sym_external] = ACTIONS(4652), - [sym_property_modifier] = ACTIONS(4652), - [anon_sym_abstract] = ACTIONS(4652), - [anon_sym_final] = ACTIONS(4652), - [anon_sym_open] = ACTIONS(4652), - [anon_sym_vararg] = ACTIONS(4652), - [anon_sym_noinline] = ACTIONS(4652), - [anon_sym_crossinline] = ACTIONS(4652), - [anon_sym_expect] = ACTIONS(4652), - [anon_sym_actual] = ACTIONS(4652), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4654), - [sym__automatic_semicolon] = ACTIONS(4654), - [sym_safe_nav] = ACTIONS(4654), - [sym_multiline_comment] = ACTIONS(3), - }, - [3776] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1557), - [sym__comparison_operator] = STATE(1583), - [sym__in_operator] = STATE(1586), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1605), - [sym__multiplicative_operator] = STATE(1614), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1657), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(3186), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3186), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_where] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3186), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [anon_sym_else] = ACTIONS(3186), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3188), - [anon_sym_DASH_EQ] = ACTIONS(3188), - [anon_sym_STAR_EQ] = ACTIONS(3188), - [anon_sym_SLASH_EQ] = ACTIONS(3188), - [anon_sym_PERCENT_EQ] = ACTIONS(3188), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [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(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3186), - [anon_sym_inner] = ACTIONS(3186), - [anon_sym_value] = ACTIONS(3186), - [anon_sym_expect] = ACTIONS(3186), - [anon_sym_actual] = ACTIONS(3186), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3188), - [sym__automatic_semicolon] = ACTIONS(3188), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [3777] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1557), - [sym__comparison_operator] = STATE(1583), - [sym__in_operator] = STATE(1586), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1605), - [sym__multiplicative_operator] = STATE(1614), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1657), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_where] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(7047), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3195), - [anon_sym_DASH_EQ] = ACTIONS(3195), - [anon_sym_STAR_EQ] = ACTIONS(3195), - [anon_sym_SLASH_EQ] = ACTIONS(3195), - [anon_sym_PERCENT_EQ] = ACTIONS(3195), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(7047), - [anon_sym_PERCENT] = ACTIONS(7047), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3195), - [sym__automatic_semicolon] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [3778] = { - [sym__alpha_identifier] = ACTIONS(4335), - [anon_sym_AT] = ACTIONS(4337), - [anon_sym_LBRACK] = ACTIONS(4337), - [anon_sym_typealias] = ACTIONS(4335), - [anon_sym_class] = ACTIONS(4335), - [anon_sym_interface] = ACTIONS(4335), - [anon_sym_enum] = ACTIONS(4335), - [anon_sym_LBRACE] = ACTIONS(4337), - [anon_sym_LPAREN] = ACTIONS(4337), - [anon_sym_val] = ACTIONS(4335), - [anon_sym_var] = ACTIONS(4335), - [anon_sym_object] = ACTIONS(4335), - [anon_sym_fun] = ACTIONS(4335), - [anon_sym_DOT] = ACTIONS(4335), - [anon_sym_get] = ACTIONS(4335), - [anon_sym_set] = ACTIONS(4335), - [anon_sym_this] = ACTIONS(4335), - [anon_sym_super] = ACTIONS(4335), - [anon_sym_STAR] = ACTIONS(4337), - [sym_label] = ACTIONS(4335), - [anon_sym_for] = ACTIONS(4335), - [anon_sym_while] = ACTIONS(4335), - [anon_sym_do] = ACTIONS(4335), - [anon_sym_null] = ACTIONS(4335), - [anon_sym_if] = ACTIONS(4335), - [anon_sym_when] = ACTIONS(4335), - [anon_sym_try] = ACTIONS(4335), - [anon_sym_throw] = ACTIONS(4335), - [anon_sym_return] = ACTIONS(4335), - [anon_sym_continue] = ACTIONS(4335), - [anon_sym_break] = ACTIONS(4335), - [anon_sym_COLON_COLON] = ACTIONS(4337), - [anon_sym_PLUS] = ACTIONS(4335), - [anon_sym_DASH] = ACTIONS(4335), - [anon_sym_PLUS_PLUS] = ACTIONS(4337), - [anon_sym_DASH_DASH] = ACTIONS(4337), - [anon_sym_BANG] = ACTIONS(4337), - [anon_sym_suspend] = ACTIONS(4335), - [anon_sym_sealed] = ACTIONS(4335), - [anon_sym_annotation] = ACTIONS(4335), - [anon_sym_data] = ACTIONS(4335), - [anon_sym_inner] = ACTIONS(4335), - [anon_sym_value] = ACTIONS(4335), - [anon_sym_override] = ACTIONS(4335), - [anon_sym_lateinit] = ACTIONS(4335), - [anon_sym_public] = ACTIONS(4335), - [anon_sym_private] = ACTIONS(4335), - [anon_sym_internal] = ACTIONS(4335), - [anon_sym_protected] = ACTIONS(4335), - [anon_sym_tailrec] = ACTIONS(4335), - [anon_sym_operator] = ACTIONS(4335), - [anon_sym_infix] = ACTIONS(4335), - [anon_sym_inline] = ACTIONS(4335), - [anon_sym_external] = ACTIONS(4335), - [sym_property_modifier] = ACTIONS(4335), - [anon_sym_abstract] = ACTIONS(4335), - [anon_sym_final] = ACTIONS(4335), - [anon_sym_open] = ACTIONS(4335), - [anon_sym_vararg] = ACTIONS(4335), - [anon_sym_noinline] = ACTIONS(4335), - [anon_sym_crossinline] = ACTIONS(4335), - [anon_sym_expect] = ACTIONS(4335), - [anon_sym_actual] = ACTIONS(4335), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4337), - [anon_sym_continue_AT] = ACTIONS(4337), - [anon_sym_break_AT] = ACTIONS(4337), - [anon_sym_this_AT] = ACTIONS(4337), - [anon_sym_super_AT] = ACTIONS(4337), - [sym_real_literal] = ACTIONS(4337), - [sym_integer_literal] = ACTIONS(4335), - [sym_hex_literal] = ACTIONS(4337), - [sym_bin_literal] = ACTIONS(4337), - [anon_sym_true] = ACTIONS(4335), - [anon_sym_false] = ACTIONS(4335), - [anon_sym_SQUOTE] = ACTIONS(4337), - [sym__backtick_identifier] = ACTIONS(4337), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4337), - }, - [3779] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1557), - [sym__comparison_operator] = STATE(1583), - [sym__in_operator] = STATE(1586), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1605), - [sym__multiplicative_operator] = STATE(1614), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1657), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7047), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(7053), - [anon_sym_QMARK_COLON] = ACTIONS(7055), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3162), - [anon_sym_DASH_EQ] = ACTIONS(3162), - [anon_sym_STAR_EQ] = ACTIONS(3162), - [anon_sym_SLASH_EQ] = ACTIONS(3162), - [anon_sym_PERCENT_EQ] = ACTIONS(3162), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(7075), - [anon_sym_DASH] = ACTIONS(7075), - [anon_sym_SLASH] = ACTIONS(7047), - [anon_sym_PERCENT] = ACTIONS(7047), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3162), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [3780] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1557), - [sym__comparison_operator] = STATE(1583), - [sym__in_operator] = STATE(1586), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1605), - [sym__multiplicative_operator] = STATE(1614), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1657), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3144), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3146), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_where] = ACTIONS(3144), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7047), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7051), - [anon_sym_DOT_DOT] = ACTIONS(7053), - [anon_sym_QMARK_COLON] = ACTIONS(7055), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3146), - [anon_sym_DASH_EQ] = ACTIONS(3146), - [anon_sym_STAR_EQ] = ACTIONS(3146), - [anon_sym_SLASH_EQ] = ACTIONS(3146), - [anon_sym_PERCENT_EQ] = ACTIONS(3146), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(7069), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7075), - [anon_sym_DASH] = ACTIONS(7075), - [anon_sym_SLASH] = ACTIONS(7047), - [anon_sym_PERCENT] = ACTIONS(7047), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3146), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [3781] = { - [sym__alpha_identifier] = ACTIONS(4746), - [anon_sym_AT] = ACTIONS(4748), - [anon_sym_COLON] = ACTIONS(4746), - [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(4748), - [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_value] = 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), - }, - [3782] = { - [sym_enum_class_body] = STATE(4031), - [sym__alpha_identifier] = ACTIONS(4652), - [anon_sym_AT] = ACTIONS(4654), - [anon_sym_LBRACK] = ACTIONS(4654), - [anon_sym_as] = ACTIONS(4652), - [anon_sym_EQ] = ACTIONS(4652), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4654), - [anon_sym_LPAREN] = ACTIONS(4654), - [anon_sym_COMMA] = ACTIONS(4654), - [anon_sym_LT] = ACTIONS(4652), - [anon_sym_GT] = ACTIONS(4652), - [anon_sym_where] = ACTIONS(4652), - [anon_sym_DOT] = ACTIONS(4652), - [anon_sym_SEMI] = ACTIONS(4654), - [anon_sym_get] = ACTIONS(4652), - [anon_sym_set] = ACTIONS(4652), - [anon_sym_STAR] = ACTIONS(4652), - [sym_label] = ACTIONS(4654), - [anon_sym_in] = ACTIONS(4652), - [anon_sym_DOT_DOT] = ACTIONS(4654), - [anon_sym_QMARK_COLON] = ACTIONS(4654), - [anon_sym_AMP_AMP] = ACTIONS(4654), - [anon_sym_PIPE_PIPE] = ACTIONS(4654), - [anon_sym_else] = ACTIONS(4652), - [anon_sym_COLON_COLON] = ACTIONS(4654), - [anon_sym_PLUS_EQ] = ACTIONS(4654), - [anon_sym_DASH_EQ] = ACTIONS(4654), - [anon_sym_STAR_EQ] = ACTIONS(4654), - [anon_sym_SLASH_EQ] = ACTIONS(4654), - [anon_sym_PERCENT_EQ] = ACTIONS(4654), - [anon_sym_BANG_EQ] = ACTIONS(4652), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4654), - [anon_sym_EQ_EQ] = ACTIONS(4652), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4654), - [anon_sym_LT_EQ] = ACTIONS(4654), - [anon_sym_GT_EQ] = ACTIONS(4654), - [anon_sym_BANGin] = ACTIONS(4654), - [anon_sym_is] = ACTIONS(4652), - [anon_sym_BANGis] = ACTIONS(4654), - [anon_sym_PLUS] = ACTIONS(4652), - [anon_sym_DASH] = ACTIONS(4652), - [anon_sym_SLASH] = ACTIONS(4652), - [anon_sym_PERCENT] = ACTIONS(4652), - [anon_sym_as_QMARK] = ACTIONS(4654), - [anon_sym_PLUS_PLUS] = ACTIONS(4654), - [anon_sym_DASH_DASH] = ACTIONS(4654), - [anon_sym_BANG_BANG] = ACTIONS(4654), - [anon_sym_suspend] = ACTIONS(4652), - [anon_sym_sealed] = ACTIONS(4652), - [anon_sym_annotation] = ACTIONS(4652), - [anon_sym_data] = ACTIONS(4652), - [anon_sym_inner] = ACTIONS(4652), - [anon_sym_value] = ACTIONS(4652), - [anon_sym_override] = ACTIONS(4652), - [anon_sym_lateinit] = ACTIONS(4652), - [anon_sym_public] = ACTIONS(4652), - [anon_sym_private] = ACTIONS(4652), - [anon_sym_internal] = ACTIONS(4652), - [anon_sym_protected] = ACTIONS(4652), - [anon_sym_tailrec] = ACTIONS(4652), - [anon_sym_operator] = ACTIONS(4652), - [anon_sym_infix] = ACTIONS(4652), - [anon_sym_inline] = ACTIONS(4652), - [anon_sym_external] = ACTIONS(4652), - [sym_property_modifier] = ACTIONS(4652), - [anon_sym_abstract] = ACTIONS(4652), - [anon_sym_final] = ACTIONS(4652), - [anon_sym_open] = ACTIONS(4652), - [anon_sym_vararg] = ACTIONS(4652), - [anon_sym_noinline] = ACTIONS(4652), - [anon_sym_crossinline] = ACTIONS(4652), - [anon_sym_expect] = ACTIONS(4652), - [anon_sym_actual] = ACTIONS(4652), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4654), - [sym__automatic_semicolon] = ACTIONS(4654), - [sym_safe_nav] = ACTIONS(4654), - [sym_multiline_comment] = ACTIONS(3), - }, - [3783] = { - [sym_class_body] = STATE(3173), - [sym_type_constraints] = STATE(3039), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_COLON] = ACTIONS(3568), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3270), - [anon_sym_fun] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_this] = ACTIONS(3270), - [anon_sym_super] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3270), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_if] = ACTIONS(3270), - [anon_sym_else] = ACTIONS(3270), - [anon_sym_when] = ACTIONS(3270), - [anon_sym_try] = ACTIONS(3270), - [anon_sym_throw] = ACTIONS(3270), - [anon_sym_return] = ACTIONS(3270), - [anon_sym_continue] = ACTIONS(3270), - [anon_sym_break] = ACTIONS(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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(3270), - [anon_sym_BANG_BANG] = ACTIONS(3274), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3274), - [anon_sym_continue_AT] = ACTIONS(3274), - [anon_sym_break_AT] = ACTIONS(3274), - [anon_sym_this_AT] = ACTIONS(3274), - [anon_sym_super_AT] = ACTIONS(3274), - [sym_real_literal] = ACTIONS(3274), - [sym_integer_literal] = ACTIONS(3270), - [sym_hex_literal] = ACTIONS(3274), - [sym_bin_literal] = ACTIONS(3274), - [anon_sym_true] = ACTIONS(3270), - [anon_sym_false] = ACTIONS(3270), - [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), - }, - [3784] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1557), - [sym__comparison_operator] = STATE(1583), - [sym__in_operator] = STATE(1586), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1605), - [sym__multiplicative_operator] = STATE(1614), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1657), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3142), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3142), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7043), - [anon_sym_where] = ACTIONS(3140), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7047), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7051), - [anon_sym_DOT_DOT] = ACTIONS(7053), - [anon_sym_QMARK_COLON] = ACTIONS(7055), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3142), - [anon_sym_DASH_EQ] = ACTIONS(3142), - [anon_sym_STAR_EQ] = ACTIONS(3142), - [anon_sym_SLASH_EQ] = ACTIONS(3142), - [anon_sym_PERCENT_EQ] = ACTIONS(3142), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), - [anon_sym_LT_EQ] = ACTIONS(7067), - [anon_sym_GT_EQ] = ACTIONS(7067), - [anon_sym_BANGin] = ACTIONS(7069), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7075), - [anon_sym_DASH] = ACTIONS(7075), - [anon_sym_SLASH] = ACTIONS(7047), - [anon_sym_PERCENT] = ACTIONS(7047), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3142), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [3785] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1557), - [sym__comparison_operator] = STATE(1583), - [sym__in_operator] = STATE(1586), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1605), - [sym__multiplicative_operator] = STATE(1614), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1657), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3138), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3138), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7043), - [anon_sym_where] = ACTIONS(3136), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7047), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7051), - [anon_sym_DOT_DOT] = ACTIONS(7053), - [anon_sym_QMARK_COLON] = ACTIONS(7055), - [anon_sym_AMP_AMP] = ACTIONS(7057), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3138), - [anon_sym_DASH_EQ] = ACTIONS(3138), - [anon_sym_STAR_EQ] = ACTIONS(3138), - [anon_sym_SLASH_EQ] = ACTIONS(3138), - [anon_sym_PERCENT_EQ] = ACTIONS(3138), - [anon_sym_BANG_EQ] = ACTIONS(7063), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7065), - [anon_sym_EQ_EQ] = ACTIONS(7063), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7065), - [anon_sym_LT_EQ] = ACTIONS(7067), - [anon_sym_GT_EQ] = ACTIONS(7067), - [anon_sym_BANGin] = ACTIONS(7069), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7075), - [anon_sym_DASH] = ACTIONS(7075), - [anon_sym_SLASH] = ACTIONS(7047), - [anon_sym_PERCENT] = ACTIONS(7047), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3138), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [3786] = { - [sym_class_body] = STATE(3861), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), - [sym_multiline_comment] = ACTIONS(3), - }, - [3787] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1557), - [sym__comparison_operator] = STATE(1583), - [sym__in_operator] = STATE(1586), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1605), - [sym__multiplicative_operator] = STATE(1614), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1657), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3117), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3119), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3119), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7043), - [anon_sym_where] = ACTIONS(3117), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7047), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7051), - [anon_sym_DOT_DOT] = ACTIONS(7053), - [anon_sym_QMARK_COLON] = ACTIONS(7055), - [anon_sym_AMP_AMP] = ACTIONS(3119), - [anon_sym_PIPE_PIPE] = ACTIONS(3119), - [anon_sym_else] = ACTIONS(3117), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3119), - [anon_sym_DASH_EQ] = ACTIONS(3119), - [anon_sym_STAR_EQ] = ACTIONS(3119), - [anon_sym_SLASH_EQ] = ACTIONS(3119), - [anon_sym_PERCENT_EQ] = ACTIONS(3119), - [anon_sym_BANG_EQ] = ACTIONS(7063), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7065), - [anon_sym_EQ_EQ] = ACTIONS(7063), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7065), - [anon_sym_LT_EQ] = ACTIONS(7067), - [anon_sym_GT_EQ] = ACTIONS(7067), - [anon_sym_BANGin] = ACTIONS(7069), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7075), - [anon_sym_DASH] = ACTIONS(7075), - [anon_sym_SLASH] = ACTIONS(7047), - [anon_sym_PERCENT] = ACTIONS(7047), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3119), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [3788] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1557), - [sym__comparison_operator] = STATE(1583), - [sym__in_operator] = STATE(1586), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1605), - [sym__multiplicative_operator] = STATE(1614), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1657), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3125), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_where] = ACTIONS(3125), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7047), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(7053), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3127), - [anon_sym_DASH_EQ] = ACTIONS(3127), - [anon_sym_STAR_EQ] = ACTIONS(3127), - [anon_sym_SLASH_EQ] = ACTIONS(3127), - [anon_sym_PERCENT_EQ] = ACTIONS(3127), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(7075), - [anon_sym_DASH] = ACTIONS(7075), - [anon_sym_SLASH] = ACTIONS(7047), - [anon_sym_PERCENT] = ACTIONS(7047), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3127), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4233), + [anon_sym_super_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), }, - [3789] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1557), - [sym__comparison_operator] = STATE(1583), - [sym__in_operator] = STATE(1586), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1605), - [sym__multiplicative_operator] = STATE(1614), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1657), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(3094), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3094), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3096), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_where] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(7047), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3096), - [anon_sym_DASH_EQ] = ACTIONS(3096), - [anon_sym_STAR_EQ] = ACTIONS(3096), - [anon_sym_SLASH_EQ] = ACTIONS(3096), - [anon_sym_PERCENT_EQ] = ACTIONS(3096), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(7075), - [anon_sym_DASH] = ACTIONS(7075), - [anon_sym_SLASH] = ACTIONS(7047), - [anon_sym_PERCENT] = ACTIONS(7047), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3096), - [sym__automatic_semicolon] = ACTIONS(3096), - [sym_safe_nav] = ACTIONS(7061), + [3741] = { + [sym_type_constraints] = STATE(3980), + [sym_function_body] = STATE(3504), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_RBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_RPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [anon_sym_DASH_GT] = ACTIONS(4147), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_while] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), [sym_multiline_comment] = ACTIONS(3), }, - [3790] = { - [ts_builtin_sym_end] = ACTIONS(1415), - [sym__alpha_identifier] = ACTIONS(7121), - [anon_sym_AT] = ACTIONS(1415), - [anon_sym_LBRACK] = ACTIONS(1415), - [anon_sym_typealias] = ACTIONS(7121), - [anon_sym_class] = ACTIONS(7121), - [anon_sym_interface] = ACTIONS(7121), - [anon_sym_enum] = ACTIONS(7121), - [anon_sym_LBRACE] = ACTIONS(1415), - [anon_sym_LPAREN] = ACTIONS(1415), - [anon_sym_val] = ACTIONS(7121), - [anon_sym_var] = ACTIONS(7121), - [anon_sym_object] = ACTIONS(7121), - [anon_sym_fun] = ACTIONS(7121), - [anon_sym_get] = ACTIONS(7121), - [anon_sym_set] = ACTIONS(7121), - [anon_sym_this] = ACTIONS(7121), - [anon_sym_super] = ACTIONS(7121), - [anon_sym_STAR] = ACTIONS(1415), - [sym_label] = ACTIONS(7121), - [anon_sym_for] = ACTIONS(7121), - [anon_sym_while] = ACTIONS(7121), - [anon_sym_do] = ACTIONS(7121), - [anon_sym_null] = ACTIONS(7121), - [anon_sym_if] = ACTIONS(7121), - [anon_sym_when] = ACTIONS(7121), - [anon_sym_try] = ACTIONS(7121), - [anon_sym_throw] = ACTIONS(7121), - [anon_sym_return] = ACTIONS(7121), - [anon_sym_continue] = ACTIONS(7121), - [anon_sym_break] = ACTIONS(7121), - [anon_sym_COLON_COLON] = ACTIONS(1415), - [anon_sym_PLUS] = ACTIONS(7121), - [anon_sym_DASH] = ACTIONS(7121), - [anon_sym_PLUS_PLUS] = ACTIONS(1415), - [anon_sym_DASH_DASH] = ACTIONS(1415), - [anon_sym_BANG] = ACTIONS(1415), - [anon_sym_suspend] = ACTIONS(7121), - [anon_sym_sealed] = ACTIONS(7121), - [anon_sym_annotation] = ACTIONS(7121), - [anon_sym_data] = ACTIONS(7121), - [anon_sym_inner] = ACTIONS(7121), - [anon_sym_value] = ACTIONS(7121), - [anon_sym_override] = ACTIONS(7121), - [anon_sym_lateinit] = ACTIONS(7121), - [anon_sym_public] = ACTIONS(7121), - [anon_sym_private] = ACTIONS(7121), - [anon_sym_internal] = ACTIONS(7121), - [anon_sym_protected] = ACTIONS(7121), - [anon_sym_tailrec] = ACTIONS(7121), - [anon_sym_operator] = ACTIONS(7121), - [anon_sym_infix] = ACTIONS(7121), - [anon_sym_inline] = ACTIONS(7121), - [anon_sym_external] = ACTIONS(7121), - [sym_property_modifier] = ACTIONS(7121), - [anon_sym_abstract] = ACTIONS(7121), - [anon_sym_final] = ACTIONS(7121), - [anon_sym_open] = ACTIONS(7121), - [anon_sym_vararg] = ACTIONS(7121), - [anon_sym_noinline] = ACTIONS(7121), - [anon_sym_crossinline] = ACTIONS(7121), - [anon_sym_expect] = ACTIONS(7121), - [anon_sym_actual] = ACTIONS(7121), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(1415), - [anon_sym_continue_AT] = ACTIONS(1415), - [anon_sym_break_AT] = ACTIONS(1415), - [anon_sym_this_AT] = ACTIONS(1415), - [anon_sym_super_AT] = ACTIONS(1415), - [sym_real_literal] = ACTIONS(1415), - [sym_integer_literal] = ACTIONS(7121), - [sym_hex_literal] = ACTIONS(1415), - [sym_bin_literal] = ACTIONS(1415), - [anon_sym_true] = ACTIONS(7121), - [anon_sym_false] = ACTIONS(7121), - [anon_sym_SQUOTE] = ACTIONS(1415), - [sym__backtick_identifier] = ACTIONS(1415), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(1415), - }, - [3791] = { - [sym_enum_class_body] = STATE(4002), - [sym__alpha_identifier] = ACTIONS(4467), - [anon_sym_AT] = ACTIONS(4469), - [anon_sym_LBRACK] = ACTIONS(4469), - [anon_sym_as] = ACTIONS(4467), - [anon_sym_EQ] = ACTIONS(4467), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4469), - [anon_sym_LPAREN] = ACTIONS(4469), - [anon_sym_COMMA] = ACTIONS(4469), - [anon_sym_LT] = ACTIONS(4467), - [anon_sym_GT] = ACTIONS(4467), - [anon_sym_where] = ACTIONS(4467), - [anon_sym_DOT] = ACTIONS(4467), - [anon_sym_SEMI] = ACTIONS(4469), - [anon_sym_get] = ACTIONS(4467), - [anon_sym_set] = ACTIONS(4467), - [anon_sym_STAR] = ACTIONS(4467), - [sym_label] = ACTIONS(4469), - [anon_sym_in] = ACTIONS(4467), - [anon_sym_DOT_DOT] = ACTIONS(4469), - [anon_sym_QMARK_COLON] = ACTIONS(4469), - [anon_sym_AMP_AMP] = ACTIONS(4469), - [anon_sym_PIPE_PIPE] = ACTIONS(4469), - [anon_sym_else] = ACTIONS(4467), - [anon_sym_COLON_COLON] = ACTIONS(4469), - [anon_sym_PLUS_EQ] = ACTIONS(4469), - [anon_sym_DASH_EQ] = ACTIONS(4469), - [anon_sym_STAR_EQ] = ACTIONS(4469), - [anon_sym_SLASH_EQ] = ACTIONS(4469), - [anon_sym_PERCENT_EQ] = ACTIONS(4469), - [anon_sym_BANG_EQ] = ACTIONS(4467), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4469), - [anon_sym_EQ_EQ] = ACTIONS(4467), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4469), - [anon_sym_LT_EQ] = ACTIONS(4469), - [anon_sym_GT_EQ] = ACTIONS(4469), - [anon_sym_BANGin] = ACTIONS(4469), - [anon_sym_is] = ACTIONS(4467), - [anon_sym_BANGis] = ACTIONS(4469), - [anon_sym_PLUS] = ACTIONS(4467), - [anon_sym_DASH] = ACTIONS(4467), - [anon_sym_SLASH] = ACTIONS(4467), - [anon_sym_PERCENT] = ACTIONS(4467), - [anon_sym_as_QMARK] = ACTIONS(4469), - [anon_sym_PLUS_PLUS] = ACTIONS(4469), - [anon_sym_DASH_DASH] = ACTIONS(4469), - [anon_sym_BANG_BANG] = ACTIONS(4469), - [anon_sym_suspend] = ACTIONS(4467), - [anon_sym_sealed] = ACTIONS(4467), - [anon_sym_annotation] = ACTIONS(4467), - [anon_sym_data] = ACTIONS(4467), - [anon_sym_inner] = ACTIONS(4467), - [anon_sym_value] = ACTIONS(4467), - [anon_sym_override] = ACTIONS(4467), - [anon_sym_lateinit] = ACTIONS(4467), - [anon_sym_public] = ACTIONS(4467), - [anon_sym_private] = ACTIONS(4467), - [anon_sym_internal] = ACTIONS(4467), - [anon_sym_protected] = ACTIONS(4467), - [anon_sym_tailrec] = ACTIONS(4467), - [anon_sym_operator] = ACTIONS(4467), - [anon_sym_infix] = ACTIONS(4467), - [anon_sym_inline] = ACTIONS(4467), - [anon_sym_external] = ACTIONS(4467), - [sym_property_modifier] = ACTIONS(4467), - [anon_sym_abstract] = ACTIONS(4467), - [anon_sym_final] = ACTIONS(4467), - [anon_sym_open] = ACTIONS(4467), - [anon_sym_vararg] = ACTIONS(4467), - [anon_sym_noinline] = ACTIONS(4467), - [anon_sym_crossinline] = ACTIONS(4467), - [anon_sym_expect] = ACTIONS(4467), - [anon_sym_actual] = ACTIONS(4467), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4469), - [sym__automatic_semicolon] = ACTIONS(4469), - [sym_safe_nav] = ACTIONS(4469), + [3742] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3743), + [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_value] = 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), }, - [3792] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1557), - [sym__comparison_operator] = STATE(1583), - [sym__in_operator] = STATE(1586), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1605), - [sym__multiplicative_operator] = STATE(1614), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1657), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3115), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7043), - [anon_sym_where] = ACTIONS(3113), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7047), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7051), - [anon_sym_DOT_DOT] = ACTIONS(7053), - [anon_sym_QMARK_COLON] = ACTIONS(7055), - [anon_sym_AMP_AMP] = ACTIONS(7057), - [anon_sym_PIPE_PIPE] = ACTIONS(7059), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3115), - [anon_sym_DASH_EQ] = ACTIONS(3115), - [anon_sym_STAR_EQ] = ACTIONS(3115), - [anon_sym_SLASH_EQ] = ACTIONS(3115), - [anon_sym_PERCENT_EQ] = ACTIONS(3115), - [anon_sym_BANG_EQ] = ACTIONS(7063), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7065), - [anon_sym_EQ_EQ] = ACTIONS(7063), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7065), - [anon_sym_LT_EQ] = ACTIONS(7067), - [anon_sym_GT_EQ] = ACTIONS(7067), - [anon_sym_BANGin] = ACTIONS(7069), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7075), - [anon_sym_DASH] = ACTIONS(7075), - [anon_sym_SLASH] = ACTIONS(7047), - [anon_sym_PERCENT] = ACTIONS(7047), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3115), - [sym_safe_nav] = ACTIONS(7061), + [3743] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3743), + [sym__alpha_identifier] = ACTIONS(4677), + [anon_sym_AT] = ACTIONS(4679), + [anon_sym_LBRACK] = ACTIONS(4679), + [anon_sym_as] = ACTIONS(4677), + [anon_sym_EQ] = ACTIONS(4677), + [anon_sym_LBRACE] = ACTIONS(4679), + [anon_sym_RBRACE] = ACTIONS(4679), + [anon_sym_LPAREN] = ACTIONS(4679), + [anon_sym_COMMA] = ACTIONS(7052), + [anon_sym_LT] = ACTIONS(4677), + [anon_sym_GT] = ACTIONS(4677), + [anon_sym_where] = ACTIONS(4677), + [anon_sym_DOT] = ACTIONS(4677), + [anon_sym_SEMI] = ACTIONS(4679), + [anon_sym_get] = ACTIONS(4677), + [anon_sym_set] = ACTIONS(4677), + [anon_sym_STAR] = ACTIONS(4677), + [sym_label] = ACTIONS(4679), + [anon_sym_in] = ACTIONS(4677), + [anon_sym_DOT_DOT] = ACTIONS(4679), + [anon_sym_QMARK_COLON] = ACTIONS(4679), + [anon_sym_AMP_AMP] = ACTIONS(4679), + [anon_sym_PIPE_PIPE] = ACTIONS(4679), + [anon_sym_else] = ACTIONS(4677), + [anon_sym_COLON_COLON] = ACTIONS(4679), + [anon_sym_PLUS_EQ] = ACTIONS(4679), + [anon_sym_DASH_EQ] = ACTIONS(4679), + [anon_sym_STAR_EQ] = ACTIONS(4679), + [anon_sym_SLASH_EQ] = ACTIONS(4679), + [anon_sym_PERCENT_EQ] = ACTIONS(4679), + [anon_sym_BANG_EQ] = ACTIONS(4677), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4679), + [anon_sym_EQ_EQ] = ACTIONS(4677), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4679), + [anon_sym_LT_EQ] = ACTIONS(4679), + [anon_sym_GT_EQ] = ACTIONS(4679), + [anon_sym_BANGin] = ACTIONS(4679), + [anon_sym_is] = ACTIONS(4677), + [anon_sym_BANGis] = ACTIONS(4679), + [anon_sym_PLUS] = ACTIONS(4677), + [anon_sym_DASH] = ACTIONS(4677), + [anon_sym_SLASH] = ACTIONS(4677), + [anon_sym_PERCENT] = ACTIONS(4677), + [anon_sym_as_QMARK] = ACTIONS(4679), + [anon_sym_PLUS_PLUS] = ACTIONS(4679), + [anon_sym_DASH_DASH] = ACTIONS(4679), + [anon_sym_BANG_BANG] = ACTIONS(4679), + [anon_sym_suspend] = ACTIONS(4677), + [anon_sym_sealed] = ACTIONS(4677), + [anon_sym_annotation] = ACTIONS(4677), + [anon_sym_data] = ACTIONS(4677), + [anon_sym_inner] = ACTIONS(4677), + [anon_sym_value] = ACTIONS(4677), + [anon_sym_override] = ACTIONS(4677), + [anon_sym_lateinit] = ACTIONS(4677), + [anon_sym_public] = ACTIONS(4677), + [anon_sym_private] = ACTIONS(4677), + [anon_sym_internal] = ACTIONS(4677), + [anon_sym_protected] = ACTIONS(4677), + [anon_sym_tailrec] = ACTIONS(4677), + [anon_sym_operator] = ACTIONS(4677), + [anon_sym_infix] = ACTIONS(4677), + [anon_sym_inline] = ACTIONS(4677), + [anon_sym_external] = ACTIONS(4677), + [sym_property_modifier] = ACTIONS(4677), + [anon_sym_abstract] = ACTIONS(4677), + [anon_sym_final] = ACTIONS(4677), + [anon_sym_open] = ACTIONS(4677), + [anon_sym_vararg] = ACTIONS(4677), + [anon_sym_noinline] = ACTIONS(4677), + [anon_sym_crossinline] = ACTIONS(4677), + [anon_sym_expect] = ACTIONS(4677), + [anon_sym_actual] = ACTIONS(4677), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4679), + [sym__automatic_semicolon] = ACTIONS(4679), + [sym_safe_nav] = ACTIONS(4679), [sym_multiline_comment] = ACTIONS(3), }, - [3793] = { - [sym__alpha_identifier] = ACTIONS(4571), - [anon_sym_AT] = ACTIONS(4573), - [anon_sym_LBRACK] = ACTIONS(4573), - [anon_sym_as] = ACTIONS(4571), - [anon_sym_EQ] = ACTIONS(4571), - [anon_sym_LBRACE] = ACTIONS(4573), - [anon_sym_RBRACE] = ACTIONS(4573), - [anon_sym_LPAREN] = ACTIONS(4573), - [anon_sym_COMMA] = ACTIONS(4573), - [anon_sym_by] = ACTIONS(4571), - [anon_sym_LT] = ACTIONS(4571), - [anon_sym_GT] = ACTIONS(4571), - [anon_sym_where] = ACTIONS(4571), - [anon_sym_DOT] = ACTIONS(4571), - [anon_sym_SEMI] = ACTIONS(4573), - [anon_sym_get] = ACTIONS(4571), - [anon_sym_set] = ACTIONS(4571), - [anon_sym_STAR] = ACTIONS(4571), - [sym_label] = ACTIONS(4573), - [anon_sym_in] = ACTIONS(4571), - [anon_sym_DOT_DOT] = ACTIONS(4573), - [anon_sym_QMARK_COLON] = ACTIONS(4573), - [anon_sym_AMP_AMP] = ACTIONS(4573), - [anon_sym_PIPE_PIPE] = ACTIONS(4573), - [anon_sym_else] = ACTIONS(4571), - [anon_sym_COLON_COLON] = ACTIONS(4573), - [anon_sym_PLUS_EQ] = ACTIONS(4573), - [anon_sym_DASH_EQ] = ACTIONS(4573), - [anon_sym_STAR_EQ] = ACTIONS(4573), - [anon_sym_SLASH_EQ] = ACTIONS(4573), - [anon_sym_PERCENT_EQ] = ACTIONS(4573), - [anon_sym_BANG_EQ] = ACTIONS(4571), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4573), - [anon_sym_EQ_EQ] = ACTIONS(4571), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4573), - [anon_sym_LT_EQ] = ACTIONS(4573), - [anon_sym_GT_EQ] = ACTIONS(4573), - [anon_sym_BANGin] = ACTIONS(4573), - [anon_sym_is] = ACTIONS(4571), - [anon_sym_BANGis] = ACTIONS(4573), - [anon_sym_PLUS] = ACTIONS(4571), - [anon_sym_DASH] = ACTIONS(4571), - [anon_sym_SLASH] = ACTIONS(4571), - [anon_sym_PERCENT] = ACTIONS(4571), - [anon_sym_as_QMARK] = ACTIONS(4573), - [anon_sym_PLUS_PLUS] = ACTIONS(4573), - [anon_sym_DASH_DASH] = ACTIONS(4573), - [anon_sym_BANG_BANG] = ACTIONS(4573), - [anon_sym_suspend] = ACTIONS(4571), - [anon_sym_sealed] = ACTIONS(4571), - [anon_sym_annotation] = ACTIONS(4571), - [anon_sym_data] = ACTIONS(4571), - [anon_sym_inner] = ACTIONS(4571), - [anon_sym_value] = ACTIONS(4571), - [anon_sym_override] = ACTIONS(4571), - [anon_sym_lateinit] = ACTIONS(4571), - [anon_sym_public] = ACTIONS(4571), - [anon_sym_private] = ACTIONS(4571), - [anon_sym_internal] = ACTIONS(4571), - [anon_sym_protected] = ACTIONS(4571), - [anon_sym_tailrec] = ACTIONS(4571), - [anon_sym_operator] = ACTIONS(4571), - [anon_sym_infix] = ACTIONS(4571), - [anon_sym_inline] = ACTIONS(4571), - [anon_sym_external] = ACTIONS(4571), - [sym_property_modifier] = ACTIONS(4571), - [anon_sym_abstract] = ACTIONS(4571), - [anon_sym_final] = ACTIONS(4571), - [anon_sym_open] = ACTIONS(4571), - [anon_sym_vararg] = ACTIONS(4571), - [anon_sym_noinline] = ACTIONS(4571), - [anon_sym_crossinline] = ACTIONS(4571), - [anon_sym_expect] = ACTIONS(4571), - [anon_sym_actual] = ACTIONS(4571), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4573), - [sym__automatic_semicolon] = ACTIONS(4573), - [sym_safe_nav] = ACTIONS(4573), + [3744] = { + [sym_class_body] = STATE(3859), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), [sym_multiline_comment] = ACTIONS(3), }, - [3794] = { - [sym_class_body] = STATE(3967), - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(4359), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [sym_label] = ACTIONS(4361), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_suspend] = ACTIONS(4359), - [anon_sym_sealed] = ACTIONS(4359), - [anon_sym_annotation] = ACTIONS(4359), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_override] = ACTIONS(4359), - [anon_sym_lateinit] = ACTIONS(4359), - [anon_sym_public] = ACTIONS(4359), - [anon_sym_private] = ACTIONS(4359), - [anon_sym_internal] = ACTIONS(4359), - [anon_sym_protected] = ACTIONS(4359), - [anon_sym_tailrec] = ACTIONS(4359), - [anon_sym_operator] = ACTIONS(4359), - [anon_sym_infix] = ACTIONS(4359), - [anon_sym_inline] = ACTIONS(4359), - [anon_sym_external] = ACTIONS(4359), - [sym_property_modifier] = ACTIONS(4359), - [anon_sym_abstract] = ACTIONS(4359), - [anon_sym_final] = ACTIONS(4359), - [anon_sym_open] = ACTIONS(4359), - [anon_sym_vararg] = ACTIONS(4359), - [anon_sym_noinline] = ACTIONS(4359), - [anon_sym_crossinline] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4361), - [sym__automatic_semicolon] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), - [sym_multiline_comment] = ACTIONS(3), + [3745] = { + [sym__alpha_identifier] = ACTIONS(4277), + [anon_sym_AT] = ACTIONS(4279), + [anon_sym_LBRACK] = ACTIONS(4279), + [anon_sym_typealias] = ACTIONS(4277), + [anon_sym_class] = ACTIONS(4277), + [anon_sym_interface] = ACTIONS(4277), + [anon_sym_enum] = ACTIONS(4277), + [anon_sym_LBRACE] = ACTIONS(4279), + [anon_sym_LPAREN] = ACTIONS(4279), + [anon_sym_val] = ACTIONS(4277), + [anon_sym_var] = ACTIONS(4277), + [anon_sym_object] = ACTIONS(4277), + [anon_sym_fun] = ACTIONS(4277), + [anon_sym_DOT] = ACTIONS(4277), + [anon_sym_get] = ACTIONS(4277), + [anon_sym_set] = ACTIONS(4277), + [anon_sym_this] = ACTIONS(4277), + [anon_sym_super] = ACTIONS(4277), + [anon_sym_STAR] = ACTIONS(4279), + [sym_label] = ACTIONS(4277), + [anon_sym_for] = ACTIONS(4277), + [anon_sym_while] = ACTIONS(4277), + [anon_sym_do] = ACTIONS(4277), + [anon_sym_null] = ACTIONS(4277), + [anon_sym_if] = ACTIONS(4277), + [anon_sym_when] = ACTIONS(4277), + [anon_sym_try] = ACTIONS(4277), + [anon_sym_throw] = ACTIONS(4277), + [anon_sym_return] = ACTIONS(4277), + [anon_sym_continue] = ACTIONS(4277), + [anon_sym_break] = ACTIONS(4277), + [anon_sym_COLON_COLON] = ACTIONS(4279), + [anon_sym_PLUS] = ACTIONS(4277), + [anon_sym_DASH] = ACTIONS(4277), + [anon_sym_PLUS_PLUS] = ACTIONS(4279), + [anon_sym_DASH_DASH] = ACTIONS(4279), + [anon_sym_BANG] = ACTIONS(4279), + [anon_sym_suspend] = ACTIONS(4277), + [anon_sym_sealed] = ACTIONS(4277), + [anon_sym_annotation] = ACTIONS(4277), + [anon_sym_data] = ACTIONS(4277), + [anon_sym_inner] = ACTIONS(4277), + [anon_sym_value] = ACTIONS(4277), + [anon_sym_override] = ACTIONS(4277), + [anon_sym_lateinit] = ACTIONS(4277), + [anon_sym_public] = ACTIONS(4277), + [anon_sym_private] = ACTIONS(4277), + [anon_sym_internal] = ACTIONS(4277), + [anon_sym_protected] = ACTIONS(4277), + [anon_sym_tailrec] = ACTIONS(4277), + [anon_sym_operator] = ACTIONS(4277), + [anon_sym_infix] = ACTIONS(4277), + [anon_sym_inline] = ACTIONS(4277), + [anon_sym_external] = ACTIONS(4277), + [sym_property_modifier] = ACTIONS(4277), + [anon_sym_abstract] = ACTIONS(4277), + [anon_sym_final] = ACTIONS(4277), + [anon_sym_open] = ACTIONS(4277), + [anon_sym_vararg] = ACTIONS(4277), + [anon_sym_noinline] = ACTIONS(4277), + [anon_sym_crossinline] = ACTIONS(4277), + [anon_sym_expect] = ACTIONS(4277), + [anon_sym_actual] = ACTIONS(4277), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4279), + [anon_sym_continue_AT] = ACTIONS(4279), + [anon_sym_break_AT] = ACTIONS(4279), + [anon_sym_this_AT] = ACTIONS(4279), + [anon_sym_super_AT] = ACTIONS(4279), + [sym_real_literal] = ACTIONS(4279), + [sym_integer_literal] = ACTIONS(4277), + [sym_hex_literal] = ACTIONS(4279), + [sym_bin_literal] = ACTIONS(4279), + [anon_sym_true] = ACTIONS(4277), + [anon_sym_false] = ACTIONS(4277), + [anon_sym_SQUOTE] = ACTIONS(4279), + [sym__backtick_identifier] = ACTIONS(4279), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4279), }, - [3795] = { - [sym_enum_class_body] = STATE(3839), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3286), - [anon_sym_sealed] = ACTIONS(3286), - [anon_sym_annotation] = ACTIONS(3286), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_override] = ACTIONS(3286), - [anon_sym_lateinit] = ACTIONS(3286), - [anon_sym_public] = ACTIONS(3286), - [anon_sym_private] = ACTIONS(3286), - [anon_sym_internal] = ACTIONS(3286), - [anon_sym_protected] = ACTIONS(3286), - [anon_sym_tailrec] = ACTIONS(3286), - [anon_sym_operator] = ACTIONS(3286), - [anon_sym_infix] = ACTIONS(3286), - [anon_sym_inline] = ACTIONS(3286), - [anon_sym_external] = ACTIONS(3286), - [sym_property_modifier] = ACTIONS(3286), - [anon_sym_abstract] = ACTIONS(3286), - [anon_sym_final] = ACTIONS(3286), - [anon_sym_open] = ACTIONS(3286), - [anon_sym_vararg] = ACTIONS(3286), - [anon_sym_noinline] = ACTIONS(3286), - [anon_sym_crossinline] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [3746] = { + [sym_function_body] = STATE(3379), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4206), + [anon_sym_AT] = ACTIONS(4208), + [anon_sym_COLON] = ACTIONS(7055), + [anon_sym_LBRACK] = ACTIONS(4208), + [anon_sym_RBRACK] = ACTIONS(4208), + [anon_sym_as] = ACTIONS(4206), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4208), + [anon_sym_LPAREN] = ACTIONS(4208), + [anon_sym_COMMA] = ACTIONS(4208), + [anon_sym_RPAREN] = ACTIONS(4208), + [anon_sym_LT] = ACTIONS(4206), + [anon_sym_GT] = ACTIONS(4206), + [anon_sym_where] = ACTIONS(4206), + [anon_sym_DOT] = ACTIONS(4206), + [anon_sym_SEMI] = ACTIONS(4208), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4206), + [anon_sym_STAR] = ACTIONS(4208), + [anon_sym_DASH_GT] = ACTIONS(4208), + [sym_label] = ACTIONS(4208), + [anon_sym_in] = ACTIONS(4206), + [anon_sym_while] = ACTIONS(4206), + [anon_sym_DOT_DOT] = ACTIONS(4208), + [anon_sym_QMARK_COLON] = ACTIONS(4208), + [anon_sym_AMP_AMP] = ACTIONS(4208), + [anon_sym_PIPE_PIPE] = ACTIONS(4208), + [anon_sym_else] = ACTIONS(4206), + [anon_sym_COLON_COLON] = ACTIONS(4208), + [anon_sym_BANG_EQ] = ACTIONS(4206), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4208), + [anon_sym_EQ_EQ] = ACTIONS(4206), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4208), + [anon_sym_LT_EQ] = ACTIONS(4208), + [anon_sym_GT_EQ] = ACTIONS(4208), + [anon_sym_BANGin] = ACTIONS(4208), + [anon_sym_is] = ACTIONS(4206), + [anon_sym_BANGis] = ACTIONS(4208), + [anon_sym_PLUS] = ACTIONS(4206), + [anon_sym_DASH] = ACTIONS(4206), + [anon_sym_SLASH] = ACTIONS(4206), + [anon_sym_PERCENT] = ACTIONS(4208), + [anon_sym_as_QMARK] = ACTIONS(4208), + [anon_sym_PLUS_PLUS] = ACTIONS(4208), + [anon_sym_DASH_DASH] = ACTIONS(4208), + [anon_sym_BANG_BANG] = ACTIONS(4208), + [anon_sym_suspend] = ACTIONS(4206), + [anon_sym_sealed] = ACTIONS(4206), + [anon_sym_annotation] = ACTIONS(4206), + [anon_sym_data] = ACTIONS(4206), + [anon_sym_inner] = ACTIONS(4206), + [anon_sym_value] = ACTIONS(4206), + [anon_sym_override] = ACTIONS(4206), + [anon_sym_lateinit] = ACTIONS(4206), + [anon_sym_public] = ACTIONS(4206), + [anon_sym_private] = ACTIONS(4206), + [anon_sym_internal] = ACTIONS(4206), + [anon_sym_protected] = ACTIONS(4206), + [anon_sym_tailrec] = ACTIONS(4206), + [anon_sym_operator] = ACTIONS(4206), + [anon_sym_infix] = ACTIONS(4206), + [anon_sym_inline] = ACTIONS(4206), + [anon_sym_external] = ACTIONS(4206), + [sym_property_modifier] = ACTIONS(4206), + [anon_sym_abstract] = ACTIONS(4206), + [anon_sym_final] = ACTIONS(4206), + [anon_sym_open] = ACTIONS(4206), + [anon_sym_vararg] = ACTIONS(4206), + [anon_sym_noinline] = ACTIONS(4206), + [anon_sym_crossinline] = ACTIONS(4206), + [anon_sym_expect] = ACTIONS(4206), + [anon_sym_actual] = ACTIONS(4206), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4208), + [sym_safe_nav] = ACTIONS(4208), [sym_multiline_comment] = ACTIONS(3), }, - [3796] = { - [sym_value_arguments] = STATE(3237), - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_by] = ACTIONS(7123), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_object] = ACTIONS(4505), - [anon_sym_fun] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_this] = ACTIONS(4505), - [anon_sym_super] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4507), - [sym_label] = ACTIONS(4505), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_null] = ACTIONS(4505), - [anon_sym_if] = ACTIONS(4505), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_when] = ACTIONS(4505), - [anon_sym_try] = ACTIONS(4505), - [anon_sym_throw] = ACTIONS(4505), - [anon_sym_return] = ACTIONS(4505), - [anon_sym_continue] = ACTIONS(4505), - [anon_sym_break] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4507), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG] = ACTIONS(4505), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4507), - [anon_sym_continue_AT] = ACTIONS(4507), - [anon_sym_break_AT] = ACTIONS(4507), - [anon_sym_this_AT] = ACTIONS(4507), - [anon_sym_super_AT] = ACTIONS(4507), - [sym_real_literal] = ACTIONS(4507), - [sym_integer_literal] = ACTIONS(4505), - [sym_hex_literal] = ACTIONS(4507), - [sym_bin_literal] = ACTIONS(4507), - [anon_sym_true] = ACTIONS(4505), - [anon_sym_false] = ACTIONS(4505), - [anon_sym_SQUOTE] = ACTIONS(4507), - [sym__backtick_identifier] = ACTIONS(4507), - [sym__automatic_semicolon] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4507), - }, - [3797] = { - [sym_type_constraints] = STATE(2996), - [sym_enum_class_body] = STATE(3200), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_COLON] = ACTIONS(7125), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4321), - [anon_sym_fun] = ACTIONS(4321), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_this] = ACTIONS(4321), - [anon_sym_super] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4323), - [sym_label] = ACTIONS(4321), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_null] = ACTIONS(4321), - [anon_sym_if] = ACTIONS(4321), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_when] = ACTIONS(4321), - [anon_sym_try] = ACTIONS(4321), - [anon_sym_throw] = ACTIONS(4321), - [anon_sym_return] = ACTIONS(4321), - [anon_sym_continue] = ACTIONS(4321), - [anon_sym_break] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4323), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG] = ACTIONS(4321), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4323), - [anon_sym_continue_AT] = ACTIONS(4323), - [anon_sym_break_AT] = ACTIONS(4323), - [anon_sym_this_AT] = ACTIONS(4323), - [anon_sym_super_AT] = ACTIONS(4323), - [sym_real_literal] = ACTIONS(4323), - [sym_integer_literal] = ACTIONS(4321), - [sym_hex_literal] = ACTIONS(4323), - [sym_bin_literal] = ACTIONS(4323), - [anon_sym_true] = ACTIONS(4321), - [anon_sym_false] = ACTIONS(4321), - [anon_sym_SQUOTE] = ACTIONS(4323), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4323), - }, - [3798] = { - [sym_class_body] = STATE(3206), - [sym_type_constraints] = STATE(3024), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_COLON] = ACTIONS(7127), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(4327), - [anon_sym_fun] = ACTIONS(4327), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_this] = ACTIONS(4327), - [anon_sym_super] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4329), - [sym_label] = ACTIONS(4327), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_null] = ACTIONS(4327), - [anon_sym_if] = ACTIONS(4327), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_when] = ACTIONS(4327), - [anon_sym_try] = ACTIONS(4327), - [anon_sym_throw] = ACTIONS(4327), - [anon_sym_return] = ACTIONS(4327), - [anon_sym_continue] = ACTIONS(4327), - [anon_sym_break] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4329), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG] = ACTIONS(4327), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4329), - [anon_sym_continue_AT] = ACTIONS(4329), - [anon_sym_break_AT] = ACTIONS(4329), - [anon_sym_this_AT] = ACTIONS(4329), - [anon_sym_super_AT] = ACTIONS(4329), - [sym_real_literal] = ACTIONS(4329), - [sym_integer_literal] = ACTIONS(4327), - [sym_hex_literal] = ACTIONS(4329), - [sym_bin_literal] = ACTIONS(4329), - [anon_sym_true] = ACTIONS(4327), - [anon_sym_false] = ACTIONS(4327), - [anon_sym_SQUOTE] = ACTIONS(4329), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), + [3747] = { + [sym__alpha_identifier] = ACTIONS(4663), + [anon_sym_AT] = ACTIONS(4665), + [anon_sym_COLON] = ACTIONS(4663), + [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_value] = 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_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4329), }, - [3799] = { - [sym__alpha_identifier] = ACTIONS(4706), - [anon_sym_AT] = ACTIONS(4708), - [anon_sym_LBRACK] = ACTIONS(4708), - [anon_sym_as] = ACTIONS(4706), - [anon_sym_EQ] = ACTIONS(4706), - [anon_sym_LBRACE] = ACTIONS(4708), - [anon_sym_RBRACE] = ACTIONS(4708), - [anon_sym_LPAREN] = ACTIONS(4708), - [anon_sym_COMMA] = ACTIONS(4708), - [anon_sym_by] = ACTIONS(4706), - [anon_sym_LT] = ACTIONS(4706), - [anon_sym_GT] = ACTIONS(4706), - [anon_sym_where] = ACTIONS(4706), - [anon_sym_DOT] = ACTIONS(4706), - [anon_sym_SEMI] = ACTIONS(4708), - [anon_sym_get] = ACTIONS(4706), - [anon_sym_set] = ACTIONS(4706), - [anon_sym_STAR] = ACTIONS(4706), - [sym_label] = ACTIONS(4708), - [anon_sym_in] = ACTIONS(4706), - [anon_sym_DOT_DOT] = ACTIONS(4708), - [anon_sym_QMARK_COLON] = ACTIONS(4708), - [anon_sym_AMP_AMP] = ACTIONS(4708), - [anon_sym_PIPE_PIPE] = ACTIONS(4708), - [anon_sym_else] = ACTIONS(4706), - [anon_sym_COLON_COLON] = ACTIONS(4708), - [anon_sym_PLUS_EQ] = ACTIONS(4708), - [anon_sym_DASH_EQ] = ACTIONS(4708), - [anon_sym_STAR_EQ] = ACTIONS(4708), - [anon_sym_SLASH_EQ] = ACTIONS(4708), - [anon_sym_PERCENT_EQ] = ACTIONS(4708), - [anon_sym_BANG_EQ] = ACTIONS(4706), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4708), - [anon_sym_EQ_EQ] = ACTIONS(4706), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4708), - [anon_sym_LT_EQ] = ACTIONS(4708), - [anon_sym_GT_EQ] = ACTIONS(4708), - [anon_sym_BANGin] = ACTIONS(4708), - [anon_sym_is] = ACTIONS(4706), - [anon_sym_BANGis] = ACTIONS(4708), - [anon_sym_PLUS] = ACTIONS(4706), - [anon_sym_DASH] = ACTIONS(4706), - [anon_sym_SLASH] = ACTIONS(4706), - [anon_sym_PERCENT] = ACTIONS(4706), - [anon_sym_as_QMARK] = ACTIONS(4708), - [anon_sym_PLUS_PLUS] = ACTIONS(4708), - [anon_sym_DASH_DASH] = ACTIONS(4708), - [anon_sym_BANG_BANG] = ACTIONS(4708), - [anon_sym_suspend] = ACTIONS(4706), - [anon_sym_sealed] = ACTIONS(4706), - [anon_sym_annotation] = ACTIONS(4706), - [anon_sym_data] = ACTIONS(4706), - [anon_sym_inner] = ACTIONS(4706), - [anon_sym_value] = ACTIONS(4706), - [anon_sym_override] = ACTIONS(4706), - [anon_sym_lateinit] = ACTIONS(4706), - [anon_sym_public] = ACTIONS(4706), - [anon_sym_private] = ACTIONS(4706), - [anon_sym_internal] = ACTIONS(4706), - [anon_sym_protected] = ACTIONS(4706), - [anon_sym_tailrec] = ACTIONS(4706), - [anon_sym_operator] = ACTIONS(4706), - [anon_sym_infix] = ACTIONS(4706), - [anon_sym_inline] = ACTIONS(4706), - [anon_sym_external] = ACTIONS(4706), - [sym_property_modifier] = ACTIONS(4706), - [anon_sym_abstract] = ACTIONS(4706), - [anon_sym_final] = ACTIONS(4706), - [anon_sym_open] = ACTIONS(4706), - [anon_sym_vararg] = ACTIONS(4706), - [anon_sym_noinline] = ACTIONS(4706), - [anon_sym_crossinline] = ACTIONS(4706), - [anon_sym_expect] = ACTIONS(4706), - [anon_sym_actual] = ACTIONS(4706), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4708), - [sym__automatic_semicolon] = ACTIONS(4708), - [sym_safe_nav] = ACTIONS(4708), + [3748] = { + [sym_class_body] = STATE(4006), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3290), + [anon_sym_sealed] = ACTIONS(3290), + [anon_sym_annotation] = ACTIONS(3290), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_override] = ACTIONS(3290), + [anon_sym_lateinit] = ACTIONS(3290), + [anon_sym_public] = ACTIONS(3290), + [anon_sym_private] = ACTIONS(3290), + [anon_sym_internal] = ACTIONS(3290), + [anon_sym_protected] = ACTIONS(3290), + [anon_sym_tailrec] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_infix] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_external] = ACTIONS(3290), + [sym_property_modifier] = ACTIONS(3290), + [anon_sym_abstract] = ACTIONS(3290), + [anon_sym_final] = ACTIONS(3290), + [anon_sym_open] = ACTIONS(3290), + [anon_sym_vararg] = ACTIONS(3290), + [anon_sym_noinline] = ACTIONS(3290), + [anon_sym_crossinline] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), [sym_multiline_comment] = ACTIONS(3), }, - [3800] = { - [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_value] = 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), + [3749] = { + [sym_class_body] = STATE(3901), + [sym__alpha_identifier] = ACTIONS(4489), + [anon_sym_AT] = ACTIONS(4491), + [anon_sym_LBRACK] = ACTIONS(4491), + [anon_sym_as] = ACTIONS(4489), + [anon_sym_EQ] = ACTIONS(4489), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4491), + [anon_sym_LPAREN] = ACTIONS(4491), + [anon_sym_COMMA] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4489), + [anon_sym_GT] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(4489), + [anon_sym_DOT] = ACTIONS(4489), + [anon_sym_SEMI] = ACTIONS(4491), + [anon_sym_get] = ACTIONS(4489), + [anon_sym_set] = ACTIONS(4489), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4491), + [anon_sym_in] = ACTIONS(4489), + [anon_sym_DOT_DOT] = ACTIONS(4491), + [anon_sym_QMARK_COLON] = ACTIONS(4491), + [anon_sym_AMP_AMP] = ACTIONS(4491), + [anon_sym_PIPE_PIPE] = ACTIONS(4491), + [anon_sym_else] = ACTIONS(4489), + [anon_sym_COLON_COLON] = ACTIONS(4491), + [anon_sym_PLUS_EQ] = ACTIONS(4491), + [anon_sym_DASH_EQ] = ACTIONS(4491), + [anon_sym_STAR_EQ] = ACTIONS(4491), + [anon_sym_SLASH_EQ] = ACTIONS(4491), + [anon_sym_PERCENT_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4491), + [anon_sym_LT_EQ] = ACTIONS(4491), + [anon_sym_GT_EQ] = ACTIONS(4491), + [anon_sym_BANGin] = ACTIONS(4491), + [anon_sym_is] = ACTIONS(4489), + [anon_sym_BANGis] = ACTIONS(4491), + [anon_sym_PLUS] = ACTIONS(4489), + [anon_sym_DASH] = ACTIONS(4489), + [anon_sym_SLASH] = ACTIONS(4489), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4491), + [anon_sym_DASH_DASH] = ACTIONS(4491), + [anon_sym_BANG_BANG] = ACTIONS(4491), + [anon_sym_suspend] = ACTIONS(4489), + [anon_sym_sealed] = ACTIONS(4489), + [anon_sym_annotation] = ACTIONS(4489), + [anon_sym_data] = ACTIONS(4489), + [anon_sym_inner] = ACTIONS(4489), + [anon_sym_value] = ACTIONS(4489), + [anon_sym_override] = ACTIONS(4489), + [anon_sym_lateinit] = ACTIONS(4489), + [anon_sym_public] = ACTIONS(4489), + [anon_sym_private] = ACTIONS(4489), + [anon_sym_internal] = ACTIONS(4489), + [anon_sym_protected] = ACTIONS(4489), + [anon_sym_tailrec] = ACTIONS(4489), + [anon_sym_operator] = ACTIONS(4489), + [anon_sym_infix] = ACTIONS(4489), + [anon_sym_inline] = ACTIONS(4489), + [anon_sym_external] = ACTIONS(4489), + [sym_property_modifier] = ACTIONS(4489), + [anon_sym_abstract] = ACTIONS(4489), + [anon_sym_final] = ACTIONS(4489), + [anon_sym_open] = ACTIONS(4489), + [anon_sym_vararg] = ACTIONS(4489), + [anon_sym_noinline] = ACTIONS(4489), + [anon_sym_crossinline] = ACTIONS(4489), + [anon_sym_expect] = ACTIONS(4489), + [anon_sym_actual] = ACTIONS(4489), [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), - }, - [3801] = { - [sym_class_body] = STATE(3837), - [sym__alpha_identifier] = ACTIONS(4547), - [anon_sym_AT] = ACTIONS(4549), - [anon_sym_LBRACK] = ACTIONS(4549), - [anon_sym_as] = ACTIONS(4547), - [anon_sym_EQ] = ACTIONS(4547), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4549), - [anon_sym_LPAREN] = ACTIONS(4549), - [anon_sym_COMMA] = ACTIONS(4549), - [anon_sym_LT] = ACTIONS(4547), - [anon_sym_GT] = ACTIONS(4547), - [anon_sym_where] = ACTIONS(4547), - [anon_sym_DOT] = ACTIONS(4547), - [anon_sym_SEMI] = ACTIONS(4549), - [anon_sym_get] = ACTIONS(4547), - [anon_sym_set] = ACTIONS(4547), - [anon_sym_STAR] = ACTIONS(4547), - [sym_label] = ACTIONS(4549), - [anon_sym_in] = ACTIONS(4547), - [anon_sym_DOT_DOT] = ACTIONS(4549), - [anon_sym_QMARK_COLON] = ACTIONS(4549), - [anon_sym_AMP_AMP] = ACTIONS(4549), - [anon_sym_PIPE_PIPE] = ACTIONS(4549), - [anon_sym_else] = ACTIONS(4547), - [anon_sym_COLON_COLON] = ACTIONS(4549), - [anon_sym_PLUS_EQ] = ACTIONS(4549), - [anon_sym_DASH_EQ] = ACTIONS(4549), - [anon_sym_STAR_EQ] = ACTIONS(4549), - [anon_sym_SLASH_EQ] = ACTIONS(4549), - [anon_sym_PERCENT_EQ] = ACTIONS(4549), - [anon_sym_BANG_EQ] = ACTIONS(4547), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4549), - [anon_sym_EQ_EQ] = ACTIONS(4547), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4549), - [anon_sym_LT_EQ] = ACTIONS(4549), - [anon_sym_GT_EQ] = ACTIONS(4549), - [anon_sym_BANGin] = ACTIONS(4549), - [anon_sym_is] = ACTIONS(4547), - [anon_sym_BANGis] = ACTIONS(4549), - [anon_sym_PLUS] = ACTIONS(4547), - [anon_sym_DASH] = ACTIONS(4547), - [anon_sym_SLASH] = ACTIONS(4547), - [anon_sym_PERCENT] = ACTIONS(4547), - [anon_sym_as_QMARK] = ACTIONS(4549), - [anon_sym_PLUS_PLUS] = ACTIONS(4549), - [anon_sym_DASH_DASH] = ACTIONS(4549), - [anon_sym_BANG_BANG] = ACTIONS(4549), - [anon_sym_suspend] = ACTIONS(4547), - [anon_sym_sealed] = ACTIONS(4547), - [anon_sym_annotation] = ACTIONS(4547), - [anon_sym_data] = ACTIONS(4547), - [anon_sym_inner] = ACTIONS(4547), - [anon_sym_value] = ACTIONS(4547), - [anon_sym_override] = ACTIONS(4547), - [anon_sym_lateinit] = ACTIONS(4547), - [anon_sym_public] = ACTIONS(4547), - [anon_sym_private] = ACTIONS(4547), - [anon_sym_internal] = ACTIONS(4547), - [anon_sym_protected] = ACTIONS(4547), - [anon_sym_tailrec] = ACTIONS(4547), - [anon_sym_operator] = ACTIONS(4547), - [anon_sym_infix] = ACTIONS(4547), - [anon_sym_inline] = ACTIONS(4547), - [anon_sym_external] = ACTIONS(4547), - [sym_property_modifier] = ACTIONS(4547), - [anon_sym_abstract] = ACTIONS(4547), - [anon_sym_final] = ACTIONS(4547), - [anon_sym_open] = ACTIONS(4547), - [anon_sym_vararg] = ACTIONS(4547), - [anon_sym_noinline] = ACTIONS(4547), - [anon_sym_crossinline] = ACTIONS(4547), - [anon_sym_expect] = ACTIONS(4547), - [anon_sym_actual] = ACTIONS(4547), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4549), - [sym__automatic_semicolon] = ACTIONS(4549), - [sym_safe_nav] = ACTIONS(4549), - [sym_multiline_comment] = ACTIONS(3), - }, - [3802] = { - [sym__alpha_identifier] = ACTIONS(4674), - [anon_sym_AT] = ACTIONS(4676), - [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_by] = ACTIONS(4674), - [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_value] = 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), - [sym_multiline_comment] = ACTIONS(3), - }, - [3803] = { - [sym__alpha_identifier] = ACTIONS(4551), - [anon_sym_AT] = ACTIONS(4553), - [anon_sym_COLON] = ACTIONS(4551), - [anon_sym_LBRACK] = ACTIONS(4553), - [anon_sym_as] = ACTIONS(4551), - [anon_sym_EQ] = ACTIONS(4551), - [anon_sym_LBRACE] = ACTIONS(4553), - [anon_sym_RBRACE] = ACTIONS(4553), - [anon_sym_LPAREN] = ACTIONS(4553), - [anon_sym_COMMA] = ACTIONS(4553), - [anon_sym_LT] = ACTIONS(4551), - [anon_sym_GT] = ACTIONS(4551), - [anon_sym_where] = ACTIONS(4551), - [anon_sym_DOT] = ACTIONS(4551), - [anon_sym_SEMI] = ACTIONS(4553), - [anon_sym_get] = ACTIONS(4551), - [anon_sym_set] = ACTIONS(4551), - [anon_sym_STAR] = ACTIONS(4551), - [sym_label] = ACTIONS(4553), - [anon_sym_in] = ACTIONS(4551), - [anon_sym_DOT_DOT] = ACTIONS(4553), - [anon_sym_QMARK_COLON] = ACTIONS(4553), - [anon_sym_AMP_AMP] = ACTIONS(4553), - [anon_sym_PIPE_PIPE] = ACTIONS(4553), - [anon_sym_else] = ACTIONS(4551), - [anon_sym_COLON_COLON] = ACTIONS(4553), - [anon_sym_PLUS_EQ] = ACTIONS(4553), - [anon_sym_DASH_EQ] = ACTIONS(4553), - [anon_sym_STAR_EQ] = ACTIONS(4553), - [anon_sym_SLASH_EQ] = ACTIONS(4553), - [anon_sym_PERCENT_EQ] = ACTIONS(4553), - [anon_sym_BANG_EQ] = ACTIONS(4551), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4553), - [anon_sym_EQ_EQ] = ACTIONS(4551), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4553), - [anon_sym_LT_EQ] = ACTIONS(4553), - [anon_sym_GT_EQ] = ACTIONS(4553), - [anon_sym_BANGin] = ACTIONS(4553), - [anon_sym_is] = ACTIONS(4551), - [anon_sym_BANGis] = ACTIONS(4553), - [anon_sym_PLUS] = ACTIONS(4551), - [anon_sym_DASH] = ACTIONS(4551), - [anon_sym_SLASH] = ACTIONS(4551), - [anon_sym_PERCENT] = ACTIONS(4551), - [anon_sym_as_QMARK] = ACTIONS(4553), - [anon_sym_PLUS_PLUS] = ACTIONS(4553), - [anon_sym_DASH_DASH] = ACTIONS(4553), - [anon_sym_BANG_BANG] = ACTIONS(4553), - [anon_sym_suspend] = ACTIONS(4551), - [anon_sym_sealed] = ACTIONS(4551), - [anon_sym_annotation] = ACTIONS(4551), - [anon_sym_data] = ACTIONS(4551), - [anon_sym_inner] = ACTIONS(4551), - [anon_sym_value] = ACTIONS(4551), - [anon_sym_override] = ACTIONS(4551), - [anon_sym_lateinit] = ACTIONS(4551), - [anon_sym_public] = ACTIONS(4551), - [anon_sym_private] = ACTIONS(4551), - [anon_sym_internal] = ACTIONS(4551), - [anon_sym_protected] = ACTIONS(4551), - [anon_sym_tailrec] = ACTIONS(4551), - [anon_sym_operator] = ACTIONS(4551), - [anon_sym_infix] = ACTIONS(4551), - [anon_sym_inline] = ACTIONS(4551), - [anon_sym_external] = ACTIONS(4551), - [sym_property_modifier] = ACTIONS(4551), - [anon_sym_abstract] = ACTIONS(4551), - [anon_sym_final] = ACTIONS(4551), - [anon_sym_open] = ACTIONS(4551), - [anon_sym_vararg] = ACTIONS(4551), - [anon_sym_noinline] = ACTIONS(4551), - [anon_sym_crossinline] = ACTIONS(4551), - [anon_sym_expect] = ACTIONS(4551), - [anon_sym_actual] = ACTIONS(4551), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4553), - [sym__automatic_semicolon] = ACTIONS(4553), - [sym_safe_nav] = ACTIONS(4553), - [sym_multiline_comment] = ACTIONS(3), - }, - [3804] = { - [sym__alpha_identifier] = ACTIONS(4471), - [anon_sym_AT] = ACTIONS(4473), - [anon_sym_COLON] = ACTIONS(4471), - [anon_sym_LBRACK] = ACTIONS(4473), - [anon_sym_constructor] = ACTIONS(4471), - [anon_sym_LBRACE] = ACTIONS(4473), - [anon_sym_RBRACE] = ACTIONS(4473), - [anon_sym_LPAREN] = ACTIONS(4473), - [anon_sym_where] = ACTIONS(4471), - [anon_sym_object] = ACTIONS(4471), - [anon_sym_fun] = 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_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_value] = 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), - [anon_sym_this_AT] = ACTIONS(4473), - [anon_sym_super_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), - }, - [3805] = { - [sym__alpha_identifier] = ACTIONS(4581), - [anon_sym_AT] = ACTIONS(4583), - [anon_sym_COLON] = ACTIONS(4581), - [anon_sym_LBRACK] = ACTIONS(4583), - [anon_sym_as] = ACTIONS(4581), - [anon_sym_EQ] = ACTIONS(4581), - [anon_sym_LBRACE] = ACTIONS(4583), - [anon_sym_RBRACE] = ACTIONS(4583), - [anon_sym_LPAREN] = ACTIONS(4583), - [anon_sym_COMMA] = ACTIONS(4583), - [anon_sym_LT] = ACTIONS(4581), - [anon_sym_GT] = ACTIONS(4581), - [anon_sym_where] = ACTIONS(4581), - [anon_sym_DOT] = ACTIONS(4581), - [anon_sym_SEMI] = ACTIONS(4583), - [anon_sym_get] = ACTIONS(4581), - [anon_sym_set] = ACTIONS(4581), - [anon_sym_STAR] = ACTIONS(4581), - [sym_label] = ACTIONS(4583), - [anon_sym_in] = ACTIONS(4581), - [anon_sym_DOT_DOT] = ACTIONS(4583), - [anon_sym_QMARK_COLON] = ACTIONS(4583), - [anon_sym_AMP_AMP] = ACTIONS(4583), - [anon_sym_PIPE_PIPE] = ACTIONS(4583), - [anon_sym_else] = ACTIONS(4581), - [anon_sym_COLON_COLON] = ACTIONS(4583), - [anon_sym_PLUS_EQ] = ACTIONS(4583), - [anon_sym_DASH_EQ] = ACTIONS(4583), - [anon_sym_STAR_EQ] = ACTIONS(4583), - [anon_sym_SLASH_EQ] = ACTIONS(4583), - [anon_sym_PERCENT_EQ] = ACTIONS(4583), - [anon_sym_BANG_EQ] = ACTIONS(4581), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4583), - [anon_sym_EQ_EQ] = ACTIONS(4581), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4583), - [anon_sym_LT_EQ] = ACTIONS(4583), - [anon_sym_GT_EQ] = ACTIONS(4583), - [anon_sym_BANGin] = ACTIONS(4583), - [anon_sym_is] = ACTIONS(4581), - [anon_sym_BANGis] = ACTIONS(4583), - [anon_sym_PLUS] = ACTIONS(4581), - [anon_sym_DASH] = ACTIONS(4581), - [anon_sym_SLASH] = ACTIONS(4581), - [anon_sym_PERCENT] = ACTIONS(4581), - [anon_sym_as_QMARK] = ACTIONS(4583), - [anon_sym_PLUS_PLUS] = ACTIONS(4583), - [anon_sym_DASH_DASH] = ACTIONS(4583), - [anon_sym_BANG_BANG] = ACTIONS(4583), - [anon_sym_suspend] = ACTIONS(4581), - [anon_sym_sealed] = ACTIONS(4581), - [anon_sym_annotation] = ACTIONS(4581), - [anon_sym_data] = ACTIONS(4581), - [anon_sym_inner] = ACTIONS(4581), - [anon_sym_value] = ACTIONS(4581), - [anon_sym_override] = ACTIONS(4581), - [anon_sym_lateinit] = ACTIONS(4581), - [anon_sym_public] = ACTIONS(4581), - [anon_sym_private] = ACTIONS(4581), - [anon_sym_internal] = ACTIONS(4581), - [anon_sym_protected] = ACTIONS(4581), - [anon_sym_tailrec] = ACTIONS(4581), - [anon_sym_operator] = ACTIONS(4581), - [anon_sym_infix] = ACTIONS(4581), - [anon_sym_inline] = ACTIONS(4581), - [anon_sym_external] = ACTIONS(4581), - [sym_property_modifier] = ACTIONS(4581), - [anon_sym_abstract] = ACTIONS(4581), - [anon_sym_final] = ACTIONS(4581), - [anon_sym_open] = ACTIONS(4581), - [anon_sym_vararg] = ACTIONS(4581), - [anon_sym_noinline] = ACTIONS(4581), - [anon_sym_crossinline] = ACTIONS(4581), - [anon_sym_expect] = ACTIONS(4581), - [anon_sym_actual] = ACTIONS(4581), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4583), - [sym__automatic_semicolon] = ACTIONS(4583), - [sym_safe_nav] = ACTIONS(4583), + [sym__backtick_identifier] = ACTIONS(4491), + [sym__automatic_semicolon] = ACTIONS(4491), + [sym_safe_nav] = ACTIONS(4491), [sym_multiline_comment] = ACTIONS(3), }, - [3806] = { - [sym__alpha_identifier] = ACTIONS(4313), - [anon_sym_AT] = ACTIONS(4315), - [anon_sym_LBRACK] = ACTIONS(4315), - [anon_sym_typealias] = ACTIONS(4313), - [anon_sym_class] = ACTIONS(4313), - [anon_sym_interface] = ACTIONS(4313), - [anon_sym_enum] = ACTIONS(4313), - [anon_sym_LBRACE] = ACTIONS(4315), - [anon_sym_LPAREN] = ACTIONS(4315), - [anon_sym_val] = ACTIONS(4313), - [anon_sym_var] = ACTIONS(4313), - [anon_sym_object] = ACTIONS(4313), - [anon_sym_fun] = ACTIONS(4313), - [anon_sym_DOT] = ACTIONS(4313), - [anon_sym_get] = ACTIONS(4313), - [anon_sym_set] = ACTIONS(4313), - [anon_sym_this] = ACTIONS(4313), - [anon_sym_super] = ACTIONS(4313), - [anon_sym_STAR] = ACTIONS(4315), - [sym_label] = ACTIONS(4313), - [anon_sym_for] = ACTIONS(4313), - [anon_sym_while] = ACTIONS(4313), - [anon_sym_do] = ACTIONS(4313), - [anon_sym_null] = ACTIONS(4313), - [anon_sym_if] = ACTIONS(4313), - [anon_sym_when] = ACTIONS(4313), - [anon_sym_try] = ACTIONS(4313), - [anon_sym_throw] = ACTIONS(4313), - [anon_sym_return] = ACTIONS(4313), - [anon_sym_continue] = ACTIONS(4313), - [anon_sym_break] = ACTIONS(4313), - [anon_sym_COLON_COLON] = ACTIONS(4315), - [anon_sym_PLUS] = ACTIONS(4313), - [anon_sym_DASH] = ACTIONS(4313), - [anon_sym_PLUS_PLUS] = ACTIONS(4315), - [anon_sym_DASH_DASH] = ACTIONS(4315), - [anon_sym_BANG] = ACTIONS(4315), - [anon_sym_suspend] = ACTIONS(4313), - [anon_sym_sealed] = ACTIONS(4313), - [anon_sym_annotation] = ACTIONS(4313), - [anon_sym_data] = ACTIONS(4313), - [anon_sym_inner] = ACTIONS(4313), - [anon_sym_value] = ACTIONS(4313), - [anon_sym_override] = ACTIONS(4313), - [anon_sym_lateinit] = ACTIONS(4313), - [anon_sym_public] = ACTIONS(4313), - [anon_sym_private] = ACTIONS(4313), - [anon_sym_internal] = ACTIONS(4313), - [anon_sym_protected] = ACTIONS(4313), - [anon_sym_tailrec] = ACTIONS(4313), - [anon_sym_operator] = ACTIONS(4313), - [anon_sym_infix] = ACTIONS(4313), - [anon_sym_inline] = ACTIONS(4313), - [anon_sym_external] = ACTIONS(4313), - [sym_property_modifier] = ACTIONS(4313), - [anon_sym_abstract] = ACTIONS(4313), - [anon_sym_final] = ACTIONS(4313), - [anon_sym_open] = ACTIONS(4313), - [anon_sym_vararg] = ACTIONS(4313), - [anon_sym_noinline] = ACTIONS(4313), - [anon_sym_crossinline] = ACTIONS(4313), - [anon_sym_expect] = ACTIONS(4313), - [anon_sym_actual] = ACTIONS(4313), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4315), - [anon_sym_continue_AT] = ACTIONS(4315), - [anon_sym_break_AT] = ACTIONS(4315), - [anon_sym_this_AT] = ACTIONS(4315), - [anon_sym_super_AT] = ACTIONS(4315), - [sym_real_literal] = ACTIONS(4315), - [sym_integer_literal] = ACTIONS(4313), - [sym_hex_literal] = ACTIONS(4315), - [sym_bin_literal] = ACTIONS(4315), - [anon_sym_true] = ACTIONS(4313), - [anon_sym_false] = ACTIONS(4313), - [anon_sym_SQUOTE] = ACTIONS(4315), - [sym__backtick_identifier] = ACTIONS(4315), + [3750] = { + [sym__alpha_identifier] = ACTIONS(4601), + [anon_sym_AT] = ACTIONS(4603), + [anon_sym_COLON] = ACTIONS(4601), + [anon_sym_LBRACK] = ACTIONS(4603), + [anon_sym_as] = ACTIONS(4601), + [anon_sym_EQ] = ACTIONS(4601), + [anon_sym_LBRACE] = ACTIONS(4603), + [anon_sym_RBRACE] = ACTIONS(4603), + [anon_sym_LPAREN] = ACTIONS(4603), + [anon_sym_COMMA] = ACTIONS(4603), + [anon_sym_LT] = ACTIONS(4601), + [anon_sym_GT] = ACTIONS(4601), + [anon_sym_where] = ACTIONS(4601), + [anon_sym_DOT] = ACTIONS(4601), + [anon_sym_SEMI] = ACTIONS(4603), + [anon_sym_get] = ACTIONS(4601), + [anon_sym_set] = ACTIONS(4601), + [anon_sym_STAR] = ACTIONS(4601), + [sym_label] = ACTIONS(4603), + [anon_sym_in] = ACTIONS(4601), + [anon_sym_DOT_DOT] = ACTIONS(4603), + [anon_sym_QMARK_COLON] = ACTIONS(4603), + [anon_sym_AMP_AMP] = ACTIONS(4603), + [anon_sym_PIPE_PIPE] = ACTIONS(4603), + [anon_sym_else] = ACTIONS(4601), + [anon_sym_COLON_COLON] = ACTIONS(4603), + [anon_sym_PLUS_EQ] = ACTIONS(4603), + [anon_sym_DASH_EQ] = ACTIONS(4603), + [anon_sym_STAR_EQ] = ACTIONS(4603), + [anon_sym_SLASH_EQ] = ACTIONS(4603), + [anon_sym_PERCENT_EQ] = ACTIONS(4603), + [anon_sym_BANG_EQ] = ACTIONS(4601), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4603), + [anon_sym_EQ_EQ] = ACTIONS(4601), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4603), + [anon_sym_LT_EQ] = ACTIONS(4603), + [anon_sym_GT_EQ] = ACTIONS(4603), + [anon_sym_BANGin] = ACTIONS(4603), + [anon_sym_is] = ACTIONS(4601), + [anon_sym_BANGis] = ACTIONS(4603), + [anon_sym_PLUS] = ACTIONS(4601), + [anon_sym_DASH] = ACTIONS(4601), + [anon_sym_SLASH] = ACTIONS(4601), + [anon_sym_PERCENT] = ACTIONS(4601), + [anon_sym_as_QMARK] = ACTIONS(4603), + [anon_sym_PLUS_PLUS] = ACTIONS(4603), + [anon_sym_DASH_DASH] = ACTIONS(4603), + [anon_sym_BANG_BANG] = ACTIONS(4603), + [anon_sym_suspend] = ACTIONS(4601), + [anon_sym_sealed] = ACTIONS(4601), + [anon_sym_annotation] = ACTIONS(4601), + [anon_sym_data] = ACTIONS(4601), + [anon_sym_inner] = ACTIONS(4601), + [anon_sym_value] = ACTIONS(4601), + [anon_sym_override] = ACTIONS(4601), + [anon_sym_lateinit] = ACTIONS(4601), + [anon_sym_public] = ACTIONS(4601), + [anon_sym_private] = ACTIONS(4601), + [anon_sym_internal] = ACTIONS(4601), + [anon_sym_protected] = ACTIONS(4601), + [anon_sym_tailrec] = ACTIONS(4601), + [anon_sym_operator] = ACTIONS(4601), + [anon_sym_infix] = ACTIONS(4601), + [anon_sym_inline] = ACTIONS(4601), + [anon_sym_external] = ACTIONS(4601), + [sym_property_modifier] = ACTIONS(4601), + [anon_sym_abstract] = ACTIONS(4601), + [anon_sym_final] = ACTIONS(4601), + [anon_sym_open] = ACTIONS(4601), + [anon_sym_vararg] = ACTIONS(4601), + [anon_sym_noinline] = ACTIONS(4601), + [anon_sym_crossinline] = ACTIONS(4601), + [anon_sym_expect] = ACTIONS(4601), + [anon_sym_actual] = ACTIONS(4601), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4603), + [sym__automatic_semicolon] = ACTIONS(4603), + [sym_safe_nav] = ACTIONS(4603), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4315), - }, - [3807] = { - [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_value] = 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), + }, + [3751] = { + [sym__alpha_identifier] = ACTIONS(4507), + [anon_sym_AT] = ACTIONS(4509), + [anon_sym_COLON] = ACTIONS(4507), + [anon_sym_LBRACK] = ACTIONS(4509), + [anon_sym_constructor] = ACTIONS(4507), + [anon_sym_LBRACE] = ACTIONS(4509), + [anon_sym_RBRACE] = ACTIONS(4509), + [anon_sym_LPAREN] = ACTIONS(4509), + [anon_sym_where] = ACTIONS(4507), + [anon_sym_object] = ACTIONS(4507), + [anon_sym_fun] = ACTIONS(4507), + [anon_sym_get] = ACTIONS(4507), + [anon_sym_set] = ACTIONS(4507), + [anon_sym_this] = ACTIONS(4507), + [anon_sym_super] = ACTIONS(4507), + [anon_sym_STAR] = ACTIONS(4509), + [sym_label] = ACTIONS(4507), + [anon_sym_in] = ACTIONS(4507), + [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_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_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_PLUS_PLUS] = ACTIONS(4509), + [anon_sym_DASH_DASH] = ACTIONS(4509), + [anon_sym_BANG] = ACTIONS(4507), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4509), + [anon_sym_super_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_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4509), + }, + [3752] = { + [sym_enum_class_body] = STATE(3948), + [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(5782), + [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_value] = 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), }, - [3808] = { - [sym_function_body] = STATE(3132), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_COLON] = ACTIONS(7129), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_object] = ACTIONS(4307), - [anon_sym_fun] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_this] = ACTIONS(4307), - [anon_sym_super] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4309), - [sym_label] = ACTIONS(4307), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_if] = ACTIONS(4307), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_when] = ACTIONS(4307), - [anon_sym_try] = ACTIONS(4307), - [anon_sym_throw] = ACTIONS(4307), - [anon_sym_return] = ACTIONS(4307), - [anon_sym_continue] = ACTIONS(4307), - [anon_sym_break] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4309), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG] = ACTIONS(4307), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4309), - [anon_sym_continue_AT] = ACTIONS(4309), - [anon_sym_break_AT] = ACTIONS(4309), - [anon_sym_this_AT] = ACTIONS(4309), - [anon_sym_super_AT] = ACTIONS(4309), - [sym_real_literal] = ACTIONS(4309), - [sym_integer_literal] = ACTIONS(4307), - [sym_hex_literal] = ACTIONS(4309), - [sym_bin_literal] = ACTIONS(4309), - [anon_sym_true] = ACTIONS(4307), - [anon_sym_false] = ACTIONS(4307), - [anon_sym_SQUOTE] = ACTIONS(4309), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4309), + [3753] = { + [sym_enum_class_body] = STATE(3829), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3274), + [anon_sym_sealed] = ACTIONS(3274), + [anon_sym_annotation] = ACTIONS(3274), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_override] = ACTIONS(3274), + [anon_sym_lateinit] = ACTIONS(3274), + [anon_sym_public] = ACTIONS(3274), + [anon_sym_private] = ACTIONS(3274), + [anon_sym_internal] = ACTIONS(3274), + [anon_sym_protected] = ACTIONS(3274), + [anon_sym_tailrec] = ACTIONS(3274), + [anon_sym_operator] = ACTIONS(3274), + [anon_sym_infix] = ACTIONS(3274), + [anon_sym_inline] = ACTIONS(3274), + [anon_sym_external] = ACTIONS(3274), + [sym_property_modifier] = ACTIONS(3274), + [anon_sym_abstract] = ACTIONS(3274), + [anon_sym_final] = ACTIONS(3274), + [anon_sym_open] = ACTIONS(3274), + [anon_sym_vararg] = ACTIONS(3274), + [anon_sym_noinline] = ACTIONS(3274), + [anon_sym_crossinline] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), }, - [3809] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1557), - [sym__comparison_operator] = STATE(1583), - [sym__in_operator] = STATE(1586), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1605), - [sym__multiplicative_operator] = STATE(1614), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1657), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [3754] = { + [sym_function_body] = STATE(3527), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_RPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [sym_label] = ACTIONS(4153), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_while] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + }, + [3755] = { + [sym_function_body] = STATE(3504), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_RPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_while] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + }, + [3756] = { + [sym_class_body] = STATE(3167), + [sym_type_constraints] = STATE(2970), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_COLON] = ACTIONS(3554), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3290), + [anon_sym_fun] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_this] = ACTIONS(3290), + [anon_sym_super] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [sym_label] = ACTIONS(3290), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_null] = ACTIONS(3290), + [anon_sym_if] = ACTIONS(3290), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_when] = ACTIONS(3290), + [anon_sym_try] = ACTIONS(3290), + [anon_sym_throw] = ACTIONS(3290), + [anon_sym_return] = ACTIONS(3290), + [anon_sym_continue] = ACTIONS(3290), + [anon_sym_break] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG] = ACTIONS(3290), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3294), + [anon_sym_continue_AT] = ACTIONS(3294), + [anon_sym_break_AT] = ACTIONS(3294), + [anon_sym_this_AT] = ACTIONS(3294), + [anon_sym_super_AT] = ACTIONS(3294), + [sym_real_literal] = ACTIONS(3294), + [sym_integer_literal] = ACTIONS(3290), + [sym_hex_literal] = ACTIONS(3294), + [sym_bin_literal] = ACTIONS(3294), + [anon_sym_true] = ACTIONS(3290), + [anon_sym_false] = ACTIONS(3290), + [anon_sym_SQUOTE] = ACTIONS(3294), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3294), + }, + [3757] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1464), + [sym__comparison_operator] = STATE(1462), + [sym__in_operator] = STATE(1459), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1452), + [sym__multiplicative_operator] = STATE(1451), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1449), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3095), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3103), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3103), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3097), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7043), - [anon_sym_where] = ACTIONS(3101), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7047), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7051), - [anon_sym_DOT_DOT] = ACTIONS(7053), - [anon_sym_QMARK_COLON] = ACTIONS(7055), - [anon_sym_AMP_AMP] = ACTIONS(7057), - [anon_sym_PIPE_PIPE] = ACTIONS(7059), - [anon_sym_else] = ACTIONS(3101), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3103), - [anon_sym_DASH_EQ] = ACTIONS(3103), - [anon_sym_STAR_EQ] = ACTIONS(3103), - [anon_sym_SLASH_EQ] = ACTIONS(3103), - [anon_sym_PERCENT_EQ] = ACTIONS(3103), - [anon_sym_BANG_EQ] = ACTIONS(7063), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7065), - [anon_sym_EQ_EQ] = ACTIONS(7063), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7065), - [anon_sym_LT_EQ] = ACTIONS(7067), - [anon_sym_GT_EQ] = ACTIONS(7067), - [anon_sym_BANGin] = ACTIONS(7069), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7075), - [anon_sym_DASH] = ACTIONS(7075), - [anon_sym_SLASH] = ACTIONS(7047), - [anon_sym_PERCENT] = ACTIONS(7047), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7063), + [anon_sym_where] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7067), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7071), + [anon_sym_DOT_DOT] = ACTIONS(7073), + [anon_sym_QMARK_COLON] = ACTIONS(7075), + [anon_sym_AMP_AMP] = ACTIONS(7077), + [anon_sym_PIPE_PIPE] = ACTIONS(7079), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(7083), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7085), + [anon_sym_EQ_EQ] = ACTIONS(7083), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7085), + [anon_sym_LT_EQ] = ACTIONS(7087), + [anon_sym_GT_EQ] = ACTIONS(7087), + [anon_sym_BANGin] = ACTIONS(7089), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7095), + [anon_sym_DASH] = ACTIONS(7095), + [anon_sym_SLASH] = ACTIONS(7067), + [anon_sym_PERCENT] = ACTIONS(7067), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3103), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3097), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [3810] = { - [sym_enum_class_body] = STATE(3967), - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(4359), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [sym_label] = ACTIONS(4361), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_suspend] = ACTIONS(4359), - [anon_sym_sealed] = ACTIONS(4359), - [anon_sym_annotation] = ACTIONS(4359), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_override] = ACTIONS(4359), - [anon_sym_lateinit] = ACTIONS(4359), - [anon_sym_public] = ACTIONS(4359), - [anon_sym_private] = ACTIONS(4359), - [anon_sym_internal] = ACTIONS(4359), - [anon_sym_protected] = ACTIONS(4359), - [anon_sym_tailrec] = ACTIONS(4359), - [anon_sym_operator] = ACTIONS(4359), - [anon_sym_infix] = ACTIONS(4359), - [anon_sym_inline] = ACTIONS(4359), - [anon_sym_external] = ACTIONS(4359), - [sym_property_modifier] = ACTIONS(4359), - [anon_sym_abstract] = ACTIONS(4359), - [anon_sym_final] = ACTIONS(4359), - [anon_sym_open] = ACTIONS(4359), - [anon_sym_vararg] = ACTIONS(4359), - [anon_sym_noinline] = ACTIONS(4359), - [anon_sym_crossinline] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4361), - [sym__automatic_semicolon] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), + [3758] = { + [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_by] = ACTIONS(4740), + [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_value] = 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), }, - [3811] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1557), - [sym__comparison_operator] = STATE(1583), - [sym__in_operator] = STATE(1586), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1605), - [sym__multiplicative_operator] = STATE(1614), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1657), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3156), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3158), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3158), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7043), - [anon_sym_where] = ACTIONS(3156), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7047), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7051), - [anon_sym_DOT_DOT] = ACTIONS(7053), - [anon_sym_QMARK_COLON] = ACTIONS(7055), - [anon_sym_AMP_AMP] = ACTIONS(7057), - [anon_sym_PIPE_PIPE] = ACTIONS(7059), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3158), - [anon_sym_DASH_EQ] = ACTIONS(3158), - [anon_sym_STAR_EQ] = ACTIONS(3158), - [anon_sym_SLASH_EQ] = ACTIONS(3158), - [anon_sym_PERCENT_EQ] = ACTIONS(3158), - [anon_sym_BANG_EQ] = ACTIONS(7063), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7065), - [anon_sym_EQ_EQ] = ACTIONS(7063), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7065), - [anon_sym_LT_EQ] = ACTIONS(7067), - [anon_sym_GT_EQ] = ACTIONS(7067), - [anon_sym_BANGin] = ACTIONS(7069), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7075), - [anon_sym_DASH] = ACTIONS(7075), - [anon_sym_SLASH] = ACTIONS(7047), - [anon_sym_PERCENT] = ACTIONS(7047), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [3759] = { + [sym_function_body] = STATE(3487), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_RPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_while] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + }, + [3760] = { + [ts_builtin_sym_end] = ACTIONS(1409), + [sym__alpha_identifier] = ACTIONS(7101), + [anon_sym_AT] = ACTIONS(1409), + [anon_sym_LBRACK] = ACTIONS(1409), + [anon_sym_typealias] = ACTIONS(7101), + [anon_sym_class] = ACTIONS(7101), + [anon_sym_interface] = ACTIONS(7101), + [anon_sym_enum] = ACTIONS(7101), + [anon_sym_LBRACE] = ACTIONS(1409), + [anon_sym_LPAREN] = ACTIONS(1409), + [anon_sym_val] = ACTIONS(7101), + [anon_sym_var] = ACTIONS(7101), + [anon_sym_object] = ACTIONS(7101), + [anon_sym_fun] = ACTIONS(7101), + [anon_sym_get] = ACTIONS(7101), + [anon_sym_set] = ACTIONS(7101), + [anon_sym_this] = ACTIONS(7101), + [anon_sym_super] = ACTIONS(7101), + [anon_sym_STAR] = ACTIONS(1409), + [sym_label] = ACTIONS(7101), + [anon_sym_for] = ACTIONS(7101), + [anon_sym_while] = ACTIONS(7101), + [anon_sym_do] = ACTIONS(7101), + [anon_sym_null] = ACTIONS(7101), + [anon_sym_if] = ACTIONS(7101), + [anon_sym_when] = ACTIONS(7101), + [anon_sym_try] = ACTIONS(7101), + [anon_sym_throw] = ACTIONS(7101), + [anon_sym_return] = ACTIONS(7101), + [anon_sym_continue] = ACTIONS(7101), + [anon_sym_break] = ACTIONS(7101), + [anon_sym_COLON_COLON] = ACTIONS(1409), + [anon_sym_PLUS] = ACTIONS(7101), + [anon_sym_DASH] = ACTIONS(7101), + [anon_sym_PLUS_PLUS] = ACTIONS(1409), + [anon_sym_DASH_DASH] = ACTIONS(1409), + [anon_sym_BANG] = ACTIONS(1409), + [anon_sym_suspend] = ACTIONS(7101), + [anon_sym_sealed] = ACTIONS(7101), + [anon_sym_annotation] = ACTIONS(7101), + [anon_sym_data] = ACTIONS(7101), + [anon_sym_inner] = ACTIONS(7101), + [anon_sym_value] = ACTIONS(7101), + [anon_sym_override] = ACTIONS(7101), + [anon_sym_lateinit] = ACTIONS(7101), + [anon_sym_public] = ACTIONS(7101), + [anon_sym_private] = ACTIONS(7101), + [anon_sym_internal] = ACTIONS(7101), + [anon_sym_protected] = ACTIONS(7101), + [anon_sym_tailrec] = ACTIONS(7101), + [anon_sym_operator] = ACTIONS(7101), + [anon_sym_infix] = ACTIONS(7101), + [anon_sym_inline] = ACTIONS(7101), + [anon_sym_external] = ACTIONS(7101), + [sym_property_modifier] = ACTIONS(7101), + [anon_sym_abstract] = ACTIONS(7101), + [anon_sym_final] = ACTIONS(7101), + [anon_sym_open] = ACTIONS(7101), + [anon_sym_vararg] = ACTIONS(7101), + [anon_sym_noinline] = ACTIONS(7101), + [anon_sym_crossinline] = ACTIONS(7101), + [anon_sym_expect] = ACTIONS(7101), + [anon_sym_actual] = ACTIONS(7101), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(1409), + [anon_sym_continue_AT] = ACTIONS(1409), + [anon_sym_break_AT] = ACTIONS(1409), + [anon_sym_this_AT] = ACTIONS(1409), + [anon_sym_super_AT] = ACTIONS(1409), + [sym_real_literal] = ACTIONS(1409), + [sym_integer_literal] = ACTIONS(7101), + [sym_hex_literal] = ACTIONS(1409), + [sym_bin_literal] = ACTIONS(1409), + [anon_sym_true] = ACTIONS(7101), + [anon_sym_false] = ACTIONS(7101), + [anon_sym_SQUOTE] = ACTIONS(1409), + [sym__backtick_identifier] = ACTIONS(1409), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(1409), + }, + [3761] = { + [sym_class_body] = STATE(3827), + [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(5796), + [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_value] = 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(1788), - [sym__automatic_semicolon] = ACTIONS(3158), - [sym_safe_nav] = ACTIONS(7061), + [sym__backtick_identifier] = ACTIONS(4686), + [sym__automatic_semicolon] = ACTIONS(4686), + [sym_safe_nav] = ACTIONS(4686), [sym_multiline_comment] = ACTIONS(3), }, - [3812] = { - [sym_function_body] = STATE(3258), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_COLON] = ACTIONS(7131), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_object] = ACTIONS(4275), - [anon_sym_fun] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_this] = ACTIONS(4275), - [anon_sym_super] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4277), - [sym_label] = ACTIONS(4275), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_null] = ACTIONS(4275), - [anon_sym_if] = ACTIONS(4275), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_when] = ACTIONS(4275), - [anon_sym_try] = ACTIONS(4275), - [anon_sym_throw] = ACTIONS(4275), - [anon_sym_return] = ACTIONS(4275), - [anon_sym_continue] = ACTIONS(4275), - [anon_sym_break] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4277), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG] = ACTIONS(4275), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4277), - [anon_sym_continue_AT] = ACTIONS(4277), - [anon_sym_break_AT] = ACTIONS(4277), - [anon_sym_this_AT] = ACTIONS(4277), - [anon_sym_super_AT] = ACTIONS(4277), - [sym_real_literal] = ACTIONS(4277), - [sym_integer_literal] = ACTIONS(4275), - [sym_hex_literal] = ACTIONS(4277), - [sym_bin_literal] = ACTIONS(4277), - [anon_sym_true] = ACTIONS(4275), - [anon_sym_false] = ACTIONS(4275), - [anon_sym_SQUOTE] = ACTIONS(4277), - [sym__backtick_identifier] = ACTIONS(4277), - [sym__automatic_semicolon] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4277), + [3762] = { + [sym__alpha_identifier] = ACTIONS(4414), + [anon_sym_AT] = ACTIONS(4416), + [anon_sym_COLON] = ACTIONS(4414), + [anon_sym_LBRACK] = ACTIONS(4416), + [anon_sym_constructor] = ACTIONS(4414), + [anon_sym_LBRACE] = ACTIONS(4416), + [anon_sym_RBRACE] = ACTIONS(4416), + [anon_sym_LPAREN] = ACTIONS(4416), + [anon_sym_where] = ACTIONS(4414), + [anon_sym_object] = ACTIONS(4414), + [anon_sym_fun] = ACTIONS(4414), + [anon_sym_get] = ACTIONS(4414), + [anon_sym_set] = ACTIONS(4414), + [anon_sym_this] = ACTIONS(4414), + [anon_sym_super] = ACTIONS(4414), + [anon_sym_STAR] = ACTIONS(4416), + [sym_label] = ACTIONS(4414), + [anon_sym_in] = ACTIONS(4414), + [anon_sym_null] = ACTIONS(4414), + [anon_sym_if] = ACTIONS(4414), + [anon_sym_else] = ACTIONS(4414), + [anon_sym_when] = ACTIONS(4414), + [anon_sym_try] = ACTIONS(4414), + [anon_sym_throw] = ACTIONS(4414), + [anon_sym_return] = ACTIONS(4414), + [anon_sym_continue] = ACTIONS(4414), + [anon_sym_break] = ACTIONS(4414), + [anon_sym_COLON_COLON] = ACTIONS(4416), + [anon_sym_BANGin] = ACTIONS(4416), + [anon_sym_is] = ACTIONS(4414), + [anon_sym_BANGis] = ACTIONS(4416), + [anon_sym_PLUS] = ACTIONS(4414), + [anon_sym_DASH] = ACTIONS(4414), + [anon_sym_PLUS_PLUS] = ACTIONS(4416), + [anon_sym_DASH_DASH] = ACTIONS(4416), + [anon_sym_BANG] = ACTIONS(4414), + [anon_sym_suspend] = ACTIONS(4414), + [anon_sym_sealed] = ACTIONS(4414), + [anon_sym_annotation] = ACTIONS(4414), + [anon_sym_data] = ACTIONS(4414), + [anon_sym_inner] = ACTIONS(4414), + [anon_sym_value] = ACTIONS(4414), + [anon_sym_override] = ACTIONS(4414), + [anon_sym_lateinit] = ACTIONS(4414), + [anon_sym_public] = ACTIONS(4414), + [anon_sym_private] = ACTIONS(4414), + [anon_sym_internal] = ACTIONS(4414), + [anon_sym_protected] = ACTIONS(4414), + [anon_sym_tailrec] = ACTIONS(4414), + [anon_sym_operator] = ACTIONS(4414), + [anon_sym_infix] = ACTIONS(4414), + [anon_sym_inline] = ACTIONS(4414), + [anon_sym_external] = ACTIONS(4414), + [sym_property_modifier] = ACTIONS(4414), + [anon_sym_abstract] = ACTIONS(4414), + [anon_sym_final] = ACTIONS(4414), + [anon_sym_open] = ACTIONS(4414), + [anon_sym_vararg] = ACTIONS(4414), + [anon_sym_noinline] = ACTIONS(4414), + [anon_sym_crossinline] = ACTIONS(4414), + [anon_sym_expect] = ACTIONS(4414), + [anon_sym_actual] = ACTIONS(4414), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4416), + [anon_sym_continue_AT] = ACTIONS(4416), + [anon_sym_break_AT] = ACTIONS(4416), + [anon_sym_this_AT] = ACTIONS(4416), + [anon_sym_super_AT] = ACTIONS(4416), + [sym_real_literal] = ACTIONS(4416), + [sym_integer_literal] = ACTIONS(4414), + [sym_hex_literal] = ACTIONS(4416), + [sym_bin_literal] = ACTIONS(4416), + [anon_sym_true] = ACTIONS(4414), + [anon_sym_false] = ACTIONS(4414), + [anon_sym_SQUOTE] = ACTIONS(4416), + [sym__backtick_identifier] = ACTIONS(4416), + [sym__automatic_semicolon] = ACTIONS(4416), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4416), }, - [3813] = { - [sym_class_body] = STATE(3833), + [3763] = { + [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_by] = ACTIONS(4730), + [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_value] = 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), + }, + [3764] = { + [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_by] = ACTIONS(4726), + [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_value] = 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_multiline_comment] = ACTIONS(3), + }, + [3765] = { + [sym__alpha_identifier] = ACTIONS(4186), + [anon_sym_AT] = ACTIONS(4188), + [anon_sym_LBRACK] = ACTIONS(4188), + [anon_sym_typealias] = ACTIONS(4186), + [anon_sym_class] = ACTIONS(4186), + [anon_sym_interface] = ACTIONS(4186), + [anon_sym_enum] = ACTIONS(4186), + [anon_sym_LBRACE] = ACTIONS(4188), + [anon_sym_LPAREN] = ACTIONS(4188), + [anon_sym_val] = ACTIONS(4186), + [anon_sym_var] = ACTIONS(4186), + [anon_sym_object] = ACTIONS(4186), + [anon_sym_fun] = ACTIONS(4186), + [anon_sym_DOT] = ACTIONS(4186), + [anon_sym_get] = ACTIONS(4186), + [anon_sym_set] = ACTIONS(4186), + [anon_sym_this] = ACTIONS(4186), + [anon_sym_super] = ACTIONS(4186), + [anon_sym_STAR] = ACTIONS(4188), + [sym_label] = ACTIONS(4186), + [anon_sym_for] = ACTIONS(4186), + [anon_sym_while] = ACTIONS(4186), + [anon_sym_do] = ACTIONS(4186), + [anon_sym_null] = ACTIONS(4186), + [anon_sym_if] = ACTIONS(4186), + [anon_sym_when] = ACTIONS(4186), + [anon_sym_try] = ACTIONS(4186), + [anon_sym_throw] = ACTIONS(4186), + [anon_sym_return] = ACTIONS(4186), + [anon_sym_continue] = ACTIONS(4186), + [anon_sym_break] = ACTIONS(4186), + [anon_sym_COLON_COLON] = ACTIONS(4188), + [anon_sym_PLUS] = ACTIONS(4186), + [anon_sym_DASH] = ACTIONS(4186), + [anon_sym_PLUS_PLUS] = ACTIONS(4188), + [anon_sym_DASH_DASH] = ACTIONS(4188), + [anon_sym_BANG] = ACTIONS(4188), + [anon_sym_suspend] = ACTIONS(4186), + [anon_sym_sealed] = ACTIONS(4186), + [anon_sym_annotation] = ACTIONS(4186), + [anon_sym_data] = ACTIONS(4186), + [anon_sym_inner] = ACTIONS(4186), + [anon_sym_value] = ACTIONS(4186), + [anon_sym_override] = ACTIONS(4186), + [anon_sym_lateinit] = ACTIONS(4186), + [anon_sym_public] = ACTIONS(4186), + [anon_sym_private] = ACTIONS(4186), + [anon_sym_internal] = ACTIONS(4186), + [anon_sym_protected] = ACTIONS(4186), + [anon_sym_tailrec] = ACTIONS(4186), + [anon_sym_operator] = ACTIONS(4186), + [anon_sym_infix] = ACTIONS(4186), + [anon_sym_inline] = ACTIONS(4186), + [anon_sym_external] = ACTIONS(4186), + [sym_property_modifier] = ACTIONS(4186), + [anon_sym_abstract] = ACTIONS(4186), + [anon_sym_final] = ACTIONS(4186), + [anon_sym_open] = ACTIONS(4186), + [anon_sym_vararg] = ACTIONS(4186), + [anon_sym_noinline] = ACTIONS(4186), + [anon_sym_crossinline] = ACTIONS(4186), + [anon_sym_expect] = ACTIONS(4186), + [anon_sym_actual] = ACTIONS(4186), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4188), + [anon_sym_continue_AT] = ACTIONS(4188), + [anon_sym_break_AT] = ACTIONS(4188), + [anon_sym_this_AT] = ACTIONS(4188), + [anon_sym_super_AT] = ACTIONS(4188), + [sym_real_literal] = ACTIONS(4188), + [sym_integer_literal] = ACTIONS(4186), + [sym_hex_literal] = ACTIONS(4188), + [sym_bin_literal] = ACTIONS(4188), + [anon_sym_true] = ACTIONS(4186), + [anon_sym_false] = ACTIONS(4186), + [anon_sym_SQUOTE] = ACTIONS(4188), + [sym__backtick_identifier] = ACTIONS(4188), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4188), + }, + [3766] = { + [sym_function_body] = STATE(3472), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_RPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_while] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + }, + [3767] = { + [sym_function_body] = STATE(3547), + [sym__block] = STATE(3405), [sym__alpha_identifier] = ACTIONS(4493), [anon_sym_AT] = ACTIONS(4495), [anon_sym_LBRACK] = ACTIONS(4495), [anon_sym_as] = ACTIONS(4493), - [anon_sym_EQ] = ACTIONS(4493), - [anon_sym_LBRACE] = ACTIONS(5836), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), [anon_sym_RBRACE] = ACTIONS(4495), [anon_sym_LPAREN] = ACTIONS(4495), - [anon_sym_COMMA] = ACTIONS(4495), + [anon_sym_RPAREN] = ACTIONS(4495), [anon_sym_LT] = ACTIONS(4493), [anon_sym_GT] = ACTIONS(4493), - [anon_sym_where] = ACTIONS(4493), [anon_sym_DOT] = ACTIONS(4493), [anon_sym_SEMI] = ACTIONS(4495), [anon_sym_get] = ACTIONS(4493), @@ -429774,6 +426006,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(4493), [sym_label] = ACTIONS(4495), [anon_sym_in] = ACTIONS(4493), + [anon_sym_while] = ACTIONS(4493), [anon_sym_DOT_DOT] = ACTIONS(4495), [anon_sym_QMARK_COLON] = ACTIONS(4495), [anon_sym_AMP_AMP] = ACTIONS(4495), @@ -429830,2511 +426063,2690 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_actual] = ACTIONS(4493), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(4495), - [sym__automatic_semicolon] = ACTIONS(4495), [sym_safe_nav] = ACTIONS(4495), [sym_multiline_comment] = ACTIONS(3), }, - [3814] = { - [sym_type_constraints] = STATE(3020), - [sym_enum_class_body] = STATE(3061), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(3532), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3252), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3256), - [anon_sym_object] = ACTIONS(3278), - [anon_sym_fun] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_this] = ACTIONS(3278), - [anon_sym_super] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3278), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [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(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG] = ACTIONS(3278), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [anon_sym_data] = ACTIONS(3278), - [anon_sym_inner] = ACTIONS(3278), - [anon_sym_value] = ACTIONS(3278), - [anon_sym_expect] = ACTIONS(3278), - [anon_sym_actual] = ACTIONS(3278), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(3282), - [anon_sym_continue_AT] = ACTIONS(3282), - [anon_sym_break_AT] = ACTIONS(3282), - [anon_sym_this_AT] = ACTIONS(3282), - [anon_sym_super_AT] = ACTIONS(3282), - [sym_real_literal] = ACTIONS(3282), - [sym_integer_literal] = ACTIONS(3278), - [sym_hex_literal] = ACTIONS(3282), - [sym_bin_literal] = ACTIONS(3282), - [anon_sym_true] = ACTIONS(3278), - [anon_sym_false] = ACTIONS(3278), - [anon_sym_SQUOTE] = ACTIONS(3282), - [sym__backtick_identifier] = ACTIONS(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(3282), - }, - [3815] = { - [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_by] = ACTIONS(4732), - [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_value] = 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), + [3768] = { + [sym_class_body] = STATE(3593), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_COLON] = ACTIONS(7103), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(5590), + [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_value] = 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), }, - [3816] = { - [sym_class_body] = STATE(3832), - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(4463), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [sym_label] = ACTIONS(4465), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_suspend] = ACTIONS(4463), - [anon_sym_sealed] = ACTIONS(4463), - [anon_sym_annotation] = ACTIONS(4463), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_override] = ACTIONS(4463), - [anon_sym_lateinit] = ACTIONS(4463), - [anon_sym_public] = ACTIONS(4463), - [anon_sym_private] = ACTIONS(4463), - [anon_sym_internal] = ACTIONS(4463), - [anon_sym_protected] = ACTIONS(4463), - [anon_sym_tailrec] = ACTIONS(4463), - [anon_sym_operator] = ACTIONS(4463), - [anon_sym_infix] = ACTIONS(4463), - [anon_sym_inline] = ACTIONS(4463), - [anon_sym_external] = ACTIONS(4463), - [sym_property_modifier] = ACTIONS(4463), - [anon_sym_abstract] = ACTIONS(4463), - [anon_sym_final] = ACTIONS(4463), - [anon_sym_open] = ACTIONS(4463), - [anon_sym_vararg] = ACTIONS(4463), - [anon_sym_noinline] = ACTIONS(4463), - [anon_sym_crossinline] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4465), - [sym__automatic_semicolon] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), - [sym_multiline_comment] = ACTIONS(3), + [3769] = { + [sym_type_constraints] = STATE(3001), + [sym_enum_class_body] = STATE(3209), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(3550), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3280), + [anon_sym_fun] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_this] = ACTIONS(3280), + [anon_sym_super] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3280), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_null] = ACTIONS(3280), + [anon_sym_if] = ACTIONS(3280), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_when] = ACTIONS(3280), + [anon_sym_try] = ACTIONS(3280), + [anon_sym_throw] = ACTIONS(3280), + [anon_sym_return] = ACTIONS(3280), + [anon_sym_continue] = ACTIONS(3280), + [anon_sym_break] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG] = ACTIONS(3280), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3284), + [anon_sym_continue_AT] = ACTIONS(3284), + [anon_sym_break_AT] = ACTIONS(3284), + [anon_sym_this_AT] = ACTIONS(3284), + [anon_sym_super_AT] = ACTIONS(3284), + [sym_real_literal] = ACTIONS(3284), + [sym_integer_literal] = ACTIONS(3280), + [sym_hex_literal] = ACTIONS(3284), + [sym_bin_literal] = ACTIONS(3284), + [anon_sym_true] = ACTIONS(3280), + [anon_sym_false] = ACTIONS(3280), + [anon_sym_SQUOTE] = ACTIONS(3284), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3284), }, - [3817] = { - [sym__alpha_identifier] = ACTIONS(4678), - [anon_sym_AT] = ACTIONS(4681), - [anon_sym_LBRACK] = ACTIONS(4681), - [anon_sym_as] = ACTIONS(4678), - [anon_sym_EQ] = ACTIONS(4678), - [anon_sym_LBRACE] = ACTIONS(4681), - [anon_sym_RBRACE] = ACTIONS(4681), - [anon_sym_LPAREN] = ACTIONS(4681), - [anon_sym_COMMA] = ACTIONS(4681), - [anon_sym_by] = ACTIONS(4678), - [anon_sym_LT] = ACTIONS(4678), - [anon_sym_GT] = ACTIONS(4678), - [anon_sym_where] = ACTIONS(4678), - [anon_sym_DOT] = ACTIONS(4678), - [anon_sym_SEMI] = ACTIONS(4681), - [anon_sym_get] = ACTIONS(4678), - [anon_sym_set] = ACTIONS(4678), - [anon_sym_STAR] = ACTIONS(4678), - [sym_label] = ACTIONS(4681), - [anon_sym_in] = ACTIONS(4678), - [anon_sym_DOT_DOT] = ACTIONS(4681), - [anon_sym_QMARK_COLON] = ACTIONS(4681), - [anon_sym_AMP_AMP] = ACTIONS(4681), - [anon_sym_PIPE_PIPE] = ACTIONS(4681), - [anon_sym_else] = ACTIONS(4678), - [anon_sym_COLON_COLON] = ACTIONS(4681), - [anon_sym_PLUS_EQ] = ACTIONS(4681), - [anon_sym_DASH_EQ] = ACTIONS(4681), - [anon_sym_STAR_EQ] = ACTIONS(4681), - [anon_sym_SLASH_EQ] = ACTIONS(4681), - [anon_sym_PERCENT_EQ] = ACTIONS(4681), - [anon_sym_BANG_EQ] = ACTIONS(4678), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4681), - [anon_sym_EQ_EQ] = ACTIONS(4678), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4681), - [anon_sym_LT_EQ] = ACTIONS(4681), - [anon_sym_GT_EQ] = ACTIONS(4681), - [anon_sym_BANGin] = ACTIONS(4681), - [anon_sym_is] = ACTIONS(4678), - [anon_sym_BANGis] = ACTIONS(4681), - [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(4681), - [anon_sym_PLUS_PLUS] = ACTIONS(4681), - [anon_sym_DASH_DASH] = ACTIONS(4681), - [anon_sym_BANG_BANG] = ACTIONS(4681), - [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_value] = 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(4681), - [sym__automatic_semicolon] = ACTIONS(4681), - [sym_safe_nav] = ACTIONS(4681), + [3770] = { + [sym_function_body] = STATE(3464), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_RPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [sym_label] = ACTIONS(4321), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_while] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), [sym_multiline_comment] = ACTIONS(3), }, - [3818] = { - [sym__alpha_identifier] = ACTIONS(4710), - [anon_sym_AT] = ACTIONS(4710), - [anon_sym_LBRACK] = ACTIONS(4712), - [anon_sym_as] = ACTIONS(4710), - [anon_sym_EQ] = ACTIONS(4710), - [anon_sym_LBRACE] = ACTIONS(4712), - [anon_sym_RBRACE] = ACTIONS(4712), - [anon_sym_LPAREN] = ACTIONS(4712), - [anon_sym_COMMA] = ACTIONS(4712), - [anon_sym_LT] = ACTIONS(4710), - [anon_sym_GT] = ACTIONS(4710), - [anon_sym_where] = ACTIONS(4710), - [anon_sym_DOT] = ACTIONS(4710), - [anon_sym_SEMI] = ACTIONS(4712), - [anon_sym_get] = ACTIONS(4710), - [anon_sym_set] = ACTIONS(4710), - [anon_sym_STAR] = ACTIONS(4710), - [sym_label] = ACTIONS(4712), - [anon_sym_in] = ACTIONS(4710), - [anon_sym_DOT_DOT] = ACTIONS(4712), - [anon_sym_QMARK_COLON] = ACTIONS(4712), - [anon_sym_AMP_AMP] = ACTIONS(4712), - [anon_sym_PIPE_PIPE] = ACTIONS(4712), - [anon_sym_else] = ACTIONS(4710), - [anon_sym_COLON_COLON] = ACTIONS(4712), - [anon_sym_PLUS_EQ] = ACTIONS(4712), - [anon_sym_DASH_EQ] = ACTIONS(4712), - [anon_sym_STAR_EQ] = ACTIONS(4712), - [anon_sym_SLASH_EQ] = ACTIONS(4712), - [anon_sym_PERCENT_EQ] = ACTIONS(4712), - [anon_sym_BANG_EQ] = ACTIONS(4710), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4712), - [anon_sym_EQ_EQ] = ACTIONS(4710), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4712), - [anon_sym_LT_EQ] = ACTIONS(4712), - [anon_sym_GT_EQ] = ACTIONS(4712), - [anon_sym_BANGin] = ACTIONS(4712), - [anon_sym_is] = ACTIONS(4710), - [anon_sym_BANGis] = ACTIONS(4712), - [anon_sym_PLUS] = ACTIONS(4710), - [anon_sym_DASH] = ACTIONS(4710), - [anon_sym_SLASH] = ACTIONS(4710), - [anon_sym_PERCENT] = ACTIONS(4710), - [anon_sym_as_QMARK] = ACTIONS(4712), - [anon_sym_PLUS_PLUS] = ACTIONS(4712), - [anon_sym_DASH_DASH] = ACTIONS(4712), - [anon_sym_BANG_BANG] = ACTIONS(4712), - [anon_sym_suspend] = ACTIONS(4710), - [anon_sym_sealed] = ACTIONS(4710), - [anon_sym_annotation] = ACTIONS(4710), - [anon_sym_data] = ACTIONS(4710), - [anon_sym_inner] = ACTIONS(4710), - [anon_sym_value] = ACTIONS(4710), - [anon_sym_override] = ACTIONS(4710), - [anon_sym_lateinit] = ACTIONS(4710), - [anon_sym_public] = ACTIONS(4710), - [anon_sym_private] = ACTIONS(4710), - [anon_sym_internal] = ACTIONS(4710), - [anon_sym_protected] = ACTIONS(4710), - [anon_sym_tailrec] = ACTIONS(4710), - [anon_sym_operator] = ACTIONS(4710), - [anon_sym_infix] = ACTIONS(4710), - [anon_sym_inline] = ACTIONS(4710), - [anon_sym_external] = ACTIONS(4710), - [sym_property_modifier] = ACTIONS(4710), - [anon_sym_abstract] = ACTIONS(4710), - [anon_sym_final] = ACTIONS(4710), - [anon_sym_open] = ACTIONS(4710), - [anon_sym_vararg] = ACTIONS(4710), - [anon_sym_noinline] = ACTIONS(4710), - [anon_sym_crossinline] = ACTIONS(4710), - [anon_sym_expect] = ACTIONS(4710), - [anon_sym_actual] = ACTIONS(4710), - [sym_line_comment] = ACTIONS(3), - [anon_sym_AT2] = ACTIONS(7133), - [sym__backtick_identifier] = ACTIONS(4712), - [sym__automatic_semicolon] = ACTIONS(4712), - [sym_safe_nav] = ACTIONS(4712), + [3771] = { + [sym_enum_class_body] = STATE(3952), + [sym__alpha_identifier] = ACTIONS(4501), + [anon_sym_AT] = ACTIONS(4503), + [anon_sym_LBRACK] = ACTIONS(4503), + [anon_sym_as] = ACTIONS(4501), + [anon_sym_EQ] = ACTIONS(4501), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(4503), + [anon_sym_LPAREN] = ACTIONS(4503), + [anon_sym_COMMA] = ACTIONS(4503), + [anon_sym_LT] = ACTIONS(4501), + [anon_sym_GT] = ACTIONS(4501), + [anon_sym_where] = ACTIONS(4501), + [anon_sym_DOT] = ACTIONS(4501), + [anon_sym_SEMI] = ACTIONS(4503), + [anon_sym_get] = ACTIONS(4501), + [anon_sym_set] = ACTIONS(4501), + [anon_sym_STAR] = ACTIONS(4501), + [sym_label] = ACTIONS(4503), + [anon_sym_in] = ACTIONS(4501), + [anon_sym_DOT_DOT] = ACTIONS(4503), + [anon_sym_QMARK_COLON] = ACTIONS(4503), + [anon_sym_AMP_AMP] = ACTIONS(4503), + [anon_sym_PIPE_PIPE] = ACTIONS(4503), + [anon_sym_else] = ACTIONS(4501), + [anon_sym_COLON_COLON] = ACTIONS(4503), + [anon_sym_PLUS_EQ] = ACTIONS(4503), + [anon_sym_DASH_EQ] = ACTIONS(4503), + [anon_sym_STAR_EQ] = ACTIONS(4503), + [anon_sym_SLASH_EQ] = ACTIONS(4503), + [anon_sym_PERCENT_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ] = ACTIONS(4501), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ] = ACTIONS(4501), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4503), + [anon_sym_LT_EQ] = ACTIONS(4503), + [anon_sym_GT_EQ] = ACTIONS(4503), + [anon_sym_BANGin] = ACTIONS(4503), + [anon_sym_is] = ACTIONS(4501), + [anon_sym_BANGis] = ACTIONS(4503), + [anon_sym_PLUS] = ACTIONS(4501), + [anon_sym_DASH] = ACTIONS(4501), + [anon_sym_SLASH] = ACTIONS(4501), + [anon_sym_PERCENT] = ACTIONS(4501), + [anon_sym_as_QMARK] = ACTIONS(4503), + [anon_sym_PLUS_PLUS] = ACTIONS(4503), + [anon_sym_DASH_DASH] = ACTIONS(4503), + [anon_sym_BANG_BANG] = ACTIONS(4503), + [anon_sym_suspend] = ACTIONS(4501), + [anon_sym_sealed] = ACTIONS(4501), + [anon_sym_annotation] = ACTIONS(4501), + [anon_sym_data] = ACTIONS(4501), + [anon_sym_inner] = ACTIONS(4501), + [anon_sym_value] = ACTIONS(4501), + [anon_sym_override] = ACTIONS(4501), + [anon_sym_lateinit] = ACTIONS(4501), + [anon_sym_public] = ACTIONS(4501), + [anon_sym_private] = ACTIONS(4501), + [anon_sym_internal] = ACTIONS(4501), + [anon_sym_protected] = ACTIONS(4501), + [anon_sym_tailrec] = ACTIONS(4501), + [anon_sym_operator] = ACTIONS(4501), + [anon_sym_infix] = ACTIONS(4501), + [anon_sym_inline] = ACTIONS(4501), + [anon_sym_external] = ACTIONS(4501), + [sym_property_modifier] = ACTIONS(4501), + [anon_sym_abstract] = ACTIONS(4501), + [anon_sym_final] = ACTIONS(4501), + [anon_sym_open] = ACTIONS(4501), + [anon_sym_vararg] = ACTIONS(4501), + [anon_sym_noinline] = ACTIONS(4501), + [anon_sym_crossinline] = ACTIONS(4501), + [anon_sym_expect] = ACTIONS(4501), + [anon_sym_actual] = ACTIONS(4501), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4503), + [sym__automatic_semicolon] = ACTIONS(4503), + [sym_safe_nav] = ACTIONS(4503), [sym_multiline_comment] = ACTIONS(3), }, - [3819] = { - [sym__alpha_identifier] = ACTIONS(4204), - [anon_sym_AT] = ACTIONS(4206), - [anon_sym_LBRACK] = ACTIONS(4206), - [anon_sym_as] = ACTIONS(4204), - [anon_sym_EQ] = ACTIONS(4204), - [anon_sym_LBRACE] = ACTIONS(4206), - [anon_sym_RBRACE] = ACTIONS(4206), - [anon_sym_LPAREN] = ACTIONS(4206), - [anon_sym_COMMA] = ACTIONS(4206), - [anon_sym_by] = ACTIONS(4204), - [anon_sym_LT] = ACTIONS(4204), - [anon_sym_GT] = ACTIONS(4204), - [anon_sym_where] = ACTIONS(4204), - [anon_sym_DOT] = ACTIONS(4204), - [anon_sym_SEMI] = ACTIONS(4206), - [anon_sym_get] = ACTIONS(4204), - [anon_sym_set] = ACTIONS(4204), - [anon_sym_STAR] = ACTIONS(4204), + [3772] = { + [sym_function_body] = STATE(3112), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4206), + [anon_sym_AT] = ACTIONS(4208), + [anon_sym_COLON] = ACTIONS(7105), + [anon_sym_LBRACK] = ACTIONS(4208), + [anon_sym_as] = ACTIONS(4206), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4208), + [anon_sym_LPAREN] = ACTIONS(4208), + [anon_sym_LT] = ACTIONS(4206), + [anon_sym_GT] = ACTIONS(4206), + [anon_sym_object] = ACTIONS(4206), + [anon_sym_fun] = ACTIONS(4206), + [anon_sym_DOT] = ACTIONS(4206), + [anon_sym_SEMI] = ACTIONS(4208), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4206), + [anon_sym_this] = ACTIONS(4206), + [anon_sym_super] = ACTIONS(4206), + [anon_sym_STAR] = ACTIONS(4208), [sym_label] = ACTIONS(4206), - [anon_sym_in] = ACTIONS(4204), - [anon_sym_DOT_DOT] = ACTIONS(4206), - [anon_sym_QMARK_COLON] = ACTIONS(4206), - [anon_sym_AMP_AMP] = ACTIONS(4206), - [anon_sym_PIPE_PIPE] = ACTIONS(4206), - [anon_sym_else] = ACTIONS(4204), - [anon_sym_COLON_COLON] = ACTIONS(4206), - [anon_sym_PLUS_EQ] = ACTIONS(4206), - [anon_sym_DASH_EQ] = ACTIONS(4206), - [anon_sym_STAR_EQ] = ACTIONS(4206), - [anon_sym_SLASH_EQ] = ACTIONS(4206), - [anon_sym_PERCENT_EQ] = ACTIONS(4206), - [anon_sym_BANG_EQ] = ACTIONS(4204), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4206), - [anon_sym_EQ_EQ] = ACTIONS(4204), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4206), - [anon_sym_LT_EQ] = ACTIONS(4206), - [anon_sym_GT_EQ] = ACTIONS(4206), - [anon_sym_BANGin] = ACTIONS(4206), - [anon_sym_is] = ACTIONS(4204), - [anon_sym_BANGis] = ACTIONS(4206), - [anon_sym_PLUS] = ACTIONS(4204), - [anon_sym_DASH] = ACTIONS(4204), - [anon_sym_SLASH] = ACTIONS(4204), - [anon_sym_PERCENT] = ACTIONS(4204), - [anon_sym_as_QMARK] = ACTIONS(4206), - [anon_sym_PLUS_PLUS] = ACTIONS(4206), - [anon_sym_DASH_DASH] = ACTIONS(4206), - [anon_sym_BANG_BANG] = ACTIONS(4206), - [anon_sym_suspend] = ACTIONS(4204), - [anon_sym_sealed] = ACTIONS(4204), - [anon_sym_annotation] = ACTIONS(4204), - [anon_sym_data] = ACTIONS(4204), - [anon_sym_inner] = ACTIONS(4204), - [anon_sym_value] = ACTIONS(4204), - [anon_sym_override] = ACTIONS(4204), - [anon_sym_lateinit] = ACTIONS(4204), - [anon_sym_public] = ACTIONS(4204), - [anon_sym_private] = ACTIONS(4204), - [anon_sym_internal] = ACTIONS(4204), - [anon_sym_protected] = ACTIONS(4204), - [anon_sym_tailrec] = ACTIONS(4204), - [anon_sym_operator] = ACTIONS(4204), - [anon_sym_infix] = ACTIONS(4204), - [anon_sym_inline] = ACTIONS(4204), - [anon_sym_external] = ACTIONS(4204), - [sym_property_modifier] = ACTIONS(4204), - [anon_sym_abstract] = ACTIONS(4204), - [anon_sym_final] = ACTIONS(4204), - [anon_sym_open] = ACTIONS(4204), - [anon_sym_vararg] = ACTIONS(4204), - [anon_sym_noinline] = ACTIONS(4204), - [anon_sym_crossinline] = ACTIONS(4204), - [anon_sym_expect] = ACTIONS(4204), - [anon_sym_actual] = ACTIONS(4204), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4206), - [sym__automatic_semicolon] = ACTIONS(4206), - [sym_safe_nav] = ACTIONS(4206), + [anon_sym_in] = ACTIONS(4206), + [anon_sym_DOT_DOT] = ACTIONS(4208), + [anon_sym_QMARK_COLON] = ACTIONS(4208), + [anon_sym_AMP_AMP] = ACTIONS(4208), + [anon_sym_PIPE_PIPE] = ACTIONS(4208), + [anon_sym_null] = ACTIONS(4206), + [anon_sym_if] = ACTIONS(4206), + [anon_sym_else] = ACTIONS(4206), + [anon_sym_when] = ACTIONS(4206), + [anon_sym_try] = ACTIONS(4206), + [anon_sym_throw] = ACTIONS(4206), + [anon_sym_return] = ACTIONS(4206), + [anon_sym_continue] = ACTIONS(4206), + [anon_sym_break] = ACTIONS(4206), + [anon_sym_COLON_COLON] = ACTIONS(4208), + [anon_sym_BANG_EQ] = ACTIONS(4206), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4208), + [anon_sym_EQ_EQ] = ACTIONS(4206), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4208), + [anon_sym_LT_EQ] = ACTIONS(4208), + [anon_sym_GT_EQ] = ACTIONS(4208), + [anon_sym_BANGin] = ACTIONS(4208), + [anon_sym_is] = ACTIONS(4206), + [anon_sym_BANGis] = ACTIONS(4208), + [anon_sym_PLUS] = ACTIONS(4206), + [anon_sym_DASH] = ACTIONS(4206), + [anon_sym_SLASH] = ACTIONS(4206), + [anon_sym_PERCENT] = ACTIONS(4208), + [anon_sym_as_QMARK] = ACTIONS(4208), + [anon_sym_PLUS_PLUS] = ACTIONS(4208), + [anon_sym_DASH_DASH] = ACTIONS(4208), + [anon_sym_BANG] = ACTIONS(4206), + [anon_sym_BANG_BANG] = ACTIONS(4208), + [anon_sym_data] = ACTIONS(4206), + [anon_sym_inner] = ACTIONS(4206), + [anon_sym_value] = ACTIONS(4206), + [anon_sym_expect] = ACTIONS(4206), + [anon_sym_actual] = ACTIONS(4206), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4208), + [anon_sym_continue_AT] = ACTIONS(4208), + [anon_sym_break_AT] = ACTIONS(4208), + [anon_sym_this_AT] = ACTIONS(4208), + [anon_sym_super_AT] = ACTIONS(4208), + [sym_real_literal] = ACTIONS(4208), + [sym_integer_literal] = ACTIONS(4206), + [sym_hex_literal] = ACTIONS(4208), + [sym_bin_literal] = ACTIONS(4208), + [anon_sym_true] = ACTIONS(4206), + [anon_sym_false] = ACTIONS(4206), + [anon_sym_SQUOTE] = ACTIONS(4208), + [sym__backtick_identifier] = ACTIONS(4208), + [sym__automatic_semicolon] = ACTIONS(4208), + [sym_safe_nav] = ACTIONS(4208), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4208), + }, + [3773] = { + [sym_class_body] = STATE(3921), + [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(5796), + [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_value] = 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), }, - [3820] = { - [sym_enum_class_body] = STATE(3832), - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(4463), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [sym_label] = ACTIONS(4465), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_suspend] = ACTIONS(4463), - [anon_sym_sealed] = ACTIONS(4463), - [anon_sym_annotation] = ACTIONS(4463), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_override] = ACTIONS(4463), - [anon_sym_lateinit] = ACTIONS(4463), - [anon_sym_public] = ACTIONS(4463), - [anon_sym_private] = ACTIONS(4463), - [anon_sym_internal] = ACTIONS(4463), - [anon_sym_protected] = ACTIONS(4463), - [anon_sym_tailrec] = ACTIONS(4463), - [anon_sym_operator] = ACTIONS(4463), - [anon_sym_infix] = ACTIONS(4463), - [anon_sym_inline] = ACTIONS(4463), - [anon_sym_external] = ACTIONS(4463), - [sym_property_modifier] = ACTIONS(4463), - [anon_sym_abstract] = ACTIONS(4463), - [anon_sym_final] = ACTIONS(4463), - [anon_sym_open] = ACTIONS(4463), - [anon_sym_vararg] = ACTIONS(4463), - [anon_sym_noinline] = ACTIONS(4463), - [anon_sym_crossinline] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4465), - [sym__automatic_semicolon] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), + [3774] = { + [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_value] = 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), }, - [3821] = { - [sym__alpha_identifier] = ACTIONS(4728), - [anon_sym_AT] = ACTIONS(4730), - [anon_sym_LBRACK] = ACTIONS(4730), - [anon_sym_as] = ACTIONS(4728), - [anon_sym_EQ] = ACTIONS(4728), - [anon_sym_LBRACE] = ACTIONS(4730), - [anon_sym_RBRACE] = ACTIONS(4730), - [anon_sym_LPAREN] = ACTIONS(4730), - [anon_sym_COMMA] = ACTIONS(4730), - [anon_sym_by] = ACTIONS(4728), - [anon_sym_LT] = ACTIONS(4728), - [anon_sym_GT] = ACTIONS(4728), - [anon_sym_where] = ACTIONS(4728), - [anon_sym_DOT] = ACTIONS(4728), - [anon_sym_SEMI] = ACTIONS(4730), - [anon_sym_get] = ACTIONS(4728), - [anon_sym_set] = ACTIONS(4728), - [anon_sym_STAR] = ACTIONS(4728), - [sym_label] = ACTIONS(4730), - [anon_sym_in] = ACTIONS(4728), - [anon_sym_DOT_DOT] = ACTIONS(4730), - [anon_sym_QMARK_COLON] = ACTIONS(4730), - [anon_sym_AMP_AMP] = ACTIONS(4730), - [anon_sym_PIPE_PIPE] = ACTIONS(4730), - [anon_sym_else] = ACTIONS(4728), - [anon_sym_COLON_COLON] = ACTIONS(4730), - [anon_sym_PLUS_EQ] = ACTIONS(4730), - [anon_sym_DASH_EQ] = ACTIONS(4730), - [anon_sym_STAR_EQ] = ACTIONS(4730), - [anon_sym_SLASH_EQ] = ACTIONS(4730), - [anon_sym_PERCENT_EQ] = ACTIONS(4730), - [anon_sym_BANG_EQ] = ACTIONS(4728), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4730), - [anon_sym_EQ_EQ] = ACTIONS(4728), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4730), - [anon_sym_LT_EQ] = ACTIONS(4730), - [anon_sym_GT_EQ] = ACTIONS(4730), - [anon_sym_BANGin] = ACTIONS(4730), - [anon_sym_is] = ACTIONS(4728), - [anon_sym_BANGis] = ACTIONS(4730), - [anon_sym_PLUS] = ACTIONS(4728), - [anon_sym_DASH] = ACTIONS(4728), - [anon_sym_SLASH] = ACTIONS(4728), - [anon_sym_PERCENT] = ACTIONS(4728), - [anon_sym_as_QMARK] = ACTIONS(4730), - [anon_sym_PLUS_PLUS] = ACTIONS(4730), - [anon_sym_DASH_DASH] = ACTIONS(4730), - [anon_sym_BANG_BANG] = ACTIONS(4730), - [anon_sym_suspend] = ACTIONS(4728), - [anon_sym_sealed] = ACTIONS(4728), - [anon_sym_annotation] = ACTIONS(4728), - [anon_sym_data] = ACTIONS(4728), - [anon_sym_inner] = ACTIONS(4728), - [anon_sym_value] = ACTIONS(4728), - [anon_sym_override] = ACTIONS(4728), - [anon_sym_lateinit] = ACTIONS(4728), - [anon_sym_public] = ACTIONS(4728), - [anon_sym_private] = ACTIONS(4728), - [anon_sym_internal] = ACTIONS(4728), - [anon_sym_protected] = ACTIONS(4728), - [anon_sym_tailrec] = ACTIONS(4728), - [anon_sym_operator] = ACTIONS(4728), - [anon_sym_infix] = ACTIONS(4728), - [anon_sym_inline] = ACTIONS(4728), - [anon_sym_external] = ACTIONS(4728), - [sym_property_modifier] = ACTIONS(4728), - [anon_sym_abstract] = ACTIONS(4728), - [anon_sym_final] = ACTIONS(4728), - [anon_sym_open] = ACTIONS(4728), - [anon_sym_vararg] = ACTIONS(4728), - [anon_sym_noinline] = ACTIONS(4728), - [anon_sym_crossinline] = ACTIONS(4728), - [anon_sym_expect] = ACTIONS(4728), - [anon_sym_actual] = ACTIONS(4728), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4730), - [sym__automatic_semicolon] = ACTIONS(4730), - [sym_safe_nav] = ACTIONS(4730), + [3775] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1464), + [sym__comparison_operator] = STATE(1462), + [sym__in_operator] = STATE(1459), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1452), + [sym__multiplicative_operator] = STATE(1451), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1449), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(3185), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3185), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_where] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(7067), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3187), + [anon_sym_DASH_EQ] = ACTIONS(3187), + [anon_sym_STAR_EQ] = ACTIONS(3187), + [anon_sym_SLASH_EQ] = ACTIONS(3187), + [anon_sym_PERCENT_EQ] = ACTIONS(3187), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(7095), + [anon_sym_DASH] = ACTIONS(7095), + [anon_sym_SLASH] = ACTIONS(7067), + [anon_sym_PERCENT] = ACTIONS(7067), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3187), + [sym__automatic_semicolon] = ACTIONS(3187), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [3822] = { - [sym_class_body] = STATE(3962), - [sym__alpha_identifier] = ACTIONS(4644), - [anon_sym_AT] = ACTIONS(4646), - [anon_sym_LBRACK] = ACTIONS(4646), - [anon_sym_as] = ACTIONS(4644), - [anon_sym_EQ] = ACTIONS(4644), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4646), - [anon_sym_LPAREN] = ACTIONS(4646), - [anon_sym_COMMA] = ACTIONS(4646), - [anon_sym_LT] = ACTIONS(4644), - [anon_sym_GT] = ACTIONS(4644), - [anon_sym_where] = ACTIONS(4644), - [anon_sym_DOT] = ACTIONS(4644), - [anon_sym_SEMI] = ACTIONS(4646), - [anon_sym_get] = ACTIONS(4644), - [anon_sym_set] = ACTIONS(4644), - [anon_sym_STAR] = ACTIONS(4644), - [sym_label] = ACTIONS(4646), - [anon_sym_in] = ACTIONS(4644), - [anon_sym_DOT_DOT] = ACTIONS(4646), - [anon_sym_QMARK_COLON] = ACTIONS(4646), - [anon_sym_AMP_AMP] = ACTIONS(4646), - [anon_sym_PIPE_PIPE] = ACTIONS(4646), - [anon_sym_else] = ACTIONS(4644), - [anon_sym_COLON_COLON] = ACTIONS(4646), - [anon_sym_PLUS_EQ] = ACTIONS(4646), - [anon_sym_DASH_EQ] = ACTIONS(4646), - [anon_sym_STAR_EQ] = ACTIONS(4646), - [anon_sym_SLASH_EQ] = ACTIONS(4646), - [anon_sym_PERCENT_EQ] = ACTIONS(4646), - [anon_sym_BANG_EQ] = ACTIONS(4644), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4646), - [anon_sym_EQ_EQ] = ACTIONS(4644), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4646), - [anon_sym_LT_EQ] = ACTIONS(4646), - [anon_sym_GT_EQ] = ACTIONS(4646), - [anon_sym_BANGin] = ACTIONS(4646), - [anon_sym_is] = ACTIONS(4644), - [anon_sym_BANGis] = ACTIONS(4646), - [anon_sym_PLUS] = ACTIONS(4644), - [anon_sym_DASH] = ACTIONS(4644), - [anon_sym_SLASH] = ACTIONS(4644), - [anon_sym_PERCENT] = ACTIONS(4644), - [anon_sym_as_QMARK] = ACTIONS(4646), - [anon_sym_PLUS_PLUS] = ACTIONS(4646), - [anon_sym_DASH_DASH] = ACTIONS(4646), - [anon_sym_BANG_BANG] = ACTIONS(4646), - [anon_sym_suspend] = ACTIONS(4644), - [anon_sym_sealed] = ACTIONS(4644), - [anon_sym_annotation] = ACTIONS(4644), - [anon_sym_data] = ACTIONS(4644), - [anon_sym_inner] = ACTIONS(4644), - [anon_sym_value] = ACTIONS(4644), - [anon_sym_override] = ACTIONS(4644), - [anon_sym_lateinit] = ACTIONS(4644), - [anon_sym_public] = ACTIONS(4644), - [anon_sym_private] = ACTIONS(4644), - [anon_sym_internal] = ACTIONS(4644), - [anon_sym_protected] = ACTIONS(4644), - [anon_sym_tailrec] = ACTIONS(4644), - [anon_sym_operator] = ACTIONS(4644), - [anon_sym_infix] = ACTIONS(4644), - [anon_sym_inline] = ACTIONS(4644), - [anon_sym_external] = ACTIONS(4644), - [sym_property_modifier] = ACTIONS(4644), - [anon_sym_abstract] = ACTIONS(4644), - [anon_sym_final] = ACTIONS(4644), - [anon_sym_open] = ACTIONS(4644), - [anon_sym_vararg] = ACTIONS(4644), - [anon_sym_noinline] = ACTIONS(4644), - [anon_sym_crossinline] = ACTIONS(4644), - [anon_sym_expect] = ACTIONS(4644), - [anon_sym_actual] = ACTIONS(4644), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4646), - [sym__automatic_semicolon] = ACTIONS(4646), - [sym_safe_nav] = ACTIONS(4646), + [3776] = { + [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_value] = 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), }, - [3823] = { - [sym_enum_class_body] = STATE(3952), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(4321), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4321), - [sym_label] = ACTIONS(4323), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), + [3777] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1464), + [sym__comparison_operator] = STATE(1462), + [sym__in_operator] = STATE(1459), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1452), + [sym__multiplicative_operator] = STATE(1451), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1449), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3178), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3180), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3180), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_where] = ACTIONS(3178), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7067), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_DOT_DOT] = ACTIONS(7073), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_else] = ACTIONS(3178), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3180), + [anon_sym_DASH_EQ] = ACTIONS(3180), + [anon_sym_STAR_EQ] = ACTIONS(3180), + [anon_sym_SLASH_EQ] = ACTIONS(3180), + [anon_sym_PERCENT_EQ] = ACTIONS(3180), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), + [anon_sym_PLUS] = ACTIONS(7095), + [anon_sym_DASH] = ACTIONS(7095), + [anon_sym_SLASH] = ACTIONS(7067), + [anon_sym_PERCENT] = ACTIONS(7067), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3180), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [3824] = { - [sym__alpha_identifier] = ACTIONS(4317), - [anon_sym_AT] = ACTIONS(4319), - [anon_sym_LBRACK] = ACTIONS(4319), - [anon_sym_typealias] = ACTIONS(4317), - [anon_sym_class] = ACTIONS(4317), - [anon_sym_interface] = ACTIONS(4317), - [anon_sym_enum] = ACTIONS(4317), - [anon_sym_LBRACE] = ACTIONS(4319), - [anon_sym_LPAREN] = ACTIONS(4319), - [anon_sym_val] = ACTIONS(4317), - [anon_sym_var] = ACTIONS(4317), - [anon_sym_object] = ACTIONS(4317), - [anon_sym_fun] = ACTIONS(4317), - [anon_sym_DOT] = ACTIONS(4317), - [anon_sym_get] = ACTIONS(4317), - [anon_sym_set] = ACTIONS(4317), - [anon_sym_this] = ACTIONS(4317), - [anon_sym_super] = ACTIONS(4317), - [anon_sym_STAR] = ACTIONS(4319), - [sym_label] = ACTIONS(4317), - [anon_sym_for] = ACTIONS(4317), - [anon_sym_while] = ACTIONS(4317), - [anon_sym_do] = ACTIONS(4317), - [anon_sym_null] = ACTIONS(4317), - [anon_sym_if] = ACTIONS(4317), - [anon_sym_when] = ACTIONS(4317), - [anon_sym_try] = ACTIONS(4317), - [anon_sym_throw] = ACTIONS(4317), - [anon_sym_return] = ACTIONS(4317), - [anon_sym_continue] = ACTIONS(4317), - [anon_sym_break] = ACTIONS(4317), - [anon_sym_COLON_COLON] = ACTIONS(4319), - [anon_sym_PLUS] = ACTIONS(4317), - [anon_sym_DASH] = ACTIONS(4317), - [anon_sym_PLUS_PLUS] = ACTIONS(4319), - [anon_sym_DASH_DASH] = ACTIONS(4319), - [anon_sym_BANG] = ACTIONS(4319), - [anon_sym_suspend] = ACTIONS(4317), - [anon_sym_sealed] = ACTIONS(4317), - [anon_sym_annotation] = ACTIONS(4317), - [anon_sym_data] = ACTIONS(4317), - [anon_sym_inner] = ACTIONS(4317), - [anon_sym_value] = ACTIONS(4317), - [anon_sym_override] = ACTIONS(4317), - [anon_sym_lateinit] = ACTIONS(4317), - [anon_sym_public] = ACTIONS(4317), - [anon_sym_private] = ACTIONS(4317), - [anon_sym_internal] = ACTIONS(4317), - [anon_sym_protected] = ACTIONS(4317), - [anon_sym_tailrec] = ACTIONS(4317), - [anon_sym_operator] = ACTIONS(4317), - [anon_sym_infix] = ACTIONS(4317), - [anon_sym_inline] = ACTIONS(4317), - [anon_sym_external] = ACTIONS(4317), - [sym_property_modifier] = ACTIONS(4317), - [anon_sym_abstract] = ACTIONS(4317), - [anon_sym_final] = ACTIONS(4317), - [anon_sym_open] = ACTIONS(4317), - [anon_sym_vararg] = ACTIONS(4317), - [anon_sym_noinline] = ACTIONS(4317), - [anon_sym_crossinline] = ACTIONS(4317), - [anon_sym_expect] = ACTIONS(4317), - [anon_sym_actual] = ACTIONS(4317), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4319), - [anon_sym_continue_AT] = ACTIONS(4319), - [anon_sym_break_AT] = ACTIONS(4319), - [anon_sym_this_AT] = ACTIONS(4319), - [anon_sym_super_AT] = ACTIONS(4319), - [sym_real_literal] = ACTIONS(4319), - [sym_integer_literal] = ACTIONS(4317), - [sym_hex_literal] = ACTIONS(4319), - [sym_bin_literal] = ACTIONS(4319), - [anon_sym_true] = ACTIONS(4317), - [anon_sym_false] = ACTIONS(4317), - [anon_sym_SQUOTE] = ACTIONS(4319), - [sym__backtick_identifier] = ACTIONS(4319), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4319), + [3778] = { + [sym_function_body] = STATE(3460), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_RPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [sym_label] = ACTIONS(4325), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_while] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), }, - [3825] = { - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_EQ] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_by] = ACTIONS(6954), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4505), - [sym_label] = ACTIONS(4507), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_PLUS_EQ] = ACTIONS(4507), - [anon_sym_DASH_EQ] = ACTIONS(4507), - [anon_sym_STAR_EQ] = ACTIONS(4507), - [anon_sym_SLASH_EQ] = ACTIONS(4507), - [anon_sym_PERCENT_EQ] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_suspend] = ACTIONS(4505), - [anon_sym_sealed] = ACTIONS(4505), - [anon_sym_annotation] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_override] = ACTIONS(4505), - [anon_sym_lateinit] = ACTIONS(4505), - [anon_sym_public] = ACTIONS(4505), - [anon_sym_private] = ACTIONS(4505), - [anon_sym_internal] = ACTIONS(4505), - [anon_sym_protected] = ACTIONS(4505), - [anon_sym_tailrec] = ACTIONS(4505), - [anon_sym_operator] = ACTIONS(4505), - [anon_sym_infix] = ACTIONS(4505), - [anon_sym_inline] = ACTIONS(4505), - [anon_sym_external] = ACTIONS(4505), - [sym_property_modifier] = ACTIONS(4505), - [anon_sym_abstract] = ACTIONS(4505), - [anon_sym_final] = ACTIONS(4505), - [anon_sym_open] = ACTIONS(4505), - [anon_sym_vararg] = ACTIONS(4505), - [anon_sym_noinline] = ACTIONS(4505), - [anon_sym_crossinline] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4507), - [sym__automatic_semicolon] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), + [3779] = { + [sym_enum_class_body] = STATE(3921), + [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(5782), + [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_value] = 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), }, - [3826] = { - [sym__alpha_identifier] = ACTIONS(4762), - [anon_sym_AT] = ACTIONS(4765), - [anon_sym_LBRACK] = ACTIONS(4765), - [anon_sym_as] = ACTIONS(4762), - [anon_sym_EQ] = ACTIONS(4762), - [anon_sym_LBRACE] = ACTIONS(4765), - [anon_sym_RBRACE] = ACTIONS(4765), - [anon_sym_LPAREN] = ACTIONS(4765), - [anon_sym_COMMA] = ACTIONS(4765), - [anon_sym_by] = ACTIONS(4762), - [anon_sym_LT] = ACTIONS(4762), - [anon_sym_GT] = ACTIONS(4762), - [anon_sym_where] = ACTIONS(4762), - [anon_sym_DOT] = ACTIONS(4762), - [anon_sym_SEMI] = ACTIONS(4765), - [anon_sym_get] = ACTIONS(4762), - [anon_sym_set] = ACTIONS(4762), - [anon_sym_STAR] = ACTIONS(4762), - [sym_label] = ACTIONS(4765), - [anon_sym_in] = ACTIONS(4762), - [anon_sym_DOT_DOT] = ACTIONS(4765), - [anon_sym_QMARK_COLON] = ACTIONS(4765), - [anon_sym_AMP_AMP] = ACTIONS(4765), - [anon_sym_PIPE_PIPE] = ACTIONS(4765), - [anon_sym_else] = ACTIONS(4762), - [anon_sym_COLON_COLON] = ACTIONS(4765), - [anon_sym_PLUS_EQ] = ACTIONS(4765), - [anon_sym_DASH_EQ] = ACTIONS(4765), - [anon_sym_STAR_EQ] = ACTIONS(4765), - [anon_sym_SLASH_EQ] = ACTIONS(4765), - [anon_sym_PERCENT_EQ] = ACTIONS(4765), - [anon_sym_BANG_EQ] = ACTIONS(4762), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4765), - [anon_sym_EQ_EQ] = ACTIONS(4762), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4765), - [anon_sym_LT_EQ] = ACTIONS(4765), - [anon_sym_GT_EQ] = ACTIONS(4765), - [anon_sym_BANGin] = ACTIONS(4765), - [anon_sym_is] = ACTIONS(4762), - [anon_sym_BANGis] = ACTIONS(4765), - [anon_sym_PLUS] = ACTIONS(4762), - [anon_sym_DASH] = ACTIONS(4762), - [anon_sym_SLASH] = ACTIONS(4762), - [anon_sym_PERCENT] = ACTIONS(4762), - [anon_sym_as_QMARK] = ACTIONS(4765), - [anon_sym_PLUS_PLUS] = ACTIONS(4765), - [anon_sym_DASH_DASH] = ACTIONS(4765), - [anon_sym_BANG_BANG] = ACTIONS(4765), - [anon_sym_suspend] = ACTIONS(4762), - [anon_sym_sealed] = ACTIONS(4762), - [anon_sym_annotation] = ACTIONS(4762), - [anon_sym_data] = ACTIONS(4762), - [anon_sym_inner] = ACTIONS(4762), - [anon_sym_value] = ACTIONS(4762), - [anon_sym_override] = ACTIONS(4762), - [anon_sym_lateinit] = ACTIONS(4762), - [anon_sym_public] = ACTIONS(4762), - [anon_sym_private] = ACTIONS(4762), - [anon_sym_internal] = ACTIONS(4762), - [anon_sym_protected] = ACTIONS(4762), - [anon_sym_tailrec] = ACTIONS(4762), - [anon_sym_operator] = ACTIONS(4762), - [anon_sym_infix] = ACTIONS(4762), - [anon_sym_inline] = ACTIONS(4762), - [anon_sym_external] = ACTIONS(4762), - [sym_property_modifier] = ACTIONS(4762), - [anon_sym_abstract] = ACTIONS(4762), - [anon_sym_final] = ACTIONS(4762), - [anon_sym_open] = ACTIONS(4762), - [anon_sym_vararg] = ACTIONS(4762), - [anon_sym_noinline] = ACTIONS(4762), - [anon_sym_crossinline] = ACTIONS(4762), - [anon_sym_expect] = ACTIONS(4762), - [anon_sym_actual] = ACTIONS(4762), + [3780] = { + [sym_type_constraints] = STATE(3883), + [sym_function_body] = STATE(3487), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_RBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_RPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [anon_sym_DASH_GT] = ACTIONS(4141), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_while] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + }, + [3781] = { + [sym_class_body] = STATE(4025), + [sym__alpha_identifier] = ACTIONS(4339), + [anon_sym_AT] = ACTIONS(4341), + [anon_sym_LBRACK] = ACTIONS(4341), + [anon_sym_as] = ACTIONS(4339), + [anon_sym_EQ] = ACTIONS(4339), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4341), + [anon_sym_LPAREN] = ACTIONS(4341), + [anon_sym_COMMA] = ACTIONS(4341), + [anon_sym_LT] = ACTIONS(4339), + [anon_sym_GT] = ACTIONS(4339), + [anon_sym_where] = ACTIONS(4339), + [anon_sym_DOT] = ACTIONS(4339), + [anon_sym_SEMI] = ACTIONS(4341), + [anon_sym_get] = ACTIONS(4339), + [anon_sym_set] = ACTIONS(4339), + [anon_sym_STAR] = ACTIONS(4339), + [sym_label] = ACTIONS(4341), + [anon_sym_in] = ACTIONS(4339), + [anon_sym_DOT_DOT] = ACTIONS(4341), + [anon_sym_QMARK_COLON] = ACTIONS(4341), + [anon_sym_AMP_AMP] = ACTIONS(4341), + [anon_sym_PIPE_PIPE] = ACTIONS(4341), + [anon_sym_else] = ACTIONS(4339), + [anon_sym_COLON_COLON] = ACTIONS(4341), + [anon_sym_PLUS_EQ] = ACTIONS(4341), + [anon_sym_DASH_EQ] = ACTIONS(4341), + [anon_sym_STAR_EQ] = ACTIONS(4341), + [anon_sym_SLASH_EQ] = ACTIONS(4341), + [anon_sym_PERCENT_EQ] = ACTIONS(4341), + [anon_sym_BANG_EQ] = ACTIONS(4339), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4341), + [anon_sym_EQ_EQ] = ACTIONS(4339), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4341), + [anon_sym_LT_EQ] = ACTIONS(4341), + [anon_sym_GT_EQ] = ACTIONS(4341), + [anon_sym_BANGin] = ACTIONS(4341), + [anon_sym_is] = ACTIONS(4339), + [anon_sym_BANGis] = ACTIONS(4341), + [anon_sym_PLUS] = ACTIONS(4339), + [anon_sym_DASH] = ACTIONS(4339), + [anon_sym_SLASH] = ACTIONS(4339), + [anon_sym_PERCENT] = ACTIONS(4339), + [anon_sym_as_QMARK] = ACTIONS(4341), + [anon_sym_PLUS_PLUS] = ACTIONS(4341), + [anon_sym_DASH_DASH] = ACTIONS(4341), + [anon_sym_BANG_BANG] = ACTIONS(4341), + [anon_sym_suspend] = ACTIONS(4339), + [anon_sym_sealed] = ACTIONS(4339), + [anon_sym_annotation] = ACTIONS(4339), + [anon_sym_data] = ACTIONS(4339), + [anon_sym_inner] = ACTIONS(4339), + [anon_sym_value] = ACTIONS(4339), + [anon_sym_override] = ACTIONS(4339), + [anon_sym_lateinit] = ACTIONS(4339), + [anon_sym_public] = ACTIONS(4339), + [anon_sym_private] = ACTIONS(4339), + [anon_sym_internal] = ACTIONS(4339), + [anon_sym_protected] = ACTIONS(4339), + [anon_sym_tailrec] = ACTIONS(4339), + [anon_sym_operator] = ACTIONS(4339), + [anon_sym_infix] = ACTIONS(4339), + [anon_sym_inline] = ACTIONS(4339), + [anon_sym_external] = ACTIONS(4339), + [sym_property_modifier] = ACTIONS(4339), + [anon_sym_abstract] = ACTIONS(4339), + [anon_sym_final] = ACTIONS(4339), + [anon_sym_open] = ACTIONS(4339), + [anon_sym_vararg] = ACTIONS(4339), + [anon_sym_noinline] = ACTIONS(4339), + [anon_sym_crossinline] = ACTIONS(4339), + [anon_sym_expect] = ACTIONS(4339), + [anon_sym_actual] = ACTIONS(4339), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4765), - [sym__automatic_semicolon] = ACTIONS(4765), - [sym_safe_nav] = ACTIONS(4765), + [sym__backtick_identifier] = ACTIONS(4341), + [sym__automatic_semicolon] = ACTIONS(4341), + [sym_safe_nav] = ACTIONS(4341), [sym_multiline_comment] = ACTIONS(3), }, - [3827] = { - [sym__alpha_identifier] = ACTIONS(4758), - [anon_sym_AT] = ACTIONS(4760), - [anon_sym_COLON] = ACTIONS(4758), - [anon_sym_LBRACK] = ACTIONS(4760), - [anon_sym_as] = ACTIONS(4758), - [anon_sym_EQ] = ACTIONS(4758), - [anon_sym_LBRACE] = ACTIONS(4760), - [anon_sym_RBRACE] = ACTIONS(4760), - [anon_sym_LPAREN] = ACTIONS(4760), - [anon_sym_COMMA] = ACTIONS(4760), - [anon_sym_LT] = ACTIONS(4758), - [anon_sym_GT] = ACTIONS(4758), - [anon_sym_where] = ACTIONS(4758), - [anon_sym_DOT] = ACTIONS(4758), - [anon_sym_SEMI] = ACTIONS(4760), - [anon_sym_get] = ACTIONS(4758), - [anon_sym_set] = ACTIONS(4758), - [anon_sym_STAR] = ACTIONS(4758), - [sym_label] = ACTIONS(4760), - [anon_sym_in] = ACTIONS(4758), - [anon_sym_DOT_DOT] = ACTIONS(4760), - [anon_sym_QMARK_COLON] = ACTIONS(4760), - [anon_sym_AMP_AMP] = ACTIONS(4760), - [anon_sym_PIPE_PIPE] = ACTIONS(4760), - [anon_sym_else] = ACTIONS(4758), - [anon_sym_COLON_COLON] = ACTIONS(4760), - [anon_sym_PLUS_EQ] = ACTIONS(4760), - [anon_sym_DASH_EQ] = ACTIONS(4760), - [anon_sym_STAR_EQ] = ACTIONS(4760), - [anon_sym_SLASH_EQ] = ACTIONS(4760), - [anon_sym_PERCENT_EQ] = ACTIONS(4760), - [anon_sym_BANG_EQ] = ACTIONS(4758), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4760), - [anon_sym_EQ_EQ] = ACTIONS(4758), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4760), - [anon_sym_LT_EQ] = ACTIONS(4760), - [anon_sym_GT_EQ] = ACTIONS(4760), - [anon_sym_BANGin] = ACTIONS(4760), - [anon_sym_is] = ACTIONS(4758), - [anon_sym_BANGis] = ACTIONS(4760), - [anon_sym_PLUS] = ACTIONS(4758), - [anon_sym_DASH] = ACTIONS(4758), - [anon_sym_SLASH] = ACTIONS(4758), - [anon_sym_PERCENT] = ACTIONS(4758), - [anon_sym_as_QMARK] = ACTIONS(4760), - [anon_sym_PLUS_PLUS] = ACTIONS(4760), - [anon_sym_DASH_DASH] = ACTIONS(4760), - [anon_sym_BANG_BANG] = ACTIONS(4760), - [anon_sym_suspend] = ACTIONS(4758), - [anon_sym_sealed] = ACTIONS(4758), - [anon_sym_annotation] = ACTIONS(4758), - [anon_sym_data] = ACTIONS(4758), - [anon_sym_inner] = ACTIONS(4758), - [anon_sym_value] = ACTIONS(4758), - [anon_sym_override] = ACTIONS(4758), - [anon_sym_lateinit] = ACTIONS(4758), - [anon_sym_public] = ACTIONS(4758), - [anon_sym_private] = ACTIONS(4758), - [anon_sym_internal] = ACTIONS(4758), - [anon_sym_protected] = ACTIONS(4758), - [anon_sym_tailrec] = ACTIONS(4758), - [anon_sym_operator] = ACTIONS(4758), - [anon_sym_infix] = ACTIONS(4758), - [anon_sym_inline] = ACTIONS(4758), - [anon_sym_external] = ACTIONS(4758), - [sym_property_modifier] = ACTIONS(4758), - [anon_sym_abstract] = ACTIONS(4758), - [anon_sym_final] = ACTIONS(4758), - [anon_sym_open] = ACTIONS(4758), - [anon_sym_vararg] = ACTIONS(4758), - [anon_sym_noinline] = ACTIONS(4758), - [anon_sym_crossinline] = ACTIONS(4758), - [anon_sym_expect] = ACTIONS(4758), - [anon_sym_actual] = ACTIONS(4758), + [3782] = { + [sym_function_body] = STATE(3456), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(7107), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_RBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [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(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_value] = 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), + }, + [3783] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1464), + [sym__comparison_operator] = STATE(1462), + [sym__in_operator] = STATE(1459), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1452), + [sym__multiplicative_operator] = STATE(1451), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1449), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3101), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3103), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7063), + [anon_sym_where] = ACTIONS(3101), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7067), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7071), + [anon_sym_DOT_DOT] = ACTIONS(7073), + [anon_sym_QMARK_COLON] = ACTIONS(7075), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_else] = ACTIONS(3101), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3103), + [anon_sym_DASH_EQ] = ACTIONS(3103), + [anon_sym_STAR_EQ] = ACTIONS(3103), + [anon_sym_SLASH_EQ] = ACTIONS(3103), + [anon_sym_PERCENT_EQ] = ACTIONS(3103), + [anon_sym_BANG_EQ] = ACTIONS(7083), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7085), + [anon_sym_EQ_EQ] = ACTIONS(7083), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7085), + [anon_sym_LT_EQ] = ACTIONS(7087), + [anon_sym_GT_EQ] = ACTIONS(7087), + [anon_sym_BANGin] = ACTIONS(7089), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7095), + [anon_sym_DASH] = ACTIONS(7095), + [anon_sym_SLASH] = ACTIONS(7067), + [anon_sym_PERCENT] = ACTIONS(7067), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4760), - [sym__automatic_semicolon] = ACTIONS(4760), - [sym_safe_nav] = ACTIONS(4760), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3103), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [3828] = { - [sym__alpha_identifier] = ACTIONS(4798), - [anon_sym_AT] = ACTIONS(4800), - [anon_sym_LBRACK] = ACTIONS(4800), - [anon_sym_as] = ACTIONS(4798), - [anon_sym_EQ] = ACTIONS(4798), - [anon_sym_LBRACE] = ACTIONS(4800), - [anon_sym_RBRACE] = ACTIONS(4800), - [anon_sym_LPAREN] = ACTIONS(4800), - [anon_sym_COMMA] = ACTIONS(4800), - [anon_sym_LT] = ACTIONS(4798), - [anon_sym_GT] = ACTIONS(4798), - [anon_sym_where] = ACTIONS(4798), - [anon_sym_DOT] = ACTIONS(4798), - [anon_sym_SEMI] = ACTIONS(4800), - [anon_sym_get] = ACTIONS(4798), - [anon_sym_set] = ACTIONS(4798), - [anon_sym_STAR] = ACTIONS(4798), - [sym_label] = ACTIONS(4800), - [anon_sym_in] = ACTIONS(4798), - [anon_sym_DOT_DOT] = ACTIONS(4800), - [anon_sym_QMARK_COLON] = ACTIONS(4800), - [anon_sym_AMP_AMP] = ACTIONS(4800), - [anon_sym_PIPE_PIPE] = ACTIONS(4800), - [anon_sym_else] = ACTIONS(4798), - [anon_sym_COLON_COLON] = ACTIONS(4800), - [anon_sym_PLUS_EQ] = ACTIONS(4800), - [anon_sym_DASH_EQ] = ACTIONS(4800), - [anon_sym_STAR_EQ] = ACTIONS(4800), - [anon_sym_SLASH_EQ] = ACTIONS(4800), - [anon_sym_PERCENT_EQ] = ACTIONS(4800), - [anon_sym_BANG_EQ] = ACTIONS(4798), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4800), - [anon_sym_EQ_EQ] = ACTIONS(4798), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4800), - [anon_sym_LT_EQ] = ACTIONS(4800), - [anon_sym_GT_EQ] = ACTIONS(4800), - [anon_sym_BANGin] = ACTIONS(4800), - [anon_sym_is] = ACTIONS(4798), - [anon_sym_BANGis] = ACTIONS(4800), - [anon_sym_PLUS] = ACTIONS(4798), - [anon_sym_DASH] = ACTIONS(4798), - [anon_sym_SLASH] = ACTIONS(4798), - [anon_sym_PERCENT] = ACTIONS(4798), - [anon_sym_as_QMARK] = ACTIONS(4800), - [anon_sym_PLUS_PLUS] = ACTIONS(4800), - [anon_sym_DASH_DASH] = ACTIONS(4800), - [anon_sym_BANG_BANG] = ACTIONS(4800), - [anon_sym_suspend] = ACTIONS(4798), - [anon_sym_sealed] = ACTIONS(4798), - [anon_sym_annotation] = ACTIONS(4798), - [anon_sym_data] = ACTIONS(4798), - [anon_sym_inner] = ACTIONS(4798), - [anon_sym_value] = ACTIONS(4798), - [anon_sym_override] = ACTIONS(4798), - [anon_sym_lateinit] = ACTIONS(4798), - [anon_sym_public] = ACTIONS(4798), - [anon_sym_private] = ACTIONS(4798), - [anon_sym_internal] = ACTIONS(4798), - [anon_sym_protected] = ACTIONS(4798), - [anon_sym_tailrec] = ACTIONS(4798), - [anon_sym_operator] = ACTIONS(4798), - [anon_sym_infix] = ACTIONS(4798), - [anon_sym_inline] = ACTIONS(4798), - [anon_sym_external] = ACTIONS(4798), - [sym_property_modifier] = ACTIONS(4798), - [anon_sym_abstract] = ACTIONS(4798), - [anon_sym_final] = ACTIONS(4798), - [anon_sym_open] = ACTIONS(4798), - [anon_sym_vararg] = ACTIONS(4798), - [anon_sym_noinline] = ACTIONS(4798), - [anon_sym_crossinline] = ACTIONS(4798), - [anon_sym_expect] = ACTIONS(4798), - [anon_sym_actual] = ACTIONS(4798), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4800), - [sym__automatic_semicolon] = ACTIONS(4800), - [sym_safe_nav] = ACTIONS(4800), + [3784] = { + [sym_function_body] = STATE(3416), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_COLON] = ACTIONS(7109), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_RBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_COMMA] = ACTIONS(4253), + [anon_sym_RPAREN] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_where] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4253), + [anon_sym_DASH_GT] = ACTIONS(4253), + [sym_label] = ACTIONS(4253), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_while] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4253), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_suspend] = ACTIONS(4251), + [anon_sym_sealed] = ACTIONS(4251), + [anon_sym_annotation] = ACTIONS(4251), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_override] = ACTIONS(4251), + [anon_sym_lateinit] = ACTIONS(4251), + [anon_sym_public] = ACTIONS(4251), + [anon_sym_private] = ACTIONS(4251), + [anon_sym_internal] = ACTIONS(4251), + [anon_sym_protected] = ACTIONS(4251), + [anon_sym_tailrec] = ACTIONS(4251), + [anon_sym_operator] = ACTIONS(4251), + [anon_sym_infix] = ACTIONS(4251), + [anon_sym_inline] = ACTIONS(4251), + [anon_sym_external] = ACTIONS(4251), + [sym_property_modifier] = ACTIONS(4251), + [anon_sym_abstract] = ACTIONS(4251), + [anon_sym_final] = ACTIONS(4251), + [anon_sym_open] = ACTIONS(4251), + [anon_sym_vararg] = ACTIONS(4251), + [anon_sym_noinline] = ACTIONS(4251), + [anon_sym_crossinline] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), [sym_multiline_comment] = ACTIONS(3), }, - [3829] = { - [sym__alpha_identifier] = ACTIONS(4451), - [anon_sym_AT] = ACTIONS(4453), - [anon_sym_LBRACK] = ACTIONS(4453), - [anon_sym_as] = ACTIONS(4451), - [anon_sym_EQ] = ACTIONS(5020), - [anon_sym_LBRACE] = ACTIONS(4453), - [anon_sym_RBRACE] = ACTIONS(4453), - [anon_sym_LPAREN] = ACTIONS(4453), - [anon_sym_COMMA] = ACTIONS(4453), - [anon_sym_LT] = ACTIONS(4451), - [anon_sym_GT] = ACTIONS(4451), - [anon_sym_where] = ACTIONS(4451), - [anon_sym_DOT] = ACTIONS(4451), - [anon_sym_SEMI] = ACTIONS(4453), - [anon_sym_get] = ACTIONS(4451), - [anon_sym_set] = ACTIONS(4451), - [anon_sym_STAR] = ACTIONS(4451), - [sym_label] = ACTIONS(4453), - [anon_sym_in] = ACTIONS(4451), - [anon_sym_DOT_DOT] = ACTIONS(4453), - [anon_sym_QMARK_COLON] = ACTIONS(4453), - [anon_sym_AMP_AMP] = ACTIONS(4453), - [anon_sym_PIPE_PIPE] = ACTIONS(4453), - [anon_sym_else] = ACTIONS(4451), - [anon_sym_COLON_COLON] = ACTIONS(4453), - [anon_sym_PLUS_EQ] = ACTIONS(5022), - [anon_sym_DASH_EQ] = ACTIONS(5022), - [anon_sym_STAR_EQ] = ACTIONS(5022), - [anon_sym_SLASH_EQ] = ACTIONS(5022), - [anon_sym_PERCENT_EQ] = ACTIONS(5022), - [anon_sym_BANG_EQ] = ACTIONS(4451), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4453), - [anon_sym_EQ_EQ] = ACTIONS(4451), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4453), - [anon_sym_LT_EQ] = ACTIONS(4453), - [anon_sym_GT_EQ] = ACTIONS(4453), - [anon_sym_BANGin] = ACTIONS(4453), - [anon_sym_is] = ACTIONS(4451), - [anon_sym_BANGis] = ACTIONS(4453), - [anon_sym_PLUS] = ACTIONS(4451), - [anon_sym_DASH] = ACTIONS(4451), - [anon_sym_SLASH] = ACTIONS(4451), - [anon_sym_PERCENT] = ACTIONS(4451), - [anon_sym_as_QMARK] = ACTIONS(4453), - [anon_sym_PLUS_PLUS] = ACTIONS(4453), - [anon_sym_DASH_DASH] = ACTIONS(4453), - [anon_sym_BANG_BANG] = ACTIONS(4453), - [anon_sym_suspend] = ACTIONS(4451), - [anon_sym_sealed] = ACTIONS(4451), - [anon_sym_annotation] = ACTIONS(4451), - [anon_sym_data] = ACTIONS(4451), - [anon_sym_inner] = ACTIONS(4451), - [anon_sym_value] = ACTIONS(4451), - [anon_sym_override] = ACTIONS(4451), - [anon_sym_lateinit] = ACTIONS(4451), - [anon_sym_public] = ACTIONS(4451), - [anon_sym_private] = ACTIONS(4451), - [anon_sym_internal] = ACTIONS(4451), - [anon_sym_protected] = ACTIONS(4451), - [anon_sym_tailrec] = ACTIONS(4451), - [anon_sym_operator] = ACTIONS(4451), - [anon_sym_infix] = ACTIONS(4451), - [anon_sym_inline] = ACTIONS(4451), - [anon_sym_external] = ACTIONS(4451), - [sym_property_modifier] = ACTIONS(4451), - [anon_sym_abstract] = ACTIONS(4451), - [anon_sym_final] = ACTIONS(4451), - [anon_sym_open] = ACTIONS(4451), - [anon_sym_vararg] = ACTIONS(4451), - [anon_sym_noinline] = ACTIONS(4451), - [anon_sym_crossinline] = ACTIONS(4451), - [anon_sym_expect] = ACTIONS(4451), - [anon_sym_actual] = ACTIONS(4451), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4453), - [sym__automatic_semicolon] = ACTIONS(4453), - [sym_safe_nav] = ACTIONS(4453), + [3785] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1464), + [sym__comparison_operator] = STATE(1462), + [sym__in_operator] = STATE(1459), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1452), + [sym__multiplicative_operator] = STATE(1451), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1449), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3105), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3107), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7063), + [anon_sym_where] = ACTIONS(3105), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7067), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7071), + [anon_sym_DOT_DOT] = ACTIONS(7073), + [anon_sym_QMARK_COLON] = ACTIONS(7075), + [anon_sym_AMP_AMP] = ACTIONS(7077), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_else] = ACTIONS(3105), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3107), + [anon_sym_DASH_EQ] = ACTIONS(3107), + [anon_sym_STAR_EQ] = ACTIONS(3107), + [anon_sym_SLASH_EQ] = ACTIONS(3107), + [anon_sym_PERCENT_EQ] = ACTIONS(3107), + [anon_sym_BANG_EQ] = ACTIONS(7083), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7085), + [anon_sym_EQ_EQ] = ACTIONS(7083), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7085), + [anon_sym_LT_EQ] = ACTIONS(7087), + [anon_sym_GT_EQ] = ACTIONS(7087), + [anon_sym_BANGin] = ACTIONS(7089), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7095), + [anon_sym_DASH] = ACTIONS(7095), + [anon_sym_SLASH] = ACTIONS(7067), + [anon_sym_PERCENT] = ACTIONS(7067), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3107), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [3830] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3835), - [sym__alpha_identifier] = ACTIONS(4736), - [anon_sym_AT] = ACTIONS(4738), - [anon_sym_LBRACK] = ACTIONS(4738), - [anon_sym_as] = ACTIONS(4736), - [anon_sym_LBRACE] = ACTIONS(4738), - [anon_sym_RBRACE] = ACTIONS(4738), - [anon_sym_LPAREN] = ACTIONS(4738), - [anon_sym_COMMA] = ACTIONS(4738), - [anon_sym_LT] = ACTIONS(4736), - [anon_sym_GT] = ACTIONS(4736), - [anon_sym_where] = ACTIONS(4736), - [anon_sym_object] = ACTIONS(4736), - [anon_sym_fun] = ACTIONS(4736), - [anon_sym_DOT] = ACTIONS(4736), - [anon_sym_SEMI] = ACTIONS(4738), - [anon_sym_get] = ACTIONS(4736), - [anon_sym_set] = ACTIONS(4736), - [anon_sym_this] = ACTIONS(4736), - [anon_sym_super] = ACTIONS(4736), - [anon_sym_STAR] = ACTIONS(4738), - [sym_label] = ACTIONS(4736), - [anon_sym_in] = ACTIONS(4736), - [anon_sym_DOT_DOT] = ACTIONS(4738), - [anon_sym_QMARK_COLON] = ACTIONS(4738), - [anon_sym_AMP_AMP] = ACTIONS(4738), - [anon_sym_PIPE_PIPE] = ACTIONS(4738), - [anon_sym_null] = ACTIONS(4736), - [anon_sym_if] = ACTIONS(4736), - [anon_sym_else] = ACTIONS(4736), - [anon_sym_when] = ACTIONS(4736), - [anon_sym_try] = ACTIONS(4736), - [anon_sym_throw] = ACTIONS(4736), - [anon_sym_return] = ACTIONS(4736), - [anon_sym_continue] = ACTIONS(4736), - [anon_sym_break] = ACTIONS(4736), - [anon_sym_COLON_COLON] = ACTIONS(4738), - [anon_sym_BANG_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4738), - [anon_sym_LT_EQ] = ACTIONS(4738), - [anon_sym_GT_EQ] = ACTIONS(4738), - [anon_sym_BANGin] = ACTIONS(4738), - [anon_sym_is] = ACTIONS(4736), - [anon_sym_BANGis] = ACTIONS(4738), - [anon_sym_PLUS] = ACTIONS(4736), - [anon_sym_DASH] = ACTIONS(4736), - [anon_sym_SLASH] = ACTIONS(4736), - [anon_sym_PERCENT] = ACTIONS(4738), - [anon_sym_as_QMARK] = ACTIONS(4738), - [anon_sym_PLUS_PLUS] = ACTIONS(4738), - [anon_sym_DASH_DASH] = ACTIONS(4738), - [anon_sym_BANG] = ACTIONS(4736), - [anon_sym_BANG_BANG] = ACTIONS(4738), - [anon_sym_data] = ACTIONS(4736), - [anon_sym_inner] = ACTIONS(4736), - [anon_sym_value] = ACTIONS(4736), - [anon_sym_expect] = ACTIONS(4736), - [anon_sym_actual] = ACTIONS(4736), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4738), - [anon_sym_continue_AT] = ACTIONS(4738), - [anon_sym_break_AT] = ACTIONS(4738), - [anon_sym_this_AT] = ACTIONS(4738), - [anon_sym_super_AT] = ACTIONS(4738), - [sym_real_literal] = ACTIONS(4738), - [sym_integer_literal] = ACTIONS(4736), - [sym_hex_literal] = ACTIONS(4738), - [sym_bin_literal] = ACTIONS(4738), - [anon_sym_true] = ACTIONS(4736), - [anon_sym_false] = ACTIONS(4736), - [anon_sym_SQUOTE] = ACTIONS(4738), - [sym__backtick_identifier] = ACTIONS(4738), - [sym__automatic_semicolon] = ACTIONS(4738), - [sym_safe_nav] = ACTIONS(4738), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4738), + [3786] = { + [sym__alpha_identifier] = ACTIONS(4617), + [anon_sym_AT] = ACTIONS(4619), + [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_by] = ACTIONS(4617), + [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_value] = 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), }, - [3831] = { - [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_value] = 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), + [3787] = { + [sym_function_body] = STATE(3956), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4206), + [anon_sym_AT] = ACTIONS(4208), + [anon_sym_COLON] = ACTIONS(7111), + [anon_sym_LBRACK] = ACTIONS(4208), + [anon_sym_as] = ACTIONS(4206), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4208), + [anon_sym_LPAREN] = ACTIONS(4208), + [anon_sym_LT] = ACTIONS(4206), + [anon_sym_GT] = ACTIONS(4206), + [anon_sym_DOT] = ACTIONS(4206), + [anon_sym_SEMI] = ACTIONS(4208), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4206), + [anon_sym_STAR] = ACTIONS(4206), + [sym_label] = ACTIONS(4208), + [anon_sym_in] = ACTIONS(4206), + [anon_sym_DOT_DOT] = ACTIONS(4208), + [anon_sym_QMARK_COLON] = ACTIONS(4208), + [anon_sym_AMP_AMP] = ACTIONS(4208), + [anon_sym_PIPE_PIPE] = ACTIONS(4208), + [anon_sym_else] = ACTIONS(4206), + [anon_sym_COLON_COLON] = ACTIONS(4208), + [anon_sym_PLUS_EQ] = ACTIONS(4208), + [anon_sym_DASH_EQ] = ACTIONS(4208), + [anon_sym_STAR_EQ] = ACTIONS(4208), + [anon_sym_SLASH_EQ] = ACTIONS(4208), + [anon_sym_PERCENT_EQ] = ACTIONS(4208), + [anon_sym_BANG_EQ] = ACTIONS(4206), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4208), + [anon_sym_EQ_EQ] = ACTIONS(4206), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4208), + [anon_sym_LT_EQ] = ACTIONS(4208), + [anon_sym_GT_EQ] = ACTIONS(4208), + [anon_sym_BANGin] = ACTIONS(4208), + [anon_sym_is] = ACTIONS(4206), + [anon_sym_BANGis] = ACTIONS(4208), + [anon_sym_PLUS] = ACTIONS(4206), + [anon_sym_DASH] = ACTIONS(4206), + [anon_sym_SLASH] = ACTIONS(4206), + [anon_sym_PERCENT] = ACTIONS(4206), + [anon_sym_as_QMARK] = ACTIONS(4208), + [anon_sym_PLUS_PLUS] = ACTIONS(4208), + [anon_sym_DASH_DASH] = ACTIONS(4208), + [anon_sym_BANG_BANG] = ACTIONS(4208), + [anon_sym_suspend] = ACTIONS(4206), + [anon_sym_sealed] = ACTIONS(4206), + [anon_sym_annotation] = ACTIONS(4206), + [anon_sym_data] = ACTIONS(4206), + [anon_sym_inner] = ACTIONS(4206), + [anon_sym_value] = ACTIONS(4206), + [anon_sym_override] = ACTIONS(4206), + [anon_sym_lateinit] = ACTIONS(4206), + [anon_sym_public] = ACTIONS(4206), + [anon_sym_private] = ACTIONS(4206), + [anon_sym_internal] = ACTIONS(4206), + [anon_sym_protected] = ACTIONS(4206), + [anon_sym_tailrec] = ACTIONS(4206), + [anon_sym_operator] = ACTIONS(4206), + [anon_sym_infix] = ACTIONS(4206), + [anon_sym_inline] = ACTIONS(4206), + [anon_sym_external] = ACTIONS(4206), + [sym_property_modifier] = ACTIONS(4206), + [anon_sym_abstract] = ACTIONS(4206), + [anon_sym_final] = ACTIONS(4206), + [anon_sym_open] = ACTIONS(4206), + [anon_sym_vararg] = ACTIONS(4206), + [anon_sym_noinline] = ACTIONS(4206), + [anon_sym_crossinline] = ACTIONS(4206), + [anon_sym_expect] = ACTIONS(4206), + [anon_sym_actual] = ACTIONS(4206), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4208), + [sym__automatic_semicolon] = ACTIONS(4208), + [sym_safe_nav] = ACTIONS(4208), [sym_multiline_comment] = ACTIONS(3), }, - [3832] = { - [sym__alpha_identifier] = ACTIONS(4359), - [anon_sym_AT] = ACTIONS(4361), - [anon_sym_LBRACK] = ACTIONS(4361), - [anon_sym_as] = ACTIONS(4359), - [anon_sym_EQ] = ACTIONS(4359), - [anon_sym_LBRACE] = ACTIONS(4361), - [anon_sym_RBRACE] = ACTIONS(4361), - [anon_sym_LPAREN] = ACTIONS(4361), - [anon_sym_COMMA] = ACTIONS(4361), - [anon_sym_LT] = ACTIONS(4359), - [anon_sym_GT] = ACTIONS(4359), - [anon_sym_where] = ACTIONS(4359), - [anon_sym_DOT] = ACTIONS(4359), - [anon_sym_SEMI] = ACTIONS(4361), - [anon_sym_get] = ACTIONS(4359), - [anon_sym_set] = ACTIONS(4359), - [anon_sym_STAR] = ACTIONS(4359), - [sym_label] = ACTIONS(4361), - [anon_sym_in] = ACTIONS(4359), - [anon_sym_DOT_DOT] = ACTIONS(4361), - [anon_sym_QMARK_COLON] = ACTIONS(4361), - [anon_sym_AMP_AMP] = ACTIONS(4361), - [anon_sym_PIPE_PIPE] = ACTIONS(4361), - [anon_sym_else] = ACTIONS(4359), - [anon_sym_COLON_COLON] = ACTIONS(4361), - [anon_sym_PLUS_EQ] = ACTIONS(4361), - [anon_sym_DASH_EQ] = ACTIONS(4361), - [anon_sym_STAR_EQ] = ACTIONS(4361), - [anon_sym_SLASH_EQ] = ACTIONS(4361), - [anon_sym_PERCENT_EQ] = ACTIONS(4361), - [anon_sym_BANG_EQ] = ACTIONS(4359), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4361), - [anon_sym_EQ_EQ] = ACTIONS(4359), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4361), - [anon_sym_LT_EQ] = ACTIONS(4361), - [anon_sym_GT_EQ] = ACTIONS(4361), - [anon_sym_BANGin] = ACTIONS(4361), - [anon_sym_is] = ACTIONS(4359), - [anon_sym_BANGis] = ACTIONS(4361), - [anon_sym_PLUS] = ACTIONS(4359), - [anon_sym_DASH] = ACTIONS(4359), - [anon_sym_SLASH] = ACTIONS(4359), - [anon_sym_PERCENT] = ACTIONS(4359), - [anon_sym_as_QMARK] = ACTIONS(4361), - [anon_sym_PLUS_PLUS] = ACTIONS(4361), - [anon_sym_DASH_DASH] = ACTIONS(4361), - [anon_sym_BANG_BANG] = ACTIONS(4361), - [anon_sym_suspend] = ACTIONS(4359), - [anon_sym_sealed] = ACTIONS(4359), - [anon_sym_annotation] = ACTIONS(4359), - [anon_sym_data] = ACTIONS(4359), - [anon_sym_inner] = ACTIONS(4359), - [anon_sym_value] = ACTIONS(4359), - [anon_sym_override] = ACTIONS(4359), - [anon_sym_lateinit] = ACTIONS(4359), - [anon_sym_public] = ACTIONS(4359), - [anon_sym_private] = ACTIONS(4359), - [anon_sym_internal] = ACTIONS(4359), - [anon_sym_protected] = ACTIONS(4359), - [anon_sym_tailrec] = ACTIONS(4359), - [anon_sym_operator] = ACTIONS(4359), - [anon_sym_infix] = ACTIONS(4359), - [anon_sym_inline] = ACTIONS(4359), - [anon_sym_external] = ACTIONS(4359), - [sym_property_modifier] = ACTIONS(4359), - [anon_sym_abstract] = ACTIONS(4359), - [anon_sym_final] = ACTIONS(4359), - [anon_sym_open] = ACTIONS(4359), - [anon_sym_vararg] = ACTIONS(4359), - [anon_sym_noinline] = ACTIONS(4359), - [anon_sym_crossinline] = ACTIONS(4359), - [anon_sym_expect] = ACTIONS(4359), - [anon_sym_actual] = ACTIONS(4359), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4361), - [sym__automatic_semicolon] = ACTIONS(4361), - [sym_safe_nav] = ACTIONS(4361), + [3788] = { + [sym__alpha_identifier] = ACTIONS(4754), + [anon_sym_AT] = ACTIONS(4756), + [anon_sym_LBRACK] = ACTIONS(4756), + [anon_sym_as] = ACTIONS(4754), + [anon_sym_EQ] = ACTIONS(4754), + [anon_sym_LBRACE] = ACTIONS(4756), + [anon_sym_RBRACE] = ACTIONS(4756), + [anon_sym_LPAREN] = ACTIONS(4756), + [anon_sym_COMMA] = ACTIONS(4756), + [anon_sym_by] = ACTIONS(4754), + [anon_sym_LT] = ACTIONS(4754), + [anon_sym_GT] = ACTIONS(4754), + [anon_sym_where] = ACTIONS(4754), + [anon_sym_DOT] = ACTIONS(4754), + [anon_sym_SEMI] = ACTIONS(4756), + [anon_sym_get] = ACTIONS(4754), + [anon_sym_set] = ACTIONS(4754), + [anon_sym_STAR] = ACTIONS(4754), + [sym_label] = ACTIONS(4756), + [anon_sym_in] = ACTIONS(4754), + [anon_sym_DOT_DOT] = ACTIONS(4756), + [anon_sym_QMARK_COLON] = ACTIONS(4756), + [anon_sym_AMP_AMP] = ACTIONS(4756), + [anon_sym_PIPE_PIPE] = ACTIONS(4756), + [anon_sym_else] = ACTIONS(4754), + [anon_sym_COLON_COLON] = ACTIONS(4756), + [anon_sym_PLUS_EQ] = ACTIONS(4756), + [anon_sym_DASH_EQ] = ACTIONS(4756), + [anon_sym_STAR_EQ] = ACTIONS(4756), + [anon_sym_SLASH_EQ] = ACTIONS(4756), + [anon_sym_PERCENT_EQ] = ACTIONS(4756), + [anon_sym_BANG_EQ] = ACTIONS(4754), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4756), + [anon_sym_EQ_EQ] = ACTIONS(4754), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4756), + [anon_sym_LT_EQ] = ACTIONS(4756), + [anon_sym_GT_EQ] = ACTIONS(4756), + [anon_sym_BANGin] = ACTIONS(4756), + [anon_sym_is] = ACTIONS(4754), + [anon_sym_BANGis] = ACTIONS(4756), + [anon_sym_PLUS] = ACTIONS(4754), + [anon_sym_DASH] = ACTIONS(4754), + [anon_sym_SLASH] = ACTIONS(4754), + [anon_sym_PERCENT] = ACTIONS(4754), + [anon_sym_as_QMARK] = ACTIONS(4756), + [anon_sym_PLUS_PLUS] = ACTIONS(4756), + [anon_sym_DASH_DASH] = ACTIONS(4756), + [anon_sym_BANG_BANG] = ACTIONS(4756), + [anon_sym_suspend] = ACTIONS(4754), + [anon_sym_sealed] = ACTIONS(4754), + [anon_sym_annotation] = ACTIONS(4754), + [anon_sym_data] = ACTIONS(4754), + [anon_sym_inner] = ACTIONS(4754), + [anon_sym_value] = ACTIONS(4754), + [anon_sym_override] = ACTIONS(4754), + [anon_sym_lateinit] = ACTIONS(4754), + [anon_sym_public] = ACTIONS(4754), + [anon_sym_private] = ACTIONS(4754), + [anon_sym_internal] = ACTIONS(4754), + [anon_sym_protected] = ACTIONS(4754), + [anon_sym_tailrec] = ACTIONS(4754), + [anon_sym_operator] = ACTIONS(4754), + [anon_sym_infix] = ACTIONS(4754), + [anon_sym_inline] = ACTIONS(4754), + [anon_sym_external] = ACTIONS(4754), + [sym_property_modifier] = ACTIONS(4754), + [anon_sym_abstract] = ACTIONS(4754), + [anon_sym_final] = ACTIONS(4754), + [anon_sym_open] = ACTIONS(4754), + [anon_sym_vararg] = ACTIONS(4754), + [anon_sym_noinline] = ACTIONS(4754), + [anon_sym_crossinline] = ACTIONS(4754), + [anon_sym_expect] = ACTIONS(4754), + [anon_sym_actual] = ACTIONS(4754), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4756), + [sym__automatic_semicolon] = ACTIONS(4756), + [sym_safe_nav] = ACTIONS(4756), [sym_multiline_comment] = ACTIONS(3), }, - [3833] = { - [sym__alpha_identifier] = ACTIONS(4644), - [anon_sym_AT] = ACTIONS(4646), - [anon_sym_LBRACK] = ACTIONS(4646), - [anon_sym_as] = ACTIONS(4644), - [anon_sym_EQ] = ACTIONS(4644), - [anon_sym_LBRACE] = ACTIONS(4646), - [anon_sym_RBRACE] = ACTIONS(4646), - [anon_sym_LPAREN] = ACTIONS(4646), - [anon_sym_COMMA] = ACTIONS(4646), - [anon_sym_LT] = ACTIONS(4644), - [anon_sym_GT] = ACTIONS(4644), - [anon_sym_where] = ACTIONS(4644), - [anon_sym_DOT] = ACTIONS(4644), - [anon_sym_SEMI] = ACTIONS(4646), - [anon_sym_get] = ACTIONS(4644), - [anon_sym_set] = ACTIONS(4644), - [anon_sym_STAR] = ACTIONS(4644), - [sym_label] = ACTIONS(4646), - [anon_sym_in] = ACTIONS(4644), - [anon_sym_DOT_DOT] = ACTIONS(4646), - [anon_sym_QMARK_COLON] = ACTIONS(4646), - [anon_sym_AMP_AMP] = ACTIONS(4646), - [anon_sym_PIPE_PIPE] = ACTIONS(4646), - [anon_sym_else] = ACTIONS(4644), - [anon_sym_COLON_COLON] = ACTIONS(4646), - [anon_sym_PLUS_EQ] = ACTIONS(4646), - [anon_sym_DASH_EQ] = ACTIONS(4646), - [anon_sym_STAR_EQ] = ACTIONS(4646), - [anon_sym_SLASH_EQ] = ACTIONS(4646), - [anon_sym_PERCENT_EQ] = ACTIONS(4646), - [anon_sym_BANG_EQ] = ACTIONS(4644), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4646), - [anon_sym_EQ_EQ] = ACTIONS(4644), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4646), - [anon_sym_LT_EQ] = ACTIONS(4646), - [anon_sym_GT_EQ] = ACTIONS(4646), - [anon_sym_BANGin] = ACTIONS(4646), - [anon_sym_is] = ACTIONS(4644), - [anon_sym_BANGis] = ACTIONS(4646), - [anon_sym_PLUS] = ACTIONS(4644), - [anon_sym_DASH] = ACTIONS(4644), - [anon_sym_SLASH] = ACTIONS(4644), - [anon_sym_PERCENT] = ACTIONS(4644), - [anon_sym_as_QMARK] = ACTIONS(4646), - [anon_sym_PLUS_PLUS] = ACTIONS(4646), - [anon_sym_DASH_DASH] = ACTIONS(4646), - [anon_sym_BANG_BANG] = ACTIONS(4646), - [anon_sym_suspend] = ACTIONS(4644), - [anon_sym_sealed] = ACTIONS(4644), - [anon_sym_annotation] = ACTIONS(4644), - [anon_sym_data] = ACTIONS(4644), - [anon_sym_inner] = ACTIONS(4644), - [anon_sym_value] = ACTIONS(4644), - [anon_sym_override] = ACTIONS(4644), - [anon_sym_lateinit] = ACTIONS(4644), - [anon_sym_public] = ACTIONS(4644), - [anon_sym_private] = ACTIONS(4644), - [anon_sym_internal] = ACTIONS(4644), - [anon_sym_protected] = ACTIONS(4644), - [anon_sym_tailrec] = ACTIONS(4644), - [anon_sym_operator] = ACTIONS(4644), - [anon_sym_infix] = ACTIONS(4644), - [anon_sym_inline] = ACTIONS(4644), - [anon_sym_external] = ACTIONS(4644), - [sym_property_modifier] = ACTIONS(4644), - [anon_sym_abstract] = ACTIONS(4644), - [anon_sym_final] = ACTIONS(4644), - [anon_sym_open] = ACTIONS(4644), - [anon_sym_vararg] = ACTIONS(4644), - [anon_sym_noinline] = ACTIONS(4644), - [anon_sym_crossinline] = ACTIONS(4644), - [anon_sym_expect] = ACTIONS(4644), - [anon_sym_actual] = ACTIONS(4644), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4646), - [sym__automatic_semicolon] = ACTIONS(4646), - [sym_safe_nav] = ACTIONS(4646), + [3789] = { + [sym_enum_class_body] = STATE(3912), + [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(5782), + [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_value] = 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), }, - [3834] = { - [sym__alpha_identifier] = ACTIONS(4884), - [anon_sym_AT] = ACTIONS(4886), - [anon_sym_LBRACK] = ACTIONS(4886), - [anon_sym_as] = ACTIONS(4884), - [anon_sym_EQ] = ACTIONS(4884), - [anon_sym_LBRACE] = ACTIONS(4886), - [anon_sym_RBRACE] = ACTIONS(4886), - [anon_sym_LPAREN] = ACTIONS(4886), - [anon_sym_COMMA] = ACTIONS(4886), - [anon_sym_LT] = ACTIONS(4884), - [anon_sym_GT] = ACTIONS(4884), - [anon_sym_where] = ACTIONS(4884), - [anon_sym_DOT] = ACTIONS(4884), - [anon_sym_SEMI] = ACTIONS(4886), - [anon_sym_get] = ACTIONS(4884), - [anon_sym_set] = ACTIONS(4884), - [anon_sym_STAR] = ACTIONS(4884), - [sym_label] = ACTIONS(4886), - [anon_sym_in] = ACTIONS(4884), - [anon_sym_DOT_DOT] = ACTIONS(4886), - [anon_sym_QMARK_COLON] = ACTIONS(4886), - [anon_sym_AMP_AMP] = ACTIONS(4886), - [anon_sym_PIPE_PIPE] = ACTIONS(4886), - [anon_sym_else] = ACTIONS(4884), - [anon_sym_COLON_COLON] = ACTIONS(4886), - [anon_sym_PLUS_EQ] = ACTIONS(4886), - [anon_sym_DASH_EQ] = ACTIONS(4886), - [anon_sym_STAR_EQ] = ACTIONS(4886), - [anon_sym_SLASH_EQ] = ACTIONS(4886), - [anon_sym_PERCENT_EQ] = ACTIONS(4886), - [anon_sym_BANG_EQ] = ACTIONS(4884), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4886), - [anon_sym_EQ_EQ] = ACTIONS(4884), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4886), - [anon_sym_LT_EQ] = ACTIONS(4886), - [anon_sym_GT_EQ] = ACTIONS(4886), - [anon_sym_BANGin] = ACTIONS(4886), - [anon_sym_is] = ACTIONS(4884), - [anon_sym_BANGis] = ACTIONS(4886), - [anon_sym_PLUS] = ACTIONS(4884), - [anon_sym_DASH] = ACTIONS(4884), - [anon_sym_SLASH] = ACTIONS(4884), - [anon_sym_PERCENT] = ACTIONS(4884), - [anon_sym_as_QMARK] = ACTIONS(4886), - [anon_sym_PLUS_PLUS] = ACTIONS(4886), - [anon_sym_DASH_DASH] = ACTIONS(4886), - [anon_sym_BANG_BANG] = ACTIONS(4886), - [anon_sym_suspend] = ACTIONS(4884), - [anon_sym_sealed] = ACTIONS(4884), - [anon_sym_annotation] = ACTIONS(4884), - [anon_sym_data] = ACTIONS(4884), - [anon_sym_inner] = ACTIONS(4884), - [anon_sym_value] = ACTIONS(4884), - [anon_sym_override] = ACTIONS(4884), - [anon_sym_lateinit] = ACTIONS(4884), - [anon_sym_public] = ACTIONS(4884), - [anon_sym_private] = ACTIONS(4884), - [anon_sym_internal] = ACTIONS(4884), - [anon_sym_protected] = ACTIONS(4884), - [anon_sym_tailrec] = ACTIONS(4884), - [anon_sym_operator] = ACTIONS(4884), - [anon_sym_infix] = ACTIONS(4884), - [anon_sym_inline] = ACTIONS(4884), - [anon_sym_external] = ACTIONS(4884), - [sym_property_modifier] = ACTIONS(4884), - [anon_sym_abstract] = ACTIONS(4884), - [anon_sym_final] = ACTIONS(4884), - [anon_sym_open] = ACTIONS(4884), - [anon_sym_vararg] = ACTIONS(4884), - [anon_sym_noinline] = ACTIONS(4884), - [anon_sym_crossinline] = ACTIONS(4884), - [anon_sym_expect] = ACTIONS(4884), - [anon_sym_actual] = ACTIONS(4884), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4886), - [sym__automatic_semicolon] = ACTIONS(4886), - [sym_safe_nav] = ACTIONS(4886), + [3790] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1464), + [sym__comparison_operator] = STATE(1462), + [sym__in_operator] = STATE(1459), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1452), + [sym__multiplicative_operator] = STATE(1451), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1449), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3113), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7063), + [anon_sym_where] = ACTIONS(3113), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7067), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7071), + [anon_sym_DOT_DOT] = ACTIONS(7073), + [anon_sym_QMARK_COLON] = ACTIONS(7075), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_else] = ACTIONS(3113), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3115), + [anon_sym_DASH_EQ] = ACTIONS(3115), + [anon_sym_STAR_EQ] = ACTIONS(3115), + [anon_sym_SLASH_EQ] = ACTIONS(3115), + [anon_sym_PERCENT_EQ] = ACTIONS(3115), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(7087), + [anon_sym_GT_EQ] = ACTIONS(7087), + [anon_sym_BANGin] = ACTIONS(7089), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7095), + [anon_sym_DASH] = ACTIONS(7095), + [anon_sym_SLASH] = ACTIONS(7067), + [anon_sym_PERCENT] = ACTIONS(7067), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3115), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [3835] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3835), - [sym__alpha_identifier] = ACTIONS(4633), - [anon_sym_AT] = ACTIONS(4635), - [anon_sym_LBRACK] = ACTIONS(4635), - [anon_sym_as] = ACTIONS(4633), - [anon_sym_LBRACE] = ACTIONS(4635), - [anon_sym_RBRACE] = ACTIONS(4635), - [anon_sym_LPAREN] = ACTIONS(4635), - [anon_sym_COMMA] = ACTIONS(7135), - [anon_sym_LT] = ACTIONS(4633), - [anon_sym_GT] = ACTIONS(4633), - [anon_sym_where] = ACTIONS(4633), - [anon_sym_object] = ACTIONS(4633), - [anon_sym_fun] = ACTIONS(4633), - [anon_sym_DOT] = ACTIONS(4633), - [anon_sym_SEMI] = ACTIONS(4635), - [anon_sym_get] = ACTIONS(4633), - [anon_sym_set] = ACTIONS(4633), - [anon_sym_this] = ACTIONS(4633), - [anon_sym_super] = ACTIONS(4633), - [anon_sym_STAR] = ACTIONS(4635), - [sym_label] = ACTIONS(4633), - [anon_sym_in] = ACTIONS(4633), - [anon_sym_DOT_DOT] = ACTIONS(4635), - [anon_sym_QMARK_COLON] = ACTIONS(4635), - [anon_sym_AMP_AMP] = ACTIONS(4635), - [anon_sym_PIPE_PIPE] = ACTIONS(4635), - [anon_sym_null] = ACTIONS(4633), - [anon_sym_if] = ACTIONS(4633), - [anon_sym_else] = ACTIONS(4633), - [anon_sym_when] = ACTIONS(4633), - [anon_sym_try] = ACTIONS(4633), - [anon_sym_throw] = ACTIONS(4633), - [anon_sym_return] = ACTIONS(4633), - [anon_sym_continue] = ACTIONS(4633), - [anon_sym_break] = ACTIONS(4633), - [anon_sym_COLON_COLON] = ACTIONS(4635), - [anon_sym_BANG_EQ] = ACTIONS(4633), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4635), - [anon_sym_EQ_EQ] = ACTIONS(4633), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4635), - [anon_sym_LT_EQ] = ACTIONS(4635), - [anon_sym_GT_EQ] = ACTIONS(4635), - [anon_sym_BANGin] = ACTIONS(4635), - [anon_sym_is] = ACTIONS(4633), - [anon_sym_BANGis] = ACTIONS(4635), - [anon_sym_PLUS] = ACTIONS(4633), - [anon_sym_DASH] = ACTIONS(4633), - [anon_sym_SLASH] = ACTIONS(4633), - [anon_sym_PERCENT] = ACTIONS(4635), - [anon_sym_as_QMARK] = ACTIONS(4635), - [anon_sym_PLUS_PLUS] = ACTIONS(4635), - [anon_sym_DASH_DASH] = ACTIONS(4635), - [anon_sym_BANG] = ACTIONS(4633), - [anon_sym_BANG_BANG] = ACTIONS(4635), - [anon_sym_data] = ACTIONS(4633), - [anon_sym_inner] = ACTIONS(4633), - [anon_sym_value] = ACTIONS(4633), - [anon_sym_expect] = ACTIONS(4633), - [anon_sym_actual] = ACTIONS(4633), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4635), - [anon_sym_continue_AT] = ACTIONS(4635), - [anon_sym_break_AT] = ACTIONS(4635), - [anon_sym_this_AT] = ACTIONS(4635), - [anon_sym_super_AT] = ACTIONS(4635), - [sym_real_literal] = ACTIONS(4635), - [sym_integer_literal] = ACTIONS(4633), - [sym_hex_literal] = ACTIONS(4635), - [sym_bin_literal] = ACTIONS(4635), - [anon_sym_true] = ACTIONS(4633), - [anon_sym_false] = ACTIONS(4633), - [anon_sym_SQUOTE] = ACTIONS(4635), - [sym__backtick_identifier] = ACTIONS(4635), - [sym__automatic_semicolon] = ACTIONS(4635), - [sym_safe_nav] = ACTIONS(4635), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4635), + [3791] = { + [sym_function_body] = STATE(3454), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4485), + [anon_sym_AT] = ACTIONS(4487), + [anon_sym_LBRACK] = ACTIONS(4487), + [anon_sym_as] = ACTIONS(4485), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4487), + [anon_sym_LPAREN] = ACTIONS(4487), + [anon_sym_RPAREN] = ACTIONS(4487), + [anon_sym_LT] = ACTIONS(4485), + [anon_sym_GT] = 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_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_value] = 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), + [sym_multiline_comment] = ACTIONS(3), }, - [3836] = { - [sym__alpha_identifier] = ACTIONS(5117), - [anon_sym_AT] = ACTIONS(5119), - [anon_sym_LBRACK] = ACTIONS(5119), - [anon_sym_as] = ACTIONS(5117), - [anon_sym_EQ] = ACTIONS(5117), - [anon_sym_LBRACE] = ACTIONS(5119), - [anon_sym_RBRACE] = ACTIONS(5119), - [anon_sym_LPAREN] = ACTIONS(5119), - [anon_sym_COMMA] = ACTIONS(5119), - [anon_sym_LT] = ACTIONS(5117), - [anon_sym_GT] = ACTIONS(5117), - [anon_sym_where] = ACTIONS(5117), - [anon_sym_DOT] = ACTIONS(5117), - [anon_sym_SEMI] = ACTIONS(5119), - [anon_sym_get] = ACTIONS(5117), - [anon_sym_set] = ACTIONS(5117), - [anon_sym_STAR] = ACTIONS(5117), - [sym_label] = ACTIONS(5119), - [anon_sym_in] = ACTIONS(5117), - [anon_sym_DOT_DOT] = ACTIONS(5119), - [anon_sym_QMARK_COLON] = ACTIONS(5119), - [anon_sym_AMP_AMP] = ACTIONS(5119), - [anon_sym_PIPE_PIPE] = ACTIONS(5119), - [anon_sym_else] = ACTIONS(5117), - [anon_sym_COLON_COLON] = ACTIONS(5119), - [anon_sym_PLUS_EQ] = ACTIONS(5119), - [anon_sym_DASH_EQ] = ACTIONS(5119), - [anon_sym_STAR_EQ] = ACTIONS(5119), - [anon_sym_SLASH_EQ] = ACTIONS(5119), - [anon_sym_PERCENT_EQ] = ACTIONS(5119), - [anon_sym_BANG_EQ] = ACTIONS(5117), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5119), - [anon_sym_EQ_EQ] = ACTIONS(5117), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5119), - [anon_sym_LT_EQ] = ACTIONS(5119), - [anon_sym_GT_EQ] = ACTIONS(5119), - [anon_sym_BANGin] = ACTIONS(5119), - [anon_sym_is] = ACTIONS(5117), - [anon_sym_BANGis] = ACTIONS(5119), - [anon_sym_PLUS] = ACTIONS(5117), - [anon_sym_DASH] = ACTIONS(5117), - [anon_sym_SLASH] = ACTIONS(5117), - [anon_sym_PERCENT] = ACTIONS(5117), - [anon_sym_as_QMARK] = ACTIONS(5119), - [anon_sym_PLUS_PLUS] = ACTIONS(5119), - [anon_sym_DASH_DASH] = ACTIONS(5119), - [anon_sym_BANG_BANG] = ACTIONS(5119), - [anon_sym_suspend] = ACTIONS(5117), - [anon_sym_sealed] = ACTIONS(5117), - [anon_sym_annotation] = ACTIONS(5117), - [anon_sym_data] = ACTIONS(5117), - [anon_sym_inner] = ACTIONS(5117), - [anon_sym_value] = ACTIONS(5117), - [anon_sym_override] = ACTIONS(5117), - [anon_sym_lateinit] = ACTIONS(5117), - [anon_sym_public] = ACTIONS(5117), - [anon_sym_private] = ACTIONS(5117), - [anon_sym_internal] = ACTIONS(5117), - [anon_sym_protected] = ACTIONS(5117), - [anon_sym_tailrec] = ACTIONS(5117), - [anon_sym_operator] = ACTIONS(5117), - [anon_sym_infix] = ACTIONS(5117), - [anon_sym_inline] = ACTIONS(5117), - [anon_sym_external] = ACTIONS(5117), - [sym_property_modifier] = ACTIONS(5117), - [anon_sym_abstract] = ACTIONS(5117), - [anon_sym_final] = ACTIONS(5117), - [anon_sym_open] = ACTIONS(5117), - [anon_sym_vararg] = ACTIONS(5117), - [anon_sym_noinline] = ACTIONS(5117), - [anon_sym_crossinline] = ACTIONS(5117), - [anon_sym_expect] = ACTIONS(5117), - [anon_sym_actual] = ACTIONS(5117), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5119), - [sym__automatic_semicolon] = ACTIONS(5119), - [sym_safe_nav] = ACTIONS(5119), + [3792] = { + [sym_type_constraints] = STATE(3871), + [sym_function_body] = STATE(3472), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_RBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_RPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [anon_sym_DASH_GT] = ACTIONS(4131), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_while] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), [sym_multiline_comment] = ACTIONS(3), }, - [3837] = { - [sym__alpha_identifier] = ACTIONS(5121), - [anon_sym_AT] = ACTIONS(5123), - [anon_sym_LBRACK] = ACTIONS(5123), - [anon_sym_as] = ACTIONS(5121), - [anon_sym_EQ] = ACTIONS(5121), - [anon_sym_LBRACE] = ACTIONS(5123), - [anon_sym_RBRACE] = ACTIONS(5123), - [anon_sym_LPAREN] = ACTIONS(5123), - [anon_sym_COMMA] = ACTIONS(5123), - [anon_sym_LT] = ACTIONS(5121), - [anon_sym_GT] = ACTIONS(5121), - [anon_sym_where] = ACTIONS(5121), - [anon_sym_DOT] = ACTIONS(5121), - [anon_sym_SEMI] = ACTIONS(5123), - [anon_sym_get] = ACTIONS(5121), - [anon_sym_set] = ACTIONS(5121), - [anon_sym_STAR] = ACTIONS(5121), - [sym_label] = ACTIONS(5123), - [anon_sym_in] = ACTIONS(5121), - [anon_sym_DOT_DOT] = ACTIONS(5123), - [anon_sym_QMARK_COLON] = ACTIONS(5123), - [anon_sym_AMP_AMP] = ACTIONS(5123), - [anon_sym_PIPE_PIPE] = ACTIONS(5123), - [anon_sym_else] = ACTIONS(5121), - [anon_sym_COLON_COLON] = ACTIONS(5123), - [anon_sym_PLUS_EQ] = ACTIONS(5123), - [anon_sym_DASH_EQ] = ACTIONS(5123), - [anon_sym_STAR_EQ] = ACTIONS(5123), - [anon_sym_SLASH_EQ] = ACTIONS(5123), - [anon_sym_PERCENT_EQ] = ACTIONS(5123), - [anon_sym_BANG_EQ] = ACTIONS(5121), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5123), - [anon_sym_EQ_EQ] = ACTIONS(5121), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5123), - [anon_sym_LT_EQ] = ACTIONS(5123), - [anon_sym_GT_EQ] = ACTIONS(5123), - [anon_sym_BANGin] = ACTIONS(5123), - [anon_sym_is] = ACTIONS(5121), - [anon_sym_BANGis] = ACTIONS(5123), - [anon_sym_PLUS] = ACTIONS(5121), - [anon_sym_DASH] = ACTIONS(5121), - [anon_sym_SLASH] = ACTIONS(5121), - [anon_sym_PERCENT] = ACTIONS(5121), - [anon_sym_as_QMARK] = ACTIONS(5123), - [anon_sym_PLUS_PLUS] = ACTIONS(5123), - [anon_sym_DASH_DASH] = ACTIONS(5123), - [anon_sym_BANG_BANG] = ACTIONS(5123), - [anon_sym_suspend] = ACTIONS(5121), - [anon_sym_sealed] = ACTIONS(5121), - [anon_sym_annotation] = ACTIONS(5121), - [anon_sym_data] = ACTIONS(5121), - [anon_sym_inner] = ACTIONS(5121), - [anon_sym_value] = ACTIONS(5121), - [anon_sym_override] = ACTIONS(5121), - [anon_sym_lateinit] = ACTIONS(5121), - [anon_sym_public] = ACTIONS(5121), - [anon_sym_private] = ACTIONS(5121), - [anon_sym_internal] = ACTIONS(5121), - [anon_sym_protected] = ACTIONS(5121), - [anon_sym_tailrec] = ACTIONS(5121), - [anon_sym_operator] = ACTIONS(5121), - [anon_sym_infix] = ACTIONS(5121), - [anon_sym_inline] = ACTIONS(5121), - [anon_sym_external] = ACTIONS(5121), - [sym_property_modifier] = ACTIONS(5121), - [anon_sym_abstract] = ACTIONS(5121), - [anon_sym_final] = ACTIONS(5121), - [anon_sym_open] = ACTIONS(5121), - [anon_sym_vararg] = ACTIONS(5121), - [anon_sym_noinline] = ACTIONS(5121), - [anon_sym_crossinline] = ACTIONS(5121), - [anon_sym_expect] = ACTIONS(5121), - [anon_sym_actual] = ACTIONS(5121), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5123), - [sym__automatic_semicolon] = ACTIONS(5123), - [sym_safe_nav] = ACTIONS(5123), + [3793] = { + [sym_type_constraints] = STATE(3015), + [sym_enum_class_body] = STATE(3212), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_COLON] = ACTIONS(7113), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(4200), + [anon_sym_fun] = ACTIONS(4200), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_this] = ACTIONS(4200), + [anon_sym_super] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4202), + [sym_label] = ACTIONS(4200), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_null] = ACTIONS(4200), + [anon_sym_if] = ACTIONS(4200), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_when] = ACTIONS(4200), + [anon_sym_try] = ACTIONS(4200), + [anon_sym_throw] = ACTIONS(4200), + [anon_sym_return] = ACTIONS(4200), + [anon_sym_continue] = ACTIONS(4200), + [anon_sym_break] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4202), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG] = ACTIONS(4200), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4202), + [anon_sym_continue_AT] = ACTIONS(4202), + [anon_sym_break_AT] = ACTIONS(4202), + [anon_sym_this_AT] = ACTIONS(4202), + [anon_sym_super_AT] = ACTIONS(4202), + [sym_real_literal] = ACTIONS(4202), + [sym_integer_literal] = ACTIONS(4200), + [sym_hex_literal] = ACTIONS(4202), + [sym_bin_literal] = ACTIONS(4202), + [anon_sym_true] = ACTIONS(4200), + [anon_sym_false] = ACTIONS(4200), + [anon_sym_SQUOTE] = ACTIONS(4202), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4202), + }, + [3794] = { + [sym__alpha_identifier] = ACTIONS(4722), + [anon_sym_AT] = ACTIONS(4724), + [anon_sym_COLON] = ACTIONS(4722), + [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_value] = 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), [sym_multiline_comment] = ACTIONS(3), }, - [3838] = { - [sym__alpha_identifier] = ACTIONS(5179), - [anon_sym_AT] = ACTIONS(5181), - [anon_sym_LBRACK] = ACTIONS(5181), - [anon_sym_typealias] = ACTIONS(5179), - [anon_sym_class] = ACTIONS(5179), - [anon_sym_interface] = ACTIONS(5179), - [anon_sym_enum] = ACTIONS(5179), - [anon_sym_LBRACE] = ACTIONS(5181), - [anon_sym_LPAREN] = ACTIONS(5181), - [anon_sym_val] = ACTIONS(5179), - [anon_sym_var] = ACTIONS(5179), - [anon_sym_object] = ACTIONS(5179), - [anon_sym_fun] = ACTIONS(5179), - [anon_sym_get] = ACTIONS(5179), - [anon_sym_set] = ACTIONS(5179), - [anon_sym_this] = ACTIONS(5179), - [anon_sym_super] = ACTIONS(5179), - [anon_sym_STAR] = ACTIONS(5181), - [sym_label] = ACTIONS(5179), - [anon_sym_for] = ACTIONS(5179), - [anon_sym_while] = ACTIONS(5179), - [anon_sym_do] = ACTIONS(5179), - [anon_sym_null] = ACTIONS(5179), - [anon_sym_if] = ACTIONS(5179), - [anon_sym_when] = ACTIONS(5179), - [anon_sym_try] = ACTIONS(5179), - [anon_sym_throw] = ACTIONS(5179), - [anon_sym_return] = ACTIONS(5179), - [anon_sym_continue] = ACTIONS(5179), - [anon_sym_break] = ACTIONS(5179), - [anon_sym_COLON_COLON] = ACTIONS(5181), - [anon_sym_PLUS] = ACTIONS(5179), - [anon_sym_DASH] = ACTIONS(5179), - [anon_sym_PLUS_PLUS] = ACTIONS(5181), - [anon_sym_DASH_DASH] = ACTIONS(5181), - [anon_sym_BANG] = ACTIONS(5181), - [anon_sym_suspend] = ACTIONS(5179), - [anon_sym_sealed] = ACTIONS(5179), - [anon_sym_annotation] = ACTIONS(5179), - [anon_sym_data] = ACTIONS(5179), - [anon_sym_inner] = ACTIONS(5179), - [anon_sym_value] = ACTIONS(5179), - [anon_sym_override] = ACTIONS(5179), - [anon_sym_lateinit] = ACTIONS(5179), - [anon_sym_public] = ACTIONS(5179), - [anon_sym_private] = ACTIONS(5179), - [anon_sym_internal] = ACTIONS(5179), - [anon_sym_protected] = ACTIONS(5179), - [anon_sym_tailrec] = ACTIONS(5179), - [anon_sym_operator] = ACTIONS(5179), - [anon_sym_infix] = ACTIONS(5179), - [anon_sym_inline] = ACTIONS(5179), - [anon_sym_external] = ACTIONS(5179), - [sym_property_modifier] = ACTIONS(5179), - [anon_sym_abstract] = ACTIONS(5179), - [anon_sym_final] = ACTIONS(5179), - [anon_sym_open] = ACTIONS(5179), - [anon_sym_vararg] = ACTIONS(5179), - [anon_sym_noinline] = ACTIONS(5179), - [anon_sym_crossinline] = ACTIONS(5179), - [anon_sym_expect] = ACTIONS(5179), - [anon_sym_actual] = ACTIONS(5179), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5181), - [anon_sym_continue_AT] = ACTIONS(5181), - [anon_sym_break_AT] = ACTIONS(5181), - [anon_sym_this_AT] = ACTIONS(5181), - [anon_sym_super_AT] = ACTIONS(5181), - [sym_real_literal] = ACTIONS(5181), - [sym_integer_literal] = ACTIONS(5179), - [sym_hex_literal] = ACTIONS(5181), - [sym_bin_literal] = ACTIONS(5181), - [anon_sym_true] = ACTIONS(5179), - [anon_sym_false] = ACTIONS(5179), - [anon_sym_SQUOTE] = ACTIONS(5181), - [sym__backtick_identifier] = ACTIONS(5181), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5181), + [3795] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1464), + [sym__comparison_operator] = STATE(1462), + [sym__in_operator] = STATE(1459), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1452), + [sym__multiplicative_operator] = STATE(1451), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1449), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3117), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3119), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3119), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3117), + [anon_sym_where] = ACTIONS(3117), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3119), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7067), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7071), + [anon_sym_DOT_DOT] = ACTIONS(7073), + [anon_sym_QMARK_COLON] = ACTIONS(7075), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_else] = ACTIONS(3117), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3119), + [anon_sym_DASH_EQ] = ACTIONS(3119), + [anon_sym_STAR_EQ] = ACTIONS(3119), + [anon_sym_SLASH_EQ] = ACTIONS(3119), + [anon_sym_PERCENT_EQ] = ACTIONS(3119), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(7089), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7095), + [anon_sym_DASH] = ACTIONS(7095), + [anon_sym_SLASH] = ACTIONS(7067), + [anon_sym_PERCENT] = ACTIONS(7067), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3119), + [sym_safe_nav] = ACTIONS(7081), + [sym_multiline_comment] = ACTIONS(3), }, - [3839] = { - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_EQ] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(4323), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(4321), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), + [3796] = { + [sym_type_constraints] = STATE(3849), + [sym_function_body] = STATE(3464), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_RBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_RPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), [anon_sym_STAR] = ACTIONS(4321), - [sym_label] = ACTIONS(4323), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_PLUS_EQ] = ACTIONS(4323), - [anon_sym_DASH_EQ] = ACTIONS(4323), - [anon_sym_STAR_EQ] = ACTIONS(4323), - [anon_sym_SLASH_EQ] = ACTIONS(4323), - [anon_sym_PERCENT_EQ] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), + [anon_sym_DASH_GT] = ACTIONS(4321), + [sym_label] = ACTIONS(4321), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_while] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), [anon_sym_PERCENT] = ACTIONS(4321), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), - [sym_multiline_comment] = ACTIONS(3), - }, - [3840] = { - [sym__alpha_identifier] = ACTIONS(5145), - [anon_sym_AT] = ACTIONS(5147), - [anon_sym_LBRACK] = ACTIONS(5147), - [anon_sym_as] = ACTIONS(5145), - [anon_sym_EQ] = ACTIONS(5145), - [anon_sym_LBRACE] = ACTIONS(5147), - [anon_sym_RBRACE] = ACTIONS(5147), - [anon_sym_LPAREN] = ACTIONS(5147), - [anon_sym_COMMA] = ACTIONS(5147), - [anon_sym_LT] = ACTIONS(5145), - [anon_sym_GT] = ACTIONS(5145), - [anon_sym_where] = ACTIONS(5145), - [anon_sym_DOT] = ACTIONS(5145), - [anon_sym_SEMI] = ACTIONS(5147), - [anon_sym_get] = ACTIONS(5145), - [anon_sym_set] = ACTIONS(5145), - [anon_sym_STAR] = ACTIONS(5145), - [sym_label] = ACTIONS(5147), - [anon_sym_in] = ACTIONS(5145), - [anon_sym_DOT_DOT] = ACTIONS(5147), - [anon_sym_QMARK_COLON] = ACTIONS(5147), - [anon_sym_AMP_AMP] = ACTIONS(5147), - [anon_sym_PIPE_PIPE] = ACTIONS(5147), - [anon_sym_else] = ACTIONS(5145), - [anon_sym_COLON_COLON] = ACTIONS(5147), - [anon_sym_PLUS_EQ] = ACTIONS(5147), - [anon_sym_DASH_EQ] = ACTIONS(5147), - [anon_sym_STAR_EQ] = ACTIONS(5147), - [anon_sym_SLASH_EQ] = ACTIONS(5147), - [anon_sym_PERCENT_EQ] = ACTIONS(5147), - [anon_sym_BANG_EQ] = ACTIONS(5145), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5147), - [anon_sym_EQ_EQ] = ACTIONS(5145), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5147), - [anon_sym_LT_EQ] = ACTIONS(5147), - [anon_sym_GT_EQ] = ACTIONS(5147), - [anon_sym_BANGin] = ACTIONS(5147), - [anon_sym_is] = ACTIONS(5145), - [anon_sym_BANGis] = ACTIONS(5147), - [anon_sym_PLUS] = ACTIONS(5145), - [anon_sym_DASH] = ACTIONS(5145), - [anon_sym_SLASH] = ACTIONS(5145), - [anon_sym_PERCENT] = ACTIONS(5145), - [anon_sym_as_QMARK] = ACTIONS(5147), - [anon_sym_PLUS_PLUS] = ACTIONS(5147), - [anon_sym_DASH_DASH] = ACTIONS(5147), - [anon_sym_BANG_BANG] = ACTIONS(5147), - [anon_sym_suspend] = ACTIONS(5145), - [anon_sym_sealed] = ACTIONS(5145), - [anon_sym_annotation] = ACTIONS(5145), - [anon_sym_data] = ACTIONS(5145), - [anon_sym_inner] = ACTIONS(5145), - [anon_sym_value] = ACTIONS(5145), - [anon_sym_override] = ACTIONS(5145), - [anon_sym_lateinit] = ACTIONS(5145), - [anon_sym_public] = ACTIONS(5145), - [anon_sym_private] = ACTIONS(5145), - [anon_sym_internal] = ACTIONS(5145), - [anon_sym_protected] = ACTIONS(5145), - [anon_sym_tailrec] = ACTIONS(5145), - [anon_sym_operator] = ACTIONS(5145), - [anon_sym_infix] = ACTIONS(5145), - [anon_sym_inline] = ACTIONS(5145), - [anon_sym_external] = ACTIONS(5145), - [sym_property_modifier] = ACTIONS(5145), - [anon_sym_abstract] = ACTIONS(5145), - [anon_sym_final] = ACTIONS(5145), - [anon_sym_open] = ACTIONS(5145), - [anon_sym_vararg] = ACTIONS(5145), - [anon_sym_noinline] = ACTIONS(5145), - [anon_sym_crossinline] = ACTIONS(5145), - [anon_sym_expect] = ACTIONS(5145), - [anon_sym_actual] = ACTIONS(5145), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5147), - [sym__automatic_semicolon] = ACTIONS(5147), - [sym_safe_nav] = ACTIONS(5147), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), [sym_multiline_comment] = ACTIONS(3), }, - [3841] = { - [sym__alpha_identifier] = ACTIONS(5089), - [anon_sym_AT] = ACTIONS(5091), - [anon_sym_LBRACK] = ACTIONS(5091), - [anon_sym_as] = ACTIONS(5089), - [anon_sym_EQ] = ACTIONS(5089), - [anon_sym_LBRACE] = ACTIONS(5091), - [anon_sym_RBRACE] = ACTIONS(5091), - [anon_sym_LPAREN] = ACTIONS(5091), - [anon_sym_COMMA] = ACTIONS(5091), - [anon_sym_LT] = ACTIONS(5089), - [anon_sym_GT] = ACTIONS(5089), - [anon_sym_where] = ACTIONS(5089), - [anon_sym_DOT] = ACTIONS(5089), - [anon_sym_SEMI] = ACTIONS(5091), - [anon_sym_get] = ACTIONS(5089), - [anon_sym_set] = ACTIONS(5089), - [anon_sym_STAR] = ACTIONS(5089), - [sym_label] = ACTIONS(5091), - [anon_sym_in] = ACTIONS(5089), - [anon_sym_DOT_DOT] = ACTIONS(5091), - [anon_sym_QMARK_COLON] = ACTIONS(5091), - [anon_sym_AMP_AMP] = ACTIONS(5091), - [anon_sym_PIPE_PIPE] = ACTIONS(5091), - [anon_sym_else] = ACTIONS(5089), - [anon_sym_COLON_COLON] = ACTIONS(5091), - [anon_sym_PLUS_EQ] = ACTIONS(5091), - [anon_sym_DASH_EQ] = ACTIONS(5091), - [anon_sym_STAR_EQ] = ACTIONS(5091), - [anon_sym_SLASH_EQ] = ACTIONS(5091), - [anon_sym_PERCENT_EQ] = ACTIONS(5091), - [anon_sym_BANG_EQ] = ACTIONS(5089), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5091), - [anon_sym_EQ_EQ] = ACTIONS(5089), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5091), - [anon_sym_LT_EQ] = ACTIONS(5091), - [anon_sym_GT_EQ] = ACTIONS(5091), - [anon_sym_BANGin] = ACTIONS(5091), - [anon_sym_is] = ACTIONS(5089), - [anon_sym_BANGis] = ACTIONS(5091), - [anon_sym_PLUS] = ACTIONS(5089), - [anon_sym_DASH] = ACTIONS(5089), - [anon_sym_SLASH] = ACTIONS(5089), - [anon_sym_PERCENT] = ACTIONS(5089), - [anon_sym_as_QMARK] = ACTIONS(5091), - [anon_sym_PLUS_PLUS] = ACTIONS(5091), - [anon_sym_DASH_DASH] = ACTIONS(5091), - [anon_sym_BANG_BANG] = ACTIONS(5091), - [anon_sym_suspend] = ACTIONS(5089), - [anon_sym_sealed] = ACTIONS(5089), - [anon_sym_annotation] = ACTIONS(5089), - [anon_sym_data] = ACTIONS(5089), - [anon_sym_inner] = ACTIONS(5089), - [anon_sym_value] = ACTIONS(5089), - [anon_sym_override] = ACTIONS(5089), - [anon_sym_lateinit] = ACTIONS(5089), - [anon_sym_public] = ACTIONS(5089), - [anon_sym_private] = ACTIONS(5089), - [anon_sym_internal] = ACTIONS(5089), - [anon_sym_protected] = ACTIONS(5089), - [anon_sym_tailrec] = ACTIONS(5089), - [anon_sym_operator] = ACTIONS(5089), - [anon_sym_infix] = ACTIONS(5089), - [anon_sym_inline] = ACTIONS(5089), - [anon_sym_external] = ACTIONS(5089), - [sym_property_modifier] = ACTIONS(5089), - [anon_sym_abstract] = ACTIONS(5089), - [anon_sym_final] = ACTIONS(5089), - [anon_sym_open] = ACTIONS(5089), - [anon_sym_vararg] = ACTIONS(5089), - [anon_sym_noinline] = ACTIONS(5089), - [anon_sym_crossinline] = ACTIONS(5089), - [anon_sym_expect] = ACTIONS(5089), - [anon_sym_actual] = ACTIONS(5089), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5091), - [sym__automatic_semicolon] = ACTIONS(5091), - [sym_safe_nav] = ACTIONS(5091), + [3797] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1464), + [sym__comparison_operator] = STATE(1462), + [sym__in_operator] = STATE(1459), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1452), + [sym__multiplicative_operator] = STATE(1451), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1449), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3121), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_where] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7067), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(7073), + [anon_sym_QMARK_COLON] = ACTIONS(7075), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3123), + [anon_sym_DASH_EQ] = ACTIONS(3123), + [anon_sym_STAR_EQ] = ACTIONS(3123), + [anon_sym_SLASH_EQ] = ACTIONS(3123), + [anon_sym_PERCENT_EQ] = ACTIONS(3123), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(7095), + [anon_sym_DASH] = ACTIONS(7095), + [anon_sym_SLASH] = ACTIONS(7067), + [anon_sym_PERCENT] = ACTIONS(7067), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3123), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [3842] = { - [sym__alpha_identifier] = ACTIONS(5149), - [anon_sym_AT] = ACTIONS(5151), - [anon_sym_LBRACK] = ACTIONS(5151), - [anon_sym_as] = ACTIONS(5149), - [anon_sym_EQ] = ACTIONS(5149), - [anon_sym_LBRACE] = ACTIONS(5151), - [anon_sym_RBRACE] = ACTIONS(5151), - [anon_sym_LPAREN] = ACTIONS(5151), - [anon_sym_COMMA] = ACTIONS(5151), - [anon_sym_LT] = ACTIONS(5149), - [anon_sym_GT] = ACTIONS(5149), - [anon_sym_where] = ACTIONS(5149), - [anon_sym_DOT] = ACTIONS(5149), - [anon_sym_SEMI] = ACTIONS(5151), - [anon_sym_get] = ACTIONS(5149), - [anon_sym_set] = ACTIONS(5149), - [anon_sym_STAR] = ACTIONS(5149), - [sym_label] = ACTIONS(5151), - [anon_sym_in] = ACTIONS(5149), - [anon_sym_DOT_DOT] = ACTIONS(5151), - [anon_sym_QMARK_COLON] = ACTIONS(5151), - [anon_sym_AMP_AMP] = ACTIONS(5151), - [anon_sym_PIPE_PIPE] = ACTIONS(5151), - [anon_sym_else] = ACTIONS(5149), - [anon_sym_COLON_COLON] = ACTIONS(5151), - [anon_sym_PLUS_EQ] = ACTIONS(5151), - [anon_sym_DASH_EQ] = ACTIONS(5151), - [anon_sym_STAR_EQ] = ACTIONS(5151), - [anon_sym_SLASH_EQ] = ACTIONS(5151), - [anon_sym_PERCENT_EQ] = ACTIONS(5151), - [anon_sym_BANG_EQ] = ACTIONS(5149), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5151), - [anon_sym_EQ_EQ] = ACTIONS(5149), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5151), - [anon_sym_LT_EQ] = ACTIONS(5151), - [anon_sym_GT_EQ] = ACTIONS(5151), - [anon_sym_BANGin] = ACTIONS(5151), - [anon_sym_is] = ACTIONS(5149), - [anon_sym_BANGis] = ACTIONS(5151), - [anon_sym_PLUS] = ACTIONS(5149), - [anon_sym_DASH] = ACTIONS(5149), - [anon_sym_SLASH] = ACTIONS(5149), - [anon_sym_PERCENT] = ACTIONS(5149), - [anon_sym_as_QMARK] = ACTIONS(5151), - [anon_sym_PLUS_PLUS] = ACTIONS(5151), - [anon_sym_DASH_DASH] = ACTIONS(5151), - [anon_sym_BANG_BANG] = ACTIONS(5151), - [anon_sym_suspend] = ACTIONS(5149), - [anon_sym_sealed] = ACTIONS(5149), - [anon_sym_annotation] = ACTIONS(5149), - [anon_sym_data] = ACTIONS(5149), - [anon_sym_inner] = ACTIONS(5149), - [anon_sym_value] = ACTIONS(5149), - [anon_sym_override] = ACTIONS(5149), - [anon_sym_lateinit] = ACTIONS(5149), - [anon_sym_public] = ACTIONS(5149), - [anon_sym_private] = ACTIONS(5149), - [anon_sym_internal] = ACTIONS(5149), - [anon_sym_protected] = ACTIONS(5149), - [anon_sym_tailrec] = ACTIONS(5149), - [anon_sym_operator] = ACTIONS(5149), - [anon_sym_infix] = ACTIONS(5149), - [anon_sym_inline] = ACTIONS(5149), - [anon_sym_external] = ACTIONS(5149), - [sym_property_modifier] = ACTIONS(5149), - [anon_sym_abstract] = ACTIONS(5149), - [anon_sym_final] = ACTIONS(5149), - [anon_sym_open] = ACTIONS(5149), - [anon_sym_vararg] = ACTIONS(5149), - [anon_sym_noinline] = ACTIONS(5149), - [anon_sym_crossinline] = ACTIONS(5149), - [anon_sym_expect] = ACTIONS(5149), - [anon_sym_actual] = ACTIONS(5149), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5151), - [sym__automatic_semicolon] = ACTIONS(5151), - [sym_safe_nav] = ACTIONS(5151), + [3798] = { + [sym_function_body] = STATE(3558), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4481), + [anon_sym_AT] = ACTIONS(4483), + [anon_sym_LBRACK] = ACTIONS(4483), + [anon_sym_as] = ACTIONS(4481), + [anon_sym_EQ] = ACTIONS(6784), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4483), + [anon_sym_LPAREN] = ACTIONS(4483), + [anon_sym_RPAREN] = ACTIONS(4483), + [anon_sym_LT] = ACTIONS(4481), + [anon_sym_GT] = 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_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_value] = 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), }, - [3843] = { - [sym__alpha_identifier] = ACTIONS(4477), - [anon_sym_AT] = ACTIONS(4479), - [anon_sym_LBRACK] = ACTIONS(4479), - [anon_sym_as] = ACTIONS(4477), - [anon_sym_EQ] = ACTIONS(4812), - [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(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(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_value] = 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), - [sym__backtick_identifier] = ACTIONS(4479), - [sym__automatic_semicolon] = ACTIONS(4479), - [sym_safe_nav] = ACTIONS(4479), + [3799] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1464), + [sym__comparison_operator] = STATE(1462), + [sym__in_operator] = STATE(1459), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1452), + [sym__multiplicative_operator] = STATE(1451), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1449), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(3128), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3128), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3130), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_where] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(7067), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3130), + [anon_sym_DASH_EQ] = ACTIONS(3130), + [anon_sym_STAR_EQ] = ACTIONS(3130), + [anon_sym_SLASH_EQ] = ACTIONS(3130), + [anon_sym_PERCENT_EQ] = ACTIONS(3130), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(7067), + [anon_sym_PERCENT] = ACTIONS(7067), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3130), + [sym__automatic_semicolon] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [3844] = { - [sym__alpha_identifier] = ACTIONS(5153), - [anon_sym_AT] = ACTIONS(5155), - [anon_sym_LBRACK] = ACTIONS(5155), - [anon_sym_as] = ACTIONS(5153), - [anon_sym_EQ] = ACTIONS(5153), - [anon_sym_LBRACE] = ACTIONS(5155), - [anon_sym_RBRACE] = ACTIONS(5155), - [anon_sym_LPAREN] = ACTIONS(5155), - [anon_sym_COMMA] = ACTIONS(5155), - [anon_sym_LT] = ACTIONS(5153), - [anon_sym_GT] = ACTIONS(5153), - [anon_sym_where] = ACTIONS(5153), - [anon_sym_DOT] = ACTIONS(5153), - [anon_sym_SEMI] = ACTIONS(5155), - [anon_sym_get] = ACTIONS(5153), - [anon_sym_set] = ACTIONS(5153), - [anon_sym_STAR] = ACTIONS(5153), - [sym_label] = ACTIONS(5155), - [anon_sym_in] = ACTIONS(5153), - [anon_sym_DOT_DOT] = ACTIONS(5155), - [anon_sym_QMARK_COLON] = ACTIONS(5155), - [anon_sym_AMP_AMP] = ACTIONS(5155), - [anon_sym_PIPE_PIPE] = ACTIONS(5155), - [anon_sym_else] = ACTIONS(5153), - [anon_sym_COLON_COLON] = ACTIONS(5155), - [anon_sym_PLUS_EQ] = ACTIONS(5155), - [anon_sym_DASH_EQ] = ACTIONS(5155), - [anon_sym_STAR_EQ] = ACTIONS(5155), - [anon_sym_SLASH_EQ] = ACTIONS(5155), - [anon_sym_PERCENT_EQ] = ACTIONS(5155), - [anon_sym_BANG_EQ] = ACTIONS(5153), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5155), - [anon_sym_EQ_EQ] = ACTIONS(5153), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5155), - [anon_sym_LT_EQ] = ACTIONS(5155), - [anon_sym_GT_EQ] = ACTIONS(5155), - [anon_sym_BANGin] = ACTIONS(5155), - [anon_sym_is] = ACTIONS(5153), - [anon_sym_BANGis] = ACTIONS(5155), - [anon_sym_PLUS] = ACTIONS(5153), - [anon_sym_DASH] = ACTIONS(5153), - [anon_sym_SLASH] = ACTIONS(5153), - [anon_sym_PERCENT] = ACTIONS(5153), - [anon_sym_as_QMARK] = ACTIONS(5155), - [anon_sym_PLUS_PLUS] = ACTIONS(5155), - [anon_sym_DASH_DASH] = ACTIONS(5155), - [anon_sym_BANG_BANG] = ACTIONS(5155), - [anon_sym_suspend] = ACTIONS(5153), - [anon_sym_sealed] = ACTIONS(5153), - [anon_sym_annotation] = ACTIONS(5153), - [anon_sym_data] = ACTIONS(5153), - [anon_sym_inner] = ACTIONS(5153), - [anon_sym_value] = ACTIONS(5153), - [anon_sym_override] = ACTIONS(5153), - [anon_sym_lateinit] = ACTIONS(5153), - [anon_sym_public] = ACTIONS(5153), - [anon_sym_private] = ACTIONS(5153), - [anon_sym_internal] = ACTIONS(5153), - [anon_sym_protected] = ACTIONS(5153), - [anon_sym_tailrec] = ACTIONS(5153), - [anon_sym_operator] = ACTIONS(5153), - [anon_sym_infix] = ACTIONS(5153), - [anon_sym_inline] = ACTIONS(5153), - [anon_sym_external] = ACTIONS(5153), - [sym_property_modifier] = ACTIONS(5153), - [anon_sym_abstract] = ACTIONS(5153), - [anon_sym_final] = ACTIONS(5153), - [anon_sym_open] = ACTIONS(5153), - [anon_sym_vararg] = ACTIONS(5153), - [anon_sym_noinline] = ACTIONS(5153), - [anon_sym_crossinline] = ACTIONS(5153), - [anon_sym_expect] = ACTIONS(5153), - [anon_sym_actual] = ACTIONS(5153), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5155), - [sym__automatic_semicolon] = ACTIONS(5155), - [sym_safe_nav] = ACTIONS(5155), + [3800] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1464), + [sym__comparison_operator] = STATE(1462), + [sym__in_operator] = STATE(1459), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1452), + [sym__multiplicative_operator] = STATE(1451), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1449), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(3135), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3135), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_where] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3135), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3137), + [anon_sym_DASH_EQ] = ACTIONS(3137), + [anon_sym_STAR_EQ] = ACTIONS(3137), + [anon_sym_SLASH_EQ] = ACTIONS(3137), + [anon_sym_PERCENT_EQ] = ACTIONS(3137), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3135), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3137), + [sym__automatic_semicolon] = ACTIONS(3137), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [3845] = { + [3801] = { + [sym_enum_class_body] = STATE(4026), [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_LBRACE] = ACTIONS(5782), [anon_sym_RBRACE] = ACTIONS(4479), [anon_sym_LPAREN] = ACTIONS(4479), [anon_sym_COMMA] = ACTIONS(4479), @@ -432408,4407 +428820,2749 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4479), [sym_multiline_comment] = ACTIONS(3), }, - [3846] = { - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(4160), - [anon_sym_LBRACE] = ACTIONS(4162), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - }, - [3847] = { - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_EQ] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(3282), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(3278), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3278), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_PLUS_EQ] = ACTIONS(3282), - [anon_sym_DASH_EQ] = ACTIONS(3282), - [anon_sym_STAR_EQ] = ACTIONS(3282), - [anon_sym_SLASH_EQ] = ACTIONS(3282), - [anon_sym_PERCENT_EQ] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [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(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - }, - [3848] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4259), - [anon_sym_EQ] = ACTIONS(4259), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4262), - [anon_sym_LPAREN] = ACTIONS(4808), - [anon_sym_COMMA] = ACTIONS(4262), - [anon_sym_LT] = ACTIONS(4259), - [anon_sym_GT] = ACTIONS(4259), - [anon_sym_where] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4259), - [anon_sym_SEMI] = ACTIONS(4262), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4262), - [anon_sym_in] = ACTIONS(4259), - [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(4259), - [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(4259), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), - [anon_sym_EQ_EQ] = ACTIONS(4259), - [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(4259), - [anon_sym_BANGis] = ACTIONS(4262), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4259), - [anon_sym_PERCENT] = ACTIONS(4259), - [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(4259), - [anon_sym_sealed] = ACTIONS(4259), - [anon_sym_annotation] = ACTIONS(4259), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4259), - [anon_sym_lateinit] = ACTIONS(4259), - [anon_sym_public] = ACTIONS(4259), - [anon_sym_private] = ACTIONS(4259), - [anon_sym_internal] = ACTIONS(4259), - [anon_sym_protected] = ACTIONS(4259), - [anon_sym_tailrec] = ACTIONS(4259), - [anon_sym_operator] = ACTIONS(4259), - [anon_sym_infix] = ACTIONS(4259), - [anon_sym_inline] = ACTIONS(4259), - [anon_sym_external] = ACTIONS(4259), - [sym_property_modifier] = ACTIONS(4259), - [anon_sym_abstract] = ACTIONS(4259), - [anon_sym_final] = ACTIONS(4259), - [anon_sym_open] = ACTIONS(4259), - [anon_sym_vararg] = ACTIONS(4259), - [anon_sym_noinline] = ACTIONS(4259), - [anon_sym_crossinline] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [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), - }, - [3849] = { - [sym__alpha_identifier] = ACTIONS(1802), - [anon_sym_AT] = ACTIONS(1804), - [anon_sym_LBRACK] = ACTIONS(1804), - [anon_sym_as] = ACTIONS(1802), - [anon_sym_EQ] = ACTIONS(1802), - [anon_sym_LBRACE] = ACTIONS(1804), - [anon_sym_RBRACE] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1804), - [anon_sym_COMMA] = ACTIONS(1804), - [anon_sym_LT] = ACTIONS(1802), - [anon_sym_GT] = ACTIONS(1802), - [anon_sym_where] = ACTIONS(1802), - [anon_sym_DOT] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_get] = ACTIONS(1802), - [anon_sym_set] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [sym_label] = ACTIONS(1804), - [anon_sym_in] = ACTIONS(1802), - [anon_sym_DOT_DOT] = ACTIONS(1804), - [anon_sym_QMARK_COLON] = ACTIONS(1804), - [anon_sym_AMP_AMP] = ACTIONS(1804), - [anon_sym_PIPE_PIPE] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1802), - [anon_sym_COLON_COLON] = ACTIONS(1804), - [anon_sym_PLUS_EQ] = ACTIONS(1804), - [anon_sym_DASH_EQ] = ACTIONS(1804), - [anon_sym_STAR_EQ] = ACTIONS(1804), - [anon_sym_SLASH_EQ] = ACTIONS(1804), - [anon_sym_PERCENT_EQ] = ACTIONS(1804), - [anon_sym_BANG_EQ] = ACTIONS(1802), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1804), - [anon_sym_EQ_EQ] = ACTIONS(1802), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1804), - [anon_sym_LT_EQ] = ACTIONS(1804), - [anon_sym_GT_EQ] = ACTIONS(1804), - [anon_sym_BANGin] = ACTIONS(1804), - [anon_sym_is] = ACTIONS(1802), - [anon_sym_BANGis] = ACTIONS(1804), - [anon_sym_PLUS] = ACTIONS(1802), - [anon_sym_DASH] = ACTIONS(1802), - [anon_sym_SLASH] = ACTIONS(1802), - [anon_sym_PERCENT] = ACTIONS(1802), - [anon_sym_as_QMARK] = ACTIONS(1804), - [anon_sym_PLUS_PLUS] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1804), - [anon_sym_BANG_BANG] = ACTIONS(1804), - [anon_sym_suspend] = ACTIONS(1802), - [anon_sym_sealed] = ACTIONS(1802), - [anon_sym_annotation] = ACTIONS(1802), - [anon_sym_data] = ACTIONS(1802), - [anon_sym_inner] = ACTIONS(1802), - [anon_sym_value] = ACTIONS(1802), - [anon_sym_override] = ACTIONS(1802), - [anon_sym_lateinit] = ACTIONS(1802), - [anon_sym_public] = ACTIONS(1802), - [anon_sym_private] = ACTIONS(1802), - [anon_sym_internal] = ACTIONS(1802), - [anon_sym_protected] = ACTIONS(1802), - [anon_sym_tailrec] = ACTIONS(1802), - [anon_sym_operator] = ACTIONS(1802), - [anon_sym_infix] = ACTIONS(1802), - [anon_sym_inline] = ACTIONS(1802), - [anon_sym_external] = ACTIONS(1802), - [sym_property_modifier] = ACTIONS(1802), - [anon_sym_abstract] = ACTIONS(1802), - [anon_sym_final] = ACTIONS(1802), - [anon_sym_open] = ACTIONS(1802), - [anon_sym_vararg] = ACTIONS(1802), - [anon_sym_noinline] = ACTIONS(1802), - [anon_sym_crossinline] = ACTIONS(1802), - [anon_sym_expect] = ACTIONS(1802), - [anon_sym_actual] = ACTIONS(1802), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1804), - [sym__automatic_semicolon] = ACTIONS(1804), - [sym_safe_nav] = ACTIONS(1804), - [sym_multiline_comment] = ACTIONS(3), - }, - [3850] = { - [sym_function_body] = STATE(3894), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4307), - [sym_label] = ACTIONS(4309), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_PLUS_EQ] = ACTIONS(4309), - [anon_sym_DASH_EQ] = ACTIONS(4309), - [anon_sym_STAR_EQ] = ACTIONS(4309), - [anon_sym_SLASH_EQ] = ACTIONS(4309), - [anon_sym_PERCENT_EQ] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4307), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - }, - [3851] = { - [sym__alpha_identifier] = ACTIONS(1796), - [anon_sym_AT] = ACTIONS(1798), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_as] = ACTIONS(1796), - [anon_sym_EQ] = ACTIONS(1796), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_COMMA] = ACTIONS(1798), - [anon_sym_LT] = ACTIONS(1796), - [anon_sym_GT] = ACTIONS(1796), - [anon_sym_where] = ACTIONS(1796), - [anon_sym_DOT] = ACTIONS(1796), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_get] = ACTIONS(1796), - [anon_sym_set] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [sym_label] = ACTIONS(1798), - [anon_sym_in] = ACTIONS(1796), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_QMARK_COLON] = ACTIONS(1798), - [anon_sym_AMP_AMP] = ACTIONS(1798), - [anon_sym_PIPE_PIPE] = ACTIONS(1798), - [anon_sym_else] = ACTIONS(1796), - [anon_sym_COLON_COLON] = ACTIONS(1798), - [anon_sym_PLUS_EQ] = ACTIONS(1798), - [anon_sym_DASH_EQ] = ACTIONS(1798), - [anon_sym_STAR_EQ] = ACTIONS(1798), - [anon_sym_SLASH_EQ] = ACTIONS(1798), - [anon_sym_PERCENT_EQ] = ACTIONS(1798), - [anon_sym_BANG_EQ] = ACTIONS(1796), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), - [anon_sym_EQ_EQ] = ACTIONS(1796), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), - [anon_sym_LT_EQ] = ACTIONS(1798), - [anon_sym_GT_EQ] = ACTIONS(1798), - [anon_sym_BANGin] = ACTIONS(1798), - [anon_sym_is] = ACTIONS(1796), - [anon_sym_BANGis] = ACTIONS(1798), - [anon_sym_PLUS] = ACTIONS(1796), - [anon_sym_DASH] = ACTIONS(1796), - [anon_sym_SLASH] = ACTIONS(1796), - [anon_sym_PERCENT] = ACTIONS(1796), - [anon_sym_as_QMARK] = ACTIONS(1798), - [anon_sym_PLUS_PLUS] = ACTIONS(1798), - [anon_sym_DASH_DASH] = ACTIONS(1798), - [anon_sym_BANG_BANG] = ACTIONS(1798), - [anon_sym_suspend] = ACTIONS(1796), - [anon_sym_sealed] = ACTIONS(1796), - [anon_sym_annotation] = ACTIONS(1796), - [anon_sym_data] = ACTIONS(1796), - [anon_sym_inner] = ACTIONS(1796), - [anon_sym_value] = ACTIONS(1796), - [anon_sym_override] = ACTIONS(1796), - [anon_sym_lateinit] = ACTIONS(1796), - [anon_sym_public] = ACTIONS(1796), - [anon_sym_private] = ACTIONS(1796), - [anon_sym_internal] = ACTIONS(1796), - [anon_sym_protected] = ACTIONS(1796), - [anon_sym_tailrec] = ACTIONS(1796), - [anon_sym_operator] = ACTIONS(1796), - [anon_sym_infix] = ACTIONS(1796), - [anon_sym_inline] = ACTIONS(1796), - [anon_sym_external] = ACTIONS(1796), - [sym_property_modifier] = ACTIONS(1796), - [anon_sym_abstract] = ACTIONS(1796), - [anon_sym_final] = ACTIONS(1796), - [anon_sym_open] = ACTIONS(1796), - [anon_sym_vararg] = ACTIONS(1796), - [anon_sym_noinline] = ACTIONS(1796), - [anon_sym_crossinline] = ACTIONS(1796), - [anon_sym_expect] = ACTIONS(1796), - [anon_sym_actual] = ACTIONS(1796), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1798), - [sym__automatic_semicolon] = ACTIONS(1798), - [sym_safe_nav] = ACTIONS(1798), - [sym_multiline_comment] = ACTIONS(3), - }, - [3852] = { - [sym_function_body] = STATE(3457), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_RBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_COMMA] = ACTIONS(4441), - [anon_sym_RPAREN] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_where] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4441), - [anon_sym_DASH_GT] = ACTIONS(4441), - [sym_label] = ACTIONS(4441), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_while] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4441), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_suspend] = ACTIONS(4439), - [anon_sym_sealed] = ACTIONS(4439), - [anon_sym_annotation] = ACTIONS(4439), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_override] = ACTIONS(4439), - [anon_sym_lateinit] = ACTIONS(4439), - [anon_sym_public] = ACTIONS(4439), - [anon_sym_private] = ACTIONS(4439), - [anon_sym_internal] = ACTIONS(4439), - [anon_sym_protected] = ACTIONS(4439), - [anon_sym_tailrec] = ACTIONS(4439), - [anon_sym_operator] = ACTIONS(4439), - [anon_sym_infix] = ACTIONS(4439), - [anon_sym_inline] = ACTIONS(4439), - [anon_sym_external] = ACTIONS(4439), - [sym_property_modifier] = ACTIONS(4439), - [anon_sym_abstract] = ACTIONS(4439), - [anon_sym_final] = ACTIONS(4439), - [anon_sym_open] = ACTIONS(4439), - [anon_sym_vararg] = ACTIONS(4439), - [anon_sym_noinline] = ACTIONS(4439), - [anon_sym_crossinline] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), - [sym_multiline_comment] = ACTIONS(3), - }, - [3853] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4281), - [anon_sym_EQ] = ACTIONS(4281), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4284), - [anon_sym_LPAREN] = ACTIONS(4862), - [anon_sym_COMMA] = ACTIONS(4284), - [anon_sym_LT] = ACTIONS(4281), - [anon_sym_GT] = ACTIONS(4281), - [anon_sym_where] = ACTIONS(4281), - [anon_sym_DOT] = ACTIONS(4281), - [anon_sym_SEMI] = ACTIONS(4284), - [anon_sym_get] = ACTIONS(4281), - [anon_sym_set] = ACTIONS(4281), - [anon_sym_STAR] = ACTIONS(4281), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4281), - [anon_sym_DOT_DOT] = ACTIONS(4284), - [anon_sym_QMARK_COLON] = ACTIONS(4284), - [anon_sym_AMP_AMP] = ACTIONS(4284), - [anon_sym_PIPE_PIPE] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4281), - [anon_sym_COLON_COLON] = ACTIONS(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4284), - [anon_sym_DASH_EQ] = ACTIONS(4284), - [anon_sym_STAR_EQ] = ACTIONS(4284), - [anon_sym_SLASH_EQ] = ACTIONS(4284), - [anon_sym_PERCENT_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ] = ACTIONS(4281), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ] = ACTIONS(4281), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), - [anon_sym_LT_EQ] = ACTIONS(4284), - [anon_sym_GT_EQ] = ACTIONS(4284), - [anon_sym_BANGin] = ACTIONS(4284), - [anon_sym_is] = ACTIONS(4281), - [anon_sym_BANGis] = ACTIONS(4284), - [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(4284), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4284), - [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_value] = 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), - [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4284), - [sym_safe_nav] = ACTIONS(4284), - [sym_multiline_comment] = ACTIONS(3), - }, - [3854] = { - [sym__alpha_identifier] = ACTIONS(4914), - [anon_sym_AT] = ACTIONS(4916), - [anon_sym_LBRACK] = ACTIONS(4916), - [anon_sym_as] = ACTIONS(4914), - [anon_sym_EQ] = ACTIONS(4914), - [anon_sym_LBRACE] = ACTIONS(4916), - [anon_sym_RBRACE] = ACTIONS(4916), - [anon_sym_LPAREN] = ACTIONS(4916), - [anon_sym_COMMA] = ACTIONS(4916), - [anon_sym_LT] = ACTIONS(4914), - [anon_sym_GT] = ACTIONS(4914), - [anon_sym_where] = ACTIONS(4914), - [anon_sym_DOT] = ACTIONS(4914), - [anon_sym_SEMI] = ACTIONS(4916), - [anon_sym_get] = ACTIONS(4914), - [anon_sym_set] = ACTIONS(4914), - [anon_sym_STAR] = ACTIONS(4914), - [sym_label] = ACTIONS(4916), - [anon_sym_in] = ACTIONS(4914), - [anon_sym_DOT_DOT] = ACTIONS(4916), - [anon_sym_QMARK_COLON] = ACTIONS(4916), - [anon_sym_AMP_AMP] = ACTIONS(4916), - [anon_sym_PIPE_PIPE] = ACTIONS(4916), - [anon_sym_else] = ACTIONS(4914), - [anon_sym_COLON_COLON] = ACTIONS(4916), - [anon_sym_PLUS_EQ] = ACTIONS(4916), - [anon_sym_DASH_EQ] = ACTIONS(4916), - [anon_sym_STAR_EQ] = ACTIONS(4916), - [anon_sym_SLASH_EQ] = ACTIONS(4916), - [anon_sym_PERCENT_EQ] = ACTIONS(4916), - [anon_sym_BANG_EQ] = ACTIONS(4914), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4916), - [anon_sym_EQ_EQ] = ACTIONS(4914), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4916), - [anon_sym_LT_EQ] = ACTIONS(4916), - [anon_sym_GT_EQ] = ACTIONS(4916), - [anon_sym_BANGin] = ACTIONS(4916), - [anon_sym_is] = ACTIONS(4914), - [anon_sym_BANGis] = ACTIONS(4916), - [anon_sym_PLUS] = ACTIONS(4914), - [anon_sym_DASH] = ACTIONS(4914), - [anon_sym_SLASH] = ACTIONS(4914), - [anon_sym_PERCENT] = ACTIONS(4914), - [anon_sym_as_QMARK] = ACTIONS(4916), - [anon_sym_PLUS_PLUS] = ACTIONS(4916), - [anon_sym_DASH_DASH] = ACTIONS(4916), - [anon_sym_BANG_BANG] = ACTIONS(4916), - [anon_sym_suspend] = ACTIONS(4914), - [anon_sym_sealed] = ACTIONS(4914), - [anon_sym_annotation] = ACTIONS(4914), - [anon_sym_data] = ACTIONS(4914), - [anon_sym_inner] = ACTIONS(4914), - [anon_sym_value] = ACTIONS(4914), - [anon_sym_override] = ACTIONS(4914), - [anon_sym_lateinit] = ACTIONS(4914), - [anon_sym_public] = ACTIONS(4914), - [anon_sym_private] = ACTIONS(4914), - [anon_sym_internal] = ACTIONS(4914), - [anon_sym_protected] = ACTIONS(4914), - [anon_sym_tailrec] = ACTIONS(4914), - [anon_sym_operator] = ACTIONS(4914), - [anon_sym_infix] = ACTIONS(4914), - [anon_sym_inline] = ACTIONS(4914), - [anon_sym_external] = ACTIONS(4914), - [sym_property_modifier] = ACTIONS(4914), - [anon_sym_abstract] = ACTIONS(4914), - [anon_sym_final] = ACTIONS(4914), - [anon_sym_open] = ACTIONS(4914), - [anon_sym_vararg] = ACTIONS(4914), - [anon_sym_noinline] = ACTIONS(4914), - [anon_sym_crossinline] = ACTIONS(4914), - [anon_sym_expect] = ACTIONS(4914), - [anon_sym_actual] = ACTIONS(4914), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4916), - [sym__automatic_semicolon] = ACTIONS(4916), - [sym_safe_nav] = ACTIONS(4916), - [sym_multiline_comment] = ACTIONS(3), - }, - [3855] = { - [sym_function_body] = STATE(3266), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_object] = ACTIONS(4443), - [anon_sym_fun] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_this] = ACTIONS(4443), - [anon_sym_super] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4445), - [sym_label] = ACTIONS(4443), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_null] = ACTIONS(4443), - [anon_sym_if] = ACTIONS(4443), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_when] = ACTIONS(4443), - [anon_sym_try] = ACTIONS(4443), - [anon_sym_throw] = ACTIONS(4443), - [anon_sym_return] = ACTIONS(4443), - [anon_sym_continue] = ACTIONS(4443), - [anon_sym_break] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4445), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG] = ACTIONS(4443), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4445), - [anon_sym_continue_AT] = ACTIONS(4445), - [anon_sym_break_AT] = ACTIONS(4445), - [anon_sym_this_AT] = ACTIONS(4445), - [anon_sym_super_AT] = ACTIONS(4445), - [sym_real_literal] = ACTIONS(4445), - [sym_integer_literal] = ACTIONS(4443), - [sym_hex_literal] = ACTIONS(4445), - [sym_bin_literal] = ACTIONS(4445), - [anon_sym_true] = ACTIONS(4443), - [anon_sym_false] = ACTIONS(4443), - [anon_sym_SQUOTE] = ACTIONS(4445), - [sym__backtick_identifier] = ACTIONS(4445), - [sym__automatic_semicolon] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4445), - }, - [3856] = { - [sym__alpha_identifier] = ACTIONS(5175), - [anon_sym_AT] = ACTIONS(5177), - [anon_sym_LBRACK] = ACTIONS(5177), - [anon_sym_as] = ACTIONS(5175), - [anon_sym_EQ] = ACTIONS(5175), - [anon_sym_LBRACE] = ACTIONS(5177), - [anon_sym_RBRACE] = ACTIONS(5177), - [anon_sym_LPAREN] = ACTIONS(5177), - [anon_sym_COMMA] = ACTIONS(5177), - [anon_sym_LT] = ACTIONS(5175), - [anon_sym_GT] = ACTIONS(5175), - [anon_sym_where] = ACTIONS(5175), - [anon_sym_DOT] = ACTIONS(5175), - [anon_sym_SEMI] = ACTIONS(5177), - [anon_sym_get] = ACTIONS(5175), - [anon_sym_set] = ACTIONS(5175), - [anon_sym_STAR] = ACTIONS(5175), - [sym_label] = ACTIONS(5177), - [anon_sym_in] = ACTIONS(5175), - [anon_sym_DOT_DOT] = ACTIONS(5177), - [anon_sym_QMARK_COLON] = ACTIONS(5177), - [anon_sym_AMP_AMP] = ACTIONS(5177), - [anon_sym_PIPE_PIPE] = ACTIONS(5177), - [anon_sym_else] = ACTIONS(5175), - [anon_sym_COLON_COLON] = ACTIONS(5177), - [anon_sym_PLUS_EQ] = ACTIONS(5177), - [anon_sym_DASH_EQ] = ACTIONS(5177), - [anon_sym_STAR_EQ] = ACTIONS(5177), - [anon_sym_SLASH_EQ] = ACTIONS(5177), - [anon_sym_PERCENT_EQ] = ACTIONS(5177), - [anon_sym_BANG_EQ] = ACTIONS(5175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5177), - [anon_sym_EQ_EQ] = ACTIONS(5175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5177), - [anon_sym_LT_EQ] = ACTIONS(5177), - [anon_sym_GT_EQ] = ACTIONS(5177), - [anon_sym_BANGin] = ACTIONS(5177), - [anon_sym_is] = ACTIONS(5175), - [anon_sym_BANGis] = ACTIONS(5177), - [anon_sym_PLUS] = ACTIONS(5175), - [anon_sym_DASH] = ACTIONS(5175), - [anon_sym_SLASH] = ACTIONS(5175), - [anon_sym_PERCENT] = ACTIONS(5175), - [anon_sym_as_QMARK] = ACTIONS(5177), - [anon_sym_PLUS_PLUS] = ACTIONS(5177), - [anon_sym_DASH_DASH] = ACTIONS(5177), - [anon_sym_BANG_BANG] = ACTIONS(5177), - [anon_sym_suspend] = ACTIONS(5175), - [anon_sym_sealed] = ACTIONS(5175), - [anon_sym_annotation] = ACTIONS(5175), - [anon_sym_data] = ACTIONS(5175), - [anon_sym_inner] = ACTIONS(5175), - [anon_sym_value] = ACTIONS(5175), - [anon_sym_override] = ACTIONS(5175), - [anon_sym_lateinit] = ACTIONS(5175), - [anon_sym_public] = ACTIONS(5175), - [anon_sym_private] = ACTIONS(5175), - [anon_sym_internal] = ACTIONS(5175), - [anon_sym_protected] = ACTIONS(5175), - [anon_sym_tailrec] = ACTIONS(5175), - [anon_sym_operator] = ACTIONS(5175), - [anon_sym_infix] = ACTIONS(5175), - [anon_sym_inline] = ACTIONS(5175), - [anon_sym_external] = ACTIONS(5175), - [sym_property_modifier] = ACTIONS(5175), - [anon_sym_abstract] = ACTIONS(5175), - [anon_sym_final] = ACTIONS(5175), - [anon_sym_open] = ACTIONS(5175), - [anon_sym_vararg] = ACTIONS(5175), - [anon_sym_noinline] = ACTIONS(5175), - [anon_sym_crossinline] = ACTIONS(5175), - [anon_sym_expect] = ACTIONS(5175), - [anon_sym_actual] = ACTIONS(5175), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5177), - [sym__automatic_semicolon] = ACTIONS(5177), - [sym_safe_nav] = ACTIONS(5177), - [sym_multiline_comment] = ACTIONS(3), - }, - [3857] = { - [sym_function_body] = STATE(3268), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_object] = ACTIONS(4147), - [anon_sym_fun] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_this] = ACTIONS(4147), - [anon_sym_super] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4147), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_null] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_when] = ACTIONS(4147), - [anon_sym_try] = ACTIONS(4147), - [anon_sym_throw] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4149), - [anon_sym_continue_AT] = ACTIONS(4149), - [anon_sym_break_AT] = ACTIONS(4149), - [anon_sym_this_AT] = ACTIONS(4149), - [anon_sym_super_AT] = ACTIONS(4149), - [sym_real_literal] = ACTIONS(4149), - [sym_integer_literal] = ACTIONS(4147), - [sym_hex_literal] = ACTIONS(4149), - [sym_bin_literal] = ACTIONS(4149), - [anon_sym_true] = ACTIONS(4147), - [anon_sym_false] = ACTIONS(4147), - [anon_sym_SQUOTE] = ACTIONS(4149), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4149), - }, - [3858] = { - [sym__alpha_identifier] = ACTIONS(5167), - [anon_sym_AT] = ACTIONS(5169), - [anon_sym_LBRACK] = ACTIONS(5169), - [anon_sym_as] = ACTIONS(5167), - [anon_sym_EQ] = ACTIONS(5167), - [anon_sym_LBRACE] = ACTIONS(5169), - [anon_sym_RBRACE] = ACTIONS(5169), - [anon_sym_LPAREN] = ACTIONS(5169), - [anon_sym_COMMA] = ACTIONS(5169), - [anon_sym_LT] = ACTIONS(5167), - [anon_sym_GT] = ACTIONS(5167), - [anon_sym_where] = ACTIONS(5167), - [anon_sym_DOT] = ACTIONS(5167), - [anon_sym_SEMI] = ACTIONS(5169), - [anon_sym_get] = ACTIONS(5167), - [anon_sym_set] = ACTIONS(5167), - [anon_sym_STAR] = ACTIONS(5167), - [sym_label] = ACTIONS(5169), - [anon_sym_in] = ACTIONS(5167), - [anon_sym_DOT_DOT] = ACTIONS(5169), - [anon_sym_QMARK_COLON] = ACTIONS(5169), - [anon_sym_AMP_AMP] = ACTIONS(5169), - [anon_sym_PIPE_PIPE] = ACTIONS(5169), - [anon_sym_else] = ACTIONS(5167), - [anon_sym_COLON_COLON] = ACTIONS(5169), - [anon_sym_PLUS_EQ] = ACTIONS(5169), - [anon_sym_DASH_EQ] = ACTIONS(5169), - [anon_sym_STAR_EQ] = ACTIONS(5169), - [anon_sym_SLASH_EQ] = ACTIONS(5169), - [anon_sym_PERCENT_EQ] = ACTIONS(5169), - [anon_sym_BANG_EQ] = ACTIONS(5167), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5169), - [anon_sym_EQ_EQ] = ACTIONS(5167), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5169), - [anon_sym_LT_EQ] = ACTIONS(5169), - [anon_sym_GT_EQ] = ACTIONS(5169), - [anon_sym_BANGin] = ACTIONS(5169), - [anon_sym_is] = ACTIONS(5167), - [anon_sym_BANGis] = ACTIONS(5169), - [anon_sym_PLUS] = ACTIONS(5167), - [anon_sym_DASH] = ACTIONS(5167), - [anon_sym_SLASH] = ACTIONS(5167), - [anon_sym_PERCENT] = ACTIONS(5167), - [anon_sym_as_QMARK] = ACTIONS(5169), - [anon_sym_PLUS_PLUS] = ACTIONS(5169), - [anon_sym_DASH_DASH] = ACTIONS(5169), - [anon_sym_BANG_BANG] = ACTIONS(5169), - [anon_sym_suspend] = ACTIONS(5167), - [anon_sym_sealed] = ACTIONS(5167), - [anon_sym_annotation] = ACTIONS(5167), - [anon_sym_data] = ACTIONS(5167), - [anon_sym_inner] = ACTIONS(5167), - [anon_sym_value] = ACTIONS(5167), - [anon_sym_override] = ACTIONS(5167), - [anon_sym_lateinit] = ACTIONS(5167), - [anon_sym_public] = ACTIONS(5167), - [anon_sym_private] = ACTIONS(5167), - [anon_sym_internal] = ACTIONS(5167), - [anon_sym_protected] = ACTIONS(5167), - [anon_sym_tailrec] = ACTIONS(5167), - [anon_sym_operator] = ACTIONS(5167), - [anon_sym_infix] = ACTIONS(5167), - [anon_sym_inline] = ACTIONS(5167), - [anon_sym_external] = ACTIONS(5167), - [sym_property_modifier] = ACTIONS(5167), - [anon_sym_abstract] = ACTIONS(5167), - [anon_sym_final] = ACTIONS(5167), - [anon_sym_open] = ACTIONS(5167), - [anon_sym_vararg] = ACTIONS(5167), - [anon_sym_noinline] = ACTIONS(5167), - [anon_sym_crossinline] = ACTIONS(5167), - [anon_sym_expect] = ACTIONS(5167), - [anon_sym_actual] = ACTIONS(5167), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5169), - [sym__automatic_semicolon] = ACTIONS(5169), - [sym_safe_nav] = ACTIONS(5169), - [sym_multiline_comment] = ACTIONS(3), - }, - [3859] = { - [sym_function_body] = STATE(3461), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_RBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_RPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4301), - [anon_sym_DASH_GT] = ACTIONS(4301), - [sym_label] = ACTIONS(4301), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_while] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4301), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), + [3802] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1464), + [sym__comparison_operator] = STATE(1462), + [sym__in_operator] = STATE(1459), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1452), + [sym__multiplicative_operator] = STATE(1451), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1449), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3166), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3168), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3168), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7063), + [anon_sym_where] = ACTIONS(3166), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7067), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7071), + [anon_sym_DOT_DOT] = ACTIONS(7073), + [anon_sym_QMARK_COLON] = ACTIONS(7075), + [anon_sym_AMP_AMP] = ACTIONS(7077), + [anon_sym_PIPE_PIPE] = ACTIONS(7079), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3168), + [anon_sym_DASH_EQ] = ACTIONS(3168), + [anon_sym_STAR_EQ] = ACTIONS(3168), + [anon_sym_SLASH_EQ] = ACTIONS(3168), + [anon_sym_PERCENT_EQ] = ACTIONS(3168), + [anon_sym_BANG_EQ] = ACTIONS(7083), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7085), + [anon_sym_EQ_EQ] = ACTIONS(7083), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7085), + [anon_sym_LT_EQ] = ACTIONS(7087), + [anon_sym_GT_EQ] = ACTIONS(7087), + [anon_sym_BANGin] = ACTIONS(7089), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7095), + [anon_sym_DASH] = ACTIONS(7095), + [anon_sym_SLASH] = ACTIONS(7067), + [anon_sym_PERCENT] = ACTIONS(7067), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), - [sym_multiline_comment] = ACTIONS(3), - }, - [3860] = { - [sym__alpha_identifier] = ACTIONS(5024), - [anon_sym_AT] = ACTIONS(5026), - [anon_sym_LBRACK] = ACTIONS(5026), - [anon_sym_as] = ACTIONS(5024), - [anon_sym_EQ] = ACTIONS(5055), - [anon_sym_LBRACE] = ACTIONS(5026), - [anon_sym_RBRACE] = ACTIONS(5026), - [anon_sym_LPAREN] = ACTIONS(5026), - [anon_sym_COMMA] = ACTIONS(5026), - [anon_sym_LT] = ACTIONS(5024), - [anon_sym_GT] = ACTIONS(5024), - [anon_sym_where] = ACTIONS(5024), - [anon_sym_DOT] = ACTIONS(5024), - [anon_sym_SEMI] = ACTIONS(5026), - [anon_sym_get] = ACTIONS(5024), - [anon_sym_set] = ACTIONS(5024), - [anon_sym_STAR] = ACTIONS(5024), - [sym_label] = ACTIONS(5026), - [anon_sym_in] = ACTIONS(5024), - [anon_sym_DOT_DOT] = ACTIONS(5026), - [anon_sym_QMARK_COLON] = ACTIONS(5026), - [anon_sym_AMP_AMP] = ACTIONS(5026), - [anon_sym_PIPE_PIPE] = ACTIONS(5026), - [anon_sym_else] = ACTIONS(5024), - [anon_sym_COLON_COLON] = ACTIONS(7138), - [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(5024), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5026), - [anon_sym_EQ_EQ] = ACTIONS(5024), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5026), - [anon_sym_LT_EQ] = ACTIONS(5026), - [anon_sym_GT_EQ] = ACTIONS(5026), - [anon_sym_BANGin] = ACTIONS(5026), - [anon_sym_is] = ACTIONS(5024), - [anon_sym_BANGis] = ACTIONS(5026), - [anon_sym_PLUS] = ACTIONS(5024), - [anon_sym_DASH] = ACTIONS(5024), - [anon_sym_SLASH] = ACTIONS(5024), - [anon_sym_PERCENT] = ACTIONS(5024), - [anon_sym_as_QMARK] = ACTIONS(5026), - [anon_sym_PLUS_PLUS] = ACTIONS(5026), - [anon_sym_DASH_DASH] = ACTIONS(5026), - [anon_sym_BANG_BANG] = ACTIONS(5026), - [anon_sym_suspend] = ACTIONS(5024), - [anon_sym_sealed] = ACTIONS(5024), - [anon_sym_annotation] = ACTIONS(5024), - [anon_sym_data] = ACTIONS(5024), - [anon_sym_inner] = ACTIONS(5024), - [anon_sym_value] = ACTIONS(5024), - [anon_sym_override] = ACTIONS(5024), - [anon_sym_lateinit] = ACTIONS(5024), - [anon_sym_public] = ACTIONS(5024), - [anon_sym_private] = ACTIONS(5024), - [anon_sym_internal] = ACTIONS(5024), - [anon_sym_protected] = ACTIONS(5024), - [anon_sym_tailrec] = ACTIONS(5024), - [anon_sym_operator] = ACTIONS(5024), - [anon_sym_infix] = ACTIONS(5024), - [anon_sym_inline] = ACTIONS(5024), - [anon_sym_external] = ACTIONS(5024), - [sym_property_modifier] = ACTIONS(5024), - [anon_sym_abstract] = ACTIONS(5024), - [anon_sym_final] = ACTIONS(5024), - [anon_sym_open] = ACTIONS(5024), - [anon_sym_vararg] = ACTIONS(5024), - [anon_sym_noinline] = ACTIONS(5024), - [anon_sym_crossinline] = ACTIONS(5024), - [anon_sym_expect] = ACTIONS(5024), - [anon_sym_actual] = ACTIONS(5024), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5026), - [sym__automatic_semicolon] = ACTIONS(5026), - [sym_safe_nav] = ACTIONS(5026), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3168), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [3861] = { - [sym__alpha_identifier] = ACTIONS(4463), - [anon_sym_AT] = ACTIONS(4465), - [anon_sym_LBRACK] = ACTIONS(4465), - [anon_sym_as] = ACTIONS(4463), - [anon_sym_EQ] = ACTIONS(4463), - [anon_sym_LBRACE] = ACTIONS(4465), - [anon_sym_RBRACE] = ACTIONS(4465), - [anon_sym_LPAREN] = ACTIONS(4465), - [anon_sym_COMMA] = ACTIONS(4465), - [anon_sym_LT] = ACTIONS(4463), - [anon_sym_GT] = ACTIONS(4463), - [anon_sym_where] = ACTIONS(4463), - [anon_sym_DOT] = ACTIONS(4463), - [anon_sym_SEMI] = ACTIONS(4465), - [anon_sym_get] = ACTIONS(4463), - [anon_sym_set] = ACTIONS(4463), - [anon_sym_STAR] = ACTIONS(4463), - [sym_label] = ACTIONS(4465), - [anon_sym_in] = ACTIONS(4463), - [anon_sym_DOT_DOT] = ACTIONS(4465), - [anon_sym_QMARK_COLON] = ACTIONS(4465), - [anon_sym_AMP_AMP] = ACTIONS(4465), - [anon_sym_PIPE_PIPE] = ACTIONS(4465), - [anon_sym_else] = ACTIONS(4463), - [anon_sym_COLON_COLON] = ACTIONS(4465), - [anon_sym_PLUS_EQ] = ACTIONS(4465), - [anon_sym_DASH_EQ] = ACTIONS(4465), - [anon_sym_STAR_EQ] = ACTIONS(4465), - [anon_sym_SLASH_EQ] = ACTIONS(4465), - [anon_sym_PERCENT_EQ] = ACTIONS(4465), - [anon_sym_BANG_EQ] = ACTIONS(4463), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4465), - [anon_sym_EQ_EQ] = ACTIONS(4463), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4465), - [anon_sym_LT_EQ] = ACTIONS(4465), - [anon_sym_GT_EQ] = ACTIONS(4465), - [anon_sym_BANGin] = ACTIONS(4465), - [anon_sym_is] = ACTIONS(4463), - [anon_sym_BANGis] = ACTIONS(4465), - [anon_sym_PLUS] = ACTIONS(4463), - [anon_sym_DASH] = ACTIONS(4463), - [anon_sym_SLASH] = ACTIONS(4463), - [anon_sym_PERCENT] = ACTIONS(4463), - [anon_sym_as_QMARK] = ACTIONS(4465), - [anon_sym_PLUS_PLUS] = ACTIONS(4465), - [anon_sym_DASH_DASH] = ACTIONS(4465), - [anon_sym_BANG_BANG] = ACTIONS(4465), - [anon_sym_suspend] = ACTIONS(4463), - [anon_sym_sealed] = ACTIONS(4463), - [anon_sym_annotation] = ACTIONS(4463), - [anon_sym_data] = ACTIONS(4463), - [anon_sym_inner] = ACTIONS(4463), - [anon_sym_value] = ACTIONS(4463), - [anon_sym_override] = ACTIONS(4463), - [anon_sym_lateinit] = ACTIONS(4463), - [anon_sym_public] = ACTIONS(4463), - [anon_sym_private] = ACTIONS(4463), - [anon_sym_internal] = ACTIONS(4463), - [anon_sym_protected] = ACTIONS(4463), - [anon_sym_tailrec] = ACTIONS(4463), - [anon_sym_operator] = ACTIONS(4463), - [anon_sym_infix] = ACTIONS(4463), - [anon_sym_inline] = ACTIONS(4463), - [anon_sym_external] = ACTIONS(4463), - [sym_property_modifier] = ACTIONS(4463), - [anon_sym_abstract] = ACTIONS(4463), - [anon_sym_final] = ACTIONS(4463), - [anon_sym_open] = ACTIONS(4463), - [anon_sym_vararg] = ACTIONS(4463), - [anon_sym_noinline] = ACTIONS(4463), - [anon_sym_crossinline] = ACTIONS(4463), - [anon_sym_expect] = ACTIONS(4463), - [anon_sym_actual] = ACTIONS(4463), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4465), - [sym__automatic_semicolon] = ACTIONS(4465), - [sym_safe_nav] = ACTIONS(4465), + [3803] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1464), + [sym__comparison_operator] = STATE(1462), + [sym__in_operator] = STATE(1459), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1452), + [sym__multiplicative_operator] = STATE(1451), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1449), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(3088), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3090), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_where] = ACTIONS(3088), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(7067), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_DOT_DOT] = ACTIONS(7073), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_else] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3090), + [anon_sym_DASH_EQ] = ACTIONS(3090), + [anon_sym_STAR_EQ] = ACTIONS(3090), + [anon_sym_SLASH_EQ] = ACTIONS(3090), + [anon_sym_PERCENT_EQ] = ACTIONS(3090), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), + [anon_sym_PLUS] = ACTIONS(7095), + [anon_sym_DASH] = ACTIONS(7095), + [anon_sym_SLASH] = ACTIONS(7067), + [anon_sym_PERCENT] = ACTIONS(7067), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3090), + [sym__automatic_semicolon] = ACTIONS(3090), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [3862] = { - [sym__alpha_identifier] = ACTIONS(5135), - [anon_sym_AT] = ACTIONS(5137), - [anon_sym_LBRACK] = ACTIONS(5137), - [anon_sym_as] = ACTIONS(5135), - [anon_sym_EQ] = ACTIONS(5135), - [anon_sym_LBRACE] = ACTIONS(5137), - [anon_sym_RBRACE] = ACTIONS(5137), - [anon_sym_LPAREN] = ACTIONS(5137), - [anon_sym_COMMA] = ACTIONS(5137), - [anon_sym_LT] = ACTIONS(5135), - [anon_sym_GT] = ACTIONS(5135), - [anon_sym_where] = ACTIONS(5135), - [anon_sym_DOT] = ACTIONS(5135), - [anon_sym_SEMI] = ACTIONS(5137), - [anon_sym_get] = ACTIONS(5135), - [anon_sym_set] = ACTIONS(5135), - [anon_sym_STAR] = ACTIONS(5135), - [sym_label] = ACTIONS(5137), - [anon_sym_in] = ACTIONS(5135), - [anon_sym_DOT_DOT] = ACTIONS(5137), - [anon_sym_QMARK_COLON] = ACTIONS(5137), - [anon_sym_AMP_AMP] = ACTIONS(5137), - [anon_sym_PIPE_PIPE] = ACTIONS(5137), - [anon_sym_else] = ACTIONS(5135), - [anon_sym_COLON_COLON] = ACTIONS(5137), - [anon_sym_PLUS_EQ] = ACTIONS(5137), - [anon_sym_DASH_EQ] = ACTIONS(5137), - [anon_sym_STAR_EQ] = ACTIONS(5137), - [anon_sym_SLASH_EQ] = ACTIONS(5137), - [anon_sym_PERCENT_EQ] = ACTIONS(5137), - [anon_sym_BANG_EQ] = ACTIONS(5135), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5137), - [anon_sym_EQ_EQ] = ACTIONS(5135), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5137), - [anon_sym_LT_EQ] = ACTIONS(5137), - [anon_sym_GT_EQ] = ACTIONS(5137), - [anon_sym_BANGin] = ACTIONS(5137), - [anon_sym_is] = ACTIONS(5135), - [anon_sym_BANGis] = ACTIONS(5137), - [anon_sym_PLUS] = ACTIONS(5135), - [anon_sym_DASH] = ACTIONS(5135), - [anon_sym_SLASH] = ACTIONS(5135), - [anon_sym_PERCENT] = ACTIONS(5135), - [anon_sym_as_QMARK] = ACTIONS(5137), - [anon_sym_PLUS_PLUS] = ACTIONS(5137), - [anon_sym_DASH_DASH] = ACTIONS(5137), - [anon_sym_BANG_BANG] = ACTIONS(5137), - [anon_sym_suspend] = ACTIONS(5135), - [anon_sym_sealed] = ACTIONS(5135), - [anon_sym_annotation] = ACTIONS(5135), - [anon_sym_data] = ACTIONS(5135), - [anon_sym_inner] = ACTIONS(5135), - [anon_sym_value] = ACTIONS(5135), - [anon_sym_override] = ACTIONS(5135), - [anon_sym_lateinit] = ACTIONS(5135), - [anon_sym_public] = ACTIONS(5135), - [anon_sym_private] = ACTIONS(5135), - [anon_sym_internal] = ACTIONS(5135), - [anon_sym_protected] = ACTIONS(5135), - [anon_sym_tailrec] = ACTIONS(5135), - [anon_sym_operator] = ACTIONS(5135), - [anon_sym_infix] = ACTIONS(5135), - [anon_sym_inline] = ACTIONS(5135), - [anon_sym_external] = ACTIONS(5135), - [sym_property_modifier] = ACTIONS(5135), - [anon_sym_abstract] = ACTIONS(5135), - [anon_sym_final] = ACTIONS(5135), - [anon_sym_open] = ACTIONS(5135), - [anon_sym_vararg] = ACTIONS(5135), - [anon_sym_noinline] = ACTIONS(5135), - [anon_sym_crossinline] = ACTIONS(5135), - [anon_sym_expect] = ACTIONS(5135), - [anon_sym_actual] = ACTIONS(5135), + [3804] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1464), + [sym__comparison_operator] = STATE(1462), + [sym__in_operator] = STATE(1459), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1452), + [sym__multiplicative_operator] = STATE(1451), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1449), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3148), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3148), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7063), + [anon_sym_where] = ACTIONS(3146), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7067), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7071), + [anon_sym_DOT_DOT] = ACTIONS(7073), + [anon_sym_QMARK_COLON] = ACTIONS(7075), + [anon_sym_AMP_AMP] = ACTIONS(7077), + [anon_sym_PIPE_PIPE] = ACTIONS(7079), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3148), + [anon_sym_DASH_EQ] = ACTIONS(3148), + [anon_sym_STAR_EQ] = ACTIONS(3148), + [anon_sym_SLASH_EQ] = ACTIONS(3148), + [anon_sym_PERCENT_EQ] = ACTIONS(3148), + [anon_sym_BANG_EQ] = ACTIONS(7083), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7085), + [anon_sym_EQ_EQ] = ACTIONS(7083), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7085), + [anon_sym_LT_EQ] = ACTIONS(7087), + [anon_sym_GT_EQ] = ACTIONS(7087), + [anon_sym_BANGin] = ACTIONS(7089), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7095), + [anon_sym_DASH] = ACTIONS(7095), + [anon_sym_SLASH] = ACTIONS(7067), + [anon_sym_PERCENT] = ACTIONS(7067), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5137), - [sym__automatic_semicolon] = ACTIONS(5137), - [sym_safe_nav] = ACTIONS(5137), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3148), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [3863] = { - [sym__alpha_identifier] = ACTIONS(4866), - [anon_sym_AT] = ACTIONS(4868), - [anon_sym_LBRACK] = ACTIONS(4868), - [anon_sym_as] = ACTIONS(4866), - [anon_sym_EQ] = ACTIONS(4866), - [anon_sym_LBRACE] = ACTIONS(4868), - [anon_sym_RBRACE] = ACTIONS(4868), - [anon_sym_LPAREN] = ACTIONS(4868), - [anon_sym_COMMA] = ACTIONS(4868), - [anon_sym_LT] = ACTIONS(4866), - [anon_sym_GT] = ACTIONS(4866), - [anon_sym_where] = ACTIONS(4866), - [anon_sym_DOT] = ACTIONS(4866), - [anon_sym_SEMI] = ACTIONS(4868), - [anon_sym_get] = ACTIONS(4866), - [anon_sym_set] = ACTIONS(4866), - [anon_sym_STAR] = ACTIONS(4866), - [sym_label] = ACTIONS(4868), - [anon_sym_in] = ACTIONS(4866), - [anon_sym_DOT_DOT] = ACTIONS(4868), - [anon_sym_QMARK_COLON] = ACTIONS(4868), - [anon_sym_AMP_AMP] = ACTIONS(4868), - [anon_sym_PIPE_PIPE] = ACTIONS(4868), - [anon_sym_else] = ACTIONS(4866), - [anon_sym_COLON_COLON] = ACTIONS(4868), - [anon_sym_PLUS_EQ] = ACTIONS(4868), - [anon_sym_DASH_EQ] = ACTIONS(4868), - [anon_sym_STAR_EQ] = ACTIONS(4868), - [anon_sym_SLASH_EQ] = ACTIONS(4868), - [anon_sym_PERCENT_EQ] = ACTIONS(4868), - [anon_sym_BANG_EQ] = ACTIONS(4866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4868), - [anon_sym_EQ_EQ] = ACTIONS(4866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4868), - [anon_sym_LT_EQ] = ACTIONS(4868), - [anon_sym_GT_EQ] = ACTIONS(4868), - [anon_sym_BANGin] = ACTIONS(4868), - [anon_sym_is] = ACTIONS(4866), - [anon_sym_BANGis] = ACTIONS(4868), - [anon_sym_PLUS] = ACTIONS(4866), - [anon_sym_DASH] = ACTIONS(4866), - [anon_sym_SLASH] = ACTIONS(4866), - [anon_sym_PERCENT] = ACTIONS(4866), - [anon_sym_as_QMARK] = ACTIONS(4868), - [anon_sym_PLUS_PLUS] = ACTIONS(4868), - [anon_sym_DASH_DASH] = ACTIONS(4868), - [anon_sym_BANG_BANG] = ACTIONS(4868), - [anon_sym_suspend] = ACTIONS(4866), - [anon_sym_sealed] = ACTIONS(4866), - [anon_sym_annotation] = ACTIONS(4866), - [anon_sym_data] = ACTIONS(4866), - [anon_sym_inner] = ACTIONS(4866), - [anon_sym_value] = ACTIONS(4866), - [anon_sym_override] = ACTIONS(4866), - [anon_sym_lateinit] = ACTIONS(4866), - [anon_sym_public] = ACTIONS(4866), - [anon_sym_private] = ACTIONS(4866), - [anon_sym_internal] = ACTIONS(4866), - [anon_sym_protected] = ACTIONS(4866), - [anon_sym_tailrec] = ACTIONS(4866), - [anon_sym_operator] = ACTIONS(4866), - [anon_sym_infix] = ACTIONS(4866), - [anon_sym_inline] = ACTIONS(4866), - [anon_sym_external] = ACTIONS(4866), - [sym_property_modifier] = ACTIONS(4866), - [anon_sym_abstract] = ACTIONS(4866), - [anon_sym_final] = ACTIONS(4866), - [anon_sym_open] = ACTIONS(4866), - [anon_sym_vararg] = ACTIONS(4866), - [anon_sym_noinline] = ACTIONS(4866), - [anon_sym_crossinline] = ACTIONS(4866), - [anon_sym_expect] = ACTIONS(4866), - [anon_sym_actual] = ACTIONS(4866), + [3805] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1464), + [sym__comparison_operator] = STATE(1462), + [sym__in_operator] = STATE(1459), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1452), + [sym__multiplicative_operator] = STATE(1451), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1449), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3150), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3152), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3152), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7063), + [anon_sym_where] = ACTIONS(3150), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7067), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7071), + [anon_sym_DOT_DOT] = ACTIONS(7073), + [anon_sym_QMARK_COLON] = ACTIONS(7075), + [anon_sym_AMP_AMP] = ACTIONS(7077), + [anon_sym_PIPE_PIPE] = ACTIONS(7079), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3152), + [anon_sym_DASH_EQ] = ACTIONS(3152), + [anon_sym_STAR_EQ] = ACTIONS(3152), + [anon_sym_SLASH_EQ] = ACTIONS(3152), + [anon_sym_PERCENT_EQ] = ACTIONS(3152), + [anon_sym_BANG_EQ] = ACTIONS(7083), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7085), + [anon_sym_EQ_EQ] = ACTIONS(7083), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7085), + [anon_sym_LT_EQ] = ACTIONS(7087), + [anon_sym_GT_EQ] = ACTIONS(7087), + [anon_sym_BANGin] = ACTIONS(7089), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7095), + [anon_sym_DASH] = ACTIONS(7095), + [anon_sym_SLASH] = ACTIONS(7067), + [anon_sym_PERCENT] = ACTIONS(7067), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4868), - [sym__automatic_semicolon] = ACTIONS(4868), - [sym_safe_nav] = ACTIONS(4868), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3152), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [3864] = { - [sym_function_body] = STATE(3232), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_object] = ACTIONS(4137), - [anon_sym_fun] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_this] = ACTIONS(4137), - [anon_sym_super] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4139), - [sym_label] = ACTIONS(4137), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_null] = ACTIONS(4137), - [anon_sym_if] = ACTIONS(4137), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_when] = ACTIONS(4137), - [anon_sym_try] = ACTIONS(4137), - [anon_sym_throw] = ACTIONS(4137), - [anon_sym_return] = ACTIONS(4137), - [anon_sym_continue] = ACTIONS(4137), - [anon_sym_break] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4139), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4137), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4139), - [anon_sym_continue_AT] = ACTIONS(4139), - [anon_sym_break_AT] = ACTIONS(4139), - [anon_sym_this_AT] = ACTIONS(4139), - [anon_sym_super_AT] = ACTIONS(4139), - [sym_real_literal] = ACTIONS(4139), - [sym_integer_literal] = ACTIONS(4137), - [sym_hex_literal] = ACTIONS(4139), - [sym_bin_literal] = ACTIONS(4139), - [anon_sym_true] = ACTIONS(4137), - [anon_sym_false] = ACTIONS(4137), - [anon_sym_SQUOTE] = ACTIONS(4139), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4139), + [3806] = { + [sym_class_body] = STATE(3151), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_COLON] = ACTIONS(7115), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(3210), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4424), + [anon_sym_super_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), }, - [3865] = { - [sym_class_body] = STATE(3881), - [sym__alpha_identifier] = ACTIONS(4497), - [anon_sym_AT] = ACTIONS(4499), - [anon_sym_COLON] = ACTIONS(7141), - [anon_sym_LBRACK] = ACTIONS(4499), - [anon_sym_as] = ACTIONS(4497), - [anon_sym_EQ] = ACTIONS(4497), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4499), - [anon_sym_LPAREN] = ACTIONS(4499), - [anon_sym_LT] = ACTIONS(4497), - [anon_sym_GT] = 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_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_value] = 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), + [3807] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1464), + [sym__comparison_operator] = STATE(1462), + [sym__in_operator] = STATE(1459), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1452), + [sym__multiplicative_operator] = STATE(1451), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1449), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3142), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3144), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3144), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7063), + [anon_sym_where] = ACTIONS(3142), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7067), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7071), + [anon_sym_DOT_DOT] = ACTIONS(7073), + [anon_sym_QMARK_COLON] = ACTIONS(7075), + [anon_sym_AMP_AMP] = ACTIONS(7077), + [anon_sym_PIPE_PIPE] = ACTIONS(7079), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3144), + [anon_sym_DASH_EQ] = ACTIONS(3144), + [anon_sym_STAR_EQ] = ACTIONS(3144), + [anon_sym_SLASH_EQ] = ACTIONS(3144), + [anon_sym_PERCENT_EQ] = ACTIONS(3144), + [anon_sym_BANG_EQ] = ACTIONS(7083), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7085), + [anon_sym_EQ_EQ] = ACTIONS(7083), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7085), + [anon_sym_LT_EQ] = ACTIONS(7087), + [anon_sym_GT_EQ] = ACTIONS(7087), + [anon_sym_BANGin] = ACTIONS(7089), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7095), + [anon_sym_DASH] = ACTIONS(7095), + [anon_sym_SLASH] = ACTIONS(7067), + [anon_sym_PERCENT] = ACTIONS(7067), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4499), - [sym__automatic_semicolon] = ACTIONS(4499), - [sym_safe_nav] = ACTIONS(4499), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3144), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [3866] = { - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(4137), - [anon_sym_LBRACE] = ACTIONS(4139), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [sym_label] = ACTIONS(4139), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), + [3808] = { + [sym__alpha_identifier] = ACTIONS(4389), + [anon_sym_AT] = ACTIONS(4391), + [anon_sym_LBRACK] = ACTIONS(4391), + [anon_sym_as] = ACTIONS(4389), + [anon_sym_EQ] = ACTIONS(4389), + [anon_sym_LBRACE] = ACTIONS(4391), + [anon_sym_RBRACE] = ACTIONS(4391), + [anon_sym_LPAREN] = ACTIONS(4391), + [anon_sym_COMMA] = ACTIONS(4391), + [anon_sym_by] = ACTIONS(4389), + [anon_sym_LT] = ACTIONS(4389), + [anon_sym_GT] = ACTIONS(4389), + [anon_sym_where] = ACTIONS(4389), + [anon_sym_DOT] = ACTIONS(4389), + [anon_sym_SEMI] = ACTIONS(4391), + [anon_sym_get] = ACTIONS(4389), + [anon_sym_set] = ACTIONS(4389), + [anon_sym_STAR] = ACTIONS(4389), + [sym_label] = ACTIONS(4391), + [anon_sym_in] = ACTIONS(4389), + [anon_sym_DOT_DOT] = ACTIONS(4391), + [anon_sym_QMARK_COLON] = ACTIONS(4391), + [anon_sym_AMP_AMP] = ACTIONS(4391), + [anon_sym_PIPE_PIPE] = ACTIONS(4391), + [anon_sym_else] = ACTIONS(4389), + [anon_sym_COLON_COLON] = ACTIONS(4391), + [anon_sym_PLUS_EQ] = ACTIONS(4391), + [anon_sym_DASH_EQ] = ACTIONS(4391), + [anon_sym_STAR_EQ] = ACTIONS(4391), + [anon_sym_SLASH_EQ] = ACTIONS(4391), + [anon_sym_PERCENT_EQ] = ACTIONS(4391), + [anon_sym_BANG_EQ] = ACTIONS(4389), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4391), + [anon_sym_EQ_EQ] = ACTIONS(4389), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4391), + [anon_sym_LT_EQ] = ACTIONS(4391), + [anon_sym_GT_EQ] = ACTIONS(4391), + [anon_sym_BANGin] = ACTIONS(4391), + [anon_sym_is] = ACTIONS(4389), + [anon_sym_BANGis] = ACTIONS(4391), + [anon_sym_PLUS] = ACTIONS(4389), + [anon_sym_DASH] = ACTIONS(4389), + [anon_sym_SLASH] = ACTIONS(4389), + [anon_sym_PERCENT] = ACTIONS(4389), + [anon_sym_as_QMARK] = ACTIONS(4391), + [anon_sym_PLUS_PLUS] = ACTIONS(4391), + [anon_sym_DASH_DASH] = ACTIONS(4391), + [anon_sym_BANG_BANG] = ACTIONS(4391), + [anon_sym_suspend] = ACTIONS(4389), + [anon_sym_sealed] = ACTIONS(4389), + [anon_sym_annotation] = ACTIONS(4389), + [anon_sym_data] = ACTIONS(4389), + [anon_sym_inner] = ACTIONS(4389), + [anon_sym_value] = ACTIONS(4389), + [anon_sym_override] = ACTIONS(4389), + [anon_sym_lateinit] = ACTIONS(4389), + [anon_sym_public] = ACTIONS(4389), + [anon_sym_private] = ACTIONS(4389), + [anon_sym_internal] = ACTIONS(4389), + [anon_sym_protected] = ACTIONS(4389), + [anon_sym_tailrec] = ACTIONS(4389), + [anon_sym_operator] = ACTIONS(4389), + [anon_sym_infix] = ACTIONS(4389), + [anon_sym_inline] = ACTIONS(4389), + [anon_sym_external] = ACTIONS(4389), + [sym_property_modifier] = ACTIONS(4389), + [anon_sym_abstract] = ACTIONS(4389), + [anon_sym_final] = ACTIONS(4389), + [anon_sym_open] = ACTIONS(4389), + [anon_sym_vararg] = ACTIONS(4389), + [anon_sym_noinline] = ACTIONS(4389), + [anon_sym_crossinline] = ACTIONS(4389), + [anon_sym_expect] = ACTIONS(4389), + [anon_sym_actual] = ACTIONS(4389), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4391), + [sym__automatic_semicolon] = ACTIONS(4391), + [sym_safe_nav] = ACTIONS(4391), [sym_multiline_comment] = ACTIONS(3), }, - [3867] = { - [sym__alpha_identifier] = ACTIONS(4962), - [anon_sym_AT] = ACTIONS(4964), - [anon_sym_LBRACK] = ACTIONS(4964), - [anon_sym_as] = ACTIONS(4962), - [anon_sym_EQ] = ACTIONS(4962), - [anon_sym_LBRACE] = ACTIONS(4964), - [anon_sym_RBRACE] = ACTIONS(4964), - [anon_sym_LPAREN] = ACTIONS(4964), - [anon_sym_COMMA] = ACTIONS(4964), - [anon_sym_LT] = ACTIONS(4962), - [anon_sym_GT] = ACTIONS(4962), - [anon_sym_where] = ACTIONS(4962), - [anon_sym_DOT] = ACTIONS(4962), - [anon_sym_SEMI] = ACTIONS(4964), - [anon_sym_get] = ACTIONS(4962), - [anon_sym_set] = ACTIONS(4962), - [anon_sym_STAR] = ACTIONS(4962), - [sym_label] = ACTIONS(4964), - [anon_sym_in] = ACTIONS(4962), - [anon_sym_DOT_DOT] = ACTIONS(4964), - [anon_sym_QMARK_COLON] = ACTIONS(4964), - [anon_sym_AMP_AMP] = ACTIONS(4964), - [anon_sym_PIPE_PIPE] = ACTIONS(4964), - [anon_sym_else] = ACTIONS(4962), - [anon_sym_COLON_COLON] = ACTIONS(4964), - [anon_sym_PLUS_EQ] = ACTIONS(4964), - [anon_sym_DASH_EQ] = ACTIONS(4964), - [anon_sym_STAR_EQ] = ACTIONS(4964), - [anon_sym_SLASH_EQ] = ACTIONS(4964), - [anon_sym_PERCENT_EQ] = ACTIONS(4964), - [anon_sym_BANG_EQ] = ACTIONS(4962), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4964), - [anon_sym_EQ_EQ] = ACTIONS(4962), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4964), - [anon_sym_LT_EQ] = ACTIONS(4964), - [anon_sym_GT_EQ] = ACTIONS(4964), - [anon_sym_BANGin] = ACTIONS(4964), - [anon_sym_is] = ACTIONS(4962), - [anon_sym_BANGis] = ACTIONS(4964), - [anon_sym_PLUS] = ACTIONS(4962), - [anon_sym_DASH] = ACTIONS(4962), - [anon_sym_SLASH] = ACTIONS(4962), - [anon_sym_PERCENT] = ACTIONS(4962), - [anon_sym_as_QMARK] = ACTIONS(4964), - [anon_sym_PLUS_PLUS] = ACTIONS(4964), - [anon_sym_DASH_DASH] = ACTIONS(4964), - [anon_sym_BANG_BANG] = ACTIONS(4964), - [anon_sym_suspend] = ACTIONS(4962), - [anon_sym_sealed] = ACTIONS(4962), - [anon_sym_annotation] = ACTIONS(4962), - [anon_sym_data] = ACTIONS(4962), - [anon_sym_inner] = ACTIONS(4962), - [anon_sym_value] = ACTIONS(4962), - [anon_sym_override] = ACTIONS(4962), - [anon_sym_lateinit] = ACTIONS(4962), - [anon_sym_public] = ACTIONS(4962), - [anon_sym_private] = ACTIONS(4962), - [anon_sym_internal] = ACTIONS(4962), - [anon_sym_protected] = ACTIONS(4962), - [anon_sym_tailrec] = ACTIONS(4962), - [anon_sym_operator] = ACTIONS(4962), - [anon_sym_infix] = ACTIONS(4962), - [anon_sym_inline] = ACTIONS(4962), - [anon_sym_external] = ACTIONS(4962), - [sym_property_modifier] = ACTIONS(4962), - [anon_sym_abstract] = ACTIONS(4962), - [anon_sym_final] = ACTIONS(4962), - [anon_sym_open] = ACTIONS(4962), - [anon_sym_vararg] = ACTIONS(4962), - [anon_sym_noinline] = ACTIONS(4962), - [anon_sym_crossinline] = ACTIONS(4962), - [anon_sym_expect] = ACTIONS(4962), - [anon_sym_actual] = ACTIONS(4962), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4964), - [sym__automatic_semicolon] = ACTIONS(4964), - [sym_safe_nav] = ACTIONS(4964), + [3809] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3743), + [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(7117), + [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_value] = 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), }, - [3868] = { - [sym_function_body] = STATE(3159), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_object] = ACTIONS(4183), - [anon_sym_fun] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_this] = ACTIONS(4183), - [anon_sym_super] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4183), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_null] = ACTIONS(4183), - [anon_sym_if] = ACTIONS(4183), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_when] = ACTIONS(4183), - [anon_sym_try] = ACTIONS(4183), - [anon_sym_throw] = ACTIONS(4183), - [anon_sym_return] = ACTIONS(4183), - [anon_sym_continue] = ACTIONS(4183), - [anon_sym_break] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG] = ACTIONS(4183), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4185), - [anon_sym_continue_AT] = ACTIONS(4185), - [anon_sym_break_AT] = ACTIONS(4185), - [anon_sym_this_AT] = ACTIONS(4185), - [anon_sym_super_AT] = ACTIONS(4185), - [sym_real_literal] = ACTIONS(4185), - [sym_integer_literal] = ACTIONS(4183), - [sym_hex_literal] = ACTIONS(4185), - [sym_bin_literal] = ACTIONS(4185), - [anon_sym_true] = ACTIONS(4183), - [anon_sym_false] = ACTIONS(4183), - [anon_sym_SQUOTE] = ACTIONS(4185), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4185), - }, - [3869] = { - [sym_function_body] = STATE(3132), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_object] = ACTIONS(4307), - [anon_sym_fun] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_this] = ACTIONS(4307), - [anon_sym_super] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4309), - [sym_label] = ACTIONS(4307), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_null] = ACTIONS(4307), - [anon_sym_if] = ACTIONS(4307), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_when] = ACTIONS(4307), - [anon_sym_try] = ACTIONS(4307), - [anon_sym_throw] = ACTIONS(4307), - [anon_sym_return] = ACTIONS(4307), - [anon_sym_continue] = ACTIONS(4307), - [anon_sym_break] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4309), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG] = ACTIONS(4307), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4309), - [anon_sym_continue_AT] = ACTIONS(4309), - [anon_sym_break_AT] = ACTIONS(4309), - [anon_sym_this_AT] = ACTIONS(4309), - [anon_sym_super_AT] = ACTIONS(4309), - [sym_real_literal] = ACTIONS(4309), - [sym_integer_literal] = ACTIONS(4307), - [sym_hex_literal] = ACTIONS(4309), - [sym_bin_literal] = ACTIONS(4309), - [anon_sym_true] = ACTIONS(4307), - [anon_sym_false] = ACTIONS(4307), - [anon_sym_SQUOTE] = ACTIONS(4309), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4309), + [3810] = { + [sym_function_body] = STATE(3171), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_COLON] = ACTIONS(7119), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_object] = ACTIONS(4251), + [anon_sym_fun] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_this] = ACTIONS(4251), + [anon_sym_super] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4253), + [sym_label] = ACTIONS(4251), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_null] = ACTIONS(4251), + [anon_sym_if] = ACTIONS(4251), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_when] = ACTIONS(4251), + [anon_sym_try] = ACTIONS(4251), + [anon_sym_throw] = ACTIONS(4251), + [anon_sym_return] = ACTIONS(4251), + [anon_sym_continue] = ACTIONS(4251), + [anon_sym_break] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4253), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG] = ACTIONS(4251), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4253), + [anon_sym_continue_AT] = ACTIONS(4253), + [anon_sym_break_AT] = ACTIONS(4253), + [anon_sym_this_AT] = ACTIONS(4253), + [anon_sym_super_AT] = ACTIONS(4253), + [sym_real_literal] = ACTIONS(4253), + [sym_integer_literal] = ACTIONS(4251), + [sym_hex_literal] = ACTIONS(4253), + [sym_bin_literal] = ACTIONS(4253), + [anon_sym_true] = ACTIONS(4251), + [anon_sym_false] = ACTIONS(4251), + [anon_sym_SQUOTE] = ACTIONS(4253), + [sym__backtick_identifier] = ACTIONS(4253), + [sym__automatic_semicolon] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4253), }, - [3870] = { - [sym__alpha_identifier] = ACTIONS(5199), - [anon_sym_AT] = ACTIONS(5201), - [anon_sym_LBRACK] = ACTIONS(5201), - [anon_sym_as] = ACTIONS(5199), - [anon_sym_EQ] = ACTIONS(5199), - [anon_sym_LBRACE] = ACTIONS(5201), - [anon_sym_RBRACE] = ACTIONS(5201), - [anon_sym_LPAREN] = ACTIONS(5201), - [anon_sym_COMMA] = ACTIONS(5201), - [anon_sym_LT] = ACTIONS(5199), - [anon_sym_GT] = ACTIONS(5199), - [anon_sym_where] = ACTIONS(5199), - [anon_sym_DOT] = ACTIONS(5199), - [anon_sym_SEMI] = ACTIONS(5201), - [anon_sym_get] = ACTIONS(5199), - [anon_sym_set] = ACTIONS(5199), - [anon_sym_STAR] = ACTIONS(5199), - [sym_label] = ACTIONS(5201), - [anon_sym_in] = ACTIONS(5199), - [anon_sym_DOT_DOT] = ACTIONS(5201), - [anon_sym_QMARK_COLON] = ACTIONS(5201), - [anon_sym_AMP_AMP] = ACTIONS(5201), - [anon_sym_PIPE_PIPE] = ACTIONS(5201), - [anon_sym_else] = ACTIONS(5199), - [anon_sym_COLON_COLON] = ACTIONS(5201), - [anon_sym_PLUS_EQ] = ACTIONS(5201), - [anon_sym_DASH_EQ] = ACTIONS(5201), - [anon_sym_STAR_EQ] = ACTIONS(5201), - [anon_sym_SLASH_EQ] = ACTIONS(5201), - [anon_sym_PERCENT_EQ] = ACTIONS(5201), - [anon_sym_BANG_EQ] = ACTIONS(5199), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5201), - [anon_sym_EQ_EQ] = ACTIONS(5199), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5201), - [anon_sym_LT_EQ] = ACTIONS(5201), - [anon_sym_GT_EQ] = ACTIONS(5201), - [anon_sym_BANGin] = ACTIONS(5201), - [anon_sym_is] = ACTIONS(5199), - [anon_sym_BANGis] = ACTIONS(5201), - [anon_sym_PLUS] = ACTIONS(5199), - [anon_sym_DASH] = ACTIONS(5199), - [anon_sym_SLASH] = ACTIONS(5199), - [anon_sym_PERCENT] = ACTIONS(5199), - [anon_sym_as_QMARK] = ACTIONS(5201), - [anon_sym_PLUS_PLUS] = ACTIONS(5201), - [anon_sym_DASH_DASH] = ACTIONS(5201), - [anon_sym_BANG_BANG] = ACTIONS(5201), - [anon_sym_suspend] = ACTIONS(5199), - [anon_sym_sealed] = ACTIONS(5199), - [anon_sym_annotation] = ACTIONS(5199), - [anon_sym_data] = ACTIONS(5199), - [anon_sym_inner] = ACTIONS(5199), - [anon_sym_value] = ACTIONS(5199), - [anon_sym_override] = ACTIONS(5199), - [anon_sym_lateinit] = ACTIONS(5199), - [anon_sym_public] = ACTIONS(5199), - [anon_sym_private] = ACTIONS(5199), - [anon_sym_internal] = ACTIONS(5199), - [anon_sym_protected] = ACTIONS(5199), - [anon_sym_tailrec] = ACTIONS(5199), - [anon_sym_operator] = ACTIONS(5199), - [anon_sym_infix] = ACTIONS(5199), - [anon_sym_inline] = ACTIONS(5199), - [anon_sym_external] = ACTIONS(5199), - [sym_property_modifier] = ACTIONS(5199), - [anon_sym_abstract] = ACTIONS(5199), - [anon_sym_final] = ACTIONS(5199), - [anon_sym_open] = ACTIONS(5199), - [anon_sym_vararg] = ACTIONS(5199), - [anon_sym_noinline] = ACTIONS(5199), - [anon_sym_crossinline] = ACTIONS(5199), - [anon_sym_expect] = ACTIONS(5199), - [anon_sym_actual] = ACTIONS(5199), + [3811] = { + [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_value] = 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(5201), - [sym__automatic_semicolon] = ACTIONS(5201), - [sym_safe_nav] = ACTIONS(5201), + [sym__backtick_identifier] = ACTIONS(4698), + [sym__automatic_semicolon] = ACTIONS(4698), + [sym_safe_nav] = ACTIONS(4698), [sym_multiline_comment] = ACTIONS(3), }, - [3871] = { - [sym__alpha_identifier] = ACTIONS(7143), - [anon_sym_AT] = ACTIONS(7145), - [anon_sym_LBRACK] = ACTIONS(7145), - [anon_sym_typealias] = ACTIONS(7143), - [anon_sym_class] = ACTIONS(7143), - [anon_sym_interface] = ACTIONS(7143), - [anon_sym_enum] = ACTIONS(7143), - [anon_sym_LBRACE] = ACTIONS(7145), - [anon_sym_LPAREN] = ACTIONS(7145), - [anon_sym_val] = ACTIONS(7143), - [anon_sym_var] = ACTIONS(7143), - [anon_sym_object] = ACTIONS(7143), - [anon_sym_fun] = ACTIONS(7143), - [anon_sym_get] = ACTIONS(7143), - [anon_sym_set] = ACTIONS(7143), - [anon_sym_this] = ACTIONS(7143), - [anon_sym_super] = ACTIONS(7143), - [anon_sym_STAR] = ACTIONS(7145), - [sym_label] = ACTIONS(7143), - [anon_sym_for] = ACTIONS(7143), - [anon_sym_while] = ACTIONS(7143), - [anon_sym_do] = ACTIONS(7143), - [anon_sym_null] = ACTIONS(7143), - [anon_sym_if] = ACTIONS(7143), - [anon_sym_when] = ACTIONS(7143), - [anon_sym_try] = ACTIONS(7143), - [anon_sym_throw] = ACTIONS(7143), - [anon_sym_return] = ACTIONS(7143), - [anon_sym_continue] = ACTIONS(7143), - [anon_sym_break] = ACTIONS(7143), - [anon_sym_COLON_COLON] = ACTIONS(7145), - [anon_sym_PLUS] = ACTIONS(7143), - [anon_sym_DASH] = ACTIONS(7143), - [anon_sym_PLUS_PLUS] = ACTIONS(7145), - [anon_sym_DASH_DASH] = ACTIONS(7145), - [anon_sym_BANG] = ACTIONS(7145), - [anon_sym_suspend] = ACTIONS(7143), - [anon_sym_sealed] = ACTIONS(7143), - [anon_sym_annotation] = ACTIONS(7143), - [anon_sym_data] = ACTIONS(7143), - [anon_sym_inner] = ACTIONS(7143), - [anon_sym_value] = ACTIONS(7143), - [anon_sym_override] = ACTIONS(7143), - [anon_sym_lateinit] = ACTIONS(7143), - [anon_sym_public] = ACTIONS(7143), - [anon_sym_private] = ACTIONS(7143), - [anon_sym_internal] = ACTIONS(7143), - [anon_sym_protected] = ACTIONS(7143), - [anon_sym_tailrec] = ACTIONS(7143), - [anon_sym_operator] = ACTIONS(7143), - [anon_sym_infix] = ACTIONS(7143), - [anon_sym_inline] = ACTIONS(7143), - [anon_sym_external] = ACTIONS(7143), - [sym_property_modifier] = ACTIONS(7143), - [anon_sym_abstract] = ACTIONS(7143), - [anon_sym_final] = ACTIONS(7143), - [anon_sym_open] = ACTIONS(7143), - [anon_sym_vararg] = ACTIONS(7143), - [anon_sym_noinline] = ACTIONS(7143), - [anon_sym_crossinline] = ACTIONS(7143), - [anon_sym_expect] = ACTIONS(7143), - [anon_sym_actual] = ACTIONS(7143), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(7145), - [anon_sym_continue_AT] = ACTIONS(7145), - [anon_sym_break_AT] = ACTIONS(7145), - [anon_sym_this_AT] = ACTIONS(7145), - [anon_sym_super_AT] = ACTIONS(7145), - [sym_real_literal] = ACTIONS(7145), - [sym_integer_literal] = ACTIONS(7143), - [sym_hex_literal] = ACTIONS(7145), - [sym_bin_literal] = ACTIONS(7145), - [anon_sym_true] = ACTIONS(7143), - [anon_sym_false] = ACTIONS(7143), - [anon_sym_SQUOTE] = ACTIONS(7145), - [sym__backtick_identifier] = ACTIONS(7145), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(7145), + [3812] = { + [sym_type_constraints] = STATE(3842), + [sym_function_body] = STATE(3460), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_RBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_RPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4325), + [anon_sym_DASH_GT] = ACTIONS(4325), + [sym_label] = ACTIONS(4325), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_while] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4325), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), }, - [3872] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1526), - [sym__comparison_operator] = STATE(1527), - [sym__in_operator] = STATE(1528), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1529), - [sym__multiplicative_operator] = STATE(1531), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), + [3813] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1464), + [sym__comparison_operator] = STATE(1462), + [sym__in_operator] = STATE(1459), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1452), + [sym__multiplicative_operator] = STATE(1451), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1535), - [sym__lexical_identifier] = STATE(5458), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1449), + [sym__lexical_identifier] = STATE(5425), [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3088), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3090), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3090), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3156), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3156), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7147), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7149), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7151), - [anon_sym_while] = ACTIONS(3088), - [anon_sym_DOT_DOT] = ACTIONS(7153), - [anon_sym_QMARK_COLON] = ACTIONS(7155), - [anon_sym_AMP_AMP] = ACTIONS(7157), - [anon_sym_PIPE_PIPE] = ACTIONS(7159), - [anon_sym_else] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3090), - [anon_sym_DASH_EQ] = ACTIONS(3090), - [anon_sym_STAR_EQ] = ACTIONS(3090), - [anon_sym_SLASH_EQ] = ACTIONS(3090), - [anon_sym_PERCENT_EQ] = ACTIONS(3090), - [anon_sym_BANG_EQ] = ACTIONS(7161), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7163), - [anon_sym_EQ_EQ] = ACTIONS(7161), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7163), - [anon_sym_LT_EQ] = ACTIONS(7165), - [anon_sym_GT_EQ] = ACTIONS(7165), - [anon_sym_BANGin] = ACTIONS(7167), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7169), - [anon_sym_DASH] = ACTIONS(7169), - [anon_sym_SLASH] = ACTIONS(7149), - [anon_sym_PERCENT] = ACTIONS(7149), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7063), + [anon_sym_where] = ACTIONS(3154), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7067), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7071), + [anon_sym_DOT_DOT] = ACTIONS(7073), + [anon_sym_QMARK_COLON] = ACTIONS(7075), + [anon_sym_AMP_AMP] = ACTIONS(7077), + [anon_sym_PIPE_PIPE] = ACTIONS(7079), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3156), + [anon_sym_DASH_EQ] = ACTIONS(3156), + [anon_sym_STAR_EQ] = ACTIONS(3156), + [anon_sym_SLASH_EQ] = ACTIONS(3156), + [anon_sym_PERCENT_EQ] = ACTIONS(3156), + [anon_sym_BANG_EQ] = ACTIONS(7083), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7085), + [anon_sym_EQ_EQ] = ACTIONS(7083), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7085), + [anon_sym_LT_EQ] = ACTIONS(7087), + [anon_sym_GT_EQ] = ACTIONS(7087), + [anon_sym_BANGin] = ACTIONS(7089), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7095), + [anon_sym_DASH] = ACTIONS(7095), + [anon_sym_SLASH] = ACTIONS(7067), + [anon_sym_PERCENT] = ACTIONS(7067), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym__automatic_semicolon] = ACTIONS(3156), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [3873] = { - [sym__alpha_identifier] = ACTIONS(5031), - [anon_sym_AT] = ACTIONS(5033), - [anon_sym_LBRACK] = 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_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), - [sym_label] = ACTIONS(5033), - [anon_sym_in] = 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_value] = 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__automatic_semicolon] = ACTIONS(5033), - [sym_safe_nav] = ACTIONS(5033), + [3814] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1464), + [sym__comparison_operator] = STATE(1462), + [sym__in_operator] = STATE(1459), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1452), + [sym__multiplicative_operator] = STATE(1451), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1449), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3109), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3111), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3111), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7063), + [anon_sym_where] = ACTIONS(3109), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3111), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7067), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7071), + [anon_sym_DOT_DOT] = ACTIONS(7073), + [anon_sym_QMARK_COLON] = ACTIONS(7075), + [anon_sym_AMP_AMP] = ACTIONS(7077), + [anon_sym_PIPE_PIPE] = ACTIONS(7079), + [anon_sym_else] = ACTIONS(3109), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3111), + [anon_sym_DASH_EQ] = ACTIONS(3111), + [anon_sym_STAR_EQ] = ACTIONS(3111), + [anon_sym_SLASH_EQ] = ACTIONS(3111), + [anon_sym_PERCENT_EQ] = ACTIONS(3111), + [anon_sym_BANG_EQ] = ACTIONS(7083), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7085), + [anon_sym_EQ_EQ] = ACTIONS(7083), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7085), + [anon_sym_LT_EQ] = ACTIONS(7087), + [anon_sym_GT_EQ] = ACTIONS(7087), + [anon_sym_BANGin] = ACTIONS(7089), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7095), + [anon_sym_DASH] = ACTIONS(7095), + [anon_sym_SLASH] = ACTIONS(7067), + [anon_sym_PERCENT] = ACTIONS(7067), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3111), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [3874] = { - [sym__alpha_identifier] = ACTIONS(5103), - [anon_sym_AT] = ACTIONS(5105), - [anon_sym_LBRACK] = ACTIONS(5105), - [anon_sym_as] = ACTIONS(5103), - [anon_sym_EQ] = ACTIONS(5103), - [anon_sym_LBRACE] = ACTIONS(5105), - [anon_sym_RBRACE] = ACTIONS(5105), - [anon_sym_LPAREN] = ACTIONS(5105), - [anon_sym_COMMA] = ACTIONS(5105), - [anon_sym_LT] = ACTIONS(5103), - [anon_sym_GT] = ACTIONS(5103), - [anon_sym_where] = ACTIONS(5103), - [anon_sym_DOT] = ACTIONS(5103), - [anon_sym_SEMI] = ACTIONS(5105), - [anon_sym_get] = ACTIONS(5103), - [anon_sym_set] = ACTIONS(5103), - [anon_sym_STAR] = ACTIONS(5103), - [sym_label] = ACTIONS(5105), - [anon_sym_in] = ACTIONS(5103), - [anon_sym_DOT_DOT] = ACTIONS(5105), - [anon_sym_QMARK_COLON] = ACTIONS(5105), - [anon_sym_AMP_AMP] = ACTIONS(5105), - [anon_sym_PIPE_PIPE] = ACTIONS(5105), - [anon_sym_else] = ACTIONS(5103), - [anon_sym_COLON_COLON] = ACTIONS(5105), - [anon_sym_PLUS_EQ] = ACTIONS(5105), - [anon_sym_DASH_EQ] = ACTIONS(5105), - [anon_sym_STAR_EQ] = ACTIONS(5105), - [anon_sym_SLASH_EQ] = ACTIONS(5105), - [anon_sym_PERCENT_EQ] = ACTIONS(5105), - [anon_sym_BANG_EQ] = ACTIONS(5103), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5105), - [anon_sym_EQ_EQ] = ACTIONS(5103), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5105), - [anon_sym_LT_EQ] = ACTIONS(5105), - [anon_sym_GT_EQ] = ACTIONS(5105), - [anon_sym_BANGin] = ACTIONS(5105), - [anon_sym_is] = ACTIONS(5103), - [anon_sym_BANGis] = ACTIONS(5105), - [anon_sym_PLUS] = ACTIONS(5103), - [anon_sym_DASH] = ACTIONS(5103), - [anon_sym_SLASH] = ACTIONS(5103), - [anon_sym_PERCENT] = ACTIONS(5103), - [anon_sym_as_QMARK] = ACTIONS(5105), - [anon_sym_PLUS_PLUS] = ACTIONS(5105), - [anon_sym_DASH_DASH] = ACTIONS(5105), - [anon_sym_BANG_BANG] = ACTIONS(5105), - [anon_sym_suspend] = ACTIONS(5103), - [anon_sym_sealed] = ACTIONS(5103), - [anon_sym_annotation] = ACTIONS(5103), - [anon_sym_data] = ACTIONS(5103), - [anon_sym_inner] = ACTIONS(5103), - [anon_sym_value] = ACTIONS(5103), - [anon_sym_override] = ACTIONS(5103), - [anon_sym_lateinit] = ACTIONS(5103), - [anon_sym_public] = ACTIONS(5103), - [anon_sym_private] = ACTIONS(5103), - [anon_sym_internal] = ACTIONS(5103), - [anon_sym_protected] = ACTIONS(5103), - [anon_sym_tailrec] = ACTIONS(5103), - [anon_sym_operator] = ACTIONS(5103), - [anon_sym_infix] = ACTIONS(5103), - [anon_sym_inline] = ACTIONS(5103), - [anon_sym_external] = ACTIONS(5103), - [sym_property_modifier] = ACTIONS(5103), - [anon_sym_abstract] = ACTIONS(5103), - [anon_sym_final] = ACTIONS(5103), - [anon_sym_open] = ACTIONS(5103), - [anon_sym_vararg] = ACTIONS(5103), - [anon_sym_noinline] = ACTIONS(5103), - [anon_sym_crossinline] = ACTIONS(5103), - [anon_sym_expect] = ACTIONS(5103), - [anon_sym_actual] = ACTIONS(5103), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5105), - [sym__automatic_semicolon] = ACTIONS(5105), - [sym_safe_nav] = ACTIONS(5105), + [3815] = { + [sym_class_body] = STATE(3543), + [sym__alpha_identifier] = ACTIONS(4450), + [anon_sym_AT] = ACTIONS(4452), + [anon_sym_COLON] = ACTIONS(7121), + [anon_sym_LBRACK] = ACTIONS(4452), + [anon_sym_as] = ACTIONS(4450), + [anon_sym_EQ] = ACTIONS(4450), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4452), + [anon_sym_LPAREN] = ACTIONS(4452), + [anon_sym_RPAREN] = ACTIONS(4452), + [anon_sym_LT] = ACTIONS(4450), + [anon_sym_GT] = ACTIONS(4450), + [anon_sym_DOT] = ACTIONS(4450), + [anon_sym_SEMI] = ACTIONS(4452), + [anon_sym_get] = ACTIONS(4450), + [anon_sym_set] = ACTIONS(4450), + [anon_sym_STAR] = ACTIONS(4450), + [sym_label] = ACTIONS(4452), + [anon_sym_in] = ACTIONS(4450), + [anon_sym_while] = ACTIONS(4450), + [anon_sym_DOT_DOT] = ACTIONS(4452), + [anon_sym_QMARK_COLON] = ACTIONS(4452), + [anon_sym_AMP_AMP] = ACTIONS(4452), + [anon_sym_PIPE_PIPE] = ACTIONS(4452), + [anon_sym_else] = ACTIONS(4450), + [anon_sym_COLON_COLON] = ACTIONS(4452), + [anon_sym_PLUS_EQ] = ACTIONS(4452), + [anon_sym_DASH_EQ] = ACTIONS(4452), + [anon_sym_STAR_EQ] = ACTIONS(4452), + [anon_sym_SLASH_EQ] = ACTIONS(4452), + [anon_sym_PERCENT_EQ] = ACTIONS(4452), + [anon_sym_BANG_EQ] = ACTIONS(4450), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4452), + [anon_sym_EQ_EQ] = ACTIONS(4450), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4452), + [anon_sym_LT_EQ] = ACTIONS(4452), + [anon_sym_GT_EQ] = ACTIONS(4452), + [anon_sym_BANGin] = ACTIONS(4452), + [anon_sym_is] = ACTIONS(4450), + [anon_sym_BANGis] = ACTIONS(4452), + [anon_sym_PLUS] = ACTIONS(4450), + [anon_sym_DASH] = ACTIONS(4450), + [anon_sym_SLASH] = ACTIONS(4450), + [anon_sym_PERCENT] = ACTIONS(4450), + [anon_sym_as_QMARK] = ACTIONS(4452), + [anon_sym_PLUS_PLUS] = ACTIONS(4452), + [anon_sym_DASH_DASH] = ACTIONS(4452), + [anon_sym_BANG_BANG] = ACTIONS(4452), + [anon_sym_suspend] = ACTIONS(4450), + [anon_sym_sealed] = ACTIONS(4450), + [anon_sym_annotation] = ACTIONS(4450), + [anon_sym_data] = ACTIONS(4450), + [anon_sym_inner] = ACTIONS(4450), + [anon_sym_value] = ACTIONS(4450), + [anon_sym_override] = ACTIONS(4450), + [anon_sym_lateinit] = ACTIONS(4450), + [anon_sym_public] = ACTIONS(4450), + [anon_sym_private] = ACTIONS(4450), + [anon_sym_internal] = ACTIONS(4450), + [anon_sym_protected] = ACTIONS(4450), + [anon_sym_tailrec] = ACTIONS(4450), + [anon_sym_operator] = ACTIONS(4450), + [anon_sym_infix] = ACTIONS(4450), + [anon_sym_inline] = ACTIONS(4450), + [anon_sym_external] = ACTIONS(4450), + [sym_property_modifier] = ACTIONS(4450), + [anon_sym_abstract] = ACTIONS(4450), + [anon_sym_final] = ACTIONS(4450), + [anon_sym_open] = ACTIONS(4450), + [anon_sym_vararg] = ACTIONS(4450), + [anon_sym_noinline] = ACTIONS(4450), + [anon_sym_crossinline] = ACTIONS(4450), + [anon_sym_expect] = ACTIONS(4450), + [anon_sym_actual] = ACTIONS(4450), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4452), + [sym_safe_nav] = ACTIONS(4452), [sym_multiline_comment] = ACTIONS(3), }, - [3875] = { - [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_value] = 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), + [3816] = { + [sym_enum_class_body] = STATE(3901), + [sym__alpha_identifier] = ACTIONS(4489), + [anon_sym_AT] = ACTIONS(4491), + [anon_sym_LBRACK] = ACTIONS(4491), + [anon_sym_as] = ACTIONS(4489), + [anon_sym_EQ] = ACTIONS(4489), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(4491), + [anon_sym_LPAREN] = ACTIONS(4491), + [anon_sym_COMMA] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4489), + [anon_sym_GT] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(4489), + [anon_sym_DOT] = ACTIONS(4489), + [anon_sym_SEMI] = ACTIONS(4491), + [anon_sym_get] = ACTIONS(4489), + [anon_sym_set] = ACTIONS(4489), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4491), + [anon_sym_in] = ACTIONS(4489), + [anon_sym_DOT_DOT] = ACTIONS(4491), + [anon_sym_QMARK_COLON] = ACTIONS(4491), + [anon_sym_AMP_AMP] = ACTIONS(4491), + [anon_sym_PIPE_PIPE] = ACTIONS(4491), + [anon_sym_else] = ACTIONS(4489), + [anon_sym_COLON_COLON] = ACTIONS(4491), + [anon_sym_PLUS_EQ] = ACTIONS(4491), + [anon_sym_DASH_EQ] = ACTIONS(4491), + [anon_sym_STAR_EQ] = ACTIONS(4491), + [anon_sym_SLASH_EQ] = ACTIONS(4491), + [anon_sym_PERCENT_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4491), + [anon_sym_LT_EQ] = ACTIONS(4491), + [anon_sym_GT_EQ] = ACTIONS(4491), + [anon_sym_BANGin] = ACTIONS(4491), + [anon_sym_is] = ACTIONS(4489), + [anon_sym_BANGis] = ACTIONS(4491), + [anon_sym_PLUS] = ACTIONS(4489), + [anon_sym_DASH] = ACTIONS(4489), + [anon_sym_SLASH] = ACTIONS(4489), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4491), + [anon_sym_DASH_DASH] = ACTIONS(4491), + [anon_sym_BANG_BANG] = ACTIONS(4491), + [anon_sym_suspend] = ACTIONS(4489), + [anon_sym_sealed] = ACTIONS(4489), + [anon_sym_annotation] = ACTIONS(4489), + [anon_sym_data] = ACTIONS(4489), + [anon_sym_inner] = ACTIONS(4489), + [anon_sym_value] = ACTIONS(4489), + [anon_sym_override] = ACTIONS(4489), + [anon_sym_lateinit] = ACTIONS(4489), + [anon_sym_public] = ACTIONS(4489), + [anon_sym_private] = ACTIONS(4489), + [anon_sym_internal] = ACTIONS(4489), + [anon_sym_protected] = ACTIONS(4489), + [anon_sym_tailrec] = ACTIONS(4489), + [anon_sym_operator] = ACTIONS(4489), + [anon_sym_infix] = ACTIONS(4489), + [anon_sym_inline] = ACTIONS(4489), + [anon_sym_external] = ACTIONS(4489), + [sym_property_modifier] = ACTIONS(4489), + [anon_sym_abstract] = ACTIONS(4489), + [anon_sym_final] = ACTIONS(4489), + [anon_sym_open] = ACTIONS(4489), + [anon_sym_vararg] = ACTIONS(4489), + [anon_sym_noinline] = ACTIONS(4489), + [anon_sym_crossinline] = ACTIONS(4489), + [anon_sym_expect] = ACTIONS(4489), + [anon_sym_actual] = ACTIONS(4489), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4491), + [sym__automatic_semicolon] = ACTIONS(4491), + [sym_safe_nav] = ACTIONS(4491), [sym_multiline_comment] = ACTIONS(3), }, - [3876] = { - [sym__alpha_identifier] = ACTIONS(4451), - [anon_sym_AT] = ACTIONS(4453), - [anon_sym_LBRACK] = ACTIONS(4453), - [anon_sym_as] = ACTIONS(4451), - [anon_sym_EQ] = ACTIONS(4451), - [anon_sym_LBRACE] = ACTIONS(4453), - [anon_sym_RBRACE] = ACTIONS(4453), - [anon_sym_LPAREN] = ACTIONS(4453), - [anon_sym_COMMA] = ACTIONS(4453), - [anon_sym_LT] = ACTIONS(4451), - [anon_sym_GT] = ACTIONS(4451), - [anon_sym_where] = ACTIONS(4451), - [anon_sym_DOT] = ACTIONS(4451), - [anon_sym_SEMI] = ACTIONS(4453), - [anon_sym_get] = ACTIONS(4451), - [anon_sym_set] = ACTIONS(4451), - [anon_sym_STAR] = ACTIONS(4451), - [sym_label] = ACTIONS(4453), - [anon_sym_in] = ACTIONS(4451), - [anon_sym_DOT_DOT] = ACTIONS(4453), - [anon_sym_QMARK_COLON] = ACTIONS(4453), - [anon_sym_AMP_AMP] = ACTIONS(4453), - [anon_sym_PIPE_PIPE] = ACTIONS(4453), - [anon_sym_else] = ACTIONS(4451), - [anon_sym_COLON_COLON] = ACTIONS(4453), - [anon_sym_PLUS_EQ] = ACTIONS(4453), - [anon_sym_DASH_EQ] = ACTIONS(4453), - [anon_sym_STAR_EQ] = ACTIONS(4453), - [anon_sym_SLASH_EQ] = ACTIONS(4453), - [anon_sym_PERCENT_EQ] = ACTIONS(4453), - [anon_sym_BANG_EQ] = ACTIONS(4451), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4453), - [anon_sym_EQ_EQ] = ACTIONS(4451), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4453), - [anon_sym_LT_EQ] = ACTIONS(4453), - [anon_sym_GT_EQ] = ACTIONS(4453), - [anon_sym_BANGin] = ACTIONS(4453), - [anon_sym_is] = ACTIONS(4451), - [anon_sym_BANGis] = ACTIONS(4453), - [anon_sym_PLUS] = ACTIONS(4451), - [anon_sym_DASH] = ACTIONS(4451), - [anon_sym_SLASH] = ACTIONS(4451), - [anon_sym_PERCENT] = ACTIONS(4451), - [anon_sym_as_QMARK] = ACTIONS(4453), - [anon_sym_PLUS_PLUS] = ACTIONS(4453), - [anon_sym_DASH_DASH] = ACTIONS(4453), - [anon_sym_BANG_BANG] = ACTIONS(4453), - [anon_sym_suspend] = ACTIONS(4451), - [anon_sym_sealed] = ACTIONS(4451), - [anon_sym_annotation] = ACTIONS(4451), - [anon_sym_data] = ACTIONS(4451), - [anon_sym_inner] = ACTIONS(4451), - [anon_sym_value] = ACTIONS(4451), - [anon_sym_override] = ACTIONS(4451), - [anon_sym_lateinit] = ACTIONS(4451), - [anon_sym_public] = ACTIONS(4451), - [anon_sym_private] = ACTIONS(4451), - [anon_sym_internal] = ACTIONS(4451), - [anon_sym_protected] = ACTIONS(4451), - [anon_sym_tailrec] = ACTIONS(4451), - [anon_sym_operator] = ACTIONS(4451), - [anon_sym_infix] = ACTIONS(4451), - [anon_sym_inline] = ACTIONS(4451), - [anon_sym_external] = ACTIONS(4451), - [sym_property_modifier] = ACTIONS(4451), - [anon_sym_abstract] = ACTIONS(4451), - [anon_sym_final] = ACTIONS(4451), - [anon_sym_open] = ACTIONS(4451), - [anon_sym_vararg] = ACTIONS(4451), - [anon_sym_noinline] = ACTIONS(4451), - [anon_sym_crossinline] = ACTIONS(4451), - [anon_sym_expect] = ACTIONS(4451), - [anon_sym_actual] = ACTIONS(4451), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4453), - [sym__automatic_semicolon] = ACTIONS(4453), - [sym_safe_nav] = ACTIONS(4453), + [3817] = { + [sym_class_body] = STATE(4026), + [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(5796), + [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_value] = 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), + [sym__backtick_identifier] = ACTIONS(4479), + [sym__automatic_semicolon] = ACTIONS(4479), + [sym_safe_nav] = ACTIONS(4479), [sym_multiline_comment] = ACTIONS(3), }, - [3877] = { - [sym__alpha_identifier] = ACTIONS(5163), - [anon_sym_AT] = ACTIONS(5165), - [anon_sym_LBRACK] = ACTIONS(5165), - [anon_sym_typealias] = ACTIONS(5163), - [anon_sym_class] = ACTIONS(5163), - [anon_sym_interface] = ACTIONS(5163), - [anon_sym_enum] = ACTIONS(5163), - [anon_sym_LBRACE] = ACTIONS(5165), - [anon_sym_LPAREN] = ACTIONS(5165), - [anon_sym_val] = ACTIONS(5163), - [anon_sym_var] = ACTIONS(5163), - [anon_sym_object] = ACTIONS(5163), - [anon_sym_fun] = ACTIONS(5163), - [anon_sym_get] = ACTIONS(5163), - [anon_sym_set] = ACTIONS(5163), - [anon_sym_this] = ACTIONS(5163), - [anon_sym_super] = ACTIONS(5163), - [anon_sym_STAR] = ACTIONS(5165), - [sym_label] = ACTIONS(5163), - [anon_sym_for] = ACTIONS(5163), - [anon_sym_while] = ACTIONS(5163), - [anon_sym_do] = ACTIONS(5163), - [anon_sym_null] = ACTIONS(5163), - [anon_sym_if] = ACTIONS(5163), - [anon_sym_when] = ACTIONS(5163), - [anon_sym_try] = ACTIONS(5163), - [anon_sym_throw] = ACTIONS(5163), - [anon_sym_return] = ACTIONS(5163), - [anon_sym_continue] = ACTIONS(5163), - [anon_sym_break] = ACTIONS(5163), - [anon_sym_COLON_COLON] = ACTIONS(5165), - [anon_sym_PLUS] = ACTIONS(5163), - [anon_sym_DASH] = ACTIONS(5163), - [anon_sym_PLUS_PLUS] = ACTIONS(5165), - [anon_sym_DASH_DASH] = ACTIONS(5165), - [anon_sym_BANG] = ACTIONS(5165), - [anon_sym_suspend] = ACTIONS(5163), - [anon_sym_sealed] = ACTIONS(5163), - [anon_sym_annotation] = ACTIONS(5163), - [anon_sym_data] = ACTIONS(5163), - [anon_sym_inner] = ACTIONS(5163), - [anon_sym_value] = ACTIONS(5163), - [anon_sym_override] = ACTIONS(5163), - [anon_sym_lateinit] = ACTIONS(5163), - [anon_sym_public] = ACTIONS(5163), - [anon_sym_private] = ACTIONS(5163), - [anon_sym_internal] = ACTIONS(5163), - [anon_sym_protected] = ACTIONS(5163), - [anon_sym_tailrec] = ACTIONS(5163), - [anon_sym_operator] = ACTIONS(5163), - [anon_sym_infix] = ACTIONS(5163), - [anon_sym_inline] = ACTIONS(5163), - [anon_sym_external] = ACTIONS(5163), - [sym_property_modifier] = ACTIONS(5163), - [anon_sym_abstract] = ACTIONS(5163), - [anon_sym_final] = ACTIONS(5163), - [anon_sym_open] = ACTIONS(5163), - [anon_sym_vararg] = ACTIONS(5163), - [anon_sym_noinline] = ACTIONS(5163), - [anon_sym_crossinline] = ACTIONS(5163), - [anon_sym_expect] = ACTIONS(5163), - [anon_sym_actual] = ACTIONS(5163), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5165), - [anon_sym_continue_AT] = ACTIONS(5165), - [anon_sym_break_AT] = ACTIONS(5165), - [anon_sym_this_AT] = ACTIONS(5165), - [anon_sym_super_AT] = ACTIONS(5165), - [sym_real_literal] = ACTIONS(5165), - [sym_integer_literal] = ACTIONS(5163), - [sym_hex_literal] = ACTIONS(5165), - [sym_bin_literal] = ACTIONS(5165), - [anon_sym_true] = ACTIONS(5163), - [anon_sym_false] = ACTIONS(5163), - [anon_sym_SQUOTE] = ACTIONS(5165), - [sym__backtick_identifier] = ACTIONS(5165), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5165), - }, - [3878] = { - [sym__alpha_identifier] = ACTIONS(5107), - [anon_sym_AT] = ACTIONS(5109), - [anon_sym_LBRACK] = ACTIONS(5109), - [anon_sym_as] = ACTIONS(5107), - [anon_sym_EQ] = ACTIONS(5107), - [anon_sym_LBRACE] = ACTIONS(5109), - [anon_sym_RBRACE] = ACTIONS(5109), - [anon_sym_LPAREN] = ACTIONS(5109), - [anon_sym_COMMA] = ACTIONS(5109), - [anon_sym_LT] = ACTIONS(5107), - [anon_sym_GT] = ACTIONS(5107), - [anon_sym_where] = ACTIONS(5107), - [anon_sym_DOT] = ACTIONS(5107), - [anon_sym_SEMI] = ACTIONS(5109), - [anon_sym_get] = ACTIONS(5107), - [anon_sym_set] = ACTIONS(5107), - [anon_sym_STAR] = ACTIONS(5107), - [sym_label] = ACTIONS(5109), - [anon_sym_in] = ACTIONS(5107), - [anon_sym_DOT_DOT] = ACTIONS(5109), - [anon_sym_QMARK_COLON] = ACTIONS(5109), - [anon_sym_AMP_AMP] = ACTIONS(5109), - [anon_sym_PIPE_PIPE] = ACTIONS(5109), - [anon_sym_else] = ACTIONS(5107), - [anon_sym_COLON_COLON] = ACTIONS(5109), - [anon_sym_PLUS_EQ] = ACTIONS(5109), - [anon_sym_DASH_EQ] = ACTIONS(5109), - [anon_sym_STAR_EQ] = ACTIONS(5109), - [anon_sym_SLASH_EQ] = ACTIONS(5109), - [anon_sym_PERCENT_EQ] = ACTIONS(5109), - [anon_sym_BANG_EQ] = ACTIONS(5107), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5109), - [anon_sym_EQ_EQ] = ACTIONS(5107), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5109), - [anon_sym_LT_EQ] = ACTIONS(5109), - [anon_sym_GT_EQ] = ACTIONS(5109), - [anon_sym_BANGin] = ACTIONS(5109), - [anon_sym_is] = ACTIONS(5107), - [anon_sym_BANGis] = ACTIONS(5109), - [anon_sym_PLUS] = ACTIONS(5107), - [anon_sym_DASH] = ACTIONS(5107), - [anon_sym_SLASH] = ACTIONS(5107), - [anon_sym_PERCENT] = ACTIONS(5107), - [anon_sym_as_QMARK] = ACTIONS(5109), - [anon_sym_PLUS_PLUS] = ACTIONS(5109), - [anon_sym_DASH_DASH] = ACTIONS(5109), - [anon_sym_BANG_BANG] = ACTIONS(5109), - [anon_sym_suspend] = ACTIONS(5107), - [anon_sym_sealed] = ACTIONS(5107), - [anon_sym_annotation] = ACTIONS(5107), - [anon_sym_data] = ACTIONS(5107), - [anon_sym_inner] = ACTIONS(5107), - [anon_sym_value] = ACTIONS(5107), - [anon_sym_override] = ACTIONS(5107), - [anon_sym_lateinit] = ACTIONS(5107), - [anon_sym_public] = ACTIONS(5107), - [anon_sym_private] = ACTIONS(5107), - [anon_sym_internal] = ACTIONS(5107), - [anon_sym_protected] = ACTIONS(5107), - [anon_sym_tailrec] = ACTIONS(5107), - [anon_sym_operator] = ACTIONS(5107), - [anon_sym_infix] = ACTIONS(5107), - [anon_sym_inline] = ACTIONS(5107), - [anon_sym_external] = ACTIONS(5107), - [sym_property_modifier] = ACTIONS(5107), - [anon_sym_abstract] = ACTIONS(5107), - [anon_sym_final] = ACTIONS(5107), - [anon_sym_open] = ACTIONS(5107), - [anon_sym_vararg] = ACTIONS(5107), - [anon_sym_noinline] = ACTIONS(5107), - [anon_sym_crossinline] = ACTIONS(5107), - [anon_sym_expect] = ACTIONS(5107), - [anon_sym_actual] = ACTIONS(5107), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5109), - [sym__automatic_semicolon] = ACTIONS(5109), - [sym_safe_nav] = ACTIONS(5109), + [3818] = { + [sym_enum_class_body] = STATE(3885), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(4200), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4202), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), [sym_multiline_comment] = ACTIONS(3), }, - [3879] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1526), - [sym__comparison_operator] = STATE(1527), - [sym__in_operator] = STATE(1528), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1529), - [sym__multiplicative_operator] = STATE(1531), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), + [3819] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1464), + [sym__comparison_operator] = STATE(1462), + [sym__in_operator] = STATE(1459), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1452), + [sym__multiplicative_operator] = STATE(1451), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1535), - [sym__lexical_identifier] = STATE(5458), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1449), + [sym__lexical_identifier] = STATE(5425), [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3115), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3158), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3160), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3160), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7147), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7149), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7151), - [anon_sym_while] = ACTIONS(3113), - [anon_sym_DOT_DOT] = ACTIONS(7153), - [anon_sym_QMARK_COLON] = ACTIONS(7155), - [anon_sym_AMP_AMP] = ACTIONS(7157), - [anon_sym_PIPE_PIPE] = ACTIONS(7159), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3115), - [anon_sym_DASH_EQ] = ACTIONS(3115), - [anon_sym_STAR_EQ] = ACTIONS(3115), - [anon_sym_SLASH_EQ] = ACTIONS(3115), - [anon_sym_PERCENT_EQ] = ACTIONS(3115), - [anon_sym_BANG_EQ] = ACTIONS(7161), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7163), - [anon_sym_EQ_EQ] = ACTIONS(7161), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7163), - [anon_sym_LT_EQ] = ACTIONS(7165), - [anon_sym_GT_EQ] = ACTIONS(7165), - [anon_sym_BANGin] = ACTIONS(7167), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7169), - [anon_sym_DASH] = ACTIONS(7169), - [anon_sym_SLASH] = ACTIONS(7149), - [anon_sym_PERCENT] = ACTIONS(7149), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7063), + [anon_sym_where] = ACTIONS(3158), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7067), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7071), + [anon_sym_DOT_DOT] = ACTIONS(7073), + [anon_sym_QMARK_COLON] = ACTIONS(7075), + [anon_sym_AMP_AMP] = ACTIONS(7077), + [anon_sym_PIPE_PIPE] = ACTIONS(7079), + [anon_sym_else] = ACTIONS(3158), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3160), + [anon_sym_DASH_EQ] = ACTIONS(3160), + [anon_sym_STAR_EQ] = ACTIONS(3160), + [anon_sym_SLASH_EQ] = ACTIONS(3160), + [anon_sym_PERCENT_EQ] = ACTIONS(3160), + [anon_sym_BANG_EQ] = ACTIONS(7083), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7085), + [anon_sym_EQ_EQ] = ACTIONS(7083), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7085), + [anon_sym_LT_EQ] = ACTIONS(7087), + [anon_sym_GT_EQ] = ACTIONS(7087), + [anon_sym_BANGin] = ACTIONS(7089), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7095), + [anon_sym_DASH] = ACTIONS(7095), + [anon_sym_SLASH] = ACTIONS(7067), + [anon_sym_PERCENT] = ACTIONS(7067), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), - }, - [3880] = { - [sym_function_body] = STATE(3972), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4443), - [sym_label] = ACTIONS(4445), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_PLUS_EQ] = ACTIONS(4445), - [anon_sym_DASH_EQ] = ACTIONS(4445), - [anon_sym_STAR_EQ] = ACTIONS(4445), - [anon_sym_SLASH_EQ] = ACTIONS(4445), - [anon_sym_PERCENT_EQ] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4443), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_suspend] = ACTIONS(4443), - [anon_sym_sealed] = ACTIONS(4443), - [anon_sym_annotation] = ACTIONS(4443), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_override] = ACTIONS(4443), - [anon_sym_lateinit] = ACTIONS(4443), - [anon_sym_public] = ACTIONS(4443), - [anon_sym_private] = ACTIONS(4443), - [anon_sym_internal] = ACTIONS(4443), - [anon_sym_protected] = ACTIONS(4443), - [anon_sym_tailrec] = ACTIONS(4443), - [anon_sym_operator] = ACTIONS(4443), - [anon_sym_infix] = ACTIONS(4443), - [anon_sym_inline] = ACTIONS(4443), - [anon_sym_external] = ACTIONS(4443), - [sym_property_modifier] = ACTIONS(4443), - [anon_sym_abstract] = ACTIONS(4443), - [anon_sym_final] = ACTIONS(4443), - [anon_sym_open] = ACTIONS(4443), - [anon_sym_vararg] = ACTIONS(4443), - [anon_sym_noinline] = ACTIONS(4443), - [anon_sym_crossinline] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4445), - [sym__automatic_semicolon] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), + [sym__automatic_semicolon] = ACTIONS(3160), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [3881] = { - [sym__alpha_identifier] = ACTIONS(4850), - [anon_sym_AT] = ACTIONS(4852), - [anon_sym_LBRACK] = ACTIONS(4852), - [anon_sym_as] = ACTIONS(4850), - [anon_sym_EQ] = ACTIONS(4850), - [anon_sym_LBRACE] = ACTIONS(4852), - [anon_sym_RBRACE] = ACTIONS(4852), - [anon_sym_LPAREN] = ACTIONS(4852), - [anon_sym_COMMA] = ACTIONS(4852), - [anon_sym_LT] = ACTIONS(4850), - [anon_sym_GT] = ACTIONS(4850), - [anon_sym_where] = ACTIONS(4850), - [anon_sym_DOT] = ACTIONS(4850), - [anon_sym_SEMI] = ACTIONS(4852), - [anon_sym_get] = ACTIONS(4850), - [anon_sym_set] = ACTIONS(4850), - [anon_sym_STAR] = ACTIONS(4850), - [sym_label] = ACTIONS(4852), - [anon_sym_in] = ACTIONS(4850), - [anon_sym_DOT_DOT] = ACTIONS(4852), - [anon_sym_QMARK_COLON] = ACTIONS(4852), - [anon_sym_AMP_AMP] = ACTIONS(4852), - [anon_sym_PIPE_PIPE] = ACTIONS(4852), - [anon_sym_else] = ACTIONS(4850), - [anon_sym_COLON_COLON] = ACTIONS(4852), - [anon_sym_PLUS_EQ] = ACTIONS(4852), - [anon_sym_DASH_EQ] = ACTIONS(4852), - [anon_sym_STAR_EQ] = ACTIONS(4852), - [anon_sym_SLASH_EQ] = ACTIONS(4852), - [anon_sym_PERCENT_EQ] = ACTIONS(4852), - [anon_sym_BANG_EQ] = ACTIONS(4850), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4852), - [anon_sym_EQ_EQ] = ACTIONS(4850), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4852), - [anon_sym_LT_EQ] = ACTIONS(4852), - [anon_sym_GT_EQ] = ACTIONS(4852), - [anon_sym_BANGin] = ACTIONS(4852), - [anon_sym_is] = ACTIONS(4850), - [anon_sym_BANGis] = ACTIONS(4852), - [anon_sym_PLUS] = ACTIONS(4850), - [anon_sym_DASH] = ACTIONS(4850), - [anon_sym_SLASH] = ACTIONS(4850), - [anon_sym_PERCENT] = ACTIONS(4850), - [anon_sym_as_QMARK] = ACTIONS(4852), - [anon_sym_PLUS_PLUS] = ACTIONS(4852), - [anon_sym_DASH_DASH] = ACTIONS(4852), - [anon_sym_BANG_BANG] = ACTIONS(4852), - [anon_sym_suspend] = ACTIONS(4850), - [anon_sym_sealed] = ACTIONS(4850), - [anon_sym_annotation] = ACTIONS(4850), - [anon_sym_data] = ACTIONS(4850), - [anon_sym_inner] = ACTIONS(4850), - [anon_sym_value] = ACTIONS(4850), - [anon_sym_override] = ACTIONS(4850), - [anon_sym_lateinit] = ACTIONS(4850), - [anon_sym_public] = ACTIONS(4850), - [anon_sym_private] = ACTIONS(4850), - [anon_sym_internal] = ACTIONS(4850), - [anon_sym_protected] = ACTIONS(4850), - [anon_sym_tailrec] = ACTIONS(4850), - [anon_sym_operator] = ACTIONS(4850), - [anon_sym_infix] = ACTIONS(4850), - [anon_sym_inline] = ACTIONS(4850), - [anon_sym_external] = ACTIONS(4850), - [sym_property_modifier] = ACTIONS(4850), - [anon_sym_abstract] = ACTIONS(4850), - [anon_sym_final] = ACTIONS(4850), - [anon_sym_open] = ACTIONS(4850), - [anon_sym_vararg] = ACTIONS(4850), - [anon_sym_noinline] = ACTIONS(4850), - [anon_sym_crossinline] = ACTIONS(4850), - [anon_sym_expect] = ACTIONS(4850), - [anon_sym_actual] = ACTIONS(4850), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4852), - [sym__automatic_semicolon] = ACTIONS(4852), - [sym_safe_nav] = ACTIONS(4852), + [3820] = { + [sym__alpha_identifier] = ACTIONS(4653), + [anon_sym_AT] = ACTIONS(4655), + [anon_sym_COLON] = ACTIONS(4653), + [anon_sym_LBRACK] = ACTIONS(4655), + [anon_sym_as] = ACTIONS(4653), + [anon_sym_EQ] = ACTIONS(4653), + [anon_sym_LBRACE] = ACTIONS(4655), + [anon_sym_RBRACE] = ACTIONS(4655), + [anon_sym_LPAREN] = ACTIONS(4655), + [anon_sym_COMMA] = ACTIONS(4655), + [anon_sym_LT] = ACTIONS(4653), + [anon_sym_GT] = ACTIONS(4653), + [anon_sym_where] = ACTIONS(4653), + [anon_sym_DOT] = ACTIONS(4653), + [anon_sym_SEMI] = ACTIONS(4655), + [anon_sym_get] = ACTIONS(4653), + [anon_sym_set] = ACTIONS(4653), + [anon_sym_STAR] = ACTIONS(4653), + [sym_label] = ACTIONS(4655), + [anon_sym_in] = ACTIONS(4653), + [anon_sym_DOT_DOT] = ACTIONS(4655), + [anon_sym_QMARK_COLON] = ACTIONS(4655), + [anon_sym_AMP_AMP] = ACTIONS(4655), + [anon_sym_PIPE_PIPE] = ACTIONS(4655), + [anon_sym_else] = ACTIONS(4653), + [anon_sym_COLON_COLON] = ACTIONS(4655), + [anon_sym_PLUS_EQ] = ACTIONS(4655), + [anon_sym_DASH_EQ] = ACTIONS(4655), + [anon_sym_STAR_EQ] = ACTIONS(4655), + [anon_sym_SLASH_EQ] = ACTIONS(4655), + [anon_sym_PERCENT_EQ] = ACTIONS(4655), + [anon_sym_BANG_EQ] = ACTIONS(4653), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4655), + [anon_sym_EQ_EQ] = ACTIONS(4653), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4655), + [anon_sym_LT_EQ] = ACTIONS(4655), + [anon_sym_GT_EQ] = ACTIONS(4655), + [anon_sym_BANGin] = ACTIONS(4655), + [anon_sym_is] = ACTIONS(4653), + [anon_sym_BANGis] = ACTIONS(4655), + [anon_sym_PLUS] = ACTIONS(4653), + [anon_sym_DASH] = ACTIONS(4653), + [anon_sym_SLASH] = ACTIONS(4653), + [anon_sym_PERCENT] = ACTIONS(4653), + [anon_sym_as_QMARK] = ACTIONS(4655), + [anon_sym_PLUS_PLUS] = ACTIONS(4655), + [anon_sym_DASH_DASH] = ACTIONS(4655), + [anon_sym_BANG_BANG] = ACTIONS(4655), + [anon_sym_suspend] = ACTIONS(4653), + [anon_sym_sealed] = ACTIONS(4653), + [anon_sym_annotation] = ACTIONS(4653), + [anon_sym_data] = ACTIONS(4653), + [anon_sym_inner] = ACTIONS(4653), + [anon_sym_value] = ACTIONS(4653), + [anon_sym_override] = ACTIONS(4653), + [anon_sym_lateinit] = ACTIONS(4653), + [anon_sym_public] = ACTIONS(4653), + [anon_sym_private] = ACTIONS(4653), + [anon_sym_internal] = ACTIONS(4653), + [anon_sym_protected] = ACTIONS(4653), + [anon_sym_tailrec] = ACTIONS(4653), + [anon_sym_operator] = ACTIONS(4653), + [anon_sym_infix] = ACTIONS(4653), + [anon_sym_inline] = ACTIONS(4653), + [anon_sym_external] = ACTIONS(4653), + [sym_property_modifier] = ACTIONS(4653), + [anon_sym_abstract] = ACTIONS(4653), + [anon_sym_final] = ACTIONS(4653), + [anon_sym_open] = ACTIONS(4653), + [anon_sym_vararg] = ACTIONS(4653), + [anon_sym_noinline] = ACTIONS(4653), + [anon_sym_crossinline] = ACTIONS(4653), + [anon_sym_expect] = ACTIONS(4653), + [anon_sym_actual] = ACTIONS(4653), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4655), + [sym__automatic_semicolon] = ACTIONS(4655), + [sym_safe_nav] = ACTIONS(4655), [sym_multiline_comment] = ACTIONS(3), }, - [3882] = { - [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_value] = 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), + [3821] = { + [sym_class_body] = STATE(3892), + [sym__alpha_identifier] = ACTIONS(4692), + [anon_sym_AT] = ACTIONS(4694), + [anon_sym_LBRACK] = ACTIONS(4694), + [anon_sym_as] = ACTIONS(4692), + [anon_sym_EQ] = ACTIONS(4692), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4694), + [anon_sym_LPAREN] = ACTIONS(4694), + [anon_sym_COMMA] = ACTIONS(4694), + [anon_sym_LT] = ACTIONS(4692), + [anon_sym_GT] = ACTIONS(4692), + [anon_sym_where] = ACTIONS(4692), + [anon_sym_DOT] = ACTIONS(4692), + [anon_sym_SEMI] = ACTIONS(4694), + [anon_sym_get] = ACTIONS(4692), + [anon_sym_set] = ACTIONS(4692), + [anon_sym_STAR] = ACTIONS(4692), + [sym_label] = ACTIONS(4694), + [anon_sym_in] = ACTIONS(4692), + [anon_sym_DOT_DOT] = ACTIONS(4694), + [anon_sym_QMARK_COLON] = ACTIONS(4694), + [anon_sym_AMP_AMP] = ACTIONS(4694), + [anon_sym_PIPE_PIPE] = ACTIONS(4694), + [anon_sym_else] = ACTIONS(4692), + [anon_sym_COLON_COLON] = ACTIONS(4694), + [anon_sym_PLUS_EQ] = ACTIONS(4694), + [anon_sym_DASH_EQ] = ACTIONS(4694), + [anon_sym_STAR_EQ] = ACTIONS(4694), + [anon_sym_SLASH_EQ] = ACTIONS(4694), + [anon_sym_PERCENT_EQ] = ACTIONS(4694), + [anon_sym_BANG_EQ] = ACTIONS(4692), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4694), + [anon_sym_EQ_EQ] = ACTIONS(4692), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4694), + [anon_sym_LT_EQ] = ACTIONS(4694), + [anon_sym_GT_EQ] = ACTIONS(4694), + [anon_sym_BANGin] = ACTIONS(4694), + [anon_sym_is] = ACTIONS(4692), + [anon_sym_BANGis] = ACTIONS(4694), + [anon_sym_PLUS] = ACTIONS(4692), + [anon_sym_DASH] = ACTIONS(4692), + [anon_sym_SLASH] = ACTIONS(4692), + [anon_sym_PERCENT] = ACTIONS(4692), + [anon_sym_as_QMARK] = ACTIONS(4694), + [anon_sym_PLUS_PLUS] = ACTIONS(4694), + [anon_sym_DASH_DASH] = ACTIONS(4694), + [anon_sym_BANG_BANG] = ACTIONS(4694), + [anon_sym_suspend] = ACTIONS(4692), + [anon_sym_sealed] = ACTIONS(4692), + [anon_sym_annotation] = ACTIONS(4692), + [anon_sym_data] = ACTIONS(4692), + [anon_sym_inner] = ACTIONS(4692), + [anon_sym_value] = ACTIONS(4692), + [anon_sym_override] = ACTIONS(4692), + [anon_sym_lateinit] = ACTIONS(4692), + [anon_sym_public] = ACTIONS(4692), + [anon_sym_private] = ACTIONS(4692), + [anon_sym_internal] = ACTIONS(4692), + [anon_sym_protected] = ACTIONS(4692), + [anon_sym_tailrec] = ACTIONS(4692), + [anon_sym_operator] = ACTIONS(4692), + [anon_sym_infix] = ACTIONS(4692), + [anon_sym_inline] = ACTIONS(4692), + [anon_sym_external] = ACTIONS(4692), + [sym_property_modifier] = ACTIONS(4692), + [anon_sym_abstract] = ACTIONS(4692), + [anon_sym_final] = ACTIONS(4692), + [anon_sym_open] = ACTIONS(4692), + [anon_sym_vararg] = ACTIONS(4692), + [anon_sym_noinline] = ACTIONS(4692), + [anon_sym_crossinline] = ACTIONS(4692), + [anon_sym_expect] = ACTIONS(4692), + [anon_sym_actual] = ACTIONS(4692), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4694), + [sym__automatic_semicolon] = ACTIONS(4694), + [sym_safe_nav] = ACTIONS(4694), [sym_multiline_comment] = ACTIONS(3), }, - [3883] = { - [sym__alpha_identifier] = ACTIONS(7171), - [anon_sym_AT] = ACTIONS(7173), - [anon_sym_LBRACK] = ACTIONS(7173), - [anon_sym_typealias] = ACTIONS(7171), - [anon_sym_class] = ACTIONS(7171), - [anon_sym_interface] = ACTIONS(7171), - [anon_sym_enum] = ACTIONS(7171), - [anon_sym_LBRACE] = ACTIONS(7173), - [anon_sym_LPAREN] = ACTIONS(7173), - [anon_sym_val] = ACTIONS(7171), - [anon_sym_var] = ACTIONS(7171), - [anon_sym_object] = ACTIONS(7171), - [anon_sym_fun] = ACTIONS(7171), - [anon_sym_get] = ACTIONS(7171), - [anon_sym_set] = ACTIONS(7171), - [anon_sym_this] = ACTIONS(7171), - [anon_sym_super] = ACTIONS(7171), - [anon_sym_STAR] = ACTIONS(7173), - [sym_label] = ACTIONS(7171), - [anon_sym_for] = ACTIONS(7171), - [anon_sym_while] = ACTIONS(7171), - [anon_sym_do] = ACTIONS(7171), - [anon_sym_null] = ACTIONS(7171), - [anon_sym_if] = ACTIONS(7171), - [anon_sym_when] = ACTIONS(7171), - [anon_sym_try] = ACTIONS(7171), - [anon_sym_throw] = ACTIONS(7171), - [anon_sym_return] = ACTIONS(7171), - [anon_sym_continue] = ACTIONS(7171), - [anon_sym_break] = ACTIONS(7171), - [anon_sym_COLON_COLON] = ACTIONS(7173), - [anon_sym_PLUS] = ACTIONS(7171), - [anon_sym_DASH] = ACTIONS(7171), - [anon_sym_PLUS_PLUS] = ACTIONS(7173), - [anon_sym_DASH_DASH] = ACTIONS(7173), - [anon_sym_BANG] = ACTIONS(7173), - [anon_sym_suspend] = ACTIONS(7171), - [anon_sym_sealed] = ACTIONS(7171), - [anon_sym_annotation] = ACTIONS(7171), - [anon_sym_data] = ACTIONS(7171), - [anon_sym_inner] = ACTIONS(7171), - [anon_sym_value] = ACTIONS(7171), - [anon_sym_override] = ACTIONS(7171), - [anon_sym_lateinit] = ACTIONS(7171), - [anon_sym_public] = ACTIONS(7171), - [anon_sym_private] = ACTIONS(7171), - [anon_sym_internal] = ACTIONS(7171), - [anon_sym_protected] = ACTIONS(7171), - [anon_sym_tailrec] = ACTIONS(7171), - [anon_sym_operator] = ACTIONS(7171), - [anon_sym_infix] = ACTIONS(7171), - [anon_sym_inline] = ACTIONS(7171), - [anon_sym_external] = ACTIONS(7171), - [sym_property_modifier] = ACTIONS(7171), - [anon_sym_abstract] = ACTIONS(7171), - [anon_sym_final] = ACTIONS(7171), - [anon_sym_open] = ACTIONS(7171), - [anon_sym_vararg] = ACTIONS(7171), - [anon_sym_noinline] = ACTIONS(7171), - [anon_sym_crossinline] = ACTIONS(7171), - [anon_sym_expect] = ACTIONS(7171), - [anon_sym_actual] = ACTIONS(7171), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(7173), - [anon_sym_continue_AT] = ACTIONS(7173), - [anon_sym_break_AT] = ACTIONS(7173), - [anon_sym_this_AT] = ACTIONS(7173), - [anon_sym_super_AT] = ACTIONS(7173), - [sym_real_literal] = ACTIONS(7173), - [sym_integer_literal] = ACTIONS(7171), - [sym_hex_literal] = ACTIONS(7173), - [sym_bin_literal] = ACTIONS(7173), - [anon_sym_true] = ACTIONS(7171), - [anon_sym_false] = ACTIONS(7171), - [anon_sym_SQUOTE] = ACTIONS(7173), - [sym__backtick_identifier] = ACTIONS(7173), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(7173), - }, - [3884] = { - [sym__alpha_identifier] = ACTIONS(4355), - [anon_sym_AT] = ACTIONS(4357), - [anon_sym_LBRACK] = ACTIONS(4357), - [anon_sym_as] = ACTIONS(4355), - [anon_sym_EQ] = ACTIONS(4355), - [anon_sym_LBRACE] = ACTIONS(4357), - [anon_sym_RBRACE] = ACTIONS(4357), - [anon_sym_LPAREN] = ACTIONS(4357), - [anon_sym_COMMA] = ACTIONS(4357), - [anon_sym_LT] = ACTIONS(4355), - [anon_sym_GT] = ACTIONS(4355), - [anon_sym_where] = ACTIONS(4355), - [anon_sym_DOT] = ACTIONS(4355), - [anon_sym_SEMI] = ACTIONS(4357), - [anon_sym_get] = ACTIONS(4355), - [anon_sym_set] = ACTIONS(4355), - [anon_sym_STAR] = ACTIONS(4355), - [sym_label] = ACTIONS(4357), - [anon_sym_in] = ACTIONS(4355), - [anon_sym_DOT_DOT] = ACTIONS(4357), - [anon_sym_QMARK_COLON] = ACTIONS(4357), - [anon_sym_AMP_AMP] = ACTIONS(4357), - [anon_sym_PIPE_PIPE] = ACTIONS(4357), - [anon_sym_else] = ACTIONS(4355), - [anon_sym_COLON_COLON] = ACTIONS(4357), - [anon_sym_PLUS_EQ] = ACTIONS(4357), - [anon_sym_DASH_EQ] = ACTIONS(4357), - [anon_sym_STAR_EQ] = ACTIONS(4357), - [anon_sym_SLASH_EQ] = ACTIONS(4357), - [anon_sym_PERCENT_EQ] = ACTIONS(4357), - [anon_sym_BANG_EQ] = ACTIONS(4355), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4357), - [anon_sym_EQ_EQ] = ACTIONS(4355), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4357), - [anon_sym_LT_EQ] = ACTIONS(4357), - [anon_sym_GT_EQ] = ACTIONS(4357), - [anon_sym_BANGin] = ACTIONS(4357), - [anon_sym_is] = ACTIONS(4355), - [anon_sym_BANGis] = ACTIONS(4357), - [anon_sym_PLUS] = ACTIONS(4355), - [anon_sym_DASH] = ACTIONS(4355), - [anon_sym_SLASH] = ACTIONS(4355), - [anon_sym_PERCENT] = ACTIONS(4355), - [anon_sym_as_QMARK] = ACTIONS(4357), - [anon_sym_PLUS_PLUS] = ACTIONS(4357), - [anon_sym_DASH_DASH] = ACTIONS(4357), - [anon_sym_BANG_BANG] = ACTIONS(4357), - [anon_sym_suspend] = ACTIONS(4355), - [anon_sym_sealed] = ACTIONS(4355), - [anon_sym_annotation] = ACTIONS(4355), - [anon_sym_data] = ACTIONS(4355), - [anon_sym_inner] = ACTIONS(4355), - [anon_sym_value] = ACTIONS(4355), - [anon_sym_override] = ACTIONS(4355), - [anon_sym_lateinit] = ACTIONS(4355), - [anon_sym_public] = ACTIONS(4355), - [anon_sym_private] = ACTIONS(4355), - [anon_sym_internal] = ACTIONS(4355), - [anon_sym_protected] = ACTIONS(4355), - [anon_sym_tailrec] = ACTIONS(4355), - [anon_sym_operator] = ACTIONS(4355), - [anon_sym_infix] = ACTIONS(4355), - [anon_sym_inline] = ACTIONS(4355), - [anon_sym_external] = ACTIONS(4355), - [sym_property_modifier] = ACTIONS(4355), - [anon_sym_abstract] = ACTIONS(4355), - [anon_sym_final] = ACTIONS(4355), - [anon_sym_open] = ACTIONS(4355), - [anon_sym_vararg] = ACTIONS(4355), - [anon_sym_noinline] = ACTIONS(4355), - [anon_sym_crossinline] = ACTIONS(4355), - [anon_sym_expect] = ACTIONS(4355), - [anon_sym_actual] = ACTIONS(4355), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4357), - [sym__automatic_semicolon] = ACTIONS(4357), - [sym_safe_nav] = ACTIONS(4357), - [sym_multiline_comment] = ACTIONS(3), + [3822] = { + [sym_type_constraints] = STATE(3038), + [sym_enum_class_body] = STATE(3259), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(3526), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(3236), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3216), + [anon_sym_object] = ACTIONS(3274), + [anon_sym_fun] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_this] = ACTIONS(3274), + [anon_sym_super] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3274), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_null] = ACTIONS(3274), + [anon_sym_if] = ACTIONS(3274), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_when] = ACTIONS(3274), + [anon_sym_try] = ACTIONS(3274), + [anon_sym_throw] = ACTIONS(3274), + [anon_sym_return] = ACTIONS(3274), + [anon_sym_continue] = ACTIONS(3274), + [anon_sym_break] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG] = ACTIONS(3274), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3278), + [anon_sym_continue_AT] = ACTIONS(3278), + [anon_sym_break_AT] = ACTIONS(3278), + [anon_sym_this_AT] = ACTIONS(3278), + [anon_sym_super_AT] = ACTIONS(3278), + [sym_real_literal] = ACTIONS(3278), + [sym_integer_literal] = ACTIONS(3274), + [sym_hex_literal] = ACTIONS(3278), + [sym_bin_literal] = ACTIONS(3278), + [anon_sym_true] = ACTIONS(3274), + [anon_sym_false] = ACTIONS(3274), + [anon_sym_SQUOTE] = ACTIONS(3278), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3278), }, - [3885] = { - [sym_function_body] = STATE(3873), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4447), - [sym_label] = ACTIONS(4449), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_PLUS_EQ] = ACTIONS(4449), - [anon_sym_DASH_EQ] = ACTIONS(4449), - [anon_sym_STAR_EQ] = ACTIONS(4449), - [anon_sym_SLASH_EQ] = ACTIONS(4449), - [anon_sym_PERCENT_EQ] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4447), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_suspend] = ACTIONS(4447), - [anon_sym_sealed] = ACTIONS(4447), - [anon_sym_annotation] = ACTIONS(4447), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_override] = ACTIONS(4447), - [anon_sym_lateinit] = ACTIONS(4447), - [anon_sym_public] = ACTIONS(4447), - [anon_sym_private] = ACTIONS(4447), - [anon_sym_internal] = ACTIONS(4447), - [anon_sym_protected] = ACTIONS(4447), - [anon_sym_tailrec] = ACTIONS(4447), - [anon_sym_operator] = ACTIONS(4447), - [anon_sym_infix] = ACTIONS(4447), - [anon_sym_inline] = ACTIONS(4447), - [anon_sym_external] = ACTIONS(4447), - [sym_property_modifier] = ACTIONS(4447), - [anon_sym_abstract] = ACTIONS(4447), - [anon_sym_final] = ACTIONS(4447), - [anon_sym_open] = ACTIONS(4447), - [anon_sym_vararg] = ACTIONS(4447), - [anon_sym_noinline] = ACTIONS(4447), - [anon_sym_crossinline] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4449), - [sym__automatic_semicolon] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), + [3823] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3809), + [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(7117), + [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_value] = 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_multiline_comment] = ACTIONS(3), }, - [3886] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_EQ] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_COMMA] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_where] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(7175), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4818), - [sym_label] = ACTIONS(4820), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_else] = ACTIONS(7177), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_PLUS_EQ] = ACTIONS(4820), - [anon_sym_DASH_EQ] = ACTIONS(4820), - [anon_sym_STAR_EQ] = ACTIONS(4820), - [anon_sym_SLASH_EQ] = ACTIONS(4820), - [anon_sym_PERCENT_EQ] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4818), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), + [3824] = { + [sym_function_body] = STATE(3201), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4493), + [anon_sym_AT] = ACTIONS(4495), + [anon_sym_LBRACK] = ACTIONS(4495), + [anon_sym_as] = ACTIONS(4493), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4495), + [anon_sym_LPAREN] = ACTIONS(4495), + [anon_sym_LT] = ACTIONS(4493), + [anon_sym_GT] = ACTIONS(4493), + [anon_sym_object] = ACTIONS(4493), + [anon_sym_fun] = ACTIONS(4493), + [anon_sym_DOT] = ACTIONS(4493), + [anon_sym_SEMI] = ACTIONS(4495), + [anon_sym_get] = ACTIONS(4493), + [anon_sym_set] = ACTIONS(4493), + [anon_sym_this] = ACTIONS(4493), + [anon_sym_super] = ACTIONS(4493), + [anon_sym_STAR] = ACTIONS(4495), + [sym_label] = ACTIONS(4493), + [anon_sym_in] = ACTIONS(4493), + [anon_sym_DOT_DOT] = ACTIONS(4495), + [anon_sym_QMARK_COLON] = ACTIONS(4495), + [anon_sym_AMP_AMP] = ACTIONS(4495), + [anon_sym_PIPE_PIPE] = ACTIONS(4495), + [anon_sym_null] = ACTIONS(4493), + [anon_sym_if] = ACTIONS(4493), + [anon_sym_else] = ACTIONS(4493), + [anon_sym_when] = ACTIONS(4493), + [anon_sym_try] = ACTIONS(4493), + [anon_sym_throw] = ACTIONS(4493), + [anon_sym_return] = ACTIONS(4493), + [anon_sym_continue] = ACTIONS(4493), + [anon_sym_break] = ACTIONS(4493), + [anon_sym_COLON_COLON] = ACTIONS(4495), + [anon_sym_BANG_EQ] = ACTIONS(4493), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), + [anon_sym_EQ_EQ] = ACTIONS(4493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), + [anon_sym_LT_EQ] = ACTIONS(4495), + [anon_sym_GT_EQ] = ACTIONS(4495), + [anon_sym_BANGin] = ACTIONS(4495), + [anon_sym_is] = ACTIONS(4493), + [anon_sym_BANGis] = ACTIONS(4495), + [anon_sym_PLUS] = ACTIONS(4493), + [anon_sym_DASH] = ACTIONS(4493), + [anon_sym_SLASH] = ACTIONS(4493), + [anon_sym_PERCENT] = ACTIONS(4495), + [anon_sym_as_QMARK] = ACTIONS(4495), + [anon_sym_PLUS_PLUS] = ACTIONS(4495), + [anon_sym_DASH_DASH] = ACTIONS(4495), + [anon_sym_BANG] = ACTIONS(4493), + [anon_sym_BANG_BANG] = ACTIONS(4495), + [anon_sym_data] = ACTIONS(4493), + [anon_sym_inner] = ACTIONS(4493), + [anon_sym_value] = ACTIONS(4493), + [anon_sym_expect] = ACTIONS(4493), + [anon_sym_actual] = ACTIONS(4493), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), + [anon_sym_return_AT] = ACTIONS(4495), + [anon_sym_continue_AT] = ACTIONS(4495), + [anon_sym_break_AT] = ACTIONS(4495), + [anon_sym_this_AT] = ACTIONS(4495), + [anon_sym_super_AT] = ACTIONS(4495), + [sym_real_literal] = ACTIONS(4495), + [sym_integer_literal] = ACTIONS(4493), + [sym_hex_literal] = ACTIONS(4495), + [sym_bin_literal] = ACTIONS(4495), + [anon_sym_true] = ACTIONS(4493), + [anon_sym_false] = ACTIONS(4493), + [anon_sym_SQUOTE] = ACTIONS(4495), + [sym__backtick_identifier] = ACTIONS(4495), + [sym__automatic_semicolon] = ACTIONS(4495), + [sym_safe_nav] = ACTIONS(4495), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4495), }, - [3887] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_EQ] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_COMMA] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_where] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(4820), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4818), - [sym_label] = ACTIONS(4820), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_else] = ACTIONS(7177), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_PLUS_EQ] = ACTIONS(4820), - [anon_sym_DASH_EQ] = ACTIONS(4820), - [anon_sym_STAR_EQ] = ACTIONS(4820), - [anon_sym_SLASH_EQ] = ACTIONS(4820), - [anon_sym_PERCENT_EQ] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4818), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), + [3825] = { + [sym__alpha_identifier] = ACTIONS(4970), + [anon_sym_AT] = ACTIONS(4972), + [anon_sym_LBRACK] = ACTIONS(4972), + [anon_sym_typealias] = ACTIONS(4970), + [anon_sym_class] = ACTIONS(4970), + [anon_sym_interface] = ACTIONS(4970), + [anon_sym_enum] = ACTIONS(4970), + [anon_sym_LBRACE] = ACTIONS(4972), + [anon_sym_LPAREN] = ACTIONS(4972), + [anon_sym_val] = ACTIONS(4970), + [anon_sym_var] = ACTIONS(4970), + [anon_sym_object] = ACTIONS(4970), + [anon_sym_fun] = ACTIONS(4970), + [anon_sym_get] = ACTIONS(4970), + [anon_sym_set] = ACTIONS(4970), + [anon_sym_this] = ACTIONS(4970), + [anon_sym_super] = ACTIONS(4970), + [anon_sym_STAR] = ACTIONS(4972), + [sym_label] = ACTIONS(4970), + [anon_sym_for] = ACTIONS(4970), + [anon_sym_while] = ACTIONS(4970), + [anon_sym_do] = ACTIONS(4970), + [anon_sym_null] = ACTIONS(4970), + [anon_sym_if] = ACTIONS(4970), + [anon_sym_when] = ACTIONS(4970), + [anon_sym_try] = ACTIONS(4970), + [anon_sym_throw] = ACTIONS(4970), + [anon_sym_return] = ACTIONS(4970), + [anon_sym_continue] = ACTIONS(4970), + [anon_sym_break] = ACTIONS(4970), + [anon_sym_COLON_COLON] = ACTIONS(4972), + [anon_sym_PLUS] = ACTIONS(4970), + [anon_sym_DASH] = ACTIONS(4970), + [anon_sym_PLUS_PLUS] = ACTIONS(4972), + [anon_sym_DASH_DASH] = ACTIONS(4972), + [anon_sym_BANG] = ACTIONS(4972), + [anon_sym_suspend] = ACTIONS(4970), + [anon_sym_sealed] = ACTIONS(4970), + [anon_sym_annotation] = ACTIONS(4970), + [anon_sym_data] = ACTIONS(4970), + [anon_sym_inner] = ACTIONS(4970), + [anon_sym_value] = ACTIONS(4970), + [anon_sym_override] = ACTIONS(4970), + [anon_sym_lateinit] = ACTIONS(4970), + [anon_sym_public] = ACTIONS(4970), + [anon_sym_private] = ACTIONS(4970), + [anon_sym_internal] = ACTIONS(4970), + [anon_sym_protected] = ACTIONS(4970), + [anon_sym_tailrec] = ACTIONS(4970), + [anon_sym_operator] = ACTIONS(4970), + [anon_sym_infix] = ACTIONS(4970), + [anon_sym_inline] = ACTIONS(4970), + [anon_sym_external] = ACTIONS(4970), + [sym_property_modifier] = ACTIONS(4970), + [anon_sym_abstract] = ACTIONS(4970), + [anon_sym_final] = ACTIONS(4970), + [anon_sym_open] = ACTIONS(4970), + [anon_sym_vararg] = ACTIONS(4970), + [anon_sym_noinline] = ACTIONS(4970), + [anon_sym_crossinline] = ACTIONS(4970), + [anon_sym_expect] = ACTIONS(4970), + [anon_sym_actual] = ACTIONS(4970), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), - [sym_multiline_comment] = ACTIONS(3), - }, - [3888] = { - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_EQ] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4505), - [sym_label] = ACTIONS(4507), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_PLUS_EQ] = ACTIONS(4507), - [anon_sym_DASH_EQ] = ACTIONS(4507), - [anon_sym_STAR_EQ] = ACTIONS(4507), - [anon_sym_SLASH_EQ] = ACTIONS(4507), - [anon_sym_PERCENT_EQ] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4505), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_suspend] = ACTIONS(4505), - [anon_sym_sealed] = ACTIONS(4505), - [anon_sym_annotation] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_override] = ACTIONS(4505), - [anon_sym_lateinit] = ACTIONS(4505), - [anon_sym_public] = ACTIONS(4505), - [anon_sym_private] = ACTIONS(4505), - [anon_sym_internal] = ACTIONS(4505), - [anon_sym_protected] = ACTIONS(4505), - [anon_sym_tailrec] = ACTIONS(4505), - [anon_sym_operator] = ACTIONS(4505), - [anon_sym_infix] = ACTIONS(4505), - [anon_sym_inline] = ACTIONS(4505), - [anon_sym_external] = ACTIONS(4505), - [sym_property_modifier] = ACTIONS(4505), - [anon_sym_abstract] = ACTIONS(4505), - [anon_sym_final] = ACTIONS(4505), - [anon_sym_open] = ACTIONS(4505), - [anon_sym_vararg] = ACTIONS(4505), - [anon_sym_noinline] = ACTIONS(4505), - [anon_sym_crossinline] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4507), - [sym__automatic_semicolon] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), + [anon_sym_return_AT] = ACTIONS(4972), + [anon_sym_continue_AT] = ACTIONS(4972), + [anon_sym_break_AT] = ACTIONS(4972), + [anon_sym_this_AT] = ACTIONS(4972), + [anon_sym_super_AT] = ACTIONS(4972), + [sym_real_literal] = ACTIONS(4972), + [sym_integer_literal] = ACTIONS(4970), + [sym_hex_literal] = ACTIONS(4972), + [sym_bin_literal] = ACTIONS(4972), + [anon_sym_true] = ACTIONS(4970), + [anon_sym_false] = ACTIONS(4970), + [anon_sym_SQUOTE] = ACTIONS(4972), + [sym__backtick_identifier] = ACTIONS(4972), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4972), }, - [3889] = { - [sym__alpha_identifier] = ACTIONS(7179), - [anon_sym_AT] = ACTIONS(7181), - [anon_sym_LBRACK] = ACTIONS(7181), - [anon_sym_typealias] = ACTIONS(7179), - [anon_sym_class] = ACTIONS(7179), - [anon_sym_interface] = ACTIONS(7179), - [anon_sym_enum] = ACTIONS(7179), - [anon_sym_LBRACE] = ACTIONS(7181), - [anon_sym_LPAREN] = ACTIONS(7181), - [anon_sym_val] = ACTIONS(7179), - [anon_sym_var] = ACTIONS(7179), - [anon_sym_object] = ACTIONS(7179), - [anon_sym_fun] = ACTIONS(7179), - [anon_sym_get] = ACTIONS(7179), - [anon_sym_set] = ACTIONS(7179), - [anon_sym_this] = ACTIONS(7179), - [anon_sym_super] = ACTIONS(7179), - [anon_sym_STAR] = ACTIONS(7181), - [sym_label] = ACTIONS(7179), - [anon_sym_for] = ACTIONS(7179), - [anon_sym_while] = ACTIONS(7179), - [anon_sym_do] = ACTIONS(7179), - [anon_sym_null] = ACTIONS(7179), - [anon_sym_if] = ACTIONS(7179), - [anon_sym_when] = ACTIONS(7179), - [anon_sym_try] = ACTIONS(7179), - [anon_sym_throw] = ACTIONS(7179), - [anon_sym_return] = ACTIONS(7179), - [anon_sym_continue] = ACTIONS(7179), - [anon_sym_break] = ACTIONS(7179), - [anon_sym_COLON_COLON] = ACTIONS(7181), - [anon_sym_PLUS] = ACTIONS(7179), - [anon_sym_DASH] = ACTIONS(7179), - [anon_sym_PLUS_PLUS] = ACTIONS(7181), - [anon_sym_DASH_DASH] = ACTIONS(7181), - [anon_sym_BANG] = ACTIONS(7181), - [anon_sym_suspend] = ACTIONS(7179), - [anon_sym_sealed] = ACTIONS(7179), - [anon_sym_annotation] = ACTIONS(7179), - [anon_sym_data] = ACTIONS(7179), - [anon_sym_inner] = ACTIONS(7179), - [anon_sym_value] = ACTIONS(7179), - [anon_sym_override] = ACTIONS(7179), - [anon_sym_lateinit] = ACTIONS(7179), - [anon_sym_public] = ACTIONS(7179), - [anon_sym_private] = ACTIONS(7179), - [anon_sym_internal] = ACTIONS(7179), - [anon_sym_protected] = ACTIONS(7179), - [anon_sym_tailrec] = ACTIONS(7179), - [anon_sym_operator] = ACTIONS(7179), - [anon_sym_infix] = ACTIONS(7179), - [anon_sym_inline] = ACTIONS(7179), - [anon_sym_external] = ACTIONS(7179), - [sym_property_modifier] = ACTIONS(7179), - [anon_sym_abstract] = ACTIONS(7179), - [anon_sym_final] = ACTIONS(7179), - [anon_sym_open] = ACTIONS(7179), - [anon_sym_vararg] = ACTIONS(7179), - [anon_sym_noinline] = ACTIONS(7179), - [anon_sym_crossinline] = ACTIONS(7179), - [anon_sym_expect] = ACTIONS(7179), - [anon_sym_actual] = ACTIONS(7179), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(7181), - [anon_sym_continue_AT] = ACTIONS(7181), - [anon_sym_break_AT] = ACTIONS(7181), - [anon_sym_this_AT] = ACTIONS(7181), - [anon_sym_super_AT] = ACTIONS(7181), - [sym_real_literal] = ACTIONS(7181), - [sym_integer_literal] = ACTIONS(7179), - [sym_hex_literal] = ACTIONS(7181), - [sym_bin_literal] = ACTIONS(7181), - [anon_sym_true] = ACTIONS(7179), - [anon_sym_false] = ACTIONS(7179), - [anon_sym_SQUOTE] = ACTIONS(7181), - [sym__backtick_identifier] = ACTIONS(7181), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(7181), - }, - [3890] = { - [sym__alpha_identifier] = ACTIONS(5213), - [anon_sym_AT] = ACTIONS(5215), - [anon_sym_LBRACK] = ACTIONS(5215), - [anon_sym_as] = ACTIONS(5213), - [anon_sym_EQ] = ACTIONS(5213), - [anon_sym_LBRACE] = ACTIONS(5215), - [anon_sym_RBRACE] = ACTIONS(5215), - [anon_sym_LPAREN] = ACTIONS(5215), - [anon_sym_COMMA] = ACTIONS(5215), - [anon_sym_LT] = ACTIONS(5213), - [anon_sym_GT] = ACTIONS(5213), - [anon_sym_where] = ACTIONS(5213), - [anon_sym_DOT] = ACTIONS(5213), - [anon_sym_SEMI] = ACTIONS(5215), - [anon_sym_get] = ACTIONS(5213), - [anon_sym_set] = ACTIONS(5213), - [anon_sym_STAR] = ACTIONS(5213), - [sym_label] = ACTIONS(5215), - [anon_sym_in] = ACTIONS(5213), - [anon_sym_DOT_DOT] = ACTIONS(5215), - [anon_sym_QMARK_COLON] = ACTIONS(5215), - [anon_sym_AMP_AMP] = ACTIONS(5215), - [anon_sym_PIPE_PIPE] = ACTIONS(5215), - [anon_sym_else] = ACTIONS(5213), - [anon_sym_COLON_COLON] = ACTIONS(5215), - [anon_sym_PLUS_EQ] = ACTIONS(5215), - [anon_sym_DASH_EQ] = ACTIONS(5215), - [anon_sym_STAR_EQ] = ACTIONS(5215), - [anon_sym_SLASH_EQ] = ACTIONS(5215), - [anon_sym_PERCENT_EQ] = ACTIONS(5215), - [anon_sym_BANG_EQ] = ACTIONS(5213), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5215), - [anon_sym_EQ_EQ] = ACTIONS(5213), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5215), - [anon_sym_LT_EQ] = ACTIONS(5215), - [anon_sym_GT_EQ] = ACTIONS(5215), - [anon_sym_BANGin] = ACTIONS(5215), - [anon_sym_is] = ACTIONS(5213), - [anon_sym_BANGis] = ACTIONS(5215), - [anon_sym_PLUS] = ACTIONS(5213), - [anon_sym_DASH] = ACTIONS(5213), - [anon_sym_SLASH] = ACTIONS(5213), - [anon_sym_PERCENT] = ACTIONS(5213), - [anon_sym_as_QMARK] = ACTIONS(5215), - [anon_sym_PLUS_PLUS] = ACTIONS(5215), - [anon_sym_DASH_DASH] = ACTIONS(5215), - [anon_sym_BANG_BANG] = ACTIONS(5215), - [anon_sym_suspend] = ACTIONS(5213), - [anon_sym_sealed] = ACTIONS(5213), - [anon_sym_annotation] = ACTIONS(5213), - [anon_sym_data] = ACTIONS(5213), - [anon_sym_inner] = ACTIONS(5213), - [anon_sym_value] = ACTIONS(5213), - [anon_sym_override] = ACTIONS(5213), - [anon_sym_lateinit] = ACTIONS(5213), - [anon_sym_public] = ACTIONS(5213), - [anon_sym_private] = ACTIONS(5213), - [anon_sym_internal] = ACTIONS(5213), - [anon_sym_protected] = ACTIONS(5213), - [anon_sym_tailrec] = ACTIONS(5213), - [anon_sym_operator] = ACTIONS(5213), - [anon_sym_infix] = ACTIONS(5213), - [anon_sym_inline] = ACTIONS(5213), - [anon_sym_external] = ACTIONS(5213), - [sym_property_modifier] = ACTIONS(5213), - [anon_sym_abstract] = ACTIONS(5213), - [anon_sym_final] = ACTIONS(5213), - [anon_sym_open] = ACTIONS(5213), - [anon_sym_vararg] = ACTIONS(5213), - [anon_sym_noinline] = ACTIONS(5213), - [anon_sym_crossinline] = ACTIONS(5213), - [anon_sym_expect] = ACTIONS(5213), - [anon_sym_actual] = ACTIONS(5213), + [3826] = { + [sym__alpha_identifier] = ACTIONS(5167), + [anon_sym_AT] = ACTIONS(5169), + [anon_sym_LBRACK] = ACTIONS(5169), + [anon_sym_as] = ACTIONS(5167), + [anon_sym_EQ] = ACTIONS(5167), + [anon_sym_LBRACE] = ACTIONS(5169), + [anon_sym_RBRACE] = ACTIONS(5169), + [anon_sym_LPAREN] = ACTIONS(5169), + [anon_sym_COMMA] = ACTIONS(5169), + [anon_sym_LT] = ACTIONS(5167), + [anon_sym_GT] = ACTIONS(5167), + [anon_sym_where] = ACTIONS(5167), + [anon_sym_DOT] = ACTIONS(5167), + [anon_sym_SEMI] = ACTIONS(5169), + [anon_sym_get] = ACTIONS(5167), + [anon_sym_set] = ACTIONS(5167), + [anon_sym_STAR] = ACTIONS(5167), + [sym_label] = ACTIONS(5169), + [anon_sym_in] = ACTIONS(5167), + [anon_sym_DOT_DOT] = ACTIONS(5169), + [anon_sym_QMARK_COLON] = ACTIONS(5169), + [anon_sym_AMP_AMP] = ACTIONS(5169), + [anon_sym_PIPE_PIPE] = ACTIONS(5169), + [anon_sym_else] = ACTIONS(5167), + [anon_sym_COLON_COLON] = ACTIONS(5169), + [anon_sym_PLUS_EQ] = ACTIONS(5169), + [anon_sym_DASH_EQ] = ACTIONS(5169), + [anon_sym_STAR_EQ] = ACTIONS(5169), + [anon_sym_SLASH_EQ] = ACTIONS(5169), + [anon_sym_PERCENT_EQ] = ACTIONS(5169), + [anon_sym_BANG_EQ] = ACTIONS(5167), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5169), + [anon_sym_EQ_EQ] = ACTIONS(5167), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5169), + [anon_sym_LT_EQ] = ACTIONS(5169), + [anon_sym_GT_EQ] = ACTIONS(5169), + [anon_sym_BANGin] = ACTIONS(5169), + [anon_sym_is] = ACTIONS(5167), + [anon_sym_BANGis] = ACTIONS(5169), + [anon_sym_PLUS] = ACTIONS(5167), + [anon_sym_DASH] = ACTIONS(5167), + [anon_sym_SLASH] = ACTIONS(5167), + [anon_sym_PERCENT] = ACTIONS(5167), + [anon_sym_as_QMARK] = ACTIONS(5169), + [anon_sym_PLUS_PLUS] = ACTIONS(5169), + [anon_sym_DASH_DASH] = ACTIONS(5169), + [anon_sym_BANG_BANG] = ACTIONS(5169), + [anon_sym_suspend] = ACTIONS(5167), + [anon_sym_sealed] = ACTIONS(5167), + [anon_sym_annotation] = ACTIONS(5167), + [anon_sym_data] = ACTIONS(5167), + [anon_sym_inner] = ACTIONS(5167), + [anon_sym_value] = ACTIONS(5167), + [anon_sym_override] = ACTIONS(5167), + [anon_sym_lateinit] = ACTIONS(5167), + [anon_sym_public] = ACTIONS(5167), + [anon_sym_private] = ACTIONS(5167), + [anon_sym_internal] = ACTIONS(5167), + [anon_sym_protected] = ACTIONS(5167), + [anon_sym_tailrec] = ACTIONS(5167), + [anon_sym_operator] = ACTIONS(5167), + [anon_sym_infix] = ACTIONS(5167), + [anon_sym_inline] = ACTIONS(5167), + [anon_sym_external] = ACTIONS(5167), + [sym_property_modifier] = ACTIONS(5167), + [anon_sym_abstract] = ACTIONS(5167), + [anon_sym_final] = ACTIONS(5167), + [anon_sym_open] = ACTIONS(5167), + [anon_sym_vararg] = ACTIONS(5167), + [anon_sym_noinline] = ACTIONS(5167), + [anon_sym_crossinline] = ACTIONS(5167), + [anon_sym_expect] = ACTIONS(5167), + [anon_sym_actual] = ACTIONS(5167), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5215), - [sym__automatic_semicolon] = ACTIONS(5215), - [sym_safe_nav] = ACTIONS(5215), + [sym__backtick_identifier] = ACTIONS(5169), + [sym__automatic_semicolon] = ACTIONS(5169), + [sym_safe_nav] = ACTIONS(5169), [sym_multiline_comment] = ACTIONS(3), }, - [3891] = { - [sym__alpha_identifier] = ACTIONS(4922), - [anon_sym_AT] = ACTIONS(4924), - [anon_sym_LBRACK] = ACTIONS(4924), - [anon_sym_as] = ACTIONS(4922), - [anon_sym_EQ] = ACTIONS(4922), - [anon_sym_LBRACE] = ACTIONS(4924), - [anon_sym_RBRACE] = ACTIONS(4924), - [anon_sym_LPAREN] = ACTIONS(4924), - [anon_sym_COMMA] = ACTIONS(4924), - [anon_sym_LT] = ACTIONS(4922), - [anon_sym_GT] = ACTIONS(4922), - [anon_sym_where] = ACTIONS(4922), - [anon_sym_DOT] = ACTIONS(4922), - [anon_sym_SEMI] = ACTIONS(4924), - [anon_sym_get] = ACTIONS(4922), - [anon_sym_set] = ACTIONS(4922), - [anon_sym_STAR] = ACTIONS(4922), - [sym_label] = ACTIONS(4924), - [anon_sym_in] = ACTIONS(4922), - [anon_sym_DOT_DOT] = ACTIONS(4924), - [anon_sym_QMARK_COLON] = ACTIONS(4924), - [anon_sym_AMP_AMP] = ACTIONS(4924), - [anon_sym_PIPE_PIPE] = ACTIONS(4924), - [anon_sym_else] = ACTIONS(4922), - [anon_sym_COLON_COLON] = ACTIONS(4924), - [anon_sym_PLUS_EQ] = ACTIONS(4924), - [anon_sym_DASH_EQ] = ACTIONS(4924), - [anon_sym_STAR_EQ] = ACTIONS(4924), - [anon_sym_SLASH_EQ] = ACTIONS(4924), - [anon_sym_PERCENT_EQ] = ACTIONS(4924), - [anon_sym_BANG_EQ] = ACTIONS(4922), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4924), - [anon_sym_EQ_EQ] = ACTIONS(4922), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4924), - [anon_sym_LT_EQ] = ACTIONS(4924), - [anon_sym_GT_EQ] = ACTIONS(4924), - [anon_sym_BANGin] = ACTIONS(4924), - [anon_sym_is] = ACTIONS(4922), - [anon_sym_BANGis] = ACTIONS(4924), - [anon_sym_PLUS] = ACTIONS(4922), - [anon_sym_DASH] = ACTIONS(4922), - [anon_sym_SLASH] = ACTIONS(4922), - [anon_sym_PERCENT] = ACTIONS(4922), - [anon_sym_as_QMARK] = ACTIONS(4924), - [anon_sym_PLUS_PLUS] = ACTIONS(4924), - [anon_sym_DASH_DASH] = ACTIONS(4924), - [anon_sym_BANG_BANG] = ACTIONS(4924), - [anon_sym_suspend] = ACTIONS(4922), - [anon_sym_sealed] = ACTIONS(4922), - [anon_sym_annotation] = ACTIONS(4922), - [anon_sym_data] = ACTIONS(4922), - [anon_sym_inner] = ACTIONS(4922), - [anon_sym_value] = ACTIONS(4922), - [anon_sym_override] = ACTIONS(4922), - [anon_sym_lateinit] = ACTIONS(4922), - [anon_sym_public] = ACTIONS(4922), - [anon_sym_private] = ACTIONS(4922), - [anon_sym_internal] = ACTIONS(4922), - [anon_sym_protected] = ACTIONS(4922), - [anon_sym_tailrec] = ACTIONS(4922), - [anon_sym_operator] = ACTIONS(4922), - [anon_sym_infix] = ACTIONS(4922), - [anon_sym_inline] = ACTIONS(4922), - [anon_sym_external] = ACTIONS(4922), - [sym_property_modifier] = ACTIONS(4922), - [anon_sym_abstract] = ACTIONS(4922), - [anon_sym_final] = ACTIONS(4922), - [anon_sym_open] = ACTIONS(4922), - [anon_sym_vararg] = ACTIONS(4922), - [anon_sym_noinline] = ACTIONS(4922), - [anon_sym_crossinline] = ACTIONS(4922), - [anon_sym_expect] = ACTIONS(4922), - [anon_sym_actual] = ACTIONS(4922), + [3827] = { + [sym__alpha_identifier] = ACTIONS(5171), + [anon_sym_AT] = ACTIONS(5173), + [anon_sym_LBRACK] = ACTIONS(5173), + [anon_sym_as] = ACTIONS(5171), + [anon_sym_EQ] = ACTIONS(5171), + [anon_sym_LBRACE] = ACTIONS(5173), + [anon_sym_RBRACE] = ACTIONS(5173), + [anon_sym_LPAREN] = ACTIONS(5173), + [anon_sym_COMMA] = ACTIONS(5173), + [anon_sym_LT] = ACTIONS(5171), + [anon_sym_GT] = ACTIONS(5171), + [anon_sym_where] = ACTIONS(5171), + [anon_sym_DOT] = ACTIONS(5171), + [anon_sym_SEMI] = ACTIONS(5173), + [anon_sym_get] = ACTIONS(5171), + [anon_sym_set] = ACTIONS(5171), + [anon_sym_STAR] = ACTIONS(5171), + [sym_label] = ACTIONS(5173), + [anon_sym_in] = ACTIONS(5171), + [anon_sym_DOT_DOT] = ACTIONS(5173), + [anon_sym_QMARK_COLON] = ACTIONS(5173), + [anon_sym_AMP_AMP] = ACTIONS(5173), + [anon_sym_PIPE_PIPE] = ACTIONS(5173), + [anon_sym_else] = ACTIONS(5171), + [anon_sym_COLON_COLON] = ACTIONS(5173), + [anon_sym_PLUS_EQ] = ACTIONS(5173), + [anon_sym_DASH_EQ] = ACTIONS(5173), + [anon_sym_STAR_EQ] = ACTIONS(5173), + [anon_sym_SLASH_EQ] = ACTIONS(5173), + [anon_sym_PERCENT_EQ] = ACTIONS(5173), + [anon_sym_BANG_EQ] = ACTIONS(5171), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5173), + [anon_sym_EQ_EQ] = ACTIONS(5171), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5173), + [anon_sym_LT_EQ] = ACTIONS(5173), + [anon_sym_GT_EQ] = ACTIONS(5173), + [anon_sym_BANGin] = ACTIONS(5173), + [anon_sym_is] = ACTIONS(5171), + [anon_sym_BANGis] = ACTIONS(5173), + [anon_sym_PLUS] = ACTIONS(5171), + [anon_sym_DASH] = ACTIONS(5171), + [anon_sym_SLASH] = ACTIONS(5171), + [anon_sym_PERCENT] = ACTIONS(5171), + [anon_sym_as_QMARK] = ACTIONS(5173), + [anon_sym_PLUS_PLUS] = ACTIONS(5173), + [anon_sym_DASH_DASH] = ACTIONS(5173), + [anon_sym_BANG_BANG] = ACTIONS(5173), + [anon_sym_suspend] = ACTIONS(5171), + [anon_sym_sealed] = ACTIONS(5171), + [anon_sym_annotation] = ACTIONS(5171), + [anon_sym_data] = ACTIONS(5171), + [anon_sym_inner] = ACTIONS(5171), + [anon_sym_value] = ACTIONS(5171), + [anon_sym_override] = ACTIONS(5171), + [anon_sym_lateinit] = ACTIONS(5171), + [anon_sym_public] = ACTIONS(5171), + [anon_sym_private] = ACTIONS(5171), + [anon_sym_internal] = ACTIONS(5171), + [anon_sym_protected] = ACTIONS(5171), + [anon_sym_tailrec] = ACTIONS(5171), + [anon_sym_operator] = ACTIONS(5171), + [anon_sym_infix] = ACTIONS(5171), + [anon_sym_inline] = ACTIONS(5171), + [anon_sym_external] = ACTIONS(5171), + [sym_property_modifier] = ACTIONS(5171), + [anon_sym_abstract] = ACTIONS(5171), + [anon_sym_final] = ACTIONS(5171), + [anon_sym_open] = ACTIONS(5171), + [anon_sym_vararg] = ACTIONS(5171), + [anon_sym_noinline] = ACTIONS(5171), + [anon_sym_crossinline] = ACTIONS(5171), + [anon_sym_expect] = ACTIONS(5171), + [anon_sym_actual] = ACTIONS(5171), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4924), - [sym__automatic_semicolon] = ACTIONS(4924), - [sym_safe_nav] = ACTIONS(4924), - [sym_multiline_comment] = ACTIONS(3), - }, - [3892] = { - [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_value] = 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__backtick_identifier] = ACTIONS(5173), + [sym__automatic_semicolon] = ACTIONS(5173), + [sym_safe_nav] = ACTIONS(5173), [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(7183), - [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_value] = 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_multiline_comment] = ACTIONS(3), + [3828] = { + [sym_function_body] = STATE(3164), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_object] = ACTIONS(4129), + [anon_sym_fun] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_this] = ACTIONS(4129), + [anon_sym_super] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4129), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_null] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_when] = ACTIONS(4129), + [anon_sym_try] = ACTIONS(4129), + [anon_sym_throw] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4131), + [anon_sym_continue_AT] = ACTIONS(4131), + [anon_sym_break_AT] = ACTIONS(4131), + [anon_sym_this_AT] = ACTIONS(4131), + [anon_sym_super_AT] = ACTIONS(4131), + [sym_real_literal] = ACTIONS(4131), + [sym_integer_literal] = ACTIONS(4129), + [sym_hex_literal] = ACTIONS(4131), + [sym_bin_literal] = ACTIONS(4131), + [anon_sym_true] = ACTIONS(4129), + [anon_sym_false] = ACTIONS(4129), + [anon_sym_SQUOTE] = ACTIONS(4131), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4131), }, - [3894] = { - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(4275), - [anon_sym_LBRACE] = ACTIONS(4277), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_COMMA] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_where] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4275), - [sym_label] = ACTIONS(4277), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_PLUS_EQ] = ACTIONS(4277), - [anon_sym_DASH_EQ] = ACTIONS(4277), - [anon_sym_STAR_EQ] = ACTIONS(4277), - [anon_sym_SLASH_EQ] = ACTIONS(4277), - [anon_sym_PERCENT_EQ] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4275), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_suspend] = ACTIONS(4275), - [anon_sym_sealed] = ACTIONS(4275), - [anon_sym_annotation] = ACTIONS(4275), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_override] = ACTIONS(4275), - [anon_sym_lateinit] = ACTIONS(4275), - [anon_sym_public] = ACTIONS(4275), - [anon_sym_private] = ACTIONS(4275), - [anon_sym_internal] = ACTIONS(4275), - [anon_sym_protected] = ACTIONS(4275), - [anon_sym_tailrec] = ACTIONS(4275), - [anon_sym_operator] = ACTIONS(4275), - [anon_sym_infix] = ACTIONS(4275), - [anon_sym_inline] = ACTIONS(4275), - [anon_sym_external] = ACTIONS(4275), - [sym_property_modifier] = ACTIONS(4275), - [anon_sym_abstract] = ACTIONS(4275), - [anon_sym_final] = ACTIONS(4275), - [anon_sym_open] = ACTIONS(4275), - [anon_sym_vararg] = ACTIONS(4275), - [anon_sym_noinline] = ACTIONS(4275), - [anon_sym_crossinline] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4277), - [sym__automatic_semicolon] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), + [3829] = { + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_EQ] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(4202), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(4200), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4200), + [sym_label] = ACTIONS(4202), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_PLUS_EQ] = ACTIONS(4202), + [anon_sym_DASH_EQ] = ACTIONS(4202), + [anon_sym_STAR_EQ] = ACTIONS(4202), + [anon_sym_SLASH_EQ] = ACTIONS(4202), + [anon_sym_PERCENT_EQ] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4200), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), [sym_multiline_comment] = ACTIONS(3), }, - [3895] = { - [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_value] = 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), + [3830] = { + [sym__alpha_identifier] = ACTIONS(5195), + [anon_sym_AT] = ACTIONS(5197), + [anon_sym_LBRACK] = ACTIONS(5197), + [anon_sym_as] = ACTIONS(5195), + [anon_sym_EQ] = ACTIONS(5195), + [anon_sym_LBRACE] = ACTIONS(5197), + [anon_sym_RBRACE] = ACTIONS(5197), + [anon_sym_LPAREN] = ACTIONS(5197), + [anon_sym_COMMA] = ACTIONS(5197), + [anon_sym_LT] = ACTIONS(5195), + [anon_sym_GT] = ACTIONS(5195), + [anon_sym_where] = ACTIONS(5195), + [anon_sym_DOT] = ACTIONS(5195), + [anon_sym_SEMI] = ACTIONS(5197), + [anon_sym_get] = ACTIONS(5195), + [anon_sym_set] = ACTIONS(5195), + [anon_sym_STAR] = ACTIONS(5195), + [sym_label] = ACTIONS(5197), + [anon_sym_in] = ACTIONS(5195), + [anon_sym_DOT_DOT] = ACTIONS(5197), + [anon_sym_QMARK_COLON] = ACTIONS(5197), + [anon_sym_AMP_AMP] = ACTIONS(5197), + [anon_sym_PIPE_PIPE] = ACTIONS(5197), + [anon_sym_else] = ACTIONS(5195), + [anon_sym_COLON_COLON] = ACTIONS(5197), + [anon_sym_PLUS_EQ] = ACTIONS(5197), + [anon_sym_DASH_EQ] = ACTIONS(5197), + [anon_sym_STAR_EQ] = ACTIONS(5197), + [anon_sym_SLASH_EQ] = ACTIONS(5197), + [anon_sym_PERCENT_EQ] = ACTIONS(5197), + [anon_sym_BANG_EQ] = ACTIONS(5195), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5197), + [anon_sym_EQ_EQ] = ACTIONS(5195), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5197), + [anon_sym_LT_EQ] = ACTIONS(5197), + [anon_sym_GT_EQ] = ACTIONS(5197), + [anon_sym_BANGin] = ACTIONS(5197), + [anon_sym_is] = ACTIONS(5195), + [anon_sym_BANGis] = ACTIONS(5197), + [anon_sym_PLUS] = ACTIONS(5195), + [anon_sym_DASH] = ACTIONS(5195), + [anon_sym_SLASH] = ACTIONS(5195), + [anon_sym_PERCENT] = ACTIONS(5195), + [anon_sym_as_QMARK] = ACTIONS(5197), + [anon_sym_PLUS_PLUS] = ACTIONS(5197), + [anon_sym_DASH_DASH] = ACTIONS(5197), + [anon_sym_BANG_BANG] = ACTIONS(5197), + [anon_sym_suspend] = ACTIONS(5195), + [anon_sym_sealed] = ACTIONS(5195), + [anon_sym_annotation] = ACTIONS(5195), + [anon_sym_data] = ACTIONS(5195), + [anon_sym_inner] = ACTIONS(5195), + [anon_sym_value] = ACTIONS(5195), + [anon_sym_override] = ACTIONS(5195), + [anon_sym_lateinit] = ACTIONS(5195), + [anon_sym_public] = ACTIONS(5195), + [anon_sym_private] = ACTIONS(5195), + [anon_sym_internal] = ACTIONS(5195), + [anon_sym_protected] = ACTIONS(5195), + [anon_sym_tailrec] = ACTIONS(5195), + [anon_sym_operator] = ACTIONS(5195), + [anon_sym_infix] = ACTIONS(5195), + [anon_sym_inline] = ACTIONS(5195), + [anon_sym_external] = ACTIONS(5195), + [sym_property_modifier] = ACTIONS(5195), + [anon_sym_abstract] = ACTIONS(5195), + [anon_sym_final] = ACTIONS(5195), + [anon_sym_open] = ACTIONS(5195), + [anon_sym_vararg] = ACTIONS(5195), + [anon_sym_noinline] = ACTIONS(5195), + [anon_sym_crossinline] = ACTIONS(5195), + [anon_sym_expect] = ACTIONS(5195), + [anon_sym_actual] = ACTIONS(5195), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5197), + [sym__automatic_semicolon] = ACTIONS(5197), + [sym_safe_nav] = ACTIONS(5197), [sym_multiline_comment] = ACTIONS(3), }, - [3896] = { - [sym_function_body] = STATE(4035), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4137), - [sym_label] = ACTIONS(4139), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_PLUS_EQ] = ACTIONS(4139), - [anon_sym_DASH_EQ] = ACTIONS(4139), - [anon_sym_STAR_EQ] = ACTIONS(4139), - [anon_sym_SLASH_EQ] = ACTIONS(4139), - [anon_sym_PERCENT_EQ] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4137), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), + [3831] = { + [sym__alpha_identifier] = ACTIONS(4978), + [anon_sym_AT] = ACTIONS(4980), + [anon_sym_LBRACK] = ACTIONS(4980), + [anon_sym_as] = ACTIONS(4978), + [anon_sym_EQ] = ACTIONS(4978), + [anon_sym_LBRACE] = ACTIONS(4980), + [anon_sym_RBRACE] = ACTIONS(4980), + [anon_sym_LPAREN] = ACTIONS(4980), + [anon_sym_COMMA] = ACTIONS(4980), + [anon_sym_LT] = ACTIONS(4978), + [anon_sym_GT] = ACTIONS(4978), + [anon_sym_where] = ACTIONS(4978), + [anon_sym_DOT] = ACTIONS(4978), + [anon_sym_SEMI] = ACTIONS(4980), + [anon_sym_get] = ACTIONS(4978), + [anon_sym_set] = ACTIONS(4978), + [anon_sym_STAR] = ACTIONS(4978), + [sym_label] = ACTIONS(4980), + [anon_sym_in] = ACTIONS(4978), + [anon_sym_DOT_DOT] = ACTIONS(4980), + [anon_sym_QMARK_COLON] = ACTIONS(4980), + [anon_sym_AMP_AMP] = ACTIONS(4980), + [anon_sym_PIPE_PIPE] = ACTIONS(4980), + [anon_sym_else] = ACTIONS(4978), + [anon_sym_COLON_COLON] = ACTIONS(4980), + [anon_sym_PLUS_EQ] = ACTIONS(4980), + [anon_sym_DASH_EQ] = ACTIONS(4980), + [anon_sym_STAR_EQ] = ACTIONS(4980), + [anon_sym_SLASH_EQ] = ACTIONS(4980), + [anon_sym_PERCENT_EQ] = ACTIONS(4980), + [anon_sym_BANG_EQ] = ACTIONS(4978), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4980), + [anon_sym_EQ_EQ] = ACTIONS(4978), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4980), + [anon_sym_LT_EQ] = ACTIONS(4980), + [anon_sym_GT_EQ] = ACTIONS(4980), + [anon_sym_BANGin] = ACTIONS(4980), + [anon_sym_is] = ACTIONS(4978), + [anon_sym_BANGis] = ACTIONS(4980), + [anon_sym_PLUS] = ACTIONS(4978), + [anon_sym_DASH] = ACTIONS(4978), + [anon_sym_SLASH] = ACTIONS(4978), + [anon_sym_PERCENT] = ACTIONS(4978), + [anon_sym_as_QMARK] = ACTIONS(4980), + [anon_sym_PLUS_PLUS] = ACTIONS(4980), + [anon_sym_DASH_DASH] = ACTIONS(4980), + [anon_sym_BANG_BANG] = ACTIONS(4980), + [anon_sym_suspend] = ACTIONS(4978), + [anon_sym_sealed] = ACTIONS(4978), + [anon_sym_annotation] = ACTIONS(4978), + [anon_sym_data] = ACTIONS(4978), + [anon_sym_inner] = ACTIONS(4978), + [anon_sym_value] = ACTIONS(4978), + [anon_sym_override] = ACTIONS(4978), + [anon_sym_lateinit] = ACTIONS(4978), + [anon_sym_public] = ACTIONS(4978), + [anon_sym_private] = ACTIONS(4978), + [anon_sym_internal] = ACTIONS(4978), + [anon_sym_protected] = ACTIONS(4978), + [anon_sym_tailrec] = ACTIONS(4978), + [anon_sym_operator] = ACTIONS(4978), + [anon_sym_infix] = ACTIONS(4978), + [anon_sym_inline] = ACTIONS(4978), + [anon_sym_external] = ACTIONS(4978), + [sym_property_modifier] = ACTIONS(4978), + [anon_sym_abstract] = ACTIONS(4978), + [anon_sym_final] = ACTIONS(4978), + [anon_sym_open] = ACTIONS(4978), + [anon_sym_vararg] = ACTIONS(4978), + [anon_sym_noinline] = ACTIONS(4978), + [anon_sym_crossinline] = ACTIONS(4978), + [anon_sym_expect] = ACTIONS(4978), + [anon_sym_actual] = ACTIONS(4978), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4980), + [sym__automatic_semicolon] = ACTIONS(4980), + [sym_safe_nav] = ACTIONS(4980), [sym_multiline_comment] = ACTIONS(3), }, - [3897] = { - [sym_function_body] = STATE(3846), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), + [3832] = { + [sym__alpha_identifier] = ACTIONS(4810), + [anon_sym_AT] = ACTIONS(4812), + [anon_sym_LBRACK] = ACTIONS(4812), + [anon_sym_as] = ACTIONS(4810), + [anon_sym_EQ] = ACTIONS(4810), + [anon_sym_LBRACE] = ACTIONS(4812), + [anon_sym_RBRACE] = ACTIONS(4812), + [anon_sym_LPAREN] = ACTIONS(4812), + [anon_sym_COMMA] = ACTIONS(4812), + [anon_sym_LT] = ACTIONS(4810), + [anon_sym_GT] = ACTIONS(4810), + [anon_sym_where] = ACTIONS(4810), + [anon_sym_DOT] = ACTIONS(4810), + [anon_sym_SEMI] = ACTIONS(4812), + [anon_sym_get] = ACTIONS(4810), + [anon_sym_set] = ACTIONS(4810), + [anon_sym_STAR] = ACTIONS(4810), + [sym_label] = ACTIONS(4812), + [anon_sym_in] = ACTIONS(4810), + [anon_sym_DOT_DOT] = ACTIONS(4812), + [anon_sym_QMARK_COLON] = ACTIONS(4812), + [anon_sym_AMP_AMP] = ACTIONS(4812), + [anon_sym_PIPE_PIPE] = ACTIONS(4812), + [anon_sym_else] = ACTIONS(4810), + [anon_sym_COLON_COLON] = ACTIONS(4812), + [anon_sym_PLUS_EQ] = ACTIONS(4812), + [anon_sym_DASH_EQ] = ACTIONS(4812), + [anon_sym_STAR_EQ] = ACTIONS(4812), + [anon_sym_SLASH_EQ] = ACTIONS(4812), + [anon_sym_PERCENT_EQ] = ACTIONS(4812), + [anon_sym_BANG_EQ] = ACTIONS(4810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4812), + [anon_sym_EQ_EQ] = ACTIONS(4810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4812), + [anon_sym_LT_EQ] = ACTIONS(4812), + [anon_sym_GT_EQ] = ACTIONS(4812), + [anon_sym_BANGin] = ACTIONS(4812), + [anon_sym_is] = ACTIONS(4810), + [anon_sym_BANGis] = ACTIONS(4812), + [anon_sym_PLUS] = ACTIONS(4810), + [anon_sym_DASH] = ACTIONS(4810), + [anon_sym_SLASH] = ACTIONS(4810), + [anon_sym_PERCENT] = ACTIONS(4810), + [anon_sym_as_QMARK] = ACTIONS(4812), + [anon_sym_PLUS_PLUS] = ACTIONS(4812), + [anon_sym_DASH_DASH] = ACTIONS(4812), + [anon_sym_BANG_BANG] = ACTIONS(4812), + [anon_sym_suspend] = ACTIONS(4810), + [anon_sym_sealed] = ACTIONS(4810), + [anon_sym_annotation] = ACTIONS(4810), + [anon_sym_data] = ACTIONS(4810), + [anon_sym_inner] = ACTIONS(4810), + [anon_sym_value] = ACTIONS(4810), + [anon_sym_override] = ACTIONS(4810), + [anon_sym_lateinit] = ACTIONS(4810), + [anon_sym_public] = ACTIONS(4810), + [anon_sym_private] = ACTIONS(4810), + [anon_sym_internal] = ACTIONS(4810), + [anon_sym_protected] = ACTIONS(4810), + [anon_sym_tailrec] = ACTIONS(4810), + [anon_sym_operator] = ACTIONS(4810), + [anon_sym_infix] = ACTIONS(4810), + [anon_sym_inline] = ACTIONS(4810), + [anon_sym_external] = ACTIONS(4810), + [sym_property_modifier] = ACTIONS(4810), + [anon_sym_abstract] = ACTIONS(4810), + [anon_sym_final] = ACTIONS(4810), + [anon_sym_open] = ACTIONS(4810), + [anon_sym_vararg] = ACTIONS(4810), + [anon_sym_noinline] = ACTIONS(4810), + [anon_sym_crossinline] = ACTIONS(4810), + [anon_sym_expect] = ACTIONS(4810), + [anon_sym_actual] = ACTIONS(4810), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4812), + [sym__automatic_semicolon] = ACTIONS(4812), + [sym_safe_nav] = ACTIONS(4812), [sym_multiline_comment] = ACTIONS(3), }, - [3898] = { - [sym__alpha_identifier] = ACTIONS(4846), - [anon_sym_AT] = ACTIONS(4848), - [anon_sym_LBRACK] = ACTIONS(4848), - [anon_sym_as] = ACTIONS(4846), - [anon_sym_EQ] = ACTIONS(4846), - [anon_sym_LBRACE] = ACTIONS(4848), - [anon_sym_RBRACE] = ACTIONS(4848), - [anon_sym_LPAREN] = ACTIONS(4848), - [anon_sym_COMMA] = ACTIONS(4848), - [anon_sym_LT] = ACTIONS(4846), - [anon_sym_GT] = ACTIONS(4846), - [anon_sym_where] = ACTIONS(4846), - [anon_sym_DOT] = ACTIONS(4846), - [anon_sym_SEMI] = ACTIONS(4848), - [anon_sym_get] = ACTIONS(4846), - [anon_sym_set] = ACTIONS(4846), - [anon_sym_STAR] = ACTIONS(4846), - [sym_label] = ACTIONS(4848), - [anon_sym_in] = ACTIONS(4846), - [anon_sym_DOT_DOT] = ACTIONS(4848), - [anon_sym_QMARK_COLON] = ACTIONS(4848), - [anon_sym_AMP_AMP] = ACTIONS(4848), - [anon_sym_PIPE_PIPE] = ACTIONS(4848), - [anon_sym_else] = ACTIONS(4846), - [anon_sym_COLON_COLON] = ACTIONS(4848), - [anon_sym_PLUS_EQ] = ACTIONS(4848), - [anon_sym_DASH_EQ] = ACTIONS(4848), - [anon_sym_STAR_EQ] = ACTIONS(4848), - [anon_sym_SLASH_EQ] = ACTIONS(4848), - [anon_sym_PERCENT_EQ] = ACTIONS(4848), - [anon_sym_BANG_EQ] = ACTIONS(4846), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4848), - [anon_sym_EQ_EQ] = ACTIONS(4846), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4848), - [anon_sym_LT_EQ] = ACTIONS(4848), - [anon_sym_GT_EQ] = ACTIONS(4848), - [anon_sym_BANGin] = ACTIONS(4848), - [anon_sym_is] = ACTIONS(4846), - [anon_sym_BANGis] = ACTIONS(4848), - [anon_sym_PLUS] = ACTIONS(4846), - [anon_sym_DASH] = ACTIONS(4846), - [anon_sym_SLASH] = ACTIONS(4846), - [anon_sym_PERCENT] = ACTIONS(4846), - [anon_sym_as_QMARK] = ACTIONS(4848), - [anon_sym_PLUS_PLUS] = ACTIONS(4848), - [anon_sym_DASH_DASH] = ACTIONS(4848), - [anon_sym_BANG_BANG] = ACTIONS(4848), - [anon_sym_suspend] = ACTIONS(4846), - [anon_sym_sealed] = ACTIONS(4846), - [anon_sym_annotation] = ACTIONS(4846), - [anon_sym_data] = ACTIONS(4846), - [anon_sym_inner] = ACTIONS(4846), - [anon_sym_value] = ACTIONS(4846), - [anon_sym_override] = ACTIONS(4846), - [anon_sym_lateinit] = ACTIONS(4846), - [anon_sym_public] = ACTIONS(4846), - [anon_sym_private] = ACTIONS(4846), - [anon_sym_internal] = ACTIONS(4846), - [anon_sym_protected] = ACTIONS(4846), - [anon_sym_tailrec] = ACTIONS(4846), - [anon_sym_operator] = ACTIONS(4846), - [anon_sym_infix] = ACTIONS(4846), - [anon_sym_inline] = ACTIONS(4846), - [anon_sym_external] = ACTIONS(4846), - [sym_property_modifier] = ACTIONS(4846), - [anon_sym_abstract] = ACTIONS(4846), - [anon_sym_final] = ACTIONS(4846), - [anon_sym_open] = ACTIONS(4846), - [anon_sym_vararg] = ACTIONS(4846), - [anon_sym_noinline] = ACTIONS(4846), - [anon_sym_crossinline] = ACTIONS(4846), - [anon_sym_expect] = ACTIONS(4846), - [anon_sym_actual] = ACTIONS(4846), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4848), - [sym__automatic_semicolon] = ACTIONS(4848), - [sym_safe_nav] = ACTIONS(4848), + [3833] = { + [sym__alpha_identifier] = ACTIONS(5106), + [anon_sym_AT] = ACTIONS(5108), + [anon_sym_LBRACK] = ACTIONS(5108), + [anon_sym_as] = ACTIONS(5106), + [anon_sym_EQ] = ACTIONS(5106), + [anon_sym_LBRACE] = ACTIONS(5108), + [anon_sym_RBRACE] = ACTIONS(5108), + [anon_sym_LPAREN] = ACTIONS(5108), + [anon_sym_COMMA] = ACTIONS(5108), + [anon_sym_LT] = ACTIONS(5106), + [anon_sym_GT] = ACTIONS(5106), + [anon_sym_where] = ACTIONS(5106), + [anon_sym_DOT] = ACTIONS(5106), + [anon_sym_SEMI] = ACTIONS(5108), + [anon_sym_get] = ACTIONS(5106), + [anon_sym_set] = ACTIONS(5106), + [anon_sym_STAR] = ACTIONS(5106), + [sym_label] = ACTIONS(5108), + [anon_sym_in] = ACTIONS(5106), + [anon_sym_DOT_DOT] = ACTIONS(5108), + [anon_sym_QMARK_COLON] = ACTIONS(5108), + [anon_sym_AMP_AMP] = ACTIONS(5108), + [anon_sym_PIPE_PIPE] = ACTIONS(5108), + [anon_sym_else] = ACTIONS(5106), + [anon_sym_COLON_COLON] = ACTIONS(5108), + [anon_sym_PLUS_EQ] = ACTIONS(5108), + [anon_sym_DASH_EQ] = ACTIONS(5108), + [anon_sym_STAR_EQ] = ACTIONS(5108), + [anon_sym_SLASH_EQ] = ACTIONS(5108), + [anon_sym_PERCENT_EQ] = ACTIONS(5108), + [anon_sym_BANG_EQ] = ACTIONS(5106), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5108), + [anon_sym_EQ_EQ] = ACTIONS(5106), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5108), + [anon_sym_LT_EQ] = ACTIONS(5108), + [anon_sym_GT_EQ] = ACTIONS(5108), + [anon_sym_BANGin] = ACTIONS(5108), + [anon_sym_is] = ACTIONS(5106), + [anon_sym_BANGis] = ACTIONS(5108), + [anon_sym_PLUS] = ACTIONS(5106), + [anon_sym_DASH] = ACTIONS(5106), + [anon_sym_SLASH] = ACTIONS(5106), + [anon_sym_PERCENT] = ACTIONS(5106), + [anon_sym_as_QMARK] = ACTIONS(5108), + [anon_sym_PLUS_PLUS] = ACTIONS(5108), + [anon_sym_DASH_DASH] = ACTIONS(5108), + [anon_sym_BANG_BANG] = ACTIONS(5108), + [anon_sym_suspend] = ACTIONS(5106), + [anon_sym_sealed] = ACTIONS(5106), + [anon_sym_annotation] = ACTIONS(5106), + [anon_sym_data] = ACTIONS(5106), + [anon_sym_inner] = ACTIONS(5106), + [anon_sym_value] = ACTIONS(5106), + [anon_sym_override] = ACTIONS(5106), + [anon_sym_lateinit] = ACTIONS(5106), + [anon_sym_public] = ACTIONS(5106), + [anon_sym_private] = ACTIONS(5106), + [anon_sym_internal] = ACTIONS(5106), + [anon_sym_protected] = ACTIONS(5106), + [anon_sym_tailrec] = ACTIONS(5106), + [anon_sym_operator] = ACTIONS(5106), + [anon_sym_infix] = ACTIONS(5106), + [anon_sym_inline] = ACTIONS(5106), + [anon_sym_external] = ACTIONS(5106), + [sym_property_modifier] = ACTIONS(5106), + [anon_sym_abstract] = ACTIONS(5106), + [anon_sym_final] = ACTIONS(5106), + [anon_sym_open] = ACTIONS(5106), + [anon_sym_vararg] = ACTIONS(5106), + [anon_sym_noinline] = ACTIONS(5106), + [anon_sym_crossinline] = ACTIONS(5106), + [anon_sym_expect] = ACTIONS(5106), + [anon_sym_actual] = ACTIONS(5106), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5108), + [sym__automatic_semicolon] = ACTIONS(5108), + [sym_safe_nav] = ACTIONS(5108), [sym_multiline_comment] = ACTIONS(3), }, - [3899] = { - [sym__alpha_identifier] = ACTIONS(1584), - [anon_sym_AT] = ACTIONS(1582), - [anon_sym_LBRACK] = ACTIONS(1582), - [anon_sym_as] = ACTIONS(1584), - [anon_sym_EQ] = ACTIONS(1584), - [anon_sym_LBRACE] = ACTIONS(1582), - [anon_sym_RBRACE] = ACTIONS(1582), - [anon_sym_LPAREN] = ACTIONS(1582), - [anon_sym_COMMA] = ACTIONS(1582), - [anon_sym_LT] = ACTIONS(1584), - [anon_sym_GT] = ACTIONS(1584), - [anon_sym_where] = ACTIONS(1584), - [anon_sym_DOT] = ACTIONS(1584), - [anon_sym_SEMI] = ACTIONS(1582), - [anon_sym_get] = ACTIONS(1584), - [anon_sym_set] = ACTIONS(1584), - [anon_sym_STAR] = ACTIONS(1584), - [sym_label] = ACTIONS(1582), - [anon_sym_in] = ACTIONS(1584), - [anon_sym_DOT_DOT] = ACTIONS(1582), - [anon_sym_QMARK_COLON] = ACTIONS(1582), - [anon_sym_AMP_AMP] = ACTIONS(1582), - [anon_sym_PIPE_PIPE] = ACTIONS(1582), - [anon_sym_else] = ACTIONS(1584), - [anon_sym_COLON_COLON] = ACTIONS(1582), - [anon_sym_PLUS_EQ] = ACTIONS(1582), - [anon_sym_DASH_EQ] = ACTIONS(1582), - [anon_sym_STAR_EQ] = ACTIONS(1582), - [anon_sym_SLASH_EQ] = ACTIONS(1582), - [anon_sym_PERCENT_EQ] = ACTIONS(1582), - [anon_sym_BANG_EQ] = ACTIONS(1584), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1582), - [anon_sym_EQ_EQ] = ACTIONS(1584), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1582), - [anon_sym_LT_EQ] = ACTIONS(1582), - [anon_sym_GT_EQ] = ACTIONS(1582), - [anon_sym_BANGin] = ACTIONS(1582), - [anon_sym_is] = ACTIONS(1584), - [anon_sym_BANGis] = ACTIONS(1582), - [anon_sym_PLUS] = ACTIONS(1584), - [anon_sym_DASH] = ACTIONS(1584), - [anon_sym_SLASH] = ACTIONS(1584), - [anon_sym_PERCENT] = ACTIONS(1584), - [anon_sym_as_QMARK] = ACTIONS(1582), - [anon_sym_PLUS_PLUS] = ACTIONS(1582), - [anon_sym_DASH_DASH] = ACTIONS(1582), - [anon_sym_BANG_BANG] = ACTIONS(1582), - [anon_sym_suspend] = ACTIONS(1584), - [anon_sym_sealed] = ACTIONS(1584), - [anon_sym_annotation] = ACTIONS(1584), - [anon_sym_data] = ACTIONS(1584), - [anon_sym_inner] = ACTIONS(1584), - [anon_sym_value] = ACTIONS(1584), - [anon_sym_override] = ACTIONS(1584), - [anon_sym_lateinit] = ACTIONS(1584), - [anon_sym_public] = ACTIONS(1584), - [anon_sym_private] = ACTIONS(1584), - [anon_sym_internal] = ACTIONS(1584), - [anon_sym_protected] = ACTIONS(1584), - [anon_sym_tailrec] = ACTIONS(1584), - [anon_sym_operator] = ACTIONS(1584), - [anon_sym_infix] = ACTIONS(1584), - [anon_sym_inline] = ACTIONS(1584), - [anon_sym_external] = ACTIONS(1584), - [sym_property_modifier] = ACTIONS(1584), - [anon_sym_abstract] = ACTIONS(1584), - [anon_sym_final] = ACTIONS(1584), - [anon_sym_open] = ACTIONS(1584), - [anon_sym_vararg] = ACTIONS(1584), - [anon_sym_noinline] = ACTIONS(1584), - [anon_sym_crossinline] = ACTIONS(1584), - [anon_sym_expect] = ACTIONS(1584), - [anon_sym_actual] = ACTIONS(1584), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1582), - [sym__automatic_semicolon] = ACTIONS(1582), - [sym_safe_nav] = ACTIONS(1582), + [3834] = { + [sym__alpha_identifier] = ACTIONS(4790), + [anon_sym_AT] = ACTIONS(4792), + [anon_sym_LBRACK] = ACTIONS(4792), + [anon_sym_as] = ACTIONS(4790), + [anon_sym_EQ] = ACTIONS(4790), + [anon_sym_LBRACE] = ACTIONS(4792), + [anon_sym_RBRACE] = ACTIONS(4792), + [anon_sym_LPAREN] = ACTIONS(4792), + [anon_sym_COMMA] = ACTIONS(4792), + [anon_sym_LT] = ACTIONS(4790), + [anon_sym_GT] = ACTIONS(4790), + [anon_sym_where] = ACTIONS(4790), + [anon_sym_DOT] = ACTIONS(4790), + [anon_sym_SEMI] = ACTIONS(4792), + [anon_sym_get] = ACTIONS(4790), + [anon_sym_set] = ACTIONS(4790), + [anon_sym_STAR] = ACTIONS(4790), + [sym_label] = ACTIONS(4792), + [anon_sym_in] = ACTIONS(4790), + [anon_sym_DOT_DOT] = ACTIONS(4792), + [anon_sym_QMARK_COLON] = ACTIONS(4792), + [anon_sym_AMP_AMP] = ACTIONS(4792), + [anon_sym_PIPE_PIPE] = ACTIONS(4792), + [anon_sym_else] = ACTIONS(4790), + [anon_sym_COLON_COLON] = ACTIONS(4792), + [anon_sym_PLUS_EQ] = ACTIONS(4792), + [anon_sym_DASH_EQ] = ACTIONS(4792), + [anon_sym_STAR_EQ] = ACTIONS(4792), + [anon_sym_SLASH_EQ] = ACTIONS(4792), + [anon_sym_PERCENT_EQ] = ACTIONS(4792), + [anon_sym_BANG_EQ] = ACTIONS(4790), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4792), + [anon_sym_EQ_EQ] = ACTIONS(4790), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4792), + [anon_sym_LT_EQ] = ACTIONS(4792), + [anon_sym_GT_EQ] = ACTIONS(4792), + [anon_sym_BANGin] = ACTIONS(4792), + [anon_sym_is] = ACTIONS(4790), + [anon_sym_BANGis] = ACTIONS(4792), + [anon_sym_PLUS] = ACTIONS(4790), + [anon_sym_DASH] = ACTIONS(4790), + [anon_sym_SLASH] = ACTIONS(4790), + [anon_sym_PERCENT] = ACTIONS(4790), + [anon_sym_as_QMARK] = ACTIONS(4792), + [anon_sym_PLUS_PLUS] = ACTIONS(4792), + [anon_sym_DASH_DASH] = ACTIONS(4792), + [anon_sym_BANG_BANG] = ACTIONS(4792), + [anon_sym_suspend] = ACTIONS(4790), + [anon_sym_sealed] = ACTIONS(4790), + [anon_sym_annotation] = ACTIONS(4790), + [anon_sym_data] = ACTIONS(4790), + [anon_sym_inner] = ACTIONS(4790), + [anon_sym_value] = ACTIONS(4790), + [anon_sym_override] = ACTIONS(4790), + [anon_sym_lateinit] = ACTIONS(4790), + [anon_sym_public] = ACTIONS(4790), + [anon_sym_private] = ACTIONS(4790), + [anon_sym_internal] = ACTIONS(4790), + [anon_sym_protected] = ACTIONS(4790), + [anon_sym_tailrec] = ACTIONS(4790), + [anon_sym_operator] = ACTIONS(4790), + [anon_sym_infix] = ACTIONS(4790), + [anon_sym_inline] = ACTIONS(4790), + [anon_sym_external] = ACTIONS(4790), + [sym_property_modifier] = ACTIONS(4790), + [anon_sym_abstract] = ACTIONS(4790), + [anon_sym_final] = ACTIONS(4790), + [anon_sym_open] = ACTIONS(4790), + [anon_sym_vararg] = ACTIONS(4790), + [anon_sym_noinline] = ACTIONS(4790), + [anon_sym_crossinline] = ACTIONS(4790), + [anon_sym_expect] = ACTIONS(4790), + [anon_sym_actual] = ACTIONS(4790), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4792), + [sym__automatic_semicolon] = ACTIONS(4792), + [sym_safe_nav] = ACTIONS(4792), [sym_multiline_comment] = ACTIONS(3), }, - [3900] = { - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(4443), - [anon_sym_LBRACE] = ACTIONS(4445), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_COMMA] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_where] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4443), - [sym_label] = ACTIONS(4445), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_PLUS_EQ] = ACTIONS(4445), - [anon_sym_DASH_EQ] = ACTIONS(4445), - [anon_sym_STAR_EQ] = ACTIONS(4445), - [anon_sym_SLASH_EQ] = ACTIONS(4445), - [anon_sym_PERCENT_EQ] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4443), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_suspend] = ACTIONS(4443), - [anon_sym_sealed] = ACTIONS(4443), - [anon_sym_annotation] = ACTIONS(4443), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_override] = ACTIONS(4443), - [anon_sym_lateinit] = ACTIONS(4443), - [anon_sym_public] = ACTIONS(4443), - [anon_sym_private] = ACTIONS(4443), - [anon_sym_internal] = ACTIONS(4443), - [anon_sym_protected] = ACTIONS(4443), - [anon_sym_tailrec] = ACTIONS(4443), - [anon_sym_operator] = ACTIONS(4443), - [anon_sym_infix] = ACTIONS(4443), - [anon_sym_inline] = ACTIONS(4443), - [anon_sym_external] = ACTIONS(4443), - [sym_property_modifier] = ACTIONS(4443), - [anon_sym_abstract] = ACTIONS(4443), - [anon_sym_final] = ACTIONS(4443), - [anon_sym_open] = ACTIONS(4443), - [anon_sym_vararg] = ACTIONS(4443), - [anon_sym_noinline] = ACTIONS(4443), - [anon_sym_crossinline] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4445), - [sym__automatic_semicolon] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), + [3835] = { + [sym_function_body] = STATE(3841), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), [sym_multiline_comment] = ACTIONS(3), }, - [3901] = { + [3836] = { [sym__alpha_identifier] = ACTIONS(5183), [anon_sym_AT] = ACTIONS(5185), [anon_sym_LBRACK] = ACTIONS(5185), @@ -436888,4215 +431642,4694 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(5185), [sym_multiline_comment] = ACTIONS(3), }, - [3902] = { - [sym__alpha_identifier] = ACTIONS(1732), - [anon_sym_AT] = ACTIONS(1734), - [anon_sym_LBRACK] = ACTIONS(1734), - [anon_sym_as] = ACTIONS(1732), - [anon_sym_EQ] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1734), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1734), - [anon_sym_COMMA] = ACTIONS(1734), - [anon_sym_LT] = ACTIONS(1732), - [anon_sym_GT] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_DOT] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1734), - [anon_sym_get] = ACTIONS(1732), - [anon_sym_set] = ACTIONS(1732), - [anon_sym_STAR] = ACTIONS(1732), - [sym_label] = ACTIONS(1734), - [anon_sym_in] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1734), - [anon_sym_QMARK_COLON] = ACTIONS(1734), - [anon_sym_AMP_AMP] = ACTIONS(1734), - [anon_sym_PIPE_PIPE] = ACTIONS(1734), - [anon_sym_else] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1734), - [anon_sym_PLUS_EQ] = ACTIONS(1734), - [anon_sym_DASH_EQ] = ACTIONS(1734), - [anon_sym_STAR_EQ] = ACTIONS(1734), - [anon_sym_SLASH_EQ] = ACTIONS(1734), - [anon_sym_PERCENT_EQ] = ACTIONS(1734), - [anon_sym_BANG_EQ] = ACTIONS(1732), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), - [anon_sym_EQ_EQ] = ACTIONS(1732), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), - [anon_sym_LT_EQ] = ACTIONS(1734), - [anon_sym_GT_EQ] = ACTIONS(1734), - [anon_sym_BANGin] = ACTIONS(1734), - [anon_sym_is] = ACTIONS(1732), - [anon_sym_BANGis] = ACTIONS(1734), - [anon_sym_PLUS] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_as_QMARK] = ACTIONS(1734), - [anon_sym_PLUS_PLUS] = ACTIONS(1734), - [anon_sym_DASH_DASH] = ACTIONS(1734), - [anon_sym_BANG_BANG] = ACTIONS(1734), - [anon_sym_suspend] = ACTIONS(1732), - [anon_sym_sealed] = ACTIONS(1732), - [anon_sym_annotation] = ACTIONS(1732), - [anon_sym_data] = ACTIONS(1732), - [anon_sym_inner] = ACTIONS(1732), - [anon_sym_value] = ACTIONS(1732), - [anon_sym_override] = ACTIONS(1732), - [anon_sym_lateinit] = ACTIONS(1732), - [anon_sym_public] = ACTIONS(1732), - [anon_sym_private] = ACTIONS(1732), - [anon_sym_internal] = ACTIONS(1732), - [anon_sym_protected] = ACTIONS(1732), - [anon_sym_tailrec] = ACTIONS(1732), - [anon_sym_operator] = ACTIONS(1732), - [anon_sym_infix] = ACTIONS(1732), - [anon_sym_inline] = ACTIONS(1732), - [anon_sym_external] = ACTIONS(1732), - [sym_property_modifier] = ACTIONS(1732), - [anon_sym_abstract] = ACTIONS(1732), - [anon_sym_final] = ACTIONS(1732), - [anon_sym_open] = ACTIONS(1732), - [anon_sym_vararg] = ACTIONS(1732), - [anon_sym_noinline] = ACTIONS(1732), - [anon_sym_crossinline] = ACTIONS(1732), - [anon_sym_expect] = ACTIONS(1732), - [anon_sym_actual] = ACTIONS(1732), + [3837] = { + [sym__alpha_identifier] = ACTIONS(4906), + [anon_sym_AT] = ACTIONS(4908), + [anon_sym_LBRACK] = ACTIONS(4908), + [anon_sym_as] = ACTIONS(4906), + [anon_sym_EQ] = ACTIONS(4906), + [anon_sym_LBRACE] = ACTIONS(4908), + [anon_sym_RBRACE] = ACTIONS(4908), + [anon_sym_LPAREN] = ACTIONS(4908), + [anon_sym_COMMA] = ACTIONS(4908), + [anon_sym_LT] = ACTIONS(4906), + [anon_sym_GT] = ACTIONS(4906), + [anon_sym_where] = ACTIONS(4906), + [anon_sym_DOT] = ACTIONS(4906), + [anon_sym_SEMI] = ACTIONS(4908), + [anon_sym_get] = ACTIONS(4906), + [anon_sym_set] = ACTIONS(4906), + [anon_sym_STAR] = ACTIONS(4906), + [sym_label] = ACTIONS(4908), + [anon_sym_in] = ACTIONS(4906), + [anon_sym_DOT_DOT] = ACTIONS(4908), + [anon_sym_QMARK_COLON] = ACTIONS(4908), + [anon_sym_AMP_AMP] = ACTIONS(4908), + [anon_sym_PIPE_PIPE] = ACTIONS(4908), + [anon_sym_else] = ACTIONS(4906), + [anon_sym_COLON_COLON] = ACTIONS(4908), + [anon_sym_PLUS_EQ] = ACTIONS(4908), + [anon_sym_DASH_EQ] = ACTIONS(4908), + [anon_sym_STAR_EQ] = ACTIONS(4908), + [anon_sym_SLASH_EQ] = ACTIONS(4908), + [anon_sym_PERCENT_EQ] = ACTIONS(4908), + [anon_sym_BANG_EQ] = ACTIONS(4906), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4908), + [anon_sym_EQ_EQ] = ACTIONS(4906), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4908), + [anon_sym_LT_EQ] = ACTIONS(4908), + [anon_sym_GT_EQ] = ACTIONS(4908), + [anon_sym_BANGin] = ACTIONS(4908), + [anon_sym_is] = ACTIONS(4906), + [anon_sym_BANGis] = ACTIONS(4908), + [anon_sym_PLUS] = ACTIONS(4906), + [anon_sym_DASH] = ACTIONS(4906), + [anon_sym_SLASH] = ACTIONS(4906), + [anon_sym_PERCENT] = ACTIONS(4906), + [anon_sym_as_QMARK] = ACTIONS(4908), + [anon_sym_PLUS_PLUS] = ACTIONS(4908), + [anon_sym_DASH_DASH] = ACTIONS(4908), + [anon_sym_BANG_BANG] = ACTIONS(4908), + [anon_sym_suspend] = ACTIONS(4906), + [anon_sym_sealed] = ACTIONS(4906), + [anon_sym_annotation] = ACTIONS(4906), + [anon_sym_data] = ACTIONS(4906), + [anon_sym_inner] = ACTIONS(4906), + [anon_sym_value] = ACTIONS(4906), + [anon_sym_override] = ACTIONS(4906), + [anon_sym_lateinit] = ACTIONS(4906), + [anon_sym_public] = ACTIONS(4906), + [anon_sym_private] = ACTIONS(4906), + [anon_sym_internal] = ACTIONS(4906), + [anon_sym_protected] = ACTIONS(4906), + [anon_sym_tailrec] = ACTIONS(4906), + [anon_sym_operator] = ACTIONS(4906), + [anon_sym_infix] = ACTIONS(4906), + [anon_sym_inline] = ACTIONS(4906), + [anon_sym_external] = ACTIONS(4906), + [sym_property_modifier] = ACTIONS(4906), + [anon_sym_abstract] = ACTIONS(4906), + [anon_sym_final] = ACTIONS(4906), + [anon_sym_open] = ACTIONS(4906), + [anon_sym_vararg] = ACTIONS(4906), + [anon_sym_noinline] = ACTIONS(4906), + [anon_sym_crossinline] = ACTIONS(4906), + [anon_sym_expect] = ACTIONS(4906), + [anon_sym_actual] = ACTIONS(4906), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1734), - [sym__automatic_semicolon] = ACTIONS(1734), - [sym_safe_nav] = ACTIONS(1734), + [sym__backtick_identifier] = ACTIONS(4908), + [sym__automatic_semicolon] = ACTIONS(4908), + [sym_safe_nav] = ACTIONS(4908), [sym_multiline_comment] = ACTIONS(3), }, - [3903] = { - [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(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_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_value] = 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), + [3838] = { + [sym__alpha_identifier] = ACTIONS(5187), + [anon_sym_AT] = ACTIONS(5189), + [anon_sym_LBRACK] = ACTIONS(5189), + [anon_sym_as] = ACTIONS(5187), + [anon_sym_EQ] = ACTIONS(5187), + [anon_sym_LBRACE] = ACTIONS(5189), + [anon_sym_RBRACE] = ACTIONS(5189), + [anon_sym_LPAREN] = ACTIONS(5189), + [anon_sym_COMMA] = ACTIONS(5189), + [anon_sym_LT] = ACTIONS(5187), + [anon_sym_GT] = ACTIONS(5187), + [anon_sym_where] = ACTIONS(5187), + [anon_sym_DOT] = ACTIONS(5187), + [anon_sym_SEMI] = ACTIONS(5189), + [anon_sym_get] = ACTIONS(5187), + [anon_sym_set] = ACTIONS(5187), + [anon_sym_STAR] = ACTIONS(5187), + [sym_label] = ACTIONS(5189), + [anon_sym_in] = ACTIONS(5187), + [anon_sym_DOT_DOT] = ACTIONS(5189), + [anon_sym_QMARK_COLON] = ACTIONS(5189), + [anon_sym_AMP_AMP] = ACTIONS(5189), + [anon_sym_PIPE_PIPE] = ACTIONS(5189), + [anon_sym_else] = ACTIONS(5187), + [anon_sym_COLON_COLON] = ACTIONS(5189), + [anon_sym_PLUS_EQ] = ACTIONS(5189), + [anon_sym_DASH_EQ] = ACTIONS(5189), + [anon_sym_STAR_EQ] = ACTIONS(5189), + [anon_sym_SLASH_EQ] = ACTIONS(5189), + [anon_sym_PERCENT_EQ] = ACTIONS(5189), + [anon_sym_BANG_EQ] = ACTIONS(5187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5189), + [anon_sym_EQ_EQ] = ACTIONS(5187), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5189), + [anon_sym_LT_EQ] = ACTIONS(5189), + [anon_sym_GT_EQ] = ACTIONS(5189), + [anon_sym_BANGin] = ACTIONS(5189), + [anon_sym_is] = ACTIONS(5187), + [anon_sym_BANGis] = ACTIONS(5189), + [anon_sym_PLUS] = ACTIONS(5187), + [anon_sym_DASH] = ACTIONS(5187), + [anon_sym_SLASH] = ACTIONS(5187), + [anon_sym_PERCENT] = ACTIONS(5187), + [anon_sym_as_QMARK] = ACTIONS(5189), + [anon_sym_PLUS_PLUS] = ACTIONS(5189), + [anon_sym_DASH_DASH] = ACTIONS(5189), + [anon_sym_BANG_BANG] = ACTIONS(5189), + [anon_sym_suspend] = ACTIONS(5187), + [anon_sym_sealed] = ACTIONS(5187), + [anon_sym_annotation] = ACTIONS(5187), + [anon_sym_data] = ACTIONS(5187), + [anon_sym_inner] = ACTIONS(5187), + [anon_sym_value] = ACTIONS(5187), + [anon_sym_override] = ACTIONS(5187), + [anon_sym_lateinit] = ACTIONS(5187), + [anon_sym_public] = ACTIONS(5187), + [anon_sym_private] = ACTIONS(5187), + [anon_sym_internal] = ACTIONS(5187), + [anon_sym_protected] = ACTIONS(5187), + [anon_sym_tailrec] = ACTIONS(5187), + [anon_sym_operator] = ACTIONS(5187), + [anon_sym_infix] = ACTIONS(5187), + [anon_sym_inline] = ACTIONS(5187), + [anon_sym_external] = ACTIONS(5187), + [sym_property_modifier] = ACTIONS(5187), + [anon_sym_abstract] = ACTIONS(5187), + [anon_sym_final] = ACTIONS(5187), + [anon_sym_open] = ACTIONS(5187), + [anon_sym_vararg] = ACTIONS(5187), + [anon_sym_noinline] = ACTIONS(5187), + [anon_sym_crossinline] = ACTIONS(5187), + [anon_sym_expect] = ACTIONS(5187), + [anon_sym_actual] = ACTIONS(5187), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5189), + [sym__automatic_semicolon] = ACTIONS(5189), + [sym_safe_nav] = ACTIONS(5189), [sym_multiline_comment] = ACTIONS(3), }, - [3904] = { - [sym__alpha_identifier] = ACTIONS(5125), - [anon_sym_AT] = ACTIONS(5127), - [anon_sym_LBRACK] = ACTIONS(5127), - [anon_sym_as] = ACTIONS(5125), - [anon_sym_EQ] = ACTIONS(5125), - [anon_sym_LBRACE] = ACTIONS(5127), - [anon_sym_RBRACE] = ACTIONS(5127), - [anon_sym_LPAREN] = ACTIONS(5127), - [anon_sym_COMMA] = ACTIONS(5127), - [anon_sym_LT] = ACTIONS(5125), - [anon_sym_GT] = ACTIONS(5125), - [anon_sym_where] = ACTIONS(5125), - [anon_sym_DOT] = ACTIONS(5125), - [anon_sym_SEMI] = ACTIONS(5127), - [anon_sym_get] = ACTIONS(5125), - [anon_sym_set] = ACTIONS(5125), - [anon_sym_STAR] = ACTIONS(5125), - [sym_label] = ACTIONS(5127), - [anon_sym_in] = ACTIONS(5125), - [anon_sym_DOT_DOT] = ACTIONS(5127), - [anon_sym_QMARK_COLON] = ACTIONS(5127), - [anon_sym_AMP_AMP] = ACTIONS(5127), - [anon_sym_PIPE_PIPE] = ACTIONS(5127), - [anon_sym_else] = ACTIONS(5125), - [anon_sym_COLON_COLON] = ACTIONS(5127), - [anon_sym_PLUS_EQ] = ACTIONS(5127), - [anon_sym_DASH_EQ] = ACTIONS(5127), - [anon_sym_STAR_EQ] = ACTIONS(5127), - [anon_sym_SLASH_EQ] = ACTIONS(5127), - [anon_sym_PERCENT_EQ] = ACTIONS(5127), - [anon_sym_BANG_EQ] = ACTIONS(5125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5127), - [anon_sym_EQ_EQ] = ACTIONS(5125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5127), - [anon_sym_LT_EQ] = ACTIONS(5127), - [anon_sym_GT_EQ] = ACTIONS(5127), - [anon_sym_BANGin] = ACTIONS(5127), - [anon_sym_is] = ACTIONS(5125), - [anon_sym_BANGis] = ACTIONS(5127), - [anon_sym_PLUS] = ACTIONS(5125), - [anon_sym_DASH] = ACTIONS(5125), - [anon_sym_SLASH] = ACTIONS(5125), - [anon_sym_PERCENT] = ACTIONS(5125), - [anon_sym_as_QMARK] = ACTIONS(5127), - [anon_sym_PLUS_PLUS] = ACTIONS(5127), - [anon_sym_DASH_DASH] = ACTIONS(5127), - [anon_sym_BANG_BANG] = ACTIONS(5127), - [anon_sym_suspend] = ACTIONS(5125), - [anon_sym_sealed] = ACTIONS(5125), - [anon_sym_annotation] = ACTIONS(5125), - [anon_sym_data] = ACTIONS(5125), - [anon_sym_inner] = ACTIONS(5125), - [anon_sym_value] = ACTIONS(5125), - [anon_sym_override] = ACTIONS(5125), - [anon_sym_lateinit] = ACTIONS(5125), - [anon_sym_public] = ACTIONS(5125), - [anon_sym_private] = ACTIONS(5125), - [anon_sym_internal] = ACTIONS(5125), - [anon_sym_protected] = ACTIONS(5125), - [anon_sym_tailrec] = ACTIONS(5125), - [anon_sym_operator] = ACTIONS(5125), - [anon_sym_infix] = ACTIONS(5125), - [anon_sym_inline] = ACTIONS(5125), - [anon_sym_external] = ACTIONS(5125), - [sym_property_modifier] = ACTIONS(5125), - [anon_sym_abstract] = ACTIONS(5125), - [anon_sym_final] = ACTIONS(5125), - [anon_sym_open] = ACTIONS(5125), - [anon_sym_vararg] = ACTIONS(5125), - [anon_sym_noinline] = ACTIONS(5125), - [anon_sym_crossinline] = ACTIONS(5125), - [anon_sym_expect] = ACTIONS(5125), - [anon_sym_actual] = ACTIONS(5125), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5127), - [sym__automatic_semicolon] = ACTIONS(5127), - [sym_safe_nav] = ACTIONS(5127), + [3839] = { + [sym_function_body] = STATE(3527), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_RBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_RPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4153), + [anon_sym_DASH_GT] = ACTIONS(4153), + [sym_label] = ACTIONS(4153), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_while] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4153), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), [sym_multiline_comment] = ACTIONS(3), }, - [3905] = { - [sym_function_body] = STATE(3916), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4160), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_PLUS_EQ] = ACTIONS(4162), - [anon_sym_DASH_EQ] = ACTIONS(4162), - [anon_sym_STAR_EQ] = ACTIONS(4162), - [anon_sym_SLASH_EQ] = ACTIONS(4162), - [anon_sym_PERCENT_EQ] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4160), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), + [3840] = { + [sym__alpha_identifier] = ACTIONS(4958), + [anon_sym_AT] = ACTIONS(4960), + [anon_sym_LBRACK] = ACTIONS(4960), + [anon_sym_as] = ACTIONS(4958), + [anon_sym_EQ] = ACTIONS(4958), + [anon_sym_LBRACE] = ACTIONS(4960), + [anon_sym_RBRACE] = ACTIONS(4960), + [anon_sym_LPAREN] = ACTIONS(4960), + [anon_sym_COMMA] = ACTIONS(4960), + [anon_sym_LT] = ACTIONS(4958), + [anon_sym_GT] = ACTIONS(4958), + [anon_sym_where] = ACTIONS(4958), + [anon_sym_DOT] = ACTIONS(4958), + [anon_sym_SEMI] = ACTIONS(4960), + [anon_sym_get] = ACTIONS(4958), + [anon_sym_set] = ACTIONS(4958), + [anon_sym_STAR] = ACTIONS(4958), + [sym_label] = ACTIONS(4960), + [anon_sym_in] = ACTIONS(4958), + [anon_sym_DOT_DOT] = ACTIONS(4960), + [anon_sym_QMARK_COLON] = ACTIONS(4960), + [anon_sym_AMP_AMP] = ACTIONS(4960), + [anon_sym_PIPE_PIPE] = ACTIONS(4960), + [anon_sym_else] = ACTIONS(4958), + [anon_sym_COLON_COLON] = ACTIONS(4960), + [anon_sym_PLUS_EQ] = ACTIONS(4960), + [anon_sym_DASH_EQ] = ACTIONS(4960), + [anon_sym_STAR_EQ] = ACTIONS(4960), + [anon_sym_SLASH_EQ] = ACTIONS(4960), + [anon_sym_PERCENT_EQ] = ACTIONS(4960), + [anon_sym_BANG_EQ] = ACTIONS(4958), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4960), + [anon_sym_EQ_EQ] = ACTIONS(4958), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4960), + [anon_sym_LT_EQ] = ACTIONS(4960), + [anon_sym_GT_EQ] = ACTIONS(4960), + [anon_sym_BANGin] = ACTIONS(4960), + [anon_sym_is] = ACTIONS(4958), + [anon_sym_BANGis] = ACTIONS(4960), + [anon_sym_PLUS] = ACTIONS(4958), + [anon_sym_DASH] = ACTIONS(4958), + [anon_sym_SLASH] = ACTIONS(4958), + [anon_sym_PERCENT] = ACTIONS(4958), + [anon_sym_as_QMARK] = ACTIONS(4960), + [anon_sym_PLUS_PLUS] = ACTIONS(4960), + [anon_sym_DASH_DASH] = ACTIONS(4960), + [anon_sym_BANG_BANG] = ACTIONS(4960), + [anon_sym_suspend] = ACTIONS(4958), + [anon_sym_sealed] = ACTIONS(4958), + [anon_sym_annotation] = ACTIONS(4958), + [anon_sym_data] = ACTIONS(4958), + [anon_sym_inner] = ACTIONS(4958), + [anon_sym_value] = ACTIONS(4958), + [anon_sym_override] = ACTIONS(4958), + [anon_sym_lateinit] = ACTIONS(4958), + [anon_sym_public] = ACTIONS(4958), + [anon_sym_private] = ACTIONS(4958), + [anon_sym_internal] = ACTIONS(4958), + [anon_sym_protected] = ACTIONS(4958), + [anon_sym_tailrec] = ACTIONS(4958), + [anon_sym_operator] = ACTIONS(4958), + [anon_sym_infix] = ACTIONS(4958), + [anon_sym_inline] = ACTIONS(4958), + [anon_sym_external] = ACTIONS(4958), + [sym_property_modifier] = ACTIONS(4958), + [anon_sym_abstract] = ACTIONS(4958), + [anon_sym_final] = ACTIONS(4958), + [anon_sym_open] = ACTIONS(4958), + [anon_sym_vararg] = ACTIONS(4958), + [anon_sym_noinline] = ACTIONS(4958), + [anon_sym_crossinline] = ACTIONS(4958), + [anon_sym_expect] = ACTIONS(4958), + [anon_sym_actual] = ACTIONS(4958), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4960), + [sym__automatic_semicolon] = ACTIONS(4960), + [sym_safe_nav] = ACTIONS(4960), [sym_multiline_comment] = ACTIONS(3), }, - [3906] = { - [sym__alpha_identifier] = ACTIONS(5139), - [anon_sym_AT] = ACTIONS(5141), - [anon_sym_LBRACK] = ACTIONS(5141), - [anon_sym_as] = ACTIONS(5139), - [anon_sym_EQ] = ACTIONS(5139), - [anon_sym_LBRACE] = ACTIONS(5141), - [anon_sym_RBRACE] = ACTIONS(5141), - [anon_sym_LPAREN] = ACTIONS(5141), - [anon_sym_COMMA] = ACTIONS(5141), - [anon_sym_LT] = ACTIONS(5139), - [anon_sym_GT] = ACTIONS(5139), - [anon_sym_where] = ACTIONS(5139), - [anon_sym_DOT] = ACTIONS(5139), - [anon_sym_SEMI] = ACTIONS(5141), - [anon_sym_get] = ACTIONS(5139), - [anon_sym_set] = ACTIONS(5139), - [anon_sym_STAR] = ACTIONS(5139), - [sym_label] = ACTIONS(5141), - [anon_sym_in] = ACTIONS(5139), - [anon_sym_DOT_DOT] = ACTIONS(5141), - [anon_sym_QMARK_COLON] = ACTIONS(5141), - [anon_sym_AMP_AMP] = ACTIONS(5141), - [anon_sym_PIPE_PIPE] = ACTIONS(5141), - [anon_sym_else] = ACTIONS(5139), - [anon_sym_COLON_COLON] = ACTIONS(5141), - [anon_sym_PLUS_EQ] = ACTIONS(5141), - [anon_sym_DASH_EQ] = ACTIONS(5141), - [anon_sym_STAR_EQ] = ACTIONS(5141), - [anon_sym_SLASH_EQ] = ACTIONS(5141), - [anon_sym_PERCENT_EQ] = ACTIONS(5141), - [anon_sym_BANG_EQ] = ACTIONS(5139), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5141), - [anon_sym_EQ_EQ] = ACTIONS(5139), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5141), - [anon_sym_LT_EQ] = ACTIONS(5141), - [anon_sym_GT_EQ] = ACTIONS(5141), - [anon_sym_BANGin] = ACTIONS(5141), - [anon_sym_is] = ACTIONS(5139), - [anon_sym_BANGis] = ACTIONS(5141), - [anon_sym_PLUS] = ACTIONS(5139), - [anon_sym_DASH] = ACTIONS(5139), - [anon_sym_SLASH] = ACTIONS(5139), - [anon_sym_PERCENT] = ACTIONS(5139), - [anon_sym_as_QMARK] = ACTIONS(5141), - [anon_sym_PLUS_PLUS] = ACTIONS(5141), - [anon_sym_DASH_DASH] = ACTIONS(5141), - [anon_sym_BANG_BANG] = ACTIONS(5141), - [anon_sym_suspend] = ACTIONS(5139), - [anon_sym_sealed] = ACTIONS(5139), - [anon_sym_annotation] = ACTIONS(5139), - [anon_sym_data] = ACTIONS(5139), - [anon_sym_inner] = ACTIONS(5139), - [anon_sym_value] = ACTIONS(5139), - [anon_sym_override] = ACTIONS(5139), - [anon_sym_lateinit] = ACTIONS(5139), - [anon_sym_public] = ACTIONS(5139), - [anon_sym_private] = ACTIONS(5139), - [anon_sym_internal] = ACTIONS(5139), - [anon_sym_protected] = ACTIONS(5139), - [anon_sym_tailrec] = ACTIONS(5139), - [anon_sym_operator] = ACTIONS(5139), - [anon_sym_infix] = ACTIONS(5139), - [anon_sym_inline] = ACTIONS(5139), - [anon_sym_external] = ACTIONS(5139), - [sym_property_modifier] = ACTIONS(5139), - [anon_sym_abstract] = ACTIONS(5139), - [anon_sym_final] = ACTIONS(5139), - [anon_sym_open] = ACTIONS(5139), - [anon_sym_vararg] = ACTIONS(5139), - [anon_sym_noinline] = ACTIONS(5139), - [anon_sym_crossinline] = ACTIONS(5139), - [anon_sym_expect] = ACTIONS(5139), - [anon_sym_actual] = ACTIONS(5139), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5141), - [sym__automatic_semicolon] = ACTIONS(5141), - [sym_safe_nav] = ACTIONS(5141), + [3841] = { + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(4139), + [anon_sym_LBRACE] = ACTIONS(4141), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), [sym_multiline_comment] = ACTIONS(3), }, - [3907] = { - [sym__alpha_identifier] = ACTIONS(3344), - [anon_sym_AT] = ACTIONS(3346), - [anon_sym_LBRACK] = ACTIONS(3346), - [anon_sym_as] = ACTIONS(3344), - [anon_sym_EQ] = ACTIONS(3344), - [anon_sym_LBRACE] = ACTIONS(3346), - [anon_sym_RBRACE] = ACTIONS(3346), - [anon_sym_LPAREN] = ACTIONS(3346), - [anon_sym_COMMA] = ACTIONS(3346), - [anon_sym_LT] = ACTIONS(3344), - [anon_sym_GT] = ACTIONS(3344), - [anon_sym_where] = ACTIONS(3344), - [anon_sym_DOT] = ACTIONS(3344), - [anon_sym_SEMI] = ACTIONS(3346), - [anon_sym_get] = ACTIONS(3344), - [anon_sym_set] = ACTIONS(3344), - [anon_sym_STAR] = ACTIONS(3344), - [sym_label] = ACTIONS(3346), - [anon_sym_in] = ACTIONS(3344), - [anon_sym_DOT_DOT] = ACTIONS(3346), - [anon_sym_QMARK_COLON] = ACTIONS(3346), - [anon_sym_AMP_AMP] = ACTIONS(3346), - [anon_sym_PIPE_PIPE] = ACTIONS(3346), - [anon_sym_else] = ACTIONS(3344), - [anon_sym_COLON_COLON] = ACTIONS(3346), - [anon_sym_PLUS_EQ] = ACTIONS(3346), - [anon_sym_DASH_EQ] = ACTIONS(3346), - [anon_sym_STAR_EQ] = ACTIONS(3346), - [anon_sym_SLASH_EQ] = ACTIONS(3346), - [anon_sym_PERCENT_EQ] = ACTIONS(3346), - [anon_sym_BANG_EQ] = ACTIONS(3344), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3346), - [anon_sym_EQ_EQ] = ACTIONS(3344), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3346), - [anon_sym_LT_EQ] = ACTIONS(3346), - [anon_sym_GT_EQ] = ACTIONS(3346), - [anon_sym_BANGin] = ACTIONS(3346), - [anon_sym_is] = ACTIONS(3344), - [anon_sym_BANGis] = ACTIONS(3346), - [anon_sym_PLUS] = ACTIONS(3344), - [anon_sym_DASH] = ACTIONS(3344), - [anon_sym_SLASH] = ACTIONS(3344), - [anon_sym_PERCENT] = ACTIONS(3344), - [anon_sym_as_QMARK] = ACTIONS(3346), - [anon_sym_PLUS_PLUS] = ACTIONS(3346), - [anon_sym_DASH_DASH] = ACTIONS(3346), - [anon_sym_BANG_BANG] = ACTIONS(3346), - [anon_sym_suspend] = ACTIONS(3344), - [anon_sym_sealed] = ACTIONS(3344), - [anon_sym_annotation] = ACTIONS(3344), - [anon_sym_data] = ACTIONS(3344), - [anon_sym_inner] = ACTIONS(3344), - [anon_sym_value] = ACTIONS(3344), - [anon_sym_override] = ACTIONS(3344), - [anon_sym_lateinit] = ACTIONS(3344), - [anon_sym_public] = ACTIONS(3344), - [anon_sym_private] = ACTIONS(3344), - [anon_sym_internal] = ACTIONS(3344), - [anon_sym_protected] = ACTIONS(3344), - [anon_sym_tailrec] = ACTIONS(3344), - [anon_sym_operator] = ACTIONS(3344), - [anon_sym_infix] = ACTIONS(3344), - [anon_sym_inline] = ACTIONS(3344), - [anon_sym_external] = ACTIONS(3344), - [sym_property_modifier] = ACTIONS(3344), - [anon_sym_abstract] = ACTIONS(3344), - [anon_sym_final] = ACTIONS(3344), - [anon_sym_open] = ACTIONS(3344), - [anon_sym_vararg] = ACTIONS(3344), - [anon_sym_noinline] = ACTIONS(3344), - [anon_sym_crossinline] = ACTIONS(3344), - [anon_sym_expect] = ACTIONS(3344), - [anon_sym_actual] = ACTIONS(3344), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3346), - [sym__automatic_semicolon] = ACTIONS(3346), - [sym_safe_nav] = ACTIONS(3346), + [3842] = { + [sym_function_body] = STATE(3454), + [sym__block] = STATE(3405), + [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(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4487), + [anon_sym_LPAREN] = ACTIONS(4487), + [anon_sym_COMMA] = ACTIONS(4487), + [anon_sym_RPAREN] = ACTIONS(4487), + [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(4487), + [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_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(4487), + [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_value] = 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), [sym_multiline_comment] = ACTIONS(3), }, - [3908] = { - [sym_function_body] = STATE(3121), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_object] = ACTIONS(4295), - [anon_sym_fun] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_this] = ACTIONS(4295), - [anon_sym_super] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4297), - [sym_label] = ACTIONS(4295), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_null] = ACTIONS(4295), - [anon_sym_if] = ACTIONS(4295), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_when] = ACTIONS(4295), - [anon_sym_try] = ACTIONS(4295), - [anon_sym_throw] = ACTIONS(4295), - [anon_sym_return] = ACTIONS(4295), - [anon_sym_continue] = ACTIONS(4295), - [anon_sym_break] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4297), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), + [3843] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1525), + [sym__comparison_operator] = STATE(1526), + [sym__in_operator] = STATE(1527), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1528), + [sym__multiplicative_operator] = STATE(1529), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1530), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3142), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3144), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3144), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7123), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7125), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7127), + [anon_sym_while] = ACTIONS(3142), + [anon_sym_DOT_DOT] = ACTIONS(7129), + [anon_sym_QMARK_COLON] = ACTIONS(7131), + [anon_sym_AMP_AMP] = ACTIONS(7133), + [anon_sym_PIPE_PIPE] = ACTIONS(7135), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3144), + [anon_sym_DASH_EQ] = ACTIONS(3144), + [anon_sym_STAR_EQ] = ACTIONS(3144), + [anon_sym_SLASH_EQ] = ACTIONS(3144), + [anon_sym_PERCENT_EQ] = ACTIONS(3144), + [anon_sym_BANG_EQ] = ACTIONS(7137), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7139), + [anon_sym_EQ_EQ] = ACTIONS(7137), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7139), + [anon_sym_LT_EQ] = ACTIONS(7141), + [anon_sym_GT_EQ] = ACTIONS(7141), + [anon_sym_BANGin] = ACTIONS(7143), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7145), + [anon_sym_DASH] = ACTIONS(7145), + [anon_sym_SLASH] = ACTIONS(7125), + [anon_sym_PERCENT] = ACTIONS(7125), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4297), - [anon_sym_continue_AT] = ACTIONS(4297), - [anon_sym_break_AT] = ACTIONS(4297), - [anon_sym_this_AT] = ACTIONS(4297), - [anon_sym_super_AT] = ACTIONS(4297), - [sym_real_literal] = ACTIONS(4297), - [sym_integer_literal] = ACTIONS(4295), - [sym_hex_literal] = ACTIONS(4297), - [sym_bin_literal] = ACTIONS(4297), - [anon_sym_true] = ACTIONS(4295), - [anon_sym_false] = ACTIONS(4295), - [anon_sym_SQUOTE] = ACTIONS(4297), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4297), }, - [3909] = { - [sym__alpha_identifier] = ACTIONS(4493), - [anon_sym_AT] = ACTIONS(4495), - [anon_sym_LBRACK] = ACTIONS(4495), - [anon_sym_as] = ACTIONS(4493), - [anon_sym_EQ] = ACTIONS(4493), - [anon_sym_LBRACE] = ACTIONS(4495), - [anon_sym_RBRACE] = ACTIONS(4495), - [anon_sym_LPAREN] = ACTIONS(4495), - [anon_sym_COMMA] = ACTIONS(4495), - [anon_sym_LT] = ACTIONS(4493), - [anon_sym_GT] = ACTIONS(4493), - [anon_sym_where] = ACTIONS(4493), - [anon_sym_DOT] = ACTIONS(4493), - [anon_sym_SEMI] = ACTIONS(4495), - [anon_sym_get] = ACTIONS(4493), - [anon_sym_set] = ACTIONS(4493), - [anon_sym_STAR] = ACTIONS(4493), - [sym_label] = ACTIONS(4495), - [anon_sym_in] = ACTIONS(4493), - [anon_sym_DOT_DOT] = ACTIONS(4495), - [anon_sym_QMARK_COLON] = ACTIONS(4495), - [anon_sym_AMP_AMP] = ACTIONS(4495), - [anon_sym_PIPE_PIPE] = ACTIONS(4495), - [anon_sym_else] = ACTIONS(4493), - [anon_sym_COLON_COLON] = ACTIONS(4495), - [anon_sym_PLUS_EQ] = ACTIONS(4495), - [anon_sym_DASH_EQ] = ACTIONS(4495), - [anon_sym_STAR_EQ] = ACTIONS(4495), - [anon_sym_SLASH_EQ] = ACTIONS(4495), - [anon_sym_PERCENT_EQ] = ACTIONS(4495), - [anon_sym_BANG_EQ] = ACTIONS(4493), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), - [anon_sym_EQ_EQ] = ACTIONS(4493), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), - [anon_sym_LT_EQ] = ACTIONS(4495), - [anon_sym_GT_EQ] = ACTIONS(4495), - [anon_sym_BANGin] = ACTIONS(4495), - [anon_sym_is] = ACTIONS(4493), - [anon_sym_BANGis] = ACTIONS(4495), - [anon_sym_PLUS] = ACTIONS(4493), - [anon_sym_DASH] = ACTIONS(4493), - [anon_sym_SLASH] = ACTIONS(4493), - [anon_sym_PERCENT] = ACTIONS(4493), - [anon_sym_as_QMARK] = ACTIONS(4495), - [anon_sym_PLUS_PLUS] = ACTIONS(4495), - [anon_sym_DASH_DASH] = ACTIONS(4495), - [anon_sym_BANG_BANG] = ACTIONS(4495), - [anon_sym_suspend] = ACTIONS(4493), - [anon_sym_sealed] = ACTIONS(4493), - [anon_sym_annotation] = ACTIONS(4493), - [anon_sym_data] = ACTIONS(4493), - [anon_sym_inner] = ACTIONS(4493), - [anon_sym_value] = ACTIONS(4493), - [anon_sym_override] = ACTIONS(4493), - [anon_sym_lateinit] = ACTIONS(4493), - [anon_sym_public] = ACTIONS(4493), - [anon_sym_private] = ACTIONS(4493), - [anon_sym_internal] = ACTIONS(4493), - [anon_sym_protected] = ACTIONS(4493), - [anon_sym_tailrec] = ACTIONS(4493), - [anon_sym_operator] = ACTIONS(4493), - [anon_sym_infix] = ACTIONS(4493), - [anon_sym_inline] = ACTIONS(4493), - [anon_sym_external] = ACTIONS(4493), - [sym_property_modifier] = ACTIONS(4493), - [anon_sym_abstract] = ACTIONS(4493), - [anon_sym_final] = ACTIONS(4493), - [anon_sym_open] = ACTIONS(4493), - [anon_sym_vararg] = ACTIONS(4493), - [anon_sym_noinline] = ACTIONS(4493), - [anon_sym_crossinline] = ACTIONS(4493), - [anon_sym_expect] = ACTIONS(4493), - [anon_sym_actual] = ACTIONS(4493), + [3844] = { + [sym__alpha_identifier] = ACTIONS(4910), + [anon_sym_AT] = ACTIONS(4912), + [anon_sym_LBRACK] = ACTIONS(4912), + [anon_sym_as] = ACTIONS(4910), + [anon_sym_EQ] = ACTIONS(4910), + [anon_sym_LBRACE] = ACTIONS(4912), + [anon_sym_RBRACE] = ACTIONS(4912), + [anon_sym_LPAREN] = ACTIONS(4912), + [anon_sym_COMMA] = ACTIONS(4912), + [anon_sym_LT] = ACTIONS(4910), + [anon_sym_GT] = ACTIONS(4910), + [anon_sym_where] = ACTIONS(4910), + [anon_sym_DOT] = ACTIONS(4910), + [anon_sym_SEMI] = ACTIONS(4912), + [anon_sym_get] = ACTIONS(4910), + [anon_sym_set] = ACTIONS(4910), + [anon_sym_STAR] = ACTIONS(4910), + [sym_label] = ACTIONS(4912), + [anon_sym_in] = ACTIONS(4910), + [anon_sym_DOT_DOT] = ACTIONS(4912), + [anon_sym_QMARK_COLON] = ACTIONS(4912), + [anon_sym_AMP_AMP] = ACTIONS(4912), + [anon_sym_PIPE_PIPE] = ACTIONS(4912), + [anon_sym_else] = ACTIONS(4910), + [anon_sym_COLON_COLON] = ACTIONS(4912), + [anon_sym_PLUS_EQ] = ACTIONS(4912), + [anon_sym_DASH_EQ] = ACTIONS(4912), + [anon_sym_STAR_EQ] = ACTIONS(4912), + [anon_sym_SLASH_EQ] = ACTIONS(4912), + [anon_sym_PERCENT_EQ] = ACTIONS(4912), + [anon_sym_BANG_EQ] = ACTIONS(4910), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4912), + [anon_sym_EQ_EQ] = ACTIONS(4910), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4912), + [anon_sym_LT_EQ] = ACTIONS(4912), + [anon_sym_GT_EQ] = ACTIONS(4912), + [anon_sym_BANGin] = ACTIONS(4912), + [anon_sym_is] = ACTIONS(4910), + [anon_sym_BANGis] = ACTIONS(4912), + [anon_sym_PLUS] = ACTIONS(4910), + [anon_sym_DASH] = ACTIONS(4910), + [anon_sym_SLASH] = ACTIONS(4910), + [anon_sym_PERCENT] = ACTIONS(4910), + [anon_sym_as_QMARK] = ACTIONS(4912), + [anon_sym_PLUS_PLUS] = ACTIONS(4912), + [anon_sym_DASH_DASH] = ACTIONS(4912), + [anon_sym_BANG_BANG] = ACTIONS(4912), + [anon_sym_suspend] = ACTIONS(4910), + [anon_sym_sealed] = ACTIONS(4910), + [anon_sym_annotation] = ACTIONS(4910), + [anon_sym_data] = ACTIONS(4910), + [anon_sym_inner] = ACTIONS(4910), + [anon_sym_value] = ACTIONS(4910), + [anon_sym_override] = ACTIONS(4910), + [anon_sym_lateinit] = ACTIONS(4910), + [anon_sym_public] = ACTIONS(4910), + [anon_sym_private] = ACTIONS(4910), + [anon_sym_internal] = ACTIONS(4910), + [anon_sym_protected] = ACTIONS(4910), + [anon_sym_tailrec] = ACTIONS(4910), + [anon_sym_operator] = ACTIONS(4910), + [anon_sym_infix] = ACTIONS(4910), + [anon_sym_inline] = ACTIONS(4910), + [anon_sym_external] = ACTIONS(4910), + [sym_property_modifier] = ACTIONS(4910), + [anon_sym_abstract] = ACTIONS(4910), + [anon_sym_final] = ACTIONS(4910), + [anon_sym_open] = ACTIONS(4910), + [anon_sym_vararg] = ACTIONS(4910), + [anon_sym_noinline] = ACTIONS(4910), + [anon_sym_crossinline] = ACTIONS(4910), + [anon_sym_expect] = ACTIONS(4910), + [anon_sym_actual] = ACTIONS(4910), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4495), - [sym__automatic_semicolon] = ACTIONS(4495), - [sym_safe_nav] = ACTIONS(4495), + [sym__backtick_identifier] = ACTIONS(4912), + [sym__automatic_semicolon] = ACTIONS(4912), + [sym_safe_nav] = ACTIONS(4912), [sym_multiline_comment] = ACTIONS(3), }, - [3910] = { - [sym__alpha_identifier] = ACTIONS(5191), - [anon_sym_AT] = ACTIONS(5193), - [anon_sym_LBRACK] = ACTIONS(5193), - [anon_sym_as] = ACTIONS(5191), - [anon_sym_EQ] = ACTIONS(5191), - [anon_sym_LBRACE] = ACTIONS(5193), - [anon_sym_RBRACE] = ACTIONS(5193), - [anon_sym_LPAREN] = ACTIONS(5193), - [anon_sym_COMMA] = ACTIONS(5193), - [anon_sym_LT] = ACTIONS(5191), - [anon_sym_GT] = ACTIONS(5191), - [anon_sym_where] = ACTIONS(5191), - [anon_sym_DOT] = ACTIONS(5191), - [anon_sym_SEMI] = ACTIONS(5193), - [anon_sym_get] = ACTIONS(5191), - [anon_sym_set] = ACTIONS(5191), - [anon_sym_STAR] = ACTIONS(5191), - [sym_label] = ACTIONS(5193), - [anon_sym_in] = ACTIONS(5191), - [anon_sym_DOT_DOT] = ACTIONS(5193), - [anon_sym_QMARK_COLON] = ACTIONS(5193), - [anon_sym_AMP_AMP] = ACTIONS(5193), - [anon_sym_PIPE_PIPE] = ACTIONS(5193), - [anon_sym_else] = ACTIONS(5191), - [anon_sym_COLON_COLON] = ACTIONS(5193), - [anon_sym_PLUS_EQ] = ACTIONS(5193), - [anon_sym_DASH_EQ] = ACTIONS(5193), - [anon_sym_STAR_EQ] = ACTIONS(5193), - [anon_sym_SLASH_EQ] = ACTIONS(5193), - [anon_sym_PERCENT_EQ] = ACTIONS(5193), - [anon_sym_BANG_EQ] = ACTIONS(5191), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5193), - [anon_sym_EQ_EQ] = ACTIONS(5191), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5193), - [anon_sym_LT_EQ] = ACTIONS(5193), - [anon_sym_GT_EQ] = ACTIONS(5193), - [anon_sym_BANGin] = ACTIONS(5193), - [anon_sym_is] = ACTIONS(5191), - [anon_sym_BANGis] = ACTIONS(5193), - [anon_sym_PLUS] = ACTIONS(5191), - [anon_sym_DASH] = ACTIONS(5191), - [anon_sym_SLASH] = ACTIONS(5191), - [anon_sym_PERCENT] = ACTIONS(5191), - [anon_sym_as_QMARK] = ACTIONS(5193), - [anon_sym_PLUS_PLUS] = ACTIONS(5193), - [anon_sym_DASH_DASH] = ACTIONS(5193), - [anon_sym_BANG_BANG] = ACTIONS(5193), - [anon_sym_suspend] = ACTIONS(5191), - [anon_sym_sealed] = ACTIONS(5191), - [anon_sym_annotation] = ACTIONS(5191), - [anon_sym_data] = ACTIONS(5191), - [anon_sym_inner] = ACTIONS(5191), - [anon_sym_value] = ACTIONS(5191), - [anon_sym_override] = ACTIONS(5191), - [anon_sym_lateinit] = ACTIONS(5191), - [anon_sym_public] = ACTIONS(5191), - [anon_sym_private] = ACTIONS(5191), - [anon_sym_internal] = ACTIONS(5191), - [anon_sym_protected] = ACTIONS(5191), - [anon_sym_tailrec] = ACTIONS(5191), - [anon_sym_operator] = ACTIONS(5191), - [anon_sym_infix] = ACTIONS(5191), - [anon_sym_inline] = ACTIONS(5191), - [anon_sym_external] = ACTIONS(5191), - [sym_property_modifier] = ACTIONS(5191), - [anon_sym_abstract] = ACTIONS(5191), - [anon_sym_final] = ACTIONS(5191), - [anon_sym_open] = ACTIONS(5191), - [anon_sym_vararg] = ACTIONS(5191), - [anon_sym_noinline] = ACTIONS(5191), - [anon_sym_crossinline] = ACTIONS(5191), - [anon_sym_expect] = ACTIONS(5191), - [anon_sym_actual] = ACTIONS(5191), + [3845] = { + [sym__alpha_identifier] = ACTIONS(5098), + [anon_sym_AT] = ACTIONS(5100), + [anon_sym_LBRACK] = ACTIONS(5100), + [anon_sym_as] = ACTIONS(5098), + [anon_sym_EQ] = ACTIONS(5098), + [anon_sym_LBRACE] = ACTIONS(5100), + [anon_sym_RBRACE] = ACTIONS(5100), + [anon_sym_LPAREN] = ACTIONS(5100), + [anon_sym_COMMA] = ACTIONS(5100), + [anon_sym_LT] = ACTIONS(5098), + [anon_sym_GT] = ACTIONS(5098), + [anon_sym_where] = ACTIONS(5098), + [anon_sym_DOT] = ACTIONS(5098), + [anon_sym_SEMI] = ACTIONS(5100), + [anon_sym_get] = ACTIONS(5098), + [anon_sym_set] = ACTIONS(5098), + [anon_sym_STAR] = ACTIONS(5098), + [sym_label] = ACTIONS(5100), + [anon_sym_in] = ACTIONS(5098), + [anon_sym_DOT_DOT] = ACTIONS(5100), + [anon_sym_QMARK_COLON] = ACTIONS(5100), + [anon_sym_AMP_AMP] = ACTIONS(5100), + [anon_sym_PIPE_PIPE] = ACTIONS(5100), + [anon_sym_else] = ACTIONS(5098), + [anon_sym_COLON_COLON] = ACTIONS(5100), + [anon_sym_PLUS_EQ] = ACTIONS(5100), + [anon_sym_DASH_EQ] = ACTIONS(5100), + [anon_sym_STAR_EQ] = ACTIONS(5100), + [anon_sym_SLASH_EQ] = ACTIONS(5100), + [anon_sym_PERCENT_EQ] = ACTIONS(5100), + [anon_sym_BANG_EQ] = ACTIONS(5098), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5100), + [anon_sym_EQ_EQ] = ACTIONS(5098), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5100), + [anon_sym_LT_EQ] = ACTIONS(5100), + [anon_sym_GT_EQ] = ACTIONS(5100), + [anon_sym_BANGin] = ACTIONS(5100), + [anon_sym_is] = ACTIONS(5098), + [anon_sym_BANGis] = ACTIONS(5100), + [anon_sym_PLUS] = ACTIONS(5098), + [anon_sym_DASH] = ACTIONS(5098), + [anon_sym_SLASH] = ACTIONS(5098), + [anon_sym_PERCENT] = ACTIONS(5098), + [anon_sym_as_QMARK] = ACTIONS(5100), + [anon_sym_PLUS_PLUS] = ACTIONS(5100), + [anon_sym_DASH_DASH] = ACTIONS(5100), + [anon_sym_BANG_BANG] = ACTIONS(5100), + [anon_sym_suspend] = ACTIONS(5098), + [anon_sym_sealed] = ACTIONS(5098), + [anon_sym_annotation] = ACTIONS(5098), + [anon_sym_data] = ACTIONS(5098), + [anon_sym_inner] = ACTIONS(5098), + [anon_sym_value] = ACTIONS(5098), + [anon_sym_override] = ACTIONS(5098), + [anon_sym_lateinit] = ACTIONS(5098), + [anon_sym_public] = ACTIONS(5098), + [anon_sym_private] = ACTIONS(5098), + [anon_sym_internal] = ACTIONS(5098), + [anon_sym_protected] = ACTIONS(5098), + [anon_sym_tailrec] = ACTIONS(5098), + [anon_sym_operator] = ACTIONS(5098), + [anon_sym_infix] = ACTIONS(5098), + [anon_sym_inline] = ACTIONS(5098), + [anon_sym_external] = ACTIONS(5098), + [sym_property_modifier] = ACTIONS(5098), + [anon_sym_abstract] = ACTIONS(5098), + [anon_sym_final] = ACTIONS(5098), + [anon_sym_open] = ACTIONS(5098), + [anon_sym_vararg] = ACTIONS(5098), + [anon_sym_noinline] = ACTIONS(5098), + [anon_sym_crossinline] = ACTIONS(5098), + [anon_sym_expect] = ACTIONS(5098), + [anon_sym_actual] = ACTIONS(5098), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5100), + [sym__automatic_semicolon] = ACTIONS(5100), + [sym_safe_nav] = ACTIONS(5100), + [sym_multiline_comment] = ACTIONS(3), + }, + [3846] = { + [sym__alpha_identifier] = ACTIONS(5177), + [anon_sym_AT] = ACTIONS(5179), + [anon_sym_LBRACK] = ACTIONS(5179), + [anon_sym_as] = ACTIONS(5177), + [anon_sym_EQ] = ACTIONS(5177), + [anon_sym_LBRACE] = ACTIONS(5179), + [anon_sym_RBRACE] = ACTIONS(5179), + [anon_sym_LPAREN] = ACTIONS(5179), + [anon_sym_COMMA] = ACTIONS(5179), + [anon_sym_LT] = ACTIONS(5177), + [anon_sym_GT] = ACTIONS(5177), + [anon_sym_where] = ACTIONS(5177), + [anon_sym_DOT] = ACTIONS(5177), + [anon_sym_SEMI] = ACTIONS(5179), + [anon_sym_get] = ACTIONS(5177), + [anon_sym_set] = ACTIONS(5177), + [anon_sym_STAR] = ACTIONS(5177), + [sym_label] = ACTIONS(5179), + [anon_sym_in] = ACTIONS(5177), + [anon_sym_DOT_DOT] = ACTIONS(5179), + [anon_sym_QMARK_COLON] = ACTIONS(5179), + [anon_sym_AMP_AMP] = ACTIONS(5179), + [anon_sym_PIPE_PIPE] = ACTIONS(5179), + [anon_sym_else] = ACTIONS(5177), + [anon_sym_COLON_COLON] = ACTIONS(5179), + [anon_sym_PLUS_EQ] = ACTIONS(5179), + [anon_sym_DASH_EQ] = ACTIONS(5179), + [anon_sym_STAR_EQ] = ACTIONS(5179), + [anon_sym_SLASH_EQ] = ACTIONS(5179), + [anon_sym_PERCENT_EQ] = ACTIONS(5179), + [anon_sym_BANG_EQ] = ACTIONS(5177), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5179), + [anon_sym_EQ_EQ] = ACTIONS(5177), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5179), + [anon_sym_LT_EQ] = ACTIONS(5179), + [anon_sym_GT_EQ] = ACTIONS(5179), + [anon_sym_BANGin] = ACTIONS(5179), + [anon_sym_is] = ACTIONS(5177), + [anon_sym_BANGis] = ACTIONS(5179), + [anon_sym_PLUS] = ACTIONS(5177), + [anon_sym_DASH] = ACTIONS(5177), + [anon_sym_SLASH] = ACTIONS(5177), + [anon_sym_PERCENT] = ACTIONS(5177), + [anon_sym_as_QMARK] = ACTIONS(5179), + [anon_sym_PLUS_PLUS] = ACTIONS(5179), + [anon_sym_DASH_DASH] = ACTIONS(5179), + [anon_sym_BANG_BANG] = ACTIONS(5179), + [anon_sym_suspend] = ACTIONS(5177), + [anon_sym_sealed] = ACTIONS(5177), + [anon_sym_annotation] = ACTIONS(5177), + [anon_sym_data] = ACTIONS(5177), + [anon_sym_inner] = ACTIONS(5177), + [anon_sym_value] = ACTIONS(5177), + [anon_sym_override] = ACTIONS(5177), + [anon_sym_lateinit] = ACTIONS(5177), + [anon_sym_public] = ACTIONS(5177), + [anon_sym_private] = ACTIONS(5177), + [anon_sym_internal] = ACTIONS(5177), + [anon_sym_protected] = ACTIONS(5177), + [anon_sym_tailrec] = ACTIONS(5177), + [anon_sym_operator] = ACTIONS(5177), + [anon_sym_infix] = ACTIONS(5177), + [anon_sym_inline] = ACTIONS(5177), + [anon_sym_external] = ACTIONS(5177), + [sym_property_modifier] = ACTIONS(5177), + [anon_sym_abstract] = ACTIONS(5177), + [anon_sym_final] = ACTIONS(5177), + [anon_sym_open] = ACTIONS(5177), + [anon_sym_vararg] = ACTIONS(5177), + [anon_sym_noinline] = ACTIONS(5177), + [anon_sym_crossinline] = ACTIONS(5177), + [anon_sym_expect] = ACTIONS(5177), + [anon_sym_actual] = ACTIONS(5177), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5179), + [sym__automatic_semicolon] = ACTIONS(5179), + [sym_safe_nav] = ACTIONS(5179), + [sym_multiline_comment] = ACTIONS(3), + }, + [3847] = { + [sym__alpha_identifier] = ACTIONS(3990), + [anon_sym_AT] = ACTIONS(3992), + [anon_sym_LBRACK] = ACTIONS(3992), + [anon_sym_as] = ACTIONS(3990), + [anon_sym_EQ] = ACTIONS(3990), + [anon_sym_LBRACE] = ACTIONS(3992), + [anon_sym_RBRACE] = ACTIONS(3992), + [anon_sym_LPAREN] = ACTIONS(3992), + [anon_sym_COMMA] = ACTIONS(3992), + [anon_sym_LT] = ACTIONS(3990), + [anon_sym_GT] = ACTIONS(3990), + [anon_sym_where] = ACTIONS(3990), + [anon_sym_DOT] = ACTIONS(3990), + [anon_sym_SEMI] = ACTIONS(3992), + [anon_sym_get] = ACTIONS(3990), + [anon_sym_set] = ACTIONS(3990), + [anon_sym_STAR] = ACTIONS(3990), + [sym_label] = ACTIONS(3992), + [anon_sym_in] = ACTIONS(3990), + [anon_sym_DOT_DOT] = ACTIONS(3992), + [anon_sym_QMARK_COLON] = ACTIONS(3992), + [anon_sym_AMP_AMP] = ACTIONS(3992), + [anon_sym_PIPE_PIPE] = ACTIONS(3992), + [anon_sym_else] = ACTIONS(3990), + [anon_sym_COLON_COLON] = ACTIONS(3992), + [anon_sym_PLUS_EQ] = ACTIONS(3992), + [anon_sym_DASH_EQ] = ACTIONS(3992), + [anon_sym_STAR_EQ] = ACTIONS(3992), + [anon_sym_SLASH_EQ] = ACTIONS(3992), + [anon_sym_PERCENT_EQ] = ACTIONS(3992), + [anon_sym_BANG_EQ] = ACTIONS(3990), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3992), + [anon_sym_EQ_EQ] = ACTIONS(3990), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3992), + [anon_sym_LT_EQ] = ACTIONS(3992), + [anon_sym_GT_EQ] = ACTIONS(3992), + [anon_sym_BANGin] = ACTIONS(3992), + [anon_sym_is] = ACTIONS(3990), + [anon_sym_BANGis] = ACTIONS(3992), + [anon_sym_PLUS] = ACTIONS(3990), + [anon_sym_DASH] = ACTIONS(3990), + [anon_sym_SLASH] = ACTIONS(3990), + [anon_sym_PERCENT] = ACTIONS(3990), + [anon_sym_as_QMARK] = ACTIONS(3992), + [anon_sym_PLUS_PLUS] = ACTIONS(3992), + [anon_sym_DASH_DASH] = ACTIONS(3992), + [anon_sym_BANG_BANG] = ACTIONS(3992), + [anon_sym_suspend] = ACTIONS(3990), + [anon_sym_sealed] = ACTIONS(3990), + [anon_sym_annotation] = ACTIONS(3990), + [anon_sym_data] = ACTIONS(3990), + [anon_sym_inner] = ACTIONS(3990), + [anon_sym_value] = ACTIONS(3990), + [anon_sym_override] = ACTIONS(3990), + [anon_sym_lateinit] = ACTIONS(3990), + [anon_sym_public] = ACTIONS(3990), + [anon_sym_private] = ACTIONS(3990), + [anon_sym_internal] = ACTIONS(3990), + [anon_sym_protected] = ACTIONS(3990), + [anon_sym_tailrec] = ACTIONS(3990), + [anon_sym_operator] = ACTIONS(3990), + [anon_sym_infix] = ACTIONS(3990), + [anon_sym_inline] = ACTIONS(3990), + [anon_sym_external] = ACTIONS(3990), + [sym_property_modifier] = ACTIONS(3990), + [anon_sym_abstract] = ACTIONS(3990), + [anon_sym_final] = ACTIONS(3990), + [anon_sym_open] = ACTIONS(3990), + [anon_sym_vararg] = ACTIONS(3990), + [anon_sym_noinline] = ACTIONS(3990), + [anon_sym_crossinline] = ACTIONS(3990), + [anon_sym_expect] = ACTIONS(3990), + [anon_sym_actual] = ACTIONS(3990), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3992), + [sym__automatic_semicolon] = ACTIONS(3992), + [sym_safe_nav] = ACTIONS(3992), + [sym_multiline_comment] = ACTIONS(3), + }, + [3848] = { + [sym__alpha_identifier] = ACTIONS(1810), + [anon_sym_AT] = ACTIONS(1812), + [anon_sym_LBRACK] = ACTIONS(1812), + [anon_sym_as] = ACTIONS(1810), + [anon_sym_EQ] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1812), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1812), + [anon_sym_COMMA] = ACTIONS(1812), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_GT] = ACTIONS(1810), + [anon_sym_where] = ACTIONS(1810), + [anon_sym_DOT] = ACTIONS(1810), + [anon_sym_SEMI] = ACTIONS(1812), + [anon_sym_get] = ACTIONS(1810), + [anon_sym_set] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [sym_label] = ACTIONS(1812), + [anon_sym_in] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1812), + [anon_sym_QMARK_COLON] = ACTIONS(1812), + [anon_sym_AMP_AMP] = ACTIONS(1812), + [anon_sym_PIPE_PIPE] = ACTIONS(1812), + [anon_sym_else] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1812), + [anon_sym_PLUS_EQ] = ACTIONS(1812), + [anon_sym_DASH_EQ] = ACTIONS(1812), + [anon_sym_STAR_EQ] = ACTIONS(1812), + [anon_sym_SLASH_EQ] = ACTIONS(1812), + [anon_sym_PERCENT_EQ] = ACTIONS(1812), + [anon_sym_BANG_EQ] = ACTIONS(1810), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1812), + [anon_sym_EQ_EQ] = ACTIONS(1810), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1812), + [anon_sym_LT_EQ] = ACTIONS(1812), + [anon_sym_GT_EQ] = ACTIONS(1812), + [anon_sym_BANGin] = ACTIONS(1812), + [anon_sym_is] = ACTIONS(1810), + [anon_sym_BANGis] = ACTIONS(1812), + [anon_sym_PLUS] = ACTIONS(1810), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_SLASH] = ACTIONS(1810), + [anon_sym_PERCENT] = ACTIONS(1810), + [anon_sym_as_QMARK] = ACTIONS(1812), + [anon_sym_PLUS_PLUS] = ACTIONS(1812), + [anon_sym_DASH_DASH] = ACTIONS(1812), + [anon_sym_BANG_BANG] = ACTIONS(1812), + [anon_sym_suspend] = ACTIONS(1810), + [anon_sym_sealed] = ACTIONS(1810), + [anon_sym_annotation] = ACTIONS(1810), + [anon_sym_data] = ACTIONS(1810), + [anon_sym_inner] = ACTIONS(1810), + [anon_sym_value] = ACTIONS(1810), + [anon_sym_override] = ACTIONS(1810), + [anon_sym_lateinit] = ACTIONS(1810), + [anon_sym_public] = ACTIONS(1810), + [anon_sym_private] = ACTIONS(1810), + [anon_sym_internal] = ACTIONS(1810), + [anon_sym_protected] = ACTIONS(1810), + [anon_sym_tailrec] = ACTIONS(1810), + [anon_sym_operator] = ACTIONS(1810), + [anon_sym_infix] = ACTIONS(1810), + [anon_sym_inline] = ACTIONS(1810), + [anon_sym_external] = ACTIONS(1810), + [sym_property_modifier] = ACTIONS(1810), + [anon_sym_abstract] = ACTIONS(1810), + [anon_sym_final] = ACTIONS(1810), + [anon_sym_open] = ACTIONS(1810), + [anon_sym_vararg] = ACTIONS(1810), + [anon_sym_noinline] = ACTIONS(1810), + [anon_sym_crossinline] = ACTIONS(1810), + [anon_sym_expect] = ACTIONS(1810), + [anon_sym_actual] = ACTIONS(1810), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1812), + [sym__automatic_semicolon] = ACTIONS(1812), + [sym_safe_nav] = ACTIONS(1812), + [sym_multiline_comment] = ACTIONS(3), + }, + [3849] = { + [sym_function_body] = STATE(3460), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_RBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_RPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4325), + [anon_sym_DASH_GT] = ACTIONS(4325), + [sym_label] = ACTIONS(4325), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_while] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4325), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + }, + [3850] = { + [sym_function_body] = STATE(3081), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = 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(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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4233), + [anon_sym_super_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), + }, + [3851] = { + [sym__alpha_identifier] = ACTIONS(7147), + [anon_sym_AT] = ACTIONS(7149), + [anon_sym_LBRACK] = ACTIONS(7149), + [anon_sym_typealias] = ACTIONS(7147), + [anon_sym_class] = ACTIONS(7147), + [anon_sym_interface] = ACTIONS(7147), + [anon_sym_enum] = ACTIONS(7147), + [anon_sym_LBRACE] = ACTIONS(7149), + [anon_sym_LPAREN] = ACTIONS(7149), + [anon_sym_val] = ACTIONS(7147), + [anon_sym_var] = ACTIONS(7147), + [anon_sym_object] = ACTIONS(7147), + [anon_sym_fun] = ACTIONS(7147), + [anon_sym_get] = ACTIONS(7147), + [anon_sym_set] = ACTIONS(7147), + [anon_sym_this] = ACTIONS(7147), + [anon_sym_super] = ACTIONS(7147), + [anon_sym_STAR] = ACTIONS(7149), + [sym_label] = ACTIONS(7147), + [anon_sym_for] = ACTIONS(7147), + [anon_sym_while] = ACTIONS(7147), + [anon_sym_do] = ACTIONS(7147), + [anon_sym_null] = ACTIONS(7147), + [anon_sym_if] = ACTIONS(7147), + [anon_sym_when] = ACTIONS(7147), + [anon_sym_try] = ACTIONS(7147), + [anon_sym_throw] = ACTIONS(7147), + [anon_sym_return] = ACTIONS(7147), + [anon_sym_continue] = ACTIONS(7147), + [anon_sym_break] = ACTIONS(7147), + [anon_sym_COLON_COLON] = ACTIONS(7149), + [anon_sym_PLUS] = ACTIONS(7147), + [anon_sym_DASH] = ACTIONS(7147), + [anon_sym_PLUS_PLUS] = ACTIONS(7149), + [anon_sym_DASH_DASH] = ACTIONS(7149), + [anon_sym_BANG] = ACTIONS(7149), + [anon_sym_suspend] = ACTIONS(7147), + [anon_sym_sealed] = ACTIONS(7147), + [anon_sym_annotation] = ACTIONS(7147), + [anon_sym_data] = ACTIONS(7147), + [anon_sym_inner] = ACTIONS(7147), + [anon_sym_value] = ACTIONS(7147), + [anon_sym_override] = ACTIONS(7147), + [anon_sym_lateinit] = ACTIONS(7147), + [anon_sym_public] = ACTIONS(7147), + [anon_sym_private] = ACTIONS(7147), + [anon_sym_internal] = ACTIONS(7147), + [anon_sym_protected] = ACTIONS(7147), + [anon_sym_tailrec] = ACTIONS(7147), + [anon_sym_operator] = ACTIONS(7147), + [anon_sym_infix] = ACTIONS(7147), + [anon_sym_inline] = ACTIONS(7147), + [anon_sym_external] = ACTIONS(7147), + [sym_property_modifier] = ACTIONS(7147), + [anon_sym_abstract] = ACTIONS(7147), + [anon_sym_final] = ACTIONS(7147), + [anon_sym_open] = ACTIONS(7147), + [anon_sym_vararg] = ACTIONS(7147), + [anon_sym_noinline] = ACTIONS(7147), + [anon_sym_crossinline] = ACTIONS(7147), + [anon_sym_expect] = ACTIONS(7147), + [anon_sym_actual] = ACTIONS(7147), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(7149), + [anon_sym_continue_AT] = ACTIONS(7149), + [anon_sym_break_AT] = ACTIONS(7149), + [anon_sym_this_AT] = ACTIONS(7149), + [anon_sym_super_AT] = ACTIONS(7149), + [sym_real_literal] = ACTIONS(7149), + [sym_integer_literal] = ACTIONS(7147), + [sym_hex_literal] = ACTIONS(7149), + [sym_bin_literal] = ACTIONS(7149), + [anon_sym_true] = ACTIONS(7147), + [anon_sym_false] = ACTIONS(7147), + [anon_sym_SQUOTE] = ACTIONS(7149), + [sym__backtick_identifier] = ACTIONS(7149), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(7149), + }, + [3852] = { + [sym_function_body] = STATE(3230), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_object] = ACTIONS(4139), + [anon_sym_fun] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_this] = ACTIONS(4139), + [anon_sym_super] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4139), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_null] = ACTIONS(4139), + [anon_sym_if] = ACTIONS(4139), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_when] = ACTIONS(4139), + [anon_sym_try] = ACTIONS(4139), + [anon_sym_throw] = ACTIONS(4139), + [anon_sym_return] = ACTIONS(4139), + [anon_sym_continue] = ACTIONS(4139), + [anon_sym_break] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4139), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4141), + [anon_sym_continue_AT] = ACTIONS(4141), + [anon_sym_break_AT] = ACTIONS(4141), + [anon_sym_this_AT] = ACTIONS(4141), + [anon_sym_super_AT] = ACTIONS(4141), + [sym_real_literal] = ACTIONS(4141), + [sym_integer_literal] = ACTIONS(4139), + [sym_hex_literal] = ACTIONS(4141), + [sym_bin_literal] = ACTIONS(4141), + [anon_sym_true] = ACTIONS(4139), + [anon_sym_false] = ACTIONS(4139), + [anon_sym_SQUOTE] = ACTIONS(4141), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4141), + }, + [3853] = { + [sym__alpha_identifier] = ACTIONS(4970), + [anon_sym_AT] = ACTIONS(4972), + [anon_sym_LBRACK] = ACTIONS(4972), + [anon_sym_as] = ACTIONS(4970), + [anon_sym_EQ] = ACTIONS(4970), + [anon_sym_LBRACE] = ACTIONS(4972), + [anon_sym_RBRACE] = ACTIONS(4972), + [anon_sym_LPAREN] = ACTIONS(4972), + [anon_sym_COMMA] = ACTIONS(4972), + [anon_sym_LT] = ACTIONS(4970), + [anon_sym_GT] = ACTIONS(4970), + [anon_sym_where] = ACTIONS(4970), + [anon_sym_DOT] = ACTIONS(4970), + [anon_sym_SEMI] = ACTIONS(4972), + [anon_sym_get] = ACTIONS(4970), + [anon_sym_set] = ACTIONS(4970), + [anon_sym_STAR] = ACTIONS(4970), + [sym_label] = ACTIONS(4972), + [anon_sym_in] = ACTIONS(4970), + [anon_sym_DOT_DOT] = ACTIONS(4972), + [anon_sym_QMARK_COLON] = ACTIONS(4972), + [anon_sym_AMP_AMP] = ACTIONS(4972), + [anon_sym_PIPE_PIPE] = ACTIONS(4972), + [anon_sym_else] = ACTIONS(4970), + [anon_sym_COLON_COLON] = ACTIONS(4972), + [anon_sym_PLUS_EQ] = ACTIONS(4972), + [anon_sym_DASH_EQ] = ACTIONS(4972), + [anon_sym_STAR_EQ] = ACTIONS(4972), + [anon_sym_SLASH_EQ] = ACTIONS(4972), + [anon_sym_PERCENT_EQ] = ACTIONS(4972), + [anon_sym_BANG_EQ] = ACTIONS(4970), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4972), + [anon_sym_EQ_EQ] = ACTIONS(4970), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4972), + [anon_sym_LT_EQ] = ACTIONS(4972), + [anon_sym_GT_EQ] = ACTIONS(4972), + [anon_sym_BANGin] = ACTIONS(4972), + [anon_sym_is] = ACTIONS(4970), + [anon_sym_BANGis] = ACTIONS(4972), + [anon_sym_PLUS] = ACTIONS(4970), + [anon_sym_DASH] = ACTIONS(4970), + [anon_sym_SLASH] = ACTIONS(4970), + [anon_sym_PERCENT] = ACTIONS(4970), + [anon_sym_as_QMARK] = ACTIONS(4972), + [anon_sym_PLUS_PLUS] = ACTIONS(4972), + [anon_sym_DASH_DASH] = ACTIONS(4972), + [anon_sym_BANG_BANG] = ACTIONS(4972), + [anon_sym_suspend] = ACTIONS(4970), + [anon_sym_sealed] = ACTIONS(4970), + [anon_sym_annotation] = ACTIONS(4970), + [anon_sym_data] = ACTIONS(4970), + [anon_sym_inner] = ACTIONS(4970), + [anon_sym_value] = ACTIONS(4970), + [anon_sym_override] = ACTIONS(4970), + [anon_sym_lateinit] = ACTIONS(4970), + [anon_sym_public] = ACTIONS(4970), + [anon_sym_private] = ACTIONS(4970), + [anon_sym_internal] = ACTIONS(4970), + [anon_sym_protected] = ACTIONS(4970), + [anon_sym_tailrec] = ACTIONS(4970), + [anon_sym_operator] = ACTIONS(4970), + [anon_sym_infix] = ACTIONS(4970), + [anon_sym_inline] = ACTIONS(4970), + [anon_sym_external] = ACTIONS(4970), + [sym_property_modifier] = ACTIONS(4970), + [anon_sym_abstract] = ACTIONS(4970), + [anon_sym_final] = ACTIONS(4970), + [anon_sym_open] = ACTIONS(4970), + [anon_sym_vararg] = ACTIONS(4970), + [anon_sym_noinline] = ACTIONS(4970), + [anon_sym_crossinline] = ACTIONS(4970), + [anon_sym_expect] = ACTIONS(4970), + [anon_sym_actual] = ACTIONS(4970), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5193), - [sym__automatic_semicolon] = ACTIONS(5193), - [sym_safe_nav] = ACTIONS(5193), + [sym__backtick_identifier] = ACTIONS(4972), + [sym__automatic_semicolon] = ACTIONS(4972), + [sym_safe_nav] = ACTIONS(4972), [sym_multiline_comment] = ACTIONS(3), }, - [3911] = { - [sym_function_body] = STATE(3397), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_RBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_COMMA] = ACTIONS(4449), - [anon_sym_RPAREN] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_where] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4449), - [anon_sym_DASH_GT] = ACTIONS(4449), - [sym_label] = ACTIONS(4449), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_while] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4449), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_suspend] = ACTIONS(4447), - [anon_sym_sealed] = ACTIONS(4447), - [anon_sym_annotation] = ACTIONS(4447), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_override] = ACTIONS(4447), - [anon_sym_lateinit] = ACTIONS(4447), - [anon_sym_public] = ACTIONS(4447), - [anon_sym_private] = ACTIONS(4447), - [anon_sym_internal] = ACTIONS(4447), - [anon_sym_protected] = ACTIONS(4447), - [anon_sym_tailrec] = ACTIONS(4447), - [anon_sym_operator] = ACTIONS(4447), - [anon_sym_infix] = ACTIONS(4447), - [anon_sym_inline] = ACTIONS(4447), - [anon_sym_external] = ACTIONS(4447), - [sym_property_modifier] = ACTIONS(4447), - [anon_sym_abstract] = ACTIONS(4447), - [anon_sym_final] = ACTIONS(4447), - [anon_sym_open] = ACTIONS(4447), - [anon_sym_vararg] = ACTIONS(4447), - [anon_sym_noinline] = ACTIONS(4447), - [anon_sym_crossinline] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), + [3854] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1525), + [sym__comparison_operator] = STATE(1526), + [sym__in_operator] = STATE(1527), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1528), + [sym__multiplicative_operator] = STATE(1529), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1530), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3154), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3156), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3156), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7123), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7125), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7127), + [anon_sym_while] = ACTIONS(3154), + [anon_sym_DOT_DOT] = ACTIONS(7129), + [anon_sym_QMARK_COLON] = ACTIONS(7131), + [anon_sym_AMP_AMP] = ACTIONS(7133), + [anon_sym_PIPE_PIPE] = ACTIONS(7135), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3156), + [anon_sym_DASH_EQ] = ACTIONS(3156), + [anon_sym_STAR_EQ] = ACTIONS(3156), + [anon_sym_SLASH_EQ] = ACTIONS(3156), + [anon_sym_PERCENT_EQ] = ACTIONS(3156), + [anon_sym_BANG_EQ] = ACTIONS(7137), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7139), + [anon_sym_EQ_EQ] = ACTIONS(7137), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7139), + [anon_sym_LT_EQ] = ACTIONS(7141), + [anon_sym_GT_EQ] = ACTIONS(7141), + [anon_sym_BANGin] = ACTIONS(7143), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7145), + [anon_sym_DASH] = ACTIONS(7145), + [anon_sym_SLASH] = ACTIONS(7125), + [anon_sym_PERCENT] = ACTIONS(7125), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [3912] = { - [sym__alpha_identifier] = ACTIONS(5131), - [anon_sym_AT] = ACTIONS(5133), - [anon_sym_LBRACK] = ACTIONS(5133), - [anon_sym_as] = ACTIONS(5131), - [anon_sym_EQ] = ACTIONS(5131), - [anon_sym_LBRACE] = ACTIONS(5133), - [anon_sym_RBRACE] = ACTIONS(5133), - [anon_sym_LPAREN] = ACTIONS(5133), - [anon_sym_COMMA] = ACTIONS(5133), - [anon_sym_LT] = ACTIONS(5131), - [anon_sym_GT] = ACTIONS(5131), - [anon_sym_where] = ACTIONS(5131), - [anon_sym_DOT] = ACTIONS(5131), - [anon_sym_SEMI] = ACTIONS(5133), - [anon_sym_get] = ACTIONS(5131), - [anon_sym_set] = ACTIONS(5131), - [anon_sym_STAR] = ACTIONS(5131), - [sym_label] = ACTIONS(5133), - [anon_sym_in] = ACTIONS(5131), - [anon_sym_DOT_DOT] = ACTIONS(5133), - [anon_sym_QMARK_COLON] = ACTIONS(5133), - [anon_sym_AMP_AMP] = ACTIONS(5133), - [anon_sym_PIPE_PIPE] = ACTIONS(5133), - [anon_sym_else] = ACTIONS(5131), - [anon_sym_COLON_COLON] = ACTIONS(5133), - [anon_sym_PLUS_EQ] = ACTIONS(5133), - [anon_sym_DASH_EQ] = ACTIONS(5133), - [anon_sym_STAR_EQ] = ACTIONS(5133), - [anon_sym_SLASH_EQ] = ACTIONS(5133), - [anon_sym_PERCENT_EQ] = ACTIONS(5133), - [anon_sym_BANG_EQ] = ACTIONS(5131), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5133), - [anon_sym_EQ_EQ] = ACTIONS(5131), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5133), - [anon_sym_LT_EQ] = ACTIONS(5133), - [anon_sym_GT_EQ] = ACTIONS(5133), - [anon_sym_BANGin] = ACTIONS(5133), - [anon_sym_is] = ACTIONS(5131), - [anon_sym_BANGis] = ACTIONS(5133), - [anon_sym_PLUS] = ACTIONS(5131), - [anon_sym_DASH] = ACTIONS(5131), - [anon_sym_SLASH] = ACTIONS(5131), - [anon_sym_PERCENT] = ACTIONS(5131), - [anon_sym_as_QMARK] = ACTIONS(5133), - [anon_sym_PLUS_PLUS] = ACTIONS(5133), - [anon_sym_DASH_DASH] = ACTIONS(5133), - [anon_sym_BANG_BANG] = ACTIONS(5133), - [anon_sym_suspend] = ACTIONS(5131), - [anon_sym_sealed] = ACTIONS(5131), - [anon_sym_annotation] = ACTIONS(5131), - [anon_sym_data] = ACTIONS(5131), - [anon_sym_inner] = ACTIONS(5131), - [anon_sym_value] = ACTIONS(5131), - [anon_sym_override] = ACTIONS(5131), - [anon_sym_lateinit] = ACTIONS(5131), - [anon_sym_public] = ACTIONS(5131), - [anon_sym_private] = ACTIONS(5131), - [anon_sym_internal] = ACTIONS(5131), - [anon_sym_protected] = ACTIONS(5131), - [anon_sym_tailrec] = ACTIONS(5131), - [anon_sym_operator] = ACTIONS(5131), - [anon_sym_infix] = ACTIONS(5131), - [anon_sym_inline] = ACTIONS(5131), - [anon_sym_external] = ACTIONS(5131), - [sym_property_modifier] = ACTIONS(5131), - [anon_sym_abstract] = ACTIONS(5131), - [anon_sym_final] = ACTIONS(5131), - [anon_sym_open] = ACTIONS(5131), - [anon_sym_vararg] = ACTIONS(5131), - [anon_sym_noinline] = ACTIONS(5131), - [anon_sym_crossinline] = ACTIONS(5131), - [anon_sym_expect] = ACTIONS(5131), - [anon_sym_actual] = ACTIONS(5131), + [3855] = { + [sym__alpha_identifier] = ACTIONS(5022), + [anon_sym_AT] = ACTIONS(5024), + [anon_sym_LBRACK] = ACTIONS(5024), + [anon_sym_as] = ACTIONS(5022), + [anon_sym_EQ] = ACTIONS(5022), + [anon_sym_LBRACE] = ACTIONS(5024), + [anon_sym_RBRACE] = ACTIONS(5024), + [anon_sym_LPAREN] = ACTIONS(5024), + [anon_sym_COMMA] = ACTIONS(5024), + [anon_sym_LT] = ACTIONS(5022), + [anon_sym_GT] = ACTIONS(5022), + [anon_sym_where] = ACTIONS(5022), + [anon_sym_DOT] = ACTIONS(5022), + [anon_sym_SEMI] = ACTIONS(5024), + [anon_sym_get] = ACTIONS(5022), + [anon_sym_set] = ACTIONS(5022), + [anon_sym_STAR] = ACTIONS(5022), + [sym_label] = ACTIONS(5024), + [anon_sym_in] = ACTIONS(5022), + [anon_sym_DOT_DOT] = ACTIONS(5024), + [anon_sym_QMARK_COLON] = ACTIONS(5024), + [anon_sym_AMP_AMP] = ACTIONS(5024), + [anon_sym_PIPE_PIPE] = ACTIONS(5024), + [anon_sym_else] = ACTIONS(5022), + [anon_sym_COLON_COLON] = ACTIONS(5024), + [anon_sym_PLUS_EQ] = ACTIONS(5024), + [anon_sym_DASH_EQ] = ACTIONS(5024), + [anon_sym_STAR_EQ] = ACTIONS(5024), + [anon_sym_SLASH_EQ] = ACTIONS(5024), + [anon_sym_PERCENT_EQ] = ACTIONS(5024), + [anon_sym_BANG_EQ] = ACTIONS(5022), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5024), + [anon_sym_EQ_EQ] = ACTIONS(5022), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5024), + [anon_sym_LT_EQ] = ACTIONS(5024), + [anon_sym_GT_EQ] = ACTIONS(5024), + [anon_sym_BANGin] = ACTIONS(5024), + [anon_sym_is] = ACTIONS(5022), + [anon_sym_BANGis] = ACTIONS(5024), + [anon_sym_PLUS] = ACTIONS(5022), + [anon_sym_DASH] = ACTIONS(5022), + [anon_sym_SLASH] = ACTIONS(5022), + [anon_sym_PERCENT] = ACTIONS(5022), + [anon_sym_as_QMARK] = ACTIONS(5024), + [anon_sym_PLUS_PLUS] = ACTIONS(5024), + [anon_sym_DASH_DASH] = ACTIONS(5024), + [anon_sym_BANG_BANG] = ACTIONS(5024), + [anon_sym_suspend] = ACTIONS(5022), + [anon_sym_sealed] = ACTIONS(5022), + [anon_sym_annotation] = ACTIONS(5022), + [anon_sym_data] = ACTIONS(5022), + [anon_sym_inner] = ACTIONS(5022), + [anon_sym_value] = ACTIONS(5022), + [anon_sym_override] = ACTIONS(5022), + [anon_sym_lateinit] = ACTIONS(5022), + [anon_sym_public] = ACTIONS(5022), + [anon_sym_private] = ACTIONS(5022), + [anon_sym_internal] = ACTIONS(5022), + [anon_sym_protected] = ACTIONS(5022), + [anon_sym_tailrec] = ACTIONS(5022), + [anon_sym_operator] = ACTIONS(5022), + [anon_sym_infix] = ACTIONS(5022), + [anon_sym_inline] = ACTIONS(5022), + [anon_sym_external] = ACTIONS(5022), + [sym_property_modifier] = ACTIONS(5022), + [anon_sym_abstract] = ACTIONS(5022), + [anon_sym_final] = ACTIONS(5022), + [anon_sym_open] = ACTIONS(5022), + [anon_sym_vararg] = ACTIONS(5022), + [anon_sym_noinline] = ACTIONS(5022), + [anon_sym_crossinline] = ACTIONS(5022), + [anon_sym_expect] = ACTIONS(5022), + [anon_sym_actual] = ACTIONS(5022), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5024), + [sym__automatic_semicolon] = ACTIONS(5024), + [sym_safe_nav] = ACTIONS(5024), + [sym_multiline_comment] = ACTIONS(3), + }, + [3856] = { + [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_value] = 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_multiline_comment] = ACTIONS(3), + }, + [3857] = { + [sym__alpha_identifier] = ACTIONS(5127), + [anon_sym_AT] = ACTIONS(5129), + [anon_sym_LBRACK] = ACTIONS(5129), + [anon_sym_as] = ACTIONS(5127), + [anon_sym_EQ] = ACTIONS(5127), + [anon_sym_LBRACE] = ACTIONS(5129), + [anon_sym_RBRACE] = ACTIONS(5129), + [anon_sym_LPAREN] = ACTIONS(5129), + [anon_sym_COMMA] = ACTIONS(5129), + [anon_sym_LT] = ACTIONS(5127), + [anon_sym_GT] = ACTIONS(5127), + [anon_sym_where] = ACTIONS(5127), + [anon_sym_DOT] = ACTIONS(5127), + [anon_sym_SEMI] = ACTIONS(5129), + [anon_sym_get] = ACTIONS(5127), + [anon_sym_set] = ACTIONS(5127), + [anon_sym_STAR] = ACTIONS(5127), + [sym_label] = ACTIONS(5129), + [anon_sym_in] = ACTIONS(5127), + [anon_sym_DOT_DOT] = ACTIONS(5129), + [anon_sym_QMARK_COLON] = ACTIONS(5129), + [anon_sym_AMP_AMP] = ACTIONS(5129), + [anon_sym_PIPE_PIPE] = ACTIONS(5129), + [anon_sym_else] = ACTIONS(5127), + [anon_sym_COLON_COLON] = ACTIONS(5129), + [anon_sym_PLUS_EQ] = ACTIONS(5129), + [anon_sym_DASH_EQ] = ACTIONS(5129), + [anon_sym_STAR_EQ] = ACTIONS(5129), + [anon_sym_SLASH_EQ] = ACTIONS(5129), + [anon_sym_PERCENT_EQ] = ACTIONS(5129), + [anon_sym_BANG_EQ] = ACTIONS(5127), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5129), + [anon_sym_EQ_EQ] = ACTIONS(5127), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5129), + [anon_sym_LT_EQ] = ACTIONS(5129), + [anon_sym_GT_EQ] = ACTIONS(5129), + [anon_sym_BANGin] = ACTIONS(5129), + [anon_sym_is] = ACTIONS(5127), + [anon_sym_BANGis] = ACTIONS(5129), + [anon_sym_PLUS] = ACTIONS(5127), + [anon_sym_DASH] = ACTIONS(5127), + [anon_sym_SLASH] = ACTIONS(5127), + [anon_sym_PERCENT] = ACTIONS(5127), + [anon_sym_as_QMARK] = ACTIONS(5129), + [anon_sym_PLUS_PLUS] = ACTIONS(5129), + [anon_sym_DASH_DASH] = ACTIONS(5129), + [anon_sym_BANG_BANG] = ACTIONS(5129), + [anon_sym_suspend] = ACTIONS(5127), + [anon_sym_sealed] = ACTIONS(5127), + [anon_sym_annotation] = ACTIONS(5127), + [anon_sym_data] = ACTIONS(5127), + [anon_sym_inner] = ACTIONS(5127), + [anon_sym_value] = ACTIONS(5127), + [anon_sym_override] = ACTIONS(5127), + [anon_sym_lateinit] = ACTIONS(5127), + [anon_sym_public] = ACTIONS(5127), + [anon_sym_private] = ACTIONS(5127), + [anon_sym_internal] = ACTIONS(5127), + [anon_sym_protected] = ACTIONS(5127), + [anon_sym_tailrec] = ACTIONS(5127), + [anon_sym_operator] = ACTIONS(5127), + [anon_sym_infix] = ACTIONS(5127), + [anon_sym_inline] = ACTIONS(5127), + [anon_sym_external] = ACTIONS(5127), + [sym_property_modifier] = ACTIONS(5127), + [anon_sym_abstract] = ACTIONS(5127), + [anon_sym_final] = ACTIONS(5127), + [anon_sym_open] = ACTIONS(5127), + [anon_sym_vararg] = ACTIONS(5127), + [anon_sym_noinline] = ACTIONS(5127), + [anon_sym_crossinline] = ACTIONS(5127), + [anon_sym_expect] = ACTIONS(5127), + [anon_sym_actual] = ACTIONS(5127), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5129), + [sym__automatic_semicolon] = ACTIONS(5129), + [sym_safe_nav] = ACTIONS(5129), + [sym_multiline_comment] = ACTIONS(3), + }, + [3858] = { + [sym__alpha_identifier] = ACTIONS(5199), + [anon_sym_AT] = ACTIONS(5201), + [anon_sym_LBRACK] = ACTIONS(5201), + [anon_sym_as] = ACTIONS(5199), + [anon_sym_EQ] = ACTIONS(5199), + [anon_sym_LBRACE] = ACTIONS(5201), + [anon_sym_RBRACE] = ACTIONS(5201), + [anon_sym_LPAREN] = ACTIONS(5201), + [anon_sym_COMMA] = ACTIONS(5201), + [anon_sym_LT] = ACTIONS(5199), + [anon_sym_GT] = ACTIONS(5199), + [anon_sym_where] = ACTIONS(5199), + [anon_sym_DOT] = ACTIONS(5199), + [anon_sym_SEMI] = ACTIONS(5201), + [anon_sym_get] = ACTIONS(5199), + [anon_sym_set] = ACTIONS(5199), + [anon_sym_STAR] = ACTIONS(5199), + [sym_label] = ACTIONS(5201), + [anon_sym_in] = ACTIONS(5199), + [anon_sym_DOT_DOT] = ACTIONS(5201), + [anon_sym_QMARK_COLON] = ACTIONS(5201), + [anon_sym_AMP_AMP] = ACTIONS(5201), + [anon_sym_PIPE_PIPE] = ACTIONS(5201), + [anon_sym_else] = ACTIONS(5199), + [anon_sym_COLON_COLON] = ACTIONS(5201), + [anon_sym_PLUS_EQ] = ACTIONS(5201), + [anon_sym_DASH_EQ] = ACTIONS(5201), + [anon_sym_STAR_EQ] = ACTIONS(5201), + [anon_sym_SLASH_EQ] = ACTIONS(5201), + [anon_sym_PERCENT_EQ] = ACTIONS(5201), + [anon_sym_BANG_EQ] = ACTIONS(5199), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5201), + [anon_sym_EQ_EQ] = ACTIONS(5199), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5201), + [anon_sym_LT_EQ] = ACTIONS(5201), + [anon_sym_GT_EQ] = ACTIONS(5201), + [anon_sym_BANGin] = ACTIONS(5201), + [anon_sym_is] = ACTIONS(5199), + [anon_sym_BANGis] = ACTIONS(5201), + [anon_sym_PLUS] = ACTIONS(5199), + [anon_sym_DASH] = ACTIONS(5199), + [anon_sym_SLASH] = ACTIONS(5199), + [anon_sym_PERCENT] = ACTIONS(5199), + [anon_sym_as_QMARK] = ACTIONS(5201), + [anon_sym_PLUS_PLUS] = ACTIONS(5201), + [anon_sym_DASH_DASH] = ACTIONS(5201), + [anon_sym_BANG_BANG] = ACTIONS(5201), + [anon_sym_suspend] = ACTIONS(5199), + [anon_sym_sealed] = ACTIONS(5199), + [anon_sym_annotation] = ACTIONS(5199), + [anon_sym_data] = ACTIONS(5199), + [anon_sym_inner] = ACTIONS(5199), + [anon_sym_value] = ACTIONS(5199), + [anon_sym_override] = ACTIONS(5199), + [anon_sym_lateinit] = ACTIONS(5199), + [anon_sym_public] = ACTIONS(5199), + [anon_sym_private] = ACTIONS(5199), + [anon_sym_internal] = ACTIONS(5199), + [anon_sym_protected] = ACTIONS(5199), + [anon_sym_tailrec] = ACTIONS(5199), + [anon_sym_operator] = ACTIONS(5199), + [anon_sym_infix] = ACTIONS(5199), + [anon_sym_inline] = ACTIONS(5199), + [anon_sym_external] = ACTIONS(5199), + [sym_property_modifier] = ACTIONS(5199), + [anon_sym_abstract] = ACTIONS(5199), + [anon_sym_final] = ACTIONS(5199), + [anon_sym_open] = ACTIONS(5199), + [anon_sym_vararg] = ACTIONS(5199), + [anon_sym_noinline] = ACTIONS(5199), + [anon_sym_crossinline] = ACTIONS(5199), + [anon_sym_expect] = ACTIONS(5199), + [anon_sym_actual] = ACTIONS(5199), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5133), - [sym__automatic_semicolon] = ACTIONS(5133), - [sym_safe_nav] = ACTIONS(5133), - [sym_multiline_comment] = ACTIONS(3), - }, - [3913] = { - [sym_function_body] = STATE(3982), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - }, - [3914] = { - [sym__alpha_identifier] = ACTIONS(5179), - [anon_sym_AT] = ACTIONS(5181), - [anon_sym_LBRACK] = ACTIONS(5181), - [anon_sym_as] = ACTIONS(5179), - [anon_sym_EQ] = ACTIONS(5179), - [anon_sym_LBRACE] = ACTIONS(5181), - [anon_sym_RBRACE] = ACTIONS(5181), - [anon_sym_LPAREN] = ACTIONS(5181), - [anon_sym_COMMA] = ACTIONS(5181), - [anon_sym_LT] = ACTIONS(5179), - [anon_sym_GT] = ACTIONS(5179), - [anon_sym_where] = ACTIONS(5179), - [anon_sym_DOT] = ACTIONS(5179), - [anon_sym_SEMI] = ACTIONS(5181), - [anon_sym_get] = ACTIONS(5179), - [anon_sym_set] = ACTIONS(5179), - [anon_sym_STAR] = ACTIONS(5179), - [sym_label] = ACTIONS(5181), - [anon_sym_in] = ACTIONS(5179), - [anon_sym_DOT_DOT] = ACTIONS(5181), - [anon_sym_QMARK_COLON] = ACTIONS(5181), - [anon_sym_AMP_AMP] = ACTIONS(5181), - [anon_sym_PIPE_PIPE] = ACTIONS(5181), - [anon_sym_else] = ACTIONS(5179), - [anon_sym_COLON_COLON] = ACTIONS(5181), - [anon_sym_PLUS_EQ] = ACTIONS(5181), - [anon_sym_DASH_EQ] = ACTIONS(5181), - [anon_sym_STAR_EQ] = ACTIONS(5181), - [anon_sym_SLASH_EQ] = ACTIONS(5181), - [anon_sym_PERCENT_EQ] = ACTIONS(5181), - [anon_sym_BANG_EQ] = ACTIONS(5179), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5181), - [anon_sym_EQ_EQ] = ACTIONS(5179), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5181), - [anon_sym_LT_EQ] = ACTIONS(5181), - [anon_sym_GT_EQ] = ACTIONS(5181), - [anon_sym_BANGin] = ACTIONS(5181), - [anon_sym_is] = ACTIONS(5179), - [anon_sym_BANGis] = ACTIONS(5181), - [anon_sym_PLUS] = ACTIONS(5179), - [anon_sym_DASH] = ACTIONS(5179), - [anon_sym_SLASH] = ACTIONS(5179), - [anon_sym_PERCENT] = ACTIONS(5179), - [anon_sym_as_QMARK] = ACTIONS(5181), - [anon_sym_PLUS_PLUS] = ACTIONS(5181), - [anon_sym_DASH_DASH] = ACTIONS(5181), - [anon_sym_BANG_BANG] = ACTIONS(5181), - [anon_sym_suspend] = ACTIONS(5179), - [anon_sym_sealed] = ACTIONS(5179), - [anon_sym_annotation] = ACTIONS(5179), - [anon_sym_data] = ACTIONS(5179), - [anon_sym_inner] = ACTIONS(5179), - [anon_sym_value] = ACTIONS(5179), - [anon_sym_override] = ACTIONS(5179), - [anon_sym_lateinit] = ACTIONS(5179), - [anon_sym_public] = ACTIONS(5179), - [anon_sym_private] = ACTIONS(5179), - [anon_sym_internal] = ACTIONS(5179), - [anon_sym_protected] = ACTIONS(5179), - [anon_sym_tailrec] = ACTIONS(5179), - [anon_sym_operator] = ACTIONS(5179), - [anon_sym_infix] = ACTIONS(5179), - [anon_sym_inline] = ACTIONS(5179), - [anon_sym_external] = ACTIONS(5179), - [sym_property_modifier] = ACTIONS(5179), - [anon_sym_abstract] = ACTIONS(5179), - [anon_sym_final] = ACTIONS(5179), - [anon_sym_open] = ACTIONS(5179), - [anon_sym_vararg] = ACTIONS(5179), - [anon_sym_noinline] = ACTIONS(5179), - [anon_sym_crossinline] = ACTIONS(5179), - [anon_sym_expect] = ACTIONS(5179), - [anon_sym_actual] = ACTIONS(5179), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5181), - [sym__automatic_semicolon] = ACTIONS(5181), - [sym_safe_nav] = ACTIONS(5181), - [sym_multiline_comment] = ACTIONS(3), - }, - [3915] = { - [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_value] = 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), - }, - [3916] = { - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(4183), - [anon_sym_LBRACE] = ACTIONS(4185), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4183), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_PLUS_EQ] = ACTIONS(4185), - [anon_sym_DASH_EQ] = ACTIONS(4185), - [anon_sym_STAR_EQ] = ACTIONS(4185), - [anon_sym_SLASH_EQ] = ACTIONS(4185), - [anon_sym_PERCENT_EQ] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4183), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), + [sym__backtick_identifier] = ACTIONS(5201), + [sym__automatic_semicolon] = ACTIONS(5201), + [sym_safe_nav] = ACTIONS(5201), [sym_multiline_comment] = ACTIONS(3), }, - [3917] = { - [sym_function_body] = STATE(3115), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_object] = ACTIONS(4299), - [anon_sym_fun] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_this] = ACTIONS(4299), - [anon_sym_super] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4301), - [sym_label] = ACTIONS(4299), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_null] = ACTIONS(4299), - [anon_sym_if] = ACTIONS(4299), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_when] = ACTIONS(4299), - [anon_sym_try] = ACTIONS(4299), - [anon_sym_throw] = ACTIONS(4299), - [anon_sym_return] = ACTIONS(4299), - [anon_sym_continue] = ACTIONS(4299), - [anon_sym_break] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4301), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG] = ACTIONS(4299), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), + [3859] = { + [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_value] = 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(4301), - [anon_sym_continue_AT] = ACTIONS(4301), - [anon_sym_break_AT] = ACTIONS(4301), - [anon_sym_this_AT] = ACTIONS(4301), - [anon_sym_super_AT] = ACTIONS(4301), - [sym_real_literal] = ACTIONS(4301), - [sym_integer_literal] = ACTIONS(4299), - [sym_hex_literal] = ACTIONS(4301), - [sym_bin_literal] = ACTIONS(4301), - [anon_sym_true] = ACTIONS(4299), - [anon_sym_false] = ACTIONS(4299), - [anon_sym_SQUOTE] = ACTIONS(4301), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4301), - }, - [3918] = { - [sym_function_body] = STATE(3400), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_RBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_COMMA] = ACTIONS(4445), - [anon_sym_RPAREN] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_where] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4445), - [anon_sym_DASH_GT] = ACTIONS(4445), - [sym_label] = ACTIONS(4445), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_while] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4445), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_suspend] = ACTIONS(4443), - [anon_sym_sealed] = ACTIONS(4443), - [anon_sym_annotation] = ACTIONS(4443), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_override] = ACTIONS(4443), - [anon_sym_lateinit] = ACTIONS(4443), - [anon_sym_public] = ACTIONS(4443), - [anon_sym_private] = ACTIONS(4443), - [anon_sym_internal] = ACTIONS(4443), - [anon_sym_protected] = ACTIONS(4443), - [anon_sym_tailrec] = ACTIONS(4443), - [anon_sym_operator] = ACTIONS(4443), - [anon_sym_infix] = ACTIONS(4443), - [anon_sym_inline] = ACTIONS(4443), - [anon_sym_external] = ACTIONS(4443), - [sym_property_modifier] = ACTIONS(4443), - [anon_sym_abstract] = ACTIONS(4443), - [anon_sym_final] = ACTIONS(4443), - [anon_sym_open] = ACTIONS(4443), - [anon_sym_vararg] = ACTIONS(4443), - [anon_sym_noinline] = ACTIONS(4443), - [anon_sym_crossinline] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), + [sym__backtick_identifier] = ACTIONS(4479), + [sym__automatic_semicolon] = ACTIONS(4479), + [sym_safe_nav] = ACTIONS(4479), [sym_multiline_comment] = ACTIONS(3), }, - [3919] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1526), - [sym__comparison_operator] = STATE(1527), - [sym__in_operator] = STATE(1528), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1529), - [sym__multiplicative_operator] = STATE(1531), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1535), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3182), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3184), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3184), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7147), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7149), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7151), - [anon_sym_while] = ACTIONS(3182), - [anon_sym_DOT_DOT] = ACTIONS(7153), - [anon_sym_QMARK_COLON] = ACTIONS(7155), - [anon_sym_AMP_AMP] = ACTIONS(7157), - [anon_sym_PIPE_PIPE] = ACTIONS(7159), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3184), - [anon_sym_DASH_EQ] = ACTIONS(3184), - [anon_sym_STAR_EQ] = ACTIONS(3184), - [anon_sym_SLASH_EQ] = ACTIONS(3184), - [anon_sym_PERCENT_EQ] = ACTIONS(3184), - [anon_sym_BANG_EQ] = ACTIONS(7161), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7163), - [anon_sym_EQ_EQ] = ACTIONS(7161), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7163), - [anon_sym_LT_EQ] = ACTIONS(7165), - [anon_sym_GT_EQ] = ACTIONS(7165), - [anon_sym_BANGin] = ACTIONS(7167), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7169), - [anon_sym_DASH] = ACTIONS(7169), - [anon_sym_SLASH] = ACTIONS(7149), - [anon_sym_PERCENT] = ACTIONS(7149), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [3860] = { + [sym_type_constraints] = STATE(3356), + [sym_enum_class_body] = STATE(3483), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_COLON] = ACTIONS(7151), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_RBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_RPAREN] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4202), + [anon_sym_DASH_GT] = ACTIONS(4202), + [sym_label] = ACTIONS(4202), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_while] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4202), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), [sym_multiline_comment] = ACTIONS(3), }, - [3920] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1526), - [sym__comparison_operator] = STATE(1527), - [sym__in_operator] = STATE(1528), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1529), - [sym__multiplicative_operator] = STATE(1531), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1535), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [3861] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1525), + [sym__comparison_operator] = STATE(1526), + [sym__in_operator] = STATE(1527), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1528), + [sym__multiplicative_operator] = STATE(1529), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1530), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3167), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3158), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3169), + [anon_sym_RBRACE] = ACTIONS(3160), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3160), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7147), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7149), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7151), - [anon_sym_while] = ACTIONS(3167), - [anon_sym_DOT_DOT] = ACTIONS(7153), - [anon_sym_QMARK_COLON] = ACTIONS(7155), - [anon_sym_AMP_AMP] = ACTIONS(7157), - [anon_sym_PIPE_PIPE] = ACTIONS(7159), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3169), - [anon_sym_DASH_EQ] = ACTIONS(3169), - [anon_sym_STAR_EQ] = ACTIONS(3169), - [anon_sym_SLASH_EQ] = ACTIONS(3169), - [anon_sym_PERCENT_EQ] = ACTIONS(3169), - [anon_sym_BANG_EQ] = ACTIONS(7161), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7163), - [anon_sym_EQ_EQ] = ACTIONS(7161), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7163), - [anon_sym_LT_EQ] = ACTIONS(7165), - [anon_sym_GT_EQ] = ACTIONS(7165), - [anon_sym_BANGin] = ACTIONS(7167), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7169), - [anon_sym_DASH] = ACTIONS(7169), - [anon_sym_SLASH] = ACTIONS(7149), - [anon_sym_PERCENT] = ACTIONS(7149), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7123), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7125), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7127), + [anon_sym_while] = ACTIONS(3158), + [anon_sym_DOT_DOT] = ACTIONS(7129), + [anon_sym_QMARK_COLON] = ACTIONS(7131), + [anon_sym_AMP_AMP] = ACTIONS(7133), + [anon_sym_PIPE_PIPE] = ACTIONS(7135), + [anon_sym_else] = ACTIONS(3158), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3160), + [anon_sym_DASH_EQ] = ACTIONS(3160), + [anon_sym_STAR_EQ] = ACTIONS(3160), + [anon_sym_SLASH_EQ] = ACTIONS(3160), + [anon_sym_PERCENT_EQ] = ACTIONS(3160), + [anon_sym_BANG_EQ] = ACTIONS(7137), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7139), + [anon_sym_EQ_EQ] = ACTIONS(7137), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7139), + [anon_sym_LT_EQ] = ACTIONS(7141), + [anon_sym_GT_EQ] = ACTIONS(7141), + [anon_sym_BANGin] = ACTIONS(7143), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7145), + [anon_sym_DASH] = ACTIONS(7145), + [anon_sym_SLASH] = ACTIONS(7125), + [anon_sym_PERCENT] = ACTIONS(7125), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [3921] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1526), - [sym__comparison_operator] = STATE(1527), - [sym__in_operator] = STATE(1528), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1529), - [sym__multiplicative_operator] = STATE(1531), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1535), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3132), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3134), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3134), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7147), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7149), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7151), - [anon_sym_while] = ACTIONS(3132), - [anon_sym_DOT_DOT] = ACTIONS(7153), - [anon_sym_QMARK_COLON] = ACTIONS(7155), - [anon_sym_AMP_AMP] = ACTIONS(7157), - [anon_sym_PIPE_PIPE] = ACTIONS(7159), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3134), - [anon_sym_DASH_EQ] = ACTIONS(3134), - [anon_sym_STAR_EQ] = ACTIONS(3134), - [anon_sym_SLASH_EQ] = ACTIONS(3134), - [anon_sym_PERCENT_EQ] = ACTIONS(3134), - [anon_sym_BANG_EQ] = ACTIONS(7161), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7163), - [anon_sym_EQ_EQ] = ACTIONS(7161), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7163), - [anon_sym_LT_EQ] = ACTIONS(7165), - [anon_sym_GT_EQ] = ACTIONS(7165), - [anon_sym_BANGin] = ACTIONS(7167), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7169), - [anon_sym_DASH] = ACTIONS(7169), - [anon_sym_SLASH] = ACTIONS(7149), - [anon_sym_PERCENT] = ACTIONS(7149), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [3862] = { + [sym_type_constraints] = STATE(3336), + [sym_enum_class_body] = STATE(3498), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(6180), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_RBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_RPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [anon_sym_DASH_GT] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_while] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3274), + [anon_sym_sealed] = ACTIONS(3274), + [anon_sym_annotation] = ACTIONS(3274), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_override] = ACTIONS(3274), + [anon_sym_lateinit] = ACTIONS(3274), + [anon_sym_public] = ACTIONS(3274), + [anon_sym_private] = ACTIONS(3274), + [anon_sym_internal] = ACTIONS(3274), + [anon_sym_protected] = ACTIONS(3274), + [anon_sym_tailrec] = ACTIONS(3274), + [anon_sym_operator] = ACTIONS(3274), + [anon_sym_infix] = ACTIONS(3274), + [anon_sym_inline] = ACTIONS(3274), + [anon_sym_external] = ACTIONS(3274), + [sym_property_modifier] = ACTIONS(3274), + [anon_sym_abstract] = ACTIONS(3274), + [anon_sym_final] = ACTIONS(3274), + [anon_sym_open] = ACTIONS(3274), + [anon_sym_vararg] = ACTIONS(3274), + [anon_sym_noinline] = ACTIONS(3274), + [anon_sym_crossinline] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), [sym_multiline_comment] = ACTIONS(3), }, - [3922] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1526), - [sym__comparison_operator] = STATE(1527), - [sym__in_operator] = STATE(1528), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1529), - [sym__multiplicative_operator] = STATE(1531), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1535), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3101), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3103), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3103), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7147), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7149), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7151), - [anon_sym_while] = ACTIONS(3101), - [anon_sym_DOT_DOT] = ACTIONS(7153), - [anon_sym_QMARK_COLON] = ACTIONS(7155), - [anon_sym_AMP_AMP] = ACTIONS(7157), - [anon_sym_PIPE_PIPE] = ACTIONS(7159), - [anon_sym_else] = ACTIONS(3101), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3103), - [anon_sym_DASH_EQ] = ACTIONS(3103), - [anon_sym_STAR_EQ] = ACTIONS(3103), - [anon_sym_SLASH_EQ] = ACTIONS(3103), - [anon_sym_PERCENT_EQ] = ACTIONS(3103), - [anon_sym_BANG_EQ] = ACTIONS(7161), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7163), - [anon_sym_EQ_EQ] = ACTIONS(7161), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7163), - [anon_sym_LT_EQ] = ACTIONS(7165), - [anon_sym_GT_EQ] = ACTIONS(7165), - [anon_sym_BANGin] = ACTIONS(7167), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7169), - [anon_sym_DASH] = ACTIONS(7169), - [anon_sym_SLASH] = ACTIONS(7149), - [anon_sym_PERCENT] = ACTIONS(7149), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [3863] = { + [sym_class_body] = STATE(3510), + [sym_type_constraints] = STATE(3331), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(7153), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_RBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_RPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4245), + [anon_sym_DASH_GT] = ACTIONS(4245), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_while] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4245), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), [sym_multiline_comment] = ACTIONS(3), }, - [3923] = { - [sym__alpha_identifier] = ACTIONS(4946), - [anon_sym_AT] = ACTIONS(4948), - [anon_sym_LBRACK] = ACTIONS(4948), - [anon_sym_as] = ACTIONS(4946), - [anon_sym_EQ] = ACTIONS(4946), - [anon_sym_LBRACE] = ACTIONS(4948), - [anon_sym_RBRACE] = ACTIONS(4948), - [anon_sym_LPAREN] = ACTIONS(4948), - [anon_sym_COMMA] = ACTIONS(4948), - [anon_sym_LT] = ACTIONS(4946), - [anon_sym_GT] = ACTIONS(4946), - [anon_sym_where] = ACTIONS(4946), - [anon_sym_DOT] = ACTIONS(4946), - [anon_sym_SEMI] = ACTIONS(4948), - [anon_sym_get] = ACTIONS(4946), - [anon_sym_set] = ACTIONS(4946), - [anon_sym_STAR] = ACTIONS(4946), - [sym_label] = ACTIONS(4948), - [anon_sym_in] = ACTIONS(4946), - [anon_sym_DOT_DOT] = ACTIONS(4948), - [anon_sym_QMARK_COLON] = ACTIONS(4948), - [anon_sym_AMP_AMP] = ACTIONS(4948), - [anon_sym_PIPE_PIPE] = ACTIONS(4948), - [anon_sym_else] = ACTIONS(4946), - [anon_sym_COLON_COLON] = ACTIONS(4948), - [anon_sym_PLUS_EQ] = ACTIONS(4948), - [anon_sym_DASH_EQ] = ACTIONS(4948), - [anon_sym_STAR_EQ] = ACTIONS(4948), - [anon_sym_SLASH_EQ] = ACTIONS(4948), - [anon_sym_PERCENT_EQ] = ACTIONS(4948), - [anon_sym_BANG_EQ] = ACTIONS(4946), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4948), - [anon_sym_EQ_EQ] = ACTIONS(4946), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4948), - [anon_sym_LT_EQ] = ACTIONS(4948), - [anon_sym_GT_EQ] = ACTIONS(4948), - [anon_sym_BANGin] = ACTIONS(4948), - [anon_sym_is] = ACTIONS(4946), - [anon_sym_BANGis] = ACTIONS(4948), - [anon_sym_PLUS] = ACTIONS(4946), - [anon_sym_DASH] = ACTIONS(4946), - [anon_sym_SLASH] = ACTIONS(4946), - [anon_sym_PERCENT] = ACTIONS(4946), - [anon_sym_as_QMARK] = ACTIONS(4948), - [anon_sym_PLUS_PLUS] = ACTIONS(4948), - [anon_sym_DASH_DASH] = ACTIONS(4948), - [anon_sym_BANG_BANG] = ACTIONS(4948), - [anon_sym_suspend] = ACTIONS(4946), - [anon_sym_sealed] = ACTIONS(4946), - [anon_sym_annotation] = ACTIONS(4946), - [anon_sym_data] = ACTIONS(4946), - [anon_sym_inner] = ACTIONS(4946), - [anon_sym_value] = ACTIONS(4946), - [anon_sym_override] = ACTIONS(4946), - [anon_sym_lateinit] = ACTIONS(4946), - [anon_sym_public] = ACTIONS(4946), - [anon_sym_private] = ACTIONS(4946), - [anon_sym_internal] = ACTIONS(4946), - [anon_sym_protected] = ACTIONS(4946), - [anon_sym_tailrec] = ACTIONS(4946), - [anon_sym_operator] = ACTIONS(4946), - [anon_sym_infix] = ACTIONS(4946), - [anon_sym_inline] = ACTIONS(4946), - [anon_sym_external] = ACTIONS(4946), - [sym_property_modifier] = ACTIONS(4946), - [anon_sym_abstract] = ACTIONS(4946), - [anon_sym_final] = ACTIONS(4946), - [anon_sym_open] = ACTIONS(4946), - [anon_sym_vararg] = ACTIONS(4946), - [anon_sym_noinline] = ACTIONS(4946), - [anon_sym_crossinline] = ACTIONS(4946), - [anon_sym_expect] = ACTIONS(4946), - [anon_sym_actual] = ACTIONS(4946), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4948), - [sym__automatic_semicolon] = ACTIONS(4948), - [sym_safe_nav] = ACTIONS(4948), + [3864] = { + [sym_type_constraints] = STATE(3325), + [sym_enum_class_body] = STATE(3510), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(7155), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_RBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_RPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4245), + [anon_sym_DASH_GT] = ACTIONS(4245), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_while] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4245), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), [sym_multiline_comment] = ACTIONS(3), }, - [3924] = { - [sym_function_body] = STATE(3110), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_object] = ACTIONS(4439), - [anon_sym_fun] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_this] = ACTIONS(4439), - [anon_sym_super] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4441), - [sym_label] = ACTIONS(4439), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_null] = ACTIONS(4439), - [anon_sym_if] = ACTIONS(4439), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_when] = ACTIONS(4439), - [anon_sym_try] = ACTIONS(4439), - [anon_sym_throw] = ACTIONS(4439), - [anon_sym_return] = ACTIONS(4439), - [anon_sym_continue] = ACTIONS(4439), - [anon_sym_break] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4441), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG] = ACTIONS(4439), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4441), - [anon_sym_continue_AT] = ACTIONS(4441), - [anon_sym_break_AT] = ACTIONS(4441), - [anon_sym_this_AT] = ACTIONS(4441), - [anon_sym_super_AT] = ACTIONS(4441), - [sym_real_literal] = ACTIONS(4441), - [sym_integer_literal] = ACTIONS(4439), - [sym_hex_literal] = ACTIONS(4441), - [sym_bin_literal] = ACTIONS(4441), - [anon_sym_true] = ACTIONS(4439), - [anon_sym_false] = ACTIONS(4439), - [anon_sym_SQUOTE] = ACTIONS(4441), - [sym__backtick_identifier] = ACTIONS(4441), - [sym__automatic_semicolon] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4441), - }, - [3925] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1526), - [sym__comparison_operator] = STATE(1527), - [sym__in_operator] = STATE(1528), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1529), - [sym__multiplicative_operator] = STATE(1531), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1535), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [3865] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1525), + [sym__comparison_operator] = STATE(1526), + [sym__in_operator] = STATE(1527), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1528), + [sym__multiplicative_operator] = STATE(1529), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1530), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3156), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3166), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3158), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3158), + [anon_sym_RBRACE] = ACTIONS(3168), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3168), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7147), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7149), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7151), - [anon_sym_while] = ACTIONS(3156), - [anon_sym_DOT_DOT] = ACTIONS(7153), - [anon_sym_QMARK_COLON] = ACTIONS(7155), - [anon_sym_AMP_AMP] = ACTIONS(7157), - [anon_sym_PIPE_PIPE] = ACTIONS(7159), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3158), - [anon_sym_DASH_EQ] = ACTIONS(3158), - [anon_sym_STAR_EQ] = ACTIONS(3158), - [anon_sym_SLASH_EQ] = ACTIONS(3158), - [anon_sym_PERCENT_EQ] = ACTIONS(3158), - [anon_sym_BANG_EQ] = ACTIONS(7161), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7163), - [anon_sym_EQ_EQ] = ACTIONS(7161), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7163), - [anon_sym_LT_EQ] = ACTIONS(7165), - [anon_sym_GT_EQ] = ACTIONS(7165), - [anon_sym_BANGin] = ACTIONS(7167), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7169), - [anon_sym_DASH] = ACTIONS(7169), - [anon_sym_SLASH] = ACTIONS(7149), - [anon_sym_PERCENT] = ACTIONS(7149), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7123), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7125), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7127), + [anon_sym_while] = ACTIONS(3166), + [anon_sym_DOT_DOT] = ACTIONS(7129), + [anon_sym_QMARK_COLON] = ACTIONS(7131), + [anon_sym_AMP_AMP] = ACTIONS(7133), + [anon_sym_PIPE_PIPE] = ACTIONS(7135), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3168), + [anon_sym_DASH_EQ] = ACTIONS(3168), + [anon_sym_STAR_EQ] = ACTIONS(3168), + [anon_sym_SLASH_EQ] = ACTIONS(3168), + [anon_sym_PERCENT_EQ] = ACTIONS(3168), + [anon_sym_BANG_EQ] = ACTIONS(7137), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7139), + [anon_sym_EQ_EQ] = ACTIONS(7137), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7139), + [anon_sym_LT_EQ] = ACTIONS(7141), + [anon_sym_GT_EQ] = ACTIONS(7141), + [anon_sym_BANGin] = ACTIONS(7143), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7145), + [anon_sym_DASH] = ACTIONS(7145), + [anon_sym_SLASH] = ACTIONS(7125), + [anon_sym_PERCENT] = ACTIONS(7125), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), - }, - [3926] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1526), - [sym__comparison_operator] = STATE(1527), - [sym__in_operator] = STATE(1528), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1529), - [sym__multiplicative_operator] = STATE(1531), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1535), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(3175), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3175), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(7149), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_while] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(7153), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3177), - [anon_sym_DASH_EQ] = ACTIONS(3177), - [anon_sym_STAR_EQ] = ACTIONS(3177), - [anon_sym_SLASH_EQ] = ACTIONS(3177), - [anon_sym_PERCENT_EQ] = ACTIONS(3177), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(7169), - [anon_sym_DASH] = ACTIONS(7169), - [anon_sym_SLASH] = ACTIONS(7149), - [anon_sym_PERCENT] = ACTIONS(7149), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3177), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [3927] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1526), - [sym__comparison_operator] = STATE(1527), - [sym__in_operator] = STATE(1528), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1529), - [sym__multiplicative_operator] = STATE(1531), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1535), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(3186), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3186), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3186), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_while] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [anon_sym_else] = ACTIONS(3186), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3188), - [anon_sym_DASH_EQ] = ACTIONS(3188), - [anon_sym_STAR_EQ] = ACTIONS(3188), - [anon_sym_SLASH_EQ] = ACTIONS(3188), - [anon_sym_PERCENT_EQ] = ACTIONS(3188), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [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(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3186), - [anon_sym_inner] = ACTIONS(3186), - [anon_sym_value] = ACTIONS(3186), - [anon_sym_expect] = ACTIONS(3186), - [anon_sym_actual] = ACTIONS(3186), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3188), - [sym_safe_nav] = ACTIONS(6740), + [3866] = { + [sym_class_body] = STATE(3537), + [sym_type_constraints] = STATE(3313), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(6168), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_RBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [anon_sym_DASH_GT] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [3928] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1526), - [sym__comparison_operator] = STATE(1527), - [sym__in_operator] = STATE(1528), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1529), - [sym__multiplicative_operator] = STATE(1531), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1535), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(7149), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_while] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3195), - [anon_sym_DASH_EQ] = ACTIONS(3195), - [anon_sym_STAR_EQ] = ACTIONS(3195), - [anon_sym_SLASH_EQ] = ACTIONS(3195), - [anon_sym_PERCENT_EQ] = ACTIONS(3195), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(7149), - [anon_sym_PERCENT] = ACTIONS(7149), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(6740), + [3867] = { + [sym__alpha_identifier] = ACTIONS(1824), + [anon_sym_AT] = ACTIONS(1826), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_as] = ACTIONS(1824), + [anon_sym_EQ] = ACTIONS(1824), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_COMMA] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1824), + [anon_sym_GT] = ACTIONS(1824), + [anon_sym_where] = ACTIONS(1824), + [anon_sym_DOT] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_get] = ACTIONS(1824), + [anon_sym_set] = ACTIONS(1824), + [anon_sym_STAR] = ACTIONS(1824), + [sym_label] = ACTIONS(1826), + [anon_sym_in] = ACTIONS(1824), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_QMARK_COLON] = ACTIONS(1826), + [anon_sym_AMP_AMP] = ACTIONS(1826), + [anon_sym_PIPE_PIPE] = ACTIONS(1826), + [anon_sym_else] = ACTIONS(1824), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_PLUS_EQ] = ACTIONS(1826), + [anon_sym_DASH_EQ] = ACTIONS(1826), + [anon_sym_STAR_EQ] = ACTIONS(1826), + [anon_sym_SLASH_EQ] = ACTIONS(1826), + [anon_sym_PERCENT_EQ] = ACTIONS(1826), + [anon_sym_BANG_EQ] = ACTIONS(1824), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1826), + [anon_sym_EQ_EQ] = ACTIONS(1824), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1826), + [anon_sym_LT_EQ] = ACTIONS(1826), + [anon_sym_GT_EQ] = ACTIONS(1826), + [anon_sym_BANGin] = ACTIONS(1826), + [anon_sym_is] = ACTIONS(1824), + [anon_sym_BANGis] = ACTIONS(1826), + [anon_sym_PLUS] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1824), + [anon_sym_SLASH] = ACTIONS(1824), + [anon_sym_PERCENT] = ACTIONS(1824), + [anon_sym_as_QMARK] = ACTIONS(1826), + [anon_sym_PLUS_PLUS] = ACTIONS(1826), + [anon_sym_DASH_DASH] = ACTIONS(1826), + [anon_sym_BANG_BANG] = ACTIONS(1826), + [anon_sym_suspend] = ACTIONS(1824), + [anon_sym_sealed] = ACTIONS(1824), + [anon_sym_annotation] = ACTIONS(1824), + [anon_sym_data] = ACTIONS(1824), + [anon_sym_inner] = ACTIONS(1824), + [anon_sym_value] = ACTIONS(1824), + [anon_sym_override] = ACTIONS(1824), + [anon_sym_lateinit] = ACTIONS(1824), + [anon_sym_public] = ACTIONS(1824), + [anon_sym_private] = ACTIONS(1824), + [anon_sym_internal] = ACTIONS(1824), + [anon_sym_protected] = ACTIONS(1824), + [anon_sym_tailrec] = ACTIONS(1824), + [anon_sym_operator] = ACTIONS(1824), + [anon_sym_infix] = ACTIONS(1824), + [anon_sym_inline] = ACTIONS(1824), + [anon_sym_external] = ACTIONS(1824), + [sym_property_modifier] = ACTIONS(1824), + [anon_sym_abstract] = ACTIONS(1824), + [anon_sym_final] = ACTIONS(1824), + [anon_sym_open] = ACTIONS(1824), + [anon_sym_vararg] = ACTIONS(1824), + [anon_sym_noinline] = ACTIONS(1824), + [anon_sym_crossinline] = ACTIONS(1824), + [anon_sym_expect] = ACTIONS(1824), + [anon_sym_actual] = ACTIONS(1824), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1826), + [sym__automatic_semicolon] = ACTIONS(1826), + [sym_safe_nav] = ACTIONS(1826), [sym_multiline_comment] = ACTIONS(3), }, - [3929] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1526), - [sym__comparison_operator] = STATE(1527), - [sym__in_operator] = STATE(1528), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1529), - [sym__multiplicative_operator] = STATE(1531), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1535), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7149), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_while] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(7153), - [anon_sym_QMARK_COLON] = ACTIONS(7155), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3162), - [anon_sym_DASH_EQ] = ACTIONS(3162), - [anon_sym_STAR_EQ] = ACTIONS(3162), - [anon_sym_SLASH_EQ] = ACTIONS(3162), - [anon_sym_PERCENT_EQ] = ACTIONS(3162), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(7169), - [anon_sym_DASH] = ACTIONS(7169), - [anon_sym_SLASH] = ACTIONS(7149), - [anon_sym_PERCENT] = ACTIONS(7149), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [3868] = { + [sym__alpha_identifier] = ACTIONS(4778), + [anon_sym_AT] = ACTIONS(4780), + [anon_sym_LBRACK] = ACTIONS(4780), + [anon_sym_as] = ACTIONS(4778), + [anon_sym_EQ] = ACTIONS(4778), + [anon_sym_LBRACE] = ACTIONS(4780), + [anon_sym_RBRACE] = ACTIONS(4780), + [anon_sym_LPAREN] = ACTIONS(4780), + [anon_sym_COMMA] = ACTIONS(4780), + [anon_sym_LT] = ACTIONS(4778), + [anon_sym_GT] = ACTIONS(4778), + [anon_sym_where] = ACTIONS(4778), + [anon_sym_DOT] = ACTIONS(4778), + [anon_sym_SEMI] = ACTIONS(4780), + [anon_sym_get] = ACTIONS(4778), + [anon_sym_set] = ACTIONS(4778), + [anon_sym_STAR] = ACTIONS(4778), + [sym_label] = ACTIONS(4780), + [anon_sym_in] = ACTIONS(4778), + [anon_sym_DOT_DOT] = ACTIONS(4780), + [anon_sym_QMARK_COLON] = ACTIONS(4780), + [anon_sym_AMP_AMP] = ACTIONS(4780), + [anon_sym_PIPE_PIPE] = ACTIONS(4780), + [anon_sym_else] = ACTIONS(4778), + [anon_sym_COLON_COLON] = ACTIONS(4780), + [anon_sym_PLUS_EQ] = ACTIONS(4780), + [anon_sym_DASH_EQ] = ACTIONS(4780), + [anon_sym_STAR_EQ] = ACTIONS(4780), + [anon_sym_SLASH_EQ] = ACTIONS(4780), + [anon_sym_PERCENT_EQ] = ACTIONS(4780), + [anon_sym_BANG_EQ] = ACTIONS(4778), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4780), + [anon_sym_EQ_EQ] = ACTIONS(4778), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4780), + [anon_sym_LT_EQ] = ACTIONS(4780), + [anon_sym_GT_EQ] = ACTIONS(4780), + [anon_sym_BANGin] = ACTIONS(4780), + [anon_sym_is] = ACTIONS(4778), + [anon_sym_BANGis] = ACTIONS(4780), + [anon_sym_PLUS] = ACTIONS(4778), + [anon_sym_DASH] = ACTIONS(4778), + [anon_sym_SLASH] = ACTIONS(4778), + [anon_sym_PERCENT] = ACTIONS(4778), + [anon_sym_as_QMARK] = ACTIONS(4780), + [anon_sym_PLUS_PLUS] = ACTIONS(4780), + [anon_sym_DASH_DASH] = ACTIONS(4780), + [anon_sym_BANG_BANG] = ACTIONS(4780), + [anon_sym_suspend] = ACTIONS(4778), + [anon_sym_sealed] = ACTIONS(4778), + [anon_sym_annotation] = ACTIONS(4778), + [anon_sym_data] = ACTIONS(4778), + [anon_sym_inner] = ACTIONS(4778), + [anon_sym_value] = ACTIONS(4778), + [anon_sym_override] = ACTIONS(4778), + [anon_sym_lateinit] = ACTIONS(4778), + [anon_sym_public] = ACTIONS(4778), + [anon_sym_private] = ACTIONS(4778), + [anon_sym_internal] = ACTIONS(4778), + [anon_sym_protected] = ACTIONS(4778), + [anon_sym_tailrec] = ACTIONS(4778), + [anon_sym_operator] = ACTIONS(4778), + [anon_sym_infix] = ACTIONS(4778), + [anon_sym_inline] = ACTIONS(4778), + [anon_sym_external] = ACTIONS(4778), + [sym_property_modifier] = ACTIONS(4778), + [anon_sym_abstract] = ACTIONS(4778), + [anon_sym_final] = ACTIONS(4778), + [anon_sym_open] = ACTIONS(4778), + [anon_sym_vararg] = ACTIONS(4778), + [anon_sym_noinline] = ACTIONS(4778), + [anon_sym_crossinline] = ACTIONS(4778), + [anon_sym_expect] = ACTIONS(4778), + [anon_sym_actual] = ACTIONS(4778), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym__backtick_identifier] = ACTIONS(4780), + [sym__automatic_semicolon] = ACTIONS(4780), + [sym_safe_nav] = ACTIONS(4780), [sym_multiline_comment] = ACTIONS(3), }, - [3930] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1526), - [sym__comparison_operator] = STATE(1527), - [sym__in_operator] = STATE(1528), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1529), - [sym__multiplicative_operator] = STATE(1531), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1535), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3144), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3146), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7149), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7151), - [anon_sym_while] = ACTIONS(3144), - [anon_sym_DOT_DOT] = ACTIONS(7153), - [anon_sym_QMARK_COLON] = ACTIONS(7155), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3146), - [anon_sym_DASH_EQ] = ACTIONS(3146), - [anon_sym_STAR_EQ] = ACTIONS(3146), - [anon_sym_SLASH_EQ] = ACTIONS(3146), - [anon_sym_PERCENT_EQ] = ACTIONS(3146), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(7167), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7169), - [anon_sym_DASH] = ACTIONS(7169), - [anon_sym_SLASH] = ACTIONS(7149), - [anon_sym_PERCENT] = ACTIONS(7149), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [3869] = { + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(4129), + [anon_sym_LBRACE] = ACTIONS(4131), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), [sym_multiline_comment] = ACTIONS(3), }, - [3931] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1526), - [sym__comparison_operator] = STATE(1527), - [sym__in_operator] = STATE(1528), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1529), - [sym__multiplicative_operator] = STATE(1531), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1535), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3142), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3142), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7147), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7149), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7151), - [anon_sym_while] = ACTIONS(3140), - [anon_sym_DOT_DOT] = ACTIONS(7153), - [anon_sym_QMARK_COLON] = ACTIONS(7155), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3142), - [anon_sym_DASH_EQ] = ACTIONS(3142), - [anon_sym_STAR_EQ] = ACTIONS(3142), - [anon_sym_SLASH_EQ] = ACTIONS(3142), - [anon_sym_PERCENT_EQ] = ACTIONS(3142), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), - [anon_sym_LT_EQ] = ACTIONS(7165), - [anon_sym_GT_EQ] = ACTIONS(7165), - [anon_sym_BANGin] = ACTIONS(7167), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7169), - [anon_sym_DASH] = ACTIONS(7169), - [anon_sym_SLASH] = ACTIONS(7149), - [anon_sym_PERCENT] = ACTIONS(7149), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), + [3870] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3873), + [sym__alpha_identifier] = ACTIONS(4704), + [anon_sym_AT] = ACTIONS(4706), + [anon_sym_LBRACK] = ACTIONS(4706), + [anon_sym_as] = ACTIONS(4704), + [anon_sym_LBRACE] = ACTIONS(4706), + [anon_sym_RBRACE] = ACTIONS(4706), + [anon_sym_LPAREN] = ACTIONS(4706), + [anon_sym_COMMA] = ACTIONS(7157), + [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(4706), + [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_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(4706), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4706), + [anon_sym_super_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), }, - [3932] = { - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_EQ] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(3290), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(3286), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3286), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_PLUS_EQ] = ACTIONS(3290), - [anon_sym_DASH_EQ] = ACTIONS(3290), - [anon_sym_STAR_EQ] = ACTIONS(3290), - [anon_sym_SLASH_EQ] = ACTIONS(3290), - [anon_sym_PERCENT_EQ] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3286), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3286), - [anon_sym_sealed] = ACTIONS(3286), - [anon_sym_annotation] = ACTIONS(3286), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_override] = ACTIONS(3286), - [anon_sym_lateinit] = ACTIONS(3286), - [anon_sym_public] = ACTIONS(3286), - [anon_sym_private] = ACTIONS(3286), - [anon_sym_internal] = ACTIONS(3286), - [anon_sym_protected] = ACTIONS(3286), - [anon_sym_tailrec] = ACTIONS(3286), - [anon_sym_operator] = ACTIONS(3286), - [anon_sym_infix] = ACTIONS(3286), - [anon_sym_inline] = ACTIONS(3286), - [anon_sym_external] = ACTIONS(3286), - [sym_property_modifier] = ACTIONS(3286), - [anon_sym_abstract] = ACTIONS(3286), - [anon_sym_final] = ACTIONS(3286), - [anon_sym_open] = ACTIONS(3286), - [anon_sym_vararg] = ACTIONS(3286), - [anon_sym_noinline] = ACTIONS(3286), - [anon_sym_crossinline] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [3871] = { + [sym_function_body] = STATE(3464), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_RBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_RPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4321), + [anon_sym_DASH_GT] = ACTIONS(4321), + [sym_label] = ACTIONS(4321), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_while] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4321), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), [sym_multiline_comment] = ACTIONS(3), }, - [3933] = { - [sym__alpha_identifier] = ACTIONS(5163), - [anon_sym_AT] = ACTIONS(5165), - [anon_sym_LBRACK] = ACTIONS(5165), - [anon_sym_as] = ACTIONS(5163), - [anon_sym_EQ] = ACTIONS(5163), - [anon_sym_LBRACE] = ACTIONS(5165), - [anon_sym_RBRACE] = ACTIONS(5165), - [anon_sym_LPAREN] = ACTIONS(5165), - [anon_sym_COMMA] = ACTIONS(5165), - [anon_sym_LT] = ACTIONS(5163), - [anon_sym_GT] = ACTIONS(5163), - [anon_sym_where] = ACTIONS(5163), - [anon_sym_DOT] = ACTIONS(5163), - [anon_sym_SEMI] = ACTIONS(5165), - [anon_sym_get] = ACTIONS(5163), - [anon_sym_set] = ACTIONS(5163), - [anon_sym_STAR] = ACTIONS(5163), - [sym_label] = ACTIONS(5165), - [anon_sym_in] = ACTIONS(5163), - [anon_sym_DOT_DOT] = ACTIONS(5165), - [anon_sym_QMARK_COLON] = ACTIONS(5165), - [anon_sym_AMP_AMP] = ACTIONS(5165), - [anon_sym_PIPE_PIPE] = ACTIONS(5165), - [anon_sym_else] = ACTIONS(5163), - [anon_sym_COLON_COLON] = ACTIONS(5165), - [anon_sym_PLUS_EQ] = ACTIONS(5165), - [anon_sym_DASH_EQ] = ACTIONS(5165), - [anon_sym_STAR_EQ] = ACTIONS(5165), - [anon_sym_SLASH_EQ] = ACTIONS(5165), - [anon_sym_PERCENT_EQ] = ACTIONS(5165), - [anon_sym_BANG_EQ] = ACTIONS(5163), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5165), - [anon_sym_EQ_EQ] = ACTIONS(5163), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5165), - [anon_sym_LT_EQ] = ACTIONS(5165), - [anon_sym_GT_EQ] = ACTIONS(5165), - [anon_sym_BANGin] = ACTIONS(5165), - [anon_sym_is] = ACTIONS(5163), - [anon_sym_BANGis] = ACTIONS(5165), - [anon_sym_PLUS] = ACTIONS(5163), - [anon_sym_DASH] = ACTIONS(5163), - [anon_sym_SLASH] = ACTIONS(5163), - [anon_sym_PERCENT] = ACTIONS(5163), - [anon_sym_as_QMARK] = ACTIONS(5165), - [anon_sym_PLUS_PLUS] = ACTIONS(5165), - [anon_sym_DASH_DASH] = ACTIONS(5165), - [anon_sym_BANG_BANG] = ACTIONS(5165), - [anon_sym_suspend] = ACTIONS(5163), - [anon_sym_sealed] = ACTIONS(5163), - [anon_sym_annotation] = ACTIONS(5163), - [anon_sym_data] = ACTIONS(5163), - [anon_sym_inner] = ACTIONS(5163), - [anon_sym_value] = ACTIONS(5163), - [anon_sym_override] = ACTIONS(5163), - [anon_sym_lateinit] = ACTIONS(5163), - [anon_sym_public] = ACTIONS(5163), - [anon_sym_private] = ACTIONS(5163), - [anon_sym_internal] = ACTIONS(5163), - [anon_sym_protected] = ACTIONS(5163), - [anon_sym_tailrec] = ACTIONS(5163), - [anon_sym_operator] = ACTIONS(5163), - [anon_sym_infix] = ACTIONS(5163), - [anon_sym_inline] = ACTIONS(5163), - [anon_sym_external] = ACTIONS(5163), - [sym_property_modifier] = ACTIONS(5163), - [anon_sym_abstract] = ACTIONS(5163), - [anon_sym_final] = ACTIONS(5163), - [anon_sym_open] = ACTIONS(5163), - [anon_sym_vararg] = ACTIONS(5163), - [anon_sym_noinline] = ACTIONS(5163), - [anon_sym_crossinline] = ACTIONS(5163), - [anon_sym_expect] = ACTIONS(5163), - [anon_sym_actual] = ACTIONS(5163), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5165), - [sym__automatic_semicolon] = ACTIONS(5165), - [sym_safe_nav] = ACTIONS(5165), + [3872] = { + [sym__alpha_identifier] = ACTIONS(4343), + [anon_sym_AT] = ACTIONS(4345), + [anon_sym_LBRACK] = ACTIONS(4345), + [anon_sym_as] = ACTIONS(4343), + [anon_sym_EQ] = ACTIONS(4343), + [anon_sym_LBRACE] = ACTIONS(4345), + [anon_sym_RBRACE] = ACTIONS(4345), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_COMMA] = ACTIONS(4345), + [anon_sym_LT] = ACTIONS(4343), + [anon_sym_GT] = ACTIONS(4343), + [anon_sym_where] = ACTIONS(4343), + [anon_sym_DOT] = ACTIONS(4343), + [anon_sym_SEMI] = ACTIONS(4345), + [anon_sym_get] = ACTIONS(4343), + [anon_sym_set] = ACTIONS(4343), + [anon_sym_STAR] = ACTIONS(4343), + [sym_label] = ACTIONS(4345), + [anon_sym_in] = ACTIONS(4343), + [anon_sym_DOT_DOT] = ACTIONS(4345), + [anon_sym_QMARK_COLON] = ACTIONS(4345), + [anon_sym_AMP_AMP] = ACTIONS(4345), + [anon_sym_PIPE_PIPE] = ACTIONS(4345), + [anon_sym_else] = ACTIONS(4343), + [anon_sym_COLON_COLON] = ACTIONS(4345), + [anon_sym_PLUS_EQ] = ACTIONS(4345), + [anon_sym_DASH_EQ] = ACTIONS(4345), + [anon_sym_STAR_EQ] = ACTIONS(4345), + [anon_sym_SLASH_EQ] = ACTIONS(4345), + [anon_sym_PERCENT_EQ] = ACTIONS(4345), + [anon_sym_BANG_EQ] = ACTIONS(4343), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4345), + [anon_sym_EQ_EQ] = ACTIONS(4343), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4345), + [anon_sym_LT_EQ] = ACTIONS(4345), + [anon_sym_GT_EQ] = ACTIONS(4345), + [anon_sym_BANGin] = ACTIONS(4345), + [anon_sym_is] = ACTIONS(4343), + [anon_sym_BANGis] = ACTIONS(4345), + [anon_sym_PLUS] = ACTIONS(4343), + [anon_sym_DASH] = ACTIONS(4343), + [anon_sym_SLASH] = ACTIONS(4343), + [anon_sym_PERCENT] = ACTIONS(4343), + [anon_sym_as_QMARK] = ACTIONS(4345), + [anon_sym_PLUS_PLUS] = ACTIONS(4345), + [anon_sym_DASH_DASH] = ACTIONS(4345), + [anon_sym_BANG_BANG] = ACTIONS(4345), + [anon_sym_suspend] = ACTIONS(4343), + [anon_sym_sealed] = ACTIONS(4343), + [anon_sym_annotation] = ACTIONS(4343), + [anon_sym_data] = ACTIONS(4343), + [anon_sym_inner] = ACTIONS(4343), + [anon_sym_value] = ACTIONS(4343), + [anon_sym_override] = ACTIONS(4343), + [anon_sym_lateinit] = ACTIONS(4343), + [anon_sym_public] = ACTIONS(4343), + [anon_sym_private] = ACTIONS(4343), + [anon_sym_internal] = ACTIONS(4343), + [anon_sym_protected] = ACTIONS(4343), + [anon_sym_tailrec] = ACTIONS(4343), + [anon_sym_operator] = ACTIONS(4343), + [anon_sym_infix] = ACTIONS(4343), + [anon_sym_inline] = ACTIONS(4343), + [anon_sym_external] = ACTIONS(4343), + [sym_property_modifier] = ACTIONS(4343), + [anon_sym_abstract] = ACTIONS(4343), + [anon_sym_final] = ACTIONS(4343), + [anon_sym_open] = ACTIONS(4343), + [anon_sym_vararg] = ACTIONS(4343), + [anon_sym_noinline] = ACTIONS(4343), + [anon_sym_crossinline] = ACTIONS(4343), + [anon_sym_expect] = ACTIONS(4343), + [anon_sym_actual] = ACTIONS(4343), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4345), + [sym__automatic_semicolon] = ACTIONS(4345), + [sym_safe_nav] = ACTIONS(4345), [sym_multiline_comment] = ACTIONS(3), }, - [3934] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1526), - [sym__comparison_operator] = STATE(1527), - [sym__in_operator] = STATE(1528), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1529), - [sym__multiplicative_operator] = STATE(1531), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1535), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3136), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3138), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3138), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7147), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7149), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7151), - [anon_sym_while] = ACTIONS(3136), - [anon_sym_DOT_DOT] = ACTIONS(7153), - [anon_sym_QMARK_COLON] = ACTIONS(7155), - [anon_sym_AMP_AMP] = ACTIONS(7157), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3138), - [anon_sym_DASH_EQ] = ACTIONS(3138), - [anon_sym_STAR_EQ] = ACTIONS(3138), - [anon_sym_SLASH_EQ] = ACTIONS(3138), - [anon_sym_PERCENT_EQ] = ACTIONS(3138), - [anon_sym_BANG_EQ] = ACTIONS(7161), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7163), - [anon_sym_EQ_EQ] = ACTIONS(7161), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7163), - [anon_sym_LT_EQ] = ACTIONS(7165), - [anon_sym_GT_EQ] = ACTIONS(7165), - [anon_sym_BANGin] = ACTIONS(7167), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7169), - [anon_sym_DASH] = ACTIONS(7169), - [anon_sym_SLASH] = ACTIONS(7149), - [anon_sym_PERCENT] = ACTIONS(7149), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), + [3873] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3928), + [sym__alpha_identifier] = ACTIONS(4714), + [anon_sym_AT] = ACTIONS(4716), + [anon_sym_LBRACK] = ACTIONS(4716), + [anon_sym_as] = ACTIONS(4714), + [anon_sym_LBRACE] = ACTIONS(4716), + [anon_sym_RBRACE] = ACTIONS(4716), + [anon_sym_LPAREN] = ACTIONS(4716), + [anon_sym_COMMA] = ACTIONS(7157), + [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(4716), + [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_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(4716), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4716), + [anon_sym_super_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), }, - [3935] = { - [sym__alpha_identifier] = ACTIONS(4950), - [anon_sym_AT] = ACTIONS(4952), - [anon_sym_LBRACK] = ACTIONS(4952), - [anon_sym_as] = ACTIONS(4950), - [anon_sym_EQ] = ACTIONS(4950), - [anon_sym_LBRACE] = ACTIONS(4952), - [anon_sym_RBRACE] = ACTIONS(4952), - [anon_sym_LPAREN] = ACTIONS(4952), - [anon_sym_COMMA] = ACTIONS(4952), - [anon_sym_LT] = ACTIONS(4950), - [anon_sym_GT] = ACTIONS(4950), - [anon_sym_where] = ACTIONS(4950), - [anon_sym_DOT] = ACTIONS(4950), - [anon_sym_SEMI] = ACTIONS(4952), - [anon_sym_get] = ACTIONS(4950), - [anon_sym_set] = ACTIONS(4950), - [anon_sym_STAR] = ACTIONS(4950), - [sym_label] = ACTIONS(4952), - [anon_sym_in] = ACTIONS(4950), - [anon_sym_DOT_DOT] = ACTIONS(4952), - [anon_sym_QMARK_COLON] = ACTIONS(4952), - [anon_sym_AMP_AMP] = ACTIONS(4952), - [anon_sym_PIPE_PIPE] = ACTIONS(4952), - [anon_sym_else] = ACTIONS(4950), - [anon_sym_COLON_COLON] = ACTIONS(4952), - [anon_sym_PLUS_EQ] = ACTIONS(4952), - [anon_sym_DASH_EQ] = ACTIONS(4952), - [anon_sym_STAR_EQ] = ACTIONS(4952), - [anon_sym_SLASH_EQ] = ACTIONS(4952), - [anon_sym_PERCENT_EQ] = ACTIONS(4952), - [anon_sym_BANG_EQ] = ACTIONS(4950), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4952), - [anon_sym_EQ_EQ] = ACTIONS(4950), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4952), - [anon_sym_LT_EQ] = ACTIONS(4952), - [anon_sym_GT_EQ] = ACTIONS(4952), - [anon_sym_BANGin] = ACTIONS(4952), - [anon_sym_is] = ACTIONS(4950), - [anon_sym_BANGis] = ACTIONS(4952), - [anon_sym_PLUS] = ACTIONS(4950), - [anon_sym_DASH] = ACTIONS(4950), - [anon_sym_SLASH] = ACTIONS(4950), - [anon_sym_PERCENT] = ACTIONS(4950), - [anon_sym_as_QMARK] = ACTIONS(4952), - [anon_sym_PLUS_PLUS] = ACTIONS(4952), - [anon_sym_DASH_DASH] = ACTIONS(4952), - [anon_sym_BANG_BANG] = ACTIONS(4952), - [anon_sym_suspend] = ACTIONS(4950), - [anon_sym_sealed] = ACTIONS(4950), - [anon_sym_annotation] = ACTIONS(4950), - [anon_sym_data] = ACTIONS(4950), - [anon_sym_inner] = ACTIONS(4950), - [anon_sym_value] = ACTIONS(4950), - [anon_sym_override] = ACTIONS(4950), - [anon_sym_lateinit] = ACTIONS(4950), - [anon_sym_public] = ACTIONS(4950), - [anon_sym_private] = ACTIONS(4950), - [anon_sym_internal] = ACTIONS(4950), - [anon_sym_protected] = ACTIONS(4950), - [anon_sym_tailrec] = ACTIONS(4950), - [anon_sym_operator] = ACTIONS(4950), - [anon_sym_infix] = ACTIONS(4950), - [anon_sym_inline] = ACTIONS(4950), - [anon_sym_external] = ACTIONS(4950), - [sym_property_modifier] = ACTIONS(4950), - [anon_sym_abstract] = ACTIONS(4950), - [anon_sym_final] = ACTIONS(4950), - [anon_sym_open] = ACTIONS(4950), - [anon_sym_vararg] = ACTIONS(4950), - [anon_sym_noinline] = ACTIONS(4950), - [anon_sym_crossinline] = ACTIONS(4950), - [anon_sym_expect] = ACTIONS(4950), - [anon_sym_actual] = ACTIONS(4950), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4952), - [sym__automatic_semicolon] = ACTIONS(4952), - [sym_safe_nav] = ACTIONS(4952), + [3874] = { + [sym__alpha_identifier] = ACTIONS(4458), + [anon_sym_AT] = ACTIONS(4460), + [anon_sym_LBRACK] = ACTIONS(4460), + [anon_sym_as] = ACTIONS(4458), + [anon_sym_EQ] = ACTIONS(4458), + [anon_sym_LBRACE] = ACTIONS(4460), + [anon_sym_RBRACE] = ACTIONS(4460), + [anon_sym_LPAREN] = ACTIONS(4460), + [anon_sym_COMMA] = ACTIONS(4460), + [anon_sym_LT] = ACTIONS(4458), + [anon_sym_GT] = ACTIONS(4458), + [anon_sym_where] = ACTIONS(4458), + [anon_sym_DOT] = ACTIONS(4458), + [anon_sym_SEMI] = ACTIONS(4460), + [anon_sym_get] = ACTIONS(4458), + [anon_sym_set] = ACTIONS(4458), + [anon_sym_STAR] = ACTIONS(4458), + [sym_label] = ACTIONS(4460), + [anon_sym_in] = ACTIONS(4458), + [anon_sym_DOT_DOT] = ACTIONS(4460), + [anon_sym_QMARK_COLON] = ACTIONS(4460), + [anon_sym_AMP_AMP] = ACTIONS(4460), + [anon_sym_PIPE_PIPE] = ACTIONS(4460), + [anon_sym_else] = ACTIONS(4458), + [anon_sym_COLON_COLON] = ACTIONS(4460), + [anon_sym_PLUS_EQ] = ACTIONS(4460), + [anon_sym_DASH_EQ] = ACTIONS(4460), + [anon_sym_STAR_EQ] = ACTIONS(4460), + [anon_sym_SLASH_EQ] = ACTIONS(4460), + [anon_sym_PERCENT_EQ] = ACTIONS(4460), + [anon_sym_BANG_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4460), + [anon_sym_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4460), + [anon_sym_LT_EQ] = ACTIONS(4460), + [anon_sym_GT_EQ] = ACTIONS(4460), + [anon_sym_BANGin] = ACTIONS(4460), + [anon_sym_is] = ACTIONS(4458), + [anon_sym_BANGis] = ACTIONS(4460), + [anon_sym_PLUS] = ACTIONS(4458), + [anon_sym_DASH] = ACTIONS(4458), + [anon_sym_SLASH] = ACTIONS(4458), + [anon_sym_PERCENT] = ACTIONS(4458), + [anon_sym_as_QMARK] = ACTIONS(4460), + [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(4460), + [anon_sym_BANG_BANG] = ACTIONS(4460), + [anon_sym_suspend] = ACTIONS(4458), + [anon_sym_sealed] = ACTIONS(4458), + [anon_sym_annotation] = ACTIONS(4458), + [anon_sym_data] = ACTIONS(4458), + [anon_sym_inner] = ACTIONS(4458), + [anon_sym_value] = ACTIONS(4458), + [anon_sym_override] = ACTIONS(4458), + [anon_sym_lateinit] = ACTIONS(4458), + [anon_sym_public] = ACTIONS(4458), + [anon_sym_private] = ACTIONS(4458), + [anon_sym_internal] = ACTIONS(4458), + [anon_sym_protected] = ACTIONS(4458), + [anon_sym_tailrec] = ACTIONS(4458), + [anon_sym_operator] = ACTIONS(4458), + [anon_sym_infix] = ACTIONS(4458), + [anon_sym_inline] = ACTIONS(4458), + [anon_sym_external] = ACTIONS(4458), + [sym_property_modifier] = ACTIONS(4458), + [anon_sym_abstract] = ACTIONS(4458), + [anon_sym_final] = ACTIONS(4458), + [anon_sym_open] = ACTIONS(4458), + [anon_sym_vararg] = ACTIONS(4458), + [anon_sym_noinline] = ACTIONS(4458), + [anon_sym_crossinline] = ACTIONS(4458), + [anon_sym_expect] = ACTIONS(4458), + [anon_sym_actual] = ACTIONS(4458), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4460), + [sym__automatic_semicolon] = ACTIONS(4460), + [sym_safe_nav] = ACTIONS(4460), [sym_multiline_comment] = ACTIONS(3), }, - [3936] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1526), - [sym__comparison_operator] = STATE(1527), - [sym__in_operator] = STATE(1528), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1529), - [sym__multiplicative_operator] = STATE(1531), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1535), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3117), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3119), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3119), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7147), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7149), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7151), - [anon_sym_while] = ACTIONS(3117), - [anon_sym_DOT_DOT] = ACTIONS(7153), - [anon_sym_QMARK_COLON] = ACTIONS(7155), - [anon_sym_AMP_AMP] = ACTIONS(3119), - [anon_sym_PIPE_PIPE] = ACTIONS(3119), - [anon_sym_else] = ACTIONS(3117), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3119), - [anon_sym_DASH_EQ] = ACTIONS(3119), - [anon_sym_STAR_EQ] = ACTIONS(3119), - [anon_sym_SLASH_EQ] = ACTIONS(3119), - [anon_sym_PERCENT_EQ] = ACTIONS(3119), - [anon_sym_BANG_EQ] = ACTIONS(7161), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7163), - [anon_sym_EQ_EQ] = ACTIONS(7161), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7163), - [anon_sym_LT_EQ] = ACTIONS(7165), - [anon_sym_GT_EQ] = ACTIONS(7165), - [anon_sym_BANGin] = ACTIONS(7167), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7169), - [anon_sym_DASH] = ACTIONS(7169), - [anon_sym_SLASH] = ACTIONS(7149), - [anon_sym_PERCENT] = ACTIONS(7149), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [3875] = { + [sym__alpha_identifier] = ACTIONS(4914), + [anon_sym_AT] = ACTIONS(4916), + [anon_sym_LBRACK] = ACTIONS(4916), + [anon_sym_as] = ACTIONS(4914), + [anon_sym_EQ] = ACTIONS(4914), + [anon_sym_LBRACE] = ACTIONS(4916), + [anon_sym_RBRACE] = ACTIONS(4916), + [anon_sym_LPAREN] = ACTIONS(4916), + [anon_sym_COMMA] = ACTIONS(4916), + [anon_sym_LT] = ACTIONS(4914), + [anon_sym_GT] = ACTIONS(4914), + [anon_sym_where] = ACTIONS(4914), + [anon_sym_DOT] = ACTIONS(4914), + [anon_sym_SEMI] = ACTIONS(4916), + [anon_sym_get] = ACTIONS(4914), + [anon_sym_set] = ACTIONS(4914), + [anon_sym_STAR] = ACTIONS(4914), + [sym_label] = ACTIONS(4916), + [anon_sym_in] = ACTIONS(4914), + [anon_sym_DOT_DOT] = ACTIONS(4916), + [anon_sym_QMARK_COLON] = ACTIONS(4916), + [anon_sym_AMP_AMP] = ACTIONS(4916), + [anon_sym_PIPE_PIPE] = ACTIONS(4916), + [anon_sym_else] = ACTIONS(4914), + [anon_sym_COLON_COLON] = ACTIONS(4916), + [anon_sym_PLUS_EQ] = ACTIONS(4916), + [anon_sym_DASH_EQ] = ACTIONS(4916), + [anon_sym_STAR_EQ] = ACTIONS(4916), + [anon_sym_SLASH_EQ] = ACTIONS(4916), + [anon_sym_PERCENT_EQ] = ACTIONS(4916), + [anon_sym_BANG_EQ] = ACTIONS(4914), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4916), + [anon_sym_EQ_EQ] = ACTIONS(4914), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4916), + [anon_sym_LT_EQ] = ACTIONS(4916), + [anon_sym_GT_EQ] = ACTIONS(4916), + [anon_sym_BANGin] = ACTIONS(4916), + [anon_sym_is] = ACTIONS(4914), + [anon_sym_BANGis] = ACTIONS(4916), + [anon_sym_PLUS] = ACTIONS(4914), + [anon_sym_DASH] = ACTIONS(4914), + [anon_sym_SLASH] = ACTIONS(4914), + [anon_sym_PERCENT] = ACTIONS(4914), + [anon_sym_as_QMARK] = ACTIONS(4916), + [anon_sym_PLUS_PLUS] = ACTIONS(4916), + [anon_sym_DASH_DASH] = ACTIONS(4916), + [anon_sym_BANG_BANG] = ACTIONS(4916), + [anon_sym_suspend] = ACTIONS(4914), + [anon_sym_sealed] = ACTIONS(4914), + [anon_sym_annotation] = ACTIONS(4914), + [anon_sym_data] = ACTIONS(4914), + [anon_sym_inner] = ACTIONS(4914), + [anon_sym_value] = ACTIONS(4914), + [anon_sym_override] = ACTIONS(4914), + [anon_sym_lateinit] = ACTIONS(4914), + [anon_sym_public] = ACTIONS(4914), + [anon_sym_private] = ACTIONS(4914), + [anon_sym_internal] = ACTIONS(4914), + [anon_sym_protected] = ACTIONS(4914), + [anon_sym_tailrec] = ACTIONS(4914), + [anon_sym_operator] = ACTIONS(4914), + [anon_sym_infix] = ACTIONS(4914), + [anon_sym_inline] = ACTIONS(4914), + [anon_sym_external] = ACTIONS(4914), + [sym_property_modifier] = ACTIONS(4914), + [anon_sym_abstract] = ACTIONS(4914), + [anon_sym_final] = ACTIONS(4914), + [anon_sym_open] = ACTIONS(4914), + [anon_sym_vararg] = ACTIONS(4914), + [anon_sym_noinline] = ACTIONS(4914), + [anon_sym_crossinline] = ACTIONS(4914), + [anon_sym_expect] = ACTIONS(4914), + [anon_sym_actual] = ACTIONS(4914), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym__backtick_identifier] = ACTIONS(4916), + [sym__automatic_semicolon] = ACTIONS(4916), + [sym_safe_nav] = ACTIONS(4916), [sym_multiline_comment] = ACTIONS(3), }, - [3937] = { - [sym_function_body] = STATE(3942), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [sym_label] = ACTIONS(4297), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), + [3876] = { + [sym__alpha_identifier] = ACTIONS(4942), + [anon_sym_AT] = ACTIONS(4944), + [anon_sym_LBRACK] = ACTIONS(4944), + [anon_sym_as] = ACTIONS(4942), + [anon_sym_EQ] = ACTIONS(4942), + [anon_sym_LBRACE] = ACTIONS(4944), + [anon_sym_RBRACE] = ACTIONS(4944), + [anon_sym_LPAREN] = ACTIONS(4944), + [anon_sym_COMMA] = ACTIONS(4944), + [anon_sym_LT] = ACTIONS(4942), + [anon_sym_GT] = ACTIONS(4942), + [anon_sym_where] = ACTIONS(4942), + [anon_sym_DOT] = ACTIONS(4942), + [anon_sym_SEMI] = ACTIONS(4944), + [anon_sym_get] = ACTIONS(4942), + [anon_sym_set] = ACTIONS(4942), + [anon_sym_STAR] = ACTIONS(4942), + [sym_label] = ACTIONS(4944), + [anon_sym_in] = ACTIONS(4942), + [anon_sym_DOT_DOT] = ACTIONS(4944), + [anon_sym_QMARK_COLON] = ACTIONS(4944), + [anon_sym_AMP_AMP] = ACTIONS(4944), + [anon_sym_PIPE_PIPE] = ACTIONS(4944), + [anon_sym_else] = ACTIONS(4942), + [anon_sym_COLON_COLON] = ACTIONS(4944), + [anon_sym_PLUS_EQ] = ACTIONS(4944), + [anon_sym_DASH_EQ] = ACTIONS(4944), + [anon_sym_STAR_EQ] = ACTIONS(4944), + [anon_sym_SLASH_EQ] = ACTIONS(4944), + [anon_sym_PERCENT_EQ] = ACTIONS(4944), + [anon_sym_BANG_EQ] = ACTIONS(4942), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4944), + [anon_sym_EQ_EQ] = ACTIONS(4942), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4944), + [anon_sym_LT_EQ] = ACTIONS(4944), + [anon_sym_GT_EQ] = ACTIONS(4944), + [anon_sym_BANGin] = ACTIONS(4944), + [anon_sym_is] = ACTIONS(4942), + [anon_sym_BANGis] = ACTIONS(4944), + [anon_sym_PLUS] = ACTIONS(4942), + [anon_sym_DASH] = ACTIONS(4942), + [anon_sym_SLASH] = ACTIONS(4942), + [anon_sym_PERCENT] = ACTIONS(4942), + [anon_sym_as_QMARK] = ACTIONS(4944), + [anon_sym_PLUS_PLUS] = ACTIONS(4944), + [anon_sym_DASH_DASH] = ACTIONS(4944), + [anon_sym_BANG_BANG] = ACTIONS(4944), + [anon_sym_suspend] = ACTIONS(4942), + [anon_sym_sealed] = ACTIONS(4942), + [anon_sym_annotation] = ACTIONS(4942), + [anon_sym_data] = ACTIONS(4942), + [anon_sym_inner] = ACTIONS(4942), + [anon_sym_value] = ACTIONS(4942), + [anon_sym_override] = ACTIONS(4942), + [anon_sym_lateinit] = ACTIONS(4942), + [anon_sym_public] = ACTIONS(4942), + [anon_sym_private] = ACTIONS(4942), + [anon_sym_internal] = ACTIONS(4942), + [anon_sym_protected] = ACTIONS(4942), + [anon_sym_tailrec] = ACTIONS(4942), + [anon_sym_operator] = ACTIONS(4942), + [anon_sym_infix] = ACTIONS(4942), + [anon_sym_inline] = ACTIONS(4942), + [anon_sym_external] = ACTIONS(4942), + [sym_property_modifier] = ACTIONS(4942), + [anon_sym_abstract] = ACTIONS(4942), + [anon_sym_final] = ACTIONS(4942), + [anon_sym_open] = ACTIONS(4942), + [anon_sym_vararg] = ACTIONS(4942), + [anon_sym_noinline] = ACTIONS(4942), + [anon_sym_crossinline] = ACTIONS(4942), + [anon_sym_expect] = ACTIONS(4942), + [anon_sym_actual] = ACTIONS(4942), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [sym__backtick_identifier] = ACTIONS(4944), + [sym__automatic_semicolon] = ACTIONS(4944), + [sym_safe_nav] = ACTIONS(4944), [sym_multiline_comment] = ACTIONS(3), }, - [3938] = { - [sym__alpha_identifier] = ACTIONS(4774), - [anon_sym_AT] = ACTIONS(4776), - [anon_sym_LBRACK] = ACTIONS(4776), - [anon_sym_as] = ACTIONS(4774), - [anon_sym_EQ] = ACTIONS(4774), - [anon_sym_LBRACE] = ACTIONS(4776), - [anon_sym_RBRACE] = ACTIONS(4776), - [anon_sym_LPAREN] = ACTIONS(4776), - [anon_sym_COMMA] = ACTIONS(4776), - [anon_sym_LT] = ACTIONS(4774), - [anon_sym_GT] = ACTIONS(4774), - [anon_sym_where] = ACTIONS(4774), - [anon_sym_DOT] = ACTIONS(4774), - [anon_sym_SEMI] = ACTIONS(4776), - [anon_sym_get] = ACTIONS(4774), - [anon_sym_set] = ACTIONS(4774), - [anon_sym_STAR] = ACTIONS(4774), - [sym_label] = ACTIONS(4776), - [anon_sym_in] = ACTIONS(4774), - [anon_sym_DOT_DOT] = ACTIONS(4776), - [anon_sym_QMARK_COLON] = ACTIONS(4776), - [anon_sym_AMP_AMP] = ACTIONS(4776), - [anon_sym_PIPE_PIPE] = ACTIONS(4776), - [anon_sym_else] = ACTIONS(4774), - [anon_sym_COLON_COLON] = ACTIONS(4776), - [anon_sym_PLUS_EQ] = ACTIONS(4776), - [anon_sym_DASH_EQ] = ACTIONS(4776), - [anon_sym_STAR_EQ] = ACTIONS(4776), - [anon_sym_SLASH_EQ] = ACTIONS(4776), - [anon_sym_PERCENT_EQ] = ACTIONS(4776), - [anon_sym_BANG_EQ] = ACTIONS(4774), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4776), - [anon_sym_EQ_EQ] = ACTIONS(4774), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4776), - [anon_sym_LT_EQ] = ACTIONS(4776), - [anon_sym_GT_EQ] = ACTIONS(4776), - [anon_sym_BANGin] = ACTIONS(4776), - [anon_sym_is] = ACTIONS(4774), - [anon_sym_BANGis] = ACTIONS(4776), - [anon_sym_PLUS] = ACTIONS(4774), - [anon_sym_DASH] = ACTIONS(4774), - [anon_sym_SLASH] = ACTIONS(4774), - [anon_sym_PERCENT] = ACTIONS(4774), - [anon_sym_as_QMARK] = ACTIONS(4776), - [anon_sym_PLUS_PLUS] = ACTIONS(4776), - [anon_sym_DASH_DASH] = ACTIONS(4776), - [anon_sym_BANG_BANG] = ACTIONS(4776), - [anon_sym_suspend] = ACTIONS(4774), - [anon_sym_sealed] = ACTIONS(4774), - [anon_sym_annotation] = ACTIONS(4774), - [anon_sym_data] = ACTIONS(4774), - [anon_sym_inner] = ACTIONS(4774), - [anon_sym_value] = ACTIONS(4774), - [anon_sym_override] = ACTIONS(4774), - [anon_sym_lateinit] = ACTIONS(4774), - [anon_sym_public] = ACTIONS(4774), - [anon_sym_private] = ACTIONS(4774), - [anon_sym_internal] = ACTIONS(4774), - [anon_sym_protected] = ACTIONS(4774), - [anon_sym_tailrec] = ACTIONS(4774), - [anon_sym_operator] = ACTIONS(4774), - [anon_sym_infix] = ACTIONS(4774), - [anon_sym_inline] = ACTIONS(4774), - [anon_sym_external] = ACTIONS(4774), - [sym_property_modifier] = ACTIONS(4774), - [anon_sym_abstract] = ACTIONS(4774), - [anon_sym_final] = ACTIONS(4774), - [anon_sym_open] = ACTIONS(4774), - [anon_sym_vararg] = ACTIONS(4774), - [anon_sym_noinline] = ACTIONS(4774), - [anon_sym_crossinline] = ACTIONS(4774), - [anon_sym_expect] = ACTIONS(4774), - [anon_sym_actual] = ACTIONS(4774), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4776), - [sym__automatic_semicolon] = ACTIONS(4776), - [sym_safe_nav] = ACTIONS(4776), + [3877] = { + [sym__alpha_identifier] = ACTIONS(7159), + [anon_sym_AT] = ACTIONS(7161), + [anon_sym_LBRACK] = ACTIONS(7161), + [anon_sym_typealias] = ACTIONS(7159), + [anon_sym_class] = ACTIONS(7159), + [anon_sym_interface] = ACTIONS(7159), + [anon_sym_enum] = ACTIONS(7159), + [anon_sym_LBRACE] = ACTIONS(7161), + [anon_sym_LPAREN] = ACTIONS(7161), + [anon_sym_val] = ACTIONS(7159), + [anon_sym_var] = ACTIONS(7159), + [anon_sym_object] = ACTIONS(7159), + [anon_sym_fun] = ACTIONS(7159), + [anon_sym_get] = ACTIONS(7159), + [anon_sym_set] = ACTIONS(7159), + [anon_sym_this] = ACTIONS(7159), + [anon_sym_super] = ACTIONS(7159), + [anon_sym_STAR] = ACTIONS(7161), + [sym_label] = ACTIONS(7159), + [anon_sym_for] = ACTIONS(7159), + [anon_sym_while] = ACTIONS(7159), + [anon_sym_do] = ACTIONS(7159), + [anon_sym_null] = ACTIONS(7159), + [anon_sym_if] = ACTIONS(7159), + [anon_sym_when] = ACTIONS(7159), + [anon_sym_try] = ACTIONS(7159), + [anon_sym_throw] = ACTIONS(7159), + [anon_sym_return] = ACTIONS(7159), + [anon_sym_continue] = ACTIONS(7159), + [anon_sym_break] = ACTIONS(7159), + [anon_sym_COLON_COLON] = ACTIONS(7161), + [anon_sym_PLUS] = ACTIONS(7159), + [anon_sym_DASH] = ACTIONS(7159), + [anon_sym_PLUS_PLUS] = ACTIONS(7161), + [anon_sym_DASH_DASH] = ACTIONS(7161), + [anon_sym_BANG] = ACTIONS(7161), + [anon_sym_suspend] = ACTIONS(7159), + [anon_sym_sealed] = ACTIONS(7159), + [anon_sym_annotation] = ACTIONS(7159), + [anon_sym_data] = ACTIONS(7159), + [anon_sym_inner] = ACTIONS(7159), + [anon_sym_value] = ACTIONS(7159), + [anon_sym_override] = ACTIONS(7159), + [anon_sym_lateinit] = ACTIONS(7159), + [anon_sym_public] = ACTIONS(7159), + [anon_sym_private] = ACTIONS(7159), + [anon_sym_internal] = ACTIONS(7159), + [anon_sym_protected] = ACTIONS(7159), + [anon_sym_tailrec] = ACTIONS(7159), + [anon_sym_operator] = ACTIONS(7159), + [anon_sym_infix] = ACTIONS(7159), + [anon_sym_inline] = ACTIONS(7159), + [anon_sym_external] = ACTIONS(7159), + [sym_property_modifier] = ACTIONS(7159), + [anon_sym_abstract] = ACTIONS(7159), + [anon_sym_final] = ACTIONS(7159), + [anon_sym_open] = ACTIONS(7159), + [anon_sym_vararg] = ACTIONS(7159), + [anon_sym_noinline] = ACTIONS(7159), + [anon_sym_crossinline] = ACTIONS(7159), + [anon_sym_expect] = ACTIONS(7159), + [anon_sym_actual] = ACTIONS(7159), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(7161), + [anon_sym_continue_AT] = ACTIONS(7161), + [anon_sym_break_AT] = ACTIONS(7161), + [anon_sym_this_AT] = ACTIONS(7161), + [anon_sym_super_AT] = ACTIONS(7161), + [sym_real_literal] = ACTIONS(7161), + [sym_integer_literal] = ACTIONS(7159), + [sym_hex_literal] = ACTIONS(7161), + [sym_bin_literal] = ACTIONS(7161), + [anon_sym_true] = ACTIONS(7159), + [anon_sym_false] = ACTIONS(7159), + [anon_sym_SQUOTE] = ACTIONS(7161), + [sym__backtick_identifier] = ACTIONS(7161), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(7161), + }, + [3878] = { + [sym__alpha_identifier] = ACTIONS(5203), + [anon_sym_AT] = ACTIONS(5205), + [anon_sym_LBRACK] = ACTIONS(5205), + [anon_sym_as] = ACTIONS(5203), + [anon_sym_EQ] = ACTIONS(5203), + [anon_sym_LBRACE] = ACTIONS(5205), + [anon_sym_RBRACE] = ACTIONS(5205), + [anon_sym_LPAREN] = ACTIONS(5205), + [anon_sym_COMMA] = ACTIONS(5205), + [anon_sym_LT] = ACTIONS(5203), + [anon_sym_GT] = ACTIONS(5203), + [anon_sym_where] = ACTIONS(5203), + [anon_sym_DOT] = ACTIONS(5203), + [anon_sym_SEMI] = ACTIONS(5205), + [anon_sym_get] = ACTIONS(5203), + [anon_sym_set] = ACTIONS(5203), + [anon_sym_STAR] = ACTIONS(5203), + [sym_label] = ACTIONS(5205), + [anon_sym_in] = ACTIONS(5203), + [anon_sym_DOT_DOT] = ACTIONS(5205), + [anon_sym_QMARK_COLON] = ACTIONS(5205), + [anon_sym_AMP_AMP] = ACTIONS(5205), + [anon_sym_PIPE_PIPE] = ACTIONS(5205), + [anon_sym_else] = ACTIONS(5203), + [anon_sym_COLON_COLON] = ACTIONS(5205), + [anon_sym_PLUS_EQ] = ACTIONS(5205), + [anon_sym_DASH_EQ] = ACTIONS(5205), + [anon_sym_STAR_EQ] = ACTIONS(5205), + [anon_sym_SLASH_EQ] = ACTIONS(5205), + [anon_sym_PERCENT_EQ] = ACTIONS(5205), + [anon_sym_BANG_EQ] = ACTIONS(5203), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5205), + [anon_sym_EQ_EQ] = ACTIONS(5203), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5205), + [anon_sym_LT_EQ] = ACTIONS(5205), + [anon_sym_GT_EQ] = ACTIONS(5205), + [anon_sym_BANGin] = ACTIONS(5205), + [anon_sym_is] = ACTIONS(5203), + [anon_sym_BANGis] = ACTIONS(5205), + [anon_sym_PLUS] = ACTIONS(5203), + [anon_sym_DASH] = ACTIONS(5203), + [anon_sym_SLASH] = ACTIONS(5203), + [anon_sym_PERCENT] = ACTIONS(5203), + [anon_sym_as_QMARK] = ACTIONS(5205), + [anon_sym_PLUS_PLUS] = ACTIONS(5205), + [anon_sym_DASH_DASH] = ACTIONS(5205), + [anon_sym_BANG_BANG] = ACTIONS(5205), + [anon_sym_suspend] = ACTIONS(5203), + [anon_sym_sealed] = ACTIONS(5203), + [anon_sym_annotation] = ACTIONS(5203), + [anon_sym_data] = ACTIONS(5203), + [anon_sym_inner] = ACTIONS(5203), + [anon_sym_value] = ACTIONS(5203), + [anon_sym_override] = ACTIONS(5203), + [anon_sym_lateinit] = ACTIONS(5203), + [anon_sym_public] = ACTIONS(5203), + [anon_sym_private] = ACTIONS(5203), + [anon_sym_internal] = ACTIONS(5203), + [anon_sym_protected] = ACTIONS(5203), + [anon_sym_tailrec] = ACTIONS(5203), + [anon_sym_operator] = ACTIONS(5203), + [anon_sym_infix] = ACTIONS(5203), + [anon_sym_inline] = ACTIONS(5203), + [anon_sym_external] = ACTIONS(5203), + [sym_property_modifier] = ACTIONS(5203), + [anon_sym_abstract] = ACTIONS(5203), + [anon_sym_final] = ACTIONS(5203), + [anon_sym_open] = ACTIONS(5203), + [anon_sym_vararg] = ACTIONS(5203), + [anon_sym_noinline] = ACTIONS(5203), + [anon_sym_crossinline] = ACTIONS(5203), + [anon_sym_expect] = ACTIONS(5203), + [anon_sym_actual] = ACTIONS(5203), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5205), + [sym__automatic_semicolon] = ACTIONS(5205), + [sym_safe_nav] = ACTIONS(5205), [sym_multiline_comment] = ACTIONS(3), }, - [3939] = { - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_by] = ACTIONS(7123), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_object] = ACTIONS(4505), - [anon_sym_fun] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_this] = ACTIONS(4505), - [anon_sym_super] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4507), - [sym_label] = ACTIONS(4505), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_null] = ACTIONS(4505), - [anon_sym_if] = ACTIONS(4505), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_when] = ACTIONS(4505), - [anon_sym_try] = ACTIONS(4505), - [anon_sym_throw] = ACTIONS(4505), - [anon_sym_return] = ACTIONS(4505), - [anon_sym_continue] = ACTIONS(4505), - [anon_sym_break] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4507), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG] = ACTIONS(4505), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4507), - [anon_sym_continue_AT] = ACTIONS(4507), - [anon_sym_break_AT] = ACTIONS(4507), - [anon_sym_this_AT] = ACTIONS(4507), - [anon_sym_super_AT] = ACTIONS(4507), - [sym_real_literal] = ACTIONS(4507), - [sym_integer_literal] = ACTIONS(4505), - [sym_hex_literal] = ACTIONS(4507), - [sym_bin_literal] = ACTIONS(4507), - [anon_sym_true] = ACTIONS(4505), - [anon_sym_false] = ACTIONS(4505), - [anon_sym_SQUOTE] = ACTIONS(4507), - [sym__backtick_identifier] = ACTIONS(4507), - [sym__automatic_semicolon] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4507), + [3879] = { + [sym__alpha_identifier] = ACTIONS(5064), + [anon_sym_AT] = ACTIONS(5066), + [anon_sym_LBRACK] = ACTIONS(5066), + [anon_sym_as] = ACTIONS(5064), + [anon_sym_EQ] = ACTIONS(5064), + [anon_sym_LBRACE] = ACTIONS(5066), + [anon_sym_RBRACE] = ACTIONS(5066), + [anon_sym_LPAREN] = ACTIONS(5066), + [anon_sym_COMMA] = ACTIONS(5066), + [anon_sym_LT] = ACTIONS(5064), + [anon_sym_GT] = ACTIONS(5064), + [anon_sym_where] = ACTIONS(5064), + [anon_sym_DOT] = ACTIONS(5064), + [anon_sym_SEMI] = ACTIONS(5066), + [anon_sym_get] = ACTIONS(5064), + [anon_sym_set] = ACTIONS(5064), + [anon_sym_STAR] = ACTIONS(5064), + [sym_label] = ACTIONS(5066), + [anon_sym_in] = ACTIONS(5064), + [anon_sym_DOT_DOT] = ACTIONS(5066), + [anon_sym_QMARK_COLON] = ACTIONS(5066), + [anon_sym_AMP_AMP] = ACTIONS(5066), + [anon_sym_PIPE_PIPE] = ACTIONS(5066), + [anon_sym_else] = ACTIONS(5064), + [anon_sym_COLON_COLON] = ACTIONS(5066), + [anon_sym_PLUS_EQ] = ACTIONS(5066), + [anon_sym_DASH_EQ] = ACTIONS(5066), + [anon_sym_STAR_EQ] = ACTIONS(5066), + [anon_sym_SLASH_EQ] = ACTIONS(5066), + [anon_sym_PERCENT_EQ] = ACTIONS(5066), + [anon_sym_BANG_EQ] = ACTIONS(5064), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5066), + [anon_sym_EQ_EQ] = ACTIONS(5064), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5066), + [anon_sym_LT_EQ] = ACTIONS(5066), + [anon_sym_GT_EQ] = ACTIONS(5066), + [anon_sym_BANGin] = ACTIONS(5066), + [anon_sym_is] = ACTIONS(5064), + [anon_sym_BANGis] = ACTIONS(5066), + [anon_sym_PLUS] = ACTIONS(5064), + [anon_sym_DASH] = ACTIONS(5064), + [anon_sym_SLASH] = ACTIONS(5064), + [anon_sym_PERCENT] = ACTIONS(5064), + [anon_sym_as_QMARK] = ACTIONS(5066), + [anon_sym_PLUS_PLUS] = ACTIONS(5066), + [anon_sym_DASH_DASH] = ACTIONS(5066), + [anon_sym_BANG_BANG] = ACTIONS(5066), + [anon_sym_suspend] = ACTIONS(5064), + [anon_sym_sealed] = ACTIONS(5064), + [anon_sym_annotation] = ACTIONS(5064), + [anon_sym_data] = ACTIONS(5064), + [anon_sym_inner] = ACTIONS(5064), + [anon_sym_value] = ACTIONS(5064), + [anon_sym_override] = ACTIONS(5064), + [anon_sym_lateinit] = ACTIONS(5064), + [anon_sym_public] = ACTIONS(5064), + [anon_sym_private] = ACTIONS(5064), + [anon_sym_internal] = ACTIONS(5064), + [anon_sym_protected] = ACTIONS(5064), + [anon_sym_tailrec] = ACTIONS(5064), + [anon_sym_operator] = ACTIONS(5064), + [anon_sym_infix] = ACTIONS(5064), + [anon_sym_inline] = ACTIONS(5064), + [anon_sym_external] = ACTIONS(5064), + [sym_property_modifier] = ACTIONS(5064), + [anon_sym_abstract] = ACTIONS(5064), + [anon_sym_final] = ACTIONS(5064), + [anon_sym_open] = ACTIONS(5064), + [anon_sym_vararg] = ACTIONS(5064), + [anon_sym_noinline] = ACTIONS(5064), + [anon_sym_crossinline] = ACTIONS(5064), + [anon_sym_expect] = ACTIONS(5064), + [anon_sym_actual] = ACTIONS(5064), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5066), + [sym__automatic_semicolon] = ACTIONS(5066), + [sym_safe_nav] = ACTIONS(5066), + [sym_multiline_comment] = ACTIONS(3), }, - [3940] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1526), - [sym__comparison_operator] = STATE(1527), - [sym__in_operator] = STATE(1528), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1529), - [sym__multiplicative_operator] = STATE(1531), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1535), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3125), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7149), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_while] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(7153), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3127), - [anon_sym_DASH_EQ] = ACTIONS(3127), - [anon_sym_STAR_EQ] = ACTIONS(3127), - [anon_sym_SLASH_EQ] = ACTIONS(3127), - [anon_sym_PERCENT_EQ] = ACTIONS(3127), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(7169), - [anon_sym_DASH] = ACTIONS(7169), - [anon_sym_SLASH] = ACTIONS(7149), - [anon_sym_PERCENT] = ACTIONS(7149), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [3880] = { + [sym__alpha_identifier] = ACTIONS(123), + [anon_sym_AT] = ACTIONS(121), + [anon_sym_LBRACK] = ACTIONS(121), + [anon_sym_as] = ACTIONS(123), + [anon_sym_EQ] = ACTIONS(123), + [anon_sym_LBRACE] = ACTIONS(121), + [anon_sym_RBRACE] = ACTIONS(121), + [anon_sym_LPAREN] = ACTIONS(121), + [anon_sym_COMMA] = ACTIONS(121), + [anon_sym_LT] = ACTIONS(123), + [anon_sym_GT] = ACTIONS(123), + [anon_sym_where] = ACTIONS(123), + [anon_sym_DOT] = ACTIONS(123), + [anon_sym_SEMI] = ACTIONS(121), + [anon_sym_get] = ACTIONS(123), + [anon_sym_set] = ACTIONS(123), + [anon_sym_STAR] = ACTIONS(123), + [sym_label] = ACTIONS(121), + [anon_sym_in] = ACTIONS(123), + [anon_sym_DOT_DOT] = ACTIONS(121), + [anon_sym_QMARK_COLON] = ACTIONS(121), + [anon_sym_AMP_AMP] = ACTIONS(121), + [anon_sym_PIPE_PIPE] = ACTIONS(121), + [anon_sym_else] = ACTIONS(123), + [anon_sym_COLON_COLON] = ACTIONS(121), + [anon_sym_PLUS_EQ] = ACTIONS(121), + [anon_sym_DASH_EQ] = ACTIONS(121), + [anon_sym_STAR_EQ] = ACTIONS(121), + [anon_sym_SLASH_EQ] = ACTIONS(121), + [anon_sym_PERCENT_EQ] = ACTIONS(121), + [anon_sym_BANG_EQ] = ACTIONS(123), + [anon_sym_BANG_EQ_EQ] = ACTIONS(121), + [anon_sym_EQ_EQ] = ACTIONS(123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(121), + [anon_sym_LT_EQ] = ACTIONS(121), + [anon_sym_GT_EQ] = ACTIONS(121), + [anon_sym_BANGin] = ACTIONS(121), + [anon_sym_is] = ACTIONS(123), + [anon_sym_BANGis] = ACTIONS(121), + [anon_sym_PLUS] = ACTIONS(123), + [anon_sym_DASH] = ACTIONS(123), + [anon_sym_SLASH] = ACTIONS(123), + [anon_sym_PERCENT] = ACTIONS(123), + [anon_sym_as_QMARK] = ACTIONS(121), + [anon_sym_PLUS_PLUS] = ACTIONS(121), + [anon_sym_DASH_DASH] = ACTIONS(121), + [anon_sym_BANG_BANG] = ACTIONS(121), + [anon_sym_suspend] = ACTIONS(123), + [anon_sym_sealed] = ACTIONS(123), + [anon_sym_annotation] = ACTIONS(123), + [anon_sym_data] = ACTIONS(123), + [anon_sym_inner] = ACTIONS(123), + [anon_sym_value] = ACTIONS(123), + [anon_sym_override] = ACTIONS(123), + [anon_sym_lateinit] = ACTIONS(123), + [anon_sym_public] = ACTIONS(123), + [anon_sym_private] = ACTIONS(123), + [anon_sym_internal] = ACTIONS(123), + [anon_sym_protected] = ACTIONS(123), + [anon_sym_tailrec] = ACTIONS(123), + [anon_sym_operator] = ACTIONS(123), + [anon_sym_infix] = ACTIONS(123), + [anon_sym_inline] = ACTIONS(123), + [anon_sym_external] = ACTIONS(123), + [sym_property_modifier] = ACTIONS(123), + [anon_sym_abstract] = ACTIONS(123), + [anon_sym_final] = ACTIONS(123), + [anon_sym_open] = ACTIONS(123), + [anon_sym_vararg] = ACTIONS(123), + [anon_sym_noinline] = ACTIONS(123), + [anon_sym_crossinline] = ACTIONS(123), + [anon_sym_expect] = ACTIONS(123), + [anon_sym_actual] = ACTIONS(123), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym__backtick_identifier] = ACTIONS(121), + [sym__automatic_semicolon] = ACTIONS(121), + [sym_safe_nav] = ACTIONS(121), [sym_multiline_comment] = ACTIONS(3), }, - [3941] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1526), - [sym__comparison_operator] = STATE(1527), - [sym__in_operator] = STATE(1528), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1529), - [sym__multiplicative_operator] = STATE(1531), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1535), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(3094), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_EQ] = ACTIONS(3094), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3096), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(7149), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_while] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_PLUS_EQ] = ACTIONS(3096), - [anon_sym_DASH_EQ] = ACTIONS(3096), - [anon_sym_STAR_EQ] = ACTIONS(3096), - [anon_sym_SLASH_EQ] = ACTIONS(3096), - [anon_sym_PERCENT_EQ] = ACTIONS(3096), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(7169), - [anon_sym_DASH] = ACTIONS(7169), - [anon_sym_SLASH] = ACTIONS(7149), - [anon_sym_PERCENT] = ACTIONS(7149), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3096), - [sym_safe_nav] = ACTIONS(6740), + [3881] = { + [sym__alpha_identifier] = ACTIONS(5135), + [anon_sym_AT] = ACTIONS(5137), + [anon_sym_LBRACK] = ACTIONS(5137), + [anon_sym_as] = ACTIONS(5135), + [anon_sym_EQ] = ACTIONS(5135), + [anon_sym_LBRACE] = ACTIONS(5137), + [anon_sym_RBRACE] = ACTIONS(5137), + [anon_sym_LPAREN] = ACTIONS(5137), + [anon_sym_COMMA] = ACTIONS(5137), + [anon_sym_LT] = ACTIONS(7163), + [anon_sym_GT] = ACTIONS(5135), + [anon_sym_where] = ACTIONS(5135), + [anon_sym_DOT] = ACTIONS(5135), + [anon_sym_SEMI] = ACTIONS(5137), + [anon_sym_get] = ACTIONS(5135), + [anon_sym_set] = ACTIONS(5135), + [anon_sym_STAR] = ACTIONS(5135), + [sym_label] = ACTIONS(5137), + [anon_sym_in] = ACTIONS(5135), + [anon_sym_DOT_DOT] = ACTIONS(5137), + [anon_sym_QMARK_COLON] = ACTIONS(5137), + [anon_sym_AMP_AMP] = ACTIONS(5137), + [anon_sym_PIPE_PIPE] = ACTIONS(5137), + [anon_sym_else] = ACTIONS(5135), + [anon_sym_COLON_COLON] = ACTIONS(5137), + [anon_sym_PLUS_EQ] = ACTIONS(5137), + [anon_sym_DASH_EQ] = ACTIONS(5137), + [anon_sym_STAR_EQ] = ACTIONS(5137), + [anon_sym_SLASH_EQ] = ACTIONS(5137), + [anon_sym_PERCENT_EQ] = ACTIONS(5137), + [anon_sym_BANG_EQ] = ACTIONS(5135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5137), + [anon_sym_EQ_EQ] = ACTIONS(5135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5137), + [anon_sym_LT_EQ] = ACTIONS(5137), + [anon_sym_GT_EQ] = ACTIONS(5137), + [anon_sym_BANGin] = ACTIONS(5137), + [anon_sym_is] = ACTIONS(5135), + [anon_sym_BANGis] = ACTIONS(5137), + [anon_sym_PLUS] = ACTIONS(5135), + [anon_sym_DASH] = ACTIONS(5135), + [anon_sym_SLASH] = ACTIONS(5135), + [anon_sym_PERCENT] = ACTIONS(5135), + [anon_sym_as_QMARK] = ACTIONS(5137), + [anon_sym_PLUS_PLUS] = ACTIONS(5137), + [anon_sym_DASH_DASH] = ACTIONS(5137), + [anon_sym_BANG_BANG] = ACTIONS(5137), + [anon_sym_suspend] = ACTIONS(5135), + [anon_sym_sealed] = ACTIONS(5135), + [anon_sym_annotation] = ACTIONS(5135), + [anon_sym_data] = ACTIONS(5135), + [anon_sym_inner] = ACTIONS(5135), + [anon_sym_value] = ACTIONS(5135), + [anon_sym_override] = ACTIONS(5135), + [anon_sym_lateinit] = ACTIONS(5135), + [anon_sym_public] = ACTIONS(5135), + [anon_sym_private] = ACTIONS(5135), + [anon_sym_internal] = ACTIONS(5135), + [anon_sym_protected] = ACTIONS(5135), + [anon_sym_tailrec] = ACTIONS(5135), + [anon_sym_operator] = ACTIONS(5135), + [anon_sym_infix] = ACTIONS(5135), + [anon_sym_inline] = ACTIONS(5135), + [anon_sym_external] = ACTIONS(5135), + [sym_property_modifier] = ACTIONS(5135), + [anon_sym_abstract] = ACTIONS(5135), + [anon_sym_final] = ACTIONS(5135), + [anon_sym_open] = ACTIONS(5135), + [anon_sym_vararg] = ACTIONS(5135), + [anon_sym_noinline] = ACTIONS(5135), + [anon_sym_crossinline] = ACTIONS(5135), + [anon_sym_expect] = ACTIONS(5135), + [anon_sym_actual] = ACTIONS(5135), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5137), + [sym__automatic_semicolon] = ACTIONS(5137), + [sym_safe_nav] = ACTIONS(5137), [sym_multiline_comment] = ACTIONS(3), }, - [3942] = { - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(4299), - [anon_sym_LBRACE] = ACTIONS(4301), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [sym_label] = ACTIONS(4301), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), + [3882] = { + [sym__alpha_identifier] = ACTIONS(4962), + [anon_sym_AT] = ACTIONS(4964), + [anon_sym_LBRACK] = ACTIONS(4964), + [anon_sym_as] = ACTIONS(4962), + [anon_sym_EQ] = ACTIONS(4962), + [anon_sym_LBRACE] = ACTIONS(4964), + [anon_sym_RBRACE] = ACTIONS(4964), + [anon_sym_LPAREN] = ACTIONS(4964), + [anon_sym_COMMA] = ACTIONS(4964), + [anon_sym_LT] = ACTIONS(4962), + [anon_sym_GT] = ACTIONS(4962), + [anon_sym_where] = ACTIONS(4962), + [anon_sym_DOT] = ACTIONS(4962), + [anon_sym_SEMI] = ACTIONS(4964), + [anon_sym_get] = ACTIONS(4962), + [anon_sym_set] = ACTIONS(4962), + [anon_sym_STAR] = ACTIONS(4962), + [sym_label] = ACTIONS(4964), + [anon_sym_in] = ACTIONS(4962), + [anon_sym_DOT_DOT] = ACTIONS(4964), + [anon_sym_QMARK_COLON] = ACTIONS(4964), + [anon_sym_AMP_AMP] = ACTIONS(4964), + [anon_sym_PIPE_PIPE] = ACTIONS(4964), + [anon_sym_else] = ACTIONS(4962), + [anon_sym_COLON_COLON] = ACTIONS(4964), + [anon_sym_PLUS_EQ] = ACTIONS(4964), + [anon_sym_DASH_EQ] = ACTIONS(4964), + [anon_sym_STAR_EQ] = ACTIONS(4964), + [anon_sym_SLASH_EQ] = ACTIONS(4964), + [anon_sym_PERCENT_EQ] = ACTIONS(4964), + [anon_sym_BANG_EQ] = ACTIONS(4962), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4964), + [anon_sym_EQ_EQ] = ACTIONS(4962), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4964), + [anon_sym_LT_EQ] = ACTIONS(4964), + [anon_sym_GT_EQ] = ACTIONS(4964), + [anon_sym_BANGin] = ACTIONS(4964), + [anon_sym_is] = ACTIONS(4962), + [anon_sym_BANGis] = ACTIONS(4964), + [anon_sym_PLUS] = ACTIONS(4962), + [anon_sym_DASH] = ACTIONS(4962), + [anon_sym_SLASH] = ACTIONS(4962), + [anon_sym_PERCENT] = ACTIONS(4962), + [anon_sym_as_QMARK] = ACTIONS(4964), + [anon_sym_PLUS_PLUS] = ACTIONS(4964), + [anon_sym_DASH_DASH] = ACTIONS(4964), + [anon_sym_BANG_BANG] = ACTIONS(4964), + [anon_sym_suspend] = ACTIONS(4962), + [anon_sym_sealed] = ACTIONS(4962), + [anon_sym_annotation] = ACTIONS(4962), + [anon_sym_data] = ACTIONS(4962), + [anon_sym_inner] = ACTIONS(4962), + [anon_sym_value] = ACTIONS(4962), + [anon_sym_override] = ACTIONS(4962), + [anon_sym_lateinit] = ACTIONS(4962), + [anon_sym_public] = ACTIONS(4962), + [anon_sym_private] = ACTIONS(4962), + [anon_sym_internal] = ACTIONS(4962), + [anon_sym_protected] = ACTIONS(4962), + [anon_sym_tailrec] = ACTIONS(4962), + [anon_sym_operator] = ACTIONS(4962), + [anon_sym_infix] = ACTIONS(4962), + [anon_sym_inline] = ACTIONS(4962), + [anon_sym_external] = ACTIONS(4962), + [sym_property_modifier] = ACTIONS(4962), + [anon_sym_abstract] = ACTIONS(4962), + [anon_sym_final] = ACTIONS(4962), + [anon_sym_open] = ACTIONS(4962), + [anon_sym_vararg] = ACTIONS(4962), + [anon_sym_noinline] = ACTIONS(4962), + [anon_sym_crossinline] = ACTIONS(4962), + [anon_sym_expect] = ACTIONS(4962), + [anon_sym_actual] = ACTIONS(4962), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), + [sym__backtick_identifier] = ACTIONS(4964), + [sym__automatic_semicolon] = ACTIONS(4964), + [sym_safe_nav] = ACTIONS(4964), + [sym_multiline_comment] = ACTIONS(3), + }, + [3883] = { + [sym_function_body] = STATE(3472), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_RBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_RPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [anon_sym_DASH_GT] = ACTIONS(4131), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_while] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), [sym_multiline_comment] = ACTIONS(3), }, - [3943] = { - [sym__alpha_identifier] = ACTIONS(123), - [anon_sym_AT] = ACTIONS(121), - [anon_sym_LBRACK] = ACTIONS(121), - [anon_sym_as] = ACTIONS(123), - [anon_sym_EQ] = ACTIONS(123), - [anon_sym_LBRACE] = ACTIONS(121), - [anon_sym_RBRACE] = ACTIONS(121), - [anon_sym_LPAREN] = ACTIONS(121), - [anon_sym_COMMA] = ACTIONS(121), - [anon_sym_LT] = ACTIONS(123), - [anon_sym_GT] = ACTIONS(123), - [anon_sym_where] = ACTIONS(123), - [anon_sym_DOT] = ACTIONS(123), - [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_get] = ACTIONS(123), - [anon_sym_set] = ACTIONS(123), - [anon_sym_STAR] = ACTIONS(123), - [sym_label] = ACTIONS(121), - [anon_sym_in] = ACTIONS(123), - [anon_sym_DOT_DOT] = ACTIONS(121), - [anon_sym_QMARK_COLON] = ACTIONS(121), - [anon_sym_AMP_AMP] = ACTIONS(121), - [anon_sym_PIPE_PIPE] = ACTIONS(121), - [anon_sym_else] = ACTIONS(123), - [anon_sym_COLON_COLON] = ACTIONS(121), - [anon_sym_PLUS_EQ] = ACTIONS(121), - [anon_sym_DASH_EQ] = ACTIONS(121), - [anon_sym_STAR_EQ] = ACTIONS(121), - [anon_sym_SLASH_EQ] = ACTIONS(121), - [anon_sym_PERCENT_EQ] = ACTIONS(121), - [anon_sym_BANG_EQ] = ACTIONS(123), - [anon_sym_BANG_EQ_EQ] = ACTIONS(121), - [anon_sym_EQ_EQ] = ACTIONS(123), - [anon_sym_EQ_EQ_EQ] = ACTIONS(121), - [anon_sym_LT_EQ] = ACTIONS(121), - [anon_sym_GT_EQ] = ACTIONS(121), - [anon_sym_BANGin] = ACTIONS(121), - [anon_sym_is] = ACTIONS(123), - [anon_sym_BANGis] = ACTIONS(121), - [anon_sym_PLUS] = ACTIONS(123), - [anon_sym_DASH] = ACTIONS(123), - [anon_sym_SLASH] = ACTIONS(123), - [anon_sym_PERCENT] = ACTIONS(123), - [anon_sym_as_QMARK] = ACTIONS(121), - [anon_sym_PLUS_PLUS] = ACTIONS(121), - [anon_sym_DASH_DASH] = ACTIONS(121), - [anon_sym_BANG_BANG] = ACTIONS(121), - [anon_sym_suspend] = ACTIONS(123), - [anon_sym_sealed] = ACTIONS(123), - [anon_sym_annotation] = ACTIONS(123), - [anon_sym_data] = ACTIONS(123), - [anon_sym_inner] = ACTIONS(123), - [anon_sym_value] = ACTIONS(123), - [anon_sym_override] = ACTIONS(123), - [anon_sym_lateinit] = ACTIONS(123), - [anon_sym_public] = ACTIONS(123), - [anon_sym_private] = ACTIONS(123), - [anon_sym_internal] = ACTIONS(123), - [anon_sym_protected] = ACTIONS(123), - [anon_sym_tailrec] = ACTIONS(123), - [anon_sym_operator] = ACTIONS(123), - [anon_sym_infix] = ACTIONS(123), - [anon_sym_inline] = ACTIONS(123), - [anon_sym_external] = ACTIONS(123), - [sym_property_modifier] = ACTIONS(123), - [anon_sym_abstract] = ACTIONS(123), - [anon_sym_final] = ACTIONS(123), - [anon_sym_open] = ACTIONS(123), - [anon_sym_vararg] = ACTIONS(123), - [anon_sym_noinline] = ACTIONS(123), - [anon_sym_crossinline] = ACTIONS(123), - [anon_sym_expect] = ACTIONS(123), - [anon_sym_actual] = ACTIONS(123), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(121), - [sym__automatic_semicolon] = ACTIONS(121), - [sym_safe_nav] = ACTIONS(121), + [3884] = { + [sym__alpha_identifier] = ACTIONS(4830), + [anon_sym_AT] = ACTIONS(4832), + [anon_sym_LBRACK] = ACTIONS(4832), + [anon_sym_as] = ACTIONS(4830), + [anon_sym_EQ] = ACTIONS(4830), + [anon_sym_LBRACE] = ACTIONS(4832), + [anon_sym_RBRACE] = ACTIONS(4832), + [anon_sym_LPAREN] = ACTIONS(4832), + [anon_sym_COMMA] = ACTIONS(4832), + [anon_sym_LT] = ACTIONS(4830), + [anon_sym_GT] = ACTIONS(4830), + [anon_sym_where] = ACTIONS(4830), + [anon_sym_DOT] = ACTIONS(4830), + [anon_sym_SEMI] = ACTIONS(4832), + [anon_sym_get] = ACTIONS(4830), + [anon_sym_set] = ACTIONS(4830), + [anon_sym_STAR] = ACTIONS(4830), + [sym_label] = ACTIONS(4832), + [anon_sym_in] = ACTIONS(4830), + [anon_sym_DOT_DOT] = ACTIONS(4832), + [anon_sym_QMARK_COLON] = ACTIONS(4832), + [anon_sym_AMP_AMP] = ACTIONS(4832), + [anon_sym_PIPE_PIPE] = ACTIONS(4832), + [anon_sym_else] = ACTIONS(4830), + [anon_sym_COLON_COLON] = ACTIONS(4832), + [anon_sym_PLUS_EQ] = ACTIONS(4832), + [anon_sym_DASH_EQ] = ACTIONS(4832), + [anon_sym_STAR_EQ] = ACTIONS(4832), + [anon_sym_SLASH_EQ] = ACTIONS(4832), + [anon_sym_PERCENT_EQ] = ACTIONS(4832), + [anon_sym_BANG_EQ] = ACTIONS(4830), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4832), + [anon_sym_EQ_EQ] = ACTIONS(4830), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4832), + [anon_sym_LT_EQ] = ACTIONS(4832), + [anon_sym_GT_EQ] = ACTIONS(4832), + [anon_sym_BANGin] = ACTIONS(4832), + [anon_sym_is] = ACTIONS(4830), + [anon_sym_BANGis] = ACTIONS(4832), + [anon_sym_PLUS] = ACTIONS(4830), + [anon_sym_DASH] = ACTIONS(4830), + [anon_sym_SLASH] = ACTIONS(4830), + [anon_sym_PERCENT] = ACTIONS(4830), + [anon_sym_as_QMARK] = ACTIONS(4832), + [anon_sym_PLUS_PLUS] = ACTIONS(4832), + [anon_sym_DASH_DASH] = ACTIONS(4832), + [anon_sym_BANG_BANG] = ACTIONS(4832), + [anon_sym_suspend] = ACTIONS(4830), + [anon_sym_sealed] = ACTIONS(4830), + [anon_sym_annotation] = ACTIONS(4830), + [anon_sym_data] = ACTIONS(4830), + [anon_sym_inner] = ACTIONS(4830), + [anon_sym_value] = ACTIONS(4830), + [anon_sym_override] = ACTIONS(4830), + [anon_sym_lateinit] = ACTIONS(4830), + [anon_sym_public] = ACTIONS(4830), + [anon_sym_private] = ACTIONS(4830), + [anon_sym_internal] = ACTIONS(4830), + [anon_sym_protected] = ACTIONS(4830), + [anon_sym_tailrec] = ACTIONS(4830), + [anon_sym_operator] = ACTIONS(4830), + [anon_sym_infix] = ACTIONS(4830), + [anon_sym_inline] = ACTIONS(4830), + [anon_sym_external] = ACTIONS(4830), + [sym_property_modifier] = ACTIONS(4830), + [anon_sym_abstract] = ACTIONS(4830), + [anon_sym_final] = ACTIONS(4830), + [anon_sym_open] = ACTIONS(4830), + [anon_sym_vararg] = ACTIONS(4830), + [anon_sym_noinline] = ACTIONS(4830), + [anon_sym_crossinline] = ACTIONS(4830), + [anon_sym_expect] = ACTIONS(4830), + [anon_sym_actual] = ACTIONS(4830), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4832), + [sym__automatic_semicolon] = ACTIONS(4832), + [sym_safe_nav] = ACTIONS(4832), [sym_multiline_comment] = ACTIONS(3), }, - [3944] = { - [sym_function_body] = STATE(4027), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4299), - [sym_label] = ACTIONS(4301), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_PLUS_EQ] = ACTIONS(4301), - [anon_sym_DASH_EQ] = ACTIONS(4301), - [anon_sym_STAR_EQ] = ACTIONS(4301), - [anon_sym_SLASH_EQ] = ACTIONS(4301), - [anon_sym_PERCENT_EQ] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4299), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), + [3885] = { + [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_value] = 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), }, - [3945] = { - [sym__alpha_identifier] = ACTIONS(4918), - [anon_sym_AT] = ACTIONS(4920), - [anon_sym_LBRACK] = ACTIONS(4920), - [anon_sym_as] = ACTIONS(4918), - [anon_sym_EQ] = ACTIONS(4918), - [anon_sym_LBRACE] = ACTIONS(4920), - [anon_sym_RBRACE] = ACTIONS(4920), - [anon_sym_LPAREN] = ACTIONS(4920), - [anon_sym_COMMA] = ACTIONS(4920), - [anon_sym_LT] = ACTIONS(4918), - [anon_sym_GT] = ACTIONS(4918), - [anon_sym_where] = ACTIONS(4918), - [anon_sym_DOT] = ACTIONS(4918), - [anon_sym_SEMI] = ACTIONS(4920), - [anon_sym_get] = ACTIONS(4918), - [anon_sym_set] = ACTIONS(4918), - [anon_sym_STAR] = ACTIONS(4918), - [sym_label] = ACTIONS(4920), - [anon_sym_in] = ACTIONS(4918), - [anon_sym_DOT_DOT] = ACTIONS(4920), - [anon_sym_QMARK_COLON] = ACTIONS(4920), - [anon_sym_AMP_AMP] = ACTIONS(4920), - [anon_sym_PIPE_PIPE] = ACTIONS(4920), - [anon_sym_else] = ACTIONS(4918), - [anon_sym_COLON_COLON] = ACTIONS(4920), - [anon_sym_PLUS_EQ] = ACTIONS(4920), - [anon_sym_DASH_EQ] = ACTIONS(4920), - [anon_sym_STAR_EQ] = ACTIONS(4920), - [anon_sym_SLASH_EQ] = ACTIONS(4920), - [anon_sym_PERCENT_EQ] = ACTIONS(4920), - [anon_sym_BANG_EQ] = ACTIONS(4918), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4920), - [anon_sym_EQ_EQ] = ACTIONS(4918), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4920), - [anon_sym_LT_EQ] = ACTIONS(4920), - [anon_sym_GT_EQ] = ACTIONS(4920), - [anon_sym_BANGin] = ACTIONS(4920), - [anon_sym_is] = ACTIONS(4918), - [anon_sym_BANGis] = ACTIONS(4920), - [anon_sym_PLUS] = ACTIONS(4918), - [anon_sym_DASH] = ACTIONS(4918), - [anon_sym_SLASH] = ACTIONS(4918), - [anon_sym_PERCENT] = ACTIONS(4918), - [anon_sym_as_QMARK] = ACTIONS(4920), - [anon_sym_PLUS_PLUS] = ACTIONS(4920), - [anon_sym_DASH_DASH] = ACTIONS(4920), - [anon_sym_BANG_BANG] = ACTIONS(4920), - [anon_sym_suspend] = ACTIONS(4918), - [anon_sym_sealed] = ACTIONS(4918), - [anon_sym_annotation] = ACTIONS(4918), - [anon_sym_data] = ACTIONS(4918), - [anon_sym_inner] = ACTIONS(4918), - [anon_sym_value] = ACTIONS(4918), - [anon_sym_override] = ACTIONS(4918), - [anon_sym_lateinit] = ACTIONS(4918), - [anon_sym_public] = ACTIONS(4918), - [anon_sym_private] = ACTIONS(4918), - [anon_sym_internal] = ACTIONS(4918), - [anon_sym_protected] = ACTIONS(4918), - [anon_sym_tailrec] = ACTIONS(4918), - [anon_sym_operator] = ACTIONS(4918), - [anon_sym_infix] = ACTIONS(4918), - [anon_sym_inline] = ACTIONS(4918), - [anon_sym_external] = ACTIONS(4918), - [sym_property_modifier] = ACTIONS(4918), - [anon_sym_abstract] = ACTIONS(4918), - [anon_sym_final] = ACTIONS(4918), - [anon_sym_open] = ACTIONS(4918), - [anon_sym_vararg] = ACTIONS(4918), - [anon_sym_noinline] = ACTIONS(4918), - [anon_sym_crossinline] = ACTIONS(4918), - [anon_sym_expect] = ACTIONS(4918), - [anon_sym_actual] = ACTIONS(4918), + [3886] = { + [sym_function_body] = STATE(3547), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4493), + [anon_sym_AT] = ACTIONS(4495), + [anon_sym_LBRACK] = ACTIONS(4495), + [anon_sym_RBRACK] = ACTIONS(4495), + [anon_sym_as] = ACTIONS(4493), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4495), + [anon_sym_LPAREN] = ACTIONS(4495), + [anon_sym_COMMA] = ACTIONS(4495), + [anon_sym_RPAREN] = ACTIONS(4495), + [anon_sym_LT] = ACTIONS(4493), + [anon_sym_GT] = ACTIONS(4493), + [anon_sym_where] = ACTIONS(4493), + [anon_sym_DOT] = ACTIONS(4493), + [anon_sym_SEMI] = ACTIONS(4495), + [anon_sym_get] = ACTIONS(4493), + [anon_sym_set] = ACTIONS(4493), + [anon_sym_STAR] = ACTIONS(4495), + [anon_sym_DASH_GT] = ACTIONS(4495), + [sym_label] = ACTIONS(4495), + [anon_sym_in] = ACTIONS(4493), + [anon_sym_while] = ACTIONS(4493), + [anon_sym_DOT_DOT] = ACTIONS(4495), + [anon_sym_QMARK_COLON] = ACTIONS(4495), + [anon_sym_AMP_AMP] = ACTIONS(4495), + [anon_sym_PIPE_PIPE] = ACTIONS(4495), + [anon_sym_else] = ACTIONS(4493), + [anon_sym_COLON_COLON] = ACTIONS(4495), + [anon_sym_BANG_EQ] = ACTIONS(4493), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), + [anon_sym_EQ_EQ] = ACTIONS(4493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), + [anon_sym_LT_EQ] = ACTIONS(4495), + [anon_sym_GT_EQ] = ACTIONS(4495), + [anon_sym_BANGin] = ACTIONS(4495), + [anon_sym_is] = ACTIONS(4493), + [anon_sym_BANGis] = ACTIONS(4495), + [anon_sym_PLUS] = ACTIONS(4493), + [anon_sym_DASH] = ACTIONS(4493), + [anon_sym_SLASH] = ACTIONS(4493), + [anon_sym_PERCENT] = ACTIONS(4495), + [anon_sym_as_QMARK] = ACTIONS(4495), + [anon_sym_PLUS_PLUS] = ACTIONS(4495), + [anon_sym_DASH_DASH] = ACTIONS(4495), + [anon_sym_BANG_BANG] = ACTIONS(4495), + [anon_sym_suspend] = ACTIONS(4493), + [anon_sym_sealed] = ACTIONS(4493), + [anon_sym_annotation] = ACTIONS(4493), + [anon_sym_data] = ACTIONS(4493), + [anon_sym_inner] = ACTIONS(4493), + [anon_sym_value] = ACTIONS(4493), + [anon_sym_override] = ACTIONS(4493), + [anon_sym_lateinit] = ACTIONS(4493), + [anon_sym_public] = ACTIONS(4493), + [anon_sym_private] = ACTIONS(4493), + [anon_sym_internal] = ACTIONS(4493), + [anon_sym_protected] = ACTIONS(4493), + [anon_sym_tailrec] = ACTIONS(4493), + [anon_sym_operator] = ACTIONS(4493), + [anon_sym_infix] = ACTIONS(4493), + [anon_sym_inline] = ACTIONS(4493), + [anon_sym_external] = ACTIONS(4493), + [sym_property_modifier] = ACTIONS(4493), + [anon_sym_abstract] = ACTIONS(4493), + [anon_sym_final] = ACTIONS(4493), + [anon_sym_open] = ACTIONS(4493), + [anon_sym_vararg] = ACTIONS(4493), + [anon_sym_noinline] = ACTIONS(4493), + [anon_sym_crossinline] = ACTIONS(4493), + [anon_sym_expect] = ACTIONS(4493), + [anon_sym_actual] = ACTIONS(4493), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4920), - [sym__automatic_semicolon] = ACTIONS(4920), - [sym_safe_nav] = ACTIONS(4920), + [sym__backtick_identifier] = ACTIONS(4495), + [sym_safe_nav] = ACTIONS(4495), [sym_multiline_comment] = ACTIONS(3), }, - [3946] = { - [sym__alpha_identifier] = ACTIONS(5159), - [anon_sym_AT] = ACTIONS(5161), - [anon_sym_LBRACK] = ACTIONS(5161), - [anon_sym_as] = ACTIONS(5159), - [anon_sym_EQ] = ACTIONS(5159), - [anon_sym_LBRACE] = ACTIONS(5161), - [anon_sym_RBRACE] = ACTIONS(5161), - [anon_sym_LPAREN] = ACTIONS(5161), - [anon_sym_COMMA] = ACTIONS(5161), - [anon_sym_LT] = ACTIONS(5159), - [anon_sym_GT] = ACTIONS(5159), - [anon_sym_where] = ACTIONS(5159), - [anon_sym_DOT] = ACTIONS(5159), - [anon_sym_SEMI] = ACTIONS(5161), - [anon_sym_get] = ACTIONS(5159), - [anon_sym_set] = ACTIONS(5159), - [anon_sym_STAR] = ACTIONS(5159), - [sym_label] = ACTIONS(5161), - [anon_sym_in] = ACTIONS(5159), - [anon_sym_DOT_DOT] = ACTIONS(5161), - [anon_sym_QMARK_COLON] = ACTIONS(5161), - [anon_sym_AMP_AMP] = ACTIONS(5161), - [anon_sym_PIPE_PIPE] = ACTIONS(5161), - [anon_sym_else] = ACTIONS(5159), - [anon_sym_COLON_COLON] = ACTIONS(5161), - [anon_sym_PLUS_EQ] = ACTIONS(5161), - [anon_sym_DASH_EQ] = ACTIONS(5161), - [anon_sym_STAR_EQ] = ACTIONS(5161), - [anon_sym_SLASH_EQ] = ACTIONS(5161), - [anon_sym_PERCENT_EQ] = ACTIONS(5161), - [anon_sym_BANG_EQ] = ACTIONS(5159), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5161), - [anon_sym_EQ_EQ] = ACTIONS(5159), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5161), - [anon_sym_LT_EQ] = ACTIONS(5161), - [anon_sym_GT_EQ] = ACTIONS(5161), - [anon_sym_BANGin] = ACTIONS(5161), - [anon_sym_is] = ACTIONS(5159), - [anon_sym_BANGis] = ACTIONS(5161), - [anon_sym_PLUS] = ACTIONS(5159), - [anon_sym_DASH] = ACTIONS(5159), - [anon_sym_SLASH] = ACTIONS(5159), - [anon_sym_PERCENT] = ACTIONS(5159), - [anon_sym_as_QMARK] = ACTIONS(5161), - [anon_sym_PLUS_PLUS] = ACTIONS(5161), - [anon_sym_DASH_DASH] = ACTIONS(5161), - [anon_sym_BANG_BANG] = ACTIONS(5161), - [anon_sym_suspend] = ACTIONS(5159), - [anon_sym_sealed] = ACTIONS(5159), - [anon_sym_annotation] = ACTIONS(5159), - [anon_sym_data] = ACTIONS(5159), - [anon_sym_inner] = ACTIONS(5159), - [anon_sym_value] = ACTIONS(5159), - [anon_sym_override] = ACTIONS(5159), - [anon_sym_lateinit] = ACTIONS(5159), - [anon_sym_public] = ACTIONS(5159), - [anon_sym_private] = ACTIONS(5159), - [anon_sym_internal] = ACTIONS(5159), - [anon_sym_protected] = ACTIONS(5159), - [anon_sym_tailrec] = ACTIONS(5159), - [anon_sym_operator] = ACTIONS(5159), - [anon_sym_infix] = ACTIONS(5159), - [anon_sym_inline] = ACTIONS(5159), - [anon_sym_external] = ACTIONS(5159), - [sym_property_modifier] = ACTIONS(5159), - [anon_sym_abstract] = ACTIONS(5159), - [anon_sym_final] = ACTIONS(5159), - [anon_sym_open] = ACTIONS(5159), - [anon_sym_vararg] = ACTIONS(5159), - [anon_sym_noinline] = ACTIONS(5159), - [anon_sym_crossinline] = ACTIONS(5159), - [anon_sym_expect] = ACTIONS(5159), - [anon_sym_actual] = ACTIONS(5159), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5161), - [sym__automatic_semicolon] = ACTIONS(5161), - [sym_safe_nav] = ACTIONS(5161), + [3887] = { + [sym_function_body] = STATE(3558), + [sym__block] = STATE(3405), + [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(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [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(4483), + [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_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(4483), + [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_value] = 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), }, - [3947] = { - [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_value] = 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), + [3888] = { + [sym_class_body] = STATE(3999), + [sym__alpha_identifier] = ACTIONS(4450), + [anon_sym_AT] = ACTIONS(4452), + [anon_sym_COLON] = ACTIONS(7165), + [anon_sym_LBRACK] = ACTIONS(4452), + [anon_sym_as] = ACTIONS(4450), + [anon_sym_EQ] = ACTIONS(4450), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4452), + [anon_sym_LPAREN] = ACTIONS(4452), + [anon_sym_LT] = ACTIONS(4450), + [anon_sym_GT] = ACTIONS(4450), + [anon_sym_DOT] = ACTIONS(4450), + [anon_sym_SEMI] = ACTIONS(4452), + [anon_sym_get] = ACTIONS(4450), + [anon_sym_set] = ACTIONS(4450), + [anon_sym_STAR] = ACTIONS(4450), + [sym_label] = ACTIONS(4452), + [anon_sym_in] = ACTIONS(4450), + [anon_sym_DOT_DOT] = ACTIONS(4452), + [anon_sym_QMARK_COLON] = ACTIONS(4452), + [anon_sym_AMP_AMP] = ACTIONS(4452), + [anon_sym_PIPE_PIPE] = ACTIONS(4452), + [anon_sym_else] = ACTIONS(4450), + [anon_sym_COLON_COLON] = ACTIONS(4452), + [anon_sym_PLUS_EQ] = ACTIONS(4452), + [anon_sym_DASH_EQ] = ACTIONS(4452), + [anon_sym_STAR_EQ] = ACTIONS(4452), + [anon_sym_SLASH_EQ] = ACTIONS(4452), + [anon_sym_PERCENT_EQ] = ACTIONS(4452), + [anon_sym_BANG_EQ] = ACTIONS(4450), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4452), + [anon_sym_EQ_EQ] = ACTIONS(4450), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4452), + [anon_sym_LT_EQ] = ACTIONS(4452), + [anon_sym_GT_EQ] = ACTIONS(4452), + [anon_sym_BANGin] = ACTIONS(4452), + [anon_sym_is] = ACTIONS(4450), + [anon_sym_BANGis] = ACTIONS(4452), + [anon_sym_PLUS] = ACTIONS(4450), + [anon_sym_DASH] = ACTIONS(4450), + [anon_sym_SLASH] = ACTIONS(4450), + [anon_sym_PERCENT] = ACTIONS(4450), + [anon_sym_as_QMARK] = ACTIONS(4452), + [anon_sym_PLUS_PLUS] = ACTIONS(4452), + [anon_sym_DASH_DASH] = ACTIONS(4452), + [anon_sym_BANG_BANG] = ACTIONS(4452), + [anon_sym_suspend] = ACTIONS(4450), + [anon_sym_sealed] = ACTIONS(4450), + [anon_sym_annotation] = ACTIONS(4450), + [anon_sym_data] = ACTIONS(4450), + [anon_sym_inner] = ACTIONS(4450), + [anon_sym_value] = ACTIONS(4450), + [anon_sym_override] = ACTIONS(4450), + [anon_sym_lateinit] = ACTIONS(4450), + [anon_sym_public] = ACTIONS(4450), + [anon_sym_private] = ACTIONS(4450), + [anon_sym_internal] = ACTIONS(4450), + [anon_sym_protected] = ACTIONS(4450), + [anon_sym_tailrec] = ACTIONS(4450), + [anon_sym_operator] = ACTIONS(4450), + [anon_sym_infix] = ACTIONS(4450), + [anon_sym_inline] = ACTIONS(4450), + [anon_sym_external] = ACTIONS(4450), + [sym_property_modifier] = ACTIONS(4450), + [anon_sym_abstract] = ACTIONS(4450), + [anon_sym_final] = ACTIONS(4450), + [anon_sym_open] = ACTIONS(4450), + [anon_sym_vararg] = ACTIONS(4450), + [anon_sym_noinline] = ACTIONS(4450), + [anon_sym_crossinline] = ACTIONS(4450), + [anon_sym_expect] = ACTIONS(4450), + [anon_sym_actual] = ACTIONS(4450), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4452), + [sym__automatic_semicolon] = ACTIONS(4452), + [sym_safe_nav] = ACTIONS(4452), [sym_multiline_comment] = ACTIONS(3), }, - [3948] = { - [sym__alpha_identifier] = ACTIONS(4028), - [anon_sym_AT] = ACTIONS(4030), - [anon_sym_LBRACK] = ACTIONS(4030), - [anon_sym_as] = ACTIONS(4028), - [anon_sym_EQ] = ACTIONS(4028), - [anon_sym_LBRACE] = ACTIONS(4030), - [anon_sym_RBRACE] = ACTIONS(4030), - [anon_sym_LPAREN] = ACTIONS(4030), - [anon_sym_COMMA] = ACTIONS(4030), - [anon_sym_LT] = ACTIONS(4028), - [anon_sym_GT] = ACTIONS(4028), - [anon_sym_where] = ACTIONS(4028), - [anon_sym_DOT] = ACTIONS(4028), - [anon_sym_SEMI] = ACTIONS(4030), - [anon_sym_get] = ACTIONS(4028), - [anon_sym_set] = ACTIONS(4028), - [anon_sym_STAR] = ACTIONS(4028), - [sym_label] = ACTIONS(4030), - [anon_sym_in] = ACTIONS(4028), - [anon_sym_DOT_DOT] = ACTIONS(4030), - [anon_sym_QMARK_COLON] = ACTIONS(4030), - [anon_sym_AMP_AMP] = ACTIONS(4030), - [anon_sym_PIPE_PIPE] = ACTIONS(4030), - [anon_sym_else] = ACTIONS(4028), - [anon_sym_COLON_COLON] = ACTIONS(4030), - [anon_sym_PLUS_EQ] = ACTIONS(4030), - [anon_sym_DASH_EQ] = ACTIONS(4030), - [anon_sym_STAR_EQ] = ACTIONS(4030), - [anon_sym_SLASH_EQ] = ACTIONS(4030), - [anon_sym_PERCENT_EQ] = ACTIONS(4030), - [anon_sym_BANG_EQ] = ACTIONS(4028), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4030), - [anon_sym_EQ_EQ] = ACTIONS(4028), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4030), - [anon_sym_LT_EQ] = ACTIONS(4030), - [anon_sym_GT_EQ] = ACTIONS(4030), - [anon_sym_BANGin] = ACTIONS(4030), - [anon_sym_is] = ACTIONS(4028), - [anon_sym_BANGis] = ACTIONS(4030), - [anon_sym_PLUS] = ACTIONS(4028), - [anon_sym_DASH] = ACTIONS(4028), - [anon_sym_SLASH] = ACTIONS(4028), - [anon_sym_PERCENT] = ACTIONS(4028), - [anon_sym_as_QMARK] = ACTIONS(4030), - [anon_sym_PLUS_PLUS] = ACTIONS(4030), - [anon_sym_DASH_DASH] = ACTIONS(4030), - [anon_sym_BANG_BANG] = ACTIONS(4030), - [anon_sym_suspend] = ACTIONS(4028), - [anon_sym_sealed] = ACTIONS(4028), - [anon_sym_annotation] = ACTIONS(4028), - [anon_sym_data] = ACTIONS(4028), - [anon_sym_inner] = ACTIONS(4028), - [anon_sym_value] = ACTIONS(4028), - [anon_sym_override] = ACTIONS(4028), - [anon_sym_lateinit] = ACTIONS(4028), - [anon_sym_public] = ACTIONS(4028), - [anon_sym_private] = ACTIONS(4028), - [anon_sym_internal] = ACTIONS(4028), - [anon_sym_protected] = ACTIONS(4028), - [anon_sym_tailrec] = ACTIONS(4028), - [anon_sym_operator] = ACTIONS(4028), - [anon_sym_infix] = ACTIONS(4028), - [anon_sym_inline] = ACTIONS(4028), - [anon_sym_external] = ACTIONS(4028), - [sym_property_modifier] = ACTIONS(4028), - [anon_sym_abstract] = ACTIONS(4028), - [anon_sym_final] = ACTIONS(4028), - [anon_sym_open] = ACTIONS(4028), - [anon_sym_vararg] = ACTIONS(4028), - [anon_sym_noinline] = ACTIONS(4028), - [anon_sym_crossinline] = ACTIONS(4028), - [anon_sym_expect] = ACTIONS(4028), - [anon_sym_actual] = ACTIONS(4028), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4030), - [sym__automatic_semicolon] = ACTIONS(4030), - [sym_safe_nav] = ACTIONS(4030), + [3889] = { + [sym__alpha_identifier] = ACTIONS(1608), + [anon_sym_AT] = ACTIONS(1606), + [anon_sym_LBRACK] = ACTIONS(1606), + [anon_sym_as] = ACTIONS(1608), + [anon_sym_EQ] = ACTIONS(1608), + [anon_sym_LBRACE] = ACTIONS(1606), + [anon_sym_RBRACE] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(1606), + [anon_sym_COMMA] = ACTIONS(1606), + [anon_sym_LT] = ACTIONS(1608), + [anon_sym_GT] = ACTIONS(1608), + [anon_sym_where] = ACTIONS(1608), + [anon_sym_DOT] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1606), + [anon_sym_get] = ACTIONS(1608), + [anon_sym_set] = ACTIONS(1608), + [anon_sym_STAR] = ACTIONS(1608), + [sym_label] = ACTIONS(1606), + [anon_sym_in] = ACTIONS(1608), + [anon_sym_DOT_DOT] = ACTIONS(1606), + [anon_sym_QMARK_COLON] = ACTIONS(1606), + [anon_sym_AMP_AMP] = ACTIONS(1606), + [anon_sym_PIPE_PIPE] = ACTIONS(1606), + [anon_sym_else] = ACTIONS(1608), + [anon_sym_COLON_COLON] = ACTIONS(1606), + [anon_sym_PLUS_EQ] = ACTIONS(1606), + [anon_sym_DASH_EQ] = ACTIONS(1606), + [anon_sym_STAR_EQ] = ACTIONS(1606), + [anon_sym_SLASH_EQ] = ACTIONS(1606), + [anon_sym_PERCENT_EQ] = ACTIONS(1606), + [anon_sym_BANG_EQ] = ACTIONS(1608), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1606), + [anon_sym_EQ_EQ] = ACTIONS(1608), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1606), + [anon_sym_LT_EQ] = ACTIONS(1606), + [anon_sym_GT_EQ] = ACTIONS(1606), + [anon_sym_BANGin] = ACTIONS(1606), + [anon_sym_is] = ACTIONS(1608), + [anon_sym_BANGis] = ACTIONS(1606), + [anon_sym_PLUS] = ACTIONS(1608), + [anon_sym_DASH] = ACTIONS(1608), + [anon_sym_SLASH] = ACTIONS(1608), + [anon_sym_PERCENT] = ACTIONS(1608), + [anon_sym_as_QMARK] = ACTIONS(1606), + [anon_sym_PLUS_PLUS] = ACTIONS(1606), + [anon_sym_DASH_DASH] = ACTIONS(1606), + [anon_sym_BANG_BANG] = ACTIONS(1606), + [anon_sym_suspend] = ACTIONS(1608), + [anon_sym_sealed] = ACTIONS(1608), + [anon_sym_annotation] = ACTIONS(1608), + [anon_sym_data] = ACTIONS(1608), + [anon_sym_inner] = ACTIONS(1608), + [anon_sym_value] = ACTIONS(1608), + [anon_sym_override] = ACTIONS(1608), + [anon_sym_lateinit] = ACTIONS(1608), + [anon_sym_public] = ACTIONS(1608), + [anon_sym_private] = ACTIONS(1608), + [anon_sym_internal] = ACTIONS(1608), + [anon_sym_protected] = ACTIONS(1608), + [anon_sym_tailrec] = ACTIONS(1608), + [anon_sym_operator] = ACTIONS(1608), + [anon_sym_infix] = ACTIONS(1608), + [anon_sym_inline] = ACTIONS(1608), + [anon_sym_external] = ACTIONS(1608), + [sym_property_modifier] = ACTIONS(1608), + [anon_sym_abstract] = ACTIONS(1608), + [anon_sym_final] = ACTIONS(1608), + [anon_sym_open] = ACTIONS(1608), + [anon_sym_vararg] = ACTIONS(1608), + [anon_sym_noinline] = ACTIONS(1608), + [anon_sym_crossinline] = ACTIONS(1608), + [anon_sym_expect] = ACTIONS(1608), + [anon_sym_actual] = ACTIONS(1608), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1606), + [sym__automatic_semicolon] = ACTIONS(1606), + [sym_safe_nav] = ACTIONS(1606), [sym_multiline_comment] = ACTIONS(3), }, - [3949] = { - [sym_function_body] = STATE(3995), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(6934), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4439), - [sym_label] = ACTIONS(4441), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_PLUS_EQ] = ACTIONS(4441), - [anon_sym_DASH_EQ] = ACTIONS(4441), - [anon_sym_STAR_EQ] = ACTIONS(4441), - [anon_sym_SLASH_EQ] = ACTIONS(4441), - [anon_sym_PERCENT_EQ] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4439), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_suspend] = ACTIONS(4439), - [anon_sym_sealed] = ACTIONS(4439), - [anon_sym_annotation] = ACTIONS(4439), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_override] = ACTIONS(4439), - [anon_sym_lateinit] = ACTIONS(4439), - [anon_sym_public] = ACTIONS(4439), - [anon_sym_private] = ACTIONS(4439), - [anon_sym_internal] = ACTIONS(4439), - [anon_sym_protected] = ACTIONS(4439), - [anon_sym_tailrec] = ACTIONS(4439), - [anon_sym_operator] = ACTIONS(4439), - [anon_sym_infix] = ACTIONS(4439), - [anon_sym_inline] = ACTIONS(4439), - [anon_sym_external] = ACTIONS(4439), - [sym_property_modifier] = ACTIONS(4439), - [anon_sym_abstract] = ACTIONS(4439), - [anon_sym_final] = ACTIONS(4439), - [anon_sym_open] = ACTIONS(4439), - [anon_sym_vararg] = ACTIONS(4439), - [anon_sym_noinline] = ACTIONS(4439), - [anon_sym_crossinline] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4441), - [sym__automatic_semicolon] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), + [3890] = { + [sym_function_body] = STATE(3184), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4481), + [anon_sym_AT] = ACTIONS(4483), + [anon_sym_LBRACK] = ACTIONS(4483), + [anon_sym_as] = ACTIONS(4481), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4483), + [anon_sym_LPAREN] = ACTIONS(4483), + [anon_sym_LT] = ACTIONS(4481), + [anon_sym_GT] = 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(4483), + [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_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(4483), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4483), + [anon_sym_super_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), }, - [3950] = { - [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_value] = 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), + [3891] = { + [sym__alpha_identifier] = ACTIONS(4858), + [anon_sym_AT] = ACTIONS(4860), + [anon_sym_LBRACK] = ACTIONS(4860), + [anon_sym_as] = ACTIONS(4858), + [anon_sym_EQ] = ACTIONS(4858), + [anon_sym_LBRACE] = ACTIONS(4860), + [anon_sym_RBRACE] = ACTIONS(4860), + [anon_sym_LPAREN] = ACTIONS(4860), + [anon_sym_COMMA] = ACTIONS(4860), + [anon_sym_LT] = ACTIONS(4858), + [anon_sym_GT] = ACTIONS(4858), + [anon_sym_where] = ACTIONS(4858), + [anon_sym_DOT] = ACTIONS(4858), + [anon_sym_SEMI] = ACTIONS(4860), + [anon_sym_get] = ACTIONS(4858), + [anon_sym_set] = ACTIONS(4858), + [anon_sym_STAR] = ACTIONS(4858), + [sym_label] = ACTIONS(4860), + [anon_sym_in] = ACTIONS(4858), + [anon_sym_DOT_DOT] = ACTIONS(4860), + [anon_sym_QMARK_COLON] = ACTIONS(4860), + [anon_sym_AMP_AMP] = ACTIONS(4860), + [anon_sym_PIPE_PIPE] = ACTIONS(4860), + [anon_sym_else] = ACTIONS(4858), + [anon_sym_COLON_COLON] = ACTIONS(4860), + [anon_sym_PLUS_EQ] = ACTIONS(4860), + [anon_sym_DASH_EQ] = ACTIONS(4860), + [anon_sym_STAR_EQ] = ACTIONS(4860), + [anon_sym_SLASH_EQ] = ACTIONS(4860), + [anon_sym_PERCENT_EQ] = ACTIONS(4860), + [anon_sym_BANG_EQ] = ACTIONS(4858), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4860), + [anon_sym_EQ_EQ] = ACTIONS(4858), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4860), + [anon_sym_LT_EQ] = ACTIONS(4860), + [anon_sym_GT_EQ] = ACTIONS(4860), + [anon_sym_BANGin] = ACTIONS(4860), + [anon_sym_is] = ACTIONS(4858), + [anon_sym_BANGis] = ACTIONS(4860), + [anon_sym_PLUS] = ACTIONS(4858), + [anon_sym_DASH] = ACTIONS(4858), + [anon_sym_SLASH] = ACTIONS(4858), + [anon_sym_PERCENT] = ACTIONS(4858), + [anon_sym_as_QMARK] = ACTIONS(4860), + [anon_sym_PLUS_PLUS] = ACTIONS(4860), + [anon_sym_DASH_DASH] = ACTIONS(4860), + [anon_sym_BANG_BANG] = ACTIONS(4860), + [anon_sym_suspend] = ACTIONS(4858), + [anon_sym_sealed] = ACTIONS(4858), + [anon_sym_annotation] = ACTIONS(4858), + [anon_sym_data] = ACTIONS(4858), + [anon_sym_inner] = ACTIONS(4858), + [anon_sym_value] = ACTIONS(4858), + [anon_sym_override] = ACTIONS(4858), + [anon_sym_lateinit] = ACTIONS(4858), + [anon_sym_public] = ACTIONS(4858), + [anon_sym_private] = ACTIONS(4858), + [anon_sym_internal] = ACTIONS(4858), + [anon_sym_protected] = ACTIONS(4858), + [anon_sym_tailrec] = ACTIONS(4858), + [anon_sym_operator] = ACTIONS(4858), + [anon_sym_infix] = ACTIONS(4858), + [anon_sym_inline] = ACTIONS(4858), + [anon_sym_external] = ACTIONS(4858), + [sym_property_modifier] = ACTIONS(4858), + [anon_sym_abstract] = ACTIONS(4858), + [anon_sym_final] = ACTIONS(4858), + [anon_sym_open] = ACTIONS(4858), + [anon_sym_vararg] = ACTIONS(4858), + [anon_sym_noinline] = ACTIONS(4858), + [anon_sym_crossinline] = ACTIONS(4858), + [anon_sym_expect] = ACTIONS(4858), + [anon_sym_actual] = ACTIONS(4858), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4860), + [sym__automatic_semicolon] = ACTIONS(4860), + [sym_safe_nav] = ACTIONS(4860), [sym_multiline_comment] = ACTIONS(3), }, - [3951] = { - [sym_function_body] = STATE(3265), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_object] = ACTIONS(4447), - [anon_sym_fun] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_this] = ACTIONS(4447), - [anon_sym_super] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4449), - [sym_label] = ACTIONS(4447), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_null] = ACTIONS(4447), - [anon_sym_if] = ACTIONS(4447), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_when] = ACTIONS(4447), - [anon_sym_try] = ACTIONS(4447), - [anon_sym_throw] = ACTIONS(4447), - [anon_sym_return] = ACTIONS(4447), - [anon_sym_continue] = ACTIONS(4447), - [anon_sym_break] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4449), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG] = ACTIONS(4447), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4449), - [anon_sym_continue_AT] = ACTIONS(4449), - [anon_sym_break_AT] = ACTIONS(4449), - [anon_sym_this_AT] = ACTIONS(4449), - [anon_sym_super_AT] = ACTIONS(4449), - [sym_real_literal] = ACTIONS(4449), - [sym_integer_literal] = ACTIONS(4447), - [sym_hex_literal] = ACTIONS(4449), - [sym_bin_literal] = ACTIONS(4449), - [anon_sym_true] = ACTIONS(4447), - [anon_sym_false] = ACTIONS(4447), - [anon_sym_SQUOTE] = ACTIONS(4449), - [sym__backtick_identifier] = ACTIONS(4449), - [sym__automatic_semicolon] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4449), + [3892] = { + [sym__alpha_identifier] = ACTIONS(4854), + [anon_sym_AT] = ACTIONS(4856), + [anon_sym_LBRACK] = ACTIONS(4856), + [anon_sym_as] = ACTIONS(4854), + [anon_sym_EQ] = ACTIONS(4854), + [anon_sym_LBRACE] = ACTIONS(4856), + [anon_sym_RBRACE] = ACTIONS(4856), + [anon_sym_LPAREN] = ACTIONS(4856), + [anon_sym_COMMA] = ACTIONS(4856), + [anon_sym_LT] = ACTIONS(4854), + [anon_sym_GT] = ACTIONS(4854), + [anon_sym_where] = ACTIONS(4854), + [anon_sym_DOT] = ACTIONS(4854), + [anon_sym_SEMI] = ACTIONS(4856), + [anon_sym_get] = ACTIONS(4854), + [anon_sym_set] = ACTIONS(4854), + [anon_sym_STAR] = ACTIONS(4854), + [sym_label] = ACTIONS(4856), + [anon_sym_in] = ACTIONS(4854), + [anon_sym_DOT_DOT] = ACTIONS(4856), + [anon_sym_QMARK_COLON] = ACTIONS(4856), + [anon_sym_AMP_AMP] = ACTIONS(4856), + [anon_sym_PIPE_PIPE] = ACTIONS(4856), + [anon_sym_else] = ACTIONS(4854), + [anon_sym_COLON_COLON] = ACTIONS(4856), + [anon_sym_PLUS_EQ] = ACTIONS(4856), + [anon_sym_DASH_EQ] = ACTIONS(4856), + [anon_sym_STAR_EQ] = ACTIONS(4856), + [anon_sym_SLASH_EQ] = ACTIONS(4856), + [anon_sym_PERCENT_EQ] = ACTIONS(4856), + [anon_sym_BANG_EQ] = ACTIONS(4854), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4856), + [anon_sym_EQ_EQ] = ACTIONS(4854), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4856), + [anon_sym_LT_EQ] = ACTIONS(4856), + [anon_sym_GT_EQ] = ACTIONS(4856), + [anon_sym_BANGin] = ACTIONS(4856), + [anon_sym_is] = ACTIONS(4854), + [anon_sym_BANGis] = ACTIONS(4856), + [anon_sym_PLUS] = ACTIONS(4854), + [anon_sym_DASH] = ACTIONS(4854), + [anon_sym_SLASH] = ACTIONS(4854), + [anon_sym_PERCENT] = ACTIONS(4854), + [anon_sym_as_QMARK] = ACTIONS(4856), + [anon_sym_PLUS_PLUS] = ACTIONS(4856), + [anon_sym_DASH_DASH] = ACTIONS(4856), + [anon_sym_BANG_BANG] = ACTIONS(4856), + [anon_sym_suspend] = ACTIONS(4854), + [anon_sym_sealed] = ACTIONS(4854), + [anon_sym_annotation] = ACTIONS(4854), + [anon_sym_data] = ACTIONS(4854), + [anon_sym_inner] = ACTIONS(4854), + [anon_sym_value] = ACTIONS(4854), + [anon_sym_override] = ACTIONS(4854), + [anon_sym_lateinit] = ACTIONS(4854), + [anon_sym_public] = ACTIONS(4854), + [anon_sym_private] = ACTIONS(4854), + [anon_sym_internal] = ACTIONS(4854), + [anon_sym_protected] = ACTIONS(4854), + [anon_sym_tailrec] = ACTIONS(4854), + [anon_sym_operator] = ACTIONS(4854), + [anon_sym_infix] = ACTIONS(4854), + [anon_sym_inline] = ACTIONS(4854), + [anon_sym_external] = ACTIONS(4854), + [sym_property_modifier] = ACTIONS(4854), + [anon_sym_abstract] = ACTIONS(4854), + [anon_sym_final] = ACTIONS(4854), + [anon_sym_open] = ACTIONS(4854), + [anon_sym_vararg] = ACTIONS(4854), + [anon_sym_noinline] = ACTIONS(4854), + [anon_sym_crossinline] = ACTIONS(4854), + [anon_sym_expect] = ACTIONS(4854), + [anon_sym_actual] = ACTIONS(4854), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4856), + [sym__automatic_semicolon] = ACTIONS(4856), + [sym_safe_nav] = ACTIONS(4856), + [sym_multiline_comment] = ACTIONS(3), }, - [3952] = { - [sym__alpha_identifier] = ACTIONS(4467), - [anon_sym_AT] = ACTIONS(4469), - [anon_sym_LBRACK] = ACTIONS(4469), - [anon_sym_as] = ACTIONS(4467), - [anon_sym_EQ] = ACTIONS(4467), - [anon_sym_LBRACE] = ACTIONS(4469), - [anon_sym_RBRACE] = ACTIONS(4469), - [anon_sym_LPAREN] = ACTIONS(4469), - [anon_sym_COMMA] = ACTIONS(4469), - [anon_sym_LT] = ACTIONS(4467), - [anon_sym_GT] = ACTIONS(4467), - [anon_sym_where] = ACTIONS(4467), - [anon_sym_DOT] = ACTIONS(4467), - [anon_sym_SEMI] = ACTIONS(4469), - [anon_sym_get] = ACTIONS(4467), - [anon_sym_set] = ACTIONS(4467), - [anon_sym_STAR] = ACTIONS(4467), - [sym_label] = ACTIONS(4469), - [anon_sym_in] = ACTIONS(4467), - [anon_sym_DOT_DOT] = ACTIONS(4469), - [anon_sym_QMARK_COLON] = ACTIONS(4469), - [anon_sym_AMP_AMP] = ACTIONS(4469), - [anon_sym_PIPE_PIPE] = ACTIONS(4469), - [anon_sym_else] = ACTIONS(4467), - [anon_sym_COLON_COLON] = ACTIONS(4469), - [anon_sym_PLUS_EQ] = ACTIONS(4469), - [anon_sym_DASH_EQ] = ACTIONS(4469), - [anon_sym_STAR_EQ] = ACTIONS(4469), - [anon_sym_SLASH_EQ] = ACTIONS(4469), - [anon_sym_PERCENT_EQ] = ACTIONS(4469), - [anon_sym_BANG_EQ] = ACTIONS(4467), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4469), - [anon_sym_EQ_EQ] = ACTIONS(4467), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4469), - [anon_sym_LT_EQ] = ACTIONS(4469), - [anon_sym_GT_EQ] = ACTIONS(4469), - [anon_sym_BANGin] = ACTIONS(4469), - [anon_sym_is] = ACTIONS(4467), - [anon_sym_BANGis] = ACTIONS(4469), - [anon_sym_PLUS] = ACTIONS(4467), - [anon_sym_DASH] = ACTIONS(4467), - [anon_sym_SLASH] = ACTIONS(4467), - [anon_sym_PERCENT] = ACTIONS(4467), - [anon_sym_as_QMARK] = ACTIONS(4469), - [anon_sym_PLUS_PLUS] = ACTIONS(4469), - [anon_sym_DASH_DASH] = ACTIONS(4469), - [anon_sym_BANG_BANG] = ACTIONS(4469), - [anon_sym_suspend] = ACTIONS(4467), - [anon_sym_sealed] = ACTIONS(4467), - [anon_sym_annotation] = ACTIONS(4467), - [anon_sym_data] = ACTIONS(4467), - [anon_sym_inner] = ACTIONS(4467), - [anon_sym_value] = ACTIONS(4467), - [anon_sym_override] = ACTIONS(4467), - [anon_sym_lateinit] = ACTIONS(4467), - [anon_sym_public] = ACTIONS(4467), - [anon_sym_private] = ACTIONS(4467), - [anon_sym_internal] = ACTIONS(4467), - [anon_sym_protected] = ACTIONS(4467), - [anon_sym_tailrec] = ACTIONS(4467), - [anon_sym_operator] = ACTIONS(4467), - [anon_sym_infix] = ACTIONS(4467), - [anon_sym_inline] = ACTIONS(4467), - [anon_sym_external] = ACTIONS(4467), - [sym_property_modifier] = ACTIONS(4467), - [anon_sym_abstract] = ACTIONS(4467), - [anon_sym_final] = ACTIONS(4467), - [anon_sym_open] = ACTIONS(4467), - [anon_sym_vararg] = ACTIONS(4467), - [anon_sym_noinline] = ACTIONS(4467), - [anon_sym_crossinline] = ACTIONS(4467), - [anon_sym_expect] = ACTIONS(4467), - [anon_sym_actual] = ACTIONS(4467), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4469), - [sym__automatic_semicolon] = ACTIONS(4469), - [sym_safe_nav] = ACTIONS(4469), + [3893] = { + [sym__alpha_identifier] = ACTIONS(4844), + [anon_sym_AT] = ACTIONS(4846), + [anon_sym_LBRACK] = ACTIONS(4846), + [anon_sym_as] = ACTIONS(4844), + [anon_sym_EQ] = ACTIONS(4844), + [anon_sym_LBRACE] = ACTIONS(4846), + [anon_sym_RBRACE] = ACTIONS(4846), + [anon_sym_LPAREN] = ACTIONS(4846), + [anon_sym_COMMA] = ACTIONS(4846), + [anon_sym_LT] = ACTIONS(4844), + [anon_sym_GT] = ACTIONS(4844), + [anon_sym_where] = ACTIONS(4844), + [anon_sym_DOT] = ACTIONS(4844), + [anon_sym_SEMI] = ACTIONS(4846), + [anon_sym_get] = ACTIONS(4844), + [anon_sym_set] = ACTIONS(4844), + [anon_sym_STAR] = ACTIONS(4844), + [sym_label] = ACTIONS(4846), + [anon_sym_in] = ACTIONS(4844), + [anon_sym_DOT_DOT] = ACTIONS(4846), + [anon_sym_QMARK_COLON] = ACTIONS(4846), + [anon_sym_AMP_AMP] = ACTIONS(4846), + [anon_sym_PIPE_PIPE] = ACTIONS(4846), + [anon_sym_else] = ACTIONS(4844), + [anon_sym_COLON_COLON] = ACTIONS(4846), + [anon_sym_PLUS_EQ] = ACTIONS(4846), + [anon_sym_DASH_EQ] = ACTIONS(4846), + [anon_sym_STAR_EQ] = ACTIONS(4846), + [anon_sym_SLASH_EQ] = ACTIONS(4846), + [anon_sym_PERCENT_EQ] = ACTIONS(4846), + [anon_sym_BANG_EQ] = ACTIONS(4844), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4846), + [anon_sym_EQ_EQ] = ACTIONS(4844), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4846), + [anon_sym_LT_EQ] = ACTIONS(4846), + [anon_sym_GT_EQ] = ACTIONS(4846), + [anon_sym_BANGin] = ACTIONS(4846), + [anon_sym_is] = ACTIONS(4844), + [anon_sym_BANGis] = ACTIONS(4846), + [anon_sym_PLUS] = ACTIONS(4844), + [anon_sym_DASH] = ACTIONS(4844), + [anon_sym_SLASH] = ACTIONS(4844), + [anon_sym_PERCENT] = ACTIONS(4844), + [anon_sym_as_QMARK] = ACTIONS(4846), + [anon_sym_PLUS_PLUS] = ACTIONS(4846), + [anon_sym_DASH_DASH] = ACTIONS(4846), + [anon_sym_BANG_BANG] = ACTIONS(4846), + [anon_sym_suspend] = ACTIONS(4844), + [anon_sym_sealed] = ACTIONS(4844), + [anon_sym_annotation] = ACTIONS(4844), + [anon_sym_data] = ACTIONS(4844), + [anon_sym_inner] = ACTIONS(4844), + [anon_sym_value] = ACTIONS(4844), + [anon_sym_override] = ACTIONS(4844), + [anon_sym_lateinit] = ACTIONS(4844), + [anon_sym_public] = ACTIONS(4844), + [anon_sym_private] = ACTIONS(4844), + [anon_sym_internal] = ACTIONS(4844), + [anon_sym_protected] = ACTIONS(4844), + [anon_sym_tailrec] = ACTIONS(4844), + [anon_sym_operator] = ACTIONS(4844), + [anon_sym_infix] = ACTIONS(4844), + [anon_sym_inline] = ACTIONS(4844), + [anon_sym_external] = ACTIONS(4844), + [sym_property_modifier] = ACTIONS(4844), + [anon_sym_abstract] = ACTIONS(4844), + [anon_sym_final] = ACTIONS(4844), + [anon_sym_open] = ACTIONS(4844), + [anon_sym_vararg] = ACTIONS(4844), + [anon_sym_noinline] = ACTIONS(4844), + [anon_sym_crossinline] = ACTIONS(4844), + [anon_sym_expect] = ACTIONS(4844), + [anon_sym_actual] = ACTIONS(4844), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4846), + [sym__automatic_semicolon] = ACTIONS(4846), + [sym_safe_nav] = ACTIONS(4846), [sym_multiline_comment] = ACTIONS(3), }, - [3953] = { - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_EQ] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(4218), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(4216), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4216), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_PLUS_EQ] = ACTIONS(4218), - [anon_sym_DASH_EQ] = ACTIONS(4218), - [anon_sym_STAR_EQ] = ACTIONS(4218), - [anon_sym_SLASH_EQ] = ACTIONS(4218), - [anon_sym_PERCENT_EQ] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4216), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), + [3894] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4281), + [anon_sym_EQ] = ACTIONS(4281), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4284), + [anon_sym_LPAREN] = ACTIONS(4794), + [anon_sym_COMMA] = ACTIONS(4284), + [anon_sym_LT] = ACTIONS(4281), + [anon_sym_GT] = ACTIONS(4281), + [anon_sym_where] = ACTIONS(4281), + [anon_sym_DOT] = ACTIONS(4281), + [anon_sym_SEMI] = ACTIONS(4284), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_STAR] = ACTIONS(4281), + [sym_label] = ACTIONS(4284), + [anon_sym_in] = ACTIONS(4281), + [anon_sym_DOT_DOT] = ACTIONS(4284), + [anon_sym_QMARK_COLON] = ACTIONS(4284), + [anon_sym_AMP_AMP] = ACTIONS(4284), + [anon_sym_PIPE_PIPE] = ACTIONS(4284), + [anon_sym_else] = ACTIONS(4281), + [anon_sym_COLON_COLON] = ACTIONS(4284), + [anon_sym_PLUS_EQ] = ACTIONS(4284), + [anon_sym_DASH_EQ] = ACTIONS(4284), + [anon_sym_STAR_EQ] = ACTIONS(4284), + [anon_sym_SLASH_EQ] = ACTIONS(4284), + [anon_sym_PERCENT_EQ] = ACTIONS(4284), + [anon_sym_BANG_EQ] = ACTIONS(4281), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), + [anon_sym_EQ_EQ] = ACTIONS(4281), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), + [anon_sym_LT_EQ] = ACTIONS(4284), + [anon_sym_GT_EQ] = ACTIONS(4284), + [anon_sym_BANGin] = ACTIONS(4284), + [anon_sym_is] = ACTIONS(4281), + [anon_sym_BANGis] = ACTIONS(4284), + [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(4284), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG_BANG] = ACTIONS(4284), + [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_value] = 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), + [sym__backtick_identifier] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4284), + [sym_safe_nav] = ACTIONS(4284), [sym_multiline_comment] = ACTIONS(3), }, - [3954] = { - [sym_function_body] = STATE(3467), - [sym__block] = STATE(3402), + [3895] = { [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_RBRACK] = ACTIONS(4297), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), - [anon_sym_RPAREN] = ACTIONS(4297), + [anon_sym_EQ] = ACTIONS(4295), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4298), + [anon_sym_LPAREN] = ACTIONS(4806), + [anon_sym_COMMA] = ACTIONS(4298), [anon_sym_LT] = ACTIONS(4295), [anon_sym_GT] = ACTIONS(4295), [anon_sym_where] = ACTIONS(4295), [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), + [anon_sym_SEMI] = ACTIONS(4298), [anon_sym_get] = ACTIONS(4295), [anon_sym_set] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4297), - [anon_sym_DASH_GT] = ACTIONS(4297), - [sym_label] = ACTIONS(4297), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4298), [anon_sym_in] = ACTIONS(4295), - [anon_sym_while] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), + [anon_sym_DOT_DOT] = ACTIONS(4298), + [anon_sym_QMARK_COLON] = ACTIONS(4298), + [anon_sym_AMP_AMP] = ACTIONS(4298), + [anon_sym_PIPE_PIPE] = ACTIONS(4298), [anon_sym_else] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4298), + [anon_sym_DASH_EQ] = ACTIONS(4298), + [anon_sym_STAR_EQ] = ACTIONS(4298), + [anon_sym_SLASH_EQ] = ACTIONS(4298), + [anon_sym_PERCENT_EQ] = ACTIONS(4298), [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4298), [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4298), + [anon_sym_LT_EQ] = ACTIONS(4298), + [anon_sym_GT_EQ] = ACTIONS(4298), + [anon_sym_BANGin] = ACTIONS(4298), [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), + [anon_sym_BANGis] = ACTIONS(4298), [anon_sym_PLUS] = ACTIONS(4295), [anon_sym_DASH] = ACTIONS(4295), [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4297), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG_BANG] = ACTIONS(4297), + [anon_sym_PERCENT] = ACTIONS(4295), + [anon_sym_as_QMARK] = ACTIONS(4298), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG_BANG] = ACTIONS(4298), [anon_sym_suspend] = ACTIONS(4295), [anon_sym_sealed] = ACTIONS(4295), [anon_sym_annotation] = ACTIONS(4295), @@ -441124,3611 +436357,4572 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4295), [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4298), [sym_multiline_comment] = ACTIONS(3), }, - [3955] = { - [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_value] = 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), + [3896] = { + [sym_function_body] = STATE(3456), + [sym__block] = STATE(3405), + [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(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [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(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_value] = 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), }, - [3956] = { - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_EQ] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(4329), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(4327), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4327), - [sym_label] = ACTIONS(4329), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_PLUS_EQ] = ACTIONS(4329), - [anon_sym_DASH_EQ] = ACTIONS(4329), - [anon_sym_STAR_EQ] = ACTIONS(4329), - [anon_sym_SLASH_EQ] = ACTIONS(4329), - [anon_sym_PERCENT_EQ] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4327), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), + [3897] = { + [sym__alpha_identifier] = ACTIONS(4890), + [anon_sym_AT] = ACTIONS(4892), + [anon_sym_LBRACK] = ACTIONS(4892), + [anon_sym_as] = ACTIONS(4890), + [anon_sym_EQ] = ACTIONS(4890), + [anon_sym_LBRACE] = ACTIONS(4892), + [anon_sym_RBRACE] = ACTIONS(4892), + [anon_sym_LPAREN] = ACTIONS(4892), + [anon_sym_COMMA] = ACTIONS(4892), + [anon_sym_LT] = ACTIONS(4890), + [anon_sym_GT] = ACTIONS(4890), + [anon_sym_where] = ACTIONS(4890), + [anon_sym_DOT] = ACTIONS(4890), + [anon_sym_SEMI] = ACTIONS(4892), + [anon_sym_get] = ACTIONS(4890), + [anon_sym_set] = ACTIONS(4890), + [anon_sym_STAR] = ACTIONS(4890), + [sym_label] = ACTIONS(4892), + [anon_sym_in] = ACTIONS(4890), + [anon_sym_DOT_DOT] = ACTIONS(4892), + [anon_sym_QMARK_COLON] = ACTIONS(4892), + [anon_sym_AMP_AMP] = ACTIONS(4892), + [anon_sym_PIPE_PIPE] = ACTIONS(4892), + [anon_sym_else] = ACTIONS(4890), + [anon_sym_COLON_COLON] = ACTIONS(4892), + [anon_sym_PLUS_EQ] = ACTIONS(4892), + [anon_sym_DASH_EQ] = ACTIONS(4892), + [anon_sym_STAR_EQ] = ACTIONS(4892), + [anon_sym_SLASH_EQ] = ACTIONS(4892), + [anon_sym_PERCENT_EQ] = ACTIONS(4892), + [anon_sym_BANG_EQ] = ACTIONS(4890), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4892), + [anon_sym_EQ_EQ] = ACTIONS(4890), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4892), + [anon_sym_LT_EQ] = ACTIONS(4892), + [anon_sym_GT_EQ] = ACTIONS(4892), + [anon_sym_BANGin] = ACTIONS(4892), + [anon_sym_is] = ACTIONS(4890), + [anon_sym_BANGis] = ACTIONS(4892), + [anon_sym_PLUS] = ACTIONS(4890), + [anon_sym_DASH] = ACTIONS(4890), + [anon_sym_SLASH] = ACTIONS(4890), + [anon_sym_PERCENT] = ACTIONS(4890), + [anon_sym_as_QMARK] = ACTIONS(4892), + [anon_sym_PLUS_PLUS] = ACTIONS(4892), + [anon_sym_DASH_DASH] = ACTIONS(4892), + [anon_sym_BANG_BANG] = ACTIONS(4892), + [anon_sym_suspend] = ACTIONS(4890), + [anon_sym_sealed] = ACTIONS(4890), + [anon_sym_annotation] = ACTIONS(4890), + [anon_sym_data] = ACTIONS(4890), + [anon_sym_inner] = ACTIONS(4890), + [anon_sym_value] = ACTIONS(4890), + [anon_sym_override] = ACTIONS(4890), + [anon_sym_lateinit] = ACTIONS(4890), + [anon_sym_public] = ACTIONS(4890), + [anon_sym_private] = ACTIONS(4890), + [anon_sym_internal] = ACTIONS(4890), + [anon_sym_protected] = ACTIONS(4890), + [anon_sym_tailrec] = ACTIONS(4890), + [anon_sym_operator] = ACTIONS(4890), + [anon_sym_infix] = ACTIONS(4890), + [anon_sym_inline] = ACTIONS(4890), + [anon_sym_external] = ACTIONS(4890), + [sym_property_modifier] = ACTIONS(4890), + [anon_sym_abstract] = ACTIONS(4890), + [anon_sym_final] = ACTIONS(4890), + [anon_sym_open] = ACTIONS(4890), + [anon_sym_vararg] = ACTIONS(4890), + [anon_sym_noinline] = ACTIONS(4890), + [anon_sym_crossinline] = ACTIONS(4890), + [anon_sym_expect] = ACTIONS(4890), + [anon_sym_actual] = ACTIONS(4890), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4892), + [sym__automatic_semicolon] = ACTIONS(4892), + [sym_safe_nav] = ACTIONS(4892), [sym_multiline_comment] = ACTIONS(3), }, - [3957] = { - [sym__alpha_identifier] = ACTIONS(5183), - [anon_sym_AT] = ACTIONS(5185), - [anon_sym_LBRACK] = ACTIONS(5185), - [anon_sym_typealias] = ACTIONS(5183), - [anon_sym_class] = ACTIONS(5183), - [anon_sym_interface] = ACTIONS(5183), - [anon_sym_enum] = ACTIONS(5183), - [anon_sym_LBRACE] = ACTIONS(5185), - [anon_sym_LPAREN] = ACTIONS(5185), - [anon_sym_val] = ACTIONS(5183), - [anon_sym_var] = ACTIONS(5183), - [anon_sym_object] = ACTIONS(5183), - [anon_sym_fun] = ACTIONS(5183), - [anon_sym_get] = ACTIONS(5183), - [anon_sym_set] = ACTIONS(5183), - [anon_sym_this] = ACTIONS(5183), - [anon_sym_super] = ACTIONS(5183), - [anon_sym_STAR] = ACTIONS(5185), - [sym_label] = ACTIONS(5183), - [anon_sym_for] = ACTIONS(5183), - [anon_sym_while] = ACTIONS(5183), - [anon_sym_do] = ACTIONS(5183), - [anon_sym_null] = ACTIONS(5183), - [anon_sym_if] = ACTIONS(5183), - [anon_sym_when] = ACTIONS(5183), - [anon_sym_try] = ACTIONS(5183), - [anon_sym_throw] = ACTIONS(5183), - [anon_sym_return] = ACTIONS(5183), - [anon_sym_continue] = ACTIONS(5183), - [anon_sym_break] = ACTIONS(5183), - [anon_sym_COLON_COLON] = ACTIONS(5185), - [anon_sym_PLUS] = ACTIONS(5183), - [anon_sym_DASH] = ACTIONS(5183), - [anon_sym_PLUS_PLUS] = ACTIONS(5185), - [anon_sym_DASH_DASH] = ACTIONS(5185), - [anon_sym_BANG] = ACTIONS(5185), - [anon_sym_suspend] = ACTIONS(5183), - [anon_sym_sealed] = ACTIONS(5183), - [anon_sym_annotation] = ACTIONS(5183), - [anon_sym_data] = ACTIONS(5183), - [anon_sym_inner] = ACTIONS(5183), - [anon_sym_value] = ACTIONS(5183), - [anon_sym_override] = ACTIONS(5183), - [anon_sym_lateinit] = ACTIONS(5183), - [anon_sym_public] = ACTIONS(5183), - [anon_sym_private] = ACTIONS(5183), - [anon_sym_internal] = ACTIONS(5183), - [anon_sym_protected] = ACTIONS(5183), - [anon_sym_tailrec] = ACTIONS(5183), - [anon_sym_operator] = ACTIONS(5183), - [anon_sym_infix] = ACTIONS(5183), - [anon_sym_inline] = ACTIONS(5183), - [anon_sym_external] = ACTIONS(5183), - [sym_property_modifier] = ACTIONS(5183), - [anon_sym_abstract] = ACTIONS(5183), - [anon_sym_final] = ACTIONS(5183), - [anon_sym_open] = ACTIONS(5183), - [anon_sym_vararg] = ACTIONS(5183), - [anon_sym_noinline] = ACTIONS(5183), - [anon_sym_crossinline] = ACTIONS(5183), - [anon_sym_expect] = ACTIONS(5183), - [anon_sym_actual] = ACTIONS(5183), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5185), - [anon_sym_continue_AT] = ACTIONS(5185), - [anon_sym_break_AT] = ACTIONS(5185), - [anon_sym_this_AT] = ACTIONS(5185), - [anon_sym_super_AT] = ACTIONS(5185), - [sym_real_literal] = ACTIONS(5185), - [sym_integer_literal] = ACTIONS(5183), - [sym_hex_literal] = ACTIONS(5185), - [sym_bin_literal] = ACTIONS(5185), - [anon_sym_true] = ACTIONS(5183), - [anon_sym_false] = ACTIONS(5183), - [anon_sym_SQUOTE] = ACTIONS(5185), - [sym__backtick_identifier] = ACTIONS(5185), + [3898] = { + [sym__alpha_identifier] = ACTIONS(4894), + [anon_sym_AT] = ACTIONS(4896), + [anon_sym_LBRACK] = ACTIONS(4896), + [anon_sym_as] = ACTIONS(4894), + [anon_sym_EQ] = ACTIONS(4894), + [anon_sym_LBRACE] = ACTIONS(4896), + [anon_sym_RBRACE] = ACTIONS(4896), + [anon_sym_LPAREN] = ACTIONS(4896), + [anon_sym_COMMA] = ACTIONS(4896), + [anon_sym_LT] = ACTIONS(4894), + [anon_sym_GT] = ACTIONS(4894), + [anon_sym_where] = ACTIONS(4894), + [anon_sym_DOT] = ACTIONS(4894), + [anon_sym_SEMI] = ACTIONS(4896), + [anon_sym_get] = ACTIONS(4894), + [anon_sym_set] = ACTIONS(4894), + [anon_sym_STAR] = ACTIONS(4894), + [sym_label] = ACTIONS(4896), + [anon_sym_in] = ACTIONS(4894), + [anon_sym_DOT_DOT] = ACTIONS(4896), + [anon_sym_QMARK_COLON] = ACTIONS(4896), + [anon_sym_AMP_AMP] = ACTIONS(4896), + [anon_sym_PIPE_PIPE] = ACTIONS(4896), + [anon_sym_else] = ACTIONS(4894), + [anon_sym_COLON_COLON] = ACTIONS(4896), + [anon_sym_PLUS_EQ] = ACTIONS(4896), + [anon_sym_DASH_EQ] = ACTIONS(4896), + [anon_sym_STAR_EQ] = ACTIONS(4896), + [anon_sym_SLASH_EQ] = ACTIONS(4896), + [anon_sym_PERCENT_EQ] = ACTIONS(4896), + [anon_sym_BANG_EQ] = ACTIONS(4894), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4896), + [anon_sym_EQ_EQ] = ACTIONS(4894), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4896), + [anon_sym_LT_EQ] = ACTIONS(4896), + [anon_sym_GT_EQ] = ACTIONS(4896), + [anon_sym_BANGin] = ACTIONS(4896), + [anon_sym_is] = ACTIONS(4894), + [anon_sym_BANGis] = ACTIONS(4896), + [anon_sym_PLUS] = ACTIONS(4894), + [anon_sym_DASH] = ACTIONS(4894), + [anon_sym_SLASH] = ACTIONS(4894), + [anon_sym_PERCENT] = ACTIONS(4894), + [anon_sym_as_QMARK] = ACTIONS(4896), + [anon_sym_PLUS_PLUS] = ACTIONS(4896), + [anon_sym_DASH_DASH] = ACTIONS(4896), + [anon_sym_BANG_BANG] = ACTIONS(4896), + [anon_sym_suspend] = ACTIONS(4894), + [anon_sym_sealed] = ACTIONS(4894), + [anon_sym_annotation] = ACTIONS(4894), + [anon_sym_data] = ACTIONS(4894), + [anon_sym_inner] = ACTIONS(4894), + [anon_sym_value] = ACTIONS(4894), + [anon_sym_override] = ACTIONS(4894), + [anon_sym_lateinit] = ACTIONS(4894), + [anon_sym_public] = ACTIONS(4894), + [anon_sym_private] = ACTIONS(4894), + [anon_sym_internal] = ACTIONS(4894), + [anon_sym_protected] = ACTIONS(4894), + [anon_sym_tailrec] = ACTIONS(4894), + [anon_sym_operator] = ACTIONS(4894), + [anon_sym_infix] = ACTIONS(4894), + [anon_sym_inline] = ACTIONS(4894), + [anon_sym_external] = ACTIONS(4894), + [sym_property_modifier] = ACTIONS(4894), + [anon_sym_abstract] = ACTIONS(4894), + [anon_sym_final] = ACTIONS(4894), + [anon_sym_open] = ACTIONS(4894), + [anon_sym_vararg] = ACTIONS(4894), + [anon_sym_noinline] = ACTIONS(4894), + [anon_sym_crossinline] = ACTIONS(4894), + [anon_sym_expect] = ACTIONS(4894), + [anon_sym_actual] = ACTIONS(4894), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4896), + [sym__automatic_semicolon] = ACTIONS(4896), + [sym_safe_nav] = ACTIONS(4896), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5185), }, - [3958] = { - [sym__alpha_identifier] = ACTIONS(1790), - [anon_sym_AT] = ACTIONS(1792), - [anon_sym_LBRACK] = ACTIONS(1792), - [anon_sym_as] = ACTIONS(1790), - [anon_sym_EQ] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1792), - [anon_sym_RBRACE] = ACTIONS(1792), - [anon_sym_LPAREN] = ACTIONS(1792), - [anon_sym_COMMA] = ACTIONS(1792), - [anon_sym_LT] = ACTIONS(1790), - [anon_sym_GT] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_DOT] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1792), - [anon_sym_get] = ACTIONS(1790), - [anon_sym_set] = ACTIONS(1790), - [anon_sym_STAR] = ACTIONS(1790), - [sym_label] = ACTIONS(1792), - [anon_sym_in] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1792), - [anon_sym_QMARK_COLON] = ACTIONS(1792), - [anon_sym_AMP_AMP] = ACTIONS(1792), - [anon_sym_PIPE_PIPE] = ACTIONS(1792), - [anon_sym_else] = ACTIONS(1790), - [anon_sym_COLON_COLON] = ACTIONS(1792), - [anon_sym_PLUS_EQ] = ACTIONS(1792), - [anon_sym_DASH_EQ] = ACTIONS(1792), - [anon_sym_STAR_EQ] = ACTIONS(1792), - [anon_sym_SLASH_EQ] = ACTIONS(1792), - [anon_sym_PERCENT_EQ] = ACTIONS(1792), - [anon_sym_BANG_EQ] = ACTIONS(1790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), - [anon_sym_EQ_EQ] = ACTIONS(1790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), - [anon_sym_LT_EQ] = ACTIONS(1792), - [anon_sym_GT_EQ] = ACTIONS(1792), - [anon_sym_BANGin] = ACTIONS(1792), - [anon_sym_is] = ACTIONS(1790), - [anon_sym_BANGis] = ACTIONS(1792), - [anon_sym_PLUS] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_SLASH] = ACTIONS(1790), - [anon_sym_PERCENT] = ACTIONS(1790), - [anon_sym_as_QMARK] = ACTIONS(1792), - [anon_sym_PLUS_PLUS] = ACTIONS(1792), - [anon_sym_DASH_DASH] = ACTIONS(1792), - [anon_sym_BANG_BANG] = ACTIONS(1792), - [anon_sym_suspend] = ACTIONS(1790), - [anon_sym_sealed] = ACTIONS(1790), - [anon_sym_annotation] = ACTIONS(1790), - [anon_sym_data] = ACTIONS(1790), - [anon_sym_inner] = ACTIONS(1790), - [anon_sym_value] = ACTIONS(1790), - [anon_sym_override] = ACTIONS(1790), - [anon_sym_lateinit] = ACTIONS(1790), - [anon_sym_public] = ACTIONS(1790), - [anon_sym_private] = ACTIONS(1790), - [anon_sym_internal] = ACTIONS(1790), - [anon_sym_protected] = ACTIONS(1790), - [anon_sym_tailrec] = ACTIONS(1790), - [anon_sym_operator] = ACTIONS(1790), - [anon_sym_infix] = ACTIONS(1790), - [anon_sym_inline] = ACTIONS(1790), - [anon_sym_external] = ACTIONS(1790), - [sym_property_modifier] = ACTIONS(1790), - [anon_sym_abstract] = ACTIONS(1790), - [anon_sym_final] = ACTIONS(1790), - [anon_sym_open] = ACTIONS(1790), - [anon_sym_vararg] = ACTIONS(1790), - [anon_sym_noinline] = ACTIONS(1790), - [anon_sym_crossinline] = ACTIONS(1790), - [anon_sym_expect] = ACTIONS(1790), - [anon_sym_actual] = ACTIONS(1790), + [3899] = { + [sym_type_constraints] = STATE(3310), + [sym_enum_class_body] = STATE(3537), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(6166), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_RBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [anon_sym_DASH_GT] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + }, + [3900] = { + [sym_function_body] = STATE(3128), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_object] = ACTIONS(4319), + [anon_sym_fun] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_this] = ACTIONS(4319), + [anon_sym_super] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4321), + [sym_label] = ACTIONS(4319), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_null] = ACTIONS(4319), + [anon_sym_if] = ACTIONS(4319), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_when] = ACTIONS(4319), + [anon_sym_try] = ACTIONS(4319), + [anon_sym_throw] = ACTIONS(4319), + [anon_sym_return] = ACTIONS(4319), + [anon_sym_continue] = ACTIONS(4319), + [anon_sym_break] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4321), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG] = ACTIONS(4319), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4321), + [anon_sym_continue_AT] = ACTIONS(4321), + [anon_sym_break_AT] = ACTIONS(4321), + [anon_sym_this_AT] = ACTIONS(4321), + [anon_sym_super_AT] = ACTIONS(4321), + [sym_real_literal] = ACTIONS(4321), + [sym_integer_literal] = ACTIONS(4319), + [sym_hex_literal] = ACTIONS(4321), + [sym_bin_literal] = ACTIONS(4321), + [anon_sym_true] = ACTIONS(4319), + [anon_sym_false] = ACTIONS(4319), + [anon_sym_SQUOTE] = ACTIONS(4321), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4321), + }, + [3901] = { + [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_value] = 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), + }, + [3902] = { + [sym__alpha_identifier] = ACTIONS(4966), + [anon_sym_AT] = ACTIONS(4968), + [anon_sym_LBRACK] = ACTIONS(4968), + [anon_sym_as] = ACTIONS(4966), + [anon_sym_EQ] = ACTIONS(4966), + [anon_sym_LBRACE] = ACTIONS(4968), + [anon_sym_RBRACE] = ACTIONS(4968), + [anon_sym_LPAREN] = ACTIONS(4968), + [anon_sym_COMMA] = ACTIONS(4968), + [anon_sym_LT] = ACTIONS(4966), + [anon_sym_GT] = ACTIONS(4966), + [anon_sym_where] = ACTIONS(4966), + [anon_sym_DOT] = ACTIONS(4966), + [anon_sym_SEMI] = ACTIONS(4968), + [anon_sym_get] = ACTIONS(4966), + [anon_sym_set] = ACTIONS(4966), + [anon_sym_STAR] = ACTIONS(4966), + [sym_label] = ACTIONS(4968), + [anon_sym_in] = ACTIONS(4966), + [anon_sym_DOT_DOT] = ACTIONS(4968), + [anon_sym_QMARK_COLON] = ACTIONS(4968), + [anon_sym_AMP_AMP] = ACTIONS(4968), + [anon_sym_PIPE_PIPE] = ACTIONS(4968), + [anon_sym_else] = ACTIONS(4966), + [anon_sym_COLON_COLON] = ACTIONS(4968), + [anon_sym_PLUS_EQ] = ACTIONS(4968), + [anon_sym_DASH_EQ] = ACTIONS(4968), + [anon_sym_STAR_EQ] = ACTIONS(4968), + [anon_sym_SLASH_EQ] = ACTIONS(4968), + [anon_sym_PERCENT_EQ] = ACTIONS(4968), + [anon_sym_BANG_EQ] = ACTIONS(4966), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4968), + [anon_sym_EQ_EQ] = ACTIONS(4966), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4968), + [anon_sym_LT_EQ] = ACTIONS(4968), + [anon_sym_GT_EQ] = ACTIONS(4968), + [anon_sym_BANGin] = ACTIONS(4968), + [anon_sym_is] = ACTIONS(4966), + [anon_sym_BANGis] = ACTIONS(4968), + [anon_sym_PLUS] = ACTIONS(4966), + [anon_sym_DASH] = ACTIONS(4966), + [anon_sym_SLASH] = ACTIONS(4966), + [anon_sym_PERCENT] = ACTIONS(4966), + [anon_sym_as_QMARK] = ACTIONS(4968), + [anon_sym_PLUS_PLUS] = ACTIONS(4968), + [anon_sym_DASH_DASH] = ACTIONS(4968), + [anon_sym_BANG_BANG] = ACTIONS(4968), + [anon_sym_suspend] = ACTIONS(4966), + [anon_sym_sealed] = ACTIONS(4966), + [anon_sym_annotation] = ACTIONS(4966), + [anon_sym_data] = ACTIONS(4966), + [anon_sym_inner] = ACTIONS(4966), + [anon_sym_value] = ACTIONS(4966), + [anon_sym_override] = ACTIONS(4966), + [anon_sym_lateinit] = ACTIONS(4966), + [anon_sym_public] = ACTIONS(4966), + [anon_sym_private] = ACTIONS(4966), + [anon_sym_internal] = ACTIONS(4966), + [anon_sym_protected] = ACTIONS(4966), + [anon_sym_tailrec] = ACTIONS(4966), + [anon_sym_operator] = ACTIONS(4966), + [anon_sym_infix] = ACTIONS(4966), + [anon_sym_inline] = ACTIONS(4966), + [anon_sym_external] = ACTIONS(4966), + [sym_property_modifier] = ACTIONS(4966), + [anon_sym_abstract] = ACTIONS(4966), + [anon_sym_final] = ACTIONS(4966), + [anon_sym_open] = ACTIONS(4966), + [anon_sym_vararg] = ACTIONS(4966), + [anon_sym_noinline] = ACTIONS(4966), + [anon_sym_crossinline] = ACTIONS(4966), + [anon_sym_expect] = ACTIONS(4966), + [anon_sym_actual] = ACTIONS(4966), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1792), - [sym__automatic_semicolon] = ACTIONS(1792), - [sym_safe_nav] = ACTIONS(1792), + [sym__backtick_identifier] = ACTIONS(4968), + [sym__automatic_semicolon] = ACTIONS(4968), + [sym_safe_nav] = ACTIONS(4968), [sym_multiline_comment] = ACTIONS(3), }, - [3959] = { - [sym__alpha_identifier] = ACTIONS(5171), - [anon_sym_AT] = ACTIONS(5173), - [anon_sym_LBRACK] = ACTIONS(5173), - [anon_sym_as] = ACTIONS(5171), - [anon_sym_EQ] = ACTIONS(5171), - [anon_sym_LBRACE] = ACTIONS(5173), - [anon_sym_RBRACE] = ACTIONS(5173), - [anon_sym_LPAREN] = ACTIONS(5173), - [anon_sym_COMMA] = ACTIONS(5173), - [anon_sym_LT] = ACTIONS(5171), - [anon_sym_GT] = ACTIONS(5171), - [anon_sym_where] = ACTIONS(5171), - [anon_sym_DOT] = ACTIONS(5171), - [anon_sym_SEMI] = ACTIONS(5173), - [anon_sym_get] = ACTIONS(5171), - [anon_sym_set] = ACTIONS(5171), - [anon_sym_STAR] = ACTIONS(5171), - [sym_label] = ACTIONS(5173), - [anon_sym_in] = ACTIONS(5171), - [anon_sym_DOT_DOT] = ACTIONS(5173), - [anon_sym_QMARK_COLON] = ACTIONS(5173), - [anon_sym_AMP_AMP] = ACTIONS(5173), - [anon_sym_PIPE_PIPE] = ACTIONS(5173), - [anon_sym_else] = ACTIONS(5171), - [anon_sym_COLON_COLON] = ACTIONS(5173), - [anon_sym_PLUS_EQ] = ACTIONS(5173), - [anon_sym_DASH_EQ] = ACTIONS(5173), - [anon_sym_STAR_EQ] = ACTIONS(5173), - [anon_sym_SLASH_EQ] = ACTIONS(5173), - [anon_sym_PERCENT_EQ] = ACTIONS(5173), - [anon_sym_BANG_EQ] = ACTIONS(5171), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5173), - [anon_sym_EQ_EQ] = ACTIONS(5171), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5173), - [anon_sym_LT_EQ] = ACTIONS(5173), - [anon_sym_GT_EQ] = ACTIONS(5173), - [anon_sym_BANGin] = ACTIONS(5173), - [anon_sym_is] = ACTIONS(5171), - [anon_sym_BANGis] = ACTIONS(5173), - [anon_sym_PLUS] = ACTIONS(5171), - [anon_sym_DASH] = ACTIONS(5171), - [anon_sym_SLASH] = ACTIONS(5171), - [anon_sym_PERCENT] = ACTIONS(5171), - [anon_sym_as_QMARK] = ACTIONS(5173), - [anon_sym_PLUS_PLUS] = ACTIONS(5173), - [anon_sym_DASH_DASH] = ACTIONS(5173), - [anon_sym_BANG_BANG] = ACTIONS(5173), - [anon_sym_suspend] = ACTIONS(5171), - [anon_sym_sealed] = ACTIONS(5171), - [anon_sym_annotation] = ACTIONS(5171), - [anon_sym_data] = ACTIONS(5171), - [anon_sym_inner] = ACTIONS(5171), - [anon_sym_value] = ACTIONS(5171), - [anon_sym_override] = ACTIONS(5171), - [anon_sym_lateinit] = ACTIONS(5171), - [anon_sym_public] = ACTIONS(5171), - [anon_sym_private] = ACTIONS(5171), - [anon_sym_internal] = ACTIONS(5171), - [anon_sym_protected] = ACTIONS(5171), - [anon_sym_tailrec] = ACTIONS(5171), - [anon_sym_operator] = ACTIONS(5171), - [anon_sym_infix] = ACTIONS(5171), - [anon_sym_inline] = ACTIONS(5171), - [anon_sym_external] = ACTIONS(5171), - [sym_property_modifier] = ACTIONS(5171), - [anon_sym_abstract] = ACTIONS(5171), - [anon_sym_final] = ACTIONS(5171), - [anon_sym_open] = ACTIONS(5171), - [anon_sym_vararg] = ACTIONS(5171), - [anon_sym_noinline] = ACTIONS(5171), - [anon_sym_crossinline] = ACTIONS(5171), - [anon_sym_expect] = ACTIONS(5171), - [anon_sym_actual] = ACTIONS(5171), + [3903] = { + [sym__alpha_identifier] = ACTIONS(5022), + [anon_sym_AT] = ACTIONS(5024), + [anon_sym_LBRACK] = ACTIONS(5024), + [anon_sym_typealias] = ACTIONS(5022), + [anon_sym_class] = ACTIONS(5022), + [anon_sym_interface] = ACTIONS(5022), + [anon_sym_enum] = ACTIONS(5022), + [anon_sym_LBRACE] = ACTIONS(5024), + [anon_sym_LPAREN] = ACTIONS(5024), + [anon_sym_val] = ACTIONS(5022), + [anon_sym_var] = ACTIONS(5022), + [anon_sym_object] = ACTIONS(5022), + [anon_sym_fun] = ACTIONS(5022), + [anon_sym_get] = ACTIONS(5022), + [anon_sym_set] = ACTIONS(5022), + [anon_sym_this] = ACTIONS(5022), + [anon_sym_super] = ACTIONS(5022), + [anon_sym_STAR] = ACTIONS(5024), + [sym_label] = ACTIONS(5022), + [anon_sym_for] = ACTIONS(5022), + [anon_sym_while] = ACTIONS(5022), + [anon_sym_do] = ACTIONS(5022), + [anon_sym_null] = ACTIONS(5022), + [anon_sym_if] = ACTIONS(5022), + [anon_sym_when] = ACTIONS(5022), + [anon_sym_try] = ACTIONS(5022), + [anon_sym_throw] = ACTIONS(5022), + [anon_sym_return] = ACTIONS(5022), + [anon_sym_continue] = ACTIONS(5022), + [anon_sym_break] = ACTIONS(5022), + [anon_sym_COLON_COLON] = ACTIONS(5024), + [anon_sym_PLUS] = ACTIONS(5022), + [anon_sym_DASH] = ACTIONS(5022), + [anon_sym_PLUS_PLUS] = ACTIONS(5024), + [anon_sym_DASH_DASH] = ACTIONS(5024), + [anon_sym_BANG] = ACTIONS(5024), + [anon_sym_suspend] = ACTIONS(5022), + [anon_sym_sealed] = ACTIONS(5022), + [anon_sym_annotation] = ACTIONS(5022), + [anon_sym_data] = ACTIONS(5022), + [anon_sym_inner] = ACTIONS(5022), + [anon_sym_value] = ACTIONS(5022), + [anon_sym_override] = ACTIONS(5022), + [anon_sym_lateinit] = ACTIONS(5022), + [anon_sym_public] = ACTIONS(5022), + [anon_sym_private] = ACTIONS(5022), + [anon_sym_internal] = ACTIONS(5022), + [anon_sym_protected] = ACTIONS(5022), + [anon_sym_tailrec] = ACTIONS(5022), + [anon_sym_operator] = ACTIONS(5022), + [anon_sym_infix] = ACTIONS(5022), + [anon_sym_inline] = ACTIONS(5022), + [anon_sym_external] = ACTIONS(5022), + [sym_property_modifier] = ACTIONS(5022), + [anon_sym_abstract] = ACTIONS(5022), + [anon_sym_final] = ACTIONS(5022), + [anon_sym_open] = ACTIONS(5022), + [anon_sym_vararg] = ACTIONS(5022), + [anon_sym_noinline] = ACTIONS(5022), + [anon_sym_crossinline] = ACTIONS(5022), + [anon_sym_expect] = ACTIONS(5022), + [anon_sym_actual] = ACTIONS(5022), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5024), + [anon_sym_continue_AT] = ACTIONS(5024), + [anon_sym_break_AT] = ACTIONS(5024), + [anon_sym_this_AT] = ACTIONS(5024), + [anon_sym_super_AT] = ACTIONS(5024), + [sym_real_literal] = ACTIONS(5024), + [sym_integer_literal] = ACTIONS(5022), + [sym_hex_literal] = ACTIONS(5024), + [sym_bin_literal] = ACTIONS(5024), + [anon_sym_true] = ACTIONS(5022), + [anon_sym_false] = ACTIONS(5022), + [anon_sym_SQUOTE] = ACTIONS(5024), + [sym__backtick_identifier] = ACTIONS(5024), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5024), + }, + [3904] = { + [sym__alpha_identifier] = ACTIONS(4938), + [anon_sym_AT] = ACTIONS(4940), + [anon_sym_LBRACK] = ACTIONS(4940), + [anon_sym_as] = ACTIONS(4938), + [anon_sym_EQ] = ACTIONS(4938), + [anon_sym_LBRACE] = ACTIONS(4940), + [anon_sym_RBRACE] = ACTIONS(4940), + [anon_sym_LPAREN] = ACTIONS(4940), + [anon_sym_COMMA] = ACTIONS(4940), + [anon_sym_LT] = ACTIONS(4938), + [anon_sym_GT] = ACTIONS(4938), + [anon_sym_where] = ACTIONS(4938), + [anon_sym_DOT] = ACTIONS(4938), + [anon_sym_SEMI] = ACTIONS(4940), + [anon_sym_get] = ACTIONS(4938), + [anon_sym_set] = ACTIONS(4938), + [anon_sym_STAR] = ACTIONS(4938), + [sym_label] = ACTIONS(4940), + [anon_sym_in] = ACTIONS(4938), + [anon_sym_DOT_DOT] = ACTIONS(4940), + [anon_sym_QMARK_COLON] = ACTIONS(4940), + [anon_sym_AMP_AMP] = ACTIONS(4940), + [anon_sym_PIPE_PIPE] = ACTIONS(4940), + [anon_sym_else] = ACTIONS(4938), + [anon_sym_COLON_COLON] = ACTIONS(4940), + [anon_sym_PLUS_EQ] = ACTIONS(4940), + [anon_sym_DASH_EQ] = ACTIONS(4940), + [anon_sym_STAR_EQ] = ACTIONS(4940), + [anon_sym_SLASH_EQ] = ACTIONS(4940), + [anon_sym_PERCENT_EQ] = ACTIONS(4940), + [anon_sym_BANG_EQ] = ACTIONS(4938), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4940), + [anon_sym_EQ_EQ] = ACTIONS(4938), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4940), + [anon_sym_LT_EQ] = ACTIONS(4940), + [anon_sym_GT_EQ] = ACTIONS(4940), + [anon_sym_BANGin] = ACTIONS(4940), + [anon_sym_is] = ACTIONS(4938), + [anon_sym_BANGis] = ACTIONS(4940), + [anon_sym_PLUS] = ACTIONS(4938), + [anon_sym_DASH] = ACTIONS(4938), + [anon_sym_SLASH] = ACTIONS(4938), + [anon_sym_PERCENT] = ACTIONS(4938), + [anon_sym_as_QMARK] = ACTIONS(4940), + [anon_sym_PLUS_PLUS] = ACTIONS(4940), + [anon_sym_DASH_DASH] = ACTIONS(4940), + [anon_sym_BANG_BANG] = ACTIONS(4940), + [anon_sym_suspend] = ACTIONS(4938), + [anon_sym_sealed] = ACTIONS(4938), + [anon_sym_annotation] = ACTIONS(4938), + [anon_sym_data] = ACTIONS(4938), + [anon_sym_inner] = ACTIONS(4938), + [anon_sym_value] = ACTIONS(4938), + [anon_sym_override] = ACTIONS(4938), + [anon_sym_lateinit] = ACTIONS(4938), + [anon_sym_public] = ACTIONS(4938), + [anon_sym_private] = ACTIONS(4938), + [anon_sym_internal] = ACTIONS(4938), + [anon_sym_protected] = ACTIONS(4938), + [anon_sym_tailrec] = ACTIONS(4938), + [anon_sym_operator] = ACTIONS(4938), + [anon_sym_infix] = ACTIONS(4938), + [anon_sym_inline] = ACTIONS(4938), + [anon_sym_external] = ACTIONS(4938), + [sym_property_modifier] = ACTIONS(4938), + [anon_sym_abstract] = ACTIONS(4938), + [anon_sym_final] = ACTIONS(4938), + [anon_sym_open] = ACTIONS(4938), + [anon_sym_vararg] = ACTIONS(4938), + [anon_sym_noinline] = ACTIONS(4938), + [anon_sym_crossinline] = ACTIONS(4938), + [anon_sym_expect] = ACTIONS(4938), + [anon_sym_actual] = ACTIONS(4938), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5173), - [sym__automatic_semicolon] = ACTIONS(5173), - [sym_safe_nav] = ACTIONS(5173), + [sym__backtick_identifier] = ACTIONS(4940), + [sym__automatic_semicolon] = ACTIONS(4940), + [sym_safe_nav] = ACTIONS(4940), [sym_multiline_comment] = ACTIONS(3), }, - [3960] = { - [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_DOT] = ACTIONS(5035), - [anon_sym_SEMI] = ACTIONS(5037), - [anon_sym_get] = ACTIONS(5035), - [anon_sym_set] = ACTIONS(5035), - [anon_sym_STAR] = ACTIONS(5035), - [sym_label] = ACTIONS(5037), - [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_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_value] = 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), - [sym__backtick_identifier] = ACTIONS(5037), - [sym__automatic_semicolon] = ACTIONS(5037), - [sym_safe_nav] = ACTIONS(5037), + [3905] = { + [sym_class_body] = STATE(3540), + [sym_type_constraints] = STATE(3307), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_COLON] = ACTIONS(7167), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_RBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_RPAREN] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4214), + [anon_sym_DASH_GT] = ACTIONS(4214), + [sym_label] = ACTIONS(4214), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_while] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4214), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), [sym_multiline_comment] = ACTIONS(3), }, - [3961] = { - [sym__alpha_identifier] = ACTIONS(4633), - [anon_sym_AT] = ACTIONS(4635), - [anon_sym_LBRACK] = ACTIONS(4635), - [anon_sym_as] = ACTIONS(4633), - [anon_sym_EQ] = ACTIONS(4633), - [anon_sym_LBRACE] = ACTIONS(4635), - [anon_sym_RBRACE] = ACTIONS(4635), - [anon_sym_LPAREN] = ACTIONS(4635), - [anon_sym_COMMA] = ACTIONS(4635), - [anon_sym_LT] = ACTIONS(4633), - [anon_sym_GT] = ACTIONS(4633), - [anon_sym_where] = ACTIONS(4633), - [anon_sym_DOT] = ACTIONS(4633), - [anon_sym_SEMI] = ACTIONS(4635), - [anon_sym_get] = ACTIONS(4633), - [anon_sym_set] = ACTIONS(4633), - [anon_sym_STAR] = ACTIONS(4633), - [sym_label] = ACTIONS(4635), - [anon_sym_in] = ACTIONS(4633), - [anon_sym_DOT_DOT] = ACTIONS(4635), - [anon_sym_QMARK_COLON] = ACTIONS(4635), - [anon_sym_AMP_AMP] = ACTIONS(4635), - [anon_sym_PIPE_PIPE] = ACTIONS(4635), - [anon_sym_else] = ACTIONS(4633), - [anon_sym_COLON_COLON] = ACTIONS(4635), - [anon_sym_PLUS_EQ] = ACTIONS(4635), - [anon_sym_DASH_EQ] = ACTIONS(4635), - [anon_sym_STAR_EQ] = ACTIONS(4635), - [anon_sym_SLASH_EQ] = ACTIONS(4635), - [anon_sym_PERCENT_EQ] = ACTIONS(4635), - [anon_sym_BANG_EQ] = ACTIONS(4633), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4635), - [anon_sym_EQ_EQ] = ACTIONS(4633), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4635), - [anon_sym_LT_EQ] = ACTIONS(4635), - [anon_sym_GT_EQ] = ACTIONS(4635), - [anon_sym_BANGin] = ACTIONS(4635), - [anon_sym_is] = ACTIONS(4633), - [anon_sym_BANGis] = ACTIONS(4635), - [anon_sym_PLUS] = ACTIONS(4633), - [anon_sym_DASH] = ACTIONS(4633), - [anon_sym_SLASH] = ACTIONS(4633), - [anon_sym_PERCENT] = ACTIONS(4633), - [anon_sym_as_QMARK] = ACTIONS(4635), - [anon_sym_PLUS_PLUS] = ACTIONS(4635), - [anon_sym_DASH_DASH] = ACTIONS(4635), - [anon_sym_BANG_BANG] = ACTIONS(4635), - [anon_sym_suspend] = ACTIONS(4633), - [anon_sym_sealed] = ACTIONS(4633), - [anon_sym_annotation] = ACTIONS(4633), - [anon_sym_data] = ACTIONS(4633), - [anon_sym_inner] = ACTIONS(4633), - [anon_sym_value] = ACTIONS(4633), - [anon_sym_override] = ACTIONS(4633), - [anon_sym_lateinit] = ACTIONS(4633), - [anon_sym_public] = ACTIONS(4633), - [anon_sym_private] = ACTIONS(4633), - [anon_sym_internal] = ACTIONS(4633), - [anon_sym_protected] = ACTIONS(4633), - [anon_sym_tailrec] = ACTIONS(4633), - [anon_sym_operator] = ACTIONS(4633), - [anon_sym_infix] = ACTIONS(4633), - [anon_sym_inline] = ACTIONS(4633), - [anon_sym_external] = ACTIONS(4633), - [sym_property_modifier] = ACTIONS(4633), - [anon_sym_abstract] = ACTIONS(4633), - [anon_sym_final] = ACTIONS(4633), - [anon_sym_open] = ACTIONS(4633), - [anon_sym_vararg] = ACTIONS(4633), - [anon_sym_noinline] = ACTIONS(4633), - [anon_sym_crossinline] = ACTIONS(4633), - [anon_sym_expect] = ACTIONS(4633), - [anon_sym_actual] = ACTIONS(4633), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4635), - [sym__automatic_semicolon] = ACTIONS(4635), - [sym_safe_nav] = ACTIONS(4635), + [3906] = { + [sym__alpha_identifier] = ACTIONS(1818), + [anon_sym_AT] = ACTIONS(1820), + [anon_sym_LBRACK] = ACTIONS(1820), + [anon_sym_as] = ACTIONS(1818), + [anon_sym_EQ] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1820), + [anon_sym_RBRACE] = ACTIONS(1820), + [anon_sym_LPAREN] = ACTIONS(1820), + [anon_sym_COMMA] = ACTIONS(1820), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_GT] = ACTIONS(1818), + [anon_sym_where] = ACTIONS(1818), + [anon_sym_DOT] = ACTIONS(1818), + [anon_sym_SEMI] = ACTIONS(1820), + [anon_sym_get] = ACTIONS(1818), + [anon_sym_set] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1818), + [sym_label] = ACTIONS(1820), + [anon_sym_in] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1820), + [anon_sym_QMARK_COLON] = ACTIONS(1820), + [anon_sym_AMP_AMP] = ACTIONS(1820), + [anon_sym_PIPE_PIPE] = ACTIONS(1820), + [anon_sym_else] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1820), + [anon_sym_PLUS_EQ] = ACTIONS(1820), + [anon_sym_DASH_EQ] = ACTIONS(1820), + [anon_sym_STAR_EQ] = ACTIONS(1820), + [anon_sym_SLASH_EQ] = ACTIONS(1820), + [anon_sym_PERCENT_EQ] = ACTIONS(1820), + [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(1820), + [anon_sym_GT_EQ] = ACTIONS(1820), + [anon_sym_BANGin] = ACTIONS(1820), + [anon_sym_is] = ACTIONS(1818), + [anon_sym_BANGis] = ACTIONS(1820), + [anon_sym_PLUS] = ACTIONS(1818), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_SLASH] = ACTIONS(1818), + [anon_sym_PERCENT] = ACTIONS(1818), + [anon_sym_as_QMARK] = ACTIONS(1820), + [anon_sym_PLUS_PLUS] = ACTIONS(1820), + [anon_sym_DASH_DASH] = ACTIONS(1820), + [anon_sym_BANG_BANG] = ACTIONS(1820), + [anon_sym_suspend] = ACTIONS(1818), + [anon_sym_sealed] = ACTIONS(1818), + [anon_sym_annotation] = ACTIONS(1818), + [anon_sym_data] = ACTIONS(1818), + [anon_sym_inner] = ACTIONS(1818), + [anon_sym_value] = ACTIONS(1818), + [anon_sym_override] = ACTIONS(1818), + [anon_sym_lateinit] = ACTIONS(1818), + [anon_sym_public] = ACTIONS(1818), + [anon_sym_private] = ACTIONS(1818), + [anon_sym_internal] = ACTIONS(1818), + [anon_sym_protected] = ACTIONS(1818), + [anon_sym_tailrec] = ACTIONS(1818), + [anon_sym_operator] = ACTIONS(1818), + [anon_sym_infix] = ACTIONS(1818), + [anon_sym_inline] = ACTIONS(1818), + [anon_sym_external] = ACTIONS(1818), + [sym_property_modifier] = ACTIONS(1818), + [anon_sym_abstract] = ACTIONS(1818), + [anon_sym_final] = ACTIONS(1818), + [anon_sym_open] = ACTIONS(1818), + [anon_sym_vararg] = ACTIONS(1818), + [anon_sym_noinline] = ACTIONS(1818), + [anon_sym_crossinline] = ACTIONS(1818), + [anon_sym_expect] = ACTIONS(1818), + [anon_sym_actual] = ACTIONS(1818), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1820), + [sym__automatic_semicolon] = ACTIONS(1820), + [sym_safe_nav] = ACTIONS(1820), [sym_multiline_comment] = ACTIONS(3), }, - [3962] = { - [sym__alpha_identifier] = ACTIONS(4906), - [anon_sym_AT] = ACTIONS(4908), - [anon_sym_LBRACK] = ACTIONS(4908), - [anon_sym_as] = ACTIONS(4906), - [anon_sym_EQ] = ACTIONS(4906), - [anon_sym_LBRACE] = ACTIONS(4908), - [anon_sym_RBRACE] = ACTIONS(4908), - [anon_sym_LPAREN] = ACTIONS(4908), - [anon_sym_COMMA] = ACTIONS(4908), - [anon_sym_LT] = ACTIONS(4906), - [anon_sym_GT] = ACTIONS(4906), - [anon_sym_where] = ACTIONS(4906), - [anon_sym_DOT] = ACTIONS(4906), - [anon_sym_SEMI] = ACTIONS(4908), - [anon_sym_get] = ACTIONS(4906), - [anon_sym_set] = ACTIONS(4906), - [anon_sym_STAR] = ACTIONS(4906), - [sym_label] = ACTIONS(4908), - [anon_sym_in] = ACTIONS(4906), - [anon_sym_DOT_DOT] = ACTIONS(4908), - [anon_sym_QMARK_COLON] = ACTIONS(4908), - [anon_sym_AMP_AMP] = ACTIONS(4908), - [anon_sym_PIPE_PIPE] = ACTIONS(4908), - [anon_sym_else] = ACTIONS(4906), - [anon_sym_COLON_COLON] = ACTIONS(4908), - [anon_sym_PLUS_EQ] = ACTIONS(4908), - [anon_sym_DASH_EQ] = ACTIONS(4908), - [anon_sym_STAR_EQ] = ACTIONS(4908), - [anon_sym_SLASH_EQ] = ACTIONS(4908), - [anon_sym_PERCENT_EQ] = ACTIONS(4908), - [anon_sym_BANG_EQ] = ACTIONS(4906), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4908), - [anon_sym_EQ_EQ] = ACTIONS(4906), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4908), - [anon_sym_LT_EQ] = ACTIONS(4908), - [anon_sym_GT_EQ] = ACTIONS(4908), - [anon_sym_BANGin] = ACTIONS(4908), - [anon_sym_is] = ACTIONS(4906), - [anon_sym_BANGis] = ACTIONS(4908), - [anon_sym_PLUS] = ACTIONS(4906), - [anon_sym_DASH] = ACTIONS(4906), - [anon_sym_SLASH] = ACTIONS(4906), - [anon_sym_PERCENT] = ACTIONS(4906), - [anon_sym_as_QMARK] = ACTIONS(4908), - [anon_sym_PLUS_PLUS] = ACTIONS(4908), - [anon_sym_DASH_DASH] = ACTIONS(4908), - [anon_sym_BANG_BANG] = ACTIONS(4908), - [anon_sym_suspend] = ACTIONS(4906), - [anon_sym_sealed] = ACTIONS(4906), - [anon_sym_annotation] = ACTIONS(4906), - [anon_sym_data] = ACTIONS(4906), - [anon_sym_inner] = ACTIONS(4906), - [anon_sym_value] = ACTIONS(4906), - [anon_sym_override] = ACTIONS(4906), - [anon_sym_lateinit] = ACTIONS(4906), - [anon_sym_public] = ACTIONS(4906), - [anon_sym_private] = ACTIONS(4906), - [anon_sym_internal] = ACTIONS(4906), - [anon_sym_protected] = ACTIONS(4906), - [anon_sym_tailrec] = ACTIONS(4906), - [anon_sym_operator] = ACTIONS(4906), - [anon_sym_infix] = ACTIONS(4906), - [anon_sym_inline] = ACTIONS(4906), - [anon_sym_external] = ACTIONS(4906), - [sym_property_modifier] = ACTIONS(4906), - [anon_sym_abstract] = ACTIONS(4906), - [anon_sym_final] = ACTIONS(4906), - [anon_sym_open] = ACTIONS(4906), - [anon_sym_vararg] = ACTIONS(4906), - [anon_sym_noinline] = ACTIONS(4906), - [anon_sym_crossinline] = ACTIONS(4906), - [anon_sym_expect] = ACTIONS(4906), - [anon_sym_actual] = ACTIONS(4906), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4908), - [sym__automatic_semicolon] = ACTIONS(4908), - [sym_safe_nav] = ACTIONS(4908), + [3907] = { + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(4319), + [anon_sym_LBRACE] = ACTIONS(4321), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [sym_label] = ACTIONS(4321), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), [sym_multiline_comment] = ACTIONS(3), }, - [3963] = { - [sym__alpha_identifier] = ACTIONS(4902), - [anon_sym_AT] = ACTIONS(4904), - [anon_sym_LBRACK] = ACTIONS(4904), - [anon_sym_as] = ACTIONS(4902), - [anon_sym_EQ] = ACTIONS(4902), - [anon_sym_LBRACE] = ACTIONS(4904), - [anon_sym_RBRACE] = ACTIONS(4904), - [anon_sym_LPAREN] = ACTIONS(4904), - [anon_sym_COMMA] = ACTIONS(4904), - [anon_sym_LT] = ACTIONS(4902), - [anon_sym_GT] = ACTIONS(4902), - [anon_sym_where] = ACTIONS(4902), - [anon_sym_DOT] = ACTIONS(4902), - [anon_sym_SEMI] = ACTIONS(4904), - [anon_sym_get] = ACTIONS(4902), - [anon_sym_set] = ACTIONS(4902), - [anon_sym_STAR] = ACTIONS(4902), - [sym_label] = ACTIONS(4904), - [anon_sym_in] = ACTIONS(4902), - [anon_sym_DOT_DOT] = ACTIONS(4904), - [anon_sym_QMARK_COLON] = ACTIONS(4904), - [anon_sym_AMP_AMP] = ACTIONS(4904), - [anon_sym_PIPE_PIPE] = ACTIONS(4904), - [anon_sym_else] = ACTIONS(4902), - [anon_sym_COLON_COLON] = ACTIONS(4904), - [anon_sym_PLUS_EQ] = ACTIONS(4904), - [anon_sym_DASH_EQ] = ACTIONS(4904), - [anon_sym_STAR_EQ] = ACTIONS(4904), - [anon_sym_SLASH_EQ] = ACTIONS(4904), - [anon_sym_PERCENT_EQ] = ACTIONS(4904), - [anon_sym_BANG_EQ] = ACTIONS(4902), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4904), - [anon_sym_EQ_EQ] = ACTIONS(4902), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4904), - [anon_sym_LT_EQ] = ACTIONS(4904), - [anon_sym_GT_EQ] = ACTIONS(4904), - [anon_sym_BANGin] = ACTIONS(4904), - [anon_sym_is] = ACTIONS(4902), - [anon_sym_BANGis] = ACTIONS(4904), - [anon_sym_PLUS] = ACTIONS(4902), - [anon_sym_DASH] = ACTIONS(4902), - [anon_sym_SLASH] = ACTIONS(4902), - [anon_sym_PERCENT] = ACTIONS(4902), - [anon_sym_as_QMARK] = ACTIONS(4904), - [anon_sym_PLUS_PLUS] = ACTIONS(4904), - [anon_sym_DASH_DASH] = ACTIONS(4904), - [anon_sym_BANG_BANG] = ACTIONS(4904), - [anon_sym_suspend] = ACTIONS(4902), - [anon_sym_sealed] = ACTIONS(4902), - [anon_sym_annotation] = ACTIONS(4902), - [anon_sym_data] = ACTIONS(4902), - [anon_sym_inner] = ACTIONS(4902), - [anon_sym_value] = ACTIONS(4902), - [anon_sym_override] = ACTIONS(4902), - [anon_sym_lateinit] = ACTIONS(4902), - [anon_sym_public] = ACTIONS(4902), - [anon_sym_private] = ACTIONS(4902), - [anon_sym_internal] = ACTIONS(4902), - [anon_sym_protected] = ACTIONS(4902), - [anon_sym_tailrec] = ACTIONS(4902), - [anon_sym_operator] = ACTIONS(4902), - [anon_sym_infix] = ACTIONS(4902), - [anon_sym_inline] = ACTIONS(4902), - [anon_sym_external] = ACTIONS(4902), - [sym_property_modifier] = ACTIONS(4902), - [anon_sym_abstract] = ACTIONS(4902), - [anon_sym_final] = ACTIONS(4902), - [anon_sym_open] = ACTIONS(4902), - [anon_sym_vararg] = ACTIONS(4902), - [anon_sym_noinline] = ACTIONS(4902), - [anon_sym_crossinline] = ACTIONS(4902), - [anon_sym_expect] = ACTIONS(4902), - [anon_sym_actual] = ACTIONS(4902), + [3908] = { + [sym__alpha_identifier] = ACTIONS(5036), + [anon_sym_AT] = ACTIONS(5038), + [anon_sym_LBRACK] = ACTIONS(5038), + [anon_sym_as] = ACTIONS(5036), + [anon_sym_EQ] = ACTIONS(5036), + [anon_sym_LBRACE] = ACTIONS(5038), + [anon_sym_RBRACE] = ACTIONS(5038), + [anon_sym_LPAREN] = ACTIONS(5038), + [anon_sym_COMMA] = ACTIONS(5038), + [anon_sym_LT] = ACTIONS(5036), + [anon_sym_GT] = ACTIONS(5036), + [anon_sym_where] = ACTIONS(5036), + [anon_sym_DOT] = ACTIONS(5036), + [anon_sym_SEMI] = ACTIONS(5038), + [anon_sym_get] = ACTIONS(5036), + [anon_sym_set] = ACTIONS(5036), + [anon_sym_STAR] = ACTIONS(5036), + [sym_label] = ACTIONS(5038), + [anon_sym_in] = ACTIONS(5036), + [anon_sym_DOT_DOT] = ACTIONS(5038), + [anon_sym_QMARK_COLON] = ACTIONS(5038), + [anon_sym_AMP_AMP] = ACTIONS(5038), + [anon_sym_PIPE_PIPE] = ACTIONS(5038), + [anon_sym_else] = ACTIONS(5036), + [anon_sym_COLON_COLON] = ACTIONS(5038), + [anon_sym_PLUS_EQ] = ACTIONS(5038), + [anon_sym_DASH_EQ] = ACTIONS(5038), + [anon_sym_STAR_EQ] = ACTIONS(5038), + [anon_sym_SLASH_EQ] = ACTIONS(5038), + [anon_sym_PERCENT_EQ] = ACTIONS(5038), + [anon_sym_BANG_EQ] = ACTIONS(5036), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5038), + [anon_sym_EQ_EQ] = ACTIONS(5036), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5038), + [anon_sym_LT_EQ] = ACTIONS(5038), + [anon_sym_GT_EQ] = ACTIONS(5038), + [anon_sym_BANGin] = ACTIONS(5038), + [anon_sym_is] = ACTIONS(5036), + [anon_sym_BANGis] = ACTIONS(5038), + [anon_sym_PLUS] = ACTIONS(5036), + [anon_sym_DASH] = ACTIONS(5036), + [anon_sym_SLASH] = ACTIONS(5036), + [anon_sym_PERCENT] = ACTIONS(5036), + [anon_sym_as_QMARK] = ACTIONS(5038), + [anon_sym_PLUS_PLUS] = ACTIONS(5038), + [anon_sym_DASH_DASH] = ACTIONS(5038), + [anon_sym_BANG_BANG] = ACTIONS(5038), + [anon_sym_suspend] = ACTIONS(5036), + [anon_sym_sealed] = ACTIONS(5036), + [anon_sym_annotation] = ACTIONS(5036), + [anon_sym_data] = ACTIONS(5036), + [anon_sym_inner] = ACTIONS(5036), + [anon_sym_value] = ACTIONS(5036), + [anon_sym_override] = ACTIONS(5036), + [anon_sym_lateinit] = ACTIONS(5036), + [anon_sym_public] = ACTIONS(5036), + [anon_sym_private] = ACTIONS(5036), + [anon_sym_internal] = ACTIONS(5036), + [anon_sym_protected] = ACTIONS(5036), + [anon_sym_tailrec] = ACTIONS(5036), + [anon_sym_operator] = ACTIONS(5036), + [anon_sym_infix] = ACTIONS(5036), + [anon_sym_inline] = ACTIONS(5036), + [anon_sym_external] = ACTIONS(5036), + [sym_property_modifier] = ACTIONS(5036), + [anon_sym_abstract] = ACTIONS(5036), + [anon_sym_final] = ACTIONS(5036), + [anon_sym_open] = ACTIONS(5036), + [anon_sym_vararg] = ACTIONS(5036), + [anon_sym_noinline] = ACTIONS(5036), + [anon_sym_crossinline] = ACTIONS(5036), + [anon_sym_expect] = ACTIONS(5036), + [anon_sym_actual] = ACTIONS(5036), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5038), + [sym__automatic_semicolon] = ACTIONS(5038), + [sym_safe_nav] = ACTIONS(5038), + [sym_multiline_comment] = ACTIONS(3), + }, + [3909] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1525), + [sym__comparison_operator] = STATE(1526), + [sym__in_operator] = STATE(1527), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1528), + [sym__multiplicative_operator] = STATE(1529), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1530), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3148), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3148), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7123), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7125), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7127), + [anon_sym_while] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(7129), + [anon_sym_QMARK_COLON] = ACTIONS(7131), + [anon_sym_AMP_AMP] = ACTIONS(7133), + [anon_sym_PIPE_PIPE] = ACTIONS(7135), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3148), + [anon_sym_DASH_EQ] = ACTIONS(3148), + [anon_sym_STAR_EQ] = ACTIONS(3148), + [anon_sym_SLASH_EQ] = ACTIONS(3148), + [anon_sym_PERCENT_EQ] = ACTIONS(3148), + [anon_sym_BANG_EQ] = ACTIONS(7137), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7139), + [anon_sym_EQ_EQ] = ACTIONS(7137), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7139), + [anon_sym_LT_EQ] = ACTIONS(7141), + [anon_sym_GT_EQ] = ACTIONS(7141), + [anon_sym_BANGin] = ACTIONS(7143), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7145), + [anon_sym_DASH] = ACTIONS(7145), + [anon_sym_SLASH] = ACTIONS(7125), + [anon_sym_PERCENT] = ACTIONS(7125), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4904), - [sym__automatic_semicolon] = ACTIONS(4904), - [sym_safe_nav] = ACTIONS(4904), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [3964] = { - [sym__alpha_identifier] = ACTIONS(5020), - [anon_sym_AT] = ACTIONS(5022), - [anon_sym_LBRACK] = ACTIONS(5022), - [anon_sym_as] = ACTIONS(5020), - [anon_sym_EQ] = ACTIONS(5020), - [anon_sym_LBRACE] = ACTIONS(5022), - [anon_sym_RBRACE] = ACTIONS(5022), - [anon_sym_LPAREN] = ACTIONS(5022), - [anon_sym_COMMA] = ACTIONS(5022), - [anon_sym_LT] = ACTIONS(5020), - [anon_sym_GT] = ACTIONS(5020), - [anon_sym_where] = ACTIONS(5020), - [anon_sym_DOT] = ACTIONS(5020), - [anon_sym_SEMI] = ACTIONS(5022), - [anon_sym_get] = ACTIONS(5020), - [anon_sym_set] = ACTIONS(5020), - [anon_sym_STAR] = ACTIONS(5020), - [sym_label] = ACTIONS(5022), - [anon_sym_in] = ACTIONS(5020), - [anon_sym_DOT_DOT] = ACTIONS(5022), - [anon_sym_QMARK_COLON] = ACTIONS(5022), - [anon_sym_AMP_AMP] = ACTIONS(5022), - [anon_sym_PIPE_PIPE] = ACTIONS(5022), - [anon_sym_else] = ACTIONS(5020), - [anon_sym_COLON_COLON] = ACTIONS(5022), - [anon_sym_PLUS_EQ] = ACTIONS(5022), - [anon_sym_DASH_EQ] = ACTIONS(5022), - [anon_sym_STAR_EQ] = ACTIONS(5022), - [anon_sym_SLASH_EQ] = ACTIONS(5022), - [anon_sym_PERCENT_EQ] = ACTIONS(5022), - [anon_sym_BANG_EQ] = ACTIONS(5020), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5022), - [anon_sym_EQ_EQ] = ACTIONS(5020), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5022), - [anon_sym_LT_EQ] = ACTIONS(5022), - [anon_sym_GT_EQ] = ACTIONS(5022), - [anon_sym_BANGin] = ACTIONS(5022), - [anon_sym_is] = ACTIONS(5020), - [anon_sym_BANGis] = ACTIONS(5022), - [anon_sym_PLUS] = ACTIONS(5020), - [anon_sym_DASH] = ACTIONS(5020), - [anon_sym_SLASH] = ACTIONS(5020), - [anon_sym_PERCENT] = ACTIONS(5020), - [anon_sym_as_QMARK] = ACTIONS(5022), - [anon_sym_PLUS_PLUS] = ACTIONS(5022), - [anon_sym_DASH_DASH] = ACTIONS(5022), - [anon_sym_BANG_BANG] = ACTIONS(5022), - [anon_sym_suspend] = ACTIONS(5020), - [anon_sym_sealed] = ACTIONS(5020), - [anon_sym_annotation] = ACTIONS(5020), - [anon_sym_data] = ACTIONS(5020), - [anon_sym_inner] = ACTIONS(5020), - [anon_sym_value] = ACTIONS(5020), - [anon_sym_override] = ACTIONS(5020), - [anon_sym_lateinit] = ACTIONS(5020), - [anon_sym_public] = ACTIONS(5020), - [anon_sym_private] = ACTIONS(5020), - [anon_sym_internal] = ACTIONS(5020), - [anon_sym_protected] = ACTIONS(5020), - [anon_sym_tailrec] = ACTIONS(5020), - [anon_sym_operator] = ACTIONS(5020), - [anon_sym_infix] = ACTIONS(5020), - [anon_sym_inline] = ACTIONS(5020), - [anon_sym_external] = ACTIONS(5020), - [sym_property_modifier] = ACTIONS(5020), - [anon_sym_abstract] = ACTIONS(5020), - [anon_sym_final] = ACTIONS(5020), - [anon_sym_open] = ACTIONS(5020), - [anon_sym_vararg] = ACTIONS(5020), - [anon_sym_noinline] = ACTIONS(5020), - [anon_sym_crossinline] = ACTIONS(5020), - [anon_sym_expect] = ACTIONS(5020), - [anon_sym_actual] = ACTIONS(5020), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5022), - [sym__automatic_semicolon] = ACTIONS(5022), - [sym_safe_nav] = ACTIONS(5022), + [3910] = { + [sym_function_body] = STATE(3095), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_object] = ACTIONS(4323), + [anon_sym_fun] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_this] = ACTIONS(4323), + [anon_sym_super] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4325), + [sym_label] = ACTIONS(4323), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_null] = ACTIONS(4323), + [anon_sym_if] = ACTIONS(4323), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_when] = ACTIONS(4323), + [anon_sym_try] = ACTIONS(4323), + [anon_sym_throw] = ACTIONS(4323), + [anon_sym_return] = ACTIONS(4323), + [anon_sym_continue] = ACTIONS(4323), + [anon_sym_break] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4325), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG] = ACTIONS(4323), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4325), + [anon_sym_continue_AT] = ACTIONS(4325), + [anon_sym_break_AT] = ACTIONS(4325), + [anon_sym_this_AT] = ACTIONS(4325), + [anon_sym_super_AT] = ACTIONS(4325), + [sym_real_literal] = ACTIONS(4325), + [sym_integer_literal] = ACTIONS(4323), + [sym_hex_literal] = ACTIONS(4325), + [sym_bin_literal] = ACTIONS(4325), + [anon_sym_true] = ACTIONS(4323), + [anon_sym_false] = ACTIONS(4323), + [anon_sym_SQUOTE] = ACTIONS(4325), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4325), + }, + [3911] = { + [sym__alpha_identifier] = ACTIONS(4822), + [anon_sym_AT] = ACTIONS(4824), + [anon_sym_LBRACK] = ACTIONS(4824), + [anon_sym_as] = ACTIONS(4822), + [anon_sym_EQ] = ACTIONS(4822), + [anon_sym_LBRACE] = ACTIONS(4824), + [anon_sym_RBRACE] = ACTIONS(4824), + [anon_sym_LPAREN] = ACTIONS(4824), + [anon_sym_COMMA] = ACTIONS(4824), + [anon_sym_LT] = ACTIONS(4822), + [anon_sym_GT] = ACTIONS(4822), + [anon_sym_where] = ACTIONS(4822), + [anon_sym_DOT] = ACTIONS(4822), + [anon_sym_SEMI] = ACTIONS(4824), + [anon_sym_get] = ACTIONS(4822), + [anon_sym_set] = ACTIONS(4822), + [anon_sym_STAR] = ACTIONS(4822), + [sym_label] = ACTIONS(4824), + [anon_sym_in] = ACTIONS(4822), + [anon_sym_DOT_DOT] = ACTIONS(4824), + [anon_sym_QMARK_COLON] = ACTIONS(4824), + [anon_sym_AMP_AMP] = ACTIONS(4824), + [anon_sym_PIPE_PIPE] = ACTIONS(4824), + [anon_sym_else] = ACTIONS(4822), + [anon_sym_COLON_COLON] = ACTIONS(4824), + [anon_sym_PLUS_EQ] = ACTIONS(4824), + [anon_sym_DASH_EQ] = ACTIONS(4824), + [anon_sym_STAR_EQ] = ACTIONS(4824), + [anon_sym_SLASH_EQ] = ACTIONS(4824), + [anon_sym_PERCENT_EQ] = ACTIONS(4824), + [anon_sym_BANG_EQ] = ACTIONS(4822), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4824), + [anon_sym_EQ_EQ] = ACTIONS(4822), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4824), + [anon_sym_LT_EQ] = ACTIONS(4824), + [anon_sym_GT_EQ] = ACTIONS(4824), + [anon_sym_BANGin] = ACTIONS(4824), + [anon_sym_is] = ACTIONS(4822), + [anon_sym_BANGis] = ACTIONS(4824), + [anon_sym_PLUS] = ACTIONS(4822), + [anon_sym_DASH] = ACTIONS(4822), + [anon_sym_SLASH] = ACTIONS(4822), + [anon_sym_PERCENT] = ACTIONS(4822), + [anon_sym_as_QMARK] = ACTIONS(4824), + [anon_sym_PLUS_PLUS] = ACTIONS(4824), + [anon_sym_DASH_DASH] = ACTIONS(4824), + [anon_sym_BANG_BANG] = ACTIONS(4824), + [anon_sym_suspend] = ACTIONS(4822), + [anon_sym_sealed] = ACTIONS(4822), + [anon_sym_annotation] = ACTIONS(4822), + [anon_sym_data] = ACTIONS(4822), + [anon_sym_inner] = ACTIONS(4822), + [anon_sym_value] = ACTIONS(4822), + [anon_sym_override] = ACTIONS(4822), + [anon_sym_lateinit] = ACTIONS(4822), + [anon_sym_public] = ACTIONS(4822), + [anon_sym_private] = ACTIONS(4822), + [anon_sym_internal] = ACTIONS(4822), + [anon_sym_protected] = ACTIONS(4822), + [anon_sym_tailrec] = ACTIONS(4822), + [anon_sym_operator] = ACTIONS(4822), + [anon_sym_infix] = ACTIONS(4822), + [anon_sym_inline] = ACTIONS(4822), + [anon_sym_external] = ACTIONS(4822), + [sym_property_modifier] = ACTIONS(4822), + [anon_sym_abstract] = ACTIONS(4822), + [anon_sym_final] = ACTIONS(4822), + [anon_sym_open] = ACTIONS(4822), + [anon_sym_vararg] = ACTIONS(4822), + [anon_sym_noinline] = ACTIONS(4822), + [anon_sym_crossinline] = ACTIONS(4822), + [anon_sym_expect] = ACTIONS(4822), + [anon_sym_actual] = ACTIONS(4822), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4824), + [sym__automatic_semicolon] = ACTIONS(4824), + [sym_safe_nav] = ACTIONS(4824), [sym_multiline_comment] = ACTIONS(3), }, - [3965] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3974), - [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(7185), - [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_value] = ACTIONS(4684), - [anon_sym_expect] = ACTIONS(4684), - [anon_sym_actual] = ACTIONS(4684), + [3912] = { + [sym__alpha_identifier] = ACTIONS(4501), + [anon_sym_AT] = ACTIONS(4503), + [anon_sym_LBRACK] = ACTIONS(4503), + [anon_sym_as] = ACTIONS(4501), + [anon_sym_EQ] = ACTIONS(4501), + [anon_sym_LBRACE] = ACTIONS(4503), + [anon_sym_RBRACE] = ACTIONS(4503), + [anon_sym_LPAREN] = ACTIONS(4503), + [anon_sym_COMMA] = ACTIONS(4503), + [anon_sym_LT] = ACTIONS(4501), + [anon_sym_GT] = ACTIONS(4501), + [anon_sym_where] = ACTIONS(4501), + [anon_sym_DOT] = ACTIONS(4501), + [anon_sym_SEMI] = ACTIONS(4503), + [anon_sym_get] = ACTIONS(4501), + [anon_sym_set] = ACTIONS(4501), + [anon_sym_STAR] = ACTIONS(4501), + [sym_label] = ACTIONS(4503), + [anon_sym_in] = ACTIONS(4501), + [anon_sym_DOT_DOT] = ACTIONS(4503), + [anon_sym_QMARK_COLON] = ACTIONS(4503), + [anon_sym_AMP_AMP] = ACTIONS(4503), + [anon_sym_PIPE_PIPE] = ACTIONS(4503), + [anon_sym_else] = ACTIONS(4501), + [anon_sym_COLON_COLON] = ACTIONS(4503), + [anon_sym_PLUS_EQ] = ACTIONS(4503), + [anon_sym_DASH_EQ] = ACTIONS(4503), + [anon_sym_STAR_EQ] = ACTIONS(4503), + [anon_sym_SLASH_EQ] = ACTIONS(4503), + [anon_sym_PERCENT_EQ] = ACTIONS(4503), + [anon_sym_BANG_EQ] = ACTIONS(4501), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4503), + [anon_sym_EQ_EQ] = ACTIONS(4501), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4503), + [anon_sym_LT_EQ] = ACTIONS(4503), + [anon_sym_GT_EQ] = ACTIONS(4503), + [anon_sym_BANGin] = ACTIONS(4503), + [anon_sym_is] = ACTIONS(4501), + [anon_sym_BANGis] = ACTIONS(4503), + [anon_sym_PLUS] = ACTIONS(4501), + [anon_sym_DASH] = ACTIONS(4501), + [anon_sym_SLASH] = ACTIONS(4501), + [anon_sym_PERCENT] = ACTIONS(4501), + [anon_sym_as_QMARK] = ACTIONS(4503), + [anon_sym_PLUS_PLUS] = ACTIONS(4503), + [anon_sym_DASH_DASH] = ACTIONS(4503), + [anon_sym_BANG_BANG] = ACTIONS(4503), + [anon_sym_suspend] = ACTIONS(4501), + [anon_sym_sealed] = ACTIONS(4501), + [anon_sym_annotation] = ACTIONS(4501), + [anon_sym_data] = ACTIONS(4501), + [anon_sym_inner] = ACTIONS(4501), + [anon_sym_value] = ACTIONS(4501), + [anon_sym_override] = ACTIONS(4501), + [anon_sym_lateinit] = ACTIONS(4501), + [anon_sym_public] = ACTIONS(4501), + [anon_sym_private] = ACTIONS(4501), + [anon_sym_internal] = ACTIONS(4501), + [anon_sym_protected] = ACTIONS(4501), + [anon_sym_tailrec] = ACTIONS(4501), + [anon_sym_operator] = ACTIONS(4501), + [anon_sym_infix] = ACTIONS(4501), + [anon_sym_inline] = ACTIONS(4501), + [anon_sym_external] = ACTIONS(4501), + [sym_property_modifier] = ACTIONS(4501), + [anon_sym_abstract] = ACTIONS(4501), + [anon_sym_final] = ACTIONS(4501), + [anon_sym_open] = ACTIONS(4501), + [anon_sym_vararg] = ACTIONS(4501), + [anon_sym_noinline] = ACTIONS(4501), + [anon_sym_crossinline] = ACTIONS(4501), + [anon_sym_expect] = ACTIONS(4501), + [anon_sym_actual] = ACTIONS(4501), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4503), + [sym__automatic_semicolon] = ACTIONS(4503), + [sym_safe_nav] = ACTIONS(4503), + [sym_multiline_comment] = ACTIONS(3), + }, + [3913] = { + [sym__alpha_identifier] = ACTIONS(5060), + [anon_sym_AT] = ACTIONS(5062), + [anon_sym_LBRACK] = ACTIONS(5062), + [anon_sym_as] = ACTIONS(5060), + [anon_sym_EQ] = ACTIONS(5060), + [anon_sym_LBRACE] = ACTIONS(5062), + [anon_sym_RBRACE] = ACTIONS(5062), + [anon_sym_LPAREN] = ACTIONS(5062), + [anon_sym_COMMA] = ACTIONS(5062), + [anon_sym_LT] = ACTIONS(5060), + [anon_sym_GT] = ACTIONS(5060), + [anon_sym_where] = ACTIONS(5060), + [anon_sym_DOT] = ACTIONS(5060), + [anon_sym_SEMI] = ACTIONS(5062), + [anon_sym_get] = ACTIONS(5060), + [anon_sym_set] = ACTIONS(5060), + [anon_sym_STAR] = ACTIONS(5060), + [sym_label] = ACTIONS(5062), + [anon_sym_in] = ACTIONS(5060), + [anon_sym_DOT_DOT] = ACTIONS(5062), + [anon_sym_QMARK_COLON] = ACTIONS(5062), + [anon_sym_AMP_AMP] = ACTIONS(5062), + [anon_sym_PIPE_PIPE] = ACTIONS(5062), + [anon_sym_else] = ACTIONS(5060), + [anon_sym_COLON_COLON] = ACTIONS(5062), + [anon_sym_PLUS_EQ] = ACTIONS(5062), + [anon_sym_DASH_EQ] = ACTIONS(5062), + [anon_sym_STAR_EQ] = ACTIONS(5062), + [anon_sym_SLASH_EQ] = ACTIONS(5062), + [anon_sym_PERCENT_EQ] = ACTIONS(5062), + [anon_sym_BANG_EQ] = ACTIONS(5060), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5062), + [anon_sym_EQ_EQ] = ACTIONS(5060), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5062), + [anon_sym_LT_EQ] = ACTIONS(5062), + [anon_sym_GT_EQ] = ACTIONS(5062), + [anon_sym_BANGin] = ACTIONS(5062), + [anon_sym_is] = ACTIONS(5060), + [anon_sym_BANGis] = ACTIONS(5062), + [anon_sym_PLUS] = ACTIONS(5060), + [anon_sym_DASH] = ACTIONS(5060), + [anon_sym_SLASH] = ACTIONS(5060), + [anon_sym_PERCENT] = ACTIONS(5060), + [anon_sym_as_QMARK] = ACTIONS(5062), + [anon_sym_PLUS_PLUS] = ACTIONS(5062), + [anon_sym_DASH_DASH] = ACTIONS(5062), + [anon_sym_BANG_BANG] = ACTIONS(5062), + [anon_sym_suspend] = ACTIONS(5060), + [anon_sym_sealed] = ACTIONS(5060), + [anon_sym_annotation] = ACTIONS(5060), + [anon_sym_data] = ACTIONS(5060), + [anon_sym_inner] = ACTIONS(5060), + [anon_sym_value] = ACTIONS(5060), + [anon_sym_override] = ACTIONS(5060), + [anon_sym_lateinit] = ACTIONS(5060), + [anon_sym_public] = ACTIONS(5060), + [anon_sym_private] = ACTIONS(5060), + [anon_sym_internal] = ACTIONS(5060), + [anon_sym_protected] = ACTIONS(5060), + [anon_sym_tailrec] = ACTIONS(5060), + [anon_sym_operator] = ACTIONS(5060), + [anon_sym_infix] = ACTIONS(5060), + [anon_sym_inline] = ACTIONS(5060), + [anon_sym_external] = ACTIONS(5060), + [sym_property_modifier] = ACTIONS(5060), + [anon_sym_abstract] = ACTIONS(5060), + [anon_sym_final] = ACTIONS(5060), + [anon_sym_open] = ACTIONS(5060), + [anon_sym_vararg] = ACTIONS(5060), + [anon_sym_noinline] = ACTIONS(5060), + [anon_sym_crossinline] = ACTIONS(5060), + [anon_sym_expect] = ACTIONS(5060), + [anon_sym_actual] = ACTIONS(5060), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5062), + [sym__automatic_semicolon] = ACTIONS(5062), + [sym_safe_nav] = ACTIONS(5062), + [sym_multiline_comment] = ACTIONS(3), + }, + [3914] = { + [sym__alpha_identifier] = ACTIONS(4458), + [anon_sym_AT] = ACTIONS(4460), + [anon_sym_LBRACK] = ACTIONS(4460), + [anon_sym_as] = ACTIONS(4458), + [anon_sym_EQ] = ACTIONS(5102), + [anon_sym_LBRACE] = ACTIONS(4460), + [anon_sym_RBRACE] = ACTIONS(4460), + [anon_sym_LPAREN] = ACTIONS(4460), + [anon_sym_COMMA] = ACTIONS(4460), + [anon_sym_LT] = ACTIONS(4458), + [anon_sym_GT] = ACTIONS(4458), + [anon_sym_where] = ACTIONS(4458), + [anon_sym_DOT] = ACTIONS(4458), + [anon_sym_SEMI] = ACTIONS(4460), + [anon_sym_get] = ACTIONS(4458), + [anon_sym_set] = ACTIONS(4458), + [anon_sym_STAR] = ACTIONS(4458), + [sym_label] = ACTIONS(4460), + [anon_sym_in] = ACTIONS(4458), + [anon_sym_DOT_DOT] = ACTIONS(4460), + [anon_sym_QMARK_COLON] = ACTIONS(4460), + [anon_sym_AMP_AMP] = ACTIONS(4460), + [anon_sym_PIPE_PIPE] = ACTIONS(4460), + [anon_sym_else] = ACTIONS(4458), + [anon_sym_COLON_COLON] = ACTIONS(4460), + [anon_sym_PLUS_EQ] = ACTIONS(5104), + [anon_sym_DASH_EQ] = ACTIONS(5104), + [anon_sym_STAR_EQ] = ACTIONS(5104), + [anon_sym_SLASH_EQ] = ACTIONS(5104), + [anon_sym_PERCENT_EQ] = ACTIONS(5104), + [anon_sym_BANG_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4460), + [anon_sym_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4460), + [anon_sym_LT_EQ] = ACTIONS(4460), + [anon_sym_GT_EQ] = ACTIONS(4460), + [anon_sym_BANGin] = ACTIONS(4460), + [anon_sym_is] = ACTIONS(4458), + [anon_sym_BANGis] = ACTIONS(4460), + [anon_sym_PLUS] = ACTIONS(4458), + [anon_sym_DASH] = ACTIONS(4458), + [anon_sym_SLASH] = ACTIONS(4458), + [anon_sym_PERCENT] = ACTIONS(4458), + [anon_sym_as_QMARK] = ACTIONS(4460), + [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(4460), + [anon_sym_BANG_BANG] = ACTIONS(4460), + [anon_sym_suspend] = ACTIONS(4458), + [anon_sym_sealed] = ACTIONS(4458), + [anon_sym_annotation] = ACTIONS(4458), + [anon_sym_data] = ACTIONS(4458), + [anon_sym_inner] = ACTIONS(4458), + [anon_sym_value] = ACTIONS(4458), + [anon_sym_override] = ACTIONS(4458), + [anon_sym_lateinit] = ACTIONS(4458), + [anon_sym_public] = ACTIONS(4458), + [anon_sym_private] = ACTIONS(4458), + [anon_sym_internal] = ACTIONS(4458), + [anon_sym_protected] = ACTIONS(4458), + [anon_sym_tailrec] = ACTIONS(4458), + [anon_sym_operator] = ACTIONS(4458), + [anon_sym_infix] = ACTIONS(4458), + [anon_sym_inline] = ACTIONS(4458), + [anon_sym_external] = ACTIONS(4458), + [sym_property_modifier] = ACTIONS(4458), + [anon_sym_abstract] = ACTIONS(4458), + [anon_sym_final] = ACTIONS(4458), + [anon_sym_open] = ACTIONS(4458), + [anon_sym_vararg] = ACTIONS(4458), + [anon_sym_noinline] = ACTIONS(4458), + [anon_sym_crossinline] = ACTIONS(4458), + [anon_sym_expect] = ACTIONS(4458), + [anon_sym_actual] = ACTIONS(4458), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4460), + [sym__automatic_semicolon] = ACTIONS(4460), + [sym_safe_nav] = ACTIONS(4460), + [sym_multiline_comment] = ACTIONS(3), + }, + [3915] = { + [sym__alpha_identifier] = ACTIONS(5048), + [anon_sym_AT] = ACTIONS(5050), + [anon_sym_LBRACK] = ACTIONS(5050), + [anon_sym_as] = ACTIONS(5048), + [anon_sym_EQ] = ACTIONS(5048), + [anon_sym_LBRACE] = ACTIONS(5050), + [anon_sym_RBRACE] = ACTIONS(5050), + [anon_sym_LPAREN] = ACTIONS(5050), + [anon_sym_COMMA] = ACTIONS(5050), + [anon_sym_LT] = ACTIONS(5048), + [anon_sym_GT] = ACTIONS(5048), + [anon_sym_where] = ACTIONS(5048), + [anon_sym_DOT] = ACTIONS(5048), + [anon_sym_SEMI] = ACTIONS(5050), + [anon_sym_get] = ACTIONS(5048), + [anon_sym_set] = ACTIONS(5048), + [anon_sym_STAR] = ACTIONS(5048), + [sym_label] = ACTIONS(5050), + [anon_sym_in] = ACTIONS(5048), + [anon_sym_DOT_DOT] = ACTIONS(5050), + [anon_sym_QMARK_COLON] = ACTIONS(5050), + [anon_sym_AMP_AMP] = ACTIONS(5050), + [anon_sym_PIPE_PIPE] = ACTIONS(5050), + [anon_sym_else] = ACTIONS(5048), + [anon_sym_COLON_COLON] = ACTIONS(5050), + [anon_sym_PLUS_EQ] = ACTIONS(5050), + [anon_sym_DASH_EQ] = ACTIONS(5050), + [anon_sym_STAR_EQ] = ACTIONS(5050), + [anon_sym_SLASH_EQ] = ACTIONS(5050), + [anon_sym_PERCENT_EQ] = ACTIONS(5050), + [anon_sym_BANG_EQ] = ACTIONS(5048), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5050), + [anon_sym_EQ_EQ] = ACTIONS(5048), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5050), + [anon_sym_LT_EQ] = ACTIONS(5050), + [anon_sym_GT_EQ] = ACTIONS(5050), + [anon_sym_BANGin] = ACTIONS(5050), + [anon_sym_is] = ACTIONS(5048), + [anon_sym_BANGis] = ACTIONS(5050), + [anon_sym_PLUS] = ACTIONS(5048), + [anon_sym_DASH] = ACTIONS(5048), + [anon_sym_SLASH] = ACTIONS(5048), + [anon_sym_PERCENT] = ACTIONS(5048), + [anon_sym_as_QMARK] = ACTIONS(5050), + [anon_sym_PLUS_PLUS] = ACTIONS(5050), + [anon_sym_DASH_DASH] = ACTIONS(5050), + [anon_sym_BANG_BANG] = ACTIONS(5050), + [anon_sym_suspend] = ACTIONS(5048), + [anon_sym_sealed] = ACTIONS(5048), + [anon_sym_annotation] = ACTIONS(5048), + [anon_sym_data] = ACTIONS(5048), + [anon_sym_inner] = ACTIONS(5048), + [anon_sym_value] = ACTIONS(5048), + [anon_sym_override] = ACTIONS(5048), + [anon_sym_lateinit] = ACTIONS(5048), + [anon_sym_public] = ACTIONS(5048), + [anon_sym_private] = ACTIONS(5048), + [anon_sym_internal] = ACTIONS(5048), + [anon_sym_protected] = ACTIONS(5048), + [anon_sym_tailrec] = ACTIONS(5048), + [anon_sym_operator] = ACTIONS(5048), + [anon_sym_infix] = ACTIONS(5048), + [anon_sym_inline] = ACTIONS(5048), + [anon_sym_external] = ACTIONS(5048), + [sym_property_modifier] = ACTIONS(5048), + [anon_sym_abstract] = ACTIONS(5048), + [anon_sym_final] = ACTIONS(5048), + [anon_sym_open] = ACTIONS(5048), + [anon_sym_vararg] = ACTIONS(5048), + [anon_sym_noinline] = ACTIONS(5048), + [anon_sym_crossinline] = ACTIONS(5048), + [anon_sym_expect] = ACTIONS(5048), + [anon_sym_actual] = ACTIONS(5048), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5050), + [sym__automatic_semicolon] = ACTIONS(5050), + [sym_safe_nav] = ACTIONS(5050), + [sym_multiline_comment] = ACTIONS(3), + }, + [3916] = { + [sym__alpha_identifier] = ACTIONS(4978), + [anon_sym_AT] = ACTIONS(4980), + [anon_sym_LBRACK] = ACTIONS(4980), + [anon_sym_typealias] = ACTIONS(4978), + [anon_sym_class] = ACTIONS(4978), + [anon_sym_interface] = ACTIONS(4978), + [anon_sym_enum] = ACTIONS(4978), + [anon_sym_LBRACE] = ACTIONS(4980), + [anon_sym_LPAREN] = ACTIONS(4980), + [anon_sym_val] = ACTIONS(4978), + [anon_sym_var] = ACTIONS(4978), + [anon_sym_object] = ACTIONS(4978), + [anon_sym_fun] = ACTIONS(4978), + [anon_sym_get] = ACTIONS(4978), + [anon_sym_set] = ACTIONS(4978), + [anon_sym_this] = ACTIONS(4978), + [anon_sym_super] = ACTIONS(4978), + [anon_sym_STAR] = ACTIONS(4980), + [sym_label] = ACTIONS(4978), + [anon_sym_for] = ACTIONS(4978), + [anon_sym_while] = ACTIONS(4978), + [anon_sym_do] = ACTIONS(4978), + [anon_sym_null] = ACTIONS(4978), + [anon_sym_if] = ACTIONS(4978), + [anon_sym_when] = ACTIONS(4978), + [anon_sym_try] = ACTIONS(4978), + [anon_sym_throw] = ACTIONS(4978), + [anon_sym_return] = ACTIONS(4978), + [anon_sym_continue] = ACTIONS(4978), + [anon_sym_break] = ACTIONS(4978), + [anon_sym_COLON_COLON] = ACTIONS(4980), + [anon_sym_PLUS] = ACTIONS(4978), + [anon_sym_DASH] = ACTIONS(4978), + [anon_sym_PLUS_PLUS] = ACTIONS(4980), + [anon_sym_DASH_DASH] = ACTIONS(4980), + [anon_sym_BANG] = ACTIONS(4980), + [anon_sym_suspend] = ACTIONS(4978), + [anon_sym_sealed] = ACTIONS(4978), + [anon_sym_annotation] = ACTIONS(4978), + [anon_sym_data] = ACTIONS(4978), + [anon_sym_inner] = ACTIONS(4978), + [anon_sym_value] = ACTIONS(4978), + [anon_sym_override] = ACTIONS(4978), + [anon_sym_lateinit] = ACTIONS(4978), + [anon_sym_public] = ACTIONS(4978), + [anon_sym_private] = ACTIONS(4978), + [anon_sym_internal] = ACTIONS(4978), + [anon_sym_protected] = ACTIONS(4978), + [anon_sym_tailrec] = ACTIONS(4978), + [anon_sym_operator] = ACTIONS(4978), + [anon_sym_infix] = ACTIONS(4978), + [anon_sym_inline] = ACTIONS(4978), + [anon_sym_external] = ACTIONS(4978), + [sym_property_modifier] = ACTIONS(4978), + [anon_sym_abstract] = ACTIONS(4978), + [anon_sym_final] = ACTIONS(4978), + [anon_sym_open] = ACTIONS(4978), + [anon_sym_vararg] = ACTIONS(4978), + [anon_sym_noinline] = ACTIONS(4978), + [anon_sym_crossinline] = ACTIONS(4978), + [anon_sym_expect] = ACTIONS(4978), + [anon_sym_actual] = ACTIONS(4978), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4980), + [anon_sym_continue_AT] = ACTIONS(4980), + [anon_sym_break_AT] = ACTIONS(4980), + [anon_sym_this_AT] = ACTIONS(4980), + [anon_sym_super_AT] = ACTIONS(4980), + [sym_real_literal] = ACTIONS(4980), + [sym_integer_literal] = ACTIONS(4978), + [sym_hex_literal] = ACTIONS(4980), + [sym_bin_literal] = ACTIONS(4980), + [anon_sym_true] = ACTIONS(4978), + [anon_sym_false] = ACTIONS(4978), + [anon_sym_SQUOTE] = ACTIONS(4980), + [sym__backtick_identifier] = ACTIONS(4980), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4980), + }, + [3917] = { + [sym_class_body] = STATE(3562), + [sym_type_constraints] = STATE(3300), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_COLON] = ACTIONS(6154), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_RBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_RPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [anon_sym_DASH_GT] = ACTIONS(3294), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_while] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3290), + [anon_sym_sealed] = ACTIONS(3290), + [anon_sym_annotation] = ACTIONS(3290), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_override] = ACTIONS(3290), + [anon_sym_lateinit] = ACTIONS(3290), + [anon_sym_public] = ACTIONS(3290), + [anon_sym_private] = ACTIONS(3290), + [anon_sym_internal] = ACTIONS(3290), + [anon_sym_protected] = ACTIONS(3290), + [anon_sym_tailrec] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_infix] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_external] = ACTIONS(3290), + [sym_property_modifier] = ACTIONS(3290), + [anon_sym_abstract] = ACTIONS(3290), + [anon_sym_final] = ACTIONS(3290), + [anon_sym_open] = ACTIONS(3290), + [anon_sym_vararg] = ACTIONS(3290), + [anon_sym_noinline] = ACTIONS(3290), + [anon_sym_crossinline] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), + [sym_multiline_comment] = ACTIONS(3), + }, + [3918] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1525), + [sym__comparison_operator] = STATE(1526), + [sym__in_operator] = STATE(1527), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1528), + [sym__multiplicative_operator] = STATE(1529), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1530), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3095), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7123), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7125), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7127), + [anon_sym_while] = ACTIONS(3095), + [anon_sym_DOT_DOT] = ACTIONS(7129), + [anon_sym_QMARK_COLON] = ACTIONS(7131), + [anon_sym_AMP_AMP] = ACTIONS(7133), + [anon_sym_PIPE_PIPE] = ACTIONS(7135), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(7137), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7139), + [anon_sym_EQ_EQ] = ACTIONS(7137), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7139), + [anon_sym_LT_EQ] = ACTIONS(7141), + [anon_sym_GT_EQ] = ACTIONS(7141), + [anon_sym_BANGin] = ACTIONS(7143), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7145), + [anon_sym_DASH] = ACTIONS(7145), + [anon_sym_SLASH] = ACTIONS(7125), + [anon_sym_PERCENT] = ACTIONS(7125), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4686), - [anon_sym_continue_AT] = ACTIONS(4686), - [anon_sym_break_AT] = ACTIONS(4686), - [anon_sym_this_AT] = ACTIONS(4686), - [anon_sym_super_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__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4686), }, - [3966] = { - [sym__alpha_identifier] = ACTIONS(4826), - [anon_sym_AT] = ACTIONS(4828), - [anon_sym_LBRACK] = ACTIONS(4828), - [anon_sym_as] = ACTIONS(4826), - [anon_sym_EQ] = ACTIONS(4826), - [anon_sym_LBRACE] = ACTIONS(4828), - [anon_sym_RBRACE] = ACTIONS(4828), - [anon_sym_LPAREN] = ACTIONS(4828), - [anon_sym_COMMA] = ACTIONS(4828), - [anon_sym_LT] = ACTIONS(4826), - [anon_sym_GT] = ACTIONS(4826), - [anon_sym_where] = ACTIONS(4826), - [anon_sym_DOT] = ACTIONS(4826), - [anon_sym_SEMI] = ACTIONS(4828), - [anon_sym_get] = ACTIONS(4826), - [anon_sym_set] = ACTIONS(4826), - [anon_sym_STAR] = ACTIONS(4826), - [sym_label] = ACTIONS(4828), - [anon_sym_in] = ACTIONS(4826), - [anon_sym_DOT_DOT] = ACTIONS(4828), - [anon_sym_QMARK_COLON] = ACTIONS(4828), - [anon_sym_AMP_AMP] = ACTIONS(4828), - [anon_sym_PIPE_PIPE] = ACTIONS(4828), - [anon_sym_else] = ACTIONS(4826), - [anon_sym_COLON_COLON] = ACTIONS(4828), - [anon_sym_PLUS_EQ] = ACTIONS(4828), - [anon_sym_DASH_EQ] = ACTIONS(4828), - [anon_sym_STAR_EQ] = ACTIONS(4828), - [anon_sym_SLASH_EQ] = ACTIONS(4828), - [anon_sym_PERCENT_EQ] = ACTIONS(4828), - [anon_sym_BANG_EQ] = ACTIONS(4826), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4828), - [anon_sym_EQ_EQ] = ACTIONS(4826), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4828), - [anon_sym_LT_EQ] = ACTIONS(4828), - [anon_sym_GT_EQ] = ACTIONS(4828), - [anon_sym_BANGin] = ACTIONS(4828), - [anon_sym_is] = ACTIONS(4826), - [anon_sym_BANGis] = ACTIONS(4828), - [anon_sym_PLUS] = ACTIONS(4826), - [anon_sym_DASH] = ACTIONS(4826), - [anon_sym_SLASH] = ACTIONS(4826), - [anon_sym_PERCENT] = ACTIONS(4826), - [anon_sym_as_QMARK] = ACTIONS(4828), - [anon_sym_PLUS_PLUS] = ACTIONS(4828), - [anon_sym_DASH_DASH] = ACTIONS(4828), - [anon_sym_BANG_BANG] = ACTIONS(4828), - [anon_sym_suspend] = ACTIONS(4826), - [anon_sym_sealed] = ACTIONS(4826), - [anon_sym_annotation] = ACTIONS(4826), - [anon_sym_data] = ACTIONS(4826), - [anon_sym_inner] = ACTIONS(4826), - [anon_sym_value] = ACTIONS(4826), - [anon_sym_override] = ACTIONS(4826), - [anon_sym_lateinit] = ACTIONS(4826), - [anon_sym_public] = ACTIONS(4826), - [anon_sym_private] = ACTIONS(4826), - [anon_sym_internal] = ACTIONS(4826), - [anon_sym_protected] = ACTIONS(4826), - [anon_sym_tailrec] = ACTIONS(4826), - [anon_sym_operator] = ACTIONS(4826), - [anon_sym_infix] = ACTIONS(4826), - [anon_sym_inline] = ACTIONS(4826), - [anon_sym_external] = ACTIONS(4826), - [sym_property_modifier] = ACTIONS(4826), - [anon_sym_abstract] = ACTIONS(4826), - [anon_sym_final] = ACTIONS(4826), - [anon_sym_open] = ACTIONS(4826), - [anon_sym_vararg] = ACTIONS(4826), - [anon_sym_noinline] = ACTIONS(4826), - [anon_sym_crossinline] = ACTIONS(4826), - [anon_sym_expect] = ACTIONS(4826), - [anon_sym_actual] = ACTIONS(4826), + [3919] = { + [sym__alpha_identifier] = ACTIONS(4882), + [anon_sym_AT] = ACTIONS(4884), + [anon_sym_LBRACK] = ACTIONS(4884), + [anon_sym_as] = ACTIONS(4882), + [anon_sym_EQ] = ACTIONS(4882), + [anon_sym_LBRACE] = ACTIONS(4884), + [anon_sym_RBRACE] = ACTIONS(4884), + [anon_sym_LPAREN] = ACTIONS(4884), + [anon_sym_COMMA] = ACTIONS(4884), + [anon_sym_LT] = ACTIONS(4882), + [anon_sym_GT] = ACTIONS(4882), + [anon_sym_where] = ACTIONS(4882), + [anon_sym_DOT] = ACTIONS(4882), + [anon_sym_SEMI] = ACTIONS(4884), + [anon_sym_get] = ACTIONS(4882), + [anon_sym_set] = ACTIONS(4882), + [anon_sym_STAR] = ACTIONS(4882), + [sym_label] = ACTIONS(4884), + [anon_sym_in] = ACTIONS(4882), + [anon_sym_DOT_DOT] = ACTIONS(4884), + [anon_sym_QMARK_COLON] = ACTIONS(4884), + [anon_sym_AMP_AMP] = ACTIONS(4884), + [anon_sym_PIPE_PIPE] = ACTIONS(4884), + [anon_sym_else] = ACTIONS(4882), + [anon_sym_COLON_COLON] = ACTIONS(4884), + [anon_sym_PLUS_EQ] = ACTIONS(4884), + [anon_sym_DASH_EQ] = ACTIONS(4884), + [anon_sym_STAR_EQ] = ACTIONS(4884), + [anon_sym_SLASH_EQ] = ACTIONS(4884), + [anon_sym_PERCENT_EQ] = ACTIONS(4884), + [anon_sym_BANG_EQ] = ACTIONS(4882), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4884), + [anon_sym_EQ_EQ] = ACTIONS(4882), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4884), + [anon_sym_LT_EQ] = ACTIONS(4884), + [anon_sym_GT_EQ] = ACTIONS(4884), + [anon_sym_BANGin] = ACTIONS(4884), + [anon_sym_is] = ACTIONS(4882), + [anon_sym_BANGis] = ACTIONS(4884), + [anon_sym_PLUS] = ACTIONS(4882), + [anon_sym_DASH] = ACTIONS(4882), + [anon_sym_SLASH] = ACTIONS(4882), + [anon_sym_PERCENT] = ACTIONS(4882), + [anon_sym_as_QMARK] = ACTIONS(4884), + [anon_sym_PLUS_PLUS] = ACTIONS(4884), + [anon_sym_DASH_DASH] = ACTIONS(4884), + [anon_sym_BANG_BANG] = ACTIONS(4884), + [anon_sym_suspend] = ACTIONS(4882), + [anon_sym_sealed] = ACTIONS(4882), + [anon_sym_annotation] = ACTIONS(4882), + [anon_sym_data] = ACTIONS(4882), + [anon_sym_inner] = ACTIONS(4882), + [anon_sym_value] = ACTIONS(4882), + [anon_sym_override] = ACTIONS(4882), + [anon_sym_lateinit] = ACTIONS(4882), + [anon_sym_public] = ACTIONS(4882), + [anon_sym_private] = ACTIONS(4882), + [anon_sym_internal] = ACTIONS(4882), + [anon_sym_protected] = ACTIONS(4882), + [anon_sym_tailrec] = ACTIONS(4882), + [anon_sym_operator] = ACTIONS(4882), + [anon_sym_infix] = ACTIONS(4882), + [anon_sym_inline] = ACTIONS(4882), + [anon_sym_external] = ACTIONS(4882), + [sym_property_modifier] = ACTIONS(4882), + [anon_sym_abstract] = ACTIONS(4882), + [anon_sym_final] = ACTIONS(4882), + [anon_sym_open] = ACTIONS(4882), + [anon_sym_vararg] = ACTIONS(4882), + [anon_sym_noinline] = ACTIONS(4882), + [anon_sym_crossinline] = ACTIONS(4882), + [anon_sym_expect] = ACTIONS(4882), + [anon_sym_actual] = ACTIONS(4882), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4884), + [sym__automatic_semicolon] = ACTIONS(4884), + [sym_safe_nav] = ACTIONS(4884), + [sym_multiline_comment] = ACTIONS(3), + }, + [3920] = { + [sym_function_body] = STATE(3085), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4485), + [anon_sym_AT] = ACTIONS(4487), + [anon_sym_LBRACK] = ACTIONS(4487), + [anon_sym_as] = ACTIONS(4485), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4487), + [anon_sym_LPAREN] = ACTIONS(4487), + [anon_sym_LT] = ACTIONS(4485), + [anon_sym_GT] = 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(4487), + [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_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(4487), + [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_value] = ACTIONS(4485), + [anon_sym_expect] = ACTIONS(4485), + [anon_sym_actual] = ACTIONS(4485), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4828), - [sym__automatic_semicolon] = ACTIONS(4828), - [sym_safe_nav] = ACTIONS(4828), + [anon_sym_return_AT] = ACTIONS(4487), + [anon_sym_continue_AT] = ACTIONS(4487), + [anon_sym_break_AT] = ACTIONS(4487), + [anon_sym_this_AT] = ACTIONS(4487), + [anon_sym_super_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), }, - [3967] = { - [sym__alpha_identifier] = ACTIONS(4652), - [anon_sym_AT] = ACTIONS(4654), - [anon_sym_LBRACK] = ACTIONS(4654), - [anon_sym_as] = ACTIONS(4652), - [anon_sym_EQ] = ACTIONS(4652), - [anon_sym_LBRACE] = ACTIONS(4654), - [anon_sym_RBRACE] = ACTIONS(4654), - [anon_sym_LPAREN] = ACTIONS(4654), - [anon_sym_COMMA] = ACTIONS(4654), - [anon_sym_LT] = ACTIONS(4652), - [anon_sym_GT] = ACTIONS(4652), - [anon_sym_where] = ACTIONS(4652), - [anon_sym_DOT] = ACTIONS(4652), - [anon_sym_SEMI] = ACTIONS(4654), - [anon_sym_get] = ACTIONS(4652), - [anon_sym_set] = ACTIONS(4652), - [anon_sym_STAR] = ACTIONS(4652), - [sym_label] = ACTIONS(4654), - [anon_sym_in] = ACTIONS(4652), - [anon_sym_DOT_DOT] = ACTIONS(4654), - [anon_sym_QMARK_COLON] = ACTIONS(4654), - [anon_sym_AMP_AMP] = ACTIONS(4654), - [anon_sym_PIPE_PIPE] = ACTIONS(4654), - [anon_sym_else] = ACTIONS(4652), - [anon_sym_COLON_COLON] = ACTIONS(4654), - [anon_sym_PLUS_EQ] = ACTIONS(4654), - [anon_sym_DASH_EQ] = ACTIONS(4654), - [anon_sym_STAR_EQ] = ACTIONS(4654), - [anon_sym_SLASH_EQ] = ACTIONS(4654), - [anon_sym_PERCENT_EQ] = ACTIONS(4654), - [anon_sym_BANG_EQ] = ACTIONS(4652), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4654), - [anon_sym_EQ_EQ] = ACTIONS(4652), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4654), - [anon_sym_LT_EQ] = ACTIONS(4654), - [anon_sym_GT_EQ] = ACTIONS(4654), - [anon_sym_BANGin] = ACTIONS(4654), - [anon_sym_is] = ACTIONS(4652), - [anon_sym_BANGis] = ACTIONS(4654), - [anon_sym_PLUS] = ACTIONS(4652), - [anon_sym_DASH] = ACTIONS(4652), - [anon_sym_SLASH] = ACTIONS(4652), - [anon_sym_PERCENT] = ACTIONS(4652), - [anon_sym_as_QMARK] = ACTIONS(4654), - [anon_sym_PLUS_PLUS] = ACTIONS(4654), - [anon_sym_DASH_DASH] = ACTIONS(4654), - [anon_sym_BANG_BANG] = ACTIONS(4654), - [anon_sym_suspend] = ACTIONS(4652), - [anon_sym_sealed] = ACTIONS(4652), - [anon_sym_annotation] = ACTIONS(4652), - [anon_sym_data] = ACTIONS(4652), - [anon_sym_inner] = ACTIONS(4652), - [anon_sym_value] = ACTIONS(4652), - [anon_sym_override] = ACTIONS(4652), - [anon_sym_lateinit] = ACTIONS(4652), - [anon_sym_public] = ACTIONS(4652), - [anon_sym_private] = ACTIONS(4652), - [anon_sym_internal] = ACTIONS(4652), - [anon_sym_protected] = ACTIONS(4652), - [anon_sym_tailrec] = ACTIONS(4652), - [anon_sym_operator] = ACTIONS(4652), - [anon_sym_infix] = ACTIONS(4652), - [anon_sym_inline] = ACTIONS(4652), - [anon_sym_external] = ACTIONS(4652), - [sym_property_modifier] = ACTIONS(4652), - [anon_sym_abstract] = ACTIONS(4652), - [anon_sym_final] = ACTIONS(4652), - [anon_sym_open] = ACTIONS(4652), - [anon_sym_vararg] = ACTIONS(4652), - [anon_sym_noinline] = ACTIONS(4652), - [anon_sym_crossinline] = ACTIONS(4652), - [anon_sym_expect] = ACTIONS(4652), - [anon_sym_actual] = ACTIONS(4652), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4654), - [sym__automatic_semicolon] = ACTIONS(4654), - [sym_safe_nav] = ACTIONS(4654), + [3921] = { + [sym__alpha_identifier] = ACTIONS(5052), + [anon_sym_AT] = ACTIONS(5054), + [anon_sym_LBRACK] = ACTIONS(5054), + [anon_sym_as] = ACTIONS(5052), + [anon_sym_EQ] = ACTIONS(5052), + [anon_sym_LBRACE] = ACTIONS(5054), + [anon_sym_RBRACE] = ACTIONS(5054), + [anon_sym_LPAREN] = ACTIONS(5054), + [anon_sym_COMMA] = ACTIONS(5054), + [anon_sym_LT] = ACTIONS(5052), + [anon_sym_GT] = ACTIONS(5052), + [anon_sym_where] = ACTIONS(5052), + [anon_sym_DOT] = ACTIONS(5052), + [anon_sym_SEMI] = ACTIONS(5054), + [anon_sym_get] = ACTIONS(5052), + [anon_sym_set] = ACTIONS(5052), + [anon_sym_STAR] = ACTIONS(5052), + [sym_label] = ACTIONS(5054), + [anon_sym_in] = ACTIONS(5052), + [anon_sym_DOT_DOT] = ACTIONS(5054), + [anon_sym_QMARK_COLON] = ACTIONS(5054), + [anon_sym_AMP_AMP] = ACTIONS(5054), + [anon_sym_PIPE_PIPE] = ACTIONS(5054), + [anon_sym_else] = ACTIONS(5052), + [anon_sym_COLON_COLON] = ACTIONS(5054), + [anon_sym_PLUS_EQ] = ACTIONS(5054), + [anon_sym_DASH_EQ] = ACTIONS(5054), + [anon_sym_STAR_EQ] = ACTIONS(5054), + [anon_sym_SLASH_EQ] = ACTIONS(5054), + [anon_sym_PERCENT_EQ] = ACTIONS(5054), + [anon_sym_BANG_EQ] = ACTIONS(5052), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5054), + [anon_sym_EQ_EQ] = ACTIONS(5052), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5054), + [anon_sym_LT_EQ] = ACTIONS(5054), + [anon_sym_GT_EQ] = ACTIONS(5054), + [anon_sym_BANGin] = ACTIONS(5054), + [anon_sym_is] = ACTIONS(5052), + [anon_sym_BANGis] = ACTIONS(5054), + [anon_sym_PLUS] = ACTIONS(5052), + [anon_sym_DASH] = ACTIONS(5052), + [anon_sym_SLASH] = ACTIONS(5052), + [anon_sym_PERCENT] = ACTIONS(5052), + [anon_sym_as_QMARK] = ACTIONS(5054), + [anon_sym_PLUS_PLUS] = ACTIONS(5054), + [anon_sym_DASH_DASH] = ACTIONS(5054), + [anon_sym_BANG_BANG] = ACTIONS(5054), + [anon_sym_suspend] = ACTIONS(5052), + [anon_sym_sealed] = ACTIONS(5052), + [anon_sym_annotation] = ACTIONS(5052), + [anon_sym_data] = ACTIONS(5052), + [anon_sym_inner] = ACTIONS(5052), + [anon_sym_value] = ACTIONS(5052), + [anon_sym_override] = ACTIONS(5052), + [anon_sym_lateinit] = ACTIONS(5052), + [anon_sym_public] = ACTIONS(5052), + [anon_sym_private] = ACTIONS(5052), + [anon_sym_internal] = ACTIONS(5052), + [anon_sym_protected] = ACTIONS(5052), + [anon_sym_tailrec] = ACTIONS(5052), + [anon_sym_operator] = ACTIONS(5052), + [anon_sym_infix] = ACTIONS(5052), + [anon_sym_inline] = ACTIONS(5052), + [anon_sym_external] = ACTIONS(5052), + [sym_property_modifier] = ACTIONS(5052), + [anon_sym_abstract] = ACTIONS(5052), + [anon_sym_final] = ACTIONS(5052), + [anon_sym_open] = ACTIONS(5052), + [anon_sym_vararg] = ACTIONS(5052), + [anon_sym_noinline] = ACTIONS(5052), + [anon_sym_crossinline] = ACTIONS(5052), + [anon_sym_expect] = ACTIONS(5052), + [anon_sym_actual] = ACTIONS(5052), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5054), + [sym__automatic_semicolon] = ACTIONS(5054), + [sym_safe_nav] = ACTIONS(5054), [sym_multiline_comment] = ACTIONS(3), }, - [3968] = { - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_EQ] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(3274), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(3270), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3270), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [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(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [anon_sym_PERCENT] = ACTIONS(3270), - [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(3270), - [anon_sym_sealed] = ACTIONS(3270), - [anon_sym_annotation] = ACTIONS(3270), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_override] = ACTIONS(3270), - [anon_sym_lateinit] = ACTIONS(3270), - [anon_sym_public] = ACTIONS(3270), - [anon_sym_private] = ACTIONS(3270), - [anon_sym_internal] = ACTIONS(3270), - [anon_sym_protected] = ACTIONS(3270), - [anon_sym_tailrec] = ACTIONS(3270), - [anon_sym_operator] = ACTIONS(3270), - [anon_sym_infix] = ACTIONS(3270), - [anon_sym_inline] = ACTIONS(3270), - [anon_sym_external] = ACTIONS(3270), - [sym_property_modifier] = ACTIONS(3270), - [anon_sym_abstract] = ACTIONS(3270), - [anon_sym_final] = ACTIONS(3270), - [anon_sym_open] = ACTIONS(3270), - [anon_sym_vararg] = ACTIONS(3270), - [anon_sym_noinline] = ACTIONS(3270), - [anon_sym_crossinline] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [3922] = { + [sym_function_body] = STATE(4023), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [sym_label] = ACTIONS(4153), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), [sym_multiline_comment] = ACTIONS(3), }, - [3969] = { - [sym__alpha_identifier] = ACTIONS(4970), - [anon_sym_AT] = ACTIONS(4972), - [anon_sym_LBRACK] = ACTIONS(4972), - [anon_sym_as] = ACTIONS(4970), - [anon_sym_EQ] = ACTIONS(4970), - [anon_sym_LBRACE] = ACTIONS(4972), - [anon_sym_RBRACE] = ACTIONS(4972), - [anon_sym_LPAREN] = ACTIONS(4972), - [anon_sym_COMMA] = ACTIONS(4972), - [anon_sym_LT] = ACTIONS(4970), - [anon_sym_GT] = ACTIONS(4970), - [anon_sym_where] = ACTIONS(4970), - [anon_sym_DOT] = ACTIONS(4970), - [anon_sym_SEMI] = ACTIONS(4972), - [anon_sym_get] = ACTIONS(4970), - [anon_sym_set] = ACTIONS(4970), - [anon_sym_STAR] = ACTIONS(4970), - [sym_label] = ACTIONS(4972), - [anon_sym_in] = ACTIONS(4970), - [anon_sym_DOT_DOT] = ACTIONS(4972), - [anon_sym_QMARK_COLON] = ACTIONS(4972), - [anon_sym_AMP_AMP] = ACTIONS(4972), - [anon_sym_PIPE_PIPE] = ACTIONS(4972), - [anon_sym_else] = ACTIONS(4970), - [anon_sym_COLON_COLON] = ACTIONS(4972), - [anon_sym_PLUS_EQ] = ACTIONS(4972), - [anon_sym_DASH_EQ] = ACTIONS(4972), - [anon_sym_STAR_EQ] = ACTIONS(4972), - [anon_sym_SLASH_EQ] = ACTIONS(4972), - [anon_sym_PERCENT_EQ] = ACTIONS(4972), - [anon_sym_BANG_EQ] = ACTIONS(4970), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4972), - [anon_sym_EQ_EQ] = ACTIONS(4970), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4972), - [anon_sym_LT_EQ] = ACTIONS(4972), - [anon_sym_GT_EQ] = ACTIONS(4972), - [anon_sym_BANGin] = ACTIONS(4972), - [anon_sym_is] = ACTIONS(4970), - [anon_sym_BANGis] = ACTIONS(4972), - [anon_sym_PLUS] = ACTIONS(4970), - [anon_sym_DASH] = ACTIONS(4970), - [anon_sym_SLASH] = ACTIONS(4970), - [anon_sym_PERCENT] = ACTIONS(4970), - [anon_sym_as_QMARK] = ACTIONS(4972), - [anon_sym_PLUS_PLUS] = ACTIONS(4972), - [anon_sym_DASH_DASH] = ACTIONS(4972), - [anon_sym_BANG_BANG] = ACTIONS(4972), - [anon_sym_suspend] = ACTIONS(4970), - [anon_sym_sealed] = ACTIONS(4970), - [anon_sym_annotation] = ACTIONS(4970), - [anon_sym_data] = ACTIONS(4970), - [anon_sym_inner] = ACTIONS(4970), - [anon_sym_value] = ACTIONS(4970), - [anon_sym_override] = ACTIONS(4970), - [anon_sym_lateinit] = ACTIONS(4970), - [anon_sym_public] = ACTIONS(4970), - [anon_sym_private] = ACTIONS(4970), - [anon_sym_internal] = ACTIONS(4970), - [anon_sym_protected] = ACTIONS(4970), - [anon_sym_tailrec] = ACTIONS(4970), - [anon_sym_operator] = ACTIONS(4970), - [anon_sym_infix] = ACTIONS(4970), - [anon_sym_inline] = ACTIONS(4970), - [anon_sym_external] = ACTIONS(4970), - [sym_property_modifier] = ACTIONS(4970), - [anon_sym_abstract] = ACTIONS(4970), - [anon_sym_final] = ACTIONS(4970), - [anon_sym_open] = ACTIONS(4970), - [anon_sym_vararg] = ACTIONS(4970), - [anon_sym_noinline] = ACTIONS(4970), - [anon_sym_crossinline] = ACTIONS(4970), - [anon_sym_expect] = ACTIONS(4970), - [anon_sym_actual] = ACTIONS(4970), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4972), - [sym__automatic_semicolon] = ACTIONS(4972), - [sym_safe_nav] = ACTIONS(4972), + [3923] = { + [sym__alpha_identifier] = ACTIONS(5147), + [anon_sym_AT] = ACTIONS(5149), + [anon_sym_LBRACK] = ACTIONS(5149), + [anon_sym_as] = ACTIONS(5147), + [anon_sym_EQ] = ACTIONS(5147), + [anon_sym_LBRACE] = ACTIONS(5149), + [anon_sym_RBRACE] = ACTIONS(5149), + [anon_sym_LPAREN] = ACTIONS(5149), + [anon_sym_COMMA] = ACTIONS(5149), + [anon_sym_LT] = ACTIONS(5147), + [anon_sym_GT] = ACTIONS(5147), + [anon_sym_where] = ACTIONS(5147), + [anon_sym_DOT] = ACTIONS(5147), + [anon_sym_SEMI] = ACTIONS(5149), + [anon_sym_get] = ACTIONS(5147), + [anon_sym_set] = ACTIONS(5147), + [anon_sym_STAR] = ACTIONS(5147), + [sym_label] = ACTIONS(5149), + [anon_sym_in] = ACTIONS(5147), + [anon_sym_DOT_DOT] = ACTIONS(5149), + [anon_sym_QMARK_COLON] = ACTIONS(5149), + [anon_sym_AMP_AMP] = ACTIONS(5149), + [anon_sym_PIPE_PIPE] = ACTIONS(5149), + [anon_sym_else] = ACTIONS(5147), + [anon_sym_COLON_COLON] = ACTIONS(5149), + [anon_sym_PLUS_EQ] = ACTIONS(5149), + [anon_sym_DASH_EQ] = ACTIONS(5149), + [anon_sym_STAR_EQ] = ACTIONS(5149), + [anon_sym_SLASH_EQ] = ACTIONS(5149), + [anon_sym_PERCENT_EQ] = ACTIONS(5149), + [anon_sym_BANG_EQ] = ACTIONS(5147), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5149), + [anon_sym_EQ_EQ] = ACTIONS(5147), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5149), + [anon_sym_LT_EQ] = ACTIONS(5149), + [anon_sym_GT_EQ] = ACTIONS(5149), + [anon_sym_BANGin] = ACTIONS(5149), + [anon_sym_is] = ACTIONS(5147), + [anon_sym_BANGis] = ACTIONS(5149), + [anon_sym_PLUS] = ACTIONS(5147), + [anon_sym_DASH] = ACTIONS(5147), + [anon_sym_SLASH] = ACTIONS(5147), + [anon_sym_PERCENT] = ACTIONS(5147), + [anon_sym_as_QMARK] = ACTIONS(5149), + [anon_sym_PLUS_PLUS] = ACTIONS(5149), + [anon_sym_DASH_DASH] = ACTIONS(5149), + [anon_sym_BANG_BANG] = ACTIONS(5149), + [anon_sym_suspend] = ACTIONS(5147), + [anon_sym_sealed] = ACTIONS(5147), + [anon_sym_annotation] = ACTIONS(5147), + [anon_sym_data] = ACTIONS(5147), + [anon_sym_inner] = ACTIONS(5147), + [anon_sym_value] = ACTIONS(5147), + [anon_sym_override] = ACTIONS(5147), + [anon_sym_lateinit] = ACTIONS(5147), + [anon_sym_public] = ACTIONS(5147), + [anon_sym_private] = ACTIONS(5147), + [anon_sym_internal] = ACTIONS(5147), + [anon_sym_protected] = ACTIONS(5147), + [anon_sym_tailrec] = ACTIONS(5147), + [anon_sym_operator] = ACTIONS(5147), + [anon_sym_infix] = ACTIONS(5147), + [anon_sym_inline] = ACTIONS(5147), + [anon_sym_external] = ACTIONS(5147), + [sym_property_modifier] = ACTIONS(5147), + [anon_sym_abstract] = ACTIONS(5147), + [anon_sym_final] = ACTIONS(5147), + [anon_sym_open] = ACTIONS(5147), + [anon_sym_vararg] = ACTIONS(5147), + [anon_sym_noinline] = ACTIONS(5147), + [anon_sym_crossinline] = ACTIONS(5147), + [anon_sym_expect] = ACTIONS(5147), + [anon_sym_actual] = ACTIONS(5147), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5149), + [sym__automatic_semicolon] = ACTIONS(5149), + [sym_safe_nav] = ACTIONS(5149), [sym_multiline_comment] = ACTIONS(3), }, - [3970] = { - [sym__alpha_identifier] = ACTIONS(5195), - [anon_sym_AT] = ACTIONS(5197), - [anon_sym_LBRACK] = ACTIONS(5197), - [anon_sym_as] = ACTIONS(5195), - [anon_sym_EQ] = ACTIONS(5195), - [anon_sym_LBRACE] = ACTIONS(5197), - [anon_sym_RBRACE] = ACTIONS(5197), - [anon_sym_LPAREN] = ACTIONS(5197), - [anon_sym_COMMA] = ACTIONS(5197), - [anon_sym_LT] = ACTIONS(5195), - [anon_sym_GT] = ACTIONS(5195), - [anon_sym_where] = ACTIONS(5195), - [anon_sym_DOT] = ACTIONS(5195), - [anon_sym_SEMI] = ACTIONS(5197), - [anon_sym_get] = ACTIONS(5195), - [anon_sym_set] = ACTIONS(5195), - [anon_sym_STAR] = ACTIONS(5195), - [sym_label] = ACTIONS(5197), - [anon_sym_in] = ACTIONS(5195), - [anon_sym_DOT_DOT] = ACTIONS(5197), - [anon_sym_QMARK_COLON] = ACTIONS(5197), - [anon_sym_AMP_AMP] = ACTIONS(5197), - [anon_sym_PIPE_PIPE] = ACTIONS(5197), - [anon_sym_else] = ACTIONS(5195), - [anon_sym_COLON_COLON] = ACTIONS(5197), - [anon_sym_PLUS_EQ] = ACTIONS(5197), - [anon_sym_DASH_EQ] = ACTIONS(5197), - [anon_sym_STAR_EQ] = ACTIONS(5197), - [anon_sym_SLASH_EQ] = ACTIONS(5197), - [anon_sym_PERCENT_EQ] = ACTIONS(5197), - [anon_sym_BANG_EQ] = ACTIONS(5195), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5197), - [anon_sym_EQ_EQ] = ACTIONS(5195), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5197), - [anon_sym_LT_EQ] = ACTIONS(5197), - [anon_sym_GT_EQ] = ACTIONS(5197), - [anon_sym_BANGin] = ACTIONS(5197), - [anon_sym_is] = ACTIONS(5195), - [anon_sym_BANGis] = ACTIONS(5197), - [anon_sym_PLUS] = ACTIONS(5195), - [anon_sym_DASH] = ACTIONS(5195), - [anon_sym_SLASH] = ACTIONS(5195), - [anon_sym_PERCENT] = ACTIONS(5195), - [anon_sym_as_QMARK] = ACTIONS(5197), - [anon_sym_PLUS_PLUS] = ACTIONS(5197), - [anon_sym_DASH_DASH] = ACTIONS(5197), - [anon_sym_BANG_BANG] = ACTIONS(5197), - [anon_sym_suspend] = ACTIONS(5195), - [anon_sym_sealed] = ACTIONS(5195), - [anon_sym_annotation] = ACTIONS(5195), - [anon_sym_data] = ACTIONS(5195), - [anon_sym_inner] = ACTIONS(5195), - [anon_sym_value] = ACTIONS(5195), - [anon_sym_override] = ACTIONS(5195), - [anon_sym_lateinit] = ACTIONS(5195), - [anon_sym_public] = ACTIONS(5195), - [anon_sym_private] = ACTIONS(5195), - [anon_sym_internal] = ACTIONS(5195), - [anon_sym_protected] = ACTIONS(5195), - [anon_sym_tailrec] = ACTIONS(5195), - [anon_sym_operator] = ACTIONS(5195), - [anon_sym_infix] = ACTIONS(5195), - [anon_sym_inline] = ACTIONS(5195), - [anon_sym_external] = ACTIONS(5195), - [sym_property_modifier] = ACTIONS(5195), - [anon_sym_abstract] = ACTIONS(5195), - [anon_sym_final] = ACTIONS(5195), - [anon_sym_open] = ACTIONS(5195), - [anon_sym_vararg] = ACTIONS(5195), - [anon_sym_noinline] = ACTIONS(5195), - [anon_sym_crossinline] = ACTIONS(5195), - [anon_sym_expect] = ACTIONS(5195), - [anon_sym_actual] = ACTIONS(5195), + [3924] = { + [sym__alpha_identifier] = ACTIONS(4922), + [anon_sym_AT] = ACTIONS(4924), + [anon_sym_LBRACK] = ACTIONS(4924), + [anon_sym_as] = ACTIONS(4922), + [anon_sym_EQ] = ACTIONS(4922), + [anon_sym_LBRACE] = ACTIONS(4924), + [anon_sym_RBRACE] = ACTIONS(4924), + [anon_sym_LPAREN] = ACTIONS(4924), + [anon_sym_COMMA] = ACTIONS(4924), + [anon_sym_LT] = ACTIONS(4922), + [anon_sym_GT] = ACTIONS(4922), + [anon_sym_where] = ACTIONS(4922), + [anon_sym_DOT] = ACTIONS(4922), + [anon_sym_SEMI] = ACTIONS(4924), + [anon_sym_get] = ACTIONS(4922), + [anon_sym_set] = ACTIONS(4922), + [anon_sym_STAR] = ACTIONS(4922), + [sym_label] = ACTIONS(4924), + [anon_sym_in] = ACTIONS(4922), + [anon_sym_DOT_DOT] = ACTIONS(4924), + [anon_sym_QMARK_COLON] = ACTIONS(4924), + [anon_sym_AMP_AMP] = ACTIONS(4924), + [anon_sym_PIPE_PIPE] = ACTIONS(4924), + [anon_sym_else] = ACTIONS(4922), + [anon_sym_COLON_COLON] = ACTIONS(4924), + [anon_sym_PLUS_EQ] = ACTIONS(4924), + [anon_sym_DASH_EQ] = ACTIONS(4924), + [anon_sym_STAR_EQ] = ACTIONS(4924), + [anon_sym_SLASH_EQ] = ACTIONS(4924), + [anon_sym_PERCENT_EQ] = ACTIONS(4924), + [anon_sym_BANG_EQ] = ACTIONS(4922), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4924), + [anon_sym_EQ_EQ] = ACTIONS(4922), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4924), + [anon_sym_LT_EQ] = ACTIONS(4924), + [anon_sym_GT_EQ] = ACTIONS(4924), + [anon_sym_BANGin] = ACTIONS(4924), + [anon_sym_is] = ACTIONS(4922), + [anon_sym_BANGis] = ACTIONS(4924), + [anon_sym_PLUS] = ACTIONS(4922), + [anon_sym_DASH] = ACTIONS(4922), + [anon_sym_SLASH] = ACTIONS(4922), + [anon_sym_PERCENT] = ACTIONS(4922), + [anon_sym_as_QMARK] = ACTIONS(4924), + [anon_sym_PLUS_PLUS] = ACTIONS(4924), + [anon_sym_DASH_DASH] = ACTIONS(4924), + [anon_sym_BANG_BANG] = ACTIONS(4924), + [anon_sym_suspend] = ACTIONS(4922), + [anon_sym_sealed] = ACTIONS(4922), + [anon_sym_annotation] = ACTIONS(4922), + [anon_sym_data] = ACTIONS(4922), + [anon_sym_inner] = ACTIONS(4922), + [anon_sym_value] = ACTIONS(4922), + [anon_sym_override] = ACTIONS(4922), + [anon_sym_lateinit] = ACTIONS(4922), + [anon_sym_public] = ACTIONS(4922), + [anon_sym_private] = ACTIONS(4922), + [anon_sym_internal] = ACTIONS(4922), + [anon_sym_protected] = ACTIONS(4922), + [anon_sym_tailrec] = ACTIONS(4922), + [anon_sym_operator] = ACTIONS(4922), + [anon_sym_infix] = ACTIONS(4922), + [anon_sym_inline] = ACTIONS(4922), + [anon_sym_external] = ACTIONS(4922), + [sym_property_modifier] = ACTIONS(4922), + [anon_sym_abstract] = ACTIONS(4922), + [anon_sym_final] = ACTIONS(4922), + [anon_sym_open] = ACTIONS(4922), + [anon_sym_vararg] = ACTIONS(4922), + [anon_sym_noinline] = ACTIONS(4922), + [anon_sym_crossinline] = ACTIONS(4922), + [anon_sym_expect] = ACTIONS(4922), + [anon_sym_actual] = ACTIONS(4922), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5197), - [sym__automatic_semicolon] = ACTIONS(5197), - [sym_safe_nav] = ACTIONS(5197), + [sym__backtick_identifier] = ACTIONS(4924), + [sym__automatic_semicolon] = ACTIONS(4924), + [sym_safe_nav] = ACTIONS(4924), [sym_multiline_comment] = ACTIONS(3), }, - [3971] = { - [sym__alpha_identifier] = ACTIONS(4958), - [anon_sym_AT] = ACTIONS(4960), - [anon_sym_LBRACK] = ACTIONS(4960), - [anon_sym_as] = ACTIONS(4958), - [anon_sym_EQ] = ACTIONS(4958), - [anon_sym_LBRACE] = ACTIONS(4960), - [anon_sym_RBRACE] = ACTIONS(4960), - [anon_sym_LPAREN] = ACTIONS(4960), - [anon_sym_COMMA] = ACTIONS(4960), - [anon_sym_LT] = ACTIONS(4958), - [anon_sym_GT] = ACTIONS(4958), - [anon_sym_where] = ACTIONS(4958), - [anon_sym_DOT] = ACTIONS(4958), - [anon_sym_SEMI] = ACTIONS(4960), - [anon_sym_get] = ACTIONS(4958), - [anon_sym_set] = ACTIONS(4958), - [anon_sym_STAR] = ACTIONS(4958), - [sym_label] = ACTIONS(4960), - [anon_sym_in] = ACTIONS(4958), - [anon_sym_DOT_DOT] = ACTIONS(4960), - [anon_sym_QMARK_COLON] = ACTIONS(4960), - [anon_sym_AMP_AMP] = ACTIONS(4960), - [anon_sym_PIPE_PIPE] = ACTIONS(4960), - [anon_sym_else] = ACTIONS(4958), - [anon_sym_COLON_COLON] = ACTIONS(4960), - [anon_sym_PLUS_EQ] = ACTIONS(4960), - [anon_sym_DASH_EQ] = ACTIONS(4960), - [anon_sym_STAR_EQ] = ACTIONS(4960), - [anon_sym_SLASH_EQ] = ACTIONS(4960), - [anon_sym_PERCENT_EQ] = ACTIONS(4960), - [anon_sym_BANG_EQ] = ACTIONS(4958), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4960), - [anon_sym_EQ_EQ] = ACTIONS(4958), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4960), - [anon_sym_LT_EQ] = ACTIONS(4960), - [anon_sym_GT_EQ] = ACTIONS(4960), - [anon_sym_BANGin] = ACTIONS(4960), - [anon_sym_is] = ACTIONS(4958), - [anon_sym_BANGis] = ACTIONS(4960), - [anon_sym_PLUS] = ACTIONS(4958), - [anon_sym_DASH] = ACTIONS(4958), - [anon_sym_SLASH] = ACTIONS(4958), - [anon_sym_PERCENT] = ACTIONS(4958), - [anon_sym_as_QMARK] = ACTIONS(4960), - [anon_sym_PLUS_PLUS] = ACTIONS(4960), - [anon_sym_DASH_DASH] = ACTIONS(4960), - [anon_sym_BANG_BANG] = ACTIONS(4960), - [anon_sym_suspend] = ACTIONS(4958), - [anon_sym_sealed] = ACTIONS(4958), - [anon_sym_annotation] = ACTIONS(4958), - [anon_sym_data] = ACTIONS(4958), - [anon_sym_inner] = ACTIONS(4958), - [anon_sym_value] = ACTIONS(4958), - [anon_sym_override] = ACTIONS(4958), - [anon_sym_lateinit] = ACTIONS(4958), - [anon_sym_public] = ACTIONS(4958), - [anon_sym_private] = ACTIONS(4958), - [anon_sym_internal] = ACTIONS(4958), - [anon_sym_protected] = ACTIONS(4958), - [anon_sym_tailrec] = ACTIONS(4958), - [anon_sym_operator] = ACTIONS(4958), - [anon_sym_infix] = ACTIONS(4958), - [anon_sym_inline] = ACTIONS(4958), - [anon_sym_external] = ACTIONS(4958), - [sym_property_modifier] = ACTIONS(4958), - [anon_sym_abstract] = ACTIONS(4958), - [anon_sym_final] = ACTIONS(4958), - [anon_sym_open] = ACTIONS(4958), - [anon_sym_vararg] = ACTIONS(4958), - [anon_sym_noinline] = ACTIONS(4958), - [anon_sym_crossinline] = ACTIONS(4958), - [anon_sym_expect] = ACTIONS(4958), - [anon_sym_actual] = ACTIONS(4958), + [3925] = { + [sym__alpha_identifier] = ACTIONS(4918), + [anon_sym_AT] = ACTIONS(4920), + [anon_sym_LBRACK] = ACTIONS(4920), + [anon_sym_as] = ACTIONS(4918), + [anon_sym_EQ] = ACTIONS(4918), + [anon_sym_LBRACE] = ACTIONS(4920), + [anon_sym_RBRACE] = ACTIONS(4920), + [anon_sym_LPAREN] = ACTIONS(4920), + [anon_sym_COMMA] = ACTIONS(4920), + [anon_sym_LT] = ACTIONS(4918), + [anon_sym_GT] = ACTIONS(4918), + [anon_sym_where] = ACTIONS(4918), + [anon_sym_DOT] = ACTIONS(4918), + [anon_sym_SEMI] = ACTIONS(4920), + [anon_sym_get] = ACTIONS(4918), + [anon_sym_set] = ACTIONS(4918), + [anon_sym_STAR] = ACTIONS(4918), + [sym_label] = ACTIONS(4920), + [anon_sym_in] = ACTIONS(4918), + [anon_sym_DOT_DOT] = ACTIONS(4920), + [anon_sym_QMARK_COLON] = ACTIONS(4920), + [anon_sym_AMP_AMP] = ACTIONS(4920), + [anon_sym_PIPE_PIPE] = ACTIONS(4920), + [anon_sym_else] = ACTIONS(4918), + [anon_sym_COLON_COLON] = ACTIONS(4920), + [anon_sym_PLUS_EQ] = ACTIONS(4920), + [anon_sym_DASH_EQ] = ACTIONS(4920), + [anon_sym_STAR_EQ] = ACTIONS(4920), + [anon_sym_SLASH_EQ] = ACTIONS(4920), + [anon_sym_PERCENT_EQ] = ACTIONS(4920), + [anon_sym_BANG_EQ] = ACTIONS(4918), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4920), + [anon_sym_EQ_EQ] = ACTIONS(4918), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4920), + [anon_sym_LT_EQ] = ACTIONS(4920), + [anon_sym_GT_EQ] = ACTIONS(4920), + [anon_sym_BANGin] = ACTIONS(4920), + [anon_sym_is] = ACTIONS(4918), + [anon_sym_BANGis] = ACTIONS(4920), + [anon_sym_PLUS] = ACTIONS(4918), + [anon_sym_DASH] = ACTIONS(4918), + [anon_sym_SLASH] = ACTIONS(4918), + [anon_sym_PERCENT] = ACTIONS(4918), + [anon_sym_as_QMARK] = ACTIONS(4920), + [anon_sym_PLUS_PLUS] = ACTIONS(4920), + [anon_sym_DASH_DASH] = ACTIONS(4920), + [anon_sym_BANG_BANG] = ACTIONS(4920), + [anon_sym_suspend] = ACTIONS(4918), + [anon_sym_sealed] = ACTIONS(4918), + [anon_sym_annotation] = ACTIONS(4918), + [anon_sym_data] = ACTIONS(4918), + [anon_sym_inner] = ACTIONS(4918), + [anon_sym_value] = ACTIONS(4918), + [anon_sym_override] = ACTIONS(4918), + [anon_sym_lateinit] = ACTIONS(4918), + [anon_sym_public] = ACTIONS(4918), + [anon_sym_private] = ACTIONS(4918), + [anon_sym_internal] = ACTIONS(4918), + [anon_sym_protected] = ACTIONS(4918), + [anon_sym_tailrec] = ACTIONS(4918), + [anon_sym_operator] = ACTIONS(4918), + [anon_sym_infix] = ACTIONS(4918), + [anon_sym_inline] = ACTIONS(4918), + [anon_sym_external] = ACTIONS(4918), + [sym_property_modifier] = ACTIONS(4918), + [anon_sym_abstract] = ACTIONS(4918), + [anon_sym_final] = ACTIONS(4918), + [anon_sym_open] = ACTIONS(4918), + [anon_sym_vararg] = ACTIONS(4918), + [anon_sym_noinline] = ACTIONS(4918), + [anon_sym_crossinline] = ACTIONS(4918), + [anon_sym_expect] = ACTIONS(4918), + [anon_sym_actual] = ACTIONS(4918), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4960), - [sym__automatic_semicolon] = ACTIONS(4960), - [sym_safe_nav] = ACTIONS(4960), + [sym__backtick_identifier] = ACTIONS(4920), + [sym__automatic_semicolon] = ACTIONS(4920), + [sym_safe_nav] = ACTIONS(4920), [sym_multiline_comment] = ACTIONS(3), }, - [3972] = { - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(4447), - [anon_sym_LBRACE] = ACTIONS(4449), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_COMMA] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_where] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4447), - [sym_label] = ACTIONS(4449), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_PLUS_EQ] = ACTIONS(4449), - [anon_sym_DASH_EQ] = ACTIONS(4449), - [anon_sym_STAR_EQ] = ACTIONS(4449), - [anon_sym_SLASH_EQ] = ACTIONS(4449), - [anon_sym_PERCENT_EQ] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4447), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_suspend] = ACTIONS(4447), - [anon_sym_sealed] = ACTIONS(4447), - [anon_sym_annotation] = ACTIONS(4447), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_override] = ACTIONS(4447), - [anon_sym_lateinit] = ACTIONS(4447), - [anon_sym_public] = ACTIONS(4447), - [anon_sym_private] = ACTIONS(4447), - [anon_sym_internal] = ACTIONS(4447), - [anon_sym_protected] = ACTIONS(4447), - [anon_sym_tailrec] = ACTIONS(4447), - [anon_sym_operator] = ACTIONS(4447), - [anon_sym_infix] = ACTIONS(4447), - [anon_sym_inline] = ACTIONS(4447), - [anon_sym_external] = ACTIONS(4447), - [sym_property_modifier] = ACTIONS(4447), - [anon_sym_abstract] = ACTIONS(4447), - [anon_sym_final] = ACTIONS(4447), - [anon_sym_open] = ACTIONS(4447), - [anon_sym_vararg] = ACTIONS(4447), - [anon_sym_noinline] = ACTIONS(4447), - [anon_sym_crossinline] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4449), - [sym__automatic_semicolon] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), + [3926] = { + [sym__alpha_identifier] = ACTIONS(4339), + [anon_sym_AT] = ACTIONS(4341), + [anon_sym_LBRACK] = ACTIONS(4341), + [anon_sym_as] = ACTIONS(4339), + [anon_sym_EQ] = ACTIONS(4339), + [anon_sym_LBRACE] = ACTIONS(4341), + [anon_sym_RBRACE] = ACTIONS(4341), + [anon_sym_LPAREN] = ACTIONS(4341), + [anon_sym_COMMA] = ACTIONS(4341), + [anon_sym_LT] = ACTIONS(4339), + [anon_sym_GT] = ACTIONS(4339), + [anon_sym_where] = ACTIONS(4339), + [anon_sym_DOT] = ACTIONS(4339), + [anon_sym_SEMI] = ACTIONS(4341), + [anon_sym_get] = ACTIONS(4339), + [anon_sym_set] = ACTIONS(4339), + [anon_sym_STAR] = ACTIONS(4339), + [sym_label] = ACTIONS(4341), + [anon_sym_in] = ACTIONS(4339), + [anon_sym_DOT_DOT] = ACTIONS(4341), + [anon_sym_QMARK_COLON] = ACTIONS(4341), + [anon_sym_AMP_AMP] = ACTIONS(4341), + [anon_sym_PIPE_PIPE] = ACTIONS(4341), + [anon_sym_else] = ACTIONS(4339), + [anon_sym_COLON_COLON] = ACTIONS(4341), + [anon_sym_PLUS_EQ] = ACTIONS(4341), + [anon_sym_DASH_EQ] = ACTIONS(4341), + [anon_sym_STAR_EQ] = ACTIONS(4341), + [anon_sym_SLASH_EQ] = ACTIONS(4341), + [anon_sym_PERCENT_EQ] = ACTIONS(4341), + [anon_sym_BANG_EQ] = ACTIONS(4339), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4341), + [anon_sym_EQ_EQ] = ACTIONS(4339), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4341), + [anon_sym_LT_EQ] = ACTIONS(4341), + [anon_sym_GT_EQ] = ACTIONS(4341), + [anon_sym_BANGin] = ACTIONS(4341), + [anon_sym_is] = ACTIONS(4339), + [anon_sym_BANGis] = ACTIONS(4341), + [anon_sym_PLUS] = ACTIONS(4339), + [anon_sym_DASH] = ACTIONS(4339), + [anon_sym_SLASH] = ACTIONS(4339), + [anon_sym_PERCENT] = ACTIONS(4339), + [anon_sym_as_QMARK] = ACTIONS(4341), + [anon_sym_PLUS_PLUS] = ACTIONS(4341), + [anon_sym_DASH_DASH] = ACTIONS(4341), + [anon_sym_BANG_BANG] = ACTIONS(4341), + [anon_sym_suspend] = ACTIONS(4339), + [anon_sym_sealed] = ACTIONS(4339), + [anon_sym_annotation] = ACTIONS(4339), + [anon_sym_data] = ACTIONS(4339), + [anon_sym_inner] = ACTIONS(4339), + [anon_sym_value] = ACTIONS(4339), + [anon_sym_override] = ACTIONS(4339), + [anon_sym_lateinit] = ACTIONS(4339), + [anon_sym_public] = ACTIONS(4339), + [anon_sym_private] = ACTIONS(4339), + [anon_sym_internal] = ACTIONS(4339), + [anon_sym_protected] = ACTIONS(4339), + [anon_sym_tailrec] = ACTIONS(4339), + [anon_sym_operator] = ACTIONS(4339), + [anon_sym_infix] = ACTIONS(4339), + [anon_sym_inline] = ACTIONS(4339), + [anon_sym_external] = ACTIONS(4339), + [sym_property_modifier] = ACTIONS(4339), + [anon_sym_abstract] = ACTIONS(4339), + [anon_sym_final] = ACTIONS(4339), + [anon_sym_open] = ACTIONS(4339), + [anon_sym_vararg] = ACTIONS(4339), + [anon_sym_noinline] = ACTIONS(4339), + [anon_sym_crossinline] = ACTIONS(4339), + [anon_sym_expect] = ACTIONS(4339), + [anon_sym_actual] = ACTIONS(4339), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4341), + [sym__automatic_semicolon] = ACTIONS(4341), + [sym_safe_nav] = ACTIONS(4341), [sym_multiline_comment] = ACTIONS(3), }, - [3973] = { - [sym_function_body] = STATE(3530), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_RBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_RPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4139), - [anon_sym_DASH_GT] = ACTIONS(4139), - [sym_label] = ACTIONS(4139), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_while] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4139), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), + [3927] = { + [sym__alpha_identifier] = ACTIONS(5032), + [anon_sym_AT] = ACTIONS(5034), + [anon_sym_LBRACK] = ACTIONS(5034), + [anon_sym_as] = ACTIONS(5032), + [anon_sym_EQ] = ACTIONS(5032), + [anon_sym_LBRACE] = ACTIONS(5034), + [anon_sym_RBRACE] = ACTIONS(5034), + [anon_sym_LPAREN] = ACTIONS(5034), + [anon_sym_COMMA] = ACTIONS(5034), + [anon_sym_LT] = ACTIONS(5032), + [anon_sym_GT] = ACTIONS(5032), + [anon_sym_where] = ACTIONS(5032), + [anon_sym_DOT] = ACTIONS(5032), + [anon_sym_SEMI] = ACTIONS(5034), + [anon_sym_get] = ACTIONS(5032), + [anon_sym_set] = ACTIONS(5032), + [anon_sym_STAR] = ACTIONS(5032), + [sym_label] = ACTIONS(5034), + [anon_sym_in] = ACTIONS(5032), + [anon_sym_DOT_DOT] = ACTIONS(5034), + [anon_sym_QMARK_COLON] = ACTIONS(5034), + [anon_sym_AMP_AMP] = ACTIONS(5034), + [anon_sym_PIPE_PIPE] = ACTIONS(5034), + [anon_sym_else] = ACTIONS(5032), + [anon_sym_COLON_COLON] = ACTIONS(5034), + [anon_sym_PLUS_EQ] = ACTIONS(5034), + [anon_sym_DASH_EQ] = ACTIONS(5034), + [anon_sym_STAR_EQ] = ACTIONS(5034), + [anon_sym_SLASH_EQ] = ACTIONS(5034), + [anon_sym_PERCENT_EQ] = ACTIONS(5034), + [anon_sym_BANG_EQ] = ACTIONS(5032), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5034), + [anon_sym_EQ_EQ] = ACTIONS(5032), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5034), + [anon_sym_LT_EQ] = ACTIONS(5034), + [anon_sym_GT_EQ] = ACTIONS(5034), + [anon_sym_BANGin] = ACTIONS(5034), + [anon_sym_is] = ACTIONS(5032), + [anon_sym_BANGis] = ACTIONS(5034), + [anon_sym_PLUS] = ACTIONS(5032), + [anon_sym_DASH] = ACTIONS(5032), + [anon_sym_SLASH] = ACTIONS(5032), + [anon_sym_PERCENT] = ACTIONS(5032), + [anon_sym_as_QMARK] = ACTIONS(5034), + [anon_sym_PLUS_PLUS] = ACTIONS(5034), + [anon_sym_DASH_DASH] = ACTIONS(5034), + [anon_sym_BANG_BANG] = ACTIONS(5034), + [anon_sym_suspend] = ACTIONS(5032), + [anon_sym_sealed] = ACTIONS(5032), + [anon_sym_annotation] = ACTIONS(5032), + [anon_sym_data] = ACTIONS(5032), + [anon_sym_inner] = ACTIONS(5032), + [anon_sym_value] = ACTIONS(5032), + [anon_sym_override] = ACTIONS(5032), + [anon_sym_lateinit] = ACTIONS(5032), + [anon_sym_public] = ACTIONS(5032), + [anon_sym_private] = ACTIONS(5032), + [anon_sym_internal] = ACTIONS(5032), + [anon_sym_protected] = ACTIONS(5032), + [anon_sym_tailrec] = ACTIONS(5032), + [anon_sym_operator] = ACTIONS(5032), + [anon_sym_infix] = ACTIONS(5032), + [anon_sym_inline] = ACTIONS(5032), + [anon_sym_external] = ACTIONS(5032), + [sym_property_modifier] = ACTIONS(5032), + [anon_sym_abstract] = ACTIONS(5032), + [anon_sym_final] = ACTIONS(5032), + [anon_sym_open] = ACTIONS(5032), + [anon_sym_vararg] = ACTIONS(5032), + [anon_sym_noinline] = ACTIONS(5032), + [anon_sym_crossinline] = ACTIONS(5032), + [anon_sym_expect] = ACTIONS(5032), + [anon_sym_actual] = ACTIONS(5032), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5034), + [sym__automatic_semicolon] = ACTIONS(5034), + [sym_safe_nav] = ACTIONS(5034), [sym_multiline_comment] = ACTIONS(3), }, - [3974] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(3835), - [sym__alpha_identifier] = ACTIONS(4736), - [anon_sym_AT] = ACTIONS(4738), - [anon_sym_LBRACK] = ACTIONS(4738), - [anon_sym_as] = ACTIONS(4736), - [anon_sym_LBRACE] = ACTIONS(4738), - [anon_sym_RBRACE] = ACTIONS(4738), - [anon_sym_LPAREN] = ACTIONS(4738), - [anon_sym_COMMA] = ACTIONS(7185), - [anon_sym_LT] = ACTIONS(4736), - [anon_sym_GT] = ACTIONS(4736), - [anon_sym_where] = ACTIONS(4736), - [anon_sym_object] = ACTIONS(4736), - [anon_sym_fun] = ACTIONS(4736), - [anon_sym_DOT] = ACTIONS(4736), - [anon_sym_SEMI] = ACTIONS(4738), - [anon_sym_get] = ACTIONS(4736), - [anon_sym_set] = ACTIONS(4736), - [anon_sym_this] = ACTIONS(4736), - [anon_sym_super] = ACTIONS(4736), - [anon_sym_STAR] = ACTIONS(4738), - [sym_label] = ACTIONS(4736), - [anon_sym_in] = ACTIONS(4736), - [anon_sym_DOT_DOT] = ACTIONS(4738), - [anon_sym_QMARK_COLON] = ACTIONS(4738), - [anon_sym_AMP_AMP] = ACTIONS(4738), - [anon_sym_PIPE_PIPE] = ACTIONS(4738), - [anon_sym_null] = ACTIONS(4736), - [anon_sym_if] = ACTIONS(4736), - [anon_sym_else] = ACTIONS(4736), - [anon_sym_when] = ACTIONS(4736), - [anon_sym_try] = ACTIONS(4736), - [anon_sym_throw] = ACTIONS(4736), - [anon_sym_return] = ACTIONS(4736), - [anon_sym_continue] = ACTIONS(4736), - [anon_sym_break] = ACTIONS(4736), - [anon_sym_COLON_COLON] = ACTIONS(4738), - [anon_sym_BANG_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4738), - [anon_sym_LT_EQ] = ACTIONS(4738), - [anon_sym_GT_EQ] = ACTIONS(4738), - [anon_sym_BANGin] = ACTIONS(4738), - [anon_sym_is] = ACTIONS(4736), - [anon_sym_BANGis] = ACTIONS(4738), - [anon_sym_PLUS] = ACTIONS(4736), - [anon_sym_DASH] = ACTIONS(4736), - [anon_sym_SLASH] = ACTIONS(4736), - [anon_sym_PERCENT] = ACTIONS(4738), - [anon_sym_as_QMARK] = ACTIONS(4738), - [anon_sym_PLUS_PLUS] = ACTIONS(4738), - [anon_sym_DASH_DASH] = ACTIONS(4738), - [anon_sym_BANG] = ACTIONS(4736), - [anon_sym_BANG_BANG] = ACTIONS(4738), - [anon_sym_data] = ACTIONS(4736), - [anon_sym_inner] = ACTIONS(4736), - [anon_sym_value] = ACTIONS(4736), - [anon_sym_expect] = ACTIONS(4736), - [anon_sym_actual] = ACTIONS(4736), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4738), - [anon_sym_continue_AT] = ACTIONS(4738), - [anon_sym_break_AT] = ACTIONS(4738), - [anon_sym_this_AT] = ACTIONS(4738), - [anon_sym_super_AT] = ACTIONS(4738), - [sym_real_literal] = ACTIONS(4738), - [sym_integer_literal] = ACTIONS(4736), - [sym_hex_literal] = ACTIONS(4738), - [sym_bin_literal] = ACTIONS(4738), - [anon_sym_true] = ACTIONS(4736), - [anon_sym_false] = ACTIONS(4736), - [anon_sym_SQUOTE] = ACTIONS(4738), - [sym__backtick_identifier] = ACTIONS(4738), - [sym__automatic_semicolon] = ACTIONS(4738), - [sym_safe_nav] = ACTIONS(4738), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4738), + [3928] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3928), + [sym__alpha_identifier] = ACTIONS(4677), + [anon_sym_AT] = ACTIONS(4679), + [anon_sym_LBRACK] = ACTIONS(4679), + [anon_sym_as] = ACTIONS(4677), + [anon_sym_LBRACE] = ACTIONS(4679), + [anon_sym_RBRACE] = ACTIONS(4679), + [anon_sym_LPAREN] = ACTIONS(4679), + [anon_sym_COMMA] = ACTIONS(7169), + [anon_sym_LT] = ACTIONS(4677), + [anon_sym_GT] = ACTIONS(4677), + [anon_sym_where] = ACTIONS(4677), + [anon_sym_object] = ACTIONS(4677), + [anon_sym_fun] = ACTIONS(4677), + [anon_sym_DOT] = ACTIONS(4677), + [anon_sym_SEMI] = ACTIONS(4679), + [anon_sym_get] = ACTIONS(4677), + [anon_sym_set] = ACTIONS(4677), + [anon_sym_this] = ACTIONS(4677), + [anon_sym_super] = ACTIONS(4677), + [anon_sym_STAR] = ACTIONS(4679), + [sym_label] = ACTIONS(4677), + [anon_sym_in] = ACTIONS(4677), + [anon_sym_DOT_DOT] = ACTIONS(4679), + [anon_sym_QMARK_COLON] = ACTIONS(4679), + [anon_sym_AMP_AMP] = ACTIONS(4679), + [anon_sym_PIPE_PIPE] = ACTIONS(4679), + [anon_sym_null] = ACTIONS(4677), + [anon_sym_if] = ACTIONS(4677), + [anon_sym_else] = ACTIONS(4677), + [anon_sym_when] = ACTIONS(4677), + [anon_sym_try] = ACTIONS(4677), + [anon_sym_throw] = ACTIONS(4677), + [anon_sym_return] = ACTIONS(4677), + [anon_sym_continue] = ACTIONS(4677), + [anon_sym_break] = ACTIONS(4677), + [anon_sym_COLON_COLON] = ACTIONS(4679), + [anon_sym_BANG_EQ] = ACTIONS(4677), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4679), + [anon_sym_EQ_EQ] = ACTIONS(4677), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4679), + [anon_sym_LT_EQ] = ACTIONS(4679), + [anon_sym_GT_EQ] = ACTIONS(4679), + [anon_sym_BANGin] = ACTIONS(4679), + [anon_sym_is] = ACTIONS(4677), + [anon_sym_BANGis] = ACTIONS(4679), + [anon_sym_PLUS] = ACTIONS(4677), + [anon_sym_DASH] = ACTIONS(4677), + [anon_sym_SLASH] = ACTIONS(4677), + [anon_sym_PERCENT] = ACTIONS(4679), + [anon_sym_as_QMARK] = ACTIONS(4679), + [anon_sym_PLUS_PLUS] = ACTIONS(4679), + [anon_sym_DASH_DASH] = ACTIONS(4679), + [anon_sym_BANG] = ACTIONS(4677), + [anon_sym_BANG_BANG] = ACTIONS(4679), + [anon_sym_data] = ACTIONS(4677), + [anon_sym_inner] = ACTIONS(4677), + [anon_sym_value] = ACTIONS(4677), + [anon_sym_expect] = ACTIONS(4677), + [anon_sym_actual] = ACTIONS(4677), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4679), + [anon_sym_continue_AT] = ACTIONS(4679), + [anon_sym_break_AT] = ACTIONS(4679), + [anon_sym_this_AT] = ACTIONS(4679), + [anon_sym_super_AT] = ACTIONS(4679), + [sym_real_literal] = ACTIONS(4679), + [sym_integer_literal] = ACTIONS(4677), + [sym_hex_literal] = ACTIONS(4679), + [sym_bin_literal] = ACTIONS(4679), + [anon_sym_true] = ACTIONS(4677), + [anon_sym_false] = ACTIONS(4677), + [anon_sym_SQUOTE] = ACTIONS(4679), + [sym__backtick_identifier] = ACTIONS(4679), + [sym__automatic_semicolon] = ACTIONS(4679), + [sym_safe_nav] = ACTIONS(4679), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4679), }, - [3975] = { - [sym__alpha_identifier] = ACTIONS(7187), - [anon_sym_AT] = ACTIONS(7189), - [anon_sym_LBRACK] = ACTIONS(7189), - [anon_sym_typealias] = ACTIONS(7187), - [anon_sym_class] = ACTIONS(7187), - [anon_sym_interface] = ACTIONS(7187), - [anon_sym_enum] = ACTIONS(7187), - [anon_sym_LBRACE] = ACTIONS(7189), - [anon_sym_LPAREN] = ACTIONS(7189), - [anon_sym_val] = ACTIONS(7187), - [anon_sym_var] = ACTIONS(7187), - [anon_sym_object] = ACTIONS(7187), - [anon_sym_fun] = ACTIONS(7187), - [anon_sym_get] = ACTIONS(7187), - [anon_sym_set] = ACTIONS(7187), - [anon_sym_this] = ACTIONS(7187), - [anon_sym_super] = ACTIONS(7187), - [anon_sym_STAR] = ACTIONS(7189), - [sym_label] = ACTIONS(7187), - [anon_sym_for] = ACTIONS(7187), - [anon_sym_while] = ACTIONS(7187), - [anon_sym_do] = ACTIONS(7187), - [anon_sym_null] = ACTIONS(7187), - [anon_sym_if] = ACTIONS(7187), - [anon_sym_when] = ACTIONS(7187), - [anon_sym_try] = ACTIONS(7187), - [anon_sym_throw] = ACTIONS(7187), - [anon_sym_return] = ACTIONS(7187), - [anon_sym_continue] = ACTIONS(7187), - [anon_sym_break] = ACTIONS(7187), - [anon_sym_COLON_COLON] = ACTIONS(7189), - [anon_sym_PLUS] = ACTIONS(7187), - [anon_sym_DASH] = ACTIONS(7187), - [anon_sym_PLUS_PLUS] = ACTIONS(7189), - [anon_sym_DASH_DASH] = ACTIONS(7189), - [anon_sym_BANG] = ACTIONS(7189), - [anon_sym_suspend] = ACTIONS(7187), - [anon_sym_sealed] = ACTIONS(7187), - [anon_sym_annotation] = ACTIONS(7187), - [anon_sym_data] = ACTIONS(7187), - [anon_sym_inner] = ACTIONS(7187), - [anon_sym_value] = ACTIONS(7187), - [anon_sym_override] = ACTIONS(7187), - [anon_sym_lateinit] = ACTIONS(7187), - [anon_sym_public] = ACTIONS(7187), - [anon_sym_private] = ACTIONS(7187), - [anon_sym_internal] = ACTIONS(7187), - [anon_sym_protected] = ACTIONS(7187), - [anon_sym_tailrec] = ACTIONS(7187), - [anon_sym_operator] = ACTIONS(7187), - [anon_sym_infix] = ACTIONS(7187), - [anon_sym_inline] = ACTIONS(7187), - [anon_sym_external] = ACTIONS(7187), - [sym_property_modifier] = ACTIONS(7187), - [anon_sym_abstract] = ACTIONS(7187), - [anon_sym_final] = ACTIONS(7187), - [anon_sym_open] = ACTIONS(7187), - [anon_sym_vararg] = ACTIONS(7187), - [anon_sym_noinline] = ACTIONS(7187), - [anon_sym_crossinline] = ACTIONS(7187), - [anon_sym_expect] = ACTIONS(7187), - [anon_sym_actual] = ACTIONS(7187), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(7189), - [anon_sym_continue_AT] = ACTIONS(7189), - [anon_sym_break_AT] = ACTIONS(7189), - [anon_sym_this_AT] = ACTIONS(7189), - [anon_sym_super_AT] = ACTIONS(7189), - [sym_real_literal] = ACTIONS(7189), - [sym_integer_literal] = ACTIONS(7187), - [sym_hex_literal] = ACTIONS(7189), - [sym_bin_literal] = ACTIONS(7189), - [anon_sym_true] = ACTIONS(7187), - [anon_sym_false] = ACTIONS(7187), - [anon_sym_SQUOTE] = ACTIONS(7189), - [sym__backtick_identifier] = ACTIONS(7189), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(7189), + [3929] = { + [sym__alpha_identifier] = ACTIONS(7172), + [anon_sym_AT] = ACTIONS(7174), + [anon_sym_LBRACK] = ACTIONS(7174), + [anon_sym_typealias] = ACTIONS(7172), + [anon_sym_class] = ACTIONS(7172), + [anon_sym_interface] = ACTIONS(7172), + [anon_sym_enum] = ACTIONS(7172), + [anon_sym_LBRACE] = ACTIONS(7174), + [anon_sym_LPAREN] = ACTIONS(7174), + [anon_sym_val] = ACTIONS(7172), + [anon_sym_var] = ACTIONS(7172), + [anon_sym_object] = ACTIONS(7172), + [anon_sym_fun] = ACTIONS(7172), + [anon_sym_get] = ACTIONS(7172), + [anon_sym_set] = ACTIONS(7172), + [anon_sym_this] = ACTIONS(7172), + [anon_sym_super] = ACTIONS(7172), + [anon_sym_STAR] = ACTIONS(7174), + [sym_label] = ACTIONS(7172), + [anon_sym_for] = ACTIONS(7172), + [anon_sym_while] = ACTIONS(7172), + [anon_sym_do] = ACTIONS(7172), + [anon_sym_null] = ACTIONS(7172), + [anon_sym_if] = ACTIONS(7172), + [anon_sym_when] = ACTIONS(7172), + [anon_sym_try] = ACTIONS(7172), + [anon_sym_throw] = ACTIONS(7172), + [anon_sym_return] = ACTIONS(7172), + [anon_sym_continue] = ACTIONS(7172), + [anon_sym_break] = ACTIONS(7172), + [anon_sym_COLON_COLON] = ACTIONS(7174), + [anon_sym_PLUS] = ACTIONS(7172), + [anon_sym_DASH] = ACTIONS(7172), + [anon_sym_PLUS_PLUS] = ACTIONS(7174), + [anon_sym_DASH_DASH] = ACTIONS(7174), + [anon_sym_BANG] = ACTIONS(7174), + [anon_sym_suspend] = ACTIONS(7172), + [anon_sym_sealed] = ACTIONS(7172), + [anon_sym_annotation] = ACTIONS(7172), + [anon_sym_data] = ACTIONS(7172), + [anon_sym_inner] = ACTIONS(7172), + [anon_sym_value] = ACTIONS(7172), + [anon_sym_override] = ACTIONS(7172), + [anon_sym_lateinit] = ACTIONS(7172), + [anon_sym_public] = ACTIONS(7172), + [anon_sym_private] = ACTIONS(7172), + [anon_sym_internal] = ACTIONS(7172), + [anon_sym_protected] = ACTIONS(7172), + [anon_sym_tailrec] = ACTIONS(7172), + [anon_sym_operator] = ACTIONS(7172), + [anon_sym_infix] = ACTIONS(7172), + [anon_sym_inline] = ACTIONS(7172), + [anon_sym_external] = ACTIONS(7172), + [sym_property_modifier] = ACTIONS(7172), + [anon_sym_abstract] = ACTIONS(7172), + [anon_sym_final] = ACTIONS(7172), + [anon_sym_open] = ACTIONS(7172), + [anon_sym_vararg] = ACTIONS(7172), + [anon_sym_noinline] = ACTIONS(7172), + [anon_sym_crossinline] = ACTIONS(7172), + [anon_sym_expect] = ACTIONS(7172), + [anon_sym_actual] = ACTIONS(7172), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(7174), + [anon_sym_continue_AT] = ACTIONS(7174), + [anon_sym_break_AT] = ACTIONS(7174), + [anon_sym_this_AT] = ACTIONS(7174), + [anon_sym_super_AT] = ACTIONS(7174), + [sym_real_literal] = ACTIONS(7174), + [sym_integer_literal] = ACTIONS(7172), + [sym_hex_literal] = ACTIONS(7174), + [sym_bin_literal] = ACTIONS(7174), + [anon_sym_true] = ACTIONS(7172), + [anon_sym_false] = ACTIONS(7172), + [anon_sym_SQUOTE] = ACTIONS(7174), + [sym__backtick_identifier] = ACTIONS(7174), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(7174), }, - [3976] = { - [sym__alpha_identifier] = ACTIONS(5187), - [anon_sym_AT] = ACTIONS(5189), - [anon_sym_LBRACK] = ACTIONS(5189), - [anon_sym_typealias] = ACTIONS(5187), - [anon_sym_class] = ACTIONS(5187), - [anon_sym_interface] = ACTIONS(5187), - [anon_sym_enum] = ACTIONS(5187), - [anon_sym_LBRACE] = ACTIONS(5189), - [anon_sym_LPAREN] = ACTIONS(5189), - [anon_sym_val] = ACTIONS(5187), - [anon_sym_var] = ACTIONS(5187), - [anon_sym_object] = ACTIONS(5187), - [anon_sym_fun] = ACTIONS(5187), - [anon_sym_get] = ACTIONS(5187), - [anon_sym_set] = ACTIONS(5187), - [anon_sym_this] = ACTIONS(5187), - [anon_sym_super] = ACTIONS(5187), - [anon_sym_STAR] = ACTIONS(5189), - [sym_label] = ACTIONS(5187), - [anon_sym_for] = ACTIONS(5187), - [anon_sym_while] = ACTIONS(5187), - [anon_sym_do] = ACTIONS(5187), - [anon_sym_null] = ACTIONS(5187), - [anon_sym_if] = ACTIONS(5187), - [anon_sym_when] = ACTIONS(5187), - [anon_sym_try] = ACTIONS(5187), - [anon_sym_throw] = ACTIONS(5187), - [anon_sym_return] = ACTIONS(5187), - [anon_sym_continue] = ACTIONS(5187), - [anon_sym_break] = ACTIONS(5187), - [anon_sym_COLON_COLON] = ACTIONS(5189), - [anon_sym_PLUS] = ACTIONS(5187), - [anon_sym_DASH] = ACTIONS(5187), - [anon_sym_PLUS_PLUS] = ACTIONS(5189), - [anon_sym_DASH_DASH] = ACTIONS(5189), - [anon_sym_BANG] = ACTIONS(5189), - [anon_sym_suspend] = ACTIONS(5187), - [anon_sym_sealed] = ACTIONS(5187), - [anon_sym_annotation] = ACTIONS(5187), - [anon_sym_data] = ACTIONS(5187), - [anon_sym_inner] = ACTIONS(5187), - [anon_sym_value] = ACTIONS(5187), - [anon_sym_override] = ACTIONS(5187), - [anon_sym_lateinit] = ACTIONS(5187), - [anon_sym_public] = ACTIONS(5187), - [anon_sym_private] = ACTIONS(5187), - [anon_sym_internal] = ACTIONS(5187), - [anon_sym_protected] = ACTIONS(5187), - [anon_sym_tailrec] = ACTIONS(5187), - [anon_sym_operator] = ACTIONS(5187), - [anon_sym_infix] = ACTIONS(5187), - [anon_sym_inline] = ACTIONS(5187), - [anon_sym_external] = ACTIONS(5187), - [sym_property_modifier] = ACTIONS(5187), - [anon_sym_abstract] = ACTIONS(5187), - [anon_sym_final] = ACTIONS(5187), - [anon_sym_open] = ACTIONS(5187), - [anon_sym_vararg] = ACTIONS(5187), - [anon_sym_noinline] = ACTIONS(5187), - [anon_sym_crossinline] = ACTIONS(5187), - [anon_sym_expect] = ACTIONS(5187), - [anon_sym_actual] = ACTIONS(5187), + [3930] = { + [sym__alpha_identifier] = ACTIONS(5135), + [anon_sym_AT] = ACTIONS(5137), + [anon_sym_LBRACK] = ACTIONS(5137), + [anon_sym_as] = ACTIONS(5135), + [anon_sym_EQ] = ACTIONS(5135), + [anon_sym_LBRACE] = ACTIONS(5137), + [anon_sym_RBRACE] = ACTIONS(5137), + [anon_sym_LPAREN] = ACTIONS(5137), + [anon_sym_COMMA] = ACTIONS(5137), + [anon_sym_LT] = ACTIONS(5135), + [anon_sym_GT] = ACTIONS(5135), + [anon_sym_where] = ACTIONS(5135), + [anon_sym_DOT] = ACTIONS(5135), + [anon_sym_SEMI] = ACTIONS(5137), + [anon_sym_get] = ACTIONS(5135), + [anon_sym_set] = ACTIONS(5135), + [anon_sym_STAR] = ACTIONS(5135), + [sym_label] = ACTIONS(5137), + [anon_sym_in] = ACTIONS(5135), + [anon_sym_DOT_DOT] = ACTIONS(5137), + [anon_sym_QMARK_COLON] = ACTIONS(5137), + [anon_sym_AMP_AMP] = ACTIONS(5137), + [anon_sym_PIPE_PIPE] = ACTIONS(5137), + [anon_sym_else] = ACTIONS(5135), + [anon_sym_COLON_COLON] = ACTIONS(5137), + [anon_sym_PLUS_EQ] = ACTIONS(5137), + [anon_sym_DASH_EQ] = ACTIONS(5137), + [anon_sym_STAR_EQ] = ACTIONS(5137), + [anon_sym_SLASH_EQ] = ACTIONS(5137), + [anon_sym_PERCENT_EQ] = ACTIONS(5137), + [anon_sym_BANG_EQ] = ACTIONS(5135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5137), + [anon_sym_EQ_EQ] = ACTIONS(5135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5137), + [anon_sym_LT_EQ] = ACTIONS(5137), + [anon_sym_GT_EQ] = ACTIONS(5137), + [anon_sym_BANGin] = ACTIONS(5137), + [anon_sym_is] = ACTIONS(5135), + [anon_sym_BANGis] = ACTIONS(5137), + [anon_sym_PLUS] = ACTIONS(5135), + [anon_sym_DASH] = ACTIONS(5135), + [anon_sym_SLASH] = ACTIONS(5135), + [anon_sym_PERCENT] = ACTIONS(5135), + [anon_sym_as_QMARK] = ACTIONS(5137), + [anon_sym_PLUS_PLUS] = ACTIONS(5137), + [anon_sym_DASH_DASH] = ACTIONS(5137), + [anon_sym_BANG_BANG] = ACTIONS(5137), + [anon_sym_suspend] = ACTIONS(5135), + [anon_sym_sealed] = ACTIONS(5135), + [anon_sym_annotation] = ACTIONS(5135), + [anon_sym_data] = ACTIONS(5135), + [anon_sym_inner] = ACTIONS(5135), + [anon_sym_value] = ACTIONS(5135), + [anon_sym_override] = ACTIONS(5135), + [anon_sym_lateinit] = ACTIONS(5135), + [anon_sym_public] = ACTIONS(5135), + [anon_sym_private] = ACTIONS(5135), + [anon_sym_internal] = ACTIONS(5135), + [anon_sym_protected] = ACTIONS(5135), + [anon_sym_tailrec] = ACTIONS(5135), + [anon_sym_operator] = ACTIONS(5135), + [anon_sym_infix] = ACTIONS(5135), + [anon_sym_inline] = ACTIONS(5135), + [anon_sym_external] = ACTIONS(5135), + [sym_property_modifier] = ACTIONS(5135), + [anon_sym_abstract] = ACTIONS(5135), + [anon_sym_final] = ACTIONS(5135), + [anon_sym_open] = ACTIONS(5135), + [anon_sym_vararg] = ACTIONS(5135), + [anon_sym_noinline] = ACTIONS(5135), + [anon_sym_crossinline] = ACTIONS(5135), + [anon_sym_expect] = ACTIONS(5135), + [anon_sym_actual] = ACTIONS(5135), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5189), - [anon_sym_continue_AT] = ACTIONS(5189), - [anon_sym_break_AT] = ACTIONS(5189), - [anon_sym_this_AT] = ACTIONS(5189), - [anon_sym_super_AT] = ACTIONS(5189), - [sym_real_literal] = ACTIONS(5189), - [sym_integer_literal] = ACTIONS(5187), - [sym_hex_literal] = ACTIONS(5189), - [sym_bin_literal] = ACTIONS(5189), - [anon_sym_true] = ACTIONS(5187), - [anon_sym_false] = ACTIONS(5187), - [anon_sym_SQUOTE] = ACTIONS(5189), - [sym__backtick_identifier] = ACTIONS(5189), + [sym__backtick_identifier] = ACTIONS(5137), + [sym__automatic_semicolon] = ACTIONS(5137), + [sym_safe_nav] = ACTIONS(5137), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5189), }, - [3977] = { - [sym__alpha_identifier] = ACTIONS(3160), - [anon_sym_AT] = ACTIONS(3162), - [anon_sym_LBRACK] = ACTIONS(3162), - [anon_sym_as] = ACTIONS(3160), - [anon_sym_EQ] = ACTIONS(3160), - [anon_sym_LBRACE] = ACTIONS(3162), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(3162), - [anon_sym_COMMA] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3160), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(3160), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3160), - [anon_sym_set] = ACTIONS(3160), - [anon_sym_STAR] = ACTIONS(3160), - [sym_label] = ACTIONS(3162), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(3162), - [anon_sym_QMARK_COLON] = ACTIONS(3162), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(3162), - [anon_sym_PLUS_EQ] = ACTIONS(3162), - [anon_sym_DASH_EQ] = ACTIONS(3162), - [anon_sym_STAR_EQ] = ACTIONS(3162), - [anon_sym_SLASH_EQ] = ACTIONS(3162), - [anon_sym_PERCENT_EQ] = ACTIONS(3162), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [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(3162), - [anon_sym_PLUS_PLUS] = ACTIONS(3162), - [anon_sym_DASH_DASH] = ACTIONS(3162), - [anon_sym_BANG_BANG] = ACTIONS(3162), - [anon_sym_suspend] = ACTIONS(3160), - [anon_sym_sealed] = ACTIONS(3160), - [anon_sym_annotation] = ACTIONS(3160), - [anon_sym_data] = ACTIONS(3160), - [anon_sym_inner] = ACTIONS(3160), - [anon_sym_value] = ACTIONS(3160), - [anon_sym_override] = ACTIONS(3160), - [anon_sym_lateinit] = ACTIONS(3160), - [anon_sym_public] = ACTIONS(3160), - [anon_sym_private] = ACTIONS(3160), - [anon_sym_internal] = ACTIONS(3160), - [anon_sym_protected] = ACTIONS(3160), - [anon_sym_tailrec] = ACTIONS(3160), - [anon_sym_operator] = ACTIONS(3160), - [anon_sym_infix] = ACTIONS(3160), - [anon_sym_inline] = ACTIONS(3160), - [anon_sym_external] = ACTIONS(3160), - [sym_property_modifier] = ACTIONS(3160), - [anon_sym_abstract] = ACTIONS(3160), - [anon_sym_final] = ACTIONS(3160), - [anon_sym_open] = ACTIONS(3160), - [anon_sym_vararg] = ACTIONS(3160), - [anon_sym_noinline] = ACTIONS(3160), - [anon_sym_crossinline] = ACTIONS(3160), - [anon_sym_expect] = ACTIONS(3160), - [anon_sym_actual] = ACTIONS(3160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3162), - [sym__automatic_semicolon] = ACTIONS(3162), - [sym_safe_nav] = ACTIONS(3162), + [3931] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1525), + [sym__comparison_operator] = STATE(1526), + [sym__in_operator] = STATE(1527), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1528), + [sym__multiplicative_operator] = STATE(1529), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1530), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(3185), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3185), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(7125), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_while] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3187), + [anon_sym_DASH_EQ] = ACTIONS(3187), + [anon_sym_STAR_EQ] = ACTIONS(3187), + [anon_sym_SLASH_EQ] = ACTIONS(3187), + [anon_sym_PERCENT_EQ] = ACTIONS(3187), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(7145), + [anon_sym_DASH] = ACTIONS(7145), + [anon_sym_SLASH] = ACTIONS(7125), + [anon_sym_PERCENT] = ACTIONS(7125), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3187), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [3978] = { - [sym__alpha_identifier] = ACTIONS(1808), - [anon_sym_AT] = ACTIONS(1810), - [anon_sym_LBRACK] = ACTIONS(1810), - [anon_sym_as] = ACTIONS(1808), - [anon_sym_EQ] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1810), - [anon_sym_RBRACE] = ACTIONS(1810), - [anon_sym_LPAREN] = ACTIONS(1810), - [anon_sym_COMMA] = ACTIONS(1810), - [anon_sym_LT] = ACTIONS(1808), - [anon_sym_GT] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_DOT] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1810), - [anon_sym_get] = ACTIONS(1808), - [anon_sym_set] = ACTIONS(1808), - [anon_sym_STAR] = ACTIONS(1808), - [sym_label] = ACTIONS(1810), - [anon_sym_in] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1810), - [anon_sym_QMARK_COLON] = ACTIONS(1810), - [anon_sym_AMP_AMP] = ACTIONS(1810), - [anon_sym_PIPE_PIPE] = ACTIONS(1810), - [anon_sym_else] = ACTIONS(1808), - [anon_sym_COLON_COLON] = ACTIONS(1810), - [anon_sym_PLUS_EQ] = ACTIONS(1810), - [anon_sym_DASH_EQ] = ACTIONS(1810), - [anon_sym_STAR_EQ] = ACTIONS(1810), - [anon_sym_SLASH_EQ] = ACTIONS(1810), - [anon_sym_PERCENT_EQ] = ACTIONS(1810), - [anon_sym_BANG_EQ] = ACTIONS(1808), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1810), - [anon_sym_EQ_EQ] = ACTIONS(1808), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1810), - [anon_sym_LT_EQ] = ACTIONS(1810), - [anon_sym_GT_EQ] = ACTIONS(1810), - [anon_sym_BANGin] = ACTIONS(1810), - [anon_sym_is] = ACTIONS(1808), - [anon_sym_BANGis] = ACTIONS(1810), - [anon_sym_PLUS] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_SLASH] = ACTIONS(1808), - [anon_sym_PERCENT] = ACTIONS(1808), - [anon_sym_as_QMARK] = ACTIONS(1810), - [anon_sym_PLUS_PLUS] = ACTIONS(1810), - [anon_sym_DASH_DASH] = ACTIONS(1810), - [anon_sym_BANG_BANG] = ACTIONS(1810), - [anon_sym_suspend] = ACTIONS(1808), - [anon_sym_sealed] = ACTIONS(1808), - [anon_sym_annotation] = ACTIONS(1808), - [anon_sym_data] = ACTIONS(1808), - [anon_sym_inner] = ACTIONS(1808), - [anon_sym_value] = ACTIONS(1808), - [anon_sym_override] = ACTIONS(1808), - [anon_sym_lateinit] = ACTIONS(1808), - [anon_sym_public] = ACTIONS(1808), - [anon_sym_private] = ACTIONS(1808), - [anon_sym_internal] = ACTIONS(1808), - [anon_sym_protected] = ACTIONS(1808), - [anon_sym_tailrec] = ACTIONS(1808), - [anon_sym_operator] = ACTIONS(1808), - [anon_sym_infix] = ACTIONS(1808), - [anon_sym_inline] = ACTIONS(1808), - [anon_sym_external] = ACTIONS(1808), - [sym_property_modifier] = ACTIONS(1808), - [anon_sym_abstract] = ACTIONS(1808), - [anon_sym_final] = ACTIONS(1808), - [anon_sym_open] = ACTIONS(1808), - [anon_sym_vararg] = ACTIONS(1808), - [anon_sym_noinline] = ACTIONS(1808), - [anon_sym_crossinline] = ACTIONS(1808), - [anon_sym_expect] = ACTIONS(1808), - [anon_sym_actual] = ACTIONS(1808), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1810), - [sym__automatic_semicolon] = ACTIONS(1810), - [sym_safe_nav] = ACTIONS(1810), + [3932] = { + [sym__alpha_identifier] = ACTIONS(5157), + [anon_sym_AT] = ACTIONS(5159), + [anon_sym_LBRACK] = ACTIONS(5159), + [anon_sym_as] = ACTIONS(5157), + [anon_sym_EQ] = ACTIONS(5157), + [anon_sym_LBRACE] = ACTIONS(5159), + [anon_sym_RBRACE] = ACTIONS(5159), + [anon_sym_LPAREN] = ACTIONS(5159), + [anon_sym_COMMA] = ACTIONS(5159), + [anon_sym_LT] = ACTIONS(5157), + [anon_sym_GT] = ACTIONS(5157), + [anon_sym_where] = ACTIONS(5157), + [anon_sym_DOT] = ACTIONS(5157), + [anon_sym_SEMI] = ACTIONS(5159), + [anon_sym_get] = ACTIONS(5157), + [anon_sym_set] = ACTIONS(5157), + [anon_sym_STAR] = ACTIONS(5157), + [sym_label] = ACTIONS(5159), + [anon_sym_in] = ACTIONS(5157), + [anon_sym_DOT_DOT] = ACTIONS(5159), + [anon_sym_QMARK_COLON] = ACTIONS(5159), + [anon_sym_AMP_AMP] = ACTIONS(5159), + [anon_sym_PIPE_PIPE] = ACTIONS(5159), + [anon_sym_else] = ACTIONS(5157), + [anon_sym_COLON_COLON] = ACTIONS(5159), + [anon_sym_PLUS_EQ] = ACTIONS(5159), + [anon_sym_DASH_EQ] = ACTIONS(5159), + [anon_sym_STAR_EQ] = ACTIONS(5159), + [anon_sym_SLASH_EQ] = ACTIONS(5159), + [anon_sym_PERCENT_EQ] = ACTIONS(5159), + [anon_sym_BANG_EQ] = ACTIONS(5157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5159), + [anon_sym_EQ_EQ] = ACTIONS(5157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5159), + [anon_sym_LT_EQ] = ACTIONS(5159), + [anon_sym_GT_EQ] = ACTIONS(5159), + [anon_sym_BANGin] = ACTIONS(5159), + [anon_sym_is] = ACTIONS(5157), + [anon_sym_BANGis] = ACTIONS(5159), + [anon_sym_PLUS] = ACTIONS(5157), + [anon_sym_DASH] = ACTIONS(5157), + [anon_sym_SLASH] = ACTIONS(5157), + [anon_sym_PERCENT] = ACTIONS(5157), + [anon_sym_as_QMARK] = ACTIONS(5159), + [anon_sym_PLUS_PLUS] = ACTIONS(5159), + [anon_sym_DASH_DASH] = ACTIONS(5159), + [anon_sym_BANG_BANG] = ACTIONS(5159), + [anon_sym_suspend] = ACTIONS(5157), + [anon_sym_sealed] = ACTIONS(5157), + [anon_sym_annotation] = ACTIONS(5157), + [anon_sym_data] = ACTIONS(5157), + [anon_sym_inner] = ACTIONS(5157), + [anon_sym_value] = ACTIONS(5157), + [anon_sym_override] = ACTIONS(5157), + [anon_sym_lateinit] = ACTIONS(5157), + [anon_sym_public] = ACTIONS(5157), + [anon_sym_private] = ACTIONS(5157), + [anon_sym_internal] = ACTIONS(5157), + [anon_sym_protected] = ACTIONS(5157), + [anon_sym_tailrec] = ACTIONS(5157), + [anon_sym_operator] = ACTIONS(5157), + [anon_sym_infix] = ACTIONS(5157), + [anon_sym_inline] = ACTIONS(5157), + [anon_sym_external] = ACTIONS(5157), + [sym_property_modifier] = ACTIONS(5157), + [anon_sym_abstract] = ACTIONS(5157), + [anon_sym_final] = ACTIONS(5157), + [anon_sym_open] = ACTIONS(5157), + [anon_sym_vararg] = ACTIONS(5157), + [anon_sym_noinline] = ACTIONS(5157), + [anon_sym_crossinline] = ACTIONS(5157), + [anon_sym_expect] = ACTIONS(5157), + [anon_sym_actual] = ACTIONS(5157), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5159), + [sym__automatic_semicolon] = ACTIONS(5159), + [sym_safe_nav] = ACTIONS(5159), [sym_multiline_comment] = ACTIONS(3), }, - [3979] = { - [sym__alpha_identifier] = ACTIONS(7191), - [anon_sym_AT] = ACTIONS(7193), - [anon_sym_LBRACK] = ACTIONS(7193), - [anon_sym_typealias] = ACTIONS(7191), - [anon_sym_class] = ACTIONS(7191), - [anon_sym_interface] = ACTIONS(7191), - [anon_sym_enum] = ACTIONS(7191), - [anon_sym_LBRACE] = ACTIONS(7193), - [anon_sym_LPAREN] = ACTIONS(7193), - [anon_sym_val] = ACTIONS(7191), - [anon_sym_var] = ACTIONS(7191), - [anon_sym_object] = ACTIONS(7191), - [anon_sym_fun] = ACTIONS(7191), - [anon_sym_get] = ACTIONS(7191), - [anon_sym_set] = ACTIONS(7191), - [anon_sym_this] = ACTIONS(7191), - [anon_sym_super] = ACTIONS(7191), - [anon_sym_STAR] = ACTIONS(7193), - [sym_label] = ACTIONS(7191), - [anon_sym_for] = ACTIONS(7191), - [anon_sym_while] = ACTIONS(7191), - [anon_sym_do] = ACTIONS(7191), - [anon_sym_null] = ACTIONS(7191), - [anon_sym_if] = ACTIONS(7191), - [anon_sym_when] = ACTIONS(7191), - [anon_sym_try] = ACTIONS(7191), - [anon_sym_throw] = ACTIONS(7191), - [anon_sym_return] = ACTIONS(7191), - [anon_sym_continue] = ACTIONS(7191), - [anon_sym_break] = ACTIONS(7191), - [anon_sym_COLON_COLON] = ACTIONS(7193), - [anon_sym_PLUS] = ACTIONS(7191), - [anon_sym_DASH] = ACTIONS(7191), - [anon_sym_PLUS_PLUS] = ACTIONS(7193), - [anon_sym_DASH_DASH] = ACTIONS(7193), - [anon_sym_BANG] = ACTIONS(7193), - [anon_sym_suspend] = ACTIONS(7191), - [anon_sym_sealed] = ACTIONS(7191), - [anon_sym_annotation] = ACTIONS(7191), - [anon_sym_data] = ACTIONS(7191), - [anon_sym_inner] = ACTIONS(7191), - [anon_sym_value] = ACTIONS(7191), - [anon_sym_override] = ACTIONS(7191), - [anon_sym_lateinit] = ACTIONS(7191), - [anon_sym_public] = ACTIONS(7191), - [anon_sym_private] = ACTIONS(7191), - [anon_sym_internal] = ACTIONS(7191), - [anon_sym_protected] = ACTIONS(7191), - [anon_sym_tailrec] = ACTIONS(7191), - [anon_sym_operator] = ACTIONS(7191), - [anon_sym_infix] = ACTIONS(7191), - [anon_sym_inline] = ACTIONS(7191), - [anon_sym_external] = ACTIONS(7191), - [sym_property_modifier] = ACTIONS(7191), - [anon_sym_abstract] = ACTIONS(7191), - [anon_sym_final] = ACTIONS(7191), - [anon_sym_open] = ACTIONS(7191), - [anon_sym_vararg] = ACTIONS(7191), - [anon_sym_noinline] = ACTIONS(7191), - [anon_sym_crossinline] = ACTIONS(7191), - [anon_sym_expect] = ACTIONS(7191), - [anon_sym_actual] = ACTIONS(7191), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(7193), - [anon_sym_continue_AT] = ACTIONS(7193), - [anon_sym_break_AT] = ACTIONS(7193), - [anon_sym_this_AT] = ACTIONS(7193), - [anon_sym_super_AT] = ACTIONS(7193), - [sym_real_literal] = ACTIONS(7193), - [sym_integer_literal] = ACTIONS(7191), - [sym_hex_literal] = ACTIONS(7193), - [sym_bin_literal] = ACTIONS(7193), - [anon_sym_true] = ACTIONS(7191), - [anon_sym_false] = ACTIONS(7191), - [anon_sym_SQUOTE] = ACTIONS(7193), - [sym__backtick_identifier] = ACTIONS(7193), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(7193), - }, - [3980] = { - [sym_function_body] = STATE(3430), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_RBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_COMMA] = ACTIONS(4309), - [anon_sym_RPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_where] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4309), - [anon_sym_DASH_GT] = ACTIONS(4309), - [sym_label] = ACTIONS(4309), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_while] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4309), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), + [3933] = { + [sym__alpha_identifier] = ACTIONS(5092), + [anon_sym_AT] = ACTIONS(5094), + [anon_sym_LBRACK] = ACTIONS(5094), + [anon_sym_as] = ACTIONS(5092), + [anon_sym_EQ] = ACTIONS(5092), + [anon_sym_LBRACE] = ACTIONS(5094), + [anon_sym_RBRACE] = ACTIONS(5094), + [anon_sym_LPAREN] = ACTIONS(5094), + [anon_sym_COMMA] = ACTIONS(5094), + [anon_sym_LT] = ACTIONS(5092), + [anon_sym_GT] = ACTIONS(5092), + [anon_sym_where] = ACTIONS(5092), + [anon_sym_DOT] = ACTIONS(5092), + [anon_sym_SEMI] = ACTIONS(5094), + [anon_sym_get] = ACTIONS(5092), + [anon_sym_set] = ACTIONS(5092), + [anon_sym_STAR] = ACTIONS(5092), + [sym_label] = ACTIONS(5094), + [anon_sym_in] = ACTIONS(5092), + [anon_sym_DOT_DOT] = ACTIONS(5094), + [anon_sym_QMARK_COLON] = ACTIONS(5094), + [anon_sym_AMP_AMP] = ACTIONS(5094), + [anon_sym_PIPE_PIPE] = ACTIONS(5094), + [anon_sym_else] = ACTIONS(5092), + [anon_sym_COLON_COLON] = ACTIONS(5094), + [anon_sym_PLUS_EQ] = ACTIONS(5094), + [anon_sym_DASH_EQ] = ACTIONS(5094), + [anon_sym_STAR_EQ] = ACTIONS(5094), + [anon_sym_SLASH_EQ] = ACTIONS(5094), + [anon_sym_PERCENT_EQ] = ACTIONS(5094), + [anon_sym_BANG_EQ] = ACTIONS(5092), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5094), + [anon_sym_EQ_EQ] = ACTIONS(5092), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5094), + [anon_sym_LT_EQ] = ACTIONS(5094), + [anon_sym_GT_EQ] = ACTIONS(5094), + [anon_sym_BANGin] = ACTIONS(5094), + [anon_sym_is] = ACTIONS(5092), + [anon_sym_BANGis] = ACTIONS(5094), + [anon_sym_PLUS] = ACTIONS(5092), + [anon_sym_DASH] = ACTIONS(5092), + [anon_sym_SLASH] = ACTIONS(5092), + [anon_sym_PERCENT] = ACTIONS(5092), + [anon_sym_as_QMARK] = ACTIONS(5094), + [anon_sym_PLUS_PLUS] = ACTIONS(5094), + [anon_sym_DASH_DASH] = ACTIONS(5094), + [anon_sym_BANG_BANG] = ACTIONS(5094), + [anon_sym_suspend] = ACTIONS(5092), + [anon_sym_sealed] = ACTIONS(5092), + [anon_sym_annotation] = ACTIONS(5092), + [anon_sym_data] = ACTIONS(5092), + [anon_sym_inner] = ACTIONS(5092), + [anon_sym_value] = ACTIONS(5092), + [anon_sym_override] = ACTIONS(5092), + [anon_sym_lateinit] = ACTIONS(5092), + [anon_sym_public] = ACTIONS(5092), + [anon_sym_private] = ACTIONS(5092), + [anon_sym_internal] = ACTIONS(5092), + [anon_sym_protected] = ACTIONS(5092), + [anon_sym_tailrec] = ACTIONS(5092), + [anon_sym_operator] = ACTIONS(5092), + [anon_sym_infix] = ACTIONS(5092), + [anon_sym_inline] = ACTIONS(5092), + [anon_sym_external] = ACTIONS(5092), + [sym_property_modifier] = ACTIONS(5092), + [anon_sym_abstract] = ACTIONS(5092), + [anon_sym_final] = ACTIONS(5092), + [anon_sym_open] = ACTIONS(5092), + [anon_sym_vararg] = ACTIONS(5092), + [anon_sym_noinline] = ACTIONS(5092), + [anon_sym_crossinline] = ACTIONS(5092), + [anon_sym_expect] = ACTIONS(5092), + [anon_sym_actual] = ACTIONS(5092), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5094), + [sym__automatic_semicolon] = ACTIONS(5094), + [sym_safe_nav] = ACTIONS(5094), [sym_multiline_comment] = ACTIONS(3), }, - [3981] = { - [sym__alpha_identifier] = ACTIONS(4000), - [anon_sym_AT] = ACTIONS(4002), - [anon_sym_LBRACK] = ACTIONS(4002), - [anon_sym_as] = ACTIONS(4000), - [anon_sym_EQ] = ACTIONS(4000), - [anon_sym_LBRACE] = ACTIONS(4002), - [anon_sym_RBRACE] = ACTIONS(4002), - [anon_sym_LPAREN] = ACTIONS(4002), - [anon_sym_COMMA] = ACTIONS(4002), - [anon_sym_LT] = ACTIONS(4000), - [anon_sym_GT] = ACTIONS(4000), - [anon_sym_where] = ACTIONS(4000), - [anon_sym_DOT] = ACTIONS(4000), - [anon_sym_SEMI] = ACTIONS(4002), - [anon_sym_get] = ACTIONS(4000), - [anon_sym_set] = ACTIONS(4000), - [anon_sym_STAR] = ACTIONS(4000), - [sym_label] = ACTIONS(4002), - [anon_sym_in] = ACTIONS(4000), - [anon_sym_DOT_DOT] = ACTIONS(4002), - [anon_sym_QMARK_COLON] = ACTIONS(4002), - [anon_sym_AMP_AMP] = ACTIONS(4002), - [anon_sym_PIPE_PIPE] = ACTIONS(4002), - [anon_sym_else] = ACTIONS(4000), - [anon_sym_COLON_COLON] = ACTIONS(4002), - [anon_sym_PLUS_EQ] = ACTIONS(4002), - [anon_sym_DASH_EQ] = ACTIONS(4002), - [anon_sym_STAR_EQ] = ACTIONS(4002), - [anon_sym_SLASH_EQ] = ACTIONS(4002), - [anon_sym_PERCENT_EQ] = ACTIONS(4002), - [anon_sym_BANG_EQ] = ACTIONS(4000), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4002), - [anon_sym_EQ_EQ] = ACTIONS(4000), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4002), - [anon_sym_LT_EQ] = ACTIONS(4002), - [anon_sym_GT_EQ] = ACTIONS(4002), - [anon_sym_BANGin] = ACTIONS(4002), - [anon_sym_is] = ACTIONS(4000), - [anon_sym_BANGis] = ACTIONS(4002), - [anon_sym_PLUS] = ACTIONS(4000), - [anon_sym_DASH] = ACTIONS(4000), - [anon_sym_SLASH] = ACTIONS(4000), - [anon_sym_PERCENT] = ACTIONS(4000), - [anon_sym_as_QMARK] = ACTIONS(4002), - [anon_sym_PLUS_PLUS] = ACTIONS(4002), - [anon_sym_DASH_DASH] = ACTIONS(4002), - [anon_sym_BANG_BANG] = ACTIONS(4002), - [anon_sym_suspend] = ACTIONS(4000), - [anon_sym_sealed] = ACTIONS(4000), - [anon_sym_annotation] = ACTIONS(4000), - [anon_sym_data] = ACTIONS(4000), - [anon_sym_inner] = ACTIONS(4000), - [anon_sym_value] = ACTIONS(4000), - [anon_sym_override] = ACTIONS(4000), - [anon_sym_lateinit] = ACTIONS(4000), - [anon_sym_public] = ACTIONS(4000), - [anon_sym_private] = ACTIONS(4000), - [anon_sym_internal] = ACTIONS(4000), - [anon_sym_protected] = ACTIONS(4000), - [anon_sym_tailrec] = ACTIONS(4000), - [anon_sym_operator] = ACTIONS(4000), - [anon_sym_infix] = ACTIONS(4000), - [anon_sym_inline] = ACTIONS(4000), - [anon_sym_external] = ACTIONS(4000), - [sym_property_modifier] = ACTIONS(4000), - [anon_sym_abstract] = ACTIONS(4000), - [anon_sym_final] = ACTIONS(4000), - [anon_sym_open] = ACTIONS(4000), - [anon_sym_vararg] = ACTIONS(4000), - [anon_sym_noinline] = ACTIONS(4000), - [anon_sym_crossinline] = ACTIONS(4000), - [anon_sym_expect] = ACTIONS(4000), - [anon_sym_actual] = ACTIONS(4000), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4002), - [sym__automatic_semicolon] = ACTIONS(4002), - [sym_safe_nav] = ACTIONS(4002), + [3934] = { + [sym__alpha_identifier] = ACTIONS(5143), + [anon_sym_AT] = ACTIONS(5145), + [anon_sym_LBRACK] = ACTIONS(5145), + [anon_sym_as] = ACTIONS(5143), + [anon_sym_EQ] = ACTIONS(5143), + [anon_sym_LBRACE] = ACTIONS(5145), + [anon_sym_RBRACE] = ACTIONS(5145), + [anon_sym_LPAREN] = ACTIONS(5145), + [anon_sym_COMMA] = ACTIONS(5145), + [anon_sym_LT] = ACTIONS(5143), + [anon_sym_GT] = ACTIONS(5143), + [anon_sym_where] = ACTIONS(5143), + [anon_sym_DOT] = ACTIONS(5143), + [anon_sym_SEMI] = ACTIONS(5145), + [anon_sym_get] = ACTIONS(5143), + [anon_sym_set] = ACTIONS(5143), + [anon_sym_STAR] = ACTIONS(5143), + [sym_label] = ACTIONS(5145), + [anon_sym_in] = ACTIONS(5143), + [anon_sym_DOT_DOT] = ACTIONS(5145), + [anon_sym_QMARK_COLON] = ACTIONS(5145), + [anon_sym_AMP_AMP] = ACTIONS(5145), + [anon_sym_PIPE_PIPE] = ACTIONS(5145), + [anon_sym_else] = ACTIONS(5143), + [anon_sym_COLON_COLON] = ACTIONS(5145), + [anon_sym_PLUS_EQ] = ACTIONS(5145), + [anon_sym_DASH_EQ] = ACTIONS(5145), + [anon_sym_STAR_EQ] = ACTIONS(5145), + [anon_sym_SLASH_EQ] = ACTIONS(5145), + [anon_sym_PERCENT_EQ] = ACTIONS(5145), + [anon_sym_BANG_EQ] = ACTIONS(5143), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5145), + [anon_sym_EQ_EQ] = ACTIONS(5143), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5145), + [anon_sym_LT_EQ] = ACTIONS(5145), + [anon_sym_GT_EQ] = ACTIONS(5145), + [anon_sym_BANGin] = ACTIONS(5145), + [anon_sym_is] = ACTIONS(5143), + [anon_sym_BANGis] = ACTIONS(5145), + [anon_sym_PLUS] = ACTIONS(5143), + [anon_sym_DASH] = ACTIONS(5143), + [anon_sym_SLASH] = ACTIONS(5143), + [anon_sym_PERCENT] = ACTIONS(5143), + [anon_sym_as_QMARK] = ACTIONS(5145), + [anon_sym_PLUS_PLUS] = ACTIONS(5145), + [anon_sym_DASH_DASH] = ACTIONS(5145), + [anon_sym_BANG_BANG] = ACTIONS(5145), + [anon_sym_suspend] = ACTIONS(5143), + [anon_sym_sealed] = ACTIONS(5143), + [anon_sym_annotation] = ACTIONS(5143), + [anon_sym_data] = ACTIONS(5143), + [anon_sym_inner] = ACTIONS(5143), + [anon_sym_value] = ACTIONS(5143), + [anon_sym_override] = ACTIONS(5143), + [anon_sym_lateinit] = ACTIONS(5143), + [anon_sym_public] = ACTIONS(5143), + [anon_sym_private] = ACTIONS(5143), + [anon_sym_internal] = ACTIONS(5143), + [anon_sym_protected] = ACTIONS(5143), + [anon_sym_tailrec] = ACTIONS(5143), + [anon_sym_operator] = ACTIONS(5143), + [anon_sym_infix] = ACTIONS(5143), + [anon_sym_inline] = ACTIONS(5143), + [anon_sym_external] = ACTIONS(5143), + [sym_property_modifier] = ACTIONS(5143), + [anon_sym_abstract] = ACTIONS(5143), + [anon_sym_final] = ACTIONS(5143), + [anon_sym_open] = ACTIONS(5143), + [anon_sym_vararg] = ACTIONS(5143), + [anon_sym_noinline] = ACTIONS(5143), + [anon_sym_crossinline] = ACTIONS(5143), + [anon_sym_expect] = ACTIONS(5143), + [anon_sym_actual] = ACTIONS(5143), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5145), + [sym__automatic_semicolon] = ACTIONS(5145), + [sym_safe_nav] = ACTIONS(5145), [sym_multiline_comment] = ACTIONS(3), }, - [3982] = { - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(4295), - [anon_sym_LBRACE] = ACTIONS(4297), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [sym_label] = ACTIONS(4297), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_PLUS_EQ] = ACTIONS(4297), - [anon_sym_DASH_EQ] = ACTIONS(4297), - [anon_sym_STAR_EQ] = ACTIONS(4297), - [anon_sym_SLASH_EQ] = ACTIONS(4297), - [anon_sym_PERCENT_EQ] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4295), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), + [3935] = { + [sym__alpha_identifier] = ACTIONS(5209), + [anon_sym_AT] = ACTIONS(5211), + [anon_sym_LBRACK] = ACTIONS(5211), + [anon_sym_as] = ACTIONS(5209), + [anon_sym_EQ] = ACTIONS(5209), + [anon_sym_LBRACE] = ACTIONS(5211), + [anon_sym_RBRACE] = ACTIONS(5211), + [anon_sym_LPAREN] = ACTIONS(5211), + [anon_sym_COMMA] = ACTIONS(5211), + [anon_sym_LT] = ACTIONS(5209), + [anon_sym_GT] = ACTIONS(5209), + [anon_sym_where] = ACTIONS(5209), + [anon_sym_DOT] = ACTIONS(5209), + [anon_sym_SEMI] = ACTIONS(5211), + [anon_sym_get] = ACTIONS(5209), + [anon_sym_set] = ACTIONS(5209), + [anon_sym_STAR] = ACTIONS(5209), + [sym_label] = ACTIONS(5211), + [anon_sym_in] = ACTIONS(5209), + [anon_sym_DOT_DOT] = ACTIONS(5211), + [anon_sym_QMARK_COLON] = ACTIONS(5211), + [anon_sym_AMP_AMP] = ACTIONS(5211), + [anon_sym_PIPE_PIPE] = ACTIONS(5211), + [anon_sym_else] = ACTIONS(5209), + [anon_sym_COLON_COLON] = ACTIONS(5211), + [anon_sym_PLUS_EQ] = ACTIONS(5211), + [anon_sym_DASH_EQ] = ACTIONS(5211), + [anon_sym_STAR_EQ] = ACTIONS(5211), + [anon_sym_SLASH_EQ] = ACTIONS(5211), + [anon_sym_PERCENT_EQ] = ACTIONS(5211), + [anon_sym_BANG_EQ] = ACTIONS(5209), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5211), + [anon_sym_EQ_EQ] = ACTIONS(5209), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5211), + [anon_sym_LT_EQ] = ACTIONS(5211), + [anon_sym_GT_EQ] = ACTIONS(5211), + [anon_sym_BANGin] = ACTIONS(5211), + [anon_sym_is] = ACTIONS(5209), + [anon_sym_BANGis] = ACTIONS(5211), + [anon_sym_PLUS] = ACTIONS(5209), + [anon_sym_DASH] = ACTIONS(5209), + [anon_sym_SLASH] = ACTIONS(5209), + [anon_sym_PERCENT] = ACTIONS(5209), + [anon_sym_as_QMARK] = ACTIONS(5211), + [anon_sym_PLUS_PLUS] = ACTIONS(5211), + [anon_sym_DASH_DASH] = ACTIONS(5211), + [anon_sym_BANG_BANG] = ACTIONS(5211), + [anon_sym_suspend] = ACTIONS(5209), + [anon_sym_sealed] = ACTIONS(5209), + [anon_sym_annotation] = ACTIONS(5209), + [anon_sym_data] = ACTIONS(5209), + [anon_sym_inner] = ACTIONS(5209), + [anon_sym_value] = ACTIONS(5209), + [anon_sym_override] = ACTIONS(5209), + [anon_sym_lateinit] = ACTIONS(5209), + [anon_sym_public] = ACTIONS(5209), + [anon_sym_private] = ACTIONS(5209), + [anon_sym_internal] = ACTIONS(5209), + [anon_sym_protected] = ACTIONS(5209), + [anon_sym_tailrec] = ACTIONS(5209), + [anon_sym_operator] = ACTIONS(5209), + [anon_sym_infix] = ACTIONS(5209), + [anon_sym_inline] = ACTIONS(5209), + [anon_sym_external] = ACTIONS(5209), + [sym_property_modifier] = ACTIONS(5209), + [anon_sym_abstract] = ACTIONS(5209), + [anon_sym_final] = ACTIONS(5209), + [anon_sym_open] = ACTIONS(5209), + [anon_sym_vararg] = ACTIONS(5209), + [anon_sym_noinline] = ACTIONS(5209), + [anon_sym_crossinline] = ACTIONS(5209), + [anon_sym_expect] = ACTIONS(5209), + [anon_sym_actual] = ACTIONS(5209), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [sym__backtick_identifier] = ACTIONS(5211), + [sym__automatic_semicolon] = ACTIONS(5211), + [sym_safe_nav] = ACTIONS(5211), [sym_multiline_comment] = ACTIONS(3), }, - [3983] = { - [sym__alpha_identifier] = ACTIONS(4778), - [anon_sym_AT] = ACTIONS(4780), - [anon_sym_LBRACK] = ACTIONS(4780), - [anon_sym_as] = ACTIONS(4778), - [anon_sym_EQ] = ACTIONS(4778), - [anon_sym_LBRACE] = ACTIONS(4780), - [anon_sym_RBRACE] = ACTIONS(4780), - [anon_sym_LPAREN] = ACTIONS(4780), - [anon_sym_COMMA] = ACTIONS(4780), - [anon_sym_LT] = ACTIONS(4778), - [anon_sym_GT] = ACTIONS(4778), - [anon_sym_where] = ACTIONS(4778), - [anon_sym_DOT] = ACTIONS(4778), - [anon_sym_SEMI] = ACTIONS(4780), - [anon_sym_get] = ACTIONS(4778), - [anon_sym_set] = ACTIONS(4778), - [anon_sym_STAR] = ACTIONS(4778), - [sym_label] = ACTIONS(4780), - [anon_sym_in] = ACTIONS(4778), - [anon_sym_DOT_DOT] = ACTIONS(4780), - [anon_sym_QMARK_COLON] = ACTIONS(4780), - [anon_sym_AMP_AMP] = ACTIONS(4780), - [anon_sym_PIPE_PIPE] = ACTIONS(4780), - [anon_sym_else] = ACTIONS(4778), - [anon_sym_COLON_COLON] = ACTIONS(4780), - [anon_sym_PLUS_EQ] = ACTIONS(4780), - [anon_sym_DASH_EQ] = ACTIONS(4780), - [anon_sym_STAR_EQ] = ACTIONS(4780), - [anon_sym_SLASH_EQ] = ACTIONS(4780), - [anon_sym_PERCENT_EQ] = ACTIONS(4780), - [anon_sym_BANG_EQ] = ACTIONS(4778), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4780), - [anon_sym_EQ_EQ] = ACTIONS(4778), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4780), - [anon_sym_LT_EQ] = ACTIONS(4780), - [anon_sym_GT_EQ] = ACTIONS(4780), - [anon_sym_BANGin] = ACTIONS(4780), - [anon_sym_is] = ACTIONS(4778), - [anon_sym_BANGis] = ACTIONS(4780), - [anon_sym_PLUS] = ACTIONS(4778), - [anon_sym_DASH] = ACTIONS(4778), - [anon_sym_SLASH] = ACTIONS(4778), - [anon_sym_PERCENT] = ACTIONS(4778), - [anon_sym_as_QMARK] = ACTIONS(4780), - [anon_sym_PLUS_PLUS] = ACTIONS(4780), - [anon_sym_DASH_DASH] = ACTIONS(4780), - [anon_sym_BANG_BANG] = ACTIONS(4780), - [anon_sym_suspend] = ACTIONS(4778), - [anon_sym_sealed] = ACTIONS(4778), - [anon_sym_annotation] = ACTIONS(4778), - [anon_sym_data] = ACTIONS(4778), - [anon_sym_inner] = ACTIONS(4778), - [anon_sym_value] = ACTIONS(4778), - [anon_sym_override] = ACTIONS(4778), - [anon_sym_lateinit] = ACTIONS(4778), - [anon_sym_public] = ACTIONS(4778), - [anon_sym_private] = ACTIONS(4778), - [anon_sym_internal] = ACTIONS(4778), - [anon_sym_protected] = ACTIONS(4778), - [anon_sym_tailrec] = ACTIONS(4778), - [anon_sym_operator] = ACTIONS(4778), - [anon_sym_infix] = ACTIONS(4778), - [anon_sym_inline] = ACTIONS(4778), - [anon_sym_external] = ACTIONS(4778), - [sym_property_modifier] = ACTIONS(4778), - [anon_sym_abstract] = ACTIONS(4778), - [anon_sym_final] = ACTIONS(4778), - [anon_sym_open] = ACTIONS(4778), - [anon_sym_vararg] = ACTIONS(4778), - [anon_sym_noinline] = ACTIONS(4778), - [anon_sym_crossinline] = ACTIONS(4778), - [anon_sym_expect] = ACTIONS(4778), - [anon_sym_actual] = ACTIONS(4778), + [3936] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1525), + [sym__comparison_operator] = STATE(1526), + [sym__in_operator] = STATE(1527), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1528), + [sym__multiplicative_operator] = STATE(1529), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1530), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3178), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3180), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3180), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7125), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_while] = ACTIONS(3178), + [anon_sym_DOT_DOT] = ACTIONS(7129), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_else] = ACTIONS(3178), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3180), + [anon_sym_DASH_EQ] = ACTIONS(3180), + [anon_sym_STAR_EQ] = ACTIONS(3180), + [anon_sym_SLASH_EQ] = ACTIONS(3180), + [anon_sym_PERCENT_EQ] = ACTIONS(3180), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), + [anon_sym_PLUS] = ACTIONS(7145), + [anon_sym_DASH] = ACTIONS(7145), + [anon_sym_SLASH] = ACTIONS(7125), + [anon_sym_PERCENT] = ACTIONS(7125), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4780), - [sym__automatic_semicolon] = ACTIONS(4780), - [sym_safe_nav] = ACTIONS(4780), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [3984] = { - [sym_function_body] = STATE(3507), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_RBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_RPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [anon_sym_DASH_GT] = ACTIONS(4149), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_while] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), + [3937] = { + [sym__alpha_identifier] = ACTIONS(4046), + [anon_sym_AT] = ACTIONS(4048), + [anon_sym_LBRACK] = ACTIONS(4048), + [anon_sym_as] = ACTIONS(4046), + [anon_sym_EQ] = ACTIONS(4046), + [anon_sym_LBRACE] = ACTIONS(4048), + [anon_sym_RBRACE] = ACTIONS(4048), + [anon_sym_LPAREN] = ACTIONS(4048), + [anon_sym_COMMA] = ACTIONS(4048), + [anon_sym_LT] = ACTIONS(4046), + [anon_sym_GT] = ACTIONS(4046), + [anon_sym_where] = ACTIONS(4046), + [anon_sym_DOT] = ACTIONS(4046), + [anon_sym_SEMI] = ACTIONS(4048), + [anon_sym_get] = ACTIONS(4046), + [anon_sym_set] = ACTIONS(4046), + [anon_sym_STAR] = ACTIONS(4046), + [sym_label] = ACTIONS(4048), + [anon_sym_in] = ACTIONS(4046), + [anon_sym_DOT_DOT] = ACTIONS(4048), + [anon_sym_QMARK_COLON] = ACTIONS(4048), + [anon_sym_AMP_AMP] = ACTIONS(4048), + [anon_sym_PIPE_PIPE] = ACTIONS(4048), + [anon_sym_else] = ACTIONS(4046), + [anon_sym_COLON_COLON] = ACTIONS(4048), + [anon_sym_PLUS_EQ] = ACTIONS(4048), + [anon_sym_DASH_EQ] = ACTIONS(4048), + [anon_sym_STAR_EQ] = ACTIONS(4048), + [anon_sym_SLASH_EQ] = ACTIONS(4048), + [anon_sym_PERCENT_EQ] = ACTIONS(4048), + [anon_sym_BANG_EQ] = ACTIONS(4046), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4048), + [anon_sym_EQ_EQ] = ACTIONS(4046), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4048), + [anon_sym_LT_EQ] = ACTIONS(4048), + [anon_sym_GT_EQ] = ACTIONS(4048), + [anon_sym_BANGin] = ACTIONS(4048), + [anon_sym_is] = ACTIONS(4046), + [anon_sym_BANGis] = ACTIONS(4048), + [anon_sym_PLUS] = ACTIONS(4046), + [anon_sym_DASH] = ACTIONS(4046), + [anon_sym_SLASH] = ACTIONS(4046), + [anon_sym_PERCENT] = ACTIONS(4046), + [anon_sym_as_QMARK] = ACTIONS(4048), + [anon_sym_PLUS_PLUS] = ACTIONS(4048), + [anon_sym_DASH_DASH] = ACTIONS(4048), + [anon_sym_BANG_BANG] = ACTIONS(4048), + [anon_sym_suspend] = ACTIONS(4046), + [anon_sym_sealed] = ACTIONS(4046), + [anon_sym_annotation] = ACTIONS(4046), + [anon_sym_data] = ACTIONS(4046), + [anon_sym_inner] = ACTIONS(4046), + [anon_sym_value] = ACTIONS(4046), + [anon_sym_override] = ACTIONS(4046), + [anon_sym_lateinit] = ACTIONS(4046), + [anon_sym_public] = ACTIONS(4046), + [anon_sym_private] = ACTIONS(4046), + [anon_sym_internal] = ACTIONS(4046), + [anon_sym_protected] = ACTIONS(4046), + [anon_sym_tailrec] = ACTIONS(4046), + [anon_sym_operator] = ACTIONS(4046), + [anon_sym_infix] = ACTIONS(4046), + [anon_sym_inline] = ACTIONS(4046), + [anon_sym_external] = ACTIONS(4046), + [sym_property_modifier] = ACTIONS(4046), + [anon_sym_abstract] = ACTIONS(4046), + [anon_sym_final] = ACTIONS(4046), + [anon_sym_open] = ACTIONS(4046), + [anon_sym_vararg] = ACTIONS(4046), + [anon_sym_noinline] = ACTIONS(4046), + [anon_sym_crossinline] = ACTIONS(4046), + [anon_sym_expect] = ACTIONS(4046), + [anon_sym_actual] = ACTIONS(4046), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4048), + [sym__automatic_semicolon] = ACTIONS(4048), + [sym_safe_nav] = ACTIONS(4048), [sym_multiline_comment] = ACTIONS(3), }, - [3985] = { - [sym__alpha_identifier] = ACTIONS(4267), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(7195), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4267), - [anon_sym_set] = ACTIONS(4267), - [anon_sym_STAR] = ACTIONS(4267), - [sym_label] = ACTIONS(4265), - [anon_sym_in] = ACTIONS(4267), - [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(4267), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4267), - [anon_sym_DASH] = ACTIONS(4267), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [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(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4267), - [anon_sym_inner] = ACTIONS(4267), - [anon_sym_value] = ACTIONS(4267), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4267), - [anon_sym_actual] = ACTIONS(4267), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4265), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), + [3938] = { + [sym__alpha_identifier] = ACTIONS(5213), + [anon_sym_AT] = ACTIONS(5215), + [anon_sym_LBRACK] = ACTIONS(5215), + [anon_sym_as] = ACTIONS(5213), + [anon_sym_EQ] = ACTIONS(5213), + [anon_sym_LBRACE] = ACTIONS(5215), + [anon_sym_RBRACE] = ACTIONS(5215), + [anon_sym_LPAREN] = ACTIONS(5215), + [anon_sym_COMMA] = ACTIONS(5215), + [anon_sym_LT] = ACTIONS(5213), + [anon_sym_GT] = ACTIONS(5213), + [anon_sym_where] = ACTIONS(5213), + [anon_sym_DOT] = ACTIONS(5213), + [anon_sym_SEMI] = ACTIONS(5215), + [anon_sym_get] = ACTIONS(5213), + [anon_sym_set] = ACTIONS(5213), + [anon_sym_STAR] = ACTIONS(5213), + [sym_label] = ACTIONS(5215), + [anon_sym_in] = ACTIONS(5213), + [anon_sym_DOT_DOT] = ACTIONS(5215), + [anon_sym_QMARK_COLON] = ACTIONS(5215), + [anon_sym_AMP_AMP] = ACTIONS(5215), + [anon_sym_PIPE_PIPE] = ACTIONS(5215), + [anon_sym_else] = ACTIONS(5213), + [anon_sym_COLON_COLON] = ACTIONS(5215), + [anon_sym_PLUS_EQ] = ACTIONS(5215), + [anon_sym_DASH_EQ] = ACTIONS(5215), + [anon_sym_STAR_EQ] = ACTIONS(5215), + [anon_sym_SLASH_EQ] = ACTIONS(5215), + [anon_sym_PERCENT_EQ] = ACTIONS(5215), + [anon_sym_BANG_EQ] = ACTIONS(5213), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5215), + [anon_sym_EQ_EQ] = ACTIONS(5213), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5215), + [anon_sym_LT_EQ] = ACTIONS(5215), + [anon_sym_GT_EQ] = ACTIONS(5215), + [anon_sym_BANGin] = ACTIONS(5215), + [anon_sym_is] = ACTIONS(5213), + [anon_sym_BANGis] = ACTIONS(5215), + [anon_sym_PLUS] = ACTIONS(5213), + [anon_sym_DASH] = ACTIONS(5213), + [anon_sym_SLASH] = ACTIONS(5213), + [anon_sym_PERCENT] = ACTIONS(5213), + [anon_sym_as_QMARK] = ACTIONS(5215), + [anon_sym_PLUS_PLUS] = ACTIONS(5215), + [anon_sym_DASH_DASH] = ACTIONS(5215), + [anon_sym_BANG_BANG] = ACTIONS(5215), + [anon_sym_suspend] = ACTIONS(5213), + [anon_sym_sealed] = ACTIONS(5213), + [anon_sym_annotation] = ACTIONS(5213), + [anon_sym_data] = ACTIONS(5213), + [anon_sym_inner] = ACTIONS(5213), + [anon_sym_value] = ACTIONS(5213), + [anon_sym_override] = ACTIONS(5213), + [anon_sym_lateinit] = ACTIONS(5213), + [anon_sym_public] = ACTIONS(5213), + [anon_sym_private] = ACTIONS(5213), + [anon_sym_internal] = ACTIONS(5213), + [anon_sym_protected] = ACTIONS(5213), + [anon_sym_tailrec] = ACTIONS(5213), + [anon_sym_operator] = ACTIONS(5213), + [anon_sym_infix] = ACTIONS(5213), + [anon_sym_inline] = ACTIONS(5213), + [anon_sym_external] = ACTIONS(5213), + [sym_property_modifier] = ACTIONS(5213), + [anon_sym_abstract] = ACTIONS(5213), + [anon_sym_final] = ACTIONS(5213), + [anon_sym_open] = ACTIONS(5213), + [anon_sym_vararg] = ACTIONS(5213), + [anon_sym_noinline] = ACTIONS(5213), + [anon_sym_crossinline] = ACTIONS(5213), + [anon_sym_expect] = ACTIONS(5213), + [anon_sym_actual] = ACTIONS(5213), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5215), + [sym__automatic_semicolon] = ACTIONS(5215), + [sym_safe_nav] = ACTIONS(5215), [sym_multiline_comment] = ACTIONS(3), }, - [3986] = { - [sym__alpha_identifier] = ACTIONS(4898), - [anon_sym_AT] = ACTIONS(4900), - [anon_sym_LBRACK] = ACTIONS(4900), - [anon_sym_as] = ACTIONS(4898), - [anon_sym_EQ] = ACTIONS(4898), - [anon_sym_LBRACE] = ACTIONS(4900), - [anon_sym_RBRACE] = ACTIONS(4900), - [anon_sym_LPAREN] = ACTIONS(4900), - [anon_sym_COMMA] = ACTIONS(4900), - [anon_sym_LT] = ACTIONS(4898), - [anon_sym_GT] = ACTIONS(4898), - [anon_sym_where] = ACTIONS(4898), - [anon_sym_DOT] = ACTIONS(4898), - [anon_sym_SEMI] = ACTIONS(4900), - [anon_sym_get] = ACTIONS(4898), - [anon_sym_set] = ACTIONS(4898), - [anon_sym_STAR] = ACTIONS(4898), - [sym_label] = ACTIONS(4900), - [anon_sym_in] = ACTIONS(4898), - [anon_sym_DOT_DOT] = ACTIONS(4900), - [anon_sym_QMARK_COLON] = ACTIONS(4900), - [anon_sym_AMP_AMP] = ACTIONS(4900), - [anon_sym_PIPE_PIPE] = ACTIONS(4900), - [anon_sym_else] = ACTIONS(4898), - [anon_sym_COLON_COLON] = ACTIONS(4900), - [anon_sym_PLUS_EQ] = ACTIONS(4900), - [anon_sym_DASH_EQ] = ACTIONS(4900), - [anon_sym_STAR_EQ] = ACTIONS(4900), - [anon_sym_SLASH_EQ] = ACTIONS(4900), - [anon_sym_PERCENT_EQ] = ACTIONS(4900), - [anon_sym_BANG_EQ] = ACTIONS(4898), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4900), - [anon_sym_EQ_EQ] = ACTIONS(4898), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4900), - [anon_sym_LT_EQ] = ACTIONS(4900), - [anon_sym_GT_EQ] = ACTIONS(4900), - [anon_sym_BANGin] = ACTIONS(4900), - [anon_sym_is] = ACTIONS(4898), - [anon_sym_BANGis] = ACTIONS(4900), - [anon_sym_PLUS] = ACTIONS(4898), - [anon_sym_DASH] = ACTIONS(4898), - [anon_sym_SLASH] = ACTIONS(4898), - [anon_sym_PERCENT] = ACTIONS(4898), - [anon_sym_as_QMARK] = ACTIONS(4900), - [anon_sym_PLUS_PLUS] = ACTIONS(4900), - [anon_sym_DASH_DASH] = ACTIONS(4900), - [anon_sym_BANG_BANG] = ACTIONS(4900), - [anon_sym_suspend] = ACTIONS(4898), - [anon_sym_sealed] = ACTIONS(4898), - [anon_sym_annotation] = ACTIONS(4898), - [anon_sym_data] = ACTIONS(4898), - [anon_sym_inner] = ACTIONS(4898), - [anon_sym_value] = ACTIONS(4898), - [anon_sym_override] = ACTIONS(4898), - [anon_sym_lateinit] = ACTIONS(4898), - [anon_sym_public] = ACTIONS(4898), - [anon_sym_private] = ACTIONS(4898), - [anon_sym_internal] = ACTIONS(4898), - [anon_sym_protected] = ACTIONS(4898), - [anon_sym_tailrec] = ACTIONS(4898), - [anon_sym_operator] = ACTIONS(4898), - [anon_sym_infix] = ACTIONS(4898), - [anon_sym_inline] = ACTIONS(4898), - [anon_sym_external] = ACTIONS(4898), - [sym_property_modifier] = ACTIONS(4898), - [anon_sym_abstract] = ACTIONS(4898), - [anon_sym_final] = ACTIONS(4898), - [anon_sym_open] = ACTIONS(4898), - [anon_sym_vararg] = ACTIONS(4898), - [anon_sym_noinline] = ACTIONS(4898), - [anon_sym_crossinline] = ACTIONS(4898), - [anon_sym_expect] = ACTIONS(4898), - [anon_sym_actual] = ACTIONS(4898), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4900), - [sym__automatic_semicolon] = ACTIONS(4900), - [sym_safe_nav] = ACTIONS(4900), + [3939] = { + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_EQ] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(4245), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(4243), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4243), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_PLUS_EQ] = ACTIONS(4245), + [anon_sym_DASH_EQ] = ACTIONS(4245), + [anon_sym_STAR_EQ] = ACTIONS(4245), + [anon_sym_SLASH_EQ] = ACTIONS(4245), + [anon_sym_PERCENT_EQ] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4243), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), [sym_multiline_comment] = ACTIONS(3), }, - [3987] = { - [sym__alpha_identifier] = ACTIONS(5205), - [anon_sym_AT] = ACTIONS(5207), - [anon_sym_LBRACK] = ACTIONS(5207), - [anon_sym_as] = ACTIONS(5205), - [anon_sym_EQ] = ACTIONS(5205), - [anon_sym_LBRACE] = ACTIONS(5207), - [anon_sym_RBRACE] = ACTIONS(5207), - [anon_sym_LPAREN] = ACTIONS(5207), - [anon_sym_COMMA] = ACTIONS(5207), - [anon_sym_LT] = ACTIONS(5205), - [anon_sym_GT] = ACTIONS(5205), - [anon_sym_where] = ACTIONS(5205), - [anon_sym_DOT] = ACTIONS(5205), - [anon_sym_SEMI] = ACTIONS(5207), - [anon_sym_get] = ACTIONS(5205), - [anon_sym_set] = ACTIONS(5205), - [anon_sym_STAR] = ACTIONS(5205), - [sym_label] = ACTIONS(5207), - [anon_sym_in] = ACTIONS(5205), - [anon_sym_DOT_DOT] = ACTIONS(5207), - [anon_sym_QMARK_COLON] = ACTIONS(5207), - [anon_sym_AMP_AMP] = ACTIONS(5207), - [anon_sym_PIPE_PIPE] = ACTIONS(5207), - [anon_sym_else] = ACTIONS(5205), - [anon_sym_COLON_COLON] = ACTIONS(5207), - [anon_sym_PLUS_EQ] = ACTIONS(5207), - [anon_sym_DASH_EQ] = ACTIONS(5207), - [anon_sym_STAR_EQ] = ACTIONS(5207), - [anon_sym_SLASH_EQ] = ACTIONS(5207), - [anon_sym_PERCENT_EQ] = ACTIONS(5207), - [anon_sym_BANG_EQ] = ACTIONS(5205), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5207), - [anon_sym_EQ_EQ] = ACTIONS(5205), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5207), - [anon_sym_LT_EQ] = ACTIONS(5207), - [anon_sym_GT_EQ] = ACTIONS(5207), - [anon_sym_BANGin] = ACTIONS(5207), - [anon_sym_is] = ACTIONS(5205), - [anon_sym_BANGis] = ACTIONS(5207), - [anon_sym_PLUS] = ACTIONS(5205), - [anon_sym_DASH] = ACTIONS(5205), - [anon_sym_SLASH] = ACTIONS(5205), - [anon_sym_PERCENT] = ACTIONS(5205), - [anon_sym_as_QMARK] = ACTIONS(5207), - [anon_sym_PLUS_PLUS] = ACTIONS(5207), - [anon_sym_DASH_DASH] = ACTIONS(5207), - [anon_sym_BANG_BANG] = ACTIONS(5207), - [anon_sym_suspend] = ACTIONS(5205), - [anon_sym_sealed] = ACTIONS(5205), - [anon_sym_annotation] = ACTIONS(5205), - [anon_sym_data] = ACTIONS(5205), - [anon_sym_inner] = ACTIONS(5205), - [anon_sym_value] = ACTIONS(5205), - [anon_sym_override] = ACTIONS(5205), - [anon_sym_lateinit] = ACTIONS(5205), - [anon_sym_public] = ACTIONS(5205), - [anon_sym_private] = ACTIONS(5205), - [anon_sym_internal] = ACTIONS(5205), - [anon_sym_protected] = ACTIONS(5205), - [anon_sym_tailrec] = ACTIONS(5205), - [anon_sym_operator] = ACTIONS(5205), - [anon_sym_infix] = ACTIONS(5205), - [anon_sym_inline] = ACTIONS(5205), - [anon_sym_external] = ACTIONS(5205), - [sym_property_modifier] = ACTIONS(5205), - [anon_sym_abstract] = ACTIONS(5205), - [anon_sym_final] = ACTIONS(5205), - [anon_sym_open] = ACTIONS(5205), - [anon_sym_vararg] = ACTIONS(5205), - [anon_sym_noinline] = ACTIONS(5205), - [anon_sym_crossinline] = ACTIONS(5205), - [anon_sym_expect] = ACTIONS(5205), - [anon_sym_actual] = ACTIONS(5205), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5207), - [sym__automatic_semicolon] = ACTIONS(5207), - [sym_safe_nav] = ACTIONS(5207), + [3940] = { + [sym_function_body] = STATE(3971), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = 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_value] = 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), }, - [3988] = { - [sym__alpha_identifier] = ACTIONS(4289), - [anon_sym_AT] = ACTIONS(4287), - [anon_sym_LBRACK] = ACTIONS(4287), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_EQ] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4287), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(7197), - [anon_sym_COMMA] = ACTIONS(4287), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_where] = ACTIONS(4289), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4289), - [anon_sym_set] = ACTIONS(4289), - [anon_sym_STAR] = ACTIONS(4289), - [sym_label] = ACTIONS(4287), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_else] = ACTIONS(4289), - [anon_sym_COLON_COLON] = ACTIONS(4287), - [anon_sym_PLUS_EQ] = ACTIONS(4287), - [anon_sym_DASH_EQ] = ACTIONS(4287), - [anon_sym_STAR_EQ] = ACTIONS(4287), - [anon_sym_SLASH_EQ] = ACTIONS(4287), - [anon_sym_PERCENT_EQ] = ACTIONS(4287), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4289), - [anon_sym_DASH] = ACTIONS(4289), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4289), - [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4287), - [anon_sym_DASH_DASH] = ACTIONS(4287), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_suspend] = ACTIONS(4289), - [anon_sym_sealed] = ACTIONS(4289), - [anon_sym_annotation] = ACTIONS(4289), - [anon_sym_data] = ACTIONS(4289), - [anon_sym_inner] = ACTIONS(4289), - [anon_sym_value] = ACTIONS(4289), - [anon_sym_override] = ACTIONS(4289), - [anon_sym_lateinit] = ACTIONS(4289), - [anon_sym_public] = ACTIONS(4289), - [anon_sym_private] = ACTIONS(4289), - [anon_sym_internal] = ACTIONS(4289), - [anon_sym_protected] = ACTIONS(4289), - [anon_sym_tailrec] = ACTIONS(4289), - [anon_sym_operator] = ACTIONS(4289), - [anon_sym_infix] = ACTIONS(4289), - [anon_sym_inline] = ACTIONS(4289), - [anon_sym_external] = ACTIONS(4289), - [sym_property_modifier] = ACTIONS(4289), - [anon_sym_abstract] = ACTIONS(4289), - [anon_sym_final] = ACTIONS(4289), - [anon_sym_open] = ACTIONS(4289), - [anon_sym_vararg] = ACTIONS(4289), - [anon_sym_noinline] = ACTIONS(4289), - [anon_sym_crossinline] = ACTIONS(4289), - [anon_sym_expect] = ACTIONS(4289), - [anon_sym_actual] = ACTIONS(4289), + [3941] = { + [sym__alpha_identifier] = ACTIONS(4950), + [anon_sym_AT] = ACTIONS(4952), + [anon_sym_LBRACK] = ACTIONS(4952), + [anon_sym_as] = ACTIONS(4950), + [anon_sym_EQ] = ACTIONS(4950), + [anon_sym_LBRACE] = ACTIONS(4952), + [anon_sym_RBRACE] = ACTIONS(4952), + [anon_sym_LPAREN] = ACTIONS(4952), + [anon_sym_COMMA] = ACTIONS(4952), + [anon_sym_LT] = ACTIONS(4950), + [anon_sym_GT] = ACTIONS(4950), + [anon_sym_where] = ACTIONS(4950), + [anon_sym_DOT] = ACTIONS(4950), + [anon_sym_SEMI] = ACTIONS(4952), + [anon_sym_get] = ACTIONS(4950), + [anon_sym_set] = ACTIONS(4950), + [anon_sym_STAR] = ACTIONS(4950), + [sym_label] = ACTIONS(4952), + [anon_sym_in] = ACTIONS(4950), + [anon_sym_DOT_DOT] = ACTIONS(4952), + [anon_sym_QMARK_COLON] = ACTIONS(4952), + [anon_sym_AMP_AMP] = ACTIONS(4952), + [anon_sym_PIPE_PIPE] = ACTIONS(4952), + [anon_sym_else] = ACTIONS(4950), + [anon_sym_COLON_COLON] = ACTIONS(4952), + [anon_sym_PLUS_EQ] = ACTIONS(4952), + [anon_sym_DASH_EQ] = ACTIONS(4952), + [anon_sym_STAR_EQ] = ACTIONS(4952), + [anon_sym_SLASH_EQ] = ACTIONS(4952), + [anon_sym_PERCENT_EQ] = ACTIONS(4952), + [anon_sym_BANG_EQ] = ACTIONS(4950), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4952), + [anon_sym_EQ_EQ] = ACTIONS(4950), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4952), + [anon_sym_LT_EQ] = ACTIONS(4952), + [anon_sym_GT_EQ] = ACTIONS(4952), + [anon_sym_BANGin] = ACTIONS(4952), + [anon_sym_is] = ACTIONS(4950), + [anon_sym_BANGis] = ACTIONS(4952), + [anon_sym_PLUS] = ACTIONS(4950), + [anon_sym_DASH] = ACTIONS(4950), + [anon_sym_SLASH] = ACTIONS(4950), + [anon_sym_PERCENT] = ACTIONS(4950), + [anon_sym_as_QMARK] = ACTIONS(4952), + [anon_sym_PLUS_PLUS] = ACTIONS(4952), + [anon_sym_DASH_DASH] = ACTIONS(4952), + [anon_sym_BANG_BANG] = ACTIONS(4952), + [anon_sym_suspend] = ACTIONS(4950), + [anon_sym_sealed] = ACTIONS(4950), + [anon_sym_annotation] = ACTIONS(4950), + [anon_sym_data] = ACTIONS(4950), + [anon_sym_inner] = ACTIONS(4950), + [anon_sym_value] = ACTIONS(4950), + [anon_sym_override] = ACTIONS(4950), + [anon_sym_lateinit] = ACTIONS(4950), + [anon_sym_public] = ACTIONS(4950), + [anon_sym_private] = ACTIONS(4950), + [anon_sym_internal] = ACTIONS(4950), + [anon_sym_protected] = ACTIONS(4950), + [anon_sym_tailrec] = ACTIONS(4950), + [anon_sym_operator] = ACTIONS(4950), + [anon_sym_infix] = ACTIONS(4950), + [anon_sym_inline] = ACTIONS(4950), + [anon_sym_external] = ACTIONS(4950), + [sym_property_modifier] = ACTIONS(4950), + [anon_sym_abstract] = ACTIONS(4950), + [anon_sym_final] = ACTIONS(4950), + [anon_sym_open] = ACTIONS(4950), + [anon_sym_vararg] = ACTIONS(4950), + [anon_sym_noinline] = ACTIONS(4950), + [anon_sym_crossinline] = ACTIONS(4950), + [anon_sym_expect] = ACTIONS(4950), + [anon_sym_actual] = ACTIONS(4950), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4287), - [sym__automatic_semicolon] = ACTIONS(4287), - [sym_safe_nav] = ACTIONS(4287), + [sym__backtick_identifier] = ACTIONS(4952), + [sym__automatic_semicolon] = ACTIONS(4952), + [sym_safe_nav] = ACTIONS(4952), [sym_multiline_comment] = ACTIONS(3), }, - [3989] = { - [sym__alpha_identifier] = ACTIONS(4954), - [anon_sym_AT] = ACTIONS(4956), - [anon_sym_LBRACK] = ACTIONS(4956), - [anon_sym_as] = ACTIONS(4954), - [anon_sym_EQ] = ACTIONS(4954), - [anon_sym_LBRACE] = ACTIONS(4956), - [anon_sym_RBRACE] = ACTIONS(4956), - [anon_sym_LPAREN] = ACTIONS(4956), - [anon_sym_COMMA] = ACTIONS(4956), - [anon_sym_LT] = ACTIONS(4954), - [anon_sym_GT] = ACTIONS(4954), - [anon_sym_where] = ACTIONS(4954), - [anon_sym_DOT] = ACTIONS(4954), - [anon_sym_SEMI] = ACTIONS(4956), - [anon_sym_get] = ACTIONS(4954), - [anon_sym_set] = ACTIONS(4954), - [anon_sym_STAR] = ACTIONS(4954), - [sym_label] = ACTIONS(4956), - [anon_sym_in] = ACTIONS(4954), - [anon_sym_DOT_DOT] = ACTIONS(4956), - [anon_sym_QMARK_COLON] = ACTIONS(4956), - [anon_sym_AMP_AMP] = ACTIONS(4956), - [anon_sym_PIPE_PIPE] = ACTIONS(4956), - [anon_sym_else] = ACTIONS(4954), - [anon_sym_COLON_COLON] = ACTIONS(4956), - [anon_sym_PLUS_EQ] = ACTIONS(4956), - [anon_sym_DASH_EQ] = ACTIONS(4956), - [anon_sym_STAR_EQ] = ACTIONS(4956), - [anon_sym_SLASH_EQ] = ACTIONS(4956), - [anon_sym_PERCENT_EQ] = ACTIONS(4956), - [anon_sym_BANG_EQ] = ACTIONS(4954), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4956), - [anon_sym_EQ_EQ] = ACTIONS(4954), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4956), - [anon_sym_LT_EQ] = ACTIONS(4956), - [anon_sym_GT_EQ] = ACTIONS(4956), - [anon_sym_BANGin] = ACTIONS(4956), - [anon_sym_is] = ACTIONS(4954), - [anon_sym_BANGis] = ACTIONS(4956), - [anon_sym_PLUS] = ACTIONS(4954), - [anon_sym_DASH] = ACTIONS(4954), - [anon_sym_SLASH] = ACTIONS(4954), - [anon_sym_PERCENT] = ACTIONS(4954), - [anon_sym_as_QMARK] = ACTIONS(4956), - [anon_sym_PLUS_PLUS] = ACTIONS(4956), - [anon_sym_DASH_DASH] = ACTIONS(4956), - [anon_sym_BANG_BANG] = ACTIONS(4956), - [anon_sym_suspend] = ACTIONS(4954), - [anon_sym_sealed] = ACTIONS(4954), - [anon_sym_annotation] = ACTIONS(4954), - [anon_sym_data] = ACTIONS(4954), - [anon_sym_inner] = ACTIONS(4954), - [anon_sym_value] = ACTIONS(4954), - [anon_sym_override] = ACTIONS(4954), - [anon_sym_lateinit] = ACTIONS(4954), - [anon_sym_public] = ACTIONS(4954), - [anon_sym_private] = ACTIONS(4954), - [anon_sym_internal] = ACTIONS(4954), - [anon_sym_protected] = ACTIONS(4954), - [anon_sym_tailrec] = ACTIONS(4954), - [anon_sym_operator] = ACTIONS(4954), - [anon_sym_infix] = ACTIONS(4954), - [anon_sym_inline] = ACTIONS(4954), - [anon_sym_external] = ACTIONS(4954), - [sym_property_modifier] = ACTIONS(4954), - [anon_sym_abstract] = ACTIONS(4954), - [anon_sym_final] = ACTIONS(4954), - [anon_sym_open] = ACTIONS(4954), - [anon_sym_vararg] = ACTIONS(4954), - [anon_sym_noinline] = ACTIONS(4954), - [anon_sym_crossinline] = ACTIONS(4954), - [anon_sym_expect] = ACTIONS(4954), - [anon_sym_actual] = ACTIONS(4954), + [3942] = { + [sym__alpha_identifier] = ACTIONS(1732), + [anon_sym_AT] = ACTIONS(1734), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_as] = ACTIONS(1732), + [anon_sym_EQ] = ACTIONS(1732), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_COMMA] = ACTIONS(1734), + [anon_sym_LT] = ACTIONS(1732), + [anon_sym_GT] = ACTIONS(1732), + [anon_sym_where] = ACTIONS(1732), + [anon_sym_DOT] = ACTIONS(1732), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_get] = ACTIONS(1732), + [anon_sym_set] = ACTIONS(1732), + [anon_sym_STAR] = ACTIONS(1732), + [sym_label] = ACTIONS(1734), + [anon_sym_in] = ACTIONS(1732), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_QMARK_COLON] = ACTIONS(1734), + [anon_sym_AMP_AMP] = ACTIONS(1734), + [anon_sym_PIPE_PIPE] = ACTIONS(1734), + [anon_sym_else] = ACTIONS(1732), + [anon_sym_COLON_COLON] = ACTIONS(1734), + [anon_sym_PLUS_EQ] = ACTIONS(1734), + [anon_sym_DASH_EQ] = ACTIONS(1734), + [anon_sym_STAR_EQ] = ACTIONS(1734), + [anon_sym_SLASH_EQ] = ACTIONS(1734), + [anon_sym_PERCENT_EQ] = ACTIONS(1734), + [anon_sym_BANG_EQ] = ACTIONS(1732), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1734), + [anon_sym_EQ_EQ] = ACTIONS(1732), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1734), + [anon_sym_LT_EQ] = ACTIONS(1734), + [anon_sym_GT_EQ] = ACTIONS(1734), + [anon_sym_BANGin] = ACTIONS(1734), + [anon_sym_is] = ACTIONS(1732), + [anon_sym_BANGis] = ACTIONS(1734), + [anon_sym_PLUS] = ACTIONS(1732), + [anon_sym_DASH] = ACTIONS(1732), + [anon_sym_SLASH] = ACTIONS(1732), + [anon_sym_PERCENT] = ACTIONS(1732), + [anon_sym_as_QMARK] = ACTIONS(1734), + [anon_sym_PLUS_PLUS] = ACTIONS(1734), + [anon_sym_DASH_DASH] = ACTIONS(1734), + [anon_sym_BANG_BANG] = ACTIONS(1734), + [anon_sym_suspend] = ACTIONS(1732), + [anon_sym_sealed] = ACTIONS(1732), + [anon_sym_annotation] = ACTIONS(1732), + [anon_sym_data] = ACTIONS(1732), + [anon_sym_inner] = ACTIONS(1732), + [anon_sym_value] = ACTIONS(1732), + [anon_sym_override] = ACTIONS(1732), + [anon_sym_lateinit] = ACTIONS(1732), + [anon_sym_public] = ACTIONS(1732), + [anon_sym_private] = ACTIONS(1732), + [anon_sym_internal] = ACTIONS(1732), + [anon_sym_protected] = ACTIONS(1732), + [anon_sym_tailrec] = ACTIONS(1732), + [anon_sym_operator] = ACTIONS(1732), + [anon_sym_infix] = ACTIONS(1732), + [anon_sym_inline] = ACTIONS(1732), + [anon_sym_external] = ACTIONS(1732), + [sym_property_modifier] = ACTIONS(1732), + [anon_sym_abstract] = ACTIONS(1732), + [anon_sym_final] = ACTIONS(1732), + [anon_sym_open] = ACTIONS(1732), + [anon_sym_vararg] = ACTIONS(1732), + [anon_sym_noinline] = ACTIONS(1732), + [anon_sym_crossinline] = ACTIONS(1732), + [anon_sym_expect] = ACTIONS(1732), + [anon_sym_actual] = ACTIONS(1732), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4956), - [sym__automatic_semicolon] = ACTIONS(4956), - [sym_safe_nav] = ACTIONS(4956), + [sym__backtick_identifier] = ACTIONS(1734), + [sym__automatic_semicolon] = ACTIONS(1734), + [sym_safe_nav] = ACTIONS(1734), [sym_multiline_comment] = ACTIONS(3), }, - [3990] = { - [sym__alpha_identifier] = ACTIONS(4782), - [anon_sym_AT] = ACTIONS(4784), - [anon_sym_LBRACK] = ACTIONS(4784), - [anon_sym_as] = ACTIONS(4782), - [anon_sym_EQ] = ACTIONS(4782), - [anon_sym_LBRACE] = ACTIONS(4784), - [anon_sym_RBRACE] = ACTIONS(4784), - [anon_sym_LPAREN] = ACTIONS(4784), - [anon_sym_COMMA] = ACTIONS(4784), - [anon_sym_LT] = ACTIONS(4782), - [anon_sym_GT] = ACTIONS(4782), - [anon_sym_where] = ACTIONS(4782), - [anon_sym_DOT] = ACTIONS(4782), - [anon_sym_SEMI] = ACTIONS(4784), - [anon_sym_get] = ACTIONS(4782), - [anon_sym_set] = ACTIONS(4782), - [anon_sym_STAR] = ACTIONS(4782), - [sym_label] = ACTIONS(4784), - [anon_sym_in] = ACTIONS(4782), - [anon_sym_DOT_DOT] = ACTIONS(4784), - [anon_sym_QMARK_COLON] = ACTIONS(4784), - [anon_sym_AMP_AMP] = ACTIONS(4784), - [anon_sym_PIPE_PIPE] = ACTIONS(4784), - [anon_sym_else] = ACTIONS(4782), - [anon_sym_COLON_COLON] = ACTIONS(4784), - [anon_sym_PLUS_EQ] = ACTIONS(4784), - [anon_sym_DASH_EQ] = ACTIONS(4784), - [anon_sym_STAR_EQ] = ACTIONS(4784), - [anon_sym_SLASH_EQ] = ACTIONS(4784), - [anon_sym_PERCENT_EQ] = ACTIONS(4784), - [anon_sym_BANG_EQ] = ACTIONS(4782), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4784), - [anon_sym_EQ_EQ] = ACTIONS(4782), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4784), - [anon_sym_LT_EQ] = ACTIONS(4784), - [anon_sym_GT_EQ] = ACTIONS(4784), - [anon_sym_BANGin] = ACTIONS(4784), - [anon_sym_is] = ACTIONS(4782), - [anon_sym_BANGis] = ACTIONS(4784), - [anon_sym_PLUS] = ACTIONS(4782), - [anon_sym_DASH] = ACTIONS(4782), - [anon_sym_SLASH] = ACTIONS(4782), - [anon_sym_PERCENT] = ACTIONS(4782), - [anon_sym_as_QMARK] = ACTIONS(4784), - [anon_sym_PLUS_PLUS] = ACTIONS(4784), - [anon_sym_DASH_DASH] = ACTIONS(4784), - [anon_sym_BANG_BANG] = ACTIONS(4784), - [anon_sym_suspend] = ACTIONS(4782), - [anon_sym_sealed] = ACTIONS(4782), - [anon_sym_annotation] = ACTIONS(4782), - [anon_sym_data] = ACTIONS(4782), - [anon_sym_inner] = ACTIONS(4782), - [anon_sym_value] = ACTIONS(4782), - [anon_sym_override] = ACTIONS(4782), - [anon_sym_lateinit] = ACTIONS(4782), - [anon_sym_public] = ACTIONS(4782), - [anon_sym_private] = ACTIONS(4782), - [anon_sym_internal] = ACTIONS(4782), - [anon_sym_protected] = ACTIONS(4782), - [anon_sym_tailrec] = ACTIONS(4782), - [anon_sym_operator] = ACTIONS(4782), - [anon_sym_infix] = ACTIONS(4782), - [anon_sym_inline] = ACTIONS(4782), - [anon_sym_external] = ACTIONS(4782), - [sym_property_modifier] = ACTIONS(4782), - [anon_sym_abstract] = ACTIONS(4782), - [anon_sym_final] = ACTIONS(4782), - [anon_sym_open] = ACTIONS(4782), - [anon_sym_vararg] = ACTIONS(4782), - [anon_sym_noinline] = ACTIONS(4782), - [anon_sym_crossinline] = ACTIONS(4782), - [anon_sym_expect] = ACTIONS(4782), - [anon_sym_actual] = ACTIONS(4782), + [3943] = { + [sym__alpha_identifier] = ACTIONS(4870), + [anon_sym_AT] = ACTIONS(4872), + [anon_sym_LBRACK] = ACTIONS(4872), + [anon_sym_as] = ACTIONS(4870), + [anon_sym_EQ] = ACTIONS(4870), + [anon_sym_LBRACE] = ACTIONS(4872), + [anon_sym_RBRACE] = ACTIONS(4872), + [anon_sym_LPAREN] = ACTIONS(4872), + [anon_sym_COMMA] = ACTIONS(4872), + [anon_sym_LT] = ACTIONS(4870), + [anon_sym_GT] = ACTIONS(4870), + [anon_sym_where] = ACTIONS(4870), + [anon_sym_DOT] = ACTIONS(4870), + [anon_sym_SEMI] = ACTIONS(4872), + [anon_sym_get] = ACTIONS(4870), + [anon_sym_set] = ACTIONS(4870), + [anon_sym_STAR] = ACTIONS(4870), + [sym_label] = ACTIONS(4872), + [anon_sym_in] = ACTIONS(4870), + [anon_sym_DOT_DOT] = ACTIONS(4872), + [anon_sym_QMARK_COLON] = ACTIONS(4872), + [anon_sym_AMP_AMP] = ACTIONS(4872), + [anon_sym_PIPE_PIPE] = ACTIONS(4872), + [anon_sym_else] = ACTIONS(4870), + [anon_sym_COLON_COLON] = ACTIONS(4872), + [anon_sym_PLUS_EQ] = ACTIONS(4872), + [anon_sym_DASH_EQ] = ACTIONS(4872), + [anon_sym_STAR_EQ] = ACTIONS(4872), + [anon_sym_SLASH_EQ] = ACTIONS(4872), + [anon_sym_PERCENT_EQ] = ACTIONS(4872), + [anon_sym_BANG_EQ] = ACTIONS(4870), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4872), + [anon_sym_EQ_EQ] = ACTIONS(4870), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4872), + [anon_sym_LT_EQ] = ACTIONS(4872), + [anon_sym_GT_EQ] = ACTIONS(4872), + [anon_sym_BANGin] = ACTIONS(4872), + [anon_sym_is] = ACTIONS(4870), + [anon_sym_BANGis] = ACTIONS(4872), + [anon_sym_PLUS] = ACTIONS(4870), + [anon_sym_DASH] = ACTIONS(4870), + [anon_sym_SLASH] = ACTIONS(4870), + [anon_sym_PERCENT] = ACTIONS(4870), + [anon_sym_as_QMARK] = ACTIONS(4872), + [anon_sym_PLUS_PLUS] = ACTIONS(4872), + [anon_sym_DASH_DASH] = ACTIONS(4872), + [anon_sym_BANG_BANG] = ACTIONS(4872), + [anon_sym_suspend] = ACTIONS(4870), + [anon_sym_sealed] = ACTIONS(4870), + [anon_sym_annotation] = ACTIONS(4870), + [anon_sym_data] = ACTIONS(4870), + [anon_sym_inner] = ACTIONS(4870), + [anon_sym_value] = ACTIONS(4870), + [anon_sym_override] = ACTIONS(4870), + [anon_sym_lateinit] = ACTIONS(4870), + [anon_sym_public] = ACTIONS(4870), + [anon_sym_private] = ACTIONS(4870), + [anon_sym_internal] = ACTIONS(4870), + [anon_sym_protected] = ACTIONS(4870), + [anon_sym_tailrec] = ACTIONS(4870), + [anon_sym_operator] = ACTIONS(4870), + [anon_sym_infix] = ACTIONS(4870), + [anon_sym_inline] = ACTIONS(4870), + [anon_sym_external] = ACTIONS(4870), + [sym_property_modifier] = ACTIONS(4870), + [anon_sym_abstract] = ACTIONS(4870), + [anon_sym_final] = ACTIONS(4870), + [anon_sym_open] = ACTIONS(4870), + [anon_sym_vararg] = ACTIONS(4870), + [anon_sym_noinline] = ACTIONS(4870), + [anon_sym_crossinline] = ACTIONS(4870), + [anon_sym_expect] = ACTIONS(4870), + [anon_sym_actual] = ACTIONS(4870), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4784), - [sym__automatic_semicolon] = ACTIONS(4784), - [sym_safe_nav] = ACTIONS(4784), + [sym__backtick_identifier] = ACTIONS(4872), + [sym__automatic_semicolon] = ACTIONS(4872), + [sym_safe_nav] = ACTIONS(4872), [sym_multiline_comment] = ACTIONS(3), }, - [3991] = { - [sym__alpha_identifier] = ACTIONS(4874), - [anon_sym_AT] = ACTIONS(4876), - [anon_sym_LBRACK] = ACTIONS(4876), - [anon_sym_as] = ACTIONS(4874), - [anon_sym_EQ] = ACTIONS(4874), - [anon_sym_LBRACE] = ACTIONS(4876), - [anon_sym_RBRACE] = ACTIONS(4876), - [anon_sym_LPAREN] = ACTIONS(7199), - [anon_sym_COMMA] = ACTIONS(4876), - [anon_sym_LT] = ACTIONS(4874), - [anon_sym_GT] = ACTIONS(4874), - [anon_sym_where] = ACTIONS(4874), - [anon_sym_DOT] = ACTIONS(4874), - [anon_sym_SEMI] = ACTIONS(4876), - [anon_sym_get] = ACTIONS(4874), - [anon_sym_set] = ACTIONS(4874), - [anon_sym_STAR] = ACTIONS(4874), - [sym_label] = ACTIONS(4876), - [anon_sym_in] = ACTIONS(4874), - [anon_sym_DOT_DOT] = ACTIONS(4876), - [anon_sym_QMARK_COLON] = ACTIONS(4876), - [anon_sym_AMP_AMP] = ACTIONS(4876), - [anon_sym_PIPE_PIPE] = ACTIONS(4876), - [anon_sym_else] = ACTIONS(4874), - [anon_sym_COLON_COLON] = ACTIONS(4876), - [anon_sym_PLUS_EQ] = ACTIONS(4876), - [anon_sym_DASH_EQ] = ACTIONS(4876), - [anon_sym_STAR_EQ] = ACTIONS(4876), - [anon_sym_SLASH_EQ] = ACTIONS(4876), - [anon_sym_PERCENT_EQ] = ACTIONS(4876), - [anon_sym_BANG_EQ] = ACTIONS(4874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4876), - [anon_sym_EQ_EQ] = ACTIONS(4874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4876), - [anon_sym_LT_EQ] = ACTIONS(4876), - [anon_sym_GT_EQ] = ACTIONS(4876), - [anon_sym_BANGin] = ACTIONS(4876), - [anon_sym_is] = ACTIONS(4874), - [anon_sym_BANGis] = ACTIONS(4876), - [anon_sym_PLUS] = ACTIONS(4874), - [anon_sym_DASH] = ACTIONS(4874), - [anon_sym_SLASH] = ACTIONS(4874), - [anon_sym_PERCENT] = ACTIONS(4874), - [anon_sym_as_QMARK] = ACTIONS(4876), - [anon_sym_PLUS_PLUS] = ACTIONS(4876), - [anon_sym_DASH_DASH] = ACTIONS(4876), - [anon_sym_BANG_BANG] = ACTIONS(4876), - [anon_sym_suspend] = ACTIONS(4874), - [anon_sym_sealed] = ACTIONS(4874), - [anon_sym_annotation] = ACTIONS(4874), - [anon_sym_data] = ACTIONS(4874), - [anon_sym_inner] = ACTIONS(4874), - [anon_sym_value] = ACTIONS(4874), - [anon_sym_override] = ACTIONS(4874), - [anon_sym_lateinit] = ACTIONS(4874), - [anon_sym_public] = ACTIONS(4874), - [anon_sym_private] = ACTIONS(4874), - [anon_sym_internal] = ACTIONS(4874), - [anon_sym_protected] = ACTIONS(4874), - [anon_sym_tailrec] = ACTIONS(4874), - [anon_sym_operator] = ACTIONS(4874), - [anon_sym_infix] = ACTIONS(4874), - [anon_sym_inline] = ACTIONS(4874), - [anon_sym_external] = ACTIONS(4874), - [sym_property_modifier] = ACTIONS(4874), - [anon_sym_abstract] = ACTIONS(4874), - [anon_sym_final] = ACTIONS(4874), - [anon_sym_open] = ACTIONS(4874), - [anon_sym_vararg] = ACTIONS(4874), - [anon_sym_noinline] = ACTIONS(4874), - [anon_sym_crossinline] = ACTIONS(4874), - [anon_sym_expect] = ACTIONS(4874), - [anon_sym_actual] = ACTIONS(4874), + [3944] = { + [sym__alpha_identifier] = ACTIONS(1790), + [anon_sym_AT] = ACTIONS(1792), + [anon_sym_LBRACK] = ACTIONS(1792), + [anon_sym_as] = ACTIONS(1790), + [anon_sym_EQ] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_RBRACE] = ACTIONS(1792), + [anon_sym_LPAREN] = ACTIONS(1792), + [anon_sym_COMMA] = ACTIONS(1792), + [anon_sym_LT] = ACTIONS(1790), + [anon_sym_GT] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1790), + [anon_sym_DOT] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(1792), + [anon_sym_get] = ACTIONS(1790), + [anon_sym_set] = ACTIONS(1790), + [anon_sym_STAR] = ACTIONS(1790), + [sym_label] = ACTIONS(1792), + [anon_sym_in] = ACTIONS(1790), + [anon_sym_DOT_DOT] = ACTIONS(1792), + [anon_sym_QMARK_COLON] = ACTIONS(1792), + [anon_sym_AMP_AMP] = ACTIONS(1792), + [anon_sym_PIPE_PIPE] = ACTIONS(1792), + [anon_sym_else] = ACTIONS(1790), + [anon_sym_COLON_COLON] = ACTIONS(1792), + [anon_sym_PLUS_EQ] = ACTIONS(1792), + [anon_sym_DASH_EQ] = ACTIONS(1792), + [anon_sym_STAR_EQ] = ACTIONS(1792), + [anon_sym_SLASH_EQ] = ACTIONS(1792), + [anon_sym_PERCENT_EQ] = ACTIONS(1792), + [anon_sym_BANG_EQ] = ACTIONS(1790), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1792), + [anon_sym_EQ_EQ] = ACTIONS(1790), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1792), + [anon_sym_LT_EQ] = ACTIONS(1792), + [anon_sym_GT_EQ] = ACTIONS(1792), + [anon_sym_BANGin] = ACTIONS(1792), + [anon_sym_is] = ACTIONS(1790), + [anon_sym_BANGis] = ACTIONS(1792), + [anon_sym_PLUS] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1790), + [anon_sym_SLASH] = ACTIONS(1790), + [anon_sym_PERCENT] = ACTIONS(1790), + [anon_sym_as_QMARK] = ACTIONS(1792), + [anon_sym_PLUS_PLUS] = ACTIONS(1792), + [anon_sym_DASH_DASH] = ACTIONS(1792), + [anon_sym_BANG_BANG] = ACTIONS(1792), + [anon_sym_suspend] = ACTIONS(1790), + [anon_sym_sealed] = ACTIONS(1790), + [anon_sym_annotation] = ACTIONS(1790), + [anon_sym_data] = ACTIONS(1790), + [anon_sym_inner] = ACTIONS(1790), + [anon_sym_value] = ACTIONS(1790), + [anon_sym_override] = ACTIONS(1790), + [anon_sym_lateinit] = ACTIONS(1790), + [anon_sym_public] = ACTIONS(1790), + [anon_sym_private] = ACTIONS(1790), + [anon_sym_internal] = ACTIONS(1790), + [anon_sym_protected] = ACTIONS(1790), + [anon_sym_tailrec] = ACTIONS(1790), + [anon_sym_operator] = ACTIONS(1790), + [anon_sym_infix] = ACTIONS(1790), + [anon_sym_inline] = ACTIONS(1790), + [anon_sym_external] = ACTIONS(1790), + [sym_property_modifier] = ACTIONS(1790), + [anon_sym_abstract] = ACTIONS(1790), + [anon_sym_final] = ACTIONS(1790), + [anon_sym_open] = ACTIONS(1790), + [anon_sym_vararg] = ACTIONS(1790), + [anon_sym_noinline] = ACTIONS(1790), + [anon_sym_crossinline] = ACTIONS(1790), + [anon_sym_expect] = ACTIONS(1790), + [anon_sym_actual] = ACTIONS(1790), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4876), - [sym__automatic_semicolon] = ACTIONS(4876), - [sym_safe_nav] = ACTIONS(4876), + [sym__backtick_identifier] = ACTIONS(1792), + [sym__automatic_semicolon] = ACTIONS(1792), + [sym_safe_nav] = ACTIONS(1792), [sym_multiline_comment] = ACTIONS(3), }, - [3992] = { - [sym__alpha_identifier] = ACTIONS(4892), - [anon_sym_AT] = ACTIONS(4894), - [anon_sym_LBRACK] = ACTIONS(4894), - [anon_sym_as] = ACTIONS(4892), - [anon_sym_EQ] = ACTIONS(4892), - [anon_sym_LBRACE] = ACTIONS(4894), - [anon_sym_RBRACE] = ACTIONS(4894), - [anon_sym_LPAREN] = ACTIONS(7201), - [anon_sym_COMMA] = ACTIONS(4894), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym_GT] = ACTIONS(4892), - [anon_sym_where] = ACTIONS(4892), - [anon_sym_DOT] = ACTIONS(4892), - [anon_sym_SEMI] = ACTIONS(4894), - [anon_sym_get] = ACTIONS(4892), - [anon_sym_set] = ACTIONS(4892), - [anon_sym_STAR] = ACTIONS(4892), - [sym_label] = ACTIONS(4894), - [anon_sym_in] = ACTIONS(4892), - [anon_sym_DOT_DOT] = ACTIONS(4894), - [anon_sym_QMARK_COLON] = ACTIONS(4894), - [anon_sym_AMP_AMP] = ACTIONS(4894), - [anon_sym_PIPE_PIPE] = ACTIONS(4894), - [anon_sym_else] = ACTIONS(4892), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_PLUS_EQ] = ACTIONS(4894), - [anon_sym_DASH_EQ] = ACTIONS(4894), - [anon_sym_STAR_EQ] = ACTIONS(4894), - [anon_sym_SLASH_EQ] = ACTIONS(4894), - [anon_sym_PERCENT_EQ] = ACTIONS(4894), - [anon_sym_BANG_EQ] = ACTIONS(4892), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4894), - [anon_sym_EQ_EQ] = ACTIONS(4892), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4894), - [anon_sym_LT_EQ] = ACTIONS(4894), - [anon_sym_GT_EQ] = ACTIONS(4894), - [anon_sym_BANGin] = ACTIONS(4894), - [anon_sym_is] = ACTIONS(4892), - [anon_sym_BANGis] = ACTIONS(4894), - [anon_sym_PLUS] = ACTIONS(4892), - [anon_sym_DASH] = ACTIONS(4892), - [anon_sym_SLASH] = ACTIONS(4892), - [anon_sym_PERCENT] = ACTIONS(4892), - [anon_sym_as_QMARK] = ACTIONS(4894), - [anon_sym_PLUS_PLUS] = ACTIONS(4894), - [anon_sym_DASH_DASH] = ACTIONS(4894), - [anon_sym_BANG_BANG] = ACTIONS(4894), - [anon_sym_suspend] = ACTIONS(4892), - [anon_sym_sealed] = ACTIONS(4892), - [anon_sym_annotation] = ACTIONS(4892), - [anon_sym_data] = ACTIONS(4892), - [anon_sym_inner] = ACTIONS(4892), - [anon_sym_value] = ACTIONS(4892), - [anon_sym_override] = ACTIONS(4892), - [anon_sym_lateinit] = ACTIONS(4892), - [anon_sym_public] = ACTIONS(4892), - [anon_sym_private] = ACTIONS(4892), - [anon_sym_internal] = ACTIONS(4892), - [anon_sym_protected] = ACTIONS(4892), - [anon_sym_tailrec] = ACTIONS(4892), - [anon_sym_operator] = ACTIONS(4892), - [anon_sym_infix] = ACTIONS(4892), - [anon_sym_inline] = ACTIONS(4892), - [anon_sym_external] = ACTIONS(4892), - [sym_property_modifier] = ACTIONS(4892), - [anon_sym_abstract] = ACTIONS(4892), - [anon_sym_final] = ACTIONS(4892), - [anon_sym_open] = ACTIONS(4892), - [anon_sym_vararg] = ACTIONS(4892), - [anon_sym_noinline] = ACTIONS(4892), - [anon_sym_crossinline] = ACTIONS(4892), - [anon_sym_expect] = ACTIONS(4892), - [anon_sym_actual] = ACTIONS(4892), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4894), - [sym__automatic_semicolon] = ACTIONS(4894), - [sym_safe_nav] = ACTIONS(4894), + [3945] = { + [sym__alpha_identifier] = ACTIONS(4004), + [anon_sym_AT] = ACTIONS(4006), + [anon_sym_LBRACK] = ACTIONS(4006), + [anon_sym_as] = ACTIONS(4004), + [anon_sym_EQ] = ACTIONS(4004), + [anon_sym_LBRACE] = ACTIONS(4006), + [anon_sym_RBRACE] = ACTIONS(4006), + [anon_sym_LPAREN] = ACTIONS(4006), + [anon_sym_COMMA] = ACTIONS(4006), + [anon_sym_LT] = ACTIONS(4004), + [anon_sym_GT] = ACTIONS(4004), + [anon_sym_where] = ACTIONS(4004), + [anon_sym_DOT] = ACTIONS(4004), + [anon_sym_SEMI] = ACTIONS(4006), + [anon_sym_get] = ACTIONS(4004), + [anon_sym_set] = ACTIONS(4004), + [anon_sym_STAR] = ACTIONS(4004), + [sym_label] = ACTIONS(4006), + [anon_sym_in] = ACTIONS(4004), + [anon_sym_DOT_DOT] = ACTIONS(4006), + [anon_sym_QMARK_COLON] = ACTIONS(4006), + [anon_sym_AMP_AMP] = ACTIONS(4006), + [anon_sym_PIPE_PIPE] = ACTIONS(4006), + [anon_sym_else] = ACTIONS(4004), + [anon_sym_COLON_COLON] = ACTIONS(4006), + [anon_sym_PLUS_EQ] = ACTIONS(4006), + [anon_sym_DASH_EQ] = ACTIONS(4006), + [anon_sym_STAR_EQ] = ACTIONS(4006), + [anon_sym_SLASH_EQ] = ACTIONS(4006), + [anon_sym_PERCENT_EQ] = ACTIONS(4006), + [anon_sym_BANG_EQ] = ACTIONS(4004), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4006), + [anon_sym_EQ_EQ] = ACTIONS(4004), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4006), + [anon_sym_LT_EQ] = ACTIONS(4006), + [anon_sym_GT_EQ] = ACTIONS(4006), + [anon_sym_BANGin] = ACTIONS(4006), + [anon_sym_is] = ACTIONS(4004), + [anon_sym_BANGis] = ACTIONS(4006), + [anon_sym_PLUS] = ACTIONS(4004), + [anon_sym_DASH] = ACTIONS(4004), + [anon_sym_SLASH] = ACTIONS(4004), + [anon_sym_PERCENT] = ACTIONS(4004), + [anon_sym_as_QMARK] = ACTIONS(4006), + [anon_sym_PLUS_PLUS] = ACTIONS(4006), + [anon_sym_DASH_DASH] = ACTIONS(4006), + [anon_sym_BANG_BANG] = ACTIONS(4006), + [anon_sym_suspend] = ACTIONS(4004), + [anon_sym_sealed] = ACTIONS(4004), + [anon_sym_annotation] = ACTIONS(4004), + [anon_sym_data] = ACTIONS(4004), + [anon_sym_inner] = ACTIONS(4004), + [anon_sym_value] = ACTIONS(4004), + [anon_sym_override] = ACTIONS(4004), + [anon_sym_lateinit] = ACTIONS(4004), + [anon_sym_public] = ACTIONS(4004), + [anon_sym_private] = ACTIONS(4004), + [anon_sym_internal] = ACTIONS(4004), + [anon_sym_protected] = ACTIONS(4004), + [anon_sym_tailrec] = ACTIONS(4004), + [anon_sym_operator] = ACTIONS(4004), + [anon_sym_infix] = ACTIONS(4004), + [anon_sym_inline] = ACTIONS(4004), + [anon_sym_external] = ACTIONS(4004), + [sym_property_modifier] = ACTIONS(4004), + [anon_sym_abstract] = ACTIONS(4004), + [anon_sym_final] = ACTIONS(4004), + [anon_sym_open] = ACTIONS(4004), + [anon_sym_vararg] = ACTIONS(4004), + [anon_sym_noinline] = ACTIONS(4004), + [anon_sym_crossinline] = ACTIONS(4004), + [anon_sym_expect] = ACTIONS(4004), + [anon_sym_actual] = ACTIONS(4004), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4006), + [sym__automatic_semicolon] = ACTIONS(4006), + [sym_safe_nav] = ACTIONS(4006), [sym_multiline_comment] = ACTIONS(3), }, - [3993] = { - [sym__alpha_identifier] = ACTIONS(5187), - [anon_sym_AT] = ACTIONS(5189), - [anon_sym_LBRACK] = ACTIONS(5189), - [anon_sym_as] = ACTIONS(5187), - [anon_sym_EQ] = ACTIONS(5187), - [anon_sym_LBRACE] = ACTIONS(5189), - [anon_sym_RBRACE] = ACTIONS(5189), - [anon_sym_LPAREN] = ACTIONS(5189), - [anon_sym_COMMA] = ACTIONS(5189), - [anon_sym_LT] = ACTIONS(5187), - [anon_sym_GT] = ACTIONS(5187), - [anon_sym_where] = ACTIONS(5187), - [anon_sym_DOT] = ACTIONS(5187), - [anon_sym_SEMI] = ACTIONS(5189), - [anon_sym_get] = ACTIONS(5187), - [anon_sym_set] = ACTIONS(5187), - [anon_sym_STAR] = ACTIONS(5187), - [sym_label] = ACTIONS(5189), - [anon_sym_in] = ACTIONS(5187), - [anon_sym_DOT_DOT] = ACTIONS(5189), - [anon_sym_QMARK_COLON] = ACTIONS(5189), - [anon_sym_AMP_AMP] = ACTIONS(5189), - [anon_sym_PIPE_PIPE] = ACTIONS(5189), - [anon_sym_else] = ACTIONS(5187), - [anon_sym_COLON_COLON] = ACTIONS(5189), - [anon_sym_PLUS_EQ] = ACTIONS(5189), - [anon_sym_DASH_EQ] = ACTIONS(5189), - [anon_sym_STAR_EQ] = ACTIONS(5189), - [anon_sym_SLASH_EQ] = ACTIONS(5189), - [anon_sym_PERCENT_EQ] = ACTIONS(5189), - [anon_sym_BANG_EQ] = ACTIONS(5187), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5189), - [anon_sym_EQ_EQ] = ACTIONS(5187), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5189), - [anon_sym_LT_EQ] = ACTIONS(5189), - [anon_sym_GT_EQ] = ACTIONS(5189), - [anon_sym_BANGin] = ACTIONS(5189), - [anon_sym_is] = ACTIONS(5187), - [anon_sym_BANGis] = ACTIONS(5189), - [anon_sym_PLUS] = ACTIONS(5187), - [anon_sym_DASH] = ACTIONS(5187), - [anon_sym_SLASH] = ACTIONS(5187), - [anon_sym_PERCENT] = ACTIONS(5187), - [anon_sym_as_QMARK] = ACTIONS(5189), - [anon_sym_PLUS_PLUS] = ACTIONS(5189), - [anon_sym_DASH_DASH] = ACTIONS(5189), - [anon_sym_BANG_BANG] = ACTIONS(5189), - [anon_sym_suspend] = ACTIONS(5187), - [anon_sym_sealed] = ACTIONS(5187), - [anon_sym_annotation] = ACTIONS(5187), - [anon_sym_data] = ACTIONS(5187), - [anon_sym_inner] = ACTIONS(5187), - [anon_sym_value] = ACTIONS(5187), - [anon_sym_override] = ACTIONS(5187), - [anon_sym_lateinit] = ACTIONS(5187), - [anon_sym_public] = ACTIONS(5187), - [anon_sym_private] = ACTIONS(5187), - [anon_sym_internal] = ACTIONS(5187), - [anon_sym_protected] = ACTIONS(5187), - [anon_sym_tailrec] = ACTIONS(5187), - [anon_sym_operator] = ACTIONS(5187), - [anon_sym_infix] = ACTIONS(5187), - [anon_sym_inline] = ACTIONS(5187), - [anon_sym_external] = ACTIONS(5187), - [sym_property_modifier] = ACTIONS(5187), - [anon_sym_abstract] = ACTIONS(5187), - [anon_sym_final] = ACTIONS(5187), - [anon_sym_open] = ACTIONS(5187), - [anon_sym_vararg] = ACTIONS(5187), - [anon_sym_noinline] = ACTIONS(5187), - [anon_sym_crossinline] = ACTIONS(5187), - [anon_sym_expect] = ACTIONS(5187), - [anon_sym_actual] = ACTIONS(5187), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5189), - [sym__automatic_semicolon] = ACTIONS(5189), - [sym_safe_nav] = ACTIONS(5189), + [3946] = { + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(4323), + [anon_sym_LBRACE] = ACTIONS(4325), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [sym_label] = ACTIONS(4325), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), [sym_multiline_comment] = ACTIONS(3), }, - [3994] = { - [sym__alpha_identifier] = ACTIONS(4942), - [anon_sym_AT] = ACTIONS(4944), - [anon_sym_LBRACK] = ACTIONS(4944), - [anon_sym_as] = ACTIONS(4942), - [anon_sym_EQ] = ACTIONS(4942), - [anon_sym_LBRACE] = ACTIONS(4944), - [anon_sym_RBRACE] = ACTIONS(4944), - [anon_sym_LPAREN] = ACTIONS(4944), - [anon_sym_COMMA] = ACTIONS(4944), - [anon_sym_LT] = ACTIONS(4942), - [anon_sym_GT] = ACTIONS(4942), - [anon_sym_where] = ACTIONS(4942), - [anon_sym_DOT] = ACTIONS(4942), - [anon_sym_SEMI] = ACTIONS(4944), - [anon_sym_get] = ACTIONS(4942), - [anon_sym_set] = ACTIONS(4942), - [anon_sym_STAR] = ACTIONS(4942), - [sym_label] = ACTIONS(4944), - [anon_sym_in] = ACTIONS(4942), - [anon_sym_DOT_DOT] = ACTIONS(4944), - [anon_sym_QMARK_COLON] = ACTIONS(4944), - [anon_sym_AMP_AMP] = ACTIONS(4944), - [anon_sym_PIPE_PIPE] = ACTIONS(4944), - [anon_sym_else] = ACTIONS(4942), - [anon_sym_COLON_COLON] = ACTIONS(4944), - [anon_sym_PLUS_EQ] = ACTIONS(4944), - [anon_sym_DASH_EQ] = ACTIONS(4944), - [anon_sym_STAR_EQ] = ACTIONS(4944), - [anon_sym_SLASH_EQ] = ACTIONS(4944), - [anon_sym_PERCENT_EQ] = ACTIONS(4944), - [anon_sym_BANG_EQ] = ACTIONS(4942), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4944), - [anon_sym_EQ_EQ] = ACTIONS(4942), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4944), - [anon_sym_LT_EQ] = ACTIONS(4944), - [anon_sym_GT_EQ] = ACTIONS(4944), - [anon_sym_BANGin] = ACTIONS(4944), - [anon_sym_is] = ACTIONS(4942), - [anon_sym_BANGis] = ACTIONS(4944), - [anon_sym_PLUS] = ACTIONS(4942), - [anon_sym_DASH] = ACTIONS(4942), - [anon_sym_SLASH] = ACTIONS(4942), - [anon_sym_PERCENT] = ACTIONS(4942), - [anon_sym_as_QMARK] = ACTIONS(4944), - [anon_sym_PLUS_PLUS] = ACTIONS(4944), - [anon_sym_DASH_DASH] = ACTIONS(4944), - [anon_sym_BANG_BANG] = ACTIONS(4944), - [anon_sym_suspend] = ACTIONS(4942), - [anon_sym_sealed] = ACTIONS(4942), - [anon_sym_annotation] = ACTIONS(4942), - [anon_sym_data] = ACTIONS(4942), - [anon_sym_inner] = ACTIONS(4942), - [anon_sym_value] = ACTIONS(4942), - [anon_sym_override] = ACTIONS(4942), - [anon_sym_lateinit] = ACTIONS(4942), - [anon_sym_public] = ACTIONS(4942), - [anon_sym_private] = ACTIONS(4942), - [anon_sym_internal] = ACTIONS(4942), - [anon_sym_protected] = ACTIONS(4942), - [anon_sym_tailrec] = ACTIONS(4942), - [anon_sym_operator] = ACTIONS(4942), - [anon_sym_infix] = ACTIONS(4942), - [anon_sym_inline] = ACTIONS(4942), - [anon_sym_external] = ACTIONS(4942), - [sym_property_modifier] = ACTIONS(4942), - [anon_sym_abstract] = ACTIONS(4942), - [anon_sym_final] = ACTIONS(4942), - [anon_sym_open] = ACTIONS(4942), - [anon_sym_vararg] = ACTIONS(4942), - [anon_sym_noinline] = ACTIONS(4942), - [anon_sym_crossinline] = ACTIONS(4942), - [anon_sym_expect] = ACTIONS(4942), - [anon_sym_actual] = ACTIONS(4942), + [3947] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4281), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4284), + [anon_sym_LPAREN] = ACTIONS(5804), + [anon_sym_COMMA] = ACTIONS(4284), + [anon_sym_LT] = ACTIONS(4281), + [anon_sym_GT] = ACTIONS(4281), + [anon_sym_where] = ACTIONS(4281), + [anon_sym_DOT] = ACTIONS(4281), + [anon_sym_SEMI] = ACTIONS(4284), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_STAR] = ACTIONS(4281), + [sym_label] = ACTIONS(4284), + [anon_sym_in] = ACTIONS(4281), + [anon_sym_DOT_DOT] = ACTIONS(4284), + [anon_sym_QMARK_COLON] = ACTIONS(4284), + [anon_sym_AMP_AMP] = ACTIONS(4284), + [anon_sym_PIPE_PIPE] = ACTIONS(4284), + [anon_sym_else] = ACTIONS(4281), + [anon_sym_COLON_COLON] = ACTIONS(4284), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(4281), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), + [anon_sym_EQ_EQ] = ACTIONS(4281), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), + [anon_sym_LT_EQ] = ACTIONS(4284), + [anon_sym_GT_EQ] = ACTIONS(4284), + [anon_sym_BANGin] = ACTIONS(4284), + [anon_sym_is] = ACTIONS(4281), + [anon_sym_BANGis] = ACTIONS(4284), + [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(4284), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG_BANG] = ACTIONS(4284), + [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_value] = 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), - [sym__backtick_identifier] = ACTIONS(4944), - [sym__automatic_semicolon] = ACTIONS(4944), - [sym_safe_nav] = ACTIONS(4944), + [sym__backtick_identifier] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4284), + [sym_safe_nav] = ACTIONS(4284), [sym_multiline_comment] = ACTIONS(3), }, - [3995] = { - [sym__alpha_identifier] = ACTIONS(4974), - [anon_sym_AT] = ACTIONS(4976), - [anon_sym_LBRACK] = ACTIONS(4976), - [anon_sym_as] = ACTIONS(4974), - [anon_sym_EQ] = ACTIONS(4974), - [anon_sym_LBRACE] = ACTIONS(4976), - [anon_sym_RBRACE] = ACTIONS(4976), - [anon_sym_LPAREN] = ACTIONS(4976), - [anon_sym_COMMA] = ACTIONS(4976), - [anon_sym_LT] = ACTIONS(4974), - [anon_sym_GT] = ACTIONS(4974), - [anon_sym_where] = ACTIONS(4974), - [anon_sym_DOT] = ACTIONS(4974), - [anon_sym_SEMI] = ACTIONS(4976), - [anon_sym_get] = ACTIONS(4974), - [anon_sym_set] = ACTIONS(4974), - [anon_sym_STAR] = ACTIONS(4974), - [sym_label] = ACTIONS(4976), - [anon_sym_in] = ACTIONS(4974), - [anon_sym_DOT_DOT] = ACTIONS(4976), - [anon_sym_QMARK_COLON] = ACTIONS(4976), - [anon_sym_AMP_AMP] = ACTIONS(4976), - [anon_sym_PIPE_PIPE] = ACTIONS(4976), - [anon_sym_else] = ACTIONS(4974), - [anon_sym_COLON_COLON] = ACTIONS(4976), - [anon_sym_PLUS_EQ] = ACTIONS(4976), - [anon_sym_DASH_EQ] = ACTIONS(4976), - [anon_sym_STAR_EQ] = ACTIONS(4976), - [anon_sym_SLASH_EQ] = ACTIONS(4976), - [anon_sym_PERCENT_EQ] = ACTIONS(4976), - [anon_sym_BANG_EQ] = ACTIONS(4974), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4976), - [anon_sym_EQ_EQ] = ACTIONS(4974), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4976), - [anon_sym_LT_EQ] = ACTIONS(4976), - [anon_sym_GT_EQ] = ACTIONS(4976), - [anon_sym_BANGin] = ACTIONS(4976), - [anon_sym_is] = ACTIONS(4974), - [anon_sym_BANGis] = ACTIONS(4976), - [anon_sym_PLUS] = ACTIONS(4974), - [anon_sym_DASH] = ACTIONS(4974), - [anon_sym_SLASH] = ACTIONS(4974), - [anon_sym_PERCENT] = ACTIONS(4974), - [anon_sym_as_QMARK] = ACTIONS(4976), - [anon_sym_PLUS_PLUS] = ACTIONS(4976), - [anon_sym_DASH_DASH] = ACTIONS(4976), - [anon_sym_BANG_BANG] = ACTIONS(4976), - [anon_sym_suspend] = ACTIONS(4974), - [anon_sym_sealed] = ACTIONS(4974), - [anon_sym_annotation] = ACTIONS(4974), - [anon_sym_data] = ACTIONS(4974), - [anon_sym_inner] = ACTIONS(4974), - [anon_sym_value] = ACTIONS(4974), - [anon_sym_override] = ACTIONS(4974), - [anon_sym_lateinit] = ACTIONS(4974), - [anon_sym_public] = ACTIONS(4974), - [anon_sym_private] = ACTIONS(4974), - [anon_sym_internal] = ACTIONS(4974), - [anon_sym_protected] = ACTIONS(4974), - [anon_sym_tailrec] = ACTIONS(4974), - [anon_sym_operator] = ACTIONS(4974), - [anon_sym_infix] = ACTIONS(4974), - [anon_sym_inline] = ACTIONS(4974), - [anon_sym_external] = ACTIONS(4974), - [sym_property_modifier] = ACTIONS(4974), - [anon_sym_abstract] = ACTIONS(4974), - [anon_sym_final] = ACTIONS(4974), - [anon_sym_open] = ACTIONS(4974), - [anon_sym_vararg] = ACTIONS(4974), - [anon_sym_noinline] = ACTIONS(4974), - [anon_sym_crossinline] = ACTIONS(4974), - [anon_sym_expect] = ACTIONS(4974), - [anon_sym_actual] = ACTIONS(4974), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4976), - [sym__automatic_semicolon] = ACTIONS(4976), - [sym_safe_nav] = ACTIONS(4976), + [3948] = { + [sym__alpha_identifier] = ACTIONS(5088), + [anon_sym_AT] = ACTIONS(5090), + [anon_sym_LBRACK] = ACTIONS(5090), + [anon_sym_as] = ACTIONS(5088), + [anon_sym_EQ] = ACTIONS(5088), + [anon_sym_LBRACE] = ACTIONS(5090), + [anon_sym_RBRACE] = ACTIONS(5090), + [anon_sym_LPAREN] = ACTIONS(5090), + [anon_sym_COMMA] = ACTIONS(5090), + [anon_sym_LT] = ACTIONS(5088), + [anon_sym_GT] = ACTIONS(5088), + [anon_sym_where] = ACTIONS(5088), + [anon_sym_DOT] = ACTIONS(5088), + [anon_sym_SEMI] = ACTIONS(5090), + [anon_sym_get] = ACTIONS(5088), + [anon_sym_set] = ACTIONS(5088), + [anon_sym_STAR] = ACTIONS(5088), + [sym_label] = ACTIONS(5090), + [anon_sym_in] = ACTIONS(5088), + [anon_sym_DOT_DOT] = ACTIONS(5090), + [anon_sym_QMARK_COLON] = ACTIONS(5090), + [anon_sym_AMP_AMP] = ACTIONS(5090), + [anon_sym_PIPE_PIPE] = ACTIONS(5090), + [anon_sym_else] = ACTIONS(5088), + [anon_sym_COLON_COLON] = ACTIONS(5090), + [anon_sym_PLUS_EQ] = ACTIONS(5090), + [anon_sym_DASH_EQ] = ACTIONS(5090), + [anon_sym_STAR_EQ] = ACTIONS(5090), + [anon_sym_SLASH_EQ] = ACTIONS(5090), + [anon_sym_PERCENT_EQ] = ACTIONS(5090), + [anon_sym_BANG_EQ] = ACTIONS(5088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5090), + [anon_sym_EQ_EQ] = ACTIONS(5088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5090), + [anon_sym_LT_EQ] = ACTIONS(5090), + [anon_sym_GT_EQ] = ACTIONS(5090), + [anon_sym_BANGin] = ACTIONS(5090), + [anon_sym_is] = ACTIONS(5088), + [anon_sym_BANGis] = ACTIONS(5090), + [anon_sym_PLUS] = ACTIONS(5088), + [anon_sym_DASH] = ACTIONS(5088), + [anon_sym_SLASH] = ACTIONS(5088), + [anon_sym_PERCENT] = ACTIONS(5088), + [anon_sym_as_QMARK] = ACTIONS(5090), + [anon_sym_PLUS_PLUS] = ACTIONS(5090), + [anon_sym_DASH_DASH] = ACTIONS(5090), + [anon_sym_BANG_BANG] = ACTIONS(5090), + [anon_sym_suspend] = ACTIONS(5088), + [anon_sym_sealed] = ACTIONS(5088), + [anon_sym_annotation] = ACTIONS(5088), + [anon_sym_data] = ACTIONS(5088), + [anon_sym_inner] = ACTIONS(5088), + [anon_sym_value] = ACTIONS(5088), + [anon_sym_override] = ACTIONS(5088), + [anon_sym_lateinit] = ACTIONS(5088), + [anon_sym_public] = ACTIONS(5088), + [anon_sym_private] = ACTIONS(5088), + [anon_sym_internal] = ACTIONS(5088), + [anon_sym_protected] = ACTIONS(5088), + [anon_sym_tailrec] = ACTIONS(5088), + [anon_sym_operator] = ACTIONS(5088), + [anon_sym_infix] = ACTIONS(5088), + [anon_sym_inline] = ACTIONS(5088), + [anon_sym_external] = ACTIONS(5088), + [sym_property_modifier] = ACTIONS(5088), + [anon_sym_abstract] = ACTIONS(5088), + [anon_sym_final] = ACTIONS(5088), + [anon_sym_open] = ACTIONS(5088), + [anon_sym_vararg] = ACTIONS(5088), + [anon_sym_noinline] = ACTIONS(5088), + [anon_sym_crossinline] = ACTIONS(5088), + [anon_sym_expect] = ACTIONS(5088), + [anon_sym_actual] = ACTIONS(5088), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5090), + [sym__automatic_semicolon] = ACTIONS(5090), + [sym_safe_nav] = ACTIONS(5090), [sym_multiline_comment] = ACTIONS(3), }, - [3996] = { - [sym__alpha_identifier] = ACTIONS(4938), - [anon_sym_AT] = ACTIONS(4940), - [anon_sym_LBRACK] = ACTIONS(4940), - [anon_sym_as] = ACTIONS(4938), - [anon_sym_EQ] = ACTIONS(4938), - [anon_sym_LBRACE] = ACTIONS(4940), - [anon_sym_RBRACE] = ACTIONS(4940), - [anon_sym_LPAREN] = ACTIONS(4940), - [anon_sym_COMMA] = ACTIONS(4940), - [anon_sym_LT] = ACTIONS(4938), - [anon_sym_GT] = ACTIONS(4938), - [anon_sym_where] = ACTIONS(4938), - [anon_sym_DOT] = ACTIONS(4938), - [anon_sym_SEMI] = ACTIONS(4940), - [anon_sym_get] = ACTIONS(4938), - [anon_sym_set] = ACTIONS(4938), - [anon_sym_STAR] = ACTIONS(4938), - [sym_label] = ACTIONS(4940), - [anon_sym_in] = ACTIONS(4938), - [anon_sym_DOT_DOT] = ACTIONS(4940), - [anon_sym_QMARK_COLON] = ACTIONS(4940), - [anon_sym_AMP_AMP] = ACTIONS(4940), - [anon_sym_PIPE_PIPE] = ACTIONS(4940), - [anon_sym_else] = ACTIONS(4938), - [anon_sym_COLON_COLON] = ACTIONS(4940), - [anon_sym_PLUS_EQ] = ACTIONS(4940), - [anon_sym_DASH_EQ] = ACTIONS(4940), - [anon_sym_STAR_EQ] = ACTIONS(4940), - [anon_sym_SLASH_EQ] = ACTIONS(4940), - [anon_sym_PERCENT_EQ] = ACTIONS(4940), - [anon_sym_BANG_EQ] = ACTIONS(4938), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4940), - [anon_sym_EQ_EQ] = ACTIONS(4938), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4940), - [anon_sym_LT_EQ] = ACTIONS(4940), - [anon_sym_GT_EQ] = ACTIONS(4940), - [anon_sym_BANGin] = ACTIONS(4940), - [anon_sym_is] = ACTIONS(4938), - [anon_sym_BANGis] = ACTIONS(4940), - [anon_sym_PLUS] = ACTIONS(4938), - [anon_sym_DASH] = ACTIONS(4938), - [anon_sym_SLASH] = ACTIONS(4938), - [anon_sym_PERCENT] = ACTIONS(4938), - [anon_sym_as_QMARK] = ACTIONS(4940), - [anon_sym_PLUS_PLUS] = ACTIONS(4940), - [anon_sym_DASH_DASH] = ACTIONS(4940), - [anon_sym_BANG_BANG] = ACTIONS(4940), - [anon_sym_suspend] = ACTIONS(4938), - [anon_sym_sealed] = ACTIONS(4938), - [anon_sym_annotation] = ACTIONS(4938), - [anon_sym_data] = ACTIONS(4938), - [anon_sym_inner] = ACTIONS(4938), - [anon_sym_value] = ACTIONS(4938), - [anon_sym_override] = ACTIONS(4938), - [anon_sym_lateinit] = ACTIONS(4938), - [anon_sym_public] = ACTIONS(4938), - [anon_sym_private] = ACTIONS(4938), - [anon_sym_internal] = ACTIONS(4938), - [anon_sym_protected] = ACTIONS(4938), - [anon_sym_tailrec] = ACTIONS(4938), - [anon_sym_operator] = ACTIONS(4938), - [anon_sym_infix] = ACTIONS(4938), - [anon_sym_inline] = ACTIONS(4938), - [anon_sym_external] = ACTIONS(4938), - [sym_property_modifier] = ACTIONS(4938), - [anon_sym_abstract] = ACTIONS(4938), - [anon_sym_final] = ACTIONS(4938), - [anon_sym_open] = ACTIONS(4938), - [anon_sym_vararg] = ACTIONS(4938), - [anon_sym_noinline] = ACTIONS(4938), - [anon_sym_crossinline] = ACTIONS(4938), - [anon_sym_expect] = ACTIONS(4938), - [anon_sym_actual] = ACTIONS(4938), + [3949] = { + [sym__alpha_identifier] = ACTIONS(3121), + [anon_sym_AT] = ACTIONS(3123), + [anon_sym_LBRACK] = ACTIONS(3123), + [anon_sym_as] = ACTIONS(3121), + [anon_sym_EQ] = ACTIONS(3121), + [anon_sym_LBRACE] = ACTIONS(3123), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(3123), + [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3121), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_where] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(3121), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3121), + [anon_sym_set] = ACTIONS(3121), + [anon_sym_STAR] = ACTIONS(3121), + [sym_label] = ACTIONS(3123), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(3123), + [anon_sym_QMARK_COLON] = ACTIONS(3123), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(3123), + [anon_sym_PLUS_EQ] = ACTIONS(3123), + [anon_sym_DASH_EQ] = ACTIONS(3123), + [anon_sym_STAR_EQ] = ACTIONS(3123), + [anon_sym_SLASH_EQ] = ACTIONS(3123), + [anon_sym_PERCENT_EQ] = ACTIONS(3123), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(3121), + [anon_sym_DASH] = ACTIONS(3121), + [anon_sym_SLASH] = ACTIONS(3121), + [anon_sym_PERCENT] = ACTIONS(3121), + [anon_sym_as_QMARK] = ACTIONS(3123), + [anon_sym_PLUS_PLUS] = ACTIONS(3123), + [anon_sym_DASH_DASH] = ACTIONS(3123), + [anon_sym_BANG_BANG] = ACTIONS(3123), + [anon_sym_suspend] = ACTIONS(3121), + [anon_sym_sealed] = ACTIONS(3121), + [anon_sym_annotation] = ACTIONS(3121), + [anon_sym_data] = ACTIONS(3121), + [anon_sym_inner] = ACTIONS(3121), + [anon_sym_value] = ACTIONS(3121), + [anon_sym_override] = ACTIONS(3121), + [anon_sym_lateinit] = ACTIONS(3121), + [anon_sym_public] = ACTIONS(3121), + [anon_sym_private] = ACTIONS(3121), + [anon_sym_internal] = ACTIONS(3121), + [anon_sym_protected] = ACTIONS(3121), + [anon_sym_tailrec] = ACTIONS(3121), + [anon_sym_operator] = ACTIONS(3121), + [anon_sym_infix] = ACTIONS(3121), + [anon_sym_inline] = ACTIONS(3121), + [anon_sym_external] = ACTIONS(3121), + [sym_property_modifier] = ACTIONS(3121), + [anon_sym_abstract] = ACTIONS(3121), + [anon_sym_final] = ACTIONS(3121), + [anon_sym_open] = ACTIONS(3121), + [anon_sym_vararg] = ACTIONS(3121), + [anon_sym_noinline] = ACTIONS(3121), + [anon_sym_crossinline] = ACTIONS(3121), + [anon_sym_expect] = ACTIONS(3121), + [anon_sym_actual] = ACTIONS(3121), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4940), - [sym__automatic_semicolon] = ACTIONS(4940), - [sym_safe_nav] = ACTIONS(4940), + [sym__backtick_identifier] = ACTIONS(3123), + [sym__automatic_semicolon] = ACTIONS(3123), + [sym_safe_nav] = ACTIONS(3123), [sym_multiline_comment] = ACTIONS(3), }, - [3997] = { - [sym__alpha_identifier] = ACTIONS(4934), - [anon_sym_AT] = ACTIONS(4936), - [anon_sym_LBRACK] = ACTIONS(4936), - [anon_sym_as] = ACTIONS(4934), - [anon_sym_EQ] = ACTIONS(4934), - [anon_sym_LBRACE] = ACTIONS(4936), - [anon_sym_RBRACE] = ACTIONS(4936), - [anon_sym_LPAREN] = ACTIONS(4936), - [anon_sym_COMMA] = ACTIONS(4936), - [anon_sym_LT] = ACTIONS(4934), - [anon_sym_GT] = ACTIONS(4934), - [anon_sym_where] = ACTIONS(4934), - [anon_sym_DOT] = ACTIONS(4934), - [anon_sym_SEMI] = ACTIONS(4936), - [anon_sym_get] = ACTIONS(4934), - [anon_sym_set] = ACTIONS(4934), - [anon_sym_STAR] = ACTIONS(4934), - [sym_label] = ACTIONS(4936), - [anon_sym_in] = ACTIONS(4934), - [anon_sym_DOT_DOT] = ACTIONS(4936), - [anon_sym_QMARK_COLON] = ACTIONS(4936), - [anon_sym_AMP_AMP] = ACTIONS(4936), - [anon_sym_PIPE_PIPE] = ACTIONS(4936), - [anon_sym_else] = ACTIONS(4934), - [anon_sym_COLON_COLON] = ACTIONS(4936), - [anon_sym_PLUS_EQ] = ACTIONS(4936), - [anon_sym_DASH_EQ] = ACTIONS(4936), - [anon_sym_STAR_EQ] = ACTIONS(4936), - [anon_sym_SLASH_EQ] = ACTIONS(4936), - [anon_sym_PERCENT_EQ] = ACTIONS(4936), - [anon_sym_BANG_EQ] = ACTIONS(4934), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4936), - [anon_sym_EQ_EQ] = ACTIONS(4934), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4936), - [anon_sym_LT_EQ] = ACTIONS(4936), - [anon_sym_GT_EQ] = ACTIONS(4936), - [anon_sym_BANGin] = ACTIONS(4936), - [anon_sym_is] = ACTIONS(4934), - [anon_sym_BANGis] = ACTIONS(4936), - [anon_sym_PLUS] = ACTIONS(4934), - [anon_sym_DASH] = ACTIONS(4934), - [anon_sym_SLASH] = ACTIONS(4934), - [anon_sym_PERCENT] = ACTIONS(4934), - [anon_sym_as_QMARK] = ACTIONS(4936), - [anon_sym_PLUS_PLUS] = ACTIONS(4936), - [anon_sym_DASH_DASH] = ACTIONS(4936), - [anon_sym_BANG_BANG] = ACTIONS(4936), - [anon_sym_suspend] = ACTIONS(4934), - [anon_sym_sealed] = ACTIONS(4934), - [anon_sym_annotation] = ACTIONS(4934), - [anon_sym_data] = ACTIONS(4934), - [anon_sym_inner] = ACTIONS(4934), - [anon_sym_value] = ACTIONS(4934), - [anon_sym_override] = ACTIONS(4934), - [anon_sym_lateinit] = ACTIONS(4934), - [anon_sym_public] = ACTIONS(4934), - [anon_sym_private] = ACTIONS(4934), - [anon_sym_internal] = ACTIONS(4934), - [anon_sym_protected] = ACTIONS(4934), - [anon_sym_tailrec] = ACTIONS(4934), - [anon_sym_operator] = ACTIONS(4934), - [anon_sym_infix] = ACTIONS(4934), - [anon_sym_inline] = ACTIONS(4934), - [anon_sym_external] = ACTIONS(4934), - [sym_property_modifier] = ACTIONS(4934), - [anon_sym_abstract] = ACTIONS(4934), - [anon_sym_final] = ACTIONS(4934), - [anon_sym_open] = ACTIONS(4934), - [anon_sym_vararg] = ACTIONS(4934), - [anon_sym_noinline] = ACTIONS(4934), - [anon_sym_crossinline] = ACTIONS(4934), - [anon_sym_expect] = ACTIONS(4934), - [anon_sym_actual] = ACTIONS(4934), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4936), - [sym__automatic_semicolon] = ACTIONS(4936), - [sym_safe_nav] = ACTIONS(4936), + [3950] = { + [sym__alpha_identifier] = ACTIONS(4677), + [anon_sym_AT] = ACTIONS(4679), + [anon_sym_LBRACK] = ACTIONS(4679), + [anon_sym_as] = ACTIONS(4677), + [anon_sym_EQ] = ACTIONS(4677), + [anon_sym_LBRACE] = ACTIONS(4679), + [anon_sym_RBRACE] = ACTIONS(4679), + [anon_sym_LPAREN] = ACTIONS(4679), + [anon_sym_COMMA] = ACTIONS(4679), + [anon_sym_LT] = ACTIONS(4677), + [anon_sym_GT] = ACTIONS(4677), + [anon_sym_where] = ACTIONS(4677), + [anon_sym_DOT] = ACTIONS(4677), + [anon_sym_SEMI] = ACTIONS(4679), + [anon_sym_get] = ACTIONS(4677), + [anon_sym_set] = ACTIONS(4677), + [anon_sym_STAR] = ACTIONS(4677), + [sym_label] = ACTIONS(4679), + [anon_sym_in] = ACTIONS(4677), + [anon_sym_DOT_DOT] = ACTIONS(4679), + [anon_sym_QMARK_COLON] = ACTIONS(4679), + [anon_sym_AMP_AMP] = ACTIONS(4679), + [anon_sym_PIPE_PIPE] = ACTIONS(4679), + [anon_sym_else] = ACTIONS(4677), + [anon_sym_COLON_COLON] = ACTIONS(4679), + [anon_sym_PLUS_EQ] = ACTIONS(4679), + [anon_sym_DASH_EQ] = ACTIONS(4679), + [anon_sym_STAR_EQ] = ACTIONS(4679), + [anon_sym_SLASH_EQ] = ACTIONS(4679), + [anon_sym_PERCENT_EQ] = ACTIONS(4679), + [anon_sym_BANG_EQ] = ACTIONS(4677), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4679), + [anon_sym_EQ_EQ] = ACTIONS(4677), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4679), + [anon_sym_LT_EQ] = ACTIONS(4679), + [anon_sym_GT_EQ] = ACTIONS(4679), + [anon_sym_BANGin] = ACTIONS(4679), + [anon_sym_is] = ACTIONS(4677), + [anon_sym_BANGis] = ACTIONS(4679), + [anon_sym_PLUS] = ACTIONS(4677), + [anon_sym_DASH] = ACTIONS(4677), + [anon_sym_SLASH] = ACTIONS(4677), + [anon_sym_PERCENT] = ACTIONS(4677), + [anon_sym_as_QMARK] = ACTIONS(4679), + [anon_sym_PLUS_PLUS] = ACTIONS(4679), + [anon_sym_DASH_DASH] = ACTIONS(4679), + [anon_sym_BANG_BANG] = ACTIONS(4679), + [anon_sym_suspend] = ACTIONS(4677), + [anon_sym_sealed] = ACTIONS(4677), + [anon_sym_annotation] = ACTIONS(4677), + [anon_sym_data] = ACTIONS(4677), + [anon_sym_inner] = ACTIONS(4677), + [anon_sym_value] = ACTIONS(4677), + [anon_sym_override] = ACTIONS(4677), + [anon_sym_lateinit] = ACTIONS(4677), + [anon_sym_public] = ACTIONS(4677), + [anon_sym_private] = ACTIONS(4677), + [anon_sym_internal] = ACTIONS(4677), + [anon_sym_protected] = ACTIONS(4677), + [anon_sym_tailrec] = ACTIONS(4677), + [anon_sym_operator] = ACTIONS(4677), + [anon_sym_infix] = ACTIONS(4677), + [anon_sym_inline] = ACTIONS(4677), + [anon_sym_external] = ACTIONS(4677), + [sym_property_modifier] = ACTIONS(4677), + [anon_sym_abstract] = ACTIONS(4677), + [anon_sym_final] = ACTIONS(4677), + [anon_sym_open] = ACTIONS(4677), + [anon_sym_vararg] = ACTIONS(4677), + [anon_sym_noinline] = ACTIONS(4677), + [anon_sym_crossinline] = ACTIONS(4677), + [anon_sym_expect] = ACTIONS(4677), + [anon_sym_actual] = ACTIONS(4677), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4679), + [sym__automatic_semicolon] = ACTIONS(4679), + [sym_safe_nav] = ACTIONS(4679), [sym_multiline_comment] = ACTIONS(3), }, - [3998] = { - [sym__alpha_identifier] = ACTIONS(5159), - [anon_sym_AT] = ACTIONS(5161), - [anon_sym_LBRACK] = ACTIONS(5161), - [anon_sym_typealias] = ACTIONS(5159), - [anon_sym_class] = ACTIONS(5159), - [anon_sym_interface] = ACTIONS(5159), - [anon_sym_enum] = ACTIONS(5159), - [anon_sym_LBRACE] = ACTIONS(5161), - [anon_sym_LPAREN] = ACTIONS(5161), - [anon_sym_val] = ACTIONS(5159), - [anon_sym_var] = ACTIONS(5159), - [anon_sym_object] = ACTIONS(5159), - [anon_sym_fun] = ACTIONS(5159), - [anon_sym_get] = ACTIONS(5159), - [anon_sym_set] = ACTIONS(5159), - [anon_sym_this] = ACTIONS(5159), - [anon_sym_super] = ACTIONS(5159), - [anon_sym_STAR] = ACTIONS(5161), - [sym_label] = ACTIONS(5159), - [anon_sym_for] = ACTIONS(5159), - [anon_sym_while] = ACTIONS(5159), - [anon_sym_do] = ACTIONS(5159), - [anon_sym_null] = ACTIONS(5159), - [anon_sym_if] = ACTIONS(5159), - [anon_sym_when] = ACTIONS(5159), - [anon_sym_try] = ACTIONS(5159), - [anon_sym_throw] = ACTIONS(5159), - [anon_sym_return] = ACTIONS(5159), - [anon_sym_continue] = ACTIONS(5159), - [anon_sym_break] = ACTIONS(5159), - [anon_sym_COLON_COLON] = ACTIONS(5161), - [anon_sym_PLUS] = ACTIONS(5159), - [anon_sym_DASH] = ACTIONS(5159), - [anon_sym_PLUS_PLUS] = ACTIONS(5161), - [anon_sym_DASH_DASH] = ACTIONS(5161), - [anon_sym_BANG] = ACTIONS(5161), - [anon_sym_suspend] = ACTIONS(5159), - [anon_sym_sealed] = ACTIONS(5159), - [anon_sym_annotation] = ACTIONS(5159), - [anon_sym_data] = ACTIONS(5159), - [anon_sym_inner] = ACTIONS(5159), - [anon_sym_value] = ACTIONS(5159), - [anon_sym_override] = ACTIONS(5159), - [anon_sym_lateinit] = ACTIONS(5159), - [anon_sym_public] = ACTIONS(5159), - [anon_sym_private] = ACTIONS(5159), - [anon_sym_internal] = ACTIONS(5159), - [anon_sym_protected] = ACTIONS(5159), - [anon_sym_tailrec] = ACTIONS(5159), - [anon_sym_operator] = ACTIONS(5159), - [anon_sym_infix] = ACTIONS(5159), - [anon_sym_inline] = ACTIONS(5159), - [anon_sym_external] = ACTIONS(5159), - [sym_property_modifier] = ACTIONS(5159), - [anon_sym_abstract] = ACTIONS(5159), - [anon_sym_final] = ACTIONS(5159), - [anon_sym_open] = ACTIONS(5159), - [anon_sym_vararg] = ACTIONS(5159), - [anon_sym_noinline] = ACTIONS(5159), - [anon_sym_crossinline] = ACTIONS(5159), - [anon_sym_expect] = ACTIONS(5159), - [anon_sym_actual] = ACTIONS(5159), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(5161), - [anon_sym_continue_AT] = ACTIONS(5161), - [anon_sym_break_AT] = ACTIONS(5161), - [anon_sym_this_AT] = ACTIONS(5161), - [anon_sym_super_AT] = ACTIONS(5161), - [sym_real_literal] = ACTIONS(5161), - [sym_integer_literal] = ACTIONS(5159), - [sym_hex_literal] = ACTIONS(5161), - [sym_bin_literal] = ACTIONS(5161), - [anon_sym_true] = ACTIONS(5159), - [anon_sym_false] = ACTIONS(5159), - [anon_sym_SQUOTE] = ACTIONS(5161), - [sym__backtick_identifier] = ACTIONS(5161), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(5161), + [3951] = { + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_EQ] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(3278), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(3274), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3274), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_PLUS_EQ] = ACTIONS(3278), + [anon_sym_DASH_EQ] = ACTIONS(3278), + [anon_sym_STAR_EQ] = ACTIONS(3278), + [anon_sym_SLASH_EQ] = ACTIONS(3278), + [anon_sym_PERCENT_EQ] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3274), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3274), + [anon_sym_sealed] = ACTIONS(3274), + [anon_sym_annotation] = ACTIONS(3274), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_override] = ACTIONS(3274), + [anon_sym_lateinit] = ACTIONS(3274), + [anon_sym_public] = ACTIONS(3274), + [anon_sym_private] = ACTIONS(3274), + [anon_sym_internal] = ACTIONS(3274), + [anon_sym_protected] = ACTIONS(3274), + [anon_sym_tailrec] = ACTIONS(3274), + [anon_sym_operator] = ACTIONS(3274), + [anon_sym_infix] = ACTIONS(3274), + [anon_sym_inline] = ACTIONS(3274), + [anon_sym_external] = ACTIONS(3274), + [sym_property_modifier] = ACTIONS(3274), + [anon_sym_abstract] = ACTIONS(3274), + [anon_sym_final] = ACTIONS(3274), + [anon_sym_open] = ACTIONS(3274), + [anon_sym_vararg] = ACTIONS(3274), + [anon_sym_noinline] = ACTIONS(3274), + [anon_sym_crossinline] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), }, - [3999] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4259), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4262), - [anon_sym_LPAREN] = ACTIONS(5844), - [anon_sym_COMMA] = ACTIONS(4262), - [anon_sym_LT] = ACTIONS(4259), - [anon_sym_GT] = ACTIONS(4259), - [anon_sym_where] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4259), - [anon_sym_SEMI] = ACTIONS(4262), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4262), - [anon_sym_in] = ACTIONS(4259), - [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(4259), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4259), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), - [anon_sym_EQ_EQ] = ACTIONS(4259), - [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(4259), - [anon_sym_BANGis] = ACTIONS(4262), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4259), - [anon_sym_PERCENT] = ACTIONS(4259), - [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(4259), - [anon_sym_sealed] = ACTIONS(4259), - [anon_sym_annotation] = ACTIONS(4259), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4259), - [anon_sym_lateinit] = ACTIONS(4259), - [anon_sym_public] = ACTIONS(4259), - [anon_sym_private] = ACTIONS(4259), - [anon_sym_internal] = ACTIONS(4259), - [anon_sym_protected] = ACTIONS(4259), - [anon_sym_tailrec] = ACTIONS(4259), - [anon_sym_operator] = ACTIONS(4259), - [anon_sym_infix] = ACTIONS(4259), - [anon_sym_inline] = ACTIONS(4259), - [anon_sym_external] = ACTIONS(4259), - [sym_property_modifier] = ACTIONS(4259), - [anon_sym_abstract] = ACTIONS(4259), - [anon_sym_final] = ACTIONS(4259), - [anon_sym_open] = ACTIONS(4259), - [anon_sym_vararg] = ACTIONS(4259), - [anon_sym_noinline] = ACTIONS(4259), - [anon_sym_crossinline] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4262), - [sym_safe_nav] = ACTIONS(4262), + [3952] = { + [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_value] = 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), }, - [4000] = { + [3953] = { [sym__alpha_identifier] = ACTIONS(4786), [anon_sym_AT] = ACTIONS(4788), [anon_sym_LBRACK] = ACTIONS(4788), @@ -444808,1927 +441002,1847 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4788), [sym_multiline_comment] = ACTIONS(3), }, - [4001] = { - [sym__alpha_identifier] = ACTIONS(5209), - [anon_sym_AT] = ACTIONS(5211), - [anon_sym_LBRACK] = ACTIONS(5211), - [anon_sym_as] = ACTIONS(5209), - [anon_sym_EQ] = ACTIONS(5209), - [anon_sym_LBRACE] = ACTIONS(5211), - [anon_sym_RBRACE] = ACTIONS(5211), - [anon_sym_LPAREN] = ACTIONS(5211), - [anon_sym_COMMA] = ACTIONS(5211), - [anon_sym_LT] = ACTIONS(5209), - [anon_sym_GT] = ACTIONS(5209), - [anon_sym_where] = ACTIONS(5209), - [anon_sym_DOT] = ACTIONS(5209), - [anon_sym_SEMI] = ACTIONS(5211), - [anon_sym_get] = ACTIONS(5209), - [anon_sym_set] = ACTIONS(5209), - [anon_sym_STAR] = ACTIONS(5209), - [sym_label] = ACTIONS(5211), - [anon_sym_in] = ACTIONS(5209), - [anon_sym_DOT_DOT] = ACTIONS(5211), - [anon_sym_QMARK_COLON] = ACTIONS(5211), - [anon_sym_AMP_AMP] = ACTIONS(5211), - [anon_sym_PIPE_PIPE] = ACTIONS(5211), - [anon_sym_else] = ACTIONS(5209), - [anon_sym_COLON_COLON] = ACTIONS(5211), - [anon_sym_PLUS_EQ] = ACTIONS(5211), - [anon_sym_DASH_EQ] = ACTIONS(5211), - [anon_sym_STAR_EQ] = ACTIONS(5211), - [anon_sym_SLASH_EQ] = ACTIONS(5211), - [anon_sym_PERCENT_EQ] = ACTIONS(5211), - [anon_sym_BANG_EQ] = ACTIONS(5209), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5211), - [anon_sym_EQ_EQ] = ACTIONS(5209), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5211), - [anon_sym_LT_EQ] = ACTIONS(5211), - [anon_sym_GT_EQ] = ACTIONS(5211), - [anon_sym_BANGin] = ACTIONS(5211), - [anon_sym_is] = ACTIONS(5209), - [anon_sym_BANGis] = ACTIONS(5211), - [anon_sym_PLUS] = ACTIONS(5209), - [anon_sym_DASH] = ACTIONS(5209), - [anon_sym_SLASH] = ACTIONS(5209), - [anon_sym_PERCENT] = ACTIONS(5209), - [anon_sym_as_QMARK] = ACTIONS(5211), - [anon_sym_PLUS_PLUS] = ACTIONS(5211), - [anon_sym_DASH_DASH] = ACTIONS(5211), - [anon_sym_BANG_BANG] = ACTIONS(5211), - [anon_sym_suspend] = ACTIONS(5209), - [anon_sym_sealed] = ACTIONS(5209), - [anon_sym_annotation] = ACTIONS(5209), - [anon_sym_data] = ACTIONS(5209), - [anon_sym_inner] = ACTIONS(5209), - [anon_sym_value] = ACTIONS(5209), - [anon_sym_override] = ACTIONS(5209), - [anon_sym_lateinit] = ACTIONS(5209), - [anon_sym_public] = ACTIONS(5209), - [anon_sym_private] = ACTIONS(5209), - [anon_sym_internal] = ACTIONS(5209), - [anon_sym_protected] = ACTIONS(5209), - [anon_sym_tailrec] = ACTIONS(5209), - [anon_sym_operator] = ACTIONS(5209), - [anon_sym_infix] = ACTIONS(5209), - [anon_sym_inline] = ACTIONS(5209), - [anon_sym_external] = ACTIONS(5209), - [sym_property_modifier] = ACTIONS(5209), - [anon_sym_abstract] = ACTIONS(5209), - [anon_sym_final] = ACTIONS(5209), - [anon_sym_open] = ACTIONS(5209), - [anon_sym_vararg] = ACTIONS(5209), - [anon_sym_noinline] = ACTIONS(5209), - [anon_sym_crossinline] = ACTIONS(5209), - [anon_sym_expect] = ACTIONS(5209), - [anon_sym_actual] = ACTIONS(5209), + [3954] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1525), + [sym__comparison_operator] = STATE(1526), + [sym__in_operator] = STATE(1527), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1528), + [sym__multiplicative_operator] = STATE(1529), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1530), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3101), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3103), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7123), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7125), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7127), + [anon_sym_while] = ACTIONS(3101), + [anon_sym_DOT_DOT] = ACTIONS(7129), + [anon_sym_QMARK_COLON] = ACTIONS(7131), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_else] = ACTIONS(3101), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3103), + [anon_sym_DASH_EQ] = ACTIONS(3103), + [anon_sym_STAR_EQ] = ACTIONS(3103), + [anon_sym_SLASH_EQ] = ACTIONS(3103), + [anon_sym_PERCENT_EQ] = ACTIONS(3103), + [anon_sym_BANG_EQ] = ACTIONS(7137), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7139), + [anon_sym_EQ_EQ] = ACTIONS(7137), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7139), + [anon_sym_LT_EQ] = ACTIONS(7141), + [anon_sym_GT_EQ] = ACTIONS(7141), + [anon_sym_BANGin] = ACTIONS(7143), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7145), + [anon_sym_DASH] = ACTIONS(7145), + [anon_sym_SLASH] = ACTIONS(7125), + [anon_sym_PERCENT] = ACTIONS(7125), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5211), - [sym__automatic_semicolon] = ACTIONS(5211), - [sym_safe_nav] = ACTIONS(5211), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4002] = { - [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_value] = 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), + [3955] = { + [sym__alpha_identifier] = ACTIONS(3095), + [anon_sym_AT] = ACTIONS(3097), + [anon_sym_LBRACK] = ACTIONS(3097), + [anon_sym_as] = ACTIONS(3095), + [anon_sym_EQ] = ACTIONS(3095), + [anon_sym_LBRACE] = ACTIONS(3097), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(3097), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(3095), + [anon_sym_GT] = ACTIONS(3095), + [anon_sym_where] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(3095), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3095), + [anon_sym_set] = ACTIONS(3095), + [anon_sym_STAR] = ACTIONS(3095), + [sym_label] = ACTIONS(3097), + [anon_sym_in] = ACTIONS(3095), + [anon_sym_DOT_DOT] = ACTIONS(3097), + [anon_sym_QMARK_COLON] = ACTIONS(3097), + [anon_sym_AMP_AMP] = ACTIONS(3097), + [anon_sym_PIPE_PIPE] = ACTIONS(3097), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(3097), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(3095), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3097), + [anon_sym_EQ_EQ] = ACTIONS(3095), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3097), + [anon_sym_LT_EQ] = ACTIONS(3097), + [anon_sym_GT_EQ] = ACTIONS(3097), + [anon_sym_BANGin] = ACTIONS(3097), + [anon_sym_is] = ACTIONS(3095), + [anon_sym_BANGis] = ACTIONS(3097), + [anon_sym_PLUS] = ACTIONS(3095), + [anon_sym_DASH] = ACTIONS(3095), + [anon_sym_SLASH] = ACTIONS(3095), + [anon_sym_PERCENT] = ACTIONS(3095), + [anon_sym_as_QMARK] = ACTIONS(3097), + [anon_sym_PLUS_PLUS] = ACTIONS(3097), + [anon_sym_DASH_DASH] = ACTIONS(3097), + [anon_sym_BANG_BANG] = ACTIONS(3097), + [anon_sym_suspend] = ACTIONS(3095), + [anon_sym_sealed] = ACTIONS(3095), + [anon_sym_annotation] = ACTIONS(3095), + [anon_sym_data] = ACTIONS(3095), + [anon_sym_inner] = ACTIONS(3095), + [anon_sym_value] = ACTIONS(3095), + [anon_sym_override] = ACTIONS(3095), + [anon_sym_lateinit] = ACTIONS(3095), + [anon_sym_public] = ACTIONS(3095), + [anon_sym_private] = ACTIONS(3095), + [anon_sym_internal] = ACTIONS(3095), + [anon_sym_protected] = ACTIONS(3095), + [anon_sym_tailrec] = ACTIONS(3095), + [anon_sym_operator] = ACTIONS(3095), + [anon_sym_infix] = ACTIONS(3095), + [anon_sym_inline] = ACTIONS(3095), + [anon_sym_external] = ACTIONS(3095), + [sym_property_modifier] = ACTIONS(3095), + [anon_sym_abstract] = ACTIONS(3095), + [anon_sym_final] = ACTIONS(3095), + [anon_sym_open] = ACTIONS(3095), + [anon_sym_vararg] = ACTIONS(3095), + [anon_sym_noinline] = ACTIONS(3095), + [anon_sym_crossinline] = ACTIONS(3095), + [anon_sym_expect] = ACTIONS(3095), + [anon_sym_actual] = ACTIONS(3095), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3097), + [sym__automatic_semicolon] = ACTIONS(3097), + [sym_safe_nav] = ACTIONS(3097), [sym_multiline_comment] = ACTIONS(3), }, - [4003] = { - [sym__alpha_identifier] = ACTIONS(5024), - [anon_sym_AT] = ACTIONS(5026), - [anon_sym_LBRACK] = ACTIONS(5026), - [anon_sym_as] = ACTIONS(5024), - [anon_sym_EQ] = ACTIONS(5024), - [anon_sym_LBRACE] = ACTIONS(5026), - [anon_sym_RBRACE] = ACTIONS(5026), - [anon_sym_LPAREN] = ACTIONS(5026), - [anon_sym_COMMA] = ACTIONS(5026), - [anon_sym_LT] = ACTIONS(5024), - [anon_sym_GT] = ACTIONS(5024), - [anon_sym_where] = ACTIONS(5024), - [anon_sym_DOT] = ACTIONS(5024), - [anon_sym_SEMI] = ACTIONS(5026), - [anon_sym_get] = ACTIONS(5024), - [anon_sym_set] = ACTIONS(5024), - [anon_sym_STAR] = ACTIONS(5024), - [sym_label] = ACTIONS(5026), - [anon_sym_in] = ACTIONS(5024), - [anon_sym_DOT_DOT] = ACTIONS(5026), - [anon_sym_QMARK_COLON] = ACTIONS(5026), - [anon_sym_AMP_AMP] = ACTIONS(5026), - [anon_sym_PIPE_PIPE] = ACTIONS(5026), - [anon_sym_else] = ACTIONS(5024), - [anon_sym_COLON_COLON] = ACTIONS(7138), - [anon_sym_PLUS_EQ] = ACTIONS(5026), - [anon_sym_DASH_EQ] = ACTIONS(5026), - [anon_sym_STAR_EQ] = ACTIONS(5026), - [anon_sym_SLASH_EQ] = ACTIONS(5026), - [anon_sym_PERCENT_EQ] = ACTIONS(5026), - [anon_sym_BANG_EQ] = ACTIONS(5024), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5026), - [anon_sym_EQ_EQ] = ACTIONS(5024), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5026), - [anon_sym_LT_EQ] = ACTIONS(5026), - [anon_sym_GT_EQ] = ACTIONS(5026), - [anon_sym_BANGin] = ACTIONS(5026), - [anon_sym_is] = ACTIONS(5024), - [anon_sym_BANGis] = ACTIONS(5026), - [anon_sym_PLUS] = ACTIONS(5024), - [anon_sym_DASH] = ACTIONS(5024), - [anon_sym_SLASH] = ACTIONS(5024), - [anon_sym_PERCENT] = ACTIONS(5024), - [anon_sym_as_QMARK] = ACTIONS(5026), - [anon_sym_PLUS_PLUS] = ACTIONS(5026), - [anon_sym_DASH_DASH] = ACTIONS(5026), - [anon_sym_BANG_BANG] = ACTIONS(5026), - [anon_sym_suspend] = ACTIONS(5024), - [anon_sym_sealed] = ACTIONS(5024), - [anon_sym_annotation] = ACTIONS(5024), - [anon_sym_data] = ACTIONS(5024), - [anon_sym_inner] = ACTIONS(5024), - [anon_sym_value] = ACTIONS(5024), - [anon_sym_override] = ACTIONS(5024), - [anon_sym_lateinit] = ACTIONS(5024), - [anon_sym_public] = ACTIONS(5024), - [anon_sym_private] = ACTIONS(5024), - [anon_sym_internal] = ACTIONS(5024), - [anon_sym_protected] = ACTIONS(5024), - [anon_sym_tailrec] = ACTIONS(5024), - [anon_sym_operator] = ACTIONS(5024), - [anon_sym_infix] = ACTIONS(5024), - [anon_sym_inline] = ACTIONS(5024), - [anon_sym_external] = ACTIONS(5024), - [sym_property_modifier] = ACTIONS(5024), - [anon_sym_abstract] = ACTIONS(5024), - [anon_sym_final] = ACTIONS(5024), - [anon_sym_open] = ACTIONS(5024), - [anon_sym_vararg] = ACTIONS(5024), - [anon_sym_noinline] = ACTIONS(5024), - [anon_sym_crossinline] = ACTIONS(5024), - [anon_sym_expect] = ACTIONS(5024), - [anon_sym_actual] = ACTIONS(5024), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5026), - [sym__automatic_semicolon] = ACTIONS(5026), - [sym_safe_nav] = ACTIONS(5026), + [3956] = { + [sym__alpha_identifier] = ACTIONS(5044), + [anon_sym_AT] = ACTIONS(5046), + [anon_sym_LBRACK] = ACTIONS(5046), + [anon_sym_as] = ACTIONS(5044), + [anon_sym_EQ] = ACTIONS(5044), + [anon_sym_LBRACE] = ACTIONS(5046), + [anon_sym_RBRACE] = ACTIONS(5046), + [anon_sym_LPAREN] = ACTIONS(5046), + [anon_sym_COMMA] = ACTIONS(5046), + [anon_sym_LT] = ACTIONS(5044), + [anon_sym_GT] = ACTIONS(5044), + [anon_sym_where] = ACTIONS(5044), + [anon_sym_DOT] = ACTIONS(5044), + [anon_sym_SEMI] = ACTIONS(5046), + [anon_sym_get] = ACTIONS(5044), + [anon_sym_set] = ACTIONS(5044), + [anon_sym_STAR] = ACTIONS(5044), + [sym_label] = ACTIONS(5046), + [anon_sym_in] = ACTIONS(5044), + [anon_sym_DOT_DOT] = ACTIONS(5046), + [anon_sym_QMARK_COLON] = ACTIONS(5046), + [anon_sym_AMP_AMP] = ACTIONS(5046), + [anon_sym_PIPE_PIPE] = ACTIONS(5046), + [anon_sym_else] = ACTIONS(5044), + [anon_sym_COLON_COLON] = ACTIONS(5046), + [anon_sym_PLUS_EQ] = ACTIONS(5046), + [anon_sym_DASH_EQ] = ACTIONS(5046), + [anon_sym_STAR_EQ] = ACTIONS(5046), + [anon_sym_SLASH_EQ] = ACTIONS(5046), + [anon_sym_PERCENT_EQ] = ACTIONS(5046), + [anon_sym_BANG_EQ] = ACTIONS(5044), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5046), + [anon_sym_EQ_EQ] = ACTIONS(5044), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5046), + [anon_sym_LT_EQ] = ACTIONS(5046), + [anon_sym_GT_EQ] = ACTIONS(5046), + [anon_sym_BANGin] = ACTIONS(5046), + [anon_sym_is] = ACTIONS(5044), + [anon_sym_BANGis] = ACTIONS(5046), + [anon_sym_PLUS] = ACTIONS(5044), + [anon_sym_DASH] = ACTIONS(5044), + [anon_sym_SLASH] = ACTIONS(5044), + [anon_sym_PERCENT] = ACTIONS(5044), + [anon_sym_as_QMARK] = ACTIONS(5046), + [anon_sym_PLUS_PLUS] = ACTIONS(5046), + [anon_sym_DASH_DASH] = ACTIONS(5046), + [anon_sym_BANG_BANG] = ACTIONS(5046), + [anon_sym_suspend] = ACTIONS(5044), + [anon_sym_sealed] = ACTIONS(5044), + [anon_sym_annotation] = ACTIONS(5044), + [anon_sym_data] = ACTIONS(5044), + [anon_sym_inner] = ACTIONS(5044), + [anon_sym_value] = ACTIONS(5044), + [anon_sym_override] = ACTIONS(5044), + [anon_sym_lateinit] = ACTIONS(5044), + [anon_sym_public] = ACTIONS(5044), + [anon_sym_private] = ACTIONS(5044), + [anon_sym_internal] = ACTIONS(5044), + [anon_sym_protected] = ACTIONS(5044), + [anon_sym_tailrec] = ACTIONS(5044), + [anon_sym_operator] = ACTIONS(5044), + [anon_sym_infix] = ACTIONS(5044), + [anon_sym_inline] = ACTIONS(5044), + [anon_sym_external] = ACTIONS(5044), + [sym_property_modifier] = ACTIONS(5044), + [anon_sym_abstract] = ACTIONS(5044), + [anon_sym_final] = ACTIONS(5044), + [anon_sym_open] = ACTIONS(5044), + [anon_sym_vararg] = ACTIONS(5044), + [anon_sym_noinline] = ACTIONS(5044), + [anon_sym_crossinline] = ACTIONS(5044), + [anon_sym_expect] = ACTIONS(5044), + [anon_sym_actual] = ACTIONS(5044), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5046), + [sym__automatic_semicolon] = ACTIONS(5046), + [sym_safe_nav] = ACTIONS(5046), [sym_multiline_comment] = ACTIONS(3), }, - [4004] = { - [sym_class_body] = STATE(3565), - [sym_type_constraints] = STATE(3329), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_COLON] = ACTIONS(6140), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_RBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [anon_sym_DASH_GT] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [anon_sym_while] = ACTIONS(3270), - [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(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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(3270), - [anon_sym_sealed] = ACTIONS(3270), - [anon_sym_annotation] = ACTIONS(3270), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_override] = ACTIONS(3270), - [anon_sym_lateinit] = ACTIONS(3270), - [anon_sym_public] = ACTIONS(3270), - [anon_sym_private] = ACTIONS(3270), - [anon_sym_internal] = ACTIONS(3270), - [anon_sym_protected] = ACTIONS(3270), - [anon_sym_tailrec] = ACTIONS(3270), - [anon_sym_operator] = ACTIONS(3270), - [anon_sym_infix] = ACTIONS(3270), - [anon_sym_inline] = ACTIONS(3270), - [anon_sym_external] = ACTIONS(3270), - [sym_property_modifier] = ACTIONS(3270), - [anon_sym_abstract] = ACTIONS(3270), - [anon_sym_final] = ACTIONS(3270), - [anon_sym_open] = ACTIONS(3270), - [anon_sym_vararg] = ACTIONS(3270), - [anon_sym_noinline] = ACTIONS(3270), - [anon_sym_crossinline] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [3957] = { + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_EQ] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(3294), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(3290), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3290), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_PLUS_EQ] = ACTIONS(3294), + [anon_sym_DASH_EQ] = ACTIONS(3294), + [anon_sym_STAR_EQ] = ACTIONS(3294), + [anon_sym_SLASH_EQ] = ACTIONS(3294), + [anon_sym_PERCENT_EQ] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3290), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3290), + [anon_sym_sealed] = ACTIONS(3290), + [anon_sym_annotation] = ACTIONS(3290), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_override] = ACTIONS(3290), + [anon_sym_lateinit] = ACTIONS(3290), + [anon_sym_public] = ACTIONS(3290), + [anon_sym_private] = ACTIONS(3290), + [anon_sym_internal] = ACTIONS(3290), + [anon_sym_protected] = ACTIONS(3290), + [anon_sym_tailrec] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_infix] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_external] = ACTIONS(3290), + [sym_property_modifier] = ACTIONS(3290), + [anon_sym_abstract] = ACTIONS(3290), + [anon_sym_final] = ACTIONS(3290), + [anon_sym_open] = ACTIONS(3290), + [anon_sym_vararg] = ACTIONS(3290), + [anon_sym_noinline] = ACTIONS(3290), + [anon_sym_crossinline] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), [sym_multiline_comment] = ACTIONS(3), }, - [4005] = { - [sym__alpha_identifier] = ACTIONS(4094), - [anon_sym_AT] = ACTIONS(4096), - [anon_sym_LBRACK] = ACTIONS(4096), - [anon_sym_as] = ACTIONS(4094), - [anon_sym_EQ] = ACTIONS(4094), - [anon_sym_LBRACE] = ACTIONS(4096), - [anon_sym_RBRACE] = ACTIONS(4096), - [anon_sym_LPAREN] = ACTIONS(4096), - [anon_sym_COMMA] = ACTIONS(4096), - [anon_sym_LT] = ACTIONS(4094), - [anon_sym_GT] = ACTIONS(4094), - [anon_sym_where] = ACTIONS(4094), - [anon_sym_DOT] = ACTIONS(4094), - [anon_sym_SEMI] = ACTIONS(4096), - [anon_sym_get] = ACTIONS(4094), - [anon_sym_set] = ACTIONS(4094), - [anon_sym_STAR] = ACTIONS(4094), - [sym_label] = ACTIONS(4096), - [anon_sym_in] = ACTIONS(4094), - [anon_sym_DOT_DOT] = ACTIONS(4096), - [anon_sym_QMARK_COLON] = ACTIONS(4096), - [anon_sym_AMP_AMP] = ACTIONS(4096), - [anon_sym_PIPE_PIPE] = ACTIONS(4096), - [anon_sym_else] = ACTIONS(4094), - [anon_sym_COLON_COLON] = ACTIONS(4096), - [anon_sym_PLUS_EQ] = ACTIONS(4096), - [anon_sym_DASH_EQ] = ACTIONS(4096), - [anon_sym_STAR_EQ] = ACTIONS(4096), - [anon_sym_SLASH_EQ] = ACTIONS(4096), - [anon_sym_PERCENT_EQ] = ACTIONS(4096), - [anon_sym_BANG_EQ] = ACTIONS(4094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4096), - [anon_sym_EQ_EQ] = ACTIONS(4094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4096), - [anon_sym_LT_EQ] = ACTIONS(4096), - [anon_sym_GT_EQ] = ACTIONS(4096), - [anon_sym_BANGin] = ACTIONS(4096), - [anon_sym_is] = ACTIONS(4094), - [anon_sym_BANGis] = ACTIONS(4096), - [anon_sym_PLUS] = ACTIONS(4094), - [anon_sym_DASH] = ACTIONS(4094), - [anon_sym_SLASH] = ACTIONS(4094), - [anon_sym_PERCENT] = ACTIONS(4094), - [anon_sym_as_QMARK] = ACTIONS(4096), - [anon_sym_PLUS_PLUS] = ACTIONS(4096), - [anon_sym_DASH_DASH] = ACTIONS(4096), - [anon_sym_BANG_BANG] = ACTIONS(4096), - [anon_sym_suspend] = ACTIONS(4094), - [anon_sym_sealed] = ACTIONS(4094), - [anon_sym_annotation] = ACTIONS(4094), - [anon_sym_data] = ACTIONS(4094), - [anon_sym_inner] = ACTIONS(4094), - [anon_sym_value] = ACTIONS(4094), - [anon_sym_override] = ACTIONS(4094), - [anon_sym_lateinit] = ACTIONS(4094), - [anon_sym_public] = ACTIONS(4094), - [anon_sym_private] = ACTIONS(4094), - [anon_sym_internal] = ACTIONS(4094), - [anon_sym_protected] = ACTIONS(4094), - [anon_sym_tailrec] = ACTIONS(4094), - [anon_sym_operator] = ACTIONS(4094), - [anon_sym_infix] = ACTIONS(4094), - [anon_sym_inline] = ACTIONS(4094), - [anon_sym_external] = ACTIONS(4094), - [sym_property_modifier] = ACTIONS(4094), - [anon_sym_abstract] = ACTIONS(4094), - [anon_sym_final] = ACTIONS(4094), - [anon_sym_open] = ACTIONS(4094), - [anon_sym_vararg] = ACTIONS(4094), - [anon_sym_noinline] = ACTIONS(4094), - [anon_sym_crossinline] = ACTIONS(4094), - [anon_sym_expect] = ACTIONS(4094), - [anon_sym_actual] = ACTIONS(4094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4096), - [sym__automatic_semicolon] = ACTIONS(4096), - [sym_safe_nav] = ACTIONS(4096), + [3958] = { + [sym__alpha_identifier] = ACTIONS(5191), + [anon_sym_AT] = ACTIONS(5193), + [anon_sym_LBRACK] = ACTIONS(5193), + [anon_sym_as] = ACTIONS(5191), + [anon_sym_EQ] = ACTIONS(5191), + [anon_sym_LBRACE] = ACTIONS(5193), + [anon_sym_RBRACE] = ACTIONS(5193), + [anon_sym_LPAREN] = ACTIONS(5193), + [anon_sym_COMMA] = ACTIONS(5193), + [anon_sym_LT] = ACTIONS(5191), + [anon_sym_GT] = ACTIONS(5191), + [anon_sym_where] = ACTIONS(5191), + [anon_sym_DOT] = ACTIONS(5191), + [anon_sym_SEMI] = ACTIONS(5193), + [anon_sym_get] = ACTIONS(5191), + [anon_sym_set] = ACTIONS(5191), + [anon_sym_STAR] = ACTIONS(5191), + [sym_label] = ACTIONS(5193), + [anon_sym_in] = ACTIONS(5191), + [anon_sym_DOT_DOT] = ACTIONS(5193), + [anon_sym_QMARK_COLON] = ACTIONS(5193), + [anon_sym_AMP_AMP] = ACTIONS(5193), + [anon_sym_PIPE_PIPE] = ACTIONS(5193), + [anon_sym_else] = ACTIONS(5191), + [anon_sym_COLON_COLON] = ACTIONS(5193), + [anon_sym_PLUS_EQ] = ACTIONS(5193), + [anon_sym_DASH_EQ] = ACTIONS(5193), + [anon_sym_STAR_EQ] = ACTIONS(5193), + [anon_sym_SLASH_EQ] = ACTIONS(5193), + [anon_sym_PERCENT_EQ] = ACTIONS(5193), + [anon_sym_BANG_EQ] = ACTIONS(5191), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5193), + [anon_sym_EQ_EQ] = ACTIONS(5191), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5193), + [anon_sym_LT_EQ] = ACTIONS(5193), + [anon_sym_GT_EQ] = ACTIONS(5193), + [anon_sym_BANGin] = ACTIONS(5193), + [anon_sym_is] = ACTIONS(5191), + [anon_sym_BANGis] = ACTIONS(5193), + [anon_sym_PLUS] = ACTIONS(5191), + [anon_sym_DASH] = ACTIONS(5191), + [anon_sym_SLASH] = ACTIONS(5191), + [anon_sym_PERCENT] = ACTIONS(5191), + [anon_sym_as_QMARK] = ACTIONS(5193), + [anon_sym_PLUS_PLUS] = ACTIONS(5193), + [anon_sym_DASH_DASH] = ACTIONS(5193), + [anon_sym_BANG_BANG] = ACTIONS(5193), + [anon_sym_suspend] = ACTIONS(5191), + [anon_sym_sealed] = ACTIONS(5191), + [anon_sym_annotation] = ACTIONS(5191), + [anon_sym_data] = ACTIONS(5191), + [anon_sym_inner] = ACTIONS(5191), + [anon_sym_value] = ACTIONS(5191), + [anon_sym_override] = ACTIONS(5191), + [anon_sym_lateinit] = ACTIONS(5191), + [anon_sym_public] = ACTIONS(5191), + [anon_sym_private] = ACTIONS(5191), + [anon_sym_internal] = ACTIONS(5191), + [anon_sym_protected] = ACTIONS(5191), + [anon_sym_tailrec] = ACTIONS(5191), + [anon_sym_operator] = ACTIONS(5191), + [anon_sym_infix] = ACTIONS(5191), + [anon_sym_inline] = ACTIONS(5191), + [anon_sym_external] = ACTIONS(5191), + [sym_property_modifier] = ACTIONS(5191), + [anon_sym_abstract] = ACTIONS(5191), + [anon_sym_final] = ACTIONS(5191), + [anon_sym_open] = ACTIONS(5191), + [anon_sym_vararg] = ACTIONS(5191), + [anon_sym_noinline] = ACTIONS(5191), + [anon_sym_crossinline] = ACTIONS(5191), + [anon_sym_expect] = ACTIONS(5191), + [anon_sym_actual] = ACTIONS(5191), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5193), + [sym__automatic_semicolon] = ACTIONS(5193), + [sym_safe_nav] = ACTIONS(5193), [sym_multiline_comment] = ACTIONS(3), }, - [4006] = { - [sym__alpha_identifier] = ACTIONS(3113), - [anon_sym_AT] = ACTIONS(3115), - [anon_sym_LBRACK] = ACTIONS(3115), - [anon_sym_as] = ACTIONS(3113), - [anon_sym_EQ] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(3115), - [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(3115), - [anon_sym_COMMA] = ACTIONS(3115), - [anon_sym_LT] = ACTIONS(3113), - [anon_sym_GT] = ACTIONS(3113), - [anon_sym_where] = ACTIONS(3113), - [anon_sym_DOT] = ACTIONS(3113), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3113), - [anon_sym_set] = ACTIONS(3113), - [anon_sym_STAR] = ACTIONS(3113), - [sym_label] = ACTIONS(3115), - [anon_sym_in] = ACTIONS(3113), - [anon_sym_DOT_DOT] = ACTIONS(3115), - [anon_sym_QMARK_COLON] = ACTIONS(3115), - [anon_sym_AMP_AMP] = ACTIONS(3115), - [anon_sym_PIPE_PIPE] = ACTIONS(3115), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(3115), - [anon_sym_PLUS_EQ] = ACTIONS(3115), - [anon_sym_DASH_EQ] = ACTIONS(3115), - [anon_sym_STAR_EQ] = ACTIONS(3115), - [anon_sym_SLASH_EQ] = ACTIONS(3115), - [anon_sym_PERCENT_EQ] = ACTIONS(3115), - [anon_sym_BANG_EQ] = ACTIONS(3113), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), - [anon_sym_EQ_EQ] = ACTIONS(3113), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), - [anon_sym_LT_EQ] = ACTIONS(3115), - [anon_sym_GT_EQ] = ACTIONS(3115), - [anon_sym_BANGin] = ACTIONS(3115), - [anon_sym_is] = ACTIONS(3113), - [anon_sym_BANGis] = ACTIONS(3115), - [anon_sym_PLUS] = ACTIONS(3113), - [anon_sym_DASH] = ACTIONS(3113), - [anon_sym_SLASH] = ACTIONS(3113), - [anon_sym_PERCENT] = ACTIONS(3113), - [anon_sym_as_QMARK] = ACTIONS(3115), - [anon_sym_PLUS_PLUS] = ACTIONS(3115), - [anon_sym_DASH_DASH] = ACTIONS(3115), - [anon_sym_BANG_BANG] = ACTIONS(3115), - [anon_sym_suspend] = ACTIONS(3113), - [anon_sym_sealed] = ACTIONS(3113), - [anon_sym_annotation] = ACTIONS(3113), - [anon_sym_data] = ACTIONS(3113), - [anon_sym_inner] = ACTIONS(3113), - [anon_sym_value] = ACTIONS(3113), - [anon_sym_override] = ACTIONS(3113), - [anon_sym_lateinit] = ACTIONS(3113), - [anon_sym_public] = ACTIONS(3113), - [anon_sym_private] = ACTIONS(3113), - [anon_sym_internal] = ACTIONS(3113), - [anon_sym_protected] = ACTIONS(3113), - [anon_sym_tailrec] = ACTIONS(3113), - [anon_sym_operator] = ACTIONS(3113), - [anon_sym_infix] = ACTIONS(3113), - [anon_sym_inline] = ACTIONS(3113), - [anon_sym_external] = ACTIONS(3113), - [sym_property_modifier] = ACTIONS(3113), - [anon_sym_abstract] = ACTIONS(3113), - [anon_sym_final] = ACTIONS(3113), - [anon_sym_open] = ACTIONS(3113), - [anon_sym_vararg] = ACTIONS(3113), - [anon_sym_noinline] = ACTIONS(3113), - [anon_sym_crossinline] = ACTIONS(3113), - [anon_sym_expect] = ACTIONS(3113), - [anon_sym_actual] = ACTIONS(3113), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3115), - [sym__automatic_semicolon] = ACTIONS(3115), - [sym_safe_nav] = ACTIONS(3115), + [3959] = { + [sym_function_body] = STATE(3987), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4323), + [sym_label] = ACTIONS(4325), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_PLUS_EQ] = ACTIONS(4325), + [anon_sym_DASH_EQ] = ACTIONS(4325), + [anon_sym_STAR_EQ] = ACTIONS(4325), + [anon_sym_SLASH_EQ] = ACTIONS(4325), + [anon_sym_PERCENT_EQ] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4323), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), [sym_multiline_comment] = ACTIONS(3), }, - [4007] = { - [sym__alpha_identifier] = ACTIONS(4790), - [anon_sym_AT] = ACTIONS(4792), - [anon_sym_LBRACK] = ACTIONS(4792), - [anon_sym_as] = ACTIONS(4790), - [anon_sym_EQ] = ACTIONS(4790), - [anon_sym_LBRACE] = ACTIONS(4792), - [anon_sym_RBRACE] = ACTIONS(4792), - [anon_sym_LPAREN] = ACTIONS(4792), - [anon_sym_COMMA] = ACTIONS(4792), - [anon_sym_LT] = ACTIONS(4790), - [anon_sym_GT] = ACTIONS(4790), - [anon_sym_where] = ACTIONS(4790), - [anon_sym_DOT] = ACTIONS(4790), - [anon_sym_SEMI] = ACTIONS(4792), - [anon_sym_get] = ACTIONS(4790), - [anon_sym_set] = ACTIONS(4790), - [anon_sym_STAR] = ACTIONS(4790), - [sym_label] = ACTIONS(4792), - [anon_sym_in] = ACTIONS(4790), - [anon_sym_DOT_DOT] = ACTIONS(4792), - [anon_sym_QMARK_COLON] = ACTIONS(4792), - [anon_sym_AMP_AMP] = ACTIONS(4792), - [anon_sym_PIPE_PIPE] = ACTIONS(4792), - [anon_sym_else] = ACTIONS(4790), - [anon_sym_COLON_COLON] = ACTIONS(4792), - [anon_sym_PLUS_EQ] = ACTIONS(4792), - [anon_sym_DASH_EQ] = ACTIONS(4792), - [anon_sym_STAR_EQ] = ACTIONS(4792), - [anon_sym_SLASH_EQ] = ACTIONS(4792), - [anon_sym_PERCENT_EQ] = ACTIONS(4792), - [anon_sym_BANG_EQ] = ACTIONS(4790), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4792), - [anon_sym_EQ_EQ] = ACTIONS(4790), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4792), - [anon_sym_LT_EQ] = ACTIONS(4792), - [anon_sym_GT_EQ] = ACTIONS(4792), - [anon_sym_BANGin] = ACTIONS(4792), - [anon_sym_is] = ACTIONS(4790), - [anon_sym_BANGis] = ACTIONS(4792), - [anon_sym_PLUS] = ACTIONS(4790), - [anon_sym_DASH] = ACTIONS(4790), - [anon_sym_SLASH] = ACTIONS(4790), - [anon_sym_PERCENT] = ACTIONS(4790), - [anon_sym_as_QMARK] = ACTIONS(4792), - [anon_sym_PLUS_PLUS] = ACTIONS(4792), - [anon_sym_DASH_DASH] = ACTIONS(4792), - [anon_sym_BANG_BANG] = ACTIONS(4792), - [anon_sym_suspend] = ACTIONS(4790), - [anon_sym_sealed] = ACTIONS(4790), - [anon_sym_annotation] = ACTIONS(4790), - [anon_sym_data] = ACTIONS(4790), - [anon_sym_inner] = ACTIONS(4790), - [anon_sym_value] = ACTIONS(4790), - [anon_sym_override] = ACTIONS(4790), - [anon_sym_lateinit] = ACTIONS(4790), - [anon_sym_public] = ACTIONS(4790), - [anon_sym_private] = ACTIONS(4790), - [anon_sym_internal] = ACTIONS(4790), - [anon_sym_protected] = ACTIONS(4790), - [anon_sym_tailrec] = ACTIONS(4790), - [anon_sym_operator] = ACTIONS(4790), - [anon_sym_infix] = ACTIONS(4790), - [anon_sym_inline] = ACTIONS(4790), - [anon_sym_external] = ACTIONS(4790), - [sym_property_modifier] = ACTIONS(4790), - [anon_sym_abstract] = ACTIONS(4790), - [anon_sym_final] = ACTIONS(4790), - [anon_sym_open] = ACTIONS(4790), - [anon_sym_vararg] = ACTIONS(4790), - [anon_sym_noinline] = ACTIONS(4790), - [anon_sym_crossinline] = ACTIONS(4790), - [anon_sym_expect] = ACTIONS(4790), - [anon_sym_actual] = ACTIONS(4790), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4792), - [sym__automatic_semicolon] = ACTIONS(4792), - [sym_safe_nav] = ACTIONS(4792), + [3960] = { + [sym__alpha_identifier] = ACTIONS(5110), + [anon_sym_AT] = ACTIONS(5112), + [anon_sym_LBRACK] = ACTIONS(5112), + [anon_sym_as] = ACTIONS(5110), + [anon_sym_EQ] = ACTIONS(5110), + [anon_sym_LBRACE] = ACTIONS(5112), + [anon_sym_RBRACE] = ACTIONS(5112), + [anon_sym_LPAREN] = ACTIONS(5112), + [anon_sym_COMMA] = ACTIONS(5112), + [anon_sym_LT] = ACTIONS(5110), + [anon_sym_GT] = ACTIONS(5110), + [anon_sym_where] = ACTIONS(5110), + [anon_sym_DOT] = ACTIONS(5110), + [anon_sym_SEMI] = ACTIONS(5112), + [anon_sym_get] = ACTIONS(5110), + [anon_sym_set] = ACTIONS(5110), + [anon_sym_STAR] = ACTIONS(5110), + [sym_label] = ACTIONS(5112), + [anon_sym_in] = ACTIONS(5110), + [anon_sym_DOT_DOT] = ACTIONS(5112), + [anon_sym_QMARK_COLON] = ACTIONS(5112), + [anon_sym_AMP_AMP] = ACTIONS(5112), + [anon_sym_PIPE_PIPE] = ACTIONS(5112), + [anon_sym_else] = ACTIONS(5110), + [anon_sym_COLON_COLON] = ACTIONS(7176), + [anon_sym_PLUS_EQ] = ACTIONS(5112), + [anon_sym_DASH_EQ] = ACTIONS(5112), + [anon_sym_STAR_EQ] = ACTIONS(5112), + [anon_sym_SLASH_EQ] = ACTIONS(5112), + [anon_sym_PERCENT_EQ] = ACTIONS(5112), + [anon_sym_BANG_EQ] = ACTIONS(5110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5112), + [anon_sym_EQ_EQ] = ACTIONS(5110), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5112), + [anon_sym_LT_EQ] = ACTIONS(5112), + [anon_sym_GT_EQ] = ACTIONS(5112), + [anon_sym_BANGin] = ACTIONS(5112), + [anon_sym_is] = ACTIONS(5110), + [anon_sym_BANGis] = ACTIONS(5112), + [anon_sym_PLUS] = ACTIONS(5110), + [anon_sym_DASH] = ACTIONS(5110), + [anon_sym_SLASH] = ACTIONS(5110), + [anon_sym_PERCENT] = ACTIONS(5110), + [anon_sym_as_QMARK] = ACTIONS(5112), + [anon_sym_PLUS_PLUS] = ACTIONS(5112), + [anon_sym_DASH_DASH] = ACTIONS(5112), + [anon_sym_BANG_BANG] = ACTIONS(5112), + [anon_sym_suspend] = ACTIONS(5110), + [anon_sym_sealed] = ACTIONS(5110), + [anon_sym_annotation] = ACTIONS(5110), + [anon_sym_data] = ACTIONS(5110), + [anon_sym_inner] = ACTIONS(5110), + [anon_sym_value] = ACTIONS(5110), + [anon_sym_override] = ACTIONS(5110), + [anon_sym_lateinit] = ACTIONS(5110), + [anon_sym_public] = ACTIONS(5110), + [anon_sym_private] = ACTIONS(5110), + [anon_sym_internal] = ACTIONS(5110), + [anon_sym_protected] = ACTIONS(5110), + [anon_sym_tailrec] = ACTIONS(5110), + [anon_sym_operator] = ACTIONS(5110), + [anon_sym_infix] = ACTIONS(5110), + [anon_sym_inline] = ACTIONS(5110), + [anon_sym_external] = ACTIONS(5110), + [sym_property_modifier] = ACTIONS(5110), + [anon_sym_abstract] = ACTIONS(5110), + [anon_sym_final] = ACTIONS(5110), + [anon_sym_open] = ACTIONS(5110), + [anon_sym_vararg] = ACTIONS(5110), + [anon_sym_noinline] = ACTIONS(5110), + [anon_sym_crossinline] = ACTIONS(5110), + [anon_sym_expect] = ACTIONS(5110), + [anon_sym_actual] = ACTIONS(5110), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5112), + [sym__automatic_semicolon] = ACTIONS(5112), + [sym_safe_nav] = ACTIONS(5112), [sym_multiline_comment] = ACTIONS(3), }, - [4008] = { - [sym_class_body] = STATE(3543), - [sym_type_constraints] = STATE(3346), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_COLON] = ACTIONS(7203), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_RBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_RPAREN] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4329), - [anon_sym_DASH_GT] = ACTIONS(4329), - [sym_label] = ACTIONS(4329), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_while] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4329), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), + [3961] = { + [sym__alpha_identifier] = ACTIONS(5056), + [anon_sym_AT] = ACTIONS(5058), + [anon_sym_LBRACK] = ACTIONS(5058), + [anon_sym_as] = ACTIONS(5056), + [anon_sym_EQ] = ACTIONS(5056), + [anon_sym_LBRACE] = ACTIONS(5058), + [anon_sym_RBRACE] = ACTIONS(5058), + [anon_sym_LPAREN] = ACTIONS(5058), + [anon_sym_COMMA] = ACTIONS(5058), + [anon_sym_LT] = ACTIONS(5056), + [anon_sym_GT] = ACTIONS(5056), + [anon_sym_where] = ACTIONS(5056), + [anon_sym_DOT] = ACTIONS(5056), + [anon_sym_SEMI] = ACTIONS(5058), + [anon_sym_get] = ACTIONS(5056), + [anon_sym_set] = ACTIONS(5056), + [anon_sym_STAR] = ACTIONS(5056), + [sym_label] = ACTIONS(5058), + [anon_sym_in] = ACTIONS(5056), + [anon_sym_DOT_DOT] = ACTIONS(5058), + [anon_sym_QMARK_COLON] = ACTIONS(5058), + [anon_sym_AMP_AMP] = ACTIONS(5058), + [anon_sym_PIPE_PIPE] = ACTIONS(5058), + [anon_sym_else] = ACTIONS(5056), + [anon_sym_COLON_COLON] = ACTIONS(5058), + [anon_sym_PLUS_EQ] = ACTIONS(5058), + [anon_sym_DASH_EQ] = ACTIONS(5058), + [anon_sym_STAR_EQ] = ACTIONS(5058), + [anon_sym_SLASH_EQ] = ACTIONS(5058), + [anon_sym_PERCENT_EQ] = ACTIONS(5058), + [anon_sym_BANG_EQ] = ACTIONS(5056), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5058), + [anon_sym_EQ_EQ] = ACTIONS(5056), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5058), + [anon_sym_LT_EQ] = ACTIONS(5058), + [anon_sym_GT_EQ] = ACTIONS(5058), + [anon_sym_BANGin] = ACTIONS(5058), + [anon_sym_is] = ACTIONS(5056), + [anon_sym_BANGis] = ACTIONS(5058), + [anon_sym_PLUS] = ACTIONS(5056), + [anon_sym_DASH] = ACTIONS(5056), + [anon_sym_SLASH] = ACTIONS(5056), + [anon_sym_PERCENT] = ACTIONS(5056), + [anon_sym_as_QMARK] = ACTIONS(5058), + [anon_sym_PLUS_PLUS] = ACTIONS(5058), + [anon_sym_DASH_DASH] = ACTIONS(5058), + [anon_sym_BANG_BANG] = ACTIONS(5058), + [anon_sym_suspend] = ACTIONS(5056), + [anon_sym_sealed] = ACTIONS(5056), + [anon_sym_annotation] = ACTIONS(5056), + [anon_sym_data] = ACTIONS(5056), + [anon_sym_inner] = ACTIONS(5056), + [anon_sym_value] = ACTIONS(5056), + [anon_sym_override] = ACTIONS(5056), + [anon_sym_lateinit] = ACTIONS(5056), + [anon_sym_public] = ACTIONS(5056), + [anon_sym_private] = ACTIONS(5056), + [anon_sym_internal] = ACTIONS(5056), + [anon_sym_protected] = ACTIONS(5056), + [anon_sym_tailrec] = ACTIONS(5056), + [anon_sym_operator] = ACTIONS(5056), + [anon_sym_infix] = ACTIONS(5056), + [anon_sym_inline] = ACTIONS(5056), + [anon_sym_external] = ACTIONS(5056), + [sym_property_modifier] = ACTIONS(5056), + [anon_sym_abstract] = ACTIONS(5056), + [anon_sym_final] = ACTIONS(5056), + [anon_sym_open] = ACTIONS(5056), + [anon_sym_vararg] = ACTIONS(5056), + [anon_sym_noinline] = ACTIONS(5056), + [anon_sym_crossinline] = ACTIONS(5056), + [anon_sym_expect] = ACTIONS(5056), + [anon_sym_actual] = ACTIONS(5056), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5058), + [sym__automatic_semicolon] = ACTIONS(5058), + [sym_safe_nav] = ACTIONS(5058), + [sym_multiline_comment] = ACTIONS(3), + }, + [3962] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4295), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4298), + [anon_sym_LPAREN] = ACTIONS(5808), + [anon_sym_COMMA] = ACTIONS(4298), + [anon_sym_LT] = ACTIONS(4295), + [anon_sym_GT] = ACTIONS(4295), + [anon_sym_where] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4295), + [anon_sym_SEMI] = ACTIONS(4298), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4298), + [anon_sym_in] = ACTIONS(4295), + [anon_sym_DOT_DOT] = ACTIONS(4298), + [anon_sym_QMARK_COLON] = ACTIONS(4298), + [anon_sym_AMP_AMP] = ACTIONS(4298), + [anon_sym_PIPE_PIPE] = ACTIONS(4298), + [anon_sym_else] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(4295), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4298), + [anon_sym_EQ_EQ] = ACTIONS(4295), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4298), + [anon_sym_LT_EQ] = ACTIONS(4298), + [anon_sym_GT_EQ] = ACTIONS(4298), + [anon_sym_BANGin] = ACTIONS(4298), + [anon_sym_is] = ACTIONS(4295), + [anon_sym_BANGis] = ACTIONS(4298), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4295), + [anon_sym_PERCENT] = ACTIONS(4295), + [anon_sym_as_QMARK] = ACTIONS(4298), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG_BANG] = ACTIONS(4298), + [anon_sym_suspend] = ACTIONS(4295), + [anon_sym_sealed] = ACTIONS(4295), + [anon_sym_annotation] = ACTIONS(4295), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_override] = ACTIONS(4295), + [anon_sym_lateinit] = ACTIONS(4295), + [anon_sym_public] = ACTIONS(4295), + [anon_sym_private] = ACTIONS(4295), + [anon_sym_internal] = ACTIONS(4295), + [anon_sym_protected] = ACTIONS(4295), + [anon_sym_tailrec] = ACTIONS(4295), + [anon_sym_operator] = ACTIONS(4295), + [anon_sym_infix] = ACTIONS(4295), + [anon_sym_inline] = ACTIONS(4295), + [anon_sym_external] = ACTIONS(4295), + [sym_property_modifier] = ACTIONS(4295), + [anon_sym_abstract] = ACTIONS(4295), + [anon_sym_final] = ACTIONS(4295), + [anon_sym_open] = ACTIONS(4295), + [anon_sym_vararg] = ACTIONS(4295), + [anon_sym_noinline] = ACTIONS(4295), + [anon_sym_crossinline] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), - [sym_multiline_comment] = ACTIONS(3), - }, - [4009] = { - [sym_type_constraints] = STATE(3325), - [sym_enum_class_body] = STATE(3539), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(6138), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_RBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [anon_sym_DASH_GT] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym_safe_nav] = ACTIONS(3282), - [sym_multiline_comment] = ACTIONS(3), - }, - [4010] = { - [sym__alpha_identifier] = ACTIONS(4794), - [anon_sym_AT] = ACTIONS(4796), - [anon_sym_LBRACK] = ACTIONS(4796), - [anon_sym_as] = ACTIONS(4794), - [anon_sym_EQ] = ACTIONS(4794), - [anon_sym_LBRACE] = ACTIONS(4796), - [anon_sym_RBRACE] = ACTIONS(4796), - [anon_sym_LPAREN] = ACTIONS(4796), - [anon_sym_COMMA] = ACTIONS(4796), - [anon_sym_LT] = ACTIONS(4794), - [anon_sym_GT] = ACTIONS(4794), - [anon_sym_where] = ACTIONS(4794), - [anon_sym_DOT] = ACTIONS(4794), - [anon_sym_SEMI] = ACTIONS(4796), - [anon_sym_get] = ACTIONS(4794), - [anon_sym_set] = ACTIONS(4794), - [anon_sym_STAR] = ACTIONS(4794), - [sym_label] = ACTIONS(4796), - [anon_sym_in] = ACTIONS(4794), - [anon_sym_DOT_DOT] = ACTIONS(4796), - [anon_sym_QMARK_COLON] = ACTIONS(4796), - [anon_sym_AMP_AMP] = ACTIONS(4796), - [anon_sym_PIPE_PIPE] = ACTIONS(4796), - [anon_sym_else] = ACTIONS(4794), - [anon_sym_COLON_COLON] = ACTIONS(4796), - [anon_sym_PLUS_EQ] = ACTIONS(4796), - [anon_sym_DASH_EQ] = ACTIONS(4796), - [anon_sym_STAR_EQ] = ACTIONS(4796), - [anon_sym_SLASH_EQ] = ACTIONS(4796), - [anon_sym_PERCENT_EQ] = ACTIONS(4796), - [anon_sym_BANG_EQ] = ACTIONS(4794), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4796), - [anon_sym_EQ_EQ] = ACTIONS(4794), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4796), - [anon_sym_LT_EQ] = ACTIONS(4796), - [anon_sym_GT_EQ] = ACTIONS(4796), - [anon_sym_BANGin] = ACTIONS(4796), - [anon_sym_is] = ACTIONS(4794), - [anon_sym_BANGis] = ACTIONS(4796), - [anon_sym_PLUS] = ACTIONS(4794), - [anon_sym_DASH] = ACTIONS(4794), - [anon_sym_SLASH] = ACTIONS(4794), - [anon_sym_PERCENT] = ACTIONS(4794), - [anon_sym_as_QMARK] = ACTIONS(4796), - [anon_sym_PLUS_PLUS] = ACTIONS(4796), - [anon_sym_DASH_DASH] = ACTIONS(4796), - [anon_sym_BANG_BANG] = ACTIONS(4796), - [anon_sym_suspend] = ACTIONS(4794), - [anon_sym_sealed] = ACTIONS(4794), - [anon_sym_annotation] = ACTIONS(4794), - [anon_sym_data] = ACTIONS(4794), - [anon_sym_inner] = ACTIONS(4794), - [anon_sym_value] = ACTIONS(4794), - [anon_sym_override] = ACTIONS(4794), - [anon_sym_lateinit] = ACTIONS(4794), - [anon_sym_public] = ACTIONS(4794), - [anon_sym_private] = ACTIONS(4794), - [anon_sym_internal] = ACTIONS(4794), - [anon_sym_protected] = ACTIONS(4794), - [anon_sym_tailrec] = ACTIONS(4794), - [anon_sym_operator] = ACTIONS(4794), - [anon_sym_infix] = ACTIONS(4794), - [anon_sym_inline] = ACTIONS(4794), - [anon_sym_external] = ACTIONS(4794), - [sym_property_modifier] = ACTIONS(4794), - [anon_sym_abstract] = ACTIONS(4794), - [anon_sym_final] = ACTIONS(4794), - [anon_sym_open] = ACTIONS(4794), - [anon_sym_vararg] = ACTIONS(4794), - [anon_sym_noinline] = ACTIONS(4794), - [anon_sym_crossinline] = ACTIONS(4794), - [anon_sym_expect] = ACTIONS(4794), - [anon_sym_actual] = ACTIONS(4794), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4796), - [sym__automatic_semicolon] = ACTIONS(4796), - [sym_safe_nav] = ACTIONS(4796), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4298), [sym_multiline_comment] = ACTIONS(3), }, - [4011] = { - [sym_class_body] = STATE(3539), - [sym_type_constraints] = STATE(3280), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(6136), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_RBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [anon_sym_DASH_GT] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym_safe_nav] = ACTIONS(3282), + [3963] = { + [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_value] = 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), }, - [4012] = { - [sym_type_constraints] = STATE(3303), - [sym_enum_class_body] = STATE(3513), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(7205), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_RBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_RPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4218), - [anon_sym_DASH_GT] = ACTIONS(4218), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_while] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4218), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), + [3964] = { + [sym_class_body] = STATE(3977), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_COLON] = ACTIONS(7179), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_EQ] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(5796), + [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_value] = 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), }, - [4013] = { - [sym_class_body] = STATE(3513), - [sym_type_constraints] = STATE(3324), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(7207), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_RBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_RPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4218), - [anon_sym_DASH_GT] = ACTIONS(4218), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_while] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4218), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), + [3965] = { + [sym__alpha_identifier] = ACTIONS(5123), + [anon_sym_AT] = ACTIONS(5125), + [anon_sym_LBRACK] = ACTIONS(5125), + [anon_sym_as] = ACTIONS(5123), + [anon_sym_EQ] = ACTIONS(5123), + [anon_sym_LBRACE] = ACTIONS(5125), + [anon_sym_RBRACE] = ACTIONS(5125), + [anon_sym_LPAREN] = ACTIONS(5125), + [anon_sym_COMMA] = ACTIONS(5125), + [anon_sym_LT] = ACTIONS(5123), + [anon_sym_GT] = ACTIONS(5123), + [anon_sym_where] = ACTIONS(5123), + [anon_sym_DOT] = ACTIONS(5123), + [anon_sym_SEMI] = ACTIONS(5125), + [anon_sym_get] = ACTIONS(5123), + [anon_sym_set] = ACTIONS(5123), + [anon_sym_STAR] = ACTIONS(5123), + [sym_label] = ACTIONS(5125), + [anon_sym_in] = ACTIONS(5123), + [anon_sym_DOT_DOT] = ACTIONS(5125), + [anon_sym_QMARK_COLON] = ACTIONS(5125), + [anon_sym_AMP_AMP] = ACTIONS(5125), + [anon_sym_PIPE_PIPE] = ACTIONS(5125), + [anon_sym_else] = ACTIONS(5123), + [anon_sym_COLON_COLON] = ACTIONS(5125), + [anon_sym_PLUS_EQ] = ACTIONS(5125), + [anon_sym_DASH_EQ] = ACTIONS(5125), + [anon_sym_STAR_EQ] = ACTIONS(5125), + [anon_sym_SLASH_EQ] = ACTIONS(5125), + [anon_sym_PERCENT_EQ] = ACTIONS(5125), + [anon_sym_BANG_EQ] = ACTIONS(5123), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5125), + [anon_sym_EQ_EQ] = ACTIONS(5123), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5125), + [anon_sym_LT_EQ] = ACTIONS(5125), + [anon_sym_GT_EQ] = ACTIONS(5125), + [anon_sym_BANGin] = ACTIONS(5125), + [anon_sym_is] = ACTIONS(5123), + [anon_sym_BANGis] = ACTIONS(5125), + [anon_sym_PLUS] = ACTIONS(5123), + [anon_sym_DASH] = ACTIONS(5123), + [anon_sym_SLASH] = ACTIONS(5123), + [anon_sym_PERCENT] = ACTIONS(5123), + [anon_sym_as_QMARK] = ACTIONS(5125), + [anon_sym_PLUS_PLUS] = ACTIONS(5125), + [anon_sym_DASH_DASH] = ACTIONS(5125), + [anon_sym_BANG_BANG] = ACTIONS(5125), + [anon_sym_suspend] = ACTIONS(5123), + [anon_sym_sealed] = ACTIONS(5123), + [anon_sym_annotation] = ACTIONS(5123), + [anon_sym_data] = ACTIONS(5123), + [anon_sym_inner] = ACTIONS(5123), + [anon_sym_value] = ACTIONS(5123), + [anon_sym_override] = ACTIONS(5123), + [anon_sym_lateinit] = ACTIONS(5123), + [anon_sym_public] = ACTIONS(5123), + [anon_sym_private] = ACTIONS(5123), + [anon_sym_internal] = ACTIONS(5123), + [anon_sym_protected] = ACTIONS(5123), + [anon_sym_tailrec] = ACTIONS(5123), + [anon_sym_operator] = ACTIONS(5123), + [anon_sym_infix] = ACTIONS(5123), + [anon_sym_inline] = ACTIONS(5123), + [anon_sym_external] = ACTIONS(5123), + [sym_property_modifier] = ACTIONS(5123), + [anon_sym_abstract] = ACTIONS(5123), + [anon_sym_final] = ACTIONS(5123), + [anon_sym_open] = ACTIONS(5123), + [anon_sym_vararg] = ACTIONS(5123), + [anon_sym_noinline] = ACTIONS(5123), + [anon_sym_crossinline] = ACTIONS(5123), + [anon_sym_expect] = ACTIONS(5123), + [anon_sym_actual] = ACTIONS(5123), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5125), + [sym__automatic_semicolon] = ACTIONS(5125), + [sym_safe_nav] = ACTIONS(5125), [sym_multiline_comment] = ACTIONS(3), }, - [4014] = { - [sym__alpha_identifier] = ACTIONS(4834), - [anon_sym_AT] = ACTIONS(4836), - [anon_sym_LBRACK] = ACTIONS(4836), - [anon_sym_as] = ACTIONS(4834), - [anon_sym_EQ] = ACTIONS(4834), - [anon_sym_LBRACE] = ACTIONS(4836), - [anon_sym_RBRACE] = ACTIONS(4836), - [anon_sym_LPAREN] = ACTIONS(4836), - [anon_sym_COMMA] = ACTIONS(4836), - [anon_sym_LT] = ACTIONS(4834), - [anon_sym_GT] = ACTIONS(4834), - [anon_sym_where] = ACTIONS(4834), - [anon_sym_DOT] = ACTIONS(4834), - [anon_sym_SEMI] = ACTIONS(4836), - [anon_sym_get] = ACTIONS(4834), - [anon_sym_set] = ACTIONS(4834), - [anon_sym_STAR] = ACTIONS(4834), - [sym_label] = ACTIONS(4836), - [anon_sym_in] = ACTIONS(4834), - [anon_sym_DOT_DOT] = ACTIONS(4836), - [anon_sym_QMARK_COLON] = ACTIONS(4836), - [anon_sym_AMP_AMP] = ACTIONS(4836), - [anon_sym_PIPE_PIPE] = ACTIONS(4836), - [anon_sym_else] = ACTIONS(4834), - [anon_sym_COLON_COLON] = ACTIONS(4836), - [anon_sym_PLUS_EQ] = ACTIONS(4836), - [anon_sym_DASH_EQ] = ACTIONS(4836), - [anon_sym_STAR_EQ] = ACTIONS(4836), - [anon_sym_SLASH_EQ] = ACTIONS(4836), - [anon_sym_PERCENT_EQ] = ACTIONS(4836), - [anon_sym_BANG_EQ] = ACTIONS(4834), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4836), - [anon_sym_EQ_EQ] = ACTIONS(4834), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4836), - [anon_sym_LT_EQ] = ACTIONS(4836), - [anon_sym_GT_EQ] = ACTIONS(4836), - [anon_sym_BANGin] = ACTIONS(4836), - [anon_sym_is] = ACTIONS(4834), - [anon_sym_BANGis] = ACTIONS(4836), - [anon_sym_PLUS] = ACTIONS(4834), - [anon_sym_DASH] = ACTIONS(4834), - [anon_sym_SLASH] = ACTIONS(4834), - [anon_sym_PERCENT] = ACTIONS(4834), - [anon_sym_as_QMARK] = ACTIONS(4836), - [anon_sym_PLUS_PLUS] = ACTIONS(4836), - [anon_sym_DASH_DASH] = ACTIONS(4836), - [anon_sym_BANG_BANG] = ACTIONS(4836), - [anon_sym_suspend] = ACTIONS(4834), - [anon_sym_sealed] = ACTIONS(4834), - [anon_sym_annotation] = ACTIONS(4834), - [anon_sym_data] = ACTIONS(4834), - [anon_sym_inner] = ACTIONS(4834), - [anon_sym_value] = ACTIONS(4834), - [anon_sym_override] = ACTIONS(4834), - [anon_sym_lateinit] = ACTIONS(4834), - [anon_sym_public] = ACTIONS(4834), - [anon_sym_private] = ACTIONS(4834), - [anon_sym_internal] = ACTIONS(4834), - [anon_sym_protected] = ACTIONS(4834), - [anon_sym_tailrec] = ACTIONS(4834), - [anon_sym_operator] = ACTIONS(4834), - [anon_sym_infix] = ACTIONS(4834), - [anon_sym_inline] = ACTIONS(4834), - [anon_sym_external] = ACTIONS(4834), - [sym_property_modifier] = ACTIONS(4834), - [anon_sym_abstract] = ACTIONS(4834), - [anon_sym_final] = ACTIONS(4834), - [anon_sym_open] = ACTIONS(4834), - [anon_sym_vararg] = ACTIONS(4834), - [anon_sym_noinline] = ACTIONS(4834), - [anon_sym_crossinline] = ACTIONS(4834), - [anon_sym_expect] = ACTIONS(4834), - [anon_sym_actual] = ACTIONS(4834), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4836), - [sym__automatic_semicolon] = ACTIONS(4836), - [sym_safe_nav] = ACTIONS(4836), + [3966] = { + [sym_function_body] = STATE(3907), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_PLUS_EQ] = ACTIONS(4131), + [anon_sym_DASH_EQ] = ACTIONS(4131), + [anon_sym_STAR_EQ] = ACTIONS(4131), + [anon_sym_SLASH_EQ] = ACTIONS(4131), + [anon_sym_PERCENT_EQ] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4129), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), [sym_multiline_comment] = ACTIONS(3), }, - [4015] = { - [sym_type_constraints] = STATE(3327), - [sym_enum_class_body] = STATE(3501), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_COLON] = ACTIONS(6134), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_RBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_RPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [anon_sym_DASH_GT] = ACTIONS(3290), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_while] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3286), - [anon_sym_sealed] = ACTIONS(3286), - [anon_sym_annotation] = ACTIONS(3286), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_override] = ACTIONS(3286), - [anon_sym_lateinit] = ACTIONS(3286), - [anon_sym_public] = ACTIONS(3286), - [anon_sym_private] = ACTIONS(3286), - [anon_sym_internal] = ACTIONS(3286), - [anon_sym_protected] = ACTIONS(3286), - [anon_sym_tailrec] = ACTIONS(3286), - [anon_sym_operator] = ACTIONS(3286), - [anon_sym_infix] = ACTIONS(3286), - [anon_sym_inline] = ACTIONS(3286), - [anon_sym_external] = ACTIONS(3286), - [sym_property_modifier] = ACTIONS(3286), - [anon_sym_abstract] = ACTIONS(3286), - [anon_sym_final] = ACTIONS(3286), - [anon_sym_open] = ACTIONS(3286), - [anon_sym_vararg] = ACTIONS(3286), - [anon_sym_noinline] = ACTIONS(3286), - [anon_sym_crossinline] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [3967] = { + [sym__alpha_identifier] = ACTIONS(4962), + [anon_sym_AT] = ACTIONS(4964), + [anon_sym_LBRACK] = ACTIONS(4964), + [anon_sym_typealias] = ACTIONS(4962), + [anon_sym_class] = ACTIONS(4962), + [anon_sym_interface] = ACTIONS(4962), + [anon_sym_enum] = ACTIONS(4962), + [anon_sym_LBRACE] = ACTIONS(4964), + [anon_sym_LPAREN] = ACTIONS(4964), + [anon_sym_val] = ACTIONS(4962), + [anon_sym_var] = ACTIONS(4962), + [anon_sym_object] = ACTIONS(4962), + [anon_sym_fun] = ACTIONS(4962), + [anon_sym_get] = ACTIONS(4962), + [anon_sym_set] = ACTIONS(4962), + [anon_sym_this] = ACTIONS(4962), + [anon_sym_super] = ACTIONS(4962), + [anon_sym_STAR] = ACTIONS(4964), + [sym_label] = ACTIONS(4962), + [anon_sym_for] = ACTIONS(4962), + [anon_sym_while] = ACTIONS(4962), + [anon_sym_do] = ACTIONS(4962), + [anon_sym_null] = ACTIONS(4962), + [anon_sym_if] = ACTIONS(4962), + [anon_sym_when] = ACTIONS(4962), + [anon_sym_try] = ACTIONS(4962), + [anon_sym_throw] = ACTIONS(4962), + [anon_sym_return] = ACTIONS(4962), + [anon_sym_continue] = ACTIONS(4962), + [anon_sym_break] = ACTIONS(4962), + [anon_sym_COLON_COLON] = ACTIONS(4964), + [anon_sym_PLUS] = ACTIONS(4962), + [anon_sym_DASH] = ACTIONS(4962), + [anon_sym_PLUS_PLUS] = ACTIONS(4964), + [anon_sym_DASH_DASH] = ACTIONS(4964), + [anon_sym_BANG] = ACTIONS(4964), + [anon_sym_suspend] = ACTIONS(4962), + [anon_sym_sealed] = ACTIONS(4962), + [anon_sym_annotation] = ACTIONS(4962), + [anon_sym_data] = ACTIONS(4962), + [anon_sym_inner] = ACTIONS(4962), + [anon_sym_value] = ACTIONS(4962), + [anon_sym_override] = ACTIONS(4962), + [anon_sym_lateinit] = ACTIONS(4962), + [anon_sym_public] = ACTIONS(4962), + [anon_sym_private] = ACTIONS(4962), + [anon_sym_internal] = ACTIONS(4962), + [anon_sym_protected] = ACTIONS(4962), + [anon_sym_tailrec] = ACTIONS(4962), + [anon_sym_operator] = ACTIONS(4962), + [anon_sym_infix] = ACTIONS(4962), + [anon_sym_inline] = ACTIONS(4962), + [anon_sym_external] = ACTIONS(4962), + [sym_property_modifier] = ACTIONS(4962), + [anon_sym_abstract] = ACTIONS(4962), + [anon_sym_final] = ACTIONS(4962), + [anon_sym_open] = ACTIONS(4962), + [anon_sym_vararg] = ACTIONS(4962), + [anon_sym_noinline] = ACTIONS(4962), + [anon_sym_crossinline] = ACTIONS(4962), + [anon_sym_expect] = ACTIONS(4962), + [anon_sym_actual] = ACTIONS(4962), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4964), + [anon_sym_continue_AT] = ACTIONS(4964), + [anon_sym_break_AT] = ACTIONS(4964), + [anon_sym_this_AT] = ACTIONS(4964), + [anon_sym_super_AT] = ACTIONS(4964), + [sym_real_literal] = ACTIONS(4964), + [sym_integer_literal] = ACTIONS(4962), + [sym_hex_literal] = ACTIONS(4964), + [sym_bin_literal] = ACTIONS(4964), + [anon_sym_true] = ACTIONS(4962), + [anon_sym_false] = ACTIONS(4962), + [anon_sym_SQUOTE] = ACTIONS(4964), + [sym__backtick_identifier] = ACTIONS(4964), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4964), }, - [4016] = { - [sym_type_constraints] = STATE(3361), - [sym_enum_class_body] = STATE(3406), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_COLON] = ACTIONS(7209), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_RBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_RPAREN] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4323), - [anon_sym_DASH_GT] = ACTIONS(4323), - [sym_label] = ACTIONS(4323), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_while] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4323), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), + [3968] = { + [sym__alpha_identifier] = ACTIONS(4343), + [anon_sym_AT] = ACTIONS(4345), + [anon_sym_LBRACK] = ACTIONS(4345), + [anon_sym_as] = ACTIONS(4343), + [anon_sym_EQ] = ACTIONS(5177), + [anon_sym_LBRACE] = ACTIONS(4345), + [anon_sym_RBRACE] = ACTIONS(4345), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_COMMA] = ACTIONS(4345), + [anon_sym_LT] = ACTIONS(4343), + [anon_sym_GT] = ACTIONS(4343), + [anon_sym_where] = ACTIONS(4343), + [anon_sym_DOT] = ACTIONS(4343), + [anon_sym_SEMI] = ACTIONS(4345), + [anon_sym_get] = ACTIONS(4343), + [anon_sym_set] = ACTIONS(4343), + [anon_sym_STAR] = ACTIONS(4343), + [sym_label] = ACTIONS(4345), + [anon_sym_in] = ACTIONS(4343), + [anon_sym_DOT_DOT] = ACTIONS(4345), + [anon_sym_QMARK_COLON] = ACTIONS(4345), + [anon_sym_AMP_AMP] = ACTIONS(4345), + [anon_sym_PIPE_PIPE] = ACTIONS(4345), + [anon_sym_else] = ACTIONS(4343), + [anon_sym_COLON_COLON] = ACTIONS(4345), + [anon_sym_PLUS_EQ] = ACTIONS(5179), + [anon_sym_DASH_EQ] = ACTIONS(5179), + [anon_sym_STAR_EQ] = ACTIONS(5179), + [anon_sym_SLASH_EQ] = ACTIONS(5179), + [anon_sym_PERCENT_EQ] = ACTIONS(5179), + [anon_sym_BANG_EQ] = ACTIONS(4343), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4345), + [anon_sym_EQ_EQ] = ACTIONS(4343), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4345), + [anon_sym_LT_EQ] = ACTIONS(4345), + [anon_sym_GT_EQ] = ACTIONS(4345), + [anon_sym_BANGin] = ACTIONS(4345), + [anon_sym_is] = ACTIONS(4343), + [anon_sym_BANGis] = ACTIONS(4345), + [anon_sym_PLUS] = ACTIONS(4343), + [anon_sym_DASH] = ACTIONS(4343), + [anon_sym_SLASH] = ACTIONS(4343), + [anon_sym_PERCENT] = ACTIONS(4343), + [anon_sym_as_QMARK] = ACTIONS(4345), + [anon_sym_PLUS_PLUS] = ACTIONS(4345), + [anon_sym_DASH_DASH] = ACTIONS(4345), + [anon_sym_BANG_BANG] = ACTIONS(4345), + [anon_sym_suspend] = ACTIONS(4343), + [anon_sym_sealed] = ACTIONS(4343), + [anon_sym_annotation] = ACTIONS(4343), + [anon_sym_data] = ACTIONS(4343), + [anon_sym_inner] = ACTIONS(4343), + [anon_sym_value] = ACTIONS(4343), + [anon_sym_override] = ACTIONS(4343), + [anon_sym_lateinit] = ACTIONS(4343), + [anon_sym_public] = ACTIONS(4343), + [anon_sym_private] = ACTIONS(4343), + [anon_sym_internal] = ACTIONS(4343), + [anon_sym_protected] = ACTIONS(4343), + [anon_sym_tailrec] = ACTIONS(4343), + [anon_sym_operator] = ACTIONS(4343), + [anon_sym_infix] = ACTIONS(4343), + [anon_sym_inline] = ACTIONS(4343), + [anon_sym_external] = ACTIONS(4343), + [sym_property_modifier] = ACTIONS(4343), + [anon_sym_abstract] = ACTIONS(4343), + [anon_sym_final] = ACTIONS(4343), + [anon_sym_open] = ACTIONS(4343), + [anon_sym_vararg] = ACTIONS(4343), + [anon_sym_noinline] = ACTIONS(4343), + [anon_sym_crossinline] = ACTIONS(4343), + [anon_sym_expect] = ACTIONS(4343), + [anon_sym_actual] = ACTIONS(4343), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4345), + [sym__automatic_semicolon] = ACTIONS(4345), + [sym_safe_nav] = ACTIONS(4345), [sym_multiline_comment] = ACTIONS(3), }, - [4017] = { - [sym__alpha_identifier] = ACTIONS(4451), - [anon_sym_AT] = ACTIONS(4453), - [anon_sym_LBRACK] = ACTIONS(4453), - [anon_sym_as] = ACTIONS(4451), - [anon_sym_EQ] = ACTIONS(4451), - [anon_sym_LBRACE] = ACTIONS(4453), - [anon_sym_RBRACE] = ACTIONS(4453), - [anon_sym_LPAREN] = ACTIONS(4453), - [anon_sym_COMMA] = ACTIONS(4453), - [anon_sym_LT] = ACTIONS(4451), - [anon_sym_GT] = ACTIONS(4451), - [anon_sym_where] = ACTIONS(4451), - [anon_sym_DOT] = ACTIONS(4451), - [anon_sym_SEMI] = ACTIONS(4453), - [anon_sym_get] = ACTIONS(4451), - [anon_sym_set] = ACTIONS(4451), - [anon_sym_STAR] = ACTIONS(4451), - [sym_label] = ACTIONS(4453), - [anon_sym_in] = ACTIONS(4451), - [anon_sym_DOT_DOT] = ACTIONS(4453), - [anon_sym_QMARK_COLON] = ACTIONS(4453), - [anon_sym_AMP_AMP] = ACTIONS(4453), - [anon_sym_PIPE_PIPE] = ACTIONS(4453), - [anon_sym_else] = ACTIONS(4451), - [anon_sym_COLON_COLON] = ACTIONS(4453), - [anon_sym_PLUS_EQ] = ACTIONS(4453), - [anon_sym_DASH_EQ] = ACTIONS(4453), - [anon_sym_STAR_EQ] = ACTIONS(4453), - [anon_sym_SLASH_EQ] = ACTIONS(4453), - [anon_sym_PERCENT_EQ] = ACTIONS(4453), - [anon_sym_BANG_EQ] = ACTIONS(4451), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4453), - [anon_sym_EQ_EQ] = ACTIONS(4451), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4453), - [anon_sym_LT_EQ] = ACTIONS(4453), - [anon_sym_GT_EQ] = ACTIONS(4453), - [anon_sym_BANGin] = ACTIONS(4453), - [anon_sym_is] = ACTIONS(4451), - [anon_sym_BANGis] = ACTIONS(4453), - [anon_sym_PLUS] = ACTIONS(4451), - [anon_sym_DASH] = ACTIONS(4451), - [anon_sym_SLASH] = ACTIONS(4451), - [anon_sym_PERCENT] = ACTIONS(4451), - [anon_sym_as_QMARK] = ACTIONS(4453), - [anon_sym_PLUS_PLUS] = ACTIONS(4453), - [anon_sym_DASH_DASH] = ACTIONS(4453), - [anon_sym_BANG_BANG] = ACTIONS(4453), - [anon_sym_suspend] = ACTIONS(4451), - [anon_sym_sealed] = ACTIONS(4451), - [anon_sym_annotation] = ACTIONS(4451), - [anon_sym_data] = ACTIONS(4451), - [anon_sym_inner] = ACTIONS(4451), - [anon_sym_value] = ACTIONS(4451), - [anon_sym_override] = ACTIONS(4451), - [anon_sym_lateinit] = ACTIONS(4451), - [anon_sym_public] = ACTIONS(4451), - [anon_sym_private] = ACTIONS(4451), - [anon_sym_internal] = ACTIONS(4451), - [anon_sym_protected] = ACTIONS(4451), - [anon_sym_tailrec] = ACTIONS(4451), - [anon_sym_operator] = ACTIONS(4451), - [anon_sym_infix] = ACTIONS(4451), - [anon_sym_inline] = ACTIONS(4451), - [anon_sym_external] = ACTIONS(4451), - [sym_property_modifier] = ACTIONS(4451), - [anon_sym_abstract] = ACTIONS(4451), - [anon_sym_final] = ACTIONS(4451), - [anon_sym_open] = ACTIONS(4451), - [anon_sym_vararg] = ACTIONS(4451), - [anon_sym_noinline] = ACTIONS(4451), - [anon_sym_crossinline] = ACTIONS(4451), - [anon_sym_expect] = ACTIONS(4451), - [anon_sym_actual] = ACTIONS(4451), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4453), - [sym__automatic_semicolon] = ACTIONS(4453), - [sym_safe_nav] = ACTIONS(4453), - [sym_multiline_comment] = ACTIONS(3), + [3969] = { + [sym__alpha_identifier] = ACTIONS(5060), + [anon_sym_AT] = ACTIONS(5062), + [anon_sym_LBRACK] = ACTIONS(5062), + [anon_sym_typealias] = ACTIONS(5060), + [anon_sym_class] = ACTIONS(5060), + [anon_sym_interface] = ACTIONS(5060), + [anon_sym_enum] = ACTIONS(5060), + [anon_sym_LBRACE] = ACTIONS(5062), + [anon_sym_LPAREN] = ACTIONS(5062), + [anon_sym_val] = ACTIONS(5060), + [anon_sym_var] = ACTIONS(5060), + [anon_sym_object] = ACTIONS(5060), + [anon_sym_fun] = ACTIONS(5060), + [anon_sym_get] = ACTIONS(5060), + [anon_sym_set] = ACTIONS(5060), + [anon_sym_this] = ACTIONS(5060), + [anon_sym_super] = ACTIONS(5060), + [anon_sym_STAR] = ACTIONS(5062), + [sym_label] = ACTIONS(5060), + [anon_sym_for] = ACTIONS(5060), + [anon_sym_while] = ACTIONS(5060), + [anon_sym_do] = ACTIONS(5060), + [anon_sym_null] = ACTIONS(5060), + [anon_sym_if] = ACTIONS(5060), + [anon_sym_when] = ACTIONS(5060), + [anon_sym_try] = ACTIONS(5060), + [anon_sym_throw] = ACTIONS(5060), + [anon_sym_return] = ACTIONS(5060), + [anon_sym_continue] = ACTIONS(5060), + [anon_sym_break] = ACTIONS(5060), + [anon_sym_COLON_COLON] = ACTIONS(5062), + [anon_sym_PLUS] = ACTIONS(5060), + [anon_sym_DASH] = ACTIONS(5060), + [anon_sym_PLUS_PLUS] = ACTIONS(5062), + [anon_sym_DASH_DASH] = ACTIONS(5062), + [anon_sym_BANG] = ACTIONS(5062), + [anon_sym_suspend] = ACTIONS(5060), + [anon_sym_sealed] = ACTIONS(5060), + [anon_sym_annotation] = ACTIONS(5060), + [anon_sym_data] = ACTIONS(5060), + [anon_sym_inner] = ACTIONS(5060), + [anon_sym_value] = ACTIONS(5060), + [anon_sym_override] = ACTIONS(5060), + [anon_sym_lateinit] = ACTIONS(5060), + [anon_sym_public] = ACTIONS(5060), + [anon_sym_private] = ACTIONS(5060), + [anon_sym_internal] = ACTIONS(5060), + [anon_sym_protected] = ACTIONS(5060), + [anon_sym_tailrec] = ACTIONS(5060), + [anon_sym_operator] = ACTIONS(5060), + [anon_sym_infix] = ACTIONS(5060), + [anon_sym_inline] = ACTIONS(5060), + [anon_sym_external] = ACTIONS(5060), + [sym_property_modifier] = ACTIONS(5060), + [anon_sym_abstract] = ACTIONS(5060), + [anon_sym_final] = ACTIONS(5060), + [anon_sym_open] = ACTIONS(5060), + [anon_sym_vararg] = ACTIONS(5060), + [anon_sym_noinline] = ACTIONS(5060), + [anon_sym_crossinline] = ACTIONS(5060), + [anon_sym_expect] = ACTIONS(5060), + [anon_sym_actual] = ACTIONS(5060), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(5062), + [anon_sym_continue_AT] = ACTIONS(5062), + [anon_sym_break_AT] = ACTIONS(5062), + [anon_sym_this_AT] = ACTIONS(5062), + [anon_sym_super_AT] = ACTIONS(5062), + [sym_real_literal] = ACTIONS(5062), + [sym_integer_literal] = ACTIONS(5060), + [sym_hex_literal] = ACTIONS(5062), + [sym_bin_literal] = ACTIONS(5062), + [anon_sym_true] = ACTIONS(5060), + [anon_sym_false] = ACTIONS(5060), + [anon_sym_SQUOTE] = ACTIONS(5062), + [sym__backtick_identifier] = ACTIONS(5062), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(5062), }, - [4018] = { - [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_value] = 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__automatic_semicolon] = ACTIONS(5041), - [sym_safe_nav] = ACTIONS(5041), + [3970] = { + [sym_function_body] = STATE(3992), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4485), + [anon_sym_AT] = ACTIONS(4487), + [anon_sym_LBRACK] = ACTIONS(4487), + [anon_sym_as] = ACTIONS(4485), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4487), + [anon_sym_LPAREN] = ACTIONS(4487), + [anon_sym_LT] = ACTIONS(4485), + [anon_sym_GT] = 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_value] = 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), }, - [4019] = { - [sym_function_body] = STATE(3490), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_RBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_RPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [anon_sym_DASH_GT] = ACTIONS(4162), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_while] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), + [3971] = { + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(4251), + [anon_sym_LBRACE] = ACTIONS(4253), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_COMMA] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_where] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4251), + [sym_label] = ACTIONS(4253), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_PLUS_EQ] = ACTIONS(4253), + [anon_sym_DASH_EQ] = ACTIONS(4253), + [anon_sym_STAR_EQ] = ACTIONS(4253), + [anon_sym_SLASH_EQ] = ACTIONS(4253), + [anon_sym_PERCENT_EQ] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4251), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_suspend] = ACTIONS(4251), + [anon_sym_sealed] = ACTIONS(4251), + [anon_sym_annotation] = ACTIONS(4251), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_override] = ACTIONS(4251), + [anon_sym_lateinit] = ACTIONS(4251), + [anon_sym_public] = ACTIONS(4251), + [anon_sym_private] = ACTIONS(4251), + [anon_sym_internal] = ACTIONS(4251), + [anon_sym_protected] = ACTIONS(4251), + [anon_sym_tailrec] = ACTIONS(4251), + [anon_sym_operator] = ACTIONS(4251), + [anon_sym_infix] = ACTIONS(4251), + [anon_sym_inline] = ACTIONS(4251), + [anon_sym_external] = ACTIONS(4251), + [sym_property_modifier] = ACTIONS(4251), + [anon_sym_abstract] = ACTIONS(4251), + [anon_sym_final] = ACTIONS(4251), + [anon_sym_open] = ACTIONS(4251), + [anon_sym_vararg] = ACTIONS(4251), + [anon_sym_noinline] = ACTIONS(4251), + [anon_sym_crossinline] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4253), + [sym__automatic_semicolon] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), [sym_multiline_comment] = ACTIONS(3), }, - [4020] = { - [sym_function_body] = STATE(3220), - [sym__block] = STATE(3082), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(6905), - [anon_sym_LBRACE] = ACTIONS(6430), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_object] = ACTIONS(4160), - [anon_sym_fun] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_this] = ACTIONS(4160), - [anon_sym_super] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4160), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_null] = ACTIONS(4160), - [anon_sym_if] = ACTIONS(4160), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_when] = ACTIONS(4160), - [anon_sym_try] = ACTIONS(4160), - [anon_sym_throw] = ACTIONS(4160), - [anon_sym_return] = ACTIONS(4160), - [anon_sym_continue] = ACTIONS(4160), - [anon_sym_break] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG] = ACTIONS(4160), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4162), - [anon_sym_continue_AT] = ACTIONS(4162), - [anon_sym_break_AT] = ACTIONS(4162), - [anon_sym_this_AT] = ACTIONS(4162), - [anon_sym_super_AT] = ACTIONS(4162), - [sym_real_literal] = ACTIONS(4162), - [sym_integer_literal] = ACTIONS(4160), - [sym_hex_literal] = ACTIONS(4162), - [sym_bin_literal] = ACTIONS(4162), - [anon_sym_true] = ACTIONS(4160), - [anon_sym_false] = ACTIONS(4160), - [anon_sym_SQUOTE] = ACTIONS(4162), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4162), + [3972] = { + [sym__alpha_identifier] = ACTIONS(7181), + [anon_sym_AT] = ACTIONS(7183), + [anon_sym_LBRACK] = ACTIONS(7183), + [anon_sym_typealias] = ACTIONS(7181), + [anon_sym_class] = ACTIONS(7181), + [anon_sym_interface] = ACTIONS(7181), + [anon_sym_enum] = ACTIONS(7181), + [anon_sym_LBRACE] = ACTIONS(7183), + [anon_sym_LPAREN] = ACTIONS(7183), + [anon_sym_val] = ACTIONS(7181), + [anon_sym_var] = ACTIONS(7181), + [anon_sym_object] = ACTIONS(7181), + [anon_sym_fun] = ACTIONS(7181), + [anon_sym_get] = ACTIONS(7181), + [anon_sym_set] = ACTIONS(7181), + [anon_sym_this] = ACTIONS(7181), + [anon_sym_super] = ACTIONS(7181), + [anon_sym_STAR] = ACTIONS(7183), + [sym_label] = ACTIONS(7181), + [anon_sym_for] = ACTIONS(7181), + [anon_sym_while] = ACTIONS(7181), + [anon_sym_do] = ACTIONS(7181), + [anon_sym_null] = ACTIONS(7181), + [anon_sym_if] = ACTIONS(7181), + [anon_sym_when] = ACTIONS(7181), + [anon_sym_try] = ACTIONS(7181), + [anon_sym_throw] = ACTIONS(7181), + [anon_sym_return] = ACTIONS(7181), + [anon_sym_continue] = ACTIONS(7181), + [anon_sym_break] = ACTIONS(7181), + [anon_sym_COLON_COLON] = ACTIONS(7183), + [anon_sym_PLUS] = ACTIONS(7181), + [anon_sym_DASH] = ACTIONS(7181), + [anon_sym_PLUS_PLUS] = ACTIONS(7183), + [anon_sym_DASH_DASH] = ACTIONS(7183), + [anon_sym_BANG] = ACTIONS(7183), + [anon_sym_suspend] = ACTIONS(7181), + [anon_sym_sealed] = ACTIONS(7181), + [anon_sym_annotation] = ACTIONS(7181), + [anon_sym_data] = ACTIONS(7181), + [anon_sym_inner] = ACTIONS(7181), + [anon_sym_value] = ACTIONS(7181), + [anon_sym_override] = ACTIONS(7181), + [anon_sym_lateinit] = ACTIONS(7181), + [anon_sym_public] = ACTIONS(7181), + [anon_sym_private] = ACTIONS(7181), + [anon_sym_internal] = ACTIONS(7181), + [anon_sym_protected] = ACTIONS(7181), + [anon_sym_tailrec] = ACTIONS(7181), + [anon_sym_operator] = ACTIONS(7181), + [anon_sym_infix] = ACTIONS(7181), + [anon_sym_inline] = ACTIONS(7181), + [anon_sym_external] = ACTIONS(7181), + [sym_property_modifier] = ACTIONS(7181), + [anon_sym_abstract] = ACTIONS(7181), + [anon_sym_final] = ACTIONS(7181), + [anon_sym_open] = ACTIONS(7181), + [anon_sym_vararg] = ACTIONS(7181), + [anon_sym_noinline] = ACTIONS(7181), + [anon_sym_crossinline] = ACTIONS(7181), + [anon_sym_expect] = ACTIONS(7181), + [anon_sym_actual] = ACTIONS(7181), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(7183), + [anon_sym_continue_AT] = ACTIONS(7183), + [anon_sym_break_AT] = ACTIONS(7183), + [anon_sym_this_AT] = ACTIONS(7183), + [anon_sym_super_AT] = ACTIONS(7183), + [sym_real_literal] = ACTIONS(7183), + [sym_integer_literal] = ACTIONS(7181), + [sym_hex_literal] = ACTIONS(7183), + [sym_bin_literal] = ACTIONS(7183), + [anon_sym_true] = ACTIONS(7181), + [anon_sym_false] = ACTIONS(7181), + [anon_sym_SQUOTE] = ACTIONS(7183), + [sym__backtick_identifier] = ACTIONS(7183), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(7183), }, - [4021] = { - [sym__alpha_identifier] = ACTIONS(5085), - [anon_sym_AT] = ACTIONS(5087), - [anon_sym_LBRACK] = ACTIONS(5087), - [anon_sym_as] = ACTIONS(5085), - [anon_sym_EQ] = ACTIONS(5085), - [anon_sym_LBRACE] = ACTIONS(5087), - [anon_sym_RBRACE] = ACTIONS(5087), - [anon_sym_LPAREN] = ACTIONS(5087), - [anon_sym_COMMA] = ACTIONS(5087), - [anon_sym_LT] = ACTIONS(5085), - [anon_sym_GT] = ACTIONS(5085), - [anon_sym_where] = ACTIONS(5085), - [anon_sym_DOT] = ACTIONS(5085), - [anon_sym_SEMI] = ACTIONS(5087), - [anon_sym_get] = ACTIONS(5085), - [anon_sym_set] = ACTIONS(5085), - [anon_sym_STAR] = ACTIONS(5085), - [sym_label] = ACTIONS(5087), - [anon_sym_in] = ACTIONS(5085), - [anon_sym_DOT_DOT] = ACTIONS(5087), - [anon_sym_QMARK_COLON] = ACTIONS(5087), - [anon_sym_AMP_AMP] = ACTIONS(5087), - [anon_sym_PIPE_PIPE] = ACTIONS(5087), - [anon_sym_else] = ACTIONS(5085), - [anon_sym_COLON_COLON] = ACTIONS(5087), - [anon_sym_PLUS_EQ] = ACTIONS(5087), - [anon_sym_DASH_EQ] = ACTIONS(5087), - [anon_sym_STAR_EQ] = ACTIONS(5087), - [anon_sym_SLASH_EQ] = ACTIONS(5087), - [anon_sym_PERCENT_EQ] = ACTIONS(5087), - [anon_sym_BANG_EQ] = ACTIONS(5085), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5087), - [anon_sym_EQ_EQ] = ACTIONS(5085), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5087), - [anon_sym_LT_EQ] = ACTIONS(5087), - [anon_sym_GT_EQ] = ACTIONS(5087), - [anon_sym_BANGin] = ACTIONS(5087), - [anon_sym_is] = ACTIONS(5085), - [anon_sym_BANGis] = ACTIONS(5087), - [anon_sym_PLUS] = ACTIONS(5085), - [anon_sym_DASH] = ACTIONS(5085), - [anon_sym_SLASH] = ACTIONS(5085), - [anon_sym_PERCENT] = ACTIONS(5085), - [anon_sym_as_QMARK] = ACTIONS(5087), - [anon_sym_PLUS_PLUS] = ACTIONS(5087), - [anon_sym_DASH_DASH] = ACTIONS(5087), - [anon_sym_BANG_BANG] = ACTIONS(5087), - [anon_sym_suspend] = ACTIONS(5085), - [anon_sym_sealed] = ACTIONS(5085), - [anon_sym_annotation] = ACTIONS(5085), - [anon_sym_data] = ACTIONS(5085), - [anon_sym_inner] = ACTIONS(5085), - [anon_sym_value] = ACTIONS(5085), - [anon_sym_override] = ACTIONS(5085), - [anon_sym_lateinit] = ACTIONS(5085), - [anon_sym_public] = ACTIONS(5085), - [anon_sym_private] = ACTIONS(5085), - [anon_sym_internal] = ACTIONS(5085), - [anon_sym_protected] = ACTIONS(5085), - [anon_sym_tailrec] = ACTIONS(5085), - [anon_sym_operator] = ACTIONS(5085), - [anon_sym_infix] = ACTIONS(5085), - [anon_sym_inline] = ACTIONS(5085), - [anon_sym_external] = ACTIONS(5085), - [sym_property_modifier] = ACTIONS(5085), - [anon_sym_abstract] = ACTIONS(5085), - [anon_sym_final] = ACTIONS(5085), - [anon_sym_open] = ACTIONS(5085), - [anon_sym_vararg] = ACTIONS(5085), - [anon_sym_noinline] = ACTIONS(5085), - [anon_sym_crossinline] = ACTIONS(5085), - [anon_sym_expect] = ACTIONS(5085), - [anon_sym_actual] = ACTIONS(5085), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5087), - [sym__automatic_semicolon] = ACTIONS(5087), - [sym_safe_nav] = ACTIONS(5087), + [3973] = { + [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_value] = 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), }, - [4022] = { - [sym__alpha_identifier] = ACTIONS(5219), - [anon_sym_AT] = ACTIONS(5221), - [anon_sym_LBRACK] = ACTIONS(5221), - [anon_sym_as] = ACTIONS(5219), - [anon_sym_EQ] = ACTIONS(5219), - [anon_sym_LBRACE] = ACTIONS(5221), - [anon_sym_RBRACE] = ACTIONS(5221), - [anon_sym_LPAREN] = ACTIONS(5221), - [anon_sym_COMMA] = ACTIONS(5221), - [anon_sym_LT] = ACTIONS(5219), - [anon_sym_GT] = ACTIONS(5219), - [anon_sym_where] = ACTIONS(5219), - [anon_sym_DOT] = ACTIONS(5219), - [anon_sym_SEMI] = ACTIONS(5221), - [anon_sym_get] = ACTIONS(5219), - [anon_sym_set] = ACTIONS(5219), - [anon_sym_STAR] = ACTIONS(5219), - [sym_label] = ACTIONS(5221), - [anon_sym_in] = ACTIONS(5219), - [anon_sym_DOT_DOT] = ACTIONS(5221), - [anon_sym_QMARK_COLON] = ACTIONS(5221), - [anon_sym_AMP_AMP] = ACTIONS(5221), - [anon_sym_PIPE_PIPE] = ACTIONS(5221), - [anon_sym_else] = ACTIONS(5219), - [anon_sym_COLON_COLON] = ACTIONS(5221), - [anon_sym_PLUS_EQ] = ACTIONS(5221), - [anon_sym_DASH_EQ] = ACTIONS(5221), - [anon_sym_STAR_EQ] = ACTIONS(5221), - [anon_sym_SLASH_EQ] = ACTIONS(5221), - [anon_sym_PERCENT_EQ] = ACTIONS(5221), - [anon_sym_BANG_EQ] = ACTIONS(5219), - [anon_sym_BANG_EQ_EQ] = ACTIONS(5221), - [anon_sym_EQ_EQ] = ACTIONS(5219), - [anon_sym_EQ_EQ_EQ] = ACTIONS(5221), - [anon_sym_LT_EQ] = ACTIONS(5221), - [anon_sym_GT_EQ] = ACTIONS(5221), - [anon_sym_BANGin] = ACTIONS(5221), - [anon_sym_is] = ACTIONS(5219), - [anon_sym_BANGis] = ACTIONS(5221), - [anon_sym_PLUS] = ACTIONS(5219), - [anon_sym_DASH] = ACTIONS(5219), - [anon_sym_SLASH] = ACTIONS(5219), - [anon_sym_PERCENT] = ACTIONS(5219), - [anon_sym_as_QMARK] = ACTIONS(5221), - [anon_sym_PLUS_PLUS] = ACTIONS(5221), - [anon_sym_DASH_DASH] = ACTIONS(5221), - [anon_sym_BANG_BANG] = ACTIONS(5221), - [anon_sym_suspend] = ACTIONS(5219), - [anon_sym_sealed] = ACTIONS(5219), - [anon_sym_annotation] = ACTIONS(5219), - [anon_sym_data] = ACTIONS(5219), - [anon_sym_inner] = ACTIONS(5219), - [anon_sym_value] = ACTIONS(5219), - [anon_sym_override] = ACTIONS(5219), - [anon_sym_lateinit] = ACTIONS(5219), - [anon_sym_public] = ACTIONS(5219), - [anon_sym_private] = ACTIONS(5219), - [anon_sym_internal] = ACTIONS(5219), - [anon_sym_protected] = ACTIONS(5219), - [anon_sym_tailrec] = ACTIONS(5219), - [anon_sym_operator] = ACTIONS(5219), - [anon_sym_infix] = ACTIONS(5219), - [anon_sym_inline] = ACTIONS(5219), - [anon_sym_external] = ACTIONS(5219), - [sym_property_modifier] = ACTIONS(5219), - [anon_sym_abstract] = ACTIONS(5219), - [anon_sym_final] = ACTIONS(5219), - [anon_sym_open] = ACTIONS(5219), - [anon_sym_vararg] = ACTIONS(5219), - [anon_sym_noinline] = ACTIONS(5219), - [anon_sym_crossinline] = ACTIONS(5219), - [anon_sym_expect] = ACTIONS(5219), - [anon_sym_actual] = ACTIONS(5219), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(5221), - [sym__automatic_semicolon] = ACTIONS(5221), - [sym_safe_nav] = ACTIONS(5221), + [3974] = { + [sym__alpha_identifier] = ACTIONS(4458), + [anon_sym_AT] = ACTIONS(4460), + [anon_sym_LBRACK] = ACTIONS(4460), + [anon_sym_as] = ACTIONS(4458), + [anon_sym_EQ] = ACTIONS(4458), + [anon_sym_LBRACE] = ACTIONS(4460), + [anon_sym_RBRACE] = ACTIONS(4460), + [anon_sym_LPAREN] = ACTIONS(4460), + [anon_sym_COMMA] = ACTIONS(4460), + [anon_sym_LT] = ACTIONS(4458), + [anon_sym_GT] = ACTIONS(4458), + [anon_sym_where] = ACTIONS(4458), + [anon_sym_DOT] = ACTIONS(4458), + [anon_sym_SEMI] = ACTIONS(4460), + [anon_sym_get] = ACTIONS(4458), + [anon_sym_set] = ACTIONS(4458), + [anon_sym_STAR] = ACTIONS(4458), + [sym_label] = ACTIONS(4460), + [anon_sym_in] = ACTIONS(4458), + [anon_sym_DOT_DOT] = ACTIONS(4460), + [anon_sym_QMARK_COLON] = ACTIONS(4460), + [anon_sym_AMP_AMP] = ACTIONS(4460), + [anon_sym_PIPE_PIPE] = ACTIONS(4460), + [anon_sym_else] = ACTIONS(4458), + [anon_sym_COLON_COLON] = ACTIONS(4460), + [anon_sym_PLUS_EQ] = ACTIONS(4460), + [anon_sym_DASH_EQ] = ACTIONS(4460), + [anon_sym_STAR_EQ] = ACTIONS(4460), + [anon_sym_SLASH_EQ] = ACTIONS(4460), + [anon_sym_PERCENT_EQ] = ACTIONS(4460), + [anon_sym_BANG_EQ] = ACTIONS(4458), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4460), + [anon_sym_EQ_EQ] = ACTIONS(4458), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4460), + [anon_sym_LT_EQ] = ACTIONS(4460), + [anon_sym_GT_EQ] = ACTIONS(4460), + [anon_sym_BANGin] = ACTIONS(4460), + [anon_sym_is] = ACTIONS(4458), + [anon_sym_BANGis] = ACTIONS(4460), + [anon_sym_PLUS] = ACTIONS(4458), + [anon_sym_DASH] = ACTIONS(4458), + [anon_sym_SLASH] = ACTIONS(4458), + [anon_sym_PERCENT] = ACTIONS(4458), + [anon_sym_as_QMARK] = ACTIONS(4460), + [anon_sym_PLUS_PLUS] = ACTIONS(4460), + [anon_sym_DASH_DASH] = ACTIONS(4460), + [anon_sym_BANG_BANG] = ACTIONS(4460), + [anon_sym_suspend] = ACTIONS(4458), + [anon_sym_sealed] = ACTIONS(4458), + [anon_sym_annotation] = ACTIONS(4458), + [anon_sym_data] = ACTIONS(4458), + [anon_sym_inner] = ACTIONS(4458), + [anon_sym_value] = ACTIONS(4458), + [anon_sym_override] = ACTIONS(4458), + [anon_sym_lateinit] = ACTIONS(4458), + [anon_sym_public] = ACTIONS(4458), + [anon_sym_private] = ACTIONS(4458), + [anon_sym_internal] = ACTIONS(4458), + [anon_sym_protected] = ACTIONS(4458), + [anon_sym_tailrec] = ACTIONS(4458), + [anon_sym_operator] = ACTIONS(4458), + [anon_sym_infix] = ACTIONS(4458), + [anon_sym_inline] = ACTIONS(4458), + [anon_sym_external] = ACTIONS(4458), + [sym_property_modifier] = ACTIONS(4458), + [anon_sym_abstract] = ACTIONS(4458), + [anon_sym_final] = ACTIONS(4458), + [anon_sym_open] = ACTIONS(4458), + [anon_sym_vararg] = ACTIONS(4458), + [anon_sym_noinline] = ACTIONS(4458), + [anon_sym_crossinline] = ACTIONS(4458), + [anon_sym_expect] = ACTIONS(4458), + [anon_sym_actual] = ACTIONS(4458), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4460), + [sym__automatic_semicolon] = ACTIONS(4460), + [sym_safe_nav] = ACTIONS(4460), [sym_multiline_comment] = ACTIONS(3), }, - [4023] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4281), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4284), - [anon_sym_LPAREN] = ACTIONS(5750), - [anon_sym_COMMA] = ACTIONS(4284), - [anon_sym_LT] = ACTIONS(4281), - [anon_sym_GT] = ACTIONS(4281), - [anon_sym_where] = ACTIONS(4281), - [anon_sym_DOT] = ACTIONS(4281), - [anon_sym_SEMI] = ACTIONS(4284), - [anon_sym_get] = ACTIONS(4281), - [anon_sym_set] = ACTIONS(4281), - [anon_sym_STAR] = ACTIONS(4281), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4281), - [anon_sym_DOT_DOT] = ACTIONS(4284), - [anon_sym_QMARK_COLON] = ACTIONS(4284), - [anon_sym_AMP_AMP] = ACTIONS(4284), - [anon_sym_PIPE_PIPE] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4281), - [anon_sym_COLON_COLON] = ACTIONS(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4281), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ] = ACTIONS(4281), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), - [anon_sym_LT_EQ] = ACTIONS(4284), - [anon_sym_GT_EQ] = ACTIONS(4284), - [anon_sym_BANGin] = ACTIONS(4284), - [anon_sym_is] = ACTIONS(4281), - [anon_sym_BANGis] = ACTIONS(4284), - [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(4284), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4284), - [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_value] = 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), + [3975] = { + [sym__alpha_identifier] = ACTIONS(4493), + [anon_sym_AT] = ACTIONS(4495), + [anon_sym_LBRACK] = ACTIONS(4495), + [anon_sym_as] = ACTIONS(4493), + [anon_sym_EQ] = ACTIONS(4493), + [anon_sym_LBRACE] = ACTIONS(4495), + [anon_sym_RBRACE] = ACTIONS(4495), + [anon_sym_LPAREN] = ACTIONS(4495), + [anon_sym_COMMA] = ACTIONS(4495), + [anon_sym_LT] = ACTIONS(4493), + [anon_sym_GT] = ACTIONS(4493), + [anon_sym_where] = ACTIONS(4493), + [anon_sym_DOT] = ACTIONS(4493), + [anon_sym_SEMI] = ACTIONS(4495), + [anon_sym_get] = ACTIONS(4493), + [anon_sym_set] = ACTIONS(4493), + [anon_sym_STAR] = ACTIONS(4493), + [sym_label] = ACTIONS(4495), + [anon_sym_in] = ACTIONS(4493), + [anon_sym_DOT_DOT] = ACTIONS(4495), + [anon_sym_QMARK_COLON] = ACTIONS(4495), + [anon_sym_AMP_AMP] = ACTIONS(4495), + [anon_sym_PIPE_PIPE] = ACTIONS(4495), + [anon_sym_else] = ACTIONS(4493), + [anon_sym_COLON_COLON] = ACTIONS(4495), + [anon_sym_PLUS_EQ] = ACTIONS(4495), + [anon_sym_DASH_EQ] = ACTIONS(4495), + [anon_sym_STAR_EQ] = ACTIONS(4495), + [anon_sym_SLASH_EQ] = ACTIONS(4495), + [anon_sym_PERCENT_EQ] = ACTIONS(4495), + [anon_sym_BANG_EQ] = ACTIONS(4493), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), + [anon_sym_EQ_EQ] = ACTIONS(4493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), + [anon_sym_LT_EQ] = ACTIONS(4495), + [anon_sym_GT_EQ] = ACTIONS(4495), + [anon_sym_BANGin] = ACTIONS(4495), + [anon_sym_is] = ACTIONS(4493), + [anon_sym_BANGis] = ACTIONS(4495), + [anon_sym_PLUS] = ACTIONS(4493), + [anon_sym_DASH] = ACTIONS(4493), + [anon_sym_SLASH] = ACTIONS(4493), + [anon_sym_PERCENT] = ACTIONS(4493), + [anon_sym_as_QMARK] = ACTIONS(4495), + [anon_sym_PLUS_PLUS] = ACTIONS(4495), + [anon_sym_DASH_DASH] = ACTIONS(4495), + [anon_sym_BANG_BANG] = ACTIONS(4495), + [anon_sym_suspend] = ACTIONS(4493), + [anon_sym_sealed] = ACTIONS(4493), + [anon_sym_annotation] = ACTIONS(4493), + [anon_sym_data] = ACTIONS(4493), + [anon_sym_inner] = ACTIONS(4493), + [anon_sym_value] = ACTIONS(4493), + [anon_sym_override] = ACTIONS(4493), + [anon_sym_lateinit] = ACTIONS(4493), + [anon_sym_public] = ACTIONS(4493), + [anon_sym_private] = ACTIONS(4493), + [anon_sym_internal] = ACTIONS(4493), + [anon_sym_protected] = ACTIONS(4493), + [anon_sym_tailrec] = ACTIONS(4493), + [anon_sym_operator] = ACTIONS(4493), + [anon_sym_infix] = ACTIONS(4493), + [anon_sym_inline] = ACTIONS(4493), + [anon_sym_external] = ACTIONS(4493), + [sym_property_modifier] = ACTIONS(4493), + [anon_sym_abstract] = ACTIONS(4493), + [anon_sym_final] = ACTIONS(4493), + [anon_sym_open] = ACTIONS(4493), + [anon_sym_vararg] = ACTIONS(4493), + [anon_sym_noinline] = ACTIONS(4493), + [anon_sym_crossinline] = ACTIONS(4493), + [anon_sym_expect] = ACTIONS(4493), + [anon_sym_actual] = ACTIONS(4493), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4284), - [sym_safe_nav] = ACTIONS(4284), + [sym__backtick_identifier] = ACTIONS(4495), + [sym__automatic_semicolon] = ACTIONS(4495), + [sym_safe_nav] = ACTIONS(4495), [sym_multiline_comment] = ACTIONS(3), }, - [4024] = { - [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_value] = 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), + [3976] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1525), + [sym__comparison_operator] = STATE(1526), + [sym__in_operator] = STATE(1527), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1528), + [sym__multiplicative_operator] = STATE(1529), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1530), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3150), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3152), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3152), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7123), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7125), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7127), + [anon_sym_while] = ACTIONS(3150), + [anon_sym_DOT_DOT] = ACTIONS(7129), + [anon_sym_QMARK_COLON] = ACTIONS(7131), + [anon_sym_AMP_AMP] = ACTIONS(7133), + [anon_sym_PIPE_PIPE] = ACTIONS(7135), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3152), + [anon_sym_DASH_EQ] = ACTIONS(3152), + [anon_sym_STAR_EQ] = ACTIONS(3152), + [anon_sym_SLASH_EQ] = ACTIONS(3152), + [anon_sym_PERCENT_EQ] = ACTIONS(3152), + [anon_sym_BANG_EQ] = ACTIONS(7137), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7139), + [anon_sym_EQ_EQ] = ACTIONS(7137), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7139), + [anon_sym_LT_EQ] = ACTIONS(7141), + [anon_sym_GT_EQ] = ACTIONS(7141), + [anon_sym_BANGin] = ACTIONS(7143), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7145), + [anon_sym_DASH] = ACTIONS(7145), + [anon_sym_SLASH] = ACTIONS(7125), + [anon_sym_PERCENT] = ACTIONS(7125), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4025] = { + [3977] = { [sym__alpha_identifier] = ACTIONS(4926), [anon_sym_AT] = ACTIONS(4928), [anon_sym_LBRACK] = ACTIONS(4928), @@ -446808,487 +442922,2007 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4928), [sym_multiline_comment] = ACTIONS(3), }, - [4026] = { - [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_value] = 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), + [3978] = { + [sym__alpha_identifier] = ACTIONS(4289), + [anon_sym_AT] = ACTIONS(4287), + [anon_sym_LBRACK] = ACTIONS(4287), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_EQ] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4287), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(7185), + [anon_sym_COMMA] = ACTIONS(4287), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_where] = ACTIONS(4289), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4289), + [anon_sym_set] = ACTIONS(4289), + [anon_sym_STAR] = ACTIONS(4289), + [sym_label] = ACTIONS(4287), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_else] = ACTIONS(4289), + [anon_sym_COLON_COLON] = ACTIONS(4287), + [anon_sym_PLUS_EQ] = ACTIONS(4287), + [anon_sym_DASH_EQ] = ACTIONS(4287), + [anon_sym_STAR_EQ] = ACTIONS(4287), + [anon_sym_SLASH_EQ] = ACTIONS(4287), + [anon_sym_PERCENT_EQ] = ACTIONS(4287), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4289), + [anon_sym_DASH] = ACTIONS(4289), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4289), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4287), + [anon_sym_DASH_DASH] = ACTIONS(4287), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_suspend] = ACTIONS(4289), + [anon_sym_sealed] = ACTIONS(4289), + [anon_sym_annotation] = ACTIONS(4289), + [anon_sym_data] = ACTIONS(4289), + [anon_sym_inner] = ACTIONS(4289), + [anon_sym_value] = ACTIONS(4289), + [anon_sym_override] = ACTIONS(4289), + [anon_sym_lateinit] = ACTIONS(4289), + [anon_sym_public] = ACTIONS(4289), + [anon_sym_private] = ACTIONS(4289), + [anon_sym_internal] = ACTIONS(4289), + [anon_sym_protected] = ACTIONS(4289), + [anon_sym_tailrec] = ACTIONS(4289), + [anon_sym_operator] = ACTIONS(4289), + [anon_sym_infix] = ACTIONS(4289), + [anon_sym_inline] = ACTIONS(4289), + [anon_sym_external] = ACTIONS(4289), + [sym_property_modifier] = ACTIONS(4289), + [anon_sym_abstract] = ACTIONS(4289), + [anon_sym_final] = ACTIONS(4289), + [anon_sym_open] = ACTIONS(4289), + [anon_sym_vararg] = ACTIONS(4289), + [anon_sym_noinline] = ACTIONS(4289), + [anon_sym_crossinline] = ACTIONS(4289), + [anon_sym_expect] = ACTIONS(4289), + [anon_sym_actual] = ACTIONS(4289), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4287), + [sym__automatic_semicolon] = ACTIONS(4287), + [sym_safe_nav] = ACTIONS(4287), + [sym_multiline_comment] = ACTIONS(3), + }, + [3979] = { + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4301), + [anon_sym_LBRACK] = ACTIONS(4301), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4301), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(7187), + [anon_sym_COMMA] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4301), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4301), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [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(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4301), + [anon_sym_DASH_DASH] = ACTIONS(4301), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [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_value] = 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(4301), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), + [sym_multiline_comment] = ACTIONS(3), + }, + [3980] = { + [sym_function_body] = STATE(3487), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_RBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_RPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [anon_sym_DASH_GT] = ACTIONS(4141), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_while] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + }, + [3981] = { + [sym__alpha_identifier] = ACTIONS(4104), + [anon_sym_AT] = ACTIONS(4106), + [anon_sym_LBRACK] = ACTIONS(4106), + [anon_sym_as] = ACTIONS(4104), + [anon_sym_EQ] = ACTIONS(4104), + [anon_sym_LBRACE] = ACTIONS(4106), + [anon_sym_RBRACE] = ACTIONS(4106), + [anon_sym_LPAREN] = ACTIONS(4106), + [anon_sym_COMMA] = ACTIONS(4106), + [anon_sym_LT] = ACTIONS(4104), + [anon_sym_GT] = ACTIONS(4104), + [anon_sym_where] = ACTIONS(4104), + [anon_sym_DOT] = ACTIONS(4104), + [anon_sym_SEMI] = ACTIONS(4106), + [anon_sym_get] = ACTIONS(4104), + [anon_sym_set] = ACTIONS(4104), + [anon_sym_STAR] = ACTIONS(4104), + [sym_label] = ACTIONS(4106), + [anon_sym_in] = ACTIONS(4104), + [anon_sym_DOT_DOT] = ACTIONS(4106), + [anon_sym_QMARK_COLON] = ACTIONS(4106), + [anon_sym_AMP_AMP] = ACTIONS(4106), + [anon_sym_PIPE_PIPE] = ACTIONS(4106), + [anon_sym_else] = ACTIONS(4104), + [anon_sym_COLON_COLON] = ACTIONS(4106), + [anon_sym_PLUS_EQ] = ACTIONS(4106), + [anon_sym_DASH_EQ] = ACTIONS(4106), + [anon_sym_STAR_EQ] = ACTIONS(4106), + [anon_sym_SLASH_EQ] = ACTIONS(4106), + [anon_sym_PERCENT_EQ] = ACTIONS(4106), + [anon_sym_BANG_EQ] = ACTIONS(4104), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4106), + [anon_sym_EQ_EQ] = ACTIONS(4104), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4106), + [anon_sym_LT_EQ] = ACTIONS(4106), + [anon_sym_GT_EQ] = ACTIONS(4106), + [anon_sym_BANGin] = ACTIONS(4106), + [anon_sym_is] = ACTIONS(4104), + [anon_sym_BANGis] = ACTIONS(4106), + [anon_sym_PLUS] = ACTIONS(4104), + [anon_sym_DASH] = ACTIONS(4104), + [anon_sym_SLASH] = ACTIONS(4104), + [anon_sym_PERCENT] = ACTIONS(4104), + [anon_sym_as_QMARK] = ACTIONS(4106), + [anon_sym_PLUS_PLUS] = ACTIONS(4106), + [anon_sym_DASH_DASH] = ACTIONS(4106), + [anon_sym_BANG_BANG] = ACTIONS(4106), + [anon_sym_suspend] = ACTIONS(4104), + [anon_sym_sealed] = ACTIONS(4104), + [anon_sym_annotation] = ACTIONS(4104), + [anon_sym_data] = ACTIONS(4104), + [anon_sym_inner] = ACTIONS(4104), + [anon_sym_value] = ACTIONS(4104), + [anon_sym_override] = ACTIONS(4104), + [anon_sym_lateinit] = ACTIONS(4104), + [anon_sym_public] = ACTIONS(4104), + [anon_sym_private] = ACTIONS(4104), + [anon_sym_internal] = ACTIONS(4104), + [anon_sym_protected] = ACTIONS(4104), + [anon_sym_tailrec] = ACTIONS(4104), + [anon_sym_operator] = ACTIONS(4104), + [anon_sym_infix] = ACTIONS(4104), + [anon_sym_inline] = ACTIONS(4104), + [anon_sym_external] = ACTIONS(4104), + [sym_property_modifier] = ACTIONS(4104), + [anon_sym_abstract] = ACTIONS(4104), + [anon_sym_final] = ACTIONS(4104), + [anon_sym_open] = ACTIONS(4104), + [anon_sym_vararg] = ACTIONS(4104), + [anon_sym_noinline] = ACTIONS(4104), + [anon_sym_crossinline] = ACTIONS(4104), + [anon_sym_expect] = ACTIONS(4104), + [anon_sym_actual] = ACTIONS(4104), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4106), + [sym__automatic_semicolon] = ACTIONS(4106), + [sym_safe_nav] = ACTIONS(4106), + [sym_multiline_comment] = ACTIONS(3), + }, + [3982] = { + [sym__alpha_identifier] = ACTIONS(4838), + [anon_sym_AT] = ACTIONS(4840), + [anon_sym_LBRACK] = ACTIONS(4840), + [anon_sym_as] = ACTIONS(4838), + [anon_sym_EQ] = ACTIONS(4838), + [anon_sym_LBRACE] = ACTIONS(4840), + [anon_sym_RBRACE] = ACTIONS(4840), + [anon_sym_LPAREN] = ACTIONS(7189), + [anon_sym_COMMA] = ACTIONS(4840), + [anon_sym_LT] = ACTIONS(4838), + [anon_sym_GT] = ACTIONS(4838), + [anon_sym_where] = ACTIONS(4838), + [anon_sym_DOT] = ACTIONS(4838), + [anon_sym_SEMI] = ACTIONS(4840), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4838), + [anon_sym_STAR] = ACTIONS(4838), + [sym_label] = ACTIONS(4840), + [anon_sym_in] = ACTIONS(4838), + [anon_sym_DOT_DOT] = ACTIONS(4840), + [anon_sym_QMARK_COLON] = ACTIONS(4840), + [anon_sym_AMP_AMP] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4840), + [anon_sym_else] = ACTIONS(4838), + [anon_sym_COLON_COLON] = ACTIONS(4840), + [anon_sym_PLUS_EQ] = ACTIONS(4840), + [anon_sym_DASH_EQ] = ACTIONS(4840), + [anon_sym_STAR_EQ] = ACTIONS(4840), + [anon_sym_SLASH_EQ] = ACTIONS(4840), + [anon_sym_PERCENT_EQ] = ACTIONS(4840), + [anon_sym_BANG_EQ] = ACTIONS(4838), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4840), + [anon_sym_EQ_EQ] = ACTIONS(4838), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4840), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4840), + [anon_sym_BANGin] = ACTIONS(4840), + [anon_sym_is] = ACTIONS(4838), + [anon_sym_BANGis] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4838), + [anon_sym_SLASH] = ACTIONS(4838), + [anon_sym_PERCENT] = ACTIONS(4838), + [anon_sym_as_QMARK] = ACTIONS(4840), + [anon_sym_PLUS_PLUS] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4840), + [anon_sym_BANG_BANG] = ACTIONS(4840), + [anon_sym_suspend] = ACTIONS(4838), + [anon_sym_sealed] = ACTIONS(4838), + [anon_sym_annotation] = ACTIONS(4838), + [anon_sym_data] = ACTIONS(4838), + [anon_sym_inner] = ACTIONS(4838), + [anon_sym_value] = ACTIONS(4838), + [anon_sym_override] = ACTIONS(4838), + [anon_sym_lateinit] = ACTIONS(4838), + [anon_sym_public] = ACTIONS(4838), + [anon_sym_private] = ACTIONS(4838), + [anon_sym_internal] = ACTIONS(4838), + [anon_sym_protected] = ACTIONS(4838), + [anon_sym_tailrec] = ACTIONS(4838), + [anon_sym_operator] = ACTIONS(4838), + [anon_sym_infix] = ACTIONS(4838), + [anon_sym_inline] = ACTIONS(4838), + [anon_sym_external] = ACTIONS(4838), + [sym_property_modifier] = ACTIONS(4838), + [anon_sym_abstract] = ACTIONS(4838), + [anon_sym_final] = ACTIONS(4838), + [anon_sym_open] = ACTIONS(4838), + [anon_sym_vararg] = ACTIONS(4838), + [anon_sym_noinline] = ACTIONS(4838), + [anon_sym_crossinline] = ACTIONS(4838), + [anon_sym_expect] = ACTIONS(4838), + [anon_sym_actual] = ACTIONS(4838), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4840), + [sym__automatic_semicolon] = ACTIONS(4840), + [sym_safe_nav] = ACTIONS(4840), + [sym_multiline_comment] = ACTIONS(3), + }, + [3983] = { + [sym_function_body] = STATE(3226), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_object] = ACTIONS(4151), + [anon_sym_fun] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_this] = ACTIONS(4151), + [anon_sym_super] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4153), + [sym_label] = ACTIONS(4151), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_null] = ACTIONS(4151), + [anon_sym_if] = ACTIONS(4151), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_when] = ACTIONS(4151), + [anon_sym_try] = ACTIONS(4151), + [anon_sym_throw] = ACTIONS(4151), + [anon_sym_return] = ACTIONS(4151), + [anon_sym_continue] = ACTIONS(4151), + [anon_sym_break] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4153), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4151), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4153), + [anon_sym_continue_AT] = ACTIONS(4153), + [anon_sym_break_AT] = ACTIONS(4153), + [anon_sym_this_AT] = ACTIONS(4153), + [anon_sym_super_AT] = ACTIONS(4153), + [sym_real_literal] = ACTIONS(4153), + [sym_integer_literal] = ACTIONS(4151), + [sym_hex_literal] = ACTIONS(4153), + [sym_bin_literal] = ACTIONS(4153), + [anon_sym_true] = ACTIONS(4151), + [anon_sym_false] = ACTIONS(4151), + [anon_sym_SQUOTE] = ACTIONS(4153), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4153), + }, + [3984] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1525), + [sym__comparison_operator] = STATE(1526), + [sym__in_operator] = STATE(1527), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1528), + [sym__multiplicative_operator] = STATE(1529), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1530), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(3088), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3088), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3090), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(7125), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_while] = ACTIONS(3088), + [anon_sym_DOT_DOT] = ACTIONS(7129), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_else] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3090), + [anon_sym_DASH_EQ] = ACTIONS(3090), + [anon_sym_STAR_EQ] = ACTIONS(3090), + [anon_sym_SLASH_EQ] = ACTIONS(3090), + [anon_sym_PERCENT_EQ] = ACTIONS(3090), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), + [anon_sym_PLUS] = ACTIONS(7145), + [anon_sym_DASH] = ACTIONS(7145), + [anon_sym_SLASH] = ACTIONS(7125), + [anon_sym_PERCENT] = ACTIONS(7125), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3090), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [3985] = { + [sym__alpha_identifier] = ACTIONS(4848), + [anon_sym_AT] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_as] = ACTIONS(4848), + [anon_sym_EQ] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_LPAREN] = ACTIONS(7191), + [anon_sym_COMMA] = ACTIONS(4850), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_where] = ACTIONS(4848), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym_get] = ACTIONS(4848), + [anon_sym_set] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4848), + [sym_label] = ACTIONS(4850), + [anon_sym_in] = ACTIONS(4848), + [anon_sym_DOT_DOT] = ACTIONS(4850), + [anon_sym_QMARK_COLON] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_else] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_PLUS_EQ] = ACTIONS(4850), + [anon_sym_DASH_EQ] = ACTIONS(4850), + [anon_sym_STAR_EQ] = ACTIONS(4850), + [anon_sym_SLASH_EQ] = ACTIONS(4850), + [anon_sym_PERCENT_EQ] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4850), + [anon_sym_EQ_EQ] = ACTIONS(4848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_BANGin] = ACTIONS(4850), + [anon_sym_is] = ACTIONS(4848), + [anon_sym_BANGis] = ACTIONS(4850), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4848), + [anon_sym_as_QMARK] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_BANG_BANG] = ACTIONS(4850), + [anon_sym_suspend] = ACTIONS(4848), + [anon_sym_sealed] = ACTIONS(4848), + [anon_sym_annotation] = ACTIONS(4848), + [anon_sym_data] = ACTIONS(4848), + [anon_sym_inner] = ACTIONS(4848), + [anon_sym_value] = ACTIONS(4848), + [anon_sym_override] = ACTIONS(4848), + [anon_sym_lateinit] = ACTIONS(4848), + [anon_sym_public] = ACTIONS(4848), + [anon_sym_private] = ACTIONS(4848), + [anon_sym_internal] = ACTIONS(4848), + [anon_sym_protected] = ACTIONS(4848), + [anon_sym_tailrec] = ACTIONS(4848), + [anon_sym_operator] = ACTIONS(4848), + [anon_sym_infix] = ACTIONS(4848), + [anon_sym_inline] = ACTIONS(4848), + [anon_sym_external] = ACTIONS(4848), + [sym_property_modifier] = ACTIONS(4848), + [anon_sym_abstract] = ACTIONS(4848), + [anon_sym_final] = ACTIONS(4848), + [anon_sym_open] = ACTIONS(4848), + [anon_sym_vararg] = ACTIONS(4848), + [anon_sym_noinline] = ACTIONS(4848), + [anon_sym_crossinline] = ACTIONS(4848), + [anon_sym_expect] = ACTIONS(4848), + [anon_sym_actual] = ACTIONS(4848), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4850), + [sym__automatic_semicolon] = ACTIONS(4850), + [sym_safe_nav] = ACTIONS(4850), + [sym_multiline_comment] = ACTIONS(3), + }, + [3986] = { + [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_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_value] = 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), + }, + [3987] = { + [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(4487), + [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_value] = 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), + }, + [3988] = { + [sym__alpha_identifier] = ACTIONS(5119), + [anon_sym_AT] = ACTIONS(5121), + [anon_sym_LBRACK] = ACTIONS(5121), + [anon_sym_as] = ACTIONS(5119), + [anon_sym_EQ] = ACTIONS(5119), + [anon_sym_LBRACE] = ACTIONS(5121), + [anon_sym_RBRACE] = ACTIONS(5121), + [anon_sym_LPAREN] = ACTIONS(5121), + [anon_sym_COMMA] = ACTIONS(5121), + [anon_sym_LT] = ACTIONS(5119), + [anon_sym_GT] = ACTIONS(5119), + [anon_sym_where] = ACTIONS(5119), + [anon_sym_DOT] = ACTIONS(5119), + [anon_sym_SEMI] = ACTIONS(5121), + [anon_sym_get] = ACTIONS(5119), + [anon_sym_set] = ACTIONS(5119), + [anon_sym_STAR] = ACTIONS(5119), + [sym_label] = ACTIONS(5121), + [anon_sym_in] = ACTIONS(5119), + [anon_sym_DOT_DOT] = ACTIONS(5121), + [anon_sym_QMARK_COLON] = ACTIONS(5121), + [anon_sym_AMP_AMP] = ACTIONS(5121), + [anon_sym_PIPE_PIPE] = ACTIONS(5121), + [anon_sym_else] = ACTIONS(5119), + [anon_sym_COLON_COLON] = ACTIONS(5121), + [anon_sym_PLUS_EQ] = ACTIONS(5121), + [anon_sym_DASH_EQ] = ACTIONS(5121), + [anon_sym_STAR_EQ] = ACTIONS(5121), + [anon_sym_SLASH_EQ] = ACTIONS(5121), + [anon_sym_PERCENT_EQ] = ACTIONS(5121), + [anon_sym_BANG_EQ] = ACTIONS(5119), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5121), + [anon_sym_EQ_EQ] = ACTIONS(5119), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5121), + [anon_sym_LT_EQ] = ACTIONS(5121), + [anon_sym_GT_EQ] = ACTIONS(5121), + [anon_sym_BANGin] = ACTIONS(5121), + [anon_sym_is] = ACTIONS(5119), + [anon_sym_BANGis] = ACTIONS(5121), + [anon_sym_PLUS] = ACTIONS(5119), + [anon_sym_DASH] = ACTIONS(5119), + [anon_sym_SLASH] = ACTIONS(5119), + [anon_sym_PERCENT] = ACTIONS(5119), + [anon_sym_as_QMARK] = ACTIONS(5121), + [anon_sym_PLUS_PLUS] = ACTIONS(5121), + [anon_sym_DASH_DASH] = ACTIONS(5121), + [anon_sym_BANG_BANG] = ACTIONS(5121), + [anon_sym_suspend] = ACTIONS(5119), + [anon_sym_sealed] = ACTIONS(5119), + [anon_sym_annotation] = ACTIONS(5119), + [anon_sym_data] = ACTIONS(5119), + [anon_sym_inner] = ACTIONS(5119), + [anon_sym_value] = ACTIONS(5119), + [anon_sym_override] = ACTIONS(5119), + [anon_sym_lateinit] = ACTIONS(5119), + [anon_sym_public] = ACTIONS(5119), + [anon_sym_private] = ACTIONS(5119), + [anon_sym_internal] = ACTIONS(5119), + [anon_sym_protected] = ACTIONS(5119), + [anon_sym_tailrec] = ACTIONS(5119), + [anon_sym_operator] = ACTIONS(5119), + [anon_sym_infix] = ACTIONS(5119), + [anon_sym_inline] = ACTIONS(5119), + [anon_sym_external] = ACTIONS(5119), + [sym_property_modifier] = ACTIONS(5119), + [anon_sym_abstract] = ACTIONS(5119), + [anon_sym_final] = ACTIONS(5119), + [anon_sym_open] = ACTIONS(5119), + [anon_sym_vararg] = ACTIONS(5119), + [anon_sym_noinline] = ACTIONS(5119), + [anon_sym_crossinline] = ACTIONS(5119), + [anon_sym_expect] = ACTIONS(5119), + [anon_sym_actual] = ACTIONS(5119), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5121), + [sym__automatic_semicolon] = ACTIONS(5121), + [sym_safe_nav] = ACTIONS(5121), + [sym_multiline_comment] = ACTIONS(3), + }, + [3989] = { + [sym__alpha_identifier] = ACTIONS(5040), + [anon_sym_AT] = ACTIONS(5042), + [anon_sym_LBRACK] = ACTIONS(5042), + [anon_sym_as] = ACTIONS(5040), + [anon_sym_EQ] = ACTIONS(5040), + [anon_sym_LBRACE] = ACTIONS(5042), + [anon_sym_RBRACE] = ACTIONS(5042), + [anon_sym_LPAREN] = ACTIONS(5042), + [anon_sym_COMMA] = ACTIONS(5042), + [anon_sym_LT] = ACTIONS(5040), + [anon_sym_GT] = ACTIONS(5040), + [anon_sym_where] = ACTIONS(5040), + [anon_sym_DOT] = ACTIONS(5040), + [anon_sym_SEMI] = ACTIONS(5042), + [anon_sym_get] = ACTIONS(5040), + [anon_sym_set] = ACTIONS(5040), + [anon_sym_STAR] = ACTIONS(5040), + [sym_label] = ACTIONS(5042), + [anon_sym_in] = ACTIONS(5040), + [anon_sym_DOT_DOT] = ACTIONS(5042), + [anon_sym_QMARK_COLON] = ACTIONS(5042), + [anon_sym_AMP_AMP] = ACTIONS(5042), + [anon_sym_PIPE_PIPE] = ACTIONS(5042), + [anon_sym_else] = ACTIONS(5040), + [anon_sym_COLON_COLON] = ACTIONS(5042), + [anon_sym_PLUS_EQ] = ACTIONS(5042), + [anon_sym_DASH_EQ] = ACTIONS(5042), + [anon_sym_STAR_EQ] = ACTIONS(5042), + [anon_sym_SLASH_EQ] = ACTIONS(5042), + [anon_sym_PERCENT_EQ] = ACTIONS(5042), + [anon_sym_BANG_EQ] = ACTIONS(5040), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5042), + [anon_sym_EQ_EQ] = ACTIONS(5040), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5042), + [anon_sym_LT_EQ] = ACTIONS(5042), + [anon_sym_GT_EQ] = ACTIONS(5042), + [anon_sym_BANGin] = ACTIONS(5042), + [anon_sym_is] = ACTIONS(5040), + [anon_sym_BANGis] = ACTIONS(5042), + [anon_sym_PLUS] = ACTIONS(5040), + [anon_sym_DASH] = ACTIONS(5040), + [anon_sym_SLASH] = ACTIONS(5040), + [anon_sym_PERCENT] = ACTIONS(5040), + [anon_sym_as_QMARK] = ACTIONS(5042), + [anon_sym_PLUS_PLUS] = ACTIONS(5042), + [anon_sym_DASH_DASH] = ACTIONS(5042), + [anon_sym_BANG_BANG] = ACTIONS(5042), + [anon_sym_suspend] = ACTIONS(5040), + [anon_sym_sealed] = ACTIONS(5040), + [anon_sym_annotation] = ACTIONS(5040), + [anon_sym_data] = ACTIONS(5040), + [anon_sym_inner] = ACTIONS(5040), + [anon_sym_value] = ACTIONS(5040), + [anon_sym_override] = ACTIONS(5040), + [anon_sym_lateinit] = ACTIONS(5040), + [anon_sym_public] = ACTIONS(5040), + [anon_sym_private] = ACTIONS(5040), + [anon_sym_internal] = ACTIONS(5040), + [anon_sym_protected] = ACTIONS(5040), + [anon_sym_tailrec] = ACTIONS(5040), + [anon_sym_operator] = ACTIONS(5040), + [anon_sym_infix] = ACTIONS(5040), + [anon_sym_inline] = ACTIONS(5040), + [anon_sym_external] = ACTIONS(5040), + [sym_property_modifier] = ACTIONS(5040), + [anon_sym_abstract] = ACTIONS(5040), + [anon_sym_final] = ACTIONS(5040), + [anon_sym_open] = ACTIONS(5040), + [anon_sym_vararg] = ACTIONS(5040), + [anon_sym_noinline] = ACTIONS(5040), + [anon_sym_crossinline] = ACTIONS(5040), + [anon_sym_expect] = ACTIONS(5040), + [anon_sym_actual] = ACTIONS(5040), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5042), + [sym__automatic_semicolon] = ACTIONS(5042), + [sym_safe_nav] = ACTIONS(5042), + [sym_multiline_comment] = ACTIONS(3), + }, + [3990] = { + [sym__alpha_identifier] = ACTIONS(4762), + [anon_sym_AT] = ACTIONS(4764), + [anon_sym_LBRACK] = ACTIONS(4764), + [anon_sym_as] = ACTIONS(4762), + [anon_sym_EQ] = ACTIONS(4762), + [anon_sym_LBRACE] = ACTIONS(4764), + [anon_sym_RBRACE] = ACTIONS(4764), + [anon_sym_LPAREN] = ACTIONS(4764), + [anon_sym_COMMA] = ACTIONS(4764), + [anon_sym_LT] = ACTIONS(4762), + [anon_sym_GT] = ACTIONS(4762), + [anon_sym_where] = ACTIONS(4762), + [anon_sym_DOT] = ACTIONS(4762), + [anon_sym_SEMI] = ACTIONS(4764), + [anon_sym_get] = ACTIONS(4762), + [anon_sym_set] = ACTIONS(4762), + [anon_sym_STAR] = ACTIONS(4762), + [sym_label] = ACTIONS(4764), + [anon_sym_in] = ACTIONS(4762), + [anon_sym_DOT_DOT] = ACTIONS(4764), + [anon_sym_QMARK_COLON] = ACTIONS(4764), + [anon_sym_AMP_AMP] = ACTIONS(4764), + [anon_sym_PIPE_PIPE] = ACTIONS(4764), + [anon_sym_else] = ACTIONS(4762), + [anon_sym_COLON_COLON] = ACTIONS(4764), + [anon_sym_PLUS_EQ] = ACTIONS(4764), + [anon_sym_DASH_EQ] = ACTIONS(4764), + [anon_sym_STAR_EQ] = ACTIONS(4764), + [anon_sym_SLASH_EQ] = ACTIONS(4764), + [anon_sym_PERCENT_EQ] = ACTIONS(4764), + [anon_sym_BANG_EQ] = ACTIONS(4762), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4764), + [anon_sym_EQ_EQ] = ACTIONS(4762), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4764), + [anon_sym_LT_EQ] = ACTIONS(4764), + [anon_sym_GT_EQ] = ACTIONS(4764), + [anon_sym_BANGin] = ACTIONS(4764), + [anon_sym_is] = ACTIONS(4762), + [anon_sym_BANGis] = ACTIONS(4764), + [anon_sym_PLUS] = ACTIONS(4762), + [anon_sym_DASH] = ACTIONS(4762), + [anon_sym_SLASH] = ACTIONS(4762), + [anon_sym_PERCENT] = ACTIONS(4762), + [anon_sym_as_QMARK] = ACTIONS(4764), + [anon_sym_PLUS_PLUS] = ACTIONS(4764), + [anon_sym_DASH_DASH] = ACTIONS(4764), + [anon_sym_BANG_BANG] = ACTIONS(4764), + [anon_sym_suspend] = ACTIONS(4762), + [anon_sym_sealed] = ACTIONS(4762), + [anon_sym_annotation] = ACTIONS(4762), + [anon_sym_data] = ACTIONS(4762), + [anon_sym_inner] = ACTIONS(4762), + [anon_sym_value] = ACTIONS(4762), + [anon_sym_override] = ACTIONS(4762), + [anon_sym_lateinit] = ACTIONS(4762), + [anon_sym_public] = ACTIONS(4762), + [anon_sym_private] = ACTIONS(4762), + [anon_sym_internal] = ACTIONS(4762), + [anon_sym_protected] = ACTIONS(4762), + [anon_sym_tailrec] = ACTIONS(4762), + [anon_sym_operator] = ACTIONS(4762), + [anon_sym_infix] = ACTIONS(4762), + [anon_sym_inline] = ACTIONS(4762), + [anon_sym_external] = ACTIONS(4762), + [sym_property_modifier] = ACTIONS(4762), + [anon_sym_abstract] = ACTIONS(4762), + [anon_sym_final] = ACTIONS(4762), + [anon_sym_open] = ACTIONS(4762), + [anon_sym_vararg] = ACTIONS(4762), + [anon_sym_noinline] = ACTIONS(4762), + [anon_sym_crossinline] = ACTIONS(4762), + [anon_sym_expect] = ACTIONS(4762), + [anon_sym_actual] = ACTIONS(4762), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4764), + [sym__automatic_semicolon] = ACTIONS(4764), + [sym_safe_nav] = ACTIONS(4764), + [sym_multiline_comment] = ACTIONS(3), + }, + [3991] = { + [sym__alpha_identifier] = ACTIONS(4766), + [anon_sym_AT] = ACTIONS(4768), + [anon_sym_LBRACK] = ACTIONS(4768), + [anon_sym_as] = ACTIONS(4766), + [anon_sym_EQ] = ACTIONS(4766), + [anon_sym_LBRACE] = ACTIONS(4768), + [anon_sym_RBRACE] = ACTIONS(4768), + [anon_sym_LPAREN] = ACTIONS(4768), + [anon_sym_COMMA] = ACTIONS(4768), + [anon_sym_LT] = ACTIONS(4766), + [anon_sym_GT] = ACTIONS(4766), + [anon_sym_where] = ACTIONS(4766), + [anon_sym_DOT] = ACTIONS(4766), + [anon_sym_SEMI] = ACTIONS(4768), + [anon_sym_get] = ACTIONS(4766), + [anon_sym_set] = ACTIONS(4766), + [anon_sym_STAR] = ACTIONS(4766), + [sym_label] = ACTIONS(4768), + [anon_sym_in] = ACTIONS(4766), + [anon_sym_DOT_DOT] = ACTIONS(4768), + [anon_sym_QMARK_COLON] = ACTIONS(4768), + [anon_sym_AMP_AMP] = ACTIONS(4768), + [anon_sym_PIPE_PIPE] = ACTIONS(4768), + [anon_sym_else] = ACTIONS(4766), + [anon_sym_COLON_COLON] = ACTIONS(4768), + [anon_sym_PLUS_EQ] = ACTIONS(4768), + [anon_sym_DASH_EQ] = ACTIONS(4768), + [anon_sym_STAR_EQ] = ACTIONS(4768), + [anon_sym_SLASH_EQ] = ACTIONS(4768), + [anon_sym_PERCENT_EQ] = ACTIONS(4768), + [anon_sym_BANG_EQ] = ACTIONS(4766), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4768), + [anon_sym_EQ_EQ] = ACTIONS(4766), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4768), + [anon_sym_LT_EQ] = ACTIONS(4768), + [anon_sym_GT_EQ] = ACTIONS(4768), + [anon_sym_BANGin] = ACTIONS(4768), + [anon_sym_is] = ACTIONS(4766), + [anon_sym_BANGis] = ACTIONS(4768), + [anon_sym_PLUS] = ACTIONS(4766), + [anon_sym_DASH] = ACTIONS(4766), + [anon_sym_SLASH] = ACTIONS(4766), + [anon_sym_PERCENT] = ACTIONS(4766), + [anon_sym_as_QMARK] = ACTIONS(4768), + [anon_sym_PLUS_PLUS] = ACTIONS(4768), + [anon_sym_DASH_DASH] = ACTIONS(4768), + [anon_sym_BANG_BANG] = ACTIONS(4768), + [anon_sym_suspend] = ACTIONS(4766), + [anon_sym_sealed] = ACTIONS(4766), + [anon_sym_annotation] = ACTIONS(4766), + [anon_sym_data] = ACTIONS(4766), + [anon_sym_inner] = ACTIONS(4766), + [anon_sym_value] = ACTIONS(4766), + [anon_sym_override] = ACTIONS(4766), + [anon_sym_lateinit] = ACTIONS(4766), + [anon_sym_public] = ACTIONS(4766), + [anon_sym_private] = ACTIONS(4766), + [anon_sym_internal] = ACTIONS(4766), + [anon_sym_protected] = ACTIONS(4766), + [anon_sym_tailrec] = ACTIONS(4766), + [anon_sym_operator] = ACTIONS(4766), + [anon_sym_infix] = ACTIONS(4766), + [anon_sym_inline] = ACTIONS(4766), + [anon_sym_external] = ACTIONS(4766), + [sym_property_modifier] = ACTIONS(4766), + [anon_sym_abstract] = ACTIONS(4766), + [anon_sym_final] = ACTIONS(4766), + [anon_sym_open] = ACTIONS(4766), + [anon_sym_vararg] = ACTIONS(4766), + [anon_sym_noinline] = ACTIONS(4766), + [anon_sym_crossinline] = ACTIONS(4766), + [anon_sym_expect] = ACTIONS(4766), + [anon_sym_actual] = ACTIONS(4766), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4768), + [sym__automatic_semicolon] = ACTIONS(4768), + [sym_safe_nav] = ACTIONS(4768), + [sym_multiline_comment] = ACTIONS(3), + }, + [3992] = { + [sym__alpha_identifier] = ACTIONS(5084), + [anon_sym_AT] = ACTIONS(5086), + [anon_sym_LBRACK] = ACTIONS(5086), + [anon_sym_as] = ACTIONS(5084), + [anon_sym_EQ] = ACTIONS(5084), + [anon_sym_LBRACE] = ACTIONS(5086), + [anon_sym_RBRACE] = ACTIONS(5086), + [anon_sym_LPAREN] = ACTIONS(5086), + [anon_sym_COMMA] = ACTIONS(5086), + [anon_sym_LT] = ACTIONS(5084), + [anon_sym_GT] = ACTIONS(5084), + [anon_sym_where] = ACTIONS(5084), + [anon_sym_DOT] = ACTIONS(5084), + [anon_sym_SEMI] = ACTIONS(5086), + [anon_sym_get] = ACTIONS(5084), + [anon_sym_set] = ACTIONS(5084), + [anon_sym_STAR] = ACTIONS(5084), + [sym_label] = ACTIONS(5086), + [anon_sym_in] = ACTIONS(5084), + [anon_sym_DOT_DOT] = ACTIONS(5086), + [anon_sym_QMARK_COLON] = ACTIONS(5086), + [anon_sym_AMP_AMP] = ACTIONS(5086), + [anon_sym_PIPE_PIPE] = ACTIONS(5086), + [anon_sym_else] = ACTIONS(5084), + [anon_sym_COLON_COLON] = ACTIONS(5086), + [anon_sym_PLUS_EQ] = ACTIONS(5086), + [anon_sym_DASH_EQ] = ACTIONS(5086), + [anon_sym_STAR_EQ] = ACTIONS(5086), + [anon_sym_SLASH_EQ] = ACTIONS(5086), + [anon_sym_PERCENT_EQ] = ACTIONS(5086), + [anon_sym_BANG_EQ] = ACTIONS(5084), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5086), + [anon_sym_EQ_EQ] = ACTIONS(5084), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5086), + [anon_sym_LT_EQ] = ACTIONS(5086), + [anon_sym_GT_EQ] = ACTIONS(5086), + [anon_sym_BANGin] = ACTIONS(5086), + [anon_sym_is] = ACTIONS(5084), + [anon_sym_BANGis] = ACTIONS(5086), + [anon_sym_PLUS] = ACTIONS(5084), + [anon_sym_DASH] = ACTIONS(5084), + [anon_sym_SLASH] = ACTIONS(5084), + [anon_sym_PERCENT] = ACTIONS(5084), + [anon_sym_as_QMARK] = ACTIONS(5086), + [anon_sym_PLUS_PLUS] = ACTIONS(5086), + [anon_sym_DASH_DASH] = ACTIONS(5086), + [anon_sym_BANG_BANG] = ACTIONS(5086), + [anon_sym_suspend] = ACTIONS(5084), + [anon_sym_sealed] = ACTIONS(5084), + [anon_sym_annotation] = ACTIONS(5084), + [anon_sym_data] = ACTIONS(5084), + [anon_sym_inner] = ACTIONS(5084), + [anon_sym_value] = ACTIONS(5084), + [anon_sym_override] = ACTIONS(5084), + [anon_sym_lateinit] = ACTIONS(5084), + [anon_sym_public] = ACTIONS(5084), + [anon_sym_private] = ACTIONS(5084), + [anon_sym_internal] = ACTIONS(5084), + [anon_sym_protected] = ACTIONS(5084), + [anon_sym_tailrec] = ACTIONS(5084), + [anon_sym_operator] = ACTIONS(5084), + [anon_sym_infix] = ACTIONS(5084), + [anon_sym_inline] = ACTIONS(5084), + [anon_sym_external] = ACTIONS(5084), + [sym_property_modifier] = ACTIONS(5084), + [anon_sym_abstract] = ACTIONS(5084), + [anon_sym_final] = ACTIONS(5084), + [anon_sym_open] = ACTIONS(5084), + [anon_sym_vararg] = ACTIONS(5084), + [anon_sym_noinline] = ACTIONS(5084), + [anon_sym_crossinline] = ACTIONS(5084), + [anon_sym_expect] = ACTIONS(5084), + [anon_sym_actual] = ACTIONS(5084), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5086), + [sym__automatic_semicolon] = ACTIONS(5086), + [sym_safe_nav] = ACTIONS(5086), + [sym_multiline_comment] = ACTIONS(3), + }, + [3993] = { + [sym__alpha_identifier] = ACTIONS(5080), + [anon_sym_AT] = ACTIONS(5082), + [anon_sym_LBRACK] = ACTIONS(5082), + [anon_sym_as] = ACTIONS(5080), + [anon_sym_EQ] = ACTIONS(5080), + [anon_sym_LBRACE] = ACTIONS(5082), + [anon_sym_RBRACE] = ACTIONS(5082), + [anon_sym_LPAREN] = ACTIONS(5082), + [anon_sym_COMMA] = ACTIONS(5082), + [anon_sym_LT] = ACTIONS(5080), + [anon_sym_GT] = ACTIONS(5080), + [anon_sym_where] = ACTIONS(5080), + [anon_sym_DOT] = ACTIONS(5080), + [anon_sym_SEMI] = ACTIONS(5082), + [anon_sym_get] = ACTIONS(5080), + [anon_sym_set] = ACTIONS(5080), + [anon_sym_STAR] = ACTIONS(5080), + [sym_label] = ACTIONS(5082), + [anon_sym_in] = ACTIONS(5080), + [anon_sym_DOT_DOT] = ACTIONS(5082), + [anon_sym_QMARK_COLON] = ACTIONS(5082), + [anon_sym_AMP_AMP] = ACTIONS(5082), + [anon_sym_PIPE_PIPE] = ACTIONS(5082), + [anon_sym_else] = ACTIONS(5080), + [anon_sym_COLON_COLON] = ACTIONS(5082), + [anon_sym_PLUS_EQ] = ACTIONS(5082), + [anon_sym_DASH_EQ] = ACTIONS(5082), + [anon_sym_STAR_EQ] = ACTIONS(5082), + [anon_sym_SLASH_EQ] = ACTIONS(5082), + [anon_sym_PERCENT_EQ] = ACTIONS(5082), + [anon_sym_BANG_EQ] = ACTIONS(5080), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5082), + [anon_sym_EQ_EQ] = ACTIONS(5080), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5082), + [anon_sym_LT_EQ] = ACTIONS(5082), + [anon_sym_GT_EQ] = ACTIONS(5082), + [anon_sym_BANGin] = ACTIONS(5082), + [anon_sym_is] = ACTIONS(5080), + [anon_sym_BANGis] = ACTIONS(5082), + [anon_sym_PLUS] = ACTIONS(5080), + [anon_sym_DASH] = ACTIONS(5080), + [anon_sym_SLASH] = ACTIONS(5080), + [anon_sym_PERCENT] = ACTIONS(5080), + [anon_sym_as_QMARK] = ACTIONS(5082), + [anon_sym_PLUS_PLUS] = ACTIONS(5082), + [anon_sym_DASH_DASH] = ACTIONS(5082), + [anon_sym_BANG_BANG] = ACTIONS(5082), + [anon_sym_suspend] = ACTIONS(5080), + [anon_sym_sealed] = ACTIONS(5080), + [anon_sym_annotation] = ACTIONS(5080), + [anon_sym_data] = ACTIONS(5080), + [anon_sym_inner] = ACTIONS(5080), + [anon_sym_value] = ACTIONS(5080), + [anon_sym_override] = ACTIONS(5080), + [anon_sym_lateinit] = ACTIONS(5080), + [anon_sym_public] = ACTIONS(5080), + [anon_sym_private] = ACTIONS(5080), + [anon_sym_internal] = ACTIONS(5080), + [anon_sym_protected] = ACTIONS(5080), + [anon_sym_tailrec] = ACTIONS(5080), + [anon_sym_operator] = ACTIONS(5080), + [anon_sym_infix] = ACTIONS(5080), + [anon_sym_inline] = ACTIONS(5080), + [anon_sym_external] = ACTIONS(5080), + [sym_property_modifier] = ACTIONS(5080), + [anon_sym_abstract] = ACTIONS(5080), + [anon_sym_final] = ACTIONS(5080), + [anon_sym_open] = ACTIONS(5080), + [anon_sym_vararg] = ACTIONS(5080), + [anon_sym_noinline] = ACTIONS(5080), + [anon_sym_crossinline] = ACTIONS(5080), + [anon_sym_expect] = ACTIONS(5080), + [anon_sym_actual] = ACTIONS(5080), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5082), + [sym__automatic_semicolon] = ACTIONS(5082), + [sym_safe_nav] = ACTIONS(5082), + [sym_multiline_comment] = ACTIONS(3), + }, + [3994] = { + [sym__alpha_identifier] = ACTIONS(4886), + [anon_sym_AT] = ACTIONS(4888), + [anon_sym_LBRACK] = ACTIONS(4888), + [anon_sym_as] = ACTIONS(4886), + [anon_sym_EQ] = ACTIONS(4886), + [anon_sym_LBRACE] = ACTIONS(4888), + [anon_sym_RBRACE] = ACTIONS(4888), + [anon_sym_LPAREN] = ACTIONS(4888), + [anon_sym_COMMA] = ACTIONS(4888), + [anon_sym_LT] = ACTIONS(4886), + [anon_sym_GT] = ACTIONS(4886), + [anon_sym_where] = ACTIONS(4886), + [anon_sym_DOT] = ACTIONS(4886), + [anon_sym_SEMI] = ACTIONS(4888), + [anon_sym_get] = ACTIONS(4886), + [anon_sym_set] = ACTIONS(4886), + [anon_sym_STAR] = ACTIONS(4886), + [sym_label] = ACTIONS(4888), + [anon_sym_in] = ACTIONS(4886), + [anon_sym_DOT_DOT] = ACTIONS(4888), + [anon_sym_QMARK_COLON] = ACTIONS(4888), + [anon_sym_AMP_AMP] = ACTIONS(4888), + [anon_sym_PIPE_PIPE] = ACTIONS(4888), + [anon_sym_else] = ACTIONS(4886), + [anon_sym_COLON_COLON] = ACTIONS(4888), + [anon_sym_PLUS_EQ] = ACTIONS(4888), + [anon_sym_DASH_EQ] = ACTIONS(4888), + [anon_sym_STAR_EQ] = ACTIONS(4888), + [anon_sym_SLASH_EQ] = ACTIONS(4888), + [anon_sym_PERCENT_EQ] = ACTIONS(4888), + [anon_sym_BANG_EQ] = ACTIONS(4886), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4888), + [anon_sym_EQ_EQ] = ACTIONS(4886), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4888), + [anon_sym_LT_EQ] = ACTIONS(4888), + [anon_sym_GT_EQ] = ACTIONS(4888), + [anon_sym_BANGin] = ACTIONS(4888), + [anon_sym_is] = ACTIONS(4886), + [anon_sym_BANGis] = ACTIONS(4888), + [anon_sym_PLUS] = ACTIONS(4886), + [anon_sym_DASH] = ACTIONS(4886), + [anon_sym_SLASH] = ACTIONS(4886), + [anon_sym_PERCENT] = ACTIONS(4886), + [anon_sym_as_QMARK] = ACTIONS(4888), + [anon_sym_PLUS_PLUS] = ACTIONS(4888), + [anon_sym_DASH_DASH] = ACTIONS(4888), + [anon_sym_BANG_BANG] = ACTIONS(4888), + [anon_sym_suspend] = ACTIONS(4886), + [anon_sym_sealed] = ACTIONS(4886), + [anon_sym_annotation] = ACTIONS(4886), + [anon_sym_data] = ACTIONS(4886), + [anon_sym_inner] = ACTIONS(4886), + [anon_sym_value] = ACTIONS(4886), + [anon_sym_override] = ACTIONS(4886), + [anon_sym_lateinit] = ACTIONS(4886), + [anon_sym_public] = ACTIONS(4886), + [anon_sym_private] = ACTIONS(4886), + [anon_sym_internal] = ACTIONS(4886), + [anon_sym_protected] = ACTIONS(4886), + [anon_sym_tailrec] = ACTIONS(4886), + [anon_sym_operator] = ACTIONS(4886), + [anon_sym_infix] = ACTIONS(4886), + [anon_sym_inline] = ACTIONS(4886), + [anon_sym_external] = ACTIONS(4886), + [sym_property_modifier] = ACTIONS(4886), + [anon_sym_abstract] = ACTIONS(4886), + [anon_sym_final] = ACTIONS(4886), + [anon_sym_open] = ACTIONS(4886), + [anon_sym_vararg] = ACTIONS(4886), + [anon_sym_noinline] = ACTIONS(4886), + [anon_sym_crossinline] = ACTIONS(4886), + [anon_sym_expect] = ACTIONS(4886), + [anon_sym_actual] = ACTIONS(4886), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4888), + [sym__automatic_semicolon] = ACTIONS(4888), + [sym_safe_nav] = ACTIONS(4888), + [sym_multiline_comment] = ACTIONS(3), + }, + [3995] = { + [sym__alpha_identifier] = ACTIONS(5131), + [anon_sym_AT] = ACTIONS(5133), + [anon_sym_LBRACK] = ACTIONS(5133), + [anon_sym_as] = ACTIONS(5131), + [anon_sym_EQ] = ACTIONS(5131), + [anon_sym_LBRACE] = ACTIONS(5133), + [anon_sym_RBRACE] = ACTIONS(5133), + [anon_sym_LPAREN] = ACTIONS(5133), + [anon_sym_COMMA] = ACTIONS(5133), + [anon_sym_LT] = ACTIONS(5131), + [anon_sym_GT] = ACTIONS(5131), + [anon_sym_where] = ACTIONS(5131), + [anon_sym_DOT] = ACTIONS(5131), + [anon_sym_SEMI] = ACTIONS(5133), + [anon_sym_get] = ACTIONS(5131), + [anon_sym_set] = ACTIONS(5131), + [anon_sym_STAR] = ACTIONS(5131), + [sym_label] = ACTIONS(5133), + [anon_sym_in] = ACTIONS(5131), + [anon_sym_DOT_DOT] = ACTIONS(5133), + [anon_sym_QMARK_COLON] = ACTIONS(5133), + [anon_sym_AMP_AMP] = ACTIONS(5133), + [anon_sym_PIPE_PIPE] = ACTIONS(5133), + [anon_sym_else] = ACTIONS(5131), + [anon_sym_COLON_COLON] = ACTIONS(5133), + [anon_sym_PLUS_EQ] = ACTIONS(5133), + [anon_sym_DASH_EQ] = ACTIONS(5133), + [anon_sym_STAR_EQ] = ACTIONS(5133), + [anon_sym_SLASH_EQ] = ACTIONS(5133), + [anon_sym_PERCENT_EQ] = ACTIONS(5133), + [anon_sym_BANG_EQ] = ACTIONS(5131), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5133), + [anon_sym_EQ_EQ] = ACTIONS(5131), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5133), + [anon_sym_LT_EQ] = ACTIONS(5133), + [anon_sym_GT_EQ] = ACTIONS(5133), + [anon_sym_BANGin] = ACTIONS(5133), + [anon_sym_is] = ACTIONS(5131), + [anon_sym_BANGis] = ACTIONS(5133), + [anon_sym_PLUS] = ACTIONS(5131), + [anon_sym_DASH] = ACTIONS(5131), + [anon_sym_SLASH] = ACTIONS(5131), + [anon_sym_PERCENT] = ACTIONS(5131), + [anon_sym_as_QMARK] = ACTIONS(5133), + [anon_sym_PLUS_PLUS] = ACTIONS(5133), + [anon_sym_DASH_DASH] = ACTIONS(5133), + [anon_sym_BANG_BANG] = ACTIONS(5133), + [anon_sym_suspend] = ACTIONS(5131), + [anon_sym_sealed] = ACTIONS(5131), + [anon_sym_annotation] = ACTIONS(5131), + [anon_sym_data] = ACTIONS(5131), + [anon_sym_inner] = ACTIONS(5131), + [anon_sym_value] = ACTIONS(5131), + [anon_sym_override] = ACTIONS(5131), + [anon_sym_lateinit] = ACTIONS(5131), + [anon_sym_public] = ACTIONS(5131), + [anon_sym_private] = ACTIONS(5131), + [anon_sym_internal] = ACTIONS(5131), + [anon_sym_protected] = ACTIONS(5131), + [anon_sym_tailrec] = ACTIONS(5131), + [anon_sym_operator] = ACTIONS(5131), + [anon_sym_infix] = ACTIONS(5131), + [anon_sym_inline] = ACTIONS(5131), + [anon_sym_external] = ACTIONS(5131), + [sym_property_modifier] = ACTIONS(5131), + [anon_sym_abstract] = ACTIONS(5131), + [anon_sym_final] = ACTIONS(5131), + [anon_sym_open] = ACTIONS(5131), + [anon_sym_vararg] = ACTIONS(5131), + [anon_sym_noinline] = ACTIONS(5131), + [anon_sym_crossinline] = ACTIONS(5131), + [anon_sym_expect] = ACTIONS(5131), + [anon_sym_actual] = ACTIONS(5131), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4479), - [sym__automatic_semicolon] = ACTIONS(4479), - [sym_safe_nav] = ACTIONS(4479), + [sym__backtick_identifier] = ACTIONS(5133), + [sym__automatic_semicolon] = ACTIONS(5133), + [sym_safe_nav] = ACTIONS(5133), [sym_multiline_comment] = ACTIONS(3), }, - [4027] = { - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(4439), - [anon_sym_LBRACE] = ACTIONS(4441), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_COMMA] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_where] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4439), - [sym_label] = ACTIONS(4441), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_PLUS_EQ] = ACTIONS(4441), - [anon_sym_DASH_EQ] = ACTIONS(4441), - [anon_sym_STAR_EQ] = ACTIONS(4441), - [anon_sym_SLASH_EQ] = ACTIONS(4441), - [anon_sym_PERCENT_EQ] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4439), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_suspend] = ACTIONS(4439), - [anon_sym_sealed] = ACTIONS(4439), - [anon_sym_annotation] = ACTIONS(4439), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_override] = ACTIONS(4439), - [anon_sym_lateinit] = ACTIONS(4439), - [anon_sym_public] = ACTIONS(4439), - [anon_sym_private] = ACTIONS(4439), - [anon_sym_internal] = ACTIONS(4439), - [anon_sym_protected] = ACTIONS(4439), - [anon_sym_tailrec] = ACTIONS(4439), - [anon_sym_operator] = ACTIONS(4439), - [anon_sym_infix] = ACTIONS(4439), - [anon_sym_inline] = ACTIONS(4439), - [anon_sym_external] = ACTIONS(4439), - [sym_property_modifier] = ACTIONS(4439), - [anon_sym_abstract] = ACTIONS(4439), - [anon_sym_final] = ACTIONS(4439), - [anon_sym_open] = ACTIONS(4439), - [anon_sym_vararg] = ACTIONS(4439), - [anon_sym_noinline] = ACTIONS(4439), - [anon_sym_crossinline] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4441), - [sym__automatic_semicolon] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), + [3996] = { + [sym__alpha_identifier] = ACTIONS(5110), + [anon_sym_AT] = ACTIONS(5112), + [anon_sym_LBRACK] = ACTIONS(5112), + [anon_sym_as] = ACTIONS(5110), + [anon_sym_EQ] = ACTIONS(5139), + [anon_sym_LBRACE] = ACTIONS(5112), + [anon_sym_RBRACE] = ACTIONS(5112), + [anon_sym_LPAREN] = ACTIONS(5112), + [anon_sym_COMMA] = ACTIONS(5112), + [anon_sym_LT] = ACTIONS(5110), + [anon_sym_GT] = ACTIONS(5110), + [anon_sym_where] = ACTIONS(5110), + [anon_sym_DOT] = ACTIONS(5110), + [anon_sym_SEMI] = ACTIONS(5112), + [anon_sym_get] = ACTIONS(5110), + [anon_sym_set] = ACTIONS(5110), + [anon_sym_STAR] = ACTIONS(5110), + [sym_label] = ACTIONS(5112), + [anon_sym_in] = ACTIONS(5110), + [anon_sym_DOT_DOT] = ACTIONS(5112), + [anon_sym_QMARK_COLON] = ACTIONS(5112), + [anon_sym_AMP_AMP] = ACTIONS(5112), + [anon_sym_PIPE_PIPE] = ACTIONS(5112), + [anon_sym_else] = ACTIONS(5110), + [anon_sym_COLON_COLON] = ACTIONS(7176), + [anon_sym_PLUS_EQ] = ACTIONS(5141), + [anon_sym_DASH_EQ] = ACTIONS(5141), + [anon_sym_STAR_EQ] = ACTIONS(5141), + [anon_sym_SLASH_EQ] = ACTIONS(5141), + [anon_sym_PERCENT_EQ] = ACTIONS(5141), + [anon_sym_BANG_EQ] = ACTIONS(5110), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5112), + [anon_sym_EQ_EQ] = ACTIONS(5110), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5112), + [anon_sym_LT_EQ] = ACTIONS(5112), + [anon_sym_GT_EQ] = ACTIONS(5112), + [anon_sym_BANGin] = ACTIONS(5112), + [anon_sym_is] = ACTIONS(5110), + [anon_sym_BANGis] = ACTIONS(5112), + [anon_sym_PLUS] = ACTIONS(5110), + [anon_sym_DASH] = ACTIONS(5110), + [anon_sym_SLASH] = ACTIONS(5110), + [anon_sym_PERCENT] = ACTIONS(5110), + [anon_sym_as_QMARK] = ACTIONS(5112), + [anon_sym_PLUS_PLUS] = ACTIONS(5112), + [anon_sym_DASH_DASH] = ACTIONS(5112), + [anon_sym_BANG_BANG] = ACTIONS(5112), + [anon_sym_suspend] = ACTIONS(5110), + [anon_sym_sealed] = ACTIONS(5110), + [anon_sym_annotation] = ACTIONS(5110), + [anon_sym_data] = ACTIONS(5110), + [anon_sym_inner] = ACTIONS(5110), + [anon_sym_value] = ACTIONS(5110), + [anon_sym_override] = ACTIONS(5110), + [anon_sym_lateinit] = ACTIONS(5110), + [anon_sym_public] = ACTIONS(5110), + [anon_sym_private] = ACTIONS(5110), + [anon_sym_internal] = ACTIONS(5110), + [anon_sym_protected] = ACTIONS(5110), + [anon_sym_tailrec] = ACTIONS(5110), + [anon_sym_operator] = ACTIONS(5110), + [anon_sym_infix] = ACTIONS(5110), + [anon_sym_inline] = ACTIONS(5110), + [anon_sym_external] = ACTIONS(5110), + [sym_property_modifier] = ACTIONS(5110), + [anon_sym_abstract] = ACTIONS(5110), + [anon_sym_final] = ACTIONS(5110), + [anon_sym_open] = ACTIONS(5110), + [anon_sym_vararg] = ACTIONS(5110), + [anon_sym_noinline] = ACTIONS(5110), + [anon_sym_crossinline] = ACTIONS(5110), + [anon_sym_expect] = ACTIONS(5110), + [anon_sym_actual] = ACTIONS(5110), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5112), + [sym__automatic_semicolon] = ACTIONS(5112), + [sym_safe_nav] = ACTIONS(5112), [sym_multiline_comment] = ACTIONS(3), }, - [4028] = { - [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_value] = 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), + [3997] = { + [sym__alpha_identifier] = ACTIONS(4343), + [anon_sym_AT] = ACTIONS(4345), + [anon_sym_LBRACK] = ACTIONS(4345), + [anon_sym_as] = ACTIONS(4343), + [anon_sym_EQ] = ACTIONS(4343), + [anon_sym_LBRACE] = ACTIONS(4345), + [anon_sym_RBRACE] = ACTIONS(4345), + [anon_sym_LPAREN] = ACTIONS(4345), + [anon_sym_COMMA] = ACTIONS(4345), + [anon_sym_LT] = ACTIONS(4343), + [anon_sym_GT] = ACTIONS(4343), + [anon_sym_where] = ACTIONS(4343), + [anon_sym_DOT] = ACTIONS(4343), + [anon_sym_SEMI] = ACTIONS(4345), + [anon_sym_get] = ACTIONS(4343), + [anon_sym_set] = ACTIONS(4343), + [anon_sym_STAR] = ACTIONS(4343), + [sym_label] = ACTIONS(4345), + [anon_sym_in] = ACTIONS(4343), + [anon_sym_DOT_DOT] = ACTIONS(4345), + [anon_sym_QMARK_COLON] = ACTIONS(4345), + [anon_sym_AMP_AMP] = ACTIONS(4345), + [anon_sym_PIPE_PIPE] = ACTIONS(4345), + [anon_sym_else] = ACTIONS(4343), + [anon_sym_COLON_COLON] = ACTIONS(4345), + [anon_sym_PLUS_EQ] = ACTIONS(4345), + [anon_sym_DASH_EQ] = ACTIONS(4345), + [anon_sym_STAR_EQ] = ACTIONS(4345), + [anon_sym_SLASH_EQ] = ACTIONS(4345), + [anon_sym_PERCENT_EQ] = ACTIONS(4345), + [anon_sym_BANG_EQ] = ACTIONS(4343), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4345), + [anon_sym_EQ_EQ] = ACTIONS(4343), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4345), + [anon_sym_LT_EQ] = ACTIONS(4345), + [anon_sym_GT_EQ] = ACTIONS(4345), + [anon_sym_BANGin] = ACTIONS(4345), + [anon_sym_is] = ACTIONS(4343), + [anon_sym_BANGis] = ACTIONS(4345), + [anon_sym_PLUS] = ACTIONS(4343), + [anon_sym_DASH] = ACTIONS(4343), + [anon_sym_SLASH] = ACTIONS(4343), + [anon_sym_PERCENT] = ACTIONS(4343), + [anon_sym_as_QMARK] = ACTIONS(4345), + [anon_sym_PLUS_PLUS] = ACTIONS(4345), + [anon_sym_DASH_DASH] = ACTIONS(4345), + [anon_sym_BANG_BANG] = ACTIONS(4345), + [anon_sym_suspend] = ACTIONS(4343), + [anon_sym_sealed] = ACTIONS(4343), + [anon_sym_annotation] = ACTIONS(4343), + [anon_sym_data] = ACTIONS(4343), + [anon_sym_inner] = ACTIONS(4343), + [anon_sym_value] = ACTIONS(4343), + [anon_sym_override] = ACTIONS(4343), + [anon_sym_lateinit] = ACTIONS(4343), + [anon_sym_public] = ACTIONS(4343), + [anon_sym_private] = ACTIONS(4343), + [anon_sym_internal] = ACTIONS(4343), + [anon_sym_protected] = ACTIONS(4343), + [anon_sym_tailrec] = ACTIONS(4343), + [anon_sym_operator] = ACTIONS(4343), + [anon_sym_infix] = ACTIONS(4343), + [anon_sym_inline] = ACTIONS(4343), + [anon_sym_external] = ACTIONS(4343), + [sym_property_modifier] = ACTIONS(4343), + [anon_sym_abstract] = ACTIONS(4343), + [anon_sym_final] = ACTIONS(4343), + [anon_sym_open] = ACTIONS(4343), + [anon_sym_vararg] = ACTIONS(4343), + [anon_sym_noinline] = ACTIONS(4343), + [anon_sym_crossinline] = ACTIONS(4343), + [anon_sym_expect] = ACTIONS(4343), + [anon_sym_actual] = ACTIONS(4343), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4345), + [sym__automatic_semicolon] = ACTIONS(4345), + [sym_safe_nav] = ACTIONS(4345), [sym_multiline_comment] = ACTIONS(3), }, - [4029] = { - [sym_class_body] = STATE(3874), - [sym__alpha_identifier] = ACTIONS(4349), - [anon_sym_AT] = ACTIONS(4351), - [anon_sym_COLON] = ACTIONS(7211), - [anon_sym_LBRACK] = ACTIONS(4351), - [anon_sym_as] = ACTIONS(4349), - [anon_sym_EQ] = ACTIONS(4349), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4351), - [anon_sym_LPAREN] = ACTIONS(4351), - [anon_sym_LT] = ACTIONS(4349), - [anon_sym_GT] = ACTIONS(4349), - [anon_sym_DOT] = ACTIONS(4349), - [anon_sym_SEMI] = ACTIONS(4351), - [anon_sym_get] = ACTIONS(4349), - [anon_sym_set] = ACTIONS(4349), - [anon_sym_STAR] = ACTIONS(4349), - [sym_label] = ACTIONS(4351), - [anon_sym_in] = ACTIONS(4349), - [anon_sym_DOT_DOT] = ACTIONS(4351), - [anon_sym_QMARK_COLON] = ACTIONS(4351), - [anon_sym_AMP_AMP] = ACTIONS(4351), - [anon_sym_PIPE_PIPE] = ACTIONS(4351), - [anon_sym_else] = ACTIONS(4349), - [anon_sym_COLON_COLON] = ACTIONS(4351), - [anon_sym_PLUS_EQ] = ACTIONS(4351), - [anon_sym_DASH_EQ] = ACTIONS(4351), - [anon_sym_STAR_EQ] = ACTIONS(4351), - [anon_sym_SLASH_EQ] = ACTIONS(4351), - [anon_sym_PERCENT_EQ] = ACTIONS(4351), - [anon_sym_BANG_EQ] = ACTIONS(4349), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4351), - [anon_sym_EQ_EQ] = ACTIONS(4349), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4351), - [anon_sym_LT_EQ] = ACTIONS(4351), - [anon_sym_GT_EQ] = ACTIONS(4351), - [anon_sym_BANGin] = ACTIONS(4351), - [anon_sym_is] = ACTIONS(4349), - [anon_sym_BANGis] = ACTIONS(4351), - [anon_sym_PLUS] = ACTIONS(4349), - [anon_sym_DASH] = ACTIONS(4349), - [anon_sym_SLASH] = ACTIONS(4349), - [anon_sym_PERCENT] = ACTIONS(4349), - [anon_sym_as_QMARK] = ACTIONS(4351), - [anon_sym_PLUS_PLUS] = ACTIONS(4351), - [anon_sym_DASH_DASH] = ACTIONS(4351), - [anon_sym_BANG_BANG] = ACTIONS(4351), - [anon_sym_suspend] = ACTIONS(4349), - [anon_sym_sealed] = ACTIONS(4349), - [anon_sym_annotation] = ACTIONS(4349), - [anon_sym_data] = ACTIONS(4349), - [anon_sym_inner] = ACTIONS(4349), - [anon_sym_value] = ACTIONS(4349), - [anon_sym_override] = ACTIONS(4349), - [anon_sym_lateinit] = ACTIONS(4349), - [anon_sym_public] = ACTIONS(4349), - [anon_sym_private] = ACTIONS(4349), - [anon_sym_internal] = ACTIONS(4349), - [anon_sym_protected] = ACTIONS(4349), - [anon_sym_tailrec] = ACTIONS(4349), - [anon_sym_operator] = ACTIONS(4349), - [anon_sym_infix] = ACTIONS(4349), - [anon_sym_inline] = ACTIONS(4349), - [anon_sym_external] = ACTIONS(4349), - [sym_property_modifier] = ACTIONS(4349), - [anon_sym_abstract] = ACTIONS(4349), - [anon_sym_final] = ACTIONS(4349), - [anon_sym_open] = ACTIONS(4349), - [anon_sym_vararg] = ACTIONS(4349), - [anon_sym_noinline] = ACTIONS(4349), - [anon_sym_crossinline] = ACTIONS(4349), - [anon_sym_expect] = ACTIONS(4349), - [anon_sym_actual] = ACTIONS(4349), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4351), - [sym__automatic_semicolon] = ACTIONS(4351), - [sym_safe_nav] = ACTIONS(4351), + [3998] = { + [sym__alpha_identifier] = ACTIONS(4874), + [anon_sym_AT] = ACTIONS(4876), + [anon_sym_LBRACK] = ACTIONS(4876), + [anon_sym_as] = ACTIONS(4874), + [anon_sym_EQ] = ACTIONS(4874), + [anon_sym_LBRACE] = ACTIONS(4876), + [anon_sym_RBRACE] = ACTIONS(4876), + [anon_sym_LPAREN] = ACTIONS(4876), + [anon_sym_COMMA] = ACTIONS(4876), + [anon_sym_LT] = ACTIONS(4874), + [anon_sym_GT] = ACTIONS(4874), + [anon_sym_where] = ACTIONS(4874), + [anon_sym_DOT] = ACTIONS(4874), + [anon_sym_SEMI] = ACTIONS(4876), + [anon_sym_get] = ACTIONS(4874), + [anon_sym_set] = ACTIONS(4874), + [anon_sym_STAR] = ACTIONS(4874), + [sym_label] = ACTIONS(4876), + [anon_sym_in] = ACTIONS(4874), + [anon_sym_DOT_DOT] = ACTIONS(4876), + [anon_sym_QMARK_COLON] = ACTIONS(4876), + [anon_sym_AMP_AMP] = ACTIONS(4876), + [anon_sym_PIPE_PIPE] = ACTIONS(4876), + [anon_sym_else] = ACTIONS(4874), + [anon_sym_COLON_COLON] = ACTIONS(4876), + [anon_sym_PLUS_EQ] = ACTIONS(4876), + [anon_sym_DASH_EQ] = ACTIONS(4876), + [anon_sym_STAR_EQ] = ACTIONS(4876), + [anon_sym_SLASH_EQ] = ACTIONS(4876), + [anon_sym_PERCENT_EQ] = ACTIONS(4876), + [anon_sym_BANG_EQ] = ACTIONS(4874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4876), + [anon_sym_EQ_EQ] = ACTIONS(4874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4876), + [anon_sym_LT_EQ] = ACTIONS(4876), + [anon_sym_GT_EQ] = ACTIONS(4876), + [anon_sym_BANGin] = ACTIONS(4876), + [anon_sym_is] = ACTIONS(4874), + [anon_sym_BANGis] = ACTIONS(4876), + [anon_sym_PLUS] = ACTIONS(4874), + [anon_sym_DASH] = ACTIONS(4874), + [anon_sym_SLASH] = ACTIONS(4874), + [anon_sym_PERCENT] = ACTIONS(4874), + [anon_sym_as_QMARK] = ACTIONS(4876), + [anon_sym_PLUS_PLUS] = ACTIONS(4876), + [anon_sym_DASH_DASH] = ACTIONS(4876), + [anon_sym_BANG_BANG] = ACTIONS(4876), + [anon_sym_suspend] = ACTIONS(4874), + [anon_sym_sealed] = ACTIONS(4874), + [anon_sym_annotation] = ACTIONS(4874), + [anon_sym_data] = ACTIONS(4874), + [anon_sym_inner] = ACTIONS(4874), + [anon_sym_value] = ACTIONS(4874), + [anon_sym_override] = ACTIONS(4874), + [anon_sym_lateinit] = ACTIONS(4874), + [anon_sym_public] = ACTIONS(4874), + [anon_sym_private] = ACTIONS(4874), + [anon_sym_internal] = ACTIONS(4874), + [anon_sym_protected] = ACTIONS(4874), + [anon_sym_tailrec] = ACTIONS(4874), + [anon_sym_operator] = ACTIONS(4874), + [anon_sym_infix] = ACTIONS(4874), + [anon_sym_inline] = ACTIONS(4874), + [anon_sym_external] = ACTIONS(4874), + [sym_property_modifier] = ACTIONS(4874), + [anon_sym_abstract] = ACTIONS(4874), + [anon_sym_final] = ACTIONS(4874), + [anon_sym_open] = ACTIONS(4874), + [anon_sym_vararg] = ACTIONS(4874), + [anon_sym_noinline] = ACTIONS(4874), + [anon_sym_crossinline] = ACTIONS(4874), + [anon_sym_expect] = ACTIONS(4874), + [anon_sym_actual] = ACTIONS(4874), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4876), + [sym__automatic_semicolon] = ACTIONS(4876), + [sym_safe_nav] = ACTIONS(4876), [sym_multiline_comment] = ACTIONS(3), }, - [4030] = { - [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_value] = 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), + [3999] = { + [sym__alpha_identifier] = ACTIONS(4878), + [anon_sym_AT] = ACTIONS(4880), + [anon_sym_LBRACK] = ACTIONS(4880), + [anon_sym_as] = ACTIONS(4878), + [anon_sym_EQ] = ACTIONS(4878), + [anon_sym_LBRACE] = ACTIONS(4880), + [anon_sym_RBRACE] = ACTIONS(4880), + [anon_sym_LPAREN] = ACTIONS(4880), + [anon_sym_COMMA] = ACTIONS(4880), + [anon_sym_LT] = ACTIONS(4878), + [anon_sym_GT] = ACTIONS(4878), + [anon_sym_where] = ACTIONS(4878), + [anon_sym_DOT] = ACTIONS(4878), + [anon_sym_SEMI] = ACTIONS(4880), + [anon_sym_get] = ACTIONS(4878), + [anon_sym_set] = ACTIONS(4878), + [anon_sym_STAR] = ACTIONS(4878), + [sym_label] = ACTIONS(4880), + [anon_sym_in] = ACTIONS(4878), + [anon_sym_DOT_DOT] = ACTIONS(4880), + [anon_sym_QMARK_COLON] = ACTIONS(4880), + [anon_sym_AMP_AMP] = ACTIONS(4880), + [anon_sym_PIPE_PIPE] = ACTIONS(4880), + [anon_sym_else] = ACTIONS(4878), + [anon_sym_COLON_COLON] = ACTIONS(4880), + [anon_sym_PLUS_EQ] = ACTIONS(4880), + [anon_sym_DASH_EQ] = ACTIONS(4880), + [anon_sym_STAR_EQ] = ACTIONS(4880), + [anon_sym_SLASH_EQ] = ACTIONS(4880), + [anon_sym_PERCENT_EQ] = ACTIONS(4880), + [anon_sym_BANG_EQ] = ACTIONS(4878), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4880), + [anon_sym_EQ_EQ] = ACTIONS(4878), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4880), + [anon_sym_LT_EQ] = ACTIONS(4880), + [anon_sym_GT_EQ] = ACTIONS(4880), + [anon_sym_BANGin] = ACTIONS(4880), + [anon_sym_is] = ACTIONS(4878), + [anon_sym_BANGis] = ACTIONS(4880), + [anon_sym_PLUS] = ACTIONS(4878), + [anon_sym_DASH] = ACTIONS(4878), + [anon_sym_SLASH] = ACTIONS(4878), + [anon_sym_PERCENT] = ACTIONS(4878), + [anon_sym_as_QMARK] = ACTIONS(4880), + [anon_sym_PLUS_PLUS] = ACTIONS(4880), + [anon_sym_DASH_DASH] = ACTIONS(4880), + [anon_sym_BANG_BANG] = ACTIONS(4880), + [anon_sym_suspend] = ACTIONS(4878), + [anon_sym_sealed] = ACTIONS(4878), + [anon_sym_annotation] = ACTIONS(4878), + [anon_sym_data] = ACTIONS(4878), + [anon_sym_inner] = ACTIONS(4878), + [anon_sym_value] = ACTIONS(4878), + [anon_sym_override] = ACTIONS(4878), + [anon_sym_lateinit] = ACTIONS(4878), + [anon_sym_public] = ACTIONS(4878), + [anon_sym_private] = ACTIONS(4878), + [anon_sym_internal] = ACTIONS(4878), + [anon_sym_protected] = ACTIONS(4878), + [anon_sym_tailrec] = ACTIONS(4878), + [anon_sym_operator] = ACTIONS(4878), + [anon_sym_infix] = ACTIONS(4878), + [anon_sym_inline] = ACTIONS(4878), + [anon_sym_external] = ACTIONS(4878), + [sym_property_modifier] = ACTIONS(4878), + [anon_sym_abstract] = ACTIONS(4878), + [anon_sym_final] = ACTIONS(4878), + [anon_sym_open] = ACTIONS(4878), + [anon_sym_vararg] = ACTIONS(4878), + [anon_sym_noinline] = ACTIONS(4878), + [anon_sym_crossinline] = ACTIONS(4878), + [anon_sym_expect] = ACTIONS(4878), + [anon_sym_actual] = ACTIONS(4878), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4880), + [sym__automatic_semicolon] = ACTIONS(4880), + [sym_safe_nav] = ACTIONS(4880), [sym_multiline_comment] = ACTIONS(3), }, - [4031] = { - [sym__alpha_identifier] = ACTIONS(4966), - [anon_sym_AT] = ACTIONS(4968), - [anon_sym_LBRACK] = ACTIONS(4968), - [anon_sym_as] = ACTIONS(4966), - [anon_sym_EQ] = ACTIONS(4966), - [anon_sym_LBRACE] = ACTIONS(4968), - [anon_sym_RBRACE] = ACTIONS(4968), - [anon_sym_LPAREN] = ACTIONS(4968), - [anon_sym_COMMA] = ACTIONS(4968), - [anon_sym_LT] = ACTIONS(4966), - [anon_sym_GT] = ACTIONS(4966), - [anon_sym_where] = ACTIONS(4966), - [anon_sym_DOT] = ACTIONS(4966), - [anon_sym_SEMI] = ACTIONS(4968), - [anon_sym_get] = ACTIONS(4966), - [anon_sym_set] = ACTIONS(4966), - [anon_sym_STAR] = ACTIONS(4966), - [sym_label] = ACTIONS(4968), - [anon_sym_in] = ACTIONS(4966), - [anon_sym_DOT_DOT] = ACTIONS(4968), - [anon_sym_QMARK_COLON] = ACTIONS(4968), - [anon_sym_AMP_AMP] = ACTIONS(4968), - [anon_sym_PIPE_PIPE] = ACTIONS(4968), - [anon_sym_else] = ACTIONS(4966), - [anon_sym_COLON_COLON] = ACTIONS(4968), - [anon_sym_PLUS_EQ] = ACTIONS(4968), - [anon_sym_DASH_EQ] = ACTIONS(4968), - [anon_sym_STAR_EQ] = ACTIONS(4968), - [anon_sym_SLASH_EQ] = ACTIONS(4968), - [anon_sym_PERCENT_EQ] = ACTIONS(4968), - [anon_sym_BANG_EQ] = ACTIONS(4966), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4968), - [anon_sym_EQ_EQ] = ACTIONS(4966), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4968), - [anon_sym_LT_EQ] = ACTIONS(4968), - [anon_sym_GT_EQ] = ACTIONS(4968), - [anon_sym_BANGin] = ACTIONS(4968), - [anon_sym_is] = ACTIONS(4966), - [anon_sym_BANGis] = ACTIONS(4968), - [anon_sym_PLUS] = ACTIONS(4966), - [anon_sym_DASH] = ACTIONS(4966), - [anon_sym_SLASH] = ACTIONS(4966), - [anon_sym_PERCENT] = ACTIONS(4966), - [anon_sym_as_QMARK] = ACTIONS(4968), - [anon_sym_PLUS_PLUS] = ACTIONS(4968), - [anon_sym_DASH_DASH] = ACTIONS(4968), - [anon_sym_BANG_BANG] = ACTIONS(4968), - [anon_sym_suspend] = ACTIONS(4966), - [anon_sym_sealed] = ACTIONS(4966), - [anon_sym_annotation] = ACTIONS(4966), - [anon_sym_data] = ACTIONS(4966), - [anon_sym_inner] = ACTIONS(4966), - [anon_sym_value] = ACTIONS(4966), - [anon_sym_override] = ACTIONS(4966), - [anon_sym_lateinit] = ACTIONS(4966), - [anon_sym_public] = ACTIONS(4966), - [anon_sym_private] = ACTIONS(4966), - [anon_sym_internal] = ACTIONS(4966), - [anon_sym_protected] = ACTIONS(4966), - [anon_sym_tailrec] = ACTIONS(4966), - [anon_sym_operator] = ACTIONS(4966), - [anon_sym_infix] = ACTIONS(4966), - [anon_sym_inline] = ACTIONS(4966), - [anon_sym_external] = ACTIONS(4966), - [sym_property_modifier] = ACTIONS(4966), - [anon_sym_abstract] = ACTIONS(4966), - [anon_sym_final] = ACTIONS(4966), - [anon_sym_open] = ACTIONS(4966), - [anon_sym_vararg] = ACTIONS(4966), - [anon_sym_noinline] = ACTIONS(4966), - [anon_sym_crossinline] = ACTIONS(4966), - [anon_sym_expect] = ACTIONS(4966), - [anon_sym_actual] = ACTIONS(4966), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4968), - [sym__automatic_semicolon] = ACTIONS(4968), - [sym_safe_nav] = ACTIONS(4968), + [4000] = { + [sym__alpha_identifier] = ACTIONS(5028), + [anon_sym_AT] = ACTIONS(5030), + [anon_sym_LBRACK] = ACTIONS(5030), + [anon_sym_as] = ACTIONS(5028), + [anon_sym_EQ] = ACTIONS(5028), + [anon_sym_LBRACE] = ACTIONS(5030), + [anon_sym_RBRACE] = ACTIONS(5030), + [anon_sym_LPAREN] = ACTIONS(5030), + [anon_sym_COMMA] = ACTIONS(5030), + [anon_sym_LT] = ACTIONS(5028), + [anon_sym_GT] = ACTIONS(5028), + [anon_sym_where] = ACTIONS(5028), + [anon_sym_DOT] = ACTIONS(5028), + [anon_sym_SEMI] = ACTIONS(5030), + [anon_sym_get] = ACTIONS(5028), + [anon_sym_set] = ACTIONS(5028), + [anon_sym_STAR] = ACTIONS(5028), + [sym_label] = ACTIONS(5030), + [anon_sym_in] = ACTIONS(5028), + [anon_sym_DOT_DOT] = ACTIONS(5030), + [anon_sym_QMARK_COLON] = ACTIONS(5030), + [anon_sym_AMP_AMP] = ACTIONS(5030), + [anon_sym_PIPE_PIPE] = ACTIONS(5030), + [anon_sym_else] = ACTIONS(5028), + [anon_sym_COLON_COLON] = ACTIONS(5030), + [anon_sym_PLUS_EQ] = ACTIONS(5030), + [anon_sym_DASH_EQ] = ACTIONS(5030), + [anon_sym_STAR_EQ] = ACTIONS(5030), + [anon_sym_SLASH_EQ] = ACTIONS(5030), + [anon_sym_PERCENT_EQ] = ACTIONS(5030), + [anon_sym_BANG_EQ] = ACTIONS(5028), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5030), + [anon_sym_EQ_EQ] = ACTIONS(5028), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5030), + [anon_sym_LT_EQ] = ACTIONS(5030), + [anon_sym_GT_EQ] = ACTIONS(5030), + [anon_sym_BANGin] = ACTIONS(5030), + [anon_sym_is] = ACTIONS(5028), + [anon_sym_BANGis] = ACTIONS(5030), + [anon_sym_PLUS] = ACTIONS(5028), + [anon_sym_DASH] = ACTIONS(5028), + [anon_sym_SLASH] = ACTIONS(5028), + [anon_sym_PERCENT] = ACTIONS(5028), + [anon_sym_as_QMARK] = ACTIONS(5030), + [anon_sym_PLUS_PLUS] = ACTIONS(5030), + [anon_sym_DASH_DASH] = ACTIONS(5030), + [anon_sym_BANG_BANG] = ACTIONS(5030), + [anon_sym_suspend] = ACTIONS(5028), + [anon_sym_sealed] = ACTIONS(5028), + [anon_sym_annotation] = ACTIONS(5028), + [anon_sym_data] = ACTIONS(5028), + [anon_sym_inner] = ACTIONS(5028), + [anon_sym_value] = ACTIONS(5028), + [anon_sym_override] = ACTIONS(5028), + [anon_sym_lateinit] = ACTIONS(5028), + [anon_sym_public] = ACTIONS(5028), + [anon_sym_private] = ACTIONS(5028), + [anon_sym_internal] = ACTIONS(5028), + [anon_sym_protected] = ACTIONS(5028), + [anon_sym_tailrec] = ACTIONS(5028), + [anon_sym_operator] = ACTIONS(5028), + [anon_sym_infix] = ACTIONS(5028), + [anon_sym_inline] = ACTIONS(5028), + [anon_sym_external] = ACTIONS(5028), + [sym_property_modifier] = ACTIONS(5028), + [anon_sym_abstract] = ACTIONS(5028), + [anon_sym_final] = ACTIONS(5028), + [anon_sym_open] = ACTIONS(5028), + [anon_sym_vararg] = ACTIONS(5028), + [anon_sym_noinline] = ACTIONS(5028), + [anon_sym_crossinline] = ACTIONS(5028), + [anon_sym_expect] = ACTIONS(5028), + [anon_sym_actual] = ACTIONS(5028), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5030), + [sym__automatic_semicolon] = ACTIONS(5030), + [sym_safe_nav] = ACTIONS(5030), [sym_multiline_comment] = ACTIONS(3), }, - [4032] = { + [4001] = { + [sym_function_body] = STATE(3262), + [sym__block] = STATE(3235), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6861), + [anon_sym_LBRACE] = ACTIONS(6424), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_object] = ACTIONS(4145), + [anon_sym_fun] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_this] = ACTIONS(4145), + [anon_sym_super] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4145), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_null] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_when] = ACTIONS(4145), + [anon_sym_try] = ACTIONS(4145), + [anon_sym_throw] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4147), + [anon_sym_continue_AT] = ACTIONS(4147), + [anon_sym_break_AT] = ACTIONS(4147), + [anon_sym_this_AT] = ACTIONS(4147), + [anon_sym_super_AT] = ACTIONS(4147), + [sym_real_literal] = ACTIONS(4147), + [sym_integer_literal] = ACTIONS(4145), + [sym_hex_literal] = ACTIONS(4147), + [sym_bin_literal] = ACTIONS(4147), + [anon_sym_true] = ACTIONS(4145), + [anon_sym_false] = ACTIONS(4145), + [anon_sym_SQUOTE] = ACTIONS(4147), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4147), + }, + [4002] = { + [sym_function_body] = STATE(3946), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4319), + [sym_label] = ACTIONS(4321), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_PLUS_EQ] = ACTIONS(4321), + [anon_sym_DASH_EQ] = ACTIONS(4321), + [anon_sym_STAR_EQ] = ACTIONS(4321), + [anon_sym_SLASH_EQ] = ACTIONS(4321), + [anon_sym_PERCENT_EQ] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4319), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + }, + [4003] = { [sym__alpha_identifier] = ACTIONS(4930), [anon_sym_AT] = ACTIONS(4932), [anon_sym_LBRACK] = ACTIONS(4932), @@ -447312,7 +444946,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_QMARK_COLON] = ACTIONS(4932), [anon_sym_AMP_AMP] = ACTIONS(4932), [anon_sym_PIPE_PIPE] = ACTIONS(4932), - [anon_sym_else] = ACTIONS(4930), + [anon_sym_else] = ACTIONS(7193), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_PLUS_EQ] = ACTIONS(4932), + [anon_sym_DASH_EQ] = ACTIONS(4932), + [anon_sym_STAR_EQ] = ACTIONS(4932), + [anon_sym_SLASH_EQ] = ACTIONS(4932), + [anon_sym_PERCENT_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4930), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), + [sym_multiline_comment] = ACTIONS(3), + }, + [4004] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_EQ] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_where] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(7195), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4930), + [sym_label] = ACTIONS(4932), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_else] = ACTIONS(7193), [anon_sym_COLON_COLON] = ACTIONS(4932), [anon_sym_PLUS_EQ] = ACTIONS(4932), [anon_sym_DASH_EQ] = ACTIONS(4932), @@ -447363,92 +445077,2092 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4930), [anon_sym_actual] = ACTIONS(4930), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4932), - [sym__automatic_semicolon] = ACTIONS(4932), - [sym_safe_nav] = ACTIONS(4932), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), + [sym_multiline_comment] = ACTIONS(3), + }, + [4005] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1525), + [sym__comparison_operator] = STATE(1526), + [sym__in_operator] = STATE(1527), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1528), + [sym__multiplicative_operator] = STATE(1529), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1530), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(3135), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3135), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3135), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_while] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3137), + [anon_sym_DASH_EQ] = ACTIONS(3137), + [anon_sym_STAR_EQ] = ACTIONS(3137), + [anon_sym_SLASH_EQ] = ACTIONS(3137), + [anon_sym_PERCENT_EQ] = ACTIONS(3137), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3135), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3137), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [4006] = { + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_EQ] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(4214), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(4212), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [sym_label] = ACTIONS(4214), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_PLUS_EQ] = ACTIONS(4214), + [anon_sym_DASH_EQ] = ACTIONS(4214), + [anon_sym_STAR_EQ] = ACTIONS(4214), + [anon_sym_SLASH_EQ] = ACTIONS(4214), + [anon_sym_PERCENT_EQ] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4212), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), + [sym_multiline_comment] = ACTIONS(3), + }, + [4007] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(3928), + [sym__alpha_identifier] = ACTIONS(4714), + [anon_sym_AT] = ACTIONS(4716), + [anon_sym_LBRACK] = ACTIONS(4716), + [anon_sym_as] = 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(4716), + [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_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(4716), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4716), + [anon_sym_super_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), + }, + [4008] = { + [sym__alpha_identifier] = ACTIONS(4862), + [anon_sym_AT] = ACTIONS(4864), + [anon_sym_LBRACK] = ACTIONS(4864), + [anon_sym_as] = ACTIONS(4862), + [anon_sym_EQ] = ACTIONS(4862), + [anon_sym_LBRACE] = ACTIONS(4864), + [anon_sym_RBRACE] = ACTIONS(4864), + [anon_sym_LPAREN] = ACTIONS(4864), + [anon_sym_COMMA] = ACTIONS(4864), + [anon_sym_LT] = ACTIONS(4862), + [anon_sym_GT] = ACTIONS(4862), + [anon_sym_where] = ACTIONS(4862), + [anon_sym_DOT] = ACTIONS(4862), + [anon_sym_SEMI] = ACTIONS(4864), + [anon_sym_get] = ACTIONS(4862), + [anon_sym_set] = ACTIONS(4862), + [anon_sym_STAR] = ACTIONS(4862), + [sym_label] = ACTIONS(4864), + [anon_sym_in] = ACTIONS(4862), + [anon_sym_DOT_DOT] = ACTIONS(4864), + [anon_sym_QMARK_COLON] = ACTIONS(4864), + [anon_sym_AMP_AMP] = ACTIONS(4864), + [anon_sym_PIPE_PIPE] = ACTIONS(4864), + [anon_sym_else] = ACTIONS(4862), + [anon_sym_COLON_COLON] = ACTIONS(4864), + [anon_sym_PLUS_EQ] = ACTIONS(4864), + [anon_sym_DASH_EQ] = ACTIONS(4864), + [anon_sym_STAR_EQ] = ACTIONS(4864), + [anon_sym_SLASH_EQ] = ACTIONS(4864), + [anon_sym_PERCENT_EQ] = ACTIONS(4864), + [anon_sym_BANG_EQ] = ACTIONS(4862), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4864), + [anon_sym_EQ_EQ] = ACTIONS(4862), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4864), + [anon_sym_LT_EQ] = ACTIONS(4864), + [anon_sym_GT_EQ] = ACTIONS(4864), + [anon_sym_BANGin] = ACTIONS(4864), + [anon_sym_is] = ACTIONS(4862), + [anon_sym_BANGis] = ACTIONS(4864), + [anon_sym_PLUS] = ACTIONS(4862), + [anon_sym_DASH] = ACTIONS(4862), + [anon_sym_SLASH] = ACTIONS(4862), + [anon_sym_PERCENT] = ACTIONS(4862), + [anon_sym_as_QMARK] = ACTIONS(4864), + [anon_sym_PLUS_PLUS] = ACTIONS(4864), + [anon_sym_DASH_DASH] = ACTIONS(4864), + [anon_sym_BANG_BANG] = ACTIONS(4864), + [anon_sym_suspend] = ACTIONS(4862), + [anon_sym_sealed] = ACTIONS(4862), + [anon_sym_annotation] = ACTIONS(4862), + [anon_sym_data] = ACTIONS(4862), + [anon_sym_inner] = ACTIONS(4862), + [anon_sym_value] = ACTIONS(4862), + [anon_sym_override] = ACTIONS(4862), + [anon_sym_lateinit] = ACTIONS(4862), + [anon_sym_public] = ACTIONS(4862), + [anon_sym_private] = ACTIONS(4862), + [anon_sym_internal] = ACTIONS(4862), + [anon_sym_protected] = ACTIONS(4862), + [anon_sym_tailrec] = ACTIONS(4862), + [anon_sym_operator] = ACTIONS(4862), + [anon_sym_infix] = ACTIONS(4862), + [anon_sym_inline] = ACTIONS(4862), + [anon_sym_external] = ACTIONS(4862), + [sym_property_modifier] = ACTIONS(4862), + [anon_sym_abstract] = ACTIONS(4862), + [anon_sym_final] = ACTIONS(4862), + [anon_sym_open] = ACTIONS(4862), + [anon_sym_vararg] = ACTIONS(4862), + [anon_sym_noinline] = ACTIONS(4862), + [anon_sym_crossinline] = ACTIONS(4862), + [anon_sym_expect] = ACTIONS(4862), + [anon_sym_actual] = ACTIONS(4862), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4864), + [sym__automatic_semicolon] = ACTIONS(4864), + [sym_safe_nav] = ACTIONS(4864), + [sym_multiline_comment] = ACTIONS(3), + }, + [4009] = { + [sym__alpha_identifier] = ACTIONS(5068), + [anon_sym_AT] = ACTIONS(5070), + [anon_sym_LBRACK] = ACTIONS(5070), + [anon_sym_as] = ACTIONS(5068), + [anon_sym_EQ] = ACTIONS(5068), + [anon_sym_LBRACE] = ACTIONS(5070), + [anon_sym_RBRACE] = ACTIONS(5070), + [anon_sym_LPAREN] = ACTIONS(5070), + [anon_sym_COMMA] = ACTIONS(5070), + [anon_sym_LT] = ACTIONS(5068), + [anon_sym_GT] = ACTIONS(5068), + [anon_sym_where] = ACTIONS(5068), + [anon_sym_DOT] = ACTIONS(5068), + [anon_sym_SEMI] = ACTIONS(5070), + [anon_sym_get] = ACTIONS(5068), + [anon_sym_set] = ACTIONS(5068), + [anon_sym_STAR] = ACTIONS(5068), + [sym_label] = ACTIONS(5070), + [anon_sym_in] = ACTIONS(5068), + [anon_sym_DOT_DOT] = ACTIONS(5070), + [anon_sym_QMARK_COLON] = ACTIONS(5070), + [anon_sym_AMP_AMP] = ACTIONS(5070), + [anon_sym_PIPE_PIPE] = ACTIONS(5070), + [anon_sym_else] = ACTIONS(5068), + [anon_sym_COLON_COLON] = ACTIONS(5070), + [anon_sym_PLUS_EQ] = ACTIONS(5070), + [anon_sym_DASH_EQ] = ACTIONS(5070), + [anon_sym_STAR_EQ] = ACTIONS(5070), + [anon_sym_SLASH_EQ] = ACTIONS(5070), + [anon_sym_PERCENT_EQ] = ACTIONS(5070), + [anon_sym_BANG_EQ] = ACTIONS(5068), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5070), + [anon_sym_EQ_EQ] = ACTIONS(5068), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5070), + [anon_sym_LT_EQ] = ACTIONS(5070), + [anon_sym_GT_EQ] = ACTIONS(5070), + [anon_sym_BANGin] = ACTIONS(5070), + [anon_sym_is] = ACTIONS(5068), + [anon_sym_BANGis] = ACTIONS(5070), + [anon_sym_PLUS] = ACTIONS(5068), + [anon_sym_DASH] = ACTIONS(5068), + [anon_sym_SLASH] = ACTIONS(5068), + [anon_sym_PERCENT] = ACTIONS(5068), + [anon_sym_as_QMARK] = ACTIONS(5070), + [anon_sym_PLUS_PLUS] = ACTIONS(5070), + [anon_sym_DASH_DASH] = ACTIONS(5070), + [anon_sym_BANG_BANG] = ACTIONS(5070), + [anon_sym_suspend] = ACTIONS(5068), + [anon_sym_sealed] = ACTIONS(5068), + [anon_sym_annotation] = ACTIONS(5068), + [anon_sym_data] = ACTIONS(5068), + [anon_sym_inner] = ACTIONS(5068), + [anon_sym_value] = ACTIONS(5068), + [anon_sym_override] = ACTIONS(5068), + [anon_sym_lateinit] = ACTIONS(5068), + [anon_sym_public] = ACTIONS(5068), + [anon_sym_private] = ACTIONS(5068), + [anon_sym_internal] = ACTIONS(5068), + [anon_sym_protected] = ACTIONS(5068), + [anon_sym_tailrec] = ACTIONS(5068), + [anon_sym_operator] = ACTIONS(5068), + [anon_sym_infix] = ACTIONS(5068), + [anon_sym_inline] = ACTIONS(5068), + [anon_sym_external] = ACTIONS(5068), + [sym_property_modifier] = ACTIONS(5068), + [anon_sym_abstract] = ACTIONS(5068), + [anon_sym_final] = ACTIONS(5068), + [anon_sym_open] = ACTIONS(5068), + [anon_sym_vararg] = ACTIONS(5068), + [anon_sym_noinline] = ACTIONS(5068), + [anon_sym_crossinline] = ACTIONS(5068), + [anon_sym_expect] = ACTIONS(5068), + [anon_sym_actual] = ACTIONS(5068), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5070), + [sym__automatic_semicolon] = ACTIONS(5070), + [sym_safe_nav] = ACTIONS(5070), + [sym_multiline_comment] = ACTIONS(3), + }, + [4010] = { + [sym__alpha_identifier] = ACTIONS(7197), + [anon_sym_AT] = ACTIONS(7199), + [anon_sym_LBRACK] = ACTIONS(7199), + [anon_sym_typealias] = ACTIONS(7197), + [anon_sym_class] = ACTIONS(7197), + [anon_sym_interface] = ACTIONS(7197), + [anon_sym_enum] = ACTIONS(7197), + [anon_sym_LBRACE] = ACTIONS(7199), + [anon_sym_LPAREN] = ACTIONS(7199), + [anon_sym_val] = ACTIONS(7197), + [anon_sym_var] = ACTIONS(7197), + [anon_sym_object] = ACTIONS(7197), + [anon_sym_fun] = ACTIONS(7197), + [anon_sym_get] = ACTIONS(7197), + [anon_sym_set] = ACTIONS(7197), + [anon_sym_this] = ACTIONS(7197), + [anon_sym_super] = ACTIONS(7197), + [anon_sym_STAR] = ACTIONS(7199), + [sym_label] = ACTIONS(7197), + [anon_sym_for] = ACTIONS(7197), + [anon_sym_while] = ACTIONS(7197), + [anon_sym_do] = ACTIONS(7197), + [anon_sym_null] = ACTIONS(7197), + [anon_sym_if] = ACTIONS(7197), + [anon_sym_when] = ACTIONS(7197), + [anon_sym_try] = ACTIONS(7197), + [anon_sym_throw] = ACTIONS(7197), + [anon_sym_return] = ACTIONS(7197), + [anon_sym_continue] = ACTIONS(7197), + [anon_sym_break] = ACTIONS(7197), + [anon_sym_COLON_COLON] = ACTIONS(7199), + [anon_sym_PLUS] = ACTIONS(7197), + [anon_sym_DASH] = ACTIONS(7197), + [anon_sym_PLUS_PLUS] = ACTIONS(7199), + [anon_sym_DASH_DASH] = ACTIONS(7199), + [anon_sym_BANG] = ACTIONS(7199), + [anon_sym_suspend] = ACTIONS(7197), + [anon_sym_sealed] = ACTIONS(7197), + [anon_sym_annotation] = ACTIONS(7197), + [anon_sym_data] = ACTIONS(7197), + [anon_sym_inner] = ACTIONS(7197), + [anon_sym_value] = ACTIONS(7197), + [anon_sym_override] = ACTIONS(7197), + [anon_sym_lateinit] = ACTIONS(7197), + [anon_sym_public] = ACTIONS(7197), + [anon_sym_private] = ACTIONS(7197), + [anon_sym_internal] = ACTIONS(7197), + [anon_sym_protected] = ACTIONS(7197), + [anon_sym_tailrec] = ACTIONS(7197), + [anon_sym_operator] = ACTIONS(7197), + [anon_sym_infix] = ACTIONS(7197), + [anon_sym_inline] = ACTIONS(7197), + [anon_sym_external] = ACTIONS(7197), + [sym_property_modifier] = ACTIONS(7197), + [anon_sym_abstract] = ACTIONS(7197), + [anon_sym_final] = ACTIONS(7197), + [anon_sym_open] = ACTIONS(7197), + [anon_sym_vararg] = ACTIONS(7197), + [anon_sym_noinline] = ACTIONS(7197), + [anon_sym_crossinline] = ACTIONS(7197), + [anon_sym_expect] = ACTIONS(7197), + [anon_sym_actual] = ACTIONS(7197), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(7199), + [anon_sym_continue_AT] = ACTIONS(7199), + [anon_sym_break_AT] = ACTIONS(7199), + [anon_sym_this_AT] = ACTIONS(7199), + [anon_sym_super_AT] = ACTIONS(7199), + [sym_real_literal] = ACTIONS(7199), + [sym_integer_literal] = ACTIONS(7197), + [sym_hex_literal] = ACTIONS(7199), + [sym_bin_literal] = ACTIONS(7199), + [anon_sym_true] = ACTIONS(7197), + [anon_sym_false] = ACTIONS(7197), + [anon_sym_SQUOTE] = ACTIONS(7199), + [sym__backtick_identifier] = ACTIONS(7199), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(7199), + }, + [4011] = { + [sym_function_body] = STATE(3504), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_RBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(6950), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_RPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [anon_sym_DASH_GT] = ACTIONS(4147), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_while] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + }, + [4012] = { + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_EQ] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(3284), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(3280), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3280), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_PLUS_EQ] = ACTIONS(3284), + [anon_sym_DASH_EQ] = ACTIONS(3284), + [anon_sym_STAR_EQ] = ACTIONS(3284), + [anon_sym_SLASH_EQ] = ACTIONS(3284), + [anon_sym_PERCENT_EQ] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3280), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + }, + [4013] = { + [sym__alpha_identifier] = ACTIONS(4814), + [anon_sym_AT] = ACTIONS(4816), + [anon_sym_LBRACK] = ACTIONS(4816), + [anon_sym_as] = ACTIONS(4814), + [anon_sym_EQ] = ACTIONS(4814), + [anon_sym_LBRACE] = ACTIONS(4816), + [anon_sym_RBRACE] = ACTIONS(4816), + [anon_sym_LPAREN] = ACTIONS(4816), + [anon_sym_COMMA] = ACTIONS(4816), + [anon_sym_LT] = ACTIONS(4814), + [anon_sym_GT] = ACTIONS(4814), + [anon_sym_where] = ACTIONS(4814), + [anon_sym_DOT] = ACTIONS(4814), + [anon_sym_SEMI] = ACTIONS(4816), + [anon_sym_get] = ACTIONS(4814), + [anon_sym_set] = ACTIONS(4814), + [anon_sym_STAR] = ACTIONS(4814), + [sym_label] = ACTIONS(4816), + [anon_sym_in] = ACTIONS(4814), + [anon_sym_DOT_DOT] = ACTIONS(4816), + [anon_sym_QMARK_COLON] = ACTIONS(4816), + [anon_sym_AMP_AMP] = ACTIONS(4816), + [anon_sym_PIPE_PIPE] = ACTIONS(4816), + [anon_sym_else] = ACTIONS(4814), + [anon_sym_COLON_COLON] = ACTIONS(4816), + [anon_sym_PLUS_EQ] = ACTIONS(4816), + [anon_sym_DASH_EQ] = ACTIONS(4816), + [anon_sym_STAR_EQ] = ACTIONS(4816), + [anon_sym_SLASH_EQ] = ACTIONS(4816), + [anon_sym_PERCENT_EQ] = ACTIONS(4816), + [anon_sym_BANG_EQ] = ACTIONS(4814), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4816), + [anon_sym_EQ_EQ] = ACTIONS(4814), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4816), + [anon_sym_LT_EQ] = ACTIONS(4816), + [anon_sym_GT_EQ] = ACTIONS(4816), + [anon_sym_BANGin] = ACTIONS(4816), + [anon_sym_is] = ACTIONS(4814), + [anon_sym_BANGis] = ACTIONS(4816), + [anon_sym_PLUS] = ACTIONS(4814), + [anon_sym_DASH] = ACTIONS(4814), + [anon_sym_SLASH] = ACTIONS(4814), + [anon_sym_PERCENT] = ACTIONS(4814), + [anon_sym_as_QMARK] = ACTIONS(4816), + [anon_sym_PLUS_PLUS] = ACTIONS(4816), + [anon_sym_DASH_DASH] = ACTIONS(4816), + [anon_sym_BANG_BANG] = ACTIONS(4816), + [anon_sym_suspend] = ACTIONS(4814), + [anon_sym_sealed] = ACTIONS(4814), + [anon_sym_annotation] = ACTIONS(4814), + [anon_sym_data] = ACTIONS(4814), + [anon_sym_inner] = ACTIONS(4814), + [anon_sym_value] = ACTIONS(4814), + [anon_sym_override] = ACTIONS(4814), + [anon_sym_lateinit] = ACTIONS(4814), + [anon_sym_public] = ACTIONS(4814), + [anon_sym_private] = ACTIONS(4814), + [anon_sym_internal] = ACTIONS(4814), + [anon_sym_protected] = ACTIONS(4814), + [anon_sym_tailrec] = ACTIONS(4814), + [anon_sym_operator] = ACTIONS(4814), + [anon_sym_infix] = ACTIONS(4814), + [anon_sym_inline] = ACTIONS(4814), + [anon_sym_external] = ACTIONS(4814), + [sym_property_modifier] = ACTIONS(4814), + [anon_sym_abstract] = ACTIONS(4814), + [anon_sym_final] = ACTIONS(4814), + [anon_sym_open] = ACTIONS(4814), + [anon_sym_vararg] = ACTIONS(4814), + [anon_sym_noinline] = ACTIONS(4814), + [anon_sym_crossinline] = ACTIONS(4814), + [anon_sym_expect] = ACTIONS(4814), + [anon_sym_actual] = ACTIONS(4814), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4816), + [sym__automatic_semicolon] = ACTIONS(4816), + [sym_safe_nav] = ACTIONS(4816), + [sym_multiline_comment] = ACTIONS(3), + }, + [4014] = { + [sym__alpha_identifier] = ACTIONS(4902), + [anon_sym_AT] = ACTIONS(4904), + [anon_sym_LBRACK] = ACTIONS(4904), + [anon_sym_as] = ACTIONS(4902), + [anon_sym_EQ] = ACTIONS(4902), + [anon_sym_LBRACE] = ACTIONS(4904), + [anon_sym_RBRACE] = ACTIONS(4904), + [anon_sym_LPAREN] = ACTIONS(4904), + [anon_sym_COMMA] = ACTIONS(4904), + [anon_sym_LT] = ACTIONS(4902), + [anon_sym_GT] = ACTIONS(4902), + [anon_sym_where] = ACTIONS(4902), + [anon_sym_DOT] = ACTIONS(4902), + [anon_sym_SEMI] = ACTIONS(4904), + [anon_sym_get] = ACTIONS(4902), + [anon_sym_set] = ACTIONS(4902), + [anon_sym_STAR] = ACTIONS(4902), + [sym_label] = ACTIONS(4904), + [anon_sym_in] = ACTIONS(4902), + [anon_sym_DOT_DOT] = ACTIONS(4904), + [anon_sym_QMARK_COLON] = ACTIONS(4904), + [anon_sym_AMP_AMP] = ACTIONS(4904), + [anon_sym_PIPE_PIPE] = ACTIONS(4904), + [anon_sym_else] = ACTIONS(4902), + [anon_sym_COLON_COLON] = ACTIONS(4904), + [anon_sym_PLUS_EQ] = ACTIONS(4904), + [anon_sym_DASH_EQ] = ACTIONS(4904), + [anon_sym_STAR_EQ] = ACTIONS(4904), + [anon_sym_SLASH_EQ] = ACTIONS(4904), + [anon_sym_PERCENT_EQ] = ACTIONS(4904), + [anon_sym_BANG_EQ] = ACTIONS(4902), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4904), + [anon_sym_EQ_EQ] = ACTIONS(4902), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4904), + [anon_sym_LT_EQ] = ACTIONS(4904), + [anon_sym_GT_EQ] = ACTIONS(4904), + [anon_sym_BANGin] = ACTIONS(4904), + [anon_sym_is] = ACTIONS(4902), + [anon_sym_BANGis] = ACTIONS(4904), + [anon_sym_PLUS] = ACTIONS(4902), + [anon_sym_DASH] = ACTIONS(4902), + [anon_sym_SLASH] = ACTIONS(4902), + [anon_sym_PERCENT] = ACTIONS(4902), + [anon_sym_as_QMARK] = ACTIONS(4904), + [anon_sym_PLUS_PLUS] = ACTIONS(4904), + [anon_sym_DASH_DASH] = ACTIONS(4904), + [anon_sym_BANG_BANG] = ACTIONS(4904), + [anon_sym_suspend] = ACTIONS(4902), + [anon_sym_sealed] = ACTIONS(4902), + [anon_sym_annotation] = ACTIONS(4902), + [anon_sym_data] = ACTIONS(4902), + [anon_sym_inner] = ACTIONS(4902), + [anon_sym_value] = ACTIONS(4902), + [anon_sym_override] = ACTIONS(4902), + [anon_sym_lateinit] = ACTIONS(4902), + [anon_sym_public] = ACTIONS(4902), + [anon_sym_private] = ACTIONS(4902), + [anon_sym_internal] = ACTIONS(4902), + [anon_sym_protected] = ACTIONS(4902), + [anon_sym_tailrec] = ACTIONS(4902), + [anon_sym_operator] = ACTIONS(4902), + [anon_sym_infix] = ACTIONS(4902), + [anon_sym_inline] = ACTIONS(4902), + [anon_sym_external] = ACTIONS(4902), + [sym_property_modifier] = ACTIONS(4902), + [anon_sym_abstract] = ACTIONS(4902), + [anon_sym_final] = ACTIONS(4902), + [anon_sym_open] = ACTIONS(4902), + [anon_sym_vararg] = ACTIONS(4902), + [anon_sym_noinline] = ACTIONS(4902), + [anon_sym_crossinline] = ACTIONS(4902), + [anon_sym_expect] = ACTIONS(4902), + [anon_sym_actual] = ACTIONS(4902), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4904), + [sym__automatic_semicolon] = ACTIONS(4904), + [sym_safe_nav] = ACTIONS(4904), + [sym_multiline_comment] = ACTIONS(3), + }, + [4015] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1525), + [sym__comparison_operator] = STATE(1526), + [sym__in_operator] = STATE(1527), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1528), + [sym__multiplicative_operator] = STATE(1529), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1530), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3105), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3107), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7123), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7125), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7127), + [anon_sym_while] = ACTIONS(3105), + [anon_sym_DOT_DOT] = ACTIONS(7129), + [anon_sym_QMARK_COLON] = ACTIONS(7131), + [anon_sym_AMP_AMP] = ACTIONS(7133), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_else] = ACTIONS(3105), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3107), + [anon_sym_DASH_EQ] = ACTIONS(3107), + [anon_sym_STAR_EQ] = ACTIONS(3107), + [anon_sym_SLASH_EQ] = ACTIONS(3107), + [anon_sym_PERCENT_EQ] = ACTIONS(3107), + [anon_sym_BANG_EQ] = ACTIONS(7137), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7139), + [anon_sym_EQ_EQ] = ACTIONS(7137), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7139), + [anon_sym_LT_EQ] = ACTIONS(7141), + [anon_sym_GT_EQ] = ACTIONS(7141), + [anon_sym_BANGin] = ACTIONS(7143), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7145), + [anon_sym_DASH] = ACTIONS(7145), + [anon_sym_SLASH] = ACTIONS(7125), + [anon_sym_PERCENT] = ACTIONS(7125), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [4016] = { + [sym__alpha_identifier] = ACTIONS(4818), + [anon_sym_AT] = ACTIONS(4820), + [anon_sym_LBRACK] = ACTIONS(4820), + [anon_sym_as] = ACTIONS(4818), + [anon_sym_EQ] = ACTIONS(4818), + [anon_sym_LBRACE] = ACTIONS(4820), + [anon_sym_RBRACE] = ACTIONS(4820), + [anon_sym_LPAREN] = ACTIONS(4820), + [anon_sym_COMMA] = ACTIONS(4820), + [anon_sym_LT] = ACTIONS(4818), + [anon_sym_GT] = ACTIONS(4818), + [anon_sym_where] = ACTIONS(4818), + [anon_sym_DOT] = ACTIONS(4818), + [anon_sym_SEMI] = ACTIONS(4820), + [anon_sym_get] = ACTIONS(4818), + [anon_sym_set] = ACTIONS(4818), + [anon_sym_STAR] = ACTIONS(4818), + [sym_label] = ACTIONS(4820), + [anon_sym_in] = ACTIONS(4818), + [anon_sym_DOT_DOT] = ACTIONS(4820), + [anon_sym_QMARK_COLON] = ACTIONS(4820), + [anon_sym_AMP_AMP] = ACTIONS(4820), + [anon_sym_PIPE_PIPE] = ACTIONS(4820), + [anon_sym_else] = ACTIONS(4818), + [anon_sym_COLON_COLON] = ACTIONS(4820), + [anon_sym_PLUS_EQ] = ACTIONS(4820), + [anon_sym_DASH_EQ] = ACTIONS(4820), + [anon_sym_STAR_EQ] = ACTIONS(4820), + [anon_sym_SLASH_EQ] = ACTIONS(4820), + [anon_sym_PERCENT_EQ] = ACTIONS(4820), + [anon_sym_BANG_EQ] = ACTIONS(4818), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), + [anon_sym_EQ_EQ] = ACTIONS(4818), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), + [anon_sym_LT_EQ] = ACTIONS(4820), + [anon_sym_GT_EQ] = ACTIONS(4820), + [anon_sym_BANGin] = ACTIONS(4820), + [anon_sym_is] = ACTIONS(4818), + [anon_sym_BANGis] = ACTIONS(4820), + [anon_sym_PLUS] = ACTIONS(4818), + [anon_sym_DASH] = ACTIONS(4818), + [anon_sym_SLASH] = ACTIONS(4818), + [anon_sym_PERCENT] = ACTIONS(4818), + [anon_sym_as_QMARK] = ACTIONS(4820), + [anon_sym_PLUS_PLUS] = ACTIONS(4820), + [anon_sym_DASH_DASH] = ACTIONS(4820), + [anon_sym_BANG_BANG] = ACTIONS(4820), + [anon_sym_suspend] = ACTIONS(4818), + [anon_sym_sealed] = ACTIONS(4818), + [anon_sym_annotation] = ACTIONS(4818), + [anon_sym_data] = ACTIONS(4818), + [anon_sym_inner] = ACTIONS(4818), + [anon_sym_value] = ACTIONS(4818), + [anon_sym_override] = ACTIONS(4818), + [anon_sym_lateinit] = ACTIONS(4818), + [anon_sym_public] = ACTIONS(4818), + [anon_sym_private] = ACTIONS(4818), + [anon_sym_internal] = ACTIONS(4818), + [anon_sym_protected] = ACTIONS(4818), + [anon_sym_tailrec] = ACTIONS(4818), + [anon_sym_operator] = ACTIONS(4818), + [anon_sym_infix] = ACTIONS(4818), + [anon_sym_inline] = ACTIONS(4818), + [anon_sym_external] = ACTIONS(4818), + [sym_property_modifier] = ACTIONS(4818), + [anon_sym_abstract] = ACTIONS(4818), + [anon_sym_final] = ACTIONS(4818), + [anon_sym_open] = ACTIONS(4818), + [anon_sym_vararg] = ACTIONS(4818), + [anon_sym_noinline] = ACTIONS(4818), + [anon_sym_crossinline] = ACTIONS(4818), + [anon_sym_expect] = ACTIONS(4818), + [anon_sym_actual] = ACTIONS(4818), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4820), + [sym__automatic_semicolon] = ACTIONS(4820), + [sym_safe_nav] = ACTIONS(4820), + [sym_multiline_comment] = ACTIONS(3), + }, + [4017] = { + [sym__alpha_identifier] = ACTIONS(4946), + [anon_sym_AT] = ACTIONS(4948), + [anon_sym_LBRACK] = ACTIONS(4948), + [anon_sym_as] = ACTIONS(4946), + [anon_sym_EQ] = ACTIONS(4946), + [anon_sym_LBRACE] = ACTIONS(4948), + [anon_sym_RBRACE] = ACTIONS(4948), + [anon_sym_LPAREN] = ACTIONS(4948), + [anon_sym_COMMA] = ACTIONS(4948), + [anon_sym_LT] = ACTIONS(4946), + [anon_sym_GT] = ACTIONS(4946), + [anon_sym_where] = ACTIONS(4946), + [anon_sym_DOT] = ACTIONS(4946), + [anon_sym_SEMI] = ACTIONS(4948), + [anon_sym_get] = ACTIONS(4946), + [anon_sym_set] = ACTIONS(4946), + [anon_sym_STAR] = ACTIONS(4946), + [sym_label] = ACTIONS(4948), + [anon_sym_in] = ACTIONS(4946), + [anon_sym_DOT_DOT] = ACTIONS(4948), + [anon_sym_QMARK_COLON] = ACTIONS(4948), + [anon_sym_AMP_AMP] = ACTIONS(4948), + [anon_sym_PIPE_PIPE] = ACTIONS(4948), + [anon_sym_else] = ACTIONS(4946), + [anon_sym_COLON_COLON] = ACTIONS(4948), + [anon_sym_PLUS_EQ] = ACTIONS(4948), + [anon_sym_DASH_EQ] = ACTIONS(4948), + [anon_sym_STAR_EQ] = ACTIONS(4948), + [anon_sym_SLASH_EQ] = ACTIONS(4948), + [anon_sym_PERCENT_EQ] = ACTIONS(4948), + [anon_sym_BANG_EQ] = ACTIONS(4946), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4948), + [anon_sym_EQ_EQ] = ACTIONS(4946), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4948), + [anon_sym_LT_EQ] = ACTIONS(4948), + [anon_sym_GT_EQ] = ACTIONS(4948), + [anon_sym_BANGin] = ACTIONS(4948), + [anon_sym_is] = ACTIONS(4946), + [anon_sym_BANGis] = ACTIONS(4948), + [anon_sym_PLUS] = ACTIONS(4946), + [anon_sym_DASH] = ACTIONS(4946), + [anon_sym_SLASH] = ACTIONS(4946), + [anon_sym_PERCENT] = ACTIONS(4946), + [anon_sym_as_QMARK] = ACTIONS(4948), + [anon_sym_PLUS_PLUS] = ACTIONS(4948), + [anon_sym_DASH_DASH] = ACTIONS(4948), + [anon_sym_BANG_BANG] = ACTIONS(4948), + [anon_sym_suspend] = ACTIONS(4946), + [anon_sym_sealed] = ACTIONS(4946), + [anon_sym_annotation] = ACTIONS(4946), + [anon_sym_data] = ACTIONS(4946), + [anon_sym_inner] = ACTIONS(4946), + [anon_sym_value] = ACTIONS(4946), + [anon_sym_override] = ACTIONS(4946), + [anon_sym_lateinit] = ACTIONS(4946), + [anon_sym_public] = ACTIONS(4946), + [anon_sym_private] = ACTIONS(4946), + [anon_sym_internal] = ACTIONS(4946), + [anon_sym_protected] = ACTIONS(4946), + [anon_sym_tailrec] = ACTIONS(4946), + [anon_sym_operator] = ACTIONS(4946), + [anon_sym_infix] = ACTIONS(4946), + [anon_sym_inline] = ACTIONS(4946), + [anon_sym_external] = ACTIONS(4946), + [sym_property_modifier] = ACTIONS(4946), + [anon_sym_abstract] = ACTIONS(4946), + [anon_sym_final] = ACTIONS(4946), + [anon_sym_open] = ACTIONS(4946), + [anon_sym_vararg] = ACTIONS(4946), + [anon_sym_noinline] = ACTIONS(4946), + [anon_sym_crossinline] = ACTIONS(4946), + [anon_sym_expect] = ACTIONS(4946), + [anon_sym_actual] = ACTIONS(4946), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4948), + [sym__automatic_semicolon] = ACTIONS(4948), + [sym_safe_nav] = ACTIONS(4948), + [sym_multiline_comment] = ACTIONS(3), + }, + [4018] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1525), + [sym__comparison_operator] = STATE(1526), + [sym__in_operator] = STATE(1527), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1528), + [sym__multiplicative_operator] = STATE(1529), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1530), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(3128), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3128), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3130), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(7125), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_while] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3130), + [anon_sym_DASH_EQ] = ACTIONS(3130), + [anon_sym_STAR_EQ] = ACTIONS(3130), + [anon_sym_SLASH_EQ] = ACTIONS(3130), + [anon_sym_PERCENT_EQ] = ACTIONS(3130), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(7125), + [anon_sym_PERCENT] = ACTIONS(7125), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [4019] = { + [sym__alpha_identifier] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(1798), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_as] = ACTIONS(1796), + [anon_sym_EQ] = ACTIONS(1796), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_COMMA] = ACTIONS(1798), + [anon_sym_LT] = ACTIONS(1796), + [anon_sym_GT] = ACTIONS(1796), + [anon_sym_where] = ACTIONS(1796), + [anon_sym_DOT] = ACTIONS(1796), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_get] = ACTIONS(1796), + [anon_sym_set] = ACTIONS(1796), + [anon_sym_STAR] = ACTIONS(1796), + [sym_label] = ACTIONS(1798), + [anon_sym_in] = ACTIONS(1796), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_QMARK_COLON] = ACTIONS(1798), + [anon_sym_AMP_AMP] = ACTIONS(1798), + [anon_sym_PIPE_PIPE] = ACTIONS(1798), + [anon_sym_else] = ACTIONS(1796), + [anon_sym_COLON_COLON] = ACTIONS(1798), + [anon_sym_PLUS_EQ] = ACTIONS(1798), + [anon_sym_DASH_EQ] = ACTIONS(1798), + [anon_sym_STAR_EQ] = ACTIONS(1798), + [anon_sym_SLASH_EQ] = ACTIONS(1798), + [anon_sym_PERCENT_EQ] = ACTIONS(1798), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1798), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1798), + [anon_sym_LT_EQ] = ACTIONS(1798), + [anon_sym_GT_EQ] = ACTIONS(1798), + [anon_sym_BANGin] = ACTIONS(1798), + [anon_sym_is] = ACTIONS(1796), + [anon_sym_BANGis] = ACTIONS(1798), + [anon_sym_PLUS] = ACTIONS(1796), + [anon_sym_DASH] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1796), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_as_QMARK] = ACTIONS(1798), + [anon_sym_PLUS_PLUS] = ACTIONS(1798), + [anon_sym_DASH_DASH] = ACTIONS(1798), + [anon_sym_BANG_BANG] = ACTIONS(1798), + [anon_sym_suspend] = ACTIONS(1796), + [anon_sym_sealed] = ACTIONS(1796), + [anon_sym_annotation] = ACTIONS(1796), + [anon_sym_data] = ACTIONS(1796), + [anon_sym_inner] = ACTIONS(1796), + [anon_sym_value] = ACTIONS(1796), + [anon_sym_override] = ACTIONS(1796), + [anon_sym_lateinit] = ACTIONS(1796), + [anon_sym_public] = ACTIONS(1796), + [anon_sym_private] = ACTIONS(1796), + [anon_sym_internal] = ACTIONS(1796), + [anon_sym_protected] = ACTIONS(1796), + [anon_sym_tailrec] = ACTIONS(1796), + [anon_sym_operator] = ACTIONS(1796), + [anon_sym_infix] = ACTIONS(1796), + [anon_sym_inline] = ACTIONS(1796), + [anon_sym_external] = ACTIONS(1796), + [sym_property_modifier] = ACTIONS(1796), + [anon_sym_abstract] = ACTIONS(1796), + [anon_sym_final] = ACTIONS(1796), + [anon_sym_open] = ACTIONS(1796), + [anon_sym_vararg] = ACTIONS(1796), + [anon_sym_noinline] = ACTIONS(1796), + [anon_sym_crossinline] = ACTIONS(1796), + [anon_sym_expect] = ACTIONS(1796), + [anon_sym_actual] = ACTIONS(1796), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1798), + [sym__automatic_semicolon] = ACTIONS(1798), + [sym_safe_nav] = ACTIONS(1798), + [sym_multiline_comment] = ACTIONS(3), + }, + [4020] = { + [sym__alpha_identifier] = ACTIONS(4826), + [anon_sym_AT] = ACTIONS(4828), + [anon_sym_LBRACK] = ACTIONS(4828), + [anon_sym_as] = ACTIONS(4826), + [anon_sym_EQ] = ACTIONS(4826), + [anon_sym_LBRACE] = ACTIONS(4828), + [anon_sym_RBRACE] = ACTIONS(4828), + [anon_sym_LPAREN] = ACTIONS(4828), + [anon_sym_COMMA] = ACTIONS(4828), + [anon_sym_LT] = ACTIONS(4826), + [anon_sym_GT] = ACTIONS(4826), + [anon_sym_where] = ACTIONS(4826), + [anon_sym_DOT] = ACTIONS(4826), + [anon_sym_SEMI] = ACTIONS(4828), + [anon_sym_get] = ACTIONS(4826), + [anon_sym_set] = ACTIONS(4826), + [anon_sym_STAR] = ACTIONS(4826), + [sym_label] = ACTIONS(4828), + [anon_sym_in] = ACTIONS(4826), + [anon_sym_DOT_DOT] = ACTIONS(4828), + [anon_sym_QMARK_COLON] = ACTIONS(4828), + [anon_sym_AMP_AMP] = ACTIONS(4828), + [anon_sym_PIPE_PIPE] = ACTIONS(4828), + [anon_sym_else] = ACTIONS(4826), + [anon_sym_COLON_COLON] = ACTIONS(4828), + [anon_sym_PLUS_EQ] = ACTIONS(4828), + [anon_sym_DASH_EQ] = ACTIONS(4828), + [anon_sym_STAR_EQ] = ACTIONS(4828), + [anon_sym_SLASH_EQ] = ACTIONS(4828), + [anon_sym_PERCENT_EQ] = ACTIONS(4828), + [anon_sym_BANG_EQ] = ACTIONS(4826), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4828), + [anon_sym_EQ_EQ] = ACTIONS(4826), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4828), + [anon_sym_LT_EQ] = ACTIONS(4828), + [anon_sym_GT_EQ] = ACTIONS(4828), + [anon_sym_BANGin] = ACTIONS(4828), + [anon_sym_is] = ACTIONS(4826), + [anon_sym_BANGis] = ACTIONS(4828), + [anon_sym_PLUS] = ACTIONS(4826), + [anon_sym_DASH] = ACTIONS(4826), + [anon_sym_SLASH] = ACTIONS(4826), + [anon_sym_PERCENT] = ACTIONS(4826), + [anon_sym_as_QMARK] = ACTIONS(4828), + [anon_sym_PLUS_PLUS] = ACTIONS(4828), + [anon_sym_DASH_DASH] = ACTIONS(4828), + [anon_sym_BANG_BANG] = ACTIONS(4828), + [anon_sym_suspend] = ACTIONS(4826), + [anon_sym_sealed] = ACTIONS(4826), + [anon_sym_annotation] = ACTIONS(4826), + [anon_sym_data] = ACTIONS(4826), + [anon_sym_inner] = ACTIONS(4826), + [anon_sym_value] = ACTIONS(4826), + [anon_sym_override] = ACTIONS(4826), + [anon_sym_lateinit] = ACTIONS(4826), + [anon_sym_public] = ACTIONS(4826), + [anon_sym_private] = ACTIONS(4826), + [anon_sym_internal] = ACTIONS(4826), + [anon_sym_protected] = ACTIONS(4826), + [anon_sym_tailrec] = ACTIONS(4826), + [anon_sym_operator] = ACTIONS(4826), + [anon_sym_infix] = ACTIONS(4826), + [anon_sym_inline] = ACTIONS(4826), + [anon_sym_external] = ACTIONS(4826), + [sym_property_modifier] = ACTIONS(4826), + [anon_sym_abstract] = ACTIONS(4826), + [anon_sym_final] = ACTIONS(4826), + [anon_sym_open] = ACTIONS(4826), + [anon_sym_vararg] = ACTIONS(4826), + [anon_sym_noinline] = ACTIONS(4826), + [anon_sym_crossinline] = ACTIONS(4826), + [anon_sym_expect] = ACTIONS(4826), + [anon_sym_actual] = ACTIONS(4826), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4828), + [sym__automatic_semicolon] = ACTIONS(4828), + [sym_safe_nav] = ACTIONS(4828), + [sym_multiline_comment] = ACTIONS(3), + }, + [4021] = { + [sym__alpha_identifier] = ACTIONS(4954), + [anon_sym_AT] = ACTIONS(4956), + [anon_sym_LBRACK] = ACTIONS(4956), + [anon_sym_as] = ACTIONS(4954), + [anon_sym_EQ] = ACTIONS(4954), + [anon_sym_LBRACE] = ACTIONS(4956), + [anon_sym_RBRACE] = ACTIONS(4956), + [anon_sym_LPAREN] = ACTIONS(4956), + [anon_sym_COMMA] = ACTIONS(4956), + [anon_sym_LT] = ACTIONS(4954), + [anon_sym_GT] = ACTIONS(4954), + [anon_sym_where] = ACTIONS(4954), + [anon_sym_DOT] = ACTIONS(4954), + [anon_sym_SEMI] = ACTIONS(4956), + [anon_sym_get] = ACTIONS(4954), + [anon_sym_set] = ACTIONS(4954), + [anon_sym_STAR] = ACTIONS(4954), + [sym_label] = ACTIONS(4956), + [anon_sym_in] = ACTIONS(4954), + [anon_sym_DOT_DOT] = ACTIONS(4956), + [anon_sym_QMARK_COLON] = ACTIONS(4956), + [anon_sym_AMP_AMP] = ACTIONS(4956), + [anon_sym_PIPE_PIPE] = ACTIONS(4956), + [anon_sym_else] = ACTIONS(4954), + [anon_sym_COLON_COLON] = ACTIONS(4956), + [anon_sym_PLUS_EQ] = ACTIONS(4956), + [anon_sym_DASH_EQ] = ACTIONS(4956), + [anon_sym_STAR_EQ] = ACTIONS(4956), + [anon_sym_SLASH_EQ] = ACTIONS(4956), + [anon_sym_PERCENT_EQ] = ACTIONS(4956), + [anon_sym_BANG_EQ] = ACTIONS(4954), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4956), + [anon_sym_EQ_EQ] = ACTIONS(4954), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4956), + [anon_sym_LT_EQ] = ACTIONS(4956), + [anon_sym_GT_EQ] = ACTIONS(4956), + [anon_sym_BANGin] = ACTIONS(4956), + [anon_sym_is] = ACTIONS(4954), + [anon_sym_BANGis] = ACTIONS(4956), + [anon_sym_PLUS] = ACTIONS(4954), + [anon_sym_DASH] = ACTIONS(4954), + [anon_sym_SLASH] = ACTIONS(4954), + [anon_sym_PERCENT] = ACTIONS(4954), + [anon_sym_as_QMARK] = ACTIONS(4956), + [anon_sym_PLUS_PLUS] = ACTIONS(4956), + [anon_sym_DASH_DASH] = ACTIONS(4956), + [anon_sym_BANG_BANG] = ACTIONS(4956), + [anon_sym_suspend] = ACTIONS(4954), + [anon_sym_sealed] = ACTIONS(4954), + [anon_sym_annotation] = ACTIONS(4954), + [anon_sym_data] = ACTIONS(4954), + [anon_sym_inner] = ACTIONS(4954), + [anon_sym_value] = ACTIONS(4954), + [anon_sym_override] = ACTIONS(4954), + [anon_sym_lateinit] = ACTIONS(4954), + [anon_sym_public] = ACTIONS(4954), + [anon_sym_private] = ACTIONS(4954), + [anon_sym_internal] = ACTIONS(4954), + [anon_sym_protected] = ACTIONS(4954), + [anon_sym_tailrec] = ACTIONS(4954), + [anon_sym_operator] = ACTIONS(4954), + [anon_sym_infix] = ACTIONS(4954), + [anon_sym_inline] = ACTIONS(4954), + [anon_sym_external] = ACTIONS(4954), + [sym_property_modifier] = ACTIONS(4954), + [anon_sym_abstract] = ACTIONS(4954), + [anon_sym_final] = ACTIONS(4954), + [anon_sym_open] = ACTIONS(4954), + [anon_sym_vararg] = ACTIONS(4954), + [anon_sym_noinline] = ACTIONS(4954), + [anon_sym_crossinline] = ACTIONS(4954), + [anon_sym_expect] = ACTIONS(4954), + [anon_sym_actual] = ACTIONS(4954), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4956), + [sym__automatic_semicolon] = ACTIONS(4956), + [sym_safe_nav] = ACTIONS(4956), + [sym_multiline_comment] = ACTIONS(3), + }, + [4022] = { + [sym__alpha_identifier] = ACTIONS(4782), + [anon_sym_AT] = ACTIONS(4784), + [anon_sym_LBRACK] = ACTIONS(4784), + [anon_sym_as] = ACTIONS(4782), + [anon_sym_EQ] = ACTIONS(4782), + [anon_sym_LBRACE] = ACTIONS(4784), + [anon_sym_RBRACE] = ACTIONS(4784), + [anon_sym_LPAREN] = ACTIONS(4784), + [anon_sym_COMMA] = ACTIONS(4784), + [anon_sym_LT] = ACTIONS(4782), + [anon_sym_GT] = ACTIONS(4782), + [anon_sym_where] = ACTIONS(4782), + [anon_sym_DOT] = ACTIONS(4782), + [anon_sym_SEMI] = ACTIONS(4784), + [anon_sym_get] = ACTIONS(4782), + [anon_sym_set] = ACTIONS(4782), + [anon_sym_STAR] = ACTIONS(4782), + [sym_label] = ACTIONS(4784), + [anon_sym_in] = ACTIONS(4782), + [anon_sym_DOT_DOT] = ACTIONS(4784), + [anon_sym_QMARK_COLON] = ACTIONS(4784), + [anon_sym_AMP_AMP] = ACTIONS(4784), + [anon_sym_PIPE_PIPE] = ACTIONS(4784), + [anon_sym_else] = ACTIONS(4782), + [anon_sym_COLON_COLON] = ACTIONS(4784), + [anon_sym_PLUS_EQ] = ACTIONS(4784), + [anon_sym_DASH_EQ] = ACTIONS(4784), + [anon_sym_STAR_EQ] = ACTIONS(4784), + [anon_sym_SLASH_EQ] = ACTIONS(4784), + [anon_sym_PERCENT_EQ] = ACTIONS(4784), + [anon_sym_BANG_EQ] = ACTIONS(4782), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4784), + [anon_sym_EQ_EQ] = ACTIONS(4782), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4784), + [anon_sym_LT_EQ] = ACTIONS(4784), + [anon_sym_GT_EQ] = ACTIONS(4784), + [anon_sym_BANGin] = ACTIONS(4784), + [anon_sym_is] = ACTIONS(4782), + [anon_sym_BANGis] = ACTIONS(4784), + [anon_sym_PLUS] = ACTIONS(4782), + [anon_sym_DASH] = ACTIONS(4782), + [anon_sym_SLASH] = ACTIONS(4782), + [anon_sym_PERCENT] = ACTIONS(4782), + [anon_sym_as_QMARK] = ACTIONS(4784), + [anon_sym_PLUS_PLUS] = ACTIONS(4784), + [anon_sym_DASH_DASH] = ACTIONS(4784), + [anon_sym_BANG_BANG] = ACTIONS(4784), + [anon_sym_suspend] = ACTIONS(4782), + [anon_sym_sealed] = ACTIONS(4782), + [anon_sym_annotation] = ACTIONS(4782), + [anon_sym_data] = ACTIONS(4782), + [anon_sym_inner] = ACTIONS(4782), + [anon_sym_value] = ACTIONS(4782), + [anon_sym_override] = ACTIONS(4782), + [anon_sym_lateinit] = ACTIONS(4782), + [anon_sym_public] = ACTIONS(4782), + [anon_sym_private] = ACTIONS(4782), + [anon_sym_internal] = ACTIONS(4782), + [anon_sym_protected] = ACTIONS(4782), + [anon_sym_tailrec] = ACTIONS(4782), + [anon_sym_operator] = ACTIONS(4782), + [anon_sym_infix] = ACTIONS(4782), + [anon_sym_inline] = ACTIONS(4782), + [anon_sym_external] = ACTIONS(4782), + [sym_property_modifier] = ACTIONS(4782), + [anon_sym_abstract] = ACTIONS(4782), + [anon_sym_final] = ACTIONS(4782), + [anon_sym_open] = ACTIONS(4782), + [anon_sym_vararg] = ACTIONS(4782), + [anon_sym_noinline] = ACTIONS(4782), + [anon_sym_crossinline] = ACTIONS(4782), + [anon_sym_expect] = ACTIONS(4782), + [anon_sym_actual] = ACTIONS(4782), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4784), + [sym__automatic_semicolon] = ACTIONS(4784), + [sym_safe_nav] = ACTIONS(4784), + [sym_multiline_comment] = ACTIONS(3), + }, + [4023] = { + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(4145), + [anon_sym_LBRACE] = ACTIONS(4147), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_PLUS_EQ] = ACTIONS(4147), + [anon_sym_DASH_EQ] = ACTIONS(4147), + [anon_sym_STAR_EQ] = ACTIONS(4147), + [anon_sym_SLASH_EQ] = ACTIONS(4147), + [anon_sym_PERCENT_EQ] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4145), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + }, + [4024] = { + [sym__alpha_identifier] = ACTIONS(5102), + [anon_sym_AT] = ACTIONS(5104), + [anon_sym_LBRACK] = ACTIONS(5104), + [anon_sym_as] = ACTIONS(5102), + [anon_sym_EQ] = ACTIONS(5102), + [anon_sym_LBRACE] = ACTIONS(5104), + [anon_sym_RBRACE] = ACTIONS(5104), + [anon_sym_LPAREN] = ACTIONS(5104), + [anon_sym_COMMA] = ACTIONS(5104), + [anon_sym_LT] = ACTIONS(5102), + [anon_sym_GT] = ACTIONS(5102), + [anon_sym_where] = ACTIONS(5102), + [anon_sym_DOT] = ACTIONS(5102), + [anon_sym_SEMI] = ACTIONS(5104), + [anon_sym_get] = ACTIONS(5102), + [anon_sym_set] = ACTIONS(5102), + [anon_sym_STAR] = ACTIONS(5102), + [sym_label] = ACTIONS(5104), + [anon_sym_in] = ACTIONS(5102), + [anon_sym_DOT_DOT] = ACTIONS(5104), + [anon_sym_QMARK_COLON] = ACTIONS(5104), + [anon_sym_AMP_AMP] = ACTIONS(5104), + [anon_sym_PIPE_PIPE] = ACTIONS(5104), + [anon_sym_else] = ACTIONS(5102), + [anon_sym_COLON_COLON] = ACTIONS(5104), + [anon_sym_PLUS_EQ] = ACTIONS(5104), + [anon_sym_DASH_EQ] = ACTIONS(5104), + [anon_sym_STAR_EQ] = ACTIONS(5104), + [anon_sym_SLASH_EQ] = ACTIONS(5104), + [anon_sym_PERCENT_EQ] = ACTIONS(5104), + [anon_sym_BANG_EQ] = ACTIONS(5102), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5104), + [anon_sym_EQ_EQ] = ACTIONS(5102), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5104), + [anon_sym_LT_EQ] = ACTIONS(5104), + [anon_sym_GT_EQ] = ACTIONS(5104), + [anon_sym_BANGin] = ACTIONS(5104), + [anon_sym_is] = ACTIONS(5102), + [anon_sym_BANGis] = ACTIONS(5104), + [anon_sym_PLUS] = ACTIONS(5102), + [anon_sym_DASH] = ACTIONS(5102), + [anon_sym_SLASH] = ACTIONS(5102), + [anon_sym_PERCENT] = ACTIONS(5102), + [anon_sym_as_QMARK] = ACTIONS(5104), + [anon_sym_PLUS_PLUS] = ACTIONS(5104), + [anon_sym_DASH_DASH] = ACTIONS(5104), + [anon_sym_BANG_BANG] = ACTIONS(5104), + [anon_sym_suspend] = ACTIONS(5102), + [anon_sym_sealed] = ACTIONS(5102), + [anon_sym_annotation] = ACTIONS(5102), + [anon_sym_data] = ACTIONS(5102), + [anon_sym_inner] = ACTIONS(5102), + [anon_sym_value] = ACTIONS(5102), + [anon_sym_override] = ACTIONS(5102), + [anon_sym_lateinit] = ACTIONS(5102), + [anon_sym_public] = ACTIONS(5102), + [anon_sym_private] = ACTIONS(5102), + [anon_sym_internal] = ACTIONS(5102), + [anon_sym_protected] = ACTIONS(5102), + [anon_sym_tailrec] = ACTIONS(5102), + [anon_sym_operator] = ACTIONS(5102), + [anon_sym_infix] = ACTIONS(5102), + [anon_sym_inline] = ACTIONS(5102), + [anon_sym_external] = ACTIONS(5102), + [sym_property_modifier] = ACTIONS(5102), + [anon_sym_abstract] = ACTIONS(5102), + [anon_sym_final] = ACTIONS(5102), + [anon_sym_open] = ACTIONS(5102), + [anon_sym_vararg] = ACTIONS(5102), + [anon_sym_noinline] = ACTIONS(5102), + [anon_sym_crossinline] = ACTIONS(5102), + [anon_sym_expect] = ACTIONS(5102), + [anon_sym_actual] = ACTIONS(5102), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5104), + [sym__automatic_semicolon] = ACTIONS(5104), + [sym_safe_nav] = ACTIONS(5104), + [sym_multiline_comment] = ACTIONS(3), + }, + [4025] = { + [sym__alpha_identifier] = ACTIONS(4692), + [anon_sym_AT] = ACTIONS(4694), + [anon_sym_LBRACK] = ACTIONS(4694), + [anon_sym_as] = ACTIONS(4692), + [anon_sym_EQ] = ACTIONS(4692), + [anon_sym_LBRACE] = ACTIONS(4694), + [anon_sym_RBRACE] = ACTIONS(4694), + [anon_sym_LPAREN] = ACTIONS(4694), + [anon_sym_COMMA] = ACTIONS(4694), + [anon_sym_LT] = ACTIONS(4692), + [anon_sym_GT] = ACTIONS(4692), + [anon_sym_where] = ACTIONS(4692), + [anon_sym_DOT] = ACTIONS(4692), + [anon_sym_SEMI] = ACTIONS(4694), + [anon_sym_get] = ACTIONS(4692), + [anon_sym_set] = ACTIONS(4692), + [anon_sym_STAR] = ACTIONS(4692), + [sym_label] = ACTIONS(4694), + [anon_sym_in] = ACTIONS(4692), + [anon_sym_DOT_DOT] = ACTIONS(4694), + [anon_sym_QMARK_COLON] = ACTIONS(4694), + [anon_sym_AMP_AMP] = ACTIONS(4694), + [anon_sym_PIPE_PIPE] = ACTIONS(4694), + [anon_sym_else] = ACTIONS(4692), + [anon_sym_COLON_COLON] = ACTIONS(4694), + [anon_sym_PLUS_EQ] = ACTIONS(4694), + [anon_sym_DASH_EQ] = ACTIONS(4694), + [anon_sym_STAR_EQ] = ACTIONS(4694), + [anon_sym_SLASH_EQ] = ACTIONS(4694), + [anon_sym_PERCENT_EQ] = ACTIONS(4694), + [anon_sym_BANG_EQ] = ACTIONS(4692), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4694), + [anon_sym_EQ_EQ] = ACTIONS(4692), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4694), + [anon_sym_LT_EQ] = ACTIONS(4694), + [anon_sym_GT_EQ] = ACTIONS(4694), + [anon_sym_BANGin] = ACTIONS(4694), + [anon_sym_is] = ACTIONS(4692), + [anon_sym_BANGis] = ACTIONS(4694), + [anon_sym_PLUS] = ACTIONS(4692), + [anon_sym_DASH] = ACTIONS(4692), + [anon_sym_SLASH] = ACTIONS(4692), + [anon_sym_PERCENT] = ACTIONS(4692), + [anon_sym_as_QMARK] = ACTIONS(4694), + [anon_sym_PLUS_PLUS] = ACTIONS(4694), + [anon_sym_DASH_DASH] = ACTIONS(4694), + [anon_sym_BANG_BANG] = ACTIONS(4694), + [anon_sym_suspend] = ACTIONS(4692), + [anon_sym_sealed] = ACTIONS(4692), + [anon_sym_annotation] = ACTIONS(4692), + [anon_sym_data] = ACTIONS(4692), + [anon_sym_inner] = ACTIONS(4692), + [anon_sym_value] = ACTIONS(4692), + [anon_sym_override] = ACTIONS(4692), + [anon_sym_lateinit] = ACTIONS(4692), + [anon_sym_public] = ACTIONS(4692), + [anon_sym_private] = ACTIONS(4692), + [anon_sym_internal] = ACTIONS(4692), + [anon_sym_protected] = ACTIONS(4692), + [anon_sym_tailrec] = ACTIONS(4692), + [anon_sym_operator] = ACTIONS(4692), + [anon_sym_infix] = ACTIONS(4692), + [anon_sym_inline] = ACTIONS(4692), + [anon_sym_external] = ACTIONS(4692), + [sym_property_modifier] = ACTIONS(4692), + [anon_sym_abstract] = ACTIONS(4692), + [anon_sym_final] = ACTIONS(4692), + [anon_sym_open] = ACTIONS(4692), + [anon_sym_vararg] = ACTIONS(4692), + [anon_sym_noinline] = ACTIONS(4692), + [anon_sym_crossinline] = ACTIONS(4692), + [anon_sym_expect] = ACTIONS(4692), + [anon_sym_actual] = ACTIONS(4692), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4694), + [sym__automatic_semicolon] = ACTIONS(4694), + [sym_safe_nav] = ACTIONS(4694), + [sym_multiline_comment] = ACTIONS(3), + }, + [4026] = { + [sym__alpha_identifier] = ACTIONS(4489), + [anon_sym_AT] = ACTIONS(4491), + [anon_sym_LBRACK] = ACTIONS(4491), + [anon_sym_as] = ACTIONS(4489), + [anon_sym_EQ] = ACTIONS(4489), + [anon_sym_LBRACE] = ACTIONS(4491), + [anon_sym_RBRACE] = ACTIONS(4491), + [anon_sym_LPAREN] = ACTIONS(4491), + [anon_sym_COMMA] = ACTIONS(4491), + [anon_sym_LT] = ACTIONS(4489), + [anon_sym_GT] = ACTIONS(4489), + [anon_sym_where] = ACTIONS(4489), + [anon_sym_DOT] = ACTIONS(4489), + [anon_sym_SEMI] = ACTIONS(4491), + [anon_sym_get] = ACTIONS(4489), + [anon_sym_set] = ACTIONS(4489), + [anon_sym_STAR] = ACTIONS(4489), + [sym_label] = ACTIONS(4491), + [anon_sym_in] = ACTIONS(4489), + [anon_sym_DOT_DOT] = ACTIONS(4491), + [anon_sym_QMARK_COLON] = ACTIONS(4491), + [anon_sym_AMP_AMP] = ACTIONS(4491), + [anon_sym_PIPE_PIPE] = ACTIONS(4491), + [anon_sym_else] = ACTIONS(4489), + [anon_sym_COLON_COLON] = ACTIONS(4491), + [anon_sym_PLUS_EQ] = ACTIONS(4491), + [anon_sym_DASH_EQ] = ACTIONS(4491), + [anon_sym_STAR_EQ] = ACTIONS(4491), + [anon_sym_SLASH_EQ] = ACTIONS(4491), + [anon_sym_PERCENT_EQ] = ACTIONS(4491), + [anon_sym_BANG_EQ] = ACTIONS(4489), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4491), + [anon_sym_EQ_EQ] = ACTIONS(4489), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4491), + [anon_sym_LT_EQ] = ACTIONS(4491), + [anon_sym_GT_EQ] = ACTIONS(4491), + [anon_sym_BANGin] = ACTIONS(4491), + [anon_sym_is] = ACTIONS(4489), + [anon_sym_BANGis] = ACTIONS(4491), + [anon_sym_PLUS] = ACTIONS(4489), + [anon_sym_DASH] = ACTIONS(4489), + [anon_sym_SLASH] = ACTIONS(4489), + [anon_sym_PERCENT] = ACTIONS(4489), + [anon_sym_as_QMARK] = ACTIONS(4491), + [anon_sym_PLUS_PLUS] = ACTIONS(4491), + [anon_sym_DASH_DASH] = ACTIONS(4491), + [anon_sym_BANG_BANG] = ACTIONS(4491), + [anon_sym_suspend] = ACTIONS(4489), + [anon_sym_sealed] = ACTIONS(4489), + [anon_sym_annotation] = ACTIONS(4489), + [anon_sym_data] = ACTIONS(4489), + [anon_sym_inner] = ACTIONS(4489), + [anon_sym_value] = ACTIONS(4489), + [anon_sym_override] = ACTIONS(4489), + [anon_sym_lateinit] = ACTIONS(4489), + [anon_sym_public] = ACTIONS(4489), + [anon_sym_private] = ACTIONS(4489), + [anon_sym_internal] = ACTIONS(4489), + [anon_sym_protected] = ACTIONS(4489), + [anon_sym_tailrec] = ACTIONS(4489), + [anon_sym_operator] = ACTIONS(4489), + [anon_sym_infix] = ACTIONS(4489), + [anon_sym_inline] = ACTIONS(4489), + [anon_sym_external] = ACTIONS(4489), + [sym_property_modifier] = ACTIONS(4489), + [anon_sym_abstract] = ACTIONS(4489), + [anon_sym_final] = ACTIONS(4489), + [anon_sym_open] = ACTIONS(4489), + [anon_sym_vararg] = ACTIONS(4489), + [anon_sym_noinline] = ACTIONS(4489), + [anon_sym_crossinline] = ACTIONS(4489), + [anon_sym_expect] = ACTIONS(4489), + [anon_sym_actual] = ACTIONS(4489), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4491), + [sym__automatic_semicolon] = ACTIONS(4491), + [sym_safe_nav] = ACTIONS(4491), + [sym_multiline_comment] = ACTIONS(3), + }, + [4027] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1525), + [sym__comparison_operator] = STATE(1526), + [sym__in_operator] = STATE(1527), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1528), + [sym__multiplicative_operator] = STATE(1529), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1530), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3121), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7125), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_while] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(7129), + [anon_sym_QMARK_COLON] = ACTIONS(7131), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3123), + [anon_sym_DASH_EQ] = ACTIONS(3123), + [anon_sym_STAR_EQ] = ACTIONS(3123), + [anon_sym_SLASH_EQ] = ACTIONS(3123), + [anon_sym_PERCENT_EQ] = ACTIONS(3123), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(7145), + [anon_sym_DASH] = ACTIONS(7145), + [anon_sym_SLASH] = ACTIONS(7125), + [anon_sym_PERCENT] = ACTIONS(7125), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [4028] = { + [sym__alpha_identifier] = ACTIONS(4898), + [anon_sym_AT] = ACTIONS(4900), + [anon_sym_LBRACK] = ACTIONS(4900), + [anon_sym_as] = ACTIONS(4898), + [anon_sym_EQ] = ACTIONS(4898), + [anon_sym_LBRACE] = ACTIONS(4900), + [anon_sym_RBRACE] = ACTIONS(4900), + [anon_sym_LPAREN] = ACTIONS(4900), + [anon_sym_COMMA] = ACTIONS(4900), + [anon_sym_LT] = ACTIONS(4898), + [anon_sym_GT] = ACTIONS(4898), + [anon_sym_where] = ACTIONS(4898), + [anon_sym_DOT] = ACTIONS(4898), + [anon_sym_SEMI] = ACTIONS(4900), + [anon_sym_get] = ACTIONS(4898), + [anon_sym_set] = ACTIONS(4898), + [anon_sym_STAR] = ACTIONS(4898), + [sym_label] = ACTIONS(4900), + [anon_sym_in] = ACTIONS(4898), + [anon_sym_DOT_DOT] = ACTIONS(4900), + [anon_sym_QMARK_COLON] = ACTIONS(4900), + [anon_sym_AMP_AMP] = ACTIONS(4900), + [anon_sym_PIPE_PIPE] = ACTIONS(4900), + [anon_sym_else] = ACTIONS(4898), + [anon_sym_COLON_COLON] = ACTIONS(4900), + [anon_sym_PLUS_EQ] = ACTIONS(4900), + [anon_sym_DASH_EQ] = ACTIONS(4900), + [anon_sym_STAR_EQ] = ACTIONS(4900), + [anon_sym_SLASH_EQ] = ACTIONS(4900), + [anon_sym_PERCENT_EQ] = ACTIONS(4900), + [anon_sym_BANG_EQ] = ACTIONS(4898), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4900), + [anon_sym_EQ_EQ] = ACTIONS(4898), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4900), + [anon_sym_LT_EQ] = ACTIONS(4900), + [anon_sym_GT_EQ] = ACTIONS(4900), + [anon_sym_BANGin] = ACTIONS(4900), + [anon_sym_is] = ACTIONS(4898), + [anon_sym_BANGis] = ACTIONS(4900), + [anon_sym_PLUS] = ACTIONS(4898), + [anon_sym_DASH] = ACTIONS(4898), + [anon_sym_SLASH] = ACTIONS(4898), + [anon_sym_PERCENT] = ACTIONS(4898), + [anon_sym_as_QMARK] = ACTIONS(4900), + [anon_sym_PLUS_PLUS] = ACTIONS(4900), + [anon_sym_DASH_DASH] = ACTIONS(4900), + [anon_sym_BANG_BANG] = ACTIONS(4900), + [anon_sym_suspend] = ACTIONS(4898), + [anon_sym_sealed] = ACTIONS(4898), + [anon_sym_annotation] = ACTIONS(4898), + [anon_sym_data] = ACTIONS(4898), + [anon_sym_inner] = ACTIONS(4898), + [anon_sym_value] = ACTIONS(4898), + [anon_sym_override] = ACTIONS(4898), + [anon_sym_lateinit] = ACTIONS(4898), + [anon_sym_public] = ACTIONS(4898), + [anon_sym_private] = ACTIONS(4898), + [anon_sym_internal] = ACTIONS(4898), + [anon_sym_protected] = ACTIONS(4898), + [anon_sym_tailrec] = ACTIONS(4898), + [anon_sym_operator] = ACTIONS(4898), + [anon_sym_infix] = ACTIONS(4898), + [anon_sym_inline] = ACTIONS(4898), + [anon_sym_external] = ACTIONS(4898), + [sym_property_modifier] = ACTIONS(4898), + [anon_sym_abstract] = ACTIONS(4898), + [anon_sym_final] = ACTIONS(4898), + [anon_sym_open] = ACTIONS(4898), + [anon_sym_vararg] = ACTIONS(4898), + [anon_sym_noinline] = ACTIONS(4898), + [anon_sym_crossinline] = ACTIONS(4898), + [anon_sym_expect] = ACTIONS(4898), + [anon_sym_actual] = ACTIONS(4898), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4900), + [sym__automatic_semicolon] = ACTIONS(4900), + [sym_safe_nav] = ACTIONS(4900), [sym_multiline_comment] = ACTIONS(3), }, - [4033] = { - [sym__alpha_identifier] = ACTIONS(1814), - [anon_sym_AT] = ACTIONS(1816), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_as] = ACTIONS(1814), - [anon_sym_EQ] = ACTIONS(1814), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_RBRACE] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_COMMA] = ACTIONS(1816), - [anon_sym_LT] = ACTIONS(1814), - [anon_sym_GT] = ACTIONS(1814), - [anon_sym_where] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_get] = ACTIONS(1814), - [anon_sym_set] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(1814), - [sym_label] = ACTIONS(1816), - [anon_sym_in] = ACTIONS(1814), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_QMARK_COLON] = ACTIONS(1816), - [anon_sym_AMP_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1816), - [anon_sym_else] = ACTIONS(1814), - [anon_sym_COLON_COLON] = ACTIONS(1816), - [anon_sym_PLUS_EQ] = ACTIONS(1816), - [anon_sym_DASH_EQ] = ACTIONS(1816), - [anon_sym_STAR_EQ] = ACTIONS(1816), - [anon_sym_SLASH_EQ] = ACTIONS(1816), - [anon_sym_PERCENT_EQ] = ACTIONS(1816), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1816), - [anon_sym_GT_EQ] = ACTIONS(1816), - [anon_sym_BANGin] = ACTIONS(1816), - [anon_sym_is] = ACTIONS(1814), - [anon_sym_BANGis] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1814), - [anon_sym_DASH] = ACTIONS(1814), - [anon_sym_SLASH] = ACTIONS(1814), - [anon_sym_PERCENT] = ACTIONS(1814), - [anon_sym_as_QMARK] = ACTIONS(1816), - [anon_sym_PLUS_PLUS] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1816), - [anon_sym_BANG_BANG] = ACTIONS(1816), - [anon_sym_suspend] = ACTIONS(1814), - [anon_sym_sealed] = ACTIONS(1814), - [anon_sym_annotation] = ACTIONS(1814), - [anon_sym_data] = ACTIONS(1814), - [anon_sym_inner] = ACTIONS(1814), - [anon_sym_value] = ACTIONS(1814), - [anon_sym_override] = ACTIONS(1814), - [anon_sym_lateinit] = ACTIONS(1814), - [anon_sym_public] = ACTIONS(1814), - [anon_sym_private] = ACTIONS(1814), - [anon_sym_internal] = ACTIONS(1814), - [anon_sym_protected] = ACTIONS(1814), - [anon_sym_tailrec] = ACTIONS(1814), - [anon_sym_operator] = ACTIONS(1814), - [anon_sym_infix] = ACTIONS(1814), - [anon_sym_inline] = ACTIONS(1814), - [anon_sym_external] = ACTIONS(1814), - [sym_property_modifier] = ACTIONS(1814), - [anon_sym_abstract] = ACTIONS(1814), - [anon_sym_final] = ACTIONS(1814), - [anon_sym_open] = ACTIONS(1814), - [anon_sym_vararg] = ACTIONS(1814), - [anon_sym_noinline] = ACTIONS(1814), - [anon_sym_crossinline] = ACTIONS(1814), - [anon_sym_expect] = ACTIONS(1814), - [anon_sym_actual] = ACTIONS(1814), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1816), - [sym__automatic_semicolon] = ACTIONS(1816), - [sym_safe_nav] = ACTIONS(1816), + [4029] = { + [sym__alpha_identifier] = ACTIONS(5076), + [anon_sym_AT] = ACTIONS(5078), + [anon_sym_LBRACK] = ACTIONS(5078), + [anon_sym_as] = ACTIONS(5076), + [anon_sym_EQ] = ACTIONS(5076), + [anon_sym_LBRACE] = ACTIONS(5078), + [anon_sym_RBRACE] = ACTIONS(5078), + [anon_sym_LPAREN] = ACTIONS(5078), + [anon_sym_COMMA] = ACTIONS(5078), + [anon_sym_LT] = ACTIONS(5076), + [anon_sym_GT] = ACTIONS(5076), + [anon_sym_where] = ACTIONS(5076), + [anon_sym_DOT] = ACTIONS(5076), + [anon_sym_SEMI] = ACTIONS(5078), + [anon_sym_get] = ACTIONS(5076), + [anon_sym_set] = ACTIONS(5076), + [anon_sym_STAR] = ACTIONS(5076), + [sym_label] = ACTIONS(5078), + [anon_sym_in] = ACTIONS(5076), + [anon_sym_DOT_DOT] = ACTIONS(5078), + [anon_sym_QMARK_COLON] = ACTIONS(5078), + [anon_sym_AMP_AMP] = ACTIONS(5078), + [anon_sym_PIPE_PIPE] = ACTIONS(5078), + [anon_sym_else] = ACTIONS(5076), + [anon_sym_COLON_COLON] = ACTIONS(5078), + [anon_sym_PLUS_EQ] = ACTIONS(5078), + [anon_sym_DASH_EQ] = ACTIONS(5078), + [anon_sym_STAR_EQ] = ACTIONS(5078), + [anon_sym_SLASH_EQ] = ACTIONS(5078), + [anon_sym_PERCENT_EQ] = ACTIONS(5078), + [anon_sym_BANG_EQ] = ACTIONS(5076), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5078), + [anon_sym_EQ_EQ] = ACTIONS(5076), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5078), + [anon_sym_LT_EQ] = ACTIONS(5078), + [anon_sym_GT_EQ] = ACTIONS(5078), + [anon_sym_BANGin] = ACTIONS(5078), + [anon_sym_is] = ACTIONS(5076), + [anon_sym_BANGis] = ACTIONS(5078), + [anon_sym_PLUS] = ACTIONS(5076), + [anon_sym_DASH] = ACTIONS(5076), + [anon_sym_SLASH] = ACTIONS(5076), + [anon_sym_PERCENT] = ACTIONS(5076), + [anon_sym_as_QMARK] = ACTIONS(5078), + [anon_sym_PLUS_PLUS] = ACTIONS(5078), + [anon_sym_DASH_DASH] = ACTIONS(5078), + [anon_sym_BANG_BANG] = ACTIONS(5078), + [anon_sym_suspend] = ACTIONS(5076), + [anon_sym_sealed] = ACTIONS(5076), + [anon_sym_annotation] = ACTIONS(5076), + [anon_sym_data] = ACTIONS(5076), + [anon_sym_inner] = ACTIONS(5076), + [anon_sym_value] = ACTIONS(5076), + [anon_sym_override] = ACTIONS(5076), + [anon_sym_lateinit] = ACTIONS(5076), + [anon_sym_public] = ACTIONS(5076), + [anon_sym_private] = ACTIONS(5076), + [anon_sym_internal] = ACTIONS(5076), + [anon_sym_protected] = ACTIONS(5076), + [anon_sym_tailrec] = ACTIONS(5076), + [anon_sym_operator] = ACTIONS(5076), + [anon_sym_infix] = ACTIONS(5076), + [anon_sym_inline] = ACTIONS(5076), + [anon_sym_external] = ACTIONS(5076), + [sym_property_modifier] = ACTIONS(5076), + [anon_sym_abstract] = ACTIONS(5076), + [anon_sym_final] = ACTIONS(5076), + [anon_sym_open] = ACTIONS(5076), + [anon_sym_vararg] = ACTIONS(5076), + [anon_sym_noinline] = ACTIONS(5076), + [anon_sym_crossinline] = ACTIONS(5076), + [anon_sym_expect] = ACTIONS(5076), + [anon_sym_actual] = ACTIONS(5076), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5078), + [sym__automatic_semicolon] = ACTIONS(5078), + [sym_safe_nav] = ACTIONS(5078), [sym_multiline_comment] = ACTIONS(3), }, - [4034] = { + [4030] = { + [sym__alpha_identifier] = ACTIONS(5072), + [anon_sym_AT] = ACTIONS(5074), + [anon_sym_LBRACK] = ACTIONS(5074), + [anon_sym_as] = ACTIONS(5072), + [anon_sym_EQ] = ACTIONS(5072), + [anon_sym_LBRACE] = ACTIONS(5074), + [anon_sym_RBRACE] = ACTIONS(5074), + [anon_sym_LPAREN] = ACTIONS(5074), + [anon_sym_COMMA] = ACTIONS(5074), + [anon_sym_LT] = ACTIONS(5072), + [anon_sym_GT] = ACTIONS(5072), + [anon_sym_where] = ACTIONS(5072), + [anon_sym_DOT] = ACTIONS(5072), + [anon_sym_SEMI] = ACTIONS(5074), + [anon_sym_get] = ACTIONS(5072), + [anon_sym_set] = ACTIONS(5072), + [anon_sym_STAR] = ACTIONS(5072), + [sym_label] = ACTIONS(5074), + [anon_sym_in] = ACTIONS(5072), + [anon_sym_DOT_DOT] = ACTIONS(5074), + [anon_sym_QMARK_COLON] = ACTIONS(5074), + [anon_sym_AMP_AMP] = ACTIONS(5074), + [anon_sym_PIPE_PIPE] = ACTIONS(5074), + [anon_sym_else] = ACTIONS(5072), + [anon_sym_COLON_COLON] = ACTIONS(5074), + [anon_sym_PLUS_EQ] = ACTIONS(5074), + [anon_sym_DASH_EQ] = ACTIONS(5074), + [anon_sym_STAR_EQ] = ACTIONS(5074), + [anon_sym_SLASH_EQ] = ACTIONS(5074), + [anon_sym_PERCENT_EQ] = ACTIONS(5074), + [anon_sym_BANG_EQ] = ACTIONS(5072), + [anon_sym_BANG_EQ_EQ] = ACTIONS(5074), + [anon_sym_EQ_EQ] = ACTIONS(5072), + [anon_sym_EQ_EQ_EQ] = ACTIONS(5074), + [anon_sym_LT_EQ] = ACTIONS(5074), + [anon_sym_GT_EQ] = ACTIONS(5074), + [anon_sym_BANGin] = ACTIONS(5074), + [anon_sym_is] = ACTIONS(5072), + [anon_sym_BANGis] = ACTIONS(5074), + [anon_sym_PLUS] = ACTIONS(5072), + [anon_sym_DASH] = ACTIONS(5072), + [anon_sym_SLASH] = ACTIONS(5072), + [anon_sym_PERCENT] = ACTIONS(5072), + [anon_sym_as_QMARK] = ACTIONS(5074), + [anon_sym_PLUS_PLUS] = ACTIONS(5074), + [anon_sym_DASH_DASH] = ACTIONS(5074), + [anon_sym_BANG_BANG] = ACTIONS(5074), + [anon_sym_suspend] = ACTIONS(5072), + [anon_sym_sealed] = ACTIONS(5072), + [anon_sym_annotation] = ACTIONS(5072), + [anon_sym_data] = ACTIONS(5072), + [anon_sym_inner] = ACTIONS(5072), + [anon_sym_value] = ACTIONS(5072), + [anon_sym_override] = ACTIONS(5072), + [anon_sym_lateinit] = ACTIONS(5072), + [anon_sym_public] = ACTIONS(5072), + [anon_sym_private] = ACTIONS(5072), + [anon_sym_internal] = ACTIONS(5072), + [anon_sym_protected] = ACTIONS(5072), + [anon_sym_tailrec] = ACTIONS(5072), + [anon_sym_operator] = ACTIONS(5072), + [anon_sym_infix] = ACTIONS(5072), + [anon_sym_inline] = ACTIONS(5072), + [anon_sym_external] = ACTIONS(5072), + [sym_property_modifier] = ACTIONS(5072), + [anon_sym_abstract] = ACTIONS(5072), + [anon_sym_final] = ACTIONS(5072), + [anon_sym_open] = ACTIONS(5072), + [anon_sym_vararg] = ACTIONS(5072), + [anon_sym_noinline] = ACTIONS(5072), + [anon_sym_crossinline] = ACTIONS(5072), + [anon_sym_expect] = ACTIONS(5072), + [anon_sym_actual] = ACTIONS(5072), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(5074), + [sym__automatic_semicolon] = ACTIONS(5074), + [sym_safe_nav] = ACTIONS(5074), + [sym_multiline_comment] = ACTIONS(3), + }, + [4031] = { [sym__alpha_identifier] = ACTIONS(3420), [anon_sym_AT] = ACTIONS(3422), [anon_sym_LBRACK] = ACTIONS(3422), @@ -447528,814 +447242,1524 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(3422), [sym_multiline_comment] = ACTIONS(3), }, + [4032] = { + [sym_function_body] = STATE(3975), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4481), + [anon_sym_AT] = ACTIONS(4483), + [anon_sym_LBRACK] = ACTIONS(4483), + [anon_sym_as] = ACTIONS(4481), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4483), + [anon_sym_LPAREN] = ACTIONS(4483), + [anon_sym_LT] = ACTIONS(4481), + [anon_sym_GT] = 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_value] = 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_multiline_comment] = ACTIONS(3), + }, + [4033] = { + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(4151), + [anon_sym_LBRACE] = ACTIONS(4153), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4151), + [sym_label] = ACTIONS(4153), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_PLUS_EQ] = ACTIONS(4153), + [anon_sym_DASH_EQ] = ACTIONS(4153), + [anon_sym_STAR_EQ] = ACTIONS(4153), + [anon_sym_SLASH_EQ] = ACTIONS(4153), + [anon_sym_PERCENT_EQ] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4151), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + }, + [4034] = { + [sym__alpha_identifier] = ACTIONS(4974), + [anon_sym_AT] = ACTIONS(4976), + [anon_sym_LBRACK] = ACTIONS(4976), + [anon_sym_as] = ACTIONS(4974), + [anon_sym_EQ] = ACTIONS(4974), + [anon_sym_LBRACE] = ACTIONS(4976), + [anon_sym_RBRACE] = ACTIONS(4976), + [anon_sym_LPAREN] = ACTIONS(4976), + [anon_sym_COMMA] = ACTIONS(4976), + [anon_sym_LT] = ACTIONS(4974), + [anon_sym_GT] = ACTIONS(4974), + [anon_sym_where] = ACTIONS(4974), + [anon_sym_DOT] = ACTIONS(4974), + [anon_sym_SEMI] = ACTIONS(4976), + [anon_sym_get] = ACTIONS(4974), + [anon_sym_set] = ACTIONS(4974), + [anon_sym_STAR] = ACTIONS(4974), + [sym_label] = ACTIONS(4976), + [anon_sym_in] = ACTIONS(4974), + [anon_sym_DOT_DOT] = ACTIONS(4976), + [anon_sym_QMARK_COLON] = ACTIONS(4976), + [anon_sym_AMP_AMP] = ACTIONS(4976), + [anon_sym_PIPE_PIPE] = ACTIONS(4976), + [anon_sym_else] = ACTIONS(4974), + [anon_sym_COLON_COLON] = ACTIONS(4976), + [anon_sym_PLUS_EQ] = ACTIONS(4976), + [anon_sym_DASH_EQ] = ACTIONS(4976), + [anon_sym_STAR_EQ] = ACTIONS(4976), + [anon_sym_SLASH_EQ] = ACTIONS(4976), + [anon_sym_PERCENT_EQ] = ACTIONS(4976), + [anon_sym_BANG_EQ] = ACTIONS(4974), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4976), + [anon_sym_EQ_EQ] = ACTIONS(4974), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4976), + [anon_sym_LT_EQ] = ACTIONS(4976), + [anon_sym_GT_EQ] = ACTIONS(4976), + [anon_sym_BANGin] = ACTIONS(4976), + [anon_sym_is] = ACTIONS(4974), + [anon_sym_BANGis] = ACTIONS(4976), + [anon_sym_PLUS] = ACTIONS(4974), + [anon_sym_DASH] = ACTIONS(4974), + [anon_sym_SLASH] = ACTIONS(4974), + [anon_sym_PERCENT] = ACTIONS(4974), + [anon_sym_as_QMARK] = ACTIONS(4976), + [anon_sym_PLUS_PLUS] = ACTIONS(4976), + [anon_sym_DASH_DASH] = ACTIONS(4976), + [anon_sym_BANG_BANG] = ACTIONS(4976), + [anon_sym_suspend] = ACTIONS(4974), + [anon_sym_sealed] = ACTIONS(4974), + [anon_sym_annotation] = ACTIONS(4974), + [anon_sym_data] = ACTIONS(4974), + [anon_sym_inner] = ACTIONS(4974), + [anon_sym_value] = ACTIONS(4974), + [anon_sym_override] = ACTIONS(4974), + [anon_sym_lateinit] = ACTIONS(4974), + [anon_sym_public] = ACTIONS(4974), + [anon_sym_private] = ACTIONS(4974), + [anon_sym_internal] = ACTIONS(4974), + [anon_sym_protected] = ACTIONS(4974), + [anon_sym_tailrec] = ACTIONS(4974), + [anon_sym_operator] = ACTIONS(4974), + [anon_sym_infix] = ACTIONS(4974), + [anon_sym_inline] = ACTIONS(4974), + [anon_sym_external] = ACTIONS(4974), + [sym_property_modifier] = ACTIONS(4974), + [anon_sym_abstract] = ACTIONS(4974), + [anon_sym_final] = ACTIONS(4974), + [anon_sym_open] = ACTIONS(4974), + [anon_sym_vararg] = ACTIONS(4974), + [anon_sym_noinline] = ACTIONS(4974), + [anon_sym_crossinline] = ACTIONS(4974), + [anon_sym_expect] = ACTIONS(4974), + [anon_sym_actual] = ACTIONS(4974), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4976), + [sym__automatic_semicolon] = ACTIONS(4976), + [sym_safe_nav] = ACTIONS(4976), + [sym_multiline_comment] = ACTIONS(3), + }, [4035] = { - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(4147), - [anon_sym_LBRACE] = ACTIONS(4149), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_PLUS_EQ] = ACTIONS(4149), - [anon_sym_DASH_EQ] = ACTIONS(4149), - [anon_sym_STAR_EQ] = ACTIONS(4149), - [anon_sym_SLASH_EQ] = ACTIONS(4149), - [anon_sym_PERCENT_EQ] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4147), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), + [sym_function_body] = STATE(3934), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4493), + [anon_sym_AT] = ACTIONS(4495), + [anon_sym_LBRACK] = ACTIONS(4495), + [anon_sym_as] = ACTIONS(4493), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4495), + [anon_sym_LPAREN] = ACTIONS(4495), + [anon_sym_LT] = ACTIONS(4493), + [anon_sym_GT] = ACTIONS(4493), + [anon_sym_DOT] = ACTIONS(4493), + [anon_sym_SEMI] = ACTIONS(4495), + [anon_sym_get] = ACTIONS(4493), + [anon_sym_set] = ACTIONS(4493), + [anon_sym_STAR] = ACTIONS(4493), + [sym_label] = ACTIONS(4495), + [anon_sym_in] = ACTIONS(4493), + [anon_sym_DOT_DOT] = ACTIONS(4495), + [anon_sym_QMARK_COLON] = ACTIONS(4495), + [anon_sym_AMP_AMP] = ACTIONS(4495), + [anon_sym_PIPE_PIPE] = ACTIONS(4495), + [anon_sym_else] = ACTIONS(4493), + [anon_sym_COLON_COLON] = ACTIONS(4495), + [anon_sym_PLUS_EQ] = ACTIONS(4495), + [anon_sym_DASH_EQ] = ACTIONS(4495), + [anon_sym_STAR_EQ] = ACTIONS(4495), + [anon_sym_SLASH_EQ] = ACTIONS(4495), + [anon_sym_PERCENT_EQ] = ACTIONS(4495), + [anon_sym_BANG_EQ] = ACTIONS(4493), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), + [anon_sym_EQ_EQ] = ACTIONS(4493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), + [anon_sym_LT_EQ] = ACTIONS(4495), + [anon_sym_GT_EQ] = ACTIONS(4495), + [anon_sym_BANGin] = ACTIONS(4495), + [anon_sym_is] = ACTIONS(4493), + [anon_sym_BANGis] = ACTIONS(4495), + [anon_sym_PLUS] = ACTIONS(4493), + [anon_sym_DASH] = ACTIONS(4493), + [anon_sym_SLASH] = ACTIONS(4493), + [anon_sym_PERCENT] = ACTIONS(4493), + [anon_sym_as_QMARK] = ACTIONS(4495), + [anon_sym_PLUS_PLUS] = ACTIONS(4495), + [anon_sym_DASH_DASH] = ACTIONS(4495), + [anon_sym_BANG_BANG] = ACTIONS(4495), + [anon_sym_suspend] = ACTIONS(4493), + [anon_sym_sealed] = ACTIONS(4493), + [anon_sym_annotation] = ACTIONS(4493), + [anon_sym_data] = ACTIONS(4493), + [anon_sym_inner] = ACTIONS(4493), + [anon_sym_value] = ACTIONS(4493), + [anon_sym_override] = ACTIONS(4493), + [anon_sym_lateinit] = ACTIONS(4493), + [anon_sym_public] = ACTIONS(4493), + [anon_sym_private] = ACTIONS(4493), + [anon_sym_internal] = ACTIONS(4493), + [anon_sym_protected] = ACTIONS(4493), + [anon_sym_tailrec] = ACTIONS(4493), + [anon_sym_operator] = ACTIONS(4493), + [anon_sym_infix] = ACTIONS(4493), + [anon_sym_inline] = ACTIONS(4493), + [anon_sym_external] = ACTIONS(4493), + [sym_property_modifier] = ACTIONS(4493), + [anon_sym_abstract] = ACTIONS(4493), + [anon_sym_final] = ACTIONS(4493), + [anon_sym_open] = ACTIONS(4493), + [anon_sym_vararg] = ACTIONS(4493), + [anon_sym_noinline] = ACTIONS(4493), + [anon_sym_crossinline] = ACTIONS(4493), + [anon_sym_expect] = ACTIONS(4493), + [anon_sym_actual] = ACTIONS(4493), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4495), + [sym__automatic_semicolon] = ACTIONS(4495), + [sym_safe_nav] = ACTIONS(4495), [sym_multiline_comment] = ACTIONS(3), }, [4036] = { - [sym_function_body] = STATE(3475), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_RBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(6996), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_RPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [anon_sym_DASH_GT] = ACTIONS(4185), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_while] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1525), + [sym__comparison_operator] = STATE(1526), + [sym__in_operator] = STATE(1527), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1528), + [sym__multiplicative_operator] = STATE(1529), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1530), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3113), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7123), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7125), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7127), + [anon_sym_while] = ACTIONS(3113), + [anon_sym_DOT_DOT] = ACTIONS(7129), + [anon_sym_QMARK_COLON] = ACTIONS(7131), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_else] = ACTIONS(3113), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3115), + [anon_sym_DASH_EQ] = ACTIONS(3115), + [anon_sym_STAR_EQ] = ACTIONS(3115), + [anon_sym_SLASH_EQ] = ACTIONS(3115), + [anon_sym_PERCENT_EQ] = ACTIONS(3115), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(7141), + [anon_sym_GT_EQ] = ACTIONS(7141), + [anon_sym_BANGin] = ACTIONS(7143), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7145), + [anon_sym_DASH] = ACTIONS(7145), + [anon_sym_SLASH] = ACTIONS(7125), + [anon_sym_PERCENT] = ACTIONS(7125), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4037] = { - [sym__alpha_identifier] = ACTIONS(4838), - [anon_sym_AT] = ACTIONS(4840), - [anon_sym_LBRACK] = ACTIONS(4840), - [anon_sym_as] = ACTIONS(4838), - [anon_sym_EQ] = ACTIONS(4838), - [anon_sym_LBRACE] = ACTIONS(4840), - [anon_sym_RBRACE] = ACTIONS(4840), - [anon_sym_LPAREN] = ACTIONS(4840), - [anon_sym_COMMA] = ACTIONS(4840), - [anon_sym_LT] = ACTIONS(4838), - [anon_sym_GT] = ACTIONS(4838), - [anon_sym_where] = ACTIONS(4838), - [anon_sym_DOT] = ACTIONS(4838), - [anon_sym_SEMI] = ACTIONS(4840), - [anon_sym_get] = ACTIONS(4838), - [anon_sym_set] = ACTIONS(4838), - [anon_sym_STAR] = ACTIONS(4838), - [sym_label] = ACTIONS(4840), - [anon_sym_in] = ACTIONS(4838), - [anon_sym_DOT_DOT] = ACTIONS(4840), - [anon_sym_QMARK_COLON] = ACTIONS(4840), - [anon_sym_AMP_AMP] = ACTIONS(4840), - [anon_sym_PIPE_PIPE] = ACTIONS(4840), - [anon_sym_else] = ACTIONS(4838), - [anon_sym_COLON_COLON] = ACTIONS(4840), - [anon_sym_PLUS_EQ] = ACTIONS(4840), - [anon_sym_DASH_EQ] = ACTIONS(4840), - [anon_sym_STAR_EQ] = ACTIONS(4840), - [anon_sym_SLASH_EQ] = ACTIONS(4840), - [anon_sym_PERCENT_EQ] = ACTIONS(4840), - [anon_sym_BANG_EQ] = ACTIONS(4838), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4840), - [anon_sym_EQ_EQ] = ACTIONS(4838), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4840), - [anon_sym_LT_EQ] = ACTIONS(4840), - [anon_sym_GT_EQ] = ACTIONS(4840), - [anon_sym_BANGin] = ACTIONS(4840), - [anon_sym_is] = ACTIONS(4838), - [anon_sym_BANGis] = ACTIONS(4840), - [anon_sym_PLUS] = ACTIONS(4838), - [anon_sym_DASH] = ACTIONS(4838), - [anon_sym_SLASH] = ACTIONS(4838), - [anon_sym_PERCENT] = ACTIONS(4838), - [anon_sym_as_QMARK] = ACTIONS(4840), - [anon_sym_PLUS_PLUS] = ACTIONS(4840), - [anon_sym_DASH_DASH] = ACTIONS(4840), - [anon_sym_BANG_BANG] = ACTIONS(4840), - [anon_sym_suspend] = ACTIONS(4838), - [anon_sym_sealed] = ACTIONS(4838), - [anon_sym_annotation] = ACTIONS(4838), - [anon_sym_data] = ACTIONS(4838), - [anon_sym_inner] = ACTIONS(4838), - [anon_sym_value] = ACTIONS(4838), - [anon_sym_override] = ACTIONS(4838), - [anon_sym_lateinit] = ACTIONS(4838), - [anon_sym_public] = ACTIONS(4838), - [anon_sym_private] = ACTIONS(4838), - [anon_sym_internal] = ACTIONS(4838), - [anon_sym_protected] = ACTIONS(4838), - [anon_sym_tailrec] = ACTIONS(4838), - [anon_sym_operator] = ACTIONS(4838), - [anon_sym_infix] = ACTIONS(4838), - [anon_sym_inline] = ACTIONS(4838), - [anon_sym_external] = ACTIONS(4838), - [sym_property_modifier] = ACTIONS(4838), - [anon_sym_abstract] = ACTIONS(4838), - [anon_sym_final] = ACTIONS(4838), - [anon_sym_open] = ACTIONS(4838), - [anon_sym_vararg] = ACTIONS(4838), - [anon_sym_noinline] = ACTIONS(4838), - [anon_sym_crossinline] = ACTIONS(4838), - [anon_sym_expect] = ACTIONS(4838), - [anon_sym_actual] = ACTIONS(4838), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4840), - [sym__automatic_semicolon] = ACTIONS(4840), - [sym_safe_nav] = ACTIONS(4840), + [sym_function_body] = STATE(3869), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(6813), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4139), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_PLUS_EQ] = ACTIONS(4141), + [anon_sym_DASH_EQ] = ACTIONS(4141), + [anon_sym_STAR_EQ] = ACTIONS(4141), + [anon_sym_SLASH_EQ] = ACTIONS(4141), + [anon_sym_PERCENT_EQ] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4139), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), [sym_multiline_comment] = ACTIONS(3), }, [4038] = { - [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(4844), - [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_value] = 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_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1525), + [sym__comparison_operator] = STATE(1526), + [sym__in_operator] = STATE(1527), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1528), + [sym__multiplicative_operator] = STATE(1529), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1530), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_EQ] = ACTIONS(3117), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3119), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3119), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(3117), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3119), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7125), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7127), + [anon_sym_while] = ACTIONS(3117), + [anon_sym_DOT_DOT] = ACTIONS(7129), + [anon_sym_QMARK_COLON] = ACTIONS(7131), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_else] = ACTIONS(3117), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_PLUS_EQ] = ACTIONS(3119), + [anon_sym_DASH_EQ] = ACTIONS(3119), + [anon_sym_STAR_EQ] = ACTIONS(3119), + [anon_sym_SLASH_EQ] = ACTIONS(3119), + [anon_sym_PERCENT_EQ] = ACTIONS(3119), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(7143), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7145), + [anon_sym_DASH] = ACTIONS(7145), + [anon_sym_SLASH] = ACTIONS(7125), + [anon_sym_PERCENT] = ACTIONS(7125), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4039] = { - [sym__alpha_identifier] = ACTIONS(4854), - [anon_sym_AT] = ACTIONS(4856), - [anon_sym_LBRACK] = ACTIONS(4856), - [anon_sym_as] = ACTIONS(4854), - [anon_sym_EQ] = ACTIONS(4854), - [anon_sym_LBRACE] = ACTIONS(4856), - [anon_sym_RBRACE] = ACTIONS(4856), - [anon_sym_LPAREN] = ACTIONS(4856), - [anon_sym_COMMA] = ACTIONS(4856), - [anon_sym_LT] = ACTIONS(4854), - [anon_sym_GT] = ACTIONS(4854), - [anon_sym_where] = ACTIONS(4854), - [anon_sym_DOT] = ACTIONS(4854), - [anon_sym_SEMI] = ACTIONS(4856), - [anon_sym_get] = ACTIONS(4854), - [anon_sym_set] = ACTIONS(4854), - [anon_sym_STAR] = ACTIONS(4854), - [sym_label] = ACTIONS(4856), - [anon_sym_in] = ACTIONS(4854), - [anon_sym_DOT_DOT] = ACTIONS(4856), - [anon_sym_QMARK_COLON] = ACTIONS(4856), - [anon_sym_AMP_AMP] = ACTIONS(4856), - [anon_sym_PIPE_PIPE] = ACTIONS(4856), - [anon_sym_else] = ACTIONS(4854), - [anon_sym_COLON_COLON] = ACTIONS(4856), - [anon_sym_PLUS_EQ] = ACTIONS(4856), - [anon_sym_DASH_EQ] = ACTIONS(4856), - [anon_sym_STAR_EQ] = ACTIONS(4856), - [anon_sym_SLASH_EQ] = ACTIONS(4856), - [anon_sym_PERCENT_EQ] = ACTIONS(4856), - [anon_sym_BANG_EQ] = ACTIONS(4854), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4856), - [anon_sym_EQ_EQ] = ACTIONS(4854), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4856), - [anon_sym_LT_EQ] = ACTIONS(4856), - [anon_sym_GT_EQ] = ACTIONS(4856), - [anon_sym_BANGin] = ACTIONS(4856), - [anon_sym_is] = ACTIONS(4854), - [anon_sym_BANGis] = ACTIONS(4856), - [anon_sym_PLUS] = ACTIONS(4854), - [anon_sym_DASH] = ACTIONS(4854), - [anon_sym_SLASH] = ACTIONS(4854), - [anon_sym_PERCENT] = ACTIONS(4854), - [anon_sym_as_QMARK] = ACTIONS(4856), - [anon_sym_PLUS_PLUS] = ACTIONS(4856), - [anon_sym_DASH_DASH] = ACTIONS(4856), - [anon_sym_BANG_BANG] = ACTIONS(4856), - [anon_sym_suspend] = ACTIONS(4854), - [anon_sym_sealed] = ACTIONS(4854), - [anon_sym_annotation] = ACTIONS(4854), - [anon_sym_data] = ACTIONS(4854), - [anon_sym_inner] = ACTIONS(4854), - [anon_sym_value] = ACTIONS(4854), - [anon_sym_override] = ACTIONS(4854), - [anon_sym_lateinit] = ACTIONS(4854), - [anon_sym_public] = ACTIONS(4854), - [anon_sym_private] = ACTIONS(4854), - [anon_sym_internal] = ACTIONS(4854), - [anon_sym_protected] = ACTIONS(4854), - [anon_sym_tailrec] = ACTIONS(4854), - [anon_sym_operator] = ACTIONS(4854), - [anon_sym_infix] = ACTIONS(4854), - [anon_sym_inline] = ACTIONS(4854), - [anon_sym_external] = ACTIONS(4854), - [sym_property_modifier] = ACTIONS(4854), - [anon_sym_abstract] = ACTIONS(4854), - [anon_sym_final] = ACTIONS(4854), - [anon_sym_open] = ACTIONS(4854), - [anon_sym_vararg] = ACTIONS(4854), - [anon_sym_noinline] = ACTIONS(4854), - [anon_sym_crossinline] = ACTIONS(4854), - [anon_sym_expect] = ACTIONS(4854), - [anon_sym_actual] = ACTIONS(4854), + [sym__alpha_identifier] = ACTIONS(4866), + [anon_sym_AT] = ACTIONS(4868), + [anon_sym_LBRACK] = ACTIONS(4868), + [anon_sym_as] = ACTIONS(4866), + [anon_sym_EQ] = ACTIONS(4866), + [anon_sym_LBRACE] = ACTIONS(4868), + [anon_sym_RBRACE] = ACTIONS(4868), + [anon_sym_LPAREN] = ACTIONS(4868), + [anon_sym_COMMA] = ACTIONS(4868), + [anon_sym_LT] = ACTIONS(4866), + [anon_sym_GT] = ACTIONS(4866), + [anon_sym_where] = ACTIONS(4866), + [anon_sym_DOT] = ACTIONS(4866), + [anon_sym_SEMI] = ACTIONS(4868), + [anon_sym_get] = ACTIONS(4866), + [anon_sym_set] = ACTIONS(4866), + [anon_sym_STAR] = ACTIONS(4866), + [sym_label] = ACTIONS(4868), + [anon_sym_in] = ACTIONS(4866), + [anon_sym_DOT_DOT] = ACTIONS(4868), + [anon_sym_QMARK_COLON] = ACTIONS(4868), + [anon_sym_AMP_AMP] = ACTIONS(4868), + [anon_sym_PIPE_PIPE] = ACTIONS(4868), + [anon_sym_else] = ACTIONS(4866), + [anon_sym_COLON_COLON] = ACTIONS(4868), + [anon_sym_PLUS_EQ] = ACTIONS(4868), + [anon_sym_DASH_EQ] = ACTIONS(4868), + [anon_sym_STAR_EQ] = ACTIONS(4868), + [anon_sym_SLASH_EQ] = ACTIONS(4868), + [anon_sym_PERCENT_EQ] = ACTIONS(4868), + [anon_sym_BANG_EQ] = ACTIONS(4866), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4868), + [anon_sym_EQ_EQ] = ACTIONS(4866), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4868), + [anon_sym_LT_EQ] = ACTIONS(4868), + [anon_sym_GT_EQ] = ACTIONS(4868), + [anon_sym_BANGin] = ACTIONS(4868), + [anon_sym_is] = ACTIONS(4866), + [anon_sym_BANGis] = ACTIONS(4868), + [anon_sym_PLUS] = ACTIONS(4866), + [anon_sym_DASH] = ACTIONS(4866), + [anon_sym_SLASH] = ACTIONS(4866), + [anon_sym_PERCENT] = ACTIONS(4866), + [anon_sym_as_QMARK] = ACTIONS(4868), + [anon_sym_PLUS_PLUS] = ACTIONS(4868), + [anon_sym_DASH_DASH] = ACTIONS(4868), + [anon_sym_BANG_BANG] = ACTIONS(4868), + [anon_sym_suspend] = ACTIONS(4866), + [anon_sym_sealed] = ACTIONS(4866), + [anon_sym_annotation] = ACTIONS(4866), + [anon_sym_data] = ACTIONS(4866), + [anon_sym_inner] = ACTIONS(4866), + [anon_sym_value] = ACTIONS(4866), + [anon_sym_override] = ACTIONS(4866), + [anon_sym_lateinit] = ACTIONS(4866), + [anon_sym_public] = ACTIONS(4866), + [anon_sym_private] = ACTIONS(4866), + [anon_sym_internal] = ACTIONS(4866), + [anon_sym_protected] = ACTIONS(4866), + [anon_sym_tailrec] = ACTIONS(4866), + [anon_sym_operator] = ACTIONS(4866), + [anon_sym_infix] = ACTIONS(4866), + [anon_sym_inline] = ACTIONS(4866), + [anon_sym_external] = ACTIONS(4866), + [sym_property_modifier] = ACTIONS(4866), + [anon_sym_abstract] = ACTIONS(4866), + [anon_sym_final] = ACTIONS(4866), + [anon_sym_open] = ACTIONS(4866), + [anon_sym_vararg] = ACTIONS(4866), + [anon_sym_noinline] = ACTIONS(4866), + [anon_sym_crossinline] = ACTIONS(4866), + [anon_sym_expect] = ACTIONS(4866), + [anon_sym_actual] = ACTIONS(4866), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4856), - [sym__automatic_semicolon] = ACTIONS(4856), - [sym_safe_nav] = ACTIONS(4856), + [sym__backtick_identifier] = ACTIONS(4868), + [sym__automatic_semicolon] = ACTIONS(4868), + [sym_safe_nav] = ACTIONS(4868), [sym_multiline_comment] = ACTIONS(3), }, [4040] = { - [sym__alpha_identifier] = ACTIONS(3992), - [anon_sym_AT] = ACTIONS(3994), - [anon_sym_LBRACK] = ACTIONS(3994), - [anon_sym_as] = ACTIONS(3992), - [anon_sym_EQ] = ACTIONS(3992), - [anon_sym_LBRACE] = ACTIONS(3994), - [anon_sym_RBRACE] = ACTIONS(3994), - [anon_sym_LPAREN] = ACTIONS(3994), - [anon_sym_COMMA] = ACTIONS(3994), - [anon_sym_LT] = ACTIONS(3992), - [anon_sym_GT] = ACTIONS(3992), - [anon_sym_where] = ACTIONS(3992), - [anon_sym_DOT] = ACTIONS(3992), - [anon_sym_SEMI] = ACTIONS(3994), - [anon_sym_get] = ACTIONS(3992), - [anon_sym_set] = ACTIONS(3992), - [anon_sym_STAR] = ACTIONS(3992), - [sym_label] = ACTIONS(3994), - [anon_sym_in] = ACTIONS(3992), - [anon_sym_DOT_DOT] = ACTIONS(3994), - [anon_sym_QMARK_COLON] = ACTIONS(3994), - [anon_sym_AMP_AMP] = ACTIONS(3994), - [anon_sym_PIPE_PIPE] = ACTIONS(3994), - [anon_sym_else] = ACTIONS(3992), - [anon_sym_COLON_COLON] = ACTIONS(3994), - [anon_sym_PLUS_EQ] = ACTIONS(3994), - [anon_sym_DASH_EQ] = ACTIONS(3994), - [anon_sym_STAR_EQ] = ACTIONS(3994), - [anon_sym_SLASH_EQ] = ACTIONS(3994), - [anon_sym_PERCENT_EQ] = ACTIONS(3994), - [anon_sym_BANG_EQ] = ACTIONS(3992), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3994), - [anon_sym_EQ_EQ] = ACTIONS(3992), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3994), - [anon_sym_LT_EQ] = ACTIONS(3994), - [anon_sym_GT_EQ] = ACTIONS(3994), - [anon_sym_BANGin] = ACTIONS(3994), - [anon_sym_is] = ACTIONS(3992), - [anon_sym_BANGis] = ACTIONS(3994), - [anon_sym_PLUS] = ACTIONS(3992), - [anon_sym_DASH] = ACTIONS(3992), - [anon_sym_SLASH] = ACTIONS(3992), - [anon_sym_PERCENT] = ACTIONS(3992), - [anon_sym_as_QMARK] = ACTIONS(3994), - [anon_sym_PLUS_PLUS] = ACTIONS(3994), - [anon_sym_DASH_DASH] = ACTIONS(3994), - [anon_sym_BANG_BANG] = ACTIONS(3994), - [anon_sym_suspend] = ACTIONS(3992), - [anon_sym_sealed] = ACTIONS(3992), - [anon_sym_annotation] = ACTIONS(3992), - [anon_sym_data] = ACTIONS(3992), - [anon_sym_inner] = ACTIONS(3992), - [anon_sym_value] = ACTIONS(3992), - [anon_sym_override] = ACTIONS(3992), - [anon_sym_lateinit] = ACTIONS(3992), - [anon_sym_public] = ACTIONS(3992), - [anon_sym_private] = ACTIONS(3992), - [anon_sym_internal] = ACTIONS(3992), - [anon_sym_protected] = ACTIONS(3992), - [anon_sym_tailrec] = ACTIONS(3992), - [anon_sym_operator] = ACTIONS(3992), - [anon_sym_infix] = ACTIONS(3992), - [anon_sym_inline] = ACTIONS(3992), - [anon_sym_external] = ACTIONS(3992), - [sym_property_modifier] = ACTIONS(3992), - [anon_sym_abstract] = ACTIONS(3992), - [anon_sym_final] = ACTIONS(3992), - [anon_sym_open] = ACTIONS(3992), - [anon_sym_vararg] = ACTIONS(3992), - [anon_sym_noinline] = ACTIONS(3992), - [anon_sym_crossinline] = ACTIONS(3992), - [anon_sym_expect] = ACTIONS(3992), - [anon_sym_actual] = ACTIONS(3992), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3994), - [sym__automatic_semicolon] = ACTIONS(3994), - [sym_safe_nav] = ACTIONS(3994), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(4396), + [anon_sym_AT] = ACTIONS(4398), + [anon_sym_LBRACK] = ACTIONS(4398), + [anon_sym_as] = ACTIONS(4396), + [anon_sym_LBRACE] = ACTIONS(4398), + [anon_sym_RBRACE] = ACTIONS(4398), + [anon_sym_LPAREN] = ACTIONS(4398), + [anon_sym_COMMA] = ACTIONS(4398), + [anon_sym_by] = ACTIONS(7037), + [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(4398), + [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_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(4398), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4398), + [anon_sym_super_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), }, [4041] = { - [sym__alpha_identifier] = ACTIONS(4870), - [anon_sym_AT] = ACTIONS(4872), - [anon_sym_LBRACK] = ACTIONS(4872), - [anon_sym_as] = ACTIONS(4870), - [anon_sym_EQ] = ACTIONS(4870), - [anon_sym_LBRACE] = ACTIONS(4872), - [anon_sym_RBRACE] = ACTIONS(4872), - [anon_sym_LPAREN] = ACTIONS(4872), - [anon_sym_COMMA] = ACTIONS(4872), - [anon_sym_LT] = ACTIONS(4870), - [anon_sym_GT] = ACTIONS(4870), - [anon_sym_where] = ACTIONS(4870), - [anon_sym_DOT] = ACTIONS(4870), - [anon_sym_SEMI] = ACTIONS(4872), - [anon_sym_get] = ACTIONS(4870), - [anon_sym_set] = ACTIONS(4870), - [anon_sym_STAR] = ACTIONS(4870), - [sym_label] = ACTIONS(4872), - [anon_sym_in] = ACTIONS(4870), - [anon_sym_DOT_DOT] = ACTIONS(4872), - [anon_sym_QMARK_COLON] = ACTIONS(4872), - [anon_sym_AMP_AMP] = ACTIONS(4872), - [anon_sym_PIPE_PIPE] = ACTIONS(4872), - [anon_sym_else] = ACTIONS(4870), - [anon_sym_COLON_COLON] = ACTIONS(4872), - [anon_sym_PLUS_EQ] = ACTIONS(4872), - [anon_sym_DASH_EQ] = ACTIONS(4872), - [anon_sym_STAR_EQ] = ACTIONS(4872), - [anon_sym_SLASH_EQ] = ACTIONS(4872), - [anon_sym_PERCENT_EQ] = ACTIONS(4872), - [anon_sym_BANG_EQ] = ACTIONS(4870), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4872), - [anon_sym_EQ_EQ] = ACTIONS(4870), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4872), - [anon_sym_LT_EQ] = ACTIONS(4872), - [anon_sym_GT_EQ] = ACTIONS(4872), - [anon_sym_BANGin] = ACTIONS(4872), - [anon_sym_is] = ACTIONS(4870), - [anon_sym_BANGis] = ACTIONS(4872), - [anon_sym_PLUS] = ACTIONS(4870), - [anon_sym_DASH] = ACTIONS(4870), - [anon_sym_SLASH] = ACTIONS(4870), - [anon_sym_PERCENT] = ACTIONS(4870), - [anon_sym_as_QMARK] = ACTIONS(4872), - [anon_sym_PLUS_PLUS] = ACTIONS(4872), - [anon_sym_DASH_DASH] = ACTIONS(4872), - [anon_sym_BANG_BANG] = ACTIONS(4872), - [anon_sym_suspend] = ACTIONS(4870), - [anon_sym_sealed] = ACTIONS(4870), - [anon_sym_annotation] = ACTIONS(4870), - [anon_sym_data] = ACTIONS(4870), - [anon_sym_inner] = ACTIONS(4870), - [anon_sym_value] = ACTIONS(4870), - [anon_sym_override] = ACTIONS(4870), - [anon_sym_lateinit] = ACTIONS(4870), - [anon_sym_public] = ACTIONS(4870), - [anon_sym_private] = ACTIONS(4870), - [anon_sym_internal] = ACTIONS(4870), - [anon_sym_protected] = ACTIONS(4870), - [anon_sym_tailrec] = ACTIONS(4870), - [anon_sym_operator] = ACTIONS(4870), - [anon_sym_infix] = ACTIONS(4870), - [anon_sym_inline] = ACTIONS(4870), - [anon_sym_external] = ACTIONS(4870), - [sym_property_modifier] = ACTIONS(4870), - [anon_sym_abstract] = ACTIONS(4870), - [anon_sym_final] = ACTIONS(4870), - [anon_sym_open] = ACTIONS(4870), - [anon_sym_vararg] = ACTIONS(4870), - [anon_sym_noinline] = ACTIONS(4870), - [anon_sym_crossinline] = ACTIONS(4870), - [anon_sym_expect] = ACTIONS(4870), - [anon_sym_actual] = ACTIONS(4870), + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(7201), + [anon_sym_COMMA] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4298), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4301), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4872), - [sym__automatic_semicolon] = ACTIONS(4872), - [sym_safe_nav] = ACTIONS(4872), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), }, [4042] = { - [sym__alpha_identifier] = ACTIONS(4880), - [anon_sym_AT] = ACTIONS(4882), - [anon_sym_LBRACK] = ACTIONS(4882), - [anon_sym_as] = ACTIONS(4880), - [anon_sym_EQ] = ACTIONS(4880), - [anon_sym_LBRACE] = ACTIONS(4882), - [anon_sym_RBRACE] = ACTIONS(4882), - [anon_sym_LPAREN] = ACTIONS(4882), - [anon_sym_COMMA] = ACTIONS(4882), - [anon_sym_LT] = ACTIONS(4880), - [anon_sym_GT] = ACTIONS(4880), - [anon_sym_where] = ACTIONS(4880), - [anon_sym_DOT] = ACTIONS(4880), - [anon_sym_SEMI] = ACTIONS(4882), - [anon_sym_get] = ACTIONS(4880), - [anon_sym_set] = ACTIONS(4880), - [anon_sym_STAR] = ACTIONS(4880), - [sym_label] = ACTIONS(4882), - [anon_sym_in] = ACTIONS(4880), - [anon_sym_DOT_DOT] = ACTIONS(4882), - [anon_sym_QMARK_COLON] = ACTIONS(4882), - [anon_sym_AMP_AMP] = ACTIONS(4882), - [anon_sym_PIPE_PIPE] = ACTIONS(4882), - [anon_sym_else] = ACTIONS(4880), - [anon_sym_COLON_COLON] = ACTIONS(4882), - [anon_sym_PLUS_EQ] = ACTIONS(4882), - [anon_sym_DASH_EQ] = ACTIONS(4882), - [anon_sym_STAR_EQ] = ACTIONS(4882), - [anon_sym_SLASH_EQ] = ACTIONS(4882), - [anon_sym_PERCENT_EQ] = ACTIONS(4882), - [anon_sym_BANG_EQ] = ACTIONS(4880), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4882), - [anon_sym_EQ_EQ] = ACTIONS(4880), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4882), - [anon_sym_LT_EQ] = ACTIONS(4882), - [anon_sym_GT_EQ] = ACTIONS(4882), - [anon_sym_BANGin] = ACTIONS(4882), - [anon_sym_is] = ACTIONS(4880), - [anon_sym_BANGis] = ACTIONS(4882), - [anon_sym_PLUS] = ACTIONS(4880), - [anon_sym_DASH] = ACTIONS(4880), - [anon_sym_SLASH] = ACTIONS(4880), - [anon_sym_PERCENT] = ACTIONS(4880), - [anon_sym_as_QMARK] = ACTIONS(4882), - [anon_sym_PLUS_PLUS] = ACTIONS(4882), - [anon_sym_DASH_DASH] = ACTIONS(4882), - [anon_sym_BANG_BANG] = ACTIONS(4882), - [anon_sym_suspend] = ACTIONS(4880), - [anon_sym_sealed] = ACTIONS(4880), - [anon_sym_annotation] = ACTIONS(4880), - [anon_sym_data] = ACTIONS(4880), - [anon_sym_inner] = ACTIONS(4880), - [anon_sym_value] = ACTIONS(4880), - [anon_sym_override] = ACTIONS(4880), - [anon_sym_lateinit] = ACTIONS(4880), - [anon_sym_public] = ACTIONS(4880), - [anon_sym_private] = ACTIONS(4880), - [anon_sym_internal] = ACTIONS(4880), - [anon_sym_protected] = ACTIONS(4880), - [anon_sym_tailrec] = ACTIONS(4880), - [anon_sym_operator] = ACTIONS(4880), - [anon_sym_infix] = ACTIONS(4880), - [anon_sym_inline] = ACTIONS(4880), - [anon_sym_external] = ACTIONS(4880), - [sym_property_modifier] = ACTIONS(4880), - [anon_sym_abstract] = ACTIONS(4880), - [anon_sym_final] = ACTIONS(4880), - [anon_sym_open] = ACTIONS(4880), - [anon_sym_vararg] = ACTIONS(4880), - [anon_sym_noinline] = ACTIONS(4880), - [anon_sym_crossinline] = ACTIONS(4880), - [anon_sym_expect] = ACTIONS(4880), - [anon_sym_actual] = ACTIONS(4880), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4882), - [sym__automatic_semicolon] = ACTIONS(4882), - [sym_safe_nav] = ACTIONS(4882), + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(6682), + [anon_sym_COMMA] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(4295), + [anon_sym_fun] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(4295), + [anon_sym_super] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4298), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(4295), + [anon_sym_if] = ACTIONS(4295), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4295), + [anon_sym_try] = ACTIONS(4295), + [anon_sym_throw] = ACTIONS(4295), + [anon_sym_return] = ACTIONS(4295), + [anon_sym_continue] = ACTIONS(4295), + [anon_sym_break] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4301), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(4295), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4298), + [anon_sym_continue_AT] = ACTIONS(4298), + [anon_sym_break_AT] = ACTIONS(4298), + [anon_sym_this_AT] = ACTIONS(4298), + [anon_sym_super_AT] = ACTIONS(4298), + [sym_real_literal] = ACTIONS(4298), + [sym_integer_literal] = ACTIONS(4295), + [sym_hex_literal] = ACTIONS(4298), + [sym_bin_literal] = ACTIONS(4298), + [anon_sym_true] = ACTIONS(4295), + [anon_sym_false] = ACTIONS(4295), + [anon_sym_SQUOTE] = ACTIONS(4298), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4298), }, [4043] = { - [sym__alpha_identifier] = ACTIONS(4888), - [anon_sym_AT] = ACTIONS(4890), - [anon_sym_LBRACK] = ACTIONS(4890), - [anon_sym_as] = ACTIONS(4888), - [anon_sym_EQ] = ACTIONS(4888), - [anon_sym_LBRACE] = ACTIONS(4890), - [anon_sym_RBRACE] = ACTIONS(4890), - [anon_sym_LPAREN] = ACTIONS(4890), - [anon_sym_COMMA] = ACTIONS(4890), - [anon_sym_LT] = ACTIONS(4888), - [anon_sym_GT] = ACTIONS(4888), - [anon_sym_where] = ACTIONS(4888), - [anon_sym_DOT] = ACTIONS(4888), - [anon_sym_SEMI] = ACTIONS(4890), - [anon_sym_get] = ACTIONS(4888), - [anon_sym_set] = ACTIONS(4888), - [anon_sym_STAR] = ACTIONS(4888), - [sym_label] = ACTIONS(4890), - [anon_sym_in] = ACTIONS(4888), - [anon_sym_DOT_DOT] = ACTIONS(4890), - [anon_sym_QMARK_COLON] = ACTIONS(4890), - [anon_sym_AMP_AMP] = ACTIONS(4890), - [anon_sym_PIPE_PIPE] = ACTIONS(4890), - [anon_sym_else] = ACTIONS(4888), - [anon_sym_COLON_COLON] = ACTIONS(4890), - [anon_sym_PLUS_EQ] = ACTIONS(4890), - [anon_sym_DASH_EQ] = ACTIONS(4890), - [anon_sym_STAR_EQ] = ACTIONS(4890), - [anon_sym_SLASH_EQ] = ACTIONS(4890), - [anon_sym_PERCENT_EQ] = ACTIONS(4890), - [anon_sym_BANG_EQ] = ACTIONS(4888), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4890), - [anon_sym_EQ_EQ] = ACTIONS(4888), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4890), - [anon_sym_LT_EQ] = ACTIONS(4890), - [anon_sym_GT_EQ] = ACTIONS(4890), - [anon_sym_BANGin] = ACTIONS(4890), - [anon_sym_is] = ACTIONS(4888), - [anon_sym_BANGis] = ACTIONS(4890), - [anon_sym_PLUS] = ACTIONS(4888), - [anon_sym_DASH] = ACTIONS(4888), - [anon_sym_SLASH] = ACTIONS(4888), - [anon_sym_PERCENT] = ACTIONS(4888), - [anon_sym_as_QMARK] = ACTIONS(4890), - [anon_sym_PLUS_PLUS] = ACTIONS(4890), - [anon_sym_DASH_DASH] = ACTIONS(4890), - [anon_sym_BANG_BANG] = ACTIONS(4890), - [anon_sym_suspend] = ACTIONS(4888), - [anon_sym_sealed] = ACTIONS(4888), - [anon_sym_annotation] = ACTIONS(4888), - [anon_sym_data] = ACTIONS(4888), - [anon_sym_inner] = ACTIONS(4888), - [anon_sym_value] = ACTIONS(4888), - [anon_sym_override] = ACTIONS(4888), - [anon_sym_lateinit] = ACTIONS(4888), - [anon_sym_public] = ACTIONS(4888), - [anon_sym_private] = ACTIONS(4888), - [anon_sym_internal] = ACTIONS(4888), - [anon_sym_protected] = ACTIONS(4888), - [anon_sym_tailrec] = ACTIONS(4888), - [anon_sym_operator] = ACTIONS(4888), - [anon_sym_infix] = ACTIONS(4888), - [anon_sym_inline] = ACTIONS(4888), - [anon_sym_external] = ACTIONS(4888), - [sym_property_modifier] = ACTIONS(4888), - [anon_sym_abstract] = ACTIONS(4888), - [anon_sym_final] = ACTIONS(4888), - [anon_sym_open] = ACTIONS(4888), - [anon_sym_vararg] = ACTIONS(4888), - [anon_sym_noinline] = ACTIONS(4888), - [anon_sym_crossinline] = ACTIONS(4888), - [anon_sym_expect] = ACTIONS(4888), - [anon_sym_actual] = ACTIONS(4888), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4890), - [sym__automatic_semicolon] = ACTIONS(4890), - [sym_safe_nav] = ACTIONS(4890), + [sym_type_constraints] = STATE(4190), + [sym_function_body] = STATE(4033), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4157), + [anon_sym_AT] = ACTIONS(4159), + [anon_sym_COLON] = ACTIONS(7205), + [anon_sym_LBRACK] = ACTIONS(4159), + [anon_sym_as] = ACTIONS(4157), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4159), + [anon_sym_LPAREN] = ACTIONS(4159), + [anon_sym_COMMA] = ACTIONS(4159), + [anon_sym_LT] = ACTIONS(4157), + [anon_sym_GT] = ACTIONS(4157), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4157), + [anon_sym_SEMI] = ACTIONS(4159), + [anon_sym_get] = ACTIONS(4157), + [anon_sym_set] = ACTIONS(4157), + [anon_sym_STAR] = ACTIONS(4159), + [sym_label] = ACTIONS(4159), + [anon_sym_in] = ACTIONS(4157), + [anon_sym_DOT_DOT] = ACTIONS(4159), + [anon_sym_QMARK_COLON] = ACTIONS(4159), + [anon_sym_AMP_AMP] = ACTIONS(4159), + [anon_sym_PIPE_PIPE] = ACTIONS(4159), + [anon_sym_else] = ACTIONS(4157), + [anon_sym_COLON_COLON] = ACTIONS(4159), + [anon_sym_BANG_EQ] = ACTIONS(4157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4159), + [anon_sym_EQ_EQ] = ACTIONS(4157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4159), + [anon_sym_LT_EQ] = ACTIONS(4159), + [anon_sym_GT_EQ] = ACTIONS(4159), + [anon_sym_BANGin] = ACTIONS(4159), + [anon_sym_is] = ACTIONS(4157), + [anon_sym_BANGis] = ACTIONS(4159), + [anon_sym_PLUS] = ACTIONS(4157), + [anon_sym_DASH] = ACTIONS(4157), + [anon_sym_SLASH] = ACTIONS(4157), + [anon_sym_PERCENT] = ACTIONS(4159), + [anon_sym_as_QMARK] = ACTIONS(4159), + [anon_sym_PLUS_PLUS] = ACTIONS(4159), + [anon_sym_DASH_DASH] = ACTIONS(4159), + [anon_sym_BANG_BANG] = ACTIONS(4159), + [anon_sym_suspend] = ACTIONS(4157), + [anon_sym_sealed] = ACTIONS(4157), + [anon_sym_annotation] = ACTIONS(4157), + [anon_sym_data] = ACTIONS(4157), + [anon_sym_inner] = ACTIONS(4157), + [anon_sym_value] = ACTIONS(4157), + [anon_sym_override] = ACTIONS(4157), + [anon_sym_lateinit] = ACTIONS(4157), + [anon_sym_public] = ACTIONS(4157), + [anon_sym_private] = ACTIONS(4157), + [anon_sym_internal] = ACTIONS(4157), + [anon_sym_protected] = ACTIONS(4157), + [anon_sym_tailrec] = ACTIONS(4157), + [anon_sym_operator] = ACTIONS(4157), + [anon_sym_infix] = ACTIONS(4157), + [anon_sym_inline] = ACTIONS(4157), + [anon_sym_external] = ACTIONS(4157), + [sym_property_modifier] = ACTIONS(4157), + [anon_sym_abstract] = ACTIONS(4157), + [anon_sym_final] = ACTIONS(4157), + [anon_sym_open] = ACTIONS(4157), + [anon_sym_vararg] = ACTIONS(4157), + [anon_sym_noinline] = ACTIONS(4157), + [anon_sym_crossinline] = ACTIONS(4157), + [anon_sym_expect] = ACTIONS(4157), + [anon_sym_actual] = ACTIONS(4157), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4159), + [sym__automatic_semicolon] = ACTIONS(4159), + [sym_safe_nav] = ACTIONS(4159), [sym_multiline_comment] = ACTIONS(3), }, [4044] = { - [sym__alpha_identifier] = ACTIONS(4910), - [anon_sym_AT] = ACTIONS(4912), - [anon_sym_LBRACK] = ACTIONS(4912), - [anon_sym_as] = ACTIONS(4910), - [anon_sym_EQ] = ACTIONS(4910), - [anon_sym_LBRACE] = ACTIONS(4912), - [anon_sym_RBRACE] = ACTIONS(4912), - [anon_sym_LPAREN] = ACTIONS(4912), - [anon_sym_COMMA] = ACTIONS(4912), - [anon_sym_LT] = ACTIONS(4910), - [anon_sym_GT] = ACTIONS(4910), - [anon_sym_where] = ACTIONS(4910), - [anon_sym_DOT] = ACTIONS(4910), - [anon_sym_SEMI] = ACTIONS(4912), - [anon_sym_get] = ACTIONS(4910), - [anon_sym_set] = ACTIONS(4910), - [anon_sym_STAR] = ACTIONS(4910), - [sym_label] = ACTIONS(4912), - [anon_sym_in] = ACTIONS(4910), - [anon_sym_DOT_DOT] = ACTIONS(4912), - [anon_sym_QMARK_COLON] = ACTIONS(4912), - [anon_sym_AMP_AMP] = ACTIONS(4912), - [anon_sym_PIPE_PIPE] = ACTIONS(4912), - [anon_sym_else] = ACTIONS(4910), - [anon_sym_COLON_COLON] = ACTIONS(4912), - [anon_sym_PLUS_EQ] = ACTIONS(4912), - [anon_sym_DASH_EQ] = ACTIONS(4912), - [anon_sym_STAR_EQ] = ACTIONS(4912), - [anon_sym_SLASH_EQ] = ACTIONS(4912), - [anon_sym_PERCENT_EQ] = ACTIONS(4912), - [anon_sym_BANG_EQ] = ACTIONS(4910), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4912), - [anon_sym_EQ_EQ] = ACTIONS(4910), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4912), - [anon_sym_LT_EQ] = ACTIONS(4912), - [anon_sym_GT_EQ] = ACTIONS(4912), - [anon_sym_BANGin] = ACTIONS(4912), - [anon_sym_is] = ACTIONS(4910), - [anon_sym_BANGis] = ACTIONS(4912), - [anon_sym_PLUS] = ACTIONS(4910), - [anon_sym_DASH] = ACTIONS(4910), - [anon_sym_SLASH] = ACTIONS(4910), - [anon_sym_PERCENT] = ACTIONS(4910), - [anon_sym_as_QMARK] = ACTIONS(4912), - [anon_sym_PLUS_PLUS] = ACTIONS(4912), - [anon_sym_DASH_DASH] = ACTIONS(4912), - [anon_sym_BANG_BANG] = ACTIONS(4912), - [anon_sym_suspend] = ACTIONS(4910), - [anon_sym_sealed] = ACTIONS(4910), - [anon_sym_annotation] = ACTIONS(4910), - [anon_sym_data] = ACTIONS(4910), - [anon_sym_inner] = ACTIONS(4910), - [anon_sym_value] = ACTIONS(4910), - [anon_sym_override] = ACTIONS(4910), - [anon_sym_lateinit] = ACTIONS(4910), - [anon_sym_public] = ACTIONS(4910), - [anon_sym_private] = ACTIONS(4910), - [anon_sym_internal] = ACTIONS(4910), - [anon_sym_protected] = ACTIONS(4910), - [anon_sym_tailrec] = ACTIONS(4910), - [anon_sym_operator] = ACTIONS(4910), - [anon_sym_infix] = ACTIONS(4910), - [anon_sym_inline] = ACTIONS(4910), - [anon_sym_external] = ACTIONS(4910), - [sym_property_modifier] = ACTIONS(4910), - [anon_sym_abstract] = ACTIONS(4910), - [anon_sym_final] = ACTIONS(4910), - [anon_sym_open] = ACTIONS(4910), - [anon_sym_vararg] = ACTIONS(4910), - [anon_sym_noinline] = ACTIONS(4910), - [anon_sym_crossinline] = ACTIONS(4910), - [anon_sym_expect] = ACTIONS(4910), - [anon_sym_actual] = ACTIONS(4910), + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_EQ] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_RPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(7209), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4930), + [sym_label] = ACTIONS(4932), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_while] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_else] = ACTIONS(7211), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_PLUS_EQ] = ACTIONS(4932), + [anon_sym_DASH_EQ] = ACTIONS(4932), + [anon_sym_STAR_EQ] = ACTIONS(4932), + [anon_sym_SLASH_EQ] = ACTIONS(4932), + [anon_sym_PERCENT_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4930), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), + [sym_multiline_comment] = ACTIONS(3), + }, + [4045] = { + [sym_type_constraints] = STATE(4149), + [sym_function_body] = STATE(3841), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_COLON] = ACTIONS(7213), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + }, + [4046] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_where] = ACTIONS(4930), + [anon_sym_object] = ACTIONS(4930), + [anon_sym_fun] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(7215), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_this] = ACTIONS(4930), + [anon_sym_super] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4932), + [sym_label] = ACTIONS(4930), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_null] = ACTIONS(4930), + [anon_sym_if] = ACTIONS(4930), + [anon_sym_else] = ACTIONS(7217), + [anon_sym_when] = ACTIONS(4930), + [anon_sym_try] = ACTIONS(4930), + [anon_sym_throw] = ACTIONS(4930), + [anon_sym_return] = ACTIONS(4930), + [anon_sym_continue] = ACTIONS(4930), + [anon_sym_break] = ACTIONS(4930), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG] = ACTIONS(4930), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4932), + [anon_sym_continue_AT] = ACTIONS(4932), + [anon_sym_break_AT] = ACTIONS(4932), + [anon_sym_this_AT] = ACTIONS(4932), + [anon_sym_super_AT] = ACTIONS(4932), + [sym_real_literal] = ACTIONS(4932), + [sym_integer_literal] = ACTIONS(4930), + [sym_hex_literal] = ACTIONS(4932), + [sym_bin_literal] = ACTIONS(4932), + [anon_sym_true] = ACTIONS(4930), + [anon_sym_false] = ACTIONS(4930), + [anon_sym_SQUOTE] = ACTIONS(4932), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4932), + }, + [4047] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_where] = ACTIONS(4930), + [anon_sym_object] = ACTIONS(4930), + [anon_sym_fun] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(4932), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_this] = ACTIONS(4930), + [anon_sym_super] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4932), + [sym_label] = ACTIONS(4930), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_null] = ACTIONS(4930), + [anon_sym_if] = ACTIONS(4930), + [anon_sym_else] = ACTIONS(7217), + [anon_sym_when] = ACTIONS(4930), + [anon_sym_try] = ACTIONS(4930), + [anon_sym_throw] = ACTIONS(4930), + [anon_sym_return] = ACTIONS(4930), + [anon_sym_continue] = ACTIONS(4930), + [anon_sym_break] = ACTIONS(4930), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG] = ACTIONS(4930), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4912), - [sym__automatic_semicolon] = ACTIONS(4912), - [sym_safe_nav] = ACTIONS(4912), + [anon_sym_return_AT] = ACTIONS(4932), + [anon_sym_continue_AT] = ACTIONS(4932), + [anon_sym_break_AT] = ACTIONS(4932), + [anon_sym_this_AT] = ACTIONS(4932), + [anon_sym_super_AT] = ACTIONS(4932), + [sym_real_literal] = ACTIONS(4932), + [sym_integer_literal] = ACTIONS(4930), + [sym_hex_literal] = ACTIONS(4932), + [sym_bin_literal] = ACTIONS(4932), + [anon_sym_true] = ACTIONS(4930), + [anon_sym_false] = ACTIONS(4930), + [anon_sym_SQUOTE] = ACTIONS(4932), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4932), }, - [4045] = { + [4048] = { + [sym_type_constraints] = STATE(4153), + [sym_function_body] = STATE(3869), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(7219), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + }, + [4049] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1828), + [sym__comparison_operator] = STATE(1827), + [sym__in_operator] = STATE(1822), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1821), + [sym__multiplicative_operator] = STATE(1820), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1819), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3146), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3148), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7221), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7223), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7225), + [anon_sym_DOT_DOT] = ACTIONS(7227), + [anon_sym_QMARK_COLON] = ACTIONS(7229), + [anon_sym_AMP_AMP] = ACTIONS(7231), + [anon_sym_PIPE_PIPE] = ACTIONS(7233), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3148), + [anon_sym_DASH_EQ] = ACTIONS(3148), + [anon_sym_STAR_EQ] = ACTIONS(3148), + [anon_sym_SLASH_EQ] = ACTIONS(3148), + [anon_sym_PERCENT_EQ] = ACTIONS(3148), + [anon_sym_BANG_EQ] = ACTIONS(7235), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7237), + [anon_sym_EQ_EQ] = ACTIONS(7235), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7237), + [anon_sym_LT_EQ] = ACTIONS(7239), + [anon_sym_GT_EQ] = ACTIONS(7239), + [anon_sym_BANGin] = ACTIONS(7241), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7243), + [anon_sym_DASH] = ACTIONS(7243), + [anon_sym_SLASH] = ACTIONS(7223), + [anon_sym_PERCENT] = ACTIONS(7223), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3148), + [sym_safe_nav] = ACTIONS(7081), + [sym_multiline_comment] = ACTIONS(3), + }, + [4050] = { + [sym_type_constraints] = STATE(4161), + [sym_function_body] = STATE(4023), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_COLON] = ACTIONS(7245), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4153), + [sym_label] = ACTIONS(4153), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4153), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), + [sym_multiline_comment] = ACTIONS(3), + }, + [4051] = { [sym__alpha_identifier] = ACTIONS(4289), [anon_sym_AT] = ACTIONS(4287), [anon_sym_LBRACK] = ACTIONS(4287), [anon_sym_as] = ACTIONS(4289), [anon_sym_LBRACE] = ACTIONS(4287), [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(7213), + [anon_sym_LPAREN] = ACTIONS(7247), [anon_sym_COMMA] = ACTIONS(4287), [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), @@ -448407,2012 +448831,2492 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_multiline_comment] = ACTIONS(3), [sym__string_start] = ACTIONS(4287), }, - [4046] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1825), - [sym__comparison_operator] = STATE(1823), - [sym__in_operator] = STATE(1822), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1821), - [sym__multiplicative_operator] = STATE(1820), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1818), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3117), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3119), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7215), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7217), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7219), - [anon_sym_DOT_DOT] = ACTIONS(7221), - [anon_sym_QMARK_COLON] = ACTIONS(7223), - [anon_sym_AMP_AMP] = ACTIONS(3119), - [anon_sym_PIPE_PIPE] = ACTIONS(3119), - [anon_sym_else] = ACTIONS(3117), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3119), - [anon_sym_DASH_EQ] = ACTIONS(3119), - [anon_sym_STAR_EQ] = ACTIONS(3119), - [anon_sym_SLASH_EQ] = ACTIONS(3119), - [anon_sym_PERCENT_EQ] = ACTIONS(3119), - [anon_sym_BANG_EQ] = ACTIONS(7225), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7227), - [anon_sym_EQ_EQ] = ACTIONS(7225), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7227), - [anon_sym_LT_EQ] = ACTIONS(7229), - [anon_sym_GT_EQ] = ACTIONS(7229), - [anon_sym_BANGin] = ACTIONS(7231), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7233), - [anon_sym_DASH] = ACTIONS(7233), - [anon_sym_SLASH] = ACTIONS(7217), - [anon_sym_PERCENT] = ACTIONS(7217), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3119), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [4047] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1825), - [sym__comparison_operator] = STATE(1823), - [sym__in_operator] = STATE(1822), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1821), - [sym__multiplicative_operator] = STATE(1820), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1818), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(3175), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3175), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(7217), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(7221), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3177), - [anon_sym_DASH_EQ] = ACTIONS(3177), - [anon_sym_STAR_EQ] = ACTIONS(3177), - [anon_sym_SLASH_EQ] = ACTIONS(3177), - [anon_sym_PERCENT_EQ] = ACTIONS(3177), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(7233), - [anon_sym_DASH] = ACTIONS(7233), - [anon_sym_SLASH] = ACTIONS(7217), - [anon_sym_PERCENT] = ACTIONS(7217), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3177), - [sym__automatic_semicolon] = ACTIONS(3177), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [4048] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1825), - [sym__comparison_operator] = STATE(1823), + [4052] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1828), + [sym__comparison_operator] = STATE(1827), [sym__in_operator] = STATE(1822), - [sym__is_operator] = STATE(6149), + [sym__is_operator] = STATE(5945), [sym__additive_operator] = STATE(1821), [sym__multiplicative_operator] = STATE(1820), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1818), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1819), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(3088), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_EQ] = ACTIONS(3088), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_RBRACE] = ACTIONS(3090), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7215), - [anon_sym_DOT] = ACTIONS(7045), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_DOT] = ACTIONS(7065), [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7217), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7219), - [anon_sym_DOT_DOT] = ACTIONS(7221), - [anon_sym_QMARK_COLON] = ACTIONS(7223), - [anon_sym_AMP_AMP] = ACTIONS(7235), - [anon_sym_PIPE_PIPE] = ACTIONS(7237), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(7223), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_DOT_DOT] = ACTIONS(7227), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), [anon_sym_else] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(7061), + [anon_sym_COLON_COLON] = ACTIONS(7081), [anon_sym_PLUS_EQ] = ACTIONS(3090), [anon_sym_DASH_EQ] = ACTIONS(3090), [anon_sym_STAR_EQ] = ACTIONS(3090), [anon_sym_SLASH_EQ] = ACTIONS(3090), [anon_sym_PERCENT_EQ] = ACTIONS(3090), - [anon_sym_BANG_EQ] = ACTIONS(7225), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7227), - [anon_sym_EQ_EQ] = ACTIONS(7225), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7227), - [anon_sym_LT_EQ] = ACTIONS(7229), - [anon_sym_GT_EQ] = ACTIONS(7229), - [anon_sym_BANGin] = ACTIONS(7231), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7233), - [anon_sym_DASH] = ACTIONS(7233), - [anon_sym_SLASH] = ACTIONS(7217), - [anon_sym_PERCENT] = ACTIONS(7217), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), + [anon_sym_PLUS] = ACTIONS(7243), + [anon_sym_DASH] = ACTIONS(7243), + [anon_sym_SLASH] = ACTIONS(7223), + [anon_sym_PERCENT] = ACTIONS(7223), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3090), [sym__automatic_semicolon] = ACTIONS(3090), - [sym_safe_nav] = ACTIONS(7061), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4049] = { - [sym_value_arguments] = STATE(3531), - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_RBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_RPAREN] = ACTIONS(4507), - [anon_sym_by] = ACTIONS(7239), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4507), - [anon_sym_DASH_GT] = ACTIONS(4507), - [sym_label] = ACTIONS(4507), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_while] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4507), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_suspend] = ACTIONS(4505), - [anon_sym_sealed] = ACTIONS(4505), - [anon_sym_annotation] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_override] = ACTIONS(4505), - [anon_sym_lateinit] = ACTIONS(4505), - [anon_sym_public] = ACTIONS(4505), - [anon_sym_private] = ACTIONS(4505), - [anon_sym_internal] = ACTIONS(4505), - [anon_sym_protected] = ACTIONS(4505), - [anon_sym_tailrec] = ACTIONS(4505), - [anon_sym_operator] = ACTIONS(4505), - [anon_sym_infix] = ACTIONS(4505), - [anon_sym_inline] = ACTIONS(4505), - [anon_sym_external] = ACTIONS(4505), - [sym_property_modifier] = ACTIONS(4505), - [anon_sym_abstract] = ACTIONS(4505), - [anon_sym_final] = ACTIONS(4505), - [anon_sym_open] = ACTIONS(4505), - [anon_sym_vararg] = ACTIONS(4505), - [anon_sym_noinline] = ACTIONS(4505), - [anon_sym_crossinline] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), + [4053] = { + [sym_class_body] = STATE(3151), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_COLON] = ACTIONS(7249), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(3210), + [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_value] = 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), + [anon_sym_this_AT] = ACTIONS(4424), + [anon_sym_super_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), + }, + [4054] = { + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4301), + [anon_sym_LBRACK] = ACTIONS(4301), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4301), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(7251), + [anon_sym_COMMA] = ACTIONS(4301), + [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(4301), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_this] = ACTIONS(4303), + [anon_sym_super] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4301), + [sym_label] = ACTIONS(4303), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [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(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4301), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4301), + [anon_sym_DASH_DASH] = ACTIONS(4301), + [anon_sym_BANG] = ACTIONS(4303), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_value] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4301), + [anon_sym_continue_AT] = ACTIONS(4301), + [anon_sym_break_AT] = ACTIONS(4301), + [anon_sym_this_AT] = ACTIONS(4301), + [anon_sym_super_AT] = ACTIONS(4301), + [sym_real_literal] = ACTIONS(4301), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4301), + [sym_bin_literal] = ACTIONS(4301), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4301), + [sym__backtick_identifier] = ACTIONS(4301), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4301), }, - [4050] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1825), - [sym__comparison_operator] = STATE(1823), + [4055] = { + [sym_class_body] = STATE(3197), + [sym__alpha_identifier] = ACTIONS(4450), + [anon_sym_AT] = ACTIONS(4452), + [anon_sym_COLON] = ACTIONS(7253), + [anon_sym_LBRACK] = ACTIONS(4452), + [anon_sym_as] = ACTIONS(4450), + [anon_sym_LBRACE] = ACTIONS(3210), + [anon_sym_RBRACE] = ACTIONS(4452), + [anon_sym_LPAREN] = ACTIONS(4452), + [anon_sym_LT] = ACTIONS(4450), + [anon_sym_GT] = ACTIONS(4450), + [anon_sym_object] = ACTIONS(4450), + [anon_sym_fun] = ACTIONS(4450), + [anon_sym_DOT] = ACTIONS(4450), + [anon_sym_SEMI] = ACTIONS(4452), + [anon_sym_get] = ACTIONS(4450), + [anon_sym_set] = ACTIONS(4450), + [anon_sym_this] = ACTIONS(4450), + [anon_sym_super] = ACTIONS(4450), + [anon_sym_STAR] = ACTIONS(4452), + [sym_label] = ACTIONS(4450), + [anon_sym_in] = ACTIONS(4450), + [anon_sym_DOT_DOT] = ACTIONS(4452), + [anon_sym_QMARK_COLON] = ACTIONS(4452), + [anon_sym_AMP_AMP] = ACTIONS(4452), + [anon_sym_PIPE_PIPE] = ACTIONS(4452), + [anon_sym_null] = ACTIONS(4450), + [anon_sym_if] = ACTIONS(4450), + [anon_sym_else] = ACTIONS(4450), + [anon_sym_when] = ACTIONS(4450), + [anon_sym_try] = ACTIONS(4450), + [anon_sym_throw] = ACTIONS(4450), + [anon_sym_return] = ACTIONS(4450), + [anon_sym_continue] = ACTIONS(4450), + [anon_sym_break] = ACTIONS(4450), + [anon_sym_COLON_COLON] = ACTIONS(4452), + [anon_sym_BANG_EQ] = ACTIONS(4450), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4452), + [anon_sym_EQ_EQ] = ACTIONS(4450), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4452), + [anon_sym_LT_EQ] = ACTIONS(4452), + [anon_sym_GT_EQ] = ACTIONS(4452), + [anon_sym_BANGin] = ACTIONS(4452), + [anon_sym_is] = ACTIONS(4450), + [anon_sym_BANGis] = ACTIONS(4452), + [anon_sym_PLUS] = ACTIONS(4450), + [anon_sym_DASH] = ACTIONS(4450), + [anon_sym_SLASH] = ACTIONS(4450), + [anon_sym_PERCENT] = ACTIONS(4452), + [anon_sym_as_QMARK] = ACTIONS(4452), + [anon_sym_PLUS_PLUS] = ACTIONS(4452), + [anon_sym_DASH_DASH] = ACTIONS(4452), + [anon_sym_BANG] = ACTIONS(4450), + [anon_sym_BANG_BANG] = ACTIONS(4452), + [anon_sym_data] = ACTIONS(4450), + [anon_sym_inner] = ACTIONS(4450), + [anon_sym_value] = ACTIONS(4450), + [anon_sym_expect] = ACTIONS(4450), + [anon_sym_actual] = ACTIONS(4450), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4452), + [anon_sym_continue_AT] = ACTIONS(4452), + [anon_sym_break_AT] = ACTIONS(4452), + [anon_sym_this_AT] = ACTIONS(4452), + [anon_sym_super_AT] = ACTIONS(4452), + [sym_real_literal] = ACTIONS(4452), + [sym_integer_literal] = ACTIONS(4450), + [sym_hex_literal] = ACTIONS(4452), + [sym_bin_literal] = ACTIONS(4452), + [anon_sym_true] = ACTIONS(4450), + [anon_sym_false] = ACTIONS(4450), + [anon_sym_SQUOTE] = ACTIONS(4452), + [sym__backtick_identifier] = ACTIONS(4452), + [sym__automatic_semicolon] = ACTIONS(4452), + [sym_safe_nav] = ACTIONS(4452), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4452), + }, + [4056] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1828), + [sym__comparison_operator] = STATE(1827), [sym__in_operator] = STATE(1822), - [sym__is_operator] = STATE(6149), + [sym__is_operator] = STATE(5945), [sym__additive_operator] = STATE(1821), [sym__multiplicative_operator] = STATE(1820), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1818), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1819), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3156), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3142), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3158), - [anon_sym_LPAREN] = ACTIONS(7041), + [anon_sym_RBRACE] = ACTIONS(3144), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7215), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7217), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7219), - [anon_sym_DOT_DOT] = ACTIONS(7221), - [anon_sym_QMARK_COLON] = ACTIONS(7223), - [anon_sym_AMP_AMP] = ACTIONS(7235), - [anon_sym_PIPE_PIPE] = ACTIONS(7237), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3158), - [anon_sym_DASH_EQ] = ACTIONS(3158), - [anon_sym_STAR_EQ] = ACTIONS(3158), - [anon_sym_SLASH_EQ] = ACTIONS(3158), - [anon_sym_PERCENT_EQ] = ACTIONS(3158), - [anon_sym_BANG_EQ] = ACTIONS(7225), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7227), - [anon_sym_EQ_EQ] = ACTIONS(7225), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7227), - [anon_sym_LT_EQ] = ACTIONS(7229), - [anon_sym_GT_EQ] = ACTIONS(7229), - [anon_sym_BANGin] = ACTIONS(7231), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7233), - [anon_sym_DASH] = ACTIONS(7233), - [anon_sym_SLASH] = ACTIONS(7217), - [anon_sym_PERCENT] = ACTIONS(7217), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7221), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7223), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7225), + [anon_sym_DOT_DOT] = ACTIONS(7227), + [anon_sym_QMARK_COLON] = ACTIONS(7229), + [anon_sym_AMP_AMP] = ACTIONS(7231), + [anon_sym_PIPE_PIPE] = ACTIONS(7233), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3144), + [anon_sym_DASH_EQ] = ACTIONS(3144), + [anon_sym_STAR_EQ] = ACTIONS(3144), + [anon_sym_SLASH_EQ] = ACTIONS(3144), + [anon_sym_PERCENT_EQ] = ACTIONS(3144), + [anon_sym_BANG_EQ] = ACTIONS(7235), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7237), + [anon_sym_EQ_EQ] = ACTIONS(7235), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7237), + [anon_sym_LT_EQ] = ACTIONS(7239), + [anon_sym_GT_EQ] = ACTIONS(7239), + [anon_sym_BANGin] = ACTIONS(7241), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7243), + [anon_sym_DASH] = ACTIONS(7243), + [anon_sym_SLASH] = ACTIONS(7223), + [anon_sym_PERCENT] = ACTIONS(7223), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3158), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3144), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4051] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1825), - [sym__comparison_operator] = STATE(1823), + [4057] = { + [sym__alpha_identifier] = ACTIONS(4838), + [anon_sym_AT] = ACTIONS(4840), + [anon_sym_LBRACK] = ACTIONS(4840), + [anon_sym_as] = ACTIONS(4838), + [anon_sym_LBRACE] = ACTIONS(4840), + [anon_sym_RBRACE] = ACTIONS(4840), + [anon_sym_LPAREN] = ACTIONS(7255), + [anon_sym_COMMA] = ACTIONS(4840), + [anon_sym_LT] = ACTIONS(4838), + [anon_sym_GT] = ACTIONS(4838), + [anon_sym_where] = ACTIONS(4838), + [anon_sym_object] = ACTIONS(4838), + [anon_sym_fun] = ACTIONS(4838), + [anon_sym_DOT] = ACTIONS(4838), + [anon_sym_SEMI] = ACTIONS(4840), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4838), + [anon_sym_this] = ACTIONS(4838), + [anon_sym_super] = ACTIONS(4838), + [anon_sym_STAR] = ACTIONS(4840), + [sym_label] = ACTIONS(4838), + [anon_sym_in] = ACTIONS(4838), + [anon_sym_DOT_DOT] = ACTIONS(4840), + [anon_sym_QMARK_COLON] = ACTIONS(4840), + [anon_sym_AMP_AMP] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4840), + [anon_sym_null] = ACTIONS(4838), + [anon_sym_if] = ACTIONS(4838), + [anon_sym_else] = ACTIONS(4838), + [anon_sym_when] = ACTIONS(4838), + [anon_sym_try] = ACTIONS(4838), + [anon_sym_throw] = ACTIONS(4838), + [anon_sym_return] = ACTIONS(4838), + [anon_sym_continue] = ACTIONS(4838), + [anon_sym_break] = ACTIONS(4838), + [anon_sym_COLON_COLON] = ACTIONS(4840), + [anon_sym_BANG_EQ] = ACTIONS(4838), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4840), + [anon_sym_EQ_EQ] = ACTIONS(4838), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4840), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4840), + [anon_sym_BANGin] = ACTIONS(4840), + [anon_sym_is] = ACTIONS(4838), + [anon_sym_BANGis] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4838), + [anon_sym_SLASH] = ACTIONS(4838), + [anon_sym_PERCENT] = ACTIONS(4840), + [anon_sym_as_QMARK] = ACTIONS(4840), + [anon_sym_PLUS_PLUS] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4840), + [anon_sym_BANG] = ACTIONS(4838), + [anon_sym_BANG_BANG] = ACTIONS(4840), + [anon_sym_data] = ACTIONS(4838), + [anon_sym_inner] = ACTIONS(4838), + [anon_sym_value] = ACTIONS(4838), + [anon_sym_expect] = ACTIONS(4838), + [anon_sym_actual] = ACTIONS(4838), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4840), + [anon_sym_continue_AT] = ACTIONS(4840), + [anon_sym_break_AT] = ACTIONS(4840), + [anon_sym_this_AT] = ACTIONS(4840), + [anon_sym_super_AT] = ACTIONS(4840), + [sym_real_literal] = ACTIONS(4840), + [sym_integer_literal] = ACTIONS(4838), + [sym_hex_literal] = ACTIONS(4840), + [sym_bin_literal] = ACTIONS(4840), + [anon_sym_true] = ACTIONS(4838), + [anon_sym_false] = ACTIONS(4838), + [anon_sym_SQUOTE] = ACTIONS(4840), + [sym__backtick_identifier] = ACTIONS(4840), + [sym__automatic_semicolon] = ACTIONS(4840), + [sym_safe_nav] = ACTIONS(4840), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4840), + }, + [4058] = { + [sym__alpha_identifier] = ACTIONS(4848), + [anon_sym_AT] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_as] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_LPAREN] = ACTIONS(7257), + [anon_sym_COMMA] = ACTIONS(4850), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_where] = ACTIONS(4848), + [anon_sym_object] = ACTIONS(4848), + [anon_sym_fun] = ACTIONS(4848), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym_get] = ACTIONS(4848), + [anon_sym_set] = ACTIONS(4848), + [anon_sym_this] = ACTIONS(4848), + [anon_sym_super] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4850), + [sym_label] = ACTIONS(4848), + [anon_sym_in] = ACTIONS(4848), + [anon_sym_DOT_DOT] = ACTIONS(4850), + [anon_sym_QMARK_COLON] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_null] = ACTIONS(4848), + [anon_sym_if] = ACTIONS(4848), + [anon_sym_else] = ACTIONS(4848), + [anon_sym_when] = ACTIONS(4848), + [anon_sym_try] = ACTIONS(4848), + [anon_sym_throw] = ACTIONS(4848), + [anon_sym_return] = ACTIONS(4848), + [anon_sym_continue] = ACTIONS(4848), + [anon_sym_break] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4850), + [anon_sym_EQ_EQ] = ACTIONS(4848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_BANGin] = ACTIONS(4850), + [anon_sym_is] = ACTIONS(4848), + [anon_sym_BANGis] = ACTIONS(4850), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4850), + [anon_sym_as_QMARK] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_BANG] = ACTIONS(4848), + [anon_sym_BANG_BANG] = ACTIONS(4850), + [anon_sym_data] = ACTIONS(4848), + [anon_sym_inner] = ACTIONS(4848), + [anon_sym_value] = ACTIONS(4848), + [anon_sym_expect] = ACTIONS(4848), + [anon_sym_actual] = ACTIONS(4848), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4850), + [anon_sym_continue_AT] = ACTIONS(4850), + [anon_sym_break_AT] = ACTIONS(4850), + [anon_sym_this_AT] = ACTIONS(4850), + [anon_sym_super_AT] = ACTIONS(4850), + [sym_real_literal] = ACTIONS(4850), + [sym_integer_literal] = ACTIONS(4848), + [sym_hex_literal] = ACTIONS(4850), + [sym_bin_literal] = ACTIONS(4850), + [anon_sym_true] = ACTIONS(4848), + [anon_sym_false] = ACTIONS(4848), + [anon_sym_SQUOTE] = ACTIONS(4850), + [sym__backtick_identifier] = ACTIONS(4850), + [sym__automatic_semicolon] = ACTIONS(4850), + [sym_safe_nav] = ACTIONS(4850), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4850), + }, + [4059] = { + [sym_type_constraints] = STATE(4191), + [sym_function_body] = STATE(3907), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_COLON] = ACTIONS(7259), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + }, + [4060] = { + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4301), + [anon_sym_LBRACK] = ACTIONS(4301), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4301), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(7261), + [anon_sym_RPAREN] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4301), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4301), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [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(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4301), + [anon_sym_DASH_DASH] = ACTIONS(4301), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [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_value] = 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(4301), + [sym_safe_nav] = ACTIONS(4301), + [sym_multiline_comment] = ACTIONS(3), + }, + [4061] = { + [sym__alpha_identifier] = ACTIONS(4289), + [anon_sym_AT] = ACTIONS(4287), + [anon_sym_LBRACK] = ACTIONS(4287), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_EQ] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4287), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(7263), + [anon_sym_RPAREN] = ACTIONS(4287), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4289), + [anon_sym_set] = ACTIONS(4289), + [anon_sym_STAR] = ACTIONS(4289), + [sym_label] = ACTIONS(4287), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_while] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_else] = ACTIONS(4289), + [anon_sym_COLON_COLON] = ACTIONS(4287), + [anon_sym_PLUS_EQ] = ACTIONS(4287), + [anon_sym_DASH_EQ] = ACTIONS(4287), + [anon_sym_STAR_EQ] = ACTIONS(4287), + [anon_sym_SLASH_EQ] = ACTIONS(4287), + [anon_sym_PERCENT_EQ] = ACTIONS(4287), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4289), + [anon_sym_DASH] = ACTIONS(4289), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4289), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4287), + [anon_sym_DASH_DASH] = ACTIONS(4287), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_suspend] = ACTIONS(4289), + [anon_sym_sealed] = ACTIONS(4289), + [anon_sym_annotation] = ACTIONS(4289), + [anon_sym_data] = ACTIONS(4289), + [anon_sym_inner] = ACTIONS(4289), + [anon_sym_value] = ACTIONS(4289), + [anon_sym_override] = ACTIONS(4289), + [anon_sym_lateinit] = ACTIONS(4289), + [anon_sym_public] = ACTIONS(4289), + [anon_sym_private] = ACTIONS(4289), + [anon_sym_internal] = ACTIONS(4289), + [anon_sym_protected] = ACTIONS(4289), + [anon_sym_tailrec] = ACTIONS(4289), + [anon_sym_operator] = ACTIONS(4289), + [anon_sym_infix] = ACTIONS(4289), + [anon_sym_inline] = ACTIONS(4289), + [anon_sym_external] = ACTIONS(4289), + [sym_property_modifier] = ACTIONS(4289), + [anon_sym_abstract] = ACTIONS(4289), + [anon_sym_final] = ACTIONS(4289), + [anon_sym_open] = ACTIONS(4289), + [anon_sym_vararg] = ACTIONS(4289), + [anon_sym_noinline] = ACTIONS(4289), + [anon_sym_crossinline] = ACTIONS(4289), + [anon_sym_expect] = ACTIONS(4289), + [anon_sym_actual] = ACTIONS(4289), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4287), + [sym_safe_nav] = ACTIONS(4287), + [sym_multiline_comment] = ACTIONS(3), + }, + [4062] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1828), + [sym__comparison_operator] = STATE(1827), + [sym__in_operator] = STATE(1822), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1821), + [sym__multiplicative_operator] = STATE(1820), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1819), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(3128), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3128), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(7223), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3130), + [anon_sym_DASH_EQ] = ACTIONS(3130), + [anon_sym_STAR_EQ] = ACTIONS(3130), + [anon_sym_SLASH_EQ] = ACTIONS(3130), + [anon_sym_PERCENT_EQ] = ACTIONS(3130), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(7223), + [anon_sym_PERCENT] = ACTIONS(7223), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3130), + [sym__automatic_semicolon] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(7081), + [sym_multiline_comment] = ACTIONS(3), + }, + [4063] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1828), + [sym__comparison_operator] = STATE(1827), [sym__in_operator] = STATE(1822), - [sym__is_operator] = STATE(6149), + [sym__is_operator] = STATE(5945), [sym__additive_operator] = STATE(1821), [sym__multiplicative_operator] = STATE(1820), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1818), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1819), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3140), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3154), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3142), - [anon_sym_LPAREN] = ACTIONS(7041), + [anon_sym_RBRACE] = ACTIONS(3156), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7215), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7217), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7219), - [anon_sym_DOT_DOT] = ACTIONS(7221), - [anon_sym_QMARK_COLON] = ACTIONS(7223), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3142), - [anon_sym_DASH_EQ] = ACTIONS(3142), - [anon_sym_STAR_EQ] = ACTIONS(3142), - [anon_sym_SLASH_EQ] = ACTIONS(3142), - [anon_sym_PERCENT_EQ] = ACTIONS(3142), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), - [anon_sym_LT_EQ] = ACTIONS(7229), - [anon_sym_GT_EQ] = ACTIONS(7229), - [anon_sym_BANGin] = ACTIONS(7231), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7233), - [anon_sym_DASH] = ACTIONS(7233), - [anon_sym_SLASH] = ACTIONS(7217), - [anon_sym_PERCENT] = ACTIONS(7217), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7221), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7223), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7225), + [anon_sym_DOT_DOT] = ACTIONS(7227), + [anon_sym_QMARK_COLON] = ACTIONS(7229), + [anon_sym_AMP_AMP] = ACTIONS(7231), + [anon_sym_PIPE_PIPE] = ACTIONS(7233), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3156), + [anon_sym_DASH_EQ] = ACTIONS(3156), + [anon_sym_STAR_EQ] = ACTIONS(3156), + [anon_sym_SLASH_EQ] = ACTIONS(3156), + [anon_sym_PERCENT_EQ] = ACTIONS(3156), + [anon_sym_BANG_EQ] = ACTIONS(7235), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7237), + [anon_sym_EQ_EQ] = ACTIONS(7235), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7237), + [anon_sym_LT_EQ] = ACTIONS(7239), + [anon_sym_GT_EQ] = ACTIONS(7239), + [anon_sym_BANGin] = ACTIONS(7241), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7243), + [anon_sym_DASH] = ACTIONS(7243), + [anon_sym_SLASH] = ACTIONS(7223), + [anon_sym_PERCENT] = ACTIONS(7223), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3142), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [4052] = { - [sym_class_body] = STATE(3546), - [sym__alpha_identifier] = ACTIONS(4349), - [anon_sym_AT] = ACTIONS(4351), - [anon_sym_COLON] = ACTIONS(7241), - [anon_sym_LBRACK] = ACTIONS(4351), - [anon_sym_RBRACK] = ACTIONS(4351), - [anon_sym_as] = ACTIONS(4349), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4351), - [anon_sym_LPAREN] = ACTIONS(4351), - [anon_sym_COMMA] = ACTIONS(4351), - [anon_sym_RPAREN] = ACTIONS(4351), - [anon_sym_LT] = ACTIONS(4349), - [anon_sym_GT] = ACTIONS(4349), - [anon_sym_where] = ACTIONS(4349), - [anon_sym_DOT] = ACTIONS(4349), - [anon_sym_SEMI] = ACTIONS(4351), - [anon_sym_get] = ACTIONS(4349), - [anon_sym_set] = ACTIONS(4349), - [anon_sym_STAR] = ACTIONS(4351), - [anon_sym_DASH_GT] = ACTIONS(4351), - [sym_label] = ACTIONS(4351), - [anon_sym_in] = ACTIONS(4349), - [anon_sym_while] = ACTIONS(4349), - [anon_sym_DOT_DOT] = ACTIONS(4351), - [anon_sym_QMARK_COLON] = ACTIONS(4351), - [anon_sym_AMP_AMP] = ACTIONS(4351), - [anon_sym_PIPE_PIPE] = ACTIONS(4351), - [anon_sym_else] = ACTIONS(4349), - [anon_sym_COLON_COLON] = ACTIONS(4351), - [anon_sym_BANG_EQ] = ACTIONS(4349), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4351), - [anon_sym_EQ_EQ] = ACTIONS(4349), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4351), - [anon_sym_LT_EQ] = ACTIONS(4351), - [anon_sym_GT_EQ] = ACTIONS(4351), - [anon_sym_BANGin] = ACTIONS(4351), - [anon_sym_is] = ACTIONS(4349), - [anon_sym_BANGis] = ACTIONS(4351), - [anon_sym_PLUS] = ACTIONS(4349), - [anon_sym_DASH] = ACTIONS(4349), - [anon_sym_SLASH] = ACTIONS(4349), - [anon_sym_PERCENT] = ACTIONS(4351), - [anon_sym_as_QMARK] = ACTIONS(4351), - [anon_sym_PLUS_PLUS] = ACTIONS(4351), - [anon_sym_DASH_DASH] = ACTIONS(4351), - [anon_sym_BANG_BANG] = ACTIONS(4351), - [anon_sym_suspend] = ACTIONS(4349), - [anon_sym_sealed] = ACTIONS(4349), - [anon_sym_annotation] = ACTIONS(4349), - [anon_sym_data] = ACTIONS(4349), - [anon_sym_inner] = ACTIONS(4349), - [anon_sym_value] = ACTIONS(4349), - [anon_sym_override] = ACTIONS(4349), - [anon_sym_lateinit] = ACTIONS(4349), - [anon_sym_public] = ACTIONS(4349), - [anon_sym_private] = ACTIONS(4349), - [anon_sym_internal] = ACTIONS(4349), - [anon_sym_protected] = ACTIONS(4349), - [anon_sym_tailrec] = ACTIONS(4349), - [anon_sym_operator] = ACTIONS(4349), - [anon_sym_infix] = ACTIONS(4349), - [anon_sym_inline] = ACTIONS(4349), - [anon_sym_external] = ACTIONS(4349), - [sym_property_modifier] = ACTIONS(4349), - [anon_sym_abstract] = ACTIONS(4349), - [anon_sym_final] = ACTIONS(4349), - [anon_sym_open] = ACTIONS(4349), - [anon_sym_vararg] = ACTIONS(4349), - [anon_sym_noinline] = ACTIONS(4349), - [anon_sym_crossinline] = ACTIONS(4349), - [anon_sym_expect] = ACTIONS(4349), - [anon_sym_actual] = ACTIONS(4349), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4351), - [sym_safe_nav] = ACTIONS(4351), + [sym__automatic_semicolon] = ACTIONS(3156), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4053] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1825), - [sym__comparison_operator] = STATE(1823), + [4064] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1828), + [sym__comparison_operator] = STATE(1827), [sym__in_operator] = STATE(1822), - [sym__is_operator] = STATE(6149), + [sym__is_operator] = STATE(5945), [sym__additive_operator] = STATE(1821), [sym__multiplicative_operator] = STATE(1820), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1818), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1819), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3132), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3158), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3134), - [anon_sym_LPAREN] = ACTIONS(7041), + [anon_sym_RBRACE] = ACTIONS(3160), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7215), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7217), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7219), - [anon_sym_DOT_DOT] = ACTIONS(7221), - [anon_sym_QMARK_COLON] = ACTIONS(7223), - [anon_sym_AMP_AMP] = ACTIONS(7235), - [anon_sym_PIPE_PIPE] = ACTIONS(7237), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3134), - [anon_sym_DASH_EQ] = ACTIONS(3134), - [anon_sym_STAR_EQ] = ACTIONS(3134), - [anon_sym_SLASH_EQ] = ACTIONS(3134), - [anon_sym_PERCENT_EQ] = ACTIONS(3134), - [anon_sym_BANG_EQ] = ACTIONS(7225), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7227), - [anon_sym_EQ_EQ] = ACTIONS(7225), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7227), - [anon_sym_LT_EQ] = ACTIONS(7229), - [anon_sym_GT_EQ] = ACTIONS(7229), - [anon_sym_BANGin] = ACTIONS(7231), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7233), - [anon_sym_DASH] = ACTIONS(7233), - [anon_sym_SLASH] = ACTIONS(7217), - [anon_sym_PERCENT] = ACTIONS(7217), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7221), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7223), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7225), + [anon_sym_DOT_DOT] = ACTIONS(7227), + [anon_sym_QMARK_COLON] = ACTIONS(7229), + [anon_sym_AMP_AMP] = ACTIONS(7231), + [anon_sym_PIPE_PIPE] = ACTIONS(7233), + [anon_sym_else] = ACTIONS(3158), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3160), + [anon_sym_DASH_EQ] = ACTIONS(3160), + [anon_sym_STAR_EQ] = ACTIONS(3160), + [anon_sym_SLASH_EQ] = ACTIONS(3160), + [anon_sym_PERCENT_EQ] = ACTIONS(3160), + [anon_sym_BANG_EQ] = ACTIONS(7235), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7237), + [anon_sym_EQ_EQ] = ACTIONS(7235), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7237), + [anon_sym_LT_EQ] = ACTIONS(7239), + [anon_sym_GT_EQ] = ACTIONS(7239), + [anon_sym_BANGin] = ACTIONS(7241), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7243), + [anon_sym_DASH] = ACTIONS(7243), + [anon_sym_SLASH] = ACTIONS(7223), + [anon_sym_PERCENT] = ACTIONS(7223), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3134), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3160), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4054] = { - [sym_class_body] = STATE(3589), - [sym__alpha_identifier] = ACTIONS(4497), - [anon_sym_AT] = ACTIONS(4499), - [anon_sym_COLON] = ACTIONS(7243), - [anon_sym_LBRACK] = ACTIONS(4499), - [anon_sym_RBRACK] = ACTIONS(4499), - [anon_sym_as] = ACTIONS(4497), - [anon_sym_LBRACE] = ACTIONS(5496), - [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(4499), - [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_COLON_COLON] = 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(4499), - [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_value] = 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), + [4065] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_EQ] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_RPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(4932), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4930), + [sym_label] = ACTIONS(4932), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_while] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_else] = ACTIONS(7211), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_PLUS_EQ] = ACTIONS(4932), + [anon_sym_DASH_EQ] = ACTIONS(4932), + [anon_sym_STAR_EQ] = ACTIONS(4932), + [anon_sym_SLASH_EQ] = ACTIONS(4932), + [anon_sym_PERCENT_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4930), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4499), - [sym_safe_nav] = ACTIONS(4499), + [sym__backtick_identifier] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), [sym_multiline_comment] = ACTIONS(3), }, - [4055] = { - [sym__alpha_identifier] = ACTIONS(4267), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(7245), - [anon_sym_RPAREN] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4267), - [anon_sym_set] = ACTIONS(4267), - [anon_sym_STAR] = ACTIONS(4267), - [sym_label] = ACTIONS(4265), - [anon_sym_in] = ACTIONS(4267), - [anon_sym_while] = ACTIONS(4267), - [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(4267), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4267), - [anon_sym_DASH] = ACTIONS(4267), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [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(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4267), - [anon_sym_inner] = ACTIONS(4267), - [anon_sym_value] = ACTIONS(4267), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4267), - [anon_sym_actual] = ACTIONS(4267), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), + [4066] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1828), + [sym__comparison_operator] = STATE(1827), + [sym__in_operator] = STATE(1822), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1821), + [sym__multiplicative_operator] = STATE(1820), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1819), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3121), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7223), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(7227), + [anon_sym_QMARK_COLON] = ACTIONS(7229), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3123), + [anon_sym_DASH_EQ] = ACTIONS(3123), + [anon_sym_STAR_EQ] = ACTIONS(3123), + [anon_sym_SLASH_EQ] = ACTIONS(3123), + [anon_sym_PERCENT_EQ] = ACTIONS(3123), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(7243), + [anon_sym_DASH] = ACTIONS(7243), + [anon_sym_SLASH] = ACTIONS(7223), + [anon_sym_PERCENT] = ACTIONS(7223), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3123), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4056] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4281), - [anon_sym_EQ] = ACTIONS(4281), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4284), - [anon_sym_LPAREN] = ACTIONS(5267), - [anon_sym_RPAREN] = ACTIONS(4284), - [anon_sym_LT] = ACTIONS(4281), - [anon_sym_GT] = ACTIONS(4281), - [anon_sym_DOT] = ACTIONS(4281), - [anon_sym_SEMI] = ACTIONS(4284), - [anon_sym_get] = ACTIONS(4281), - [anon_sym_set] = ACTIONS(4281), - [anon_sym_STAR] = ACTIONS(4281), - [sym_label] = ACTIONS(4284), - [anon_sym_in] = ACTIONS(4281), - [anon_sym_while] = ACTIONS(4281), - [anon_sym_DOT_DOT] = ACTIONS(4284), - [anon_sym_QMARK_COLON] = ACTIONS(4284), - [anon_sym_AMP_AMP] = ACTIONS(4284), - [anon_sym_PIPE_PIPE] = ACTIONS(4284), - [anon_sym_else] = ACTIONS(4281), - [anon_sym_COLON_COLON] = ACTIONS(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4284), - [anon_sym_DASH_EQ] = ACTIONS(4284), - [anon_sym_STAR_EQ] = ACTIONS(4284), - [anon_sym_SLASH_EQ] = ACTIONS(4284), - [anon_sym_PERCENT_EQ] = ACTIONS(4284), - [anon_sym_BANG_EQ] = ACTIONS(4281), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), - [anon_sym_EQ_EQ] = ACTIONS(4281), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), - [anon_sym_LT_EQ] = ACTIONS(4284), - [anon_sym_GT_EQ] = ACTIONS(4284), - [anon_sym_BANGin] = ACTIONS(4284), - [anon_sym_is] = ACTIONS(4281), - [anon_sym_BANGis] = ACTIONS(4284), - [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(4284), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG_BANG] = ACTIONS(4284), - [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_value] = 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), - [sym__backtick_identifier] = ACTIONS(4284), - [sym_safe_nav] = ACTIONS(4284), + [4067] = { + [sym_type_constraints] = STATE(4214), + [sym_function_body] = STATE(3472), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_COLON] = ACTIONS(7265), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_RPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_while] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), [sym_multiline_comment] = ACTIONS(3), }, - [4057] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1825), - [sym__comparison_operator] = STATE(1823), + [4068] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1828), + [sym__comparison_operator] = STATE(1827), [sym__in_operator] = STATE(1822), - [sym__is_operator] = STATE(6149), + [sym__is_operator] = STATE(5945), [sym__additive_operator] = STATE(1821), [sym__multiplicative_operator] = STATE(1820), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1818), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(3094), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1819), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3094), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3095), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(7217), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3096), - [anon_sym_DASH_EQ] = ACTIONS(3096), - [anon_sym_STAR_EQ] = ACTIONS(3096), - [anon_sym_SLASH_EQ] = ACTIONS(3096), - [anon_sym_PERCENT_EQ] = ACTIONS(3096), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(7233), - [anon_sym_DASH] = ACTIONS(7233), - [anon_sym_SLASH] = ACTIONS(7217), - [anon_sym_PERCENT] = ACTIONS(7217), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3096), - [sym__automatic_semicolon] = ACTIONS(3096), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [4058] = { - [sym__alpha_identifier] = ACTIONS(4874), - [anon_sym_AT] = ACTIONS(4876), - [anon_sym_LBRACK] = ACTIONS(4876), - [anon_sym_as] = ACTIONS(4874), - [anon_sym_EQ] = ACTIONS(4874), - [anon_sym_LBRACE] = ACTIONS(4876), - [anon_sym_RBRACE] = ACTIONS(4876), - [anon_sym_LPAREN] = ACTIONS(7247), - [anon_sym_RPAREN] = ACTIONS(4876), - [anon_sym_LT] = ACTIONS(4874), - [anon_sym_GT] = ACTIONS(4874), - [anon_sym_DOT] = ACTIONS(4874), - [anon_sym_SEMI] = ACTIONS(4876), - [anon_sym_get] = ACTIONS(4874), - [anon_sym_set] = ACTIONS(4874), - [anon_sym_STAR] = ACTIONS(4874), - [sym_label] = ACTIONS(4876), - [anon_sym_in] = ACTIONS(4874), - [anon_sym_while] = ACTIONS(4874), - [anon_sym_DOT_DOT] = ACTIONS(4876), - [anon_sym_QMARK_COLON] = ACTIONS(4876), - [anon_sym_AMP_AMP] = ACTIONS(4876), - [anon_sym_PIPE_PIPE] = ACTIONS(4876), - [anon_sym_else] = ACTIONS(4874), - [anon_sym_COLON_COLON] = ACTIONS(4876), - [anon_sym_PLUS_EQ] = ACTIONS(4876), - [anon_sym_DASH_EQ] = ACTIONS(4876), - [anon_sym_STAR_EQ] = ACTIONS(4876), - [anon_sym_SLASH_EQ] = ACTIONS(4876), - [anon_sym_PERCENT_EQ] = ACTIONS(4876), - [anon_sym_BANG_EQ] = ACTIONS(4874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4876), - [anon_sym_EQ_EQ] = ACTIONS(4874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4876), - [anon_sym_LT_EQ] = ACTIONS(4876), - [anon_sym_GT_EQ] = ACTIONS(4876), - [anon_sym_BANGin] = ACTIONS(4876), - [anon_sym_is] = ACTIONS(4874), - [anon_sym_BANGis] = ACTIONS(4876), - [anon_sym_PLUS] = ACTIONS(4874), - [anon_sym_DASH] = ACTIONS(4874), - [anon_sym_SLASH] = ACTIONS(4874), - [anon_sym_PERCENT] = ACTIONS(4874), - [anon_sym_as_QMARK] = ACTIONS(4876), - [anon_sym_PLUS_PLUS] = ACTIONS(4876), - [anon_sym_DASH_DASH] = ACTIONS(4876), - [anon_sym_BANG_BANG] = ACTIONS(4876), - [anon_sym_suspend] = ACTIONS(4874), - [anon_sym_sealed] = ACTIONS(4874), - [anon_sym_annotation] = ACTIONS(4874), - [anon_sym_data] = ACTIONS(4874), - [anon_sym_inner] = ACTIONS(4874), - [anon_sym_value] = ACTIONS(4874), - [anon_sym_override] = ACTIONS(4874), - [anon_sym_lateinit] = ACTIONS(4874), - [anon_sym_public] = ACTIONS(4874), - [anon_sym_private] = ACTIONS(4874), - [anon_sym_internal] = ACTIONS(4874), - [anon_sym_protected] = ACTIONS(4874), - [anon_sym_tailrec] = ACTIONS(4874), - [anon_sym_operator] = ACTIONS(4874), - [anon_sym_infix] = ACTIONS(4874), - [anon_sym_inline] = ACTIONS(4874), - [anon_sym_external] = ACTIONS(4874), - [sym_property_modifier] = ACTIONS(4874), - [anon_sym_abstract] = ACTIONS(4874), - [anon_sym_final] = ACTIONS(4874), - [anon_sym_open] = ACTIONS(4874), - [anon_sym_vararg] = ACTIONS(4874), - [anon_sym_noinline] = ACTIONS(4874), - [anon_sym_crossinline] = ACTIONS(4874), - [anon_sym_expect] = ACTIONS(4874), - [anon_sym_actual] = ACTIONS(4874), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7221), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7223), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7225), + [anon_sym_DOT_DOT] = ACTIONS(7227), + [anon_sym_QMARK_COLON] = ACTIONS(7229), + [anon_sym_AMP_AMP] = ACTIONS(7231), + [anon_sym_PIPE_PIPE] = ACTIONS(7233), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3097), + [anon_sym_DASH_EQ] = ACTIONS(3097), + [anon_sym_STAR_EQ] = ACTIONS(3097), + [anon_sym_SLASH_EQ] = ACTIONS(3097), + [anon_sym_PERCENT_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(7235), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7237), + [anon_sym_EQ_EQ] = ACTIONS(7235), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7237), + [anon_sym_LT_EQ] = ACTIONS(7239), + [anon_sym_GT_EQ] = ACTIONS(7239), + [anon_sym_BANGin] = ACTIONS(7241), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7243), + [anon_sym_DASH] = ACTIONS(7243), + [anon_sym_SLASH] = ACTIONS(7223), + [anon_sym_PERCENT] = ACTIONS(7223), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4876), - [sym_safe_nav] = ACTIONS(4876), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3097), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4059] = { - [sym__alpha_identifier] = ACTIONS(4892), - [anon_sym_AT] = ACTIONS(4894), - [anon_sym_LBRACK] = ACTIONS(4894), - [anon_sym_as] = ACTIONS(4892), - [anon_sym_EQ] = ACTIONS(4892), - [anon_sym_LBRACE] = ACTIONS(4894), - [anon_sym_RBRACE] = ACTIONS(4894), - [anon_sym_LPAREN] = ACTIONS(7249), - [anon_sym_RPAREN] = ACTIONS(4894), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym_GT] = ACTIONS(4892), - [anon_sym_DOT] = ACTIONS(4892), - [anon_sym_SEMI] = ACTIONS(4894), - [anon_sym_get] = ACTIONS(4892), - [anon_sym_set] = ACTIONS(4892), - [anon_sym_STAR] = ACTIONS(4892), - [sym_label] = ACTIONS(4894), - [anon_sym_in] = ACTIONS(4892), - [anon_sym_while] = ACTIONS(4892), - [anon_sym_DOT_DOT] = ACTIONS(4894), - [anon_sym_QMARK_COLON] = ACTIONS(4894), - [anon_sym_AMP_AMP] = ACTIONS(4894), - [anon_sym_PIPE_PIPE] = ACTIONS(4894), - [anon_sym_else] = ACTIONS(4892), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_PLUS_EQ] = ACTIONS(4894), - [anon_sym_DASH_EQ] = ACTIONS(4894), - [anon_sym_STAR_EQ] = ACTIONS(4894), - [anon_sym_SLASH_EQ] = ACTIONS(4894), - [anon_sym_PERCENT_EQ] = ACTIONS(4894), - [anon_sym_BANG_EQ] = ACTIONS(4892), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4894), - [anon_sym_EQ_EQ] = ACTIONS(4892), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4894), - [anon_sym_LT_EQ] = ACTIONS(4894), - [anon_sym_GT_EQ] = ACTIONS(4894), - [anon_sym_BANGin] = ACTIONS(4894), - [anon_sym_is] = ACTIONS(4892), - [anon_sym_BANGis] = ACTIONS(4894), - [anon_sym_PLUS] = ACTIONS(4892), - [anon_sym_DASH] = ACTIONS(4892), - [anon_sym_SLASH] = ACTIONS(4892), - [anon_sym_PERCENT] = ACTIONS(4892), - [anon_sym_as_QMARK] = ACTIONS(4894), - [anon_sym_PLUS_PLUS] = ACTIONS(4894), - [anon_sym_DASH_DASH] = ACTIONS(4894), - [anon_sym_BANG_BANG] = ACTIONS(4894), - [anon_sym_suspend] = ACTIONS(4892), - [anon_sym_sealed] = ACTIONS(4892), - [anon_sym_annotation] = ACTIONS(4892), - [anon_sym_data] = ACTIONS(4892), - [anon_sym_inner] = ACTIONS(4892), - [anon_sym_value] = ACTIONS(4892), - [anon_sym_override] = ACTIONS(4892), - [anon_sym_lateinit] = ACTIONS(4892), - [anon_sym_public] = ACTIONS(4892), - [anon_sym_private] = ACTIONS(4892), - [anon_sym_internal] = ACTIONS(4892), - [anon_sym_protected] = ACTIONS(4892), - [anon_sym_tailrec] = ACTIONS(4892), - [anon_sym_operator] = ACTIONS(4892), - [anon_sym_infix] = ACTIONS(4892), - [anon_sym_inline] = ACTIONS(4892), - [anon_sym_external] = ACTIONS(4892), - [sym_property_modifier] = ACTIONS(4892), - [anon_sym_abstract] = ACTIONS(4892), - [anon_sym_final] = ACTIONS(4892), - [anon_sym_open] = ACTIONS(4892), - [anon_sym_vararg] = ACTIONS(4892), - [anon_sym_noinline] = ACTIONS(4892), - [anon_sym_crossinline] = ACTIONS(4892), - [anon_sym_expect] = ACTIONS(4892), - [anon_sym_actual] = ACTIONS(4892), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4894), - [sym_safe_nav] = ACTIONS(4894), + [4069] = { + [sym_type_constraints] = STATE(4210), + [sym_function_body] = STATE(3504), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_COLON] = ACTIONS(7269), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_RPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_while] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), [sym_multiline_comment] = ACTIONS(3), }, - [4060] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1825), - [sym__comparison_operator] = STATE(1823), + [4070] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1828), + [sym__comparison_operator] = STATE(1827), [sym__in_operator] = STATE(1822), - [sym__is_operator] = STATE(6149), + [sym__is_operator] = STATE(5945), [sym__additive_operator] = STATE(1821), [sym__multiplicative_operator] = STATE(1820), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1818), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1819), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3136), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3113), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3138), - [anon_sym_LPAREN] = ACTIONS(7041), + [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7215), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7217), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7219), - [anon_sym_DOT_DOT] = ACTIONS(7221), - [anon_sym_QMARK_COLON] = ACTIONS(7223), - [anon_sym_AMP_AMP] = ACTIONS(7235), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3138), - [anon_sym_DASH_EQ] = ACTIONS(3138), - [anon_sym_STAR_EQ] = ACTIONS(3138), - [anon_sym_SLASH_EQ] = ACTIONS(3138), - [anon_sym_PERCENT_EQ] = ACTIONS(3138), - [anon_sym_BANG_EQ] = ACTIONS(7225), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7227), - [anon_sym_EQ_EQ] = ACTIONS(7225), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7227), - [anon_sym_LT_EQ] = ACTIONS(7229), - [anon_sym_GT_EQ] = ACTIONS(7229), - [anon_sym_BANGin] = ACTIONS(7231), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7233), - [anon_sym_DASH] = ACTIONS(7233), - [anon_sym_SLASH] = ACTIONS(7217), - [anon_sym_PERCENT] = ACTIONS(7217), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7221), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7223), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7225), + [anon_sym_DOT_DOT] = ACTIONS(7227), + [anon_sym_QMARK_COLON] = ACTIONS(7229), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_else] = ACTIONS(3113), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3115), + [anon_sym_DASH_EQ] = ACTIONS(3115), + [anon_sym_STAR_EQ] = ACTIONS(3115), + [anon_sym_SLASH_EQ] = ACTIONS(3115), + [anon_sym_PERCENT_EQ] = ACTIONS(3115), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(7239), + [anon_sym_GT_EQ] = ACTIONS(7239), + [anon_sym_BANGin] = ACTIONS(7241), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7243), + [anon_sym_DASH] = ACTIONS(7243), + [anon_sym_SLASH] = ACTIONS(7223), + [anon_sym_PERCENT] = ACTIONS(7223), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3138), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3115), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4061] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_EQ] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_RPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(7251), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4818), - [sym_label] = ACTIONS(4820), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_while] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_else] = ACTIONS(7253), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_PLUS_EQ] = ACTIONS(4820), - [anon_sym_DASH_EQ] = ACTIONS(4820), - [anon_sym_STAR_EQ] = ACTIONS(4820), - [anon_sym_SLASH_EQ] = ACTIONS(4820), - [anon_sym_PERCENT_EQ] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4818), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), + [4071] = { + [sym_value_arguments] = STATE(3497), + [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_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_by] = ACTIONS(7271), + [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(4398), + [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_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(4398), + [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_value] = 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), }, - [4062] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_EQ] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_RPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(4820), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4818), - [sym_label] = ACTIONS(4820), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_while] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_else] = ACTIONS(7253), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_PLUS_EQ] = ACTIONS(4820), - [anon_sym_DASH_EQ] = ACTIONS(4820), - [anon_sym_STAR_EQ] = ACTIONS(4820), - [anon_sym_SLASH_EQ] = ACTIONS(4820), - [anon_sym_PERCENT_EQ] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4818), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), + [4072] = { + [sym__alpha_identifier] = ACTIONS(4838), + [anon_sym_AT] = ACTIONS(4840), + [anon_sym_LBRACK] = ACTIONS(4840), + [anon_sym_as] = ACTIONS(4838), + [anon_sym_EQ] = ACTIONS(4838), + [anon_sym_LBRACE] = ACTIONS(4840), + [anon_sym_RBRACE] = ACTIONS(4840), + [anon_sym_LPAREN] = ACTIONS(7273), + [anon_sym_RPAREN] = ACTIONS(4840), + [anon_sym_LT] = ACTIONS(4838), + [anon_sym_GT] = ACTIONS(4838), + [anon_sym_DOT] = ACTIONS(4838), + [anon_sym_SEMI] = ACTIONS(4840), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4838), + [anon_sym_STAR] = ACTIONS(4838), + [sym_label] = ACTIONS(4840), + [anon_sym_in] = ACTIONS(4838), + [anon_sym_while] = ACTIONS(4838), + [anon_sym_DOT_DOT] = ACTIONS(4840), + [anon_sym_QMARK_COLON] = ACTIONS(4840), + [anon_sym_AMP_AMP] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4840), + [anon_sym_else] = ACTIONS(4838), + [anon_sym_COLON_COLON] = ACTIONS(4840), + [anon_sym_PLUS_EQ] = ACTIONS(4840), + [anon_sym_DASH_EQ] = ACTIONS(4840), + [anon_sym_STAR_EQ] = ACTIONS(4840), + [anon_sym_SLASH_EQ] = ACTIONS(4840), + [anon_sym_PERCENT_EQ] = ACTIONS(4840), + [anon_sym_BANG_EQ] = ACTIONS(4838), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4840), + [anon_sym_EQ_EQ] = ACTIONS(4838), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4840), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4840), + [anon_sym_BANGin] = ACTIONS(4840), + [anon_sym_is] = ACTIONS(4838), + [anon_sym_BANGis] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4838), + [anon_sym_SLASH] = ACTIONS(4838), + [anon_sym_PERCENT] = ACTIONS(4838), + [anon_sym_as_QMARK] = ACTIONS(4840), + [anon_sym_PLUS_PLUS] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4840), + [anon_sym_BANG_BANG] = ACTIONS(4840), + [anon_sym_suspend] = ACTIONS(4838), + [anon_sym_sealed] = ACTIONS(4838), + [anon_sym_annotation] = ACTIONS(4838), + [anon_sym_data] = ACTIONS(4838), + [anon_sym_inner] = ACTIONS(4838), + [anon_sym_value] = ACTIONS(4838), + [anon_sym_override] = ACTIONS(4838), + [anon_sym_lateinit] = ACTIONS(4838), + [anon_sym_public] = ACTIONS(4838), + [anon_sym_private] = ACTIONS(4838), + [anon_sym_internal] = ACTIONS(4838), + [anon_sym_protected] = ACTIONS(4838), + [anon_sym_tailrec] = ACTIONS(4838), + [anon_sym_operator] = ACTIONS(4838), + [anon_sym_infix] = ACTIONS(4838), + [anon_sym_inline] = ACTIONS(4838), + [anon_sym_external] = ACTIONS(4838), + [sym_property_modifier] = ACTIONS(4838), + [anon_sym_abstract] = ACTIONS(4838), + [anon_sym_final] = ACTIONS(4838), + [anon_sym_open] = ACTIONS(4838), + [anon_sym_vararg] = ACTIONS(4838), + [anon_sym_noinline] = ACTIONS(4838), + [anon_sym_crossinline] = ACTIONS(4838), + [anon_sym_expect] = ACTIONS(4838), + [anon_sym_actual] = ACTIONS(4838), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), - [sym_multiline_comment] = ACTIONS(3), - }, - [4063] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4259), - [anon_sym_EQ] = ACTIONS(4259), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4262), - [anon_sym_LPAREN] = ACTIONS(5279), - [anon_sym_RPAREN] = ACTIONS(4262), - [anon_sym_LT] = ACTIONS(4259), - [anon_sym_GT] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4259), - [anon_sym_SEMI] = ACTIONS(4262), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4262), - [anon_sym_in] = ACTIONS(4259), - [anon_sym_while] = ACTIONS(4259), - [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(4259), - [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(4259), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), - [anon_sym_EQ_EQ] = ACTIONS(4259), - [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(4259), - [anon_sym_BANGis] = ACTIONS(4262), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4259), - [anon_sym_PERCENT] = ACTIONS(4259), - [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(4259), - [anon_sym_sealed] = ACTIONS(4259), - [anon_sym_annotation] = ACTIONS(4259), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4259), - [anon_sym_lateinit] = ACTIONS(4259), - [anon_sym_public] = ACTIONS(4259), - [anon_sym_private] = ACTIONS(4259), - [anon_sym_internal] = ACTIONS(4259), - [anon_sym_protected] = ACTIONS(4259), - [anon_sym_tailrec] = ACTIONS(4259), - [anon_sym_operator] = ACTIONS(4259), - [anon_sym_infix] = ACTIONS(4259), - [anon_sym_inline] = ACTIONS(4259), - [anon_sym_external] = ACTIONS(4259), - [sym_property_modifier] = ACTIONS(4259), - [anon_sym_abstract] = ACTIONS(4259), - [anon_sym_final] = ACTIONS(4259), - [anon_sym_open] = ACTIONS(4259), - [anon_sym_vararg] = ACTIONS(4259), - [anon_sym_noinline] = ACTIONS(4259), - [anon_sym_crossinline] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4262), - [sym_safe_nav] = ACTIONS(4262), + [sym__backtick_identifier] = ACTIONS(4840), + [sym_safe_nav] = ACTIONS(4840), [sym_multiline_comment] = ACTIONS(3), }, - [4064] = { - [sym_type_constraints] = STATE(4200), - [sym_function_body] = STATE(3490), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_COLON] = ACTIONS(7255), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_RPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_while] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), + [4073] = { + [sym__alpha_identifier] = ACTIONS(4848), + [anon_sym_AT] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_as] = ACTIONS(4848), + [anon_sym_EQ] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_LPAREN] = ACTIONS(7275), + [anon_sym_RPAREN] = ACTIONS(4850), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym_get] = ACTIONS(4848), + [anon_sym_set] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4848), + [sym_label] = ACTIONS(4850), + [anon_sym_in] = ACTIONS(4848), + [anon_sym_while] = ACTIONS(4848), + [anon_sym_DOT_DOT] = ACTIONS(4850), + [anon_sym_QMARK_COLON] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_else] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_PLUS_EQ] = ACTIONS(4850), + [anon_sym_DASH_EQ] = ACTIONS(4850), + [anon_sym_STAR_EQ] = ACTIONS(4850), + [anon_sym_SLASH_EQ] = ACTIONS(4850), + [anon_sym_PERCENT_EQ] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4850), + [anon_sym_EQ_EQ] = ACTIONS(4848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_BANGin] = ACTIONS(4850), + [anon_sym_is] = ACTIONS(4848), + [anon_sym_BANGis] = ACTIONS(4850), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4848), + [anon_sym_as_QMARK] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_BANG_BANG] = ACTIONS(4850), + [anon_sym_suspend] = ACTIONS(4848), + [anon_sym_sealed] = ACTIONS(4848), + [anon_sym_annotation] = ACTIONS(4848), + [anon_sym_data] = ACTIONS(4848), + [anon_sym_inner] = ACTIONS(4848), + [anon_sym_value] = ACTIONS(4848), + [anon_sym_override] = ACTIONS(4848), + [anon_sym_lateinit] = ACTIONS(4848), + [anon_sym_public] = ACTIONS(4848), + [anon_sym_private] = ACTIONS(4848), + [anon_sym_internal] = ACTIONS(4848), + [anon_sym_protected] = ACTIONS(4848), + [anon_sym_tailrec] = ACTIONS(4848), + [anon_sym_operator] = ACTIONS(4848), + [anon_sym_infix] = ACTIONS(4848), + [anon_sym_inline] = ACTIONS(4848), + [anon_sym_external] = ACTIONS(4848), + [sym_property_modifier] = ACTIONS(4848), + [anon_sym_abstract] = ACTIONS(4848), + [anon_sym_final] = ACTIONS(4848), + [anon_sym_open] = ACTIONS(4848), + [anon_sym_vararg] = ACTIONS(4848), + [anon_sym_noinline] = ACTIONS(4848), + [anon_sym_crossinline] = ACTIONS(4848), + [anon_sym_expect] = ACTIONS(4848), + [anon_sym_actual] = ACTIONS(4848), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4850), + [sym_safe_nav] = ACTIONS(4850), [sym_multiline_comment] = ACTIONS(3), }, - [4065] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1825), - [sym__comparison_operator] = STATE(1823), + [4074] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1828), + [sym__comparison_operator] = STATE(1827), [sym__in_operator] = STATE(1822), - [sym__is_operator] = STATE(6149), + [sym__is_operator] = STATE(5945), [sym__additive_operator] = STATE(1821), [sym__multiplicative_operator] = STATE(1820), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1818), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1819), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3144), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3105), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3146), - [anon_sym_LPAREN] = ACTIONS(7041), + [anon_sym_RBRACE] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7217), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7219), - [anon_sym_DOT_DOT] = ACTIONS(7221), - [anon_sym_QMARK_COLON] = ACTIONS(7223), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3146), - [anon_sym_DASH_EQ] = ACTIONS(3146), - [anon_sym_STAR_EQ] = ACTIONS(3146), - [anon_sym_SLASH_EQ] = ACTIONS(3146), - [anon_sym_PERCENT_EQ] = ACTIONS(3146), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(7231), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7233), - [anon_sym_DASH] = ACTIONS(7233), - [anon_sym_SLASH] = ACTIONS(7217), - [anon_sym_PERCENT] = ACTIONS(7217), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7221), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7223), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7225), + [anon_sym_DOT_DOT] = ACTIONS(7227), + [anon_sym_QMARK_COLON] = ACTIONS(7229), + [anon_sym_AMP_AMP] = ACTIONS(7231), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_else] = ACTIONS(3105), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3107), + [anon_sym_DASH_EQ] = ACTIONS(3107), + [anon_sym_STAR_EQ] = ACTIONS(3107), + [anon_sym_SLASH_EQ] = ACTIONS(3107), + [anon_sym_PERCENT_EQ] = ACTIONS(3107), + [anon_sym_BANG_EQ] = ACTIONS(7235), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7237), + [anon_sym_EQ_EQ] = ACTIONS(7235), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7237), + [anon_sym_LT_EQ] = ACTIONS(7239), + [anon_sym_GT_EQ] = ACTIONS(7239), + [anon_sym_BANGin] = ACTIONS(7241), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7243), + [anon_sym_DASH] = ACTIONS(7243), + [anon_sym_SLASH] = ACTIONS(7223), + [anon_sym_PERCENT] = ACTIONS(7223), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3146), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3107), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4066] = { - [sym_type_constraints] = STATE(4162), - [sym_function_body] = STATE(3866), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4173), - [anon_sym_AT] = ACTIONS(4175), - [anon_sym_COLON] = ACTIONS(7259), - [anon_sym_LBRACK] = ACTIONS(4175), - [anon_sym_as] = ACTIONS(4173), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4175), - [anon_sym_LPAREN] = ACTIONS(4175), - [anon_sym_COMMA] = ACTIONS(4175), - [anon_sym_LT] = ACTIONS(4173), - [anon_sym_GT] = ACTIONS(4173), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4173), - [anon_sym_SEMI] = ACTIONS(4175), - [anon_sym_get] = ACTIONS(4173), - [anon_sym_set] = ACTIONS(4173), - [anon_sym_STAR] = ACTIONS(4175), - [sym_label] = ACTIONS(4175), - [anon_sym_in] = ACTIONS(4173), - [anon_sym_DOT_DOT] = ACTIONS(4175), - [anon_sym_QMARK_COLON] = ACTIONS(4175), - [anon_sym_AMP_AMP] = ACTIONS(4175), - [anon_sym_PIPE_PIPE] = ACTIONS(4175), - [anon_sym_else] = ACTIONS(4173), - [anon_sym_COLON_COLON] = ACTIONS(4175), - [anon_sym_BANG_EQ] = ACTIONS(4173), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4175), - [anon_sym_EQ_EQ] = ACTIONS(4173), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4175), - [anon_sym_LT_EQ] = ACTIONS(4175), - [anon_sym_GT_EQ] = ACTIONS(4175), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(4173), - [anon_sym_BANGis] = ACTIONS(4175), - [anon_sym_PLUS] = ACTIONS(4173), - [anon_sym_DASH] = ACTIONS(4173), - [anon_sym_SLASH] = ACTIONS(4173), - [anon_sym_PERCENT] = ACTIONS(4175), - [anon_sym_as_QMARK] = ACTIONS(4175), - [anon_sym_PLUS_PLUS] = ACTIONS(4175), - [anon_sym_DASH_DASH] = ACTIONS(4175), - [anon_sym_BANG_BANG] = ACTIONS(4175), - [anon_sym_suspend] = ACTIONS(4173), - [anon_sym_sealed] = ACTIONS(4173), - [anon_sym_annotation] = ACTIONS(4173), - [anon_sym_data] = ACTIONS(4173), - [anon_sym_inner] = ACTIONS(4173), - [anon_sym_value] = ACTIONS(4173), - [anon_sym_override] = ACTIONS(4173), - [anon_sym_lateinit] = ACTIONS(4173), - [anon_sym_public] = ACTIONS(4173), - [anon_sym_private] = ACTIONS(4173), - [anon_sym_internal] = ACTIONS(4173), - [anon_sym_protected] = ACTIONS(4173), - [anon_sym_tailrec] = ACTIONS(4173), - [anon_sym_operator] = ACTIONS(4173), - [anon_sym_infix] = ACTIONS(4173), - [anon_sym_inline] = ACTIONS(4173), - [anon_sym_external] = ACTIONS(4173), - [sym_property_modifier] = ACTIONS(4173), - [anon_sym_abstract] = ACTIONS(4173), - [anon_sym_final] = ACTIONS(4173), - [anon_sym_open] = ACTIONS(4173), - [anon_sym_vararg] = ACTIONS(4173), - [anon_sym_noinline] = ACTIONS(4173), - [anon_sym_crossinline] = ACTIONS(4173), - [anon_sym_expect] = ACTIONS(4173), - [anon_sym_actual] = ACTIONS(4173), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4175), - [sym__automatic_semicolon] = ACTIONS(4175), - [sym_safe_nav] = ACTIONS(4175), + [4075] = { + [sym_type_constraints] = STATE(4211), + [sym_function_body] = STATE(3487), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(7277), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_RPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_while] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), [sym_multiline_comment] = ACTIONS(3), }, - [4067] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1825), - [sym__comparison_operator] = STATE(1823), + [4076] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1828), + [sym__comparison_operator] = STATE(1827), [sym__in_operator] = STATE(1822), - [sym__is_operator] = STATE(6149), + [sym__is_operator] = STATE(5945), [sym__additive_operator] = STATE(1821), [sym__multiplicative_operator] = STATE(1820), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1818), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1819), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3160), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3101), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7217), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(7221), - [anon_sym_QMARK_COLON] = ACTIONS(7223), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3162), - [anon_sym_DASH_EQ] = ACTIONS(3162), - [anon_sym_STAR_EQ] = ACTIONS(3162), - [anon_sym_SLASH_EQ] = ACTIONS(3162), - [anon_sym_PERCENT_EQ] = ACTIONS(3162), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(7233), - [anon_sym_DASH] = ACTIONS(7233), - [anon_sym_SLASH] = ACTIONS(7217), - [anon_sym_PERCENT] = ACTIONS(7217), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7221), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7223), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7225), + [anon_sym_DOT_DOT] = ACTIONS(7227), + [anon_sym_QMARK_COLON] = ACTIONS(7229), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_else] = ACTIONS(3101), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3103), + [anon_sym_DASH_EQ] = ACTIONS(3103), + [anon_sym_STAR_EQ] = ACTIONS(3103), + [anon_sym_SLASH_EQ] = ACTIONS(3103), + [anon_sym_PERCENT_EQ] = ACTIONS(3103), + [anon_sym_BANG_EQ] = ACTIONS(7235), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7237), + [anon_sym_EQ_EQ] = ACTIONS(7235), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7237), + [anon_sym_LT_EQ] = ACTIONS(7239), + [anon_sym_GT_EQ] = ACTIONS(7239), + [anon_sym_BANGin] = ACTIONS(7241), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7243), + [anon_sym_DASH] = ACTIONS(7243), + [anon_sym_SLASH] = ACTIONS(7223), + [anon_sym_PERCENT] = ACTIONS(7223), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3162), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3103), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4068] = { - [sym__alpha_identifier] = ACTIONS(4267), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(7263), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4267), - [anon_sym_fun] = ACTIONS(4267), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4267), - [anon_sym_set] = ACTIONS(4267), - [anon_sym_this] = ACTIONS(4267), - [anon_sym_super] = ACTIONS(4267), - [anon_sym_STAR] = ACTIONS(4265), - [sym_label] = ACTIONS(4267), - [anon_sym_in] = ACTIONS(4267), - [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(4267), - [anon_sym_if] = ACTIONS(4267), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4267), - [anon_sym_try] = ACTIONS(4267), - [anon_sym_throw] = ACTIONS(4267), - [anon_sym_return] = ACTIONS(4267), - [anon_sym_continue] = ACTIONS(4267), - [anon_sym_break] = ACTIONS(4267), - [anon_sym_COLON_COLON] = ACTIONS(4265), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4267), - [anon_sym_DASH] = ACTIONS(4267), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4265), - [anon_sym_DASH_DASH] = ACTIONS(4265), - [anon_sym_BANG] = ACTIONS(4267), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_data] = ACTIONS(4267), - [anon_sym_inner] = ACTIONS(4267), - [anon_sym_value] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4267), - [anon_sym_actual] = ACTIONS(4267), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4265), - [anon_sym_continue_AT] = ACTIONS(4265), - [anon_sym_break_AT] = ACTIONS(4265), - [anon_sym_this_AT] = ACTIONS(4265), - [anon_sym_super_AT] = ACTIONS(4265), - [sym_real_literal] = ACTIONS(4265), - [sym_integer_literal] = ACTIONS(4267), - [sym_hex_literal] = ACTIONS(4265), - [sym_bin_literal] = ACTIONS(4265), - [anon_sym_true] = ACTIONS(4267), - [anon_sym_false] = ACTIONS(4267), - [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), - }, - [4069] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1825), - [sym__comparison_operator] = STATE(1823), + [4077] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1828), + [sym__comparison_operator] = STATE(1827), [sym__in_operator] = STATE(1822), - [sym__is_operator] = STATE(6149), + [sym__is_operator] = STATE(5945), [sym__additive_operator] = STATE(1821), [sym__multiplicative_operator] = STATE(1820), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1818), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(3186), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1819), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3186), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3166), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3186), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [anon_sym_else] = ACTIONS(3186), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3188), - [anon_sym_DASH_EQ] = ACTIONS(3188), - [anon_sym_STAR_EQ] = ACTIONS(3188), - [anon_sym_SLASH_EQ] = ACTIONS(3188), - [anon_sym_PERCENT_EQ] = ACTIONS(3188), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [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(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3186), - [anon_sym_inner] = ACTIONS(3186), - [anon_sym_value] = ACTIONS(3186), - [anon_sym_expect] = ACTIONS(3186), - [anon_sym_actual] = ACTIONS(3186), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3188), - [sym__automatic_semicolon] = ACTIONS(3188), - [sym_safe_nav] = ACTIONS(7061), + [anon_sym_RBRACE] = ACTIONS(3168), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7221), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7223), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7225), + [anon_sym_DOT_DOT] = ACTIONS(7227), + [anon_sym_QMARK_COLON] = ACTIONS(7229), + [anon_sym_AMP_AMP] = ACTIONS(7231), + [anon_sym_PIPE_PIPE] = ACTIONS(7233), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3168), + [anon_sym_DASH_EQ] = ACTIONS(3168), + [anon_sym_STAR_EQ] = ACTIONS(3168), + [anon_sym_SLASH_EQ] = ACTIONS(3168), + [anon_sym_PERCENT_EQ] = ACTIONS(3168), + [anon_sym_BANG_EQ] = ACTIONS(7235), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7237), + [anon_sym_EQ_EQ] = ACTIONS(7235), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7237), + [anon_sym_LT_EQ] = ACTIONS(7239), + [anon_sym_GT_EQ] = ACTIONS(7239), + [anon_sym_BANGin] = ACTIONS(7241), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7243), + [anon_sym_DASH] = ACTIONS(7243), + [anon_sym_SLASH] = ACTIONS(7223), + [anon_sym_PERCENT] = ACTIONS(7223), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3168), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4070] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1825), - [sym__comparison_operator] = STATE(1823), + [4078] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1828), + [sym__comparison_operator] = STATE(1827), [sym__in_operator] = STATE(1822), - [sym__is_operator] = STATE(6149), + [sym__is_operator] = STATE(5945), [sym__additive_operator] = STATE(1821), [sym__multiplicative_operator] = STATE(1820), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1818), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1819), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3167), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3178), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7215), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7217), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7219), - [anon_sym_DOT_DOT] = ACTIONS(7221), - [anon_sym_QMARK_COLON] = ACTIONS(7223), - [anon_sym_AMP_AMP] = ACTIONS(7235), - [anon_sym_PIPE_PIPE] = ACTIONS(7237), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3169), - [anon_sym_DASH_EQ] = ACTIONS(3169), - [anon_sym_STAR_EQ] = ACTIONS(3169), - [anon_sym_SLASH_EQ] = ACTIONS(3169), - [anon_sym_PERCENT_EQ] = ACTIONS(3169), - [anon_sym_BANG_EQ] = ACTIONS(7225), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7227), - [anon_sym_EQ_EQ] = ACTIONS(7225), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7227), - [anon_sym_LT_EQ] = ACTIONS(7229), - [anon_sym_GT_EQ] = ACTIONS(7229), - [anon_sym_BANGin] = ACTIONS(7231), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7233), - [anon_sym_DASH] = ACTIONS(7233), - [anon_sym_SLASH] = ACTIONS(7217), - [anon_sym_PERCENT] = ACTIONS(7217), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_RBRACE] = ACTIONS(3180), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7223), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_DOT_DOT] = ACTIONS(7227), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_else] = ACTIONS(3178), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3180), + [anon_sym_DASH_EQ] = ACTIONS(3180), + [anon_sym_STAR_EQ] = ACTIONS(3180), + [anon_sym_SLASH_EQ] = ACTIONS(3180), + [anon_sym_PERCENT_EQ] = ACTIONS(3180), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), + [anon_sym_PLUS] = ACTIONS(7243), + [anon_sym_DASH] = ACTIONS(7243), + [anon_sym_SLASH] = ACTIONS(7223), + [anon_sym_PERCENT] = ACTIONS(7223), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3169), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3180), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4071] = { - [sym__alpha_identifier] = ACTIONS(4289), - [anon_sym_AT] = ACTIONS(4287), - [anon_sym_LBRACK] = ACTIONS(4287), + [4079] = { + [sym_class_body] = STATE(3593), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_COLON] = ACTIONS(7279), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_RBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(5590), + [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_value] = 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), + }, + [4080] = { + [sym_class_body] = STATE(3543), + [sym__alpha_identifier] = ACTIONS(4450), + [anon_sym_AT] = ACTIONS(4452), + [anon_sym_COLON] = ACTIONS(7281), + [anon_sym_LBRACK] = ACTIONS(4452), + [anon_sym_RBRACK] = ACTIONS(4452), + [anon_sym_as] = ACTIONS(4450), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4452), + [anon_sym_LPAREN] = ACTIONS(4452), + [anon_sym_COMMA] = ACTIONS(4452), + [anon_sym_RPAREN] = ACTIONS(4452), + [anon_sym_LT] = ACTIONS(4450), + [anon_sym_GT] = ACTIONS(4450), + [anon_sym_where] = ACTIONS(4450), + [anon_sym_DOT] = ACTIONS(4450), + [anon_sym_SEMI] = ACTIONS(4452), + [anon_sym_get] = ACTIONS(4450), + [anon_sym_set] = ACTIONS(4450), + [anon_sym_STAR] = ACTIONS(4452), + [anon_sym_DASH_GT] = ACTIONS(4452), + [sym_label] = ACTIONS(4452), + [anon_sym_in] = ACTIONS(4450), + [anon_sym_while] = ACTIONS(4450), + [anon_sym_DOT_DOT] = ACTIONS(4452), + [anon_sym_QMARK_COLON] = ACTIONS(4452), + [anon_sym_AMP_AMP] = ACTIONS(4452), + [anon_sym_PIPE_PIPE] = ACTIONS(4452), + [anon_sym_else] = ACTIONS(4450), + [anon_sym_COLON_COLON] = ACTIONS(4452), + [anon_sym_BANG_EQ] = ACTIONS(4450), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4452), + [anon_sym_EQ_EQ] = ACTIONS(4450), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4452), + [anon_sym_LT_EQ] = ACTIONS(4452), + [anon_sym_GT_EQ] = ACTIONS(4452), + [anon_sym_BANGin] = ACTIONS(4452), + [anon_sym_is] = ACTIONS(4450), + [anon_sym_BANGis] = ACTIONS(4452), + [anon_sym_PLUS] = ACTIONS(4450), + [anon_sym_DASH] = ACTIONS(4450), + [anon_sym_SLASH] = ACTIONS(4450), + [anon_sym_PERCENT] = ACTIONS(4452), + [anon_sym_as_QMARK] = ACTIONS(4452), + [anon_sym_PLUS_PLUS] = ACTIONS(4452), + [anon_sym_DASH_DASH] = ACTIONS(4452), + [anon_sym_BANG_BANG] = ACTIONS(4452), + [anon_sym_suspend] = ACTIONS(4450), + [anon_sym_sealed] = ACTIONS(4450), + [anon_sym_annotation] = ACTIONS(4450), + [anon_sym_data] = ACTIONS(4450), + [anon_sym_inner] = ACTIONS(4450), + [anon_sym_value] = ACTIONS(4450), + [anon_sym_override] = ACTIONS(4450), + [anon_sym_lateinit] = ACTIONS(4450), + [anon_sym_public] = ACTIONS(4450), + [anon_sym_private] = ACTIONS(4450), + [anon_sym_internal] = ACTIONS(4450), + [anon_sym_protected] = ACTIONS(4450), + [anon_sym_tailrec] = ACTIONS(4450), + [anon_sym_operator] = ACTIONS(4450), + [anon_sym_infix] = ACTIONS(4450), + [anon_sym_inline] = ACTIONS(4450), + [anon_sym_external] = ACTIONS(4450), + [sym_property_modifier] = ACTIONS(4450), + [anon_sym_abstract] = ACTIONS(4450), + [anon_sym_final] = ACTIONS(4450), + [anon_sym_open] = ACTIONS(4450), + [anon_sym_vararg] = ACTIONS(4450), + [anon_sym_noinline] = ACTIONS(4450), + [anon_sym_crossinline] = ACTIONS(4450), + [anon_sym_expect] = ACTIONS(4450), + [anon_sym_actual] = ACTIONS(4450), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4452), + [sym_safe_nav] = ACTIONS(4452), + [sym_multiline_comment] = ACTIONS(3), + }, + [4081] = { + [sym_type_constraints] = STATE(4202), + [sym_function_body] = STATE(3549), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4157), + [anon_sym_AT] = ACTIONS(4159), + [anon_sym_COLON] = ACTIONS(7283), + [anon_sym_LBRACK] = ACTIONS(4159), + [anon_sym_as] = ACTIONS(4157), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4159), + [anon_sym_LPAREN] = ACTIONS(4159), + [anon_sym_RPAREN] = ACTIONS(4159), + [anon_sym_LT] = ACTIONS(4157), + [anon_sym_GT] = ACTIONS(4157), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4157), + [anon_sym_SEMI] = ACTIONS(4159), + [anon_sym_get] = ACTIONS(4157), + [anon_sym_set] = ACTIONS(4157), + [anon_sym_STAR] = ACTIONS(4159), + [sym_label] = ACTIONS(4159), + [anon_sym_in] = ACTIONS(4157), + [anon_sym_while] = ACTIONS(4157), + [anon_sym_DOT_DOT] = ACTIONS(4159), + [anon_sym_QMARK_COLON] = ACTIONS(4159), + [anon_sym_AMP_AMP] = ACTIONS(4159), + [anon_sym_PIPE_PIPE] = ACTIONS(4159), + [anon_sym_else] = ACTIONS(4157), + [anon_sym_COLON_COLON] = ACTIONS(4159), + [anon_sym_BANG_EQ] = ACTIONS(4157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4159), + [anon_sym_EQ_EQ] = ACTIONS(4157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4159), + [anon_sym_LT_EQ] = ACTIONS(4159), + [anon_sym_GT_EQ] = ACTIONS(4159), + [anon_sym_BANGin] = ACTIONS(4159), + [anon_sym_is] = ACTIONS(4157), + [anon_sym_BANGis] = ACTIONS(4159), + [anon_sym_PLUS] = ACTIONS(4157), + [anon_sym_DASH] = ACTIONS(4157), + [anon_sym_SLASH] = ACTIONS(4157), + [anon_sym_PERCENT] = ACTIONS(4159), + [anon_sym_as_QMARK] = ACTIONS(4159), + [anon_sym_PLUS_PLUS] = ACTIONS(4159), + [anon_sym_DASH_DASH] = ACTIONS(4159), + [anon_sym_BANG_BANG] = ACTIONS(4159), + [anon_sym_suspend] = ACTIONS(4157), + [anon_sym_sealed] = ACTIONS(4157), + [anon_sym_annotation] = ACTIONS(4157), + [anon_sym_data] = ACTIONS(4157), + [anon_sym_inner] = ACTIONS(4157), + [anon_sym_value] = ACTIONS(4157), + [anon_sym_override] = ACTIONS(4157), + [anon_sym_lateinit] = ACTIONS(4157), + [anon_sym_public] = ACTIONS(4157), + [anon_sym_private] = ACTIONS(4157), + [anon_sym_internal] = ACTIONS(4157), + [anon_sym_protected] = ACTIONS(4157), + [anon_sym_tailrec] = ACTIONS(4157), + [anon_sym_operator] = ACTIONS(4157), + [anon_sym_infix] = ACTIONS(4157), + [anon_sym_inline] = ACTIONS(4157), + [anon_sym_external] = ACTIONS(4157), + [sym_property_modifier] = ACTIONS(4157), + [anon_sym_abstract] = ACTIONS(4157), + [anon_sym_final] = ACTIONS(4157), + [anon_sym_open] = ACTIONS(4157), + [anon_sym_vararg] = ACTIONS(4157), + [anon_sym_noinline] = ACTIONS(4157), + [anon_sym_crossinline] = ACTIONS(4157), + [anon_sym_expect] = ACTIONS(4157), + [anon_sym_actual] = ACTIONS(4157), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4159), + [sym_safe_nav] = ACTIONS(4159), + [sym_multiline_comment] = ACTIONS(3), + }, + [4082] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1828), + [sym__comparison_operator] = STATE(1827), + [sym__in_operator] = STATE(1822), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1821), + [sym__multiplicative_operator] = STATE(1820), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1819), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(3185), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3185), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(7223), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3187), + [anon_sym_DASH_EQ] = ACTIONS(3187), + [anon_sym_STAR_EQ] = ACTIONS(3187), + [anon_sym_SLASH_EQ] = ACTIONS(3187), + [anon_sym_PERCENT_EQ] = ACTIONS(3187), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(7243), + [anon_sym_DASH] = ACTIONS(7243), + [anon_sym_SLASH] = ACTIONS(7223), + [anon_sym_PERCENT] = ACTIONS(7223), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3187), + [sym__automatic_semicolon] = ACTIONS(3187), + [sym_safe_nav] = ACTIONS(7081), + [sym_multiline_comment] = ACTIONS(3), + }, + [4083] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), [anon_sym_as] = ACTIONS(4289), - [anon_sym_EQ] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4287), + [anon_sym_LBRACE] = ACTIONS(4284), [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(7265), - [anon_sym_RPAREN] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(6630), + [anon_sym_COMMA] = ACTIONS(4287), [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), + [anon_sym_where] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(4281), + [anon_sym_fun] = ACTIONS(4281), [anon_sym_DOT] = ACTIONS(4289), [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4289), - [anon_sym_set] = ACTIONS(4289), - [anon_sym_STAR] = ACTIONS(4289), - [sym_label] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(4281), + [anon_sym_super] = ACTIONS(4281), + [anon_sym_STAR] = ACTIONS(4284), + [sym_label] = ACTIONS(4281), [anon_sym_in] = ACTIONS(4289), - [anon_sym_while] = ACTIONS(4289), [anon_sym_DOT_DOT] = ACTIONS(4287), [anon_sym_QMARK_COLON] = ACTIONS(4287), [anon_sym_AMP_AMP] = ACTIONS(4287), [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_null] = ACTIONS(4281), + [anon_sym_if] = ACTIONS(4281), [anon_sym_else] = ACTIONS(4289), - [anon_sym_COLON_COLON] = ACTIONS(4287), - [anon_sym_PLUS_EQ] = ACTIONS(4287), - [anon_sym_DASH_EQ] = ACTIONS(4287), - [anon_sym_STAR_EQ] = ACTIONS(4287), - [anon_sym_SLASH_EQ] = ACTIONS(4287), - [anon_sym_PERCENT_EQ] = ACTIONS(4287), + [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(4284), [anon_sym_BANG_EQ] = ACTIONS(4289), [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), [anon_sym_EQ_EQ] = ACTIONS(4289), @@ -450422,923 +451326,364 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(4287), [anon_sym_is] = ACTIONS(4289), [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4289), - [anon_sym_DASH] = ACTIONS(4289), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4287), [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4287), - [anon_sym_DASH_DASH] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(4281), [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_suspend] = ACTIONS(4289), - [anon_sym_sealed] = ACTIONS(4289), - [anon_sym_annotation] = ACTIONS(4289), - [anon_sym_data] = ACTIONS(4289), - [anon_sym_inner] = ACTIONS(4289), - [anon_sym_value] = ACTIONS(4289), - [anon_sym_override] = ACTIONS(4289), - [anon_sym_lateinit] = ACTIONS(4289), - [anon_sym_public] = ACTIONS(4289), - [anon_sym_private] = ACTIONS(4289), - [anon_sym_internal] = ACTIONS(4289), - [anon_sym_protected] = ACTIONS(4289), - [anon_sym_tailrec] = ACTIONS(4289), - [anon_sym_operator] = ACTIONS(4289), - [anon_sym_infix] = ACTIONS(4289), - [anon_sym_inline] = ACTIONS(4289), - [anon_sym_external] = ACTIONS(4289), - [sym_property_modifier] = ACTIONS(4289), - [anon_sym_abstract] = ACTIONS(4289), - [anon_sym_final] = ACTIONS(4289), - [anon_sym_open] = ACTIONS(4289), - [anon_sym_vararg] = ACTIONS(4289), - [anon_sym_noinline] = ACTIONS(4289), - [anon_sym_crossinline] = ACTIONS(4289), - [anon_sym_expect] = ACTIONS(4289), - [anon_sym_actual] = ACTIONS(4289), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4287), + [anon_sym_return_AT] = ACTIONS(4284), + [anon_sym_continue_AT] = ACTIONS(4284), + [anon_sym_break_AT] = ACTIONS(4284), + [anon_sym_this_AT] = ACTIONS(4284), + [anon_sym_super_AT] = ACTIONS(4284), + [sym_real_literal] = ACTIONS(4284), + [sym_integer_literal] = ACTIONS(4281), + [sym_hex_literal] = ACTIONS(4284), + [sym_bin_literal] = ACTIONS(4284), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [anon_sym_SQUOTE] = ACTIONS(4284), + [sym__backtick_identifier] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4287), [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4284), }, - [4072] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1825), - [sym__comparison_operator] = STATE(1823), - [sym__in_operator] = STATE(1822), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1821), - [sym__multiplicative_operator] = STATE(1820), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1818), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(7217), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3195), - [anon_sym_DASH_EQ] = ACTIONS(3195), - [anon_sym_STAR_EQ] = ACTIONS(3195), - [anon_sym_SLASH_EQ] = ACTIONS(3195), - [anon_sym_PERCENT_EQ] = ACTIONS(3195), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(7217), - [anon_sym_PERCENT] = ACTIONS(7217), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3195), - [sym__automatic_semicolon] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [4073] = { - [sym__alpha_identifier] = ACTIONS(4892), - [anon_sym_AT] = ACTIONS(4894), - [anon_sym_LBRACK] = ACTIONS(4894), - [anon_sym_as] = ACTIONS(4892), - [anon_sym_LBRACE] = ACTIONS(4894), - [anon_sym_RBRACE] = ACTIONS(4894), - [anon_sym_LPAREN] = ACTIONS(7267), - [anon_sym_COMMA] = ACTIONS(4894), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym_GT] = ACTIONS(4892), - [anon_sym_where] = ACTIONS(4892), - [anon_sym_object] = ACTIONS(4892), - [anon_sym_fun] = ACTIONS(4892), - [anon_sym_DOT] = ACTIONS(4892), - [anon_sym_SEMI] = ACTIONS(4894), - [anon_sym_get] = ACTIONS(4892), - [anon_sym_set] = ACTIONS(4892), - [anon_sym_this] = ACTIONS(4892), - [anon_sym_super] = ACTIONS(4892), - [anon_sym_STAR] = ACTIONS(4894), - [sym_label] = ACTIONS(4892), - [anon_sym_in] = ACTIONS(4892), - [anon_sym_DOT_DOT] = ACTIONS(4894), - [anon_sym_QMARK_COLON] = ACTIONS(4894), - [anon_sym_AMP_AMP] = ACTIONS(4894), - [anon_sym_PIPE_PIPE] = ACTIONS(4894), - [anon_sym_null] = ACTIONS(4892), - [anon_sym_if] = ACTIONS(4892), - [anon_sym_else] = ACTIONS(4892), - [anon_sym_when] = ACTIONS(4892), - [anon_sym_try] = ACTIONS(4892), - [anon_sym_throw] = ACTIONS(4892), - [anon_sym_return] = ACTIONS(4892), - [anon_sym_continue] = ACTIONS(4892), - [anon_sym_break] = ACTIONS(4892), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_BANG_EQ] = ACTIONS(4892), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4894), - [anon_sym_EQ_EQ] = ACTIONS(4892), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4894), - [anon_sym_LT_EQ] = ACTIONS(4894), - [anon_sym_GT_EQ] = ACTIONS(4894), - [anon_sym_BANGin] = ACTIONS(4894), - [anon_sym_is] = ACTIONS(4892), - [anon_sym_BANGis] = ACTIONS(4894), - [anon_sym_PLUS] = ACTIONS(4892), - [anon_sym_DASH] = ACTIONS(4892), - [anon_sym_SLASH] = ACTIONS(4892), - [anon_sym_PERCENT] = ACTIONS(4894), - [anon_sym_as_QMARK] = ACTIONS(4894), - [anon_sym_PLUS_PLUS] = ACTIONS(4894), - [anon_sym_DASH_DASH] = ACTIONS(4894), - [anon_sym_BANG] = ACTIONS(4892), - [anon_sym_BANG_BANG] = ACTIONS(4894), - [anon_sym_data] = ACTIONS(4892), - [anon_sym_inner] = ACTIONS(4892), - [anon_sym_value] = ACTIONS(4892), - [anon_sym_expect] = ACTIONS(4892), - [anon_sym_actual] = ACTIONS(4892), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4894), - [anon_sym_continue_AT] = ACTIONS(4894), - [anon_sym_break_AT] = ACTIONS(4894), - [anon_sym_this_AT] = ACTIONS(4894), - [anon_sym_super_AT] = ACTIONS(4894), - [sym_real_literal] = ACTIONS(4894), - [sym_integer_literal] = ACTIONS(4892), - [sym_hex_literal] = ACTIONS(4894), - [sym_bin_literal] = ACTIONS(4894), - [anon_sym_true] = ACTIONS(4892), - [anon_sym_false] = ACTIONS(4892), - [anon_sym_SQUOTE] = ACTIONS(4894), - [sym__backtick_identifier] = ACTIONS(4894), - [sym__automatic_semicolon] = ACTIONS(4894), - [sym_safe_nav] = ACTIONS(4894), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4894), - }, - [4074] = { - [sym_type_constraints] = STATE(4163), - [sym_function_body] = STATE(4035), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_COLON] = ACTIONS(7269), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4139), - [sym_label] = ACTIONS(4139), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4139), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), - [sym_multiline_comment] = ACTIONS(3), - }, - [4075] = { - [sym_type_constraints] = STATE(4220), - [sym_function_body] = STATE(3507), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_COLON] = ACTIONS(7271), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_RPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_while] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - }, - [4076] = { - [sym_type_constraints] = STATE(4167), - [sym_function_body] = STATE(3846), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_COLON] = ACTIONS(7273), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - }, - [4077] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_COMMA] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_where] = ACTIONS(4818), - [anon_sym_object] = ACTIONS(4818), - [anon_sym_fun] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(7275), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_this] = ACTIONS(4818), - [anon_sym_super] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4820), - [sym_label] = ACTIONS(4818), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_null] = ACTIONS(4818), - [anon_sym_if] = ACTIONS(4818), - [anon_sym_else] = ACTIONS(7277), - [anon_sym_when] = ACTIONS(4818), - [anon_sym_try] = ACTIONS(4818), - [anon_sym_throw] = ACTIONS(4818), - [anon_sym_return] = ACTIONS(4818), - [anon_sym_continue] = ACTIONS(4818), - [anon_sym_break] = ACTIONS(4818), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4820), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG] = ACTIONS(4818), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4820), - [anon_sym_continue_AT] = ACTIONS(4820), - [anon_sym_break_AT] = ACTIONS(4820), - [anon_sym_this_AT] = ACTIONS(4820), - [anon_sym_super_AT] = ACTIONS(4820), - [sym_real_literal] = ACTIONS(4820), - [sym_integer_literal] = ACTIONS(4818), - [sym_hex_literal] = ACTIONS(4820), - [sym_bin_literal] = ACTIONS(4820), - [anon_sym_true] = ACTIONS(4818), - [anon_sym_false] = ACTIONS(4818), - [anon_sym_SQUOTE] = ACTIONS(4820), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4820), - }, - [4078] = { - [sym_type_constraints] = STATE(4168), - [sym_function_body] = STATE(3916), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_COLON] = ACTIONS(7279), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), + [4084] = { + [sym_type_constraints] = STATE(4217), + [sym_function_body] = STATE(3527), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_COLON] = ACTIONS(7285), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_RPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4153), + [sym_label] = ACTIONS(4153), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_while] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4153), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), [sym_multiline_comment] = ACTIONS(3), }, - [4079] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_COMMA] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_where] = ACTIONS(4818), - [anon_sym_object] = ACTIONS(4818), - [anon_sym_fun] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(4820), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_this] = ACTIONS(4818), - [anon_sym_super] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4820), - [sym_label] = ACTIONS(4818), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_null] = ACTIONS(4818), - [anon_sym_if] = ACTIONS(4818), - [anon_sym_else] = ACTIONS(7277), - [anon_sym_when] = ACTIONS(4818), - [anon_sym_try] = ACTIONS(4818), - [anon_sym_throw] = ACTIONS(4818), - [anon_sym_return] = ACTIONS(4818), - [anon_sym_continue] = ACTIONS(4818), - [anon_sym_break] = ACTIONS(4818), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4820), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG] = ACTIONS(4818), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), + [4085] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(7287), + [anon_sym_COMMA] = ACTIONS(4287), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_where] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4284), + [sym_label] = ACTIONS(4281), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4289), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4284), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4287), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4820), - [anon_sym_continue_AT] = ACTIONS(4820), - [anon_sym_break_AT] = ACTIONS(4820), - [anon_sym_this_AT] = ACTIONS(4820), - [anon_sym_super_AT] = ACTIONS(4820), - [sym_real_literal] = ACTIONS(4820), - [sym_integer_literal] = ACTIONS(4818), - [sym_hex_literal] = ACTIONS(4820), - [sym_bin_literal] = ACTIONS(4820), - [anon_sym_true] = ACTIONS(4818), - [anon_sym_false] = ACTIONS(4818), - [anon_sym_SQUOTE] = ACTIONS(4820), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4287), + [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4820), + [sym__string_start] = ACTIONS(3981), }, - [4080] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1825), - [sym__comparison_operator] = STATE(1823), + [4086] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1828), + [sym__comparison_operator] = STATE(1827), [sym__in_operator] = STATE(1822), - [sym__is_operator] = STATE(6149), + [sym__is_operator] = STATE(5945), [sym__additive_operator] = STATE(1821), [sym__multiplicative_operator] = STATE(1820), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1818), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1819), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3150), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3103), - [anon_sym_LPAREN] = ACTIONS(7041), + [anon_sym_RBRACE] = ACTIONS(3152), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7215), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7217), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7219), - [anon_sym_DOT_DOT] = ACTIONS(7221), - [anon_sym_QMARK_COLON] = ACTIONS(7223), - [anon_sym_AMP_AMP] = ACTIONS(7235), - [anon_sym_PIPE_PIPE] = ACTIONS(7237), - [anon_sym_else] = ACTIONS(3101), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3103), - [anon_sym_DASH_EQ] = ACTIONS(3103), - [anon_sym_STAR_EQ] = ACTIONS(3103), - [anon_sym_SLASH_EQ] = ACTIONS(3103), - [anon_sym_PERCENT_EQ] = ACTIONS(3103), - [anon_sym_BANG_EQ] = ACTIONS(7225), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7227), - [anon_sym_EQ_EQ] = ACTIONS(7225), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7227), - [anon_sym_LT_EQ] = ACTIONS(7229), - [anon_sym_GT_EQ] = ACTIONS(7229), - [anon_sym_BANGin] = ACTIONS(7231), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7233), - [anon_sym_DASH] = ACTIONS(7233), - [anon_sym_SLASH] = ACTIONS(7217), - [anon_sym_PERCENT] = ACTIONS(7217), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7221), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7223), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7225), + [anon_sym_DOT_DOT] = ACTIONS(7227), + [anon_sym_QMARK_COLON] = ACTIONS(7229), + [anon_sym_AMP_AMP] = ACTIONS(7231), + [anon_sym_PIPE_PIPE] = ACTIONS(7233), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3152), + [anon_sym_DASH_EQ] = ACTIONS(3152), + [anon_sym_STAR_EQ] = ACTIONS(3152), + [anon_sym_SLASH_EQ] = ACTIONS(3152), + [anon_sym_PERCENT_EQ] = ACTIONS(3152), + [anon_sym_BANG_EQ] = ACTIONS(7235), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7237), + [anon_sym_EQ_EQ] = ACTIONS(7235), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7237), + [anon_sym_LT_EQ] = ACTIONS(7239), + [anon_sym_GT_EQ] = ACTIONS(7239), + [anon_sym_BANGin] = ACTIONS(7241), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7243), + [anon_sym_DASH] = ACTIONS(7243), + [anon_sym_SLASH] = ACTIONS(7223), + [anon_sym_PERCENT] = ACTIONS(7223), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3103), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3152), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4081] = { - [sym_class_body] = STATE(3203), - [sym__alpha_identifier] = ACTIONS(4349), - [anon_sym_AT] = ACTIONS(4351), - [anon_sym_COLON] = ACTIONS(7281), - [anon_sym_LBRACK] = ACTIONS(4351), - [anon_sym_as] = ACTIONS(4349), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4351), - [anon_sym_LPAREN] = ACTIONS(4351), - [anon_sym_LT] = ACTIONS(4349), - [anon_sym_GT] = ACTIONS(4349), - [anon_sym_object] = ACTIONS(4349), - [anon_sym_fun] = ACTIONS(4349), - [anon_sym_DOT] = ACTIONS(4349), - [anon_sym_SEMI] = ACTIONS(4351), - [anon_sym_get] = ACTIONS(4349), - [anon_sym_set] = ACTIONS(4349), - [anon_sym_this] = ACTIONS(4349), - [anon_sym_super] = ACTIONS(4349), - [anon_sym_STAR] = ACTIONS(4351), - [sym_label] = ACTIONS(4349), - [anon_sym_in] = ACTIONS(4349), - [anon_sym_DOT_DOT] = ACTIONS(4351), - [anon_sym_QMARK_COLON] = ACTIONS(4351), - [anon_sym_AMP_AMP] = ACTIONS(4351), - [anon_sym_PIPE_PIPE] = ACTIONS(4351), - [anon_sym_null] = ACTIONS(4349), - [anon_sym_if] = ACTIONS(4349), - [anon_sym_else] = ACTIONS(4349), - [anon_sym_when] = ACTIONS(4349), - [anon_sym_try] = ACTIONS(4349), - [anon_sym_throw] = ACTIONS(4349), - [anon_sym_return] = ACTIONS(4349), - [anon_sym_continue] = ACTIONS(4349), - [anon_sym_break] = ACTIONS(4349), - [anon_sym_COLON_COLON] = ACTIONS(4351), - [anon_sym_BANG_EQ] = ACTIONS(4349), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4351), - [anon_sym_EQ_EQ] = ACTIONS(4349), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4351), - [anon_sym_LT_EQ] = ACTIONS(4351), - [anon_sym_GT_EQ] = ACTIONS(4351), - [anon_sym_BANGin] = ACTIONS(4351), - [anon_sym_is] = ACTIONS(4349), - [anon_sym_BANGis] = ACTIONS(4351), - [anon_sym_PLUS] = ACTIONS(4349), - [anon_sym_DASH] = ACTIONS(4349), - [anon_sym_SLASH] = ACTIONS(4349), - [anon_sym_PERCENT] = ACTIONS(4351), - [anon_sym_as_QMARK] = ACTIONS(4351), - [anon_sym_PLUS_PLUS] = ACTIONS(4351), - [anon_sym_DASH_DASH] = ACTIONS(4351), - [anon_sym_BANG] = ACTIONS(4349), - [anon_sym_BANG_BANG] = ACTIONS(4351), - [anon_sym_data] = ACTIONS(4349), - [anon_sym_inner] = ACTIONS(4349), - [anon_sym_value] = ACTIONS(4349), - [anon_sym_expect] = ACTIONS(4349), - [anon_sym_actual] = ACTIONS(4349), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4351), - [anon_sym_continue_AT] = ACTIONS(4351), - [anon_sym_break_AT] = ACTIONS(4351), - [anon_sym_this_AT] = ACTIONS(4351), - [anon_sym_super_AT] = ACTIONS(4351), - [sym_real_literal] = ACTIONS(4351), - [sym_integer_literal] = ACTIONS(4349), - [sym_hex_literal] = ACTIONS(4351), - [sym_bin_literal] = ACTIONS(4351), - [anon_sym_true] = ACTIONS(4349), - [anon_sym_false] = ACTIONS(4349), - [anon_sym_SQUOTE] = ACTIONS(4351), - [sym__backtick_identifier] = ACTIONS(4351), - [sym__automatic_semicolon] = ACTIONS(4351), - [sym_safe_nav] = ACTIONS(4351), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4351), - }, - [4082] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1825), - [sym__comparison_operator] = STATE(1823), + [4087] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1828), + [sym__comparison_operator] = STATE(1827), [sym__in_operator] = STATE(1822), - [sym__is_operator] = STATE(6149), + [sym__is_operator] = STATE(5945), [sym__additive_operator] = STATE(1821), [sym__multiplicative_operator] = STATE(1820), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1818), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1819), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3182), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3117), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3184), - [anon_sym_LPAREN] = ACTIONS(7041), + [anon_sym_RBRACE] = ACTIONS(3119), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7215), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7217), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7219), - [anon_sym_DOT_DOT] = ACTIONS(7221), - [anon_sym_QMARK_COLON] = ACTIONS(7223), - [anon_sym_AMP_AMP] = ACTIONS(7235), - [anon_sym_PIPE_PIPE] = ACTIONS(7237), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3184), - [anon_sym_DASH_EQ] = ACTIONS(3184), - [anon_sym_STAR_EQ] = ACTIONS(3184), - [anon_sym_SLASH_EQ] = ACTIONS(3184), - [anon_sym_PERCENT_EQ] = ACTIONS(3184), - [anon_sym_BANG_EQ] = ACTIONS(7225), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7227), - [anon_sym_EQ_EQ] = ACTIONS(7225), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7227), - [anon_sym_LT_EQ] = ACTIONS(7229), - [anon_sym_GT_EQ] = ACTIONS(7229), - [anon_sym_BANGin] = ACTIONS(7231), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7233), - [anon_sym_DASH] = ACTIONS(7233), - [anon_sym_SLASH] = ACTIONS(7217), - [anon_sym_PERCENT] = ACTIONS(7217), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3117), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3119), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7223), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7225), + [anon_sym_DOT_DOT] = ACTIONS(7227), + [anon_sym_QMARK_COLON] = ACTIONS(7229), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_else] = ACTIONS(3117), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3119), + [anon_sym_DASH_EQ] = ACTIONS(3119), + [anon_sym_STAR_EQ] = ACTIONS(3119), + [anon_sym_SLASH_EQ] = ACTIONS(3119), + [anon_sym_PERCENT_EQ] = ACTIONS(3119), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(7241), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7243), + [anon_sym_DASH] = ACTIONS(7243), + [anon_sym_SLASH] = ACTIONS(7223), + [anon_sym_PERCENT] = ACTIONS(7223), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3184), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3119), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4083] = { + [4088] = { [sym__alpha_identifier] = ACTIONS(4281), [anon_sym_AT] = ACTIONS(4284), [anon_sym_LBRACK] = ACTIONS(4284), [anon_sym_as] = ACTIONS(4281), - [anon_sym_EQ] = ACTIONS(4004), + [anon_sym_EQ] = ACTIONS(4281), [anon_sym_LBRACE] = ACTIONS(4284), [anon_sym_RBRACE] = ACTIONS(4284), - [anon_sym_LPAREN] = ACTIONS(5852), + [anon_sym_LPAREN] = ACTIONS(5261), [anon_sym_RPAREN] = ACTIONS(4284), [anon_sym_LT] = ACTIONS(4281), [anon_sym_GT] = ACTIONS(4281), @@ -451356,11 +451701,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_PIPE] = ACTIONS(4284), [anon_sym_else] = ACTIONS(4281), [anon_sym_COLON_COLON] = ACTIONS(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), + [anon_sym_PLUS_EQ] = ACTIONS(4284), + [anon_sym_DASH_EQ] = ACTIONS(4284), + [anon_sym_STAR_EQ] = ACTIONS(4284), + [anon_sym_SLASH_EQ] = ACTIONS(4284), + [anon_sym_PERCENT_EQ] = ACTIONS(4284), [anon_sym_BANG_EQ] = ACTIONS(4281), [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), [anon_sym_EQ_EQ] = ACTIONS(4281), @@ -451409,1268 +451754,791 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4284), [sym_multiline_comment] = ACTIONS(3), }, - [4084] = { - [sym_type_constraints] = STATE(4174), - [sym_function_body] = STATE(3982), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_COLON] = ACTIONS(7283), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - }, - [4085] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4259), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4262), - [anon_sym_LPAREN] = ACTIONS(5860), - [anon_sym_RPAREN] = ACTIONS(4262), - [anon_sym_LT] = ACTIONS(4259), - [anon_sym_GT] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4259), - [anon_sym_SEMI] = ACTIONS(4262), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4262), - [anon_sym_in] = ACTIONS(4259), - [anon_sym_while] = ACTIONS(4259), - [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(4259), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4259), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), - [anon_sym_EQ_EQ] = ACTIONS(4259), - [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(4259), - [anon_sym_BANGis] = ACTIONS(4262), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4259), - [anon_sym_PERCENT] = ACTIONS(4259), - [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(4259), - [anon_sym_sealed] = ACTIONS(4259), - [anon_sym_annotation] = ACTIONS(4259), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4259), - [anon_sym_lateinit] = ACTIONS(4259), - [anon_sym_public] = ACTIONS(4259), - [anon_sym_private] = ACTIONS(4259), - [anon_sym_internal] = ACTIONS(4259), - [anon_sym_protected] = ACTIONS(4259), - [anon_sym_tailrec] = ACTIONS(4259), - [anon_sym_operator] = ACTIONS(4259), - [anon_sym_infix] = ACTIONS(4259), - [anon_sym_inline] = ACTIONS(4259), - [anon_sym_external] = ACTIONS(4259), - [sym_property_modifier] = ACTIONS(4259), - [anon_sym_abstract] = ACTIONS(4259), - [anon_sym_final] = ACTIONS(4259), - [anon_sym_open] = ACTIONS(4259), - [anon_sym_vararg] = ACTIONS(4259), - [anon_sym_noinline] = ACTIONS(4259), - [anon_sym_crossinline] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4262), - [sym_safe_nav] = ACTIONS(4262), - [sym_multiline_comment] = ACTIONS(3), - }, - [4086] = { - [sym_class_body] = STATE(3157), - [sym__alpha_identifier] = ACTIONS(4497), - [anon_sym_AT] = ACTIONS(4499), - [anon_sym_COLON] = ACTIONS(7285), - [anon_sym_LBRACK] = ACTIONS(4499), - [anon_sym_as] = ACTIONS(4497), - [anon_sym_LBRACE] = ACTIONS(3262), - [anon_sym_RBRACE] = ACTIONS(4499), - [anon_sym_LPAREN] = ACTIONS(4499), - [anon_sym_LT] = ACTIONS(4497), - [anon_sym_GT] = 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(4499), - [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_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_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(4499), - [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_value] = ACTIONS(4497), - [anon_sym_expect] = ACTIONS(4497), - [anon_sym_actual] = ACTIONS(4497), + [4089] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4295), + [anon_sym_EQ] = ACTIONS(4295), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4298), + [anon_sym_LPAREN] = ACTIONS(5257), + [anon_sym_RPAREN] = ACTIONS(4298), + [anon_sym_LT] = ACTIONS(4295), + [anon_sym_GT] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4295), + [anon_sym_SEMI] = ACTIONS(4298), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4298), + [anon_sym_in] = ACTIONS(4295), + [anon_sym_while] = ACTIONS(4295), + [anon_sym_DOT_DOT] = ACTIONS(4298), + [anon_sym_QMARK_COLON] = ACTIONS(4298), + [anon_sym_AMP_AMP] = ACTIONS(4298), + [anon_sym_PIPE_PIPE] = ACTIONS(4298), + [anon_sym_else] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4298), + [anon_sym_DASH_EQ] = ACTIONS(4298), + [anon_sym_STAR_EQ] = ACTIONS(4298), + [anon_sym_SLASH_EQ] = ACTIONS(4298), + [anon_sym_PERCENT_EQ] = ACTIONS(4298), + [anon_sym_BANG_EQ] = ACTIONS(4295), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4298), + [anon_sym_EQ_EQ] = ACTIONS(4295), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4298), + [anon_sym_LT_EQ] = ACTIONS(4298), + [anon_sym_GT_EQ] = ACTIONS(4298), + [anon_sym_BANGin] = ACTIONS(4298), + [anon_sym_is] = ACTIONS(4295), + [anon_sym_BANGis] = ACTIONS(4298), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4295), + [anon_sym_PERCENT] = ACTIONS(4295), + [anon_sym_as_QMARK] = ACTIONS(4298), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG_BANG] = ACTIONS(4298), + [anon_sym_suspend] = ACTIONS(4295), + [anon_sym_sealed] = ACTIONS(4295), + [anon_sym_annotation] = ACTIONS(4295), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_override] = ACTIONS(4295), + [anon_sym_lateinit] = ACTIONS(4295), + [anon_sym_public] = ACTIONS(4295), + [anon_sym_private] = ACTIONS(4295), + [anon_sym_internal] = ACTIONS(4295), + [anon_sym_protected] = ACTIONS(4295), + [anon_sym_tailrec] = ACTIONS(4295), + [anon_sym_operator] = ACTIONS(4295), + [anon_sym_infix] = ACTIONS(4295), + [anon_sym_inline] = ACTIONS(4295), + [anon_sym_external] = ACTIONS(4295), + [sym_property_modifier] = ACTIONS(4295), + [anon_sym_abstract] = ACTIONS(4295), + [anon_sym_final] = ACTIONS(4295), + [anon_sym_open] = ACTIONS(4295), + [anon_sym_vararg] = ACTIONS(4295), + [anon_sym_noinline] = ACTIONS(4295), + [anon_sym_crossinline] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4499), - [anon_sym_continue_AT] = ACTIONS(4499), - [anon_sym_break_AT] = ACTIONS(4499), - [anon_sym_this_AT] = ACTIONS(4499), - [anon_sym_super_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), - }, - [4087] = { - [sym_type_constraints] = STATE(4206), - [sym_function_body] = STATE(3552), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4173), - [anon_sym_AT] = ACTIONS(4175), - [anon_sym_COLON] = ACTIONS(7287), - [anon_sym_LBRACK] = ACTIONS(4175), - [anon_sym_as] = ACTIONS(4173), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4175), - [anon_sym_LPAREN] = ACTIONS(4175), - [anon_sym_RPAREN] = ACTIONS(4175), - [anon_sym_LT] = ACTIONS(4173), - [anon_sym_GT] = ACTIONS(4173), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4173), - [anon_sym_SEMI] = ACTIONS(4175), - [anon_sym_get] = ACTIONS(4173), - [anon_sym_set] = ACTIONS(4173), - [anon_sym_STAR] = ACTIONS(4175), - [sym_label] = ACTIONS(4175), - [anon_sym_in] = ACTIONS(4173), - [anon_sym_while] = ACTIONS(4173), - [anon_sym_DOT_DOT] = ACTIONS(4175), - [anon_sym_QMARK_COLON] = ACTIONS(4175), - [anon_sym_AMP_AMP] = ACTIONS(4175), - [anon_sym_PIPE_PIPE] = ACTIONS(4175), - [anon_sym_else] = ACTIONS(4173), - [anon_sym_COLON_COLON] = ACTIONS(4175), - [anon_sym_BANG_EQ] = ACTIONS(4173), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4175), - [anon_sym_EQ_EQ] = ACTIONS(4173), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4175), - [anon_sym_LT_EQ] = ACTIONS(4175), - [anon_sym_GT_EQ] = ACTIONS(4175), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(4173), - [anon_sym_BANGis] = ACTIONS(4175), - [anon_sym_PLUS] = ACTIONS(4173), - [anon_sym_DASH] = ACTIONS(4173), - [anon_sym_SLASH] = ACTIONS(4173), - [anon_sym_PERCENT] = ACTIONS(4175), - [anon_sym_as_QMARK] = ACTIONS(4175), - [anon_sym_PLUS_PLUS] = ACTIONS(4175), - [anon_sym_DASH_DASH] = ACTIONS(4175), - [anon_sym_BANG_BANG] = ACTIONS(4175), - [anon_sym_suspend] = ACTIONS(4173), - [anon_sym_sealed] = ACTIONS(4173), - [anon_sym_annotation] = ACTIONS(4173), - [anon_sym_data] = ACTIONS(4173), - [anon_sym_inner] = ACTIONS(4173), - [anon_sym_value] = ACTIONS(4173), - [anon_sym_override] = ACTIONS(4173), - [anon_sym_lateinit] = ACTIONS(4173), - [anon_sym_public] = ACTIONS(4173), - [anon_sym_private] = ACTIONS(4173), - [anon_sym_internal] = ACTIONS(4173), - [anon_sym_protected] = ACTIONS(4173), - [anon_sym_tailrec] = ACTIONS(4173), - [anon_sym_operator] = ACTIONS(4173), - [anon_sym_infix] = ACTIONS(4173), - [anon_sym_inline] = ACTIONS(4173), - [anon_sym_external] = ACTIONS(4173), - [sym_property_modifier] = ACTIONS(4173), - [anon_sym_abstract] = ACTIONS(4173), - [anon_sym_final] = ACTIONS(4173), - [anon_sym_open] = ACTIONS(4173), - [anon_sym_vararg] = ACTIONS(4173), - [anon_sym_noinline] = ACTIONS(4173), - [anon_sym_crossinline] = ACTIONS(4173), - [anon_sym_expect] = ACTIONS(4173), - [anon_sym_actual] = ACTIONS(4173), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4175), - [sym_safe_nav] = ACTIONS(4175), - [sym_multiline_comment] = ACTIONS(3), - }, - [4088] = { - [sym_type_constraints] = STATE(4222), - [sym_function_body] = STATE(3475), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_COLON] = ACTIONS(7289), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_RPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_while] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), + [sym__backtick_identifier] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4298), [sym_multiline_comment] = ACTIONS(3), }, - [4089] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1825), - [sym__comparison_operator] = STATE(1823), + [4090] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1828), + [sym__comparison_operator] = STATE(1827), [sym__in_operator] = STATE(1822), - [sym__is_operator] = STATE(6149), + [sym__is_operator] = STATE(5945), [sym__additive_operator] = STATE(1821), [sym__multiplicative_operator] = STATE(1820), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1818), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1819), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(3135), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3113), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_EQ] = ACTIONS(3135), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7215), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7217), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7219), - [anon_sym_DOT_DOT] = ACTIONS(7221), - [anon_sym_QMARK_COLON] = ACTIONS(7223), - [anon_sym_AMP_AMP] = ACTIONS(7235), - [anon_sym_PIPE_PIPE] = ACTIONS(7237), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3115), - [anon_sym_DASH_EQ] = ACTIONS(3115), - [anon_sym_STAR_EQ] = ACTIONS(3115), - [anon_sym_SLASH_EQ] = ACTIONS(3115), - [anon_sym_PERCENT_EQ] = ACTIONS(3115), - [anon_sym_BANG_EQ] = ACTIONS(7225), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7227), - [anon_sym_EQ_EQ] = ACTIONS(7225), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7227), - [anon_sym_LT_EQ] = ACTIONS(7229), - [anon_sym_GT_EQ] = ACTIONS(7229), - [anon_sym_BANGin] = ACTIONS(7231), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7233), - [anon_sym_DASH] = ACTIONS(7233), - [anon_sym_SLASH] = ACTIONS(7217), - [anon_sym_PERCENT] = ACTIONS(7217), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_RBRACE] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3135), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_PLUS_EQ] = ACTIONS(3137), + [anon_sym_DASH_EQ] = ACTIONS(3137), + [anon_sym_STAR_EQ] = ACTIONS(3137), + [anon_sym_SLASH_EQ] = ACTIONS(3137), + [anon_sym_PERCENT_EQ] = ACTIONS(3137), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3135), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3137), + [sym__automatic_semicolon] = ACTIONS(3137), + [sym_safe_nav] = ACTIONS(7081), + [sym_multiline_comment] = ACTIONS(3), + }, + [4091] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4295), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4298), + [anon_sym_LPAREN] = ACTIONS(5940), + [anon_sym_RPAREN] = ACTIONS(4298), + [anon_sym_LT] = ACTIONS(4295), + [anon_sym_GT] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4295), + [anon_sym_SEMI] = ACTIONS(4298), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4298), + [anon_sym_in] = ACTIONS(4295), + [anon_sym_while] = ACTIONS(4295), + [anon_sym_DOT_DOT] = ACTIONS(4298), + [anon_sym_QMARK_COLON] = ACTIONS(4298), + [anon_sym_AMP_AMP] = ACTIONS(4298), + [anon_sym_PIPE_PIPE] = ACTIONS(4298), + [anon_sym_else] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(4295), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4298), + [anon_sym_EQ_EQ] = ACTIONS(4295), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4298), + [anon_sym_LT_EQ] = ACTIONS(4298), + [anon_sym_GT_EQ] = ACTIONS(4298), + [anon_sym_BANGin] = ACTIONS(4298), + [anon_sym_is] = ACTIONS(4295), + [anon_sym_BANGis] = ACTIONS(4298), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4295), + [anon_sym_PERCENT] = ACTIONS(4295), + [anon_sym_as_QMARK] = ACTIONS(4298), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG_BANG] = ACTIONS(4298), + [anon_sym_suspend] = ACTIONS(4295), + [anon_sym_sealed] = ACTIONS(4295), + [anon_sym_annotation] = ACTIONS(4295), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_override] = ACTIONS(4295), + [anon_sym_lateinit] = ACTIONS(4295), + [anon_sym_public] = ACTIONS(4295), + [anon_sym_private] = ACTIONS(4295), + [anon_sym_internal] = ACTIONS(4295), + [anon_sym_protected] = ACTIONS(4295), + [anon_sym_tailrec] = ACTIONS(4295), + [anon_sym_operator] = ACTIONS(4295), + [anon_sym_infix] = ACTIONS(4295), + [anon_sym_inline] = ACTIONS(4295), + [anon_sym_external] = ACTIONS(4295), + [sym_property_modifier] = ACTIONS(4295), + [anon_sym_abstract] = ACTIONS(4295), + [anon_sym_final] = ACTIONS(4295), + [anon_sym_open] = ACTIONS(4295), + [anon_sym_vararg] = ACTIONS(4295), + [anon_sym_noinline] = ACTIONS(4295), + [anon_sym_crossinline] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3115), - [sym_safe_nav] = ACTIONS(7061), + [sym__backtick_identifier] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4298), [sym_multiline_comment] = ACTIONS(3), }, - [4090] = { + [4092] = { [sym__alpha_identifier] = ACTIONS(4281), [anon_sym_AT] = ACTIONS(4284), [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4289), + [anon_sym_as] = ACTIONS(4281), + [anon_sym_EQ] = ACTIONS(3976), [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(7291), - [anon_sym_COMMA] = ACTIONS(4287), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_where] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_RBRACE] = ACTIONS(4284), + [anon_sym_LPAREN] = ACTIONS(5936), + [anon_sym_RPAREN] = ACTIONS(4284), + [anon_sym_LT] = ACTIONS(4281), + [anon_sym_GT] = ACTIONS(4281), + [anon_sym_DOT] = ACTIONS(4281), + [anon_sym_SEMI] = ACTIONS(4284), [anon_sym_get] = ACTIONS(4281), [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4281), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), + [anon_sym_STAR] = ACTIONS(4281), + [sym_label] = ACTIONS(4284), + [anon_sym_in] = ACTIONS(4281), + [anon_sym_while] = ACTIONS(4281), + [anon_sym_DOT_DOT] = ACTIONS(4284), + [anon_sym_QMARK_COLON] = ACTIONS(4284), + [anon_sym_AMP_AMP] = ACTIONS(4284), + [anon_sym_PIPE_PIPE] = ACTIONS(4284), + [anon_sym_else] = ACTIONS(4281), [anon_sym_COLON_COLON] = ACTIONS(4284), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), + [anon_sym_BANG_EQ] = ACTIONS(4281), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), + [anon_sym_EQ_EQ] = ACTIONS(4281), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4284), + [anon_sym_LT_EQ] = ACTIONS(4284), + [anon_sym_GT_EQ] = ACTIONS(4284), + [anon_sym_BANGin] = ACTIONS(4284), + [anon_sym_is] = ACTIONS(4281), + [anon_sym_BANGis] = ACTIONS(4284), [anon_sym_PLUS] = ACTIONS(4281), [anon_sym_DASH] = ACTIONS(4281), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4287), - [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_SLASH] = ACTIONS(4281), + [anon_sym_PERCENT] = ACTIONS(4281), + [anon_sym_as_QMARK] = ACTIONS(4284), [anon_sym_PLUS_PLUS] = ACTIONS(4284), [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_BANG_BANG] = ACTIONS(4284), + [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_value] = 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(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4287), - [sym_safe_nav] = ACTIONS(4287), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [4091] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(7295), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4262), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [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(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), + [sym_safe_nav] = ACTIONS(4284), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), }, - [4092] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1825), - [sym__comparison_operator] = STATE(1823), - [sym__in_operator] = STATE(1822), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1821), - [sym__multiplicative_operator] = STATE(1820), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1818), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [4093] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_EQ] = ACTIONS(3125), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7217), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(7221), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_PLUS_EQ] = ACTIONS(3127), - [anon_sym_DASH_EQ] = ACTIONS(3127), - [anon_sym_STAR_EQ] = ACTIONS(3127), - [anon_sym_SLASH_EQ] = ACTIONS(3127), - [anon_sym_PERCENT_EQ] = ACTIONS(3127), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(7233), - [anon_sym_DASH] = ACTIONS(7233), - [anon_sym_SLASH] = ACTIONS(7217), - [anon_sym_PERCENT] = ACTIONS(7217), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3156), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3156), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3156), + [anon_sym_RPAREN] = ACTIONS(3156), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_where] = ACTIONS(3154), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [anon_sym_DASH_GT] = ACTIONS(3156), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_while] = ACTIONS(3154), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3127), - [sym_safe_nav] = ACTIONS(7061), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4093] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(6650), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4259), - [anon_sym_fun] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4259), - [anon_sym_super] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4262), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [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(4259), - [anon_sym_if] = ACTIONS(4259), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4259), - [anon_sym_try] = ACTIONS(4259), - [anon_sym_throw] = ACTIONS(4259), - [anon_sym_return] = ACTIONS(4259), - [anon_sym_continue] = ACTIONS(4259), - [anon_sym_break] = ACTIONS(4259), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4259), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4262), - [anon_sym_continue_AT] = ACTIONS(4262), - [anon_sym_break_AT] = ACTIONS(4262), - [anon_sym_this_AT] = ACTIONS(4262), - [anon_sym_super_AT] = ACTIONS(4262), - [sym_real_literal] = ACTIONS(4262), - [sym_integer_literal] = ACTIONS(4259), - [sym_hex_literal] = ACTIONS(4262), - [sym_bin_literal] = ACTIONS(4262), - [anon_sym_true] = ACTIONS(4259), - [anon_sym_false] = ACTIONS(4259), - [anon_sym_SQUOTE] = ACTIONS(4262), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4262), - }, [4094] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(6646), - [anon_sym_COMMA] = ACTIONS(4287), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_where] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4281), - [anon_sym_fun] = ACTIONS(4281), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4281), - [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4281), - [anon_sym_super] = ACTIONS(4281), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4281), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4281), - [anon_sym_if] = ACTIONS(4281), - [anon_sym_else] = ACTIONS(4289), - [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(4284), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4281), - [anon_sym_DASH] = ACTIONS(4281), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4287), - [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4281), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_data] = ACTIONS(4281), - [anon_sym_inner] = ACTIONS(4281), - [anon_sym_value] = ACTIONS(4281), - [anon_sym_expect] = ACTIONS(4281), - [anon_sym_actual] = ACTIONS(4281), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4284), - [anon_sym_continue_AT] = ACTIONS(4284), - [anon_sym_break_AT] = ACTIONS(4284), - [anon_sym_this_AT] = ACTIONS(4284), - [anon_sym_super_AT] = ACTIONS(4284), - [sym_real_literal] = ACTIONS(4284), - [sym_integer_literal] = ACTIONS(4281), - [sym_hex_literal] = ACTIONS(4284), - [sym_bin_literal] = ACTIONS(4284), - [anon_sym_true] = ACTIONS(4281), - [anon_sym_false] = ACTIONS(4281), - [anon_sym_SQUOTE] = ACTIONS(4284), - [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4287), - [sym_safe_nav] = ACTIONS(4287), + [sym_type_constraints] = STATE(4220), + [sym_function_body] = STATE(3460), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_RPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4325), + [sym_label] = ACTIONS(4325), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_while] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4325), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4284), }, [4095] = { - [sym_type_constraints] = STATE(4219), - [sym_function_body] = STATE(3530), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_COLON] = ACTIONS(7299), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_RPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4139), - [sym_label] = ACTIONS(4139), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_while] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4139), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3144), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3144), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3144), + [anon_sym_RPAREN] = ACTIONS(3144), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_where] = ACTIONS(3142), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [anon_sym_DASH_GT] = ACTIONS(3144), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_while] = ACTIONS(3142), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4096] = { - [sym__alpha_identifier] = ACTIONS(4874), - [anon_sym_AT] = ACTIONS(4876), - [anon_sym_LBRACK] = ACTIONS(4876), - [anon_sym_as] = ACTIONS(4874), - [anon_sym_LBRACE] = ACTIONS(4876), - [anon_sym_RBRACE] = ACTIONS(4876), - [anon_sym_LPAREN] = ACTIONS(7301), - [anon_sym_COMMA] = ACTIONS(4876), - [anon_sym_LT] = ACTIONS(4874), - [anon_sym_GT] = ACTIONS(4874), - [anon_sym_where] = ACTIONS(4874), - [anon_sym_object] = ACTIONS(4874), - [anon_sym_fun] = ACTIONS(4874), - [anon_sym_DOT] = ACTIONS(4874), - [anon_sym_SEMI] = ACTIONS(4876), - [anon_sym_get] = ACTIONS(4874), - [anon_sym_set] = ACTIONS(4874), - [anon_sym_this] = ACTIONS(4874), - [anon_sym_super] = ACTIONS(4874), - [anon_sym_STAR] = ACTIONS(4876), - [sym_label] = ACTIONS(4874), - [anon_sym_in] = ACTIONS(4874), - [anon_sym_DOT_DOT] = ACTIONS(4876), - [anon_sym_QMARK_COLON] = ACTIONS(4876), - [anon_sym_AMP_AMP] = ACTIONS(4876), - [anon_sym_PIPE_PIPE] = ACTIONS(4876), - [anon_sym_null] = ACTIONS(4874), - [anon_sym_if] = ACTIONS(4874), - [anon_sym_else] = ACTIONS(4874), - [anon_sym_when] = ACTIONS(4874), - [anon_sym_try] = ACTIONS(4874), - [anon_sym_throw] = ACTIONS(4874), - [anon_sym_return] = ACTIONS(4874), - [anon_sym_continue] = ACTIONS(4874), - [anon_sym_break] = ACTIONS(4874), - [anon_sym_COLON_COLON] = ACTIONS(4876), - [anon_sym_BANG_EQ] = ACTIONS(4874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4876), - [anon_sym_EQ_EQ] = ACTIONS(4874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4876), - [anon_sym_LT_EQ] = ACTIONS(4876), - [anon_sym_GT_EQ] = ACTIONS(4876), - [anon_sym_BANGin] = ACTIONS(4876), - [anon_sym_is] = ACTIONS(4874), - [anon_sym_BANGis] = ACTIONS(4876), - [anon_sym_PLUS] = ACTIONS(4874), - [anon_sym_DASH] = ACTIONS(4874), - [anon_sym_SLASH] = ACTIONS(4874), - [anon_sym_PERCENT] = ACTIONS(4876), - [anon_sym_as_QMARK] = ACTIONS(4876), - [anon_sym_PLUS_PLUS] = ACTIONS(4876), - [anon_sym_DASH_DASH] = ACTIONS(4876), - [anon_sym_BANG] = ACTIONS(4874), - [anon_sym_BANG_BANG] = ACTIONS(4876), - [anon_sym_data] = ACTIONS(4874), - [anon_sym_inner] = ACTIONS(4874), - [anon_sym_value] = ACTIONS(4874), - [anon_sym_expect] = ACTIONS(4874), - [anon_sym_actual] = ACTIONS(4874), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4876), - [anon_sym_continue_AT] = ACTIONS(4876), - [anon_sym_break_AT] = ACTIONS(4876), - [anon_sym_this_AT] = ACTIONS(4876), - [anon_sym_super_AT] = ACTIONS(4876), - [sym_real_literal] = ACTIONS(4876), - [sym_integer_literal] = ACTIONS(4874), - [sym_hex_literal] = ACTIONS(4876), - [sym_bin_literal] = ACTIONS(4876), - [anon_sym_true] = ACTIONS(4874), - [anon_sym_false] = ACTIONS(4874), - [anon_sym_SQUOTE] = ACTIONS(4876), - [sym__backtick_identifier] = ACTIONS(4876), - [sym__automatic_semicolon] = ACTIONS(4876), - [sym_safe_nav] = ACTIONS(4876), + [sym_function_body] = STATE(3956), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4206), + [anon_sym_AT] = ACTIONS(4208), + [anon_sym_COLON] = ACTIONS(7317), + [anon_sym_LBRACK] = ACTIONS(4208), + [anon_sym_as] = ACTIONS(4206), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4208), + [anon_sym_LPAREN] = ACTIONS(4208), + [anon_sym_COMMA] = ACTIONS(4208), + [anon_sym_LT] = ACTIONS(4206), + [anon_sym_GT] = ACTIONS(4206), + [anon_sym_where] = ACTIONS(4206), + [anon_sym_DOT] = ACTIONS(4206), + [anon_sym_SEMI] = ACTIONS(4208), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4206), + [anon_sym_STAR] = ACTIONS(4208), + [sym_label] = ACTIONS(4208), + [anon_sym_in] = ACTIONS(4206), + [anon_sym_DOT_DOT] = ACTIONS(4208), + [anon_sym_QMARK_COLON] = ACTIONS(4208), + [anon_sym_AMP_AMP] = ACTIONS(4208), + [anon_sym_PIPE_PIPE] = ACTIONS(4208), + [anon_sym_else] = ACTIONS(4206), + [anon_sym_COLON_COLON] = ACTIONS(4208), + [anon_sym_BANG_EQ] = ACTIONS(4206), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4208), + [anon_sym_EQ_EQ] = ACTIONS(4206), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4208), + [anon_sym_LT_EQ] = ACTIONS(4208), + [anon_sym_GT_EQ] = ACTIONS(4208), + [anon_sym_BANGin] = ACTIONS(4208), + [anon_sym_is] = ACTIONS(4206), + [anon_sym_BANGis] = ACTIONS(4208), + [anon_sym_PLUS] = ACTIONS(4206), + [anon_sym_DASH] = ACTIONS(4206), + [anon_sym_SLASH] = ACTIONS(4206), + [anon_sym_PERCENT] = ACTIONS(4208), + [anon_sym_as_QMARK] = ACTIONS(4208), + [anon_sym_PLUS_PLUS] = ACTIONS(4208), + [anon_sym_DASH_DASH] = ACTIONS(4208), + [anon_sym_BANG_BANG] = ACTIONS(4208), + [anon_sym_suspend] = ACTIONS(4206), + [anon_sym_sealed] = ACTIONS(4206), + [anon_sym_annotation] = ACTIONS(4206), + [anon_sym_data] = ACTIONS(4206), + [anon_sym_inner] = ACTIONS(4206), + [anon_sym_value] = ACTIONS(4206), + [anon_sym_override] = ACTIONS(4206), + [anon_sym_lateinit] = ACTIONS(4206), + [anon_sym_public] = ACTIONS(4206), + [anon_sym_private] = ACTIONS(4206), + [anon_sym_internal] = ACTIONS(4206), + [anon_sym_protected] = ACTIONS(4206), + [anon_sym_tailrec] = ACTIONS(4206), + [anon_sym_operator] = ACTIONS(4206), + [anon_sym_infix] = ACTIONS(4206), + [anon_sym_inline] = ACTIONS(4206), + [anon_sym_external] = ACTIONS(4206), + [sym_property_modifier] = ACTIONS(4206), + [anon_sym_abstract] = ACTIONS(4206), + [anon_sym_final] = ACTIONS(4206), + [anon_sym_open] = ACTIONS(4206), + [anon_sym_vararg] = ACTIONS(4206), + [anon_sym_noinline] = ACTIONS(4206), + [anon_sym_crossinline] = ACTIONS(4206), + [anon_sym_expect] = ACTIONS(4206), + [anon_sym_actual] = ACTIONS(4206), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4208), + [sym__automatic_semicolon] = ACTIONS(4208), + [sym_safe_nav] = ACTIONS(4208), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4876), }, [4097] = { - [sym__alpha_identifier] = ACTIONS(4874), - [anon_sym_AT] = ACTIONS(4876), - [anon_sym_LBRACK] = ACTIONS(4876), - [anon_sym_as] = ACTIONS(4874), - [anon_sym_EQ] = ACTIONS(4874), - [anon_sym_LBRACE] = ACTIONS(4876), - [anon_sym_RBRACE] = ACTIONS(4876), - [anon_sym_LPAREN] = ACTIONS(7303), - [anon_sym_LT] = ACTIONS(4874), - [anon_sym_GT] = ACTIONS(4874), - [anon_sym_DOT] = ACTIONS(4874), - [anon_sym_SEMI] = ACTIONS(4876), - [anon_sym_get] = ACTIONS(4874), - [anon_sym_set] = ACTIONS(4874), - [anon_sym_STAR] = ACTIONS(4874), - [sym_label] = ACTIONS(4876), - [anon_sym_in] = ACTIONS(4874), - [anon_sym_DOT_DOT] = ACTIONS(4876), - [anon_sym_QMARK_COLON] = ACTIONS(4876), - [anon_sym_AMP_AMP] = ACTIONS(4876), - [anon_sym_PIPE_PIPE] = ACTIONS(4876), - [anon_sym_else] = ACTIONS(4874), - [anon_sym_COLON_COLON] = ACTIONS(4876), - [anon_sym_PLUS_EQ] = ACTIONS(4876), - [anon_sym_DASH_EQ] = ACTIONS(4876), - [anon_sym_STAR_EQ] = ACTIONS(4876), - [anon_sym_SLASH_EQ] = ACTIONS(4876), - [anon_sym_PERCENT_EQ] = ACTIONS(4876), - [anon_sym_BANG_EQ] = ACTIONS(4874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4876), - [anon_sym_EQ_EQ] = ACTIONS(4874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4876), - [anon_sym_LT_EQ] = ACTIONS(4876), - [anon_sym_GT_EQ] = ACTIONS(4876), - [anon_sym_BANGin] = ACTIONS(4876), - [anon_sym_is] = ACTIONS(4874), - [anon_sym_BANGis] = ACTIONS(4876), - [anon_sym_PLUS] = ACTIONS(4874), - [anon_sym_DASH] = ACTIONS(4874), - [anon_sym_SLASH] = ACTIONS(4874), - [anon_sym_PERCENT] = ACTIONS(4874), - [anon_sym_as_QMARK] = ACTIONS(4876), - [anon_sym_PLUS_PLUS] = ACTIONS(4876), - [anon_sym_DASH_DASH] = ACTIONS(4876), - [anon_sym_BANG_BANG] = ACTIONS(4876), - [anon_sym_suspend] = ACTIONS(4874), - [anon_sym_sealed] = ACTIONS(4874), - [anon_sym_annotation] = ACTIONS(4874), - [anon_sym_data] = ACTIONS(4874), - [anon_sym_inner] = ACTIONS(4874), - [anon_sym_value] = ACTIONS(4874), - [anon_sym_override] = ACTIONS(4874), - [anon_sym_lateinit] = ACTIONS(4874), - [anon_sym_public] = ACTIONS(4874), - [anon_sym_private] = ACTIONS(4874), - [anon_sym_internal] = ACTIONS(4874), - [anon_sym_protected] = ACTIONS(4874), - [anon_sym_tailrec] = ACTIONS(4874), - [anon_sym_operator] = ACTIONS(4874), - [anon_sym_infix] = ACTIONS(4874), - [anon_sym_inline] = ACTIONS(4874), - [anon_sym_external] = ACTIONS(4874), - [sym_property_modifier] = ACTIONS(4874), - [anon_sym_abstract] = ACTIONS(4874), - [anon_sym_final] = ACTIONS(4874), - [anon_sym_open] = ACTIONS(4874), - [anon_sym_vararg] = ACTIONS(4874), - [anon_sym_noinline] = ACTIONS(4874), - [anon_sym_crossinline] = ACTIONS(4874), - [anon_sym_expect] = ACTIONS(4874), - [anon_sym_actual] = ACTIONS(4874), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4876), - [sym__automatic_semicolon] = ACTIONS(4876), - [sym_safe_nav] = ACTIONS(4876), + [sym_type_constraints] = STATE(4229), + [sym_function_body] = STATE(3869), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_COLON] = ACTIONS(7319), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), [sym_multiline_comment] = ACTIONS(3), }, [4098] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(4140), - [sym__alpha_identifier] = ACTIONS(4736), - [anon_sym_AT] = ACTIONS(4738), - [anon_sym_LBRACK] = ACTIONS(4738), - [anon_sym_RBRACK] = ACTIONS(4738), - [anon_sym_as] = ACTIONS(4736), - [anon_sym_LBRACE] = ACTIONS(4738), - [anon_sym_RBRACE] = ACTIONS(4738), - [anon_sym_LPAREN] = ACTIONS(4738), - [anon_sym_COMMA] = ACTIONS(4738), - [anon_sym_RPAREN] = ACTIONS(4738), - [anon_sym_LT] = ACTIONS(4736), - [anon_sym_GT] = ACTIONS(4736), - [anon_sym_where] = ACTIONS(4736), - [anon_sym_DOT] = ACTIONS(4736), - [anon_sym_SEMI] = ACTIONS(4738), - [anon_sym_get] = ACTIONS(4736), - [anon_sym_set] = ACTIONS(4736), - [anon_sym_STAR] = ACTIONS(4738), - [anon_sym_DASH_GT] = ACTIONS(4738), - [sym_label] = ACTIONS(4738), - [anon_sym_in] = ACTIONS(4736), - [anon_sym_while] = ACTIONS(4736), - [anon_sym_DOT_DOT] = ACTIONS(4738), - [anon_sym_QMARK_COLON] = ACTIONS(4738), - [anon_sym_AMP_AMP] = ACTIONS(4738), - [anon_sym_PIPE_PIPE] = ACTIONS(4738), - [anon_sym_else] = ACTIONS(4736), - [anon_sym_COLON_COLON] = ACTIONS(4738), - [anon_sym_BANG_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4738), - [anon_sym_LT_EQ] = ACTIONS(4738), - [anon_sym_GT_EQ] = ACTIONS(4738), - [anon_sym_BANGin] = ACTIONS(4738), - [anon_sym_is] = ACTIONS(4736), - [anon_sym_BANGis] = ACTIONS(4738), - [anon_sym_PLUS] = ACTIONS(4736), - [anon_sym_DASH] = ACTIONS(4736), - [anon_sym_SLASH] = ACTIONS(4736), - [anon_sym_PERCENT] = ACTIONS(4738), - [anon_sym_as_QMARK] = ACTIONS(4738), - [anon_sym_PLUS_PLUS] = ACTIONS(4738), - [anon_sym_DASH_DASH] = ACTIONS(4738), - [anon_sym_BANG_BANG] = ACTIONS(4738), - [anon_sym_suspend] = ACTIONS(4736), - [anon_sym_sealed] = ACTIONS(4736), - [anon_sym_annotation] = ACTIONS(4736), - [anon_sym_data] = ACTIONS(4736), - [anon_sym_inner] = ACTIONS(4736), - [anon_sym_value] = ACTIONS(4736), - [anon_sym_override] = ACTIONS(4736), - [anon_sym_lateinit] = ACTIONS(4736), - [anon_sym_public] = ACTIONS(4736), - [anon_sym_private] = ACTIONS(4736), - [anon_sym_internal] = ACTIONS(4736), - [anon_sym_protected] = ACTIONS(4736), - [anon_sym_tailrec] = ACTIONS(4736), - [anon_sym_operator] = ACTIONS(4736), - [anon_sym_infix] = ACTIONS(4736), - [anon_sym_inline] = ACTIONS(4736), - [anon_sym_external] = ACTIONS(4736), - [sym_property_modifier] = ACTIONS(4736), - [anon_sym_abstract] = ACTIONS(4736), - [anon_sym_final] = ACTIONS(4736), - [anon_sym_open] = ACTIONS(4736), - [anon_sym_vararg] = ACTIONS(4736), - [anon_sym_noinline] = ACTIONS(4736), - [anon_sym_crossinline] = ACTIONS(4736), - [anon_sym_expect] = ACTIONS(4736), - [anon_sym_actual] = ACTIONS(4736), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4738), - [sym_safe_nav] = ACTIONS(4738), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3148), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3148), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3148), + [anon_sym_RPAREN] = ACTIONS(3148), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_where] = ACTIONS(3146), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [anon_sym_DASH_GT] = ACTIONS(3148), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_while] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4099] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4259), - [anon_sym_EQ] = ACTIONS(4259), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4262), - [anon_sym_LPAREN] = ACTIONS(5410), - [anon_sym_LT] = ACTIONS(4259), - [anon_sym_GT] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4259), - [anon_sym_SEMI] = ACTIONS(4262), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4262), - [anon_sym_in] = ACTIONS(4259), - [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(4259), - [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(4259), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), - [anon_sym_EQ_EQ] = ACTIONS(4259), - [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(4259), - [anon_sym_BANGis] = ACTIONS(4262), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4259), - [anon_sym_PERCENT] = ACTIONS(4259), - [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(4259), - [anon_sym_sealed] = ACTIONS(4259), - [anon_sym_annotation] = ACTIONS(4259), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4259), - [anon_sym_lateinit] = ACTIONS(4259), - [anon_sym_public] = ACTIONS(4259), - [anon_sym_private] = ACTIONS(4259), - [anon_sym_internal] = ACTIONS(4259), - [anon_sym_protected] = ACTIONS(4259), - [anon_sym_tailrec] = ACTIONS(4259), - [anon_sym_operator] = ACTIONS(4259), - [anon_sym_infix] = ACTIONS(4259), - [anon_sym_inline] = ACTIONS(4259), - [anon_sym_external] = ACTIONS(4259), - [sym_property_modifier] = ACTIONS(4259), - [anon_sym_abstract] = ACTIONS(4259), - [anon_sym_final] = ACTIONS(4259), - [anon_sym_open] = ACTIONS(4259), - [anon_sym_vararg] = ACTIONS(4259), - [anon_sym_noinline] = ACTIONS(4259), - [anon_sym_crossinline] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [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), - }, - [4100] = { [sym__alpha_identifier] = ACTIONS(4281), [anon_sym_AT] = ACTIONS(4284), [anon_sym_LBRACK] = ACTIONS(4284), @@ -452678,7 +452546,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ] = ACTIONS(4281), [anon_sym_LBRACE] = ACTIONS(4284), [anon_sym_RBRACE] = ACTIONS(4284), - [anon_sym_LPAREN] = ACTIONS(5422), + [anon_sym_LPAREN] = ACTIONS(5439), [anon_sym_LT] = ACTIONS(4281), [anon_sym_GT] = ACTIONS(4281), [anon_sym_DOT] = ACTIONS(4281), @@ -452748,286 +452616,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4284), [sym_multiline_comment] = ACTIONS(3), }, - [4101] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3184), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3184), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3184), - [anon_sym_RPAREN] = ACTIONS(3184), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_where] = ACTIONS(3182), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [anon_sym_DASH_GT] = ACTIONS(3184), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_while] = ACTIONS(3182), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), - }, - [4102] = { - [sym_type_constraints] = STATE(4183), - [sym_function_body] = STATE(4027), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4301), - [sym_label] = ACTIONS(4301), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4301), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), - [sym_multiline_comment] = ACTIONS(3), - }, - [4103] = { - [sym_function_body] = STATE(4010), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4229), - [anon_sym_AT] = ACTIONS(4231), - [anon_sym_COLON] = ACTIONS(7331), - [anon_sym_LBRACK] = ACTIONS(4231), - [anon_sym_as] = ACTIONS(4229), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4231), - [anon_sym_LPAREN] = ACTIONS(4231), - [anon_sym_COMMA] = ACTIONS(4231), - [anon_sym_LT] = ACTIONS(4229), - [anon_sym_GT] = ACTIONS(4229), - [anon_sym_where] = ACTIONS(4229), - [anon_sym_DOT] = ACTIONS(4229), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(4229), - [anon_sym_set] = ACTIONS(4229), - [anon_sym_STAR] = ACTIONS(4231), - [sym_label] = ACTIONS(4231), - [anon_sym_in] = ACTIONS(4229), - [anon_sym_DOT_DOT] = ACTIONS(4231), - [anon_sym_QMARK_COLON] = ACTIONS(4231), - [anon_sym_AMP_AMP] = ACTIONS(4231), - [anon_sym_PIPE_PIPE] = ACTIONS(4231), - [anon_sym_else] = ACTIONS(4229), - [anon_sym_COLON_COLON] = ACTIONS(4231), - [anon_sym_BANG_EQ] = ACTIONS(4229), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4231), - [anon_sym_EQ_EQ] = ACTIONS(4229), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4231), - [anon_sym_LT_EQ] = ACTIONS(4231), - [anon_sym_GT_EQ] = ACTIONS(4231), - [anon_sym_BANGin] = ACTIONS(4231), - [anon_sym_is] = ACTIONS(4229), - [anon_sym_BANGis] = ACTIONS(4231), - [anon_sym_PLUS] = ACTIONS(4229), - [anon_sym_DASH] = ACTIONS(4229), - [anon_sym_SLASH] = ACTIONS(4229), - [anon_sym_PERCENT] = ACTIONS(4231), - [anon_sym_as_QMARK] = ACTIONS(4231), - [anon_sym_PLUS_PLUS] = ACTIONS(4231), - [anon_sym_DASH_DASH] = ACTIONS(4231), - [anon_sym_BANG_BANG] = ACTIONS(4231), - [anon_sym_suspend] = ACTIONS(4229), - [anon_sym_sealed] = ACTIONS(4229), - [anon_sym_annotation] = ACTIONS(4229), - [anon_sym_data] = ACTIONS(4229), - [anon_sym_inner] = ACTIONS(4229), - [anon_sym_value] = ACTIONS(4229), - [anon_sym_override] = ACTIONS(4229), - [anon_sym_lateinit] = ACTIONS(4229), - [anon_sym_public] = ACTIONS(4229), - [anon_sym_private] = ACTIONS(4229), - [anon_sym_internal] = ACTIONS(4229), - [anon_sym_protected] = ACTIONS(4229), - [anon_sym_tailrec] = ACTIONS(4229), - [anon_sym_operator] = ACTIONS(4229), - [anon_sym_infix] = ACTIONS(4229), - [anon_sym_inline] = ACTIONS(4229), - [anon_sym_external] = ACTIONS(4229), - [sym_property_modifier] = ACTIONS(4229), - [anon_sym_abstract] = ACTIONS(4229), - [anon_sym_final] = ACTIONS(4229), - [anon_sym_open] = ACTIONS(4229), - [anon_sym_vararg] = ACTIONS(4229), - [anon_sym_noinline] = ACTIONS(4229), - [anon_sym_crossinline] = ACTIONS(4229), - [anon_sym_expect] = ACTIONS(4229), - [anon_sym_actual] = ACTIONS(4229), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4231), - [sym__automatic_semicolon] = ACTIONS(4231), - [sym_safe_nav] = ACTIONS(4231), - [sym_multiline_comment] = ACTIONS(3), - }, - [4104] = { - [sym_type_constraints] = STATE(4176), - [sym_function_body] = STATE(3942), - [sym__block] = STATE(3882), + [4100] = { [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), + [anon_sym_EQ] = ACTIONS(4295), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4298), + [anon_sym_LPAREN] = ACTIONS(5432), [anon_sym_LT] = ACTIONS(4295), [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(5824), [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), + [anon_sym_SEMI] = ACTIONS(4298), [anon_sym_get] = ACTIONS(4295), [anon_sym_set] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4297), - [sym_label] = ACTIONS(4297), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4298), [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), + [anon_sym_DOT_DOT] = ACTIONS(4298), + [anon_sym_QMARK_COLON] = ACTIONS(4298), + [anon_sym_AMP_AMP] = ACTIONS(4298), + [anon_sym_PIPE_PIPE] = ACTIONS(4298), [anon_sym_else] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(4298), + [anon_sym_DASH_EQ] = ACTIONS(4298), + [anon_sym_STAR_EQ] = ACTIONS(4298), + [anon_sym_SLASH_EQ] = ACTIONS(4298), + [anon_sym_PERCENT_EQ] = ACTIONS(4298), [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4298), [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4298), + [anon_sym_LT_EQ] = ACTIONS(4298), + [anon_sym_GT_EQ] = ACTIONS(4298), + [anon_sym_BANGin] = ACTIONS(4298), [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), + [anon_sym_BANGis] = ACTIONS(4298), [anon_sym_PLUS] = ACTIONS(4295), [anon_sym_DASH] = ACTIONS(4295), [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4297), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG_BANG] = ACTIONS(4297), + [anon_sym_PERCENT] = ACTIONS(4295), + [anon_sym_as_QMARK] = ACTIONS(4298), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG_BANG] = ACTIONS(4298), [anon_sym_suspend] = ACTIONS(4295), [anon_sym_sealed] = ACTIONS(4295), [anon_sym_annotation] = ACTIONS(4295), @@ -453055,558 +452689,1026 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4295), [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4298), + [sym_multiline_comment] = ACTIONS(3), + }, + [4101] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(3088), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3090), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3090), + [anon_sym_RPAREN] = ACTIONS(3090), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_where] = ACTIONS(3088), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(7293), + [anon_sym_DASH_GT] = ACTIONS(3090), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_while] = ACTIONS(3088), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_else] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3090), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [4102] = { + [sym_type_constraints] = STATE(4228), + [sym_function_body] = STATE(3907), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_COLON] = ACTIONS(7323), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + }, + [4103] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(3135), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3137), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3137), + [anon_sym_RPAREN] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_where] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3137), + [anon_sym_DASH_GT] = ACTIONS(3137), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_while] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3137), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3137), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [4104] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(3128), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3130), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3130), + [anon_sym_RPAREN] = ACTIONS(3130), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_where] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(7293), + [anon_sym_DASH_GT] = ACTIONS(3130), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_while] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4105] = { - [sym_type_constraints] = STATE(4174), - [sym_function_body] = STATE(3982), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3123), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_RPAREN] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_where] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [anon_sym_DASH_GT] = ACTIONS(3123), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_while] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4106] = { - [sym_type_constraints] = STATE(4213), - [sym_function_body] = STATE(3461), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_RPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4301), - [sym_label] = ACTIONS(4301), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_while] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4301), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3097), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_RPAREN] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_where] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [anon_sym_DASH_GT] = ACTIONS(3097), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_while] = ACTIONS(3095), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4107] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [aux_sym__delegation_specifiers_repeat1] = STATE(4135), + [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_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(4716), + [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_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(4716), + [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_value] = 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), + }, + [4108] = { + [sym_type_constraints] = STATE(4232), + [sym_function_body] = STATE(3841), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_COLON] = ACTIONS(7325), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + }, + [4109] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3169), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3160), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3169), - [anon_sym_RPAREN] = ACTIONS(3169), + [anon_sym_RBRACE] = ACTIONS(3160), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3160), + [anon_sym_RPAREN] = ACTIONS(3160), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_where] = ACTIONS(3167), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [anon_sym_DASH_GT] = ACTIONS(3169), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_while] = ACTIONS(3167), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_where] = ACTIONS(3158), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [anon_sym_DASH_GT] = ACTIONS(3160), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_while] = ACTIONS(3158), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_else] = ACTIONS(3158), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4108] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [4110] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3111), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3111), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3111), + [anon_sym_RPAREN] = ACTIONS(3111), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_where] = ACTIONS(3109), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3111), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [anon_sym_DASH_GT] = ACTIONS(3111), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_while] = ACTIONS(3109), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_else] = ACTIONS(3109), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [4111] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), + [anon_sym_LBRACK] = ACTIONS(6698), [anon_sym_RBRACK] = ACTIONS(3119), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), [anon_sym_RBRACE] = ACTIONS(3119), - [anon_sym_LPAREN] = ACTIONS(6720), + [anon_sym_LPAREN] = ACTIONS(6702), [anon_sym_COMMA] = ACTIONS(3119), [anon_sym_RPAREN] = ACTIONS(3119), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), + [anon_sym_GT] = ACTIONS(3117), [anon_sym_where] = ACTIONS(3117), - [anon_sym_DOT] = ACTIONS(6724), + [anon_sym_DOT] = ACTIONS(6706), [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), [anon_sym_DASH_GT] = ACTIONS(3119), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), [anon_sym_while] = ACTIONS(3117), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), [anon_sym_AMP_AMP] = ACTIONS(3119), [anon_sym_PIPE_PIPE] = ACTIONS(3119), [anon_sym_else] = ACTIONS(3117), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), - }, - [4109] = { - [sym_type_constraints] = STATE(4168), - [sym_function_body] = STATE(3916), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4110] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [4112] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3127), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3168), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3127), - [anon_sym_RPAREN] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_where] = ACTIONS(3125), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [anon_sym_DASH_GT] = ACTIONS(3127), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_while] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_RBRACE] = ACTIONS(3168), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3168), + [anon_sym_RPAREN] = ACTIONS(3168), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_where] = ACTIONS(3166), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [anon_sym_DASH_GT] = ACTIONS(3168), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_while] = ACTIONS(3166), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4111] = { - [sym_type_constraints] = STATE(4245), - [sym_function_body] = STATE(3866), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4173), - [anon_sym_AT] = ACTIONS(4175), - [anon_sym_COLON] = ACTIONS(7333), - [anon_sym_LBRACK] = ACTIONS(4175), - [anon_sym_as] = ACTIONS(4173), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4175), - [anon_sym_LPAREN] = ACTIONS(4175), - [anon_sym_LT] = ACTIONS(4173), - [anon_sym_GT] = ACTIONS(4173), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4173), - [anon_sym_SEMI] = ACTIONS(4175), - [anon_sym_get] = ACTIONS(4173), - [anon_sym_set] = ACTIONS(4173), - [anon_sym_STAR] = ACTIONS(4175), - [sym_label] = ACTIONS(4175), - [anon_sym_in] = ACTIONS(4173), - [anon_sym_DOT_DOT] = ACTIONS(4175), - [anon_sym_QMARK_COLON] = ACTIONS(4175), - [anon_sym_AMP_AMP] = ACTIONS(4175), - [anon_sym_PIPE_PIPE] = ACTIONS(4175), - [anon_sym_else] = ACTIONS(4173), - [anon_sym_COLON_COLON] = ACTIONS(4175), - [anon_sym_BANG_EQ] = ACTIONS(4173), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4175), - [anon_sym_EQ_EQ] = ACTIONS(4173), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4175), - [anon_sym_LT_EQ] = ACTIONS(4175), - [anon_sym_GT_EQ] = ACTIONS(4175), - [anon_sym_BANGin] = ACTIONS(4175), - [anon_sym_is] = ACTIONS(4173), - [anon_sym_BANGis] = ACTIONS(4175), - [anon_sym_PLUS] = ACTIONS(4173), - [anon_sym_DASH] = ACTIONS(4173), - [anon_sym_SLASH] = ACTIONS(4173), - [anon_sym_PERCENT] = ACTIONS(4175), - [anon_sym_as_QMARK] = ACTIONS(4175), - [anon_sym_PLUS_PLUS] = ACTIONS(4175), - [anon_sym_DASH_DASH] = ACTIONS(4175), - [anon_sym_BANG_BANG] = ACTIONS(4175), - [anon_sym_suspend] = ACTIONS(4173), - [anon_sym_sealed] = ACTIONS(4173), - [anon_sym_annotation] = ACTIONS(4173), - [anon_sym_data] = ACTIONS(4173), - [anon_sym_inner] = ACTIONS(4173), - [anon_sym_value] = ACTIONS(4173), - [anon_sym_override] = ACTIONS(4173), - [anon_sym_lateinit] = ACTIONS(4173), - [anon_sym_public] = ACTIONS(4173), - [anon_sym_private] = ACTIONS(4173), - [anon_sym_internal] = ACTIONS(4173), - [anon_sym_protected] = ACTIONS(4173), - [anon_sym_tailrec] = ACTIONS(4173), - [anon_sym_operator] = ACTIONS(4173), - [anon_sym_infix] = ACTIONS(4173), - [anon_sym_inline] = ACTIONS(4173), - [anon_sym_external] = ACTIONS(4173), - [sym_property_modifier] = ACTIONS(4173), - [anon_sym_abstract] = ACTIONS(4173), - [anon_sym_final] = ACTIONS(4173), - [anon_sym_open] = ACTIONS(4173), - [anon_sym_vararg] = ACTIONS(4173), - [anon_sym_noinline] = ACTIONS(4173), - [anon_sym_crossinline] = ACTIONS(4173), - [anon_sym_expect] = ACTIONS(4173), - [anon_sym_actual] = ACTIONS(4173), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4175), - [sym__automatic_semicolon] = ACTIONS(4175), - [sym_safe_nav] = ACTIONS(4175), + [4113] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3115), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3115), + [anon_sym_RPAREN] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_where] = ACTIONS(3113), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [anon_sym_DASH_GT] = ACTIONS(3115), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_while] = ACTIONS(3113), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_else] = ACTIONS(3113), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4112] = { + [4114] = { [sym__alpha_identifier] = ACTIONS(4289), [anon_sym_AT] = ACTIONS(4287), [anon_sym_LBRACK] = ACTIONS(4287), @@ -453614,7 +453716,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ] = ACTIONS(4289), [anon_sym_LBRACE] = ACTIONS(4287), [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(7337), + [anon_sym_LPAREN] = ACTIONS(7327), [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), [anon_sym_DOT] = ACTIONS(4289), @@ -453684,1575 +453786,951 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), }, - [4113] = { - [sym_function_body] = STATE(3894), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_COLON] = ACTIONS(7339), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_COMMA] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_where] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4309), - [sym_label] = ACTIONS(4309), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4309), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), + [4115] = { + [sym_type_constraints] = STATE(4185), + [sym_function_body] = STATE(3987), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4325), + [sym_label] = ACTIONS(4325), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4325), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), [sym_multiline_comment] = ACTIONS(3), }, - [4114] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [4116] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3134), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3152), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3134), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3134), - [anon_sym_RPAREN] = ACTIONS(3134), + [anon_sym_RBRACE] = ACTIONS(3152), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3152), + [anon_sym_RPAREN] = ACTIONS(3152), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_where] = ACTIONS(3132), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [anon_sym_DASH_GT] = ACTIONS(3134), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_while] = ACTIONS(3132), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_where] = ACTIONS(3150), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [anon_sym_DASH_GT] = ACTIONS(3152), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_while] = ACTIONS(3150), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), - }, - [4115] = { - [sym_function_body] = STATE(3900), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_COLON] = ACTIONS(7341), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_COMMA] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_where] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4277), - [sym_label] = ACTIONS(4277), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4277), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_suspend] = ACTIONS(4275), - [anon_sym_sealed] = ACTIONS(4275), - [anon_sym_annotation] = ACTIONS(4275), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_override] = ACTIONS(4275), - [anon_sym_lateinit] = ACTIONS(4275), - [anon_sym_public] = ACTIONS(4275), - [anon_sym_private] = ACTIONS(4275), - [anon_sym_internal] = ACTIONS(4275), - [anon_sym_protected] = ACTIONS(4275), - [anon_sym_tailrec] = ACTIONS(4275), - [anon_sym_operator] = ACTIONS(4275), - [anon_sym_infix] = ACTIONS(4275), - [anon_sym_inline] = ACTIONS(4275), - [anon_sym_external] = ACTIONS(4275), - [sym_property_modifier] = ACTIONS(4275), - [anon_sym_abstract] = ACTIONS(4275), - [anon_sym_final] = ACTIONS(4275), - [anon_sym_open] = ACTIONS(4275), - [anon_sym_vararg] = ACTIONS(4275), - [anon_sym_noinline] = ACTIONS(4275), - [anon_sym_crossinline] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4277), - [sym__automatic_semicolon] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), - [sym_multiline_comment] = ACTIONS(3), - }, - [4116] = { - [sym_type_constraints] = STATE(4202), - [sym_function_body] = STATE(3467), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_RPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4297), - [sym_label] = ACTIONS(4297), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_while] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4297), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4117] = { - [sym_type_constraints] = STATE(4167), - [sym_function_body] = STATE(3846), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - }, - [4118] = { - [sym__alpha_identifier] = ACTIONS(4892), - [anon_sym_AT] = ACTIONS(4894), - [anon_sym_LBRACK] = ACTIONS(4894), - [anon_sym_as] = ACTIONS(4892), - [anon_sym_EQ] = ACTIONS(4892), - [anon_sym_LBRACE] = ACTIONS(4894), - [anon_sym_RBRACE] = ACTIONS(4894), - [anon_sym_LPAREN] = ACTIONS(7343), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym_GT] = ACTIONS(4892), - [anon_sym_DOT] = ACTIONS(4892), - [anon_sym_SEMI] = ACTIONS(4894), - [anon_sym_get] = ACTIONS(4892), - [anon_sym_set] = ACTIONS(4892), - [anon_sym_STAR] = ACTIONS(4892), - [sym_label] = ACTIONS(4894), - [anon_sym_in] = ACTIONS(4892), - [anon_sym_DOT_DOT] = ACTIONS(4894), - [anon_sym_QMARK_COLON] = ACTIONS(4894), - [anon_sym_AMP_AMP] = ACTIONS(4894), - [anon_sym_PIPE_PIPE] = ACTIONS(4894), - [anon_sym_else] = ACTIONS(4892), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_PLUS_EQ] = ACTIONS(4894), - [anon_sym_DASH_EQ] = ACTIONS(4894), - [anon_sym_STAR_EQ] = ACTIONS(4894), - [anon_sym_SLASH_EQ] = ACTIONS(4894), - [anon_sym_PERCENT_EQ] = ACTIONS(4894), - [anon_sym_BANG_EQ] = ACTIONS(4892), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4894), - [anon_sym_EQ_EQ] = ACTIONS(4892), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4894), - [anon_sym_LT_EQ] = ACTIONS(4894), - [anon_sym_GT_EQ] = ACTIONS(4894), - [anon_sym_BANGin] = ACTIONS(4894), - [anon_sym_is] = ACTIONS(4892), - [anon_sym_BANGis] = ACTIONS(4894), - [anon_sym_PLUS] = ACTIONS(4892), - [anon_sym_DASH] = ACTIONS(4892), - [anon_sym_SLASH] = ACTIONS(4892), - [anon_sym_PERCENT] = ACTIONS(4892), - [anon_sym_as_QMARK] = ACTIONS(4894), - [anon_sym_PLUS_PLUS] = ACTIONS(4894), - [anon_sym_DASH_DASH] = ACTIONS(4894), - [anon_sym_BANG_BANG] = ACTIONS(4894), - [anon_sym_suspend] = ACTIONS(4892), - [anon_sym_sealed] = ACTIONS(4892), - [anon_sym_annotation] = ACTIONS(4892), - [anon_sym_data] = ACTIONS(4892), - [anon_sym_inner] = ACTIONS(4892), - [anon_sym_value] = ACTIONS(4892), - [anon_sym_override] = ACTIONS(4892), - [anon_sym_lateinit] = ACTIONS(4892), - [anon_sym_public] = ACTIONS(4892), - [anon_sym_private] = ACTIONS(4892), - [anon_sym_internal] = ACTIONS(4892), - [anon_sym_protected] = ACTIONS(4892), - [anon_sym_tailrec] = ACTIONS(4892), - [anon_sym_operator] = ACTIONS(4892), - [anon_sym_infix] = ACTIONS(4892), - [anon_sym_inline] = ACTIONS(4892), - [anon_sym_external] = ACTIONS(4892), - [sym_property_modifier] = ACTIONS(4892), - [anon_sym_abstract] = ACTIONS(4892), - [anon_sym_final] = ACTIONS(4892), - [anon_sym_open] = ACTIONS(4892), - [anon_sym_vararg] = ACTIONS(4892), - [anon_sym_noinline] = ACTIONS(4892), - [anon_sym_crossinline] = ACTIONS(4892), - [anon_sym_expect] = ACTIONS(4892), - [anon_sym_actual] = ACTIONS(4892), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4894), - [sym__automatic_semicolon] = ACTIONS(4894), - [sym_safe_nav] = ACTIONS(4894), - [sym_multiline_comment] = ACTIONS(3), - }, - [4119] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(7345), - [anon_sym_RPAREN] = ACTIONS(4287), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4281), - [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4281), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_while] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4284), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4281), - [anon_sym_DASH] = ACTIONS(4281), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4287), - [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_data] = ACTIONS(4281), - [anon_sym_inner] = ACTIONS(4281), - [anon_sym_value] = ACTIONS(4281), - [anon_sym_expect] = ACTIONS(4281), - [anon_sym_actual] = ACTIONS(4281), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4284), - [sym_safe_nav] = ACTIONS(4287), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [4120] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(7349), - [anon_sym_RPAREN] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4262), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [anon_sym_while] = ACTIONS(4267), - [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(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4262), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), - }, - [4121] = { - [sym__alpha_identifier] = ACTIONS(4267), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_EQ] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(7353), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4267), - [anon_sym_set] = ACTIONS(4267), - [anon_sym_STAR] = ACTIONS(4267), - [sym_label] = ACTIONS(4265), - [anon_sym_in] = ACTIONS(4267), - [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(4267), - [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(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4267), - [anon_sym_DASH] = ACTIONS(4267), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4267), - [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(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4267), - [anon_sym_inner] = ACTIONS(4267), - [anon_sym_value] = ACTIONS(4267), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4267), - [anon_sym_actual] = ACTIONS(4267), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4265), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - }, - [4122] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3115), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3107), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3115), - [anon_sym_RPAREN] = ACTIONS(3115), + [anon_sym_RBRACE] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3107), + [anon_sym_RPAREN] = ACTIONS(3107), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_where] = ACTIONS(3113), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [anon_sym_DASH_GT] = ACTIONS(3115), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_while] = ACTIONS(3113), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_where] = ACTIONS(3105), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [anon_sym_DASH_GT] = ACTIONS(3107), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_while] = ACTIONS(3105), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_else] = ACTIONS(3105), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4123] = { - [sym_type_constraints] = STATE(4222), - [sym_function_body] = STATE(3475), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_RPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_while] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), + [4118] = { + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4301), + [anon_sym_LBRACK] = ACTIONS(4301), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_EQ] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4301), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(7329), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4303), + [sym_label] = ACTIONS(4301), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4301), + [anon_sym_PLUS_EQ] = ACTIONS(4301), + [anon_sym_DASH_EQ] = ACTIONS(4301), + [anon_sym_STAR_EQ] = ACTIONS(4301), + [anon_sym_SLASH_EQ] = ACTIONS(4301), + [anon_sym_PERCENT_EQ] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [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(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4301), + [anon_sym_DASH_DASH] = ACTIONS(4301), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [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_value] = 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(4301), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), }, - [4124] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [4119] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3138), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3103), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3138), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3138), - [anon_sym_RPAREN] = ACTIONS(3138), + [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3103), + [anon_sym_RPAREN] = ACTIONS(3103), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_where] = ACTIONS(3136), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [anon_sym_DASH_GT] = ACTIONS(3138), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_while] = ACTIONS(3136), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_where] = ACTIONS(3101), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [anon_sym_DASH_GT] = ACTIONS(3103), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_while] = ACTIONS(3101), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_else] = ACTIONS(3101), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4125] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [4120] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3142), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3180), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3142), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3142), - [anon_sym_RPAREN] = ACTIONS(3142), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_where] = ACTIONS(3140), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [anon_sym_DASH_GT] = ACTIONS(3142), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_while] = ACTIONS(3140), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_RBRACE] = ACTIONS(3180), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3180), + [anon_sym_RPAREN] = ACTIONS(3180), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_where] = ACTIONS(3178), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [anon_sym_DASH_GT] = ACTIONS(3180), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_while] = ACTIONS(3178), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_else] = ACTIONS(3178), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4126] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3146), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3146), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3146), - [anon_sym_RPAREN] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_where] = ACTIONS(3144), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [anon_sym_DASH_GT] = ACTIONS(3146), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_while] = ACTIONS(3144), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [4121] = { + [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_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_by] = ACTIONS(7271), + [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(4398), + [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_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(4398), + [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_value] = 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), }, - [4127] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4259), - [anon_sym_EQ] = ACTIONS(4004), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4262), - [anon_sym_LPAREN] = ACTIONS(6038), - [anon_sym_LT] = ACTIONS(4259), - [anon_sym_GT] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4259), - [anon_sym_SEMI] = ACTIONS(4262), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4259), - [sym_label] = ACTIONS(4262), - [anon_sym_in] = ACTIONS(4259), - [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(4259), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), - [anon_sym_BANG_EQ] = ACTIONS(4259), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4262), - [anon_sym_EQ_EQ] = ACTIONS(4259), - [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(4259), - [anon_sym_BANGis] = ACTIONS(4262), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4259), - [anon_sym_PERCENT] = ACTIONS(4259), - [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(4259), - [anon_sym_sealed] = ACTIONS(4259), - [anon_sym_annotation] = ACTIONS(4259), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_override] = ACTIONS(4259), - [anon_sym_lateinit] = ACTIONS(4259), - [anon_sym_public] = ACTIONS(4259), - [anon_sym_private] = ACTIONS(4259), - [anon_sym_internal] = ACTIONS(4259), - [anon_sym_protected] = ACTIONS(4259), - [anon_sym_tailrec] = ACTIONS(4259), - [anon_sym_operator] = ACTIONS(4259), - [anon_sym_infix] = ACTIONS(4259), - [anon_sym_inline] = ACTIONS(4259), - [anon_sym_external] = ACTIONS(4259), - [sym_property_modifier] = ACTIONS(4259), - [anon_sym_abstract] = ACTIONS(4259), - [anon_sym_final] = ACTIONS(4259), - [anon_sym_open] = ACTIONS(4259), - [anon_sym_vararg] = ACTIONS(4259), - [anon_sym_noinline] = ACTIONS(4259), - [anon_sym_crossinline] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4262), - [sym_safe_nav] = ACTIONS(4262), + [4122] = { + [sym_type_constraints] = STATE(4192), + [sym_function_body] = STATE(3946), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4321), + [sym_label] = ACTIONS(4321), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4321), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), [sym_multiline_comment] = ACTIONS(3), }, - [4128] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), + [4123] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(3185), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3162), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(3187), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3162), - [anon_sym_RPAREN] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [anon_sym_DASH_GT] = ACTIONS(3162), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_while] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), - }, - [4129] = { - [sym_type_constraints] = STATE(4231), - [sym_function_body] = STATE(4035), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_COLON] = ACTIONS(7355), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4139), - [sym_label] = ACTIONS(4139), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4139), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), + [anon_sym_RBRACE] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3187), + [anon_sym_RPAREN] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_where] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(7293), + [anon_sym_DASH_GT] = ACTIONS(3187), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_while] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3187), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4130] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3195), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3195), - [anon_sym_RPAREN] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_where] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(7307), - [anon_sym_DASH_GT] = ACTIONS(3195), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_while] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(6740), + [4124] = { + [sym__alpha_identifier] = ACTIONS(4838), + [anon_sym_AT] = ACTIONS(4840), + [anon_sym_LBRACK] = ACTIONS(4840), + [anon_sym_as] = ACTIONS(4838), + [anon_sym_EQ] = ACTIONS(4838), + [anon_sym_LBRACE] = ACTIONS(4840), + [anon_sym_RBRACE] = ACTIONS(4840), + [anon_sym_LPAREN] = ACTIONS(7331), + [anon_sym_LT] = ACTIONS(4838), + [anon_sym_GT] = ACTIONS(4838), + [anon_sym_DOT] = ACTIONS(4838), + [anon_sym_SEMI] = ACTIONS(4840), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4838), + [anon_sym_STAR] = ACTIONS(4838), + [sym_label] = ACTIONS(4840), + [anon_sym_in] = ACTIONS(4838), + [anon_sym_DOT_DOT] = ACTIONS(4840), + [anon_sym_QMARK_COLON] = ACTIONS(4840), + [anon_sym_AMP_AMP] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4840), + [anon_sym_else] = ACTIONS(4838), + [anon_sym_COLON_COLON] = ACTIONS(4840), + [anon_sym_PLUS_EQ] = ACTIONS(4840), + [anon_sym_DASH_EQ] = ACTIONS(4840), + [anon_sym_STAR_EQ] = ACTIONS(4840), + [anon_sym_SLASH_EQ] = ACTIONS(4840), + [anon_sym_PERCENT_EQ] = ACTIONS(4840), + [anon_sym_BANG_EQ] = ACTIONS(4838), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4840), + [anon_sym_EQ_EQ] = ACTIONS(4838), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4840), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4840), + [anon_sym_BANGin] = ACTIONS(4840), + [anon_sym_is] = ACTIONS(4838), + [anon_sym_BANGis] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4838), + [anon_sym_SLASH] = ACTIONS(4838), + [anon_sym_PERCENT] = ACTIONS(4838), + [anon_sym_as_QMARK] = ACTIONS(4840), + [anon_sym_PLUS_PLUS] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4840), + [anon_sym_BANG_BANG] = ACTIONS(4840), + [anon_sym_suspend] = ACTIONS(4838), + [anon_sym_sealed] = ACTIONS(4838), + [anon_sym_annotation] = ACTIONS(4838), + [anon_sym_data] = ACTIONS(4838), + [anon_sym_inner] = ACTIONS(4838), + [anon_sym_value] = ACTIONS(4838), + [anon_sym_override] = ACTIONS(4838), + [anon_sym_lateinit] = ACTIONS(4838), + [anon_sym_public] = ACTIONS(4838), + [anon_sym_private] = ACTIONS(4838), + [anon_sym_internal] = ACTIONS(4838), + [anon_sym_protected] = ACTIONS(4838), + [anon_sym_tailrec] = ACTIONS(4838), + [anon_sym_operator] = ACTIONS(4838), + [anon_sym_infix] = ACTIONS(4838), + [anon_sym_inline] = ACTIONS(4838), + [anon_sym_external] = ACTIONS(4838), + [sym_property_modifier] = ACTIONS(4838), + [anon_sym_abstract] = ACTIONS(4838), + [anon_sym_final] = ACTIONS(4838), + [anon_sym_open] = ACTIONS(4838), + [anon_sym_vararg] = ACTIONS(4838), + [anon_sym_noinline] = ACTIONS(4838), + [anon_sym_crossinline] = ACTIONS(4838), + [anon_sym_expect] = ACTIONS(4838), + [anon_sym_actual] = ACTIONS(4838), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4840), + [sym__automatic_semicolon] = ACTIONS(4840), + [sym_safe_nav] = ACTIONS(4840), [sym_multiline_comment] = ACTIONS(3), }, - [4131] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(3094), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3096), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3096), - [anon_sym_RPAREN] = ACTIONS(3096), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_where] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(7307), - [anon_sym_DASH_GT] = ACTIONS(3096), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_while] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3096), - [sym_safe_nav] = ACTIONS(6740), + [4125] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_EQ] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(4932), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4930), + [sym_label] = ACTIONS(4932), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_else] = ACTIONS(7333), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_PLUS_EQ] = ACTIONS(4932), + [anon_sym_DASH_EQ] = ACTIONS(4932), + [anon_sym_STAR_EQ] = ACTIONS(4932), + [anon_sym_SLASH_EQ] = ACTIONS(4932), + [anon_sym_PERCENT_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4930), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), [sym_multiline_comment] = ACTIONS(3), }, - [4132] = { - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_RBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_RPAREN] = ACTIONS(4507), - [anon_sym_by] = ACTIONS(7239), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4507), - [anon_sym_DASH_GT] = ACTIONS(4507), - [sym_label] = ACTIONS(4507), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_while] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4507), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_suspend] = ACTIONS(4505), - [anon_sym_sealed] = ACTIONS(4505), - [anon_sym_annotation] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_override] = ACTIONS(4505), - [anon_sym_lateinit] = ACTIONS(4505), - [anon_sym_public] = ACTIONS(4505), - [anon_sym_private] = ACTIONS(4505), - [anon_sym_internal] = ACTIONS(4505), - [anon_sym_protected] = ACTIONS(4505), - [anon_sym_tailrec] = ACTIONS(4505), - [anon_sym_operator] = ACTIONS(4505), - [anon_sym_infix] = ACTIONS(4505), - [anon_sym_inline] = ACTIONS(4505), - [anon_sym_external] = ACTIONS(4505), - [sym_property_modifier] = ACTIONS(4505), - [anon_sym_abstract] = ACTIONS(4505), - [anon_sym_final] = ACTIONS(4505), - [anon_sym_open] = ACTIONS(4505), - [anon_sym_vararg] = ACTIONS(4505), - [anon_sym_noinline] = ACTIONS(4505), - [anon_sym_crossinline] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), + [4126] = { + [sym__alpha_identifier] = ACTIONS(4848), + [anon_sym_AT] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_as] = ACTIONS(4848), + [anon_sym_EQ] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_LPAREN] = ACTIONS(7335), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym_get] = ACTIONS(4848), + [anon_sym_set] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4848), + [sym_label] = ACTIONS(4850), + [anon_sym_in] = ACTIONS(4848), + [anon_sym_DOT_DOT] = ACTIONS(4850), + [anon_sym_QMARK_COLON] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_else] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_PLUS_EQ] = ACTIONS(4850), + [anon_sym_DASH_EQ] = ACTIONS(4850), + [anon_sym_STAR_EQ] = ACTIONS(4850), + [anon_sym_SLASH_EQ] = ACTIONS(4850), + [anon_sym_PERCENT_EQ] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4850), + [anon_sym_EQ_EQ] = ACTIONS(4848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_BANGin] = ACTIONS(4850), + [anon_sym_is] = ACTIONS(4848), + [anon_sym_BANGis] = ACTIONS(4850), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4848), + [anon_sym_as_QMARK] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_BANG_BANG] = ACTIONS(4850), + [anon_sym_suspend] = ACTIONS(4848), + [anon_sym_sealed] = ACTIONS(4848), + [anon_sym_annotation] = ACTIONS(4848), + [anon_sym_data] = ACTIONS(4848), + [anon_sym_inner] = ACTIONS(4848), + [anon_sym_value] = ACTIONS(4848), + [anon_sym_override] = ACTIONS(4848), + [anon_sym_lateinit] = ACTIONS(4848), + [anon_sym_public] = ACTIONS(4848), + [anon_sym_private] = ACTIONS(4848), + [anon_sym_internal] = ACTIONS(4848), + [anon_sym_protected] = ACTIONS(4848), + [anon_sym_tailrec] = ACTIONS(4848), + [anon_sym_operator] = ACTIONS(4848), + [anon_sym_infix] = ACTIONS(4848), + [anon_sym_inline] = ACTIONS(4848), + [anon_sym_external] = ACTIONS(4848), + [sym_property_modifier] = ACTIONS(4848), + [anon_sym_abstract] = ACTIONS(4848), + [anon_sym_final] = ACTIONS(4848), + [anon_sym_open] = ACTIONS(4848), + [anon_sym_vararg] = ACTIONS(4848), + [anon_sym_noinline] = ACTIONS(4848), + [anon_sym_crossinline] = ACTIONS(4848), + [anon_sym_expect] = ACTIONS(4848), + [anon_sym_actual] = ACTIONS(4848), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4850), + [sym__automatic_semicolon] = ACTIONS(4850), + [sym_safe_nav] = ACTIONS(4850), [sym_multiline_comment] = ACTIONS(3), }, - [4133] = { + [4127] = { [sym__alpha_identifier] = ACTIONS(4281), [anon_sym_AT] = ACTIONS(4284), [anon_sym_LBRACK] = ACTIONS(4284), [anon_sym_as] = ACTIONS(4281), - [anon_sym_EQ] = ACTIONS(4004), + [anon_sym_EQ] = ACTIONS(3976), [anon_sym_LBRACE] = ACTIONS(4284), [anon_sym_RBRACE] = ACTIONS(4284), - [anon_sym_LPAREN] = ACTIONS(6042), + [anon_sym_LPAREN] = ACTIONS(5972), [anon_sym_LT] = ACTIONS(4281), [anon_sym_GT] = ACTIONS(4281), [anon_sym_DOT] = ACTIONS(4281), @@ -455268,11 +454746,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_PIPE] = ACTIONS(4284), [anon_sym_else] = ACTIONS(4281), [anon_sym_COLON_COLON] = ACTIONS(4284), - [anon_sym_PLUS_EQ] = ACTIONS(4009), - [anon_sym_DASH_EQ] = ACTIONS(4009), - [anon_sym_STAR_EQ] = ACTIONS(4009), - [anon_sym_SLASH_EQ] = ACTIONS(4009), - [anon_sym_PERCENT_EQ] = ACTIONS(4009), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), [anon_sym_BANG_EQ] = ACTIONS(4281), [anon_sym_BANG_EQ_EQ] = ACTIONS(4284), [anon_sym_EQ_EQ] = ACTIONS(4281), @@ -455299,1397 +454777,153 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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), - [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4284), - [sym_safe_nav] = ACTIONS(4284), - [sym_multiline_comment] = ACTIONS(3), - }, - [4134] = { - [sym_type_constraints] = STATE(4200), - [sym_function_body] = STATE(3490), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_RPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_while] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - }, - [4135] = { - [sym_type_constraints] = STATE(4252), - [sym_function_body] = STATE(3982), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_COLON] = ACTIONS(7357), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - }, - [4136] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3103), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3103), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3103), - [anon_sym_RPAREN] = ACTIONS(3103), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_where] = ACTIONS(3101), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [anon_sym_DASH_GT] = ACTIONS(3103), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_while] = ACTIONS(3101), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_else] = ACTIONS(3101), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), - }, - [4137] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_EQ] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(4820), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4818), - [sym_label] = ACTIONS(4820), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_else] = ACTIONS(7359), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_PLUS_EQ] = ACTIONS(4820), - [anon_sym_DASH_EQ] = ACTIONS(4820), - [anon_sym_STAR_EQ] = ACTIONS(4820), - [anon_sym_SLASH_EQ] = ACTIONS(4820), - [anon_sym_PERCENT_EQ] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4818), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), - [sym_multiline_comment] = ACTIONS(3), - }, - [4138] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_EQ] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(7361), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4818), - [sym_label] = ACTIONS(4820), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_else] = ACTIONS(7359), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_PLUS_EQ] = ACTIONS(4820), - [anon_sym_DASH_EQ] = ACTIONS(4820), - [anon_sym_STAR_EQ] = ACTIONS(4820), - [anon_sym_SLASH_EQ] = ACTIONS(4820), - [anon_sym_PERCENT_EQ] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4818), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), - [sym_multiline_comment] = ACTIONS(3), - }, - [4139] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3123), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3123), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3123), - [anon_sym_RPAREN] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_where] = ACTIONS(3121), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3123), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [anon_sym_DASH_GT] = ACTIONS(3123), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_while] = ACTIONS(3121), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_else] = ACTIONS(3121), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), - }, - [4140] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(4140), - [sym__alpha_identifier] = ACTIONS(4633), - [anon_sym_AT] = ACTIONS(4635), - [anon_sym_LBRACK] = ACTIONS(4635), - [anon_sym_RBRACK] = ACTIONS(4635), - [anon_sym_as] = ACTIONS(4633), - [anon_sym_LBRACE] = ACTIONS(4635), - [anon_sym_RBRACE] = ACTIONS(4635), - [anon_sym_LPAREN] = ACTIONS(4635), - [anon_sym_COMMA] = ACTIONS(7363), - [anon_sym_RPAREN] = ACTIONS(4635), - [anon_sym_LT] = ACTIONS(4633), - [anon_sym_GT] = ACTIONS(4633), - [anon_sym_where] = ACTIONS(4633), - [anon_sym_DOT] = ACTIONS(4633), - [anon_sym_SEMI] = ACTIONS(4635), - [anon_sym_get] = ACTIONS(4633), - [anon_sym_set] = ACTIONS(4633), - [anon_sym_STAR] = ACTIONS(4635), - [anon_sym_DASH_GT] = ACTIONS(4635), - [sym_label] = ACTIONS(4635), - [anon_sym_in] = ACTIONS(4633), - [anon_sym_while] = ACTIONS(4633), - [anon_sym_DOT_DOT] = ACTIONS(4635), - [anon_sym_QMARK_COLON] = ACTIONS(4635), - [anon_sym_AMP_AMP] = ACTIONS(4635), - [anon_sym_PIPE_PIPE] = ACTIONS(4635), - [anon_sym_else] = ACTIONS(4633), - [anon_sym_COLON_COLON] = ACTIONS(4635), - [anon_sym_BANG_EQ] = ACTIONS(4633), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4635), - [anon_sym_EQ_EQ] = ACTIONS(4633), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4635), - [anon_sym_LT_EQ] = ACTIONS(4635), - [anon_sym_GT_EQ] = ACTIONS(4635), - [anon_sym_BANGin] = ACTIONS(4635), - [anon_sym_is] = ACTIONS(4633), - [anon_sym_BANGis] = ACTIONS(4635), - [anon_sym_PLUS] = ACTIONS(4633), - [anon_sym_DASH] = ACTIONS(4633), - [anon_sym_SLASH] = ACTIONS(4633), - [anon_sym_PERCENT] = ACTIONS(4635), - [anon_sym_as_QMARK] = ACTIONS(4635), - [anon_sym_PLUS_PLUS] = ACTIONS(4635), - [anon_sym_DASH_DASH] = ACTIONS(4635), - [anon_sym_BANG_BANG] = ACTIONS(4635), - [anon_sym_suspend] = ACTIONS(4633), - [anon_sym_sealed] = ACTIONS(4633), - [anon_sym_annotation] = ACTIONS(4633), - [anon_sym_data] = ACTIONS(4633), - [anon_sym_inner] = ACTIONS(4633), - [anon_sym_value] = ACTIONS(4633), - [anon_sym_override] = ACTIONS(4633), - [anon_sym_lateinit] = ACTIONS(4633), - [anon_sym_public] = ACTIONS(4633), - [anon_sym_private] = ACTIONS(4633), - [anon_sym_internal] = ACTIONS(4633), - [anon_sym_protected] = ACTIONS(4633), - [anon_sym_tailrec] = ACTIONS(4633), - [anon_sym_operator] = ACTIONS(4633), - [anon_sym_infix] = ACTIONS(4633), - [anon_sym_inline] = ACTIONS(4633), - [anon_sym_external] = ACTIONS(4633), - [sym_property_modifier] = ACTIONS(4633), - [anon_sym_abstract] = ACTIONS(4633), - [anon_sym_final] = ACTIONS(4633), - [anon_sym_open] = ACTIONS(4633), - [anon_sym_vararg] = ACTIONS(4633), - [anon_sym_noinline] = ACTIONS(4633), - [anon_sym_crossinline] = ACTIONS(4633), - [anon_sym_expect] = ACTIONS(4633), - [anon_sym_actual] = ACTIONS(4633), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4635), - [sym_safe_nav] = ACTIONS(4635), - [sym_multiline_comment] = ACTIONS(3), - }, - [4141] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(3186), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3188), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3188), - [anon_sym_RPAREN] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_where] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3188), - [anon_sym_DASH_GT] = ACTIONS(3188), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_while] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [anon_sym_else] = ACTIONS(3186), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [anon_sym_PLUS] = ACTIONS(3186), - [anon_sym_DASH] = ACTIONS(3186), - [anon_sym_SLASH] = ACTIONS(3186), - [anon_sym_PERCENT] = ACTIONS(3188), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3186), - [anon_sym_inner] = ACTIONS(3186), - [anon_sym_value] = ACTIONS(3186), - [anon_sym_expect] = ACTIONS(3186), - [anon_sym_actual] = ACTIONS(3186), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3188), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), - }, - [4142] = { - [sym_type_constraints] = STATE(4232), - [sym_function_body] = STATE(3916), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_COLON] = ACTIONS(7366), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), - [sym_multiline_comment] = ACTIONS(3), - }, - [4143] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(3175), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3177), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3177), - [anon_sym_RPAREN] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_where] = ACTIONS(3175), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(7307), - [anon_sym_DASH_GT] = ACTIONS(3177), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_while] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3177), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), - }, - [4144] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3090), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3090), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3090), - [anon_sym_RPAREN] = ACTIONS(3090), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_where] = ACTIONS(3088), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [anon_sym_DASH_GT] = ACTIONS(3090), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_while] = ACTIONS(3088), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_else] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), - }, - [4145] = { - [sym_type_constraints] = STATE(4241), - [sym_function_body] = STATE(3846), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_COLON] = ACTIONS(7368), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - }, - [4146] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(3158), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3158), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3158), - [anon_sym_RPAREN] = ACTIONS(3158), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_where] = ACTIONS(3156), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [anon_sym_DASH_GT] = ACTIONS(3158), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_while] = ACTIONS(3156), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), - }, - [4147] = { - [sym_type_constraints] = STATE(4220), - [sym_function_body] = STATE(3507), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_RPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_while] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - }, - [4148] = { - [sym_function_body] = STATE(3430), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_COLON] = ACTIONS(7370), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_RPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4309), - [sym_label] = ACTIONS(4309), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_while] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4309), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), - [sym_multiline_comment] = ACTIONS(3), - }, - [4149] = { - [sym__alpha_identifier] = ACTIONS(4289), - [anon_sym_AT] = ACTIONS(4287), - [anon_sym_LBRACK] = ACTIONS(4287), - [anon_sym_RBRACK] = ACTIONS(4287), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4287), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(7372), - [anon_sym_COMMA] = ACTIONS(4287), - [anon_sym_RPAREN] = ACTIONS(4287), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_where] = ACTIONS(4289), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4289), - [anon_sym_set] = ACTIONS(4289), - [anon_sym_STAR] = ACTIONS(4287), - [anon_sym_DASH_GT] = ACTIONS(4287), - [sym_label] = ACTIONS(4287), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_while] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_else] = ACTIONS(4289), - [anon_sym_COLON_COLON] = ACTIONS(4287), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4289), - [anon_sym_DASH] = ACTIONS(4289), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4287), - [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4287), - [anon_sym_DASH_DASH] = ACTIONS(4287), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_suspend] = ACTIONS(4289), - [anon_sym_sealed] = ACTIONS(4289), - [anon_sym_annotation] = ACTIONS(4289), - [anon_sym_data] = ACTIONS(4289), - [anon_sym_inner] = ACTIONS(4289), - [anon_sym_value] = ACTIONS(4289), - [anon_sym_override] = ACTIONS(4289), - [anon_sym_lateinit] = ACTIONS(4289), - [anon_sym_public] = ACTIONS(4289), - [anon_sym_private] = ACTIONS(4289), - [anon_sym_internal] = ACTIONS(4289), - [anon_sym_protected] = ACTIONS(4289), - [anon_sym_tailrec] = ACTIONS(4289), - [anon_sym_operator] = ACTIONS(4289), - [anon_sym_infix] = ACTIONS(4289), - [anon_sym_inline] = ACTIONS(4289), - [anon_sym_external] = ACTIONS(4289), - [sym_property_modifier] = ACTIONS(4289), - [anon_sym_abstract] = ACTIONS(4289), - [anon_sym_final] = ACTIONS(4289), - [anon_sym_open] = ACTIONS(4289), - [anon_sym_vararg] = ACTIONS(4289), - [anon_sym_noinline] = ACTIONS(4289), - [anon_sym_crossinline] = ACTIONS(4289), - [anon_sym_expect] = ACTIONS(4289), - [anon_sym_actual] = ACTIONS(4289), + [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), - [sym__backtick_identifier] = ACTIONS(4287), - [sym_safe_nav] = ACTIONS(4287), + [sym__backtick_identifier] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4284), + [sym_safe_nav] = ACTIONS(4284), [sym_multiline_comment] = ACTIONS(3), }, - [4150] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_object] = ACTIONS(4818), - [anon_sym_fun] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(4820), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_this] = ACTIONS(4818), - [anon_sym_super] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4820), - [sym_label] = ACTIONS(4818), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_null] = ACTIONS(4818), - [anon_sym_if] = ACTIONS(4818), - [anon_sym_else] = ACTIONS(7374), - [anon_sym_when] = ACTIONS(4818), - [anon_sym_try] = ACTIONS(4818), - [anon_sym_throw] = ACTIONS(4818), - [anon_sym_return] = ACTIONS(4818), - [anon_sym_continue] = ACTIONS(4818), - [anon_sym_break] = ACTIONS(4818), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4820), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG] = ACTIONS(4818), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), + [4128] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_EQ] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(7337), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4930), + [sym_label] = ACTIONS(4932), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_else] = ACTIONS(7333), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_PLUS_EQ] = ACTIONS(4932), + [anon_sym_DASH_EQ] = ACTIONS(4932), + [anon_sym_STAR_EQ] = ACTIONS(4932), + [anon_sym_SLASH_EQ] = ACTIONS(4932), + [anon_sym_PERCENT_EQ] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4930), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4820), - [anon_sym_continue_AT] = ACTIONS(4820), - [anon_sym_break_AT] = ACTIONS(4820), - [anon_sym_this_AT] = ACTIONS(4820), - [anon_sym_super_AT] = ACTIONS(4820), - [sym_real_literal] = ACTIONS(4820), - [sym_integer_literal] = ACTIONS(4818), - [sym_hex_literal] = ACTIONS(4820), - [sym_bin_literal] = ACTIONS(4820), - [anon_sym_true] = ACTIONS(4818), - [anon_sym_false] = ACTIONS(4818), - [anon_sym_SQUOTE] = ACTIONS(4820), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4820), }, - [4151] = { - [sym_type_constraints] = STATE(4259), - [sym_function_body] = STATE(3942), - [sym__block] = STATE(3882), + [4129] = { [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), + [anon_sym_EQ] = ACTIONS(3976), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4298), + [anon_sym_LPAREN] = ACTIONS(5968), [anon_sym_LT] = ACTIONS(4295), [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(5824), [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), + [anon_sym_SEMI] = ACTIONS(4298), [anon_sym_get] = ACTIONS(4295), [anon_sym_set] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4297), - [sym_label] = ACTIONS(4297), + [anon_sym_STAR] = ACTIONS(4295), + [sym_label] = ACTIONS(4298), [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), + [anon_sym_DOT_DOT] = ACTIONS(4298), + [anon_sym_QMARK_COLON] = ACTIONS(4298), + [anon_sym_AMP_AMP] = ACTIONS(4298), + [anon_sym_PIPE_PIPE] = ACTIONS(4298), [anon_sym_else] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_PLUS_EQ] = ACTIONS(3981), + [anon_sym_DASH_EQ] = ACTIONS(3981), + [anon_sym_STAR_EQ] = ACTIONS(3981), + [anon_sym_SLASH_EQ] = ACTIONS(3981), + [anon_sym_PERCENT_EQ] = ACTIONS(3981), [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4298), [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4298), + [anon_sym_LT_EQ] = ACTIONS(4298), + [anon_sym_GT_EQ] = ACTIONS(4298), + [anon_sym_BANGin] = ACTIONS(4298), [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), + [anon_sym_BANGis] = ACTIONS(4298), [anon_sym_PLUS] = ACTIONS(4295), [anon_sym_DASH] = ACTIONS(4295), [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4297), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG_BANG] = ACTIONS(4297), + [anon_sym_PERCENT] = ACTIONS(4295), + [anon_sym_as_QMARK] = ACTIONS(4298), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG_BANG] = ACTIONS(4298), [anon_sym_suspend] = ACTIONS(4295), [anon_sym_sealed] = ACTIONS(4295), [anon_sym_annotation] = ACTIONS(4295), @@ -456717,2048 +454951,2216 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_expect] = ACTIONS(4295), [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4298), [sym_multiline_comment] = ACTIONS(3), }, - [4152] = { - [sym_class_body] = STATE(3956), - [sym_type_constraints] = STATE(3721), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_COLON] = ACTIONS(6304), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_COMMA] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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(3270), - [anon_sym_sealed] = ACTIONS(3270), - [anon_sym_annotation] = ACTIONS(3270), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_override] = ACTIONS(3270), - [anon_sym_lateinit] = ACTIONS(3270), - [anon_sym_public] = ACTIONS(3270), - [anon_sym_private] = ACTIONS(3270), - [anon_sym_internal] = ACTIONS(3270), - [anon_sym_protected] = ACTIONS(3270), - [anon_sym_tailrec] = ACTIONS(3270), - [anon_sym_operator] = ACTIONS(3270), - [anon_sym_infix] = ACTIONS(3270), - [anon_sym_inline] = ACTIONS(3270), - [anon_sym_external] = ACTIONS(3270), - [sym_property_modifier] = ACTIONS(3270), - [anon_sym_abstract] = ACTIONS(3270), - [anon_sym_final] = ACTIONS(3270), - [anon_sym_open] = ACTIONS(3270), - [anon_sym_vararg] = ACTIONS(3270), - [anon_sym_noinline] = ACTIONS(3270), - [anon_sym_crossinline] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [4130] = { + [sym_type_constraints] = STATE(4252), + [sym_function_body] = STATE(4023), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_COLON] = ACTIONS(7339), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4153), + [sym_label] = ACTIONS(4153), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4153), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), [sym_multiline_comment] = ACTIONS(3), }, - [4153] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(6893), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4259), - [anon_sym_fun] = ACTIONS(4259), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4259), - [anon_sym_super] = ACTIONS(4259), - [anon_sym_STAR] = ACTIONS(4262), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [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(4259), - [anon_sym_if] = ACTIONS(4259), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4259), - [anon_sym_try] = ACTIONS(4259), - [anon_sym_throw] = ACTIONS(4259), - [anon_sym_return] = ACTIONS(4259), - [anon_sym_continue] = ACTIONS(4259), - [anon_sym_break] = ACTIONS(4259), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4259), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4262), - [anon_sym_continue_AT] = ACTIONS(4262), - [anon_sym_break_AT] = ACTIONS(4262), - [anon_sym_this_AT] = ACTIONS(4262), - [anon_sym_super_AT] = ACTIONS(4262), - [sym_real_literal] = ACTIONS(4262), - [sym_integer_literal] = ACTIONS(4259), - [sym_hex_literal] = ACTIONS(4262), - [sym_bin_literal] = ACTIONS(4262), - [anon_sym_true] = ACTIONS(4259), - [anon_sym_false] = ACTIONS(4259), - [anon_sym_SQUOTE] = ACTIONS(4262), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4262), + [4131] = { + [sym_type_constraints] = STATE(4191), + [sym_function_body] = STATE(3907), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), }, - [4154] = { - [sym_class_body] = STATE(3884), - [sym_type_constraints] = STATE(3739), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_COLON] = ACTIONS(7376), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_COMMA] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4329), - [sym_label] = ACTIONS(4329), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4329), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), + [4132] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(7341), + [anon_sym_RPAREN] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4298), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4301), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4298), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), }, - [4155] = { - [sym_class_body] = STATE(3513), - [sym_type_constraints] = STATE(3324), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(7378), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_RPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4218), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_while] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4218), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), + [4133] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(7345), + [anon_sym_RPAREN] = ACTIONS(4287), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4284), + [sym_label] = ACTIONS(4281), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_while] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4289), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4284), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4287), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4284), + [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), }, - [4156] = { - [sym_type_constraints] = STATE(3753), - [sym_enum_class_body] = STATE(3953), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(6306), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [4134] = { + [sym_type_constraints] = STATE(4254), + [sym_function_body] = STATE(4033), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4157), + [anon_sym_AT] = ACTIONS(4159), + [anon_sym_COLON] = ACTIONS(7349), + [anon_sym_LBRACK] = ACTIONS(4159), + [anon_sym_as] = ACTIONS(4157), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4159), + [anon_sym_LPAREN] = ACTIONS(4159), + [anon_sym_LT] = ACTIONS(4157), + [anon_sym_GT] = ACTIONS(4157), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4157), + [anon_sym_SEMI] = ACTIONS(4159), + [anon_sym_get] = ACTIONS(4157), + [anon_sym_set] = ACTIONS(4157), + [anon_sym_STAR] = ACTIONS(4159), + [sym_label] = ACTIONS(4159), + [anon_sym_in] = ACTIONS(4157), + [anon_sym_DOT_DOT] = ACTIONS(4159), + [anon_sym_QMARK_COLON] = ACTIONS(4159), + [anon_sym_AMP_AMP] = ACTIONS(4159), + [anon_sym_PIPE_PIPE] = ACTIONS(4159), + [anon_sym_else] = ACTIONS(4157), + [anon_sym_COLON_COLON] = ACTIONS(4159), + [anon_sym_BANG_EQ] = ACTIONS(4157), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4159), + [anon_sym_EQ_EQ] = ACTIONS(4157), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4159), + [anon_sym_LT_EQ] = ACTIONS(4159), + [anon_sym_GT_EQ] = ACTIONS(4159), + [anon_sym_BANGin] = ACTIONS(4159), + [anon_sym_is] = ACTIONS(4157), + [anon_sym_BANGis] = ACTIONS(4159), + [anon_sym_PLUS] = ACTIONS(4157), + [anon_sym_DASH] = ACTIONS(4157), + [anon_sym_SLASH] = ACTIONS(4157), + [anon_sym_PERCENT] = ACTIONS(4159), + [anon_sym_as_QMARK] = ACTIONS(4159), + [anon_sym_PLUS_PLUS] = ACTIONS(4159), + [anon_sym_DASH_DASH] = ACTIONS(4159), + [anon_sym_BANG_BANG] = ACTIONS(4159), + [anon_sym_suspend] = ACTIONS(4157), + [anon_sym_sealed] = ACTIONS(4157), + [anon_sym_annotation] = ACTIONS(4157), + [anon_sym_data] = ACTIONS(4157), + [anon_sym_inner] = ACTIONS(4157), + [anon_sym_value] = ACTIONS(4157), + [anon_sym_override] = ACTIONS(4157), + [anon_sym_lateinit] = ACTIONS(4157), + [anon_sym_public] = ACTIONS(4157), + [anon_sym_private] = ACTIONS(4157), + [anon_sym_internal] = ACTIONS(4157), + [anon_sym_protected] = ACTIONS(4157), + [anon_sym_tailrec] = ACTIONS(4157), + [anon_sym_operator] = ACTIONS(4157), + [anon_sym_infix] = ACTIONS(4157), + [anon_sym_inline] = ACTIONS(4157), + [anon_sym_external] = ACTIONS(4157), + [sym_property_modifier] = ACTIONS(4157), + [anon_sym_abstract] = ACTIONS(4157), + [anon_sym_final] = ACTIONS(4157), + [anon_sym_open] = ACTIONS(4157), + [anon_sym_vararg] = ACTIONS(4157), + [anon_sym_noinline] = ACTIONS(4157), + [anon_sym_crossinline] = ACTIONS(4157), + [anon_sym_expect] = ACTIONS(4157), + [anon_sym_actual] = ACTIONS(4157), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4159), + [sym__automatic_semicolon] = ACTIONS(4159), + [sym_safe_nav] = ACTIONS(4159), [sym_multiline_comment] = ACTIONS(3), }, - [4157] = { - [sym_class_body] = STATE(3953), - [sym_type_constraints] = STATE(3786), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(6308), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_COMMA] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [4135] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(4135), + [sym__alpha_identifier] = ACTIONS(4677), + [anon_sym_AT] = ACTIONS(4679), + [anon_sym_LBRACK] = ACTIONS(4679), + [anon_sym_RBRACK] = ACTIONS(4679), + [anon_sym_as] = ACTIONS(4677), + [anon_sym_LBRACE] = ACTIONS(4679), + [anon_sym_RBRACE] = ACTIONS(4679), + [anon_sym_LPAREN] = ACTIONS(4679), + [anon_sym_COMMA] = ACTIONS(7351), + [anon_sym_RPAREN] = ACTIONS(4679), + [anon_sym_LT] = ACTIONS(4677), + [anon_sym_GT] = ACTIONS(4677), + [anon_sym_where] = ACTIONS(4677), + [anon_sym_DOT] = ACTIONS(4677), + [anon_sym_SEMI] = ACTIONS(4679), + [anon_sym_get] = ACTIONS(4677), + [anon_sym_set] = ACTIONS(4677), + [anon_sym_STAR] = ACTIONS(4679), + [anon_sym_DASH_GT] = ACTIONS(4679), + [sym_label] = ACTIONS(4679), + [anon_sym_in] = ACTIONS(4677), + [anon_sym_while] = ACTIONS(4677), + [anon_sym_DOT_DOT] = ACTIONS(4679), + [anon_sym_QMARK_COLON] = ACTIONS(4679), + [anon_sym_AMP_AMP] = ACTIONS(4679), + [anon_sym_PIPE_PIPE] = ACTIONS(4679), + [anon_sym_else] = ACTIONS(4677), + [anon_sym_COLON_COLON] = ACTIONS(4679), + [anon_sym_BANG_EQ] = ACTIONS(4677), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4679), + [anon_sym_EQ_EQ] = ACTIONS(4677), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4679), + [anon_sym_LT_EQ] = ACTIONS(4679), + [anon_sym_GT_EQ] = ACTIONS(4679), + [anon_sym_BANGin] = ACTIONS(4679), + [anon_sym_is] = ACTIONS(4677), + [anon_sym_BANGis] = ACTIONS(4679), + [anon_sym_PLUS] = ACTIONS(4677), + [anon_sym_DASH] = ACTIONS(4677), + [anon_sym_SLASH] = ACTIONS(4677), + [anon_sym_PERCENT] = ACTIONS(4679), + [anon_sym_as_QMARK] = ACTIONS(4679), + [anon_sym_PLUS_PLUS] = ACTIONS(4679), + [anon_sym_DASH_DASH] = ACTIONS(4679), + [anon_sym_BANG_BANG] = ACTIONS(4679), + [anon_sym_suspend] = ACTIONS(4677), + [anon_sym_sealed] = ACTIONS(4677), + [anon_sym_annotation] = ACTIONS(4677), + [anon_sym_data] = ACTIONS(4677), + [anon_sym_inner] = ACTIONS(4677), + [anon_sym_value] = ACTIONS(4677), + [anon_sym_override] = ACTIONS(4677), + [anon_sym_lateinit] = ACTIONS(4677), + [anon_sym_public] = ACTIONS(4677), + [anon_sym_private] = ACTIONS(4677), + [anon_sym_internal] = ACTIONS(4677), + [anon_sym_protected] = ACTIONS(4677), + [anon_sym_tailrec] = ACTIONS(4677), + [anon_sym_operator] = ACTIONS(4677), + [anon_sym_infix] = ACTIONS(4677), + [anon_sym_inline] = ACTIONS(4677), + [anon_sym_external] = ACTIONS(4677), + [sym_property_modifier] = ACTIONS(4677), + [anon_sym_abstract] = ACTIONS(4677), + [anon_sym_final] = ACTIONS(4677), + [anon_sym_open] = ACTIONS(4677), + [anon_sym_vararg] = ACTIONS(4677), + [anon_sym_noinline] = ACTIONS(4677), + [anon_sym_crossinline] = ACTIONS(4677), + [anon_sym_expect] = ACTIONS(4677), + [anon_sym_actual] = ACTIONS(4677), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4679), + [sym_safe_nav] = ACTIONS(4679), [sym_multiline_comment] = ACTIONS(3), }, - [4158] = { - [sym_class_body] = STATE(3543), - [sym_type_constraints] = STATE(3346), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_COLON] = ACTIONS(7380), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_RPAREN] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4329), - [sym_label] = ACTIONS(4329), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_while] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4329), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), + [4136] = { + [sym_type_constraints] = STATE(4210), + [sym_function_body] = STATE(3504), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_RPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_while] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), [sym_multiline_comment] = ACTIONS(3), }, - [4159] = { - [sym__type] = STATE(9386), - [sym__type_reference] = STATE(8216), - [sym_not_nullable_type] = STATE(9386), - [sym_nullable_type] = STATE(9386), - [sym_user_type] = STATE(8332), - [sym__simple_user_type] = STATE(8138), - [sym_type_projection] = STATE(8908), - [sym_type_projection_modifiers] = STATE(6124), - [sym__type_projection_modifier] = STATE(7214), - [sym_function_type] = STATE(9386), - [sym_function_type_parameters] = STATE(9736), - [sym_parenthesized_type] = STATE(8216), - [sym_parenthesized_user_type] = STATE(9735), - [sym_type_modifiers] = STATE(6420), - [sym__type_modifier] = STATE(7213), - [sym_variance_modifier] = STATE(7214), - [sym_annotation] = STATE(7213), - [sym__single_annotation] = STATE(7848), - [sym__multi_annotation] = STATE(7848), - [sym_simple_identifier] = STATE(7893), - [sym__lexical_identifier] = STATE(6224), - [aux_sym_type_projection_modifiers_repeat1] = STATE(7214), - [aux_sym_type_modifiers_repeat1] = STATE(7213), - [sym__alpha_identifier] = ACTIONS(7382), - [anon_sym_AT] = ACTIONS(7385), - [anon_sym_LBRACK] = ACTIONS(7388), - [anon_sym_LBRACE] = ACTIONS(7388), - [anon_sym_LPAREN] = ACTIONS(7390), - [anon_sym_object] = ACTIONS(7393), - [anon_sym_fun] = ACTIONS(7393), - [anon_sym_get] = ACTIONS(7395), - [anon_sym_set] = ACTIONS(7395), - [anon_sym_this] = ACTIONS(7393), - [anon_sym_super] = ACTIONS(7393), - [anon_sym_dynamic] = ACTIONS(7398), - [anon_sym_STAR] = ACTIONS(7400), - [sym_label] = ACTIONS(7393), - [anon_sym_in] = ACTIONS(7403), - [anon_sym_null] = ACTIONS(7393), - [anon_sym_if] = ACTIONS(7393), - [anon_sym_when] = ACTIONS(7393), - [anon_sym_try] = ACTIONS(7393), - [anon_sym_throw] = ACTIONS(7393), - [anon_sym_return] = ACTIONS(7393), - [anon_sym_continue] = ACTIONS(7393), - [anon_sym_break] = ACTIONS(7393), - [anon_sym_COLON_COLON] = ACTIONS(7388), - [anon_sym_PLUS] = ACTIONS(7393), - [anon_sym_DASH] = ACTIONS(7393), - [anon_sym_PLUS_PLUS] = ACTIONS(7388), - [anon_sym_DASH_DASH] = ACTIONS(7388), - [anon_sym_BANG] = ACTIONS(7388), - [anon_sym_suspend] = ACTIONS(7405), - [anon_sym_data] = ACTIONS(7395), - [anon_sym_inner] = ACTIONS(7395), - [anon_sym_value] = ACTIONS(7395), - [anon_sym_out] = ACTIONS(7403), - [anon_sym_expect] = ACTIONS(7395), - [anon_sym_actual] = ACTIONS(7395), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(7388), - [anon_sym_continue_AT] = ACTIONS(7388), - [anon_sym_break_AT] = ACTIONS(7388), - [anon_sym_this_AT] = ACTIONS(7388), - [anon_sym_super_AT] = ACTIONS(7388), - [sym_real_literal] = ACTIONS(7388), - [sym_integer_literal] = ACTIONS(7393), - [sym_hex_literal] = ACTIONS(7388), - [sym_bin_literal] = ACTIONS(7388), - [anon_sym_true] = ACTIONS(7393), - [anon_sym_false] = ACTIONS(7393), - [anon_sym_SQUOTE] = ACTIONS(7388), - [sym__backtick_identifier] = ACTIONS(7407), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(7388), - }, - [4160] = { - [sym_type_constraints] = STATE(3327), - [sym_enum_class_body] = STATE(3501), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_COLON] = ACTIONS(6270), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_RPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_while] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3286), - [anon_sym_sealed] = ACTIONS(3286), - [anon_sym_annotation] = ACTIONS(3286), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_override] = ACTIONS(3286), - [anon_sym_lateinit] = ACTIONS(3286), - [anon_sym_public] = ACTIONS(3286), - [anon_sym_private] = ACTIONS(3286), - [anon_sym_internal] = ACTIONS(3286), - [anon_sym_protected] = ACTIONS(3286), - [anon_sym_tailrec] = ACTIONS(3286), - [anon_sym_operator] = ACTIONS(3286), - [anon_sym_infix] = ACTIONS(3286), - [anon_sym_inline] = ACTIONS(3286), - [anon_sym_external] = ACTIONS(3286), - [sym_property_modifier] = ACTIONS(3286), - [anon_sym_abstract] = ACTIONS(3286), - [anon_sym_final] = ACTIONS(3286), - [anon_sym_open] = ACTIONS(3286), - [anon_sym_vararg] = ACTIONS(3286), - [anon_sym_noinline] = ACTIONS(3286), - [anon_sym_crossinline] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [4137] = { + [sym_type_constraints] = STATE(4211), + [sym_function_body] = STATE(3487), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_RPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_while] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), [sym_multiline_comment] = ACTIONS(3), }, - [4161] = { - [sym_type_constraints] = STATE(3325), - [sym_enum_class_body] = STATE(3539), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(6252), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym_safe_nav] = ACTIONS(3282), + [4138] = { + [sym_function_body] = STATE(3856), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_COLON] = ACTIONS(7354), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_COMMA] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_where] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4253), + [sym_label] = ACTIONS(4253), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4253), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_suspend] = ACTIONS(4251), + [anon_sym_sealed] = ACTIONS(4251), + [anon_sym_annotation] = ACTIONS(4251), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_override] = ACTIONS(4251), + [anon_sym_lateinit] = ACTIONS(4251), + [anon_sym_public] = ACTIONS(4251), + [anon_sym_private] = ACTIONS(4251), + [anon_sym_internal] = ACTIONS(4251), + [anon_sym_protected] = ACTIONS(4251), + [anon_sym_tailrec] = ACTIONS(4251), + [anon_sym_operator] = ACTIONS(4251), + [anon_sym_infix] = ACTIONS(4251), + [anon_sym_inline] = ACTIONS(4251), + [anon_sym_external] = ACTIONS(4251), + [sym_property_modifier] = ACTIONS(4251), + [anon_sym_abstract] = ACTIONS(4251), + [anon_sym_final] = ACTIONS(4251), + [anon_sym_open] = ACTIONS(4251), + [anon_sym_vararg] = ACTIONS(4251), + [anon_sym_noinline] = ACTIONS(4251), + [anon_sym_crossinline] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4253), + [sym__automatic_semicolon] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), [sym_multiline_comment] = ACTIONS(3), }, - [4162] = { - [sym_function_body] = STATE(4035), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_COMMA] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_where] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4139), - [sym_label] = ACTIONS(4139), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4139), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), + [4139] = { + [sym_type_constraints] = STATE(4214), + [sym_function_body] = STATE(3472), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_RPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_while] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), [sym_multiline_comment] = ACTIONS(3), }, - [4163] = { - [sym_function_body] = STATE(3846), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_COMMA] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), + [4140] = { + [sym_type_constraints] = STATE(4196), + [sym_function_body] = STATE(3464), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_RPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4321), + [sym_label] = ACTIONS(4321), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_while] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4321), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), [sym_multiline_comment] = ACTIONS(3), }, - [4164] = { - [sym_type_constraints] = STATE(3820), - [sym_enum_class_body] = STATE(3861), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(7410), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4218), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4218), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), + [4141] = { + [sym_type_constraints] = STATE(4153), + [sym_function_body] = STATE(3869), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), [sym_multiline_comment] = ACTIONS(3), }, - [4165] = { - [sym_function_body] = STATE(3873), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_COMMA] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_where] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4449), - [sym_label] = ACTIONS(4449), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4449), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_suspend] = ACTIONS(4447), - [anon_sym_sealed] = ACTIONS(4447), - [anon_sym_annotation] = ACTIONS(4447), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_override] = ACTIONS(4447), - [anon_sym_lateinit] = ACTIONS(4447), - [anon_sym_public] = ACTIONS(4447), - [anon_sym_private] = ACTIONS(4447), - [anon_sym_internal] = ACTIONS(4447), - [anon_sym_protected] = ACTIONS(4447), - [anon_sym_tailrec] = ACTIONS(4447), - [anon_sym_operator] = ACTIONS(4447), - [anon_sym_infix] = ACTIONS(4447), - [anon_sym_inline] = ACTIONS(4447), - [anon_sym_external] = ACTIONS(4447), - [sym_property_modifier] = ACTIONS(4447), - [anon_sym_abstract] = ACTIONS(4447), - [anon_sym_final] = ACTIONS(4447), - [anon_sym_open] = ACTIONS(4447), - [anon_sym_vararg] = ACTIONS(4447), - [anon_sym_noinline] = ACTIONS(4447), - [anon_sym_crossinline] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4449), - [sym__automatic_semicolon] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), + [4142] = { + [sym_type_constraints] = STATE(4149), + [sym_function_body] = STATE(3841), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), [sym_multiline_comment] = ACTIONS(3), }, - [4166] = { - [sym_type_constraints] = STATE(4232), - [sym_function_body] = STATE(3916), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), + [4143] = { + [sym_function_body] = STATE(3971), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(7356), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [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(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_value] = 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), }, - [4167] = { - [sym_function_body] = STATE(3916), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_COMMA] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_where] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), + [4144] = { + [sym_class_body] = STATE(3986), + [sym_type_constraints] = STATE(3719), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_COLON] = ACTIONS(7358), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_COMMA] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4214), + [sym_label] = ACTIONS(4214), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4214), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), [sym_multiline_comment] = ACTIONS(3), }, - [4168] = { - [sym_function_body] = STATE(3982), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_COMMA] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), + [4145] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(7360), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4284), + [sym_label] = ACTIONS(4281), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4289), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4284), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4287), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4284), + [sym__automatic_semicolon] = ACTIONS(4287), + [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), }, - [4169] = { - [sym_function_body] = STATE(3972), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_COMMA] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_where] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4445), - [sym_label] = ACTIONS(4445), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4445), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_suspend] = ACTIONS(4443), - [anon_sym_sealed] = ACTIONS(4443), - [anon_sym_annotation] = ACTIONS(4443), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_override] = ACTIONS(4443), - [anon_sym_lateinit] = ACTIONS(4443), - [anon_sym_public] = ACTIONS(4443), - [anon_sym_private] = ACTIONS(4443), - [anon_sym_internal] = ACTIONS(4443), - [anon_sym_protected] = ACTIONS(4443), - [anon_sym_tailrec] = ACTIONS(4443), - [anon_sym_operator] = ACTIONS(4443), - [anon_sym_infix] = ACTIONS(4443), - [anon_sym_inline] = ACTIONS(4443), - [anon_sym_external] = ACTIONS(4443), - [sym_property_modifier] = ACTIONS(4443), - [anon_sym_abstract] = ACTIONS(4443), - [anon_sym_final] = ACTIONS(4443), - [anon_sym_open] = ACTIONS(4443), - [anon_sym_vararg] = ACTIONS(4443), - [anon_sym_noinline] = ACTIONS(4443), - [anon_sym_crossinline] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4445), - [sym__automatic_semicolon] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), + [4146] = { + [sym__alpha_identifier] = ACTIONS(4838), + [anon_sym_AT] = ACTIONS(4840), + [anon_sym_LBRACK] = ACTIONS(4840), + [anon_sym_as] = ACTIONS(4838), + [anon_sym_LBRACE] = ACTIONS(4840), + [anon_sym_RBRACE] = ACTIONS(4840), + [anon_sym_LPAREN] = ACTIONS(7364), + [anon_sym_LT] = ACTIONS(4838), + [anon_sym_GT] = ACTIONS(4838), + [anon_sym_object] = ACTIONS(4838), + [anon_sym_fun] = ACTIONS(4838), + [anon_sym_DOT] = ACTIONS(4838), + [anon_sym_SEMI] = ACTIONS(4840), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4838), + [anon_sym_this] = ACTIONS(4838), + [anon_sym_super] = ACTIONS(4838), + [anon_sym_STAR] = ACTIONS(4840), + [sym_label] = ACTIONS(4838), + [anon_sym_in] = ACTIONS(4838), + [anon_sym_DOT_DOT] = ACTIONS(4840), + [anon_sym_QMARK_COLON] = ACTIONS(4840), + [anon_sym_AMP_AMP] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4840), + [anon_sym_null] = ACTIONS(4838), + [anon_sym_if] = ACTIONS(4838), + [anon_sym_else] = ACTIONS(4838), + [anon_sym_when] = ACTIONS(4838), + [anon_sym_try] = ACTIONS(4838), + [anon_sym_throw] = ACTIONS(4838), + [anon_sym_return] = ACTIONS(4838), + [anon_sym_continue] = ACTIONS(4838), + [anon_sym_break] = ACTIONS(4838), + [anon_sym_COLON_COLON] = ACTIONS(4840), + [anon_sym_BANG_EQ] = ACTIONS(4838), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4840), + [anon_sym_EQ_EQ] = ACTIONS(4838), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4840), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4840), + [anon_sym_BANGin] = ACTIONS(4840), + [anon_sym_is] = ACTIONS(4838), + [anon_sym_BANGis] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4838), + [anon_sym_SLASH] = ACTIONS(4838), + [anon_sym_PERCENT] = ACTIONS(4840), + [anon_sym_as_QMARK] = ACTIONS(4840), + [anon_sym_PLUS_PLUS] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4840), + [anon_sym_BANG] = ACTIONS(4838), + [anon_sym_BANG_BANG] = ACTIONS(4840), + [anon_sym_data] = ACTIONS(4838), + [anon_sym_inner] = ACTIONS(4838), + [anon_sym_value] = ACTIONS(4838), + [anon_sym_expect] = ACTIONS(4838), + [anon_sym_actual] = ACTIONS(4838), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4840), + [anon_sym_continue_AT] = ACTIONS(4840), + [anon_sym_break_AT] = ACTIONS(4840), + [anon_sym_this_AT] = ACTIONS(4840), + [anon_sym_super_AT] = ACTIONS(4840), + [sym_real_literal] = ACTIONS(4840), + [sym_integer_literal] = ACTIONS(4838), + [sym_hex_literal] = ACTIONS(4840), + [sym_bin_literal] = ACTIONS(4840), + [anon_sym_true] = ACTIONS(4838), + [anon_sym_false] = ACTIONS(4838), + [anon_sym_SQUOTE] = ACTIONS(4840), + [sym__backtick_identifier] = ACTIONS(4840), + [sym__automatic_semicolon] = ACTIONS(4840), + [sym_safe_nav] = ACTIONS(4840), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4840), }, - [4170] = { - [sym__alpha_identifier] = ACTIONS(4267), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(7412), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4267), - [anon_sym_fun] = ACTIONS(4267), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4267), - [anon_sym_set] = ACTIONS(4267), - [anon_sym_this] = ACTIONS(4267), - [anon_sym_super] = ACTIONS(4267), - [anon_sym_STAR] = ACTIONS(4265), - [sym_label] = ACTIONS(4267), - [anon_sym_in] = ACTIONS(4267), - [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(4267), - [anon_sym_if] = ACTIONS(4267), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4267), - [anon_sym_try] = ACTIONS(4267), - [anon_sym_throw] = ACTIONS(4267), - [anon_sym_return] = ACTIONS(4267), - [anon_sym_continue] = ACTIONS(4267), - [anon_sym_break] = ACTIONS(4267), - [anon_sym_COLON_COLON] = ACTIONS(4265), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4267), - [anon_sym_DASH] = ACTIONS(4267), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4265), - [anon_sym_DASH_DASH] = ACTIONS(4265), - [anon_sym_BANG] = ACTIONS(4267), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_data] = ACTIONS(4267), - [anon_sym_inner] = ACTIONS(4267), - [anon_sym_value] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4267), - [anon_sym_actual] = ACTIONS(4267), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4265), - [anon_sym_continue_AT] = ACTIONS(4265), - [anon_sym_break_AT] = ACTIONS(4265), - [anon_sym_this_AT] = ACTIONS(4265), - [anon_sym_super_AT] = ACTIONS(4265), - [sym_real_literal] = ACTIONS(4265), - [sym_integer_literal] = ACTIONS(4267), - [sym_hex_literal] = ACTIONS(4265), - [sym_bin_literal] = ACTIONS(4265), - [anon_sym_true] = ACTIONS(4267), - [anon_sym_false] = ACTIONS(4267), - [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), - }, - [4171] = { - [sym_type_constraints] = STATE(3361), - [sym_enum_class_body] = STATE(3406), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_COLON] = ACTIONS(7414), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_RPAREN] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4323), - [sym_label] = ACTIONS(4323), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_while] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4323), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), + [4147] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_object] = ACTIONS(4930), + [anon_sym_fun] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(7366), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_this] = ACTIONS(4930), + [anon_sym_super] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4932), + [sym_label] = ACTIONS(4930), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_null] = ACTIONS(4930), + [anon_sym_if] = ACTIONS(4930), + [anon_sym_else] = ACTIONS(7368), + [anon_sym_when] = ACTIONS(4930), + [anon_sym_try] = ACTIONS(4930), + [anon_sym_throw] = ACTIONS(4930), + [anon_sym_return] = ACTIONS(4930), + [anon_sym_continue] = ACTIONS(4930), + [anon_sym_break] = ACTIONS(4930), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG] = ACTIONS(4930), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4932), + [anon_sym_continue_AT] = ACTIONS(4932), + [anon_sym_break_AT] = ACTIONS(4932), + [anon_sym_this_AT] = ACTIONS(4932), + [anon_sym_super_AT] = ACTIONS(4932), + [sym_real_literal] = ACTIONS(4932), + [sym_integer_literal] = ACTIONS(4930), + [sym_hex_literal] = ACTIONS(4932), + [sym_bin_literal] = ACTIONS(4932), + [anon_sym_true] = ACTIONS(4930), + [anon_sym_false] = ACTIONS(4930), + [anon_sym_SQUOTE] = ACTIONS(4932), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4932), }, - [4172] = { - [sym_class_body] = STATE(3861), - [sym_type_constraints] = STATE(3816), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(7416), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_COMMA] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4218), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4218), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), + [4148] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_RBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_RPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_where] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(4932), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4932), + [anon_sym_DASH_GT] = ACTIONS(4932), + [sym_label] = ACTIONS(4932), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_while] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_else] = ACTIONS(7370), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), [sym_multiline_comment] = ACTIONS(3), }, - [4173] = { - [sym_function_body] = STATE(3894), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_COMMA] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_where] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4309), - [sym_label] = ACTIONS(4309), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4309), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), + [4149] = { + [sym_function_body] = STATE(3869), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_COMMA] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), [sym_multiline_comment] = ACTIONS(3), }, - [4174] = { - [sym_function_body] = STATE(3942), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_COMMA] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_where] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4297), - [sym_label] = ACTIONS(4297), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4297), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [4150] = { + [sym_class_body] = STATE(4006), + [sym_type_constraints] = STATE(3736), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_COLON] = ACTIONS(6290), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_COMMA] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3290), + [anon_sym_sealed] = ACTIONS(3290), + [anon_sym_annotation] = ACTIONS(3290), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_override] = ACTIONS(3290), + [anon_sym_lateinit] = ACTIONS(3290), + [anon_sym_public] = ACTIONS(3290), + [anon_sym_private] = ACTIONS(3290), + [anon_sym_internal] = ACTIONS(3290), + [anon_sym_protected] = ACTIONS(3290), + [anon_sym_tailrec] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_infix] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_external] = ACTIONS(3290), + [sym_property_modifier] = ACTIONS(3290), + [anon_sym_abstract] = ACTIONS(3290), + [anon_sym_final] = ACTIONS(3290), + [anon_sym_open] = ACTIONS(3290), + [anon_sym_vararg] = ACTIONS(3290), + [anon_sym_noinline] = ACTIONS(3290), + [anon_sym_crossinline] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), [sym_multiline_comment] = ACTIONS(3), }, - [4175] = { - [sym__alpha_identifier] = ACTIONS(4259), - [anon_sym_AT] = ACTIONS(4262), - [anon_sym_LBRACK] = ACTIONS(4262), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4262), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(7418), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4259), - [anon_sym_set] = ACTIONS(4259), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4262), - [sym_label] = ACTIONS(4259), - [anon_sym_in] = ACTIONS(4267), - [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(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_else] = ACTIONS(4267), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4262), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4259), - [anon_sym_DASH] = ACTIONS(4259), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [anon_sym_as_QMARK] = ACTIONS(4265), - [anon_sym_PLUS_PLUS] = ACTIONS(4262), - [anon_sym_DASH_DASH] = ACTIONS(4262), - [anon_sym_BANG] = ACTIONS(4004), - [anon_sym_BANG_BANG] = ACTIONS(4265), - [anon_sym_data] = ACTIONS(4259), - [anon_sym_inner] = ACTIONS(4259), - [anon_sym_value] = ACTIONS(4259), - [anon_sym_expect] = ACTIONS(4259), - [anon_sym_actual] = ACTIONS(4259), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4262), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), + [4151] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_RBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_RPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_where] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(7372), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4932), + [anon_sym_DASH_GT] = ACTIONS(4932), + [sym_label] = ACTIONS(4932), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_while] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_else] = ACTIONS(7370), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), }, - [4176] = { - [sym_function_body] = STATE(4027), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4299), + [4152] = { + [sym__alpha_identifier] = ACTIONS(4303), [anon_sym_AT] = ACTIONS(4301), [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4301), [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_COMMA] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), + [anon_sym_LPAREN] = ACTIONS(7374), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(4303), + [anon_sym_fun] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_this] = ACTIONS(4303), + [anon_sym_super] = ACTIONS(4303), [anon_sym_STAR] = ACTIONS(4301), - [sym_label] = ACTIONS(4301), - [anon_sym_in] = ACTIONS(4299), + [sym_label] = ACTIONS(4303), + [anon_sym_in] = ACTIONS(4303), [anon_sym_DOT_DOT] = ACTIONS(4301), [anon_sym_QMARK_COLON] = ACTIONS(4301), [anon_sym_AMP_AMP] = ACTIONS(4301), [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_else] = ACTIONS(4299), + [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(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), + [anon_sym_BANG_EQ] = ACTIONS(4303), [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), + [anon_sym_EQ_EQ] = ACTIONS(4303), [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), [anon_sym_LT_EQ] = ACTIONS(4301), [anon_sym_GT_EQ] = ACTIONS(4301), [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), + [anon_sym_is] = ACTIONS(4303), [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), [anon_sym_PERCENT] = ACTIONS(4301), [anon_sym_as_QMARK] = ACTIONS(4301), [anon_sym_PLUS_PLUS] = ACTIONS(4301), [anon_sym_DASH_DASH] = ACTIONS(4301), + [anon_sym_BANG] = ACTIONS(4303), [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), + [anon_sym_data] = ACTIONS(4303), + [anon_sym_inner] = ACTIONS(4303), + [anon_sym_value] = ACTIONS(4303), + [anon_sym_expect] = ACTIONS(4303), + [anon_sym_actual] = ACTIONS(4303), [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4301), + [anon_sym_continue_AT] = ACTIONS(4301), + [anon_sym_break_AT] = ACTIONS(4301), + [anon_sym_this_AT] = ACTIONS(4301), + [anon_sym_super_AT] = ACTIONS(4301), + [sym_real_literal] = ACTIONS(4301), + [sym_integer_literal] = ACTIONS(4303), + [sym_hex_literal] = ACTIONS(4301), + [sym_bin_literal] = ACTIONS(4301), + [anon_sym_true] = ACTIONS(4303), + [anon_sym_false] = ACTIONS(4303), + [anon_sym_SQUOTE] = ACTIONS(4301), [sym__backtick_identifier] = ACTIONS(4301), [sym__automatic_semicolon] = ACTIONS(4301), [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4301), }, - [4177] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_object] = ACTIONS(4818), - [anon_sym_fun] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(7422), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_this] = ACTIONS(4818), - [anon_sym_super] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4820), - [sym_label] = ACTIONS(4818), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_null] = ACTIONS(4818), - [anon_sym_if] = ACTIONS(4818), - [anon_sym_else] = ACTIONS(7374), - [anon_sym_when] = ACTIONS(4818), - [anon_sym_try] = ACTIONS(4818), - [anon_sym_throw] = ACTIONS(4818), - [anon_sym_return] = ACTIONS(4818), - [anon_sym_continue] = ACTIONS(4818), - [anon_sym_break] = ACTIONS(4818), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4820), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG] = ACTIONS(4818), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4820), - [anon_sym_continue_AT] = ACTIONS(4820), - [anon_sym_break_AT] = ACTIONS(4820), - [anon_sym_this_AT] = ACTIONS(4820), - [anon_sym_super_AT] = ACTIONS(4820), - [sym_real_literal] = ACTIONS(4820), - [sym_integer_literal] = ACTIONS(4818), - [sym_hex_literal] = ACTIONS(4820), - [sym_bin_literal] = ACTIONS(4820), - [anon_sym_true] = ACTIONS(4818), - [anon_sym_false] = ACTIONS(4818), - [anon_sym_SQUOTE] = ACTIONS(4820), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), + [4153] = { + [sym_function_body] = STATE(3907), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_COMMA] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + }, + [4154] = { + [sym_type_constraints] = STATE(4229), + [sym_function_body] = STATE(3869), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), + [sym_multiline_comment] = ACTIONS(3), + }, + [4155] = { + [sym_function_body] = STATE(3416), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_COLON] = ACTIONS(7376), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_RPAREN] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4253), + [sym_label] = ACTIONS(4253), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_while] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4253), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_suspend] = ACTIONS(4251), + [anon_sym_sealed] = ACTIONS(4251), + [anon_sym_annotation] = ACTIONS(4251), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_override] = ACTIONS(4251), + [anon_sym_lateinit] = ACTIONS(4251), + [anon_sym_public] = ACTIONS(4251), + [anon_sym_private] = ACTIONS(4251), + [anon_sym_internal] = ACTIONS(4251), + [anon_sym_protected] = ACTIONS(4251), + [anon_sym_tailrec] = ACTIONS(4251), + [anon_sym_operator] = ACTIONS(4251), + [anon_sym_infix] = ACTIONS(4251), + [anon_sym_inline] = ACTIONS(4251), + [anon_sym_external] = ACTIONS(4251), + [sym_property_modifier] = ACTIONS(4251), + [anon_sym_abstract] = ACTIONS(4251), + [anon_sym_final] = ACTIONS(4251), + [anon_sym_open] = ACTIONS(4251), + [anon_sym_vararg] = ACTIONS(4251), + [anon_sym_noinline] = ACTIONS(4251), + [anon_sym_crossinline] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4820), }, - [4178] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), + [4156] = { + [sym__type] = STATE(9360), + [sym__type_reference] = STATE(8208), + [sym_not_nullable_type] = STATE(9360), + [sym_nullable_type] = STATE(9360), + [sym_user_type] = STATE(8326), + [sym__simple_user_type] = STATE(8099), + [sym_type_projection] = STATE(8913), + [sym_type_projection_modifiers] = STATE(6050), + [sym__type_projection_modifier] = STATE(7216), + [sym_function_type] = STATE(9360), + [sym_function_type_parameters] = STATE(9730), + [sym_parenthesized_type] = STATE(8208), + [sym_parenthesized_user_type] = STATE(9729), + [sym_type_modifiers] = STATE(6425), + [sym__type_modifier] = STATE(7214), + [sym_variance_modifier] = STATE(7216), + [sym_annotation] = STATE(7214), + [sym__single_annotation] = STATE(7847), + [sym__multi_annotation] = STATE(7847), + [sym_simple_identifier] = STATE(7952), + [sym__lexical_identifier] = STATE(5910), + [aux_sym_type_projection_modifiers_repeat1] = STATE(7216), + [aux_sym_type_modifiers_repeat1] = STATE(7214), + [sym__alpha_identifier] = ACTIONS(7378), + [anon_sym_AT] = ACTIONS(7381), + [anon_sym_LBRACK] = ACTIONS(7384), + [anon_sym_LBRACE] = ACTIONS(7384), + [anon_sym_LPAREN] = ACTIONS(7386), + [anon_sym_object] = ACTIONS(7389), + [anon_sym_fun] = ACTIONS(7389), + [anon_sym_get] = ACTIONS(7391), + [anon_sym_set] = ACTIONS(7391), + [anon_sym_this] = ACTIONS(7389), + [anon_sym_super] = ACTIONS(7389), + [anon_sym_dynamic] = ACTIONS(7394), + [anon_sym_STAR] = ACTIONS(7396), + [sym_label] = ACTIONS(7389), + [anon_sym_in] = ACTIONS(7399), + [anon_sym_null] = ACTIONS(7389), + [anon_sym_if] = ACTIONS(7389), + [anon_sym_when] = ACTIONS(7389), + [anon_sym_try] = ACTIONS(7389), + [anon_sym_throw] = ACTIONS(7389), + [anon_sym_return] = ACTIONS(7389), + [anon_sym_continue] = ACTIONS(7389), + [anon_sym_break] = ACTIONS(7389), + [anon_sym_COLON_COLON] = ACTIONS(7384), + [anon_sym_PLUS] = ACTIONS(7389), + [anon_sym_DASH] = ACTIONS(7389), + [anon_sym_PLUS_PLUS] = ACTIONS(7384), + [anon_sym_DASH_DASH] = ACTIONS(7384), + [anon_sym_BANG] = ACTIONS(7384), + [anon_sym_suspend] = ACTIONS(7401), + [anon_sym_data] = ACTIONS(7391), + [anon_sym_inner] = ACTIONS(7391), + [anon_sym_value] = ACTIONS(7391), + [anon_sym_out] = ACTIONS(7399), + [anon_sym_expect] = ACTIONS(7391), + [anon_sym_actual] = ACTIONS(7391), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(7384), + [anon_sym_continue_AT] = ACTIONS(7384), + [anon_sym_break_AT] = ACTIONS(7384), + [anon_sym_this_AT] = ACTIONS(7384), + [anon_sym_super_AT] = ACTIONS(7384), + [sym_real_literal] = ACTIONS(7384), + [sym_integer_literal] = ACTIONS(7389), + [sym_hex_literal] = ACTIONS(7384), + [sym_bin_literal] = ACTIONS(7384), + [anon_sym_true] = ACTIONS(7389), + [anon_sym_false] = ACTIONS(7389), + [anon_sym_SQUOTE] = ACTIONS(7384), + [sym__backtick_identifier] = ACTIONS(7403), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(7384), + }, + [4157] = { + [sym_type_constraints] = STATE(3713), + [sym_enum_class_body] = STATE(3939), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(6318), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + }, + [4158] = { + [sym__alpha_identifier] = ACTIONS(4289), + [anon_sym_AT] = ACTIONS(4287), + [anon_sym_LBRACK] = ACTIONS(4287), [anon_sym_as] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_LBRACE] = ACTIONS(4287), [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(7424), + [anon_sym_LPAREN] = ACTIONS(7406), [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), + [anon_sym_object] = ACTIONS(4289), + [anon_sym_fun] = ACTIONS(4289), [anon_sym_DOT] = ACTIONS(4289), [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4281), - [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4281), + [anon_sym_get] = ACTIONS(4289), + [anon_sym_set] = ACTIONS(4289), + [anon_sym_this] = ACTIONS(4289), + [anon_sym_super] = ACTIONS(4289), + [anon_sym_STAR] = ACTIONS(4287), + [sym_label] = ACTIONS(4289), [anon_sym_in] = ACTIONS(4289), [anon_sym_DOT_DOT] = ACTIONS(4287), [anon_sym_QMARK_COLON] = ACTIONS(4287), [anon_sym_AMP_AMP] = ACTIONS(4287), [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), + [anon_sym_null] = ACTIONS(4289), + [anon_sym_if] = ACTIONS(4289), [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4284), + [anon_sym_when] = ACTIONS(4289), + [anon_sym_try] = ACTIONS(4289), + [anon_sym_throw] = ACTIONS(4289), + [anon_sym_return] = ACTIONS(4289), + [anon_sym_continue] = ACTIONS(4289), + [anon_sym_break] = ACTIONS(4289), + [anon_sym_COLON_COLON] = ACTIONS(4287), [anon_sym_BANG_EQ] = ACTIONS(4289), [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), [anon_sym_EQ_EQ] = ACTIONS(4289), @@ -458768,150 +457170,683 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGin] = ACTIONS(4287), [anon_sym_is] = ACTIONS(4289), [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4281), - [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_PLUS] = ACTIONS(4289), + [anon_sym_DASH] = ACTIONS(4289), [anon_sym_SLASH] = ACTIONS(4289), [anon_sym_PERCENT] = ACTIONS(4287), [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4004), + [anon_sym_PLUS_PLUS] = ACTIONS(4287), + [anon_sym_DASH_DASH] = ACTIONS(4287), + [anon_sym_BANG] = ACTIONS(4289), [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_data] = ACTIONS(4281), - [anon_sym_inner] = ACTIONS(4281), - [anon_sym_value] = ACTIONS(4281), - [anon_sym_expect] = ACTIONS(4281), - [anon_sym_actual] = ACTIONS(4281), + [anon_sym_data] = ACTIONS(4289), + [anon_sym_inner] = ACTIONS(4289), + [anon_sym_value] = ACTIONS(4289), + [anon_sym_expect] = ACTIONS(4289), + [anon_sym_actual] = ACTIONS(4289), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4284), + [anon_sym_return_AT] = ACTIONS(4287), + [anon_sym_continue_AT] = ACTIONS(4287), + [anon_sym_break_AT] = ACTIONS(4287), + [anon_sym_this_AT] = ACTIONS(4287), + [anon_sym_super_AT] = ACTIONS(4287), + [sym_real_literal] = ACTIONS(4287), + [sym_integer_literal] = ACTIONS(4289), + [sym_hex_literal] = ACTIONS(4287), + [sym_bin_literal] = ACTIONS(4287), + [anon_sym_true] = ACTIONS(4289), + [anon_sym_false] = ACTIONS(4289), + [anon_sym_SQUOTE] = ACTIONS(4287), + [sym__backtick_identifier] = ACTIONS(4287), [sym__automatic_semicolon] = ACTIONS(4287), [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), + [sym__string_start] = ACTIONS(4287), }, - [4179] = { - [sym_class_body] = STATE(3565), - [sym_type_constraints] = STATE(3329), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_COLON] = ACTIONS(6272), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_RPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [anon_sym_while] = ACTIONS(3270), - [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(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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(3270), - [anon_sym_sealed] = ACTIONS(3270), - [anon_sym_annotation] = ACTIONS(3270), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_override] = ACTIONS(3270), - [anon_sym_lateinit] = ACTIONS(3270), - [anon_sym_public] = ACTIONS(3270), - [anon_sym_private] = ACTIONS(3270), - [anon_sym_internal] = ACTIONS(3270), - [anon_sym_protected] = ACTIONS(3270), - [anon_sym_tailrec] = ACTIONS(3270), - [anon_sym_operator] = ACTIONS(3270), - [anon_sym_infix] = ACTIONS(3270), - [anon_sym_inline] = ACTIONS(3270), - [anon_sym_external] = ACTIONS(3270), - [sym_property_modifier] = ACTIONS(3270), - [anon_sym_abstract] = ACTIONS(3270), - [anon_sym_final] = ACTIONS(3270), - [anon_sym_open] = ACTIONS(3270), - [anon_sym_vararg] = ACTIONS(3270), - [anon_sym_noinline] = ACTIONS(3270), - [anon_sym_crossinline] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [4159] = { + [sym__alpha_identifier] = ACTIONS(4848), + [anon_sym_AT] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_as] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_LPAREN] = ACTIONS(7408), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_object] = ACTIONS(4848), + [anon_sym_fun] = ACTIONS(4848), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym_get] = ACTIONS(4848), + [anon_sym_set] = ACTIONS(4848), + [anon_sym_this] = ACTIONS(4848), + [anon_sym_super] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4850), + [sym_label] = ACTIONS(4848), + [anon_sym_in] = ACTIONS(4848), + [anon_sym_DOT_DOT] = ACTIONS(4850), + [anon_sym_QMARK_COLON] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_null] = ACTIONS(4848), + [anon_sym_if] = ACTIONS(4848), + [anon_sym_else] = ACTIONS(4848), + [anon_sym_when] = ACTIONS(4848), + [anon_sym_try] = ACTIONS(4848), + [anon_sym_throw] = ACTIONS(4848), + [anon_sym_return] = ACTIONS(4848), + [anon_sym_continue] = ACTIONS(4848), + [anon_sym_break] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4850), + [anon_sym_EQ_EQ] = ACTIONS(4848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_BANGin] = ACTIONS(4850), + [anon_sym_is] = ACTIONS(4848), + [anon_sym_BANGis] = ACTIONS(4850), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4850), + [anon_sym_as_QMARK] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_BANG] = ACTIONS(4848), + [anon_sym_BANG_BANG] = ACTIONS(4850), + [anon_sym_data] = ACTIONS(4848), + [anon_sym_inner] = ACTIONS(4848), + [anon_sym_value] = ACTIONS(4848), + [anon_sym_expect] = ACTIONS(4848), + [anon_sym_actual] = ACTIONS(4848), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4850), + [anon_sym_continue_AT] = ACTIONS(4850), + [anon_sym_break_AT] = ACTIONS(4850), + [anon_sym_this_AT] = ACTIONS(4850), + [anon_sym_super_AT] = ACTIONS(4850), + [sym_real_literal] = ACTIONS(4850), + [sym_integer_literal] = ACTIONS(4848), + [sym_hex_literal] = ACTIONS(4850), + [sym_bin_literal] = ACTIONS(4850), + [anon_sym_true] = ACTIONS(4848), + [anon_sym_false] = ACTIONS(4848), + [anon_sym_SQUOTE] = ACTIONS(4850), + [sym__backtick_identifier] = ACTIONS(4850), + [sym__automatic_semicolon] = ACTIONS(4850), + [sym_safe_nav] = ACTIONS(4850), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4850), + }, + [4160] = { + [sym_class_body] = STATE(3939), + [sym_type_constraints] = STATE(3744), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(6332), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_COMMA] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, - [4180] = { + [4161] = { + [sym_function_body] = STATE(3841), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_COMMA] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), + [sym_multiline_comment] = ACTIONS(3), + }, + [4162] = { + [sym_type_constraints] = STATE(4228), + [sym_function_body] = STATE(3907), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), + [sym_multiline_comment] = ACTIONS(3), + }, + [4163] = { + [sym_type_constraints] = STATE(3336), + [sym_enum_class_body] = STATE(3498), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(6282), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_RPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_while] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3274), + [anon_sym_sealed] = ACTIONS(3274), + [anon_sym_annotation] = ACTIONS(3274), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_override] = ACTIONS(3274), + [anon_sym_lateinit] = ACTIONS(3274), + [anon_sym_public] = ACTIONS(3274), + [anon_sym_private] = ACTIONS(3274), + [anon_sym_internal] = ACTIONS(3274), + [anon_sym_protected] = ACTIONS(3274), + [anon_sym_tailrec] = ACTIONS(3274), + [anon_sym_operator] = ACTIONS(3274), + [anon_sym_infix] = ACTIONS(3274), + [anon_sym_inline] = ACTIONS(3274), + [anon_sym_external] = ACTIONS(3274), + [sym_property_modifier] = ACTIONS(3274), + [anon_sym_abstract] = ACTIONS(3274), + [anon_sym_final] = ACTIONS(3274), + [anon_sym_open] = ACTIONS(3274), + [anon_sym_vararg] = ACTIONS(3274), + [anon_sym_noinline] = ACTIONS(3274), + [anon_sym_crossinline] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + }, + [4164] = { + [sym_class_body] = STATE(3510), + [sym_type_constraints] = STATE(3331), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(7410), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_RPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4245), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_while] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4245), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + }, + [4165] = { + [sym_type_constraints] = STATE(3801), + [sym_enum_class_body] = STATE(3859), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(7412), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4245), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4245), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + }, + [4166] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_object] = ACTIONS(4930), + [anon_sym_fun] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(4932), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_this] = ACTIONS(4930), + [anon_sym_super] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4932), + [sym_label] = ACTIONS(4930), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_null] = ACTIONS(4930), + [anon_sym_if] = ACTIONS(4930), + [anon_sym_else] = ACTIONS(7368), + [anon_sym_when] = ACTIONS(4930), + [anon_sym_try] = ACTIONS(4930), + [anon_sym_throw] = ACTIONS(4930), + [anon_sym_return] = ACTIONS(4930), + [anon_sym_continue] = ACTIONS(4930), + [anon_sym_break] = ACTIONS(4930), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG] = ACTIONS(4930), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4932), + [anon_sym_continue_AT] = ACTIONS(4932), + [anon_sym_break_AT] = ACTIONS(4932), + [anon_sym_this_AT] = ACTIONS(4932), + [anon_sym_super_AT] = ACTIONS(4932), + [sym_real_literal] = ACTIONS(4932), + [sym_integer_literal] = ACTIONS(4930), + [sym_hex_literal] = ACTIONS(4932), + [sym_bin_literal] = ACTIONS(4932), + [anon_sym_true] = ACTIONS(4930), + [anon_sym_false] = ACTIONS(4930), + [anon_sym_SQUOTE] = ACTIONS(4932), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4932), + }, + [4167] = { [sym__alpha_identifier] = ACTIONS(4289), [anon_sym_AT] = ACTIONS(4287), [anon_sym_LBRACK] = ACTIONS(4287), + [anon_sym_RBRACK] = ACTIONS(4287), [anon_sym_as] = ACTIONS(4289), [anon_sym_LBRACE] = ACTIONS(4287), [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(7428), + [anon_sym_LPAREN] = ACTIONS(7414), + [anon_sym_COMMA] = ACTIONS(4287), + [anon_sym_RPAREN] = ACTIONS(4287), [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4289), - [anon_sym_fun] = ACTIONS(4289), + [anon_sym_where] = ACTIONS(4289), [anon_sym_DOT] = ACTIONS(4289), [anon_sym_SEMI] = ACTIONS(4287), [anon_sym_get] = ACTIONS(4289), [anon_sym_set] = ACTIONS(4289), - [anon_sym_this] = ACTIONS(4289), - [anon_sym_super] = ACTIONS(4289), [anon_sym_STAR] = ACTIONS(4287), - [sym_label] = ACTIONS(4289), + [anon_sym_DASH_GT] = ACTIONS(4287), + [sym_label] = ACTIONS(4287), [anon_sym_in] = ACTIONS(4289), + [anon_sym_while] = ACTIONS(4289), [anon_sym_DOT_DOT] = ACTIONS(4287), [anon_sym_QMARK_COLON] = ACTIONS(4287), [anon_sym_AMP_AMP] = ACTIONS(4287), [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4289), - [anon_sym_if] = ACTIONS(4289), [anon_sym_else] = ACTIONS(4289), - [anon_sym_when] = ACTIONS(4289), - [anon_sym_try] = ACTIONS(4289), - [anon_sym_throw] = ACTIONS(4289), - [anon_sym_return] = ACTIONS(4289), - [anon_sym_continue] = ACTIONS(4289), - [anon_sym_break] = ACTIONS(4289), [anon_sym_COLON_COLON] = ACTIONS(4287), [anon_sym_BANG_EQ] = ACTIONS(4289), [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), @@ -458929,8534 +457864,9233 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as_QMARK] = ACTIONS(4287), [anon_sym_PLUS_PLUS] = ACTIONS(4287), [anon_sym_DASH_DASH] = ACTIONS(4287), - [anon_sym_BANG] = ACTIONS(4289), [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_suspend] = ACTIONS(4289), + [anon_sym_sealed] = ACTIONS(4289), + [anon_sym_annotation] = ACTIONS(4289), [anon_sym_data] = ACTIONS(4289), [anon_sym_inner] = ACTIONS(4289), [anon_sym_value] = ACTIONS(4289), + [anon_sym_override] = ACTIONS(4289), + [anon_sym_lateinit] = ACTIONS(4289), + [anon_sym_public] = ACTIONS(4289), + [anon_sym_private] = ACTIONS(4289), + [anon_sym_internal] = ACTIONS(4289), + [anon_sym_protected] = ACTIONS(4289), + [anon_sym_tailrec] = ACTIONS(4289), + [anon_sym_operator] = ACTIONS(4289), + [anon_sym_infix] = ACTIONS(4289), + [anon_sym_inline] = ACTIONS(4289), + [anon_sym_external] = ACTIONS(4289), + [sym_property_modifier] = ACTIONS(4289), + [anon_sym_abstract] = ACTIONS(4289), + [anon_sym_final] = ACTIONS(4289), + [anon_sym_open] = ACTIONS(4289), + [anon_sym_vararg] = ACTIONS(4289), + [anon_sym_noinline] = ACTIONS(4289), + [anon_sym_crossinline] = ACTIONS(4289), [anon_sym_expect] = ACTIONS(4289), [anon_sym_actual] = ACTIONS(4289), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4287), - [anon_sym_continue_AT] = ACTIONS(4287), - [anon_sym_break_AT] = ACTIONS(4287), - [anon_sym_this_AT] = ACTIONS(4287), - [anon_sym_super_AT] = ACTIONS(4287), - [sym_real_literal] = ACTIONS(4287), - [sym_integer_literal] = ACTIONS(4289), - [sym_hex_literal] = ACTIONS(4287), - [sym_bin_literal] = ACTIONS(4287), - [anon_sym_true] = ACTIONS(4289), - [anon_sym_false] = ACTIONS(4289), - [anon_sym_SQUOTE] = ACTIONS(4287), [sym__backtick_identifier] = ACTIONS(4287), + [sym_safe_nav] = ACTIONS(4287), + [sym_multiline_comment] = ACTIONS(3), + }, + [4168] = { + [sym__alpha_identifier] = ACTIONS(4281), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_LBRACK] = ACTIONS(4284), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(6887), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_object] = ACTIONS(4281), + [anon_sym_fun] = ACTIONS(4281), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4281), + [anon_sym_set] = ACTIONS(4281), + [anon_sym_this] = ACTIONS(4281), + [anon_sym_super] = ACTIONS(4281), + [anon_sym_STAR] = ACTIONS(4284), + [sym_label] = ACTIONS(4281), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_null] = ACTIONS(4281), + [anon_sym_if] = ACTIONS(4281), + [anon_sym_else] = ACTIONS(4289), + [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(4284), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4281), + [anon_sym_DASH] = ACTIONS(4281), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4287), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4284), + [anon_sym_DASH_DASH] = ACTIONS(4284), + [anon_sym_BANG] = ACTIONS(4281), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_data] = ACTIONS(4281), + [anon_sym_inner] = ACTIONS(4281), + [anon_sym_value] = ACTIONS(4281), + [anon_sym_expect] = ACTIONS(4281), + [anon_sym_actual] = ACTIONS(4281), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4284), + [anon_sym_continue_AT] = ACTIONS(4284), + [anon_sym_break_AT] = ACTIONS(4284), + [anon_sym_this_AT] = ACTIONS(4284), + [anon_sym_super_AT] = ACTIONS(4284), + [sym_real_literal] = ACTIONS(4284), + [sym_integer_literal] = ACTIONS(4281), + [sym_hex_literal] = ACTIONS(4284), + [sym_bin_literal] = ACTIONS(4284), + [anon_sym_true] = ACTIONS(4281), + [anon_sym_false] = ACTIONS(4281), + [anon_sym_SQUOTE] = ACTIONS(4284), + [sym__backtick_identifier] = ACTIONS(4284), [sym__automatic_semicolon] = ACTIONS(4287), [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4287), + [sym__string_start] = ACTIONS(4284), + }, + [4169] = { + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(6891), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(4295), + [anon_sym_fun] = ACTIONS(4295), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(4295), + [anon_sym_super] = ACTIONS(4295), + [anon_sym_STAR] = ACTIONS(4298), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(4295), + [anon_sym_if] = ACTIONS(4295), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(4295), + [anon_sym_try] = ACTIONS(4295), + [anon_sym_throw] = ACTIONS(4295), + [anon_sym_return] = ACTIONS(4295), + [anon_sym_continue] = ACTIONS(4295), + [anon_sym_break] = ACTIONS(4295), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4301), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(4295), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(4298), + [anon_sym_continue_AT] = ACTIONS(4298), + [anon_sym_break_AT] = ACTIONS(4298), + [anon_sym_this_AT] = ACTIONS(4298), + [anon_sym_super_AT] = ACTIONS(4298), + [sym_real_literal] = ACTIONS(4298), + [sym_integer_literal] = ACTIONS(4295), + [sym_hex_literal] = ACTIONS(4298), + [sym_bin_literal] = ACTIONS(4298), + [anon_sym_true] = ACTIONS(4295), + [anon_sym_false] = ACTIONS(4295), + [anon_sym_SQUOTE] = ACTIONS(4298), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(4298), + }, + [4170] = { + [sym_type_constraints] = STATE(4223), + [sym_function_body] = STATE(3946), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4321), + [sym_label] = ACTIONS(4321), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4321), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), + [sym_multiline_comment] = ACTIONS(3), + }, + [4171] = { + [sym_type_constraints] = STATE(4247), + [sym_function_body] = STATE(3987), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4325), + [sym_label] = ACTIONS(4325), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4325), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), + [sym_multiline_comment] = ACTIONS(3), + }, + [4172] = { + [sym_function_body] = STATE(3975), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4481), + [anon_sym_AT] = ACTIONS(4483), + [anon_sym_LBRACK] = ACTIONS(4483), + [anon_sym_as] = ACTIONS(4481), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [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(4483), + [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_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(4483), + [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_value] = 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_multiline_comment] = ACTIONS(3), + }, + [4173] = { + [sym_type_constraints] = STATE(3325), + [sym_enum_class_body] = STATE(3510), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(7416), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_RPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4245), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_while] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4245), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + }, + [4174] = { + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4301), + [anon_sym_LBRACK] = ACTIONS(4301), + [anon_sym_RBRACK] = ACTIONS(4301), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4301), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(7418), + [anon_sym_COMMA] = ACTIONS(4301), + [anon_sym_RPAREN] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4301), + [anon_sym_DASH_GT] = ACTIONS(4301), + [sym_label] = ACTIONS(4301), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4301), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4301), + [anon_sym_DASH_DASH] = ACTIONS(4301), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [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_value] = 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(4301), + [sym_safe_nav] = ACTIONS(4301), + [sym_multiline_comment] = ACTIONS(3), + }, + [4175] = { + [sym_class_body] = STATE(3537), + [sym_type_constraints] = STATE(3313), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(6228), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), + [sym_multiline_comment] = ACTIONS(3), + }, + [4176] = { + [sym_function_body] = STATE(3934), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4493), + [anon_sym_AT] = ACTIONS(4495), + [anon_sym_LBRACK] = ACTIONS(4495), + [anon_sym_as] = ACTIONS(4493), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4495), + [anon_sym_LPAREN] = ACTIONS(4495), + [anon_sym_COMMA] = ACTIONS(4495), + [anon_sym_LT] = ACTIONS(4493), + [anon_sym_GT] = ACTIONS(4493), + [anon_sym_where] = ACTIONS(4493), + [anon_sym_DOT] = ACTIONS(4493), + [anon_sym_SEMI] = ACTIONS(4495), + [anon_sym_get] = ACTIONS(4493), + [anon_sym_set] = ACTIONS(4493), + [anon_sym_STAR] = ACTIONS(4495), + [sym_label] = ACTIONS(4495), + [anon_sym_in] = ACTIONS(4493), + [anon_sym_DOT_DOT] = ACTIONS(4495), + [anon_sym_QMARK_COLON] = ACTIONS(4495), + [anon_sym_AMP_AMP] = ACTIONS(4495), + [anon_sym_PIPE_PIPE] = ACTIONS(4495), + [anon_sym_else] = ACTIONS(4493), + [anon_sym_COLON_COLON] = ACTIONS(4495), + [anon_sym_BANG_EQ] = ACTIONS(4493), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), + [anon_sym_EQ_EQ] = ACTIONS(4493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), + [anon_sym_LT_EQ] = ACTIONS(4495), + [anon_sym_GT_EQ] = ACTIONS(4495), + [anon_sym_BANGin] = ACTIONS(4495), + [anon_sym_is] = ACTIONS(4493), + [anon_sym_BANGis] = ACTIONS(4495), + [anon_sym_PLUS] = ACTIONS(4493), + [anon_sym_DASH] = ACTIONS(4493), + [anon_sym_SLASH] = ACTIONS(4493), + [anon_sym_PERCENT] = ACTIONS(4495), + [anon_sym_as_QMARK] = ACTIONS(4495), + [anon_sym_PLUS_PLUS] = ACTIONS(4495), + [anon_sym_DASH_DASH] = ACTIONS(4495), + [anon_sym_BANG_BANG] = ACTIONS(4495), + [anon_sym_suspend] = ACTIONS(4493), + [anon_sym_sealed] = ACTIONS(4493), + [anon_sym_annotation] = ACTIONS(4493), + [anon_sym_data] = ACTIONS(4493), + [anon_sym_inner] = ACTIONS(4493), + [anon_sym_value] = ACTIONS(4493), + [anon_sym_override] = ACTIONS(4493), + [anon_sym_lateinit] = ACTIONS(4493), + [anon_sym_public] = ACTIONS(4493), + [anon_sym_private] = ACTIONS(4493), + [anon_sym_internal] = ACTIONS(4493), + [anon_sym_protected] = ACTIONS(4493), + [anon_sym_tailrec] = ACTIONS(4493), + [anon_sym_operator] = ACTIONS(4493), + [anon_sym_infix] = ACTIONS(4493), + [anon_sym_inline] = ACTIONS(4493), + [anon_sym_external] = ACTIONS(4493), + [sym_property_modifier] = ACTIONS(4493), + [anon_sym_abstract] = ACTIONS(4493), + [anon_sym_final] = ACTIONS(4493), + [anon_sym_open] = ACTIONS(4493), + [anon_sym_vararg] = ACTIONS(4493), + [anon_sym_noinline] = ACTIONS(4493), + [anon_sym_crossinline] = ACTIONS(4493), + [anon_sym_expect] = ACTIONS(4493), + [anon_sym_actual] = ACTIONS(4493), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4495), + [sym__automatic_semicolon] = ACTIONS(4495), + [sym_safe_nav] = ACTIONS(4495), + [sym_multiline_comment] = ACTIONS(3), + }, + [4177] = { + [sym__alpha_identifier] = ACTIONS(4838), + [anon_sym_AT] = ACTIONS(4840), + [anon_sym_LBRACK] = ACTIONS(4840), + [anon_sym_RBRACK] = ACTIONS(4840), + [anon_sym_as] = ACTIONS(4838), + [anon_sym_LBRACE] = ACTIONS(4840), + [anon_sym_RBRACE] = ACTIONS(4840), + [anon_sym_LPAREN] = ACTIONS(7420), + [anon_sym_COMMA] = ACTIONS(4840), + [anon_sym_RPAREN] = ACTIONS(4840), + [anon_sym_LT] = ACTIONS(4838), + [anon_sym_GT] = ACTIONS(4838), + [anon_sym_where] = ACTIONS(4838), + [anon_sym_DOT] = ACTIONS(4838), + [anon_sym_SEMI] = ACTIONS(4840), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4838), + [anon_sym_STAR] = ACTIONS(4840), + [anon_sym_DASH_GT] = ACTIONS(4840), + [sym_label] = ACTIONS(4840), + [anon_sym_in] = ACTIONS(4838), + [anon_sym_while] = ACTIONS(4838), + [anon_sym_DOT_DOT] = ACTIONS(4840), + [anon_sym_QMARK_COLON] = ACTIONS(4840), + [anon_sym_AMP_AMP] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4840), + [anon_sym_else] = ACTIONS(4838), + [anon_sym_COLON_COLON] = ACTIONS(4840), + [anon_sym_BANG_EQ] = ACTIONS(4838), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4840), + [anon_sym_EQ_EQ] = ACTIONS(4838), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4840), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4840), + [anon_sym_BANGin] = ACTIONS(4840), + [anon_sym_is] = ACTIONS(4838), + [anon_sym_BANGis] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4838), + [anon_sym_SLASH] = ACTIONS(4838), + [anon_sym_PERCENT] = ACTIONS(4840), + [anon_sym_as_QMARK] = ACTIONS(4840), + [anon_sym_PLUS_PLUS] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4840), + [anon_sym_BANG_BANG] = ACTIONS(4840), + [anon_sym_suspend] = ACTIONS(4838), + [anon_sym_sealed] = ACTIONS(4838), + [anon_sym_annotation] = ACTIONS(4838), + [anon_sym_data] = ACTIONS(4838), + [anon_sym_inner] = ACTIONS(4838), + [anon_sym_value] = ACTIONS(4838), + [anon_sym_override] = ACTIONS(4838), + [anon_sym_lateinit] = ACTIONS(4838), + [anon_sym_public] = ACTIONS(4838), + [anon_sym_private] = ACTIONS(4838), + [anon_sym_internal] = ACTIONS(4838), + [anon_sym_protected] = ACTIONS(4838), + [anon_sym_tailrec] = ACTIONS(4838), + [anon_sym_operator] = ACTIONS(4838), + [anon_sym_infix] = ACTIONS(4838), + [anon_sym_inline] = ACTIONS(4838), + [anon_sym_external] = ACTIONS(4838), + [sym_property_modifier] = ACTIONS(4838), + [anon_sym_abstract] = ACTIONS(4838), + [anon_sym_final] = ACTIONS(4838), + [anon_sym_open] = ACTIONS(4838), + [anon_sym_vararg] = ACTIONS(4838), + [anon_sym_noinline] = ACTIONS(4838), + [anon_sym_crossinline] = ACTIONS(4838), + [anon_sym_expect] = ACTIONS(4838), + [anon_sym_actual] = ACTIONS(4838), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4840), + [sym_safe_nav] = ACTIONS(4840), + [sym_multiline_comment] = ACTIONS(3), + }, + [4178] = { + [sym__alpha_identifier] = ACTIONS(4848), + [anon_sym_AT] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_RBRACK] = ACTIONS(4850), + [anon_sym_as] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_LPAREN] = ACTIONS(7422), + [anon_sym_COMMA] = ACTIONS(4850), + [anon_sym_RPAREN] = ACTIONS(4850), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_where] = ACTIONS(4848), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym_get] = ACTIONS(4848), + [anon_sym_set] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4850), + [anon_sym_DASH_GT] = ACTIONS(4850), + [sym_label] = ACTIONS(4850), + [anon_sym_in] = ACTIONS(4848), + [anon_sym_while] = ACTIONS(4848), + [anon_sym_DOT_DOT] = ACTIONS(4850), + [anon_sym_QMARK_COLON] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_else] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4850), + [anon_sym_EQ_EQ] = ACTIONS(4848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_BANGin] = ACTIONS(4850), + [anon_sym_is] = ACTIONS(4848), + [anon_sym_BANGis] = ACTIONS(4850), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4850), + [anon_sym_as_QMARK] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_BANG_BANG] = ACTIONS(4850), + [anon_sym_suspend] = ACTIONS(4848), + [anon_sym_sealed] = ACTIONS(4848), + [anon_sym_annotation] = ACTIONS(4848), + [anon_sym_data] = ACTIONS(4848), + [anon_sym_inner] = ACTIONS(4848), + [anon_sym_value] = ACTIONS(4848), + [anon_sym_override] = ACTIONS(4848), + [anon_sym_lateinit] = ACTIONS(4848), + [anon_sym_public] = ACTIONS(4848), + [anon_sym_private] = ACTIONS(4848), + [anon_sym_internal] = ACTIONS(4848), + [anon_sym_protected] = ACTIONS(4848), + [anon_sym_tailrec] = ACTIONS(4848), + [anon_sym_operator] = ACTIONS(4848), + [anon_sym_infix] = ACTIONS(4848), + [anon_sym_inline] = ACTIONS(4848), + [anon_sym_external] = ACTIONS(4848), + [sym_property_modifier] = ACTIONS(4848), + [anon_sym_abstract] = ACTIONS(4848), + [anon_sym_final] = ACTIONS(4848), + [anon_sym_open] = ACTIONS(4848), + [anon_sym_vararg] = ACTIONS(4848), + [anon_sym_noinline] = ACTIONS(4848), + [anon_sym_crossinline] = ACTIONS(4848), + [anon_sym_expect] = ACTIONS(4848), + [anon_sym_actual] = ACTIONS(4848), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4850), + [sym_safe_nav] = ACTIONS(4850), + [sym_multiline_comment] = ACTIONS(3), + }, + [4179] = { + [sym_class_body] = STATE(3859), + [sym_type_constraints] = STATE(3817), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(7424), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_COMMA] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4245), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4245), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), + [sym_multiline_comment] = ACTIONS(3), + }, + [4180] = { + [sym_type_constraints] = STATE(3356), + [sym_enum_class_body] = STATE(3483), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_COLON] = ACTIONS(7426), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_RPAREN] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4202), + [sym_label] = ACTIONS(4202), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_while] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4202), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), + [sym_multiline_comment] = ACTIONS(3), }, [4181] = { - [sym_type_constraints] = STATE(3823), - [sym_enum_class_body] = STATE(3839), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_COLON] = ACTIONS(6322), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_COMMA] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3286), - [anon_sym_sealed] = ACTIONS(3286), - [anon_sym_annotation] = ACTIONS(3286), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_override] = ACTIONS(3286), - [anon_sym_lateinit] = ACTIONS(3286), - [anon_sym_public] = ACTIONS(3286), - [anon_sym_private] = ACTIONS(3286), - [anon_sym_internal] = ACTIONS(3286), - [anon_sym_protected] = ACTIONS(3286), - [anon_sym_tailrec] = ACTIONS(3286), - [anon_sym_operator] = ACTIONS(3286), - [anon_sym_infix] = ACTIONS(3286), - [anon_sym_inline] = ACTIONS(3286), - [anon_sym_external] = ACTIONS(3286), - [sym_property_modifier] = ACTIONS(3286), - [anon_sym_abstract] = ACTIONS(3286), - [anon_sym_final] = ACTIONS(3286), - [anon_sym_open] = ACTIONS(3286), - [anon_sym_vararg] = ACTIONS(3286), - [anon_sym_noinline] = ACTIONS(3286), - [anon_sym_crossinline] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [sym_type_constraints] = STATE(3310), + [sym_enum_class_body] = STATE(3537), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(6240), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5572), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_RPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_while] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, [4182] = { - [sym_type_constraints] = STATE(3791), - [sym_enum_class_body] = STATE(3952), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_COLON] = ACTIONS(7430), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_COMMA] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4323), - [sym_label] = ACTIONS(4323), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4323), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), + [sym_class_body] = STATE(3540), + [sym_type_constraints] = STATE(3307), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_COLON] = ACTIONS(7428), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_RPAREN] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4214), + [sym_label] = ACTIONS(4214), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_while] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4214), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), [sym_multiline_comment] = ACTIONS(3), }, [4183] = { - [sym_function_body] = STATE(3995), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(7261), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_COMMA] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_where] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4441), - [sym_label] = ACTIONS(4441), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4441), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_suspend] = ACTIONS(4439), - [anon_sym_sealed] = ACTIONS(4439), - [anon_sym_annotation] = ACTIONS(4439), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_override] = ACTIONS(4439), - [anon_sym_lateinit] = ACTIONS(4439), - [anon_sym_public] = ACTIONS(4439), - [anon_sym_private] = ACTIONS(4439), - [anon_sym_internal] = ACTIONS(4439), - [anon_sym_protected] = ACTIONS(4439), - [anon_sym_tailrec] = ACTIONS(4439), - [anon_sym_operator] = ACTIONS(4439), - [anon_sym_infix] = ACTIONS(4439), - [anon_sym_inline] = ACTIONS(4439), - [anon_sym_external] = ACTIONS(4439), - [sym_property_modifier] = ACTIONS(4439), - [anon_sym_abstract] = ACTIONS(4439), - [anon_sym_final] = ACTIONS(4439), - [anon_sym_open] = ACTIONS(4439), - [anon_sym_vararg] = ACTIONS(4439), - [anon_sym_noinline] = ACTIONS(4439), - [anon_sym_crossinline] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4441), - [sym__automatic_semicolon] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), + [sym_function_body] = STATE(3971), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [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(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_value] = 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), }, [4184] = { - [sym__alpha_identifier] = ACTIONS(4874), - [anon_sym_AT] = ACTIONS(4876), - [anon_sym_LBRACK] = ACTIONS(4876), - [anon_sym_as] = ACTIONS(4874), - [anon_sym_LBRACE] = ACTIONS(4876), - [anon_sym_RBRACE] = ACTIONS(4876), - [anon_sym_LPAREN] = ACTIONS(7432), - [anon_sym_LT] = ACTIONS(4874), - [anon_sym_GT] = ACTIONS(4874), - [anon_sym_object] = ACTIONS(4874), - [anon_sym_fun] = ACTIONS(4874), - [anon_sym_DOT] = ACTIONS(4874), - [anon_sym_SEMI] = ACTIONS(4876), - [anon_sym_get] = ACTIONS(4874), - [anon_sym_set] = ACTIONS(4874), - [anon_sym_this] = ACTIONS(4874), - [anon_sym_super] = ACTIONS(4874), - [anon_sym_STAR] = ACTIONS(4876), - [sym_label] = ACTIONS(4874), - [anon_sym_in] = ACTIONS(4874), - [anon_sym_DOT_DOT] = ACTIONS(4876), - [anon_sym_QMARK_COLON] = ACTIONS(4876), - [anon_sym_AMP_AMP] = ACTIONS(4876), - [anon_sym_PIPE_PIPE] = ACTIONS(4876), - [anon_sym_null] = ACTIONS(4874), - [anon_sym_if] = ACTIONS(4874), - [anon_sym_else] = ACTIONS(4874), - [anon_sym_when] = ACTIONS(4874), - [anon_sym_try] = ACTIONS(4874), - [anon_sym_throw] = ACTIONS(4874), - [anon_sym_return] = ACTIONS(4874), - [anon_sym_continue] = ACTIONS(4874), - [anon_sym_break] = ACTIONS(4874), - [anon_sym_COLON_COLON] = ACTIONS(4876), - [anon_sym_BANG_EQ] = ACTIONS(4874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4876), - [anon_sym_EQ_EQ] = ACTIONS(4874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4876), - [anon_sym_LT_EQ] = ACTIONS(4876), - [anon_sym_GT_EQ] = ACTIONS(4876), - [anon_sym_BANGin] = ACTIONS(4876), - [anon_sym_is] = ACTIONS(4874), - [anon_sym_BANGis] = ACTIONS(4876), - [anon_sym_PLUS] = ACTIONS(4874), - [anon_sym_DASH] = ACTIONS(4874), - [anon_sym_SLASH] = ACTIONS(4874), - [anon_sym_PERCENT] = ACTIONS(4876), - [anon_sym_as_QMARK] = ACTIONS(4876), - [anon_sym_PLUS_PLUS] = ACTIONS(4876), - [anon_sym_DASH_DASH] = ACTIONS(4876), - [anon_sym_BANG] = ACTIONS(4874), - [anon_sym_BANG_BANG] = ACTIONS(4876), - [anon_sym_data] = ACTIONS(4874), - [anon_sym_inner] = ACTIONS(4874), - [anon_sym_value] = ACTIONS(4874), - [anon_sym_expect] = ACTIONS(4874), - [anon_sym_actual] = ACTIONS(4874), + [sym__alpha_identifier] = ACTIONS(4295), + [anon_sym_AT] = ACTIONS(4298), + [anon_sym_LBRACK] = ACTIONS(4298), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4298), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(7430), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4295), + [anon_sym_set] = ACTIONS(4295), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(4298), + [sym_label] = ACTIONS(4295), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(4298), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4295), + [anon_sym_DASH] = ACTIONS(4295), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4301), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4298), + [anon_sym_DASH_DASH] = ACTIONS(4298), + [anon_sym_BANG] = ACTIONS(3976), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [anon_sym_data] = ACTIONS(4295), + [anon_sym_inner] = ACTIONS(4295), + [anon_sym_value] = ACTIONS(4295), + [anon_sym_expect] = ACTIONS(4295), + [anon_sym_actual] = ACTIONS(4295), [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4876), - [anon_sym_continue_AT] = ACTIONS(4876), - [anon_sym_break_AT] = ACTIONS(4876), - [anon_sym_this_AT] = ACTIONS(4876), - [anon_sym_super_AT] = ACTIONS(4876), - [sym_real_literal] = ACTIONS(4876), - [sym_integer_literal] = ACTIONS(4874), - [sym_hex_literal] = ACTIONS(4876), - [sym_bin_literal] = ACTIONS(4876), - [anon_sym_true] = ACTIONS(4874), - [anon_sym_false] = ACTIONS(4874), - [anon_sym_SQUOTE] = ACTIONS(4876), - [sym__backtick_identifier] = ACTIONS(4876), - [sym__automatic_semicolon] = ACTIONS(4876), - [sym_safe_nav] = ACTIONS(4876), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(4298), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4876), + [sym__string_start] = ACTIONS(3981), }, [4185] = { - [sym__alpha_identifier] = ACTIONS(4892), - [anon_sym_AT] = ACTIONS(4894), - [anon_sym_LBRACK] = ACTIONS(4894), - [anon_sym_as] = ACTIONS(4892), - [anon_sym_LBRACE] = ACTIONS(4894), - [anon_sym_RBRACE] = ACTIONS(4894), - [anon_sym_LPAREN] = ACTIONS(7434), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym_GT] = ACTIONS(4892), - [anon_sym_object] = ACTIONS(4892), - [anon_sym_fun] = ACTIONS(4892), - [anon_sym_DOT] = ACTIONS(4892), - [anon_sym_SEMI] = ACTIONS(4894), - [anon_sym_get] = ACTIONS(4892), - [anon_sym_set] = ACTIONS(4892), - [anon_sym_this] = ACTIONS(4892), - [anon_sym_super] = ACTIONS(4892), - [anon_sym_STAR] = ACTIONS(4894), - [sym_label] = ACTIONS(4892), - [anon_sym_in] = ACTIONS(4892), - [anon_sym_DOT_DOT] = ACTIONS(4894), - [anon_sym_QMARK_COLON] = ACTIONS(4894), - [anon_sym_AMP_AMP] = ACTIONS(4894), - [anon_sym_PIPE_PIPE] = ACTIONS(4894), - [anon_sym_null] = ACTIONS(4892), - [anon_sym_if] = ACTIONS(4892), - [anon_sym_else] = ACTIONS(4892), - [anon_sym_when] = ACTIONS(4892), - [anon_sym_try] = ACTIONS(4892), - [anon_sym_throw] = ACTIONS(4892), - [anon_sym_return] = ACTIONS(4892), - [anon_sym_continue] = ACTIONS(4892), - [anon_sym_break] = ACTIONS(4892), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_BANG_EQ] = ACTIONS(4892), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4894), - [anon_sym_EQ_EQ] = ACTIONS(4892), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4894), - [anon_sym_LT_EQ] = ACTIONS(4894), - [anon_sym_GT_EQ] = ACTIONS(4894), - [anon_sym_BANGin] = ACTIONS(4894), - [anon_sym_is] = ACTIONS(4892), - [anon_sym_BANGis] = ACTIONS(4894), - [anon_sym_PLUS] = ACTIONS(4892), - [anon_sym_DASH] = ACTIONS(4892), - [anon_sym_SLASH] = ACTIONS(4892), - [anon_sym_PERCENT] = ACTIONS(4894), - [anon_sym_as_QMARK] = ACTIONS(4894), - [anon_sym_PLUS_PLUS] = ACTIONS(4894), - [anon_sym_DASH_DASH] = ACTIONS(4894), - [anon_sym_BANG] = ACTIONS(4892), - [anon_sym_BANG_BANG] = ACTIONS(4894), - [anon_sym_data] = ACTIONS(4892), - [anon_sym_inner] = ACTIONS(4892), - [anon_sym_value] = ACTIONS(4892), - [anon_sym_expect] = ACTIONS(4892), - [anon_sym_actual] = ACTIONS(4892), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4894), - [anon_sym_continue_AT] = ACTIONS(4894), - [anon_sym_break_AT] = ACTIONS(4894), - [anon_sym_this_AT] = ACTIONS(4894), - [anon_sym_super_AT] = ACTIONS(4894), - [sym_real_literal] = ACTIONS(4894), - [sym_integer_literal] = ACTIONS(4892), - [sym_hex_literal] = ACTIONS(4894), - [sym_bin_literal] = ACTIONS(4894), - [anon_sym_true] = ACTIONS(4892), - [anon_sym_false] = ACTIONS(4892), - [anon_sym_SQUOTE] = ACTIONS(4894), - [sym__backtick_identifier] = ACTIONS(4894), - [sym__automatic_semicolon] = ACTIONS(4894), - [sym_safe_nav] = ACTIONS(4894), - [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4894), - }, - [4186] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_RBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_COMMA] = ACTIONS(4820), - [anon_sym_RPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_where] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(4820), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4820), - [anon_sym_DASH_GT] = ACTIONS(4820), - [sym_label] = ACTIONS(4820), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_while] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_else] = ACTIONS(7436), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4820), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), - [sym_multiline_comment] = ACTIONS(3), - }, - [4187] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_RBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_COMMA] = ACTIONS(4820), - [anon_sym_RPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_where] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(7438), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4820), - [anon_sym_DASH_GT] = ACTIONS(4820), - [sym_label] = ACTIONS(4820), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_while] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_else] = ACTIONS(7436), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4820), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), + [sym_function_body] = STATE(3992), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4485), + [anon_sym_AT] = ACTIONS(4487), + [anon_sym_LBRACK] = ACTIONS(4487), + [anon_sym_as] = ACTIONS(4485), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4487), + [anon_sym_LPAREN] = ACTIONS(4487), + [anon_sym_COMMA] = ACTIONS(4487), + [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(4487), + [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_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(4487), + [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_value] = 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(4820), - [sym_safe_nav] = ACTIONS(4820), + [sym__backtick_identifier] = ACTIONS(4487), + [sym__automatic_semicolon] = ACTIONS(4487), + [sym_safe_nav] = ACTIONS(4487), + [sym_multiline_comment] = ACTIONS(3), + }, + [4186] = { + [sym_type_constraints] = STATE(3818), + [sym_enum_class_body] = STATE(3829), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(6342), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_COMMA] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3274), + [anon_sym_sealed] = ACTIONS(3274), + [anon_sym_annotation] = ACTIONS(3274), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_override] = ACTIONS(3274), + [anon_sym_lateinit] = ACTIONS(3274), + [anon_sym_public] = ACTIONS(3274), + [anon_sym_private] = ACTIONS(3274), + [anon_sym_internal] = ACTIONS(3274), + [anon_sym_protected] = ACTIONS(3274), + [anon_sym_tailrec] = ACTIONS(3274), + [anon_sym_operator] = ACTIONS(3274), + [anon_sym_infix] = ACTIONS(3274), + [anon_sym_inline] = ACTIONS(3274), + [anon_sym_external] = ACTIONS(3274), + [sym_property_modifier] = ACTIONS(3274), + [anon_sym_abstract] = ACTIONS(3274), + [anon_sym_final] = ACTIONS(3274), + [anon_sym_open] = ACTIONS(3274), + [anon_sym_vararg] = ACTIONS(3274), + [anon_sym_noinline] = ACTIONS(3274), + [anon_sym_crossinline] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), + [sym_multiline_comment] = ACTIONS(3), + }, + [4187] = { + [sym_type_constraints] = STATE(3789), + [sym_enum_class_body] = STATE(3885), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_COLON] = ACTIONS(7434), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_COMMA] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4202), + [sym_label] = ACTIONS(4202), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4202), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), [sym_multiline_comment] = ACTIONS(3), }, [4188] = { - [sym_type_constraints] = STATE(3303), - [sym_enum_class_body] = STATE(3513), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(7440), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5486), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_RPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4218), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_while] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4218), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), + [sym_function_body] = STATE(3379), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4206), + [anon_sym_AT] = ACTIONS(4208), + [anon_sym_COLON] = ACTIONS(7436), + [anon_sym_LBRACK] = ACTIONS(4208), + [anon_sym_as] = ACTIONS(4206), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4208), + [anon_sym_LPAREN] = ACTIONS(4208), + [anon_sym_RPAREN] = ACTIONS(4208), + [anon_sym_LT] = ACTIONS(4206), + [anon_sym_GT] = ACTIONS(4206), + [anon_sym_DOT] = ACTIONS(4206), + [anon_sym_SEMI] = ACTIONS(4208), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4206), + [anon_sym_STAR] = ACTIONS(4208), + [sym_label] = ACTIONS(4208), + [anon_sym_in] = ACTIONS(4206), + [anon_sym_while] = ACTIONS(4206), + [anon_sym_DOT_DOT] = ACTIONS(4208), + [anon_sym_QMARK_COLON] = ACTIONS(4208), + [anon_sym_AMP_AMP] = ACTIONS(4208), + [anon_sym_PIPE_PIPE] = ACTIONS(4208), + [anon_sym_else] = ACTIONS(4206), + [anon_sym_COLON_COLON] = ACTIONS(4208), + [anon_sym_BANG_EQ] = ACTIONS(4206), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4208), + [anon_sym_EQ_EQ] = ACTIONS(4206), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4208), + [anon_sym_LT_EQ] = ACTIONS(4208), + [anon_sym_GT_EQ] = ACTIONS(4208), + [anon_sym_BANGin] = ACTIONS(4208), + [anon_sym_is] = ACTIONS(4206), + [anon_sym_BANGis] = ACTIONS(4208), + [anon_sym_PLUS] = ACTIONS(4206), + [anon_sym_DASH] = ACTIONS(4206), + [anon_sym_SLASH] = ACTIONS(4206), + [anon_sym_PERCENT] = ACTIONS(4208), + [anon_sym_as_QMARK] = ACTIONS(4208), + [anon_sym_PLUS_PLUS] = ACTIONS(4208), + [anon_sym_DASH_DASH] = ACTIONS(4208), + [anon_sym_BANG_BANG] = ACTIONS(4208), + [anon_sym_suspend] = ACTIONS(4206), + [anon_sym_sealed] = ACTIONS(4206), + [anon_sym_annotation] = ACTIONS(4206), + [anon_sym_data] = ACTIONS(4206), + [anon_sym_inner] = ACTIONS(4206), + [anon_sym_value] = ACTIONS(4206), + [anon_sym_override] = ACTIONS(4206), + [anon_sym_lateinit] = ACTIONS(4206), + [anon_sym_public] = ACTIONS(4206), + [anon_sym_private] = ACTIONS(4206), + [anon_sym_internal] = ACTIONS(4206), + [anon_sym_protected] = ACTIONS(4206), + [anon_sym_tailrec] = ACTIONS(4206), + [anon_sym_operator] = ACTIONS(4206), + [anon_sym_infix] = ACTIONS(4206), + [anon_sym_inline] = ACTIONS(4206), + [anon_sym_external] = ACTIONS(4206), + [sym_property_modifier] = ACTIONS(4206), + [anon_sym_abstract] = ACTIONS(4206), + [anon_sym_final] = ACTIONS(4206), + [anon_sym_open] = ACTIONS(4206), + [anon_sym_vararg] = ACTIONS(4206), + [anon_sym_noinline] = ACTIONS(4206), + [anon_sym_crossinline] = ACTIONS(4206), + [anon_sym_expect] = ACTIONS(4206), + [anon_sym_actual] = ACTIONS(4206), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4208), + [sym_safe_nav] = ACTIONS(4208), [sym_multiline_comment] = ACTIONS(3), }, [4189] = { - [sym_type_constraints] = STATE(4252), - [sym_function_body] = STATE(3982), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), + [sym_function_body] = STATE(3456), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(7438), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [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_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_value] = 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), }, [4190] = { - [sym_function_body] = STATE(3414), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_COLON] = ACTIONS(7442), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_RPAREN] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4277), - [sym_label] = ACTIONS(4277), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_while] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4277), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_suspend] = ACTIONS(4275), - [anon_sym_sealed] = ACTIONS(4275), - [anon_sym_annotation] = ACTIONS(4275), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_override] = ACTIONS(4275), - [anon_sym_lateinit] = ACTIONS(4275), - [anon_sym_public] = ACTIONS(4275), - [anon_sym_private] = ACTIONS(4275), - [anon_sym_internal] = ACTIONS(4275), - [anon_sym_protected] = ACTIONS(4275), - [anon_sym_tailrec] = ACTIONS(4275), - [anon_sym_operator] = ACTIONS(4275), - [anon_sym_infix] = ACTIONS(4275), - [anon_sym_inline] = ACTIONS(4275), - [anon_sym_external] = ACTIONS(4275), - [sym_property_modifier] = ACTIONS(4275), - [anon_sym_abstract] = ACTIONS(4275), - [anon_sym_final] = ACTIONS(4275), - [anon_sym_open] = ACTIONS(4275), - [anon_sym_vararg] = ACTIONS(4275), - [anon_sym_noinline] = ACTIONS(4275), - [anon_sym_crossinline] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), + [sym_function_body] = STATE(4023), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_COMMA] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_where] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4153), + [sym_label] = ACTIONS(4153), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4153), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), [sym_multiline_comment] = ACTIONS(3), }, [4191] = { - [sym_function_body] = STATE(3499), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4229), - [anon_sym_AT] = ACTIONS(4231), - [anon_sym_COLON] = ACTIONS(7444), - [anon_sym_LBRACK] = ACTIONS(4231), - [anon_sym_as] = ACTIONS(4229), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4231), - [anon_sym_LPAREN] = ACTIONS(4231), - [anon_sym_RPAREN] = ACTIONS(4231), - [anon_sym_LT] = ACTIONS(4229), - [anon_sym_GT] = ACTIONS(4229), - [anon_sym_DOT] = ACTIONS(4229), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(4229), - [anon_sym_set] = ACTIONS(4229), - [anon_sym_STAR] = ACTIONS(4231), - [sym_label] = ACTIONS(4231), - [anon_sym_in] = ACTIONS(4229), - [anon_sym_while] = ACTIONS(4229), - [anon_sym_DOT_DOT] = ACTIONS(4231), - [anon_sym_QMARK_COLON] = ACTIONS(4231), - [anon_sym_AMP_AMP] = ACTIONS(4231), - [anon_sym_PIPE_PIPE] = ACTIONS(4231), - [anon_sym_else] = ACTIONS(4229), - [anon_sym_COLON_COLON] = ACTIONS(4231), - [anon_sym_BANG_EQ] = ACTIONS(4229), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4231), - [anon_sym_EQ_EQ] = ACTIONS(4229), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4231), - [anon_sym_LT_EQ] = ACTIONS(4231), - [anon_sym_GT_EQ] = ACTIONS(4231), - [anon_sym_BANGin] = ACTIONS(4231), - [anon_sym_is] = ACTIONS(4229), - [anon_sym_BANGis] = ACTIONS(4231), - [anon_sym_PLUS] = ACTIONS(4229), - [anon_sym_DASH] = ACTIONS(4229), - [anon_sym_SLASH] = ACTIONS(4229), - [anon_sym_PERCENT] = ACTIONS(4231), - [anon_sym_as_QMARK] = ACTIONS(4231), - [anon_sym_PLUS_PLUS] = ACTIONS(4231), - [anon_sym_DASH_DASH] = ACTIONS(4231), - [anon_sym_BANG_BANG] = ACTIONS(4231), - [anon_sym_suspend] = ACTIONS(4229), - [anon_sym_sealed] = ACTIONS(4229), - [anon_sym_annotation] = ACTIONS(4229), - [anon_sym_data] = ACTIONS(4229), - [anon_sym_inner] = ACTIONS(4229), - [anon_sym_value] = ACTIONS(4229), - [anon_sym_override] = ACTIONS(4229), - [anon_sym_lateinit] = ACTIONS(4229), - [anon_sym_public] = ACTIONS(4229), - [anon_sym_private] = ACTIONS(4229), - [anon_sym_internal] = ACTIONS(4229), - [anon_sym_protected] = ACTIONS(4229), - [anon_sym_tailrec] = ACTIONS(4229), - [anon_sym_operator] = ACTIONS(4229), - [anon_sym_infix] = ACTIONS(4229), - [anon_sym_inline] = ACTIONS(4229), - [anon_sym_external] = ACTIONS(4229), - [sym_property_modifier] = ACTIONS(4229), - [anon_sym_abstract] = ACTIONS(4229), - [anon_sym_final] = ACTIONS(4229), - [anon_sym_open] = ACTIONS(4229), - [anon_sym_vararg] = ACTIONS(4229), - [anon_sym_noinline] = ACTIONS(4229), - [anon_sym_crossinline] = ACTIONS(4229), - [anon_sym_expect] = ACTIONS(4229), - [anon_sym_actual] = ACTIONS(4229), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4231), - [sym_safe_nav] = ACTIONS(4231), + [sym_function_body] = STATE(3946), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_COMMA] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_where] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4321), + [sym_label] = ACTIONS(4321), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4321), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), [sym_multiline_comment] = ACTIONS(3), }, [4192] = { - [sym__alpha_identifier] = ACTIONS(4281), - [anon_sym_AT] = ACTIONS(4284), - [anon_sym_LBRACK] = ACTIONS(4284), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4284), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(6897), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_object] = ACTIONS(4281), - [anon_sym_fun] = ACTIONS(4281), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4281), - [anon_sym_set] = ACTIONS(4281), - [anon_sym_this] = ACTIONS(4281), - [anon_sym_super] = ACTIONS(4281), - [anon_sym_STAR] = ACTIONS(4284), - [sym_label] = ACTIONS(4281), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_null] = ACTIONS(4281), - [anon_sym_if] = ACTIONS(4281), - [anon_sym_else] = ACTIONS(4289), - [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(4284), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4281), - [anon_sym_DASH] = ACTIONS(4281), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4287), - [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4284), - [anon_sym_DASH_DASH] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4281), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_data] = ACTIONS(4281), - [anon_sym_inner] = ACTIONS(4281), - [anon_sym_value] = ACTIONS(4281), - [anon_sym_expect] = ACTIONS(4281), - [anon_sym_actual] = ACTIONS(4281), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4284), - [anon_sym_continue_AT] = ACTIONS(4284), - [anon_sym_break_AT] = ACTIONS(4284), - [anon_sym_this_AT] = ACTIONS(4284), - [anon_sym_super_AT] = ACTIONS(4284), - [sym_real_literal] = ACTIONS(4284), - [sym_integer_literal] = ACTIONS(4281), - [sym_hex_literal] = ACTIONS(4284), - [sym_bin_literal] = ACTIONS(4284), - [anon_sym_true] = ACTIONS(4281), - [anon_sym_false] = ACTIONS(4281), - [anon_sym_SQUOTE] = ACTIONS(4284), - [sym__backtick_identifier] = ACTIONS(4284), - [sym__automatic_semicolon] = ACTIONS(4287), - [sym_safe_nav] = ACTIONS(4287), + [sym_function_body] = STATE(3987), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(7207), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_COMMA] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_where] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4325), + [sym_label] = ACTIONS(4325), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4325), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4284), }, [4193] = { - [sym__alpha_identifier] = ACTIONS(4267), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_RBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(7446), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_RPAREN] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4267), - [anon_sym_set] = ACTIONS(4267), - [anon_sym_STAR] = ACTIONS(4265), - [anon_sym_DASH_GT] = ACTIONS(4265), - [sym_label] = ACTIONS(4265), - [anon_sym_in] = ACTIONS(4267), - [anon_sym_while] = ACTIONS(4267), - [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(4267), - [anon_sym_COLON_COLON] = ACTIONS(4265), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4267), - [anon_sym_DASH] = ACTIONS(4267), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [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(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4267), - [anon_sym_inner] = ACTIONS(4267), - [anon_sym_value] = ACTIONS(4267), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4267), - [anon_sym_actual] = ACTIONS(4267), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), + [sym_type_constraints] = STATE(4232), + [sym_function_body] = STATE(3841), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), [sym_multiline_comment] = ACTIONS(3), }, [4194] = { - [sym_class_body] = STATE(3539), - [sym_type_constraints] = STATE(3280), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(6248), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_RPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5492), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_while] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym_class_body] = STATE(3562), + [sym_type_constraints] = STATE(3300), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_COLON] = ACTIONS(6274), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_RPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5576), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_while] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3290), + [anon_sym_sealed] = ACTIONS(3290), + [anon_sym_annotation] = ACTIONS(3290), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_override] = ACTIONS(3290), + [anon_sym_lateinit] = ACTIONS(3290), + [anon_sym_public] = ACTIONS(3290), + [anon_sym_private] = ACTIONS(3290), + [anon_sym_internal] = ACTIONS(3290), + [anon_sym_protected] = ACTIONS(3290), + [anon_sym_tailrec] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_infix] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_external] = ACTIONS(3290), + [sym_property_modifier] = ACTIONS(3290), + [anon_sym_abstract] = ACTIONS(3290), + [anon_sym_final] = ACTIONS(3290), + [anon_sym_open] = ACTIONS(3290), + [anon_sym_vararg] = ACTIONS(3290), + [anon_sym_noinline] = ACTIONS(3290), + [anon_sym_crossinline] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), [sym_multiline_comment] = ACTIONS(3), }, [4195] = { - [sym_type_constraints] = STATE(4256), - [sym_function_body] = STATE(4027), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4301), - [sym_label] = ACTIONS(4301), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4301), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), + [sym_class_body] = STATE(3999), + [sym__alpha_identifier] = ACTIONS(4450), + [anon_sym_AT] = ACTIONS(4452), + [anon_sym_COLON] = ACTIONS(7440), + [anon_sym_LBRACK] = ACTIONS(4452), + [anon_sym_as] = ACTIONS(4450), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4452), + [anon_sym_LPAREN] = ACTIONS(4452), + [anon_sym_COMMA] = ACTIONS(4452), + [anon_sym_LT] = ACTIONS(4450), + [anon_sym_GT] = ACTIONS(4450), + [anon_sym_where] = ACTIONS(4450), + [anon_sym_DOT] = ACTIONS(4450), + [anon_sym_SEMI] = ACTIONS(4452), + [anon_sym_get] = ACTIONS(4450), + [anon_sym_set] = ACTIONS(4450), + [anon_sym_STAR] = ACTIONS(4452), + [sym_label] = ACTIONS(4452), + [anon_sym_in] = ACTIONS(4450), + [anon_sym_DOT_DOT] = ACTIONS(4452), + [anon_sym_QMARK_COLON] = ACTIONS(4452), + [anon_sym_AMP_AMP] = ACTIONS(4452), + [anon_sym_PIPE_PIPE] = ACTIONS(4452), + [anon_sym_else] = ACTIONS(4450), + [anon_sym_COLON_COLON] = ACTIONS(4452), + [anon_sym_BANG_EQ] = ACTIONS(4450), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4452), + [anon_sym_EQ_EQ] = ACTIONS(4450), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4452), + [anon_sym_LT_EQ] = ACTIONS(4452), + [anon_sym_GT_EQ] = ACTIONS(4452), + [anon_sym_BANGin] = ACTIONS(4452), + [anon_sym_is] = ACTIONS(4450), + [anon_sym_BANGis] = ACTIONS(4452), + [anon_sym_PLUS] = ACTIONS(4450), + [anon_sym_DASH] = ACTIONS(4450), + [anon_sym_SLASH] = ACTIONS(4450), + [anon_sym_PERCENT] = ACTIONS(4452), + [anon_sym_as_QMARK] = ACTIONS(4452), + [anon_sym_PLUS_PLUS] = ACTIONS(4452), + [anon_sym_DASH_DASH] = ACTIONS(4452), + [anon_sym_BANG_BANG] = ACTIONS(4452), + [anon_sym_suspend] = ACTIONS(4450), + [anon_sym_sealed] = ACTIONS(4450), + [anon_sym_annotation] = ACTIONS(4450), + [anon_sym_data] = ACTIONS(4450), + [anon_sym_inner] = ACTIONS(4450), + [anon_sym_value] = ACTIONS(4450), + [anon_sym_override] = ACTIONS(4450), + [anon_sym_lateinit] = ACTIONS(4450), + [anon_sym_public] = ACTIONS(4450), + [anon_sym_private] = ACTIONS(4450), + [anon_sym_internal] = ACTIONS(4450), + [anon_sym_protected] = ACTIONS(4450), + [anon_sym_tailrec] = ACTIONS(4450), + [anon_sym_operator] = ACTIONS(4450), + [anon_sym_infix] = ACTIONS(4450), + [anon_sym_inline] = ACTIONS(4450), + [anon_sym_external] = ACTIONS(4450), + [sym_property_modifier] = ACTIONS(4450), + [anon_sym_abstract] = ACTIONS(4450), + [anon_sym_final] = ACTIONS(4450), + [anon_sym_open] = ACTIONS(4450), + [anon_sym_vararg] = ACTIONS(4450), + [anon_sym_noinline] = ACTIONS(4450), + [anon_sym_crossinline] = ACTIONS(4450), + [anon_sym_expect] = ACTIONS(4450), + [anon_sym_actual] = ACTIONS(4450), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4452), + [sym__automatic_semicolon] = ACTIONS(4452), + [sym_safe_nav] = ACTIONS(4452), [sym_multiline_comment] = ACTIONS(3), }, [4196] = { - [sym_type_constraints] = STATE(4241), - [sym_function_body] = STATE(3846), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), + [sym_function_body] = STATE(3460), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_RPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4325), + [sym_label] = ACTIONS(4325), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_while] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4325), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), [sym_multiline_comment] = ACTIONS(3), }, [4197] = { - [sym__alpha_identifier] = ACTIONS(4892), - [anon_sym_AT] = ACTIONS(4894), - [anon_sym_LBRACK] = ACTIONS(4894), - [anon_sym_RBRACK] = ACTIONS(4894), - [anon_sym_as] = ACTIONS(4892), - [anon_sym_LBRACE] = ACTIONS(4894), - [anon_sym_RBRACE] = ACTIONS(4894), - [anon_sym_LPAREN] = ACTIONS(7448), - [anon_sym_COMMA] = ACTIONS(4894), - [anon_sym_RPAREN] = ACTIONS(4894), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym_GT] = ACTIONS(4892), - [anon_sym_where] = ACTIONS(4892), - [anon_sym_DOT] = ACTIONS(4892), - [anon_sym_SEMI] = ACTIONS(4894), - [anon_sym_get] = ACTIONS(4892), - [anon_sym_set] = ACTIONS(4892), - [anon_sym_STAR] = ACTIONS(4894), - [anon_sym_DASH_GT] = ACTIONS(4894), - [sym_label] = ACTIONS(4894), - [anon_sym_in] = ACTIONS(4892), - [anon_sym_while] = ACTIONS(4892), - [anon_sym_DOT_DOT] = ACTIONS(4894), - [anon_sym_QMARK_COLON] = ACTIONS(4894), - [anon_sym_AMP_AMP] = ACTIONS(4894), - [anon_sym_PIPE_PIPE] = ACTIONS(4894), - [anon_sym_else] = ACTIONS(4892), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_BANG_EQ] = ACTIONS(4892), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4894), - [anon_sym_EQ_EQ] = ACTIONS(4892), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4894), - [anon_sym_LT_EQ] = ACTIONS(4894), - [anon_sym_GT_EQ] = ACTIONS(4894), - [anon_sym_BANGin] = ACTIONS(4894), - [anon_sym_is] = ACTIONS(4892), - [anon_sym_BANGis] = ACTIONS(4894), - [anon_sym_PLUS] = ACTIONS(4892), - [anon_sym_DASH] = ACTIONS(4892), - [anon_sym_SLASH] = ACTIONS(4892), - [anon_sym_PERCENT] = ACTIONS(4894), - [anon_sym_as_QMARK] = ACTIONS(4894), - [anon_sym_PLUS_PLUS] = ACTIONS(4894), - [anon_sym_DASH_DASH] = ACTIONS(4894), - [anon_sym_BANG_BANG] = ACTIONS(4894), - [anon_sym_suspend] = ACTIONS(4892), - [anon_sym_sealed] = ACTIONS(4892), - [anon_sym_annotation] = ACTIONS(4892), - [anon_sym_data] = ACTIONS(4892), - [anon_sym_inner] = ACTIONS(4892), - [anon_sym_value] = ACTIONS(4892), - [anon_sym_override] = ACTIONS(4892), - [anon_sym_lateinit] = ACTIONS(4892), - [anon_sym_public] = ACTIONS(4892), - [anon_sym_private] = ACTIONS(4892), - [anon_sym_internal] = ACTIONS(4892), - [anon_sym_protected] = ACTIONS(4892), - [anon_sym_tailrec] = ACTIONS(4892), - [anon_sym_operator] = ACTIONS(4892), - [anon_sym_infix] = ACTIONS(4892), - [anon_sym_inline] = ACTIONS(4892), - [anon_sym_external] = ACTIONS(4892), - [sym_property_modifier] = ACTIONS(4892), - [anon_sym_abstract] = ACTIONS(4892), - [anon_sym_final] = ACTIONS(4892), - [anon_sym_open] = ACTIONS(4892), - [anon_sym_vararg] = ACTIONS(4892), - [anon_sym_noinline] = ACTIONS(4892), - [anon_sym_crossinline] = ACTIONS(4892), - [anon_sym_expect] = ACTIONS(4892), - [anon_sym_actual] = ACTIONS(4892), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4894), - [sym_safe_nav] = ACTIONS(4894), + [sym_function_body] = STATE(3456), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [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_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_value] = 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), }, [4198] = { - [sym__alpha_identifier] = ACTIONS(4874), - [anon_sym_AT] = ACTIONS(4876), - [anon_sym_LBRACK] = ACTIONS(4876), - [anon_sym_RBRACK] = ACTIONS(4876), - [anon_sym_as] = ACTIONS(4874), - [anon_sym_LBRACE] = ACTIONS(4876), - [anon_sym_RBRACE] = ACTIONS(4876), - [anon_sym_LPAREN] = ACTIONS(7450), - [anon_sym_COMMA] = ACTIONS(4876), - [anon_sym_RPAREN] = ACTIONS(4876), - [anon_sym_LT] = ACTIONS(4874), - [anon_sym_GT] = ACTIONS(4874), - [anon_sym_where] = ACTIONS(4874), - [anon_sym_DOT] = ACTIONS(4874), - [anon_sym_SEMI] = ACTIONS(4876), - [anon_sym_get] = ACTIONS(4874), - [anon_sym_set] = ACTIONS(4874), - [anon_sym_STAR] = ACTIONS(4876), - [anon_sym_DASH_GT] = ACTIONS(4876), - [sym_label] = ACTIONS(4876), - [anon_sym_in] = ACTIONS(4874), - [anon_sym_while] = ACTIONS(4874), - [anon_sym_DOT_DOT] = ACTIONS(4876), - [anon_sym_QMARK_COLON] = ACTIONS(4876), - [anon_sym_AMP_AMP] = ACTIONS(4876), - [anon_sym_PIPE_PIPE] = ACTIONS(4876), - [anon_sym_else] = ACTIONS(4874), - [anon_sym_COLON_COLON] = ACTIONS(4876), - [anon_sym_BANG_EQ] = ACTIONS(4874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4876), - [anon_sym_EQ_EQ] = ACTIONS(4874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4876), - [anon_sym_LT_EQ] = ACTIONS(4876), - [anon_sym_GT_EQ] = ACTIONS(4876), - [anon_sym_BANGin] = ACTIONS(4876), - [anon_sym_is] = ACTIONS(4874), - [anon_sym_BANGis] = ACTIONS(4876), - [anon_sym_PLUS] = ACTIONS(4874), - [anon_sym_DASH] = ACTIONS(4874), - [anon_sym_SLASH] = ACTIONS(4874), - [anon_sym_PERCENT] = ACTIONS(4876), - [anon_sym_as_QMARK] = ACTIONS(4876), - [anon_sym_PLUS_PLUS] = ACTIONS(4876), - [anon_sym_DASH_DASH] = ACTIONS(4876), - [anon_sym_BANG_BANG] = ACTIONS(4876), - [anon_sym_suspend] = ACTIONS(4874), - [anon_sym_sealed] = ACTIONS(4874), - [anon_sym_annotation] = ACTIONS(4874), - [anon_sym_data] = ACTIONS(4874), - [anon_sym_inner] = ACTIONS(4874), - [anon_sym_value] = ACTIONS(4874), - [anon_sym_override] = ACTIONS(4874), - [anon_sym_lateinit] = ACTIONS(4874), - [anon_sym_public] = ACTIONS(4874), - [anon_sym_private] = ACTIONS(4874), - [anon_sym_internal] = ACTIONS(4874), - [anon_sym_protected] = ACTIONS(4874), - [anon_sym_tailrec] = ACTIONS(4874), - [anon_sym_operator] = ACTIONS(4874), - [anon_sym_infix] = ACTIONS(4874), - [anon_sym_inline] = ACTIONS(4874), - [anon_sym_external] = ACTIONS(4874), - [sym_property_modifier] = ACTIONS(4874), - [anon_sym_abstract] = ACTIONS(4874), - [anon_sym_final] = ACTIONS(4874), - [anon_sym_open] = ACTIONS(4874), - [anon_sym_vararg] = ACTIONS(4874), - [anon_sym_noinline] = ACTIONS(4874), - [anon_sym_crossinline] = ACTIONS(4874), - [anon_sym_expect] = ACTIONS(4874), - [anon_sym_actual] = ACTIONS(4874), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4876), - [sym_safe_nav] = ACTIONS(4876), + [sym_class_body] = STATE(4006), + [sym_type_constraints] = STATE(3736), + [sym__alpha_identifier] = ACTIONS(3290), + [anon_sym_AT] = ACTIONS(3294), + [anon_sym_COLON] = ACTIONS(6364), + [anon_sym_LBRACK] = ACTIONS(3294), + [anon_sym_as] = ACTIONS(3290), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3294), + [anon_sym_LT] = ACTIONS(3290), + [anon_sym_GT] = ACTIONS(3290), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3290), + [anon_sym_SEMI] = ACTIONS(3294), + [anon_sym_get] = ACTIONS(3290), + [anon_sym_set] = ACTIONS(3290), + [anon_sym_STAR] = ACTIONS(3294), + [sym_label] = ACTIONS(3294), + [anon_sym_in] = ACTIONS(3290), + [anon_sym_DOT_DOT] = ACTIONS(3294), + [anon_sym_QMARK_COLON] = ACTIONS(3294), + [anon_sym_AMP_AMP] = ACTIONS(3294), + [anon_sym_PIPE_PIPE] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_COLON_COLON] = ACTIONS(3294), + [anon_sym_BANG_EQ] = ACTIONS(3290), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3294), + [anon_sym_EQ_EQ] = ACTIONS(3290), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3294), + [anon_sym_LT_EQ] = ACTIONS(3294), + [anon_sym_GT_EQ] = ACTIONS(3294), + [anon_sym_BANGin] = ACTIONS(3294), + [anon_sym_is] = ACTIONS(3290), + [anon_sym_BANGis] = ACTIONS(3294), + [anon_sym_PLUS] = ACTIONS(3290), + [anon_sym_DASH] = ACTIONS(3290), + [anon_sym_SLASH] = ACTIONS(3290), + [anon_sym_PERCENT] = ACTIONS(3294), + [anon_sym_as_QMARK] = ACTIONS(3294), + [anon_sym_PLUS_PLUS] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3294), + [anon_sym_BANG_BANG] = ACTIONS(3294), + [anon_sym_suspend] = ACTIONS(3290), + [anon_sym_sealed] = ACTIONS(3290), + [anon_sym_annotation] = ACTIONS(3290), + [anon_sym_data] = ACTIONS(3290), + [anon_sym_inner] = ACTIONS(3290), + [anon_sym_value] = ACTIONS(3290), + [anon_sym_override] = ACTIONS(3290), + [anon_sym_lateinit] = ACTIONS(3290), + [anon_sym_public] = ACTIONS(3290), + [anon_sym_private] = ACTIONS(3290), + [anon_sym_internal] = ACTIONS(3290), + [anon_sym_protected] = ACTIONS(3290), + [anon_sym_tailrec] = ACTIONS(3290), + [anon_sym_operator] = ACTIONS(3290), + [anon_sym_infix] = ACTIONS(3290), + [anon_sym_inline] = ACTIONS(3290), + [anon_sym_external] = ACTIONS(3290), + [sym_property_modifier] = ACTIONS(3290), + [anon_sym_abstract] = ACTIONS(3290), + [anon_sym_final] = ACTIONS(3290), + [anon_sym_open] = ACTIONS(3290), + [anon_sym_vararg] = ACTIONS(3290), + [anon_sym_noinline] = ACTIONS(3290), + [anon_sym_crossinline] = ACTIONS(3290), + [anon_sym_expect] = ACTIONS(3290), + [anon_sym_actual] = ACTIONS(3290), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3294), + [sym__automatic_semicolon] = ACTIONS(3294), + [sym_safe_nav] = ACTIONS(3294), [sym_multiline_comment] = ACTIONS(3), }, [4199] = { - [sym_value_arguments] = STATE(3993), - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_by] = ACTIONS(7452), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4507), - [sym_label] = ACTIONS(4507), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4507), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_suspend] = ACTIONS(4505), - [anon_sym_sealed] = ACTIONS(4505), - [anon_sym_annotation] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_override] = ACTIONS(4505), - [anon_sym_lateinit] = ACTIONS(4505), - [anon_sym_public] = ACTIONS(4505), - [anon_sym_private] = ACTIONS(4505), - [anon_sym_internal] = ACTIONS(4505), - [anon_sym_protected] = ACTIONS(4505), - [anon_sym_tailrec] = ACTIONS(4505), - [anon_sym_operator] = ACTIONS(4505), - [anon_sym_infix] = ACTIONS(4505), - [anon_sym_inline] = ACTIONS(4505), - [anon_sym_external] = ACTIONS(4505), - [sym_property_modifier] = ACTIONS(4505), - [anon_sym_abstract] = ACTIONS(4505), - [anon_sym_final] = ACTIONS(4505), - [anon_sym_open] = ACTIONS(4505), - [anon_sym_vararg] = ACTIONS(4505), - [anon_sym_noinline] = ACTIONS(4505), - [anon_sym_crossinline] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4507), - [sym__automatic_semicolon] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), + [aux_sym__delegation_specifiers_repeat1] = STATE(4135), + [sym__alpha_identifier] = ACTIONS(4714), + [anon_sym_AT] = ACTIONS(4716), + [anon_sym_LBRACK] = ACTIONS(4716), + [anon_sym_as] = ACTIONS(4714), + [anon_sym_LBRACE] = ACTIONS(4716), + [anon_sym_RBRACE] = ACTIONS(4716), + [anon_sym_LPAREN] = ACTIONS(4716), + [anon_sym_COMMA] = ACTIONS(7442), + [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(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_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(4716), + [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_value] = 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), }, [4200] = { - [sym_function_body] = STATE(3475), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_RPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_while] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), + [sym_function_body] = STATE(3956), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4206), + [anon_sym_AT] = ACTIONS(4208), + [anon_sym_COLON] = ACTIONS(7444), + [anon_sym_LBRACK] = ACTIONS(4208), + [anon_sym_as] = ACTIONS(4206), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4208), + [anon_sym_LPAREN] = ACTIONS(4208), + [anon_sym_LT] = ACTIONS(4206), + [anon_sym_GT] = ACTIONS(4206), + [anon_sym_DOT] = ACTIONS(4206), + [anon_sym_SEMI] = ACTIONS(4208), + [anon_sym_get] = ACTIONS(4206), + [anon_sym_set] = ACTIONS(4206), + [anon_sym_STAR] = ACTIONS(4208), + [sym_label] = ACTIONS(4208), + [anon_sym_in] = ACTIONS(4206), + [anon_sym_DOT_DOT] = ACTIONS(4208), + [anon_sym_QMARK_COLON] = ACTIONS(4208), + [anon_sym_AMP_AMP] = ACTIONS(4208), + [anon_sym_PIPE_PIPE] = ACTIONS(4208), + [anon_sym_else] = ACTIONS(4206), + [anon_sym_COLON_COLON] = ACTIONS(4208), + [anon_sym_BANG_EQ] = ACTIONS(4206), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4208), + [anon_sym_EQ_EQ] = ACTIONS(4206), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4208), + [anon_sym_LT_EQ] = ACTIONS(4208), + [anon_sym_GT_EQ] = ACTIONS(4208), + [anon_sym_BANGin] = ACTIONS(4208), + [anon_sym_is] = ACTIONS(4206), + [anon_sym_BANGis] = ACTIONS(4208), + [anon_sym_PLUS] = ACTIONS(4206), + [anon_sym_DASH] = ACTIONS(4206), + [anon_sym_SLASH] = ACTIONS(4206), + [anon_sym_PERCENT] = ACTIONS(4208), + [anon_sym_as_QMARK] = ACTIONS(4208), + [anon_sym_PLUS_PLUS] = ACTIONS(4208), + [anon_sym_DASH_DASH] = ACTIONS(4208), + [anon_sym_BANG_BANG] = ACTIONS(4208), + [anon_sym_suspend] = ACTIONS(4206), + [anon_sym_sealed] = ACTIONS(4206), + [anon_sym_annotation] = ACTIONS(4206), + [anon_sym_data] = ACTIONS(4206), + [anon_sym_inner] = ACTIONS(4206), + [anon_sym_value] = ACTIONS(4206), + [anon_sym_override] = ACTIONS(4206), + [anon_sym_lateinit] = ACTIONS(4206), + [anon_sym_public] = ACTIONS(4206), + [anon_sym_private] = ACTIONS(4206), + [anon_sym_internal] = ACTIONS(4206), + [anon_sym_protected] = ACTIONS(4206), + [anon_sym_tailrec] = ACTIONS(4206), + [anon_sym_operator] = ACTIONS(4206), + [anon_sym_infix] = ACTIONS(4206), + [anon_sym_inline] = ACTIONS(4206), + [anon_sym_external] = ACTIONS(4206), + [sym_property_modifier] = ACTIONS(4206), + [anon_sym_abstract] = ACTIONS(4206), + [anon_sym_final] = ACTIONS(4206), + [anon_sym_open] = ACTIONS(4206), + [anon_sym_vararg] = ACTIONS(4206), + [anon_sym_noinline] = ACTIONS(4206), + [anon_sym_crossinline] = ACTIONS(4206), + [anon_sym_expect] = ACTIONS(4206), + [anon_sym_actual] = ACTIONS(4206), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4208), + [sym__automatic_semicolon] = ACTIONS(4208), + [sym_safe_nav] = ACTIONS(4208), [sym_multiline_comment] = ACTIONS(3), }, [4201] = { - [sym_function_body] = STATE(3400), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_RPAREN] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4445), - [sym_label] = ACTIONS(4445), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_while] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4445), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_suspend] = ACTIONS(4443), - [anon_sym_sealed] = ACTIONS(4443), - [anon_sym_annotation] = ACTIONS(4443), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_override] = ACTIONS(4443), - [anon_sym_lateinit] = ACTIONS(4443), - [anon_sym_public] = ACTIONS(4443), - [anon_sym_private] = ACTIONS(4443), - [anon_sym_internal] = ACTIONS(4443), - [anon_sym_protected] = ACTIONS(4443), - [anon_sym_tailrec] = ACTIONS(4443), - [anon_sym_operator] = ACTIONS(4443), - [anon_sym_infix] = ACTIONS(4443), - [anon_sym_inline] = ACTIONS(4443), - [anon_sym_external] = ACTIONS(4443), - [sym_property_modifier] = ACTIONS(4443), - [anon_sym_abstract] = ACTIONS(4443), - [anon_sym_final] = ACTIONS(4443), - [anon_sym_open] = ACTIONS(4443), - [anon_sym_vararg] = ACTIONS(4443), - [anon_sym_noinline] = ACTIONS(4443), - [anon_sym_crossinline] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), + [sym_class_body] = STATE(3939), + [sym_type_constraints] = STATE(3744), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(6366), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, [4202] = { - [sym_function_body] = STATE(3461), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_RPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4301), - [sym_label] = ACTIONS(4301), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_while] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4301), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), + [sym_function_body] = STATE(3527), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_RPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4153), + [sym_label] = ACTIONS(4153), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_while] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4153), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), [sym_multiline_comment] = ACTIONS(3), }, [4203] = { - [sym_class_body] = STATE(3861), - [sym_type_constraints] = STATE(3816), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(7454), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4218), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4218), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), + [aux_sym__delegation_specifiers_repeat1] = STATE(4199), + [sym__alpha_identifier] = ACTIONS(4704), + [anon_sym_AT] = ACTIONS(4706), + [anon_sym_LBRACK] = ACTIONS(4706), + [anon_sym_as] = ACTIONS(4704), + [anon_sym_LBRACE] = ACTIONS(4706), + [anon_sym_RBRACE] = ACTIONS(4706), + [anon_sym_LPAREN] = ACTIONS(4706), + [anon_sym_COMMA] = ACTIONS(7442), + [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(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_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(4706), + [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_value] = 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), }, [4204] = { - [sym_function_body] = STATE(3894), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_COLON] = ACTIONS(7456), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4309), - [sym_label] = ACTIONS(4309), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4309), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), + [sym_value_arguments] = STATE(3913), + [sym__alpha_identifier] = ACTIONS(4396), + [anon_sym_AT] = ACTIONS(4398), + [anon_sym_LBRACK] = ACTIONS(4398), + [anon_sym_as] = ACTIONS(4396), + [anon_sym_LBRACE] = ACTIONS(4398), + [anon_sym_RBRACE] = ACTIONS(4398), + [anon_sym_LPAREN] = ACTIONS(4398), + [anon_sym_COMMA] = ACTIONS(4398), + [anon_sym_by] = ACTIONS(7446), + [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(4398), + [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_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(4398), + [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_value] = 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), }, [4205] = { - [sym_type_constraints] = STATE(3753), - [sym_enum_class_body] = STATE(3953), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(6396), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [sym_type_constraints] = STATE(3818), + [sym_enum_class_body] = STATE(3829), + [sym__alpha_identifier] = ACTIONS(3274), + [anon_sym_AT] = ACTIONS(3278), + [anon_sym_COLON] = ACTIONS(6406), + [anon_sym_LBRACK] = ACTIONS(3278), + [anon_sym_as] = ACTIONS(3274), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3278), + [anon_sym_LPAREN] = ACTIONS(3278), + [anon_sym_LT] = ACTIONS(3274), + [anon_sym_GT] = ACTIONS(3274), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3274), + [anon_sym_SEMI] = ACTIONS(3278), + [anon_sym_get] = ACTIONS(3274), + [anon_sym_set] = ACTIONS(3274), + [anon_sym_STAR] = ACTIONS(3278), + [sym_label] = ACTIONS(3278), + [anon_sym_in] = ACTIONS(3274), + [anon_sym_DOT_DOT] = ACTIONS(3278), + [anon_sym_QMARK_COLON] = ACTIONS(3278), + [anon_sym_AMP_AMP] = ACTIONS(3278), + [anon_sym_PIPE_PIPE] = ACTIONS(3278), + [anon_sym_else] = ACTIONS(3274), + [anon_sym_COLON_COLON] = ACTIONS(3278), + [anon_sym_BANG_EQ] = ACTIONS(3274), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3278), + [anon_sym_EQ_EQ] = ACTIONS(3274), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3278), + [anon_sym_LT_EQ] = ACTIONS(3278), + [anon_sym_GT_EQ] = ACTIONS(3278), + [anon_sym_BANGin] = ACTIONS(3278), + [anon_sym_is] = ACTIONS(3274), + [anon_sym_BANGis] = ACTIONS(3278), + [anon_sym_PLUS] = ACTIONS(3274), + [anon_sym_DASH] = ACTIONS(3274), + [anon_sym_SLASH] = ACTIONS(3274), + [anon_sym_PERCENT] = ACTIONS(3278), + [anon_sym_as_QMARK] = ACTIONS(3278), + [anon_sym_PLUS_PLUS] = ACTIONS(3278), + [anon_sym_DASH_DASH] = ACTIONS(3278), + [anon_sym_BANG_BANG] = ACTIONS(3278), + [anon_sym_suspend] = ACTIONS(3274), + [anon_sym_sealed] = ACTIONS(3274), + [anon_sym_annotation] = ACTIONS(3274), + [anon_sym_data] = ACTIONS(3274), + [anon_sym_inner] = ACTIONS(3274), + [anon_sym_value] = ACTIONS(3274), + [anon_sym_override] = ACTIONS(3274), + [anon_sym_lateinit] = ACTIONS(3274), + [anon_sym_public] = ACTIONS(3274), + [anon_sym_private] = ACTIONS(3274), + [anon_sym_internal] = ACTIONS(3274), + [anon_sym_protected] = ACTIONS(3274), + [anon_sym_tailrec] = ACTIONS(3274), + [anon_sym_operator] = ACTIONS(3274), + [anon_sym_infix] = ACTIONS(3274), + [anon_sym_inline] = ACTIONS(3274), + [anon_sym_external] = ACTIONS(3274), + [sym_property_modifier] = ACTIONS(3274), + [anon_sym_abstract] = ACTIONS(3274), + [anon_sym_final] = ACTIONS(3274), + [anon_sym_open] = ACTIONS(3274), + [anon_sym_vararg] = ACTIONS(3274), + [anon_sym_noinline] = ACTIONS(3274), + [anon_sym_crossinline] = ACTIONS(3274), + [anon_sym_expect] = ACTIONS(3274), + [anon_sym_actual] = ACTIONS(3274), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3278), + [sym__automatic_semicolon] = ACTIONS(3278), + [sym_safe_nav] = ACTIONS(3278), [sym_multiline_comment] = ACTIONS(3), }, [4206] = { - [sym_function_body] = STATE(3530), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_RPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4139), - [sym_label] = ACTIONS(4139), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_while] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4139), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), + [sym_class_body] = STATE(3859), + [sym_type_constraints] = STATE(3817), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(7448), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4245), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4245), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), [sym_multiline_comment] = ACTIONS(3), }, [4207] = { - [sym_class_body] = STATE(3881), - [sym__alpha_identifier] = ACTIONS(4497), - [anon_sym_AT] = ACTIONS(4499), - [anon_sym_COLON] = ACTIONS(7458), - [anon_sym_LBRACK] = ACTIONS(4499), - [anon_sym_as] = ACTIONS(4497), - [anon_sym_LBRACE] = ACTIONS(5836), - [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(4499), - [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_COLON_COLON] = 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(4499), - [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_value] = 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_function_body] = STATE(3547), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4493), + [anon_sym_AT] = ACTIONS(4495), + [anon_sym_LBRACK] = ACTIONS(4495), + [anon_sym_as] = ACTIONS(4493), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4495), + [anon_sym_LPAREN] = ACTIONS(4495), + [anon_sym_RPAREN] = ACTIONS(4495), + [anon_sym_LT] = ACTIONS(4493), + [anon_sym_GT] = ACTIONS(4493), + [anon_sym_DOT] = ACTIONS(4493), + [anon_sym_SEMI] = ACTIONS(4495), + [anon_sym_get] = ACTIONS(4493), + [anon_sym_set] = ACTIONS(4493), + [anon_sym_STAR] = ACTIONS(4495), + [sym_label] = ACTIONS(4495), + [anon_sym_in] = ACTIONS(4493), + [anon_sym_while] = ACTIONS(4493), + [anon_sym_DOT_DOT] = ACTIONS(4495), + [anon_sym_QMARK_COLON] = ACTIONS(4495), + [anon_sym_AMP_AMP] = ACTIONS(4495), + [anon_sym_PIPE_PIPE] = ACTIONS(4495), + [anon_sym_else] = ACTIONS(4493), + [anon_sym_COLON_COLON] = ACTIONS(4495), + [anon_sym_BANG_EQ] = ACTIONS(4493), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), + [anon_sym_EQ_EQ] = ACTIONS(4493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), + [anon_sym_LT_EQ] = ACTIONS(4495), + [anon_sym_GT_EQ] = ACTIONS(4495), + [anon_sym_BANGin] = ACTIONS(4495), + [anon_sym_is] = ACTIONS(4493), + [anon_sym_BANGis] = ACTIONS(4495), + [anon_sym_PLUS] = ACTIONS(4493), + [anon_sym_DASH] = ACTIONS(4493), + [anon_sym_SLASH] = ACTIONS(4493), + [anon_sym_PERCENT] = ACTIONS(4495), + [anon_sym_as_QMARK] = ACTIONS(4495), + [anon_sym_PLUS_PLUS] = ACTIONS(4495), + [anon_sym_DASH_DASH] = ACTIONS(4495), + [anon_sym_BANG_BANG] = ACTIONS(4495), + [anon_sym_suspend] = ACTIONS(4493), + [anon_sym_sealed] = ACTIONS(4493), + [anon_sym_annotation] = ACTIONS(4493), + [anon_sym_data] = ACTIONS(4493), + [anon_sym_inner] = ACTIONS(4493), + [anon_sym_value] = ACTIONS(4493), + [anon_sym_override] = ACTIONS(4493), + [anon_sym_lateinit] = ACTIONS(4493), + [anon_sym_public] = ACTIONS(4493), + [anon_sym_private] = ACTIONS(4493), + [anon_sym_internal] = ACTIONS(4493), + [anon_sym_protected] = ACTIONS(4493), + [anon_sym_tailrec] = ACTIONS(4493), + [anon_sym_operator] = ACTIONS(4493), + [anon_sym_infix] = ACTIONS(4493), + [anon_sym_inline] = ACTIONS(4493), + [anon_sym_external] = ACTIONS(4493), + [sym_property_modifier] = ACTIONS(4493), + [anon_sym_abstract] = ACTIONS(4493), + [anon_sym_final] = ACTIONS(4493), + [anon_sym_open] = ACTIONS(4493), + [anon_sym_vararg] = ACTIONS(4493), + [anon_sym_noinline] = ACTIONS(4493), + [anon_sym_crossinline] = ACTIONS(4493), + [anon_sym_expect] = ACTIONS(4493), + [anon_sym_actual] = ACTIONS(4493), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4499), - [sym__automatic_semicolon] = ACTIONS(4499), - [sym_safe_nav] = ACTIONS(4499), + [sym__backtick_identifier] = ACTIONS(4495), + [sym_safe_nav] = ACTIONS(4495), [sym_multiline_comment] = ACTIONS(3), }, [4208] = { - [sym_function_body] = STATE(3430), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_RPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4309), - [sym_label] = ACTIONS(4309), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_while] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4309), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), + [sym_function_body] = STATE(3971), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_COLON] = ACTIONS(7450), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = 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(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_value] = 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), }, [4209] = { - [sym_class_body] = STATE(3884), - [sym_type_constraints] = STATE(3739), - [sym__alpha_identifier] = ACTIONS(4327), - [anon_sym_AT] = ACTIONS(4329), - [anon_sym_COLON] = ACTIONS(7460), - [anon_sym_LBRACK] = ACTIONS(4329), - [anon_sym_as] = ACTIONS(4327), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4329), - [anon_sym_LPAREN] = ACTIONS(4329), - [anon_sym_LT] = ACTIONS(4327), - [anon_sym_GT] = ACTIONS(4327), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4327), - [anon_sym_SEMI] = ACTIONS(4329), - [anon_sym_get] = ACTIONS(4327), - [anon_sym_set] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(4329), - [sym_label] = ACTIONS(4329), - [anon_sym_in] = ACTIONS(4327), - [anon_sym_DOT_DOT] = ACTIONS(4329), - [anon_sym_QMARK_COLON] = ACTIONS(4329), - [anon_sym_AMP_AMP] = ACTIONS(4329), - [anon_sym_PIPE_PIPE] = ACTIONS(4329), - [anon_sym_else] = ACTIONS(4327), - [anon_sym_COLON_COLON] = ACTIONS(4329), - [anon_sym_BANG_EQ] = ACTIONS(4327), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4329), - [anon_sym_EQ_EQ] = ACTIONS(4327), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4329), - [anon_sym_LT_EQ] = ACTIONS(4329), - [anon_sym_GT_EQ] = ACTIONS(4329), - [anon_sym_BANGin] = ACTIONS(4329), - [anon_sym_is] = ACTIONS(4327), - [anon_sym_BANGis] = ACTIONS(4329), - [anon_sym_PLUS] = ACTIONS(4327), - [anon_sym_DASH] = ACTIONS(4327), - [anon_sym_SLASH] = ACTIONS(4327), - [anon_sym_PERCENT] = ACTIONS(4329), - [anon_sym_as_QMARK] = ACTIONS(4329), - [anon_sym_PLUS_PLUS] = ACTIONS(4329), - [anon_sym_DASH_DASH] = ACTIONS(4329), - [anon_sym_BANG_BANG] = ACTIONS(4329), - [anon_sym_suspend] = ACTIONS(4327), - [anon_sym_sealed] = ACTIONS(4327), - [anon_sym_annotation] = ACTIONS(4327), - [anon_sym_data] = ACTIONS(4327), - [anon_sym_inner] = ACTIONS(4327), - [anon_sym_value] = ACTIONS(4327), - [anon_sym_override] = ACTIONS(4327), - [anon_sym_lateinit] = ACTIONS(4327), - [anon_sym_public] = ACTIONS(4327), - [anon_sym_private] = ACTIONS(4327), - [anon_sym_internal] = ACTIONS(4327), - [anon_sym_protected] = ACTIONS(4327), - [anon_sym_tailrec] = ACTIONS(4327), - [anon_sym_operator] = ACTIONS(4327), - [anon_sym_infix] = ACTIONS(4327), - [anon_sym_inline] = ACTIONS(4327), - [anon_sym_external] = ACTIONS(4327), - [sym_property_modifier] = ACTIONS(4327), - [anon_sym_abstract] = ACTIONS(4327), - [anon_sym_final] = ACTIONS(4327), - [anon_sym_open] = ACTIONS(4327), - [anon_sym_vararg] = ACTIONS(4327), - [anon_sym_noinline] = ACTIONS(4327), - [anon_sym_crossinline] = ACTIONS(4327), - [anon_sym_expect] = ACTIONS(4327), - [anon_sym_actual] = ACTIONS(4327), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4329), - [sym__automatic_semicolon] = ACTIONS(4329), - [sym_safe_nav] = ACTIONS(4329), + [sym_class_body] = STATE(3986), + [sym_type_constraints] = STATE(3719), + [sym__alpha_identifier] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4214), + [anon_sym_COLON] = ACTIONS(7452), + [anon_sym_LBRACK] = ACTIONS(4214), + [anon_sym_as] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4214), + [anon_sym_LPAREN] = ACTIONS(4214), + [anon_sym_LT] = ACTIONS(4212), + [anon_sym_GT] = ACTIONS(4212), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_SEMI] = ACTIONS(4214), + [anon_sym_get] = ACTIONS(4212), + [anon_sym_set] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4214), + [sym_label] = ACTIONS(4214), + [anon_sym_in] = ACTIONS(4212), + [anon_sym_DOT_DOT] = ACTIONS(4214), + [anon_sym_QMARK_COLON] = ACTIONS(4214), + [anon_sym_AMP_AMP] = ACTIONS(4214), + [anon_sym_PIPE_PIPE] = ACTIONS(4214), + [anon_sym_else] = ACTIONS(4212), + [anon_sym_COLON_COLON] = ACTIONS(4214), + [anon_sym_BANG_EQ] = ACTIONS(4212), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4214), + [anon_sym_EQ_EQ] = ACTIONS(4212), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4214), + [anon_sym_LT_EQ] = ACTIONS(4214), + [anon_sym_GT_EQ] = ACTIONS(4214), + [anon_sym_BANGin] = ACTIONS(4214), + [anon_sym_is] = ACTIONS(4212), + [anon_sym_BANGis] = ACTIONS(4214), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_SLASH] = ACTIONS(4212), + [anon_sym_PERCENT] = ACTIONS(4214), + [anon_sym_as_QMARK] = ACTIONS(4214), + [anon_sym_PLUS_PLUS] = ACTIONS(4214), + [anon_sym_DASH_DASH] = ACTIONS(4214), + [anon_sym_BANG_BANG] = ACTIONS(4214), + [anon_sym_suspend] = ACTIONS(4212), + [anon_sym_sealed] = ACTIONS(4212), + [anon_sym_annotation] = ACTIONS(4212), + [anon_sym_data] = ACTIONS(4212), + [anon_sym_inner] = ACTIONS(4212), + [anon_sym_value] = ACTIONS(4212), + [anon_sym_override] = ACTIONS(4212), + [anon_sym_lateinit] = ACTIONS(4212), + [anon_sym_public] = ACTIONS(4212), + [anon_sym_private] = ACTIONS(4212), + [anon_sym_internal] = ACTIONS(4212), + [anon_sym_protected] = ACTIONS(4212), + [anon_sym_tailrec] = ACTIONS(4212), + [anon_sym_operator] = ACTIONS(4212), + [anon_sym_infix] = ACTIONS(4212), + [anon_sym_inline] = ACTIONS(4212), + [anon_sym_external] = ACTIONS(4212), + [sym_property_modifier] = ACTIONS(4212), + [anon_sym_abstract] = ACTIONS(4212), + [anon_sym_final] = ACTIONS(4212), + [anon_sym_open] = ACTIONS(4212), + [anon_sym_vararg] = ACTIONS(4212), + [anon_sym_noinline] = ACTIONS(4212), + [anon_sym_crossinline] = ACTIONS(4212), + [anon_sym_expect] = ACTIONS(4212), + [anon_sym_actual] = ACTIONS(4212), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4214), + [sym__automatic_semicolon] = ACTIONS(4214), + [sym_safe_nav] = ACTIONS(4214), [sym_multiline_comment] = ACTIONS(3), }, [4210] = { - [sym_function_body] = STATE(4010), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4229), - [anon_sym_AT] = ACTIONS(4231), - [anon_sym_COLON] = ACTIONS(7462), - [anon_sym_LBRACK] = ACTIONS(4231), - [anon_sym_as] = ACTIONS(4229), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4231), - [anon_sym_LPAREN] = ACTIONS(4231), - [anon_sym_LT] = ACTIONS(4229), - [anon_sym_GT] = ACTIONS(4229), - [anon_sym_DOT] = ACTIONS(4229), - [anon_sym_SEMI] = ACTIONS(4231), - [anon_sym_get] = ACTIONS(4229), - [anon_sym_set] = ACTIONS(4229), - [anon_sym_STAR] = ACTIONS(4231), - [sym_label] = ACTIONS(4231), - [anon_sym_in] = ACTIONS(4229), - [anon_sym_DOT_DOT] = ACTIONS(4231), - [anon_sym_QMARK_COLON] = ACTIONS(4231), - [anon_sym_AMP_AMP] = ACTIONS(4231), - [anon_sym_PIPE_PIPE] = ACTIONS(4231), - [anon_sym_else] = ACTIONS(4229), - [anon_sym_COLON_COLON] = ACTIONS(4231), - [anon_sym_BANG_EQ] = ACTIONS(4229), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4231), - [anon_sym_EQ_EQ] = ACTIONS(4229), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4231), - [anon_sym_LT_EQ] = ACTIONS(4231), - [anon_sym_GT_EQ] = ACTIONS(4231), - [anon_sym_BANGin] = ACTIONS(4231), - [anon_sym_is] = ACTIONS(4229), - [anon_sym_BANGis] = ACTIONS(4231), - [anon_sym_PLUS] = ACTIONS(4229), - [anon_sym_DASH] = ACTIONS(4229), - [anon_sym_SLASH] = ACTIONS(4229), - [anon_sym_PERCENT] = ACTIONS(4231), - [anon_sym_as_QMARK] = ACTIONS(4231), - [anon_sym_PLUS_PLUS] = ACTIONS(4231), - [anon_sym_DASH_DASH] = ACTIONS(4231), - [anon_sym_BANG_BANG] = ACTIONS(4231), - [anon_sym_suspend] = ACTIONS(4229), - [anon_sym_sealed] = ACTIONS(4229), - [anon_sym_annotation] = ACTIONS(4229), - [anon_sym_data] = ACTIONS(4229), - [anon_sym_inner] = ACTIONS(4229), - [anon_sym_value] = ACTIONS(4229), - [anon_sym_override] = ACTIONS(4229), - [anon_sym_lateinit] = ACTIONS(4229), - [anon_sym_public] = ACTIONS(4229), - [anon_sym_private] = ACTIONS(4229), - [anon_sym_internal] = ACTIONS(4229), - [anon_sym_protected] = ACTIONS(4229), - [anon_sym_tailrec] = ACTIONS(4229), - [anon_sym_operator] = ACTIONS(4229), - [anon_sym_infix] = ACTIONS(4229), - [anon_sym_inline] = ACTIONS(4229), - [anon_sym_external] = ACTIONS(4229), - [sym_property_modifier] = ACTIONS(4229), - [anon_sym_abstract] = ACTIONS(4229), - [anon_sym_final] = ACTIONS(4229), - [anon_sym_open] = ACTIONS(4229), - [anon_sym_vararg] = ACTIONS(4229), - [anon_sym_noinline] = ACTIONS(4229), - [anon_sym_crossinline] = ACTIONS(4229), - [anon_sym_expect] = ACTIONS(4229), - [anon_sym_actual] = ACTIONS(4229), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4231), - [sym__automatic_semicolon] = ACTIONS(4231), - [sym_safe_nav] = ACTIONS(4231), + [sym_function_body] = STATE(3487), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_RPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_while] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), [sym_multiline_comment] = ACTIONS(3), }, [4211] = { - [sym_class_body] = STATE(3874), - [sym__alpha_identifier] = ACTIONS(4349), - [anon_sym_AT] = ACTIONS(4351), - [anon_sym_COLON] = ACTIONS(7464), - [anon_sym_LBRACK] = ACTIONS(4351), - [anon_sym_as] = ACTIONS(4349), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4351), - [anon_sym_LPAREN] = ACTIONS(4351), - [anon_sym_COMMA] = ACTIONS(4351), - [anon_sym_LT] = ACTIONS(4349), - [anon_sym_GT] = ACTIONS(4349), - [anon_sym_where] = ACTIONS(4349), - [anon_sym_DOT] = ACTIONS(4349), - [anon_sym_SEMI] = ACTIONS(4351), - [anon_sym_get] = ACTIONS(4349), - [anon_sym_set] = ACTIONS(4349), - [anon_sym_STAR] = ACTIONS(4351), - [sym_label] = ACTIONS(4351), - [anon_sym_in] = ACTIONS(4349), - [anon_sym_DOT_DOT] = ACTIONS(4351), - [anon_sym_QMARK_COLON] = ACTIONS(4351), - [anon_sym_AMP_AMP] = ACTIONS(4351), - [anon_sym_PIPE_PIPE] = ACTIONS(4351), - [anon_sym_else] = ACTIONS(4349), - [anon_sym_COLON_COLON] = ACTIONS(4351), - [anon_sym_BANG_EQ] = ACTIONS(4349), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4351), - [anon_sym_EQ_EQ] = ACTIONS(4349), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4351), - [anon_sym_LT_EQ] = ACTIONS(4351), - [anon_sym_GT_EQ] = ACTIONS(4351), - [anon_sym_BANGin] = ACTIONS(4351), - [anon_sym_is] = ACTIONS(4349), - [anon_sym_BANGis] = ACTIONS(4351), - [anon_sym_PLUS] = ACTIONS(4349), - [anon_sym_DASH] = ACTIONS(4349), - [anon_sym_SLASH] = ACTIONS(4349), - [anon_sym_PERCENT] = ACTIONS(4351), - [anon_sym_as_QMARK] = ACTIONS(4351), - [anon_sym_PLUS_PLUS] = ACTIONS(4351), - [anon_sym_DASH_DASH] = ACTIONS(4351), - [anon_sym_BANG_BANG] = ACTIONS(4351), - [anon_sym_suspend] = ACTIONS(4349), - [anon_sym_sealed] = ACTIONS(4349), - [anon_sym_annotation] = ACTIONS(4349), - [anon_sym_data] = ACTIONS(4349), - [anon_sym_inner] = ACTIONS(4349), - [anon_sym_value] = ACTIONS(4349), - [anon_sym_override] = ACTIONS(4349), - [anon_sym_lateinit] = ACTIONS(4349), - [anon_sym_public] = ACTIONS(4349), - [anon_sym_private] = ACTIONS(4349), - [anon_sym_internal] = ACTIONS(4349), - [anon_sym_protected] = ACTIONS(4349), - [anon_sym_tailrec] = ACTIONS(4349), - [anon_sym_operator] = ACTIONS(4349), - [anon_sym_infix] = ACTIONS(4349), - [anon_sym_inline] = ACTIONS(4349), - [anon_sym_external] = ACTIONS(4349), - [sym_property_modifier] = ACTIONS(4349), - [anon_sym_abstract] = ACTIONS(4349), - [anon_sym_final] = ACTIONS(4349), - [anon_sym_open] = ACTIONS(4349), - [anon_sym_vararg] = ACTIONS(4349), - [anon_sym_noinline] = ACTIONS(4349), - [anon_sym_crossinline] = ACTIONS(4349), - [anon_sym_expect] = ACTIONS(4349), - [anon_sym_actual] = ACTIONS(4349), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4351), - [sym__automatic_semicolon] = ACTIONS(4351), - [sym_safe_nav] = ACTIONS(4351), + [sym_function_body] = STATE(3472), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_RPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_while] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), [sym_multiline_comment] = ACTIONS(3), }, [4212] = { - [sym_type_constraints] = STATE(3791), - [sym_enum_class_body] = STATE(3952), - [sym__alpha_identifier] = ACTIONS(4321), - [anon_sym_AT] = ACTIONS(4323), - [anon_sym_COLON] = ACTIONS(7466), - [anon_sym_LBRACK] = ACTIONS(4323), - [anon_sym_as] = ACTIONS(4321), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4323), - [anon_sym_LPAREN] = ACTIONS(4323), - [anon_sym_LT] = ACTIONS(4321), - [anon_sym_GT] = ACTIONS(4321), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4321), - [anon_sym_SEMI] = ACTIONS(4323), - [anon_sym_get] = ACTIONS(4321), - [anon_sym_set] = ACTIONS(4321), - [anon_sym_STAR] = ACTIONS(4323), - [sym_label] = ACTIONS(4323), - [anon_sym_in] = ACTIONS(4321), - [anon_sym_DOT_DOT] = ACTIONS(4323), - [anon_sym_QMARK_COLON] = ACTIONS(4323), - [anon_sym_AMP_AMP] = ACTIONS(4323), - [anon_sym_PIPE_PIPE] = ACTIONS(4323), - [anon_sym_else] = ACTIONS(4321), - [anon_sym_COLON_COLON] = ACTIONS(4323), - [anon_sym_BANG_EQ] = ACTIONS(4321), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4323), - [anon_sym_EQ_EQ] = ACTIONS(4321), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4323), - [anon_sym_LT_EQ] = ACTIONS(4323), - [anon_sym_GT_EQ] = ACTIONS(4323), - [anon_sym_BANGin] = ACTIONS(4323), - [anon_sym_is] = ACTIONS(4321), - [anon_sym_BANGis] = ACTIONS(4323), - [anon_sym_PLUS] = ACTIONS(4321), - [anon_sym_DASH] = ACTIONS(4321), - [anon_sym_SLASH] = ACTIONS(4321), - [anon_sym_PERCENT] = ACTIONS(4323), - [anon_sym_as_QMARK] = ACTIONS(4323), - [anon_sym_PLUS_PLUS] = ACTIONS(4323), - [anon_sym_DASH_DASH] = ACTIONS(4323), - [anon_sym_BANG_BANG] = ACTIONS(4323), - [anon_sym_suspend] = ACTIONS(4321), - [anon_sym_sealed] = ACTIONS(4321), - [anon_sym_annotation] = ACTIONS(4321), - [anon_sym_data] = ACTIONS(4321), - [anon_sym_inner] = ACTIONS(4321), - [anon_sym_value] = ACTIONS(4321), - [anon_sym_override] = ACTIONS(4321), - [anon_sym_lateinit] = ACTIONS(4321), - [anon_sym_public] = ACTIONS(4321), - [anon_sym_private] = ACTIONS(4321), - [anon_sym_internal] = ACTIONS(4321), - [anon_sym_protected] = ACTIONS(4321), - [anon_sym_tailrec] = ACTIONS(4321), - [anon_sym_operator] = ACTIONS(4321), - [anon_sym_infix] = ACTIONS(4321), - [anon_sym_inline] = ACTIONS(4321), - [anon_sym_external] = ACTIONS(4321), - [sym_property_modifier] = ACTIONS(4321), - [anon_sym_abstract] = ACTIONS(4321), - [anon_sym_final] = ACTIONS(4321), - [anon_sym_open] = ACTIONS(4321), - [anon_sym_vararg] = ACTIONS(4321), - [anon_sym_noinline] = ACTIONS(4321), - [anon_sym_crossinline] = ACTIONS(4321), - [anon_sym_expect] = ACTIONS(4321), - [anon_sym_actual] = ACTIONS(4321), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4323), - [sym__automatic_semicolon] = ACTIONS(4323), - [sym_safe_nav] = ACTIONS(4323), + [sym_type_constraints] = STATE(3789), + [sym_enum_class_body] = STATE(3885), + [sym__alpha_identifier] = ACTIONS(4200), + [anon_sym_AT] = ACTIONS(4202), + [anon_sym_COLON] = ACTIONS(7454), + [anon_sym_LBRACK] = ACTIONS(4202), + [anon_sym_as] = ACTIONS(4200), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(4202), + [anon_sym_LPAREN] = ACTIONS(4202), + [anon_sym_LT] = ACTIONS(4200), + [anon_sym_GT] = ACTIONS(4200), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4200), + [anon_sym_SEMI] = ACTIONS(4202), + [anon_sym_get] = ACTIONS(4200), + [anon_sym_set] = ACTIONS(4200), + [anon_sym_STAR] = ACTIONS(4202), + [sym_label] = ACTIONS(4202), + [anon_sym_in] = ACTIONS(4200), + [anon_sym_DOT_DOT] = ACTIONS(4202), + [anon_sym_QMARK_COLON] = ACTIONS(4202), + [anon_sym_AMP_AMP] = ACTIONS(4202), + [anon_sym_PIPE_PIPE] = ACTIONS(4202), + [anon_sym_else] = ACTIONS(4200), + [anon_sym_COLON_COLON] = ACTIONS(4202), + [anon_sym_BANG_EQ] = ACTIONS(4200), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4202), + [anon_sym_EQ_EQ] = ACTIONS(4200), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4202), + [anon_sym_LT_EQ] = ACTIONS(4202), + [anon_sym_GT_EQ] = ACTIONS(4202), + [anon_sym_BANGin] = ACTIONS(4202), + [anon_sym_is] = ACTIONS(4200), + [anon_sym_BANGis] = ACTIONS(4202), + [anon_sym_PLUS] = ACTIONS(4200), + [anon_sym_DASH] = ACTIONS(4200), + [anon_sym_SLASH] = ACTIONS(4200), + [anon_sym_PERCENT] = ACTIONS(4202), + [anon_sym_as_QMARK] = ACTIONS(4202), + [anon_sym_PLUS_PLUS] = ACTIONS(4202), + [anon_sym_DASH_DASH] = ACTIONS(4202), + [anon_sym_BANG_BANG] = ACTIONS(4202), + [anon_sym_suspend] = ACTIONS(4200), + [anon_sym_sealed] = ACTIONS(4200), + [anon_sym_annotation] = ACTIONS(4200), + [anon_sym_data] = ACTIONS(4200), + [anon_sym_inner] = ACTIONS(4200), + [anon_sym_value] = ACTIONS(4200), + [anon_sym_override] = ACTIONS(4200), + [anon_sym_lateinit] = ACTIONS(4200), + [anon_sym_public] = ACTIONS(4200), + [anon_sym_private] = ACTIONS(4200), + [anon_sym_internal] = ACTIONS(4200), + [anon_sym_protected] = ACTIONS(4200), + [anon_sym_tailrec] = ACTIONS(4200), + [anon_sym_operator] = ACTIONS(4200), + [anon_sym_infix] = ACTIONS(4200), + [anon_sym_inline] = ACTIONS(4200), + [anon_sym_external] = ACTIONS(4200), + [sym_property_modifier] = ACTIONS(4200), + [anon_sym_abstract] = ACTIONS(4200), + [anon_sym_final] = ACTIONS(4200), + [anon_sym_open] = ACTIONS(4200), + [anon_sym_vararg] = ACTIONS(4200), + [anon_sym_noinline] = ACTIONS(4200), + [anon_sym_crossinline] = ACTIONS(4200), + [anon_sym_expect] = ACTIONS(4200), + [anon_sym_actual] = ACTIONS(4200), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4202), + [sym__automatic_semicolon] = ACTIONS(4202), + [sym_safe_nav] = ACTIONS(4202), [sym_multiline_comment] = ACTIONS(3), }, [4213] = { - [sym_function_body] = STATE(3457), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_RPAREN] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4441), - [sym_label] = ACTIONS(4441), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_while] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4441), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_suspend] = ACTIONS(4439), - [anon_sym_sealed] = ACTIONS(4439), - [anon_sym_annotation] = ACTIONS(4439), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_override] = ACTIONS(4439), - [anon_sym_lateinit] = ACTIONS(4439), - [anon_sym_public] = ACTIONS(4439), - [anon_sym_private] = ACTIONS(4439), - [anon_sym_internal] = ACTIONS(4439), - [anon_sym_protected] = ACTIONS(4439), - [anon_sym_tailrec] = ACTIONS(4439), - [anon_sym_operator] = ACTIONS(4439), - [anon_sym_infix] = ACTIONS(4439), - [anon_sym_inline] = ACTIONS(4439), - [anon_sym_external] = ACTIONS(4439), - [sym_property_modifier] = ACTIONS(4439), - [anon_sym_abstract] = ACTIONS(4439), - [anon_sym_final] = ACTIONS(4439), - [anon_sym_open] = ACTIONS(4439), - [anon_sym_vararg] = ACTIONS(4439), - [anon_sym_noinline] = ACTIONS(4439), - [anon_sym_crossinline] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), + [sym_function_body] = STATE(3856), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4251), + [anon_sym_AT] = ACTIONS(4253), + [anon_sym_COLON] = ACTIONS(7456), + [anon_sym_LBRACK] = ACTIONS(4253), + [anon_sym_as] = ACTIONS(4251), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4253), + [anon_sym_LPAREN] = ACTIONS(4253), + [anon_sym_LT] = ACTIONS(4251), + [anon_sym_GT] = ACTIONS(4251), + [anon_sym_DOT] = ACTIONS(4251), + [anon_sym_SEMI] = ACTIONS(4253), + [anon_sym_get] = ACTIONS(4251), + [anon_sym_set] = ACTIONS(4251), + [anon_sym_STAR] = ACTIONS(4253), + [sym_label] = ACTIONS(4253), + [anon_sym_in] = ACTIONS(4251), + [anon_sym_DOT_DOT] = ACTIONS(4253), + [anon_sym_QMARK_COLON] = ACTIONS(4253), + [anon_sym_AMP_AMP] = ACTIONS(4253), + [anon_sym_PIPE_PIPE] = ACTIONS(4253), + [anon_sym_else] = ACTIONS(4251), + [anon_sym_COLON_COLON] = ACTIONS(4253), + [anon_sym_BANG_EQ] = ACTIONS(4251), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4253), + [anon_sym_EQ_EQ] = ACTIONS(4251), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4253), + [anon_sym_LT_EQ] = ACTIONS(4253), + [anon_sym_GT_EQ] = ACTIONS(4253), + [anon_sym_BANGin] = ACTIONS(4253), + [anon_sym_is] = ACTIONS(4251), + [anon_sym_BANGis] = ACTIONS(4253), + [anon_sym_PLUS] = ACTIONS(4251), + [anon_sym_DASH] = ACTIONS(4251), + [anon_sym_SLASH] = ACTIONS(4251), + [anon_sym_PERCENT] = ACTIONS(4253), + [anon_sym_as_QMARK] = ACTIONS(4253), + [anon_sym_PLUS_PLUS] = ACTIONS(4253), + [anon_sym_DASH_DASH] = ACTIONS(4253), + [anon_sym_BANG_BANG] = ACTIONS(4253), + [anon_sym_suspend] = ACTIONS(4251), + [anon_sym_sealed] = ACTIONS(4251), + [anon_sym_annotation] = ACTIONS(4251), + [anon_sym_data] = ACTIONS(4251), + [anon_sym_inner] = ACTIONS(4251), + [anon_sym_value] = ACTIONS(4251), + [anon_sym_override] = ACTIONS(4251), + [anon_sym_lateinit] = ACTIONS(4251), + [anon_sym_public] = ACTIONS(4251), + [anon_sym_private] = ACTIONS(4251), + [anon_sym_internal] = ACTIONS(4251), + [anon_sym_protected] = ACTIONS(4251), + [anon_sym_tailrec] = ACTIONS(4251), + [anon_sym_operator] = ACTIONS(4251), + [anon_sym_infix] = ACTIONS(4251), + [anon_sym_inline] = ACTIONS(4251), + [anon_sym_external] = ACTIONS(4251), + [sym_property_modifier] = ACTIONS(4251), + [anon_sym_abstract] = ACTIONS(4251), + [anon_sym_final] = ACTIONS(4251), + [anon_sym_open] = ACTIONS(4251), + [anon_sym_vararg] = ACTIONS(4251), + [anon_sym_noinline] = ACTIONS(4251), + [anon_sym_crossinline] = ACTIONS(4251), + [anon_sym_expect] = ACTIONS(4251), + [anon_sym_actual] = ACTIONS(4251), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4253), + [sym__automatic_semicolon] = ACTIONS(4253), + [sym_safe_nav] = ACTIONS(4253), [sym_multiline_comment] = ACTIONS(3), }, [4214] = { - [sym_function_body] = STATE(3900), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4275), - [anon_sym_AT] = ACTIONS(4277), - [anon_sym_COLON] = ACTIONS(7468), - [anon_sym_LBRACK] = ACTIONS(4277), - [anon_sym_as] = ACTIONS(4275), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4277), - [anon_sym_LPAREN] = ACTIONS(4277), - [anon_sym_LT] = ACTIONS(4275), - [anon_sym_GT] = ACTIONS(4275), - [anon_sym_DOT] = ACTIONS(4275), - [anon_sym_SEMI] = ACTIONS(4277), - [anon_sym_get] = ACTIONS(4275), - [anon_sym_set] = ACTIONS(4275), - [anon_sym_STAR] = ACTIONS(4277), - [sym_label] = ACTIONS(4277), - [anon_sym_in] = ACTIONS(4275), - [anon_sym_DOT_DOT] = ACTIONS(4277), - [anon_sym_QMARK_COLON] = ACTIONS(4277), - [anon_sym_AMP_AMP] = ACTIONS(4277), - [anon_sym_PIPE_PIPE] = ACTIONS(4277), - [anon_sym_else] = ACTIONS(4275), - [anon_sym_COLON_COLON] = ACTIONS(4277), - [anon_sym_BANG_EQ] = ACTIONS(4275), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4277), - [anon_sym_EQ_EQ] = ACTIONS(4275), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4277), - [anon_sym_LT_EQ] = ACTIONS(4277), - [anon_sym_GT_EQ] = ACTIONS(4277), - [anon_sym_BANGin] = ACTIONS(4277), - [anon_sym_is] = ACTIONS(4275), - [anon_sym_BANGis] = ACTIONS(4277), - [anon_sym_PLUS] = ACTIONS(4275), - [anon_sym_DASH] = ACTIONS(4275), - [anon_sym_SLASH] = ACTIONS(4275), - [anon_sym_PERCENT] = ACTIONS(4277), - [anon_sym_as_QMARK] = ACTIONS(4277), - [anon_sym_PLUS_PLUS] = ACTIONS(4277), - [anon_sym_DASH_DASH] = ACTIONS(4277), - [anon_sym_BANG_BANG] = ACTIONS(4277), - [anon_sym_suspend] = ACTIONS(4275), - [anon_sym_sealed] = ACTIONS(4275), - [anon_sym_annotation] = ACTIONS(4275), - [anon_sym_data] = ACTIONS(4275), - [anon_sym_inner] = ACTIONS(4275), - [anon_sym_value] = ACTIONS(4275), - [anon_sym_override] = ACTIONS(4275), - [anon_sym_lateinit] = ACTIONS(4275), - [anon_sym_public] = ACTIONS(4275), - [anon_sym_private] = ACTIONS(4275), - [anon_sym_internal] = ACTIONS(4275), - [anon_sym_protected] = ACTIONS(4275), - [anon_sym_tailrec] = ACTIONS(4275), - [anon_sym_operator] = ACTIONS(4275), - [anon_sym_infix] = ACTIONS(4275), - [anon_sym_inline] = ACTIONS(4275), - [anon_sym_external] = ACTIONS(4275), - [sym_property_modifier] = ACTIONS(4275), - [anon_sym_abstract] = ACTIONS(4275), - [anon_sym_final] = ACTIONS(4275), - [anon_sym_open] = ACTIONS(4275), - [anon_sym_vararg] = ACTIONS(4275), - [anon_sym_noinline] = ACTIONS(4275), - [anon_sym_crossinline] = ACTIONS(4275), - [anon_sym_expect] = ACTIONS(4275), - [anon_sym_actual] = ACTIONS(4275), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4277), - [sym__automatic_semicolon] = ACTIONS(4277), - [sym_safe_nav] = ACTIONS(4277), + [sym_function_body] = STATE(3464), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_RPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4321), + [sym_label] = ACTIONS(4321), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_while] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4321), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), [sym_multiline_comment] = ACTIONS(3), }, [4215] = { - [sym_type_constraints] = STATE(3823), - [sym_enum_class_body] = STATE(3839), - [sym__alpha_identifier] = ACTIONS(3286), - [anon_sym_AT] = ACTIONS(3290), - [anon_sym_COLON] = ACTIONS(6394), - [anon_sym_LBRACK] = ACTIONS(3290), - [anon_sym_as] = ACTIONS(3286), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(3290), - [anon_sym_LPAREN] = ACTIONS(3290), - [anon_sym_LT] = ACTIONS(3286), - [anon_sym_GT] = ACTIONS(3286), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3286), - [anon_sym_SEMI] = ACTIONS(3290), - [anon_sym_get] = ACTIONS(3286), - [anon_sym_set] = ACTIONS(3286), - [anon_sym_STAR] = ACTIONS(3290), - [sym_label] = ACTIONS(3290), - [anon_sym_in] = ACTIONS(3286), - [anon_sym_DOT_DOT] = ACTIONS(3290), - [anon_sym_QMARK_COLON] = ACTIONS(3290), - [anon_sym_AMP_AMP] = ACTIONS(3290), - [anon_sym_PIPE_PIPE] = ACTIONS(3290), - [anon_sym_else] = ACTIONS(3286), - [anon_sym_COLON_COLON] = ACTIONS(3290), - [anon_sym_BANG_EQ] = ACTIONS(3286), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3290), - [anon_sym_EQ_EQ] = ACTIONS(3286), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3290), - [anon_sym_LT_EQ] = ACTIONS(3290), - [anon_sym_GT_EQ] = ACTIONS(3290), - [anon_sym_BANGin] = ACTIONS(3290), - [anon_sym_is] = ACTIONS(3286), - [anon_sym_BANGis] = ACTIONS(3290), - [anon_sym_PLUS] = ACTIONS(3286), - [anon_sym_DASH] = ACTIONS(3286), - [anon_sym_SLASH] = ACTIONS(3286), - [anon_sym_PERCENT] = ACTIONS(3290), - [anon_sym_as_QMARK] = ACTIONS(3290), - [anon_sym_PLUS_PLUS] = ACTIONS(3290), - [anon_sym_DASH_DASH] = ACTIONS(3290), - [anon_sym_BANG_BANG] = ACTIONS(3290), - [anon_sym_suspend] = ACTIONS(3286), - [anon_sym_sealed] = ACTIONS(3286), - [anon_sym_annotation] = ACTIONS(3286), - [anon_sym_data] = ACTIONS(3286), - [anon_sym_inner] = ACTIONS(3286), - [anon_sym_value] = ACTIONS(3286), - [anon_sym_override] = ACTIONS(3286), - [anon_sym_lateinit] = ACTIONS(3286), - [anon_sym_public] = ACTIONS(3286), - [anon_sym_private] = ACTIONS(3286), - [anon_sym_internal] = ACTIONS(3286), - [anon_sym_protected] = ACTIONS(3286), - [anon_sym_tailrec] = ACTIONS(3286), - [anon_sym_operator] = ACTIONS(3286), - [anon_sym_infix] = ACTIONS(3286), - [anon_sym_inline] = ACTIONS(3286), - [anon_sym_external] = ACTIONS(3286), - [sym_property_modifier] = ACTIONS(3286), - [anon_sym_abstract] = ACTIONS(3286), - [anon_sym_final] = ACTIONS(3286), - [anon_sym_open] = ACTIONS(3286), - [anon_sym_vararg] = ACTIONS(3286), - [anon_sym_noinline] = ACTIONS(3286), - [anon_sym_crossinline] = ACTIONS(3286), - [anon_sym_expect] = ACTIONS(3286), - [anon_sym_actual] = ACTIONS(3286), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3290), - [sym__automatic_semicolon] = ACTIONS(3290), - [sym_safe_nav] = ACTIONS(3290), + [sym_type_constraints] = STATE(3713), + [sym_enum_class_body] = STATE(3939), + [sym__alpha_identifier] = ACTIONS(3280), + [anon_sym_AT] = ACTIONS(3284), + [anon_sym_COLON] = ACTIONS(6378), + [anon_sym_LBRACK] = ACTIONS(3284), + [anon_sym_as] = ACTIONS(3280), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(3284), + [anon_sym_LPAREN] = ACTIONS(3284), + [anon_sym_LT] = ACTIONS(3280), + [anon_sym_GT] = ACTIONS(3280), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(3280), + [anon_sym_SEMI] = ACTIONS(3284), + [anon_sym_get] = ACTIONS(3280), + [anon_sym_set] = ACTIONS(3280), + [anon_sym_STAR] = ACTIONS(3284), + [sym_label] = ACTIONS(3284), + [anon_sym_in] = ACTIONS(3280), + [anon_sym_DOT_DOT] = ACTIONS(3284), + [anon_sym_QMARK_COLON] = ACTIONS(3284), + [anon_sym_AMP_AMP] = ACTIONS(3284), + [anon_sym_PIPE_PIPE] = ACTIONS(3284), + [anon_sym_else] = ACTIONS(3280), + [anon_sym_COLON_COLON] = ACTIONS(3284), + [anon_sym_BANG_EQ] = ACTIONS(3280), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3284), + [anon_sym_EQ_EQ] = ACTIONS(3280), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3284), + [anon_sym_LT_EQ] = ACTIONS(3284), + [anon_sym_GT_EQ] = ACTIONS(3284), + [anon_sym_BANGin] = ACTIONS(3284), + [anon_sym_is] = ACTIONS(3280), + [anon_sym_BANGis] = ACTIONS(3284), + [anon_sym_PLUS] = ACTIONS(3280), + [anon_sym_DASH] = ACTIONS(3280), + [anon_sym_SLASH] = ACTIONS(3280), + [anon_sym_PERCENT] = ACTIONS(3284), + [anon_sym_as_QMARK] = ACTIONS(3284), + [anon_sym_PLUS_PLUS] = ACTIONS(3284), + [anon_sym_DASH_DASH] = ACTIONS(3284), + [anon_sym_BANG_BANG] = ACTIONS(3284), + [anon_sym_suspend] = ACTIONS(3280), + [anon_sym_sealed] = ACTIONS(3280), + [anon_sym_annotation] = ACTIONS(3280), + [anon_sym_data] = ACTIONS(3280), + [anon_sym_inner] = ACTIONS(3280), + [anon_sym_value] = ACTIONS(3280), + [anon_sym_override] = ACTIONS(3280), + [anon_sym_lateinit] = ACTIONS(3280), + [anon_sym_public] = ACTIONS(3280), + [anon_sym_private] = ACTIONS(3280), + [anon_sym_internal] = ACTIONS(3280), + [anon_sym_protected] = ACTIONS(3280), + [anon_sym_tailrec] = ACTIONS(3280), + [anon_sym_operator] = ACTIONS(3280), + [anon_sym_infix] = ACTIONS(3280), + [anon_sym_inline] = ACTIONS(3280), + [anon_sym_external] = ACTIONS(3280), + [sym_property_modifier] = ACTIONS(3280), + [anon_sym_abstract] = ACTIONS(3280), + [anon_sym_final] = ACTIONS(3280), + [anon_sym_open] = ACTIONS(3280), + [anon_sym_vararg] = ACTIONS(3280), + [anon_sym_noinline] = ACTIONS(3280), + [anon_sym_crossinline] = ACTIONS(3280), + [anon_sym_expect] = ACTIONS(3280), + [anon_sym_actual] = ACTIONS(3280), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3284), + [sym__automatic_semicolon] = ACTIONS(3284), + [sym_safe_nav] = ACTIONS(3284), [sym_multiline_comment] = ACTIONS(3), }, [4216] = { - [sym_class_body] = STATE(3956), - [sym_type_constraints] = STATE(3721), - [sym__alpha_identifier] = ACTIONS(3270), - [anon_sym_AT] = ACTIONS(3274), - [anon_sym_COLON] = ACTIONS(6374), - [anon_sym_LBRACK] = ACTIONS(3274), - [anon_sym_as] = ACTIONS(3270), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3274), - [anon_sym_LPAREN] = ACTIONS(3274), - [anon_sym_LT] = ACTIONS(3270), - [anon_sym_GT] = ACTIONS(3270), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3270), - [anon_sym_SEMI] = ACTIONS(3274), - [anon_sym_get] = ACTIONS(3270), - [anon_sym_set] = ACTIONS(3270), - [anon_sym_STAR] = ACTIONS(3274), - [sym_label] = ACTIONS(3274), - [anon_sym_in] = ACTIONS(3270), - [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(3270), - [anon_sym_COLON_COLON] = ACTIONS(3274), - [anon_sym_BANG_EQ] = ACTIONS(3270), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3274), - [anon_sym_EQ_EQ] = ACTIONS(3270), - [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(3270), - [anon_sym_BANGis] = ACTIONS(3274), - [anon_sym_PLUS] = ACTIONS(3270), - [anon_sym_DASH] = ACTIONS(3270), - [anon_sym_SLASH] = ACTIONS(3270), - [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(3270), - [anon_sym_sealed] = ACTIONS(3270), - [anon_sym_annotation] = ACTIONS(3270), - [anon_sym_data] = ACTIONS(3270), - [anon_sym_inner] = ACTIONS(3270), - [anon_sym_value] = ACTIONS(3270), - [anon_sym_override] = ACTIONS(3270), - [anon_sym_lateinit] = ACTIONS(3270), - [anon_sym_public] = ACTIONS(3270), - [anon_sym_private] = ACTIONS(3270), - [anon_sym_internal] = ACTIONS(3270), - [anon_sym_protected] = ACTIONS(3270), - [anon_sym_tailrec] = ACTIONS(3270), - [anon_sym_operator] = ACTIONS(3270), - [anon_sym_infix] = ACTIONS(3270), - [anon_sym_inline] = ACTIONS(3270), - [anon_sym_external] = ACTIONS(3270), - [sym_property_modifier] = ACTIONS(3270), - [anon_sym_abstract] = ACTIONS(3270), - [anon_sym_final] = ACTIONS(3270), - [anon_sym_open] = ACTIONS(3270), - [anon_sym_vararg] = ACTIONS(3270), - [anon_sym_noinline] = ACTIONS(3270), - [anon_sym_crossinline] = ACTIONS(3270), - [anon_sym_expect] = ACTIONS(3270), - [anon_sym_actual] = ACTIONS(3270), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3274), - [sym__automatic_semicolon] = ACTIONS(3274), - [sym_safe_nav] = ACTIONS(3274), + [sym_type_constraints] = STATE(3801), + [sym_enum_class_body] = STATE(3859), + [sym__alpha_identifier] = ACTIONS(4243), + [anon_sym_AT] = ACTIONS(4245), + [anon_sym_COLON] = ACTIONS(7458), + [anon_sym_LBRACK] = ACTIONS(4245), + [anon_sym_as] = ACTIONS(4243), + [anon_sym_LBRACE] = ACTIONS(5782), + [anon_sym_RBRACE] = ACTIONS(4245), + [anon_sym_LPAREN] = ACTIONS(4245), + [anon_sym_LT] = ACTIONS(4243), + [anon_sym_GT] = ACTIONS(4243), + [anon_sym_where] = ACTIONS(5788), + [anon_sym_DOT] = ACTIONS(4243), + [anon_sym_SEMI] = ACTIONS(4245), + [anon_sym_get] = ACTIONS(4243), + [anon_sym_set] = ACTIONS(4243), + [anon_sym_STAR] = ACTIONS(4245), + [sym_label] = ACTIONS(4245), + [anon_sym_in] = ACTIONS(4243), + [anon_sym_DOT_DOT] = ACTIONS(4245), + [anon_sym_QMARK_COLON] = ACTIONS(4245), + [anon_sym_AMP_AMP] = ACTIONS(4245), + [anon_sym_PIPE_PIPE] = ACTIONS(4245), + [anon_sym_else] = ACTIONS(4243), + [anon_sym_COLON_COLON] = ACTIONS(4245), + [anon_sym_BANG_EQ] = ACTIONS(4243), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4245), + [anon_sym_EQ_EQ] = ACTIONS(4243), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4245), + [anon_sym_LT_EQ] = ACTIONS(4245), + [anon_sym_GT_EQ] = ACTIONS(4245), + [anon_sym_BANGin] = ACTIONS(4245), + [anon_sym_is] = ACTIONS(4243), + [anon_sym_BANGis] = ACTIONS(4245), + [anon_sym_PLUS] = ACTIONS(4243), + [anon_sym_DASH] = ACTIONS(4243), + [anon_sym_SLASH] = ACTIONS(4243), + [anon_sym_PERCENT] = ACTIONS(4245), + [anon_sym_as_QMARK] = ACTIONS(4245), + [anon_sym_PLUS_PLUS] = ACTIONS(4245), + [anon_sym_DASH_DASH] = ACTIONS(4245), + [anon_sym_BANG_BANG] = ACTIONS(4245), + [anon_sym_suspend] = ACTIONS(4243), + [anon_sym_sealed] = ACTIONS(4243), + [anon_sym_annotation] = ACTIONS(4243), + [anon_sym_data] = ACTIONS(4243), + [anon_sym_inner] = ACTIONS(4243), + [anon_sym_value] = ACTIONS(4243), + [anon_sym_override] = ACTIONS(4243), + [anon_sym_lateinit] = ACTIONS(4243), + [anon_sym_public] = ACTIONS(4243), + [anon_sym_private] = ACTIONS(4243), + [anon_sym_internal] = ACTIONS(4243), + [anon_sym_protected] = ACTIONS(4243), + [anon_sym_tailrec] = ACTIONS(4243), + [anon_sym_operator] = ACTIONS(4243), + [anon_sym_infix] = ACTIONS(4243), + [anon_sym_inline] = ACTIONS(4243), + [anon_sym_external] = ACTIONS(4243), + [sym_property_modifier] = ACTIONS(4243), + [anon_sym_abstract] = ACTIONS(4243), + [anon_sym_final] = ACTIONS(4243), + [anon_sym_open] = ACTIONS(4243), + [anon_sym_vararg] = ACTIONS(4243), + [anon_sym_noinline] = ACTIONS(4243), + [anon_sym_crossinline] = ACTIONS(4243), + [anon_sym_expect] = ACTIONS(4243), + [anon_sym_actual] = ACTIONS(4243), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4245), + [sym__automatic_semicolon] = ACTIONS(4245), + [sym_safe_nav] = ACTIONS(4245), [sym_multiline_comment] = ACTIONS(3), }, [4217] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(4223), - [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(7470), - [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_value] = 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_function_body] = STATE(3504), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_RPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_while] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), [sym_multiline_comment] = ACTIONS(3), }, [4218] = { - [sym_type_constraints] = STATE(3820), - [sym_enum_class_body] = STATE(3861), - [sym__alpha_identifier] = ACTIONS(4216), - [anon_sym_AT] = ACTIONS(4218), - [anon_sym_COLON] = ACTIONS(7472), - [anon_sym_LBRACK] = ACTIONS(4218), - [anon_sym_as] = ACTIONS(4216), - [anon_sym_LBRACE] = ACTIONS(5820), - [anon_sym_RBRACE] = ACTIONS(4218), - [anon_sym_LPAREN] = ACTIONS(4218), - [anon_sym_LT] = ACTIONS(4216), - [anon_sym_GT] = ACTIONS(4216), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(4216), - [anon_sym_SEMI] = ACTIONS(4218), - [anon_sym_get] = ACTIONS(4216), - [anon_sym_set] = ACTIONS(4216), - [anon_sym_STAR] = ACTIONS(4218), - [sym_label] = ACTIONS(4218), - [anon_sym_in] = ACTIONS(4216), - [anon_sym_DOT_DOT] = ACTIONS(4218), - [anon_sym_QMARK_COLON] = ACTIONS(4218), - [anon_sym_AMP_AMP] = ACTIONS(4218), - [anon_sym_PIPE_PIPE] = ACTIONS(4218), - [anon_sym_else] = ACTIONS(4216), - [anon_sym_COLON_COLON] = ACTIONS(4218), - [anon_sym_BANG_EQ] = ACTIONS(4216), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4218), - [anon_sym_EQ_EQ] = ACTIONS(4216), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4218), - [anon_sym_LT_EQ] = ACTIONS(4218), - [anon_sym_GT_EQ] = ACTIONS(4218), - [anon_sym_BANGin] = ACTIONS(4218), - [anon_sym_is] = ACTIONS(4216), - [anon_sym_BANGis] = ACTIONS(4218), - [anon_sym_PLUS] = ACTIONS(4216), - [anon_sym_DASH] = ACTIONS(4216), - [anon_sym_SLASH] = ACTIONS(4216), - [anon_sym_PERCENT] = ACTIONS(4218), - [anon_sym_as_QMARK] = ACTIONS(4218), - [anon_sym_PLUS_PLUS] = ACTIONS(4218), - [anon_sym_DASH_DASH] = ACTIONS(4218), - [anon_sym_BANG_BANG] = ACTIONS(4218), - [anon_sym_suspend] = ACTIONS(4216), - [anon_sym_sealed] = ACTIONS(4216), - [anon_sym_annotation] = ACTIONS(4216), - [anon_sym_data] = ACTIONS(4216), - [anon_sym_inner] = ACTIONS(4216), - [anon_sym_value] = ACTIONS(4216), - [anon_sym_override] = ACTIONS(4216), - [anon_sym_lateinit] = ACTIONS(4216), - [anon_sym_public] = ACTIONS(4216), - [anon_sym_private] = ACTIONS(4216), - [anon_sym_internal] = ACTIONS(4216), - [anon_sym_protected] = ACTIONS(4216), - [anon_sym_tailrec] = ACTIONS(4216), - [anon_sym_operator] = ACTIONS(4216), - [anon_sym_infix] = ACTIONS(4216), - [anon_sym_inline] = ACTIONS(4216), - [anon_sym_external] = ACTIONS(4216), - [sym_property_modifier] = ACTIONS(4216), - [anon_sym_abstract] = ACTIONS(4216), - [anon_sym_final] = ACTIONS(4216), - [anon_sym_open] = ACTIONS(4216), - [anon_sym_vararg] = ACTIONS(4216), - [anon_sym_noinline] = ACTIONS(4216), - [anon_sym_crossinline] = ACTIONS(4216), - [anon_sym_expect] = ACTIONS(4216), - [anon_sym_actual] = ACTIONS(4216), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4218), - [sym__automatic_semicolon] = ACTIONS(4218), - [sym_safe_nav] = ACTIONS(4218), + [sym_class_body] = STATE(3977), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_COLON] = ACTIONS(7460), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(5796), + [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_value] = 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), }, [4219] = { - [sym_function_body] = STATE(3507), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_RPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_while] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), + [sym_function_body] = STATE(3558), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4481), + [anon_sym_AT] = ACTIONS(4483), + [anon_sym_LBRACK] = ACTIONS(4483), + [anon_sym_as] = ACTIONS(4481), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4483), + [anon_sym_LPAREN] = ACTIONS(4483), + [anon_sym_RPAREN] = ACTIONS(4483), + [anon_sym_LT] = ACTIONS(4481), + [anon_sym_GT] = 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(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_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(4483), + [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_value] = 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), }, [4220] = { - [sym_function_body] = STATE(3490), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_RPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_while] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), + [sym_function_body] = STATE(3454), + [sym__block] = STATE(3405), + [sym__alpha_identifier] = ACTIONS(4485), + [anon_sym_AT] = ACTIONS(4487), + [anon_sym_LBRACK] = ACTIONS(4487), + [anon_sym_as] = ACTIONS(4485), + [anon_sym_EQ] = ACTIONS(7267), + [anon_sym_LBRACE] = ACTIONS(6509), + [anon_sym_RBRACE] = ACTIONS(4487), + [anon_sym_LPAREN] = ACTIONS(4487), + [anon_sym_RPAREN] = ACTIONS(4487), + [anon_sym_LT] = ACTIONS(4485), + [anon_sym_GT] = 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(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_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(4487), + [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_value] = 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), [sym_multiline_comment] = ACTIONS(3), }, [4221] = { - [sym_class_body] = STATE(3953), - [sym_type_constraints] = STATE(3786), - [sym__alpha_identifier] = ACTIONS(3278), - [anon_sym_AT] = ACTIONS(3282), - [anon_sym_COLON] = ACTIONS(6370), - [anon_sym_LBRACK] = ACTIONS(3282), - [anon_sym_as] = ACTIONS(3278), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(3282), - [anon_sym_LPAREN] = ACTIONS(3282), - [anon_sym_LT] = ACTIONS(3278), - [anon_sym_GT] = ACTIONS(3278), - [anon_sym_where] = ACTIONS(5824), - [anon_sym_DOT] = ACTIONS(3278), - [anon_sym_SEMI] = ACTIONS(3282), - [anon_sym_get] = ACTIONS(3278), - [anon_sym_set] = ACTIONS(3278), - [anon_sym_STAR] = ACTIONS(3282), - [sym_label] = ACTIONS(3282), - [anon_sym_in] = ACTIONS(3278), - [anon_sym_DOT_DOT] = ACTIONS(3282), - [anon_sym_QMARK_COLON] = ACTIONS(3282), - [anon_sym_AMP_AMP] = ACTIONS(3282), - [anon_sym_PIPE_PIPE] = ACTIONS(3282), - [anon_sym_else] = ACTIONS(3278), - [anon_sym_COLON_COLON] = ACTIONS(3282), - [anon_sym_BANG_EQ] = ACTIONS(3278), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3282), - [anon_sym_EQ_EQ] = ACTIONS(3278), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3282), - [anon_sym_LT_EQ] = ACTIONS(3282), - [anon_sym_GT_EQ] = ACTIONS(3282), - [anon_sym_BANGin] = ACTIONS(3282), - [anon_sym_is] = ACTIONS(3278), - [anon_sym_BANGis] = ACTIONS(3282), - [anon_sym_PLUS] = ACTIONS(3278), - [anon_sym_DASH] = ACTIONS(3278), - [anon_sym_SLASH] = ACTIONS(3278), - [anon_sym_PERCENT] = ACTIONS(3282), - [anon_sym_as_QMARK] = ACTIONS(3282), - [anon_sym_PLUS_PLUS] = ACTIONS(3282), - [anon_sym_DASH_DASH] = ACTIONS(3282), - [anon_sym_BANG_BANG] = ACTIONS(3282), - [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_value] = 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(3282), - [sym__automatic_semicolon] = ACTIONS(3282), - [sym_safe_nav] = ACTIONS(3282), + [aux_sym__delegation_specifiers_repeat1] = STATE(4237), + [sym__alpha_identifier] = ACTIONS(4714), + [anon_sym_AT] = ACTIONS(4716), + [anon_sym_LBRACK] = ACTIONS(4716), + [anon_sym_as] = ACTIONS(4714), + [anon_sym_LBRACE] = ACTIONS(4716), + [anon_sym_RBRACE] = ACTIONS(4716), + [anon_sym_LPAREN] = ACTIONS(4716), + [anon_sym_COMMA] = ACTIONS(7462), + [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(4716), + [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_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(4716), + [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_value] = 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), }, [4222] = { - [sym_function_body] = STATE(3467), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_RPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4297), - [sym_label] = ACTIONS(4297), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_while] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4297), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1612), + [sym__comparison_operator] = STATE(1611), + [sym__in_operator] = STATE(1610), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1609), + [sym__multiplicative_operator] = STATE(1607), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1606), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3180), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3180), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_where] = ACTIONS(3178), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7464), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_DOT_DOT] = ACTIONS(7466), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_else] = ACTIONS(3178), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), + [anon_sym_PLUS] = ACTIONS(7468), + [anon_sym_DASH] = ACTIONS(7468), + [anon_sym_SLASH] = ACTIONS(7470), + [anon_sym_PERCENT] = ACTIONS(7464), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3180), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, [4223] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(4140), - [sym__alpha_identifier] = ACTIONS(4736), - [anon_sym_AT] = ACTIONS(4738), - [anon_sym_LBRACK] = ACTIONS(4738), - [anon_sym_as] = ACTIONS(4736), - [anon_sym_LBRACE] = ACTIONS(4738), - [anon_sym_RBRACE] = ACTIONS(4738), - [anon_sym_LPAREN] = ACTIONS(4738), - [anon_sym_COMMA] = ACTIONS(7470), - [anon_sym_RPAREN] = ACTIONS(4738), - [anon_sym_LT] = ACTIONS(4736), - [anon_sym_GT] = ACTIONS(4736), - [anon_sym_where] = ACTIONS(4736), - [anon_sym_DOT] = ACTIONS(4736), - [anon_sym_SEMI] = ACTIONS(4738), - [anon_sym_get] = ACTIONS(4736), - [anon_sym_set] = ACTIONS(4736), - [anon_sym_STAR] = ACTIONS(4738), - [sym_label] = ACTIONS(4738), - [anon_sym_in] = ACTIONS(4736), - [anon_sym_while] = ACTIONS(4736), - [anon_sym_DOT_DOT] = ACTIONS(4738), - [anon_sym_QMARK_COLON] = ACTIONS(4738), - [anon_sym_AMP_AMP] = ACTIONS(4738), - [anon_sym_PIPE_PIPE] = ACTIONS(4738), - [anon_sym_else] = ACTIONS(4736), - [anon_sym_COLON_COLON] = ACTIONS(4738), - [anon_sym_BANG_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4738), - [anon_sym_LT_EQ] = ACTIONS(4738), - [anon_sym_GT_EQ] = ACTIONS(4738), - [anon_sym_BANGin] = ACTIONS(4738), - [anon_sym_is] = ACTIONS(4736), - [anon_sym_BANGis] = ACTIONS(4738), - [anon_sym_PLUS] = ACTIONS(4736), - [anon_sym_DASH] = ACTIONS(4736), - [anon_sym_SLASH] = ACTIONS(4736), - [anon_sym_PERCENT] = ACTIONS(4738), - [anon_sym_as_QMARK] = ACTIONS(4738), - [anon_sym_PLUS_PLUS] = ACTIONS(4738), - [anon_sym_DASH_DASH] = ACTIONS(4738), - [anon_sym_BANG_BANG] = ACTIONS(4738), - [anon_sym_suspend] = ACTIONS(4736), - [anon_sym_sealed] = ACTIONS(4736), - [anon_sym_annotation] = ACTIONS(4736), - [anon_sym_data] = ACTIONS(4736), - [anon_sym_inner] = ACTIONS(4736), - [anon_sym_value] = ACTIONS(4736), - [anon_sym_override] = ACTIONS(4736), - [anon_sym_lateinit] = ACTIONS(4736), - [anon_sym_public] = ACTIONS(4736), - [anon_sym_private] = ACTIONS(4736), - [anon_sym_internal] = ACTIONS(4736), - [anon_sym_protected] = ACTIONS(4736), - [anon_sym_tailrec] = ACTIONS(4736), - [anon_sym_operator] = ACTIONS(4736), - [anon_sym_infix] = ACTIONS(4736), - [anon_sym_inline] = ACTIONS(4736), - [anon_sym_external] = ACTIONS(4736), - [sym_property_modifier] = ACTIONS(4736), - [anon_sym_abstract] = ACTIONS(4736), - [anon_sym_final] = ACTIONS(4736), - [anon_sym_open] = ACTIONS(4736), - [anon_sym_vararg] = ACTIONS(4736), - [anon_sym_noinline] = ACTIONS(4736), - [anon_sym_crossinline] = ACTIONS(4736), - [anon_sym_expect] = ACTIONS(4736), - [anon_sym_actual] = ACTIONS(4736), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4738), - [sym_safe_nav] = ACTIONS(4738), + [sym_function_body] = STATE(3987), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4323), + [anon_sym_AT] = ACTIONS(4325), + [anon_sym_LBRACK] = ACTIONS(4325), + [anon_sym_as] = ACTIONS(4323), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4325), + [anon_sym_LPAREN] = ACTIONS(4325), + [anon_sym_LT] = ACTIONS(4323), + [anon_sym_GT] = ACTIONS(4323), + [anon_sym_DOT] = ACTIONS(4323), + [anon_sym_SEMI] = ACTIONS(4325), + [anon_sym_get] = ACTIONS(4323), + [anon_sym_set] = ACTIONS(4323), + [anon_sym_STAR] = ACTIONS(4325), + [sym_label] = ACTIONS(4325), + [anon_sym_in] = ACTIONS(4323), + [anon_sym_DOT_DOT] = ACTIONS(4325), + [anon_sym_QMARK_COLON] = ACTIONS(4325), + [anon_sym_AMP_AMP] = ACTIONS(4325), + [anon_sym_PIPE_PIPE] = ACTIONS(4325), + [anon_sym_else] = ACTIONS(4323), + [anon_sym_COLON_COLON] = ACTIONS(4325), + [anon_sym_BANG_EQ] = ACTIONS(4323), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4325), + [anon_sym_EQ_EQ] = ACTIONS(4323), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4325), + [anon_sym_LT_EQ] = ACTIONS(4325), + [anon_sym_GT_EQ] = ACTIONS(4325), + [anon_sym_BANGin] = ACTIONS(4325), + [anon_sym_is] = ACTIONS(4323), + [anon_sym_BANGis] = ACTIONS(4325), + [anon_sym_PLUS] = ACTIONS(4323), + [anon_sym_DASH] = ACTIONS(4323), + [anon_sym_SLASH] = ACTIONS(4323), + [anon_sym_PERCENT] = ACTIONS(4325), + [anon_sym_as_QMARK] = ACTIONS(4325), + [anon_sym_PLUS_PLUS] = ACTIONS(4325), + [anon_sym_DASH_DASH] = ACTIONS(4325), + [anon_sym_BANG_BANG] = ACTIONS(4325), + [anon_sym_suspend] = ACTIONS(4323), + [anon_sym_sealed] = ACTIONS(4323), + [anon_sym_annotation] = ACTIONS(4323), + [anon_sym_data] = ACTIONS(4323), + [anon_sym_inner] = ACTIONS(4323), + [anon_sym_value] = ACTIONS(4323), + [anon_sym_override] = ACTIONS(4323), + [anon_sym_lateinit] = ACTIONS(4323), + [anon_sym_public] = ACTIONS(4323), + [anon_sym_private] = ACTIONS(4323), + [anon_sym_internal] = ACTIONS(4323), + [anon_sym_protected] = ACTIONS(4323), + [anon_sym_tailrec] = ACTIONS(4323), + [anon_sym_operator] = ACTIONS(4323), + [anon_sym_infix] = ACTIONS(4323), + [anon_sym_inline] = ACTIONS(4323), + [anon_sym_external] = ACTIONS(4323), + [sym_property_modifier] = ACTIONS(4323), + [anon_sym_abstract] = ACTIONS(4323), + [anon_sym_final] = ACTIONS(4323), + [anon_sym_open] = ACTIONS(4323), + [anon_sym_vararg] = ACTIONS(4323), + [anon_sym_noinline] = ACTIONS(4323), + [anon_sym_crossinline] = ACTIONS(4323), + [anon_sym_expect] = ACTIONS(4323), + [anon_sym_actual] = ACTIONS(4323), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4325), + [sym__automatic_semicolon] = ACTIONS(4325), + [sym_safe_nav] = ACTIONS(4325), [sym_multiline_comment] = ACTIONS(3), }, [4224] = { - [sym_function_body] = STATE(3397), - [sym__block] = STATE(3402), - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(7257), - [anon_sym_LBRACE] = ACTIONS(6511), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_RPAREN] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4449), - [sym_label] = ACTIONS(4449), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_while] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4449), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_suspend] = ACTIONS(4447), - [anon_sym_sealed] = ACTIONS(4447), - [anon_sym_annotation] = ACTIONS(4447), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_override] = ACTIONS(4447), - [anon_sym_lateinit] = ACTIONS(4447), - [anon_sym_public] = ACTIONS(4447), - [anon_sym_private] = ACTIONS(4447), - [anon_sym_internal] = ACTIONS(4447), - [anon_sym_protected] = ACTIONS(4447), - [anon_sym_tailrec] = ACTIONS(4447), - [anon_sym_operator] = ACTIONS(4447), - [anon_sym_infix] = ACTIONS(4447), - [anon_sym_inline] = ACTIONS(4447), - [anon_sym_external] = ACTIONS(4447), - [sym_property_modifier] = ACTIONS(4447), - [anon_sym_abstract] = ACTIONS(4447), - [anon_sym_final] = ACTIONS(4447), - [anon_sym_open] = ACTIONS(4447), - [anon_sym_vararg] = ACTIONS(4447), - [anon_sym_noinline] = ACTIONS(4447), - [anon_sym_crossinline] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1612), + [sym__comparison_operator] = STATE(1611), + [sym__in_operator] = STATE(1610), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1609), + [sym__multiplicative_operator] = STATE(1607), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1606), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3103), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7472), + [anon_sym_where] = ACTIONS(3101), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7464), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7474), + [anon_sym_DOT_DOT] = ACTIONS(7466), + [anon_sym_QMARK_COLON] = ACTIONS(7476), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_else] = ACTIONS(3101), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7478), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7480), + [anon_sym_EQ_EQ] = ACTIONS(7478), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7480), + [anon_sym_LT_EQ] = ACTIONS(7482), + [anon_sym_GT_EQ] = ACTIONS(7482), + [anon_sym_BANGin] = ACTIONS(7484), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7468), + [anon_sym_DASH] = ACTIONS(7468), + [anon_sym_SLASH] = ACTIONS(7470), + [anon_sym_PERCENT] = ACTIONS(7464), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3103), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, [4225] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1564), - [sym__comparison_operator] = STATE(1559), - [sym__in_operator] = STATE(1558), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1553), - [sym__multiplicative_operator] = STATE(1551), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1549), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1612), + [sym__comparison_operator] = STATE(1611), + [sym__in_operator] = STATE(1610), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1609), + [sym__multiplicative_operator] = STATE(1607), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1606), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3169), + [anon_sym_RBRACE] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3107), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7474), - [anon_sym_where] = ACTIONS(3167), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7476), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7478), - [anon_sym_DOT_DOT] = ACTIONS(7480), - [anon_sym_QMARK_COLON] = ACTIONS(7482), - [anon_sym_AMP_AMP] = ACTIONS(7484), - [anon_sym_PIPE_PIPE] = ACTIONS(7486), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7488), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7490), - [anon_sym_EQ_EQ] = ACTIONS(7488), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7490), - [anon_sym_LT_EQ] = ACTIONS(7492), - [anon_sym_GT_EQ] = ACTIONS(7492), - [anon_sym_BANGin] = ACTIONS(7494), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7496), - [anon_sym_DASH] = ACTIONS(7496), - [anon_sym_SLASH] = ACTIONS(7498), - [anon_sym_PERCENT] = ACTIONS(7476), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7472), + [anon_sym_where] = ACTIONS(3105), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7464), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7474), + [anon_sym_DOT_DOT] = ACTIONS(7466), + [anon_sym_QMARK_COLON] = ACTIONS(7476), + [anon_sym_AMP_AMP] = ACTIONS(7486), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_else] = ACTIONS(3105), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7478), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7480), + [anon_sym_EQ_EQ] = ACTIONS(7478), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7480), + [anon_sym_LT_EQ] = ACTIONS(7482), + [anon_sym_GT_EQ] = ACTIONS(7482), + [anon_sym_BANGin] = ACTIONS(7484), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7468), + [anon_sym_DASH] = ACTIONS(7468), + [anon_sym_SLASH] = ACTIONS(7470), + [anon_sym_PERCENT] = ACTIONS(7464), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3169), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3107), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, [4226] = { - [sym_function_body] = STATE(3972), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4443), - [anon_sym_AT] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(4445), - [anon_sym_as] = ACTIONS(4443), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4445), - [anon_sym_LPAREN] = ACTIONS(4445), - [anon_sym_LT] = ACTIONS(4443), - [anon_sym_GT] = ACTIONS(4443), - [anon_sym_DOT] = ACTIONS(4443), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_get] = ACTIONS(4443), - [anon_sym_set] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(4445), - [sym_label] = ACTIONS(4445), - [anon_sym_in] = ACTIONS(4443), - [anon_sym_DOT_DOT] = ACTIONS(4445), - [anon_sym_QMARK_COLON] = ACTIONS(4445), - [anon_sym_AMP_AMP] = ACTIONS(4445), - [anon_sym_PIPE_PIPE] = ACTIONS(4445), - [anon_sym_else] = ACTIONS(4443), - [anon_sym_COLON_COLON] = ACTIONS(4445), - [anon_sym_BANG_EQ] = ACTIONS(4443), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4445), - [anon_sym_EQ_EQ] = ACTIONS(4443), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4445), - [anon_sym_LT_EQ] = ACTIONS(4445), - [anon_sym_GT_EQ] = ACTIONS(4445), - [anon_sym_BANGin] = ACTIONS(4445), - [anon_sym_is] = ACTIONS(4443), - [anon_sym_BANGis] = ACTIONS(4445), - [anon_sym_PLUS] = ACTIONS(4443), - [anon_sym_DASH] = ACTIONS(4443), - [anon_sym_SLASH] = ACTIONS(4443), - [anon_sym_PERCENT] = ACTIONS(4445), - [anon_sym_as_QMARK] = ACTIONS(4445), - [anon_sym_PLUS_PLUS] = ACTIONS(4445), - [anon_sym_DASH_DASH] = ACTIONS(4445), - [anon_sym_BANG_BANG] = ACTIONS(4445), - [anon_sym_suspend] = ACTIONS(4443), - [anon_sym_sealed] = ACTIONS(4443), - [anon_sym_annotation] = ACTIONS(4443), - [anon_sym_data] = ACTIONS(4443), - [anon_sym_inner] = ACTIONS(4443), - [anon_sym_value] = ACTIONS(4443), - [anon_sym_override] = ACTIONS(4443), - [anon_sym_lateinit] = ACTIONS(4443), - [anon_sym_public] = ACTIONS(4443), - [anon_sym_private] = ACTIONS(4443), - [anon_sym_internal] = ACTIONS(4443), - [anon_sym_protected] = ACTIONS(4443), - [anon_sym_tailrec] = ACTIONS(4443), - [anon_sym_operator] = ACTIONS(4443), - [anon_sym_infix] = ACTIONS(4443), - [anon_sym_inline] = ACTIONS(4443), - [anon_sym_external] = ACTIONS(4443), - [sym_property_modifier] = ACTIONS(4443), - [anon_sym_abstract] = ACTIONS(4443), - [anon_sym_final] = ACTIONS(4443), - [anon_sym_open] = ACTIONS(4443), - [anon_sym_vararg] = ACTIONS(4443), - [anon_sym_noinline] = ACTIONS(4443), - [anon_sym_crossinline] = ACTIONS(4443), - [anon_sym_expect] = ACTIONS(4443), - [anon_sym_actual] = ACTIONS(4443), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4445), - [sym__automatic_semicolon] = ACTIONS(4445), - [sym_safe_nav] = ACTIONS(4445), - [sym_multiline_comment] = ACTIONS(3), - }, - [4227] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1564), - [sym__comparison_operator] = STATE(1559), - [sym__in_operator] = STATE(1558), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1553), - [sym__multiplicative_operator] = STATE(1551), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1549), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1612), + [sym__comparison_operator] = STATE(1611), + [sym__in_operator] = STATE(1610), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1609), + [sym__multiplicative_operator] = STATE(1607), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1606), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3138), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3138), + [anon_sym_RBRACE] = ACTIONS(3168), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3168), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7474), - [anon_sym_where] = ACTIONS(3136), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7476), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7478), - [anon_sym_DOT_DOT] = ACTIONS(7480), - [anon_sym_QMARK_COLON] = ACTIONS(7482), - [anon_sym_AMP_AMP] = ACTIONS(7484), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7488), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7490), - [anon_sym_EQ_EQ] = ACTIONS(7488), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7490), - [anon_sym_LT_EQ] = ACTIONS(7492), - [anon_sym_GT_EQ] = ACTIONS(7492), - [anon_sym_BANGin] = ACTIONS(7494), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7496), - [anon_sym_DASH] = ACTIONS(7496), - [anon_sym_SLASH] = ACTIONS(7498), - [anon_sym_PERCENT] = ACTIONS(7476), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7472), + [anon_sym_where] = ACTIONS(3166), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7464), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7474), + [anon_sym_DOT_DOT] = ACTIONS(7466), + [anon_sym_QMARK_COLON] = ACTIONS(7476), + [anon_sym_AMP_AMP] = ACTIONS(7486), + [anon_sym_PIPE_PIPE] = ACTIONS(7488), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7478), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7480), + [anon_sym_EQ_EQ] = ACTIONS(7478), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7480), + [anon_sym_LT_EQ] = ACTIONS(7482), + [anon_sym_GT_EQ] = ACTIONS(7482), + [anon_sym_BANGin] = ACTIONS(7484), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7468), + [anon_sym_DASH] = ACTIONS(7468), + [anon_sym_SLASH] = ACTIONS(7470), + [anon_sym_PERCENT] = ACTIONS(7464), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3138), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3168), + [sym_safe_nav] = ACTIONS(7081), + [sym_multiline_comment] = ACTIONS(3), + }, + [4227] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1612), + [sym__comparison_operator] = STATE(1611), + [sym__in_operator] = STATE(1610), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1609), + [sym__multiplicative_operator] = STATE(1607), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1606), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(3185), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_where] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(7464), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(7468), + [anon_sym_DASH] = ACTIONS(7468), + [anon_sym_SLASH] = ACTIONS(7470), + [anon_sym_PERCENT] = ACTIONS(7464), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3187), + [sym__automatic_semicolon] = ACTIONS(3187), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, [4228] = { - [sym_class_body] = STATE(3546), - [sym__alpha_identifier] = ACTIONS(4349), - [anon_sym_AT] = ACTIONS(4351), - [anon_sym_COLON] = ACTIONS(7500), - [anon_sym_LBRACK] = ACTIONS(4351), - [anon_sym_as] = ACTIONS(4349), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4351), - [anon_sym_LPAREN] = ACTIONS(4351), - [anon_sym_RPAREN] = ACTIONS(4351), - [anon_sym_LT] = ACTIONS(4349), - [anon_sym_GT] = ACTIONS(4349), - [anon_sym_DOT] = ACTIONS(4349), - [anon_sym_SEMI] = ACTIONS(4351), - [anon_sym_get] = ACTIONS(4349), - [anon_sym_set] = ACTIONS(4349), - [anon_sym_STAR] = ACTIONS(4351), - [sym_label] = ACTIONS(4351), - [anon_sym_in] = ACTIONS(4349), - [anon_sym_while] = ACTIONS(4349), - [anon_sym_DOT_DOT] = ACTIONS(4351), - [anon_sym_QMARK_COLON] = ACTIONS(4351), - [anon_sym_AMP_AMP] = ACTIONS(4351), - [anon_sym_PIPE_PIPE] = ACTIONS(4351), - [anon_sym_else] = ACTIONS(4349), - [anon_sym_COLON_COLON] = ACTIONS(4351), - [anon_sym_BANG_EQ] = ACTIONS(4349), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4351), - [anon_sym_EQ_EQ] = ACTIONS(4349), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4351), - [anon_sym_LT_EQ] = ACTIONS(4351), - [anon_sym_GT_EQ] = ACTIONS(4351), - [anon_sym_BANGin] = ACTIONS(4351), - [anon_sym_is] = ACTIONS(4349), - [anon_sym_BANGis] = ACTIONS(4351), - [anon_sym_PLUS] = ACTIONS(4349), - [anon_sym_DASH] = ACTIONS(4349), - [anon_sym_SLASH] = ACTIONS(4349), - [anon_sym_PERCENT] = ACTIONS(4351), - [anon_sym_as_QMARK] = ACTIONS(4351), - [anon_sym_PLUS_PLUS] = ACTIONS(4351), - [anon_sym_DASH_DASH] = ACTIONS(4351), - [anon_sym_BANG_BANG] = ACTIONS(4351), - [anon_sym_suspend] = ACTIONS(4349), - [anon_sym_sealed] = ACTIONS(4349), - [anon_sym_annotation] = ACTIONS(4349), - [anon_sym_data] = ACTIONS(4349), - [anon_sym_inner] = ACTIONS(4349), - [anon_sym_value] = ACTIONS(4349), - [anon_sym_override] = ACTIONS(4349), - [anon_sym_lateinit] = ACTIONS(4349), - [anon_sym_public] = ACTIONS(4349), - [anon_sym_private] = ACTIONS(4349), - [anon_sym_internal] = ACTIONS(4349), - [anon_sym_protected] = ACTIONS(4349), - [anon_sym_tailrec] = ACTIONS(4349), - [anon_sym_operator] = ACTIONS(4349), - [anon_sym_infix] = ACTIONS(4349), - [anon_sym_inline] = ACTIONS(4349), - [anon_sym_external] = ACTIONS(4349), - [sym_property_modifier] = ACTIONS(4349), - [anon_sym_abstract] = ACTIONS(4349), - [anon_sym_final] = ACTIONS(4349), - [anon_sym_open] = ACTIONS(4349), - [anon_sym_vararg] = ACTIONS(4349), - [anon_sym_noinline] = ACTIONS(4349), - [anon_sym_crossinline] = ACTIONS(4349), - [anon_sym_expect] = ACTIONS(4349), - [anon_sym_actual] = ACTIONS(4349), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4351), - [sym_safe_nav] = ACTIONS(4351), + [sym_function_body] = STATE(3946), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4319), + [anon_sym_AT] = ACTIONS(4321), + [anon_sym_LBRACK] = ACTIONS(4321), + [anon_sym_as] = ACTIONS(4319), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4321), + [anon_sym_LPAREN] = ACTIONS(4321), + [anon_sym_LT] = ACTIONS(4319), + [anon_sym_GT] = ACTIONS(4319), + [anon_sym_DOT] = ACTIONS(4319), + [anon_sym_SEMI] = ACTIONS(4321), + [anon_sym_get] = ACTIONS(4319), + [anon_sym_set] = ACTIONS(4319), + [anon_sym_STAR] = ACTIONS(4321), + [sym_label] = ACTIONS(4321), + [anon_sym_in] = ACTIONS(4319), + [anon_sym_DOT_DOT] = ACTIONS(4321), + [anon_sym_QMARK_COLON] = ACTIONS(4321), + [anon_sym_AMP_AMP] = ACTIONS(4321), + [anon_sym_PIPE_PIPE] = ACTIONS(4321), + [anon_sym_else] = ACTIONS(4319), + [anon_sym_COLON_COLON] = ACTIONS(4321), + [anon_sym_BANG_EQ] = ACTIONS(4319), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4321), + [anon_sym_EQ_EQ] = ACTIONS(4319), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4321), + [anon_sym_LT_EQ] = ACTIONS(4321), + [anon_sym_GT_EQ] = ACTIONS(4321), + [anon_sym_BANGin] = ACTIONS(4321), + [anon_sym_is] = ACTIONS(4319), + [anon_sym_BANGis] = ACTIONS(4321), + [anon_sym_PLUS] = ACTIONS(4319), + [anon_sym_DASH] = ACTIONS(4319), + [anon_sym_SLASH] = ACTIONS(4319), + [anon_sym_PERCENT] = ACTIONS(4321), + [anon_sym_as_QMARK] = ACTIONS(4321), + [anon_sym_PLUS_PLUS] = ACTIONS(4321), + [anon_sym_DASH_DASH] = ACTIONS(4321), + [anon_sym_BANG_BANG] = ACTIONS(4321), + [anon_sym_suspend] = ACTIONS(4319), + [anon_sym_sealed] = ACTIONS(4319), + [anon_sym_annotation] = ACTIONS(4319), + [anon_sym_data] = ACTIONS(4319), + [anon_sym_inner] = ACTIONS(4319), + [anon_sym_value] = ACTIONS(4319), + [anon_sym_override] = ACTIONS(4319), + [anon_sym_lateinit] = ACTIONS(4319), + [anon_sym_public] = ACTIONS(4319), + [anon_sym_private] = ACTIONS(4319), + [anon_sym_internal] = ACTIONS(4319), + [anon_sym_protected] = ACTIONS(4319), + [anon_sym_tailrec] = ACTIONS(4319), + [anon_sym_operator] = ACTIONS(4319), + [anon_sym_infix] = ACTIONS(4319), + [anon_sym_inline] = ACTIONS(4319), + [anon_sym_external] = ACTIONS(4319), + [sym_property_modifier] = ACTIONS(4319), + [anon_sym_abstract] = ACTIONS(4319), + [anon_sym_final] = ACTIONS(4319), + [anon_sym_open] = ACTIONS(4319), + [anon_sym_vararg] = ACTIONS(4319), + [anon_sym_noinline] = ACTIONS(4319), + [anon_sym_crossinline] = ACTIONS(4319), + [anon_sym_expect] = ACTIONS(4319), + [anon_sym_actual] = ACTIONS(4319), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4321), + [sym__automatic_semicolon] = ACTIONS(4321), + [sym_safe_nav] = ACTIONS(4321), [sym_multiline_comment] = ACTIONS(3), }, [4229] = { - [sym_function_body] = STATE(3873), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4447), - [anon_sym_AT] = ACTIONS(4449), - [anon_sym_LBRACK] = ACTIONS(4449), - [anon_sym_as] = ACTIONS(4447), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4449), - [anon_sym_LPAREN] = ACTIONS(4449), - [anon_sym_LT] = ACTIONS(4447), - [anon_sym_GT] = ACTIONS(4447), - [anon_sym_DOT] = ACTIONS(4447), - [anon_sym_SEMI] = ACTIONS(4449), - [anon_sym_get] = ACTIONS(4447), - [anon_sym_set] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(4449), - [sym_label] = ACTIONS(4449), - [anon_sym_in] = ACTIONS(4447), - [anon_sym_DOT_DOT] = ACTIONS(4449), - [anon_sym_QMARK_COLON] = ACTIONS(4449), - [anon_sym_AMP_AMP] = ACTIONS(4449), - [anon_sym_PIPE_PIPE] = ACTIONS(4449), - [anon_sym_else] = ACTIONS(4447), - [anon_sym_COLON_COLON] = ACTIONS(4449), - [anon_sym_BANG_EQ] = ACTIONS(4447), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4449), - [anon_sym_EQ_EQ] = ACTIONS(4447), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4449), - [anon_sym_LT_EQ] = ACTIONS(4449), - [anon_sym_GT_EQ] = ACTIONS(4449), - [anon_sym_BANGin] = ACTIONS(4449), - [anon_sym_is] = ACTIONS(4447), - [anon_sym_BANGis] = ACTIONS(4449), - [anon_sym_PLUS] = ACTIONS(4447), - [anon_sym_DASH] = ACTIONS(4447), - [anon_sym_SLASH] = ACTIONS(4447), - [anon_sym_PERCENT] = ACTIONS(4449), - [anon_sym_as_QMARK] = ACTIONS(4449), - [anon_sym_PLUS_PLUS] = ACTIONS(4449), - [anon_sym_DASH_DASH] = ACTIONS(4449), - [anon_sym_BANG_BANG] = ACTIONS(4449), - [anon_sym_suspend] = ACTIONS(4447), - [anon_sym_sealed] = ACTIONS(4447), - [anon_sym_annotation] = ACTIONS(4447), - [anon_sym_data] = ACTIONS(4447), - [anon_sym_inner] = ACTIONS(4447), - [anon_sym_value] = ACTIONS(4447), - [anon_sym_override] = ACTIONS(4447), - [anon_sym_lateinit] = ACTIONS(4447), - [anon_sym_public] = ACTIONS(4447), - [anon_sym_private] = ACTIONS(4447), - [anon_sym_internal] = ACTIONS(4447), - [anon_sym_protected] = ACTIONS(4447), - [anon_sym_tailrec] = ACTIONS(4447), - [anon_sym_operator] = ACTIONS(4447), - [anon_sym_infix] = ACTIONS(4447), - [anon_sym_inline] = ACTIONS(4447), - [anon_sym_external] = ACTIONS(4447), - [sym_property_modifier] = ACTIONS(4447), - [anon_sym_abstract] = ACTIONS(4447), - [anon_sym_final] = ACTIONS(4447), - [anon_sym_open] = ACTIONS(4447), - [anon_sym_vararg] = ACTIONS(4447), - [anon_sym_noinline] = ACTIONS(4447), - [anon_sym_crossinline] = ACTIONS(4447), - [anon_sym_expect] = ACTIONS(4447), - [anon_sym_actual] = ACTIONS(4447), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4449), - [sym__automatic_semicolon] = ACTIONS(4449), - [sym_safe_nav] = ACTIONS(4449), + [sym_function_body] = STATE(3907), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4131), + [anon_sym_LBRACK] = ACTIONS(4131), + [anon_sym_as] = ACTIONS(4129), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4131), + [anon_sym_LPAREN] = ACTIONS(4131), + [anon_sym_LT] = ACTIONS(4129), + [anon_sym_GT] = ACTIONS(4129), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_SEMI] = ACTIONS(4131), + [anon_sym_get] = ACTIONS(4129), + [anon_sym_set] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4131), + [sym_label] = ACTIONS(4131), + [anon_sym_in] = ACTIONS(4129), + [anon_sym_DOT_DOT] = ACTIONS(4131), + [anon_sym_QMARK_COLON] = ACTIONS(4131), + [anon_sym_AMP_AMP] = ACTIONS(4131), + [anon_sym_PIPE_PIPE] = ACTIONS(4131), + [anon_sym_else] = ACTIONS(4129), + [anon_sym_COLON_COLON] = ACTIONS(4131), + [anon_sym_BANG_EQ] = ACTIONS(4129), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4131), + [anon_sym_EQ_EQ] = ACTIONS(4129), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4131), + [anon_sym_LT_EQ] = ACTIONS(4131), + [anon_sym_GT_EQ] = ACTIONS(4131), + [anon_sym_BANGin] = ACTIONS(4131), + [anon_sym_is] = ACTIONS(4129), + [anon_sym_BANGis] = ACTIONS(4131), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_SLASH] = ACTIONS(4129), + [anon_sym_PERCENT] = ACTIONS(4131), + [anon_sym_as_QMARK] = ACTIONS(4131), + [anon_sym_PLUS_PLUS] = ACTIONS(4131), + [anon_sym_DASH_DASH] = ACTIONS(4131), + [anon_sym_BANG_BANG] = ACTIONS(4131), + [anon_sym_suspend] = ACTIONS(4129), + [anon_sym_sealed] = ACTIONS(4129), + [anon_sym_annotation] = ACTIONS(4129), + [anon_sym_data] = ACTIONS(4129), + [anon_sym_inner] = ACTIONS(4129), + [anon_sym_value] = ACTIONS(4129), + [anon_sym_override] = ACTIONS(4129), + [anon_sym_lateinit] = ACTIONS(4129), + [anon_sym_public] = ACTIONS(4129), + [anon_sym_private] = ACTIONS(4129), + [anon_sym_internal] = ACTIONS(4129), + [anon_sym_protected] = ACTIONS(4129), + [anon_sym_tailrec] = ACTIONS(4129), + [anon_sym_operator] = ACTIONS(4129), + [anon_sym_infix] = ACTIONS(4129), + [anon_sym_inline] = ACTIONS(4129), + [anon_sym_external] = ACTIONS(4129), + [sym_property_modifier] = ACTIONS(4129), + [anon_sym_abstract] = ACTIONS(4129), + [anon_sym_final] = ACTIONS(4129), + [anon_sym_open] = ACTIONS(4129), + [anon_sym_vararg] = ACTIONS(4129), + [anon_sym_noinline] = ACTIONS(4129), + [anon_sym_crossinline] = ACTIONS(4129), + [anon_sym_expect] = ACTIONS(4129), + [anon_sym_actual] = ACTIONS(4129), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4131), + [sym__automatic_semicolon] = ACTIONS(4131), + [sym_safe_nav] = ACTIONS(4131), [sym_multiline_comment] = ACTIONS(3), }, [4230] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1564), - [sym__comparison_operator] = STATE(1559), - [sym__in_operator] = STATE(1558), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1553), - [sym__multiplicative_operator] = STATE(1551), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1549), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1612), + [sym__comparison_operator] = STATE(1611), + [sym__in_operator] = STATE(1610), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1609), + [sym__multiplicative_operator] = STATE(1607), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1606), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3123), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3097), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7474), - [anon_sym_where] = ACTIONS(3121), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3123), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7476), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7478), - [anon_sym_DOT_DOT] = ACTIONS(7480), - [anon_sym_QMARK_COLON] = ACTIONS(7482), - [anon_sym_AMP_AMP] = ACTIONS(7484), - [anon_sym_PIPE_PIPE] = ACTIONS(7486), - [anon_sym_else] = ACTIONS(3121), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7488), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7490), - [anon_sym_EQ_EQ] = ACTIONS(7488), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7490), - [anon_sym_LT_EQ] = ACTIONS(7492), - [anon_sym_GT_EQ] = ACTIONS(7492), - [anon_sym_BANGin] = ACTIONS(7494), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7496), - [anon_sym_DASH] = ACTIONS(7496), - [anon_sym_SLASH] = ACTIONS(7498), - [anon_sym_PERCENT] = ACTIONS(7476), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7472), + [anon_sym_where] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7464), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7474), + [anon_sym_DOT_DOT] = ACTIONS(7466), + [anon_sym_QMARK_COLON] = ACTIONS(7476), + [anon_sym_AMP_AMP] = ACTIONS(7486), + [anon_sym_PIPE_PIPE] = ACTIONS(7488), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7478), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7480), + [anon_sym_EQ_EQ] = ACTIONS(7478), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7480), + [anon_sym_LT_EQ] = ACTIONS(7482), + [anon_sym_GT_EQ] = ACTIONS(7482), + [anon_sym_BANGin] = ACTIONS(7484), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7468), + [anon_sym_DASH] = ACTIONS(7468), + [anon_sym_SLASH] = ACTIONS(7470), + [anon_sym_PERCENT] = ACTIONS(7464), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3123), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3097), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, [4231] = { - [sym_function_body] = STATE(3846), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(4149), - [anon_sym_as] = ACTIONS(4147), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4149), - [anon_sym_LPAREN] = ACTIONS(4149), - [anon_sym_LT] = ACTIONS(4147), - [anon_sym_GT] = ACTIONS(4147), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_get] = ACTIONS(4147), - [anon_sym_set] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4149), - [sym_label] = ACTIONS(4149), - [anon_sym_in] = ACTIONS(4147), - [anon_sym_DOT_DOT] = ACTIONS(4149), - [anon_sym_QMARK_COLON] = ACTIONS(4149), - [anon_sym_AMP_AMP] = ACTIONS(4149), - [anon_sym_PIPE_PIPE] = ACTIONS(4149), - [anon_sym_else] = ACTIONS(4147), - [anon_sym_COLON_COLON] = ACTIONS(4149), - [anon_sym_BANG_EQ] = ACTIONS(4147), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4149), - [anon_sym_EQ_EQ] = ACTIONS(4147), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4149), - [anon_sym_LT_EQ] = ACTIONS(4149), - [anon_sym_GT_EQ] = ACTIONS(4149), - [anon_sym_BANGin] = ACTIONS(4149), - [anon_sym_is] = ACTIONS(4147), - [anon_sym_BANGis] = ACTIONS(4149), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_SLASH] = ACTIONS(4147), - [anon_sym_PERCENT] = ACTIONS(4149), - [anon_sym_as_QMARK] = ACTIONS(4149), - [anon_sym_PLUS_PLUS] = ACTIONS(4149), - [anon_sym_DASH_DASH] = ACTIONS(4149), - [anon_sym_BANG_BANG] = ACTIONS(4149), - [anon_sym_suspend] = ACTIONS(4147), - [anon_sym_sealed] = ACTIONS(4147), - [anon_sym_annotation] = ACTIONS(4147), - [anon_sym_data] = ACTIONS(4147), - [anon_sym_inner] = ACTIONS(4147), - [anon_sym_value] = ACTIONS(4147), - [anon_sym_override] = ACTIONS(4147), - [anon_sym_lateinit] = ACTIONS(4147), - [anon_sym_public] = ACTIONS(4147), - [anon_sym_private] = ACTIONS(4147), - [anon_sym_internal] = ACTIONS(4147), - [anon_sym_protected] = ACTIONS(4147), - [anon_sym_tailrec] = ACTIONS(4147), - [anon_sym_operator] = ACTIONS(4147), - [anon_sym_infix] = ACTIONS(4147), - [anon_sym_inline] = ACTIONS(4147), - [anon_sym_external] = ACTIONS(4147), - [sym_property_modifier] = ACTIONS(4147), - [anon_sym_abstract] = ACTIONS(4147), - [anon_sym_final] = ACTIONS(4147), - [anon_sym_open] = ACTIONS(4147), - [anon_sym_vararg] = ACTIONS(4147), - [anon_sym_noinline] = ACTIONS(4147), - [anon_sym_crossinline] = ACTIONS(4147), - [anon_sym_expect] = ACTIONS(4147), - [anon_sym_actual] = ACTIONS(4147), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4149), - [sym__automatic_semicolon] = ACTIONS(4149), - [sym_safe_nav] = ACTIONS(4149), - [sym_multiline_comment] = ACTIONS(3), - }, - [4232] = { - [sym_function_body] = STATE(3982), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4183), - [anon_sym_AT] = ACTIONS(4185), - [anon_sym_LBRACK] = ACTIONS(4185), - [anon_sym_as] = ACTIONS(4183), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4185), - [anon_sym_LPAREN] = ACTIONS(4185), - [anon_sym_LT] = ACTIONS(4183), - [anon_sym_GT] = ACTIONS(4183), - [anon_sym_DOT] = ACTIONS(4183), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_get] = ACTIONS(4183), - [anon_sym_set] = ACTIONS(4183), - [anon_sym_STAR] = ACTIONS(4185), - [sym_label] = ACTIONS(4185), - [anon_sym_in] = ACTIONS(4183), - [anon_sym_DOT_DOT] = ACTIONS(4185), - [anon_sym_QMARK_COLON] = ACTIONS(4185), - [anon_sym_AMP_AMP] = ACTIONS(4185), - [anon_sym_PIPE_PIPE] = ACTIONS(4185), - [anon_sym_else] = ACTIONS(4183), - [anon_sym_COLON_COLON] = ACTIONS(4185), - [anon_sym_BANG_EQ] = ACTIONS(4183), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4185), - [anon_sym_EQ_EQ] = ACTIONS(4183), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4185), - [anon_sym_LT_EQ] = ACTIONS(4185), - [anon_sym_GT_EQ] = ACTIONS(4185), - [anon_sym_BANGin] = ACTIONS(4185), - [anon_sym_is] = ACTIONS(4183), - [anon_sym_BANGis] = ACTIONS(4185), - [anon_sym_PLUS] = ACTIONS(4183), - [anon_sym_DASH] = ACTIONS(4183), - [anon_sym_SLASH] = ACTIONS(4183), - [anon_sym_PERCENT] = ACTIONS(4185), - [anon_sym_as_QMARK] = ACTIONS(4185), - [anon_sym_PLUS_PLUS] = ACTIONS(4185), - [anon_sym_DASH_DASH] = ACTIONS(4185), - [anon_sym_BANG_BANG] = ACTIONS(4185), - [anon_sym_suspend] = ACTIONS(4183), - [anon_sym_sealed] = ACTIONS(4183), - [anon_sym_annotation] = ACTIONS(4183), - [anon_sym_data] = ACTIONS(4183), - [anon_sym_inner] = ACTIONS(4183), - [anon_sym_value] = ACTIONS(4183), - [anon_sym_override] = ACTIONS(4183), - [anon_sym_lateinit] = ACTIONS(4183), - [anon_sym_public] = ACTIONS(4183), - [anon_sym_private] = ACTIONS(4183), - [anon_sym_internal] = ACTIONS(4183), - [anon_sym_protected] = ACTIONS(4183), - [anon_sym_tailrec] = ACTIONS(4183), - [anon_sym_operator] = ACTIONS(4183), - [anon_sym_infix] = ACTIONS(4183), - [anon_sym_inline] = ACTIONS(4183), - [anon_sym_external] = ACTIONS(4183), - [sym_property_modifier] = ACTIONS(4183), - [anon_sym_abstract] = ACTIONS(4183), - [anon_sym_final] = ACTIONS(4183), - [anon_sym_open] = ACTIONS(4183), - [anon_sym_vararg] = ACTIONS(4183), - [anon_sym_noinline] = ACTIONS(4183), - [anon_sym_crossinline] = ACTIONS(4183), - [anon_sym_expect] = ACTIONS(4183), - [anon_sym_actual] = ACTIONS(4183), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4185), - [sym__automatic_semicolon] = ACTIONS(4185), - [sym_safe_nav] = ACTIONS(4185), - [sym_multiline_comment] = ACTIONS(3), - }, - [4233] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(4258), - [sym__alpha_identifier] = ACTIONS(4736), - [anon_sym_AT] = ACTIONS(4738), - [anon_sym_LBRACK] = ACTIONS(4738), - [anon_sym_as] = ACTIONS(4736), - [anon_sym_LBRACE] = ACTIONS(4738), - [anon_sym_RBRACE] = ACTIONS(4738), - [anon_sym_LPAREN] = ACTIONS(4738), - [anon_sym_COMMA] = ACTIONS(4738), - [anon_sym_LT] = ACTIONS(4736), - [anon_sym_GT] = ACTIONS(4736), - [anon_sym_where] = ACTIONS(4736), - [anon_sym_DOT] = ACTIONS(4736), - [anon_sym_SEMI] = ACTIONS(4738), - [anon_sym_get] = ACTIONS(4736), - [anon_sym_set] = ACTIONS(4736), - [anon_sym_STAR] = ACTIONS(4738), - [sym_label] = ACTIONS(4738), - [anon_sym_in] = ACTIONS(4736), - [anon_sym_DOT_DOT] = ACTIONS(4738), - [anon_sym_QMARK_COLON] = ACTIONS(4738), - [anon_sym_AMP_AMP] = ACTIONS(4738), - [anon_sym_PIPE_PIPE] = ACTIONS(4738), - [anon_sym_else] = ACTIONS(4736), - [anon_sym_COLON_COLON] = ACTIONS(4738), - [anon_sym_BANG_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4738), - [anon_sym_LT_EQ] = ACTIONS(4738), - [anon_sym_GT_EQ] = ACTIONS(4738), - [anon_sym_BANGin] = ACTIONS(4738), - [anon_sym_is] = ACTIONS(4736), - [anon_sym_BANGis] = ACTIONS(4738), - [anon_sym_PLUS] = ACTIONS(4736), - [anon_sym_DASH] = ACTIONS(4736), - [anon_sym_SLASH] = ACTIONS(4736), - [anon_sym_PERCENT] = ACTIONS(4738), - [anon_sym_as_QMARK] = ACTIONS(4738), - [anon_sym_PLUS_PLUS] = ACTIONS(4738), - [anon_sym_DASH_DASH] = ACTIONS(4738), - [anon_sym_BANG_BANG] = ACTIONS(4738), - [anon_sym_suspend] = ACTIONS(4736), - [anon_sym_sealed] = ACTIONS(4736), - [anon_sym_annotation] = ACTIONS(4736), - [anon_sym_data] = ACTIONS(4736), - [anon_sym_inner] = ACTIONS(4736), - [anon_sym_value] = ACTIONS(4736), - [anon_sym_override] = ACTIONS(4736), - [anon_sym_lateinit] = ACTIONS(4736), - [anon_sym_public] = ACTIONS(4736), - [anon_sym_private] = ACTIONS(4736), - [anon_sym_internal] = ACTIONS(4736), - [anon_sym_protected] = ACTIONS(4736), - [anon_sym_tailrec] = ACTIONS(4736), - [anon_sym_operator] = ACTIONS(4736), - [anon_sym_infix] = ACTIONS(4736), - [anon_sym_inline] = ACTIONS(4736), - [anon_sym_external] = ACTIONS(4736), - [sym_property_modifier] = ACTIONS(4736), - [anon_sym_abstract] = ACTIONS(4736), - [anon_sym_final] = ACTIONS(4736), - [anon_sym_open] = ACTIONS(4736), - [anon_sym_vararg] = ACTIONS(4736), - [anon_sym_noinline] = ACTIONS(4736), - [anon_sym_crossinline] = ACTIONS(4736), - [anon_sym_expect] = ACTIONS(4736), - [anon_sym_actual] = ACTIONS(4736), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4738), - [sym__automatic_semicolon] = ACTIONS(4738), - [sym_safe_nav] = ACTIONS(4738), - [sym_multiline_comment] = ACTIONS(3), - }, - [4234] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(4258), - [sym__alpha_identifier] = ACTIONS(4736), - [anon_sym_AT] = ACTIONS(4738), - [anon_sym_LBRACK] = ACTIONS(4738), - [anon_sym_as] = ACTIONS(4736), - [anon_sym_LBRACE] = ACTIONS(4738), - [anon_sym_RBRACE] = ACTIONS(4738), - [anon_sym_LPAREN] = ACTIONS(4738), - [anon_sym_COMMA] = ACTIONS(7502), - [anon_sym_LT] = ACTIONS(4736), - [anon_sym_GT] = ACTIONS(4736), - [anon_sym_where] = ACTIONS(4736), - [anon_sym_DOT] = ACTIONS(4736), - [anon_sym_SEMI] = ACTIONS(4738), - [anon_sym_get] = ACTIONS(4736), - [anon_sym_set] = ACTIONS(4736), - [anon_sym_STAR] = ACTIONS(4738), - [sym_label] = ACTIONS(4738), - [anon_sym_in] = ACTIONS(4736), - [anon_sym_DOT_DOT] = ACTIONS(4738), - [anon_sym_QMARK_COLON] = ACTIONS(4738), - [anon_sym_AMP_AMP] = ACTIONS(4738), - [anon_sym_PIPE_PIPE] = ACTIONS(4738), - [anon_sym_else] = ACTIONS(4736), - [anon_sym_COLON_COLON] = ACTIONS(4738), - [anon_sym_BANG_EQ] = ACTIONS(4736), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4738), - [anon_sym_EQ_EQ] = ACTIONS(4736), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4738), - [anon_sym_LT_EQ] = ACTIONS(4738), - [anon_sym_GT_EQ] = ACTIONS(4738), - [anon_sym_BANGin] = ACTIONS(4738), - [anon_sym_is] = ACTIONS(4736), - [anon_sym_BANGis] = ACTIONS(4738), - [anon_sym_PLUS] = ACTIONS(4736), - [anon_sym_DASH] = ACTIONS(4736), - [anon_sym_SLASH] = ACTIONS(4736), - [anon_sym_PERCENT] = ACTIONS(4738), - [anon_sym_as_QMARK] = ACTIONS(4738), - [anon_sym_PLUS_PLUS] = ACTIONS(4738), - [anon_sym_DASH_DASH] = ACTIONS(4738), - [anon_sym_BANG_BANG] = ACTIONS(4738), - [anon_sym_suspend] = ACTIONS(4736), - [anon_sym_sealed] = ACTIONS(4736), - [anon_sym_annotation] = ACTIONS(4736), - [anon_sym_data] = ACTIONS(4736), - [anon_sym_inner] = ACTIONS(4736), - [anon_sym_value] = ACTIONS(4736), - [anon_sym_override] = ACTIONS(4736), - [anon_sym_lateinit] = ACTIONS(4736), - [anon_sym_public] = ACTIONS(4736), - [anon_sym_private] = ACTIONS(4736), - [anon_sym_internal] = ACTIONS(4736), - [anon_sym_protected] = ACTIONS(4736), - [anon_sym_tailrec] = ACTIONS(4736), - [anon_sym_operator] = ACTIONS(4736), - [anon_sym_infix] = ACTIONS(4736), - [anon_sym_inline] = ACTIONS(4736), - [anon_sym_external] = ACTIONS(4736), - [sym_property_modifier] = ACTIONS(4736), - [anon_sym_abstract] = ACTIONS(4736), - [anon_sym_final] = ACTIONS(4736), - [anon_sym_open] = ACTIONS(4736), - [anon_sym_vararg] = ACTIONS(4736), - [anon_sym_noinline] = ACTIONS(4736), - [anon_sym_crossinline] = ACTIONS(4736), - [anon_sym_expect] = ACTIONS(4736), - [anon_sym_actual] = ACTIONS(4736), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4738), - [sym__automatic_semicolon] = ACTIONS(4738), - [sym_safe_nav] = ACTIONS(4738), - [sym_multiline_comment] = ACTIONS(3), - }, - [4235] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1564), - [sym__comparison_operator] = STATE(1559), - [sym__in_operator] = STATE(1558), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1553), - [sym__multiplicative_operator] = STATE(1551), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1549), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(3094), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3096), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_where] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(7476), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(7496), - [anon_sym_DASH] = ACTIONS(7496), - [anon_sym_SLASH] = ACTIONS(7498), - [anon_sym_PERCENT] = ACTIONS(7476), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3096), - [sym__automatic_semicolon] = ACTIONS(3096), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [4236] = { - [sym__alpha_identifier] = ACTIONS(4505), - [anon_sym_AT] = ACTIONS(4507), - [anon_sym_LBRACK] = ACTIONS(4507), - [anon_sym_as] = ACTIONS(4505), - [anon_sym_LBRACE] = ACTIONS(4507), - [anon_sym_RBRACE] = ACTIONS(4507), - [anon_sym_LPAREN] = ACTIONS(4507), - [anon_sym_COMMA] = ACTIONS(4507), - [anon_sym_by] = ACTIONS(7452), - [anon_sym_LT] = ACTIONS(4505), - [anon_sym_GT] = ACTIONS(4505), - [anon_sym_where] = ACTIONS(4505), - [anon_sym_DOT] = ACTIONS(4505), - [anon_sym_SEMI] = ACTIONS(4507), - [anon_sym_get] = ACTIONS(4505), - [anon_sym_set] = ACTIONS(4505), - [anon_sym_STAR] = ACTIONS(4507), - [sym_label] = ACTIONS(4507), - [anon_sym_in] = ACTIONS(4505), - [anon_sym_DOT_DOT] = ACTIONS(4507), - [anon_sym_QMARK_COLON] = ACTIONS(4507), - [anon_sym_AMP_AMP] = ACTIONS(4507), - [anon_sym_PIPE_PIPE] = ACTIONS(4507), - [anon_sym_else] = ACTIONS(4505), - [anon_sym_COLON_COLON] = ACTIONS(4507), - [anon_sym_BANG_EQ] = ACTIONS(4505), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4507), - [anon_sym_EQ_EQ] = ACTIONS(4505), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4507), - [anon_sym_LT_EQ] = ACTIONS(4507), - [anon_sym_GT_EQ] = ACTIONS(4507), - [anon_sym_BANGin] = ACTIONS(4507), - [anon_sym_is] = ACTIONS(4505), - [anon_sym_BANGis] = ACTIONS(4507), - [anon_sym_PLUS] = ACTIONS(4505), - [anon_sym_DASH] = ACTIONS(4505), - [anon_sym_SLASH] = ACTIONS(4505), - [anon_sym_PERCENT] = ACTIONS(4507), - [anon_sym_as_QMARK] = ACTIONS(4507), - [anon_sym_PLUS_PLUS] = ACTIONS(4507), - [anon_sym_DASH_DASH] = ACTIONS(4507), - [anon_sym_BANG_BANG] = ACTIONS(4507), - [anon_sym_suspend] = ACTIONS(4505), - [anon_sym_sealed] = ACTIONS(4505), - [anon_sym_annotation] = ACTIONS(4505), - [anon_sym_data] = ACTIONS(4505), - [anon_sym_inner] = ACTIONS(4505), - [anon_sym_value] = ACTIONS(4505), - [anon_sym_override] = ACTIONS(4505), - [anon_sym_lateinit] = ACTIONS(4505), - [anon_sym_public] = ACTIONS(4505), - [anon_sym_private] = ACTIONS(4505), - [anon_sym_internal] = ACTIONS(4505), - [anon_sym_protected] = ACTIONS(4505), - [anon_sym_tailrec] = ACTIONS(4505), - [anon_sym_operator] = ACTIONS(4505), - [anon_sym_infix] = ACTIONS(4505), - [anon_sym_inline] = ACTIONS(4505), - [anon_sym_external] = ACTIONS(4505), - [sym_property_modifier] = ACTIONS(4505), - [anon_sym_abstract] = ACTIONS(4505), - [anon_sym_final] = ACTIONS(4505), - [anon_sym_open] = ACTIONS(4505), - [anon_sym_vararg] = ACTIONS(4505), - [anon_sym_noinline] = ACTIONS(4505), - [anon_sym_crossinline] = ACTIONS(4505), - [anon_sym_expect] = ACTIONS(4505), - [anon_sym_actual] = ACTIONS(4505), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4507), - [sym__automatic_semicolon] = ACTIONS(4507), - [sym_safe_nav] = ACTIONS(4507), - [sym_multiline_comment] = ACTIONS(3), - }, - [4237] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1564), - [sym__comparison_operator] = STATE(1559), - [sym__in_operator] = STATE(1558), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1553), - [sym__multiplicative_operator] = STATE(1551), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1549), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1612), + [sym__comparison_operator] = STATE(1611), + [sym__in_operator] = STATE(1610), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1609), + [sym__multiplicative_operator] = STATE(1607), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1606), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(7041), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_COMMA] = ACTIONS(3115), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7474), + [anon_sym_GT] = ACTIONS(7472), [anon_sym_where] = ACTIONS(3113), - [anon_sym_DOT] = ACTIONS(7045), + [anon_sym_DOT] = ACTIONS(7065), [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7476), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7478), - [anon_sym_DOT_DOT] = ACTIONS(7480), - [anon_sym_QMARK_COLON] = ACTIONS(7482), - [anon_sym_AMP_AMP] = ACTIONS(7484), - [anon_sym_PIPE_PIPE] = ACTIONS(7486), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7464), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7474), + [anon_sym_DOT_DOT] = ACTIONS(7466), + [anon_sym_QMARK_COLON] = ACTIONS(7476), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), [anon_sym_else] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7488), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7490), - [anon_sym_EQ_EQ] = ACTIONS(7488), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7490), - [anon_sym_LT_EQ] = ACTIONS(7492), - [anon_sym_GT_EQ] = ACTIONS(7492), - [anon_sym_BANGin] = ACTIONS(7494), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7496), - [anon_sym_DASH] = ACTIONS(7496), - [anon_sym_SLASH] = ACTIONS(7498), - [anon_sym_PERCENT] = ACTIONS(7476), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(7482), + [anon_sym_GT_EQ] = ACTIONS(7482), + [anon_sym_BANGin] = ACTIONS(7484), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7468), + [anon_sym_DASH] = ACTIONS(7468), + [anon_sym_SLASH] = ACTIONS(7470), + [anon_sym_PERCENT] = ACTIONS(7464), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym__automatic_semicolon] = ACTIONS(3115), - [sym_safe_nav] = ACTIONS(7061), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4238] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1564), - [sym__comparison_operator] = STATE(1559), - [sym__in_operator] = STATE(1558), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1553), - [sym__multiplicative_operator] = STATE(1551), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1549), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3142), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3142), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7474), - [anon_sym_where] = ACTIONS(3140), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7476), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7478), - [anon_sym_DOT_DOT] = ACTIONS(7480), - [anon_sym_QMARK_COLON] = ACTIONS(7482), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), - [anon_sym_LT_EQ] = ACTIONS(7492), - [anon_sym_GT_EQ] = ACTIONS(7492), - [anon_sym_BANGin] = ACTIONS(7494), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7496), - [anon_sym_DASH] = ACTIONS(7496), - [anon_sym_SLASH] = ACTIONS(7498), - [anon_sym_PERCENT] = ACTIONS(7476), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3142), - [sym_safe_nav] = ACTIONS(7061), + [4232] = { + [sym_function_body] = STATE(3869), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4139), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_LBRACK] = ACTIONS(4141), + [anon_sym_as] = ACTIONS(4139), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym_LT] = ACTIONS(4139), + [anon_sym_GT] = ACTIONS(4139), + [anon_sym_DOT] = ACTIONS(4139), + [anon_sym_SEMI] = ACTIONS(4141), + [anon_sym_get] = ACTIONS(4139), + [anon_sym_set] = ACTIONS(4139), + [anon_sym_STAR] = ACTIONS(4141), + [sym_label] = ACTIONS(4141), + [anon_sym_in] = ACTIONS(4139), + [anon_sym_DOT_DOT] = ACTIONS(4141), + [anon_sym_QMARK_COLON] = ACTIONS(4141), + [anon_sym_AMP_AMP] = ACTIONS(4141), + [anon_sym_PIPE_PIPE] = ACTIONS(4141), + [anon_sym_else] = ACTIONS(4139), + [anon_sym_COLON_COLON] = ACTIONS(4141), + [anon_sym_BANG_EQ] = ACTIONS(4139), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4141), + [anon_sym_EQ_EQ] = ACTIONS(4139), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4141), + [anon_sym_LT_EQ] = ACTIONS(4141), + [anon_sym_GT_EQ] = ACTIONS(4141), + [anon_sym_BANGin] = ACTIONS(4141), + [anon_sym_is] = ACTIONS(4139), + [anon_sym_BANGis] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4139), + [anon_sym_DASH] = ACTIONS(4139), + [anon_sym_SLASH] = ACTIONS(4139), + [anon_sym_PERCENT] = ACTIONS(4141), + [anon_sym_as_QMARK] = ACTIONS(4141), + [anon_sym_PLUS_PLUS] = ACTIONS(4141), + [anon_sym_DASH_DASH] = ACTIONS(4141), + [anon_sym_BANG_BANG] = ACTIONS(4141), + [anon_sym_suspend] = ACTIONS(4139), + [anon_sym_sealed] = ACTIONS(4139), + [anon_sym_annotation] = ACTIONS(4139), + [anon_sym_data] = ACTIONS(4139), + [anon_sym_inner] = ACTIONS(4139), + [anon_sym_value] = ACTIONS(4139), + [anon_sym_override] = ACTIONS(4139), + [anon_sym_lateinit] = ACTIONS(4139), + [anon_sym_public] = ACTIONS(4139), + [anon_sym_private] = ACTIONS(4139), + [anon_sym_internal] = ACTIONS(4139), + [anon_sym_protected] = ACTIONS(4139), + [anon_sym_tailrec] = ACTIONS(4139), + [anon_sym_operator] = ACTIONS(4139), + [anon_sym_infix] = ACTIONS(4139), + [anon_sym_inline] = ACTIONS(4139), + [anon_sym_external] = ACTIONS(4139), + [sym_property_modifier] = ACTIONS(4139), + [anon_sym_abstract] = ACTIONS(4139), + [anon_sym_final] = ACTIONS(4139), + [anon_sym_open] = ACTIONS(4139), + [anon_sym_vararg] = ACTIONS(4139), + [anon_sym_noinline] = ACTIONS(4139), + [anon_sym_crossinline] = ACTIONS(4139), + [anon_sym_expect] = ACTIONS(4139), + [anon_sym_actual] = ACTIONS(4139), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4141), + [sym__automatic_semicolon] = ACTIONS(4141), + [sym_safe_nav] = ACTIONS(4141), [sym_multiline_comment] = ACTIONS(3), }, - [4239] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1564), - [sym__comparison_operator] = STATE(1559), - [sym__in_operator] = STATE(1558), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1553), - [sym__multiplicative_operator] = STATE(1551), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1549), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [4233] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1612), + [sym__comparison_operator] = STATE(1611), + [sym__in_operator] = STATE(1610), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1609), + [sym__multiplicative_operator] = STATE(1607), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1606), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3103), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3103), + [anon_sym_RBRACE] = ACTIONS(3111), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3111), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7474), - [anon_sym_where] = ACTIONS(3101), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7476), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7478), - [anon_sym_DOT_DOT] = ACTIONS(7480), - [anon_sym_QMARK_COLON] = ACTIONS(7482), - [anon_sym_AMP_AMP] = ACTIONS(7484), - [anon_sym_PIPE_PIPE] = ACTIONS(7486), - [anon_sym_else] = ACTIONS(3101), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7488), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7490), - [anon_sym_EQ_EQ] = ACTIONS(7488), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7490), - [anon_sym_LT_EQ] = ACTIONS(7492), - [anon_sym_GT_EQ] = ACTIONS(7492), - [anon_sym_BANGin] = ACTIONS(7494), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7496), - [anon_sym_DASH] = ACTIONS(7496), - [anon_sym_SLASH] = ACTIONS(7498), - [anon_sym_PERCENT] = ACTIONS(7476), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7472), + [anon_sym_where] = ACTIONS(3109), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3111), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7464), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7474), + [anon_sym_DOT_DOT] = ACTIONS(7466), + [anon_sym_QMARK_COLON] = ACTIONS(7476), + [anon_sym_AMP_AMP] = ACTIONS(7486), + [anon_sym_PIPE_PIPE] = ACTIONS(7488), + [anon_sym_else] = ACTIONS(3109), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7478), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7480), + [anon_sym_EQ_EQ] = ACTIONS(7478), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7480), + [anon_sym_LT_EQ] = ACTIONS(7482), + [anon_sym_GT_EQ] = ACTIONS(7482), + [anon_sym_BANGin] = ACTIONS(7484), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7468), + [anon_sym_DASH] = ACTIONS(7468), + [anon_sym_SLASH] = ACTIONS(7470), + [anon_sym_PERCENT] = ACTIONS(7464), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3103), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3111), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4240] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1564), - [sym__comparison_operator] = STATE(1559), - [sym__in_operator] = STATE(1558), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1553), - [sym__multiplicative_operator] = STATE(1551), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1549), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [4234] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1612), + [sym__comparison_operator] = STATE(1611), + [sym__in_operator] = STATE(1610), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1609), + [sym__multiplicative_operator] = STATE(1607), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1606), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3146), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3146), + [anon_sym_RBRACE] = ACTIONS(3119), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3119), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_where] = ACTIONS(3144), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7476), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7478), - [anon_sym_DOT_DOT] = ACTIONS(7480), - [anon_sym_QMARK_COLON] = ACTIONS(7482), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(7494), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7496), - [anon_sym_DASH] = ACTIONS(7496), - [anon_sym_SLASH] = ACTIONS(7498), - [anon_sym_PERCENT] = ACTIONS(7476), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3117), + [anon_sym_where] = ACTIONS(3117), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3119), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7464), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7474), + [anon_sym_DOT_DOT] = ACTIONS(7466), + [anon_sym_QMARK_COLON] = ACTIONS(7476), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_else] = ACTIONS(3117), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(7484), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7468), + [anon_sym_DASH] = ACTIONS(7468), + [anon_sym_SLASH] = ACTIONS(7470), + [anon_sym_PERCENT] = ACTIONS(7464), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3146), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [4241] = { - [sym_function_body] = STATE(3916), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4160), - [anon_sym_AT] = ACTIONS(4162), - [anon_sym_LBRACK] = ACTIONS(4162), - [anon_sym_as] = ACTIONS(4160), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4162), - [anon_sym_LPAREN] = ACTIONS(4162), - [anon_sym_LT] = ACTIONS(4160), - [anon_sym_GT] = ACTIONS(4160), - [anon_sym_DOT] = ACTIONS(4160), - [anon_sym_SEMI] = ACTIONS(4162), - [anon_sym_get] = ACTIONS(4160), - [anon_sym_set] = ACTIONS(4160), - [anon_sym_STAR] = ACTIONS(4162), - [sym_label] = ACTIONS(4162), - [anon_sym_in] = ACTIONS(4160), - [anon_sym_DOT_DOT] = ACTIONS(4162), - [anon_sym_QMARK_COLON] = ACTIONS(4162), - [anon_sym_AMP_AMP] = ACTIONS(4162), - [anon_sym_PIPE_PIPE] = ACTIONS(4162), - [anon_sym_else] = ACTIONS(4160), - [anon_sym_COLON_COLON] = ACTIONS(4162), - [anon_sym_BANG_EQ] = ACTIONS(4160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4162), - [anon_sym_EQ_EQ] = ACTIONS(4160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4162), - [anon_sym_LT_EQ] = ACTIONS(4162), - [anon_sym_GT_EQ] = ACTIONS(4162), - [anon_sym_BANGin] = ACTIONS(4162), - [anon_sym_is] = ACTIONS(4160), - [anon_sym_BANGis] = ACTIONS(4162), - [anon_sym_PLUS] = ACTIONS(4160), - [anon_sym_DASH] = ACTIONS(4160), - [anon_sym_SLASH] = ACTIONS(4160), - [anon_sym_PERCENT] = ACTIONS(4162), - [anon_sym_as_QMARK] = ACTIONS(4162), - [anon_sym_PLUS_PLUS] = ACTIONS(4162), - [anon_sym_DASH_DASH] = ACTIONS(4162), - [anon_sym_BANG_BANG] = ACTIONS(4162), - [anon_sym_suspend] = ACTIONS(4160), - [anon_sym_sealed] = ACTIONS(4160), - [anon_sym_annotation] = ACTIONS(4160), - [anon_sym_data] = ACTIONS(4160), - [anon_sym_inner] = ACTIONS(4160), - [anon_sym_value] = ACTIONS(4160), - [anon_sym_override] = ACTIONS(4160), - [anon_sym_lateinit] = ACTIONS(4160), - [anon_sym_public] = ACTIONS(4160), - [anon_sym_private] = ACTIONS(4160), - [anon_sym_internal] = ACTIONS(4160), - [anon_sym_protected] = ACTIONS(4160), - [anon_sym_tailrec] = ACTIONS(4160), - [anon_sym_operator] = ACTIONS(4160), - [anon_sym_infix] = ACTIONS(4160), - [anon_sym_inline] = ACTIONS(4160), - [anon_sym_external] = ACTIONS(4160), - [sym_property_modifier] = ACTIONS(4160), - [anon_sym_abstract] = ACTIONS(4160), - [anon_sym_final] = ACTIONS(4160), - [anon_sym_open] = ACTIONS(4160), - [anon_sym_vararg] = ACTIONS(4160), - [anon_sym_noinline] = ACTIONS(4160), - [anon_sym_crossinline] = ACTIONS(4160), - [anon_sym_expect] = ACTIONS(4160), - [anon_sym_actual] = ACTIONS(4160), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4162), - [sym__automatic_semicolon] = ACTIONS(4162), - [sym_safe_nav] = ACTIONS(4162), + [sym__automatic_semicolon] = ACTIONS(3119), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4242] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1564), - [sym__comparison_operator] = STATE(1559), - [sym__in_operator] = STATE(1558), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1553), - [sym__multiplicative_operator] = STATE(1551), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1549), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [4235] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1612), + [sym__comparison_operator] = STATE(1611), + [sym__in_operator] = STATE(1610), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1609), + [sym__multiplicative_operator] = STATE(1607), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1606), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3134), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3134), + [anon_sym_RBRACE] = ACTIONS(3152), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3152), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7474), - [anon_sym_where] = ACTIONS(3132), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7476), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7478), - [anon_sym_DOT_DOT] = ACTIONS(7480), - [anon_sym_QMARK_COLON] = ACTIONS(7482), - [anon_sym_AMP_AMP] = ACTIONS(7484), - [anon_sym_PIPE_PIPE] = ACTIONS(7486), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7488), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7490), - [anon_sym_EQ_EQ] = ACTIONS(7488), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7490), - [anon_sym_LT_EQ] = ACTIONS(7492), - [anon_sym_GT_EQ] = ACTIONS(7492), - [anon_sym_BANGin] = ACTIONS(7494), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7496), - [anon_sym_DASH] = ACTIONS(7496), - [anon_sym_SLASH] = ACTIONS(7498), - [anon_sym_PERCENT] = ACTIONS(7476), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7472), + [anon_sym_where] = ACTIONS(3150), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7464), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7474), + [anon_sym_DOT_DOT] = ACTIONS(7466), + [anon_sym_QMARK_COLON] = ACTIONS(7476), + [anon_sym_AMP_AMP] = ACTIONS(7486), + [anon_sym_PIPE_PIPE] = ACTIONS(7488), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7478), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7480), + [anon_sym_EQ_EQ] = ACTIONS(7478), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7480), + [anon_sym_LT_EQ] = ACTIONS(7482), + [anon_sym_GT_EQ] = ACTIONS(7482), + [anon_sym_BANGin] = ACTIONS(7484), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7468), + [anon_sym_DASH] = ACTIONS(7468), + [anon_sym_SLASH] = ACTIONS(7470), + [anon_sym_PERCENT] = ACTIONS(7464), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3134), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [4243] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(4234), - [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(7502), - [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_value] = 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__automatic_semicolon] = ACTIONS(3152), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4244] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1564), - [sym__comparison_operator] = STATE(1559), - [sym__in_operator] = STATE(1558), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1553), - [sym__multiplicative_operator] = STATE(1551), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1549), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_where] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(7476), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(7498), - [anon_sym_PERCENT] = ACTIONS(7476), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3195), - [sym__automatic_semicolon] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(7061), + [4236] = { + [sym_function_body] = STATE(3975), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4481), + [anon_sym_AT] = ACTIONS(4483), + [anon_sym_LBRACK] = ACTIONS(4483), + [anon_sym_as] = ACTIONS(4481), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4483), + [anon_sym_LPAREN] = ACTIONS(4483), + [anon_sym_LT] = ACTIONS(4481), + [anon_sym_GT] = 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(4483), + [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_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(4483), + [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_value] = 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_multiline_comment] = ACTIONS(3), }, - [4245] = { - [sym_function_body] = STATE(4035), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4137), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_LBRACK] = ACTIONS(4139), - [anon_sym_as] = ACTIONS(4137), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym_LT] = ACTIONS(4137), - [anon_sym_GT] = ACTIONS(4137), - [anon_sym_DOT] = ACTIONS(4137), - [anon_sym_SEMI] = ACTIONS(4139), - [anon_sym_get] = ACTIONS(4137), - [anon_sym_set] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(4139), - [sym_label] = ACTIONS(4139), - [anon_sym_in] = ACTIONS(4137), - [anon_sym_DOT_DOT] = ACTIONS(4139), - [anon_sym_QMARK_COLON] = ACTIONS(4139), - [anon_sym_AMP_AMP] = ACTIONS(4139), - [anon_sym_PIPE_PIPE] = ACTIONS(4139), - [anon_sym_else] = ACTIONS(4137), - [anon_sym_COLON_COLON] = ACTIONS(4139), - [anon_sym_BANG_EQ] = ACTIONS(4137), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4139), - [anon_sym_EQ_EQ] = ACTIONS(4137), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4139), - [anon_sym_LT_EQ] = ACTIONS(4139), - [anon_sym_GT_EQ] = ACTIONS(4139), - [anon_sym_BANGin] = ACTIONS(4139), - [anon_sym_is] = ACTIONS(4137), - [anon_sym_BANGis] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4137), - [anon_sym_DASH] = ACTIONS(4137), - [anon_sym_SLASH] = ACTIONS(4137), - [anon_sym_PERCENT] = ACTIONS(4139), - [anon_sym_as_QMARK] = ACTIONS(4139), - [anon_sym_PLUS_PLUS] = ACTIONS(4139), - [anon_sym_DASH_DASH] = ACTIONS(4139), - [anon_sym_BANG_BANG] = ACTIONS(4139), - [anon_sym_suspend] = ACTIONS(4137), - [anon_sym_sealed] = ACTIONS(4137), - [anon_sym_annotation] = ACTIONS(4137), - [anon_sym_data] = ACTIONS(4137), - [anon_sym_inner] = ACTIONS(4137), - [anon_sym_value] = ACTIONS(4137), - [anon_sym_override] = ACTIONS(4137), - [anon_sym_lateinit] = ACTIONS(4137), - [anon_sym_public] = ACTIONS(4137), - [anon_sym_private] = ACTIONS(4137), - [anon_sym_internal] = ACTIONS(4137), - [anon_sym_protected] = ACTIONS(4137), - [anon_sym_tailrec] = ACTIONS(4137), - [anon_sym_operator] = ACTIONS(4137), - [anon_sym_infix] = ACTIONS(4137), - [anon_sym_inline] = ACTIONS(4137), - [anon_sym_external] = ACTIONS(4137), - [sym_property_modifier] = ACTIONS(4137), - [anon_sym_abstract] = ACTIONS(4137), - [anon_sym_final] = ACTIONS(4137), - [anon_sym_open] = ACTIONS(4137), - [anon_sym_vararg] = ACTIONS(4137), - [anon_sym_noinline] = ACTIONS(4137), - [anon_sym_crossinline] = ACTIONS(4137), - [anon_sym_expect] = ACTIONS(4137), - [anon_sym_actual] = ACTIONS(4137), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4139), - [sym__automatic_semicolon] = ACTIONS(4139), - [sym_safe_nav] = ACTIONS(4139), + [4237] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(4237), + [sym__alpha_identifier] = ACTIONS(4677), + [anon_sym_AT] = ACTIONS(4679), + [anon_sym_LBRACK] = ACTIONS(4679), + [anon_sym_as] = ACTIONS(4677), + [anon_sym_LBRACE] = ACTIONS(4679), + [anon_sym_RBRACE] = ACTIONS(4679), + [anon_sym_LPAREN] = ACTIONS(4679), + [anon_sym_COMMA] = ACTIONS(7490), + [anon_sym_LT] = ACTIONS(4677), + [anon_sym_GT] = ACTIONS(4677), + [anon_sym_where] = ACTIONS(4677), + [anon_sym_DOT] = ACTIONS(4677), + [anon_sym_SEMI] = ACTIONS(4679), + [anon_sym_get] = ACTIONS(4677), + [anon_sym_set] = ACTIONS(4677), + [anon_sym_STAR] = ACTIONS(4679), + [sym_label] = ACTIONS(4679), + [anon_sym_in] = ACTIONS(4677), + [anon_sym_DOT_DOT] = ACTIONS(4679), + [anon_sym_QMARK_COLON] = ACTIONS(4679), + [anon_sym_AMP_AMP] = ACTIONS(4679), + [anon_sym_PIPE_PIPE] = ACTIONS(4679), + [anon_sym_else] = ACTIONS(4677), + [anon_sym_COLON_COLON] = ACTIONS(4679), + [anon_sym_BANG_EQ] = ACTIONS(4677), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4679), + [anon_sym_EQ_EQ] = ACTIONS(4677), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4679), + [anon_sym_LT_EQ] = ACTIONS(4679), + [anon_sym_GT_EQ] = ACTIONS(4679), + [anon_sym_BANGin] = ACTIONS(4679), + [anon_sym_is] = ACTIONS(4677), + [anon_sym_BANGis] = ACTIONS(4679), + [anon_sym_PLUS] = ACTIONS(4677), + [anon_sym_DASH] = ACTIONS(4677), + [anon_sym_SLASH] = ACTIONS(4677), + [anon_sym_PERCENT] = ACTIONS(4679), + [anon_sym_as_QMARK] = ACTIONS(4679), + [anon_sym_PLUS_PLUS] = ACTIONS(4679), + [anon_sym_DASH_DASH] = ACTIONS(4679), + [anon_sym_BANG_BANG] = ACTIONS(4679), + [anon_sym_suspend] = ACTIONS(4677), + [anon_sym_sealed] = ACTIONS(4677), + [anon_sym_annotation] = ACTIONS(4677), + [anon_sym_data] = ACTIONS(4677), + [anon_sym_inner] = ACTIONS(4677), + [anon_sym_value] = ACTIONS(4677), + [anon_sym_override] = ACTIONS(4677), + [anon_sym_lateinit] = ACTIONS(4677), + [anon_sym_public] = ACTIONS(4677), + [anon_sym_private] = ACTIONS(4677), + [anon_sym_internal] = ACTIONS(4677), + [anon_sym_protected] = ACTIONS(4677), + [anon_sym_tailrec] = ACTIONS(4677), + [anon_sym_operator] = ACTIONS(4677), + [anon_sym_infix] = ACTIONS(4677), + [anon_sym_inline] = ACTIONS(4677), + [anon_sym_external] = ACTIONS(4677), + [sym_property_modifier] = ACTIONS(4677), + [anon_sym_abstract] = ACTIONS(4677), + [anon_sym_final] = ACTIONS(4677), + [anon_sym_open] = ACTIONS(4677), + [anon_sym_vararg] = ACTIONS(4677), + [anon_sym_noinline] = ACTIONS(4677), + [anon_sym_crossinline] = ACTIONS(4677), + [anon_sym_expect] = ACTIONS(4677), + [anon_sym_actual] = ACTIONS(4677), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4679), + [sym__automatic_semicolon] = ACTIONS(4679), + [sym_safe_nav] = ACTIONS(4679), [sym_multiline_comment] = ACTIONS(3), }, - [4246] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1564), - [sym__comparison_operator] = STATE(1559), - [sym__in_operator] = STATE(1558), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1553), - [sym__multiplicative_operator] = STATE(1551), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1549), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [4238] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1612), + [sym__comparison_operator] = STATE(1611), + [sym__in_operator] = STATE(1610), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1609), + [sym__multiplicative_operator] = STATE(1607), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1606), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_where] = ACTIONS(3125), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7476), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(7480), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(7496), - [anon_sym_DASH] = ACTIONS(7496), - [anon_sym_SLASH] = ACTIONS(7498), - [anon_sym_PERCENT] = ACTIONS(7476), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_RBRACE] = ACTIONS(3160), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3160), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7472), + [anon_sym_where] = ACTIONS(3158), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7464), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7474), + [anon_sym_DOT_DOT] = ACTIONS(7466), + [anon_sym_QMARK_COLON] = ACTIONS(7476), + [anon_sym_AMP_AMP] = ACTIONS(7486), + [anon_sym_PIPE_PIPE] = ACTIONS(7488), + [anon_sym_else] = ACTIONS(3158), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7478), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7480), + [anon_sym_EQ_EQ] = ACTIONS(7478), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7480), + [anon_sym_LT_EQ] = ACTIONS(7482), + [anon_sym_GT_EQ] = ACTIONS(7482), + [anon_sym_BANGin] = ACTIONS(7484), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7468), + [anon_sym_DASH] = ACTIONS(7468), + [anon_sym_SLASH] = ACTIONS(7470), + [anon_sym_PERCENT] = ACTIONS(7464), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3127), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3160), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4247] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1564), - [sym__comparison_operator] = STATE(1559), - [sym__in_operator] = STATE(1558), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1553), - [sym__multiplicative_operator] = STATE(1551), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1549), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [4239] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1612), + [sym__comparison_operator] = STATE(1611), + [sym__in_operator] = STATE(1610), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1609), + [sym__multiplicative_operator] = STATE(1607), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1606), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3119), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3119), + [anon_sym_RBRACE] = ACTIONS(3156), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3156), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7474), - [anon_sym_where] = ACTIONS(3117), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7476), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7478), - [anon_sym_DOT_DOT] = ACTIONS(7480), - [anon_sym_QMARK_COLON] = ACTIONS(7482), - [anon_sym_AMP_AMP] = ACTIONS(3119), - [anon_sym_PIPE_PIPE] = ACTIONS(3119), - [anon_sym_else] = ACTIONS(3117), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7488), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7490), - [anon_sym_EQ_EQ] = ACTIONS(7488), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7490), - [anon_sym_LT_EQ] = ACTIONS(7492), - [anon_sym_GT_EQ] = ACTIONS(7492), - [anon_sym_BANGin] = ACTIONS(7494), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7496), - [anon_sym_DASH] = ACTIONS(7496), - [anon_sym_SLASH] = ACTIONS(7498), - [anon_sym_PERCENT] = ACTIONS(7476), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7472), + [anon_sym_where] = ACTIONS(3154), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7464), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7474), + [anon_sym_DOT_DOT] = ACTIONS(7466), + [anon_sym_QMARK_COLON] = ACTIONS(7476), + [anon_sym_AMP_AMP] = ACTIONS(7486), + [anon_sym_PIPE_PIPE] = ACTIONS(7488), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7478), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7480), + [anon_sym_EQ_EQ] = ACTIONS(7478), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7480), + [anon_sym_LT_EQ] = ACTIONS(7482), + [anon_sym_GT_EQ] = ACTIONS(7482), + [anon_sym_BANGin] = ACTIONS(7484), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7468), + [anon_sym_DASH] = ACTIONS(7468), + [anon_sym_SLASH] = ACTIONS(7470), + [anon_sym_PERCENT] = ACTIONS(7464), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3119), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [4248] = { - [sym_class_body] = STATE(3589), - [sym__alpha_identifier] = ACTIONS(4497), - [anon_sym_AT] = ACTIONS(4499), - [anon_sym_COLON] = ACTIONS(7504), - [anon_sym_LBRACK] = ACTIONS(4499), - [anon_sym_as] = ACTIONS(4497), - [anon_sym_LBRACE] = ACTIONS(5496), - [anon_sym_RBRACE] = ACTIONS(4499), - [anon_sym_LPAREN] = ACTIONS(4499), - [anon_sym_RPAREN] = ACTIONS(4499), - [anon_sym_LT] = ACTIONS(4497), - [anon_sym_GT] = 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(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_COLON_COLON] = 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(4499), - [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_value] = 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__automatic_semicolon] = ACTIONS(3156), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4249] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1564), - [sym__comparison_operator] = STATE(1559), - [sym__in_operator] = STATE(1558), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1553), - [sym__multiplicative_operator] = STATE(1551), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1549), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [4240] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1612), + [sym__comparison_operator] = STATE(1611), + [sym__in_operator] = STATE(1610), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1609), + [sym__multiplicative_operator] = STATE(1607), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1606), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3158), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3158), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7474), - [anon_sym_where] = ACTIONS(3156), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7476), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7478), - [anon_sym_DOT_DOT] = ACTIONS(7480), - [anon_sym_QMARK_COLON] = ACTIONS(7482), - [anon_sym_AMP_AMP] = ACTIONS(7484), - [anon_sym_PIPE_PIPE] = ACTIONS(7486), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7488), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7490), - [anon_sym_EQ_EQ] = ACTIONS(7488), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7490), - [anon_sym_LT_EQ] = ACTIONS(7492), - [anon_sym_GT_EQ] = ACTIONS(7492), - [anon_sym_BANGin] = ACTIONS(7494), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7496), - [anon_sym_DASH] = ACTIONS(7496), - [anon_sym_SLASH] = ACTIONS(7498), - [anon_sym_PERCENT] = ACTIONS(7476), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_where] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7464), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(7466), + [anon_sym_QMARK_COLON] = ACTIONS(7476), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(7468), + [anon_sym_DASH] = ACTIONS(7468), + [anon_sym_SLASH] = ACTIONS(7470), + [anon_sym_PERCENT] = ACTIONS(7464), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3158), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3123), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4250] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1564), - [sym__comparison_operator] = STATE(1559), - [sym__in_operator] = STATE(1558), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1553), - [sym__multiplicative_operator] = STATE(1551), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1549), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), + [4241] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1612), + [sym__comparison_operator] = STATE(1611), + [sym__in_operator] = STATE(1610), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1609), + [sym__multiplicative_operator] = STATE(1607), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1606), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(3128), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3130), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_where] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(7464), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(7470), + [anon_sym_PERCENT] = ACTIONS(7464), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3130), + [sym__automatic_semicolon] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(7081), + [sym_multiline_comment] = ACTIONS(3), + }, + [4242] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1612), + [sym__comparison_operator] = STATE(1611), + [sym__in_operator] = STATE(1610), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1609), + [sym__multiplicative_operator] = STATE(1607), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1606), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(3135), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_where] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3137), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3137), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3137), + [sym__automatic_semicolon] = ACTIONS(3137), + [sym_safe_nav] = ACTIONS(7081), + [sym_multiline_comment] = ACTIONS(3), + }, + [4243] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1612), + [sym__comparison_operator] = STATE(1611), + [sym__in_operator] = STATE(1610), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1609), + [sym__multiplicative_operator] = STATE(1607), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1606), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(3088), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_RBRACE] = ACTIONS(3090), - [anon_sym_LPAREN] = ACTIONS(7041), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_COMMA] = ACTIONS(3090), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7474), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), [anon_sym_where] = ACTIONS(3088), - [anon_sym_DOT] = ACTIONS(7045), + [anon_sym_DOT] = ACTIONS(7065), [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7476), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7478), - [anon_sym_DOT_DOT] = ACTIONS(7480), - [anon_sym_QMARK_COLON] = ACTIONS(7482), - [anon_sym_AMP_AMP] = ACTIONS(7484), - [anon_sym_PIPE_PIPE] = ACTIONS(7486), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(7464), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_DOT_DOT] = ACTIONS(7466), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), [anon_sym_else] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7488), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7490), - [anon_sym_EQ_EQ] = ACTIONS(7488), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7490), - [anon_sym_LT_EQ] = ACTIONS(7492), - [anon_sym_GT_EQ] = ACTIONS(7492), - [anon_sym_BANGin] = ACTIONS(7494), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7496), - [anon_sym_DASH] = ACTIONS(7496), - [anon_sym_SLASH] = ACTIONS(7498), - [anon_sym_PERCENT] = ACTIONS(7476), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), + [anon_sym_PLUS] = ACTIONS(7468), + [anon_sym_DASH] = ACTIONS(7468), + [anon_sym_SLASH] = ACTIONS(7470), + [anon_sym_PERCENT] = ACTIONS(7464), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3090), + [sym__automatic_semicolon] = ACTIONS(3090), + [sym_safe_nav] = ACTIONS(7081), + [sym_multiline_comment] = ACTIONS(3), + }, + [4244] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1612), + [sym__comparison_operator] = STATE(1611), + [sym__in_operator] = STATE(1610), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1609), + [sym__multiplicative_operator] = STATE(1607), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1606), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3148), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3148), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7472), + [anon_sym_where] = ACTIONS(3146), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7464), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7474), + [anon_sym_DOT_DOT] = ACTIONS(7466), + [anon_sym_QMARK_COLON] = ACTIONS(7476), + [anon_sym_AMP_AMP] = ACTIONS(7486), + [anon_sym_PIPE_PIPE] = ACTIONS(7488), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7478), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7480), + [anon_sym_EQ_EQ] = ACTIONS(7478), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7480), + [anon_sym_LT_EQ] = ACTIONS(7482), + [anon_sym_GT_EQ] = ACTIONS(7482), + [anon_sym_BANGin] = ACTIONS(7484), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7468), + [anon_sym_DASH] = ACTIONS(7468), + [anon_sym_SLASH] = ACTIONS(7470), + [anon_sym_PERCENT] = ACTIONS(7464), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3090), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3148), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4251] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1564), - [sym__comparison_operator] = STATE(1559), - [sym__in_operator] = STATE(1558), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1553), - [sym__multiplicative_operator] = STATE(1551), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1549), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [4245] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(1612), + [sym__comparison_operator] = STATE(1611), + [sym__in_operator] = STATE(1610), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(1609), + [sym__multiplicative_operator] = STATE(1607), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1606), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3184), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3184), + [anon_sym_RBRACE] = ACTIONS(3144), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_COMMA] = ACTIONS(3144), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7474), - [anon_sym_where] = ACTIONS(3182), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7476), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7478), - [anon_sym_DOT_DOT] = ACTIONS(7480), - [anon_sym_QMARK_COLON] = ACTIONS(7482), - [anon_sym_AMP_AMP] = ACTIONS(7484), - [anon_sym_PIPE_PIPE] = ACTIONS(7486), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7488), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7490), - [anon_sym_EQ_EQ] = ACTIONS(7488), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7490), - [anon_sym_LT_EQ] = ACTIONS(7492), - [anon_sym_GT_EQ] = ACTIONS(7492), - [anon_sym_BANGin] = ACTIONS(7494), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7496), - [anon_sym_DASH] = ACTIONS(7496), - [anon_sym_SLASH] = ACTIONS(7498), - [anon_sym_PERCENT] = ACTIONS(7476), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7472), + [anon_sym_where] = ACTIONS(3142), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7464), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7474), + [anon_sym_DOT_DOT] = ACTIONS(7466), + [anon_sym_QMARK_COLON] = ACTIONS(7476), + [anon_sym_AMP_AMP] = ACTIONS(7486), + [anon_sym_PIPE_PIPE] = ACTIONS(7488), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7478), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7480), + [anon_sym_EQ_EQ] = ACTIONS(7478), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7480), + [anon_sym_LT_EQ] = ACTIONS(7482), + [anon_sym_GT_EQ] = ACTIONS(7482), + [anon_sym_BANGin] = ACTIONS(7484), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7468), + [anon_sym_DASH] = ACTIONS(7468), + [anon_sym_SLASH] = ACTIONS(7470), + [anon_sym_PERCENT] = ACTIONS(7464), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3184), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3144), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4252] = { - [sym_function_body] = STATE(3942), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4295), - [anon_sym_AT] = ACTIONS(4297), - [anon_sym_LBRACK] = ACTIONS(4297), - [anon_sym_as] = ACTIONS(4295), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4297), - [anon_sym_LPAREN] = ACTIONS(4297), - [anon_sym_LT] = ACTIONS(4295), - [anon_sym_GT] = ACTIONS(4295), - [anon_sym_DOT] = ACTIONS(4295), - [anon_sym_SEMI] = ACTIONS(4297), - [anon_sym_get] = ACTIONS(4295), - [anon_sym_set] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4297), - [sym_label] = ACTIONS(4297), - [anon_sym_in] = ACTIONS(4295), - [anon_sym_DOT_DOT] = ACTIONS(4297), - [anon_sym_QMARK_COLON] = ACTIONS(4297), - [anon_sym_AMP_AMP] = ACTIONS(4297), - [anon_sym_PIPE_PIPE] = ACTIONS(4297), - [anon_sym_else] = ACTIONS(4295), - [anon_sym_COLON_COLON] = ACTIONS(4297), - [anon_sym_BANG_EQ] = ACTIONS(4295), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4297), - [anon_sym_EQ_EQ] = ACTIONS(4295), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4297), - [anon_sym_LT_EQ] = ACTIONS(4297), - [anon_sym_GT_EQ] = ACTIONS(4297), - [anon_sym_BANGin] = ACTIONS(4297), - [anon_sym_is] = ACTIONS(4295), - [anon_sym_BANGis] = ACTIONS(4297), - [anon_sym_PLUS] = ACTIONS(4295), - [anon_sym_DASH] = ACTIONS(4295), - [anon_sym_SLASH] = ACTIONS(4295), - [anon_sym_PERCENT] = ACTIONS(4297), - [anon_sym_as_QMARK] = ACTIONS(4297), - [anon_sym_PLUS_PLUS] = ACTIONS(4297), - [anon_sym_DASH_DASH] = ACTIONS(4297), - [anon_sym_BANG_BANG] = ACTIONS(4297), - [anon_sym_suspend] = ACTIONS(4295), - [anon_sym_sealed] = ACTIONS(4295), - [anon_sym_annotation] = ACTIONS(4295), - [anon_sym_data] = ACTIONS(4295), - [anon_sym_inner] = ACTIONS(4295), - [anon_sym_value] = ACTIONS(4295), - [anon_sym_override] = ACTIONS(4295), - [anon_sym_lateinit] = ACTIONS(4295), - [anon_sym_public] = ACTIONS(4295), - [anon_sym_private] = ACTIONS(4295), - [anon_sym_internal] = ACTIONS(4295), - [anon_sym_protected] = ACTIONS(4295), - [anon_sym_tailrec] = ACTIONS(4295), - [anon_sym_operator] = ACTIONS(4295), - [anon_sym_infix] = ACTIONS(4295), - [anon_sym_inline] = ACTIONS(4295), - [anon_sym_external] = ACTIONS(4295), - [sym_property_modifier] = ACTIONS(4295), - [anon_sym_abstract] = ACTIONS(4295), - [anon_sym_final] = ACTIONS(4295), - [anon_sym_open] = ACTIONS(4295), - [anon_sym_vararg] = ACTIONS(4295), - [anon_sym_noinline] = ACTIONS(4295), - [anon_sym_crossinline] = ACTIONS(4295), - [anon_sym_expect] = ACTIONS(4295), - [anon_sym_actual] = ACTIONS(4295), + [4246] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(4237), + [sym__alpha_identifier] = ACTIONS(4714), + [anon_sym_AT] = ACTIONS(4716), + [anon_sym_LBRACK] = ACTIONS(4716), + [anon_sym_as] = 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(4716), + [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_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(4716), + [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_value] = 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), + }, + [4247] = { + [sym_function_body] = STATE(3992), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4485), + [anon_sym_AT] = ACTIONS(4487), + [anon_sym_LBRACK] = ACTIONS(4487), + [anon_sym_as] = ACTIONS(4485), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4487), + [anon_sym_LPAREN] = ACTIONS(4487), + [anon_sym_LT] = ACTIONS(4485), + [anon_sym_GT] = 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(4487), + [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_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(4487), + [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_value] = 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(4297), - [sym__automatic_semicolon] = ACTIONS(4297), - [sym_safe_nav] = ACTIONS(4297), + [sym__backtick_identifier] = ACTIONS(4487), + [sym__automatic_semicolon] = ACTIONS(4487), + [sym_safe_nav] = ACTIONS(4487), + [sym_multiline_comment] = ACTIONS(3), + }, + [4248] = { + [sym_function_body] = STATE(3971), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4231), + [anon_sym_AT] = ACTIONS(4233), + [anon_sym_LBRACK] = ACTIONS(4233), + [anon_sym_as] = ACTIONS(4231), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4233), + [anon_sym_LPAREN] = ACTIONS(4233), + [anon_sym_LT] = ACTIONS(4231), + [anon_sym_GT] = 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(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_value] = 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), + }, + [4249] = { + [sym_class_body] = STATE(3593), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_COLON] = ACTIONS(7493), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(5590), + [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_value] = 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), + }, + [4250] = { + [aux_sym__delegation_specifiers_repeat1] = STATE(4221), + [sym__alpha_identifier] = ACTIONS(4704), + [anon_sym_AT] = ACTIONS(4706), + [anon_sym_LBRACK] = ACTIONS(4706), + [anon_sym_as] = ACTIONS(4704), + [anon_sym_LBRACE] = ACTIONS(4706), + [anon_sym_RBRACE] = ACTIONS(4706), + [anon_sym_LPAREN] = ACTIONS(4706), + [anon_sym_COMMA] = ACTIONS(7462), + [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(4706), + [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_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(4706), + [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_value] = 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_multiline_comment] = ACTIONS(3), + }, + [4251] = { + [sym_class_body] = STATE(3543), + [sym__alpha_identifier] = ACTIONS(4450), + [anon_sym_AT] = ACTIONS(4452), + [anon_sym_COLON] = ACTIONS(7495), + [anon_sym_LBRACK] = ACTIONS(4452), + [anon_sym_as] = ACTIONS(4450), + [anon_sym_LBRACE] = ACTIONS(5590), + [anon_sym_RBRACE] = ACTIONS(4452), + [anon_sym_LPAREN] = ACTIONS(4452), + [anon_sym_RPAREN] = ACTIONS(4452), + [anon_sym_LT] = ACTIONS(4450), + [anon_sym_GT] = ACTIONS(4450), + [anon_sym_DOT] = ACTIONS(4450), + [anon_sym_SEMI] = ACTIONS(4452), + [anon_sym_get] = ACTIONS(4450), + [anon_sym_set] = ACTIONS(4450), + [anon_sym_STAR] = ACTIONS(4452), + [sym_label] = ACTIONS(4452), + [anon_sym_in] = ACTIONS(4450), + [anon_sym_while] = ACTIONS(4450), + [anon_sym_DOT_DOT] = ACTIONS(4452), + [anon_sym_QMARK_COLON] = ACTIONS(4452), + [anon_sym_AMP_AMP] = ACTIONS(4452), + [anon_sym_PIPE_PIPE] = ACTIONS(4452), + [anon_sym_else] = ACTIONS(4450), + [anon_sym_COLON_COLON] = ACTIONS(4452), + [anon_sym_BANG_EQ] = ACTIONS(4450), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4452), + [anon_sym_EQ_EQ] = ACTIONS(4450), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4452), + [anon_sym_LT_EQ] = ACTIONS(4452), + [anon_sym_GT_EQ] = ACTIONS(4452), + [anon_sym_BANGin] = ACTIONS(4452), + [anon_sym_is] = ACTIONS(4450), + [anon_sym_BANGis] = ACTIONS(4452), + [anon_sym_PLUS] = ACTIONS(4450), + [anon_sym_DASH] = ACTIONS(4450), + [anon_sym_SLASH] = ACTIONS(4450), + [anon_sym_PERCENT] = ACTIONS(4452), + [anon_sym_as_QMARK] = ACTIONS(4452), + [anon_sym_PLUS_PLUS] = ACTIONS(4452), + [anon_sym_DASH_DASH] = ACTIONS(4452), + [anon_sym_BANG_BANG] = ACTIONS(4452), + [anon_sym_suspend] = ACTIONS(4450), + [anon_sym_sealed] = ACTIONS(4450), + [anon_sym_annotation] = ACTIONS(4450), + [anon_sym_data] = ACTIONS(4450), + [anon_sym_inner] = ACTIONS(4450), + [anon_sym_value] = ACTIONS(4450), + [anon_sym_override] = ACTIONS(4450), + [anon_sym_lateinit] = ACTIONS(4450), + [anon_sym_public] = ACTIONS(4450), + [anon_sym_private] = ACTIONS(4450), + [anon_sym_internal] = ACTIONS(4450), + [anon_sym_protected] = ACTIONS(4450), + [anon_sym_tailrec] = ACTIONS(4450), + [anon_sym_operator] = ACTIONS(4450), + [anon_sym_infix] = ACTIONS(4450), + [anon_sym_inline] = ACTIONS(4450), + [anon_sym_external] = ACTIONS(4450), + [sym_property_modifier] = ACTIONS(4450), + [anon_sym_abstract] = ACTIONS(4450), + [anon_sym_final] = ACTIONS(4450), + [anon_sym_open] = ACTIONS(4450), + [anon_sym_vararg] = ACTIONS(4450), + [anon_sym_noinline] = ACTIONS(4450), + [anon_sym_crossinline] = ACTIONS(4450), + [anon_sym_expect] = ACTIONS(4450), + [anon_sym_actual] = ACTIONS(4450), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4452), + [sym_safe_nav] = ACTIONS(4452), + [sym_multiline_comment] = ACTIONS(3), + }, + [4252] = { + [sym_function_body] = STATE(3841), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4147), + [anon_sym_LBRACK] = ACTIONS(4147), + [anon_sym_as] = ACTIONS(4145), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4147), + [anon_sym_LPAREN] = ACTIONS(4147), + [anon_sym_LT] = ACTIONS(4145), + [anon_sym_GT] = ACTIONS(4145), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_SEMI] = ACTIONS(4147), + [anon_sym_get] = ACTIONS(4145), + [anon_sym_set] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4147), + [sym_label] = ACTIONS(4147), + [anon_sym_in] = ACTIONS(4145), + [anon_sym_DOT_DOT] = ACTIONS(4147), + [anon_sym_QMARK_COLON] = ACTIONS(4147), + [anon_sym_AMP_AMP] = ACTIONS(4147), + [anon_sym_PIPE_PIPE] = ACTIONS(4147), + [anon_sym_else] = ACTIONS(4145), + [anon_sym_COLON_COLON] = ACTIONS(4147), + [anon_sym_BANG_EQ] = ACTIONS(4145), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4147), + [anon_sym_EQ_EQ] = ACTIONS(4145), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4147), + [anon_sym_LT_EQ] = ACTIONS(4147), + [anon_sym_GT_EQ] = ACTIONS(4147), + [anon_sym_BANGin] = ACTIONS(4147), + [anon_sym_is] = ACTIONS(4145), + [anon_sym_BANGis] = ACTIONS(4147), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_SLASH] = ACTIONS(4145), + [anon_sym_PERCENT] = ACTIONS(4147), + [anon_sym_as_QMARK] = ACTIONS(4147), + [anon_sym_PLUS_PLUS] = ACTIONS(4147), + [anon_sym_DASH_DASH] = ACTIONS(4147), + [anon_sym_BANG_BANG] = ACTIONS(4147), + [anon_sym_suspend] = ACTIONS(4145), + [anon_sym_sealed] = ACTIONS(4145), + [anon_sym_annotation] = ACTIONS(4145), + [anon_sym_data] = ACTIONS(4145), + [anon_sym_inner] = ACTIONS(4145), + [anon_sym_value] = ACTIONS(4145), + [anon_sym_override] = ACTIONS(4145), + [anon_sym_lateinit] = ACTIONS(4145), + [anon_sym_public] = ACTIONS(4145), + [anon_sym_private] = ACTIONS(4145), + [anon_sym_internal] = ACTIONS(4145), + [anon_sym_protected] = ACTIONS(4145), + [anon_sym_tailrec] = ACTIONS(4145), + [anon_sym_operator] = ACTIONS(4145), + [anon_sym_infix] = ACTIONS(4145), + [anon_sym_inline] = ACTIONS(4145), + [anon_sym_external] = ACTIONS(4145), + [sym_property_modifier] = ACTIONS(4145), + [anon_sym_abstract] = ACTIONS(4145), + [anon_sym_final] = ACTIONS(4145), + [anon_sym_open] = ACTIONS(4145), + [anon_sym_vararg] = ACTIONS(4145), + [anon_sym_noinline] = ACTIONS(4145), + [anon_sym_crossinline] = ACTIONS(4145), + [anon_sym_expect] = ACTIONS(4145), + [anon_sym_actual] = ACTIONS(4145), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4147), + [sym__automatic_semicolon] = ACTIONS(4147), + [sym_safe_nav] = ACTIONS(4147), [sym_multiline_comment] = ACTIONS(3), }, [4253] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1564), - [sym__comparison_operator] = STATE(1559), - [sym__in_operator] = STATE(1558), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1553), - [sym__multiplicative_operator] = STATE(1551), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1549), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(3186), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_where] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3188), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [anon_sym_else] = ACTIONS(3186), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [anon_sym_PLUS] = ACTIONS(3186), - [anon_sym_DASH] = ACTIONS(3186), - [anon_sym_SLASH] = ACTIONS(3186), - [anon_sym_PERCENT] = ACTIONS(3188), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3186), - [anon_sym_inner] = ACTIONS(3186), - [anon_sym_value] = ACTIONS(3186), - [anon_sym_expect] = ACTIONS(3186), - [anon_sym_actual] = ACTIONS(3186), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3188), - [sym__automatic_semicolon] = ACTIONS(3188), - [sym_safe_nav] = ACTIONS(7061), + [sym__alpha_identifier] = ACTIONS(4396), + [anon_sym_AT] = ACTIONS(4398), + [anon_sym_LBRACK] = ACTIONS(4398), + [anon_sym_as] = ACTIONS(4396), + [anon_sym_LBRACE] = ACTIONS(4398), + [anon_sym_RBRACE] = ACTIONS(4398), + [anon_sym_LPAREN] = ACTIONS(4398), + [anon_sym_COMMA] = ACTIONS(4398), + [anon_sym_by] = ACTIONS(7446), + [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(4398), + [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_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(4398), + [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_value] = 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), }, [4254] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1564), - [sym__comparison_operator] = STATE(1559), - [sym__in_operator] = STATE(1558), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1553), - [sym__multiplicative_operator] = STATE(1551), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1549), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(3175), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_where] = ACTIONS(3175), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(7476), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(7480), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(7496), - [anon_sym_DASH] = ACTIONS(7496), - [anon_sym_SLASH] = ACTIONS(7498), - [anon_sym_PERCENT] = ACTIONS(7476), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3177), - [sym__automatic_semicolon] = ACTIONS(3177), - [sym_safe_nav] = ACTIONS(7061), + [sym_function_body] = STATE(4023), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4151), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_LBRACK] = ACTIONS(4153), + [anon_sym_as] = ACTIONS(4151), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym_LT] = ACTIONS(4151), + [anon_sym_GT] = ACTIONS(4151), + [anon_sym_DOT] = ACTIONS(4151), + [anon_sym_SEMI] = ACTIONS(4153), + [anon_sym_get] = ACTIONS(4151), + [anon_sym_set] = ACTIONS(4151), + [anon_sym_STAR] = ACTIONS(4153), + [sym_label] = ACTIONS(4153), + [anon_sym_in] = ACTIONS(4151), + [anon_sym_DOT_DOT] = ACTIONS(4153), + [anon_sym_QMARK_COLON] = ACTIONS(4153), + [anon_sym_AMP_AMP] = ACTIONS(4153), + [anon_sym_PIPE_PIPE] = ACTIONS(4153), + [anon_sym_else] = ACTIONS(4151), + [anon_sym_COLON_COLON] = ACTIONS(4153), + [anon_sym_BANG_EQ] = ACTIONS(4151), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4153), + [anon_sym_EQ_EQ] = ACTIONS(4151), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4153), + [anon_sym_LT_EQ] = ACTIONS(4153), + [anon_sym_GT_EQ] = ACTIONS(4153), + [anon_sym_BANGin] = ACTIONS(4153), + [anon_sym_is] = ACTIONS(4151), + [anon_sym_BANGis] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4151), + [anon_sym_DASH] = ACTIONS(4151), + [anon_sym_SLASH] = ACTIONS(4151), + [anon_sym_PERCENT] = ACTIONS(4153), + [anon_sym_as_QMARK] = ACTIONS(4153), + [anon_sym_PLUS_PLUS] = ACTIONS(4153), + [anon_sym_DASH_DASH] = ACTIONS(4153), + [anon_sym_BANG_BANG] = ACTIONS(4153), + [anon_sym_suspend] = ACTIONS(4151), + [anon_sym_sealed] = ACTIONS(4151), + [anon_sym_annotation] = ACTIONS(4151), + [anon_sym_data] = ACTIONS(4151), + [anon_sym_inner] = ACTIONS(4151), + [anon_sym_value] = ACTIONS(4151), + [anon_sym_override] = ACTIONS(4151), + [anon_sym_lateinit] = ACTIONS(4151), + [anon_sym_public] = ACTIONS(4151), + [anon_sym_private] = ACTIONS(4151), + [anon_sym_internal] = ACTIONS(4151), + [anon_sym_protected] = ACTIONS(4151), + [anon_sym_tailrec] = ACTIONS(4151), + [anon_sym_operator] = ACTIONS(4151), + [anon_sym_infix] = ACTIONS(4151), + [anon_sym_inline] = ACTIONS(4151), + [anon_sym_external] = ACTIONS(4151), + [sym_property_modifier] = ACTIONS(4151), + [anon_sym_abstract] = ACTIONS(4151), + [anon_sym_final] = ACTIONS(4151), + [anon_sym_open] = ACTIONS(4151), + [anon_sym_vararg] = ACTIONS(4151), + [anon_sym_noinline] = ACTIONS(4151), + [anon_sym_crossinline] = ACTIONS(4151), + [anon_sym_expect] = ACTIONS(4151), + [anon_sym_actual] = ACTIONS(4151), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4153), + [sym__automatic_semicolon] = ACTIONS(4153), + [sym_safe_nav] = ACTIONS(4153), [sym_multiline_comment] = ACTIONS(3), }, [4255] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1564), - [sym__comparison_operator] = STATE(1559), - [sym__in_operator] = STATE(1558), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1553), - [sym__multiplicative_operator] = STATE(1551), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1549), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_COMMA] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_where] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7476), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(7480), - [anon_sym_QMARK_COLON] = ACTIONS(7482), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(7496), - [anon_sym_DASH] = ACTIONS(7496), - [anon_sym_SLASH] = ACTIONS(7498), - [anon_sym_PERCENT] = ACTIONS(7476), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [sym_function_body] = STATE(3934), + [sym__block] = STATE(3876), + [sym__alpha_identifier] = ACTIONS(4493), + [anon_sym_AT] = ACTIONS(4495), + [anon_sym_LBRACK] = ACTIONS(4495), + [anon_sym_as] = ACTIONS(4493), + [anon_sym_EQ] = ACTIONS(7321), + [anon_sym_LBRACE] = ACTIONS(6774), + [anon_sym_RBRACE] = ACTIONS(4495), + [anon_sym_LPAREN] = ACTIONS(4495), + [anon_sym_LT] = ACTIONS(4493), + [anon_sym_GT] = ACTIONS(4493), + [anon_sym_DOT] = ACTIONS(4493), + [anon_sym_SEMI] = ACTIONS(4495), + [anon_sym_get] = ACTIONS(4493), + [anon_sym_set] = ACTIONS(4493), + [anon_sym_STAR] = ACTIONS(4495), + [sym_label] = ACTIONS(4495), + [anon_sym_in] = ACTIONS(4493), + [anon_sym_DOT_DOT] = ACTIONS(4495), + [anon_sym_QMARK_COLON] = ACTIONS(4495), + [anon_sym_AMP_AMP] = ACTIONS(4495), + [anon_sym_PIPE_PIPE] = ACTIONS(4495), + [anon_sym_else] = ACTIONS(4493), + [anon_sym_COLON_COLON] = ACTIONS(4495), + [anon_sym_BANG_EQ] = ACTIONS(4493), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4495), + [anon_sym_EQ_EQ] = ACTIONS(4493), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4495), + [anon_sym_LT_EQ] = ACTIONS(4495), + [anon_sym_GT_EQ] = ACTIONS(4495), + [anon_sym_BANGin] = ACTIONS(4495), + [anon_sym_is] = ACTIONS(4493), + [anon_sym_BANGis] = ACTIONS(4495), + [anon_sym_PLUS] = ACTIONS(4493), + [anon_sym_DASH] = ACTIONS(4493), + [anon_sym_SLASH] = ACTIONS(4493), + [anon_sym_PERCENT] = ACTIONS(4495), + [anon_sym_as_QMARK] = ACTIONS(4495), + [anon_sym_PLUS_PLUS] = ACTIONS(4495), + [anon_sym_DASH_DASH] = ACTIONS(4495), + [anon_sym_BANG_BANG] = ACTIONS(4495), + [anon_sym_suspend] = ACTIONS(4493), + [anon_sym_sealed] = ACTIONS(4493), + [anon_sym_annotation] = ACTIONS(4493), + [anon_sym_data] = ACTIONS(4493), + [anon_sym_inner] = ACTIONS(4493), + [anon_sym_value] = ACTIONS(4493), + [anon_sym_override] = ACTIONS(4493), + [anon_sym_lateinit] = ACTIONS(4493), + [anon_sym_public] = ACTIONS(4493), + [anon_sym_private] = ACTIONS(4493), + [anon_sym_internal] = ACTIONS(4493), + [anon_sym_protected] = ACTIONS(4493), + [anon_sym_tailrec] = ACTIONS(4493), + [anon_sym_operator] = ACTIONS(4493), + [anon_sym_infix] = ACTIONS(4493), + [anon_sym_inline] = ACTIONS(4493), + [anon_sym_external] = ACTIONS(4493), + [sym_property_modifier] = ACTIONS(4493), + [anon_sym_abstract] = ACTIONS(4493), + [anon_sym_final] = ACTIONS(4493), + [anon_sym_open] = ACTIONS(4493), + [anon_sym_vararg] = ACTIONS(4493), + [anon_sym_noinline] = ACTIONS(4493), + [anon_sym_crossinline] = ACTIONS(4493), + [anon_sym_expect] = ACTIONS(4493), + [anon_sym_actual] = ACTIONS(4493), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3162), - [sym_safe_nav] = ACTIONS(7061), + [sym__backtick_identifier] = ACTIONS(4495), + [sym__automatic_semicolon] = ACTIONS(4495), + [sym_safe_nav] = ACTIONS(4495), [sym_multiline_comment] = ACTIONS(3), }, [4256] = { - [sym_function_body] = STATE(3995), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4439), - [anon_sym_AT] = ACTIONS(4441), - [anon_sym_LBRACK] = ACTIONS(4441), - [anon_sym_as] = ACTIONS(4439), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4441), - [anon_sym_LPAREN] = ACTIONS(4441), - [anon_sym_LT] = ACTIONS(4439), - [anon_sym_GT] = ACTIONS(4439), - [anon_sym_DOT] = ACTIONS(4439), - [anon_sym_SEMI] = ACTIONS(4441), - [anon_sym_get] = ACTIONS(4439), - [anon_sym_set] = ACTIONS(4439), - [anon_sym_STAR] = ACTIONS(4441), - [sym_label] = ACTIONS(4441), - [anon_sym_in] = ACTIONS(4439), - [anon_sym_DOT_DOT] = ACTIONS(4441), - [anon_sym_QMARK_COLON] = ACTIONS(4441), - [anon_sym_AMP_AMP] = ACTIONS(4441), - [anon_sym_PIPE_PIPE] = ACTIONS(4441), - [anon_sym_else] = ACTIONS(4439), - [anon_sym_COLON_COLON] = ACTIONS(4441), - [anon_sym_BANG_EQ] = ACTIONS(4439), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4441), - [anon_sym_EQ_EQ] = ACTIONS(4439), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4441), - [anon_sym_LT_EQ] = ACTIONS(4441), - [anon_sym_GT_EQ] = ACTIONS(4441), - [anon_sym_BANGin] = ACTIONS(4441), - [anon_sym_is] = ACTIONS(4439), - [anon_sym_BANGis] = ACTIONS(4441), - [anon_sym_PLUS] = ACTIONS(4439), - [anon_sym_DASH] = ACTIONS(4439), - [anon_sym_SLASH] = ACTIONS(4439), - [anon_sym_PERCENT] = ACTIONS(4441), - [anon_sym_as_QMARK] = ACTIONS(4441), - [anon_sym_PLUS_PLUS] = ACTIONS(4441), - [anon_sym_DASH_DASH] = ACTIONS(4441), - [anon_sym_BANG_BANG] = ACTIONS(4441), - [anon_sym_suspend] = ACTIONS(4439), - [anon_sym_sealed] = ACTIONS(4439), - [anon_sym_annotation] = ACTIONS(4439), - [anon_sym_data] = ACTIONS(4439), - [anon_sym_inner] = ACTIONS(4439), - [anon_sym_value] = ACTIONS(4439), - [anon_sym_override] = ACTIONS(4439), - [anon_sym_lateinit] = ACTIONS(4439), - [anon_sym_public] = ACTIONS(4439), - [anon_sym_private] = ACTIONS(4439), - [anon_sym_internal] = ACTIONS(4439), - [anon_sym_protected] = ACTIONS(4439), - [anon_sym_tailrec] = ACTIONS(4439), - [anon_sym_operator] = ACTIONS(4439), - [anon_sym_infix] = ACTIONS(4439), - [anon_sym_inline] = ACTIONS(4439), - [anon_sym_external] = ACTIONS(4439), - [sym_property_modifier] = ACTIONS(4439), - [anon_sym_abstract] = ACTIONS(4439), - [anon_sym_final] = ACTIONS(4439), - [anon_sym_open] = ACTIONS(4439), - [anon_sym_vararg] = ACTIONS(4439), - [anon_sym_noinline] = ACTIONS(4439), - [anon_sym_crossinline] = ACTIONS(4439), - [anon_sym_expect] = ACTIONS(4439), - [anon_sym_actual] = ACTIONS(4439), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4441), - [sym__automatic_semicolon] = ACTIONS(4441), - [sym_safe_nav] = ACTIONS(4441), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), + [sym__comparison_operator] = STATE(1795), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_while] = ACTIONS(3113), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_else] = ACTIONS(3113), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4257] = { - [sym_function_body] = STATE(3894), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4307), - [anon_sym_AT] = ACTIONS(4309), - [anon_sym_LBRACK] = ACTIONS(4309), - [anon_sym_as] = ACTIONS(4307), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4309), - [anon_sym_LPAREN] = ACTIONS(4309), - [anon_sym_LT] = ACTIONS(4307), - [anon_sym_GT] = ACTIONS(4307), - [anon_sym_DOT] = ACTIONS(4307), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_get] = ACTIONS(4307), - [anon_sym_set] = ACTIONS(4307), - [anon_sym_STAR] = ACTIONS(4309), - [sym_label] = ACTIONS(4309), - [anon_sym_in] = ACTIONS(4307), - [anon_sym_DOT_DOT] = ACTIONS(4309), - [anon_sym_QMARK_COLON] = ACTIONS(4309), - [anon_sym_AMP_AMP] = ACTIONS(4309), - [anon_sym_PIPE_PIPE] = ACTIONS(4309), - [anon_sym_else] = ACTIONS(4307), - [anon_sym_COLON_COLON] = ACTIONS(4309), - [anon_sym_BANG_EQ] = ACTIONS(4307), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4309), - [anon_sym_EQ_EQ] = ACTIONS(4307), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4309), - [anon_sym_LT_EQ] = ACTIONS(4309), - [anon_sym_GT_EQ] = ACTIONS(4309), - [anon_sym_BANGin] = ACTIONS(4309), - [anon_sym_is] = ACTIONS(4307), - [anon_sym_BANGis] = ACTIONS(4309), - [anon_sym_PLUS] = ACTIONS(4307), - [anon_sym_DASH] = ACTIONS(4307), - [anon_sym_SLASH] = ACTIONS(4307), - [anon_sym_PERCENT] = ACTIONS(4309), - [anon_sym_as_QMARK] = ACTIONS(4309), - [anon_sym_PLUS_PLUS] = ACTIONS(4309), - [anon_sym_DASH_DASH] = ACTIONS(4309), - [anon_sym_BANG_BANG] = ACTIONS(4309), - [anon_sym_suspend] = ACTIONS(4307), - [anon_sym_sealed] = ACTIONS(4307), - [anon_sym_annotation] = ACTIONS(4307), - [anon_sym_data] = ACTIONS(4307), - [anon_sym_inner] = ACTIONS(4307), - [anon_sym_value] = ACTIONS(4307), - [anon_sym_override] = ACTIONS(4307), - [anon_sym_lateinit] = ACTIONS(4307), - [anon_sym_public] = ACTIONS(4307), - [anon_sym_private] = ACTIONS(4307), - [anon_sym_internal] = ACTIONS(4307), - [anon_sym_protected] = ACTIONS(4307), - [anon_sym_tailrec] = ACTIONS(4307), - [anon_sym_operator] = ACTIONS(4307), - [anon_sym_infix] = ACTIONS(4307), - [anon_sym_inline] = ACTIONS(4307), - [anon_sym_external] = ACTIONS(4307), - [sym_property_modifier] = ACTIONS(4307), - [anon_sym_abstract] = ACTIONS(4307), - [anon_sym_final] = ACTIONS(4307), - [anon_sym_open] = ACTIONS(4307), - [anon_sym_vararg] = ACTIONS(4307), - [anon_sym_noinline] = ACTIONS(4307), - [anon_sym_crossinline] = ACTIONS(4307), - [anon_sym_expect] = ACTIONS(4307), - [anon_sym_actual] = ACTIONS(4307), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4309), - [sym__automatic_semicolon] = ACTIONS(4309), - [sym_safe_nav] = ACTIONS(4309), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), + [sym__comparison_operator] = STATE(1795), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_while] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4258] = { - [aux_sym__delegation_specifiers_repeat1] = STATE(4258), - [sym__alpha_identifier] = ACTIONS(4633), - [anon_sym_AT] = ACTIONS(4635), - [anon_sym_LBRACK] = ACTIONS(4635), - [anon_sym_as] = ACTIONS(4633), - [anon_sym_LBRACE] = ACTIONS(4635), - [anon_sym_RBRACE] = ACTIONS(4635), - [anon_sym_LPAREN] = ACTIONS(4635), - [anon_sym_COMMA] = ACTIONS(7506), - [anon_sym_LT] = ACTIONS(4633), - [anon_sym_GT] = ACTIONS(4633), - [anon_sym_where] = ACTIONS(4633), - [anon_sym_DOT] = ACTIONS(4633), - [anon_sym_SEMI] = ACTIONS(4635), - [anon_sym_get] = ACTIONS(4633), - [anon_sym_set] = ACTIONS(4633), - [anon_sym_STAR] = ACTIONS(4635), - [sym_label] = ACTIONS(4635), - [anon_sym_in] = ACTIONS(4633), - [anon_sym_DOT_DOT] = ACTIONS(4635), - [anon_sym_QMARK_COLON] = ACTIONS(4635), - [anon_sym_AMP_AMP] = ACTIONS(4635), - [anon_sym_PIPE_PIPE] = ACTIONS(4635), - [anon_sym_else] = ACTIONS(4633), - [anon_sym_COLON_COLON] = ACTIONS(4635), - [anon_sym_BANG_EQ] = ACTIONS(4633), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4635), - [anon_sym_EQ_EQ] = ACTIONS(4633), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4635), - [anon_sym_LT_EQ] = ACTIONS(4635), - [anon_sym_GT_EQ] = ACTIONS(4635), - [anon_sym_BANGin] = ACTIONS(4635), - [anon_sym_is] = ACTIONS(4633), - [anon_sym_BANGis] = ACTIONS(4635), - [anon_sym_PLUS] = ACTIONS(4633), - [anon_sym_DASH] = ACTIONS(4633), - [anon_sym_SLASH] = ACTIONS(4633), - [anon_sym_PERCENT] = ACTIONS(4635), - [anon_sym_as_QMARK] = ACTIONS(4635), - [anon_sym_PLUS_PLUS] = ACTIONS(4635), - [anon_sym_DASH_DASH] = ACTIONS(4635), - [anon_sym_BANG_BANG] = ACTIONS(4635), - [anon_sym_suspend] = ACTIONS(4633), - [anon_sym_sealed] = ACTIONS(4633), - [anon_sym_annotation] = ACTIONS(4633), - [anon_sym_data] = ACTIONS(4633), - [anon_sym_inner] = ACTIONS(4633), - [anon_sym_value] = ACTIONS(4633), - [anon_sym_override] = ACTIONS(4633), - [anon_sym_lateinit] = ACTIONS(4633), - [anon_sym_public] = ACTIONS(4633), - [anon_sym_private] = ACTIONS(4633), - [anon_sym_internal] = ACTIONS(4633), - [anon_sym_protected] = ACTIONS(4633), - [anon_sym_tailrec] = ACTIONS(4633), - [anon_sym_operator] = ACTIONS(4633), - [anon_sym_infix] = ACTIONS(4633), - [anon_sym_inline] = ACTIONS(4633), - [anon_sym_external] = ACTIONS(4633), - [sym_property_modifier] = ACTIONS(4633), - [anon_sym_abstract] = ACTIONS(4633), - [anon_sym_final] = ACTIONS(4633), - [anon_sym_open] = ACTIONS(4633), - [anon_sym_vararg] = ACTIONS(4633), - [anon_sym_noinline] = ACTIONS(4633), - [anon_sym_crossinline] = ACTIONS(4633), - [anon_sym_expect] = ACTIONS(4633), - [anon_sym_actual] = ACTIONS(4633), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4635), - [sym__automatic_semicolon] = ACTIONS(4635), - [sym_safe_nav] = ACTIONS(4635), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), + [sym__comparison_operator] = STATE(1795), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3160), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3160), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_while] = ACTIONS(3158), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_else] = ACTIONS(3158), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4259] = { - [sym_function_body] = STATE(4027), - [sym__block] = STATE(3882), - [sym__alpha_identifier] = ACTIONS(4299), - [anon_sym_AT] = ACTIONS(4301), - [anon_sym_LBRACK] = ACTIONS(4301), - [anon_sym_as] = ACTIONS(4299), - [anon_sym_EQ] = ACTIONS(7335), - [anon_sym_LBRACE] = ACTIONS(6714), - [anon_sym_RBRACE] = ACTIONS(4301), - [anon_sym_LPAREN] = ACTIONS(4301), - [anon_sym_LT] = ACTIONS(4299), - [anon_sym_GT] = ACTIONS(4299), - [anon_sym_DOT] = ACTIONS(4299), - [anon_sym_SEMI] = ACTIONS(4301), - [anon_sym_get] = ACTIONS(4299), - [anon_sym_set] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(4301), - [sym_label] = ACTIONS(4301), - [anon_sym_in] = ACTIONS(4299), - [anon_sym_DOT_DOT] = ACTIONS(4301), - [anon_sym_QMARK_COLON] = ACTIONS(4301), - [anon_sym_AMP_AMP] = ACTIONS(4301), - [anon_sym_PIPE_PIPE] = ACTIONS(4301), - [anon_sym_else] = ACTIONS(4299), - [anon_sym_COLON_COLON] = ACTIONS(4301), - [anon_sym_BANG_EQ] = ACTIONS(4299), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), - [anon_sym_EQ_EQ] = ACTIONS(4299), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), - [anon_sym_LT_EQ] = ACTIONS(4301), - [anon_sym_GT_EQ] = ACTIONS(4301), - [anon_sym_BANGin] = ACTIONS(4301), - [anon_sym_is] = ACTIONS(4299), - [anon_sym_BANGis] = ACTIONS(4301), - [anon_sym_PLUS] = ACTIONS(4299), - [anon_sym_DASH] = ACTIONS(4299), - [anon_sym_SLASH] = ACTIONS(4299), - [anon_sym_PERCENT] = ACTIONS(4301), - [anon_sym_as_QMARK] = ACTIONS(4301), - [anon_sym_PLUS_PLUS] = ACTIONS(4301), - [anon_sym_DASH_DASH] = ACTIONS(4301), - [anon_sym_BANG_BANG] = ACTIONS(4301), - [anon_sym_suspend] = ACTIONS(4299), - [anon_sym_sealed] = ACTIONS(4299), - [anon_sym_annotation] = ACTIONS(4299), - [anon_sym_data] = ACTIONS(4299), - [anon_sym_inner] = ACTIONS(4299), - [anon_sym_value] = ACTIONS(4299), - [anon_sym_override] = ACTIONS(4299), - [anon_sym_lateinit] = ACTIONS(4299), - [anon_sym_public] = ACTIONS(4299), - [anon_sym_private] = ACTIONS(4299), - [anon_sym_internal] = ACTIONS(4299), - [anon_sym_protected] = ACTIONS(4299), - [anon_sym_tailrec] = ACTIONS(4299), - [anon_sym_operator] = ACTIONS(4299), - [anon_sym_infix] = ACTIONS(4299), - [anon_sym_inline] = ACTIONS(4299), - [anon_sym_external] = ACTIONS(4299), - [sym_property_modifier] = ACTIONS(4299), - [anon_sym_abstract] = ACTIONS(4299), - [anon_sym_final] = ACTIONS(4299), - [anon_sym_open] = ACTIONS(4299), - [anon_sym_vararg] = ACTIONS(4299), - [anon_sym_noinline] = ACTIONS(4299), - [anon_sym_crossinline] = ACTIONS(4299), - [anon_sym_expect] = ACTIONS(4299), - [anon_sym_actual] = ACTIONS(4299), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4301), - [sym__automatic_semicolon] = ACTIONS(4301), - [sym_safe_nav] = ACTIONS(4301), + [sym__alpha_identifier] = ACTIONS(4848), + [anon_sym_AT] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_as] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_LPAREN] = ACTIONS(7523), + [anon_sym_COMMA] = ACTIONS(4850), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_where] = ACTIONS(4848), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym_get] = ACTIONS(4848), + [anon_sym_set] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4850), + [sym_label] = ACTIONS(4850), + [anon_sym_in] = ACTIONS(4848), + [anon_sym_DOT_DOT] = ACTIONS(4850), + [anon_sym_QMARK_COLON] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_else] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4850), + [anon_sym_EQ_EQ] = ACTIONS(4848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_BANGin] = ACTIONS(4850), + [anon_sym_is] = ACTIONS(4848), + [anon_sym_BANGis] = ACTIONS(4850), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4850), + [anon_sym_as_QMARK] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_BANG_BANG] = ACTIONS(4850), + [anon_sym_suspend] = ACTIONS(4848), + [anon_sym_sealed] = ACTIONS(4848), + [anon_sym_annotation] = ACTIONS(4848), + [anon_sym_data] = ACTIONS(4848), + [anon_sym_inner] = ACTIONS(4848), + [anon_sym_value] = ACTIONS(4848), + [anon_sym_override] = ACTIONS(4848), + [anon_sym_lateinit] = ACTIONS(4848), + [anon_sym_public] = ACTIONS(4848), + [anon_sym_private] = ACTIONS(4848), + [anon_sym_internal] = ACTIONS(4848), + [anon_sym_protected] = ACTIONS(4848), + [anon_sym_tailrec] = ACTIONS(4848), + [anon_sym_operator] = ACTIONS(4848), + [anon_sym_infix] = ACTIONS(4848), + [anon_sym_inline] = ACTIONS(4848), + [anon_sym_external] = ACTIONS(4848), + [sym_property_modifier] = ACTIONS(4848), + [anon_sym_abstract] = ACTIONS(4848), + [anon_sym_final] = ACTIONS(4848), + [anon_sym_open] = ACTIONS(4848), + [anon_sym_vararg] = ACTIONS(4848), + [anon_sym_noinline] = ACTIONS(4848), + [anon_sym_crossinline] = ACTIONS(4848), + [anon_sym_expect] = ACTIONS(4848), + [anon_sym_actual] = ACTIONS(4848), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4850), + [sym__automatic_semicolon] = ACTIONS(4850), + [sym_safe_nav] = ACTIONS(4850), [sym_multiline_comment] = ACTIONS(3), }, [4260] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(3186), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(3135), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3188), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3188), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_while] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [anon_sym_else] = ACTIONS(3186), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [anon_sym_PLUS] = ACTIONS(3186), - [anon_sym_DASH] = ACTIONS(3186), - [anon_sym_SLASH] = ACTIONS(3186), - [anon_sym_PERCENT] = ACTIONS(3188), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3186), - [anon_sym_inner] = ACTIONS(3186), - [anon_sym_value] = ACTIONS(3186), - [anon_sym_expect] = ACTIONS(3186), - [anon_sym_actual] = ACTIONS(3186), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3188), - [sym_safe_nav] = ACTIONS(6740), + [anon_sym_RBRACE] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3137), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_while] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3137), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3137), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4261] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(3175), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(3128), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_while] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3177), - [sym_safe_nav] = ACTIONS(6740), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3130), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_while] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4262] = { - [sym__alpha_identifier] = ACTIONS(4289), - [anon_sym_AT] = ACTIONS(4287), - [anon_sym_LBRACK] = ACTIONS(4287), - [anon_sym_as] = ACTIONS(4289), - [anon_sym_LBRACE] = ACTIONS(4287), - [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(7517), - [anon_sym_COMMA] = ACTIONS(4287), - [anon_sym_LT] = ACTIONS(4289), - [anon_sym_GT] = ACTIONS(4289), - [anon_sym_where] = ACTIONS(4289), - [anon_sym_DOT] = ACTIONS(4289), - [anon_sym_SEMI] = ACTIONS(4287), - [anon_sym_get] = ACTIONS(4289), - [anon_sym_set] = ACTIONS(4289), - [anon_sym_STAR] = ACTIONS(4287), - [sym_label] = ACTIONS(4287), - [anon_sym_in] = ACTIONS(4289), - [anon_sym_DOT_DOT] = ACTIONS(4287), - [anon_sym_QMARK_COLON] = ACTIONS(4287), - [anon_sym_AMP_AMP] = ACTIONS(4287), - [anon_sym_PIPE_PIPE] = ACTIONS(4287), - [anon_sym_else] = ACTIONS(4289), - [anon_sym_COLON_COLON] = ACTIONS(4287), - [anon_sym_BANG_EQ] = ACTIONS(4289), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), - [anon_sym_EQ_EQ] = ACTIONS(4289), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), - [anon_sym_LT_EQ] = ACTIONS(4287), - [anon_sym_GT_EQ] = ACTIONS(4287), - [anon_sym_BANGin] = ACTIONS(4287), - [anon_sym_is] = ACTIONS(4289), - [anon_sym_BANGis] = ACTIONS(4287), - [anon_sym_PLUS] = ACTIONS(4289), - [anon_sym_DASH] = ACTIONS(4289), - [anon_sym_SLASH] = ACTIONS(4289), - [anon_sym_PERCENT] = ACTIONS(4287), - [anon_sym_as_QMARK] = ACTIONS(4287), - [anon_sym_PLUS_PLUS] = ACTIONS(4287), - [anon_sym_DASH_DASH] = ACTIONS(4287), - [anon_sym_BANG_BANG] = ACTIONS(4287), - [anon_sym_suspend] = ACTIONS(4289), - [anon_sym_sealed] = ACTIONS(4289), - [anon_sym_annotation] = ACTIONS(4289), - [anon_sym_data] = ACTIONS(4289), - [anon_sym_inner] = ACTIONS(4289), - [anon_sym_value] = ACTIONS(4289), - [anon_sym_override] = ACTIONS(4289), - [anon_sym_lateinit] = ACTIONS(4289), - [anon_sym_public] = ACTIONS(4289), - [anon_sym_private] = ACTIONS(4289), - [anon_sym_internal] = ACTIONS(4289), - [anon_sym_protected] = ACTIONS(4289), - [anon_sym_tailrec] = ACTIONS(4289), - [anon_sym_operator] = ACTIONS(4289), - [anon_sym_infix] = ACTIONS(4289), - [anon_sym_inline] = ACTIONS(4289), - [anon_sym_external] = ACTIONS(4289), - [sym_property_modifier] = ACTIONS(4289), - [anon_sym_abstract] = ACTIONS(4289), - [anon_sym_final] = ACTIONS(4289), - [anon_sym_open] = ACTIONS(4289), - [anon_sym_vararg] = ACTIONS(4289), - [anon_sym_noinline] = ACTIONS(4289), - [anon_sym_crossinline] = ACTIONS(4289), - [anon_sym_expect] = ACTIONS(4289), - [anon_sym_actual] = ACTIONS(4289), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), + [sym__comparison_operator] = STATE(1795), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3168), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3168), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_while] = ACTIONS(3166), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4287), - [sym__automatic_semicolon] = ACTIONS(4287), - [sym_safe_nav] = ACTIONS(4287), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4263] = { - [sym__alpha_identifier] = ACTIONS(4874), - [anon_sym_AT] = ACTIONS(4876), - [anon_sym_LBRACK] = ACTIONS(4876), - [anon_sym_as] = ACTIONS(4874), - [anon_sym_LBRACE] = ACTIONS(4876), - [anon_sym_RBRACE] = ACTIONS(4876), - [anon_sym_LPAREN] = ACTIONS(7519), - [anon_sym_COMMA] = ACTIONS(4876), - [anon_sym_LT] = ACTIONS(4874), - [anon_sym_GT] = ACTIONS(4874), - [anon_sym_where] = ACTIONS(4874), - [anon_sym_DOT] = ACTIONS(4874), - [anon_sym_SEMI] = ACTIONS(4876), - [anon_sym_get] = ACTIONS(4874), - [anon_sym_set] = ACTIONS(4874), - [anon_sym_STAR] = ACTIONS(4876), - [sym_label] = ACTIONS(4876), - [anon_sym_in] = ACTIONS(4874), - [anon_sym_DOT_DOT] = ACTIONS(4876), - [anon_sym_QMARK_COLON] = ACTIONS(4876), - [anon_sym_AMP_AMP] = ACTIONS(4876), - [anon_sym_PIPE_PIPE] = ACTIONS(4876), - [anon_sym_else] = ACTIONS(4874), - [anon_sym_COLON_COLON] = ACTIONS(4876), - [anon_sym_BANG_EQ] = ACTIONS(4874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4876), - [anon_sym_EQ_EQ] = ACTIONS(4874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4876), - [anon_sym_LT_EQ] = ACTIONS(4876), - [anon_sym_GT_EQ] = ACTIONS(4876), - [anon_sym_BANGin] = ACTIONS(4876), - [anon_sym_is] = ACTIONS(4874), - [anon_sym_BANGis] = ACTIONS(4876), - [anon_sym_PLUS] = ACTIONS(4874), - [anon_sym_DASH] = ACTIONS(4874), - [anon_sym_SLASH] = ACTIONS(4874), - [anon_sym_PERCENT] = ACTIONS(4876), - [anon_sym_as_QMARK] = ACTIONS(4876), - [anon_sym_PLUS_PLUS] = ACTIONS(4876), - [anon_sym_DASH_DASH] = ACTIONS(4876), - [anon_sym_BANG_BANG] = ACTIONS(4876), - [anon_sym_suspend] = ACTIONS(4874), - [anon_sym_sealed] = ACTIONS(4874), - [anon_sym_annotation] = ACTIONS(4874), - [anon_sym_data] = ACTIONS(4874), - [anon_sym_inner] = ACTIONS(4874), - [anon_sym_value] = ACTIONS(4874), - [anon_sym_override] = ACTIONS(4874), - [anon_sym_lateinit] = ACTIONS(4874), - [anon_sym_public] = ACTIONS(4874), - [anon_sym_private] = ACTIONS(4874), - [anon_sym_internal] = ACTIONS(4874), - [anon_sym_protected] = ACTIONS(4874), - [anon_sym_tailrec] = ACTIONS(4874), - [anon_sym_operator] = ACTIONS(4874), - [anon_sym_infix] = ACTIONS(4874), - [anon_sym_inline] = ACTIONS(4874), - [anon_sym_external] = ACTIONS(4874), - [sym_property_modifier] = ACTIONS(4874), - [anon_sym_abstract] = ACTIONS(4874), - [anon_sym_final] = ACTIONS(4874), - [anon_sym_open] = ACTIONS(4874), - [anon_sym_vararg] = ACTIONS(4874), - [anon_sym_noinline] = ACTIONS(4874), - [anon_sym_crossinline] = ACTIONS(4874), - [anon_sym_expect] = ACTIONS(4874), - [anon_sym_actual] = ACTIONS(4874), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), + [sym__comparison_operator] = STATE(1795), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3107), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_while] = ACTIONS(3105), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_else] = ACTIONS(3105), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4876), - [sym__automatic_semicolon] = ACTIONS(4876), - [sym_safe_nav] = ACTIONS(4876), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4264] = { - [sym__alpha_identifier] = ACTIONS(4892), - [anon_sym_AT] = ACTIONS(4894), - [anon_sym_LBRACK] = ACTIONS(4894), - [anon_sym_as] = ACTIONS(4892), - [anon_sym_LBRACE] = ACTIONS(4894), - [anon_sym_RBRACE] = ACTIONS(4894), - [anon_sym_LPAREN] = ACTIONS(7521), - [anon_sym_COMMA] = ACTIONS(4894), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym_GT] = ACTIONS(4892), - [anon_sym_where] = ACTIONS(4892), - [anon_sym_DOT] = ACTIONS(4892), - [anon_sym_SEMI] = ACTIONS(4894), - [anon_sym_get] = ACTIONS(4892), - [anon_sym_set] = ACTIONS(4892), - [anon_sym_STAR] = ACTIONS(4894), - [sym_label] = ACTIONS(4894), - [anon_sym_in] = ACTIONS(4892), - [anon_sym_DOT_DOT] = ACTIONS(4894), - [anon_sym_QMARK_COLON] = ACTIONS(4894), - [anon_sym_AMP_AMP] = ACTIONS(4894), - [anon_sym_PIPE_PIPE] = ACTIONS(4894), - [anon_sym_else] = ACTIONS(4892), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_BANG_EQ] = ACTIONS(4892), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4894), - [anon_sym_EQ_EQ] = ACTIONS(4892), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4894), - [anon_sym_LT_EQ] = ACTIONS(4894), - [anon_sym_GT_EQ] = ACTIONS(4894), - [anon_sym_BANGin] = ACTIONS(4894), - [anon_sym_is] = ACTIONS(4892), - [anon_sym_BANGis] = ACTIONS(4894), - [anon_sym_PLUS] = ACTIONS(4892), - [anon_sym_DASH] = ACTIONS(4892), - [anon_sym_SLASH] = ACTIONS(4892), - [anon_sym_PERCENT] = ACTIONS(4894), - [anon_sym_as_QMARK] = ACTIONS(4894), - [anon_sym_PLUS_PLUS] = ACTIONS(4894), - [anon_sym_DASH_DASH] = ACTIONS(4894), - [anon_sym_BANG_BANG] = ACTIONS(4894), - [anon_sym_suspend] = ACTIONS(4892), - [anon_sym_sealed] = ACTIONS(4892), - [anon_sym_annotation] = ACTIONS(4892), - [anon_sym_data] = ACTIONS(4892), - [anon_sym_inner] = ACTIONS(4892), - [anon_sym_value] = ACTIONS(4892), - [anon_sym_override] = ACTIONS(4892), - [anon_sym_lateinit] = ACTIONS(4892), - [anon_sym_public] = ACTIONS(4892), - [anon_sym_private] = ACTIONS(4892), - [anon_sym_internal] = ACTIONS(4892), - [anon_sym_protected] = ACTIONS(4892), - [anon_sym_tailrec] = ACTIONS(4892), - [anon_sym_operator] = ACTIONS(4892), - [anon_sym_infix] = ACTIONS(4892), - [anon_sym_inline] = ACTIONS(4892), - [anon_sym_external] = ACTIONS(4892), - [sym_property_modifier] = ACTIONS(4892), - [anon_sym_abstract] = ACTIONS(4892), - [anon_sym_final] = ACTIONS(4892), - [anon_sym_open] = ACTIONS(4892), - [anon_sym_vararg] = ACTIONS(4892), - [anon_sym_noinline] = ACTIONS(4892), - [anon_sym_crossinline] = ACTIONS(4892), - [anon_sym_expect] = ACTIONS(4892), - [anon_sym_actual] = ACTIONS(4892), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4894), - [sym__automatic_semicolon] = ACTIONS(4894), - [sym_safe_nav] = ACTIONS(4894), - [sym_multiline_comment] = ACTIONS(3), - }, - [4265] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_while] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_RBRACE] = ACTIONS(3152), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3152), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_while] = ACTIONS(3150), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4266] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [4265] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3169), + [anon_sym_RBRACE] = ACTIONS(3148), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3148), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_while] = ACTIONS(3167), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_while] = ACTIONS(3146), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [4266] = { + [sym__alpha_identifier] = ACTIONS(4838), + [anon_sym_AT] = ACTIONS(4840), + [anon_sym_LBRACK] = ACTIONS(4840), + [anon_sym_as] = ACTIONS(4838), + [anon_sym_LBRACE] = ACTIONS(4840), + [anon_sym_RBRACE] = ACTIONS(4840), + [anon_sym_LPAREN] = ACTIONS(7525), + [anon_sym_COMMA] = ACTIONS(4840), + [anon_sym_LT] = ACTIONS(4838), + [anon_sym_GT] = ACTIONS(4838), + [anon_sym_where] = ACTIONS(4838), + [anon_sym_DOT] = ACTIONS(4838), + [anon_sym_SEMI] = ACTIONS(4840), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4838), + [anon_sym_STAR] = ACTIONS(4840), + [sym_label] = ACTIONS(4840), + [anon_sym_in] = ACTIONS(4838), + [anon_sym_DOT_DOT] = ACTIONS(4840), + [anon_sym_QMARK_COLON] = ACTIONS(4840), + [anon_sym_AMP_AMP] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4840), + [anon_sym_else] = ACTIONS(4838), + [anon_sym_COLON_COLON] = ACTIONS(4840), + [anon_sym_BANG_EQ] = ACTIONS(4838), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4840), + [anon_sym_EQ_EQ] = ACTIONS(4838), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4840), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4840), + [anon_sym_BANGin] = ACTIONS(4840), + [anon_sym_is] = ACTIONS(4838), + [anon_sym_BANGis] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4838), + [anon_sym_SLASH] = ACTIONS(4838), + [anon_sym_PERCENT] = ACTIONS(4840), + [anon_sym_as_QMARK] = ACTIONS(4840), + [anon_sym_PLUS_PLUS] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4840), + [anon_sym_BANG_BANG] = ACTIONS(4840), + [anon_sym_suspend] = ACTIONS(4838), + [anon_sym_sealed] = ACTIONS(4838), + [anon_sym_annotation] = ACTIONS(4838), + [anon_sym_data] = ACTIONS(4838), + [anon_sym_inner] = ACTIONS(4838), + [anon_sym_value] = ACTIONS(4838), + [anon_sym_override] = ACTIONS(4838), + [anon_sym_lateinit] = ACTIONS(4838), + [anon_sym_public] = ACTIONS(4838), + [anon_sym_private] = ACTIONS(4838), + [anon_sym_internal] = ACTIONS(4838), + [anon_sym_protected] = ACTIONS(4838), + [anon_sym_tailrec] = ACTIONS(4838), + [anon_sym_operator] = ACTIONS(4838), + [anon_sym_infix] = ACTIONS(4838), + [anon_sym_inline] = ACTIONS(4838), + [anon_sym_external] = ACTIONS(4838), + [sym_property_modifier] = ACTIONS(4838), + [anon_sym_abstract] = ACTIONS(4838), + [anon_sym_final] = ACTIONS(4838), + [anon_sym_open] = ACTIONS(4838), + [anon_sym_vararg] = ACTIONS(4838), + [anon_sym_noinline] = ACTIONS(4838), + [anon_sym_crossinline] = ACTIONS(4838), + [anon_sym_expect] = ACTIONS(4838), + [anon_sym_actual] = ACTIONS(4838), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4840), + [sym__automatic_semicolon] = ACTIONS(4840), + [sym_safe_nav] = ACTIONS(4840), [sym_multiline_comment] = ACTIONS(3), }, [4267] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(3088), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3162), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_while] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3090), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_while] = ACTIONS(3088), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_else] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3090), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4268] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_COMMA] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_where] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(4820), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4820), - [sym_label] = ACTIONS(4820), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_else] = ACTIONS(7541), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4820), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), + [sym__comparison_operator] = STATE(1795), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_RBRACE] = ACTIONS(3144), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3144), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_while] = ACTIONS(3142), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4269] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), - [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(3094), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3096), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_while] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3096), - [sym_safe_nav] = ACTIONS(6740), + [sym_class_body] = STATE(3999), + [sym__alpha_identifier] = ACTIONS(4450), + [anon_sym_AT] = ACTIONS(4452), + [anon_sym_COLON] = ACTIONS(7527), + [anon_sym_LBRACK] = ACTIONS(4452), + [anon_sym_as] = ACTIONS(4450), + [anon_sym_LBRACE] = ACTIONS(5796), + [anon_sym_RBRACE] = ACTIONS(4452), + [anon_sym_LPAREN] = ACTIONS(4452), + [anon_sym_LT] = ACTIONS(4450), + [anon_sym_GT] = ACTIONS(4450), + [anon_sym_DOT] = ACTIONS(4450), + [anon_sym_SEMI] = ACTIONS(4452), + [anon_sym_get] = ACTIONS(4450), + [anon_sym_set] = ACTIONS(4450), + [anon_sym_STAR] = ACTIONS(4452), + [sym_label] = ACTIONS(4452), + [anon_sym_in] = ACTIONS(4450), + [anon_sym_DOT_DOT] = ACTIONS(4452), + [anon_sym_QMARK_COLON] = ACTIONS(4452), + [anon_sym_AMP_AMP] = ACTIONS(4452), + [anon_sym_PIPE_PIPE] = ACTIONS(4452), + [anon_sym_else] = ACTIONS(4450), + [anon_sym_COLON_COLON] = ACTIONS(4452), + [anon_sym_BANG_EQ] = ACTIONS(4450), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4452), + [anon_sym_EQ_EQ] = ACTIONS(4450), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4452), + [anon_sym_LT_EQ] = ACTIONS(4452), + [anon_sym_GT_EQ] = ACTIONS(4452), + [anon_sym_BANGin] = ACTIONS(4452), + [anon_sym_is] = ACTIONS(4450), + [anon_sym_BANGis] = ACTIONS(4452), + [anon_sym_PLUS] = ACTIONS(4450), + [anon_sym_DASH] = ACTIONS(4450), + [anon_sym_SLASH] = ACTIONS(4450), + [anon_sym_PERCENT] = ACTIONS(4452), + [anon_sym_as_QMARK] = ACTIONS(4452), + [anon_sym_PLUS_PLUS] = ACTIONS(4452), + [anon_sym_DASH_DASH] = ACTIONS(4452), + [anon_sym_BANG_BANG] = ACTIONS(4452), + [anon_sym_suspend] = ACTIONS(4450), + [anon_sym_sealed] = ACTIONS(4450), + [anon_sym_annotation] = ACTIONS(4450), + [anon_sym_data] = ACTIONS(4450), + [anon_sym_inner] = ACTIONS(4450), + [anon_sym_value] = ACTIONS(4450), + [anon_sym_override] = ACTIONS(4450), + [anon_sym_lateinit] = ACTIONS(4450), + [anon_sym_public] = ACTIONS(4450), + [anon_sym_private] = ACTIONS(4450), + [anon_sym_internal] = ACTIONS(4450), + [anon_sym_protected] = ACTIONS(4450), + [anon_sym_tailrec] = ACTIONS(4450), + [anon_sym_operator] = ACTIONS(4450), + [anon_sym_infix] = ACTIONS(4450), + [anon_sym_inline] = ACTIONS(4450), + [anon_sym_external] = ACTIONS(4450), + [sym_property_modifier] = ACTIONS(4450), + [anon_sym_abstract] = ACTIONS(4450), + [anon_sym_final] = ACTIONS(4450), + [anon_sym_open] = ACTIONS(4450), + [anon_sym_vararg] = ACTIONS(4450), + [anon_sym_noinline] = ACTIONS(4450), + [anon_sym_crossinline] = ACTIONS(4450), + [anon_sym_expect] = ACTIONS(4450), + [anon_sym_actual] = ACTIONS(4450), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4452), + [sym__automatic_semicolon] = ACTIONS(4452), + [sym_safe_nav] = ACTIONS(4452), [sym_multiline_comment] = ACTIONS(3), }, [4270] = { - [sym_class_body] = STATE(3874), - [sym__alpha_identifier] = ACTIONS(4349), - [anon_sym_AT] = ACTIONS(4351), - [anon_sym_COLON] = ACTIONS(7543), - [anon_sym_LBRACK] = ACTIONS(4351), - [anon_sym_as] = ACTIONS(4349), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4351), - [anon_sym_LPAREN] = ACTIONS(4351), - [anon_sym_LT] = ACTIONS(4349), - [anon_sym_GT] = ACTIONS(4349), - [anon_sym_DOT] = ACTIONS(4349), - [anon_sym_SEMI] = ACTIONS(4351), - [anon_sym_get] = ACTIONS(4349), - [anon_sym_set] = ACTIONS(4349), - [anon_sym_STAR] = ACTIONS(4351), - [sym_label] = ACTIONS(4351), - [anon_sym_in] = ACTIONS(4349), - [anon_sym_DOT_DOT] = ACTIONS(4351), - [anon_sym_QMARK_COLON] = ACTIONS(4351), - [anon_sym_AMP_AMP] = ACTIONS(4351), - [anon_sym_PIPE_PIPE] = ACTIONS(4351), - [anon_sym_else] = ACTIONS(4349), - [anon_sym_COLON_COLON] = ACTIONS(4351), - [anon_sym_BANG_EQ] = ACTIONS(4349), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4351), - [anon_sym_EQ_EQ] = ACTIONS(4349), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4351), - [anon_sym_LT_EQ] = ACTIONS(4351), - [anon_sym_GT_EQ] = ACTIONS(4351), - [anon_sym_BANGin] = ACTIONS(4351), - [anon_sym_is] = ACTIONS(4349), - [anon_sym_BANGis] = ACTIONS(4351), - [anon_sym_PLUS] = ACTIONS(4349), - [anon_sym_DASH] = ACTIONS(4349), - [anon_sym_SLASH] = ACTIONS(4349), - [anon_sym_PERCENT] = ACTIONS(4351), - [anon_sym_as_QMARK] = ACTIONS(4351), - [anon_sym_PLUS_PLUS] = ACTIONS(4351), - [anon_sym_DASH_DASH] = ACTIONS(4351), - [anon_sym_BANG_BANG] = ACTIONS(4351), - [anon_sym_suspend] = ACTIONS(4349), - [anon_sym_sealed] = ACTIONS(4349), - [anon_sym_annotation] = ACTIONS(4349), - [anon_sym_data] = ACTIONS(4349), - [anon_sym_inner] = ACTIONS(4349), - [anon_sym_value] = ACTIONS(4349), - [anon_sym_override] = ACTIONS(4349), - [anon_sym_lateinit] = ACTIONS(4349), - [anon_sym_public] = ACTIONS(4349), - [anon_sym_private] = ACTIONS(4349), - [anon_sym_internal] = ACTIONS(4349), - [anon_sym_protected] = ACTIONS(4349), - [anon_sym_tailrec] = ACTIONS(4349), - [anon_sym_operator] = ACTIONS(4349), - [anon_sym_infix] = ACTIONS(4349), - [anon_sym_inline] = ACTIONS(4349), - [anon_sym_external] = ACTIONS(4349), - [sym_property_modifier] = ACTIONS(4349), - [anon_sym_abstract] = ACTIONS(4349), - [anon_sym_final] = ACTIONS(4349), - [anon_sym_open] = ACTIONS(4349), - [anon_sym_vararg] = ACTIONS(4349), - [anon_sym_noinline] = ACTIONS(4349), - [anon_sym_crossinline] = ACTIONS(4349), - [anon_sym_expect] = ACTIONS(4349), - [anon_sym_actual] = ACTIONS(4349), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4351), - [sym__automatic_semicolon] = ACTIONS(4351), - [sym_safe_nav] = ACTIONS(4351), + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_where] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(4932), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4932), + [sym_label] = ACTIONS(4932), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_else] = ACTIONS(7529), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), [sym_multiline_comment] = ACTIONS(3), }, [4271] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3103), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3103), + [anon_sym_RBRACE] = ACTIONS(3119), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3119), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_while] = ACTIONS(3101), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_else] = ACTIONS(3101), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3117), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3119), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_while] = ACTIONS(3117), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_else] = ACTIONS(3117), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4272] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_COMMA] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_where] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(7545), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4820), - [sym_label] = ACTIONS(4820), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_else] = ACTIONS(7541), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4820), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), - [sym_multiline_comment] = ACTIONS(3), - }, - [4273] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3134), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3134), + [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3103), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_while] = ACTIONS(3132), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_while] = ACTIONS(3101), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_else] = ACTIONS(3101), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4274] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [4273] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(3193), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_while] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(6740), + [anon_sym_RBRACE] = ACTIONS(3180), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3180), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_while] = ACTIONS(3178), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_else] = ACTIONS(3178), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4275] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [4274] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3090), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3090), + [anon_sym_RBRACE] = ACTIONS(3156), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3156), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_while] = ACTIONS(3088), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_else] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_while] = ACTIONS(3154), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4276] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [4275] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(3185), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3146), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3146), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_while] = ACTIONS(3144), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_RBRACE] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_while] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3187), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [4276] = { + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4301), + [anon_sym_LBRACK] = ACTIONS(4301), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4301), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(7531), + [anon_sym_COMMA] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_where] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4301), + [sym_label] = ACTIONS(4301), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4301), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4301), + [anon_sym_DASH_DASH] = ACTIONS(4301), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [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_value] = 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(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym__backtick_identifier] = ACTIONS(4301), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), }, [4277] = { - [sym__alpha_identifier] = ACTIONS(4267), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(7547), - [anon_sym_COMMA] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_where] = ACTIONS(4267), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4267), - [anon_sym_set] = ACTIONS(4267), - [anon_sym_STAR] = ACTIONS(4265), - [sym_label] = ACTIONS(4265), - [anon_sym_in] = ACTIONS(4267), - [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(4267), - [anon_sym_COLON_COLON] = ACTIONS(4265), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4267), - [anon_sym_DASH] = ACTIONS(4267), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [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(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4267), - [anon_sym_inner] = ACTIONS(4267), - [anon_sym_value] = ACTIONS(4267), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4267), - [anon_sym_actual] = ACTIONS(4267), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4265), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), + [sym__alpha_identifier] = ACTIONS(4289), + [anon_sym_AT] = ACTIONS(4287), + [anon_sym_LBRACK] = ACTIONS(4287), + [anon_sym_as] = ACTIONS(4289), + [anon_sym_LBRACE] = ACTIONS(4287), + [anon_sym_RBRACE] = ACTIONS(4287), + [anon_sym_LPAREN] = ACTIONS(7533), + [anon_sym_COMMA] = ACTIONS(4287), + [anon_sym_LT] = ACTIONS(4289), + [anon_sym_GT] = ACTIONS(4289), + [anon_sym_where] = ACTIONS(4289), + [anon_sym_DOT] = ACTIONS(4289), + [anon_sym_SEMI] = ACTIONS(4287), + [anon_sym_get] = ACTIONS(4289), + [anon_sym_set] = ACTIONS(4289), + [anon_sym_STAR] = ACTIONS(4287), + [sym_label] = ACTIONS(4287), + [anon_sym_in] = ACTIONS(4289), + [anon_sym_DOT_DOT] = ACTIONS(4287), + [anon_sym_QMARK_COLON] = ACTIONS(4287), + [anon_sym_AMP_AMP] = ACTIONS(4287), + [anon_sym_PIPE_PIPE] = ACTIONS(4287), + [anon_sym_else] = ACTIONS(4289), + [anon_sym_COLON_COLON] = ACTIONS(4287), + [anon_sym_BANG_EQ] = ACTIONS(4289), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4287), + [anon_sym_EQ_EQ] = ACTIONS(4289), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4287), + [anon_sym_LT_EQ] = ACTIONS(4287), + [anon_sym_GT_EQ] = ACTIONS(4287), + [anon_sym_BANGin] = ACTIONS(4287), + [anon_sym_is] = ACTIONS(4289), + [anon_sym_BANGis] = ACTIONS(4287), + [anon_sym_PLUS] = ACTIONS(4289), + [anon_sym_DASH] = ACTIONS(4289), + [anon_sym_SLASH] = ACTIONS(4289), + [anon_sym_PERCENT] = ACTIONS(4287), + [anon_sym_as_QMARK] = ACTIONS(4287), + [anon_sym_PLUS_PLUS] = ACTIONS(4287), + [anon_sym_DASH_DASH] = ACTIONS(4287), + [anon_sym_BANG_BANG] = ACTIONS(4287), + [anon_sym_suspend] = ACTIONS(4289), + [anon_sym_sealed] = ACTIONS(4289), + [anon_sym_annotation] = ACTIONS(4289), + [anon_sym_data] = ACTIONS(4289), + [anon_sym_inner] = ACTIONS(4289), + [anon_sym_value] = ACTIONS(4289), + [anon_sym_override] = ACTIONS(4289), + [anon_sym_lateinit] = ACTIONS(4289), + [anon_sym_public] = ACTIONS(4289), + [anon_sym_private] = ACTIONS(4289), + [anon_sym_internal] = ACTIONS(4289), + [anon_sym_protected] = ACTIONS(4289), + [anon_sym_tailrec] = ACTIONS(4289), + [anon_sym_operator] = ACTIONS(4289), + [anon_sym_infix] = ACTIONS(4289), + [anon_sym_inline] = ACTIONS(4289), + [anon_sym_external] = ACTIONS(4289), + [sym_property_modifier] = ACTIONS(4289), + [anon_sym_abstract] = ACTIONS(4289), + [anon_sym_final] = ACTIONS(4289), + [anon_sym_open] = ACTIONS(4289), + [anon_sym_vararg] = ACTIONS(4289), + [anon_sym_noinline] = ACTIONS(4289), + [anon_sym_crossinline] = ACTIONS(4289), + [anon_sym_expect] = ACTIONS(4289), + [anon_sym_actual] = ACTIONS(4289), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4287), + [sym__automatic_semicolon] = ACTIONS(4287), + [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), }, [4278] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), - [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3115), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_while] = ACTIONS(3113), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_class_body] = STATE(3977), + [sym__alpha_identifier] = ACTIONS(4422), + [anon_sym_AT] = ACTIONS(4424), + [anon_sym_COLON] = ACTIONS(7535), + [anon_sym_LBRACK] = ACTIONS(4424), + [anon_sym_as] = ACTIONS(4422), + [anon_sym_LBRACE] = ACTIONS(5796), + [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_value] = 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), }, [4279] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_COMMA] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_where] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(7537), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4932), + [sym_label] = ACTIONS(4932), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_else] = ACTIONS(7529), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), + [sym_multiline_comment] = ACTIONS(3), + }, + [4280] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3142), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3142), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(3097), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_while] = ACTIONS(3140), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_while] = ACTIONS(3095), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), - }, - [4280] = { - [sym_class_body] = STATE(3881), - [sym__alpha_identifier] = ACTIONS(4497), - [anon_sym_AT] = ACTIONS(4499), - [anon_sym_COLON] = ACTIONS(7549), - [anon_sym_LBRACK] = ACTIONS(4499), - [anon_sym_as] = ACTIONS(4497), - [anon_sym_LBRACE] = ACTIONS(5836), - [anon_sym_RBRACE] = ACTIONS(4499), - [anon_sym_LPAREN] = ACTIONS(4499), - [anon_sym_LT] = ACTIONS(4497), - [anon_sym_GT] = 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(4499), - [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_COLON_COLON] = 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(4499), - [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_value] = 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_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4281] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), - [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(2186), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2183), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(2182), + [sym__multiplicative_operator] = STATE(2181), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2179), + [sym__lexical_identifier] = STATE(5425), [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), + [sym__alpha_identifier] = ACTIONS(3128), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3184), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3184), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_while] = ACTIONS(3182), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3130), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_LT] = ACTIONS(3132), + [anon_sym_GT] = ACTIONS(3128), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3130), + [anon_sym_get] = ACTIONS(3128), + [anon_sym_set] = ACTIONS(3128), + [anon_sym_STAR] = ACTIONS(7539), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3128), + [anon_sym_DOT_DOT] = ACTIONS(3130), + [anon_sym_QMARK_COLON] = ACTIONS(3130), + [anon_sym_AMP_AMP] = ACTIONS(3130), + [anon_sym_PIPE_PIPE] = ACTIONS(3130), + [anon_sym_else] = ACTIONS(3128), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(3128), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3130), + [anon_sym_EQ_EQ] = ACTIONS(3128), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3130), + [anon_sym_LT_EQ] = ACTIONS(3130), + [anon_sym_GT_EQ] = ACTIONS(3130), + [anon_sym_BANGin] = ACTIONS(3130), + [anon_sym_is] = ACTIONS(3128), + [anon_sym_BANGis] = ACTIONS(3130), + [anon_sym_PLUS] = ACTIONS(3128), + [anon_sym_DASH] = ACTIONS(3128), + [anon_sym_SLASH] = ACTIONS(7541), + [anon_sym_PERCENT] = ACTIONS(7539), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3128), + [anon_sym_inner] = ACTIONS(3128), + [anon_sym_value] = ACTIONS(3128), + [anon_sym_expect] = ACTIONS(3128), + [anon_sym_actual] = ACTIONS(3128), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3130), + [sym__automatic_semicolon] = ACTIONS(3130), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, [4282] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), - [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(2186), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2183), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(2182), + [sym__multiplicative_operator] = STATE(2181), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2179), + [sym__lexical_identifier] = STATE(5425), [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3158), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3158), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_while] = ACTIONS(3156), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7543), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7539), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7545), + [anon_sym_DOT_DOT] = ACTIONS(7547), + [anon_sym_QMARK_COLON] = ACTIONS(7549), + [anon_sym_AMP_AMP] = ACTIONS(7551), + [anon_sym_PIPE_PIPE] = ACTIONS(7553), + [anon_sym_else] = ACTIONS(3095), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7555), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7557), + [anon_sym_EQ_EQ] = ACTIONS(7555), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7557), + [anon_sym_LT_EQ] = ACTIONS(7559), + [anon_sym_GT_EQ] = ACTIONS(7559), + [anon_sym_BANGin] = ACTIONS(7561), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7563), + [anon_sym_DASH] = ACTIONS(7563), + [anon_sym_SLASH] = ACTIONS(7541), + [anon_sym_PERCENT] = ACTIONS(7539), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym__automatic_semicolon] = ACTIONS(3097), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, [4283] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), - [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), + [sym__alpha_identifier] = ACTIONS(4838), + [anon_sym_AT] = ACTIONS(4840), + [anon_sym_LBRACK] = ACTIONS(4840), + [anon_sym_as] = ACTIONS(4838), + [anon_sym_LBRACE] = ACTIONS(4840), + [anon_sym_RBRACE] = ACTIONS(4840), + [anon_sym_LPAREN] = ACTIONS(7565), + [anon_sym_RPAREN] = ACTIONS(4840), + [anon_sym_LT] = ACTIONS(4838), + [anon_sym_GT] = ACTIONS(4838), + [anon_sym_DOT] = ACTIONS(4838), + [anon_sym_SEMI] = ACTIONS(4840), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4838), + [anon_sym_STAR] = ACTIONS(4840), + [sym_label] = ACTIONS(4840), + [anon_sym_in] = ACTIONS(4838), + [anon_sym_while] = ACTIONS(4838), + [anon_sym_DOT_DOT] = ACTIONS(4840), + [anon_sym_QMARK_COLON] = ACTIONS(4840), + [anon_sym_AMP_AMP] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4840), + [anon_sym_else] = ACTIONS(4838), + [anon_sym_COLON_COLON] = ACTIONS(4840), + [anon_sym_BANG_EQ] = ACTIONS(4838), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4840), + [anon_sym_EQ_EQ] = ACTIONS(4838), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4840), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4840), + [anon_sym_BANGin] = ACTIONS(4840), + [anon_sym_is] = ACTIONS(4838), + [anon_sym_BANGis] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4838), + [anon_sym_SLASH] = ACTIONS(4838), + [anon_sym_PERCENT] = ACTIONS(4840), + [anon_sym_as_QMARK] = ACTIONS(4840), + [anon_sym_PLUS_PLUS] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4840), + [anon_sym_BANG_BANG] = ACTIONS(4840), + [anon_sym_suspend] = ACTIONS(4838), + [anon_sym_sealed] = ACTIONS(4838), + [anon_sym_annotation] = ACTIONS(4838), + [anon_sym_data] = ACTIONS(4838), + [anon_sym_inner] = ACTIONS(4838), + [anon_sym_value] = ACTIONS(4838), + [anon_sym_override] = ACTIONS(4838), + [anon_sym_lateinit] = ACTIONS(4838), + [anon_sym_public] = ACTIONS(4838), + [anon_sym_private] = ACTIONS(4838), + [anon_sym_internal] = ACTIONS(4838), + [anon_sym_protected] = ACTIONS(4838), + [anon_sym_tailrec] = ACTIONS(4838), + [anon_sym_operator] = ACTIONS(4838), + [anon_sym_infix] = ACTIONS(4838), + [anon_sym_inline] = ACTIONS(4838), + [anon_sym_external] = ACTIONS(4838), + [sym_property_modifier] = ACTIONS(4838), + [anon_sym_abstract] = ACTIONS(4838), + [anon_sym_final] = ACTIONS(4838), + [anon_sym_open] = ACTIONS(4838), + [anon_sym_vararg] = ACTIONS(4838), + [anon_sym_noinline] = ACTIONS(4838), + [anon_sym_crossinline] = ACTIONS(4838), + [anon_sym_expect] = ACTIONS(4838), + [anon_sym_actual] = ACTIONS(4838), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4840), + [sym_safe_nav] = ACTIONS(4840), + [sym_multiline_comment] = ACTIONS(3), + }, + [4284] = { + [sym__alpha_identifier] = ACTIONS(4848), + [anon_sym_AT] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_as] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_LPAREN] = ACTIONS(7567), + [anon_sym_RPAREN] = ACTIONS(4850), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym_get] = ACTIONS(4848), + [anon_sym_set] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4850), + [sym_label] = ACTIONS(4850), + [anon_sym_in] = ACTIONS(4848), + [anon_sym_while] = ACTIONS(4848), + [anon_sym_DOT_DOT] = ACTIONS(4850), + [anon_sym_QMARK_COLON] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_else] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4850), + [anon_sym_EQ_EQ] = ACTIONS(4848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_BANGin] = ACTIONS(4850), + [anon_sym_is] = ACTIONS(4848), + [anon_sym_BANGis] = ACTIONS(4850), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4850), + [anon_sym_as_QMARK] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_BANG_BANG] = ACTIONS(4850), + [anon_sym_suspend] = ACTIONS(4848), + [anon_sym_sealed] = ACTIONS(4848), + [anon_sym_annotation] = ACTIONS(4848), + [anon_sym_data] = ACTIONS(4848), + [anon_sym_inner] = ACTIONS(4848), + [anon_sym_value] = ACTIONS(4848), + [anon_sym_override] = ACTIONS(4848), + [anon_sym_lateinit] = ACTIONS(4848), + [anon_sym_public] = ACTIONS(4848), + [anon_sym_private] = ACTIONS(4848), + [anon_sym_internal] = ACTIONS(4848), + [anon_sym_protected] = ACTIONS(4848), + [anon_sym_tailrec] = ACTIONS(4848), + [anon_sym_operator] = ACTIONS(4848), + [anon_sym_infix] = ACTIONS(4848), + [anon_sym_inline] = ACTIONS(4848), + [anon_sym_external] = ACTIONS(4848), + [sym_property_modifier] = ACTIONS(4848), + [anon_sym_abstract] = ACTIONS(4848), + [anon_sym_final] = ACTIONS(4848), + [anon_sym_open] = ACTIONS(4848), + [anon_sym_vararg] = ACTIONS(4848), + [anon_sym_noinline] = ACTIONS(4848), + [anon_sym_crossinline] = ACTIONS(4848), + [anon_sym_expect] = ACTIONS(4848), + [anon_sym_actual] = ACTIONS(4848), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4850), + [sym_safe_nav] = ACTIONS(4850), + [sym_multiline_comment] = ACTIONS(3), + }, + [4285] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(2186), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2183), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(2182), + [sym__multiplicative_operator] = STATE(2181), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2179), + [sym__lexical_identifier] = STATE(5425), [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(3138), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3138), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_while] = ACTIONS(3136), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_LT] = ACTIONS(3125), + [anon_sym_GT] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7539), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3121), + [anon_sym_DOT_DOT] = ACTIONS(7547), + [anon_sym_QMARK_COLON] = ACTIONS(7549), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_else] = ACTIONS(3121), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3121), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(7563), + [anon_sym_DASH] = ACTIONS(7563), + [anon_sym_SLASH] = ACTIONS(7541), + [anon_sym_PERCENT] = ACTIONS(7539), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym__automatic_semicolon] = ACTIONS(3123), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4284] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), - [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), + [4286] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(2186), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2183), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(2182), + [sym__multiplicative_operator] = STATE(2181), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2179), + [sym__lexical_identifier] = STATE(5425), [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_RBRACE] = ACTIONS(3119), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(3119), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), + [anon_sym_GT] = ACTIONS(3117), + [anon_sym_DOT] = ACTIONS(7065), [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_while] = ACTIONS(3117), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7539), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7545), + [anon_sym_DOT_DOT] = ACTIONS(7547), + [anon_sym_QMARK_COLON] = ACTIONS(7549), [anon_sym_AMP_AMP] = ACTIONS(3119), [anon_sym_PIPE_PIPE] = ACTIONS(3119), [anon_sym_else] = ACTIONS(3117), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(7561), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7563), + [anon_sym_DASH] = ACTIONS(7563), + [anon_sym_SLASH] = ACTIONS(7541), + [anon_sym_PERCENT] = ACTIONS(7539), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym__automatic_semicolon] = ACTIONS(3119), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4285] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1923), - [sym__comparison_operator] = STATE(1924), - [sym__in_operator] = STATE(1925), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1926), - [sym__multiplicative_operator] = STATE(1928), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1931), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [4287] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(2186), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2183), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(2182), + [sym__multiplicative_operator] = STATE(2181), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2179), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3138), - [anon_sym_LPAREN] = ACTIONS(7041), + [anon_sym_RBRACE] = ACTIONS(3160), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7551), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3138), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7553), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7555), - [anon_sym_DOT_DOT] = ACTIONS(7557), - [anon_sym_QMARK_COLON] = ACTIONS(7559), - [anon_sym_AMP_AMP] = ACTIONS(7561), - [anon_sym_PIPE_PIPE] = ACTIONS(3138), - [anon_sym_else] = ACTIONS(3136), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7563), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7565), - [anon_sym_EQ_EQ] = ACTIONS(7563), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7565), - [anon_sym_LT_EQ] = ACTIONS(7567), - [anon_sym_GT_EQ] = ACTIONS(7567), - [anon_sym_BANGin] = ACTIONS(7569), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7571), - [anon_sym_DASH] = ACTIONS(7571), - [anon_sym_SLASH] = ACTIONS(7573), - [anon_sym_PERCENT] = ACTIONS(7553), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7543), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3160), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7539), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7545), + [anon_sym_DOT_DOT] = ACTIONS(7547), + [anon_sym_QMARK_COLON] = ACTIONS(7549), + [anon_sym_AMP_AMP] = ACTIONS(7551), + [anon_sym_PIPE_PIPE] = ACTIONS(7553), + [anon_sym_else] = ACTIONS(3158), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7555), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7557), + [anon_sym_EQ_EQ] = ACTIONS(7555), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7557), + [anon_sym_LT_EQ] = ACTIONS(7559), + [anon_sym_GT_EQ] = ACTIONS(7559), + [anon_sym_BANGin] = ACTIONS(7561), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7563), + [anon_sym_DASH] = ACTIONS(7563), + [anon_sym_SLASH] = ACTIONS(7541), + [anon_sym_PERCENT] = ACTIONS(7539), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3138), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [4286] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_RPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(7575), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4820), - [sym_label] = ACTIONS(4820), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_while] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_else] = ACTIONS(7577), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4820), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), - [sym_multiline_comment] = ACTIONS(3), - }, - [4287] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_RPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(4820), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4820), - [sym_label] = ACTIONS(4820), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_while] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_else] = ACTIONS(7577), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4820), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), + [sym__automatic_semicolon] = ACTIONS(3160), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, [4288] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1923), - [sym__comparison_operator] = STATE(1924), - [sym__in_operator] = STATE(1925), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1926), - [sym__multiplicative_operator] = STATE(1928), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1931), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(3094), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3096), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(3098), - [anon_sym_GT] = ACTIONS(3094), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3096), - [anon_sym_get] = ACTIONS(3094), - [anon_sym_set] = ACTIONS(3094), - [anon_sym_STAR] = ACTIONS(7553), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3094), - [anon_sym_DOT_DOT] = ACTIONS(3096), - [anon_sym_QMARK_COLON] = ACTIONS(3096), - [anon_sym_AMP_AMP] = ACTIONS(3096), - [anon_sym_PIPE_PIPE] = ACTIONS(3096), - [anon_sym_else] = ACTIONS(3094), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(3094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3096), - [anon_sym_EQ_EQ] = ACTIONS(3094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3096), - [anon_sym_LT_EQ] = ACTIONS(3096), - [anon_sym_GT_EQ] = ACTIONS(3096), - [anon_sym_BANGin] = ACTIONS(3096), - [anon_sym_is] = ACTIONS(3094), - [anon_sym_BANGis] = ACTIONS(3096), - [anon_sym_PLUS] = ACTIONS(7571), - [anon_sym_DASH] = ACTIONS(7571), - [anon_sym_SLASH] = ACTIONS(7573), - [anon_sym_PERCENT] = ACTIONS(7553), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3094), - [anon_sym_inner] = ACTIONS(3094), - [anon_sym_value] = ACTIONS(3094), - [anon_sym_expect] = ACTIONS(3094), - [anon_sym_actual] = ACTIONS(3094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3096), - [sym__automatic_semicolon] = ACTIONS(3096), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [4289] = { - [sym__alpha_identifier] = ACTIONS(4874), - [anon_sym_AT] = ACTIONS(4876), - [anon_sym_LBRACK] = ACTIONS(4876), - [anon_sym_as] = ACTIONS(4874), - [anon_sym_LBRACE] = ACTIONS(4876), - [anon_sym_RBRACE] = ACTIONS(4876), - [anon_sym_LPAREN] = ACTIONS(7579), - [anon_sym_RPAREN] = ACTIONS(4876), - [anon_sym_LT] = ACTIONS(4874), - [anon_sym_GT] = ACTIONS(4874), - [anon_sym_DOT] = ACTIONS(4874), - [anon_sym_SEMI] = ACTIONS(4876), - [anon_sym_get] = ACTIONS(4874), - [anon_sym_set] = ACTIONS(4874), - [anon_sym_STAR] = ACTIONS(4876), - [sym_label] = ACTIONS(4876), - [anon_sym_in] = ACTIONS(4874), - [anon_sym_while] = ACTIONS(4874), - [anon_sym_DOT_DOT] = ACTIONS(4876), - [anon_sym_QMARK_COLON] = ACTIONS(4876), - [anon_sym_AMP_AMP] = ACTIONS(4876), - [anon_sym_PIPE_PIPE] = ACTIONS(4876), - [anon_sym_else] = ACTIONS(4874), - [anon_sym_COLON_COLON] = ACTIONS(4876), - [anon_sym_BANG_EQ] = ACTIONS(4874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4876), - [anon_sym_EQ_EQ] = ACTIONS(4874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4876), - [anon_sym_LT_EQ] = ACTIONS(4876), - [anon_sym_GT_EQ] = ACTIONS(4876), - [anon_sym_BANGin] = ACTIONS(4876), - [anon_sym_is] = ACTIONS(4874), - [anon_sym_BANGis] = ACTIONS(4876), - [anon_sym_PLUS] = ACTIONS(4874), - [anon_sym_DASH] = ACTIONS(4874), - [anon_sym_SLASH] = ACTIONS(4874), - [anon_sym_PERCENT] = ACTIONS(4876), - [anon_sym_as_QMARK] = ACTIONS(4876), - [anon_sym_PLUS_PLUS] = ACTIONS(4876), - [anon_sym_DASH_DASH] = ACTIONS(4876), - [anon_sym_BANG_BANG] = ACTIONS(4876), - [anon_sym_suspend] = ACTIONS(4874), - [anon_sym_sealed] = ACTIONS(4874), - [anon_sym_annotation] = ACTIONS(4874), - [anon_sym_data] = ACTIONS(4874), - [anon_sym_inner] = ACTIONS(4874), - [anon_sym_value] = ACTIONS(4874), - [anon_sym_override] = ACTIONS(4874), - [anon_sym_lateinit] = ACTIONS(4874), - [anon_sym_public] = ACTIONS(4874), - [anon_sym_private] = ACTIONS(4874), - [anon_sym_internal] = ACTIONS(4874), - [anon_sym_protected] = ACTIONS(4874), - [anon_sym_tailrec] = ACTIONS(4874), - [anon_sym_operator] = ACTIONS(4874), - [anon_sym_infix] = ACTIONS(4874), - [anon_sym_inline] = ACTIONS(4874), - [anon_sym_external] = ACTIONS(4874), - [sym_property_modifier] = ACTIONS(4874), - [anon_sym_abstract] = ACTIONS(4874), - [anon_sym_final] = ACTIONS(4874), - [anon_sym_open] = ACTIONS(4874), - [anon_sym_vararg] = ACTIONS(4874), - [anon_sym_noinline] = ACTIONS(4874), - [anon_sym_crossinline] = ACTIONS(4874), - [anon_sym_expect] = ACTIONS(4874), - [anon_sym_actual] = ACTIONS(4874), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4876), - [sym_safe_nav] = ACTIONS(4876), - [sym_multiline_comment] = ACTIONS(3), - }, - [4290] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1923), - [sym__comparison_operator] = STATE(1924), - [sym__in_operator] = STATE(1925), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1926), - [sym__multiplicative_operator] = STATE(1928), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1931), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3127), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7553), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_DOT_DOT] = ACTIONS(7557), - [anon_sym_QMARK_COLON] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_else] = ACTIONS(3125), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3127), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_PLUS] = ACTIONS(7571), - [anon_sym_DASH] = ACTIONS(7571), - [anon_sym_SLASH] = ACTIONS(7573), - [anon_sym_PERCENT] = ACTIONS(7553), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3127), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [4291] = { - [sym__alpha_identifier] = ACTIONS(4892), - [anon_sym_AT] = ACTIONS(4894), - [anon_sym_LBRACK] = ACTIONS(4894), - [anon_sym_as] = ACTIONS(4892), - [anon_sym_LBRACE] = ACTIONS(4894), - [anon_sym_RBRACE] = ACTIONS(4894), - [anon_sym_LPAREN] = ACTIONS(7581), - [anon_sym_RPAREN] = ACTIONS(4894), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym_GT] = ACTIONS(4892), - [anon_sym_DOT] = ACTIONS(4892), - [anon_sym_SEMI] = ACTIONS(4894), - [anon_sym_get] = ACTIONS(4892), - [anon_sym_set] = ACTIONS(4892), - [anon_sym_STAR] = ACTIONS(4894), - [sym_label] = ACTIONS(4894), - [anon_sym_in] = ACTIONS(4892), - [anon_sym_while] = ACTIONS(4892), - [anon_sym_DOT_DOT] = ACTIONS(4894), - [anon_sym_QMARK_COLON] = ACTIONS(4894), - [anon_sym_AMP_AMP] = ACTIONS(4894), - [anon_sym_PIPE_PIPE] = ACTIONS(4894), - [anon_sym_else] = ACTIONS(4892), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_BANG_EQ] = ACTIONS(4892), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4894), - [anon_sym_EQ_EQ] = ACTIONS(4892), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4894), - [anon_sym_LT_EQ] = ACTIONS(4894), - [anon_sym_GT_EQ] = ACTIONS(4894), - [anon_sym_BANGin] = ACTIONS(4894), - [anon_sym_is] = ACTIONS(4892), - [anon_sym_BANGis] = ACTIONS(4894), - [anon_sym_PLUS] = ACTIONS(4892), - [anon_sym_DASH] = ACTIONS(4892), - [anon_sym_SLASH] = ACTIONS(4892), - [anon_sym_PERCENT] = ACTIONS(4894), - [anon_sym_as_QMARK] = ACTIONS(4894), - [anon_sym_PLUS_PLUS] = ACTIONS(4894), - [anon_sym_DASH_DASH] = ACTIONS(4894), - [anon_sym_BANG_BANG] = ACTIONS(4894), - [anon_sym_suspend] = ACTIONS(4892), - [anon_sym_sealed] = ACTIONS(4892), - [anon_sym_annotation] = ACTIONS(4892), - [anon_sym_data] = ACTIONS(4892), - [anon_sym_inner] = ACTIONS(4892), - [anon_sym_value] = ACTIONS(4892), - [anon_sym_override] = ACTIONS(4892), - [anon_sym_lateinit] = ACTIONS(4892), - [anon_sym_public] = ACTIONS(4892), - [anon_sym_private] = ACTIONS(4892), - [anon_sym_internal] = ACTIONS(4892), - [anon_sym_protected] = ACTIONS(4892), - [anon_sym_tailrec] = ACTIONS(4892), - [anon_sym_operator] = ACTIONS(4892), - [anon_sym_infix] = ACTIONS(4892), - [anon_sym_inline] = ACTIONS(4892), - [anon_sym_external] = ACTIONS(4892), - [sym_property_modifier] = ACTIONS(4892), - [anon_sym_abstract] = ACTIONS(4892), - [anon_sym_final] = ACTIONS(4892), - [anon_sym_open] = ACTIONS(4892), - [anon_sym_vararg] = ACTIONS(4892), - [anon_sym_noinline] = ACTIONS(4892), - [anon_sym_crossinline] = ACTIONS(4892), - [anon_sym_expect] = ACTIONS(4892), - [anon_sym_actual] = ACTIONS(4892), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4894), - [sym_safe_nav] = ACTIONS(4894), - [sym_multiline_comment] = ACTIONS(3), - }, - [4292] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1923), - [sym__comparison_operator] = STATE(1924), - [sym__in_operator] = STATE(1925), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1926), - [sym__multiplicative_operator] = STATE(1928), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1931), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(2186), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2183), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(2182), + [sym__multiplicative_operator] = STATE(2181), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2179), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3134), - [anon_sym_LPAREN] = ACTIONS(7041), + [anon_sym_RBRACE] = ACTIONS(3156), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7551), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7553), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7555), - [anon_sym_DOT_DOT] = ACTIONS(7557), - [anon_sym_QMARK_COLON] = ACTIONS(7559), - [anon_sym_AMP_AMP] = ACTIONS(7561), - [anon_sym_PIPE_PIPE] = ACTIONS(7583), - [anon_sym_else] = ACTIONS(3132), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7563), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7565), - [anon_sym_EQ_EQ] = ACTIONS(7563), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7565), - [anon_sym_LT_EQ] = ACTIONS(7567), - [anon_sym_GT_EQ] = ACTIONS(7567), - [anon_sym_BANGin] = ACTIONS(7569), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7571), - [anon_sym_DASH] = ACTIONS(7571), - [anon_sym_SLASH] = ACTIONS(7573), - [anon_sym_PERCENT] = ACTIONS(7553), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7543), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3156), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7539), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7545), + [anon_sym_DOT_DOT] = ACTIONS(7547), + [anon_sym_QMARK_COLON] = ACTIONS(7549), + [anon_sym_AMP_AMP] = ACTIONS(7551), + [anon_sym_PIPE_PIPE] = ACTIONS(7553), + [anon_sym_else] = ACTIONS(3154), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7555), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7557), + [anon_sym_EQ_EQ] = ACTIONS(7555), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7557), + [anon_sym_LT_EQ] = ACTIONS(7559), + [anon_sym_GT_EQ] = ACTIONS(7559), + [anon_sym_BANGin] = ACTIONS(7561), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7563), + [anon_sym_DASH] = ACTIONS(7563), + [anon_sym_SLASH] = ACTIONS(7541), + [anon_sym_PERCENT] = ACTIONS(7539), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3134), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3156), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4293] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1923), - [sym__comparison_operator] = STATE(1924), - [sym__in_operator] = STATE(1925), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1926), - [sym__multiplicative_operator] = STATE(1928), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1931), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7551), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7553), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7555), - [anon_sym_DOT_DOT] = ACTIONS(7557), - [anon_sym_QMARK_COLON] = ACTIONS(7559), - [anon_sym_AMP_AMP] = ACTIONS(7561), - [anon_sym_PIPE_PIPE] = ACTIONS(7583), - [anon_sym_else] = ACTIONS(3167), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7563), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7565), - [anon_sym_EQ_EQ] = ACTIONS(7563), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7565), - [anon_sym_LT_EQ] = ACTIONS(7567), - [anon_sym_GT_EQ] = ACTIONS(7567), - [anon_sym_BANGin] = ACTIONS(7569), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7571), - [anon_sym_DASH] = ACTIONS(7571), - [anon_sym_SLASH] = ACTIONS(7573), - [anon_sym_PERCENT] = ACTIONS(7553), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [4289] = { + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4301), + [anon_sym_LBRACK] = ACTIONS(4301), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4301), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(7569), + [anon_sym_RPAREN] = ACTIONS(4301), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4301), + [sym_label] = ACTIONS(4301), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_while] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4301), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4301), + [anon_sym_DASH_DASH] = ACTIONS(4301), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [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_value] = 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(1788), - [sym__automatic_semicolon] = ACTIONS(3169), - [sym_safe_nav] = ACTIONS(7061), + [sym__backtick_identifier] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), }, - [4294] = { + [4290] = { [sym__alpha_identifier] = ACTIONS(4289), [anon_sym_AT] = ACTIONS(4287), [anon_sym_LBRACK] = ACTIONS(4287), [anon_sym_as] = ACTIONS(4289), [anon_sym_LBRACE] = ACTIONS(4287), [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(7585), + [anon_sym_LPAREN] = ACTIONS(7571), [anon_sym_RPAREN] = ACTIONS(4287), [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), @@ -467522,1611 +467156,1611 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), }, - [4295] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1923), - [sym__comparison_operator] = STATE(1924), - [sym__in_operator] = STATE(1925), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1926), - [sym__multiplicative_operator] = STATE(1928), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1931), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [4291] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(2186), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2183), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(2182), + [sym__multiplicative_operator] = STATE(2181), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2179), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), + [anon_sym_LBRACE] = ACTIONS(25), + [anon_sym_RBRACE] = ACTIONS(3168), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7543), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7539), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7545), + [anon_sym_DOT_DOT] = ACTIONS(7547), + [anon_sym_QMARK_COLON] = ACTIONS(7549), + [anon_sym_AMP_AMP] = ACTIONS(7551), + [anon_sym_PIPE_PIPE] = ACTIONS(7553), + [anon_sym_else] = ACTIONS(3166), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7555), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7557), + [anon_sym_EQ_EQ] = ACTIONS(7555), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7557), + [anon_sym_LT_EQ] = ACTIONS(7559), + [anon_sym_GT_EQ] = ACTIONS(7559), + [anon_sym_BANGin] = ACTIONS(7561), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7563), + [anon_sym_DASH] = ACTIONS(7563), + [anon_sym_SLASH] = ACTIONS(7541), + [anon_sym_PERCENT] = ACTIONS(7539), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym__automatic_semicolon] = ACTIONS(3168), + [sym_safe_nav] = ACTIONS(7081), + [sym_multiline_comment] = ACTIONS(3), + }, + [4292] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(2186), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2183), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(2182), + [sym__multiplicative_operator] = STATE(2181), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2179), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), [anon_sym_RBRACE] = ACTIONS(3103), - [anon_sym_LPAREN] = ACTIONS(7041), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7551), - [anon_sym_DOT] = ACTIONS(7045), + [anon_sym_GT] = ACTIONS(7543), + [anon_sym_DOT] = ACTIONS(7065), [anon_sym_SEMI] = ACTIONS(3103), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7553), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7555), - [anon_sym_DOT_DOT] = ACTIONS(7557), - [anon_sym_QMARK_COLON] = ACTIONS(7559), - [anon_sym_AMP_AMP] = ACTIONS(7561), - [anon_sym_PIPE_PIPE] = ACTIONS(7583), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7539), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7545), + [anon_sym_DOT_DOT] = ACTIONS(7547), + [anon_sym_QMARK_COLON] = ACTIONS(7549), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), [anon_sym_else] = ACTIONS(3101), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7563), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7565), - [anon_sym_EQ_EQ] = ACTIONS(7563), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7565), - [anon_sym_LT_EQ] = ACTIONS(7567), - [anon_sym_GT_EQ] = ACTIONS(7567), - [anon_sym_BANGin] = ACTIONS(7569), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7571), - [anon_sym_DASH] = ACTIONS(7571), - [anon_sym_SLASH] = ACTIONS(7573), - [anon_sym_PERCENT] = ACTIONS(7553), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7555), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7557), + [anon_sym_EQ_EQ] = ACTIONS(7555), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7557), + [anon_sym_LT_EQ] = ACTIONS(7559), + [anon_sym_GT_EQ] = ACTIONS(7559), + [anon_sym_BANGin] = ACTIONS(7561), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7563), + [anon_sym_DASH] = ACTIONS(7563), + [anon_sym_SLASH] = ACTIONS(7541), + [anon_sym_PERCENT] = ACTIONS(7539), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), [sym__automatic_semicolon] = ACTIONS(3103), - [sym_safe_nav] = ACTIONS(7061), - [sym_multiline_comment] = ACTIONS(3), - }, - [4296] = { - [sym__alpha_identifier] = ACTIONS(4267), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(7587), - [anon_sym_RPAREN] = ACTIONS(4265), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4267), - [anon_sym_set] = ACTIONS(4267), - [anon_sym_STAR] = ACTIONS(4265), - [sym_label] = ACTIONS(4265), - [anon_sym_in] = ACTIONS(4267), - [anon_sym_while] = ACTIONS(4267), - [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(4267), - [anon_sym_COLON_COLON] = ACTIONS(4265), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4267), - [anon_sym_DASH] = ACTIONS(4267), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [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(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4267), - [anon_sym_inner] = ACTIONS(4267), - [anon_sym_value] = ACTIONS(4267), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4267), - [anon_sym_actual] = ACTIONS(4267), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4297] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1923), - [sym__comparison_operator] = STATE(1924), - [sym__in_operator] = STATE(1925), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1926), - [sym__multiplicative_operator] = STATE(1928), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1931), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [4293] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(2186), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2183), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(2182), + [sym__multiplicative_operator] = STATE(2181), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2179), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3119), - [anon_sym_LPAREN] = ACTIONS(7041), + [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7551), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3119), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7553), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7555), - [anon_sym_DOT_DOT] = ACTIONS(7557), - [anon_sym_QMARK_COLON] = ACTIONS(7559), - [anon_sym_AMP_AMP] = ACTIONS(3119), - [anon_sym_PIPE_PIPE] = ACTIONS(3119), - [anon_sym_else] = ACTIONS(3117), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7563), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7565), - [anon_sym_EQ_EQ] = ACTIONS(7563), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7565), - [anon_sym_LT_EQ] = ACTIONS(7567), - [anon_sym_GT_EQ] = ACTIONS(7567), - [anon_sym_BANGin] = ACTIONS(7569), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7571), - [anon_sym_DASH] = ACTIONS(7571), - [anon_sym_SLASH] = ACTIONS(7573), - [anon_sym_PERCENT] = ACTIONS(7553), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7543), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7539), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7545), + [anon_sym_DOT_DOT] = ACTIONS(7547), + [anon_sym_QMARK_COLON] = ACTIONS(7549), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_else] = ACTIONS(3113), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(7559), + [anon_sym_GT_EQ] = ACTIONS(7559), + [anon_sym_BANGin] = ACTIONS(7561), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7563), + [anon_sym_DASH] = ACTIONS(7563), + [anon_sym_SLASH] = ACTIONS(7541), + [anon_sym_PERCENT] = ACTIONS(7539), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3119), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3115), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4298] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1923), - [sym__comparison_operator] = STATE(1924), - [sym__in_operator] = STATE(1925), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1926), - [sym__multiplicative_operator] = STATE(1928), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1931), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), + [4294] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(2186), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2183), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(2182), + [sym__multiplicative_operator] = STATE(2181), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2179), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(3135), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3162), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(3164), - [anon_sym_GT] = ACTIONS(3160), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3162), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7553), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3160), - [anon_sym_DOT_DOT] = ACTIONS(7557), - [anon_sym_QMARK_COLON] = ACTIONS(7559), - [anon_sym_AMP_AMP] = ACTIONS(3162), - [anon_sym_PIPE_PIPE] = ACTIONS(3162), - [anon_sym_else] = ACTIONS(3160), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(3160), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3162), - [anon_sym_EQ_EQ] = ACTIONS(3160), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3162), - [anon_sym_LT_EQ] = ACTIONS(3162), - [anon_sym_GT_EQ] = ACTIONS(3162), - [anon_sym_BANGin] = ACTIONS(3162), - [anon_sym_is] = ACTIONS(3160), - [anon_sym_BANGis] = ACTIONS(3162), - [anon_sym_PLUS] = ACTIONS(7571), - [anon_sym_DASH] = ACTIONS(7571), - [anon_sym_SLASH] = ACTIONS(7573), - [anon_sym_PERCENT] = ACTIONS(7553), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3162), - [sym_safe_nav] = ACTIONS(7061), + [anon_sym_RBRACE] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3137), + [anon_sym_get] = ACTIONS(3135), + [anon_sym_set] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3137), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_DOT_DOT] = ACTIONS(3137), + [anon_sym_QMARK_COLON] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_else] = ACTIONS(3135), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3137), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3137), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3135), + [anon_sym_inner] = ACTIONS(3135), + [anon_sym_value] = ACTIONS(3135), + [anon_sym_expect] = ACTIONS(3135), + [anon_sym_actual] = ACTIONS(3135), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3137), + [sym__automatic_semicolon] = ACTIONS(3137), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4299] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1923), - [sym__comparison_operator] = STATE(1924), - [sym__in_operator] = STATE(1925), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1926), - [sym__multiplicative_operator] = STATE(1928), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1931), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [4295] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(2186), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2183), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(2182), + [sym__multiplicative_operator] = STATE(2181), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2179), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3158), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7551), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3158), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7553), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7555), - [anon_sym_DOT_DOT] = ACTIONS(7557), - [anon_sym_QMARK_COLON] = ACTIONS(7559), - [anon_sym_AMP_AMP] = ACTIONS(7561), - [anon_sym_PIPE_PIPE] = ACTIONS(7583), - [anon_sym_else] = ACTIONS(3156), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7563), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7565), - [anon_sym_EQ_EQ] = ACTIONS(7563), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7565), - [anon_sym_LT_EQ] = ACTIONS(7567), - [anon_sym_GT_EQ] = ACTIONS(7567), - [anon_sym_BANGin] = ACTIONS(7569), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7571), - [anon_sym_DASH] = ACTIONS(7571), - [anon_sym_SLASH] = ACTIONS(7573), - [anon_sym_PERCENT] = ACTIONS(7553), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_RBRACE] = ACTIONS(3180), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_LT] = ACTIONS(3182), + [anon_sym_GT] = ACTIONS(3178), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3180), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7539), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3178), + [anon_sym_DOT_DOT] = ACTIONS(7547), + [anon_sym_QMARK_COLON] = ACTIONS(3180), + [anon_sym_AMP_AMP] = ACTIONS(3180), + [anon_sym_PIPE_PIPE] = ACTIONS(3180), + [anon_sym_else] = ACTIONS(3178), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(3178), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3180), + [anon_sym_EQ_EQ] = ACTIONS(3178), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3180), + [anon_sym_LT_EQ] = ACTIONS(3180), + [anon_sym_GT_EQ] = ACTIONS(3180), + [anon_sym_BANGin] = ACTIONS(3180), + [anon_sym_is] = ACTIONS(3178), + [anon_sym_BANGis] = ACTIONS(3180), + [anon_sym_PLUS] = ACTIONS(7563), + [anon_sym_DASH] = ACTIONS(7563), + [anon_sym_SLASH] = ACTIONS(7541), + [anon_sym_PERCENT] = ACTIONS(7539), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3158), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3180), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4300] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1923), - [sym__comparison_operator] = STATE(1924), - [sym__in_operator] = STATE(1925), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1926), - [sym__multiplicative_operator] = STATE(1928), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1931), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(1724), + [4296] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(2186), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2183), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(2182), + [sym__multiplicative_operator] = STATE(2181), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2179), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(3088), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3184), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7551), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3184), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7553), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7555), - [anon_sym_DOT_DOT] = ACTIONS(7557), - [anon_sym_QMARK_COLON] = ACTIONS(7559), - [anon_sym_AMP_AMP] = ACTIONS(7561), - [anon_sym_PIPE_PIPE] = ACTIONS(7583), - [anon_sym_else] = ACTIONS(3182), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7563), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7565), - [anon_sym_EQ_EQ] = ACTIONS(7563), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7565), - [anon_sym_LT_EQ] = ACTIONS(7567), - [anon_sym_GT_EQ] = ACTIONS(7567), - [anon_sym_BANGin] = ACTIONS(7569), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7571), - [anon_sym_DASH] = ACTIONS(7571), - [anon_sym_SLASH] = ACTIONS(7573), - [anon_sym_PERCENT] = ACTIONS(7553), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3184), - [sym_safe_nav] = ACTIONS(7061), + [anon_sym_RBRACE] = ACTIONS(3090), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_LT] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(3088), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3090), + [anon_sym_get] = ACTIONS(3088), + [anon_sym_set] = ACTIONS(3088), + [anon_sym_STAR] = ACTIONS(7539), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3088), + [anon_sym_DOT_DOT] = ACTIONS(7547), + [anon_sym_QMARK_COLON] = ACTIONS(3090), + [anon_sym_AMP_AMP] = ACTIONS(3090), + [anon_sym_PIPE_PIPE] = ACTIONS(3090), + [anon_sym_else] = ACTIONS(3088), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(3088), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3090), + [anon_sym_EQ_EQ] = ACTIONS(3088), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3090), + [anon_sym_LT_EQ] = ACTIONS(3090), + [anon_sym_GT_EQ] = ACTIONS(3090), + [anon_sym_BANGin] = ACTIONS(3090), + [anon_sym_is] = ACTIONS(3088), + [anon_sym_BANGis] = ACTIONS(3090), + [anon_sym_PLUS] = ACTIONS(7563), + [anon_sym_DASH] = ACTIONS(7563), + [anon_sym_SLASH] = ACTIONS(7541), + [anon_sym_PERCENT] = ACTIONS(7539), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3088), + [anon_sym_inner] = ACTIONS(3088), + [anon_sym_value] = ACTIONS(3088), + [anon_sym_expect] = ACTIONS(3088), + [anon_sym_actual] = ACTIONS(3088), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3090), + [sym__automatic_semicolon] = ACTIONS(3090), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4301] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1923), - [sym__comparison_operator] = STATE(1924), - [sym__in_operator] = STATE(1925), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1926), - [sym__multiplicative_operator] = STATE(1928), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1931), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [4297] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(2186), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2183), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(2182), + [sym__multiplicative_operator] = STATE(2181), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2179), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(7041), + [anon_sym_RBRACE] = ACTIONS(3148), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7551), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3115), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7553), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7555), - [anon_sym_DOT_DOT] = ACTIONS(7557), - [anon_sym_QMARK_COLON] = ACTIONS(7559), - [anon_sym_AMP_AMP] = ACTIONS(7561), - [anon_sym_PIPE_PIPE] = ACTIONS(7583), - [anon_sym_else] = ACTIONS(3113), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7563), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7565), - [anon_sym_EQ_EQ] = ACTIONS(7563), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7565), - [anon_sym_LT_EQ] = ACTIONS(7567), - [anon_sym_GT_EQ] = ACTIONS(7567), - [anon_sym_BANGin] = ACTIONS(7569), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7571), - [anon_sym_DASH] = ACTIONS(7571), - [anon_sym_SLASH] = ACTIONS(7573), - [anon_sym_PERCENT] = ACTIONS(7553), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7543), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3148), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7539), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7545), + [anon_sym_DOT_DOT] = ACTIONS(7547), + [anon_sym_QMARK_COLON] = ACTIONS(7549), + [anon_sym_AMP_AMP] = ACTIONS(7551), + [anon_sym_PIPE_PIPE] = ACTIONS(7553), + [anon_sym_else] = ACTIONS(3146), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7555), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7557), + [anon_sym_EQ_EQ] = ACTIONS(7555), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7557), + [anon_sym_LT_EQ] = ACTIONS(7559), + [anon_sym_GT_EQ] = ACTIONS(7559), + [anon_sym_BANGin] = ACTIONS(7561), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7563), + [anon_sym_DASH] = ACTIONS(7563), + [anon_sym_SLASH] = ACTIONS(7541), + [anon_sym_PERCENT] = ACTIONS(7539), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3115), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3148), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4302] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1923), - [sym__comparison_operator] = STATE(1924), - [sym__in_operator] = STATE(1925), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1926), - [sym__multiplicative_operator] = STATE(1928), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1931), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [4298] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(2186), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2183), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(2182), + [sym__multiplicative_operator] = STATE(2181), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2179), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3090), - [anon_sym_LPAREN] = ACTIONS(7041), + [anon_sym_RBRACE] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7551), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3090), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7553), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7555), - [anon_sym_DOT_DOT] = ACTIONS(7557), - [anon_sym_QMARK_COLON] = ACTIONS(7559), - [anon_sym_AMP_AMP] = ACTIONS(7561), - [anon_sym_PIPE_PIPE] = ACTIONS(7583), - [anon_sym_else] = ACTIONS(3088), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(7563), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7565), - [anon_sym_EQ_EQ] = ACTIONS(7563), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7565), - [anon_sym_LT_EQ] = ACTIONS(7567), - [anon_sym_GT_EQ] = ACTIONS(7567), - [anon_sym_BANGin] = ACTIONS(7569), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7571), - [anon_sym_DASH] = ACTIONS(7571), - [anon_sym_SLASH] = ACTIONS(7573), - [anon_sym_PERCENT] = ACTIONS(7553), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7543), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7539), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7545), + [anon_sym_DOT_DOT] = ACTIONS(7547), + [anon_sym_QMARK_COLON] = ACTIONS(7549), + [anon_sym_AMP_AMP] = ACTIONS(7551), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_else] = ACTIONS(3105), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7555), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7557), + [anon_sym_EQ_EQ] = ACTIONS(7555), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7557), + [anon_sym_LT_EQ] = ACTIONS(7559), + [anon_sym_GT_EQ] = ACTIONS(7559), + [anon_sym_BANGin] = ACTIONS(7561), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7563), + [anon_sym_DASH] = ACTIONS(7563), + [anon_sym_SLASH] = ACTIONS(7541), + [anon_sym_PERCENT] = ACTIONS(7539), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3090), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3107), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4303] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1923), - [sym__comparison_operator] = STATE(1924), - [sym__in_operator] = STATE(1925), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1926), - [sym__multiplicative_operator] = STATE(1928), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1931), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [4299] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(2186), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2183), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(2182), + [sym__multiplicative_operator] = STATE(2181), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2179), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3146), - [anon_sym_LPAREN] = ACTIONS(7041), + [anon_sym_RBRACE] = ACTIONS(3152), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(3144), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3146), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7553), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7555), - [anon_sym_DOT_DOT] = ACTIONS(7557), - [anon_sym_QMARK_COLON] = ACTIONS(7559), - [anon_sym_AMP_AMP] = ACTIONS(3146), - [anon_sym_PIPE_PIPE] = ACTIONS(3146), - [anon_sym_else] = ACTIONS(3144), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(3144), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3146), - [anon_sym_EQ_EQ] = ACTIONS(3144), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3146), - [anon_sym_LT_EQ] = ACTIONS(3146), - [anon_sym_GT_EQ] = ACTIONS(3146), - [anon_sym_BANGin] = ACTIONS(7569), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7571), - [anon_sym_DASH] = ACTIONS(7571), - [anon_sym_SLASH] = ACTIONS(7573), - [anon_sym_PERCENT] = ACTIONS(7553), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7543), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3152), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7539), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7545), + [anon_sym_DOT_DOT] = ACTIONS(7547), + [anon_sym_QMARK_COLON] = ACTIONS(7549), + [anon_sym_AMP_AMP] = ACTIONS(7551), + [anon_sym_PIPE_PIPE] = ACTIONS(7553), + [anon_sym_else] = ACTIONS(3150), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7555), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7557), + [anon_sym_EQ_EQ] = ACTIONS(7555), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7557), + [anon_sym_LT_EQ] = ACTIONS(7559), + [anon_sym_GT_EQ] = ACTIONS(7559), + [anon_sym_BANGin] = ACTIONS(7561), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7563), + [anon_sym_DASH] = ACTIONS(7563), + [anon_sym_SLASH] = ACTIONS(7541), + [anon_sym_PERCENT] = ACTIONS(7539), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3146), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3152), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4304] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1923), - [sym__comparison_operator] = STATE(1924), - [sym__in_operator] = STATE(1925), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1926), - [sym__multiplicative_operator] = STATE(1928), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1931), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(3186), + [4300] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(2186), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2183), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(2182), + [sym__multiplicative_operator] = STATE(2181), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2179), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__alpha_identifier] = ACTIONS(3185), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3188), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(3190), - [anon_sym_GT] = ACTIONS(3186), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3188), - [anon_sym_get] = ACTIONS(3186), - [anon_sym_set] = ACTIONS(3186), - [anon_sym_STAR] = ACTIONS(3188), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3186), - [anon_sym_DOT_DOT] = ACTIONS(3188), - [anon_sym_QMARK_COLON] = ACTIONS(3188), - [anon_sym_AMP_AMP] = ACTIONS(3188), - [anon_sym_PIPE_PIPE] = ACTIONS(3188), - [anon_sym_else] = ACTIONS(3186), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(3186), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3188), - [anon_sym_EQ_EQ] = ACTIONS(3186), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3188), - [anon_sym_LT_EQ] = ACTIONS(3188), - [anon_sym_GT_EQ] = ACTIONS(3188), - [anon_sym_BANGin] = ACTIONS(3188), - [anon_sym_is] = ACTIONS(3186), - [anon_sym_BANGis] = ACTIONS(3188), - [anon_sym_PLUS] = ACTIONS(3186), - [anon_sym_DASH] = ACTIONS(3186), - [anon_sym_SLASH] = ACTIONS(3186), - [anon_sym_PERCENT] = ACTIONS(3188), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3186), - [anon_sym_inner] = ACTIONS(3186), - [anon_sym_value] = ACTIONS(3186), - [anon_sym_expect] = ACTIONS(3186), - [anon_sym_actual] = ACTIONS(3186), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3188), - [sym__automatic_semicolon] = ACTIONS(3188), - [sym_safe_nav] = ACTIONS(7061), + [anon_sym_RBRACE] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(7061), + [anon_sym_LT] = ACTIONS(3189), + [anon_sym_GT] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_get] = ACTIONS(3185), + [anon_sym_set] = ACTIONS(3185), + [anon_sym_STAR] = ACTIONS(7539), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(3185), + [anon_sym_DOT_DOT] = ACTIONS(3187), + [anon_sym_QMARK_COLON] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_else] = ACTIONS(3185), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3185), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(7563), + [anon_sym_DASH] = ACTIONS(7563), + [anon_sym_SLASH] = ACTIONS(7541), + [anon_sym_PERCENT] = ACTIONS(7539), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3185), + [anon_sym_inner] = ACTIONS(3185), + [anon_sym_value] = ACTIONS(3185), + [anon_sym_expect] = ACTIONS(3185), + [anon_sym_actual] = ACTIONS(3185), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3187), + [sym__automatic_semicolon] = ACTIONS(3187), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4305] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1923), - [sym__comparison_operator] = STATE(1924), - [sym__in_operator] = STATE(1925), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1926), - [sym__multiplicative_operator] = STATE(1928), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1931), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3195), - [anon_sym_get] = ACTIONS(3193), - [anon_sym_set] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(7553), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_DOT_DOT] = ACTIONS(3195), - [anon_sym_QMARK_COLON] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_else] = ACTIONS(3193), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3195), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(7573), - [anon_sym_PERCENT] = ACTIONS(7553), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3193), - [anon_sym_inner] = ACTIONS(3193), - [anon_sym_value] = ACTIONS(3193), - [anon_sym_expect] = ACTIONS(3193), - [anon_sym_actual] = ACTIONS(3193), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3195), - [sym__automatic_semicolon] = ACTIONS(3195), - [sym_safe_nav] = ACTIONS(7061), + [4301] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_RPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(7573), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4932), + [sym_label] = ACTIONS(4932), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_while] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_else] = ACTIONS(7575), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), [sym_multiline_comment] = ACTIONS(3), }, - [4306] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1923), - [sym__comparison_operator] = STATE(1924), - [sym__in_operator] = STATE(1925), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1926), - [sym__multiplicative_operator] = STATE(1928), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1931), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), - [sym__alpha_identifier] = ACTIONS(3175), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), - [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(7041), - [anon_sym_LT] = ACTIONS(3179), - [anon_sym_GT] = ACTIONS(3175), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_get] = ACTIONS(3175), - [anon_sym_set] = ACTIONS(3175), - [anon_sym_STAR] = ACTIONS(7553), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(3175), - [anon_sym_DOT_DOT] = ACTIONS(7557), - [anon_sym_QMARK_COLON] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_else] = ACTIONS(3175), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3175), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(7571), - [anon_sym_DASH] = ACTIONS(7571), - [anon_sym_SLASH] = ACTIONS(7573), - [anon_sym_PERCENT] = ACTIONS(7553), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3175), - [anon_sym_inner] = ACTIONS(3175), - [anon_sym_value] = ACTIONS(3175), - [anon_sym_expect] = ACTIONS(3175), - [anon_sym_actual] = ACTIONS(3175), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3177), - [sym__automatic_semicolon] = ACTIONS(3177), - [sym_safe_nav] = ACTIONS(7061), + [4302] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_RPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(4932), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4932), + [sym_label] = ACTIONS(4932), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_while] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_else] = ACTIONS(7575), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), [sym_multiline_comment] = ACTIONS(3), }, - [4307] = { - [sym_indexing_suffix] = STATE(5104), - [sym_navigation_suffix] = STATE(5124), - [sym_call_suffix] = STATE(5139), - [sym_annotated_lambda] = STATE(5156), - [sym_type_arguments] = STATE(8281), - [sym_value_arguments] = STATE(4555), - [sym_lambda_literal] = STATE(5158), - [sym__equality_operator] = STATE(1923), - [sym__comparison_operator] = STATE(1924), - [sym__in_operator] = STATE(1925), - [sym__is_operator] = STATE(6149), - [sym__additive_operator] = STATE(1926), - [sym__multiplicative_operator] = STATE(1928), - [sym__as_operator] = STATE(6229), - [sym__postfix_unary_operator] = STATE(5252), - [sym__member_access_operator] = STATE(7836), - [sym_annotation] = STATE(8351), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1931), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8351), + [4303] = { + [sym_indexing_suffix] = STATE(5232), + [sym_navigation_suffix] = STATE(5233), + [sym_call_suffix] = STATE(5234), + [sym_annotated_lambda] = STATE(5237), + [sym_type_arguments] = STATE(8242), + [sym_value_arguments] = STATE(4561), + [sym_lambda_literal] = STATE(5239), + [sym__equality_operator] = STATE(2186), + [sym__comparison_operator] = STATE(2187), + [sym__in_operator] = STATE(2183), + [sym__is_operator] = STATE(5945), + [sym__additive_operator] = STATE(2182), + [sym__multiplicative_operator] = STATE(2181), + [sym__as_operator] = STATE(5946), + [sym__postfix_unary_operator] = STATE(5241), + [sym__member_access_operator] = STATE(7634), + [sym_annotation] = STATE(8340), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2179), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(7037), - [anon_sym_as] = ACTIONS(7039), + [anon_sym_LBRACK] = ACTIONS(7057), + [anon_sym_as] = ACTIONS(7059), [anon_sym_LBRACE] = ACTIONS(25), - [anon_sym_RBRACE] = ACTIONS(3142), - [anon_sym_LPAREN] = ACTIONS(7041), + [anon_sym_RBRACE] = ACTIONS(3144), + [anon_sym_LPAREN] = ACTIONS(7061), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7551), - [anon_sym_DOT] = ACTIONS(7045), - [anon_sym_SEMI] = ACTIONS(3142), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7553), - [sym_label] = ACTIONS(7049), - [anon_sym_in] = ACTIONS(7555), - [anon_sym_DOT_DOT] = ACTIONS(7557), - [anon_sym_QMARK_COLON] = ACTIONS(7559), - [anon_sym_AMP_AMP] = ACTIONS(3142), - [anon_sym_PIPE_PIPE] = ACTIONS(3142), - [anon_sym_else] = ACTIONS(3140), - [anon_sym_COLON_COLON] = ACTIONS(7061), - [anon_sym_BANG_EQ] = ACTIONS(3140), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3142), - [anon_sym_EQ_EQ] = ACTIONS(3140), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3142), - [anon_sym_LT_EQ] = ACTIONS(7567), - [anon_sym_GT_EQ] = ACTIONS(7567), - [anon_sym_BANGin] = ACTIONS(7569), - [anon_sym_is] = ACTIONS(7071), - [anon_sym_BANGis] = ACTIONS(7073), - [anon_sym_PLUS] = ACTIONS(7571), - [anon_sym_DASH] = ACTIONS(7571), - [anon_sym_SLASH] = ACTIONS(7573), - [anon_sym_PERCENT] = ACTIONS(7553), - [anon_sym_as_QMARK] = ACTIONS(7077), - [anon_sym_PLUS_PLUS] = ACTIONS(7079), - [anon_sym_DASH_DASH] = ACTIONS(7079), - [anon_sym_BANG_BANG] = ACTIONS(7079), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7543), + [anon_sym_DOT] = ACTIONS(7065), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7539), + [sym_label] = ACTIONS(7069), + [anon_sym_in] = ACTIONS(7545), + [anon_sym_DOT_DOT] = ACTIONS(7547), + [anon_sym_QMARK_COLON] = ACTIONS(7549), + [anon_sym_AMP_AMP] = ACTIONS(7551), + [anon_sym_PIPE_PIPE] = ACTIONS(7553), + [anon_sym_else] = ACTIONS(3142), + [anon_sym_COLON_COLON] = ACTIONS(7081), + [anon_sym_BANG_EQ] = ACTIONS(7555), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7557), + [anon_sym_EQ_EQ] = ACTIONS(7555), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7557), + [anon_sym_LT_EQ] = ACTIONS(7559), + [anon_sym_GT_EQ] = ACTIONS(7559), + [anon_sym_BANGin] = ACTIONS(7561), + [anon_sym_is] = ACTIONS(7091), + [anon_sym_BANGis] = ACTIONS(7093), + [anon_sym_PLUS] = ACTIONS(7563), + [anon_sym_DASH] = ACTIONS(7563), + [anon_sym_SLASH] = ACTIONS(7541), + [anon_sym_PERCENT] = ACTIONS(7539), + [anon_sym_as_QMARK] = ACTIONS(7097), + [anon_sym_PLUS_PLUS] = ACTIONS(7099), + [anon_sym_DASH_DASH] = ACTIONS(7099), + [anon_sym_BANG_BANG] = ACTIONS(7099), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym__automatic_semicolon] = ACTIONS(3142), - [sym_safe_nav] = ACTIONS(7061), + [sym__automatic_semicolon] = ACTIONS(3144), + [sym_safe_nav] = ACTIONS(7081), [sym_multiline_comment] = ACTIONS(3), }, - [4308] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [aux_sym_indexing_suffix_repeat1] = STATE(8995), + [4304] = { + [sym__alpha_identifier] = ACTIONS(4838), + [anon_sym_AT] = ACTIONS(4840), + [anon_sym_LBRACK] = ACTIONS(4840), + [anon_sym_as] = ACTIONS(4838), + [anon_sym_LBRACE] = ACTIONS(4840), + [anon_sym_RBRACE] = ACTIONS(4840), + [anon_sym_LPAREN] = ACTIONS(7577), + [anon_sym_LT] = ACTIONS(4838), + [anon_sym_GT] = ACTIONS(4838), + [anon_sym_DOT] = ACTIONS(4838), + [anon_sym_SEMI] = ACTIONS(4840), + [anon_sym_get] = ACTIONS(4838), + [anon_sym_set] = ACTIONS(4838), + [anon_sym_STAR] = ACTIONS(4840), + [sym_label] = ACTIONS(4840), + [anon_sym_in] = ACTIONS(4838), + [anon_sym_DOT_DOT] = ACTIONS(4840), + [anon_sym_QMARK_COLON] = ACTIONS(4840), + [anon_sym_AMP_AMP] = ACTIONS(4840), + [anon_sym_PIPE_PIPE] = ACTIONS(4840), + [anon_sym_else] = ACTIONS(4838), + [anon_sym_COLON_COLON] = ACTIONS(4840), + [anon_sym_BANG_EQ] = ACTIONS(4838), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4840), + [anon_sym_EQ_EQ] = ACTIONS(4838), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4840), + [anon_sym_LT_EQ] = ACTIONS(4840), + [anon_sym_GT_EQ] = ACTIONS(4840), + [anon_sym_BANGin] = ACTIONS(4840), + [anon_sym_is] = ACTIONS(4838), + [anon_sym_BANGis] = ACTIONS(4840), + [anon_sym_PLUS] = ACTIONS(4838), + [anon_sym_DASH] = ACTIONS(4838), + [anon_sym_SLASH] = ACTIONS(4838), + [anon_sym_PERCENT] = ACTIONS(4840), + [anon_sym_as_QMARK] = ACTIONS(4840), + [anon_sym_PLUS_PLUS] = ACTIONS(4840), + [anon_sym_DASH_DASH] = ACTIONS(4840), + [anon_sym_BANG_BANG] = ACTIONS(4840), + [anon_sym_suspend] = ACTIONS(4838), + [anon_sym_sealed] = ACTIONS(4838), + [anon_sym_annotation] = ACTIONS(4838), + [anon_sym_data] = ACTIONS(4838), + [anon_sym_inner] = ACTIONS(4838), + [anon_sym_value] = ACTIONS(4838), + [anon_sym_override] = ACTIONS(4838), + [anon_sym_lateinit] = ACTIONS(4838), + [anon_sym_public] = ACTIONS(4838), + [anon_sym_private] = ACTIONS(4838), + [anon_sym_internal] = ACTIONS(4838), + [anon_sym_protected] = ACTIONS(4838), + [anon_sym_tailrec] = ACTIONS(4838), + [anon_sym_operator] = ACTIONS(4838), + [anon_sym_infix] = ACTIONS(4838), + [anon_sym_inline] = ACTIONS(4838), + [anon_sym_external] = ACTIONS(4838), + [sym_property_modifier] = ACTIONS(4838), + [anon_sym_abstract] = ACTIONS(4838), + [anon_sym_final] = ACTIONS(4838), + [anon_sym_open] = ACTIONS(4838), + [anon_sym_vararg] = ACTIONS(4838), + [anon_sym_noinline] = ACTIONS(4838), + [anon_sym_crossinline] = ACTIONS(4838), + [anon_sym_expect] = ACTIONS(4838), + [anon_sym_actual] = ACTIONS(4838), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4840), + [sym__automatic_semicolon] = ACTIONS(4840), + [sym_safe_nav] = ACTIONS(4840), + [sym_multiline_comment] = ACTIONS(3), + }, + [4305] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [aux_sym_indexing_suffix_repeat1] = STATE(8825), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(7589), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(7579), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7591), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7581), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4309] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [aux_sym_indexing_suffix_repeat1] = STATE(9046), + [4306] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [aux_sym_indexing_suffix_repeat1] = STATE(8844), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(7593), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(7583), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7591), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7581), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4310] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [aux_sym_indexing_suffix_repeat1] = STATE(9034), + [4307] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [aux_sym_indexing_suffix_repeat1] = STATE(8920), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(7595), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(7585), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7591), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7581), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [4308] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(7587), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4932), + [sym_label] = ACTIONS(4932), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_else] = ACTIONS(7589), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), - }, - [4311] = { - [sym__alpha_identifier] = ACTIONS(4892), - [anon_sym_AT] = ACTIONS(4894), - [anon_sym_LBRACK] = ACTIONS(4894), - [anon_sym_as] = ACTIONS(4892), - [anon_sym_LBRACE] = ACTIONS(4894), - [anon_sym_RBRACE] = ACTIONS(4894), - [anon_sym_LPAREN] = ACTIONS(7597), - [anon_sym_LT] = ACTIONS(4892), - [anon_sym_GT] = ACTIONS(4892), - [anon_sym_DOT] = ACTIONS(4892), - [anon_sym_SEMI] = ACTIONS(4894), - [anon_sym_get] = ACTIONS(4892), - [anon_sym_set] = ACTIONS(4892), - [anon_sym_STAR] = ACTIONS(4894), - [sym_label] = ACTIONS(4894), - [anon_sym_in] = ACTIONS(4892), - [anon_sym_DOT_DOT] = ACTIONS(4894), - [anon_sym_QMARK_COLON] = ACTIONS(4894), - [anon_sym_AMP_AMP] = ACTIONS(4894), - [anon_sym_PIPE_PIPE] = ACTIONS(4894), - [anon_sym_else] = ACTIONS(4892), - [anon_sym_COLON_COLON] = ACTIONS(4894), - [anon_sym_BANG_EQ] = ACTIONS(4892), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4894), - [anon_sym_EQ_EQ] = ACTIONS(4892), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4894), - [anon_sym_LT_EQ] = ACTIONS(4894), - [anon_sym_GT_EQ] = ACTIONS(4894), - [anon_sym_BANGin] = ACTIONS(4894), - [anon_sym_is] = ACTIONS(4892), - [anon_sym_BANGis] = ACTIONS(4894), - [anon_sym_PLUS] = ACTIONS(4892), - [anon_sym_DASH] = ACTIONS(4892), - [anon_sym_SLASH] = ACTIONS(4892), - [anon_sym_PERCENT] = ACTIONS(4894), - [anon_sym_as_QMARK] = ACTIONS(4894), - [anon_sym_PLUS_PLUS] = ACTIONS(4894), - [anon_sym_DASH_DASH] = ACTIONS(4894), - [anon_sym_BANG_BANG] = ACTIONS(4894), - [anon_sym_suspend] = ACTIONS(4892), - [anon_sym_sealed] = ACTIONS(4892), - [anon_sym_annotation] = ACTIONS(4892), - [anon_sym_data] = ACTIONS(4892), - [anon_sym_inner] = ACTIONS(4892), - [anon_sym_value] = ACTIONS(4892), - [anon_sym_override] = ACTIONS(4892), - [anon_sym_lateinit] = ACTIONS(4892), - [anon_sym_public] = ACTIONS(4892), - [anon_sym_private] = ACTIONS(4892), - [anon_sym_internal] = ACTIONS(4892), - [anon_sym_protected] = ACTIONS(4892), - [anon_sym_tailrec] = ACTIONS(4892), - [anon_sym_operator] = ACTIONS(4892), - [anon_sym_infix] = ACTIONS(4892), - [anon_sym_inline] = ACTIONS(4892), - [anon_sym_external] = ACTIONS(4892), - [sym_property_modifier] = ACTIONS(4892), - [anon_sym_abstract] = ACTIONS(4892), - [anon_sym_final] = ACTIONS(4892), - [anon_sym_open] = ACTIONS(4892), - [anon_sym_vararg] = ACTIONS(4892), - [anon_sym_noinline] = ACTIONS(4892), - [anon_sym_crossinline] = ACTIONS(4892), - [anon_sym_expect] = ACTIONS(4892), - [anon_sym_actual] = ACTIONS(4892), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4894), - [sym__automatic_semicolon] = ACTIONS(4894), - [sym_safe_nav] = ACTIONS(4894), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), [sym_multiline_comment] = ACTIONS(3), }, - [4312] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [aux_sym_indexing_suffix_repeat1] = STATE(8924), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(7599), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7591), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [4309] = { + [sym__alpha_identifier] = ACTIONS(4930), + [anon_sym_AT] = ACTIONS(4932), + [anon_sym_LBRACK] = ACTIONS(4932), + [anon_sym_as] = ACTIONS(4930), + [anon_sym_LBRACE] = ACTIONS(4932), + [anon_sym_RBRACE] = ACTIONS(4932), + [anon_sym_LPAREN] = ACTIONS(4932), + [anon_sym_LT] = ACTIONS(4930), + [anon_sym_GT] = ACTIONS(4930), + [anon_sym_DOT] = ACTIONS(4930), + [anon_sym_SEMI] = ACTIONS(4932), + [anon_sym_get] = ACTIONS(4930), + [anon_sym_set] = ACTIONS(4930), + [anon_sym_STAR] = ACTIONS(4932), + [sym_label] = ACTIONS(4932), + [anon_sym_in] = ACTIONS(4930), + [anon_sym_DOT_DOT] = ACTIONS(4932), + [anon_sym_QMARK_COLON] = ACTIONS(4932), + [anon_sym_AMP_AMP] = ACTIONS(4932), + [anon_sym_PIPE_PIPE] = ACTIONS(4932), + [anon_sym_else] = ACTIONS(7589), + [anon_sym_COLON_COLON] = ACTIONS(4932), + [anon_sym_BANG_EQ] = ACTIONS(4930), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4932), + [anon_sym_EQ_EQ] = ACTIONS(4930), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4932), + [anon_sym_LT_EQ] = ACTIONS(4932), + [anon_sym_GT_EQ] = ACTIONS(4932), + [anon_sym_BANGin] = ACTIONS(4932), + [anon_sym_is] = ACTIONS(4930), + [anon_sym_BANGis] = ACTIONS(4932), + [anon_sym_PLUS] = ACTIONS(4930), + [anon_sym_DASH] = ACTIONS(4930), + [anon_sym_SLASH] = ACTIONS(4930), + [anon_sym_PERCENT] = ACTIONS(4932), + [anon_sym_as_QMARK] = ACTIONS(4932), + [anon_sym_PLUS_PLUS] = ACTIONS(4932), + [anon_sym_DASH_DASH] = ACTIONS(4932), + [anon_sym_BANG_BANG] = ACTIONS(4932), + [anon_sym_suspend] = ACTIONS(4930), + [anon_sym_sealed] = ACTIONS(4930), + [anon_sym_annotation] = ACTIONS(4930), + [anon_sym_data] = ACTIONS(4930), + [anon_sym_inner] = ACTIONS(4930), + [anon_sym_value] = ACTIONS(4930), + [anon_sym_override] = ACTIONS(4930), + [anon_sym_lateinit] = ACTIONS(4930), + [anon_sym_public] = ACTIONS(4930), + [anon_sym_private] = ACTIONS(4930), + [anon_sym_internal] = ACTIONS(4930), + [anon_sym_protected] = ACTIONS(4930), + [anon_sym_tailrec] = ACTIONS(4930), + [anon_sym_operator] = ACTIONS(4930), + [anon_sym_infix] = ACTIONS(4930), + [anon_sym_inline] = ACTIONS(4930), + [anon_sym_external] = ACTIONS(4930), + [sym_property_modifier] = ACTIONS(4930), + [anon_sym_abstract] = ACTIONS(4930), + [anon_sym_final] = ACTIONS(4930), + [anon_sym_open] = ACTIONS(4930), + [anon_sym_vararg] = ACTIONS(4930), + [anon_sym_noinline] = ACTIONS(4930), + [anon_sym_crossinline] = ACTIONS(4930), + [anon_sym_expect] = ACTIONS(4930), + [anon_sym_actual] = ACTIONS(4930), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym__backtick_identifier] = ACTIONS(4932), + [sym__automatic_semicolon] = ACTIONS(4932), + [sym_safe_nav] = ACTIONS(4932), [sym_multiline_comment] = ACTIONS(3), }, - [4313] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [aux_sym_indexing_suffix_repeat1] = STATE(8956), + [4310] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [aux_sym_indexing_suffix_repeat1] = STATE(9087), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(7601), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(7591), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7591), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7581), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4314] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [aux_sym_indexing_suffix_repeat1] = STATE(8853), + [4311] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [aux_sym_indexing_suffix_repeat1] = STATE(8807), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(7603), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(7593), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7591), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7581), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), - }, - [4315] = { - [sym__alpha_identifier] = ACTIONS(4267), - [anon_sym_AT] = ACTIONS(4265), - [anon_sym_LBRACK] = ACTIONS(4265), - [anon_sym_as] = ACTIONS(4267), - [anon_sym_LBRACE] = ACTIONS(4265), - [anon_sym_RBRACE] = ACTIONS(4265), - [anon_sym_LPAREN] = ACTIONS(7605), - [anon_sym_LT] = ACTIONS(4267), - [anon_sym_GT] = ACTIONS(4267), - [anon_sym_DOT] = ACTIONS(4267), - [anon_sym_SEMI] = ACTIONS(4265), - [anon_sym_get] = ACTIONS(4267), - [anon_sym_set] = ACTIONS(4267), - [anon_sym_STAR] = ACTIONS(4265), - [sym_label] = ACTIONS(4265), - [anon_sym_in] = ACTIONS(4267), - [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(4267), - [anon_sym_COLON_COLON] = ACTIONS(4265), - [anon_sym_BANG_EQ] = ACTIONS(4267), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4265), - [anon_sym_EQ_EQ] = ACTIONS(4267), - [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(4267), - [anon_sym_BANGis] = ACTIONS(4265), - [anon_sym_PLUS] = ACTIONS(4267), - [anon_sym_DASH] = ACTIONS(4267), - [anon_sym_SLASH] = ACTIONS(4267), - [anon_sym_PERCENT] = ACTIONS(4265), - [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(4267), - [anon_sym_sealed] = ACTIONS(4267), - [anon_sym_annotation] = ACTIONS(4267), - [anon_sym_data] = ACTIONS(4267), - [anon_sym_inner] = ACTIONS(4267), - [anon_sym_value] = ACTIONS(4267), - [anon_sym_override] = ACTIONS(4267), - [anon_sym_lateinit] = ACTIONS(4267), - [anon_sym_public] = ACTIONS(4267), - [anon_sym_private] = ACTIONS(4267), - [anon_sym_internal] = ACTIONS(4267), - [anon_sym_protected] = ACTIONS(4267), - [anon_sym_tailrec] = ACTIONS(4267), - [anon_sym_operator] = ACTIONS(4267), - [anon_sym_infix] = ACTIONS(4267), - [anon_sym_inline] = ACTIONS(4267), - [anon_sym_external] = ACTIONS(4267), - [sym_property_modifier] = ACTIONS(4267), - [anon_sym_abstract] = ACTIONS(4267), - [anon_sym_final] = ACTIONS(4267), - [anon_sym_open] = ACTIONS(4267), - [anon_sym_vararg] = ACTIONS(4267), - [anon_sym_noinline] = ACTIONS(4267), - [anon_sym_crossinline] = ACTIONS(4267), - [anon_sym_expect] = ACTIONS(4267), - [anon_sym_actual] = ACTIONS(4267), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4265), - [sym__automatic_semicolon] = ACTIONS(4265), - [sym_safe_nav] = ACTIONS(4265), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4316] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [aux_sym_indexing_suffix_repeat1] = STATE(8849), + [4312] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [aux_sym_indexing_suffix_repeat1] = STATE(8951), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(7607), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(7595), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7591), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7581), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4317] = { + [4313] = { [sym__alpha_identifier] = ACTIONS(4289), [anon_sym_AT] = ACTIONS(4287), [anon_sym_LBRACK] = ACTIONS(4287), [anon_sym_as] = ACTIONS(4289), [anon_sym_LBRACE] = ACTIONS(4287), [anon_sym_RBRACE] = ACTIONS(4287), - [anon_sym_LPAREN] = ACTIONS(7609), + [anon_sym_LPAREN] = ACTIONS(7597), [anon_sym_LT] = ACTIONS(4289), [anon_sym_GT] = ACTIONS(4289), [anon_sym_DOT] = ACTIONS(4289), @@ -469191,15162 +468825,15222 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_safe_nav] = ACTIONS(4287), [sym_multiline_comment] = ACTIONS(3), }, - [4318] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(7611), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4820), - [sym_label] = ACTIONS(4820), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_else] = ACTIONS(7613), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4820), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), + [4314] = { + [sym__alpha_identifier] = ACTIONS(4848), + [anon_sym_AT] = ACTIONS(4850), + [anon_sym_LBRACK] = ACTIONS(4850), + [anon_sym_as] = ACTIONS(4848), + [anon_sym_LBRACE] = ACTIONS(4850), + [anon_sym_RBRACE] = ACTIONS(4850), + [anon_sym_LPAREN] = ACTIONS(7599), + [anon_sym_LT] = ACTIONS(4848), + [anon_sym_GT] = ACTIONS(4848), + [anon_sym_DOT] = ACTIONS(4848), + [anon_sym_SEMI] = ACTIONS(4850), + [anon_sym_get] = ACTIONS(4848), + [anon_sym_set] = ACTIONS(4848), + [anon_sym_STAR] = ACTIONS(4850), + [sym_label] = ACTIONS(4850), + [anon_sym_in] = ACTIONS(4848), + [anon_sym_DOT_DOT] = ACTIONS(4850), + [anon_sym_QMARK_COLON] = ACTIONS(4850), + [anon_sym_AMP_AMP] = ACTIONS(4850), + [anon_sym_PIPE_PIPE] = ACTIONS(4850), + [anon_sym_else] = ACTIONS(4848), + [anon_sym_COLON_COLON] = ACTIONS(4850), + [anon_sym_BANG_EQ] = ACTIONS(4848), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4850), + [anon_sym_EQ_EQ] = ACTIONS(4848), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4850), + [anon_sym_LT_EQ] = ACTIONS(4850), + [anon_sym_GT_EQ] = ACTIONS(4850), + [anon_sym_BANGin] = ACTIONS(4850), + [anon_sym_is] = ACTIONS(4848), + [anon_sym_BANGis] = ACTIONS(4850), + [anon_sym_PLUS] = ACTIONS(4848), + [anon_sym_DASH] = ACTIONS(4848), + [anon_sym_SLASH] = ACTIONS(4848), + [anon_sym_PERCENT] = ACTIONS(4850), + [anon_sym_as_QMARK] = ACTIONS(4850), + [anon_sym_PLUS_PLUS] = ACTIONS(4850), + [anon_sym_DASH_DASH] = ACTIONS(4850), + [anon_sym_BANG_BANG] = ACTIONS(4850), + [anon_sym_suspend] = ACTIONS(4848), + [anon_sym_sealed] = ACTIONS(4848), + [anon_sym_annotation] = ACTIONS(4848), + [anon_sym_data] = ACTIONS(4848), + [anon_sym_inner] = ACTIONS(4848), + [anon_sym_value] = ACTIONS(4848), + [anon_sym_override] = ACTIONS(4848), + [anon_sym_lateinit] = ACTIONS(4848), + [anon_sym_public] = ACTIONS(4848), + [anon_sym_private] = ACTIONS(4848), + [anon_sym_internal] = ACTIONS(4848), + [anon_sym_protected] = ACTIONS(4848), + [anon_sym_tailrec] = ACTIONS(4848), + [anon_sym_operator] = ACTIONS(4848), + [anon_sym_infix] = ACTIONS(4848), + [anon_sym_inline] = ACTIONS(4848), + [anon_sym_external] = ACTIONS(4848), + [sym_property_modifier] = ACTIONS(4848), + [anon_sym_abstract] = ACTIONS(4848), + [anon_sym_final] = ACTIONS(4848), + [anon_sym_open] = ACTIONS(4848), + [anon_sym_vararg] = ACTIONS(4848), + [anon_sym_noinline] = ACTIONS(4848), + [anon_sym_crossinline] = ACTIONS(4848), + [anon_sym_expect] = ACTIONS(4848), + [anon_sym_actual] = ACTIONS(4848), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4850), + [sym__automatic_semicolon] = ACTIONS(4850), + [sym_safe_nav] = ACTIONS(4850), [sym_multiline_comment] = ACTIONS(3), }, - [4319] = { - [sym__alpha_identifier] = ACTIONS(4818), - [anon_sym_AT] = ACTIONS(4820), - [anon_sym_LBRACK] = ACTIONS(4820), - [anon_sym_as] = ACTIONS(4818), - [anon_sym_LBRACE] = ACTIONS(4820), - [anon_sym_RBRACE] = ACTIONS(4820), - [anon_sym_LPAREN] = ACTIONS(4820), - [anon_sym_LT] = ACTIONS(4818), - [anon_sym_GT] = ACTIONS(4818), - [anon_sym_DOT] = ACTIONS(4818), - [anon_sym_SEMI] = ACTIONS(4820), - [anon_sym_get] = ACTIONS(4818), - [anon_sym_set] = ACTIONS(4818), - [anon_sym_STAR] = ACTIONS(4820), - [sym_label] = ACTIONS(4820), - [anon_sym_in] = ACTIONS(4818), - [anon_sym_DOT_DOT] = ACTIONS(4820), - [anon_sym_QMARK_COLON] = ACTIONS(4820), - [anon_sym_AMP_AMP] = ACTIONS(4820), - [anon_sym_PIPE_PIPE] = ACTIONS(4820), - [anon_sym_else] = ACTIONS(7613), - [anon_sym_COLON_COLON] = ACTIONS(4820), - [anon_sym_BANG_EQ] = ACTIONS(4818), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4820), - [anon_sym_EQ_EQ] = ACTIONS(4818), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4820), - [anon_sym_LT_EQ] = ACTIONS(4820), - [anon_sym_GT_EQ] = ACTIONS(4820), - [anon_sym_BANGin] = ACTIONS(4820), - [anon_sym_is] = ACTIONS(4818), - [anon_sym_BANGis] = ACTIONS(4820), - [anon_sym_PLUS] = ACTIONS(4818), - [anon_sym_DASH] = ACTIONS(4818), - [anon_sym_SLASH] = ACTIONS(4818), - [anon_sym_PERCENT] = ACTIONS(4820), - [anon_sym_as_QMARK] = ACTIONS(4820), - [anon_sym_PLUS_PLUS] = ACTIONS(4820), - [anon_sym_DASH_DASH] = ACTIONS(4820), - [anon_sym_BANG_BANG] = ACTIONS(4820), - [anon_sym_suspend] = ACTIONS(4818), - [anon_sym_sealed] = ACTIONS(4818), - [anon_sym_annotation] = ACTIONS(4818), - [anon_sym_data] = ACTIONS(4818), - [anon_sym_inner] = ACTIONS(4818), - [anon_sym_value] = ACTIONS(4818), - [anon_sym_override] = ACTIONS(4818), - [anon_sym_lateinit] = ACTIONS(4818), - [anon_sym_public] = ACTIONS(4818), - [anon_sym_private] = ACTIONS(4818), - [anon_sym_internal] = ACTIONS(4818), - [anon_sym_protected] = ACTIONS(4818), - [anon_sym_tailrec] = ACTIONS(4818), - [anon_sym_operator] = ACTIONS(4818), - [anon_sym_infix] = ACTIONS(4818), - [anon_sym_inline] = ACTIONS(4818), - [anon_sym_external] = ACTIONS(4818), - [sym_property_modifier] = ACTIONS(4818), - [anon_sym_abstract] = ACTIONS(4818), - [anon_sym_final] = ACTIONS(4818), - [anon_sym_open] = ACTIONS(4818), - [anon_sym_vararg] = ACTIONS(4818), - [anon_sym_noinline] = ACTIONS(4818), - [anon_sym_crossinline] = ACTIONS(4818), - [anon_sym_expect] = ACTIONS(4818), - [anon_sym_actual] = ACTIONS(4818), + [4315] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [aux_sym_indexing_suffix_repeat1] = STATE(9042), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(7601), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7581), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4820), - [sym__automatic_semicolon] = ACTIONS(4820), - [sym_safe_nav] = ACTIONS(4820), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4320] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [aux_sym_indexing_suffix_repeat1] = STATE(9082), + [4316] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [aux_sym_indexing_suffix_repeat1] = STATE(9062), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(7615), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(7603), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7591), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7581), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4321] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [aux_sym_indexing_suffix_repeat1] = STATE(8930), + [4317] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [aux_sym_indexing_suffix_repeat1] = STATE(8902), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(7617), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(7605), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7591), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7581), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4322] = { - [sym__alpha_identifier] = ACTIONS(4874), - [anon_sym_AT] = ACTIONS(4876), - [anon_sym_LBRACK] = ACTIONS(4876), - [anon_sym_as] = ACTIONS(4874), - [anon_sym_LBRACE] = ACTIONS(4876), - [anon_sym_RBRACE] = ACTIONS(4876), - [anon_sym_LPAREN] = ACTIONS(7619), - [anon_sym_LT] = ACTIONS(4874), - [anon_sym_GT] = ACTIONS(4874), - [anon_sym_DOT] = ACTIONS(4874), - [anon_sym_SEMI] = ACTIONS(4876), - [anon_sym_get] = ACTIONS(4874), - [anon_sym_set] = ACTIONS(4874), - [anon_sym_STAR] = ACTIONS(4876), - [sym_label] = ACTIONS(4876), - [anon_sym_in] = ACTIONS(4874), - [anon_sym_DOT_DOT] = ACTIONS(4876), - [anon_sym_QMARK_COLON] = ACTIONS(4876), - [anon_sym_AMP_AMP] = ACTIONS(4876), - [anon_sym_PIPE_PIPE] = ACTIONS(4876), - [anon_sym_else] = ACTIONS(4874), - [anon_sym_COLON_COLON] = ACTIONS(4876), - [anon_sym_BANG_EQ] = ACTIONS(4874), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4876), - [anon_sym_EQ_EQ] = ACTIONS(4874), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4876), - [anon_sym_LT_EQ] = ACTIONS(4876), - [anon_sym_GT_EQ] = ACTIONS(4876), - [anon_sym_BANGin] = ACTIONS(4876), - [anon_sym_is] = ACTIONS(4874), - [anon_sym_BANGis] = ACTIONS(4876), - [anon_sym_PLUS] = ACTIONS(4874), - [anon_sym_DASH] = ACTIONS(4874), - [anon_sym_SLASH] = ACTIONS(4874), - [anon_sym_PERCENT] = ACTIONS(4876), - [anon_sym_as_QMARK] = ACTIONS(4876), - [anon_sym_PLUS_PLUS] = ACTIONS(4876), - [anon_sym_DASH_DASH] = ACTIONS(4876), - [anon_sym_BANG_BANG] = ACTIONS(4876), - [anon_sym_suspend] = ACTIONS(4874), - [anon_sym_sealed] = ACTIONS(4874), - [anon_sym_annotation] = ACTIONS(4874), - [anon_sym_data] = ACTIONS(4874), - [anon_sym_inner] = ACTIONS(4874), - [anon_sym_value] = ACTIONS(4874), - [anon_sym_override] = ACTIONS(4874), - [anon_sym_lateinit] = ACTIONS(4874), - [anon_sym_public] = ACTIONS(4874), - [anon_sym_private] = ACTIONS(4874), - [anon_sym_internal] = ACTIONS(4874), - [anon_sym_protected] = ACTIONS(4874), - [anon_sym_tailrec] = ACTIONS(4874), - [anon_sym_operator] = ACTIONS(4874), - [anon_sym_infix] = ACTIONS(4874), - [anon_sym_inline] = ACTIONS(4874), - [anon_sym_external] = ACTIONS(4874), - [sym_property_modifier] = ACTIONS(4874), - [anon_sym_abstract] = ACTIONS(4874), - [anon_sym_final] = ACTIONS(4874), - [anon_sym_open] = ACTIONS(4874), - [anon_sym_vararg] = ACTIONS(4874), - [anon_sym_noinline] = ACTIONS(4874), - [anon_sym_crossinline] = ACTIONS(4874), - [anon_sym_expect] = ACTIONS(4874), - [anon_sym_actual] = ACTIONS(4874), + [4318] = { + [sym__alpha_identifier] = ACTIONS(4303), + [anon_sym_AT] = ACTIONS(4301), + [anon_sym_LBRACK] = ACTIONS(4301), + [anon_sym_as] = ACTIONS(4303), + [anon_sym_LBRACE] = ACTIONS(4301), + [anon_sym_RBRACE] = ACTIONS(4301), + [anon_sym_LPAREN] = ACTIONS(7607), + [anon_sym_LT] = ACTIONS(4303), + [anon_sym_GT] = ACTIONS(4303), + [anon_sym_DOT] = ACTIONS(4303), + [anon_sym_SEMI] = ACTIONS(4301), + [anon_sym_get] = ACTIONS(4303), + [anon_sym_set] = ACTIONS(4303), + [anon_sym_STAR] = ACTIONS(4301), + [sym_label] = ACTIONS(4301), + [anon_sym_in] = ACTIONS(4303), + [anon_sym_DOT_DOT] = ACTIONS(4301), + [anon_sym_QMARK_COLON] = ACTIONS(4301), + [anon_sym_AMP_AMP] = ACTIONS(4301), + [anon_sym_PIPE_PIPE] = ACTIONS(4301), + [anon_sym_else] = ACTIONS(4303), + [anon_sym_COLON_COLON] = ACTIONS(4301), + [anon_sym_BANG_EQ] = ACTIONS(4303), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4301), + [anon_sym_EQ_EQ] = ACTIONS(4303), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4301), + [anon_sym_LT_EQ] = ACTIONS(4301), + [anon_sym_GT_EQ] = ACTIONS(4301), + [anon_sym_BANGin] = ACTIONS(4301), + [anon_sym_is] = ACTIONS(4303), + [anon_sym_BANGis] = ACTIONS(4301), + [anon_sym_PLUS] = ACTIONS(4303), + [anon_sym_DASH] = ACTIONS(4303), + [anon_sym_SLASH] = ACTIONS(4303), + [anon_sym_PERCENT] = ACTIONS(4301), + [anon_sym_as_QMARK] = ACTIONS(4301), + [anon_sym_PLUS_PLUS] = ACTIONS(4301), + [anon_sym_DASH_DASH] = ACTIONS(4301), + [anon_sym_BANG_BANG] = ACTIONS(4301), + [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_value] = 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(4876), - [sym__automatic_semicolon] = ACTIONS(4876), - [sym_safe_nav] = ACTIONS(4876), + [sym__backtick_identifier] = ACTIONS(4301), + [sym__automatic_semicolon] = ACTIONS(4301), + [sym_safe_nav] = ACTIONS(4301), [sym_multiline_comment] = ACTIONS(3), }, - [4323] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [aux_sym_indexing_suffix_repeat1] = STATE(8813), + [4319] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [aux_sym_indexing_suffix_repeat1] = STATE(8908), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(7621), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(7609), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7591), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7581), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4324] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [aux_sym_indexing_suffix_repeat1] = STATE(8843), + [4320] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [aux_sym_indexing_suffix_repeat1] = STATE(8839), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(7623), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(7611), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7591), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7581), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4325] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [aux_sym_indexing_suffix_repeat1] = STATE(8821), + [4321] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [aux_sym_indexing_suffix_repeat1] = STATE(8961), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(7625), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(7613), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7591), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7581), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4326] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [4322] = { + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4373), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7635), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7623), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4327] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [4323] = { + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7663), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7651), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4328] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [4324] = { + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4328), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7665), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7653), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4329] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4328), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [4325] = { + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7667), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7653), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4330] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4348), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [4326] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7655), + [anon_sym_RPAREN] = ACTIONS(7655), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [4327] = { + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7669), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7657), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4331] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [4328] = { + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7667), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7659), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4332] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4331), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [4329] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7661), + [anon_sym_RPAREN] = ACTIONS(7661), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [4330] = { + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4355), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7671), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7663), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4333] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [4331] = { + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4352), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7665), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), + [sym_line_comment] = ACTIONS(3), + [sym_multiline_comment] = ACTIONS(3), + }, + [4332] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3169), - [anon_sym_RPAREN] = ACTIONS(3169), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3156), + [anon_sym_RPAREN] = ACTIONS(3156), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4334] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [4333] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_RBRACK] = ACTIONS(7673), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7673), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7667), + [anon_sym_RPAREN] = ACTIONS(7667), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4335] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [4334] = { + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4392), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7675), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7669), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), + [sym_line_comment] = ACTIONS(3), + [sym_multiline_comment] = ACTIONS(3), + }, + [4335] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3156), + [anon_sym_RPAREN] = ACTIONS(3156), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4336] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7677), - [anon_sym_val] = ACTIONS(29), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7671), + [anon_sym_RPAREN] = ACTIONS(7671), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4337] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7679), - [anon_sym_RPAREN] = ACTIONS(7679), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7673), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [anon_sym_DASH_GT] = ACTIONS(7673), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4338] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4375), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7681), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7669), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4339] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4378), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4325), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7683), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7675), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4340] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7685), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7677), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4341] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4386), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4359), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7687), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7679), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4342] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4381), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7689), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7681), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4343] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4350), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7691), - [anon_sym_val] = ACTIONS(29), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7683), + [anon_sym_RPAREN] = ACTIONS(7683), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4344] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4336), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7693), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7685), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4345] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7695), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7687), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4346] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4360), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7697), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7689), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4347] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4370), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4368), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7699), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7691), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4348] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7701), - [anon_sym_val] = ACTIONS(29), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_RBRACK] = ACTIONS(7693), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7693), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4349] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4327), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4364), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7703), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7695), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4350] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4345), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7705), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7697), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4351] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4326), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7707), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7697), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4352] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7709), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7699), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4353] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4388), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7711), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7701), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4354] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4359), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7705), - [anon_sym_val] = ACTIONS(29), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [anon_sym_AT] = ACTIONS(7703), + [anon_sym_typealias] = ACTIONS(7706), + [anon_sym_class] = ACTIONS(7709), + [anon_sym_interface] = ACTIONS(7709), + [anon_sym_enum] = ACTIONS(7712), + [anon_sym_constructor] = ACTIONS(7715), + [anon_sym_RBRACE] = ACTIONS(7718), + [anon_sym_val] = ACTIONS(7720), + [anon_sym_var] = ACTIONS(7720), + [anon_sym_init] = ACTIONS(7723), + [anon_sym_companion] = ACTIONS(7726), + [anon_sym_object] = ACTIONS(7729), + [anon_sym_fun] = ACTIONS(7732), + [anon_sym_get] = ACTIONS(7735), + [anon_sym_set] = ACTIONS(7738), + [anon_sym_suspend] = ACTIONS(7741), + [anon_sym_sealed] = ACTIONS(7744), + [anon_sym_annotation] = ACTIONS(7744), + [anon_sym_data] = ACTIONS(7744), + [anon_sym_inner] = ACTIONS(7744), + [anon_sym_value] = ACTIONS(7744), + [anon_sym_override] = ACTIONS(7747), + [anon_sym_lateinit] = ACTIONS(7747), + [anon_sym_public] = ACTIONS(7750), + [anon_sym_private] = ACTIONS(7750), + [anon_sym_internal] = ACTIONS(7750), + [anon_sym_protected] = ACTIONS(7750), + [anon_sym_tailrec] = ACTIONS(7741), + [anon_sym_operator] = ACTIONS(7741), + [anon_sym_infix] = ACTIONS(7741), + [anon_sym_inline] = ACTIONS(7741), + [anon_sym_external] = ACTIONS(7741), + [sym_property_modifier] = ACTIONS(7753), + [anon_sym_abstract] = ACTIONS(7756), + [anon_sym_final] = ACTIONS(7756), + [anon_sym_open] = ACTIONS(7756), + [anon_sym_vararg] = ACTIONS(7759), + [anon_sym_noinline] = ACTIONS(7759), + [anon_sym_crossinline] = ACTIONS(7759), + [anon_sym_expect] = ACTIONS(7762), + [anon_sym_actual] = ACTIONS(7762), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4355] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7713), - [anon_sym_RPAREN] = ACTIONS(7713), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7765), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), [sym_multiline_comment] = ACTIONS(3), }, [4356] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4352), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4377), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7715), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7765), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4357] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [anon_sym_AT] = ACTIONS(7717), - [anon_sym_typealias] = ACTIONS(7720), - [anon_sym_class] = ACTIONS(7723), - [anon_sym_interface] = ACTIONS(7723), - [anon_sym_enum] = ACTIONS(7726), - [anon_sym_constructor] = ACTIONS(7729), - [anon_sym_RBRACE] = ACTIONS(7732), - [anon_sym_val] = ACTIONS(7734), - [anon_sym_var] = ACTIONS(7734), - [anon_sym_init] = ACTIONS(7737), - [anon_sym_companion] = ACTIONS(7740), - [anon_sym_object] = ACTIONS(7743), - [anon_sym_fun] = ACTIONS(7746), - [anon_sym_get] = ACTIONS(7749), - [anon_sym_set] = ACTIONS(7752), - [anon_sym_suspend] = ACTIONS(7755), - [anon_sym_sealed] = ACTIONS(7758), - [anon_sym_annotation] = ACTIONS(7758), - [anon_sym_data] = ACTIONS(7758), - [anon_sym_inner] = ACTIONS(7758), - [anon_sym_value] = ACTIONS(7758), - [anon_sym_override] = ACTIONS(7761), - [anon_sym_lateinit] = ACTIONS(7761), - [anon_sym_public] = ACTIONS(7764), - [anon_sym_private] = ACTIONS(7764), - [anon_sym_internal] = ACTIONS(7764), - [anon_sym_protected] = ACTIONS(7764), - [anon_sym_tailrec] = ACTIONS(7755), - [anon_sym_operator] = ACTIONS(7755), - [anon_sym_infix] = ACTIONS(7755), - [anon_sym_inline] = ACTIONS(7755), - [anon_sym_external] = ACTIONS(7755), - [sym_property_modifier] = ACTIONS(7767), - [anon_sym_abstract] = ACTIONS(7770), - [anon_sym_final] = ACTIONS(7770), - [anon_sym_open] = ACTIONS(7770), - [anon_sym_vararg] = ACTIONS(7773), - [anon_sym_noinline] = ACTIONS(7773), - [anon_sym_crossinline] = ACTIONS(7773), - [anon_sym_expect] = ACTIONS(7776), - [anon_sym_actual] = ACTIONS(7776), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4375), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7767), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4358] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4353), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7779), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7769), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4359] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7781), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7771), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4360] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4342), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7783), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7773), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4361] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7785), - [anon_sym_RPAREN] = ACTIONS(7785), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7775), + [anon_sym_RPAREN] = ACTIONS(7775), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4362] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4365), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4351), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7787), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7777), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4363] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4335), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(3978), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_get] = ACTIONS(3985), + [anon_sym_set] = ACTIONS(3985), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(3981), + [sym_label] = ACTIONS(3976), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(3983), + [anon_sym_sealed] = ACTIONS(3983), + [anon_sym_annotation] = ACTIONS(3983), + [anon_sym_data] = ACTIONS(3985), + [anon_sym_inner] = ACTIONS(3985), + [anon_sym_value] = ACTIONS(3985), + [anon_sym_override] = ACTIONS(3983), + [anon_sym_lateinit] = ACTIONS(3983), + [anon_sym_public] = ACTIONS(3983), + [anon_sym_private] = ACTIONS(3983), + [anon_sym_internal] = ACTIONS(3983), + [anon_sym_protected] = ACTIONS(3983), + [anon_sym_tailrec] = ACTIONS(3983), + [anon_sym_operator] = ACTIONS(3983), + [anon_sym_infix] = ACTIONS(3983), + [anon_sym_inline] = ACTIONS(3983), + [anon_sym_external] = ACTIONS(3983), + [sym_property_modifier] = ACTIONS(3983), + [anon_sym_abstract] = ACTIONS(3983), + [anon_sym_final] = ACTIONS(3983), + [anon_sym_open] = ACTIONS(3983), + [anon_sym_vararg] = ACTIONS(3983), + [anon_sym_noinline] = ACTIONS(3983), + [anon_sym_crossinline] = ACTIONS(3983), + [anon_sym_expect] = ACTIONS(3985), + [anon_sym_actual] = ACTIONS(3985), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), + }, + [4364] = { + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7709), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7779), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), - [sym_line_comment] = ACTIONS(3), - [sym_multiline_comment] = ACTIONS(3), - }, - [4364] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3169), - [anon_sym_RPAREN] = ACTIONS(3169), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), [sym_multiline_comment] = ACTIONS(3), }, [4365] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4378), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7789), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7779), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4366] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4018), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_get] = ACTIONS(4023), - [anon_sym_set] = ACTIONS(4023), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4009), - [sym_label] = ACTIONS(4004), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG] = ACTIONS(4009), - [anon_sym_suspend] = ACTIONS(4021), - [anon_sym_sealed] = ACTIONS(4021), - [anon_sym_annotation] = ACTIONS(4021), - [anon_sym_data] = ACTIONS(4023), - [anon_sym_inner] = ACTIONS(4023), - [anon_sym_value] = ACTIONS(4023), - [anon_sym_override] = ACTIONS(4021), - [anon_sym_lateinit] = ACTIONS(4021), - [anon_sym_public] = ACTIONS(4021), - [anon_sym_private] = ACTIONS(4021), - [anon_sym_internal] = ACTIONS(4021), - [anon_sym_protected] = ACTIONS(4021), - [anon_sym_tailrec] = ACTIONS(4021), - [anon_sym_operator] = ACTIONS(4021), - [anon_sym_infix] = ACTIONS(4021), - [anon_sym_inline] = ACTIONS(4021), - [anon_sym_external] = ACTIONS(4021), - [sym_property_modifier] = ACTIONS(4021), - [anon_sym_abstract] = ACTIONS(4021), - [anon_sym_final] = ACTIONS(4021), - [anon_sym_open] = ACTIONS(4021), - [anon_sym_vararg] = ACTIONS(4021), - [anon_sym_noinline] = ACTIONS(4021), - [anon_sym_crossinline] = ACTIONS(4021), - [anon_sym_expect] = ACTIONS(4023), - [anon_sym_actual] = ACTIONS(4023), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4009), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4370), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7771), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), + [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), }, [4367] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4358), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4327), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7791), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7781), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4368] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4345), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7793), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7623), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4369] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4396), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7795), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7783), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4370] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7797), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7785), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4371] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4384), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4323), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7797), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7787), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4372] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7799), - [anon_sym_RPAREN] = ACTIONS(7799), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7789), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), [sym_multiline_comment] = ACTIONS(3), }, [4373] = { - [sym__alpha_identifier] = ACTIONS(4004), - [anon_sym_AT] = ACTIONS(4006), - [anon_sym_LBRACK] = ACTIONS(4009), - [anon_sym_LBRACE] = ACTIONS(4009), - [anon_sym_LPAREN] = ACTIONS(4009), - [anon_sym_object] = ACTIONS(4004), - [anon_sym_fun] = ACTIONS(4004), - [anon_sym_get] = ACTIONS(4013), - [anon_sym_set] = ACTIONS(4013), - [anon_sym_this] = ACTIONS(4004), - [anon_sym_super] = ACTIONS(4004), - [anon_sym_STAR] = ACTIONS(4009), - [sym_label] = ACTIONS(4004), - [anon_sym_null] = ACTIONS(4004), - [anon_sym_if] = ACTIONS(4004), - [anon_sym_when] = ACTIONS(4004), - [anon_sym_try] = ACTIONS(4004), - [anon_sym_throw] = ACTIONS(4004), - [anon_sym_return] = ACTIONS(4004), - [anon_sym_continue] = ACTIONS(4004), - [anon_sym_break] = ACTIONS(4004), - [anon_sym_COLON_COLON] = ACTIONS(4009), - [anon_sym_PLUS] = ACTIONS(4004), - [anon_sym_DASH] = ACTIONS(4004), - [anon_sym_PLUS_PLUS] = ACTIONS(4009), - [anon_sym_DASH_DASH] = ACTIONS(4009), - [anon_sym_BANG] = ACTIONS(4009), - [anon_sym_suspend] = ACTIONS(4011), - [anon_sym_sealed] = ACTIONS(4011), - [anon_sym_annotation] = ACTIONS(4011), - [anon_sym_data] = ACTIONS(4013), - [anon_sym_inner] = ACTIONS(4013), - [anon_sym_value] = ACTIONS(4013), - [anon_sym_override] = ACTIONS(4011), - [anon_sym_lateinit] = ACTIONS(4011), - [anon_sym_public] = ACTIONS(4011), - [anon_sym_private] = ACTIONS(4011), - [anon_sym_internal] = ACTIONS(4011), - [anon_sym_protected] = ACTIONS(4011), - [anon_sym_tailrec] = ACTIONS(4011), - [anon_sym_operator] = ACTIONS(4011), - [anon_sym_infix] = ACTIONS(4011), - [anon_sym_inline] = ACTIONS(4011), - [anon_sym_external] = ACTIONS(4011), - [sym_property_modifier] = ACTIONS(4011), - [anon_sym_abstract] = ACTIONS(4011), - [anon_sym_final] = ACTIONS(4011), - [anon_sym_open] = ACTIONS(4011), - [anon_sym_vararg] = ACTIONS(4011), - [anon_sym_noinline] = ACTIONS(4011), - [anon_sym_crossinline] = ACTIONS(4011), - [anon_sym_expect] = ACTIONS(4013), - [anon_sym_actual] = ACTIONS(4013), - [sym_line_comment] = ACTIONS(3), - [anon_sym_return_AT] = ACTIONS(4009), - [anon_sym_continue_AT] = ACTIONS(4009), - [anon_sym_break_AT] = ACTIONS(4009), - [anon_sym_this_AT] = ACTIONS(4009), - [anon_sym_super_AT] = ACTIONS(4009), - [sym_real_literal] = ACTIONS(4009), - [sym_integer_literal] = ACTIONS(4004), - [sym_hex_literal] = ACTIONS(4009), - [sym_bin_literal] = ACTIONS(4009), - [anon_sym_true] = ACTIONS(4004), - [anon_sym_false] = ACTIONS(4004), - [anon_sym_SQUOTE] = ACTIONS(4009), - [sym__backtick_identifier] = ACTIONS(4009), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7791), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), + [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), - [sym__string_start] = ACTIONS(4009), }, [4374] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7801), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [anon_sym_DASH_GT] = ACTIONS(7801), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4386), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7793), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), [sym_multiline_comment] = ACTIONS(3), }, [4375] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7803), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7795), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4376] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7805), - [anon_sym_RPAREN] = ACTIONS(7805), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3156), + [anon_sym_RPAREN] = ACTIONS(3156), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4377] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4340), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7697), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7797), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4378] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7808), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7799), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4379] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4397), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4340), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7689), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7795), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4380] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3169), - [anon_sym_RPAREN] = ACTIONS(3169), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4369), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7801), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), [sym_multiline_comment] = ACTIONS(3), }, [4381] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7810), - [anon_sym_RPAREN] = ACTIONS(7810), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), - [sym_multiline_comment] = ACTIONS(3), - }, - [4382] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4393), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7812), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7803), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4383] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [4382] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7814), - [anon_sym_RPAREN] = ACTIONS(7814), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7805), + [anon_sym_RPAREN] = ACTIONS(7805), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), + [sym_multiline_comment] = ACTIONS(3), + }, + [4383] = { + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4372), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7808), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), + [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4384] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4338), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7816), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7810), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4385] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(3169), - [anon_sym_RPAREN] = ACTIONS(3169), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4391), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), + [anon_sym_AT] = ACTIONS(3202), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7812), + [anon_sym_val] = ACTIONS(29), + [anon_sym_var] = ACTIONS(29), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), + [sym_property_modifier] = ACTIONS(3226), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), [sym_multiline_comment] = ACTIONS(3), }, [4386] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7791), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7814), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [4387] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7818), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7816), + [anon_sym_RPAREN] = ACTIONS(7816), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [anon_sym_DASH_GT] = ACTIONS(7818), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4388] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7820), - [anon_sym_val] = ACTIONS(29), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7818), + [anon_sym_RPAREN] = ACTIONS(7818), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4389] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4392), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7820), - [anon_sym_val] = ACTIONS(29), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), - [sym_line_comment] = ACTIONS(3), - [sym_multiline_comment] = ACTIONS(3), + [sym__alpha_identifier] = ACTIONS(3976), + [anon_sym_AT] = ACTIONS(4036), + [anon_sym_LBRACK] = ACTIONS(3981), + [anon_sym_LBRACE] = ACTIONS(3981), + [anon_sym_LPAREN] = ACTIONS(3981), + [anon_sym_object] = ACTIONS(3976), + [anon_sym_fun] = ACTIONS(3976), + [anon_sym_get] = ACTIONS(4041), + [anon_sym_set] = ACTIONS(4041), + [anon_sym_this] = ACTIONS(3976), + [anon_sym_super] = ACTIONS(3976), + [anon_sym_STAR] = ACTIONS(3981), + [sym_label] = ACTIONS(3976), + [anon_sym_null] = ACTIONS(3976), + [anon_sym_if] = ACTIONS(3976), + [anon_sym_when] = ACTIONS(3976), + [anon_sym_try] = ACTIONS(3976), + [anon_sym_throw] = ACTIONS(3976), + [anon_sym_return] = ACTIONS(3976), + [anon_sym_continue] = ACTIONS(3976), + [anon_sym_break] = ACTIONS(3976), + [anon_sym_COLON_COLON] = ACTIONS(3981), + [anon_sym_PLUS] = ACTIONS(3976), + [anon_sym_DASH] = ACTIONS(3976), + [anon_sym_PLUS_PLUS] = ACTIONS(3981), + [anon_sym_DASH_DASH] = ACTIONS(3981), + [anon_sym_BANG] = ACTIONS(3981), + [anon_sym_suspend] = ACTIONS(4039), + [anon_sym_sealed] = ACTIONS(4039), + [anon_sym_annotation] = ACTIONS(4039), + [anon_sym_data] = ACTIONS(4041), + [anon_sym_inner] = ACTIONS(4041), + [anon_sym_value] = ACTIONS(4041), + [anon_sym_override] = ACTIONS(4039), + [anon_sym_lateinit] = ACTIONS(4039), + [anon_sym_public] = ACTIONS(4039), + [anon_sym_private] = ACTIONS(4039), + [anon_sym_internal] = ACTIONS(4039), + [anon_sym_protected] = ACTIONS(4039), + [anon_sym_tailrec] = ACTIONS(4039), + [anon_sym_operator] = ACTIONS(4039), + [anon_sym_infix] = ACTIONS(4039), + [anon_sym_inline] = ACTIONS(4039), + [anon_sym_external] = ACTIONS(4039), + [sym_property_modifier] = ACTIONS(4039), + [anon_sym_abstract] = ACTIONS(4039), + [anon_sym_final] = ACTIONS(4039), + [anon_sym_open] = ACTIONS(4039), + [anon_sym_vararg] = ACTIONS(4039), + [anon_sym_noinline] = ACTIONS(4039), + [anon_sym_crossinline] = ACTIONS(4039), + [anon_sym_expect] = ACTIONS(4041), + [anon_sym_actual] = ACTIONS(4041), + [sym_line_comment] = ACTIONS(3), + [anon_sym_return_AT] = ACTIONS(3981), + [anon_sym_continue_AT] = ACTIONS(3981), + [anon_sym_break_AT] = ACTIONS(3981), + [anon_sym_this_AT] = ACTIONS(3981), + [anon_sym_super_AT] = ACTIONS(3981), + [sym_real_literal] = ACTIONS(3981), + [sym_integer_literal] = ACTIONS(3976), + [sym_hex_literal] = ACTIONS(3981), + [sym_bin_literal] = ACTIONS(3981), + [anon_sym_true] = ACTIONS(3976), + [anon_sym_false] = ACTIONS(3976), + [anon_sym_SQUOTE] = ACTIONS(3981), + [sym__backtick_identifier] = ACTIONS(3981), + [sym_multiline_comment] = ACTIONS(3), + [sym__string_start] = ACTIONS(3981), }, [4390] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4346), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7822), - [anon_sym_val] = ACTIONS(29), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), - [sym_line_comment] = ACTIONS(3), - [sym_multiline_comment] = ACTIONS(3), - }, - [4391] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7824), - [anon_sym_RPAREN] = ACTIONS(7824), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(7820), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [anon_sym_DASH_GT] = ACTIONS(7820), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, - [4392] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [4391] = { + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7826), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7808), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4393] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [4392] = { + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4354), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7828), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7822), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), [sym_line_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, - [4394] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4395), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), + [4393] = { + [sym_type_alias] = STATE(9326), + [sym__declaration] = STATE(9326), + [sym_class_declaration] = STATE(9326), + [aux_sym__class_member_declarations] = STATE(4344), + [sym__class_member_declaration] = STATE(9326), + [sym_anonymous_initializer] = STATE(9326), + [sym_companion_object] = STATE(9326), + [sym_function_declaration] = STATE(9326), + [sym_property_declaration] = STATE(9326), + [sym_getter] = STATE(9326), + [sym_setter] = STATE(9326), + [sym_object_declaration] = STATE(9326), + [sym_secondary_constructor] = STATE(9326), + [sym_modifiers] = STATE(7886), + [sym__modifier] = STATE(5485), + [sym_class_modifier] = STATE(5485), + [sym_member_modifier] = STATE(5485), + [sym_visibility_modifier] = STATE(5485), + [sym_function_modifier] = STATE(5485), + [sym_inheritance_modifier] = STATE(5485), + [sym_parameter_modifier] = STATE(5485), + [sym_platform_modifier] = STATE(5485), + [sym_annotation] = STATE(5485), + [sym__single_annotation] = STATE(5722), + [sym__multi_annotation] = STATE(5722), + [aux_sym_modifiers_repeat1] = STATE(5485), [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7828), + [anon_sym_typealias] = ACTIONS(7615), + [anon_sym_class] = ACTIONS(7617), + [anon_sym_interface] = ACTIONS(7617), + [anon_sym_enum] = ACTIONS(7619), + [anon_sym_constructor] = ACTIONS(7621), + [anon_sym_RBRACE] = ACTIONS(7824), [anon_sym_val] = ACTIONS(29), [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), + [anon_sym_init] = ACTIONS(7625), + [anon_sym_companion] = ACTIONS(7627), + [anon_sym_object] = ACTIONS(7629), + [anon_sym_fun] = ACTIONS(7631), + [anon_sym_get] = ACTIONS(7633), + [anon_sym_set] = ACTIONS(7635), + [anon_sym_suspend] = ACTIONS(7637), + [anon_sym_sealed] = ACTIONS(7639), + [anon_sym_annotation] = ACTIONS(7639), + [anon_sym_data] = ACTIONS(7639), + [anon_sym_inner] = ACTIONS(7639), + [anon_sym_value] = ACTIONS(7639), + [anon_sym_override] = ACTIONS(7641), + [anon_sym_lateinit] = ACTIONS(7641), + [anon_sym_public] = ACTIONS(7643), + [anon_sym_private] = ACTIONS(7643), + [anon_sym_internal] = ACTIONS(7643), + [anon_sym_protected] = ACTIONS(7643), + [anon_sym_tailrec] = ACTIONS(7637), + [anon_sym_operator] = ACTIONS(7637), + [anon_sym_infix] = ACTIONS(7637), + [anon_sym_inline] = ACTIONS(7637), + [anon_sym_external] = ACTIONS(7637), [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [anon_sym_abstract] = ACTIONS(7645), + [anon_sym_final] = ACTIONS(7645), + [anon_sym_open] = ACTIONS(7645), + [anon_sym_vararg] = ACTIONS(7647), + [anon_sym_noinline] = ACTIONS(7647), + [anon_sym_crossinline] = ACTIONS(7647), + [anon_sym_expect] = ACTIONS(7649), + [anon_sym_actual] = ACTIONS(7649), + [sym_line_comment] = ACTIONS(3), + [sym_multiline_comment] = ACTIONS(3), + }, + [4394] = { + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1978), + [sym__comparison_operator] = STATE(1995), + [sym__in_operator] = STATE(1996), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1998), + [sym__multiplicative_operator] = STATE(1999), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(2049), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_COMMA] = ACTIONS(3156), + [anon_sym_RPAREN] = ACTIONS(3156), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7291), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7293), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7295), + [anon_sym_DOT_DOT] = ACTIONS(7297), + [anon_sym_QMARK_COLON] = ACTIONS(7299), + [anon_sym_AMP_AMP] = ACTIONS(7301), + [anon_sym_PIPE_PIPE] = ACTIONS(7303), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7305), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7307), + [anon_sym_EQ_EQ] = ACTIONS(7305), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7307), + [anon_sym_LT_EQ] = ACTIONS(7309), + [anon_sym_GT_EQ] = ACTIONS(7309), + [anon_sym_BANGin] = ACTIONS(7311), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7313), + [anon_sym_DASH] = ACTIONS(7313), + [anon_sym_SLASH] = ACTIONS(7315), + [anon_sym_PERCENT] = ACTIONS(7293), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4395] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7830), - [anon_sym_val] = ACTIONS(29), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), + [sym__comparison_operator] = STATE(1795), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7826), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4396] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7832), - [anon_sym_val] = ACTIONS(29), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), + [sym__comparison_operator] = STATE(1795), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7828), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4397] = { - [sym_type_alias] = STATE(9356), - [sym__declaration] = STATE(9356), - [sym_class_declaration] = STATE(9356), - [aux_sym__class_member_declarations] = STATE(4357), - [sym__class_member_declaration] = STATE(9356), - [sym_anonymous_initializer] = STATE(9356), - [sym_companion_object] = STATE(9356), - [sym_function_declaration] = STATE(9356), - [sym_property_declaration] = STATE(9356), - [sym_getter] = STATE(9356), - [sym_setter] = STATE(9356), - [sym_object_declaration] = STATE(9356), - [sym_secondary_constructor] = STATE(9356), - [sym_modifiers] = STATE(8003), - [sym__modifier] = STATE(5517), - [sym_class_modifier] = STATE(5517), - [sym_member_modifier] = STATE(5517), - [sym_visibility_modifier] = STATE(5517), - [sym_function_modifier] = STATE(5517), - [sym_inheritance_modifier] = STATE(5517), - [sym_parameter_modifier] = STATE(5517), - [sym_platform_modifier] = STATE(5517), - [sym_annotation] = STATE(5517), - [sym__single_annotation] = STATE(5732), - [sym__multi_annotation] = STATE(5732), - [aux_sym_modifiers_repeat1] = STATE(5517), - [anon_sym_AT] = ACTIONS(3202), - [anon_sym_typealias] = ACTIONS(7627), - [anon_sym_class] = ACTIONS(7629), - [anon_sym_interface] = ACTIONS(7629), - [anon_sym_enum] = ACTIONS(7631), - [anon_sym_constructor] = ACTIONS(7633), - [anon_sym_RBRACE] = ACTIONS(7834), - [anon_sym_val] = ACTIONS(29), - [anon_sym_var] = ACTIONS(29), - [anon_sym_init] = ACTIONS(7637), - [anon_sym_companion] = ACTIONS(7639), - [anon_sym_object] = ACTIONS(7641), - [anon_sym_fun] = ACTIONS(7643), - [anon_sym_get] = ACTIONS(7645), - [anon_sym_set] = ACTIONS(7647), - [anon_sym_suspend] = ACTIONS(7649), - [anon_sym_sealed] = ACTIONS(7651), - [anon_sym_annotation] = ACTIONS(7651), - [anon_sym_data] = ACTIONS(7651), - [anon_sym_inner] = ACTIONS(7651), - [anon_sym_value] = ACTIONS(7651), - [anon_sym_override] = ACTIONS(7653), - [anon_sym_lateinit] = ACTIONS(7653), - [anon_sym_public] = ACTIONS(7655), - [anon_sym_private] = ACTIONS(7655), - [anon_sym_internal] = ACTIONS(7655), - [anon_sym_protected] = ACTIONS(7655), - [anon_sym_tailrec] = ACTIONS(7649), - [anon_sym_operator] = ACTIONS(7649), - [anon_sym_infix] = ACTIONS(7649), - [anon_sym_inline] = ACTIONS(7649), - [anon_sym_external] = ACTIONS(7649), - [sym_property_modifier] = ACTIONS(3226), - [anon_sym_abstract] = ACTIONS(7657), - [anon_sym_final] = ACTIONS(7657), - [anon_sym_open] = ACTIONS(7657), - [anon_sym_vararg] = ACTIONS(7659), - [anon_sym_noinline] = ACTIONS(7659), - [anon_sym_crossinline] = ACTIONS(7659), - [anon_sym_expect] = ACTIONS(7661), - [anon_sym_actual] = ACTIONS(7661), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), + [sym__comparison_operator] = STATE(1795), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1726), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7830), + [anon_sym_LT] = ACTIONS(1738), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(1788), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4398] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1976), - [sym__comparison_operator] = STATE(1979), - [sym__in_operator] = STATE(1995), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(2000), - [sym__multiplicative_operator] = STATE(2001), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(2031), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), + [sym__comparison_operator] = STATE(1795), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_COMMA] = ACTIONS(7836), - [anon_sym_RPAREN] = ACTIONS(7836), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7832), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7305), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7307), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7309), - [anon_sym_DOT_DOT] = ACTIONS(7311), - [anon_sym_QMARK_COLON] = ACTIONS(7313), - [anon_sym_AMP_AMP] = ACTIONS(7315), - [anon_sym_PIPE_PIPE] = ACTIONS(7317), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7319), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7321), - [anon_sym_EQ_EQ] = ACTIONS(7319), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7321), - [anon_sym_LT_EQ] = ACTIONS(7323), - [anon_sym_GT_EQ] = ACTIONS(7323), - [anon_sym_BANGin] = ACTIONS(7325), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7327), - [anon_sym_DASH] = ACTIONS(7327), - [anon_sym_SLASH] = ACTIONS(7329), - [anon_sym_PERCENT] = ACTIONS(7307), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4399] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7838), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7834), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4400] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7840), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7836), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4401] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7842), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7838), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4402] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7844), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7840), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4403] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7846), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7842), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4404] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7848), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7844), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4405] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7850), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7846), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4406] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7852), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7848), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4407] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7854), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7850), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4408] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7856), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7852), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4409] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7858), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7854), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4410] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7860), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7856), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4411] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7862), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7858), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4412] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7864), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7860), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4413] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7866), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7862), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4414] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7868), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7864), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4415] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7870), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7866), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4416] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7872), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7868), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4417] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7874), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7870), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4418] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7876), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7872), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4419] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7878), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7874), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4420] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7880), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7876), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4421] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7882), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7878), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4422] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7884), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7880), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4423] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7886), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7882), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4424] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7888), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7884), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4425] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7890), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7886), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4426] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7892), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7888), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4427] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7894), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7890), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4428] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7896), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7892), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4429] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7898), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7894), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4430] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7900), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7896), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4431] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7902), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7898), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4432] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7904), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7900), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4433] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7906), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7902), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4434] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7908), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7904), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4435] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7910), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7906), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4436] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7912), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7908), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4437] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7914), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7910), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4438] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7916), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7912), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4439] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), - [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), + [sym__comparison_operator] = STATE(1795), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7918), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7914), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4440] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7920), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7916), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4441] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7922), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7918), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4442] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7924), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7920), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4443] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7926), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7922), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4444] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7928), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7924), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4445] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7930), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7926), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4446] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7932), + [anon_sym_RBRACE] = ACTIONS(7928), + [anon_sym_LPAREN] = ACTIONS(6702), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4447] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7934), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7930), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4448] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7936), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7932), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4449] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7938), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7934), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4450] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7940), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7936), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4451] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7942), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7938), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4452] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7944), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7940), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4453] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7946), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7942), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4454] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7948), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7944), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4455] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7950), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7946), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4456] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7952), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7948), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4457] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7954), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7950), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4458] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7956), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7952), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4459] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7958), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7954), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4460] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7960), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7956), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4461] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7962), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7958), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4462] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7964), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7960), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4463] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7966), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7962), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4464] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7968), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7964), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4465] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7970), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7966), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4466] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7972), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7968), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4467] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7974), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7970), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4468] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7976), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7972), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4469] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7978), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7974), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4470] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7980), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7976), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4471] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7982), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7978), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4472] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7984), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7980), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4473] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7986), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7982), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4474] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7988), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7984), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4475] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7990), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7986), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4476] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7992), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7988), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4477] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7994), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7990), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4478] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7996), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7992), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4479] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(7998), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7994), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4480] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8000), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7996), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4481] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8002), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(7998), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4482] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8004), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8000), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4483] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8006), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8002), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4484] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8008), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8004), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4485] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8010), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8006), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4486] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8012), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8008), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4487] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8014), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8010), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4488] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8016), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8012), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4489] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8018), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8014), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4490] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8020), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8016), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4491] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8022), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8018), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4492] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8024), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8020), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4493] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8026), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8022), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4494] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8028), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8024), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4495] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8030), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8026), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4496] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8032), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8028), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4497] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8034), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8030), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4498] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8036), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8032), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4499] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8038), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8034), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4500] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8040), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8036), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4501] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8042), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8038), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4502] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8044), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8040), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4503] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8046), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8042), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4504] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8048), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8044), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4505] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8050), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8046), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4506] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8052), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8048), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4507] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8054), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8050), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4508] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8056), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8052), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4509] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8058), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8054), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4510] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8060), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8056), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4511] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8062), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8058), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4512] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8064), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8060), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4513] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8066), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8062), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4514] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8068), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8064), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4515] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8070), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8066), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4516] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8072), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8068), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4517] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8074), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8070), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4518] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8076), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8072), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4519] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8078), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8074), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4520] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8080), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8076), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4521] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8082), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8078), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4522] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8084), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8080), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4523] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), + [sym_indexing_suffix] = STATE(4832), + [sym_navigation_suffix] = STATE(4831), + [sym_call_suffix] = STATE(4827), + [sym_annotated_lambda] = STATE(4821), + [sym_type_arguments] = STATE(8223), + [sym_value_arguments] = STATE(4525), + [sym_lambda_literal] = STATE(4820), + [sym__equality_operator] = STATE(1797), [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), + [sym__in_operator] = STATE(1794), + [sym__is_operator] = STATE(6212), + [sym__additive_operator] = STATE(1793), + [sym__multiplicative_operator] = STATE(1792), + [sym__as_operator] = STATE(6211), + [sym__postfix_unary_operator] = STATE(4817), + [sym__member_access_operator] = STATE(7824), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [sym_simple_identifier] = STATE(1788), + [sym__lexical_identifier] = STATE(5425), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), [sym__alpha_identifier] = ACTIONS(1724), [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), + [anon_sym_LBRACK] = ACTIONS(6698), + [anon_sym_as] = ACTIONS(6700), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8086), + [anon_sym_LPAREN] = ACTIONS(6702), + [anon_sym_RPAREN] = ACTIONS(8082), [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [anon_sym_GT] = ACTIONS(7497), + [anon_sym_DOT] = ACTIONS(6706), + [anon_sym_get] = ACTIONS(3099), + [anon_sym_set] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(7499), + [sym_label] = ACTIONS(6710), + [anon_sym_in] = ACTIONS(7501), + [anon_sym_DOT_DOT] = ACTIONS(7503), + [anon_sym_QMARK_COLON] = ACTIONS(7505), + [anon_sym_AMP_AMP] = ACTIONS(7515), + [anon_sym_PIPE_PIPE] = ACTIONS(7517), + [anon_sym_COLON_COLON] = ACTIONS(6720), + [anon_sym_BANG_EQ] = ACTIONS(7519), + [anon_sym_BANG_EQ_EQ] = ACTIONS(7521), + [anon_sym_EQ_EQ] = ACTIONS(7519), + [anon_sym_EQ_EQ_EQ] = ACTIONS(7521), + [anon_sym_LT_EQ] = ACTIONS(7507), + [anon_sym_GT_EQ] = ACTIONS(7507), + [anon_sym_BANGin] = ACTIONS(7509), + [anon_sym_is] = ACTIONS(6730), + [anon_sym_BANGis] = ACTIONS(6732), + [anon_sym_PLUS] = ACTIONS(7511), + [anon_sym_DASH] = ACTIONS(7511), + [anon_sym_SLASH] = ACTIONS(7513), + [anon_sym_PERCENT] = ACTIONS(7499), + [anon_sym_as_QMARK] = ACTIONS(6736), + [anon_sym_PLUS_PLUS] = ACTIONS(6738), + [anon_sym_DASH_DASH] = ACTIONS(6738), + [anon_sym_BANG_BANG] = ACTIONS(6738), + [anon_sym_data] = ACTIONS(3099), + [anon_sym_inner] = ACTIONS(3099), + [anon_sym_value] = ACTIONS(3099), + [anon_sym_expect] = ACTIONS(3099), + [anon_sym_actual] = ACTIONS(3099), [sym_line_comment] = ACTIONS(3), [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_safe_nav] = ACTIONS(6720), [sym_multiline_comment] = ACTIONS(3), }, [4524] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), - [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(8088), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [sym_indexing_suffix] = STATE(7203), + [sym_navigation_suffix] = STATE(7203), + [sym__postfix_unary_operator] = STATE(7203), + [sym__member_access_operator] = STATE(7824), + [sym__postfix_unary_suffix] = STATE(7203), + [aux_sym__postfix_unary_expression_repeat1] = STATE(7203), + [sym__alpha_identifier] = ACTIONS(4004), + [anon_sym_AT] = ACTIONS(4006), + [anon_sym_LBRACK] = ACTIONS(4008), + [anon_sym_RBRACK] = ACTIONS(4006), + [anon_sym_as] = ACTIONS(4004), + [anon_sym_EQ] = ACTIONS(4024), + [anon_sym_LBRACE] = ACTIONS(4006), + [anon_sym_RBRACE] = ACTIONS(4006), + [anon_sym_LPAREN] = ACTIONS(4006), + [anon_sym_COMMA] = ACTIONS(4006), + [anon_sym_RPAREN] = ACTIONS(4006), + [anon_sym_LT] = ACTIONS(4004), + [anon_sym_GT] = ACTIONS(4004), + [anon_sym_where] = ACTIONS(4004), + [anon_sym_DOT] = ACTIONS(4013), + [anon_sym_SEMI] = ACTIONS(4006), + [anon_sym_get] = ACTIONS(4004), + [anon_sym_set] = ACTIONS(4004), + [anon_sym_STAR] = ACTIONS(4004), + [anon_sym_DASH_GT] = ACTIONS(4006), + [sym_label] = ACTIONS(4006), + [anon_sym_in] = ACTIONS(4004), + [anon_sym_while] = ACTIONS(4004), + [anon_sym_DOT_DOT] = ACTIONS(4006), + [anon_sym_QMARK_COLON] = ACTIONS(4006), + [anon_sym_AMP_AMP] = ACTIONS(4006), + [anon_sym_PIPE_PIPE] = ACTIONS(4006), + [anon_sym_else] = ACTIONS(4004), + [anon_sym_COLON_COLON] = ACTIONS(4016), + [anon_sym_PLUS_EQ] = ACTIONS(4027), + [anon_sym_DASH_EQ] = ACTIONS(4027), + [anon_sym_STAR_EQ] = ACTIONS(4027), + [anon_sym_SLASH_EQ] = ACTIONS(4027), + [anon_sym_PERCENT_EQ] = ACTIONS(4027), + [anon_sym_BANG_EQ] = ACTIONS(4004), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4006), + [anon_sym_EQ_EQ] = ACTIONS(4004), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4006), + [anon_sym_LT_EQ] = ACTIONS(4006), + [anon_sym_GT_EQ] = ACTIONS(4006), + [anon_sym_BANGin] = ACTIONS(4006), + [anon_sym_is] = ACTIONS(4004), + [anon_sym_BANGis] = ACTIONS(4006), + [anon_sym_PLUS] = ACTIONS(4004), + [anon_sym_DASH] = ACTIONS(4004), + [anon_sym_SLASH] = ACTIONS(4004), + [anon_sym_PERCENT] = ACTIONS(4004), + [anon_sym_as_QMARK] = ACTIONS(4006), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_data] = ACTIONS(4004), + [anon_sym_inner] = ACTIONS(4004), + [anon_sym_value] = ACTIONS(4004), + [anon_sym_expect] = ACTIONS(4004), + [anon_sym_actual] = ACTIONS(4004), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym__backtick_identifier] = ACTIONS(4006), + [sym_safe_nav] = ACTIONS(4016), [sym_multiline_comment] = ACTIONS(3), }, [4525] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), - [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8090), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_annotated_lambda] = STATE(4724), + [sym_lambda_literal] = STATE(4820), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(3990), + [anon_sym_AT] = ACTIONS(3992), + [anon_sym_LBRACK] = ACTIONS(3992), + [anon_sym_RBRACK] = ACTIONS(3992), + [anon_sym_as] = ACTIONS(3990), + [anon_sym_EQ] = ACTIONS(3990), + [anon_sym_LBRACE] = ACTIONS(3992), + [anon_sym_RBRACE] = ACTIONS(3992), + [anon_sym_LPAREN] = ACTIONS(3992), + [anon_sym_COMMA] = ACTIONS(3992), + [anon_sym_RPAREN] = ACTIONS(3992), + [anon_sym_LT] = ACTIONS(3990), + [anon_sym_GT] = ACTIONS(3990), + [anon_sym_where] = ACTIONS(3990), + [anon_sym_DOT] = ACTIONS(3990), + [anon_sym_SEMI] = ACTIONS(3992), + [anon_sym_get] = ACTIONS(3990), + [anon_sym_set] = ACTIONS(3990), + [anon_sym_STAR] = ACTIONS(3990), + [anon_sym_DASH_GT] = ACTIONS(3992), + [sym_label] = ACTIONS(3992), + [anon_sym_in] = ACTIONS(3990), + [anon_sym_while] = ACTIONS(3990), + [anon_sym_DOT_DOT] = ACTIONS(3992), + [anon_sym_QMARK_COLON] = ACTIONS(3992), + [anon_sym_AMP_AMP] = ACTIONS(3992), + [anon_sym_PIPE_PIPE] = ACTIONS(3992), + [anon_sym_else] = ACTIONS(3990), + [anon_sym_COLON_COLON] = ACTIONS(3992), + [anon_sym_PLUS_EQ] = ACTIONS(3992), + [anon_sym_DASH_EQ] = ACTIONS(3992), + [anon_sym_STAR_EQ] = ACTIONS(3992), + [anon_sym_SLASH_EQ] = ACTIONS(3992), + [anon_sym_PERCENT_EQ] = ACTIONS(3992), + [anon_sym_BANG_EQ] = ACTIONS(3990), + [anon_sym_BANG_EQ_EQ] = ACTIONS(3992), + [anon_sym_EQ_EQ] = ACTIONS(3990), + [anon_sym_EQ_EQ_EQ] = ACTIONS(3992), + [anon_sym_LT_EQ] = ACTIONS(3992), + [anon_sym_GT_EQ] = ACTIONS(3992), + [anon_sym_BANGin] = ACTIONS(3992), + [anon_sym_is] = ACTIONS(3990), + [anon_sym_BANGis] = ACTIONS(3992), + [anon_sym_PLUS] = ACTIONS(3990), + [anon_sym_DASH] = ACTIONS(3990), + [anon_sym_SLASH] = ACTIONS(3990), + [anon_sym_PERCENT] = ACTIONS(3990), + [anon_sym_as_QMARK] = ACTIONS(3992), + [anon_sym_PLUS_PLUS] = ACTIONS(3992), + [anon_sym_DASH_DASH] = ACTIONS(3992), + [anon_sym_BANG_BANG] = ACTIONS(3992), + [anon_sym_data] = ACTIONS(3990), + [anon_sym_inner] = ACTIONS(3990), + [anon_sym_value] = ACTIONS(3990), + [anon_sym_expect] = ACTIONS(3990), + [anon_sym_actual] = ACTIONS(3990), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(3992), + [sym_safe_nav] = ACTIONS(3992), [sym_multiline_comment] = ACTIONS(3), }, [4526] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), - [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8092), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym_annotated_lambda] = STATE(4790), + [sym_lambda_literal] = STATE(4820), + [sym_annotation] = STATE(8345), + [sym__single_annotation] = STATE(6139), + [sym__multi_annotation] = STATE(6139), + [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8345), + [sym__alpha_identifier] = ACTIONS(4046), + [anon_sym_AT] = ACTIONS(4048), + [anon_sym_LBRACK] = ACTIONS(4048), + [anon_sym_RBRACK] = ACTIONS(4048), + [anon_sym_as] = ACTIONS(4046), + [anon_sym_EQ] = ACTIONS(4046), + [anon_sym_LBRACE] = ACTIONS(4048), + [anon_sym_RBRACE] = ACTIONS(4048), + [anon_sym_LPAREN] = ACTIONS(4048), + [anon_sym_COMMA] = ACTIONS(4048), + [anon_sym_RPAREN] = ACTIONS(4048), + [anon_sym_LT] = ACTIONS(4046), + [anon_sym_GT] = ACTIONS(4046), + [anon_sym_where] = ACTIONS(4046), + [anon_sym_DOT] = ACTIONS(4046), + [anon_sym_SEMI] = ACTIONS(4048), + [anon_sym_get] = ACTIONS(4046), + [anon_sym_set] = ACTIONS(4046), + [anon_sym_STAR] = ACTIONS(4046), + [anon_sym_DASH_GT] = ACTIONS(4048), + [sym_label] = ACTIONS(4048), + [anon_sym_in] = ACTIONS(4046), + [anon_sym_while] = ACTIONS(4046), + [anon_sym_DOT_DOT] = ACTIONS(4048), + [anon_sym_QMARK_COLON] = ACTIONS(4048), + [anon_sym_AMP_AMP] = ACTIONS(4048), + [anon_sym_PIPE_PIPE] = ACTIONS(4048), + [anon_sym_else] = ACTIONS(4046), + [anon_sym_COLON_COLON] = ACTIONS(4048), + [anon_sym_PLUS_EQ] = ACTIONS(4048), + [anon_sym_DASH_EQ] = ACTIONS(4048), + [anon_sym_STAR_EQ] = ACTIONS(4048), + [anon_sym_SLASH_EQ] = ACTIONS(4048), + [anon_sym_PERCENT_EQ] = ACTIONS(4048), + [anon_sym_BANG_EQ] = ACTIONS(4046), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4048), + [anon_sym_EQ_EQ] = ACTIONS(4046), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4048), + [anon_sym_LT_EQ] = ACTIONS(4048), + [anon_sym_GT_EQ] = ACTIONS(4048), + [anon_sym_BANGin] = ACTIONS(4048), + [anon_sym_is] = ACTIONS(4046), + [anon_sym_BANGis] = ACTIONS(4048), + [anon_sym_PLUS] = ACTIONS(4046), + [anon_sym_DASH] = ACTIONS(4046), + [anon_sym_SLASH] = ACTIONS(4046), + [anon_sym_PERCENT] = ACTIONS(4046), + [anon_sym_as_QMARK] = ACTIONS(4048), + [anon_sym_PLUS_PLUS] = ACTIONS(4048), + [anon_sym_DASH_DASH] = ACTIONS(4048), + [anon_sym_BANG_BANG] = ACTIONS(4048), + [anon_sym_data] = ACTIONS(4046), + [anon_sym_inner] = ACTIONS(4046), + [anon_sym_value] = ACTIONS(4046), + [anon_sym_expect] = ACTIONS(4046), + [anon_sym_actual] = ACTIONS(4046), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4048), + [sym_safe_nav] = ACTIONS(4048), [sym_multiline_comment] = ACTIONS(3), }, [4527] = { - [sym_indexing_suffix] = STATE(4873), - [sym_navigation_suffix] = STATE(4872), - [sym_call_suffix] = STATE(4870), - [sym_annotated_lambda] = STATE(4868), - [sym_type_arguments] = STATE(8249), - [sym_value_arguments] = STATE(4529), - [sym_lambda_literal] = STATE(4864), - [sym__equality_operator] = STATE(1796), - [sym__comparison_operator] = STATE(1795), - [sym__in_operator] = STATE(1791), - [sym__is_operator] = STATE(6121), - [sym__additive_operator] = STATE(1789), - [sym__multiplicative_operator] = STATE(1788), - [sym__as_operator] = STATE(6123), - [sym__postfix_unary_operator] = STATE(4860), - [sym__member_access_operator] = STATE(7730), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [sym_simple_identifier] = STATE(1786), - [sym__lexical_identifier] = STATE(5458), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(1724), - [anon_sym_AT] = ACTIONS(1726), - [anon_sym_LBRACK] = ACTIONS(6716), - [anon_sym_as] = ACTIONS(6718), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(6720), - [anon_sym_RPAREN] = ACTIONS(8094), - [anon_sym_LT] = ACTIONS(1738), - [anon_sym_GT] = ACTIONS(7523), - [anon_sym_DOT] = ACTIONS(6724), - [anon_sym_get] = ACTIONS(3092), - [anon_sym_set] = ACTIONS(3092), - [anon_sym_STAR] = ACTIONS(7509), - [sym_label] = ACTIONS(6728), - [anon_sym_in] = ACTIONS(7525), - [anon_sym_DOT_DOT] = ACTIONS(7511), - [anon_sym_QMARK_COLON] = ACTIONS(7527), - [anon_sym_AMP_AMP] = ACTIONS(7529), - [anon_sym_PIPE_PIPE] = ACTIONS(7531), - [anon_sym_COLON_COLON] = ACTIONS(6740), - [anon_sym_BANG_EQ] = ACTIONS(7533), - [anon_sym_BANG_EQ_EQ] = ACTIONS(7535), - [anon_sym_EQ_EQ] = ACTIONS(7533), - [anon_sym_EQ_EQ_EQ] = ACTIONS(7535), - [anon_sym_LT_EQ] = ACTIONS(7537), - [anon_sym_GT_EQ] = ACTIONS(7537), - [anon_sym_BANGin] = ACTIONS(7539), - [anon_sym_is] = ACTIONS(6750), - [anon_sym_BANGis] = ACTIONS(6752), - [anon_sym_PLUS] = ACTIONS(7513), - [anon_sym_DASH] = ACTIONS(7513), - [anon_sym_SLASH] = ACTIONS(7515), - [anon_sym_PERCENT] = ACTIONS(7509), - [anon_sym_as_QMARK] = ACTIONS(6756), - [anon_sym_PLUS_PLUS] = ACTIONS(6758), - [anon_sym_DASH_DASH] = ACTIONS(6758), - [anon_sym_BANG_BANG] = ACTIONS(6758), - [anon_sym_data] = ACTIONS(3092), - [anon_sym_inner] = ACTIONS(3092), - [anon_sym_value] = ACTIONS(3092), - [anon_sym_expect] = ACTIONS(3092), - [anon_sym_actual] = ACTIONS(3092), + [sym_indexing_suffix] = STATE(7203), + [sym_navigation_suffix] = STATE(7203), + [sym__postfix_unary_operator] = STATE(7203), + [sym__member_access_operator] = STATE(7824), + [sym__postfix_unary_suffix] = STATE(7203), + [aux_sym__postfix_unary_expression_repeat1] = STATE(7203), + [sym__alpha_identifier] = ACTIONS(4004), + [anon_sym_AT] = ACTIONS(4006), + [anon_sym_LBRACK] = ACTIONS(4008), + [anon_sym_RBRACK] = ACTIONS(4006), + [anon_sym_as] = ACTIONS(4004), + [anon_sym_EQ] = ACTIONS(4011), + [anon_sym_LBRACE] = ACTIONS(4006), + [anon_sym_RBRACE] = ACTIONS(4006), + [anon_sym_LPAREN] = ACTIONS(4006), + [anon_sym_COMMA] = ACTIONS(4006), + [anon_sym_RPAREN] = ACTIONS(4006), + [anon_sym_LT] = ACTIONS(4004), + [anon_sym_GT] = ACTIONS(4004), + [anon_sym_where] = ACTIONS(4004), + [anon_sym_DOT] = ACTIONS(4013), + [anon_sym_SEMI] = ACTIONS(4006), + [anon_sym_get] = ACTIONS(4004), + [anon_sym_set] = ACTIONS(4004), + [anon_sym_STAR] = ACTIONS(4004), + [anon_sym_DASH_GT] = ACTIONS(4006), + [sym_label] = ACTIONS(4006), + [anon_sym_in] = ACTIONS(4004), + [anon_sym_while] = ACTIONS(4004), + [anon_sym_DOT_DOT] = ACTIONS(4006), + [anon_sym_QMARK_COLON] = ACTIONS(4006), + [anon_sym_AMP_AMP] = ACTIONS(4006), + [anon_sym_PIPE_PIPE] = ACTIONS(4006), + [anon_sym_else] = ACTIONS(4004), + [anon_sym_COLON_COLON] = ACTIONS(4016), + [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(4004), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4006), + [anon_sym_EQ_EQ] = ACTIONS(4004), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4006), + [anon_sym_LT_EQ] = ACTIONS(4006), + [anon_sym_GT_EQ] = ACTIONS(4006), + [anon_sym_BANGin] = ACTIONS(4006), + [anon_sym_is] = ACTIONS(4004), + [anon_sym_BANGis] = ACTIONS(4006), + [anon_sym_PLUS] = ACTIONS(4004), + [anon_sym_DASH] = ACTIONS(4004), + [anon_sym_SLASH] = ACTIONS(4004), + [anon_sym_PERCENT] = ACTIONS(4004), + [anon_sym_as_QMARK] = ACTIONS(4006), + [anon_sym_PLUS_PLUS] = ACTIONS(4021), + [anon_sym_DASH_DASH] = ACTIONS(4021), + [anon_sym_BANG_BANG] = ACTIONS(4021), + [anon_sym_data] = ACTIONS(4004), + [anon_sym_inner] = ACTIONS(4004), + [anon_sym_value] = ACTIONS(4004), + [anon_sym_expect] = ACTIONS(4004), + [anon_sym_actual] = ACTIONS(4004), [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(1788), - [sym_safe_nav] = ACTIONS(6740), + [sym__backtick_identifier] = ACTIONS(4006), + [sym_safe_nav] = ACTIONS(4016), [sym_multiline_comment] = ACTIONS(3), }, [4528] = { - [sym_indexing_suffix] = STATE(7209), - [sym_navigation_suffix] = STATE(7209), - [sym__postfix_unary_operator] = STATE(7209), - [sym__member_access_operator] = STATE(7730), - [sym__postfix_unary_suffix] = STATE(7209), - [aux_sym__postfix_unary_expression_repeat1] = STATE(7209), - [sym__alpha_identifier] = ACTIONS(4028), - [anon_sym_AT] = ACTIONS(4030), - [anon_sym_LBRACK] = ACTIONS(4032), - [anon_sym_RBRACK] = ACTIONS(4030), - [anon_sym_as] = ACTIONS(4028), - [anon_sym_EQ] = ACTIONS(4035), - [anon_sym_LBRACE] = ACTIONS(4030), - [anon_sym_RBRACE] = ACTIONS(4030), - [anon_sym_LPAREN] = ACTIONS(4030), - [anon_sym_COMMA] = ACTIONS(4030), - [anon_sym_RPAREN] = ACTIONS(4030), - [anon_sym_LT] = ACTIONS(4028), - [anon_sym_GT] = ACTIONS(4028), - [anon_sym_where] = ACTIONS(4028), - [anon_sym_DOT] = ACTIONS(4037), - [anon_sym_SEMI] = ACTIONS(4030), - [anon_sym_get] = ACTIONS(4028), - [anon_sym_set] = ACTIONS(4028), - [anon_sym_STAR] = ACTIONS(4028), - [anon_sym_DASH_GT] = ACTIONS(4030), - [sym_label] = ACTIONS(4030), - [anon_sym_in] = ACTIONS(4028), - [anon_sym_while] = ACTIONS(4028), - [anon_sym_DOT_DOT] = ACTIONS(4030), - [anon_sym_QMARK_COLON] = ACTIONS(4030), - [anon_sym_AMP_AMP] = ACTIONS(4030), - [anon_sym_PIPE_PIPE] = ACTIONS(4030), - [anon_sym_else] = ACTIONS(4028), - [anon_sym_COLON_COLON] = ACTIONS(4040), - [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(4028), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4030), - [anon_sym_EQ_EQ] = ACTIONS(4028), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4030), - [anon_sym_LT_EQ] = ACTIONS(4030), - [anon_sym_GT_EQ] = ACTIONS(4030), - [anon_sym_BANGin] = ACTIONS(4030), - [anon_sym_is] = ACTIONS(4028), - [anon_sym_BANGis] = ACTIONS(4030), - [anon_sym_PLUS] = ACTIONS(4028), - [anon_sym_DASH] = ACTIONS(4028), - [anon_sym_SLASH] = ACTIONS(4028), - [anon_sym_PERCENT] = ACTIONS(4028), - [anon_sym_as_QMARK] = ACTIONS(4030), - [anon_sym_PLUS_PLUS] = ACTIONS(4045), - [anon_sym_DASH_DASH] = ACTIONS(4045), - [anon_sym_BANG_BANG] = ACTIONS(4045), - [anon_sym_data] = ACTIONS(4028), - [anon_sym_inner] = ACTIONS(4028), - [anon_sym_value] = ACTIONS(4028), - [anon_sym_expect] = ACTIONS(4028), - [anon_sym_actual] = ACTIONS(4028), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4030), - [sym_safe_nav] = ACTIONS(4040), - [sym_multiline_comment] = ACTIONS(3), - }, - [4529] = { - [sym_annotated_lambda] = STATE(4777), - [sym_lambda_literal] = STATE(4864), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(3992), - [anon_sym_AT] = ACTIONS(3994), - [anon_sym_LBRACK] = ACTIONS(3994), - [anon_sym_RBRACK] = ACTIONS(3994), - [anon_sym_as] = ACTIONS(3992), - [anon_sym_EQ] = ACTIONS(3992), - [anon_sym_LBRACE] = ACTIONS(3994), - [anon_sym_RBRACE] = ACTIONS(3994), - [anon_sym_LPAREN] = ACTIONS(3994), - [anon_sym_COMMA] = ACTIONS(3994), - [anon_sym_RPAREN] = ACTIONS(3994), - [anon_sym_LT] = ACTIONS(3992), - [anon_sym_GT] = ACTIONS(3992), - [anon_sym_where] = ACTIONS(3992), - [anon_sym_DOT] = ACTIONS(3992), - [anon_sym_SEMI] = ACTIONS(3994), - [anon_sym_get] = ACTIONS(3992), - [anon_sym_set] = ACTIONS(3992), - [anon_sym_STAR] = ACTIONS(3992), - [anon_sym_DASH_GT] = ACTIONS(3994), - [sym_label] = ACTIONS(3994), - [anon_sym_in] = ACTIONS(3992), - [anon_sym_while] = ACTIONS(3992), - [anon_sym_DOT_DOT] = ACTIONS(3994), - [anon_sym_QMARK_COLON] = ACTIONS(3994), - [anon_sym_AMP_AMP] = ACTIONS(3994), - [anon_sym_PIPE_PIPE] = ACTIONS(3994), - [anon_sym_else] = ACTIONS(3992), - [anon_sym_COLON_COLON] = ACTIONS(3994), - [anon_sym_PLUS_EQ] = ACTIONS(3994), - [anon_sym_DASH_EQ] = ACTIONS(3994), - [anon_sym_STAR_EQ] = ACTIONS(3994), - [anon_sym_SLASH_EQ] = ACTIONS(3994), - [anon_sym_PERCENT_EQ] = ACTIONS(3994), - [anon_sym_BANG_EQ] = ACTIONS(3992), - [anon_sym_BANG_EQ_EQ] = ACTIONS(3994), - [anon_sym_EQ_EQ] = ACTIONS(3992), - [anon_sym_EQ_EQ_EQ] = ACTIONS(3994), - [anon_sym_LT_EQ] = ACTIONS(3994), - [anon_sym_GT_EQ] = ACTIONS(3994), - [anon_sym_BANGin] = ACTIONS(3994), - [anon_sym_is] = ACTIONS(3992), - [anon_sym_BANGis] = ACTIONS(3994), - [anon_sym_PLUS] = ACTIONS(3992), - [anon_sym_DASH] = ACTIONS(3992), - [anon_sym_SLASH] = ACTIONS(3992), - [anon_sym_PERCENT] = ACTIONS(3992), - [anon_sym_as_QMARK] = ACTIONS(3994), - [anon_sym_PLUS_PLUS] = ACTIONS(3994), - [anon_sym_DASH_DASH] = ACTIONS(3994), - [anon_sym_BANG_BANG] = ACTIONS(3994), - [anon_sym_data] = ACTIONS(3992), - [anon_sym_inner] = ACTIONS(3992), - [anon_sym_value] = ACTIONS(3992), - [anon_sym_expect] = ACTIONS(3992), - [anon_sym_actual] = ACTIONS(3992), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(3994), - [sym_safe_nav] = ACTIONS(3994), - [sym_multiline_comment] = ACTIONS(3), - }, - [4530] = { - [sym_indexing_suffix] = STATE(7209), - [sym_navigation_suffix] = STATE(7209), - [sym__postfix_unary_operator] = STATE(7209), - [sym__member_access_operator] = STATE(7730), - [sym__postfix_unary_suffix] = STATE(7209), - [aux_sym__postfix_unary_expression_repeat1] = STATE(7209), - [sym__alpha_identifier] = ACTIONS(4028), - [anon_sym_AT] = ACTIONS(4030), - [anon_sym_LBRACK] = ACTIONS(4032), - [anon_sym_RBRACK] = ACTIONS(4030), - [anon_sym_as] = ACTIONS(4028), - [anon_sym_EQ] = ACTIONS(4050), - [anon_sym_LBRACE] = ACTIONS(4030), - [anon_sym_RBRACE] = ACTIONS(4030), - [anon_sym_LPAREN] = ACTIONS(4030), - [anon_sym_COMMA] = ACTIONS(4030), - [anon_sym_RPAREN] = ACTIONS(4030), - [anon_sym_LT] = ACTIONS(4028), - [anon_sym_GT] = ACTIONS(4028), - [anon_sym_where] = ACTIONS(4028), - [anon_sym_DOT] = ACTIONS(4037), - [anon_sym_SEMI] = ACTIONS(4030), - [anon_sym_get] = ACTIONS(4028), - [anon_sym_set] = ACTIONS(4028), - [anon_sym_STAR] = ACTIONS(4028), - [anon_sym_DASH_GT] = ACTIONS(4030), - [sym_label] = ACTIONS(4030), - [anon_sym_in] = ACTIONS(4028), - [anon_sym_while] = ACTIONS(4028), - [anon_sym_DOT_DOT] = ACTIONS(4030), - [anon_sym_QMARK_COLON] = ACTIONS(4030), - [anon_sym_AMP_AMP] = ACTIONS(4030), - [anon_sym_PIPE_PIPE] = ACTIONS(4030), - [anon_sym_else] = ACTIONS(4028), - [anon_sym_COLON_COLON] = ACTIONS(4040), - [anon_sym_PLUS_EQ] = ACTIONS(4053), - [anon_sym_DASH_EQ] = ACTIONS(4053), - [anon_sym_STAR_EQ] = ACTIONS(4053), - [anon_sym_SLASH_EQ] = ACTIONS(4053), - [anon_sym_PERCENT_EQ] = ACTIONS(4053), - [anon_sym_BANG_EQ] = ACTIONS(4028), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4030), - [anon_sym_EQ_EQ] = ACTIONS(4028), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4030), - [anon_sym_LT_EQ] = ACTIONS(4030), - [anon_sym_GT_EQ] = ACTIONS(4030), - [anon_sym_BANGin] = ACTIONS(4030), - [anon_sym_is] = ACTIONS(4028), - [anon_sym_BANGis] = ACTIONS(4030), - [anon_sym_PLUS] = ACTIONS(4028), - [anon_sym_DASH] = ACTIONS(4028), - [anon_sym_SLASH] = ACTIONS(4028), - [anon_sym_PERCENT] = ACTIONS(4028), - [anon_sym_as_QMARK] = ACTIONS(4030), - [anon_sym_PLUS_PLUS] = ACTIONS(4045), - [anon_sym_DASH_DASH] = ACTIONS(4045), - [anon_sym_BANG_BANG] = ACTIONS(4045), - [anon_sym_data] = ACTIONS(4028), - [anon_sym_inner] = ACTIONS(4028), - [anon_sym_value] = ACTIONS(4028), - [anon_sym_expect] = ACTIONS(4028), - [anon_sym_actual] = ACTIONS(4028), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4030), - [sym_safe_nav] = ACTIONS(4040), - [sym_multiline_comment] = ACTIONS(3), - }, - [4531] = { - [sym_annotated_lambda] = STATE(4719), - [sym_lambda_literal] = STATE(4864), - [sym_annotation] = STATE(8340), - [sym__single_annotation] = STATE(6228), - [sym__multi_annotation] = STATE(6228), - [aux_sym__annotated_delegation_specifier_repeat1] = STATE(8340), - [sym__alpha_identifier] = ACTIONS(4000), - [anon_sym_AT] = ACTIONS(4002), - [anon_sym_LBRACK] = ACTIONS(4002), - [anon_sym_RBRACK] = ACTIONS(4002), - [anon_sym_as] = ACTIONS(4000), - [anon_sym_EQ] = ACTIONS(4000), - [anon_sym_LBRACE] = ACTIONS(4002), - [anon_sym_RBRACE] = ACTIONS(4002), - [anon_sym_LPAREN] = ACTIONS(4002), - [anon_sym_COMMA] = ACTIONS(4002), - [anon_sym_RPAREN] = ACTIONS(4002), - [anon_sym_LT] = ACTIONS(4000), - [anon_sym_GT] = ACTIONS(4000), - [anon_sym_where] = ACTIONS(4000), - [anon_sym_DOT] = ACTIONS(4000), - [anon_sym_SEMI] = ACTIONS(4002), - [anon_sym_get] = ACTIONS(4000), - [anon_sym_set] = ACTIONS(4000), - [anon_sym_STAR] = ACTIONS(4000), - [anon_sym_DASH_GT] = ACTIONS(4002), - [sym_label] = ACTIONS(4002), - [anon_sym_in] = ACTIONS(4000), - [anon_sym_while] = ACTIONS(4000), - [anon_sym_DOT_DOT] = ACTIONS(4002), - [anon_sym_QMARK_COLON] = ACTIONS(4002), - [anon_sym_AMP_AMP] = ACTIONS(4002), - [anon_sym_PIPE_PIPE] = ACTIONS(4002), - [anon_sym_else] = ACTIONS(4000), - [anon_sym_COLON_COLON] = ACTIONS(4002), - [anon_sym_PLUS_EQ] = ACTIONS(4002), - [anon_sym_DASH_EQ] = ACTIONS(4002), - [anon_sym_STAR_EQ] = ACTIONS(4002), - [anon_sym_SLASH_EQ] = ACTIONS(4002), - [anon_sym_PERCENT_EQ] = ACTIONS(4002), - [anon_sym_BANG_EQ] = ACTIONS(4000), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4002), - [anon_sym_EQ_EQ] = ACTIONS(4000), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4002), - [anon_sym_LT_EQ] = ACTIONS(4002), - [anon_sym_GT_EQ] = ACTIONS(4002), - [anon_sym_BANGin] = ACTIONS(4002), - [anon_sym_is] = ACTIONS(4000), - [anon_sym_BANGis] = ACTIONS(4002), - [anon_sym_PLUS] = ACTIONS(4000), - [anon_sym_DASH] = ACTIONS(4000), - [anon_sym_SLASH] = ACTIONS(4000), - [anon_sym_PERCENT] = ACTIONS(4000), - [anon_sym_as_QMARK] = ACTIONS(4002), - [anon_sym_PLUS_PLUS] = ACTIONS(4002), - [anon_sym_DASH_DASH] = ACTIONS(4002), - [anon_sym_BANG_BANG] = ACTIONS(4002), - [anon_sym_data] = ACTIONS(4000), - [anon_sym_inner] = ACTIONS(4000), - [anon_sym_value] = ACTIONS(4000), - [anon_sym_expect] = ACTIONS(4000), - [anon_sym_actual] = ACTIONS(4000), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4002), - [sym_safe_nav] = ACTIONS(4002), - [sym_multiline_comment] = ACTIONS(3), - }, - [4532] = { - [sym_catch_block] = STATE(4542), - [sym_finally_block] = STATE(4709), - [aux_sym_try_expression_repeat1] = STATE(4542), - [sym__alpha_identifier] = ACTIONS(4094), - [anon_sym_AT] = ACTIONS(4096), - [anon_sym_LBRACK] = ACTIONS(4096), - [anon_sym_RBRACK] = ACTIONS(4096), - [anon_sym_as] = ACTIONS(4094), - [anon_sym_EQ] = ACTIONS(4094), - [anon_sym_LBRACE] = ACTIONS(4096), - [anon_sym_RBRACE] = ACTIONS(4096), - [anon_sym_LPAREN] = ACTIONS(4096), - [anon_sym_COMMA] = ACTIONS(4096), - [anon_sym_RPAREN] = ACTIONS(4096), - [anon_sym_LT] = ACTIONS(4094), - [anon_sym_GT] = ACTIONS(4094), - [anon_sym_where] = ACTIONS(4094), - [anon_sym_DOT] = ACTIONS(4094), - [anon_sym_SEMI] = ACTIONS(4096), - [anon_sym_get] = ACTIONS(4094), - [anon_sym_set] = ACTIONS(4094), - [anon_sym_STAR] = ACTIONS(4094), - [anon_sym_DASH_GT] = ACTIONS(4096), - [sym_label] = ACTIONS(4096), - [anon_sym_in] = ACTIONS(4094), - [anon_sym_while] = ACTIONS(4094), - [anon_sym_DOT_DOT] = ACTIONS(4096), - [anon_sym_QMARK_COLON] = ACTIONS(4096), - [anon_sym_AMP_AMP] = ACTIONS(4096), - [anon_sym_PIPE_PIPE] = ACTIONS(4096), - [anon_sym_else] = ACTIONS(4094), - [anon_sym_catch] = ACTIONS(8096), - [anon_sym_finally] = ACTIONS(8098), - [anon_sym_COLON_COLON] = ACTIONS(4096), - [anon_sym_PLUS_EQ] = ACTIONS(4096), - [anon_sym_DASH_EQ] = ACTIONS(4096), - [anon_sym_STAR_EQ] = ACTIONS(4096), - [anon_sym_SLASH_EQ] = ACTIONS(4096), - [anon_sym_PERCENT_EQ] = ACTIONS(4096), - [anon_sym_BANG_EQ] = ACTIONS(4094), - [anon_sym_BANG_EQ_EQ] = ACTIONS(4096), - [anon_sym_EQ_EQ] = ACTIONS(4094), - [anon_sym_EQ_EQ_EQ] = ACTIONS(4096), - [anon_sym_LT_EQ] = ACTIONS(4096), - [anon_sym_GT_EQ] = ACTIONS(4096), - [anon_sym_BANGin] = ACTIONS(4096), - [anon_sym_is] = ACTIONS(4094), - [anon_sym_BANGis] = ACTIONS(4096), - [anon_sym_PLUS] = ACTIONS(4094), - [anon_sym_DASH] = ACTIONS(4094), - [anon_sym_SLASH] = ACTIONS(4094), - [anon_sym_PERCENT] = ACTIONS(4094), - [anon_sym_as_QMARK] = ACTIONS(4096), - [anon_sym_PLUS_PLUS] = ACTIONS(4096), - [anon_sym_DASH_DASH] = ACTIONS(4096), - [anon_sym_BANG_BANG] = ACTIONS(4096), - [anon_sym_data] = ACTIONS(4094), - [anon_sym_inner] = ACTIONS(4094), - [anon_sym_value] = ACTIONS(4094), - [anon_sym_expect] = ACTIONS(4094), - [anon_sym_actual] = ACTIONS(4094), - [sym_line_comment] = ACTIONS(3), - [sym__backtick_identifier] = ACTIONS(4096), - [sym_safe_nav] = ACTIONS(4096), + [sym_catch_block] = STATE(4532), + [sym_finally_block] = STATE(4711), + [aux_sym_try_expression_repeat1] = STATE(4532), + [sym__alpha_identifier] = ACTIONS(4104), + [anon_sym_AT] = ACTIONS(4106), + [anon_sym_LBRACK] = ACTIONS(4106), + [anon_sym_RBRACK] = ACTIONS(4106), + [anon_sym_as] = ACTIONS(4104), + [anon_sym_EQ] = ACTIONS(4104), + [anon_sym_LBRACE] = ACTIONS(4106), + [anon_sym_RBRACE] = ACTIONS(4106), + [anon_sym_LPAREN] = ACTIONS(4106), + [anon_sym_COMMA] = ACTIONS(4106), + [anon_sym_RPAREN] = ACTIONS(4106), + [anon_sym_LT] = ACTIONS(4104), + [anon_sym_GT] = ACTIONS(4104), + [anon_sym_where] = ACTIONS(4104), + [anon_sym_DOT] = ACTIONS(4104), + [anon_sym_SEMI] = ACTIONS(4106), + [anon_sym_get] = ACTIONS(4104), + [anon_sym_set] = ACTIONS(4104), + [anon_sym_STAR] = ACTIONS(4104), + [anon_sym_DASH_GT] = ACTIONS(4106), + [sym_label] = ACTIONS(4106), + [anon_sym_in] = ACTIONS(4104), + [anon_sym_while] = ACTIONS(4104), + [anon_sym_DOT_DOT] = ACTIONS(4106), + [anon_sym_QMARK_COLON] = ACTIONS(4106), + [anon_sym_AMP_AMP] = ACTIONS(4106), + [anon_sym_PIPE_PIPE] = ACTIONS(4106), + [anon_sym_else] = ACTIONS(4104), + [anon_sym_catch] = ACTIONS(8084), + [anon_sym_finally] = ACTIONS(8086), + [anon_sym_COLON_COLON] = ACTIONS(4106), + [anon_sym_PLUS_EQ] = ACTIONS(4106), + [anon_sym_DASH_EQ] = ACTIONS(4106), + [anon_sym_STAR_EQ] = ACTIONS(4106), + [anon_sym_SLASH_EQ] = ACTIONS(4106), + [anon_sym_PERCENT_EQ] = ACTIONS(4106), + [anon_sym_BANG_EQ] = ACTIONS(4104), + [anon_sym_BANG_EQ_EQ] = ACTIONS(4106), + [anon_sym_EQ_EQ] = ACTIONS(4104), + [anon_sym_EQ_EQ_EQ] = ACTIONS(4106), + [anon_sym_LT_EQ] = ACTIONS(4106), + [anon_sym_GT_EQ] = ACTIONS(4106), + [anon_sym_BANGin] = ACTIONS(4106), + [anon_sym_is] = ACTIONS(4104), + [anon_sym_BANGis] = ACTIONS(4106), + [anon_sym_PLUS] = ACTIONS(4104), + [anon_sym_DASH] = ACTIONS(4104), + [anon_sym_SLASH] = ACTIONS(4104), + [anon_sym_PERCENT] = ACTIONS(4104), + [anon_sym_as_QMARK] = ACTIONS(4106), + [anon_sym_PLUS_PLUS] = ACTIONS(4106), + [anon_sym_DASH_DASH] = ACTIONS(4106), + [anon_sym_BANG_BANG] = ACTIONS(4106), + [anon_sym_data] = ACTIONS(4104), + [anon_sym_inner] = ACTIONS(4104), + [anon_sym_value] = ACTIONS(4104), + [anon_sym_expect] = ACTIONS(4104), + [anon_sym_actual] = ACTIONS(4104), + [sym_line_comment] = ACTIONS(3), + [sym__backtick_identifier] = ACTIONS(4106), + [sym_safe_nav] = ACTIONS(4106), [sym_multiline_comment] = ACTIONS(3), }, }; static const uint16_t ts_small_parse_table[] = { - [0] = 10, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8100), 1, + [0] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3976), 29, anon_sym_COLON, - ACTIONS(8102), 1, + anon_sym_as, anon_sym_EQ, - ACTIONS(8104), 1, + anon_sym_by, + anon_sym_LT, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, + anon_sym_AMP, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(3981), 33, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_LBRACE, - STATE(4588), 1, - sym_type_constraints, - STATE(4711), 1, - sym_function_body, - STATE(4800), 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, + [71] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4173), 23, + ACTIONS(4182), 29, + 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, + anon_sym_AMP, + sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -484364,11 +484058,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4175), 32, + ACTIONS(4184), 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, @@ -484397,21 +484092,161 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [85] = 3, + [142] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4004), 29, + ACTIONS(4184), 28, + 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, + anon_sym_AMP, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4182), 34, 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [213] = 5, + ACTIONS(8088), 1, + anon_sym_catch, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(4532), 2, + sym_catch_block, + aux_sym_try_expression_repeat1, + ACTIONS(4175), 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, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4177), 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, + [288] = 5, + ACTIONS(8091), 1, + anon_sym_LT, + STATE(4560), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4169), 27, + anon_sym_as, + anon_sym_EQ, + anon_sym_by, + anon_sym_GT, + anon_sym_where, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, anon_sym_AMP, sym__quest, anon_sym_STAR, @@ -484431,7 +484266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4009), 33, + ACTIONS(4171), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -484465,25 +484300,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [156] = 10, - ACTIONS(5582), 1, + [363] = 10, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(8102), 1, + ACTIONS(8093), 1, + anon_sym_COLON, + ACTIONS(8095), 1, anon_sym_EQ, - ACTIONS(8104), 1, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8106), 1, - anon_sym_COLON, - STATE(4586), 1, + STATE(4611), 1, sym_type_constraints, - STATE(4800), 1, + STATE(4693), 1, + sym_function_body, + STATE(4740), 1, sym__block, - STATE(4871), 1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4129), 23, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4131), 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, + [448] = 10, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8095), 1, + anon_sym_EQ, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8099), 1, + anon_sym_COLON, + STATE(4606), 1, + sym_type_constraints, + STATE(4700), 1, sym_function_body, + STATE(4740), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4137), 23, + ACTIONS(4139), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -484507,7 +484417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4139), 32, + ACTIONS(4141), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -484540,25 +484450,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [241] = 10, - ACTIONS(5582), 1, + [533] = 10, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(8102), 1, + ACTIONS(8095), 1, anon_sym_EQ, - ACTIONS(8104), 1, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8108), 1, + ACTIONS(8101), 1, anon_sym_COLON, - STATE(4619), 1, + STATE(4604), 1, sym_type_constraints, - STATE(4730), 1, + STATE(4740), 1, + sym__block, + STATE(4750), 1, sym_function_body, - STATE(4800), 1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4145), 23, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4147), 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, + [618] = 10, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8095), 1, + anon_sym_EQ, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8103), 1, + anon_sym_COLON, + STATE(4601), 1, + sym_type_constraints, + STATE(4740), 1, sym__block, + STATE(4774), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 23, + ACTIONS(4151), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -484582,7 +484567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 32, + ACTIONS(4153), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -484615,11 +484600,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [326] = 3, + [703] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 28, + ACTIONS(3981), 28, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -484648,7 +484633,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4179), 34, + ACTIONS(3976), 34, anon_sym_COLON, anon_sym_by, anon_sym_where, @@ -484683,21 +484668,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [397] = 5, - ACTIONS(8110), 1, - anon_sym_LT, - STATE(4554), 1, - sym_type_arguments, + [774] = 5, + ACTIONS(8105), 1, + anon_sym_DOT, + STATE(4541), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4128), 27, + ACTIONS(4122), 27, 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_AMP, @@ -484719,7 +484704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4189), 33, + ACTIONS(4124), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -484753,25 +484738,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [472] = 10, - ACTIONS(5582), 1, + [849] = 10, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(8102), 1, + ACTIONS(8095), 1, anon_sym_EQ, - ACTIONS(8104), 1, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8112), 1, + ACTIONS(8108), 1, anon_sym_COLON, - STATE(4584), 1, + STATE(4600), 1, sym_type_constraints, - STATE(4757), 1, + STATE(4732), 1, sym_function_body, - STATE(4800), 1, + STATE(4740), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 23, + ACTIONS(4157), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -484795,11 +484780,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 32, + ACTIONS(4159), 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, + [934] = 5, + ACTIONS(8110), 1, + anon_sym_DOT, + STATE(4541), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4186), 27, + 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_AMP, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4188), 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, @@ -484828,10 +484883,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [557] = 5, - ACTIONS(8114), 1, + [1009] = 5, + ACTIONS(8113), 1, anon_sym_DOT, - STATE(4546), 1, + STATE(4539), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, @@ -484898,21 +484953,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [632] = 5, - ACTIONS(8117), 1, + [1084] = 5, + ACTIONS(8116), 1, + anon_sym_LT, + STATE(4603), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4171), 27, + 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_AMP, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4169), 33, + anon_sym_by, + anon_sym_where, + anon_sym_object, + anon_sym_fun, anon_sym_DOT, - STATE(4541), 1, - aux_sym_user_type_repeat1, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [1159] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4166), 27, + ACTIONS(4269), 28, 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_AMP, @@ -484934,7 +485056,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4168), 33, + ACTIONS(4271), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -484968,21 +485090,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [707] = 5, - ACTIONS(8120), 1, - anon_sym_catch, + [1229] = 8, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(5654), 1, + anon_sym_COLON, + STATE(4616), 1, + sym_type_constraints, + STATE(4708), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4542), 2, - sym_catch_block, - aux_sym_try_expression_repeat1, - ACTIONS(4130), 26, + ACTIONS(3290), 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, @@ -484990,7 +485116,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, @@ -485004,12 +485129,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4132), 33, + ACTIONS(3294), 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, @@ -485038,26 +485162,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [782] = 10, - ACTIONS(5582), 1, + [1309] = 8, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(8102), 1, - anon_sym_EQ, - ACTIONS(8104), 1, + ACTIONS(5508), 1, anon_sym_LBRACE, - ACTIONS(8123), 1, + ACTIONS(8118), 1, anon_sym_COLON, - STATE(4582), 1, + STATE(4686), 1, sym_type_constraints, - STATE(4775), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + STATE(4717), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 23, + ACTIONS(4243), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -485080,7 +485201,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 32, + ACTIONS(4245), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -485113,163 +485234,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [867] = 5, - ACTIONS(8125), 1, - anon_sym_LT, - STATE(4610), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4189), 27, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_EQ, + [1389] = 8, + ACTIONS(5486), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_AMP, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4128), 33, - anon_sym_by, + ACTIONS(5492), 1, 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [942] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4009), 28, - 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, - anon_sym_AMP, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4004), 34, + ACTIONS(5646), 1, 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [1013] = 5, - ACTIONS(8127), 1, - anon_sym_DOT, - STATE(4541), 1, - aux_sym_user_type_repeat1, + STATE(4670), 1, + sym_type_constraints, + STATE(4886), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4153), 27, + ACTIONS(3280), 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, - anon_sym_AMP, - sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -485287,12 +485273,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4155), 33, + ACTIONS(3284), 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, @@ -485321,12 +485306,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1088] = 3, + [1469] = 4, + ACTIONS(8120), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4179), 29, - anon_sym_COLON, + ACTIONS(4313), 27, anon_sym_as, anon_sym_EQ, anon_sym_by, @@ -485336,7 +485322,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_AMP, sym__quest, anon_sym_STAR, anon_sym_in, @@ -485355,7 +485340,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4181), 33, + ACTIONS(4315), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -485389,15 +485374,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1159] = 5, - ACTIONS(8130), 1, + [1541] = 5, + ACTIONS(8122), 1, anon_sym_DOT, - STATE(4568), 1, + STATE(4549), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4195), 27, + ACTIONS(4188), 27, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -485425,7 +485410,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4193), 32, + ACTIONS(4186), 32, anon_sym_by, anon_sym_where, anon_sym_object, @@ -485458,38 +485443,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [1233] = 11, - ACTIONS(4032), 1, - anon_sym_LBRACK, - ACTIONS(4035), 1, + [1615] = 8, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(5508), 1, + anon_sym_LBRACE, + ACTIONS(5650), 1, + anon_sym_COLON, + STATE(4633), 1, + sym_type_constraints, + STATE(4886), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3280), 24, + anon_sym_as, anon_sym_EQ, - ACTIONS(4037), 1, + anon_sym_LT, + anon_sym_GT, anon_sym_DOT, - STATE(7730), 1, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(3284), 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, + [1695] = 11, + ACTIONS(4008), 1, + anon_sym_LBRACK, + ACTIONS(4013), 1, + anon_sym_DOT, + ACTIONS(4024), 1, + anon_sym_EQ, + STATE(7824), 1, sym__member_access_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4040), 2, + ACTIONS(4016), 2, sym_safe_nav, anon_sym_COLON_COLON, - ACTIONS(4045), 3, + ACTIONS(4021), 3, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, - ACTIONS(4043), 5, + ACTIONS(4027), 5, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - STATE(7209), 5, + STATE(7203), 5, sym_indexing_suffix, sym_navigation_suffix, sym__postfix_unary_operator, sym__postfix_unary_suffix, aux_sym__postfix_unary_expression_repeat1, - ACTIONS(4030), 20, + ACTIONS(4006), 20, sym__automatic_semicolon, anon_sym_AT, anon_sym_LBRACE, @@ -485510,7 +485567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_as_QMARK, sym__backtick_identifier, - ACTIONS(4028), 22, + ACTIONS(4004), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -485533,11 +485590,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [1319] = 3, + [1781] = 4, + ACTIONS(8125), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4313), 28, + ACTIONS(4313), 27, anon_sym_as, anon_sym_EQ, anon_sym_by, @@ -485547,7 +485606,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_AMP, sym__quest, anon_sym_STAR, anon_sym_in, @@ -485600,50 +485658,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1389] = 11, - ACTIONS(4032), 1, - anon_sym_LBRACK, - ACTIONS(4037), 1, - anon_sym_DOT, - ACTIONS(4050), 1, - anon_sym_EQ, - STATE(7730), 1, - sym__member_access_operator, + [1853] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4040), 2, + ACTIONS(4186), 28, + 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_AMP, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4188), 33, sym_safe_nav, - anon_sym_COLON_COLON, - ACTIONS(4045), 3, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - ACTIONS(4053), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - STATE(7209), 5, - sym_indexing_suffix, - sym_navigation_suffix, - sym__postfix_unary_operator, - sym__postfix_unary_suffix, - aux_sym__postfix_unary_expression_repeat1, - ACTIONS(4030), 20, - sym__automatic_semicolon, 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, @@ -485651,16 +485721,31 @@ static const uint16_t ts_small_parse_table[] = { 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, - ACTIONS(4028), 22, + [1923] = 5, + ACTIONS(8127), 1, + sym__quest, + STATE(4558), 1, + aux_sym_nullable_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4225), 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, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -485675,21 +485760,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [1475] = 8, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5598), 1, + ACTIONS(4227), 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, + [1997] = 8, + ACTIONS(5486), 1, anon_sym_LBRACE, - ACTIONS(8132), 1, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8129), 1, anon_sym_COLON, - STATE(4676), 1, + STATE(4634), 1, sym_type_constraints, - STATE(4891), 1, + STATE(4767), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4327), 24, + ACTIONS(4212), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -485714,7 +485833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4329), 32, + ACTIONS(4214), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -485747,25 +485866,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1555] = 8, - ACTIONS(5578), 1, + [2077] = 5, + ACTIONS(8131), 1, + anon_sym_DOT, + STATE(4549), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4124), 27, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_LBRACE, - ACTIONS(5582), 1, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_AMP, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4122), 32, + anon_sym_by, anon_sym_where, - ACTIONS(5653), 1, - anon_sym_COLON, - STATE(4659), 1, - sym_type_constraints, - STATE(4748), 1, - sym_enum_class_body, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [2151] = 5, + ACTIONS(8133), 1, + sym__quest, + STATE(4557), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 24, + ACTIONS(4218), 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, @@ -485786,11 +485970,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3282), 32, + ACTIONS(4220), 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, @@ -485819,11 +486004,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1635] = 3, + [2225] = 5, + ACTIONS(8136), 1, + sym__quest, + STATE(4557), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4335), 28, + ACTIONS(4237), 26, anon_sym_as, anon_sym_EQ, anon_sym_by, @@ -485833,8 +486022,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_AMP, - sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -485852,7 +486039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4337), 33, + ACTIONS(4239), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -485886,31 +486073,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1705] = 7, - STATE(5158), 1, - sym_lambda_literal, - STATE(5180), 1, - sym_annotated_lambda, + [2299] = 8, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8138), 1, + anon_sym_COLON, + STATE(4617), 1, + sym_type_constraints, + STATE(4717), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6228), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8351), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(3992), 24, + ACTIONS(4243), 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, @@ -485925,16 +486112,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3994), 31, - sym__automatic_semicolon, + ACTIONS(4245), 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, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -485957,28 +486145,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1783] = 8, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(5655), 1, - anon_sym_COLON, - STATE(4621), 1, - sym_type_constraints, - STATE(4748), 1, - sym_class_body, + [2379] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 24, + ACTIONS(4277), 28, 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_AMP, + sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -485996,11 +486178,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3282), 32, + ACTIONS(4279), 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, @@ -486029,31 +486212,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1863] = 8, - ACTIONS(5578), 1, - anon_sym_LBRACE, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8134), 1, - anon_sym_COLON, - STATE(4672), 1, - sym_type_constraints, - STATE(4809), 1, - sym_enum_class_body, + [2449] = 7, + STATE(5136), 1, + sym_annotated_lambda, + STATE(5239), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 24, + STATE(6139), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8340), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(3990), 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, @@ -486068,17 +486251,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 32, + ACTIONS(3992), 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, @@ -486101,21 +486283,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [1943] = 8, - ACTIONS(5582), 1, + [2527] = 8, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(5598), 1, + ACTIONS(5508), 1, anon_sym_LBRACE, - ACTIONS(8136), 1, + ACTIONS(5644), 1, anon_sym_COLON, - STATE(4682), 1, + STATE(4631), 1, sym_type_constraints, - STATE(4809), 1, - sym_class_body, + STATE(4868), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 24, + ACTIONS(3274), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -486140,7 +486322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 32, + ACTIONS(3278), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -486173,27 +486355,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2023] = 5, - ACTIONS(8138), 1, - sym__quest, - STATE(4569), 1, - aux_sym_nullable_type_repeat1, + [2607] = 11, + ACTIONS(4008), 1, + anon_sym_LBRACK, + ACTIONS(4011), 1, + anon_sym_EQ, + ACTIONS(4013), 1, + anon_sym_DOT, + STATE(7824), 1, + sym__member_access_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4247), 26, + ACTIONS(4016), 2, + sym_safe_nav, + anon_sym_COLON_COLON, + ACTIONS(4021), 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(7203), 5, + sym_indexing_suffix, + sym_navigation_suffix, + sym__postfix_unary_operator, + sym__postfix_unary_suffix, + aux_sym__postfix_unary_expression_repeat1, + ACTIONS(4006), 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(4004), 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, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -486208,57 +486430,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4249), 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, - [2097] = 8, - ACTIONS(5578), 1, - anon_sym_LBRACE, - ACTIONS(5582), 1, + [2693] = 9, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(5659), 1, - anon_sym_COLON, - STATE(4694), 1, + ACTIONS(8095), 1, + anon_sym_EQ, + ACTIONS(8097), 1, + anon_sym_LBRACE, + STATE(4604), 1, sym_type_constraints, - STATE(4786), 1, - sym_enum_class_body, + STATE(4740), 1, + sym__block, + STATE(4750), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3286), 24, + ACTIONS(4145), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -486281,7 +486470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3290), 32, + ACTIONS(4147), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -486314,22 +486503,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2177] = 8, - ACTIONS(8102), 1, - anon_sym_EQ, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8140), 1, - anon_sym_COLON, - STATE(4763), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + [2775] = 7, + STATE(5098), 1, + sym_annotated_lambda, + STATE(5239), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4307), 24, + STATE(6139), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8340), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + ACTIONS(4046), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -486338,7 +486528,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, @@ -486353,17 +486542,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4309), 32, + ACTIONS(4048), 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, @@ -486386,25 +486574,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2257] = 8, - ACTIONS(5578), 1, + [2853] = 8, + ACTIONS(8095), 1, + anon_sym_EQ, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8142), 1, + ACTIONS(8140), 1, anon_sym_COLON, - STATE(4634), 1, - sym_type_constraints, - STATE(4846), 1, - sym_enum_class_body, + STATE(4740), 1, + sym__block, + STATE(4741), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4321), 24, + ACTIONS(4206), 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, @@ -486425,7 +486613,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4323), 32, + ACTIONS(4208), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -486458,25 +486646,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2337] = 8, - ACTIONS(8102), 1, + [2933] = 9, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8095), 1, anon_sym_EQ, - ACTIONS(8104), 1, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8144), 1, - anon_sym_COLON, - STATE(4800), 1, - sym__block, - STATE(4802), 1, + STATE(4606), 1, + sym_type_constraints, + STATE(4700), 1, sym_function_body, + STATE(4740), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4229), 24, + ACTIONS(4139), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -486497,7 +486686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4231), 32, + ACTIONS(4141), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -486530,25 +486719,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2417] = 8, - ACTIONS(8102), 1, + [3015] = 9, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8095), 1, anon_sym_EQ, - ACTIONS(8104), 1, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8146), 1, - anon_sym_COLON, - STATE(4800), 1, - sym__block, - STATE(4813), 1, + STATE(4611), 1, + sym_type_constraints, + STATE(4693), 1, sym_function_body, + STATE(4740), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4275), 24, + ACTIONS(4129), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -486569,7 +486759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4277), 32, + ACTIONS(4131), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -486602,25 +486792,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2497] = 8, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5598), 1, + [3097] = 8, + ACTIONS(8095), 1, + anon_sym_EQ, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(5651), 1, + ACTIONS(8142), 1, anon_sym_COLON, - STATE(4624), 1, - sym_type_constraints, - STATE(4759), 1, - sym_class_body, + STATE(4740), 1, + sym__block, + STATE(4859), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3270), 24, + ACTIONS(4231), 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, @@ -486641,7 +486831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3274), 32, + ACTIONS(4233), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -486674,31 +486864,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2577] = 7, - STATE(5158), 1, - sym_lambda_literal, - STATE(5247), 1, - sym_annotated_lambda, + [3177] = 9, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8095), 1, + anon_sym_EQ, + ACTIONS(8097), 1, + anon_sym_LBRACE, + STATE(4612), 1, + sym_type_constraints, + STATE(4740), 1, + sym__block, + STATE(4748), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6228), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8351), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - ACTIONS(4000), 24, + ACTIONS(4319), 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, @@ -486713,16 +486904,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4002), 31, - sym__automatic_semicolon, + ACTIONS(4321), 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, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -486745,15 +486937,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2655] = 5, - ACTIONS(8148), 1, + [3259] = 5, + ACTIONS(8144), 1, anon_sym_DOT, - STATE(4567), 1, + STATE(4556), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4168), 27, + ACTIONS(4195), 27, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -486781,7 +486973,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4166), 32, + ACTIONS(4193), 32, anon_sym_by, anon_sym_where, anon_sym_object, @@ -486814,90 +487006,170 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [2729] = 5, - ACTIONS(8151), 1, - anon_sym_DOT, - STATE(4567), 1, - aux_sym_user_type_repeat1, + [3333] = 9, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8095), 1, + anon_sym_EQ, + ACTIONS(8097), 1, + anon_sym_LBRACE, + STATE(4613), 1, + sym_type_constraints, + STATE(4740), 1, + sym__block, + STATE(4809), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 27, - sym__automatic_semicolon, - sym__string_start, + ACTIONS(4323), 23, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4325), 32, + 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, - anon_sym_AMP, - sym__quest, - anon_sym_STAR, + 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_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4153), 32, - anon_sym_by, + [3415] = 8, + ACTIONS(8095), 1, + anon_sym_EQ, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8146), 1, + anon_sym_COLON, + STATE(4740), 1, + sym__block, + STATE(4796), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4251), 24, + 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_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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [2803] = 5, - ACTIONS(8153), 1, - sym__quest, - STATE(4569), 1, - aux_sym_nullable_type_repeat1, + ACTIONS(4253), 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, + [3495] = 8, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(5508), 1, + anon_sym_LBRACE, + ACTIONS(8148), 1, + anon_sym_COLON, + STATE(4688), 1, + sym_type_constraints, + STATE(4716), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4222), 26, + ACTIONS(4200), 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, @@ -486918,12 +487190,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4224), 33, + ACTIONS(4202), 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, @@ -486952,29 +487223,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2877] = 9, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8102), 1, - anon_sym_EQ, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(4607), 1, - sym_type_constraints, - STATE(4800), 1, - sym__block, - STATE(4824), 1, - sym_function_body, + [3575] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4295), 23, + ACTIONS(4273), 28, 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_AMP, + sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -486992,11 +487256,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4297), 32, + ACTIONS(4275), 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, @@ -487025,26 +487290,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [2959] = 9, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8102), 1, - anon_sym_EQ, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(4618), 1, - sym_type_constraints, - STATE(4699), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + [3645] = 5, + ACTIONS(8127), 1, + sym__quest, + STATE(4558), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4299), 23, + ACTIONS(4333), 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, @@ -487065,11 +487325,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4301), 32, + ACTIONS(4335), 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, @@ -487098,24 +487359,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3041] = 9, - ACTIONS(5582), 1, + [3719] = 7, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(8102), 1, - anon_sym_EQ, - ACTIONS(8104), 1, + ACTIONS(5508), 1, anon_sym_LBRACE, - STATE(4582), 1, + STATE(4671), 1, sym_type_constraints, - STATE(4775), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + STATE(4833), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 23, + ACTIONS(4501), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -487138,7 +487396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 32, + ACTIONS(4503), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -487171,27 +487429,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3123] = 4, - ACTIONS(8156), 1, - anon_sym_AMP, + [3796] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4237), 27, + ACTIONS(4343), 27, 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, @@ -487205,7 +487461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4239), 33, + ACTIONS(4345), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -487239,18 +487495,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3195] = 5, - ACTIONS(8158), 1, - sym__quest, - STATE(4559), 1, - aux_sym_nullable_type_repeat1, + [3865] = 7, + ACTIONS(8095), 1, + anon_sym_EQ, + ACTIONS(8097), 1, + anon_sym_LBRACE, + STATE(4740), 1, + sym__block, + STATE(4795), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4204), 26, + ACTIONS(4481), 24, anon_sym_as, - anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -487274,12 +487532,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4206), 33, + ACTIONS(4483), 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, @@ -487308,22 +487565,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3269] = 3, + [3942] = 7, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(5492), 1, + anon_sym_where, + STATE(4663), 1, + sym_type_constraints, + STATE(4791), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4317), 28, + ACTIONS(4477), 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, - anon_sym_AMP, - sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -487341,12 +487602,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4319), 33, + ACTIONS(4479), 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, @@ -487375,26 +487635,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3339] = 9, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8102), 1, + [4019] = 7, + ACTIONS(8095), 1, anon_sym_EQ, - ACTIONS(8104), 1, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(4619), 1, - sym_type_constraints, - STATE(4730), 1, - sym_function_body, - STATE(4800), 1, + STATE(4740), 1, sym__block, + STATE(4784), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 23, + ACTIONS(4493), 24, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -487415,7 +487672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 32, + ACTIONS(4495), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -487448,22 +487705,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3421] = 3, + [4096] = 7, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(5492), 1, + anon_sym_where, + STATE(4676), 1, + sym_type_constraints, + STATE(4738), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4166), 28, + ACTIONS(4489), 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, - anon_sym_AMP, - sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_while, @@ -487481,12 +487742,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4168), 33, + ACTIONS(4491), 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, @@ -487515,23 +487775,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3491] = 4, - ACTIONS(8160), 1, - anon_sym_AMP, + [4173] = 7, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(5492), 1, + anon_sym_where, + STATE(4655), 1, + sym_type_constraints, + STATE(4872), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4237), 27, + ACTIONS(4339), 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, @@ -487549,12 +487812,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4239), 33, + ACTIONS(4341), 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, @@ -487583,24 +487845,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3563] = 9, - ACTIONS(5582), 1, + [4250] = 7, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(8102), 1, - anon_sym_EQ, - ACTIONS(8104), 1, + ACTIONS(5508), 1, anon_sym_LBRACE, - STATE(4584), 1, + STATE(4679), 1, sym_type_constraints, - STATE(4757), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + STATE(4738), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 23, + ACTIONS(4489), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -487623,7 +487882,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 32, + ACTIONS(4491), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -487656,21 +487915,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3645] = 5, - ACTIONS(8158), 1, - sym__quest, - STATE(4559), 1, - aux_sym_nullable_type_repeat1, + [4327] = 7, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(5508), 1, + anon_sym_LBRACE, + STATE(4675), 1, + sym_type_constraints, + STATE(4758), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4303), 26, + ACTIONS(4434), 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, @@ -487691,12 +487952,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4305), 33, + ACTIONS(4436), 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, @@ -487725,19 +487985,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3719] = 7, - ACTIONS(5578), 1, + [4404] = 7, + ACTIONS(5486), 1, anon_sym_LBRACE, - ACTIONS(5582), 1, + ACTIONS(5492), 1, anon_sym_where, STATE(4634), 1, sym_type_constraints, - STATE(4846), 1, - sym_enum_class_body, + STATE(4767), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4321), 24, + ACTIONS(4212), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -487762,7 +488022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4323), 32, + ACTIONS(4214), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -487795,89 +488055,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3796] = 7, - ACTIONS(8102), 1, - anon_sym_EQ, - ACTIONS(8104), 1, + [4481] = 7, + ACTIONS(5486), 1, anon_sym_LBRACE, - STATE(4800), 1, - sym__block, - STATE(4824), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4295), 24, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, + ACTIONS(5492), 1, 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4297), 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, - [3873] = 7, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5598), 1, - anon_sym_LBRACE, - STATE(4657), 1, + STATE(4617), 1, sym_type_constraints, - STATE(4715), 1, + STATE(4717), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4359), 24, + ACTIONS(4243), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -487902,7 +488092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4361), 32, + ACTIONS(4245), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -487935,99 +488125,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [3950] = 7, - ACTIONS(8102), 1, - anon_sym_EQ, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(4730), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + [4558] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 24, + ACTIONS(4182), 28, + anon_sym_COLON, 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4162), 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, - [4027] = 7, - ACTIONS(8102), 1, anon_sym_EQ, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(4763), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4307), 24, - anon_sym_as, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_AMP, + sym__quest, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -488042,15 +488158,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4309), 32, + ACTIONS(4184), 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_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym_DASH_GT, sym_label, @@ -488075,19 +488191,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4104] = 7, - ACTIONS(8102), 1, + [4627] = 7, + ACTIONS(8095), 1, anon_sym_EQ, - ACTIONS(8104), 1, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(4757), 1, - sym_function_body, - STATE(4800), 1, + STATE(4740), 1, sym__block, + STATE(4859), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 24, + ACTIONS(4231), 24, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -488112,7 +488228,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 32, + ACTIONS(4233), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -488145,20 +488261,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4181] = 5, - ACTIONS(8162), 1, - anon_sym_by, - STATE(4787), 1, - sym_value_arguments, + [4704] = 7, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(5508), 1, + anon_sym_LBRACE, + STATE(4682), 1, + sym_type_constraints, + STATE(4791), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4505), 25, + ACTIONS(4477), 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, @@ -488179,12 +488298,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4507), 33, + ACTIONS(4479), 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, @@ -488213,20 +488331,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4254] = 7, - ACTIONS(8102), 1, - anon_sym_EQ, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(4800), 1, - sym__block, - STATE(4871), 1, - sym_function_body, + [4781] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4137), 24, + ACTIONS(4438), 27, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -488237,6 +488348,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, @@ -488250,11 +488363,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4139), 32, + ACTIONS(4440), 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, @@ -488283,23 +488397,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4331] = 7, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5598), 1, + [4850] = 6, + ACTIONS(5486), 1, anon_sym_LBRACE, - STATE(4691), 1, - sym_type_constraints, - STATE(4729), 1, + ACTIONS(8150), 1, + anon_sym_COLON, + STATE(4728), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4355), 24, + ACTIONS(4422), 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, @@ -488320,7 +488433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4357), 32, + ACTIONS(4424), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -488353,29 +488466,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4408] = 7, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5598), 1, - anon_sym_LBRACE, - STATE(4627), 1, - sym_type_constraints, - STATE(4744), 1, - sym_class_body, + [4925] = 7, + ACTIONS(8152), 1, + anon_sym_catch, + ACTIONS(8154), 1, + anon_sym_finally, + STATE(5243), 1, + sym_finally_block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4493), 24, + STATE(4689), 2, + sym_catch_block, + aux_sym_try_expression_repeat1, + ACTIONS(4104), 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, @@ -488390,17 +488504,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4495), 32, + ACTIONS(4106), 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, @@ -488423,17 +488536,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4485] = 6, - ACTIONS(5598), 1, + [5002] = 6, + ACTIONS(5486), 1, anon_sym_LBRACE, - ACTIONS(8164), 1, + ACTIONS(8156), 1, anon_sym_COLON, - STATE(4774), 1, + STATE(4744), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4497), 25, + ACTIONS(4450), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -488459,7 +488572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4499), 32, + ACTIONS(4452), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -488492,23 +488605,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4560] = 7, - ACTIONS(5578), 1, - anon_sym_LBRACE, - ACTIONS(5582), 1, - anon_sym_where, - STATE(4629), 1, - sym_type_constraints, - STATE(4740), 1, - sym_enum_class_body, + [5077] = 5, + ACTIONS(8158), 1, + anon_sym_by, + STATE(4883), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4463), 24, + ACTIONS(4396), 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, @@ -488529,11 +488639,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4465), 32, + ACTIONS(4398), 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, @@ -488562,11 +488673,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4637] = 3, + [5150] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4451), 27, + ACTIONS(4402), 27, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -488594,7 +488705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4453), 33, + ACTIONS(4404), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -488628,25 +488739,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4706] = 3, + [5219] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4179), 28, - anon_sym_COLON, - anon_sym_as, + ACTIONS(4271), 27, + 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_AMP, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4269), 33, 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [5288] = 5, + ACTIONS(8160), 1, + aux_sym_unsigned_literal_token1, + ACTIONS(8162), 1, + anon_sym_L, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4442), 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_AMP, - sym__quest, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -488661,15 +488839,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4181), 32, - sym__automatic_semicolon, + ACTIONS(4444), 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, @@ -488694,19 +488873,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4775] = 6, - ACTIONS(5598), 1, + [5361] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4275), 27, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_LBRACE, - ACTIONS(8166), 1, - anon_sym_COLON, - STATE(4749), 1, - sym_class_body, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_AMP, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4273), 33, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [5430] = 7, + ACTIONS(8095), 1, + anon_sym_EQ, + ACTIONS(8097), 1, + anon_sym_LBRACE, + STATE(4740), 1, + sym__block, + STATE(4774), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4349), 25, + ACTIONS(4151), 24, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -488730,7 +488976,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4351), 32, + ACTIONS(4153), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -488763,13 +489009,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4850] = 3, + [5507] = 7, + ACTIONS(8095), 1, + anon_sym_EQ, + ACTIONS(8097), 1, + anon_sym_LBRACE, + STATE(4740), 1, + sym__block, + STATE(4750), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4485), 27, + ACTIONS(4145), 24, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -488780,8 +489033,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, @@ -488795,12 +489046,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4487), 33, + ACTIONS(4147), 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, @@ -488829,23 +489079,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4919] = 7, - ACTIONS(5578), 1, + [5584] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4188), 27, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_LBRACE, - ACTIONS(5582), 1, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_AMP, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4186), 33, + anon_sym_by, anon_sym_where, - STATE(4679), 1, - sym_type_constraints, - STATE(4825), 1, - sym_enum_class_body, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [5653] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4481), 24, - anon_sym_as, + ACTIONS(4279), 27, + 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_AMP, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4277), 33, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [5722] = 7, + ACTIONS(8095), 1, + anon_sym_EQ, + ACTIONS(8097), 1, + anon_sym_LBRACE, + STATE(4700), 1, + sym_function_body, + STATE(4740), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4139), 24, + anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -488866,7 +489248,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4483), 32, + ACTIONS(4141), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -488899,25 +489281,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [4996] = 3, + [5799] = 5, + ACTIONS(8164), 1, + anon_sym_DOT, + STATE(4539), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4345), 27, + ACTIONS(4193), 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_catch, - anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -488931,7 +489315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4347), 33, + ACTIONS(4195), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -488965,22 +489349,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5065] = 7, - ACTIONS(8168), 1, - anon_sym_catch, - ACTIONS(8170), 1, - anon_sym_finally, - STATE(5208), 1, - sym_finally_block, + [5872] = 7, + ACTIONS(8095), 1, + anon_sym_EQ, + ACTIONS(8097), 1, + anon_sym_LBRACE, + STATE(4693), 1, + sym_function_body, + STATE(4740), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4628), 2, - sym_catch_block, - aux_sym_try_expression_repeat1, - ACTIONS(4094), 24, + ACTIONS(4129), 24, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -488989,6 +489371,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, @@ -489003,16 +489386,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4096), 31, - sym__automatic_semicolon, + ACTIONS(4131), 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, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -489035,19 +489419,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5142] = 7, - ACTIONS(5582), 1, + [5949] = 7, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(5598), 1, + ACTIONS(5508), 1, anon_sym_LBRACE, - STATE(4682), 1, + STATE(4688), 1, sym_type_constraints, - STATE(4809), 1, - sym_class_body, + STATE(4716), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 24, + ACTIONS(4200), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -489072,7 +489456,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 32, + ACTIONS(4202), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -489105,23 +489489,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5219] = 7, - ACTIONS(5578), 1, - anon_sym_LBRACE, - ACTIONS(5582), 1, - anon_sym_where, - STATE(4672), 1, - sym_type_constraints, - STATE(4809), 1, - sym_enum_class_body, + [6026] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 24, + ACTIONS(4458), 27, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -489129,6 +489506,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, @@ -489142,11 +489521,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 32, + ACTIONS(4460), 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, @@ -489175,19 +489555,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5296] = 7, - ACTIONS(5582), 1, + [6095] = 7, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(5598), 1, + ACTIONS(5508), 1, anon_sym_LBRACE, - STATE(4676), 1, + STATE(4686), 1, sym_type_constraints, - STATE(4891), 1, - sym_class_body, + STATE(4717), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4327), 24, + ACTIONS(4243), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -489212,7 +489592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4329), 32, + ACTIONS(4245), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -489245,13 +489625,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5373] = 4, - ACTIONS(4214), 1, + [6172] = 4, + ACTIONS(4331), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4210), 27, + ACTIONS(4327), 27, anon_sym_as, anon_sym_EQ, anon_sym_by, @@ -489279,7 +489659,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4212), 32, + ACTIONS(4329), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -489312,155 +489692,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5444] = 3, + [6243] = 7, + ACTIONS(8095), 1, + anon_sym_EQ, + ACTIONS(8097), 1, + anon_sym_LBRACE, + STATE(4740), 1, + sym__block, + STATE(4748), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4315), 27, - 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_AMP, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4313), 33, - anon_sym_by, + ACTIONS(4319), 24, + 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_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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [5513] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4319), 27, - sym__automatic_semicolon, - sym__string_start, + ACTIONS(4321), 32, + 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, - anon_sym_AMP, - sym__quest, - anon_sym_STAR, + 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_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4317), 33, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [5582] = 7, - ACTIONS(5578), 1, + [6320] = 7, + ACTIONS(8095), 1, + anon_sym_EQ, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(5582), 1, - anon_sym_where, - STATE(4658), 1, - sym_type_constraints, - STATE(4784), 1, - sym_enum_class_body, + STATE(4740), 1, + sym__block, + STATE(4809), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4467), 24, + ACTIONS(4323), 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, @@ -489481,7 +489799,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4469), 32, + ACTIONS(4325), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -489514,19 +489832,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5659] = 7, - ACTIONS(8102), 1, + [6397] = 7, + ACTIONS(8095), 1, anon_sym_EQ, - ACTIONS(8104), 1, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(4699), 1, - sym_function_body, - STATE(4800), 1, + STATE(4740), 1, sym__block, + STATE(4828), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4299), 24, + ACTIONS(4485), 24, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -489551,7 +489869,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4301), 32, + ACTIONS(4487), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -489584,82 +489902,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5736] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4168), 27, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_EQ, + [6474] = 7, + ACTIONS(5486), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_AMP, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4166), 33, - anon_sym_by, + ACTIONS(5492), 1, 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [5805] = 3, + STATE(4685), 1, + sym_type_constraints, + STATE(4764), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4477), 27, + ACTIONS(4497), 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, @@ -489667,8 +489926,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, @@ -489682,12 +489939,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4479), 33, + ACTIONS(4499), 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, @@ -489716,95 +489972,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [5874] = 3, + [6551] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4337), 27, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, + ACTIONS(3976), 28, + anon_sym_COLON, + anon_sym_as, anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_AMP, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4335), 33, 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [5943] = 7, - ACTIONS(8102), 1, - anon_sym_EQ, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(4800), 1, - sym__block, - STATE(4886), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4447), 24, - anon_sym_as, anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, + anon_sym_AMP, + sym__quest, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -489819,15 +490005,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4449), 32, + ACTIONS(3981), 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_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym_DASH_GT, sym_label, @@ -489852,25 +490038,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6020] = 3, + [6620] = 5, + ACTIONS(5486), 1, + anon_sym_LBRACE, + STATE(4767), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4004), 28, - anon_sym_COLON, + ACTIONS(4212), 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_AMP, - sym__quest, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -489885,15 +490072,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4009), 32, - sym__automatic_semicolon, + ACTIONS(4214), 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, @@ -489918,15 +490105,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6089] = 5, - ACTIONS(8172), 1, - aux_sym_unsigned_literal_token1, - ACTIONS(8174), 1, - anon_sym_L, + [6692] = 5, + ACTIONS(5486), 1, + anon_sym_LBRACE, + STATE(4791), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4455), 25, + ACTIONS(4477), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -489952,12 +490139,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4457), 33, + ACTIONS(4479), 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, @@ -489986,23 +490172,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6162] = 7, - ACTIONS(8102), 1, - anon_sym_EQ, - ACTIONS(8104), 1, + [6764] = 10, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(4800), 1, - sym__block, - STATE(4881), 1, + ACTIONS(8167), 1, + anon_sym_COLON, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4693), 1, sym_function_body, + STATE(4740), 1, + sym__block, + STATE(5034), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4443), 24, + ACTIONS(4129), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -490023,17 +490214,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4445), 32, + ACTIONS(4131), 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, @@ -490056,23 +490244,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6239] = 7, - ACTIONS(5578), 1, - anon_sym_LBRACE, - ACTIONS(5582), 1, - anon_sym_where, - STATE(4625), 1, - sym_type_constraints, - STATE(4715), 1, - sym_enum_class_body, + [6846] = 4, + ACTIONS(8171), 1, + anon_sym_AT2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4359), 24, + ACTIONS(4734), 26, + anon_sym_AT, anon_sym_as, anon_sym_EQ, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -490093,11 +490277,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4361), 32, + ACTIONS(4736), 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, @@ -490126,21 +490310,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6316] = 5, - ACTIONS(8176), 1, - anon_sym_DOT, - STATE(4546), 1, - aux_sym_user_type_repeat1, + [6916] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4193), 25, + ACTIONS(4625), 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, anon_sym_STAR, @@ -490160,7 +490341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4195), 33, + ACTIONS(4627), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -490194,23 +490375,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6389] = 7, - ACTIONS(5582), 1, + [6984] = 10, + ACTIONS(5756), 1, anon_sym_where, - ACTIONS(5598), 1, + ACTIONS(8173), 1, + anon_sym_COLON, + ACTIONS(8175), 1, + anon_sym_EQ, + ACTIONS(8177), 1, anon_sym_LBRACE, - STATE(4689), 1, + STATE(5037), 1, sym_type_constraints, - STATE(4740), 1, - sym_class_body, + STATE(5310), 1, + sym_function_body, + STATE(5384), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4153), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4151), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [7066] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4463), 24, + ACTIONS(4700), 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, @@ -490231,11 +490478,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4465), 32, + ACTIONS(4702), 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, @@ -490264,20 +490512,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6466] = 7, - ACTIONS(8102), 1, - anon_sym_EQ, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(4800), 1, - sym__block, - STATE(4838), 1, - sym_function_body, + [7134] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4439), 24, + ACTIONS(4744), 26, anon_sym_as, + anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -490301,11 +490543,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4441), 32, + ACTIONS(4746), 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, @@ -490334,20 +490577,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6543] = 7, - ACTIONS(8102), 1, + [7202] = 10, + ACTIONS(5756), 1, + anon_sym_where, + ACTIONS(8175), 1, anon_sym_EQ, - ACTIONS(8104), 1, + ACTIONS(8177), 1, anon_sym_LBRACE, - STATE(4775), 1, + ACTIONS(8179), 1, + anon_sym_COLON, + STATE(5055), 1, + sym_type_constraints, + STATE(5336), 1, sym_function_body, - STATE(4800), 1, + STATE(5384), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 24, + ACTIONS(4131), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4129), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [7284] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4696), 26, anon_sym_as, + anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -490371,11 +490680,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 32, + ACTIONS(4698), 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, @@ -490404,20 +490714,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6620] = 5, - ACTIONS(8179), 1, - anon_sym_COMMA, - STATE(4620), 1, - aux_sym_type_constraints_repeat1, + [7352] = 10, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + ACTIONS(8181), 1, + anon_sym_COLON, + STATE(4740), 1, + sym__block, + STATE(4750), 1, + sym_function_body, + STATE(5027), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4430), 25, + ACTIONS(4145), 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, @@ -490438,17 +490756,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4432), 32, + ACTIONS(4147), 29, 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, @@ -490471,15 +490786,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6692] = 5, - ACTIONS(5598), 1, - anon_sym_LBRACE, - STATE(4809), 1, - sym_class_body, + [7434] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 25, + ACTIONS(4631), 26, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -490505,11 +490817,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 32, + ACTIONS(4633), 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, @@ -490538,11 +490851,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6764] = 3, + [7502] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4577), 26, + ACTIONS(4649), 26, anon_sym_COLON, anon_sym_as, anon_sym_EQ, @@ -490569,7 +490882,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4579), 33, + ACTIONS(4651), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -490603,12 +490916,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6832] = 3, + [7570] = 10, + ACTIONS(5756), 1, + anon_sym_where, + ACTIONS(8175), 1, + anon_sym_EQ, + ACTIONS(8177), 1, + anon_sym_LBRACE, + ACTIONS(8183), 1, + anon_sym_COLON, + STATE(4996), 1, + sym_type_constraints, + STATE(5316), 1, + sym_function_body, + STATE(5384), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4585), 26, - anon_sym_COLON, + ACTIONS(4141), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4139), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [7652] = 4, + STATE(4638), 1, + aux_sym__delegation_specifiers_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4714), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -490634,7 +491020,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4587), 33, + ACTIONS(4716), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -490668,15 +491054,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6900] = 5, - ACTIONS(5598), 1, + [7722] = 5, + ACTIONS(5508), 1, anon_sym_LBRACE, - STATE(4891), 1, - sym_class_body, + STATE(4716), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4327), 25, + ACTIONS(4200), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -490702,7 +491088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4329), 32, + ACTIONS(4202), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -490735,17 +491121,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [6972] = 5, - ACTIONS(5578), 1, - anon_sym_LBRACE, - STATE(4811), 1, - sym_enum_class_body, + [7794] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4652), 25, + ACTIONS(4730), 26, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -490769,11 +491152,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4654), 32, + ACTIONS(4732), 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, @@ -490802,15 +491186,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7044] = 5, - ACTIONS(5578), 1, + [7862] = 5, + ACTIONS(5508), 1, anon_sym_LBRACE, - STATE(4748), 1, + STATE(4717), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 25, + ACTIONS(4243), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -490836,7 +491220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3282), 32, + ACTIONS(4245), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -490869,15 +491253,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7116] = 5, - ACTIONS(5598), 1, + [7934] = 5, + ACTIONS(5486), 1, anon_sym_LBRACE, - STATE(4735), 1, + STATE(4764), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4644), 25, + ACTIONS(4497), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -490903,7 +491287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4646), 32, + ACTIONS(4499), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -490936,28 +491320,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7188] = 5, - ACTIONS(8182), 1, - anon_sym_catch, + [8006] = 5, + ACTIONS(8185), 1, + anon_sym_DOT, + STATE(4665), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4628), 2, - sym_catch_block, - aux_sym_try_expression_repeat1, - ACTIONS(4130), 25, + ACTIONS(4122), 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, + anon_sym_AMP, + sym__quest, anon_sym_STAR, anon_sym_in, anon_sym_else, - anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -490971,7 +491355,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4132), 31, + ACTIONS(4124), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -491003,20 +491387,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7260] = 5, - ACTIONS(5578), 1, + [8078] = 10, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(4715), 1, - sym_enum_class_body, + ACTIONS(8169), 1, + anon_sym_EQ, + ACTIONS(8188), 1, + anon_sym_COLON, + STATE(4740), 1, + sym__block, + STATE(4774), 1, + sym_function_body, + STATE(5019), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4359), 25, + ACTIONS(4151), 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, @@ -491037,17 +491429,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4361), 32, + ACTIONS(4153), 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, @@ -491070,86 +491459,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7332] = 10, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(8185), 1, - anon_sym_COLON, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, - anon_sym_LBRACE, - STATE(4990), 1, - sym_type_constraints, - STATE(5360), 1, - sym_function_body, - STATE(5420), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4175), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4173), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [7414] = 3, + [8160] = 4, + ACTIONS(8158), 1, + anon_sym_by, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4204), 26, + ACTIONS(4396), 25, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -491173,7 +491491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4206), 33, + ACTIONS(4398), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -491207,12 +491525,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7482] = 3, + [8230] = 5, + ACTIONS(8190), 1, + anon_sym_COMMA, + STATE(4638), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4754), 26, - anon_sym_COLON, + ACTIONS(4677), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -491238,7 +491559,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4756), 33, + ACTIONS(4679), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -491246,7 +491567,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, @@ -491272,87 +491592,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7550] = 5, - ACTIONS(8151), 1, - anon_sym_DOT, - STATE(4568), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4195), 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_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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4193), 32, - anon_sym_by, + [8302] = 10, + ACTIONS(5492), 1, 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [7622] = 5, - ACTIONS(5578), 1, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(4784), 1, - sym_enum_class_body, + ACTIONS(8169), 1, + anon_sym_EQ, + ACTIONS(8193), 1, + anon_sym_COLON, + STATE(4700), 1, + sym_function_body, + STATE(4740), 1, + sym__block, + STATE(4961), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4467), 25, + ACTIONS(4139), 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, @@ -491373,17 +491634,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4469), 32, + ACTIONS(4141), 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, @@ -491406,13 +491664,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7694] = 4, - STATE(4648), 1, - aux_sym__delegation_specifiers_repeat1, + [8384] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4736), 25, + ACTIONS(4613), 26, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -491438,7 +491695,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4738), 33, + ACTIONS(4615), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -491472,18 +491729,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7764] = 4, - ACTIONS(8191), 1, - anon_sym_L, + [8452] = 10, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + ACTIONS(8195), 1, + anon_sym_COLON, + STATE(4732), 1, + sym_function_body, + STATE(4740), 1, + sym__block, + STATE(5025), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4740), 25, + ACTIONS(4157), 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, @@ -491504,18 +491771,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4742), 33, + ACTIONS(4159), 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, @@ -491538,144 +491801,287 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [7834] = 3, + [8534] = 5, + ACTIONS(8197), 1, + sym__quest, + STATE(4642), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4706), 26, - anon_sym_as, + ACTIONS(4220), 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_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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4218), 32, anon_sym_by, - anon_sym_LT, - anon_sym_GT, 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4708), 33, - sym_safe_nav, + [8606] = 5, + ACTIONS(8200), 1, + sym__quest, + STATE(4644), 1, + aux_sym_nullable_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4227), 25, + 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, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [7902] = 3, + ACTIONS(4225), 32, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [8678] = 5, + ACTIONS(8202), 1, + sym__quest, + STATE(4642), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4696), 26, - anon_sym_as, + ACTIONS(4239), 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_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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4237), 32, anon_sym_by, - anon_sym_LT, - anon_sym_GT, 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4698), 33, - sym_safe_nav, + [8750] = 10, + ACTIONS(5756), 1, + anon_sym_where, + ACTIONS(8175), 1, + anon_sym_EQ, + ACTIONS(8177), 1, + anon_sym_LBRACE, + ACTIONS(8204), 1, + anon_sym_COLON, + STATE(4999), 1, + sym_type_constraints, + STATE(5384), 1, + sym__block, + STATE(5394), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4147), 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_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_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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [7970] = 3, + ACTIONS(4145), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [8832] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4674), 26, + ACTIONS(4653), 26, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -491699,7 +492105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4676), 33, + ACTIONS(4655), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -491733,31 +492139,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8038] = 10, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, - anon_sym_LBRACE, - ACTIONS(8193), 1, - anon_sym_COLON, - STATE(4966), 1, - sym_type_constraints, - STATE(5406), 1, - sym_function_body, - STATE(5420), 1, - sym__block, + [8900] = 5, + ACTIONS(8131), 1, + anon_sym_DOT, + STATE(4556), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4185), 22, + ACTIONS(4195), 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_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -491774,7 +492173,9 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4183), 30, + ACTIONS(4193), 32, + anon_sym_by, + anon_sym_where, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -491805,27 +492206,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [8120] = 5, - ACTIONS(8195), 1, - anon_sym_DOT, - STATE(4644), 1, - aux_sym_user_type_repeat1, + [8972] = 5, + ACTIONS(8206), 1, + anon_sym_COMMA, + STATE(4651), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4153), 26, + ACTIONS(4418), 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_AMP, - sym__quest, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -491840,16 +492240,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4155), 31, - sym__automatic_semicolon, + ACTIONS(4420), 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, @@ -491872,28 +492273,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8192] = 10, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8198), 1, - anon_sym_COLON, - ACTIONS(8200), 1, - anon_sym_EQ, - STATE(4775), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - STATE(5028), 1, - sym_type_constraints, + [9044] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 23, + ACTIONS(4748), 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, @@ -491914,14 +492304,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 29, + ACTIONS(4751), 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, @@ -491944,94 +492338,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8274] = 5, - ACTIONS(8202), 1, - sym__quest, - STATE(4643), 1, - aux_sym_nullable_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4224), 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_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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4222), 32, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [8346] = 5, - ACTIONS(8205), 1, - anon_sym_DOT, - STATE(4644), 1, - aux_sym_user_type_repeat1, + [9112] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4166), 26, + ACTIONS(4555), 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, - anon_sym_AMP, - sym__quest, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -492046,16 +492369,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4168), 31, - sym__automatic_semicolon, + ACTIONS(4557), 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, @@ -492078,162 +492403,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8418] = 5, - ACTIONS(8208), 1, - sym__quest, - STATE(4646), 1, - aux_sym_nullable_type_repeat1, + [9180] = 5, + ACTIONS(8206), 1, + anon_sym_COMMA, + STATE(4664), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4206), 25, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, + ACTIONS(4408), 25, + anon_sym_as, 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4204), 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_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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [8490] = 5, - ACTIONS(8210), 1, - sym__quest, - STATE(4643), 1, - aux_sym_nullable_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4249), 25, - sym__automatic_semicolon, - sym__string_start, + ACTIONS(4410), 32, + sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_EQ, + anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_STAR, + 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_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4247), 32, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [8562] = 10, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8200), 1, - anon_sym_EQ, - ACTIONS(8212), 1, - anon_sym_COLON, - STATE(4730), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - STATE(5031), 1, - sym_type_constraints, + [9252] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 23, + ACTIONS(4758), 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, @@ -492254,14 +492501,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 29, + ACTIONS(4760), 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, @@ -492284,17 +492535,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8644] = 5, - ACTIONS(8214), 1, - anon_sym_COMMA, - STATE(4648), 1, - aux_sym__delegation_specifiers_repeat1, + [9320] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4633), 25, + ACTIONS(4669), 26, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -492318,7 +492566,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4635), 32, + ACTIONS(4672), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -492326,6 +492574,7 @@ 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, @@ -492351,28 +492600,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8716] = 10, - ACTIONS(5582), 1, + [9388] = 10, + ACTIONS(5756), 1, anon_sym_where, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8200), 1, + ACTIONS(8175), 1, anon_sym_EQ, - ACTIONS(8217), 1, + ACTIONS(8177), 1, + anon_sym_LBRACE, + ACTIONS(8208), 1, anon_sym_COLON, - STATE(4800), 1, - sym__block, - STATE(4871), 1, - sym_function_body, - STATE(5036), 1, + STATE(5020), 1, sym_type_constraints, + STATE(5365), 1, + sym_function_body, + STATE(5384), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4159), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4157), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [9470] = 5, + ACTIONS(5486), 1, + anon_sym_LBRACE, + STATE(4779), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4137), 23, + ACTIONS(4692), 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, @@ -492393,14 +492706,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4139), 29, + ACTIONS(4694), 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, @@ -492423,15 +492739,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8798] = 5, - ACTIONS(5578), 1, - anon_sym_LBRACE, - STATE(4786), 1, - sym_enum_class_body, + [9542] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3286), 25, + ACTIONS(4559), 26, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -492457,11 +492770,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3290), 32, + ACTIONS(4561), 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, @@ -492490,33 +492804,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8870] = 10, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8219), 1, - anon_sym_COLON, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, - anon_sym_LBRACE, - STATE(4959), 1, - sym_type_constraints, - STATE(5091), 1, - sym__block, - STATE(5141), 1, - sym_function_body, + [9610] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4137), 22, + ACTIONS(4617), 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, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -492531,15 +492835,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4139), 30, - sym__automatic_semicolon, + ACTIONS(4619), 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, @@ -492562,15 +492869,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [8952] = 5, - ACTIONS(8225), 1, - anon_sym_COMMA, - STATE(4653), 1, - aux_sym_type_constraints_repeat1, + [9678] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4339), 25, + ACTIONS(4601), 26, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -492596,7 +492900,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4341), 32, + ACTIONS(4603), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -492604,6 +492908,7 @@ 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, @@ -492629,15 +492934,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9024] = 5, - ACTIONS(8225), 1, - anon_sym_COMMA, - STATE(4620), 1, - aux_sym_type_constraints_repeat1, + [9746] = 5, + ACTIONS(5486), 1, + anon_sym_LBRACE, + STATE(4708), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4424), 25, + ACTIONS(3290), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -492663,14 +492968,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4426), 32, + ACTIONS(3294), 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, @@ -492696,12 +493001,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9096] = 3, + [9818] = 5, + ACTIONS(5486), 1, + anon_sym_LBRACE, + STATE(4710), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4559), 26, - anon_sym_COLON, + ACTIONS(4621), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -492727,12 +493035,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4561), 33, + ACTIONS(4623), 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, @@ -492761,34 +493068,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9164] = 10, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8200), 1, - anon_sym_EQ, - ACTIONS(8227), 1, - anon_sym_COLON, - STATE(4711), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - STATE(5037), 1, - sym_type_constraints, + [9890] = 5, + ACTIONS(8210), 1, + anon_sym_DOT, + STATE(4635), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4173), 23, + ACTIONS(4193), 26, 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, + anon_sym_AMP, + sym__quest, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -492803,13 +493103,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4175), 29, + ACTIONS(4195), 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, @@ -492833,11 +493135,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9246] = 3, + [9962] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4758), 26, + ACTIONS(4663), 26, anon_sym_COLON, anon_sym_as, anon_sym_EQ, @@ -492864,7 +493166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4760), 33, + ACTIONS(4665), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -492898,15 +493200,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9314] = 5, - ACTIONS(5598), 1, + [10030] = 5, + ACTIONS(5486), 1, anon_sym_LBRACE, - STATE(4811), 1, + STATE(4738), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4652), 25, + ACTIONS(4489), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -492932,7 +493234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4654), 32, + ACTIONS(4491), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -492965,15 +493267,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9386] = 5, - ACTIONS(5578), 1, - anon_sym_LBRACE, - STATE(4825), 1, - sym_enum_class_body, + [10102] = 5, + ACTIONS(8213), 1, + anon_sym_COMMA, + STATE(4664), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4481), 25, + ACTIONS(4389), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -492999,14 +493301,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4483), 32, + ACTIONS(4391), 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, @@ -493032,26 +493334,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9458] = 5, - ACTIONS(5578), 1, - anon_sym_LBRACE, - STATE(4809), 1, - sym_enum_class_body, + [10174] = 5, + ACTIONS(8216), 1, + anon_sym_DOT, + STATE(4665), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 25, + ACTIONS(4186), 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, + anon_sym_AMP, + sym__quest, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -493066,17 +493369,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 32, + ACTIONS(4188), 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, @@ -493099,15 +493401,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9530] = 5, - ACTIONS(5598), 1, - anon_sym_LBRACE, - STATE(4759), 1, - sym_class_body, + [10246] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3270), 25, + ACTIONS(4722), 26, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -493133,11 +493432,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3274), 32, + ACTIONS(4724), 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, @@ -493166,95 +493466,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9602] = 10, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, - anon_sym_LBRACE, - ACTIONS(8229), 1, - anon_sym_COLON, - STATE(5015), 1, - sym_type_constraints, - STATE(5420), 1, - sym__block, - STATE(5421), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4139), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4137), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [9684] = 3, + [10314] = 5, + ACTIONS(8219), 1, + anon_sym_LT, + STATE(4834), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4563), 26, - anon_sym_COLON, + ACTIONS(4169), 26, 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, + anon_sym_AMP, + sym__quest, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -493269,18 +493501,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4565), 33, + ACTIONS(4171), 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, @@ -493303,15 +493533,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [9752] = 5, - ACTIONS(8208), 1, + [10386] = 5, + ACTIONS(8200), 1, sym__quest, - STATE(4646), 1, + STATE(4644), 1, aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4305), 25, + ACTIONS(4335), 25, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -493337,7 +493567,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4303), 32, + ACTIONS(4333), 32, anon_sym_by, anon_sym_where, anon_sym_object, @@ -493370,78 +493600,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [9824] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4750), 26, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4752), 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, - [9892] = 4, - ACTIONS(8231), 1, + [10458] = 4, + ACTIONS(8221), 1, anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4239), 26, + ACTIONS(4315), 26, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -493468,7 +493633,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4237), 32, + ACTIONS(4313), 32, anon_sym_by, anon_sym_where, anon_sym_object, @@ -493501,12 +493666,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [9962] = 3, + [10528] = 5, + ACTIONS(5486), 1, + anon_sym_LBRACE, + STATE(4717), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4581), 26, - anon_sym_COLON, + ACTIONS(4243), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -493532,12 +493700,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4583), 33, + ACTIONS(4245), 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, @@ -493566,28 +493733,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10030] = 10, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, + [10600] = 5, + ACTIONS(5508), 1, anon_sym_LBRACE, - ACTIONS(8200), 1, - anon_sym_EQ, - ACTIONS(8233), 1, - anon_sym_COLON, - STATE(4757), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - STATE(5033), 1, - sym_type_constraints, + STATE(4811), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 23, + ACTIONS(4595), 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, @@ -493608,14 +493767,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 29, + ACTIONS(4597), 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, @@ -493638,77 +493800,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10112] = 4, - ACTIONS(8235), 1, - anon_sym_AMP, + [10672] = 5, + ACTIONS(5508), 1, + anon_sym_LBRACE, + STATE(4868), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4239), 26, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, + ACTIONS(3274), 25, + 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4237), 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_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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [10182] = 3, + ACTIONS(3278), 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, + [10744] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4670), 26, + ACTIONS(4225), 26, anon_sym_as, anon_sym_EQ, anon_sym_by, @@ -493735,7 +493898,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4672), 33, + ACTIONS(4227), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -493769,78 +493932,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10250] = 4, - ACTIONS(4214), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4212), 26, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_EQ, + [10812] = 5, + ACTIONS(5486), 1, 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4210), 32, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [10320] = 3, + STATE(4882), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4746), 26, - anon_sym_COLON, + ACTIONS(4684), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -493866,12 +493966,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4748), 33, + ACTIONS(4686), 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, @@ -493900,15 +493999,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10388] = 5, - ACTIONS(5578), 1, + [10884] = 5, + ACTIONS(5508), 1, anon_sym_LBRACE, - STATE(4740), 1, + STATE(4833), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4463), 25, + ACTIONS(4501), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -493934,7 +494033,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4465), 32, + ACTIONS(4503), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -493967,86 +494066,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10460] = 10, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, + [10956] = 5, + ACTIONS(5486), 1, anon_sym_LBRACE, - ACTIONS(8237), 1, - anon_sym_COLON, - STATE(5065), 1, - sym_type_constraints, - STATE(5346), 1, - sym_function_body, - STATE(5420), 1, - sym__block, + STATE(4768), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4149), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4147), 30, - anon_sym_object, - anon_sym_fun, + ACTIONS(4643), 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_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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [10542] = 3, + ACTIONS(4645), 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, + [11028] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4762), 26, + ACTIONS(4688), 26, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -494070,7 +494164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4765), 33, + ACTIONS(4690), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -494104,23 +494198,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10610] = 3, + [11096] = 10, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8223), 1, + anon_sym_COLON, + ACTIONS(8225), 1, + anon_sym_EQ, + ACTIONS(8227), 1, + anon_sym_LBRACE, + STATE(4927), 1, + sym_type_constraints, + STATE(5073), 1, + sym_function_body, + STATE(5082), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4728), 26, + ACTIONS(4129), 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, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -494135,18 +494239,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4730), 33, + ACTIONS(4131), 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, @@ -494169,15 +494270,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10678] = 5, - ACTIONS(5598), 1, + [11178] = 5, + ACTIONS(5508), 1, anon_sym_LBRACE, - STATE(4729), 1, - sym_class_body, + STATE(4768), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4355), 25, + ACTIONS(4643), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -494203,7 +494304,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4357), 32, + ACTIONS(4645), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -494236,26 +494337,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10750] = 5, - ACTIONS(5598), 1, + [11250] = 10, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8225), 1, + anon_sym_EQ, + ACTIONS(8227), 1, anon_sym_LBRACE, - STATE(4748), 1, - sym_class_body, + ACTIONS(8229), 1, + anon_sym_COLON, + STATE(4948), 1, + sym_type_constraints, + STATE(5082), 1, + sym__block, + STATE(5112), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 25, + ACTIONS(4157), 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, @@ -494270,17 +494378,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3282), 32, + ACTIONS(4159), 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, @@ -494303,82 +494409,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10822] = 5, - ACTIONS(8239), 1, - anon_sym_DOT, - STATE(4641), 1, - aux_sym_user_type_repeat1, + [11332] = 4, + ACTIONS(8231), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4193), 26, - anon_sym_as, + ACTIONS(4315), 26, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4313), 32, anon_sym_by, - anon_sym_LT, - anon_sym_GT, anon_sym_where, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_AMP, - sym__quest, - 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4195), 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, - [10894] = 5, - ACTIONS(5578), 1, + [11402] = 5, + ACTIONS(5508), 1, anon_sym_LBRACE, - STATE(4833), 1, + STATE(4738), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4567), 25, + ACTIONS(4489), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -494404,7 +494509,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4569), 32, + ACTIONS(4491), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -494437,13 +494542,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [10966] = 4, - ACTIONS(8162), 1, - anon_sym_by, + [11474] = 5, + ACTIONS(5486), 1, + anon_sym_LBRACE, + STATE(4886), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4505), 25, + ACTIONS(3280), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -494469,12 +494576,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4507), 33, + ACTIONS(3284), 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, @@ -494503,26 +494609,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11036] = 5, - ACTIONS(5598), 1, + [11546] = 10, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8225), 1, + anon_sym_EQ, + ACTIONS(8227), 1, anon_sym_LBRACE, - STATE(4782), 1, - sym_class_body, + ACTIONS(8233), 1, + anon_sym_COLON, + STATE(4907), 1, + sym_type_constraints, + STATE(5082), 1, + sym__block, + STATE(5213), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4547), 25, + ACTIONS(4151), 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, @@ -494537,17 +494650,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4549), 32, + ACTIONS(4153), 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, @@ -494570,15 +494681,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11108] = 5, - ACTIONS(5598), 1, + [11628] = 5, + ACTIONS(5486), 1, anon_sym_LBRACE, - STATE(4740), 1, + STATE(4872), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4463), 25, + ACTIONS(4339), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -494604,7 +494715,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4465), 32, + ACTIONS(4341), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -494637,27 +494748,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11180] = 5, - ACTIONS(8242), 1, - anon_sym_LT, - STATE(4848), 1, - sym_type_arguments, + [11700] = 5, + ACTIONS(5508), 1, + anon_sym_LBRACE, + STATE(4791), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4128), 26, + ACTIONS(4477), 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_AMP, - sym__quest, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -494672,16 +494782,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4189), 31, - sym__automatic_semicolon, + ACTIONS(4479), 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, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -494704,14 +494815,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11252] = 4, - ACTIONS(8244), 1, - anon_sym_AT2, + [11772] = 4, + ACTIONS(4331), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4710), 26, + ACTIONS(4329), 26, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4327), 32, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [11842] = 5, + ACTIONS(5508), 1, + anon_sym_LBRACE, + STATE(4758), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4434), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -494737,11 +494915,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4712), 32, + ACTIONS(4436), 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, @@ -494770,14 +494948,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11322] = 3, + [11914] = 5, + ACTIONS(8235), 1, + anon_sym_catch, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4678), 26, + STATE(4689), 2, + sym_catch_block, + aux_sym_try_expression_repeat1, + ACTIONS(4175), 25, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -494786,8 +494968,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, @@ -494801,18 +494983,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4681), 33, + ACTIONS(4177), 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, @@ -494835,33 +495015,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11390] = 10, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, + [11986] = 5, + ACTIONS(5508), 1, anon_sym_LBRACE, - ACTIONS(8246), 1, - anon_sym_COLON, - STATE(4933), 1, - sym_type_constraints, - STATE(5091), 1, - sym__block, - STATE(5220), 1, - sym_function_body, + STATE(4886), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 22, + ACTIONS(3280), 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_BANG_EQ, anon_sym_EQ_EQ, @@ -494876,15 +495049,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 30, - sym__automatic_semicolon, + ACTIONS(3284), 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, @@ -494907,25 +495082,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11472] = 10, - ACTIONS(5776), 1, + [12058] = 10, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8221), 1, + ACTIONS(8225), 1, anon_sym_EQ, - ACTIONS(8223), 1, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8248), 1, + ACTIONS(8238), 1, anon_sym_COLON, - STATE(4953), 1, + STATE(4932), 1, sym_type_constraints, - STATE(5079), 1, - sym_function_body, - STATE(5091), 1, + STATE(5082), 1, sym__block, + STATE(5250), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4173), 22, + ACTIONS(4139), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -494948,7 +495123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4175), 30, + ACTIONS(4141), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -494979,23 +495154,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11554] = 3, + [12140] = 10, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8225), 1, + anon_sym_EQ, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8240), 1, + anon_sym_COLON, + STATE(4951), 1, + sym_type_constraints, + STATE(5082), 1, + sym__block, + STATE(5162), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4543), 26, - anon_sym_COLON, + ACTIONS(4145), 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, @@ -495010,18 +495195,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4545), 33, + ACTIONS(4147), 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, @@ -495044,15 +495226,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11622] = 5, - ACTIONS(5598), 1, - anon_sym_LBRACE, - STATE(4715), 1, - sym_class_body, + [12222] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4359), 25, + ACTIONS(4319), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -495078,11 +495256,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4361), 32, + ACTIONS(4321), 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, @@ -495111,15 +495290,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11694] = 5, - ACTIONS(5598), 1, - anon_sym_LBRACE, - STATE(4773), 1, - sym_class_body, + [12289] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4555), 25, + ACTIONS(3274), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -495145,11 +495320,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4557), 32, + ACTIONS(3278), 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, @@ -495178,15 +495354,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11766] = 5, - ACTIONS(5598), 1, - anon_sym_LBRACE, - STATE(4744), 1, - sym_class_body, + [12356] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4493), 25, + ACTIONS(3280), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -495212,11 +495384,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4495), 32, + ACTIONS(3284), 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, @@ -495245,14 +495418,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11838] = 3, + [12423] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4571), 26, + ACTIONS(4950), 25, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -495276,7 +495448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4573), 33, + ACTIONS(4952), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -495310,12 +495482,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11906] = 3, + [12490] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4551), 26, - anon_sym_COLON, + ACTIONS(1824), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -495341,7 +495512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4553), 33, + ACTIONS(1826), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -495375,15 +495546,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [11974] = 5, - ACTIONS(5578), 1, - anon_sym_LBRACE, - STATE(4846), 1, - sym_enum_class_body, + [12557] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4321), 25, + ACTIONS(4958), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -495409,11 +495576,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4323), 32, + ACTIONS(4960), 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, @@ -495442,227 +495610,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12046] = 10, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, - anon_sym_LBRACE, - ACTIONS(8250), 1, - anon_sym_COLON, - STATE(5054), 1, - sym_type_constraints, - STATE(5404), 1, - sym_function_body, - STATE(5420), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4162), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4160), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [12128] = 10, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8252), 1, - anon_sym_COLON, - STATE(4947), 1, - sym_type_constraints, - STATE(5091), 1, - sym__block, - STATE(5240), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4160), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4162), 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, - [12210] = 10, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8254), 1, - anon_sym_COLON, - STATE(4956), 1, - sym_type_constraints, - STATE(5091), 1, - sym__block, - STATE(5178), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4147), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4149), 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, - [12292] = 3, + [12624] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4918), 25, + ACTIONS(4966), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -495688,7 +495640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4920), 33, + ACTIONS(4968), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -495722,11 +495674,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12359] = 3, + [12691] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4439), 25, + ACTIONS(4129), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -495752,7 +495704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4441), 33, + ACTIONS(4131), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -495786,22 +495738,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12426] = 3, + [12758] = 9, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8225), 1, + anon_sym_EQ, + ACTIONS(8227), 1, + anon_sym_LBRACE, + STATE(4951), 1, + sym_type_constraints, + STATE(5082), 1, + sym__block, + STATE(5162), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5135), 25, + ACTIONS(4145), 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, @@ -495816,18 +495777,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5137), 33, + ACTIONS(4147), 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, @@ -495850,11 +495808,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12493] = 3, + [12837] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(123), 25, + ACTIONS(1732), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -495880,7 +495838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(121), 33, + ACTIONS(1734), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -495914,11 +495872,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12560] = 3, + [12904] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4884), 25, + ACTIONS(4677), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -495944,7 +495902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4886), 33, + ACTIONS(4679), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -495978,11 +495936,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12627] = 3, + [12971] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5089), 25, + ACTIONS(5064), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -496008,7 +495966,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5091), 33, + ACTIONS(5066), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -496042,94 +496000,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12694] = 9, - ACTIONS(5776), 1, + [13038] = 8, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, + ACTIONS(5508), 1, anon_sym_LBRACE, - STATE(4956), 1, + ACTIONS(5924), 1, + anon_sym_COLON, + STATE(4633), 1, sym_type_constraints, - STATE(5091), 1, - sym__block, - STATE(5178), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4147), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4149), 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, - [12773] = 3, + STATE(4886), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4313), 27, + ACTIONS(3280), 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, - anon_sym_AMP, - sym__quest, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -496144,15 +496039,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4315), 31, - sym__automatic_semicolon, + ACTIONS(3284), 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, @@ -496176,11 +496069,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12840] = 3, + [13115] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5183), 25, + ACTIONS(123), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -496206,7 +496099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5185), 33, + ACTIONS(121), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -496240,91 +496133,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [12907] = 9, - ACTIONS(5776), 1, + [13182] = 9, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8221), 1, + ACTIONS(8225), 1, anon_sym_EQ, - ACTIONS(8223), 1, + ACTIONS(8227), 1, anon_sym_LBRACE, - STATE(4947), 1, + STATE(4927), 1, sym_type_constraints, - STATE(5091), 1, - sym__block, - STATE(5240), 1, + STATE(5073), 1, sym_function_body, + STATE(5082), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4162), 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, - [12986] = 5, - ACTIONS(8256), 1, - sym__quest, - STATE(4708), 1, - aux_sym_nullable_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4222), 25, + ACTIONS(4129), 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, @@ -496344,12 +496172,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4224), 31, + ACTIONS(4131), 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, @@ -496376,11 +496203,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13057] = 3, + [13261] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5131), 25, + ACTIONS(4212), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -496406,7 +496233,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5133), 33, + ACTIONS(4214), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -496440,11 +496267,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13124] = 3, + [13328] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1790), 25, + ACTIONS(4822), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -496470,7 +496297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1792), 33, + ACTIONS(4824), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -496504,11 +496331,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13191] = 3, + [13395] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4137), 25, + ACTIONS(5056), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -496534,7 +496361,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4139), 33, + ACTIONS(5058), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -496568,82 +496395,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13258] = 10, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8259), 1, - anon_sym_COLON, - ACTIONS(8261), 1, - anon_sym_EQ, - STATE(5075), 1, - sym_type_constraints, - STATE(5079), 1, - sym_function_body, - STATE(5091), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4173), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4175), 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, - [13339] = 3, + [13462] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4962), 25, + ACTIONS(4814), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -496669,7 +496425,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4964), 33, + ACTIONS(4816), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -496703,11 +496459,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13406] = 3, + [13529] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4774), 25, + ACTIONS(4962), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -496733,7 +496489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4776), 33, + ACTIONS(4964), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -496767,22 +496523,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13473] = 3, + [13596] = 9, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8225), 1, + anon_sym_EQ, + ACTIONS(8227), 1, + anon_sym_LBRACE, + STATE(4932), 1, + sym_type_constraints, + STATE(5082), 1, + sym__block, + STATE(5250), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4652), 25, + ACTIONS(4139), 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, @@ -496797,18 +496562,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4654), 33, + ACTIONS(4141), 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, @@ -496831,22 +496593,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13540] = 3, + [13675] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5063), 25, + ACTIONS(4269), 27, 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_AMP, + sym__quest, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -496861,18 +496625,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5065), 33, + ACTIONS(4271), 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, @@ -496895,15 +496657,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13607] = 4, - ACTIONS(8263), 1, - anon_sym_LPAREN, + [13742] = 8, + ACTIONS(8225), 1, + anon_sym_EQ, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8242), 1, + anon_sym_COLON, + STATE(5082), 1, + sym__block, + STATE(5120), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4289), 25, + ACTIONS(4206), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -496912,7 +496681,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, @@ -496927,17 +496695,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4287), 32, + ACTIONS(4208), 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, @@ -496960,13 +496726,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13676] = 4, - ACTIONS(8265), 1, - anon_sym_LPAREN, + [13819] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4892), 25, + ACTIONS(4434), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -496992,13 +496756,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4894), 32, + ACTIONS(4436), 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, @@ -497025,11 +496790,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13745] = 3, + [13886] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4950), 25, + ACTIONS(4477), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -497055,7 +496820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4952), 33, + ACTIONS(4479), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -497089,83 +496854,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13812] = 9, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, - anon_sym_LBRACE, - STATE(5065), 1, - sym_type_constraints, - STATE(5346), 1, - sym_function_body, - STATE(5420), 1, - sym__block, + [13953] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4149), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4147), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [13891] = 4, - ACTIONS(8267), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4874), 25, + ACTIONS(4974), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -497191,13 +496884,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4876), 32, + ACTIONS(4976), 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, @@ -497224,25 +496918,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [13960] = 4, - ACTIONS(8269), 1, - anon_sym_AMP, + [14020] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4237), 26, + ACTIONS(4818), 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, @@ -497257,16 +496948,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4239), 31, - sym__automatic_semicolon, + ACTIONS(4820), 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, @@ -497289,18 +496982,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14029] = 5, - ACTIONS(8271), 1, - sym__quest, - STATE(4806), 1, - aux_sym_nullable_type_repeat1, + [14087] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4204), 25, + ACTIONS(3121), 25, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -497309,6 +496997,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, @@ -497323,16 +497012,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4206), 31, - sym__automatic_semicolon, + ACTIONS(3123), 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, @@ -497355,11 +497046,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14100] = 3, + [14154] = 4, + ACTIONS(8244), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4954), 25, + ACTIONS(4930), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -497371,7 +497064,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, @@ -497385,7 +497077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4956), 33, + ACTIONS(4932), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -497419,82 +497111,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14167] = 10, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8261), 1, - anon_sym_EQ, - ACTIONS(8273), 1, - anon_sym_COLON, - STATE(5091), 1, - sym__block, - STATE(5240), 1, - sym_function_body, - STATE(5243), 1, - sym_type_constraints, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4160), 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, + [14223] = 5, + ACTIONS(8244), 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4162), 29, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(8246), 1, 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, - [14248] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5175), 25, + ACTIONS(4930), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -497506,7 +497131,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, @@ -497520,7 +497144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5177), 33, + ACTIONS(4932), 32, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -497530,7 +497154,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, @@ -497554,11 +497177,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14315] = 3, + [14294] = 4, + ACTIONS(8248), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5171), 25, + ACTIONS(4289), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -497584,14 +497209,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5173), 33, + ACTIONS(4287), 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, @@ -497618,11 +497242,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14382] = 3, + [14363] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1796), 25, + ACTIONS(4046), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -497648,7 +497272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1798), 33, + ACTIONS(4048), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -497682,11 +497306,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14449] = 3, + [14430] = 4, + ACTIONS(8250), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4493), 25, + ACTIONS(4303), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -497712,14 +497338,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4495), 33, + ACTIONS(4301), 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, @@ -497746,11 +497371,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14516] = 3, + [14499] = 4, + ACTIONS(8252), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 25, + ACTIONS(4838), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -497776,14 +497403,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 33, + ACTIONS(4840), 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, @@ -497810,11 +497436,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14583] = 3, + [14568] = 4, + ACTIONS(8254), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5195), 25, + ACTIONS(4848), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -497840,14 +497468,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5197), 33, + ACTIONS(4850), 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, @@ -497874,11 +497501,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14650] = 3, + [14637] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4914), 25, + ACTIONS(4926), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -497904,7 +497531,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4916), 33, + ACTIONS(4928), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -497938,13 +497565,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14717] = 4, - ACTIONS(8275), 1, - anon_sym_else, + [14704] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4818), 24, + ACTIONS(5028), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -497956,6 +497581,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, @@ -497969,7 +497595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4820), 33, + ACTIONS(5030), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -498003,11 +497629,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14786] = 3, + [14771] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1732), 25, + ACTIONS(4858), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -498033,7 +497659,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1734), 33, + ACTIONS(4860), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -498067,11 +497693,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14853] = 3, + [14838] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4906), 25, + ACTIONS(5032), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -498097,7 +497723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4908), 33, + ACTIONS(5034), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -498131,11 +497757,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14920] = 3, + [14905] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4902), 25, + ACTIONS(4151), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -498161,7 +497787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4904), 33, + ACTIONS(4153), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -498195,11 +497821,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [14987] = 3, + [14972] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4633), 25, + ACTIONS(5106), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -498225,7 +497851,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4635), 33, + ACTIONS(5108), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -498259,15 +497885,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15054] = 5, - ACTIONS(8275), 1, - anon_sym_else, - ACTIONS(8277), 1, - anon_sym_SEMI, + [15039] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4818), 24, + ACTIONS(4104), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -498279,6 +497901,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, @@ -498292,7 +497915,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4820), 32, + ACTIONS(4106), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -498302,6 +497925,7 @@ 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, @@ -498325,75 +497949,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15125] = 3, + [15106] = 9, + ACTIONS(5756), 1, + anon_sym_where, + ACTIONS(8175), 1, + anon_sym_EQ, + ACTIONS(8177), 1, + anon_sym_LBRACE, + STATE(4989), 1, + sym_type_constraints, + STATE(5356), 1, + sym_function_body, + STATE(5384), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5077), 25, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, + ACTIONS(4325), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4323), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(5079), 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, - [15192] = 3, + [15185] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4359), 25, + ACTIONS(4844), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -498419,7 +498049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4361), 33, + ACTIONS(4846), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -498453,22 +498083,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15259] = 8, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8279), 1, - anon_sym_COLON, - STATE(5090), 1, - sym_function_body, - STATE(5091), 1, - sym__block, + [15252] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4229), 23, + ACTIONS(5040), 25, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -498477,6 +498098,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, @@ -498491,15 +498113,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4231), 30, - sym__automatic_semicolon, + ACTIONS(5042), 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, @@ -498522,11 +498147,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15336] = 3, + [15319] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5159), 25, + ACTIONS(4643), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -498552,7 +498177,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5161), 33, + ACTIONS(4645), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -498586,31 +498211,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15403] = 9, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, - anon_sym_LBRACE, - STATE(4933), 1, - sym_type_constraints, - STATE(5091), 1, - sym__block, - STATE(5220), 1, - sym_function_body, + [15386] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 22, + ACTIONS(4826), 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_BANG_EQ, anon_sym_EQ_EQ, @@ -498625,15 +498241,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 30, - sym__automatic_semicolon, + ACTIONS(4828), 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, @@ -498656,11 +498275,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15482] = 3, + [15453] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4644), 25, + ACTIONS(4942), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -498686,7 +498305,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4646), 33, + ACTIONS(4944), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -498720,11 +498339,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15549] = 3, + [15520] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 25, + ACTIONS(5044), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -498750,7 +498369,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3282), 33, + ACTIONS(5046), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -498784,11 +498403,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15616] = 3, + [15587] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4946), 25, + ACTIONS(4786), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -498814,7 +498433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4948), 33, + ACTIONS(4788), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -498848,31 +498467,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15683] = 9, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, - anon_sym_LBRACE, - STATE(4932), 1, - sym_type_constraints, - STATE(5091), 1, - sym__block, - STATE(5194), 1, - sym_function_body, + [15654] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4295), 22, + ACTIONS(4954), 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_BANG_EQ, anon_sym_EQ_EQ, @@ -498887,15 +498497,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4297), 30, - sym__automatic_semicolon, + ACTIONS(4956), 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, @@ -498918,11 +498531,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15762] = 3, + [15721] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 25, + ACTIONS(4878), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -498948,7 +498561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 33, + ACTIONS(4880), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -498982,11 +498595,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15829] = 3, + [15788] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5103), 25, + ACTIONS(5068), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -499012,7 +498625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5105), 33, + ACTIONS(5070), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -499046,11 +498659,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15896] = 3, + [15855] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5191), 25, + ACTIONS(1818), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -499076,7 +498689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5193), 33, + ACTIONS(1820), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -499110,25 +498723,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [15963] = 4, - ACTIONS(4214), 1, - anon_sym_DASH_GT, + [15922] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4210), 26, + ACTIONS(4886), 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, @@ -499143,16 +498753,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4212), 31, - sym__automatic_semicolon, + ACTIONS(4888), 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, @@ -499175,11 +498787,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16032] = 3, + [15989] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5073), 25, + ACTIONS(4323), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -499205,7 +498817,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5075), 33, + ACTIONS(4325), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -499239,22 +498851,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16099] = 3, + [16056] = 10, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8256), 1, + anon_sym_COLON, + ACTIONS(8258), 1, + anon_sym_EQ, + STATE(5069), 1, + sym_type_constraints, + STATE(5082), 1, + sym__block, + STATE(5162), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5059), 25, + ACTIONS(4145), 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, @@ -499269,18 +498892,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5061), 33, + ACTIONS(4147), 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, @@ -499303,15 +498922,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16166] = 4, - ACTIONS(8281), 1, - anon_sym_LT, + [16137] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5051), 24, + ACTIONS(4139), 25, anon_sym_as, anon_sym_EQ, + anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, @@ -499334,7 +498952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5053), 33, + ACTIONS(4141), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -499368,25 +498986,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16235] = 8, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(5900), 1, - anon_sym_COLON, - STATE(4624), 1, - sym_type_constraints, - STATE(4759), 1, - sym_class_body, + [16204] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3270), 24, + ACTIONS(4882), 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, @@ -499407,14 +499016,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3274), 29, + ACTIONS(4884), 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, @@ -499437,11 +499050,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16312] = 3, + [16271] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5035), 25, + ACTIONS(5036), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -499467,7 +499080,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5037), 33, + ACTIONS(5038), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -499501,11 +499114,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16379] = 3, + [16338] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 25, + ACTIONS(3095), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -499531,7 +499144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 33, + ACTIONS(3097), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -499565,11 +499178,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16446] = 3, + [16405] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5067), 25, + ACTIONS(4754), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -499595,7 +499208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5069), 33, + ACTIONS(4756), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -499629,13 +499242,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16513] = 3, + [16472] = 5, + ACTIONS(8260), 1, + sym__quest, + STATE(4854), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4327), 25, + ACTIONS(4225), 25, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -499644,7 +499262,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, @@ -499659,18 +499276,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4329), 33, + ACTIONS(4227), 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, @@ -499693,22 +499308,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16580] = 3, + [16543] = 9, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8225), 1, + anon_sym_EQ, + ACTIONS(8227), 1, + anon_sym_LBRACE, + STATE(4922), 1, + sym_type_constraints, + STATE(5082), 1, + sym__block, + STATE(5135), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4826), 25, + ACTIONS(4319), 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, @@ -499723,18 +499347,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4828), 33, + ACTIONS(4321), 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, @@ -499757,22 +499378,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16647] = 3, + [16622] = 4, + ACTIONS(8262), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4958), 25, + ACTIONS(4313), 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, @@ -499787,18 +499411,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4960), 33, + ACTIONS(4315), 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, @@ -499821,11 +499443,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16714] = 3, + [16691] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5199), 25, + ACTIONS(4501), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -499851,7 +499473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5201), 33, + ACTIONS(4503), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -499885,11 +499507,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16781] = 3, + [16758] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4275), 25, + ACTIONS(5187), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -499915,7 +499537,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4277), 33, + ACTIONS(5189), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -499949,11 +499571,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16848] = 3, + [16825] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4866), 25, + ACTIONS(4862), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -499979,7 +499601,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4868), 33, + ACTIONS(4864), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -500013,31 +499635,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16915] = 9, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, - anon_sym_LBRACE, - STATE(4929), 1, - sym_type_constraints, - STATE(5073), 1, - sym_function_body, - STATE(5091), 1, - sym__block, + [16892] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4299), 22, + ACTIONS(4914), 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_BANG_EQ, anon_sym_EQ_EQ, @@ -500052,15 +499665,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4301), 30, - sym__automatic_semicolon, + ACTIONS(4916), 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, @@ -500083,25 +499699,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [16994] = 8, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(8283), 1, - anon_sym_COLON, - STATE(4676), 1, - sym_type_constraints, - STATE(4891), 1, - sym_class_body, + [16959] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4327), 24, + ACTIONS(4389), 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, @@ -500122,14 +499729,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4329), 29, + ACTIONS(4391), 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, @@ -500152,11 +499763,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17071] = 3, + [17026] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5167), 25, + ACTIONS(5048), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -500182,7 +499793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5169), 33, + ACTIONS(5050), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -500216,20 +499827,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17138] = 5, - ACTIONS(5020), 1, - anon_sym_EQ, + [17093] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5022), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4451), 24, + ACTIONS(4339), 25, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -500253,7 +499857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4453), 28, + ACTIONS(4341), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -500271,6 +499875,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, @@ -500282,13 +499891,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17209] = 3, + [17160] = 5, + ACTIONS(5102), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1808), 25, + ACTIONS(5104), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4458), 24, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -500312,7 +499928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1810), 33, + ACTIONS(4460), 28, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -500330,11 +499946,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, @@ -500346,139 +499957,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17276] = 3, + [17231] = 9, + ACTIONS(5756), 1, + anon_sym_where, + ACTIONS(8175), 1, + anon_sym_EQ, + ACTIONS(8177), 1, + anon_sym_LBRACE, + STATE(4999), 1, + sym_type_constraints, + STATE(5384), 1, + sym__block, + STATE(5394), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3286), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(3290), 33, - sym_safe_nav, + ACTIONS(4147), 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_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_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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [17343] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3160), 25, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, + ACTIONS(4145), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(3162), 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, - [17410] = 3, + [17310] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4028), 25, + ACTIONS(4497), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -500504,7 +500057,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4030), 33, + ACTIONS(4499), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -500538,11 +500091,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17477] = 3, + [17377] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5219), 25, + ACTIONS(5052), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -500568,7 +500121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5221), 33, + ACTIONS(5054), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -500602,11 +500155,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17544] = 3, + [17444] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4850), 25, + ACTIONS(1790), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -500632,7 +500185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4852), 33, + ACTIONS(1792), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -500666,11 +500219,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17611] = 3, + [17511] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4295), 25, + ACTIONS(4778), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -500696,7 +500249,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4297), 33, + ACTIONS(4780), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -500730,28 +500283,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17678] = 8, - ACTIONS(5770), 1, - anon_sym_LBRACE, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8285), 1, - anon_sym_COLON, - STATE(4999), 1, - sym_type_constraints, - STATE(5231), 1, - sym_enum_class_body, + [17578] = 4, + ACTIONS(8264), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4321), 23, + ACTIONS(4313), 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_else, @@ -500768,11 +500316,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4323), 30, + ACTIONS(4315), 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, @@ -500799,13 +500348,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17755] = 3, + [17647] = 5, + ACTIONS(8260), 1, + sym__quest, + STATE(4854), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4000), 25, + ACTIONS(4333), 25, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -500814,7 +500368,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, @@ -500829,18 +500382,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4002), 33, + ACTIONS(4335), 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, @@ -500863,30 +500414,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17822] = 8, - ACTIONS(5770), 1, - anon_sym_LBRACE, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5950), 1, - anon_sym_COLON, - STATE(4981), 1, - sym_type_constraints, - STATE(5246), 1, - sym_enum_class_body, + [17718] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3286), 23, + ACTIONS(5127), 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_BANG_EQ, anon_sym_EQ_EQ, @@ -500901,15 +500444,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3290), 30, - sym__automatic_semicolon, + ACTIONS(5129), 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, @@ -500932,11 +500478,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17899] = 3, + [17785] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4898), 25, + ACTIONS(4145), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -500962,7 +500508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4900), 33, + ACTIONS(4147), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -500996,11 +500542,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [17966] = 3, + [17852] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5117), 25, + ACTIONS(4343), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -501026,7 +500572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5119), 33, + ACTIONS(4345), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -501060,30 +500606,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18033] = 8, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5788), 1, - anon_sym_LBRACE, - ACTIONS(8287), 1, - anon_sym_COLON, - STATE(4979), 1, - sym_type_constraints, - STATE(5106), 1, - sym_class_body, + [17919] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 23, + ACTIONS(5177), 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_BANG_EQ, anon_sym_EQ_EQ, @@ -501098,15 +500636,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 30, - sym__automatic_semicolon, + ACTIONS(5179), 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, @@ -501129,208 +500670,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18110] = 3, + [17986] = 9, + ACTIONS(5756), 1, + anon_sym_where, + ACTIONS(8175), 1, + anon_sym_EQ, + ACTIONS(8177), 1, + anon_sym_LBRACE, + STATE(4996), 1, + sym_type_constraints, + STATE(5316), 1, + sym_function_body, + STATE(5384), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5121), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(5123), 33, - sym_safe_nav, + ACTIONS(4141), 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_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_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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [18177] = 8, - ACTIONS(5770), 1, - anon_sym_LBRACE, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8289), 1, - anon_sym_COLON, - STATE(4972), 1, - sym_type_constraints, - STATE(5106), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4216), 23, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4139), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4218), 30, + [18065] = 9, + ACTIONS(5756), 1, + anon_sym_where, + ACTIONS(8175), 1, + anon_sym_EQ, + ACTIONS(8177), 1, + anon_sym_LBRACE, + STATE(5055), 1, + sym_type_constraints, + STATE(5336), 1, + sym_function_body, + STATE(5384), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4131), 22, 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, - 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [18254] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4481), 25, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, + ACTIONS(4129), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4483), 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, - [18321] = 3, + [18144] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4778), 25, + ACTIONS(4854), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -501356,7 +500840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4780), 33, + ACTIONS(4856), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -501390,11 +500874,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18388] = 3, + [18211] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4321), 25, + ACTIONS(5203), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -501420,7 +500904,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4323), 33, + ACTIONS(5205), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -501454,14 +500938,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18455] = 3, + [18278] = 4, + ACTIONS(8266), 1, + anon_sym_LT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5187), 25, + ACTIONS(5135), 24, anon_sym_as, anon_sym_EQ, - anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, @@ -501484,7 +500969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5189), 33, + ACTIONS(5137), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -501518,28 +501003,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18522] = 10, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8261), 1, - anon_sym_EQ, - ACTIONS(8291), 1, - anon_sym_COLON, - STATE(5091), 1, - sym__block, - STATE(5219), 1, - sym_type_constraints, - STATE(5220), 1, - sym_function_body, + [18347] = 5, + ACTIONS(8268), 1, + sym__quest, + STATE(4782), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 22, + ACTIONS(4218), 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, @@ -501559,13 +501037,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 29, + ACTIONS(4220), 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, @@ -501589,11 +501069,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18603] = 3, + [18418] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4782), 25, + ACTIONS(5157), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -501619,7 +501099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4784), 33, + ACTIONS(5159), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -501653,11 +501133,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18670] = 3, + [18485] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4786), 25, + ACTIONS(5143), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -501683,7 +501163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4788), 33, + ACTIONS(5145), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -501717,30 +501197,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18737] = 8, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5788), 1, - anon_sym_LBRACE, - ACTIONS(5946), 1, - anon_sym_COLON, - STATE(5029), 1, - sym_type_constraints, - STATE(5118), 1, - sym_class_body, + [18552] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 23, + ACTIONS(5147), 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_BANG_EQ, anon_sym_EQ_EQ, @@ -501755,15 +501227,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3282), 30, - sym__automatic_semicolon, + ACTIONS(5149), 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, @@ -501786,11 +501261,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18814] = 3, + [18619] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4505), 25, + ACTIONS(1608), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -501816,7 +501291,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4507), 33, + ACTIONS(1606), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -501850,11 +501325,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18881] = 3, + [18686] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4094), 25, + ACTIONS(4458), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -501880,7 +501355,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4096), 33, + ACTIONS(4460), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -501914,80 +501389,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [18948] = 8, - ACTIONS(5578), 1, - anon_sym_LBRACE, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5924), 1, - anon_sym_COLON, - STATE(4659), 1, - sym_type_constraints, - STATE(4748), 1, - sym_enum_class_body, + [18753] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(3282), 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, - [19025] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4790), 25, + ACTIONS(4906), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -502013,7 +501419,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4792), 33, + ACTIONS(4908), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -502047,25 +501453,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19092] = 8, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(5926), 1, - anon_sym_COLON, - STATE(4621), 1, - sym_type_constraints, - STATE(4748), 1, - sym_class_body, + [18820] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 24, + ACTIONS(1796), 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, @@ -502086,14 +501483,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3282), 29, + ACTIONS(1798), 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, @@ -502116,11 +501517,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19169] = 3, + [18887] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3344), 25, + ACTIONS(4766), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -502146,7 +501547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3346), 33, + ACTIONS(4768), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -502180,99 +501581,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19236] = 8, - ACTIONS(5770), 1, - anon_sym_LBRACE, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5938), 1, - anon_sym_COLON, - STATE(5049), 1, - sym_type_constraints, - STATE(5118), 1, - sym_enum_class_body, + [18954] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 23, + ACTIONS(4489), 25, 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(3282), 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, - [19313] = 8, - ACTIONS(5776), 1, anon_sym_where, - ACTIONS(5788), 1, - anon_sym_LBRACE, - ACTIONS(8293), 1, - anon_sym_COLON, - STATE(5057), 1, - sym_type_constraints, - STATE(5102), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4327), 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, @@ -502287,15 +501611,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4329), 30, - sym__automatic_semicolon, + ACTIONS(4491), 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, @@ -502318,11 +501645,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19390] = 3, + [19021] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5095), 25, + ACTIONS(5119), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -502348,7 +501675,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5097), 33, + ACTIONS(5121), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -502382,25 +501709,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19457] = 8, - ACTIONS(5578), 1, - anon_sym_LBRACE, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8295), 1, - anon_sym_COLON, - STATE(4672), 1, - sym_type_constraints, - STATE(4809), 1, - sym_enum_class_body, + [19088] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 24, + ACTIONS(3290), 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, @@ -502421,14 +501739,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 29, + ACTIONS(3294), 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, @@ -502451,11 +501773,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19534] = 3, + [19155] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4794), 25, + ACTIONS(5195), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -502481,7 +501803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4796), 33, + ACTIONS(5197), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -502515,25 +501837,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19601] = 8, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(8297), 1, - anon_sym_COLON, - STATE(4682), 1, - sym_type_constraints, - STATE(4809), 1, - sym_class_body, + [19222] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 24, + ACTIONS(4493), 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, @@ -502554,14 +501867,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 29, + ACTIONS(4495), 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, @@ -502584,11 +501901,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19678] = 3, + [19289] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4846), 25, + ACTIONS(4481), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -502614,7 +501931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4848), 33, + ACTIONS(4483), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -502648,95 +501965,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19745] = 8, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8299), 1, - anon_sym_COLON, - STATE(5091), 1, - sym__block, - STATE(5163), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4275), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4277), 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, - [19822] = 5, - ACTIONS(8301), 1, - sym__quest, - STATE(4708), 1, - aux_sym_nullable_type_repeat1, + [19356] = 8, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(5508), 1, + anon_sym_LBRACE, + ACTIONS(8271), 1, + anon_sym_COLON, + STATE(4688), 1, + sym_type_constraints, + STATE(4716), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4247), 25, + ACTIONS(4200), 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, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -502751,15 +502004,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4249), 31, - sym__automatic_semicolon, + ACTIONS(4202), 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, @@ -502783,30 +502034,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19893] = 8, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, + [19433] = 8, + ACTIONS(5486), 1, anon_sym_LBRACE, - ACTIONS(8303), 1, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(5928), 1, anon_sym_COLON, - STATE(5076), 1, - sym_function_body, - STATE(5091), 1, - sym__block, + STATE(4670), 1, + sym_type_constraints, + STATE(4886), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4307), 23, + ACTIONS(3280), 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, @@ -502821,14 +502073,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4309), 30, - sym__automatic_semicolon, + ACTIONS(3284), 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, @@ -502852,25 +502103,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [19970] = 8, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5788), 1, + [19510] = 8, + ACTIONS(8225), 1, + anon_sym_EQ, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(5936), 1, + ACTIONS(8273), 1, anon_sym_COLON, - STATE(5030), 1, - sym_type_constraints, - STATE(5175), 1, - sym_class_body, + STATE(5082), 1, + sym__block, + STATE(5230), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3270), 23, + ACTIONS(4251), 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, @@ -502890,7 +502141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3274), 30, + ACTIONS(4253), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -502921,16 +502172,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20047] = 3, + [19587] = 8, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8275), 1, + anon_sym_COLON, + STATE(4634), 1, + sym_type_constraints, + STATE(4767), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4463), 25, + ACTIONS(4212), 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, @@ -502951,18 +502211,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4465), 33, + ACTIONS(4214), 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, @@ -502985,13 +502241,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20114] = 3, + [19664] = 8, + ACTIONS(8225), 1, + anon_sym_EQ, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8277), 1, + anon_sym_COLON, + STATE(5082), 1, + sym__block, + STATE(5167), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5099), 25, + ACTIONS(4231), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -503000,7 +502265,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, @@ -503015,18 +502279,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5101), 33, + ACTIONS(4233), 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, @@ -503049,11 +502310,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20181] = 3, + [19741] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4966), 25, + ACTIONS(4922), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -503079,7 +502340,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4968), 33, + ACTIONS(4924), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -503113,22 +502374,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20248] = 3, + [19808] = 9, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8225), 1, + anon_sym_EQ, + ACTIONS(8227), 1, + anon_sym_LBRACE, + STATE(4909), 1, + sym_type_constraints, + STATE(5082), 1, + sym__block, + STATE(5166), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3270), 25, + ACTIONS(4323), 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, @@ -503143,18 +502413,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3274), 33, + ACTIONS(4325), 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, @@ -503177,11 +502444,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20315] = 3, + [19887] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4443), 25, + ACTIONS(4870), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -503207,7 +502474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4445), 33, + ACTIONS(4872), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -503241,25 +502508,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20382] = 10, - ACTIONS(5776), 1, + [19954] = 10, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8223), 1, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8261), 1, + ACTIONS(8258), 1, anon_sym_EQ, - ACTIONS(8305), 1, + ACTIONS(8279), 1, anon_sym_COLON, - STATE(5071), 1, - sym_type_constraints, - STATE(5091), 1, + STATE(5082), 1, sym__block, - STATE(5141), 1, + STATE(5110), 1, + sym_type_constraints, + STATE(5112), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4137), 22, + ACTIONS(4157), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -503282,7 +502549,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4139), 29, + ACTIONS(4159), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -503312,25 +502579,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20463] = 4, - ACTIONS(8307), 1, - anon_sym_AMP, + [20035] = 4, + ACTIONS(6448), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4237), 26, + ACTIONS(4295), 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, @@ -503345,16 +502611,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4239), 31, - sym__automatic_semicolon, + ACTIONS(4298), 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, @@ -503377,18 +502644,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20532] = 5, - ACTIONS(8271), 1, - sym__quest, - STATE(4806), 1, - aux_sym_nullable_type_repeat1, + [20104] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4303), 25, + ACTIONS(3420), 25, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -503397,6 +502659,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, @@ -503411,16 +502674,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4305), 31, - sym__automatic_semicolon, + ACTIONS(3422), 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, @@ -503443,11 +502708,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20603] = 3, + [20171] = 4, + ACTIONS(6454), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3113), 25, + ACTIONS(4281), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -503473,14 +502740,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3115), 33, + ACTIONS(4284), 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, @@ -503507,11 +502773,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20670] = 3, + [20240] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4798), 25, + ACTIONS(4485), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -503537,7 +502803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4800), 33, + ACTIONS(4487), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -503571,11 +502837,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20737] = 3, + [20307] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5205), 25, + ACTIONS(4970), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -503601,7 +502867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5207), 33, + ACTIONS(4972), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -503635,11 +502901,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20804] = 3, + [20374] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4804), 25, + ACTIONS(5088), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -503665,7 +502931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4806), 33, + ACTIONS(5090), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -503699,81 +502965,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [20871] = 9, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, - anon_sym_LBRACE, - STATE(5012), 1, - sym_type_constraints, - STATE(5370), 1, - sym_function_body, - STATE(5420), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4301), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4299), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [20950] = 3, + [20441] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4812), 25, + ACTIONS(4740), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -503799,7 +502995,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4814), 33, + ACTIONS(4742), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -503833,11 +503029,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21017] = 3, + [20508] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5125), 25, + ACTIONS(4866), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -503863,7 +503059,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5127), 33, + ACTIONS(4868), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -503897,11 +503093,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21084] = 3, + [20575] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4299), 25, + ACTIONS(5209), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -503927,7 +503123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4301), 33, + ACTIONS(5211), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -503961,11 +503157,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21151] = 3, + [20642] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4567), 25, + ACTIONS(5183), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -503991,7 +503187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4569), 33, + ACTIONS(5185), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -504025,25 +503221,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21218] = 8, - ACTIONS(5578), 1, - anon_sym_LBRACE, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5942), 1, - anon_sym_COLON, - STATE(4694), 1, - sym_type_constraints, - STATE(4786), 1, - sym_enum_class_body, + [20709] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3286), 24, + ACTIONS(5213), 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, @@ -504064,14 +503251,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3290), 29, + ACTIONS(5215), 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, @@ -504094,11 +503285,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21295] = 3, + [20776] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3420), 25, + ACTIONS(4782), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -504124,7 +503315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3422), 33, + ACTIONS(4784), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -504158,23 +503349,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21362] = 8, - ACTIONS(5578), 1, - anon_sym_LBRACE, - ACTIONS(5582), 1, + [20843] = 9, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(8309), 1, - anon_sym_COLON, - STATE(4634), 1, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4750), 1, + sym_function_body, + STATE(5027), 1, sym_type_constraints, - STATE(4846), 1, - sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4321), 24, + ACTIONS(4145), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -504197,7 +503389,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4323), 29, + ACTIONS(4147), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -504227,11 +503419,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21439] = 3, + [20922] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4834), 25, + ACTIONS(5191), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -504257,7 +503449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4836), 33, + ACTIONS(5193), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -504291,20 +503483,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21506] = 5, - ACTIONS(4812), 1, - anon_sym_EQ, + [20989] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4814), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4477), 24, + ACTIONS(4790), 25, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -504328,7 +503513,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4479), 28, + ACTIONS(4792), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -504346,6 +503531,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, @@ -504357,13 +503547,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21577] = 4, - ACTIONS(8311), 1, - anon_sym_LPAREN, + [21056] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4267), 25, + ACTIONS(3990), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -504389,13 +503577,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4265), 32, + ACTIONS(3992), 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, @@ -504422,11 +503611,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21646] = 3, + [21123] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1584), 25, + ACTIONS(5199), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -504452,7 +503641,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1582), 33, + ACTIONS(5201), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -504486,11 +503675,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21713] = 3, + [21190] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5085), 25, + ACTIONS(5167), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -504516,7 +503705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5087), 33, + ACTIONS(5169), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -504550,11 +503739,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21780] = 3, + [21257] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5039), 25, + ACTIONS(5080), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -504580,7 +503769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5041), 33, + ACTIONS(5082), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -504614,81 +503803,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21847] = 9, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, - anon_sym_LBRACE, - STATE(5054), 1, - sym_type_constraints, - STATE(5404), 1, - sym_function_body, - STATE(5420), 1, - sym__block, + [21324] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4162), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4160), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [21926] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4838), 25, + ACTIONS(5098), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -504714,7 +503833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4840), 33, + ACTIONS(5100), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -504748,11 +503867,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [21993] = 3, + [21391] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4922), 25, + ACTIONS(4004), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -504778,7 +503897,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4924), 33, + ACTIONS(4006), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -504812,11 +503931,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22060] = 3, + [21458] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4974), 25, + ACTIONS(4810), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -504842,7 +503961,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4976), 33, + ACTIONS(4812), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -504876,13 +503995,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22127] = 4, - ACTIONS(6494), 1, - anon_sym_LPAREN, + [21525] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4281), 25, + ACTIONS(5084), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -504908,13 +504025,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4284), 32, + ACTIONS(5086), 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, @@ -504941,21 +504059,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22196] = 6, - ACTIONS(4004), 1, + [21592] = 6, + ACTIONS(3976), 1, anon_sym_EQ, - ACTIONS(6980), 1, + ACTIONS(7008), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 5, + ACTIONS(3981), 5, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - ACTIONS(4281), 24, + ACTIONS(4295), 24, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -504980,7 +504098,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4284), 27, + ACTIONS(4298), 27, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -505008,21 +504126,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22269] = 6, - ACTIONS(4004), 1, + [21665] = 6, + ACTIONS(3976), 1, anon_sym_EQ, - ACTIONS(6976), 1, + ACTIONS(7004), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 5, + ACTIONS(3981), 5, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - ACTIONS(4259), 24, + ACTIONS(4281), 24, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -505047,7 +504165,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4262), 27, + ACTIONS(4284), 27, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -505075,11 +504193,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22342] = 3, + [21738] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1814), 25, + ACTIONS(4830), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -505105,7 +504223,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1816), 33, + ACTIONS(4832), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -505139,11 +504257,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22409] = 3, + [21805] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4722), 25, + ACTIONS(4874), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -505169,7 +504287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4724), 33, + ACTIONS(4876), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -505203,11 +504321,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22476] = 3, + [21872] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4660), 25, + ACTIONS(4595), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -505233,7 +504351,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4662), 33, + ACTIONS(4597), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -505267,22 +504385,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22543] = 3, + [21939] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4430), 25, + ACTIONS(4277), 27, 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_AMP, + sym__quest, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -505297,18 +504417,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4432), 33, + ACTIONS(4279), 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, @@ -505331,11 +504449,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22610] = 3, + [22006] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4467), 25, + ACTIONS(4890), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -505361,7 +504479,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4469), 33, + ACTIONS(4892), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -505395,94 +504513,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22677] = 9, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, - anon_sym_LBRACE, - STATE(5018), 1, - sym_type_constraints, - STATE(5386), 1, - sym_function_body, - STATE(5420), 1, - sym__block, + [22073] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4297), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4295), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [22756] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4335), 27, + ACTIONS(4894), 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_AMP, - sym__quest, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -505497,16 +504543,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4337), 31, - sym__automatic_semicolon, + ACTIONS(4896), 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, @@ -505529,26 +504577,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22823] = 9, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8200), 1, - anon_sym_EQ, - STATE(4699), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - STATE(5023), 1, - sym_type_constraints, + [22140] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4299), 23, + ACTIONS(4396), 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, @@ -505569,14 +504607,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4301), 29, + ACTIONS(4398), 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, @@ -505599,23 +504641,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22902] = 9, - ACTIONS(5582), 1, + [22207] = 9, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(8104), 1, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8200), 1, + ACTIONS(8169), 1, anon_sym_EQ, - STATE(4800), 1, - sym__block, - STATE(4824), 1, + STATE(4700), 1, sym_function_body, - STATE(5027), 1, + STATE(4740), 1, + sym__block, + STATE(4961), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4295), 23, + ACTIONS(4139), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -505639,7 +504681,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4297), 29, + ACTIONS(4141), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -505669,11 +504711,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [22981] = 3, + [22286] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5209), 25, + ACTIONS(4898), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -505699,7 +504741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5211), 33, + ACTIONS(4900), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -505733,24 +504775,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23048] = 4, - ACTIONS(6490), 1, - anon_sym_LPAREN, + [22353] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4259), 25, + ACTIONS(4186), 27, 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_AMP, + sym__quest, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -505765,17 +504807,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4262), 32, + ACTIONS(4188), 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, @@ -505798,22 +504839,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23117] = 6, - ACTIONS(5055), 1, - anon_sym_EQ, - ACTIONS(8313), 1, - anon_sym_COLON_COLON, + [22420] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5057), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(5024), 24, + ACTIONS(4978), 25, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -505837,7 +504869,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5026), 27, + ACTIONS(4980), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -505854,6 +504886,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, @@ -505865,16 +504903,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23190] = 3, + [22487] = 8, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(5508), 1, + anon_sym_LBRACE, + ACTIONS(8281), 1, + anon_sym_COLON, + STATE(4686), 1, + sym_type_constraints, + STATE(4717), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5145), 25, + ACTIONS(4243), 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, @@ -505895,18 +504942,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5147), 33, + ACTIONS(4245), 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, @@ -505929,11 +504972,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23257] = 3, + [22564] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5179), 25, + ACTIONS(4902), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -505959,7 +505002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5181), 33, + ACTIONS(4904), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -505993,11 +505036,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23324] = 3, + [22631] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5213), 25, + ACTIONS(4910), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -506023,7 +505066,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5215), 33, + ACTIONS(4912), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -506057,24 +505100,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23391] = 3, + [22698] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4166), 27, + ACTIONS(4918), 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_AMP, - sym__quest, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -506089,16 +505130,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4168), 31, - sym__automatic_semicolon, + ACTIONS(4920), 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, @@ -506121,24 +505164,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23458] = 9, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, + [22765] = 8, + ACTIONS(5486), 1, anon_sym_LBRACE, - ACTIONS(8200), 1, - anon_sym_EQ, - STATE(4775), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - STATE(5028), 1, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(5922), 1, + anon_sym_COLON, + STATE(4616), 1, sym_type_constraints, + STATE(4708), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 23, + ACTIONS(3290), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -506161,7 +505203,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 29, + ACTIONS(3294), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -506191,11 +505233,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23537] = 3, + [22842] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4477), 25, + ACTIONS(4946), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -506221,7 +505263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4479), 33, + ACTIONS(4948), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -506255,16 +505297,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23604] = 3, + [22909] = 9, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4693), 1, + sym_function_body, + STATE(4740), 1, + sym__block, + STATE(5034), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4842), 25, + ACTIONS(4129), 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, @@ -506285,18 +505337,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4844), 33, + ACTIONS(4131), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACK, + 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, + [22988] = 9, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4748), 1, + sym_function_body, + STATE(5035), 1, + sym_type_constraints, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4319), 23, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4321), 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, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -506319,11 +505437,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23671] = 3, + [23067] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4451), 25, + ACTIONS(5092), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -506349,7 +505467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4453), 33, + ACTIONS(5094), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -506383,11 +505501,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23738] = 3, + [23134] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5163), 25, + ACTIONS(3338), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -506413,7 +505531,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5165), 33, + ACTIONS(3340), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -506447,26 +505565,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23805] = 9, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8200), 1, - anon_sym_EQ, - STATE(4730), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - STATE(5031), 1, - sym_type_constraints, + [23201] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 23, + ACTIONS(5131), 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, @@ -506487,14 +505595,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 29, + ACTIONS(5133), 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, @@ -506517,11 +505629,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23884] = 3, + [23268] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4854), 25, + ACTIONS(5102), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -506547,7 +505659,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4856), 33, + ACTIONS(5104), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -506581,15 +505693,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [23951] = 4, - ACTIONS(8313), 1, - anon_sym_COLON_COLON, + [23335] = 5, + ACTIONS(8283), 1, + sym__quest, + STATE(4782), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5024), 25, + ACTIONS(4237), 25, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -506598,7 +505713,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, @@ -506613,23 +505727,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5026), 32, + ACTIONS(4239), 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, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_COLON_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -506646,24 +505759,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24020] = 9, - ACTIONS(5582), 1, + [23406] = 8, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8104), 1, + ACTIONS(5830), 1, anon_sym_LBRACE, - ACTIONS(8200), 1, - anon_sym_EQ, - STATE(4757), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - STATE(5033), 1, + ACTIONS(5892), 1, + anon_sym_COLON, + STATE(4983), 1, sym_type_constraints, + STATE(5190), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 23, + ACTIONS(3290), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -506671,7 +505783,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, @@ -506686,13 +505797,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 29, + ACTIONS(3294), 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, @@ -506716,16 +505828,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24099] = 3, + [23483] = 9, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4809), 1, + sym_function_body, + STATE(5054), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1802), 25, + ACTIONS(4323), 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, @@ -506746,18 +505868,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1804), 33, + ACTIONS(4325), 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, @@ -506780,22 +505898,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24166] = 3, + [23562] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3992), 25, + ACTIONS(4273), 27, 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_AMP, + sym__quest, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -506810,18 +505930,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3994), 33, + ACTIONS(4275), 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, @@ -506844,25 +505962,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24233] = 10, - ACTIONS(5776), 1, + [23629] = 10, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8223), 1, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8261), 1, + ACTIONS(8258), 1, anon_sym_EQ, - ACTIONS(8316), 1, + ACTIONS(8285), 1, anon_sym_COLON, - STATE(5091), 1, + STATE(5082), 1, sym__block, - STATE(5164), 1, - sym_type_constraints, - STATE(5178), 1, + STATE(5213), 1, sym_function_body, + STATE(5245), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 22, + ACTIONS(4151), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -506885,7 +506003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 29, + ACTIONS(4153), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -506915,11 +506033,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24314] = 3, + [23710] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4870), 25, + ACTIONS(4251), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -506945,7 +506063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4872), 33, + ACTIONS(4253), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -506979,11 +506097,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24381] = 3, + [23777] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 25, + ACTIONS(5022), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -507009,7 +506127,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 33, + ACTIONS(5024), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -507043,11 +506161,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24448] = 3, + [23844] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4880), 25, + ACTIONS(5076), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -507073,7 +506191,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4882), 33, + ACTIONS(5078), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -507107,13 +506225,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24515] = 3, + [23911] = 5, + ACTIONS(5177), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4888), 25, + ACTIONS(5179), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4343), 24, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -507137,7 +506262,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4890), 33, + ACTIONS(4345), 28, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -507155,11 +506280,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, @@ -507171,11 +506291,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24582] = 3, + [23982] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4910), 25, + ACTIONS(5123), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -507201,7 +506321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4912), 33, + ACTIONS(5125), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -507235,22 +506355,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24649] = 3, + [24049] = 8, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(8287), 1, + anon_sym_COLON, + STATE(5024), 1, + sym_type_constraints, + STATE(5127), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4926), 25, + ACTIONS(4212), 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, @@ -507265,18 +506393,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4928), 33, + ACTIONS(4214), 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, @@ -507299,22 +506424,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24716] = 3, + [24126] = 8, + ACTIONS(5818), 1, + anon_sym_LBRACE, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(5894), 1, + anon_sym_COLON, + STATE(5008), 1, + sym_type_constraints, + STATE(5173), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4930), 25, + ACTIONS(3280), 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, @@ -507329,18 +506462,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4932), 33, + ACTIONS(3284), 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, @@ -507363,16 +506493,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24783] = 3, + [24203] = 8, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8289), 1, + anon_sym_COLON, + STATE(4617), 1, + sym_type_constraints, + STATE(4717), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4934), 25, + ACTIONS(4243), 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, @@ -507393,18 +506532,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4936), 33, + ACTIONS(4245), 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, @@ -507427,22 +506562,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24850] = 3, + [24280] = 8, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(5846), 1, + anon_sym_COLON, + STATE(5062), 1, + sym_type_constraints, + STATE(5173), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4938), 25, + ACTIONS(3280), 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, @@ -507457,18 +506600,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4940), 33, + ACTIONS(3284), 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, @@ -507491,11 +506631,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24917] = 3, + [24357] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4942), 25, + ACTIONS(4200), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -507521,7 +506661,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4944), 33, + ACTIONS(4202), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -507555,11 +506695,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [24984] = 3, + [24424] = 9, + ACTIONS(5756), 1, + anon_sym_where, + ACTIONS(8175), 1, + anon_sym_EQ, + ACTIONS(8177), 1, + anon_sym_LBRACE, + STATE(5063), 1, + sym_type_constraints, + STATE(5350), 1, + sym_function_body, + STATE(5384), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4970), 25, + ACTIONS(4321), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4319), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [24503] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4938), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -507585,7 +506795,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4972), 33, + ACTIONS(4940), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -507619,22 +506829,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25051] = 3, + [24570] = 8, + ACTIONS(5818), 1, + anon_sym_LBRACE, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8291), 1, + anon_sym_COLON, + STATE(4962), 1, + sym_type_constraints, + STATE(5147), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4447), 25, + ACTIONS(4243), 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, @@ -507649,18 +506867,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4449), 33, + ACTIONS(4245), 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, @@ -507683,11 +506898,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25118] = 3, + [24647] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5051), 25, + ACTIONS(4692), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -507713,7 +506928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5053), 33, + ACTIONS(4694), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -507747,22 +506962,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25185] = 3, + [24714] = 10, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8258), 1, + anon_sym_EQ, + ACTIONS(8293), 1, + anon_sym_COLON, + STATE(5082), 1, + sym__block, + STATE(5248), 1, + sym_type_constraints, + STATE(5250), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5020), 25, + ACTIONS(4139), 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, @@ -507777,18 +507003,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5022), 33, + ACTIONS(4141), 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, @@ -507811,22 +507033,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25252] = 3, + [24795] = 8, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(8295), 1, + anon_sym_COLON, + STATE(5007), 1, + sym_type_constraints, + STATE(5147), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5047), 25, + ACTIONS(4243), 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, @@ -507841,18 +507071,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5049), 33, + ACTIONS(4245), 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, @@ -507875,92 +507102,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25319] = 9, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, + [24872] = 8, + ACTIONS(5818), 1, anon_sym_LBRACE, - STATE(4966), 1, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(5896), 1, + anon_sym_COLON, + STATE(5001), 1, sym_type_constraints, - STATE(5406), 1, - sym_function_body, - STATE(5420), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4185), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4183), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [25398] = 3, + STATE(5184), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5031), 25, + ACTIONS(3274), 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, @@ -507975,18 +507140,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5033), 33, + ACTIONS(3278), 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, @@ -508009,22 +507171,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25465] = 3, + [24949] = 10, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8258), 1, + anon_sym_EQ, + ACTIONS(8297), 1, + anon_sym_COLON, + STATE(5071), 1, + sym_type_constraints, + STATE(5073), 1, + sym_function_body, + STATE(5082), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5153), 25, + ACTIONS(4129), 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, @@ -508039,18 +507212,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5155), 33, + ACTIONS(4131), 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, @@ -508073,11 +507242,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25532] = 3, + [25030] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5139), 25, + ACTIONS(5135), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -508103,7 +507272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5141), 33, + ACTIONS(5137), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -508137,22 +507306,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25599] = 3, + [25097] = 8, + ACTIONS(5818), 1, + anon_sym_LBRACE, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8299), 1, + anon_sym_COLON, + STATE(5014), 1, + sym_type_constraints, + STATE(5154), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5149), 25, + ACTIONS(4200), 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, @@ -508167,18 +507344,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5151), 33, + ACTIONS(4202), 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, @@ -508201,13 +507375,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25666] = 3, + [25174] = 6, + ACTIONS(5139), 1, + anon_sym_EQ, + ACTIONS(8301), 1, + anon_sym_COLON_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5107), 25, + ACTIONS(5141), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(5110), 24, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -508231,7 +507414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5109), 33, + ACTIONS(5112), 27, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -508248,12 +507431,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, @@ -508265,11 +507442,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25733] = 3, + [25247] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4355), 25, + ACTIONS(1810), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -508295,7 +507472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4357), 33, + ACTIONS(1812), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -508329,24 +507506,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25800] = 3, + [25314] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4317), 27, + ACTIONS(5072), 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_AMP, - sym__quest, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -508361,16 +507536,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4319), 31, - sym__automatic_semicolon, + ACTIONS(5074), 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, @@ -508393,11 +507570,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25867] = 3, + [25381] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5043), 25, + ACTIONS(5171), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -508423,7 +507600,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5045), 33, + ACTIONS(5173), 33, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -508457,28 +507634,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [25934] = 7, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5788), 1, - anon_sym_LBRACE, - STATE(4971), 1, - sym_type_constraints, - STATE(5171), 1, - sym_class_body, + [25448] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4355), 23, + ACTIONS(5060), 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_BANG_EQ, anon_sym_EQ_EQ, @@ -508493,15 +507664,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4357), 30, - sym__automatic_semicolon, + ACTIONS(5062), 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, @@ -508524,94 +507698,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26008] = 8, - ACTIONS(5758), 1, - anon_sym_LBRACE, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(8318), 1, - anon_sym_COLON, - STATE(5293), 1, - sym_type_constraints, - STATE(5415), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4323), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4321), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [26084] = 7, - ACTIONS(5770), 1, - anon_sym_LBRACE, - ACTIONS(5776), 1, - anon_sym_where, - STATE(4972), 1, - sym_type_constraints, - STATE(5106), 1, - sym_enum_class_body, + [25515] = 4, + ACTIONS(4331), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 23, + ACTIONS(4327), 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_else, @@ -508628,11 +507731,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 30, + ACTIONS(4329), 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, @@ -508659,25 +507763,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26158] = 5, - ACTIONS(8320), 1, - anon_sym_DOT, - STATE(4641), 1, - aux_sym_user_type_repeat1, + [25584] = 4, + ACTIONS(8301), 1, + anon_sym_COLON_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4193), 24, + ACTIONS(5110), 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, @@ -508692,22 +507795,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4195), 31, - sym__automatic_semicolon, + ACTIONS(5112), 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, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -508724,30 +507828,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26228] = 8, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5788), 1, - anon_sym_LBRACE, - ACTIONS(6032), 1, - anon_sym_COLON, - STATE(5029), 1, - sym_type_constraints, - STATE(5118), 1, - sym_class_body, + [25653] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 23, + ACTIONS(4243), 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_BANG_EQ, anon_sym_EQ_EQ, @@ -508762,14 +507858,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3282), 29, - sym__automatic_semicolon, + ACTIONS(4245), 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, @@ -508792,24 +507892,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26304] = 9, - ACTIONS(5776), 1, + [25720] = 8, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(8223), 1, + ACTIONS(5508), 1, anon_sym_LBRACE, - ACTIONS(8261), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5164), 1, + ACTIONS(5930), 1, + anon_sym_COLON, + STATE(4631), 1, sym_type_constraints, - STATE(5178), 1, - sym_function_body, + STATE(4868), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 22, + ACTIONS(3274), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -508817,6 +507916,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, @@ -508831,13 +507931,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 29, - sym__automatic_semicolon, + ACTIONS(3278), 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, @@ -508861,28 +507961,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26382] = 7, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5788), 1, - anon_sym_LBRACE, - STATE(4979), 1, - sym_type_constraints, - STATE(5106), 1, - sym_class_body, + [25797] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 23, + ACTIONS(4762), 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_BANG_EQ, anon_sym_EQ_EQ, @@ -508897,15 +507991,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 30, - sym__automatic_semicolon, + ACTIONS(4764), 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, @@ -508928,21 +508025,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26456] = 8, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5788), 1, + [25864] = 8, + ACTIONS(5818), 1, anon_sym_LBRACE, - ACTIONS(8323), 1, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8304), 1, anon_sym_COLON, - STATE(4979), 1, + STATE(5014), 1, sym_type_constraints, - STATE(5106), 1, - sym_class_body, + STATE(5154), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 23, + ACTIONS(4200), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -508966,7 +508063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 29, + ACTIONS(4202), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -508996,22 +508093,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26532] = 8, - ACTIONS(8104), 1, + [25940] = 7, + ACTIONS(5818), 1, anon_sym_LBRACE, - ACTIONS(8200), 1, - anon_sym_EQ, - ACTIONS(8325), 1, - anon_sym_COLON, - STATE(4800), 1, - sym__block, - STATE(4813), 1, - sym_function_body, + ACTIONS(5822), 1, + anon_sym_where, + STATE(4985), 1, + sym_type_constraints, + STATE(5215), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4275), 23, + ACTIONS(4477), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -509019,7 +508115,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, @@ -509034,13 +508129,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4277), 29, + ACTIONS(4479), 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, @@ -509064,21 +508160,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26608] = 8, + [26014] = 8, + ACTIONS(5756), 1, + anon_sym_where, ACTIONS(5770), 1, anon_sym_LBRACE, - ACTIONS(5776), 1, - anon_sym_where, ACTIONS(6056), 1, anon_sym_COLON, - STATE(4981), 1, + STATE(5270), 1, sym_type_constraints, - STATE(5246), 1, - sym_enum_class_body, + STATE(5328), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3294), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(3290), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [26090] = 7, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(5830), 1, + anon_sym_LBRACE, + STATE(5007), 1, + sym_type_constraints, + STATE(5147), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3286), 23, + ACTIONS(4243), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -509102,13 +508264,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3290), 29, + ACTIONS(4245), 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, @@ -509132,33 +508295,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26684] = 10, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8327), 1, - anon_sym_COLON, - ACTIONS(8329), 1, - anon_sym_EQ, - STATE(4757), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - STATE(5250), 1, - sym_type_constraints, + [26164] = 5, + ACTIONS(8306), 1, + anon_sym_by, + STATE(5092), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 21, + 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, @@ -509166,66 +508321,66 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 29, + ACTIONS(4398), 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, - [26764] = 8, - ACTIONS(8104), 1, + [26234] = 6, + ACTIONS(5830), 1, anon_sym_LBRACE, - ACTIONS(8200), 1, - anon_sym_EQ, - ACTIONS(8331), 1, + ACTIONS(8308), 1, anon_sym_COLON, - STATE(4763), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + STATE(5128), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4307), 23, + ACTIONS(4450), 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, @@ -509240,13 +508395,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4309), 29, + ACTIONS(4452), 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, @@ -509270,84 +508426,157 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26840] = 5, - ACTIONS(8333), 1, - aux_sym_unsigned_literal_token1, - ACTIONS(8335), 1, - anon_sym_L, + [26306] = 8, + ACTIONS(5750), 1, + anon_sym_LBRACE, + ACTIONS(5756), 1, + anon_sym_where, + ACTIONS(6024), 1, + anon_sym_COLON, + STATE(5276), 1, + sym_type_constraints, + STATE(5392), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4455), 24, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, + ACTIONS(3284), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(3280), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4457), 31, + [26382] = 8, + ACTIONS(5756), 1, + anon_sym_where, + ACTIONS(5770), 1, + anon_sym_LBRACE, + ACTIONS(8310), 1, + anon_sym_COLON, + STATE(5265), 1, + sym_type_constraints, + STATE(5412), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4214), 22, 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, - 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [26910] = 7, - ACTIONS(5770), 1, - anon_sym_LBRACE, - ACTIONS(5776), 1, + ACTIONS(4212), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [26458] = 8, + ACTIONS(5822), 1, anon_sym_where, - STATE(4999), 1, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(6062), 1, + anon_sym_COLON, + STATE(4983), 1, sym_type_constraints, - STATE(5231), 1, - sym_enum_class_body, + STATE(5190), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4321), 23, + ACTIONS(3290), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -509371,14 +508600,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4323), 30, + ACTIONS(3294), 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, @@ -509402,26 +508630,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [26984] = 5, - ACTIONS(8337), 1, - anon_sym_COMMA, - STATE(4648), 1, - aux_sym__delegation_specifiers_repeat1, + [26534] = 8, + ACTIONS(5750), 1, + anon_sym_LBRACE, + ACTIONS(5756), 1, + anon_sym_where, + ACTIONS(5978), 1, + anon_sym_COLON, + STATE(5267), 1, + sym_type_constraints, + STATE(5413), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3278), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(3274), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [26610] = 8, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(6064), 1, + anon_sym_COLON, + STATE(5062), 1, + sym_type_constraints, + STATE(5173), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4736), 25, + ACTIONS(3280), 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, @@ -509436,14 +508736,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4738), 30, + ACTIONS(3284), 29, + 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, @@ -509467,26 +508766,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27054] = 5, - ACTIONS(8337), 1, - anon_sym_COMMA, - STATE(4908), 1, - aux_sym__delegation_specifiers_repeat1, + [26686] = 5, + ACTIONS(8312), 1, + anon_sym_DOT, + STATE(4635), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4684), 25, + ACTIONS(4193), 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, anon_sym_STAR, anon_sym_in, - anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -509501,14 +508799,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4686), 30, + ACTIONS(4195), 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, @@ -509532,23 +508831,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27124] = 9, - ACTIONS(5776), 1, + [26756] = 9, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8223), 1, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8261), 1, + ACTIONS(8258), 1, anon_sym_EQ, - STATE(5073), 1, - sym_function_body, - STATE(5091), 1, + STATE(5082), 1, sym__block, - STATE(5179), 1, + STATE(5248), 1, sym_type_constraints, + STATE(5250), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4299), 22, + ACTIONS(4139), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -509571,7 +508870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4301), 29, + ACTIONS(4141), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -509601,89 +508900,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27202] = 7, + [26834] = 8, + ACTIONS(5756), 1, + anon_sym_where, ACTIONS(5770), 1, anon_sym_LBRACE, - ACTIONS(5776), 1, - anon_sym_where, - STATE(5009), 1, + ACTIONS(8315), 1, + anon_sym_COLON, + STATE(5296), 1, sym_type_constraints, - STATE(5192), 1, - sym_enum_class_body, + STATE(5408), 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, + ACTIONS(4245), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4243), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4483), 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, - [27276] = 6, - ACTIONS(5788), 1, + [26910] = 7, + ACTIONS(5818), 1, anon_sym_LBRACE, - ACTIONS(8339), 1, - anon_sym_COLON, - STATE(5172), 1, - sym_class_body, + ACTIONS(5822), 1, + anon_sym_where, + STATE(5018), 1, + sym_type_constraints, + STATE(5148), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4497), 24, + ACTIONS(4501), 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, @@ -509703,7 +509004,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4499), 30, + ACTIONS(4503), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -509734,20 +509035,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27348] = 7, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, + [26984] = 6, + ACTIONS(5830), 1, anon_sym_LBRACE, - STATE(5076), 1, - sym_function_body, - STATE(5091), 1, - sym__block, + ACTIONS(8317), 1, + anon_sym_COLON, + STATE(5075), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4307), 23, + ACTIONS(4422), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -509770,7 +509070,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4309), 30, + ACTIONS(4424), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -509801,23 +509101,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27422] = 7, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, + [27056] = 9, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8227), 1, anon_sym_LBRACE, - STATE(5091), 1, + ACTIONS(8258), 1, + anon_sym_EQ, + STATE(5082), 1, sym__block, - STATE(5140), 1, + STATE(5121), 1, + sym_type_constraints, + STATE(5135), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4443), 23, + ACTIONS(4319), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -509837,14 +509140,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4445), 30, + ACTIONS(4321), 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, @@ -509868,24 +509170,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27496] = 9, - ACTIONS(5776), 1, + [27134] = 8, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8223), 1, + ACTIONS(5830), 1, anon_sym_LBRACE, - ACTIONS(8261), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5194), 1, - sym_function_body, - STATE(5196), 1, + ACTIONS(8319), 1, + anon_sym_COLON, + STATE(5007), 1, sym_type_constraints, + STATE(5147), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4295), 22, + ACTIONS(4243), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -509907,7 +509208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4297), 29, + ACTIONS(4245), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -509937,19 +509238,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27574] = 6, - ACTIONS(5788), 1, + [27210] = 7, + ACTIONS(8225), 1, + anon_sym_EQ, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8341), 1, - anon_sym_COLON, - STATE(5093), 1, - sym_class_body, + STATE(5082), 1, + sym__block, + STATE(5162), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4349), 24, + ACTIONS(4145), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -509972,7 +509274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4351), 30, + ACTIONS(4147), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -510003,20 +509305,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27646] = 7, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, - anon_sym_LBRACE, - STATE(5091), 1, - sym__block, - STATE(5167), 1, - sym_function_body, + [27284] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4447), 23, + ACTIONS(4343), 26, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -510026,6 +509321,8 @@ 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, @@ -510039,11 +509336,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4449), 30, + ACTIONS(4345), 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, @@ -510070,93 +509368,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27720] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4206), 25, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, + [27350] = 7, + ACTIONS(8225), 1, anon_sym_EQ, + ACTIONS(8227), 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4204), 32, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [27786] = 8, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8200), 1, - anon_sym_EQ, - ACTIONS(8343), 1, - anon_sym_COLON, - STATE(4800), 1, + STATE(5082), 1, sym__block, - STATE(4802), 1, + STATE(5188), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4229), 23, + ACTIONS(4485), 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, @@ -510171,13 +509404,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4231), 29, + ACTIONS(4487), 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, @@ -510201,11 +509435,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27862] = 3, + [27424] = 5, + ACTIONS(8321), 1, + anon_sym_COMMA, + STATE(4914), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4451), 26, + ACTIONS(4704), 25, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -510216,9 +509454,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_catch, - anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -510232,15 +509469,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4453), 31, - sym__automatic_semicolon, + ACTIONS(4706), 30, 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, @@ -510264,16 +509500,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [27928] = 3, + [27494] = 5, + ACTIONS(7037), 1, + anon_sym_by, + STATE(5072), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4708), 25, + ACTIONS(4398), 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, @@ -510294,8 +509533,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4706), 32, - anon_sym_by, + ACTIONS(4396), 31, anon_sym_where, anon_sym_object, anon_sym_fun, @@ -510327,19 +509565,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [27994] = 7, - ACTIONS(5770), 1, + [27564] = 8, + ACTIONS(5818), 1, anon_sym_LBRACE, - ACTIONS(5776), 1, + ACTIONS(5822), 1, anon_sym_where, - STATE(5008), 1, + ACTIONS(6038), 1, + anon_sym_COLON, + STATE(5001), 1, sym_type_constraints, - STATE(5210), 1, + STATE(5184), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4467), 23, + ACTIONS(3274), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -510363,14 +509603,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4469), 30, + ACTIONS(3278), 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, @@ -510394,28 +509633,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28068] = 7, - ACTIONS(5776), 1, + [27640] = 10, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(5788), 1, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(5007), 1, + ACTIONS(8323), 1, + anon_sym_COLON, + ACTIONS(8325), 1, + anon_sym_EQ, + STATE(4700), 1, + sym_function_body, + STATE(4740), 1, + sym__block, + STATE(5253), 1, sym_type_constraints, - STATE(5225), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4359), 23, + ACTIONS(4139), 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_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -510423,187 +509667,124 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4361), 30, - sym__automatic_semicolon, + ACTIONS(4141), 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, - [28142] = 3, + [27720] = 5, + ACTIONS(8321), 1, + anon_sym_COMMA, + STATE(4638), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4698), 25, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, + ACTIONS(4714), 25, + anon_sym_as, 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4696), 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_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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [28208] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4676), 25, - sym__automatic_semicolon, - sym__string_start, + ACTIONS(4716), 30, + sym_safe_nav, 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_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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4674), 32, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [28274] = 9, - ACTIONS(5776), 1, + [27790] = 9, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8223), 1, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8261), 1, + ACTIONS(8258), 1, anon_sym_EQ, - STATE(5091), 1, + STATE(5082), 1, sym__block, - STATE(5219), 1, - sym_type_constraints, - STATE(5220), 1, + STATE(5166), 1, sym_function_body, + STATE(5178), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 22, + ACTIONS(4323), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -510626,7 +509807,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 29, + ACTIONS(4325), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -510656,33 +509837,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28352] = 10, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8329), 1, + [27868] = 7, + ACTIONS(8225), 1, anon_sym_EQ, - ACTIONS(8345), 1, - anon_sym_COLON, - STATE(4711), 1, - sym_function_body, - STATE(4800), 1, + ACTIONS(8227), 1, + anon_sym_LBRACE, + STATE(5082), 1, sym__block, - STATE(5080), 1, - sym_type_constraints, + STATE(5167), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4173), 21, + ACTIONS(4231), 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, @@ -510690,55 +509866,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4175), 29, + ACTIONS(4233), 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, - [28432] = 7, - ACTIONS(5770), 1, - anon_sym_LBRACE, - ACTIONS(5776), 1, + [27942] = 7, + ACTIONS(5822), 1, anon_sym_where, - STATE(5003), 1, + ACTIONS(5830), 1, + anon_sym_LBRACE, + STATE(5021), 1, sym_type_constraints, - STATE(5225), 1, - sym_enum_class_body, + STATE(5238), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4359), 23, + ACTIONS(4497), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -510762,7 +509940,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4361), 30, + ACTIONS(4499), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -510793,19 +509971,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28506] = 7, - ACTIONS(8221), 1, + [28016] = 7, + ACTIONS(8225), 1, anon_sym_EQ, - ACTIONS(8223), 1, + ACTIONS(8227), 1, anon_sym_LBRACE, - STATE(5091), 1, + STATE(5082), 1, sym__block, - STATE(5174), 1, + STATE(5171), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4439), 23, + ACTIONS(4481), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -510829,7 +510007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4441), 30, + ACTIONS(4483), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -510860,21 +510038,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28580] = 8, - ACTIONS(5770), 1, + [28090] = 7, + ACTIONS(5818), 1, anon_sym_LBRACE, - ACTIONS(5776), 1, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8347), 1, - anon_sym_COLON, - STATE(4999), 1, + STATE(4962), 1, sym_type_constraints, - STATE(5231), 1, + STATE(5147), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4321), 23, + ACTIONS(4243), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -510898,13 +510074,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4323), 29, + ACTIONS(4245), 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, @@ -510928,87 +510105,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28656] = 8, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(5780), 1, - anon_sym_LBRACE, - ACTIONS(6060), 1, - anon_sym_COLON, - STATE(5270), 1, - sym_type_constraints, - STATE(5316), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3274), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(3270), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [28732] = 7, - ACTIONS(8221), 1, + [28164] = 7, + ACTIONS(8225), 1, anon_sym_EQ, - ACTIONS(8223), 1, + ACTIONS(8227), 1, anon_sym_LBRACE, - STATE(5073), 1, + STATE(5065), 1, sym_function_body, - STATE(5091), 1, + STATE(5082), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4299), 23, + ACTIONS(4493), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -511032,7 +510141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4301), 30, + ACTIONS(4495), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -511063,23 +510172,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28806] = 7, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, + [28238] = 8, + ACTIONS(5818), 1, anon_sym_LBRACE, - STATE(5091), 1, - sym__block, - STATE(5194), 1, - sym_function_body, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8327), 1, + anon_sym_COLON, + STATE(4962), 1, + sym_type_constraints, + STATE(5147), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4295), 23, + ACTIONS(4243), 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, @@ -511099,14 +510210,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4297), 30, + ACTIONS(4245), 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, @@ -511130,25 +510240,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28880] = 8, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5788), 1, + [28314] = 7, + ACTIONS(8225), 1, + anon_sym_EQ, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(5992), 1, - anon_sym_COLON, - STATE(5030), 1, - sym_type_constraints, - STATE(5175), 1, - sym_class_body, + STATE(5082), 1, + sym__block, + STATE(5166), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3270), 23, + ACTIONS(4323), 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, @@ -511168,13 +510276,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3274), 29, + ACTIONS(4325), 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, @@ -511198,213 +510307,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [28956] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4573), 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_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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4571), 32, - anon_sym_by, + [28388] = 9, + ACTIONS(5822), 1, 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [29022] = 3, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8258), 1, + anon_sym_EQ, + STATE(5069), 1, + sym_type_constraints, + STATE(5082), 1, + sym__block, + STATE(5162), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4681), 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_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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4678), 32, - anon_sym_by, - anon_sym_where, - anon_sym_object, - anon_sym_fun, + ACTIONS(4145), 22, + 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_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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [29088] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4730), 25, + ACTIONS(4147), 29, 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, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4728), 32, - anon_sym_by, + [28466] = 7, + ACTIONS(5822), 1, 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [29154] = 3, + ACTIONS(5830), 1, + anon_sym_LBRACE, + STATE(4990), 1, + sym_type_constraints, + STATE(5207), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4485), 26, + ACTIONS(4339), 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_catch, - anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -511418,12 +510412,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4487), 31, + ACTIONS(4341), 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, @@ -511450,156 +510443,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29220] = 5, - ACTIONS(7123), 1, - anon_sym_by, - STATE(5119), 1, - sym_value_arguments, + [28540] = 10, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8325), 1, + anon_sym_EQ, + ACTIONS(8329), 1, + anon_sym_COLON, + STATE(4732), 1, + sym_function_body, + STATE(4740), 1, + sym__block, + STATE(5156), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4507), 24, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4505), 31, - anon_sym_where, - anon_sym_object, - anon_sym_fun, + ACTIONS(4157), 21, + 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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [29290] = 8, - ACTIONS(5758), 1, - anon_sym_LBRACE, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(6036), 1, - anon_sym_COLON, - STATE(5314), 1, - sym_type_constraints, - STATE(5353), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3290), 22, - sym__automatic_semicolon, - sym__string_start, + ACTIONS(4159), 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_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(3286), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [29366] = 8, - ACTIONS(5770), 1, + [28620] = 8, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5956), 1, + ACTIONS(8169), 1, + anon_sym_EQ, + ACTIONS(8331), 1, anon_sym_COLON, - STATE(5049), 1, - sym_type_constraints, - STATE(5118), 1, - sym_enum_class_body, + STATE(4740), 1, + sym__block, + STATE(4741), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 23, + ACTIONS(4206), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -511607,6 +510536,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, @@ -511621,13 +510551,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3282), 29, - sym__automatic_semicolon, + ACTIONS(4208), 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, @@ -511651,25 +510581,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29442] = 8, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5788), 1, + [28696] = 7, + ACTIONS(8225), 1, + anon_sym_EQ, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8349), 1, - anon_sym_COLON, - STATE(5057), 1, - sym_type_constraints, - STATE(5102), 1, - sym_class_body, + STATE(5082), 1, + sym__block, + STATE(5135), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4327), 23, + ACTIONS(4319), 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, @@ -511689,13 +510617,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4329), 29, + ACTIONS(4321), 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, @@ -511719,96 +510648,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29518] = 8, - ACTIONS(5764), 1, + [28770] = 10, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(5780), 1, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8351), 1, + ACTIONS(8325), 1, + anon_sym_EQ, + ACTIONS(8333), 1, anon_sym_COLON, - STATE(5315), 1, - sym_type_constraints, - STATE(5358), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4218), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4216), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [29594] = 7, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5788), 1, - anon_sym_LBRACE, - STATE(4998), 1, + STATE(4740), 1, + sym__block, + STATE(4750), 1, + sym_function_body, + STATE(5159), 1, sym_type_constraints, - STATE(5249), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4463), 23, + ACTIONS(4145), 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_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -511816,58 +510682,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4465), 30, - sym__automatic_semicolon, + ACTIONS(4147), 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, - [29668] = 3, + [28850] = 8, + ACTIONS(5750), 1, + anon_sym_LBRACE, + ACTIONS(5756), 1, + anon_sym_where, + ACTIONS(8335), 1, + anon_sym_COLON, + STATE(5262), 1, + sym_type_constraints, + STATE(5408), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4765), 25, + ACTIONS(4245), 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, @@ -511884,9 +510755,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4762), 32, - anon_sym_by, - anon_sym_where, + ACTIONS(4243), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -511917,20 +510786,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [29734] = 3, + [28926] = 8, + ACTIONS(5756), 1, + anon_sym_where, + ACTIONS(5770), 1, + anon_sym_LBRACE, + ACTIONS(6032), 1, + anon_sym_COLON, + STATE(5286), 1, + sym_type_constraints, + STATE(5392), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4672), 25, + ACTIONS(3284), 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, @@ -511947,9 +510823,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4670), 32, - anon_sym_by, - anon_sym_where, + ACTIONS(3280), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -511980,20 +510854,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [29800] = 7, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, - anon_sym_LBRACE, - STATE(5091), 1, - sym__block, - STATE(5220), 1, - sym_function_body, + [29002] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 23, + ACTIONS(4438), 26, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -512003,6 +510870,8 @@ 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, @@ -512016,11 +510885,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 30, + ACTIONS(4440), 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, @@ -512047,26 +510917,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29874] = 9, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8261), 1, + [29068] = 7, + ACTIONS(8225), 1, anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5240), 1, + ACTIONS(8227), 1, + anon_sym_LBRACE, + STATE(5073), 1, sym_function_body, - STATE(5243), 1, - sym_type_constraints, + STATE(5082), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 22, + ACTIONS(4129), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -512086,13 +510953,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 29, + ACTIONS(4131), 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, @@ -512116,11 +510984,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [29952] = 3, + [29142] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4345), 26, + ACTIONS(4402), 26, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -512147,7 +511015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4347), 31, + ACTIONS(4404), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -512179,31 +511047,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30018] = 8, - ACTIONS(5770), 1, - anon_sym_LBRACE, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8353), 1, - anon_sym_COLON, - STATE(4972), 1, - sym_type_constraints, - STATE(5106), 1, - sym_enum_class_body, + [29208] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 23, + ACTIONS(4458), 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, 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, @@ -512217,13 +511078,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 29, + ACTIONS(4460), 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, @@ -512247,20 +511110,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30094] = 5, - ACTIONS(8355), 1, - anon_sym_by, - STATE(5127), 1, - sym_value_arguments, + [29274] = 7, + ACTIONS(5818), 1, + anon_sym_LBRACE, + ACTIONS(5822), 1, + anon_sym_where, + STATE(5014), 1, + sym_type_constraints, + STATE(5154), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4505), 24, + ACTIONS(4200), 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, @@ -512280,12 +511146,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4507), 31, + ACTIONS(4202), 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, @@ -512312,19 +511177,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30164] = 7, - ACTIONS(5770), 1, + [29348] = 7, + ACTIONS(5818), 1, anon_sym_LBRACE, - ACTIONS(5776), 1, + ACTIONS(5822), 1, anon_sym_where, - STATE(4995), 1, + STATE(5064), 1, sym_type_constraints, - STATE(5249), 1, + STATE(5067), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4463), 23, + ACTIONS(4434), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -512348,7 +511213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4465), 30, + ACTIONS(4436), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -512379,23 +511244,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30238] = 7, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, + [29422] = 7, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(5830), 1, anon_sym_LBRACE, - STATE(5091), 1, - sym__block, - STATE(5141), 1, - sym_function_body, + STATE(5024), 1, + sym_type_constraints, + STATE(5127), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4137), 23, + ACTIONS(4212), 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, @@ -512415,7 +511280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4139), 30, + ACTIONS(4214), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -512446,93 +511311,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30312] = 10, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8329), 1, - anon_sym_EQ, - ACTIONS(8357), 1, - anon_sym_COLON, - STATE(4775), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - STATE(5237), 1, - sym_type_constraints, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4183), 21, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4185), 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, - [30392] = 7, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5788), 1, - anon_sym_LBRACE, - STATE(4993), 1, - sym_type_constraints, - STATE(5253), 1, - sym_class_body, + [29496] = 5, + ACTIONS(8337), 1, + aux_sym_unsigned_literal_token1, + ACTIONS(8339), 1, + anon_sym_L, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4493), 23, + ACTIONS(4442), 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, @@ -512552,11 +511344,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4495), 30, + ACTIONS(4444), 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, @@ -512583,28 +511376,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30466] = 7, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, + [29566] = 8, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(5091), 1, + ACTIONS(8169), 1, + anon_sym_EQ, + ACTIONS(8341), 1, + anon_sym_COLON, + STATE(4740), 1, sym__block, - STATE(5240), 1, + STATE(4796), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 23, + ACTIONS(4251), 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, @@ -512619,14 +511414,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 30, - sym__automatic_semicolon, + ACTIONS(4253), 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, @@ -512650,25 +511444,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30540] = 10, - ACTIONS(5582), 1, + [29642] = 10, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(8104), 1, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8329), 1, + ACTIONS(8325), 1, anon_sym_EQ, - ACTIONS(8359), 1, + ACTIONS(8343), 1, anon_sym_COLON, - STATE(4730), 1, + STATE(4693), 1, sym_function_body, - STATE(4800), 1, + STATE(4740), 1, sym__block, - STATE(5188), 1, + STATE(5205), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 21, + ACTIONS(4129), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -512690,7 +511484,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 29, + ACTIONS(4131), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -512720,21 +511514,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30620] = 7, - ACTIONS(5776), 1, + [29722] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4227), 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_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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4225), 32, + anon_sym_by, anon_sym_where, - ACTIONS(5788), 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [29788] = 8, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(5057), 1, - sym_type_constraints, - STATE(5102), 1, - sym_class_body, + ACTIONS(8169), 1, + anon_sym_EQ, + ACTIONS(8345), 1, + anon_sym_COLON, + STATE(4740), 1, + sym__block, + STATE(4859), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4327), 23, + ACTIONS(4231), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -512742,6 +511600,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, @@ -512756,14 +511615,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4329), 30, - sym__automatic_semicolon, + ACTIONS(4233), 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, @@ -512787,28 +511645,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30694] = 7, - ACTIONS(8221), 1, - anon_sym_EQ, - ACTIONS(8223), 1, + [29864] = 10, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(5091), 1, + ACTIONS(8325), 1, + anon_sym_EQ, + ACTIONS(8347), 1, + anon_sym_COLON, + STATE(4740), 1, sym__block, - STATE(5178), 1, + STATE(4774), 1, sym_function_body, + STATE(5111), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 23, + ACTIONS(4151), 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, @@ -512816,65 +511679,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 30, - sym__automatic_semicolon, + ACTIONS(4153), 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, - [30768] = 8, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(5780), 1, - anon_sym_LBRACE, - ACTIONS(8361), 1, - anon_sym_COLON, - STATE(5298), 1, - sym_type_constraints, - STATE(5378), 1, - sym_class_body, + [29944] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4329), 22, + ACTIONS(4698), 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_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -512891,7 +511745,9 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4327), 30, + ACTIONS(4696), 32, + anon_sym_by, + anon_sym_where, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -512922,27 +511778,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [30844] = 8, - ACTIONS(5758), 1, + [30010] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4702), 25, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_EQ, anon_sym_LBRACE, - ACTIONS(5764), 1, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4700), 32, + anon_sym_by, anon_sym_where, - ACTIONS(5954), 1, - anon_sym_COLON, - STATE(5271), 1, - sym_type_constraints, - STATE(5391), 1, - sym_enum_class_body, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [30076] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3282), 22, + ACTIONS(4732), 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_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -512959,7 +511871,9 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3278), 30, + ACTIONS(4730), 32, + anon_sym_by, + anon_sym_where, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -512990,24 +511904,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [30920] = 3, + [30142] = 7, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(5830), 1, + anon_sym_LBRACE, + STATE(5060), 1, + sym_type_constraints, + STATE(5118), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4477), 26, + ACTIONS(4489), 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_catch, - anon_sym_finally, anon_sym_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -513021,12 +511940,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4479), 31, + ACTIONS(4491), 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, @@ -513053,33 +511971,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [30986] = 10, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8329), 1, + [30216] = 7, + ACTIONS(8225), 1, anon_sym_EQ, - ACTIONS(8363), 1, - anon_sym_COLON, - STATE(4800), 1, + ACTIONS(8227), 1, + anon_sym_LBRACE, + STATE(5082), 1, sym__block, - STATE(4871), 1, + STATE(5213), 1, sym_function_body, - STATE(5089), 1, - sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4137), 21, + ACTIONS(4151), 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, @@ -513087,57 +512000,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4139), 29, + ACTIONS(4153), 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, - [31066] = 8, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(5780), 1, + [30290] = 8, + ACTIONS(5750), 1, anon_sym_LBRACE, - ACTIONS(5974), 1, + ACTIONS(5756), 1, + anon_sym_where, + ACTIONS(8349), 1, anon_sym_COLON, - STATE(5295), 1, + STATE(5302), 1, sym_type_constraints, - STATE(5391), 1, - sym_class_body, + STATE(5329), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3282), 22, + ACTIONS(4202), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -513160,7 +512075,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3278), 30, + ACTIONS(4200), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -513191,27 +512106,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [31142] = 8, - ACTIONS(5758), 1, - anon_sym_LBRACE, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(8365), 1, - anon_sym_COLON, - STATE(5300), 1, - sym_type_constraints, - STATE(5358), 1, - sym_enum_class_body, + [30366] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4218), 22, + ACTIONS(4746), 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_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -513228,7 +512136,9 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4216), 30, + ACTIONS(4744), 32, + anon_sym_by, + anon_sym_where, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -513259,25 +512169,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [31218] = 7, - ACTIONS(8187), 1, + [30432] = 7, + ACTIONS(8225), 1, anon_sym_EQ, - ACTIONS(8189), 1, + ACTIONS(8227), 1, anon_sym_LBRACE, - STATE(5386), 1, - sym_function_body, - STATE(5420), 1, + STATE(5082), 1, sym__block, + STATE(5250), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4139), 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_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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4141), 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, + [30506] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4297), 22, + ACTIONS(4751), 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_STAR, anon_sym_COLON_COLON, anon_sym_BANGin, @@ -513294,7 +512266,9 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4295), 30, + ACTIONS(4748), 32, + anon_sym_by, + anon_sym_where, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -513325,15 +512299,283 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [31291] = 5, - ACTIONS(8367), 1, + [30572] = 7, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(5830), 1, + anon_sym_LBRACE, + STATE(5011), 1, + sym_type_constraints, + STATE(5215), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4477), 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_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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4479), 30, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COMMA, - STATE(4973), 1, - aux_sym_type_constraints_repeat1, + 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, + [30646] = 8, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(8351), 1, + anon_sym_COLON, + STATE(5024), 1, + sym_type_constraints, + STATE(5127), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4212), 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_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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4214), 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, + [30722] = 9, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8258), 1, + anon_sym_EQ, + STATE(5071), 1, + sym_type_constraints, + STATE(5073), 1, + sym_function_body, + STATE(5082), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4129), 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_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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4131), 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, + [30800] = 8, + ACTIONS(5818), 1, + anon_sym_LBRACE, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(6040), 1, + anon_sym_COLON, + STATE(5008), 1, + sym_type_constraints, + STATE(5173), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3280), 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_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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(3284), 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, + [30876] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4426), 24, + ACTIONS(4760), 25, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -513342,6 +512584,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, @@ -513358,7 +512601,9 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4424), 30, + ACTIONS(4758), 32, + anon_sym_by, + anon_sym_where, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -513389,17 +512634,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [31360] = 3, + [30942] = 7, + ACTIONS(5818), 1, + anon_sym_LBRACE, + ACTIONS(5822), 1, + anon_sym_where, + STATE(5032), 1, + sym_type_constraints, + STATE(5118), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4581), 25, - anon_sym_COLON, + ACTIONS(4489), 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, @@ -513419,12 +512670,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4583), 31, + ACTIONS(4491), 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, @@ -513451,91 +512701,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [31425] = 4, - ACTIONS(8369), 1, - anon_sym_L, + [31016] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4740), 24, - anon_sym_as, + ACTIONS(4672), 25, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4669), 32, + 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_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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4742), 31, + [31082] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4619), 25, 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, 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_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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [31492] = 8, - ACTIONS(8104), 1, + ACTIONS(4617), 32, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [31148] = 7, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8329), 1, + ACTIONS(8169), 1, anon_sym_EQ, - ACTIONS(8371), 1, - anon_sym_COLON, - STATE(4763), 1, + STATE(4693), 1, sym_function_body, - STATE(4800), 1, + STATE(4740), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4307), 22, + ACTIONS(4129), 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, @@ -513545,51 +512856,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4309), 29, + ACTIONS(4131), 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, - [31567] = 5, - ACTIONS(5788), 1, + [31221] = 5, + ACTIONS(5818), 1, anon_sym_LBRACE, - STATE(5253), 1, - sym_class_body, + STATE(5215), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4493), 24, + ACTIONS(4477), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -513614,7 +512926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4495), 30, + ACTIONS(4479), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -513645,85 +512957,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [31636] = 5, - ACTIONS(5770), 1, + [31290] = 7, + ACTIONS(5750), 1, anon_sym_LBRACE, - STATE(5249), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4463), 24, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, + ACTIONS(5756), 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4465), 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, - [31705] = 5, - ACTIONS(8373), 1, - anon_sym_COMMA, - STATE(4973), 1, - aux_sym_type_constraints_repeat1, + STATE(5262), 1, + sym_type_constraints, + STATE(5408), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4432), 24, + ACTIONS(4245), 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, @@ -513742,7 +512992,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4430), 30, + ACTIONS(4243), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -513773,29 +513023,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [31774] = 8, - ACTIONS(8223), 1, + [31363] = 8, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8261), 1, + ACTIONS(8325), 1, anon_sym_EQ, - ACTIONS(8376), 1, + ACTIONS(8353), 1, anon_sym_COLON, - STATE(5076), 1, - sym_function_body, - STATE(5091), 1, + STATE(4740), 1, sym__block, + STATE(4796), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4307), 22, + ACTIONS(4251), 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, @@ -513803,59 +513054,67 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4309), 29, - sym__automatic_semicolon, + ACTIONS(4253), 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, - [31849] = 3, + [31438] = 9, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8325), 1, + anon_sym_EQ, + STATE(4693), 1, + sym_function_body, + STATE(4740), 1, + sym__block, + STATE(5205), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4204), 25, + ACTIONS(4129), 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, - anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -513863,130 +513122,119 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4206), 31, - sym__automatic_semicolon, + ACTIONS(4131), 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, - [31914] = 9, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, + [31515] = 7, + ACTIONS(5750), 1, anon_sym_LBRACE, - ACTIONS(8329), 1, - anon_sym_EQ, - STATE(4775), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - STATE(5237), 1, + ACTIONS(5756), 1, + anon_sym_where, + STATE(5290), 1, sym_type_constraints, + STATE(5374), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 21, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4479), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4477), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4185), 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, - [31991] = 7, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(5780), 1, - anon_sym_LBRACE, - STATE(5298), 1, - sym_type_constraints, - STATE(5378), 1, - sym_class_body, + [31588] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4329), 22, + ACTIONS(4665), 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_STAR, @@ -514005,7 +513253,9 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4327), 30, + ACTIONS(4663), 32, + anon_sym_COLON, + anon_sym_where, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -514036,14 +513286,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [32064] = 4, - ACTIONS(8378), 1, - anon_sym_AT2, + [31653] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4710), 25, - anon_sym_AT, + ACTIONS(4601), 25, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -514068,9 +513316,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4712), 30, + ACTIONS(4603), 31, sym__automatic_semicolon, sym_safe_nav, + anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, @@ -514099,15 +513348,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32131] = 5, - ACTIONS(5788), 1, - anon_sym_LBRACE, - STATE(5249), 1, - sym_class_body, + [31718] = 4, + ACTIONS(8355), 1, + anon_sym_AT2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4463), 24, + ACTIONS(4734), 25, + anon_sym_AT, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -514132,11 +513380,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4465), 30, + ACTIONS(4736), 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, @@ -514163,11 +513411,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32200] = 3, + [31785] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4583), 24, + ACTIONS(4651), 24, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -514192,7 +513440,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4581), 32, + ACTIONS(4649), 32, anon_sym_COLON, anon_sym_where, anon_sym_object, @@ -514225,15 +513473,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [32265] = 5, - ACTIONS(5770), 1, + [31850] = 5, + ACTIONS(5830), 1, anon_sym_LBRACE, - STATE(5231), 1, - sym_enum_class_body, + STATE(5190), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4321), 24, + ACTIONS(3290), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -514258,7 +513506,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4323), 30, + ACTIONS(3294), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -514289,22 +513537,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32334] = 3, + [31919] = 5, + ACTIONS(8357), 1, + anon_sym_COMMA, + STATE(4972), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4577), 25, - anon_sym_COLON, - anon_sym_as, + ACTIONS(4391), 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_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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4389), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [31988] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4859), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4231), 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, @@ -514319,15 +513637,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4579), 31, - sym__automatic_semicolon, + ACTIONS(4233), 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, @@ -514351,24 +513667,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32399] = 8, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8261), 1, + [32061] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4615), 24, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(8380), 1, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4613), 32, anon_sym_COLON, - STATE(5090), 1, - sym_function_body, - STATE(5091), 1, - sym__block, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [32126] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4229), 22, + ACTIONS(4613), 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, @@ -514388,13 +513759,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4231), 29, + 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, anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, @@ -514418,22 +513791,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32474] = 3, + [32191] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4795), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4706), 25, + ACTIONS(4481), 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, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -514448,15 +513827,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4708), 31, - sym__automatic_semicolon, + ACTIONS(4483), 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, @@ -514480,22 +513857,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32539] = 3, + [32264] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4784), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4696), 25, + ACTIONS(4493), 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, anon_sym_STAR, anon_sym_in, + anon_sym_while, anon_sym_else, anon_sym_BANG_EQ, anon_sym_EQ_EQ, @@ -514510,15 +513893,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4698), 31, - sym__automatic_semicolon, + ACTIONS(4495), 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, @@ -514542,20 +513923,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32604] = 5, - ACTIONS(8382), 1, - anon_sym_COMMA, - STATE(5014), 1, - aux_sym__delegation_specifiers_repeat1, + [32337] = 7, + ACTIONS(5756), 1, + anon_sym_where, + ACTIONS(5770), 1, + anon_sym_LBRACE, + STATE(5309), 1, + sym_type_constraints, + STATE(5374), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4738), 23, + ACTIONS(4479), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -514574,8 +513958,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4736), 31, - anon_sym_where, + ACTIONS(4477), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -514606,83 +513989,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [32673] = 3, + [32410] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4674), 25, - anon_sym_as, + ACTIONS(4724), 24, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_by, - anon_sym_LT, - anon_sym_GT, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4722), 32, + anon_sym_COLON, 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_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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4676), 31, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, + [32475] = 7, + ACTIONS(5756), 1, + anon_sym_where, + ACTIONS(5770), 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, - [32738] = 5, - ACTIONS(8367), 1, - anon_sym_COMMA, - STATE(4967), 1, - aux_sym_type_constraints_repeat1, + STATE(5287), 1, + sym_type_constraints, + STATE(5375), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4341), 24, + ACTIONS(4341), 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, @@ -514732,11 +514117,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [32807] = 3, + [32548] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4758), 25, + ACTIONS(4688), 25, anon_sym_COLON, anon_sym_as, anon_sym_EQ, @@ -514762,7 +514147,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4760), 31, + ACTIONS(4690), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -514794,78 +514179,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [32872] = 7, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, + [32613] = 5, + ACTIONS(5818), 1, anon_sym_LBRACE, - STATE(5420), 1, - sym__block, - STATE(5421), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4139), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4137), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [32945] = 3, + STATE(5184), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4543), 25, - anon_sym_COLON, + ACTIONS(3274), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -514890,12 +514212,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4545), 31, + ACTIONS(3278), 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, @@ -514922,30 +514243,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33010] = 8, - ACTIONS(8104), 1, + [32682] = 5, + ACTIONS(5830), 1, anon_sym_LBRACE, - ACTIONS(8329), 1, - anon_sym_EQ, - ACTIONS(8384), 1, - anon_sym_COLON, - STATE(4800), 1, - sym__block, - STATE(4813), 1, - sym_function_body, + STATE(5127), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4275), 22, + ACTIONS(4212), 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, @@ -514953,56 +514269,62 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4277), 29, + ACTIONS(4214), 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, - [33085] = 5, - ACTIONS(5788), 1, + [32751] = 8, + ACTIONS(8227), 1, anon_sym_LBRACE, - STATE(5228), 1, - sym_class_body, + ACTIONS(8258), 1, + anon_sym_EQ, + ACTIONS(8360), 1, + anon_sym_COLON, + STATE(5082), 1, + sym__block, + STATE(5120), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4644), 24, + ACTIONS(4206), 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, @@ -515022,14 +514344,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4646), 30, + ACTIONS(4208), 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, @@ -515053,12 +514374,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33154] = 3, + [32826] = 5, + ACTIONS(5818), 1, + anon_sym_LBRACE, + STATE(5118), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4585), 25, - anon_sym_COLON, + ACTIONS(4489), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -515083,12 +514407,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4587), 31, + ACTIONS(4491), 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, @@ -515115,20 +514438,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33219] = 5, - ACTIONS(5770), 1, + [32895] = 8, + ACTIONS(8227), 1, anon_sym_LBRACE, - STATE(5225), 1, - sym_enum_class_body, + ACTIONS(8258), 1, + anon_sym_EQ, + ACTIONS(8362), 1, + anon_sym_COLON, + STATE(5082), 1, + sym__block, + STATE(5167), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4359), 24, + ACTIONS(4231), 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, @@ -515148,14 +514475,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4361), 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, @@ -515179,23 +514505,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33288] = 9, - ACTIONS(5582), 1, + [32970] = 9, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(8104), 1, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8329), 1, + ACTIONS(8325), 1, anon_sym_EQ, - STATE(4800), 1, - sym__block, - STATE(4824), 1, + STATE(4700), 1, sym_function_body, - STATE(5190), 1, + STATE(4740), 1, + sym__block, + STATE(5253), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4295), 21, + ACTIONS(4139), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -515217,7 +514543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4297), 29, + ACTIONS(4141), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -515247,17 +514573,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33365] = 3, + [33047] = 7, + ACTIONS(5756), 1, + anon_sym_where, + ACTIONS(5770), 1, + anon_sym_LBRACE, + STATE(5269), 1, + sym_type_constraints, + STATE(5398), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4561), 24, + ACTIONS(4499), 22, 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4497), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [33120] = 7, + ACTIONS(8175), 1, anon_sym_EQ, + ACTIONS(8177), 1, anon_sym_LBRACE, + STATE(5361), 1, + sym_function_body, + STATE(5384), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4487), 22, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -515276,9 +514674,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4559), 32, - anon_sym_COLON, - anon_sym_where, + ACTIONS(4485), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -515309,15 +514705,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [33430] = 5, - ACTIONS(5788), 1, + [33193] = 5, + ACTIONS(5830), 1, anon_sym_LBRACE, - STATE(5225), 1, + STATE(5142), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4359), 24, + ACTIONS(4692), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -515342,7 +514738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4361), 30, + ACTIONS(4694), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -515373,15 +514769,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33499] = 5, - ACTIONS(5770), 1, + [33262] = 9, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(5210), 1, - sym_enum_class_body, + ACTIONS(8325), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4748), 1, + sym_function_body, + STATE(5187), 1, + sym_type_constraints, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4319), 21, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4321), 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, + [33339] = 5, + ACTIONS(8364), 1, + anon_sym_COMMA, + STATE(4992), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4467), 24, + ACTIONS(4677), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -515406,14 +514870,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4469), 30, + ACTIONS(4679), 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, @@ -515437,19 +514901,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33568] = 7, - ACTIONS(5764), 1, + [33408] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4653), 25, + anon_sym_COLON, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, anon_sym_where, - ACTIONS(5780), 1, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4655), 31, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_LBRACE, - STATE(5299), 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, + [33473] = 7, + ACTIONS(5750), 1, + anon_sym_LBRACE, + ACTIONS(5756), 1, + anon_sym_where, + STATE(5306), 1, sym_type_constraints, - STATE(5388), 1, - sym_class_body, + STATE(5333), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4357), 22, + ACTIONS(4491), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -515472,7 +514998,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4355), 30, + ACTIONS(4489), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -515503,17 +515029,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [33641] = 5, - ACTIONS(8386), 1, - anon_sym_COMMA, - STATE(5001), 1, - aux_sym_type_constraints_repeat1, + [33546] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4430), 24, + ACTIONS(4225), 25, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -515536,7 +515059,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4432), 30, + ACTIONS(4227), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -515544,6 +515067,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, @@ -515567,19 +515091,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33710] = 7, - ACTIONS(5758), 1, + [33611] = 7, + ACTIONS(8175), 1, + anon_sym_EQ, + ACTIONS(8177), 1, + anon_sym_LBRACE, + STATE(5336), 1, + sym_function_body, + STATE(5384), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4131), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4129), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [33684] = 7, + ACTIONS(5750), 1, anon_sym_LBRACE, - ACTIONS(5764), 1, + ACTIONS(5756), 1, anon_sym_where, - STATE(5300), 1, + STATE(5302), 1, sym_type_constraints, - STATE(5358), 1, + STATE(5329), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4218), 22, + ACTIONS(4202), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -515602,7 +515192,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4216), 30, + ACTIONS(4200), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -515633,15 +515223,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [33783] = 5, - ACTIONS(5770), 1, - anon_sym_LBRACE, - STATE(5199), 1, - sym_enum_class_body, + [33757] = 5, + ACTIONS(8367), 1, + anon_sym_COMMA, + STATE(4998), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4652), 24, + ACTIONS(4389), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -515666,14 +515256,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4654), 30, + ACTIONS(4391), 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, @@ -515697,17 +515287,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33852] = 3, + [33826] = 7, + ACTIONS(8175), 1, + anon_sym_EQ, + ACTIONS(8177), 1, + anon_sym_LBRACE, + STATE(5316), 1, + sym_function_body, + STATE(5384), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4545), 24, + ACTIONS(4141), 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, @@ -515726,9 +515322,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4543), 32, - anon_sym_COLON, - anon_sym_where, + ACTIONS(4139), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -515759,11 +515353,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [33917] = 3, + [33899] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4571), 25, + ACTIONS(4744), 25, anon_sym_as, anon_sym_EQ, anon_sym_by, @@ -515789,7 +515383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4573), 31, + ACTIONS(4746), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -515821,14 +515415,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [33982] = 3, + [33964] = 5, + ACTIONS(5818), 1, + anon_sym_LBRACE, + STATE(5154), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4678), 25, + ACTIONS(4200), 24, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -515851,12 +515448,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4681), 31, + ACTIONS(4202), 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, @@ -515883,20 +515479,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34047] = 5, - ACTIONS(5788), 1, + [34033] = 8, + ACTIONS(8227), 1, anon_sym_LBRACE, - STATE(5199), 1, - sym_class_body, + ACTIONS(8258), 1, + anon_sym_EQ, + ACTIONS(8370), 1, + anon_sym_COLON, + STATE(5082), 1, + sym__block, + STATE(5230), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4652), 24, + ACTIONS(4251), 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, @@ -515916,14 +515516,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4654), 30, + ACTIONS(4253), 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, @@ -515947,15 +515546,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34116] = 5, - ACTIONS(5770), 1, - anon_sym_LBRACE, - STATE(5192), 1, - sym_enum_class_body, + [34108] = 5, + ACTIONS(8372), 1, + anon_sym_COMMA, + STATE(5016), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4481), 24, + ACTIONS(4418), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -515980,14 +515579,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4483), 30, + ACTIONS(4420), 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, @@ -516011,15 +515610,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34185] = 5, - ACTIONS(5770), 1, - anon_sym_LBRACE, - STATE(5181), 1, - sym_enum_class_body, + [34177] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4567), 24, + ACTIONS(4555), 25, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -516044,11 +515640,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4569), 30, + ACTIONS(4557), 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, @@ -516075,31 +515672,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34254] = 9, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8329), 1, - anon_sym_EQ, - STATE(4699), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - STATE(5173), 1, - sym_type_constraints, + [34242] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4299), 21, + ACTIONS(4617), 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, @@ -516107,51 +515695,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4301), 29, + ACTIONS(4619), 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, - [34331] = 5, - ACTIONS(8389), 1, - anon_sym_COMMA, - STATE(5035), 1, - aux_sym__delegation_specifiers_repeat1, + [34307] = 5, + ACTIONS(5830), 1, + anon_sym_LBRACE, + STATE(5173), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4736), 24, + ACTIONS(3280), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -516176,14 +515767,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4738), 30, + ACTIONS(3284), 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, @@ -516207,78 +515798,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34400] = 7, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, + [34376] = 5, + ACTIONS(5830), 1, anon_sym_LBRACE, - STATE(5365), 1, - sym_function_body, - STATE(5420), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4441), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4439), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [34473] = 3, + STATE(5215), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4551), 25, - anon_sym_COLON, + ACTIONS(4477), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -516303,12 +515831,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4553), 31, + ACTIONS(4479), 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, @@ -516335,145 +515862,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34538] = 5, - ACTIONS(8391), 1, - anon_sym_COMMA, - STATE(5014), 1, - aux_sym__delegation_specifiers_repeat1, + [34445] = 5, + ACTIONS(5818), 1, + anon_sym_LBRACE, + STATE(5147), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4635), 23, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4633), 31, + ACTIONS(4243), 24, + anon_sym_as, + anon_sym_EQ, + 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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [34607] = 7, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, - anon_sym_LBRACE, - STATE(5346), 1, - sym_function_body, - STATE(5420), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4149), 22, + ACTIONS(4245), 30, sym__automatic_semicolon, - sym__string_start, + sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_STAR, + 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_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4147), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [34680] = 5, - ACTIONS(8394), 1, - anon_sym_COMMA, - STATE(5052), 1, - aux_sym_type_constraints_repeat1, + [34514] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4339), 24, + ACTIONS(4649), 25, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -516498,7 +515956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4341), 30, + ACTIONS(4651), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -516506,6 +515964,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, @@ -516529,209 +515988,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [34749] = 3, + [34579] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4748), 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_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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4746), 32, + ACTIONS(4559), 25, anon_sym_COLON, + anon_sym_as, + anon_sym_EQ, + 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [34814] = 7, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, - anon_sym_LBRACE, - STATE(5370), 1, - sym_function_body, - STATE(5420), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4301), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4299), 30, - 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_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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [34887] = 7, - ACTIONS(5758), 1, - anon_sym_LBRACE, - ACTIONS(5764), 1, - anon_sym_where, - STATE(5287), 1, - sym_type_constraints, - STATE(5381), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4483), 22, + ACTIONS(4561), 31, sym__automatic_semicolon, - sym__string_start, + sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_STAR, + 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_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4481), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [34960] = 5, - ACTIONS(5788), 1, + [34644] = 5, + ACTIONS(5830), 1, anon_sym_LBRACE, - STATE(5262), 1, + STATE(5118), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4547), 24, + ACTIONS(4489), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -516756,7 +516083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4549), 30, + ACTIONS(4491), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -516787,158 +516114,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35029] = 7, - ACTIONS(5758), 1, - anon_sym_LBRACE, - ACTIONS(5764), 1, - anon_sym_where, - STATE(5288), 1, - sym_type_constraints, - STATE(5399), 1, - sym_enum_class_body, + [34713] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4469), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4467), 30, - anon_sym_object, - anon_sym_fun, + ACTIONS(4631), 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_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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [35102] = 7, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(5780), 1, - anon_sym_LBRACE, - STATE(5289), 1, - sym_type_constraints, - STATE(5410), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4361), 22, + ACTIONS(4633), 31, sym__automatic_semicolon, - sym__string_start, + sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_STAR, + 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_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4359), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [35175] = 7, - ACTIONS(8104), 1, + [34778] = 9, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8200), 1, + ACTIONS(8325), 1, anon_sym_EQ, - STATE(4800), 1, + STATE(4740), 1, sym__block, - STATE(4838), 1, + STATE(4809), 1, sym_function_body, + STATE(5139), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4439), 23, + ACTIONS(4323), 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, @@ -516948,52 +516208,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4441), 29, + ACTIONS(4325), 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, - [35248] = 5, - ACTIONS(5770), 1, + [34855] = 5, + ACTIONS(5818), 1, anon_sym_LBRACE, - STATE(5246), 1, + STATE(5067), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3286), 24, + ACTIONS(4434), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -517018,7 +516277,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3290), 30, + ACTIONS(4436), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -517049,17 +516308,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35317] = 5, - ACTIONS(8389), 1, - anon_sym_COMMA, - STATE(5011), 1, - aux_sym__delegation_specifiers_repeat1, + [34924] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4684), 24, + ACTIONS(4669), 25, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -517082,7 +516338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4686), 30, + ACTIONS(4672), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -517090,6 +516346,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, @@ -517113,160 +516370,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35386] = 7, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(5780), 1, - anon_sym_LBRACE, - STATE(5315), 1, - sym_type_constraints, - STATE(5358), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4218), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4216), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [35459] = 7, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8200), 1, - anon_sym_EQ, - STATE(4699), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + [34989] = 5, + ACTIONS(8372), 1, + anon_sym_COMMA, + STATE(4998), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4299), 23, + ACTIONS(4408), 24, 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4301), 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, - [35532] = 7, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8200), 1, anon_sym_EQ, - STATE(4800), 1, - sym__block, - STATE(4824), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4295), 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, @@ -517281,13 +516403,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4297), 29, + ACTIONS(4410), 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, @@ -517311,17 +516434,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35605] = 5, - ACTIONS(5788), 1, - anon_sym_LBRACE, - STATE(5106), 1, - sym_class_body, + [35058] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 24, + ACTIONS(4758), 25, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -517344,11 +516464,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 30, + ACTIONS(4760), 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, @@ -517375,15 +516496,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35674] = 5, - ACTIONS(5788), 1, + [35123] = 5, + ACTIONS(5818), 1, anon_sym_LBRACE, - STATE(5102), 1, - sym_class_body, + STATE(5176), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4327), 24, + ACTIONS(4595), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -517408,7 +516529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4329), 30, + ACTIONS(4597), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -517439,19 +516560,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35743] = 7, - ACTIONS(8104), 1, + [35192] = 7, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8200), 1, + ACTIONS(8169), 1, anon_sym_EQ, - STATE(4775), 1, - sym_function_body, - STATE(4800), 1, + STATE(4740), 1, sym__block, + STATE(4750), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 23, + ACTIONS(4145), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -517475,7 +516596,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 29, + ACTIONS(4147), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -517505,21 +516626,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35816] = 4, - ACTIONS(7123), 1, - anon_sym_by, + [35265] = 7, + ACTIONS(8175), 1, + anon_sym_EQ, + ACTIONS(8177), 1, + anon_sym_LBRACE, + STATE(5310), 1, + sym_function_body, + STATE(5384), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4507), 24, + ACTIONS(4153), 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, @@ -517536,8 +516661,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4505), 31, - anon_sym_where, + ACTIONS(4151), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -517568,28 +516692,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [35883] = 7, - ACTIONS(8104), 1, + [35338] = 5, + ACTIONS(5830), 1, anon_sym_LBRACE, - ACTIONS(8200), 1, - anon_sym_EQ, - STATE(4730), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + STATE(5207), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 23, + ACTIONS(4339), 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, @@ -517604,13 +516725,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 29, + ACTIONS(4341), 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, @@ -517634,26 +516756,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [35956] = 9, - ACTIONS(5582), 1, + [35407] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4625), 25, + anon_sym_COLON, + anon_sym_as, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, anon_sym_where, - ACTIONS(8104), 1, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4627), 31, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_LBRACE, - ACTIONS(8329), 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, + [35472] = 8, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8325), 1, anon_sym_EQ, - STATE(4757), 1, - sym_function_body, - STATE(4800), 1, + ACTIONS(8374), 1, + anon_sym_COLON, + STATE(4740), 1, sym__block, - STATE(5250), 1, - sym_type_constraints, + STATE(4859), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 21, + ACTIONS(4231), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -517672,7 +516855,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 29, + ACTIONS(4233), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -517702,15 +516885,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36033] = 5, - ACTIONS(8396), 1, - anon_sym_COMMA, - STATE(5035), 1, - aux_sym__delegation_specifiers_repeat1, + [35547] = 5, + ACTIONS(5830), 1, + anon_sym_LBRACE, + STATE(5238), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4633), 24, + ACTIONS(4497), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -517735,14 +516918,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4635), 30, + ACTIONS(4499), 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, @@ -517766,19 +516949,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36102] = 7, - ACTIONS(8104), 1, + [35616] = 7, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8200), 1, + ACTIONS(8169), 1, anon_sym_EQ, - STATE(4757), 1, - sym_function_body, - STATE(4800), 1, + STATE(4740), 1, sym__block, + STATE(4774), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 23, + ACTIONS(4151), 23, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -517802,7 +516985,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 29, + ACTIONS(4153), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -517832,28 +517015,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36175] = 7, - ACTIONS(8104), 1, + [35689] = 5, + ACTIONS(5830), 1, anon_sym_LBRACE, - ACTIONS(8200), 1, - anon_sym_EQ, - STATE(4800), 1, - sym__block, - STATE(4871), 1, - sym_function_body, + STATE(5195), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4137), 23, + ACTIONS(4684), 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, @@ -517868,13 +517048,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4139), 29, + ACTIONS(4686), 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, @@ -517898,25 +517079,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36248] = 5, - ACTIONS(5788), 1, + [35758] = 7, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(5175), 1, - sym_class_body, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4700), 1, + sym_function_body, + STATE(4740), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3270), 24, + ACTIONS(4139), 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, @@ -517931,14 +517115,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3274), 30, - sym__automatic_semicolon, + ACTIONS(4141), 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, @@ -517962,12 +517145,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36317] = 3, + [35831] = 5, + ACTIONS(8376), 1, + anon_sym_COMMA, + STATE(5051), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4563), 25, - anon_sym_COLON, + ACTIONS(4704), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -517992,7 +517178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4565), 31, + ACTIONS(4706), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -518000,7 +517186,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, @@ -518024,87 +517209,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36382] = 5, - ACTIONS(8382), 1, - anon_sym_COMMA, - STATE(4986), 1, - aux_sym__delegation_specifiers_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4686), 23, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, + [35900] = 6, + ACTIONS(5486), 1, 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4684), 31, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [36451] = 4, - ACTIONS(8355), 1, - anon_sym_by, + ACTIONS(8378), 1, + anon_sym_COLON, + STATE(4728), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4505), 24, + ACTIONS(4422), 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, @@ -518119,15 +517244,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4507), 31, - sym__automatic_semicolon, + ACTIONS(4424), 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, @@ -518151,14 +517274,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36518] = 3, + [35971] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4728), 25, + ACTIONS(4663), 25, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, - anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -518181,7 +517304,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4730), 31, + ACTIONS(4665), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -518213,11 +517336,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36583] = 3, + [36036] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4762), 25, + ACTIONS(4748), 25, anon_sym_as, anon_sym_EQ, anon_sym_by, @@ -518243,7 +517366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4765), 31, + ACTIONS(4751), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -518275,79 +517398,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36648] = 7, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(5780), 1, + [36101] = 5, + ACTIONS(5818), 1, anon_sym_LBRACE, - STATE(5312), 1, - sym_type_constraints, - STATE(5361), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4495), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4493), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [36721] = 4, - STATE(5035), 1, - aux_sym__delegation_specifiers_repeat1, + STATE(5077), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4736), 24, + ACTIONS(4643), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -518372,12 +517431,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4738), 31, + ACTIONS(4645), 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, @@ -518404,21 +517462,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36788] = 8, - ACTIONS(8104), 1, + [36170] = 8, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8329), 1, + ACTIONS(8325), 1, anon_sym_EQ, - ACTIONS(8399), 1, + ACTIONS(8380), 1, anon_sym_COLON, - STATE(4800), 1, + STATE(4740), 1, sym__block, - STATE(4802), 1, + STATE(4741), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4229), 22, + ACTIONS(4206), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -518441,7 +517499,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4231), 29, + ACTIONS(4208), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -518471,19 +517529,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36863] = 6, - ACTIONS(5598), 1, + [36245] = 7, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8401), 1, - anon_sym_COLON, - STATE(4774), 1, - sym_class_body, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4748), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4497), 24, + ACTIONS(4319), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -518506,7 +517565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4499), 29, + ACTIONS(4321), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -518536,91 +517595,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [36934] = 7, - ACTIONS(5758), 1, - anon_sym_LBRACE, - ACTIONS(5764), 1, - anon_sym_where, - STATE(5309), 1, - sym_type_constraints, - STATE(5363), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4465), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4463), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [37007] = 5, - ACTIONS(5770), 1, + [36318] = 7, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(5106), 1, - sym_enum_class_body, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4809), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 24, + ACTIONS(4323), 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, @@ -518635,14 +517631,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 30, - sym__automatic_semicolon, + ACTIONS(4325), 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, @@ -518666,139 +517661,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37076] = 3, + [36391] = 5, + ACTIONS(8382), 1, + anon_sym_COMMA, + STATE(5053), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4670), 25, - anon_sym_as, - anon_sym_EQ, - anon_sym_by, - anon_sym_LT, - anon_sym_GT, + ACTIONS(4716), 23, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4714), 31, 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_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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4672), 31, + [36460] = 7, + ACTIONS(8175), 1, + anon_sym_EQ, + ACTIONS(8177), 1, + anon_sym_LBRACE, + STATE(5384), 1, + sym__block, + STATE(5394), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4147), 22, 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, - 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [37141] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4750), 25, - anon_sym_COLON, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, + ACTIONS(4145), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4752), 31, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, + [36533] = 5, + ACTIONS(5818), 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, - [37206] = 5, - ACTIONS(8394), 1, - anon_sym_COMMA, - STATE(5001), 1, - aux_sym_type_constraints_repeat1, + STATE(5173), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4424), 24, + ACTIONS(3280), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -518823,14 +517824,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4426), 30, + ACTIONS(3284), 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, @@ -518854,27 +517855,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37275] = 6, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(8403), 1, - anon_sym_COLON, - STATE(4749), 1, - sym_class_body, + [36602] = 4, + STATE(4992), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4349), 24, + ACTIONS(4714), 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, @@ -518889,13 +517886,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4351), 29, + ACTIONS(4716), 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, @@ -518919,23 +517918,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37346] = 7, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, - anon_sym_LBRACE, - STATE(5406), 1, - sym_function_body, - STATE(5420), 1, - sym__block, + [36669] = 5, + ACTIONS(8384), 1, + anon_sym_COMMA, + STATE(4972), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4185), 22, + ACTIONS(4410), 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_STAR, @@ -518954,7 +517951,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4183), 30, + ACTIONS(4408), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -518985,22 +517982,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [37419] = 3, + [36738] = 6, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(8386), 1, + anon_sym_COLON, + STATE(4744), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4754), 25, - anon_sym_COLON, + ACTIONS(4450), 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, @@ -519015,15 +518017,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4756), 31, - sym__automatic_semicolon, + ACTIONS(4452), 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, @@ -519047,17 +518047,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37484] = 5, + [36809] = 7, + ACTIONS(5756), 1, + anon_sym_where, ACTIONS(5770), 1, anon_sym_LBRACE, - STATE(5118), 1, - sym_enum_class_body, + STATE(5265), 1, + sym_type_constraints, + STATE(5412), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4214), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4212), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [36882] = 4, + ACTIONS(7037), 1, + anon_sym_by, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4398), 24, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4396), 31, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [36949] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 24, + ACTIONS(4730), 25, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -519080,11 +518206,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3282), 30, + ACTIONS(4732), 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, @@ -519111,17 +518238,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37553] = 5, - ACTIONS(5788), 1, - anon_sym_LBRACE, - STATE(5171), 1, - sym_class_body, + [37014] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4355), 24, + ACTIONS(4700), 25, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -519144,11 +518268,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4357), 30, + ACTIONS(4702), 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, @@ -519175,19 +518300,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37622] = 7, - ACTIONS(5758), 1, - anon_sym_LBRACE, - ACTIONS(5764), 1, + [37079] = 7, + ACTIONS(5756), 1, anon_sym_where, - STATE(5266), 1, + ACTIONS(5770), 1, + anon_sym_LBRACE, + STATE(5301), 1, sym_type_constraints, - STATE(5410), 1, - sym_enum_class_body, + STATE(5333), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4361), 22, + ACTIONS(4491), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -519210,7 +518335,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4359), 30, + ACTIONS(4489), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -519241,31 +518366,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [37695] = 9, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, + [37152] = 5, + ACTIONS(5830), 1, anon_sym_LBRACE, - ACTIONS(8329), 1, - anon_sym_EQ, - STATE(4730), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - STATE(5188), 1, - sym_type_constraints, + STATE(5251), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 21, + ACTIONS(4621), 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, @@ -519273,59 +518392,58 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 29, + ACTIONS(4623), 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, - [37772] = 7, - ACTIONS(5764), 1, - anon_sym_where, - ACTIONS(5780), 1, - anon_sym_LBRACE, - STATE(5294), 1, - sym_type_constraints, - STATE(5363), 1, - sym_class_body, + [37221] = 5, + ACTIONS(8382), 1, + anon_sym_COMMA, + STATE(5036), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4465), 22, + ACTIONS(4706), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -519344,7 +518462,8 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4463), 30, + ACTIONS(4704), 31, + anon_sym_where, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -519375,19 +518494,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [37845] = 7, - ACTIONS(5758), 1, + [37290] = 7, + ACTIONS(5750), 1, anon_sym_LBRACE, - ACTIONS(5764), 1, + ACTIONS(5756), 1, anon_sym_where, - STATE(5293), 1, + STATE(5300), 1, sym_type_constraints, - STATE(5415), 1, + STATE(5342), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4323), 22, + ACTIONS(4436), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -519410,7 +518529,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4321), 30, + ACTIONS(4434), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -519441,17 +518560,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [37918] = 5, - ACTIONS(5788), 1, - anon_sym_LBRACE, - STATE(5138), 1, - sym_class_body, + [37363] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4555), 24, + ACTIONS(4696), 25, anon_sym_as, anon_sym_EQ, + anon_sym_by, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -519474,11 +518590,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4557), 30, + ACTIONS(4698), 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, @@ -519505,24 +518622,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [37987] = 8, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8261), 1, - anon_sym_EQ, - ACTIONS(8405), 1, - anon_sym_COLON, - STATE(5091), 1, - sym__block, - STATE(5163), 1, - sym_function_body, + [37428] = 5, + ACTIONS(8376), 1, + anon_sym_COMMA, + STATE(4992), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4275), 22, + ACTIONS(4714), 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, @@ -519542,11 +518655,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4277), 29, + ACTIONS(4716), 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, @@ -519572,89 +518686,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [38062] = 7, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8200), 1, - anon_sym_EQ, - STATE(4800), 1, - sym__block, - STATE(4881), 1, - sym_function_body, + [37497] = 5, + ACTIONS(8384), 1, + anon_sym_COMMA, + STATE(5040), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4443), 23, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4420), 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_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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4418), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4445), 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, - [38135] = 7, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, - anon_sym_LBRACE, - STATE(5404), 1, - sym_function_body, - STATE(5420), 1, - sym__block, + [37566] = 5, + ACTIONS(8388), 1, + anon_sym_COMMA, + STATE(5053), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4162), 22, + ACTIONS(4679), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -519673,7 +518782,8 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4160), 30, + ACTIONS(4677), 31, + anon_sym_where, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -519704,22 +518814,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [38208] = 3, + [37635] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8169), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4828), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4559), 25, - anon_sym_COLON, + ACTIONS(4485), 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, @@ -519734,15 +518850,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4561), 31, - sym__automatic_semicolon, + ACTIONS(4487), 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, @@ -519766,77 +518880,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [38273] = 7, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8200), 1, + [37708] = 7, + ACTIONS(8175), 1, anon_sym_EQ, - STATE(4763), 1, + ACTIONS(8177), 1, + anon_sym_LBRACE, + STATE(5350), 1, sym_function_body, - STATE(4800), 1, + STATE(5384), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4307), 23, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4321), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4319), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4309), 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, - [38346] = 3, + [37781] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4746), 25, + ACTIONS(4722), 25, anon_sym_COLON, anon_sym_as, anon_sym_EQ, @@ -519862,7 +518976,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4748), 31, + ACTIONS(4724), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -519894,152 +519008,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [38411] = 5, - ACTIONS(5788), 1, + [37846] = 7, + ACTIONS(5756), 1, + anon_sym_where, + ACTIONS(5770), 1, anon_sym_LBRACE, - STATE(5118), 1, + STATE(5296), 1, + sym_type_constraints, + STATE(5408), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(3282), 30, + ACTIONS(4245), 22, 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, - 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [38480] = 7, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8200), 1, - anon_sym_EQ, - STATE(4800), 1, - sym__block, - STATE(4886), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4447), 23, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4243), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4449), 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, - [38553] = 7, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8261), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5178), 1, - sym_function_body, + [37919] = 4, + ACTIONS(8306), 1, + anon_sym_by, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 22, + 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, @@ -520059,13 +519105,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 29, + ACTIONS(4398), 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, @@ -520089,135 +519137,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [38625] = 3, + [37986] = 7, + ACTIONS(5750), 1, + anon_sym_LBRACE, + ACTIONS(5756), 1, + anon_sym_where, + STATE(5297), 1, + sym_type_constraints, + STATE(5351), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4938), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4940), 31, + ACTIONS(4503), 22, 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, - 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [38689] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4439), 24, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, + ACTIONS(4501), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4441), 31, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, + [38059] = 5, + ACTIONS(5830), 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, - [38753] = 4, - ACTIONS(8407), 1, - anon_sym_LPAREN, + STATE(5077), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4267), 24, + ACTIONS(4643), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -520242,13 +519236,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4265), 30, + ACTIONS(4645), 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, @@ -520273,27 +519267,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [38819] = 7, - ACTIONS(8223), 1, + [38128] = 9, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8261), 1, + ACTIONS(8325), 1, anon_sym_EQ, - STATE(5091), 1, + STATE(4740), 1, sym__block, - STATE(5141), 1, + STATE(4750), 1, sym_function_body, + STATE(5159), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4137), 22, + ACTIONS(4145), 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, @@ -520301,48 +519299,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4139), 29, - sym__automatic_semicolon, + ACTIONS(4147), 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, - [38891] = 3, + [38205] = 5, + ACTIONS(5830), 1, + anon_sym_LBRACE, + STATE(5147), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4275), 24, + ACTIONS(4243), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -520367,12 +519368,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4277), 31, + ACTIONS(4245), 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, @@ -520399,11 +519399,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [38955] = 3, + [38274] = 7, + ACTIONS(8175), 1, + anon_sym_EQ, + ACTIONS(8177), 1, + anon_sym_LBRACE, + STATE(5356), 1, + sym_function_body, + STATE(5384), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4798), 24, + ACTIONS(4325), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4323), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [38347] = 5, + ACTIONS(5818), 1, + anon_sym_LBRACE, + STATE(5148), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4501), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -520428,12 +519498,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4800), 31, + ACTIONS(4503), 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, @@ -520460,21 +519529,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39019] = 6, - ACTIONS(5788), 1, - anon_sym_LBRACE, - ACTIONS(8409), 1, - anon_sym_COLON, - STATE(5172), 1, - sym_class_body, + [38416] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4497), 23, + ACTIONS(5143), 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, @@ -520494,13 +519558,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4499), 29, + ACTIONS(5145), 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, @@ -520524,11 +519590,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39089] = 3, + [38480] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4137), 24, + ACTIONS(4938), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -520553,7 +519619,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4139), 31, + ACTIONS(4940), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -520585,28 +519651,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39153] = 7, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8329), 1, - anon_sym_EQ, - STATE(4800), 1, - sym__block, - STATE(4871), 1, - sym_function_body, + [38544] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4137), 22, + ACTIONS(4501), 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, @@ -520614,47 +519673,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4139), 29, + ACTIONS(4503), 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, - [39225] = 3, + [38608] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4846), 24, + ACTIONS(5036), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -520679,7 +519741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4848), 31, + ACTIONS(5038), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -520711,16 +519773,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39289] = 3, + [38672] = 7, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8258), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5250), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4962), 24, + ACTIONS(4139), 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, @@ -520740,15 +519808,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4964), 31, + ACTIONS(4141), 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, @@ -520772,11 +519838,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39353] = 3, + [38744] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5161), 24, + ACTIONS(4603), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -520784,7 +519850,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, @@ -520801,7 +519866,8 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5159), 31, + ACTIONS(4601), 32, + anon_sym_COLON, anon_sym_where, anon_sym_object, anon_sym_fun, @@ -520833,16 +519899,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [39417] = 3, + [38808] = 7, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8258), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5135), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4477), 24, + ACTIONS(4319), 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, @@ -520862,15 +519934,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4479), 31, + ACTIONS(4321), 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, @@ -520894,11 +519964,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39481] = 3, + [38880] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5165), 24, + ACTIONS(5062), 24, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -520923,7 +519993,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5163), 31, + ACTIONS(5060), 31, anon_sym_where, anon_sym_object, anon_sym_fun, @@ -520955,133 +520025,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [39545] = 3, + [38944] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5181), 24, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(5179), 31, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [39609] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5185), 24, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(5183), 31, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [39673] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4910), 24, + ACTIONS(4319), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -521106,7 +520054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4912), 31, + ACTIONS(4321), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -521138,28 +520086,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39737] = 7, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8329), 1, - anon_sym_EQ, - STATE(4757), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + [39008] = 4, + ACTIONS(6670), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 22, + ACTIONS(4295), 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, @@ -521167,47 +520110,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 29, + ACTIONS(4298), 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_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, - [39809] = 3, + [39074] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4794), 24, + ACTIONS(4926), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -521232,7 +520177,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4796), 31, + ACTIONS(4928), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -521264,11 +520209,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39873] = 3, + [39138] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5095), 24, + ACTIONS(5048), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -521293,7 +520238,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5097), 31, + ACTIONS(5050), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -521325,72 +520270,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [39937] = 3, + [39202] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4760), 23, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4758), 32, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [40001] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5103), 24, + ACTIONS(5052), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -521415,7 +520299,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5105), 31, + ACTIONS(5054), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -521447,11 +520331,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40065] = 3, + [39266] = 4, + ACTIONS(6666), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5089), 24, + ACTIONS(4281), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -521476,14 +520362,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5091), 31, + ACTIONS(4284), 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, @@ -521508,22 +520393,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40129] = 7, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8261), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5167), 1, - sym_function_body, + [39332] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4447), 22, + ACTIONS(4458), 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, @@ -521543,13 +520422,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4449), 29, + ACTIONS(4460), 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, @@ -521573,11 +520454,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40201] = 3, + [39396] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4790), 24, + ACTIONS(1810), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -521602,7 +520483,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4792), 31, + ACTIONS(1812), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -521634,11 +520515,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40265] = 3, + [39460] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4660), 24, + ACTIONS(1796), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -521663,7 +520544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4662), 31, + ACTIONS(1798), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -521695,28 +520576,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40329] = 7, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8329), 1, - anon_sym_EQ, - STATE(4763), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + [39524] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4307), 22, + ACTIONS(4942), 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, @@ -521724,108 +520598,172 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4309), 29, + ACTIONS(4944), 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, - [40401] = 3, + [39588] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4094), 24, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, + ACTIONS(5024), 24, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(5022), 31, 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_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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4096), 31, + [39652] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4557), 23, 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, - 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [40465] = 3, + ACTIONS(4555), 32, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [39716] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5107), 24, + ACTIONS(1790), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -521850,7 +520788,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5109), 31, + ACTIONS(1792), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -521882,11 +520820,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40529] = 3, + [39780] = 4, + ACTIONS(8391), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5199), 24, + ACTIONS(4930), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -521897,7 +520837,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, @@ -521911,7 +520850,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5201), 31, + ACTIONS(4932), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -521943,11 +520882,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40593] = 3, + [39846] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4355), 24, + ACTIONS(4922), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -521972,7 +520911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4357), 31, + ACTIONS(4924), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -522004,11 +520943,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40657] = 3, + [39910] = 5, + ACTIONS(8391), 1, + anon_sym_else, + ACTIONS(8393), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4970), 24, + ACTIONS(4930), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -522019,7 +520962,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, @@ -522033,7 +520975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4972), 31, + ACTIONS(4932), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -522042,7 +520984,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, @@ -522065,11 +521006,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40721] = 3, + [39978] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4888), 24, + ACTIONS(5040), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -522094,7 +521035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4890), 31, + ACTIONS(5042), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -522126,28 +521067,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40785] = 5, - ACTIONS(4812), 1, - anon_sym_EQ, + [40042] = 8, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(5508), 1, + anon_sym_LBRACE, + ACTIONS(8395), 1, + anon_sym_COLON, + STATE(4686), 1, + sym_type_constraints, + STATE(4717), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4814), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4477), 23, + ACTIONS(4243), 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, @@ -522155,23 +521097,24 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4479), 26, - sym__automatic_semicolon, + ACTIONS(4245), 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, @@ -522184,16 +521127,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, - [40853] = 3, + [40116] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4463), 24, + ACTIONS(123), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -522218,7 +521162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4465), 31, + ACTIONS(121), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -522250,13 +521194,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40917] = 4, - ACTIONS(8411), 1, - anon_sym_LPAREN, + [40180] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4289), 24, + ACTIONS(5060), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -522281,13 +521223,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4287), 30, + ACTIONS(5062), 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, @@ -522312,11 +521255,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [40983] = 3, + [40244] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1796), 24, + ACTIONS(4104), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -522341,7 +521284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1798), 31, + ACTIONS(4106), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -522373,13 +521316,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41047] = 4, - ACTIONS(8413), 1, - anon_sym_LPAREN, + [40308] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4874), 24, + ACTIONS(1818), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -522404,13 +521345,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4876), 30, + ACTIONS(1820), 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, @@ -522435,23 +521377,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41113] = 4, - ACTIONS(8415), 1, + [40372] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4980), 24, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4978), 31, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [40436] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8325), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4795), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4892), 24, + ACTIONS(4481), 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, @@ -522459,49 +521467,47 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4894), 30, - sym__automatic_semicolon, + ACTIONS(4483), 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, - [41179] = 3, + [40508] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4565), 23, + ACTIONS(4398), 24, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -522509,6 +521515,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, @@ -522525,8 +521532,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4563), 32, - anon_sym_COLON, + ACTIONS(4396), 31, anon_sym_where, anon_sym_object, anon_sym_fun, @@ -522558,11 +521564,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [41243] = 3, + [40572] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3113), 24, + ACTIONS(4766), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -522587,7 +521593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3115), 31, + ACTIONS(4768), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -522619,11 +521625,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41307] = 3, + [40636] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4786), 24, + ACTIONS(4679), 24, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4677), 31, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [40700] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4972), 24, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4970), 31, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [40764] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3274), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -522648,7 +521776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4788), 31, + ACTIONS(3278), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -522680,11 +521808,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41371] = 3, + [40828] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4918), 24, + ACTIONS(3280), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -522709,7 +521837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4920), 31, + ACTIONS(3284), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -522741,15 +521869,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41435] = 4, - ACTIONS(8417), 1, - anon_sym_COLON_COLON, + [40892] = 5, + ACTIONS(5177), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5024), 24, + ACTIONS(5179), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4343), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -522772,7 +521905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5026), 30, + ACTIONS(4345), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -522787,11 +521920,7 @@ static const uint16_t ts_small_parse_table[] = { 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_COLON_COLON, anon_sym_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, @@ -522803,11 +521932,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41501] = 3, + [40960] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4964), 24, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4962), 31, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [41024] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5163), 24, + ACTIONS(5123), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -522832,7 +522022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5165), 31, + ACTIONS(5125), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -522864,28 +522054,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41565] = 7, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8329), 1, - anon_sym_EQ, - STATE(4800), 1, - sym__block, - STATE(4886), 1, - sym_function_body, + [41088] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4447), 22, + ACTIONS(5199), 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, @@ -522893,47 +522076,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4449), 29, + ACTIONS(5201), 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, - [41637] = 3, + [41152] = 4, + ACTIONS(8397), 1, + anon_sym_COLON_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 24, + ACTIONS(5110), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -522958,7 +522146,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 31, + ACTIONS(5112), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -522973,7 +522161,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, @@ -522990,74 +522177,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41701] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5189), 24, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(5187), 31, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [41765] = 4, - ACTIONS(6690), 1, - anon_sym_LPAREN, + [41218] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4281), 24, + ACTIONS(5032), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -523082,13 +522206,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4284), 30, + ACTIONS(5034), 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, @@ -523113,22 +522238,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41831] = 7, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8261), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5140), 1, - sym_function_body, + [41282] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4443), 22, + ACTIONS(5157), 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, @@ -523148,13 +522267,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4445), 29, + ACTIONS(5159), 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, @@ -523178,16 +522299,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41903] = 3, + [41346] = 7, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8258), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5213), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5175), 24, + ACTIONS(4151), 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, @@ -523207,15 +522334,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5177), 31, + ACTIONS(4153), 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, @@ -523239,21 +522364,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [41967] = 3, + [41418] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8325), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4750), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 24, + ACTIONS(4145), 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, @@ -523261,50 +522393,47 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3282), 31, - sym__automatic_semicolon, + ACTIONS(4147), 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, - [42031] = 3, + [41490] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4880), 24, + ACTIONS(4151), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -523329,7 +522458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4882), 31, + ACTIONS(4153), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -523361,11 +522490,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42095] = 3, + [41554] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4782), 24, + ACTIONS(4866), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -523390,7 +522519,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4784), 31, + ACTIONS(4868), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -523422,144 +522551,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42159] = 4, - ACTIONS(6684), 1, - anon_sym_LPAREN, + [41618] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4259), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4262), 30, + ACTIONS(4756), 25, 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, 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_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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [42225] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5187), 24, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, + ACTIONS(4754), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(5189), 31, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, + [41682] = 8, + ACTIONS(5486), 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, - [42289] = 3, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(6182), 1, + anon_sym_COLON, + STATE(4616), 1, + sym_type_constraints, + STATE(4708), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5043), 24, + ACTIONS(3290), 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, @@ -523567,50 +522642,47 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5045), 31, - sym__automatic_semicolon, + ACTIONS(3294), 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, - [42353] = 3, + [41756] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4946), 24, + ACTIONS(5080), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -523635,7 +522707,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4948), 31, + ACTIONS(5082), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -523667,11 +522739,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42417] = 3, + [41820] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5051), 24, + ACTIONS(4343), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -523696,7 +522768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5053), 31, + ACTIONS(4345), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -523728,11 +522800,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42481] = 3, + [41884] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3270), 24, + ACTIONS(4643), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -523757,7 +522829,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3274), 31, + ACTIONS(4645), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -523789,136 +522861,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42545] = 6, - ACTIONS(5055), 1, - anon_sym_EQ, - ACTIONS(8417), 1, - anon_sym_COLON_COLON, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5057), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(5024), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(5026), 25, - 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_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, - [42615] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4432), 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_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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4430), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [42679] = 3, + [41948] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1790), 24, + ACTIONS(5022), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -523943,7 +522890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1792), 31, + ACTIONS(5024), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -523975,11 +522922,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42743] = 3, + [42012] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4633), 24, + ACTIONS(5044), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -524004,7 +522951,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4635), 31, + ACTIONS(5046), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -524036,16 +522983,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42807] = 3, + [42076] = 7, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8258), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5166), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5183), 24, + ACTIONS(4323), 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, @@ -524065,15 +523018,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5185), 31, + ACTIONS(4325), 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, @@ -524097,72 +523048,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42871] = 3, + [42148] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4507), 24, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4505), 31, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [42935] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5219), 24, + ACTIONS(5028), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -524187,7 +523077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5221), 31, + ACTIONS(5030), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -524219,11 +523109,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [42999] = 3, + [42212] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4870), 24, + ACTIONS(4396), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -524248,7 +523138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4872), 31, + ACTIONS(4398), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -524280,11 +523170,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43063] = 3, + [42276] = 4, + ACTIONS(8400), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4447), 24, + ACTIONS(4289), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -524309,14 +523201,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4449), 31, + ACTIONS(4287), 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, @@ -524341,74 +523232,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43127] = 3, + [42342] = 5, + ACTIONS(5102), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4149), 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(5104), 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, - [43191] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5073), 24, + ACTIONS(4458), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -524431,7 +523268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5075), 31, + ACTIONS(4460), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -524447,11 +523284,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, @@ -524463,11 +523295,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43255] = 3, + [42410] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5213), 24, + ACTIONS(5131), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -524492,7 +523324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5215), 31, + ACTIONS(5133), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -524524,11 +523356,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43319] = 3, + [42474] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3344), 24, + ACTIONS(4497), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -524553,7 +523385,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3346), 31, + ACTIONS(4499), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -524585,11 +523417,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43383] = 3, + [42538] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5209), 24, + ACTIONS(4878), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -524614,7 +523446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5211), 31, + ACTIONS(4880), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -524646,11 +523478,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43447] = 3, + [42602] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5205), 24, + ACTIONS(4886), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -524675,7 +523507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5207), 31, + ACTIONS(4888), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -524707,22 +523539,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43511] = 6, - ACTIONS(4004), 1, - anon_sym_EQ, - ACTIONS(7295), 1, + [42666] = 4, + ACTIONS(8402), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4259), 23, + ACTIONS(4303), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -524745,7 +523570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4262), 25, + ACTIONS(4301), 30, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -524760,6 +523585,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, @@ -524771,75 +523601,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43581] = 6, - ACTIONS(5780), 1, - anon_sym_LBRACE, - ACTIONS(8420), 1, - anon_sym_COLON, - STATE(5336), 1, - sym_class_body, + [42732] = 4, + ACTIONS(8404), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4499), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4497), 30, - anon_sym_object, - anon_sym_fun, + ACTIONS(4838), 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_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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [43651] = 3, + ACTIONS(4840), 30, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + 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, + [42798] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5167), 24, + ACTIONS(4818), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -524864,7 +523692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5169), 31, + ACTIONS(4820), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -524896,11 +523724,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43715] = 3, + [42862] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4866), 24, + ACTIONS(4882), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -524925,7 +523753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4868), 31, + ACTIONS(4884), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -524957,75 +523785,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43779] = 6, - ACTIONS(5780), 1, - anon_sym_LBRACE, - ACTIONS(8422), 1, - anon_sym_COLON, - STATE(5375), 1, - sym_class_body, + [42926] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4351), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4349), 30, - anon_sym_object, - anon_sym_fun, + ACTIONS(4844), 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_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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [43849] = 3, + ACTIONS(4846), 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, + [42990] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1802), 24, + ACTIONS(4323), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -525050,7 +523875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1804), 31, + ACTIONS(4325), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -525082,11 +523907,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43913] = 3, + [43054] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4505), 24, + ACTIONS(4046), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -525111,7 +523936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4507), 31, + ACTIONS(4048), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -525143,20 +523968,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [43977] = 5, - ACTIONS(5020), 1, - anon_sym_EQ, + [43118] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5022), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4451), 23, + ACTIONS(3121), 24, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -525179,7 +523997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4453), 26, + ACTIONS(3123), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -525195,6 +524013,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, @@ -525206,11 +524029,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44045] = 3, + [43182] = 4, + ACTIONS(8406), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3286), 24, + ACTIONS(4848), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -525235,14 +524060,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3290), 31, + ACTIONS(4850), 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, @@ -525267,21 +524091,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44109] = 3, + [43248] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8325), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4828), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3992), 24, + ACTIONS(4485), 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, @@ -525289,50 +524120,47 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3994), 31, - sym__automatic_semicolon, + ACTIONS(4487), 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, - [44173] = 3, + [43320] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5020), 24, + ACTIONS(5135), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -525357,7 +524185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5022), 31, + ACTIONS(5137), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -525389,13 +524217,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44237] = 3, + [43384] = 6, + ACTIONS(5139), 1, + anon_sym_EQ, + ACTIONS(8397), 1, + anon_sym_COLON_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4854), 24, + ACTIONS(5141), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(5110), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -525418,7 +524255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4856), 31, + ACTIONS(5112), 25, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -525433,12 +524270,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, @@ -525450,15 +524281,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44301] = 4, - ACTIONS(8424), 1, - anon_sym_LT, + [43454] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5051), 23, + ACTIONS(4854), 24, anon_sym_as, anon_sym_EQ, + anon_sym_LT, anon_sym_GT, anon_sym_where, anon_sym_DOT, @@ -525480,7 +524310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5053), 31, + ACTIONS(4856), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -525512,11 +524342,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44367] = 3, + [43518] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1584), 24, + ACTIONS(4974), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -525541,7 +524371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1582), 31, + ACTIONS(4976), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -525573,11 +524403,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44431] = 3, + [43582] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4922), 24, + ACTIONS(4858), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -525602,7 +524432,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4924), 31, + ACTIONS(4860), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -525634,7 +524464,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44495] = 3, + [43646] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, @@ -525695,11 +524525,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44559] = 3, + [43710] = 8, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8408), 1, + anon_sym_COLON, + STATE(4634), 1, + sym_type_constraints, + STATE(4767), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4443), 24, + ACTIONS(4212), 21, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4214), 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, + [43784] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4477), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -525724,7 +524620,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4445), 31, + ACTIONS(4479), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -525756,22 +524652,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44623] = 7, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8261), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5240), 1, - sym_function_body, + [43848] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 22, + ACTIONS(4595), 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, @@ -525791,13 +524681,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 29, + ACTIONS(4597), 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, @@ -525821,11 +524713,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44695] = 3, + [43912] = 8, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8410), 1, + anon_sym_COLON, + STATE(4617), 1, + sym_type_constraints, + STATE(4717), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5125), 24, + ACTIONS(4243), 21, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4245), 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, + [43986] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4822), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -525850,7 +524808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5127), 31, + ACTIONS(4824), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -525882,13 +524840,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44759] = 3, + [44050] = 6, + ACTIONS(3976), 1, + anon_sym_EQ, + ACTIONS(7201), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5047), 24, + ACTIONS(3981), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4295), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_where, @@ -525911,27 +524878,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5049), 31, + ACTIONS(4298), 25, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + 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_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, + [44120] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8325), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4859), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4231), 22, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4233), 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, + [44192] = 6, + ACTIONS(3976), 1, + anon_sym_EQ, + ACTIONS(7287), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3981), 5, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, + ACTIONS(4281), 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_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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4284), 25, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + 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_BANG_EQ_EQ, anon_sym_EQ_EQ_EQ, anon_sym_LT_EQ, @@ -525943,11 +525033,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44823] = 3, + [44262] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5031), 24, + ACTIONS(4434), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -525972,7 +525062,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5033), 31, + ACTIONS(4436), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -526004,11 +525094,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44887] = 3, + [44326] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4028), 24, + ACTIONS(5187), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -526033,7 +525123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4030), 31, + ACTIONS(5189), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -526065,21 +525155,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [44951] = 6, - ACTIONS(4004), 1, + [44390] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8325), 1, anon_sym_EQ, - ACTIONS(7291), 1, - anon_sym_LPAREN, + STATE(4740), 1, + sym__block, + STATE(4774), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4281), 23, + ACTIONS(4151), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -526087,8 +525175,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, @@ -526096,22 +525184,24 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4284), 25, - sym__automatic_semicolon, + ACTIONS(4153), 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, @@ -526124,16 +525214,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, - [45021] = 3, + [44462] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5067), 24, + ACTIONS(5127), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -526158,7 +525249,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5069), 31, + ACTIONS(5129), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -526190,11 +525281,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [45085] = 3, + [44526] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4493), 24, + ACTIONS(5177), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -526219,7 +525310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4495), 31, + ACTIONS(5179), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -526251,21 +525342,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [45149] = 3, + [44590] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8325), 1, + anon_sym_EQ, + STATE(4700), 1, + sym_function_body, + STATE(4740), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4850), 24, + ACTIONS(4139), 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, @@ -526273,67 +525371,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4852), 31, - sym__automatic_semicolon, + ACTIONS(4141), 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, - [45213] = 7, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8329), 1, - anon_sym_EQ, - STATE(4800), 1, - sym__block, - STATE(4838), 1, - sym_function_body, + [44662] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4439), 22, + ACTIONS(3420), 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, @@ -526341,47 +525429,114 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4441), 29, + ACTIONS(3422), 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, - [45285] = 3, + [44726] = 6, + ACTIONS(5770), 1, + anon_sym_LBRACE, + ACTIONS(8412), 1, + anon_sym_COLON, + STATE(5393), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4974), 24, + ACTIONS(4452), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4450), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [44796] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4139), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -526406,7 +525561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4976), 31, + ACTIONS(4141), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -526438,21 +525593,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [45349] = 3, + [44860] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4561), 23, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4559), 32, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [44924] = 8, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(5508), 1, + anon_sym_LBRACE, + ACTIONS(6184), 1, + anon_sym_COLON, + STATE(4631), 1, + sym_type_constraints, + STATE(4868), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4327), 24, + ACTIONS(3274), 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, @@ -526460,60 +525684,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4329), 31, - sym__automatic_semicolon, + ACTIONS(3278), 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, - [45413] = 3, + [44998] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8325), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4784), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4778), 24, + ACTIONS(4493), 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, @@ -526521,50 +525749,47 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4780), 31, - sym__automatic_semicolon, + ACTIONS(4495), 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, - [45477] = 3, + [45070] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5039), 24, + ACTIONS(4485), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -526589,7 +525814,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5041), 31, + ACTIONS(4487), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -526621,11 +525846,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [45541] = 3, + [45134] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 24, + ACTIONS(4251), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -526650,7 +525875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 31, + ACTIONS(4253), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -526682,22 +525907,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [45605] = 7, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8261), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5174), 1, - sym_function_body, + [45198] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4439), 22, + ACTIONS(5076), 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, @@ -526717,13 +525936,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4441), 29, + ACTIONS(5078), 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, @@ -526747,11 +525968,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [45677] = 3, + [45262] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4000), 24, + ACTIONS(5183), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -526776,7 +525997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4002), 31, + ACTIONS(5185), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -526808,11 +526029,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [45741] = 3, + [45326] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5085), 24, + ACTIONS(3338), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -526837,7 +526058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5087), 31, + ACTIONS(3340), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -526869,11 +526090,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [45805] = 3, + [45390] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3160), 24, + ACTIONS(4493), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -526898,7 +526119,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3162), 31, + ACTIONS(4495), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -526930,11 +526151,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [45869] = 3, + [45454] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3420), 24, + ACTIONS(5064), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -526959,7 +526180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3422), 31, + ACTIONS(5066), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -526991,11 +526212,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [45933] = 3, + [45518] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4958), 24, + ACTIONS(4243), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -527020,7 +526241,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4960), 31, + ACTIONS(4245), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -527052,77 +526273,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [45997] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4635), 24, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, + [45582] = 6, + ACTIONS(5830), 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4633), 31, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [46061] = 3, + ACTIONS(8414), 1, + anon_sym_COLON, + STATE(5128), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4826), 24, + ACTIONS(4450), 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, @@ -527142,15 +526307,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4828), 31, + ACTIONS(4452), 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, @@ -527174,137 +526337,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [46125] = 3, + [45652] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4926), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4928), 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, - [46189] = 7, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8329), 1, - anon_sym_EQ, - STATE(4775), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4183), 22, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4185), 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, - [46261] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4930), 24, + ACTIONS(4966), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -527329,7 +526366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4932), 31, + ACTIONS(4968), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -527361,76 +526398,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [46325] = 7, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8329), 1, - anon_sym_EQ, - STATE(4699), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4299), 22, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4301), 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, - [46397] = 3, + [45716] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5035), 24, + ACTIONS(5088), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -527455,7 +526427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5037), 31, + ACTIONS(5090), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -527487,11 +526459,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [46461] = 3, + [45780] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4567), 24, + ACTIONS(4786), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -527516,7 +526488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4569), 31, + ACTIONS(4788), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -527548,16 +526520,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [46525] = 3, + [45844] = 7, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8258), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5188), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5153), 24, + ACTIONS(4485), 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, @@ -527577,15 +526555,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5155), 31, + ACTIONS(4487), 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, @@ -527609,11 +526585,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [46589] = 3, + [45916] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4299), 24, + ACTIONS(5072), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -527638,7 +526614,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4301), 31, + ACTIONS(5074), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -527670,81 +526646,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [46653] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4587), 23, - sym__automatic_semicolon, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, + [45980] = 6, + ACTIONS(5830), 1, 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4585), 32, + ACTIONS(8416), 1, 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [46717] = 7, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8261), 1, - anon_sym_EQ, - STATE(5073), 1, - sym_function_body, - STATE(5091), 1, - sym__block, + STATE(5075), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4299), 22, + ACTIONS(4422), 23, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -527766,7 +526680,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4301), 29, + ACTIONS(4424), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -527796,11 +526710,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [46789] = 3, + [46050] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4430), 24, + ACTIONS(4958), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -527825,7 +526739,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4432), 31, + ACTIONS(4960), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -527857,11 +526771,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [46853] = 3, + [46114] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1814), 24, + ACTIONS(5098), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -527886,7 +526800,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1816), 31, + ACTIONS(5100), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -527918,11 +526832,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [46917] = 3, + [46178] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4966), 24, + ACTIONS(4978), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -527947,7 +526861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4968), 31, + ACTIONS(4980), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -527979,72 +526893,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [46981] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4662), 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_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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4660), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [47045] = 3, + [46242] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5149), 24, + ACTIONS(4200), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -528069,7 +526922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5151), 31, + ACTIONS(4202), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -528101,11 +526954,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [47109] = 3, + [46306] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5099), 24, + ACTIONS(5147), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -528130,7 +526983,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5101), 31, + ACTIONS(5149), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -528162,22 +527015,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [47173] = 7, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8261), 1, - anon_sym_EQ, - STATE(5076), 1, - sym_function_body, - STATE(5091), 1, - sym__block, + [46370] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4307), 22, + ACTIONS(1732), 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, @@ -528197,13 +527044,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4309), 29, + ACTIONS(1734), 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, @@ -528227,21 +527076,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [47245] = 3, + [46434] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8325), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4809), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5195), 24, + ACTIONS(4323), 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, @@ -528249,50 +527105,47 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5197), 31, - sym__automatic_semicolon, + ACTIONS(4325), 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, - [47309] = 3, + [46506] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5135), 24, + ACTIONS(5084), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -528317,7 +527170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5137), 31, + ACTIONS(5086), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -528349,28 +527202,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [47373] = 7, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8329), 1, - anon_sym_EQ, - STATE(4800), 1, - sym__block, - STATE(4881), 1, - sym_function_body, + [46570] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4443), 22, + ACTIONS(4950), 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, @@ -528378,65 +527224,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4445), 29, + ACTIONS(4952), 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, - [47445] = 8, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(6160), 1, - anon_sym_COLON, - STATE(4624), 1, - sym_type_constraints, - STATE(4759), 1, - sym_class_body, + [46634] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3270), 21, + ACTIONS(4212), 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, @@ -528444,47 +527285,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3274), 29, + ACTIONS(4214), 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, - [47519] = 3, + [46698] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5131), 24, + ACTIONS(4740), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -528509,7 +527353,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5133), 31, + ACTIONS(4742), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -528541,11 +527385,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [47583] = 3, + [46762] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4451), 24, + ACTIONS(4677), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -528570,7 +527414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4453), 31, + ACTIONS(4679), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -528602,21 +527446,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [47647] = 3, + [46826] = 8, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(6158), 1, + anon_sym_COLON, + STATE(4670), 1, + sym_type_constraints, + STATE(4886), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4481), 24, + ACTIONS(3280), 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, @@ -528624,52 +527476,47 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4483), 31, - sym__automatic_semicolon, + ACTIONS(3284), 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, - [47711] = 4, - ACTIONS(8426), 1, - anon_sym_else, + [46900] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4818), 23, + ACTIONS(3095), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -528680,6 +527527,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, @@ -528693,7 +527541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4820), 31, + ACTIONS(3097), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -528725,29 +527573,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [47777] = 8, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(6172), 1, - anon_sym_COLON, - STATE(4621), 1, - sym_type_constraints, - STATE(4748), 1, - sym_class_body, + [46964] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 21, + ACTIONS(5171), 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, @@ -528755,47 +527595,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3282), 29, + ACTIONS(5173), 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, - [47851] = 3, + [47028] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5139), 24, + ACTIONS(5167), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -528820,7 +527663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5141), 31, + ACTIONS(5169), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -528852,72 +527695,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [47915] = 3, + [47092] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4898), 24, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, + ACTIONS(4690), 23, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4688), 32, + anon_sym_COLON, 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_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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4900), 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, - [47979] = 3, + [47156] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5059), 24, + ACTIONS(4962), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -528942,7 +527785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5061), 31, + ACTIONS(4964), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -528974,15 +527817,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [48043] = 5, - ACTIONS(8426), 1, - anon_sym_else, - ACTIONS(8428), 1, - anon_sym_SEMI, + [47220] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4818), 23, + ACTIONS(4906), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -528993,6 +527832,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, @@ -529006,7 +527846,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4820), 30, + ACTIONS(4908), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -529015,6 +527855,7 @@ 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, @@ -529037,11 +527878,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [48111] = 3, + [47284] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4914), 24, + ACTIONS(5102), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -529066,7 +527907,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4916), 31, + ACTIONS(5104), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -529098,11 +527939,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [48175] = 3, + [47348] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4804), 24, + ACTIONS(4004), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -529127,7 +527968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4806), 31, + ACTIONS(4006), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -529159,22 +528000,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [48239] = 7, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8261), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5194), 1, - sym_function_body, + [47412] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4295), 22, + ACTIONS(4870), 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, @@ -529194,13 +528029,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4297), 29, + ACTIONS(4872), 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, @@ -529224,11 +528061,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [48311] = 3, + [47476] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4295), 24, + ACTIONS(4754), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -529253,7 +528090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4297), 31, + ACTIONS(4756), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -529285,11 +528122,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [48375] = 3, + [47540] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1808), 24, + ACTIONS(4762), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -529314,7 +528151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1810), 31, + ACTIONS(4764), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -529346,21 +528183,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [48439] = 3, + [47604] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8325), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4748), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4812), 24, + ACTIONS(4319), 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, @@ -529368,68 +528212,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4814), 31, - sym__automatic_semicolon, + ACTIONS(4321), 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, - [48503] = 8, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(8430), 1, - anon_sym_COLON, - STATE(4682), 1, - sym_type_constraints, - STATE(4809), 1, - sym_class_body, + [47676] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 21, + ACTIONS(4970), 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, @@ -529437,47 +528270,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 29, + ACTIONS(4972), 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, - [48577] = 3, + [47740] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5145), 24, + ACTIONS(4692), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -529502,7 +528338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5147), 31, + ACTIONS(4694), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -529534,11 +528370,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [48641] = 3, + [47804] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4652), 24, + ACTIONS(4391), 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_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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4389), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [47868] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5068), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -529563,7 +528460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4654), 31, + ACTIONS(5070), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -529595,11 +528492,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [48705] = 3, + [47932] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4902), 24, + ACTIONS(4389), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -529624,7 +528521,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4904), 31, + ACTIONS(4391), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -529656,16 +528553,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [48769] = 3, + [47996] = 7, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8258), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5167), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4942), 24, + ACTIONS(4231), 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, @@ -529685,15 +528588,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4944), 31, + ACTIONS(4233), 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, @@ -529717,11 +528618,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [48833] = 3, + [48068] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4906), 24, + ACTIONS(5213), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -529746,7 +528647,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4908), 31, + ACTIONS(5215), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -529778,29 +528679,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [48897] = 8, - ACTIONS(5578), 1, - anon_sym_LBRACE, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(6154), 1, - anon_sym_COLON, - STATE(4659), 1, - sym_type_constraints, - STATE(4748), 1, - sym_enum_class_body, + [48132] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 21, + ACTIONS(4145), 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, @@ -529808,47 +528701,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3282), 29, + ACTIONS(4147), 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, - [48971] = 3, + [48196] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5171), 24, + ACTIONS(5092), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -529873,7 +528769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5173), 31, + ACTIONS(5094), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -529905,11 +528801,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [49035] = 3, + [48260] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4467), 24, + ACTIONS(4489), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -529934,7 +528830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4469), 31, + ACTIONS(4491), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -529966,90 +528862,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [49099] = 3, + [48324] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4752), 23, + ACTIONS(5106), 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_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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(5108), 31, sym__automatic_semicolon, - sym__string_start, + sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_STAR, + 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_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4750), 32, - anon_sym_COLON, + [48388] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4946), 24, + anon_sym_as, + anon_sym_EQ, + 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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [49163] = 8, - ACTIONS(5578), 1, + ACTIONS(4948), 31, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_LBRACE, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8432), 1, - anon_sym_COLON, - STATE(4634), 1, - sym_type_constraints, - STATE(4846), 1, - sym_enum_class_body, + 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, + [48452] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4321), 21, + ACTIONS(4918), 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, @@ -530057,57 +529006,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4323), 29, + ACTIONS(4920), 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, - [49237] = 8, - ACTIONS(5578), 1, - anon_sym_LBRACE, - ACTIONS(5582), 1, + [48516] = 8, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(6184), 1, + ACTIONS(5508), 1, + anon_sym_LBRACE, + ACTIONS(8418), 1, anon_sym_COLON, - STATE(4694), 1, + STATE(4688), 1, sym_type_constraints, - STATE(4786), 1, + STATE(4716), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3286), 21, + ACTIONS(4200), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -530129,7 +529081,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3290), 29, + ACTIONS(4202), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -530159,11 +529111,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [49311] = 3, + [48590] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4756), 23, + ACTIONS(4655), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -530187,7 +529139,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4754), 32, + ACTIONS(4653), 32, anon_sym_COLON, anon_sym_where, anon_sym_object, @@ -530220,11 +529172,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [49375] = 3, + [48654] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(123), 24, + ACTIONS(4910), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -530249,7 +529201,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(121), 31, + ACTIONS(4912), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -530281,28 +529233,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [49439] = 7, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8329), 1, - anon_sym_EQ, - STATE(4800), 1, - sym__block, - STATE(4824), 1, - sym_function_body, + [48718] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4295), 22, + ACTIONS(4914), 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, @@ -530310,47 +529255,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4297), 29, + ACTIONS(4916), 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, - [49511] = 3, + [48782] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4774), 24, + ACTIONS(4902), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -530375,7 +529323,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4776), 31, + ACTIONS(4904), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -530407,77 +529355,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [49575] = 8, - ACTIONS(5578), 1, - anon_sym_LBRACE, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8434), 1, - anon_sym_COLON, - STATE(4672), 1, - sym_type_constraints, - STATE(4809), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4216), 21, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4218), 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, - [49649] = 3, + [48846] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 24, + ACTIONS(4898), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -530502,7 +529384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 31, + ACTIONS(4900), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -530534,11 +529416,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [49713] = 3, + [48910] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4884), 24, + ACTIONS(4894), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -530563,7 +529445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4886), 31, + ACTIONS(4896), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -530595,16 +529477,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [49777] = 3, + [48974] = 6, + ACTIONS(5770), 1, + anon_sym_LBRACE, + ACTIONS(8420), 1, + anon_sym_COLON, + STATE(5360), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4579), 23, + ACTIONS(4424), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -530623,9 +529510,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4577), 32, - anon_sym_COLON, - anon_sym_where, + ACTIONS(4422), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -530656,22 +529541,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [49841] = 7, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8261), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5220), 1, - sym_function_body, + [49044] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 22, + ACTIONS(5119), 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, @@ -530691,13 +529570,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 29, + ACTIONS(5121), 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, @@ -530721,11 +529602,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [49913] = 3, + [49108] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1732), 24, + ACTIONS(4954), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -530750,7 +529631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(1734), 31, + ACTIONS(4956), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -530782,11 +529663,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [49977] = 3, + [49172] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4954), 24, + ACTIONS(4778), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -530811,7 +529692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4956), 31, + ACTIONS(4780), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -530843,11 +529724,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [50041] = 3, + [49236] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4321), 24, + ACTIONS(4481), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -530872,7 +529753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4323), 31, + ACTIONS(4483), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -530904,11 +529785,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [50105] = 3, + [49300] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4950), 24, + ACTIONS(4890), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -530933,7 +529814,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4952), 31, + ACTIONS(4892), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -530965,11 +529846,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [50169] = 3, + [49364] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5077), 24, + ACTIONS(4874), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -530994,7 +529875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5079), 31, + ACTIONS(4876), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -531026,11 +529907,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [50233] = 3, + [49428] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4359), 24, + ACTIONS(4830), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -531055,7 +529936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4361), 31, + ACTIONS(4832), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -531087,28 +529968,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [50297] = 7, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8329), 1, - anon_sym_EQ, - STATE(4730), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + [49492] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 22, + ACTIONS(4810), 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, @@ -531116,108 +529990,111 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 29, + ACTIONS(4812), 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, - [50369] = 3, + [49556] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4934), 24, - anon_sym_as, + ACTIONS(4742), 25, + sym__automatic_semicolon, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4740), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4936), 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, - [50433] = 3, + [49620] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4842), 24, + ACTIONS(4862), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -531242,7 +530119,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4844), 31, + ACTIONS(4864), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -531274,11 +530151,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [50497] = 3, + [49684] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4644), 24, + ACTIONS(3990), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -531303,7 +530180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4646), 31, + ACTIONS(3992), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -531335,11 +530212,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [50561] = 3, + [49748] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4722), 24, + ACTIONS(4339), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -531364,7 +530241,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4724), 31, + ACTIONS(4341), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -531396,72 +530273,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [50625] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4553), 23, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4551), 32, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [50689] = 3, + [49812] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4834), 24, + ACTIONS(4790), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -531486,7 +530302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4836), 31, + ACTIONS(4792), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -531518,11 +530334,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [50753] = 3, + [49876] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5159), 24, + ACTIONS(5209), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -531547,7 +530363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5161), 31, + ACTIONS(5211), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -531579,72 +530395,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [50817] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4724), 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_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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4722), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [50881] = 3, + [49940] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5179), 24, + ACTIONS(4782), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -531669,7 +530424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5181), 31, + ACTIONS(4784), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -531701,16 +530456,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [50945] = 3, + [50004] = 7, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8258), 1, + anon_sym_EQ, + STATE(5065), 1, + sym_function_body, + STATE(5082), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4838), 24, + ACTIONS(4493), 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, @@ -531730,15 +530491,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4840), 31, + ACTIONS(4495), 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, @@ -531762,11 +530521,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [51009] = 3, + [50076] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5117), 24, + ACTIONS(4814), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -531791,7 +530550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5119), 31, + ACTIONS(4816), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -531823,16 +530582,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [51073] = 3, + [50140] = 7, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8258), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5171), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5121), 24, + ACTIONS(4481), 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, @@ -531852,15 +530617,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5123), 31, + ACTIONS(4483), 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, @@ -531884,29 +530647,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [51137] = 8, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5598), 1, + [50212] = 7, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8436), 1, - anon_sym_COLON, - STATE(4676), 1, - sym_type_constraints, - STATE(4891), 1, - sym_class_body, + ACTIONS(8258), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5162), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4327), 21, + ACTIONS(4145), 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, @@ -531914,47 +530675,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4329), 29, + ACTIONS(4147), 29, + 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, - [51211] = 3, + [50284] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5063), 24, + ACTIONS(3290), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -531979,7 +530741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5065), 31, + ACTIONS(3294), 31, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -532011,21 +530773,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [51275] = 6, - ACTIONS(5788), 1, - anon_sym_LBRACE, - ACTIONS(8438), 1, - anon_sym_COLON, - STATE(5093), 1, - sym_class_body, + [50348] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4349), 23, + ACTIONS(1824), 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, @@ -532045,13 +530802,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4351), 29, + ACTIONS(1826), 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, @@ -532075,95 +530834,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [51345] = 5, - ACTIONS(5758), 1, - anon_sym_LBRACE, - STATE(5397), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4654), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4652), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [51412] = 10, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, + [50412] = 7, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8440), 1, - anon_sym_COLON, - ACTIONS(8442), 1, + ACTIONS(8258), 1, anon_sym_EQ, - STATE(4757), 1, + STATE(5073), 1, sym_function_body, - STATE(4800), 1, + STATE(5082), 1, sym__block, - STATE(5532), 1, - sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 21, + ACTIONS(4129), 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, @@ -532171,52 +530862,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 26, + ACTIONS(4131), 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, - 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, - [51489] = 5, - ACTIONS(5780), 1, - anon_sym_LBRACE, - STATE(5391), 1, - sym_class_body, + [50484] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3282), 22, + ACTIONS(4627), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -532235,7 +530927,9 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3278), 30, + ACTIONS(4625), 32, + anon_sym_COLON, + anon_sym_where, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -532266,263 +530960,202 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [51556] = 5, - ACTIONS(5758), 1, - anon_sym_LBRACE, - STATE(5391), 1, - sym_enum_class_body, + [50548] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3282), 22, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(3278), 30, - anon_sym_object, - anon_sym_fun, + ACTIONS(4129), 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_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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [51623] = 5, - ACTIONS(5780), 1, - anon_sym_LBRACE, - STATE(5378), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4329), 22, + ACTIONS(4131), 31, sym__automatic_semicolon, - sym__string_start, + sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_STAR, + 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_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4327), 30, - anon_sym_object, - anon_sym_fun, + [50612] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5056), 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_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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [51690] = 5, - ACTIONS(5758), 1, - anon_sym_LBRACE, - STATE(5358), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4218), 22, + ACTIONS(5058), 31, sym__automatic_semicolon, - sym__string_start, + sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_STAR, + 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_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4216), 30, - anon_sym_object, - anon_sym_fun, + [50676] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(1608), 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_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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [51757] = 5, - ACTIONS(8448), 1, + ACTIONS(1606), 31, sym__automatic_semicolon, - STATE(5469), 1, - sym__semi, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8446), 22, - sym__string_start, + sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_STAR, + 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_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(8444), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [51824] = 5, - ACTIONS(8450), 1, - anon_sym_by, - STATE(4787), 1, - sym_value_arguments, + [50740] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8325), 1, + anon_sym_EQ, + STATE(4693), 1, + sym_function_body, + STATE(4740), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4505), 22, + ACTIONS(4129), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -532545,12 +531178,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4507), 30, + ACTIONS(4131), 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, @@ -532576,26 +531208,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [51891] = 6, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(8452), 1, - anon_sym_COLON, - STATE(4774), 1, - sym_class_body, + [50812] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4497), 22, + ACTIONS(4826), 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, @@ -532603,51 +531230,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4499), 29, + ACTIONS(4828), 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, - [51960] = 5, - ACTIONS(8458), 1, - sym__automatic_semicolon, - STATE(5466), 1, - sym__semi, + [50876] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8456), 22, + ACTIONS(4633), 23, + sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, @@ -532670,7 +531297,9 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(8454), 30, + ACTIONS(4631), 32, + anon_sym_COLON, + anon_sym_where, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -532701,23 +531330,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [52027] = 4, - ACTIONS(6767), 1, - anon_sym_LPAREN, + [50940] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4281), 24, + ACTIONS(5195), 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, @@ -532732,13 +531359,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4284), 29, + ACTIONS(5197), 31, + 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, sym_label, anon_sym_DOT_DOT, @@ -532762,21 +531391,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [52092] = 4, - ACTIONS(8460), 1, - anon_sym_LPAREN, + [51004] = 8, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(5508), 1, + anon_sym_LBRACE, + ACTIONS(6156), 1, + anon_sym_COLON, + STATE(4633), 1, + sym_type_constraints, + STATE(4886), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4892), 24, + ACTIONS(3280), 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_while, anon_sym_else, @@ -532786,60 +531421,58 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4894), 29, + ACTIONS(3284), 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, - [52157] = 4, - ACTIONS(8462), 1, - anon_sym_LPAREN, + [51078] = 4, + ACTIONS(8422), 1, + anon_sym_LT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4874), 24, + ACTIONS(5135), 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, @@ -532854,13 +531487,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4876), 29, + ACTIONS(5137), 31, + 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, sym_label, anon_sym_DOT_DOT, @@ -532884,23 +531519,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [52222] = 4, - ACTIONS(8464), 1, - anon_sym_else, + [51144] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4818), 23, + ACTIONS(5203), 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, @@ -532914,14 +531548,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4820), 30, + ACTIONS(5205), 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, @@ -532945,77 +531580,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [52287] = 5, - ACTIONS(8464), 1, - anon_sym_else, - ACTIONS(8466), 1, - anon_sym_SEMI, + [51208] = 6, + ACTIONS(3976), 1, + anon_sym_EQ, + ACTIONS(7345), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4818), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4820), 29, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_label, - anon_sym_DOT_DOT, - anon_sym_QMARK_COLON, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_COLON_COLON, + ACTIONS(3981), 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, - [52354] = 4, - ACTIONS(8468), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4289), 24, + ACTIONS(4281), 23, anon_sym_as, - anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -533038,7 +531618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4287), 29, + ACTIONS(4284), 24, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -533052,11 +531632,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, @@ -533068,89 +531643,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [52419] = 4, - ACTIONS(8470), 1, - anon_sym_LPAREN, + [51277] = 5, + ACTIONS(5750), 1, + anon_sym_LBRACE, + STATE(5392), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4267), 24, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(3284), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(3280), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4265), 29, - sym_safe_nav, + [51344] = 5, + ACTIONS(5750), 1, + anon_sym_LBRACE, + STATE(5374), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4479), 22, + sym__automatic_semicolon, + sym__string_start, 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_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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [52484] = 6, - ACTIONS(4004), 1, + ACTIONS(4477), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [51411] = 10, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8424), 1, + anon_sym_COLON, + ACTIONS(8426), 1, anon_sym_EQ, - ACTIONS(7345), 1, - anon_sym_LPAREN, + STATE(4693), 1, + sym_function_body, + STATE(4740), 1, + sym__block, + STATE(5527), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4281), 23, + ACTIONS(4129), 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, @@ -533160,21 +531801,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4284), 24, + ACTIONS(4131), 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, @@ -533187,27 +531828,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, - [52553] = 6, - ACTIONS(4004), 1, - anon_sym_EQ, - ACTIONS(7349), 1, + [51488] = 5, + ACTIONS(8428), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4259), 23, + ACTIONS(4298), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(3976), 23, + anon_sym_COLON, anon_sym_as, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DOT, @@ -533215,8 +531854,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, anon_sym_is, @@ -533230,20 +531867,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4262), 24, + ACTIONS(3981), 28, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_SEMI, + 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_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, @@ -533255,13 +531896,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [52622] = 4, - ACTIONS(6763), 1, + [51555] = 5, + ACTIONS(5770), 1, + anon_sym_LBRACE, + STATE(5398), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4499), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4497), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [51622] = 5, + ACTIONS(8431), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4259), 24, + ACTIONS(4284), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(3976), 23, + anon_sym_COLON, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -533271,8 +531978,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, anon_sym_is, @@ -533286,14 +531991,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4262), 29, + ACTIONS(3981), 28, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -533316,31 +532020,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [52687] = 10, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, + [51689] = 5, + ACTIONS(5750), 1, anon_sym_LBRACE, - ACTIONS(8442), 1, + STATE(5329), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4202), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4200), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [51756] = 6, + ACTIONS(3976), 1, anon_sym_EQ, - ACTIONS(8472), 1, - anon_sym_COLON, - STATE(4775), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - STATE(5534), 1, - sym_type_constraints, + ACTIONS(7341), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 21, + ACTIONS(3981), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4295), 23, 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, @@ -533350,21 +532113,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 26, + ACTIONS(4298), 24, 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, @@ -533377,21 +532140,20 @@ 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, - [52764] = 5, - ACTIONS(5758), 1, + [51825] = 5, + ACTIONS(5770), 1, anon_sym_LBRACE, - STATE(5369), 1, - sym_enum_class_body, + STATE(5375), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4569), 22, + ACTIONS(4341), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -533414,7 +532176,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4567), 30, + ACTIONS(4339), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -533445,15 +532207,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [52831] = 5, - ACTIONS(5758), 1, + [51892] = 5, + ACTIONS(5770), 1, anon_sym_LBRACE, - STATE(5381), 1, - sym_enum_class_body, + STATE(5412), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4483), 22, + ACTIONS(4214), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -533476,7 +532238,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4481), 30, + ACTIONS(4212), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -533507,19 +532269,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [52898] = 5, - ACTIONS(5780), 1, - anon_sym_LBRACE, - STATE(5397), 1, - sym_class_body, + [51959] = 5, + ACTIONS(8438), 1, + sym__automatic_semicolon, + STATE(5462), 1, + sym__semi, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4654), 22, - sym__automatic_semicolon, + ACTIONS(8436), 22, sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -533538,7 +532300,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4652), 30, + ACTIONS(8434), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -533569,24 +532331,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [52965] = 6, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(8474), 1, - anon_sym_COLON, - STATE(4749), 1, - sym_class_body, + [52026] = 4, + ACTIONS(6761), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4349), 22, + ACTIONS(4281), 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, @@ -533596,55 +532355,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4351), 29, + ACTIONS(4284), 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, - [53034] = 5, - ACTIONS(5780), 1, - anon_sym_LBRACE, - STATE(5419), 1, - sym_class_body, + [52091] = 5, + ACTIONS(8444), 1, + sym__automatic_semicolon, + STATE(5420), 1, + sym__semi, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4557), 22, - sym__automatic_semicolon, + ACTIONS(8442), 22, sym__string_start, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -533663,7 +532423,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4555), 30, + ACTIONS(8440), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -533694,28 +532454,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [53101] = 10, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8442), 1, + [52158] = 4, + ACTIONS(8446), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4838), 24, + anon_sym_as, anon_sym_EQ, - ACTIONS(8476), 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4840), 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, + [52223] = 6, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(8448), 1, anon_sym_COLON, - STATE(4711), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - STATE(5527), 1, - sym_type_constraints, + STATE(4744), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4173), 21, + ACTIONS(4450), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -533734,15 +532548,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4175), 26, + ACTIONS(4452), 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, @@ -533761,15 +532578,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [53178] = 5, - ACTIONS(5758), 1, + [52292] = 5, + ACTIONS(5750), 1, anon_sym_LBRACE, - STATE(5399), 1, + STATE(5408), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4469), 22, + ACTIONS(4245), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -533792,7 +532609,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4467), 30, + ACTIONS(4243), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -533823,15 +532640,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [53245] = 5, - ACTIONS(5780), 1, + [52359] = 4, + ACTIONS(8450), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4848), 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4850), 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, + [52424] = 6, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(8452), 1, + anon_sym_COLON, + STATE(4728), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + 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_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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4424), 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, + [52493] = 5, + ACTIONS(5770), 1, anon_sym_LBRACE, - STATE(5410), 1, + STATE(5392), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4361), 22, + ACTIONS(3284), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -533854,7 +532795,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4359), 30, + ACTIONS(3280), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -533885,15 +532826,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [53312] = 5, - ACTIONS(5780), 1, + [52560] = 4, + ACTIONS(8454), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4303), 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4301), 29, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_LBRACE, - STATE(5358), 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, + [52625] = 4, + ACTIONS(8456), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4289), 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4287), 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, + [52690] = 5, + ACTIONS(5770), 1, + anon_sym_LBRACE, + STATE(5391), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4218), 22, + ACTIONS(4686), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -533916,7 +532979,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4216), 30, + ACTIONS(4684), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -533947,15 +533010,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [53379] = 5, - ACTIONS(5758), 1, + [52757] = 5, + ACTIONS(5750), 1, anon_sym_LBRACE, - STATE(5353), 1, + STATE(5413), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3290), 22, + ACTIONS(3278), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -533978,7 +533041,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3286), 30, + ACTIONS(3274), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -534009,77 +533072,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [53446] = 5, - ACTIONS(5780), 1, - anon_sym_LBRACE, - STATE(5356), 1, - sym_class_body, + [52824] = 5, + ACTIONS(8458), 1, + anon_sym_by, + STATE(4883), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4549), 22, - sym__automatic_semicolon, - sym__string_start, + ACTIONS(4396), 22, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4398), 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, + 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4547), 30, - anon_sym_object, - anon_sym_fun, + [52891] = 4, + ACTIONS(8460), 1, + anon_sym_else, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4930), 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_else, - anon_sym_when, - anon_sym_try, - anon_sym_throw, - anon_sym_return, - anon_sym_continue, - anon_sym_break, + anon_sym_while, + 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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [53513] = 5, - ACTIONS(5780), 1, + ACTIONS(4932), 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, + [52956] = 5, + ACTIONS(5770), 1, anon_sym_LBRACE, - STATE(5388), 1, + STATE(5408), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4357), 22, + ACTIONS(4245), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -534102,7 +533226,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4355), 30, + ACTIONS(4243), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -534133,15 +533257,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [53580] = 5, - ACTIONS(5780), 1, + [53023] = 5, + ACTIONS(5770), 1, anon_sym_LBRACE, - STATE(5361), 1, + STATE(5331), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4495), 22, + ACTIONS(4694), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -534164,7 +533288,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4493), 30, + ACTIONS(4692), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -534195,15 +533319,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [53647] = 5, - ACTIONS(5758), 1, + [53090] = 5, + ACTIONS(8460), 1, + anon_sym_else, + ACTIONS(8462), 1, + anon_sym_SEMI, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4930), 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_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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4932), 29, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_LBRACE, - STATE(5363), 1, - sym_enum_class_body, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + 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, + [53157] = 5, + ACTIONS(5770), 1, + anon_sym_LBRACE, + STATE(5328), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4465), 22, + ACTIONS(3294), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -534226,7 +533412,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4463), 30, + ACTIONS(3290), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -534257,15 +533443,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [53714] = 5, - ACTIONS(5780), 1, + [53224] = 5, + ACTIONS(5750), 1, anon_sym_LBRACE, - STATE(5316), 1, - sym_class_body, + STATE(5333), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3274), 22, + ACTIONS(4491), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -534288,7 +533474,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3270), 30, + ACTIONS(4489), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -534319,25 +533505,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [53781] = 10, - ACTIONS(5776), 1, + [53291] = 10, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8223), 1, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8478), 1, + ACTIONS(8464), 1, anon_sym_COLON, - ACTIONS(8480), 1, + ACTIONS(8466), 1, anon_sym_EQ, - STATE(5091), 1, + STATE(5082), 1, sym__block, - STATE(5220), 1, + STATE(5112), 1, sym_function_body, - STATE(5461), 1, + STATE(5432), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 20, + ACTIONS(4157), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -534358,7 +533544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 27, + ACTIONS(4159), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -534386,25 +533572,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [53858] = 10, - ACTIONS(5776), 1, + [53368] = 10, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8223), 1, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8480), 1, + ACTIONS(8466), 1, anon_sym_EQ, - ACTIONS(8482), 1, + ACTIONS(8468), 1, anon_sym_COLON, - STATE(5091), 1, + STATE(5082), 1, sym__block, - STATE(5240), 1, + STATE(5213), 1, sym_function_body, - STATE(5464), 1, + STATE(5435), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 20, + ACTIONS(4151), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -534425,7 +533611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 27, + ACTIONS(4153), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -534453,213 +533639,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [53935] = 10, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8442), 1, + [53445] = 8, + ACTIONS(5139), 1, anon_sym_EQ, - ACTIONS(8484), 1, - anon_sym_COLON, - STATE(4800), 1, - sym__block, - STATE(4871), 1, - sym_function_body, - STATE(5482), 1, - sym_type_constraints, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4137), 21, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4139), 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, + ACTIONS(8397), 1, 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, - [54012] = 5, - ACTIONS(8486), 1, - anon_sym_LPAREN, + ACTIONS(8470), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4262), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(4004), 23, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4009), 28, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, + ACTIONS(4165), 2, 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_COLON_COLON, + ACTIONS(5141), 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, - [54079] = 10, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8480), 1, - anon_sym_EQ, - ACTIONS(8489), 1, - anon_sym_COLON, - STATE(5091), 1, - sym__block, - STATE(5178), 1, - sym_function_body, - STATE(5470), 1, - sym_type_constraints, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4147), 20, + ACTIONS(5110), 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 27, + ACTIONS(5112), 23, 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, - [54156] = 5, - ACTIONS(8491), 1, + [53518] = 4, + ACTIONS(6757), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4284), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(4004), 23, - anon_sym_COLON, + ACTIONS(4295), 24, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -534669,6 +533720,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_BANG_EQ, anon_sym_EQ_EQ, anon_sym_is, @@ -534682,13 +533735,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4009), 28, + ACTIONS(4298), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_DASH_GT, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_SEMI, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -534711,80 +533765,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [54223] = 8, - ACTIONS(5055), 1, + [53583] = 10, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8466), 1, anon_sym_EQ, - ACTIONS(8417), 1, - anon_sym_COLON_COLON, - ACTIONS(8494), 1, + ACTIONS(8472), 1, anon_sym_COLON, + STATE(5082), 1, + sym__block, + STATE(5162), 1, + sym_function_body, + STATE(5441), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4124), 2, - anon_sym_COMMA, - anon_sym_DASH_GT, - ACTIONS(5057), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(5024), 21, + ACTIONS(4145), 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_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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5026), 23, + ACTIONS(4147), 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_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, - [54296] = 5, - ACTIONS(5758), 1, + [53660] = 5, + ACTIONS(5770), 1, + anon_sym_LBRACE, + STATE(5374), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4479), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4477), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [53727] = 5, + ACTIONS(5750), 1, anon_sym_LBRACE, - STATE(5410), 1, + STATE(5367), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4361), 22, + ACTIONS(4597), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -534807,7 +533925,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4359), 30, + ACTIONS(4595), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -534838,25 +533956,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [54363] = 10, - ACTIONS(5776), 1, + [53794] = 10, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(8223), 1, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8480), 1, + ACTIONS(8426), 1, anon_sym_EQ, - ACTIONS(8496), 1, + ACTIONS(8474), 1, anon_sym_COLON, - STATE(5091), 1, - sym__block, - STATE(5141), 1, + STATE(4732), 1, sym_function_body, - STATE(5478), 1, + STATE(4740), 1, + sym__block, + STATE(5490), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4137), 20, + ACTIONS(4157), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -534864,6 +533982,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, @@ -534877,14 +533996,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4139), 27, - sym__automatic_semicolon, + ACTIONS(4159), 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, @@ -534905,25 +534023,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [54440] = 10, - ACTIONS(5582), 1, + [53871] = 10, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(8104), 1, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8442), 1, + ACTIONS(8426), 1, anon_sym_EQ, - ACTIONS(8498), 1, + ACTIONS(8476), 1, anon_sym_COLON, - STATE(4730), 1, + STATE(4700), 1, sym_function_body, - STATE(4800), 1, + STATE(4740), 1, sym__block, - STATE(5533), 1, + STATE(5517), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 21, + ACTIONS(4139), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -534945,7 +534063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 26, + ACTIONS(4141), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -534972,15 +534090,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [54517] = 5, - ACTIONS(5780), 1, + [53948] = 5, + ACTIONS(5750), 1, anon_sym_LBRACE, - STATE(5413), 1, + STATE(5351), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4503), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4501), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [54015] = 5, + ACTIONS(5770), 1, + anon_sym_LBRACE, + STATE(5347), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4646), 22, + ACTIONS(4645), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4643), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [54082] = 5, + ACTIONS(5750), 1, + anon_sym_LBRACE, + STATE(5342), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4436), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -535003,7 +534245,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4644), 30, + ACTIONS(4434), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -535034,25 +534276,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [54584] = 10, - ACTIONS(5776), 1, + [54149] = 10, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8223), 1, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8480), 1, + ACTIONS(8466), 1, anon_sym_EQ, - ACTIONS(8500), 1, + ACTIONS(8478), 1, anon_sym_COLON, - STATE(5079), 1, - sym_function_body, - STATE(5091), 1, + STATE(5082), 1, sym__block, - STATE(5426), 1, + STATE(5250), 1, + sym_function_body, + STATE(5446), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4173), 20, + ACTIONS(4139), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -535073,7 +534315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4175), 27, + ACTIONS(4141), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -535101,15 +534343,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [54661] = 5, - ACTIONS(5758), 1, + [54226] = 10, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(5415), 1, - sym_enum_class_body, + ACTIONS(8426), 1, + anon_sym_EQ, + ACTIONS(8480), 1, + anon_sym_COLON, + STATE(4740), 1, + sym__block, + STATE(4750), 1, + sym_function_body, + STATE(5487), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4323), 22, + ACTIONS(4145), 21, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4147), 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, + [54303] = 5, + ACTIONS(5770), 1, + anon_sym_LBRACE, + STATE(5334), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4623), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -535132,7 +534441,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4321), 30, + ACTIONS(4621), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -535163,15 +534472,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [54728] = 5, - ACTIONS(5780), 1, + [54370] = 5, + ACTIONS(5750), 1, anon_sym_LBRACE, - STATE(5363), 1, - sym_class_body, + STATE(5347), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4465), 22, + ACTIONS(4645), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -535194,7 +534503,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4463), 30, + ACTIONS(4643), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -535225,75 +534534,153 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [54795] = 3, + [54437] = 10, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8466), 1, + anon_sym_EQ, + ACTIONS(8482), 1, + anon_sym_COLON, + STATE(5073), 1, + sym_function_body, + STATE(5082), 1, + sym__block, + STATE(5451), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4329), 23, + ACTIONS(4129), 20, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4131), 27, sym__automatic_semicolon, - sym__string_start, + 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_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4327), 30, - anon_sym_object, - anon_sym_fun, + [54514] = 10, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8426), 1, + anon_sym_EQ, + ACTIONS(8484), 1, + anon_sym_COLON, + STATE(4740), 1, + sym__block, + STATE(4774), 1, + sym_function_body, + STATE(5491), 1, + sym_type_constraints, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4151), 21, + 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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [54857] = 3, + ACTIONS(4153), 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, + [54591] = 5, + ACTIONS(5770), 1, + anon_sym_LBRACE, + STATE(5333), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4964), 23, + ACTIONS(4491), 22, sym__automatic_semicolon, sym__string_start, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_STAR, @@ -535312,7 +534699,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4962), 30, + ACTIONS(4489), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -535343,28 +534730,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [54919] = 6, - ACTIONS(7009), 1, - anon_sym_LPAREN, + [54658] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4289), 3, - anon_sym_in, - anon_sym_else, - anon_sym_is, - ACTIONS(4287), 4, + ACTIONS(4147), 23, sym__automatic_semicolon, - anon_sym_RBRACE, - anon_sym_BANGin, - anon_sym_BANGis, - ACTIONS(4284), 18, 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, @@ -535377,7 +534758,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4281), 27, + ACTIONS(4145), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -535385,14 +534766,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, @@ -535405,23 +534789,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [54987] = 9, - ACTIONS(5582), 1, + [54720] = 9, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(8104), 1, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8442), 1, + ACTIONS(8426), 1, anon_sym_EQ, - STATE(4800), 1, + STATE(4740), 1, sym__block, - STATE(4824), 1, + STATE(4809), 1, sym_function_body, - STATE(5488), 1, + STATE(5480), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4295), 21, + ACTIONS(4323), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -535443,7 +534827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4297), 26, + ACTIONS(4325), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -535470,23 +534854,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [55061] = 9, - ACTIONS(5582), 1, + [54794] = 9, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8104), 1, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8442), 1, + ACTIONS(8466), 1, anon_sym_EQ, - STATE(4775), 1, - sym_function_body, - STATE(4800), 1, + STATE(5082), 1, sym__block, - STATE(5534), 1, + STATE(5250), 1, + sym_function_body, + STATE(5446), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 21, + ACTIONS(4139), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -535494,7 +534878,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, @@ -535508,13 +534891,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 26, + ACTIONS(4141), 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, @@ -535535,19 +534919,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [55135] = 5, - ACTIONS(8502), 1, - anon_sym_COMMA, - STATE(5321), 1, - aux_sym__delegation_specifiers_repeat1, + [54868] = 9, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8466), 1, + anon_sym_EQ, + STATE(5073), 1, + sym_function_body, + STATE(5082), 1, + sym__block, + STATE(5451), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4633), 22, + ACTIONS(4129), 20, 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4131), 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, + [54942] = 9, + ACTIONS(5492), 1, anon_sym_where, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8426), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4750), 1, + sym_function_body, + STATE(5487), 1, + sym_type_constraints, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4145), 21, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -535566,18 +535022,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4635), 29, + ACTIONS(4147), 26, 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_STAR, - anon_sym_DASH_GT, sym_label, anon_sym_DOT_DOT, anon_sym_QMARK_COLON, @@ -535596,23 +535049,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [55201] = 9, - ACTIONS(5582), 1, + [55016] = 9, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8104), 1, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8442), 1, + ACTIONS(8466), 1, anon_sym_EQ, - STATE(4730), 1, - sym_function_body, - STATE(4800), 1, + STATE(5082), 1, sym__block, - STATE(5533), 1, + STATE(5135), 1, + sym_function_body, + STATE(5452), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 21, + ACTIONS(4319), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -535620,7 +535073,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, @@ -535634,13 +535086,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 26, + ACTIONS(4321), 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, @@ -535661,11 +535114,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [55275] = 3, + [55090] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3274), 23, + ACTIONS(4131), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -535689,7 +535142,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3270), 30, + ACTIONS(4129), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -535720,22 +535173,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [55337] = 4, - ACTIONS(8450), 1, - anon_sym_by, + [55152] = 9, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8466), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5166), 1, + sym_function_body, + STATE(5453), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4505), 22, + ACTIONS(4323), 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, @@ -535749,19 +535210,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4507), 30, + ACTIONS(4325), 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, @@ -535780,155 +535238,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [55401] = 9, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8442), 1, - anon_sym_EQ, - STATE(4757), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - STATE(5532), 1, - sym_type_constraints, + [55226] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 21, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(5066), 23, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(5064), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4149), 26, - sym_safe_nav, + [55288] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(1734), 23, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [55475] = 6, - ACTIONS(4004), 1, - anon_sym_EQ, - ACTIONS(7424), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4009), 5, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - ACTIONS(4281), 22, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(1732), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4284), 24, - 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_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, - [55543] = 8, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8480), 1, + [55350] = 6, + ACTIONS(3976), 1, anon_sym_EQ, - ACTIONS(8505), 1, - anon_sym_COLON, - STATE(5090), 1, - sym_function_body, - STATE(5091), 1, - sym__block, + ACTIONS(7360), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4229), 21, + ACTIONS(3981), 5, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + ACTIONS(4281), 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_else, anon_sym_BANG_EQ, @@ -535937,22 +535386,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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4231), 27, + ACTIONS(4284), 24, 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, @@ -535965,108 +535413,26 @@ 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, - [55615] = 25, - ACTIONS(3202), 1, - anon_sym_AT, - ACTIONS(3226), 1, - sym_property_modifier, - ACTIONS(8507), 1, - anon_sym_COLON, - ACTIONS(8509), 1, - anon_sym_constructor, - ACTIONS(8511), 1, - anon_sym_LBRACE, - ACTIONS(8513), 1, - anon_sym_LPAREN, - ACTIONS(8515), 1, - anon_sym_LT, - ACTIONS(8517), 1, - anon_sym_where, - STATE(5502), 1, - sym_type_parameters, - STATE(8382), 1, - sym_primary_constructor, - STATE(8563), 1, - sym__class_parameters, - STATE(8732), 1, - sym_type_constraints, - STATE(9291), 1, - sym_enum_class_body, - STATE(9757), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3248), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(7653), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(7661), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5732), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(7657), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(7659), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(7655), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(7651), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(7649), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5517), 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, - [55721] = 6, - ACTIONS(4004), 1, + [55418] = 6, + ACTIONS(3976), 1, anon_sym_EQ, - ACTIONS(7418), 1, + ACTIONS(7430), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 5, + ACTIONS(3981), 5, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - ACTIONS(4259), 22, + ACTIONS(4295), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -536089,7 +535455,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4262), 24, + ACTIONS(4298), 24, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -536114,24 +535480,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [55789] = 3, + [55486] = 4, + ACTIONS(6902), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5147), 23, - sym__automatic_semicolon, + ACTIONS(3981), 21, sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_LT, 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, @@ -536142,28 +535508,29 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5145), 30, + ACTIONS(3976), 31, + anon_sym_val, 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_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_value, @@ -536173,100 +535540,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [55851] = 25, - ACTIONS(3202), 1, - anon_sym_AT, - ACTIONS(3226), 1, - sym_property_modifier, - ACTIONS(8509), 1, - anon_sym_constructor, - ACTIONS(8513), 1, - anon_sym_LPAREN, - ACTIONS(8515), 1, - anon_sym_LT, - ACTIONS(8517), 1, - anon_sym_where, - ACTIONS(8519), 1, - anon_sym_COLON, - ACTIONS(8521), 1, - anon_sym_LBRACE, - STATE(5492), 1, - sym_type_parameters, - STATE(8376), 1, - sym_primary_constructor, - STATE(8563), 1, - sym__class_parameters, - STATE(8674), 1, - sym_type_constraints, - STATE(9272), 1, - sym_class_body, - STATE(9757), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3206), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(7653), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(7661), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5732), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(7657), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(7659), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(7655), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(7651), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(7649), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5517), 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, - [55957] = 4, - ACTIONS(8523), 1, - anon_sym_LPAREN, + [55550] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4287), 22, + ACTIONS(1798), 23, 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, @@ -536283,7 +535568,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4289), 30, + ACTIONS(1796), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -536314,23 +535599,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [56021] = 4, - ACTIONS(8525), 1, + [55612] = 6, + ACTIONS(6968), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4265), 22, + ACTIONS(4303), 3, + anon_sym_in, + anon_sym_else, + anon_sym_is, + ACTIONS(4301), 4, sym__automatic_semicolon, + anon_sym_RBRACE, + anon_sym_BANGin, + anon_sym_BANGis, + ACTIONS(4298), 18, 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, @@ -536343,7 +535633,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4267), 30, + ACTIONS(4295), 27, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -536351,17 +535641,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, @@ -536374,75 +535661,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [56085] = 8, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8480), 1, - anon_sym_EQ, - ACTIONS(8527), 1, - anon_sym_COLON, - STATE(5076), 1, - sym_function_body, - STATE(5091), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4307), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4309), 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, - [56157] = 3, + [55680] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3346), 23, + ACTIONS(121), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -536466,7 +535689,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3344), 30, + ACTIONS(123), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -536497,22 +535720,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [56219] = 3, + [55742] = 6, + ACTIONS(6960), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4852), 23, + ACTIONS(4289), 3, + anon_sym_in, + anon_sym_else, + anon_sym_is, + ACTIONS(4287), 4, sym__automatic_semicolon, + anon_sym_RBRACE, + anon_sym_BANGin, + anon_sym_BANGis, + ACTIONS(4284), 18, 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, @@ -536525,7 +535754,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4850), 30, + ACTIONS(4281), 27, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -536533,17 +535762,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, @@ -536556,11 +535782,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [56281] = 3, + [55810] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5201), 23, + ACTIONS(3284), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -536584,7 +535810,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5199), 30, + ACTIONS(3280), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -536615,150 +535841,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [56343] = 8, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8480), 1, - anon_sym_EQ, - ACTIONS(8529), 1, - anon_sym_COLON, - STATE(5091), 1, - sym__block, - STATE(5163), 1, - sym_function_body, + [55872] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4275), 21, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, + ACTIONS(4214), 23, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4212), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4277), 27, + [55934] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4436), 23, 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, - 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [56415] = 5, - ACTIONS(8531), 1, - anon_sym_SEMI, - ACTIONS(8533), 1, - anon_sym_else, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4818), 22, - anon_sym_as, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4434), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4820), 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, - [56481] = 5, - ACTIONS(8535), 1, - anon_sym_LT, - STATE(5484), 1, - sym_type_arguments, + [55996] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 20, + ACTIONS(4860), 23, + 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_BANG, anon_sym_return_AT, anon_sym_continue_AT, anon_sym_break_AT, @@ -536769,29 +535987,28 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4128), 31, - anon_sym_val, + ACTIONS(4858), 30, 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_for, - anon_sym_while, - anon_sym_do, + 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_value, @@ -536801,11 +536018,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [56547] = 3, + [56058] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5155), 23, + ACTIONS(4856), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -536829,7 +536046,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5153), 30, + ACTIONS(4854), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -536860,11 +536077,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [56609] = 3, + [56120] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5151), 23, + ACTIONS(4846), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -536888,7 +536105,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5149), 30, + ACTIONS(4844), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -536919,71 +536136,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [56671] = 4, - ACTIONS(8533), 1, - anon_sym_else, + [56182] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4818), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4820), 30, + ACTIONS(4645), 23, 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_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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, sym__backtick_identifier, - [56735] = 3, + ACTIONS(4643), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [56244] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3282), 23, + ACTIONS(5058), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -537007,7 +536223,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3278), 30, + ACTIONS(5056), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -537038,30 +536254,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [56797] = 7, - ACTIONS(8539), 1, - anon_sym_AT, - ACTIONS(8544), 1, - sym_label, + [56306] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5345), 2, - sym_annotation, - aux_sym__statement_repeat1, - STATE(5561), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8542), 19, + ACTIONS(1820), 23, + 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_BANG, anon_sym_return_AT, anon_sym_continue_AT, anon_sym_break_AT, @@ -537072,26 +536282,28 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(8537), 28, + ACTIONS(1818), 30, anon_sym_object, anon_sym_fun, anon_sym_get, anon_sym_set, anon_sym_this, anon_sym_super, - anon_sym_for, - anon_sym_while, - anon_sym_do, + 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_value, @@ -537101,11 +536313,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [56867] = 3, + [56368] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4162), 23, + ACTIONS(4321), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -537129,7 +536341,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4160), 30, + ACTIONS(4319), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -537160,11 +536372,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [56929] = 3, + [56430] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1804), 23, + ACTIONS(5038), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -537188,7 +536400,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(1802), 30, + ACTIONS(5036), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -537219,13 +536431,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [56991] = 4, - ACTIONS(8547), 1, + [56492] = 4, + ACTIONS(8486), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4892), 23, + ACTIONS(4848), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -537249,7 +536461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4894), 29, + ACTIONS(4850), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -537279,11 +536491,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [57055] = 3, + [56556] = 9, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8426), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4748), 1, + sym_function_body, + STATE(5493), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1798), 23, + ACTIONS(4319), 21, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4321), 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, + [56630] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5185), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -537307,7 +536584,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(1796), 30, + ACTIONS(5183), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -537338,76 +536615,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [57117] = 9, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8442), 1, - anon_sym_EQ, - STATE(4699), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - STATE(5508), 1, - sym_type_constraints, + [56692] = 4, + ACTIONS(8488), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4299), 21, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4287), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4289), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4301), 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, - [57191] = 3, + [56756] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3115), 23, + ACTIONS(4503), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -537431,7 +536703,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3113), 30, + ACTIONS(4501), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -537462,21 +536734,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [57253] = 4, - ACTIONS(8549), 1, - anon_sym_LPAREN, + [56818] = 9, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8466), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5162), 1, + sym_function_body, + STATE(5441), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4874), 23, + ACTIONS(4145), 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_else, anon_sym_BANG_EQ, @@ -537485,48 +536765,45 @@ 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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4876), 29, + ACTIONS(4147), 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, - [57317] = 3, + [56892] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4323), 23, + ACTIONS(5050), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -537550,7 +536827,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4321), 30, + ACTIONS(5048), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -537581,19 +536858,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [57379] = 4, - ACTIONS(8551), 1, - anon_sym_LPAREN, + [56954] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4876), 22, + ACTIONS(5133), 23, 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, @@ -537610,7 +536886,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4874), 30, + ACTIONS(5131), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -537641,19 +536917,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [57443] = 4, - ACTIONS(8553), 1, - anon_sym_LPAREN, + [57016] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4894), 22, + ACTIONS(5074), 23, 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, @@ -537670,7 +536945,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4892), 30, + ACTIONS(5072), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -537701,11 +536976,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [57507] = 3, + [57078] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5123), 23, + ACTIONS(5054), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -537729,7 +537004,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5121), 30, + ACTIONS(5052), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -537760,11 +537035,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [57569] = 3, + [57140] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5177), 23, + ACTIONS(1792), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -537788,7 +537063,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5175), 30, + ACTIONS(1790), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -537819,11 +537094,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [57631] = 3, + [57202] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4465), 23, + ACTIONS(1826), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -537847,7 +537122,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4463), 30, + ACTIONS(1824), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -537878,11 +537153,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [57693] = 3, + [57264] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5119), 23, + ACTIONS(4325), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -537906,7 +537181,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5117), 30, + ACTIONS(4323), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -537937,11 +537212,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [57755] = 3, + [57326] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4139), 23, + ACTIONS(4597), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -537965,7 +537240,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4137), 30, + ACTIONS(4595), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -537996,11 +537271,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [57817] = 3, + [57388] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4646), 23, + ACTIONS(4868), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -538024,7 +537299,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4644), 30, + ACTIONS(4866), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -538055,77 +537330,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [57879] = 25, + [57450] = 25, ACTIONS(3202), 1, anon_sym_AT, ACTIONS(3226), 1, sym_property_modifier, - ACTIONS(8509), 1, + ACTIONS(8490), 1, + anon_sym_COLON, + ACTIONS(8492), 1, anon_sym_constructor, - ACTIONS(8513), 1, + ACTIONS(8494), 1, + anon_sym_LBRACE, + ACTIONS(8496), 1, anon_sym_LPAREN, - ACTIONS(8515), 1, + ACTIONS(8498), 1, anon_sym_LT, - ACTIONS(8517), 1, + ACTIONS(8500), 1, anon_sym_where, - ACTIONS(8521), 1, - anon_sym_LBRACE, - ACTIONS(8555), 1, - anon_sym_COLON, - STATE(5520), 1, + STATE(5477), 1, sym_type_parameters, - STATE(8389), 1, + STATE(8363), 1, sym_primary_constructor, - STATE(8563), 1, + STATE(8591), 1, sym__class_parameters, - STATE(8713), 1, + STATE(8659), 1, sym_type_constraints, - STATE(9461), 1, + STATE(9261), 1, sym_class_body, - STATE(9757), 1, + STATE(9751), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3238), 2, + ACTIONS(3258), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(7653), 2, + ACTIONS(7641), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(7661), 2, + ACTIONS(7649), 2, anon_sym_expect, anon_sym_actual, - STATE(5732), 2, + STATE(5722), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(7657), 3, + ACTIONS(7645), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(7659), 3, + ACTIONS(7647), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(7655), 4, + ACTIONS(7643), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(7651), 5, + ACTIONS(7639), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(7649), 6, + ACTIONS(7637), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5517), 10, + STATE(5485), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -538136,70 +537411,11 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [57985] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4361), 23, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4359), 30, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [58047] = 3, + [57556] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5079), 23, + ACTIONS(5078), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -538223,7 +537439,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5077), 30, + ACTIONS(5076), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -538254,11 +537470,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58109] = 3, + [57618] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4976), 23, + ACTIONS(3422), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -538282,7 +537498,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4974), 30, + ACTIONS(3420), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -538313,28 +537529,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58171] = 6, - ACTIONS(7003), 1, - anon_sym_LPAREN, + [57680] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4267), 3, - anon_sym_in, - anon_sym_else, - anon_sym_is, - ACTIONS(4265), 4, + ACTIONS(4487), 23, sym__automatic_semicolon, - anon_sym_RBRACE, - anon_sym_BANGin, - anon_sym_BANGis, - ACTIONS(4262), 18, 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, @@ -538347,7 +537557,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4259), 27, + ACTIONS(4485), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -538355,14 +537565,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, @@ -538375,19 +537588,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58239] = 4, - ACTIONS(6918), 1, - anon_sym_COLON, + [57742] = 5, + ACTIONS(8502), 1, + anon_sym_LT, + STATE(5498), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 21, + ACTIONS(4171), 20, sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, anon_sym_LPAREN, - anon_sym_LT, anon_sym_STAR, anon_sym_COLON_COLON, anon_sym_PLUS_PLUS, @@ -538403,7 +537617,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4004), 31, + ACTIONS(4169), 31, anon_sym_val, anon_sym_object, anon_sym_fun, @@ -538435,11 +537649,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58303] = 3, + [57808] = 5, + ACTIONS(8504), 1, + anon_sym_COMMA, + STATE(5358), 1, + aux_sym__delegation_specifiers_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4677), 22, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4679), 29, + 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_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, + [57874] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5041), 23, + ACTIONS(5100), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -538463,7 +537738,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5039), 30, + ACTIONS(5098), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -538494,11 +537769,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58365] = 3, + [57936] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5087), 23, + ACTIONS(4928), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -538522,7 +537797,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5085), 30, + ACTIONS(4926), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -538553,11 +537828,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58427] = 3, + [57998] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4441), 23, + ACTIONS(5086), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -538581,7 +537856,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4439), 30, + ACTIONS(5084), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -538612,155 +537887,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58489] = 9, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8480), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5178), 1, - sym_function_body, - STATE(5470), 1, - sym_type_constraints, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4147), 20, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4149), 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, - [58563] = 10, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8557), 1, - anon_sym_COLON, - ACTIONS(8559), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5220), 1, - sym_function_body, - STATE(5592), 1, - sym_type_constraints, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4183), 20, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4185), 26, - sym__automatic_semicolon, - sym_safe_nav, + [58060] = 7, + ACTIONS(8509), 1, anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - anon_sym_STAR, + ACTIONS(8514), 1, 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, - [58639] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3422), 23, - sym__automatic_semicolon, + STATE(5362), 2, + sym_annotation, + aux_sym__statement_repeat1, + STATE(5534), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8512), 19, 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, @@ -538771,28 +537921,26 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3420), 30, + ACTIONS(8507), 28, 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_value, @@ -538802,71 +537950,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58701] = 4, - STATE(5321), 1, - aux_sym__delegation_specifiers_repeat1, + [58130] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4736), 22, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4738), 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, - 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, - [58765] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5105), 23, + ACTIONS(3340), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -538890,7 +537978,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5103), 30, + ACTIONS(3338), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -538921,77 +538009,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58827] = 25, + [58192] = 25, ACTIONS(3202), 1, anon_sym_AT, ACTIONS(3226), 1, sym_property_modifier, - ACTIONS(8509), 1, + ACTIONS(8492), 1, anon_sym_constructor, - ACTIONS(8511), 1, - anon_sym_LBRACE, - ACTIONS(8513), 1, + ACTIONS(8496), 1, anon_sym_LPAREN, - ACTIONS(8515), 1, + ACTIONS(8498), 1, anon_sym_LT, - ACTIONS(8517), 1, + ACTIONS(8500), 1, anon_sym_where, - ACTIONS(8561), 1, + ACTIONS(8517), 1, anon_sym_COLON, - STATE(5496), 1, + ACTIONS(8519), 1, + anon_sym_LBRACE, + STATE(5521), 1, sym_type_parameters, - STATE(8357), 1, + STATE(8366), 1, sym_primary_constructor, - STATE(8563), 1, + STATE(8591), 1, sym__class_parameters, - STATE(8656), 1, + STATE(8736), 1, sym_type_constraints, - STATE(9461), 1, + STATE(9437), 1, sym_enum_class_body, - STATE(9757), 1, + STATE(9751), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3238), 2, + ACTIONS(3206), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(7653), 2, + ACTIONS(7641), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(7661), 2, + ACTIONS(7649), 2, anon_sym_expect, anon_sym_actual, - STATE(5732), 2, + STATE(5722), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(7657), 3, + ACTIONS(7645), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(7659), 3, + ACTIONS(7647), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(7655), 4, + ACTIONS(7643), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(7651), 5, + ACTIONS(7639), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(7649), 6, + ACTIONS(7637), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5517), 10, + STATE(5485), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -539002,11 +538090,11 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [58933] = 3, + [58298] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5109), 23, + ACTIONS(4153), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -539030,7 +538118,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5107), 30, + ACTIONS(4151), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -539061,11 +538149,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [58995] = 3, + [58360] = 4, + ACTIONS(8521), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4357), 23, + ACTIONS(4301), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4303), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [58424] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5090), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -539089,7 +538237,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4355), 30, + ACTIONS(5088), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -539120,26 +538268,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [59057] = 9, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8223), 1, + [58486] = 8, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8480), 1, + ACTIONS(8466), 1, anon_sym_EQ, - STATE(5091), 1, + ACTIONS(8523), 1, + anon_sym_COLON, + STATE(5082), 1, sym__block, - STATE(5240), 1, + STATE(5230), 1, sym_function_body, - STATE(5464), 1, - sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 20, + ACTIONS(4251), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -539157,7 +538304,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 27, + ACTIONS(4253), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -539185,25 +538332,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [59131] = 10, - ACTIONS(5776), 1, + [58558] = 10, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8223), 1, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8559), 1, - anon_sym_EQ, - ACTIONS(8563), 1, + ACTIONS(8525), 1, anon_sym_COLON, - STATE(5091), 1, - sym__block, - STATE(5240), 1, + ACTIONS(8527), 1, + anon_sym_EQ, + STATE(5073), 1, sym_function_body, - STATE(5580), 1, + STATE(5082), 1, + sym__block, + STATE(5530), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 20, + ACTIONS(4129), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -539224,7 +538371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 26, + ACTIONS(4131), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -539251,11 +538398,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [59207] = 3, + [58634] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4569), 23, + ACTIONS(5082), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -539279,7 +538426,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4567), 30, + ACTIONS(5080), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -539310,11 +538457,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [59269] = 3, + [58696] = 9, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8426), 1, + anon_sym_EQ, + STATE(4700), 1, + sym_function_body, + STATE(4740), 1, + sym__block, + STATE(5517), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4800), 23, + ACTIONS(4139), 21, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4141), 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, + [58770] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5108), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -539338,7 +538550,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4798), 30, + ACTIONS(5106), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -539369,76 +538581,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [59331] = 9, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8480), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5220), 1, - sym_function_body, - STATE(5461), 1, - sym_type_constraints, + [58832] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 20, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4185), 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, - [59405] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4920), 23, + ACTIONS(3294), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -539462,7 +538609,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4918), 30, + ACTIONS(3290), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -539493,11 +538640,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [59467] = 3, + [58894] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4479), 23, + ACTIONS(4491), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -539521,7 +538668,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4477), 30, + ACTIONS(4489), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -539552,11 +538699,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [59529] = 3, + [58956] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4301), 23, + ACTIONS(4694), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -539580,7 +538727,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4299), 30, + ACTIONS(4692), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -539611,25 +538758,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [59591] = 10, - ACTIONS(5776), 1, + [59018] = 10, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8223), 1, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8559), 1, + ACTIONS(8527), 1, anon_sym_EQ, - ACTIONS(8565), 1, + ACTIONS(8529), 1, anon_sym_COLON, - STATE(5091), 1, + STATE(5082), 1, sym__block, - STATE(5178), 1, + STATE(5250), 1, sym_function_body, - STATE(5577), 1, + STATE(5586), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 20, + ACTIONS(4139), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -539650,7 +538797,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 26, + ACTIONS(4141), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -539677,82 +538824,221 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [59667] = 3, + [59094] = 8, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8466), 1, + anon_sym_EQ, + ACTIONS(8531), 1, + anon_sym_COLON, + STATE(5082), 1, + sym__block, + STATE(5167), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4495), 23, + ACTIONS(4231), 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_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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4233), 27, sym__automatic_semicolon, - sym__string_start, + 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_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(4493), 30, - anon_sym_object, - anon_sym_fun, + [59166] = 10, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8527), 1, + anon_sym_EQ, + ACTIONS(8533), 1, + anon_sym_COLON, + STATE(5082), 1, + sym__block, + STATE(5162), 1, + sym_function_body, + STATE(5590), 1, + sym_type_constraints, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4145), 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_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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4147), 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, + [59242] = 10, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8527), 1, + anon_sym_EQ, + ACTIONS(8535), 1, + anon_sym_COLON, + STATE(5082), 1, + sym__block, + STATE(5213), 1, + sym_function_body, + STATE(5592), 1, + sym_type_constraints, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4151), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, 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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [59729] = 9, - ACTIONS(5776), 1, + ACTIONS(4153), 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, + [59318] = 10, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8223), 1, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8480), 1, + ACTIONS(8527), 1, anon_sym_EQ, - STATE(5091), 1, + ACTIONS(8537), 1, + anon_sym_COLON, + STATE(5082), 1, sym__block, - STATE(5194), 1, + STATE(5112), 1, sym_function_body, - STATE(5457), 1, + STATE(5594), 1, sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4295), 20, + ACTIONS(4157), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -539773,14 +539059,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4297), 27, + ACTIONS(4159), 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, @@ -539801,11 +539086,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [59803] = 3, + [59394] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4886), 23, + ACTIONS(5189), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -539829,7 +539114,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4884), 30, + ACTIONS(5187), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -539860,11 +539145,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [59865] = 3, + [59456] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4218), 23, + ACTIONS(1812), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -539888,7 +539173,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4216), 30, + ACTIONS(1810), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -539919,77 +539204,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [59927] = 10, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8559), 1, - anon_sym_EQ, - ACTIONS(8567), 1, - anon_sym_COLON, - STATE(5091), 1, - sym__block, - STATE(5141), 1, - sym_function_body, - STATE(5570), 1, - sym_type_constraints, + [59518] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4137), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4884), 23, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4882), 30, + 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_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4139), 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, - [60003] = 3, + [59580] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1816), 23, + ACTIONS(4944), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -540013,7 +539291,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(1814), 30, + ACTIONS(4942), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -540044,11 +539322,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [60065] = 3, + [59642] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1734), 23, + ACTIONS(5193), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -540072,7 +539350,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(1732), 30, + ACTIONS(5191), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -540103,96 +539381,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [60127] = 10, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8223), 1, + [59704] = 25, + ACTIONS(3202), 1, + anon_sym_AT, + ACTIONS(3226), 1, + sym_property_modifier, + ACTIONS(8492), 1, + anon_sym_constructor, + ACTIONS(8494), 1, anon_sym_LBRACE, - ACTIONS(8559), 1, - anon_sym_EQ, - ACTIONS(8569), 1, + ACTIONS(8496), 1, + anon_sym_LPAREN, + ACTIONS(8498), 1, + anon_sym_LT, + ACTIONS(8500), 1, + anon_sym_where, + ACTIONS(8539), 1, anon_sym_COLON, - STATE(5079), 1, - sym_function_body, - STATE(5091), 1, - sym__block, - STATE(5567), 1, + STATE(5489), 1, + sym_type_parameters, + STATE(8352), 1, + sym_primary_constructor, + STATE(8591), 1, + sym__class_parameters, + STATE(8694), 1, sym_type_constraints, + STATE(9437), 1, + sym_class_body, + STATE(9751), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4173), 20, - 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(3206), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(7641), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(7649), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5722), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(7645), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(7647), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(7643), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(7639), 5, + anon_sym_sealed, + anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4175), 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, - [60203] = 9, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8480), 1, - anon_sym_EQ, - STATE(5073), 1, - sym_function_body, - STATE(5091), 1, - sym__block, - STATE(5456), 1, - sym_type_constraints, + ACTIONS(7637), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5485), 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, + [59810] = 4, + ACTIONS(8458), 1, + anon_sym_by, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4299), 20, + ACTIONS(4396), 22, 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, @@ -540206,16 +539491,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4301), 27, - sym__automatic_semicolon, + ACTIONS(4398), 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, @@ -540234,11 +539522,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [60277] = 3, + [59874] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4968), 23, + ACTIONS(3278), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -540262,7 +539550,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4966), 30, + ACTIONS(3274), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -540293,11 +539581,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [60339] = 3, + [59936] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5101), 23, + ACTIONS(5169), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -540321,7 +539609,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5099), 30, + ACTIONS(5167), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -540352,11 +539640,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [60401] = 3, + [59998] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4483), 23, + ACTIONS(4460), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -540380,7 +539668,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4481), 30, + ACTIONS(4458), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -540411,11 +539699,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [60463] = 3, + [60060] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5193), 23, + ACTIONS(5173), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -540439,7 +539727,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5191), 30, + ACTIONS(5171), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -540470,131 +539758,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [60525] = 4, - ACTIONS(8571), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4289), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4287), 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, - [60589] = 4, - ACTIONS(8573), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4267), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4265), 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, - [60653] = 3, + [60122] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3290), 23, + ACTIONS(4245), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -540618,7 +539786,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(3286), 30, + ACTIONS(4243), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -540649,11 +539817,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [60715] = 3, + [60184] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4185), 23, + ACTIONS(4880), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -540677,7 +539845,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4183), 30, + ACTIONS(4878), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -540708,11 +539876,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [60777] = 3, + [60246] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4900), 23, + ACTIONS(4141), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -540736,7 +539904,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4898), 30, + ACTIONS(4139), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -540767,11 +539935,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [60839] = 3, + [60308] = 4, + STATE(5358), 1, + aux_sym__delegation_specifiers_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4714), 22, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4716), 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, + 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, + [60372] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4297), 23, + ACTIONS(5211), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -540795,7 +540023,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4295), 30, + ACTIONS(5209), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -540826,11 +540054,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [60901] = 3, + [60434] = 4, + ACTIONS(6924), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4295), 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_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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4298), 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, + [60498] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1810), 23, + ACTIONS(4341), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -540854,7 +540142,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(1808), 30, + ACTIONS(4339), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -540885,13 +540173,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [60963] = 4, - ACTIONS(6928), 1, + [60560] = 4, + ACTIONS(8541), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4281), 23, + ACTIONS(4289), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -540915,7 +540203,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4284), 29, + ACTIONS(4287), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -540945,13 +540233,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [61027] = 4, - ACTIONS(6924), 1, + [60624] = 4, + ACTIONS(6920), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4259), 23, + ACTIONS(4281), 23, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -540975,7 +540263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4262), 29, + ACTIONS(4284), 29, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -541005,11 +540293,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [61091] = 3, + [60688] = 8, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8466), 1, + anon_sym_EQ, + ACTIONS(8543), 1, + anon_sym_COLON, + STATE(5082), 1, + sym__block, + STATE(5120), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4206), 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_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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4208), 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, + [60760] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4654), 23, + ACTIONS(4872), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -541033,7 +540385,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4652), 30, + ACTIONS(4870), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -541064,11 +540416,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [61153] = 3, + [60822] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4904), 23, + ACTIONS(4345), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -541092,7 +540444,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4902), 30, + ACTIONS(4343), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -541123,11 +540475,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [61215] = 3, + [60884] = 4, + ACTIONS(8545), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4303), 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_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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4301), 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, + [60948] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4453), 23, + ACTIONS(4788), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -541151,7 +540563,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4451), 30, + ACTIONS(4786), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -541182,11 +540594,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [61277] = 3, + [61010] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4908), 23, + ACTIONS(4940), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -541210,7 +540622,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4906), 30, + ACTIONS(4938), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -541241,18 +540653,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [61339] = 3, + [61072] = 4, + ACTIONS(8547), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5173), 23, + ACTIONS(4850), 22, 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, @@ -541269,7 +540682,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5171), 30, + ACTIONS(4848), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -541300,11 +540713,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [61401] = 3, + [61136] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4469), 23, + ACTIONS(4479), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -541328,7 +540741,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4467), 30, + ACTIONS(4477), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -541359,11 +540772,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [61463] = 3, + [61198] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1792), 23, + ACTIONS(5201), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -541387,7 +540800,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(1790), 30, + ACTIONS(5199), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -541418,70 +540831,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [61525] = 3, + [61260] = 9, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8426), 1, + anon_sym_EQ, + STATE(4693), 1, + sym_function_body, + STATE(4740), 1, + sym__block, + STATE(5527), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(121), 23, - sym__automatic_semicolon, - sym__string_start, + ACTIONS(4129), 21, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4131), 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_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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(123), 30, - anon_sym_object, - anon_sym_fun, + [61334] = 5, + ACTIONS(8549), 1, + anon_sym_SEMI, + ACTIONS(8551), 1, + anon_sym_else, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4930), 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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [61587] = 3, + ACTIONS(4932), 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, + [61400] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4776), 23, + ACTIONS(4499), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -541505,7 +540985,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4774), 30, + ACTIONS(4497), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -541536,11 +541016,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [61649] = 3, + [61462] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5221), 23, + ACTIONS(4202), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -541564,7 +541044,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5219), 30, + ACTIONS(4200), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -541595,11 +541075,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [61711] = 3, + [61524] = 25, + ACTIONS(3202), 1, + anon_sym_AT, + ACTIONS(3226), 1, + sym_property_modifier, + ACTIONS(8492), 1, + anon_sym_constructor, + ACTIONS(8496), 1, + anon_sym_LPAREN, + ACTIONS(8498), 1, + anon_sym_LT, + ACTIONS(8500), 1, + anon_sym_where, + ACTIONS(8519), 1, + anon_sym_LBRACE, + ACTIONS(8553), 1, + anon_sym_COLON, + STATE(5505), 1, + sym_type_parameters, + STATE(8361), 1, + sym_primary_constructor, + STATE(8591), 1, + sym__class_parameters, + STATE(8725), 1, + sym_type_constraints, + STATE(9155), 1, + sym_enum_class_body, + STATE(9751), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3242), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(7641), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(7649), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5722), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(7645), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(7647), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(7643), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(7639), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(7637), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5485), 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, + [61630] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5097), 23, + ACTIONS(4888), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -541623,7 +541184,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5095), 30, + ACTIONS(4886), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -541654,11 +541215,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [61773] = 3, + [61692] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4149), 23, + ACTIONS(3097), 23, sym__automatic_semicolon, sym__string_start, anon_sym_AT, @@ -541682,7 +541243,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4147), 30, + ACTIONS(3095), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -541713,18 +541274,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [61835] = 3, + [61754] = 4, + ACTIONS(8555), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5207), 23, + ACTIONS(4838), 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_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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4840), 29, sym__automatic_semicolon, - sym__string_start, + 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, + [61818] = 4, + ACTIONS(8557), 1, anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4840), 22, + 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, @@ -541741,7 +541363,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5205), 30, + ACTIONS(4838), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -541772,12 +541394,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [61897] = 3, + [61882] = 4, + ACTIONS(8551), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5215), 23, + ACTIONS(4930), 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_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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4932), 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, + 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, + [61946] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8436), 22, sym__string_start, anon_sym_AT, anon_sym_LBRACK, @@ -541800,7 +541481,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5213), 30, + ACTIONS(8434), 30, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -541831,83 +541512,321 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [61959] = 3, + [62007] = 8, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(6336), 1, + anon_sym_COLON, + STATE(4983), 1, + sym_type_constraints, + STATE(5190), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5211), 23, + ACTIONS(3290), 20, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(3294), 27, sym__automatic_semicolon, - sym__string_start, + 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_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(5209), 30, - anon_sym_object, - anon_sym_fun, + [62078] = 23, + ACTIONS(3312), 1, + anon_sym_AT, + ACTIONS(5255), 1, + anon_sym_SEMI, + ACTIONS(7633), 1, anon_sym_get, + ACTIONS(7635), 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, + ACTIONS(8559), 1, + anon_sym_EQ, + ACTIONS(8561), 1, + anon_sym_by, + ACTIONS(8563), 1, + anon_sym_where, + ACTIONS(8573), 1, + sym_property_modifier, + STATE(5539), 1, + sym_type_constraints, + STATE(5638), 1, + sym_property_delegate, + STATE(9298), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(1812), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8569), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8579), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5783), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(9359), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8577), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8571), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8567), 5, + anon_sym_sealed, + anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, + ACTIONS(8565), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5611), 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, + [62179] = 25, + ACTIONS(3202), 1, + anon_sym_AT, + ACTIONS(3206), 1, + anon_sym_while, + ACTIONS(3226), 1, + sym_property_modifier, + ACTIONS(8581), 1, + anon_sym_COLON, + ACTIONS(8583), 1, + anon_sym_constructor, + ACTIONS(8585), 1, + anon_sym_LBRACE, + ACTIONS(8587), 1, + anon_sym_LPAREN, + ACTIONS(8589), 1, + anon_sym_LT, + ACTIONS(8591), 1, + anon_sym_where, + STATE(5591), 1, + sym_type_parameters, + STATE(8436), 1, + sym_primary_constructor, + STATE(8632), 1, + sym__class_parameters, + STATE(8937), 1, + sym_type_constraints, + STATE(9494), 1, + sym_class_body, + STATE(9642), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7641), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(7649), 2, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [62021] = 3, + STATE(5722), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(7645), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(7647), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(7643), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(7639), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(7637), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5485), 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, + [62284] = 23, + ACTIONS(3312), 1, + anon_sym_AT, + ACTIONS(5251), 1, + anon_sym_SEMI, + ACTIONS(7633), 1, + anon_sym_get, + ACTIONS(7635), 1, + anon_sym_set, + ACTIONS(8561), 1, + anon_sym_by, + ACTIONS(8563), 1, + anon_sym_where, + ACTIONS(8573), 1, + sym_property_modifier, + ACTIONS(8593), 1, + anon_sym_EQ, + STATE(5560), 1, + sym_type_constraints, + STATE(5639), 1, + sym_property_delegate, + STATE(9298), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4848), 23, + ACTIONS(1798), 2, sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8569), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8579), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5783), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(9127), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8577), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8571), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8567), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8565), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5611), 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, + [62385] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3981), 21, sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_LT, 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, @@ -541918,58 +541837,141 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(4846), 30, + ACTIONS(3976), 31, + anon_sym_val, 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [62083] = 7, - ACTIONS(8223), 1, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [62446] = 25, + ACTIONS(3202), 1, + anon_sym_AT, + ACTIONS(3226), 1, + sym_property_modifier, + ACTIONS(3242), 1, + anon_sym_while, + ACTIONS(8583), 1, + anon_sym_constructor, + ACTIONS(8587), 1, + anon_sym_LPAREN, + ACTIONS(8589), 1, + anon_sym_LT, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(8595), 1, + anon_sym_COLON, + ACTIONS(8597), 1, + anon_sym_LBRACE, + STATE(5573), 1, + sym_type_parameters, + STATE(8399), 1, + sym_primary_constructor, + STATE(8632), 1, + sym__class_parameters, + STATE(9026), 1, + sym_type_constraints, + STATE(9627), 1, + sym_enum_class_body, + STATE(9642), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7641), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(7649), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5722), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(7645), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(7647), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(7643), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(7639), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(7637), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5485), 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, + [62551] = 8, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8480), 1, + ACTIONS(8426), 1, anon_sym_EQ, - STATE(5091), 1, + ACTIONS(8599), 1, + anon_sym_COLON, + STATE(4740), 1, sym__block, - STATE(5141), 1, + STATE(4796), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4137), 21, + ACTIONS(4251), 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, @@ -541983,14 +541985,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4139), 27, - sym__automatic_semicolon, + ACTIONS(4253), 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, @@ -542011,83 +542012,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [62152] = 7, - ACTIONS(8223), 1, + [62622] = 8, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8480), 1, + ACTIONS(8426), 1, anon_sym_EQ, - STATE(5076), 1, - sym_function_body, - STATE(5091), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4307), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4309), 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, - [62221] = 8, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5788), 1, - anon_sym_LBRACE, - ACTIONS(8575), 1, + ACTIONS(8601), 1, anon_sym_COLON, - STATE(4979), 1, - sym_type_constraints, - STATE(5106), 1, - sym_class_body, + STATE(4740), 1, + sym__block, + STATE(4859), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 20, + ACTIONS(4231), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -542095,6 +542034,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, @@ -542108,14 +542048,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 27, - sym__automatic_semicolon, + ACTIONS(4233), 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, @@ -542136,21 +542075,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [62292] = 8, - ACTIONS(5770), 1, + [62693] = 8, + ACTIONS(5818), 1, anon_sym_LBRACE, - ACTIONS(5776), 1, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(6316), 1, + ACTIONS(8603), 1, anon_sym_COLON, - STATE(4981), 1, + STATE(5014), 1, sym_type_constraints, - STATE(5246), 1, + STATE(5154), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3286), 20, + ACTIONS(4200), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -542171,7 +542110,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3290), 27, + ACTIONS(4202), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -542199,21 +542138,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [62363] = 8, - ACTIONS(5770), 1, + [62764] = 8, + ACTIONS(5818), 1, anon_sym_LBRACE, - ACTIONS(5776), 1, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8577), 1, + ACTIONS(6316), 1, anon_sym_COLON, - STATE(4999), 1, + STATE(5001), 1, sym_type_constraints, - STATE(5231), 1, + STATE(5184), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4321), 20, + ACTIONS(3274), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -542234,7 +542173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4323), 27, + ACTIONS(3278), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -542262,74 +542201,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [62434] = 23, - ACTIONS(3316), 1, + [62835] = 25, + ACTIONS(3202), 1, anon_sym_AT, - ACTIONS(7645), 1, - anon_sym_get, - ACTIONS(7647), 1, - anon_sym_set, - ACTIONS(8579), 1, - anon_sym_EQ, - ACTIONS(8581), 1, - anon_sym_by, + ACTIONS(3206), 1, + anon_sym_while, + ACTIONS(3226), 1, + sym_property_modifier, ACTIONS(8583), 1, + anon_sym_constructor, + ACTIONS(8587), 1, + anon_sym_LPAREN, + ACTIONS(8589), 1, + anon_sym_LT, + ACTIONS(8591), 1, anon_sym_where, - ACTIONS(8585), 1, - anon_sym_SEMI, - ACTIONS(8595), 1, - sym_property_modifier, - STATE(5549), 1, + ACTIONS(8597), 1, + anon_sym_LBRACE, + ACTIONS(8605), 1, + anon_sym_COLON, + STATE(5555), 1, + sym_type_parameters, + STATE(8445), 1, + sym_primary_constructor, + STATE(8632), 1, + sym__class_parameters, + STATE(9077), 1, sym_type_constraints, - STATE(5648), 1, - sym_property_delegate, - STATE(9322), 1, + STATE(9494), 1, + sym_enum_class_body, + STATE(9642), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3346), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(7641), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(7649), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5722), 2, sym__single_annotation, sym__multi_annotation, - STATE(9405), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, + ACTIONS(7645), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(7647), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(7643), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(7639), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(7637), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5485), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -542340,13 +542281,19 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [62535] = 4, - ACTIONS(8603), 1, - anon_sym_LPAREN, + [62940] = 7, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8466), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5213), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4267), 22, + ACTIONS(4151), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -542355,7 +542302,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, @@ -542369,18 +542315,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4265), 29, + ACTIONS(4153), 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, @@ -542399,23 +542343,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [62598] = 7, - ACTIONS(8223), 1, + [63009] = 8, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(5830), 1, anon_sym_LBRACE, - ACTIONS(8480), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5167), 1, - sym_function_body, + ACTIONS(8607), 1, + anon_sym_COLON, + STATE(5007), 1, + sym_type_constraints, + STATE(5147), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4447), 21, + ACTIONS(4243), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -542433,7 +542378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4449), 27, + ACTIONS(4245), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -542461,21 +542406,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [62667] = 8, - ACTIONS(8104), 1, + [63080] = 8, + ACTIONS(5818), 1, anon_sym_LBRACE, - ACTIONS(8442), 1, - anon_sym_EQ, - ACTIONS(8605), 1, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8609), 1, anon_sym_COLON, - STATE(4763), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + STATE(4962), 1, + sym_type_constraints, + STATE(5147), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4307), 21, + ACTIONS(4243), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -542483,7 +542428,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, @@ -542497,13 +542441,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4309), 26, + ACTIONS(4245), 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, @@ -542524,167 +542469,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [62738] = 5, - ACTIONS(8607), 1, - anon_sym_DOT, - STATE(5440), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4155), 20, - sym__string_start, - anon_sym_AT, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4153), 30, - anon_sym_val, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_for, - 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_PLUS, - anon_sym_DASH, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [62803] = 23, - ACTIONS(3316), 1, - anon_sym_AT, - ACTIONS(5261), 1, - anon_sym_SEMI, - ACTIONS(7645), 1, - anon_sym_get, - ACTIONS(7647), 1, - anon_sym_set, - ACTIONS(8581), 1, - anon_sym_by, - ACTIONS(8583), 1, - anon_sym_where, - ACTIONS(8595), 1, - sym_property_modifier, - ACTIONS(8609), 1, - anon_sym_EQ, - STATE(5541), 1, - sym_type_constraints, - STATE(5633), 1, - sym_property_delegate, - STATE(9322), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(1798), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8591), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8601), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5789), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(9460), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8599), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8593), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8589), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8587), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5620), 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, - [62904] = 8, - ACTIONS(8104), 1, + [63151] = 7, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8442), 1, + ACTIONS(8466), 1, anon_sym_EQ, - ACTIONS(8611), 1, - anon_sym_COLON, - STATE(4800), 1, + STATE(5082), 1, sym__block, - STATE(4813), 1, + STATE(5162), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4275), 21, + ACTIONS(4145), 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, @@ -542698,13 +542503,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4277), 26, + ACTIONS(4147), 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, @@ -542725,22 +542531,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [62975] = 4, - ACTIONS(8613), 1, - anon_sym_LPAREN, + [63220] = 8, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(6330), 1, + anon_sym_COLON, + STATE(5062), 1, + sym_type_constraints, + STATE(5173), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4289), 22, + ACTIONS(3280), 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, @@ -542754,18 +542566,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4287), 29, + ACTIONS(3284), 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, @@ -542784,162 +542594,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [63038] = 23, - ACTIONS(3316), 1, - anon_sym_AT, - ACTIONS(7645), 1, - anon_sym_get, - ACTIONS(7647), 1, - anon_sym_set, - ACTIONS(8581), 1, - anon_sym_by, - ACTIONS(8583), 1, + [63291] = 8, + ACTIONS(5818), 1, + anon_sym_LBRACE, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8595), 1, - sym_property_modifier, - ACTIONS(8615), 1, - anon_sym_EQ, - ACTIONS(8617), 1, - anon_sym_SEMI, - STATE(5594), 1, + ACTIONS(6340), 1, + anon_sym_COLON, + STATE(5008), 1, sym_type_constraints, - STATE(5634), 1, - sym_property_delegate, - STATE(9322), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3360), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8591), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8601), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5789), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(9311), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8599), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8593), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8589), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8587), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5620), 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, - [63139] = 5, - ACTIONS(8619), 1, - anon_sym_DOT, - STATE(5440), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4168), 20, - sym__string_start, - anon_sym_AT, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4166), 30, - anon_sym_val, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_for, - 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_PLUS, - anon_sym_DASH, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [63204] = 5, - ACTIONS(8622), 1, - anon_sym_SEMI, - ACTIONS(8624), 1, - anon_sym_else, + STATE(5173), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4818), 21, + ACTIONS(3280), 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, @@ -542952,18 +542629,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4820), 29, + ACTIONS(3284), 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, @@ -542982,140 +542657,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [63269] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4181), 21, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_LT, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4179), 31, - anon_sym_val, - 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_for, - 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_PLUS, - anon_sym_DASH, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [63330] = 5, - ACTIONS(8607), 1, - anon_sym_DOT, - STATE(5435), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4195), 20, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, + [63362] = 8, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(5830), 1, 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4193), 30, - anon_sym_val, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_for, - 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_PLUS, - anon_sym_DASH, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [63395] = 4, - ACTIONS(8624), 1, - anon_sym_else, + ACTIONS(8611), 1, + anon_sym_COLON, + STATE(5024), 1, + sym_type_constraints, + STATE(5127), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4818), 21, + ACTIONS(4212), 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, @@ -543128,19 +542692,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4820), 30, + ACTIONS(4214), 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, @@ -543159,28 +542720,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [63458] = 8, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5788), 1, - anon_sym_LBRACE, - ACTIONS(6336), 1, - anon_sym_COLON, - STATE(5029), 1, - sym_type_constraints, - STATE(5118), 1, - sym_class_body, + [63433] = 4, + ACTIONS(8613), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 20, + ACTIONS(4289), 22, 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, @@ -543194,16 +542749,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3282), 27, - sym__automatic_semicolon, + ACTIONS(4287), 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, @@ -543222,87 +542779,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [63529] = 8, - ACTIONS(5770), 1, - anon_sym_LBRACE, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(6350), 1, - anon_sym_COLON, - STATE(5049), 1, - sym_type_constraints, - STATE(5118), 1, - sym_enum_class_body, + [63496] = 5, + ACTIONS(8615), 1, + anon_sym_DOT, + STATE(5470), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(4195), 20, + sym__string_start, + anon_sym_AT, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4193), 30, + anon_sym_val, + 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_this, + anon_sym_super, + sym_label, + anon_sym_for, + 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_PLUS, anon_sym_DASH, - anon_sym_SLASH, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(3282), 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, - [63600] = 8, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5788), 1, + [63561] = 7, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8626), 1, - anon_sym_COLON, - STATE(5057), 1, - sym_type_constraints, - STATE(5102), 1, - sym_class_body, + ACTIONS(8466), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5250), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4327), 20, + ACTIONS(4139), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -543320,7 +542873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4329), 27, + ACTIONS(4141), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -543348,13 +542901,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [63671] = 4, - ACTIONS(8628), 1, - anon_sym_LPAREN, + [63630] = 5, + ACTIONS(8617), 1, + anon_sym_SEMI, + ACTIONS(8619), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4874), 22, + ACTIONS(4930), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -543364,7 +542919,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, @@ -543377,16 +542931,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4876), 29, + ACTIONS(4932), 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, @@ -543407,30 +542961,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [63734] = 8, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(6250), 1, - anon_sym_COLON, - STATE(4624), 1, - sym_type_constraints, - STATE(4759), 1, - sym_class_body, + [63695] = 4, + ACTIONS(8619), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3270), 21, + ACTIONS(4930), 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, @@ -543443,15 +542989,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3274), 26, + ACTIONS(4932), 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, @@ -543470,13 +543020,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [63805] = 4, - ACTIONS(8630), 1, + [63758] = 4, + ACTIONS(8621), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4892), 22, + ACTIONS(4303), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -543499,7 +543049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4894), 29, + ACTIONS(4301), 29, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -543529,19 +543079,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [63868] = 7, - ACTIONS(8223), 1, + [63821] = 7, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8480), 1, + ACTIONS(8466), 1, anon_sym_EQ, - STATE(5091), 1, + STATE(5082), 1, sym__block, - STATE(5140), 1, + STATE(5167), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4443), 21, + ACTIONS(4231), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -543563,7 +543113,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4445), 27, + ACTIONS(4233), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -543591,320 +543141,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [63937] = 23, - ACTIONS(3316), 1, - anon_sym_AT, - ACTIONS(5273), 1, - anon_sym_SEMI, - ACTIONS(7645), 1, - anon_sym_get, - ACTIONS(7647), 1, - anon_sym_set, - ACTIONS(8581), 1, - anon_sym_by, - ACTIONS(8583), 1, - anon_sym_where, - ACTIONS(8595), 1, - sym_property_modifier, - ACTIONS(8632), 1, - anon_sym_EQ, - STATE(5575), 1, - sym_type_constraints, - STATE(5640), 1, - sym_property_delegate, - STATE(9322), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(1804), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8591), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8601), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5789), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(9265), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8599), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8593), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8589), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8587), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5620), 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, - [64038] = 25, - ACTIONS(3202), 1, - anon_sym_AT, - ACTIONS(3206), 1, - anon_sym_while, - ACTIONS(3226), 1, - sym_property_modifier, - ACTIONS(8634), 1, - anon_sym_COLON, - ACTIONS(8636), 1, - anon_sym_constructor, - ACTIONS(8638), 1, - anon_sym_LBRACE, - ACTIONS(8640), 1, - anon_sym_LPAREN, - ACTIONS(8642), 1, - anon_sym_LT, - ACTIONS(8644), 1, - anon_sym_where, - STATE(5597), 1, - sym_type_parameters, - STATE(8407), 1, - sym_primary_constructor, - STATE(8733), 1, - sym__class_parameters, - STATE(9064), 1, - sym_type_constraints, - STATE(9529), 1, - sym_modifiers, - STATE(9882), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7653), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(7661), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5732), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(7657), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(7659), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(7655), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(7651), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(7649), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5517), 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, - [64143] = 25, - ACTIONS(3202), 1, - anon_sym_AT, - ACTIONS(3226), 1, - sym_property_modifier, - ACTIONS(3248), 1, - anon_sym_while, - ACTIONS(8636), 1, - anon_sym_constructor, - ACTIONS(8640), 1, - anon_sym_LPAREN, - ACTIONS(8642), 1, - anon_sym_LT, - ACTIONS(8644), 1, - anon_sym_where, - ACTIONS(8646), 1, - anon_sym_COLON, - ACTIONS(8648), 1, - anon_sym_LBRACE, - STATE(5586), 1, - sym_type_parameters, - STATE(8420), 1, - sym_primary_constructor, - STATE(8733), 1, - sym__class_parameters, - STATE(8939), 1, - sym_type_constraints, - STATE(9501), 1, - sym_enum_class_body, - STATE(9529), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7653), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(7661), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5732), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(7657), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(7659), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(7655), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(7651), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(7649), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5517), 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, - [64248] = 8, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(8650), 1, - anon_sym_COLON, - STATE(4676), 1, - sym_type_constraints, - STATE(4891), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4327), 21, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4329), 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, - [64319] = 7, - ACTIONS(8223), 1, + [63890] = 7, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8480), 1, + ACTIONS(8466), 1, anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5174), 1, + STATE(5073), 1, sym_function_body, + STATE(5082), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4439), 21, + ACTIONS(4129), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -543926,7 +543175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4441), 27, + ACTIONS(4131), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -543954,23 +543203,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [64388] = 7, - ACTIONS(8223), 1, + [63959] = 9, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8480), 1, + ACTIONS(8527), 1, anon_sym_EQ, - STATE(5073), 1, - sym_function_body, - STATE(5091), 1, + STATE(5082), 1, sym__block, + STATE(5162), 1, + sym_function_body, + STATE(5590), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4299), 21, + ACTIONS(4145), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -543988,14 +543240,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4301), 27, + ACTIONS(4147), 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, @@ -544016,79 +543267,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [64457] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4009), 21, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_LT, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4004), 31, - anon_sym_val, - 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_for, - 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_PLUS, - anon_sym_DASH, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [64518] = 8, - ACTIONS(5578), 1, - anon_sym_LBRACE, - ACTIONS(5582), 1, + [64032] = 9, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(6284), 1, - anon_sym_COLON, - STATE(4659), 1, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8527), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5250), 1, + sym_function_body, + STATE(5586), 1, sym_type_constraints, - STATE(4748), 1, - sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 21, + ACTIONS(4139), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -544096,7 +543291,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, @@ -544110,13 +543304,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3282), 26, + ACTIONS(4141), 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, @@ -544137,21 +543331,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [64589] = 8, - ACTIONS(5582), 1, + [64105] = 9, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(5598), 1, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(6298), 1, - anon_sym_COLON, - STATE(4621), 1, + ACTIONS(8527), 1, + anon_sym_EQ, + STATE(5073), 1, + sym_function_body, + STATE(5082), 1, + sym__block, + STATE(5530), 1, sym_type_constraints, - STATE(4748), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 21, + ACTIONS(4129), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -544159,7 +543355,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, @@ -544173,13 +543368,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3282), 26, + ACTIONS(4131), 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, @@ -544200,19 +543395,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [64660] = 7, - ACTIONS(8223), 1, + [64178] = 25, + ACTIONS(3202), 1, + anon_sym_AT, + ACTIONS(3226), 1, + sym_property_modifier, + ACTIONS(3258), 1, + anon_sym_while, + ACTIONS(8583), 1, + anon_sym_constructor, + ACTIONS(8585), 1, anon_sym_LBRACE, - ACTIONS(8480), 1, + ACTIONS(8587), 1, + anon_sym_LPAREN, + ACTIONS(8589), 1, + anon_sym_LT, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(8623), 1, + anon_sym_COLON, + STATE(5588), 1, + sym_type_parameters, + STATE(8400), 1, + sym_primary_constructor, + STATE(8632), 1, + sym__class_parameters, + STATE(8976), 1, + sym_type_constraints, + STATE(9470), 1, + sym_class_body, + STATE(9642), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7641), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(7649), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5722), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(7645), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(7647), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(7643), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(7639), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(7637), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5485), 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, + [64283] = 7, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8466), 1, anon_sym_EQ, - STATE(5091), 1, + STATE(5082), 1, sym__block, - STATE(5194), 1, + STATE(5135), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4295), 21, + ACTIONS(4319), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -544234,7 +543509,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4297), 27, + ACTIONS(4321), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -544262,24 +543537,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [64729] = 8, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5788), 1, + [64352] = 7, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(6352), 1, - anon_sym_COLON, - STATE(5030), 1, - sym_type_constraints, - STATE(5175), 1, - sym_class_body, + ACTIONS(8466), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5166), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3270), 20, + ACTIONS(4323), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -544297,7 +543571,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3274), 27, + ACTIONS(4325), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -544325,26 +543599,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [64800] = 9, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8223), 1, + [64421] = 7, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8559), 1, + ACTIONS(8466), 1, anon_sym_EQ, - STATE(5091), 1, + STATE(5082), 1, sym__block, - STATE(5178), 1, + STATE(5188), 1, sym_function_body, - STATE(5577), 1, - sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 20, + ACTIONS(4485), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -544362,13 +543633,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 26, + ACTIONS(4487), 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, @@ -544389,23 +543661,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [64873] = 7, - ACTIONS(8223), 1, + [64490] = 9, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8480), 1, + ACTIONS(8527), 1, anon_sym_EQ, - STATE(5091), 1, + STATE(5082), 1, sym__block, - STATE(5220), 1, + STATE(5135), 1, sym_function_body, + STATE(5574), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 21, + ACTIONS(4319), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -544423,14 +543698,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 27, + ACTIONS(4321), 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, @@ -544451,21 +543725,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [64942] = 8, - ACTIONS(8104), 1, + [64563] = 8, + ACTIONS(5486), 1, anon_sym_LBRACE, - ACTIONS(8442), 1, - anon_sym_EQ, - ACTIONS(8652), 1, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(6322), 1, anon_sym_COLON, - STATE(4800), 1, - sym__block, - STATE(4802), 1, - sym_function_body, + STATE(4616), 1, + sym_type_constraints, + STATE(4708), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4229), 21, + ACTIONS(3290), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -544487,7 +543761,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4231), 26, + ACTIONS(3294), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -544514,23 +543788,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [65013] = 3, + [64634] = 5, + ACTIONS(8625), 1, + anon_sym_DOT, + STATE(5456), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8446), 22, + ACTIONS(4188), 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_BANG, anon_sym_return_AT, anon_sym_continue_AT, anon_sym_break_AT, @@ -544541,7 +543817,8 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(8444), 30, + ACTIONS(4186), 30, + anon_sym_val, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -544549,20 +543826,19 @@ static const uint16_t ts_small_parse_table[] = { 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_value, @@ -544572,88 +543848,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [65074] = 9, - ACTIONS(5776), 1, + [64699] = 23, + ACTIONS(3312), 1, + anon_sym_AT, + ACTIONS(7633), 1, + anon_sym_get, + ACTIONS(7635), 1, + anon_sym_set, + ACTIONS(8561), 1, + anon_sym_by, + ACTIONS(8563), 1, anon_sym_where, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8559), 1, + ACTIONS(8573), 1, + sym_property_modifier, + ACTIONS(8628), 1, anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5240), 1, - sym_function_body, - STATE(5580), 1, + ACTIONS(8630), 1, + anon_sym_SEMI, + STATE(5561), 1, sym_type_constraints, + STATE(5632), 1, + sym_property_delegate, + STATE(9298), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 20, - 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(3340), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8569), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8579), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5783), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(9400), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8577), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8571), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8567), 5, + anon_sym_sealed, + anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4162), 26, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, - anon_sym_RBRACE, + ACTIONS(8565), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5611), 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, + [64800] = 4, + ACTIONS(8632), 1, 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, - [65147] = 8, - ACTIONS(5578), 1, - anon_sym_LBRACE, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(8654), 1, - anon_sym_COLON, - STATE(4672), 1, - sym_type_constraints, - STATE(4809), 1, - sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 21, + ACTIONS(4838), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -544672,15 +543955,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 26, + ACTIONS(4840), 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, @@ -544699,23 +543985,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [65218] = 3, + [64863] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8658), 22, + ACTIONS(4184), 21, sym__string_start, anon_sym_AT, anon_sym_LBRACK, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_LT, 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, @@ -544726,114 +544011,53 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(8656), 30, + ACTIONS(4182), 31, + anon_sym_val, 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [65279] = 7, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8480), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5240), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4160), 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_else, - anon_sym_BANG_EQ, - anon_sym_EQ_EQ, - anon_sym_is, + anon_sym_try, + anon_sym_throw, + anon_sym_return, + anon_sym_continue, + anon_sym_break, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4162), 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, - [65348] = 8, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(5598), 1, + [64924] = 8, + ACTIONS(5486), 1, anon_sym_LBRACE, - ACTIONS(8660), 1, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8634), 1, anon_sym_COLON, - STATE(4682), 1, + STATE(4634), 1, sym_type_constraints, - STATE(4809), 1, + STATE(4767), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 21, + ACTIONS(4212), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -544855,7 +544079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 26, + ACTIONS(4214), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -544882,26 +544106,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [65419] = 9, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8223), 1, + [64995] = 7, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8559), 1, + ACTIONS(8466), 1, anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5220), 1, + STATE(5065), 1, sym_function_body, - STATE(5592), 1, - sym_type_constraints, + STATE(5082), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 20, + ACTIONS(4493), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -544919,13 +544140,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 26, + ACTIONS(4495), 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, @@ -544946,23 +544168,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [65492] = 9, - ACTIONS(5776), 1, + [65064] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8638), 22, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(8636), 30, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [65125] = 8, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(8223), 1, + ACTIONS(5508), 1, anon_sym_LBRACE, - ACTIONS(8559), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5194), 1, - sym_function_body, - STATE(5583), 1, + ACTIONS(6238), 1, + anon_sym_COLON, + STATE(4633), 1, sym_type_constraints, + STATE(4886), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4295), 20, + ACTIONS(3280), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -544970,6 +544248,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, @@ -544983,13 +544262,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4297), 26, - sym__automatic_semicolon, + ACTIONS(3284), 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, @@ -545010,74 +544289,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [65565] = 23, - ACTIONS(3316), 1, + [65196] = 23, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(5265), 1, - anon_sym_SEMI, - ACTIONS(7645), 1, + ACTIONS(7633), 1, anon_sym_get, - ACTIONS(7647), 1, + ACTIONS(7635), 1, anon_sym_set, - ACTIONS(8581), 1, + ACTIONS(8561), 1, anon_sym_by, - ACTIONS(8583), 1, + ACTIONS(8563), 1, anon_sym_where, - ACTIONS(8595), 1, + ACTIONS(8573), 1, sym_property_modifier, - ACTIONS(8662), 1, + ACTIONS(8640), 1, anon_sym_EQ, - STATE(5584), 1, + ACTIONS(8642), 1, + anon_sym_SEMI, + STATE(5554), 1, sym_type_constraints, - STATE(5636), 1, + STATE(5637), 1, sym_property_delegate, - STATE(9322), 1, + STATE(9298), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1792), 2, + ACTIONS(3330), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9110), 2, + STATE(9292), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -545088,24 +544367,17 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [65666] = 8, - ACTIONS(5578), 1, - anon_sym_LBRACE, - ACTIONS(5582), 1, - anon_sym_where, - ACTIONS(6300), 1, - anon_sym_COLON, - STATE(4694), 1, - sym_type_constraints, - STATE(4786), 1, - sym_enum_class_body, + [65297] = 4, + ACTIONS(8644), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3286), 21, + ACTIONS(4848), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -545124,15 +544396,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3290), 26, + ACTIONS(4850), 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, @@ -545151,21 +544426,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [65737] = 8, - ACTIONS(5578), 1, + [65360] = 8, + ACTIONS(5486), 1, anon_sym_LBRACE, - ACTIONS(5582), 1, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(8664), 1, + ACTIONS(6304), 1, anon_sym_COLON, - STATE(4634), 1, + STATE(4670), 1, sym_type_constraints, - STATE(4846), 1, - sym_enum_class_body, + STATE(4886), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4321), 21, + ACTIONS(3280), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -545187,7 +544462,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4323), 26, + ACTIONS(3284), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -545214,76 +544489,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [65808] = 25, - ACTIONS(3202), 1, + [65431] = 23, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(3226), 1, - sym_property_modifier, - ACTIONS(3238), 1, - anon_sym_while, - ACTIONS(8636), 1, - anon_sym_constructor, - ACTIONS(8640), 1, - anon_sym_LPAREN, - ACTIONS(8642), 1, - anon_sym_LT, - ACTIONS(8644), 1, + ACTIONS(5249), 1, + anon_sym_SEMI, + ACTIONS(7633), 1, + anon_sym_get, + ACTIONS(7635), 1, + anon_sym_set, + ACTIONS(8561), 1, + anon_sym_by, + ACTIONS(8563), 1, anon_sym_where, - ACTIONS(8648), 1, - anon_sym_LBRACE, - ACTIONS(8666), 1, - anon_sym_COLON, - STATE(5569), 1, - sym_type_parameters, - STATE(8449), 1, - sym_primary_constructor, - STATE(8733), 1, - sym__class_parameters, - STATE(9051), 1, + ACTIONS(8573), 1, + sym_property_modifier, + ACTIONS(8646), 1, + anon_sym_EQ, + STATE(5558), 1, sym_type_constraints, - STATE(9529), 1, + STATE(5634), 1, + sym_property_delegate, + STATE(9298), 1, sym_modifiers, - STATE(9814), 1, - sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7653), 2, + ACTIONS(1734), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(7661), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5732), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(7657), 3, + STATE(9178), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(7659), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(7655), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(7651), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(7649), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5517), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -545294,23 +544567,26 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [65913] = 7, - ACTIONS(8223), 1, + [65532] = 9, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8480), 1, + ACTIONS(8527), 1, anon_sym_EQ, - STATE(5091), 1, + STATE(5082), 1, sym__block, - STATE(5178), 1, + STATE(5166), 1, sym_function_body, + STATE(5562), 1, + sym_type_constraints, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 21, + ACTIONS(4323), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -545328,14 +544604,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 27, + ACTIONS(4325), 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, @@ -545356,26 +544631,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [65982] = 9, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(8223), 1, + [65605] = 7, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8559), 1, + ACTIONS(8466), 1, anon_sym_EQ, - STATE(5073), 1, - sym_function_body, - STATE(5091), 1, + STATE(5082), 1, sym__block, - STATE(5563), 1, - sym_type_constraints, + STATE(5171), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4299), 20, + ACTIONS(4481), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -545393,13 +544665,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4301), 26, + ACTIONS(4483), 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, @@ -545420,21 +544693,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [66055] = 8, - ACTIONS(5770), 1, + [65674] = 5, + ACTIONS(8615), 1, + anon_sym_DOT, + STATE(5456), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4124), 20, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_LBRACE, - ACTIONS(5776), 1, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4122), 30, + anon_sym_val, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_for, + 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_PLUS, + anon_sym_DASH, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [65739] = 8, + ACTIONS(5492), 1, anon_sym_where, - ACTIONS(8668), 1, + ACTIONS(5508), 1, + anon_sym_LBRACE, + ACTIONS(8648), 1, anon_sym_COLON, - STATE(4972), 1, + STATE(4686), 1, sym_type_constraints, - STATE(5106), 1, + STATE(4717), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 20, + ACTIONS(4243), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -545442,6 +544775,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, @@ -545455,14 +544789,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 27, - sym__automatic_semicolon, + ACTIONS(4245), 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, @@ -545483,99 +544816,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [66126] = 25, - ACTIONS(3202), 1, - anon_sym_AT, - ACTIONS(3226), 1, - sym_property_modifier, - ACTIONS(3238), 1, - anon_sym_while, - ACTIONS(8636), 1, - anon_sym_constructor, - ACTIONS(8638), 1, - anon_sym_LBRACE, - ACTIONS(8640), 1, - anon_sym_LPAREN, - ACTIONS(8642), 1, - anon_sym_LT, - ACTIONS(8644), 1, - anon_sym_where, - ACTIONS(8670), 1, - anon_sym_COLON, - STATE(5564), 1, - sym_type_parameters, - STATE(8448), 1, - sym_primary_constructor, - STATE(8733), 1, - sym__class_parameters, - STATE(9017), 1, - sym_type_constraints, - STATE(9529), 1, - sym_modifiers, - STATE(9814), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7653), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(7661), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5732), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(7657), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(7659), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(7655), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(7651), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(7649), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5517), 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, - [66231] = 7, - ACTIONS(8104), 1, + [65810] = 8, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8442), 1, + ACTIONS(8426), 1, anon_sym_EQ, - STATE(4757), 1, - sym_function_body, - STATE(4800), 1, + ACTIONS(8650), 1, + anon_sym_COLON, + STATE(4740), 1, sym__block, + STATE(4741), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 21, + ACTIONS(4206), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -545597,7 +544852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 26, + ACTIONS(4208), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -545624,19 +544879,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [66299] = 7, - ACTIONS(8104), 1, + [65881] = 8, + ACTIONS(5486), 1, anon_sym_LBRACE, - ACTIONS(8442), 1, - anon_sym_EQ, - STATE(4800), 1, - sym__block, - STATE(4881), 1, - sym_function_body, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(8652), 1, + anon_sym_COLON, + STATE(4617), 1, + sym_type_constraints, + STATE(4717), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4443), 21, + ACTIONS(4243), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -545658,7 +544915,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4445), 26, + ACTIONS(4245), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -545685,268 +544942,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [66367] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4337), 20, - sym__string_start, - anon_sym_AT, - anon_sym_LBRACK, + [65952] = 8, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(5508), 1, 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4335), 31, - anon_sym_val, - 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_for, - 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_PLUS, - anon_sym_DASH, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [66427] = 4, + ACTIONS(8654), 1, + anon_sym_COLON, + STATE(4688), 1, + sym_type_constraints, + STATE(4716), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4479), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(4812), 22, + ACTIONS(4200), 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_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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4814), 27, + ACTIONS(4202), 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, - [66489] = 23, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8674), 1, - anon_sym_AT, - ACTIONS(8676), 1, - anon_sym_COMMA, - ACTIONS(8678), 1, - anon_sym_RPAREN, - ACTIONS(8694), 1, - sym_property_modifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7862), 1, - sym_modifiers, - STATE(9086), 1, - sym_class_parameter, - STATE(9495), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8680), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8682), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(8686), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(8690), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8700), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5880), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8688), 3, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8696), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8698), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8692), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8684), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5675), 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, - [66589] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4315), 20, - sym__string_start, - anon_sym_AT, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4313), 31, - anon_sym_val, - 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_for, - 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_PLUS, - anon_sym_DASH, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [66649] = 7, - ACTIONS(8104), 1, + [66023] = 8, + ACTIONS(5492), 1, + anon_sym_where, + ACTIONS(5508), 1, anon_sym_LBRACE, - ACTIONS(8442), 1, - anon_sym_EQ, - STATE(4699), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + ACTIONS(6270), 1, + anon_sym_COLON, + STATE(4631), 1, + sym_type_constraints, + STATE(4868), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4299), 21, + ACTIONS(3274), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -545968,7 +545041,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4301), 26, + ACTIONS(3278), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -545995,515 +545068,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [66717] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4319), 20, - sym__string_start, - anon_sym_AT, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4317), 31, - anon_sym_val, - 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_for, - 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_PLUS, - anon_sym_DASH, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [66777] = 23, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8674), 1, - anon_sym_AT, - ACTIONS(8694), 1, - sym_property_modifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(8704), 1, - anon_sym_COMMA, - ACTIONS(8706), 1, - anon_sym_RPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7862), 1, - sym_modifiers, - STATE(9008), 1, - sym_class_parameter, - STATE(9495), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8680), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8682), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(8686), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(8690), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8700), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5880), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8688), 3, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8696), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8698), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8692), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8684), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5675), 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, - [66877] = 23, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8674), 1, - anon_sym_AT, - ACTIONS(8694), 1, - sym_property_modifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(8708), 1, - anon_sym_COMMA, - ACTIONS(8710), 1, - anon_sym_RPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7862), 1, - sym_modifiers, - STATE(8935), 1, - sym_class_parameter, - STATE(9495), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8680), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8682), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(8686), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(8690), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8700), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5880), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8688), 3, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8696), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8698), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8692), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8684), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5675), 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, - [66977] = 23, - ACTIONS(3202), 1, - anon_sym_AT, - ACTIONS(3226), 1, - sym_property_modifier, - ACTIONS(8509), 1, - anon_sym_constructor, - ACTIONS(8513), 1, - anon_sym_LPAREN, - ACTIONS(8517), 1, - anon_sym_where, - ACTIONS(8521), 1, - anon_sym_LBRACE, - ACTIONS(8712), 1, - anon_sym_COLON, - STATE(8383), 1, - sym_primary_constructor, - STATE(8563), 1, - sym__class_parameters, - STATE(8655), 1, - sym_type_constraints, - STATE(9445), 1, - sym_class_body, - STATE(9757), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3274), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(7653), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(7661), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5732), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(7657), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(7659), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(7655), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(7651), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(7649), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5517), 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, - [67077] = 23, - ACTIONS(1792), 1, + [66094] = 23, + ACTIONS(1812), 1, anon_sym_while, - ACTIONS(3316), 1, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(5322), 1, + ACTIONS(5391), 1, anon_sym_SEMI, - ACTIONS(8595), 1, + ACTIONS(8573), 1, sym_property_modifier, - ACTIONS(8714), 1, + ACTIONS(8656), 1, anon_sym_EQ, - ACTIONS(8716), 1, - anon_sym_by, - ACTIONS(8718), 1, - anon_sym_where, - ACTIONS(8720), 1, - anon_sym_get, - ACTIONS(8722), 1, - anon_sym_set, - STATE(5607), 1, - sym_type_constraints, - STATE(5656), 1, - sym_property_delegate, - STATE(9271), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8591), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8601), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5789), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(9565), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8599), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8593), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8589), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8587), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5620), 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, - [67177] = 23, - ACTIONS(1798), 1, - anon_sym_while, - ACTIONS(3316), 1, - anon_sym_AT, - ACTIONS(5428), 1, - anon_sym_SEMI, - ACTIONS(8595), 1, - sym_property_modifier, - ACTIONS(8716), 1, + ACTIONS(8658), 1, anon_sym_by, - ACTIONS(8718), 1, + ACTIONS(8660), 1, anon_sym_where, - ACTIONS(8720), 1, + ACTIONS(8662), 1, anon_sym_get, - ACTIONS(8722), 1, + ACTIONS(8664), 1, anon_sym_set, - ACTIONS(8724), 1, - anon_sym_EQ, - STATE(5609), 1, + STATE(5616), 1, sym_type_constraints, - STATE(5668), 1, + STATE(5659), 1, sym_property_delegate, - STATE(9271), 1, + STATE(9440), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9522), 2, + STATE(9675), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8587), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5620), 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, - [67277] = 23, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8674), 1, - anon_sym_AT, - ACTIONS(8694), 1, - sym_property_modifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(8726), 1, - anon_sym_COMMA, - ACTIONS(8728), 1, - anon_sym_RPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7862), 1, - sym_modifiers, - STATE(8981), 1, - sym_class_parameter, - STATE(9495), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8680), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8682), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8700), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5880), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8688), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8698), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8692), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -546514,73 +545145,73 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [67377] = 23, + [66194] = 23, ACTIONS(3202), 1, anon_sym_AT, ACTIONS(3226), 1, sym_property_modifier, - ACTIONS(8509), 1, + ACTIONS(8492), 1, anon_sym_constructor, - ACTIONS(8511), 1, + ACTIONS(8494), 1, anon_sym_LBRACE, - ACTIONS(8513), 1, + ACTIONS(8496), 1, anon_sym_LPAREN, - ACTIONS(8517), 1, + ACTIONS(8500), 1, anon_sym_where, - ACTIONS(8730), 1, + ACTIONS(8666), 1, anon_sym_COLON, - STATE(8367), 1, + STATE(8365), 1, sym_primary_constructor, - STATE(8563), 1, + STATE(8591), 1, sym__class_parameters, - STATE(8722), 1, + STATE(8748), 1, sym_type_constraints, - STATE(9418), 1, - sym_enum_class_body, - STATE(9757), 1, + STATE(9428), 1, + sym_class_body, + STATE(9751), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3282), 2, + ACTIONS(3294), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(7653), 2, + ACTIONS(7641), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(7661), 2, + ACTIONS(7649), 2, anon_sym_expect, anon_sym_actual, - STATE(5732), 2, + STATE(5722), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(7657), 3, + ACTIONS(7645), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(7659), 3, + ACTIONS(7647), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(7655), 4, + ACTIONS(7643), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(7651), 5, + ACTIONS(7639), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(7649), 6, + ACTIONS(7637), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5517), 10, + STATE(5485), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -546591,133 +545222,73 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [67477] = 6, - ACTIONS(5788), 1, - anon_sym_LBRACE, - ACTIONS(8732), 1, - anon_sym_COLON, - STATE(5172), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4497), 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_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_value, - anon_sym_expect, - anon_sym_actual, + [66294] = 23, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(4499), 27, - sym__automatic_semicolon, - sym_safe_nav, + ACTIONS(8670), 1, 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, - [67543] = 23, ACTIONS(8672), 1, - sym__alpha_identifier, + anon_sym_COMMA, ACTIONS(8674), 1, - anon_sym_AT, - ACTIONS(8694), 1, + anon_sym_RPAREN, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8734), 1, - anon_sym_COMMA, - ACTIONS(8736), 1, - anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7862), 1, + STATE(7849), 1, sym_modifiers, - STATE(8984), 1, + STATE(9071), 1, sym_class_parameter, - STATE(9495), 1, + STATE(9490), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, + ACTIONS(8676), 2, anon_sym_val, anon_sym_var, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -546728,64 +545299,73 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [67643] = 14, - ACTIONS(8738), 1, + [66394] = 23, + ACTIONS(1734), 1, + anon_sym_while, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(8757), 1, + ACTIONS(5401), 1, + anon_sym_SEMI, + ACTIONS(8573), 1, sym_property_modifier, + ACTIONS(8658), 1, + anon_sym_by, + ACTIONS(8660), 1, + anon_sym_where, + ACTIONS(8662), 1, + anon_sym_get, + ACTIONS(8664), 1, + anon_sym_set, + ACTIONS(8700), 1, + anon_sym_EQ, + STATE(5615), 1, + sym_type_constraints, + STATE(5649), 1, + sym_property_delegate, + STATE(9440), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8743), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8751), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8766), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5732), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8760), 3, + STATE(9660), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8763), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8754), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8748), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8745), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - ACTIONS(8741), 10, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_constructor, - anon_sym_companion, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - STATE(5499), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -546796,23 +545376,27 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [67725] = 5, - ACTIONS(8769), 1, - anon_sym_by, - STATE(5127), 1, - sym_value_arguments, + [66494] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8426), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4828), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4505), 21, + ACTIONS(4485), 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, @@ -546826,15 +545410,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4507), 28, - sym__automatic_semicolon, + ACTIONS(4487), 26, 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, @@ -546855,15 +545437,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [67789] = 5, - ACTIONS(8771), 1, + [66562] = 23, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, + anon_sym_AT, + ACTIONS(8690), 1, + sym_property_modifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(8702), 1, + anon_sym_COMMA, + ACTIONS(8704), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7849), 1, + sym_modifiers, + STATE(8891), 1, + sym_class_parameter, + STATE(9490), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8676), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8678), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(8682), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(8686), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8696), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5857), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8684), 3, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8692), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8694), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8688), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8680), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5672), 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, + [66662] = 5, + ACTIONS(8706), 1, anon_sym_LPAREN, - STATE(5593), 1, + STATE(5572), 1, sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7089), 19, + ACTIONS(7041), 19, sym__string_start, anon_sym_AT, anon_sym_LBRACK, @@ -546883,7 +545542,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(7087), 30, + ACTIONS(7039), 30, anon_sym_val, anon_sym_object, anon_sym_fun, @@ -546914,73 +545573,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [67853] = 23, - ACTIONS(3202), 1, + [66726] = 23, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(3226), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8509), 1, - anon_sym_constructor, - ACTIONS(8511), 1, - anon_sym_LBRACE, - ACTIONS(8513), 1, - anon_sym_LPAREN, - ACTIONS(8517), 1, - anon_sym_where, - ACTIONS(8774), 1, - anon_sym_COLON, - STATE(8393), 1, - sym_primary_constructor, - STATE(8563), 1, - sym__class_parameters, - STATE(8653), 1, - sym_type_constraints, - STATE(9402), 1, - sym_enum_class_body, - STATE(9757), 1, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(8709), 1, + anon_sym_COMMA, + ACTIONS(8711), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7849), 1, sym_modifiers, + STATE(8835), 1, + sym_class_parameter, + STATE(9490), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3290), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(7653), 2, + ACTIONS(8676), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8678), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(8682), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(7661), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5732), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(7657), 3, + ACTIONS(8684), 3, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(7659), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(7655), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(7651), 5, + ACTIONS(8680), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5672), 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, + [66826] = 23, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, + anon_sym_AT, + ACTIONS(8690), 1, + sym_property_modifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(8713), 1, + anon_sym_COMMA, + ACTIONS(8715), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7849), 1, + sym_modifiers, + STATE(8979), 1, + sym_class_parameter, + STATE(9490), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8676), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8678), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, + ACTIONS(8686), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8696), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5857), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(7649), 6, + ACTIONS(8692), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8694), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8688), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5517), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -546991,78 +545727,89 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [67953] = 3, + [66926] = 14, + ACTIONS(3202), 1, + anon_sym_AT, + ACTIONS(8721), 1, + sym_property_modifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4168), 20, - sym__string_start, - anon_sym_AT, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4166), 31, + ACTIONS(7641), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(7649), 2, + anon_sym_expect, + anon_sym_actual, + ACTIONS(8719), 2, anon_sym_val, + anon_sym_var, + STATE(5722), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(7645), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(7647), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(7643), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(7639), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(7637), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + ACTIONS(8717), 10, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_constructor, + anon_sym_companion, 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_for, - 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_PLUS, - anon_sym_DASH, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [68013] = 8, - ACTIONS(8223), 1, + STATE(5506), 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, + [67008] = 8, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8559), 1, + ACTIONS(8527), 1, anon_sym_EQ, - ACTIONS(8776), 1, + ACTIONS(8723), 1, anon_sym_COLON, - STATE(5076), 1, - sym_function_body, - STATE(5091), 1, + STATE(5082), 1, sym__block, + STATE(5167), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4307), 20, + ACTIONS(4231), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -547083,7 +545830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4309), 26, + ACTIONS(4233), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -547110,21 +545857,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [68083] = 8, - ACTIONS(8223), 1, + [67078] = 7, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8559), 1, + ACTIONS(8426), 1, anon_sym_EQ, - ACTIONS(8778), 1, - anon_sym_COLON, - STATE(5091), 1, - sym__block, - STATE(5163), 1, + STATE(4700), 1, sym_function_body, + STATE(4740), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4275), 20, + ACTIONS(4139), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -547132,6 +545877,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, @@ -547145,13 +545891,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4277), 26, - sym__automatic_semicolon, + ACTIONS(4141), 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, @@ -547172,21 +545918,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [68153] = 8, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5788), 1, + [67146] = 8, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8780), 1, + ACTIONS(8527), 1, + anon_sym_EQ, + ACTIONS(8725), 1, anon_sym_COLON, - STATE(5057), 1, - sym_type_constraints, - STATE(5102), 1, - sym_class_body, + STATE(5082), 1, + sym__block, + STATE(5230), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4327), 20, + ACTIONS(4251), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -547207,7 +545953,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4329), 26, + ACTIONS(4253), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -547234,73 +545980,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [68223] = 23, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8674), 1, + [67216] = 23, + ACTIONS(3202), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(3226), 1, sym_property_modifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(8782), 1, - anon_sym_COMMA, - ACTIONS(8784), 1, - anon_sym_RPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7862), 1, + ACTIONS(8492), 1, + anon_sym_constructor, + ACTIONS(8494), 1, + anon_sym_LBRACE, + ACTIONS(8496), 1, + anon_sym_LPAREN, + ACTIONS(8500), 1, + anon_sym_where, + ACTIONS(8727), 1, + anon_sym_COLON, + STATE(8362), 1, + sym_primary_constructor, + STATE(8591), 1, + sym__class_parameters, + STATE(8721), 1, + sym_type_constraints, + STATE(9115), 1, + sym_class_body, + STATE(9751), 1, sym_modifiers, - STATE(9072), 1, - sym_class_parameter, - STATE(9495), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8682), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(8686), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(3284), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(7641), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(7649), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5722), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(7645), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(7647), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(7643), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(7639), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(7637), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5485), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -547311,19 +546057,19 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [68323] = 7, - ACTIONS(8104), 1, + [67316] = 7, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8442), 1, + ACTIONS(8426), 1, anon_sym_EQ, - STATE(4800), 1, + STATE(4740), 1, sym__block, - STATE(4838), 1, + STATE(4774), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4439), 21, + ACTIONS(4151), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -547345,7 +546091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4441), 26, + ACTIONS(4153), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -547372,19 +546118,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [68391] = 7, - ACTIONS(8104), 1, + [67384] = 7, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8442), 1, + ACTIONS(8426), 1, anon_sym_EQ, - STATE(4800), 1, + STATE(4740), 1, sym__block, - STATE(4886), 1, + STATE(4750), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4447), 21, + ACTIONS(4145), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -547406,7 +546152,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4449), 26, + ACTIONS(4147), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -547433,79 +546179,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [68459] = 6, - ACTIONS(5788), 1, - anon_sym_LBRACE, - ACTIONS(8786), 1, - anon_sym_COLON, - STATE(5093), 1, - sym_class_body, + [67452] = 23, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, + anon_sym_AT, + ACTIONS(8690), 1, + sym_property_modifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(8729), 1, + anon_sym_COMMA, + ACTIONS(8731), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7849), 1, + sym_modifiers, + STATE(8795), 1, + sym_class_parameter, + STATE(9490), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4349), 21, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_where, - anon_sym_DOT, + ACTIONS(8676), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8678), 2, 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(8682), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(8686), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8696), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5857), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4351), 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, - [68525] = 5, - ACTIONS(8788), 1, - anon_sym_COMMA, - STATE(5321), 1, - aux_sym__delegation_specifiers_repeat1, + ACTIONS(8692), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8694), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8688), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8680), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5672), 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, + [67552] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8426), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4809), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4736), 22, + ACTIONS(4323), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -547524,11 +546290,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4738), 27, + ACTIONS(4325), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, @@ -547552,73 +546317,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [68589] = 23, - ACTIONS(8672), 1, + [67620] = 23, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8674), 1, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8790), 1, + ACTIONS(8733), 1, anon_sym_COMMA, - ACTIONS(8792), 1, + ACTIONS(8735), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7862), 1, + STATE(7849), 1, sym_modifiers, - STATE(8834), 1, + STATE(8890), 1, sym_class_parameter, - STATE(9495), 1, + STATE(9490), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, + ACTIONS(8676), 2, anon_sym_val, anon_sym_var, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -547629,73 +546394,193 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [68689] = 23, - ACTIONS(3316), 1, + [67720] = 8, + ACTIONS(5818), 1, + anon_sym_LBRACE, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(8737), 1, + anon_sym_COLON, + STATE(5014), 1, + sym_type_constraints, + STATE(5154), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4200), 20, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4202), 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, + [67790] = 4, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4345), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(5177), 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_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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(5179), 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, + [67852] = 23, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(3346), 1, + ACTIONS(3330), 1, anon_sym_while, - ACTIONS(8595), 1, + ACTIONS(8573), 1, sym_property_modifier, - ACTIONS(8716), 1, + ACTIONS(8658), 1, anon_sym_by, - ACTIONS(8718), 1, + ACTIONS(8660), 1, anon_sym_where, - ACTIONS(8720), 1, + ACTIONS(8662), 1, anon_sym_get, - ACTIONS(8722), 1, + ACTIONS(8664), 1, anon_sym_set, - ACTIONS(8794), 1, + ACTIONS(8739), 1, anon_sym_EQ, - ACTIONS(8796), 1, + ACTIONS(8741), 1, anon_sym_SEMI, - STATE(5608), 1, + STATE(5596), 1, sym_type_constraints, - STATE(5664), 1, + STATE(5665), 1, sym_property_delegate, - STATE(9271), 1, + STATE(9440), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9806), 2, + STATE(9474), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -547706,101 +546591,78 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [68789] = 23, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8674), 1, - anon_sym_AT, - ACTIONS(8694), 1, - sym_property_modifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(8798), 1, - anon_sym_COMMA, - ACTIONS(8800), 1, - anon_sym_RPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7862), 1, - sym_modifiers, - STATE(8835), 1, - sym_class_parameter, - STATE(9495), 1, - sym_simple_identifier, + [67952] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, + ACTIONS(4279), 20, + sym__string_start, + anon_sym_AT, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4277), 31, anon_sym_val, - anon_sym_var, - ACTIONS(8682), 2, + anon_sym_object, + anon_sym_fun, + anon_sym_DOT, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(8690), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8700), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5880), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8688), 3, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_for, + 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_PLUS, + anon_sym_DASH, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8698), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8692), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8684), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5675), 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, - [68889] = 8, - ACTIONS(5770), 1, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [68012] = 6, + ACTIONS(5830), 1, anon_sym_LBRACE, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(6398), 1, + ACTIONS(8743), 1, anon_sym_COLON, - STATE(5049), 1, - sym_type_constraints, - STATE(5118), 1, - sym_enum_class_body, + STATE(5075), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 20, + ACTIONS(4422), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -547818,13 +546680,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3282), 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, @@ -547845,21 +546708,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [68959] = 8, - ACTIONS(5770), 1, + [68078] = 8, + ACTIONS(5818), 1, anon_sym_LBRACE, - ACTIONS(5776), 1, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8802), 1, + ACTIONS(6404), 1, anon_sym_COLON, - STATE(4999), 1, + STATE(5001), 1, sym_type_constraints, - STATE(5231), 1, + STATE(5184), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4321), 20, + ACTIONS(3274), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -547880,7 +546743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4323), 26, + ACTIONS(3278), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -547907,89 +546770,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [69029] = 14, - ACTIONS(3202), 1, - anon_sym_AT, - ACTIONS(8808), 1, - sym_property_modifier, + [68148] = 8, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(8745), 1, + anon_sym_COLON, + STATE(5007), 1, + sym_type_constraints, + STATE(5147), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7653), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(7661), 2, - anon_sym_expect, - anon_sym_actual, - ACTIONS(8806), 2, - anon_sym_val, - anon_sym_var, - STATE(5732), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(7657), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(7659), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(7655), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(7651), 5, - anon_sym_sealed, - anon_sym_annotation, + ACTIONS(4243), 20, + 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_value, - ACTIONS(7649), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - ACTIONS(8804), 10, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_constructor, - anon_sym_companion, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - STATE(5499), 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, - [69111] = 8, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5788), 1, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4245), 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, + [68218] = 8, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(6384), 1, + ACTIONS(8527), 1, + anon_sym_EQ, + ACTIONS(8747), 1, anon_sym_COLON, - STATE(5029), 1, - sym_type_constraints, - STATE(5118), 1, - sym_class_body, + STATE(5082), 1, + sym__block, + STATE(5120), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3278), 20, + ACTIONS(4206), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -548010,7 +546867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3282), 26, + ACTIONS(4208), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -548037,150 +546894,190 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [69181] = 23, - ACTIONS(3316), 1, + [68288] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4188), 20, + sym__string_start, anon_sym_AT, - ACTIONS(3360), 1, - anon_sym_while, - ACTIONS(8595), 1, - sym_property_modifier, - ACTIONS(8716), 1, - anon_sym_by, - ACTIONS(8718), 1, - anon_sym_where, - ACTIONS(8720), 1, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4186), 31, + anon_sym_val, + anon_sym_object, + anon_sym_fun, + anon_sym_DOT, anon_sym_get, - ACTIONS(8722), 1, anon_sym_set, - ACTIONS(8810), 1, - anon_sym_EQ, - ACTIONS(8812), 1, - anon_sym_SEMI, - STATE(5612), 1, - sym_type_constraints, - STATE(5655), 1, - sym_property_delegate, - STATE(9271), 1, - sym_modifiers, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_for, + 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_PLUS, + anon_sym_DASH, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [68348] = 6, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(8749), 1, + anon_sym_COLON, + STATE(5128), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8601), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5789), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(9870), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8599), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8593), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8589), 5, - anon_sym_sealed, - anon_sym_annotation, + ACTIONS(4450), 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_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_value, - ACTIONS(8587), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5620), 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, - [69281] = 23, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4452), 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, + [68414] = 23, ACTIONS(3202), 1, anon_sym_AT, ACTIONS(3226), 1, sym_property_modifier, - ACTIONS(8509), 1, + ACTIONS(8492), 1, anon_sym_constructor, - ACTIONS(8513), 1, + ACTIONS(8496), 1, anon_sym_LPAREN, - ACTIONS(8517), 1, + ACTIONS(8500), 1, anon_sym_where, - ACTIONS(8521), 1, + ACTIONS(8519), 1, anon_sym_LBRACE, - ACTIONS(8814), 1, + ACTIONS(8751), 1, anon_sym_COLON, - STATE(8399), 1, + STATE(8383), 1, sym_primary_constructor, - STATE(8563), 1, + STATE(8591), 1, sym__class_parameters, - STATE(8719), 1, + STATE(8655), 1, sym_type_constraints, - STATE(9418), 1, - sym_class_body, - STATE(9757), 1, + STATE(9227), 1, + sym_enum_class_body, + STATE(9751), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3282), 2, + ACTIONS(3278), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(7653), 2, + ACTIONS(7641), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(7661), 2, + ACTIONS(7649), 2, anon_sym_expect, anon_sym_actual, - STATE(5732), 2, + STATE(5722), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(7657), 3, + ACTIONS(7645), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(7659), 3, + ACTIONS(7647), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(7655), 4, + ACTIONS(7643), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(7651), 5, + ACTIONS(7639), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(7649), 6, + ACTIONS(7637), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5517), 10, + STATE(5485), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -548191,73 +547088,64 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [69381] = 23, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8674), 1, + [68514] = 14, + ACTIONS(8753), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8772), 1, sym_property_modifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(8816), 1, - anon_sym_COMMA, - ACTIONS(8818), 1, - anon_sym_RPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7862), 1, - sym_modifiers, - STATE(9060), 1, - sym_class_parameter, - STATE(9495), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, + ACTIONS(8758), 2, anon_sym_val, anon_sym_var, - ACTIONS(8682), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(8686), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8766), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8781), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5722), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8775), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8778), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8769), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8763), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8760), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + ACTIONS(8756), 10, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_constructor, + anon_sym_companion, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + STATE(5506), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -548268,21 +547156,21 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [69481] = 8, - ACTIONS(5770), 1, + [68596] = 8, + ACTIONS(5818), 1, anon_sym_LBRACE, - ACTIONS(5776), 1, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8820), 1, + ACTIONS(8784), 1, anon_sym_COLON, - STATE(4972), 1, + STATE(4962), 1, sym_type_constraints, - STATE(5106), 1, + STATE(5147), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 20, + ACTIONS(4243), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -548303,7 +547191,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 26, + ACTIONS(4245), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -548330,101 +547218,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [69551] = 23, - ACTIONS(1804), 1, - anon_sym_while, - ACTIONS(3316), 1, - anon_sym_AT, - ACTIONS(5405), 1, - anon_sym_SEMI, - ACTIONS(8595), 1, - sym_property_modifier, - ACTIONS(8716), 1, - anon_sym_by, - ACTIONS(8718), 1, + [68666] = 8, + ACTIONS(5822), 1, anon_sym_where, - ACTIONS(8720), 1, - anon_sym_get, - ACTIONS(8722), 1, - anon_sym_set, - ACTIONS(8822), 1, - anon_sym_EQ, - STATE(5621), 1, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(6386), 1, + anon_sym_COLON, + STATE(5062), 1, sym_type_constraints, - STATE(5669), 1, - sym_property_delegate, - STATE(9271), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8591), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8601), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5789), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(9599), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8599), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8593), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8589), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8587), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5620), 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, - [69651] = 5, - ACTIONS(8788), 1, - anon_sym_COMMA, - STATE(5511), 1, - aux_sym__delegation_specifiers_repeat1, + STATE(5173), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4684), 22, + ACTIONS(3280), 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, @@ -548438,14 +547253,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4686), 27, + ACTIONS(3284), 26, + 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, anon_sym_STAR, sym_label, @@ -548466,22 +547280,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [69715] = 7, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8442), 1, - anon_sym_EQ, - STATE(4763), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + [68736] = 5, + ACTIONS(8786), 1, + anon_sym_COMMA, + STATE(5358), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4307), 21, + ACTIONS(4714), 22, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -548500,10 +547311,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4309), 26, + ACTIONS(4716), 27, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, @@ -548527,21 +547339,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [69783] = 8, - ACTIONS(8223), 1, + [68800] = 8, + ACTIONS(5818), 1, anon_sym_LBRACE, - ACTIONS(8559), 1, - anon_sym_EQ, - ACTIONS(8824), 1, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(6368), 1, anon_sym_COLON, - STATE(5090), 1, - sym_function_body, - STATE(5091), 1, - sym__block, + STATE(5008), 1, + sym_type_constraints, + STATE(5173), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4229), 20, + ACTIONS(3280), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -548562,7 +547374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4231), 26, + ACTIONS(3284), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -548589,19 +547401,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [69853] = 7, - ACTIONS(8104), 1, + [68870] = 8, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(5830), 1, anon_sym_LBRACE, - ACTIONS(8442), 1, - anon_sym_EQ, - STATE(4800), 1, - sym__block, - STATE(4871), 1, - sym_function_body, + ACTIONS(8788), 1, + anon_sym_COLON, + STATE(5024), 1, + sym_type_constraints, + STATE(5127), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4137), 21, + ACTIONS(4212), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -548609,7 +547423,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, @@ -548623,13 +547436,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4139), 26, + ACTIONS(4214), 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, @@ -548650,21 +547463,173 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [69921] = 8, - ACTIONS(5776), 1, + [68940] = 23, + ACTIONS(1798), 1, + anon_sym_while, + ACTIONS(3312), 1, + anon_sym_AT, + ACTIONS(5373), 1, + anon_sym_SEMI, + ACTIONS(8573), 1, + sym_property_modifier, + ACTIONS(8658), 1, + anon_sym_by, + ACTIONS(8660), 1, anon_sym_where, - ACTIONS(5788), 1, - anon_sym_LBRACE, - ACTIONS(8826), 1, - anon_sym_COLON, - STATE(4979), 1, + ACTIONS(8662), 1, + anon_sym_get, + ACTIONS(8664), 1, + anon_sym_set, + ACTIONS(8790), 1, + anon_sym_EQ, + STATE(5608), 1, sym_type_constraints, - STATE(5106), 1, - sym_class_body, + STATE(5646), 1, + sym_property_delegate, + STATE(9440), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8569), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8579), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5783), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(9612), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8577), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8571), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8567), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8565), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5611), 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, + [69040] = 23, + ACTIONS(3312), 1, + anon_sym_AT, + ACTIONS(3340), 1, + anon_sym_while, + ACTIONS(8573), 1, + sym_property_modifier, + ACTIONS(8658), 1, + anon_sym_by, + ACTIONS(8660), 1, + anon_sym_where, + ACTIONS(8662), 1, + anon_sym_get, + ACTIONS(8664), 1, + anon_sym_set, + ACTIONS(8792), 1, + anon_sym_EQ, + ACTIONS(8794), 1, + anon_sym_SEMI, + STATE(5610), 1, + sym_type_constraints, + STATE(5656), 1, + sym_property_delegate, + STATE(9440), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8569), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8579), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5783), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(9503), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8577), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8571), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8567), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8565), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5611), 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, + [69140] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8426), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4859), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4216), 20, + ACTIONS(4231), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -548672,6 +547637,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, @@ -548685,13 +547651,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4218), 26, - sym__automatic_semicolon, + 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, @@ -548712,28 +547678,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [69991] = 8, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(5788), 1, - anon_sym_LBRACE, - ACTIONS(6376), 1, - anon_sym_COLON, - STATE(5030), 1, - sym_type_constraints, - STATE(5175), 1, - sym_class_body, + [69208] = 5, + ACTIONS(8786), 1, + anon_sym_COMMA, + STATE(5509), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3270), 20, + ACTIONS(4704), 22, 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, @@ -548747,13 +547709,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3274), 26, - sym__automatic_semicolon, + ACTIONS(4706), 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, @@ -548774,21 +547737,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [70061] = 8, - ACTIONS(5770), 1, + [69272] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4275), 20, + sym__string_start, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_LBRACE, - ACTIONS(5776), 1, - anon_sym_where, - ACTIONS(6372), 1, - anon_sym_COLON, - STATE(4981), 1, - sym_type_constraints, - STATE(5246), 1, - sym_enum_class_body, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4273), 31, + anon_sym_val, + 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_for, + 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_PLUS, + anon_sym_DASH, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [69332] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8426), 1, + anon_sym_EQ, + STATE(4693), 1, + sym_function_body, + STATE(4740), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3286), 20, + ACTIONS(4129), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -548796,6 +547814,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, @@ -548809,13 +547828,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(3290), 26, - sym__automatic_semicolon, + ACTIONS(4131), 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, @@ -548836,138 +547855,292 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [70131] = 4, + [69400] = 5, + ACTIONS(8796), 1, + anon_sym_by, + STATE(5092), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4453), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(5020), 22, + ACTIONS(4396), 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_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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5022), 27, + ACTIONS(4398), 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_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, - [70193] = 7, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(8442), 1, - anon_sym_EQ, - STATE(4730), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + [69464] = 4, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 21, + ACTIONS(4460), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(5102), 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_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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 26, + ACTIONS(5104), 27, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, - anon_sym_RBRACE, + anon_sym_LBRACE, 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, - [70261] = 7, - ACTIONS(8104), 1, + [69526] = 23, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, + anon_sym_AT, + ACTIONS(8690), 1, + sym_property_modifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(8798), 1, + anon_sym_COMMA, + ACTIONS(8800), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7849), 1, + sym_modifiers, + STATE(9051), 1, + sym_class_parameter, + STATE(9490), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8676), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8678), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(8682), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(8686), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8696), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5857), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8684), 3, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8692), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8694), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8688), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8680), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5672), 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, + [69626] = 23, + ACTIONS(3202), 1, + anon_sym_AT, + ACTIONS(3226), 1, + sym_property_modifier, + ACTIONS(8492), 1, + anon_sym_constructor, + ACTIONS(8496), 1, + anon_sym_LPAREN, + ACTIONS(8500), 1, + anon_sym_where, + ACTIONS(8519), 1, anon_sym_LBRACE, - ACTIONS(8442), 1, - anon_sym_EQ, - STATE(4775), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + ACTIONS(8802), 1, + anon_sym_COLON, + STATE(8388), 1, + sym_primary_constructor, + STATE(8591), 1, + sym__class_parameters, + STATE(8661), 1, + sym_type_constraints, + STATE(9115), 1, + sym_enum_class_body, + STATE(9751), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3284), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(7641), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(7649), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5722), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(7645), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(7647), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(7643), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(7639), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(7637), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5485), 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, + [69726] = 8, + ACTIONS(5822), 1, + anon_sym_where, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(6358), 1, + anon_sym_COLON, + STATE(4983), 1, + sym_type_constraints, + STATE(5190), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 21, + ACTIONS(3290), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -548975,7 +548148,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, @@ -548989,13 +548161,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 26, + ACTIONS(3294), 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, @@ -549016,19 +548188,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [70329] = 7, - ACTIONS(8104), 1, + [69796] = 23, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, + anon_sym_AT, + ACTIONS(8690), 1, + sym_property_modifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(8804), 1, + anon_sym_COMMA, + ACTIONS(8806), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7849), 1, + sym_modifiers, + STATE(8826), 1, + sym_class_parameter, + STATE(9490), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8676), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8678), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(8682), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(8686), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8696), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5857), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8684), 3, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8692), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8694), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8688), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8680), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5672), 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, + [69896] = 7, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8442), 1, + ACTIONS(8426), 1, anon_sym_EQ, - STATE(4800), 1, + STATE(4740), 1, sym__block, - STATE(4824), 1, + STATE(4795), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4295), 21, + ACTIONS(4481), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -549050,7 +548299,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4297), 26, + ACTIONS(4483), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -549077,131 +548326,157 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [70397] = 3, + [69964] = 23, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, + anon_sym_AT, + ACTIONS(8690), 1, + sym_property_modifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(8808), 1, + anon_sym_COMMA, + ACTIONS(8810), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7849), 1, + sym_modifiers, + STATE(9046), 1, + sym_class_parameter, + STATE(9490), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7193), 20, - sym__string_start, - anon_sym_AT, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(7191), 30, + ACTIONS(8676), 2, anon_sym_val, - anon_sym_object, - anon_sym_fun, + anon_sym_var, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_for, - 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_PLUS, - anon_sym_DASH, + ACTIONS(8682), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(8686), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8696), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5857), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [70456] = 5, - ACTIONS(4259), 1, - anon_sym_while, - ACTIONS(8828), 1, - anon_sym_LPAREN, + ACTIONS(8692), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8694), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8688), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8680), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5672), 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, + [70064] = 7, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(8426), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4784), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4004), 22, + ACTIONS(4493), 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_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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4009), 26, + ACTIONS(4495), 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, - [70519] = 6, - ACTIONS(5598), 1, + [70132] = 7, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(8831), 1, - anon_sym_COLON, - STATE(4774), 1, - sym_class_body, + ACTIONS(8426), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4748), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4497), 21, + ACTIONS(4319), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -549223,7 +548498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4499), 26, + ACTIONS(4321), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -549250,71 +548525,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [70584] = 22, - ACTIONS(8672), 1, + [70200] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4271), 20, + sym__string_start, + anon_sym_AT, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4269), 31, + anon_sym_val, + 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_for, + 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_PLUS, + anon_sym_DASH, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(8674), 1, + [70260] = 22, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8833), 1, + ACTIONS(8812), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7862), 1, + STATE(7849), 1, sym_modifiers, - STATE(9268), 1, + STATE(9161), 1, sym_class_parameter, - STATE(9495), 1, + STATE(9490), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, + ACTIONS(8676), 2, anon_sym_val, anon_sym_var, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -549325,19 +548657,22 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [70681] = 5, - ACTIONS(8835), 1, - anon_sym_COMMA, - STATE(5539), 1, - aux_sym__delegation_specifiers_repeat1, + [70357] = 7, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8527), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5135), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4633), 21, + ACTIONS(4319), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, - anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -549355,12 +548690,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4635), 27, + ACTIONS(4321), 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, @@ -549383,71 +548717,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [70744] = 22, - ACTIONS(8672), 1, + [70424] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7199), 20, + sym__string_start, + anon_sym_AT, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(7197), 30, + anon_sym_val, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_for, + 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_PLUS, + anon_sym_DASH, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(8674), 1, + [70483] = 22, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8838), 1, + ACTIONS(8814), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7862), 1, + STATE(7849), 1, sym_modifiers, - STATE(9268), 1, + STATE(9161), 1, sym_class_parameter, - STATE(9495), 1, + STATE(9490), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, + ACTIONS(8676), 2, anon_sym_val, anon_sym_var, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -549458,89 +548848,202 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [70841] = 21, - ACTIONS(3316), 1, + [70580] = 22, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(5265), 1, - anon_sym_SEMI, - ACTIONS(7645), 1, - anon_sym_get, - ACTIONS(7647), 1, - anon_sym_set, - ACTIONS(8581), 1, - anon_sym_by, - ACTIONS(8595), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8662), 1, - anon_sym_EQ, - STATE(5636), 1, - sym_property_delegate, - STATE(9322), 1, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(8816), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7849), 1, sym_modifiers, + STATE(9161), 1, + sym_class_parameter, + STATE(9490), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1792), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(8676), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8678), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(8682), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - STATE(9110), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, + ACTIONS(8684), 3, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, - anon_sym_sealed, - anon_sym_annotation, + ACTIONS(8680), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5672), 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, + [70677] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7161), 20, + sym__string_start, + anon_sym_AT, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(7159), 30, + anon_sym_val, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_for, + 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_PLUS, + anon_sym_DASH, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [70736] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7174), 20, + sym__string_start, + anon_sym_AT, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(7172), 30, + anon_sym_val, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_for, + 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_PLUS, + anon_sym_DASH, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5620), 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, - [70936] = 5, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [70795] = 5, ACTIONS(4281), 1, anon_sym_while, - ACTIONS(8840), 1, + ACTIONS(8818), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4004), 22, + ACTIONS(3976), 22, anon_sym_as, anon_sym_EQ, anon_sym_LT, @@ -549563,7 +549066,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4009), 26, + ACTIONS(3981), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -549590,129 +549093,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [70999] = 5, - ACTIONS(8843), 1, - anon_sym_COMMA, - STATE(5539), 1, - aux_sym__delegation_specifiers_repeat1, + [70858] = 5, + ACTIONS(4295), 1, + anon_sym_while, + ACTIONS(8821), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4736), 21, + ACTIONS(3976), 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_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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4738), 27, - sym__automatic_semicolon, + ACTIONS(3981), 26, 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, - [71062] = 22, - ACTIONS(8672), 1, + [70921] = 23, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8674), 1, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8845), 1, - anon_sym_RPAREN, - STATE(6224), 1, + ACTIONS(8824), 1, + anon_sym_RBRACE, + ACTIONS(8826), 1, + anon_sym_SEMI, + STATE(5910), 1, sym__lexical_identifier, - STATE(7862), 1, + STATE(8110), 1, sym_modifiers, - STATE(9268), 1, - sym_class_parameter, - STATE(9495), 1, + STATE(8384), 1, sym_simple_identifier, + STATE(8682), 1, + sym_enum_entry, + STATE(9420), 1, + sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -549723,71 +549227,70 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [71159] = 22, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8674), 1, + [71020] = 21, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(5241), 1, + anon_sym_SEMI, + ACTIONS(7633), 1, + anon_sym_get, + ACTIONS(7635), 1, + anon_sym_set, + ACTIONS(8561), 1, + anon_sym_by, + ACTIONS(8573), 1, sym_property_modifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(8847), 1, - anon_sym_RPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7862), 1, + ACTIONS(8828), 1, + anon_sym_EQ, + STATE(5630), 1, + sym_property_delegate, + STATE(9298), 1, sym_modifiers, - STATE(9268), 1, - sym_class_parameter, - STATE(9495), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8682), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(8686), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(1826), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8696), 3, + STATE(9382), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8567), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -549798,71 +549301,11 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [71256] = 7, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8559), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5167), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4447), 20, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4449), 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, - [71323] = 3, + [71115] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5185), 20, + ACTIONS(7149), 20, sym__string_start, anon_sym_AT, anon_sym_LBRACK, @@ -549883,7 +549326,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5183), 30, + ACTIONS(7147), 30, anon_sym_val, anon_sym_object, anon_sym_fun, @@ -549914,22 +549357,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [71382] = 7, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8559), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5140), 1, - sym_function_body, + [71174] = 4, + STATE(5583), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4443), 20, + ACTIONS(4714), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -549947,13 +549385,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4445), 26, + ACTIONS(4716), 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, @@ -549974,70 +549414,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [71449] = 21, - ACTIONS(3316), 1, + [71235] = 23, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(5261), 1, - anon_sym_SEMI, - ACTIONS(7645), 1, - anon_sym_get, - ACTIONS(7647), 1, - anon_sym_set, - ACTIONS(8581), 1, - anon_sym_by, - ACTIONS(8595), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8609), 1, - anon_sym_EQ, - STATE(5633), 1, - sym_property_delegate, - STATE(9322), 1, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(8830), 1, + anon_sym_RBRACE, + ACTIONS(8832), 1, + anon_sym_SEMI, + STATE(5910), 1, + sym__lexical_identifier, + STATE(8110), 1, sym_modifiers, + STATE(8384), 1, + sym_simple_identifier, + STATE(8682), 1, + sym_enum_entry, + STATE(9131), 1, + sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1798), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(8678), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(8682), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - STATE(9460), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, + ACTIONS(8684), 3, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -550048,71 +549490,71 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [71544] = 22, - ACTIONS(8672), 1, + [71334] = 22, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8674), 1, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8849), 1, + ACTIONS(8834), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7862), 1, + STATE(7849), 1, sym_modifiers, - STATE(9268), 1, + STATE(9161), 1, sym_class_parameter, - STATE(9495), 1, + STATE(9490), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, + ACTIONS(8676), 2, anon_sym_val, anon_sym_var, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -550123,189 +549565,72 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [71641] = 5, - ACTIONS(8843), 1, - anon_sym_COMMA, - STATE(5543), 1, - aux_sym__delegation_specifiers_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4684), 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_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_value, - anon_sym_expect, - anon_sym_actual, + [71431] = 23, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(4686), 27, - sym__automatic_semicolon, - sym_safe_nav, + ACTIONS(8670), 1, 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, + ACTIONS(8690), 1, + sym_property_modifier, + ACTIONS(8698), 1, sym__backtick_identifier, - [71704] = 7, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8559), 1, - anon_sym_EQ, - STATE(5076), 1, - sym_function_body, - STATE(5091), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4307), 20, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4309), 26, - sym__automatic_semicolon, - sym_safe_nav, - anon_sym_AT, - anon_sym_LBRACK, + ACTIONS(8836), 1, anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(8838), 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, - [71771] = 22, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8674), 1, - anon_sym_AT, - ACTIONS(8694), 1, - sym_property_modifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(8851), 1, - anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7862), 1, + STATE(8110), 1, sym_modifiers, - STATE(9268), 1, - sym_class_parameter, - STATE(9495), 1, + STATE(8384), 1, sym_simple_identifier, + STATE(8682), 1, + sym_enum_entry, + STATE(9423), 1, + sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -550316,130 +549641,71 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [71868] = 6, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(8853), 1, - anon_sym_COLON, - STATE(4749), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4349), 21, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4351), 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, - [71933] = 22, - ACTIONS(8672), 1, + [71530] = 22, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8674), 1, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8855), 1, + ACTIONS(8840), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7862), 1, + STATE(7849), 1, sym_modifiers, - STATE(9268), 1, + STATE(9161), 1, sym_class_parameter, - STATE(9495), 1, + STATE(9490), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, + ACTIONS(8676), 2, anon_sym_val, anon_sym_var, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -550450,71 +549716,71 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [72030] = 22, - ACTIONS(8672), 1, + [71627] = 22, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8674), 1, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8857), 1, + ACTIONS(8842), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7862), 1, + STATE(7849), 1, sym_modifiers, - STATE(9268), 1, + STATE(9161), 1, sym_class_parameter, - STATE(9495), 1, + STATE(9490), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, + ACTIONS(8676), 2, anon_sym_val, anon_sym_var, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -550525,128 +549791,71 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [72127] = 4, - ACTIONS(8769), 1, - anon_sym_by, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4505), 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_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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4507), 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, - [72188] = 22, - ACTIONS(8672), 1, + [71724] = 22, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8674), 1, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8859), 1, + ACTIONS(8844), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7862), 1, + STATE(7849), 1, sym_modifiers, - STATE(9268), 1, + STATE(9161), 1, sym_class_parameter, - STATE(9495), 1, + STATE(9490), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, + ACTIONS(8676), 2, anon_sym_val, anon_sym_var, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -550657,72 +549866,128 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [72285] = 23, - ACTIONS(8672), 1, + [71821] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7183), 20, + sym__string_start, + anon_sym_AT, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(7181), 30, + anon_sym_val, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_for, + 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_PLUS, + anon_sym_DASH, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(8674), 1, + [71880] = 23, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8861), 1, + ACTIONS(8846), 1, anon_sym_RBRACE, - ACTIONS(8863), 1, + ACTIONS(8848), 1, anon_sym_SEMI, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8107), 1, + STATE(8110), 1, sym_modifiers, - STATE(8388), 1, + STATE(8384), 1, sym_simple_identifier, - STATE(8730), 1, + STATE(8682), 1, sym_enum_entry, - STATE(9391), 1, + STATE(9276), 1, sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -550733,71 +549998,71 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [72384] = 22, - ACTIONS(8672), 1, + [71979] = 22, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8674), 1, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8865), 1, + ACTIONS(8850), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7862), 1, + STATE(7849), 1, sym_modifiers, - STATE(9268), 1, + STATE(9161), 1, sym_class_parameter, - STATE(9495), 1, + STATE(9490), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, + ACTIONS(8676), 2, anon_sym_val, anon_sym_var, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -550808,11 +550073,71 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [72481] = 3, + [72076] = 7, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8527), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5171), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4481), 20, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4483), 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, + [72143] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7173), 20, + ACTIONS(4964), 20, sym__string_start, anon_sym_AT, anon_sym_LBRACK, @@ -550833,7 +550158,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(7171), 30, + ACTIONS(4962), 30, anon_sym_val, anon_sym_object, anon_sym_fun, @@ -550864,72 +550189,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [72540] = 23, - ACTIONS(8672), 1, + [72202] = 22, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8674), 1, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8867), 1, - anon_sym_RBRACE, - ACTIONS(8869), 1, - anon_sym_SEMI, - STATE(6224), 1, + ACTIONS(8852), 1, + anon_sym_RPAREN, + STATE(5910), 1, sym__lexical_identifier, - STATE(8107), 1, + STATE(7849), 1, sym_modifiers, - STATE(8388), 1, + STATE(9161), 1, + sym_class_parameter, + STATE(9490), 1, sym_simple_identifier, - STATE(8730), 1, - sym_enum_entry, - STATE(9434), 1, - sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 2, + ACTIONS(8676), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -550940,22 +550264,169 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [72639] = 7, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8559), 1, + [72299] = 21, + ACTIONS(3312), 1, + anon_sym_AT, + ACTIONS(7633), 1, + anon_sym_get, + ACTIONS(7635), 1, + anon_sym_set, + ACTIONS(8561), 1, + anon_sym_by, + ACTIONS(8573), 1, + sym_property_modifier, + ACTIONS(8628), 1, anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5174), 1, - sym_function_body, + ACTIONS(8630), 1, + anon_sym_SEMI, + STATE(5632), 1, + sym_property_delegate, + STATE(9298), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3340), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8569), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8579), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5783), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(9400), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8577), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8571), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8567), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8565), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5611), 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, + [72394] = 23, + ACTIONS(3202), 1, + anon_sym_AT, + ACTIONS(3226), 1, + sym_property_modifier, + ACTIONS(3284), 1, + anon_sym_while, + ACTIONS(8583), 1, + anon_sym_constructor, + ACTIONS(8587), 1, + anon_sym_LPAREN, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(8597), 1, + anon_sym_LBRACE, + ACTIONS(8854), 1, + anon_sym_COLON, + STATE(8416), 1, + sym_primary_constructor, + STATE(8632), 1, + sym__class_parameters, + STATE(8820), 1, + sym_type_constraints, + STATE(9605), 1, + sym_enum_class_body, + STATE(9642), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7641), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(7649), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5722), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(7645), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(7647), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(7643), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(7639), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(7637), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5485), 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, + [72493] = 5, + ACTIONS(8856), 1, + anon_sym_COMMA, + STATE(5587), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4439), 20, + ACTIONS(4704), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -550973,11 +550444,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4441), 26, + ACTIONS(4706), 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, @@ -551000,72 +550472,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [72706] = 23, - ACTIONS(3202), 1, + [72556] = 22, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(3226), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(3282), 1, - anon_sym_while, - ACTIONS(8636), 1, - anon_sym_constructor, - ACTIONS(8638), 1, - anon_sym_LBRACE, - ACTIONS(8640), 1, - anon_sym_LPAREN, - ACTIONS(8644), 1, - anon_sym_where, - ACTIONS(8871), 1, - anon_sym_COLON, - STATE(8429), 1, - sym_primary_constructor, - STATE(8733), 1, - sym__class_parameters, - STATE(8941), 1, - sym_type_constraints, - STATE(9529), 1, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(8858), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7849), 1, sym_modifiers, - STATE(9545), 1, - sym_class_body, + STATE(9161), 1, + sym_class_parameter, + STATE(9490), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7653), 2, + ACTIONS(8676), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8678), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(8682), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(7661), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5732), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(7657), 3, + ACTIONS(8684), 3, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(7659), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(7655), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(7651), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(7649), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5517), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -551076,71 +550547,70 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [72805] = 22, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8674), 1, + [72653] = 21, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(5255), 1, + anon_sym_SEMI, + ACTIONS(7633), 1, + anon_sym_get, + ACTIONS(7635), 1, + anon_sym_set, + ACTIONS(8559), 1, + anon_sym_EQ, + ACTIONS(8561), 1, + anon_sym_by, + ACTIONS(8573), 1, sym_property_modifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(8873), 1, - anon_sym_RPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7862), 1, + STATE(5638), 1, + sym_property_delegate, + STATE(9298), 1, sym_modifiers, - STATE(9268), 1, - sym_class_parameter, - STATE(9495), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8682), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(8686), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(1812), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8696), 3, + STATE(9359), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8567), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -551151,72 +550621,71 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [72902] = 23, - ACTIONS(8672), 1, + [72748] = 22, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8674), 1, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8875), 1, - anon_sym_RBRACE, - ACTIONS(8877), 1, - anon_sym_SEMI, - STATE(6224), 1, + ACTIONS(8860), 1, + anon_sym_RPAREN, + STATE(5910), 1, sym__lexical_identifier, - STATE(8107), 1, + STATE(7849), 1, sym_modifiers, - STATE(8388), 1, + STATE(9161), 1, + sym_class_parameter, + STATE(9490), 1, sym_simple_identifier, - STATE(8730), 1, - sym_enum_entry, - STATE(9186), 1, - sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 2, + ACTIONS(8676), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -551227,188 +550696,144 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [73001] = 7, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8559), 1, + [72845] = 21, + ACTIONS(3312), 1, + anon_sym_AT, + ACTIONS(5249), 1, + anon_sym_SEMI, + ACTIONS(7633), 1, + anon_sym_get, + ACTIONS(7635), 1, + anon_sym_set, + ACTIONS(8561), 1, + anon_sym_by, + ACTIONS(8573), 1, + sym_property_modifier, + ACTIONS(8646), 1, anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5141), 1, - sym_function_body, + STATE(5634), 1, + sym_property_delegate, + STATE(9298), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4137), 20, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4139), 26, + ACTIONS(1734), 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, - [73068] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7181), 20, - sym__string_start, - anon_sym_AT, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(7179), 30, - anon_sym_val, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_for, - 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_PLUS, - anon_sym_DASH, + ACTIONS(8569), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8579), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5783), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(9178), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8577), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8571), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8567), 5, + anon_sym_sealed, + anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [73127] = 23, - ACTIONS(3202), 1, + ACTIONS(8565), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5611), 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, + [72940] = 21, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(3226), 1, + ACTIONS(5251), 1, + anon_sym_SEMI, + ACTIONS(7633), 1, + anon_sym_get, + ACTIONS(7635), 1, + anon_sym_set, + ACTIONS(8561), 1, + anon_sym_by, + ACTIONS(8573), 1, sym_property_modifier, - ACTIONS(3282), 1, - anon_sym_while, - ACTIONS(8636), 1, - anon_sym_constructor, - ACTIONS(8640), 1, - anon_sym_LPAREN, - ACTIONS(8644), 1, - anon_sym_where, - ACTIONS(8648), 1, - anon_sym_LBRACE, - ACTIONS(8879), 1, - anon_sym_COLON, - STATE(8433), 1, - sym_primary_constructor, - STATE(8733), 1, - sym__class_parameters, - STATE(9000), 1, - sym_type_constraints, - STATE(9529), 1, + ACTIONS(8593), 1, + anon_sym_EQ, + STATE(5639), 1, + sym_property_delegate, + STATE(9298), 1, sym_modifiers, - STATE(9545), 1, - sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7653), 2, + ACTIONS(1798), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(7661), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5732), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(7657), 3, + STATE(9127), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(7659), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(7655), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(7651), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(7649), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5517), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -551419,19 +550844,19 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [73226] = 7, - ACTIONS(8223), 1, + [73035] = 7, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8559), 1, + ACTIONS(8527), 1, anon_sym_EQ, - STATE(5091), 1, + STATE(5082), 1, sym__block, - STATE(5178), 1, + STATE(5188), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4147), 20, + ACTIONS(4485), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -551452,7 +550877,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4149), 26, + ACTIONS(4487), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -551479,127 +550904,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [73293] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5161), 20, - sym__string_start, - anon_sym_AT, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(5159), 30, - anon_sym_val, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_for, - 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_PLUS, - anon_sym_DASH, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [73352] = 22, - ACTIONS(8672), 1, + [73102] = 23, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8674), 1, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8881), 1, - anon_sym_RPAREN, - STATE(6224), 1, + ACTIONS(8862), 1, + anon_sym_RBRACE, + ACTIONS(8864), 1, + anon_sym_SEMI, + STATE(5910), 1, sym__lexical_identifier, - STATE(7862), 1, + STATE(8110), 1, sym_modifiers, - STATE(9268), 1, - sym_class_parameter, - STATE(9495), 1, + STATE(8384), 1, sym_simple_identifier, + STATE(8682), 1, + sym_enum_entry, + STATE(9385), 1, + sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -551610,11 +550980,71 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [73449] = 3, + [73201] = 7, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8527), 1, + anon_sym_EQ, + STATE(5065), 1, + sym_function_body, + STATE(5082), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4493), 20, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4495), 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, + [73268] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5181), 20, + ACTIONS(4972), 20, sym__string_start, anon_sym_AT, anon_sym_LBRACK, @@ -551635,7 +551065,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(5179), 30, + ACTIONS(4970), 30, anon_sym_val, anon_sym_object, anon_sym_fun, @@ -551666,72 +551096,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [73508] = 23, - ACTIONS(8672), 1, + [73327] = 23, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8674), 1, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8883), 1, + ACTIONS(8866), 1, anon_sym_RBRACE, - ACTIONS(8885), 1, + ACTIONS(8868), 1, anon_sym_SEMI, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8107), 1, + STATE(8110), 1, sym_modifiers, - STATE(8388), 1, + STATE(8384), 1, sym_simple_identifier, - STATE(8730), 1, + STATE(8682), 1, sym_enum_entry, - STATE(9198), 1, + STATE(9137), 1, sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -551742,70 +551172,71 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [73607] = 21, - ACTIONS(3316), 1, + [73426] = 22, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(5247), 1, - anon_sym_SEMI, - ACTIONS(7645), 1, - anon_sym_get, - ACTIONS(7647), 1, - anon_sym_set, - ACTIONS(8581), 1, - anon_sym_by, - ACTIONS(8595), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8887), 1, - anon_sym_EQ, - STATE(5635), 1, - sym_property_delegate, - STATE(9322), 1, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(8870), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7849), 1, sym_modifiers, + STATE(9161), 1, + sym_class_parameter, + STATE(9490), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1734), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(8676), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8678), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(8682), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - STATE(9131), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, + ACTIONS(8684), 3, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -551816,78 +551247,17 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [73702] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7145), 20, - sym__string_start, - anon_sym_AT, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(7143), 30, - anon_sym_val, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - anon_sym_this, - anon_sym_super, - sym_label, - anon_sym_for, - 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_PLUS, - anon_sym_DASH, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [73761] = 7, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(8559), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5240), 1, - sym_function_body, + [73523] = 4, + ACTIONS(8796), 1, + anon_sym_by, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4160), 20, + ACTIONS(4396), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, + anon_sym_where, anon_sym_DOT, anon_sym_get, anon_sym_set, @@ -551905,13 +551275,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4162), 26, + ACTIONS(4398), 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, @@ -551932,152 +551304,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [73828] = 23, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8674), 1, - anon_sym_AT, - ACTIONS(8694), 1, - sym_property_modifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(8889), 1, - anon_sym_RBRACE, - ACTIONS(8891), 1, - anon_sym_SEMI, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8107), 1, - sym_modifiers, - STATE(8388), 1, - sym_simple_identifier, - STATE(8730), 1, - sym_enum_entry, - STATE(9233), 1, - sym__enum_entries, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8682), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(8686), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(8690), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8700), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5880), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8688), 3, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8696), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8698), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8692), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8684), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5675), 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, - [73927] = 4, - ACTIONS(4451), 1, - anon_sym_while, + [73584] = 7, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8527), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5167), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5020), 22, + ACTIONS(4231), 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_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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(5022), 27, + ACTIONS(4233), 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, - [73988] = 7, - ACTIONS(8223), 1, + [73651] = 6, + ACTIONS(5486), 1, anon_sym_LBRACE, - ACTIONS(8559), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5220), 1, - sym_function_body, + ACTIONS(8872), 1, + anon_sym_COLON, + STATE(4744), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4183), 20, + ACTIONS(4450), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -552085,6 +551382,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, @@ -552098,13 +551396,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4185), 26, - sym__automatic_semicolon, + ACTIONS(4452), 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, @@ -552125,71 +551423,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [74055] = 22, - ACTIONS(8672), 1, + [73716] = 22, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8674), 1, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8893), 1, + ACTIONS(8874), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7862), 1, + STATE(7849), 1, sym_modifiers, - STATE(9268), 1, + STATE(9161), 1, sym_class_parameter, - STATE(9495), 1, + STATE(9490), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, + ACTIONS(8676), 2, anon_sym_val, anon_sym_var, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -552200,72 +551498,128 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [74152] = 23, - ACTIONS(8672), 1, + [73813] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5062), 20, + sym__string_start, + anon_sym_AT, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(5060), 30, + anon_sym_val, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_for, + 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_PLUS, + anon_sym_DASH, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(8674), 1, + [73872] = 23, + ACTIONS(3202), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(3226), 1, sym_property_modifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(8895), 1, - anon_sym_RBRACE, - ACTIONS(8897), 1, - anon_sym_SEMI, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8107), 1, + ACTIONS(3278), 1, + anon_sym_while, + ACTIONS(8583), 1, + anon_sym_constructor, + ACTIONS(8587), 1, + anon_sym_LPAREN, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(8597), 1, + anon_sym_LBRACE, + ACTIONS(8876), 1, + anon_sym_COLON, + STATE(8433), 1, + sym_primary_constructor, + STATE(8632), 1, + sym__class_parameters, + STATE(9076), 1, + sym_type_constraints, + STATE(9642), 1, sym_modifiers, - STATE(8388), 1, - sym_simple_identifier, - STATE(8730), 1, - sym_enum_entry, - STATE(9125), 1, - sym__enum_entries, + STATE(9668), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(8686), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(7641), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(7649), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5722), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(7645), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(7647), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(7643), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(7639), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(7637), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5485), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -552276,19 +551630,19 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [74251] = 7, - ACTIONS(8223), 1, + [73971] = 7, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8559), 1, + ACTIONS(8527), 1, anon_sym_EQ, - STATE(5073), 1, - sym_function_body, - STATE(5091), 1, + STATE(5082), 1, sym__block, + STATE(5166), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4299), 20, + ACTIONS(4323), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -552309,7 +551663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4301), 26, + ACTIONS(4325), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -552336,85 +551690,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [74318] = 21, - ACTIONS(3316), 1, - anon_sym_AT, - ACTIONS(5273), 1, - anon_sym_SEMI, - ACTIONS(7645), 1, - anon_sym_get, - ACTIONS(7647), 1, - anon_sym_set, - ACTIONS(8581), 1, - anon_sym_by, - ACTIONS(8595), 1, - sym_property_modifier, - ACTIONS(8632), 1, - anon_sym_EQ, - STATE(5640), 1, - sym_property_delegate, - STATE(9322), 1, - sym_modifiers, + [74038] = 6, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(8878), 1, + anon_sym_COLON, + STATE(4728), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1804), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8591), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8601), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5789), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(9265), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8599), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8593), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8589), 5, - anon_sym_sealed, - anon_sym_annotation, + ACTIONS(4422), 21, + 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_value, - ACTIONS(8587), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5620), 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, - [74413] = 3, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4424), 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, + [74103] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7189), 20, + ACTIONS(5024), 20, sym__string_start, anon_sym_AT, anon_sym_LBRACK, @@ -552435,7 +551774,7 @@ static const uint16_t ts_small_parse_table[] = { sym_bin_literal, anon_sym_SQUOTE, sym__backtick_identifier, - ACTIONS(7187), 30, + ACTIONS(5022), 30, anon_sym_val, anon_sym_object, anon_sym_fun, @@ -552466,72 +551805,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_true, anon_sym_false, sym__alpha_identifier, - [74472] = 23, - ACTIONS(3202), 1, + [74162] = 22, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(3226), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(3290), 1, - anon_sym_while, - ACTIONS(8636), 1, - anon_sym_constructor, - ACTIONS(8640), 1, - anon_sym_LPAREN, - ACTIONS(8644), 1, - anon_sym_where, - ACTIONS(8648), 1, - anon_sym_LBRACE, - ACTIONS(8899), 1, - anon_sym_COLON, - STATE(8437), 1, - sym_primary_constructor, - STATE(8733), 1, - sym__class_parameters, - STATE(8903), 1, - sym_type_constraints, - STATE(9529), 1, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(8880), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7849), 1, sym_modifiers, - STATE(9585), 1, - sym_enum_class_body, + STATE(9161), 1, + sym_class_parameter, + STATE(9490), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7653), 2, + ACTIONS(8676), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8678), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(8682), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(7661), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5732), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(7657), 3, + ACTIONS(8684), 3, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(7659), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(7655), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(7651), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(7649), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5517), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -552542,128 +551880,280 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [74571] = 4, - STATE(5539), 1, - aux_sym__delegation_specifiers_repeat1, + [74259] = 4, + ACTIONS(4343), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4736), 21, + ACTIONS(5177), 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_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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4738), 28, - sym__automatic_semicolon, + ACTIONS(5179), 27, 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, - [74632] = 22, - ACTIONS(8672), 1, + [74320] = 22, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8674), 1, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8901), 1, + ACTIONS(8882), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7862), 1, + STATE(7849), 1, sym_modifiers, - STATE(9268), 1, + STATE(9161), 1, sym_class_parameter, - STATE(9495), 1, + STATE(9490), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, + ACTIONS(8676), 2, anon_sym_val, anon_sym_var, + ACTIONS(8678), 2, + anon_sym_get, + anon_sym_set, ACTIONS(8682), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(8686), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8696), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5857), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8684), 3, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8692), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8694), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8688), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8680), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5672), 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, + [74417] = 23, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, + anon_sym_AT, + ACTIONS(8690), 1, + sym_property_modifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(8884), 1, + anon_sym_RBRACE, + ACTIONS(8886), 1, + anon_sym_SEMI, + STATE(5910), 1, + sym__lexical_identifier, + STATE(8110), 1, + sym_modifiers, + STATE(8384), 1, + sym_simple_identifier, + STATE(8682), 1, + sym_enum_entry, + STATE(9203), 1, + sym__enum_entries, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, + ACTIONS(8682), 2, + anon_sym_sealed, + anon_sym_annotation, ACTIONS(8686), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8696), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5857), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8684), 3, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8692), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8694), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8688), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8680), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5672), 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, + [74516] = 23, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, + anon_sym_AT, + ACTIONS(8690), 1, + sym_property_modifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(8888), 1, + anon_sym_RBRACE, + ACTIONS(8890), 1, + anon_sym_SEMI, + STATE(5910), 1, + sym__lexical_identifier, + STATE(8110), 1, + sym_modifiers, + STATE(8384), 1, + sym_simple_identifier, + STATE(8682), 1, + sym_enum_entry, + STATE(9443), 1, + sym__enum_entries, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8678), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -552674,71 +552164,71 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [74729] = 22, - ACTIONS(8672), 1, + [74615] = 22, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8674), 1, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8903), 1, + ACTIONS(8892), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7862), 1, + STATE(7849), 1, sym_modifiers, - STATE(9268), 1, + STATE(9161), 1, sym_class_parameter, - STATE(9495), 1, + STATE(9490), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, + ACTIONS(8676), 2, anon_sym_val, anon_sym_var, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -552749,129 +552239,185 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [74826] = 4, - ACTIONS(4477), 1, - anon_sym_while, + [74712] = 5, + ACTIONS(8894), 1, + anon_sym_COMMA, + STATE(5583), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4812), 22, + ACTIONS(4677), 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_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_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4814), 27, + ACTIONS(4679), 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_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, - [74887] = 23, - ACTIONS(8672), 1, + [74775] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4980), 20, + sym__string_start, + anon_sym_AT, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(4978), 30, + anon_sym_val, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + anon_sym_this, + anon_sym_super, + sym_label, + anon_sym_for, + 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_PLUS, + anon_sym_DASH, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(8674), 1, + [74834] = 22, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8905), 1, - anon_sym_RBRACE, - ACTIONS(8907), 1, - anon_sym_SEMI, - STATE(6224), 1, + ACTIONS(8897), 1, + anon_sym_RPAREN, + STATE(5910), 1, sym__lexical_identifier, - STATE(8107), 1, + STATE(7849), 1, sym_modifiers, - STATE(8388), 1, + STATE(9161), 1, + sym_class_parameter, + STATE(9490), 1, sym_simple_identifier, - STATE(8730), 1, - sym_enum_entry, - STATE(9298), 1, - sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 2, + ACTIONS(8676), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -552882,19 +552428,19 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [74986] = 7, - ACTIONS(8223), 1, + [74931] = 7, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8559), 1, + ACTIONS(8527), 1, anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5194), 1, + STATE(5073), 1, sym_function_body, + STATE(5082), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4295), 20, + ACTIONS(4129), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -552915,7 +552461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4297), 26, + ACTIONS(4131), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -552942,126 +552488,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [75053] = 3, + [74998] = 5, + ACTIONS(8856), 1, + anon_sym_COMMA, + STATE(5583), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5189), 20, - sym__string_start, - anon_sym_AT, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(5187), 30, - anon_sym_val, - anon_sym_object, - anon_sym_fun, + ACTIONS(4714), 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_for, - 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_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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [75112] = 21, - ACTIONS(3316), 1, + ACTIONS(4716), 27, + sym__automatic_semicolon, + sym_safe_nav, anon_sym_AT, - ACTIONS(7645), 1, - anon_sym_get, - ACTIONS(7647), 1, - anon_sym_set, - ACTIONS(8579), 1, - anon_sym_EQ, - ACTIONS(8581), 1, - anon_sym_by, - ACTIONS(8585), 1, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_SEMI, - ACTIONS(8595), 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, + [75061] = 23, + ACTIONS(3202), 1, + anon_sym_AT, + ACTIONS(3226), 1, sym_property_modifier, - STATE(5648), 1, - sym_property_delegate, - STATE(9322), 1, + ACTIONS(3294), 1, + anon_sym_while, + ACTIONS(8583), 1, + anon_sym_constructor, + ACTIONS(8585), 1, + anon_sym_LBRACE, + ACTIONS(8587), 1, + anon_sym_LPAREN, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(8899), 1, + anon_sym_COLON, + STATE(8424), 1, + sym_primary_constructor, + STATE(8632), 1, + sym__class_parameters, + STATE(9072), 1, + sym_type_constraints, + STATE(9493), 1, + sym_class_body, + STATE(9642), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3346), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(7641), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(7649), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5722), 2, sym__single_annotation, sym__multi_annotation, - STATE(9405), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, + ACTIONS(7645), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(7647), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(7643), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(7639), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(7637), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5485), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -553072,71 +552622,71 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [75207] = 22, - ACTIONS(8672), 1, + [75160] = 22, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8674), 1, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8909), 1, + ACTIONS(8901), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7862), 1, + STATE(7849), 1, sym_modifiers, - STATE(9268), 1, + STATE(9161), 1, sym_class_parameter, - STATE(9495), 1, + STATE(9490), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, + ACTIONS(8676), 2, anon_sym_val, anon_sym_var, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -553147,147 +552697,132 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [75304] = 22, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8674), 1, - anon_sym_AT, - ACTIONS(8694), 1, - sym_property_modifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(8911), 1, - anon_sym_RPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7862), 1, - sym_modifiers, - STATE(9268), 1, - sym_class_parameter, - STATE(9495), 1, - sym_simple_identifier, + [75257] = 7, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8527), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5250), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8682), 2, + ACTIONS(4139), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(8690), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8700), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5880), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8688), 3, + 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_value, - ACTIONS(8696), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8698), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8692), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8684), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5675), 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, - [75401] = 23, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4141), 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, + [75324] = 23, ACTIONS(3202), 1, anon_sym_AT, ACTIONS(3226), 1, sym_property_modifier, - ACTIONS(3274), 1, + ACTIONS(3284), 1, anon_sym_while, - ACTIONS(8636), 1, + ACTIONS(8583), 1, anon_sym_constructor, - ACTIONS(8638), 1, + ACTIONS(8585), 1, anon_sym_LBRACE, - ACTIONS(8640), 1, + ACTIONS(8587), 1, anon_sym_LPAREN, - ACTIONS(8644), 1, + ACTIONS(8591), 1, anon_sym_where, - ACTIONS(8913), 1, + ACTIONS(8903), 1, anon_sym_COLON, - STATE(8403), 1, + STATE(8408), 1, sym_primary_constructor, - STATE(8733), 1, + STATE(8632), 1, sym__class_parameters, - STATE(9052), 1, + STATE(9024), 1, sym_type_constraints, - STATE(9529), 1, - sym_modifiers, - STATE(9819), 1, + STATE(9605), 1, sym_class_body, + STATE(9642), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7653), 2, + ACTIONS(7641), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(7661), 2, + ACTIONS(7649), 2, anon_sym_expect, anon_sym_actual, - STATE(5732), 2, + STATE(5722), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(7657), 3, + ACTIONS(7645), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(7659), 3, + ACTIONS(7647), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(7655), 4, + ACTIONS(7643), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(7651), 5, + ACTIONS(7639), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(7649), 6, + ACTIONS(7637), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5517), 10, + STATE(5485), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -553298,203 +552833,249 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [75500] = 22, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8674), 1, - anon_sym_AT, - ACTIONS(8694), 1, - sym_property_modifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(8915), 1, - anon_sym_RPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7862), 1, - sym_modifiers, - STATE(9268), 1, - sym_class_parameter, - STATE(9495), 1, - sym_simple_identifier, + [75423] = 7, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8527), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5162), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8682), 2, + ACTIONS(4145), 20, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(8690), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8700), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5880), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8688), 3, + 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_value, - ACTIONS(8696), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8698), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8692), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8684), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5675), 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, - [75597] = 3, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4147), 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, + [75490] = 4, + ACTIONS(4458), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5165), 20, - sym__string_start, + ACTIONS(5102), 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_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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(5104), 27, + 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_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, - anon_sym_return_AT, - anon_sym_continue_AT, - anon_sym_break_AT, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, + anon_sym_BANG_BANG, sym__backtick_identifier, - ACTIONS(5163), 30, - anon_sym_val, - anon_sym_object, - anon_sym_fun, + [75551] = 7, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(8527), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5213), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4151), 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_for, - 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_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_value, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, sym__alpha_identifier, - [75656] = 23, - ACTIONS(8672), 1, + ACTIONS(4153), 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, + [75618] = 23, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8674), 1, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(8917), 1, + ACTIONS(8905), 1, anon_sym_RBRACE, - ACTIONS(8919), 1, + ACTIONS(8907), 1, anon_sym_SEMI, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8107), 1, + STATE(8110), 1, sym_modifiers, - STATE(8388), 1, + STATE(8384), 1, sym_simple_identifier, - STATE(8730), 1, + STATE(8682), 1, sym_enum_entry, - STATE(9397), 1, + STATE(9315), 1, sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -553505,72 +553086,69 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [75755] = 23, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8674), 1, + [75717] = 21, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(3340), 1, + anon_sym_while, + ACTIONS(8573), 1, sym_property_modifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(8921), 1, - anon_sym_RBRACE, - ACTIONS(8923), 1, + ACTIONS(8658), 1, + anon_sym_by, + ACTIONS(8662), 1, + anon_sym_get, + ACTIONS(8664), 1, + anon_sym_set, + ACTIONS(8792), 1, + anon_sym_EQ, + ACTIONS(8794), 1, anon_sym_SEMI, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8107), 1, + STATE(5656), 1, + sym_property_delegate, + STATE(9440), 1, sym_modifiers, - STATE(8388), 1, - sym_simple_identifier, - STATE(8730), 1, - sym_enum_entry, - STATE(9167), 1, - sym__enum_entries, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(8686), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8696), 3, + STATE(9503), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8567), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -553581,138 +553159,129 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [75854] = 3, + [75811] = 4, + ACTIONS(8909), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4004), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(4009), 47, - anon_sym_AT, - anon_sym_COLON, - anon_sym_typealias, - anon_sym_EQ, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_by, + ACTIONS(4838), 21, + anon_sym_as, anon_sym_LT, + anon_sym_GT, anon_sym_where, - anon_sym_object, - anon_sym_fun, anon_sym_DOT, - anon_sym_SEMI, anon_sym_get, anon_sym_set, - anon_sym_AMP, - sym__quest, - anon_sym_while, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, + 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_value, - 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, - [75912] = 14, - ACTIONS(8925), 1, + sym__alpha_identifier, + ACTIONS(4840), 27, + sym__automatic_semicolon, + sym_safe_nav, anon_sym_AT, - ACTIONS(8940), 1, - sym_property_modifier, + 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, + [75871] = 4, + ACTIONS(8911), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8743), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(8934), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8949), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5789), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8943), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8946), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8937), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8931), 5, - anon_sym_sealed, - anon_sym_annotation, + ACTIONS(4930), 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_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_value, - ACTIONS(8928), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - ACTIONS(8741), 8, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - STATE(5603), 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, - [75992] = 6, - ACTIONS(5788), 1, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4932), 28, + sym__automatic_semicolon, + sym_safe_nav, + anon_sym_AT, + anon_sym_LBRACK, anon_sym_LBRACE, - ACTIONS(8952), 1, + 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, + [75931] = 6, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(8913), 1, anon_sym_COLON, - STATE(5172), 1, + STATE(5128), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4497), 20, + ACTIONS(4450), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -553733,7 +553302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4499), 26, + ACTIONS(4452), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -553760,16 +553329,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [76056] = 3, + [75995] = 5, + ACTIONS(8915), 1, + anon_sym_LT, + STATE(5635), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4179), 2, + ACTIONS(4169), 2, anon_sym_val, anon_sym_var, - ACTIONS(4181), 47, + ACTIONS(4171), 45, anon_sym_AT, - anon_sym_COLON, anon_sym_typealias, anon_sym_EQ, anon_sym_class, @@ -553778,7 +553350,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_COMMA, anon_sym_by, - anon_sym_LT, anon_sym_where, anon_sym_object, anon_sym_fun, @@ -553815,305 +553386,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [76114] = 21, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8674), 1, - anon_sym_AT, - ACTIONS(8694), 1, - sym_property_modifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7862), 1, - sym_modifiers, - STATE(9268), 1, - sym_class_parameter, - STATE(9495), 1, - sym_simple_identifier, + [76057] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8680), 2, + ACTIONS(3976), 2, anon_sym_val, anon_sym_var, - ACTIONS(8682), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(8686), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(8690), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8700), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5880), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8688), 3, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8696), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8698), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8692), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8684), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5675), 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, - [76208] = 21, - ACTIONS(1804), 1, - anon_sym_while, - ACTIONS(3316), 1, + ACTIONS(3981), 47, anon_sym_AT, - ACTIONS(5405), 1, - anon_sym_SEMI, - ACTIONS(8595), 1, - sym_property_modifier, - ACTIONS(8716), 1, + anon_sym_COLON, + anon_sym_typealias, + anon_sym_EQ, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_by, - ACTIONS(8720), 1, + anon_sym_LT, + anon_sym_where, + anon_sym_object, + anon_sym_fun, + anon_sym_DOT, + anon_sym_SEMI, anon_sym_get, - ACTIONS(8722), 1, anon_sym_set, - ACTIONS(8822), 1, - anon_sym_EQ, - STATE(5669), 1, - sym_property_delegate, - STATE(9271), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8591), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8601), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5789), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(9599), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8599), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8593), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8589), 5, + anon_sym_AMP, + sym__quest, + anon_sym_while, + anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5620), 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, - [76302] = 21, - ACTIONS(1798), 1, - anon_sym_while, - ACTIONS(3316), 1, - anon_sym_AT, - ACTIONS(5428), 1, - anon_sym_SEMI, - ACTIONS(8595), 1, - sym_property_modifier, - ACTIONS(8716), 1, - anon_sym_by, - ACTIONS(8720), 1, - anon_sym_get, - ACTIONS(8722), 1, - anon_sym_set, - ACTIONS(8724), 1, - anon_sym_EQ, - STATE(5668), 1, - sym_property_delegate, - STATE(9271), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8591), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5789), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(9522), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8599), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8593), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8587), 6, - anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 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, - [76396] = 21, - ACTIONS(1792), 1, - anon_sym_while, - ACTIONS(3316), 1, - anon_sym_AT, - ACTIONS(5322), 1, - anon_sym_SEMI, - ACTIONS(8595), 1, sym_property_modifier, - ACTIONS(8714), 1, - anon_sym_EQ, - ACTIONS(8716), 1, - anon_sym_by, - ACTIONS(8720), 1, - anon_sym_get, - ACTIONS(8722), 1, - anon_sym_set, - STATE(5656), 1, - sym_property_delegate, - STATE(9271), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8591), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8601), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5789), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(9565), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8589), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8587), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5620), 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, - [76490] = 4, - ACTIONS(8954), 1, - anon_sym_LPAREN, + anon_sym_expect, + anon_sym_actual, + [76115] = 5, + ACTIONS(8911), 1, + anon_sym_else, + ACTIONS(8917), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4267), 21, + ACTIONS(4930), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -554122,7 +553458,6 @@ 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, @@ -554135,15 +553470,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4265), 27, + ACTIONS(4932), 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, @@ -554163,23 +553498,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [76550] = 5, - ACTIONS(8956), 1, - anon_sym_SEMI, - ACTIONS(8958), 1, - anon_sym_else, + [76177] = 21, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, + anon_sym_AT, + ACTIONS(8690), 1, + sym_property_modifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7849), 1, + sym_modifiers, + STATE(9161), 1, + sym_class_parameter, + STATE(9490), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8676), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8678), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(8682), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(8686), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8696), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5857), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8684), 3, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8692), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8694), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8688), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8680), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5672), 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, + [76271] = 6, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(8919), 1, + anon_sym_COLON, + STATE(5075), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4818), 20, + ACTIONS(4422), 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, @@ -554192,15 +553602,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4820), 27, + ACTIONS(4424), 26, 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, @@ -554220,69 +553629,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [76612] = 21, - ACTIONS(3316), 1, + [76335] = 14, + ACTIONS(8921), 1, anon_sym_AT, - ACTIONS(3346), 1, - anon_sym_while, - ACTIONS(8595), 1, + ACTIONS(8936), 1, sym_property_modifier, - ACTIONS(8716), 1, - anon_sym_by, - ACTIONS(8720), 1, - anon_sym_get, - ACTIONS(8722), 1, - anon_sym_set, - ACTIONS(8794), 1, - anon_sym_EQ, - ACTIONS(8796), 1, - anon_sym_SEMI, - STATE(5664), 1, - sym_property_delegate, - STATE(9271), 1, - sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, + ACTIONS(8758), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(8930), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8945), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9806), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, + ACTIONS(8939), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8942), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8933), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8927), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8924), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + ACTIONS(8756), 8, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + STATE(5605), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -554293,8 +553695,8 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [76706] = 4, - ACTIONS(8960), 1, + [76415] = 4, + ACTIONS(8948), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, @@ -554349,13 +553751,159 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [76766] = 4, - ACTIONS(8962), 1, + [76475] = 21, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, + anon_sym_AT, + ACTIONS(8690), 1, + sym_property_modifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + STATE(5910), 1, + sym__lexical_identifier, + STATE(8110), 1, + sym_modifiers, + STATE(8384), 1, + sym_simple_identifier, + STATE(9045), 1, + sym_enum_entry, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8678), 2, + anon_sym_get, + anon_sym_set, + ACTIONS(8682), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(8686), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8696), 2, + anon_sym_expect, + anon_sym_actual, + ACTIONS(8950), 2, + anon_sym_RBRACE, + anon_sym_SEMI, + STATE(5857), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8684), 3, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8692), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8694), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8688), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8680), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5672), 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, + [76569] = 21, + ACTIONS(1734), 1, + anon_sym_while, + ACTIONS(3312), 1, + anon_sym_AT, + ACTIONS(5401), 1, + anon_sym_SEMI, + ACTIONS(8573), 1, + sym_property_modifier, + ACTIONS(8658), 1, + anon_sym_by, + ACTIONS(8662), 1, + anon_sym_get, + ACTIONS(8664), 1, + anon_sym_set, + ACTIONS(8700), 1, + anon_sym_EQ, + STATE(5649), 1, + sym_property_delegate, + STATE(9440), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8569), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8579), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5783), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(9660), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8577), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8571), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8567), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8565), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5611), 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, + [76663] = 4, + ACTIONS(8952), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4874), 21, + ACTIONS(4303), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -554377,7 +553925,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4876), 27, + ACTIONS(4301), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -554405,13 +553953,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [76826] = 4, - ACTIONS(8964), 1, + [76723] = 21, + ACTIONS(1798), 1, + anon_sym_while, + ACTIONS(3312), 1, + anon_sym_AT, + ACTIONS(5373), 1, + anon_sym_SEMI, + ACTIONS(8573), 1, + sym_property_modifier, + ACTIONS(8658), 1, + anon_sym_by, + ACTIONS(8662), 1, + anon_sym_get, + ACTIONS(8664), 1, + anon_sym_set, + ACTIONS(8790), 1, + anon_sym_EQ, + STATE(5646), 1, + sym_property_delegate, + STATE(9440), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8569), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8579), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5783), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(9612), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8577), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8571), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8567), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8565), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5611), 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, + [76817] = 14, + ACTIONS(3312), 1, + anon_sym_AT, + ACTIONS(8954), 1, + sym_property_modifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8569), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8579), 2, + anon_sym_expect, + anon_sym_actual, + ACTIONS(8719), 2, + anon_sym_val, + anon_sym_var, + STATE(5783), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8575), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8577), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8571), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8567), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8565), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + ACTIONS(8717), 8, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_object, + anon_sym_fun, + anon_sym_get, + anon_sym_set, + STATE(5605), 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, + [76897] = 4, + ACTIONS(8956), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4892), 21, + ACTIONS(4848), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -554433,7 +554120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4894), 27, + ACTIONS(4850), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -554461,69 +554148,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [76886] = 21, - ACTIONS(8672), 1, + [76957] = 21, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8674), 1, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(8690), 1, sym_property_modifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8107), 1, + STATE(8110), 1, sym_modifiers, - STATE(8388), 1, + STATE(8384), 1, sym_simple_identifier, - STATE(9009), 1, + STATE(9045), 1, sym_enum_entry, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 2, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - ACTIONS(8686), 2, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8696), 2, anon_sym_expect, anon_sym_actual, - ACTIONS(8966), 2, + ACTIONS(8958), 2, anon_sym_RBRACE, anon_sym_SEMI, - STATE(5880), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8696), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5672), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -554534,19 +554221,16 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [76980] = 5, - ACTIONS(8968), 1, - anon_sym_LT, - STATE(5647), 1, - sym_type_arguments, + [77051] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4128), 2, + ACTIONS(4182), 2, anon_sym_val, anon_sym_var, - ACTIONS(4189), 45, + ACTIONS(4184), 47, anon_sym_AT, + anon_sym_COLON, anon_sym_typealias, anon_sym_EQ, anon_sym_class, @@ -554555,6 +554239,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, anon_sym_COMMA, anon_sym_by, + anon_sym_LT, anon_sym_where, anon_sym_object, anon_sym_fun, @@ -554591,193 +554276,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [77042] = 21, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8674), 1, + [77109] = 21, + ACTIONS(1812), 1, + anon_sym_while, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(8694), 1, - sym_property_modifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8107), 1, - sym_modifiers, - STATE(8388), 1, - sym_simple_identifier, - STATE(9009), 1, - sym_enum_entry, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8682), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(8686), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(8690), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8700), 2, - anon_sym_expect, - anon_sym_actual, - ACTIONS(8970), 2, - anon_sym_RBRACE, + ACTIONS(5391), 1, anon_sym_SEMI, - STATE(5880), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8688), 3, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8696), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8698), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8692), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8684), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5675), 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, - [77136] = 6, - ACTIONS(5788), 1, - anon_sym_LBRACE, - ACTIONS(8972), 1, - anon_sym_COLON, - STATE(5093), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4349), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(8573), 1, + sym_property_modifier, + ACTIONS(8656), 1, + anon_sym_EQ, + ACTIONS(8658), 1, + anon_sym_by, + ACTIONS(8662), 1, anon_sym_get, + ACTIONS(8664), 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, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4351), 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, - [77200] = 14, - ACTIONS(3316), 1, - anon_sym_AT, - ACTIONS(8974), 1, - sym_property_modifier, + STATE(5659), 1, + sym_property_delegate, + STATE(9440), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - ACTIONS(8806), 2, - anon_sym_val, - anon_sym_var, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8597), 3, + STATE(9675), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - ACTIONS(8804), 8, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_object, - anon_sym_fun, - anon_sym_get, - anon_sym_set, - STATE(5603), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -554788,69 +554349,69 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [77280] = 21, - ACTIONS(1734), 1, + [77203] = 21, + ACTIONS(1826), 1, anon_sym_while, - ACTIONS(3316), 1, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(5435), 1, + ACTIONS(5289), 1, anon_sym_SEMI, - ACTIONS(8595), 1, + ACTIONS(8573), 1, sym_property_modifier, - ACTIONS(8716), 1, + ACTIONS(8658), 1, anon_sym_by, - ACTIONS(8720), 1, + ACTIONS(8662), 1, anon_sym_get, - ACTIONS(8722), 1, + ACTIONS(8664), 1, anon_sym_set, - ACTIONS(8976), 1, + ACTIONS(8960), 1, anon_sym_EQ, - STATE(5654), 1, + STATE(5658), 1, sym_property_delegate, - STATE(9271), 1, + STATE(9440), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9620), 2, + STATE(9686), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -554861,21 +554422,134 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [77374] = 4, - ACTIONS(8958), 1, - anon_sym_else, + [77297] = 5, + ACTIONS(8962), 1, + anon_sym_DOT, + STATE(5625), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4122), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(4124), 44, + anon_sym_AT, + anon_sym_typealias, + anon_sym_EQ, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, + anon_sym_object, + anon_sym_fun, + anon_sym_SEMI, + anon_sym_get, + anon_sym_set, + anon_sym_AMP, + sym__quest, + anon_sym_while, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + 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, + [77358] = 5, + ACTIONS(8431), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4287), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(3981), 19, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(3976), 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_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [77419] = 4, + ACTIONS(8964), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4818), 20, + ACTIONS(4838), 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, @@ -554888,15 +554562,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4820), 28, - sym__automatic_semicolon, + ACTIONS(4840), 26, 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, @@ -554917,13 +554589,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [77434] = 4, - ACTIONS(8978), 1, - anon_sym_LPAREN, + [77478] = 5, + ACTIONS(8966), 1, + anon_sym_SEMI, + ACTIONS(8968), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4874), 21, + ACTIONS(4930), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -554932,7 +554606,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, @@ -554945,14 +554618,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4876), 26, + ACTIONS(4932), 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, @@ -554972,13 +554645,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [77493] = 4, - ACTIONS(8980), 1, - anon_sym_LPAREN, + [77539] = 4, + ACTIONS(8968), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4289), 21, + ACTIONS(4930), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -554987,7 +554660,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, @@ -555000,12 +554672,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4287), 26, + ACTIONS(4932), 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, @@ -555027,13 +554700,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [77552] = 4, - ACTIONS(8982), 1, - anon_sym_else, + [77598] = 5, + ACTIONS(8428), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4301), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(3981), 19, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(3976), 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_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [77659] = 4, + ACTIONS(8970), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4818), 20, + ACTIONS(4303), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -555042,6 +554771,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, @@ -555054,13 +554784,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4820), 27, + ACTIONS(4301), 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, @@ -555082,13 +554811,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [77611] = 4, - ACTIONS(8984), 1, + [77718] = 4, + ACTIONS(8972), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4892), 21, + ACTIONS(4289), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -555110,7 +554839,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4894), 26, + ACTIONS(4287), 26, sym_safe_nav, anon_sym_AT, anon_sym_LBRACK, @@ -555137,15 +554866,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [77670] = 5, - ACTIONS(8982), 1, - anon_sym_else, - ACTIONS(8986), 1, + [77777] = 5, + ACTIONS(8974), 1, + anon_sym_DOT, + STATE(5625), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4186), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(4188), 44, + anon_sym_AT, + anon_sym_typealias, + anon_sym_EQ, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, + anon_sym_object, + anon_sym_fun, anon_sym_SEMI, + anon_sym_get, + anon_sym_set, + anon_sym_AMP, + sym__quest, + anon_sym_while, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + 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, + [77838] = 4, + ACTIONS(8977), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4818), 20, + ACTIONS(4848), 21, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -555154,6 +554937,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, @@ -555166,14 +554950,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4820), 26, + ACTIONS(4850), 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, @@ -555193,13 +554977,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [77731] = 4, - ACTIONS(8988), 1, + [77897] = 4, + ACTIONS(8979), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4267), 21, + ACTIONS(4848), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -555207,7 +554991,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, @@ -555221,13 +555004,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4265), 26, + ACTIONS(4850), 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, @@ -555248,74 +555031,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [77790] = 5, - ACTIONS(8990), 1, - anon_sym_DOT, - STATE(5629), 1, - aux_sym_user_type_repeat1, + [77955] = 20, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8670), 1, + anon_sym_AT, + ACTIONS(8690), 1, + sym_property_modifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + STATE(5910), 1, + sym__lexical_identifier, + STATE(8110), 1, + sym_modifiers, + STATE(8384), 1, + sym_simple_identifier, + STATE(9045), 1, + sym_enum_entry, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4166), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(4168), 44, - anon_sym_AT, - anon_sym_typealias, - anon_sym_EQ, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - anon_sym_object, - anon_sym_fun, - anon_sym_SEMI, + ACTIONS(8678), 2, anon_sym_get, anon_sym_set, - anon_sym_AMP, - sym__quest, - anon_sym_while, - anon_sym_suspend, + ACTIONS(8682), 2, anon_sym_sealed, anon_sym_annotation, + ACTIONS(8686), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8696), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5857), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8684), 3, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_override, - anon_sym_lateinit, + ACTIONS(8692), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8694), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, + ACTIONS(8680), 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, - [77851] = 5, - ACTIONS(8993), 1, - anon_sym_DOT, - STATE(5629), 1, - aux_sym_user_type_repeat1, + STATE(5672), 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, + [78045] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4153), 2, + ACTIONS(4273), 2, anon_sym_val, anon_sym_var, - ACTIONS(4155), 44, + ACTIONS(4275), 45, anon_sym_AT, anon_sym_typealias, anon_sym_EQ, @@ -555328,6 +555121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_object, anon_sym_fun, + anon_sym_DOT, anon_sym_SEMI, anon_sym_get, anon_sym_set, @@ -555360,176 +555154,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [77912] = 5, - ACTIONS(8491), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4287), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(4009), 19, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4004), 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_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [77973] = 5, - ACTIONS(8486), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4265), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(4009), 19, - 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4004), 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_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [78034] = 18, - ACTIONS(3316), 1, + [78101] = 18, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(5265), 1, + ACTIONS(5247), 1, anon_sym_SEMI, - ACTIONS(7645), 1, + ACTIONS(7633), 1, anon_sym_get, - ACTIONS(7647), 1, + ACTIONS(7635), 1, anon_sym_set, - ACTIONS(8595), 1, + ACTIONS(8573), 1, sym_property_modifier, - STATE(9322), 1, + STATE(9298), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1792), 2, + ACTIONS(1820), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9110), 2, + STATE(9403), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -555540,132 +555222,119 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [78120] = 18, - ACTIONS(3316), 1, - anon_sym_AT, - ACTIONS(7645), 1, - anon_sym_get, - ACTIONS(7647), 1, - anon_sym_set, - ACTIONS(8585), 1, + [78187] = 5, + ACTIONS(8981), 1, anon_sym_SEMI, - ACTIONS(8595), 1, - sym_property_modifier, - STATE(9322), 1, - sym_modifiers, + ACTIONS(8983), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3346), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8591), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8601), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5789), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(9405), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8599), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8593), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8589), 5, - anon_sym_sealed, - anon_sym_annotation, + ACTIONS(4930), 19, + 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_value, - ACTIONS(8587), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5620), 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, - [78206] = 18, - ACTIONS(3316), 1, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4932), 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, + [78247] = 18, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(5257), 1, + ACTIONS(5251), 1, anon_sym_SEMI, - ACTIONS(7645), 1, + ACTIONS(7633), 1, anon_sym_get, - ACTIONS(7647), 1, + ACTIONS(7635), 1, anon_sym_set, - ACTIONS(8595), 1, + ACTIONS(8573), 1, sym_property_modifier, - STATE(9322), 1, + STATE(9298), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1810), 2, + ACTIONS(1798), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9150), 2, + STATE(9127), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -555676,64 +555345,118 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [78292] = 18, - ACTIONS(3316), 1, + [78333] = 4, + ACTIONS(8985), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4303), 20, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(4301), 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, + [78391] = 18, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(5273), 1, + ACTIONS(5255), 1, anon_sym_SEMI, - ACTIONS(7645), 1, + ACTIONS(7633), 1, anon_sym_get, - ACTIONS(7647), 1, + ACTIONS(7635), 1, anon_sym_set, - ACTIONS(8595), 1, + ACTIONS(8573), 1, sym_property_modifier, - STATE(9322), 1, + STATE(9298), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1804), 2, + ACTIONS(1812), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9265), 2, + STATE(9359), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -555744,69 +555467,67 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [78378] = 5, - ACTIONS(4267), 1, - anon_sym_while, - ACTIONS(8828), 1, - anon_sym_LPAREN, + [78477] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 19, - sym__string_start, + ACTIONS(4277), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(4279), 45, 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4004), 26, + anon_sym_typealias, + anon_sym_EQ, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, anon_sym_object, anon_sym_fun, + anon_sym_DOT, + anon_sym_SEMI, 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_AMP, + sym__quest, + anon_sym_while, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, + 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, - [78438] = 3, + [78533] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4313), 2, + ACTIONS(4269), 2, anon_sym_val, anon_sym_var, - ACTIONS(4315), 45, + ACTIONS(4271), 45, anon_sym_AT, anon_sym_typealias, anon_sym_EQ, @@ -555852,119 +555573,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [78494] = 5, - ACTIONS(4289), 1, - anon_sym_while, - ACTIONS(8840), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4009), 19, - sym__string_start, + [78589] = 18, + ACTIONS(3312), 1, 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, - anon_sym_this_AT, - anon_sym_super_AT, - sym_real_literal, - sym_hex_literal, - sym_bin_literal, - anon_sym_SQUOTE, - sym__backtick_identifier, - ACTIONS(4004), 26, - anon_sym_object, - anon_sym_fun, + ACTIONS(7633), 1, anon_sym_get, + ACTIONS(7635), 1, 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_value, + ACTIONS(8573), 1, + sym_property_modifier, + ACTIONS(8630), 1, + anon_sym_SEMI, + STATE(9298), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3340), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8569), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - sym_integer_literal, - anon_sym_true, - anon_sym_false, - sym__alpha_identifier, - [78554] = 18, - ACTIONS(3316), 1, + STATE(5783), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(9400), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8577), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8571), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8567), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8565), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5611), 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, + [78675] = 18, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(5247), 1, + ACTIONS(5241), 1, anon_sym_SEMI, - ACTIONS(7645), 1, + ACTIONS(7633), 1, anon_sym_get, - ACTIONS(7647), 1, + ACTIONS(7635), 1, anon_sym_set, - ACTIONS(8595), 1, + ACTIONS(8573), 1, sym_property_modifier, - STATE(9322), 1, + STATE(9298), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1734), 2, + ACTIONS(1826), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9131), 2, + STATE(9382), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -555975,68 +555709,82 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [78640] = 4, - ACTIONS(8995), 1, - anon_sym_LPAREN, + [78761] = 18, + ACTIONS(3312), 1, + anon_sym_AT, + ACTIONS(5249), 1, + anon_sym_SEMI, + ACTIONS(7633), 1, + anon_sym_get, + ACTIONS(7635), 1, + anon_sym_set, + ACTIONS(8573), 1, + sym_property_modifier, + STATE(9298), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4267), 20, - 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(1734), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8569), 2, + anon_sym_override, + anon_sym_lateinit, + ACTIONS(8579), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5783), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(9178), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8577), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8571), 4, + anon_sym_public, + anon_sym_private, + anon_sym_internal, + anon_sym_protected, + ACTIONS(8567), 5, + anon_sym_sealed, + anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4265), 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, - [78698] = 3, + ACTIONS(8565), 6, + anon_sym_suspend, + anon_sym_tailrec, + anon_sym_operator, + anon_sym_infix, + anon_sym_inline, + anon_sym_external, + STATE(5611), 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, + [78847] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4317), 2, + ACTIONS(4186), 2, anon_sym_val, anon_sym_var, - ACTIONS(4319), 45, + ACTIONS(4188), 45, anon_sym_AT, anon_sym_typealias, anon_sym_EQ, @@ -556082,13 +555830,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [78754] = 4, - ACTIONS(8997), 1, + [78903] = 4, + ACTIONS(8987), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4289), 20, + ACTIONS(4838), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -556109,7 +555857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4287), 26, + ACTIONS(4840), 26, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -556136,67 +555884,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [78812] = 4, - ACTIONS(8999), 1, + [78961] = 5, + ACTIONS(4303), 1, + anon_sym_while, + ACTIONS(8821), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4874), 20, - anon_sym_as, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT, + ACTIONS(3981), 19, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(3976), 26, + 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_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_SLASH, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, + sym_integer_literal, + anon_sym_true, + anon_sym_false, sym__alpha_identifier, - ACTIONS(4876), 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, - [78870] = 4, - ACTIONS(9001), 1, - anon_sym_else, + [79021] = 4, + ACTIONS(8989), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4818), 19, + ACTIONS(4289), 20, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -556204,6 +555953,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, @@ -556216,14 +555966,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4820), 27, + ACTIONS(4287), 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, @@ -556244,15 +555993,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [78928] = 5, - ACTIONS(9001), 1, + [79079] = 4, + ACTIONS(8983), 1, anon_sym_else, - ACTIONS(9003), 1, - anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4818), 19, + ACTIONS(4930), 19, anon_sym_as, anon_sym_LT, anon_sym_GT, @@ -556272,7 +556019,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - ACTIONS(4820), 26, + ACTIONS(4932), 27, sym__automatic_semicolon, sym_safe_nav, anon_sym_AT, @@ -556280,6 +556027,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, @@ -556299,117 +556047,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_BANG_BANG, sym__backtick_identifier, - [78988] = 3, + [79137] = 5, + ACTIONS(4289), 1, + anon_sym_while, + ACTIONS(8818), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4335), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(4337), 45, + ACTIONS(3981), 19, + sym__string_start, anon_sym_AT, - anon_sym_typealias, - anon_sym_EQ, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, + 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, + anon_sym_this_AT, + anon_sym_super_AT, + sym_real_literal, + sym_hex_literal, + sym_bin_literal, + anon_sym_SQUOTE, + sym__backtick_identifier, + ACTIONS(3976), 26, anon_sym_object, anon_sym_fun, - anon_sym_DOT, - anon_sym_SEMI, anon_sym_get, anon_sym_set, - anon_sym_AMP, - sym__quest, - anon_sym_while, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, + 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_value, - 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, - [79044] = 18, - ACTIONS(3316), 1, + sym_integer_literal, + anon_sym_true, + anon_sym_false, + sym__alpha_identifier, + [79197] = 18, + ACTIONS(1734), 1, + anon_sym_while, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(5261), 1, + ACTIONS(5401), 1, anon_sym_SEMI, - ACTIONS(7645), 1, + ACTIONS(8573), 1, + sym_property_modifier, + ACTIONS(8662), 1, anon_sym_get, - ACTIONS(7647), 1, + ACTIONS(8664), 1, anon_sym_set, - ACTIONS(8595), 1, - sym_property_modifier, - STATE(9322), 1, + STATE(9440), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1798), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9460), 2, + STATE(9660), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -556420,119 +556169,128 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [79130] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4166), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(4168), 45, + [79282] = 17, + ACTIONS(3312), 1, anon_sym_AT, - anon_sym_typealias, - anon_sym_EQ, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - anon_sym_object, - anon_sym_fun, - anon_sym_DOT, - anon_sym_SEMI, + ACTIONS(7633), 1, anon_sym_get, + ACTIONS(7635), 1, anon_sym_set, - anon_sym_AMP, - sym__quest, - anon_sym_while, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, + ACTIONS(8573), 1, + sym_property_modifier, + STATE(9298), 1, + sym_modifiers, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(1734), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, + ACTIONS(8579), 2, + anon_sym_expect, + anon_sym_actual, + STATE(5783), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(9178), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + ACTIONS(8577), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, + ACTIONS(8567), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8565), 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, - [79186] = 20, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8674), 1, + STATE(5611), 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, + [79365] = 17, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(8694), 1, + ACTIONS(7633), 1, + anon_sym_get, + ACTIONS(7635), 1, + anon_sym_set, + ACTIONS(8573), 1, sym_property_modifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8107), 1, + STATE(9298), 1, sym_modifiers, - STATE(8388), 1, - sym_simple_identifier, - STATE(9009), 1, - sym_enum_entry, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 2, - anon_sym_get, - anon_sym_set, - ACTIONS(8686), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(8690), 2, + ACTIONS(1826), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8700), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8688), 3, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8696), 3, + STATE(9382), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8698), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8692), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8684), 6, + ACTIONS(8567), 5, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5675), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -556543,116 +556301,63 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [79276] = 4, - ACTIONS(9005), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4892), 20, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4894), 26, - sym__automatic_semicolon, - sym_safe_nav, + [79448] = 18, + ACTIONS(1812), 1, + anon_sym_while, + ACTIONS(3312), 1, anon_sym_AT, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(5391), 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, - [79334] = 17, - ACTIONS(3316), 1, - anon_sym_AT, - ACTIONS(7645), 1, + ACTIONS(8573), 1, + sym_property_modifier, + ACTIONS(8662), 1, anon_sym_get, - ACTIONS(7647), 1, + ACTIONS(8664), 1, anon_sym_set, - ACTIONS(8595), 1, - sym_property_modifier, - STATE(9322), 1, + STATE(9440), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1804), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9265), 2, + STATE(9675), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -556663,10 +556368,10 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [79417] = 5, - ACTIONS(8993), 1, + [79533] = 5, + ACTIONS(8962), 1, anon_sym_DOT, - STATE(5630), 1, + STATE(5617), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, @@ -556717,63 +556422,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [79476] = 18, - ACTIONS(1810), 1, - anon_sym_while, - ACTIONS(3316), 1, + [79592] = 17, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(5393), 1, - anon_sym_SEMI, - ACTIONS(8595), 1, - sym_property_modifier, - ACTIONS(8720), 1, + ACTIONS(7633), 1, anon_sym_get, - ACTIONS(8722), 1, + ACTIONS(7635), 1, anon_sym_set, - STATE(9271), 1, + ACTIONS(8573), 1, + sym_property_modifier, + STATE(9298), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, + ACTIONS(1798), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9634), 2, + STATE(9127), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -556784,63 +556488,62 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [79561] = 18, - ACTIONS(3316), 1, + [79675] = 17, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(3346), 1, - anon_sym_while, - ACTIONS(8595), 1, - sym_property_modifier, - ACTIONS(8720), 1, + ACTIONS(7633), 1, anon_sym_get, - ACTIONS(8722), 1, + ACTIONS(7635), 1, anon_sym_set, - ACTIONS(8796), 1, - anon_sym_SEMI, - STATE(9271), 1, + ACTIONS(8573), 1, + sym_property_modifier, + STATE(9298), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, + ACTIONS(3422), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9806), 2, + STATE(9414), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -556851,63 +556554,62 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [79646] = 18, - ACTIONS(1804), 1, - anon_sym_while, - ACTIONS(3316), 1, + [79758] = 17, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(5405), 1, - anon_sym_SEMI, - ACTIONS(8595), 1, - sym_property_modifier, - ACTIONS(8720), 1, + ACTIONS(7633), 1, anon_sym_get, - ACTIONS(8722), 1, + ACTIONS(7635), 1, anon_sym_set, - STATE(9271), 1, + ACTIONS(8573), 1, + sym_property_modifier, + STATE(9298), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, + ACTIONS(1792), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9599), 2, + STATE(9411), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -556918,62 +556620,172 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [79731] = 17, - ACTIONS(3316), 1, + [79841] = 6, + ACTIONS(8301), 1, + anon_sym_COLON_COLON, + ACTIONS(8470), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4165), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(5110), 19, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(5112), 23, + sym_safe_nav, anon_sym_AT, - ACTIONS(7645), 1, + 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, + [79902] = 5, + ACTIONS(8301), 1, + anon_sym_COLON_COLON, + ACTIONS(8991), 1, + anon_sym_EQ, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5110), 19, + anon_sym_as, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, anon_sym_get, - ACTIONS(7647), 1, anon_sym_set, - ACTIONS(8595), 1, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(5112), 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, + [79961] = 18, + ACTIONS(1798), 1, + anon_sym_while, + ACTIONS(3312), 1, + anon_sym_AT, + ACTIONS(5373), 1, + anon_sym_SEMI, + ACTIONS(8573), 1, sym_property_modifier, - STATE(9322), 1, + ACTIONS(8662), 1, + anon_sym_get, + ACTIONS(8664), 1, + anon_sym_set, + STATE(9440), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1816), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9156), 2, + STATE(9612), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -556984,62 +556796,62 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [79814] = 17, - ACTIONS(3316), 1, + [80046] = 17, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(7645), 1, + ACTIONS(7633), 1, anon_sym_get, - ACTIONS(7647), 1, + ACTIONS(7635), 1, anon_sym_set, - ACTIONS(8595), 1, + ACTIONS(8573), 1, sym_property_modifier, - STATE(9322), 1, + STATE(9298), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3422), 2, + ACTIONS(1820), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9160), 2, + STATE(9403), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -557050,62 +556862,63 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [79897] = 17, - ACTIONS(3316), 1, + [80129] = 18, + ACTIONS(1820), 1, + anon_sym_while, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(7645), 1, + ACTIONS(5367), 1, + anon_sym_SEMI, + ACTIONS(8573), 1, + sym_property_modifier, + ACTIONS(8662), 1, anon_sym_get, - ACTIONS(7647), 1, + ACTIONS(8664), 1, anon_sym_set, - ACTIONS(8595), 1, - sym_property_modifier, - STATE(9322), 1, + STATE(9440), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3346), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9405), 2, + STATE(9692), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -557116,114 +556929,63 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [79980] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4004), 3, - anon_sym_val, - anon_sym_var, - sym_property_modifier, - ACTIONS(4009), 43, - anon_sym_AT, - anon_sym_COLON, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_constructor, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_where, - anon_sym_companion, - anon_sym_object, - anon_sym_fun, - anon_sym_DOT, - anon_sym_get, - anon_sym_set, + [80214] = 18, + ACTIONS(1826), 1, anon_sym_while, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - 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, - [80035] = 17, - ACTIONS(3316), 1, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(7645), 1, + ACTIONS(5289), 1, + anon_sym_SEMI, + ACTIONS(8573), 1, + sym_property_modifier, + ACTIONS(8662), 1, anon_sym_get, - ACTIONS(7647), 1, + ACTIONS(8664), 1, anon_sym_set, - ACTIONS(8595), 1, - sym_property_modifier, - STATE(9322), 1, + STATE(9440), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1734), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9131), 2, + STATE(9686), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -557234,81 +556996,67 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [80118] = 17, - ACTIONS(3316), 1, - anon_sym_AT, - ACTIONS(7645), 1, - anon_sym_get, - ACTIONS(7647), 1, - anon_sym_set, - ACTIONS(8595), 1, - sym_property_modifier, - STATE(9322), 1, - sym_modifiers, + [80299] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1798), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(3976), 3, + anon_sym_val, + anon_sym_var, + sym_property_modifier, + ACTIONS(3981), 43, + anon_sym_AT, + anon_sym_COLON, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_constructor, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_where, + anon_sym_companion, + anon_sym_object, + anon_sym_fun, + anon_sym_DOT, + 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_value, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5789), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(9460), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8599), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8593), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8587), 6, - anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 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, - [80201] = 3, + anon_sym_abstract, + anon_sym_final, + anon_sym_open, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + [80354] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4179), 3, + ACTIONS(4182), 3, anon_sym_val, anon_sym_var, sym_property_modifier, - ACTIONS(4181), 43, + ACTIONS(4184), 43, anon_sym_AT, anon_sym_COLON, anon_sym_typealias, @@ -557352,63 +557100,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [80256] = 18, - ACTIONS(1798), 1, - anon_sym_while, - ACTIONS(3316), 1, + [80409] = 17, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(5428), 1, - anon_sym_SEMI, - ACTIONS(8595), 1, - sym_property_modifier, - ACTIONS(8720), 1, + ACTIONS(7633), 1, anon_sym_get, - ACTIONS(8722), 1, + ACTIONS(7635), 1, anon_sym_set, - STATE(9271), 1, + ACTIONS(8573), 1, + sym_property_modifier, + STATE(9298), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, + ACTIONS(1812), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9522), 2, + STATE(9359), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -557419,62 +557166,116 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [80341] = 17, - ACTIONS(3316), 1, + [80492] = 5, + ACTIONS(8301), 1, + anon_sym_COLON_COLON, + ACTIONS(8993), 1, + anon_sym_EQ, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5110), 19, + 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_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + ACTIONS(5112), 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, + [80551] = 17, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(7645), 1, + ACTIONS(7633), 1, anon_sym_get, - ACTIONS(7647), 1, + ACTIONS(7635), 1, anon_sym_set, - ACTIONS(8595), 1, + ACTIONS(8573), 1, sym_property_modifier, - STATE(9322), 1, + STATE(9298), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1810), 2, + ACTIONS(3340), 2, sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9150), 2, + STATE(9400), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -557485,62 +557286,63 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [80424] = 17, - ACTIONS(3316), 1, + [80634] = 18, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(7645), 1, + ACTIONS(3340), 1, + anon_sym_while, + ACTIONS(8573), 1, + sym_property_modifier, + ACTIONS(8662), 1, anon_sym_get, - ACTIONS(7647), 1, + ACTIONS(8664), 1, anon_sym_set, - ACTIONS(8595), 1, - sym_property_modifier, - STATE(9322), 1, + ACTIONS(8794), 1, + anon_sym_SEMI, + STATE(9440), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1792), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9110), 2, + STATE(9503), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -557551,118 +557353,61 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [80507] = 6, - ACTIONS(8313), 1, - anon_sym_COLON_COLON, - ACTIONS(8494), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4124), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(5024), 19, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(5026), 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, - [80568] = 18, - ACTIONS(1792), 1, + [80719] = 17, + ACTIONS(1820), 1, anon_sym_while, - ACTIONS(3316), 1, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(5322), 1, - anon_sym_SEMI, - ACTIONS(8595), 1, + ACTIONS(8573), 1, sym_property_modifier, - ACTIONS(8720), 1, + ACTIONS(8662), 1, anon_sym_get, - ACTIONS(8722), 1, + ACTIONS(8664), 1, anon_sym_set, - STATE(9271), 1, + STATE(9440), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9565), 2, + STATE(9692), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -557673,63 +557418,61 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [80653] = 18, - ACTIONS(1734), 1, - anon_sym_while, - ACTIONS(3316), 1, + [80801] = 17, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(5435), 1, - anon_sym_SEMI, - ACTIONS(8595), 1, + ACTIONS(3340), 1, + anon_sym_while, + ACTIONS(8573), 1, sym_property_modifier, - ACTIONS(8720), 1, + ACTIONS(8662), 1, anon_sym_get, - ACTIONS(8722), 1, + ACTIONS(8664), 1, anon_sym_set, - STATE(9271), 1, + STATE(9440), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9620), 2, + STATE(9503), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -557740,169 +557483,61 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [80738] = 5, - ACTIONS(8313), 1, - anon_sym_COLON_COLON, - ACTIONS(9007), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5024), 19, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(5026), 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, - [80797] = 5, - ACTIONS(8313), 1, - anon_sym_COLON_COLON, - ACTIONS(9009), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5024), 19, - 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_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - ACTIONS(5026), 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, - [80856] = 17, - ACTIONS(1792), 1, + [80883] = 17, + ACTIONS(1798), 1, anon_sym_while, - ACTIONS(3316), 1, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(8595), 1, + ACTIONS(8573), 1, sym_property_modifier, - ACTIONS(8720), 1, + ACTIONS(8662), 1, anon_sym_get, - ACTIONS(8722), 1, + ACTIONS(8664), 1, anon_sym_set, - STATE(9271), 1, + STATE(9440), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9565), 2, + STATE(9612), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -557913,61 +557548,58 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [80938] = 17, - ACTIONS(1798), 1, - anon_sym_while, - ACTIONS(3316), 1, + [80965] = 14, + ACTIONS(8756), 1, + sym__backtick_identifier, + ACTIONS(8995), 1, anon_sym_AT, - ACTIONS(8595), 1, + ACTIONS(9010), 1, sym_property_modifier, - ACTIONS(8720), 1, - anon_sym_get, - ACTIONS(8722), 1, - anon_sym_set, - STATE(9271), 1, - sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, + ACTIONS(9004), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(9019), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - STATE(9522), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, + ACTIONS(9013), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(9016), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(9007), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8758), 5, + anon_sym_val, + anon_sym_var, + anon_sym_get, + anon_sym_set, + sym__alpha_identifier, + ACTIONS(9001), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8998), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5669), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -557978,61 +557610,61 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [81020] = 17, - ACTIONS(3316), 1, + [81041] = 17, + ACTIONS(3312), 1, anon_sym_AT, ACTIONS(3422), 1, anon_sym_while, - ACTIONS(8595), 1, + ACTIONS(8573), 1, sym_property_modifier, - ACTIONS(8720), 1, + ACTIONS(8662), 1, anon_sym_get, - ACTIONS(8722), 1, + ACTIONS(8664), 1, anon_sym_set, - STATE(9271), 1, + STATE(9440), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9660), 2, + STATE(9722), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -558043,119 +557675,61 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [81102] = 13, - ACTIONS(8674), 1, + [81123] = 17, + ACTIONS(1734), 1, + anon_sym_while, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(8804), 1, - sym__backtick_identifier, - ACTIONS(9011), 1, + ACTIONS(8573), 1, sym_property_modifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8686), 2, - anon_sym_sealed, - anon_sym_annotation, - ACTIONS(8690), 2, - anon_sym_override, - anon_sym_lateinit, - STATE(5880), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8696), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8698), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8692), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8684), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - ACTIONS(8806), 10, - anon_sym_val, - anon_sym_var, + ACTIONS(8662), 1, anon_sym_get, + ACTIONS(8664), 1, anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - STATE(5676), 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, - [81176] = 14, - ACTIONS(8741), 1, - sym__backtick_identifier, - ACTIONS(9013), 1, - anon_sym_AT, - ACTIONS(9028), 1, - sym_property_modifier, + STATE(9440), 1, + sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9022), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(9037), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5880), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9031), 3, + STATE(9660), 2, + sym_getter, + sym_setter, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(9034), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(9025), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8743), 5, - anon_sym_val, - anon_sym_var, - anon_sym_get, - anon_sym_set, - sym__alpha_identifier, - ACTIONS(9019), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(9016), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5676), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -558166,126 +557740,57 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [81252] = 17, - ACTIONS(1810), 1, - anon_sym_while, - ACTIONS(3316), 1, + [81205] = 13, + ACTIONS(8670), 1, anon_sym_AT, - ACTIONS(8595), 1, + ACTIONS(8717), 1, + sym__backtick_identifier, + ACTIONS(9022), 1, sym_property_modifier, - ACTIONS(8720), 1, - anon_sym_get, - ACTIONS(8722), 1, - anon_sym_set, - STATE(9271), 1, - sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, + ACTIONS(8682), 2, + anon_sym_sealed, + anon_sym_annotation, + ACTIONS(8686), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5789), 2, + STATE(5857), 2, sym__single_annotation, sym__multi_annotation, - STATE(9634), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, + ACTIONS(8692), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8694), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8688), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8680), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 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, - [81334] = 17, - ACTIONS(3316), 1, - anon_sym_AT, - ACTIONS(3346), 1, - anon_sym_while, - ACTIONS(8595), 1, - sym_property_modifier, - ACTIONS(8720), 1, + ACTIONS(8719), 10, + anon_sym_val, + anon_sym_var, anon_sym_get, - ACTIONS(8722), 1, anon_sym_set, - STATE(9271), 1, - sym_modifiers, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8591), 2, - anon_sym_override, - anon_sym_lateinit, - ACTIONS(8601), 2, - anon_sym_expect, - anon_sym_actual, - STATE(5789), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(9806), 2, - sym_getter, - sym_setter, - ACTIONS(8597), 3, - anon_sym_abstract, - anon_sym_final, - anon_sym_open, - ACTIONS(8599), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(8593), 4, - anon_sym_public, - anon_sym_private, - anon_sym_internal, - anon_sym_protected, - ACTIONS(8589), 5, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, - anon_sym_suspend, - anon_sym_tailrec, - anon_sym_operator, - anon_sym_infix, - anon_sym_inline, - anon_sym_external, - STATE(5620), 10, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + STATE(5669), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -558296,61 +557801,61 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [81416] = 17, - ACTIONS(1816), 1, + [81279] = 17, + ACTIONS(1792), 1, anon_sym_while, - ACTIONS(3316), 1, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(8595), 1, + ACTIONS(8573), 1, sym_property_modifier, - ACTIONS(8720), 1, + ACTIONS(8662), 1, anon_sym_get, - ACTIONS(8722), 1, + ACTIONS(8664), 1, anon_sym_set, - STATE(9271), 1, + STATE(9440), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9655), 2, + STATE(9716), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -558361,61 +557866,61 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [81498] = 17, - ACTIONS(1804), 1, + [81361] = 17, + ACTIONS(1826), 1, anon_sym_while, - ACTIONS(3316), 1, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(8595), 1, + ACTIONS(8573), 1, sym_property_modifier, - ACTIONS(8720), 1, + ACTIONS(8662), 1, anon_sym_get, - ACTIONS(8722), 1, + ACTIONS(8664), 1, anon_sym_set, - STATE(9271), 1, + STATE(9440), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9599), 2, + STATE(9686), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -558426,61 +557931,61 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [81580] = 17, - ACTIONS(1734), 1, + [81443] = 17, + ACTIONS(1812), 1, anon_sym_while, - ACTIONS(3316), 1, + ACTIONS(3312), 1, anon_sym_AT, - ACTIONS(8595), 1, + ACTIONS(8573), 1, sym_property_modifier, - ACTIONS(8720), 1, + ACTIONS(8662), 1, anon_sym_get, - ACTIONS(8722), 1, + ACTIONS(8664), 1, anon_sym_set, - STATE(9271), 1, + STATE(9440), 1, sym_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8591), 2, + ACTIONS(8569), 2, anon_sym_override, anon_sym_lateinit, - ACTIONS(8601), 2, + ACTIONS(8579), 2, anon_sym_expect, anon_sym_actual, - STATE(5789), 2, + STATE(5783), 2, sym__single_annotation, sym__multi_annotation, - STATE(9620), 2, + STATE(9675), 2, sym_getter, sym_setter, - ACTIONS(8597), 3, + ACTIONS(8575), 3, anon_sym_abstract, anon_sym_final, anon_sym_open, - ACTIONS(8599), 3, + ACTIONS(8577), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - ACTIONS(8593), 4, + ACTIONS(8571), 4, anon_sym_public, anon_sym_private, anon_sym_internal, anon_sym_protected, - ACTIONS(8589), 5, + ACTIONS(8567), 5, anon_sym_sealed, anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - ACTIONS(8587), 6, + ACTIONS(8565), 6, anon_sym_suspend, anon_sym_tailrec, anon_sym_operator, anon_sym_infix, anon_sym_inline, anon_sym_external, - STATE(5620), 10, + STATE(5611), 10, sym__modifier, sym_class_modifier, sym_member_modifier, @@ -558491,11 +557996,11 @@ static const uint16_t ts_small_parse_table[] = { sym_platform_modifier, sym_annotation, aux_sym_modifiers_repeat1, - [81662] = 3, + [81525] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 9, + ACTIONS(3981), 9, anon_sym_AT, anon_sym_COLON, anon_sym_EQ, @@ -558505,7 +558010,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, sym__quest, sym__backtick_identifier, - ACTIONS(4004), 34, + ACTIONS(3976), 34, anon_sym_val, anon_sym_var, anon_sym_by, @@ -558540,30 +558045,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [81714] = 3, + [81577] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4179), 2, - anon_sym_DOT, - sym_property_modifier, - ACTIONS(4181), 41, - sym__automatic_semicolon, + ACTIONS(4184), 9, 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_by, anon_sym_LT, - anon_sym_where, - anon_sym_AMP, + anon_sym_DOT, + anon_sym_SEMI, sym__quest, + sym__backtick_identifier, + ACTIONS(4182), 34, + anon_sym_val, + anon_sym_var, + anon_sym_by, + anon_sym_where, + anon_sym_get, + anon_sym_set, + anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -558581,6 +558084,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, @@ -558589,30 +558093,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81766] = 5, - ACTIONS(9040), 1, + sym__alpha_identifier, + [81629] = 8, + ACTIONS(4169), 1, + sym__alpha_identifier, + ACTIONS(6538), 1, anon_sym_LT, - STATE(5709), 1, + ACTIONS(9024), 1, + anon_sym_COLON, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4128), 3, - anon_sym_val, - anon_sym_var, - sym_property_modifier, - ACTIONS(4189), 38, - anon_sym_AT, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_constructor, + ACTIONS(4171), 4, anon_sym_LPAREN, - anon_sym_companion, - anon_sym_object, - anon_sym_fun, anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4165), 5, + sym__automatic_semicolon, + anon_sym_AT, + anon_sym_EQ, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(4163), 30, + anon_sym_by, + anon_sym_where, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -558632,6 +558139,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, @@ -558640,30 +558148,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81822] = 3, + [81691] = 4, + ACTIONS(9026), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4004), 2, - anon_sym_DOT, + ACTIONS(3976), 3, + anon_sym_val, + anon_sym_var, sym_property_modifier, - ACTIONS(4009), 41, - sym__automatic_semicolon, + ACTIONS(3981), 39, anon_sym_AT, - anon_sym_COLON, - anon_sym_DOT_STAR, - anon_sym_as, - anon_sym_EQ, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, anon_sym_constructor, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_by, anon_sym_LT, - anon_sym_where, - anon_sym_AMP, - sym__quest, + anon_sym_companion, + anon_sym_object, + anon_sym_fun, + anon_sym_DOT, + anon_sym_get, + anon_sym_set, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -558689,28 +558198,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81874] = 4, - ACTIONS(9042), 1, - anon_sym_LT, - STATE(5704), 1, - sym_type_arguments, + [81745] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 41, + ACTIONS(3976), 2, + anon_sym_DOT, + sym_property_modifier, + ACTIONS(3981), 41, 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_by, + anon_sym_LT, anon_sym_where, - anon_sym_DOT, - anon_sym_SEMI, - anon_sym_get, - anon_sym_set, anon_sym_AMP, sym__quest, anon_sym_suspend, @@ -558730,7 +558239,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, @@ -558739,34 +558247,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81928] = 8, - ACTIONS(4128), 1, - sym__alpha_identifier, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9044), 1, - anon_sym_COLON, - STATE(6538), 1, - sym_type_arguments, + [81797] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 4, - anon_sym_LPAREN, + ACTIONS(4182), 2, anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4124), 5, + sym_property_modifier, + ACTIONS(4184), 41, 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_SEMI, - ACTIONS(4122), 30, + anon_sym_LPAREN, + anon_sym_COMMA, anon_sym_by, + anon_sym_LT, anon_sym_where, - anon_sym_get, - anon_sym_set, + anon_sym_AMP, + sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -558784,7 +558288,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, @@ -558793,17 +558296,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [81990] = 4, - ACTIONS(9046), 1, - anon_sym_COLON, + [81849] = 5, + ACTIONS(9028), 1, + anon_sym_LT, + STATE(5703), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4004), 3, + ACTIONS(4169), 3, anon_sym_val, anon_sym_var, sym_property_modifier, - ACTIONS(4009), 39, + ACTIONS(4171), 38, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -558811,7 +558316,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_enum, anon_sym_constructor, anon_sym_LPAREN, - anon_sym_LT, anon_sym_companion, anon_sym_object, anon_sym_fun, @@ -558843,28 +558347,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82044] = 3, + [81905] = 4, + ACTIONS(9030), 1, + anon_sym_LT, + STATE(5696), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 9, + ACTIONS(4171), 41, + sym__automatic_semicolon, anon_sym_AT, - anon_sym_COLON, anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_LT, - anon_sym_DOT, - anon_sym_SEMI, - sym__quest, - sym__backtick_identifier, - ACTIONS(4179), 34, - anon_sym_val, - anon_sym_var, + anon_sym_COMMA, anon_sym_by, anon_sym_where, + anon_sym_DOT, + anon_sym_SEMI, anon_sym_get, anon_sym_set, - anon_sym_while, + anon_sym_AMP, + sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -558891,34 +558397,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [82096] = 8, - ACTIONS(4128), 1, - sym__alpha_identifier, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9048), 1, - anon_sym_COLON, - STATE(6538), 1, - sym_type_arguments, + [81959] = 5, + ACTIONS(9032), 1, + anon_sym_DOT, + STATE(5684), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4124), 3, + ACTIONS(4186), 3, + anon_sym_val, + anon_sym_var, + sym_property_modifier, + ACTIONS(4188), 37, anon_sym_AT, - anon_sym_EQ, - anon_sym_SEMI, - ACTIONS(4189), 4, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_constructor, anon_sym_LPAREN, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4122), 31, - anon_sym_by, - anon_sym_where, + anon_sym_companion, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -558936,7 +558439,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, @@ -558945,19 +558447,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82157] = 5, - ACTIONS(9050), 1, + [82014] = 5, + ACTIONS(9035), 1, anon_sym_DOT, - STATE(5691), 1, + STATE(5684), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4166), 3, + ACTIONS(4122), 3, anon_sym_val, anon_sym_var, sym_property_modifier, - ACTIONS(4168), 37, + ACTIONS(4124), 37, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -558995,10 +558497,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82212] = 5, - ACTIONS(9053), 1, + [82069] = 5, + ACTIONS(9035), 1, anon_sym_DOT, - STATE(5695), 1, + STATE(5685), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, @@ -559045,27 +558547,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82267] = 3, + [82124] = 8, + ACTIONS(4169), 1, + sym__alpha_identifier, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9037), 1, + anon_sym_COLON, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 11, - sym__automatic_semicolon, + ACTIONS(4165), 3, anon_sym_AT, - anon_sym_COLON, anon_sym_EQ, - anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(4171), 4, anon_sym_LPAREN, - anon_sym_LT, anon_sym_DOT, - anon_sym_SEMI, sym__quest, sym__backtick_identifier, - ACTIONS(4179), 31, + ACTIONS(4163), 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, @@ -559092,12 +558600,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [82318] = 3, + [82185] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 11, + ACTIONS(4184), 11, sym__automatic_semicolon, anon_sym_AT, anon_sym_COLON, @@ -559109,7 +558616,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, sym__quest, sym__backtick_identifier, - ACTIONS(4004), 31, + ACTIONS(4182), 31, anon_sym_by, anon_sym_where, anon_sym_get, @@ -559141,29 +558648,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [82369] = 5, - ACTIONS(9053), 1, - anon_sym_DOT, - STATE(5691), 1, - aux_sym_user_type_repeat1, + [82236] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4153), 3, - anon_sym_val, - anon_sym_var, - sym_property_modifier, - ACTIONS(4155), 37, + ACTIONS(3981), 11, + sym__automatic_semicolon, anon_sym_AT, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_constructor, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_companion, - anon_sym_object, - anon_sym_fun, + anon_sym_LT, + anon_sym_DOT, + anon_sym_SEMI, + sym__quest, + sym__backtick_identifier, + ACTIONS(3976), 31, + anon_sym_by, + anon_sym_where, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -559183,6 +558686,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, @@ -559191,23 +558695,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82424] = 4, - ACTIONS(9046), 1, - anon_sym_COLON, + sym__alpha_identifier, + [82287] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4004), 2, + ACTIONS(4269), 3, anon_sym_val, anon_sym_var, - ACTIONS(4009), 38, + sym_property_modifier, + ACTIONS(4271), 38, anon_sym_AT, anon_sym_typealias, anon_sym_class, anon_sym_interface, anon_sym_enum, + anon_sym_constructor, anon_sym_LPAREN, - anon_sym_LT, + anon_sym_companion, anon_sym_object, anon_sym_fun, anon_sym_DOT, @@ -559230,7 +558735,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, @@ -559239,175 +558743,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82476] = 27, - ACTIONS(7398), 1, + [82337] = 27, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9055), 1, + ACTIONS(9039), 1, anon_sym_AT, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9059), 1, + ACTIONS(9043), 1, anon_sym_COMMA, - ACTIONS(9061), 1, + ACTIONS(9045), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7311), 1, + STATE(7340), 1, sym_annotation, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(8343), 1, + STATE(8348), 1, sym_simple_identifier, - STATE(8805), 1, + STATE(8810), 1, sym__function_value_parameter, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7213), 2, + STATE(7214), 2, sym__type_modifier, aux_sym_type_modifiers_repeat1, - STATE(7223), 2, + STATE(7215), 2, sym_parameter_modifier, aux_sym_parameter_modifiers_repeat1, - STATE(7284), 2, + STATE(7283), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(9742), 4, + STATE(9736), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [82574] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9065), 3, - anon_sym_val, - anon_sym_var, - sym_property_modifier, - ACTIONS(7732), 38, - anon_sym_AT, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_constructor, - anon_sym_RBRACE, - anon_sym_init, - 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_value, - 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, - [82624] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4315), 41, - 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, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_AMP, - sym__quest, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - 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, - [82672] = 3, + [82435] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4315), 12, + ACTIONS(4275), 12, anon_sym_AT, anon_sym_EQ, anon_sym_LBRACE, @@ -559420,7 +558831,7 @@ static const uint16_t ts_small_parse_table[] = { sym__quest, anon_sym_DASH_GT, sym_label, - ACTIONS(4313), 29, + ACTIONS(4273), 29, anon_sym_get, anon_sym_set, anon_sym_while, @@ -559450,116 +558861,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82722] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4181), 41, - sym__automatic_semicolon, - anon_sym_AT, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_by, - anon_sym_LT, - anon_sym_where, - anon_sym_DOT, - anon_sym_SEMI, - anon_sym_get, - anon_sym_set, - anon_sym_AMP, - sym__quest, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - 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, - [82770] = 27, - ACTIONS(7398), 1, + [82485] = 27, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9055), 1, + ACTIONS(9039), 1, anon_sym_AT, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9067), 1, + ACTIONS(9049), 1, anon_sym_COMMA, - ACTIONS(9069), 1, + ACTIONS(9051), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7311), 1, + STATE(7340), 1, sym_annotation, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(8343), 1, + STATE(8348), 1, sym_simple_identifier, - STATE(8829), 1, - sym__function_value_parameter, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9735), 1, + STATE(8993), 1, + sym__function_value_parameter, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7213), 2, + STATE(7214), 2, sym__type_modifier, aux_sym_type_modifiers_repeat1, - STATE(7223), 2, + STATE(7215), 2, sym_parameter_modifier, aux_sym_parameter_modifiers_repeat1, - STATE(7284), 2, + STATE(7283), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(9742), 4, + STATE(9736), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559567,28 +558932,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [82868] = 3, + [82583] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4317), 3, - anon_sym_val, - anon_sym_var, - sym_property_modifier, - ACTIONS(4319), 38, + ACTIONS(4275), 41, + 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_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, + anon_sym_AMP, + sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -559606,6 +558969,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, @@ -559614,11 +558978,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82918] = 2, + [82631] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4337), 41, + ACTIONS(4188), 41, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, @@ -559660,77 +559024,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [82966] = 5, - ACTIONS(9071), 1, - anon_sym_LPAREN, - STATE(5750), 1, - sym_value_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7087), 3, - anon_sym_val, - anon_sym_var, - sym_property_modifier, - ACTIONS(7089), 36, - anon_sym_AT, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_constructor, - 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_value, - 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, - [83020] = 3, + [82679] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4166), 3, - anon_sym_val, - anon_sym_var, - sym_property_modifier, - ACTIONS(4168), 38, + ACTIONS(4279), 41, + 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_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, + anon_sym_AMP, + sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -559748,6 +559061,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, @@ -559756,26 +559070,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [83070] = 3, + [82727] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4313), 3, + ACTIONS(9053), 3, anon_sym_val, anon_sym_var, sym_property_modifier, - ACTIONS(4315), 38, + ACTIONS(7718), 38, anon_sym_AT, anon_sym_typealias, anon_sym_class, anon_sym_interface, anon_sym_enum, anon_sym_constructor, - anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_init, anon_sym_companion, anon_sym_object, anon_sym_fun, - anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -559803,19 +559117,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [83120] = 2, + [82777] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4168), 41, + ACTIONS(3981), 41, sym__automatic_semicolon, anon_sym_AT, + anon_sym_COLON, anon_sym_EQ, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, anon_sym_by, + anon_sym_LT, anon_sym_where, anon_sym_DOT, anon_sym_SEMI, @@ -559849,28 +559163,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [83168] = 3, + [82825] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4335), 3, - anon_sym_val, - anon_sym_var, - sym_property_modifier, - ACTIONS(4337), 38, + ACTIONS(4184), 41, + sym__automatic_semicolon, anon_sym_AT, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_constructor, - anon_sym_LPAREN, - anon_sym_companion, - anon_sym_object, - anon_sym_fun, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_by, + anon_sym_LT, + anon_sym_where, anon_sym_DOT, + anon_sym_SEMI, anon_sym_get, anon_sym_set, + anon_sym_AMP, + sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -559888,6 +559200,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, @@ -559896,70 +559209,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [83218] = 27, - ACTIONS(7398), 1, + [82873] = 27, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9055), 1, + ACTIONS(9039), 1, anon_sym_AT, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9073), 1, + ACTIONS(9055), 1, anon_sym_COMMA, - ACTIONS(9075), 1, + ACTIONS(9057), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7311), 1, + STATE(7340), 1, sym_annotation, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(8343), 1, + STATE(8348), 1, sym_simple_identifier, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9094), 1, + STATE(9012), 1, sym__function_value_parameter, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7213), 2, + STATE(7214), 2, sym__type_modifier, aux_sym_type_modifiers_repeat1, - STATE(7223), 2, + STATE(7215), 2, sym_parameter_modifier, aux_sym_parameter_modifiers_repeat1, - STATE(7284), 2, + STATE(7283), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(9742), 4, + STATE(9736), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -559967,70 +559280,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [83316] = 27, - ACTIONS(7398), 1, + [82971] = 27, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9055), 1, + ACTIONS(9039), 1, anon_sym_AT, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9077), 1, + ACTIONS(9059), 1, anon_sym_COMMA, - ACTIONS(9079), 1, + ACTIONS(9061), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7311), 1, + STATE(7340), 1, sym_annotation, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(8343), 1, + STATE(8348), 1, sym_simple_identifier, - STATE(8881), 1, - sym__function_value_parameter, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9735), 1, + STATE(8946), 1, + sym__function_value_parameter, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7213), 2, + STATE(7214), 2, sym__type_modifier, aux_sym_type_modifiers_repeat1, - STATE(7223), 2, + STATE(7215), 2, sym_parameter_modifier, aux_sym_parameter_modifiers_repeat1, - STATE(7284), 2, + STATE(7283), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(9742), 4, + STATE(9736), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -560038,11 +559351,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [83414] = 3, + [83069] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4319), 12, + ACTIONS(4271), 12, anon_sym_AT, anon_sym_EQ, anon_sym_LBRACE, @@ -560055,7 +559368,7 @@ static const uint16_t ts_small_parse_table[] = { sym__quest, anon_sym_DASH_GT, sym_label, - ACTIONS(4317), 29, + ACTIONS(4269), 29, anon_sym_get, anon_sym_set, anon_sym_while, @@ -560085,26 +559398,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [83464] = 2, + [83119] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 41, - sym__automatic_semicolon, + ACTIONS(4277), 3, + anon_sym_val, + anon_sym_var, + sym_property_modifier, + ACTIONS(4279), 38, anon_sym_AT, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_by, - anon_sym_LT, - anon_sym_where, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_constructor, + anon_sym_LPAREN, + anon_sym_companion, + anon_sym_object, + anon_sym_fun, anon_sym_DOT, - anon_sym_SEMI, anon_sym_get, anon_sym_set, - anon_sym_AMP, - sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -560122,7 +559437,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, @@ -560131,153 +559445,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [83512] = 27, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9055), 1, - anon_sym_AT, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9081), 1, - anon_sym_COMMA, - ACTIONS(9083), 1, - anon_sym_RPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7311), 1, - sym_annotation, - STATE(8005), 1, - sym_parameter_modifiers, - STATE(8138), 1, - sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(8343), 1, - sym_simple_identifier, - STATE(8883), 1, - sym_parameter, - STATE(9063), 1, - sym__function_value_parameter, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(7213), 2, - sym__type_modifier, - aux_sym_type_modifiers_repeat1, - STATE(7223), 2, - sym_parameter_modifier, - aux_sym_parameter_modifiers_repeat1, - STATE(7284), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - ACTIONS(9063), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - STATE(9742), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [83610] = 27, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9055), 1, - anon_sym_AT, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9085), 1, - anon_sym_COMMA, - ACTIONS(9087), 1, - anon_sym_RPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7311), 1, - sym_annotation, - STATE(8005), 1, - sym_parameter_modifiers, - STATE(8138), 1, - sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(8343), 1, - sym_simple_identifier, - STATE(8883), 1, - sym_parameter, - STATE(8905), 1, - sym__function_value_parameter, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(7213), 2, - sym__type_modifier, - aux_sym_type_modifiers_repeat1, - STATE(7223), 2, - sym_parameter_modifier, - aux_sym_parameter_modifiers_repeat1, - STATE(7284), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - ACTIONS(9063), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - STATE(9742), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [83708] = 2, + [83169] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4319), 41, + ACTIONS(4271), 41, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, @@ -560319,27 +559491,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [83756] = 4, - ACTIONS(9089), 1, - anon_sym_DOT, - STATE(5717), 1, - aux_sym_user_type_repeat1, + [83217] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4168), 38, - sym__automatic_semicolon, + ACTIONS(4273), 3, + anon_sym_val, + anon_sym_var, + sym_property_modifier, + ACTIONS(4275), 38, anon_sym_AT, - anon_sym_EQ, - 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_LPAREN, + anon_sym_companion, + anon_sym_object, + anon_sym_fun, + anon_sym_DOT, anon_sym_get, anon_sym_set, - anon_sym_AMP, - sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -560357,7 +559530,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, @@ -560366,109 +559538,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [83807] = 4, - ACTIONS(9092), 1, - anon_sym_DOT, - STATE(5719), 1, - aux_sym_user_type_repeat1, + [83267] = 27, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9039), 1, + anon_sym_AT, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9063), 1, + anon_sym_COMMA, + ACTIONS(9065), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6425), 1, + sym_type_modifiers, + STATE(7340), 1, + sym_annotation, + STATE(7875), 1, + sym_parameter_modifiers, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(8348), 1, + sym_simple_identifier, + STATE(8909), 1, + sym_parameter, + STATE(9047), 1, + sym__function_value_parameter, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4195), 38, - 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, - anon_sym_AMP, - sym__quest, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - 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, + STATE(7214), 2, + sym__type_modifier, + aux_sym_type_modifiers_repeat1, + STATE(7215), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(7283), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - anon_sym_expect, - anon_sym_actual, - [83858] = 4, - ACTIONS(9094), 1, - anon_sym_DOT, - STATE(5717), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4155), 38, - sym__automatic_semicolon, - anon_sym_AT, - anon_sym_EQ, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - anon_sym_SEMI, + STATE(9736), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_AMP, - sym__quest, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - 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, - [83909] = 3, + [83365] = 5, + ACTIONS(9067), 1, + anon_sym_LPAREN, + STATE(5734), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9098), 3, + ACTIONS(7039), 3, anon_sym_val, anon_sym_var, sym_property_modifier, - ACTIONS(9096), 36, + ACTIONS(7041), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -560505,24 +559658,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [83957] = 3, + [83419] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7179), 3, + ACTIONS(4186), 3, anon_sym_val, anon_sym_var, sym_property_modifier, - ACTIONS(7181), 36, + ACTIONS(4188), 38, anon_sym_AT, anon_sym_typealias, anon_sym_class, anon_sym_interface, anon_sym_enum, anon_sym_constructor, + anon_sym_LPAREN, anon_sym_companion, anon_sym_object, anon_sym_fun, + anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -560550,24 +559705,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [84005] = 3, + [83469] = 27, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9039), 1, + anon_sym_AT, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9069), 1, + anon_sym_COMMA, + ACTIONS(9071), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6425), 1, + sym_type_modifiers, + STATE(7340), 1, + sym_annotation, + STATE(7875), 1, + sym_parameter_modifiers, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(8348), 1, + sym_simple_identifier, + STATE(8792), 1, + sym__function_value_parameter, + STATE(8909), 1, + sym_parameter, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(7214), 2, + sym__type_modifier, + aux_sym_type_modifiers_repeat1, + STATE(7215), 2, + sym_parameter_modifier, + aux_sym_parameter_modifiers_repeat1, + STATE(7283), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + ACTIONS(9047), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + STATE(9736), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [83567] = 4, + ACTIONS(9026), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5179), 3, + ACTIONS(3976), 2, anon_sym_val, anon_sym_var, - sym_property_modifier, - ACTIONS(5181), 36, + ACTIONS(3981), 38, anon_sym_AT, anon_sym_typealias, anon_sym_class, anon_sym_interface, anon_sym_enum, - anon_sym_constructor, - anon_sym_companion, + anon_sym_LPAREN, + anon_sym_LT, anon_sym_object, anon_sym_fun, + anon_sym_DOT, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -560587,6 +559815,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, @@ -560595,19 +559824,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [84053] = 4, - ACTIONS(9100), 1, - sym__quest, - STATE(5723), 1, - aux_sym_nullable_type_repeat1, + [83619] = 4, + ACTIONS(9073), 1, + anon_sym_DOT, + STATE(5713), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4224), 37, + ACTIONS(4195), 38, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_by, @@ -560615,6 +559843,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_get, anon_sym_set, + anon_sym_AMP, + sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -560641,26 +559871,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [84103] = 3, + [83670] = 4, + ACTIONS(9075), 1, + anon_sym_DOT, + STATE(5712), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4011), 3, - anon_sym_val, - anon_sym_var, - sym_property_modifier, - ACTIONS(9103), 36, + ACTIONS(4188), 38, + sym__automatic_semicolon, anon_sym_AT, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_constructor, - anon_sym_companion, - 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, + anon_sym_AMP, + sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -560678,249 +559909,7 @@ 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, - [84151] = 24, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9107), 1, - anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, - sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(8946), 1, - sym_type_projection, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7403), 2, - anon_sym_in, - anon_sym_out, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7213), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7214), 3, - sym__type_projection_modifier, - sym_variance_modifier, - aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [84241] = 24, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9107), 1, - anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, - sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(8933), 1, - sym_type_projection, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7403), 2, - anon_sym_in, - anon_sym_out, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7213), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7214), 3, - sym__type_projection_modifier, - sym_variance_modifier, - aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [84331] = 24, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9107), 1, - anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, - sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(8796), 1, - sym_type_projection, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7403), 2, - anon_sym_in, - anon_sym_out, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7213), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7214), 3, - sym__type_projection_modifier, - sym_variance_modifier, - aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [84421] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7191), 3, - anon_sym_val, - anon_sym_var, sym_property_modifier, - ACTIONS(7193), 36, - anon_sym_AT, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_constructor, - 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_value, - 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, @@ -560929,26 +559918,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [84469] = 3, + [83721] = 4, + ACTIONS(9078), 1, + anon_sym_DOT, + STATE(5712), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5183), 3, - anon_sym_val, - anon_sym_var, - sym_property_modifier, - ACTIONS(5185), 36, + ACTIONS(4124), 38, + sym__automatic_semicolon, anon_sym_AT, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_constructor, - anon_sym_companion, - 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, + anon_sym_AMP, + sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -560966,6 +559956,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, @@ -560974,65 +559965,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [84517] = 24, - ACTIONS(7398), 1, + [83772] = 24, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9107), 1, + ACTIONS(9082), 1, anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(8977), 1, + STATE(8896), 1, sym_type_projection, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7403), 2, + ACTIONS(7399), 2, anon_sym_in, anon_sym_out, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7214), 3, + STATE(7216), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, + STATE(9360), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561040,65 +560031,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [84607] = 24, - ACTIONS(7398), 1, + [83862] = 24, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9107), 1, + ACTIONS(9082), 1, anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(8958), 1, + STATE(8990), 1, sym_type_projection, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7403), 2, + ACTIONS(7399), 2, anon_sym_in, anon_sym_out, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7214), 3, + STATE(7216), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, + STATE(9360), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561106,15 +560097,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [84697] = 3, + [83952] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7171), 3, + ACTIONS(9086), 3, anon_sym_val, anon_sym_var, sym_property_modifier, - ACTIONS(7173), 36, + ACTIONS(9084), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -561151,131 +560142,221 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [84745] = 24, - ACTIONS(7398), 1, + [84000] = 24, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9107), 1, + ACTIONS(9082), 1, anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(8971), 1, + STATE(9002), 1, sym_type_projection, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7403), 2, + ACTIONS(7399), 2, anon_sym_in, anon_sym_out, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7214), 3, + STATE(7216), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, + STATE(9360), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [84090] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9090), 3, + anon_sym_val, + anon_sym_var, + sym_property_modifier, + ACTIONS(9088), 36, + anon_sym_AT, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_constructor, + 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_value, + 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, + [84138] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9094), 3, + anon_sym_val, + anon_sym_var, + sym_property_modifier, + ACTIONS(9092), 36, + anon_sym_AT, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_constructor, + 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_value, + 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, - [84835] = 24, - ACTIONS(7398), 1, + [84186] = 24, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9107), 1, + ACTIONS(9082), 1, anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(8940), 1, + STATE(9059), 1, sym_type_projection, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7403), 2, + ACTIONS(7399), 2, anon_sym_in, anon_sym_out, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7214), 3, + STATE(7216), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, + STATE(9360), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561283,65 +560364,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [84925] = 24, - ACTIONS(7398), 1, + [84276] = 24, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9107), 1, + ACTIONS(9082), 1, anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9035), 1, + STATE(8865), 1, sym_type_projection, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7403), 2, + ACTIONS(7399), 2, anon_sym_in, anon_sym_out, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7214), 3, + STATE(7216), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, + STATE(9360), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561349,15 +560430,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [85015] = 3, + [84366] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5163), 3, + ACTIONS(7159), 3, anon_sym_val, anon_sym_var, sym_property_modifier, - ACTIONS(5165), 36, + ACTIONS(7161), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -561394,25 +560475,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [85063] = 3, - ACTIONS(4214), 1, - anon_sym_DASH_GT, + [84414] = 5, + ACTIONS(9096), 1, + anon_sym_LPAREN, + STATE(5775), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4212), 38, - sym__automatic_semicolon, + ACTIONS(7039), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(7041), 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_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -561439,23 +560522,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [85111] = 5, - ACTIONS(9109), 1, - anon_sym_LPAREN, - STATE(5770), 1, - sym_value_arguments, + [84466] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7087), 2, + ACTIONS(7197), 3, anon_sym_val, anon_sym_var, - ACTIONS(7089), 35, + sym_property_modifier, + ACTIONS(7199), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, anon_sym_interface, anon_sym_enum, + anon_sym_constructor, + anon_sym_companion, anon_sym_object, anon_sym_fun, anon_sym_get, @@ -561477,7 +560559,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, @@ -561486,65 +560567,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [85163] = 24, - ACTIONS(7398), 1, + [84514] = 24, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9107), 1, + ACTIONS(9082), 1, anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9061), 1, + STATE(9019), 1, sym_type_projection, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7403), 2, + ACTIONS(7399), 2, anon_sym_in, anon_sym_out, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7214), 3, + STATE(7216), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, + STATE(9360), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561552,131 +560633,176 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [85253] = 24, - ACTIONS(7398), 1, + [84604] = 24, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9107), 1, + ACTIONS(9082), 1, anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(8983), 1, + STATE(8913), 1, sym_type_projection, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7403), 2, + ACTIONS(7399), 2, anon_sym_in, anon_sym_out, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7214), 3, + STATE(7216), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, + STATE(9360), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [84694] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7181), 3, + anon_sym_val, + anon_sym_var, + sym_property_modifier, + ACTIONS(7183), 36, + anon_sym_AT, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_constructor, + 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_value, + 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, - [85343] = 24, - ACTIONS(7398), 1, + [84742] = 24, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9107), 1, + ACTIONS(9082), 1, anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(8992), 1, + STATE(9030), 1, sym_type_projection, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7403), 2, + ACTIONS(7399), 2, anon_sym_in, anon_sym_out, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7214), 3, + STATE(7216), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, + STATE(9360), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561684,65 +560810,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [85433] = 24, - ACTIONS(7398), 1, + [84832] = 24, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9107), 1, + ACTIONS(9082), 1, anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(8827), 1, + STATE(9039), 1, sym_type_projection, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7403), 2, + ACTIONS(7399), 2, anon_sym_in, anon_sym_out, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7214), 3, + STATE(7216), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, + STATE(9360), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -561750,15 +560876,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [85523] = 3, + [84922] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7187), 3, + ACTIONS(7172), 3, anon_sym_val, anon_sym_var, sym_property_modifier, - ACTIONS(7189), 36, + ACTIONS(7174), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -561795,15 +560921,153 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [85571] = 3, + [84970] = 4, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9098), 2, + anon_sym_AT, + sym__backtick_identifier, + ACTIONS(3981), 6, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(3983), 31, + 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_value, + 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, + [85020] = 4, + ACTIONS(9100), 1, + sym__quest, + STATE(5760), 1, + aux_sym_nullable_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4227), 37, + 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_value, + 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, + [85070] = 4, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9102), 2, + anon_sym_AT, + sym__backtick_identifier, + ACTIONS(3981), 6, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_SEMI, + ACTIONS(4039), 31, + 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_value, + 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, + [85120] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5159), 3, + ACTIONS(5060), 3, anon_sym_val, anon_sym_var, sym_property_modifier, - ACTIONS(5161), 36, + ACTIONS(5062), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -561840,15 +561104,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [85619] = 4, - ACTIONS(9111), 1, + [85168] = 4, + ACTIONS(9104), 1, sym__quest, - STATE(5760), 1, + STATE(5735), 1, aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4206), 37, + ACTIONS(4220), 37, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, @@ -561886,193 +561150,192 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [85669] = 24, - ACTIONS(7398), 1, + [85218] = 24, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9107), 1, + ACTIONS(9082), 1, anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9074), 1, + STATE(8873), 1, sym_type_projection, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7403), 2, + ACTIONS(7399), 2, anon_sym_in, anon_sym_out, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7214), 3, + STATE(7216), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, + STATE(9360), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [85308] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7147), 3, + anon_sym_val, + anon_sym_var, + sym_property_modifier, + ACTIONS(7149), 36, + anon_sym_AT, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_constructor, + 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_value, + 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, - [85759] = 24, - ACTIONS(7398), 1, + [85356] = 24, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9107), 1, + ACTIONS(9082), 1, anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9004), 1, + STATE(8798), 1, sym_type_projection, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7403), 2, + ACTIONS(7399), 2, anon_sym_in, anon_sym_out, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7214), 3, + STATE(7216), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, + STATE(9360), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [85849] = 4, - ACTIONS(9113), 1, - anon_sym_DOT, - STATE(5630), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4195), 37, - anon_sym_AT, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - anon_sym_SEMI, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_AMP, - sym__quest, - anon_sym_while, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - 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, - [85899] = 3, + [85446] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7143), 3, + ACTIONS(4978), 3, anon_sym_val, anon_sym_var, sym_property_modifier, - ACTIONS(7145), 36, + ACTIONS(4980), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -562109,15 +561372,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [85947] = 3, + [85494] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5187), 3, + ACTIONS(9109), 3, anon_sym_val, anon_sym_var, sym_property_modifier, - ACTIONS(5189), 36, + ACTIONS(9107), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -562154,15 +561417,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [85995] = 3, + [85542] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4021), 3, + ACTIONS(4039), 3, anon_sym_val, anon_sym_var, sym_property_modifier, - ACTIONS(9115), 36, + ACTIONS(9102), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -562199,26 +561462,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [86043] = 3, + [85590] = 3, + ACTIONS(4331), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9119), 3, - anon_sym_val, - anon_sym_var, - sym_property_modifier, - ACTIONS(9117), 36, + ACTIONS(4329), 38, + sym__automatic_semicolon, anon_sym_AT, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_constructor, - 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, + sym__quest, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -562236,6 +561498,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, @@ -562244,81 +561507,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [86091] = 24, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9107), 1, - anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, - sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(9362), 1, - sym_type_projection, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7403), 2, - anon_sym_in, - anon_sym_out, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7213), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7214), 3, - sym__type_projection_modifier, - sym_variance_modifier, - aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [86181] = 3, + [85638] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9123), 3, + ACTIONS(5022), 3, anon_sym_val, anon_sym_var, sym_property_modifier, - ACTIONS(9121), 36, + ACTIONS(5024), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -562355,15 +561552,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [86229] = 3, + [85686] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9127), 3, + ACTIONS(3983), 3, anon_sym_val, anon_sym_var, sym_property_modifier, - ACTIONS(9125), 36, + ACTIONS(9098), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -562400,65 +561597,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [86277] = 24, - ACTIONS(7398), 1, + [85734] = 24, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9107), 1, + ACTIONS(9082), 1, anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9013), 1, + STATE(8892), 1, sym_type_projection, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7403), 2, + ACTIONS(7399), 2, anon_sym_in, anon_sym_out, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7214), 3, + STATE(7216), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, + STATE(9360), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562466,69 +561663,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [86367] = 4, + [85824] = 24, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9082), 1, + anon_sym_STAR, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9153), 1, + sym_type_projection, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9115), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(4009), 6, - anon_sym_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_SEMI, - ACTIONS(4021), 31, - anon_sym_val, - anon_sym_var, + ACTIONS(7399), 2, + anon_sym_in, + anon_sym_out, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7216), 3, + sym__type_projection_modifier, + sym_variance_modifier, + aux_sym_type_projection_modifiers_repeat1, + STATE(9360), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - 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, - [86417] = 4, + [85914] = 4, + ACTIONS(9100), 1, + sym__quest, + STATE(5760), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9103), 2, + ACTIONS(4335), 37, + sym__automatic_semicolon, anon_sym_AT, - sym__backtick_identifier, - ACTIONS(4009), 6, - anon_sym_COLON, + anon_sym_EQ, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_COMMA, + anon_sym_by, + anon_sym_where, anon_sym_SEMI, - ACTIONS(4011), 31, - anon_sym_val, - anon_sym_var, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -562557,66 +561775,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [86467] = 24, - ACTIONS(7398), 1, + [85964] = 24, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9107), 1, + ACTIONS(9082), 1, anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9089), 1, + STATE(8926), 1, sym_type_projection, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7403), 2, + ACTIONS(7399), 2, anon_sym_in, anon_sym_out, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7214), 3, + STATE(7216), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, + STATE(9360), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562624,26 +561841,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [86557] = 4, - ACTIONS(9129), 1, - sym__quest, - STATE(5723), 1, - aux_sym_nullable_type_repeat1, + [86054] = 4, + ACTIONS(9111), 1, + anon_sym_DOT, + STATE(5617), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4249), 37, - sym__automatic_semicolon, + ACTIONS(4195), 37, 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_AMP, + sym__quest, + anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -562670,15 +561887,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [86607] = 3, + [86104] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9133), 3, + ACTIONS(9115), 3, anon_sym_val, anon_sym_var, sym_property_modifier, - ACTIONS(9131), 36, + ACTIONS(9113), 36, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -562715,24 +561932,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [86655] = 4, - ACTIONS(9111), 1, - sym__quest, - STATE(5760), 1, - aux_sym_nullable_type_repeat1, + [86152] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4305), 37, - sym__automatic_semicolon, + ACTIONS(4970), 3, + anon_sym_val, + anon_sym_var, + sym_property_modifier, + ACTIONS(4972), 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_companion, + anon_sym_object, + anon_sym_fun, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -562752,7 +561969,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, @@ -562761,65 +561977,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [86705] = 24, - ACTIONS(7398), 1, + [86200] = 24, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9107), 1, + ACTIONS(9082), 1, anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9027), 1, + STATE(9049), 1, sym_type_projection, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7403), 2, + ACTIONS(7399), 2, anon_sym_in, anon_sym_out, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7214), 3, + STATE(7216), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, + STATE(9360), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562827,65 +562043,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [86795] = 24, - ACTIONS(7398), 1, + [86290] = 24, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9107), 1, + ACTIONS(9082), 1, anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(8969), 1, + STATE(8821), 1, sym_type_projection, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7403), 2, + ACTIONS(7399), 2, anon_sym_in, anon_sym_out, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7214), 3, + STATE(7216), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, + STATE(9360), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -562893,131 +562109,374 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [86885] = 24, - ACTIONS(7398), 1, + [86380] = 24, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9107), 1, + ACTIONS(9082), 1, anon_sym_STAR, - STATE(6124), 1, - sym_type_projection_modifiers, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(8908), 1, + STATE(9033), 1, sym_type_projection, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7403), 2, + ACTIONS(7399), 2, anon_sym_in, anon_sym_out, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, + STATE(7216), 3, + sym__type_projection_modifier, + sym_variance_modifier, + aux_sym_type_projection_modifiers_repeat1, + STATE(9360), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [86470] = 24, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9082), 1, + anon_sym_STAR, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(8870), 1, + sym_type_projection, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7399), 2, + anon_sym_in, + anon_sym_out, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, STATE(7214), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7216), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, + STATE(9360), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [86560] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4962), 3, + anon_sym_val, + anon_sym_var, + sym_property_modifier, + ACTIONS(4964), 36, + anon_sym_AT, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + anon_sym_constructor, + 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_value, + 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, - [86975] = 24, - ACTIONS(7398), 1, + [86608] = 24, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9107), 1, + ACTIONS(9082), 1, anon_sym_STAR, - STATE(6124), 1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6050), 1, sym_type_projection_modifiers, - STATE(6224), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(8859), 1, + sym_type_projection, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7399), 2, + anon_sym_in, + anon_sym_out, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7216), 3, + sym__type_projection_modifier, + sym_variance_modifier, + aux_sym_type_projection_modifiers_repeat1, + STATE(9360), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [86698] = 24, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9082), 1, + anon_sym_STAR, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(8999), 1, + STATE(8969), 1, sym_type_projection, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7403), 2, + ACTIONS(7399), 2, anon_sym_in, anon_sym_out, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, + STATE(7216), 3, + sym__type_projection_modifier, + sym_variance_modifier, + aux_sym_type_projection_modifiers_repeat1, + STATE(9360), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [86788] = 24, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9082), 1, + anon_sym_STAR, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6050), 1, + sym_type_projection_modifiers, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(8879), 1, + sym_type_projection, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7399), 2, + anon_sym_in, + anon_sym_out, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, STATE(7214), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7216), 3, sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - STATE(9386), 4, + STATE(9360), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -563025,9 +562484,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [87065] = 3, - ACTIONS(9135), 1, - anon_sym_AMP, + [86878] = 4, + ACTIONS(9117), 1, + sym__quest, + STATE(5735), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, @@ -563035,6 +562496,7 @@ static const uint16_t ts_small_parse_table[] = { sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_by, @@ -563042,7 +562504,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, @@ -563069,10 +562530,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87112] = 4, - ACTIONS(9094), 1, + [86928] = 4, + ACTIONS(9078), 1, anon_sym_DOT, - STATE(5719), 1, + STATE(5713), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, @@ -563114,13 +562575,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87161] = 3, - ACTIONS(9137), 1, + [86977] = 3, + ACTIONS(9119), 1, anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4239), 37, + ACTIONS(4315), 37, + 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_value, + 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, + [87024] = 3, + ACTIONS(9121), 1, + anon_sym_AMP, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4315), 37, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, @@ -563158,14 +562663,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87208] = 3, + [87071] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5187), 2, + ACTIONS(7197), 2, anon_sym_val, anon_sym_var, - ACTIONS(5189), 35, + ACTIONS(7199), 35, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -563201,14 +562706,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87254] = 3, + [87117] = 3, + ACTIONS(9123), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4021), 2, + ACTIONS(4315), 36, + anon_sym_AT, + anon_sym_EQ, + 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, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + 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, + [87163] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3983), 2, anon_sym_val, anon_sym_var, - ACTIONS(9115), 35, + ACTIONS(9098), 35, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -563244,15 +562792,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87300] = 4, - ACTIONS(9139), 1, + [87209] = 4, + ACTIONS(9125), 1, sym__quest, - STATE(5781), 1, + STATE(5767), 1, aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4206), 35, + ACTIONS(4220), 35, anon_sym_AT, anon_sym_EQ, anon_sym_COMMA, @@ -563288,14 +562836,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87348] = 3, + [87257] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9133), 2, + ACTIONS(9109), 2, anon_sym_val, anon_sym_var, - ACTIONS(9131), 35, + ACTIONS(9107), 35, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -563331,14 +562879,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87394] = 3, + [87303] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9127), 2, + ACTIONS(4039), 2, anon_sym_val, anon_sym_var, - ACTIONS(9125), 35, + ACTIONS(9102), 35, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -563374,14 +562922,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87440] = 3, + [87349] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7191), 2, + ACTIONS(4962), 2, anon_sym_val, anon_sym_var, - ACTIONS(7193), 35, + ACTIONS(4964), 35, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -563417,14 +562965,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87486] = 3, + [87395] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5183), 2, + ACTIONS(4970), 2, anon_sym_val, anon_sym_var, - ACTIONS(5185), 35, + ACTIONS(4972), 35, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -563460,13 +563008,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87532] = 3, - ACTIONS(9141), 1, - anon_sym_AMP, + [87441] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4239), 36, + ACTIONS(4978), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(4980), 35, + anon_sym_AT, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + 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_value, + 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, + [87487] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7147), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(7149), 35, + anon_sym_AT, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + 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_value, + 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, + [87533] = 4, + ACTIONS(9128), 1, + sym__quest, + STATE(5782), 1, + aux_sym_nullable_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4335), 35, anon_sym_AT, anon_sym_EQ, anon_sym_COMMA, @@ -563475,7 +563111,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_while, anon_sym_suspend, anon_sym_sealed, @@ -563503,14 +563138,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87578] = 3, + [87581] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7187), 2, + ACTIONS(5060), 2, anon_sym_val, anon_sym_var, - ACTIONS(7189), 35, + ACTIONS(5062), 35, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -563546,14 +563181,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87624] = 3, + [87627] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9123), 2, + ACTIONS(9115), 2, anon_sym_val, anon_sym_var, - ACTIONS(9121), 35, + ACTIONS(9113), 35, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -563589,14 +563224,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87670] = 3, + [87673] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7143), 2, + ACTIONS(9086), 2, anon_sym_val, anon_sym_var, - ACTIONS(7145), 35, + ACTIONS(9084), 35, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -563632,24 +563267,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87716] = 4, - ACTIONS(9143), 1, - sym__quest, - STATE(5792), 1, - aux_sym_nullable_type_repeat1, + [87719] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4249), 35, + ACTIONS(4732), 37, + 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, @@ -563676,14 +563309,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87764] = 3, + [87763] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7179), 2, + ACTIONS(9090), 2, anon_sym_val, anon_sym_var, - ACTIONS(7181), 35, + ACTIONS(9088), 35, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -563719,14 +563352,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87810] = 3, + [87809] = 5, + ACTIONS(9130), 1, + anon_sym_LT, + STATE(5827), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4171), 4, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(4169), 31, + 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_value, + 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, + [87859] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9119), 2, + ACTIONS(5022), 2, anon_sym_val, anon_sym_var, - ACTIONS(9117), 35, + ACTIONS(5024), 35, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -563762,13 +563440,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87856] = 3, - ACTIONS(9145), 1, - anon_sym_AMP, + [87905] = 4, + ACTIONS(9132), 1, + sym__quest, + STATE(5767), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4239), 36, + ACTIONS(4239), 35, anon_sym_AT, anon_sym_EQ, anon_sym_COMMA, @@ -563777,7 +563457,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_get, anon_sym_set, - sym__quest, anon_sym_while, anon_sym_suspend, anon_sym_sealed, @@ -563805,24 +563484,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87902] = 4, - ACTIONS(9139), 1, - sym__quest, - STATE(5781), 1, - aux_sym_nullable_type_repeat1, + [87953] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4305), 35, + ACTIONS(7159), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(7161), 35, anon_sym_AT, - anon_sym_EQ, - 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_object, + anon_sym_fun, anon_sym_get, anon_sym_set, - anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -563849,22 +563527,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87950] = 2, + [87999] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4206), 37, - sym__automatic_semicolon, + ACTIONS(9094), 2, + anon_sym_val, + anon_sym_var, + ACTIONS(9092), 35, + anon_sym_AT, + anon_sym_typealias, + anon_sym_class, + anon_sym_interface, + anon_sym_enum, + 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_value, + 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, + [88045] = 4, + ACTIONS(9128), 1, + sym__quest, + STATE(5782), 1, + aux_sym_nullable_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4227), 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, + anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -563891,20 +563614,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [87994] = 5, - ACTIONS(9147), 1, - anon_sym_LT, - STATE(5818), 1, - sym_type_arguments, + [88093] = 4, + ACTIONS(9026), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 4, + ACTIONS(3981), 5, anon_sym_AT, anon_sym_LPAREN, + anon_sym_LT, anon_sym_DOT, sym__backtick_identifier, - ACTIONS(4128), 31, + ACTIONS(3976), 31, anon_sym_val, anon_sym_var, anon_sym_get, @@ -563936,23 +563658,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [88044] = 3, - ACTIONS(4214), 1, - anon_sym_DASH_GT, + [88141] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4212), 36, + ACTIONS(4227), 37, + 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, @@ -563979,14 +563700,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88090] = 3, + [88185] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7171), 2, + ACTIONS(4702), 37, + 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_value, + 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, + [88229] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7172), 2, anon_sym_val, anon_sym_var, - ACTIONS(7173), 35, + ACTIONS(7174), 35, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -564022,7 +563785,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88136] = 2, + [88275] = 3, + ACTIONS(4331), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4329), 36, + anon_sym_AT, + anon_sym_EQ, + 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, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + 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, + [88321] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, @@ -564064,23 +563870,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88180] = 3, + [88365] = 3, + ACTIONS(9134), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4011), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(9103), 35, + ACTIONS(4315), 36, anon_sym_AT, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_object, - anon_sym_fun, + anon_sym_EQ, + 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, @@ -564107,24 +563913,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88226] = 4, - ACTIONS(9149), 1, - sym__quest, - STATE(5792), 1, - aux_sym_nullable_type_repeat1, + [88411] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4224), 35, + ACTIONS(4698), 37, + 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, @@ -564151,14 +563955,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88274] = 3, + [88455] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9098), 2, + ACTIONS(7181), 2, anon_sym_val, anon_sym_var, - ACTIONS(9096), 35, + ACTIONS(7183), 35, anon_sym_AT, anon_sym_typealias, anon_sym_class, @@ -564194,11 +563998,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88320] = 2, + [88501] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4573), 37, + ACTIONS(4760), 37, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, @@ -564236,11 +564040,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88364] = 2, + [88545] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4681), 37, + ACTIONS(4751), 37, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, @@ -564278,21 +564082,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88408] = 3, + [88589] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5159), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(5161), 35, + ACTIONS(4619), 37, + sym__automatic_semicolon, anon_sym_AT, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - 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, @@ -564321,11 +564124,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88454] = 2, + [88633] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4765), 37, + ACTIONS(4746), 37, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, @@ -564363,17 +564166,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88498] = 2, + [88677] = 3, + ACTIONS(9024), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4730), 37, + ACTIONS(4165), 35, 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, @@ -564405,21 +564208,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88542] = 4, - ACTIONS(9046), 1, - anon_sym_COLON, + [88722] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 5, + ACTIONS(4391), 36, + sym__automatic_semicolon, anon_sym_AT, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(4004), 31, - anon_sym_val, - anon_sym_var, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_by, + anon_sym_SEMI, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -564448,20 +564249,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [88590] = 2, + [88765] = 4, + ACTIONS(9136), 1, + anon_sym_COMMA, + STATE(5804), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4676), 37, + ACTIONS(4410), 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, @@ -564491,11 +564292,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88634] = 2, + [88812] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4708), 37, + ACTIONS(4742), 36, sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, @@ -564503,7 +564304,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_COMMA, anon_sym_by, - anon_sym_where, anon_sym_SEMI, anon_sym_get, anon_sym_set, @@ -564533,21 +564333,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88678] = 3, + [88855] = 4, + ACTIONS(9136), 1, + anon_sym_COMMA, + STATE(5801), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5163), 2, - anon_sym_val, - anon_sym_var, - ACTIONS(5165), 35, + ACTIONS(4420), 34, + sym__automatic_semicolon, anon_sym_AT, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_object, - anon_sym_fun, + anon_sym_EQ, + anon_sym_RBRACE, + anon_sym_by, + anon_sym_SEMI, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -564576,19 +564376,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88724] = 2, + [88902] = 4, + ACTIONS(9138), 1, + anon_sym_COMMA, + STATE(5804), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4698), 37, + ACTIONS(4391), 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, @@ -564618,21 +564419,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88768] = 3, + [88949] = 5, + ACTIONS(9141), 1, + anon_sym_DOT, + STATE(5805), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5179), 2, + ACTIONS(4188), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(4186), 31, anon_sym_val, anon_sym_var, - ACTIONS(5181), 35, - anon_sym_AT, - anon_sym_typealias, - anon_sym_class, - anon_sym_interface, - anon_sym_enum, - anon_sym_object, - anon_sym_fun, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -564661,21 +564462,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88814] = 4, - ACTIONS(9152), 1, - anon_sym_COMMA, + sym__alpha_identifier, + [88998] = 5, + ACTIONS(9144), 1, + anon_sym_DOT, STATE(5805), 1, - aux_sym_type_constraints_repeat1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4432), 34, - sym__automatic_semicolon, + ACTIONS(4124), 3, anon_sym_AT, - anon_sym_EQ, - anon_sym_RBRACE, - anon_sym_by, - anon_sym_SEMI, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(4122), 31, + anon_sym_val, + anon_sym_var, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -564704,19 +564506,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88861] = 5, - ACTIONS(9155), 1, + sym__alpha_identifier, + [89047] = 5, + ACTIONS(9144), 1, anon_sym_DOT, - STATE(5809), 1, + STATE(5806), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 3, + ACTIONS(4195), 3, anon_sym_AT, anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(4153), 31, + ACTIONS(4193), 31, anon_sym_val, anon_sym_var, anon_sym_get, @@ -564748,19 +564551,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [88910] = 3, - ACTIONS(9044), 1, - anon_sym_COLON, + [89096] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4124), 35, + ACTIONS(4756), 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, @@ -564790,19 +564592,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88955] = 2, + [89139] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4724), 36, - sym__automatic_semicolon, + ACTIONS(4271), 4, anon_sym_AT, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_by, - anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(4269), 31, + anon_sym_val, + anon_sym_var, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -564831,21 +564632,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [88998] = 5, - ACTIONS(9157), 1, - anon_sym_DOT, - STATE(5809), 1, - aux_sym_user_type_repeat1, + sym__alpha_identifier, + [89183] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4168), 3, + ACTIONS(4728), 35, + sym__automatic_semicolon, anon_sym_AT, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(4166), 31, - anon_sym_val, - anon_sym_var, + anon_sym_EQ, + anon_sym_RBRACE, + anon_sym_by, + anon_sym_where, + anon_sym_SEMI, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -564874,22 +564673,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [89047] = 2, + [89225] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4662), 36, - sym__automatic_semicolon, + ACTIONS(4698), 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, + anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -564916,21 +564713,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [89090] = 2, + [89267] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4432), 36, - sym__automatic_semicolon, + ACTIONS(4702), 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, + anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -564957,23 +564753,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [89133] = 4, - ACTIONS(9160), 1, + [89309] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4732), 35, + anon_sym_AT, + anon_sym_EQ, anon_sym_COMMA, - STATE(5814), 1, - aux_sym_type_constraints_repeat1, + 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_value, + 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, + [89351] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4341), 34, - sym__automatic_semicolon, + ACTIONS(4746), 35, 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, + anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -565000,19 +564833,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [89180] = 5, - ACTIONS(9155), 1, - anon_sym_DOT, - STATE(5806), 1, - aux_sym_user_type_repeat1, + [89393] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4195), 3, + ACTIONS(4275), 4, anon_sym_AT, anon_sym_LPAREN, + anon_sym_DOT, sym__backtick_identifier, - ACTIONS(4193), 31, + ACTIONS(4273), 31, anon_sym_val, anon_sym_var, anon_sym_get, @@ -565044,23 +564874,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [89229] = 4, - ACTIONS(9160), 1, - anon_sym_COMMA, - STATE(5805), 1, - aux_sym_type_constraints_repeat1, + [89437] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4426), 34, - sym__automatic_semicolon, + ACTIONS(4227), 35, 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, + anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -565087,20 +564914,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [89276] = 3, + [89479] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4168), 4, + ACTIONS(4751), 35, anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(4166), 31, - anon_sym_val, - anon_sym_var, + 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, @@ -565127,17 +564954,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [89320] = 2, + [89521] = 4, + ACTIONS(9146), 1, + anon_sym_COMMA, + STATE(5818), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4672), 35, + ACTIONS(4391), 33, anon_sym_AT, anon_sym_EQ, - anon_sym_COMMA, anon_sym_by, - anon_sym_where, anon_sym_SEMI, anon_sym_get, anon_sym_set, @@ -565168,15 +564996,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [89362] = 2, + [89567] = 4, + ACTIONS(9149), 1, + anon_sym_COMMA, + STATE(5818), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4662), 35, + ACTIONS(4410), 33, anon_sym_AT, anon_sym_EQ, - anon_sym_LBRACE, + anon_sym_by, + 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_value, + 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, + [89613] = 4, + ACTIONS(9149), 1, anon_sym_COMMA, + STATE(5819), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4420), 33, + anon_sym_AT, + anon_sym_EQ, anon_sym_by, anon_sym_SEMI, anon_sym_get, @@ -565208,16 +565080,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [89404] = 3, + [89659] = 5, + ACTIONS(9151), 1, + anon_sym_LT, + STATE(5870), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4171), 5, + anon_sym_AT, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_DOT, + sym_label, + ACTIONS(4169), 28, + anon_sym_get, + anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + 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, + [89707] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4337), 4, + ACTIONS(4188), 4, anon_sym_AT, anon_sym_LPAREN, anon_sym_DOT, sym__backtick_identifier, - ACTIONS(4335), 31, + ACTIONS(4186), 31, anon_sym_val, anon_sym_var, anon_sym_get, @@ -565249,20 +565164,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [89448] = 2, + [89751] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4718), 35, - sym__automatic_semicolon, + ACTIONS(4760), 35, 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, + anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -565289,15 +565204,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [89490] = 3, - ACTIONS(9048), 1, - anon_sym_COLON, + [89793] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4124), 34, + ACTIONS(4672), 35, anon_sym_AT, anon_sym_EQ, + anon_sym_COMMA, anon_sym_by, anon_sym_where, anon_sym_SEMI, @@ -565330,20 +565244,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [89534] = 2, + [89835] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4573), 35, + ACTIONS(4712), 35, + sym__automatic_semicolon, anon_sym_AT, anon_sym_EQ, - anon_sym_COMMA, + anon_sym_RBRACE, 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, @@ -565370,22 +565284,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [89576] = 4, - ACTIONS(9046), 1, - anon_sym_COLON, + [89877] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 6, + ACTIONS(4756), 35, anon_sym_AT, + anon_sym_EQ, anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_DOT, - sym_label, - ACTIONS(4004), 28, + anon_sym_COMMA, + anon_sym_by, + anon_sym_SEMI, anon_sym_get, anon_sym_set, + anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -565412,20 +565324,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [89622] = 2, + [89919] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4681), 35, + ACTIONS(4279), 4, anon_sym_AT, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(4277), 31, + anon_sym_val, + anon_sym_var, anon_sym_get, anon_sym_set, - anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -565452,14 +565364,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [89664] = 2, + sym__alpha_identifier, + [89963] = 3, + ACTIONS(9037), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4676), 35, + ACTIONS(4165), 34, anon_sym_AT, anon_sym_EQ, - anon_sym_COMMA, anon_sym_by, anon_sym_where, anon_sym_SEMI, @@ -565492,20 +565406,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [89706] = 3, + [90007] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4315), 4, + ACTIONS(4619), 35, anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(4313), 31, - anon_sym_val, - anon_sym_var, + 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, @@ -565532,22 +565446,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [89750] = 5, - ACTIONS(9162), 1, - anon_sym_LT, - STATE(5867), 1, - sym_type_arguments, + [90049] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 5, + ACTIONS(4720), 35, + sym__automatic_semicolon, anon_sym_AT, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - sym_label, - ACTIONS(4128), 28, + anon_sym_EQ, + anon_sym_RBRACE, + anon_sym_by, + anon_sym_where, + anon_sym_SEMI, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -565576,18 +565486,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [89798] = 5, - ACTIONS(9164), 1, + [90091] = 5, + ACTIONS(9153), 1, anon_sym_LPAREN, - STATE(5851), 1, + STATE(5877), 1, sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7089), 2, + ACTIONS(7041), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(7087), 31, + ACTIONS(7039), 31, anon_sym_val, anon_sym_var, anon_sym_get, @@ -565619,16 +565529,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [89846] = 2, + [90139] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4730), 35, + ACTIONS(4742), 35, 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, @@ -565659,16 +565569,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [89888] = 2, + [90181] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4206), 35, + ACTIONS(4391), 35, 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, @@ -565699,18 +565609,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [89930] = 2, + [90223] = 4, + ACTIONS(9026), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4704), 35, - sym__automatic_semicolon, + ACTIONS(3981), 6, anon_sym_AT, - anon_sym_EQ, - anon_sym_RBRACE, - anon_sym_by, - anon_sym_where, - anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_DOT, + sym_label, + ACTIONS(3976), 28, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -565739,20 +565651,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [89972] = 2, + [90269] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4765), 35, + ACTIONS(3981), 6, anon_sym_AT, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_DOT, + sym_label, + ACTIONS(3976), 28, anon_sym_get, anon_sym_set, - anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -565779,20 +565691,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90014] = 2, + [90312] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4734), 35, - sym__automatic_semicolon, + ACTIONS(4712), 34, anon_sym_AT, anon_sym_EQ, - anon_sym_RBRACE, 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, @@ -565819,16 +565730,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90056] = 2, + [90353] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4432), 35, + ACTIONS(4720), 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, @@ -565859,16 +565769,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90098] = 2, + [90394] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4724), 35, + ACTIONS(4728), 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, @@ -565899,20 +565808,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90140] = 2, + [90435] = 5, + ACTIONS(9155), 1, + anon_sym_DOT, + STATE(5839), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4708), 35, + ACTIONS(4188), 4, anon_sym_AT, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LPAREN, + sym_label, + ACTIONS(4186), 28, anon_sym_get, anon_sym_set, - anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -565939,20 +565850,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90182] = 2, + [90482] = 5, + ACTIONS(9158), 1, + anon_sym_DOT, + STATE(5843), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4698), 35, + ACTIONS(4195), 4, anon_sym_AT, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LPAREN, + sym_label, + ACTIONS(4193), 28, anon_sym_get, anon_sym_set, - anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -565979,22 +565892,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90224] = 4, - ACTIONS(9166), 1, - anon_sym_COMMA, - STATE(5837), 1, - aux_sym_type_constraints_repeat1, + [90529] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4432), 33, + ACTIONS(4184), 6, anon_sym_AT, - anon_sym_EQ, - anon_sym_by, - anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_DOT, + sym_label, + ACTIONS(4182), 28, anon_sym_get, anon_sym_set, - anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -566021,22 +565932,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90270] = 4, - ACTIONS(9169), 1, - anon_sym_COMMA, - STATE(5837), 1, - aux_sym_type_constraints_repeat1, + [90572] = 3, + ACTIONS(4414), 1, + sym_property_modifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4426), 33, + ACTIONS(4416), 33, + sym__automatic_semicolon, anon_sym_AT, - anon_sym_EQ, - anon_sym_by, - anon_sym_SEMI, - anon_sym_get, - anon_sym_set, - anon_sym_while, + 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, @@ -566054,7 +565964,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, @@ -566063,22 +565972,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90316] = 4, - ACTIONS(9169), 1, - anon_sym_COMMA, - STATE(5838), 1, - aux_sym_type_constraints_repeat1, + [90615] = 5, + ACTIONS(9158), 1, + anon_sym_DOT, + STATE(5839), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4341), 33, + ACTIONS(4124), 4, anon_sym_AT, - anon_sym_EQ, - anon_sym_by, - anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_LPAREN, + sym_label, + ACTIONS(4122), 28, anon_sym_get, anon_sym_set, - anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -566105,20 +566014,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90362] = 3, + [90662] = 3, + ACTIONS(4507), 1, + sym_property_modifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4319), 4, + ACTIONS(4509), 33, + sym__automatic_semicolon, anon_sym_AT, + anon_sym_COLON, + anon_sym_constructor, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(4317), 31, - anon_sym_val, - anon_sym_var, - anon_sym_get, - anon_sym_set, + anon_sym_where, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -566136,7 +566046,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, @@ -566145,21 +566054,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [90406] = 5, - ACTIONS(9171), 1, - anon_sym_DOT, - STATE(5843), 1, - aux_sym_user_type_repeat1, + [90705] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4195), 4, + ACTIONS(9098), 2, anon_sym_AT, - anon_sym_LBRACE, - anon_sym_LPAREN, - sym_label, - ACTIONS(4193), 28, + sym__backtick_identifier, + ACTIONS(3983), 31, + anon_sym_val, + anon_sym_var, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -566188,18 +566092,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90453] = 3, + sym__alpha_identifier, + [90747] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 6, + ACTIONS(9113), 2, anon_sym_AT, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_DOT, - sym_label, - ACTIONS(4004), 28, + sym__backtick_identifier, + ACTIONS(9115), 31, + anon_sym_val, + anon_sym_var, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -566228,20 +566131,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90496] = 5, - ACTIONS(9171), 1, - anon_sym_DOT, - STATE(5850), 1, - aux_sym_user_type_repeat1, + sym__alpha_identifier, + [90789] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 4, + ACTIONS(9088), 2, anon_sym_AT, - anon_sym_LBRACE, - anon_sym_LPAREN, - sym_label, - ACTIONS(4153), 28, + sym__backtick_identifier, + ACTIONS(9090), 31, + anon_sym_val, + anon_sym_var, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -566270,19 +566170,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90543] = 2, + sym__alpha_identifier, + [90831] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4718), 34, + ACTIONS(5024), 2, anon_sym_AT, - anon_sym_EQ, - anon_sym_by, - anon_sym_where, - anon_sym_SEMI, + sym__backtick_identifier, + ACTIONS(5022), 31, + anon_sym_val, + anon_sym_var, anon_sym_get, anon_sym_set, - anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -566309,19 +566209,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90584] = 2, + sym__alpha_identifier, + [90873] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4734), 34, + ACTIONS(7199), 2, anon_sym_AT, - anon_sym_EQ, - anon_sym_by, - anon_sym_where, - anon_sym_SEMI, + sym__backtick_identifier, + ACTIONS(7197), 31, + anon_sym_val, + anon_sym_var, anon_sym_get, anon_sym_set, - anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -566348,18 +566248,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90625] = 3, + sym__alpha_identifier, + [90915] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 6, + ACTIONS(4188), 5, anon_sym_AT, anon_sym_LBRACE, anon_sym_LPAREN, - anon_sym_LT, anon_sym_DOT, sym_label, - ACTIONS(4179), 28, + ACTIONS(4186), 28, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -566388,21 +566288,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90668] = 3, - ACTIONS(4489), 1, - sym_property_modifier, + [90957] = 21, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9160), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6425), 1, + sym_type_modifiers, + STATE(8099), 1, + sym__simple_user_type, + STATE(8348), 1, + sym_simple_identifier, + STATE(8674), 1, + sym_user_type, + STATE(8956), 1, + sym_parameter, + STATE(9450), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4491), 33, - sym__automatic_semicolon, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(8791), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [91035] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7183), 2, anon_sym_AT, - anon_sym_COLON, - anon_sym_constructor, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_where, + sym__backtick_identifier, + ACTIONS(7181), 31, + anon_sym_val, + anon_sym_var, + anon_sym_get, + anon_sym_set, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -566420,6 +566374,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, @@ -566428,21 +566383,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90711] = 3, - ACTIONS(4471), 1, + sym__alpha_identifier, + [91077] = 3, + ACTIONS(4414), 1, sym_property_modifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4473), 33, - sym__automatic_semicolon, + ACTIONS(4416), 32, anon_sym_AT, anon_sym_COLON, anon_sym_constructor, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_where, + anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -566468,19 +566423,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90754] = 2, + [91119] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4704), 34, + ACTIONS(7174), 2, anon_sym_AT, - anon_sym_EQ, - anon_sym_by, - anon_sym_where, - anon_sym_SEMI, + sym__backtick_identifier, + ACTIONS(7172), 31, + anon_sym_val, + anon_sym_var, anon_sym_get, anon_sym_set, - anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -566507,22 +566461,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90795] = 5, - ACTIONS(9173), 1, - anon_sym_DOT, - STATE(5850), 1, - aux_sym_user_type_repeat1, + sym__alpha_identifier, + [91161] = 3, + ACTIONS(4507), 1, + sym_property_modifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4168), 4, + ACTIONS(4509), 32, anon_sym_AT, + anon_sym_COLON, + anon_sym_constructor, anon_sym_LBRACE, anon_sym_LPAREN, - sym_label, - ACTIONS(4166), 28, - anon_sym_get, - anon_sym_set, + anon_sym_where, + anon_sym_while, anon_sym_suspend, anon_sym_sealed, anon_sym_annotation, @@ -566540,7 +566493,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, @@ -566549,14 +566501,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [90842] = 3, + [91203] = 21, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9160), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6425), 1, + sym_type_modifiers, + STATE(8099), 1, + sym__simple_user_type, + STATE(8348), 1, + sym_simple_identifier, + STATE(8674), 1, + sym_user_type, + STATE(8956), 1, + sym_parameter, + STATE(9450), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(8894), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [91281] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5189), 2, + ACTIONS(7161), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(5187), 31, + ACTIONS(7159), 31, anon_sym_val, anon_sym_var, anon_sym_get, @@ -566588,55 +566597,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [90884] = 20, - ACTIONS(7398), 1, + [91323] = 21, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9176), 1, + ACTIONS(9160), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(8343), 1, + STATE(8348), 1, sym_simple_identifier, - STATE(9735), 1, + STATE(8674), 1, + sym_user_type, + STATE(8956), 1, + sym_parameter, + STATE(9450), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8961), 5, - sym_parameter, + STATE(8971), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566644,56 +566654,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [90960] = 21, - ACTIONS(7398), 1, + [91401] = 21, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9176), 1, + ACTIONS(9160), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8343), 1, + STATE(8348), 1, sym_simple_identifier, - STATE(8673), 1, + STATE(8674), 1, sym_user_type, - STATE(8961), 1, + STATE(8956), 1, sym_parameter, - STATE(9455), 1, + STATE(9450), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9033), 4, + STATE(9054), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566701,14 +566711,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [91038] = 3, + [91479] = 20, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9160), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6425), 1, + sym_type_modifiers, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(8348), 1, + sym_simple_identifier, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(8956), 5, + sym_parameter, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [91555] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9131), 2, + ACTIONS(7149), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(9133), 31, + ACTIONS(7147), 31, anon_sym_val, anon_sym_var, anon_sym_get, @@ -566740,14 +566806,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91080] = 3, + [91597] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9096), 2, + ACTIONS(9084), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(9098), 31, + ACTIONS(9086), 31, anon_sym_val, anon_sym_var, anon_sym_get, @@ -566779,56 +566845,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91122] = 21, - ACTIONS(7398), 1, + [91639] = 21, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9176), 1, + ACTIONS(9160), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8343), 1, + STATE(8348), 1, sym_simple_identifier, - STATE(8673), 1, + STATE(8674), 1, sym_user_type, - STATE(8961), 1, + STATE(8956), 1, sym_parameter, - STATE(9455), 1, + STATE(9450), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9084), 4, + STATE(8988), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566836,17 +566902,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [91200] = 3, + [91717] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4168), 5, + ACTIONS(4964), 2, anon_sym_AT, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_DOT, - sym_label, - ACTIONS(4166), 28, + sym__backtick_identifier, + ACTIONS(4962), 31, + anon_sym_val, + anon_sym_var, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -566875,56 +566940,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [91242] = 21, - ACTIONS(7398), 1, + sym__alpha_identifier, + [91759] = 21, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9176), 1, + ACTIONS(9160), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8343), 1, + STATE(8348), 1, sym_simple_identifier, - STATE(8673), 1, + STATE(8674), 1, sym_user_type, - STATE(8961), 1, + STATE(8956), 1, sym_parameter, - STATE(9455), 1, + STATE(9450), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9071), 4, + STATE(8900), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -566932,14 +566998,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [91320] = 3, + [91837] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9103), 2, + ACTIONS(4972), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(4011), 31, + ACTIONS(4970), 31, anon_sym_val, anon_sym_var, anon_sym_get, @@ -566971,190 +567037,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91362] = 3, - ACTIONS(4471), 1, - sym_property_modifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4473), 32, - anon_sym_AT, - anon_sym_COLON, - anon_sym_constructor, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_where, - anon_sym_while, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - 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, - [91404] = 3, - ACTIONS(4489), 1, - sym_property_modifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4491), 32, - anon_sym_AT, - anon_sym_COLON, - anon_sym_constructor, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_where, - anon_sym_while, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - 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, - [91446] = 21, - ACTIONS(7398), 1, + [91879] = 21, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9176), 1, + ACTIONS(9160), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8343), 1, + STATE(8348), 1, sym_simple_identifier, - STATE(8673), 1, + STATE(8674), 1, sym_user_type, - STATE(8961), 1, + STATE(8956), 1, sym_parameter, - STATE(9455), 1, + STATE(9450), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8838), 4, + STATE(9074), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [91524] = 5, - ACTIONS(9178), 1, - anon_sym_LPAREN, - STATE(6268), 1, - sym_value_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7089), 3, - anon_sym_AT, - anon_sym_LBRACE, - sym_label, - ACTIONS(7087), 28, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - 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, - [91570] = 3, + [91957] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7145), 2, + ACTIONS(4980), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(7143), 31, + ACTIONS(4978), 31, anon_sym_val, anon_sym_var, anon_sym_get, @@ -567186,95 +567133,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91612] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9115), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(4021), 31, - anon_sym_val, - anon_sym_var, - anon_sym_get, - anon_sym_set, + [91999] = 21, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - 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, + ACTIONS(8668), 1, sym__alpha_identifier, - [91654] = 3, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9160), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6425), 1, + sym_type_modifiers, + STATE(8099), 1, + sym__simple_user_type, + STATE(8348), 1, + sym_simple_identifier, + STATE(8674), 1, + sym_user_type, + STATE(8956), 1, + sym_parameter, + STATE(9450), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5161), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(5159), 31, - anon_sym_val, - anon_sym_var, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(8928), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - 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_data, + anon_sym_inner, + anon_sym_value, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [91696] = 3, + [92077] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4337), 5, + ACTIONS(4279), 5, anon_sym_AT, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_DOT, sym_label, - ACTIONS(4335), 28, + ACTIONS(4277), 28, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -567303,56 +567229,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [91738] = 21, - ACTIONS(7398), 1, + [92119] = 21, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9176), 1, + ACTIONS(9160), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8343), 1, + STATE(8348), 1, sym_simple_identifier, - STATE(8673), 1, + STATE(8674), 1, sym_user_type, - STATE(8961), 1, + STATE(8956), 1, sym_parameter, - STATE(9455), 1, + STATE(9450), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9054), 4, + STATE(8852), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567360,56 +567286,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [91816] = 21, - ACTIONS(7398), 1, + [92197] = 21, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9176), 1, + ACTIONS(9160), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8343), 1, + STATE(8348), 1, sym_simple_identifier, - STATE(8673), 1, + STATE(8674), 1, sym_user_type, - STATE(8961), 1, + STATE(8956), 1, sym_parameter, - STATE(9455), 1, + STATE(9450), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8869), 4, + STATE(9053), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567417,14 +567343,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [91894] = 3, + [92275] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7189), 2, + ACTIONS(9102), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(7187), 31, + ACTIONS(4039), 31, anon_sym_val, anon_sym_var, anon_sym_get, @@ -567456,92 +567382,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [91936] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5165), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(5163), 31, - anon_sym_val, - anon_sym_var, - anon_sym_get, - anon_sym_set, + [92317] = 21, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - 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, + ACTIONS(8668), 1, sym__alpha_identifier, - [91978] = 3, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9160), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6425), 1, + sym_type_modifiers, + STATE(8099), 1, + sym__simple_user_type, + STATE(8348), 1, + sym_simple_identifier, + STATE(8674), 1, + sym_user_type, + STATE(8956), 1, + sym_parameter, + STATE(9450), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9125), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(9127), 31, - anon_sym_val, - anon_sym_var, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(8809), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - 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, - [92020] = 3, + [92395] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5181), 2, + ACTIONS(9107), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(5179), 31, + ACTIONS(9109), 31, anon_sym_val, anon_sym_var, anon_sym_get, @@ -567573,16 +567478,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92062] = 3, + [92437] = 5, + ACTIONS(9162), 1, + anon_sym_LPAREN, + STATE(5912), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9121), 2, + ACTIONS(7041), 3, anon_sym_AT, - sym__backtick_identifier, - ACTIONS(9123), 31, - anon_sym_val, - anon_sym_var, + anon_sym_LBRACE, + sym_label, + ACTIONS(7039), 28, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -567611,15 +567519,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [92104] = 3, + [92483] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5185), 2, + ACTIONS(5062), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(5183), 31, + ACTIONS(5060), 31, anon_sym_val, anon_sym_var, anon_sym_get, @@ -567651,14 +567558,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92146] = 3, + [92525] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7193), 2, + ACTIONS(9092), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(7191), 31, + ACTIONS(9094), 31, anon_sym_val, anon_sym_var, anon_sym_get, @@ -567690,248 +567597,164 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [92188] = 21, - ACTIONS(7398), 1, + [92567] = 20, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9176), 1, - anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8343), 1, - sym_simple_identifier, - STATE(8673), 1, + STATE(8326), 1, sym_user_type, - STATE(8961), 1, - sym_parameter, - STATE(9455), 1, + STATE(8344), 1, + sym_simple_identifier, + STATE(9005), 1, + sym_variable_declaration, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8988), 4, + STATE(9736), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [92266] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7181), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(7179), 31, - anon_sym_val, - anon_sym_var, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - 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, - [92308] = 21, - ACTIONS(7398), 1, + [92642] = 20, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9176), 1, - anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8343), 1, - sym_simple_identifier, - STATE(8673), 1, + STATE(8326), 1, sym_user_type, - STATE(8961), 1, - sym_parameter, - STATE(9455), 1, + STATE(8344), 1, + sym_simple_identifier, + STATE(8899), 1, + sym_variable_declaration, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9026), 4, + STATE(9736), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [92386] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7173), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(7171), 31, - anon_sym_val, - anon_sym_var, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - 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, - [92428] = 21, - ACTIONS(7398), 1, + [92717] = 20, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9176), 1, - anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8343), 1, - sym_simple_identifier, - STATE(8673), 1, + STATE(8326), 1, sym_user_type, - STATE(8961), 1, - sym_parameter, - STATE(9455), 1, + STATE(8344), 1, + sym_simple_identifier, + STATE(8802), 1, + sym_variable_declaration, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8962), 4, + STATE(9736), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -567939,152 +567762,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [92506] = 21, - ACTIONS(7398), 1, + [92792] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9176), 1, - anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8343), 1, - sym_simple_identifier, - STATE(8673), 1, + STATE(8326), 1, sym_user_type, - STATE(8961), 1, - sym_parameter, - STATE(9455), 1, + STATE(8348), 1, + sym_simple_identifier, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9059), 4, + STATE(9170), 5, + sym_parameter, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [92584] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9117), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(9119), 31, - anon_sym_val, - anon_sym_var, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - 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, - [92626] = 21, - ACTIONS(7398), 1, + [92865] = 20, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9176), 1, - anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8343), 1, - sym_simple_identifier, - STATE(8673), 1, + STATE(8326), 1, sym_user_type, - STATE(8961), 1, - sym_parameter, - STATE(9455), 1, + STATE(8344), 1, + sym_simple_identifier, + STATE(9003), 1, + sym_variable_declaration, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8842), 4, + STATE(9736), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568092,54 +567871,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [92704] = 20, - ACTIONS(7398), 1, + [92940] = 20, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(8348), 1, + STATE(8344), 1, sym_simple_identifier, - STATE(8967), 1, + STATE(8986), 1, sym_variable_declaration, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9742), 4, + STATE(9736), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568147,54 +567926,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [92779] = 20, - ACTIONS(7398), 1, + [93015] = 20, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(8348), 1, + STATE(8344), 1, sym_simple_identifier, - STATE(8929), 1, + STATE(8822), 1, sym_variable_declaration, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9742), 4, + STATE(9736), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568202,54 +567981,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [92854] = 20, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [93090] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(8138), 1, + ACTIONS(9164), 1, + anon_sym_LPAREN, + ACTIONS(9166), 1, + anon_sym_dynamic, + STATE(2770), 1, sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(8348), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(8822), 1, - sym_variable_declaration, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(2867), 1, + sym_user_type, + STATE(6422), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9742), 4, + STATE(3268), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568257,53 +568034,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [92929] = 19, - ACTIONS(7398), 1, + [93162] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(8138), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(8343), 1, - sym_simple_identifier, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9181), 5, - sym_parameter, + STATE(8637), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568311,54 +568087,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [93002] = 20, - ACTIONS(7398), 1, + [93234] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(8138), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(8348), 1, - sym_simple_identifier, - STATE(9092), 1, - sym_variable_declaration, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9742), 4, + STATE(10113), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568366,54 +568140,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [93077] = 20, - ACTIONS(7398), 1, + [93306] = 19, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9168), 1, + sym__alpha_identifier, + ACTIONS(9170), 1, + anon_sym_LPAREN, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9180), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - STATE(6224), 1, + STATE(5678), 1, + sym_simple_identifier, + STATE(5689), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6484), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(8138), 1, + STATE(7838), 1, sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(8348), 1, - sym_simple_identifier, - STATE(9096), 1, - sym_variable_declaration, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(5464), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7416), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9742), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(9174), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568421,54 +568193,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [93152] = 20, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [93378] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9182), 1, + anon_sym_LPAREN, + ACTIONS(9184), 1, + anon_sym_dynamic, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(8138), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(3374), 1, sym_user_type, - STATE(8348), 1, - sym_simple_identifier, - STATE(8806), 1, - sym_variable_declaration, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6414), 1, + sym_type_modifiers, + STATE(9484), 1, sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9742), 4, + STATE(3730), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568476,52 +568246,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [93227] = 19, - ACTIONS(387), 1, + [93450] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(860), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6439), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9476), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9876), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(889), 4, + STATE(3342), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568529,51 +568299,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [93299] = 19, - ACTIONS(473), 1, + [93522] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - STATE(3294), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(6477), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, + STATE(3328), 1, sym__simple_user_type, + STATE(3374), 1, + sym_user_type, + STATE(6414), 1, + sym_type_modifiers, + STATE(9484), 1, + sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2735), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7439), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(3375), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, + STATE(3763), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, ACTIONS(1652), 7, anon_sym_get, anon_sym_set, @@ -568582,52 +568352,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [93371] = 19, - ACTIONS(9105), 1, + [93594] = 19, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, ACTIONS(9186), 1, - anon_sym_LT, + anon_sym_LPAREN, ACTIONS(9188), 1, anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9192), 1, - sym__alpha_identifier, - ACTIONS(9194), 1, - anon_sym_LPAREN, - ACTIONS(9198), 1, - sym__backtick_identifier, - STATE(5687), 1, + STATE(2911), 1, + sym__simple_user_type, + STATE(2928), 1, sym_simple_identifier, - STATE(5694), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(6481), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(3029), 1, + sym_user_type, + STATE(6444), 1, sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, + STATE(9476), 1, + sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5439), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7564), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(3019), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(9196), 7, + STATE(3340), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568635,52 +568405,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [93443] = 19, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [93666] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9190), 1, + sym__alpha_identifier, + ACTIONS(9192), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9196), 1, anon_sym_dynamic, - STATE(2899), 1, + ACTIONS(9198), 1, + sym__backtick_identifier, + STATE(5600), 1, sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(5601), 1, sym__lexical_identifier, - STATE(2973), 1, + STATE(5749), 1, + sym__simple_user_type, + STATE(5765), 1, sym_user_type, - STATE(6425), 1, + STATE(6426), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9564), 1, sym_function_type_parameters, + STATE(9808), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(5774), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3544), 4, + STATE(5823), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568688,52 +568458,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [93515] = 19, - ACTIONS(7), 1, + [93738] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4972), 3, + anon_sym_AT, + anon_sym_LBRACE, + sym_label, + ACTIONS(4970), 28, + anon_sym_get, + anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + 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, + [93778] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, - anon_sym_dynamic, - STATE(4612), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, sym_user_type, - STATE(6447), 1, - sym_type_modifiers, - STATE(9845), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5254), 4, + STATE(9465), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568741,105 +568548,179 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [93587] = 19, - ACTIONS(7405), 1, + [93850] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4980), 3, + anon_sym_AT, + anon_sym_LBRACE, + sym_label, + ACTIONS(4978), 28, + anon_sym_get, + anon_sym_set, anon_sym_suspend, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + 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, + [93890] = 19, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9208), 1, + ACTIONS(9190), 1, sym__alpha_identifier, - ACTIONS(9212), 1, + ACTIONS(9192), 1, + anon_sym_LPAREN, + ACTIONS(9196), 1, anon_sym_dynamic, - ACTIONS(9214), 1, + ACTIONS(9198), 1, sym__backtick_identifier, - STATE(6422), 1, - sym_type_modifiers, - STATE(8325), 1, + STATE(5600), 1, sym_simple_identifier, - STATE(8333), 1, + STATE(5601), 1, sym__lexical_identifier, - STATE(8551), 1, + STATE(5749), 1, sym__simple_user_type, - STATE(8921), 1, + STATE(5765), 1, sym_user_type, - STATE(9494), 1, + STATE(6426), 1, + sym_type_modifiers, + STATE(9564), 1, sym_function_type_parameters, - STATE(9703), 1, + STATE(9808), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8825), 2, + STATE(5774), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8588), 4, + STATE(5813), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9210), 7, + ACTIONS(9194), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [93962] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5024), 3, + anon_sym_AT, + anon_sym_LBRACE, + sym_label, + ACTIONS(5022), 28, anon_sym_get, anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, + 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, - [93659] = 19, + [94002] = 19, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(6457), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2867), 1, + sym_user_type, + STATE(6422), 1, sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, + STATE(9504), 1, + sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2362), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7428), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(2879), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1652), 7, + STATE(2983), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568847,47 +568728,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [93731] = 19, - ACTIONS(7), 1, + [94074] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(2867), 1, sym_user_type, - STATE(6447), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9504), 1, sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5467), 4, + STATE(3057), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -568900,52 +568781,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [93803] = 19, - ACTIONS(7405), 1, + [94146] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9216), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9218), 1, - anon_sym_LPAREN, - ACTIONS(9222), 1, - anon_sym_dynamic, - ACTIONS(9224), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(5685), 1, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(6429), 1, + STATE(6430), 1, sym_type_modifiers, - STATE(7891), 1, + STATE(6584), 1, + sym_simple_identifier, + STATE(8234), 1, sym__simple_user_type, - STATE(8324), 1, + STATE(8343), 1, sym_user_type, - STATE(9645), 1, - sym_parenthesized_user_type, - STATE(10143), 1, + STATE(9827), 1, sym_function_type_parameters, + STATE(9833), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5762), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8337), 4, + STATE(8394), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9220), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -568953,52 +568834,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [93875] = 19, - ACTIONS(387), 1, + [94218] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, - anon_sym_dynamic, - STATE(823), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(6430), 1, + sym_type_modifiers, + STATE(6584), 1, sym_simple_identifier, - STATE(825), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(860), 1, + STATE(8343), 1, sym_user_type, - STATE(6439), 1, - sym_type_modifiers, - STATE(9593), 1, + STATE(9827), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9833), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(967), 4, + STATE(8380), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569006,52 +568887,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [93947] = 19, - ACTIONS(473), 1, + [94290] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4964), 3, + anon_sym_AT, + anon_sym_LBRACE, + sym_label, + ACTIONS(4962), 28, + anon_sym_get, + anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + 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, + [94330] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(9911), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [94402] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9200), 1, + sym__alpha_identifier, + ACTIONS(9202), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9206), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9208), 1, + sym__backtick_identifier, + STATE(4538), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(4543), 1, + sym_simple_identifier, + STATE(4571), 1, + sym__simple_user_type, + STATE(4669), 1, sym_user_type, - STATE(6419), 1, + STATE(6435), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9527), 1, sym_function_type_parameters, + STATE(9912), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(4668), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3761), 4, + STATE(4946), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569059,52 +569030,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [94019] = 19, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [94474] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9200), 1, + sym__alpha_identifier, + ACTIONS(9202), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9206), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9208), 1, + sym__backtick_identifier, + STATE(4538), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(4543), 1, + sym_simple_identifier, + STATE(4571), 1, + sym__simple_user_type, + STATE(4669), 1, sym_user_type, - STATE(6419), 1, + STATE(6435), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9527), 1, sym_function_type_parameters, + STATE(9912), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(4668), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3971), 4, + STATE(4957), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569112,52 +569083,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [94091] = 19, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [94546] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9210), 1, + sym__alpha_identifier, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9216), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + ACTIONS(9218), 1, + sym__backtick_identifier, + STATE(2832), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2857), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(2888), 1, + sym__simple_user_type, + STATE(3062), 1, sym_user_type, - STATE(6419), 1, + STATE(6434), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9567), 1, sym_function_type_parameters, + STATE(9919), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(3063), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3977), 4, + STATE(3440), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569165,105 +569136,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [94163] = 19, - ACTIONS(115), 1, + [94618] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4182), 14, + anon_sym_by, + anon_sym_where, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_out, + sym_reification_modifier, + anon_sym_expect, + anon_sym_actual, sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(4184), 17, anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9230), 1, + anon_sym_COLON, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, - sym__lexical_identifier, - STATE(6469), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT, + anon_sym_SEMI, + anon_sym_AMP, + sym__quest, + anon_sym_DASH_GT, + sym__backtick_identifier, + [94658] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2384), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7416), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(3976), 14, + anon_sym_by, + anon_sym_where, anon_sym_get, anon_sym_set, + anon_sym_in, + anon_sym_while, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, - [94235] = 19, - ACTIONS(7405), 1, + sym__alpha_identifier, + ACTIONS(3981), 17, + anon_sym_AT, + 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, + anon_sym_AMP, + sym__quest, + anon_sym_DASH_GT, + sym__backtick_identifier, + [94698] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9232), 1, + ACTIONS(9210), 1, sym__alpha_identifier, - ACTIONS(9234), 1, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9238), 1, + ACTIONS(9216), 1, anon_sym_dynamic, - ACTIONS(9240), 1, + ACTIONS(9218), 1, sym__backtick_identifier, - STATE(4544), 1, + STATE(2832), 1, sym_simple_identifier, - STATE(4545), 1, + STATE(2857), 1, sym__lexical_identifier, - STATE(4548), 1, + STATE(2888), 1, sym__simple_user_type, - STATE(4665), 1, + STATE(3062), 1, sym_user_type, - STATE(6440), 1, + STATE(6434), 1, sym_type_modifiers, - STATE(9741), 1, + STATE(9567), 1, sym_function_type_parameters, - STATE(9901), 1, + STATE(9919), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4663), 2, + STATE(3063), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4821), 4, + STATE(3512), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9236), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569271,52 +569263,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [94307] = 19, - ACTIONS(7), 1, + [94770] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5062), 3, + anon_sym_AT, + anon_sym_LBRACE, + sym_label, + ACTIONS(5060), 28, + anon_sym_get, + anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + 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, + [94810] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(4612), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(4542), 1, + sym__simple_user_type, + STATE(4552), 1, sym_user_type, - STATE(6447), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5463), 4, + STATE(5165), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569324,52 +569353,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [94379] = 19, - ACTIONS(7), 1, + [94882] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, - anon_sym_dynamic, - STATE(4612), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, sym_user_type, - STATE(6447), 1, - sym_type_modifiers, - STATE(9845), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5472), 4, + STATE(8787), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569377,52 +569406,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [94451] = 19, - ACTIONS(211), 1, + [94954] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, - anon_sym_dynamic, - STATE(4534), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(8326), 1, sym_user_type, - STATE(6414), 1, - sym_type_modifiers, - STATE(9487), 1, - sym_function_type_parameters, - STATE(9535), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4675), 4, + STATE(8768), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569430,52 +569459,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [94523] = 19, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + [95026] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9041), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(6473), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(6430), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(6584), 1, + sym_simple_identifier, + STATE(8234), 1, sym__simple_user_type, + STATE(8343), 1, + sym_user_type, + STATE(9827), 1, + sym_function_type_parameters, + STATE(9833), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2381), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7414), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1592), 7, + STATE(8359), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569483,52 +569512,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [94595] = 19, + [95098] = 19, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(2973), 1, + STATE(4552), 1, sym_user_type, - STATE(6425), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4147), 4, + STATE(4652), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569536,52 +569565,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [94667] = 19, - ACTIONS(211), 1, + [95170] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, - anon_sym_dynamic, - STATE(4534), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(8326), 1, sym_user_type, - STATE(6414), 1, - sym_type_modifiers, - STATE(9487), 1, - sym_function_type_parameters, - STATE(9535), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4843), 4, + STATE(8669), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569589,52 +569618,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [94739] = 19, - ACTIONS(7405), 1, + [95242] = 19, + ACTIONS(387), 1, + sym__alpha_identifier, + ACTIONS(469), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9232), 1, - sym__alpha_identifier, - ACTIONS(9234), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9238), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - ACTIONS(9240), 1, - sym__backtick_identifier, - STATE(4544), 1, + STATE(820), 1, sym_simple_identifier, - STATE(4545), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(4548), 1, + STATE(825), 1, sym__simple_user_type, - STATE(4665), 1, + STATE(856), 1, sym_user_type, - STATE(6440), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9741), 1, + STATE(9592), 1, sym_function_type_parameters, - STATE(9901), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4663), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4847), 4, + STATE(994), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9236), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569642,52 +569671,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [94811] = 19, - ACTIONS(7398), 1, + [95314] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8714), 4, + STATE(8643), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569695,52 +569724,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [94883] = 19, - ACTIONS(7), 1, + [95386] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(4612), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(825), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(4815), 1, + STATE(856), 1, sym_user_type, - STATE(6447), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5095), 4, + STATE(1011), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569748,52 +569777,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [94955] = 19, + [95458] = 19, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(4771), 1, sym_user_type, - STATE(6447), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9845), 1, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5473), 4, + STATE(4803), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569801,52 +569830,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [95027] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [95530] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9228), 1, + anon_sym_LPAREN, + ACTIONS(9230), 1, + anon_sym_dynamic, + STATE(4615), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(9735), 1, + STATE(6441), 1, + sym_type_modifiers, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8658), 4, + STATE(5017), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569854,52 +569883,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [95099] = 19, + [95602] = 19, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(4771), 1, sym_user_type, - STATE(6447), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9845), 1, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4926), 4, + STATE(4955), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569907,52 +569936,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [95171] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [95674] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9228), 1, + anon_sym_LPAREN, + ACTIONS(9230), 1, + anon_sym_dynamic, + STATE(4615), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(9735), 1, + STATE(6441), 1, + sym_type_modifiers, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9899), 4, + STATE(4756), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -569960,52 +569989,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [95243] = 19, - ACTIONS(115), 1, + [95746] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(2973), 1, + STATE(4661), 1, + sym__simple_user_type, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(6425), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9859), 1, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3524), 4, + STATE(4707), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570013,52 +570042,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [95315] = 19, - ACTIONS(387), 1, + [95818] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(823), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(860), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(6439), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9916), 1, + STATE(9838), 1, sym_parenthesized_user_type, + STATE(9839), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(988), 4, + STATE(4701), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570066,52 +570095,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [95387] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, + [95890] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, + ACTIONS(9232), 1, + sym__alpha_identifier, + ACTIONS(9236), 1, + anon_sym_dynamic, + ACTIONS(9238), 1, + sym__backtick_identifier, + STATE(6405), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(8318), 1, + sym__lexical_identifier, + STATE(8324), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8484), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(9068), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9763), 1, sym_function_type_parameters, + STATE(9770), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8789), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8716), 4, + STATE(8311), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570119,52 +570148,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [95459] = 19, - ACTIONS(7405), 1, + [95962] = 19, + ACTIONS(7), 1, + sym__alpha_identifier, + ACTIONS(111), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9232), 1, - sym__alpha_identifier, - ACTIONS(9234), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9238), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - ACTIONS(9240), 1, - sym__backtick_identifier, - STATE(4544), 1, - sym_simple_identifier, - STATE(4545), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4548), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4665), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(6440), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9741), 1, - sym_function_type_parameters, - STATE(9901), 1, + STATE(9838), 1, sym_parenthesized_user_type, + STATE(9839), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4663), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5200), 4, + STATE(4920), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9236), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570172,52 +570201,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [95531] = 19, - ACTIONS(387), 1, + [96034] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9228), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + ACTIONS(9230), 1, + anon_sym_dynamic, + STATE(4615), 1, sym__lexical_identifier, - STATE(6504), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, + STATE(4661), 1, sym__simple_user_type, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, + sym_user_type, + STATE(6441), 1, + sym_type_modifiers, + STATE(9838), 1, + sym_parenthesized_user_type, + STATE(9839), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(562), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7386), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(4772), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1664), 7, + STATE(4918), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570225,52 +570254,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [95603] = 19, - ACTIONS(7405), 1, + [96106] = 19, + ACTIONS(7), 1, + sym__alpha_identifier, + ACTIONS(111), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9248), 1, - sym__alpha_identifier, - ACTIONS(9250), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9254), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - ACTIONS(9256), 1, - sym__backtick_identifier, - STATE(5602), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(5617), 1, - sym_simple_identifier, - STATE(5748), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(5784), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(6449), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9753), 1, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(10117), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5785), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5844), 4, + STATE(4916), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9252), 7, + ACTIONS(1908), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [96178] = 19, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9240), 1, + sym__alpha_identifier, + ACTIONS(9242), 1, + anon_sym_LPAREN, + ACTIONS(9246), 1, + sym__backtick_identifier, + STATE(5676), 1, + sym__lexical_identifier, + STATE(5687), 1, + sym_simple_identifier, + STATE(6479), 1, + sym_type_parameters, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5497), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7442), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(9244), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570278,48 +570360,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [95675] = 19, + [96250] = 19, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9248), 1, anon_sym_LPAREN, - STATE(812), 1, + STATE(818), 1, sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(6525), 1, + STATE(6464), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(584), 2, + STATE(427), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7382), 2, + STATE(7398), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, @@ -570331,52 +570413,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [95747] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [96322] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9248), 1, + anon_sym_LPAREN, + STATE(818), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6466), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, + STATE(7838), 1, sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(425), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7391), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(10067), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570384,52 +570466,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [95819] = 19, - ACTIONS(115), 1, + [96394] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(2973), 1, + STATE(4661), 1, + sym__simple_user_type, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(6425), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9859), 1, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4134), 4, + STATE(4713), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570437,52 +570519,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [95891] = 19, - ACTIONS(473), 1, + [96466] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, - anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9248), 1, + anon_sym_LPAREN, + STATE(818), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3392), 1, - sym_user_type, - STATE(6419), 1, + STATE(6518), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, - sym_function_type_parameters, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(435), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7376), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3821), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1652), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570490,52 +570572,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [95963] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [96538] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9248), 1, + anon_sym_LPAREN, + STATE(818), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6470), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, + STATE(7838), 1, sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(436), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7381), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8677), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570543,52 +570625,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [96035] = 19, - ACTIONS(7), 1, + [96610] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, - anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(4612), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(2955), 1, sym_simple_identifier, - STATE(4815), 1, - sym_user_type, - STATE(6447), 1, + STATE(6477), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, - sym_function_type_parameters, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(1904), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7479), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5479), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1920), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570596,52 +570678,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [96107] = 19, - ACTIONS(115), 1, + [96682] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, - anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(2973), 1, - sym_user_type, - STATE(6425), 1, + STATE(2955), 1, + sym_simple_identifier, + STATE(6478), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, - sym_function_type_parameters, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(1903), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7454), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3502), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1592), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570649,52 +570731,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [96179] = 19, - ACTIONS(7398), 1, + [96754] = 19, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(9240), 1, sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9242), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - STATE(6224), 1, + ACTIONS(9246), 1, + sym__backtick_identifier, + STATE(5676), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(5687), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(6494), 1, + sym_type_parameters, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(5513), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7483), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8671), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(9244), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570702,52 +570784,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [96251] = 19, - ACTIONS(7405), 1, + [96826] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9232), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9234), 1, - anon_sym_LPAREN, - ACTIONS(9238), 1, - anon_sym_dynamic, - ACTIONS(9240), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(4544), 1, - sym_simple_identifier, - STATE(4545), 1, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4548), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, - STATE(4665), 1, + STATE(8326), 1, sym_user_type, - STATE(6440), 1, - sym_type_modifiers, - STATE(9741), 1, - sym_function_type_parameters, - STATE(9901), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4663), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5258), 4, + STATE(5826), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9236), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570755,52 +570837,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [96323] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, + [96898] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - STATE(6224), 1, + ACTIONS(9206), 1, + anon_sym_dynamic, + ACTIONS(9208), 1, + sym__backtick_identifier, + STATE(4538), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(4571), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(4669), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6435), 1, + sym_type_modifiers, + STATE(9527), 1, sym_function_type_parameters, + STATE(9912), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(4668), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8649), 4, + STATE(5345), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570808,52 +570890,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [96395] = 19, + [96970] = 19, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(2973), 1, + STATE(4552), 1, sym_user_type, - STATE(6425), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3468), 4, + STATE(4818), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570861,52 +570943,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [96467] = 19, - ACTIONS(7405), 1, + [97042] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9216), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9218), 1, - anon_sym_LPAREN, - ACTIONS(9222), 1, - anon_sym_dynamic, - ACTIONS(9224), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(5685), 1, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(6429), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7891), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, - STATE(8324), 1, + STATE(8326), 1, sym_user_type, - STATE(9645), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(10143), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5762), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5798), 4, + STATE(9596), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9220), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570914,52 +570996,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [96539] = 19, - ACTIONS(115), 1, + [97114] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(2973), 1, + STATE(4661), 1, + sym__simple_user_type, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(6425), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9859), 1, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4123), 4, + STATE(5137), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -570967,52 +571049,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [96611] = 19, - ACTIONS(115), 1, + [97186] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(2973), 1, + STATE(4661), 1, + sym__simple_user_type, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(6425), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9859), 1, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3474), 4, + STATE(5143), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571020,52 +571102,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [96683] = 19, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + [97258] = 19, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9168), 1, + sym__alpha_identifier, + ACTIONS(9170), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(2899), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9180), 1, + sym__backtick_identifier, + STATE(5678), 1, sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(5689), 1, sym__lexical_identifier, - STATE(2973), 1, - sym_user_type, - STATE(6425), 1, + STATE(6468), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, - sym_function_type_parameters, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(5457), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7417), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4201), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1592), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(9174), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571073,52 +571155,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [96755] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [97330] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9228), 1, + anon_sym_LPAREN, + ACTIONS(9230), 1, + anon_sym_dynamic, + STATE(4615), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(9735), 1, + STATE(6441), 1, + sym_type_modifiers, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9557), 4, + STATE(4905), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571126,52 +571208,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [96827] = 19, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [97402] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, ACTIONS(9200), 1, - anon_sym_LPAREN, + sym__alpha_identifier, ACTIONS(9202), 1, + anon_sym_LPAREN, + ACTIONS(9206), 1, anon_sym_dynamic, - STATE(2899), 1, + ACTIONS(9208), 1, + sym__backtick_identifier, + STATE(4538), 1, + sym__lexical_identifier, + STATE(4543), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4571), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(2973), 1, + STATE(4669), 1, sym_user_type, - STATE(6425), 1, + STATE(6435), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9527), 1, sym_function_type_parameters, + STATE(9912), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(4668), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4224), 4, + STATE(5415), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571179,52 +571261,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [96899] = 19, - ACTIONS(7405), 1, + [97474] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9216), 1, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(9218), 1, + ACTIONS(9254), 1, anon_sym_LPAREN, - ACTIONS(9222), 1, + ACTIONS(9258), 1, anon_sym_dynamic, - ACTIONS(9224), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - STATE(5685), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(5686), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(6429), 1, + STATE(6440), 1, sym_type_modifiers, - STATE(7891), 1, + STATE(7900), 1, sym__simple_user_type, - STATE(8324), 1, + STATE(8317), 1, sym_user_type, - STATE(9645), 1, + STATE(9706), 1, sym_parenthesized_user_type, - STATE(10143), 1, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5762), 2, + STATE(5747), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8335), 4, + STATE(9422), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9220), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571232,52 +571314,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [96971] = 19, - ACTIONS(7), 1, - sym__alpha_identifier, - ACTIONS(111), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [97546] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9200), 1, + sym__alpha_identifier, + ACTIONS(9202), 1, anon_sym_LPAREN, ACTIONS(9206), 1, anon_sym_dynamic, - STATE(4612), 1, + ACTIONS(9208), 1, + sym__backtick_identifier, + STATE(4538), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(4571), 1, + sym__simple_user_type, + STATE(4669), 1, sym_user_type, - STATE(6447), 1, + STATE(6435), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9527), 1, sym_function_type_parameters, + STATE(9912), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(4668), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4915), 4, + STATE(4766), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571285,52 +571367,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [97043] = 19, - ACTIONS(211), 1, + [97618] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, - anon_sym_dynamic, - STATE(4534), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(8326), 1, sym_user_type, - STATE(6414), 1, - sym_type_modifiers, - STATE(9487), 1, - sym_function_type_parameters, - STATE(9535), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5509), 4, + STATE(8656), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571338,52 +571420,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [97115] = 19, - ACTIONS(211), 1, - sym__alpha_identifier, - ACTIONS(293), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [97690] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9200), 1, + sym__alpha_identifier, + ACTIONS(9202), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9206), 1, anon_sym_dynamic, - STATE(4534), 1, - sym__lexical_identifier, + ACTIONS(9208), 1, + sym__backtick_identifier, STATE(4538), 1, + sym__lexical_identifier, + STATE(4543), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4571), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(4669), 1, sym_user_type, - STATE(6414), 1, + STATE(6435), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9527), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9912), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(4668), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5483), 4, + STATE(5370), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571391,52 +571473,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [97187] = 19, - ACTIONS(7398), 1, + [97762] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8665), 4, + STATE(8621), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571444,52 +571526,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [97259] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, + [97834] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9254), 1, + anon_sym_LPAREN, + ACTIONS(9258), 1, + anon_sym_dynamic, + ACTIONS(9262), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9266), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(5698), 1, + sym__lexical_identifier, + STATE(5711), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(5763), 1, sym_user_type, - STATE(9735), 1, + STATE(6438), 1, + sym_type_modifiers, + STATE(9739), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9955), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(5747), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8296), 4, + STATE(5802), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571497,52 +571579,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [97331] = 19, - ACTIONS(7405), 1, + [97906] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9216), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9218), 1, - anon_sym_LPAREN, - ACTIONS(9222), 1, - anon_sym_dynamic, - ACTIONS(9224), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(5685), 1, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(6429), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7891), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, - STATE(8324), 1, + STATE(8326), 1, sym_user_type, - STATE(9645), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(10143), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5762), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8355), 4, + STATE(9631), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9220), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571550,52 +571632,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [97403] = 19, - ACTIONS(115), 1, + [97978] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, - anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(2973), 1, - sym_user_type, STATE(6425), 1, sym_type_modifiers, - STATE(9859), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4116), 4, + STATE(9819), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571603,47 +571685,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [97475] = 19, - ACTIONS(211), 1, + [98050] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(4552), 1, sym_user_type, - STATE(6414), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9480), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9643), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5525), 4, + STATE(4579), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -571656,47 +571738,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [97547] = 19, - ACTIONS(211), 1, + [98122] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(4552), 1, sym_user_type, - STATE(6414), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9480), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9643), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5010), 4, + STATE(4589), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -571709,52 +571791,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [97619] = 19, - ACTIONS(115), 1, + [98194] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(2973), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2867), 1, sym_user_type, - STATE(6425), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9504), 1, sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4106), 4, + STATE(2887), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571762,52 +571844,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [97691] = 19, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [98266] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, ACTIONS(9200), 1, - anon_sym_LPAREN, + sym__alpha_identifier, ACTIONS(9202), 1, + anon_sym_LPAREN, + ACTIONS(9206), 1, anon_sym_dynamic, - STATE(2899), 1, + ACTIONS(9208), 1, + sym__backtick_identifier, + STATE(4538), 1, + sym__lexical_identifier, + STATE(4543), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4571), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(2973), 1, + STATE(4669), 1, sym_user_type, - STATE(6425), 1, + STATE(6435), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9527), 1, sym_function_type_parameters, + STATE(9912), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(4668), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3567), 4, + STATE(4777), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571815,52 +571897,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [97763] = 19, - ACTIONS(387), 1, + [98338] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, - anon_sym_dynamic, - STATE(823), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(825), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(860), 1, + STATE(8326), 1, sym_user_type, - STATE(6439), 1, - sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9916), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1074), 4, + STATE(8773), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571868,52 +571950,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [97835] = 19, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [98410] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9200), 1, + sym__alpha_identifier, + ACTIONS(9202), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9206), 1, anon_sym_dynamic, - STATE(823), 1, + ACTIONS(9208), 1, + sym__backtick_identifier, + STATE(4538), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(825), 1, + STATE(4571), 1, sym__simple_user_type, - STATE(860), 1, + STATE(4669), 1, sym_user_type, - STATE(6439), 1, + STATE(6435), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9527), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9912), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(4668), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1078), 4, + STATE(5340), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571921,52 +572003,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [97907] = 19, - ACTIONS(7398), 1, + [98482] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8662), 4, + STATE(9736), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -571974,52 +572056,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [97979] = 19, - ACTIONS(7398), 1, + [98554] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8661), 4, + STATE(9667), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572027,52 +572109,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [98051] = 19, - ACTIONS(7405), 1, + [98626] = 19, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9258), 1, - sym__alpha_identifier, - ACTIONS(9260), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9264), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - ACTIONS(9266), 1, - sym__backtick_identifier, - STATE(2826), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(2853), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(3064), 1, + STATE(3374), 1, sym_user_type, - STATE(6448), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9673), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9910), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3066), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3626), 4, + STATE(4183), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9262), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572080,52 +572162,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [98123] = 19, - ACTIONS(387), 1, + [98698] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, - anon_sym_LPAREN, ACTIONS(9182), 1, + anon_sym_LPAREN, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(825), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(860), 1, + STATE(3374), 1, sym_user_type, - STATE(6439), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1451), 4, + STATE(4172), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572133,52 +572215,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [98195] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [98770] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9182), 1, + anon_sym_LPAREN, + ACTIONS(9184), 1, + anon_sym_dynamic, + STATE(3289), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(3374), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6414), 1, + sym_type_modifiers, + STATE(9484), 1, sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9517), 4, + STATE(4176), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572186,52 +572268,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [98267] = 19, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9232), 1, + [98842] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(9234), 1, - anon_sym_LPAREN, - ACTIONS(9238), 1, - anon_sym_dynamic, - ACTIONS(9240), 1, + ACTIONS(469), 1, sym__backtick_identifier, - STATE(4544), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9248), 1, + anon_sym_LPAREN, + STATE(818), 1, sym_simple_identifier, - STATE(4545), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(4548), 1, - sym__simple_user_type, - STATE(4665), 1, - sym_user_type, - STATE(6440), 1, + STATE(6524), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9741), 1, - sym_function_type_parameters, - STATE(9901), 1, - sym_parenthesized_user_type, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4663), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(584), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7455), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4885), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(9236), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572239,52 +572321,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [98339] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [98914] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9220), 1, + anon_sym_LPAREN, + ACTIONS(9222), 1, + anon_sym_dynamic, + STATE(4529), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(4552), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6432), 1, + sym_type_modifiers, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8660), 4, + STATE(5096), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572292,52 +572374,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [98411] = 19, - ACTIONS(7398), 1, + [98986] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8657), 4, + STATE(8763), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572345,52 +572427,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [98483] = 19, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [99058] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9254), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9258), 1, anon_sym_dynamic, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, + ACTIONS(9262), 1, + sym__alpha_identifier, + ACTIONS(9266), 1, + sym__backtick_identifier, + STATE(5683), 1, sym_simple_identifier, - STATE(825), 1, + STATE(5698), 1, + sym__lexical_identifier, + STATE(5711), 1, sym__simple_user_type, - STATE(860), 1, + STATE(5763), 1, sym_user_type, - STATE(6439), 1, + STATE(6438), 1, sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9916), 1, + STATE(9739), 1, sym_parenthesized_user_type, + STATE(9955), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(5747), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1708), 4, + STATE(5808), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572398,52 +572480,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [98555] = 19, - ACTIONS(115), 1, + [99130] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, - anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(2899), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9248), 1, + anon_sym_LPAREN, + STATE(818), 1, sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(2973), 1, - sym_user_type, - STATE(6425), 1, + STATE(6517), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, - sym_function_type_parameters, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(582), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7464), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3304), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1592), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572451,52 +572533,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [98627] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, + [99202] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - STATE(6224), 1, + ACTIONS(9206), 1, + anon_sym_dynamic, + ACTIONS(9208), 1, + sym__backtick_identifier, + STATE(4538), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(4571), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(4669), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6435), 1, + sym_type_modifiers, + STATE(9527), 1, sym_function_type_parameters, + STATE(9912), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(4668), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9484), 4, + STATE(4778), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572504,48 +572586,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [98699] = 19, + [99274] = 19, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9248), 1, anon_sym_LPAREN, - STATE(812), 1, + STATE(818), 1, sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(6456), 1, + STATE(6515), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(570), 2, + STATE(545), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7368), 2, + STATE(7494), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, @@ -572557,52 +572639,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [98771] = 19, - ACTIONS(473), 1, + [99346] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - STATE(3294), 1, + ACTIONS(9248), 1, + anon_sym_LPAREN, + STATE(818), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(6522), 1, + STATE(6508), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2357), 2, + STATE(565), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7431), 2, + STATE(7499), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572610,52 +572692,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [98843] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [99418] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9224), 1, + anon_sym_LPAREN, + ACTIONS(9226), 1, + anon_sym_dynamic, + STATE(820), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(856), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6439), 1, + sym_type_modifiers, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8693), 4, + STATE(1296), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572663,52 +572745,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [98915] = 19, - ACTIONS(7405), 1, + [99490] = 19, + ACTIONS(115), 1, + sym__alpha_identifier, + ACTIONS(203), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9218), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, ACTIONS(9222), 1, anon_sym_dynamic, - ACTIONS(9268), 1, - sym__alpha_identifier, - ACTIONS(9272), 1, - sym__backtick_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(5713), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(5718), 1, + STATE(4533), 1, + sym_simple_identifier, + STATE(4542), 1, sym__simple_user_type, - STATE(5769), 1, + STATE(4552), 1, sym_user_type, - STATE(6430), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9676), 1, - sym_parenthesized_user_type, - STATE(10064), 1, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5762), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5808), 4, + STATE(4838), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9270), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572716,52 +572798,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [98987] = 19, - ACTIONS(7398), 1, + [99562] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6430), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8343), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9827), 1, sym_function_type_parameters, + STATE(9833), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8692), 4, + STATE(8357), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572769,52 +572851,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [99059] = 19, - ACTIONS(387), 1, + [99634] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(823), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(825), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(860), 1, + STATE(4552), 1, sym_user_type, - STATE(6439), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9480), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9643), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1300), 4, + STATE(4848), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572822,52 +572904,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [99131] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [99706] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9220), 1, + anon_sym_LPAREN, + ACTIONS(9222), 1, + anon_sym_dynamic, + STATE(4529), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(4552), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6432), 1, + sym_type_modifiers, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8690), 4, + STATE(4849), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572875,52 +572957,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [99203] = 19, - ACTIONS(387), 1, + [99778] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9220), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + ACTIONS(9222), 1, + anon_sym_dynamic, + STATE(4529), 1, sym__lexical_identifier, - STATE(6452), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, + STATE(4533), 1, + sym_simple_identifier, + STATE(4542), 1, sym__simple_user_type, + STATE(4552), 1, + sym_user_type, + STATE(6432), 1, + sym_type_modifiers, + STATE(9480), 1, + sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(569), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7365), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(4576), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1664), 7, + STATE(4856), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572928,52 +573010,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [99275] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [99850] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, + ACTIONS(9186), 1, + anon_sym_LPAREN, + ACTIONS(9188), 1, + anon_sym_dynamic, + STATE(2911), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6444), 1, + sym_type_modifiers, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8703), 4, + STATE(3732), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -572981,52 +573063,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [99347] = 19, - ACTIONS(7), 1, + [99922] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6447), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4987), 4, + STATE(3798), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573034,52 +573116,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [99419] = 19, - ACTIONS(387), 1, + [99994] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(860), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6439), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9476), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9876), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1250), 4, + STATE(3767), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573087,52 +573169,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [99491] = 19, - ACTIONS(387), 1, + [100066] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, - anon_sym_dynamic, - STATE(823), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(825), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(860), 1, + STATE(8326), 1, sym_user_type, - STATE(6439), 1, - sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9916), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1253), 4, + STATE(8670), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573140,52 +573222,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [99563] = 19, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [100138] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9254), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9258), 1, anon_sym_dynamic, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, + ACTIONS(9262), 1, + sym__alpha_identifier, + ACTIONS(9266), 1, + sym__backtick_identifier, + STATE(5683), 1, sym_simple_identifier, - STATE(825), 1, + STATE(5698), 1, + sym__lexical_identifier, + STATE(5711), 1, sym__simple_user_type, - STATE(860), 1, + STATE(5763), 1, sym_user_type, - STATE(6439), 1, + STATE(6438), 1, sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9916), 1, + STATE(9739), 1, sym_parenthesized_user_type, + STATE(9955), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(5747), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1807), 4, + STATE(5778), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573193,52 +573275,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [99635] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [100210] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9182), 1, + anon_sym_LPAREN, + ACTIONS(9184), 1, + anon_sym_dynamic, + STATE(3289), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(3374), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6414), 1, + sym_type_modifiers, + STATE(9484), 1, sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8689), 4, + STATE(4142), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573246,52 +573328,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [99707] = 19, - ACTIONS(7398), 1, + [100282] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8639), 4, + STATE(8693), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573299,52 +573381,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [99779] = 19, - ACTIONS(211), 1, + [100354] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(3374), 1, sym_user_type, STATE(6414), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4611), 4, + STATE(4141), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573352,52 +573434,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [99851] = 19, - ACTIONS(7), 1, + [100426] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, - anon_sym_dynamic, - STATE(4612), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, sym_user_type, - STATE(6447), 1, - sym_type_modifiers, - STATE(9845), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5121), 4, + STATE(8679), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573405,52 +573487,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [99923] = 19, - ACTIONS(387), 1, + [100498] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, - anon_sym_dynamic, - STATE(823), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(825), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(860), 1, + STATE(8326), 1, sym_user_type, - STATE(6439), 1, - sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9916), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1254), 4, + STATE(8678), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573458,52 +573540,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [99995] = 19, - ACTIONS(387), 1, + [100570] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9250), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(6471), 1, + STATE(2955), 1, + sym_simple_identifier, + STATE(6501), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(441), 2, + STATE(2364), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7423), 2, + STATE(7567), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573511,52 +573593,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [100067] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, + [100642] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - STATE(6224), 1, + ACTIONS(9206), 1, + anon_sym_dynamic, + ACTIONS(9208), 1, + sym__backtick_identifier, + STATE(4538), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(4571), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(4669), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6435), 1, + sym_type_modifiers, + STATE(9527), 1, sym_function_type_parameters, + STATE(9912), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(4668), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8709), 4, + STATE(4869), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573564,52 +573646,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [100139] = 19, - ACTIONS(387), 1, + [100714] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, - anon_sym_LPAREN, ACTIONS(9182), 1, + anon_sym_LPAREN, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(825), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(860), 1, + STATE(3374), 1, sym_user_type, - STATE(6439), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1306), 4, + STATE(4131), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573617,52 +573699,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [100211] = 19, - ACTIONS(115), 1, + [100786] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9250), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(6527), 1, + STATE(2955), 1, + sym_simple_identifier, + STATE(6498), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2435), 2, + STATE(2371), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7577), 2, + STATE(7572), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573670,52 +573752,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [100283] = 19, - ACTIONS(7398), 1, + [100858] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9742), 4, + STATE(8673), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573723,52 +573805,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [100355] = 19, - ACTIONS(7), 1, - sym__alpha_identifier, - ACTIONS(111), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [100930] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9252), 1, + sym__alpha_identifier, + ACTIONS(9254), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9258), 1, anon_sym_dynamic, - STATE(4612), 1, + ACTIONS(9260), 1, + sym__backtick_identifier, + STATE(5680), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(4815), 1, - sym_user_type, - STATE(6447), 1, + STATE(6440), 1, sym_type_modifiers, - STATE(9845), 1, + STATE(7900), 1, + sym__simple_user_type, + STATE(8317), 1, + sym_user_type, + STATE(9706), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(5747), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5546), 4, + STATE(5795), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573776,52 +573858,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [100427] = 19, - ACTIONS(211), 1, + [101002] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(3374), 1, sym_user_type, STATE(6414), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4996), 4, + STATE(4122), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573829,52 +573911,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [100499] = 19, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [101074] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9200), 1, + sym__alpha_identifier, + ACTIONS(9202), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9206), 1, anon_sym_dynamic, - STATE(823), 1, + ACTIONS(9208), 1, + sym__backtick_identifier, + STATE(4538), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(825), 1, + STATE(4571), 1, sym__simple_user_type, - STATE(860), 1, + STATE(4669), 1, sym_user_type, - STATE(6439), 1, + STATE(6435), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9527), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9912), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(4668), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1153), 4, + STATE(4735), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573882,52 +573964,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [100571] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [101146] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9182), 1, + anon_sym_LPAREN, + ACTIONS(9184), 1, + anon_sym_dynamic, + STATE(3289), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(3374), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6414), 1, + sym_type_modifiers, + STATE(9484), 1, sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8688), 4, + STATE(4115), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573935,52 +574017,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [100643] = 19, + [101218] = 19, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(6497), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2867), 1, + sym_user_type, + STATE(6422), 1, sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, + STATE(9504), 1, + sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2688), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7461), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(2879), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1652), 7, + STATE(3630), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -573988,47 +574070,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [100715] = 19, - ACTIONS(7), 1, + [101290] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(2867), 1, sym_user_type, - STATE(6447), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9504), 1, sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5548), 4, + STATE(3663), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -574041,85 +574123,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [100787] = 4, - ACTIONS(9274), 1, - anon_sym_AT, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9277), 2, - anon_sym_LBRACE, - sym_label, - ACTIONS(2082), 28, - anon_sym_get, - anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - 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, - [100829] = 19, - ACTIONS(473), 1, + [101362] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(3374), 1, sym_user_type, - STATE(6419), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9484), 1, sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4166), 4, + STATE(3949), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -574132,52 +574176,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [100901] = 19, + [101434] = 19, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(3279), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2867), 1, sym_user_type, - STATE(6419), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9504), 1, sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3802), 4, + STATE(3667), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574185,52 +574229,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [100973] = 19, - ACTIONS(7398), 1, + [101506] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8647), 4, + STATE(8671), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574238,105 +574282,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [101045] = 19, - ACTIONS(387), 1, + [101578] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(860), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6439), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9476), 1, sym_function_type_parameters, - STATE(9916), 1, - sym_parenthesized_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(851), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7213), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(1340), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1664), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [101117] = 19, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9216), 1, - sym__alpha_identifier, - ACTIONS(9218), 1, - anon_sym_LPAREN, - ACTIONS(9222), 1, - anon_sym_dynamic, - ACTIONS(9224), 1, - sym__backtick_identifier, - STATE(5685), 1, - sym__lexical_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(6429), 1, - sym_type_modifiers, - STATE(7891), 1, - sym__simple_user_type, - STATE(8324), 1, - sym_user_type, - STATE(9645), 1, + STATE(9876), 1, sym_parenthesized_user_type, - STATE(10143), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5762), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5808), 4, + STATE(3415), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9220), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574344,52 +574335,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [101189] = 19, - ACTIONS(7398), 1, + [101650] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8641), 4, + STATE(8688), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574397,52 +574388,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [101261] = 19, - ACTIONS(7398), 1, + [101722] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8711), 4, + STATE(8692), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574450,52 +574441,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [101333] = 19, - ACTIONS(211), 1, + [101794] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(3374), 1, sym_user_type, STATE(6414), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4844), 4, + STATE(4034), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574503,52 +574494,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [101405] = 19, - ACTIONS(7), 1, + [101866] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, - anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(4612), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9268), 1, + anon_sym_LPAREN, + STATE(3327), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(3352), 1, sym_simple_identifier, - STATE(4815), 1, - sym_user_type, - STATE(6447), 1, + STATE(6493), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, - sym_function_type_parameters, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(2336), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7588), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4910), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1920), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574556,105 +574547,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [101477] = 19, - ACTIONS(7398), 1, + [101938] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7213), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(9755), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [101549] = 19, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9180), 1, - anon_sym_LPAREN, - ACTIONS(9182), 1, - anon_sym_dynamic, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, - sym__simple_user_type, - STATE(860), 1, - sym_user_type, - STATE(6439), 1, - sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9916), 1, - sym_parenthesized_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(851), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1256), 4, + STATE(8681), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574662,52 +574600,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [101621] = 19, - ACTIONS(7398), 1, + [102010] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8685), 4, + STATE(8714), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574715,52 +574653,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [101693] = 19, + [102082] = 19, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(4771), 1, sym_user_type, - STATE(6447), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9845), 1, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5203), 4, + STATE(5126), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574768,52 +574706,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [101765] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [102154] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, + ACTIONS(9186), 1, + anon_sym_LPAREN, + ACTIONS(9188), 1, + anon_sym_dynamic, + STATE(2911), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6444), 1, + sym_type_modifiers, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8635), 4, + STATE(3421), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574821,52 +574759,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [101837] = 19, - ACTIONS(7398), 1, + [102226] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8762), 4, + STATE(8685), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574874,52 +574812,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [101909] = 19, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [102298] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9232), 1, + sym__alpha_identifier, + ACTIONS(9236), 1, anon_sym_dynamic, - STATE(823), 1, + ACTIONS(9238), 1, + sym__backtick_identifier, + STATE(6405), 1, + sym_type_modifiers, + STATE(8318), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(8324), 1, sym_simple_identifier, - STATE(825), 1, + STATE(8484), 1, sym__simple_user_type, - STATE(860), 1, + STATE(9068), 1, sym_user_type, - STATE(6439), 1, - sym_type_modifiers, - STATE(9593), 1, + STATE(9763), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9770), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8789), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1258), 4, + STATE(8621), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574927,52 +574865,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [101981] = 19, - ACTIONS(7398), 1, + [102370] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8764), 4, + STATE(8784), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -574980,52 +574918,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [102053] = 19, - ACTIONS(7398), 1, + [102442] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8765), 4, + STATE(8744), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575033,105 +574971,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [102125] = 19, - ACTIONS(7398), 1, + [102514] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7213), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(8928), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [102197] = 19, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9226), 1, - anon_sym_LPAREN, - ACTIONS(9228), 1, - anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3392), 1, - sym_user_type, - STATE(6419), 1, - sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(3393), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4151), 4, + STATE(8743), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575139,52 +575024,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [102269] = 19, - ACTIONS(7398), 1, + [102586] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8769), 4, + STATE(8686), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575192,105 +575077,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [102341] = 19, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + [102658] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9041), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(6496), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2323), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7399), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1592), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [102413] = 19, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9232), 1, - sym__alpha_identifier, - ACTIONS(9234), 1, - anon_sym_LPAREN, - ACTIONS(9238), 1, - anon_sym_dynamic, - ACTIONS(9240), 1, - sym__backtick_identifier, - STATE(4544), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(4545), 1, - sym__lexical_identifier, - STATE(4548), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(4665), 1, + STATE(8326), 1, sym_user_type, - STATE(6440), 1, - sym_type_modifiers, - STATE(9741), 1, - sym_function_type_parameters, - STATE(9901), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4663), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5330), 4, + STATE(8740), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9236), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575298,52 +575130,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [102485] = 19, - ACTIONS(7), 1, + [102730] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6447), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5552), 4, + STATE(3366), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575351,47 +575183,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [102557] = 19, + [102802] = 19, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9226), 1, anon_sym_dynamic, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(860), 1, + STATE(856), 1, sym_user_type, STATE(6439), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9592), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1327), 4, + STATE(908), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -575404,52 +575236,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [102629] = 19, - ACTIONS(115), 1, + [102874] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9268), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(6509), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(6488), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2324), 2, + STATE(2347), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7535), 2, + STATE(7592), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575457,52 +575289,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [102701] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [102946] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9182), 1, + anon_sym_LPAREN, + ACTIONS(9184), 1, + anon_sym_dynamic, + STATE(3289), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(3374), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6414), 1, + sym_type_modifiers, + STATE(9484), 1, sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8706), 4, + STATE(4248), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575510,52 +575342,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [102773] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [103018] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9220), 1, + anon_sym_LPAREN, + ACTIONS(9222), 1, + anon_sym_dynamic, + STATE(4529), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(4552), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6432), 1, + sym_type_modifiers, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8707), 4, + STATE(4581), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575563,52 +575395,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [102845] = 19, - ACTIONS(7398), 1, + [103090] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8708), 4, + STATE(8689), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575616,52 +575448,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [102917] = 19, - ACTIONS(387), 1, + [103162] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(860), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6439), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9476), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9876), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(985), 4, + STATE(3422), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575669,52 +575501,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [102989] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [103234] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9224), 1, + anon_sym_LPAREN, + ACTIONS(9226), 1, + anon_sym_dynamic, + STATE(820), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(856), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6439), 1, + sym_type_modifiers, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8710), 4, + STATE(917), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575722,52 +575554,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [103061] = 19, + [103306] = 19, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(4771), 1, sym_user_type, - STATE(6447), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9845), 1, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5101), 4, + STATE(4915), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575775,52 +575607,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [103133] = 19, - ACTIONS(7398), 1, + [103378] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6432), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(6590), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8354), 1, + STATE(8326), 1, sym_user_type, - STATE(9549), 1, - sym_function_type_parameters, - STATE(9550), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8368), 4, + STATE(5832), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575828,52 +575660,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [103205] = 19, - ACTIONS(115), 1, + [103450] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, ACTIONS(9186), 1, - anon_sym_LT, + anon_sym_LPAREN, ACTIONS(9188), 1, anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9230), 1, - anon_sym_LPAREN, - STATE(2938), 1, + STATE(2911), 1, + sym__simple_user_type, + STATE(2928), 1, sym_simple_identifier, - STATE(2955), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(6493), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(3029), 1, + sym_user_type, + STATE(6444), 1, sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, + STATE(9476), 1, + sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2456), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7533), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(3019), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1592), 7, + STATE(3436), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575881,52 +575713,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [103277] = 19, - ACTIONS(7398), 1, + [103522] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8659), 4, + STATE(8697), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575934,52 +575766,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [103349] = 19, + [103594] = 19, ACTIONS(557), 1, sym__alpha_identifier, ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, + STATE(3374), 1, sym_user_type, - STATE(6433), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3378), 4, + STATE(4236), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -575987,52 +575819,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [103421] = 19, - ACTIONS(473), 1, + [103666] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(820), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(856), 1, sym_user_type, - STATE(6419), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4229), 4, + STATE(919), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576040,52 +575872,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [103493] = 19, - ACTIONS(473), 1, + [103738] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(820), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(856), 1, sym_user_type, - STATE(6419), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4226), 4, + STATE(1247), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576093,52 +575925,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [103565] = 19, - ACTIONS(387), 1, + [103810] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, - anon_sym_dynamic, - STATE(823), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(825), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(860), 1, + STATE(8326), 1, sym_user_type, - STATE(6439), 1, - sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9916), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(892), 4, + STATE(8696), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576146,52 +575978,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [103637] = 19, + [103882] = 19, ACTIONS(557), 1, sym__alpha_identifier, ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, + STATE(3374), 1, sym_user_type, - STATE(6433), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3204), 4, + STATE(4255), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576199,52 +576031,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [103709] = 19, - ACTIONS(473), 1, + [103954] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, - anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(3392), 1, - sym_user_type, - STATE(6419), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(9794), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4196), 4, + STATE(9279), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576252,52 +576084,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [103781] = 19, - ACTIONS(7398), 1, + [104026] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9284), 4, + STATE(8695), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576305,52 +576137,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [103853] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [104098] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9224), 1, + anon_sym_LPAREN, + ACTIONS(9226), 1, + anon_sym_dynamic, + STATE(820), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(856), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6439), 1, + sym_type_modifiers, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8718), 4, + STATE(920), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576358,52 +576190,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [103925] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [104170] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9224), 1, + anon_sym_LPAREN, + ACTIONS(9226), 1, + anon_sym_dynamic, + STATE(820), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(856), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6439), 1, + sym_type_modifiers, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8777), 4, + STATE(1300), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576411,47 +576243,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [103997] = 19, + [104242] = 19, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9226), 1, anon_sym_dynamic, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(860), 1, + STATE(856), 1, sym_user_type, STATE(6439), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9592), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(895), 4, + STATE(1301), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -576464,52 +576296,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [104069] = 19, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + [104314] = 19, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9218), 1, - anon_sym_LPAREN, - ACTIONS(9222), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, ACTIONS(9268), 1, - sym__alpha_identifier, - ACTIONS(9272), 1, - sym__backtick_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(5713), 1, + anon_sym_LPAREN, + STATE(3327), 1, sym__lexical_identifier, - STATE(5718), 1, - sym__simple_user_type, - STATE(5769), 1, - sym_user_type, - STATE(6430), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(6474), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9676), 1, - sym_parenthesized_user_type, - STATE(10064), 1, - sym_function_type_parameters, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5762), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(2607), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7380), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5798), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(9270), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576517,52 +576349,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [104141] = 19, - ACTIONS(7398), 1, + [104386] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8720), 4, + STATE(8707), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576570,52 +576402,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [104213] = 19, - ACTIONS(557), 1, + [104458] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(825), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, + STATE(856), 1, sym_user_type, - STATE(6433), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9592), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3379), 4, + STATE(921), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576623,52 +576455,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [104285] = 19, - ACTIONS(7405), 1, + [104530] = 19, + ACTIONS(7), 1, + sym__alpha_identifier, + ACTIONS(111), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9216), 1, - sym__alpha_identifier, - ACTIONS(9218), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9222), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - ACTIONS(9224), 1, - sym__backtick_identifier, - STATE(5685), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(6429), 1, - sym_type_modifiers, - STATE(7891), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(8324), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(9645), 1, + STATE(6441), 1, + sym_type_modifiers, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(10143), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5762), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9354), 4, + STATE(5211), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9220), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576676,52 +576508,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [104357] = 19, - ACTIONS(7398), 1, + [104602] = 19, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(9268), 1, + anon_sym_LPAREN, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3352), 1, + sym_simple_identifier, + STATE(6457), 1, + sym_type_parameters, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2605), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7374), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1652), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [104674] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8721), 4, + STATE(9259), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576729,52 +576614,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [104429] = 19, - ACTIONS(387), 1, + [104746] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, - anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(823), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(2955), 1, sym_simple_identifier, - STATE(825), 1, - sym__simple_user_type, - STATE(860), 1, - sym_user_type, - STATE(6439), 1, + STATE(6514), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9916), 1, - sym_parenthesized_user_type, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(2422), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7358), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7836), 3, sym__type_reference, + sym_user_type, sym_parenthesized_type, - STATE(7848), 2, + ACTIONS(1616), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [104818] = 19, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9268), 1, + anon_sym_LPAREN, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3352), 1, + sym_simple_identifier, + STATE(6459), 1, + sym_type_parameters, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2408), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7538), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(897), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1664), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576782,52 +576720,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [104501] = 19, - ACTIONS(387), 1, + [104890] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(823), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(860), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(6439), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9916), 1, + STATE(9838), 1, sym_parenthesized_user_type, + STATE(9839), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1181), 4, + STATE(5203), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576835,52 +576773,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [104573] = 19, - ACTIONS(7398), 1, + [104962] = 19, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, + sym__lexical_identifier, + STATE(2955), 1, + sym_simple_identifier, + STATE(6458), 1, + sym_type_parameters, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2421), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7498), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1616), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [105034] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9164), 1, + anon_sym_LPAREN, + ACTIONS(9166), 1, + anon_sym_dynamic, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(8138), 1, - sym__simple_user_type, - STATE(8332), 1, + STATE(2867), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6422), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8638), 4, + STATE(3441), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576888,52 +576879,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [104645] = 19, - ACTIONS(7398), 1, + [105106] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8683), 4, + STATE(8644), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576941,52 +576932,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [104717] = 19, - ACTIONS(7398), 1, + [105178] = 19, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(9268), 1, + anon_sym_LPAREN, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3352), 1, + sym_simple_identifier, + STATE(6467), 1, + sym_type_parameters, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2389), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7446), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1652), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [105250] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9220), 1, + anon_sym_LPAREN, + ACTIONS(9222), 1, + anon_sym_dynamic, + STATE(4529), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(4552), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6432), 1, + sym_type_modifiers, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8724), 4, + STATE(4852), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -576994,52 +577038,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [104789] = 19, - ACTIONS(387), 1, + [105322] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(823), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(825), 1, - sym__simple_user_type, - STATE(860), 1, + STATE(2867), 1, sym_user_type, - STATE(6439), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9504), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(902), 4, + STATE(3628), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577047,52 +577091,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [104861] = 19, - ACTIONS(7405), 1, + [105394] = 19, + ACTIONS(473), 1, + sym__alpha_identifier, + ACTIONS(553), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9232), 1, - sym__alpha_identifier, - ACTIONS(9234), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9238), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - ACTIONS(9240), 1, - sym__backtick_identifier, - STATE(4544), 1, - sym_simple_identifier, - STATE(4545), 1, - sym__lexical_identifier, - STATE(4548), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(4665), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, + sym_simple_identifier, + STATE(2867), 1, sym_user_type, - STATE(6440), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9741), 1, + STATE(9504), 1, sym_function_type_parameters, - STATE(9901), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4663), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4835), 4, + STATE(3442), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9236), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577100,52 +577144,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [104933] = 19, - ACTIONS(557), 1, - sym__alpha_identifier, - ACTIONS(637), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [105466] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9252), 1, + sym__alpha_identifier, + ACTIONS(9254), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9258), 1, anon_sym_dynamic, - STATE(2791), 1, + ACTIONS(9260), 1, + sym__backtick_identifier, + STATE(5680), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(2840), 1, - sym_user_type, - STATE(6433), 1, + STATE(6440), 1, sym_type_modifiers, - STATE(9798), 1, - sym_function_type_parameters, - STATE(9877), 1, + STATE(7900), 1, + sym__simple_user_type, + STATE(8317), 1, + sym_user_type, + STATE(9706), 1, sym_parenthesized_user_type, + STATE(10012), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(5747), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3380), 4, + STATE(9104), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577153,52 +577197,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [105005] = 19, - ACTIONS(7398), 1, + [105538] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8682), 4, + STATE(8648), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577206,52 +577250,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [105077] = 19, - ACTIONS(115), 1, + [105610] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9164), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + ACTIONS(9166), 1, + anon_sym_dynamic, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(6503), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2867), 1, + sym_user_type, + STATE(6422), 1, sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, + STATE(9504), 1, + sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2460), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7479), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(2879), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1592), 7, + STATE(3634), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577259,52 +577303,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [105149] = 19, - ACTIONS(7398), 1, + [105682] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8681), 4, + STATE(8663), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577312,52 +577356,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [105221] = 19, - ACTIONS(557), 1, + [105754] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(2867), 1, sym_user_type, - STATE(6433), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9504), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3382), 4, + STATE(3646), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577365,52 +577409,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [105293] = 19, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, + [105826] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, - sym__lexical_identifier, - STATE(6480), 1, - sym_type_parameters, - STATE(7216), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9232), 1, + sym__alpha_identifier, + ACTIONS(9236), 1, + anon_sym_dynamic, + ACTIONS(9238), 1, + sym__backtick_identifier, + STATE(6405), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(8318), 1, + sym__lexical_identifier, + STATE(8324), 1, + sym_simple_identifier, + STATE(8484), 1, sym__simple_user_type, + STATE(9068), 1, + sym_user_type, + STATE(9763), 1, + sym_function_type_parameters, + STATE(9770), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2463), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7568), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(8789), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1592), 7, + STATE(8300), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577418,52 +577462,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [105365] = 19, - ACTIONS(7398), 1, + [105898] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9112), 4, + STATE(8649), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577471,52 +577515,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [105437] = 19, - ACTIONS(7398), 1, + [105970] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8680), 4, + STATE(8662), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577524,52 +577568,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [105509] = 19, - ACTIONS(557), 1, + [106042] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, - anon_sym_dynamic, - STATE(2791), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, sym_user_type, - STATE(6433), 1, - sym_type_modifiers, - STATE(9798), 1, - sym_function_type_parameters, - STATE(9877), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3383), 4, + STATE(8658), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577577,105 +577621,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [105581] = 19, + [106114] = 19, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(6482), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2625), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7503), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1652), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [105653] = 19, - ACTIONS(557), 1, - sym__alpha_identifier, - ACTIONS(637), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(2867), 1, sym_user_type, - STATE(6433), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9504), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3662), 4, + STATE(3446), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577683,52 +577674,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [105725] = 19, - ACTIONS(473), 1, + [106186] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9184), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(6484), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2626), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7500), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1652), 7, + STATE(8653), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577736,105 +577727,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [105797] = 19, - ACTIONS(211), 1, + [106258] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(4534), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(4540), 1, - sym__simple_user_type, - STATE(4578), 1, + STATE(2867), 1, sym_user_type, - STATE(6414), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9504), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4585), 4, + STATE(3658), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [105869] = 19, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9246), 1, - anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, - sym__lexical_identifier, - STATE(6512), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(451), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7409), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1664), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577842,52 +577780,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [105941] = 19, - ACTIONS(557), 1, + [106330] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(2867), 1, sym_user_type, - STATE(6433), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9504), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3665), 4, + STATE(3447), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577895,52 +577833,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [106013] = 19, - ACTIONS(7398), 1, + [106402] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9469), 4, + STATE(8651), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -577948,52 +577886,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [106085] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [106474] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9164), 1, + anon_sym_LPAREN, + ACTIONS(9166), 1, + anon_sym_dynamic, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(8138), 1, - sym__simple_user_type, - STATE(8332), 1, + STATE(2867), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6422), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8739), 4, + STATE(3479), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578001,52 +577939,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [106157] = 19, - ACTIONS(387), 1, + [106546] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(823), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(825), 1, - sym__simple_user_type, - STATE(860), 1, + STATE(2867), 1, sym_user_type, - STATE(6439), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9504), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1343), 4, + STATE(3675), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578054,52 +577992,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [106229] = 19, - ACTIONS(557), 1, + [106618] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, - anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(2791), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(2955), 1, sym_simple_identifier, - STATE(2840), 1, - sym_user_type, - STATE(6433), 1, + STATE(6451), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9798), 1, - sym_function_type_parameters, - STATE(9877), 1, - sym_parenthesized_user_type, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(2329), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7359), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3677), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1910), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578107,52 +578045,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [106301] = 19, - ACTIONS(387), 1, + [106690] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(823), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(860), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(6439), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9916), 1, + STATE(9838), 1, sym_parenthesized_user_type, + STATE(9839), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1341), 4, + STATE(5315), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578160,52 +578098,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [106373] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [106762] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9268), 1, + anon_sym_LPAREN, + STATE(3327), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(3352), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(6448), 1, + sym_type_parameters, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(2387), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7434), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8740), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578213,52 +578151,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [106445] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [106834] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9228), 1, + anon_sym_LPAREN, + ACTIONS(9230), 1, + anon_sym_dynamic, + STATE(4615), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(9735), 1, + STATE(6441), 1, + sym_type_modifiers, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8741), 4, + STATE(5313), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578266,52 +578204,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [106517] = 19, - ACTIONS(473), 1, + [106906] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(6461), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, + STATE(4661), 1, sym__simple_user_type, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, + sym_user_type, + STATE(6441), 1, + sym_type_modifiers, + STATE(9838), 1, + sym_parenthesized_user_type, + STATE(9839), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2728), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7430), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(4772), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1652), 7, + STATE(5312), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578319,52 +578257,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [106589] = 19, + [106978] = 19, ACTIONS(557), 1, sym__alpha_identifier, ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, - anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(2791), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9268), 1, + anon_sym_LPAREN, + STATE(3327), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(3352), 1, sym_simple_identifier, - STATE(2840), 1, - sym_user_type, - STATE(6433), 1, + STATE(6454), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9798), 1, - sym_function_type_parameters, - STATE(9877), 1, - sym_parenthesized_user_type, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(2410), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7361), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3684), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1910), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578372,52 +578310,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [106661] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [107050] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(2955), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(6506), 1, + sym_type_parameters, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(2324), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7522), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8746), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578425,52 +578363,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [106733] = 19, - ACTIONS(557), 1, + [107122] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(825), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, + STATE(856), 1, sym_user_type, - STATE(6433), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9592), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3705), 4, + STATE(1236), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578478,52 +578416,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [106805] = 19, - ACTIONS(7398), 1, + [107194] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8786), 4, + STATE(8752), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578531,47 +578469,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [106877] = 19, + [107266] = 19, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9226), 1, anon_sym_dynamic, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(860), 1, + STATE(856), 1, sym_user_type, STATE(6439), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9592), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1344), 4, + STATE(1128), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -578584,52 +578522,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [106949] = 19, - ACTIONS(115), 1, + [107338] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(2899), 1, + STATE(820), 1, sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(2973), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(856), 1, sym_user_type, - STATE(6425), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3385), 4, + STATE(1133), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578637,52 +578575,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [107021] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [107410] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6432), 1, - sym_type_modifiers, - STATE(6590), 1, + ACTIONS(9224), 1, + anon_sym_LPAREN, + ACTIONS(9226), 1, + anon_sym_dynamic, + STATE(820), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8354), 1, + STATE(856), 1, sym_user_type, - STATE(9549), 1, + STATE(6439), 1, + sym_type_modifiers, + STATE(9592), 1, sym_function_type_parameters, - STATE(9550), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8385), 4, + STATE(1237), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578690,52 +578628,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [107093] = 19, - ACTIONS(115), 1, + [107482] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(2899), 1, + STATE(820), 1, sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(2973), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(856), 1, sym_user_type, - STATE(6425), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3386), 4, + STATE(1142), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578743,105 +578681,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [107165] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [107554] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, + ACTIONS(9186), 1, + anon_sym_LPAREN, + ACTIONS(9188), 1, + anon_sym_dynamic, + STATE(2911), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6444), 1, + sym_type_modifiers, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8704), 4, + STATE(3812), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [107237] = 19, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(6489), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2403), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7575), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578849,52 +578734,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [107309] = 19, - ACTIONS(7398), 1, + [107626] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8645), 4, + STATE(8759), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578902,52 +578787,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [107381] = 19, - ACTIONS(7398), 1, + [107698] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8932), 4, + STATE(8764), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -578955,52 +578840,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [107453] = 19, - ACTIONS(115), 1, + [107770] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, sym__lexical_identifier, - STATE(2973), 1, + STATE(3029), 1, sym_user_type, - STATE(6425), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3388), 4, + STATE(3796), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579008,105 +578893,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [107525] = 19, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(6499), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2412), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7555), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1652), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [107597] = 19, - ACTIONS(387), 1, + [107842] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(823), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(860), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(6439), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9916), 1, + STATE(9838), 1, sym_parenthesized_user_type, + STATE(9839), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1326), 4, + STATE(5343), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579114,47 +578946,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [107669] = 19, + [107914] = 19, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9226), 1, anon_sym_dynamic, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(860), 1, + STATE(856), 1, sym_user_type, STATE(6439), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9592), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1111), 4, + STATE(1238), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -579167,52 +578999,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [107741] = 19, - ACTIONS(7398), 1, + [107986] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9093), 4, + STATE(8770), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579220,52 +579052,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [107813] = 19, - ACTIONS(387), 1, + [108058] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, - anon_sym_dynamic, - STATE(823), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(825), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(860), 1, + STATE(8326), 1, sym_user_type, - STATE(6439), 1, - sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9916), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1113), 4, + STATE(8775), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579273,47 +579105,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [107885] = 19, + [108130] = 19, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9226), 1, anon_sym_dynamic, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(860), 1, + STATE(856), 1, sym_user_type, STATE(6439), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9592), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1119), 4, + STATE(1240), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -579326,52 +579158,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [107957] = 19, - ACTIONS(7398), 1, + [108202] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5817), 4, + STATE(8300), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579379,52 +579211,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [108029] = 19, - ACTIONS(115), 1, + [108274] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, sym__lexical_identifier, - STATE(2973), 1, + STATE(3029), 1, sym_user_type, - STATE(6425), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3716), 4, + STATE(3792), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579432,52 +579264,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [108101] = 19, - ACTIONS(115), 1, + [108346] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, - anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(2973), 1, - sym_user_type, STATE(6425), 1, sym_type_modifiers, - STATE(9859), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3713), 4, + STATE(9126), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579485,52 +579317,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [108173] = 19, - ACTIONS(473), 1, + [108418] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, - anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(3392), 1, - sym_user_type, - STATE(6419), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(9794), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3840), 4, + STATE(8753), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579538,52 +579370,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [108245] = 19, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + [108490] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9258), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9266), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9283), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - STATE(2853), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(2926), 1, - sym_simple_identifier, - STATE(6508), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2287), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7410), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(9262), 7, + STATE(8777), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579591,52 +579423,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [108317] = 19, - ACTIONS(211), 1, + [108562] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, - anon_sym_dynamic, - STATE(4534), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(8326), 1, sym_user_type, - STATE(6414), 1, - sym_type_modifiers, - STATE(9487), 1, - sym_function_type_parameters, - STATE(9535), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4614), 4, + STATE(8781), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579644,52 +579476,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [108389] = 19, - ACTIONS(7398), 1, + [108634] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8793), 4, + STATE(8783), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579697,52 +579529,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [108461] = 19, - ACTIONS(7398), 1, + [108706] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6432), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(6590), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8354), 1, + STATE(8326), 1, sym_user_type, - STATE(9549), 1, - sym_function_type_parameters, - STATE(9550), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8397), 4, + STATE(8785), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579750,52 +579582,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [108533] = 19, - ACTIONS(473), 1, + [108778] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(3279), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(3029), 1, sym_user_type, - STATE(6419), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3878), 4, + STATE(3780), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579803,52 +579635,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [108605] = 19, - ACTIONS(115), 1, + [108850] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, - anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(2973), 1, - sym_user_type, STATE(6425), 1, sym_type_modifiers, - STATE(9859), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3728), 4, + STATE(8786), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579856,52 +579688,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [108677] = 19, + [108922] = 19, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9220), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + ACTIONS(9222), 1, + anon_sym_dynamic, + STATE(4529), 1, sym__lexical_identifier, - STATE(6533), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, + STATE(4533), 1, + sym_simple_identifier, + STATE(4542), 1, sym__simple_user_type, + STATE(4552), 1, + sym_user_type, + STATE(6432), 1, + sym_type_modifiers, + STATE(9480), 1, + sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2609), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7449), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(4576), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1592), 7, + STATE(4977), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579909,52 +579741,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [108749] = 19, - ACTIONS(7398), 1, + [108994] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8646), 4, + STATE(8788), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -579962,52 +579794,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [108821] = 19, - ACTIONS(7398), 1, + [109066] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8772), 4, + STATE(8704), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580015,52 +579847,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [108893] = 19, - ACTIONS(7405), 1, + [109138] = 19, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9208), 1, - sym__alpha_identifier, - ACTIONS(9212), 1, + ACTIONS(9186), 1, + anon_sym_LPAREN, + ACTIONS(9188), 1, anon_sym_dynamic, - ACTIONS(9214), 1, - sym__backtick_identifier, - STATE(6422), 1, - sym_type_modifiers, - STATE(8325), 1, + STATE(2911), 1, + sym__simple_user_type, + STATE(2928), 1, sym_simple_identifier, - STATE(8333), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(8551), 1, - sym__simple_user_type, - STATE(8921), 1, + STATE(3029), 1, sym_user_type, - STATE(9494), 1, + STATE(6444), 1, + sym_type_modifiers, + STATE(9476), 1, sym_function_type_parameters, - STATE(9703), 1, + STATE(9876), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8825), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8318), 4, + STATE(3741), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9210), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580068,52 +579900,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [108965] = 19, - ACTIONS(7398), 1, + [109210] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8644), 4, + STATE(9602), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580121,52 +579953,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [109037] = 19, - ACTIONS(7398), 1, + [109282] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8648), 4, + STATE(8703), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580174,52 +580006,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [109109] = 19, + [109354] = 19, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(2973), 1, + STATE(4552), 1, sym_user_type, - STATE(6425), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3732), 4, + STATE(4976), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580227,52 +580059,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [109181] = 19, - ACTIONS(115), 1, + [109426] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, - anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(2973), 1, - sym_user_type, STATE(6425), 1, sym_type_modifiers, - STATE(9859), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3292), 4, + STATE(8702), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580280,52 +580112,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [109253] = 19, - ACTIONS(7405), 1, + [109498] = 19, + ACTIONS(115), 1, + sym__alpha_identifier, + ACTIONS(203), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9218), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, ACTIONS(9222), 1, anon_sym_dynamic, - ACTIONS(9268), 1, - sym__alpha_identifier, - ACTIONS(9272), 1, - sym__backtick_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(5713), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(5718), 1, + STATE(4533), 1, + sym_simple_identifier, + STATE(4542), 1, sym__simple_user_type, - STATE(5769), 1, + STATE(4552), 1, sym_user_type, - STATE(6430), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9676), 1, - sym_parenthesized_user_type, - STATE(10064), 1, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5762), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5800), 4, + STATE(4747), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9270), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580333,52 +580165,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [109325] = 19, - ACTIONS(7398), 1, + [109570] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8789), 4, + STATE(8700), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580386,52 +580218,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [109397] = 19, - ACTIONS(7405), 1, + [109642] = 19, + ACTIONS(115), 1, + sym__alpha_identifier, + ACTIONS(203), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9216), 1, - sym__alpha_identifier, - ACTIONS(9218), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, ACTIONS(9222), 1, anon_sym_dynamic, - ACTIONS(9224), 1, - sym__backtick_identifier, - STATE(5685), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(5686), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(6429), 1, - sym_type_modifiers, - STATE(7891), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(8324), 1, + STATE(4552), 1, sym_user_type, - STATE(9645), 1, - sym_parenthesized_user_type, - STATE(10143), 1, + STATE(6432), 1, + sym_type_modifiers, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5762), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8334), 4, + STATE(4973), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9220), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580439,52 +580271,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [109469] = 19, - ACTIONS(115), 1, + [109714] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(2973), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2867), 1, sym_user_type, - STATE(6425), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9504), 1, sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3738), 4, + STATE(3824), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580492,52 +580324,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [109541] = 19, - ACTIONS(557), 1, + [109786] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(4771), 1, sym_user_type, - STATE(6433), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9798), 1, - sym_function_type_parameters, - STATE(9877), 1, + STATE(9838), 1, sym_parenthesized_user_type, + STATE(9839), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3060), 4, + STATE(5461), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580545,52 +580377,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [109613] = 19, - ACTIONS(7405), 1, + [109858] = 19, + ACTIONS(473), 1, + sym__alpha_identifier, + ACTIONS(553), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9216), 1, - sym__alpha_identifier, - ACTIONS(9218), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9222), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - ACTIONS(9224), 1, - sym__backtick_identifier, - STATE(5685), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(5686), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(6429), 1, - sym_type_modifiers, - STATE(7891), 1, - sym__simple_user_type, - STATE(8324), 1, + STATE(2867), 1, sym_user_type, - STATE(9645), 1, - sym_parenthesized_user_type, - STATE(10143), 1, + STATE(6422), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5762), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5810), 4, + STATE(3890), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9220), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580598,52 +580430,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [109685] = 19, - ACTIONS(211), 1, + [109930] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(4534), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(6414), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9487), 1, - sym_function_type_parameters, - STATE(9535), 1, + STATE(9838), 1, sym_parenthesized_user_type, + STATE(9839), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4771), 4, + STATE(5469), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580651,52 +580483,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [109757] = 19, - ACTIONS(7405), 1, + [110002] = 19, + ACTIONS(7), 1, + sym__alpha_identifier, + ACTIONS(111), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9218), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9222), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - ACTIONS(9268), 1, - sym__alpha_identifier, - ACTIONS(9272), 1, - sym__backtick_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(5713), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(5718), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(5769), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(6430), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9676), 1, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(10064), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5762), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5810), 4, + STATE(5445), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9270), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580704,47 +580536,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [109829] = 19, - ACTIONS(211), 1, + [110074] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(4552), 1, sym_user_type, - STATE(6414), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9480), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9643), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4761), 4, + STATE(5061), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -580757,52 +580589,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [109901] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [110146] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9164), 1, + anon_sym_LPAREN, + ACTIONS(9166), 1, + anon_sym_dynamic, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(8138), 1, - sym__simple_user_type, - STATE(8332), 1, + STATE(2867), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6422), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(2879), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(7214), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(3850), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1920), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [110218] = 19, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9182), 1, + anon_sym_LPAREN, + ACTIONS(9184), 1, + anon_sym_dynamic, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, + sym__simple_user_type, + STATE(3374), 1, + sym_user_type, + STATE(6414), 1, + sym_type_modifiers, + STATE(9484), 1, + sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9264), 4, + STATE(3689), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580810,52 +580695,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [109973] = 19, - ACTIONS(7405), 1, + [110290] = 19, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9248), 1, - sym__alpha_identifier, - ACTIONS(9250), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9254), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - ACTIONS(9256), 1, - sym__backtick_identifier, - STATE(5602), 1, - sym__lexical_identifier, - STATE(5617), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(5748), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(5784), 1, + STATE(3374), 1, sym_user_type, - STATE(6449), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9753), 1, - sym_parenthesized_user_type, - STATE(10117), 1, + STATE(9484), 1, sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5785), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5828), 4, + STATE(3640), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9252), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580863,52 +580748,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [110045] = 19, - ACTIONS(7398), 1, + [110362] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8845), 4, + STATE(8769), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580916,52 +580801,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [110117] = 19, - ACTIONS(557), 1, + [110434] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(4542), 1, + sym__simple_user_type, + STATE(4552), 1, sym_user_type, - STATE(6433), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9480), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9643), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3951), 4, + STATE(4824), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -580969,52 +580854,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [110189] = 19, - ACTIONS(557), 1, - sym__alpha_identifier, - ACTIONS(637), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [110506] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9190), 1, + sym__alpha_identifier, + ACTIONS(9192), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9196), 1, anon_sym_dynamic, - STATE(2791), 1, + ACTIONS(9198), 1, + sym__backtick_identifier, + STATE(5600), 1, + sym_simple_identifier, + STATE(5601), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(5749), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, + STATE(5765), 1, sym_user_type, - STATE(6433), 1, + STATE(6426), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9564), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9808), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(5774), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3855), 4, + STATE(5832), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581022,52 +580907,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [110261] = 19, + [110578] = 19, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(2973), 1, + STATE(4552), 1, sym_user_type, - STATE(6425), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3389), 4, + STATE(4987), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581075,52 +580960,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [110333] = 19, - ACTIONS(473), 1, + [110650] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(8778), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [110722] = 19, + ACTIONS(115), 1, + sym__alpha_identifier, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(4533), 1, + sym_simple_identifier, + STATE(4542), 1, + sym__simple_user_type, + STATE(4552), 1, sym_user_type, - STATE(6419), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3613), 4, + STATE(4815), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581128,52 +581066,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [110405] = 19, - ACTIONS(7398), 1, + [110794] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8651), 4, + STATE(8774), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581181,52 +581119,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [110477] = 19, - ACTIONS(557), 1, - sym__alpha_identifier, - ACTIONS(637), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [110866] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9190), 1, + sym__alpha_identifier, + ACTIONS(9192), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9196), 1, anon_sym_dynamic, - STATE(2791), 1, + ACTIONS(9198), 1, + sym__backtick_identifier, + STATE(5600), 1, + sym_simple_identifier, + STATE(5601), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(5749), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, + STATE(5765), 1, sym_user_type, - STATE(6433), 1, + STATE(6426), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9564), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9808), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(5774), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3869), 4, + STATE(5826), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581234,52 +581172,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [110549] = 19, - ACTIONS(473), 1, + [110938] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(4533), 1, + sym_simple_identifier, + STATE(4542), 1, + sym__simple_user_type, + STATE(4552), 1, sym_user_type, - STATE(6419), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3615), 4, + STATE(4965), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581287,52 +581225,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [110621] = 19, - ACTIONS(473), 1, + [111010] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(820), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(856), 1, sym_user_type, - STATE(6419), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3673), 4, + STATE(1003), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581340,52 +581278,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [110693] = 19, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, + [111082] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7161), 3, anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + anon_sym_LBRACE, + sym_label, + ACTIONS(7159), 28, + anon_sym_get, + anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + 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, + [111122] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(6518), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2656), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7390), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1652), 7, + STATE(8927), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581393,52 +581368,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [110765] = 19, - ACTIONS(115), 1, + [111194] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, - anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(2973), 1, - sym_user_type, STATE(6425), 1, sym_type_modifiers, - STATE(9859), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3369), 4, + STATE(8772), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581446,52 +581421,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [110837] = 19, - ACTIONS(387), 1, + [111266] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(823), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(825), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(860), 1, + STATE(4552), 1, sym_user_type, - STATE(6439), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9480), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9643), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1139), 4, + STATE(4991), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581499,52 +581474,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [110909] = 19, - ACTIONS(7398), 1, + [111338] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8684), 4, + STATE(8630), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581552,51 +581527,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [110981] = 19, - ACTIONS(473), 1, + [111410] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - STATE(3294), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(6521), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, + STATE(3328), 1, sym__simple_user_type, + STATE(3374), 1, + sym_user_type, + STATE(6414), 1, + sym_type_modifiers, + STATE(9484), 1, + sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2602), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7384), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(3375), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, + STATE(3644), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, ACTIONS(1652), 7, anon_sym_get, anon_sym_set, @@ -581605,52 +581580,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [111053] = 19, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [111482] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9252), 1, + sym__alpha_identifier, + ACTIONS(9254), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9258), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9260), 1, + sym__backtick_identifier, + STATE(5680), 1, sym__lexical_identifier, - STATE(3392), 1, - sym_user_type, - STATE(6419), 1, + STATE(5683), 1, + sym_simple_identifier, + STATE(6440), 1, sym_type_modifiers, - STATE(9794), 1, + STATE(7900), 1, + sym__simple_user_type, + STATE(8317), 1, + sym_user_type, + STATE(9706), 1, sym_parenthesized_user_type, - STATE(9976), 1, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(5747), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3669), 4, + STATE(8330), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581658,52 +581633,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [111125] = 19, - ACTIONS(557), 1, + [111554] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(4542), 1, + sym__simple_user_type, + STATE(4552), 1, sym_user_type, - STATE(6433), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9480), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9643), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3708), 4, + STATE(5013), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581711,52 +581686,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [111197] = 19, - ACTIONS(473), 1, + [111626] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, - anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(3392), 1, - sym_user_type, - STATE(6419), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(9794), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3616), 4, + STATE(8640), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581764,15 +581739,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [111269] = 3, + [111698] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7181), 3, + ACTIONS(7199), 3, anon_sym_AT, anon_sym_LBRACE, sym_label, - ACTIONS(7179), 28, + ACTIONS(7197), 28, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -581801,52 +581776,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [111309] = 19, + [111738] = 19, ACTIONS(557), 1, sym__alpha_identifier, ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, + STATE(3374), 1, sym_user_type, - STATE(6433), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3706), 4, + STATE(3613), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581854,89 +581829,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [111381] = 3, + [111810] = 19, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9252), 1, + sym__alpha_identifier, + ACTIONS(9254), 1, + anon_sym_LPAREN, + ACTIONS(9258), 1, + anon_sym_dynamic, + ACTIONS(9260), 1, + sym__backtick_identifier, + STATE(5680), 1, + sym__lexical_identifier, + STATE(5683), 1, + sym_simple_identifier, + STATE(6440), 1, + sym_type_modifiers, + STATE(7900), 1, + sym__simple_user_type, + STATE(8317), 1, + sym_user_type, + STATE(9706), 1, + sym_parenthesized_user_type, + STATE(10012), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5165), 3, - anon_sym_AT, - anon_sym_LBRACE, - sym_label, - ACTIONS(5163), 28, + STATE(5747), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(8335), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - 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, - [111421] = 19, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + [111882] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9041), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(6454), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2664), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7373), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1592), 7, + STATE(8645), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581944,52 +581935,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [111493] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [111954] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9182), 1, + anon_sym_LPAREN, + ACTIONS(9184), 1, + anon_sym_dynamic, + STATE(3289), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(3374), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6414), 1, + sym_type_modifiers, + STATE(9484), 1, sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8686), 4, + STATE(3606), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -581997,52 +581988,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [111565] = 19, - ACTIONS(115), 1, + [112026] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, ACTIONS(9186), 1, - anon_sym_LT, + anon_sym_LPAREN, ACTIONS(9188), 1, anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9230), 1, - anon_sym_LPAREN, - STATE(2938), 1, + STATE(2911), 1, + sym__simple_user_type, + STATE(2928), 1, sym_simple_identifier, - STATE(2955), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(6530), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(3029), 1, + sym_user_type, + STATE(6444), 1, sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, + STATE(9476), 1, + sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2661), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7457), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(3019), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1592), 7, + STATE(3393), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582050,52 +582041,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [111637] = 19, - ACTIONS(7), 1, + [112098] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6447), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5182), 4, + STATE(3493), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582103,52 +582094,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [111709] = 19, - ACTIONS(7398), 1, + [112170] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8752), 4, + STATE(8675), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582156,52 +582147,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [111781] = 19, - ACTIONS(473), 1, + [112242] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(820), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(856), 1, sym_user_type, - STATE(6419), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3663), 4, + STATE(998), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582209,52 +582200,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [111853] = 19, - ACTIONS(473), 1, + [112314] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, - anon_sym_LPAREN, ACTIONS(9228), 1, + anon_sym_LPAREN, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(3279), 1, + STATE(4615), 1, + sym__lexical_identifier, + STATE(4661), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3392), 1, + STATE(4771), 1, sym_user_type, - STATE(6419), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9794), 1, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4102), 4, + STATE(5317), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582262,52 +582253,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [111925] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, + [112386] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9190), 1, sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9192), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9196), 1, + anon_sym_dynamic, + ACTIONS(9198), 1, + sym__backtick_identifier, + STATE(5600), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(5601), 1, + sym__lexical_identifier, + STATE(5749), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(5765), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6426), 1, + sym_type_modifiers, + STATE(9564), 1, sym_function_type_parameters, + STATE(9808), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(5774), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8754), 4, + STATE(5837), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582315,52 +582306,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [111997] = 19, - ACTIONS(473), 1, + [112458] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(3279), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(3029), 1, sym_user_type, - STATE(6419), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4104), 4, + STATE(4197), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582368,52 +582359,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [112069] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [112530] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, + ACTIONS(9186), 1, + anon_sym_LPAREN, + ACTIONS(9188), 1, + anon_sym_dynamic, + STATE(2911), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6444), 1, + sym_type_modifiers, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8755), 4, + STATE(4219), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582421,52 +582412,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [112141] = 19, - ACTIONS(473), 1, + [112602] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(3279), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(3029), 1, sym_user_type, - STATE(6419), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3655), 4, + STATE(4207), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582474,52 +582465,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [112213] = 19, - ACTIONS(211), 1, + [112674] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, - anon_sym_dynamic, - STATE(4534), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(8326), 1, sym_user_type, - STATE(6414), 1, - sym_type_modifiers, - STATE(9487), 1, - sym_function_type_parameters, - STATE(9535), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4579), 4, + STATE(9663), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582527,52 +582518,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [112285] = 19, - ACTIONS(7398), 1, + [112746] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8757), 4, + STATE(9664), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582580,52 +582571,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [112357] = 19, - ACTIONS(211), 1, + [112818] = 19, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9210), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(9218), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(9270), 1, + anon_sym_LPAREN, + STATE(2857), 1, + sym__lexical_identifier, + STATE(2924), 1, + sym_simple_identifier, + STATE(6520), 1, + sym_type_parameters, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2249), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7400), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(9214), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [112890] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9252), 1, + sym__alpha_identifier, + ACTIONS(9254), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9258), 1, anon_sym_dynamic, - STATE(4534), 1, + ACTIONS(9260), 1, + sym__backtick_identifier, + STATE(5680), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(6440), 1, + sym_type_modifiers, + STATE(7900), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(8317), 1, sym_user_type, - STATE(6414), 1, - sym_type_modifiers, - STATE(9487), 1, - sym_function_type_parameters, - STATE(9535), 1, + STATE(9706), 1, sym_parenthesized_user_type, + STATE(10012), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(5747), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4576), 4, + STATE(9154), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582633,52 +582677,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [112429] = 19, - ACTIONS(7398), 1, + [112962] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6432), 1, + STATE(6430), 1, sym_type_modifiers, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(8354), 1, + STATE(8343), 1, sym_user_type, - STATE(9549), 1, + STATE(9827), 1, sym_function_type_parameters, - STATE(9550), 1, + STATE(9833), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8296), 4, + STATE(8311), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582686,52 +582730,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [112501] = 19, - ACTIONS(7398), 1, + [113034] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8670), 4, + STATE(8712), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582739,52 +582783,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [112573] = 19, - ACTIONS(473), 1, + [113106] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, - anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(3392), 1, - sym_user_type, - STATE(6419), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(9794), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3643), 4, + STATE(8628), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582792,52 +582836,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [112645] = 19, - ACTIONS(211), 1, + [113178] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, - anon_sym_dynamic, - STATE(4534), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(8326), 1, sym_user_type, - STATE(6414), 1, - sym_type_modifiers, - STATE(9487), 1, - sym_function_type_parameters, - STATE(9535), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4572), 4, + STATE(8706), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582845,52 +582889,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [112717] = 19, - ACTIONS(473), 1, + [113250] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, - anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(3392), 1, - sym_user_type, - STATE(6419), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(9794), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4105), 4, + STATE(8698), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582898,52 +582942,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [112789] = 19, - ACTIONS(211), 1, + [113322] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, - anon_sym_dynamic, - STATE(4534), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(6430), 1, + sym_type_modifiers, + STATE(6584), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(8343), 1, sym_user_type, - STATE(6414), 1, - sym_type_modifiers, - STATE(9487), 1, + STATE(9827), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9833), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4570), 4, + STATE(8300), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -582951,52 +582995,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [112861] = 19, - ACTIONS(115), 1, + [113394] = 19, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9210), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(9218), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9270), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, - anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(2857), 1, sym__lexical_identifier, - STATE(2973), 1, - sym_user_type, - STATE(6425), 1, + STATE(2924), 1, + sym_simple_identifier, + STATE(6499), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, - sym_function_type_parameters, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(2294), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7527), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3282), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1592), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583004,52 +583048,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [112933] = 19, - ACTIONS(7398), 1, + [113466] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6430), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8343), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9827), 1, sym_function_type_parameters, + STATE(9833), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8669), 4, + STATE(8395), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583057,52 +583101,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [113005] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [113538] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9248), 1, + anon_sym_LPAREN, + STATE(818), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6525), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, + STATE(7838), 1, sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(457), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7444), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9566), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583110,52 +583154,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [113077] = 19, - ACTIONS(7398), 1, + [113610] = 19, + ACTIONS(387), 1, + sym__alpha_identifier, + ACTIONS(469), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(9248), 1, + anon_sym_LPAREN, + STATE(818), 1, + sym_simple_identifier, + STATE(823), 1, + sym__lexical_identifier, + STATE(6521), 1, + sym_type_parameters, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(455), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7426), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1664), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [113682] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9228), 1, + anon_sym_LPAREN, + ACTIONS(9230), 1, + anon_sym_dynamic, + STATE(4615), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(9735), 1, + STATE(6441), 1, + sym_type_modifiers, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9567), 4, + STATE(5044), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583163,52 +583260,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [113149] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [113754] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9164), 1, + anon_sym_LPAREN, + ACTIONS(9166), 1, + anon_sym_dynamic, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(8138), 1, - sym__simple_user_type, - STATE(8332), 1, + STATE(2867), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6422), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8588), 4, + STATE(3100), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583216,52 +583313,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [113221] = 19, - ACTIONS(7405), 1, + [113826] = 19, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9218), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9222), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - ACTIONS(9268), 1, - sym__alpha_identifier, - ACTIONS(9272), 1, - sym__backtick_identifier, - STATE(5686), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(5713), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(5718), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(5769), 1, + STATE(3374), 1, sym_user_type, - STATE(6430), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9676), 1, - sym_parenthesized_user_type, - STATE(10064), 1, + STATE(9484), 1, sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5762), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5819), 4, + STATE(3995), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9270), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583269,48 +583366,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [113293] = 19, + [113898] = 19, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9248), 1, anon_sym_LPAREN, - STATE(812), 1, + STATE(818), 1, sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(6526), 1, + STATE(6519), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(607), 2, + STATE(604), 2, sym_variable_declaration, sym_multi_variable_declaration, STATE(7472), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1664), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [113970] = 19, + ACTIONS(387), 1, + sym__alpha_identifier, + ACTIONS(469), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9248), 1, + anon_sym_LPAREN, + STATE(818), 1, + sym_simple_identifier, + STATE(823), 1, + sym__lexical_identifier, + STATE(6516), 1, + sym_type_parameters, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(597), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7467), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, @@ -583322,52 +583472,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [113365] = 19, - ACTIONS(7398), 1, + [114042] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6432), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(6590), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8354), 1, + STATE(8326), 1, sym_user_type, - STATE(9549), 1, - sym_function_type_parameters, - STATE(9550), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8318), 4, + STATE(9569), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583375,47 +583525,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [113437] = 19, - ACTIONS(7), 1, + [114114] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(2867), 1, sym_user_type, - STATE(6447), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9504), 1, sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5224), 4, + STATE(3084), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -583428,52 +583578,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [113509] = 19, - ACTIONS(473), 1, + [114186] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, - anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(3392), 1, - sym_user_type, - STATE(6419), 1, + STATE(2955), 1, + sym_simple_identifier, + STATE(6512), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, - sym_function_type_parameters, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(2615), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7525), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3740), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1652), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583481,52 +583631,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [113581] = 19, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9232), 1, + [114258] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(9234), 1, - anon_sym_LPAREN, - ACTIONS(9238), 1, - anon_sym_dynamic, - ACTIONS(9240), 1, + ACTIONS(341), 1, sym__backtick_identifier, - STATE(4544), 1, - sym_simple_identifier, - STATE(4545), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(4548), 1, - sym__simple_user_type, - STATE(4665), 1, - sym_user_type, - STATE(6440), 1, + STATE(2955), 1, + sym_simple_identifier, + STATE(6510), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9741), 1, - sym_function_type_parameters, - STATE(9901), 1, - sym_parenthesized_user_type, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4663), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(2606), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7531), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5422), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(9236), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583534,52 +583684,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [113653] = 19, - ACTIONS(211), 1, + [114330] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, - anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(4534), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9268), 1, + anon_sym_LPAREN, + STATE(3327), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(3352), 1, sym_simple_identifier, - STATE(4540), 1, - sym__simple_user_type, - STATE(4578), 1, - sym_user_type, - STATE(6414), 1, + STATE(6505), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9487), 1, - sym_function_type_parameters, - STATE(9535), 1, - sym_parenthesized_user_type, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(2666), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7360), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4571), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1842), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583587,15 +583737,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [113725] = 3, + [114402] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5181), 3, + ACTIONS(7149), 3, anon_sym_AT, anon_sym_LBRACE, sym_label, - ACTIONS(5179), 28, + ACTIONS(7147), 28, anon_sym_get, anon_sym_set, anon_sym_suspend, @@ -583624,52 +583774,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [113765] = 19, - ACTIONS(115), 1, + [114442] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, - anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9268), 1, + anon_sym_LPAREN, + STATE(3327), 1, sym__lexical_identifier, - STATE(2973), 1, - sym_user_type, - STATE(6425), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(6503), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, - sym_function_type_parameters, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(2678), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7383), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3180), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1592), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583677,52 +583827,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [113837] = 19, - ACTIONS(7398), 1, + [114514] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8691), 4, + STATE(8840), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583730,52 +583880,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [113909] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, + [114586] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9254), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - STATE(6224), 1, + ACTIONS(9258), 1, + anon_sym_dynamic, + ACTIONS(9260), 1, + sym__backtick_identifier, + STATE(5680), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(6440), 1, + sym_type_modifiers, + STATE(7900), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8317), 1, sym_user_type, - STATE(9735), 1, + STATE(9706), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(5747), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8744), 4, + STATE(5802), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583783,52 +583933,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [113981] = 19, - ACTIONS(115), 1, + [114658] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, - anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(2899), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9248), 1, + anon_sym_LPAREN, + STATE(818), 1, sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(2973), 1, - sym_user_type, - STATE(6425), 1, + STATE(6502), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, - sym_function_type_parameters, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(616), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7469), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3191), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1592), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583836,52 +583986,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [114053] = 19, + [114730] = 19, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(2973), 1, + STATE(4552), 1, sym_user_type, - STATE(6425), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3214), 4, + STATE(5152), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583889,105 +584039,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [114125] = 19, - ACTIONS(387), 1, + [114802] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9246), 1, - anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, - sym__lexical_identifier, - STATE(6523), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(616), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7505), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1664), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [114197] = 19, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9248), 1, - sym__alpha_identifier, - ACTIONS(9250), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9254), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - ACTIONS(9256), 1, - sym__backtick_identifier, - STATE(5602), 1, - sym__lexical_identifier, - STATE(5617), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(5748), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(5784), 1, + STATE(3374), 1, sym_user_type, - STATE(6449), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9753), 1, - sym_parenthesized_user_type, - STATE(10117), 1, + STATE(9484), 1, sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5785), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5824), 4, + STATE(3994), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9252), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -583995,52 +584092,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [114269] = 19, - ACTIONS(7398), 1, + [114874] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9738), 4, + STATE(10002), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584048,52 +584145,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [114341] = 19, - ACTIONS(473), 1, + [114946] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(6507), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, + STATE(4661), 1, sym__simple_user_type, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, + sym_user_type, + STATE(6441), 1, + sym_type_modifiers, + STATE(9838), 1, + sym_parenthesized_user_type, + STATE(9839), 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(7598), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(4772), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1652), 7, + STATE(5169), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584101,142 +584198,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [114413] = 19, - ACTIONS(7398), 1, + [115018] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8668), 4, + STATE(9135), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [114485] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7145), 3, - anon_sym_AT, - anon_sym_LBRACE, - sym_label, - ACTIONS(7143), 28, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - 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, - [114525] = 19, - ACTIONS(473), 1, + [115090] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, - anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9248), 1, + anon_sym_LPAREN, + STATE(818), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3392), 1, - sym_user_type, - STATE(6419), 1, + STATE(6446), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, - sym_function_type_parameters, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(605), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7368), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4109), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1652), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584244,52 +584304,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [114597] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [115162] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9182), 1, + anon_sym_LPAREN, + ACTIONS(9184), 1, + anon_sym_dynamic, + STATE(3289), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(3374), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6414), 1, + sym_type_modifiers, + STATE(9484), 1, sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9821), 4, + STATE(4193), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584297,52 +584357,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [114669] = 19, - ACTIONS(7398), 1, + [115234] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8666), 4, + STATE(8724), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584350,52 +584410,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [114741] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, + [115306] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9254), 1, + anon_sym_LPAREN, + ACTIONS(9258), 1, + anon_sym_dynamic, + ACTIONS(9262), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9266), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(5698), 1, + sym__lexical_identifier, + STATE(5711), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(5763), 1, sym_user_type, - STATE(9735), 1, + STATE(6438), 1, + sym_type_modifiers, + STATE(9739), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9955), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(5747), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9994), 4, + STATE(5830), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584403,52 +584463,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [114813] = 19, - ACTIONS(7398), 1, + [115378] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8694), 4, + STATE(8776), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584456,105 +584516,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [114885] = 19, - ACTIONS(473), 1, + [115450] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(3279), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(3029), 1, sym_user_type, - STATE(6419), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9476), 1, sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(3393), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7213), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(4117), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1652), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [114957] = 19, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9200), 1, - anon_sym_LPAREN, - ACTIONS(9202), 1, - anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(2973), 1, - sym_user_type, - STATE(6425), 1, - sym_type_modifiers, - STATE(9859), 1, + STATE(9876), 1, sym_parenthesized_user_type, - STATE(9863), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3285), 4, + STATE(3279), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584562,52 +584569,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [115029] = 19, - ACTIONS(7398), 1, + [115522] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9625), 4, + STATE(8720), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584615,52 +584622,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [115101] = 19, - ACTIONS(7405), 1, + [115594] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9216), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9218), 1, - anon_sym_LPAREN, - ACTIONS(9222), 1, - anon_sym_dynamic, - ACTIONS(9224), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(5685), 1, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(6429), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7891), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, - STATE(8324), 1, + STATE(8326), 1, sym_user_type, - STATE(9645), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(10143), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5762), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9432), 4, + STATE(9491), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9220), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584668,52 +584675,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [115173] = 19, - ACTIONS(7398), 1, + [115666] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8675), 4, + STATE(8718), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584721,100 +584728,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [115245] = 19, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + [115738] = 4, + ACTIONS(9272), 1, anon_sym_AT, - ACTIONS(9232), 1, - sym__alpha_identifier, - ACTIONS(9234), 1, - anon_sym_LPAREN, - ACTIONS(9238), 1, - anon_sym_dynamic, - ACTIONS(9240), 1, - sym__backtick_identifier, - STATE(4544), 1, - sym_simple_identifier, - STATE(4545), 1, - sym__lexical_identifier, - STATE(4548), 1, - sym__simple_user_type, - STATE(4665), 1, - sym_user_type, - STATE(6440), 1, - sym_type_modifiers, - STATE(9741), 1, - sym_function_type_parameters, - STATE(9901), 1, - sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4663), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7213), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(4720), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(9236), 7, + ACTIONS(9275), 2, + anon_sym_LBRACE, + sym_label, + ACTIONS(2082), 28, anon_sym_get, anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, + 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, - [115317] = 19, - ACTIONS(211), 1, + [115780] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(4552), 1, sym_user_type, - STATE(6414), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9480), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9643), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4976), 4, + STATE(4754), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -584827,52 +584819,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [115389] = 19, - ACTIONS(473), 1, + [115852] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(3279), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(3029), 1, sym_user_type, - STATE(6419), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3425), 4, + STATE(3283), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584880,52 +584872,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [115461] = 19, - ACTIONS(7398), 1, + [115924] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8756), 4, + STATE(8715), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -584933,47 +584925,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [115533] = 19, - ACTIONS(473), 1, + [115996] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(3374), 1, sym_user_type, - STATE(6419), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9484), 1, sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3427), 4, + STATE(3993), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -584986,52 +584978,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [115605] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, + [116068] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9254), 1, + anon_sym_LPAREN, + ACTIONS(9258), 1, + anon_sym_dynamic, + ACTIONS(9262), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9266), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(5698), 1, + sym__lexical_identifier, + STATE(5711), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(5763), 1, sym_user_type, - STATE(9735), 1, + STATE(6438), 1, + sym_type_modifiers, + STATE(9739), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9955), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(5747), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8734), 4, + STATE(5795), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585039,89 +585031,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [115677] = 3, + [116140] = 19, + ACTIONS(115), 1, + sym__alpha_identifier, + ACTIONS(203), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9220), 1, + anon_sym_LPAREN, + ACTIONS(9222), 1, + anon_sym_dynamic, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, + sym_simple_identifier, + STATE(4542), 1, + sym__simple_user_type, + STATE(4552), 1, + sym_user_type, + STATE(6432), 1, + sym_type_modifiers, + STATE(9480), 1, + sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5185), 3, - anon_sym_AT, - anon_sym_LBRACE, - sym_label, - ACTIONS(5183), 28, + STATE(4576), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(4718), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - 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, - [115717] = 19, - ACTIONS(473), 1, + [116212] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(4533), 1, + sym_simple_identifier, + STATE(4542), 1, + sym__simple_user_type, + STATE(4552), 1, sym_user_type, - STATE(6419), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3870), 4, + STATE(4720), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585129,52 +585137,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [115789] = 19, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, + [116284] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9252), 1, + sym__alpha_identifier, + ACTIONS(9254), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + ACTIONS(9258), 1, + anon_sym_dynamic, + ACTIONS(9260), 1, + sym__backtick_identifier, + STATE(5680), 1, sym__lexical_identifier, - STATE(6498), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(5683), 1, + sym_simple_identifier, + STATE(6440), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7900), 1, sym__simple_user_type, + STATE(8317), 1, + sym_user_type, + STATE(9706), 1, + sym_parenthesized_user_type, + STATE(10012), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(444), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7488), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(5747), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1664), 7, + STATE(8338), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585182,52 +585190,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [115861] = 19, + [116356] = 19, ACTIONS(557), 1, sym__alpha_identifier, ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, + STATE(3374), 1, sym_user_type, - STATE(6433), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3086), 4, + STATE(3758), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585235,52 +585243,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [115933] = 19, - ACTIONS(115), 1, + [116428] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(2973), 1, + STATE(4661), 1, + sym__simple_user_type, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(6425), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9859), 1, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3727), 4, + STATE(5244), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585288,89 +585296,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [116005] = 3, + [116500] = 19, + ACTIONS(387), 1, + sym__alpha_identifier, + ACTIONS(469), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9248), 1, + anon_sym_LPAREN, + STATE(818), 1, + sym_simple_identifier, + STATE(823), 1, + sym__lexical_identifier, + STATE(6473), 1, + sym_type_parameters, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4179), 14, - anon_sym_by, - anon_sym_where, + STATE(448), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7370), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, - anon_sym_in, - anon_sym_while, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - ACTIONS(4181), 17, - anon_sym_AT, - 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, - anon_sym_AMP, - sym__quest, - anon_sym_DASH_GT, - sym__backtick_identifier, - [116045] = 19, - ACTIONS(7398), 1, + [116572] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8712), 4, + STATE(8739), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585378,52 +585402,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [116117] = 19, - ACTIONS(7405), 1, + [116644] = 19, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9232), 1, - sym__alpha_identifier, - ACTIONS(9234), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9238), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - ACTIONS(9240), 1, - sym__backtick_identifier, - STATE(4544), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4545), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(4548), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(4665), 1, + STATE(3374), 1, sym_user_type, - STATE(6440), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9741), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9901), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4663), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5377), 4, + STATE(4154), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9236), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585431,52 +585455,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [116189] = 19, - ACTIONS(115), 1, + [116716] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, - anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(2973), 1, - sym_user_type, STATE(6425), 1, sym_type_modifiers, - STATE(9859), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3729), 4, + STATE(8760), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585484,52 +585508,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [116261] = 19, - ACTIONS(557), 1, + [116788] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6433), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9476), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9876), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(2994), 4, + STATE(3886), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585537,52 +585561,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [116333] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [116860] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9248), 1, + anon_sym_LPAREN, + STATE(818), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6482), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, + STATE(7838), 1, sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(456), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7418), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8759), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585590,47 +585614,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [116405] = 19, + [116932] = 19, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9226), 1, anon_sym_dynamic, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(860), 1, + STATE(856), 1, sym_user_type, STATE(6439), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9592), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(1177), 4, + STATE(990), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -585643,52 +585667,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [116477] = 19, - ACTIONS(7405), 1, + [117004] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9248), 1, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(9250), 1, - anon_sym_LPAREN, ACTIONS(9254), 1, + anon_sym_LPAREN, + ACTIONS(9258), 1, anon_sym_dynamic, - ACTIONS(9256), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - STATE(5602), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(5617), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(5748), 1, + STATE(6440), 1, + sym_type_modifiers, + STATE(7900), 1, sym__simple_user_type, - STATE(5784), 1, + STATE(8317), 1, sym_user_type, - STATE(6449), 1, - sym_type_modifiers, - STATE(9753), 1, + STATE(9706), 1, sym_parenthesized_user_type, - STATE(10117), 1, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5785), 2, + STATE(5747), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5834), 4, + STATE(5778), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9252), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585696,52 +585720,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [116549] = 19, - ACTIONS(115), 1, + [117076] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(2899), 1, + STATE(820), 1, sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(2973), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(856), 1, sym_user_type, - STATE(6425), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3734), 4, + STATE(1339), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585749,52 +585773,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [116621] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [117148] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9224), 1, + anon_sym_LPAREN, + ACTIONS(9226), 1, + anon_sym_dynamic, + STATE(820), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(856), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6439), 1, + sym_type_modifiers, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8788), 4, + STATE(1373), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585802,52 +585826,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [116693] = 19, - ACTIONS(211), 1, + [117220] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, - anon_sym_dynamic, - STATE(4534), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(8326), 1, sym_user_type, - STATE(6414), 1, - sym_type_modifiers, - STATE(9487), 1, - sym_function_type_parameters, - STATE(9535), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4849), 4, + STATE(8737), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585855,52 +585879,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [116765] = 19, - ACTIONS(211), 1, + [117292] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(820), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(856), 1, sym_user_type, - STATE(6414), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9592), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4850), 4, + STATE(1337), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -585908,195 +585932,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [116837] = 19, - ACTIONS(211), 1, + [117364] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(3374), 1, sym_user_type, STATE(6414), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4858), 4, + STATE(3836), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [116909] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4004), 14, - anon_sym_by, - anon_sym_where, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, - anon_sym_in, - anon_sym_while, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, + [117436] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(4009), 17, - anon_sym_AT, - 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, - anon_sym_AMP, - sym__quest, - anon_sym_DASH_GT, - sym__backtick_identifier, - [116949] = 19, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(6467), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2410), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7456), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1652), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [117021] = 19, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9216), 1, - sym__alpha_identifier, - ACTIONS(9218), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, ACTIONS(9222), 1, anon_sym_dynamic, - ACTIONS(9224), 1, - sym__backtick_identifier, - STATE(5685), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(5686), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(6429), 1, - sym_type_modifiers, - STATE(7891), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(8324), 1, + STATE(4552), 1, sym_user_type, - STATE(9645), 1, - sym_parenthesized_user_type, - STATE(10143), 1, + STATE(6432), 1, + sym_type_modifiers, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5762), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5800), 4, + STATE(4812), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9220), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586104,52 +586038,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [117093] = 19, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + [117508] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9192), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9194), 1, - anon_sym_LPAREN, - ACTIONS(9198), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(5687), 1, - sym_simple_identifier, - STATE(5694), 1, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(6501), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5431), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7415), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(9196), 7, + STATE(8738), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586157,89 +586091,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [117165] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7173), 3, - anon_sym_AT, - anon_sym_LBRACE, - sym_label, - ACTIONS(7171), 28, - anon_sym_get, - anon_sym_set, + [117580] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - 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, - [117205] = 19, - ACTIONS(7), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, - anon_sym_dynamic, - STATE(4612), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, sym_user_type, - STATE(6447), 1, - sym_type_modifiers, - STATE(9845), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5184), 4, + STATE(8767), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586247,52 +586144,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [117277] = 19, - ACTIONS(211), 1, + [117652] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(820), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(856), 1, sym_user_type, - STATE(6414), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9592), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4762), 4, + STATE(1168), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586300,52 +586197,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [117349] = 19, - ACTIONS(473), 1, + [117724] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, - anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(3392), 1, - sym_user_type, - STATE(6419), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(9794), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3431), 4, + STATE(8747), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586353,52 +586250,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [117421] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [117796] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9224), 1, + anon_sym_LPAREN, + ACTIONS(9226), 1, + anon_sym_dynamic, + STATE(820), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(856), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6439), 1, + sym_type_modifiers, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8760), 4, + STATE(1320), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586406,52 +586303,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [117493] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [117868] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9182), 1, + anon_sym_LPAREN, + ACTIONS(9184), 1, + anon_sym_dynamic, + STATE(3289), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(3374), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6414), 1, + sym_type_modifiers, + STATE(9484), 1, sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8731), 4, + STATE(3788), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586459,52 +586356,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [117565] = 19, - ACTIONS(473), 1, + [117940] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, - anon_sym_LPAREN, ACTIONS(9228), 1, + anon_sym_LPAREN, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(3279), 1, + STATE(4615), 1, + sym__lexical_identifier, + STATE(4661), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3392), 1, + STATE(4771), 1, sym_user_type, - STATE(6419), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9794), 1, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3432), 4, + STATE(4901), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586512,52 +586409,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [117637] = 19, - ACTIONS(473), 1, + [118012] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, - anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(3392), 1, - sym_user_type, - STATE(6419), 1, + STATE(2955), 1, + sym_simple_identifier, + STATE(6461), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, - sym_function_type_parameters, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(1768), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7593), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4189), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1652), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586565,52 +586462,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [117709] = 19, - ACTIONS(557), 1, + [118084] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(825), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, + STATE(856), 1, sym_user_type, - STATE(6433), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9592), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3604), 4, + STATE(1130), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586618,52 +586515,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [117781] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [118156] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, + ACTIONS(9186), 1, + anon_sym_LPAREN, + ACTIONS(9188), 1, + anon_sym_dynamic, + STATE(2911), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6444), 1, + sym_type_modifiers, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8318), 4, + STATE(3887), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586671,52 +586568,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [117853] = 19, - ACTIONS(7398), 1, + [118228] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8697), 4, + STATE(8709), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586724,104 +586621,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [117925] = 19, - ACTIONS(473), 1, + [118300] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(820), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(856), 1, sym_user_type, - STATE(6419), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3455), 4, + STATE(1312), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [117997] = 19, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9246), 1, - anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, - sym__lexical_identifier, - STATE(6492), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(443), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7483), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, ACTIONS(1664), 7, anon_sym_get, anon_sym_set, @@ -586830,52 +586674,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [118069] = 19, - ACTIONS(557), 1, + [118372] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(4771), 1, sym_user_type, - STATE(6433), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9798), 1, - sym_function_type_parameters, - STATE(9877), 1, + STATE(9838), 1, sym_parenthesized_user_type, + STATE(9839), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(2962), 4, + STATE(5129), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586883,52 +586727,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [118141] = 19, - ACTIONS(115), 1, + [118444] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, - anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(2973), 1, - sym_user_type, STATE(6425), 1, sym_type_modifiers, - STATE(9859), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3911), 4, + STATE(9882), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586936,52 +586780,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [118213] = 19, - ACTIONS(115), 1, + [118516] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, sym__lexical_identifier, - STATE(2973), 1, + STATE(3029), 1, sym_user_type, - STATE(6425), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3918), 4, + STATE(3896), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -586989,52 +586833,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [118285] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [118588] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9182), 1, + anon_sym_LPAREN, + ACTIONS(9184), 1, + anon_sym_dynamic, + STATE(3289), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(3374), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6414), 1, + sym_type_modifiers, + STATE(9484), 1, sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8636), 4, + STATE(4162), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587042,52 +586886,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [118357] = 19, - ACTIONS(7405), 1, + [118660] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9216), 1, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(9218), 1, + ACTIONS(9254), 1, anon_sym_LPAREN, - ACTIONS(9222), 1, + ACTIONS(9258), 1, anon_sym_dynamic, - ACTIONS(9224), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - STATE(5685), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(5686), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(6429), 1, + STATE(6440), 1, sym_type_modifiers, - STATE(7891), 1, + STATE(7900), 1, sym__simple_user_type, - STATE(8324), 1, + STATE(8317), 1, sym_user_type, - STATE(9645), 1, + STATE(9706), 1, sym_parenthesized_user_type, - STATE(10143), 1, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5762), 2, + STATE(5747), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9294), 4, + STATE(8342), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9220), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587095,52 +586939,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [118429] = 19, + [118732] = 19, ACTIONS(557), 1, sym__alpha_identifier, ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, + STATE(3374), 1, sym_user_type, - STATE(6433), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3057), 4, + STATE(3610), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587148,52 +586992,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [118501] = 19, - ACTIONS(115), 1, + [118804] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(2899), 1, + STATE(820), 1, sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(2973), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(856), 1, sym_user_type, - STATE(6425), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3980), 4, + STATE(1057), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587201,142 +587045,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [118573] = 19, + [118876] = 19, ACTIONS(557), 1, sym__alpha_identifier, ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, + STATE(3374), 1, sym_user_type, - STATE(6433), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(2956), 4, + STATE(3611), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [118645] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5161), 3, - anon_sym_AT, - anon_sym_LBRACE, - sym_label, - ACTIONS(5159), 28, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - 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, - [118685] = 19, - ACTIONS(557), 1, + [118948] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(4542), 1, + sym__simple_user_type, + STATE(4552), 1, sym_user_type, - STATE(6433), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9480), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9643), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(2957), 4, + STATE(5311), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587344,52 +587151,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [118757] = 19, - ACTIONS(211), 1, + [119020] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(3374), 1, sym_user_type, STATE(6414), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5350), 4, + STATE(3612), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587397,89 +587204,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [118829] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7189), 3, - anon_sym_AT, - anon_sym_LBRACE, - sym_label, - ACTIONS(7187), 28, - anon_sym_get, - anon_sym_set, + [119092] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - 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, - [118869] = 19, - ACTIONS(7), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, - anon_sym_dynamic, - STATE(4612), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, sym_user_type, - STATE(6447), 1, - sym_type_modifiers, - STATE(9845), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5100), 4, + STATE(8745), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587487,52 +587257,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [118941] = 19, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9258), 1, + [119164] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(9266), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9283), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9220), 1, anon_sym_LPAREN, - STATE(2853), 1, + ACTIONS(9222), 1, + anon_sym_dynamic, + STATE(4529), 1, sym__lexical_identifier, - STATE(2926), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(6460), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, + STATE(4542), 1, sym__simple_user_type, + STATE(4552), 1, + sym_user_type, + STATE(6432), 1, + sym_type_modifiers, + STATE(9480), 1, + sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2269), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7595), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(4576), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(9262), 7, + STATE(4564), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587540,52 +587310,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [119013] = 19, + [119236] = 19, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(2973), 1, + STATE(4552), 1, sym_user_type, - STATE(6425), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3050), 4, + STATE(5339), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587593,47 +587363,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [119085] = 19, - ACTIONS(211), 1, + [119308] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(4552), 1, sym_user_type, - STATE(6414), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9480), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9643), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5319), 4, + STATE(4567), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -587646,52 +587416,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [119157] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [119380] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9220), 1, + anon_sym_LPAREN, + ACTIONS(9222), 1, + anon_sym_dynamic, + STATE(4529), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(4552), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6432), 1, + sym_type_modifiers, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8726), 4, + STATE(4568), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587699,52 +587469,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [119229] = 19, + [119452] = 19, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9220), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + ACTIONS(9222), 1, + anon_sym_dynamic, + STATE(4529), 1, sym__lexical_identifier, - STATE(6491), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, + STATE(4533), 1, + sym_simple_identifier, + STATE(4542), 1, sym__simple_user_type, + STATE(4552), 1, + sym_user_type, + STATE(6432), 1, + sym_type_modifiers, + STATE(9480), 1, + sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2615), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7498), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(4576), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1592), 7, + STATE(5410), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587752,52 +587522,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [119301] = 19, + [119524] = 19, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(2973), 1, + STATE(4552), 1, sym_user_type, - STATE(6425), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3045), 4, + STATE(4570), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587805,52 +587575,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [119373] = 19, + [119596] = 19, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(2973), 1, + STATE(4552), 1, sym_user_type, - STATE(6425), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3360), 4, + STATE(4572), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587858,52 +587628,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [119445] = 19, - ACTIONS(211), 1, + [119668] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6414), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9476), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9876), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5320), 4, + STATE(3157), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587911,52 +587681,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [119517] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [119740] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, + ACTIONS(9186), 1, + anon_sym_LPAREN, + ACTIONS(9188), 1, + anon_sym_dynamic, + STATE(2911), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6444), 1, + sym_type_modifiers, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8728), 4, + STATE(3123), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -587964,52 +587734,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [119589] = 19, - ACTIONS(557), 1, + [119812] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6433), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9476), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9876), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(2951), 4, + STATE(3119), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588017,47 +587787,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [119661] = 19, - ACTIONS(211), 1, + [119884] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(4552), 1, sym_user_type, - STATE(6414), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9480), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9643), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5322), 4, + STATE(5371), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -588070,52 +587840,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [119733] = 19, - ACTIONS(7398), 1, + [119956] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8729), 4, + STATE(9517), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588123,52 +587893,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [119805] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [120028] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9182), 1, + anon_sym_LPAREN, + ACTIONS(9184), 1, + anon_sym_dynamic, + STATE(3289), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(3374), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6414), 1, + sym_type_modifiers, + STATE(9484), 1, sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9602), 4, + STATE(3570), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588176,52 +587946,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [119877] = 19, - ACTIONS(7398), 1, + [120100] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8792), 4, + STATE(8627), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588229,89 +587999,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [119949] = 3, + [120172] = 19, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9182), 1, + anon_sym_LPAREN, + ACTIONS(9184), 1, + anon_sym_dynamic, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, + sym__simple_user_type, + STATE(3374), 1, + sym_user_type, + STATE(6414), 1, + sym_type_modifiers, + STATE(9484), 1, + sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5189), 3, - anon_sym_AT, - anon_sym_LBRACE, - sym_label, - ACTIONS(5187), 28, + STATE(3375), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(3554), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - 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, - [119989] = 19, - ACTIONS(115), 1, + [120244] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, - anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(2973), 1, - sym_user_type, STATE(6425), 1, sym_type_modifiers, - STATE(9859), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3044), 4, + STATE(8701), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588319,52 +588105,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [120061] = 19, - ACTIONS(557), 1, + [120316] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(825), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, + STATE(856), 1, sym_user_type, - STATE(6433), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9592), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(2949), 4, + STATE(1150), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588372,52 +588158,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [120133] = 19, - ACTIONS(211), 1, + [120388] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(3374), 1, sym_user_type, STATE(6414), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4863), 4, + STATE(4170), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588425,52 +588211,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [120205] = 19, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + [120460] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9041), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(6476), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(597), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7491), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1664), 7, + STATE(8680), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588478,52 +588264,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [120277] = 19, - ACTIONS(7405), 1, + [120532] = 19, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9232), 1, - sym__alpha_identifier, - ACTIONS(9234), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9238), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - ACTIONS(9240), 1, - sym__backtick_identifier, - STATE(4544), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4545), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(4548), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(4665), 1, + STATE(3374), 1, sym_user_type, - STATE(6440), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9741), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9901), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4663), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5337), 4, + STATE(3552), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9236), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588531,47 +588317,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [120349] = 19, - ACTIONS(211), 1, + [120604] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(4552), 1, sym_user_type, - STATE(6414), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9480), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9643), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5325), 4, + STATE(5314), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -588584,52 +588370,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [120421] = 19, - ACTIONS(557), 1, + [120676] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, - anon_sym_dynamic, - STATE(2791), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, sym_user_type, - STATE(6433), 1, - sym_type_modifiers, - STATE(9798), 1, - sym_function_type_parameters, - STATE(9877), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(2824), 4, + STATE(8699), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [120748] = 19, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, + sym__lexical_identifier, + STATE(2955), 1, + sym_simple_identifier, + STATE(6475), 1, + sym_type_parameters, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2610), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7513), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588637,52 +588476,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [120493] = 19, + [120820] = 19, ACTIONS(557), 1, sym__alpha_identifier, ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, + STATE(3374), 1, sym_user_type, - STATE(6433), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3271), 4, + STATE(3546), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588690,52 +588529,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [120565] = 19, - ACTIONS(7), 1, + [120892] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(4612), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(4815), 1, + STATE(3374), 1, sym_user_type, - STATE(6447), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9484), 1, sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4948), 4, + STATE(3526), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588743,52 +588582,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [120637] = 19, - ACTIONS(211), 1, + [120964] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(4534), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(4540), 1, - sym__simple_user_type, - STATE(4578), 1, + STATE(2867), 1, sym_user_type, - STATE(6414), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9504), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4866), 4, + STATE(2907), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588796,47 +588635,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [120709] = 19, - ACTIONS(473), 1, + [121036] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(3374), 1, sym_user_type, - STATE(6419), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9484), 1, sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3987), 4, + STATE(4171), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -588849,52 +588688,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [120781] = 19, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9285), 1, + [121108] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(9287), 1, - anon_sym_LPAREN, - ACTIONS(9291), 1, + ACTIONS(553), 1, sym__backtick_identifier, - STATE(5682), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9164), 1, + anon_sym_LPAREN, + ACTIONS(9166), 1, + anon_sym_dynamic, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(5690), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(6505), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(2867), 1, + sym_user_type, + STATE(6422), 1, sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, + STATE(9504), 1, + sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5513), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7538), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(2879), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(9289), 7, + STATE(2902), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588902,52 +588741,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [120853] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [121180] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9164), 1, + anon_sym_LPAREN, + ACTIONS(9166), 1, + anon_sym_dynamic, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(6432), 1, - sym_type_modifiers, - STATE(6590), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(8125), 1, - sym__simple_user_type, - STATE(8354), 1, + STATE(2867), 1, sym_user_type, - STATE(9549), 1, + STATE(6422), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, - STATE(9550), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8369), 4, + STATE(3106), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -588955,52 +588794,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [120925] = 19, - ACTIONS(557), 1, + [121252] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(2867), 1, sym_user_type, - STATE(6433), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9504), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3257), 4, + STATE(2897), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589008,52 +588847,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [120997] = 19, - ACTIONS(211), 1, + [121324] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6414), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9476), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9876), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5117), 4, + STATE(3046), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589061,52 +588900,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [121069] = 19, - ACTIONS(7398), 1, + [121396] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8642), 4, + STATE(8735), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589114,52 +588953,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [121141] = 19, - ACTIONS(115), 1, + [121468] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, - anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(2973), 1, - sym_user_type, - STATE(6425), 1, + STATE(2955), 1, + sym_simple_identifier, + STATE(6452), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, - sym_function_type_parameters, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(2617), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7526), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3038), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1592), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589167,52 +589006,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [121213] = 19, - ACTIONS(115), 1, + [121540] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, sym__lexical_identifier, - STATE(2973), 1, + STATE(3029), 1, sym_user_type, - STATE(6425), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3054), 4, + STATE(3037), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589220,52 +589059,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [121285] = 19, - ACTIONS(211), 1, + [121612] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6414), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9476), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9876), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5206), 4, + STATE(3334), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589273,105 +589112,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [121357] = 19, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + [121684] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9230), 1, - anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, - sym__lexical_identifier, - STATE(6474), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2169), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7594), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1592), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [121429] = 19, - ACTIONS(473), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, - anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(3392), 1, - sym_user_type, - STATE(6419), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(9794), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4165), 4, + STATE(8732), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589379,52 +589165,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [121501] = 19, + [121756] = 19, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(3279), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3392), 1, + STATE(2867), 1, sym_user_type, - STATE(6419), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9504), 1, sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4169), 4, + STATE(2938), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589432,52 +589218,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [121573] = 19, - ACTIONS(7405), 1, + [121828] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9232), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9234), 1, - anon_sym_LPAREN, - ACTIONS(9238), 1, - anon_sym_dynamic, - ACTIONS(9240), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(4544), 1, - sym_simple_identifier, - STATE(4545), 1, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4548), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, - STATE(4665), 1, + STATE(8326), 1, sym_user_type, - STATE(6440), 1, - sym_type_modifiers, - STATE(9741), 1, - sym_function_type_parameters, - STATE(9901), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4663), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4925), 4, + STATE(8728), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9236), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589485,52 +589271,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [121645] = 19, + [121900] = 19, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(3279), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2867), 1, sym_user_type, - STATE(6419), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9504), 1, sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4173), 4, + STATE(2965), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589538,52 +589324,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [121717] = 19, - ACTIONS(211), 1, + [121972] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6414), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9476), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9876), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5059), 4, + STATE(3034), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589591,52 +589377,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [121789] = 19, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + [122044] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9041), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(6470), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2173), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7600), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1592), 7, + STATE(8664), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589644,52 +589430,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [121861] = 19, - ACTIONS(7405), 1, + [122116] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9216), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9218), 1, - anon_sym_LPAREN, - ACTIONS(9222), 1, - anon_sym_dynamic, - ACTIONS(9224), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(5685), 1, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(6429), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7891), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, - STATE(8324), 1, + STATE(8326), 1, sym_user_type, - STATE(9645), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(10143), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5762), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9359), 4, + STATE(8726), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9220), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589697,52 +589483,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [121933] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [122188] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, + ACTIONS(9186), 1, + anon_sym_LPAREN, + ACTIONS(9188), 1, + anon_sym_dynamic, + STATE(2911), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6444), 1, + sym_type_modifiers, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9578), 4, + STATE(3032), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589750,52 +589536,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [122005] = 19, - ACTIONS(7405), 1, + [122260] = 19, + ACTIONS(473), 1, + sym__alpha_identifier, + ACTIONS(553), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9232), 1, - sym__alpha_identifier, - ACTIONS(9234), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9238), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - ACTIONS(9240), 1, - sym__backtick_identifier, - STATE(4544), 1, - sym_simple_identifier, - STATE(4545), 1, - sym__lexical_identifier, - STATE(4548), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(4665), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, + sym_simple_identifier, + STATE(2867), 1, sym_user_type, - STATE(6440), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9741), 1, + STATE(9504), 1, sym_function_type_parameters, - STATE(9901), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4663), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4937), 4, + STATE(3105), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9236), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589803,52 +589589,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [122077] = 19, - ACTIONS(7405), 1, + [122332] = 19, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9248), 1, - sym__alpha_identifier, - ACTIONS(9250), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9254), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - ACTIONS(9256), 1, - sym__backtick_identifier, - STATE(5602), 1, - sym__lexical_identifier, - STATE(5617), 1, - sym_simple_identifier, - STATE(5748), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(5784), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6449), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9753), 1, - sym_parenthesized_user_type, - STATE(10117), 1, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5785), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5817), 4, + STATE(3021), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9252), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589856,51 +589642,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [122149] = 19, + [122404] = 19, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9224), 1, anon_sym_LPAREN, - STATE(812), 1, + ACTIONS(9226), 1, + anon_sym_dynamic, + STATE(820), 1, sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(6466), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, + STATE(825), 1, sym__simple_user_type, + STATE(856), 1, + sym_user_type, + STATE(6439), 1, + sym_type_modifiers, + STATE(9592), 1, + sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(436), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7510), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(860), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, + STATE(893), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, ACTIONS(1664), 7, anon_sym_get, anon_sym_set, @@ -589909,52 +589695,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [122221] = 19, - ACTIONS(211), 1, + [122476] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(4534), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(4540), 1, - sym__simple_user_type, - STATE(4578), 1, + STATE(2867), 1, sym_user_type, - STATE(6414), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9504), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4819), 4, + STATE(2926), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -589962,52 +589748,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [122293] = 19, - ACTIONS(387), 1, + [122548] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9182), 1, anon_sym_LPAREN, - STATE(812), 1, + ACTIONS(9184), 1, + anon_sym_dynamic, + STATE(3289), 1, sym_simple_identifier, - STATE(823), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(6464), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, + STATE(3328), 1, sym__simple_user_type, + STATE(3374), 1, + sym_user_type, + STATE(6414), 1, + sym_type_modifiers, + STATE(9484), 1, + sym_function_type_parameters, + STATE(9837), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(437), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7504), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(3375), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1664), 7, + STATE(3715), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590015,47 +589801,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [122365] = 19, + [122620] = 19, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9226), 1, anon_sym_dynamic, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(860), 1, + STATE(856), 1, sym_user_type, STATE(6439), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9592), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(887), 4, + STATE(898), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -590068,47 +589854,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [122437] = 19, + [122692] = 19, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9226), 1, anon_sym_dynamic, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(860), 1, + STATE(856), 1, sym_user_type, STATE(6439), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9592), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(900), 4, + STATE(907), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -590121,52 +589907,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [122509] = 19, - ACTIONS(557), 1, - sym__alpha_identifier, - ACTIONS(637), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [122764] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9210), 1, + sym__alpha_identifier, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9216), 1, anon_sym_dynamic, - STATE(2791), 1, + ACTIONS(9218), 1, + sym__backtick_identifier, + STATE(2832), 1, + sym_simple_identifier, + STATE(2857), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(2888), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, + STATE(3062), 1, sym_user_type, - STATE(6433), 1, + STATE(6434), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9567), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9919), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(3063), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(2945), 4, + STATE(3654), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590174,52 +589960,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [122581] = 19, - ACTIONS(7398), 1, + [122836] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8784), 4, + STATE(8666), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590227,52 +590013,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [122653] = 19, - ACTIONS(387), 1, + [122908] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7174), 3, + anon_sym_AT, + anon_sym_LBRACE, + sym_label, + ACTIONS(7172), 28, + anon_sym_get, + anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + 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, + [122948] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9268), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(6463), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(6469), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(435), 2, + STATE(2342), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7490), 2, + STATE(7562), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1664), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590280,52 +590103,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [122725] = 19, - ACTIONS(211), 1, + [123020] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(4534), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(4540), 1, - sym__simple_user_type, - STATE(4578), 1, + STATE(2867), 1, sym_user_type, - STATE(6414), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9504), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5034), 4, + STATE(3082), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590333,52 +590156,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [122797] = 19, - ACTIONS(387), 1, + [123092] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(7183), 3, + anon_sym_AT, + anon_sym_LBRACE, + sym_label, + ACTIONS(7181), 28, + anon_sym_get, + anon_sym_set, + anon_sym_suspend, + anon_sym_sealed, + anon_sym_annotation, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + 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, + [123132] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9268), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(6453), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(6455), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(431), 2, + STATE(2338), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7473), 2, + STATE(7566), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1664), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590386,52 +590246,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [122869] = 19, - ACTIONS(7405), 1, + [123204] = 19, + ACTIONS(473), 1, + sym__alpha_identifier, + ACTIONS(553), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9208), 1, - sym__alpha_identifier, - ACTIONS(9212), 1, + ACTIONS(9164), 1, + anon_sym_LPAREN, + ACTIONS(9166), 1, anon_sym_dynamic, - ACTIONS(9214), 1, - sym__backtick_identifier, - STATE(6422), 1, - sym_type_modifiers, - STATE(8325), 1, - sym_simple_identifier, - STATE(8333), 1, - sym__lexical_identifier, - STATE(8551), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(8921), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, + sym_simple_identifier, + STATE(2867), 1, sym_user_type, - STATE(9494), 1, + STATE(6422), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, - STATE(9703), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8825), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8296), 4, + STATE(3170), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9210), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590439,52 +590299,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [122941] = 19, - ACTIONS(7405), 1, + [123276] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9258), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9260), 1, - anon_sym_LPAREN, - ACTIONS(9264), 1, - anon_sym_dynamic, - ACTIONS(9266), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2826), 1, - sym_simple_identifier, - STATE(2853), 1, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, - STATE(3064), 1, + STATE(8326), 1, sym_user_type, - STATE(6448), 1, - sym_type_modifiers, - STATE(9673), 1, - sym_function_type_parameters, - STATE(9910), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3066), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3446), 4, + STATE(8676), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9262), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590492,52 +590352,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [123013] = 19, - ACTIONS(7405), 1, + [123348] = 19, + ACTIONS(473), 1, + sym__alpha_identifier, + ACTIONS(553), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9258), 1, - sym__alpha_identifier, - ACTIONS(9260), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9264), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - ACTIONS(9266), 1, - sym__backtick_identifier, - STATE(2826), 1, - sym_simple_identifier, - STATE(2853), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(3064), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, + sym_simple_identifier, + STATE(2867), 1, sym_user_type, - STATE(6448), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9673), 1, + STATE(9504), 1, sym_function_type_parameters, - STATE(9910), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3066), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3518), 4, + STATE(3192), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9262), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590545,105 +590405,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [123085] = 19, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, + [123420] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9285), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(9287), 1, + ACTIONS(9254), 1, anon_sym_LPAREN, - ACTIONS(9291), 1, + ACTIONS(9258), 1, + anon_sym_dynamic, + ACTIONS(9260), 1, sym__backtick_identifier, - STATE(5682), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(5690), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(6475), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(6440), 1, sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5519), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7593), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(9289), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [123157] = 19, - ACTIONS(7), 1, - sym__alpha_identifier, - ACTIONS(111), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9204), 1, - anon_sym_LPAREN, - ACTIONS(9206), 1, - anon_sym_dynamic, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(7900), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(4815), 1, + STATE(8317), 1, sym_user_type, - STATE(6447), 1, - sym_type_modifiers, - STATE(9845), 1, + STATE(9706), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(5747), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4913), 4, + STATE(9208), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590651,52 +590458,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [123229] = 19, - ACTIONS(387), 1, + [123492] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, - anon_sym_dynamic, - STATE(823), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(825), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(860), 1, + STATE(8326), 1, sym_user_type, - STATE(6439), 1, - sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9916), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(901), 4, + STATE(8713), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590704,52 +590511,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [123301] = 19, - ACTIONS(7), 1, + [123564] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, - anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(4612), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(2955), 1, sym_simple_identifier, - STATE(4815), 1, - sym_user_type, - STATE(6447), 1, + STATE(6460), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, - sym_function_type_parameters, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(2456), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7569), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5427), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1920), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590757,52 +590564,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [123373] = 19, - ACTIONS(7398), 1, + [123636] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6432), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(6590), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8354), 1, + STATE(8326), 1, sym_user_type, - STATE(9549), 1, - sym_function_type_parameters, - STATE(9550), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8380), 4, + STATE(8642), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590810,52 +590617,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [123445] = 19, - ACTIONS(7), 1, - sym__alpha_identifier, - ACTIONS(111), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [123708] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9252), 1, + sym__alpha_identifier, + ACTIONS(9254), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9258), 1, anon_sym_dynamic, - STATE(4612), 1, + ACTIONS(9260), 1, + sym__backtick_identifier, + STATE(5680), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(4815), 1, - sym_user_type, - STATE(6447), 1, + STATE(6440), 1, sym_type_modifiers, - STATE(9845), 1, + STATE(7900), 1, + sym__simple_user_type, + STATE(8317), 1, + sym_user_type, + STATE(9706), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(5747), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4914), 4, + STATE(8349), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -590863,104 +590670,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [123517] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [123780] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9268), 1, + anon_sym_LPAREN, + STATE(3327), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(3352), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(6471), 1, + sym_type_parameters, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(2726), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7500), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8672), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [123589] = 19, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9226), 1, - anon_sym_LPAREN, - ACTIONS(9228), 1, - anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3392), 1, - sym_user_type, - STATE(6419), 1, - sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(3393), 2, + STATE(7836), 3, sym__type_reference, + sym_user_type, sym_parenthesized_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7213), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(4257), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, ACTIONS(1652), 7, anon_sym_get, anon_sym_set, @@ -590969,52 +590723,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [123661] = 19, - ACTIONS(115), 1, + [123852] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9200), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9202), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(2973), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2867), 1, sym_user_type, - STATE(6425), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9859), 1, - sym_parenthesized_user_type, - STATE(9863), 1, + STATE(9504), 1, sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2977), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4208), 4, + STATE(2834), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1592), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591022,52 +590776,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [123733] = 19, - ACTIONS(7398), 1, + [123924] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8667), 4, + STATE(8952), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591075,52 +590829,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [123805] = 19, - ACTIONS(7), 1, + [123996] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, - anon_sym_dynamic, - STATE(4612), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, sym_user_type, - STATE(6447), 1, - sym_type_modifiers, - STATE(9845), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5451), 4, + STATE(8690), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591128,47 +590882,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [123877] = 19, - ACTIONS(7), 1, + [124068] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(2867), 1, sym_user_type, - STATE(6447), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9504), 1, sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5433), 4, + STATE(2828), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -591181,105 +590935,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [123949] = 19, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + [124140] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(6515), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2350), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7361), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1652), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [124021] = 19, - ACTIONS(387), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, - anon_sym_dynamic, - STATE(823), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(825), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(860), 1, + STATE(8326), 1, sym_user_type, - STATE(6439), 1, - sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9916), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(973), 4, + STATE(8687), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591287,48 +590988,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [124093] = 19, - ACTIONS(473), 1, + [124212] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9268), 1, + anon_sym_LPAREN, + STATE(3327), 1, sym__lexical_identifier, - STATE(6455), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(6463), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2727), 2, + STATE(2728), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7444), 2, + STATE(7514), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, @@ -591340,52 +591041,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [124165] = 19, - ACTIONS(7398), 1, + [124284] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8676), 4, + STATE(8684), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591393,52 +591094,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [124237] = 19, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [124356] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9210), 1, + sym__alpha_identifier, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9216), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + ACTIONS(9218), 1, + sym__backtick_identifier, + STATE(2832), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2857), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(2888), 1, + sym__simple_user_type, + STATE(3062), 1, sym_user_type, - STATE(6419), 1, + STATE(6434), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9567), 1, sym_function_type_parameters, + STATE(9919), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(3063), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4195), 4, + STATE(3632), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591446,52 +591147,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [124309] = 19, - ACTIONS(7405), 1, + [124428] = 19, + ACTIONS(473), 1, + sym__alpha_identifier, + ACTIONS(553), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9258), 1, - sym__alpha_identifier, - ACTIONS(9260), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9264), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - ACTIONS(9266), 1, - sym__backtick_identifier, - STATE(2826), 1, - sym_simple_identifier, - STATE(2853), 1, - sym__lexical_identifier, - STATE(2881), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(3064), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, + sym_simple_identifier, + STATE(2867), 1, sym_user_type, - STATE(6448), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9673), 1, + STATE(9504), 1, sym_function_type_parameters, - STATE(9910), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3066), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3606), 4, + STATE(2826), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9262), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591499,52 +591200,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [124381] = 19, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + [124500] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9041), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(6465), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(614), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7512), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1664), 7, + STATE(8683), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591552,52 +591253,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [124453] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [124572] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9164), 1, + anon_sym_LPAREN, + ACTIONS(9166), 1, + anon_sym_dynamic, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(8138), 1, - sym__simple_user_type, - STATE(8332), 1, + STATE(2867), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6422), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8640), 4, + STATE(2818), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591605,52 +591306,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [124525] = 19, - ACTIONS(387), 1, + [124644] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(823), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(825), 1, - sym__simple_user_type, - STATE(860), 1, + STATE(2867), 1, sym_user_type, - STATE(6439), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9504), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(991), 4, + STATE(2824), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591658,52 +591359,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [124597] = 19, - ACTIONS(557), 1, - sym__alpha_identifier, - ACTIONS(637), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [124716] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9252), 1, + sym__alpha_identifier, + ACTIONS(9254), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9258), 1, anon_sym_dynamic, - STATE(2791), 1, + ACTIONS(9260), 1, + sym__backtick_identifier, + STATE(5680), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(2840), 1, - sym_user_type, - STATE(6433), 1, + STATE(6440), 1, sym_type_modifiers, - STATE(9798), 1, - sym_function_type_parameters, - STATE(9877), 1, + STATE(7900), 1, + sym__simple_user_type, + STATE(8317), 1, + sym_user_type, + STATE(9706), 1, sym_parenthesized_user_type, + STATE(10012), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(5747), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3205), 4, + STATE(5808), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591711,52 +591412,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [124669] = 19, - ACTIONS(473), 1, + [124788] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9184), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(6528), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2346), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7363), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1652), 7, + STATE(8311), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591764,52 +591465,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [124741] = 19, - ACTIONS(7), 1, + [124860] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, - anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(4612), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(2955), 1, sym_simple_identifier, - STATE(4815), 1, - sym_user_type, - STATE(6447), 1, + STATE(6476), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, - sym_function_type_parameters, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(1758), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7439), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5396), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1920), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591817,52 +591518,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [124813] = 19, - ACTIONS(211), 1, + [124932] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(4534), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(4540), 1, - sym__simple_user_type, - STATE(4578), 1, + STATE(2867), 1, sym_user_type, - STATE(6414), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9504), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5098), 4, + STATE(3232), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591870,52 +591571,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [124885] = 19, - ACTIONS(7), 1, + [125004] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6447), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5042), 4, + STATE(3566), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591923,52 +591624,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [124957] = 19, - ACTIONS(557), 1, + [125076] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(825), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, + STATE(856), 1, sym_user_type, - STATE(6433), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9592), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3067), 4, + STATE(826), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -591976,52 +591677,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [125029] = 19, - ACTIONS(7398), 1, + [125148] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9826), 4, + STATE(8691), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592029,52 +591730,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [125101] = 19, - ACTIONS(7405), 1, + [125220] = 19, + ACTIONS(387), 1, + sym__alpha_identifier, + ACTIONS(469), 1, + sym__backtick_identifier, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9216), 1, - sym__alpha_identifier, - ACTIONS(9218), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9222), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - ACTIONS(9224), 1, - sym__backtick_identifier, - STATE(5685), 1, - sym__lexical_identifier, - STATE(5686), 1, + STATE(820), 1, sym_simple_identifier, - STATE(6429), 1, - sym_type_modifiers, - STATE(7891), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8324), 1, + STATE(856), 1, sym_user_type, - STATE(9645), 1, - sym_parenthesized_user_type, - STATE(10143), 1, + STATE(6439), 1, + sym_type_modifiers, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5762), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8356), 4, + STATE(827), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9220), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592082,52 +591783,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [125173] = 19, - ACTIONS(7398), 1, + [125292] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8753), 4, + STATE(8758), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592135,52 +591836,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [125245] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [125364] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9164), 1, + anon_sym_LPAREN, + ACTIONS(9166), 1, + anon_sym_dynamic, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(8138), 1, - sym__simple_user_type, - STATE(8332), 1, + STATE(2867), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6422), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8679), 4, + STATE(2923), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592188,52 +591889,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [125317] = 19, - ACTIONS(7), 1, + [125436] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, - anon_sym_dynamic, - STATE(4612), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, sym_user_type, - STATE(6447), 1, - sym_type_modifiers, - STATE(9845), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4917), 4, + STATE(8635), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592241,52 +591942,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [125389] = 19, - ACTIONS(7), 1, + [125508] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, - anon_sym_dynamic, - STATE(4612), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, sym_user_type, - STATE(6447), 1, - sym_type_modifiers, - STATE(9845), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5389), 4, + STATE(8641), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592294,52 +591995,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [125461] = 19, - ACTIONS(557), 1, + [125580] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(825), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, + STATE(856), 1, sym_user_type, - STATE(6433), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9592), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3269), 4, + STATE(855), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592347,52 +592048,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [125533] = 19, + [125652] = 19, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(4771), 1, sym_user_type, - STATE(6447), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9845), 1, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5383), 4, + STATE(5468), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592400,52 +592101,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [125605] = 19, - ACTIONS(7), 1, + [125724] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, - anon_sym_dynamic, - STATE(4612), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, sym_user_type, - STATE(6447), 1, - sym_type_modifiers, - STATE(9845), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5379), 4, + STATE(8646), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592453,52 +592154,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [125677] = 19, - ACTIONS(557), 1, + [125796] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(4542), 1, + sym__simple_user_type, + STATE(4552), 1, sym_user_type, - STATE(6433), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9480), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9643), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3152), 4, + STATE(4632), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592506,52 +592207,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [125749] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [125868] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9224), 1, + anon_sym_LPAREN, + ACTIONS(9226), 1, + anon_sym_dynamic, + STATE(820), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(856), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6439), 1, + sym_type_modifiers, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8634), 4, + STATE(857), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592559,142 +592260,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [125821] = 19, - ACTIONS(557), 1, + [125940] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(4771), 1, sym_user_type, - STATE(6433), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9798), 1, - sym_function_type_parameters, - STATE(9877), 1, + STATE(9838), 1, sym_parenthesized_user_type, + STATE(9839), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(2901), 4, + STATE(5454), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [125893] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7193), 3, - anon_sym_AT, - anon_sym_LBRACE, - sym_label, - ACTIONS(7191), 28, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, - anon_sym_suspend, - anon_sym_sealed, - anon_sym_annotation, anon_sym_data, anon_sym_inner, anon_sym_value, - 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, - [125933] = 19, - ACTIONS(7), 1, + [126012] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(4612), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(825), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(4815), 1, + STATE(856), 1, sym_user_type, - STATE(6447), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4765), 4, + STATE(858), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592702,52 +592366,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [126005] = 19, - ACTIONS(7398), 1, + [126084] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8745), 4, + STATE(8756), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592755,52 +592419,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [126077] = 19, - ACTIONS(211), 1, + [126156] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(4534), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(6414), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9487), 1, - sym_function_type_parameters, - STATE(9535), 1, + STATE(9838), 1, sym_parenthesized_user_type, + STATE(9839), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4639), 4, + STATE(5449), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592808,52 +592472,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [126149] = 19, - ACTIONS(7), 1, + [126228] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, - anon_sym_dynamic, - STATE(4612), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, sym_user_type, - STATE(6447), 1, - sym_type_modifiers, - STATE(9845), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5371), 4, + STATE(8716), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592861,52 +592525,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [126221] = 19, - ACTIONS(7398), 1, + [126300] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8742), 4, + STATE(8722), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592914,52 +592578,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [126293] = 19, - ACTIONS(7), 1, + [126372] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6447), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4747), 4, + STATE(3541), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -592967,52 +592631,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [126365] = 19, - ACTIONS(557), 1, + [126444] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(4771), 1, sym_user_type, - STATE(6433), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9798), 1, - sym_function_type_parameters, - STATE(9877), 1, + STATE(9838), 1, sym_parenthesized_user_type, + STATE(9839), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(2830), 4, + STATE(5448), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593020,52 +592684,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [126437] = 19, - ACTIONS(211), 1, + [126516] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9164), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9166), 1, anon_sym_dynamic, - STATE(4534), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(4540), 1, - sym__simple_user_type, - STATE(4578), 1, + STATE(2867), 1, sym_user_type, - STATE(6414), 1, + STATE(6422), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9504), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9895), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(2879), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5067), 4, + STATE(3199), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593073,52 +592737,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [126509] = 19, - ACTIONS(7398), 1, + [126588] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8768), 4, + STATE(9725), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593126,52 +592790,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [126581] = 19, - ACTIONS(7398), 1, + [126660] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5834), 4, + STATE(9726), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593179,158 +592843,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [126653] = 19, - ACTIONS(7), 1, + [126732] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6447), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9476), 1, sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(4816), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7213), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(4743), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1920), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [126725] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, - sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(9735), 1, + STATE(9876), 1, sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(9662), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [126797] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, - sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9665), 4, + STATE(4094), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593338,52 +592896,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [126869] = 19, - ACTIONS(7398), 1, + [126804] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8771), 4, + STATE(9749), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593391,52 +592949,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [126941] = 19, - ACTIONS(7398), 1, + [126876] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8773), 4, + STATE(9750), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593444,52 +593002,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [127013] = 19, - ACTIONS(557), 1, + [126948] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(4771), 1, sym_user_type, - STATE(6433), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9798), 1, - sym_function_type_parameters, - STATE(9877), 1, + STATE(9838), 1, sym_parenthesized_user_type, + STATE(9839), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3188), 4, + STATE(4923), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593497,52 +593055,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [127085] = 19, + [127020] = 19, ACTIONS(557), 1, sym__alpha_identifier, ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, + STATE(3374), 1, sym_user_type, - STATE(6433), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(2819), 4, + STATE(4035), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593550,52 +593108,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [127157] = 19, - ACTIONS(7405), 1, + [127092] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9258), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9260), 1, - anon_sym_LPAREN, - ACTIONS(9264), 1, - anon_sym_dynamic, - ACTIONS(9266), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2826), 1, - sym_simple_identifier, - STATE(2853), 1, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, - STATE(3064), 1, + STATE(8326), 1, sym_user_type, - STATE(6448), 1, - sym_type_modifiers, - STATE(9673), 1, - sym_function_type_parameters, - STATE(9910), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3066), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3617), 4, + STATE(9785), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(9262), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593603,52 +593161,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [127229] = 19, - ACTIONS(7398), 1, + [127164] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8774), 4, + STATE(9787), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593656,52 +593214,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [127301] = 19, - ACTIONS(211), 1, + [127236] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(3374), 1, sym_user_type, STATE(6414), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4854), 4, + STATE(4032), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593709,52 +593267,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [127373] = 19, + [127308] = 19, ACTIONS(557), 1, sym__alpha_identifier, ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9184), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, + STATE(3374), 1, sym_user_type, - STATE(6433), 1, + STATE(6414), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9484), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9837), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(3375), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(2825), 4, + STATE(3940), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593762,105 +593320,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [127445] = 19, - ACTIONS(7398), 1, + [127380] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7213), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(8794), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [127517] = 19, - ACTIONS(557), 1, - sym__alpha_identifier, - ACTIONS(637), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9279), 1, - anon_sym_LPAREN, - ACTIONS(9281), 1, - anon_sym_dynamic, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2840), 1, - sym_user_type, - STATE(6433), 1, - sym_type_modifiers, - STATE(9798), 1, - sym_function_type_parameters, - STATE(9877), 1, - sym_parenthesized_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2812), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(2847), 4, + STATE(9825), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593868,52 +593373,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [127589] = 19, - ACTIONS(7398), 1, + [127452] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9685), 4, + STATE(9826), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593921,52 +593426,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [127661] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [127524] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9228), 1, + anon_sym_LPAREN, + ACTIONS(9230), 1, + anon_sym_dynamic, + STATE(4615), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(9735), 1, + STATE(6441), 1, + sym_type_modifiers, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9686), 4, + STATE(5116), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -593974,52 +593479,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [127733] = 19, - ACTIONS(115), 1, + [127596] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9164), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + ACTIONS(9166), 1, + anon_sym_dynamic, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(6487), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2867), 1, + sym_user_type, + STATE(6422), 1, sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, + STATE(9504), 1, + sym_function_type_parameters, + STATE(9895), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1747), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7527), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(2879), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1592), 7, + STATE(3162), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594027,52 +593532,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [127805] = 19, - ACTIONS(211), 1, + [127668] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, - anon_sym_dynamic, - STATE(4534), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(8326), 1, sym_user_type, - STATE(6414), 1, - sym_type_modifiers, - STATE(9487), 1, - sym_function_type_parameters, - STATE(9535), 1, + STATE(9729), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5064), 4, + STATE(8947), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594080,52 +593585,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [127877] = 19, - ACTIONS(115), 1, + [127740] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9268), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(6468), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(6526), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1746), 2, + STATE(2719), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7545), 2, + STATE(7507), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594133,52 +593638,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [127949] = 19, - ACTIONS(7398), 1, + [127812] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8791), 4, + STATE(8636), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594186,52 +593691,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [128021] = 19, + [127884] = 19, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(4771), 1, sym_user_type, - STATE(6447), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9845), 1, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4899), 4, + STATE(5569), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594239,52 +593744,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [128093] = 19, - ACTIONS(387), 1, + [127956] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(823), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(860), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(6439), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9916), 1, + STATE(9838), 1, sym_parenthesized_user_type, + STATE(9839), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(837), 4, + STATE(5191), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594292,52 +593797,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [128165] = 19, - ACTIONS(557), 1, + [128028] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(4771), 1, sym_user_type, - STATE(6433), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9798), 1, - sym_function_type_parameters, - STATE(9877), 1, + STATE(9838), 1, sym_parenthesized_user_type, + STATE(9839), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3238), 4, + STATE(5551), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594345,52 +593850,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [128237] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [128100] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9268), 1, + anon_sym_LPAREN, + STATE(3327), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(3352), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(6449), 1, + sym_type_parameters, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, sym__simple_user_type, - STATE(8332), 1, - sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(2690), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7373), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8779), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594398,52 +593903,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [128309] = 19, - ACTIONS(473), 1, + [128172] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, - anon_sym_LPAREN, ACTIONS(9228), 1, + anon_sym_LPAREN, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(3279), 1, + STATE(4615), 1, + sym__lexical_identifier, + STATE(4661), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3392), 1, + STATE(4771), 1, sym_user_type, - STATE(6419), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9794), 1, + STATE(9838), 1, sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3885), 4, + STATE(5564), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594451,47 +593956,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [128381] = 19, + [128244] = 19, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9226), 1, anon_sym_dynamic, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(860), 1, + STATE(856), 1, sym_user_type, STATE(6439), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9592), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9927), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(844), 4, + STATE(1511), 4, sym__type, sym_not_nullable_type, sym_nullable_type, @@ -594504,52 +594009,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [128453] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [128316] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9224), 1, + anon_sym_LPAREN, + ACTIONS(9226), 1, + anon_sym_dynamic, + STATE(820), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(856), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6439), 1, + sym_type_modifiers, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9725), 4, + STATE(1443), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594557,52 +594062,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [128525] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [128388] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9224), 1, + anon_sym_LPAREN, + ACTIONS(9226), 1, + anon_sym_dynamic, + STATE(820), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(856), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6439), 1, + sym_type_modifiers, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9726), 4, + STATE(1544), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594610,52 +594115,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [128597] = 19, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(7405), 1, + [128460] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9210), 1, + sym__alpha_identifier, + ACTIONS(9212), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9216), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + ACTIONS(9218), 1, + sym__backtick_identifier, + STATE(2832), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2857), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(2888), 1, + sym__simple_user_type, + STATE(3062), 1, sym_user_type, - STATE(6419), 1, + STATE(6434), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9567), 1, sym_function_type_parameters, + STATE(9919), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(3063), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3880), 4, + STATE(3700), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594663,52 +594168,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [128669] = 19, - ACTIONS(473), 1, + [128532] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9226), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(820), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3392), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(856), 1, sym_user_type, - STATE(6419), 1, + STATE(6439), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3756), 4, + STATE(1087), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594716,52 +594221,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [128741] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [128604] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + ACTIONS(9224), 1, + anon_sym_LPAREN, + ACTIONS(9226), 1, + anon_sym_dynamic, + STATE(820), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(856), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6439), 1, + sym_type_modifiers, + STATE(9592), 1, sym_function_type_parameters, + STATE(9927), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(860), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8781), 4, + STATE(1088), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594769,52 +594274,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [128813] = 19, - ACTIONS(473), 1, + [128676] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9226), 1, - anon_sym_LPAREN, - ACTIONS(9228), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(3392), 1, - sym_user_type, - STATE(6419), 1, + STATE(2955), 1, + sym_simple_identifier, + STATE(6453), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9794), 1, - sym_parenthesized_user_type, - STATE(9976), 1, - sym_function_type_parameters, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3393), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(2444), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7460), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(3850), 4, - sym__type, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(1652), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594822,52 +594327,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [128885] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [128748] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9220), 1, + anon_sym_LPAREN, + ACTIONS(9222), 1, + anon_sym_dynamic, + STATE(4529), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(4552), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6432), 1, + sym_type_modifiers, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8633), 4, + STATE(5514), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594875,52 +594380,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [128957] = 19, - ACTIONS(557), 1, + [128820] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9279), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9281), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(2840), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6433), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9476), 1, sym_function_type_parameters, - STATE(9877), 1, + STATE(9876), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2812), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(2916), 4, + STATE(4140), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1910), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594928,52 +594433,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [129029] = 19, - ACTIONS(7398), 1, + [128892] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9454), 4, + STATE(8654), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -594981,52 +594486,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [129101] = 19, - ACTIONS(7), 1, + [128964] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9220), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9222), 1, anon_sym_dynamic, - STATE(4612), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(4542), 1, + sym__simple_user_type, + STATE(4552), 1, sym_user_type, - STATE(6447), 1, + STATE(6432), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4704), 4, + STATE(5524), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595034,52 +594539,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [129173] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [129036] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9220), 1, + anon_sym_LPAREN, + ACTIONS(9222), 1, + anon_sym_dynamic, + STATE(4529), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(4552), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6432), 1, + sym_type_modifiers, + STATE(9480), 1, sym_function_type_parameters, + STATE(9643), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(4576), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8782), 4, + STATE(5526), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595087,52 +594592,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [129245] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(8672), 1, + [129108] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, + ACTIONS(9186), 1, + anon_sym_LPAREN, + ACTIONS(9188), 1, + anon_sym_dynamic, + STATE(2911), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6444), 1, + sym_type_modifiers, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9777), 4, + STATE(4139), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595140,52 +594645,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [129317] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, + [129180] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9202), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - STATE(6224), 1, + ACTIONS(9206), 1, + anon_sym_dynamic, + ACTIONS(9208), 1, + sym__backtick_identifier, + STATE(4538), 1, sym__lexical_identifier, - STATE(6420), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(4571), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(4669), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(6435), 1, + sym_type_modifiers, + STATE(9527), 1, sym_function_type_parameters, + STATE(9912), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8216), 2, + STATE(4668), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(9778), 4, + STATE(5114), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595193,52 +594698,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [129389] = 19, - ACTIONS(7398), 1, + [129252] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8790), 4, + STATE(8629), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595246,52 +594751,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [129461] = 19, - ACTIONS(211), 1, + [129324] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6414), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9476), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9876), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5070), 4, + STATE(3499), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595299,52 +594804,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [129533] = 19, - ACTIONS(7), 1, + [129396] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, - anon_sym_suspend, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, - anon_sym_dynamic, - STATE(4612), 1, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, sym_user_type, - STATE(6447), 1, - sym_type_modifiers, - STATE(9845), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4707), 4, + STATE(8780), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595352,52 +594857,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [129605] = 19, - ACTIONS(7), 1, + [129468] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6447), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5146), 4, + STATE(4137), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595405,52 +594910,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [129677] = 19, - ACTIONS(387), 1, + [129540] = 19, + ACTIONS(7394), 1, + anon_sym_dynamic, + ACTIONS(7401), 1, + anon_sym_suspend, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6425), 1, + sym_type_modifiers, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, + sym__simple_user_type, + STATE(8326), 1, + sym_user_type, + STATE(9729), 1, + sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8208), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7214), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(9562), 4, + sym__type, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [129612] = 19, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9200), 1, + sym__alpha_identifier, + ACTIONS(9202), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9206), 1, anon_sym_dynamic, - STATE(823), 1, + ACTIONS(9208), 1, + sym__backtick_identifier, + STATE(4538), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(825), 1, + STATE(4571), 1, sym__simple_user_type, - STATE(860), 1, + STATE(4669), 1, sym_user_type, - STATE(6439), 1, + STATE(6435), 1, sym_type_modifiers, - STATE(9593), 1, + STATE(9527), 1, sym_function_type_parameters, - STATE(9916), 1, + STATE(9912), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(4668), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(845), 4, + STATE(5235), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595458,52 +595016,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [129749] = 19, - ACTIONS(7), 1, + [129684] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9204), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9206), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(4815), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6447), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9845), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9476), 1, sym_function_type_parameters, + STATE(9876), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4816), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(5097), 4, + STATE(3521), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1920), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595511,52 +595069,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [129821] = 19, - ACTIONS(7398), 1, + [129756] = 19, + ACTIONS(7394), 1, anon_sym_dynamic, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6420), 1, + STATE(6425), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8099), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(8326), 1, sym_user_type, - STATE(9735), 1, + STATE(9729), 1, sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9730), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8208), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8785), 4, + STATE(8731), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595564,52 +595122,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [129893] = 19, - ACTIONS(211), 1, + [129828] = 19, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9242), 1, + ACTIONS(9186), 1, anon_sym_LPAREN, - ACTIONS(9244), 1, + ACTIONS(9188), 1, anon_sym_dynamic, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4578), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3029), 1, sym_user_type, - STATE(6414), 1, + STATE(6444), 1, sym_type_modifiers, - STATE(9487), 1, + STATE(9476), 1, sym_function_type_parameters, - STATE(9535), 1, + STATE(9876), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4580), 2, + STATE(3019), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(4890), 4, + STATE(4136), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1842), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595617,52 +595175,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [129965] = 19, - ACTIONS(387), 1, + [129900] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(823), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(860), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(6439), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9916), 1, + STATE(9838), 1, sym_parenthesized_user_type, + STATE(9839), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(848), 4, + STATE(5447), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595670,52 +595228,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [130037] = 19, - ACTIONS(387), 1, + [129972] = 19, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(7405), 1, + ACTIONS(7401), 1, anon_sym_suspend, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9182), 1, + ACTIONS(9230), 1, anon_sym_dynamic, - STATE(823), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(860), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4771), 1, sym_user_type, - STATE(6439), 1, + STATE(6441), 1, sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9916), 1, + STATE(9838), 1, sym_parenthesized_user_type, + STATE(9839), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(851), 2, + STATE(4772), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7213), 3, + STATE(7214), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(849), 4, + STATE(5242), 4, sym__type, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(1664), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595723,52 +595281,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [130109] = 19, - ACTIONS(7398), 1, - anon_sym_dynamic, - ACTIONS(7405), 1, + [130044] = 19, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(8672), 1, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6420), 1, + ACTIONS(9277), 1, + anon_sym_dynamic, + STATE(7508), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(8318), 1, + sym__lexical_identifier, + STATE(8324), 1, sym_simple_identifier, - STATE(8138), 1, + STATE(8484), 1, sym__simple_user_type, - STATE(8332), 1, + STATE(9025), 1, sym_user_type, - STATE(9735), 1, - sym_parenthesized_user_type, - STATE(9736), 1, + STATE(9763), 1, sym_function_type_parameters, + STATE(9781), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8216), 2, + STATE(8819), 2, sym__type_reference, sym_parenthesized_type, - STATE(7213), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8787), 4, - sym__type, + STATE(8292), 3, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595776,51 +595333,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [130181] = 19, - ACTIONS(8672), 1, + [130115] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9293), 1, + ACTIONS(9279), 1, anon_sym_LPAREN, - STATE(4983), 1, + STATE(830), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6568), 1, + STATE(6539), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7599), 1, + STATE(7542), 1, sym_simple_identifier, - STATE(7903), 1, + STATE(7951), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8002), 2, + STATE(7921), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595828,51 +595385,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [130252] = 19, - ACTIONS(8672), 1, + [130186] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9293), 1, + ACTIONS(9279), 1, anon_sym_LPAREN, - STATE(4741), 1, + STATE(954), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6567), 1, + STATE(6561), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7383), 1, + STATE(7502), 1, sym_simple_identifier, - STATE(7871), 1, + STATE(7937), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7917), 2, + STATE(7924), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595880,51 +595437,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [130323] = 19, - ACTIONS(8672), 1, + [130257] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9295), 1, + ACTIONS(9281), 1, anon_sym_LPAREN, - STATE(978), 1, + STATE(3010), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6579), 1, + STATE(6560), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7494), 1, + STATE(7399), 1, sym_simple_identifier, - STATE(7942), 1, + STATE(7960), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7898), 2, + STATE(7993), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595932,51 +595489,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [130394] = 19, - ACTIONS(211), 1, + [130328] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9242), 1, + ACTIONS(9283), 1, anon_sym_LPAREN, - ACTIONS(9297), 1, - anon_sym_dynamic, - STATE(4534), 1, + STATE(4984), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(6570), 1, + sym_type_parameters, + STATE(7213), 1, + sym_type_modifiers, + STATE(7456), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(7864), 1, sym__simple_user_type, - STATE(4573), 1, - sym_user_type, - STATE(7425), 1, - sym_type_modifiers, - STATE(9487), 1, - sym_function_type_parameters, - STATE(9574), 1, - sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4574), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(4631), 3, - sym_not_nullable_type, + STATE(7972), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(1842), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -595984,51 +595541,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [130465] = 19, - ACTIONS(8672), 1, + [130399] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9299), 1, + ACTIONS(9283), 1, anon_sym_LPAREN, - STATE(4919), 1, + STATE(4715), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6559), 1, + STATE(6579), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7442), 1, + STATE(7492), 1, sym_simple_identifier, - STATE(8016), 1, + STATE(8008), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7938), 2, + STATE(7912), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596036,51 +595593,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [130536] = 19, - ACTIONS(8672), 1, + [130470] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9301), 1, + ACTIONS(9285), 1, anon_sym_LPAREN, - STATE(2837), 1, + STATE(4926), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6575), 1, + STATE(6571), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7578), 1, + STATE(7422), 1, sym_simple_identifier, - STATE(7925), 1, + STATE(7863), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7973), 2, + STATE(7932), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596088,51 +595645,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [130607] = 19, - ACTIONS(8672), 1, + [130541] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9299), 1, + ACTIONS(9281), 1, anon_sym_LPAREN, - STATE(4563), 1, + STATE(2814), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6586), 1, + STATE(6543), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7532), 1, + STATE(7496), 1, sym_simple_identifier, - STATE(7884), 1, + STATE(7896), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8009), 2, + STATE(7967), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596140,51 +595697,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [130678] = 19, - ACTIONS(8672), 1, + [130612] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9301), 1, + ACTIONS(9283), 1, anon_sym_LPAREN, - STATE(2837), 1, + STATE(4984), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6543), 1, + STATE(6533), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7405), 1, + STATE(7505), 1, sym_simple_identifier, - STATE(7925), 1, + STATE(7864), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7901), 2, + STATE(7890), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596192,47 +595749,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [130749] = 19, - ACTIONS(473), 1, + [130683] = 19, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9226), 1, + ACTIONS(9182), 1, anon_sym_LPAREN, - ACTIONS(9303), 1, + ACTIONS(9287), 1, anon_sym_dynamic, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3371), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(3367), 1, sym_user_type, - STATE(7569), 1, + STATE(7438), 1, sym_type_modifiers, - STATE(9801), 1, - sym_parenthesized_user_type, - STATE(9976), 1, + STATE(9484), 1, sym_function_type_parameters, + STATE(9841), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3558), 2, + STATE(3555), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(3819), 3, + STATE(3727), 3, sym_not_nullable_type, sym_nullable_type, sym_function_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -596244,155 +595801,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [130820] = 19, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9305), 1, - anon_sym_dynamic, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7374), 1, - sym_type_modifiers, - STATE(7893), 1, - sym_simple_identifier, - STATE(8138), 1, - sym__simple_user_type, - STATE(8323), 1, - sym_user_type, - STATE(9490), 1, - sym_parenthesized_user_type, - STATE(9736), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8185), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(8290), 3, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [130891] = 19, - ACTIONS(8672), 1, + [130754] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9301), 1, + ACTIONS(9285), 1, anon_sym_LPAREN, - STATE(3059), 1, + STATE(4566), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6570), 1, + STATE(6536), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7421), 1, + STATE(7517), 1, sym_simple_identifier, - STATE(8001), 1, + STATE(7933), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7906), 2, + STATE(8017), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [130962] = 19, - ACTIONS(9057), 1, - anon_sym_LPAREN, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9208), 1, - sym__alpha_identifier, - ACTIONS(9214), 1, - sym__backtick_identifier, - ACTIONS(9307), 1, - anon_sym_dynamic, - STATE(7515), 1, - sym_type_modifiers, - STATE(8325), 1, - sym_simple_identifier, - STATE(8333), 1, - sym__lexical_identifier, - STATE(8551), 1, - sym__simple_user_type, - STATE(8915), 1, - sym_user_type, - STATE(9494), 1, - sym_function_type_parameters, - STATE(9829), 1, - sym_parenthesized_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(9016), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(8290), 3, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - ACTIONS(9210), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596400,51 +595853,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [131033] = 19, - ACTIONS(8672), 1, + [130825] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9309), 1, + ACTIONS(9289), 1, anon_sym_LPAREN, - STATE(3730), 1, + STATE(3396), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6560), 1, + STATE(6559), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7559), 1, + STATE(7379), 1, sym_simple_identifier, - STATE(7992), 1, + STATE(7936), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7950), 2, + STATE(7943), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596452,51 +595905,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [131104] = 19, - ACTIONS(8672), 1, + [130896] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9311), 1, + ACTIONS(9291), 1, anon_sym_LPAREN, - STATE(3026), 1, + STATE(3633), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6541), 1, + STATE(6549), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7565), 1, + STATE(7357), 1, sym_simple_identifier, - STATE(7880), 1, + STATE(8018), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7957), 2, + STATE(7956), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596504,51 +595957,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [131175] = 19, - ACTIONS(115), 1, + [130967] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9200), 1, + ACTIONS(9279), 1, anon_sym_LPAREN, - ACTIONS(9313), 1, - anon_sym_dynamic, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(830), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(2979), 1, - sym_user_type, - STATE(7590), 1, + STATE(6532), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9862), 1, - sym_parenthesized_user_type, - STATE(9863), 1, - sym_function_type_parameters, + STATE(7574), 1, + sym_simple_identifier, + STATE(7951), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3037), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(3359), 3, - sym_not_nullable_type, + STATE(7978), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(1592), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596556,51 +596009,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [131246] = 19, - ACTIONS(8672), 1, + [131038] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9299), 1, + ACTIONS(9285), 1, anon_sym_LPAREN, - STATE(4563), 1, + STATE(4926), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6581), 1, + STATE(6547), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7543), 1, + STATE(7561), 1, sym_simple_identifier, - STATE(7884), 1, + STATE(7863), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7983), 2, + STATE(7931), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596608,51 +596061,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [131317] = 19, - ACTIONS(8672), 1, + [131109] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9295), 1, + ACTIONS(9289), 1, anon_sym_LPAREN, - STATE(978), 1, + STATE(3787), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6554), 1, + STATE(6550), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7517), 1, + STATE(7375), 1, sym_simple_identifier, - STATE(7942), 1, + STATE(7994), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7969), 2, + STATE(7938), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596660,51 +596113,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [131388] = 19, - ACTIONS(8672), 1, + [131180] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9301), 1, + ACTIONS(9281), 1, anon_sym_LPAREN, - STATE(3059), 1, + STATE(3010), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6561), 1, + STATE(6575), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7602), 1, + STATE(7406), 1, sym_simple_identifier, - STATE(8001), 1, + STATE(7960), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7993), 2, + STATE(7973), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596712,51 +596165,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [131459] = 19, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9216), 1, + [131251] = 19, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(9218), 1, - anon_sym_LPAREN, - ACTIONS(9224), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9315), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9164), 1, + anon_sym_LPAREN, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9293), 1, anon_sym_dynamic, - STATE(5685), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(5686), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(7466), 1, - sym_type_modifiers, - STATE(7891), 1, - sym__simple_user_type, - STATE(8330), 1, + STATE(2833), 1, sym_user_type, - STATE(9649), 1, - sym_parenthesized_user_type, - STATE(10143), 1, + STATE(7412), 1, + sym_type_modifiers, + STATE(9504), 1, sym_function_type_parameters, + STATE(9898), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5745), 2, + STATE(2845), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(5786), 3, + STATE(2992), 3, sym_not_nullable_type, sym_nullable_type, sym_function_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9220), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596764,51 +596217,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [131530] = 19, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9218), 1, - anon_sym_LPAREN, - ACTIONS(9268), 1, + [131322] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9272), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9315), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - STATE(5686), 1, - sym_simple_identifier, - STATE(5713), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9283), 1, + anon_sym_LPAREN, + STATE(4715), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(5718), 1, - sym__simple_user_type, - STATE(5767), 1, - sym_user_type, - STATE(7489), 1, + STATE(6555), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(9680), 1, - sym_parenthesized_user_type, - STATE(10064), 1, - sym_function_type_parameters, + STATE(7377), 1, + sym_simple_identifier, + STATE(8008), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5745), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(5786), 3, - sym_not_nullable_type, + STATE(7884), 2, + sym__receiver_type, sym_nullable_type, - sym_function_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9270), 7, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596816,51 +596269,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [131601] = 19, - ACTIONS(8672), 1, + [131393] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9311), 1, + ACTIONS(9283), 1, anon_sym_LPAREN, - STATE(3671), 1, + STATE(4984), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6569), 1, + STATE(6542), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7484), 1, + STATE(7515), 1, sym_simple_identifier, - STATE(7980), 1, + STATE(7864), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7918), 2, + STATE(7958), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596868,51 +596321,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [131672] = 19, - ACTIONS(8672), 1, + [131464] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9057), 1, + ACTIONS(9041), 1, anon_sym_LPAREN, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9305), 1, + ACTIONS(9295), 1, anon_sym_dynamic, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, - sym_simple_identifier, - STATE(7427), 1, + STATE(7362), 1, sym_type_modifiers, - STATE(8125), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8099), 1, sym__simple_user_type, - STATE(8347), 1, + STATE(8319), 1, sym_user_type, - STATE(9549), 1, - sym_function_type_parameters, - STATE(9579), 1, + STATE(9460), 1, sym_parenthesized_user_type, + STATE(9730), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8185), 2, + STATE(8161), 2, sym__type_reference, sym_parenthesized_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(8290), 3, + STATE(8292), 3, sym_not_nullable_type, sym_nullable_type, sym_function_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596920,51 +596373,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [131743] = 19, - ACTIONS(557), 1, - sym__alpha_identifier, - ACTIONS(637), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, + [131535] = 19, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9279), 1, + ACTIONS(9190), 1, + sym__alpha_identifier, + ACTIONS(9192), 1, anon_sym_LPAREN, - ACTIONS(9317), 1, + ACTIONS(9198), 1, + sym__backtick_identifier, + ACTIONS(9297), 1, anon_sym_dynamic, - STATE(2791), 1, + STATE(5600), 1, + sym_simple_identifier, + STATE(5601), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(5749), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2811), 1, + STATE(5792), 1, sym_user_type, - STATE(7552), 1, + STATE(7457), 1, sym_type_modifiers, - STATE(9798), 1, + STATE(9564), 1, sym_function_type_parameters, - STATE(9885), 1, + STATE(9815), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2842), 2, + STATE(5785), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(3033), 3, + STATE(5816), 3, sym_not_nullable_type, sym_nullable_type, sym_function_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(1910), 7, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -596972,51 +596425,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [131814] = 19, - ACTIONS(8672), 1, + [131606] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9293), 1, + ACTIONS(9279), 1, anon_sym_LPAREN, - STATE(4983), 1, + STATE(954), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6534), 1, + STATE(6553), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7548), 1, + STATE(7443), 1, sym_simple_identifier, - STATE(7903), 1, + STATE(7937), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7902), 2, + STATE(7987), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597024,51 +596477,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [131885] = 19, - ACTIONS(8672), 1, + [131677] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9309), 1, + ACTIONS(9291), 1, anon_sym_LPAREN, - STATE(3730), 1, + STATE(3024), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6578), 1, + STATE(6580), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7462), 1, + STATE(7506), 1, sym_simple_identifier, - STATE(7992), 1, + STATE(7944), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7944), 2, + STATE(7955), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597076,51 +596529,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [131956] = 19, - ACTIONS(8672), 1, + [131748] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9295), 1, + ACTIONS(9281), 1, anon_sym_LPAREN, - STATE(831), 1, + STATE(3010), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6553), 1, + STATE(6569), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7596), 1, + STATE(7413), 1, sym_simple_identifier, - STATE(7878), 1, + STATE(7960), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7984), 2, + STATE(8011), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597128,51 +596581,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [132027] = 19, - ACTIONS(8672), 1, + [131819] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9041), 1, + anon_sym_LPAREN, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9293), 1, - anon_sym_LPAREN, - STATE(4741), 1, - sym_function_value_parameters, - STATE(6224), 1, + ACTIONS(9295), 1, + anon_sym_dynamic, + STATE(5910), 1, sym__lexical_identifier, - STATE(6551), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7380), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(7871), 1, + STATE(7536), 1, + sym_type_modifiers, + STATE(8234), 1, sym__simple_user_type, + STATE(8331), 1, + sym_user_type, + STATE(9827), 1, + sym_function_type_parameters, + STATE(9856), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7885), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7217), 3, + STATE(8161), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8682), 7, + STATE(8292), 3, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597180,51 +596633,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [132098] = 19, - ACTIONS(8672), 1, + [131890] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9293), 1, + ACTIONS(9289), 1, anon_sym_LPAREN, - STATE(4983), 1, + STATE(3787), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6576), 1, + STATE(6568), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7441), 1, + STATE(7354), 1, sym_simple_identifier, - STATE(7903), 1, + STATE(7994), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7924), 2, + STATE(7949), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597232,103 +596685,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [132169] = 19, - ACTIONS(387), 1, + [131961] = 19, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9180), 1, - anon_sym_LPAREN, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9319), 1, + ACTIONS(9220), 1, + anon_sym_LPAREN, + ACTIONS(9299), 1, anon_sym_dynamic, - STATE(823), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(825), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(833), 1, - sym_user_type, - STATE(7445), 1, - sym_type_modifiers, - STATE(9593), 1, - sym_function_type_parameters, - STATE(9919), 1, - sym_parenthesized_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(827), 2, - sym__type_reference, - sym_parenthesized_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(1012), 3, - sym_not_nullable_type, - sym_nullable_type, - sym_function_type, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(1664), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [132240] = 19, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9232), 1, - sym__alpha_identifier, - ACTIONS(9234), 1, - anon_sym_LPAREN, - ACTIONS(9240), 1, - sym__backtick_identifier, - ACTIONS(9321), 1, - anon_sym_dynamic, - STATE(4544), 1, - sym_simple_identifier, - STATE(4545), 1, - sym__lexical_identifier, STATE(4548), 1, - sym__simple_user_type, - STATE(4668), 1, sym_user_type, - STATE(7481), 1, + STATE(7475), 1, sym_type_modifiers, - STATE(9741), 1, + STATE(9480), 1, sym_function_type_parameters, - STATE(9903), 1, + STATE(9651), 1, sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4645), 2, + STATE(4554), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(4918), 3, + STATE(4673), 3, sym_not_nullable_type, sym_nullable_type, sym_function_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9236), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597336,51 +596737,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [132311] = 19, - ACTIONS(8672), 1, + [132032] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9311), 1, + ACTIONS(9285), 1, anon_sym_LPAREN, - STATE(3671), 1, + STATE(4926), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6587), 1, + STATE(6531), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7536), 1, + STATE(7476), 1, sym_simple_identifier, - STATE(7980), 1, + STATE(7863), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7962), 2, + STATE(7889), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597388,51 +596789,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [132382] = 19, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, + [132103] = 19, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9309), 1, + ACTIONS(9210), 1, + sym__alpha_identifier, + ACTIONS(9212), 1, anon_sym_LPAREN, - STATE(3429), 1, - sym_function_value_parameters, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6577), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7480), 1, + ACTIONS(9218), 1, + sym__backtick_identifier, + ACTIONS(9301), 1, + anon_sym_dynamic, + STATE(2832), 1, sym_simple_identifier, - STATE(7882), 1, + STATE(2857), 1, + sym__lexical_identifier, + STATE(2888), 1, sym__simple_user_type, + STATE(3211), 1, + sym_user_type, + STATE(7389), 1, + sym_type_modifiers, + STATE(9567), 1, + sym_function_type_parameters, + STATE(9921), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(3263), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7868), 2, - sym__receiver_type, + STATE(3401), 3, + sym_not_nullable_type, sym_nullable_type, - STATE(7217), 3, + sym_function_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597440,51 +596841,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [132453] = 19, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, + [132174] = 19, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9311), 1, + ACTIONS(9200), 1, + sym__alpha_identifier, + ACTIONS(9202), 1, anon_sym_LPAREN, - STATE(3026), 1, - sym_function_value_parameters, - STATE(6224), 1, + ACTIONS(9208), 1, + sym__backtick_identifier, + ACTIONS(9303), 1, + anon_sym_dynamic, + STATE(4538), 1, sym__lexical_identifier, - STATE(6564), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7528), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(7880), 1, + STATE(4571), 1, sym__simple_user_type, + STATE(4681), 1, + sym_user_type, + STATE(7402), 1, + sym_type_modifiers, + STATE(9527), 1, + sym_function_type_parameters, + STATE(9914), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(4643), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7920), 2, - sym__receiver_type, + STATE(4941), 3, + sym_not_nullable_type, sym_nullable_type, - STATE(7217), 3, + sym_function_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597492,51 +596893,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [132524] = 19, - ACTIONS(8672), 1, + [132245] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9295), 1, + ACTIONS(9289), 1, anon_sym_LPAREN, - STATE(831), 1, + STATE(3396), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6544), 1, + STATE(6529), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7551), 1, + STATE(7563), 1, sym_simple_identifier, - STATE(7878), 1, + STATE(7936), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7933), 2, + STATE(7907), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597544,51 +596945,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [132595] = 19, - ACTIONS(8672), 1, + [132316] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9309), 1, + ACTIONS(9291), 1, anon_sym_LPAREN, - STATE(3429), 1, + STATE(3633), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6574), 1, + STATE(6552), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7502), 1, + STATE(7524), 1, sym_simple_identifier, - STATE(7882), 1, + STATE(8018), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7949), 2, + STATE(7877), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597596,51 +596997,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [132666] = 19, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, + [132387] = 19, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9299), 1, + ACTIONS(9254), 1, anon_sym_LPAREN, - STATE(4919), 1, - sym_function_value_parameters, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6547), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7589), 1, + ACTIONS(9262), 1, + sym__alpha_identifier, + ACTIONS(9266), 1, + sym__backtick_identifier, + ACTIONS(9305), 1, + anon_sym_dynamic, + STATE(5683), 1, sym_simple_identifier, - STATE(8016), 1, + STATE(5698), 1, + sym__lexical_identifier, + STATE(5711), 1, sym__simple_user_type, + STATE(5762), 1, + sym_user_type, + STATE(7545), 1, + sym_type_modifiers, + STATE(9743), 1, + sym_parenthesized_user_type, + STATE(9955), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(5732), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8014), 2, - sym__receiver_type, + STATE(5787), 3, + sym_not_nullable_type, sym_nullable_type, - STATE(7217), 3, + sym_function_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597648,51 +597049,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [132737] = 19, - ACTIONS(7), 1, + [132458] = 19, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9204), 1, + ACTIONS(9224), 1, anon_sym_LPAREN, - ACTIONS(9323), 1, + ACTIONS(9307), 1, anon_sym_dynamic, - STATE(4612), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(825), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(4722), 1, + STATE(861), 1, sym_user_type, - STATE(7588), 1, + STATE(7371), 1, sym_type_modifiers, - STATE(9784), 1, - sym_parenthesized_user_type, - STATE(9846), 1, + STATE(9592), 1, sym_function_type_parameters, + STATE(9950), 1, + sym_parenthesized_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4723), 2, + STATE(835), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(4975), 3, + STATE(984), 3, sym_not_nullable_type, sym_nullable_type, sym_function_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(1920), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597700,51 +597101,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [132808] = 19, - ACTIONS(9105), 1, + [132529] = 19, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9258), 1, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(9260), 1, + ACTIONS(9254), 1, anon_sym_LPAREN, - ACTIONS(9266), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9325), 1, + ACTIONS(9305), 1, anon_sym_dynamic, - STATE(2826), 1, - sym_simple_identifier, - STATE(2853), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(2881), 1, + STATE(5683), 1, + sym_simple_identifier, + STATE(7586), 1, + sym_type_modifiers, + STATE(7900), 1, sym__simple_user_type, - STATE(3199), 1, + STATE(8316), 1, sym_user_type, - STATE(7458), 1, - sym_type_modifiers, - STATE(9673), 1, - sym_function_type_parameters, - STATE(9912), 1, + STATE(9711), 1, sym_parenthesized_user_type, + STATE(10012), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3176), 2, + STATE(5732), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(3407), 3, + STATE(5787), 3, sym_not_nullable_type, sym_nullable_type, sym_function_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9262), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597752,51 +597153,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [132879] = 19, - ACTIONS(9105), 1, + [132600] = 19, + ACTIONS(7), 1, + sym__alpha_identifier, + ACTIONS(111), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9248), 1, - sym__alpha_identifier, - ACTIONS(9250), 1, + ACTIONS(9228), 1, anon_sym_LPAREN, - ACTIONS(9256), 1, - sym__backtick_identifier, - ACTIONS(9327), 1, + ACTIONS(9309), 1, anon_sym_dynamic, - STATE(5602), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(5617), 1, - sym_simple_identifier, - STATE(5748), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(5777), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4757), 1, sym_user_type, - STATE(7537), 1, + STATE(7546), 1, sym_type_modifiers, - STATE(9768), 1, + STATE(9777), 1, sym_parenthesized_user_type, - STATE(10117), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5772), 2, + STATE(4755), 2, sym__type_reference, sym_parenthesized_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(5829), 3, + STATE(4995), 3, sym_not_nullable_type, sym_nullable_type, sym_function_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9252), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597804,51 +597205,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [132950] = 19, - ACTIONS(8672), 1, + [132671] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9299), 1, + ACTIONS(9281), 1, anon_sym_LPAREN, - STATE(4919), 1, + STATE(2814), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6580), 1, + STATE(6581), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7455), 1, + STATE(7554), 1, sym_simple_identifier, - STATE(8016), 1, + STATE(7896), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7939), 2, + STATE(7917), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [132742] = 19, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9291), 1, + anon_sym_LPAREN, + STATE(3024), 1, + sym_function_value_parameters, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6534), 1, + sym_type_parameters, + STATE(7213), 1, + sym_type_modifiers, + STATE(7591), 1, + sym_simple_identifier, + STATE(7944), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7913), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [132813] = 19, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9186), 1, + anon_sym_LPAREN, + ACTIONS(9311), 1, + anon_sym_dynamic, + STATE(2911), 1, + sym__simple_user_type, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3055), 1, + sym_user_type, + STATE(7430), 1, + sym_type_modifiers, + STATE(9476), 1, + sym_function_type_parameters, + STATE(9881), 1, + sym_parenthesized_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2984), 2, + sym__type_reference, + sym_parenthesized_type, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(3278), 3, + sym_not_nullable_type, + sym_nullable_type, + sym_function_type, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597856,51 +597361,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [133021] = 19, - ACTIONS(8672), 1, + [132884] = 19, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9301), 1, + ACTIONS(9285), 1, anon_sym_LPAREN, - STATE(3059), 1, + STATE(4566), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6537), 1, + STATE(6558), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7542), 1, + STATE(7529), 1, sym_simple_identifier, - STATE(8001), 1, + STATE(7933), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7961), 2, + STATE(7904), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -597908,44 +597413,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [133092] = 17, + [132955] = 17, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9248), 1, anon_sym_LPAREN, - STATE(812), 1, + STATE(818), 1, sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(591), 2, + STATE(616), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7367), 2, + STATE(7469), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, @@ -597957,48 +597462,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [133158] = 17, - ACTIONS(387), 1, + [133021] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(6570), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7456), 1, + sym_simple_identifier, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(434), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7470), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7972), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598006,48 +597512,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [133224] = 17, - ACTIONS(115), 1, + [133089] = 17, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9268), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2661), 2, + STATE(2401), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7457), 2, + STATE(7403), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598055,44 +597561,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [133290] = 17, - ACTIONS(473), 1, + [133155] = 17, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9268), 1, + anon_sym_LPAREN, + STATE(3327), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2735), 2, + STATE(2719), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7439), 2, + STATE(7507), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, @@ -598104,48 +597610,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [133356] = 17, - ACTIONS(387), 1, + [133221] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(6546), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7407), 1, + sym_simple_identifier, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(569), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7365), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7929), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598153,48 +597660,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [133422] = 17, - ACTIONS(473), 1, + [133289] = 17, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(2955), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2364), 2, + STATE(2324), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7422), 2, + STATE(7522), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598202,49 +597709,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [133488] = 18, - ACTIONS(8672), 1, + [133355] = 17, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9250), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(6585), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7394), 1, + STATE(2955), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7905), 2, + STATE(2610), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7513), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598252,49 +597758,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [133556] = 18, - ACTIONS(8672), 1, + [133421] = 17, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9250), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(6589), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7547), 1, + STATE(2955), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7965), 2, + STATE(2438), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7582), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598302,48 +597807,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [133624] = 17, - ACTIONS(9105), 1, + [133487] = 17, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9258), 1, - sym__alpha_identifier, - ACTIONS(9266), 1, - sym__backtick_identifier, - ACTIONS(9283), 1, + ACTIONS(9268), 1, anon_sym_LPAREN, - STATE(2853), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(2926), 1, + STATE(3352), 1, sym_simple_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2287), 2, + STATE(2387), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7410), 2, + STATE(7434), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(9262), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598351,44 +597856,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [133690] = 17, - ACTIONS(473), 1, + [133553] = 17, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9268), 1, + anon_sym_LPAREN, + STATE(3327), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2695), 2, + STATE(2334), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7529), 2, + STATE(7576), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, @@ -598400,49 +597905,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [133756] = 18, - ACTIONS(8672), 1, + [133619] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6566), 1, + STATE(6541), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, STATE(7448), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7911), 2, + STATE(7988), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598450,48 +597955,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [133824] = 17, - ACTIONS(387), 1, + [133687] = 17, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9268), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(431), 2, + STATE(2643), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7473), 2, + STATE(7364), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1664), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598499,48 +598004,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [133890] = 17, - ACTIONS(387), 1, + [133753] = 17, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9250), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(2955), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(433), 2, + STATE(2422), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7493), 2, + STATE(7358), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598548,48 +598053,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [133956] = 17, - ACTIONS(387), 1, + [133819] = 17, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9268), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(622), 2, + STATE(2389), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7546), 2, + STATE(7446), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1664), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598597,48 +598102,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [134022] = 17, - ACTIONS(387), 1, + [133885] = 17, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9250), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(2955), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(437), 2, + STATE(2444), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7504), 2, + STATE(7460), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598646,48 +598151,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [134088] = 17, - ACTIONS(473), 1, + [133951] = 17, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(2955), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2395), 2, + STATE(1758), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7389), 2, + STATE(7439), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598695,48 +598200,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [134154] = 17, - ACTIONS(115), 1, + [134017] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(6573), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7409), 1, + sym_simple_identifier, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2135), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7524), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7976), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598744,48 +598250,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [134220] = 17, - ACTIONS(115), 1, + [134085] = 17, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9268), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2381), 2, + STATE(2726), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7414), 2, + STATE(7500), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598793,48 +598299,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [134286] = 17, - ACTIONS(115), 1, + [134151] = 17, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9248), 1, anon_sym_LPAREN, - STATE(2938), 1, + STATE(818), 1, sym_simple_identifier, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2180), 2, + STATE(422), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7583), 2, + STATE(7431), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598842,48 +598348,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [134352] = 17, - ACTIONS(387), 1, + [134217] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(6582), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7532), 1, + sym_simple_identifier, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(451), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7409), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7905), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598891,49 +598398,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [134418] = 18, - ACTIONS(8672), 1, + [134285] = 17, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9248), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(818), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(6588), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7413), 1, - sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7926), 2, + STATE(427), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7398), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598941,48 +598447,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [134486] = 17, - ACTIONS(115), 1, + [134351] = 17, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9268), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2377), 2, + STATE(2400), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7404), 2, + STATE(7474), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -598990,48 +598496,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [134552] = 17, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, + [134417] = 17, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9168), 1, + sym__alpha_identifier, + ACTIONS(9170), 1, + anon_sym_LPAREN, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, - anon_sym_LPAREN, - STATE(2938), 1, + ACTIONS(9180), 1, + sym__backtick_identifier, + STATE(5678), 1, sym_simple_identifier, - STATE(2955), 1, + STATE(5689), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2173), 2, + STATE(5424), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7600), 2, + STATE(7487), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(9174), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599039,48 +598545,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [134618] = 17, - ACTIONS(9105), 1, + [134483] = 17, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9285), 1, - sym__alpha_identifier, - ACTIONS(9287), 1, + ACTIONS(9268), 1, anon_sym_LPAREN, - ACTIONS(9291), 1, - sym__backtick_identifier, - STATE(5682), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(5690), 1, + STATE(3352), 1, sym_simple_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5513), 2, + STATE(2338), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7538), 2, + STATE(7566), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(9289), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599088,44 +598594,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [134684] = 17, + [134549] = 17, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9248), 1, anon_sym_LPAREN, - STATE(812), 1, + STATE(818), 1, sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(614), 2, + STATE(435), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7512), 2, + STATE(7376), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, @@ -599137,44 +598643,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [134750] = 17, - ACTIONS(473), 1, + [134615] = 17, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9268), 1, + anon_sym_LPAREN, + STATE(3327), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2734), 2, + STATE(2715), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7407), 2, + STATE(7387), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, @@ -599186,49 +598692,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [134816] = 18, - ACTIONS(8672), 1, + [134681] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6584), 1, + STATE(6576), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7540), 1, + STATE(7433), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8010), 2, + STATE(7962), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599236,49 +598742,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [134884] = 18, - ACTIONS(8672), 1, + [134749] = 17, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9248), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(818), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(6534), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7548), 1, - sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7902), 2, + STATE(444), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7355), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599286,48 +598791,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [134952] = 17, - ACTIONS(115), 1, + [134815] = 17, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9268), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2460), 2, + STATE(2605), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7479), 2, + STATE(7374), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599335,48 +598840,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [135018] = 17, - ACTIONS(9105), 1, + [134881] = 17, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9192), 1, - sym__alpha_identifier, - ACTIONS(9194), 1, + ACTIONS(9250), 1, anon_sym_LPAREN, - ACTIONS(9198), 1, - sym__backtick_identifier, - STATE(5687), 1, - sym_simple_identifier, - STATE(5694), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(2955), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5431), 2, + STATE(2632), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7415), 2, + STATE(7453), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(9196), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599384,48 +598889,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [135084] = 17, - ACTIONS(473), 1, + [134947] = 17, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(2955), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2659), 2, + STATE(2097), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7516), 2, + STATE(7410), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599433,49 +598938,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [135150] = 18, - ACTIONS(8672), 1, + [135013] = 17, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9250), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(6573), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7523), 1, + STATE(2955), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7897), 2, + STATE(1907), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7523), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599483,48 +598987,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [135218] = 17, - ACTIONS(473), 1, + [135079] = 17, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - STATE(3294), 1, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, + sym__lexical_identifier, + STATE(2955), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(1904), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7479), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1616), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [135145] = 17, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9240), 1, + sym__alpha_identifier, + ACTIONS(9242), 1, + anon_sym_LPAREN, + ACTIONS(9246), 1, + sym__backtick_identifier, + STATE(5676), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(5687), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2625), 2, + STATE(5513), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7503), 2, + STATE(7483), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1652), 7, + ACTIONS(9244), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599532,49 +599085,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [135284] = 18, - ACTIONS(8672), 1, + [135211] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6583), 1, + STATE(6577), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7508), 1, + STATE(7490), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7953), 2, + STATE(7916), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599582,49 +599135,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [135352] = 18, - ACTIONS(8672), 1, + [135279] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6582), 1, + STATE(6566), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7443), 1, + STATE(7366), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7999), 2, + STATE(8003), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599632,48 +599185,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [135420] = 17, - ACTIONS(115), 1, + [135347] = 17, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9248), 1, anon_sym_LPAREN, - STATE(2938), 1, + STATE(818), 1, sym_simple_identifier, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1746), 2, + STATE(448), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7545), 2, + STATE(7370), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599681,49 +599234,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [135486] = 18, - ACTIONS(8672), 1, + [135413] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6572), 1, + STATE(6535), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7377), 1, + STATE(7451), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8004), 2, + STATE(7939), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599731,48 +599284,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [135554] = 17, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, + [135481] = 17, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, + ACTIONS(9168), 1, + sym__alpha_identifier, + ACTIONS(9170), 1, anon_sym_LPAREN, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - STATE(3294), 1, + ACTIONS(9180), 1, + sym__backtick_identifier, + STATE(5678), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(5689), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2392), 2, + STATE(5457), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7587), 2, + STATE(7417), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1652), 7, + ACTIONS(9174), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599780,49 +599333,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [135620] = 18, - ACTIONS(8672), 1, + [135547] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6556), 1, + STATE(6528), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7573), 1, + STATE(7551), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7978), 2, + STATE(7918), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599830,48 +599383,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [135688] = 17, - ACTIONS(115), 1, + [135615] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(6574), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7365), 1, + sym_simple_identifier, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2609), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7449), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(8010), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599879,48 +599433,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [135754] = 17, - ACTIONS(387), 1, + [135683] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(6530), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7594), 1, + sym_simple_identifier, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(459), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7469), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7980), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599928,48 +599483,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [135820] = 17, - ACTIONS(115), 1, + [135751] = 17, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9268), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2435), 2, + STATE(2336), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7577), 2, + STATE(7588), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -599977,49 +599532,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [135886] = 18, - ACTIONS(8672), 1, + [135817] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6571), 1, + STATE(6572), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7601), 1, + STATE(7392), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7986), 2, + STATE(7950), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600027,49 +599582,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [135954] = 18, - ACTIONS(8672), 1, + [135885] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6565), 1, + STATE(6554), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7476), 1, + STATE(7585), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8007), 2, + STATE(7914), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600077,97 +599632,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [136022] = 17, - ACTIONS(115), 1, + [135953] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(6564), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7420), 1, + sym_simple_identifier, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2330), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7391), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(1592), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [136088] = 17, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(7216), 1, - sym_type_modifiers, - STATE(7843), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2728), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7430), 2, + STATE(7935), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600175,48 +599682,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [136154] = 17, - ACTIONS(387), 1, + [136021] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(6583), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7471), 1, + sym_simple_identifier, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(443), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7483), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7870), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600224,44 +599732,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [136220] = 17, - ACTIONS(473), 1, + [136089] = 17, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9268), 1, + anon_sym_LPAREN, + STATE(3327), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2403), 2, + STATE(2331), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7575), 2, + STATE(7580), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, @@ -600273,49 +599781,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [136286] = 18, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, + [136155] = 17, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9240), 1, + sym__alpha_identifier, + ACTIONS(9242), 1, anon_sym_LPAREN, - STATE(6224), 1, + ACTIONS(9246), 1, + sym__backtick_identifier, + STATE(5676), 1, sym__lexical_identifier, - STATE(6562), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7463), 1, + STATE(5687), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7945), 2, + STATE(5512), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7386), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(9244), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600323,48 +599830,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [136354] = 17, - ACTIONS(9105), 1, + [136221] = 18, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9192), 1, - sym__alpha_identifier, - ACTIONS(9194), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - ACTIONS(9198), 1, - sym__backtick_identifier, - STATE(5687), 1, - sym_simple_identifier, - STATE(5694), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(6563), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7504), 1, + sym_simple_identifier, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5436), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7509), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7871), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(9196), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600372,49 +599880,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [136420] = 18, - ACTIONS(8672), 1, + [136289] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6557), 1, + STATE(6567), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7435), 1, + STATE(7509), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7929), 2, + STATE(7941), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600422,48 +599930,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [136488] = 17, - ACTIONS(115), 1, + [136357] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(6557), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7484), 1, + sym_simple_identifier, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2447), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7417), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7882), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600471,48 +599980,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [136554] = 17, - ACTIONS(387), 1, + [136425] = 17, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9250), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(2955), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(584), 2, + STATE(2364), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7382), 2, + STATE(7567), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600520,48 +600029,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [136620] = 17, - ACTIONS(9105), 1, + [136491] = 17, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9285), 1, + ACTIONS(9210), 1, sym__alpha_identifier, - ACTIONS(9287), 1, - anon_sym_LPAREN, - ACTIONS(9291), 1, + ACTIONS(9218), 1, sym__backtick_identifier, - STATE(5682), 1, + ACTIONS(9270), 1, + anon_sym_LPAREN, + STATE(2857), 1, sym__lexical_identifier, - STATE(5690), 1, + STATE(2924), 1, sym_simple_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5494), 2, + STATE(2314), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7440), 2, + STATE(7565), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(9289), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600569,49 +600078,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [136686] = 18, - ACTIONS(8672), 1, + [136557] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6535), 1, + STATE(6551), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7450), 1, + STATE(7372), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7941), 2, + STATE(7947), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600619,48 +600128,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [136754] = 17, - ACTIONS(473), 1, + [136625] = 17, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(2955), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2410), 2, + STATE(2384), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7456), 2, + STATE(7558), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600668,48 +600177,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [136820] = 17, - ACTIONS(9105), 1, + [136691] = 17, + ACTIONS(387), 1, + sym__alpha_identifier, + ACTIONS(469), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9258), 1, - sym__alpha_identifier, - ACTIONS(9266), 1, - sym__backtick_identifier, - ACTIONS(9283), 1, + ACTIONS(9248), 1, anon_sym_LPAREN, - STATE(2853), 1, - sym__lexical_identifier, - STATE(2926), 1, + STATE(818), 1, sym_simple_identifier, - STATE(7216), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2314), 2, + STATE(623), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7396), 2, + STATE(7414), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(9262), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600717,48 +600226,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [136886] = 17, - ACTIONS(115), 1, + [136757] = 17, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9268), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(3352), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2323), 2, + STATE(2666), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7399), 2, + STATE(7360), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600766,49 +600275,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [136952] = 18, - ACTIONS(8672), 1, + [136823] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6539), 1, + STATE(6565), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7521), 1, + STATE(7512), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7989), 2, + STATE(7963), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600816,49 +600325,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [137020] = 18, - ACTIONS(8672), 1, + [136891] = 17, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9268), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(6545), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7591), 1, + STATE(3352), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7951), 2, + STATE(2656), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7560), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600866,48 +600374,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [137088] = 17, - ACTIONS(387), 1, + [136957] = 17, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9250), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(2955), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(450), 2, + STATE(2378), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7397), 2, + STATE(7516), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600915,49 +600423,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [137154] = 18, - ACTIONS(8672), 1, + [137023] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6558), 1, + STATE(6545), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7513), 1, + STATE(7356), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7971), 2, + STATE(7959), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -600965,49 +600473,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [137222] = 18, - ACTIONS(8672), 1, + [137091] = 17, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9248), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(818), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(6546), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7580), 1, - sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7976), 2, + STATE(545), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7494), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -601015,48 +600522,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [137290] = 17, - ACTIONS(473), 1, + [137157] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9188), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9313), 1, + anon_sym_LPAREN, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(6578), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7521), 1, + sym_simple_identifier, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2346), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7363), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7892), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -601064,49 +600572,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [137356] = 18, - ACTIONS(8672), 1, + [137225] = 17, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9250), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(6536), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7379), 1, + STATE(2955), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7921), 2, + STATE(2615), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7525), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -601114,49 +600621,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [137424] = 18, - ACTIONS(8672), 1, + [137291] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6542), 1, + STATE(6537), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7554), 1, + STATE(7519), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7874), 2, + STATE(7970), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -601164,26 +600671,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [137492] = 17, - ACTIONS(473), 1, + [137359] = 17, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9250), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(2955), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, @@ -601191,21 +600698,21 @@ static const uint16_t ts_small_parse_table[] = { STATE(2602), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7384), 2, + STATE(7497), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -601213,49 +600720,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [137558] = 18, - ACTIONS(8672), 1, + [137425] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6555), 1, + STATE(6548), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7531), 1, + STATE(7568), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8020), 2, + STATE(7909), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -601263,49 +600770,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [137626] = 18, - ACTIONS(8672), 1, + [137493] = 17, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9250), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(6552), 1, - sym_type_parameters, - STATE(7216), 1, - sym_type_modifiers, - STATE(7544), 1, + STATE(2955), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7935), 2, + STATE(2457), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7427), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -601313,48 +600819,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [137694] = 17, - ACTIONS(473), 1, + [137559] = 17, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - STATE(3294), 1, + ACTIONS(9248), 1, + anon_sym_LPAREN, + STATE(818), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2646), 2, + STATE(549), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7526), 2, + STATE(7473), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -601362,48 +600868,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [137760] = 17, - ACTIONS(473), 1, + [137625] = 17, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - STATE(3294), 1, + ACTIONS(9248), 1, + anon_sym_LPAREN, + STATE(818), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2362), 2, + STATE(604), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7428), 2, + STATE(7472), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -601411,44 +600917,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [137826] = 17, + [137691] = 17, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9248), 1, anon_sym_LPAREN, - STATE(812), 1, + STATE(818), 1, sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(606), 2, + STATE(584), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7553), 2, + STATE(7455), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, @@ -601460,49 +600966,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [137892] = 18, - ACTIONS(8672), 1, + [137757] = 17, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9248), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(818), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(6548), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7539), 1, - sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7967), 2, + STATE(432), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7548), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -601510,44 +601015,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [137960] = 17, + [137823] = 17, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9248), 1, anon_sym_LPAREN, - STATE(812), 1, + STATE(818), 1, sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(581), 2, + STATE(618), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7378), 2, + STATE(7587), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, @@ -601559,48 +601064,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [138026] = 17, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, + [137889] = 17, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9246), 1, + ACTIONS(9210), 1, + sym__alpha_identifier, + ACTIONS(9218), 1, + sym__backtick_identifier, + ACTIONS(9270), 1, anon_sym_LPAREN, - STATE(812), 1, - sym_simple_identifier, - STATE(823), 1, + STATE(2857), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(2924), 1, + sym_simple_identifier, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(616), 2, + STATE(2294), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7505), 2, + STATE(7527), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1664), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -601608,48 +601113,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [138092] = 17, - ACTIONS(115), 1, + [137955] = 17, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9248), 1, anon_sym_LPAREN, - STATE(2938), 1, + STATE(818), 1, sym_simple_identifier, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2457), 2, + STATE(457), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7541), 2, + STATE(7444), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -601657,48 +601162,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [138158] = 17, - ACTIONS(473), 1, + [138021] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9184), 1, - anon_sym_LPAREN, - ACTIONS(9188), 1, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - STATE(3294), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9313), 1, + anon_sym_LPAREN, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(6538), 1, + sym_type_parameters, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7518), 1, + sym_simple_identifier, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2335), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7412), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7903), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -601706,49 +601212,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [138224] = 18, - ACTIONS(8672), 1, + [138089] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6550), 1, + STATE(6540), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7507), 1, + STATE(7541), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7870), 2, + STATE(7923), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -601756,48 +601262,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [138292] = 17, - ACTIONS(115), 1, + [138157] = 17, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9248), 1, anon_sym_LPAREN, - STATE(2938), 1, + STATE(818), 1, sym_simple_identifier, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2607), 2, + STATE(554), 2, sym_variable_declaration, sym_multi_variable_declaration, - STATE(7400), 2, + STATE(7447), 2, sym__receiver_type, sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -601805,49 +601311,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [138358] = 18, - ACTIONS(8672), 1, + [138223] = 17, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9248), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(818), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(6540), 1, - sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7579), 1, - sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(443), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7493), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7914), 2, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(1664), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [138289] = 17, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9268), 1, + anon_sym_LPAREN, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3352), 1, + sym_simple_identifier, + STATE(7213), 1, + sym_type_modifiers, + STATE(7838), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(2723), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + STATE(7590), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -601855,49 +601409,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [138426] = 18, - ACTIONS(8672), 1, + [138355] = 18, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9186), 1, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6563), 1, + STATE(6562), 1, sym_type_parameters, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7563), 1, + STATE(7480), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7958), 2, + STATE(7899), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -601905,48 +601459,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [138494] = 17, - ACTIONS(115), 1, + [138423] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9230), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(2938), 1, - sym_simple_identifier, - STATE(2955), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7843), 1, + STATE(7547), 1, + sym_simple_identifier, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2652), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - STATE(7467), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7920), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -601954,45 +601505,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [138560] = 16, - ACTIONS(8672), 1, + [138485] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7476), 1, + STATE(7568), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8007), 2, + STATE(7909), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602000,45 +601551,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [138622] = 16, - ACTIONS(8672), 1, + [138547] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7468), 1, + STATE(7595), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7946), 2, + STATE(7984), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602046,45 +601597,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [138684] = 16, - ACTIONS(8672), 1, + [138609] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7372), 1, + STATE(7521), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7927), 2, + STATE(7892), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602092,45 +601643,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [138746] = 16, - ACTIONS(8672), 1, + [138671] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7539), 1, + STATE(7594), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7967), 2, + STATE(7980), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602138,78 +601689,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [138808] = 3, + [138733] = 16, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9176), 1, + anon_sym_dynamic, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9313), 1, + anon_sym_LPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7213), 1, + sym_type_modifiers, + STATE(7480), 1, + sym_simple_identifier, + STATE(7838), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4337), 13, - anon_sym_AT, - anon_sym_RBRACK, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT, - anon_sym_DOT, - anon_sym_AMP, - sym__quest, - anon_sym_DASH_GT, - sym__backtick_identifier, - ACTIONS(4335), 14, - anon_sym_by, - anon_sym_where, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7899), 2, + sym__receiver_type, + sym_nullable_type, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + STATE(7836), 3, + sym__type_reference, + sym_user_type, + sym_parenthesized_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_in, - anon_sym_while, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, + [138795] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - [138844] = 16, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7411), 1, + STATE(7585), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7987), 2, + STATE(7914), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602217,45 +601781,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [138906] = 16, - ACTIONS(8672), 1, + [138857] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7571), 1, + STATE(7411), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7928), 2, + STATE(7982), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602263,45 +601827,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [138968] = 16, - ACTIONS(8672), 1, + [138919] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7563), 1, + STATE(7407), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7958), 2, + STATE(7929), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602309,45 +601873,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [139030] = 16, - ACTIONS(8672), 1, + [138981] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7525), 1, + STATE(7540), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7909), 2, + STATE(7975), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602355,45 +601919,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [139092] = 16, - ACTIONS(8672), 1, + [139043] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7579), 1, + STATE(7596), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7914), 2, + STATE(7885), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602401,45 +601965,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [139154] = 16, - ACTIONS(8672), 1, + [139105] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7544), 1, + STATE(7541), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7935), 2, + STATE(7923), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602447,45 +602011,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [139216] = 16, - ACTIONS(8672), 1, + [139167] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7586), 1, + STATE(7539), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7954), 2, + STATE(7927), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602493,45 +602057,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [139278] = 16, - ACTIONS(8672), 1, + [139229] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7581), 1, + STATE(7452), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7981), 2, + STATE(7990), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602539,45 +602103,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [139340] = 16, - ACTIONS(8672), 1, + [139291] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7531), 1, + STATE(7512), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8020), 2, + STATE(7963), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602585,45 +602149,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [139402] = 16, - ACTIONS(8672), 1, + [139353] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7530), 1, + STATE(7519), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7968), 2, + STATE(7970), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602631,11 +602195,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [139464] = 3, + [139415] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4168), 13, + ACTIONS(4188), 13, anon_sym_AT, anon_sym_RBRACK, anon_sym_EQ, @@ -602649,7 +602213,7 @@ static const uint16_t ts_small_parse_table[] = { sym__quest, anon_sym_DASH_GT, sym__backtick_identifier, - ACTIONS(4166), 14, + ACTIONS(4186), 14, anon_sym_by, anon_sym_where, anon_sym_get, @@ -602664,45 +602228,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [139500] = 16, - ACTIONS(8672), 1, + [139451] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7561), 1, + STATE(7450), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7899), 2, + STATE(7964), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602710,45 +602274,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [139562] = 16, - ACTIONS(8672), 1, + [139513] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7507), 1, + STATE(7584), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7870), 2, + STATE(7974), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602756,45 +602320,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [139624] = 16, - ACTIONS(8672), 1, + [139575] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7520), 1, + STATE(7509), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7963), 2, + STATE(7941), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602802,45 +602366,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [139686] = 16, - ACTIONS(8672), 1, + [139637] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7601), 1, + STATE(7577), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7986), 2, + STATE(7911), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602848,45 +602412,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [139748] = 16, - ACTIONS(8672), 1, + [139699] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7513), 1, + STATE(7356), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7971), 2, + STATE(7959), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602894,45 +602458,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [139810] = 16, - ACTIONS(8672), 1, + [139761] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7437), 1, + STATE(7518), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8024), 2, + STATE(7903), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602940,45 +602504,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [139872] = 16, - ACTIONS(8672), 1, + [139823] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7459), 1, + STATE(7363), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7964), 2, + STATE(7953), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -602986,45 +602550,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [139934] = 16, - ACTIONS(8672), 1, + [139885] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7398), 1, + STATE(7504), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7937), 2, + STATE(7871), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603032,45 +602596,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [139996] = 16, - ACTIONS(8672), 1, + [139947] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7511), 1, + STATE(7448), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7975), 2, + STATE(7988), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603078,45 +602642,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [140058] = 16, - ACTIONS(8672), 1, + [140009] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7450), 1, + STATE(7353), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7941), 2, + STATE(7915), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603124,45 +602688,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [140120] = 16, - ACTIONS(8672), 1, + [140071] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7591), 1, + STATE(7484), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7951), 2, + STATE(7882), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603170,137 +602734,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [140182] = 16, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9329), 1, - anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7216), 1, - sym_type_modifiers, - STATE(7521), 1, - sym_simple_identifier, - STATE(7843), 1, - sym__simple_user_type, + [140133] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7989), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [140244] = 16, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(4279), 13, anon_sym_AT, - ACTIONS(9188), 1, - anon_sym_dynamic, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9329), 1, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_LBRACE, anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7216), 1, - sym_type_modifiers, - STATE(7487), 1, - sym_simple_identifier, - STATE(7843), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7947), 2, - sym__receiver_type, - sym_nullable_type, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - STATE(7852), 3, - sym__type_reference, - sym_user_type, - sym_parenthesized_type, - ACTIONS(8682), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_DOT, + anon_sym_AMP, + sym__quest, + anon_sym_DASH_GT, + sym__backtick_identifier, + ACTIONS(4277), 14, + anon_sym_by, + anon_sym_where, anon_sym_get, anon_sym_set, + anon_sym_in, + anon_sym_while, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, - [140306] = 16, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [140169] = 16, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7557), 1, + STATE(7573), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7960), 2, + STATE(7881), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603308,45 +602813,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [140368] = 16, - ACTIONS(8672), 1, + [140231] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7554), 1, + STATE(7532), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7874), 2, + STATE(7905), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603354,45 +602859,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [140430] = 16, - ACTIONS(8672), 1, + [140293] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7584), 1, + STATE(7372), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8021), 2, + STATE(7947), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603400,45 +602905,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [140492] = 16, - ACTIONS(8672), 1, + [140355] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7464), 1, + STATE(7366), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7910), 2, + STATE(8003), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603446,45 +602951,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [140554] = 16, - ACTIONS(8672), 1, + [140417] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7379), 1, + STATE(7451), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7921), 2, + STATE(7939), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603492,45 +602997,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [140616] = 16, - ACTIONS(8672), 1, + [140479] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7443), 1, + STATE(7384), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7999), 2, + STATE(7925), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603538,45 +603043,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [140678] = 16, - ACTIONS(8672), 1, + [140541] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7448), 1, + STATE(7445), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7911), 2, + STATE(7865), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603584,45 +603089,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [140740] = 16, - ACTIONS(8672), 1, + [140603] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7394), 1, + STATE(7408), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7905), 2, + STATE(7862), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603630,45 +603135,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [140802] = 16, - ACTIONS(8672), 1, + [140665] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7478), 1, + STATE(7482), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7990), 2, + STATE(7977), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603676,45 +603181,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [140864] = 16, - ACTIONS(8672), 1, + [140727] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7418), 1, + STATE(7589), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7934), 2, + STATE(8007), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603722,45 +603227,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [140926] = 16, - ACTIONS(8672), 1, + [140789] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7550), 1, + STATE(7463), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7896), 2, + STATE(7946), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603768,45 +603273,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [140988] = 16, - ACTIONS(8672), 1, + [140851] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7508), 1, + STATE(7392), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7953), 2, + STATE(7950), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603814,45 +603319,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [141050] = 16, - ACTIONS(8672), 1, + [140913] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7580), 1, + STATE(7365), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7976), 2, + STATE(8010), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603860,45 +603365,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [141112] = 16, - ACTIONS(8672), 1, + [140975] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7435), 1, + STATE(7471), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7929), 2, + STATE(7870), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603906,45 +603411,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [141174] = 16, - ACTIONS(8672), 1, + [141037] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7377), 1, + STATE(7420), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8004), 2, + STATE(7935), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603952,45 +603457,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [141236] = 16, - ACTIONS(8672), 1, + [141099] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7413), 1, + STATE(7404), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7926), 2, + STATE(7954), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -603998,45 +603503,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [141298] = 16, - ACTIONS(8672), 1, + [141161] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7523), 1, + STATE(7421), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7897), 2, + STATE(7985), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604044,45 +603549,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [141360] = 16, - ACTIONS(8672), 1, + [141223] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7463), 1, + STATE(7432), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7945), 2, + STATE(7999), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604090,45 +603595,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [141422] = 16, - ACTIONS(8672), 1, + [141285] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7573), 1, + STATE(7409), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7978), 2, + STATE(7976), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604136,45 +603641,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [141484] = 16, - ACTIONS(8672), 1, + [141347] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7392), 1, + STATE(7436), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7996), 2, + STATE(7971), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604182,45 +603687,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [141546] = 16, - ACTIONS(8672), 1, + [141409] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7518), 1, + STATE(7486), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7959), 2, + STATE(7922), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604228,45 +603733,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [141608] = 16, - ACTIONS(8672), 1, + [141471] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7556), 1, + STATE(7388), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8025), 2, + STATE(7895), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604274,45 +603779,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [141670] = 16, - ACTIONS(8672), 1, + [141533] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7406), 1, + STATE(7490), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7900), 2, + STATE(7916), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604320,45 +603825,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [141732] = 16, - ACTIONS(8672), 1, + [141595] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7540), 1, + STATE(7433), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8010), 2, + STATE(7962), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604366,45 +603871,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [141794] = 16, - ACTIONS(8672), 1, + [141657] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7547), 1, + STATE(7551), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7965), 2, + STATE(7918), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604412,45 +603917,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [141856] = 16, - ACTIONS(8672), 1, + [141719] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7522), 1, + STATE(7544), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7922), 2, + STATE(7906), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604458,45 +603963,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [141918] = 16, - ACTIONS(8672), 1, + [141781] = 16, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9188), 1, + ACTIONS(9176), 1, anon_sym_dynamic, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7216), 1, + STATE(7213), 1, sym_type_modifiers, - STATE(7560), 1, + STATE(7395), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7970), 2, + STATE(8000), 2, sym__receiver_type, sym_nullable_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - STATE(7852), 3, + STATE(7836), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604504,15 +604009,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [141980] = 5, - ACTIONS(6552), 1, + [141843] = 5, + ACTIONS(6538), 1, anon_sym_LT, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 10, + ACTIONS(4171), 10, anon_sym_AT, anon_sym_RBRACK, anon_sym_EQ, @@ -604523,7 +604028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 14, + ACTIONS(4169), 14, anon_sym_by, anon_sym_where, anon_sym_get, @@ -604538,108 +604043,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142019] = 5, - ACTIONS(9331), 1, - anon_sym_DOT, - STATE(6591), 1, - aux_sym_user_type_repeat1, + [141882] = 15, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9315), 1, + anon_sym_AT, + ACTIONS(9317), 1, + anon_sym_COMMA, + ACTIONS(9319), 1, + anon_sym_RPAREN, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7875), 1, + sym_parameter_modifiers, + STATE(8854), 1, + sym__function_value_parameter, + STATE(8909), 1, + sym_parameter, + STATE(9519), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4168), 9, - anon_sym_AT, - anon_sym_RBRACK, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_AMP, - sym__quest, - sym__backtick_identifier, - ACTIONS(4166), 14, - anon_sym_by, - anon_sym_where, + STATE(7834), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(9047), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + STATE(7215), 3, + sym_parameter_modifier, + sym_annotation, + aux_sym_parameter_modifiers_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_in, - anon_sym_while, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, + [141940] = 15, + ACTIONS(8668), 1, sym__alpha_identifier, - [142057] = 5, - ACTIONS(9334), 1, - anon_sym_DOT, - STATE(6591), 1, - aux_sym_user_type_repeat1, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9059), 1, + anon_sym_COMMA, + ACTIONS(9061), 1, + anon_sym_RPAREN, + ACTIONS(9315), 1, + anon_sym_AT, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7875), 1, + sym_parameter_modifiers, + STATE(8909), 1, + sym_parameter, + STATE(8946), 1, + sym__function_value_parameter, + STATE(9519), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 9, - anon_sym_AT, - anon_sym_RBRACK, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_AMP, - sym__quest, - sym__backtick_identifier, - ACTIONS(4153), 14, - anon_sym_by, - anon_sym_where, + STATE(7834), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(9047), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + STATE(7215), 3, + sym_parameter_modifier, + sym_annotation, + aux_sym_parameter_modifiers_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_in, - anon_sym_while, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, + [141998] = 15, + ACTIONS(8668), 1, sym__alpha_identifier, - [142095] = 15, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9081), 1, + ACTIONS(9049), 1, anon_sym_COMMA, - ACTIONS(9083), 1, + ACTIONS(9051), 1, anon_sym_RPAREN, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9063), 1, + STATE(8993), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604647,42 +604172,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [142153] = 15, - ACTIONS(8672), 1, + [142056] = 15, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9085), 1, + ACTIONS(9315), 1, + anon_sym_AT, + ACTIONS(9321), 1, anon_sym_COMMA, - ACTIONS(9087), 1, + ACTIONS(9323), 1, anon_sym_RPAREN, - ACTIONS(9336), 1, - anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(8905), 1, + STATE(8994), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604690,42 +604215,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [142211] = 15, - ACTIONS(8672), 1, + [142114] = 15, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, - anon_sym_AT, - ACTIONS(9338), 1, + ACTIONS(9043), 1, anon_sym_COMMA, - ACTIONS(9340), 1, + ACTIONS(9045), 1, anon_sym_RPAREN, - STATE(6224), 1, + ACTIONS(9315), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, - sym_parameter, - STATE(8949), 1, + STATE(8810), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(8909), 1, + sym_parameter, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604733,42 +604258,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [142269] = 15, - ACTIONS(8672), 1, + [142172] = 15, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9077), 1, + ACTIONS(9069), 1, anon_sym_COMMA, - ACTIONS(9079), 1, + ACTIONS(9071), 1, anon_sym_RPAREN, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8881), 1, + STATE(8792), 1, sym__function_value_parameter, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604776,42 +604301,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [142327] = 15, - ACTIONS(8672), 1, + [142230] = 5, + ACTIONS(9325), 1, + anon_sym_DOT, + STATE(6594), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4124), 9, + anon_sym_AT, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_AMP, + sym__quest, + sym__backtick_identifier, + ACTIONS(4122), 14, + anon_sym_by, + anon_sym_where, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_out, + sym_reification_modifier, + anon_sym_expect, + anon_sym_actual, sym__alpha_identifier, - ACTIONS(8702), 1, + [142268] = 15, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9073), 1, + ACTIONS(9063), 1, anon_sym_COMMA, - ACTIONS(9075), 1, + ACTIONS(9065), 1, anon_sym_RPAREN, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9094), 1, + STATE(9047), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604819,42 +604377,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [142385] = 15, - ACTIONS(8672), 1, + [142326] = 15, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, - anon_sym_AT, - ACTIONS(9342), 1, + ACTIONS(9055), 1, anon_sym_COMMA, - ACTIONS(9344), 1, + ACTIONS(9057), 1, anon_sym_RPAREN, - STATE(6224), 1, + ACTIONS(9315), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9076), 1, + STATE(9012), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604862,42 +604420,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [142443] = 15, - ACTIONS(8672), 1, + [142384] = 5, + ACTIONS(9327), 1, + anon_sym_DOT, + STATE(6594), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4188), 9, + anon_sym_AT, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_AMP, + sym__quest, + sym__backtick_identifier, + ACTIONS(4186), 14, + anon_sym_by, + anon_sym_where, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_out, + sym_reification_modifier, + anon_sym_expect, + anon_sym_actual, sym__alpha_identifier, - ACTIONS(8702), 1, + [142422] = 15, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - ACTIONS(9346), 1, + ACTIONS(9330), 1, anon_sym_COMMA, - ACTIONS(9348), 1, + ACTIONS(9332), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9058), 1, + STATE(9044), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604905,42 +604496,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [142501] = 15, - ACTIONS(8672), 1, + [142480] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9067), 1, - anon_sym_COMMA, - ACTIONS(9069), 1, - anon_sym_RPAREN, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9334), 1, + anon_sym_RPAREN, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8829), 1, - sym__function_value_parameter, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9513), 1, + STATE(9134), 1, + sym__function_value_parameter, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604948,42 +604537,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [142559] = 15, - ACTIONS(8672), 1, + [142535] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9059), 1, - anon_sym_COMMA, - ACTIONS(9061), 1, - anon_sym_RPAREN, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9336), 1, + anon_sym_RPAREN, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8805), 1, - sym__function_value_parameter, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9513), 1, + STATE(9134), 1, + sym__function_value_parameter, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -604991,40 +604578,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [142617] = 14, - ACTIONS(8672), 1, + [142590] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - ACTIONS(9350), 1, + ACTIONS(9338), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9438), 1, + STATE(9134), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605032,40 +604619,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [142672] = 14, - ACTIONS(8672), 1, + [142645] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - ACTIONS(9352), 1, + ACTIONS(9340), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9438), 1, + STATE(9134), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605073,40 +604660,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [142727] = 14, - ACTIONS(8672), 1, + [142700] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - ACTIONS(9354), 1, + ACTIONS(9342), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9438), 1, + STATE(9134), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605114,11 +604701,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [142782] = 3, + [142755] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4315), 10, + ACTIONS(4271), 10, anon_sym_AT, anon_sym_RBRACK, anon_sym_EQ, @@ -605129,7 +604716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym__quest, sym__backtick_identifier, - ACTIONS(4313), 14, + ACTIONS(4269), 14, anon_sym_by, anon_sym_where, anon_sym_get, @@ -605144,40 +604731,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [142815] = 14, - ACTIONS(8672), 1, + [142788] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - ACTIONS(9356), 1, + ACTIONS(9344), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9438), 1, + STATE(9134), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605185,40 +604772,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [142870] = 14, - ACTIONS(8672), 1, + [142843] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - ACTIONS(9358), 1, + ACTIONS(9346), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9438), 1, + STATE(9134), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605226,40 +604813,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [142925] = 14, - ACTIONS(8672), 1, + [142898] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - ACTIONS(9360), 1, + ACTIONS(9348), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9438), 1, + STATE(9134), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605267,40 +604854,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [142980] = 14, - ACTIONS(8672), 1, + [142953] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - ACTIONS(9362), 1, + ACTIONS(9350), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9438), 1, + STATE(9134), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605308,40 +604895,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [143035] = 14, - ACTIONS(8672), 1, + [143008] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - ACTIONS(9364), 1, + ACTIONS(9352), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9438), 1, + STATE(9134), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605349,81 +604936,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [143090] = 14, - ACTIONS(8672), 1, + [143063] = 14, + ACTIONS(9354), 1, sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9336), 1, - anon_sym_AT, + ACTIONS(9356), 1, + anon_sym_file, + ACTIONS(9358), 1, + anon_sym_LBRACK, ACTIONS(9366), 1, - anon_sym_RPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8005), 1, - sym_parameter_modifiers, - STATE(8883), 1, - sym_parameter, - STATE(9438), 1, - sym__function_value_parameter, - STATE(9513), 1, + sym__backtick_identifier, + STATE(3531), 1, sym_simple_identifier, + STATE(3601), 1, + sym__simple_user_type, + STATE(3697), 1, + sym__lexical_identifier, + STATE(3725), 1, + sym_user_type, + STATE(7345), 1, + sym_use_site_target, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(9063), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - STATE(7223), 3, - sym_parameter_modifier, - sym_annotation, - aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(9360), 2, anon_sym_get, anon_sym_set, + STATE(4010), 2, + sym_constructor_invocation, + sym__unescaped_annotation, + ACTIONS(9362), 5, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [143145] = 14, - ACTIONS(8672), 1, + ACTIONS(9364), 6, + anon_sym_field, + anon_sym_property, + anon_sym_receiver, + anon_sym_param, + anon_sym_setparam, + anon_sym_delegate, + [143118] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, ACTIONS(9368), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9438), 1, + STATE(9134), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605431,40 +605018,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [143200] = 14, - ACTIONS(8672), 1, + [143173] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, ACTIONS(9370), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9438), 1, + STATE(9134), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605472,40 +605059,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [143255] = 14, - ACTIONS(8672), 1, + [143228] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4275), 10, + anon_sym_AT, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_DOT, + anon_sym_AMP, + sym__quest, + sym__backtick_identifier, + ACTIONS(4273), 14, + anon_sym_by, + anon_sym_where, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_out, + sym_reification_modifier, + anon_sym_expect, + anon_sym_actual, sym__alpha_identifier, - ACTIONS(8702), 1, + [143261] = 14, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, ACTIONS(9372), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9438), 1, + STATE(9134), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605513,40 +605130,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [143310] = 14, - ACTIONS(8672), 1, + [143316] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, ACTIONS(9374), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9438), 1, + STATE(9134), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605554,40 +605171,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [143365] = 14, - ACTIONS(8672), 1, + [143371] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, ACTIONS(9376), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9438), 1, + STATE(9134), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605595,40 +605212,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [143420] = 14, - ACTIONS(8672), 1, + [143426] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, ACTIONS(9378), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9438), 1, + STATE(9134), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605636,40 +605253,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [143475] = 14, - ACTIONS(8672), 1, + [143481] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, ACTIONS(9380), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9438), 1, + STATE(9134), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605677,40 +605294,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [143530] = 14, - ACTIONS(8672), 1, + [143536] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, ACTIONS(9382), 1, anon_sym_RPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, + STATE(7875), 1, sym_parameter_modifiers, - STATE(8883), 1, + STATE(8909), 1, sym_parameter, - STATE(9438), 1, + STATE(9134), 1, sym__function_value_parameter, - STATE(9513), 1, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605718,151 +605335,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [143585] = 14, - ACTIONS(8672), 1, + [143591] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9080), 1, anon_sym_AT, + ACTIONS(9178), 1, + anon_sym_suspend, ACTIONS(9384), 1, - anon_sym_RPAREN, - STATE(6224), 1, + anon_sym_LPAREN, + STATE(4529), 1, sym__lexical_identifier, - STATE(8005), 1, - sym_parameter_modifiers, - STATE(8883), 1, - sym_parameter, - STATE(9438), 1, - sym__function_value_parameter, - STATE(9513), 1, + STATE(4533), 1, sym_simple_identifier, + STATE(4605), 1, + sym__simple_user_type, + STATE(7564), 1, + sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(4623), 2, + sym_user_type, + sym_parenthesized_user_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - STATE(7223), 3, - sym_parameter_modifier, + STATE(7212), 3, + sym__type_modifier, sym_annotation, - aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [143640] = 14, - ACTIONS(9386), 1, - sym__alpha_identifier, - ACTIONS(9388), 1, - anon_sym_file, - ACTIONS(9390), 1, - anon_sym_LBRACK, - ACTIONS(9398), 1, - sym__backtick_identifier, - STATE(3554), 1, - sym_simple_identifier, - STATE(3648), 1, - sym__lexical_identifier, - STATE(3688), 1, - sym__simple_user_type, - STATE(3724), 1, - sym_user_type, - STATE(7317), 1, - sym_use_site_target, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9392), 2, - anon_sym_get, - anon_sym_set, - STATE(3889), 2, - sym_constructor_invocation, - sym__unescaped_annotation, - ACTIONS(9394), 5, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - ACTIONS(9396), 6, - anon_sym_field, - anon_sym_property, - anon_sym_receiver, - anon_sym_param, - anon_sym_setparam, - anon_sym_delegate, - [143695] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4319), 10, - anon_sym_AT, - anon_sym_RBRACK, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_DOT, - anon_sym_AMP, - sym__quest, - sym__backtick_identifier, - ACTIONS(4317), 14, - anon_sym_by, - anon_sym_where, + aux_sym_type_modifiers_repeat1, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, - anon_sym_in, - anon_sym_while, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, + [143645] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - [143728] = 14, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9400), 1, + ACTIONS(9386), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(884), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3159), 1, sym__simple_user_type, - STATE(7465), 1, + STATE(7553), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(974), 2, + STATE(3285), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605870,77 +605415,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [143782] = 13, - ACTIONS(9402), 1, + [143699] = 14, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9404), 1, - anon_sym_LBRACK, - ACTIONS(9410), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - STATE(5826), 1, + ACTIONS(9388), 1, + anon_sym_LPAREN, + STATE(7458), 1, + sym_type_modifiers, + STATE(8318), 1, + sym__lexical_identifier, + STATE(8324), 1, sym_simple_identifier, - STATE(5841), 1, + STATE(8420), 1, sym__simple_user_type, - STATE(5842), 1, - sym__lexical_identifier, - STATE(5863), 1, - sym_user_type, - STATE(7329), 1, - sym_use_site_target, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9406), 2, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8297), 2, + sym_user_type, + sym_parenthesized_user_type, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, - STATE(6143), 2, - sym_constructor_invocation, - sym__unescaped_annotation, - ACTIONS(9408), 5, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - ACTIONS(9396), 6, - anon_sym_field, - anon_sym_property, - anon_sym_receiver, - anon_sym_param, - anon_sym_setparam, - anon_sym_delegate, - [143834] = 13, - ACTIONS(8672), 1, + [143753] = 13, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(6224), 1, + ACTIONS(9394), 1, + sym_reification_modifier, + STATE(5910), 1, sym__lexical_identifier, - STATE(8005), 1, - sym_parameter_modifiers, - STATE(8883), 1, - sym_parameter, - STATE(9438), 1, - sym__function_value_parameter, - STATE(9513), 1, + STATE(8204), 1, + sym_type_parameter_modifiers, + STATE(8818), 1, + sym_type_parameter, + STATE(8967), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + ACTIONS(9392), 2, + anon_sym_in, + anon_sym_out, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - STATE(7223), 3, - sym_parameter_modifier, + STATE(7146), 4, + sym_variance_modifier, + sym__type_parameter_modifier, sym_annotation, - aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + aux_sym_type_parameter_modifiers_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605948,39 +605494,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [143886] = 14, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, + [143805] = 14, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9412), 1, + ACTIONS(9232), 1, + sym__alpha_identifier, + ACTIONS(9238), 1, + sym__backtick_identifier, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(7485), 1, + sym_type_modifiers, + STATE(8318), 1, sym__lexical_identifier, - STATE(3636), 1, + STATE(8324), 1, + sym_simple_identifier, + STATE(8420), 1, sym__simple_user_type, - STATE(7434), 1, - sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3817), 2, - sym_user_type, - sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(8315), 2, + sym_user_type, + sym_parenthesized_user_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(1652), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -605988,78 +605534,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [143940] = 13, - ACTIONS(1724), 1, + [143859] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(1788), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9414), 1, - anon_sym_LBRACK, - STATE(5340), 1, - sym_simple_identifier, - STATE(5443), 1, - sym__simple_user_type, - STATE(5458), 1, - sym__lexical_identifier, - STATE(5501), 1, - sym_user_type, - STATE(7355), 1, - sym_use_site_target, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9416), 2, - anon_sym_get, - anon_sym_set, - STATE(5568), 2, - sym_constructor_invocation, - sym__unescaped_annotation, - ACTIONS(3092), 5, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - ACTIONS(9396), 6, - anon_sym_field, - anon_sym_property, - anon_sym_receiver, - anon_sym_param, - anon_sym_setparam, - anon_sym_delegate, - [143992] = 14, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9268), 1, - sym__alpha_identifier, - ACTIONS(9272), 1, - sym__backtick_identifier, - ACTIONS(9418), 1, + ACTIONS(9396), 1, anon_sym_LPAREN, - STATE(5686), 1, + STATE(820), 1, sym_simple_identifier, - STATE(5713), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(5768), 1, + STATE(890), 1, sym__simple_user_type, - STATE(7496), 1, + STATE(7405), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5803), 2, + STATE(999), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9270), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -606067,38 +605574,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [144046] = 13, - ACTIONS(8672), 1, + [143913] = 14, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - ACTIONS(9424), 1, - sym_reification_modifier, - STATE(6224), 1, + ACTIONS(9398), 1, + anon_sym_LPAREN, + STATE(5680), 1, sym__lexical_identifier, - STATE(8206), 1, - sym_type_parameter_modifiers, - STATE(8863), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(9095), 1, - sym_type_parameter, + STATE(7530), 1, + sym_type_modifiers, + STATE(8307), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9422), 2, - anon_sym_in, - anon_sym_out, - STATE(7628), 2, + STATE(5796), 2, + sym_user_type, + sym_parenthesized_user_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7163), 4, - sym_variance_modifier, - sym__type_parameter_modifier, + STATE(7212), 3, + sym__type_modifier, sym_annotation, - aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + aux_sym_type_modifiers_repeat1, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -606106,39 +605614,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [144098] = 14, - ACTIONS(9105), 1, + [143967] = 14, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9258), 1, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(9266), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9426), 1, + ACTIONS(9400), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2853), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(3261), 1, + STATE(4543), 1, + sym_simple_identifier, + STATE(4647), 1, sym__simple_user_type, - STATE(7562), 1, + STATE(7481), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3484), 2, + STATE(4950), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9262), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -606146,39 +605654,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [144152] = 14, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, + [144021] = 14, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9428), 1, + ACTIONS(9232), 1, + sym__alpha_identifier, + ACTIONS(9238), 1, + sym__backtick_identifier, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(7534), 1, + sym_type_modifiers, + STATE(8318), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(8324), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(8420), 1, sym__simple_user_type, - STATE(7499), 1, - sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8292), 2, + STATE(8302), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -606186,79 +605694,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [144206] = 14, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9268), 1, + [144075] = 13, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9272), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9418), 1, - anon_sym_LPAREN, - STATE(5686), 1, - sym_simple_identifier, - STATE(5713), 1, + ACTIONS(9402), 1, + anon_sym_LBRACK, + STATE(5910), 1, sym__lexical_identifier, - STATE(5768), 1, + STATE(6584), 1, + sym_simple_identifier, + STATE(6674), 1, sym__simple_user_type, - STATE(7475), 1, - sym_type_modifiers, + STATE(7282), 1, + sym_user_type, + STATE(7331), 1, + sym_use_site_target, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5795), 2, - sym_user_type, - sym_parenthesized_user_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(9270), 7, + ACTIONS(9404), 2, anon_sym_get, anon_sym_set, + STATE(7680), 2, + sym_constructor_invocation, + sym__unescaped_annotation, + ACTIONS(8678), 5, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [144260] = 14, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9248), 1, + ACTIONS(9364), 6, + anon_sym_field, + anon_sym_property, + anon_sym_receiver, + anon_sym_param, + anon_sym_setparam, + anon_sym_delegate, + [144127] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(9256), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9430), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9406), 1, anon_sym_LPAREN, - STATE(5602), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(5617), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(5653), 1, + STATE(4900), 1, sym__simple_user_type, - STATE(7362), 1, + STATE(7510), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5823), 2, + STATE(5000), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9252), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -606266,39 +605773,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [144314] = 14, - ACTIONS(8672), 1, + [144181] = 13, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9315), 1, anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9428), 1, - anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7364), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(7875), 1, + sym_parameter_modifiers, + STATE(8909), 1, + sym_parameter, + STATE(9134), 1, + sym__function_value_parameter, + STATE(9519), 1, sym_simple_identifier, - STATE(8293), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - STATE(8287), 2, - sym_user_type, - sym_parenthesized_user_type, - STATE(7217), 3, - sym__type_modifier, + ACTIONS(9047), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + STATE(7215), 3, + sym_parameter_modifier, sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(8682), 7, + aux_sym_parameter_modifiers_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -606306,39 +605812,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [144368] = 14, - ACTIONS(7), 1, - sym__alpha_identifier, - ACTIONS(111), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, + [144233] = 14, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9432), 1, + ACTIONS(9252), 1, + sym__alpha_identifier, + ACTIONS(9260), 1, + sym__backtick_identifier, + ACTIONS(9398), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(4683), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(4897), 1, - sym__simple_user_type, - STATE(7514), 1, + STATE(7571), 1, sym_type_modifiers, + STATE(8307), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5005), 2, + STATE(5798), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(1920), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -606346,39 +605852,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [144422] = 14, - ACTIONS(7), 1, - sym__alpha_identifier, - ACTIONS(111), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, + [144287] = 14, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9432), 1, + ACTIONS(9190), 1, + sym__alpha_identifier, + ACTIONS(9198), 1, + sym__backtick_identifier, + ACTIONS(9408), 1, anon_sym_LPAREN, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4683), 1, + STATE(5600), 1, sym_simple_identifier, - STATE(4897), 1, + STATE(5601), 1, + sym__lexical_identifier, + STATE(5650), 1, sym__simple_user_type, - STATE(7366), 1, + STATE(7575), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4985), 2, + STATE(5812), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(1920), 7, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -606386,78 +605892,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [144476] = 13, - ACTIONS(9434), 1, + [144341] = 13, + ACTIONS(1724), 1, sym__alpha_identifier, - ACTIONS(9436), 1, - anon_sym_LBRACK, - ACTIONS(9442), 1, + ACTIONS(1788), 1, sym__backtick_identifier, - STATE(5660), 1, - sym__lexical_identifier, - STATE(5684), 1, + ACTIONS(9410), 1, + anon_sym_LBRACK, + STATE(5357), 1, sym_simple_identifier, - STATE(5692), 1, + STATE(5425), 1, + sym__lexical_identifier, + STATE(5440), 1, sym__simple_user_type, - STATE(5705), 1, + STATE(5482), 1, sym_user_type, - STATE(7299), 1, + STATE(7333), 1, sym_use_site_target, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9438), 2, + ACTIONS(9412), 2, anon_sym_get, anon_sym_set, - STATE(5721), 2, + STATE(5531), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(9440), 5, + ACTIONS(3099), 5, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - ACTIONS(9396), 6, + ACTIONS(9364), 6, anon_sym_field, anon_sym_property, anon_sym_receiver, anon_sym_param, anon_sym_setparam, anon_sym_delegate, - [144528] = 14, - ACTIONS(9105), 1, + [144393] = 14, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9258), 1, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(9266), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9426), 1, + ACTIONS(9400), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2853), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(3261), 1, + STATE(4543), 1, + sym_simple_identifier, + STATE(4647), 1, sym__simple_user_type, - STATE(7572), 1, + STATE(7478), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3486), 2, + STATE(4952), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9262), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -606465,39 +605971,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [144582] = 14, - ACTIONS(557), 1, + [144447] = 13, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9390), 1, anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9444), 1, - anon_sym_LPAREN, - STATE(2791), 1, + ACTIONS(9394), 1, + sym_reification_modifier, + STATE(5910), 1, sym__lexical_identifier, - STATE(2803), 1, + STATE(8204), 1, + sym_type_parameter_modifiers, + STATE(8967), 1, sym_simple_identifier, - STATE(2915), 1, - sym__simple_user_type, - STATE(7395), 1, - sym_type_modifiers, + STATE(8999), 1, + sym_type_parameter, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3029), 2, - sym_user_type, - sym_parenthesized_user_type, - STATE(7848), 2, + ACTIONS(9392), 2, + anon_sym_in, + anon_sym_out, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, + STATE(7146), 4, + sym_variance_modifier, + sym__type_parameter_modifier, sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(1910), 7, + aux_sym_type_parameter_modifiers_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -606505,39 +606010,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [144636] = 14, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9232), 1, + [144499] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9446), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9396), 1, anon_sym_LPAREN, - STATE(4544), 1, + STATE(820), 1, sym_simple_identifier, - STATE(4545), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(4633), 1, + STATE(890), 1, sym__simple_user_type, - STATE(7376), 1, + STATE(7396), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4924), 2, + STATE(1002), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9236), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -606545,78 +606050,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [144690] = 14, - ACTIONS(473), 1, + [144553] = 13, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9412), 1, - anon_sym_LPAREN, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + ACTIONS(9414), 1, + anon_sym_LBRACK, + STATE(7296), 1, + sym_use_site_target, + STATE(8318), 1, sym__lexical_identifier, - STATE(3636), 1, + STATE(8324), 1, + sym_simple_identifier, + STATE(8420), 1, sym__simple_user_type, - STATE(7426), 1, - sym_type_modifiers, + STATE(8672), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3793), 2, - sym_user_type, - sym_parenthesized_user_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(1652), 7, + ACTIONS(9416), 2, anon_sym_get, anon_sym_set, + STATE(9117), 2, + sym_constructor_invocation, + sym__unescaped_annotation, + ACTIONS(9234), 5, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [144744] = 13, - ACTIONS(8672), 1, + ACTIONS(9364), 6, + anon_sym_field, + anon_sym_property, + anon_sym_receiver, + anon_sym_param, + anon_sym_setparam, + anon_sym_delegate, + [144605] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9424), 1, - sym_reification_modifier, - STATE(6224), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9388), 1, + anon_sym_LPAREN, + STATE(5910), 1, sym__lexical_identifier, - STATE(8206), 1, - sym_type_parameter_modifiers, - STATE(8863), 1, + STATE(7537), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(9080), 1, - sym_type_parameter, + STATE(8283), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9422), 2, - anon_sym_in, - anon_sym_out, - STATE(7628), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7163), 4, - sym_variance_modifier, - sym__type_parameter_modifier, + STATE(8297), 2, + sym_user_type, + sym_parenthesized_user_type, + STATE(7212), 3, + sym__type_modifier, sym_annotation, - aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + aux_sym_type_modifiers_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -606624,39 +606129,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [144796] = 14, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9216), 1, + [144659] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9418), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9406), 1, anon_sym_LPAREN, - STATE(5685), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(5686), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(7420), 1, - sym_type_modifiers, - STATE(8314), 1, + STATE(4900), 1, sym__simple_user_type, + STATE(7578), 1, + sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5803), 2, + STATE(5031), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9220), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -606664,78 +606169,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [144850] = 13, - ACTIONS(9448), 1, + [144713] = 13, + ACTIONS(9418), 1, sym__alpha_identifier, - ACTIONS(9450), 1, + ACTIONS(9420), 1, anon_sym_LBRACK, - ACTIONS(9456), 1, + ACTIONS(9426), 1, sym__backtick_identifier, - STATE(7266), 1, - sym_simple_identifier, - STATE(7314), 1, + STATE(5660), 1, sym__lexical_identifier, - STATE(7328), 1, - sym_use_site_target, - STATE(7333), 1, + STATE(5682), 1, + sym_simple_identifier, + STATE(5686), 1, sym__simple_user_type, - STATE(7534), 1, + STATE(5707), 1, sym_user_type, + STATE(7352), 1, + sym_use_site_target, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9452), 2, + ACTIONS(9422), 2, anon_sym_get, anon_sym_set, - STATE(7844), 2, + STATE(5724), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(9454), 5, + ACTIONS(9424), 5, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - ACTIONS(9396), 6, + ACTIONS(9364), 6, anon_sym_field, anon_sym_property, anon_sym_receiver, anon_sym_param, anon_sym_setparam, anon_sym_delegate, - [144902] = 14, - ACTIONS(211), 1, + [144765] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9458), 1, + ACTIONS(9428), 1, anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4616), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3670), 1, sym__simple_user_type, - STATE(7401), 1, + STATE(7425), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4692), 2, + STATE(3728), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(1842), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -606743,38 +606248,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [144956] = 13, - ACTIONS(8672), 1, + [144819] = 14, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9190), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9198), 1, sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - ACTIONS(9424), 1, - sym_reification_modifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8206), 1, - sym_type_parameter_modifiers, - STATE(8828), 1, - sym_type_parameter, - STATE(8863), 1, + ACTIONS(9408), 1, + anon_sym_LPAREN, + STATE(5600), 1, sym_simple_identifier, + STATE(5601), 1, + sym__lexical_identifier, + STATE(5650), 1, + sym__simple_user_type, + STATE(7555), 1, + sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9422), 2, - anon_sym_in, - anon_sym_out, - STATE(7628), 2, + STATE(5817), 2, + sym_user_type, + sym_parenthesized_user_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7163), 4, - sym_variance_modifier, - sym__type_parameter_modifier, + STATE(7212), 3, + sym__type_modifier, sym_annotation, - aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + aux_sym_type_modifiers_repeat1, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -606782,39 +606288,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [145008] = 14, - ACTIONS(9105), 1, + [144873] = 14, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9248), 1, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(9256), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9430), 1, + ACTIONS(9400), 1, anon_sym_LPAREN, - STATE(5602), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(5617), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(5653), 1, + STATE(4647), 1, sym__simple_user_type, - STATE(7446), 1, + STATE(7459), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5821), 2, + STATE(4945), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9252), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -606822,39 +606328,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [145062] = 14, - ACTIONS(9105), 1, + [144927] = 14, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9208), 1, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9398), 1, anon_sym_LPAREN, - STATE(7387), 1, - sym_type_modifiers, - STATE(8325), 1, - sym_simple_identifier, - STATE(8333), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(8452), 1, + STATE(5683), 1, + sym_simple_identifier, + STATE(7491), 1, + sym_type_modifiers, + STATE(8307), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8287), 2, + STATE(5788), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7217), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9210), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -606862,117 +606368,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [145116] = 13, - ACTIONS(9248), 1, + [144981] = 13, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9256), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9460), 1, - anon_sym_LBRACK, - STATE(5602), 1, + ACTIONS(9390), 1, + anon_sym_AT, + ACTIONS(9394), 1, + sym_reification_modifier, + STATE(5910), 1, sym__lexical_identifier, - STATE(5617), 1, + STATE(8204), 1, + sym_type_parameter_modifiers, + STATE(8944), 1, + sym_type_parameter, + STATE(8967), 1, sym_simple_identifier, - STATE(5653), 1, - sym__simple_user_type, - STATE(5738), 1, - sym_user_type, - STATE(7335), 1, - sym_use_site_target, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9462), 2, + ACTIONS(9392), 2, + anon_sym_in, + anon_sym_out, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7146), 4, + sym_variance_modifier, + sym__type_parameter_modifier, + sym_annotation, + aux_sym_type_parameter_modifiers_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - STATE(5782), 2, - sym_constructor_invocation, - sym__unescaped_annotation, - ACTIONS(9252), 5, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - ACTIONS(9396), 6, - anon_sym_field, - anon_sym_property, - anon_sym_receiver, - anon_sym_param, - anon_sym_setparam, - anon_sym_delegate, - [145168] = 13, - ACTIONS(9464), 1, + [145033] = 13, + ACTIONS(9190), 1, sym__alpha_identifier, - ACTIONS(9466), 1, - anon_sym_LBRACK, - ACTIONS(9472), 1, + ACTIONS(9198), 1, sym__backtick_identifier, - STATE(7349), 1, - sym_use_site_target, - STATE(7357), 1, + ACTIONS(9430), 1, + anon_sym_LBRACK, + STATE(5600), 1, sym_simple_identifier, - STATE(7388), 1, + STATE(5601), 1, sym__lexical_identifier, - STATE(7566), 1, + STATE(5650), 1, sym__simple_user_type, - STATE(7828), 1, + STATE(5723), 1, sym_user_type, + STATE(7307), 1, + sym_use_site_target, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9468), 2, + ACTIONS(9432), 2, anon_sym_get, anon_sym_set, - STATE(7847), 2, + STATE(5764), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(9470), 5, + ACTIONS(9194), 5, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - ACTIONS(9396), 6, + ACTIONS(9364), 6, anon_sym_field, anon_sym_property, anon_sym_receiver, anon_sym_param, anon_sym_setparam, anon_sym_delegate, - [145220] = 14, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9216), 1, + [145085] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9418), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(5685), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(5686), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(7519), 1, - sym_type_modifiers, - STATE(8314), 1, + STATE(6674), 1, sym__simple_user_type, + STATE(7397), 1, + sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5795), 2, - sym_user_type, - sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(8315), 2, + sym_user_type, + sym_parenthesized_user_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9220), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -606980,39 +606486,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [145274] = 14, - ACTIONS(9105), 1, + [145139] = 13, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9390), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9394), 1, + sym_reification_modifier, + STATE(5910), 1, + sym__lexical_identifier, + STATE(8204), 1, + sym_type_parameter_modifiers, + STATE(8967), 1, + sym_simple_identifier, + STATE(9066), 1, + sym_type_parameter, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9392), 2, + anon_sym_in, + anon_sym_out, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7146), 4, + sym_variance_modifier, + sym__type_parameter_modifier, + sym_annotation, + aux_sym_type_parameter_modifiers_repeat1, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [145191] = 14, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9258), 1, + ACTIONS(9190), 1, sym__alpha_identifier, - ACTIONS(9266), 1, + ACTIONS(9198), 1, sym__backtick_identifier, - ACTIONS(9426), 1, + ACTIONS(9408), 1, anon_sym_LPAREN, - STATE(2826), 1, + STATE(5600), 1, sym_simple_identifier, - STATE(2853), 1, + STATE(5601), 1, sym__lexical_identifier, - STATE(3261), 1, + STATE(5650), 1, sym__simple_user_type, - STATE(7585), 1, + STATE(7550), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3445), 2, + STATE(5814), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9262), 7, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -607020,39 +606565,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [145328] = 14, - ACTIONS(387), 1, + [145245] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9400), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(884), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7495), 1, + STATE(7394), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(979), 2, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8297), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [145299] = 13, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9390), 1, + anon_sym_AT, + ACTIONS(9394), 1, + sym_reification_modifier, + STATE(5910), 1, + sym__lexical_identifier, + STATE(8204), 1, + sym_type_parameter_modifiers, + STATE(8797), 1, + sym_type_parameter, + STATE(8967), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9392), 2, + anon_sym_in, + anon_sym_out, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, + STATE(7146), 4, + sym_variance_modifier, + sym__type_parameter_modifier, sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(1664), 7, + aux_sym_type_parameter_modifiers_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -607060,78 +606644,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [145382] = 13, - ACTIONS(9285), 1, + [145351] = 13, + ACTIONS(9434), 1, sym__alpha_identifier, - ACTIONS(9291), 1, - sym__backtick_identifier, - ACTIONS(9474), 1, + ACTIONS(9436), 1, anon_sym_LBRACK, - STATE(5682), 1, - sym__lexical_identifier, - STATE(5787), 1, + ACTIONS(9442), 1, + sym__backtick_identifier, + STATE(7198), 1, sym_simple_identifier, - STATE(5813), 1, + STATE(7208), 1, sym__simple_user_type, - STATE(5827), 1, + STATE(7210), 1, + sym__lexical_identifier, + STATE(7254), 1, sym_user_type, - STATE(7346), 1, + STATE(7279), 1, sym_use_site_target, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9476), 2, + ACTIONS(9438), 2, anon_sym_get, anon_sym_set, - STATE(5878), 2, + STATE(7287), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(9289), 5, + ACTIONS(9440), 5, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - ACTIONS(9396), 6, + ACTIONS(9364), 6, anon_sym_field, anon_sym_property, anon_sym_receiver, anon_sym_param, anon_sym_setparam, anon_sym_delegate, - [145434] = 14, - ACTIONS(211), 1, + [145403] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9458), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(4616), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7369), 1, + STATE(7401), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4685), 2, - sym_user_type, - sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(8302), 2, + sym_user_type, + sym_parenthesized_user_type, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -607139,39 +606723,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [145488] = 14, - ACTIONS(557), 1, - sym__alpha_identifier, - ACTIONS(637), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, + [145457] = 14, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9444), 1, + ACTIONS(9262), 1, + sym__alpha_identifier, + ACTIONS(9266), 1, + sym__backtick_identifier, + ACTIONS(9398), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2803), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(2915), 1, + STATE(5698), 1, + sym__lexical_identifier, + STATE(5761), 1, sym__simple_user_type, - STATE(7574), 1, + STATE(7435), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2993), 2, + STATE(5798), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(1910), 7, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -607179,78 +606763,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [145542] = 14, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9248), 1, + [145511] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(9256), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9430), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9384), 1, anon_sym_LPAREN, - STATE(5602), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(5617), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(5653), 1, + STATE(4605), 1, sym__simple_user_type, - STATE(7436), 1, + STATE(7468), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5836), 2, + STATE(4649), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9252), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [145596] = 13, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - ACTIONS(9424), 1, - sym_reification_modifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8206), 1, - sym_type_parameter_modifiers, - STATE(8863), 1, - sym_simple_identifier, - STATE(8942), 1, - sym_type_parameter, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9422), 2, - anon_sym_in, - anon_sym_out, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7163), 4, - sym_variance_modifier, - sym__type_parameter_modifier, - sym_annotation, - aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -607258,39 +606803,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [145648] = 14, - ACTIONS(387), 1, + [145565] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9400), 1, + ACTIONS(9444), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(884), 1, + STATE(2959), 1, sym__simple_user_type, - STATE(7359), 1, + STATE(7367), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(938), 2, + STATE(3023), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(1664), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -607298,38 +606843,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [145702] = 13, - ACTIONS(8672), 1, + [145619] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9424), 1, - sym_reification_modifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8206), 1, - sym_type_parameter_modifiers, - STATE(8863), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9428), 1, + anon_sym_LPAREN, + STATE(3289), 1, sym_simple_identifier, - STATE(8970), 1, - sym_type_parameter, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3670), 1, + sym__simple_user_type, + STATE(7437), 1, + sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9422), 2, - anon_sym_in, - anon_sym_out, - STATE(7628), 2, + STATE(3774), 2, + sym_user_type, + sym_parenthesized_user_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7163), 4, - sym_variance_modifier, - sym__type_parameter_modifier, + STATE(7212), 3, + sym__type_modifier, sym_annotation, - aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + aux_sym_type_modifiers_repeat1, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -607337,39 +606883,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [145754] = 14, - ACTIONS(8672), 1, + [145673] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9428), 1, + ACTIONS(9406), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(7576), 1, - sym_type_modifiers, - STATE(7893), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(8293), 1, + STATE(4900), 1, sym__simple_user_type, + STATE(7461), 1, + sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8286), 2, + STATE(5045), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7217), 3, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -607377,108 +606923,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [145808] = 5, - ACTIONS(9334), 1, - anon_sym_DOT, - STATE(6592), 1, - aux_sym_user_type_repeat1, + [145727] = 13, + ACTIONS(9446), 1, + sym__alpha_identifier, + ACTIONS(9448), 1, + anon_sym_LBRACK, + ACTIONS(9454), 1, + sym__backtick_identifier, + STATE(7306), 1, + sym_use_site_target, + STATE(7338), 1, + sym_simple_identifier, + STATE(7470), 1, + sym__lexical_identifier, + STATE(7557), 1, + sym__simple_user_type, + STATE(7798), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4195), 7, - anon_sym_AT, - anon_sym_RBRACK, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - sym__backtick_identifier, - ACTIONS(4193), 14, - anon_sym_by, - anon_sym_where, + ACTIONS(9450), 2, anon_sym_get, anon_sym_set, - anon_sym_in, - anon_sym_while, + STATE(7841), 2, + sym_constructor_invocation, + sym__unescaped_annotation, + ACTIONS(9452), 5, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, + ACTIONS(9364), 6, + anon_sym_field, + anon_sym_property, + anon_sym_receiver, + anon_sym_param, + anon_sym_setparam, + anon_sym_delegate, + [145779] = 13, + ACTIONS(9456), 1, sym__alpha_identifier, - [145844] = 13, - ACTIONS(9386), 1, - sym__alpha_identifier, - ACTIONS(9390), 1, + ACTIONS(9458), 1, anon_sym_LBRACK, - ACTIONS(9398), 1, + ACTIONS(9464), 1, sym__backtick_identifier, - STATE(3554), 1, + STATE(5821), 1, sym_simple_identifier, - STATE(3648), 1, + STATE(5835), 1, sym__lexical_identifier, - STATE(3688), 1, + STATE(5840), 1, sym__simple_user_type, - STATE(3724), 1, + STATE(5876), 1, sym_user_type, - STATE(7317), 1, + STATE(7334), 1, sym_use_site_target, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9392), 2, + ACTIONS(9460), 2, anon_sym_get, anon_sym_set, - STATE(3889), 2, + STATE(6148), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(9394), 5, + ACTIONS(9462), 5, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - ACTIONS(9396), 6, + ACTIONS(9364), 6, anon_sym_field, anon_sym_property, anon_sym_receiver, anon_sym_param, anon_sym_setparam, anon_sym_delegate, - [145896] = 13, - ACTIONS(8672), 1, + [145831] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9424), 1, - sym_reification_modifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8206), 1, - sym_type_parameter_modifiers, - STATE(8860), 1, - sym_type_parameter, - STATE(8863), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9396), 1, + anon_sym_LPAREN, + STATE(820), 1, sym_simple_identifier, + STATE(823), 1, + sym__lexical_identifier, + STATE(890), 1, + sym__simple_user_type, + STATE(7385), 1, + sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9422), 2, - anon_sym_in, - anon_sym_out, - STATE(7628), 2, + STATE(986), 2, + sym_user_type, + sym_parenthesized_user_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7163), 4, - sym_variance_modifier, - sym__type_parameter_modifier, + STATE(7212), 3, + sym__type_modifier, sym_annotation, - aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + aux_sym_type_modifiers_repeat1, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -607486,38 +607041,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [145948] = 13, - ACTIONS(8672), 1, + [145885] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9424), 1, - sym_reification_modifier, - STATE(6224), 1, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9444), 1, + anon_sym_LPAREN, + STATE(2781), 1, sym__lexical_identifier, - STATE(8206), 1, - sym_type_parameter_modifiers, - STATE(8801), 1, - sym_type_parameter, - STATE(8863), 1, + STATE(2805), 1, sym_simple_identifier, + STATE(2959), 1, + sym__simple_user_type, + STATE(7378), 1, + sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9422), 2, - anon_sym_in, - anon_sym_out, - STATE(7628), 2, + STATE(3025), 2, + sym_user_type, + sym_parenthesized_user_type, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7163), 4, - sym_variance_modifier, - sym__type_parameter_modifier, + STATE(7212), 3, + sym__type_modifier, sym_annotation, - aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + aux_sym_type_modifiers_repeat1, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -607525,35 +607081,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [146000] = 14, - ACTIONS(473), 1, + [145939] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9412), 1, + ACTIONS(9428), 1, anon_sym_LPAREN, - STATE(3308), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3636), 1, + STATE(3670), 1, sym__simple_user_type, - STATE(7452), 1, + STATE(7428), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3800), 2, + STATE(3729), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, @@ -607565,39 +607121,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [146054] = 14, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(9105), 1, + [145993] = 14, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9478), 1, + ACTIONS(9210), 1, + sym__alpha_identifier, + ACTIONS(9218), 1, + sym__backtick_identifier, + ACTIONS(9466), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(2832), 1, sym_simple_identifier, - STATE(2955), 1, + STATE(2857), 1, sym__lexical_identifier, - STATE(3222), 1, + STATE(3071), 1, sym__simple_user_type, - STATE(7433), 1, + STATE(7465), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3307), 2, + STATE(3478), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(1592), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -607605,78 +607161,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [146108] = 13, - ACTIONS(8672), 1, + [146047] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9480), 1, - anon_sym_LBRACK, - STATE(6224), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9444), 1, + anon_sym_LPAREN, + STATE(2781), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(2959), 1, sym__simple_user_type, - STATE(7294), 1, - sym_use_site_target, - STATE(7888), 1, - sym_user_type, + STATE(7390), 1, + sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9482), 2, + STATE(2982), 2, + sym_user_type, + sym_parenthesized_user_type, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, - STATE(7612), 2, - sym_constructor_invocation, - sym__unescaped_annotation, - ACTIONS(8682), 5, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - ACTIONS(9396), 6, - anon_sym_field, - anon_sym_property, - anon_sym_receiver, - anon_sym_param, - anon_sym_setparam, - anon_sym_delegate, - [146160] = 14, - ACTIONS(9105), 1, + [146101] = 14, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9232), 1, + ACTIONS(9210), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(9218), 1, sym__backtick_identifier, - ACTIONS(9446), 1, + ACTIONS(9466), 1, anon_sym_LPAREN, - STATE(4544), 1, + STATE(2832), 1, sym_simple_identifier, - STATE(4545), 1, + STATE(2857), 1, sym__lexical_identifier, - STATE(4633), 1, + STATE(3071), 1, sym__simple_user_type, - STATE(7370), 1, + STATE(7477), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4936), 2, + STATE(3480), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9236), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -607684,78 +607241,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [146214] = 13, - ACTIONS(9484), 1, + [146155] = 14, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9262), 1, sym__alpha_identifier, - ACTIONS(9486), 1, - anon_sym_LBRACK, - ACTIONS(9492), 1, + ACTIONS(9266), 1, sym__backtick_identifier, - STATE(7150), 1, + ACTIONS(9398), 1, + anon_sym_LPAREN, + STATE(5683), 1, sym_simple_identifier, - STATE(7215), 1, + STATE(5698), 1, sym__lexical_identifier, - STATE(7220), 1, + STATE(5761), 1, sym__simple_user_type, - STATE(7229), 1, - sym_user_type, - STATE(7300), 1, - sym_use_site_target, + STATE(7441), 1, + sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9488), 2, + STATE(5788), 2, + sym_user_type, + sym_parenthesized_user_type, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, - STATE(7322), 2, - sym_constructor_invocation, - sym__unescaped_annotation, - ACTIONS(9490), 5, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - ACTIONS(9396), 6, - anon_sym_field, - anon_sym_property, - anon_sym_receiver, - anon_sym_param, - anon_sym_setparam, - anon_sym_delegate, - [146266] = 14, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9232), 1, + [146209] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9446), 1, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9384), 1, anon_sym_LPAREN, - STATE(4544), 1, - sym_simple_identifier, - STATE(4545), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4633), 1, + STATE(4533), 1, + sym_simple_identifier, + STATE(4605), 1, sym__simple_user_type, - STATE(7371), 1, + STATE(7424), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4935), 2, + STATE(4622), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9236), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -607763,38 +607321,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [146320] = 13, - ACTIONS(8672), 1, + [146263] = 13, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - ACTIONS(9424), 1, + ACTIONS(9394), 1, sym_reification_modifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8206), 1, + STATE(8204), 1, sym_type_parameter_modifiers, - STATE(8863), 1, + STATE(8967), 1, sym_simple_identifier, - STATE(9457), 1, + STATE(9006), 1, sym_type_parameter, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9422), 2, + ACTIONS(9392), 2, anon_sym_in, anon_sym_out, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(7163), 4, + STATE(7146), 4, sym_variance_modifier, sym__type_parameter_modifier, sym_annotation, aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -607802,39 +607360,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [146372] = 14, - ACTIONS(8672), 1, + [146315] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9428), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7477), 1, + STATE(7503), 1, sym_type_modifiers, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8293), 1, + STATE(8283), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8292), 2, + STATE(8302), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -607842,79 +607400,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [146426] = 14, - ACTIONS(115), 1, + [146369] = 13, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9478), 1, - anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2955), 1, + ACTIONS(9402), 1, + anon_sym_LBRACK, + STATE(5910), 1, sym__lexical_identifier, - STATE(3222), 1, + STATE(6584), 1, + sym_simple_identifier, + STATE(6674), 1, sym__simple_user_type, - STATE(7474), 1, - sym_type_modifiers, + STATE(7326), 1, + sym_use_site_target, + STATE(7887), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3281), 2, - sym_user_type, - sym_parenthesized_user_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(1592), 7, + ACTIONS(9404), 2, anon_sym_get, anon_sym_set, + STATE(7680), 2, + sym_constructor_invocation, + sym__unescaped_annotation, + ACTIONS(8678), 5, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [146480] = 14, - ACTIONS(8672), 1, + ACTIONS(9364), 6, + anon_sym_field, + anon_sym_property, + anon_sym_receiver, + anon_sym_param, + anon_sym_setparam, + anon_sym_delegate, + [146421] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9428), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(7462), 1, + sym_type_modifiers, + STATE(7952), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(8283), 1, sym__simple_user_type, - STATE(7492), 1, - sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(8286), 2, + STATE(8315), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -607922,119 +607479,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [146534] = 14, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9216), 1, + [146475] = 13, + ACTIONS(9240), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(9246), 1, sym__backtick_identifier, - ACTIONS(9418), 1, - anon_sym_LPAREN, - STATE(5685), 1, + ACTIONS(9468), 1, + anon_sym_LBRACK, + STATE(5676), 1, sym__lexical_identifier, - STATE(5686), 1, + STATE(5780), 1, sym_simple_identifier, - STATE(7485), 1, - sym_type_modifiers, - STATE(8314), 1, + STATE(5807), 1, sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5794), 2, + STATE(5831), 1, sym_user_type, - sym_parenthesized_user_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(9220), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [146588] = 14, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9208), 1, - sym__alpha_identifier, - ACTIONS(9214), 1, - sym__backtick_identifier, - ACTIONS(9428), 1, - anon_sym_LPAREN, - STATE(7393), 1, - sym_type_modifiers, - STATE(8325), 1, - sym_simple_identifier, - STATE(8333), 1, - sym__lexical_identifier, - STATE(8452), 1, - sym__simple_user_type, + STATE(7317), 1, + sym_use_site_target, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8286), 2, - sym_user_type, - sym_parenthesized_user_type, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(9210), 7, + ACTIONS(9470), 2, anon_sym_get, anon_sym_set, + STATE(5849), 2, + sym_constructor_invocation, + sym__unescaped_annotation, + ACTIONS(9244), 5, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [146642] = 14, - ACTIONS(211), 1, + ACTIONS(9364), 6, + anon_sym_field, + anon_sym_property, + anon_sym_receiver, + anon_sym_param, + anon_sym_setparam, + anon_sym_delegate, + [146527] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9458), 1, + ACTIONS(9386), 1, anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(4616), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3159), 1, sym__simple_user_type, - STATE(7402), 1, + STATE(7528), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4638), 2, + STATE(3353), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(1842), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608042,39 +607558,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [146696] = 14, - ACTIONS(7), 1, + [146581] = 13, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9390), 1, anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9432), 1, - anon_sym_LPAREN, - STATE(4612), 1, + ACTIONS(9394), 1, + sym_reification_modifier, + STATE(5910), 1, sym__lexical_identifier, - STATE(4683), 1, + STATE(8204), 1, + sym_type_parameter_modifiers, + STATE(8967), 1, sym_simple_identifier, - STATE(4897), 1, - sym__simple_user_type, - STATE(7582), 1, - sym_type_modifiers, + STATE(9124), 1, + sym_type_parameter, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5006), 2, - sym_user_type, - sym_parenthesized_user_type, - STATE(7848), 2, + ACTIONS(9392), 2, + anon_sym_in, + anon_sym_out, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, + STATE(7146), 4, + sym_variance_modifier, + sym__type_parameter_modifier, sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(1920), 7, + aux_sym_type_parameter_modifiers_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608082,79 +607597,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [146750] = 14, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9208), 1, - sym__alpha_identifier, - ACTIONS(9214), 1, - sym__backtick_identifier, - ACTIONS(9428), 1, - anon_sym_LPAREN, - STATE(7451), 1, - sym_type_modifiers, - STATE(8325), 1, - sym_simple_identifier, - STATE(8333), 1, - sym__lexical_identifier, - STATE(8452), 1, - sym__simple_user_type, + [146633] = 5, + ACTIONS(9325), 1, + anon_sym_DOT, + STATE(6591), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8292), 2, - sym_user_type, - sym_parenthesized_user_type, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(9210), 7, + ACTIONS(4195), 7, + anon_sym_AT, + anon_sym_RBRACK, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + sym__backtick_identifier, + ACTIONS(4193), 14, + anon_sym_by, + anon_sym_where, anon_sym_get, anon_sym_set, + anon_sym_in, + anon_sym_while, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, - [146804] = 14, - ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(203), 1, + [146669] = 14, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9478), 1, + ACTIONS(9386), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(2955), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3222), 1, + STATE(3159), 1, sym__simple_user_type, - STATE(7454), 1, + STATE(7533), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3320), 2, + STATE(3350), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608162,39 +607668,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [146858] = 14, - ACTIONS(8672), 1, + [146723] = 13, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9105), 1, + ACTIONS(9390), 1, anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9428), 1, - anon_sym_LPAREN, - STATE(6224), 1, + ACTIONS(9394), 1, + sym_reification_modifier, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(8204), 1, + sym_type_parameter_modifiers, + STATE(8966), 1, + sym_type_parameter, + STATE(8967), 1, sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7486), 1, - sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7848), 2, + ACTIONS(9392), 2, + anon_sym_in, + anon_sym_out, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(8287), 2, - sym_user_type, - sym_parenthesized_user_type, - STATE(7217), 3, - sym__type_modifier, + STATE(7146), 4, + sym_variance_modifier, + sym__type_parameter_modifier, sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(8682), 7, + aux_sym_type_parameter_modifiers_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608202,79 +607707,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [146912] = 14, - ACTIONS(557), 1, + [146775] = 13, + ACTIONS(9354), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(9358), 1, + anon_sym_LBRACK, + ACTIONS(9366), 1, sym__backtick_identifier, - ACTIONS(9105), 1, - anon_sym_AT, - ACTIONS(9190), 1, - anon_sym_suspend, - ACTIONS(9444), 1, - anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2803), 1, + STATE(3531), 1, sym_simple_identifier, - STATE(2915), 1, + STATE(3601), 1, sym__simple_user_type, - STATE(7597), 1, - sym_type_modifiers, + STATE(3697), 1, + sym__lexical_identifier, + STATE(3725), 1, + sym_user_type, + STATE(7345), 1, + sym_use_site_target, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3031), 2, - sym_user_type, - sym_parenthesized_user_type, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7217), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(1910), 7, + ACTIONS(9360), 2, anon_sym_get, anon_sym_set, + STATE(4010), 2, + sym_constructor_invocation, + sym__unescaped_annotation, + ACTIONS(9362), 5, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [146966] = 14, - ACTIONS(9105), 1, + ACTIONS(9364), 6, + anon_sym_field, + anon_sym_property, + anon_sym_receiver, + anon_sym_param, + anon_sym_setparam, + anon_sym_delegate, + [146827] = 14, + ACTIONS(9080), 1, anon_sym_AT, - ACTIONS(9190), 1, + ACTIONS(9178), 1, anon_sym_suspend, - ACTIONS(9268), 1, + ACTIONS(9262), 1, sym__alpha_identifier, - ACTIONS(9272), 1, + ACTIONS(9266), 1, sym__backtick_identifier, - ACTIONS(9418), 1, + ACTIONS(9398), 1, anon_sym_LPAREN, - STATE(5686), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(5713), 1, + STATE(5698), 1, sym__lexical_identifier, - STATE(5768), 1, + STATE(5761), 1, sym__simple_user_type, - STATE(7432), 1, + STATE(7415), 1, sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5794), 2, + STATE(5796), 2, sym_user_type, sym_parenthesized_user_type, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7217), 3, + STATE(7212), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9270), 7, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608282,181 +607786,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [147020] = 13, - ACTIONS(8672), 1, + [146881] = 14, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9178), 1, + anon_sym_suspend, + ACTIONS(9210), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9218), 1, sym__backtick_identifier, - ACTIONS(9480), 1, - anon_sym_LBRACK, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, + ACTIONS(9466), 1, + anon_sym_LPAREN, + STATE(2832), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(2857), 1, + sym__lexical_identifier, + STATE(3071), 1, sym__simple_user_type, - STATE(7289), 1, - sym_use_site_target, - STATE(7307), 1, - sym_user_type, + STATE(7535), 1, + sym_type_modifiers, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9482), 2, + STATE(3439), 2, + sym_user_type, + sym_parenthesized_user_type, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7212), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, - STATE(7612), 2, - sym_constructor_invocation, - sym__unescaped_annotation, - ACTIONS(8682), 5, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - ACTIONS(9396), 6, - anon_sym_field, - anon_sym_property, - anon_sym_receiver, - anon_sym_param, - anon_sym_setparam, - anon_sym_delegate, - [147072] = 13, - ACTIONS(9208), 1, + [146935] = 13, + ACTIONS(9472), 1, sym__alpha_identifier, - ACTIONS(9214), 1, - sym__backtick_identifier, - ACTIONS(9494), 1, + ACTIONS(9474), 1, anon_sym_LBRACK, - STATE(7286), 1, - sym_use_site_target, - STATE(8325), 1, + ACTIONS(9480), 1, + sym__backtick_identifier, + STATE(7245), 1, sym_simple_identifier, - STATE(8333), 1, + STATE(7275), 1, + sym_use_site_target, + STATE(7301), 1, sym__lexical_identifier, - STATE(8452), 1, + STATE(7319), 1, sym__simple_user_type, - STATE(8743), 1, + STATE(7429), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9496), 2, + ACTIONS(9476), 2, anon_sym_get, anon_sym_set, - STATE(9120), 2, + STATE(7855), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(9210), 5, + ACTIONS(9478), 5, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - ACTIONS(9396), 6, + ACTIONS(9364), 6, anon_sym_field, anon_sym_property, anon_sym_receiver, anon_sym_param, anon_sym_setparam, anon_sym_delegate, - [147124] = 12, - ACTIONS(8672), 1, + [146987] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9624), 1, + STATE(9574), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [147173] = 5, - ACTIONS(9498), 1, - sym__quest, - STATE(6688), 1, - aux_sym_nullable_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4224), 9, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT, - anon_sym_DOT, - anon_sym_DASH_GT, - sym__backtick_identifier, - ACTIONS(4222), 11, - anon_sym_by, - anon_sym_where, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_while, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, + [147036] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - [147208] = 12, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9730), 1, + STATE(9655), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608464,36 +607939,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [147257] = 12, - ACTIONS(8672), 1, + [147085] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9832), 1, + STATE(9599), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608501,36 +607976,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [147306] = 12, - ACTIONS(8672), 1, + [147134] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9541), 1, + STATE(9902), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608538,36 +608013,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [147355] = 12, - ACTIONS(8672), 1, + [147183] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9805), 1, + STATE(9644), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608575,36 +608050,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [147404] = 12, - ACTIONS(8672), 1, + [147232] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9799), 1, + STATE(9891), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608612,36 +608087,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [147453] = 12, - ACTIONS(8672), 1, + [147281] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9843), 1, + STATE(9889), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608649,36 +608124,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [147502] = 12, - ACTIONS(8672), 1, + [147330] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9581), 1, + STATE(9957), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608686,36 +608161,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [147551] = 12, - ACTIONS(8672), 1, + [147379] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9713), 1, + STATE(9759), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608723,36 +608198,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [147600] = 12, - ACTIONS(8672), 1, + [147428] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9844), 1, + STATE(9820), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608760,36 +608235,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [147649] = 12, - ACTIONS(8672), 1, + [147477] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9765), 1, + STATE(9972), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608797,36 +608272,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [147698] = 12, - ACTIONS(8672), 1, + [147526] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9865), 1, + STATE(9887), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608834,36 +608309,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [147747] = 12, - ACTIONS(8672), 1, + [147575] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9559), 1, + STATE(9617), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608871,36 +608346,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [147796] = 12, - ACTIONS(8672), 1, + [147624] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9872), 1, + STATE(9980), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608908,36 +608383,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [147845] = 12, - ACTIONS(8672), 1, + [147673] = 5, + ACTIONS(9482), 1, + sym__quest, + STATE(6728), 1, + aux_sym_nullable_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4239), 9, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_DOT, + anon_sym_DASH_GT, + sym__backtick_identifier, + ACTIONS(4237), 11, + anon_sym_by, + anon_sym_where, + anon_sym_get, + anon_sym_set, + anon_sym_while, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, sym__alpha_identifier, - ACTIONS(8702), 1, + [147708] = 12, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9830), 1, + STATE(9509), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608945,36 +608450,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [147894] = 12, - ACTIONS(8672), 1, + [147757] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9822), 1, + STATE(9883), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -608982,36 +608487,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [147943] = 12, - ACTIONS(8672), 1, + [147806] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9594), 1, + STATE(10117), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609019,36 +608524,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [147992] = 12, - ACTIONS(8672), 1, + [147855] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9638), 1, + STATE(9538), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609056,36 +608561,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148041] = 12, - ACTIONS(8672), 1, + [147904] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9758), 1, + STATE(9546), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609093,36 +608598,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148090] = 12, - ACTIONS(8672), 1, + [147953] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9610), 1, + STATE(9698), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609130,36 +608635,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148139] = 12, - ACTIONS(8672), 1, + [148002] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9889), 1, + STATE(9868), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609167,36 +608672,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148188] = 12, - ACTIONS(8672), 1, + [148051] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9605), 1, + STATE(9557), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609204,36 +608709,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148237] = 12, - ACTIONS(8672), 1, + [148100] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9988), 1, + STATE(9737), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609241,36 +608746,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148286] = 12, - ACTIONS(8672), 1, + [148149] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9927), 1, + STATE(9549), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609278,36 +608783,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148335] = 12, - ACTIONS(8672), 1, + [148198] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9538), 1, + STATE(9864), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609315,36 +608820,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148384] = 12, - ACTIONS(8672), 1, + [148247] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9743), 1, + STATE(9656), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609352,36 +608857,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148433] = 12, - ACTIONS(8672), 1, + [148296] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(10056), 1, + STATE(9556), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609389,36 +608894,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148482] = 12, - ACTIONS(8672), 1, + [148345] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9547), 1, + STATE(9563), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609426,36 +608931,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148531] = 12, - ACTIONS(8672), 1, + [148394] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9772), 1, + STATE(9951), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609463,36 +608968,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148580] = 12, - ACTIONS(8672), 1, + [148443] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9761), 1, + STATE(9878), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609500,36 +609005,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148629] = 12, - ACTIONS(8672), 1, + [148492] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9780), 1, + STATE(9547), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609537,36 +609042,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148678] = 12, - ACTIONS(8672), 1, + [148541] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(10125), 1, + STATE(9580), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609574,36 +609079,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148727] = 12, - ACTIONS(8672), 1, + [148590] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9472), 1, + STATE(9850), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609611,36 +609116,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148776] = 12, - ACTIONS(8672), 1, + [148639] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9930), 1, + STATE(9846), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609648,36 +609153,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148825] = 12, - ACTIONS(8672), 1, + [148688] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9555), 1, + STATE(9813), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609685,36 +609190,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148874] = 12, - ACTIONS(8672), 1, + [148737] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9678), 1, + STATE(9809), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609722,36 +609227,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148923] = 12, - ACTIONS(8672), 1, + [148786] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9509), 1, + STATE(9589), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609759,36 +609264,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [148972] = 12, - ACTIONS(8672), 1, + [148835] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9967), 1, + STATE(9688), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609796,36 +609301,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [149021] = 12, - ACTIONS(8672), 1, + [148884] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9921), 1, + STATE(9502), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609833,36 +609338,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [149070] = 12, - ACTIONS(8672), 1, + [148933] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9970), 1, + STATE(9648), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609870,36 +609375,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [149119] = 12, - ACTIONS(8672), 1, + [148982] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9918), 1, + STATE(9619), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609907,36 +609412,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [149168] = 12, - ACTIONS(8672), 1, + [149031] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9896), 1, + STATE(9598), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609944,36 +609449,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [149217] = 12, - ACTIONS(8672), 1, + [149080] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9690), 1, + STATE(9920), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -609981,36 +609486,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [149266] = 12, - ACTIONS(8672), 1, + [149129] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(10119), 1, + STATE(9801), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -610018,36 +609523,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [149315] = 12, - ACTIONS(8672), 1, + [149178] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9707), 1, + STATE(9565), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -610055,36 +609560,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [149364] = 12, - ACTIONS(8672), 1, + [149227] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9933), 1, + STATE(9606), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -610092,36 +609597,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [149413] = 12, - ACTIONS(8672), 1, + [149276] = 5, + ACTIONS(9484), 1, + sym__quest, + STATE(6728), 1, + aux_sym_nullable_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4220), 9, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_DOT, + anon_sym_DASH_GT, + sym__backtick_identifier, + ACTIONS(4218), 11, + anon_sym_by, + anon_sym_where, + anon_sym_get, + anon_sym_set, + anon_sym_while, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, sym__alpha_identifier, - ACTIONS(8702), 1, + [149311] = 12, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(10068), 1, + STATE(9608), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -610129,36 +609664,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [149462] = 12, - ACTIONS(8672), 1, + [149360] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9488), 1, + STATE(9634), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -610166,36 +609701,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [149511] = 12, - ACTIONS(8672), 1, + [149409] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9983), 1, + STATE(9466), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -610203,103 +609738,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [149560] = 12, - ACTIONS(8672), 1, + [149458] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9827), 1, + STATE(9467), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [149609] = 5, - ACTIONS(9501), 1, - sym__quest, - STATE(6688), 1, - aux_sym_nullable_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4249), 9, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT, - anon_sym_DOT, - anon_sym_DASH_GT, - sym__backtick_identifier, - ACTIONS(4247), 11, - anon_sym_by, - anon_sym_where, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_while, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, + [149507] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - [149644] = 12, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9710), 1, + STATE(10045), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -610307,36 +609812,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [149693] = 12, - ACTIONS(8672), 1, + [149556] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9762), 1, + STATE(9708), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -610344,36 +609849,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [149742] = 12, - ACTIONS(8672), 1, + [149605] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(9908), 1, + STATE(9704), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -610381,36 +609886,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [149791] = 12, - ACTIONS(8672), 1, + [149654] = 12, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9336), 1, + ACTIONS(9315), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8103), 1, + STATE(8203), 1, sym_parameter_modifiers, - STATE(9372), 1, + STATE(9347), 1, sym_simple_identifier, - STATE(10039), 1, + STATE(9523), 1, sym_parameter_with_optional_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9063), 3, + ACTIONS(9047), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - STATE(7223), 3, + STATE(7215), 3, sym_parameter_modifier, sym_annotation, aux_sym_parameter_modifiers_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -610418,11 +609923,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [149840] = 3, + [149703] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5185), 8, + ACTIONS(5024), 8, anon_sym_AT, anon_sym_RBRACK, anon_sym_LBRACE, @@ -610431,7 +609936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SEMI, sym__backtick_identifier, - ACTIONS(5183), 13, + ACTIONS(5022), 13, anon_sym_where, anon_sym_get, anon_sym_set, @@ -610445,11 +609950,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149870] = 3, + [149733] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5161), 8, + ACTIONS(4964), 8, anon_sym_AT, anon_sym_RBRACK, anon_sym_LBRACE, @@ -610458,7 +609963,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SEMI, sym__backtick_identifier, - ACTIONS(5159), 13, + ACTIONS(4962), 13, anon_sym_where, anon_sym_get, anon_sym_set, @@ -610472,11 +609977,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149900] = 3, + [149763] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5165), 8, + ACTIONS(4980), 8, anon_sym_AT, anon_sym_RBRACK, anon_sym_LBRACE, @@ -610485,7 +609990,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SEMI, sym__backtick_identifier, - ACTIONS(5163), 13, + ACTIONS(4978), 13, anon_sym_where, anon_sym_get, anon_sym_set, @@ -610499,11 +610004,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149930] = 3, + [149793] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5181), 8, + ACTIONS(4972), 8, anon_sym_AT, anon_sym_RBRACK, anon_sym_LBRACE, @@ -610512,7 +610017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SEMI, sym__backtick_identifier, - ACTIONS(5179), 13, + ACTIONS(4970), 13, anon_sym_where, anon_sym_get, anon_sym_set, @@ -610526,36 +610031,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [149960] = 14, - ACTIONS(115), 1, + [149823] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, sym__lexical_identifier, - STATE(3142), 1, + STATE(3091), 1, sym__delegation_specifiers, - STATE(4049), 1, + STATE(4071), 1, sym_user_type, - STATE(4132), 1, + STATE(4121), 1, sym_function_type, - STATE(4217), 1, + STATE(4203), 1, sym_delegation_specifier, - STATE(9863), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -610563,36 +610068,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [150011] = 14, - ACTIONS(387), 1, + [149874] = 14, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(825), 1, + STATE(4571), 1, sym__simple_user_type, - STATE(907), 1, - sym__delegation_specifiers, - STATE(1397), 1, + STATE(4911), 1, sym_user_type, - STATE(1684), 1, + STATE(4980), 1, + sym__delegation_specifiers, + STATE(5043), 1, sym_function_type, - STATE(1868), 1, + STATE(5048), 1, sym_delegation_specifier, - STATE(9593), 1, + STATE(9527), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(5097), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -610600,72 +610105,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [150062] = 13, - ACTIONS(557), 1, + [149925] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(820), 1, sym_simple_identifier, - STATE(3796), 1, - sym_user_type, - STATE(3939), 1, - sym_function_type, - STATE(9798), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2933), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3153), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(1910), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [150111] = 14, - ACTIONS(7), 1, - sym__alpha_identifier, - ACTIONS(111), 1, - sym__backtick_identifier, - ACTIONS(9503), 1, - anon_sym_LPAREN, - STATE(4612), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(825), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(4900), 1, + STATE(880), 1, sym__delegation_specifiers, - STATE(4951), 1, + STATE(1410), 1, sym_user_type, - STATE(5025), 1, + STATE(1555), 1, sym_delegation_specifier, - STATE(5041), 1, + STATE(1916), 1, sym_function_type, - STATE(9846), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -610673,107 +610142,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [150162] = 13, - ACTIONS(557), 1, + [149976] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3796), 1, - sym_user_type, - STATE(3939), 1, - sym_function_type, - STATE(9798), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2936), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3153), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(1910), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [150211] = 13, - ACTIONS(557), 1, - sym__alpha_identifier, - ACTIONS(637), 1, - sym__backtick_identifier, - ACTIONS(9503), 1, - anon_sym_LPAREN, - STATE(2791), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(3796), 1, - sym_user_type, - STATE(3939), 1, - sym_function_type, - STATE(9798), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2942), 2, + STATE(3227), 1, sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3153), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(1910), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [150260] = 13, - ACTIONS(557), 1, - sym__alpha_identifier, - ACTIONS(637), 1, - sym__backtick_identifier, - ACTIONS(9503), 1, - anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(3796), 1, + STATE(3248), 1, sym_user_type, - STATE(3939), 1, + STATE(3280), 1, sym_function_type, - STATE(9798), 1, + STATE(3623), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2946), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3153), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -610781,35 +610179,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [150309] = 13, + [150027] = 14, ACTIONS(557), 1, sym__alpha_identifier, ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(3796), 1, + STATE(3618), 1, sym_user_type, - STATE(3939), 1, + STATE(3669), 1, + sym__delegation_specifiers, + STATE(3708), 1, sym_function_type, - STATE(9798), 1, + STATE(3823), 1, + sym_delegation_specifier, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2947), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3153), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -610817,68 +610216,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [150358] = 13, + [150078] = 14, ACTIONS(557), 1, sym__alpha_identifier, ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(3796), 1, + STATE(3618), 1, sym_user_type, - STATE(3939), 1, - sym_function_type, - STATE(9798), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2950), 2, + STATE(3668), 1, sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3153), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(1910), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [150407] = 13, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(9503), 1, - anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(4199), 1, - sym_user_type, - STATE(4236), 1, + STATE(3708), 1, sym_function_type, - STATE(9976), 1, + STATE(3823), 1, + sym_delegation_specifier, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3605), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3888), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1652), 7, @@ -610889,36 +610253,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [150456] = 14, - ACTIONS(211), 1, + [150129] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(820), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(4602), 1, + STATE(916), 1, sym__delegation_specifiers, - STATE(5273), 1, + STATE(1410), 1, sym_user_type, - STATE(5324), 1, - sym_function_type, - STATE(5524), 1, + STATE(1555), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(1916), 1, + sym_function_type, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -610926,32 +610290,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [150507] = 13, - ACTIONS(473), 1, + [150180] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(4199), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(3618), 1, sym_user_type, - STATE(4236), 1, + STATE(3666), 1, + sym__delegation_specifiers, + STATE(3708), 1, sym_function_type, - STATE(9976), 1, + STATE(3823), 1, + sym_delegation_specifier, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3731), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3888), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1652), 7, @@ -610962,36 +610327,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [150556] = 14, - ACTIONS(9232), 1, + [150231] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4544), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4545), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(4548), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(4939), 1, + STATE(3618), 1, sym_user_type, - STATE(5021), 1, + STATE(3657), 1, sym__delegation_specifiers, - STATE(5032), 1, + STATE(3708), 1, sym_function_type, - STATE(5040), 1, + STATE(3823), 1, sym_delegation_specifier, - STATE(9741), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9236), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -610999,33 +610364,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [150607] = 14, - ACTIONS(473), 1, + [150282] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3801), 1, - sym__delegation_specifiers, - STATE(4199), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(3618), 1, sym_user_type, - STATE(4236), 1, + STATE(3653), 1, + sym__delegation_specifiers, + STATE(3708), 1, sym_function_type, - STATE(4243), 1, + STATE(3823), 1, sym_delegation_specifier, - STATE(9976), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1652), 7, @@ -611036,72 +610401,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [150658] = 14, - ACTIONS(9216), 1, + [150333] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, - sym__lexical_identifier, - STATE(5686), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(7891), 1, - sym__simple_user_type, - STATE(8345), 1, - sym_user_type, - STATE(8418), 1, - sym_delegation_specifier, - STATE(8422), 1, - sym_function_type, - STATE(9069), 1, - sym__delegation_specifiers, - STATE(10143), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(8525), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(9220), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [150709] = 13, - ACTIONS(211), 1, - sym__alpha_identifier, - ACTIONS(293), 1, - sym__backtick_identifier, - ACTIONS(9503), 1, - anon_sym_LPAREN, - STATE(4534), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(5273), 1, + STATE(3618), 1, sym_user_type, - STATE(5324), 1, + STATE(3652), 1, + sym__delegation_specifiers, + STATE(3708), 1, sym_function_type, - STATE(9487), 1, + STATE(3823), 1, + sym_delegation_specifier, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4690), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4792), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -611109,36 +610438,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [150758] = 14, - ACTIONS(9232), 1, + [150384] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4544), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4545), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(4548), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(4939), 1, + STATE(3618), 1, sym_user_type, - STATE(5022), 1, + STATE(3641), 1, sym__delegation_specifiers, - STATE(5032), 1, + STATE(3708), 1, sym_function_type, - STATE(5040), 1, + STATE(3823), 1, sym_delegation_specifier, - STATE(9741), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9236), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -611146,32 +610475,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [150809] = 13, - ACTIONS(473), 1, + [150435] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(4199), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(3618), 1, sym_user_type, - STATE(4236), 1, + STATE(3665), 1, + sym__delegation_specifiers, + STATE(3708), 1, sym_function_type, - STATE(9976), 1, + STATE(3823), 1, + sym_delegation_specifier, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3666), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3888), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1652), 7, @@ -611182,68 +610512,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [150858] = 13, - ACTIONS(473), 1, + [150486] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(4199), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(3618), 1, sym_user_type, - STATE(4236), 1, + STATE(3708), 1, sym_function_type, - STATE(9976), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(3661), 2, + STATE(3761), 1, sym__delegation_specifiers, + STATE(3823), 1, sym_delegation_specifier, - STATE(3888), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(1652), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [150907] = 13, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(9503), 1, - anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(4199), 1, - sym_user_type, - STATE(4236), 1, - sym_function_type, - STATE(9976), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3635), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3888), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1652), 7, @@ -611254,32 +610549,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [150956] = 13, - ACTIONS(473), 1, + [150537] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(4199), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(3615), 1, + sym__delegation_specifiers, + STATE(3618), 1, sym_user_type, - STATE(4236), 1, + STATE(3708), 1, sym_function_type, - STATE(9976), 1, + STATE(3823), 1, + sym_delegation_specifier, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3801), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3888), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1652), 7, @@ -611290,35 +610586,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [151005] = 13, - ACTIONS(473), 1, + [150588] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(820), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(4199), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(906), 1, + sym__delegation_specifiers, + STATE(1410), 1, sym_user_type, - STATE(4236), 1, + STATE(1555), 1, + sym_delegation_specifier, + STATE(1916), 1, sym_function_type, - STATE(9976), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3608), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3888), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -611326,68 +610623,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [151054] = 13, + [150639] = 14, ACTIONS(557), 1, sym__alpha_identifier, ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(3796), 1, - sym_user_type, - STATE(3939), 1, - sym_function_type, - STATE(9798), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2924), 2, + STATE(3605), 1, sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3153), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(1910), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [151103] = 13, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(9503), 1, - anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(4199), 1, + STATE(3618), 1, sym_user_type, - STATE(4236), 1, + STATE(3708), 1, sym_function_type, - STATE(9976), 1, + STATE(3823), 1, + sym_delegation_specifier, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3660), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3888), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1652), 7, @@ -611398,35 +610660,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [151152] = 13, - ACTIONS(473), 1, + [150690] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(820), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(4199), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(896), 1, + sym__delegation_specifiers, + STATE(1410), 1, sym_user_type, - STATE(4236), 1, + STATE(1555), 1, + sym_delegation_specifier, + STATE(1916), 1, sym_function_type, - STATE(9976), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3607), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3888), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -611434,35 +610697,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [151201] = 13, - ACTIONS(473), 1, + [150741] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(820), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(4199), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(895), 1, + sym__delegation_specifiers, + STATE(1410), 1, sym_user_type, - STATE(4236), 1, + STATE(1555), 1, + sym_delegation_specifier, + STATE(1916), 1, sym_function_type, - STATE(9976), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3614), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3888), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -611470,35 +610734,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [151250] = 13, - ACTIONS(473), 1, + [150792] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(4199), 1, + STATE(4071), 1, sym_user_type, - STATE(4236), 1, + STATE(4121), 1, sym_function_type, - STATE(9976), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3622), 2, + STATE(3227), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3888), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -611506,69 +610770,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [151299] = 14, - ACTIONS(9232), 1, + [150841] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4544), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4545), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(4548), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(4939), 1, - sym_user_type, - STATE(5032), 1, - sym_function_type, - STATE(5040), 1, - sym_delegation_specifier, - STATE(5058), 1, + STATE(3604), 1, sym__delegation_specifiers, - STATE(9741), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5137), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(9236), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [151350] = 13, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(9503), 1, - anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(4199), 1, + STATE(3618), 1, sym_user_type, - STATE(4236), 1, + STATE(3708), 1, sym_function_type, - STATE(9976), 1, + STATE(3823), 1, + sym_delegation_specifier, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3624), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3888), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1652), 7, @@ -611579,35 +610807,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [151399] = 13, - ACTIONS(473), 1, + [150892] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(4199), 1, + STATE(4071), 1, sym_user_type, - STATE(4236), 1, + STATE(4121), 1, sym_function_type, - STATE(9976), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3650), 2, + STATE(3304), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3888), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -611615,32 +610843,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [151448] = 13, + [150941] = 14, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(1397), 1, + STATE(915), 1, + sym__delegation_specifiers, + STATE(1410), 1, sym_user_type, - STATE(1684), 1, + STATE(1555), 1, + sym_delegation_specifier, + STATE(1916), 1, sym_function_type, - STATE(9593), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(894), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1030), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1664), 7, @@ -611651,35 +610880,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [151497] = 13, - ACTIONS(557), 1, + [150992] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(3796), 1, + STATE(4893), 1, sym_user_type, - STATE(3939), 1, + STATE(4919), 1, + sym__delegation_specifiers, + STATE(5028), 1, + sym_delegation_specifier, + STATE(5058), 1, sym_function_type, - STATE(9798), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3011), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -611687,36 +610917,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [151546] = 14, - ACTIONS(9232), 1, + [151043] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4544), 1, - sym_simple_identifier, - STATE(4545), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4548), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4939), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4893), 1, sym_user_type, - STATE(5032), 1, - sym_function_type, - STATE(5040), 1, - sym_delegation_specifier, - STATE(5061), 1, + STATE(4917), 1, sym__delegation_specifiers, - STATE(9741), 1, + STATE(5028), 1, + sym_delegation_specifier, + STATE(5058), 1, + sym_function_type, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9236), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -611724,72 +610954,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [151597] = 13, - ACTIONS(387), 1, + [151094] = 14, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(825), 1, + STATE(4571), 1, sym__simple_user_type, - STATE(1397), 1, + STATE(4911), 1, sym_user_type, - STATE(1684), 1, - sym_function_type, - STATE(9593), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(932), 2, + STATE(5042), 1, sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1030), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(1664), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [151646] = 14, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(9503), 1, - anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3610), 1, - sym__delegation_specifiers, - STATE(4199), 1, - sym_user_type, - STATE(4236), 1, + STATE(5043), 1, sym_function_type, - STATE(4243), 1, + STATE(5048), 1, sym_delegation_specifier, - STATE(9976), 1, + STATE(9527), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(5097), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -611797,36 +610991,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [151697] = 14, - ACTIONS(9232), 1, + [151145] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4544), 1, + STATE(820), 1, sym_simple_identifier, - STATE(4545), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(4548), 1, + STATE(825), 1, sym__simple_user_type, - STATE(4939), 1, + STATE(862), 1, + sym__delegation_specifiers, + STATE(1410), 1, sym_user_type, - STATE(5032), 1, - sym_function_type, - STATE(5040), 1, + STATE(1555), 1, sym_delegation_specifier, - STATE(5060), 1, - sym__delegation_specifiers, - STATE(9741), 1, + STATE(1916), 1, + sym_function_type, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9236), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -611834,36 +611028,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [151748] = 14, - ACTIONS(7), 1, + [151196] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(825), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(4951), 1, - sym_user_type, - STATE(4955), 1, + STATE(979), 1, sym__delegation_specifiers, - STATE(5025), 1, + STATE(1410), 1, + sym_user_type, + STATE(1555), 1, sym_delegation_specifier, - STATE(5041), 1, + STATE(1916), 1, sym_function_type, - STATE(9846), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -611871,36 +611065,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [151799] = 14, - ACTIONS(9216), 1, + [151247] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, - sym__lexical_identifier, - STATE(5686), 1, + STATE(820), 1, sym_simple_identifier, - STATE(7891), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8345), 1, + STATE(897), 1, + sym__delegation_specifiers, + STATE(1410), 1, sym_user_type, - STATE(8418), 1, + STATE(1555), 1, sym_delegation_specifier, - STATE(8422), 1, + STATE(1916), 1, sym_function_type, - STATE(8445), 1, - sym__delegation_specifiers, - STATE(10143), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8525), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9220), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -611908,35 +611102,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [151850] = 13, - ACTIONS(557), 1, + [151298] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3796), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(4071), 1, sym_user_type, - STATE(3939), 1, + STATE(4121), 1, sym_function_type, - STATE(9798), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2917), 2, + STATE(3187), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3153), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -611944,36 +611138,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [151899] = 14, - ACTIONS(9232), 1, + [151347] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4544), 1, + STATE(2911), 1, + sym__simple_user_type, + STATE(2928), 1, sym_simple_identifier, - STATE(4545), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(4548), 1, - sym__simple_user_type, - STATE(4939), 1, + STATE(4071), 1, sym_user_type, - STATE(5019), 1, - sym__delegation_specifiers, - STATE(5032), 1, + STATE(4121), 1, sym_function_type, - STATE(5040), 1, - sym_delegation_specifier, - STATE(9741), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3185), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9236), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -611981,36 +611174,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [151950] = 14, - ACTIONS(473), 1, + [151396] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(820), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3608), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(910), 1, sym__delegation_specifiers, - STATE(4199), 1, + STATE(1410), 1, sym_user_type, - STATE(4236), 1, - sym_function_type, - STATE(4243), 1, + STATE(1555), 1, sym_delegation_specifier, - STATE(9976), 1, + STATE(1916), 1, + sym_function_type, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612018,36 +611211,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152001] = 14, - ACTIONS(473), 1, + [151447] = 14, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(3731), 1, - sym__delegation_specifiers, - STATE(4199), 1, + STATE(5683), 1, + sym_simple_identifier, + STATE(7900), 1, + sym__simple_user_type, + STATE(8328), 1, sym_user_type, - STATE(4236), 1, - sym_function_type, - STATE(4243), 1, + STATE(8396), 1, sym_delegation_specifier, - STATE(9976), 1, + STATE(8412), 1, + sym__delegation_specifiers, + STATE(8426), 1, + sym_function_type, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612055,35 +611248,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152052] = 13, - ACTIONS(557), 1, + [151498] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(825), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(3796), 1, + STATE(914), 1, + sym__delegation_specifiers, + STATE(1410), 1, sym_user_type, - STATE(3939), 1, + STATE(1555), 1, + sym_delegation_specifier, + STATE(1916), 1, sym_function_type, - STATE(9798), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2904), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3153), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612091,35 +611285,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152101] = 13, - ACTIONS(557), 1, + [151549] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3796), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(4071), 1, sym_user_type, - STATE(3939), 1, + STATE(4121), 1, sym_function_type, - STATE(9798), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2902), 2, + STATE(3165), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3153), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612127,36 +611321,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152150] = 14, - ACTIONS(211), 1, + [151598] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(4690), 1, - sym__delegation_specifiers, - STATE(5273), 1, + STATE(3618), 1, sym_user_type, - STATE(5324), 1, + STATE(3708), 1, sym_function_type, - STATE(5524), 1, + STATE(3723), 1, + sym__delegation_specifiers, + STATE(3823), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612164,36 +611358,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152201] = 14, - ACTIONS(9216), 1, + [151649] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, - sym__lexical_identifier, - STATE(5686), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(7891), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(8345), 1, + STATE(3614), 1, + sym__delegation_specifiers, + STATE(3618), 1, sym_user_type, - STATE(8418), 1, - sym_delegation_specifier, - STATE(8422), 1, + STATE(3708), 1, sym_function_type, - STATE(9088), 1, - sym__delegation_specifiers, - STATE(10143), 1, + STATE(3823), 1, + sym_delegation_specifier, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8525), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9220), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612201,35 +611395,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152252] = 13, - ACTIONS(387), 1, + [151700] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(1397), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(4071), 1, sym_user_type, - STATE(1684), 1, + STATE(4121), 1, sym_function_type, - STATE(9593), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(868), 2, + STATE(3315), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612237,35 +611431,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152301] = 13, - ACTIONS(387), 1, + [151749] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(1397), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(4071), 1, sym_user_type, - STATE(1684), 1, + STATE(4121), 1, sym_function_type, - STATE(9593), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(871), 2, + STATE(3133), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612273,36 +611467,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152350] = 14, - ACTIONS(9232), 1, + [151798] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4544), 1, + STATE(2911), 1, + sym__simple_user_type, + STATE(2928), 1, sym_simple_identifier, - STATE(4545), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(4548), 1, - sym__simple_user_type, - STATE(4939), 1, + STATE(4071), 1, sym_user_type, - STATE(5032), 1, + STATE(4121), 1, sym_function_type, - STATE(5040), 1, - sym_delegation_specifier, - STATE(5048), 1, - sym__delegation_specifiers, - STATE(9741), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3124), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9236), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612310,36 +611503,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152401] = 14, - ACTIONS(9232), 1, + [151847] = 14, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4544), 1, - sym_simple_identifier, - STATE(4545), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(4548), 1, + STATE(5683), 1, + sym_simple_identifier, + STATE(7900), 1, sym__simple_user_type, - STATE(4939), 1, + STATE(8328), 1, sym_user_type, - STATE(5032), 1, - sym_function_type, - STATE(5040), 1, + STATE(8396), 1, sym_delegation_specifier, - STATE(5044), 1, + STATE(8411), 1, sym__delegation_specifiers, - STATE(9741), 1, + STATE(8426), 1, + sym_function_type, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9236), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612347,36 +611540,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152452] = 14, - ACTIONS(7), 1, + [151898] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(825), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(4951), 1, - sym_user_type, - STATE(4952), 1, + STATE(947), 1, sym__delegation_specifiers, - STATE(5025), 1, + STATE(1410), 1, + sym_user_type, + STATE(1555), 1, sym_delegation_specifier, - STATE(5041), 1, + STATE(1916), 1, sym_function_type, - STATE(9846), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612384,35 +611577,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152503] = 13, - ACTIONS(387), 1, + [151949] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(1397), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(4071), 1, sym_user_type, - STATE(1684), 1, + STATE(4121), 1, sym_function_type, - STATE(9593), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(924), 2, + STATE(3094), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612420,35 +611613,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152552] = 13, - ACTIONS(387), 1, + [151998] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(1397), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(4071), 1, sym_user_type, - STATE(1684), 1, + STATE(4121), 1, sym_function_type, - STATE(9593), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(930), 2, + STATE(3091), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612456,35 +611649,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152601] = 13, - ACTIONS(387), 1, + [152047] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(1397), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(4071), 1, sym_user_type, - STATE(1684), 1, + STATE(4121), 1, sym_function_type, - STATE(9593), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(920), 2, + STATE(3060), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612492,36 +611685,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152650] = 14, - ACTIONS(9232), 1, + [152096] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4544), 1, + STATE(820), 1, sym_simple_identifier, - STATE(4545), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(4548), 1, + STATE(825), 1, sym__simple_user_type, - STATE(4939), 1, + STATE(925), 1, + sym__delegation_specifiers, + STATE(1410), 1, sym_user_type, - STATE(5032), 1, - sym_function_type, - STATE(5040), 1, + STATE(1555), 1, sym_delegation_specifier, - STATE(5297), 1, - sym__delegation_specifiers, - STATE(9741), 1, + STATE(1916), 1, + sym_function_type, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9236), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612529,35 +611722,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152701] = 13, - ACTIONS(387), 1, + [152147] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(1397), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(4071), 1, sym_user_type, - STATE(1684), 1, + STATE(4121), 1, sym_function_type, - STATE(9593), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(919), 2, + STATE(3069), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612565,36 +611758,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152750] = 14, - ACTIONS(473), 1, + [152196] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3660), 1, - sym__delegation_specifiers, - STATE(4199), 1, + STATE(4071), 1, sym_user_type, - STATE(4236), 1, + STATE(4121), 1, sym_function_type, - STATE(4243), 1, - sym_delegation_specifier, - STATE(9976), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(3072), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612602,35 +611794,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152801] = 13, - ACTIONS(557), 1, + [152245] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3796), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(4071), 1, sym_user_type, - STATE(3939), 1, + STATE(4121), 1, sym_function_type, - STATE(9798), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3028), 2, + STATE(3090), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3153), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612638,35 +611830,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152850] = 13, - ACTIONS(387), 1, + [152294] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(825), 1, - sym__simple_user_type, - STATE(1397), 1, + STATE(3724), 1, sym_user_type, - STATE(1684), 1, + STATE(4040), 1, sym_function_type, - STATE(9593), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(908), 2, + STATE(2931), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612674,35 +611866,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152899] = 13, - ACTIONS(387), 1, + [152343] = 14, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(825), 1, + STATE(4571), 1, sym__simple_user_type, - STATE(1397), 1, + STATE(4911), 1, sym_user_type, - STATE(1684), 1, + STATE(5043), 1, sym_function_type, - STATE(9593), 1, + STATE(5048), 1, + sym_delegation_specifier, + STATE(5305), 1, + sym__delegation_specifiers, + STATE(9527), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(907), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1030), 2, + STATE(5097), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612710,35 +611903,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152948] = 13, - ACTIONS(387), 1, + [152394] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(1397), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4893), 1, sym_user_type, - STATE(1684), 1, + STATE(5028), 1, + sym_delegation_specifier, + STATE(5047), 1, + sym__delegation_specifiers, + STATE(5058), 1, sym_function_type, - STATE(9593), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(886), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1030), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612746,36 +611940,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [152997] = 14, + [152445] = 13, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3607), 1, - sym__delegation_specifiers, - STATE(4199), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(3724), 1, sym_user_type, - STATE(4236), 1, + STATE(4040), 1, sym_function_type, - STATE(4243), 1, - sym_delegation_specifier, - STATE(9976), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(2973), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612783,35 +611976,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153048] = 13, - ACTIONS(557), 1, + [152494] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(3796), 1, + STATE(2881), 1, sym_user_type, - STATE(3939), 1, + STATE(2961), 1, + sym__delegation_specifiers, + STATE(2969), 1, sym_function_type, - STATE(9798), 1, + STATE(3035), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2898), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3153), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612819,35 +612013,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153097] = 13, - ACTIONS(387), 1, + [152545] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(825), 1, - sym__simple_user_type, - STATE(1397), 1, + STATE(3724), 1, sym_user_type, - STATE(1684), 1, + STATE(4040), 1, sym_function_type, - STATE(9593), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(869), 2, + STATE(2956), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612855,35 +612049,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153146] = 13, - ACTIONS(387), 1, + [152594] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(825), 1, - sym__simple_user_type, - STATE(1397), 1, + STATE(3724), 1, sym_user_type, - STATE(1684), 1, + STATE(4040), 1, sym_function_type, - STATE(9593), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(910), 2, + STATE(2949), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612891,35 +612085,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153195] = 13, - ACTIONS(115), 1, + [152643] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(4049), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2881), 1, sym_user_type, - STATE(4132), 1, + STATE(2943), 1, + sym__delegation_specifiers, + STATE(2969), 1, sym_function_type, - STATE(9863), 1, + STATE(3035), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3096), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3599), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612927,36 +612122,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153244] = 14, + [152694] = 14, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3605), 1, - sym__delegation_specifiers, - STATE(3609), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2881), 1, sym_user_type, - STATE(3754), 1, - sym_delegation_specifier, - STATE(3825), 1, + STATE(2935), 1, + sym__delegation_specifiers, + STATE(2969), 1, sym_function_type, - STATE(9976), 1, + STATE(3035), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -612964,35 +612159,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153295] = 13, - ACTIONS(387), 1, + [152745] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(825), 1, - sym__simple_user_type, - STATE(1397), 1, + STATE(3724), 1, sym_user_type, - STATE(1684), 1, + STATE(4040), 1, sym_function_type, - STATE(9593), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(915), 2, + STATE(2915), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613000,35 +612195,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153344] = 13, - ACTIONS(115), 1, + [152794] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(4049), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(3724), 1, sym_user_type, - STATE(4132), 1, + STATE(4040), 1, sym_function_type, - STATE(9863), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3081), 2, + STATE(3040), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3599), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613036,36 +612231,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153393] = 14, - ACTIONS(9232), 1, + [152843] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4544), 1, - sym_simple_identifier, - STATE(4545), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4548), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4939), 1, - sym_user_type, - STATE(5026), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4892), 1, sym__delegation_specifiers, - STATE(5032), 1, - sym_function_type, - STATE(5040), 1, + STATE(4893), 1, + sym_user_type, + STATE(5028), 1, sym_delegation_specifier, - STATE(9741), 1, + STATE(5058), 1, + sym_function_type, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9236), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613073,36 +612268,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153444] = 14, - ACTIONS(473), 1, + [152894] = 13, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(3614), 1, - sym__delegation_specifiers, - STATE(4199), 1, + STATE(4533), 1, + sym_simple_identifier, + STATE(4542), 1, + sym__simple_user_type, + STATE(5284), 1, sym_user_type, - STATE(4236), 1, + STATE(5387), 1, sym_function_type, - STATE(4243), 1, - sym_delegation_specifier, - STATE(9976), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(4660), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613110,35 +612304,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153495] = 13, - ACTIONS(115), 1, + [152943] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(4049), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2881), 1, sym_user_type, - STATE(4132), 1, + STATE(2920), 1, + sym__delegation_specifiers, + STATE(2969), 1, sym_function_type, - STATE(9863), 1, + STATE(3035), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3078), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3599), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613146,36 +612341,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153544] = 14, + [152994] = 14, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(4951), 1, + STATE(4893), 1, sym_user_type, - STATE(5020), 1, + STATE(4937), 1, sym__delegation_specifiers, - STATE(5025), 1, + STATE(5028), 1, sym_delegation_specifier, - STATE(5041), 1, + STATE(5058), 1, sym_function_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613183,35 +612378,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153595] = 13, - ACTIONS(115), 1, + [153045] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(4049), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2881), 1, sym_user_type, - STATE(4132), 1, + STATE(2884), 1, + sym__delegation_specifiers, + STATE(2969), 1, sym_function_type, - STATE(9863), 1, + STATE(3035), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3068), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3599), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613219,35 +612415,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153644] = 13, - ACTIONS(115), 1, + [153096] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, sym__lexical_identifier, - STATE(4049), 1, + STATE(3248), 1, sym_user_type, - STATE(4132), 1, + STATE(3280), 1, sym_function_type, - STATE(9863), 1, + STATE(3304), 1, + sym__delegation_specifiers, + STATE(3623), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3139), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3599), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613255,35 +612452,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153693] = 13, + [153147] = 13, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(4199), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(3724), 1, sym_user_type, - STATE(4236), 1, + STATE(4040), 1, sym_function_type, - STATE(9976), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3610), 2, + STATE(2893), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3888), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613291,36 +612488,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153742] = 14, - ACTIONS(9232), 1, + [153196] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4544), 1, - sym_simple_identifier, - STATE(4545), 1, - sym__lexical_identifier, - STATE(4548), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(4939), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, + sym_simple_identifier, + STATE(2881), 1, sym_user_type, - STATE(5002), 1, + STATE(2885), 1, sym__delegation_specifiers, - STATE(5032), 1, + STATE(2969), 1, sym_function_type, - STATE(5040), 1, + STATE(3035), 1, sym_delegation_specifier, - STATE(9741), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9236), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613328,36 +612525,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153793] = 14, - ACTIONS(9232), 1, + [153247] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4544), 1, + STATE(2911), 1, + sym__simple_user_type, + STATE(2928), 1, sym_simple_identifier, - STATE(4545), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(4548), 1, - sym__simple_user_type, - STATE(4939), 1, - sym_user_type, - STATE(5000), 1, + STATE(3187), 1, sym__delegation_specifiers, - STATE(5032), 1, + STATE(3248), 1, + sym_user_type, + STATE(3280), 1, sym_function_type, - STATE(5040), 1, + STATE(3623), 1, sym_delegation_specifier, - STATE(9741), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9236), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613365,35 +612562,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153844] = 13, - ACTIONS(115), 1, + [153298] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(4049), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(3724), 1, sym_user_type, - STATE(4132), 1, + STATE(4040), 1, sym_function_type, - STATE(9863), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3142), 2, + STATE(2891), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3599), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613401,35 +612598,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153893] = 13, - ACTIONS(211), 1, + [153347] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(4540), 1, - sym__simple_user_type, - STATE(5273), 1, + STATE(2881), 1, sym_user_type, - STATE(5324), 1, + STATE(2891), 1, + sym__delegation_specifiers, + STATE(2969), 1, sym_function_type, - STATE(9487), 1, + STATE(3035), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4601), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4792), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613437,36 +612635,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153942] = 14, - ACTIONS(473), 1, + [153398] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3609), 1, - sym_user_type, - STATE(3731), 1, + STATE(3185), 1, sym__delegation_specifiers, - STATE(3754), 1, - sym_delegation_specifier, - STATE(3825), 1, + STATE(3248), 1, + sym_user_type, + STATE(3280), 1, sym_function_type, - STATE(9976), 1, + STATE(3623), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613474,35 +612672,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [153993] = 13, - ACTIONS(115), 1, + [153449] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(4049), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(3724), 1, sym_user_type, - STATE(4132), 1, + STATE(4040), 1, sym_function_type, - STATE(9863), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3202), 2, + STATE(2885), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3599), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613510,35 +612708,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154042] = 13, - ACTIONS(115), 1, + [153498] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(4049), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(3724), 1, sym_user_type, - STATE(4132), 1, + STATE(4040), 1, sym_function_type, - STATE(9863), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3208), 2, + STATE(2884), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3599), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613546,35 +612744,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154091] = 13, - ACTIONS(211), 1, + [153547] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(5273), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3133), 1, + sym__delegation_specifiers, + STATE(4071), 1, sym_user_type, - STATE(5324), 1, + STATE(4121), 1, sym_function_type, - STATE(9487), 1, + STATE(4203), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4600), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4792), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613582,36 +612781,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154140] = 14, + [153598] = 13, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3622), 1, - sym__delegation_specifiers, - STATE(4199), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(3724), 1, sym_user_type, - STATE(4236), 1, + STATE(4040), 1, sym_function_type, - STATE(4243), 1, - sym_delegation_specifier, - STATE(9976), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(2920), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613619,35 +612817,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154191] = 13, - ACTIONS(115), 1, + [153647] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(4049), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2881), 1, sym_user_type, - STATE(4132), 1, + STATE(2893), 1, + sym__delegation_specifiers, + STATE(2969), 1, sym_function_type, - STATE(9863), 1, + STATE(3035), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3341), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3599), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613655,36 +612854,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154240] = 14, + [153698] = 13, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3624), 1, - sym__delegation_specifiers, - STATE(4199), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(3724), 1, sym_user_type, - STATE(4236), 1, + STATE(4040), 1, sym_function_type, - STATE(4243), 1, - sym_delegation_specifier, - STATE(9976), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(2935), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613692,35 +612890,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154291] = 13, - ACTIONS(115), 1, + [153747] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(4049), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(3724), 1, sym_user_type, - STATE(4132), 1, + STATE(4040), 1, sym_function_type, - STATE(9863), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3253), 2, + STATE(2943), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3599), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613728,36 +612926,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154340] = 14, - ACTIONS(9216), 1, + [153796] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(7891), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(8345), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4893), 1, sym_user_type, - STATE(8418), 1, + STATE(5026), 1, + sym__delegation_specifiers, + STATE(5028), 1, sym_delegation_specifier, - STATE(8422), 1, + STATE(5058), 1, sym_function_type, - STATE(8810), 1, - sym__delegation_specifiers, - STATE(10143), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8525), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9220), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613765,35 +612963,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154391] = 13, - ACTIONS(211), 1, + [153847] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(4540), 1, - sym__simple_user_type, - STATE(5273), 1, + STATE(3724), 1, sym_user_type, - STATE(5324), 1, + STATE(4040), 1, sym_function_type, - STATE(9487), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4681), 2, + STATE(2961), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4792), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613801,35 +612999,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154440] = 13, - ACTIONS(115), 1, + [153896] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(4049), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2881), 1, sym_user_type, - STATE(4132), 1, + STATE(2969), 1, sym_function_type, - STATE(9863), 1, + STATE(3035), 1, + sym_delegation_specifier, + STATE(3040), 1, + sym__delegation_specifiers, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3125), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3599), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613837,36 +613036,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154489] = 14, + [153947] = 14, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3609), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2881), 1, sym_user_type, - STATE(3666), 1, + STATE(2915), 1, sym__delegation_specifiers, - STATE(3754), 1, - sym_delegation_specifier, - STATE(3825), 1, + STATE(2969), 1, sym_function_type, - STATE(9976), 1, + STATE(3035), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613874,35 +613073,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154540] = 13, - ACTIONS(115), 1, + [153998] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(4049), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(4204), 1, sym_user_type, - STATE(4132), 1, + STATE(4253), 1, sym_function_type, - STATE(9863), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3117), 2, + STATE(3614), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3599), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613910,36 +613109,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154589] = 14, - ACTIONS(9232), 1, + [154047] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4544), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4545), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(4548), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(4939), 1, + STATE(4204), 1, sym_user_type, - STATE(5032), 1, + STATE(4253), 1, sym_function_type, - STATE(5040), 1, - sym_delegation_specifier, - STATE(5291), 1, - sym__delegation_specifiers, - STATE(9741), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3723), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9236), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613947,36 +613145,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154640] = 14, - ACTIONS(9216), 1, + [154096] = 13, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(7891), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(8345), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(5518), 1, sym_user_type, - STATE(8418), 1, - sym_delegation_specifier, - STATE(8422), 1, + STATE(5568), 1, sym_function_type, - STATE(8451), 1, - sym__delegation_specifiers, - STATE(10143), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8525), 2, + STATE(4919), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9220), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -613984,33 +613181,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154691] = 14, - ACTIONS(7), 1, + [154145] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(4944), 1, - sym__delegation_specifiers, - STATE(4951), 1, + STATE(2881), 1, sym_user_type, - STATE(5025), 1, - sym_delegation_specifier, - STATE(5041), 1, + STATE(2949), 1, + sym__delegation_specifiers, + STATE(2969), 1, sym_function_type, - STATE(9846), 1, + STATE(3035), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1920), 7, @@ -614021,33 +613218,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154742] = 14, - ACTIONS(473), 1, + [154196] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3609), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(4204), 1, sym_user_type, - STATE(3661), 1, - sym__delegation_specifiers, - STATE(3754), 1, - sym_delegation_specifier, - STATE(3825), 1, + STATE(4253), 1, sym_function_type, - STATE(9976), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(3604), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1652), 7, @@ -614058,36 +613254,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154793] = 14, - ACTIONS(9216), 1, + [154245] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, - sym__lexical_identifier, - STATE(5686), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(7891), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(8345), 1, + STATE(4204), 1, sym_user_type, - STATE(8418), 1, - sym_delegation_specifier, - STATE(8422), 1, + STATE(4253), 1, sym_function_type, - STATE(9073), 1, - sym__delegation_specifiers, - STATE(10143), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8525), 2, + STATE(3605), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9220), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614095,36 +613290,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154844] = 14, + [154294] = 14, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3650), 1, - sym__delegation_specifiers, - STATE(4199), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2881), 1, sym_user_type, - STATE(4236), 1, + STATE(2956), 1, + sym__delegation_specifiers, + STATE(2969), 1, sym_function_type, - STATE(4243), 1, + STATE(3035), 1, sym_delegation_specifier, - STATE(9976), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614132,33 +613327,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154895] = 14, - ACTIONS(7), 1, + [154345] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(4907), 1, - sym__delegation_specifiers, - STATE(4951), 1, + STATE(2881), 1, sym_user_type, - STATE(5025), 1, - sym_delegation_specifier, - STATE(5041), 1, + STATE(2969), 1, sym_function_type, - STATE(9846), 1, + STATE(2973), 1, + sym__delegation_specifiers, + STATE(3035), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1920), 7, @@ -614169,35 +613364,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154946] = 13, - ACTIONS(211), 1, + [154396] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(5273), 1, + STATE(4204), 1, sym_user_type, - STATE(5324), 1, + STATE(4253), 1, sym_function_type, - STATE(9487), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4589), 2, + STATE(3615), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4792), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614205,36 +613400,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [154995] = 14, - ACTIONS(9216), 1, + [154445] = 13, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(7891), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(8345), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(5518), 1, sym_user_type, - STATE(8418), 1, - sym_delegation_specifier, - STATE(8422), 1, + STATE(5568), 1, sym_function_type, - STATE(8457), 1, - sym__delegation_specifiers, - STATE(10143), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8525), 2, + STATE(4903), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9220), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614242,35 +613436,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155046] = 13, - ACTIONS(115), 1, + [154494] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(4049), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(4204), 1, sym_user_type, - STATE(4132), 1, + STATE(4253), 1, sym_function_type, - STATE(9863), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3312), 2, + STATE(3761), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3599), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614278,36 +613472,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155095] = 14, - ACTIONS(9232), 1, + [154543] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4544), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4545), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(4548), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(4939), 1, + STATE(4204), 1, sym_user_type, - STATE(4977), 1, - sym__delegation_specifiers, - STATE(5032), 1, + STATE(4253), 1, sym_function_type, - STATE(5040), 1, - sym_delegation_specifier, - STATE(9741), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(3665), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9236), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614315,36 +613508,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155146] = 14, - ACTIONS(8672), 1, + [154592] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(8394), 1, + STATE(4204), 1, sym_user_type, - STATE(8587), 1, - sym_delegation_specifier, - STATE(8625), 1, + STATE(4253), 1, sym_function_type, - STATE(9219), 1, - sym__delegation_specifiers, - STATE(9549), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(3641), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614352,35 +613544,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155197] = 13, - ACTIONS(115), 1, + [154641] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(4049), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2881), 1, sym_user_type, - STATE(4132), 1, + STATE(2931), 1, + sym__delegation_specifiers, + STATE(2969), 1, sym_function_type, - STATE(9863), 1, + STATE(3035), 1, + sym_delegation_specifier, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3070), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3599), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614388,36 +613581,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155246] = 14, - ACTIONS(9216), 1, + [154692] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, - sym__lexical_identifier, - STATE(5686), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(7891), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(8345), 1, + STATE(4204), 1, sym_user_type, - STATE(8418), 1, - sym_delegation_specifier, - STATE(8422), 1, + STATE(4253), 1, sym_function_type, - STATE(8738), 1, - sym__delegation_specifiers, - STATE(10143), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8525), 2, + STATE(3652), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9220), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614425,36 +613617,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155297] = 14, - ACTIONS(387), 1, + [154741] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(825), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(915), 1, - sym__delegation_specifiers, - STATE(1397), 1, + STATE(4204), 1, sym_user_type, - STATE(1684), 1, + STATE(4253), 1, sym_function_type, - STATE(1868), 1, - sym_delegation_specifier, - STATE(9593), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(3653), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614462,36 +613653,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155348] = 14, - ACTIONS(387), 1, + [154790] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(825), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(910), 1, - sym__delegation_specifiers, - STATE(1397), 1, + STATE(4204), 1, sym_user_type, - STATE(1684), 1, + STATE(4253), 1, sym_function_type, - STATE(1868), 1, - sym_delegation_specifier, - STATE(9593), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(3657), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614499,36 +613689,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155399] = 14, - ACTIONS(387), 1, + [154839] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(825), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(869), 1, - sym__delegation_specifiers, - STATE(1397), 1, + STATE(4204), 1, sym_user_type, - STATE(1684), 1, + STATE(4253), 1, sym_function_type, - STATE(1868), 1, - sym_delegation_specifier, - STATE(9593), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(3666), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614536,36 +613725,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155450] = 14, - ACTIONS(387), 1, + [154888] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(825), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(886), 1, - sym__delegation_specifiers, - STATE(1397), 1, + STATE(4204), 1, sym_user_type, - STATE(1684), 1, + STATE(4253), 1, sym_function_type, - STATE(1868), 1, - sym_delegation_specifier, - STATE(9593), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(3668), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614573,36 +613761,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155501] = 14, - ACTIONS(473), 1, + [154937] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(4615), 1, + sym__lexical_identifier, + STATE(4661), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3609), 1, + STATE(4893), 1, sym_user_type, - STATE(3635), 1, + STATE(4924), 1, sym__delegation_specifiers, - STATE(3754), 1, + STATE(5028), 1, sym_delegation_specifier, - STATE(3825), 1, + STATE(5058), 1, sym_function_type, - STATE(9976), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614610,33 +613798,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155552] = 14, - ACTIONS(473), 1, + [154988] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3609), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(4204), 1, sym_user_type, - STATE(3754), 1, - sym_delegation_specifier, - STATE(3801), 1, - sym__delegation_specifiers, - STATE(3825), 1, + STATE(4253), 1, sym_function_type, - STATE(9976), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(3669), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1652), 7, @@ -614647,36 +613834,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155603] = 14, + [155037] = 13, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(4928), 1, - sym__delegation_specifiers, - STATE(4951), 1, + STATE(5518), 1, sym_user_type, - STATE(5025), 1, - sym_delegation_specifier, - STATE(5041), 1, + STATE(5568), 1, sym_function_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(4936), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614684,35 +613870,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155654] = 13, - ACTIONS(557), 1, + [155086] = 13, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(3796), 1, + STATE(5518), 1, sym_user_type, - STATE(3939), 1, + STATE(5568), 1, sym_function_type, - STATE(9798), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2925), 2, + STATE(4947), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614720,33 +613906,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155703] = 14, + [155135] = 13, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(908), 1, - sym__delegation_specifiers, - STATE(1397), 1, + STATE(1410), 1, sym_user_type, - STATE(1684), 1, + STATE(1916), 1, sym_function_type, - STATE(1868), 1, - sym_delegation_specifier, - STATE(9593), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(925), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1664), 7, @@ -614757,36 +613942,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155754] = 14, - ACTIONS(9216), 1, + [155184] = 13, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(7891), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(8345), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(5518), 1, sym_user_type, - STATE(8416), 1, + STATE(5568), 1, + sym_function_type, + STATE(9839), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(4958), 2, sym__delegation_specifiers, - STATE(8418), 1, sym_delegation_specifier, - STATE(8422), 1, + STATE(5123), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(1908), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [155233] = 14, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, + sym__backtick_identifier, + ACTIONS(9487), 1, + anon_sym_LPAREN, + STATE(2911), 1, + sym__simple_user_type, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3090), 1, + sym__delegation_specifiers, + STATE(4071), 1, + sym_user_type, + STATE(4121), 1, sym_function_type, - STATE(10143), 1, + STATE(4203), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8525), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9220), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614794,36 +614015,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155805] = 14, - ACTIONS(7), 1, + [155284] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(4896), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3072), 1, sym__delegation_specifiers, - STATE(4951), 1, + STATE(4071), 1, sym_user_type, - STATE(5025), 1, - sym_delegation_specifier, - STATE(5041), 1, + STATE(4121), 1, sym_function_type, - STATE(9846), 1, + STATE(4203), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614831,36 +614052,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155856] = 14, - ACTIONS(473), 1, + [155335] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3609), 1, - sym_user_type, - STATE(3610), 1, + STATE(3165), 1, sym__delegation_specifiers, - STATE(3754), 1, - sym_delegation_specifier, - STATE(3825), 1, + STATE(3248), 1, + sym_user_type, + STATE(3280), 1, sym_function_type, - STATE(9976), 1, + STATE(3623), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614868,36 +614089,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155907] = 14, - ACTIONS(7), 1, + [155386] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(4894), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3069), 1, sym__delegation_specifiers, - STATE(4951), 1, + STATE(4071), 1, sym_user_type, - STATE(5025), 1, - sym_delegation_specifier, - STATE(5041), 1, + STATE(4121), 1, sym_function_type, - STATE(9846), 1, + STATE(4203), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614905,36 +614126,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [155958] = 14, - ACTIONS(9216), 1, + [155437] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, - sym__lexical_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(7891), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(8345), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3248), 1, sym_user_type, - STATE(8418), 1, - sym_delegation_specifier, - STATE(8422), 1, + STATE(3280), 1, sym_function_type, - STATE(8428), 1, + STATE(3315), 1, sym__delegation_specifiers, - STATE(10143), 1, + STATE(3623), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8525), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9220), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614942,36 +614163,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156009] = 14, - ACTIONS(473), 1, + [155488] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3608), 1, + STATE(3060), 1, sym__delegation_specifiers, - STATE(3609), 1, + STATE(4071), 1, sym_user_type, - STATE(3754), 1, - sym_delegation_specifier, - STATE(3825), 1, + STATE(4121), 1, sym_function_type, - STATE(9976), 1, + STATE(4203), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -614979,36 +614200,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156060] = 14, - ACTIONS(387), 1, + [155539] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(919), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3094), 1, sym__delegation_specifiers, - STATE(1397), 1, + STATE(4071), 1, sym_user_type, - STATE(1684), 1, + STATE(4121), 1, sym_function_type, - STATE(1868), 1, + STATE(4203), 1, sym_delegation_specifier, - STATE(9593), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615016,33 +614237,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156111] = 14, + [155590] = 13, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(920), 1, - sym__delegation_specifiers, - STATE(1397), 1, + STATE(1410), 1, sym_user_type, - STATE(1684), 1, + STATE(1916), 1, sym_function_type, - STATE(1868), 1, - sym_delegation_specifier, - STATE(9593), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(947), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1664), 7, @@ -615053,36 +614273,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156162] = 14, - ACTIONS(211), 1, + [155639] = 14, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, STATE(4538), 1, + sym__lexical_identifier, + STATE(4543), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4571), 1, sym__simple_user_type, - STATE(4597), 1, - sym__delegation_specifiers, - STATE(5273), 1, + STATE(4911), 1, sym_user_type, - STATE(5324), 1, + STATE(4988), 1, + sym__delegation_specifiers, + STATE(5043), 1, sym_function_type, - STATE(5524), 1, + STATE(5048), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(9527), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(5097), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615090,36 +614310,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156213] = 14, - ACTIONS(473), 1, + [155690] = 14, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(3609), 1, + STATE(4543), 1, + sym_simple_identifier, + STATE(4571), 1, + sym__simple_user_type, + STATE(4911), 1, sym_user_type, - STATE(3660), 1, + STATE(4963), 1, sym__delegation_specifiers, - STATE(3754), 1, - sym_delegation_specifier, - STATE(3825), 1, + STATE(5043), 1, sym_function_type, - STATE(9976), 1, + STATE(5048), 1, + sym_delegation_specifier, + STATE(9527), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(5097), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615127,36 +614347,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156264] = 14, + [155741] = 14, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(4923), 1, + STATE(4890), 1, sym__delegation_specifiers, - STATE(4951), 1, + STATE(4893), 1, sym_user_type, - STATE(5025), 1, + STATE(5028), 1, sym_delegation_specifier, - STATE(5041), 1, + STATE(5058), 1, sym_function_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615164,35 +614384,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156315] = 13, - ACTIONS(211), 1, + [155792] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(820), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(5273), 1, + STATE(1410), 1, sym_user_type, - STATE(5324), 1, + STATE(1916), 1, sym_function_type, - STATE(9487), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4590), 2, + STATE(914), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4792), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615200,36 +614420,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156364] = 14, - ACTIONS(7), 1, + [155841] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(4922), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3133), 1, sym__delegation_specifiers, - STATE(4951), 1, + STATE(3248), 1, sym_user_type, - STATE(5025), 1, + STATE(3280), 1, + sym_function_type, + STATE(3623), 1, sym_delegation_specifier, - STATE(5041), 1, + STATE(9476), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(3596), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(1616), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [155892] = 13, + ACTIONS(387), 1, + sym__alpha_identifier, + ACTIONS(469), 1, + sym__backtick_identifier, + ACTIONS(9487), 1, + anon_sym_LPAREN, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, + sym__simple_user_type, + STATE(1410), 1, + sym_user_type, + STATE(1916), 1, sym_function_type, - STATE(9846), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(910), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615237,36 +614493,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156415] = 14, - ACTIONS(473), 1, + [155941] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3607), 1, + STATE(3124), 1, sym__delegation_specifiers, - STATE(3609), 1, + STATE(4071), 1, sym_user_type, - STATE(3754), 1, - sym_delegation_specifier, - STATE(3825), 1, + STATE(4121), 1, sym_function_type, - STATE(9976), 1, + STATE(4203), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615274,35 +614530,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156466] = 13, - ACTIONS(387), 1, + [155992] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(925), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3165), 1, + sym__delegation_specifiers, + STATE(4071), 1, sym_user_type, - STATE(929), 1, + STATE(4121), 1, sym_function_type, - STATE(9593), 1, + STATE(4203), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(915), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1030), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615310,36 +614567,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156515] = 14, - ACTIONS(387), 1, + [156043] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(930), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3124), 1, sym__delegation_specifiers, - STATE(1397), 1, + STATE(3248), 1, sym_user_type, - STATE(1684), 1, + STATE(3280), 1, sym_function_type, - STATE(1868), 1, + STATE(3623), 1, sym_delegation_specifier, - STATE(9593), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615347,36 +614604,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156566] = 14, - ACTIONS(387), 1, + [156094] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(924), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3094), 1, sym__delegation_specifiers, - STATE(1397), 1, + STATE(3248), 1, sym_user_type, - STATE(1684), 1, + STATE(3280), 1, sym_function_type, - STATE(1868), 1, + STATE(3623), 1, sym_delegation_specifier, - STATE(9593), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615384,32 +614641,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156617] = 13, + [156145] = 13, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(925), 1, + STATE(1410), 1, sym_user_type, - STATE(929), 1, + STATE(1916), 1, sym_function_type, - STATE(9593), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(910), 2, + STATE(897), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1664), 7, @@ -615420,36 +614677,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156666] = 14, - ACTIONS(473), 1, + [156194] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(820), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3609), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(1410), 1, sym_user_type, - STATE(3614), 1, - sym__delegation_specifiers, - STATE(3754), 1, - sym_delegation_specifier, - STATE(3825), 1, + STATE(1916), 1, sym_function_type, - STATE(9976), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(979), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615457,36 +614713,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156717] = 14, - ACTIONS(211), 1, + [156243] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(820), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(4589), 1, - sym__delegation_specifiers, - STATE(5273), 1, + STATE(1410), 1, sym_user_type, - STATE(5324), 1, + STATE(1916), 1, sym_function_type, - STATE(5524), 1, - sym_delegation_specifier, - STATE(9487), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(862), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615494,36 +614749,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156768] = 14, - ACTIONS(473), 1, + [156292] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(820), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3609), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(1410), 1, sym_user_type, - STATE(3622), 1, - sym__delegation_specifiers, - STATE(3754), 1, - sym_delegation_specifier, - STATE(3825), 1, + STATE(1916), 1, sym_function_type, - STATE(9976), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(915), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615531,36 +614785,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156819] = 14, - ACTIONS(473), 1, + [156341] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3609), 1, - sym_user_type, - STATE(3624), 1, + STATE(3091), 1, sym__delegation_specifiers, - STATE(3754), 1, - sym_delegation_specifier, - STATE(3825), 1, + STATE(3248), 1, + sym_user_type, + STATE(3280), 1, sym_function_type, - STATE(9976), 1, + STATE(3623), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615568,36 +614822,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156870] = 14, - ACTIONS(211), 1, + [156392] = 13, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4601), 1, - sym__delegation_specifiers, - STATE(5273), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(5518), 1, sym_user_type, - STATE(5324), 1, + STATE(5568), 1, sym_function_type, - STATE(5524), 1, - sym_delegation_specifier, - STATE(9487), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(4935), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615605,35 +614858,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156921] = 13, - ACTIONS(387), 1, + [156441] = 13, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(925), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(5518), 1, sym_user_type, - STATE(929), 1, + STATE(5568), 1, sym_function_type, - STATE(9593), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(869), 2, + STATE(4953), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615641,35 +614894,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [156970] = 13, - ACTIONS(387), 1, + [156490] = 14, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(825), 1, + STATE(7900), 1, sym__simple_user_type, - STATE(925), 1, + STATE(8328), 1, sym_user_type, - STATE(929), 1, + STATE(8396), 1, + sym_delegation_specifier, + STATE(8426), 1, sym_function_type, - STATE(9593), 1, + STATE(8429), 1, + sym__delegation_specifiers, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(886), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1030), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615677,35 +614931,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157019] = 13, - ACTIONS(387), 1, + [156541] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(925), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3315), 1, + sym__delegation_specifiers, + STATE(4071), 1, sym_user_type, - STATE(929), 1, + STATE(4121), 1, sym_function_type, - STATE(9593), 1, + STATE(4203), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(907), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1030), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615713,35 +614968,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157068] = 13, - ACTIONS(387), 1, + [156592] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(925), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3060), 1, + sym__delegation_specifiers, + STATE(3248), 1, sym_user_type, - STATE(929), 1, + STATE(3280), 1, sym_function_type, - STATE(9593), 1, + STATE(3623), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(908), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1030), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615749,36 +615005,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157117] = 14, - ACTIONS(387), 1, + [156643] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(871), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3069), 1, sym__delegation_specifiers, - STATE(1397), 1, + STATE(3248), 1, sym_user_type, - STATE(1684), 1, + STATE(3280), 1, sym_function_type, - STATE(1868), 1, + STATE(3623), 1, sym_delegation_specifier, - STATE(9593), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615786,32 +615042,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157168] = 13, + [156694] = 13, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(925), 1, + STATE(1410), 1, sym_user_type, - STATE(929), 1, + STATE(1916), 1, sym_function_type, - STATE(9593), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(919), 2, + STATE(895), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1664), 7, @@ -615822,35 +615078,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157217] = 13, - ACTIONS(7), 1, + [156743] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(825), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(4951), 1, + STATE(1410), 1, sym_user_type, - STATE(5041), 1, + STATE(1916), 1, sym_function_type, - STATE(9846), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4958), 2, + STATE(896), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(5153), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615858,35 +615114,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157266] = 13, - ACTIONS(7), 1, + [156792] = 14, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(4951), 1, + STATE(7900), 1, + sym__simple_user_type, + STATE(8328), 1, sym_user_type, - STATE(5041), 1, + STATE(8396), 1, + sym_delegation_specifier, + STATE(8406), 1, + sym__delegation_specifiers, + STATE(8426), 1, sym_function_type, - STATE(9846), 1, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5062), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(5153), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615894,36 +615151,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157315] = 14, - ACTIONS(387), 1, + [156843] = 13, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(825), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(868), 1, - sym__delegation_specifiers, - STATE(1397), 1, + STATE(5284), 1, sym_user_type, - STATE(1684), 1, + STATE(5387), 1, sym_function_type, - STATE(1868), 1, - sym_delegation_specifier, - STATE(9593), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(4586), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615931,36 +615187,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157366] = 14, - ACTIONS(473), 1, + [156892] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3609), 1, - sym_user_type, - STATE(3650), 1, + STATE(3072), 1, sym__delegation_specifiers, - STATE(3754), 1, - sym_delegation_specifier, - STATE(3825), 1, + STATE(3248), 1, + sym_user_type, + STATE(3280), 1, sym_function_type, - STATE(9976), 1, + STATE(3623), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -615968,35 +615224,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157417] = 13, - ACTIONS(7), 1, + [156943] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(4951), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3090), 1, + sym__delegation_specifiers, + STATE(3248), 1, sym_user_type, - STATE(5041), 1, + STATE(3280), 1, sym_function_type, - STATE(9846), 1, + STATE(3623), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4894), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(5153), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616004,35 +615261,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157466] = 13, - ACTIONS(7), 1, + [156994] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(825), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(4951), 1, + STATE(1410), 1, sym_user_type, - STATE(5041), 1, + STATE(1916), 1, sym_function_type, - STATE(9846), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4896), 2, + STATE(906), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(5153), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616040,32 +615297,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157515] = 13, + [157043] = 13, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(925), 1, + STATE(1410), 1, sym_user_type, - STATE(929), 1, + STATE(1916), 1, sym_function_type, - STATE(9593), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(920), 2, + STATE(922), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1664), 7, @@ -616076,35 +615333,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157564] = 13, - ACTIONS(387), 1, + [157092] = 13, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(925), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4893), 1, sym_user_type, - STATE(929), 1, + STATE(5058), 1, sym_function_type, - STATE(9593), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(930), 2, + STATE(4937), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616112,35 +615369,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157613] = 13, + [157141] = 13, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(4951), 1, + STATE(4893), 1, sym_user_type, - STATE(5041), 1, + STATE(5058), 1, sym_function_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4900), 2, + STATE(5047), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(5153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616148,35 +615405,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157662] = 13, - ACTIONS(7), 1, + [157190] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(825), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(4951), 1, + STATE(1410), 1, sym_user_type, - STATE(5041), 1, + STATE(1916), 1, sym_function_type, - STATE(9846), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5020), 2, + STATE(880), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(5153), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616184,32 +615441,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157711] = 13, + [157239] = 13, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(925), 1, + STATE(1410), 1, sym_user_type, - STATE(929), 1, + STATE(1916), 1, sym_function_type, - STATE(9593), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(924), 2, + STATE(916), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1664), 7, @@ -616220,35 +615477,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157760] = 13, + [157288] = 13, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(4951), 1, + STATE(4893), 1, sym_user_type, - STATE(5041), 1, + STATE(5058), 1, sym_function_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4955), 2, + STATE(4917), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(5153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616256,35 +615513,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157809] = 13, + [157337] = 13, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(4951), 1, + STATE(4893), 1, sym_user_type, - STATE(5041), 1, + STATE(5058), 1, sym_function_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4952), 2, + STATE(4919), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(5153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616292,35 +615549,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157858] = 13, - ACTIONS(387), 1, + [157386] = 13, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(825), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(925), 1, + STATE(5284), 1, sym_user_type, - STATE(929), 1, + STATE(5387), 1, sym_function_type, - STATE(9593), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(871), 2, + STATE(4614), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616328,36 +615585,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157907] = 14, - ACTIONS(473), 1, + [157435] = 13, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(4615), 1, + sym__lexical_identifier, + STATE(4661), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3605), 1, - sym__delegation_specifiers, - STATE(4199), 1, + STATE(5518), 1, sym_user_type, - STATE(4236), 1, + STATE(5568), 1, sym_function_type, - STATE(4243), 1, - sym_delegation_specifier, - STATE(9976), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(4890), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616365,35 +615621,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [157958] = 13, - ACTIONS(387), 1, + [157484] = 13, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(925), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4893), 1, sym_user_type, - STATE(929), 1, + STATE(5058), 1, sym_function_type, - STATE(9593), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(868), 2, + STATE(4892), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616401,35 +615657,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158007] = 13, + [157533] = 13, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(4951), 1, + STATE(4893), 1, sym_user_type, - STATE(5041), 1, + STATE(5058), 1, sym_function_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4944), 2, + STATE(5026), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(5153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616437,35 +615693,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158056] = 13, - ACTIONS(7), 1, + [157582] = 13, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4951), 1, + STATE(4542), 1, + sym__simple_user_type, + STATE(5284), 1, sym_user_type, - STATE(5041), 1, + STATE(5387), 1, sym_function_type, - STATE(9846), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4907), 2, + STATE(4609), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(5153), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616473,35 +615729,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158105] = 13, - ACTIONS(387), 1, + [157631] = 13, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(925), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4893), 1, sym_user_type, - STATE(929), 1, + STATE(5058), 1, sym_function_type, - STATE(9593), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(932), 2, + STATE(4924), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(1030), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616509,35 +615765,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158154] = 13, + [157680] = 13, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(4951), 1, + STATE(4893), 1, sym_user_type, - STATE(5041), 1, + STATE(5058), 1, sym_function_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4928), 2, + STATE(4890), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(5153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616545,35 +615801,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158203] = 13, - ACTIONS(387), 1, + [157729] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(825), 1, - sym__simple_user_type, - STATE(925), 1, + STATE(2931), 1, + sym__delegation_specifiers, + STATE(3724), 1, sym_user_type, - STATE(929), 1, + STATE(3870), 1, + sym_delegation_specifier, + STATE(4040), 1, sym_function_type, - STATE(9593), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(894), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(1030), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616581,35 +615838,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158252] = 13, - ACTIONS(7), 1, + [157780] = 14, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(5500), 1, + STATE(4571), 1, + sym__simple_user_type, + STATE(4911), 1, sym_user_type, - STATE(5557), 1, + STATE(5043), 1, sym_function_type, - STATE(9846), 1, + STATE(5048), 1, + sym_delegation_specifier, + STATE(5057), 1, + sym__delegation_specifiers, + STATE(9527), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4911), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(5153), 2, + STATE(5097), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616617,35 +615875,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158301] = 13, - ACTIONS(473), 1, + [157831] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3609), 1, + STATE(3185), 1, + sym__delegation_specifiers, + STATE(4071), 1, sym_user_type, - STATE(3825), 1, + STATE(4121), 1, sym_function_type, - STATE(9976), 1, + STATE(4203), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3650), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3888), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616653,35 +615912,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158350] = 13, + [157882] = 13, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(4951), 1, + STATE(4893), 1, sym_user_type, - STATE(5041), 1, + STATE(5058), 1, sym_function_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4923), 2, + STATE(4953), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(5153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616689,35 +615948,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158399] = 13, + [157931] = 13, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(4951), 1, + STATE(4893), 1, sym_user_type, - STATE(5041), 1, + STATE(5058), 1, sym_function_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4922), 2, + STATE(4935), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(5153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616725,35 +615984,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158448] = 13, - ACTIONS(7), 1, + [157980] = 14, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(5500), 1, + STATE(4571), 1, + sym__simple_user_type, + STATE(4911), 1, sym_user_type, - STATE(5557), 1, + STATE(5043), 1, sym_function_type, - STATE(9846), 1, + STATE(5048), 1, + sym_delegation_specifier, + STATE(5282), 1, + sym__delegation_specifiers, + STATE(9527), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4922), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(5153), 2, + STATE(5097), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616761,35 +616021,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158497] = 13, + [158031] = 13, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(5500), 1, + STATE(4893), 1, sym_user_type, - STATE(5557), 1, + STATE(5058), 1, sym_function_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4923), 2, + STATE(4958), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(5153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616797,35 +616057,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158546] = 13, - ACTIONS(7), 1, + [158080] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(4951), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3187), 1, + sym__delegation_specifiers, + STATE(4071), 1, sym_user_type, - STATE(5041), 1, + STATE(4121), 1, sym_function_type, - STATE(9846), 1, + STATE(4203), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4911), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(5153), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616833,35 +616094,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158595] = 13, - ACTIONS(473), 1, + [158131] = 13, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(4615), 1, + sym__lexical_identifier, + STATE(4661), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3609), 1, + STATE(5518), 1, sym_user_type, - STATE(3825), 1, + STATE(5568), 1, sym_function_type, - STATE(9976), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3624), 2, + STATE(4924), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3888), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616869,33 +616130,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158644] = 14, + [158180] = 14, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(932), 1, + STATE(922), 1, sym__delegation_specifiers, - STATE(1397), 1, + STATE(1410), 1, sym_user_type, - STATE(1684), 1, - sym_function_type, - STATE(1868), 1, + STATE(1555), 1, sym_delegation_specifier, - STATE(9593), 1, + STATE(1916), 1, + sym_function_type, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1664), 7, @@ -616906,35 +616167,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158695] = 13, - ACTIONS(473), 1, + [158231] = 13, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(4615), 1, + sym__lexical_identifier, + STATE(4661), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3609), 1, + STATE(4893), 1, sym_user_type, - STATE(3825), 1, + STATE(5058), 1, sym_function_type, - STATE(9976), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3622), 2, + STATE(4947), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3888), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616942,35 +616203,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158744] = 13, - ACTIONS(473), 1, + [158280] = 13, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(4615), 1, + sym__lexical_identifier, + STATE(4661), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3609), 1, + STATE(4893), 1, sym_user_type, - STATE(3825), 1, + STATE(5058), 1, sym_function_type, - STATE(9976), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3614), 2, + STATE(4936), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3888), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -616978,35 +616239,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158793] = 13, - ACTIONS(7), 1, + [158329] = 14, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(5500), 1, + STATE(4571), 1, + sym__simple_user_type, + STATE(4911), 1, sym_user_type, - STATE(5557), 1, + STATE(4966), 1, + sym__delegation_specifiers, + STATE(5043), 1, sym_function_type, - STATE(9846), 1, + STATE(5048), 1, + sym_delegation_specifier, + STATE(9527), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4928), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(5153), 2, + STATE(5097), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617014,36 +616276,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158842] = 14, - ACTIONS(387), 1, + [158380] = 14, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(825), 1, + STATE(4571), 1, sym__simple_user_type, - STATE(894), 1, - sym__delegation_specifiers, - STATE(1397), 1, + STATE(4911), 1, sym_user_type, - STATE(1684), 1, + STATE(4978), 1, + sym__delegation_specifiers, + STATE(5043), 1, sym_function_type, - STATE(1868), 1, + STATE(5048), 1, sym_delegation_specifier, - STATE(9593), 1, + STATE(9527), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(5097), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617051,35 +616313,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158893] = 13, - ACTIONS(473), 1, + [158431] = 13, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(4615), 1, + sym__lexical_identifier, + STATE(4661), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3609), 1, + STATE(4893), 1, sym_user_type, - STATE(3825), 1, + STATE(5058), 1, sym_function_type, - STATE(9976), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3607), 2, + STATE(4903), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3888), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617087,36 +616349,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158942] = 14, - ACTIONS(7), 1, + [158480] = 14, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(4951), 1, + STATE(4571), 1, + sym__simple_user_type, + STATE(4911), 1, sym_user_type, - STATE(5025), 1, - sym_delegation_specifier, - STATE(5041), 1, - sym_function_type, - STATE(5062), 1, + STATE(4997), 1, sym__delegation_specifiers, - STATE(9846), 1, + STATE(5043), 1, + sym_function_type, + STATE(5048), 1, + sym_delegation_specifier, + STATE(9527), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(5097), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617124,36 +616386,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [158993] = 14, - ACTIONS(557), 1, + [158531] = 14, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(2900), 1, + STATE(4571), 1, + sym__simple_user_type, + STATE(4911), 1, sym_user_type, - STATE(2924), 1, + STATE(4994), 1, sym__delegation_specifiers, - STATE(2981), 1, - sym_delegation_specifier, - STATE(3042), 1, + STATE(5043), 1, sym_function_type, - STATE(9798), 1, + STATE(5048), 1, + sym_delegation_specifier, + STATE(9527), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(5097), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617161,35 +616423,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159044] = 13, - ACTIONS(211), 1, + [158582] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(5273), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3304), 1, + sym__delegation_specifiers, + STATE(4071), 1, sym_user_type, - STATE(5324), 1, + STATE(4121), 1, sym_function_type, - STATE(9487), 1, + STATE(4203), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4592), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4792), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617197,35 +616460,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159093] = 13, + [158633] = 14, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3609), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2973), 1, + sym__delegation_specifiers, + STATE(3724), 1, sym_user_type, - STATE(3825), 1, + STATE(3870), 1, + sym_delegation_specifier, + STATE(4040), 1, sym_function_type, - STATE(9976), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3660), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3888), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617233,35 +616497,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159142] = 13, - ACTIONS(211), 1, + [158684] = 14, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(7900), 1, sym__simple_user_type, - STATE(5273), 1, + STATE(8328), 1, sym_user_type, - STATE(5324), 1, + STATE(8396), 1, + sym_delegation_specifier, + STATE(8426), 1, sym_function_type, - STATE(9487), 1, + STATE(8446), 1, + sym__delegation_specifiers, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4617), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4792), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617269,35 +616534,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159191] = 13, - ACTIONS(211), 1, + [158735] = 13, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(5273), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(5518), 1, sym_user_type, - STATE(5324), 1, + STATE(5568), 1, sym_function_type, - STATE(9487), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4581), 2, + STATE(5026), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4792), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617305,32 +616570,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159240] = 13, - ACTIONS(473), 1, + [158784] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3609), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(3761), 1, + sym__delegation_specifiers, + STATE(4204), 1, sym_user_type, - STATE(3825), 1, + STATE(4250), 1, + sym_delegation_specifier, + STATE(4253), 1, sym_function_type, - STATE(9976), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3608), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3888), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1652), 7, @@ -617341,35 +616607,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159289] = 13, - ACTIONS(473), 1, + [158835] = 14, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3609), 1, + STATE(3227), 1, + sym__delegation_specifiers, + STATE(4071), 1, sym_user_type, - STATE(3825), 1, + STATE(4121), 1, sym_function_type, - STATE(9976), 1, + STATE(4203), 1, + sym_delegation_specifier, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3610), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3888), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617377,35 +616644,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159338] = 13, - ACTIONS(473), 1, + [158886] = 14, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(3609), 1, + STATE(4543), 1, + sym_simple_identifier, + STATE(4571), 1, + sym__simple_user_type, + STATE(4911), 1, sym_user_type, - STATE(3825), 1, + STATE(5043), 1, sym_function_type, - STATE(9976), 1, + STATE(5046), 1, + sym__delegation_specifiers, + STATE(5048), 1, + sym_delegation_specifier, + STATE(9527), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3801), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3888), 2, + STATE(5097), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617413,36 +616681,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159387] = 14, - ACTIONS(7), 1, + [158937] = 14, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(4911), 1, - sym__delegation_specifiers, - STATE(4951), 1, + STATE(7900), 1, + sym__simple_user_type, + STATE(8328), 1, sym_user_type, - STATE(5025), 1, + STATE(8396), 1, sym_delegation_specifier, - STATE(5041), 1, + STATE(8426), 1, sym_function_type, - STATE(9846), 1, + STATE(8647), 1, + sym__delegation_specifiers, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617450,36 +616718,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159438] = 14, - ACTIONS(557), 1, + [158988] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(2900), 1, - sym_user_type, - STATE(2950), 1, + STATE(2956), 1, sym__delegation_specifiers, - STATE(2981), 1, + STATE(3724), 1, + sym_user_type, + STATE(3870), 1, sym_delegation_specifier, - STATE(3042), 1, + STATE(4040), 1, sym_function_type, - STATE(9798), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617487,36 +616755,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159489] = 14, - ACTIONS(115), 1, + [159039] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3069), 1, - sym_user_type, - STATE(3070), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2949), 1, sym__delegation_specifiers, - STATE(3363), 1, - sym_function_type, - STATE(3629), 1, + STATE(3724), 1, + sym_user_type, + STATE(3870), 1, sym_delegation_specifier, - STATE(9863), 1, + STATE(4040), 1, + sym_function_type, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617524,35 +616792,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159540] = 13, + [159090] = 14, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(5500), 1, + STATE(4893), 1, sym_user_type, - STATE(5557), 1, + STATE(4953), 1, + sym__delegation_specifiers, + STATE(5028), 1, + sym_delegation_specifier, + STATE(5058), 1, sym_function_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4907), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(5153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617560,35 +616829,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159589] = 13, - ACTIONS(7), 1, + [159141] = 14, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(5500), 1, + STATE(4571), 1, + sym__simple_user_type, + STATE(4911), 1, sym_user_type, - STATE(5557), 1, + STATE(5043), 1, sym_function_type, - STATE(9846), 1, + STATE(5048), 1, + sym_delegation_specifier, + STATE(5049), 1, + sym__delegation_specifiers, + STATE(9527), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4944), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(5153), 2, + STATE(5097), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617596,35 +616866,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159638] = 13, - ACTIONS(211), 1, + [159192] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(5273), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4893), 1, sym_user_type, - STATE(5324), 1, + STATE(4935), 1, + sym__delegation_specifiers, + STATE(5028), 1, + sym_delegation_specifier, + STATE(5058), 1, sym_function_type, - STATE(9487), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4615), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4792), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617632,32 +616903,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159687] = 13, - ACTIONS(473), 1, + [159243] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3609), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(3669), 1, + sym__delegation_specifiers, + STATE(4204), 1, sym_user_type, - STATE(3825), 1, + STATE(4250), 1, + sym_delegation_specifier, + STATE(4253), 1, sym_function_type, - STATE(9976), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3635), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3888), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1652), 7, @@ -617668,36 +616940,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159736] = 14, + [159294] = 14, ACTIONS(557), 1, sym__alpha_identifier, ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2900), 1, - sym_user_type, - STATE(2947), 1, + STATE(3668), 1, sym__delegation_specifiers, - STATE(2981), 1, + STATE(4204), 1, + sym_user_type, + STATE(4250), 1, sym_delegation_specifier, - STATE(3042), 1, + STATE(4253), 1, sym_function_type, - STATE(9798), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617705,36 +616977,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159787] = 14, - ACTIONS(9216), 1, + [159345] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, - sym__lexical_identifier, - STATE(5686), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(7891), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(8345), 1, - sym_user_type, - STATE(8409), 1, + STATE(3666), 1, sym__delegation_specifiers, - STATE(8418), 1, + STATE(4204), 1, + sym_user_type, + STATE(4250), 1, sym_delegation_specifier, - STATE(8422), 1, + STATE(4253), 1, sym_function_type, - STATE(10143), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8525), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9220), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617742,36 +617014,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159838] = 14, + [159396] = 13, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3070), 1, - sym__delegation_specifiers, - STATE(4049), 1, + STATE(5284), 1, sym_user_type, - STATE(4132), 1, + STATE(5387), 1, sym_function_type, - STATE(4217), 1, - sym_delegation_specifier, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(4587), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617779,35 +617050,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159889] = 13, - ACTIONS(7), 1, + [159445] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(5500), 1, + STATE(3657), 1, + sym__delegation_specifiers, + STATE(4204), 1, sym_user_type, - STATE(5557), 1, + STATE(4250), 1, + sym_delegation_specifier, + STATE(4253), 1, sym_function_type, - STATE(9846), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4952), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(5153), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617815,35 +617087,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159938] = 13, + [159496] = 13, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(5500), 1, + STATE(5518), 1, sym_user_type, - STATE(5557), 1, + STATE(5568), 1, sym_function_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4955), 2, + STATE(4892), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(5153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617851,36 +617123,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [159987] = 14, + [159545] = 14, ACTIONS(557), 1, sym__alpha_identifier, ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2900), 1, - sym_user_type, - STATE(2946), 1, + STATE(3653), 1, sym__delegation_specifiers, - STATE(2981), 1, + STATE(4204), 1, + sym_user_type, + STATE(4250), 1, sym_delegation_specifier, - STATE(3042), 1, + STATE(4253), 1, sym_function_type, - STATE(9798), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617888,36 +617160,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160038] = 14, - ACTIONS(211), 1, + [159596] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(4600), 1, + STATE(3652), 1, sym__delegation_specifiers, - STATE(5273), 1, + STATE(4204), 1, sym_user_type, - STATE(5324), 1, - sym_function_type, - STATE(5524), 1, + STATE(4250), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(4253), 1, + sym_function_type, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617925,35 +617197,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160089] = 13, - ACTIONS(211), 1, + [159647] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(5273), 1, + STATE(8379), 1, sym_user_type, - STATE(5324), 1, + STATE(8492), 1, + sym_delegation_specifier, + STATE(8496), 1, sym_function_type, - STATE(9487), 1, + STATE(9217), 1, + sym__delegation_specifiers, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4583), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4792), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617961,36 +617234,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160138] = 14, + [159698] = 14, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3635), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2915), 1, sym__delegation_specifiers, - STATE(4199), 1, + STATE(3724), 1, sym_user_type, - STATE(4236), 1, - sym_function_type, - STATE(4243), 1, + STATE(3870), 1, sym_delegation_specifier, - STATE(9976), 1, + STATE(4040), 1, + sym_function_type, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -617998,36 +617271,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160189] = 14, - ACTIONS(115), 1, + [159749] = 14, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(5680), 1, + sym__lexical_identifier, + STATE(5683), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(7900), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3069), 1, + STATE(8328), 1, sym_user_type, - STATE(3312), 1, - sym__delegation_specifiers, - STATE(3363), 1, - sym_function_type, - STATE(3629), 1, + STATE(8396), 1, sym_delegation_specifier, - STATE(9863), 1, + STATE(8426), 1, + sym_function_type, + STATE(8811), 1, + sym__delegation_specifiers, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618035,36 +617308,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160240] = 14, - ACTIONS(115), 1, + [159800] = 13, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(3069), 1, + STATE(4661), 1, + sym__simple_user_type, + STATE(4667), 1, + sym_simple_identifier, + STATE(5518), 1, sym_user_type, - STATE(3117), 1, - sym__delegation_specifiers, - STATE(3363), 1, + STATE(5568), 1, sym_function_type, - STATE(3629), 1, - sym_delegation_specifier, - STATE(9863), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(4917), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618072,36 +617344,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160291] = 14, - ACTIONS(211), 1, + [159849] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(4681), 1, + STATE(3641), 1, sym__delegation_specifiers, - STATE(5273), 1, + STATE(4204), 1, sym_user_type, - STATE(5324), 1, - sym_function_type, - STATE(5524), 1, + STATE(4250), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(4253), 1, + sym_function_type, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618109,36 +617381,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160342] = 14, - ACTIONS(8672), 1, + [159900] = 14, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(7900), 1, sym__simple_user_type, - STATE(8394), 1, + STATE(8328), 1, sym_user_type, - STATE(8587), 1, + STATE(8396), 1, sym_delegation_specifier, - STATE(8625), 1, + STATE(8426), 1, sym_function_type, - STATE(9452), 1, + STATE(8895), 1, sym__delegation_specifiers, - STATE(9549), 1, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618146,36 +617418,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160393] = 14, - ACTIONS(9216), 1, + [159951] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, - sym__lexical_identifier, - STATE(5686), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(7891), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(8345), 1, + STATE(3665), 1, + sym__delegation_specifiers, + STATE(4204), 1, sym_user_type, - STATE(8418), 1, + STATE(4250), 1, sym_delegation_specifier, - STATE(8422), 1, + STATE(4253), 1, sym_function_type, - STATE(8700), 1, - sym__delegation_specifiers, - STATE(10143), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8525), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9220), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618183,35 +617455,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160444] = 13, - ACTIONS(473), 1, + [160002] = 13, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(4615), 1, + sym__lexical_identifier, + STATE(4661), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(5518), 1, + sym_user_type, + STATE(5568), 1, + sym_function_type, + STATE(9839), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5047), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(5123), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(1908), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [160051] = 13, + ACTIONS(115), 1, + sym__alpha_identifier, + ACTIONS(203), 1, + sym__backtick_identifier, + ACTIONS(9487), 1, + anon_sym_LPAREN, + STATE(4529), 1, sym__lexical_identifier, - STATE(3609), 1, + STATE(4533), 1, + sym_simple_identifier, + STATE(4542), 1, + sym__simple_user_type, + STATE(5284), 1, sym_user_type, - STATE(3825), 1, + STATE(5387), 1, sym_function_type, - STATE(9976), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3661), 2, + STATE(4674), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3888), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618219,35 +617527,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160493] = 13, + [160100] = 13, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(5500), 1, + STATE(5518), 1, sym_user_type, - STATE(5557), 1, + STATE(5568), 1, sym_function_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5020), 2, + STATE(4937), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(5153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618255,36 +617563,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160542] = 14, - ACTIONS(115), 1, + [160149] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3069), 1, - sym_user_type, - STATE(3125), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(3040), 1, sym__delegation_specifiers, - STATE(3363), 1, - sym_function_type, - STATE(3629), 1, + STATE(3724), 1, + sym_user_type, + STATE(3870), 1, sym_delegation_specifier, - STATE(9863), 1, + STATE(4040), 1, + sym_function_type, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618292,32 +617600,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160593] = 13, - ACTIONS(473), 1, + [160200] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3609), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(3615), 1, + sym__delegation_specifiers, + STATE(4204), 1, sym_user_type, - STATE(3825), 1, + STATE(4250), 1, + sym_delegation_specifier, + STATE(4253), 1, sym_function_type, - STATE(9976), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3666), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3888), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1652), 7, @@ -618328,35 +617637,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160642] = 13, - ACTIONS(211), 1, + [160251] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(5273), 1, + STATE(8379), 1, sym_user_type, - STATE(5324), 1, + STATE(8492), 1, + sym_delegation_specifier, + STATE(8496), 1, sym_function_type, - STATE(9487), 1, + STATE(8601), 1, + sym__delegation_specifiers, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4606), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4792), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618364,32 +617674,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160691] = 13, - ACTIONS(7), 1, + [160302] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(5500), 1, + STATE(2893), 1, + sym__delegation_specifiers, + STATE(3724), 1, sym_user_type, - STATE(5557), 1, + STATE(3870), 1, + sym_delegation_specifier, + STATE(4040), 1, sym_function_type, - STATE(9846), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4900), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(5153), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1920), 7, @@ -618400,36 +617711,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160740] = 14, - ACTIONS(473), 1, + [160353] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(4615), 1, + sym__lexical_identifier, + STATE(4661), 1, sym__simple_user_type, - STATE(3308), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3666), 1, - sym__delegation_specifiers, - STATE(4199), 1, + STATE(4893), 1, sym_user_type, - STATE(4236), 1, - sym_function_type, - STATE(4243), 1, + STATE(4958), 1, + sym__delegation_specifiers, + STATE(5028), 1, sym_delegation_specifier, - STATE(9976), 1, + STATE(5058), 1, + sym_function_type, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618437,35 +617748,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160791] = 13, + [160404] = 14, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3609), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2891), 1, + sym__delegation_specifiers, + STATE(3724), 1, sym_user_type, - STATE(3825), 1, + STATE(3870), 1, + sym_delegation_specifier, + STATE(4040), 1, sym_function_type, - STATE(9976), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3731), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3888), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618473,33 +617785,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160840] = 14, - ACTIONS(7), 1, + [160455] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(4951), 1, - sym_user_type, - STATE(4958), 1, + STATE(2885), 1, sym__delegation_specifiers, - STATE(5025), 1, + STATE(3724), 1, + sym_user_type, + STATE(3870), 1, sym_delegation_specifier, - STATE(5041), 1, + STATE(4040), 1, sym_function_type, - STATE(9846), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1920), 7, @@ -618510,36 +617822,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160891] = 14, - ACTIONS(557), 1, + [160506] = 14, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(2900), 1, + STATE(4571), 1, + sym__simple_user_type, + STATE(4911), 1, sym_user_type, - STATE(2942), 1, - sym__delegation_specifiers, - STATE(2981), 1, - sym_delegation_specifier, - STATE(3042), 1, + STATE(5043), 1, sym_function_type, - STATE(9798), 1, + STATE(5048), 1, + sym_delegation_specifier, + STATE(5059), 1, + sym__delegation_specifiers, + STATE(9527), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(5097), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618547,36 +617859,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160942] = 14, - ACTIONS(557), 1, + [160557] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(2900), 1, + STATE(4893), 1, sym_user_type, - STATE(2936), 1, + STATE(4947), 1, sym__delegation_specifiers, - STATE(2981), 1, + STATE(5028), 1, sym_delegation_specifier, - STATE(3042), 1, + STATE(5058), 1, sym_function_type, - STATE(9798), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618584,36 +617896,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [160993] = 14, - ACTIONS(557), 1, + [160608] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(2900), 1, - sym_user_type, - STATE(2933), 1, + STATE(2884), 1, sym__delegation_specifiers, - STATE(2981), 1, + STATE(3724), 1, + sym_user_type, + STATE(3870), 1, sym_delegation_specifier, - STATE(3042), 1, + STATE(4040), 1, sym_function_type, - STATE(9798), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618621,35 +617933,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161044] = 13, + [160659] = 14, ACTIONS(7), 1, sym__alpha_identifier, ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(5500), 1, + STATE(4893), 1, sym_user_type, - STATE(5557), 1, + STATE(4936), 1, + sym__delegation_specifiers, + STATE(5028), 1, + sym_delegation_specifier, + STATE(5058), 1, sym_function_type, - STATE(9846), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4896), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(5153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618657,36 +617970,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161093] = 14, - ACTIONS(115), 1, + [160710] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3069), 1, - sym_user_type, - STATE(3253), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(3605), 1, sym__delegation_specifiers, - STATE(3363), 1, - sym_function_type, - STATE(3629), 1, + STATE(4204), 1, + sym_user_type, + STATE(4250), 1, sym_delegation_specifier, - STATE(9863), 1, + STATE(4253), 1, + sym_function_type, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618694,35 +618007,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161144] = 13, - ACTIONS(473), 1, + [160761] = 13, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(3609), 1, + STATE(4533), 1, + sym_simple_identifier, + STATE(4542), 1, + sym__simple_user_type, + STATE(5284), 1, sym_user_type, - STATE(3825), 1, + STATE(5387), 1, sym_function_type, - STATE(9976), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3605), 2, + STATE(4583), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3888), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618730,35 +618043,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161193] = 13, + [160810] = 14, ACTIONS(557), 1, sym__alpha_identifier, ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2900), 1, + STATE(3604), 1, + sym__delegation_specifiers, + STATE(4204), 1, sym_user_type, - STATE(3042), 1, + STATE(4250), 1, + sym_delegation_specifier, + STATE(4253), 1, sym_function_type, - STATE(9798), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2950), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3153), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618766,36 +618080,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161242] = 14, - ACTIONS(211), 1, + [160861] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(4540), 1, - sym__simple_user_type, - STATE(4590), 1, + STATE(2920), 1, sym__delegation_specifiers, - STATE(5273), 1, + STATE(3724), 1, sym_user_type, - STATE(5324), 1, - sym_function_type, - STATE(5524), 1, + STATE(3870), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(4040), 1, + sym_function_type, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618803,35 +618117,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161293] = 13, - ACTIONS(7), 1, + [160912] = 14, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(5500), 1, + STATE(3723), 1, + sym__delegation_specifiers, + STATE(4204), 1, sym_user_type, - STATE(5557), 1, + STATE(4250), 1, + sym_delegation_specifier, + STATE(4253), 1, sym_function_type, - STATE(9846), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4894), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(5153), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618839,35 +618154,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161342] = 13, - ACTIONS(7), 1, + [160963] = 14, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(5500), 1, + STATE(7900), 1, + sym__simple_user_type, + STATE(8328), 1, sym_user_type, - STATE(5557), 1, + STATE(8396), 1, + sym_delegation_specifier, + STATE(8426), 1, sym_function_type, - STATE(9846), 1, + STATE(8431), 1, + sym__delegation_specifiers, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5062), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(5153), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618875,35 +618191,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161391] = 13, - ACTIONS(7), 1, + [161014] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(5500), 1, + STATE(8234), 1, + sym__simple_user_type, + STATE(8379), 1, sym_user_type, - STATE(5557), 1, + STATE(8492), 1, + sym_delegation_specifier, + STATE(8496), 1, sym_function_type, - STATE(9846), 1, + STATE(8586), 1, + sym__delegation_specifiers, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4958), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(5153), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618911,36 +618228,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161440] = 14, - ACTIONS(557), 1, + [161065] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(2900), 1, + STATE(8234), 1, + sym__simple_user_type, + STATE(8379), 1, sym_user_type, - STATE(2925), 1, - sym__delegation_specifiers, - STATE(2981), 1, + STATE(8492), 1, sym_delegation_specifier, - STATE(3042), 1, + STATE(8496), 1, sym_function_type, - STATE(9798), 1, + STATE(8570), 1, + sym__delegation_specifiers, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618948,35 +618265,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161491] = 13, - ACTIONS(557), 1, + [161116] = 14, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(2900), 1, + STATE(7900), 1, + sym__simple_user_type, + STATE(8328), 1, sym_user_type, - STATE(3042), 1, + STATE(8396), 1, + sym_delegation_specifier, + STATE(8426), 1, sym_function_type, - STATE(9798), 1, + STATE(8733), 1, + sym__delegation_specifiers, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2947), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3153), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -618984,36 +618302,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161540] = 14, + [161167] = 13, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3208), 1, - sym__delegation_specifiers, - STATE(4049), 1, + STATE(5284), 1, sym_user_type, - STATE(4132), 1, + STATE(5387), 1, sym_function_type, - STATE(4217), 1, - sym_delegation_specifier, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(4590), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619021,35 +618338,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161591] = 13, - ACTIONS(557), 1, + [161216] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(2900), 1, + STATE(4893), 1, sym_user_type, - STATE(3042), 1, + STATE(4903), 1, + sym__delegation_specifiers, + STATE(5028), 1, + sym_delegation_specifier, + STATE(5058), 1, sym_function_type, - STATE(9798), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2946), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619057,36 +618375,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161640] = 14, - ACTIONS(8672), 1, + [161267] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(8394), 1, + STATE(8379), 1, sym_user_type, - STATE(8587), 1, + STATE(8492), 1, sym_delegation_specifier, - STATE(8591), 1, - sym__delegation_specifiers, - STATE(8625), 1, + STATE(8496), 1, sym_function_type, - STATE(9549), 1, + STATE(8545), 1, + sym__delegation_specifiers, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619094,36 +618412,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161691] = 14, - ACTIONS(8672), 1, + [161318] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(8394), 1, + STATE(8379), 1, sym_user_type, - STATE(8587), 1, + STATE(8492), 1, sym_delegation_specifier, - STATE(8625), 1, + STATE(8496), 1, sym_function_type, - STATE(9193), 1, + STATE(9455), 1, sym__delegation_specifiers, - STATE(9549), 1, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619131,36 +618449,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161742] = 14, - ACTIONS(115), 1, + [161369] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6584), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3069), 1, + STATE(8379), 1, sym_user_type, - STATE(3341), 1, + STATE(8474), 1, sym__delegation_specifiers, - STATE(3363), 1, - sym_function_type, - STATE(3629), 1, + STATE(8492), 1, sym_delegation_specifier, - STATE(9863), 1, + STATE(8496), 1, + sym_function_type, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619168,35 +618486,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161793] = 13, - ACTIONS(557), 1, + [161420] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(2900), 1, + STATE(8234), 1, + sym__simple_user_type, + STATE(8379), 1, sym_user_type, - STATE(3042), 1, + STATE(8472), 1, + sym__delegation_specifiers, + STATE(8492), 1, + sym_delegation_specifier, + STATE(8496), 1, sym_function_type, - STATE(9798), 1, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2942), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3153), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619204,36 +618523,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161842] = 14, - ACTIONS(557), 1, + [161471] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(2900), 1, + STATE(8234), 1, + sym__simple_user_type, + STATE(8379), 1, sym_user_type, - STATE(2981), 1, - sym_delegation_specifier, - STATE(3011), 1, + STATE(8462), 1, sym__delegation_specifiers, - STATE(3042), 1, + STATE(8492), 1, + sym_delegation_specifier, + STATE(8496), 1, sym_function_type, - STATE(9798), 1, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619241,36 +618560,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161893] = 14, - ACTIONS(115), 1, + [161522] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6584), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3069), 1, + STATE(8379), 1, sym_user_type, - STATE(3208), 1, + STATE(8479), 1, sym__delegation_specifiers, - STATE(3363), 1, - sym_function_type, - STATE(3629), 1, + STATE(8492), 1, sym_delegation_specifier, - STATE(9863), 1, + STATE(8496), 1, + sym_function_type, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619278,36 +618597,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161944] = 14, - ACTIONS(557), 1, + [161573] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(2900), 1, - sym_user_type, - STATE(2917), 1, + STATE(2935), 1, sym__delegation_specifiers, - STATE(2981), 1, + STATE(3724), 1, + sym_user_type, + STATE(3870), 1, sym_delegation_specifier, - STATE(3042), 1, + STATE(4040), 1, sym_function_type, - STATE(9798), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619315,36 +618634,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [161995] = 14, - ACTIONS(115), 1, + [161624] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6584), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3312), 1, - sym__delegation_specifiers, - STATE(4049), 1, + STATE(8379), 1, sym_user_type, - STATE(4132), 1, - sym_function_type, - STATE(4217), 1, + STATE(8492), 1, sym_delegation_specifier, - STATE(9863), 1, + STATE(8496), 1, + sym_function_type, + STATE(9093), 1, + sym__delegation_specifiers, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619352,35 +618671,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162046] = 13, + [161675] = 14, ACTIONS(557), 1, sym__alpha_identifier, ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2900), 1, + STATE(3614), 1, + sym__delegation_specifiers, + STATE(4204), 1, sym_user_type, - STATE(3042), 1, + STATE(4250), 1, + sym_delegation_specifier, + STATE(4253), 1, sym_function_type, - STATE(9798), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2936), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3153), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619388,35 +618708,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162095] = 13, - ACTIONS(211), 1, + [161726] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(5273), 1, + STATE(8379), 1, sym_user_type, - STATE(5324), 1, + STATE(8492), 1, + sym_delegation_specifier, + STATE(8496), 1, sym_function_type, - STATE(9487), 1, + STATE(9027), 1, + sym__delegation_specifiers, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4597), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4792), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619424,35 +618745,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162144] = 13, - ACTIONS(557), 1, + [161777] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(825), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2900), 1, + STATE(871), 1, sym_user_type, - STATE(3042), 1, + STATE(997), 1, sym_function_type, - STATE(9798), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2933), 2, + STATE(916), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3153), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619460,35 +618781,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162193] = 13, - ACTIONS(557), 1, + [161826] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(825), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2900), 1, + STATE(871), 1, sym_user_type, - STATE(3042), 1, + STATE(997), 1, sym_function_type, - STATE(9798), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2925), 2, + STATE(880), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3153), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619496,36 +618817,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162242] = 14, - ACTIONS(8672), 1, + [161875] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, + STATE(820), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8394), 1, + STATE(871), 1, sym_user_type, - STATE(8587), 1, - sym_delegation_specifier, - STATE(8604), 1, - sym__delegation_specifiers, - STATE(8625), 1, + STATE(997), 1, sym_function_type, - STATE(9549), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(922), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619533,35 +618853,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162293] = 13, - ACTIONS(557), 1, + [161924] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(2900), 1, + STATE(8234), 1, + sym__simple_user_type, + STATE(8379), 1, sym_user_type, - STATE(3042), 1, + STATE(8492), 1, + sym_delegation_specifier, + STATE(8496), 1, sym_function_type, - STATE(9798), 1, + STATE(8524), 1, + sym__delegation_specifiers, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2924), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3153), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619569,36 +618890,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162342] = 14, - ACTIONS(8672), 1, + [161975] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, + STATE(820), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8394), 1, + STATE(871), 1, sym_user_type, - STATE(8587), 1, - sym_delegation_specifier, - STATE(8620), 1, - sym__delegation_specifiers, - STATE(8625), 1, + STATE(997), 1, sym_function_type, - STATE(9549), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(906), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619606,35 +618926,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162393] = 13, - ACTIONS(557), 1, + [162024] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(825), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2900), 1, + STATE(871), 1, sym_user_type, - STATE(3042), 1, + STATE(997), 1, sym_function_type, - STATE(9798), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3011), 2, + STATE(896), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3153), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619642,36 +618962,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162442] = 14, - ACTIONS(8672), 1, + [162073] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(8125), 1, - sym__simple_user_type, - STATE(8394), 1, + STATE(2943), 1, + sym__delegation_specifiers, + STATE(3724), 1, sym_user_type, - STATE(8587), 1, + STATE(3870), 1, sym_delegation_specifier, - STATE(8625), 1, + STATE(4040), 1, sym_function_type, - STATE(9111), 1, - sym__delegation_specifiers, - STATE(9549), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619679,35 +618999,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162493] = 13, - ACTIONS(557), 1, + [162124] = 14, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(2900), 1, + STATE(2961), 1, + sym__delegation_specifiers, + STATE(3724), 1, sym_user_type, - STATE(3042), 1, + STATE(3870), 1, + sym_delegation_specifier, + STATE(4040), 1, sym_function_type, - STATE(9798), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2917), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3153), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619715,36 +619036,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162542] = 14, - ACTIONS(8672), 1, + [162175] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, + STATE(820), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8394), 1, + STATE(871), 1, sym_user_type, - STATE(8587), 1, - sym_delegation_specifier, - STATE(8605), 1, - sym__delegation_specifiers, - STATE(8625), 1, + STATE(997), 1, sym_function_type, - STATE(9549), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(895), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619752,35 +619072,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162593] = 13, - ACTIONS(557), 1, + [162224] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(825), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2900), 1, + STATE(871), 1, sym_user_type, - STATE(3042), 1, + STATE(997), 1, sym_function_type, - STATE(9798), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2904), 2, + STATE(915), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3153), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619788,36 +619108,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162642] = 14, - ACTIONS(211), 1, + [162273] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(4592), 1, - sym__delegation_specifiers, - STATE(5273), 1, + STATE(8379), 1, sym_user_type, - STATE(5324), 1, - sym_function_type, - STATE(5524), 1, + STATE(8492), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(8496), 1, + sym_function_type, + STATE(9180), 1, + sym__delegation_specifiers, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619825,35 +619145,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162693] = 13, - ACTIONS(557), 1, + [162324] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(825), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2900), 1, + STATE(871), 1, sym_user_type, - STATE(3042), 1, + STATE(997), 1, sym_function_type, - STATE(9798), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2902), 2, + STATE(862), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3153), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619861,36 +619181,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162742] = 14, - ACTIONS(557), 1, + [162373] = 14, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(2900), 1, + STATE(7900), 1, + sym__simple_user_type, + STATE(8328), 1, sym_user_type, - STATE(2904), 1, - sym__delegation_specifiers, - STATE(2981), 1, + STATE(8396), 1, sym_delegation_specifier, - STATE(3042), 1, + STATE(8426), 1, sym_function_type, - STATE(9798), 1, + STATE(8444), 1, + sym__delegation_specifiers, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619898,35 +619218,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162793] = 13, - ACTIONS(557), 1, + [162424] = 14, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(2900), 1, + STATE(7900), 1, + sym__simple_user_type, + STATE(8328), 1, sym_user_type, - STATE(3042), 1, + STATE(8396), 1, + sym_delegation_specifier, + STATE(8426), 1, sym_function_type, - STATE(9798), 1, + STATE(8451), 1, + sym__delegation_specifiers, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3028), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3153), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619934,36 +619255,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162842] = 14, - ACTIONS(557), 1, + [162475] = 13, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(2900), 1, + STATE(4542), 1, + sym__simple_user_type, + STATE(5284), 1, sym_user_type, - STATE(2902), 1, - sym__delegation_specifiers, - STATE(2981), 1, - sym_delegation_specifier, - STATE(3042), 1, + STATE(5387), 1, sym_function_type, - STATE(9798), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(4580), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -619971,36 +619291,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162893] = 14, - ACTIONS(8672), 1, + [162524] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, + STATE(820), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8394), 1, + STATE(871), 1, sym_user_type, - STATE(8587), 1, - sym_delegation_specifier, - STATE(8625), 1, + STATE(997), 1, sym_function_type, - STATE(8629), 1, - sym__delegation_specifiers, - STATE(9549), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(979), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620008,35 +619327,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162944] = 13, - ACTIONS(557), 1, + [162573] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(825), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2900), 1, + STATE(871), 1, sym_user_type, - STATE(3042), 1, + STATE(997), 1, sym_function_type, - STATE(9798), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2898), 2, + STATE(897), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3153), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620044,35 +619363,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [162993] = 13, + [162622] = 13, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3069), 1, + STATE(5284), 1, sym_user_type, - STATE(3363), 1, + STATE(5387), 1, sym_function_type, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3096), 2, + STATE(4607), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3599), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620080,35 +619399,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163042] = 13, - ACTIONS(115), 1, + [162671] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(820), 1, sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3069), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(871), 1, sym_user_type, - STATE(3363), 1, + STATE(997), 1, sym_function_type, - STATE(9863), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3081), 2, + STATE(910), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3599), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620116,35 +619435,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163091] = 13, + [162720] = 14, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3069), 1, + STATE(4674), 1, + sym__delegation_specifiers, + STATE(5284), 1, sym_user_type, - STATE(3363), 1, + STATE(5387), 1, sym_function_type, - STATE(9863), 1, + STATE(5515), 1, + sym_delegation_specifier, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3078), 2, + STATE(4837), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(1842), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [162771] = 14, + ACTIONS(7), 1, + sym__alpha_identifier, + ACTIONS(111), 1, + sym__backtick_identifier, + ACTIONS(9487), 1, + anon_sym_LPAREN, + STATE(4615), 1, + sym__lexical_identifier, + STATE(4661), 1, + sym__simple_user_type, + STATE(4667), 1, + sym_simple_identifier, + STATE(4937), 1, sym__delegation_specifiers, + STATE(5518), 1, + sym_user_type, + STATE(5556), 1, sym_delegation_specifier, - STATE(3599), 2, + STATE(5568), 1, + sym_function_type, + STATE(9839), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620152,35 +619509,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163140] = 13, + [162822] = 13, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3069), 1, + STATE(5284), 1, sym_user_type, - STATE(3363), 1, + STATE(5387), 1, sym_function_type, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3068), 2, + STATE(4584), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3599), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620188,36 +619545,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163189] = 14, - ACTIONS(9216), 1, + [162871] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(7891), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(8345), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(5047), 1, + sym__delegation_specifiers, + STATE(5518), 1, sym_user_type, - STATE(8418), 1, + STATE(5556), 1, sym_delegation_specifier, - STATE(8422), 1, + STATE(5568), 1, sym_function_type, - STATE(8440), 1, - sym__delegation_specifiers, - STATE(10143), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8525), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9220), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620225,36 +619582,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163240] = 14, - ACTIONS(8672), 1, + [162922] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, + STATE(820), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8394), 1, + STATE(871), 1, sym_user_type, - STATE(8587), 1, - sym_delegation_specifier, - STATE(8625), 1, + STATE(997), 1, sym_function_type, - STATE(8632), 1, - sym__delegation_specifiers, - STATE(9549), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(914), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620262,33 +619618,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163291] = 14, - ACTIONS(211), 1, + [162971] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4617), 1, + STATE(4577), 1, sym__delegation_specifiers, - STATE(5273), 1, + STATE(5284), 1, sym_user_type, - STATE(5324), 1, + STATE(5387), 1, sym_function_type, - STATE(5524), 1, + STATE(5515), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1842), 7, @@ -620299,36 +619655,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163342] = 14, - ACTIONS(211), 1, + [163022] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4581), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4917), 1, sym__delegation_specifiers, - STATE(5273), 1, + STATE(5518), 1, sym_user_type, - STATE(5324), 1, - sym_function_type, - STATE(5524), 1, + STATE(5556), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(5568), 1, + sym_function_type, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620336,35 +619692,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163393] = 13, + [163073] = 13, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3069), 1, + STATE(5284), 1, sym_user_type, - STATE(3363), 1, + STATE(5387), 1, sym_function_type, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3139), 2, + STATE(4582), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3599), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620372,35 +619728,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163442] = 13, + [163122] = 13, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3069), 1, + STATE(5284), 1, sym_user_type, - STATE(3363), 1, + STATE(5387), 1, sym_function_type, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3142), 2, + STATE(4585), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3599), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620408,35 +619764,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163491] = 13, - ACTIONS(115), 1, + [163171] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(3069), 1, + STATE(4661), 1, + sym__simple_user_type, + STATE(4667), 1, + sym_simple_identifier, + STATE(4919), 1, + sym__delegation_specifiers, + STATE(5518), 1, sym_user_type, - STATE(3363), 1, + STATE(5556), 1, + sym_delegation_specifier, + STATE(5568), 1, sym_function_type, - STATE(9863), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3202), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3599), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620444,36 +619801,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163540] = 14, - ACTIONS(211), 1, + [163222] = 14, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(7900), 1, sym__simple_user_type, - STATE(4615), 1, - sym__delegation_specifiers, - STATE(5273), 1, + STATE(8328), 1, sym_user_type, - STATE(5324), 1, - sym_function_type, - STATE(5524), 1, + STATE(8396), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(8415), 1, + sym__delegation_specifiers, + STATE(8426), 1, + sym_function_type, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620481,35 +619838,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163591] = 13, - ACTIONS(115), 1, + [163273] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(3069), 1, + STATE(4661), 1, + sym__simple_user_type, + STATE(4667), 1, + sym_simple_identifier, + STATE(4892), 1, + sym__delegation_specifiers, + STATE(5518), 1, sym_user_type, - STATE(3363), 1, + STATE(5556), 1, + sym_delegation_specifier, + STATE(5568), 1, sym_function_type, - STATE(9863), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3208), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3599), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620517,36 +619875,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163640] = 14, - ACTIONS(211), 1, + [163324] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4583), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(5026), 1, sym__delegation_specifiers, - STATE(5273), 1, + STATE(5518), 1, sym_user_type, - STATE(5324), 1, - sym_function_type, - STATE(5524), 1, + STATE(5556), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(5568), 1, + sym_function_type, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620554,35 +619912,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163691] = 13, - ACTIONS(115), 1, + [163375] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(820), 1, sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3069), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(871), 1, sym_user_type, - STATE(3363), 1, + STATE(925), 1, + sym__delegation_specifiers, + STATE(987), 1, + sym_delegation_specifier, + STATE(997), 1, sym_function_type, - STATE(9863), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3341), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3599), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620590,36 +619949,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163740] = 14, - ACTIONS(211), 1, + [163426] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(4606), 1, - sym__delegation_specifiers, - STATE(5273), 1, + STATE(8379), 1, sym_user_type, - STATE(5324), 1, - sym_function_type, - STATE(5524), 1, + STATE(8492), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(8494), 1, + sym__delegation_specifiers, + STATE(8496), 1, + sym_function_type, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620627,35 +619986,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163791] = 13, - ACTIONS(115), 1, + [163477] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(3069), 1, + STATE(4661), 1, + sym__simple_user_type, + STATE(4667), 1, + sym_simple_identifier, + STATE(4924), 1, + sym__delegation_specifiers, + STATE(5518), 1, sym_user_type, - STATE(3363), 1, + STATE(5556), 1, + sym_delegation_specifier, + STATE(5568), 1, sym_function_type, - STATE(9863), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3253), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3599), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620663,35 +620023,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163840] = 13, + [163528] = 13, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3069), 1, + STATE(5284), 1, sym_user_type, - STATE(3363), 1, + STATE(5387), 1, sym_function_type, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3125), 2, + STATE(4577), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3599), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620699,36 +620059,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163889] = 14, - ACTIONS(115), 1, + [163577] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6584), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3069), 1, + STATE(8379), 1, sym_user_type, - STATE(3202), 1, + STATE(8485), 1, sym__delegation_specifiers, - STATE(3363), 1, - sym_function_type, - STATE(3629), 1, + STATE(8492), 1, sym_delegation_specifier, - STATE(9863), 1, + STATE(8496), 1, + sym_function_type, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620736,36 +620096,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163940] = 14, - ACTIONS(557), 1, + [163628] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(2900), 1, + STATE(4890), 1, + sym__delegation_specifiers, + STATE(5518), 1, sym_user_type, - STATE(2981), 1, + STATE(5556), 1, sym_delegation_specifier, - STATE(3028), 1, - sym__delegation_specifiers, - STATE(3042), 1, + STATE(5568), 1, sym_function_type, - STATE(9798), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620773,35 +620133,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [163991] = 13, - ACTIONS(211), 1, + [163679] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(820), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(871), 1, sym_user_type, - STATE(4680), 1, + STATE(947), 1, + sym__delegation_specifiers, + STATE(987), 1, + sym_delegation_specifier, + STATE(997), 1, sym_function_type, - STATE(9487), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4602), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4792), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620809,36 +620170,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164040] = 14, - ACTIONS(9216), 1, + [163730] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, - sym__lexical_identifier, - STATE(5686), 1, + STATE(820), 1, sym_simple_identifier, - STATE(7891), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8345), 1, + STATE(871), 1, sym_user_type, - STATE(8418), 1, + STATE(914), 1, + sym__delegation_specifiers, + STATE(987), 1, sym_delegation_specifier, - STATE(8422), 1, + STATE(997), 1, sym_function_type, - STATE(8443), 1, - sym__delegation_specifiers, - STATE(10143), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8525), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9220), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620846,35 +620207,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164091] = 13, - ACTIONS(211), 1, + [163781] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4953), 1, + sym__delegation_specifiers, + STATE(5518), 1, sym_user_type, - STATE(4680), 1, + STATE(5556), 1, + sym_delegation_specifier, + STATE(5568), 1, sym_function_type, - STATE(9487), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4690), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4792), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620882,36 +620244,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164140] = 14, - ACTIONS(8672), 1, + [163832] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(6590), 1, - sym_simple_identifier, - STATE(8125), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(8394), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4935), 1, + sym__delegation_specifiers, + STATE(5518), 1, sym_user_type, - STATE(8587), 1, + STATE(5556), 1, sym_delegation_specifier, - STATE(8622), 1, - sym__delegation_specifiers, - STATE(8625), 1, + STATE(5568), 1, sym_function_type, - STATE(9549), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620919,35 +620281,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164191] = 13, - ACTIONS(115), 1, + [163883] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(820), 1, sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3069), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(871), 1, sym_user_type, - STATE(3363), 1, + STATE(910), 1, + sym__delegation_specifiers, + STATE(987), 1, + sym_delegation_specifier, + STATE(997), 1, sym_function_type, - STATE(9863), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3117), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(3599), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620955,35 +620318,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164240] = 13, + [163934] = 13, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3069), 1, + STATE(4595), 1, sym_user_type, - STATE(3363), 1, + STATE(4637), 1, sym_function_type, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3312), 2, + STATE(4586), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3599), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -620991,35 +620354,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164289] = 13, - ACTIONS(211), 1, + [163983] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4958), 1, + sym__delegation_specifiers, + STATE(5518), 1, sym_user_type, - STATE(4680), 1, + STATE(5556), 1, + sym_delegation_specifier, + STATE(5568), 1, sym_function_type, - STATE(9487), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4589), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4792), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621027,32 +620391,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164338] = 13, - ACTIONS(211), 1, + [164034] = 13, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(4595), 1, sym_user_type, - STATE(4680), 1, + STATE(4637), 1, sym_function_type, - STATE(9487), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4601), 2, + STATE(4660), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4792), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1842), 7, @@ -621063,36 +620427,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164387] = 14, - ACTIONS(557), 1, + [164083] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(825), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2898), 1, - sym__delegation_specifiers, - STATE(2900), 1, + STATE(871), 1, sym_user_type, - STATE(2981), 1, - sym_delegation_specifier, - STATE(3042), 1, + STATE(997), 1, sym_function_type, - STATE(9798), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(947), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621100,36 +620463,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164438] = 14, - ACTIONS(8672), 1, + [164132] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(6590), 1, - sym_simple_identifier, - STATE(8125), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(8394), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4947), 1, + sym__delegation_specifiers, + STATE(5518), 1, sym_user_type, - STATE(8587), 1, + STATE(5556), 1, sym_delegation_specifier, - STATE(8619), 1, - sym__delegation_specifiers, - STATE(8625), 1, + STATE(5568), 1, sym_function_type, - STATE(9549), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621137,36 +620500,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164489] = 14, - ACTIONS(9216), 1, + [164183] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(7891), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(8345), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4936), 1, + sym__delegation_specifiers, + STATE(5518), 1, sym_user_type, - STATE(8418), 1, + STATE(5556), 1, sym_delegation_specifier, - STATE(8422), 1, + STATE(5568), 1, sym_function_type, - STATE(8435), 1, - sym__delegation_specifiers, - STATE(10143), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8525), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9220), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621174,35 +620537,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164540] = 13, + [164234] = 13, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3069), 1, + STATE(4595), 1, sym_user_type, - STATE(3363), 1, + STATE(4637), 1, sym_function_type, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3070), 2, + STATE(4614), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(3599), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621210,36 +620573,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164589] = 14, + [164283] = 13, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3096), 1, - sym__delegation_specifiers, - STATE(4049), 1, + STATE(4595), 1, sym_user_type, - STATE(4132), 1, + STATE(4637), 1, sym_function_type, - STATE(4217), 1, - sym_delegation_specifier, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(4609), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621247,36 +620609,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164640] = 14, - ACTIONS(387), 1, + [164332] = 14, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(825), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(915), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4903), 1, sym__delegation_specifiers, - STATE(925), 1, + STATE(5518), 1, sym_user_type, - STATE(929), 1, - sym_function_type, - STATE(975), 1, + STATE(5556), 1, sym_delegation_specifier, - STATE(9593), 1, + STATE(5568), 1, + sym_function_type, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621284,35 +620646,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164691] = 13, - ACTIONS(211), 1, + [164383] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(820), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(871), 1, sym_user_type, - STATE(4680), 1, + STATE(997), 1, sym_function_type, - STATE(9487), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4600), 2, + STATE(925), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4792), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621320,32 +620682,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164740] = 13, - ACTIONS(211), 1, + [164432] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(4585), 1, + sym__delegation_specifiers, + STATE(5284), 1, sym_user_type, - STATE(4680), 1, + STATE(5387), 1, sym_function_type, - STATE(9487), 1, + STATE(5515), 1, + sym_delegation_specifier, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4681), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4792), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1842), 7, @@ -621356,36 +620719,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164789] = 14, - ACTIONS(8672), 1, + [164483] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(8394), 1, + STATE(8379), 1, sym_user_type, - STATE(8587), 1, + STATE(8492), 1, sym_delegation_specifier, - STATE(8625), 1, + STATE(8496), 1, sym_function_type, - STATE(9442), 1, + STATE(9256), 1, sym__delegation_specifiers, - STATE(9549), 1, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621393,32 +620756,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164840] = 13, - ACTIONS(211), 1, + [164534] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(4582), 1, + sym__delegation_specifiers, + STATE(5284), 1, sym_user_type, - STATE(4680), 1, + STATE(5387), 1, sym_function_type, - STATE(9487), 1, + STATE(5515), 1, + sym_delegation_specifier, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4590), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4792), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1842), 7, @@ -621429,35 +620793,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164889] = 13, - ACTIONS(211), 1, + [164585] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(3618), 1, sym_user_type, - STATE(4680), 1, + STATE(3708), 1, sym_function_type, - STATE(9487), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4592), 2, + STATE(3669), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4792), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621465,36 +620829,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164938] = 14, + [164634] = 13, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3081), 1, - sym__delegation_specifiers, - STATE(4049), 1, + STATE(4595), 1, sym_user_type, - STATE(4132), 1, + STATE(4637), 1, sym_function_type, - STATE(4217), 1, - sym_delegation_specifier, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(4587), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621502,36 +620865,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [164989] = 14, + [164683] = 13, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3078), 1, - sym__delegation_specifiers, - STATE(4049), 1, + STATE(4595), 1, sym_user_type, - STATE(4132), 1, + STATE(4637), 1, sym_function_type, - STATE(4217), 1, - sym_delegation_specifier, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(4674), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621539,33 +620901,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165040] = 14, + [164732] = 14, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(910), 1, - sym__delegation_specifiers, - STATE(925), 1, + STATE(871), 1, sym_user_type, - STATE(929), 1, - sym_function_type, - STATE(975), 1, + STATE(897), 1, + sym__delegation_specifiers, + STATE(987), 1, sym_delegation_specifier, - STATE(9593), 1, + STATE(997), 1, + sym_function_type, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1664), 7, @@ -621576,32 +620938,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165091] = 13, - ACTIONS(211), 1, + [164783] = 13, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(4595), 1, sym_user_type, - STATE(4680), 1, + STATE(4637), 1, sym_function_type, - STATE(9487), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4617), 2, + STATE(4583), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4792), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1842), 7, @@ -621612,32 +620974,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165140] = 13, - ACTIONS(211), 1, + [164832] = 13, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(4595), 1, sym_user_type, - STATE(4680), 1, + STATE(4637), 1, sym_function_type, - STATE(9487), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4581), 2, + STATE(4590), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4792), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1842), 7, @@ -621648,36 +621010,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165189] = 14, + [164881] = 14, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3069), 1, - sym_user_type, - STATE(3142), 1, + STATE(4584), 1, sym__delegation_specifiers, - STATE(3363), 1, + STATE(5284), 1, + sym_user_type, + STATE(5387), 1, sym_function_type, - STATE(3629), 1, + STATE(5515), 1, sym_delegation_specifier, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621685,32 +621047,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165240] = 13, - ACTIONS(211), 1, + [164932] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(4607), 1, + sym__delegation_specifiers, + STATE(5284), 1, sym_user_type, - STATE(4680), 1, + STATE(5387), 1, sym_function_type, - STATE(9487), 1, + STATE(5515), 1, + sym_delegation_specifier, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4615), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4792), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1842), 7, @@ -621721,36 +621084,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165289] = 14, - ACTIONS(115), 1, + [164983] = 14, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(5680), 1, + sym__lexical_identifier, + STATE(5683), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(7900), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3068), 1, - sym__delegation_specifiers, - STATE(4049), 1, + STATE(8328), 1, sym_user_type, - STATE(4132), 1, - sym_function_type, - STATE(4217), 1, + STATE(8396), 1, sym_delegation_specifier, - STATE(9863), 1, + STATE(8426), 1, + sym_function_type, + STATE(8430), 1, + sym__delegation_specifiers, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621758,36 +621121,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165340] = 14, + [165034] = 13, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3069), 1, + STATE(4595), 1, sym_user_type, - STATE(3139), 1, - sym__delegation_specifiers, - STATE(3363), 1, + STATE(4637), 1, sym_function_type, - STATE(3629), 1, - sym_delegation_specifier, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(4580), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621795,32 +621157,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165391] = 13, - ACTIONS(211), 1, + [165083] = 13, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(4595), 1, sym_user_type, - STATE(4680), 1, + STATE(4637), 1, sym_function_type, - STATE(9487), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4583), 2, + STATE(4607), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4792), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1842), 7, @@ -621831,35 +621193,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165440] = 13, - ACTIONS(211), 1, + [165132] = 14, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(7900), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(8328), 1, sym_user_type, - STATE(4680), 1, + STATE(8396), 1, + sym_delegation_specifier, + STATE(8426), 1, sym_function_type, - STATE(9487), 1, + STATE(8438), 1, + sym__delegation_specifiers, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4606), 2, - sym__delegation_specifiers, - sym_delegation_specifier, - STATE(4792), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621867,36 +621230,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165489] = 14, - ACTIONS(9216), 1, + [165183] = 13, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(5686), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(7891), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(8345), 1, + STATE(4595), 1, sym_user_type, - STATE(8408), 1, - sym__delegation_specifiers, - STATE(8418), 1, - sym_delegation_specifier, - STATE(8422), 1, + STATE(4637), 1, sym_function_type, - STATE(10143), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8525), 2, + STATE(4584), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9220), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621904,36 +621266,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165540] = 14, - ACTIONS(8672), 1, + [165232] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(8394), 1, + STATE(3618), 1, sym_user_type, - STATE(8587), 1, - sym_delegation_specifier, - STATE(8625), 1, + STATE(3708), 1, sym_function_type, - STATE(8925), 1, - sym__delegation_specifiers, - STATE(9549), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(3668), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621941,36 +621302,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165591] = 14, + [165281] = 14, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3139), 1, + STATE(4580), 1, sym__delegation_specifiers, - STATE(4049), 1, + STATE(5284), 1, sym_user_type, - STATE(4132), 1, + STATE(5387), 1, sym_function_type, - STATE(4217), 1, + STATE(5515), 1, sym_delegation_specifier, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -621978,32 +621339,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165642] = 13, - ACTIONS(211), 1, + [165332] = 13, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(4595), 1, sym_user_type, - STATE(4680), 1, + STATE(4637), 1, sym_function_type, - STATE(9487), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4597), 2, + STATE(4582), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4792), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1842), 7, @@ -622014,36 +621375,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165691] = 14, + [165381] = 13, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3068), 1, - sym__delegation_specifiers, - STATE(3069), 1, + STATE(4595), 1, sym_user_type, - STATE(3363), 1, + STATE(4637), 1, sym_function_type, - STATE(3629), 1, - sym_delegation_specifier, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(4585), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622051,36 +621411,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165742] = 14, - ACTIONS(7), 1, + [165430] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(825), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(4911), 1, - sym__delegation_specifiers, - STATE(5500), 1, + STATE(871), 1, sym_user_type, - STATE(5551), 1, + STATE(979), 1, + sym__delegation_specifiers, + STATE(987), 1, sym_delegation_specifier, - STATE(5557), 1, + STATE(997), 1, sym_function_type, - STATE(9846), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622088,33 +621448,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165793] = 14, + [165481] = 14, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(869), 1, + STATE(862), 1, sym__delegation_specifiers, - STATE(925), 1, + STATE(871), 1, sym_user_type, - STATE(929), 1, - sym_function_type, - STATE(975), 1, + STATE(987), 1, sym_delegation_specifier, - STATE(9593), 1, + STATE(997), 1, + sym_function_type, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1664), 7, @@ -622125,36 +621485,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165844] = 14, - ACTIONS(387), 1, + [165532] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(825), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(886), 1, - sym__delegation_specifiers, - STATE(925), 1, + STATE(3618), 1, sym_user_type, - STATE(929), 1, + STATE(3708), 1, sym_function_type, - STATE(975), 1, - sym_delegation_specifier, - STATE(9593), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(3666), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622162,36 +621521,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165895] = 14, + [165581] = 13, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3069), 1, + STATE(4595), 1, sym_user_type, - STATE(3078), 1, - sym__delegation_specifiers, - STATE(3363), 1, + STATE(4637), 1, sym_function_type, - STATE(3629), 1, - sym_delegation_specifier, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(4577), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622199,36 +621557,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165946] = 14, - ACTIONS(7), 1, + [165630] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(4922), 1, - sym__delegation_specifiers, - STATE(5500), 1, + STATE(3618), 1, sym_user_type, - STATE(5551), 1, - sym_delegation_specifier, - STATE(5557), 1, + STATE(3708), 1, sym_function_type, - STATE(9846), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(3657), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622236,36 +621593,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [165997] = 14, - ACTIONS(7), 1, + [165679] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4923), 1, + STATE(4542), 1, + sym__simple_user_type, + STATE(4590), 1, sym__delegation_specifiers, - STATE(5500), 1, + STATE(5284), 1, sym_user_type, - STATE(5551), 1, - sym_delegation_specifier, - STATE(5557), 1, + STATE(5387), 1, sym_function_type, - STATE(9846), 1, + STATE(5515), 1, + sym_delegation_specifier, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622273,36 +621630,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166048] = 14, - ACTIONS(115), 1, + [165730] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3069), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(3618), 1, sym_user_type, - STATE(3081), 1, - sym__delegation_specifiers, - STATE(3363), 1, + STATE(3708), 1, sym_function_type, - STATE(3629), 1, - sym_delegation_specifier, - STATE(9863), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(3653), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622310,36 +621666,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166099] = 14, - ACTIONS(7), 1, + [165779] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(4928), 1, - sym__delegation_specifiers, - STATE(5500), 1, + STATE(3618), 1, sym_user_type, - STATE(5551), 1, - sym_delegation_specifier, - STATE(5557), 1, + STATE(3708), 1, sym_function_type, - STATE(9846), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(3652), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622347,36 +621702,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166150] = 14, - ACTIONS(7), 1, + [165828] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(4907), 1, - sym__delegation_specifiers, - STATE(5500), 1, + STATE(3618), 1, sym_user_type, - STATE(5551), 1, - sym_delegation_specifier, - STATE(5557), 1, + STATE(3708), 1, sym_function_type, - STATE(9846), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(3641), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622384,36 +621738,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166201] = 14, - ACTIONS(7), 1, + [165877] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4944), 1, + STATE(4542), 1, + sym__simple_user_type, + STATE(4583), 1, sym__delegation_specifiers, - STATE(5500), 1, + STATE(5284), 1, sym_user_type, - STATE(5551), 1, - sym_delegation_specifier, - STATE(5557), 1, + STATE(5387), 1, sym_function_type, - STATE(9846), 1, + STATE(5515), 1, + sym_delegation_specifier, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622421,36 +621775,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166252] = 14, - ACTIONS(8672), 1, + [165928] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, + STATE(820), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, sym__simple_user_type, - STATE(8394), 1, + STATE(871), 1, sym_user_type, - STATE(8559), 1, + STATE(915), 1, sym__delegation_specifiers, - STATE(8587), 1, + STATE(987), 1, sym_delegation_specifier, - STATE(8625), 1, + STATE(997), 1, sym_function_type, - STATE(9549), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622458,36 +621812,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166303] = 14, - ACTIONS(7), 1, + [165979] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(825), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(4952), 1, - sym__delegation_specifiers, - STATE(5500), 1, + STATE(871), 1, sym_user_type, - STATE(5551), 1, + STATE(895), 1, + sym__delegation_specifiers, + STATE(987), 1, sym_delegation_specifier, - STATE(5557), 1, + STATE(997), 1, sym_function_type, - STATE(9846), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622495,36 +621849,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166354] = 14, - ACTIONS(7), 1, + [166030] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, sym__lexical_identifier, - STATE(4678), 1, + STATE(825), 1, sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(4955), 1, - sym__delegation_specifiers, - STATE(5500), 1, + STATE(871), 1, sym_user_type, - STATE(5551), 1, + STATE(896), 1, + sym__delegation_specifiers, + STATE(987), 1, sym_delegation_specifier, - STATE(5557), 1, + STATE(997), 1, sym_function_type, - STATE(9846), 1, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622532,36 +621886,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166405] = 14, - ACTIONS(115), 1, + [166081] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3069), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(3618), 1, sym_user_type, - STATE(3096), 1, - sym__delegation_specifiers, - STATE(3363), 1, + STATE(3708), 1, sym_function_type, - STATE(3629), 1, - sym_delegation_specifier, - STATE(9863), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(3665), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622569,36 +621922,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166456] = 14, - ACTIONS(115), 1, + [166130] = 14, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(820), 1, sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3202), 1, - sym__delegation_specifiers, - STATE(4049), 1, + STATE(825), 1, + sym__simple_user_type, + STATE(871), 1, sym_user_type, - STATE(4132), 1, - sym_function_type, - STATE(4217), 1, + STATE(906), 1, + sym__delegation_specifiers, + STATE(987), 1, sym_delegation_specifier, - STATE(9863), 1, + STATE(997), 1, + sym_function_type, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622606,36 +621959,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166507] = 14, - ACTIONS(387), 1, + [166181] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(825), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(907), 1, - sym__delegation_specifiers, - STATE(925), 1, + STATE(3618), 1, sym_user_type, - STATE(929), 1, + STATE(3708), 1, sym_function_type, - STATE(975), 1, - sym_delegation_specifier, - STATE(9593), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(3761), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622643,33 +621995,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166558] = 14, - ACTIONS(211), 1, + [166230] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, STATE(4587), 1, - sym_user_type, - STATE(4602), 1, sym__delegation_specifiers, - STATE(4680), 1, + STATE(5284), 1, + sym_user_type, + STATE(5387), 1, sym_function_type, - STATE(4909), 1, + STATE(5515), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1842), 7, @@ -622680,33 +622032,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166609] = 14, + [166281] = 14, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(908), 1, - sym__delegation_specifiers, - STATE(925), 1, + STATE(871), 1, sym_user_type, - STATE(929), 1, - sym_function_type, - STATE(975), 1, + STATE(922), 1, + sym__delegation_specifiers, + STATE(987), 1, sym_delegation_specifier, - STATE(9593), 1, + STATE(997), 1, + sym_function_type, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1664), 7, @@ -622717,36 +622069,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166660] = 14, - ACTIONS(211), 1, + [166332] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(3328), 1, + sym__simple_user_type, + STATE(3618), 1, + sym_user_type, + STATE(3708), 1, + sym_function_type, + STATE(9484), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(3615), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(1652), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [166381] = 13, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(9487), 1, + anon_sym_LPAREN, + STATE(3289), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(3618), 1, sym_user_type, - STATE(4680), 1, + STATE(3708), 1, sym_function_type, - STATE(4690), 1, + STATE(9484), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(3605), 2, sym__delegation_specifiers, - STATE(4909), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(3973), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(1652), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [166430] = 13, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(9487), 1, + anon_sym_LPAREN, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, + sym__simple_user_type, + STATE(3618), 1, + sym_user_type, + STATE(3708), 1, + sym_function_type, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(3604), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622754,36 +622177,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166711] = 14, - ACTIONS(387), 1, + [166479] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(825), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(919), 1, + STATE(4586), 1, sym__delegation_specifiers, - STATE(925), 1, + STATE(4595), 1, sym_user_type, - STATE(929), 1, + STATE(4637), 1, sym_function_type, - STATE(975), 1, + STATE(4910), 1, sym_delegation_specifier, - STATE(9593), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622791,36 +622214,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166762] = 14, - ACTIONS(387), 1, + [166530] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(825), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(920), 1, - sym__delegation_specifiers, - STATE(925), 1, + STATE(3618), 1, sym_user_type, - STATE(929), 1, + STATE(3708), 1, sym_function_type, - STATE(975), 1, - sym_delegation_specifier, - STATE(9593), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(3723), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622828,36 +622250,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166813] = 14, + [166579] = 14, ACTIONS(115), 1, sym__alpha_identifier, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3341), 1, - sym__delegation_specifiers, - STATE(4049), 1, + STATE(4595), 1, sym_user_type, - STATE(4132), 1, + STATE(4637), 1, sym_function_type, - STATE(4217), 1, + STATE(4660), 1, + sym__delegation_specifiers, + STATE(4910), 1, sym_delegation_specifier, - STATE(9863), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622865,36 +622287,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166864] = 14, - ACTIONS(115), 1, + [166630] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6584), 1, sym_simple_identifier, - STATE(2931), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3253), 1, - sym__delegation_specifiers, - STATE(4049), 1, + STATE(8379), 1, sym_user_type, - STATE(4132), 1, - sym_function_type, - STATE(4217), 1, + STATE(8492), 1, sym_delegation_specifier, - STATE(9863), 1, + STATE(8496), 1, + sym_function_type, + STATE(9078), 1, + sym__delegation_specifiers, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622902,36 +622324,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166915] = 14, - ACTIONS(387), 1, + [166681] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(825), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(925), 1, + STATE(4609), 1, + sym__delegation_specifiers, + STATE(5284), 1, sym_user_type, - STATE(929), 1, + STATE(5387), 1, sym_function_type, - STATE(930), 1, - sym__delegation_specifiers, - STATE(975), 1, + STATE(5515), 1, sym_delegation_specifier, - STATE(9593), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622939,36 +622361,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [166966] = 14, - ACTIONS(211), 1, + [166732] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(3618), 1, sym_user_type, - STATE(4589), 1, - sym__delegation_specifiers, - STATE(4680), 1, + STATE(3708), 1, sym_function_type, - STATE(4909), 1, - sym_delegation_specifier, - STATE(9487), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(3614), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -622976,33 +622397,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167017] = 14, - ACTIONS(211), 1, + [166781] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4587), 1, - sym_user_type, - STATE(4601), 1, + STATE(4614), 1, sym__delegation_specifiers, - STATE(4680), 1, + STATE(5284), 1, + sym_user_type, + STATE(5387), 1, sym_function_type, - STATE(4909), 1, + STATE(5515), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1842), 7, @@ -623013,33 +622434,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167068] = 14, + [166832] = 14, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(924), 1, - sym__delegation_specifiers, - STATE(925), 1, + STATE(871), 1, sym_user_type, - STATE(929), 1, - sym_function_type, - STATE(975), 1, + STATE(880), 1, + sym__delegation_specifiers, + STATE(987), 1, sym_delegation_specifier, - STATE(9593), 1, + STATE(997), 1, + sym_function_type, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1664), 7, @@ -623050,36 +622471,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167119] = 14, - ACTIONS(9216), 1, + [166883] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(5686), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(7891), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(8345), 1, + STATE(4595), 1, sym_user_type, - STATE(8417), 1, + STATE(4614), 1, sym__delegation_specifiers, - STATE(8418), 1, - sym_delegation_specifier, - STATE(8422), 1, + STATE(4637), 1, sym_function_type, - STATE(10143), 1, + STATE(4910), 1, + sym_delegation_specifier, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8525), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9220), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623087,36 +622508,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167170] = 14, - ACTIONS(387), 1, + [166934] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(825), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(871), 1, - sym__delegation_specifiers, - STATE(925), 1, + STATE(4595), 1, sym_user_type, - STATE(929), 1, + STATE(4609), 1, + sym__delegation_specifiers, + STATE(4637), 1, sym_function_type, - STATE(975), 1, + STATE(4910), 1, sym_delegation_specifier, - STATE(9593), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623124,36 +622545,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167221] = 14, - ACTIONS(387), 1, + [166985] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(825), 1, - sym__simple_user_type, - STATE(868), 1, - sym__delegation_specifiers, - STATE(925), 1, + STATE(2881), 1, sym_user_type, - STATE(929), 1, + STATE(2969), 1, sym_function_type, - STATE(975), 1, - sym_delegation_specifier, - STATE(9593), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(2961), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623161,33 +622581,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167272] = 14, + [167034] = 14, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, STATE(825), 1, sym__simple_user_type, - STATE(925), 1, + STATE(871), 1, sym_user_type, - STATE(929), 1, - sym_function_type, - STATE(932), 1, + STATE(916), 1, sym__delegation_specifiers, - STATE(975), 1, + STATE(987), 1, sym_delegation_specifier, - STATE(9593), 1, + STATE(997), 1, + sym_function_type, + STATE(9592), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(1028), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1664), 7, @@ -623198,36 +622618,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167323] = 14, + [167085] = 13, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3661), 1, - sym__delegation_specifiers, - STATE(4199), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2881), 1, sym_user_type, - STATE(4236), 1, + STATE(2969), 1, sym_function_type, - STATE(4243), 1, - sym_delegation_specifier, - STATE(9976), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(2943), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623235,36 +622654,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167374] = 14, - ACTIONS(211), 1, + [167134] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(4540), 1, - sym__simple_user_type, - STATE(4587), 1, + STATE(2881), 1, sym_user_type, - STATE(4600), 1, - sym__delegation_specifiers, - STATE(4680), 1, + STATE(2969), 1, sym_function_type, - STATE(4909), 1, - sym_delegation_specifier, - STATE(9487), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(2935), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623272,36 +622690,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167425] = 14, - ACTIONS(211), 1, + [167183] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(4540), 1, - sym__simple_user_type, - STATE(4587), 1, + STATE(2881), 1, sym_user_type, - STATE(4680), 1, + STATE(2969), 1, sym_function_type, - STATE(4681), 1, - sym__delegation_specifiers, - STATE(4909), 1, - sym_delegation_specifier, - STATE(9487), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(2920), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623309,36 +622726,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167476] = 14, - ACTIONS(387), 1, + [167232] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(825), 1, - sym__simple_user_type, - STATE(894), 1, - sym__delegation_specifiers, - STATE(925), 1, + STATE(2881), 1, sym_user_type, - STATE(929), 1, + STATE(2969), 1, sym_function_type, - STATE(975), 1, - sym_delegation_specifier, - STATE(9593), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(2884), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623346,36 +622762,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167527] = 14, - ACTIONS(8672), 1, + [167281] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(8394), 1, - sym_user_type, - STATE(8562), 1, + STATE(4587), 1, sym__delegation_specifiers, - STATE(8587), 1, - sym_delegation_specifier, - STATE(8625), 1, + STATE(4595), 1, + sym_user_type, + STATE(4637), 1, sym_function_type, - STATE(9549), 1, + STATE(4910), 1, + sym_delegation_specifier, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623383,33 +622799,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167578] = 14, - ACTIONS(211), 1, + [167332] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(4595), 1, sym_user_type, - STATE(4590), 1, - sym__delegation_specifiers, - STATE(4680), 1, + STATE(4637), 1, sym_function_type, - STATE(4909), 1, + STATE(4674), 1, + sym__delegation_specifiers, + STATE(4910), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1842), 7, @@ -623420,36 +622836,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167629] = 14, - ACTIONS(211), 1, + [167383] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(4540), 1, - sym__simple_user_type, - STATE(4587), 1, + STATE(2881), 1, sym_user_type, - STATE(4592), 1, - sym__delegation_specifiers, - STATE(4680), 1, + STATE(2969), 1, sym_function_type, - STATE(4909), 1, - sym_delegation_specifier, - STATE(9487), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(2885), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623457,35 +622872,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167680] = 13, - ACTIONS(211), 1, + [167432] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(5273), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3248), 1, sym_user_type, - STATE(5324), 1, + STATE(3280), 1, sym_function_type, - STATE(9487), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4602), 2, + STATE(3227), 2, sym__delegation_specifiers, sym_delegation_specifier, - STATE(4792), 2, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623493,36 +622908,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167729] = 14, - ACTIONS(557), 1, + [167481] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(2950), 1, + STATE(4542), 1, + sym__simple_user_type, + STATE(4583), 1, sym__delegation_specifiers, - STATE(3796), 1, + STATE(4595), 1, sym_user_type, - STATE(3939), 1, + STATE(4637), 1, sym_function_type, - STATE(3965), 1, + STATE(4910), 1, sym_delegation_specifier, - STATE(9798), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623530,36 +622945,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167780] = 14, - ACTIONS(8672), 1, + [167532] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(8394), 1, - sym_user_type, - STATE(8550), 1, + STATE(4590), 1, sym__delegation_specifiers, - STATE(8587), 1, - sym_delegation_specifier, - STATE(8625), 1, + STATE(4595), 1, + sym_user_type, + STATE(4637), 1, sym_function_type, - STATE(9549), 1, + STATE(4910), 1, + sym_delegation_specifier, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623567,36 +622982,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167831] = 14, - ACTIONS(557), 1, + [167583] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(2947), 1, - sym__delegation_specifiers, - STATE(3796), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3248), 1, sym_user_type, - STATE(3939), 1, + STATE(3280), 1, sym_function_type, - STATE(3965), 1, - sym_delegation_specifier, - STATE(9798), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(3304), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623604,36 +623018,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167882] = 14, - ACTIONS(211), 1, + [167632] = 14, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(7900), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(8328), 1, sym_user_type, - STATE(4617), 1, - sym__delegation_specifiers, - STATE(4680), 1, - sym_function_type, - STATE(4909), 1, + STATE(8396), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(8426), 1, + sym_function_type, + STATE(9079), 1, + sym__delegation_specifiers, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623641,36 +623055,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167933] = 14, - ACTIONS(211), 1, + [167683] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(8234), 1, sym__simple_user_type, - STATE(4581), 1, - sym__delegation_specifiers, - STATE(4587), 1, + STATE(8379), 1, sym_user_type, - STATE(4680), 1, - sym_function_type, - STATE(4909), 1, + STATE(8486), 1, + sym__delegation_specifiers, + STATE(8492), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(8496), 1, + sym_function_type, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623678,36 +623092,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [167984] = 14, - ACTIONS(557), 1, + [167734] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(2898), 1, - sym__delegation_specifiers, - STATE(3796), 1, + STATE(2881), 1, sym_user_type, - STATE(3939), 1, + STATE(2969), 1, sym_function_type, - STATE(3965), 1, - sym_delegation_specifier, - STATE(9798), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(2891), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623715,33 +623128,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168035] = 14, - ACTIONS(211), 1, + [167783] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4587), 1, - sym_user_type, - STATE(4615), 1, + STATE(4580), 1, sym__delegation_specifiers, - STATE(4680), 1, + STATE(4595), 1, + sym_user_type, + STATE(4637), 1, sym_function_type, - STATE(4909), 1, + STATE(4910), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1842), 7, @@ -623752,36 +623165,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168086] = 14, - ACTIONS(557), 1, + [167834] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(2946), 1, - sym__delegation_specifiers, - STATE(3796), 1, + STATE(4542), 1, + sym__simple_user_type, + STATE(4595), 1, sym_user_type, - STATE(3939), 1, + STATE(4607), 1, + sym__delegation_specifiers, + STATE(4637), 1, sym_function_type, - STATE(3965), 1, + STATE(4910), 1, sym_delegation_specifier, - STATE(9798), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623789,33 +623202,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168137] = 14, - ACTIONS(7), 1, + [167885] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(4958), 1, - sym__delegation_specifiers, - STATE(5500), 1, + STATE(2881), 1, sym_user_type, - STATE(5551), 1, - sym_delegation_specifier, - STATE(5557), 1, + STATE(2969), 1, sym_function_type, - STATE(9846), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(2893), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1920), 7, @@ -623826,33 +623238,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168188] = 14, - ACTIONS(211), 1, + [167934] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4540), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(4583), 1, + STATE(4584), 1, sym__delegation_specifiers, - STATE(4587), 1, + STATE(4595), 1, sym_user_type, - STATE(4680), 1, + STATE(4637), 1, sym_function_type, - STATE(4909), 1, + STATE(4910), 1, sym_delegation_specifier, - STATE(9487), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1842), 7, @@ -623863,36 +623275,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168239] = 14, - ACTIONS(211), 1, + [167985] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4587), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3248), 1, sym_user_type, - STATE(4606), 1, - sym__delegation_specifiers, - STATE(4680), 1, + STATE(3280), 1, sym_function_type, - STATE(4909), 1, - sym_delegation_specifier, - STATE(9487), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(3187), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623900,36 +623311,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168290] = 14, - ACTIONS(557), 1, + [168034] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(2942), 1, - sym__delegation_specifiers, - STATE(3796), 1, + STATE(2881), 1, sym_user_type, - STATE(3939), 1, + STATE(2969), 1, sym_function_type, - STATE(3965), 1, - sym_delegation_specifier, - STATE(9798), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(3040), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623937,36 +623347,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168341] = 14, - ACTIONS(557), 1, + [168083] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(2936), 1, + STATE(4542), 1, + sym__simple_user_type, + STATE(4582), 1, sym__delegation_specifiers, - STATE(3796), 1, + STATE(4595), 1, sym_user_type, - STATE(3939), 1, + STATE(4637), 1, sym_function_type, - STATE(3965), 1, + STATE(4910), 1, sym_delegation_specifier, - STATE(9798), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -623974,36 +623384,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168392] = 14, - ACTIONS(557), 1, + [168134] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(2933), 1, + STATE(4542), 1, + sym__simple_user_type, + STATE(4585), 1, sym__delegation_specifiers, - STATE(3796), 1, + STATE(4595), 1, sym_user_type, - STATE(3939), 1, + STATE(4637), 1, sym_function_type, - STATE(3965), 1, + STATE(4910), 1, sym_delegation_specifier, - STATE(9798), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624011,36 +623421,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168443] = 14, - ACTIONS(115), 1, + [168185] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3125), 1, - sym__delegation_specifiers, - STATE(4049), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(2881), 1, sym_user_type, - STATE(4132), 1, + STATE(2969), 1, sym_function_type, - STATE(4217), 1, - sym_delegation_specifier, - STATE(9863), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(2915), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624048,36 +623457,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168494] = 14, - ACTIONS(211), 1, + [168234] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(4540), 1, - sym__simple_user_type, - STATE(4587), 1, + STATE(2881), 1, sym_user_type, - STATE(4597), 1, - sym__delegation_specifiers, - STATE(4680), 1, + STATE(2969), 1, sym_function_type, - STATE(4909), 1, - sym_delegation_specifier, - STATE(9487), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, + STATE(2949), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624085,36 +623493,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168545] = 14, - ACTIONS(557), 1, + [168283] = 14, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(2925), 1, - sym__delegation_specifiers, - STATE(3796), 1, + STATE(8234), 1, + sym__simple_user_type, + STATE(8379), 1, sym_user_type, - STATE(3939), 1, - sym_function_type, - STATE(3965), 1, + STATE(8492), 1, sym_delegation_specifier, - STATE(9798), 1, + STATE(8496), 1, + sym_function_type, + STATE(9319), 1, + sym__delegation_specifiers, + STATE(9827), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(8631), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624122,36 +623530,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168596] = 14, - ACTIONS(115), 1, + [168334] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2955), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, sym__lexical_identifier, - STATE(3117), 1, - sym__delegation_specifiers, - STATE(4049), 1, + STATE(3248), 1, sym_user_type, - STATE(4132), 1, + STATE(3280), 1, sym_function_type, - STATE(4217), 1, - sym_delegation_specifier, - STATE(9863), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, + STATE(3185), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624159,36 +623566,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168647] = 14, - ACTIONS(9216), 1, + [168383] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(5686), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(7891), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(8345), 1, - sym_user_type, - STATE(8418), 1, - sym_delegation_specifier, - STATE(8421), 1, + STATE(4577), 1, sym__delegation_specifiers, - STATE(8422), 1, + STATE(4595), 1, + sym_user_type, + STATE(4637), 1, sym_function_type, - STATE(10143), 1, + STATE(4910), 1, + sym_delegation_specifier, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8525), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9220), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624196,33 +623603,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168698] = 14, - ACTIONS(7), 1, + [168434] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(5062), 1, - sym__delegation_specifiers, - STATE(5500), 1, + STATE(2881), 1, sym_user_type, - STATE(5551), 1, - sym_delegation_specifier, - STATE(5557), 1, + STATE(2969), 1, sym_function_type, - STATE(9846), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(2956), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, ACTIONS(1920), 7, @@ -624233,36 +623639,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168749] = 14, - ACTIONS(8672), 1, + [168483] = 14, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(8125), 1, + STATE(7900), 1, sym__simple_user_type, - STATE(8394), 1, + STATE(8328), 1, sym_user_type, - STATE(8587), 1, + STATE(8396), 1, sym_delegation_specifier, - STATE(8625), 1, + STATE(8426), 1, sym_function_type, - STATE(9050), 1, + STATE(9086), 1, sym__delegation_specifiers, - STATE(9549), 1, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624270,36 +623676,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168800] = 14, - ACTIONS(557), 1, + [168534] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(2805), 1, sym_simple_identifier, - STATE(2924), 1, - sym__delegation_specifiers, - STATE(3796), 1, + STATE(2881), 1, sym_user_type, - STATE(3939), 1, + STATE(2969), 1, sym_function_type, - STATE(3965), 1, - sym_delegation_specifier, - STATE(9798), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(2973), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624307,36 +623712,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168851] = 14, - ACTIONS(557), 1, + [168583] = 14, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(3011), 1, - sym__delegation_specifiers, - STATE(3796), 1, + STATE(7900), 1, + sym__simple_user_type, + STATE(8328), 1, sym_user_type, - STATE(3939), 1, - sym_function_type, - STATE(3965), 1, + STATE(8396), 1, sym_delegation_specifier, - STATE(9798), 1, + STATE(8413), 1, + sym__delegation_specifiers, + STATE(8426), 1, + sym_function_type, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624344,36 +623749,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168902] = 14, - ACTIONS(7), 1, + [168634] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(4894), 1, + STATE(4542), 1, + sym__simple_user_type, + STATE(4660), 1, sym__delegation_specifiers, - STATE(5500), 1, + STATE(5284), 1, sym_user_type, - STATE(5551), 1, - sym_delegation_specifier, - STATE(5557), 1, + STATE(5387), 1, sym_function_type, - STATE(9846), 1, + STATE(5515), 1, + sym_delegation_specifier, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624381,36 +623786,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [168953] = 14, - ACTIONS(557), 1, + [168685] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(2917), 1, - sym__delegation_specifiers, - STATE(3796), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3248), 1, sym_user_type, - STATE(3939), 1, + STATE(3280), 1, sym_function_type, - STATE(3965), 1, - sym_delegation_specifier, - STATE(9798), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(3165), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624418,36 +623822,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169004] = 14, - ACTIONS(8672), 1, + [168734] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(8125), 1, - sym__simple_user_type, - STATE(8394), 1, + STATE(2881), 1, sym_user_type, - STATE(8529), 1, - sym__delegation_specifiers, - STATE(8587), 1, - sym_delegation_specifier, - STATE(8625), 1, + STATE(2969), 1, sym_function_type, - STATE(9549), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(2931), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624455,36 +623858,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169055] = 14, - ACTIONS(7), 1, + [168783] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(4896), 1, - sym__delegation_specifiers, - STATE(5500), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3248), 1, sym_user_type, - STATE(5551), 1, - sym_delegation_specifier, - STATE(5557), 1, + STATE(3280), 1, sym_function_type, - STATE(9846), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(3315), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624492,36 +623894,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169106] = 14, - ACTIONS(8672), 1, + [168832] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, - sym_simple_identifier, - STATE(8125), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(8394), 1, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3248), 1, sym_user_type, - STATE(8587), 1, - sym_delegation_specifier, - STATE(8625), 1, + STATE(3280), 1, sym_function_type, - STATE(9349), 1, - sym__delegation_specifiers, - STATE(9549), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(3090), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624529,36 +623930,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169157] = 14, - ACTIONS(557), 1, + [168881] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(2904), 1, - sym__delegation_specifiers, - STATE(3796), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3248), 1, sym_user_type, - STATE(3939), 1, + STATE(3280), 1, sym_function_type, - STATE(3965), 1, - sym_delegation_specifier, - STATE(9798), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(3072), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624566,36 +623966,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169208] = 14, - ACTIONS(557), 1, + [168930] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(2902), 1, - sym__delegation_specifiers, - STATE(3796), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3248), 1, sym_user_type, - STATE(3939), 1, + STATE(3280), 1, sym_function_type, - STATE(3965), 1, - sym_delegation_specifier, - STATE(9798), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(3069), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624603,36 +624002,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169259] = 14, - ACTIONS(7), 1, + [168979] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(4900), 1, - sym__delegation_specifiers, - STATE(5500), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3248), 1, sym_user_type, - STATE(5551), 1, - sym_delegation_specifier, - STATE(5557), 1, + STATE(3280), 1, sym_function_type, - STATE(9846), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(3060), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624640,36 +624038,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169310] = 14, - ACTIONS(7), 1, + [169028] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(4683), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(5020), 1, - sym__delegation_specifiers, - STATE(5500), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3248), 1, sym_user_type, - STATE(5551), 1, - sym_delegation_specifier, - STATE(5557), 1, + STATE(3280), 1, sym_function_type, - STATE(9846), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, + STATE(3091), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624677,36 +624074,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169361] = 14, - ACTIONS(557), 1, + [169077] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2796), 1, + STATE(2911), 1, sym__simple_user_type, - STATE(2803), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(3028), 1, - sym__delegation_specifiers, - STATE(3796), 1, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3248), 1, sym_user_type, - STATE(3939), 1, + STATE(3280), 1, sym_function_type, - STATE(3965), 1, - sym_delegation_specifier, - STATE(9798), 1, + STATE(9476), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(3094), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3596), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624714,34 +624110,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169412] = 13, - ACTIONS(9216), 1, + [169126] = 14, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(5685), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(5686), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(7891), 1, + STATE(4542), 1, sym__simple_user_type, - STATE(8345), 1, + STATE(4586), 1, + sym__delegation_specifiers, + STATE(5284), 1, sym_user_type, - STATE(8422), 1, + STATE(5387), 1, sym_function_type, - STATE(8571), 1, + STATE(5515), 1, sym_delegation_specifier, - STATE(10143), 1, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8525), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9220), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624749,32 +624147,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169460] = 11, - ACTIONS(9208), 1, + [169177] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9505), 1, - anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(8333), 1, - sym__lexical_identifier, - STATE(9205), 1, + STATE(2911), 1, + sym__simple_user_type, + STATE(2928), 1, sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3248), 1, + sym_user_type, + STATE(3280), 1, + sym_function_type, + STATE(9476), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(10114), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(9210), 7, + STATE(3133), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3596), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624782,61 +624183,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169504] = 11, - ACTIONS(9208), 1, + [169226] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9505), 1, - anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(8333), 1, - sym__lexical_identifier, - STATE(9205), 1, + STATE(2911), 1, + sym__simple_user_type, + STATE(2928), 1, sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3248), 1, + sym_user_type, + STATE(3280), 1, + sym_function_type, + STATE(9476), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7140), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(10116), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(9210), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [169548] = 8, - ACTIONS(9511), 1, - anon_sym_AT, - ACTIONS(9517), 1, - sym_reification_modifier, - ACTIONS(9520), 1, - sym__backtick_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9514), 2, - anon_sym_in, - anon_sym_out, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7138), 4, - sym_variance_modifier, - sym__type_parameter_modifier, - sym_annotation, - aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(9509), 8, + STATE(3124), 2, + sym__delegation_specifiers, + sym_delegation_specifier, + STATE(3596), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624844,62 +624219,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [169275] = 13, + ACTIONS(387), 1, sym__alpha_identifier, - [169586] = 7, - ACTIONS(9522), 1, - anon_sym_LBRACK, - STATE(7730), 1, - sym__member_access_operator, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9527), 3, - sym_safe_nav, - anon_sym_DOT, - anon_sym_COLON_COLON, - ACTIONS(9530), 3, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_BANG_BANG, - STATE(7139), 5, - sym_indexing_suffix, - sym_navigation_suffix, - sym__postfix_unary_operator, - sym__postfix_unary_suffix, - aux_sym__postfix_unary_expression_repeat1, - ACTIONS(9525), 6, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - [169622] = 11, - ACTIONS(9208), 1, - sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9505), 1, - anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(8333), 1, - sym__lexical_identifier, - STATE(9205), 1, + STATE(820), 1, sym_simple_identifier, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, + sym__simple_user_type, + STATE(1115), 1, + sym_delegation_specifier, + STATE(1410), 1, + sym_user_type, + STATE(1916), 1, + sym_function_type, + STATE(9592), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(10118), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(9210), 7, + STATE(1028), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624907,32 +624254,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169666] = 11, - ACTIONS(9208), 1, + [169323] = 13, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9505), 1, - anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(8333), 1, - sym__lexical_identifier, - STATE(9205), 1, + STATE(3289), 1, sym_simple_identifier, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3328), 1, + sym__simple_user_type, + STATE(3618), 1, + sym_user_type, + STATE(3708), 1, + sym_function_type, + STATE(3950), 1, + sym_delegation_specifier, + STATE(9484), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(10007), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(9210), 7, + STATE(3973), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624940,32 +624289,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169710] = 11, - ACTIONS(9208), 1, + [169371] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9505), 1, - anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(8333), 1, - sym__lexical_identifier, - STATE(9205), 1, + STATE(2911), 1, + sym__simple_user_type, + STATE(2928), 1, sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3248), 1, + sym_user_type, + STATE(3280), 1, + sym_function_type, + STATE(3532), 1, + sym_delegation_specifier, + STATE(9476), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7161), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(10121), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(9210), 7, + STATE(3596), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -624973,32 +624324,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169754] = 11, - ACTIONS(9208), 1, + [169419] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7141), 2, + STATE(7134), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10005), 2, + STATE(10006), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625006,34 +624357,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169798] = 13, - ACTIONS(9232), 1, + [169463] = 13, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4544), 1, - sym_simple_identifier, - STATE(4545), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(4548), 1, + STATE(4661), 1, sym__simple_user_type, - STATE(4939), 1, + STATE(4667), 1, + sym_simple_identifier, + STATE(4893), 1, sym_user_type, - STATE(5032), 1, + STATE(5058), 1, sym_function_type, - STATE(5185), 1, + STATE(5192), 1, sym_delegation_specifier, - STATE(9741), 1, + STATE(9839), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5137), 2, + STATE(5123), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(9236), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625041,32 +624392,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169846] = 11, - ACTIONS(9208), 1, + [169511] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7136), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10113), 2, + STATE(10009), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625074,32 +624425,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169890] = 11, - ACTIONS(9208), 1, + [169555] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7147), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10019), 2, + STATE(10136), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625107,32 +624458,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169934] = 11, - ACTIONS(9208), 1, + [169599] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7135), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10023), 2, + STATE(10135), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625140,127 +624491,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [169978] = 11, - ACTIONS(9208), 1, + [169643] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7152), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10026), 2, + STATE(10133), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [170022] = 13, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(9503), 1, - anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3535), 1, - sym_delegation_specifier, - STATE(4049), 1, - sym_user_type, - STATE(4132), 1, - sym_function_type, - STATE(9863), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(3599), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(1592), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [170070] = 5, - ACTIONS(9533), 1, - anon_sym_LT, - STATE(7246), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4189), 4, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(4128), 13, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, + [169687] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - [170102] = 11, - ACTIONS(9208), 1, - sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7137), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10111), 2, + STATE(10131), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625268,32 +624557,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [170146] = 11, - ACTIONS(9208), 1, + [169731] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10029), 2, + STATE(10017), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625301,67 +624590,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [170190] = 11, - ACTIONS(9208), 1, + [169775] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7151), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10110), 2, + STATE(10121), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [170234] = 13, - ACTIONS(7), 1, - sym__alpha_identifier, - ACTIONS(111), 1, - sym__backtick_identifier, - ACTIONS(9503), 1, - anon_sym_LPAREN, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, - sym_simple_identifier, - STATE(5135), 1, - sym_delegation_specifier, - STATE(5500), 1, - sym_user_type, - STATE(5557), 1, - sym_function_type, - STATE(9846), 1, - sym_function_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5153), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(1920), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625369,32 +624623,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [170282] = 11, - ACTIONS(9208), 1, + [169819] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7158), 2, + STATE(7139), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10033), 2, + STATE(10015), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625402,34 +624656,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [170326] = 13, - ACTIONS(473), 1, + [169863] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9489), 1, + anon_sym_AT, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(3279), 1, - sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(3609), 1, - sym_user_type, - STATE(3825), 1, - sym_function_type, - STATE(3961), 1, - sym_delegation_specifier, - STATE(9976), 1, - sym_function_type_parameters, + STATE(9448), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, - sym_line_comment, - STATE(3888), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(1652), 7, + sym_line_comment, + STATE(7140), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(10120), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625437,32 +624689,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [170374] = 11, - ACTIONS(9208), 1, + [169907] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10107), 2, + STATE(10116), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625470,32 +624722,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [170418] = 11, - ACTIONS(9208), 1, + [169951] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10035), 2, + STATE(9975), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625503,32 +624755,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [170462] = 11, - ACTIONS(9208), 1, + [169995] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7162), 2, + STATE(7143), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10040), 2, + STATE(10115), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625536,34 +624788,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [170506] = 13, - ACTIONS(211), 1, - sym__alpha_identifier, - ACTIONS(293), 1, + [170039] = 8, + ACTIONS(9390), 1, + anon_sym_AT, + ACTIONS(9495), 1, + sym_reification_modifier, + ACTIONS(9497), 1, sym__backtick_identifier, - ACTIONS(9503), 1, - anon_sym_LPAREN, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4538), 1, - sym_simple_identifier, - STATE(4540), 1, - sym__simple_user_type, - STATE(4587), 1, - sym_user_type, - STATE(4680), 1, - sym_function_type, - STATE(4737), 1, - sym_delegation_specifier, - STATE(9487), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(1842), 7, + ACTIONS(9392), 2, + anon_sym_in, + anon_sym_out, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7181), 4, + sym_variance_modifier, + sym__type_parameter_modifier, + sym_annotation, + aux_sym_type_parameter_modifiers_repeat1, + ACTIONS(9493), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625571,32 +624817,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [170554] = 11, - ACTIONS(9208), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + [170077] = 11, + ACTIONS(9232), 1, + sym__alpha_identifier, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7144), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10122), 2, + STATE(9970), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625604,32 +624851,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [170598] = 11, - ACTIONS(9208), 1, + [170121] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10042), 2, + STATE(10112), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625637,28 +624884,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [170642] = 8, - ACTIONS(9420), 1, - anon_sym_AT, - ACTIONS(9537), 1, - sym_reification_modifier, - ACTIONS(9539), 1, + [170165] = 11, + ACTIONS(9232), 1, + sym__alpha_identifier, + ACTIONS(9238), 1, sym__backtick_identifier, + ACTIONS(9489), 1, + anon_sym_AT, + ACTIONS(9491), 1, + anon_sym_LPAREN, + STATE(8318), 1, + sym__lexical_identifier, + STATE(9448), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9422), 2, - anon_sym_in, - anon_sym_out, - STATE(7628), 2, + STATE(7148), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(7138), 4, - sym_variance_modifier, - sym__type_parameter_modifier, - sym_annotation, - aux_sym_type_parameter_modifiers_repeat1, - ACTIONS(9535), 8, + STATE(10110), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625666,33 +624917,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [170209] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - [170680] = 11, - ACTIONS(9208), 1, - sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7166), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10126), 2, + STATE(10108), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625700,32 +624950,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [170724] = 11, - ACTIONS(9208), 1, + [170253] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7169), 2, + STATE(7150), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10045), 2, + STATE(10107), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625733,32 +624983,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [170768] = 11, - ACTIONS(9208), 1, + [170297] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10127), 2, + STATE(10105), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625766,32 +625016,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [170812] = 11, - ACTIONS(9208), 1, + [170341] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7168), 2, + STATE(7152), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10137), 2, + STATE(10104), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625799,32 +625049,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [170856] = 11, - ACTIONS(9208), 1, + [170385] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7172), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10139), 2, + STATE(10068), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625832,32 +625082,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [170900] = 11, - ACTIONS(9208), 1, + [170429] = 13, + ACTIONS(7), 1, + sym__alpha_identifier, + ACTIONS(111), 1, + sym__backtick_identifier, + ACTIONS(9487), 1, + anon_sym_LPAREN, + STATE(4615), 1, + sym__lexical_identifier, + STATE(4661), 1, + sym__simple_user_type, + STATE(4667), 1, + sym_simple_identifier, + STATE(5192), 1, + sym_delegation_specifier, + STATE(5518), 1, + sym_user_type, + STATE(5568), 1, + sym_function_type, + STATE(9839), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5123), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(1908), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [170477] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7175), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10048), 2, + STATE(10100), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625865,32 +625150,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [170944] = 11, - ACTIONS(9208), 1, + [170521] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7173), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10051), 2, + STATE(10097), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625898,32 +625183,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [170988] = 11, + [170565] = 13, + ACTIONS(9200), 1, + sym__alpha_identifier, ACTIONS(9208), 1, + sym__backtick_identifier, + ACTIONS(9487), 1, + anon_sym_LPAREN, + STATE(4538), 1, + sym__lexical_identifier, + STATE(4543), 1, + sym_simple_identifier, + STATE(4571), 1, + sym__simple_user_type, + STATE(4911), 1, + sym_user_type, + STATE(5043), 1, + sym_function_type, + STATE(5099), 1, + sym_delegation_specifier, + STATE(9527), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(5097), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(9204), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [170613] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7172), 2, + STATE(7157), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10141), 2, + STATE(10096), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625931,32 +625251,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171032] = 11, - ACTIONS(9208), 1, + [170657] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10142), 2, + STATE(10093), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625964,32 +625284,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171076] = 11, - ACTIONS(9208), 1, + [170701] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7160), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10052), 2, + STATE(10092), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -625997,32 +625317,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171120] = 11, - ACTIONS(9208), 1, + [170745] = 7, + ACTIONS(9499), 1, + anon_sym_LBRACK, + STATE(7824), 1, + sym__member_access_operator, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9504), 3, + sym_safe_nav, + anon_sym_DOT, + anon_sym_COLON_COLON, + ACTIONS(9507), 3, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_BANG_BANG, + STATE(7162), 5, + sym_indexing_suffix, + sym_navigation_suffix, + sym__postfix_unary_operator, + sym__postfix_unary_suffix, + aux_sym__postfix_unary_expression_repeat1, + ACTIONS(9502), 6, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [170781] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7175), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10055), 2, + STATE(10089), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626030,32 +625379,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171164] = 11, - ACTIONS(9208), 1, + [170825] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7163), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10058), 2, + STATE(10088), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626063,32 +625412,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171208] = 11, - ACTIONS(9208), 1, + [170869] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7177), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10061), 2, + STATE(10146), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626096,32 +625445,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171252] = 11, - ACTIONS(9208), 1, + [170913] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5062), 6, + anon_sym_AT, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + sym__backtick_identifier, + ACTIONS(5060), 13, + anon_sym_where, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_while, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_out, + sym_reification_modifier, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [170941] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7165), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10062), 2, + STATE(10083), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626129,32 +625503,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171296] = 11, - ACTIONS(9208), 1, + [170985] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7179), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10071), 2, + STATE(10080), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626162,32 +625536,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171340] = 11, - ACTIONS(9208), 1, + [171029] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7168), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10072), 2, + STATE(10079), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626195,32 +625569,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171384] = 11, - ACTIONS(9208), 1, + [171073] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7181), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10089), 2, + STATE(10077), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626228,32 +625602,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171428] = 11, - ACTIONS(9208), 1, + [171117] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7170), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10076), 2, + STATE(10073), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626261,59 +625635,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171472] = 3, + [171161] = 11, + ACTIONS(9232), 1, + sym__alpha_identifier, + ACTIONS(9238), 1, + sym__backtick_identifier, + ACTIONS(9489), 1, + anon_sym_AT, + ACTIONS(9491), 1, + anon_sym_LPAREN, + STATE(8318), 1, + sym__lexical_identifier, + STATE(9448), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5189), 6, - anon_sym_AT, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - sym__backtick_identifier, - ACTIONS(5187), 13, - anon_sym_where, + STATE(7419), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(10069), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, - anon_sym_in, - anon_sym_while, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, + [171205] = 13, + ACTIONS(9252), 1, sym__alpha_identifier, - [171500] = 13, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(825), 1, + STATE(7900), 1, sym__simple_user_type, - STATE(925), 1, + STATE(8328), 1, sym_user_type, - STATE(929), 1, + STATE(8426), 1, sym_function_type, - STATE(1161), 1, + STATE(8456), 1, sym_delegation_specifier, - STATE(9593), 1, + STATE(10012), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, + STATE(8508), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1664), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626321,34 +625703,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171548] = 13, - ACTIONS(8672), 1, + [171253] = 13, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(2770), 1, + sym__simple_user_type, + STATE(2781), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(8125), 1, - sym__simple_user_type, - STATE(8394), 1, + STATE(2881), 1, sym_user_type, - STATE(8625), 1, + STATE(2969), 1, sym_function_type, - STATE(8678), 1, + STATE(3220), 1, sym_delegation_specifier, - STATE(9549), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8643), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626356,93 +625738,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171596] = 11, - ACTIONS(9208), 1, + [171301] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7189), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10084), 2, + STATE(10101), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [171640] = 4, - ACTIONS(9046), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4009), 5, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(4004), 13, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, + [171345] = 13, + ACTIONS(115), 1, sym__alpha_identifier, - [171670] = 13, - ACTIONS(557), 1, - sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(2796), 1, - sym__simple_user_type, - STATE(2803), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(3226), 1, - sym_delegation_specifier, - STATE(3796), 1, + STATE(4542), 1, + sym__simple_user_type, + STATE(4595), 1, sym_user_type, - STATE(3939), 1, + STATE(4637), 1, sym_function_type, - STATE(9798), 1, + STATE(4703), 1, + sym_delegation_specifier, + STATE(9480), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(4837), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626450,32 +625806,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171718] = 11, - ACTIONS(9208), 1, + [171393] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7157), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10106), 2, + STATE(10065), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626483,32 +625839,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171762] = 11, - ACTIONS(9208), 1, + [171437] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7192), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10085), 2, + STATE(9595), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626516,32 +625872,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171806] = 11, - ACTIONS(9208), 1, + [171481] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7202), 2, + STATE(7177), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(9601), 2, + STATE(10064), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626549,32 +625905,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171850] = 11, - ACTIONS(9208), 1, + [171525] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7210), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10011), 2, + STATE(10060), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626582,32 +625938,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171894] = 11, - ACTIONS(9208), 1, + [171569] = 8, + ACTIONS(9512), 1, + anon_sym_AT, + ACTIONS(9518), 1, + sym_reification_modifier, + ACTIONS(9521), 1, + sym__backtick_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9515), 2, + anon_sym_in, + anon_sym_out, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7181), 4, + sym_variance_modifier, + sym__type_parameter_modifier, + sym_annotation, + aux_sym_type_parameter_modifiers_repeat1, + ACTIONS(9510), 8, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [171607] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7194), 2, + STATE(7180), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(9965), 2, + STATE(10059), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626615,34 +626001,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171938] = 13, - ACTIONS(115), 1, + [171651] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9489), 1, + anon_sym_AT, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2931), 1, - sym__simple_user_type, - STATE(2955), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(3069), 1, - sym_user_type, - STATE(3363), 1, - sym_function_type, - STATE(3535), 1, - sym_delegation_specifier, - STATE(9863), 1, - sym_function_type_parameters, + STATE(9448), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3599), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(1592), 7, + STATE(7419), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(10056), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626650,32 +626034,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [171986] = 11, - ACTIONS(9208), 1, + [171695] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7183), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(9968), 2, + STATE(10055), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626683,34 +626067,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [172030] = 13, - ACTIONS(7), 1, + [171739] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9489), 1, + anon_sym_AT, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(4678), 1, - sym__simple_user_type, - STATE(4683), 1, + STATE(9448), 1, sym_simple_identifier, - STATE(4951), 1, - sym_user_type, - STATE(5041), 1, - sym_function_type, - STATE(5135), 1, - sym_delegation_specifier, - STATE(9846), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5153), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(1920), 7, + STATE(7419), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(10052), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626718,34 +626100,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [172078] = 13, - ACTIONS(211), 1, + [171783] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9489), 1, + anon_sym_AT, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(9448), 1, sym_simple_identifier, - STATE(4540), 1, - sym__simple_user_type, - STATE(4737), 1, - sym_delegation_specifier, - STATE(5273), 1, - sym_user_type, - STATE(5324), 1, - sym_function_type, - STATE(9487), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4792), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(1842), 7, + STATE(7185), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(10048), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626753,34 +626133,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [172126] = 13, - ACTIONS(387), 1, + [171827] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9489), 1, + anon_sym_AT, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(9448), 1, sym_simple_identifier, - STATE(825), 1, - sym__simple_user_type, - STATE(1161), 1, - sym_delegation_specifier, - STATE(1397), 1, - sym_user_type, - STATE(1684), 1, - sym_function_type, - STATE(9593), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1030), 2, - sym_constructor_invocation, - sym_explicit_delegation, - ACTIONS(1664), 7, + STATE(7419), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(10044), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626788,32 +626166,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [172174] = 11, - ACTIONS(9208), 1, + [171871] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7187), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10099), 2, + STATE(10042), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626821,32 +626199,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [172218] = 11, - ACTIONS(9208), 1, + [171915] = 4, + ACTIONS(9026), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3981), 5, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(3976), 13, + anon_sym_get, + anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [171945] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7198), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10098), 2, + STATE(10038), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626854,32 +626258,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [172262] = 11, - ACTIONS(9208), 1, + [171989] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7190), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10095), 2, + STATE(10035), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626887,32 +626291,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [172306] = 11, - ACTIONS(9208), 1, + [172033] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10103), 2, + STATE(9709), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626920,32 +626324,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [172350] = 11, - ACTIONS(9208), 1, + [172077] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(9733), 2, + STATE(10030), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626953,32 +626357,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [172394] = 11, - ACTIONS(9208), 1, + [172121] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7207), 2, + STATE(7193), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10152), 2, + STATE(10027), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -626986,32 +626390,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [172438] = 11, - ACTIONS(9208), 1, + [172165] = 13, + ACTIONS(115), 1, + sym__alpha_identifier, + ACTIONS(203), 1, + sym__backtick_identifier, + ACTIONS(9487), 1, + anon_sym_LPAREN, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, + sym_simple_identifier, + STATE(4542), 1, + sym__simple_user_type, + STATE(4703), 1, + sym_delegation_specifier, + STATE(5284), 1, + sym_user_type, + STATE(5387), 1, + sym_function_type, + STATE(9480), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(4837), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(1842), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [172213] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7200), 2, + STATE(7419), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10094), 2, + STATE(10024), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627019,67 +626458,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [172482] = 11, - ACTIONS(9208), 1, + [172257] = 11, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9505), 1, + ACTIONS(9489), 1, anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(9448), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7201), 2, + STATE(7196), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - STATE(10102), 2, + STATE(10022), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9234), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [172301] = 5, + ACTIONS(9523), 1, + anon_sym_LT, + STATE(7219), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4171), 4, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(4169), 13, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [172526] = 13, + sym__alpha_identifier, + [172333] = 13, ACTIONS(557), 1, sym__alpha_identifier, ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, - STATE(2796), 1, + STATE(3328), 1, sym__simple_user_type, - STATE(2803), 1, - sym_simple_identifier, - STATE(2900), 1, + STATE(3950), 1, + sym_delegation_specifier, + STATE(4204), 1, sym_user_type, - STATE(3042), 1, + STATE(4253), 1, sym_function_type, - STATE(3226), 1, - sym_delegation_specifier, - STATE(9798), 1, + STATE(9484), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3153), 2, + STATE(3973), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1910), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627087,32 +626553,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [172574] = 11, - ACTIONS(9208), 1, + [172381] = 13, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9505), 1, - anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(8333), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9205), 1, + STATE(6584), 1, sym_simple_identifier, + STATE(8234), 1, + sym__simple_user_type, + STATE(8379), 1, + sym_user_type, + STATE(8496), 1, + sym_function_type, + STATE(8639), 1, + sym_delegation_specifier, + STATE(9827), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(10091), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(9210), 7, + STATE(8631), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627120,34 +626588,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [172618] = 13, + [172429] = 13, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3279), 1, + STATE(2770), 1, sym__simple_user_type, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3961), 1, + STATE(2805), 1, + sym_simple_identifier, + STATE(3220), 1, sym_delegation_specifier, - STATE(4199), 1, + STATE(3724), 1, sym_user_type, - STATE(4236), 1, + STATE(4040), 1, sym_function_type, - STATE(9976), 1, + STATE(9504), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3888), 2, + STATE(3147), 2, sym_constructor_invocation, sym_explicit_delegation, - ACTIONS(1652), 7, + ACTIONS(1920), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [172477] = 13, + ACTIONS(387), 1, + sym__alpha_identifier, + ACTIONS(469), 1, + sym__backtick_identifier, + ACTIONS(9487), 1, + anon_sym_LPAREN, + STATE(820), 1, + sym_simple_identifier, + STATE(823), 1, + sym__lexical_identifier, + STATE(825), 1, + sym__simple_user_type, + STATE(871), 1, + sym_user_type, + STATE(997), 1, + sym_function_type, + STATE(1115), 1, + sym_delegation_specifier, + STATE(9592), 1, + sym_function_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(1028), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627155,61 +626658,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [172666] = 7, - ACTIONS(6716), 1, + [172525] = 7, + ACTIONS(6698), 1, anon_sym_LBRACK, - STATE(7730), 1, + STATE(7824), 1, sym__member_access_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(6740), 3, + ACTIONS(6720), 3, sym_safe_nav, anon_sym_DOT, anon_sym_COLON_COLON, - ACTIONS(9543), 3, + ACTIONS(9527), 3, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_BANG_BANG, - STATE(7139), 5, + STATE(7162), 5, sym_indexing_suffix, sym_navigation_suffix, sym__postfix_unary_operator, sym__postfix_unary_suffix, aux_sym__postfix_unary_expression_repeat1, - ACTIONS(9541), 6, + ACTIONS(9525), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [172702] = 11, - ACTIONS(9208), 1, + [172561] = 13, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9505), 1, - anon_sym_AT, - ACTIONS(9507), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(8333), 1, - sym__lexical_identifier, - STATE(9205), 1, + STATE(2911), 1, + sym__simple_user_type, + STATE(2928), 1, sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3532), 1, + sym_delegation_specifier, + STATE(4071), 1, + sym_user_type, + STATE(4121), 1, + sym_function_type, + STATE(9476), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7549), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(3596), 2, + sym_constructor_invocation, + sym_explicit_delegation, + ACTIONS(1616), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [172609] = 7, + ACTIONS(9531), 1, + anon_sym_AT, + ACTIONS(9537), 1, + sym__backtick_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(7834), 2, sym__single_annotation, sym__multi_annotation, - STATE(10014), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(9210), 7, + ACTIONS(9534), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + STATE(7205), 3, + sym_parameter_modifier, + sym_annotation, + aux_sym_parameter_modifiers_repeat1, + ACTIONS(9529), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627217,22 +626749,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [172746] = 5, + sym__alpha_identifier, + [172644] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9549), 2, - anon_sym_in, - anon_sym_out, - ACTIONS(9547), 3, + ACTIONS(4184), 5, anon_sym_AT, anon_sym_LPAREN, + anon_sym_LT, + anon_sym_DOT, sym__backtick_identifier, - STATE(7211), 3, - sym__type_projection_modifier, - sym_variance_modifier, - aux_sym_type_projection_modifiers_repeat1, - ACTIONS(9545), 10, + ACTIONS(4182), 13, anon_sym_get, anon_sym_set, anon_sym_dynamic, @@ -627240,73 +626768,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172777] = 7, - ACTIONS(9554), 1, + [172671] = 7, + ACTIONS(9541), 1, anon_sym_AT, - ACTIONS(9560), 1, - sym__backtick_identifier, + ACTIONS(9546), 1, + anon_sym_suspend, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, + ACTIONS(9544), 2, + anon_sym_LPAREN, + sym__backtick_identifier, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(9557), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - STATE(7212), 3, - sym_parameter_modifier, + STATE(7207), 3, + sym__type_modifier, sym_annotation, - aux_sym_parameter_modifiers_repeat1, - ACTIONS(9552), 8, + aux_sym_type_modifiers_repeat1, + ACTIONS(9539), 9, anon_sym_get, anon_sym_set, + anon_sym_dynamic, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172812] = 7, - ACTIONS(9564), 1, + [172706] = 5, + ACTIONS(9549), 1, + anon_sym_DOT, + STATE(7209), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4195), 3, anon_sym_AT, - ACTIONS(9569), 1, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(4193), 13, + anon_sym_get, + anon_sym_set, + anon_sym_dynamic, anon_sym_suspend, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [172737] = 5, + ACTIONS(9549), 1, + anon_sym_DOT, + STATE(7217), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9567), 2, + ACTIONS(4124), 3, + anon_sym_AT, anon_sym_LPAREN, sym__backtick_identifier, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7219), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(9562), 9, + ACTIONS(4122), 13, + anon_sym_get, + anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [172768] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3981), 5, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(3976), 13, anon_sym_get, anon_sym_set, anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172847] = 5, + [172795] = 5, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7403), 2, + ACTIONS(9555), 2, anon_sym_in, anon_sym_out, - ACTIONS(9574), 3, + ACTIONS(9553), 3, anon_sym_AT, anon_sym_LPAREN, sym__backtick_identifier, @@ -627314,7 +626893,7 @@ static const uint16_t ts_small_parse_table[] = { sym__type_projection_modifier, sym_variance_modifier, aux_sym_type_projection_modifiers_repeat1, - ACTIONS(9572), 10, + ACTIONS(9551), 10, anon_sym_get, anon_sym_set, anon_sym_dynamic, @@ -627325,55 +626904,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172878] = 3, + [172826] = 7, + ACTIONS(9080), 1, + anon_sym_AT, + ACTIONS(9562), 1, + anon_sym_suspend, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 5, - anon_sym_AT, + ACTIONS(9560), 2, anon_sym_LPAREN, - anon_sym_LT, - anon_sym_DOT, sym__backtick_identifier, - ACTIONS(4004), 13, + STATE(7847), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(7207), 3, + sym__type_modifier, + sym_annotation, + aux_sym_type_modifiers_repeat1, + ACTIONS(9558), 9, anon_sym_get, anon_sym_set, anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172905] = 11, - ACTIONS(8672), 1, + [172861] = 11, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9329), 1, + ACTIONS(9313), 1, anon_sym_LPAREN, - ACTIONS(9576), 1, + ACTIONS(9564), 1, anon_sym_dynamic, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(7843), 1, + STATE(7838), 1, sym__simple_user_type, - STATE(8144), 1, + STATE(8072), 1, sym_nullable_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7856), 3, + STATE(7860), 3, sym__type_reference, sym_user_type, sym_parenthesized_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627381,25 +626964,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [172948] = 7, - ACTIONS(9105), 1, + [172904] = 7, + ACTIONS(9566), 1, anon_sym_AT, - ACTIONS(9578), 1, + ACTIONS(9569), 1, anon_sym_suspend, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9567), 2, + ACTIONS(9560), 2, anon_sym_LPAREN, sym__backtick_identifier, - STATE(7848), 2, + STATE(7847), 2, sym__single_annotation, sym__multi_annotation, - STATE(7219), 3, + STATE(7207), 3, sym__type_modifier, sym_annotation, aux_sym_type_modifiers_repeat1, - ACTIONS(9562), 9, + ACTIONS(9558), 9, anon_sym_get, anon_sym_set, anon_sym_dynamic, @@ -627409,71 +626992,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [172983] = 3, + [172939] = 7, + ACTIONS(9315), 1, + anon_sym_AT, + ACTIONS(9574), 1, + sym__backtick_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 5, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(4179), 13, + STATE(7834), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(9047), 3, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + STATE(7205), 3, + sym_parameter_modifier, + sym_annotation, + aux_sym_parameter_modifiers_repeat1, + ACTIONS(9572), 8, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173010] = 7, - ACTIONS(9582), 1, - anon_sym_AT, - ACTIONS(9587), 1, - anon_sym_suspend, + [172974] = 5, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9585), 2, + ACTIONS(7399), 2, + anon_sym_in, + anon_sym_out, + ACTIONS(9578), 3, + anon_sym_AT, anon_sym_LPAREN, sym__backtick_identifier, - STATE(7848), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(7219), 3, - sym__type_modifier, - sym_annotation, - aux_sym_type_modifiers_repeat1, - ACTIONS(9580), 9, + STATE(7211), 3, + sym__type_projection_modifier, + sym_variance_modifier, + aux_sym_type_projection_modifiers_repeat1, + ACTIONS(9576), 10, anon_sym_get, anon_sym_set, anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173045] = 5, - ACTIONS(9590), 1, + [173005] = 5, + ACTIONS(9580), 1, anon_sym_DOT, - STATE(7222), 1, + STATE(7217), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4195), 3, + ACTIONS(4188), 3, anon_sym_AT, anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(4193), 13, + ACTIONS(4186), 13, anon_sym_get, anon_sym_set, anon_sym_dynamic, @@ -627487,19 +627072,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173076] = 5, - ACTIONS(9592), 1, - anon_sym_DOT, - STATE(7221), 1, - aux_sym_user_type_repeat1, + [173036] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4168), 3, + ACTIONS(4271), 4, anon_sym_AT, anon_sym_LPAREN, + anon_sym_DOT, sym__backtick_identifier, - ACTIONS(4166), 13, + ACTIONS(4269), 13, anon_sym_get, anon_sym_set, anon_sym_dynamic, @@ -627513,19 +627095,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173107] = 5, - ACTIONS(9590), 1, - anon_sym_DOT, - STATE(7221), 1, - aux_sym_user_type_repeat1, + [173062] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 3, + ACTIONS(4279), 4, anon_sym_AT, anon_sym_LPAREN, + anon_sym_DOT, sym__backtick_identifier, - ACTIONS(4153), 13, + ACTIONS(4277), 13, anon_sym_get, anon_sym_set, anon_sym_dynamic, @@ -627539,26 +627118,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173138] = 7, - ACTIONS(9336), 1, - anon_sym_AT, - ACTIONS(9597), 1, + [173088] = 10, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, + ACTIONS(9583), 1, + anon_sym_RBRACK, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6584), 1, + sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7845), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(9063), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - STATE(7212), 3, - sym_parameter_modifier, - sym_annotation, - aux_sym_parameter_modifiers_repeat1, - ACTIONS(9595), 8, + STATE(7244), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627566,30 +627148,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [173128] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - [173173] = 10, - ACTIONS(8672), 1, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9585), 1, + anon_sym_RBRACK, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6584), 1, + sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(7244), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [173168] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(3016), 1, - sym_type_constraint, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9878), 1, + STATE(8480), 1, + sym_type_constraint, + STATE(9788), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7352), 2, + STATE(7303), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627597,29 +627208,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [173213] = 10, - ACTIONS(8672), 1, + [173208] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(5833), 1, - sym_type_constraint, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9795), 1, + STATE(8440), 1, + sym_type_constraint, + STATE(9488), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7356), 2, + STATE(7330), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627627,29 +627238,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [173253] = 10, - ACTIONS(8672), 1, + [173248] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9599), 1, + ACTIONS(9587), 1, anon_sym_RBRACK, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, + STATE(7244), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627657,29 +627268,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [173293] = 10, - ACTIONS(8672), 1, + [173288] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9601), 1, - anon_sym_RBRACK, - STATE(6224), 1, + ACTIONS(9390), 1, + anon_sym_AT, + STATE(5003), 1, + sym_type_constraint, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(9478), 1, sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7307), 1, - sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + STATE(7318), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627687,21 +627298,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [173333] = 4, - ACTIONS(9046), 1, - anon_sym_COLON, + [173328] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 5, + ACTIONS(4188), 4, anon_sym_AT, anon_sym_LPAREN, - anon_sym_LT, anon_sym_DOT, sym__backtick_identifier, - ACTIONS(4004), 11, + ACTIONS(4186), 13, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, @@ -627711,54 +627321,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [173361] = 5, - ACTIONS(9603), 1, - anon_sym_LPAREN, - STATE(7350), 1, - sym_value_arguments, + [173354] = 10, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9589), 1, + anon_sym_RBRACK, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6584), 1, + sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7089), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(7087), 13, + STATE(7244), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, + [173394] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - [173391] = 10, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9606), 1, + ACTIONS(9591), 1, anon_sym_RBRACK, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + STATE(7244), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [173434] = 10, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9390), 1, + anon_sym_AT, + STATE(5833), 1, + sym_type_constraint, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9788), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(7303), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [173474] = 10, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9390), 1, + anon_sym_AT, + STATE(3054), 1, + sym_type_constraint, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9897), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(7278), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627766,29 +627441,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [173431] = 10, - ACTIONS(8672), 1, + [173514] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(3172), 1, + STATE(5833), 1, sym_type_constraint, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9861), 1, + STATE(9710), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7347), 2, + STATE(7298), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627796,29 +627471,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [173471] = 10, - ACTIONS(8672), 1, + [173554] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9608), 1, + ACTIONS(9593), 1, anon_sym_RBRACK, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, + STATE(7244), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627826,29 +627501,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [173511] = 10, - ACTIONS(8672), 1, + [173594] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9610), 1, + ACTIONS(9595), 1, anon_sym_RBRACK, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, + STATE(7244), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627856,29 +627531,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [173551] = 10, - ACTIONS(8672), 1, + [173634] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9612), 1, + ACTIONS(9597), 1, anon_sym_RBRACK, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, + STATE(7244), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627886,29 +627561,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [173591] = 10, - ACTIONS(8672), 1, + [173674] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(864), 1, + STATE(3284), 1, sym_type_constraint, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9902), 1, + STATE(9879), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7332), 2, + STATE(7290), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627916,29 +627591,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [173631] = 10, - ACTIONS(8672), 1, + [173714] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9614), 1, - anon_sym_RBRACK, - STATE(6224), 1, + ACTIONS(9390), 1, + anon_sym_AT, + STATE(3399), 1, + sym_type_constraint, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(9814), 1, sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7307), 1, - sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + STATE(7350), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627946,29 +627621,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [173671] = 10, - ACTIONS(8672), 1, + [173754] = 4, + ACTIONS(9026), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3981), 5, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(3976), 11, + anon_sym_get, + anon_sym_set, + anon_sym_in, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_out, + sym_reification_modifier, + anon_sym_expect, + anon_sym_actual, sym__alpha_identifier, - ACTIONS(8702), 1, + [173782] = 10, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9616), 1, + ACTIONS(9599), 1, anon_sym_RBRACK, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, + STATE(7244), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -627976,29 +627675,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [173711] = 10, - ACTIONS(8672), 1, + [173822] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9618), 1, + ACTIONS(9601), 1, anon_sym_RBRACK, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, + STATE(7244), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628006,29 +627705,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [173751] = 10, - ACTIONS(8672), 1, + [173862] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4275), 4, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(4273), 13, + anon_sym_get, + anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, sym__alpha_identifier, - ACTIONS(8702), 1, + [173888] = 10, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9620), 1, + ACTIONS(9603), 1, anon_sym_RBRACK, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, + STATE(7244), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628036,29 +627758,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [173791] = 10, - ACTIONS(8672), 1, + [173928] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(3089), 1, + STATE(5820), 1, sym_type_constraint, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9878), 1, + STATE(9710), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7352), 2, + STATE(7298), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628066,29 +627788,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [173831] = 10, - ACTIONS(8672), 1, + [173968] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(5016), 1, + STATE(3086), 1, sym_type_constraint, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9508), 1, + STATE(9897), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7292), 2, + STATE(7278), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628096,29 +627818,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [173871] = 10, - ACTIONS(8672), 1, + [174008] = 10, + ACTIONS(9605), 1, sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9622), 1, + ACTIONS(9608), 1, anon_sym_RBRACK, - STATE(6224), 1, + ACTIONS(9613), 1, + sym__backtick_identifier, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, + STATE(7244), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(9610), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628126,59 +627848,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [173911] = 10, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9624), 1, - anon_sym_RBRACK, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, - sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7307), 1, - sym_user_type, + [174048] = 5, + ACTIONS(9616), 1, + anon_sym_LT, + STATE(7570), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(4171), 4, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(4169), 11, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [173951] = 10, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [174078] = 10, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(5133), 1, + STATE(3166), 1, sym_type_constraint, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9714), 1, + STATE(9879), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7293), 2, + STATE(7290), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628186,29 +627903,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [173991] = 10, - ACTIONS(8672), 1, + [174118] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(5811), 1, + STATE(3661), 1, sym_type_constraint, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9548), 1, + STATE(9674), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7296), 2, + STATE(7328), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628216,75 +627933,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174031] = 3, + [174158] = 10, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9618), 1, + anon_sym_RBRACK, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6584), 1, + sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4337), 4, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(4335), 13, + STATE(7244), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, + [174198] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - [174057] = 3, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9620), 1, + anon_sym_RBRACK, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6584), 1, + sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4315), 4, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(4313), 13, + STATE(7244), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, + [174238] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - [174083] = 10, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9626), 1, + ACTIONS(9622), 1, anon_sym_RBRACK, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, + STATE(7244), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628292,83 +628023,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174123] = 10, - ACTIONS(8672), 1, + [174278] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(5833), 1, + STATE(877), 1, sym_type_constraint, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9648), 1, + STATE(9913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7304), 2, + STATE(7274), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [174163] = 4, - ACTIONS(9046), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4009), 5, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(4004), 11, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_in, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, + [174318] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - [174191] = 10, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9628), 1, + ACTIONS(9624), 1, anon_sym_RBRACK, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, + STATE(7244), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628376,29 +628083,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174231] = 10, - ACTIONS(8672), 1, + [174358] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(5839), 1, + STATE(996), 1, sym_type_constraint, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9648), 1, + STATE(9913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7304), 2, + STATE(7274), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628406,59 +628113,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174271] = 10, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9630), 1, - anon_sym_RBRACK, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, - sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7307), 1, - sym_user_type, + [174398] = 5, + ACTIONS(9626), 1, + anon_sym_LPAREN, + STATE(7305), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(7041), 2, + anon_sym_AT, + sym__backtick_identifier, + ACTIONS(7039), 13, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [174311] = 10, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [174428] = 10, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(4652), 1, + STATE(5208), 1, sym_type_constraint, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9797), 1, + STATE(9779), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7301), 2, + STATE(7337), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628466,29 +628168,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174351] = 10, - ACTIONS(8672), 1, + [174468] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9632), 1, + ACTIONS(9629), 1, anon_sym_RBRACK, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, + STATE(7244), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628496,29 +628198,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174391] = 10, - ACTIONS(8672), 1, + [174508] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(6224), 1, + STATE(3808), 1, + sym_type_constraint, + STATE(5910), 1, sym__lexical_identifier, - STATE(8405), 1, + STATE(9674), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(7328), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [174548] = 10, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9390), 1, + anon_sym_AT, + STATE(5800), 1, sym_type_constraint, - STATE(9493), 1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9488), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7345), 2, + STATE(7330), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628526,29 +628258,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174431] = 10, - ACTIONS(8672), 1, + [174588] = 4, + ACTIONS(9026), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3981), 5, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(3976), 11, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, sym__alpha_identifier, - ACTIONS(8702), 1, + [174616] = 10, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(968), 1, + STATE(4762), 1, sym_type_constraint, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9902), 1, + STATE(9840), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7332), 2, + STATE(7291), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628556,29 +628312,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174471] = 10, - ACTIONS(8672), 1, + [174656] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(3408), 1, + STATE(5800), 1, sym_type_constraint, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9766), 1, + STATE(9649), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7281), 2, + STATE(7288), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628586,29 +628342,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174511] = 10, - ACTIONS(8672), 1, + [174696] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9634), 1, + ACTIONS(9631), 1, anon_sym_RBRACK, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, + STATE(7244), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628616,29 +628372,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174551] = 10, - ACTIONS(8672), 1, + [174736] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9636), 1, - anon_sym_RBRACK, - STATE(6224), 1, + ACTIONS(9390), 1, + anon_sym_AT, + STATE(3631), 1, + sym_type_constraint, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(9814), 1, sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7307), 1, - sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + STATE(7350), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628646,29 +628402,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174591] = 10, - ACTIONS(8672), 1, + [174776] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(4845), 1, + STATE(4648), 1, sym_type_constraint, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9797), 1, + STATE(9840), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7301), 2, + STATE(7291), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628676,29 +628432,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174631] = 10, - ACTIONS(8672), 1, + [174816] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9638), 1, + ACTIONS(9633), 1, anon_sym_RBRACK, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, + STATE(7244), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628706,52 +628462,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174671] = 3, + [174856] = 10, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9390), 1, + anon_sym_AT, + STATE(5210), 1, + sym_type_constraint, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9478), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4319), 4, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(4317), 13, + STATE(7318), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, + [174896] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - [174697] = 10, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9640), 1, + ACTIONS(9635), 1, anon_sym_RBRACK, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, + STATE(7244), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628759,29 +628522,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174737] = 10, - ACTIONS(8672), 1, + [174936] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - STATE(4988), 1, - sym_type_constraint, - STATE(6224), 1, + ACTIONS(9637), 1, + anon_sym_RBRACK, + STATE(5910), 1, sym__lexical_identifier, - STATE(9714), 1, + STATE(6584), 1, sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7293), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8682), 7, + STATE(7244), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628789,54 +628552,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174777] = 5, - ACTIONS(9642), 1, - anon_sym_LT, - STATE(7506), 1, - sym_type_arguments, + [174976] = 10, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9639), 1, + anon_sym_RBRACK, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6584), 1, + sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 4, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(4128), 11, + STATE(7244), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, + [175016] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - [174807] = 10, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - STATE(5197), 1, - sym_type_constraint, - STATE(6224), 1, + ACTIONS(9641), 1, + anon_sym_RBRACK, + STATE(5910), 1, sym__lexical_identifier, - STATE(9508), 1, + STATE(6584), 1, sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7292), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8682), 7, + STATE(7244), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628844,29 +628612,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174847] = 10, - ACTIONS(8672), 1, + [175056] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - STATE(3623), 1, - sym_type_constraint, - STATE(6224), 1, + ACTIONS(9643), 1, + anon_sym_RBRACK, + STATE(5910), 1, sym__lexical_identifier, - STATE(9679), 1, + STATE(6584), 1, sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7334), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8682), 7, + STATE(7244), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628874,29 +628642,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174887] = 10, - ACTIONS(8672), 1, + [175096] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(3618), 1, + STATE(5052), 1, sym_type_constraint, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9766), 1, + STATE(9779), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7281), 2, + STATE(7337), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628904,29 +628672,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174927] = 10, - ACTIONS(8672), 1, + [175136] = 10, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(5812), 1, + STATE(5803), 1, sym_type_constraint, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9548), 1, + STATE(9649), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7296), 2, + STATE(7288), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628934,29 +628702,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [174967] = 10, - ACTIONS(8672), 1, + [175176] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8533), 1, - sym_type_constraint, - STATE(9795), 1, + STATE(9915), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7356), 2, + STATE(7631), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -628964,59 +628730,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [175007] = 10, - ACTIONS(8672), 1, + [175213] = 10, + ACTIONS(9472), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9480), 1, sym__backtick_identifier, - ACTIONS(9644), 1, - anon_sym_RBRACK, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, + ACTIONS(9645), 1, + anon_sym_LBRACK, + STATE(7245), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(7301), 1, + sym__lexical_identifier, + STATE(7319), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7429), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, + STATE(7848), 2, sym_constructor_invocation, sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(9478), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [175252] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4964), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(4962), 13, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [175047] = 10, - ACTIONS(9646), 1, sym__alpha_identifier, - ACTIONS(9649), 1, - anon_sym_RBRACK, - ACTIONS(9654), 1, + [175277] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, + STATE(7252), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(9651), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629024,29 +628809,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [175087] = 10, - ACTIONS(8672), 1, + [175314] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9657), 1, - anon_sym_RBRACK, - STATE(6224), 1, + ACTIONS(9390), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(9899), 1, sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7307), 1, - sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + STATE(7631), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629054,29 +628837,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [175127] = 10, - ACTIONS(8672), 1, + [175351] = 10, + ACTIONS(9434), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9442), 1, sym__backtick_identifier, - ACTIONS(9659), 1, - anon_sym_RBRACK, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, + ACTIONS(9647), 1, + anon_sym_LBRACK, + STATE(7198), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(7208), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7210), 1, + sym__lexical_identifier, + STATE(7254), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7273), 3, + STATE(7289), 2, sym_constructor_invocation, sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(9440), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629084,29 +628866,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [175167] = 10, - ACTIONS(8672), 1, + [175390] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - STATE(3283), 1, - sym_type_constraint, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9861), 1, + STATE(6584), 1, sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7347), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8682), 7, + STATE(7250), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629114,29 +628894,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [175207] = 10, - ACTIONS(8672), 1, + [175427] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - STATE(3763), 1, - sym_type_constraint, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9679), 1, + STATE(6584), 1, sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7334), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8682), 7, + STATE(7269), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629144,46 +628922,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [175247] = 10, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - STATE(5811), 1, - sym_type_constraint, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9493), 1, - sym_simple_identifier, + [175464] = 5, + ACTIONS(9649), 1, + anon_sym_LPAREN, + STATE(7166), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7345), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(7041), 3, + anon_sym_AT, + anon_sym_RBRACK, + sym__backtick_identifier, + ACTIONS(7039), 11, anon_sym_get, anon_sym_set, + anon_sym_in, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, - [175287] = 3, + sym__alpha_identifier, + [175493] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4168), 4, + ACTIONS(7161), 3, anon_sym_AT, anon_sym_LPAREN, - anon_sym_DOT, sym__backtick_identifier, - ACTIONS(4166), 13, + ACTIONS(7159), 13, anon_sym_get, anon_sym_set, anon_sym_dynamic, @@ -629197,27 +628968,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175313] = 9, - ACTIONS(8672), 1, + [175518] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7272), 3, + STATE(7267), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629225,27 +628996,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [175350] = 9, - ACTIONS(8672), 1, + [175555] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6584), 1, + sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(7262), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [175592] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9390), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9773), 1, + STATE(9758), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7613), 2, + STATE(7631), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629253,55 +629052,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [175387] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, - sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7307), 1, - sym_user_type, + [175629] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7236), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(7199), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(7197), 13, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [175424] = 9, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [175654] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9480), 1, + STATE(9658), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7613), 2, + STATE(7631), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629309,15 +629102,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [175461] = 3, + [175691] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7173), 3, + ACTIONS(7183), 3, anon_sym_AT, anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(7171), 13, + ACTIONS(7181), 13, anon_sym_get, anon_sym_set, anon_sym_dynamic, @@ -629331,27 +629124,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175486] = 9, - ACTIONS(8672), 1, + [175716] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + ACTIONS(9390), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(9885), 1, sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7307), 1, - sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7227), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + STATE(7631), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629359,28 +629152,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [175523] = 10, - ACTIONS(9208), 1, + [175753] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9661), 1, - anon_sym_LBRACK, - STATE(8325), 1, - sym_simple_identifier, - STATE(8333), 1, + ACTIONS(9390), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(8452), 1, - sym__simple_user_type, - STATE(8743), 1, - sym_user_type, + STATE(9860), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9121), 2, - sym_constructor_invocation, - sym__unescaped_annotation, - ACTIONS(9210), 7, + STATE(7631), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629388,27 +629180,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [175562] = 9, - ACTIONS(8672), 1, + [175790] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7239), 3, + STATE(7238), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629416,72 +629208,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [175599] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(10151), 1, - sym_simple_identifier, + [175827] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7613), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(4972), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(4970), 13, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [175636] = 10, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9663), 1, - anon_sym_LBRACK, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, - sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7307), 1, - sym_user_type, + [175852] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7608), 2, - sym_constructor_invocation, - sym__unescaped_annotation, - ACTIONS(8682), 7, + ACTIONS(7174), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(7172), 13, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [175675] = 3, + sym__alpha_identifier, + [175877] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5185), 3, + ACTIONS(7149), 3, anon_sym_AT, anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(5183), 13, + ACTIONS(7147), 13, anon_sym_get, anon_sym_set, anon_sym_dynamic, @@ -629495,27 +629274,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175700] = 9, - ACTIONS(8672), 1, + [175902] = 10, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - STATE(6224), 1, + ACTIONS(9651), 1, + anon_sym_LBRACK, + STATE(8318), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(8324), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(8420), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(8672), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7232), 3, + STATE(9120), 2, + sym_constructor_invocation, + sym__unescaped_annotation, + ACTIONS(9234), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [175941] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6584), 1, + sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(7228), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629523,27 +629331,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [175737] = 9, - ACTIONS(8672), 1, + [175978] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9564), 1, + STATE(9719), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7613), 2, + STATE(7631), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629551,27 +629359,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [175774] = 9, - ACTIONS(8672), 1, + [176015] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9722), 1, + STATE(9773), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7613), 2, + STATE(7314), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629579,28 +629387,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [175811] = 10, - ACTIONS(8672), 1, + [176052] = 10, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9663), 1, + ACTIONS(9653), 1, anon_sym_LBRACK, - STATE(6224), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(8307), 1, sym__simple_user_type, - STATE(7888), 1, + STATE(8958), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7608), 2, + STATE(9393), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(8682), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629608,27 +629416,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [175850] = 9, - ACTIONS(8672), 1, + [176091] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3981), 5, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(3976), 11, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, + anon_sym_expect, + anon_sym_actual, sym__alpha_identifier, - ACTIONS(8702), 1, + [176116] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7262), 3, + STATE(7234), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629636,27 +629466,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [175887] = 9, - ACTIONS(8672), 1, + [176153] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9560), 1, + STATE(9632), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7613), 2, + STATE(7631), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629664,21 +629494,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [175924] = 5, - ACTIONS(9665), 1, - anon_sym_DOT, - STATE(7338), 1, - aux_sym_user_type_repeat1, + [176190] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 3, + ACTIONS(4980), 3, anon_sym_AT, anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(4153), 11, + ACTIONS(4978), 13, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, @@ -629688,56 +629516,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [175953] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, - sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7307), 1, - sym_user_type, + [176215] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7238), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(5062), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(5060), 13, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [175990] = 10, - ACTIONS(9434), 1, sym__alpha_identifier, - ACTIONS(9442), 1, + [176240] = 10, + ACTIONS(9446), 1, + sym__alpha_identifier, + ACTIONS(9454), 1, sym__backtick_identifier, - ACTIONS(9667), 1, + ACTIONS(9655), 1, anon_sym_LBRACK, - STATE(5660), 1, - sym__lexical_identifier, - STATE(5684), 1, + STATE(7338), 1, sym_simple_identifier, - STATE(5692), 1, + STATE(7470), 1, + sym__lexical_identifier, + STATE(7557), 1, sym__simple_user_type, - STATE(5705), 1, + STATE(7798), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5728), 2, + STATE(7857), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(9440), 7, + ACTIONS(9452), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629745,28 +629567,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [176029] = 10, - ACTIONS(9484), 1, + [176279] = 10, + ACTIONS(9190), 1, sym__alpha_identifier, - ACTIONS(9492), 1, + ACTIONS(9198), 1, sym__backtick_identifier, - ACTIONS(9669), 1, + ACTIONS(9657), 1, anon_sym_LBRACK, - STATE(7150), 1, + STATE(5600), 1, sym_simple_identifier, - STATE(7215), 1, + STATE(5601), 1, sym__lexical_identifier, - STATE(7220), 1, + STATE(5650), 1, sym__simple_user_type, - STATE(7229), 1, + STATE(5723), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7326), 2, + STATE(5794), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(9490), 7, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629774,27 +629596,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [176068] = 9, - ACTIONS(8672), 1, + [176318] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9820), 1, + STATE(9866), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7613), 2, + STATE(7631), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629802,27 +629624,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [176105] = 9, - ACTIONS(8672), 1, + [176355] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9475), 1, + STATE(6584), 1, sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7613), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8682), 7, + STATE(7248), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629830,55 +629652,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [176142] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, - sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7307), 1, - sym_user_type, + [176392] = 5, + ACTIONS(9659), 1, + anon_sym_DOT, + STATE(7310), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7226), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(4188), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(4186), 11, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [176179] = 9, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [176421] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9652), 1, + STATE(6584), 1, sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7613), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8682), 7, + STATE(7270), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629886,27 +629704,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [176216] = 9, - ACTIONS(8672), 1, + [176458] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(10148), 1, + STATE(9513), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7288), 2, + STATE(7315), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629914,79 +629732,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [176253] = 9, - ACTIONS(8672), 1, + [176495] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + ACTIONS(9390), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(9994), 1, sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7307), 1, - sym_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(7233), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [176290] = 5, - ACTIONS(9671), 1, - anon_sym_LPAREN, - STATE(7182), 1, - sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7089), 3, - anon_sym_AT, - anon_sym_RBRACK, - sym__backtick_identifier, - ACTIONS(7087), 11, + STATE(7308), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_in, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [176319] = 9, - ACTIONS(8672), 1, + anon_sym_actual, + [176532] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9474), 1, + STATE(9776), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7302), 2, + STATE(7631), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -629994,27 +629788,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [176356] = 9, - ACTIONS(8672), 1, + [176569] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + ACTIONS(9390), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(9512), 1, sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7307), 1, - sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7234), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + STATE(7631), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630022,51 +629816,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [176393] = 9, - ACTIONS(8672), 1, + [176606] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7251), 3, + STATE(7265), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [176430] = 6, - ACTIONS(9679), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9676), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(9681), 2, - anon_sym_dynamic, - anon_sym_suspend, - ACTIONS(9683), 3, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - ACTIONS(9673), 8, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630074,28 +629844,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [176643] = 10, + ACTIONS(9240), 1, sym__alpha_identifier, - [176461] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9246), 1, sym__backtick_identifier, - STATE(6224), 1, + ACTIONS(9662), 1, + anon_sym_LBRACK, + STATE(5676), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(5780), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(5807), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(5831), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7274), 3, + STATE(5852), 2, sym_constructor_invocation, sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(9244), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630103,27 +629873,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [176498] = 9, - ACTIONS(8672), 1, + [176682] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + ACTIONS(9390), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(9529), 1, sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7307), 1, - sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7253), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + STATE(7631), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630131,17 +629901,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [176535] = 3, + [176719] = 5, + ACTIONS(9664), 1, + anon_sym_DOT, + STATE(7341), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 5, + ACTIONS(4195), 3, anon_sym_AT, anon_sym_LPAREN, - anon_sym_LT, - anon_sym_DOT, sym__backtick_identifier, - ACTIONS(4004), 11, + ACTIONS(4193), 11, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630153,15 +629925,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176560] = 3, + [176748] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5161), 3, + ACTIONS(5024), 3, anon_sym_AT, anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(5159), 13, + ACTIONS(5022), 13, anon_sym_get, anon_sym_set, anon_sym_dynamic, @@ -630175,27 +629947,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [176585] = 9, - ACTIONS(8672), 1, + [176773] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7259), 3, + STATE(7271), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630203,28 +629975,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [176622] = 10, - ACTIONS(9386), 1, + [176810] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9398), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9685), 1, - anon_sym_LBRACK, - STATE(3554), 1, - sym_simple_identifier, - STATE(3648), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(3688), 1, + STATE(6584), 1, + sym_simple_identifier, + STATE(6674), 1, sym__simple_user_type, - STATE(3724), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3979), 2, + STATE(7268), 3, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(9394), 7, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630232,27 +630003,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [176661] = 9, - ACTIONS(8672), 1, + [176847] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7275), 3, + STATE(7233), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630260,27 +630031,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [176698] = 9, - ACTIONS(8672), 1, + [176884] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9477), 1, + STATE(9786), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7283), 2, + STATE(7325), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630288,27 +630059,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [176735] = 9, - ACTIONS(8672), 1, + [176921] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + ACTIONS(9390), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(9790), 1, sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7307), 1, - sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7230), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + STATE(7631), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630316,71 +630087,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [176772] = 3, + [176958] = 10, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9666), 1, + anon_sym_LBRACK, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6584), 1, + sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7887), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5165), 3, - anon_sym_AT, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(5163), 13, + STATE(7758), 2, + sym_constructor_invocation, + sym__unescaped_annotation, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, + [176997] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [176797] = 3, + ACTIONS(8698), 1, + sym__backtick_identifier, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6584), 1, + sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7181), 3, - anon_sym_AT, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(7179), 13, + STATE(7256), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, + [177034] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [176822] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + ACTIONS(9390), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(9745), 1, sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7307), 1, - sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7243), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + STATE(7631), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630388,27 +630172,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [176859] = 9, - ACTIONS(8672), 1, + [177071] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7255), 3, + STATE(7220), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630416,27 +630200,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [176896] = 9, - ACTIONS(8672), 1, + [177108] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + ACTIONS(9390), 1, + anon_sym_AT, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(10050), 1, sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7307), 1, - sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7260), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + STATE(7631), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630444,72 +630228,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [176933] = 3, + [177145] = 10, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9666), 1, + anon_sym_LBRACK, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6584), 1, + sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7193), 3, - anon_sym_AT, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(7191), 13, + STATE(7758), 2, + sym_constructor_invocation, + sym__unescaped_annotation, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, + [177184] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [176958] = 3, + ACTIONS(8698), 1, + sym__backtick_identifier, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6584), 1, + sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7189), 3, - anon_sym_AT, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(7187), 13, + STATE(7239), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, + [177221] = 10, + ACTIONS(1724), 1, sym__alpha_identifier, - [176983] = 10, - ACTIONS(9448), 1, - sym__alpha_identifier, - ACTIONS(9456), 1, + ACTIONS(1788), 1, sym__backtick_identifier, - ACTIONS(9687), 1, + ACTIONS(9668), 1, anon_sym_LBRACK, - STATE(7266), 1, + STATE(5357), 1, sym_simple_identifier, - STATE(7314), 1, + STATE(5425), 1, sym__lexical_identifier, - STATE(7333), 1, + STATE(5440), 1, sym__simple_user_type, - STATE(7534), 1, + STATE(5482), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7861), 2, + STATE(5548), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(9454), 7, + ACTIONS(3099), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630517,28 +630314,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [177022] = 10, - ACTIONS(9402), 1, + [177260] = 10, + ACTIONS(9456), 1, sym__alpha_identifier, - ACTIONS(9410), 1, + ACTIONS(9464), 1, sym__backtick_identifier, - ACTIONS(9689), 1, + ACTIONS(9670), 1, anon_sym_LBRACK, - STATE(5826), 1, + STATE(5821), 1, sym_simple_identifier, - STATE(5841), 1, - sym__simple_user_type, - STATE(5842), 1, + STATE(5835), 1, sym__lexical_identifier, - STATE(5863), 1, + STATE(5840), 1, + sym__simple_user_type, + STATE(5876), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6351), 2, + STATE(6308), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(9408), 7, + ACTIONS(9462), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630546,27 +630343,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [177061] = 9, - ACTIONS(8672), 1, + [177299] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7242), 3, + STATE(7249), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630574,27 +630371,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [177098] = 9, - ACTIONS(8672), 1, + [177336] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7248), 3, + STATE(7232), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630602,27 +630399,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [177135] = 9, - ACTIONS(8672), 1, + [177373] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9904), 1, + STATE(9783), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7613), 2, + STATE(7631), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630630,80 +630427,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [177172] = 5, - ACTIONS(9665), 1, - anon_sym_DOT, - STATE(7297), 1, - aux_sym_user_type_repeat1, + [177410] = 5, + ACTIONS(9672), 1, + anon_sym_LT, + STATE(7621), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4195), 3, + ACTIONS(4171), 4, anon_sym_AT, anon_sym_LPAREN, + anon_sym_DOT, sym__backtick_identifier, - ACTIONS(4193), 11, + ACTIONS(4169), 10, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177201] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9683), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(7613), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [177238] = 10, - ACTIONS(9248), 1, + [177439] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9256), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9691), 1, - anon_sym_LBRACK, - STATE(5602), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(5617), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(5653), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(5738), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5775), 2, + STATE(7224), 3, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(9252), 7, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630711,49 +630479,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [177277] = 3, + [177476] = 6, + ACTIONS(9680), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5181), 3, + ACTIONS(9677), 2, anon_sym_AT, - anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(5179), 13, - anon_sym_get, - anon_sym_set, + ACTIONS(9682), 2, anon_sym_dynamic, anon_sym_suspend, - anon_sym_data, - anon_sym_inner, - anon_sym_value, + ACTIONS(9684), 3, anon_sym_vararg, anon_sym_noinline, anon_sym_crossinline, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [177302] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9774), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(7613), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(9674), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630761,19 +630503,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [177339] = 5, - ACTIONS(9693), 1, + sym__alpha_identifier, + [177507] = 5, + ACTIONS(9664), 1, anon_sym_DOT, - STATE(7338), 1, + STATE(7310), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4168), 3, + ACTIONS(4124), 3, anon_sym_AT, anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(4166), 11, + ACTIONS(4122), 11, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630785,70 +630528,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177368] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9771), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(7337), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [177405] = 4, - ACTIONS(9046), 1, - anon_sym_COLON, + [177536] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 5, + ACTIONS(4184), 5, anon_sym_AT, anon_sym_LPAREN, anon_sym_LT, anon_sym_DOT, sym__backtick_identifier, - ACTIONS(4004), 10, - anon_sym_get, - anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [177432] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7145), 3, - anon_sym_AT, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(7143), 13, + ACTIONS(4182), 11, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, @@ -630858,27 +630550,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177457] = 9, - ACTIONS(8672), 1, + [177561] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(6674), 1, sym__simple_user_type, - STATE(7307), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7237), 3, + STATE(7241), 3, sym_constructor_invocation, sym__unescaped_annotation, aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630886,27 +630578,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [177494] = 9, - ACTIONS(8672), 1, + [177598] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9654), 1, + STATE(6584), 1, sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, + STATE(7282), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7613), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8682), 7, + STATE(7221), 3, + sym_constructor_invocation, + sym__unescaped_annotation, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630914,28 +630606,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [177531] = 10, - ACTIONS(9216), 1, + [177635] = 10, + ACTIONS(9354), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(9366), 1, sym__backtick_identifier, - ACTIONS(9696), 1, + ACTIONS(9686), 1, anon_sym_LBRACK, - STATE(5685), 1, - sym__lexical_identifier, - STATE(5686), 1, + STATE(3531), 1, sym_simple_identifier, - STATE(8314), 1, + STATE(3601), 1, sym__simple_user_type, - STATE(8804), 1, + STATE(3697), 1, + sym__lexical_identifier, + STATE(3725), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9412), 2, + STATE(3972), 2, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(9220), 7, + ACTIONS(9362), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -630943,56 +630635,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [177570] = 9, - ACTIONS(8672), 1, + [177674] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9697), 1, + STATE(10145), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7613), 2, + STATE(7631), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [177607] = 10, - ACTIONS(9285), 1, - sym__alpha_identifier, - ACTIONS(9291), 1, - sym__backtick_identifier, - ACTIONS(9698), 1, - anon_sym_LBRACK, - STATE(5682), 1, - sym__lexical_identifier, - STATE(5787), 1, - sym_simple_identifier, - STATE(5813), 1, - sym__simple_user_type, - STATE(5827), 1, - sym_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5876), 2, - sym_constructor_invocation, - sym__unescaped_annotation, - ACTIONS(9289), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631000,27 +630663,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [177646] = 9, - ACTIONS(8672), 1, + [177711] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9868), 1, + STATE(10142), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7613), 2, + STATE(7346), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631028,56 +630691,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [177683] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9695), 1, - sym_simple_identifier, + [177748] = 4, + ACTIONS(9026), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7351), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(3981), 5, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(3976), 10, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [177720] = 10, - ACTIONS(9464), 1, sym__alpha_identifier, - ACTIONS(9472), 1, + [177775] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9700), 1, - anon_sym_LBRACK, - STATE(7357), 1, - sym_simple_identifier, - STATE(7388), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7566), 1, + STATE(6584), 1, + sym_simple_identifier, + STATE(6674), 1, sym__simple_user_type, - STATE(7828), 1, + STATE(7282), 1, sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7840), 2, + STATE(7227), 3, sym_constructor_invocation, sym__unescaped_annotation, - ACTIONS(9470), 7, + aux_sym_file_annotation_repeat1, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631085,49 +630742,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [177759] = 3, + [177812] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9390), 1, + anon_sym_AT, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9822), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5189), 3, - anon_sym_AT, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(5187), 13, + STATE(7631), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, + [177849] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [177784] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9420), 1, + ACTIONS(9390), 1, anon_sym_AT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9694), 1, + STATE(9762), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7613), 2, + STATE(7286), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, + STATE(7732), 2, sym__single_annotation, sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631135,27 +630798,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [177821] = 9, - ACTIONS(8672), 1, + [177886] = 10, + ACTIONS(9418), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9426), 1, sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - STATE(6224), 1, + ACTIONS(9688), 1, + anon_sym_LBRACK, + STATE(5660), 1, sym__lexical_identifier, - STATE(9886), 1, + STATE(5682), 1, sym_simple_identifier, + STATE(5686), 1, + sym__simple_user_type, + STATE(5707), 1, + sym_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7613), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8682), 7, + STATE(5727), 2, + sym_constructor_invocation, + sym__unescaped_annotation, + ACTIONS(9424), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631163,49 +630827,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [177858] = 3, + [177925] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9690), 1, + anon_sym_LPAREN, + STATE(2895), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 5, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_LT, + ACTIONS(4171), 3, anon_sym_DOT, + sym__quest, sym__backtick_identifier, - ACTIONS(4179), 11, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [177883] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6590), 1, - sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, - STATE(7307), 1, - sym_user_type, + [177957] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9692), 1, + anon_sym_LPAREN, + STATE(3414), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7264), 3, - sym_constructor_invocation, - sym__unescaped_annotation, - aux_sym_file_annotation_repeat1, - ACTIONS(8682), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631213,28 +630876,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [177920] = 10, - ACTIONS(1724), 1, sym__alpha_identifier, - ACTIONS(1788), 1, + [177989] = 9, + ACTIONS(387), 1, + sym__alpha_identifier, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9702), 1, - anon_sym_LBRACK, - STATE(5340), 1, - sym_simple_identifier, - STATE(5443), 1, - sym__simple_user_type, - STATE(5458), 1, + ACTIONS(9694), 1, + anon_sym_LPAREN, + ACTIONS(9696), 1, + anon_sym_DOT, + STATE(823), 1, sym__lexical_identifier, - STATE(5501), 1, - sym_user_type, + STATE(913), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5535), 2, - sym_constructor_invocation, - sym__unescaped_annotation, - ACTIONS(3092), 7, + STATE(450), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631242,27 +630904,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [177959] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9734), 1, - sym_simple_identifier, + [178025] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9690), 1, + anon_sym_LPAREN, + STATE(3346), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7613), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8682), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631270,51 +630928,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [177996] = 5, - ACTIONS(9704), 1, + sym__alpha_identifier, + [178057] = 7, + ACTIONS(6538), 1, anon_sym_LT, - STATE(7653), 1, + ACTIONS(9690), 1, + anon_sym_LPAREN, + STATE(3347), 1, + sym_function_value_parameters, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 4, - anon_sym_AT, - anon_sym_LPAREN, + ACTIONS(4171), 3, anon_sym_DOT, + sym__quest, sym__backtick_identifier, - ACTIONS(4128), 10, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178025] = 9, - ACTIONS(8672), 1, + [178089] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9420), 1, - anon_sym_AT, - STATE(6224), 1, + ACTIONS(9698), 1, + anon_sym_LPAREN, + ACTIONS(9700), 1, + anon_sym_DOT, + STATE(2933), 1, sym__lexical_identifier, - STATE(9591), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7343), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(8682), 7, + STATE(2457), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631322,26 +630981,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [178062] = 9, - ACTIONS(387), 1, + [178125] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9400), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(823), 1, + ACTIONS(9702), 1, + anon_sym_DOT, + STATE(2933), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(3239), 1, sym_simple_identifier, - STATE(884), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(972), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(1664), 7, + STATE(2324), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631349,44 +631008,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [178098] = 3, + [178161] = 9, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(9704), 1, + anon_sym_LPAREN, + ACTIONS(9706), 1, + anon_sym_DOT, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3602), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4319), 4, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(4317), 11, + STATE(2656), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, + [178197] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - [178122] = 9, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, ACTIONS(9708), 1, anon_sym_DOT, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2346), 2, + STATE(2387), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1652), 7, @@ -631397,26 +631062,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [178158] = 9, - ACTIONS(9248), 1, + [178233] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9256), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9430), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(5602), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(5617), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(5653), 1, + STATE(8283), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5831), 2, + STATE(10137), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(9252), 7, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [178269] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9692), 1, + anon_sym_LPAREN, + STATE(4045), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631424,23 +631113,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [178194] = 9, - ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(553), 1, + [178301] = 9, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, ACTIONS(9710), 1, anon_sym_DOT, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2335), 2, + STATE(2639), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1652), 7, @@ -631451,26 +631141,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [178230] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9428), 1, + [178337] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7893), 1, - sym_simple_identifier, - STATE(8293), 1, - sym__simple_user_type, + STATE(2822), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8292), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631478,26 +631165,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [178266] = 9, - ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(9712), 1, - anon_sym_LPAREN, + [178369] = 7, + ACTIONS(6538), 1, + anon_sym_LT, ACTIONS(9714), 1, - anon_sym_DOT, - STATE(823), 1, - sym__lexical_identifier, - STATE(866), 1, - sym_simple_identifier, + anon_sym_LPAREN, + STATE(4621), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(591), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631505,23 +631190,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [178302] = 9, - ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(111), 1, + [178401] = 9, + ACTIONS(473), 1, + sym__alpha_identifier, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9432), 1, + ACTIONS(9444), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(4683), 1, + STATE(2805), 1, sym_simple_identifier, - STATE(4897), 1, + STATE(2959), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5005), 2, + STATE(3045), 2, sym_user_type, sym_parenthesized_user_type, ACTIONS(1920), 7, @@ -631532,23 +631218,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [178338] = 9, + [178437] = 9, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, ACTIONS(9716), 1, anon_sym_DOT, STATE(823), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(593), 2, + STATE(616), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1664), 7, @@ -631559,53 +631245,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [178374] = 9, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(9712), 1, - anon_sym_LPAREN, + [178473] = 5, ACTIONS(9718), 1, anon_sym_DOT, - STATE(823), 1, - sym__lexical_identifier, - STATE(866), 1, - sym_simple_identifier, + STATE(7369), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(569), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(4188), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(4186), 10, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [178410] = 9, - ACTIONS(211), 1, sym__alpha_identifier, - ACTIONS(293), 1, + [178501] = 9, + ACTIONS(387), 1, + sym__alpha_identifier, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9458), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - STATE(4534), 1, + ACTIONS(9721), 1, + anon_sym_DOT, + STATE(823), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(913), 1, sym_simple_identifier, - STATE(4616), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4674), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(1842), 7, + STATE(444), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631613,53 +631295,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [178446] = 9, - ACTIONS(9232), 1, + [178537] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9446), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(4544), 1, - sym_simple_identifier, - STATE(4545), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(4633), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(4945), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(9236), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [178482] = 9, - ACTIONS(9232), 1, - sym__alpha_identifier, - ACTIONS(9240), 1, - sym__backtick_identifier, - ACTIONS(9446), 1, - anon_sym_LPAREN, - STATE(4544), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(4545), 1, - sym__lexical_identifier, - STATE(4633), 1, + STATE(8283), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4946), 2, + STATE(9952), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(9236), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631667,23 +631322,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [178518] = 7, - ACTIONS(6552), 1, + [178573] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9720), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(5306), 1, + STATE(4050), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631692,26 +631347,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178550] = 9, - ACTIONS(115), 1, + [178605] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - ACTIONS(9724), 1, + ACTIONS(9723), 1, anon_sym_DOT, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2661), 2, + STATE(2719), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631719,26 +631374,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [178586] = 9, - ACTIONS(8672), 1, + [178641] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(6224), 1, + ACTIONS(9725), 1, + anon_sym_DOT, + STATE(3327), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(3602), 1, sym_simple_identifier, - STATE(8293), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9467), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(8682), 7, + STATE(2643), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631746,49 +631401,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [178622] = 5, - ACTIONS(9726), 1, - anon_sym_DOT, - STATE(7375), 1, - aux_sym_user_type_repeat1, + [178677] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9692), 1, + anon_sym_LPAREN, + STATE(4134), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4168), 3, - anon_sym_AT, - anon_sym_LPAREN, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, sym__backtick_identifier, - ACTIONS(4166), 10, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178650] = 9, - ACTIONS(9232), 1, + [178709] = 9, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9446), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - STATE(4544), 1, - sym_simple_identifier, - STATE(4545), 1, + ACTIONS(9727), 1, + anon_sym_DOT, + STATE(823), 1, sym__lexical_identifier, - STATE(4633), 1, - sym__simple_user_type, + STATE(913), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4935), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(9236), 7, + STATE(432), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631796,23 +631453,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [178686] = 7, - ACTIONS(6552), 1, + [178745] = 7, + ACTIONS(6538), 1, anon_sym_LT, ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(3358), 1, + STATE(4680), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631821,50 +631478,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178718] = 9, - ACTIONS(387), 1, + [178777] = 9, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9444), 1, anon_sym_LPAREN, - ACTIONS(9731), 1, - anon_sym_DOT, - STATE(823), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(2805), 1, sym_simple_identifier, + STATE(2959), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(588), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [178754] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9720), 1, - anon_sym_LPAREN, - STATE(5310), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(2998), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631872,24 +631505,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [178786] = 7, - ACTIONS(6552), 1, + [178813] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9720), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(4687), 1, + STATE(4043), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631898,26 +631530,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [178818] = 9, - ACTIONS(8672), 1, + [178845] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(6224), 1, + ACTIONS(9731), 1, + anon_sym_DOT, + STATE(3327), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(3602), 1, sym_simple_identifier, - STATE(8293), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9618), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(8682), 7, + STATE(2605), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631925,23 +631557,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [178854] = 9, + [178881] = 9, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, ACTIONS(9733), 1, anon_sym_DOT, STATE(823), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(581), 2, + STATE(435), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1664), 7, @@ -631952,23 +631584,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [178890] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9720), 1, + [178917] = 8, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9491), 1, anon_sym_LPAREN, - STATE(5313), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + STATE(5910), 1, + sym__lexical_identifier, + STATE(8478), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(9439), 3, + sym_variable_declaration, + sym_multi_variable_declaration, + sym__lambda_parameter, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -631976,24 +631610,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [178951] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - [178922] = 9, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, ACTIONS(9735), 1, anon_sym_DOT, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2646), 2, + STATE(2666), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1652), 7, @@ -632004,26 +631637,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [178958] = 9, - ACTIONS(8672), 1, + [178987] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9729), 1, + anon_sym_LPAREN, + STATE(5378), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, sym__alpha_identifier, - ACTIONS(8702), 1, + [179019] = 9, + ACTIONS(387), 1, + sym__alpha_identifier, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9396), 1, anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7893), 1, + STATE(820), 1, sym_simple_identifier, - STATE(8293), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(890), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9796), 2, + STATE(999), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632031,26 +631689,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [178994] = 9, - ACTIONS(387), 1, + [179055] = 9, + ACTIONS(9190), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(9198), 1, sym__backtick_identifier, - ACTIONS(9712), 1, - anon_sym_LPAREN, ACTIONS(9737), 1, + anon_sym_LPAREN, + ACTIONS(9739), 1, anon_sym_DOT, - STATE(823), 1, + STATE(5601), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(5828), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(584), 2, + STATE(5479), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632058,26 +631716,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179030] = 9, - ACTIONS(9208), 1, + [179091] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(8325), 1, - sym_simple_identifier, - STATE(8333), 1, + ACTIONS(9741), 1, + anon_sym_DOT, + STATE(3327), 1, sym__lexical_identifier, - STATE(8452), 1, - sym__simple_user_type, + STATE(3602), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8292), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(9210), 7, + STATE(2713), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632085,47 +631743,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179066] = 3, + [179127] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9743), 1, + anon_sym_LPAREN, + STATE(6556), 1, + sym_type_arguments, + STATE(8347), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 5, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_LT, + ACTIONS(4171), 3, anon_sym_DOT, + sym__quest, sym__backtick_identifier, - ACTIONS(4004), 10, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [179090] = 9, - ACTIONS(473), 1, + [179159] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - ACTIONS(9739), 1, - anon_sym_DOT, - STATE(3332), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(8283), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2417), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + STATE(9923), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632133,26 +631795,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179126] = 9, + [179195] = 9, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9444), 1, anon_sym_LPAREN, - ACTIONS(9741), 1, - anon_sym_DOT, - STATE(3332), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(2805), 1, sym_simple_identifier, + STATE(2959), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2602), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + STATE(3023), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632160,26 +631822,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179162] = 9, - ACTIONS(115), 1, + [179231] = 9, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - ACTIONS(9743), 1, + ACTIONS(9745), 1, anon_sym_DOT, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2319), 2, + STATE(427), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632187,23 +631849,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179198] = 7, - ACTIONS(6552), 1, + [179267] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9720), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(4869), 1, + STATE(3377), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632212,26 +631874,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [179230] = 9, - ACTIONS(9208), 1, + [179299] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(8325), 1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7952), 1, sym_simple_identifier, - STATE(8333), 1, + STATE(8283), 1, + sym__simple_user_type, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(9989), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [179335] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9388), 1, + anon_sym_LPAREN, + STATE(5910), 1, sym__lexical_identifier, - STATE(8452), 1, + STATE(6584), 1, + sym_simple_identifier, + STATE(6674), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8291), 2, + STATE(8303), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(9210), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632239,23 +631928,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179266] = 7, - ACTIONS(6552), 1, + [179371] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9745), 1, + ACTIONS(9747), 1, anon_sym_LPAREN, - STATE(2849), 1, - sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, + STATE(8325), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632264,26 +631953,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [179298] = 9, - ACTIONS(557), 1, + [179403] = 9, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9444), 1, + ACTIONS(9396), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2803), 1, + STATE(820), 1, sym_simple_identifier, - STATE(2915), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(890), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2971), 2, + STATE(975), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(1910), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632291,26 +631980,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179334] = 9, - ACTIONS(9258), 1, + [179439] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9266), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9747), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - ACTIONS(9749), 1, - anon_sym_DOT, - STATE(2853), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(3399), 1, + STATE(6584), 1, sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2304), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(9262), 7, + STATE(8308), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632318,23 +632007,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179370] = 9, + [179475] = 9, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - ACTIONS(9751), 1, + ACTIONS(9749), 1, anon_sym_DOT, STATE(823), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(452), 2, + STATE(422), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1664), 7, @@ -632345,23 +632034,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179406] = 7, - ACTIONS(6552), 1, + [179511] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9720), 1, + ACTIONS(9714), 1, anon_sym_LPAREN, - STATE(5387), 1, + STATE(4654), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632370,26 +632059,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [179438] = 9, - ACTIONS(115), 1, + [179543] = 9, + ACTIONS(9210), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(9218), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9751), 1, anon_sym_LPAREN, ACTIONS(9753), 1, anon_sym_DOT, - STATE(2955), 1, + STATE(2857), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(3413), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2330), 2, + STATE(2294), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632397,26 +632086,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179474] = 9, - ACTIONS(115), 1, + [179579] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - ACTIONS(9755), 1, - anon_sym_DOT, - STATE(2955), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(6584), 1, sym_simple_identifier, + STATE(6674), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2660), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + STATE(8297), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632424,26 +632113,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179510] = 9, - ACTIONS(211), 1, + [179615] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9458), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(4534), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(4616), 1, + STATE(8283), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4669), 2, + STATE(9916), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632451,26 +632140,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179546] = 9, - ACTIONS(211), 1, + [179651] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9458), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(4534), 1, + ACTIONS(9755), 1, + anon_sym_DOT, + STATE(3327), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(3602), 1, sym_simple_identifier, - STATE(4616), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4692), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(1842), 7, + STATE(2386), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632478,47 +632167,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179582] = 3, + [179687] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9692), 1, + anon_sym_LPAREN, + STATE(3370), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 5, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_LT, + ACTIONS(4171), 3, anon_sym_DOT, + sym__quest, sym__backtick_identifier, - ACTIONS(4179), 10, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [179606] = 9, - ACTIONS(115), 1, + [179719] = 9, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9396), 1, anon_sym_LPAREN, - ACTIONS(9757), 1, - anon_sym_DOT, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3108), 1, + STATE(820), 1, sym_simple_identifier, + STATE(823), 1, + sym__lexical_identifier, + STATE(890), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2372), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + STATE(945), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632526,23 +632219,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179642] = 7, - ACTIONS(6552), 1, + [179755] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9745), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(2768), 1, + STATE(3579), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632551,23 +632244,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [179674] = 7, - ACTIONS(6552), 1, + [179787] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9745), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(2817), 1, + STATE(4943), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632576,26 +632269,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [179706] = 9, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(9706), 1, + [179819] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9757), 1, anon_sym_LPAREN, - ACTIONS(9759), 1, - anon_sym_DOT, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3670), 1, - sym_simple_identifier, + STATE(4626), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2718), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632603,26 +632293,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179742] = 9, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9428), 1, + [179851] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7893), 1, - sym_simple_identifier, - STATE(8293), 1, - sym__simple_user_type, + STATE(3575), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9552), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632630,26 +632318,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179778] = 9, - ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(469), 1, + [179883] = 9, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - ACTIONS(9761), 1, + ACTIONS(9759), 1, anon_sym_DOT, - STATE(823), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(450), 2, + STATE(2101), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(1616), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [179919] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9761), 1, + anon_sym_LPAREN, + STATE(1251), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632657,26 +632370,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179814] = 9, - ACTIONS(9258), 1, sym__alpha_identifier, - ACTIONS(9266), 1, + [179951] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9747), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - ACTIONS(9763), 1, - anon_sym_DOT, - STATE(2853), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(3399), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(8283), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2314), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(9262), 7, + STATE(9901), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632684,23 +632398,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179850] = 7, - ACTIONS(6552), 1, + [179987] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9765), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(4673), 1, + STATE(2835), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632709,26 +632423,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [179882] = 9, - ACTIONS(473), 1, + [180019] = 9, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - ACTIONS(9767), 1, + ACTIONS(9763), 1, anon_sym_DOT, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2341), 2, + STATE(608), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632736,23 +632450,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179918] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9729), 1, + [180055] = 9, + ACTIONS(9262), 1, + sym__alpha_identifier, + ACTIONS(9266), 1, + sym__backtick_identifier, + ACTIONS(9398), 1, anon_sym_LPAREN, - STATE(4129), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + STATE(5683), 1, + sym_simple_identifier, + STATE(5698), 1, + sym__lexical_identifier, + STATE(5761), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(5791), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632760,27 +632477,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [180091] = 9, + ACTIONS(9262), 1, sym__alpha_identifier, - [179950] = 9, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(9266), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9765), 1, anon_sym_LPAREN, - ACTIONS(9769), 1, + ACTIONS(9767), 1, anon_sym_DOT, - STATE(2955), 1, + STATE(5698), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(5799), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2377), 2, + STATE(5457), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632788,26 +632504,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [179986] = 9, - ACTIONS(9268), 1, + [180127] = 9, + ACTIONS(9262), 1, sym__alpha_identifier, - ACTIONS(9272), 1, + ACTIONS(9266), 1, sym__backtick_identifier, - ACTIONS(9771), 1, + ACTIONS(9765), 1, anon_sym_LPAREN, - ACTIONS(9773), 1, + ACTIONS(9769), 1, anon_sym_DOT, - STATE(5713), 1, + STATE(5698), 1, sym__lexical_identifier, - STATE(5807), 1, + STATE(5799), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5436), 2, + STATE(5424), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9270), 7, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632815,26 +632531,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180022] = 9, - ACTIONS(115), 1, + [180163] = 9, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - ACTIONS(9775), 1, + ACTIONS(9771), 1, anon_sym_DOT, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2381), 2, + STATE(448), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632842,26 +632558,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180058] = 9, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, + [180199] = 6, + ACTIONS(9775), 1, + anon_sym_AT, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9778), 2, + anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(9722), 1, + STATE(7419), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(9773), 8, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [180229] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9757), 1, anon_sym_LPAREN, - ACTIONS(9777), 1, - anon_sym_DOT, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3108), 1, - sym_simple_identifier, + STATE(4636), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2446), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632869,23 +632606,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180094] = 7, - ACTIONS(6552), 1, + sym__alpha_identifier, + [180261] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9729), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(3355), 1, + STATE(3560), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632894,26 +632632,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [180126] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9428), 1, + [180293] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7893), 1, - sym_simple_identifier, - STATE(8293), 1, - sym__simple_user_type, + STATE(4641), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(10030), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632921,26 +632656,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180162] = 9, - ACTIONS(9216), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + [180325] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9418), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(5685), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(5686), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8314), 1, + STATE(8283), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5794), 2, + STATE(9650), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(9220), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632948,23 +632684,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180198] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9745), 1, + [180361] = 9, + ACTIONS(115), 1, + sym__alpha_identifier, + ACTIONS(203), 1, + sym__backtick_identifier, + ACTIONS(9384), 1, anon_sym_LPAREN, - STATE(2867), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, + sym_simple_identifier, + STATE(4605), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(4623), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -632972,26 +632711,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [180397] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - [180230] = 9, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9428), 1, anon_sym_LPAREN, - ACTIONS(9779), 1, - anon_sym_DOT, - STATE(3332), 1, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, sym__lexical_identifier, STATE(3670), 1, - sym_simple_identifier, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2367), 2, - sym_variable_declaration, - sym_multi_variable_declaration, + STATE(3786), 2, + sym_user_type, + sym_parenthesized_user_type, ACTIONS(1652), 7, anon_sym_get, anon_sym_set, @@ -633000,23 +632738,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180266] = 9, + [180433] = 9, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - ACTIONS(9781), 1, + ACTIONS(9780), 1, anon_sym_DOT, STATE(823), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(451), 2, + STATE(457), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1664), 7, @@ -633027,26 +632765,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180302] = 9, - ACTIONS(8672), 1, + [180469] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(6224), 1, + ACTIONS(9782), 1, + anon_sym_DOT, + STATE(2933), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(3239), 1, sym_simple_identifier, - STATE(8293), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9955), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(8682), 7, + STATE(2455), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633054,26 +632792,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180338] = 9, - ACTIONS(8672), 1, + [180505] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, ACTIONS(9428), 1, anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7893), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(8293), 1, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3670), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9561), 2, + STATE(3733), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633081,53 +632819,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180374] = 9, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(9412), 1, + [180541] = 5, + ACTIONS(9784), 1, anon_sym_LPAREN, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3636), 1, - sym__simple_user_type, + STATE(7840), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3807), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(1652), 7, + ACTIONS(7041), 2, + anon_sym_AT, + sym__backtick_identifier, + ACTIONS(7039), 11, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [180410] = 9, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [180569] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8293), 1, + STATE(8283), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9615), 2, + STATE(9886), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633135,26 +632869,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180446] = 9, - ACTIONS(473), 1, + [180605] = 9, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - ACTIONS(9783), 1, + ACTIONS(9786), 1, anon_sym_DOT, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2364), 2, + STATE(428), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633162,26 +632896,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180482] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9428), 1, + [180641] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7893), 1, - sym_simple_identifier, - STATE(8293), 1, - sym__simple_user_type, + STATE(2847), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9759), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633189,26 +632920,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180518] = 9, - ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(9706), 1, + [180673] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9690), 1, anon_sym_LPAREN, - ACTIONS(9785), 1, - anon_sym_DOT, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3670), 1, - sym_simple_identifier, + STATE(3664), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2695), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633216,23 +632945,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180554] = 9, - ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(553), 1, + [180705] = 9, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - ACTIONS(9787), 1, + ACTIONS(9788), 1, anon_sym_DOT, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2362), 2, + STATE(2401), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1652), 7, @@ -633243,26 +632973,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180590] = 9, - ACTIONS(9268), 1, + [180741] = 9, + ACTIONS(9262), 1, sym__alpha_identifier, - ACTIONS(9272), 1, + ACTIONS(9266), 1, sym__backtick_identifier, - ACTIONS(9418), 1, + ACTIONS(9398), 1, anon_sym_LPAREN, - STATE(5686), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(5713), 1, + STATE(5698), 1, sym__lexical_identifier, - STATE(5768), 1, + STATE(5761), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5790), 2, + STATE(5797), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(9270), 7, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633270,26 +633000,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180626] = 9, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(9478), 1, + [180777] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3222), 1, - sym__simple_user_type, + STATE(3608), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3281), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(1592), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633297,23 +633024,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180662] = 9, - ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(553), 1, + [180809] = 9, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9412), 1, + ACTIONS(9428), 1, anon_sym_LPAREN, - STATE(3308), 1, + STATE(3289), 1, sym_simple_identifier, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3636), 1, + STATE(3670), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3826), 2, + STATE(3728), 2, sym_user_type, sym_parenthesized_user_type, ACTIONS(1652), 7, @@ -633324,51 +633052,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180698] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9720), 1, - anon_sym_LPAREN, - STATE(5392), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [180730] = 9, - ACTIONS(9248), 1, + [180845] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9256), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9430), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(5602), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(5617), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(5653), 1, + STATE(8283), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5821), 2, + STATE(9862), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(9252), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633376,23 +633079,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180766] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9789), 1, + [180881] = 9, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, + sym__backtick_identifier, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(6538), 1, - sym_type_arguments, - STATE(8353), 1, - sym_function_value_parameters, + ACTIONS(9790), 1, + anon_sym_DOT, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3239), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(2097), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633400,27 +633106,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [180917] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [180798] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8293), 1, + STATE(8283), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9974), 2, + STATE(9558), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633428,26 +633133,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180834] = 9, - ACTIONS(473), 1, + [180953] = 9, + ACTIONS(9262), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(9266), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9398), 1, anon_sym_LPAREN, - ACTIONS(9791), 1, - anon_sym_DOT, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3670), 1, + STATE(5683), 1, sym_simple_identifier, + STATE(5698), 1, + sym__lexical_identifier, + STATE(5761), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2734), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + STATE(5798), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633455,26 +633160,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180870] = 9, - ACTIONS(9248), 1, + [180989] = 9, + ACTIONS(9190), 1, sym__alpha_identifier, - ACTIONS(9256), 1, + ACTIONS(9198), 1, sym__backtick_identifier, - ACTIONS(9793), 1, + ACTIONS(9737), 1, anon_sym_LPAREN, - ACTIONS(9795), 1, + ACTIONS(9792), 1, anon_sym_DOT, - STATE(5602), 1, + STATE(5601), 1, sym__lexical_identifier, - STATE(5820), 1, + STATE(5828), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5493), 2, + STATE(5513), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9252), 7, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633482,23 +633187,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [180906] = 7, - ACTIONS(6552), 1, + [181025] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9720), 1, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(5395), 1, + STATE(847), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633507,23 +633212,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [180938] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9797), 1, + [181057] = 9, + ACTIONS(387), 1, + sym__alpha_identifier, + ACTIONS(469), 1, + sym__backtick_identifier, + ACTIONS(9694), 1, anon_sym_LPAREN, - STATE(4655), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + ACTIONS(9794), 1, + anon_sym_DOT, + STATE(823), 1, + sym__lexical_identifier, + STATE(913), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(443), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633531,24 +633239,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [180970] = 7, - ACTIONS(6552), 1, + [181093] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9720), 1, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(4814), 1, + STATE(4069), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633557,23 +633264,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [181002] = 9, - ACTIONS(473), 1, + [181125] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - ACTIONS(9799), 1, + ACTIONS(9796), 1, anon_sym_DOT, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2735), 2, + STATE(2400), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1652), 7, @@ -633584,26 +633291,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [181038] = 9, - ACTIONS(8672), 1, + [181161] = 9, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - STATE(6224), 1, + ACTIONS(9798), 1, + anon_sym_DOT, + STATE(823), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(913), 1, sym_simple_identifier, - STATE(8293), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9922), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(8682), 7, + STATE(556), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633611,26 +633318,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [181074] = 9, - ACTIONS(9248), 1, - sym__alpha_identifier, - ACTIONS(9256), 1, - sym__backtick_identifier, - ACTIONS(9430), 1, + [181197] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(5602), 1, - sym__lexical_identifier, - STATE(5617), 1, - sym_simple_identifier, - STATE(5653), 1, - sym__simple_user_type, + STATE(846), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5816), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(9252), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633638,25 +633342,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [181110] = 8, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [181229] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9507), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8564), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(8283), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9451), 3, - sym_variable_declaration, - sym_multi_variable_declaration, - sym__lambda_parameter, - ACTIONS(8682), 7, + STATE(9861), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633664,23 +633370,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [181144] = 7, - ACTIONS(6552), 1, + [181265] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9801), 1, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(4095), 1, + STATE(3345), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633689,26 +633395,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [181176] = 9, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(9722), 1, + [181297] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9761), 1, anon_sym_LPAREN, - ACTIONS(9803), 1, - anon_sym_DOT, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3108), 1, - sym_simple_identifier, + STATE(1282), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2652), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633716,23 +633419,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [181212] = 7, - ACTIONS(6552), 1, + sym__alpha_identifier, + [181329] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9797), 1, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(4649), 1, + STATE(845), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633741,53 +633445,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [181244] = 9, - ACTIONS(9208), 1, + [181361] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(8325), 1, - sym_simple_identifier, - STATE(8333), 1, + ACTIONS(9800), 1, + anon_sym_DOT, + STATE(2933), 1, sym__lexical_identifier, - STATE(8452), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(8306), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(9210), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [181280] = 9, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(9412), 1, - anon_sym_LPAREN, - STATE(3308), 1, + STATE(3239), 1, sym_simple_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3636), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3793), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(1652), 7, + STATE(2642), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633795,26 +633472,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [181316] = 9, - ACTIONS(8672), 1, + [181397] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(6224), 1, + ACTIONS(9802), 1, + anon_sym_DOT, + STATE(2933), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(3239), 1, sym_simple_identifier, - STATE(8293), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9563), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(8682), 7, + STATE(1904), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633822,26 +633499,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [181352] = 9, - ACTIONS(115), 1, + [181433] = 9, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9478), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2955), 1, + ACTIONS(9804), 1, + anon_sym_DOT, + STATE(823), 1, sym__lexical_identifier, - STATE(3222), 1, - sym__simple_user_type, + STATE(913), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3297), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(1592), 7, + STATE(554), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633849,23 +633526,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [181388] = 7, - ACTIONS(6552), 1, + [181469] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9797), 1, + ACTIONS(9747), 1, anon_sym_LPAREN, - STATE(5292), 1, - sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, + STATE(8327), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633874,26 +633551,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [181420] = 9, - ACTIONS(473), 1, + [181501] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - ACTIONS(9805), 1, - anon_sym_DOT, - STATE(3332), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(8283), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2395), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + STATE(9823), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633901,26 +633578,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [181456] = 9, - ACTIONS(115), 1, + [181537] = 9, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - ACTIONS(9807), 1, - anon_sym_DOT, - STATE(2955), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(8324), 1, sym_simple_identifier, + STATE(8420), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2607), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + STATE(8303), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633928,50 +633605,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [181492] = 9, - ACTIONS(8672), 1, + [181573] = 9, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9400), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(8293), 1, + STATE(4647), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9913), 2, + STATE(4950), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [181528] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9797), 1, - anon_sym_LPAREN, - STATE(4904), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -633979,28 +633632,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [181609] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - [181560] = 10, - ACTIONS(8521), 1, - anon_sym_LBRACE, - ACTIONS(9216), 1, - sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9809), 1, - anon_sym_COLON, - ACTIONS(9811), 1, - sym__automatic_semicolon, - STATE(5685), 1, + ACTIONS(9698), 1, + anon_sym_LPAREN, + ACTIONS(9806), 1, + anon_sym_DOT, + STATE(2933), 1, sym__lexical_identifier, - STATE(8727), 1, + STATE(3239), 1, sym_simple_identifier, - STATE(9486), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9220), 7, + STATE(2438), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634008,26 +633659,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [181598] = 9, - ACTIONS(473), 1, + [181645] = 9, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9406), 1, anon_sym_LPAREN, - ACTIONS(9813), 1, - anon_sym_DOT, - STATE(3332), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(4667), 1, sym_simple_identifier, + STATE(4900), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2728), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + STATE(5000), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634035,23 +633686,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [181634] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9729), 1, + [181681] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(4111), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7952), 1, + sym_simple_identifier, + STATE(8283), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(8308), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634059,24 +633713,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [181666] = 7, - ACTIONS(6552), 1, + [181717] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9797), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, STATE(5304), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634085,23 +633738,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [181698] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9801), 1, + [181749] = 9, + ACTIONS(387), 1, + sym__alpha_identifier, + ACTIONS(469), 1, + sym__backtick_identifier, + ACTIONS(9694), 1, anon_sym_LPAREN, - STATE(4075), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + ACTIONS(9808), 1, + anon_sym_DOT, + STATE(823), 1, + sym__lexical_identifier, + STATE(913), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(584), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634109,27 +633765,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [181785] = 9, + ACTIONS(9210), 1, sym__alpha_identifier, - [181730] = 9, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(9218), 1, sym__backtick_identifier, - ACTIONS(9400), 1, + ACTIONS(9466), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(824), 1, + STATE(2832), 1, sym_simple_identifier, - STATE(884), 1, + STATE(2857), 1, + sym__lexical_identifier, + STATE(3071), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1004), 2, + STATE(3535), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(1664), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634137,26 +633792,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [181766] = 9, - ACTIONS(8672), 1, + [181821] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8293), 1, + STATE(8283), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9657), 2, + STATE(9847), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634164,26 +633819,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [181802] = 9, - ACTIONS(115), 1, + [181857] = 9, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - ACTIONS(9815), 1, + ACTIONS(9810), 1, anon_sym_DOT, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2671), 2, + STATE(604), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634191,23 +633846,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [181838] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9797), 1, + [181893] = 9, + ACTIONS(115), 1, + sym__alpha_identifier, + ACTIONS(203), 1, + sym__backtick_identifier, + ACTIONS(9384), 1, anon_sym_LPAREN, - STATE(4667), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4533), 1, + sym_simple_identifier, + STATE(4605), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(4653), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634215,24 +633873,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [181870] = 9, + [181929] = 9, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - ACTIONS(9817), 1, + ACTIONS(9812), 1, anon_sym_DOT, STATE(823), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(457), 2, + STATE(623), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1664), 7, @@ -634243,71 +633900,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [181906] = 9, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(9712), 1, - anon_sym_LPAREN, - ACTIONS(9819), 1, - anon_sym_DOT, - STATE(823), 1, - sym__lexical_identifier, - STATE(866), 1, - sym_simple_identifier, + [181965] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(425), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(3981), 5, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(3976), 10, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [181942] = 3, + sym__alpha_identifier, + [181989] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9747), 1, + anon_sym_LPAREN, + STATE(6556), 1, + sym_type_arguments, + STATE(8323), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4315), 4, - anon_sym_AT, - anon_sym_LPAREN, + ACTIONS(4171), 3, anon_sym_DOT, + sym__quest, sym__backtick_identifier, - ACTIONS(4313), 11, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [181966] = 9, + [182021] = 9, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - ACTIONS(9821), 1, + ACTIONS(9814), 1, anon_sym_DOT, STATE(823), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(616), 2, + STATE(618), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1664), 7, @@ -634318,23 +633973,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182002] = 9, + [182057] = 9, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - ACTIONS(9823), 1, + ACTIONS(9816), 1, anon_sym_DOT, STATE(823), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(434), 2, + STATE(550), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1664), 7, @@ -634345,26 +634000,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182038] = 9, - ACTIONS(115), 1, + [182093] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9478), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2955), 1, + ACTIONS(9818), 1, + anon_sym_DOT, + STATE(3327), 1, sym__lexical_identifier, - STATE(3222), 1, - sym__simple_user_type, + STATE(3602), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3300), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(1592), 7, + STATE(2416), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634372,26 +634027,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182074] = 9, - ACTIONS(9268), 1, + [182129] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9272), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9418), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(5686), 1, - sym_simple_identifier, - STATE(5713), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(5768), 1, + STATE(7952), 1, + sym_simple_identifier, + STATE(8283), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5797), 2, + STATE(9659), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(9270), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634399,23 +634054,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182110] = 7, - ACTIONS(6552), 1, + [182165] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9825), 1, + ACTIONS(9743), 1, anon_sym_LPAREN, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, - STATE(8327), 1, + STATE(8334), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634424,26 +634079,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [182142] = 9, - ACTIONS(8672), 1, + [182197] = 9, + ACTIONS(9210), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9218), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9466), 1, anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7893), 1, + STATE(2832), 1, sym_simple_identifier, - STATE(8293), 1, + STATE(2857), 1, + sym__lexical_identifier, + STATE(3071), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8306), 2, + STATE(3513), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634451,23 +634106,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182178] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9827), 1, + [182233] = 9, + ACTIONS(9200), 1, + sym__alpha_identifier, + ACTIONS(9208), 1, + sym__backtick_identifier, + ACTIONS(9400), 1, anon_sym_LPAREN, - STATE(1235), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + STATE(4538), 1, + sym__lexical_identifier, + STATE(4543), 1, + sym_simple_identifier, + STATE(4647), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(4959), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634475,27 +634133,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [182269] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - [182210] = 9, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - ACTIONS(9829), 1, + ACTIONS(9820), 1, anon_sym_DOT, - STATE(2955), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2447), 2, + STATE(1907), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634503,23 +634160,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182246] = 7, - ACTIONS(6552), 1, + [182305] = 7, + ACTIONS(6538), 1, anon_sym_LT, ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(3275), 1, + STATE(5379), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634528,26 +634185,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [182278] = 9, - ACTIONS(8672), 1, + [182337] = 9, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9400), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(4543), 1, sym_simple_identifier, - STATE(8293), 1, + STATE(4647), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9905), 2, + STATE(4960), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634555,47 +634212,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182314] = 3, + [182373] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9729), 1, + anon_sym_LPAREN, + STATE(4749), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9833), 3, - anon_sym_AT, - anon_sym_LPAREN, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, sym__backtick_identifier, - ACTIONS(9831), 12, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_in, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_out, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [182338] = 9, - ACTIONS(387), 1, + [182405] = 9, + ACTIONS(9190), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(9198), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9737), 1, anon_sym_LPAREN, - ACTIONS(9835), 1, + ACTIONS(9822), 1, anon_sym_DOT, - STATE(823), 1, + STATE(5601), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(5828), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(459), 2, + STATE(5512), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634603,23 +634264,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182374] = 7, - ACTIONS(6552), 1, + [182441] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9801), 1, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(4087), 1, + STATE(4684), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634628,53 +634289,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [182406] = 9, - ACTIONS(9216), 1, - sym__alpha_identifier, - ACTIONS(9224), 1, - sym__backtick_identifier, - ACTIONS(9418), 1, - anon_sym_LPAREN, - STATE(5685), 1, - sym__lexical_identifier, - STATE(5686), 1, - sym_simple_identifier, - STATE(8314), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(5790), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(9220), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [182442] = 9, - ACTIONS(8672), 1, + [182473] = 9, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(8324), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(8420), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8292), 2, + STATE(8308), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634682,23 +634316,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182478] = 7, - ACTIONS(6552), 1, + [182509] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9797), 1, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(5267), 1, + STATE(5295), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634707,26 +634341,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [182510] = 9, - ACTIONS(387), 1, + [182541] = 9, + ACTIONS(9262), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(9266), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9765), 1, anon_sym_LPAREN, - ACTIONS(9837), 1, + ACTIONS(9824), 1, anon_sym_DOT, - STATE(823), 1, + STATE(5698), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(5799), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(443), 2, + STATE(5467), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634734,26 +634368,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182546] = 9, - ACTIONS(8672), 1, + [182577] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8293), 1, + STATE(8283), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9684), 2, + STATE(9965), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634761,26 +634395,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182582] = 9, - ACTIONS(387), 1, + [182613] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - ACTIONS(9839), 1, - anon_sym_DOT, - STATE(823), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(8283), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(431), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + STATE(10034), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634788,26 +634422,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182618] = 9, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(9712), 1, + [182649] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9729), 1, anon_sym_LPAREN, - ACTIONS(9841), 1, - anon_sym_DOT, - STATE(823), 1, - sym__lexical_identifier, - STATE(866), 1, - sym_simple_identifier, + STATE(5292), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(614), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634815,53 +634446,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182654] = 9, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [182681] = 9, + ACTIONS(9252), 1, + sym__alpha_identifier, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9398), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(6662), 1, + STATE(8307), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8291), 2, + STATE(5798), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [182690] = 9, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(9712), 1, - anon_sym_LPAREN, - ACTIONS(9843), 1, - anon_sym_DOT, - STATE(823), 1, - sym__lexical_identifier, - STATE(866), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(424), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634869,23 +634474,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182726] = 7, - ACTIONS(6552), 1, + [182717] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9827), 1, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(1277), 1, + STATE(5291), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634894,25 +634499,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [182758] = 9, + [182749] = 9, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9400), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, + ACTIONS(9826), 1, + anon_sym_DOT, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(913), 1, sym_simple_identifier, - STATE(884), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(938), 2, - sym_user_type, - sym_parenthesized_user_type, + STATE(459), 2, + sym_variable_declaration, + sym_multi_variable_declaration, ACTIONS(1664), 7, anon_sym_get, anon_sym_set, @@ -634921,26 +634526,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182794] = 9, - ACTIONS(9268), 1, + [182785] = 9, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(9272), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9418), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - STATE(5686), 1, - sym_simple_identifier, - STATE(5713), 1, + ACTIONS(9828), 1, + anon_sym_DOT, + STATE(823), 1, sym__lexical_identifier, - STATE(5768), 1, - sym__simple_user_type, + STATE(913), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5794), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(9270), 7, + STATE(549), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -634948,53 +634553,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182830] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9428), 1, - anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7893), 1, - sym_simple_identifier, - STATE(8293), 1, - sym__simple_user_type, + [182821] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9787), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(4184), 5, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(4182), 10, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [182866] = 9, - ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(9722), 1, + [182845] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9712), 1, anon_sym_LPAREN, - ACTIONS(9845), 1, - anon_sym_DOT, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3108), 1, - sym_simple_identifier, + STATE(3341), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2609), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635002,26 +634598,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182902] = 9, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [182877] = 9, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(6224), 1, + ACTIONS(9830), 1, + anon_sym_DOT, + STATE(2933), 1, sym__lexical_identifier, - STATE(6590), 1, + STATE(3239), 1, sym_simple_identifier, - STATE(6662), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8306), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(8682), 7, + STATE(2609), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635029,26 +634626,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182938] = 9, - ACTIONS(473), 1, + [182913] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - ACTIONS(9847), 1, + ACTIONS(9832), 1, anon_sym_DOT, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2625), 2, + STATE(2422), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635056,44 +634653,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [182974] = 3, + [182949] = 9, + ACTIONS(387), 1, + sym__alpha_identifier, + ACTIONS(469), 1, + sym__backtick_identifier, + ACTIONS(9694), 1, + anon_sym_LPAREN, + ACTIONS(9834), 1, + anon_sym_DOT, + STATE(823), 1, + sym__lexical_identifier, + STATE(913), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4168), 4, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(4166), 11, + STATE(545), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, + [182985] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - [182998] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9729), 1, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(4066), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + ACTIONS(9836), 1, + anon_sym_DOT, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3602), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(2715), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635101,27 +634707,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [183021] = 10, + ACTIONS(8494), 1, + anon_sym_LBRACE, + ACTIONS(9252), 1, sym__alpha_identifier, - [183030] = 9, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9706), 1, - anon_sym_LPAREN, - ACTIONS(9849), 1, - anon_sym_DOT, - STATE(3332), 1, + ACTIONS(9838), 1, + anon_sym_COLON, + ACTIONS(9840), 1, + sym__automatic_semicolon, + STATE(5680), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(8657), 1, sym_simple_identifier, + STATE(10014), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2659), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635129,26 +634735,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [183066] = 9, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(9712), 1, + [183059] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9761), 1, anon_sym_LPAREN, - ACTIONS(9851), 1, - anon_sym_DOT, - STATE(823), 1, - sym__lexical_identifier, - STATE(866), 1, - sym_simple_identifier, + STATE(1250), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(433), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635156,26 +634759,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [183102] = 9, - ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(469), 1, + [183091] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - ACTIONS(9853), 1, - anon_sym_DOT, - STATE(823), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(8283), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(606), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + STATE(8297), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635183,44 +634787,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [183138] = 3, + [183127] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9690), 1, + anon_sym_LPAREN, + STATE(4084), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4337), 4, - anon_sym_AT, - anon_sym_LPAREN, + ACTIONS(4171), 3, anon_sym_DOT, + sym__quest, sym__backtick_identifier, - ACTIONS(4335), 11, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [183162] = 7, - ACTIONS(6552), 1, + [183159] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9720), 1, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(4651), 1, + STATE(5380), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635229,23 +634837,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [183194] = 7, - ACTIONS(6552), 1, + [183191] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9729), 1, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(4074), 1, + STATE(3671), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635254,26 +634862,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [183226] = 9, - ACTIONS(9268), 1, + [183223] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(9272), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9771), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - ACTIONS(9855), 1, + ACTIONS(9842), 1, anon_sym_DOT, - STATE(5713), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(5807), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5474), 2, + STATE(2723), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9270), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635281,26 +634889,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [183262] = 9, - ACTIONS(387), 1, + [183259] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - ACTIONS(9857), 1, - anon_sym_DOT, - STATE(823), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(8283), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(437), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + STATE(9784), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635308,23 +634916,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [183298] = 7, - ACTIONS(6552), 1, + [183295] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9827), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(826), 1, + STATE(5308), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635333,50 +634941,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [183330] = 9, - ACTIONS(387), 1, + [183327] = 9, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9406), 1, anon_sym_LPAREN, - ACTIONS(9859), 1, - anon_sym_DOT, - STATE(823), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(4667), 1, sym_simple_identifier, + STATE(4900), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(622), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [183366] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9827), 1, - anon_sym_LPAREN, - STATE(838), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(5005), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635384,27 +634968,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [183363] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [183398] = 9, - ACTIONS(7), 1, - sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9432), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(4683), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(4897), 1, + STATE(8283), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5050), 2, + STATE(9741), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635412,26 +634995,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [183434] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9428), 1, + [183399] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7893), 1, - sym_simple_identifier, - STATE(8293), 1, - sym__simple_user_type, + STATE(4858), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9723), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635439,26 +635019,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [183470] = 9, - ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(553), 1, + [183431] = 9, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - ACTIONS(9861), 1, + ACTIONS(9844), 1, anon_sym_DOT, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2677), 2, + STATE(2632), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635466,23 +635047,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [183506] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9827), 1, + [183467] = 9, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(836), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + ACTIONS(9846), 1, + anon_sym_DOT, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3602), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(2726), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635490,24 +635074,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [183538] = 7, - ACTIONS(6552), 1, + [183503] = 7, + ACTIONS(6538), 1, anon_sym_LT, ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(4076), 1, + STATE(4805), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635516,26 +635099,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [183570] = 9, - ACTIONS(9216), 1, + [183535] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9418), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(5685), 1, + ACTIONS(9848), 1, + anon_sym_DOT, + STATE(2933), 1, sym__lexical_identifier, - STATE(5686), 1, + STATE(3239), 1, sym_simple_identifier, - STATE(8314), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5797), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(9220), 7, + STATE(2361), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635543,23 +635126,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [183606] = 7, - ACTIONS(6552), 1, + [183571] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9827), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(815), 1, + STATE(4925), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635568,23 +635151,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [183638] = 7, - ACTIONS(6552), 1, + [183603] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9765), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(4661), 1, + STATE(4130), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635593,23 +635176,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [183670] = 7, - ACTIONS(6552), 1, + [183635] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9729), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(4145), 1, + STATE(3338), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635618,75 +635201,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [183702] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9827), 1, - anon_sym_LPAREN, - STATE(1264), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + [183667] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, + ACTIONS(9852), 3, + anon_sym_AT, + anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(9850), 12, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_in, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_out, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [183734] = 9, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(9722), 1, - anon_sym_LPAREN, - ACTIONS(9863), 1, - anon_sym_DOT, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3108), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2170), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [183770] = 7, - ACTIONS(6552), 1, + [183691] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9801), 1, + ACTIONS(9743), 1, anon_sym_LPAREN, - STATE(2897), 1, - sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, + STATE(8346), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635695,26 +635247,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [183802] = 9, - ACTIONS(473), 1, + [183723] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - ACTIONS(9865), 1, + ACTIONS(9854), 1, anon_sym_DOT, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2658), 2, + STATE(2378), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635722,26 +635274,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [183838] = 9, - ACTIONS(115), 1, + [183759] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - ACTIONS(9867), 1, + ACTIONS(9856), 1, anon_sym_DOT, - STATE(2955), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1746), 2, + STATE(1909), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635749,23 +635301,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [183874] = 7, - ACTIONS(6552), 1, + [183795] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9801), 1, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(2909), 1, + STATE(4081), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635774,50 +635326,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [183906] = 9, - ACTIONS(473), 1, + [183827] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - ACTIONS(9869), 1, + ACTIONS(9858), 1, anon_sym_DOT, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2715), 2, + STATE(2602), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1652), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [183942] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9745), 1, - anon_sym_LPAREN, - STATE(3563), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635825,49 +635353,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [183863] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - [183974] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9789), 1, - anon_sym_LPAREN, - STATE(6538), 1, - sym_type_arguments, - STATE(8349), 1, - sym_function_value_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(4128), 8, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [184006] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9797), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(4533), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + ACTIONS(9860), 1, + anon_sym_DOT, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3239), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(2610), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635875,27 +635380,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [183899] = 9, + ACTIONS(9210), 1, sym__alpha_identifier, - [184038] = 9, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(9218), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9751), 1, anon_sym_LPAREN, - ACTIONS(9871), 1, + ACTIONS(9862), 1, anon_sym_DOT, - STATE(2955), 1, + STATE(2857), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(3413), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2435), 2, + STATE(2314), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635903,49 +635407,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [184074] = 5, - ACTIONS(9873), 1, - anon_sym_LPAREN, - STATE(7863), 1, - sym_value_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7089), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(7087), 11, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [184102] = 9, - ACTIONS(115), 1, + [183935] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9386), 1, anon_sym_LPAREN, - ACTIONS(9875), 1, - anon_sym_DOT, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3108), 1, + STATE(2928), 1, sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3159), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2323), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + STATE(3303), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635953,23 +635434,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [184138] = 7, - ACTIONS(6552), 1, + [183971] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9801), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(3313), 1, + STATE(4540), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -635978,26 +635459,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [184170] = 9, - ACTIONS(8672), 1, + [184003] = 9, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9398), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(8293), 1, + STATE(8307), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9775), 2, + STATE(5791), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636005,26 +635486,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [184206] = 9, - ACTIONS(9248), 1, + [184039] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(9256), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9793), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - ACTIONS(9877), 1, + ACTIONS(9864), 1, anon_sym_DOT, - STATE(5602), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(5820), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5494), 2, + STATE(2615), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9252), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636032,23 +635513,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [184242] = 7, - ACTIONS(6552), 1, + [184075] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9745), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(3564), 1, + STATE(4537), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636057,23 +635538,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [184274] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9797), 1, + [184107] = 9, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, + sym__backtick_identifier, + ACTIONS(9386), 1, anon_sym_LPAREN, - STATE(4535), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + STATE(2928), 1, + sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3159), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(3353), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636081,27 +635565,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [184143] = 9, + ACTIONS(9232), 1, sym__alpha_identifier, - [184306] = 9, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - ACTIONS(9879), 1, - anon_sym_DOT, - STATE(2955), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(8324), 1, sym_simple_identifier, + STATE(8420), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2437), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + STATE(8297), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636109,23 +635592,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [184342] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9745), 1, + [184179] = 9, + ACTIONS(9210), 1, + sym__alpha_identifier, + ACTIONS(9218), 1, + sym__backtick_identifier, + ACTIONS(9466), 1, anon_sym_LPAREN, - STATE(3566), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + STATE(2832), 1, + sym_simple_identifier, + STATE(2857), 1, + sym__lexical_identifier, + STATE(3071), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(3478), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636133,24 +635619,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [184215] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [184374] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9797), 1, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(4927), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7952), 1, + sym_simple_identifier, + STATE(8283), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(9859), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636158,24 +635646,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [184251] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [184406] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9827), 1, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(814), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7952), 1, + sym_simple_identifier, + STATE(8283), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(8303), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636183,27 +635673,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [184287] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - [184438] = 9, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - ACTIONS(9881), 1, + ACTIONS(9866), 1, anon_sym_DOT, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2135), 2, + STATE(2389), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636211,26 +635700,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [184474] = 9, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(9712), 1, + [184323] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9761), 1, anon_sym_LPAREN, - ACTIONS(9883), 1, - anon_sym_DOT, - STATE(823), 1, - sym__lexical_identifier, - STATE(866), 1, - sym_simple_identifier, + STATE(815), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(598), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636238,23 +635724,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [184510] = 7, - ACTIONS(6552), 1, + sym__alpha_identifier, + [184355] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9801), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(3314), 1, + STATE(3337), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636263,23 +635750,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [184542] = 7, - ACTIONS(6552), 1, + [184387] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9825), 1, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(6538), 1, - sym_type_arguments, - STATE(8322), 1, + STATE(816), 1, sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636288,22 +635775,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [184574] = 6, - ACTIONS(9887), 1, - anon_sym_AT, + [184419] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9761), 1, + anon_sym_LPAREN, + STATE(817), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9890), 2, - anon_sym_LPAREN, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, sym__backtick_identifier, - STATE(7549), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(9885), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636312,48 +635800,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [184604] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9827), 1, - anon_sym_LPAREN, - STATE(1290), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + [184451] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4271), 4, + anon_sym_AT, + anon_sym_LPAREN, anon_sym_DOT, - sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4269), 11, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [184636] = 7, - ACTIONS(6552), 1, + [184475] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9827), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(820), 1, + STATE(4536), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636362,26 +635846,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [184668] = 9, - ACTIONS(8672), 1, + [184507] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8293), 1, + STATE(8283), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9890), 2, + STATE(9747), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636389,26 +635873,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [184704] = 9, - ACTIONS(387), 1, + [184543] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - ACTIONS(9892), 1, - anon_sym_DOT, - STATE(823), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(8283), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(602), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + STATE(9713), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636416,23 +635900,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [184740] = 7, - ACTIONS(6552), 1, + [184579] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9801), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(2906), 1, + STATE(2795), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636441,50 +635925,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [184772] = 9, - ACTIONS(473), 1, + [184611] = 9, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - ACTIONS(9894), 1, + ACTIONS(9868), 1, anon_sym_DOT, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2403), 2, + STATE(431), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1652), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [184808] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9797), 1, - anon_sym_LPAREN, - STATE(4539), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636492,24 +635952,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [184647] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [184840] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9801), 1, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(3681), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7952), 1, + sym_simple_identifier, + STATE(8283), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(9623), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636517,28 +635979,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [184683] = 9, + ACTIONS(9190), 1, sym__alpha_identifier, - [184872] = 10, - ACTIONS(8521), 1, - anon_sym_LBRACE, - ACTIONS(9216), 1, - sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(9198), 1, sym__backtick_identifier, - ACTIONS(9896), 1, - anon_sym_COLON, - ACTIONS(9898), 1, - sym__automatic_semicolon, - STATE(5685), 1, - sym__lexical_identifier, - STATE(8770), 1, + ACTIONS(9408), 1, + anon_sym_LPAREN, + STATE(5600), 1, sym_simple_identifier, - STATE(9812), 1, - sym_class_body, + STATE(5601), 1, + sym__lexical_identifier, + STATE(5650), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9220), 7, + STATE(5829), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636546,23 +636006,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [184910] = 7, - ACTIONS(6552), 1, + [184719] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9729), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(3595), 1, + STATE(2794), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636571,48 +636031,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [184942] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9801), 1, - anon_sym_LPAREN, - STATE(3316), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, + [184751] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [184974] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9720), 1, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(4697), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7952), 1, + sym_simple_identifier, + STATE(8283), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(9973), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636620,27 +636058,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [184787] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - [185006] = 9, - ACTIONS(9258), 1, - sym__alpha_identifier, - ACTIONS(9266), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9426), 1, + ACTIONS(9386), 1, anon_sym_LPAREN, - STATE(2826), 1, + STATE(2928), 1, sym_simple_identifier, - STATE(2853), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3261), 1, + STATE(3159), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3541), 2, + STATE(3339), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(9262), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636648,23 +636085,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [185042] = 7, - ACTIONS(6552), 1, + [184823] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9801), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(3678), 1, + STATE(2766), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636673,26 +636110,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [185074] = 9, - ACTIONS(9268), 1, + [184855] = 9, + ACTIONS(9190), 1, sym__alpha_identifier, - ACTIONS(9272), 1, + ACTIONS(9198), 1, sym__backtick_identifier, - ACTIONS(9771), 1, + ACTIONS(9408), 1, anon_sym_LPAREN, - ACTIONS(9900), 1, - anon_sym_DOT, - STATE(5713), 1, - sym__lexical_identifier, - STATE(5807), 1, + STATE(5600), 1, sym_simple_identifier, + STATE(5601), 1, + sym__lexical_identifier, + STATE(5650), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5431), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(9270), 7, + STATE(5824), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636700,35 +636137,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [185110] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9801), 1, - anon_sym_LPAREN, - STATE(3675), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + [184891] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4275), 4, + anon_sym_AT, + anon_sym_LPAREN, anon_sym_DOT, - sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4273), 11, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [185142] = 5, - ACTIONS(9902), 1, + [184915] = 5, + ACTIONS(9870), 1, anon_sym_DOT, - STATE(7567), 1, + STATE(7559), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, @@ -636748,49 +636181,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [185170] = 5, - ACTIONS(9902), 1, - anon_sym_DOT, - STATE(7375), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4155), 3, - anon_sym_AT, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(4153), 10, - anon_sym_get, - anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [185198] = 9, - ACTIONS(115), 1, + [184943] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - ACTIONS(9904), 1, + ACTIONS(9872), 1, anon_sym_DOT, - STATE(2955), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2460), 2, + STATE(2319), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636798,53 +636208,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [185234] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9428), 1, - anon_sym_LPAREN, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7893), 1, - sym_simple_identifier, - STATE(8293), 1, - sym__simple_user_type, + [184979] = 5, + ACTIONS(9870), 1, + anon_sym_DOT, + STATE(7369), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9828), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(4124), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(4122), 10, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [185270] = 9, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [185007] = 9, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(6224), 1, + ACTIONS(9874), 1, + anon_sym_DOT, + STATE(3327), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(3602), 1, sym_simple_identifier, - STATE(8293), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9689), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(8682), 7, + STATE(2646), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636852,23 +636258,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [185306] = 7, - ACTIONS(6552), 1, + [185043] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9745), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(2789), 1, + STATE(5298), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636877,26 +636283,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [185338] = 9, - ACTIONS(9258), 1, + [185075] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(9266), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9426), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2853), 1, + ACTIONS(9876), 1, + anon_sym_DOT, + STATE(3327), 1, sym__lexical_identifier, - STATE(3261), 1, - sym__simple_user_type, + STATE(3602), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3519), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(9262), 7, + STATE(2338), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636904,23 +636310,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [185374] = 7, - ACTIONS(6552), 1, + [185111] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9797), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(4963), 1, + STATE(3354), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636929,26 +636335,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [185406] = 9, - ACTIONS(557), 1, + [185143] = 9, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9444), 1, + ACTIONS(9384), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(2803), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(2915), 1, + STATE(4605), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3029), 2, + STATE(4657), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(1910), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636956,26 +636362,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [185442] = 9, - ACTIONS(473), 1, + [185179] = 9, + ACTIONS(9210), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(9218), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9751), 1, anon_sym_LPAREN, - ACTIONS(9906), 1, + ACTIONS(9878), 1, anon_sym_DOT, - STATE(3332), 1, + STATE(2857), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(3413), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2392), 2, + STATE(2309), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -636983,26 +636389,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [185478] = 9, - ACTIONS(8672), 1, + [185215] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(6224), 1, + ACTIONS(9880), 1, + anon_sym_DOT, + STATE(3327), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(3602), 1, sym_simple_identifier, - STATE(8293), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8291), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(8682), 7, + STATE(2334), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637010,26 +636416,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [185514] = 9, - ACTIONS(115), 1, + [185251] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - ACTIONS(9908), 1, + ACTIONS(9882), 1, anon_sym_DOT, - STATE(2955), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2457), 2, + STATE(2384), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637037,23 +636443,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [185550] = 7, - ACTIONS(6552), 1, + [185287] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9745), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(3305), 1, + STATE(3329), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637062,48 +636468,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [185582] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9745), 1, - anon_sym_LPAREN, - STATE(2771), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, + [185319] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - [185614] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9745), 1, + ACTIONS(341), 1, + sym__backtick_identifier, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(3322), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + ACTIONS(9884), 1, + anon_sym_DOT, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3239), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(2444), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637111,52 +636495,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [185646] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9745), 1, - anon_sym_LPAREN, - STATE(3273), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + [185355] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4279), 4, + anon_sym_AT, + anon_sym_LPAREN, anon_sym_DOT, - sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4277), 11, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [185678] = 9, - ACTIONS(7), 1, + [185379] = 9, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9432), 1, + ACTIONS(9398), 1, anon_sym_LPAREN, - STATE(4612), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(4683), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(4897), 1, + STATE(8307), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5043), 2, + STATE(5797), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(1920), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637164,26 +636543,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [185714] = 9, - ACTIONS(115), 1, + [185415] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - ACTIONS(9910), 1, + ACTIONS(9886), 1, anon_sym_DOT, - STATE(2955), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2181), 2, + STATE(2364), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637191,23 +636570,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [185750] = 7, - ACTIONS(6552), 1, + [185451] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9825), 1, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(6538), 1, - sym_type_arguments, - STATE(8328), 1, + STATE(4692), 1, sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637216,50 +636595,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [185782] = 9, - ACTIONS(9258), 1, - sym__alpha_identifier, - ACTIONS(9266), 1, - sym__backtick_identifier, - ACTIONS(9426), 1, - anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2853), 1, - sym__lexical_identifier, - STATE(3261), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(3484), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(9262), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [185818] = 7, - ACTIONS(6552), 1, + [185483] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9729), 1, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(3578), 1, + STATE(1228), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637268,26 +636620,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [185850] = 9, - ACTIONS(473), 1, + [185515] = 9, + ACTIONS(9190), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(9198), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9408), 1, anon_sym_LPAREN, - ACTIONS(9912), 1, - anon_sym_DOT, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3670), 1, + STATE(5600), 1, sym_simple_identifier, + STATE(5601), 1, + sym__lexical_identifier, + STATE(5650), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2390), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + STATE(5814), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637295,26 +636647,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [185886] = 9, - ACTIONS(8672), 1, + [185551] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(6224), 1, + ACTIONS(9888), 1, + anon_sym_DOT, + STATE(3327), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(3602), 1, sym_simple_identifier, - STATE(8293), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9719), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(8682), 7, + STATE(2339), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637322,23 +636674,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [185922] = 7, - ACTIONS(6552), 1, + [185587] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9789), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(6538), 1, - sym_type_arguments, - STATE(8338), 1, + STATE(3360), 1, sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637347,50 +636699,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [185954] = 9, - ACTIONS(8672), 1, + [185619] = 9, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9406), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(4667), 1, sym_simple_identifier, - STATE(8293), 1, + STATE(4900), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(9869), 2, + STATE(5015), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [185990] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9729), 1, - anon_sym_LPAREN, - STATE(3581), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637398,27 +636726,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [185655] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [186022] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9428), 1, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(8293), 1, + STATE(8283), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(10027), 2, + STATE(9966), 2, sym_user_type, sym_parenthesized_user_type, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637426,26 +636753,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186058] = 9, - ACTIONS(9248), 1, + [185691] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(9256), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9793), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - ACTIONS(9914), 1, + ACTIONS(9890), 1, anon_sym_DOT, - STATE(5602), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(5820), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5513), 2, + STATE(2322), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9252), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637453,26 +636780,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186094] = 9, - ACTIONS(115), 1, + [185727] = 10, + ACTIONS(8494), 1, + anon_sym_LBRACE, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9722), 1, - anon_sym_LPAREN, - ACTIONS(9916), 1, - anon_sym_DOT, - STATE(2955), 1, + ACTIONS(9892), 1, + anon_sym_COLON, + ACTIONS(9894), 1, + sym__automatic_semicolon, + STATE(5680), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(8765), 1, sym_simple_identifier, + STATE(9904), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2173), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637480,26 +636808,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186130] = 9, - ACTIONS(9258), 1, + [185765] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(9266), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9747), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - ACTIONS(9918), 1, + ACTIONS(9896), 1, anon_sym_DOT, - STATE(2853), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3399), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2287), 2, + STATE(2423), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9262), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637507,51 +636835,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186166] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9827), 1, - anon_sym_LPAREN, - STATE(1198), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + [185801] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4188), 4, + anon_sym_AT, + anon_sym_LPAREN, anon_sym_DOT, - sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4186), 11, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [186198] = 9, - ACTIONS(557), 1, - sym__alpha_identifier, - ACTIONS(637), 1, - sym__backtick_identifier, - ACTIONS(9444), 1, + [185825] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2803), 1, - sym_simple_identifier, - STATE(2915), 1, - sym__simple_user_type, + STATE(4928), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3058), 2, - sym_user_type, - sym_parenthesized_user_type, - ACTIONS(1910), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637559,26 +636880,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186234] = 9, - ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(553), 1, - sym__backtick_identifier, - ACTIONS(9706), 1, + [185857] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9690), 1, anon_sym_LPAREN, - ACTIONS(9920), 1, - anon_sym_DOT, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3670), 1, - sym_simple_identifier, + STATE(2892), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2410), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637586,23 +636905,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186270] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9720), 1, + sym__alpha_identifier, + [185889] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9388), 1, anon_sym_LPAREN, - STATE(4712), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7952), 1, + sym_simple_identifier, + STATE(8283), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(9721), 2, + sym_user_type, + sym_parenthesized_user_type, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637610,27 +636933,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [185925] = 9, + ACTIONS(387), 1, sym__alpha_identifier, - [186302] = 9, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - ACTIONS(9922), 1, + ACTIONS(9898), 1, anon_sym_DOT, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2180), 2, + STATE(620), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637638,23 +636960,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186338] = 7, - ACTIONS(6552), 1, - anon_sym_LT, - ACTIONS(9827), 1, + [185961] = 9, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(1207), 1, - sym_function_value_parameters, - STATE(6538), 1, - sym_type_arguments, + ACTIONS(9900), 1, + anon_sym_DOT, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3602), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, - anon_sym_DOT, - sym__quest, - sym__backtick_identifier, - ACTIONS(4128), 8, + STATE(2331), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637662,24 +636987,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [186370] = 7, - ACTIONS(6552), 1, + [185997] = 7, + ACTIONS(6538), 1, anon_sym_LT, - ACTIONS(9765), 1, + ACTIONS(9714), 1, anon_sym_LPAREN, - STATE(4630), 1, + STATE(4645), 1, sym_function_value_parameters, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, sym__quest, sym__backtick_identifier, - ACTIONS(4128), 8, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637688,24 +637012,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [186402] = 8, - ACTIONS(9268), 1, + [186029] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(9272), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9771), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(5713), 1, + ACTIONS(9902), 1, + anon_sym_DOT, + STATE(3327), 1, sym__lexical_identifier, - STATE(5807), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5436), 2, + STATE(2680), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(9270), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637713,25 +637039,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186435] = 9, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(9503), 1, + [186065] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(2899), 1, - sym_simple_identifier, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3021), 1, - sym__simple_user_type, - STATE(9817), 1, - sym_function_type_parameters, + STATE(2890), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1592), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637739,24 +637063,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186470] = 8, - ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(469), 1, + [186097] = 9, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(823), 1, + ACTIONS(9904), 1, + anon_sym_DOT, + STATE(3327), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(618), 2, + STATE(2336), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637764,25 +637091,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186503] = 9, - ACTIONS(8672), 1, + [186133] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9729), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(4210), 1, - sym_function_value_parameters, - STATE(6224), 1, + ACTIONS(9906), 1, + anon_sym_DOT, + STATE(2933), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(3239), 1, sym_simple_identifier, - STATE(9378), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(1758), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637790,65 +637118,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186538] = 3, + [186169] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9761), 1, + anon_sym_LPAREN, + STATE(1230), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7145), 3, - anon_sym_AT, - anon_sym_LPAREN, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, sym__backtick_identifier, - ACTIONS(7143), 11, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, - anon_sym_in, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [186561] = 3, + [186201] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9761), 1, + anon_sym_LPAREN, + STATE(1235), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7193), 3, - anon_sym_AT, - anon_sym_LPAREN, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, sym__backtick_identifier, - ACTIONS(7191), 11, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, - anon_sym_in, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [186584] = 9, - ACTIONS(7), 1, - sym__alpha_identifier, - ACTIONS(111), 1, - sym__backtick_identifier, - ACTIONS(9503), 1, + [186233] = 7, + ACTIONS(6538), 1, + anon_sym_LT, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(4612), 1, - sym__lexical_identifier, - STATE(4683), 1, - sym_simple_identifier, - STATE(4857), 1, - sym__simple_user_type, - STATE(9720), 1, - sym_function_type_parameters, + STATE(4108), 1, + sym_function_value_parameters, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1920), 7, + ACTIONS(4171), 3, + anon_sym_DOT, + sym__quest, + sym__backtick_identifier, + ACTIONS(4169), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637856,24 +637192,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186619] = 9, + sym__alpha_identifier, + [186265] = 8, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(3210), 1, - anon_sym_LBRACE, - ACTIONS(9924), 1, - anon_sym_COLON, + ACTIONS(9694), 1, + anon_sym_LPAREN, STATE(823), 1, sym__lexical_identifier, - STATE(1083), 1, - sym_class_body, - STATE(2219), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, + STATE(550), 2, + sym_variable_declaration, + sym_multi_variable_declaration, ACTIONS(1664), 7, anon_sym_get, anon_sym_set, @@ -637882,66 +637218,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186654] = 8, - ACTIONS(115), 1, + [186298] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(4964), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2437), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [186687] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(7181), 3, - anon_sym_AT, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(7179), 11, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_in, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, + [186333] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [186710] = 6, - ACTIONS(9890), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9926), 1, - anon_sym_AT, + ACTIONS(9692), 1, + anon_sym_LPAREN, + STATE(4096), 1, + sym_function_value_parameters, + STATE(5910), 1, + sym__lexical_identifier, + STATE(7952), 1, + sym_simple_identifier, + STATE(9384), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(7613), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(7628), 2, - sym__single_annotation, - sym__multi_annotation, - ACTIONS(9885), 8, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637949,26 +637270,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [186368] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [186739] = 9, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(5496), 1, - anon_sym_LBRACE, - ACTIONS(9929), 1, - anon_sym_COLON, - STATE(2955), 1, + ACTIONS(9692), 1, + anon_sym_LPAREN, + STATE(4200), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3526), 1, - sym_class_body, - STATE(4248), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(9304), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -637976,25 +637296,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186774] = 9, - ACTIONS(8672), 1, + [186403] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9797), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(5434), 1, + STATE(3044), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(6584), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638002,25 +637322,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186809] = 9, - ACTIONS(211), 1, + [186438] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(5598), 1, + ACTIONS(5590), 1, anon_sym_LBRACE, - ACTIONS(9931), 1, + ACTIONS(9908), 1, anon_sym_COLON, - STATE(4534), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(4880), 1, - sym_class_body, - STATE(5537), 1, + STATE(3233), 1, sym_simple_identifier, + STATE(3583), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1842), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638028,25 +637348,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186844] = 9, - ACTIONS(8672), 1, + [186473] = 9, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9797), 1, - anon_sym_LPAREN, - STATE(5437), 1, - sym_function_value_parameters, - STATE(6224), 1, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(9910), 1, + anon_sym_COLON, + STATE(4529), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(4850), 1, + sym_class_body, + STATE(5029), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638054,24 +637374,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186879] = 9, - ACTIONS(473), 1, + [186508] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(5836), 1, - anon_sym_LBRACE, - ACTIONS(9933), 1, - anon_sym_COLON, - STATE(3332), 1, + ACTIONS(9704), 1, + anon_sym_LPAREN, + STATE(3327), 1, sym__lexical_identifier, - STATE(3674), 1, + STATE(3602), 1, sym_simple_identifier, - STATE(3969), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, + STATE(2620), 2, + sym_variable_declaration, + sym_multi_variable_declaration, ACTIONS(1652), 7, anon_sym_get, anon_sym_set, @@ -638080,24 +637399,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186914] = 8, - ACTIONS(115), 1, + [186541] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2180), 2, + STATE(2344), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638105,21 +637424,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186947] = 8, - ACTIONS(473), 1, + [186574] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2390), 2, + STATE(2331), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1652), 7, @@ -638130,25 +637449,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [186980] = 9, - ACTIONS(8672), 1, + [186607] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9827), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(954), 1, + STATE(4208), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638156,25 +637475,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187015] = 9, - ACTIONS(211), 1, + [186642] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(9931), 1, - anon_sym_COLON, - STATE(4534), 1, + ACTIONS(9704), 1, + anon_sym_LPAREN, + STATE(3327), 1, sym__lexical_identifier, - STATE(4880), 1, - sym_class_body, - STATE(5274), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1842), 7, + STATE(2322), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638182,21 +637500,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187050] = 9, - ACTIONS(473), 1, + [186675] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(5836), 1, + ACTIONS(5796), 1, anon_sym_LBRACE, - ACTIONS(9933), 1, + ACTIONS(9912), 1, anon_sym_COLON, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3969), 1, - sym_class_body, - STATE(4207), 1, + STATE(3701), 1, sym_simple_identifier, + STATE(3933), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, @@ -638208,24 +637526,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187085] = 8, - ACTIONS(387), 1, + [186710] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(598), 2, + STATE(2318), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638233,25 +637551,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187118] = 9, - ACTIONS(557), 1, + [186743] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(2791), 1, + STATE(937), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(2803), 1, - sym_simple_identifier, - STATE(2818), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(9756), 1, - sym_function_type_parameters, + STATE(7952), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1910), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638259,25 +637577,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187153] = 9, - ACTIONS(115), 1, + [186778] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(569), 1, + anon_sym_LPAREN, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(5496), 1, - anon_sym_LBRACE, - ACTIONS(9929), 1, - anon_sym_COLON, - STATE(2955), 1, + ACTIONS(9914), 1, + anon_sym_class, + STATE(3327), 1, sym__lexical_identifier, - STATE(3526), 1, - sym_class_body, - STATE(4054), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1592), 7, + STATE(3911), 2, + sym_parenthesized_expression, + sym_simple_identifier, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638285,25 +637602,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187188] = 9, - ACTIONS(9208), 1, + [186811] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(8325), 1, - sym_simple_identifier, - STATE(8333), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(8373), 1, - sym__simple_user_type, - STATE(9963), 1, - sym_function_type_parameters, + STATE(3239), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9210), 7, + STATE(1909), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638311,44 +637627,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187223] = 3, + [186844] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9761), 1, + anon_sym_LPAREN, + STATE(841), 1, + sym_function_value_parameters, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7173), 3, - anon_sym_AT, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(7171), 11, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_in, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, + [186879] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [187246] = 8, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(3633), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(9388), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2658), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638356,24 +637679,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187279] = 8, - ACTIONS(115), 1, + [186914] = 8, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2319), 2, + STATE(432), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638381,25 +637704,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187312] = 9, - ACTIONS(557), 1, + [186947] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(3262), 1, - anon_sym_LBRACE, - ACTIONS(9935), 1, - anon_sym_COLON, - STATE(2791), 1, + ACTIONS(9712), 1, + anon_sym_LPAREN, + STATE(3772), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3071), 1, - sym_class_body, - STATE(3736), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(9264), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1910), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638407,25 +637730,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187347] = 9, - ACTIONS(8672), 1, + [186982] = 9, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9745), 1, - anon_sym_LPAREN, - STATE(3720), 1, - sym_function_value_parameters, - STATE(6224), 1, + ACTIONS(3210), 1, + anon_sym_LBRACE, + ACTIONS(9916), 1, + anon_sym_COLON, + STATE(2781), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(2894), 1, sym_simple_identifier, - STATE(9327), 1, - sym__simple_user_type, + STATE(3160), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638433,24 +637756,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187382] = 8, - ACTIONS(387), 1, + [187017] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(622), 2, + STATE(2339), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638458,25 +637781,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187415] = 9, - ACTIONS(8672), 1, + [187050] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9745), 1, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(3049), 1, + STATE(1400), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(6590), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638484,44 +637807,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187450] = 3, + [187085] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7189), 3, + ACTIONS(4279), 4, anon_sym_AT, anon_sym_LPAREN, + anon_sym_DOT, sym__backtick_identifier, - ACTIONS(7187), 11, + ACTIONS(4277), 10, anon_sym_get, anon_sym_set, - anon_sym_in, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [187473] = 9, + [187108] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9761), 1, + anon_sym_LPAREN, + STATE(837), 1, + sym_function_value_parameters, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [187143] = 8, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(3210), 1, - anon_sym_LBRACE, - ACTIONS(9924), 1, - anon_sym_COLON, + ACTIONS(9694), 1, + anon_sym_LPAREN, STATE(823), 1, sym__lexical_identifier, - STATE(1083), 1, - sym_class_body, - STATE(1393), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, + STATE(452), 2, + sym_variable_declaration, + sym_multi_variable_declaration, ACTIONS(1664), 7, anon_sym_get, anon_sym_set, @@ -638530,25 +637878,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187508] = 9, - ACTIONS(8672), 1, + [187176] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9801), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(4191), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(3602), 1, sym_simple_identifier, - STATE(9336), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(2334), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638556,25 +637903,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187543] = 9, - ACTIONS(8672), 1, + [187209] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9801), 1, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(3026), 1, + STATE(3746), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(9390), 1, + STATE(9231), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638582,24 +637929,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187578] = 8, - ACTIONS(115), 1, + [187244] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(133), 1, - anon_sym_LPAREN, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9937), 1, - anon_sym_class, - STATE(2955), 1, + ACTIONS(9698), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, + STATE(3239), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3404), 2, - sym_parenthesized_expression, - sym_simple_identifier, - ACTIONS(1592), 7, + STATE(2384), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638607,21 +637954,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187611] = 8, - ACTIONS(473), 1, + [187277] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2646), 2, + STATE(2680), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1652), 7, @@ -638632,45 +637979,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187644] = 3, + [187310] = 8, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, + sym__backtick_identifier, + ACTIONS(9698), 1, + anon_sym_LPAREN, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3239), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4319), 4, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(4317), 10, + STATE(2319), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, + [187343] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - [187667] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9720), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(4983), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(3602), 1, sym_simple_identifier, - STATE(9229), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(2720), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638678,25 +638029,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187702] = 9, - ACTIONS(8672), 1, + [187376] = 8, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9720), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - STATE(4974), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(6590), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(437), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638704,24 +638054,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187737] = 8, - ACTIONS(9258), 1, - sym__alpha_identifier, - ACTIONS(9266), 1, + [187409] = 6, + ACTIONS(9778), 1, sym__backtick_identifier, - ACTIONS(9747), 1, - anon_sym_LPAREN, - STATE(2853), 1, - sym__lexical_identifier, - STATE(3399), 1, - sym_simple_identifier, + ACTIONS(9918), 1, + anon_sym_AT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2283), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(9262), 7, + STATE(7631), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(7732), 2, + sym__single_annotation, + sym__multi_annotation, + ACTIONS(9773), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638729,24 +638076,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187770] = 8, - ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(553), 1, + [187438] = 9, + ACTIONS(9190), 1, + sym__alpha_identifier, + ACTIONS(9198), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3670), 1, + STATE(5600), 1, sym_simple_identifier, + STATE(5601), 1, + sym__lexical_identifier, + STATE(5640), 1, + sym__simple_user_type, + STATE(9501), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2392), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638754,25 +638103,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187803] = 9, - ACTIONS(7), 1, + [187473] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(5788), 1, - anon_sym_LBRACE, - ACTIONS(9939), 1, - anon_sym_COLON, - STATE(4612), 1, + ACTIONS(9698), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(5103), 1, - sym_class_body, - STATE(5497), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1920), 7, + STATE(2352), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638780,44 +638128,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187838] = 3, + [187506] = 8, + ACTIONS(7), 1, + sym__alpha_identifier, + ACTIONS(27), 1, + anon_sym_LPAREN, + ACTIONS(111), 1, + sym__backtick_identifier, + ACTIONS(9921), 1, + anon_sym_class, + STATE(4615), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4315), 4, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(4313), 10, + STATE(5150), 2, + sym_parenthesized_expression, + sym_simple_identifier, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, + [187539] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - [187861] = 8, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2447), 2, + STATE(2646), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638825,25 +638178,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187894] = 9, - ACTIONS(8672), 1, + [187572] = 9, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9729), 1, - anon_sym_LPAREN, - STATE(3429), 1, - sym_function_value_parameters, - STATE(6224), 1, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(9910), 1, + anon_sym_COLON, + STATE(4529), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(4592), 1, sym_simple_identifier, - STATE(9347), 1, - sym__simple_user_type, + STATE(4850), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638851,24 +638204,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187929] = 8, - ACTIONS(9268), 1, + [187607] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9272), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9771), 1, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(5713), 1, + STATE(5002), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(5807), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(6584), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5452), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(9270), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638876,24 +638230,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187962] = 8, - ACTIONS(473), 1, + [187642] = 9, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9706), 1, - anon_sym_LPAREN, - STATE(3332), 1, + ACTIONS(3260), 1, + anon_sym_LBRACE, + ACTIONS(9923), 1, + anon_sym_COLON, + STATE(823), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(878), 1, sym_simple_identifier, + STATE(1136), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2395), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638901,25 +638256,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [187995] = 9, - ACTIONS(3262), 1, - anon_sym_LBRACE, - ACTIONS(9232), 1, + [187677] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(271), 1, + anon_sym_LPAREN, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9935), 1, - anon_sym_COLON, - STATE(3071), 1, - sym_class_body, - STATE(4545), 1, + ACTIONS(9925), 1, + anon_sym_class, + STATE(2933), 1, sym__lexical_identifier, - STATE(5148), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9236), 7, + STATE(3403), 2, + sym_parenthesized_expression, + sym_simple_identifier, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638927,16 +638281,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188030] = 3, + [187710] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4337), 4, + ACTIONS(4275), 4, anon_sym_AT, anon_sym_LPAREN, anon_sym_DOT, sym__backtick_identifier, - ACTIONS(4335), 10, + ACTIONS(4273), 10, anon_sym_get, anon_sym_set, anon_sym_dynamic, @@ -638947,24 +638301,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [188053] = 8, - ACTIONS(115), 1, + [187733] = 8, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2446), 2, + STATE(620), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638972,25 +638326,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188086] = 9, - ACTIONS(115), 1, + [187766] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(5496), 1, + ACTIONS(5590), 1, anon_sym_LBRACE, - ACTIONS(9929), 1, + ACTIONS(9908), 1, anon_sym_COLON, - STATE(2955), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3109), 1, - sym_simple_identifier, - STATE(3526), 1, + STATE(3583), 1, sym_class_body, + STATE(4249), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -638998,25 +638352,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188121] = 9, - ACTIONS(8672), 1, + [187801] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9801), 1, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(3035), 1, + STATE(4155), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639024,24 +638378,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188156] = 8, - ACTIONS(387), 1, + [187836] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(1276), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(9390), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(447), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639049,25 +638404,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188189] = 9, - ACTIONS(8672), 1, + [187871] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9827), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(1394), 1, + STATE(3010), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(9281), 1, + STATE(9345), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639075,25 +638430,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188224] = 9, - ACTIONS(9232), 1, + [187906] = 9, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9503), 1, - anon_sym_LPAREN, - STATE(4544), 1, - sym_simple_identifier, - STATE(4545), 1, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(9910), 1, + anon_sym_COLON, + STATE(4529), 1, sym__lexical_identifier, - STATE(4608), 1, - sym__simple_user_type, - STATE(9711), 1, - sym_function_type_parameters, + STATE(4850), 1, + sym_class_body, + STATE(5575), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9236), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639101,50 +638456,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188259] = 8, - ACTIONS(473), 1, + [187941] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2406), 2, + STATE(2423), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1652), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [188292] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9797), 1, - anon_sym_LPAREN, - STATE(4905), 1, - sym_function_value_parameters, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639152,25 +638481,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188327] = 9, - ACTIONS(8672), 1, + [187974] = 8, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9729), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - STATE(3373), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(598), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639178,25 +638506,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188362] = 9, - ACTIONS(8672), 1, + [188007] = 9, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9797), 1, - anon_sym_LPAREN, - STATE(4902), 1, - sym_function_value_parameters, - STATE(6224), 1, + ACTIONS(3210), 1, + anon_sym_LBRACE, + ACTIONS(9916), 1, + anon_sym_COLON, + STATE(2781), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(3160), 1, + sym_class_body, + STATE(4053), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639204,25 +638532,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188397] = 9, - ACTIONS(8672), 1, + [188042] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9729), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(3372), 1, + STATE(5023), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639230,24 +638558,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188432] = 8, - ACTIONS(473), 1, + [188077] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2734), 2, + STATE(1907), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639255,25 +638583,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188465] = 9, - ACTIONS(8672), 1, + [188110] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9729), 1, - anon_sym_LPAREN, - STATE(4103), 1, - sym_function_value_parameters, - STATE(6224), 1, + ACTIONS(5796), 1, + anon_sym_LBRACE, + ACTIONS(9912), 1, + anon_sym_COLON, + STATE(3327), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(3933), 1, + sym_class_body, + STATE(4218), 1, sym_simple_identifier, - STATE(9293), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639281,24 +638609,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188500] = 8, - ACTIONS(115), 1, + [188145] = 8, + ACTIONS(9210), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(9218), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9751), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(2857), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(3413), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2457), 2, + STATE(2314), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639306,24 +638634,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188533] = 8, - ACTIONS(473), 1, + [188178] = 9, + ACTIONS(9210), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(9218), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3670), 1, + STATE(2832), 1, sym_simple_identifier, + STATE(2857), 1, + sym__lexical_identifier, + STATE(3007), 1, + sym__simple_user_type, + STATE(9615), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2364), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639331,25 +638660,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188566] = 9, - ACTIONS(8672), 1, + [188213] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9729), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(3722), 1, + STATE(4942), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639357,24 +638686,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188601] = 8, - ACTIONS(473), 1, + [188248] = 9, + ACTIONS(3210), 1, + anon_sym_LBRACE, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9706), 1, - anon_sym_LPAREN, - STATE(3332), 1, + ACTIONS(9916), 1, + anon_sym_COLON, + STATE(3160), 1, + sym_class_body, + STATE(4538), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(5226), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2367), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639382,25 +638712,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188634] = 9, - ACTIONS(8672), 1, + [188283] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9729), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(4204), 1, + STATE(4939), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639408,25 +638738,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188669] = 9, - ACTIONS(7), 1, + [188318] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(5788), 1, + ACTIONS(5590), 1, anon_sym_LBRACE, - ACTIONS(9939), 1, + ACTIONS(9908), 1, anon_sym_COLON, - STATE(4612), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(5103), 1, + STATE(3583), 1, sym_class_body, - STATE(5604), 1, + STATE(4079), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1920), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639434,24 +638764,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188704] = 8, - ACTIONS(473), 1, + [188353] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(1394), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2375), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639459,24 +638790,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188737] = 8, - ACTIONS(473), 1, + [188388] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(4569), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(6584), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2718), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639484,25 +638816,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188770] = 9, - ACTIONS(8672), 1, + [188423] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9801), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(3671), 1, + STATE(4573), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7893), 1, - sym_simple_identifier, - STATE(9287), 1, + STATE(6544), 1, sym__simple_user_type, + STATE(6584), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639510,24 +638842,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188805] = 8, - ACTIONS(473), 1, + [188458] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(485), 1, - anon_sym_LPAREN, - ACTIONS(553), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9941), 1, - anon_sym_class, - STATE(3332), 1, + ACTIONS(9698), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, + STATE(3239), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3966), 2, - sym_parenthesized_expression, - sym_simple_identifier, - ACTIONS(1652), 7, + STATE(2602), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639535,25 +638867,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188838] = 9, - ACTIONS(8672), 1, + [188491] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9801), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(3052), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(2378), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639561,24 +638892,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188873] = 8, - ACTIONS(115), 1, + [188524] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(3389), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(6584), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2377), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639586,25 +638918,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188906] = 9, - ACTIONS(8672), 1, + [188559] = 9, + ACTIONS(9232), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(9729), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3718), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(8324), 1, sym_simple_identifier, + STATE(8374), 1, + sym__simple_user_type, + STATE(9640), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639612,50 +638944,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [188941] = 9, - ACTIONS(9248), 1, - sym__alpha_identifier, - ACTIONS(9256), 1, - sym__backtick_identifier, - ACTIONS(9503), 1, - anon_sym_LPAREN, - STATE(5602), 1, - sym__lexical_identifier, - STATE(5617), 1, - sym_simple_identifier, - STATE(5649), 1, - sym__simple_user_type, - STATE(9982), 1, - sym_function_type_parameters, + [188594] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9252), 7, + ACTIONS(4416), 4, + anon_sym_AT, + anon_sym_EQ, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(4414), 10, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [188976] = 8, - ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(203), 1, + [188617] = 8, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2372), 2, + STATE(2361), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639663,24 +638989,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189009] = 8, - ACTIONS(115), 1, + [188650] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(3391), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(6584), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2358), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639688,25 +639015,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189042] = 9, - ACTIONS(8672), 1, + [188685] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9827), 1, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(1259), 1, + STATE(3053), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7893), 1, - sym_simple_identifier, - STATE(9280), 1, + STATE(6544), 1, sym__simple_user_type, + STATE(6584), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639714,24 +639041,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189077] = 8, - ACTIONS(115), 1, + [188720] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(3020), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2652), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639739,25 +639067,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189110] = 9, - ACTIONS(557), 1, + [188755] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(3262), 1, - anon_sym_LBRACE, - ACTIONS(9935), 1, - anon_sym_COLON, - STATE(2791), 1, + ACTIONS(9690), 1, + anon_sym_LPAREN, + STATE(3020), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(2941), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(6584), 1, sym_simple_identifier, - STATE(3071), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1910), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639765,24 +639093,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189145] = 8, - ACTIONS(473), 1, + [188790] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(3592), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2707), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639790,24 +639119,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189178] = 8, - ACTIONS(115), 1, + [188825] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(3584), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2330), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639815,24 +639145,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189211] = 8, - ACTIONS(473), 1, + [188860] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(3053), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2672), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639840,25 +639171,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189244] = 9, - ACTIONS(8672), 1, + [188895] = 9, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9801), 1, - anon_sym_LPAREN, - STATE(3770), 1, - sym_function_value_parameters, - STATE(6224), 1, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(9927), 1, + anon_sym_COLON, + STATE(4615), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(5214), 1, + sym_class_body, + STATE(5499), 1, sym_simple_identifier, - STATE(9283), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639866,25 +639197,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189279] = 9, - ACTIONS(8672), 1, + [188930] = 9, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9827), 1, - anon_sym_LPAREN, - STATE(954), 1, - sym_function_value_parameters, - STATE(6224), 1, + ACTIONS(3210), 1, + anon_sym_LBRACE, + ACTIONS(9916), 1, + anon_sym_COLON, + STATE(2781), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(6590), 1, + STATE(3160), 1, + sym_class_body, + STATE(3806), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639892,25 +639223,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189314] = 9, - ACTIONS(8672), 1, + [188965] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9801), 1, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(4190), 1, + STATE(837), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(6584), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639918,24 +639249,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189349] = 8, - ACTIONS(115), 1, + [189000] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2383), 2, + STATE(2632), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -639943,71 +639274,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189382] = 3, + [189033] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9761), 1, + anon_sym_LPAREN, + STATE(841), 1, + sym_function_value_parameters, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6544), 1, + sym__simple_user_type, + STATE(6584), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4473), 4, - anon_sym_AT, - anon_sym_EQ, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(4471), 10, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [189405] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9797), 1, - anon_sym_LPAREN, - STATE(5046), 1, - sym_function_value_parameters, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7893), 1, - sym_simple_identifier, - STATE(9254), 1, - sym__simple_user_type, + [189068] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(7199), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(7197), 11, anon_sym_get, anon_sym_set, + anon_sym_in, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, - [189440] = 9, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [189091] = 8, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(3239), 1, sym_simple_identifier, - STATE(9807), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(2325), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640015,25 +639345,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189475] = 9, - ACTIONS(8672), 1, + [189124] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9720), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(5327), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(3602), 1, sym_simple_identifier, - STATE(9106), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(2723), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640041,25 +639370,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189510] = 9, - ACTIONS(8672), 1, + [189157] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9827), 1, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(940), 1, + STATE(4799), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640067,24 +639396,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189545] = 8, - ACTIONS(115), 1, + [189192] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2186), 2, + STATE(2403), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640092,25 +639421,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189578] = 9, - ACTIONS(8672), 1, + [189225] = 8, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9745), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - STATE(3812), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(618), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640118,23 +639446,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189613] = 8, + [189258] = 9, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9712), 1, - anon_sym_LPAREN, + ACTIONS(3260), 1, + anon_sym_LBRACE, + ACTIONS(9923), 1, + anon_sym_COLON, STATE(823), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(1136), 1, + sym_class_body, + STATE(1146), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(581), 2, - sym_variable_declaration, - sym_multi_variable_declaration, ACTIONS(1664), 7, anon_sym_get, anon_sym_set, @@ -640143,24 +639472,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189646] = 8, - ACTIONS(387), 1, + [189293] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(588), 2, + STATE(2609), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640168,25 +639497,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189679] = 9, - ACTIONS(8672), 1, + [189326] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9729), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(4113), 1, + STATE(3391), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640194,24 +639523,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189714] = 8, - ACTIONS(387), 1, + [189361] = 8, + ACTIONS(9262), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(9266), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9765), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(5698), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(5799), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(602), 2, + STATE(5422), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640219,25 +639548,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189747] = 9, - ACTIONS(8672), 1, + [189394] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9745), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(3808), 1, + STATE(3389), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640245,25 +639574,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189782] = 9, - ACTIONS(8672), 1, + [189429] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(4115), 1, + STATE(5377), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640271,25 +639600,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189817] = 9, - ACTIONS(9268), 1, + [189464] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(9272), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(5686), 1, - sym_simple_identifier, - STATE(5708), 1, - sym__simple_user_type, - STATE(5713), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(9669), 1, - sym_function_type_parameters, + STATE(3239), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9270), 7, + STATE(1918), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640297,21 +639625,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189852] = 8, + [189497] = 8, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, STATE(823), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(596), 2, + STATE(431), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1664), 7, @@ -640322,25 +639650,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189885] = 9, - ACTIONS(8672), 1, + [189530] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9827), 1, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(831), 1, + STATE(4188), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(9419), 1, + STATE(9270), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640348,44 +639676,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189920] = 3, + [189565] = 9, + ACTIONS(387), 1, + sym__alpha_identifier, + ACTIONS(469), 1, + sym__backtick_identifier, + ACTIONS(3260), 1, + anon_sym_LBRACE, + ACTIONS(9923), 1, + anon_sym_COLON, + STATE(823), 1, + sym__lexical_identifier, + STATE(1136), 1, + sym_class_body, + STATE(1385), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4491), 4, - anon_sym_AT, - anon_sym_EQ, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(4489), 10, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, + [189600] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [189943] = 8, - ACTIONS(387), 1, - sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(4143), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(452), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640393,24 +639728,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [189976] = 8, - ACTIONS(387), 1, + [189635] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9712), 1, - anon_sym_LPAREN, - STATE(823), 1, + ACTIONS(5796), 1, + anon_sym_LBRACE, + ACTIONS(9912), 1, + anon_sym_COLON, + STATE(3327), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(3933), 1, + sym_class_body, + STATE(3964), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(606), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640418,25 +639754,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190009] = 9, - ACTIONS(8672), 1, + [189670] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9801), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(3694), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(6590), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(2435), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640444,24 +639779,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190044] = 8, - ACTIONS(9268), 1, + [189703] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9272), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9771), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(5713), 1, + STATE(4138), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(5807), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5474), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(9270), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640469,25 +639805,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190077] = 9, - ACTIONS(8672), 1, + [189738] = 8, + ACTIONS(9190), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9198), 1, sym__backtick_identifier, - ACTIONS(9801), 1, + ACTIONS(9737), 1, anon_sym_LPAREN, - STATE(3690), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(5601), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(6590), 1, + STATE(5828), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(5512), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640495,25 +639830,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190112] = 9, - ACTIONS(8672), 1, + [189771] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9720), 1, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(5063), 1, + STATE(5502), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(9318), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640521,25 +639856,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190147] = 9, - ACTIONS(9216), 1, + [189806] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(5685), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(5686), 1, + STATE(3602), 1, sym_simple_identifier, - STATE(5708), 1, - sym__simple_user_type, - STATE(9521), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9220), 7, + STATE(2715), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640547,25 +639881,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190182] = 9, - ACTIONS(387), 1, + [189839] = 8, + ACTIONS(9210), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(9218), 1, sym__backtick_identifier, - ACTIONS(3210), 1, - anon_sym_LBRACE, - ACTIONS(9924), 1, - anon_sym_COLON, - STATE(823), 1, + ACTIONS(9751), 1, + anon_sym_LPAREN, + STATE(2857), 1, sym__lexical_identifier, - STATE(921), 1, + STATE(3413), 1, sym_simple_identifier, - STATE(1083), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1664), 7, + STATE(2309), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640573,25 +639906,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190217] = 9, - ACTIONS(5788), 1, - anon_sym_LBRACE, - ACTIONS(9216), 1, + [189872] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9939), 1, - anon_sym_COLON, - STATE(5103), 1, - sym_class_body, - STATE(5685), 1, + ACTIONS(9729), 1, + anon_sym_LPAREN, + STATE(4801), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(8548), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(6584), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9220), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640599,24 +639932,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190252] = 8, - ACTIONS(387), 1, + [189907] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(3423), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(9097), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(591), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640624,25 +639958,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190285] = 9, - ACTIONS(8672), 1, + [189942] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9720), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(4974), 1, + STATE(4573), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640650,24 +639984,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190320] = 8, - ACTIONS(473), 1, + [189977] = 8, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2417), 2, + STATE(459), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640675,24 +640009,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190353] = 8, - ACTIONS(557), 1, + [190010] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(569), 1, - anon_sym_LPAREN, - ACTIONS(637), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9943), 1, - anon_sym_class, - STATE(2791), 1, + ACTIONS(9757), 1, + anon_sym_LPAREN, + STATE(4569), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3197), 2, - sym_parenthesized_expression, - sym_simple_identifier, - ACTIONS(1910), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640700,25 +640035,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190386] = 9, - ACTIONS(8672), 1, + [190045] = 9, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9745), 1, - anon_sym_LPAREN, - STATE(3391), 1, - sym_function_value_parameters, - STATE(6224), 1, + ACTIONS(9927), 1, + anon_sym_COLON, + STATE(5214), 1, + sym_class_body, + STATE(5680), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(8460), 1, sym_simple_identifier, - STATE(9104), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640726,24 +640061,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190421] = 8, - ACTIONS(387), 1, + [190080] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(593), 2, + STATE(2614), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640751,24 +640086,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190454] = 8, - ACTIONS(387), 1, + [190113] = 9, + ACTIONS(9262), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(9266), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(823), 1, - sym__lexical_identifier, - STATE(866), 1, + STATE(5683), 1, sym_simple_identifier, + STATE(5695), 1, + sym__simple_user_type, + STATE(5698), 1, + sym__lexical_identifier, + STATE(9869), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(594), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640776,25 +640112,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190487] = 9, - ACTIONS(8672), 1, + [190148] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9729), 1, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(4214), 1, + STATE(830), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(9262), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640802,45 +640138,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190522] = 3, + [190183] = 8, + ACTIONS(387), 1, + sym__alpha_identifier, + ACTIONS(469), 1, + sym__backtick_identifier, + ACTIONS(9694), 1, + anon_sym_LPAREN, + STATE(823), 1, + sym__lexical_identifier, + STATE(913), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4168), 4, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(4166), 10, + STATE(549), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, + [190216] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [190545] = 9, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(5836), 1, - anon_sym_LBRACE, - ACTIONS(9933), 1, - anon_sym_COLON, - STATE(3332), 1, + ACTIONS(9690), 1, + anon_sym_LPAREN, + STATE(3784), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3865), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, sym_simple_identifier, - STATE(3969), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640848,25 +640189,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190580] = 9, - ACTIONS(8672), 1, + [190251] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9745), 1, - anon_sym_LPAREN, - STATE(2835), 1, - sym_function_value_parameters, - STATE(6224), 1, + ACTIONS(5590), 1, + anon_sym_LBRACE, + ACTIONS(9908), 1, + anon_sym_COLON, + STATE(2933), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(3583), 1, + sym_class_body, + STATE(3768), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640874,24 +640215,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190615] = 8, - ACTIONS(211), 1, + [190286] = 8, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(223), 1, - anon_sym_LPAREN, - ACTIONS(293), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9945), 1, - anon_sym_class, - STATE(4534), 1, + ACTIONS(9694), 1, + anon_sym_LPAREN, + STATE(823), 1, sym__lexical_identifier, + STATE(913), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4760), 2, - sym_parenthesized_expression, - sym_simple_identifier, - ACTIONS(1842), 7, + STATE(453), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640899,25 +640240,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190648] = 9, - ACTIONS(8672), 1, + [190319] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9745), 1, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(3049), 1, + STATE(3782), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640925,25 +640266,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190683] = 9, - ACTIONS(8672), 1, + [190354] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9745), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(2975), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(2400), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640951,24 +640291,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190718] = 8, - ACTIONS(473), 1, + [190387] = 8, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2716), 2, + STATE(552), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -640976,25 +640316,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190751] = 9, - ACTIONS(7), 1, + [190420] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(5788), 1, - anon_sym_LBRACE, - ACTIONS(9939), 1, - anon_sym_COLON, - STATE(4612), 1, + ACTIONS(9729), 1, + anon_sym_LPAREN, + STATE(4799), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(5078), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, sym_simple_identifier, - STATE(5103), 1, - sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641002,25 +640342,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190786] = 9, - ACTIONS(8672), 1, + [190455] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9729), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(3718), 1, + STATE(2841), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641028,25 +640368,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190821] = 9, - ACTIONS(8672), 1, + [190490] = 8, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9745), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - STATE(2833), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(623), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641054,24 +640393,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190856] = 8, - ACTIONS(9248), 1, + [190523] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9256), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9793), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(5602), 1, + STATE(5033), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(5820), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(9248), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5523), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(9252), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641079,25 +640419,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190889] = 9, - ACTIONS(115), 1, + [190558] = 9, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(5496), 1, - anon_sym_LBRACE, - ACTIONS(9929), 1, + ACTIONS(9910), 1, anon_sym_COLON, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3526), 1, + STATE(4850), 1, sym_class_body, - STATE(3744), 1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(8746), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641105,23 +640445,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190924] = 8, - ACTIONS(473), 1, + [190593] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3332), 1, - sym__lexical_identifier, - STATE(3670), 1, + STATE(3289), 1, sym_simple_identifier, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3519), 1, + sym__simple_user_type, + STATE(9469), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2335), 2, - sym_variable_declaration, - sym_multi_variable_declaration, ACTIONS(1652), 7, anon_sym_get, anon_sym_set, @@ -641130,25 +640471,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190957] = 9, - ACTIONS(8672), 1, + [190628] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9745), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(2835), 1, + STATE(2848), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641156,25 +640497,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [190992] = 9, - ACTIONS(8672), 1, + [190663] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9729), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(3722), 1, + STATE(4213), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(6590), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641182,25 +640523,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191027] = 9, - ACTIONS(8672), 1, + [190698] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9827), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(1411), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(2642), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641208,25 +640548,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191062] = 9, - ACTIONS(8672), 1, + [190731] = 9, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9827), 1, - anon_sym_LPAREN, - STATE(978), 1, - sym_function_value_parameters, - STATE(6224), 1, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(9927), 1, + anon_sym_COLON, + STATE(4615), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(5180), 1, sym_simple_identifier, - STATE(9288), 1, - sym__simple_user_type, + STATE(5214), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641234,25 +640574,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191097] = 9, - ACTIONS(8672), 1, + [190766] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9827), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(852), 1, + STATE(5472), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(9220), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641260,25 +640600,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191132] = 9, - ACTIONS(557), 1, + [190801] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(3262), 1, - anon_sym_LBRACE, - ACTIONS(9935), 1, - anon_sym_COLON, - STATE(2791), 1, + ACTIONS(9729), 1, + anon_sym_LPAREN, + STATE(4801), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3071), 1, - sym_class_body, - STATE(4086), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1910), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641286,50 +640626,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191167] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9720), 1, - anon_sym_LPAREN, - STATE(4805), 1, - sym_function_value_parameters, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, - sym_simple_identifier, + [190836] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(7161), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(7159), 11, anon_sym_get, anon_sym_set, + anon_sym_in, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, - [191202] = 8, - ACTIONS(9258), 1, sym__alpha_identifier, - ACTIONS(9266), 1, - sym__backtick_identifier, - ACTIONS(9747), 1, + [190859] = 8, + ACTIONS(473), 1, + sym__alpha_identifier, + ACTIONS(485), 1, anon_sym_LPAREN, - STATE(2853), 1, + ACTIONS(553), 1, + sym__backtick_identifier, + ACTIONS(9929), 1, + anon_sym_class, + STATE(2781), 1, sym__lexical_identifier, - STATE(3399), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2304), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(9262), 7, + STATE(3079), 2, + sym_parenthesized_expression, + sym_simple_identifier, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641337,25 +640671,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191235] = 9, - ACTIONS(8672), 1, + [190892] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9801), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(3690), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(2416), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641363,25 +640696,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191270] = 9, - ACTIONS(8672), 1, + [190925] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9720), 1, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(4807), 1, + STATE(954), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(9240), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641389,25 +640722,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191305] = 9, - ACTIONS(8672), 1, + [190960] = 8, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9827), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - STATE(1419), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(443), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641415,25 +640747,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191340] = 9, - ACTIONS(8672), 1, + [190993] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9720), 1, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(5338), 1, + STATE(4984), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(9223), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641441,25 +640773,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191375] = 9, - ACTIONS(8672), 1, + [191028] = 8, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9801), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - STATE(3694), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(554), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641467,25 +640798,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191410] = 9, - ACTIONS(8672), 1, + [191061] = 9, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(9797), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4902), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(6590), 1, + STATE(5683), 1, sym_simple_identifier, + STATE(5695), 1, + sym__simple_user_type, + STATE(10008), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641493,24 +640824,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191445] = 8, - ACTIONS(115), 1, + [191096] = 8, + ACTIONS(9190), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(9198), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9737), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(5601), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(5828), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2620), 2, + STATE(5476), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641518,24 +640849,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191478] = 8, - ACTIONS(473), 1, + [191129] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(3716), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2341), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641543,25 +640875,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191511] = 9, - ACTIONS(8672), 1, + [191164] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9797), 1, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(4905), 1, + STATE(3650), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(6590), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641569,24 +640901,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191546] = 8, - ACTIONS(115), 1, + [191199] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2440), 2, + STATE(2446), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641594,24 +640926,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191579] = 8, - ACTIONS(473), 1, + [191232] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(5427), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2715), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641619,24 +640952,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191612] = 9, + [191267] = 8, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(3210), 1, - anon_sym_LBRACE, - ACTIONS(9924), 1, - anon_sym_COLON, + ACTIONS(9694), 1, + anon_sym_LPAREN, STATE(823), 1, sym__lexical_identifier, - STATE(1083), 1, - sym_class_body, - STATE(1127), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, + STATE(556), 2, + sym_variable_declaration, + sym_multi_variable_declaration, ACTIONS(1664), 7, anon_sym_get, anon_sym_set, @@ -641645,25 +640977,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191647] = 9, - ACTIONS(8672), 1, + [191300] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9827), 1, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(846), 1, + STATE(3645), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641671,25 +641003,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191682] = 9, - ACTIONS(8672), 1, + [191335] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9801), 1, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(4148), 1, + STATE(4715), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(9307), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641697,24 +641029,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191717] = 8, - ACTIONS(115), 1, + [191370] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(5428), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2660), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641722,21 +641055,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191750] = 8, + [191405] = 8, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, STATE(823), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(450), 2, + STATE(562), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1664), 7, @@ -641747,25 +641080,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191783] = 9, - ACTIONS(8672), 1, + [191438] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9801), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(3726), 1, + STATE(2841), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641773,50 +641106,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191818] = 8, - ACTIONS(115), 1, - sym__alpha_identifier, - ACTIONS(203), 1, - sym__backtick_identifier, - ACTIONS(9722), 1, - anon_sym_LPAREN, - STATE(2955), 1, - sym__lexical_identifier, - STATE(3108), 1, - sym_simple_identifier, + [191473] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2181), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(7149), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(7147), 11, anon_sym_get, anon_sym_set, + anon_sym_in, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, - [191851] = 9, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [191496] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9720), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(4805), 1, + STATE(2848), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(6590), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641824,24 +641152,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191886] = 8, - ACTIONS(115), 1, + [191531] = 9, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9722), 1, - anon_sym_LPAREN, - STATE(2955), 1, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(9927), 1, + anon_sym_COLON, + STATE(4615), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(4904), 1, sym_simple_identifier, + STATE(5214), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2135), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641849,25 +641178,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191919] = 9, - ACTIONS(8672), 1, + [191566] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9801), 1, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(3743), 1, + STATE(4986), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(6584), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641875,25 +641204,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191954] = 9, - ACTIONS(8672), 1, + [191601] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9720), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(5334), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(2713), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641901,24 +641229,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [191989] = 8, - ACTIONS(115), 1, + [191634] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(4926), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(9408), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2607), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641926,24 +641255,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192022] = 8, - ACTIONS(9248), 1, + [191669] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9256), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9793), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(5602), 1, + STATE(4942), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(5820), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(6584), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5494), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(9252), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -641951,77 +641281,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192055] = 9, - ACTIONS(557), 1, - sym__alpha_identifier, - ACTIONS(637), 1, - sym__backtick_identifier, - ACTIONS(3262), 1, - anon_sym_LBRACE, - ACTIONS(9935), 1, - anon_sym_COLON, - STATE(2791), 1, - sym__lexical_identifier, - STATE(3071), 1, - sym_class_body, - STATE(3127), 1, - sym_simple_identifier, + [191704] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1910), 7, + ACTIONS(7183), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(7181), 11, anon_sym_get, anon_sym_set, + anon_sym_in, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, - [192090] = 9, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9720), 1, - anon_sym_LPAREN, - STATE(4807), 1, - sym_function_value_parameters, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(6590), 1, - sym_simple_identifier, + [191727] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(7174), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(7172), 11, anon_sym_get, anon_sym_set, + anon_sym_in, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, - [192125] = 9, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [191750] = 8, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9729), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(3730), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(3239), 1, sym_simple_identifier, - STATE(9333), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(2097), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642029,24 +641346,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192160] = 8, - ACTIONS(473), 1, + [191783] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(2814), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(9095), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2695), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642054,25 +641372,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192193] = 9, - ACTIONS(8672), 1, + [191818] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9720), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(5526), 1, + STATE(4939), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7893), 1, - sym_simple_identifier, - STATE(9409), 1, + STATE(6544), 1, sym__simple_user_type, + STATE(6584), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642080,25 +641398,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192228] = 9, - ACTIONS(8672), 1, + [191853] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9720), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(5063), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(6590), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(2401), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642106,25 +641423,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192263] = 9, - ACTIONS(9258), 1, + [191886] = 9, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(9266), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2826), 1, - sym_simple_identifier, - STATE(2853), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(3014), 1, + STATE(4543), 1, + sym_simple_identifier, + STATE(4602), 1, sym__simple_user_type, - STATE(9603), 1, + STATE(9552), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9262), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642132,25 +641449,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192298] = 9, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(8672), 1, + [191921] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9931), 1, - anon_sym_COLON, - STATE(4880), 1, - sym_class_body, - STATE(6224), 1, + ACTIONS(9698), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(8758), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(2618), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642158,24 +641474,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192333] = 8, - ACTIONS(115), 1, + [191954] = 9, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(2805), 1, sym_simple_identifier, + STATE(2820), 1, + sym__simple_user_type, + STATE(9518), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2617), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642183,24 +641500,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192366] = 8, - ACTIONS(473), 1, + [191989] = 8, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2347), 2, + STATE(608), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642208,24 +641525,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192399] = 8, - ACTIONS(115), 1, + [192022] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2444), 2, + STATE(2415), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642233,25 +641550,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192432] = 9, - ACTIONS(8672), 1, + [192055] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9797), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(5465), 1, + STATE(3047), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7893), 1, - sym_simple_identifier, - STATE(9396), 1, + STATE(6544), 1, sym__simple_user_type, + STATE(6584), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642259,25 +641576,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192467] = 9, - ACTIONS(8672), 1, + [192090] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9720), 1, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(4741), 1, + STATE(4566), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(9325), 1, + STATE(9295), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642285,21 +641602,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192502] = 8, + [192125] = 8, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, STATE(823), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(455), 2, + STATE(428), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1664), 7, @@ -642310,76 +641627,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192535] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9797), 1, - anon_sym_LPAREN, - STATE(4919), 1, - sym_function_value_parameters, - STATE(6224), 1, - sym__lexical_identifier, - STATE(7893), 1, - sym_simple_identifier, - STATE(9414), 1, - sym__simple_user_type, + [192158] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [192570] = 8, - ACTIONS(9258), 1, - sym__alpha_identifier, - ACTIONS(9266), 1, - sym__backtick_identifier, - ACTIONS(9747), 1, + ACTIONS(4188), 4, + anon_sym_AT, anon_sym_LPAREN, - STATE(2853), 1, - sym__lexical_identifier, - STATE(3399), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(2314), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(9262), 7, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(4186), 10, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [192603] = 9, + sym__alpha_identifier, + [192181] = 9, ACTIONS(473), 1, sym__alpha_identifier, ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(5836), 1, + ACTIONS(3210), 1, anon_sym_LBRACE, - ACTIONS(9933), 1, + ACTIONS(9916), 1, anon_sym_COLON, - STATE(3332), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(3969), 1, - sym_class_body, - STATE(4280), 1, + STATE(3121), 1, sym_simple_identifier, + STATE(3160), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1652), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642387,25 +641673,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192638] = 9, - ACTIONS(8672), 1, + [192216] = 8, + ACTIONS(9262), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9266), 1, sym__backtick_identifier, - ACTIONS(9745), 1, + ACTIONS(9765), 1, anon_sym_LPAREN, - STATE(2837), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(5698), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(5799), 1, sym_simple_identifier, - STATE(9100), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(5424), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642413,25 +641698,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192673] = 9, - ACTIONS(8672), 1, + [192249] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9827), 1, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(940), 1, + STATE(5486), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642439,25 +641724,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192708] = 9, - ACTIONS(211), 1, + [192284] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(9931), 1, - anon_sym_COLON, - STATE(4534), 1, + ACTIONS(9698), 1, + anon_sym_LPAREN, + STATE(2933), 1, sym__lexical_identifier, - STATE(4880), 1, - sym_class_body, - STATE(5047), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1842), 7, + STATE(2457), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642465,24 +641749,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192743] = 8, - ACTIONS(387), 1, + [192317] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(430), 2, + STATE(2101), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642490,24 +641774,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192776] = 8, - ACTIONS(473), 1, + [192350] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(6584), 1, sym_simple_identifier, + STATE(9857), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2393), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642515,25 +641800,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192809] = 9, - ACTIONS(8672), 1, + [192385] = 9, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9797), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(4563), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(4533), 1, sym_simple_identifier, - STATE(9319), 1, + STATE(4553), 1, sym__simple_user_type, + STATE(9542), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642541,24 +641826,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192844] = 8, - ACTIONS(387), 1, + [192420] = 8, + ACTIONS(9210), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(9218), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9751), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(2857), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(3413), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(457), 2, + STATE(2288), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642566,25 +641851,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192877] = 9, - ACTIONS(8672), 1, + [192453] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9720), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(5504), 1, + STATE(3716), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(6584), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642592,23 +641877,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192912] = 8, + [192488] = 8, ACTIONS(387), 1, sym__alpha_identifier, + ACTIONS(399), 1, + anon_sym_LPAREN, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9712), 1, - anon_sym_LPAREN, + ACTIONS(9931), 1, + anon_sym_class, STATE(823), 1, sym__lexical_identifier, - STATE(866), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(425), 2, - sym_variable_declaration, - sym_multi_variable_declaration, + STATE(1038), 2, + sym_parenthesized_expression, + sym_simple_identifier, ACTIONS(1664), 7, anon_sym_get, anon_sym_set, @@ -642617,25 +641902,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192945] = 9, - ACTIONS(8672), 1, + [192521] = 8, + ACTIONS(9262), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9266), 1, sym__backtick_identifier, - ACTIONS(9745), 1, + ACTIONS(9765), 1, anon_sym_LPAREN, - STATE(2833), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(5698), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(6590), 1, + STATE(5799), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(5467), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642643,25 +641927,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [192980] = 9, - ACTIONS(8672), 1, + [192554] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(6224), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(6590), 1, + STATE(3239), 1, sym_simple_identifier, - STATE(9612), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(2161), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642669,25 +641952,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193015] = 9, - ACTIONS(8672), 1, + [192587] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9720), 1, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(5505), 1, + STATE(4189), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642695,24 +641978,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193050] = 8, - ACTIONS(387), 1, + [192622] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(3721), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(434), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642720,25 +642004,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193083] = 9, - ACTIONS(8672), 1, + [192657] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9797), 1, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(4992), 1, + STATE(5488), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642746,21 +642030,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193118] = 8, + [192692] = 8, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, STATE(823), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(459), 2, + STATE(422), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1664), 7, @@ -642771,24 +642055,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193151] = 8, - ACTIONS(9248), 1, + [192725] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9256), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9793), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(5602), 1, + STATE(3721), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(5820), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(6584), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5493), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(9252), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642796,25 +642081,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193184] = 9, - ACTIONS(211), 1, + [192760] = 9, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9503), 1, - anon_sym_LPAREN, - STATE(4534), 1, + ACTIONS(5796), 1, + anon_sym_LBRACE, + ACTIONS(9912), 1, + anon_sym_COLON, + STATE(3327), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(3933), 1, + sym_class_body, + STATE(4278), 1, sym_simple_identifier, - STATE(4577), 1, - sym__simple_user_type, - STATE(9728), 1, - sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1842), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642822,24 +642107,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193219] = 8, - ACTIONS(115), 1, + [192795] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(938), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2671), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642847,25 +642133,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193252] = 9, - ACTIONS(8672), 1, + [192830] = 9, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(9827), 1, - anon_sym_LPAREN, - STATE(846), 1, - sym_function_value_parameters, - STATE(6224), 1, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(9927), 1, + anon_sym_COLON, + STATE(4615), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(6590), 1, + STATE(5214), 1, + sym_class_body, + STATE(5604), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642873,24 +642159,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193287] = 8, - ACTIONS(387), 1, + [192865] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(3787), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(9251), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(438), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642898,25 +642185,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193320] = 9, - ACTIONS(8672), 1, + [192900] = 9, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9745), 1, - anon_sym_LPAREN, - STATE(3059), 1, - sym_function_value_parameters, - STATE(6224), 1, + ACTIONS(5486), 1, + anon_sym_LBRACE, + ACTIONS(9910), 1, + anon_sym_COLON, + STATE(4529), 1, sym__lexical_identifier, - STATE(7893), 1, + STATE(4850), 1, + sym_class_body, + STATE(5278), 1, sym_simple_identifier, - STATE(9351), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642924,51 +642211,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193355] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9797), 1, - anon_sym_LPAREN, - STATE(4970), 1, - sym_function_value_parameters, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, - sym_simple_identifier, + [192935] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(4271), 4, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(4269), 10, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [193390] = 9, - ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(553), 1, + [192958] = 8, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(3548), 1, - sym__simple_user_type, - STATE(9887), 1, - sym_function_type_parameters, + STATE(3239), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1652), 7, + STATE(2455), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -642976,21 +642256,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193425] = 8, + [192991] = 8, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9694), 1, anon_sym_LPAREN, STATE(823), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(913), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(424), 2, + STATE(439), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1664), 7, @@ -643001,51 +642281,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193458] = 9, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9827), 1, + [193024] = 5, + ACTIONS(9933), 1, anon_sym_LPAREN, - STATE(852), 1, - sym_function_value_parameters, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(6590), 1, - sym_simple_identifier, + STATE(7854), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(7041), 2, + anon_sym_AT, + sym__backtick_identifier, + ACTIONS(7039), 10, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [193493] = 9, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [193051] = 8, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9745), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(3409), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(2386), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643053,23 +642328,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193528] = 8, + [193084] = 8, ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(399), 1, - anon_sym_LPAREN, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9947), 1, - anon_sym_class, + ACTIONS(9694), 1, + anon_sym_LPAREN, STATE(823), 1, sym__lexical_identifier, + STATE(913), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(1036), 2, - sym_parenthesized_expression, - sym_simple_identifier, + STATE(606), 2, + sym_variable_declaration, + sym_multi_variable_declaration, ACTIONS(1664), 7, anon_sym_get, anon_sym_set, @@ -643078,21 +642353,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193561] = 8, - ACTIONS(473), 1, + [193117] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2659), 2, + STATE(2708), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1652), 7, @@ -643103,25 +642378,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193594] = 9, - ACTIONS(8672), 1, + [193150] = 9, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9745), 1, - anon_sym_LPAREN, - STATE(3412), 1, - sym_function_value_parameters, - STATE(6224), 1, + ACTIONS(3260), 1, + anon_sym_LBRACE, + ACTIONS(9923), 1, + anon_sym_COLON, + STATE(823), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(1136), 1, + sym_class_body, + STATE(2204), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643129,24 +642404,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193629] = 8, - ACTIONS(387), 1, + [193185] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(433), 2, + STATE(2643), 2, sym_variable_declaration, sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643154,25 +642429,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193662] = 9, - ACTIONS(8672), 1, + [193218] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9801), 1, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(3035), 1, + STATE(938), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643180,25 +642455,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193697] = 9, - ACTIONS(8672), 1, + [193253] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9827), 1, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(1268), 1, + STATE(1258), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643206,25 +642481,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193732] = 9, - ACTIONS(8672), 1, + [193288] = 8, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(9801), 1, + ACTIONS(9698), 1, anon_sym_LPAREN, - STATE(3052), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(6590), 1, + STATE(3239), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + STATE(2438), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643232,24 +642506,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193767] = 8, - ACTIONS(387), 1, + [193321] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9712), 1, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(823), 1, + STATE(1421), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(866), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(9228), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(611), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643257,25 +642532,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193800] = 9, - ACTIONS(8672), 1, + [193356] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9729), 1, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(3373), 1, + STATE(937), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(6590), 1, + STATE(6584), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643283,21 +642558,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193835] = 8, - ACTIONS(473), 1, + [193391] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2677), 2, + STATE(2639), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1652), 7, @@ -643308,25 +642583,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193868] = 9, - ACTIONS(8672), 1, + [193424] = 8, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9729), 1, + ACTIONS(9694), 1, + anon_sym_LPAREN, + STATE(823), 1, + sym__lexical_identifier, + STATE(913), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(444), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [193457] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(3372), 1, + STATE(3810), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(6590), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643334,25 +642634,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193903] = 9, - ACTIONS(8672), 1, + [193492] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9797), 1, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(4564), 1, + STATE(1255), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(6590), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643360,25 +642660,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193938] = 9, - ACTIONS(8672), 1, + [193527] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9827), 1, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(1267), 1, + STATE(3740), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643386,18 +642686,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [193973] = 5, - ACTIONS(9949), 1, - anon_sym_LPAREN, - STATE(7854), 1, - sym_value_arguments, + [193562] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7089), 2, + ACTIONS(4509), 4, anon_sym_AT, + anon_sym_EQ, + anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(7087), 10, + ACTIONS(4507), 10, anon_sym_get, anon_sym_set, anon_sym_dynamic, @@ -643408,25 +642706,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194000] = 9, - ACTIONS(8672), 1, + [193585] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9729), 1, + anon_sym_LPAREN, + STATE(5002), 1, + sym_function_value_parameters, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [193620] = 9, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9797), 1, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(4561), 1, + STATE(5368), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(6590), 1, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643434,24 +642758,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [194035] = 8, - ACTIONS(115), 1, + [193655] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9722), 1, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(2955), 1, + STATE(4986), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(3108), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2068), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643459,25 +642784,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [194068] = 9, - ACTIONS(8672), 1, + [193690] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9797), 1, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(4561), 1, + STATE(3396), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(9274), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643485,25 +642810,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [194103] = 9, - ACTIONS(8672), 1, + [193725] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9797), 1, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(4564), 1, + STATE(3645), 1, sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(7893), 1, + STATE(6584), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643511,20 +642836,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [194138] = 9, + [193760] = 9, ACTIONS(387), 1, sym__alpha_identifier, ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(9503), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, + STATE(820), 1, + sym_simple_identifier, STATE(823), 1, sym__lexical_identifier, - STATE(824), 1, - sym_simple_identifier, - STATE(858), 1, + STATE(850), 1, sym__simple_user_type, - STATE(9546), 1, + STATE(9609), 1, sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, @@ -643537,21 +642862,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [194173] = 8, - ACTIONS(473), 1, + [193795] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(9706), 1, + ACTIONS(9704), 1, anon_sym_LPAREN, - STATE(3332), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3670), 1, + STATE(3602), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2600), 2, + STATE(2612), 2, sym_variable_declaration, sym_multi_variable_declaration, ACTIONS(1652), 7, @@ -643562,25 +642887,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [194206] = 9, - ACTIONS(7), 1, + [193828] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(5788), 1, - anon_sym_LBRACE, - ACTIONS(9939), 1, - anon_sym_COLON, - STATE(4612), 1, + ACTIONS(9690), 1, + anon_sym_LPAREN, + STATE(3024), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, - STATE(4912), 1, + STATE(7952), 1, sym_simple_identifier, - STATE(5103), 1, - sym_class_body, + STATE(9271), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643588,24 +642913,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [194241] = 8, - ACTIONS(7), 1, + [193863] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(27), 1, - anon_sym_LPAREN, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9952), 1, - anon_sym_class, - STATE(4612), 1, + ACTIONS(9729), 1, + anon_sym_LPAREN, + STATE(5401), 1, + sym_function_value_parameters, + STATE(5910), 1, sym__lexical_identifier, + STATE(7952), 1, + sym_simple_identifier, + STATE(9103), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(5186), 2, - sym_parenthesized_expression, - sym_simple_identifier, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643613,24 +642939,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [194274] = 8, + [193898] = 8, ACTIONS(115), 1, sym__alpha_identifier, + ACTIONS(133), 1, + anon_sym_LPAREN, ACTIONS(203), 1, sym__backtick_identifier, - ACTIONS(9722), 1, - anon_sym_LPAREN, - STATE(2955), 1, + ACTIONS(9936), 1, + anon_sym_class, + STATE(4529), 1, sym__lexical_identifier, - STATE(3108), 1, - sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2170), 2, - sym_variable_declaration, - sym_multi_variable_declaration, - ACTIONS(1592), 7, + STATE(4709), 2, + sym_parenthesized_expression, + sym_simple_identifier, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643638,25 +642964,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [194307] = 9, - ACTIONS(8672), 1, + [193931] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(9745), 1, + ACTIONS(9487), 1, anon_sym_LPAREN, - STATE(2975), 1, - sym_function_value_parameters, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, + STATE(6544), 1, sym__simple_user_type, - STATE(6590), 1, + STATE(7952), 1, sym_simple_identifier, + STATE(10028), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643664,25 +642990,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [194342] = 9, - ACTIONS(211), 1, + [193966] = 9, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(9931), 1, - anon_sym_COLON, - STATE(4534), 1, - sym__lexical_identifier, - STATE(4591), 1, + ACTIONS(9487), 1, + anon_sym_LPAREN, + STATE(2928), 1, sym_simple_identifier, - STATE(4880), 1, - sym_class_body, + STATE(2933), 1, + sym__lexical_identifier, + STATE(2996), 1, + sym__simple_user_type, + STATE(9496), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1842), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643690,76 +643016,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [194377] = 3, + [194001] = 8, + ACTIONS(387), 1, + sym__alpha_identifier, + ACTIONS(469), 1, + sym__backtick_identifier, + ACTIONS(9694), 1, + anon_sym_LPAREN, + STATE(823), 1, + sym__lexical_identifier, + STATE(913), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7193), 3, - anon_sym_AT, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(7191), 10, + STATE(450), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, + [194034] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [194399] = 3, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9690), 1, + anon_sym_LPAREN, + STATE(3650), 1, + sym_function_value_parameters, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6544), 1, + sym__simple_user_type, + STATE(6584), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5165), 3, - anon_sym_AT, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(5163), 10, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, + [194069] = 9, + ACTIONS(7), 1, sym__alpha_identifier, - [194421] = 3, + ACTIONS(111), 1, + sym__backtick_identifier, + ACTIONS(9487), 1, + anon_sym_LPAREN, + STATE(4615), 1, + sym__lexical_identifier, + STATE(4667), 1, + sym_simple_identifier, + STATE(4840), 1, + sym__simple_user_type, + STATE(9714), 1, + sym_function_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9833), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(9831), 11, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, - anon_sym_in, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_out, - sym_reification_modifier, anon_sym_expect, anon_sym_actual, + [194104] = 8, + ACTIONS(9190), 1, sym__alpha_identifier, - [194443] = 5, - ACTIONS(9954), 1, - anon_sym_DOT, - STATE(7857), 1, - aux_sym_user_type_repeat1, + ACTIONS(9198), 1, + sym__backtick_identifier, + ACTIONS(9737), 1, + anon_sym_LPAREN, + STATE(5601), 1, + sym__lexical_identifier, + STATE(5828), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4195), 3, - anon_sym_LPAREN, - sym__quest, - sym__backtick_identifier, - ACTIONS(4193), 8, + STATE(5479), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643767,188 +643118,209 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [194137] = 8, + ACTIONS(557), 1, sym__alpha_identifier, - [194469] = 3, + ACTIONS(637), 1, + sym__backtick_identifier, + ACTIONS(9704), 1, + anon_sym_LPAREN, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3602), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7181), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(7179), 11, + STATE(2656), 2, + sym_variable_declaration, + sym_multi_variable_declaration, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, + [194170] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [194491] = 3, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9712), 1, + anon_sym_LPAREN, + STATE(3044), 1, + sym_function_value_parameters, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7173), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(7171), 11, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, + [194205] = 9, + ACTIONS(8668), 1, sym__alpha_identifier, - [194513] = 3, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9712), 1, + anon_sym_LPAREN, + STATE(3047), 1, + sym_function_value_parameters, + STATE(5910), 1, + sym__lexical_identifier, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5161), 3, - anon_sym_AT, - anon_sym_LPAREN, - sym__backtick_identifier, - ACTIONS(5159), 10, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [194535] = 3, + [194240] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7181), 3, + ACTIONS(7161), 2, anon_sym_AT, - anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(7179), 10, + ACTIONS(7159), 11, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194557] = 3, + [194262] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7173), 3, + ACTIONS(7174), 2, anon_sym_AT, - anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(7171), 10, + ACTIONS(7172), 11, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194579] = 3, + [194284] = 5, + ACTIONS(9942), 1, + sym__quest, + STATE(6695), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7189), 2, - anon_sym_AT, + ACTIONS(9940), 3, + anon_sym_LPAREN, + anon_sym_DOT, sym__backtick_identifier, - ACTIONS(7187), 11, + ACTIONS(9938), 8, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194601] = 3, + [194310] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7189), 3, + ACTIONS(7149), 2, anon_sym_AT, - anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(7187), 10, + ACTIONS(7147), 11, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194623] = 3, + [194332] = 5, + ACTIONS(9944), 1, + anon_sym_DOT, + STATE(7858), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7145), 2, - anon_sym_AT, + ACTIONS(4195), 3, + anon_sym_LPAREN, + sym__quest, sym__backtick_identifier, - ACTIONS(7143), 11, + ACTIONS(4193), 8, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194645] = 5, - ACTIONS(9961), 1, - sym__quest, - STATE(6738), 1, - aux_sym_nullable_type_repeat1, + [194358] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9959), 3, + ACTIONS(5024), 3, + anon_sym_AT, anon_sym_LPAREN, - anon_sym_DOT, sym__backtick_identifier, - ACTIONS(9957), 8, + ACTIONS(5022), 10, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194671] = 3, + [194380] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9131), 2, + ACTIONS(5062), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(9133), 11, + ACTIONS(5060), 11, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643960,15 +643332,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194693] = 3, + [194402] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5189), 3, + ACTIONS(7199), 3, anon_sym_AT, anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(5187), 10, + ACTIONS(7197), 10, anon_sym_get, anon_sym_set, anon_sym_dynamic, @@ -643979,14 +643351,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194715] = 3, + [194424] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5161), 2, + ACTIONS(4964), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(5159), 11, + ACTIONS(4962), 11, anon_sym_get, anon_sym_set, anon_sym_data, @@ -643998,75 +643370,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194737] = 5, - ACTIONS(9961), 1, - sym__quest, - STATE(6738), 1, - aux_sym_nullable_type_repeat1, + [194446] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9965), 3, - anon_sym_LPAREN, - anon_sym_DOT, + ACTIONS(4972), 2, + anon_sym_AT, sym__backtick_identifier, - ACTIONS(9963), 8, + ACTIONS(4970), 11, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194763] = 5, - ACTIONS(9967), 1, - anon_sym_DOT, - STATE(6591), 1, - aux_sym_user_type_repeat1, + [194468] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 3, - anon_sym_LPAREN, - sym__quest, + ACTIONS(4980), 2, + anon_sym_AT, sym__backtick_identifier, - ACTIONS(4153), 8, + ACTIONS(4978), 11, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194789] = 3, + [194490] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5165), 2, + ACTIONS(4972), 3, anon_sym_AT, + anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(5163), 11, + ACTIONS(4970), 10, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194811] = 3, + [194512] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5181), 2, + ACTIONS(5024), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(5179), 11, + ACTIONS(5022), 11, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644078,33 +643446,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194833] = 3, + [194534] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5185), 2, + ACTIONS(7161), 3, anon_sym_AT, + anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(5183), 11, + ACTIONS(7159), 10, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, - anon_sym_vararg, - anon_sym_noinline, - anon_sym_crossinline, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194855] = 3, + [194556] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7193), 2, + ACTIONS(7183), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(7191), 11, + ACTIONS(7181), 11, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644116,22 +643484,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194877] = 7, - ACTIONS(8672), 1, + [194578] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9718), 1, + STATE(10111), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9970), 2, + ACTIONS(9947), 2, anon_sym_val, anon_sym_var, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644139,14 +643507,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [194907] = 3, + [194608] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5189), 2, + ACTIONS(9092), 2, anon_sym_AT, sym__backtick_identifier, - ACTIONS(5187), 11, + ACTIONS(9094), 11, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644158,34 +643526,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194929] = 3, + [194630] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5181), 3, + ACTIONS(9852), 2, anon_sym_AT, - anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(5179), 10, + ACTIONS(9850), 11, anon_sym_get, anon_sym_set, - anon_sym_dynamic, - anon_sym_suspend, + anon_sym_in, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_out, + sym_reification_modifier, anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194951] = 3, + [194652] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5185), 3, + ACTIONS(7174), 3, anon_sym_AT, anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(5183), 10, + ACTIONS(7172), 10, anon_sym_get, anon_sym_set, anon_sym_dynamic, @@ -644196,15 +643564,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194973] = 3, + [194674] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7145), 3, + ACTIONS(4980), 3, anon_sym_AT, anon_sym_LPAREN, sym__backtick_identifier, - ACTIONS(7143), 10, + ACTIONS(4978), 10, anon_sym_get, anon_sym_set, anon_sym_dynamic, @@ -644215,106 +643583,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [194995] = 7, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(6590), 1, - sym_simple_identifier, + [194696] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(5062), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(5060), 10, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [195024] = 7, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9972), 1, - anon_sym_DOT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9395), 1, - sym_simple_identifier, + [194718] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(7199), 2, + anon_sym_AT, + sym__backtick_identifier, + ACTIONS(7197), 11, anon_sym_get, anon_sym_set, anon_sym_data, anon_sym_inner, anon_sym_value, + anon_sym_vararg, + anon_sym_noinline, + anon_sym_crossinline, anon_sym_expect, anon_sym_actual, - [195053] = 7, - ACTIONS(9402), 1, sym__alpha_identifier, - ACTIONS(9410), 1, - sym__backtick_identifier, - STATE(5826), 1, - sym_simple_identifier, - STATE(5842), 1, - sym__lexical_identifier, - STATE(5857), 1, - sym__simple_user_type, + [194740] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9408), 7, + ACTIONS(7149), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(7147), 10, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [195082] = 7, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9974), 1, - anon_sym_DOT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9238), 1, - sym_simple_identifier, + [194762] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(7183), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(7181), 10, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [195111] = 5, - ACTIONS(9976), 1, + sym__alpha_identifier, + [194784] = 5, + ACTIONS(9949), 1, anon_sym_DOT, - STATE(7889), 1, + STATE(6594), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4195), 2, + ACTIONS(4124), 3, + anon_sym_LPAREN, sym__quest, sym__backtick_identifier, - ACTIONS(4193), 8, + ACTIONS(4122), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644323,62 +643680,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [195136] = 7, - ACTIONS(9285), 1, - sym__alpha_identifier, - ACTIONS(9291), 1, - sym__backtick_identifier, - STATE(5682), 1, - sym__lexical_identifier, - STATE(5787), 1, - sym_simple_identifier, - STATE(5815), 1, - sym__simple_user_type, + [194810] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9289), 7, + ACTIONS(4964), 3, + anon_sym_AT, + anon_sym_LPAREN, + sym__backtick_identifier, + ACTIONS(4962), 10, anon_sym_get, anon_sym_set, + anon_sym_dynamic, + anon_sym_suspend, anon_sym_data, anon_sym_inner, anon_sym_value, anon_sym_expect, anon_sym_actual, - [195165] = 4, - ACTIONS(9979), 1, - anon_sym_DOT, - STATE(7887), 1, - aux_sym_user_type_repeat1, + sym__alpha_identifier, + [194832] = 5, + ACTIONS(9942), 1, + sym__quest, + STATE(6695), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 10, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(9954), 3, anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - anon_sym_AMP, - sym__quest, - [195188] = 7, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(9981), 1, anon_sym_DOT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9225), 1, - sym_simple_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8682), 7, + sym__backtick_identifier, + ACTIONS(9952), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644386,21 +643719,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [195217] = 7, - ACTIONS(9216), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + [194858] = 7, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, sym__backtick_identifier, - STATE(5685), 1, + ACTIONS(9956), 1, + anon_sym_class, + STATE(2933), 1, sym__lexical_identifier, - STATE(8516), 1, + STATE(3395), 1, sym_simple_identifier, - STATE(9168), 1, - sym_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9220), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644408,40 +643742,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [195246] = 7, - ACTIONS(9216), 1, + [194887] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(5685), 1, + ACTIONS(9958), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, - STATE(8516), 1, + STATE(9350), 1, sym_simple_identifier, - STATE(8517), 1, - sym_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9220), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [195275] = 5, - ACTIONS(9983), 1, - anon_sym_DOT, - STATE(6591), 1, - aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4153), 8, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644449,11 +643764,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [195300] = 5, - ACTIONS(9986), 1, + [194916] = 5, + ACTIONS(9960), 1, anon_sym_DOT, - STATE(7877), 1, + STATE(7893), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, @@ -644470,30 +643784,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [195325] = 5, - ACTIONS(9989), 1, - anon_sym_DOT, - STATE(6591), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4155), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4153), 8, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [195350] = 5, - ACTIONS(9992), 1, + [194941] = 5, + ACTIONS(9963), 1, anon_sym_DOT, - STATE(7879), 1, + STATE(7940), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, @@ -644510,58 +643804,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [195375] = 5, - ACTIONS(9995), 1, - anon_sym_DOT, - STATE(6591), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4155), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4153), 8, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, + [194966] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - [195400] = 5, - ACTIONS(9998), 1, - anon_sym_DOT, - STATE(7881), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4195), 2, - sym__quest, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(4193), 8, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [195425] = 5, - ACTIONS(10001), 1, + ACTIONS(9966), 1, anon_sym_DOT, - STATE(6591), 1, - aux_sym_user_type_repeat1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9424), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4153), 8, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644569,19 +643826,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [194995] = 7, + ACTIONS(115), 1, sym__alpha_identifier, - [195450] = 5, - ACTIONS(10004), 1, - anon_sym_DOT, - STATE(7883), 1, - aux_sym_user_type_repeat1, + ACTIONS(203), 1, + sym__backtick_identifier, + ACTIONS(9968), 1, + anon_sym_class, + STATE(4529), 1, + sym__lexical_identifier, + STATE(4847), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4195), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4193), 8, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644589,22 +643848,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [195024] = 7, + ACTIONS(9232), 1, sym__alpha_identifier, - [195475] = 7, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9238), 1, sym__backtick_identifier, - ACTIONS(10007), 1, - anon_sym_DOT, - STATE(6224), 1, + STATE(8318), 1, sym__lexical_identifier, - STATE(9252), 1, + STATE(8324), 1, sym_simple_identifier, + STATE(8374), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(9234), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644612,21 +643870,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [195504] = 7, - ACTIONS(7), 1, + [195053] = 7, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(10009), 1, + ACTIONS(9970), 1, anon_sym_class, - STATE(4612), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(5227), 1, + STATE(4017), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1920), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644634,37 +643892,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [195533] = 4, - ACTIONS(10011), 1, - anon_sym_DOT, - STATE(7887), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4168), 10, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - anon_sym_AMP, - sym__quest, - [195556] = 5, - ACTIONS(10014), 1, - anon_sym_LPAREN, - STATE(7182), 1, - sym_value_arguments, + [195082] = 7, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + STATE(3289), 1, + sym_simple_identifier, + STATE(3327), 1, + sym__lexical_identifier, + STATE(3519), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7089), 2, - anon_sym_AT, - sym__backtick_identifier, - ACTIONS(7087), 8, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644672,19 +643914,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [195111] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - [195581] = 5, - ACTIONS(10017), 1, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(9972), 1, anon_sym_DOT, - STATE(6591), 1, - aux_sym_user_type_repeat1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9299), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4153), 8, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644692,22 +643936,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [195140] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - [195606] = 7, - ACTIONS(9216), 1, - sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(5685), 1, + ACTIONS(9974), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, - STATE(5686), 1, + STATE(9416), 1, sym_simple_identifier, - STATE(5708), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9220), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644715,15 +643958,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [195635] = 4, - ACTIONS(10020), 1, + [195169] = 4, + ACTIONS(9976), 1, anon_sym_DOT, - STATE(7873), 1, + STATE(8009), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4195), 10, + ACTIONS(4124), 10, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -644734,21 +643977,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_AMP, sym__quest, - [195658] = 7, - ACTIONS(557), 1, + [195192] = 7, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(341), 1, sym__backtick_identifier, - ACTIONS(10022), 1, - anon_sym_class, - STATE(2791), 1, - sym__lexical_identifier, - STATE(3065), 1, + STATE(2928), 1, sym_simple_identifier, + STATE(2933), 1, + sym__lexical_identifier, + STATE(2996), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1910), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644756,40 +643999,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [195687] = 4, - ACTIONS(9162), 1, - anon_sym_LT, - STATE(6538), 1, - sym_type_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4189), 10, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT, - anon_sym_DOT, - anon_sym_AMP, - sym__quest, - anon_sym_DASH_GT, - anon_sym_while, - [195710] = 7, - ACTIONS(8672), 1, + [195221] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(6549), 1, - sym__simple_user_type, - STATE(7893), 1, + STATE(8478), 1, sym_simple_identifier, + STATE(8940), 1, + sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644797,21 +644021,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [195739] = 7, - ACTIONS(211), 1, + [195250] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10024), 1, - anon_sym_class, - STATE(4534), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(4879), 1, + STATE(9089), 1, + sym_parameter, + STATE(9519), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644819,21 +644043,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [195768] = 7, - ACTIONS(8672), 1, + [195279] = 7, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(10026), 1, - anon_sym_DOT, - STATE(6224), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(9191), 1, + STATE(2805), 1, sym_simple_identifier, + STATE(2820), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644841,21 +644065,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [195797] = 7, - ACTIONS(8672), 1, + [195308] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10028), 1, + ACTIONS(9978), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9224), 1, + STATE(9374), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644863,21 +644087,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [195826] = 7, - ACTIONS(8672), 1, + [195337] = 7, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(10030), 1, - anon_sym_DOT, - STATE(6224), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(9214), 1, + STATE(5683), 1, sym_simple_identifier, + STATE(5695), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644885,21 +644109,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [195855] = 7, - ACTIONS(8672), 1, + [195366] = 7, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - ACTIONS(10032), 1, - anon_sym_DOT, - STATE(6224), 1, + STATE(4538), 1, sym__lexical_identifier, - STATE(9226), 1, + STATE(4543), 1, sym_simple_identifier, + STATE(4602), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644907,21 +644131,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [195884] = 7, - ACTIONS(8672), 1, + [195395] = 7, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(10034), 1, - anon_sym_DOT, - STATE(6224), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(9200), 1, + STATE(4667), 1, sym_simple_identifier, + STATE(4840), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644929,21 +644153,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [195913] = 7, - ACTIONS(8672), 1, + [195424] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10036), 1, + ACTIONS(9980), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9267), 1, + STATE(9098), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644951,40 +644175,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [195942] = 7, - ACTIONS(8672), 1, + [195453] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10038), 1, + ACTIONS(9982), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9367), 1, + STATE(9099), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [195971] = 5, - ACTIONS(10040), 1, - anon_sym_DOT, - STATE(8008), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4195), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4193), 8, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -644992,22 +644197,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [195482] = 7, + ACTIONS(9210), 1, sym__alpha_identifier, - [195996] = 7, - ACTIONS(9268), 1, - sym__alpha_identifier, - ACTIONS(9272), 1, + ACTIONS(9218), 1, sym__backtick_identifier, - STATE(5686), 1, + STATE(2832), 1, sym_simple_identifier, - STATE(5708), 1, - sym__simple_user_type, - STATE(5713), 1, + STATE(2857), 1, sym__lexical_identifier, + STATE(3007), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9270), 7, + ACTIONS(9214), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645015,21 +644219,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196025] = 7, - ACTIONS(8672), 1, + [195511] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10043), 1, + ACTIONS(9984), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9192), 1, + STATE(9100), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645037,21 +644241,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196054] = 7, - ACTIONS(8672), 1, + [195540] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10045), 1, + ACTIONS(9986), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9178), 1, + STATE(9321), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645059,43 +644263,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196083] = 7, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8564), 1, - sym_simple_identifier, - STATE(8857), 1, - sym_variable_declaration, + [195569] = 11, + ACTIONS(9988), 1, + anon_sym_typealias, + ACTIONS(9992), 1, + anon_sym_enum, + ACTIONS(9994), 1, + anon_sym_constructor, + ACTIONS(9998), 1, + anon_sym_companion, + ACTIONS(10000), 1, + anon_sym_object, + ACTIONS(10002), 1, + anon_sym_fun, + ACTIONS(10004), 1, + anon_sym_get, + ACTIONS(10006), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [196112] = 7, - ACTIONS(7), 1, - sym__alpha_identifier, - ACTIONS(111), 1, - sym__backtick_identifier, - ACTIONS(10047), 1, + ACTIONS(9990), 2, anon_sym_class, - STATE(4612), 1, - sym__lexical_identifier, - STATE(5191), 1, - sym_simple_identifier, + anon_sym_interface, + ACTIONS(9996), 2, + anon_sym_val, + anon_sym_var, + [195606] = 5, + ACTIONS(10008), 1, + anon_sym_LPAREN, + STATE(7166), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1920), 7, + ACTIONS(7041), 2, + anon_sym_AT, + sym__backtick_identifier, + ACTIONS(7039), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645103,21 +644308,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196141] = 7, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [195631] = 7, + ACTIONS(387), 1, + sym__alpha_identifier, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(10049), 1, - anon_sym_DOT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9250), 1, + STATE(820), 1, sym_simple_identifier, + STATE(823), 1, + sym__lexical_identifier, + STATE(850), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645125,21 +644331,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196170] = 7, - ACTIONS(8672), 1, + [195660] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10051), 1, + ACTIONS(10011), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9169), 1, + STATE(9219), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645147,21 +644353,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196199] = 7, - ACTIONS(8672), 1, + [195689] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10053), 1, + ACTIONS(10013), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9158), 1, + STATE(9142), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645169,43 +644375,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196228] = 7, - ACTIONS(473), 1, + [195718] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(3308), 1, - sym_simple_identifier, - STATE(3332), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(3548), 1, - sym__simple_user_type, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(1652), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [196257] = 7, - ACTIONS(9386), 1, - sym__alpha_identifier, - ACTIONS(9398), 1, - sym__backtick_identifier, - STATE(3554), 1, + STATE(8478), 1, sym_simple_identifier, - STATE(3648), 1, - sym__lexical_identifier, - STATE(3742), 1, - sym__simple_user_type, + STATE(8899), 1, + sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9394), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645213,21 +644397,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196286] = 7, - ACTIONS(8672), 1, + [195747] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10055), 1, + ACTIONS(10015), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9273), 1, + STATE(9250), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645235,21 +644419,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196315] = 7, - ACTIONS(9464), 1, - sym__alpha_identifier, - ACTIONS(9472), 1, - sym__backtick_identifier, - STATE(7357), 1, - sym_simple_identifier, - STATE(7388), 1, - sym__lexical_identifier, - STATE(7727), 1, - sym__simple_user_type, + [195776] = 5, + ACTIONS(10017), 1, + anon_sym_DOT, + STATE(6594), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9470), 7, + ACTIONS(4124), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4122), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645257,21 +644438,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196344] = 7, - ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(203), 1, + [195801] = 7, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, sym__backtick_identifier, - ACTIONS(10057), 1, + ACTIONS(10020), 1, anon_sym_class, - STATE(2955), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(3459), 1, + STATE(3902), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1592), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645279,21 +644461,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196373] = 7, - ACTIONS(8672), 1, + [195830] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10059), 1, + ACTIONS(10022), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9449), 1, + STATE(9277), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645301,21 +644483,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196402] = 7, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(10061), 1, + [195859] = 5, + ACTIONS(10024), 1, anon_sym_DOT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9118), 1, - sym_simple_identifier, + STATE(7901), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(4195), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4193), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645323,21 +644502,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196431] = 7, - ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(469), 1, - sym__backtick_identifier, - ACTIONS(10063), 1, - anon_sym_class, - STATE(823), 1, - sym__lexical_identifier, - STATE(1098), 1, - sym_simple_identifier, + [195884] = 5, + ACTIONS(10027), 1, + anon_sym_DOT, + STATE(6594), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1664), 7, + ACTIONS(4124), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4122), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645345,21 +644522,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196460] = 7, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [195909] = 7, + ACTIONS(473), 1, + sym__alpha_identifier, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(10065), 1, - anon_sym_DOT, - STATE(6224), 1, + ACTIONS(10030), 1, + anon_sym_class, + STATE(2781), 1, sym__lexical_identifier, - STATE(9213), 1, + STATE(3156), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645367,21 +644545,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196489] = 7, - ACTIONS(8672), 1, + [195938] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10067), 1, + ACTIONS(10032), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9446), 1, + STATE(9143), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645389,40 +644567,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196518] = 7, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(10069), 1, + [195967] = 4, + ACTIONS(10034), 1, anon_sym_DOT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9166), 1, - sym_simple_identifier, + STATE(7872), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [196547] = 5, - ACTIONS(10071), 1, + ACTIONS(4195), 10, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, + anon_sym_AMP, + sym__quest, + [195990] = 5, + ACTIONS(10036), 1, anon_sym_DOT, - STATE(6591), 1, + STATE(6594), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 2, + ACTIONS(4124), 2, sym__quest, sym__backtick_identifier, - ACTIONS(4153), 8, + ACTIONS(4122), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645431,21 +644606,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [196572] = 7, - ACTIONS(8672), 1, + [196015] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10074), 1, - anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9140), 1, + STATE(8478), 1, sym_simple_identifier, + STATE(9997), 1, + sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645453,18 +644628,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196601] = 5, - ACTIONS(10076), 1, + [196044] = 7, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(10039), 1, anon_sym_DOT, - STATE(7930), 1, - aux_sym_user_type_repeat1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9301), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4195), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4193), 8, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645472,22 +644650,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [196073] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - [196626] = 7, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10079), 1, + ACTIONS(10041), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9255), 1, + STATE(9342), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645495,21 +644672,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196655] = 7, - ACTIONS(8672), 1, + [196102] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10081), 1, + ACTIONS(10043), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9439), 1, + STATE(9338), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645517,21 +644694,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196684] = 7, - ACTIONS(8672), 1, + [196131] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10083), 1, + ACTIONS(10045), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9299), 1, + STATE(9336), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645539,21 +644716,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196713] = 7, - ACTIONS(8672), 1, + [196160] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10085), 1, + ACTIONS(10047), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9141), 1, + STATE(9257), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645561,18 +644738,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196742] = 5, - ACTIONS(10087), 1, - anon_sym_DOT, - STATE(6591), 1, - aux_sym_user_type_repeat1, + [196189] = 7, + ACTIONS(255), 1, + sym__alpha_identifier, + ACTIONS(341), 1, + sym__backtick_identifier, + ACTIONS(10049), 1, + anon_sym_class, + STATE(2933), 1, + sym__lexical_identifier, + STATE(3536), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4153), 8, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645580,22 +644760,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [196218] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - [196767] = 7, - ACTIONS(211), 1, - sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(4534), 1, + ACTIONS(10051), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4538), 1, + STATE(9320), 1, sym_simple_identifier, - STATE(4577), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645603,21 +644782,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196796] = 7, - ACTIONS(8672), 1, + [196247] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8564), 1, + STATE(8478), 1, sym_simple_identifier, - STATE(9096), 1, + STATE(9003), 1, sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645625,21 +644804,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196825] = 7, - ACTIONS(8672), 1, + [196276] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10090), 1, + ACTIONS(10053), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9320), 1, + STATE(9316), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645647,21 +644826,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196854] = 7, - ACTIONS(8672), 1, + [196305] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10092), 1, + ACTIONS(10055), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9183), 1, + STATE(9334), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645669,21 +644848,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196883] = 7, - ACTIONS(8672), 1, + [196334] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10094), 1, + ACTIONS(10057), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9332), 1, + STATE(9310), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645691,21 +644870,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196912] = 7, - ACTIONS(387), 1, + [196363] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10096), 1, - anon_sym_class, - STATE(823), 1, + ACTIONS(10059), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, - STATE(1073), 1, + STATE(9306), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645713,21 +644892,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196941] = 7, - ACTIONS(8672), 1, + [196392] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10098), 1, + ACTIONS(10061), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9143), 1, + STATE(9303), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645735,21 +644914,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196970] = 7, - ACTIONS(8672), 1, + [196421] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10100), 1, + ACTIONS(10063), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9306), 1, + STATE(9337), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645757,21 +644936,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [196999] = 7, - ACTIONS(8672), 1, + [196450] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10102), 1, + ACTIONS(10065), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9179), 1, + STATE(9297), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645779,21 +644958,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197028] = 7, - ACTIONS(9208), 1, + [196479] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9214), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(8325), 1, - sym_simple_identifier, - STATE(8333), 1, + ACTIONS(10067), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, - STATE(8373), 1, - sym__simple_user_type, + STATE(9293), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9210), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645801,21 +644980,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197057] = 7, - ACTIONS(8672), 1, + [196508] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10104), 1, - anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9381), 1, + STATE(8478), 1, sym_simple_identifier, + STATE(9116), 1, + sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645823,18 +645002,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197086] = 5, - ACTIONS(10106), 1, + [196537] = 7, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(10069), 1, anon_sym_DOT, - STATE(7923), 1, - aux_sym_user_type_repeat1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9288), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4195), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4193), 8, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645842,22 +645024,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [196566] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - [197111] = 7, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + ACTIONS(10071), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, - STATE(8564), 1, + STATE(9283), 1, sym_simple_identifier, - STATE(9584), 1, - sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645865,21 +645046,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197140] = 7, - ACTIONS(8672), 1, + [196595] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10109), 1, + ACTIONS(10073), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9437), 1, + STATE(9340), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645887,21 +645068,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197169] = 7, - ACTIONS(8672), 1, + [196624] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10111), 1, + ACTIONS(10075), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9180), 1, + STATE(9282), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645909,21 +645090,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197198] = 7, - ACTIONS(8672), 1, + [196653] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10113), 1, + ACTIONS(10077), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9375), 1, + STATE(9432), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645931,21 +645112,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197227] = 7, - ACTIONS(8672), 1, + [196682] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10115), 1, + ACTIONS(10079), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9182), 1, + STATE(9147), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645953,21 +645134,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197256] = 7, - ACTIONS(9258), 1, + [196711] = 7, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(9266), 1, + ACTIONS(203), 1, sym__backtick_identifier, - STATE(2826), 1, - sym_simple_identifier, - STATE(2853), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(3014), 1, + STATE(4533), 1, + sym_simple_identifier, + STATE(4553), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9262), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645975,21 +645156,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197285] = 7, - ACTIONS(8672), 1, + [196740] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10117), 1, + ACTIONS(10081), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9369), 1, + STATE(9281), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -645997,21 +645178,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197314] = 7, - ACTIONS(8672), 1, + [196769] = 7, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(111), 1, sym__backtick_identifier, - ACTIONS(10119), 1, - anon_sym_DOT, - STATE(6224), 1, + ACTIONS(10083), 1, + anon_sym_class, + STATE(4615), 1, sym__lexical_identifier, - STATE(9195), 1, + STATE(5175), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646019,21 +645200,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197343] = 7, - ACTIONS(8672), 1, + [196798] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10121), 1, + ACTIONS(10085), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9196), 1, + STATE(9197), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646041,21 +645222,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197372] = 7, - ACTIONS(115), 1, + [196827] = 7, + ACTIONS(9434), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(9442), 1, sym__backtick_identifier, - STATE(2899), 1, + STATE(7198), 1, sym_simple_identifier, - STATE(2955), 1, + STATE(7210), 1, sym__lexical_identifier, - STATE(3021), 1, + STATE(7226), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1592), 7, + ACTIONS(9440), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646063,21 +645244,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197401] = 7, - ACTIONS(8672), 1, + [196856] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10123), 1, + ACTIONS(10087), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9365), 1, + STATE(9173), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646085,21 +645266,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197430] = 7, - ACTIONS(8672), 1, + [196885] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10125), 1, + ACTIONS(10089), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9197), 1, + STATE(9344), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646107,21 +645288,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197459] = 7, - ACTIONS(9434), 1, - sym__alpha_identifier, - ACTIONS(9442), 1, - sym__backtick_identifier, - STATE(5660), 1, - sym__lexical_identifier, - STATE(5684), 1, - sym_simple_identifier, - STATE(5706), 1, - sym__simple_user_type, + [196914] = 5, + ACTIONS(10091), 1, + anon_sym_DOT, + STATE(7934), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9440), 7, + ACTIONS(4195), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4193), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646129,21 +645307,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197488] = 7, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8564), 1, - sym_simple_identifier, - STATE(8822), 1, - sym_variable_declaration, + [196939] = 5, + ACTIONS(10094), 1, + anon_sym_DOT, + STATE(6594), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(4124), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4122), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646151,21 +645327,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197517] = 7, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [196964] = 7, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10127), 1, + ACTIONS(10097), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9202), 1, + STATE(9348), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646173,21 +645350,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197546] = 7, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(10129), 1, + [196993] = 5, + ACTIONS(10099), 1, anon_sym_DOT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9203), 1, - sym_simple_identifier, + STATE(7942), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(4195), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4193), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646195,21 +645369,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197575] = 7, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(10131), 1, + [197018] = 5, + ACTIONS(10102), 1, anon_sym_DOT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9348), 1, - sym_simple_identifier, + STATE(7897), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(4195), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4193), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646217,21 +645389,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197604] = 7, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [197043] = 7, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10133), 1, + ACTIONS(10105), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9208), 1, + STATE(9258), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646239,21 +645412,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197633] = 7, - ACTIONS(8672), 1, + [197072] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10135), 1, + ACTIONS(10107), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9216), 1, + STATE(9425), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646261,21 +645434,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197662] = 7, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(10137), 1, + [197101] = 5, + ACTIONS(10109), 1, anon_sym_DOT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9335), 1, - sym_simple_identifier, + STATE(6594), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(4124), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4122), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646283,21 +645453,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197691] = 7, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [197126] = 7, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10139), 1, + ACTIONS(10112), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9340), 1, + STATE(9177), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646305,21 +645476,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197720] = 7, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(10141), 1, + [197155] = 5, + ACTIONS(10114), 1, anon_sym_DOT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9338), 1, - sym_simple_identifier, + STATE(6594), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(4124), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4122), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646327,21 +645495,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197749] = 7, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [197180] = 7, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10143), 1, + ACTIONS(10117), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9331), 1, + STATE(9353), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646349,21 +645518,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197778] = 7, - ACTIONS(557), 1, - sym__alpha_identifier, - ACTIONS(637), 1, - sym__backtick_identifier, - ACTIONS(10145), 1, - anon_sym_class, - STATE(2791), 1, - sym__lexical_identifier, - STATE(3140), 1, - sym_simple_identifier, + [197209] = 5, + ACTIONS(10119), 1, + anon_sym_DOT, + STATE(7945), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1910), 7, + ACTIONS(4195), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4193), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646371,21 +645537,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197807] = 7, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(10147), 1, + [197234] = 5, + ACTIONS(10122), 1, anon_sym_DOT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9218), 1, - sym_simple_identifier, + STATE(6594), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(4124), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4122), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646393,21 +645557,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197836] = 7, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [197259] = 7, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10149), 1, + ACTIONS(10125), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9228), 1, + STATE(9181), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646415,21 +645580,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197865] = 7, - ACTIONS(8672), 1, + [197288] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10151), 1, + ACTIONS(10127), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9235), 1, + STATE(9354), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646437,21 +645602,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197894] = 7, - ACTIONS(8672), 1, + [197317] = 7, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - ACTIONS(10153), 1, - anon_sym_DOT, - STATE(6224), 1, + ACTIONS(10129), 1, + anon_sym_class, + STATE(2781), 1, sym__lexical_identifier, - STATE(9328), 1, + STATE(3103), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646459,21 +645624,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197923] = 7, - ACTIONS(8672), 1, + [197346] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10155), 1, + ACTIONS(10131), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9236), 1, + STATE(9186), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646481,21 +645646,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197952] = 7, - ACTIONS(557), 1, + [197375] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2791), 1, + ACTIONS(10133), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, - STATE(2803), 1, + STATE(9187), 1, sym_simple_identifier, - STATE(2818), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1910), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646503,21 +645668,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [197981] = 7, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - ACTIONS(10157), 1, + [197404] = 5, + ACTIONS(10135), 1, anon_sym_DOT, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9324), 1, - sym_simple_identifier, + STATE(7957), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(4195), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4193), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646525,16 +645687,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198010] = 3, + sym__alpha_identifier, + [197429] = 4, + ACTIONS(9151), 1, + anon_sym_LT, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4212), 4, - anon_sym_LPAREN, + ACTIONS(4171), 10, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, anon_sym_DOT, + anon_sym_AMP, sym__quest, + anon_sym_DASH_GT, + anon_sym_while, + [197452] = 7, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(4210), 8, + ACTIONS(10138), 1, + anon_sym_DOT, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9357), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646542,22 +645729,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [197481] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - [198031] = 7, - ACTIONS(8672), 1, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(10140), 1, + anon_sym_DOT, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9188), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [197510] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10159), 1, + ACTIONS(10142), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9239), 1, + STATE(9192), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646565,21 +645773,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198060] = 7, - ACTIONS(8672), 1, + [197539] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10161), 1, + ACTIONS(10144), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9321), 1, + STATE(9361), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646587,18 +645795,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198089] = 5, - ACTIONS(10163), 1, + [197568] = 5, + ACTIONS(10146), 1, anon_sym_DOT, - STATE(6591), 1, + STATE(6594), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 2, + ACTIONS(4124), 2, sym__quest, sym__backtick_identifier, - ACTIONS(4153), 8, + ACTIONS(4122), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646607,21 +645815,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [198114] = 7, - ACTIONS(8672), 1, + [197593] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10166), 1, + ACTIONS(10149), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9270), 1, + STATE(9442), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646629,21 +645837,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198143] = 7, - ACTIONS(8672), 1, + [197622] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + ACTIONS(10151), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, - STATE(8564), 1, + STATE(9363), 1, sym_simple_identifier, - STATE(8967), 1, - sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646651,10 +645859,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198172] = 5, - ACTIONS(10168), 1, + [197651] = 5, + ACTIONS(10153), 1, anon_sym_DOT, - STATE(7977), 1, + STATE(7965), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, @@ -646671,21 +645879,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [198197] = 7, - ACTIONS(8672), 1, + [197676] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10171), 1, - anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9318), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(7952), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646693,21 +645901,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198226] = 7, - ACTIONS(211), 1, + [197705] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10173), 1, - anon_sym_class, - STATE(4534), 1, + ACTIONS(10156), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4756), 1, + STATE(9193), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646715,21 +645923,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198255] = 7, - ACTIONS(8672), 1, + [197734] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10175), 1, + ACTIONS(10158), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9172), 1, + STATE(9407), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646737,21 +645945,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198284] = 7, - ACTIONS(8672), 1, + [197763] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10177), 1, + ACTIONS(10160), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9315), 1, + STATE(9365), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646759,21 +645967,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198313] = 7, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, - sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8564), 1, - sym_simple_identifier, - STATE(9425), 1, - sym_variable_declaration, + [197792] = 5, + ACTIONS(10162), 1, + anon_sym_DOT, + STATE(6594), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(4124), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4122), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646781,21 +645986,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198342] = 7, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [197817] = 7, + ACTIONS(9252), 1, + sym__alpha_identifier, + ACTIONS(9260), 1, sym__backtick_identifier, - ACTIONS(10179), 1, - anon_sym_DOT, - STATE(6224), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(9314), 1, + STATE(8554), 1, + sym_identifier, + STATE(8557), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646803,21 +646009,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198371] = 7, - ACTIONS(8672), 1, + [197846] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10181), 1, + ACTIONS(10165), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9417), 1, + STATE(9369), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646825,21 +646031,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198400] = 7, - ACTIONS(9232), 1, + [197875] = 7, + ACTIONS(9354), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(9366), 1, sym__backtick_identifier, - STATE(4544), 1, + STATE(3531), 1, sym_simple_identifier, - STATE(4545), 1, + STATE(3697), 1, sym__lexical_identifier, - STATE(4608), 1, + STATE(3765), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9236), 7, + ACTIONS(9362), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646847,21 +646053,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198429] = 7, - ACTIONS(8672), 1, + [197904] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10183), 1, - anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9097), 1, + STATE(8478), 1, sym_simple_identifier, + STATE(9718), 1, + sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646869,21 +646075,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198458] = 7, - ACTIONS(8672), 1, + [197933] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10185), 1, + ACTIONS(10167), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9313), 1, + STATE(9371), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646891,40 +646097,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198487] = 7, - ACTIONS(8672), 1, + [197962] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + ACTIONS(10169), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, - STATE(8564), 1, + STATE(9195), 1, sym_simple_identifier, - STATE(8806), 1, - sym_variable_declaration, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(8682), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [198516] = 5, - ACTIONS(10187), 1, - anon_sym_DOT, - STATE(8012), 1, - aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4195), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4193), 8, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646932,22 +646119,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [197991] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - [198541] = 7, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10190), 1, + ACTIONS(10171), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9261), 1, + STATE(9343), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646955,21 +646141,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198570] = 7, - ACTIONS(115), 1, + [198020] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10192), 1, - anon_sym_class, - STATE(2955), 1, + ACTIONS(10173), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, - STATE(3583), 1, + STATE(9202), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646977,21 +646163,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198599] = 7, - ACTIONS(473), 1, + [198049] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10194), 1, - anon_sym_class, - STATE(3332), 1, + ACTIONS(10175), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, - STATE(3960), 1, + STATE(9205), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -646999,21 +646185,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198628] = 7, - ACTIONS(8672), 1, + [198078] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10196), 1, + ACTIONS(10177), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9380), 1, + STATE(9375), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647021,18 +646207,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198657] = 5, - ACTIONS(10198), 1, + [198107] = 7, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(10179), 1, anon_sym_DOT, - STATE(6591), 1, - aux_sym_user_type_repeat1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9204), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4153), 8, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647040,22 +646229,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [198136] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - [198682] = 7, - ACTIONS(7), 1, - sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(4612), 1, + ACTIONS(10181), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, - STATE(4683), 1, + STATE(9290), 1, sym_simple_identifier, - STATE(4857), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647063,21 +646251,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198711] = 7, - ACTIONS(8672), 1, + [198165] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10201), 1, + ACTIONS(10183), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9413), 1, + STATE(9377), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647085,21 +646273,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198740] = 7, - ACTIONS(8672), 1, + [198194] = 7, + ACTIONS(9446), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9454), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8564), 1, + STATE(7338), 1, sym_simple_identifier, - STATE(9092), 1, - sym_variable_declaration, + STATE(7470), 1, + sym__lexical_identifier, + STATE(7772), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(9452), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647107,18 +646295,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198769] = 5, - ACTIONS(10203), 1, + [198223] = 7, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(10185), 1, anon_sym_DOT, - STATE(7997), 1, - aux_sym_user_type_repeat1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9378), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4195), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4193), 8, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647126,22 +646317,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [198252] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - [198794] = 7, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10206), 1, - anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9459), 1, + STATE(8478), 1, sym_simple_identifier, + STATE(8802), 1, + sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647149,47 +646339,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198823] = 11, - ACTIONS(10208), 1, - anon_sym_typealias, - ACTIONS(10212), 1, - anon_sym_enum, - ACTIONS(10214), 1, - anon_sym_constructor, - ACTIONS(10218), 1, - anon_sym_companion, - ACTIONS(10220), 1, - anon_sym_object, - ACTIONS(10222), 1, - anon_sym_fun, - ACTIONS(10224), 1, - anon_sym_get, - ACTIONS(10226), 1, - anon_sym_set, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(10210), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(10216), 2, - anon_sym_val, - anon_sym_var, - [198860] = 7, - ACTIONS(8672), 1, + [198281] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10228), 1, + ACTIONS(10187), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9165), 1, + STATE(9451), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647197,21 +646361,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198889] = 7, - ACTIONS(8672), 1, + [198310] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9022), 1, - sym_parameter, - STATE(9513), 1, + STATE(8478), 1, sym_simple_identifier, + STATE(8986), 1, + sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647219,21 +646383,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198918] = 7, - ACTIONS(387), 1, + [198339] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(823), 1, + ACTIONS(10189), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, - STATE(824), 1, + STATE(9380), 1, sym_simple_identifier, - STATE(858), 1, - sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647241,21 +646405,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198947] = 7, - ACTIONS(8672), 1, + [198368] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10230), 1, + ACTIONS(10191), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9304), 1, + STATE(9206), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647263,18 +646427,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [198976] = 5, - ACTIONS(10232), 1, + [198397] = 5, + ACTIONS(10193), 1, anon_sym_DOT, - STATE(6591), 1, + STATE(6594), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 2, + ACTIONS(4124), 2, sym__quest, sym__backtick_identifier, - ACTIONS(4153), 8, + ACTIONS(4122), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647283,21 +646447,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [199001] = 7, - ACTIONS(8672), 1, + [198422] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10235), 1, + ACTIONS(10196), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9361), 1, + STATE(9211), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647305,21 +646469,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199030] = 7, - ACTIONS(8672), 1, + [198451] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10237), 1, + ACTIONS(10198), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9116), 1, + STATE(9212), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647327,21 +646491,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199059] = 7, - ACTIONS(9484), 1, + [198480] = 7, + ACTIONS(9262), 1, sym__alpha_identifier, - ACTIONS(9492), 1, + ACTIONS(9266), 1, sym__backtick_identifier, - STATE(7150), 1, + STATE(5683), 1, sym_simple_identifier, - STATE(7215), 1, - sym__lexical_identifier, - STATE(7279), 1, + STATE(5695), 1, sym__simple_user_type, + STATE(5698), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9490), 7, + ACTIONS(9264), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647349,18 +646513,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199088] = 5, - ACTIONS(10239), 1, + [198509] = 7, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(10200), 1, anon_sym_DOT, - STATE(6591), 1, - aux_sym_user_type_repeat1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9214), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4153), 8, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647368,22 +646535,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - sym__alpha_identifier, - [199113] = 7, + [198538] = 7, ACTIONS(1724), 1, sym__alpha_identifier, ACTIONS(1788), 1, sym__backtick_identifier, - STATE(5340), 1, + STATE(5357), 1, sym_simple_identifier, - STATE(5458), 1, + STATE(5425), 1, sym__lexical_identifier, STATE(5503), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3092), 7, + ACTIONS(3099), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647391,21 +646557,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199142] = 7, - ACTIONS(8672), 1, + [198567] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10242), 1, - anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9227), 1, + STATE(6544), 1, + sym__simple_user_type, + STATE(6584), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647413,21 +646579,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199171] = 7, - ACTIONS(9448), 1, + [198596] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9456), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(7266), 1, - sym_simple_identifier, - STATE(7314), 1, + ACTIONS(10202), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, - STATE(7501), 1, - sym__simple_user_type, + STATE(9101), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9454), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647435,10 +646601,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199200] = 5, - ACTIONS(10244), 1, + [198625] = 5, + ACTIONS(10204), 1, anon_sym_DOT, - STATE(8022), 1, + STATE(8006), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, @@ -647455,21 +646621,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_expect, anon_sym_actual, sym__alpha_identifier, - [199225] = 7, - ACTIONS(8672), 1, + [198650] = 7, + ACTIONS(9456), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9464), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8564), 1, + STATE(5821), 1, sym_simple_identifier, - STATE(9748), 1, - sym_variable_declaration, + STATE(5835), 1, + sym__lexical_identifier, + STATE(5850), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(9462), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647477,21 +646643,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199254] = 7, - ACTIONS(9248), 1, + [198679] = 7, + ACTIONS(9240), 1, sym__alpha_identifier, - ACTIONS(9256), 1, + ACTIONS(9246), 1, sym__backtick_identifier, - STATE(5602), 1, + STATE(5676), 1, sym__lexical_identifier, - STATE(5617), 1, + STATE(5780), 1, sym_simple_identifier, - STATE(5649), 1, + STATE(5822), 1, sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9252), 7, + ACTIONS(9244), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647499,21 +646665,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199283] = 7, - ACTIONS(8672), 1, + [198708] = 7, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(8564), 1, + STATE(8557), 1, sym_simple_identifier, - STATE(8929), 1, - sym_variable_declaration, + STATE(9167), 1, + sym_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647521,21 +646687,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199312] = 7, - ACTIONS(8672), 1, + [198737] = 7, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(10247), 1, - anon_sym_DOT, - STATE(6224), 1, + ACTIONS(10207), 1, + anon_sym_class, + STATE(823), 1, sym__lexical_identifier, - STATE(9259), 1, + STATE(1085), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647543,21 +646709,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199341] = 7, - ACTIONS(8672), 1, + [198766] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10249), 1, + ACTIONS(10209), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9435), 1, + STATE(9436), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647565,18 +646731,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199370] = 5, - ACTIONS(10251), 1, + [198795] = 7, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + ACTIONS(10211), 1, anon_sym_DOT, - STATE(6591), 1, - aux_sym_user_type_repeat1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9123), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 2, - sym__quest, - sym__backtick_identifier, - ACTIONS(4153), 8, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647584,22 +646753,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [198824] = 7, + ACTIONS(387), 1, sym__alpha_identifier, - [199395] = 7, - ACTIONS(473), 1, - sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(469), 1, sym__backtick_identifier, - ACTIONS(10254), 1, + ACTIONS(10213), 1, anon_sym_class, - STATE(3332), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(3994), 1, + STATE(1075), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1652), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647607,21 +646775,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199424] = 7, - ACTIONS(8672), 1, + [198853] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10256), 1, - anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9305), 1, + STATE(8478), 1, sym_simple_identifier, + STATE(8822), 1, + sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647629,21 +646797,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199453] = 7, - ACTIONS(8672), 1, + [198882] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - ACTIONS(10258), 1, + ACTIONS(10215), 1, anon_sym_DOT, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9122), 1, + STATE(9125), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647651,19 +646819,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199482] = 6, - ACTIONS(8672), 1, + [198911] = 7, + ACTIONS(9190), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9198), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9385), 1, + STATE(5600), 1, sym_simple_identifier, + STATE(5601), 1, + sym__lexical_identifier, + STATE(5640), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(9194), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647671,19 +646841,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199508] = 6, - ACTIONS(10260), 1, + [198940] = 7, + ACTIONS(9472), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(9480), 1, sym__backtick_identifier, - STATE(577), 1, + STATE(7245), 1, sym_simple_identifier, - STATE(877), 1, + STATE(7301), 1, sym__lexical_identifier, + STATE(7583), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(9478), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [198969] = 5, + ACTIONS(10217), 1, + anon_sym_DOT, + STATE(6594), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4124), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4122), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647691,19 +646882,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199534] = 6, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [198994] = 7, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + ACTIONS(10220), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, - STATE(8833), 1, + STATE(9140), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [199023] = 5, + ACTIONS(10222), 1, + anon_sym_DOT, + STATE(8016), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4195), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4193), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647711,19 +646924,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199560] = 6, - ACTIONS(10266), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + [199048] = 4, + ACTIONS(10225), 1, + anon_sym_DOT, + STATE(8009), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4188), 10, + sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, + anon_sym_AMP, + sym__quest, + [199071] = 7, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2308), 1, - sym_simple_identifier, - STATE(3630), 1, + ACTIONS(10228), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, + STATE(9452), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647731,19 +646966,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199586] = 6, - ACTIONS(10260), 1, + [199100] = 7, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(576), 1, - sym_simple_identifier, - STATE(877), 1, + ACTIONS(10230), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, + STATE(9435), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647751,19 +646988,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199612] = 6, - ACTIONS(211), 1, + [199129] = 7, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(111), 1, sym__backtick_identifier, - STATE(4534), 1, + ACTIONS(10232), 1, + anon_sym_class, + STATE(4615), 1, sym__lexical_identifier, - STATE(4595), 1, + STATE(5217), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1842), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647771,19 +647010,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199638] = 6, - ACTIONS(10266), 1, + [199158] = 7, + ACTIONS(9418), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(9426), 1, sym__backtick_identifier, - STATE(2576), 1, - sym_simple_identifier, - STATE(3630), 1, + STATE(5660), 1, sym__lexical_identifier, + STATE(5682), 1, + sym_simple_identifier, + STATE(5708), 1, + sym__simple_user_type, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(9424), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647791,43 +647032,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199664] = 10, - ACTIONS(1646), 1, - anon_sym_LBRACE, - ACTIONS(1726), 1, - anon_sym_AT, - ACTIONS(3656), 1, - anon_sym_LPAREN, - ACTIONS(3670), 1, - sym_label, - STATE(2976), 1, - sym_value_arguments, - STATE(3981), 1, - sym_annotated_lambda, - STATE(4039), 1, - sym_lambda_literal, + [199187] = 3, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6228), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8352), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - [199698] = 6, - ACTIONS(9216), 1, - sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(4329), 4, + anon_sym_LPAREN, + anon_sym_DOT, + sym__quest, sym__backtick_identifier, - STATE(5328), 1, - sym_simple_identifier, - STATE(5685), 1, - sym__lexical_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9220), 7, + ACTIONS(4327), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647835,19 +647049,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199724] = 6, - ACTIONS(8672), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + [199208] = 7, + ACTIONS(115), 1, + sym__alpha_identifier, + ACTIONS(203), 1, sym__backtick_identifier, - STATE(6224), 1, + ACTIONS(10234), 1, + anon_sym_class, + STATE(4529), 1, sym__lexical_identifier, - STATE(9259), 1, + STATE(4699), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647855,19 +647072,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199750] = 6, - ACTIONS(10266), 1, - sym__alpha_identifier, - ACTIONS(10270), 1, - sym__backtick_identifier, - STATE(2262), 1, - sym_simple_identifier, - STATE(3630), 1, - sym__lexical_identifier, + [199237] = 5, + ACTIONS(10236), 1, + anon_sym_DOT, + STATE(6594), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(4124), 2, + sym__quest, + sym__backtick_identifier, + ACTIONS(4122), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647875,19 +647091,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199776] = 6, - ACTIONS(10272), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + [199262] = 7, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(1383), 1, - sym_simple_identifier, - STATE(3193), 1, + ACTIONS(10239), 1, + anon_sym_DOT, + STATE(5910), 1, sym__lexical_identifier, + STATE(9182), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647895,37 +647114,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199802] = 4, - ACTIONS(10278), 1, + [199291] = 5, + ACTIONS(10241), 1, anon_sym_DOT, - STATE(8038), 1, + STATE(7986), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4168), 9, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT, - anon_sym_AMP, + ACTIONS(4195), 2, sym__quest, - anon_sym_DASH_GT, - anon_sym_while, - [199824] = 6, - ACTIONS(8672), 1, + sym__backtick_identifier, + ACTIONS(4193), 8, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, sym__alpha_identifier, - ACTIONS(8702), 1, + [199316] = 7, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9305), 1, + STATE(8478), 1, sym_simple_identifier, + STATE(9005), 1, + sym_variable_declaration, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647933,37 +647156,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199850] = 4, - ACTIONS(10281), 1, - anon_sym_DOT, - STATE(8038), 1, - aux_sym_user_type_repeat1, + [199345] = 6, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9206), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4155), 9, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT, - anon_sym_AMP, - sym__quest, - anon_sym_DASH_GT, - anon_sym_while, - [199872] = 6, - ACTIONS(10260), 1, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [199371] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(399), 1, + STATE(522), 1, sym_simple_identifier, - STATE(877), 1, + STATE(886), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647971,19 +647196,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199898] = 6, - ACTIONS(8672), 1, + [199397] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9226), 1, + STATE(542), 1, sym_simple_identifier, + STATE(886), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -647991,19 +647216,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199924] = 6, - ACTIONS(10260), 1, + [199423] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(384), 1, + STATE(576), 1, sym_simple_identifier, - STATE(877), 1, + STATE(886), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648011,43 +647236,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [199950] = 10, - ACTIONS(1586), 1, - anon_sym_LBRACE, - ACTIONS(1726), 1, - anon_sym_AT, - ACTIONS(3576), 1, - anon_sym_LPAREN, - ACTIONS(3590), 1, - sym_label, - STATE(2795), 1, - sym_value_arguments, - STATE(3370), 1, - sym_lambda_literal, - STATE(3476), 1, - sym_annotated_lambda, + [199449] = 6, + ACTIONS(10250), 1, + sym__alpha_identifier, + ACTIONS(10254), 1, + sym__backtick_identifier, + STATE(2210), 1, + sym_simple_identifier, + STATE(3624), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6228), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8350), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - [199984] = 6, - ACTIONS(10272), 1, + ACTIONS(10252), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [199475] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(1359), 1, + STATE(564), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(886), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648055,19 +647276,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200010] = 6, - ACTIONS(8672), 1, + [199501] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(551), 1, + sym_simple_identifier, + STATE(886), 1, sym__lexical_identifier, - STATE(9330), 1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(10246), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [199527] = 6, + ACTIONS(10250), 1, + sym__alpha_identifier, + ACTIONS(10254), 1, + sym__backtick_identifier, + STATE(2209), 1, sym_simple_identifier, + STATE(3624), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648075,19 +647316,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200036] = 6, - ACTIONS(8672), 1, + [199553] = 4, + ACTIONS(10256), 1, + anon_sym_DOT, + STATE(8028), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4188), 9, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_AMP, + sym__quest, + anon_sym_DASH_GT, + anon_sym_while, + [199575] = 4, + ACTIONS(10259), 1, + anon_sym_DOT, + STATE(8028), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4124), 9, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_AMP, + sym__quest, + anon_sym_DASH_GT, + anon_sym_while, + [199597] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8809), 1, + STATE(9277), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648095,19 +647372,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200062] = 6, - ACTIONS(10266), 1, + [199623] = 6, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(637), 1, sym__backtick_identifier, - STATE(2290), 1, - sym_simple_identifier, - STATE(3630), 1, + STATE(3327), 1, sym__lexical_identifier, + STATE(3692), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648115,19 +647392,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200088] = 6, - ACTIONS(8672), 1, + [199649] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9129), 1, + STATE(10111), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648135,19 +647412,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200114] = 6, - ACTIONS(9216), 1, + [199675] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(5331), 1, - sym_simple_identifier, - STATE(5685), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(8885), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9220), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648155,19 +647432,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200140] = 6, - ACTIONS(10283), 1, + [199701] = 6, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(10287), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - STATE(2195), 1, + STATE(5353), 1, sym_simple_identifier, - STATE(3680), 1, + STATE(5680), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10285), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648175,19 +647452,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200166] = 6, - ACTIONS(10272), 1, + [199727] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(1358), 1, - sym_simple_identifier, - STATE(3193), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9309), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648195,19 +647472,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200192] = 6, - ACTIONS(10272), 1, + [199753] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(1323), 1, + STATE(408), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(886), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648215,19 +647492,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200218] = 6, - ACTIONS(211), 1, + [199779] = 6, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(341), 1, sym__backtick_identifier, - STATE(4534), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(5290), 1, + STATE(3221), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1842), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648235,19 +647512,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200244] = 6, - ACTIONS(7), 1, + [199805] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(4612), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(5510), 1, + STATE(9123), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648255,19 +647532,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200270] = 6, - ACTIONS(10260), 1, + [199831] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(393), 1, + STATE(412), 1, sym_simple_identifier, - STATE(877), 1, + STATE(886), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648275,19 +647552,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200296] = 6, - ACTIONS(557), 1, + [199857] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(2791), 1, - sym__lexical_identifier, - STATE(2940), 1, + STATE(2205), 1, sym_simple_identifier, + STATE(3624), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1910), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648295,19 +647572,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200322] = 6, - ACTIONS(10272), 1, + [199883] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(1304), 1, + STATE(417), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(886), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648315,19 +647592,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200348] = 6, - ACTIONS(211), 1, + [199909] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(4534), 1, - sym__lexical_identifier, - STATE(5554), 1, + STATE(407), 1, sym_simple_identifier, + STATE(886), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1842), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648335,19 +647612,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200374] = 6, - ACTIONS(10272), 1, + [199935] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(2597), 1, + STATE(1333), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(3242), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648355,19 +647632,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200400] = 6, - ACTIONS(10272), 1, + [199961] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(1303), 1, + STATE(586), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(886), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648375,19 +647652,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200426] = 6, - ACTIONS(10272), 1, + [199987] = 6, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(469), 1, sym__backtick_identifier, - STATE(2563), 1, + STATE(823), 1, + sym__lexical_identifier, + STATE(1137), 1, sym_simple_identifier, - STATE(3193), 1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(1664), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [200013] = 6, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + STATE(5910), 1, sym__lexical_identifier, + STATE(9250), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648395,19 +647692,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200452] = 6, - ACTIONS(10272), 1, + [200039] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(2599), 1, + STATE(581), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(886), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648415,19 +647712,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200478] = 6, - ACTIONS(473), 1, + [200065] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(4211), 1, + STATE(1326), 1, sym_simple_identifier, + STATE(3242), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1652), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648435,19 +647732,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200504] = 6, - ACTIONS(10272), 1, + [200091] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(2595), 1, + STATE(592), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(886), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648455,19 +647752,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200530] = 6, - ACTIONS(10266), 1, + [200117] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(2590), 1, + STATE(547), 1, sym_simple_identifier, - STATE(3630), 1, + STATE(886), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648475,19 +647772,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200556] = 6, - ACTIONS(387), 1, + [200143] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(823), 1, - sym__lexical_identifier, - STATE(867), 1, + STATE(1323), 1, sym_simple_identifier, + STATE(3242), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1664), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648495,19 +647792,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200582] = 6, - ACTIONS(10266), 1, + [200169] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(2584), 1, + STATE(2206), 1, sym_simple_identifier, - STATE(3630), 1, + STATE(3242), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648515,19 +647812,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200608] = 6, - ACTIONS(10266), 1, + [200195] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(2582), 1, + STATE(546), 1, sym_simple_identifier, - STATE(3630), 1, + STATE(886), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648535,19 +647832,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200634] = 6, - ACTIONS(115), 1, + [200221] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2955), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(4052), 1, + STATE(9381), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648555,19 +647852,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200660] = 6, - ACTIONS(10266), 1, + [200247] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2564), 1, - sym_simple_identifier, - STATE(3630), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9380), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648575,19 +647872,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200686] = 6, - ACTIONS(10272), 1, + [200273] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(2415), 1, + STATE(1364), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(3242), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648595,19 +647892,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200712] = 6, - ACTIONS(10272), 1, + [200299] = 6, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(553), 1, sym__backtick_identifier, - STATE(1351), 1, + STATE(2781), 1, + sym__lexical_identifier, + STATE(4055), 1, sym_simple_identifier, - STATE(3193), 1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(1920), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [200325] = 6, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + STATE(5910), 1, sym__lexical_identifier, + STATE(9378), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648615,19 +647932,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200738] = 6, - ACTIONS(10272), 1, + [200351] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(1317), 1, + STATE(2193), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(3242), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648635,19 +647952,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200764] = 6, - ACTIONS(10272), 1, + [200377] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2416), 1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9376), 1, sym_simple_identifier, - STATE(3193), 1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [200403] = 6, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + STATE(5910), 1, sym__lexical_identifier, + STATE(9375), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648655,19 +647992,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200790] = 6, - ACTIONS(10266), 1, + [200429] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(2585), 1, + STATE(1315), 1, sym_simple_identifier, - STATE(3630), 1, + STATE(3242), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648675,19 +648012,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200816] = 6, - ACTIONS(557), 1, + [200455] = 6, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(203), 1, sym__backtick_identifier, - STATE(2791), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(3735), 1, + STATE(4594), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1910), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648695,19 +648032,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200842] = 6, - ACTIONS(10272), 1, + [200481] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2387), 1, - sym_simple_identifier, - STATE(3193), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9371), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648715,19 +648052,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200868] = 6, - ACTIONS(10260), 1, + [200507] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(417), 1, + STATE(2192), 1, sym_simple_identifier, - STATE(877), 1, + STATE(3242), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648735,19 +648072,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200894] = 6, - ACTIONS(10260), 1, + [200533] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(413), 1, + STATE(2191), 1, sym_simple_identifier, - STATE(877), 1, + STATE(3242), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648755,19 +648092,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200920] = 6, - ACTIONS(10260), 1, + [200559] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(408), 1, + STATE(2313), 1, sym_simple_identifier, - STATE(877), 1, + STATE(3624), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648775,19 +648112,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200946] = 6, - ACTIONS(10260), 1, + [200585] = 6, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(111), 1, sym__backtick_identifier, - STATE(536), 1, - sym_simple_identifier, - STATE(877), 1, + STATE(4615), 1, sym__lexical_identifier, + STATE(5504), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648795,19 +648132,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200972] = 6, - ACTIONS(10260), 1, + [200611] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(558), 1, + STATE(2537), 1, sym_simple_identifier, - STATE(877), 1, + STATE(3624), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648815,19 +648152,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [200998] = 6, - ACTIONS(9232), 1, + [200637] = 6, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(9240), 1, + ACTIONS(341), 1, sym__backtick_identifier, - STATE(4545), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(5151), 1, + STATE(3815), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9236), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648835,19 +648172,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201024] = 6, - ACTIONS(10260), 1, + [200663] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(416), 1, + STATE(2289), 1, sym_simple_identifier, - STATE(877), 1, + STATE(3624), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(10252), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [200689] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9954), 3, + anon_sym_LPAREN, + anon_sym_DOT, + sym__backtick_identifier, + ACTIONS(9952), 8, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648855,19 +648208,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201050] = 6, - ACTIONS(10260), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + [200709] = 6, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(542), 1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9366), 1, sym_simple_identifier, - STATE(877), 1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [200735] = 6, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + STATE(5910), 1, sym__lexical_identifier, + STATE(9365), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648875,19 +648249,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201076] = 6, - ACTIONS(115), 1, + [200761] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2955), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(4228), 1, + STATE(9363), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648895,19 +648269,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201102] = 6, - ACTIONS(10260), 1, + [200787] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(539), 1, + STATE(2278), 1, sym_simple_identifier, - STATE(877), 1, + STATE(3624), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648915,19 +648289,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201128] = 6, - ACTIONS(8672), 1, + [200813] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9122), 1, + STATE(9358), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648935,19 +648309,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201154] = 6, - ACTIONS(10283), 1, + [200839] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10287), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2192), 1, - sym_simple_identifier, - STATE(3680), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9357), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10285), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648955,19 +648329,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201180] = 6, - ACTIONS(10260), 1, + [200865] = 6, + ACTIONS(9200), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(9208), 1, sym__backtick_identifier, - STATE(552), 1, - sym_simple_identifier, - STATE(877), 1, + STATE(4538), 1, sym__lexical_identifier, + STATE(5161), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(9204), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648975,19 +648349,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201206] = 6, - ACTIONS(387), 1, + [200891] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(823), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(1387), 1, + STATE(9354), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1664), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -648995,19 +648369,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201232] = 6, - ACTIONS(10260), 1, + [200917] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(541), 1, + STATE(2292), 1, sym_simple_identifier, - STATE(877), 1, + STATE(3624), 1, + sym__lexical_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(10252), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [200943] = 6, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + STATE(5910), 1, sym__lexical_identifier, + STATE(9351), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649015,19 +648409,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201258] = 6, - ACTIONS(10266), 1, + [200969] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(2641), 1, + STATE(2276), 1, sym_simple_identifier, - STATE(3630), 1, + STATE(3624), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649035,19 +648429,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201284] = 6, - ACTIONS(387), 1, + [200995] = 6, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(203), 1, sym__backtick_identifier, - STATE(823), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(1015), 1, + STATE(5570), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1664), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649055,19 +648449,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201310] = 6, - ACTIONS(10260), 1, + [201021] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(592), 1, + STATE(2648), 1, sym_simple_identifier, - STATE(877), 1, + STATE(3624), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649075,19 +648469,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201336] = 6, - ACTIONS(10260), 1, + [201047] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(578), 1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(8880), 1, sym_simple_identifier, - STATE(877), 1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [201073] = 6, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + STATE(5910), 1, sym__lexical_identifier, + STATE(9350), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649095,19 +648509,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201362] = 6, - ACTIONS(10260), 1, + [201099] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(540), 1, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9348), 1, sym_simple_identifier, - STATE(877), 1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [201125] = 6, + ACTIONS(557), 1, + sym__alpha_identifier, + ACTIONS(637), 1, + sym__backtick_identifier, + STATE(3327), 1, sym__lexical_identifier, + STATE(3888), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649115,19 +648549,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201388] = 6, - ACTIONS(10260), 1, + [201151] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(546), 1, + STATE(2533), 1, sym_simple_identifier, - STATE(877), 1, + STATE(3624), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649135,19 +648569,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201414] = 6, - ACTIONS(10272), 1, + [201177] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(2214), 1, + STATE(1363), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(3242), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649155,19 +648589,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201440] = 6, - ACTIONS(557), 1, + [201203] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2791), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(4081), 1, + STATE(9341), 1, + sym_simple_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(8678), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [201229] = 6, + ACTIONS(8668), 1, + sym__alpha_identifier, + ACTIONS(8698), 1, + sym__backtick_identifier, + STATE(5910), 1, + sym__lexical_identifier, + STATE(9340), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1910), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649175,19 +648629,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201466] = 6, - ACTIONS(10272), 1, + [201255] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(2247), 1, + STATE(1362), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(3242), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649195,19 +648649,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201492] = 6, - ACTIONS(8672), 1, + [201281] = 6, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(9292), 1, + STATE(2899), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649215,19 +648669,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201518] = 6, - ACTIONS(8672), 1, + [201307] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9116), 1, + STATE(2599), 1, sym_simple_identifier, + STATE(3624), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649235,19 +648689,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201544] = 6, - ACTIONS(10272), 1, + [201333] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(2206), 1, + STATE(2555), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(3242), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649255,19 +648709,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201570] = 6, - ACTIONS(10272), 1, + [201359] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(2212), 1, + STATE(2669), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(3624), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649275,19 +648729,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201596] = 6, - ACTIONS(8672), 1, + [201385] = 4, + ACTIONS(10267), 1, + anon_sym_DOT, + STATE(8029), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4195), 9, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_AMP, + sym__quest, + anon_sym_DASH_GT, + anon_sym_while, + [201407] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(1354), 1, + sym_simple_identifier, + STATE(3242), 1, sym__lexical_identifier, - STATE(8400), 1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(10263), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [201433] = 6, + ACTIONS(10250), 1, + sym__alpha_identifier, + ACTIONS(10254), 1, + sym__backtick_identifier, + STATE(2677), 1, sym_simple_identifier, + STATE(3624), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649295,19 +648787,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201622] = 6, - ACTIONS(10266), 1, + [201459] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(2662), 1, + STATE(402), 1, sym_simple_identifier, - STATE(3630), 1, + STATE(886), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649315,43 +648807,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201648] = 10, - ACTIONS(1658), 1, + [201485] = 10, + ACTIONS(1646), 1, anon_sym_LBRACE, ACTIONS(1726), 1, anon_sym_AT, - ACTIONS(1736), 1, + ACTIONS(3656), 1, anon_sym_LPAREN, - ACTIONS(10289), 1, + ACTIONS(3670), 1, sym_label, - STATE(773), 1, + STATE(3004), 1, sym_value_arguments, - STATE(1044), 1, + STATE(3834), 1, sym_lambda_literal, - STATE(1171), 1, + STATE(3937), 1, sym_annotated_lambda, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6228), 2, + STATE(6139), 2, sym__single_annotation, sym__multi_annotation, - STATE(8342), 2, + STATE(8333), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - [201682] = 6, - ACTIONS(8672), 1, + [201519] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8818), 1, + STATE(2570), 1, sym_simple_identifier, + STATE(3242), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649359,19 +648851,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201708] = 6, - ACTIONS(10260), 1, + [201545] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(537), 1, - sym_simple_identifier, - STATE(877), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9984), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649379,19 +648871,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201734] = 6, - ACTIONS(10260), 1, + [201571] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(518), 1, + STATE(387), 1, sym_simple_identifier, - STATE(877), 1, + STATE(886), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649399,19 +648891,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201760] = 6, - ACTIONS(10266), 1, + [201597] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(2291), 1, + STATE(381), 1, sym_simple_identifier, - STATE(3630), 1, + STATE(886), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649419,19 +648911,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201786] = 6, - ACTIONS(10260), 1, + [201623] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(538), 1, + STATE(2535), 1, sym_simple_identifier, - STATE(877), 1, + STATE(3624), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649439,19 +648931,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201812] = 6, - ACTIONS(115), 1, + [201649] = 6, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - STATE(2955), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(3762), 1, + STATE(8460), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1592), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649459,19 +648951,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201838] = 6, - ACTIONS(8672), 1, + [201675] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8917), 1, + STATE(8382), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649479,19 +648971,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201864] = 6, - ACTIONS(10266), 1, + [201701] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(2573), 1, + STATE(2593), 1, sym_simple_identifier, - STATE(3630), 1, + STATE(3242), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649499,19 +648991,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201890] = 6, - ACTIONS(10266), 1, + [201727] = 6, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(637), 1, sym__backtick_identifier, - STATE(2259), 1, - sym_simple_identifier, - STATE(3630), 1, + STATE(3327), 1, sym__lexical_identifier, + STATE(4195), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649519,19 +649011,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201916] = 6, - ACTIONS(10283), 1, + [201753] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10287), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2215), 1, - sym_simple_identifier, - STATE(3680), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9337), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10285), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649539,19 +649031,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201942] = 6, - ACTIONS(8672), 1, + [201779] = 6, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9304), 1, + STATE(5414), 1, sym_simple_identifier, + STATE(5680), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649559,19 +649051,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201968] = 6, - ACTIONS(10266), 1, + [201805] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2282), 1, - sym_simple_identifier, - STATE(3630), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(8794), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649579,19 +649071,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [201994] = 6, - ACTIONS(10266), 1, + [201831] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(2252), 1, + STATE(2558), 1, sym_simple_identifier, - STATE(3630), 1, + STATE(3624), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649599,19 +649091,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202020] = 6, - ACTIONS(10266), 1, + [201857] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(2533), 1, + STATE(2583), 1, sym_simple_identifier, - STATE(3630), 1, + STATE(3242), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649619,19 +649111,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202046] = 6, - ACTIONS(473), 1, + [201883] = 6, + ACTIONS(10269), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(10273), 1, sym__backtick_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(4029), 1, + STATE(2190), 1, sym_simple_identifier, + STATE(3674), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1652), 7, + ACTIONS(10271), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649639,37 +649131,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202072] = 4, - ACTIONS(10291), 1, - anon_sym_DOT, - STATE(6592), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4195), 9, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_COMMA, - anon_sym_by, - anon_sym_where, - anon_sym_AMP, - sym__quest, - anon_sym_while, - [202094] = 6, - ACTIONS(10266), 1, + [201909] = 6, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(469), 1, sym__backtick_identifier, - STATE(2221), 1, - sym_simple_identifier, - STATE(3630), 1, + STATE(823), 1, sym__lexical_identifier, + STATE(883), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649677,19 +649151,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202120] = 6, - ACTIONS(115), 1, + [201935] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(203), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2955), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(3113), 1, + STATE(8919), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1592), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649697,19 +649171,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202146] = 6, - ACTIONS(473), 1, + [201961] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(3332), 1, - sym__lexical_identifier, - STATE(4270), 1, + STATE(2660), 1, sym_simple_identifier, + STATE(3624), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1652), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649717,19 +649191,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202172] = 6, - ACTIONS(8672), 1, + [201987] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9718), 1, + STATE(2580), 1, sym_simple_identifier, + STATE(3624), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649737,19 +649211,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202198] = 6, - ACTIONS(10272), 1, + [202013] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2405), 1, - sym_simple_identifier, - STATE(3193), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(8866), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649757,19 +649231,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202224] = 6, - ACTIONS(8672), 1, + [202039] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9165), 1, + STATE(8883), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649777,19 +649251,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202250] = 6, - ACTIONS(10260), 1, + [202065] = 3, + ACTIONS(4331), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4329), 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, + [202085] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(395), 1, + STATE(2300), 1, sym_simple_identifier, - STATE(877), 1, + STATE(3624), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649797,19 +649288,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202276] = 6, - ACTIONS(8672), 1, + [202111] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4698), 11, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_by, + anon_sym_GT, + anon_sym_where, + anon_sym_AMP, + anon_sym_DASH_GT, + anon_sym_in, + anon_sym_while, + [202129] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8973), 1, + STATE(8796), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649817,19 +649324,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202302] = 6, - ACTIONS(10272), 1, + [202155] = 6, + ACTIONS(10269), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10273), 1, sym__backtick_identifier, - STATE(2402), 1, + STATE(2226), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(3674), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(10271), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649837,19 +649344,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202328] = 6, - ACTIONS(9216), 1, + [202181] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(5685), 1, - sym__lexical_identifier, - STATE(8548), 1, + STATE(397), 1, sym_simple_identifier, + STATE(886), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9220), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649857,19 +649364,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202354] = 6, - ACTIONS(10266), 1, + [202207] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2653), 1, - sym_simple_identifier, - STATE(3630), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9338), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649877,19 +649384,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202380] = 6, - ACTIONS(10272), 1, + [202233] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(2594), 1, + STATE(395), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(886), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649897,61 +649404,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202406] = 4, - ACTIONS(10293), 1, - anon_sym_DOT, - STATE(8040), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4195), 9, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT, - anon_sym_AMP, - sym__quest, - anon_sym_DASH_GT, - anon_sym_while, - [202428] = 10, - ACTIONS(1726), 1, - anon_sym_AT, - ACTIONS(1904), 1, - anon_sym_LBRACE, - ACTIONS(4593), 1, - anon_sym_LPAREN, - ACTIONS(10295), 1, - sym_label, - STATE(2753), 1, - sym_value_arguments, - STATE(3161), 1, - sym_annotated_lambda, - STATE(3174), 1, - sym_lambda_literal, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(6228), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8336), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - [202462] = 6, - ACTIONS(8672), 1, + [202259] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8836), 1, + STATE(8907), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649959,19 +649424,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202488] = 6, - ACTIONS(10266), 1, + [202285] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2240), 1, - sym_simple_identifier, - STATE(3630), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(8925), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649979,19 +649444,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202514] = 6, - ACTIONS(8672), 1, + [202311] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9413), 1, + STATE(9336), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -649999,35 +649464,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202540] = 6, - ACTIONS(10272), 1, + [202337] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(2596), 1, + STATE(2556), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(3624), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [202566] = 3, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9965), 3, - anon_sym_LPAREN, - anon_sym_DOT, - sym__backtick_identifier, - ACTIONS(9963), 8, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650035,20 +649484,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, + [202363] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - [202586] = 6, - ACTIONS(8672), 1, - sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9380), 1, + STATE(393), 1, sym_simple_identifier, + STATE(886), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650056,19 +649504,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202612] = 6, - ACTIONS(8672), 1, + [202389] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9345), 1, + STATE(400), 1, sym_simple_identifier, + STATE(886), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650076,19 +649524,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202638] = 6, - ACTIONS(8672), 1, + [202415] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8840), 1, + STATE(8945), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650096,19 +649544,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202664] = 6, - ACTIONS(8672), 1, + [202441] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9339), 1, + STATE(8881), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650116,19 +649564,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202690] = 6, - ACTIONS(8672), 1, + [202467] = 6, + ACTIONS(10275), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10279), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(8633), 1, sym__lexical_identifier, - STATE(8851), 1, + STATE(8711), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10277), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650136,19 +649584,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202716] = 6, - ACTIONS(10272), 1, + [202493] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2409), 1, - sym_simple_identifier, - STATE(3193), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(8977), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650156,19 +649604,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202742] = 6, - ACTIONS(8672), 1, + [202519] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8859), 1, + STATE(390), 1, sym_simple_identifier, + STATE(886), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650176,19 +649624,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202768] = 6, - ACTIONS(8672), 1, + [202545] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8871), 1, + STATE(8978), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650196,19 +649644,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202794] = 6, - ACTIONS(10272), 1, + [202571] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(2386), 1, + STATE(2566), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(3242), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650216,19 +649664,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202820] = 6, - ACTIONS(10266), 1, + [202597] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2654), 1, - sym_simple_identifier, - STATE(3630), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9329), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650236,19 +649684,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202846] = 6, - ACTIONS(8672), 1, + [202623] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9250), 1, + STATE(2291), 1, sym_simple_identifier, + STATE(3624), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650256,19 +649704,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202872] = 6, - ACTIONS(8672), 1, + [202649] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9312), 1, + STATE(2594), 1, sym_simple_identifier, + STATE(3624), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650276,19 +649724,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202898] = 6, - ACTIONS(8672), 1, + [202675] = 6, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(9097), 1, + STATE(4080), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650296,19 +649744,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202924] = 6, - ACTIONS(8672), 1, + [202701] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9197), 1, + STATE(2532), 1, sym_simple_identifier, + STATE(3624), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650316,19 +649764,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202950] = 6, - ACTIONS(8672), 1, + [202727] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9417), 1, + STATE(2406), 1, sym_simple_identifier, + STATE(3242), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650336,19 +649784,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [202976] = 6, - ACTIONS(8672), 1, + [202753] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9313), 1, + STATE(9099), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650356,19 +649804,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203002] = 6, - ACTIONS(8672), 1, + [202779] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9238), 1, + STATE(9320), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650376,19 +649824,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203028] = 6, - ACTIONS(8672), 1, + [202805] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8872), 1, + STATE(9098), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650396,19 +649844,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203054] = 6, - ACTIONS(8672), 1, + [202831] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9314), 1, + STATE(9335), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650416,19 +649864,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203080] = 6, - ACTIONS(10297), 1, + [202857] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(10301), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(8695), 1, + STATE(2399), 1, sym_simple_identifier, - STATE(8761), 1, + STATE(3242), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10299), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650436,19 +649884,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203106] = 6, - ACTIONS(8672), 1, + [202883] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, STATE(9316), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650456,19 +649904,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203132] = 6, - ACTIONS(8672), 1, + [202909] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8874), 1, + STATE(2398), 1, sym_simple_identifier, + STATE(3242), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650476,19 +649924,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203158] = 6, - ACTIONS(7), 1, + [202935] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(4612), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(5265), 1, + STATE(9314), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650496,19 +649944,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203184] = 6, - ACTIONS(8672), 1, + [202961] = 6, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(9318), 1, + STATE(3707), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650516,19 +649964,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203210] = 6, - ACTIONS(10283), 1, + [202987] = 4, + ACTIONS(9942), 1, + sym__quest, + STATE(6695), 1, + aux_sym_nullable_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4227), 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, + [203009] = 6, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(10287), 1, + ACTIONS(111), 1, sym__backtick_identifier, - STATE(2223), 1, - sym_simple_identifier, - STATE(3680), 1, + STATE(4615), 1, sym__lexical_identifier, + STATE(5174), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10285), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650536,19 +650002,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203236] = 6, - ACTIONS(8672), 1, + [203035] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9270), 1, + STATE(9306), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650556,19 +650022,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203262] = 6, - ACTIONS(10272), 1, + [203061] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2598), 1, - sym_simple_identifier, - STATE(3193), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9303), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650576,19 +650042,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203288] = 6, - ACTIONS(8672), 1, + [203087] = 6, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(203), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(9240), 1, + STATE(5275), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650596,19 +650062,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203314] = 6, - ACTIONS(8672), 1, + [203113] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9321), 1, + STATE(9300), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650616,19 +650082,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203340] = 6, - ACTIONS(8672), 1, + [203139] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9239), 1, + STATE(2392), 1, sym_simple_identifier, + STATE(3242), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650636,19 +650102,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203366] = 6, - ACTIONS(8672), 1, + [203165] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9236), 1, + STATE(9085), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650656,19 +650122,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203392] = 6, - ACTIONS(557), 1, + [203191] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(637), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(2791), 1, - sym__lexical_identifier, - STATE(3164), 1, + STATE(2595), 1, sym_simple_identifier, + STATE(3242), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1910), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650676,19 +650142,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203418] = 6, - ACTIONS(8672), 1, + [203217] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9326), 1, + STATE(518), 1, sym_simple_identifier, + STATE(886), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650696,19 +650162,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203444] = 6, - ACTIONS(10260), 1, + [203243] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(419), 1, - sym_simple_identifier, - STATE(877), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9293), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650716,19 +650182,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203470] = 6, - ACTIONS(8672), 1, + [203269] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9234), 1, + STATE(415), 1, sym_simple_identifier, + STATE(886), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650736,19 +650202,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203496] = 6, - ACTIONS(8672), 1, + [203295] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9328), 1, + STATE(535), 1, sym_simple_identifier, + STATE(886), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650756,19 +650222,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203522] = 6, - ACTIONS(8672), 1, + [203321] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9228), 1, + STATE(2591), 1, sym_simple_identifier, + STATE(3242), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650776,19 +650242,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203548] = 6, - ACTIONS(8672), 1, + [203347] = 6, + ACTIONS(473), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(553), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(2781), 1, sym__lexical_identifier, - STATE(9338), 1, + STATE(3158), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1920), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650796,19 +650262,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203574] = 6, - ACTIONS(8672), 1, + [203373] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9218), 1, + STATE(9063), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650816,19 +650282,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203600] = 6, - ACTIONS(8672), 1, + [203399] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9344), 1, + STATE(2395), 1, sym_simple_identifier, + STATE(3242), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650836,37 +650302,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203626] = 4, - ACTIONS(9961), 1, - sym__quest, - STATE(6738), 1, - aux_sym_nullable_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4206), 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, - [203648] = 6, - ACTIONS(8672), 1, + [203425] = 6, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(111), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(4615), 1, sym__lexical_identifier, - STATE(9331), 1, + STATE(5599), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650874,19 +650322,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203674] = 6, - ACTIONS(8672), 1, + [203451] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8875), 1, + STATE(9232), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650894,19 +650342,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203700] = 6, - ACTIONS(8672), 1, + [203477] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9211), 1, + STATE(9288), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650914,19 +650362,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203726] = 6, - ACTIONS(8672), 1, + [203503] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9223), 1, + STATE(9285), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650934,19 +650382,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203752] = 6, - ACTIONS(8672), 1, + [203529] = 6, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(469), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(823), 1, sym__lexical_identifier, - STATE(8878), 1, + STATE(1390), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650954,19 +650402,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203778] = 6, - ACTIONS(8672), 1, + [203555] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9208), 1, + STATE(9282), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650974,19 +650422,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203804] = 6, - ACTIONS(8672), 1, + [203581] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9357), 1, + STATE(534), 1, sym_simple_identifier, + STATE(886), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -650994,19 +650442,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203830] = 6, - ACTIONS(8672), 1, + [203607] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9420), 1, + STATE(2417), 1, sym_simple_identifier, + STATE(3242), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651014,19 +650462,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203856] = 6, - ACTIONS(8672), 1, + [203633] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9203), 1, + STATE(9281), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651034,19 +650482,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203882] = 6, - ACTIONS(8672), 1, + [203659] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8885), 1, + STATE(9280), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651054,19 +650502,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203908] = 6, - ACTIONS(8672), 1, + [203685] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9348), 1, + STATE(531), 1, sym_simple_identifier, + STATE(886), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651074,19 +650522,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203934] = 6, - ACTIONS(10260), 1, + [203711] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(403), 1, + STATE(2279), 1, sym_simple_identifier, - STATE(877), 1, + STATE(3624), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651094,19 +650542,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203960] = 6, - ACTIONS(8672), 1, + [203737] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9199), 1, + STATE(530), 1, sym_simple_identifier, + STATE(886), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651114,19 +650562,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [203986] = 6, - ACTIONS(10266), 1, + [203763] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(2293), 1, + STATE(2212), 1, sym_simple_identifier, - STATE(3630), 1, + STATE(3624), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651134,19 +650582,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204012] = 6, - ACTIONS(10260), 1, + [203789] = 6, + ACTIONS(10269), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(10273), 1, sym__backtick_identifier, - STATE(402), 1, + STATE(2213), 1, sym_simple_identifier, - STATE(877), 1, + STATE(3674), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(10271), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651154,19 +650602,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204038] = 6, - ACTIONS(387), 1, + [203815] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(469), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(823), 1, - sym__lexical_identifier, - STATE(2217), 1, + STATE(521), 1, sym_simple_identifier, + STATE(886), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1664), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651174,19 +650622,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204064] = 6, - ACTIONS(10272), 1, + [203841] = 6, + ACTIONS(9418), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(9426), 1, sym__backtick_identifier, - STATE(2209), 1, + STATE(5450), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(5660), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(9424), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651194,19 +650642,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204090] = 6, - ACTIONS(10260), 1, + [203867] = 6, + ACTIONS(387), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(469), 1, sym__backtick_identifier, - STATE(406), 1, - sym_simple_identifier, - STATE(877), 1, + STATE(823), 1, sym__lexical_identifier, + STATE(2218), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(1664), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651214,19 +650662,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204116] = 6, - ACTIONS(8672), 1, + [203893] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9196), 1, + STATE(418), 1, sym_simple_identifier, + STATE(886), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651234,19 +650682,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204142] = 6, - ACTIONS(8672), 1, + [203919] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9365), 1, + STATE(8918), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651254,19 +650702,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204168] = 6, - ACTIONS(8672), 1, + [203945] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8978), 1, + STATE(8862), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651274,19 +650722,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204194] = 6, - ACTIONS(10272), 1, + [203971] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2399), 1, - sym_simple_identifier, - STATE(3193), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9407), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651294,19 +650742,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204220] = 6, - ACTIONS(10260), 1, + [203997] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(418), 1, - sym_simple_identifier, - STATE(877), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9290), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651314,19 +650762,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204246] = 6, - ACTIONS(9216), 1, + [204023] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(5685), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9505), 1, + STATE(9333), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9220), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651334,19 +650782,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204272] = 6, - ACTIONS(10266), 1, + [204049] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(2618), 1, + STATE(406), 1, sym_simple_identifier, - STATE(3630), 1, + STATE(886), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651354,19 +650802,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204298] = 6, - ACTIONS(10266), 1, + [204075] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2239), 1, - sym_simple_identifier, - STATE(3630), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9287), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651374,19 +650822,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204324] = 6, - ACTIONS(10260), 1, + [204101] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(412), 1, - sym_simple_identifier, - STATE(877), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(8846), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651394,19 +650842,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204350] = 6, - ACTIONS(8672), 1, + [204127] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9184), 1, + STATE(2385), 1, sym_simple_identifier, + STATE(3242), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651414,19 +650862,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204376] = 6, - ACTIONS(8672), 1, + [204153] = 6, + ACTIONS(10244), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10248), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9340), 1, + STATE(411), 1, sym_simple_identifier, + STATE(886), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10246), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651434,19 +650882,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204402] = 6, - ACTIONS(8672), 1, + [204179] = 6, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(9182), 1, + STATE(9500), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651454,15 +650902,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204428] = 4, - ACTIONS(9961), 1, + [204205] = 4, + ACTIONS(9942), 1, sym__quest, - STATE(6738), 1, + STATE(6695), 1, aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4305), 9, + ACTIONS(4335), 9, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, @@ -651472,19 +650920,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_DASH_GT, anon_sym_while, - [204450] = 6, - ACTIONS(8672), 1, + [204227] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9180), 1, + STATE(9125), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651492,19 +650940,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204476] = 6, - ACTIONS(8672), 1, + [204253] = 6, + ACTIONS(557), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(637), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(3327), 1, sym__lexical_identifier, - STATE(9374), 1, + STATE(4269), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1652), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651512,19 +650960,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204502] = 6, - ACTIONS(8672), 1, + [204279] = 6, + ACTIONS(255), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(341), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(2933), 1, sym__lexical_identifier, - STATE(9375), 1, + STATE(4251), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1616), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651532,19 +650980,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204528] = 6, - ACTIONS(10266), 1, + [204305] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2667), 1, - sym_simple_identifier, - STATE(3630), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9418), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651552,19 +651000,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204554] = 6, - ACTIONS(8672), 1, + [204331] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9381), 1, + STATE(2635), 1, sym_simple_identifier, + STATE(3624), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651572,19 +651020,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204580] = 6, - ACTIONS(8672), 1, + [204357] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9145), 1, + STATE(9451), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651592,19 +651040,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204606] = 6, - ACTIONS(8672), 1, + [204383] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8918), 1, + STATE(9425), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651612,19 +651060,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204632] = 6, - ACTIONS(8672), 1, + [204409] = 10, + ACTIONS(1658), 1, + anon_sym_LBRACE, + ACTIONS(1726), 1, + anon_sym_AT, + ACTIONS(1736), 1, + anon_sym_LPAREN, + ACTIONS(10281), 1, + sym_label, + STATE(788), 1, + sym_value_arguments, + STATE(1027), 1, + sym_lambda_literal, + STATE(1090), 1, + sym_annotated_lambda, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(6139), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8336), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + [204443] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9143), 1, + STATE(9427), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651632,19 +651104,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204658] = 6, - ACTIONS(8672), 1, + [204469] = 10, + ACTIONS(1610), 1, + anon_sym_LBRACE, + ACTIONS(1726), 1, + anon_sym_AT, + ACTIONS(3576), 1, + anon_sym_LPAREN, + ACTIONS(3590), 1, + sym_label, + STATE(2791), 1, + sym_value_arguments, + STATE(3390), 1, + sym_annotated_lambda, + STATE(3433), 1, + sym_lambda_literal, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(6139), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8339), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + [204503] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9332), 1, + STATE(9447), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651652,19 +651148,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204684] = 6, - ACTIONS(8672), 1, + [204529] = 6, + ACTIONS(9418), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9426), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9183), 1, + STATE(5431), 1, sym_simple_identifier, + STATE(5660), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(9424), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651672,19 +651168,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204710] = 6, - ACTIONS(9434), 1, + [204555] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9442), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(5453), 1, - sym_simple_identifier, - STATE(5660), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9436), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9440), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651692,19 +651188,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204736] = 6, - ACTIONS(8672), 1, + [204581] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9141), 1, + STATE(9452), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651712,19 +651208,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204762] = 6, - ACTIONS(8672), 1, + [204607] = 10, + ACTIONS(1726), 1, + anon_sym_AT, + ACTIONS(1836), 1, + anon_sym_LBRACE, + ACTIONS(6702), 1, + anon_sym_LPAREN, + ACTIONS(6710), 1, + sym_label, + STATE(4526), 1, + sym_value_arguments, + STATE(4724), 1, + sym_annotated_lambda, + STATE(4820), 1, + sym_lambda_literal, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(6139), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8345), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + [204641] = 6, + ACTIONS(10269), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10273), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9308), 1, + STATE(2198), 1, sym_simple_identifier, + STATE(3674), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10271), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651732,19 +651252,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204788] = 6, - ACTIONS(8672), 1, + [204667] = 6, + ACTIONS(9418), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9426), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9433), 1, + STATE(5423), 1, sym_simple_identifier, + STATE(5660), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(9424), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651752,19 +651272,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204814] = 6, - ACTIONS(8672), 1, + [204693] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9255), 1, + STATE(8755), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651772,19 +651292,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204840] = 6, - ACTIONS(8672), 1, + [204719] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9439), 1, + STATE(9140), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651792,19 +651312,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204866] = 6, - ACTIONS(8672), 1, + [204745] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9188), 1, + STATE(9299), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651812,19 +651332,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204892] = 6, - ACTIONS(8672), 1, + [204771] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8943), 1, + STATE(2228), 1, sym_simple_identifier, + STATE(3624), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651832,19 +651352,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204918] = 6, - ACTIONS(8672), 1, + [204797] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9247), 1, + STATE(2221), 1, sym_simple_identifier, + STATE(3624), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651852,19 +651372,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204944] = 6, - ACTIONS(10272), 1, + [204823] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(2218), 1, + STATE(2220), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(3624), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651872,19 +651392,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204970] = 6, - ACTIONS(10272), 1, + [204849] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(2220), 1, + STATE(2217), 1, sym_simple_identifier, - STATE(3193), 1, + STATE(3624), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651892,19 +651412,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [204996] = 6, - ACTIONS(10260), 1, + [204875] = 6, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - STATE(386), 1, + STATE(5364), 1, sym_simple_identifier, - STATE(877), 1, + STATE(5680), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651912,19 +651432,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205022] = 6, - ACTIONS(10272), 1, + [204901] = 4, + ACTIONS(10283), 1, + anon_sym_DOT, + STATE(6591), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4195), 9, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, + anon_sym_AMP, + sym__quest, + anon_sym_while, + [204923] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2229), 1, - sym_simple_identifier, - STATE(3193), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9424), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651932,19 +651470,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205048] = 6, - ACTIONS(211), 1, + [204949] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(293), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(4534), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(5053), 1, + STATE(9145), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1842), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651952,19 +651490,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205074] = 6, - ACTIONS(7), 1, + [204975] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(4612), 1, - sym__lexical_identifier, - STATE(5619), 1, + STATE(2407), 1, sym_simple_identifier, + STATE(3242), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1920), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651972,19 +651510,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205100] = 6, - ACTIONS(10260), 1, + [205001] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(555), 1, - sym_simple_identifier, - STATE(877), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9416), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -651992,19 +651530,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205126] = 6, - ACTIONS(10266), 1, + [205027] = 6, + ACTIONS(7), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(111), 1, sym__backtick_identifier, - STATE(2670), 1, - sym_simple_identifier, - STATE(3630), 1, + STATE(4615), 1, sym__lexical_identifier, + STATE(4894), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(1908), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652012,19 +651550,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205152] = 6, - ACTIONS(10260), 1, + [205053] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10264), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(387), 1, - sym_simple_identifier, - STATE(877), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9328), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10262), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652032,19 +651570,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205178] = 6, - ACTIONS(8672), 1, + [205079] = 6, + ACTIONS(10250), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10254), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9166), 1, + STATE(2647), 1, sym_simple_identifier, + STATE(3624), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10252), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652052,19 +651590,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205204] = 6, - ACTIONS(9434), 1, + [205105] = 10, + ACTIONS(25), 1, + anon_sym_LBRACE, + ACTIONS(1726), 1, + anon_sym_AT, + ACTIONS(7061), 1, + anon_sym_LPAREN, + ACTIONS(7069), 1, + sym_label, + STATE(4565), 1, + sym_value_arguments, + STATE(5136), 1, + sym_annotated_lambda, + STATE(5239), 1, + sym_lambda_literal, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(6139), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8340), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + [205139] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(9442), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(5477), 1, + STATE(2588), 1, sym_simple_identifier, - STATE(5660), 1, + STATE(3242), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9440), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652072,19 +651634,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205230] = 6, - ACTIONS(10272), 1, + [205165] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10276), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2538), 1, - sym_simple_identifier, - STATE(3193), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9197), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10274), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652092,19 +651654,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205256] = 6, - ACTIONS(8672), 1, + [205191] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9191), 1, + STATE(9321), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652112,43 +651674,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205282] = 10, - ACTIONS(1726), 1, - anon_sym_AT, - ACTIONS(1836), 1, - anon_sym_LBRACE, - ACTIONS(6720), 1, - anon_sym_LPAREN, - ACTIONS(6728), 1, - sym_label, - STATE(4531), 1, - sym_value_arguments, - STATE(4777), 1, - sym_annotated_lambda, - STATE(4864), 1, - sym_lambda_literal, + [205217] = 6, + ACTIONS(10250), 1, + sym__alpha_identifier, + ACTIONS(10254), 1, + sym__backtick_identifier, + STATE(2672), 1, + sym_simple_identifier, + STATE(3624), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6228), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8340), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - [205316] = 6, - ACTIONS(8672), 1, + ACTIONS(10252), 7, + anon_sym_get, + anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + [205243] = 6, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(9138), 1, + STATE(8771), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652156,19 +651714,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205342] = 6, - ACTIONS(8672), 1, + [205269] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9446), 1, + STATE(8970), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652176,19 +651734,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205368] = 6, - ACTIONS(9216), 1, + [205295] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(5685), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8654), 1, + STATE(9215), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9220), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652196,19 +651754,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205394] = 6, - ACTIONS(8672), 1, + [205321] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9299), 1, + STATE(9214), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652216,19 +651774,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205420] = 6, - ACTIONS(8672), 1, + [205347] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9224), 1, + STATE(9212), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652236,19 +651794,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205446] = 6, - ACTIONS(8672), 1, + [205373] = 6, + ACTIONS(115), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(203), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(4529), 1, sym__lexical_identifier, - STATE(9273), 1, + STATE(5041), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(1842), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652256,19 +651814,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205472] = 6, - ACTIONS(10266), 1, + [205399] = 10, + ACTIONS(1726), 1, + anon_sym_AT, + ACTIONS(1914), 1, + anon_sym_LBRACE, + ACTIONS(4515), 1, + anon_sym_LPAREN, + ACTIONS(10285), 1, + sym_label, + STATE(2740), 1, + sym_value_arguments, + STATE(3107), 1, + sym_annotated_lambda, + STATE(3129), 1, + sym_lambda_literal, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(6139), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8332), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + [205433] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(2236), 1, + STATE(2201), 1, sym_simple_identifier, - STATE(3630), 1, + STATE(3242), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652276,19 +651858,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205498] = 6, - ACTIONS(7), 1, + [205459] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(111), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(4612), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(4916), 1, + STATE(9207), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1920), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652296,19 +651878,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205524] = 6, - ACTIONS(9434), 1, + [205485] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(9442), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(5481), 1, + STATE(2199), 1, sym_simple_identifier, - STATE(5660), 1, + STATE(3242), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9440), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652316,19 +651898,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205550] = 6, - ACTIONS(8672), 1, + [205511] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(8725), 1, + STATE(2197), 1, sym_simple_identifier, + STATE(3242), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652336,35 +651918,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205576] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4708), 11, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_by, - anon_sym_GT, - anon_sym_where, - anon_sym_AMP, - anon_sym_DASH_GT, - anon_sym_in, - anon_sym_while, - [205594] = 6, - ACTIONS(8672), 1, + [205537] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9158), 1, + STATE(9205), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652372,19 +651938,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205620] = 6, - ACTIONS(10266), 1, + [205563] = 6, + ACTIONS(10261), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(10265), 1, sym__backtick_identifier, - STATE(2627), 1, + STATE(2194), 1, sym_simple_identifier, - STATE(3630), 1, + STATE(3242), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(10263), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652392,19 +651958,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205646] = 6, - ACTIONS(8672), 1, + [205589] = 6, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - STATE(6224), 1, - sym__lexical_identifier, - STATE(9171), 1, + STATE(5386), 1, sym_simple_identifier, + STATE(5680), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652412,19 +651978,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205672] = 6, - ACTIONS(473), 1, + [205615] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(553), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(3332), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(3667), 1, + STATE(9301), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1652), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652432,19 +651998,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205698] = 6, - ACTIONS(8672), 1, + [205641] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9169), 1, + STATE(9143), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652452,19 +652018,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205724] = 6, - ACTIONS(8672), 1, + [205667] = 6, + ACTIONS(9252), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(9260), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5680), 1, sym__lexical_identifier, - STATE(9204), 1, + STATE(8539), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(9256), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652472,19 +652038,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205750] = 6, - ACTIONS(9434), 1, + [205693] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9442), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(5454), 1, - sym_simple_identifier, - STATE(5660), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9204), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9440), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652492,19 +652058,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205776] = 6, - ACTIONS(8672), 1, + [205719] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9776), 1, + STATE(9198), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652512,19 +652078,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205802] = 6, - ACTIONS(8672), 1, + [205745] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9262), 1, + STATE(9147), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652532,19 +652098,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205828] = 6, - ACTIONS(9216), 1, + [205771] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(5685), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8617), 1, + STATE(9195), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9220), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652552,19 +652118,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205854] = 6, - ACTIONS(9216), 1, + [205797] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(9224), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(5362), 1, - sym_simple_identifier, - STATE(5685), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9148), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9220), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652572,19 +652138,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205880] = 6, - ACTIONS(10266), 1, + [205823] = 6, + ACTIONS(9418), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(9426), 1, sym__backtick_identifier, - STATE(2193), 1, + STATE(5426), 1, sym_simple_identifier, - STATE(3630), 1, + STATE(5660), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(9424), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652592,19 +652158,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205906] = 6, - ACTIONS(8672), 1, + [205849] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9200), 1, + STATE(9209), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652612,19 +652178,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205932] = 6, - ACTIONS(8672), 1, + [205875] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9225), 1, + STATE(9177), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652632,19 +652198,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205958] = 6, - ACTIONS(8672), 1, + [205901] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(8919), 1, + STATE(9181), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652652,19 +652218,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [205984] = 6, - ACTIONS(10266), 1, + [205927] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2201), 1, - sym_simple_identifier, - STATE(3630), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9183), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652672,19 +652238,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [206010] = 6, - ACTIONS(10266), 1, + [205953] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2203), 1, - sym_simple_identifier, - STATE(3630), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9193), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652692,36 +652258,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [206036] = 3, - ACTIONS(4214), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4212), 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, - [206056] = 6, - ACTIONS(10266), 1, + [205979] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(10270), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(2204), 1, - sym_simple_identifier, - STATE(3630), 1, + STATE(5910), 1, sym__lexical_identifier, + STATE(9189), 1, + sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10268), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652729,19 +652278,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [206082] = 6, - ACTIONS(8672), 1, + [206005] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9192), 1, + STATE(9187), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652749,43 +652298,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [206108] = 10, - ACTIONS(25), 1, - anon_sym_LBRACE, - ACTIONS(1726), 1, - anon_sym_AT, - ACTIONS(7041), 1, - anon_sym_LPAREN, - ACTIONS(7049), 1, - sym_label, - STATE(4566), 1, - sym_value_arguments, - STATE(5158), 1, - sym_lambda_literal, - STATE(5180), 1, - sym_annotated_lambda, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(6228), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8351), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - [206142] = 6, - ACTIONS(8672), 1, + [206031] = 6, + ACTIONS(8668), 1, sym__alpha_identifier, - ACTIONS(8702), 1, + ACTIONS(8698), 1, sym__backtick_identifier, - STATE(6224), 1, + STATE(5910), 1, sym__lexical_identifier, - STATE(9435), 1, + STATE(9188), 1, sym_simple_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8682), 7, + ACTIONS(8678), 7, anon_sym_get, anon_sym_set, anon_sym_data, @@ -652793,27 +652318,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_value, anon_sym_expect, anon_sym_actual, - [206168] = 6, - ACTIONS(9216), 1, - sym__alpha_identifier, - ACTIONS(9224), 1, - sym__backtick_identifier, - STATE(5376), 1, - sym_simple_identifier, - STATE(5685), 1, - sym__lexical_identifier, + [206057] = 9, + ACTIONS(10287), 1, + anon_sym_typealias, + ACTIONS(10291), 1, + anon_sym_enum, + ACTIONS(10295), 1, + anon_sym_object, + ACTIONS(10297), 1, + anon_sym_fun, + ACTIONS(10299), 1, + anon_sym_get, + ACTIONS(10301), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(9220), 7, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - [206194] = 9, + ACTIONS(10289), 2, + anon_sym_class, + anon_sym_interface, + ACTIONS(10293), 2, + anon_sym_val, + anon_sym_var, + [206088] = 9, ACTIONS(10303), 1, anon_sym_typealias, ACTIONS(10307), 1, @@ -652835,7 +652362,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(10309), 2, anon_sym_val, anon_sym_var, - [206225] = 9, + [206119] = 9, ACTIONS(10319), 1, anon_sym_typealias, ACTIONS(10323), 1, @@ -652857,60 +652384,30 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(10325), 2, anon_sym_val, anon_sym_var, - [206256] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4681), 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, - [206273] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4698), 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, - [206290] = 9, - ACTIONS(10303), 1, + [206150] = 9, + ACTIONS(10335), 1, anon_sym_typealias, - ACTIONS(10337), 1, + ACTIONS(10339), 1, anon_sym_enum, - ACTIONS(10341), 1, - anon_sym_object, ACTIONS(10343), 1, - anon_sym_fun, + anon_sym_object, ACTIONS(10345), 1, - anon_sym_get, + anon_sym_fun, ACTIONS(10347), 1, + anon_sym_get, + ACTIONS(10349), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10335), 2, + ACTIONS(10337), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10339), 2, + ACTIONS(10341), 2, anon_sym_val, anon_sym_var, - [206321] = 9, - ACTIONS(10349), 1, + [206181] = 9, + ACTIONS(10303), 1, anon_sym_typealias, ACTIONS(10353), 1, anon_sym_enum, @@ -652931,55 +652428,10 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(10355), 2, anon_sym_val, anon_sym_var, - [206352] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4206), 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, - [206369] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4765), 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, - [206386] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4573), 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, - [206403] = 4, - ACTIONS(10281), 1, + [206212] = 4, + ACTIONS(10259), 1, anon_sym_DOT, - STATE(8040), 1, + STATE(8029), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, @@ -652993,67 +652445,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_DASH_GT, anon_sym_while, - [206424] = 9, - ACTIONS(10349), 1, + [206233] = 9, + ACTIONS(10365), 1, anon_sym_typealias, - ACTIONS(10367), 1, + ACTIONS(10369), 1, anon_sym_enum, - ACTIONS(10371), 1, - anon_sym_object, ACTIONS(10373), 1, - anon_sym_fun, + anon_sym_object, ACTIONS(10375), 1, - anon_sym_get, + anon_sym_fun, ACTIONS(10377), 1, + anon_sym_get, + ACTIONS(10379), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10365), 2, + ACTIONS(10367), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10369), 2, + ACTIONS(10371), 2, anon_sym_val, anon_sym_var, - [206455] = 9, - ACTIONS(10379), 1, + [206264] = 9, + ACTIONS(10381), 1, anon_sym_typealias, - ACTIONS(10383), 1, + ACTIONS(10385), 1, anon_sym_enum, - ACTIONS(10387), 1, - anon_sym_object, ACTIONS(10389), 1, - anon_sym_fun, + anon_sym_object, ACTIONS(10391), 1, - anon_sym_get, + anon_sym_fun, ACTIONS(10393), 1, + anon_sym_get, + ACTIONS(10395), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10381), 2, + ACTIONS(10383), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10385), 2, + ACTIONS(10387), 2, anon_sym_val, anon_sym_var, - [206486] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4730), 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, - [206503] = 9, - ACTIONS(10395), 1, + [206295] = 9, + ACTIONS(10287), 1, anon_sym_typealias, ACTIONS(10399), 1, anon_sym_enum, @@ -653074,7 +652511,29 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(10401), 2, anon_sym_val, anon_sym_var, - [206534] = 9, + [206326] = 9, + ACTIONS(9988), 1, + anon_sym_typealias, + ACTIONS(9992), 1, + anon_sym_enum, + ACTIONS(10000), 1, + anon_sym_object, + ACTIONS(10002), 1, + anon_sym_fun, + ACTIONS(10004), 1, + anon_sym_get, + ACTIONS(10006), 1, + anon_sym_set, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9990), 2, + anon_sym_class, + anon_sym_interface, + ACTIONS(9996), 2, + anon_sym_val, + anon_sym_var, + [206357] = 9, ACTIONS(10411), 1, anon_sym_typealias, ACTIONS(10415), 1, @@ -653096,159 +652555,180 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(10417), 2, anon_sym_val, anon_sym_var, - [206565] = 9, - ACTIONS(10303), 1, + [206388] = 9, + ACTIONS(10427), 1, anon_sym_typealias, - ACTIONS(10429), 1, + ACTIONS(10431), 1, anon_sym_enum, - ACTIONS(10433), 1, - anon_sym_object, ACTIONS(10435), 1, - anon_sym_fun, + anon_sym_object, ACTIONS(10437), 1, - anon_sym_get, + anon_sym_fun, ACTIONS(10439), 1, + anon_sym_get, + ACTIONS(10441), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10427), 2, + ACTIONS(10429), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10431), 2, + ACTIONS(10433), 2, anon_sym_val, anon_sym_var, - [206596] = 9, - ACTIONS(10303), 1, + [206419] = 9, + ACTIONS(10319), 1, anon_sym_typealias, - ACTIONS(10443), 1, + ACTIONS(10445), 1, anon_sym_enum, - ACTIONS(10447), 1, - anon_sym_object, ACTIONS(10449), 1, - anon_sym_fun, + anon_sym_object, ACTIONS(10451), 1, - anon_sym_get, + anon_sym_fun, ACTIONS(10453), 1, + anon_sym_get, + ACTIONS(10455), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10441), 2, + ACTIONS(10443), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10445), 2, + ACTIONS(10447), 2, anon_sym_val, anon_sym_var, - [206627] = 3, + [206450] = 9, + ACTIONS(10365), 1, + anon_sym_typealias, + ACTIONS(10459), 1, + anon_sym_enum, + ACTIONS(10463), 1, + anon_sym_object, + ACTIONS(10465), 1, + anon_sym_fun, + ACTIONS(10467), 1, + anon_sym_get, + ACTIONS(10469), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, ACTIONS(10457), 2, - anon_sym_LBRACK, - sym__backtick_identifier, - ACTIONS(10455), 8, - anon_sym_get, - anon_sym_set, - anon_sym_data, - anon_sym_inner, - anon_sym_value, - anon_sym_expect, - anon_sym_actual, - sym__alpha_identifier, - [206646] = 9, - ACTIONS(10395), 1, + anon_sym_class, + anon_sym_interface, + ACTIONS(10461), 2, + anon_sym_val, + anon_sym_var, + [206481] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4227), 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, + [206498] = 9, + ACTIONS(10335), 1, anon_sym_typealias, - ACTIONS(10461), 1, + ACTIONS(10473), 1, anon_sym_enum, - ACTIONS(10465), 1, + ACTIONS(10477), 1, anon_sym_object, - ACTIONS(10467), 1, + ACTIONS(10479), 1, anon_sym_fun, - ACTIONS(10469), 1, + ACTIONS(10481), 1, anon_sym_get, - ACTIONS(10471), 1, + ACTIONS(10483), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10459), 2, + ACTIONS(10471), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10463), 2, + ACTIONS(10475), 2, anon_sym_val, anon_sym_var, - [206677] = 9, - ACTIONS(10319), 1, + [206529] = 9, + ACTIONS(10303), 1, anon_sym_typealias, - ACTIONS(10475), 1, + ACTIONS(10487), 1, anon_sym_enum, - ACTIONS(10479), 1, + ACTIONS(10491), 1, anon_sym_object, - ACTIONS(10481), 1, + ACTIONS(10493), 1, anon_sym_fun, - ACTIONS(10483), 1, + ACTIONS(10495), 1, anon_sym_get, - ACTIONS(10485), 1, + ACTIONS(10497), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10473), 2, + ACTIONS(10485), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10477), 2, + ACTIONS(10489), 2, anon_sym_val, anon_sym_var, - [206708] = 9, - ACTIONS(10349), 1, + [206560] = 9, + ACTIONS(10303), 1, anon_sym_typealias, - ACTIONS(10489), 1, + ACTIONS(10501), 1, anon_sym_enum, - ACTIONS(10493), 1, + ACTIONS(10505), 1, anon_sym_object, - ACTIONS(10495), 1, + ACTIONS(10507), 1, anon_sym_fun, - ACTIONS(10497), 1, + ACTIONS(10509), 1, anon_sym_get, - ACTIONS(10499), 1, + ACTIONS(10511), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10487), 2, + ACTIONS(10499), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10491), 2, + ACTIONS(10503), 2, anon_sym_val, anon_sym_var, - [206739] = 9, - ACTIONS(10379), 1, + [206591] = 9, + ACTIONS(10427), 1, anon_sym_typealias, - ACTIONS(10503), 1, + ACTIONS(10515), 1, anon_sym_enum, - ACTIONS(10507), 1, + ACTIONS(10519), 1, anon_sym_object, - ACTIONS(10509), 1, + ACTIONS(10521), 1, anon_sym_fun, - ACTIONS(10511), 1, + ACTIONS(10523), 1, anon_sym_get, - ACTIONS(10513), 1, + ACTIONS(10525), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10501), 2, + ACTIONS(10513), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10505), 2, + ACTIONS(10517), 2, anon_sym_val, anon_sym_var, - [206770] = 2, + [206622] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4672), 10, + ACTIONS(4746), 10, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, @@ -653259,164 +652739,187 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_in, anon_sym_while, - [206787] = 9, - ACTIONS(10411), 1, + [206639] = 9, + ACTIONS(10427), 1, anon_sym_typealias, - ACTIONS(10517), 1, + ACTIONS(10529), 1, anon_sym_enum, - ACTIONS(10521), 1, + ACTIONS(10533), 1, anon_sym_object, - ACTIONS(10523), 1, + ACTIONS(10535), 1, anon_sym_fun, - ACTIONS(10525), 1, + ACTIONS(10537), 1, anon_sym_get, - ACTIONS(10527), 1, + ACTIONS(10539), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10515), 2, + ACTIONS(10527), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10519), 2, + ACTIONS(10531), 2, anon_sym_val, anon_sym_var, - [206818] = 9, - ACTIONS(10319), 1, + [206670] = 9, + ACTIONS(10287), 1, anon_sym_typealias, - ACTIONS(10531), 1, + ACTIONS(10543), 1, anon_sym_enum, - ACTIONS(10535), 1, + ACTIONS(10547), 1, anon_sym_object, - ACTIONS(10537), 1, + ACTIONS(10549), 1, anon_sym_fun, - ACTIONS(10539), 1, + ACTIONS(10551), 1, anon_sym_get, - ACTIONS(10541), 1, + ACTIONS(10553), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10529), 2, + ACTIONS(10541), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10533), 2, + ACTIONS(10545), 2, anon_sym_val, anon_sym_var, - [206849] = 9, - ACTIONS(10319), 1, - anon_sym_typealias, - ACTIONS(10545), 1, - anon_sym_enum, - ACTIONS(10549), 1, - anon_sym_object, - ACTIONS(10551), 1, - anon_sym_fun, - ACTIONS(10553), 1, - anon_sym_get, - ACTIONS(10555), 1, - anon_sym_set, + [206701] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10543), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(10547), 2, - anon_sym_val, - anon_sym_var, - [206880] = 9, - ACTIONS(10208), 1, + ACTIONS(4732), 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, + [206718] = 9, + ACTIONS(10335), 1, anon_sym_typealias, - ACTIONS(10212), 1, + ACTIONS(10557), 1, anon_sym_enum, - ACTIONS(10220), 1, + ACTIONS(10561), 1, anon_sym_object, - ACTIONS(10222), 1, + ACTIONS(10563), 1, anon_sym_fun, - ACTIONS(10224), 1, + ACTIONS(10565), 1, anon_sym_get, - ACTIONS(10226), 1, + ACTIONS(10567), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10210), 2, + ACTIONS(10555), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10216), 2, + ACTIONS(10559), 2, anon_sym_val, anon_sym_var, - [206911] = 9, - ACTIONS(10379), 1, + [206749] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4702), 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, + [206766] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4619), 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, + [206783] = 9, + ACTIONS(10319), 1, anon_sym_typealias, - ACTIONS(10559), 1, + ACTIONS(10571), 1, anon_sym_enum, - ACTIONS(10563), 1, + ACTIONS(10575), 1, anon_sym_object, - ACTIONS(10565), 1, + ACTIONS(10577), 1, anon_sym_fun, - ACTIONS(10567), 1, + ACTIONS(10579), 1, anon_sym_get, - ACTIONS(10569), 1, + ACTIONS(10581), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10557), 2, + ACTIONS(10569), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10561), 2, + ACTIONS(10573), 2, anon_sym_val, anon_sym_var, - [206942] = 9, - ACTIONS(10571), 1, + [206814] = 9, + ACTIONS(10365), 1, anon_sym_typealias, - ACTIONS(10575), 1, + ACTIONS(10585), 1, anon_sym_enum, - ACTIONS(10579), 1, + ACTIONS(10589), 1, anon_sym_object, - ACTIONS(10581), 1, + ACTIONS(10591), 1, anon_sym_fun, - ACTIONS(10583), 1, + ACTIONS(10593), 1, anon_sym_get, - ACTIONS(10585), 1, + ACTIONS(10595), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10573), 2, + ACTIONS(10583), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10577), 2, + ACTIONS(10587), 2, anon_sym_val, anon_sym_var, - [206973] = 9, - ACTIONS(10395), 1, + [206845] = 9, + ACTIONS(10427), 1, anon_sym_typealias, - ACTIONS(10589), 1, + ACTIONS(10599), 1, anon_sym_enum, - ACTIONS(10593), 1, + ACTIONS(10603), 1, anon_sym_object, - ACTIONS(10595), 1, + ACTIONS(10605), 1, anon_sym_fun, - ACTIONS(10597), 1, + ACTIONS(10607), 1, anon_sym_get, - ACTIONS(10599), 1, + ACTIONS(10609), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10587), 2, + ACTIONS(10597), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10591), 2, + ACTIONS(10601), 2, anon_sym_val, anon_sym_var, - [207004] = 4, - ACTIONS(9979), 1, + [206876] = 4, + ACTIONS(9976), 1, anon_sym_DOT, - STATE(7873), 1, + STATE(7872), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, @@ -653430,77 +652933,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_by, anon_sym_where, - [207025] = 9, - ACTIONS(10601), 1, - anon_sym_typealias, - ACTIONS(10605), 1, - anon_sym_enum, - ACTIONS(10609), 1, - anon_sym_object, - ACTIONS(10611), 1, - anon_sym_fun, - ACTIONS(10613), 1, - anon_sym_get, - ACTIONS(10615), 1, - anon_sym_set, + [206897] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10603), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(10607), 2, - anon_sym_val, - anon_sym_var, - [207056] = 9, - ACTIONS(10411), 1, + ACTIONS(4672), 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, + [206914] = 9, + ACTIONS(10365), 1, anon_sym_typealias, - ACTIONS(10619), 1, + ACTIONS(10613), 1, anon_sym_enum, - ACTIONS(10623), 1, + ACTIONS(10617), 1, anon_sym_object, - ACTIONS(10625), 1, + ACTIONS(10619), 1, anon_sym_fun, - ACTIONS(10627), 1, + ACTIONS(10621), 1, anon_sym_get, - ACTIONS(10629), 1, + ACTIONS(10623), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10617), 2, + ACTIONS(10611), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10621), 2, + ACTIONS(10615), 2, anon_sym_val, anon_sym_var, - [207087] = 9, - ACTIONS(10379), 1, + [206945] = 9, + ACTIONS(10287), 1, anon_sym_typealias, - ACTIONS(10633), 1, + ACTIONS(10627), 1, anon_sym_enum, - ACTIONS(10637), 1, + ACTIONS(10631), 1, anon_sym_object, - ACTIONS(10639), 1, + ACTIONS(10633), 1, anon_sym_fun, - ACTIONS(10641), 1, + ACTIONS(10635), 1, anon_sym_get, - ACTIONS(10643), 1, + ACTIONS(10637), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10631), 2, + ACTIONS(10625), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10635), 2, + ACTIONS(10629), 2, anon_sym_val, anon_sym_var, - [207118] = 2, + [206976] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4676), 10, + ACTIONS(4760), 10, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, @@ -653511,115 +653007,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_in, anon_sym_while, - [207135] = 9, - ACTIONS(10411), 1, + [206993] = 9, + ACTIONS(10319), 1, anon_sym_typealias, - ACTIONS(10647), 1, + ACTIONS(10641), 1, anon_sym_enum, - ACTIONS(10651), 1, + ACTIONS(10645), 1, anon_sym_object, - ACTIONS(10653), 1, + ACTIONS(10647), 1, anon_sym_fun, - ACTIONS(10655), 1, + ACTIONS(10649), 1, anon_sym_get, - ACTIONS(10657), 1, + ACTIONS(10651), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10645), 2, + ACTIONS(10639), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10649), 2, + ACTIONS(10643), 2, anon_sym_val, anon_sym_var, - [207166] = 9, - ACTIONS(10349), 1, + [207024] = 9, + ACTIONS(10335), 1, anon_sym_typealias, - ACTIONS(10661), 1, + ACTIONS(10655), 1, anon_sym_enum, - ACTIONS(10665), 1, + ACTIONS(10659), 1, anon_sym_object, - ACTIONS(10667), 1, + ACTIONS(10661), 1, anon_sym_fun, - ACTIONS(10669), 1, + ACTIONS(10663), 1, anon_sym_get, - ACTIONS(10671), 1, + ACTIONS(10665), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10659), 2, + ACTIONS(10653), 2, anon_sym_class, anon_sym_interface, - ACTIONS(10663), 2, + ACTIONS(10657), 2, anon_sym_val, anon_sym_var, - [207197] = 9, - ACTIONS(10395), 1, - anon_sym_typealias, - ACTIONS(10675), 1, - anon_sym_enum, - ACTIONS(10679), 1, - anon_sym_object, - ACTIONS(10681), 1, - anon_sym_fun, - ACTIONS(10683), 1, + [207055] = 3, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(10669), 2, + anon_sym_LBRACK, + sym__backtick_identifier, + ACTIONS(10667), 8, anon_sym_get, - ACTIONS(10685), 1, anon_sym_set, + anon_sym_data, + anon_sym_inner, + anon_sym_value, + anon_sym_expect, + anon_sym_actual, + sym__alpha_identifier, + [207074] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10673), 2, - anon_sym_class, - anon_sym_interface, - ACTIONS(10677), 2, - anon_sym_val, - anon_sym_var, - [207228] = 9, - ACTIONS(8517), 1, - anon_sym_where, - ACTIONS(10687), 1, - anon_sym_COLON, - ACTIONS(10689), 1, + ACTIONS(4751), 10, anon_sym_EQ, - ACTIONS(10691), 1, anon_sym_LBRACE, - STATE(8438), 1, - sym_type_constraints, - STATE(9175), 1, - sym__block, - STATE(9296), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4175), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [207258] = 3, - ACTIONS(10693), 1, + 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, + [207091] = 3, + ACTIONS(10671), 1, anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4239), 8, + ACTIONS(4315), 8, + sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT, + anon_sym_by, + anon_sym_where, sym__quest, - anon_sym_DASH_GT, - anon_sym_while, - [207276] = 3, - ACTIONS(10695), 1, + [207109] = 3, + ACTIONS(10673), 1, anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4239), 8, + ACTIONS(4315), 8, sym__automatic_semicolon, anon_sym_EQ, anon_sym_LBRACE, @@ -653628,404 +653112,458 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_by, anon_sym_where, sym__quest, - [207294] = 4, - ACTIONS(10697), 1, - anon_sym_LT, - STATE(8396), 1, - sym_type_arguments, + [207127] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 7, + ACTIONS(3981), 9, anon_sym_AT, + anon_sym_COLON, anon_sym_LPAREN, anon_sym_val, + anon_sym_LT, anon_sym_DOT, anon_sym_AMP, sym__quest, anon_sym_in, - [207314] = 9, - ACTIONS(8517), 1, - anon_sym_where, - ACTIONS(10689), 1, + [207143] = 3, + ACTIONS(10675), 1, + anon_sym_AMP, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4315), 8, anon_sym_EQ, - ACTIONS(10691), 1, anon_sym_LBRACE, - ACTIONS(10699), 1, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + sym__quest, + anon_sym_DASH_GT, + anon_sym_while, + [207161] = 9, + ACTIONS(8500), 1, + anon_sym_where, + ACTIONS(10677), 1, anon_sym_COLON, - STATE(8453), 1, + ACTIONS(10679), 1, + anon_sym_EQ, + ACTIONS(10681), 1, + anon_sym_LBRACE, + STATE(8410), 1, sym_type_constraints, - STATE(9136), 1, - sym_function_body, - STATE(9175), 1, + STATE(9172), 1, sym__block, + STATE(9327), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4185), 2, + ACTIONS(4141), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [207344] = 9, - ACTIONS(8517), 1, + [207191] = 9, + ACTIONS(8500), 1, anon_sym_where, - ACTIONS(10689), 1, + ACTIONS(10679), 1, anon_sym_EQ, - ACTIONS(10691), 1, + ACTIONS(10681), 1, anon_sym_LBRACE, - ACTIONS(10701), 1, + ACTIONS(10683), 1, anon_sym_COLON, - STATE(8447), 1, + STATE(8450), 1, sym_type_constraints, - STATE(9175), 1, + STATE(9172), 1, sym__block, - STATE(9429), 1, + STATE(9379), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4139), 2, + ACTIONS(4131), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [207374] = 9, - ACTIONS(8517), 1, + [207221] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4184), 9, + anon_sym_AT, + anon_sym_COLON, + anon_sym_LPAREN, + anon_sym_val, + anon_sym_LT, + anon_sym_DOT, + anon_sym_AMP, + sym__quest, + anon_sym_in, + [207237] = 9, + ACTIONS(8500), 1, anon_sym_where, - ACTIONS(10689), 1, + ACTIONS(10679), 1, anon_sym_EQ, - ACTIONS(10691), 1, + ACTIONS(10681), 1, anon_sym_LBRACE, - ACTIONS(10703), 1, + ACTIONS(10685), 1, anon_sym_COLON, - STATE(8426), 1, + STATE(8418), 1, sym_type_constraints, - STATE(9175), 1, - sym__block, - STATE(9256), 1, + STATE(9136), 1, sym_function_body, + STATE(9172), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4149), 2, + ACTIONS(4153), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [207404] = 9, - ACTIONS(8517), 1, + [207267] = 4, + ACTIONS(10687), 1, + anon_sym_LT, + STATE(8377), 1, + sym_type_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4171), 7, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_val, + anon_sym_DOT, + anon_sym_AMP, + sym__quest, + anon_sym_in, + [207287] = 9, + ACTIONS(8500), 1, anon_sym_where, - ACTIONS(10689), 1, + ACTIONS(10679), 1, anon_sym_EQ, - ACTIONS(10691), 1, + ACTIONS(10681), 1, anon_sym_LBRACE, - ACTIONS(10705), 1, + ACTIONS(10689), 1, anon_sym_COLON, - STATE(8450), 1, + STATE(8441), 1, sym_type_constraints, - STATE(9135), 1, - sym_function_body, - STATE(9175), 1, + STATE(9172), 1, sym__block, + STATE(9196), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4162), 2, + ACTIONS(4147), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [207434] = 3, - ACTIONS(10707), 1, + [207317] = 3, + ACTIONS(10691), 1, anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4239), 8, - sym__automatic_semicolon, + ACTIONS(4315), 8, anon_sym_EQ, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_by, - anon_sym_where, + anon_sym_RPAREN, + anon_sym_GT, sym__quest, - [207452] = 2, + anon_sym_DASH_GT, + anon_sym_while, + [207335] = 9, + ACTIONS(8500), 1, + anon_sym_where, + ACTIONS(10679), 1, + anon_sym_EQ, + ACTIONS(10681), 1, + anon_sym_LBRACE, + ACTIONS(10693), 1, + anon_sym_COLON, + STATE(8434), 1, + sym_type_constraints, + STATE(9172), 1, + sym__block, + STATE(9291), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 9, - anon_sym_AT, - anon_sym_COLON, + ACTIONS(4159), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [207365] = 5, + ACTIONS(10695), 1, anon_sym_LPAREN, - anon_sym_val, - anon_sym_LT, - anon_sym_DOT, - anon_sym_AMP, - sym__quest, - anon_sym_in, - [207468] = 3, - ACTIONS(10709), 1, - anon_sym_AMP, + ACTIONS(10697), 1, + anon_sym_by, + STATE(8522), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4239), 8, - anon_sym_EQ, + ACTIONS(4398), 5, + sym__automatic_semicolon, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_GT, - sym__quest, - anon_sym_DASH_GT, - anon_sym_while, - [207486] = 2, + anon_sym_where, + [207386] = 4, + ACTIONS(10699), 1, + anon_sym_DOT, + STATE(8329), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 9, + ACTIONS(4188), 6, anon_sym_AT, - anon_sym_COLON, anon_sym_LPAREN, anon_sym_val, - anon_sym_LT, - anon_sym_DOT, anon_sym_AMP, sym__quest, anon_sym_in, - [207502] = 8, - ACTIONS(8517), 1, + [207405] = 8, + ACTIONS(8500), 1, anon_sym_where, - ACTIONS(10689), 1, + ACTIONS(10679), 1, anon_sym_EQ, - ACTIONS(10691), 1, + ACTIONS(10681), 1, anon_sym_LBRACE, - STATE(8413), 1, + STATE(8450), 1, sym_type_constraints, - STATE(9157), 1, - sym_function_body, - STATE(9175), 1, + STATE(9172), 1, sym__block, + STATE(9379), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4301), 2, + ACTIONS(4131), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [207529] = 8, - ACTIONS(8517), 1, - anon_sym_where, - ACTIONS(10689), 1, + [207432] = 3, + ACTIONS(10702), 1, + anon_sym_AMP, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4315), 7, anon_sym_EQ, - ACTIONS(10691), 1, anon_sym_LBRACE, - STATE(8450), 1, - sym_type_constraints, - STATE(9135), 1, - sym_function_body, - STATE(9175), 1, - sym__block, + anon_sym_COMMA, + anon_sym_by, + anon_sym_where, + sym__quest, + anon_sym_while, + [207449] = 7, + ACTIONS(1726), 1, + anon_sym_AT, + ACTIONS(1914), 1, + anon_sym_LBRACE, + ACTIONS(10704), 1, + sym_label, + STATE(3108), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4162), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [207556] = 7, + STATE(6139), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8391), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + [207474] = 7, + ACTIONS(1646), 1, + anon_sym_LBRACE, ACTIONS(1726), 1, anon_sym_AT, - ACTIONS(1904), 1, - anon_sym_LBRACE, - ACTIONS(10711), 1, + ACTIONS(10706), 1, sym_label, - STATE(3165), 1, + STATE(4000), 1, sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6228), 2, + STATE(6139), 2, sym__single_annotation, sym__multi_annotation, - STATE(8360), 2, + STATE(8391), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - [207581] = 8, - ACTIONS(8517), 1, + [207499] = 9, + ACTIONS(4159), 1, + anon_sym_while, + ACTIONS(8591), 1, anon_sym_where, - ACTIONS(10689), 1, + ACTIONS(10708), 1, + anon_sym_COLON, + ACTIONS(10710), 1, anon_sym_EQ, - ACTIONS(10691), 1, + ACTIONS(10712), 1, anon_sym_LBRACE, - STATE(8453), 1, + STATE(8476), 1, sym_type_constraints, - STATE(9136), 1, + STATE(9505), 1, sym_function_body, - STATE(9175), 1, + STATE(10001), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4185), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [207608] = 9, - ACTIONS(4175), 1, - anon_sym_while, - ACTIONS(8644), 1, + [207528] = 8, + ACTIONS(8500), 1, anon_sym_where, - ACTIONS(10713), 1, - anon_sym_COLON, - ACTIONS(10715), 1, + ACTIONS(10679), 1, anon_sym_EQ, - ACTIONS(10717), 1, + ACTIONS(10681), 1, anon_sym_LBRACE, - STATE(8536), 1, + STATE(8441), 1, sym_type_constraints, - STATE(9782), 1, - sym_function_body, - STATE(9998), 1, + STATE(9172), 1, sym__block, + STATE(9196), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4147), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [207555] = 7, + ACTIONS(1658), 1, + anon_sym_LBRACE, + ACTIONS(1726), 1, + anon_sym_AT, + ACTIONS(10714), 1, + sym_label, + STATE(1102), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [207637] = 9, - ACTIONS(4185), 1, + STATE(6139), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8391), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + [207580] = 9, + ACTIONS(4131), 1, anon_sym_while, - ACTIONS(8644), 1, + ACTIONS(8591), 1, anon_sym_where, - ACTIONS(10715), 1, + ACTIONS(10710), 1, anon_sym_EQ, - ACTIONS(10717), 1, + ACTIONS(10712), 1, anon_sym_LBRACE, - ACTIONS(10719), 1, + ACTIONS(10716), 1, anon_sym_COLON, STATE(8596), 1, sym_type_constraints, - STATE(9621), 1, + STATE(9687), 1, sym_function_body, - STATE(9998), 1, + STATE(10001), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [207609] = 8, + ACTIONS(8500), 1, + anon_sym_where, + ACTIONS(10679), 1, + anon_sym_EQ, + ACTIONS(10681), 1, + anon_sym_LBRACE, + STATE(8410), 1, + sym_type_constraints, + STATE(9172), 1, sym__block, + STATE(9327), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [207666] = 7, + ACTIONS(4141), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [207636] = 7, + ACTIONS(1610), 1, + anon_sym_LBRACE, ACTIONS(1726), 1, anon_sym_AT, - ACTIONS(1836), 1, - anon_sym_LBRACE, - ACTIONS(10721), 1, + ACTIONS(10718), 1, sym_label, - STATE(4785), 1, + STATE(3387), 1, sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6228), 2, + STATE(6139), 2, sym__single_annotation, sym__multi_annotation, - STATE(8360), 2, + STATE(8391), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - [207691] = 4, - ACTIONS(10723), 1, - anon_sym_DOT, - STATE(8346), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4155), 6, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_val, - anon_sym_AMP, - sym__quest, - anon_sym_in, - [207710] = 7, - ACTIONS(1658), 1, + [207661] = 7, + ACTIONS(25), 1, anon_sym_LBRACE, ACTIONS(1726), 1, anon_sym_AT, - ACTIONS(10725), 1, + ACTIONS(10720), 1, sym_label, - STATE(1018), 1, + STATE(5122), 1, sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6228), 2, + STATE(6139), 2, sym__single_annotation, sym__multi_annotation, - STATE(8360), 2, + STATE(8391), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - [207735] = 5, - ACTIONS(9162), 1, - anon_sym_LT, - ACTIONS(10727), 1, - anon_sym_COLON, - STATE(6538), 1, - sym_type_arguments, + [207686] = 4, + ACTIONS(10722), 1, + anon_sym_DOT, + STATE(8329), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4189), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DOT, + ACTIONS(4124), 6, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_val, anon_sym_AMP, sym__quest, - [207756] = 9, - ACTIONS(4162), 1, - anon_sym_while, - ACTIONS(8644), 1, + anon_sym_in, + [207705] = 8, + ACTIONS(8500), 1, anon_sym_where, - ACTIONS(10715), 1, + ACTIONS(10679), 1, anon_sym_EQ, - ACTIONS(10717), 1, + ACTIONS(10681), 1, anon_sym_LBRACE, - ACTIONS(10729), 1, - anon_sym_COLON, - STATE(8624), 1, + STATE(8423), 1, sym_type_constraints, - STATE(9600), 1, - sym_function_body, - STATE(9998), 1, + STATE(9172), 1, sym__block, + STATE(9412), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [207785] = 5, - ACTIONS(10731), 1, - anon_sym_LPAREN, - ACTIONS(10733), 1, - anon_sym_by, - STATE(8479), 1, - sym_value_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4507), 5, + ACTIONS(4325), 2, sym__automatic_semicolon, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_where, - [207806] = 4, - ACTIONS(10735), 1, - anon_sym_DOT, - STATE(8346), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4168), 6, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_val, - anon_sym_AMP, - sym__quest, - anon_sym_in, - [207825] = 3, - ACTIONS(10738), 1, + [207732] = 3, + ACTIONS(10724), 1, anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4239), 7, + ACTIONS(4315), 7, anon_sym_EQ, anon_sym_LBRACE, anon_sym_COMMA, @@ -654033,427 +653571,472 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, sym__quest, anon_sym_while, - [207842] = 6, - ACTIONS(9162), 1, + [207749] = 6, + ACTIONS(9151), 1, anon_sym_LT, - ACTIONS(10740), 1, + ACTIONS(10726), 1, anon_sym_COLON, - STATE(6538), 1, + STATE(6556), 1, sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4124), 2, + ACTIONS(4165), 2, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(4189), 3, + ACTIONS(4171), 3, anon_sym_DOT, anon_sym_AMP, sym__quest, - [207865] = 9, - ACTIONS(4139), 1, - anon_sym_while, - ACTIONS(8644), 1, - anon_sym_where, - ACTIONS(10715), 1, - anon_sym_EQ, - ACTIONS(10717), 1, - anon_sym_LBRACE, - ACTIONS(10742), 1, - anon_sym_COLON, - STATE(8572), 1, - sym_type_constraints, - STATE(9464), 1, - sym_function_body, - STATE(9998), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [207894] = 7, - ACTIONS(1586), 1, - anon_sym_LBRACE, + [207772] = 7, ACTIONS(1726), 1, anon_sym_AT, - ACTIONS(10744), 1, - sym_label, - STATE(3453), 1, - sym_lambda_literal, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(6228), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8360), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - [207919] = 7, - ACTIONS(25), 1, + ACTIONS(1836), 1, anon_sym_LBRACE, - ACTIONS(1726), 1, - anon_sym_AT, - ACTIONS(10746), 1, + ACTIONS(10728), 1, sym_label, - STATE(5176), 1, + STATE(4729), 1, sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6228), 2, + STATE(6139), 2, sym__single_annotation, sym__multi_annotation, - STATE(8360), 2, + STATE(8391), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - [207944] = 7, - ACTIONS(1646), 1, + [207797] = 9, + ACTIONS(4153), 1, + anon_sym_while, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(10710), 1, + anon_sym_EQ, + ACTIONS(10712), 1, anon_sym_LBRACE, - ACTIONS(1726), 1, - anon_sym_AT, - ACTIONS(10748), 1, - sym_label, - STATE(3983), 1, - sym_lambda_literal, + ACTIONS(10730), 1, + anon_sym_COLON, + STATE(8566), 1, + sym_type_constraints, + STATE(9456), 1, + sym_function_body, + STATE(10001), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(6228), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8360), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - [207969] = 9, - ACTIONS(4149), 1, + [207826] = 9, + ACTIONS(4147), 1, anon_sym_while, - ACTIONS(8644), 1, + ACTIONS(8591), 1, anon_sym_where, - ACTIONS(10715), 1, + ACTIONS(10710), 1, anon_sym_EQ, - ACTIONS(10717), 1, + ACTIONS(10712), 1, anon_sym_LBRACE, - ACTIONS(10750), 1, + ACTIONS(10732), 1, anon_sym_COLON, - STATE(8623), 1, + STATE(8466), 1, sym_type_constraints, - STATE(9571), 1, + STATE(9662), 1, sym_function_body, - STATE(9998), 1, + STATE(10001), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [207998] = 3, - ACTIONS(10752), 1, - anon_sym_AMP, + [207855] = 5, + ACTIONS(9151), 1, + anon_sym_LT, + ACTIONS(10734), 1, + anon_sym_COLON, + STATE(6556), 1, + sym_type_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4239), 7, - anon_sym_EQ, - anon_sym_LBRACE, + ACTIONS(4171), 5, anon_sym_COMMA, - anon_sym_by, - anon_sym_where, + anon_sym_RPAREN, + anon_sym_DOT, + anon_sym_AMP, sym__quest, - anon_sym_while, - [208015] = 8, - ACTIONS(8517), 1, + [207876] = 8, + ACTIONS(8500), 1, anon_sym_where, - ACTIONS(10689), 1, + ACTIONS(10679), 1, anon_sym_EQ, - ACTIONS(10691), 1, + ACTIONS(10681), 1, anon_sym_LBRACE, - STATE(8426), 1, + STATE(8442), 1, sym_type_constraints, - STATE(9175), 1, + STATE(9172), 1, sym__block, - STATE(9256), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4149), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [208042] = 8, - ACTIONS(8517), 1, - anon_sym_where, - ACTIONS(10689), 1, - anon_sym_EQ, - ACTIONS(10691), 1, - anon_sym_LBRACE, - STATE(8436), 1, - sym_type_constraints, - STATE(9152), 1, + STATE(9405), 1, sym_function_body, - STATE(9175), 1, - sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4297), 2, + ACTIONS(4321), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [208069] = 7, - ACTIONS(8511), 1, - anon_sym_LBRACE, - ACTIONS(8517), 1, + [207903] = 9, + ACTIONS(4141), 1, + anon_sym_while, + ACTIONS(8591), 1, anon_sym_where, - ACTIONS(8730), 1, + ACTIONS(10710), 1, + anon_sym_EQ, + ACTIONS(10712), 1, + anon_sym_LBRACE, + ACTIONS(10736), 1, anon_sym_COLON, - STATE(8722), 1, + STATE(8556), 1, sym_type_constraints, - STATE(9418), 1, - sym_enum_class_body, + STATE(9676), 1, + sym_function_body, + STATE(10001), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3282), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [208093] = 3, - STATE(1742), 1, + [207932] = 3, + STATE(1513), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10754), 6, + ACTIONS(10738), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208109] = 3, - STATE(1758), 1, + [207948] = 7, + ACTIONS(8494), 1, + anon_sym_LBRACE, + ACTIONS(8500), 1, + anon_sym_where, + ACTIONS(8727), 1, + anon_sym_COLON, + STATE(8721), 1, + sym_type_constraints, + STATE(9115), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3284), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [207972] = 3, + STATE(2014), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10756), 6, + ACTIONS(10740), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208125] = 5, - ACTIONS(10758), 1, - anon_sym_AT, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(9890), 2, - anon_sym_LBRACE, - sym_label, - STATE(6228), 2, - sym__single_annotation, - sym__multi_annotation, - STATE(8360), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - [208145] = 3, - STATE(2020), 1, + [207988] = 3, + STATE(1840), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10761), 6, + ACTIONS(10742), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208161] = 3, - STATE(1464), 1, + [208004] = 3, + STATE(1448), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10763), 6, + ACTIONS(10744), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208177] = 3, - STATE(1447), 1, + [208020] = 3, + STATE(1560), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10765), 6, + ACTIONS(10746), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208193] = 3, - STATE(1573), 1, + [208036] = 8, + ACTIONS(4141), 1, + anon_sym_while, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(10710), 1, + anon_sym_EQ, + ACTIONS(10712), 1, + anon_sym_LBRACE, + STATE(8556), 1, + sym_type_constraints, + STATE(9676), 1, + sym_function_body, + STATE(10001), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [208062] = 3, + STATE(2129), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10767), 6, + ACTIONS(10748), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208209] = 3, - STATE(1935), 1, + [208078] = 8, + ACTIONS(4131), 1, + anon_sym_while, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(10710), 1, + anon_sym_EQ, + ACTIONS(10712), 1, + anon_sym_LBRACE, + STATE(8596), 1, + sym_type_constraints, + STATE(9687), 1, + sym_function_body, + STATE(10001), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [208104] = 3, + STATE(1518), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10769), 6, + ACTIONS(10750), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208225] = 3, - STATE(1930), 1, + [208120] = 7, + ACTIONS(8500), 1, + anon_sym_where, + ACTIONS(8519), 1, + anon_sym_LBRACE, + ACTIONS(8751), 1, + anon_sym_COLON, + STATE(8655), 1, + sym_type_constraints, + STATE(9227), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3278), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [208144] = 7, + ACTIONS(8494), 1, + anon_sym_LBRACE, + ACTIONS(8500), 1, + anon_sym_where, + ACTIONS(10752), 1, + anon_sym_COLON, + STATE(8710), 1, + sym_type_constraints, + STATE(9164), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4245), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [208168] = 7, + ACTIONS(8494), 1, + anon_sym_LBRACE, + ACTIONS(8500), 1, + anon_sym_where, + ACTIONS(8666), 1, + anon_sym_COLON, + STATE(8748), 1, + sym_type_constraints, + STATE(9428), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3294), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [208192] = 3, + STATE(1710), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10771), 6, + ACTIONS(10754), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208241] = 7, - ACTIONS(8511), 1, + [208208] = 7, + ACTIONS(8494), 1, anon_sym_LBRACE, - ACTIONS(8517), 1, + ACTIONS(8500), 1, anon_sym_where, - ACTIONS(10773), 1, + ACTIONS(10756), 1, anon_sym_COLON, - STATE(8767), 1, + STATE(8729), 1, sym_type_constraints, - STATE(9248), 1, - sym_enum_class_body, + STATE(9105), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4218), 2, + ACTIONS(4214), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [208265] = 8, - ACTIONS(4149), 1, - anon_sym_while, - ACTIONS(8644), 1, + [208232] = 7, + ACTIONS(8500), 1, anon_sym_where, - ACTIONS(10715), 1, - anon_sym_EQ, - ACTIONS(10717), 1, + ACTIONS(8519), 1, anon_sym_LBRACE, - STATE(8623), 1, + ACTIONS(8802), 1, + anon_sym_COLON, + STATE(8661), 1, sym_type_constraints, - STATE(9571), 1, - sym_function_body, - STATE(9998), 1, - sym__block, + STATE(9115), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [208291] = 8, - ACTIONS(4162), 1, - anon_sym_while, - ACTIONS(8644), 1, - anon_sym_where, - ACTIONS(10715), 1, - anon_sym_EQ, - ACTIONS(10717), 1, - anon_sym_LBRACE, - STATE(8624), 1, - sym_type_constraints, - STATE(9600), 1, - sym_function_body, - STATE(9998), 1, - sym__block, + ACTIONS(3284), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [208256] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4271), 7, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_val, + anon_sym_DOT, + anon_sym_AMP, + sym__quest, + anon_sym_in, + [208270] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [208317] = 3, - STATE(1539), 1, + ACTIONS(4275), 7, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_val, + anon_sym_DOT, + anon_sym_AMP, + sym__quest, + anon_sym_in, + [208284] = 3, + STATE(1572), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10775), 6, + ACTIONS(10758), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208333] = 3, - STATE(2130), 1, + [208300] = 3, + STATE(1933), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10777), 6, + ACTIONS(10760), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208349] = 3, - STATE(1816), 1, + [208316] = 3, + STATE(1772), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10779), 6, + ACTIONS(10762), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208365] = 2, + [208332] = 3, + STATE(1746), 1, + sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4168), 7, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_val, - anon_sym_DOT, - anon_sym_AMP, - sym__quest, - anon_sym_in, - [208379] = 3, - STATE(1732), 1, + ACTIONS(10764), 6, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [208348] = 3, + STATE(1604), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10781), 6, + ACTIONS(10766), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208395] = 2, + [208364] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4319), 7, + ACTIONS(4188), 7, anon_sym_AT, anon_sym_LPAREN, anon_sym_val, @@ -654461,423 +654044,498 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, sym__quest, anon_sym_in, - [208409] = 7, - ACTIONS(8517), 1, - anon_sym_where, - ACTIONS(8521), 1, - anon_sym_LBRACE, - ACTIONS(8712), 1, - anon_sym_COLON, - STATE(8655), 1, - sym_type_constraints, - STATE(9445), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3274), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [208433] = 3, - STATE(1748), 1, + [208378] = 3, + STATE(1592), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10783), 6, + ACTIONS(10768), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208449] = 3, - STATE(1503), 1, + [208394] = 3, + STATE(1533), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10785), 6, + ACTIONS(10770), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208465] = 3, - STATE(2158), 1, + [208410] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4279), 7, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_val, + anon_sym_DOT, + anon_sym_AMP, + sym__quest, + anon_sym_in, + [208424] = 3, + STATE(2154), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10787), 6, + ACTIONS(10772), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208481] = 8, - ACTIONS(4185), 1, + [208440] = 5, + ACTIONS(9649), 1, + anon_sym_LPAREN, + ACTIONS(10774), 1, + anon_sym_by, + STATE(7166), 1, + sym_value_arguments, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4398), 4, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_where, anon_sym_while, - ACTIONS(8644), 1, + [208460] = 8, + ACTIONS(4321), 1, + anon_sym_while, + ACTIONS(8591), 1, anon_sym_where, - ACTIONS(10715), 1, + ACTIONS(10710), 1, anon_sym_EQ, - ACTIONS(10717), 1, + ACTIONS(10712), 1, anon_sym_LBRACE, - STATE(8596), 1, + STATE(8604), 1, sym_type_constraints, - STATE(9621), 1, + STATE(9693), 1, sym_function_body, - STATE(9998), 1, + STATE(10001), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [208507] = 2, + [208486] = 3, + STATE(1786), 1, + sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4315), 7, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_val, - anon_sym_DOT, - anon_sym_AMP, - sym__quest, - anon_sym_in, - [208521] = 7, - ACTIONS(8511), 1, + ACTIONS(10776), 6, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [208502] = 6, + ACTIONS(8585), 1, anon_sym_LBRACE, - ACTIONS(8517), 1, + ACTIONS(9649), 1, + anon_sym_LPAREN, + STATE(8501), 1, + sym_value_arguments, + STATE(9050), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(10778), 3, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + [208524] = 7, + ACTIONS(8500), 1, anon_sym_where, - ACTIONS(8774), 1, + ACTIONS(8519), 1, + anon_sym_LBRACE, + ACTIONS(10780), 1, anon_sym_COLON, - STATE(8653), 1, + STATE(8634), 1, sym_type_constraints, - STATE(9402), 1, + STATE(9367), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3290), 2, + ACTIONS(4202), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [208545] = 7, - ACTIONS(8517), 1, - anon_sym_where, - ACTIONS(8521), 1, + [208548] = 6, + ACTIONS(8585), 1, anon_sym_LBRACE, - ACTIONS(10789), 1, - anon_sym_COLON, - STATE(8766), 1, - sym_type_constraints, - STATE(9297), 1, + ACTIONS(9649), 1, + anon_sym_LPAREN, + STATE(8490), 1, + sym_value_arguments, + STATE(8829), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4329), 2, - sym__automatic_semicolon, + ACTIONS(10782), 3, anon_sym_RBRACE, - [208569] = 3, - STATE(2052), 1, + anon_sym_COMMA, + anon_sym_SEMI, + [208570] = 3, + STATE(1759), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10791), 6, + ACTIONS(10784), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208585] = 8, - ACTIONS(4301), 1, - anon_sym_while, - ACTIONS(8644), 1, - anon_sym_where, - ACTIONS(10715), 1, - anon_sym_EQ, - ACTIONS(10717), 1, - anon_sym_LBRACE, - STATE(8585), 1, - sym_type_constraints, - STATE(9656), 1, - sym_function_body, - STATE(9998), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [208611] = 3, - STATE(1560), 1, + [208586] = 3, + STATE(2050), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10793), 6, + ACTIONS(10786), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208627] = 3, - STATE(1843), 1, + [208602] = 3, + STATE(2170), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10795), 6, + ACTIONS(10788), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208643] = 6, - ACTIONS(8638), 1, - anon_sym_LBRACE, - ACTIONS(9671), 1, - anon_sym_LPAREN, - STATE(8474), 1, - sym_value_arguments, - STATE(8824), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(10797), 3, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - [208665] = 7, - ACTIONS(8517), 1, + [208618] = 7, + ACTIONS(8500), 1, anon_sym_where, - ACTIONS(8521), 1, + ACTIONS(8519), 1, anon_sym_LBRACE, - ACTIONS(8814), 1, + ACTIONS(10790), 1, anon_sym_COLON, - STATE(8719), 1, + STATE(8757), 1, sym_type_constraints, - STATE(9418), 1, - sym_class_body, + STATE(9164), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3282), 2, + ACTIONS(4245), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [208689] = 3, - STATE(1547), 1, + [208642] = 3, + STATE(1445), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10799), 6, + ACTIONS(10792), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208705] = 3, - STATE(1941), 1, + [208658] = 3, + STATE(1754), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10801), 6, + ACTIONS(10794), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208721] = 3, - STATE(1785), 1, + [208674] = 5, + ACTIONS(10796), 1, + anon_sym_AT, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(9778), 2, + anon_sym_LBRACE, + sym_label, + STATE(6139), 2, + sym__single_annotation, + sym__multi_annotation, + STATE(8391), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + [208694] = 3, + STATE(1818), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10803), 6, + ACTIONS(10799), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208737] = 7, - ACTIONS(8511), 1, - anon_sym_LBRACE, - ACTIONS(8517), 1, - anon_sym_where, - ACTIONS(10805), 1, - anon_sym_COLON, - STATE(8778), 1, - sym_type_constraints, - STATE(9113), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4323), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [208761] = 5, - ACTIONS(9671), 1, - anon_sym_LPAREN, - ACTIONS(10807), 1, - anon_sym_by, - STATE(7182), 1, - sym_value_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4507), 4, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_where, - anon_sym_while, - [208781] = 3, - STATE(1606), 1, + [208710] = 3, + STATE(1928), 1, sym__assignment_and_operator, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10809), 6, + ACTIONS(10801), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - [208797] = 2, + [208726] = 8, + ACTIONS(4325), 1, + anon_sym_while, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(10710), 1, + anon_sym_EQ, + ACTIONS(10712), 1, + anon_sym_LBRACE, + STATE(8614), 1, + sym_type_constraints, + STATE(9717), 1, + sym_function_body, + STATE(10001), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4337), 7, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_val, - anon_sym_DOT, - anon_sym_AMP, - sym__quest, - anon_sym_in, - [208811] = 8, - ACTIONS(4297), 1, + [208752] = 8, + ACTIONS(4147), 1, anon_sym_while, - ACTIONS(8644), 1, + ACTIONS(8591), 1, anon_sym_where, - ACTIONS(10715), 1, + ACTIONS(10710), 1, anon_sym_EQ, - ACTIONS(10717), 1, + ACTIONS(10712), 1, anon_sym_LBRACE, - STATE(8590), 1, + STATE(8466), 1, sym_type_constraints, - STATE(9650), 1, + STATE(9662), 1, sym_function_body, - STATE(9998), 1, + STATE(10001), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [208837] = 3, - STATE(1709), 1, - sym__assignment_and_operator, + [208778] = 4, + ACTIONS(10803), 1, + anon_sym_COMMA, + STATE(8448), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10811), 6, + ACTIONS(4706), 4, + sym__automatic_semicolon, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_where, + [208795] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4651), 6, + sym__automatic_semicolon, + anon_sym_COLON, anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - [208853] = 7, - ACTIONS(8517), 1, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_where, - ACTIONS(8521), 1, + [208808] = 6, + ACTIONS(10805), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(10807), 1, + anon_sym_DOLLAR, + ACTIONS(10809), 1, + sym__string_end, + ACTIONS(10811), 1, + sym__string_content, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(8432), 2, + sym__interpolation, + aux_sym_string_literal_repeat1, + [208829] = 7, + ACTIONS(3278), 1, + anon_sym_while, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(8597), 1, anon_sym_LBRACE, - ACTIONS(10813), 1, + ACTIONS(8876), 1, anon_sym_COLON, - STATE(8715), 1, + STATE(9076), 1, sym_type_constraints, - STATE(9248), 1, - sym_class_body, + STATE(9668), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4218), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [208877] = 6, - ACTIONS(8638), 1, + [208852] = 7, + ACTIONS(3294), 1, + anon_sym_while, + ACTIONS(8585), 1, anon_sym_LBRACE, - ACTIONS(9671), 1, - anon_sym_LPAREN, - STATE(8503), 1, - sym_value_arguments, - STATE(9011), 1, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(8899), 1, + anon_sym_COLON, + STATE(9072), 1, + sym_type_constraints, + STATE(9493), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10815), 3, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - [208899] = 3, - STATE(1676), 1, - sym__assignment_and_operator, + [208875] = 6, + ACTIONS(10805), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(10807), 1, + anon_sym_DOLLAR, + ACTIONS(10813), 1, + sym__string_end, + ACTIONS(10815), 1, + sym__string_content, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(8417), 2, + sym__interpolation, + aux_sym_string_literal_repeat1, + [208896] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10817), 6, + ACTIONS(4615), 6, + sym__automatic_semicolon, + anon_sym_COLON, anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - [208915] = 5, - ACTIONS(10819), 1, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_where, + [208909] = 5, + ACTIONS(10817), 1, anon_sym_AT, - ACTIONS(10821), 1, + ACTIONS(10819), 1, anon_sym_val, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8415), 2, + STATE(8428), 2, sym_annotation, aux_sym__annotated_delegation_specifier_repeat1, - STATE(9130), 2, + STATE(9114), 2, sym__single_annotation, sym__multi_annotation, - [208934] = 7, - ACTIONS(4329), 1, + [208928] = 6, + ACTIONS(10805), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(10807), 1, + anon_sym_DOLLAR, + ACTIONS(10821), 1, + sym__string_end, + ACTIONS(10823), 1, + sym__string_content, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(8449), 2, + sym__interpolation, + aux_sym_string_literal_repeat1, + [208949] = 6, + ACTIONS(10805), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(10807), 1, + anon_sym_DOLLAR, + ACTIONS(10815), 1, + sym__string_content, + ACTIONS(10825), 1, + sym__string_end, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(8417), 2, + sym__interpolation, + aux_sym_string_literal_repeat1, + [208970] = 6, + ACTIONS(8500), 1, + anon_sym_where, + ACTIONS(8519), 1, + anon_sym_LBRACE, + STATE(8750), 1, + sym_type_constraints, + STATE(9278), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4479), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [208991] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5141), 6, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + [209004] = 7, + ACTIONS(4245), 1, anon_sym_while, - ACTIONS(8638), 1, + ACTIONS(8585), 1, anon_sym_LBRACE, - ACTIONS(8644), 1, + ACTIONS(8591), 1, anon_sym_where, - ACTIONS(10823), 1, + ACTIONS(10827), 1, anon_sym_COLON, - STATE(9007), 1, + STATE(9080), 1, sym_type_constraints, - STATE(9623), 1, + STATE(9645), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [208957] = 6, - ACTIONS(10825), 1, + [209027] = 6, + ACTIONS(10805), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(10827), 1, + ACTIONS(10807), 1, anon_sym_DOLLAR, ACTIONS(10829), 1, sym__string_end, @@ -654886,20538 +654544,20383 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8441), 2, + STATE(8422), 2, sym__interpolation, aux_sym_string_literal_repeat1, - [208978] = 4, - ACTIONS(10833), 1, - anon_sym_COMMA, - STATE(8431), 1, - aux_sym_type_constraints_repeat1, + [209048] = 6, + ACTIONS(10679), 1, + anon_sym_EQ, + ACTIONS(10681), 1, + anon_sym_LBRACE, + STATE(9172), 1, + sym__block, + STATE(9379), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4341), 4, + ACTIONS(4131), 2, sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, anon_sym_RBRACE, - [208995] = 3, - ACTIONS(9046), 1, - anon_sym_COLON, + [209069] = 6, + ACTIONS(8500), 1, + anon_sym_where, + ACTIONS(8519), 1, + anon_sym_LBRACE, + STATE(8757), 1, + sym_type_constraints, + STATE(9164), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 5, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_val, - anon_sym_LT, - anon_sym_DOT, - [209010] = 7, - ACTIONS(3274), 1, - anon_sym_while, - ACTIONS(8638), 1, + ACTIONS(4245), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [209090] = 6, + ACTIONS(8494), 1, anon_sym_LBRACE, - ACTIONS(8644), 1, + ACTIONS(8500), 1, anon_sym_where, - ACTIONS(8913), 1, - anon_sym_COLON, - STATE(9052), 1, + STATE(8779), 1, sym_type_constraints, - STATE(9819), 1, + STATE(9160), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [209033] = 6, - ACTIONS(8517), 1, + ACTIONS(4499), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [209111] = 6, + ACTIONS(8500), 1, anon_sym_where, - ACTIONS(8521), 1, + ACTIONS(8519), 1, anon_sym_LBRACE, - STATE(8749), 1, + STATE(8665), 1, sym_type_constraints, - STATE(9147), 1, - sym_class_body, + STATE(9324), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4361), 2, + ACTIONS(4491), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [209054] = 6, - ACTIONS(8511), 1, + [209132] = 4, + ACTIONS(10833), 1, + anon_sym_COMMA, + STATE(8437), 1, + aux_sym_type_constraints_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4410), 4, + sym__automatic_semicolon, + anon_sym_EQ, anon_sym_LBRACE, - ACTIONS(8517), 1, + anon_sym_RBRACE, + [209149] = 6, + ACTIONS(8494), 1, + anon_sym_LBRACE, + ACTIONS(8500), 1, anon_sym_where, - STATE(8747), 1, + STATE(8727), 1, sym_type_constraints, - STATE(9144), 1, - sym_enum_class_body, + STATE(9324), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4469), 2, + ACTIONS(4491), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [209075] = 6, - ACTIONS(10825), 1, + [209170] = 7, + ACTIONS(4245), 1, + anon_sym_while, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(8597), 1, + anon_sym_LBRACE, + ACTIONS(10835), 1, + anon_sym_COLON, + STATE(9075), 1, + sym_type_constraints, + STATE(9645), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [209193] = 6, + ACTIONS(10837), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(10827), 1, + ACTIONS(10840), 1, anon_sym_DOLLAR, - ACTIONS(10835), 1, + ACTIONS(10843), 1, sym__string_end, - ACTIONS(10837), 1, + ACTIONS(10845), 1, sym__string_content, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8423), 2, + STATE(8417), 2, sym__interpolation, aux_sym_string_literal_repeat1, - [209096] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5057), 6, + [209214] = 6, + ACTIONS(10679), 1, anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - [209109] = 2, + ACTIONS(10681), 1, + anon_sym_LBRACE, + STATE(9172), 1, + sym__block, + STATE(9196), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4748), 6, + ACTIONS(4147), 2, sym__automatic_semicolon, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_where, - [209122] = 6, - ACTIONS(10689), 1, - anon_sym_EQ, - ACTIONS(10691), 1, - anon_sym_LBRACE, - STATE(9161), 1, - sym_function_body, - STATE(9175), 1, - sym__block, + [209235] = 3, + ACTIONS(9026), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4441), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [209143] = 6, - ACTIONS(10825), 1, + ACTIONS(3981), 5, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_val, + anon_sym_LT, + anon_sym_DOT, + [209250] = 4, + ACTIONS(10722), 1, + anon_sym_DOT, + STATE(8341), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4195), 4, + anon_sym_AT, + anon_sym_LPAREN, + anon_sym_val, + anon_sym_in, + [209267] = 6, + ACTIONS(10805), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(10827), 1, + ACTIONS(10807), 1, anon_sym_DOLLAR, - ACTIONS(10839), 1, + ACTIONS(10848), 1, sym__string_end, - ACTIONS(10841), 1, + ACTIONS(10850), 1, sym__string_content, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8444), 2, + STATE(8401), 2, sym__interpolation, aux_sym_string_literal_repeat1, - [209164] = 5, - ACTIONS(9890), 1, - anon_sym_val, - ACTIONS(10843), 1, - anon_sym_AT, + [209288] = 6, + ACTIONS(10805), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(10807), 1, + anon_sym_DOLLAR, + ACTIONS(10815), 1, + sym__string_content, + ACTIONS(10852), 1, + sym__string_end, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8415), 2, - sym_annotation, - aux_sym__annotated_delegation_specifier_repeat1, - STATE(9130), 2, - sym__single_annotation, - sym__multi_annotation, - [209183] = 6, - ACTIONS(8517), 1, - anon_sym_where, - ACTIONS(8521), 1, + STATE(8417), 2, + sym__interpolation, + aux_sym_string_literal_repeat1, + [209309] = 6, + ACTIONS(10679), 1, + anon_sym_EQ, + ACTIONS(10681), 1, anon_sym_LBRACE, - STATE(8715), 1, - sym_type_constraints, - STATE(9248), 1, - sym_class_body, + STATE(9172), 1, + sym__block, + STATE(9415), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4218), 2, + ACTIONS(4487), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [209204] = 6, - ACTIONS(8517), 1, - anon_sym_where, - ACTIONS(8521), 1, + [209330] = 7, + ACTIONS(4214), 1, + anon_sym_while, + ACTIONS(8585), 1, anon_sym_LBRACE, - STATE(8766), 1, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(10854), 1, + anon_sym_COLON, + STATE(8874), 1, sym_type_constraints, - STATE(9297), 1, + STATE(9572), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4329), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [209225] = 4, - ACTIONS(10846), 1, - anon_sym_COMMA, - STATE(8425), 1, - aux_sym__delegation_specifiers_repeat1, + [209353] = 6, + ACTIONS(10805), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(10807), 1, + anon_sym_DOLLAR, + ACTIONS(10815), 1, + sym__string_content, + ACTIONS(10856), 1, + sym__string_end, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(8417), 2, + sym__interpolation, + aux_sym_string_literal_repeat1, + [209374] = 3, + ACTIONS(10697), 1, + anon_sym_by, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4686), 4, + ACTIONS(4398), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COMMA, anon_sym_where, - [209242] = 6, - ACTIONS(10825), 1, + [209389] = 6, + ACTIONS(10805), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(10827), 1, + ACTIONS(10807), 1, anon_sym_DOLLAR, - ACTIONS(10848), 1, + ACTIONS(10858), 1, sym__string_end, - ACTIONS(10850), 1, + ACTIONS(10860), 1, sym__string_content, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8430), 2, + STATE(8405), 2, sym__interpolation, aux_sym_string_literal_repeat1, - [209263] = 7, - ACTIONS(3290), 1, - anon_sym_while, - ACTIONS(8644), 1, - anon_sym_where, - ACTIONS(8648), 1, - anon_sym_LBRACE, - ACTIONS(8899), 1, - anon_sym_COLON, - STATE(8903), 1, - sym_type_constraints, - STATE(9585), 1, - sym_enum_class_body, + [209410] = 5, + ACTIONS(9778), 1, + anon_sym_val, + ACTIONS(10862), 1, + anon_sym_AT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [209286] = 6, - ACTIONS(8517), 1, - anon_sym_where, - ACTIONS(8521), 1, + STATE(8428), 2, + sym_annotation, + aux_sym__annotated_delegation_specifier_repeat1, + STATE(9114), 2, + sym__single_annotation, + sym__multi_annotation, + [209429] = 6, + ACTIONS(8494), 1, anon_sym_LBRACE, - STATE(8750), 1, + ACTIONS(8500), 1, + anon_sym_where, + STATE(8708), 1, sym_type_constraints, - STATE(9443), 1, + STATE(9237), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4495), 2, + ACTIONS(4341), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [209307] = 3, - ACTIONS(10733), 1, - anon_sym_by, + [209450] = 6, + ACTIONS(8494), 1, + anon_sym_LBRACE, + ACTIONS(8500), 1, + anon_sym_where, + STATE(8650), 1, + sym_type_constraints, + STATE(9278), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4507), 5, + ACTIONS(4479), 2, sym__automatic_semicolon, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COMMA, + [209471] = 6, + ACTIONS(8494), 1, + anon_sym_LBRACE, + ACTIONS(8500), 1, anon_sym_where, - [209322] = 6, - ACTIONS(10825), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(10827), 1, - anon_sym_DOLLAR, - ACTIONS(10831), 1, - sym__string_content, - ACTIONS(10852), 1, - sym__string_end, + STATE(8710), 1, + sym_type_constraints, + STATE(9164), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8441), 2, - sym__interpolation, - aux_sym_string_literal_repeat1, - [209343] = 6, - ACTIONS(10825), 1, + ACTIONS(4245), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [209492] = 6, + ACTIONS(10805), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(10827), 1, + ACTIONS(10807), 1, anon_sym_DOLLAR, - ACTIONS(10831), 1, + ACTIONS(10815), 1, sym__string_content, - ACTIONS(10854), 1, + ACTIONS(10865), 1, sym__string_end, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8441), 2, + STATE(8417), 2, sym__interpolation, aux_sym_string_literal_repeat1, - [209364] = 4, - ACTIONS(10846), 1, - anon_sym_COMMA, - STATE(8455), 1, - aux_sym__delegation_specifiers_repeat1, + [209513] = 7, + ACTIONS(4202), 1, + anon_sym_while, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(8597), 1, + anon_sym_LBRACE, + ACTIONS(10867), 1, + anon_sym_COLON, + STATE(8998), 1, + sym_type_constraints, + STATE(9680), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4738), 4, - sym__automatic_semicolon, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_where, - [209381] = 6, - ACTIONS(10689), 1, + [209536] = 6, + ACTIONS(10679), 1, anon_sym_EQ, - ACTIONS(10691), 1, + ACTIONS(10681), 1, anon_sym_LBRACE, - STATE(9135), 1, + STATE(9136), 1, sym_function_body, - STATE(9175), 1, + STATE(9172), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4162), 2, + ACTIONS(4153), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [209402] = 4, - ACTIONS(10856), 1, - anon_sym_COMMA, - STATE(8427), 1, - aux_sym_type_constraints_repeat1, + [209557] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4432), 4, + ACTIONS(4665), 6, sym__automatic_semicolon, + anon_sym_COLON, anon_sym_EQ, anon_sym_LBRACE, anon_sym_RBRACE, - [209419] = 6, - ACTIONS(8511), 1, - anon_sym_LBRACE, - ACTIONS(8517), 1, anon_sym_where, - STATE(8748), 1, - sym_type_constraints, - STATE(9453), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4465), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [209440] = 7, - ACTIONS(4218), 1, + [209570] = 7, + ACTIONS(3284), 1, anon_sym_while, - ACTIONS(8638), 1, + ACTIONS(8585), 1, anon_sym_LBRACE, - ACTIONS(8644), 1, + ACTIONS(8591), 1, anon_sym_where, - ACTIONS(10859), 1, + ACTIONS(8903), 1, anon_sym_COLON, - STATE(8904), 1, + STATE(9024), 1, sym_type_constraints, - STATE(9543), 1, + STATE(9605), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [209463] = 6, - ACTIONS(10825), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(10827), 1, - anon_sym_DOLLAR, - ACTIONS(10831), 1, - sym__string_content, - ACTIONS(10861), 1, - sym__string_end, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(8441), 2, - sym__interpolation, - aux_sym_string_literal_repeat1, - [209484] = 4, - ACTIONS(10833), 1, + [209593] = 4, + ACTIONS(10869), 1, anon_sym_COMMA, - STATE(8427), 1, + STATE(8437), 1, aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4426), 4, - sym__automatic_semicolon, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_RBRACE, - [209501] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4561), 6, + ACTIONS(4391), 4, sym__automatic_semicolon, - anon_sym_COLON, anon_sym_EQ, anon_sym_LBRACE, anon_sym_RBRACE, + [209610] = 6, + ACTIONS(8500), 1, anon_sym_where, - [209514] = 7, - ACTIONS(4218), 1, - anon_sym_while, - ACTIONS(8644), 1, - anon_sym_where, - ACTIONS(8648), 1, + ACTIONS(8519), 1, anon_sym_LBRACE, - ACTIONS(10863), 1, - anon_sym_COLON, - STATE(8795), 1, + STATE(8634), 1, sym_type_constraints, - STATE(9543), 1, + STATE(9367), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [209537] = 6, - ACTIONS(10825), 1, + ACTIONS(4202), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [209631] = 6, + ACTIONS(10805), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(10827), 1, + ACTIONS(10807), 1, anon_sym_DOLLAR, - ACTIONS(10865), 1, + ACTIONS(10872), 1, sym__string_end, - ACTIONS(10867), 1, + ACTIONS(10874), 1, sym__string_content, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8424), 2, + STATE(8425), 2, sym__interpolation, aux_sym_string_literal_repeat1, - [209558] = 6, - ACTIONS(8517), 1, - anon_sym_where, - ACTIONS(8521), 1, - anon_sym_LBRACE, - STATE(8783), 1, - sym_type_constraints, - STATE(9453), 1, - sym_class_body, + [209652] = 4, + ACTIONS(10833), 1, + anon_sym_COMMA, + STATE(8414), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4465), 2, + ACTIONS(4420), 4, sym__automatic_semicolon, + anon_sym_EQ, + anon_sym_LBRACE, anon_sym_RBRACE, - [209579] = 6, - ACTIONS(10689), 1, + [209669] = 6, + ACTIONS(10679), 1, anon_sym_EQ, - ACTIONS(10691), 1, + ACTIONS(10681), 1, anon_sym_LBRACE, - STATE(9157), 1, - sym_function_body, - STATE(9175), 1, + STATE(9172), 1, sym__block, + STATE(9327), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4301), 2, + ACTIONS(4141), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [209600] = 7, - ACTIONS(4323), 1, - anon_sym_while, - ACTIONS(8644), 1, - anon_sym_where, - ACTIONS(8648), 1, - anon_sym_LBRACE, - ACTIONS(10869), 1, - anon_sym_COLON, - STATE(8893), 1, - sym_type_constraints, - STATE(9611), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [209623] = 6, - ACTIONS(10689), 1, + [209690] = 6, + ACTIONS(10679), 1, anon_sym_EQ, - ACTIONS(10691), 1, + ACTIONS(10681), 1, anon_sym_LBRACE, - STATE(9175), 1, + STATE(9172), 1, sym__block, - STATE(9429), 1, + STATE(9412), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4139), 2, + ACTIONS(4325), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [209644] = 2, + [209711] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4545), 6, + ACTIONS(4724), 6, sym__automatic_semicolon, anon_sym_COLON, anon_sym_EQ, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_where, - [209657] = 6, - ACTIONS(8511), 1, - anon_sym_LBRACE, - ACTIONS(8517), 1, + [209724] = 6, + ACTIONS(8500), 1, anon_sym_where, - STATE(8778), 1, + ACTIONS(8519), 1, + anon_sym_LBRACE, + STATE(8730), 1, sym_type_constraints, - STATE(9113), 1, + STATE(9397), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4323), 2, + ACTIONS(4436), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [209678] = 6, - ACTIONS(10871), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(10874), 1, - anon_sym_DOLLAR, - ACTIONS(10877), 1, - sym__string_end, - ACTIONS(10879), 1, - sym__string_content, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - STATE(8441), 2, - sym__interpolation, - aux_sym_string_literal_repeat1, - [209699] = 6, - ACTIONS(10825), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(10827), 1, - anon_sym_DOLLAR, - ACTIONS(10882), 1, - sym__string_end, - ACTIONS(10884), 1, - sym__string_content, + [209745] = 7, + ACTIONS(3284), 1, + anon_sym_while, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(8597), 1, + anon_sym_LBRACE, + ACTIONS(8854), 1, + anon_sym_COLON, + STATE(8820), 1, + sym_type_constraints, + STATE(9605), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8454), 2, - sym__interpolation, - aux_sym_string_literal_repeat1, - [209720] = 6, - ACTIONS(8511), 1, - anon_sym_LBRACE, - ACTIONS(8517), 1, + [209768] = 6, + ACTIONS(8500), 1, anon_sym_where, - STATE(8736), 1, + ACTIONS(8519), 1, + anon_sym_LBRACE, + STATE(8751), 1, sym_type_constraints, - STATE(9154), 1, + STATE(9409), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4483), 2, + ACTIONS(4503), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [209741] = 6, - ACTIONS(10825), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(10827), 1, - anon_sym_DOLLAR, - ACTIONS(10831), 1, - sym__string_content, - ACTIONS(10886), 1, - sym__string_end, + [209789] = 4, + ACTIONS(10876), 1, + anon_sym_COMMA, + STATE(8447), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8441), 2, - sym__interpolation, - aux_sym_string_literal_repeat1, - [209762] = 6, - ACTIONS(8511), 1, + ACTIONS(4679), 4, + sym__automatic_semicolon, anon_sym_LBRACE, - ACTIONS(8517), 1, + anon_sym_RBRACE, anon_sym_where, - STATE(8776), 1, - sym_type_constraints, - STATE(9147), 1, - sym_enum_class_body, + [209806] = 4, + ACTIONS(10803), 1, + anon_sym_COMMA, + STATE(8447), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4361), 2, + ACTIONS(4716), 4, sym__automatic_semicolon, + anon_sym_LBRACE, anon_sym_RBRACE, - [209783] = 6, - ACTIONS(10825), 1, + anon_sym_where, + [209823] = 6, + ACTIONS(10805), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(10827), 1, + ACTIONS(10807), 1, anon_sym_DOLLAR, - ACTIONS(10888), 1, - sym__string_end, - ACTIONS(10890), 1, + ACTIONS(10815), 1, sym__string_content, + ACTIONS(10879), 1, + sym__string_end, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8404), 2, + STATE(8417), 2, sym__interpolation, aux_sym_string_literal_repeat1, - [209804] = 6, - ACTIONS(10689), 1, + [209844] = 6, + ACTIONS(10679), 1, anon_sym_EQ, - ACTIONS(10691), 1, + ACTIONS(10681), 1, anon_sym_LBRACE, - STATE(9175), 1, + STATE(9172), 1, sym__block, - STATE(9256), 1, + STATE(9405), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4149), 2, + ACTIONS(4321), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [209825] = 7, - ACTIONS(3282), 1, - anon_sym_while, - ACTIONS(8638), 1, + [209865] = 6, + ACTIONS(8494), 1, anon_sym_LBRACE, - ACTIONS(8644), 1, + ACTIONS(8500), 1, anon_sym_where, - ACTIONS(8871), 1, - anon_sym_COLON, - STATE(8941), 1, + STATE(8729), 1, sym_type_constraints, - STATE(9545), 1, + STATE(9105), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [209848] = 7, - ACTIONS(3282), 1, - anon_sym_while, - ACTIONS(8644), 1, - anon_sym_where, - ACTIONS(8648), 1, + ACTIONS(4214), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [209886] = 6, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(8879), 1, + ACTIONS(10881), 1, anon_sym_COLON, - STATE(9000), 1, - sym_type_constraints, - STATE(9545), 1, - sym_enum_class_body, + ACTIONS(10883), 1, + anon_sym_EQ, + STATE(3405), 1, + sym__block, + STATE(3525), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [209871] = 6, - ACTIONS(10689), 1, - anon_sym_EQ, - ACTIONS(10691), 1, + [209906] = 6, + ACTIONS(4137), 1, anon_sym_LBRACE, - STATE(9136), 1, + ACTIONS(10885), 1, + anon_sym_COLON, + ACTIONS(10887), 1, + anon_sym_EQ, + STATE(1051), 1, sym_function_body, - STATE(9175), 1, + STATE(1074), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4185), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [209892] = 6, - ACTIONS(8511), 1, + [209926] = 6, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(8517), 1, - anon_sym_where, - STATE(8767), 1, - sym_type_constraints, - STATE(9248), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4218), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [209913] = 4, - ACTIONS(10723), 1, - anon_sym_DOT, - STATE(8341), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4195), 4, - anon_sym_AT, - anon_sym_LPAREN, - anon_sym_val, - anon_sym_in, - [209930] = 6, - ACTIONS(10689), 1, + ACTIONS(10889), 1, + anon_sym_COLON, + ACTIONS(10891), 1, anon_sym_EQ, - ACTIONS(10691), 1, - anon_sym_LBRACE, - STATE(9152), 1, + STATE(3826), 1, sym_function_body, - STATE(9175), 1, + STATE(3876), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4297), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [209951] = 6, - ACTIONS(10825), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(10827), 1, - anon_sym_DOLLAR, - ACTIONS(10831), 1, - sym__string_content, - ACTIONS(10892), 1, - sym__string_end, + [209946] = 6, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(10893), 1, + anon_sym_COLON, + ACTIONS(10895), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4823), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8441), 2, - sym__interpolation, - aux_sym_string_literal_repeat1, - [209972] = 4, - ACTIONS(10894), 1, - anon_sym_COMMA, - STATE(8455), 1, - aux_sym__delegation_specifiers_repeat1, + [209966] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4635), 4, + ACTIONS(4679), 5, sym__automatic_semicolon, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COMMA, anon_sym_where, - [209989] = 2, + [209978] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4583), 6, + ACTIONS(4561), 5, sym__automatic_semicolon, anon_sym_COLON, - anon_sym_EQ, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_where, - [210002] = 6, - ACTIONS(8517), 1, - anon_sym_where, - ACTIONS(8521), 1, + [209990] = 6, + ACTIONS(10679), 1, + anon_sym_EQ, + ACTIONS(10681), 1, anon_sym_LBRACE, - STATE(8763), 1, - sym_type_constraints, - STATE(9274), 1, - sym_class_body, + ACTIONS(10897), 1, + anon_sym_COLON, + STATE(9172), 1, + sym__block, + STATE(9289), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4357), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [210023] = 6, - ACTIONS(4145), 1, + [210010] = 6, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(10897), 1, - anon_sym_COLON, ACTIONS(10899), 1, + anon_sym_COLON, + ACTIONS(10901), 1, anon_sym_EQ, - STATE(1079), 1, + STATE(3826), 1, sym_function_body, - STATE(1129), 1, + STATE(3876), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210043] = 6, - ACTIONS(4145), 1, + [210030] = 5, + ACTIONS(8494), 1, anon_sym_LBRACE, - ACTIONS(10901), 1, - anon_sym_COLON, - ACTIONS(10903), 1, - anon_sym_EQ, - STATE(1129), 1, - sym__block, - STATE(1183), 1, - sym_function_body, + ACTIONS(10903), 1, + anon_sym_COLON, + STATE(9332), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210063] = 6, - ACTIONS(6714), 1, + ACTIONS(4424), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [210048] = 6, + ACTIONS(4137), 1, anon_sym_LBRACE, ACTIONS(10905), 1, anon_sym_COLON, ACTIONS(10907), 1, anon_sym_EQ, - STATE(3882), 1, + STATE(1074), 1, sym__block, - STATE(3910), 1, + STATE(1162), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210083] = 6, - ACTIONS(6714), 1, + [210068] = 6, + ACTIONS(4479), 1, + anon_sym_while, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(8597), 1, anon_sym_LBRACE, - ACTIONS(10907), 1, + STATE(9009), 1, + sym_type_constraints, + STATE(9673), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [210088] = 6, + ACTIONS(6774), 1, + anon_sym_LBRACE, + ACTIONS(10891), 1, anon_sym_EQ, ACTIONS(10909), 1, anon_sym_COLON, - STATE(3882), 1, + STATE(3876), 1, sym__block, - STATE(3890), 1, + STATE(3935), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210103] = 6, - ACTIONS(6714), 1, + [210108] = 6, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(10907), 1, + ACTIONS(10895), 1, anon_sym_EQ, ACTIONS(10911), 1, anon_sym_COLON, - STATE(3836), 1, - sym_function_body, - STATE(3882), 1, + STATE(4740), 1, sym__block, + STATE(4813), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210123] = 6, - ACTIONS(4145), 1, + [210128] = 6, + ACTIONS(6509), 1, anon_sym_LBRACE, ACTIONS(10913), 1, anon_sym_COLON, ACTIONS(10915), 1, anon_sym_EQ, - STATE(1129), 1, + STATE(3405), 1, sym__block, - STATE(1143), 1, + STATE(3548), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210143] = 6, - ACTIONS(6714), 1, - anon_sym_LBRACE, - ACTIONS(10907), 1, + [210148] = 6, + ACTIONS(4141), 1, + anon_sym_while, + ACTIONS(10710), 1, anon_sym_EQ, - ACTIONS(10917), 1, - anon_sym_COLON, - STATE(3867), 1, + ACTIONS(10712), 1, + anon_sym_LBRACE, + STATE(9676), 1, sym_function_body, - STATE(3882), 1, + STATE(10001), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210163] = 6, - ACTIONS(4145), 1, - anon_sym_LBRACE, - ACTIONS(10915), 1, - anon_sym_EQ, - ACTIONS(10919), 1, - anon_sym_COLON, - STATE(1129), 1, - sym__block, - STATE(1173), 1, - sym_function_body, + [210168] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210183] = 6, - ACTIONS(4145), 1, + ACTIONS(4557), 5, + sym__automatic_semicolon, + anon_sym_COLON, anon_sym_LBRACE, - ACTIONS(10915), 1, + anon_sym_RBRACE, + anon_sym_where, + [210180] = 6, + ACTIONS(4137), 1, + anon_sym_LBRACE, + ACTIONS(10907), 1, anon_sym_EQ, - ACTIONS(10921), 1, + ACTIONS(10917), 1, anon_sym_COLON, - STATE(1129), 1, + STATE(1074), 1, sym__block, - STATE(1183), 1, + STATE(1185), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210203] = 6, - ACTIONS(4145), 1, + [210200] = 6, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(10915), 1, + ACTIONS(10891), 1, anon_sym_EQ, - ACTIONS(10923), 1, + ACTIONS(10919), 1, anon_sym_COLON, - STATE(1079), 1, - sym_function_body, - STATE(1129), 1, + STATE(3876), 1, sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [210223] = 6, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, - anon_sym_LBRACE, - ACTIONS(10925), 1, - anon_sym_COLON, - STATE(5359), 1, + STATE(4039), 1, sym_function_body, - STATE(5420), 1, - sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210243] = 2, + [210220] = 5, + ACTIONS(10921), 1, + anon_sym_catch, + ACTIONS(10923), 1, + anon_sym_finally, + STATE(3058), 1, + sym_finally_block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5185), 5, - sym__automatic_semicolon, - anon_sym_LBRACE, - anon_sym_RBRACE, + STATE(2755), 2, + sym_catch_block, + aux_sym_try_expression_repeat1, + [210238] = 4, + ACTIONS(10925), 1, anon_sym_COMMA, - anon_sym_where, - [210255] = 2, + STATE(8493), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5181), 5, - sym__automatic_semicolon, + ACTIONS(4410), 3, + anon_sym_EQ, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, + anon_sym_while, + [210254] = 6, + ACTIONS(4479), 1, + anon_sym_while, + ACTIONS(8585), 1, + anon_sym_LBRACE, + ACTIONS(8591), 1, anon_sym_where, - [210267] = 7, - ACTIONS(3), 1, + STATE(9000), 1, + sym_type_constraints, + STATE(9673), 1, + sym_class_body, + ACTIONS(3), 2, sym_multiline_comment, - ACTIONS(10927), 1, sym_line_comment, - ACTIONS(10929), 1, - aux_sym_character_literal_token1, - ACTIONS(10931), 1, - anon_sym_BSLASHu, - ACTIONS(10933), 1, - sym__escaped_identifier, - STATE(9836), 1, - sym__uni_character_literal, - STATE(9838), 1, - sym_character_escape_seq, - [210289] = 6, - ACTIONS(6430), 1, + [210274] = 6, + ACTIONS(8175), 1, + anon_sym_EQ, + ACTIONS(8177), 1, anon_sym_LBRACE, - ACTIONS(10935), 1, + ACTIONS(10927), 1, anon_sym_COLON, - ACTIONS(10937), 1, - anon_sym_EQ, - STATE(3082), 1, + STATE(5384), 1, sym__block, - STATE(3249), 1, + STATE(5389), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210309] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(5165), 5, - sym__automatic_semicolon, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, + [210294] = 6, + ACTIONS(4202), 1, + anon_sym_while, + ACTIONS(8591), 1, anon_sym_where, - [210321] = 4, - ACTIONS(8638), 1, + ACTIONS(8597), 1, anon_sym_LBRACE, - STATE(9011), 1, - sym_class_body, + STATE(8998), 1, + sym_type_constraints, + STATE(9680), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10815), 3, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - [210337] = 6, - ACTIONS(6430), 1, + [210314] = 6, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(10937), 1, + ACTIONS(10907), 1, anon_sym_EQ, - ACTIONS(10939), 1, + ACTIONS(10929), 1, anon_sym_COLON, - STATE(3082), 1, + STATE(1074), 1, sym__block, - STATE(3246), 1, + STATE(1126), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210357] = 6, - ACTIONS(6430), 1, - anon_sym_LBRACE, - ACTIONS(10937), 1, + [210334] = 6, + ACTIONS(4153), 1, + anon_sym_while, + ACTIONS(10710), 1, anon_sym_EQ, - ACTIONS(10941), 1, - anon_sym_COLON, - STATE(3082), 1, - sym__block, - STATE(3234), 1, + ACTIONS(10712), 1, + anon_sym_LBRACE, + STATE(9456), 1, sym_function_body, + STATE(10001), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210377] = 6, - ACTIONS(6430), 1, + [210354] = 6, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(10937), 1, + ACTIONS(10907), 1, anon_sym_EQ, - ACTIONS(10943), 1, + ACTIONS(10931), 1, anon_sym_COLON, - STATE(3082), 1, - sym__block, - STATE(3196), 1, + STATE(1051), 1, sym_function_body, + STATE(1074), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210397] = 2, + [210374] = 3, + ACTIONS(10726), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5161), 5, - sym__automatic_semicolon, - anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4165), 4, + anon_sym_EQ, anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DASH_GT, + [210388] = 6, + ACTIONS(4341), 1, + anon_sym_while, + ACTIONS(8585), 1, + anon_sym_LBRACE, + ACTIONS(8591), 1, anon_sym_where, - [210409] = 2, + STATE(9011), 1, + sym_type_constraints, + STATE(9672), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5189), 5, - sym__automatic_semicolon, - anon_sym_LBRACE, - anon_sym_RBRACE, + [210408] = 4, + ACTIONS(10925), 1, anon_sym_COMMA, - anon_sym_where, - [210421] = 6, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, - anon_sym_LBRACE, - ACTIONS(10945), 1, - anon_sym_COLON, - STATE(5400), 1, - sym_function_body, - STATE(5420), 1, - sym__block, + STATE(8471), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210441] = 6, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(10689), 1, + ACTIONS(4420), 3, anon_sym_EQ, - ACTIONS(10947), 1, - anon_sym_COLON, - STATE(5082), 1, - sym_function_body, - STATE(5091), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [210461] = 6, - ACTIONS(8223), 1, anon_sym_LBRACE, - ACTIONS(10689), 1, - anon_sym_EQ, - ACTIONS(10949), 1, - anon_sym_COLON, - STATE(5091), 1, - sym__block, - STATE(5162), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [210481] = 6, - ACTIONS(6511), 1, + anon_sym_while, + [210424] = 6, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(10951), 1, + ACTIONS(10933), 1, anon_sym_COLON, - ACTIONS(10953), 1, + ACTIONS(10935), 1, anon_sym_EQ, - STATE(3402), 1, - sym__block, - STATE(3497), 1, + STATE(3190), 1, sym_function_body, + STATE(3235), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210501] = 5, - ACTIONS(10955), 1, + [210444] = 5, + ACTIONS(10937), 1, anon_sym_catch, - ACTIONS(10957), 1, + ACTIONS(10939), 1, anon_sym_finally, - STATE(3230), 1, + STATE(5093), 1, sym_finally_block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2763), 2, + STATE(4593), 2, sym_catch_block, aux_sym_try_expression_repeat1, - [210519] = 6, - ACTIONS(8223), 1, + [210462] = 6, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(10689), 1, + ACTIONS(10935), 1, anon_sym_EQ, - ACTIONS(10959), 1, + ACTIONS(10941), 1, anon_sym_COLON, - STATE(5091), 1, - sym__block, - STATE(5261), 1, + STATE(3228), 1, sym_function_body, + STATE(3235), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210539] = 2, + [210482] = 4, + ACTIONS(10943), 1, + anon_sym_DOT, + STATE(8341), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4756), 5, - sym__automatic_semicolon, - anon_sym_COLON, + ACTIONS(4195), 3, + anon_sym_AMP, + sym__quest, + anon_sym_in, + [210498] = 6, + ACTIONS(4499), 1, + anon_sym_while, + ACTIONS(8585), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(8591), 1, anon_sym_where, - [210551] = 6, - ACTIONS(6511), 1, - anon_sym_LBRACE, - ACTIONS(10953), 1, - anon_sym_EQ, - ACTIONS(10961), 1, - anon_sym_COLON, - STATE(3402), 1, - sym__block, - STATE(3520), 1, - sym_function_body, + STATE(9067), 1, + sym_type_constraints, + STATE(9625), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210571] = 6, - ACTIONS(6511), 1, + [210518] = 6, + ACTIONS(4214), 1, + anon_sym_while, + ACTIONS(8585), 1, anon_sym_LBRACE, - ACTIONS(10953), 1, - anon_sym_EQ, - ACTIONS(10963), 1, - anon_sym_COLON, - STATE(3402), 1, - sym__block, - STATE(3528), 1, - sym_function_body, + ACTIONS(8591), 1, + anon_sym_where, + STATE(8874), 1, + sym_type_constraints, + STATE(9572), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210591] = 6, - ACTIONS(6511), 1, + [210538] = 6, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(10953), 1, + ACTIONS(10935), 1, anon_sym_EQ, - ACTIONS(10965), 1, + ACTIONS(10945), 1, anon_sym_COLON, - STATE(3402), 1, + STATE(3235), 1, sym__block, - STATE(3551), 1, + STATE(3240), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210611] = 6, - ACTIONS(8104), 1, + [210558] = 6, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(10715), 1, - anon_sym_EQ, - ACTIONS(10967), 1, + ACTIONS(10947), 1, anon_sym_COLON, - STATE(4713), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [210631] = 6, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(10715), 1, + ACTIONS(10949), 1, anon_sym_EQ, - ACTIONS(10969), 1, - anon_sym_COLON, - STATE(4800), 1, + STATE(3235), 1, sym__block, - STATE(4856), 1, + STATE(3255), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210651] = 6, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(10715), 1, + [210578] = 6, + ACTIONS(10710), 1, anon_sym_EQ, - ACTIONS(10971), 1, + ACTIONS(10712), 1, + anon_sym_LBRACE, + ACTIONS(10951), 1, anon_sym_COLON, - STATE(4750), 1, + STATE(9621), 1, sym_function_body, - STATE(4800), 1, + STATE(10001), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210671] = 6, - ACTIONS(8104), 1, + [210598] = 4, + ACTIONS(8585), 1, anon_sym_LBRACE, - ACTIONS(10973), 1, - anon_sym_COLON, - ACTIONS(10975), 1, - anon_sym_EQ, - STATE(4780), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + STATE(9050), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210691] = 6, - ACTIONS(8104), 1, + ACTIONS(10778), 3, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + [210614] = 6, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(10715), 1, + ACTIONS(10935), 1, anon_sym_EQ, - ACTIONS(10977), 1, + ACTIONS(10953), 1, anon_sym_COLON, - STATE(4780), 1, - sym_function_body, - STATE(4800), 1, + STATE(3235), 1, sym__block, + STATE(3255), 1, + sym_function_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [210634] = 4, + ACTIONS(10955), 1, + anon_sym_COMMA, + STATE(8590), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210711] = 6, - ACTIONS(8104), 1, + ACTIONS(4706), 3, anon_sym_LBRACE, - ACTIONS(10975), 1, - anon_sym_EQ, - ACTIONS(10979), 1, - anon_sym_COLON, - STATE(4750), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + anon_sym_where, + anon_sym_while, + [210650] = 4, + ACTIONS(10957), 1, + anon_sym_COMMA, + STATE(8493), 1, + aux_sym_type_constraints_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210731] = 6, - ACTIONS(8187), 1, + ACTIONS(4391), 3, anon_sym_EQ, - ACTIONS(8189), 1, anon_sym_LBRACE, - ACTIONS(10981), 1, - anon_sym_COLON, - STATE(5420), 1, - sym__block, - STATE(5423), 1, - sym_function_body, + anon_sym_while, + [210666] = 6, + ACTIONS(4245), 1, + anon_sym_while, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(8597), 1, + anon_sym_LBRACE, + STATE(9075), 1, + sym_type_constraints, + STATE(9645), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210751] = 2, + [210686] = 5, + ACTIONS(10960), 1, + anon_sym_catch, + ACTIONS(10962), 1, + anon_sym_finally, + STATE(4734), 1, + sym_finally_block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4752), 5, - sym__automatic_semicolon, - anon_sym_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_where, - [210763] = 2, + STATE(4528), 2, + sym_catch_block, + aux_sym_try_expression_repeat1, + [210704] = 3, + ACTIONS(10774), 1, + anon_sym_by, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4553), 5, - sym__automatic_semicolon, - anon_sym_COLON, + ACTIONS(4398), 4, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_COMMA, anon_sym_where, - [210775] = 6, - ACTIONS(8104), 1, + anon_sym_while, + [210718] = 6, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(10975), 1, + ACTIONS(10949), 1, anon_sym_EQ, - ACTIONS(10983), 1, + ACTIONS(10964), 1, anon_sym_COLON, - STATE(4800), 1, + STATE(3235), 1, sym__block, - STATE(4856), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [210795] = 6, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(10975), 1, - anon_sym_EQ, - ACTIONS(10985), 1, - anon_sym_COLON, - STATE(4713), 1, + STATE(3240), 1, sym_function_body, - STATE(4800), 1, - sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210815] = 6, - ACTIONS(6511), 1, + [210738] = 6, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(10987), 1, + ACTIONS(10966), 1, anon_sym_COLON, - ACTIONS(10989), 1, + ACTIONS(10968), 1, anon_sym_EQ, - STATE(3402), 1, + STATE(5082), 1, sym__block, - STATE(3551), 1, + STATE(5113), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210835] = 6, - ACTIONS(6511), 1, - anon_sym_LBRACE, - ACTIONS(10989), 1, + [210758] = 7, + ACTIONS(3), 1, + sym_multiline_comment, + ACTIONS(10970), 1, + sym_line_comment, + ACTIONS(10972), 1, + aux_sym_character_literal_token1, + ACTIONS(10974), 1, + anon_sym_BSLASHu, + ACTIONS(10976), 1, + sym__escaped_identifier, + STATE(9830), 1, + sym__uni_character_literal, + STATE(9873), 1, + sym_character_escape_seq, + [210780] = 6, + ACTIONS(10710), 1, anon_sym_EQ, - ACTIONS(10991), 1, + ACTIONS(10712), 1, + anon_sym_LBRACE, + ACTIONS(10978), 1, anon_sym_COLON, - STATE(3402), 1, - sym__block, - STATE(3528), 1, + STATE(9670), 1, sym_function_body, + STATE(10001), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210855] = 4, - ACTIONS(8638), 1, + [210800] = 4, + ACTIONS(8585), 1, anon_sym_LBRACE, - STATE(9090), 1, + STATE(8941), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10993), 3, + ACTIONS(10980), 3, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_SEMI, - [210871] = 6, - ACTIONS(6511), 1, - anon_sym_LBRACE, - ACTIONS(10989), 1, + [210816] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4665), 5, + anon_sym_COLON, anon_sym_EQ, - ACTIONS(10995), 1, + anon_sym_LBRACE, + anon_sym_where, + anon_sym_while, + [210828] = 6, + ACTIONS(6774), 1, + anon_sym_LBRACE, + ACTIONS(10982), 1, anon_sym_COLON, - STATE(3402), 1, + ACTIONS(10984), 1, + anon_sym_EQ, + STATE(3876), 1, sym__block, - STATE(3520), 1, + STATE(4039), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210891] = 6, - ACTIONS(10689), 1, - anon_sym_EQ, - ACTIONS(10691), 1, + [210848] = 6, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(10997), 1, + ACTIONS(10986), 1, anon_sym_COLON, - STATE(9175), 1, + ACTIONS(10988), 1, + anon_sym_EQ, + STATE(1074), 1, sym__block, - STATE(9424), 1, + STATE(1162), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210911] = 6, - ACTIONS(6511), 1, - anon_sym_LBRACE, - ACTIONS(10989), 1, + [210868] = 6, + ACTIONS(10710), 1, anon_sym_EQ, - ACTIONS(10999), 1, + ACTIONS(10712), 1, + anon_sym_LBRACE, + ACTIONS(10990), 1, anon_sym_COLON, - STATE(3402), 1, - sym__block, - STATE(3497), 1, + STATE(9497), 1, sym_function_body, + STATE(10001), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210931] = 2, + [210888] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4748), 5, + ACTIONS(4690), 5, + sym__automatic_semicolon, anon_sym_COLON, - anon_sym_EQ, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_where, - anon_sym_while, - [210943] = 6, - ACTIONS(8223), 1, + [210900] = 6, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(11001), 1, + ACTIONS(10949), 1, + anon_sym_EQ, + ACTIONS(10992), 1, anon_sym_COLON, - ACTIONS(11003), 1, + STATE(3228), 1, + sym_function_body, + STATE(3235), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [210920] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4398), 5, + sym__automatic_semicolon, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_where, + [210932] = 6, + ACTIONS(4137), 1, + anon_sym_LBRACE, + ACTIONS(10988), 1, anon_sym_EQ, - STATE(5091), 1, + ACTIONS(10994), 1, + anon_sym_COLON, + STATE(1074), 1, sym__block, - STATE(5261), 1, + STATE(1185), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210963] = 6, - ACTIONS(6714), 1, + [210952] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5024), 5, + sym__automatic_semicolon, anon_sym_LBRACE, - ACTIONS(11005), 1, - anon_sym_COLON, - ACTIONS(11007), 1, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_where, + [210964] = 6, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(10895), 1, anon_sym_EQ, - STATE(3867), 1, - sym_function_body, - STATE(3882), 1, + ACTIONS(10996), 1, + anon_sym_COLON, + STATE(4740), 1, sym__block, + STATE(4881), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [210983] = 5, - ACTIONS(11009), 1, - anon_sym_catch, - ACTIONS(11011), 1, - anon_sym_finally, - STATE(3491), 1, - sym_finally_block, + [210984] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(2834), 2, - sym_catch_block, - aux_sym_try_expression_repeat1, - [211001] = 6, - ACTIONS(6714), 1, + ACTIONS(4980), 5, + sym__automatic_semicolon, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_where, + [210996] = 6, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(11007), 1, + ACTIONS(10984), 1, anon_sym_EQ, - ACTIONS(11013), 1, + ACTIONS(10998), 1, anon_sym_COLON, - STATE(3882), 1, + STATE(3876), 1, sym__block, - STATE(3910), 1, + STATE(4030), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211021] = 6, - ACTIONS(8223), 1, + [211016] = 6, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(11003), 1, + ACTIONS(10984), 1, anon_sym_EQ, - ACTIONS(11015), 1, + ACTIONS(11000), 1, anon_sym_COLON, - STATE(5091), 1, + STATE(3876), 1, sym__block, - STATE(5162), 1, + STATE(3935), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211041] = 6, - ACTIONS(8223), 1, + [211036] = 6, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(11003), 1, + ACTIONS(10949), 1, anon_sym_EQ, - ACTIONS(11017), 1, + ACTIONS(11002), 1, anon_sym_COLON, - STATE(5091), 1, - sym__block, - STATE(5143), 1, + STATE(3190), 1, sym_function_body, + STATE(3235), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211061] = 6, - ACTIONS(10689), 1, + [211056] = 7, + ACTIONS(3), 1, + sym_multiline_comment, + ACTIONS(10970), 1, + sym_line_comment, + ACTIONS(10974), 1, + anon_sym_BSLASHu, + ACTIONS(10976), 1, + sym__escaped_identifier, + ACTIONS(11004), 1, + aux_sym_character_literal_token1, + STATE(9830), 1, + sym__uni_character_literal, + STATE(9832), 1, + sym_character_escape_seq, + [211078] = 6, + ACTIONS(10679), 1, anon_sym_EQ, - ACTIONS(10691), 1, + ACTIONS(10681), 1, anon_sym_LBRACE, - ACTIONS(11019), 1, + ACTIONS(11006), 1, anon_sym_COLON, - STATE(9175), 1, + STATE(9172), 1, sym__block, - STATE(9278), 1, + STATE(9235), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211081] = 6, - ACTIONS(8223), 1, + [211098] = 6, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(11003), 1, + ACTIONS(10984), 1, anon_sym_EQ, - ACTIONS(11021), 1, + ACTIONS(11008), 1, anon_sym_COLON, - STATE(5082), 1, + STATE(3826), 1, sym_function_body, - STATE(5091), 1, + STATE(3876), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211101] = 4, - ACTIONS(11025), 1, - anon_sym_DOT, - STATE(8555), 1, - aux_sym_identifier_repeat1, + [211118] = 6, + ACTIONS(4137), 1, + anon_sym_LBRACE, + ACTIONS(10988), 1, + anon_sym_EQ, + ACTIONS(11010), 1, + anon_sym_COLON, + STATE(1074), 1, + sym__block, + STATE(1126), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11023), 3, - sym__automatic_semicolon, - anon_sym_DOT_STAR, - anon_sym_as, - [211117] = 6, - ACTIONS(11027), 1, - anon_sym_DOT_STAR, - ACTIONS(11029), 1, - anon_sym_as, - ACTIONS(11031), 1, - sym__automatic_semicolon, - STATE(9260), 1, - sym_import_alias, - STATE(9263), 1, - sym__semi, + [211138] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211137] = 6, - ACTIONS(8223), 1, + ACTIONS(4972), 5, + sym__automatic_semicolon, anon_sym_LBRACE, - ACTIONS(10689), 1, - anon_sym_EQ, - ACTIONS(11033), 1, - anon_sym_COLON, - STATE(5091), 1, - sym__block, - STATE(5143), 1, - sym_function_body, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_where, + [211150] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211157] = 2, + ACTIONS(4964), 5, + sym__automatic_semicolon, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_where, + [211162] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4545), 5, - anon_sym_COLON, - anon_sym_EQ, + ACTIONS(5062), 5, + sym__automatic_semicolon, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COMMA, anon_sym_where, - anon_sym_while, - [211169] = 6, - ACTIONS(6430), 1, + [211174] = 6, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(8187), 1, + ACTIONS(10988), 1, anon_sym_EQ, - ACTIONS(11035), 1, + ACTIONS(11012), 1, anon_sym_COLON, - STATE(3082), 1, - sym__block, - STATE(3196), 1, + STATE(1051), 1, sym_function_body, + STATE(1074), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211189] = 6, - ACTIONS(6714), 1, + [211194] = 6, + ACTIONS(4245), 1, + anon_sym_while, + ACTIONS(8585), 1, anon_sym_LBRACE, - ACTIONS(11037), 1, + ACTIONS(8591), 1, + anon_sym_where, + STATE(9080), 1, + sym_type_constraints, + STATE(9645), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [211214] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4651), 5, anon_sym_COLON, - ACTIONS(11039), 1, anon_sym_EQ, - STATE(3836), 1, - sym_function_body, - STATE(3882), 1, - sym__block, + anon_sym_LBRACE, + anon_sym_where, + anon_sym_while, + [211226] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211209] = 6, - ACTIONS(6430), 1, + ACTIONS(4627), 5, + sym__automatic_semicolon, + anon_sym_COLON, anon_sym_LBRACE, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(11041), 1, + anon_sym_RBRACE, + anon_sym_where, + [211238] = 6, + ACTIONS(6509), 1, + anon_sym_LBRACE, + ACTIONS(11014), 1, anon_sym_COLON, - STATE(3082), 1, + ACTIONS(11016), 1, + anon_sym_EQ, + STATE(3405), 1, sym__block, - STATE(3234), 1, + STATE(3548), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211229] = 6, - ACTIONS(6714), 1, - anon_sym_LBRACE, - ACTIONS(11039), 1, + [211258] = 6, + ACTIONS(8175), 1, anon_sym_EQ, - ACTIONS(11043), 1, + ACTIONS(8177), 1, + anon_sym_LBRACE, + ACTIONS(11018), 1, anon_sym_COLON, - STATE(3882), 1, + STATE(5384), 1, sym__block, - STATE(3910), 1, + STATE(5396), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211249] = 6, - ACTIONS(6714), 1, + [211278] = 6, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(11039), 1, + ACTIONS(10679), 1, anon_sym_EQ, - ACTIONS(11045), 1, + ACTIONS(11020), 1, anon_sym_COLON, - STATE(3882), 1, + STATE(5082), 1, sym__block, - STATE(3890), 1, + STATE(5113), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211269] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4507), 5, - sym__automatic_semicolon, + [211298] = 6, + ACTIONS(6774), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_where, - [211281] = 6, - ACTIONS(10715), 1, + ACTIONS(10891), 1, anon_sym_EQ, - ACTIONS(10717), 1, - anon_sym_LBRACE, - ACTIONS(11047), 1, + ACTIONS(11022), 1, anon_sym_COLON, - STATE(9811), 1, - sym_function_body, - STATE(9998), 1, + STATE(3876), 1, sym__block, + STATE(4030), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211301] = 6, - ACTIONS(6714), 1, - anon_sym_LBRACE, - ACTIONS(11039), 1, + [211318] = 6, + ACTIONS(10710), 1, anon_sym_EQ, - ACTIONS(11049), 1, + ACTIONS(10712), 1, + anon_sym_LBRACE, + ACTIONS(11024), 1, anon_sym_COLON, - STATE(3867), 1, + STATE(9628), 1, sym_function_body, - STATE(3882), 1, + STATE(10001), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211321] = 6, - ACTIONS(6430), 1, + [211338] = 6, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8187), 1, + ACTIONS(10679), 1, anon_sym_EQ, - ACTIONS(11051), 1, + ACTIONS(11026), 1, anon_sym_COLON, - STATE(3082), 1, + STATE(5082), 1, sym__block, - STATE(3246), 1, + STATE(5179), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211341] = 6, - ACTIONS(4329), 1, - anon_sym_while, - ACTIONS(8638), 1, - anon_sym_LBRACE, - ACTIONS(8644), 1, - anon_sym_where, - STATE(9007), 1, - sym_type_constraints, - STATE(9623), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [211361] = 6, - ACTIONS(6430), 1, + [211358] = 6, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(11053), 1, + ACTIONS(11028), 1, anon_sym_COLON, - STATE(3082), 1, + ACTIONS(11030), 1, + anon_sym_EQ, + STATE(5082), 1, sym__block, - STATE(3249), 1, + STATE(5113), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211381] = 6, - ACTIONS(6714), 1, + [211378] = 6, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(11007), 1, + ACTIONS(11030), 1, anon_sym_EQ, - ACTIONS(11055), 1, + ACTIONS(11032), 1, anon_sym_COLON, - STATE(3882), 1, + STATE(5082), 1, sym__block, - STATE(3890), 1, + STATE(5179), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211401] = 6, - ACTIONS(8187), 1, + [211398] = 6, + ACTIONS(8175), 1, anon_sym_EQ, - ACTIONS(8189), 1, + ACTIONS(8177), 1, anon_sym_LBRACE, - ACTIONS(11057), 1, + ACTIONS(11034), 1, anon_sym_COLON, - STATE(5317), 1, + STATE(5352), 1, sym_function_body, - STATE(5420), 1, + STATE(5384), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211421] = 4, - ACTIONS(11059), 1, - anon_sym_COMMA, - STATE(8549), 1, - aux_sym_type_constraints_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4341), 3, - anon_sym_EQ, + [211418] = 6, + ACTIONS(8227), 1, anon_sym_LBRACE, - anon_sym_while, - [211437] = 2, + ACTIONS(10679), 1, + anon_sym_EQ, + ACTIONS(11036), 1, + anon_sym_COLON, + STATE(5082), 1, + sym__block, + STATE(5240), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4561), 5, - anon_sym_COLON, - anon_sym_EQ, + [211438] = 6, + ACTIONS(6509), 1, anon_sym_LBRACE, - anon_sym_where, - anon_sym_while, - [211449] = 6, - ACTIONS(4145), 1, - anon_sym_LBRACE, - ACTIONS(10903), 1, + ACTIONS(11016), 1, anon_sym_EQ, - ACTIONS(11061), 1, + ACTIONS(11038), 1, anon_sym_COLON, - STATE(1079), 1, - sym_function_body, - STATE(1129), 1, + STATE(3405), 1, sym__block, + STATE(3525), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211469] = 6, - ACTIONS(4139), 1, - anon_sym_while, - ACTIONS(10715), 1, - anon_sym_EQ, - ACTIONS(10717), 1, + [211458] = 6, + ACTIONS(4137), 1, anon_sym_LBRACE, - STATE(9464), 1, - sym_function_body, - STATE(9998), 1, + ACTIONS(10887), 1, + anon_sym_EQ, + ACTIONS(11040), 1, + anon_sym_COLON, + STATE(1074), 1, sym__block, + STATE(1162), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211489] = 6, - ACTIONS(10715), 1, - anon_sym_EQ, - ACTIONS(10717), 1, + [211478] = 5, + ACTIONS(8494), 1, anon_sym_LBRACE, - ACTIONS(11063), 1, + ACTIONS(11042), 1, anon_sym_COLON, - STATE(9471), 1, - sym_function_body, - STATE(9998), 1, - sym__block, + STATE(9241), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211509] = 6, - ACTIONS(4145), 1, + ACTIONS(4452), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [211496] = 6, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(10903), 1, - anon_sym_EQ, - ACTIONS(11065), 1, + ACTIONS(11044), 1, anon_sym_COLON, - STATE(1129), 1, + ACTIONS(11046), 1, + anon_sym_EQ, + STATE(4740), 1, sym__block, - STATE(1173), 1, + STATE(4813), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211529] = 6, - ACTIONS(10689), 1, - anon_sym_EQ, - ACTIONS(10691), 1, + [211516] = 6, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(11067), 1, + ACTIONS(11046), 1, + anon_sym_EQ, + ACTIONS(11048), 1, anon_sym_COLON, - STATE(9175), 1, + STATE(4740), 1, sym__block, - STATE(9393), 1, + STATE(4881), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211549] = 6, - ACTIONS(4145), 1, + [211536] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4633), 5, + sym__automatic_semicolon, + anon_sym_COLON, anon_sym_LBRACE, - ACTIONS(10903), 1, + anon_sym_RBRACE, + anon_sym_where, + [211548] = 6, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(11046), 1, anon_sym_EQ, - ACTIONS(11069), 1, + ACTIONS(11050), 1, anon_sym_COLON, - STATE(1129), 1, + STATE(4740), 1, sym__block, - STATE(1143), 1, + STATE(4814), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211569] = 6, - ACTIONS(6430), 1, + [211568] = 6, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(11071), 1, + ACTIONS(11052), 1, anon_sym_COLON, - ACTIONS(11073), 1, + ACTIONS(11054), 1, anon_sym_EQ, - STATE(3082), 1, + STATE(1074), 1, sym__block, - STATE(3249), 1, + STATE(1162), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211589] = 5, - ACTIONS(11075), 1, - anon_sym_catch, - ACTIONS(11077), 1, - anon_sym_finally, - STATE(4793), 1, - sym_finally_block, + [211588] = 6, + ACTIONS(4491), 1, + anon_sym_while, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(8597), 1, + anon_sym_LBRACE, + STATE(8991), 1, + sym_type_constraints, + STATE(9684), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4532), 2, - sym_catch_block, - aux_sym_try_expression_repeat1, - [211607] = 6, - ACTIONS(6430), 1, + [211608] = 6, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(11073), 1, + ACTIONS(10887), 1, anon_sym_EQ, - ACTIONS(11079), 1, + ACTIONS(11056), 1, anon_sym_COLON, - STATE(3082), 1, + STATE(1074), 1, sym__block, - STATE(3246), 1, + STATE(1185), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211627] = 6, - ACTIONS(6430), 1, + [211628] = 6, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(11073), 1, + ACTIONS(10887), 1, anon_sym_EQ, - ACTIONS(11081), 1, + ACTIONS(11058), 1, anon_sym_COLON, - STATE(3082), 1, + STATE(1074), 1, sym__block, - STATE(3234), 1, + STATE(1126), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211647] = 6, - ACTIONS(6430), 1, + [211648] = 6, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(11073), 1, + ACTIONS(11054), 1, anon_sym_EQ, - ACTIONS(11083), 1, + ACTIONS(11060), 1, anon_sym_COLON, - STATE(3082), 1, + STATE(1074), 1, sym__block, - STATE(3196), 1, + STATE(1185), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211667] = 6, - ACTIONS(6714), 1, + [211668] = 6, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(11007), 1, - anon_sym_EQ, - ACTIONS(11085), 1, + ACTIONS(11062), 1, anon_sym_COLON, - STATE(3836), 1, + ACTIONS(11064), 1, + anon_sym_EQ, + STATE(3826), 1, sym_function_body, - STATE(3882), 1, + STATE(3876), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211687] = 6, - ACTIONS(10715), 1, - anon_sym_EQ, - ACTIONS(10717), 1, + [211688] = 6, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(11087), 1, + ACTIONS(11054), 1, + anon_sym_EQ, + ACTIONS(11066), 1, anon_sym_COLON, - STATE(9511), 1, - sym_function_body, - STATE(9998), 1, + STATE(1074), 1, sym__block, + STATE(1126), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211707] = 5, - ACTIONS(8521), 1, + [211708] = 6, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(11089), 1, + ACTIONS(11054), 1, + anon_sym_EQ, + ACTIONS(11068), 1, anon_sym_COLON, - STATE(9358), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4499), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [211725] = 4, - ACTIONS(11059), 1, - anon_sym_COMMA, - STATE(8615), 1, - aux_sym_type_constraints_repeat1, + STATE(1051), 1, + sym_function_body, + STATE(1074), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4426), 3, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_while, - [211741] = 6, - ACTIONS(4357), 1, - anon_sym_while, - ACTIONS(8638), 1, + [211728] = 6, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8644), 1, - anon_sym_where, - STATE(8920), 1, - sym_type_constraints, - STATE(9518), 1, - sym_class_body, + ACTIONS(11030), 1, + anon_sym_EQ, + ACTIONS(11070), 1, + anon_sym_COLON, + STATE(5082), 1, + sym__block, + STATE(5240), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211761] = 4, - ACTIONS(11091), 1, - anon_sym_DOT, - STATE(8341), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, + [211748] = 7, + ACTIONS(3), 1, sym_multiline_comment, + ACTIONS(10970), 1, sym_line_comment, - ACTIONS(4195), 3, - anon_sym_AMP, - sym__quest, - anon_sym_in, - [211777] = 5, - ACTIONS(11093), 1, - anon_sym_catch, - ACTIONS(11095), 1, - anon_sym_finally, - STATE(5099), 1, - sym_finally_block, + ACTIONS(10974), 1, + anon_sym_BSLASHu, + ACTIONS(10976), 1, + sym__escaped_identifier, + ACTIONS(11072), 1, + aux_sym_character_literal_token1, + STATE(9824), 1, + sym_character_escape_seq, + STATE(9830), 1, + sym__uni_character_literal, + [211770] = 6, + ACTIONS(11074), 1, + anon_sym_DOT_STAR, + ACTIONS(11076), 1, + anon_sym_as, + ACTIONS(11078), 1, + sym__automatic_semicolon, + STATE(9253), 1, + sym_import_alias, + STATE(9254), 1, + sym__semi, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(4599), 2, - sym_catch_block, - aux_sym_try_expression_repeat1, - [211795] = 4, - ACTIONS(11097), 1, - anon_sym_COMMA, - STATE(8580), 1, - aux_sym__delegation_specifiers_repeat1, + [211790] = 6, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(11030), 1, + anon_sym_EQ, + ACTIONS(11080), 1, + anon_sym_COLON, + STATE(5082), 1, + sym__block, + STATE(5196), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4738), 3, - anon_sym_LBRACE, - anon_sym_where, + [211810] = 6, + ACTIONS(4131), 1, anon_sym_while, - [211811] = 6, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(11099), 1, - anon_sym_COLON, - ACTIONS(11101), 1, + ACTIONS(10710), 1, anon_sym_EQ, - STATE(5082), 1, + ACTIONS(10712), 1, + anon_sym_LBRACE, + STATE(9687), 1, sym_function_body, - STATE(5091), 1, + STATE(10001), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211831] = 4, - ACTIONS(11025), 1, + [211830] = 4, + ACTIONS(11084), 1, anon_sym_DOT, - STATE(8609), 1, + STATE(8584), 1, aux_sym_identifier_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11103), 3, + ACTIONS(11082), 3, sym__automatic_semicolon, anon_sym_DOT_STAR, anon_sym_as, - [211847] = 6, - ACTIONS(8223), 1, + [211846] = 6, + ACTIONS(10679), 1, + anon_sym_EQ, + ACTIONS(10681), 1, + anon_sym_LBRACE, + ACTIONS(11086), 1, + anon_sym_COLON, + STATE(9141), 1, + sym_function_body, + STATE(9172), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [211866] = 6, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11101), 1, + ACTIONS(11016), 1, anon_sym_EQ, - ACTIONS(11105), 1, + ACTIONS(11088), 1, anon_sym_COLON, - STATE(5091), 1, + STATE(3405), 1, sym__block, - STATE(5143), 1, + STATE(3517), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211867] = 6, - ACTIONS(4145), 1, + [211886] = 6, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(11107), 1, - anon_sym_COLON, - ACTIONS(11109), 1, + ACTIONS(10679), 1, anon_sym_EQ, - STATE(1129), 1, + ACTIONS(11090), 1, + anon_sym_COLON, + STATE(5082), 1, sym__block, - STATE(1143), 1, + STATE(5196), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211887] = 6, - ACTIONS(4145), 1, + [211906] = 6, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(10899), 1, + ACTIONS(11046), 1, anon_sym_EQ, - ACTIONS(11111), 1, + ACTIONS(11092), 1, anon_sym_COLON, - STATE(1129), 1, + STATE(4740), 1, sym__block, - STATE(1143), 1, + STATE(4823), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211907] = 6, - ACTIONS(4218), 1, - anon_sym_while, - ACTIONS(8638), 1, + [211926] = 6, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(8644), 1, - anon_sym_where, - STATE(8904), 1, - sym_type_constraints, - STATE(9543), 1, - sym_class_body, + ACTIONS(11094), 1, + anon_sym_COLON, + ACTIONS(11096), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5196), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211927] = 6, - ACTIONS(4145), 1, + [211946] = 6, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(10899), 1, - anon_sym_EQ, - ACTIONS(11113), 1, + ACTIONS(11098), 1, anon_sym_COLON, - STATE(1129), 1, + ACTIONS(11100), 1, + anon_sym_EQ, + STATE(4740), 1, sym__block, - STATE(1173), 1, + STATE(4813), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211947] = 6, - ACTIONS(4145), 1, + [211966] = 6, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(10899), 1, + ACTIONS(11100), 1, anon_sym_EQ, - ACTIONS(11115), 1, + ACTIONS(11102), 1, anon_sym_COLON, - STATE(1129), 1, + STATE(4740), 1, sym__block, - STATE(1183), 1, + STATE(4881), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211967] = 6, - ACTIONS(4218), 1, - anon_sym_while, - ACTIONS(8644), 1, - anon_sym_where, - ACTIONS(8648), 1, + [211986] = 6, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(8795), 1, - sym_type_constraints, - STATE(9543), 1, - sym_enum_class_body, + ACTIONS(11100), 1, + anon_sym_EQ, + ACTIONS(11104), 1, + anon_sym_COLON, + STATE(4740), 1, + sym__block, + STATE(4814), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [211987] = 2, + [212006] = 6, + ACTIONS(4147), 1, + anon_sym_while, + ACTIONS(10710), 1, + anon_sym_EQ, + ACTIONS(10712), 1, + anon_sym_LBRACE, + STATE(9662), 1, + sym_function_body, + STATE(10001), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4565), 5, - sym__automatic_semicolon, - anon_sym_COLON, + [212026] = 6, + ACTIONS(8227), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_where, - [211999] = 3, - ACTIONS(10740), 1, + ACTIONS(11096), 1, + anon_sym_EQ, + ACTIONS(11106), 1, anon_sym_COLON, + STATE(5082), 1, + sym__block, + STATE(5240), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4124), 4, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH_GT, - [212013] = 6, - ACTIONS(8223), 1, + [212046] = 6, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(11101), 1, + ACTIONS(11096), 1, anon_sym_EQ, - ACTIONS(11117), 1, + ACTIONS(11108), 1, anon_sym_COLON, - STATE(5091), 1, + STATE(5082), 1, sym__block, - STATE(5162), 1, + STATE(5179), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212033] = 6, - ACTIONS(6430), 1, + [212066] = 6, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11119), 1, - anon_sym_COLON, - ACTIONS(11121), 1, + ACTIONS(10883), 1, anon_sym_EQ, - STATE(3082), 1, + ACTIONS(11110), 1, + anon_sym_COLON, + STATE(3405), 1, sym__block, - STATE(3249), 1, + STATE(3548), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212053] = 2, + [212086] = 6, + ACTIONS(4491), 1, + anon_sym_while, + ACTIONS(8585), 1, + anon_sym_LBRACE, + ACTIONS(8591), 1, + anon_sym_where, + STATE(8987), 1, + sym_type_constraints, + STATE(9684), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4583), 5, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_where, - anon_sym_while, - [212065] = 6, - ACTIONS(6430), 1, + [212106] = 6, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(11121), 1, + ACTIONS(8175), 1, anon_sym_EQ, - ACTIONS(11123), 1, + ACTIONS(11112), 1, anon_sym_COLON, - STATE(3082), 1, + STATE(3235), 1, sym__block, - STATE(3246), 1, + STATE(3255), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212085] = 6, - ACTIONS(6430), 1, + [212126] = 6, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11121), 1, + ACTIONS(10883), 1, anon_sym_EQ, - ACTIONS(11125), 1, + ACTIONS(11114), 1, anon_sym_COLON, - STATE(3082), 1, + STATE(3405), 1, sym__block, - STATE(3234), 1, + STATE(3517), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212105] = 6, - ACTIONS(6430), 1, + [212146] = 6, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(11121), 1, + ACTIONS(11096), 1, anon_sym_EQ, - ACTIONS(11127), 1, + ACTIONS(11116), 1, anon_sym_COLON, - STATE(3082), 1, + STATE(5082), 1, sym__block, - STATE(3196), 1, + STATE(5113), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212125] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4635), 5, - sym__automatic_semicolon, + [212166] = 6, + ACTIONS(6424), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_where, - [212137] = 6, - ACTIONS(4149), 1, - anon_sym_while, - ACTIONS(10715), 1, + ACTIONS(8175), 1, anon_sym_EQ, - ACTIONS(10717), 1, - anon_sym_LBRACE, - STATE(9571), 1, - sym_function_body, - STATE(9998), 1, + ACTIONS(11118), 1, + anon_sym_COLON, + STATE(3235), 1, sym__block, + STATE(3240), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212157] = 6, - ACTIONS(4145), 1, + [212186] = 6, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(11109), 1, + ACTIONS(11100), 1, anon_sym_EQ, - ACTIONS(11129), 1, + ACTIONS(11120), 1, anon_sym_COLON, - STATE(1129), 1, + STATE(4740), 1, sym__block, - STATE(1173), 1, + STATE(4823), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212177] = 7, - ACTIONS(3), 1, - sym_multiline_comment, - ACTIONS(10927), 1, - sym_line_comment, - ACTIONS(10931), 1, - anon_sym_BSLASHu, - ACTIONS(10933), 1, - sym__escaped_identifier, - ACTIONS(11131), 1, - aux_sym_character_literal_token1, - STATE(9540), 1, - sym_character_escape_seq, - STATE(9836), 1, - sym__uni_character_literal, - [212199] = 6, - ACTIONS(4145), 1, + [212206] = 6, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11109), 1, + ACTIONS(10883), 1, anon_sym_EQ, - ACTIONS(11133), 1, + ACTIONS(11122), 1, anon_sym_COLON, - STATE(1129), 1, + STATE(3405), 1, sym__block, - STATE(1183), 1, + STATE(3495), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212219] = 6, - ACTIONS(6511), 1, + [212226] = 6, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(11135), 1, - anon_sym_COLON, - ACTIONS(11137), 1, + ACTIONS(8175), 1, anon_sym_EQ, - STATE(3402), 1, - sym__block, - STATE(3497), 1, + ACTIONS(11124), 1, + anon_sym_COLON, + STATE(3228), 1, sym_function_body, + STATE(3235), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212239] = 6, - ACTIONS(4145), 1, + [212246] = 6, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(11109), 1, + ACTIONS(8175), 1, anon_sym_EQ, - ACTIONS(11139), 1, + ACTIONS(11126), 1, anon_sym_COLON, - STATE(1079), 1, + STATE(3190), 1, sym_function_body, - STATE(1129), 1, + STATE(3235), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212259] = 6, - ACTIONS(8223), 1, + [212266] = 6, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(11101), 1, + ACTIONS(10895), 1, anon_sym_EQ, - ACTIONS(11141), 1, + ACTIONS(11128), 1, anon_sym_COLON, - STATE(5091), 1, + STATE(4740), 1, sym__block, - STATE(5261), 1, + STATE(4814), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212279] = 6, - ACTIONS(6511), 1, + [212286] = 6, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11137), 1, + ACTIONS(11016), 1, anon_sym_EQ, - ACTIONS(11143), 1, + ACTIONS(11130), 1, anon_sym_COLON, - STATE(3402), 1, + STATE(3405), 1, sym__block, - STATE(3520), 1, + STATE(3495), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212299] = 4, - ACTIONS(11145), 1, - anon_sym_COMMA, - STATE(8580), 1, - aux_sym__delegation_specifiers_repeat1, + [212306] = 6, + ACTIONS(6774), 1, + anon_sym_LBRACE, + ACTIONS(10901), 1, + anon_sym_EQ, + ACTIONS(11132), 1, + anon_sym_COLON, + STATE(3876), 1, + sym__block, + STATE(4030), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4635), 3, + [212326] = 6, + ACTIONS(6774), 1, anon_sym_LBRACE, - anon_sym_where, - anon_sym_while, - [212315] = 6, - ACTIONS(6511), 1, - anon_sym_LBRACE, - ACTIONS(11137), 1, + ACTIONS(11064), 1, anon_sym_EQ, - ACTIONS(11148), 1, + ACTIONS(11134), 1, anon_sym_COLON, - STATE(3402), 1, + STATE(3876), 1, sym__block, - STATE(3528), 1, + STATE(3935), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212335] = 6, - ACTIONS(6511), 1, + [212346] = 6, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(11137), 1, + ACTIONS(11064), 1, anon_sym_EQ, - ACTIONS(11150), 1, + ACTIONS(11136), 1, anon_sym_COLON, - STATE(3402), 1, + STATE(3876), 1, sym__block, - STATE(3551), 1, + STATE(4030), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212355] = 7, - ACTIONS(3), 1, + [212366] = 4, + ACTIONS(11084), 1, + anon_sym_DOT, + STATE(8619), 1, + aux_sym_identifier_repeat1, + ACTIONS(3), 2, sym_multiline_comment, - ACTIONS(10927), 1, sym_line_comment, - ACTIONS(10931), 1, - anon_sym_BSLASHu, - ACTIONS(10933), 1, - sym__escaped_identifier, - ACTIONS(11152), 1, - aux_sym_character_literal_token1, - STATE(9732), 1, - sym_character_escape_seq, - STATE(9836), 1, - sym__uni_character_literal, - [212377] = 7, - ACTIONS(3), 1, + ACTIONS(11138), 3, + sym__automatic_semicolon, + anon_sym_DOT_STAR, + anon_sym_as, + [212382] = 2, + ACTIONS(3), 2, sym_multiline_comment, - ACTIONS(10927), 1, sym_line_comment, - ACTIONS(10931), 1, - anon_sym_BSLASHu, - ACTIONS(10933), 1, - sym__escaped_identifier, - ACTIONS(11154), 1, - aux_sym_character_literal_token1, - STATE(9818), 1, - sym_character_escape_seq, - STATE(9836), 1, - sym__uni_character_literal, - [212399] = 6, - ACTIONS(4441), 1, - anon_sym_while, - ACTIONS(10715), 1, + ACTIONS(4615), 5, + anon_sym_COLON, anon_sym_EQ, - ACTIONS(10717), 1, anon_sym_LBRACE, - STATE(9661), 1, - sym_function_body, - STATE(9998), 1, - sym__block, + anon_sym_where, + anon_sym_while, + [212394] = 6, + ACTIONS(4436), 1, + anon_sym_while, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(8597), 1, + anon_sym_LBRACE, + STATE(8983), 1, + sym_type_constraints, + STATE(9754), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212419] = 6, - ACTIONS(8104), 1, + [212414] = 6, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(11156), 1, - anon_sym_COLON, - ACTIONS(11158), 1, + ACTIONS(10901), 1, anon_sym_EQ, - STATE(4713), 1, - sym_function_body, - STATE(4800), 1, + ACTIONS(11140), 1, + anon_sym_COLON, + STATE(3876), 1, sym__block, + STATE(3935), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212439] = 4, - ACTIONS(11097), 1, - anon_sym_COMMA, - STATE(8553), 1, - aux_sym__delegation_specifiers_repeat1, + [212434] = 5, + ACTIONS(11142), 1, + anon_sym_catch, + ACTIONS(11144), 1, + anon_sym_finally, + STATE(3981), 1, + sym_finally_block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4686), 3, + STATE(3061), 2, + sym_catch_block, + aux_sym_try_expression_repeat1, + [212452] = 6, + ACTIONS(6774), 1, anon_sym_LBRACE, - anon_sym_where, - anon_sym_while, - [212455] = 2, + ACTIONS(10901), 1, + anon_sym_EQ, + ACTIONS(11146), 1, + anon_sym_COLON, + STATE(3876), 1, + sym__block, + STATE(4039), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4718), 5, - anon_sym_EQ, + [212472] = 4, + ACTIONS(10955), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_DASH_GT, - anon_sym_in, - [212467] = 6, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(11160), 1, - anon_sym_COLON, - ACTIONS(11162), 1, - anon_sym_EQ, - STATE(4780), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + STATE(8607), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212487] = 6, - ACTIONS(4301), 1, - anon_sym_while, - ACTIONS(10715), 1, - anon_sym_EQ, - ACTIONS(10717), 1, + ACTIONS(4716), 3, anon_sym_LBRACE, - STATE(9656), 1, - sym_function_body, - STATE(9998), 1, - sym__block, + anon_sym_where, + anon_sym_while, + [212488] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212507] = 6, - ACTIONS(4483), 1, - anon_sym_while, - ACTIONS(8644), 1, - anon_sym_where, - ACTIONS(8648), 1, + ACTIONS(4603), 5, + sym__automatic_semicolon, + anon_sym_COLON, anon_sym_LBRACE, - STATE(8877), 1, - sym_type_constraints, - STATE(9653), 1, - sym_enum_class_body, + anon_sym_RBRACE, + anon_sym_where, + [212500] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212527] = 6, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(11158), 1, - anon_sym_EQ, - ACTIONS(11164), 1, + ACTIONS(4724), 5, anon_sym_COLON, - STATE(4750), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - ACTIONS(3), 2, + anon_sym_EQ, + anon_sym_LBRACE, + anon_sym_where, + anon_sym_while, + [212512] = 7, + ACTIONS(3), 1, sym_multiline_comment, + ACTIONS(10970), 1, sym_line_comment, - [212547] = 6, - ACTIONS(8104), 1, + ACTIONS(10974), 1, + anon_sym_BSLASHu, + ACTIONS(10976), 1, + sym__escaped_identifier, + ACTIONS(11148), 1, + aux_sym_character_literal_token1, + STATE(9830), 1, + sym__uni_character_literal, + STATE(9976), 1, + sym_character_escape_seq, + [212534] = 6, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(11162), 1, + ACTIONS(11064), 1, anon_sym_EQ, - ACTIONS(11166), 1, + ACTIONS(11150), 1, anon_sym_COLON, - STATE(4750), 1, - sym_function_body, - STATE(4800), 1, + STATE(3876), 1, sym__block, + STATE(4039), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212567] = 6, - ACTIONS(8104), 1, + [212554] = 6, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11162), 1, - anon_sym_EQ, - ACTIONS(11168), 1, + ACTIONS(11152), 1, anon_sym_COLON, - STATE(4800), 1, + ACTIONS(11154), 1, + anon_sym_EQ, + STATE(3405), 1, sym__block, - STATE(4856), 1, + STATE(3495), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212587] = 6, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(11162), 1, + [212574] = 6, + ACTIONS(4321), 1, + anon_sym_while, + ACTIONS(10710), 1, anon_sym_EQ, - ACTIONS(11170), 1, - anon_sym_COLON, - STATE(4713), 1, + ACTIONS(10712), 1, + anon_sym_LBRACE, + STATE(9693), 1, sym_function_body, - STATE(4800), 1, + STATE(10001), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212607] = 6, - ACTIONS(4297), 1, - anon_sym_while, - ACTIONS(10715), 1, - anon_sym_EQ, - ACTIONS(10717), 1, + [212594] = 6, + ACTIONS(8227), 1, anon_sym_LBRACE, - STATE(9650), 1, - sym_function_body, - STATE(9998), 1, + ACTIONS(10968), 1, + anon_sym_EQ, + ACTIONS(11156), 1, + anon_sym_COLON, + STATE(5082), 1, sym__block, + STATE(5196), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212627] = 7, + [212614] = 7, ACTIONS(3), 1, sym_multiline_comment, - ACTIONS(10927), 1, + ACTIONS(10970), 1, sym_line_comment, - ACTIONS(10931), 1, + ACTIONS(10974), 1, anon_sym_BSLASHu, - ACTIONS(10933), 1, + ACTIONS(10976), 1, sym__escaped_identifier, - ACTIONS(11172), 1, + ACTIONS(11158), 1, aux_sym_character_literal_token1, - STATE(9533), 1, + STATE(9528), 1, sym_character_escape_seq, - STATE(9836), 1, + STATE(9830), 1, sym__uni_character_literal, - [212649] = 6, - ACTIONS(6714), 1, + [212636] = 6, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(11174), 1, - anon_sym_COLON, - ACTIONS(11176), 1, + ACTIONS(10710), 1, anon_sym_EQ, - STATE(3867), 1, - sym_function_body, - STATE(3882), 1, + ACTIONS(11160), 1, + anon_sym_COLON, + STATE(4740), 1, sym__block, + STATE(4813), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212669] = 6, - ACTIONS(8223), 1, + [212656] = 6, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(11178), 1, - anon_sym_COLON, - ACTIONS(11180), 1, + ACTIONS(10710), 1, anon_sym_EQ, - STATE(5091), 1, + ACTIONS(11162), 1, + anon_sym_COLON, + STATE(4740), 1, sym__block, - STATE(5261), 1, + STATE(4881), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212689] = 6, - ACTIONS(8104), 1, + [212676] = 6, + ACTIONS(4503), 1, + anon_sym_while, + ACTIONS(8591), 1, + anon_sym_where, + ACTIONS(8597), 1, + anon_sym_LBRACE, + STATE(8968), 1, + sym_type_constraints, + STATE(9712), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [212696] = 6, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(11158), 1, + ACTIONS(10710), 1, anon_sym_EQ, - ACTIONS(11182), 1, + ACTIONS(11164), 1, anon_sym_COLON, - STATE(4780), 1, - sym_function_body, - STATE(4800), 1, + STATE(4740), 1, sym__block, + STATE(4814), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212709] = 6, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(11180), 1, + [212716] = 5, + ACTIONS(11166), 1, + anon_sym_catch, + ACTIONS(11168), 1, + anon_sym_finally, + STATE(1104), 1, + sym_finally_block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + STATE(806), 2, + sym_catch_block, + aux_sym_try_expression_repeat1, + [212734] = 6, + ACTIONS(4325), 1, + anon_sym_while, + ACTIONS(10710), 1, anon_sym_EQ, - ACTIONS(11184), 1, - anon_sym_COLON, - STATE(5091), 1, - sym__block, - STATE(5162), 1, + ACTIONS(10712), 1, + anon_sym_LBRACE, + STATE(9717), 1, sym_function_body, + STATE(10001), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212729] = 6, - ACTIONS(8223), 1, + [212754] = 6, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11180), 1, + ACTIONS(11154), 1, anon_sym_EQ, - ACTIONS(11186), 1, + ACTIONS(11170), 1, anon_sym_COLON, - STATE(5091), 1, + STATE(3405), 1, sym__block, - STATE(5143), 1, + STATE(3517), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212749] = 6, - ACTIONS(8223), 1, + [212774] = 6, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11180), 1, + ACTIONS(10915), 1, anon_sym_EQ, - ACTIONS(11188), 1, + ACTIONS(11172), 1, anon_sym_COLON, - STATE(5082), 1, - sym_function_body, - STATE(5091), 1, + STATE(3405), 1, sym__block, + STATE(3495), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212769] = 6, - ACTIONS(4469), 1, - anon_sym_while, - ACTIONS(8644), 1, - anon_sym_where, - ACTIONS(8648), 1, - anon_sym_LBRACE, - STATE(8880), 1, - sym_type_constraints, - STATE(9627), 1, - sym_enum_class_body, + [212794] = 4, + ACTIONS(11174), 1, + anon_sym_COMMA, + STATE(8607), 1, + aux_sym__delegation_specifiers_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212789] = 6, - ACTIONS(4361), 1, - anon_sym_while, - ACTIONS(8644), 1, + ACTIONS(4679), 3, + anon_sym_LBRACE, anon_sym_where, - ACTIONS(8648), 1, + anon_sym_while, + [212810] = 6, + ACTIONS(6509), 1, anon_sym_LBRACE, - STATE(8887), 1, - sym_type_constraints, - STATE(9617), 1, - sym_enum_class_body, + ACTIONS(11154), 1, + anon_sym_EQ, + ACTIONS(11177), 1, + anon_sym_COLON, + STATE(3405), 1, + sym__block, + STATE(3525), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212809] = 6, - ACTIONS(6714), 1, + [212830] = 6, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11176), 1, + ACTIONS(10915), 1, anon_sym_EQ, - ACTIONS(11190), 1, + ACTIONS(11179), 1, anon_sym_COLON, - STATE(3882), 1, + STATE(3405), 1, sym__block, - STATE(3890), 1, + STATE(3517), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212829] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4587), 5, - sym__automatic_semicolon, - anon_sym_COLON, + [212850] = 6, + ACTIONS(8097), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_where, - [212841] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4579), 5, - sym__automatic_semicolon, + ACTIONS(10710), 1, + anon_sym_EQ, + ACTIONS(11181), 1, anon_sym_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_where, - [212853] = 4, - ACTIONS(11194), 1, - anon_sym_DOT, - STATE(8609), 1, - aux_sym_identifier_repeat1, + STATE(4740), 1, + sym__block, + STATE(4823), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11192), 3, - sym__automatic_semicolon, - anon_sym_DOT_STAR, - anon_sym_as, - [212869] = 5, - ACTIONS(11197), 1, + [212870] = 5, + ACTIONS(11183), 1, anon_sym_catch, - ACTIONS(11199), 1, + ACTIONS(11185), 1, anon_sym_finally, - STATE(1021), 1, + STATE(3384), 1, sym_finally_block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(801), 2, + STATE(2838), 2, sym_catch_block, aux_sym_try_expression_repeat1, - [212887] = 7, - ACTIONS(3), 1, + [212888] = 2, + ACTIONS(3), 2, sym_multiline_comment, - ACTIONS(10927), 1, sym_line_comment, - ACTIONS(10931), 1, - anon_sym_BSLASHu, - ACTIONS(10933), 1, - sym__escaped_identifier, - ACTIONS(11201), 1, - aux_sym_character_literal_token1, - STATE(9836), 1, - sym__uni_character_literal, - STATE(9884), 1, - sym_character_escape_seq, - [212909] = 6, - ACTIONS(6511), 1, - anon_sym_LBRACE, - ACTIONS(11203), 1, + ACTIONS(4655), 5, + sym__automatic_semicolon, anon_sym_COLON, - ACTIONS(11205), 1, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_where, + [212900] = 6, + ACTIONS(6509), 1, + anon_sym_LBRACE, + ACTIONS(11154), 1, anon_sym_EQ, - STATE(3402), 1, + ACTIONS(11187), 1, + anon_sym_COLON, + STATE(3405), 1, sym__block, - STATE(3520), 1, + STATE(3548), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212929] = 6, - ACTIONS(10715), 1, + [212920] = 6, + ACTIONS(4487), 1, + anon_sym_while, + ACTIONS(10710), 1, anon_sym_EQ, - ACTIONS(10717), 1, + ACTIONS(10712), 1, anon_sym_LBRACE, - ACTIONS(11207), 1, - anon_sym_COLON, - STATE(9587), 1, + STATE(9723), 1, sym_function_body, - STATE(9998), 1, + STATE(10001), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212949] = 6, - ACTIONS(6714), 1, + [212940] = 6, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11176), 1, + ACTIONS(10915), 1, anon_sym_EQ, - ACTIONS(11209), 1, + ACTIONS(11189), 1, anon_sym_COLON, - STATE(3882), 1, + STATE(3405), 1, sym__block, - STATE(3910), 1, + STATE(3525), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [212969] = 4, - ACTIONS(11211), 1, - anon_sym_COMMA, - STATE(8615), 1, - aux_sym_type_constraints_repeat1, + [212960] = 6, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(10968), 1, + anon_sym_EQ, + ACTIONS(11191), 1, + anon_sym_COLON, + STATE(5082), 1, + sym__block, + STATE(5240), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4432), 3, - anon_sym_EQ, - anon_sym_LBRACE, - anon_sym_while, - [212985] = 6, - ACTIONS(6714), 1, + [212980] = 6, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(11176), 1, - anon_sym_EQ, - ACTIONS(11214), 1, + ACTIONS(11193), 1, anon_sym_COLON, - STATE(3836), 1, - sym_function_body, - STATE(3882), 1, + ACTIONS(11195), 1, + anon_sym_EQ, + STATE(3235), 1, sym__block, + STATE(3255), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213005] = 5, - ACTIONS(8521), 1, + [213000] = 6, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(11216), 1, + ACTIONS(11195), 1, + anon_sym_EQ, + ACTIONS(11197), 1, anon_sym_COLON, - STATE(9243), 1, - sym_class_body, + STATE(3190), 1, + sym_function_body, + STATE(3235), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4351), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [213023] = 5, - ACTIONS(11218), 1, - anon_sym_catch, - ACTIONS(11220), 1, - anon_sym_finally, - STATE(4005), 1, - sym_finally_block, + [213020] = 4, + ACTIONS(11201), 1, + anon_sym_DOT, + STATE(8619), 1, + aux_sym_identifier_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(3075), 2, - sym_catch_block, - aux_sym_try_expression_repeat1, - [213041] = 6, - ACTIONS(4495), 1, - anon_sym_while, - ACTIONS(8638), 1, - anon_sym_LBRACE, - ACTIONS(8644), 1, - anon_sym_where, - STATE(8899), 1, - sym_type_constraints, - STATE(9588), 1, - sym_class_body, - ACTIONS(3), 2, + ACTIONS(11199), 3, + sym__automatic_semicolon, + anon_sym_DOT_STAR, + anon_sym_as, + [213036] = 7, + ACTIONS(3), 1, sym_multiline_comment, + ACTIONS(10970), 1, sym_line_comment, - [213061] = 6, - ACTIONS(4361), 1, - anon_sym_while, - ACTIONS(8638), 1, - anon_sym_LBRACE, - ACTIONS(8644), 1, - anon_sym_where, - STATE(8884), 1, - sym_type_constraints, - STATE(9617), 1, - sym_class_body, + ACTIONS(10974), 1, + anon_sym_BSLASHu, + ACTIONS(10976), 1, + sym__escaped_identifier, + ACTIONS(11204), 1, + aux_sym_character_literal_token1, + STATE(9805), 1, + sym_character_escape_seq, + STATE(9830), 1, + sym__uni_character_literal, + [213058] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213081] = 6, - ACTIONS(10689), 1, + ACTIONS(4720), 5, anon_sym_EQ, - ACTIONS(10691), 1, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DASH_GT, + anon_sym_in, + [213070] = 6, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(11222), 1, + ACTIONS(10968), 1, + anon_sym_EQ, + ACTIONS(11206), 1, anon_sym_COLON, - STATE(9175), 1, + STATE(5082), 1, sym__block, - STATE(9258), 1, + STATE(5179), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213101] = 6, - ACTIONS(4465), 1, - anon_sym_while, - ACTIONS(8644), 1, - anon_sym_where, - ACTIONS(8648), 1, - anon_sym_LBRACE, - STATE(8897), 1, - sym_type_constraints, - STATE(9515), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [213121] = 6, - ACTIONS(4162), 1, - anon_sym_while, - ACTIONS(10715), 1, + [213090] = 6, + ACTIONS(8175), 1, anon_sym_EQ, - ACTIONS(10717), 1, + ACTIONS(8177), 1, anon_sym_LBRACE, - STATE(9600), 1, + ACTIONS(11208), 1, + anon_sym_COLON, + STATE(5346), 1, sym_function_body, - STATE(9998), 1, + STATE(5384), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213141] = 6, - ACTIONS(4185), 1, - anon_sym_while, - ACTIONS(10715), 1, + [213110] = 6, + ACTIONS(10679), 1, anon_sym_EQ, - ACTIONS(10717), 1, + ACTIONS(10681), 1, anon_sym_LBRACE, - STATE(9621), 1, + ACTIONS(11210), 1, + anon_sym_COLON, + STATE(9158), 1, sym_function_body, - STATE(9998), 1, + STATE(9172), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213161] = 3, - ACTIONS(10807), 1, - anon_sym_by, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4507), 4, + [213130] = 6, + ACTIONS(6424), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_where, - anon_sym_while, - [213175] = 2, + ACTIONS(11195), 1, + anon_sym_EQ, + ACTIONS(11212), 1, + anon_sym_COLON, + STATE(3228), 1, + sym_function_body, + STATE(3235), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4760), 5, - sym__automatic_semicolon, - anon_sym_COLON, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_where, - [213187] = 6, - ACTIONS(6511), 1, + [213150] = 6, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(11205), 1, + ACTIONS(11195), 1, anon_sym_EQ, - ACTIONS(11224), 1, + ACTIONS(11214), 1, anon_sym_COLON, - STATE(3402), 1, + STATE(3235), 1, sym__block, - STATE(3551), 1, + STATE(3240), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213207] = 6, - ACTIONS(6511), 1, + [213170] = 5, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(11205), 1, + ACTIONS(11046), 1, anon_sym_EQ, - ACTIONS(11226), 1, - anon_sym_COLON, - STATE(3402), 1, + STATE(4740), 1, sym__block, - STATE(3497), 1, + STATE(4819), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213227] = 6, - ACTIONS(4323), 1, - anon_sym_while, - ACTIONS(8644), 1, - anon_sym_where, - ACTIONS(8648), 1, + [213187] = 5, + ACTIONS(8227), 1, anon_sym_LBRACE, - STATE(8893), 1, - sym_type_constraints, - STATE(9611), 1, - sym_enum_class_body, + ACTIONS(11096), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5144), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213247] = 6, - ACTIONS(8104), 1, + [213204] = 5, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(11158), 1, + ACTIONS(10901), 1, anon_sym_EQ, - ACTIONS(11228), 1, - anon_sym_COLON, - STATE(4800), 1, + STATE(3876), 1, sym__block, - STATE(4856), 1, + STATE(3891), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213267] = 6, - ACTIONS(6511), 1, + [213221] = 5, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(11205), 1, + ACTIONS(10710), 1, anon_sym_EQ, - ACTIONS(11230), 1, - anon_sym_COLON, - STATE(3402), 1, + STATE(4740), 1, sym__block, - STATE(3528), 1, + STATE(4763), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213287] = 6, - ACTIONS(4465), 1, + [213238] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4398), 4, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_where, anon_sym_while, - ACTIONS(8638), 1, + [213249] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4603), 4, + anon_sym_COLON, anon_sym_LBRACE, - ACTIONS(8644), 1, anon_sym_where, - STATE(8895), 1, - sym_type_constraints, - STATE(9515), 1, - sym_class_body, + anon_sym_while, + [213260] = 3, + ACTIONS(3976), 1, + anon_sym_DOLLAR, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213307] = 5, - ACTIONS(6511), 1, + ACTIONS(3981), 3, + sym__string_end, + sym__string_content, + anon_sym_DOLLAR_LBRACE, + [213273] = 4, + ACTIONS(8519), 1, anon_sym_LBRACE, - ACTIONS(11205), 1, - anon_sym_EQ, - STATE(3402), 1, - sym__block, - STATE(3505), 1, - sym_function_body, + STATE(9397), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213324] = 5, - ACTIONS(6511), 1, + ACTIONS(4436), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [213288] = 5, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(11205), 1, + ACTIONS(11195), 1, anon_sym_EQ, - STATE(3402), 1, - sym__block, - STATE(3488), 1, + STATE(3224), 1, sym_function_body, + STATE(3235), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213341] = 5, - ACTIONS(10715), 1, + [213305] = 5, + ACTIONS(10679), 1, anon_sym_EQ, - ACTIONS(10717), 1, + ACTIONS(10681), 1, anon_sym_LBRACE, - STATE(9613), 1, - sym_function_body, - STATE(9998), 1, + STATE(9172), 1, sym__block, + STATE(9398), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213358] = 5, - ACTIONS(8104), 1, + [213322] = 5, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(11158), 1, + ACTIONS(10710), 1, anon_sym_EQ, - STATE(4800), 1, - sym__block, - STATE(4810), 1, + STATE(4730), 1, sym_function_body, + STATE(4740), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213375] = 2, + [213339] = 4, + ACTIONS(11216), 1, + anon_sym_import, + ACTIONS(11218), 1, + sym__import_list_delimiter, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4760), 4, - anon_sym_COLON, + STATE(8717), 2, + sym_import_header, + aux_sym_import_list_repeat1, + [213354] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4679), 4, anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_where, anon_sym_while, - [213386] = 5, - ACTIONS(10715), 1, - anon_sym_EQ, - ACTIONS(10717), 1, + [213365] = 5, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(9604), 1, + ACTIONS(10710), 1, + anon_sym_EQ, + STATE(4704), 1, sym_function_body, - STATE(9998), 1, + STATE(4740), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213403] = 5, - ACTIONS(8104), 1, + [213382] = 5, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(11158), 1, + ACTIONS(11195), 1, anon_sym_EQ, - STATE(4727), 1, + STATE(3206), 1, sym_function_body, - STATE(4800), 1, + STATE(3235), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213420] = 5, - ACTIONS(6511), 1, - anon_sym_LBRACE, - ACTIONS(11205), 1, + [213399] = 5, + ACTIONS(10679), 1, anon_sym_EQ, - STATE(3402), 1, + ACTIONS(10681), 1, + anon_sym_LBRACE, + STATE(9172), 1, sym__block, - STATE(3481), 1, + STATE(9368), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213437] = 5, - ACTIONS(8104), 1, + [213416] = 5, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(11158), 1, + ACTIONS(10968), 1, anon_sym_EQ, - STATE(4714), 1, - sym_function_body, - STATE(4800), 1, + STATE(5082), 1, sym__block, + STATE(5145), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213454] = 5, - ACTIONS(6511), 1, + [213433] = 5, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11205), 1, + ACTIONS(10915), 1, anon_sym_EQ, - STATE(3402), 1, + STATE(3405), 1, sym__block, - STATE(3471), 1, + STATE(3502), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213471] = 2, + [213450] = 5, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(10710), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4819), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4507), 4, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_where, - anon_sym_while, - [213482] = 5, - ACTIONS(6714), 1, + [213467] = 5, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(10907), 1, + ACTIONS(11195), 1, anon_sym_EQ, - STATE(3882), 1, - sym__block, - STATE(3938), 1, + STATE(3148), 1, sym_function_body, + STATE(3235), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, + [213484] = 4, + ACTIONS(8494), 1, + anon_sym_LBRACE, + STATE(9132), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4623), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, [213499] = 5, - ACTIONS(6714), 1, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11176), 1, + ACTIONS(10915), 1, anon_sym_EQ, - STATE(3882), 1, + STATE(3405), 1, sym__block, - STATE(4030), 1, + STATE(3485), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, [213516] = 5, - ACTIONS(6714), 1, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11176), 1, + ACTIONS(10915), 1, anon_sym_EQ, - STATE(3882), 1, + STATE(3405), 1, sym__block, - STATE(3959), 1, + STATE(3481), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213533] = 5, - ACTIONS(10689), 1, - anon_sym_EQ, - ACTIONS(10691), 1, + [213533] = 4, + ACTIONS(8494), 1, anon_sym_LBRACE, - STATE(9115), 1, - sym_function_body, - STATE(9175), 1, - sym__block, + STATE(9324), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213550] = 5, - ACTIONS(6714), 1, + ACTIONS(4491), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [213548] = 5, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11176), 1, + ACTIONS(11154), 1, anon_sym_EQ, - STATE(3882), 1, + STATE(3405), 1, sym__block, - STATE(3938), 1, + STATE(3502), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213567] = 5, - ACTIONS(10689), 1, - anon_sym_EQ, - ACTIONS(10691), 1, + [213565] = 5, + ACTIONS(1644), 1, + anon_sym_RBRACE, + ACTIONS(11220), 1, + sym__automatic_semicolon, + STATE(257), 1, + sym__semi, + STATE(8668), 1, + aux_sym_statements_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [213582] = 5, + ACTIONS(6509), 1, anon_sym_LBRACE, - STATE(9175), 1, + ACTIONS(10915), 1, + anon_sym_EQ, + STATE(3405), 1, sym__block, - STATE(9279), 1, + STATE(3468), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213584] = 3, - ACTIONS(11234), 1, - anon_sym_DOLLAR, + [213599] = 5, + ACTIONS(6774), 1, + anon_sym_LBRACE, + ACTIONS(10901), 1, + anon_sym_EQ, + STATE(3876), 1, + sym__block, + STATE(3915), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11232), 3, - sym__string_end, - sym__string_content, - anon_sym_DOLLAR_LBRACE, - [213597] = 5, - ACTIONS(6714), 1, + [213616] = 4, + ACTIONS(8519), 1, anon_sym_LBRACE, - ACTIONS(11176), 1, + STATE(9367), 1, + sym_enum_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4202), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [213631] = 5, + ACTIONS(10710), 1, anon_sym_EQ, - STATE(3844), 1, + ACTIONS(10712), 1, + anon_sym_LBRACE, + STATE(9665), 1, sym_function_body, - STATE(3882), 1, + STATE(10001), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213614] = 2, + [213648] = 5, + ACTIONS(8494), 1, + anon_sym_LBRACE, + ACTIONS(11222), 1, + anon_sym_COLON, + ACTIONS(11224), 1, + sym__automatic_semicolon, + STATE(9949), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4553), 4, - anon_sym_COLON, - anon_sym_LBRACE, - anon_sym_where, - anon_sym_while, - [213625] = 4, - ACTIONS(8511), 1, + [213665] = 5, + ACTIONS(6509), 1, anon_sym_LBRACE, - STATE(9113), 1, - sym_enum_class_body, + ACTIONS(11154), 1, + anon_sym_EQ, + STATE(3405), 1, + sym__block, + STATE(3485), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4323), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [213640] = 3, - ACTIONS(11236), 1, - anon_sym_DOT, + [213682] = 4, + ACTIONS(8494), 1, + anon_sym_LBRACE, + STATE(9428), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11192), 3, + ACTIONS(3294), 2, sym__automatic_semicolon, - anon_sym_DOT_STAR, - anon_sym_as, - [213653] = 4, - ACTIONS(8521), 1, + anon_sym_RBRACE, + [213697] = 5, + ACTIONS(10681), 1, anon_sym_LBRACE, - STATE(9297), 1, - sym_class_body, + ACTIONS(11226), 1, + anon_sym_COLON, + ACTIONS(11228), 1, + sym__automatic_semicolon, + STATE(10018), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4329), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [213668] = 4, - ACTIONS(8511), 1, + [213714] = 4, + ACTIONS(8519), 1, anon_sym_LBRACE, - STATE(9418), 1, + STATE(9164), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3282), 2, + ACTIONS(4245), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [213683] = 5, - ACTIONS(8223), 1, + [213729] = 5, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11180), 1, + ACTIONS(11154), 1, anon_sym_EQ, - STATE(5091), 1, + STATE(3405), 1, sym__block, - STATE(5193), 1, + STATE(3481), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213700] = 5, - ACTIONS(10715), 1, - anon_sym_EQ, - ACTIONS(10717), 1, + [213746] = 5, + ACTIONS(6509), 1, anon_sym_LBRACE, - STATE(9631), 1, - sym_function_body, - STATE(9998), 1, + ACTIONS(11154), 1, + anon_sym_EQ, + STATE(3405), 1, sym__block, + STATE(3468), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213717] = 5, - ACTIONS(8104), 1, + [213763] = 5, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11158), 1, + ACTIONS(11016), 1, anon_sym_EQ, - STATE(4800), 1, + STATE(3405), 1, sym__block, - STATE(4887), 1, + STATE(3468), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213734] = 5, - ACTIONS(8223), 1, + [213780] = 4, + ACTIONS(8519), 1, anon_sym_LBRACE, - ACTIONS(11180), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5238), 1, - sym_function_body, + STATE(9402), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213751] = 5, - ACTIONS(8223), 1, + ACTIONS(4645), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [213795] = 5, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11180), 1, + ACTIONS(11016), 1, anon_sym_EQ, - STATE(5091), 1, + STATE(3405), 1, sym__block, - STATE(5230), 1, + STATE(3481), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213768] = 5, - ACTIONS(8223), 1, - anon_sym_LBRACE, - ACTIONS(11180), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5202), 1, - sym_function_body, + [213812] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213785] = 5, - ACTIONS(11238), 1, + ACTIONS(4884), 4, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + anon_sym_while, + [213823] = 5, + ACTIONS(11230), 1, anon_sym_RBRACE, - ACTIONS(11240), 1, + ACTIONS(11232), 1, sym__automatic_semicolon, STATE(259), 1, sym__semi, - STATE(8663), 1, + STATE(8668), 1, aux_sym_statements_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213802] = 5, - ACTIONS(10691), 1, - anon_sym_LBRACE, - ACTIONS(11243), 1, - anon_sym_COLON, - ACTIONS(11245), 1, - sym__automatic_semicolon, - STATE(9855), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [213819] = 5, - ACTIONS(6714), 1, + [213840] = 5, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(11007), 1, + ACTIONS(10968), 1, anon_sym_EQ, - STATE(3882), 1, + STATE(5082), 1, sym__block, - STATE(4030), 1, + STATE(5172), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213836] = 5, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(11162), 1, + [213857] = 5, + ACTIONS(10710), 1, anon_sym_EQ, - STATE(4800), 1, - sym__block, - STATE(4887), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [213853] = 5, - ACTIONS(8223), 1, + ACTIONS(10712), 1, anon_sym_LBRACE, - ACTIONS(11101), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5230), 1, + STATE(9690), 1, sym_function_body, + STATE(10001), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213870] = 5, - ACTIONS(8104), 1, + [213874] = 5, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(11162), 1, + ACTIONS(10679), 1, anon_sym_EQ, - STATE(4714), 1, + STATE(5076), 1, sym_function_body, - STATE(4800), 1, + STATE(5082), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213887] = 5, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(11162), 1, - anon_sym_EQ, - STATE(4727), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + [213891] = 4, + ACTIONS(11235), 1, + anon_sym_LPAREN, + STATE(9130), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213904] = 5, - ACTIONS(8104), 1, + ACTIONS(7041), 2, + anon_sym_AT, + anon_sym_val, + [213906] = 5, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(11162), 1, + ACTIONS(11100), 1, anon_sym_EQ, - STATE(4800), 1, + STATE(4740), 1, sym__block, - STATE(4810), 1, + STATE(4763), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213921] = 5, - ACTIONS(6714), 1, - anon_sym_LBRACE, - ACTIONS(11007), 1, + [213923] = 3, + ACTIONS(10691), 1, + anon_sym_AMP, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4315), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + sym__quest, + [213936] = 5, + ACTIONS(10679), 1, anon_sym_EQ, - STATE(3882), 1, + ACTIONS(10681), 1, + anon_sym_LBRACE, + STATE(9172), 1, sym__block, - STATE(3959), 1, + STATE(9242), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213938] = 5, - ACTIONS(8223), 1, + [213953] = 5, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11101), 1, + ACTIONS(11016), 1, anon_sym_EQ, - STATE(5091), 1, + STATE(3405), 1, sym__block, - STATE(5202), 1, + STATE(3485), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [213955] = 3, - ACTIONS(10709), 1, - anon_sym_AMP, + [213970] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4239), 3, + ACTIONS(4872), 4, + anon_sym_RBRACE, anon_sym_COMMA, - anon_sym_RPAREN, - sym__quest, - [213968] = 4, - ACTIONS(8521), 1, + anon_sym_SEMI, + anon_sym_while, + [213981] = 5, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(9445), 1, - sym_class_body, + ACTIONS(11100), 1, + anon_sym_EQ, + STATE(4730), 1, + sym_function_body, + STATE(4740), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3274), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [213983] = 5, - ACTIONS(10715), 1, - anon_sym_EQ, - ACTIONS(10717), 1, + [213998] = 5, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(9573), 1, + ACTIONS(11100), 1, + anon_sym_EQ, + STATE(4704), 1, sym_function_body, - STATE(9998), 1, + STATE(4740), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214000] = 5, - ACTIONS(8223), 1, + [214015] = 5, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(11101), 1, + ACTIONS(11046), 1, anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5238), 1, + STATE(4730), 1, sym_function_body, + STATE(4740), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214017] = 5, - ACTIONS(6714), 1, + [214032] = 5, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(11007), 1, + ACTIONS(11064), 1, anon_sym_EQ, - STATE(3882), 1, + STATE(3876), 1, sym__block, - STATE(3938), 1, + STATE(3958), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214034] = 2, + [214049] = 4, + ACTIONS(11239), 1, + anon_sym_COMMA, + STATE(8761), 1, + aux_sym__enum_entries_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4635), 4, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_where, - anon_sym_while, - [214045] = 5, - ACTIONS(8223), 1, + ACTIONS(11237), 2, + anon_sym_RBRACE, + anon_sym_SEMI, + [214064] = 5, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11101), 1, + ACTIONS(10883), 1, anon_sym_EQ, - STATE(5091), 1, + STATE(3405), 1, sym__block, - STATE(5193), 1, + STATE(3468), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214062] = 5, - ACTIONS(6511), 1, + [214081] = 5, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11137), 1, + ACTIONS(10883), 1, anon_sym_EQ, - STATE(3402), 1, + STATE(3405), 1, sym__block, - STATE(3505), 1, + STATE(3481), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214079] = 5, - ACTIONS(6511), 1, + [214098] = 5, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(11137), 1, + ACTIONS(11064), 1, anon_sym_EQ, - STATE(3402), 1, + STATE(3876), 1, sym__block, - STATE(3488), 1, + STATE(3879), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214096] = 5, - ACTIONS(6511), 1, + [214115] = 5, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(11137), 1, + ACTIONS(11064), 1, anon_sym_EQ, - STATE(3402), 1, + STATE(3876), 1, sym__block, - STATE(3481), 1, + STATE(3891), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214113] = 5, - ACTIONS(6511), 1, + [214132] = 5, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11137), 1, + ACTIONS(10883), 1, anon_sym_EQ, - STATE(3402), 1, + STATE(3405), 1, sym__block, - STATE(3471), 1, + STATE(3485), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214130] = 5, - ACTIONS(4145), 1, + [214149] = 5, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(11109), 1, + ACTIONS(10679), 1, anon_sym_EQ, - STATE(1129), 1, + STATE(5082), 1, sym__block, - STATE(1155), 1, + STATE(5144), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214147] = 5, - ACTIONS(6430), 1, + [214166] = 5, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(11121), 1, + ACTIONS(11064), 1, anon_sym_EQ, - STATE(3082), 1, + STATE(3876), 1, sym__block, - STATE(3270), 1, + STATE(3915), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214164] = 5, - ACTIONS(6430), 1, + [214183] = 5, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(11121), 1, + ACTIONS(10883), 1, anon_sym_EQ, - STATE(3082), 1, + STATE(3405), 1, sym__block, - STATE(3216), 1, + STATE(3502), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214181] = 5, - ACTIONS(1642), 1, - anon_sym_RBRACE, - ACTIONS(11247), 1, - sym__automatic_semicolon, - STATE(258), 1, - sym__semi, - STATE(8663), 1, - aux_sym_statements_repeat1, + [214200] = 5, + ACTIONS(6424), 1, + anon_sym_LBRACE, + ACTIONS(11195), 1, + anon_sym_EQ, + STATE(3235), 1, + sym__block, + STATE(3264), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214198] = 5, - ACTIONS(6430), 1, + [214217] = 5, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(11121), 1, + ACTIONS(10679), 1, anon_sym_EQ, - STATE(3082), 1, + STATE(5082), 1, sym__block, - STATE(3179), 1, + STATE(5172), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214215] = 5, - ACTIONS(6430), 1, + [214234] = 5, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(11121), 1, + ACTIONS(11100), 1, anon_sym_EQ, - STATE(3082), 1, + STATE(4740), 1, sym__block, - STATE(3138), 1, + STATE(4819), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214232] = 5, - ACTIONS(4145), 1, + [214251] = 4, + ACTIONS(8494), 1, anon_sym_LBRACE, - ACTIONS(10899), 1, + STATE(9115), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(3284), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [214266] = 5, + ACTIONS(6424), 1, + anon_sym_LBRACE, + ACTIONS(8175), 1, anon_sym_EQ, - STATE(1017), 1, + STATE(3224), 1, sym_function_body, - STATE(1129), 1, + STATE(3235), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214249] = 5, - ACTIONS(4145), 1, + [214283] = 5, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(11109), 1, + ACTIONS(8175), 1, anon_sym_EQ, - STATE(1017), 1, + STATE(3206), 1, sym_function_body, - STATE(1129), 1, + STATE(3235), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214266] = 5, - ACTIONS(4145), 1, + [214300] = 5, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(10899), 1, + ACTIONS(8175), 1, anon_sym_EQ, - STATE(1129), 1, - sym__block, - STATE(1165), 1, + STATE(3148), 1, sym_function_body, + STATE(3235), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214283] = 5, - ACTIONS(4145), 1, + [214317] = 5, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(10899), 1, + ACTIONS(11096), 1, anon_sym_EQ, - STATE(1129), 1, + STATE(5082), 1, sym__block, - STATE(1135), 1, + STATE(5145), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214300] = 5, - ACTIONS(4145), 1, + [214334] = 5, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(11109), 1, + ACTIONS(11046), 1, anon_sym_EQ, - STATE(1129), 1, + STATE(4740), 1, sym__block, - STATE(1165), 1, + STATE(4763), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214317] = 3, - ACTIONS(11251), 1, - anon_sym_DOLLAR, + [214351] = 5, + ACTIONS(8227), 1, + anon_sym_LBRACE, + ACTIONS(11030), 1, + anon_sym_EQ, + STATE(5076), 1, + sym_function_body, + STATE(5082), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11249), 3, - sym__string_end, - sym__string_content, - anon_sym_DOLLAR_LBRACE, - [214330] = 4, - ACTIONS(11253), 1, - anon_sym_import, - ACTIONS(11256), 1, - sym__import_list_delimiter, + [214368] = 5, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(11046), 1, + anon_sym_EQ, + STATE(4704), 1, + sym_function_body, + STATE(4740), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8696), 2, - sym_import_header, - aux_sym_import_list_repeat1, - [214345] = 5, - ACTIONS(4145), 1, + [214385] = 5, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(11109), 1, + ACTIONS(11030), 1, anon_sym_EQ, - STATE(1129), 1, + STATE(5082), 1, sym__block, - STATE(1135), 1, + STATE(5144), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214362] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4752), 4, - anon_sym_COLON, - anon_sym_LBRACE, - anon_sym_where, - anon_sym_while, - [214373] = 5, - ACTIONS(10691), 1, + [214402] = 5, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(11258), 1, - anon_sym_COLON, - ACTIONS(11260), 1, - sym__automatic_semicolon, - STATE(9481), 1, + ACTIONS(11030), 1, + anon_sym_EQ, + STATE(5082), 1, sym__block, + STATE(5172), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214390] = 4, - ACTIONS(8521), 1, + [214419] = 5, + ACTIONS(8227), 1, anon_sym_LBRACE, - STATE(9440), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4557), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [214405] = 2, + ACTIONS(11030), 1, + anon_sym_EQ, + STATE(5082), 1, + sym__block, + STATE(5145), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4756), 4, - anon_sym_COLON, - anon_sym_LBRACE, - anon_sym_where, - anon_sym_while, - [214416] = 5, - ACTIONS(11262), 1, + [214436] = 5, + ACTIONS(11241), 1, anon_sym_RBRACE, - ACTIONS(11264), 1, + ACTIONS(11243), 1, sym__automatic_semicolon, - STATE(257), 1, + STATE(258), 1, sym__semi, - STATE(8687), 1, + STATE(8652), 1, aux_sym_statements_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214433] = 5, - ACTIONS(4145), 1, + [214453] = 5, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(10899), 1, + ACTIONS(11096), 1, anon_sym_EQ, - STATE(1129), 1, + STATE(5082), 1, sym__block, - STATE(1155), 1, + STATE(5172), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214450] = 5, - ACTIONS(6430), 1, + [214470] = 5, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(11073), 1, + ACTIONS(8175), 1, anon_sym_EQ, - STATE(3082), 1, + STATE(3235), 1, sym__block, - STATE(3270), 1, + STATE(3264), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214467] = 2, + [214487] = 4, + ACTIONS(8494), 1, + anon_sym_LBRACE, + STATE(9370), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4886), 4, + ACTIONS(4694), 2, + sym__automatic_semicolon, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_while, - [214478] = 5, - ACTIONS(4145), 1, + [214502] = 5, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(10903), 1, + ACTIONS(10935), 1, anon_sym_EQ, - STATE(1129), 1, + STATE(3235), 1, sym__block, - STATE(1135), 1, + STATE(3264), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214495] = 5, - ACTIONS(4145), 1, + [214519] = 4, + ACTIONS(8494), 1, anon_sym_LBRACE, - ACTIONS(10903), 1, - anon_sym_EQ, - STATE(1129), 1, - sym__block, - STATE(1165), 1, - sym_function_body, + STATE(9278), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214512] = 5, - ACTIONS(4145), 1, - anon_sym_LBRACE, - ACTIONS(10903), 1, - anon_sym_EQ, - STATE(1017), 1, - sym_function_body, - STATE(1129), 1, - sym__block, + ACTIONS(4479), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [214534] = 3, + ACTIONS(11247), 1, + anon_sym_DOLLAR, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214529] = 5, - ACTIONS(6430), 1, + ACTIONS(11245), 3, + sym__string_end, + sym__string_content, + anon_sym_DOLLAR_LBRACE, + [214547] = 5, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(11073), 1, + ACTIONS(11096), 1, anon_sym_EQ, - STATE(3082), 1, - sym__block, - STATE(3216), 1, + STATE(5076), 1, sym_function_body, + STATE(5082), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214546] = 5, - ACTIONS(4145), 1, + [214564] = 5, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(10903), 1, + ACTIONS(11054), 1, anon_sym_EQ, - STATE(1129), 1, + STATE(1074), 1, sym__block, - STATE(1155), 1, + STATE(1119), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214563] = 5, - ACTIONS(6430), 1, + [214581] = 5, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(11073), 1, + ACTIONS(10679), 1, anon_sym_EQ, - STATE(3082), 1, + STATE(5082), 1, sym__block, - STATE(3138), 1, + STATE(5145), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214580] = 5, - ACTIONS(8104), 1, + [214598] = 5, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(10975), 1, + ACTIONS(10887), 1, anon_sym_EQ, - STATE(4714), 1, - sym_function_body, - STATE(4800), 1, + STATE(1074), 1, sym__block, + STATE(1170), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214597] = 4, - ACTIONS(8521), 1, - anon_sym_LBRACE, - STATE(9418), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3282), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [214612] = 5, - ACTIONS(6714), 1, + [214615] = 5, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(11007), 1, + ACTIONS(11054), 1, anon_sym_EQ, - STATE(3844), 1, + STATE(1048), 1, sym_function_body, - STATE(3882), 1, + STATE(1074), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214629] = 4, - ACTIONS(8521), 1, - anon_sym_LBRACE, - STATE(9453), 1, - sym_class_body, + [214632] = 4, + ACTIONS(11249), 1, + anon_sym_import, + ACTIONS(11252), 1, + sym__import_list_delimiter, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4465), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [214644] = 5, - ACTIONS(6430), 1, + STATE(8717), 2, + sym_import_header, + aux_sym_import_list_repeat1, + [214647] = 5, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(11073), 1, + ACTIONS(10887), 1, anon_sym_EQ, - STATE(3082), 1, + STATE(1074), 1, sym__block, - STATE(3179), 1, + STATE(1119), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214661] = 2, + [214664] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4587), 4, + ACTIONS(4655), 4, anon_sym_COLON, anon_sym_LBRACE, anon_sym_where, anon_sym_while, - [214672] = 5, - ACTIONS(6430), 1, + [214675] = 5, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(8187), 1, + ACTIONS(10887), 1, anon_sym_EQ, - STATE(3082), 1, - sym__block, - STATE(3138), 1, + STATE(1048), 1, sym_function_body, + STATE(1074), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214689] = 4, - ACTIONS(8521), 1, + [214692] = 4, + ACTIONS(8494), 1, anon_sym_LBRACE, - STATE(9248), 1, + STATE(9164), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4218), 2, + ACTIONS(4245), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [214704] = 5, - ACTIONS(6430), 1, + [214707] = 5, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(8187), 1, + ACTIONS(11054), 1, anon_sym_EQ, - STATE(3082), 1, + STATE(1074), 1, sym__block, - STATE(3179), 1, + STATE(1113), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214721] = 5, - ACTIONS(6430), 1, + [214724] = 5, + ACTIONS(10681), 1, + anon_sym_LBRACE, + ACTIONS(11254), 1, + anon_sym_COLON, + ACTIONS(11256), 1, + sym__automatic_semicolon, + STATE(9907), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [214741] = 5, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(8187), 1, + ACTIONS(10887), 1, anon_sym_EQ, - STATE(3082), 1, + STATE(1074), 1, sym__block, - STATE(3216), 1, + STATE(1113), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214738] = 4, - ACTIONS(8511), 1, + [214758] = 4, + ACTIONS(8519), 1, anon_sym_LBRACE, - STATE(9248), 1, + STATE(9227), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4218), 2, + ACTIONS(3278), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [214753] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4579), 4, - anon_sym_COLON, - anon_sym_LBRACE, - anon_sym_where, - anon_sym_while, - [214764] = 5, - ACTIONS(6430), 1, + [214773] = 5, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(8187), 1, + ACTIONS(10984), 1, anon_sym_EQ, - STATE(3082), 1, + STATE(3876), 1, sym__block, - STATE(3270), 1, + STATE(3915), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214781] = 5, - ACTIONS(4351), 1, - anon_sym_while, - ACTIONS(8638), 1, + [214790] = 4, + ACTIONS(8494), 1, anon_sym_LBRACE, - ACTIONS(11266), 1, - anon_sym_COLON, - STATE(9664), 1, + STATE(9402), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214798] = 5, - ACTIONS(6714), 1, + ACTIONS(4645), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [214805] = 5, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(11039), 1, + ACTIONS(10984), 1, anon_sym_EQ, - STATE(3844), 1, - sym_function_body, - STATE(3882), 1, + STATE(3876), 1, sym__block, + STATE(3891), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214815] = 5, - ACTIONS(8521), 1, + [214822] = 4, + ACTIONS(8494), 1, anon_sym_LBRACE, - ACTIONS(11268), 1, - anon_sym_COLON, - ACTIONS(11270), 1, - sym__automatic_semicolon, - STATE(9895), 1, + STATE(9160), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214832] = 5, - ACTIONS(6714), 1, + ACTIONS(4499), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [214837] = 4, + ACTIONS(8519), 1, anon_sym_LBRACE, - ACTIONS(11039), 1, - anon_sym_EQ, - STATE(3882), 1, - sym__block, - STATE(3938), 1, - sym_function_body, + STATE(9409), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214849] = 5, - ACTIONS(6714), 1, + ACTIONS(4503), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [214852] = 5, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(11039), 1, + ACTIONS(10901), 1, anon_sym_EQ, - STATE(3882), 1, + STATE(3876), 1, sym__block, - STATE(3959), 1, + STATE(3958), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214866] = 4, - ACTIONS(11274), 1, - anon_sym_COMMA, - STATE(8775), 1, - aux_sym__enum_entries_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(11272), 2, - anon_sym_RBRACE, - anon_sym_SEMI, - [214881] = 5, - ACTIONS(6714), 1, + [214869] = 5, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(11039), 1, + ACTIONS(10984), 1, anon_sym_EQ, - STATE(3882), 1, + STATE(3876), 1, sym__block, - STATE(4030), 1, + STATE(3879), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214898] = 4, - ACTIONS(8511), 1, + [214886] = 4, + ACTIONS(8494), 1, anon_sym_LBRACE, - STATE(9402), 1, - sym_enum_class_body, + STATE(9229), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3290), 2, + ACTIONS(4686), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [214913] = 2, + [214901] = 3, + ACTIONS(4182), 1, + anon_sym_DOLLAR, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4565), 4, - anon_sym_COLON, - anon_sym_LBRACE, - anon_sym_where, - anon_sym_while, - [214924] = 5, - ACTIONS(8223), 1, + ACTIONS(4184), 3, + sym__string_end, + sym__string_content, + anon_sym_DOLLAR_LBRACE, + [214914] = 5, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(11003), 1, + ACTIONS(10984), 1, anon_sym_EQ, - STATE(5091), 1, + STATE(3876), 1, sym__block, - STATE(5193), 1, + STATE(3958), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [214941] = 4, - ACTIONS(11278), 1, - anon_sym_COMMA, - STATE(8735), 1, - aux_sym__enum_entries_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(11276), 2, - anon_sym_RBRACE, - anon_sym_SEMI, - [214956] = 4, - ACTIONS(8511), 1, + [214931] = 4, + ACTIONS(8519), 1, anon_sym_LBRACE, - STATE(9159), 1, + STATE(9115), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4569), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [214971] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4848), 4, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym_while, - [214982] = 4, - ACTIONS(8521), 1, - anon_sym_LBRACE, - STATE(9404), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4549), 2, + ACTIONS(3284), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [214997] = 5, - ACTIONS(6511), 1, + [214946] = 5, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(10989), 1, + ACTIONS(10935), 1, anon_sym_EQ, - STATE(3402), 1, - sym__block, - STATE(3471), 1, + STATE(3148), 1, sym_function_body, + STATE(3235), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215014] = 5, - ACTIONS(6511), 1, + [214963] = 5, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(10989), 1, + ACTIONS(10935), 1, anon_sym_EQ, - STATE(3402), 1, - sym__block, - STATE(3481), 1, + STATE(3206), 1, sym_function_body, + STATE(3235), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215031] = 5, - ACTIONS(6511), 1, - anon_sym_LBRACE, - ACTIONS(10989), 1, + [214980] = 5, + ACTIONS(10679), 1, anon_sym_EQ, - STATE(3402), 1, + ACTIONS(10681), 1, + anon_sym_LBRACE, + STATE(9172), 1, sym__block, - STATE(3488), 1, + STATE(9339), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215048] = 5, - ACTIONS(8223), 1, + [214997] = 5, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(11003), 1, + ACTIONS(10988), 1, anon_sym_EQ, - STATE(5091), 1, + STATE(1074), 1, sym__block, - STATE(5238), 1, + STATE(1170), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215065] = 4, - ACTIONS(11281), 1, - anon_sym_LPAREN, - STATE(9132), 1, - sym_value_arguments, + [215014] = 3, + ACTIONS(11260), 1, + anon_sym_DOLLAR, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7089), 2, - anon_sym_AT, - anon_sym_val, - [215080] = 5, - ACTIONS(10689), 1, - anon_sym_EQ, - ACTIONS(10691), 1, - anon_sym_LBRACE, - STATE(9098), 1, - sym_function_body, - STATE(9175), 1, - sym__block, + ACTIONS(11258), 3, + sym__string_end, + sym__string_content, + anon_sym_DOLLAR_LBRACE, + [215027] = 4, + ACTIONS(11264), 1, + anon_sym_COMMA, + STATE(8742), 1, + aux_sym__enum_entries_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215097] = 5, - ACTIONS(8223), 1, + ACTIONS(11262), 2, + anon_sym_RBRACE, + anon_sym_SEMI, + [215042] = 5, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(11003), 1, + ACTIONS(10988), 1, anon_sym_EQ, - STATE(5091), 1, + STATE(1074), 1, sym__block, - STATE(5230), 1, + STATE(1119), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215114] = 5, - ACTIONS(6511), 1, + [215059] = 5, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(10989), 1, + ACTIONS(10988), 1, anon_sym_EQ, - STATE(3402), 1, - sym__block, - STATE(3505), 1, + STATE(1048), 1, sym_function_body, + STATE(1074), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215131] = 4, - ACTIONS(8511), 1, + [215076] = 5, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(9154), 1, - sym_enum_class_body, + ACTIONS(10895), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4763), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4483), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [215146] = 4, - ACTIONS(8511), 1, + [215093] = 5, + ACTIONS(4424), 1, + anon_sym_while, + ACTIONS(8585), 1, anon_sym_LBRACE, - STATE(9147), 1, - sym_enum_class_body, + ACTIONS(11267), 1, + anon_sym_COLON, + STATE(9475), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4361), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [215161] = 4, - ACTIONS(8521), 1, + [215110] = 5, + ACTIONS(6424), 1, anon_sym_LBRACE, - STATE(9149), 1, - sym_class_body, + ACTIONS(10935), 1, + anon_sym_EQ, + STATE(3224), 1, + sym_function_body, + STATE(3235), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4654), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [215176] = 4, - ACTIONS(8521), 1, + [215127] = 4, + ACTIONS(8494), 1, anon_sym_LBRACE, - STATE(9119), 1, + STATE(9105), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4646), 2, + ACTIONS(4214), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [215191] = 4, - ACTIONS(11283), 1, - anon_sym_import, - ACTIONS(11285), 1, - sym__import_list_delimiter, + [215142] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - STATE(8696), 2, - sym_import_header, - aux_sym_import_list_repeat1, - [215206] = 5, - ACTIONS(8104), 1, + ACTIONS(4627), 4, + anon_sym_COLON, anon_sym_LBRACE, - ACTIONS(10715), 1, - anon_sym_EQ, - STATE(4800), 1, - sym__block, - STATE(4810), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [215223] = 5, - ACTIONS(8223), 1, + anon_sym_where, + anon_sym_while, + [215153] = 4, + ACTIONS(8519), 1, anon_sym_LBRACE, - ACTIONS(11003), 1, - anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5202), 1, - sym_function_body, + STATE(9324), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215240] = 5, - ACTIONS(8104), 1, + ACTIONS(4491), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [215168] = 4, + ACTIONS(8519), 1, anon_sym_LBRACE, - ACTIONS(10715), 1, - anon_sym_EQ, - STATE(4727), 1, - sym_function_body, - STATE(4800), 1, - sym__block, + STATE(9413), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215257] = 5, - ACTIONS(8104), 1, + ACTIONS(4597), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [215183] = 5, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(10715), 1, + ACTIONS(10949), 1, anon_sym_EQ, - STATE(4714), 1, - sym_function_body, - STATE(4800), 1, + STATE(3235), 1, sym__block, + STATE(3264), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215274] = 5, - ACTIONS(8104), 1, + [215200] = 5, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(10975), 1, + ACTIONS(10907), 1, anon_sym_EQ, - STATE(4800), 1, + STATE(1074), 1, sym__block, - STATE(4887), 1, + STATE(1170), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215291] = 5, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(10715), 1, - anon_sym_EQ, - STATE(4800), 1, - sym__block, - STATE(4887), 1, - sym_function_body, + [215217] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215308] = 5, - ACTIONS(4499), 1, + ACTIONS(4690), 4, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_where, + anon_sym_while, + [215228] = 5, + ACTIONS(4452), 1, anon_sym_while, - ACTIONS(8638), 1, + ACTIONS(8585), 1, anon_sym_LBRACE, - ACTIONS(11287), 1, + ACTIONS(11269), 1, anon_sym_COLON, - STATE(9864), 1, + STATE(9560), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215325] = 5, - ACTIONS(8104), 1, + [215245] = 5, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(10975), 1, + ACTIONS(11054), 1, anon_sym_EQ, - STATE(4727), 1, - sym_function_body, - STATE(4800), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [215342] = 5, - ACTIONS(8104), 1, - anon_sym_LBRACE, - ACTIONS(10975), 1, - anon_sym_EQ, - STATE(4800), 1, + STATE(1074), 1, sym__block, - STATE(4810), 1, + STATE(1170), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215359] = 3, - ACTIONS(4004), 1, - anon_sym_DOLLAR, + [215262] = 4, + ACTIONS(8519), 1, + anon_sym_LBRACE, + STATE(9278), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4009), 3, - sym__string_end, - sym__string_content, - anon_sym_DOLLAR_LBRACE, - [215372] = 5, - ACTIONS(8223), 1, + ACTIONS(4479), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [215277] = 5, + ACTIONS(6509), 1, anon_sym_LBRACE, - ACTIONS(10689), 1, + ACTIONS(11016), 1, anon_sym_EQ, - STATE(5091), 1, + STATE(3405), 1, sym__block, - STATE(5202), 1, + STATE(3502), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215389] = 4, - ACTIONS(8521), 1, - anon_sym_LBRACE, - STATE(9443), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4495), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [215404] = 5, - ACTIONS(8223), 1, + [215294] = 5, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(10689), 1, + ACTIONS(10949), 1, anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5230), 1, + STATE(3224), 1, sym_function_body, + STATE(3235), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215421] = 5, - ACTIONS(8223), 1, + [215311] = 5, + ACTIONS(8097), 1, anon_sym_LBRACE, - ACTIONS(10689), 1, + ACTIONS(10895), 1, anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5238), 1, + STATE(4704), 1, sym_function_body, + STATE(4740), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215438] = 4, - ACTIONS(8521), 1, - anon_sym_LBRACE, - STATE(9274), 1, - sym_class_body, + [215328] = 4, + ACTIONS(11271), 1, + anon_sym_COMMA, + STATE(8742), 1, + aux_sym__enum_entries_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4357), 2, - sym__automatic_semicolon, + ACTIONS(8958), 2, anon_sym_RBRACE, - [215453] = 4, - ACTIONS(8511), 1, - anon_sym_LBRACE, - STATE(9453), 1, - sym_enum_class_body, + anon_sym_SEMI, + [215343] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4465), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [215468] = 5, - ACTIONS(6511), 1, + ACTIONS(4561), 4, + anon_sym_COLON, anon_sym_LBRACE, - ACTIONS(10953), 1, + anon_sym_where, + anon_sym_while, + [215354] = 5, + ACTIONS(10710), 1, anon_sym_EQ, - STATE(3402), 1, - sym__block, - STATE(3505), 1, + ACTIONS(10712), 1, + anon_sym_LBRACE, + STATE(9681), 1, sym_function_body, + STATE(10001), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215485] = 5, - ACTIONS(8223), 1, + [215371] = 5, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(10689), 1, + ACTIONS(10949), 1, anon_sym_EQ, - STATE(5091), 1, - sym__block, - STATE(5193), 1, + STATE(3206), 1, sym_function_body, + STATE(3235), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215502] = 5, - ACTIONS(8521), 1, + [215388] = 5, + ACTIONS(8494), 1, anon_sym_LBRACE, - ACTIONS(11289), 1, + ACTIONS(11273), 1, anon_sym_COLON, - ACTIONS(11291), 1, + ACTIONS(11275), 1, sym__automatic_semicolon, - STATE(9984), 1, + STATE(9653), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215519] = 5, - ACTIONS(6511), 1, + [215405] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4557), 4, + anon_sym_COLON, anon_sym_LBRACE, - ACTIONS(10953), 1, + anon_sym_where, + anon_sym_while, + [215416] = 5, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(10895), 1, anon_sym_EQ, - STATE(3402), 1, - sym__block, - STATE(3488), 1, + STATE(4730), 1, sym_function_body, + STATE(4740), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215536] = 5, - ACTIONS(6714), 1, + [215433] = 5, + ACTIONS(8227), 1, anon_sym_LBRACE, - ACTIONS(10907), 1, + ACTIONS(10968), 1, anon_sym_EQ, - STATE(3882), 1, + STATE(5082), 1, sym__block, - STATE(3959), 1, + STATE(5144), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215553] = 5, - ACTIONS(6511), 1, - anon_sym_LBRACE, - ACTIONS(10953), 1, + [215450] = 5, + ACTIONS(8175), 1, anon_sym_EQ, - STATE(3402), 1, + ACTIONS(8177), 1, + anon_sym_LBRACE, + STATE(5384), 1, sym__block, - STATE(3481), 1, + STATE(5385), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215570] = 5, - ACTIONS(6511), 1, + [215467] = 5, + ACTIONS(6424), 1, anon_sym_LBRACE, - ACTIONS(10953), 1, + ACTIONS(10949), 1, anon_sym_EQ, - STATE(3402), 1, - sym__block, - STATE(3471), 1, + STATE(3148), 1, sym_function_body, + STATE(3235), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215587] = 4, - ACTIONS(11293), 1, - anon_sym_COMMA, - STATE(8735), 1, - aux_sym__enum_entries_repeat1, + [215484] = 3, + ACTIONS(11277), 1, + anon_sym_DOT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(8966), 2, - anon_sym_RBRACE, - anon_sym_SEMI, - [215602] = 4, - ACTIONS(8511), 1, + ACTIONS(11199), 3, + sym__automatic_semicolon, + anon_sym_DOT_STAR, + anon_sym_as, + [215497] = 5, + ACTIONS(8175), 1, + anon_sym_EQ, + ACTIONS(8177), 1, anon_sym_LBRACE, - STATE(9149), 1, - sym_enum_class_body, + STATE(5344), 1, + sym_function_body, + STATE(5384), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4654), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [215617] = 5, - ACTIONS(10689), 1, + [215514] = 5, + ACTIONS(10710), 1, anon_sym_EQ, - ACTIONS(10691), 1, + ACTIONS(10712), 1, anon_sym_LBRACE, - STATE(9146), 1, + STATE(9677), 1, sym_function_body, - STATE(9175), 1, + STATE(10001), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215634] = 4, - ACTIONS(8511), 1, + [215531] = 5, + ACTIONS(8175), 1, + anon_sym_EQ, + ACTIONS(8177), 1, anon_sym_LBRACE, - STATE(9144), 1, - sym_enum_class_body, + STATE(5330), 1, + sym_function_body, + STATE(5384), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4469), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [215649] = 5, - ACTIONS(6430), 1, + [215548] = 5, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(10937), 1, + ACTIONS(10891), 1, anon_sym_EQ, - STATE(3082), 1, + STATE(3876), 1, sym__block, - STATE(3270), 1, + STATE(3915), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215666] = 3, - ACTIONS(4179), 1, - anon_sym_DOLLAR, + [215565] = 5, + ACTIONS(8097), 1, + anon_sym_LBRACE, + ACTIONS(10895), 1, + anon_sym_EQ, + STATE(4740), 1, + sym__block, + STATE(4819), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4181), 3, - sym__string_end, - sym__string_content, - anon_sym_DOLLAR_LBRACE, - [215679] = 5, - ACTIONS(6430), 1, + [215582] = 5, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(10937), 1, + ACTIONS(10891), 1, anon_sym_EQ, - STATE(3082), 1, + STATE(3876), 1, sym__block, - STATE(3216), 1, + STATE(3891), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215696] = 5, - ACTIONS(6430), 1, - anon_sym_LBRACE, - ACTIONS(10937), 1, + [215599] = 5, + ACTIONS(8175), 1, anon_sym_EQ, - STATE(3082), 1, - sym__block, - STATE(3179), 1, + ACTIONS(8177), 1, + anon_sym_LBRACE, + STATE(5318), 1, sym_function_body, + STATE(5384), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215713] = 4, - ACTIONS(8521), 1, + [215616] = 4, + ACTIONS(8494), 1, anon_sym_LBRACE, - STATE(9147), 1, + STATE(9237), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4361), 2, + ACTIONS(4341), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [215728] = 5, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, + [215631] = 5, + ACTIONS(6774), 1, anon_sym_LBRACE, - STATE(5341), 1, - sym_function_body, - STATE(5420), 1, + ACTIONS(10901), 1, + anon_sym_EQ, + STATE(3876), 1, sym__block, + STATE(3879), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215745] = 5, - ACTIONS(6430), 1, + [215648] = 5, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(10937), 1, + ACTIONS(10907), 1, anon_sym_EQ, - STATE(3082), 1, + STATE(1074), 1, sym__block, - STATE(3138), 1, + STATE(1119), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215762] = 5, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, - anon_sym_LBRACE, - STATE(5398), 1, - sym_function_body, - STATE(5420), 1, - sym__block, + [215665] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215779] = 5, - ACTIONS(4145), 1, + ACTIONS(4633), 4, + anon_sym_COLON, anon_sym_LBRACE, - ACTIONS(10915), 1, + anon_sym_where, + anon_sym_while, + [215676] = 5, + ACTIONS(6774), 1, + anon_sym_LBRACE, + ACTIONS(10891), 1, anon_sym_EQ, - STATE(1129), 1, + STATE(3876), 1, sym__block, - STATE(1155), 1, - sym_function_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [215796] = 5, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, - anon_sym_LBRACE, - STATE(5414), 1, + STATE(3879), 1, sym_function_body, - STATE(5420), 1, - sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215813] = 5, - ACTIONS(6714), 1, + [215693] = 5, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(10907), 1, + ACTIONS(10988), 1, anon_sym_EQ, - STATE(3844), 1, - sym_function_body, - STATE(3882), 1, + STATE(1074), 1, sym__block, + STATE(1113), 1, + sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215830] = 5, - ACTIONS(4145), 1, + [215710] = 5, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(10915), 1, + ACTIONS(10907), 1, anon_sym_EQ, - STATE(1017), 1, + STATE(1048), 1, sym_function_body, - STATE(1129), 1, + STATE(1074), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215847] = 5, - ACTIONS(4145), 1, + [215727] = 5, + ACTIONS(4137), 1, anon_sym_LBRACE, - ACTIONS(10915), 1, + ACTIONS(10907), 1, anon_sym_EQ, - STATE(1129), 1, + STATE(1074), 1, sym__block, - STATE(1165), 1, + STATE(1113), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215864] = 5, - ACTIONS(8187), 1, - anon_sym_EQ, - ACTIONS(8189), 1, + [215744] = 5, + ACTIONS(8227), 1, anon_sym_LBRACE, - STATE(5418), 1, + ACTIONS(10968), 1, + anon_sym_EQ, + STATE(5076), 1, sym_function_body, - STATE(5420), 1, + STATE(5082), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215881] = 5, - ACTIONS(6714), 1, + [215761] = 5, + ACTIONS(6774), 1, anon_sym_LBRACE, - ACTIONS(10907), 1, + ACTIONS(10891), 1, anon_sym_EQ, - STATE(3882), 1, + STATE(3876), 1, sym__block, - STATE(4030), 1, + STATE(3958), 1, sym_function_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215898] = 5, - ACTIONS(4145), 1, - anon_sym_LBRACE, - ACTIONS(10915), 1, - anon_sym_EQ, - STATE(1129), 1, - sym__block, - STATE(1135), 1, - sym_function_body, + [215778] = 4, + ACTIONS(4335), 1, + anon_sym_in, + ACTIONS(11279), 1, + sym__quest, + STATE(8801), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215915] = 4, - ACTIONS(4465), 1, - anon_sym_while, - ACTIONS(8648), 1, - anon_sym_LBRACE, - STATE(9515), 1, - sym_enum_class_body, + [215792] = 4, + ACTIONS(9338), 1, + anon_sym_RPAREN, + ACTIONS(11281), 1, + anon_sym_COMMA, + STATE(8929), 1, + aux_sym_function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215929] = 4, - ACTIONS(11295), 1, + [215806] = 4, + ACTIONS(11283), 1, anon_sym_COMMA, - ACTIONS(11297), 1, - anon_sym_GT, - STATE(8855), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(11285), 1, + anon_sym_RPAREN, + STATE(8974), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215943] = 4, - ACTIONS(11299), 1, - anon_sym_LBRACE, - ACTIONS(11301), 1, - anon_sym_LPAREN, - STATE(9848), 1, - sym_when_subject, + [215820] = 4, + ACTIONS(11287), 1, + anon_sym_COMMA, + ACTIONS(11289), 1, + anon_sym_RPAREN, + STATE(8917), 1, + aux_sym_function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [215957] = 3, - STATE(3166), 1, - sym__lexical_identifier, + [215834] = 4, + ACTIONS(11291), 1, + anon_sym_COMMA, + ACTIONS(11293), 1, + anon_sym_RPAREN, + STATE(8980), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(637), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [215969] = 3, - STATE(5072), 1, - sym__lexical_identifier, + [215848] = 4, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(11295), 1, + anon_sym_EQ, + STATE(9835), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(111), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [215981] = 3, - STATE(5251), 1, - sym__lexical_identifier, + [215862] = 4, + ACTIONS(11297), 1, + anon_sym_COMMA, + ACTIONS(11299), 1, + anon_sym_RPAREN, + STATE(8861), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(111), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [215993] = 4, + [215876] = 4, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(11301), 1, + anon_sym_EQ, + STATE(9851), 1, + sym_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [215890] = 4, ACTIONS(11303), 1, anon_sym_COMMA, ACTIONS(11305), 1, anon_sym_GT, - STATE(8844), 1, + STATE(8901), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216007] = 3, - STATE(5189), 1, - sym__lexical_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(111), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [216019] = 3, - STATE(5187), 1, - sym__lexical_identifier, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(111), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [216031] = 4, - ACTIONS(7089), 1, - sym__automatic_semicolon, - ACTIONS(10731), 1, - anon_sym_LPAREN, - STATE(8479), 1, - sym_value_arguments, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [216045] = 4, + [215904] = 4, ACTIONS(11307), 1, anon_sym_COMMA, ACTIONS(11309), 1, - anon_sym_RPAREN, - STATE(8850), 1, - aux_sym_function_value_parameters_repeat1, + anon_sym_GT, + STATE(8849), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216059] = 4, + [215918] = 4, ACTIONS(11311), 1, anon_sym_COMMA, ACTIONS(11313), 1, anon_sym_RPAREN, - STATE(8839), 1, - aux_sym_multi_variable_declaration_repeat1, + STATE(8845), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216073] = 4, - ACTIONS(10691), 1, - anon_sym_LBRACE, + [215932] = 4, + ACTIONS(9352), 1, + anon_sym_RPAREN, ACTIONS(11315), 1, - sym__automatic_semicolon, - STATE(9834), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [216087] = 4, - ACTIONS(5598), 1, - anon_sym_LBRACE, - ACTIONS(9931), 1, - anon_sym_COLON, - STATE(4880), 1, - sym_class_body, + anon_sym_COMMA, + STATE(8929), 1, + aux_sym_function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216101] = 4, - ACTIONS(9186), 1, - anon_sym_LT, + [215946] = 4, + ACTIONS(4239), 1, + anon_sym_in, ACTIONS(11317), 1, - anon_sym_EQ, - STATE(9767), 1, - sym_type_parameters, + sym__quest, + STATE(8915), 1, + aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216115] = 4, - ACTIONS(8521), 1, - anon_sym_LBRACE, + [215960] = 4, + ACTIONS(11291), 1, + anon_sym_COMMA, ACTIONS(11319), 1, - sym__automatic_semicolon, - STATE(9873), 1, - sym_class_body, + anon_sym_RPAREN, + STATE(8898), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216129] = 3, - STATE(2850), 1, - sym__lexical_identifier, + [215974] = 4, + ACTIONS(11303), 1, + anon_sym_COMMA, + ACTIONS(11321), 1, + anon_sym_GT, + STATE(8955), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11321), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [216141] = 4, + [215988] = 4, + ACTIONS(5558), 1, + anon_sym_RPAREN, ACTIONS(11323), 1, anon_sym_COMMA, - ACTIONS(11326), 1, - anon_sym_RPAREN, - STATE(8812), 1, - aux_sym_function_type_parameters_repeat1, + STATE(8889), 1, + aux_sym_value_arguments_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [216002] = 4, + ACTIONS(11307), 1, + anon_sym_COMMA, + ACTIONS(11325), 1, + anon_sym_GT, + STATE(8877), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [216016] = 3, + STATE(9083), 1, + sym_constructor_delegation_call, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216155] = 4, - ACTIONS(7591), 1, + ACTIONS(11327), 2, + anon_sym_this, + anon_sym_super, + [216028] = 4, + ACTIONS(7581), 1, anon_sym_COMMA, - ACTIONS(11328), 1, + ACTIONS(11329), 1, anon_sym_RBRACK, - STATE(8926), 1, + STATE(9070), 1, aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216169] = 3, - STATE(4878), 1, + [216042] = 3, + STATE(3868), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(293), 2, + ACTIONS(637), 2, sym__alpha_identifier, sym__backtick_identifier, - [216181] = 3, - STATE(4876), 1, - sym__lexical_identifier, + [216054] = 4, + ACTIONS(11283), 1, + anon_sym_COMMA, + ACTIONS(11331), 1, + anon_sym_RPAREN, + STATE(8974), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(293), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [216193] = 3, - STATE(4875), 1, - sym__lexical_identifier, + [216068] = 4, + ACTIONS(11333), 1, + anon_sym_COMMA, + ACTIONS(11335), 1, + anon_sym_RPAREN, + STATE(8837), 1, + aux_sym_function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(293), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [216205] = 4, - ACTIONS(5788), 1, + [216082] = 4, + ACTIONS(8494), 1, anon_sym_LBRACE, - ACTIONS(9939), 1, - anon_sym_COLON, - STATE(5103), 1, + ACTIONS(11337), 1, + sym__automatic_semicolon, + STATE(9696), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216219] = 4, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(11330), 1, - anon_sym_EQ, - STATE(9866), 1, - sym_type_parameters, + [216096] = 4, + ACTIONS(8814), 1, + anon_sym_RPAREN, + ACTIONS(11339), 1, + anon_sym_COMMA, + STATE(8842), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216233] = 3, - STATE(4877), 1, - sym__lexical_identifier, + [216110] = 4, + ACTIONS(11307), 1, + anon_sym_COMMA, + ACTIONS(11341), 1, + anon_sym_GT, + STATE(8877), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(293), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [216245] = 4, - ACTIONS(11332), 1, + [216124] = 4, + ACTIONS(10681), 1, + anon_sym_LBRACE, + ACTIONS(11343), 1, + sym__automatic_semicolon, + STATE(9701), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [216138] = 4, + ACTIONS(11345), 1, anon_sym_COMMA, - ACTIONS(11334), 1, + ACTIONS(11347), 1, anon_sym_DASH_GT, - STATE(8858), 1, + STATE(8996), 1, aux_sym_lambda_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216259] = 4, - ACTIONS(7591), 1, + [216152] = 4, + ACTIONS(5476), 1, + anon_sym_RPAREN, + ACTIONS(11349), 1, anon_sym_COMMA, - ACTIONS(11336), 1, - anon_sym_RBRACK, - STATE(8926), 1, - aux_sym_indexing_suffix_repeat1, + STATE(8889), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216273] = 4, - ACTIONS(11311), 1, + [216166] = 4, + ACTIONS(11291), 1, anon_sym_COMMA, - ACTIONS(11338), 1, + ACTIONS(11351), 1, anon_sym_RPAREN, - STATE(8837), 1, + STATE(8980), 1, aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216287] = 3, - STATE(9070), 1, - sym_constructor_delegation_call, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(11340), 2, - anon_sym_this, - anon_sym_super, - [216299] = 2, + [216180] = 4, + ACTIONS(11303), 1, + anon_sym_COMMA, + ACTIONS(11353), 1, + anon_sym_GT, + STATE(8836), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10815), 3, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - [216309] = 4, - ACTIONS(4305), 1, + [216194] = 4, + ACTIONS(4227), 1, anon_sym_in, - ACTIONS(11342), 1, + ACTIONS(11279), 1, sym__quest, - STATE(8922), 1, + STATE(8801), 1, aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216323] = 4, - ACTIONS(11344), 1, - anon_sym_COMMA, - ACTIONS(11346), 1, - anon_sym_RPAREN, - STATE(8854), 1, - aux_sym_value_arguments_repeat1, + [216208] = 4, + ACTIONS(4245), 1, + anon_sym_while, + ACTIONS(8597), 1, + anon_sym_LBRACE, + STATE(9645), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216337] = 4, - ACTIONS(11295), 1, + [216222] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11348), 1, + ACTIONS(11355), 1, anon_sym_GT, - STATE(8856), 1, + STATE(8813), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216351] = 4, - ACTIONS(11303), 1, - anon_sym_COMMA, - ACTIONS(11350), 1, - anon_sym_GT, - STATE(8841), 1, - aux_sym_type_parameters_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [216365] = 4, - ACTIONS(11352), 1, + [216236] = 4, + ACTIONS(11291), 1, anon_sym_COMMA, - ACTIONS(11354), 1, + ACTIONS(11357), 1, anon_sym_RPAREN, - STATE(8846), 1, - aux_sym_function_value_parameters_repeat1, + STATE(8793), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216379] = 4, - ACTIONS(11356), 1, + [216250] = 4, + ACTIONS(11359), 1, anon_sym_COMMA, - ACTIONS(11358), 1, + ACTIONS(11361), 1, anon_sym_RPAREN, - STATE(8852), 1, + STATE(8816), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216393] = 3, - ACTIONS(11360), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4894), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [216405] = 3, - ACTIONS(11362), 1, - anon_sym_LPAREN, + [216264] = 4, + ACTIONS(5830), 1, + anon_sym_LBRACE, + ACTIONS(9927), 1, + anon_sym_COLON, + STATE(5214), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4876), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [216417] = 4, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(11364), 1, - anon_sym_EQ, - STATE(9754), 1, - sym_type_parameters, + [216278] = 4, + ACTIONS(7581), 1, + anon_sym_COMMA, + ACTIONS(11363), 1, + anon_sym_RBRACK, + STATE(9070), 1, + aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216431] = 4, - ACTIONS(11366), 1, + [216292] = 4, + ACTIONS(11365), 1, anon_sym_COMMA, - ACTIONS(11368), 1, + ACTIONS(11367), 1, anon_sym_RPAREN, - STATE(8879), 1, + STATE(8868), 1, aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216445] = 4, - ACTIONS(11370), 1, + [216306] = 4, + ACTIONS(11369), 1, anon_sym_COMMA, ACTIONS(11372), 1, anon_sym_RPAREN, - STATE(8870), 1, - aux_sym__class_parameters_repeat1, + STATE(8827), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216459] = 4, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(11374), 1, - anon_sym_EQ, - STATE(9808), 1, - sym_type_parameters, + [216320] = 3, + STATE(4839), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216473] = 4, - ACTIONS(11311), 1, - anon_sym_COMMA, - ACTIONS(11376), 1, - anon_sym_RPAREN, - STATE(8985), 1, - aux_sym_multi_variable_declaration_repeat1, + ACTIONS(203), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [216332] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216487] = 4, - ACTIONS(11378), 1, + ACTIONS(10778), 3, + anon_sym_RBRACE, anon_sym_COMMA, - ACTIONS(11380), 1, - anon_sym_RPAREN, - STATE(8972), 1, - aux_sym_function_type_parameters_repeat1, + anon_sym_SEMI, + [216342] = 3, + STATE(4843), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216501] = 4, - ACTIONS(11311), 1, - anon_sym_COMMA, - ACTIONS(11382), 1, - anon_sym_RPAREN, - STATE(8985), 1, - aux_sym_multi_variable_declaration_repeat1, + ACTIONS(203), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [216354] = 3, + STATE(4844), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216515] = 4, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(11384), 1, - anon_sym_EQ, - STATE(9791), 1, - sym_type_parameters, + ACTIONS(203), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [216366] = 3, + STATE(4845), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216529] = 4, - ACTIONS(11303), 1, - anon_sym_COMMA, - ACTIONS(11386), 1, - anon_sym_GT, - STATE(8960), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(203), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [216378] = 3, + STATE(2861), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216543] = 4, - ACTIONS(11378), 1, - anon_sym_COMMA, - ACTIONS(11388), 1, + ACTIONS(11374), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [216390] = 4, + ACTIONS(5606), 1, anon_sym_RPAREN, - STATE(8972), 1, - aux_sym_function_type_parameters_repeat1, + ACTIONS(11376), 1, + anon_sym_COMMA, + STATE(8889), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216557] = 4, - ACTIONS(7591), 1, + [216404] = 4, + ACTIONS(11378), 1, anon_sym_COMMA, - ACTIONS(11390), 1, - anon_sym_RBRACK, - STATE(8926), 1, - aux_sym_indexing_suffix_repeat1, + ACTIONS(11380), 1, + anon_sym_RPAREN, + STATE(8812), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216571] = 4, + [216418] = 4, ACTIONS(11303), 1, anon_sym_COMMA, - ACTIONS(11392), 1, + ACTIONS(11382), 1, anon_sym_GT, - STATE(8960), 1, + STATE(8955), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216585] = 3, - ACTIONS(11394), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(11396), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [216597] = 4, - ACTIONS(9360), 1, + [216432] = 4, + ACTIONS(9378), 1, anon_sym_RPAREN, - ACTIONS(11398), 1, + ACTIONS(11384), 1, anon_sym_COMMA, - STATE(8934), 1, + STATE(8929), 1, aux_sym_function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216611] = 4, - ACTIONS(11400), 1, - anon_sym_COMMA, - ACTIONS(11403), 1, - anon_sym_RPAREN, - STATE(8847), 1, - aux_sym__class_parameters_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [216625] = 4, - ACTIONS(3262), 1, + [216446] = 4, + ACTIONS(3210), 1, anon_sym_LBRACE, - ACTIONS(9935), 1, + ACTIONS(9916), 1, anon_sym_COLON, - STATE(3071), 1, + STATE(3160), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216639] = 4, - ACTIONS(7591), 1, + [216460] = 4, + ACTIONS(7581), 1, anon_sym_COMMA, - ACTIONS(11405), 1, + ACTIONS(11386), 1, anon_sym_RBRACK, - STATE(8926), 1, + STATE(9070), 1, aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216653] = 4, - ACTIONS(9374), 1, + [216474] = 3, + ACTIONS(11388), 1, + anon_sym_EQ, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(11390), 2, + anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(11407), 1, + [216486] = 4, + ACTIONS(11303), 1, anon_sym_COMMA, - STATE(8934), 1, - aux_sym_function_value_parameters_repeat1, + ACTIONS(11392), 1, + anon_sym_GT, + STATE(8955), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216667] = 4, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(11409), 1, - anon_sym_EQ, - STATE(9760), 1, - sym_type_parameters, + [216500] = 4, + ACTIONS(11394), 1, + anon_sym_COMMA, + ACTIONS(11397), 1, + anon_sym_RPAREN, + STATE(8842), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216681] = 4, - ACTIONS(5528), 1, - anon_sym_RPAREN, - ACTIONS(11411), 1, + [216514] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - STATE(8894), 1, - aux_sym_value_arguments_repeat1, + ACTIONS(11399), 1, + anon_sym_GT, + STATE(8877), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216695] = 4, - ACTIONS(7591), 1, + [216528] = 4, + ACTIONS(7581), 1, anon_sym_COMMA, - ACTIONS(11413), 1, + ACTIONS(11401), 1, anon_sym_RBRACK, - STATE(8926), 1, + STATE(9070), 1, aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216709] = 4, - ACTIONS(5548), 1, + [216542] = 4, + ACTIONS(5542), 1, anon_sym_RPAREN, - ACTIONS(11415), 1, + ACTIONS(11403), 1, anon_sym_COMMA, - STATE(8894), 1, + STATE(8889), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216723] = 4, - ACTIONS(11295), 1, + [216556] = 3, + ACTIONS(11405), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(11407), 2, anon_sym_COMMA, - ACTIONS(11417), 1, anon_sym_GT, - STATE(8882), 1, - aux_sym_type_arguments_repeat1, + [216568] = 4, + ACTIONS(11303), 1, + anon_sym_COMMA, + ACTIONS(11409), 1, + anon_sym_GT, + STATE(8955), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216737] = 4, - ACTIONS(11295), 1, + [216582] = 3, + STATE(3150), 1, + sym__lexical_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(553), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [216594] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11419), 1, + ACTIONS(11411), 1, anon_sym_GT, - STATE(8882), 1, + STATE(8877), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216751] = 4, - ACTIONS(11311), 1, - anon_sym_COMMA, - ACTIONS(11421), 1, + [216608] = 4, + ACTIONS(5502), 1, anon_sym_RPAREN, - STATE(8953), 1, - aux_sym_multi_variable_declaration_repeat1, + ACTIONS(11413), 1, + anon_sym_COMMA, + STATE(8889), 1, + aux_sym_value_arguments_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [216622] = 4, + ACTIONS(11307), 1, + anon_sym_COMMA, + ACTIONS(11415), 1, + anon_sym_GT, + STATE(8877), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216765] = 4, - ACTIONS(11332), 1, + [216636] = 4, + ACTIONS(11283), 1, anon_sym_COMMA, - ACTIONS(11423), 1, - anon_sym_DASH_GT, - STATE(8959), 1, - aux_sym_lambda_parameters_repeat1, + ACTIONS(11417), 1, + anon_sym_RPAREN, + STATE(8974), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216779] = 4, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(11425), 1, - anon_sym_EQ, - STATE(9750), 1, - sym_type_parameters, + [216650] = 3, + STATE(3152), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216793] = 4, - ACTIONS(11303), 1, + ACTIONS(553), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [216662] = 4, + ACTIONS(11419), 1, anon_sym_COMMA, - ACTIONS(11427), 1, - anon_sym_GT, - STATE(8976), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(11421), 1, + anon_sym_RPAREN, + STATE(8916), 1, + aux_sym_function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216807] = 3, - STATE(3123), 1, + [216676] = 3, + STATE(3153), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(637), 2, + ACTIONS(553), 2, sym__alpha_identifier, sym__backtick_identifier, - [216819] = 3, - STATE(3120), 1, + [216688] = 3, + STATE(3155), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(637), 2, + ACTIONS(553), 2, sym__alpha_identifier, sym__backtick_identifier, - [216831] = 3, - ACTIONS(11429), 1, - anon_sym_COLON, + [216700] = 4, + ACTIONS(11423), 1, + anon_sym_COMMA, + ACTIONS(11425), 1, + anon_sym_RPAREN, + STATE(8864), 1, + aux_sym_value_arguments_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [216714] = 4, + ACTIONS(11291), 1, + anon_sym_COMMA, + ACTIONS(11427), 1, + anon_sym_RPAREN, + STATE(8980), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11431), 2, + [216728] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, + ACTIONS(11429), 1, anon_sym_GT, - [216843] = 3, - STATE(3062), 1, - sym__lexical_identifier, + STATE(8867), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(637), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [216855] = 3, - STATE(3063), 1, - sym__lexical_identifier, + [216742] = 4, + ACTIONS(5468), 1, + anon_sym_RPAREN, + ACTIONS(11431), 1, + anon_sym_COMMA, + STATE(8889), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(637), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [216867] = 4, - ACTIONS(11301), 1, - anon_sym_LPAREN, + [216756] = 4, + ACTIONS(8860), 1, + anon_sym_RPAREN, ACTIONS(11433), 1, - anon_sym_LBRACE, - STATE(9744), 1, - sym_when_subject, + anon_sym_COMMA, + STATE(8842), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216881] = 3, + [216770] = 4, + ACTIONS(9172), 1, + anon_sym_LT, ACTIONS(11435), 1, - anon_sym_LPAREN, + anon_sym_EQ, + STATE(9516), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4287), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [216893] = 3, + [216784] = 4, + ACTIONS(11303), 1, + anon_sym_COMMA, ACTIONS(11437), 1, - anon_sym_LPAREN, + anon_sym_GT, + STATE(8955), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4265), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [216905] = 4, - ACTIONS(11378), 1, - anon_sym_COMMA, - ACTIONS(11439), 1, + [216798] = 4, + ACTIONS(5494), 1, anon_sym_RPAREN, - STATE(8972), 1, - aux_sym_function_type_parameters_repeat1, + ACTIONS(11439), 1, + anon_sym_COMMA, + STATE(8889), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216919] = 4, - ACTIONS(8849), 1, - anon_sym_RPAREN, - ACTIONS(11441), 1, + [216812] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - STATE(8847), 1, - aux_sym__class_parameters_repeat1, + ACTIONS(11441), 1, + anon_sym_GT, + STATE(8851), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216933] = 4, - ACTIONS(9186), 1, + [216826] = 4, + ACTIONS(9172), 1, anon_sym_LT, ACTIONS(11443), 1, anon_sym_EQ, - STATE(9721), 1, + STATE(9821), 1, sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216947] = 4, - ACTIONS(9186), 1, - anon_sym_LT, + [216840] = 4, + ACTIONS(11307), 1, + anon_sym_COMMA, ACTIONS(11445), 1, - anon_sym_EQ, - STATE(9698), 1, - sym_type_parameters, + anon_sym_GT, + STATE(8877), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216961] = 4, - ACTIONS(11301), 1, - anon_sym_LPAREN, + [216854] = 4, + ACTIONS(8874), 1, + anon_sym_RPAREN, ACTIONS(11447), 1, - anon_sym_LBRACE, - STATE(9693), 1, - sym_when_subject, + anon_sym_COMMA, + STATE(8842), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [216975] = 4, - ACTIONS(9186), 1, - anon_sym_LT, + [216868] = 4, ACTIONS(11449), 1, - anon_sym_EQ, - STATE(9682), 1, - sym_type_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [216989] = 4, - ACTIONS(9186), 1, - anon_sym_LT, + anon_sym_COMMA, ACTIONS(11451), 1, - anon_sym_EQ, - STATE(9674), 1, - sym_type_parameters, + anon_sym_RPAREN, + STATE(8850), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217003] = 4, - ACTIONS(11301), 1, - anon_sym_LPAREN, + [216882] = 4, + ACTIONS(11307), 1, + anon_sym_COMMA, ACTIONS(11453), 1, - anon_sym_LBRACE, - STATE(9671), 1, - sym_when_subject, + anon_sym_GT, + STATE(8882), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217017] = 4, - ACTIONS(4569), 1, - anon_sym_while, - ACTIONS(8648), 1, - anon_sym_LBRACE, - STATE(9658), 1, - sym_enum_class_body, + [216896] = 4, + ACTIONS(11455), 1, + anon_sym_COMMA, + ACTIONS(11457), 1, + anon_sym_RPAREN, + STATE(8834), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217031] = 4, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(11455), 1, - anon_sym_EQ, - STATE(9651), 1, - sym_type_parameters, + [216910] = 4, + ACTIONS(11459), 1, + anon_sym_COMMA, + ACTIONS(11461), 1, + anon_sym_RPAREN, + STATE(8934), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217045] = 4, - ACTIONS(8838), 1, - anon_sym_RPAREN, - ACTIONS(11457), 1, + [216924] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - STATE(8847), 1, - aux_sym__class_parameters_repeat1, + ACTIONS(11463), 1, + anon_sym_GT, + STATE(8923), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217059] = 4, - ACTIONS(4483), 1, + [216938] = 4, + ACTIONS(4499), 1, anon_sym_while, - ACTIONS(8648), 1, + ACTIONS(8585), 1, anon_sym_LBRACE, - STATE(9653), 1, - sym_enum_class_body, + STATE(9625), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217073] = 4, - ACTIONS(11459), 1, - anon_sym_COMMA, - ACTIONS(11461), 1, + [216952] = 4, + ACTIONS(5504), 1, anon_sym_RPAREN, - STATE(9021), 1, - aux_sym_function_value_parameters_repeat1, + ACTIONS(11465), 1, + anon_sym_COMMA, + STATE(8889), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217087] = 4, - ACTIONS(11463), 1, + [216966] = 3, + ACTIONS(11467), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(4850), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [216978] = 4, + ACTIONS(11469), 1, anon_sym_COMMA, - ACTIONS(11466), 1, + ACTIONS(11472), 1, anon_sym_GT, - STATE(8882), 1, + STATE(8877), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217101] = 3, - ACTIONS(11468), 1, - anon_sym_EQ, + [216992] = 3, + ACTIONS(11474), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11470), 2, + ACTIONS(4840), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [217004] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - anon_sym_RPAREN, - [217113] = 4, - ACTIONS(4654), 1, - anon_sym_while, - ACTIONS(8638), 1, - anon_sym_LBRACE, - STATE(9633), 1, - sym_class_body, + ACTIONS(11476), 1, + anon_sym_GT, + STATE(8938), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217127] = 4, - ACTIONS(9186), 1, + [217018] = 4, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(11472), 1, + ACTIONS(11478), 1, anon_sym_EQ, - STATE(9642), 1, + STATE(9748), 1, sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217141] = 3, - STATE(1145), 1, - sym__lexical_identifier, + [217032] = 4, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(11480), 1, + anon_sym_EQ, + STATE(9735), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(469), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [217153] = 4, - ACTIONS(4654), 1, - anon_sym_while, - ACTIONS(8648), 1, - anon_sym_LBRACE, - STATE(9633), 1, - sym_enum_class_body, + [217046] = 4, + ACTIONS(11307), 1, + anon_sym_COMMA, + ACTIONS(11482), 1, + anon_sym_GT, + STATE(8877), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217167] = 3, - STATE(1072), 1, - sym__lexical_identifier, + [217060] = 4, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(11484), 1, + anon_sym_EQ, + STATE(9806), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(469), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [217179] = 3, - STATE(1071), 1, + [217074] = 3, + STATE(3174), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(469), 2, + ACTIONS(553), 2, sym__alpha_identifier, sym__backtick_identifier, - [217191] = 3, - STATE(3904), 1, - sym__lexical_identifier, + [217086] = 4, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(11486), 1, + anon_sym_EQ, + STATE(9761), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(553), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [217203] = 3, - STATE(3259), 1, - sym__lexical_identifier, + [217100] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(637), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [217215] = 4, - ACTIONS(11301), 1, - anon_sym_LPAREN, - ACTIONS(11474), 1, + ACTIONS(4460), 3, + anon_sym_while, + anon_sym_catch, + anon_sym_finally, + [217110] = 4, + ACTIONS(11488), 1, anon_sym_LBRACE, - STATE(9635), 1, + ACTIONS(11490), 1, + anon_sym_LPAREN, + STATE(9799), 1, sym_when_subject, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217229] = 4, - ACTIONS(4469), 1, - anon_sym_while, - ACTIONS(8648), 1, + [217124] = 4, + ACTIONS(5486), 1, anon_sym_LBRACE, - STATE(9627), 1, - sym_enum_class_body, + ACTIONS(9910), 1, + anon_sym_COLON, + STATE(4850), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217243] = 4, - ACTIONS(11476), 1, + [217138] = 4, + ACTIONS(11492), 1, anon_sym_COMMA, - ACTIONS(11479), 1, + ACTIONS(11495), 1, anon_sym_RPAREN, - STATE(8894), 1, + STATE(8889), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217257] = 4, - ACTIONS(4361), 1, - anon_sym_while, - ACTIONS(8638), 1, - anon_sym_LBRACE, - STATE(9617), 1, - sym_class_body, + [217152] = 4, + ACTIONS(11497), 1, + anon_sym_COMMA, + ACTIONS(11499), 1, + anon_sym_RPAREN, + STATE(8931), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217271] = 3, - STATE(1070), 1, - sym__lexical_identifier, + [217166] = 4, + ACTIONS(11501), 1, + anon_sym_COMMA, + ACTIONS(11503), 1, + anon_sym_RPAREN, + STATE(8962), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(469), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [217283] = 4, - ACTIONS(4361), 1, - anon_sym_while, - ACTIONS(8648), 1, - anon_sym_LBRACE, - STATE(9617), 1, - sym_enum_class_body, + [217180] = 4, + ACTIONS(11307), 1, + anon_sym_COMMA, + ACTIONS(11505), 1, + anon_sym_GT, + STATE(8843), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217297] = 3, - STATE(1069), 1, - sym__lexical_identifier, + [217194] = 4, + ACTIONS(11507), 1, + anon_sym_COMMA, + ACTIONS(11509), 1, + anon_sym_RPAREN, + STATE(8914), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(469), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [217309] = 4, - ACTIONS(4646), 1, - anon_sym_while, - ACTIONS(8638), 1, - anon_sym_LBRACE, - STATE(9614), 1, - sym_class_body, + [217208] = 4, + ACTIONS(11283), 1, + anon_sym_COMMA, + ACTIONS(11511), 1, + anon_sym_RPAREN, + STATE(8974), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217323] = 4, - ACTIONS(11481), 1, - anon_sym_COMMA, - ACTIONS(11483), 1, - anon_sym_DASH_GT, - STATE(9030), 1, - aux_sym_when_entry_repeat1, + [217222] = 4, + ACTIONS(8494), 1, + anon_sym_LBRACE, + ACTIONS(11513), 1, + sym__automatic_semicolon, + STATE(9507), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217337] = 2, + [217236] = 4, + ACTIONS(11307), 1, + anon_sym_COMMA, + ACTIONS(11515), 1, + anon_sym_GT, + STATE(8924), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4453), 3, - anon_sym_while, - anon_sym_catch, - anon_sym_finally, - [217347] = 4, - ACTIONS(11485), 1, + [217250] = 4, + ACTIONS(11517), 1, anon_sym_COMMA, - ACTIONS(11488), 1, + ACTIONS(11520), 1, anon_sym_DASH_GT, - STATE(8902), 1, + STATE(8897), 1, aux_sym_when_entry_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217361] = 4, - ACTIONS(4323), 1, - anon_sym_while, - ACTIONS(8648), 1, - anon_sym_LBRACE, - STATE(9611), 1, - sym_enum_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [217375] = 4, - ACTIONS(4465), 1, - anon_sym_while, - ACTIONS(8638), 1, - anon_sym_LBRACE, - STATE(9515), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [217389] = 4, - ACTIONS(11490), 1, + [217264] = 4, + ACTIONS(11291), 1, anon_sym_COMMA, - ACTIONS(11492), 1, + ACTIONS(11522), 1, anon_sym_RPAREN, - STATE(9042), 1, - aux_sym_function_value_parameters_repeat1, + STATE(8980), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217403] = 4, - ACTIONS(11494), 1, + [217278] = 4, + ACTIONS(11291), 1, anon_sym_COMMA, - ACTIONS(11496), 1, + ACTIONS(11524), 1, anon_sym_RPAREN, - STATE(9036), 1, - aux_sym_value_arguments_repeat1, + STATE(8817), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217417] = 4, - ACTIONS(3210), 1, - anon_sym_LBRACE, - ACTIONS(9924), 1, - anon_sym_COLON, - STATE(1083), 1, - sym_class_body, + [217292] = 4, + ACTIONS(11283), 1, + anon_sym_COMMA, + ACTIONS(11526), 1, + anon_sym_RPAREN, + STATE(8974), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217431] = 4, - ACTIONS(11295), 1, + [217306] = 4, + ACTIONS(11303), 1, anon_sym_COMMA, - ACTIONS(11498), 1, + ACTIONS(11528), 1, anon_sym_GT, - STATE(9041), 1, - aux_sym_type_arguments_repeat1, + STATE(8955), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217445] = 3, - STATE(1022), 1, - sym__lexical_identifier, + [217320] = 4, + ACTIONS(7581), 1, + anon_sym_COMMA, + ACTIONS(11530), 1, + anon_sym_RBRACK, + STATE(9070), 1, + aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(469), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [217457] = 3, - STATE(5165), 1, - sym__lexical_identifier, + [217334] = 4, + ACTIONS(11532), 1, + anon_sym_COMMA, + ACTIONS(11534), 1, + anon_sym_RPAREN, + STATE(8860), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(111), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [217469] = 3, - STATE(3996), 1, + [217348] = 3, + STATE(1021), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(553), 2, + ACTIONS(469), 2, sym__alpha_identifier, sym__backtick_identifier, - [217481] = 3, - STATE(3997), 1, + [217360] = 3, + STATE(5229), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(553), 2, + ACTIONS(111), 2, sym__alpha_identifier, sym__backtick_identifier, - [217493] = 3, - STATE(4032), 1, - sym__lexical_identifier, + [217372] = 4, + ACTIONS(11536), 1, + anon_sym_COMMA, + ACTIONS(11538), 1, + anon_sym_RPAREN, + STATE(9028), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(553), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [217505] = 3, - STATE(4025), 1, - sym__lexical_identifier, + [217386] = 4, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(11540), 1, + anon_sym_EQ, + STATE(9782), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(553), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [217517] = 3, - ACTIONS(11500), 1, - anon_sym_AMP, + [217400] = 4, + ACTIONS(7581), 1, + anon_sym_COMMA, + ACTIONS(11542), 1, + anon_sym_RBRACK, + STATE(9070), 1, + aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4239), 2, - sym__quest, - anon_sym_in, - [217529] = 4, - ACTIONS(5836), 1, - anon_sym_LBRACE, - ACTIONS(9933), 1, - anon_sym_COLON, - STATE(3969), 1, - sym_class_body, + [217414] = 3, + ACTIONS(11544), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217543] = 4, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(11502), 1, - anon_sym_EQ, - STATE(9516), 1, - sym_type_parameters, + ACTIONS(11546), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [217426] = 3, + STATE(1067), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217557] = 4, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(11504), 1, - anon_sym_EQ, - STATE(9553), 1, - sym_type_parameters, + ACTIONS(469), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [217438] = 4, + ACTIONS(11307), 1, + anon_sym_COMMA, + ACTIONS(11548), 1, + anon_sym_GT, + STATE(8877), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217571] = 4, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(11506), 1, - anon_sym_EQ, - STATE(9779), 1, - sym_type_parameters, + [217452] = 3, + STATE(1065), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217585] = 4, - ACTIONS(4495), 1, - anon_sym_while, - ACTIONS(8638), 1, - anon_sym_LBRACE, - STATE(9588), 1, - sym_class_body, + ACTIONS(469), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [217464] = 4, + ACTIONS(11307), 1, + anon_sym_COMMA, + ACTIONS(11550), 1, + anon_sym_GT, + STATE(9016), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217599] = 3, - ACTIONS(11508), 1, - anon_sym_AMP, + [217478] = 4, + ACTIONS(5530), 1, + anon_sym_RPAREN, + ACTIONS(11552), 1, + anon_sym_COMMA, + STATE(8889), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4239), 2, - sym__quest, - anon_sym_in, - [217611] = 4, - ACTIONS(4249), 1, + [217492] = 4, + ACTIONS(4220), 1, anon_sym_in, - ACTIONS(11510), 1, + ACTIONS(11554), 1, sym__quest, - STATE(9019), 1, + STATE(8915), 1, aux_sym_nullable_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217625] = 4, - ACTIONS(11512), 1, - anon_sym_COMMA, - ACTIONS(11514), 1, + [217506] = 4, + ACTIONS(9342), 1, anon_sym_RPAREN, - STATE(8982), 1, - aux_sym_value_arguments_repeat1, + ACTIONS(11557), 1, + anon_sym_COMMA, + STATE(8929), 1, + aux_sym_function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217639] = 4, - ACTIONS(7591), 1, + [217520] = 4, + ACTIONS(9348), 1, + anon_sym_RPAREN, + ACTIONS(11559), 1, anon_sym_COMMA, - ACTIONS(11516), 1, - anon_sym_RBRACK, - STATE(8926), 1, - aux_sym_indexing_suffix_repeat1, + STATE(8929), 1, + aux_sym_function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217653] = 4, - ACTIONS(4549), 1, - anon_sym_while, - ACTIONS(8638), 1, - anon_sym_LBRACE, - STATE(9586), 1, - sym_class_body, + [217534] = 4, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(11561), 1, + anon_sym_EQ, + STATE(9511), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217667] = 4, - ACTIONS(7673), 1, - anon_sym_RBRACK, - ACTIONS(11518), 1, + [217548] = 4, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(11563), 1, + anon_sym_EQ, + STATE(9858), 1, + sym_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [217562] = 4, + ACTIONS(7581), 1, anon_sym_COMMA, - STATE(8926), 1, + ACTIONS(11565), 1, + anon_sym_RBRACK, + STATE(9070), 1, aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217681] = 4, - ACTIONS(11301), 1, - anon_sym_LPAREN, - ACTIONS(11521), 1, - anon_sym_LBRACE, - STATE(9551), 1, - sym_when_subject, + [217576] = 3, + STATE(1062), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217695] = 3, - ACTIONS(11523), 1, - anon_sym_EQ, + ACTIONS(469), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [217588] = 3, + STATE(1061), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11525), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [217707] = 4, - ACTIONS(11311), 1, + ACTIONS(469), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [217600] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11527), 1, - anon_sym_RPAREN, - STATE(8987), 1, - aux_sym_multi_variable_declaration_repeat1, + ACTIONS(11567), 1, + anon_sym_GT, + STATE(8877), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217721] = 4, - ACTIONS(7591), 1, + [217614] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11529), 1, - anon_sym_RBRACK, - STATE(8926), 1, - aux_sym_indexing_suffix_repeat1, + ACTIONS(11569), 1, + anon_sym_GT, + STATE(8877), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217735] = 4, - ACTIONS(11295), 1, + [217628] = 4, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(11571), 1, + anon_sym_EQ, + STATE(9768), 1, + sym_type_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [217642] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11531), 1, + ACTIONS(11573), 1, anon_sym_GT, - STATE(8882), 1, + STATE(8805), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217749] = 2, + [217656] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11533), 3, + ACTIONS(11575), 3, anon_sym_EQ, anon_sym_COMMA, anon_sym_RPAREN, - [217759] = 4, - ACTIONS(11295), 1, + [217666] = 4, + ACTIONS(11283), 1, anon_sym_COMMA, - ACTIONS(11535), 1, - anon_sym_GT, - STATE(8931), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(11577), 1, + anon_sym_RPAREN, + STATE(8974), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217773] = 4, - ACTIONS(11537), 1, + [217680] = 4, + ACTIONS(11579), 1, anon_sym_COMMA, - ACTIONS(11540), 1, + ACTIONS(11582), 1, anon_sym_RPAREN, - STATE(8934), 1, + STATE(8929), 1, aux_sym_function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217787] = 4, - ACTIONS(11542), 1, - anon_sym_COMMA, - ACTIONS(11544), 1, + [217694] = 4, + ACTIONS(8858), 1, anon_sym_RPAREN, - STATE(9023), 1, + ACTIONS(11584), 1, + anon_sym_COMMA, + STATE(8842), 1, aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217801] = 4, - ACTIONS(11295), 1, + [217708] = 4, + ACTIONS(8892), 1, + anon_sym_RPAREN, + ACTIONS(11586), 1, anon_sym_COMMA, - ACTIONS(11546), 1, - anon_sym_GT, - STATE(8882), 1, - aux_sym_type_arguments_repeat1, + STATE(8842), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217815] = 4, - ACTIONS(8855), 1, - anon_sym_RPAREN, - ACTIONS(11548), 1, + [217722] = 3, + STATE(1020), 1, + sym__lexical_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(469), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [217734] = 4, + ACTIONS(11588), 1, anon_sym_COMMA, - STATE(8847), 1, - aux_sym__class_parameters_repeat1, + ACTIONS(11590), 1, + anon_sym_RPAREN, + STATE(8804), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217829] = 4, - ACTIONS(5624), 1, + [217748] = 4, + ACTIONS(5600), 1, anon_sym_RPAREN, - ACTIONS(11550), 1, + ACTIONS(11592), 1, anon_sym_COMMA, - STATE(8894), 1, + STATE(8889), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217843] = 4, - ACTIONS(3290), 1, - anon_sym_while, - ACTIONS(8648), 1, + [217762] = 4, + ACTIONS(3260), 1, anon_sym_LBRACE, - STATE(9585), 1, - sym_enum_class_body, + ACTIONS(9923), 1, + anon_sym_COLON, + STATE(1136), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217857] = 4, - ACTIONS(11295), 1, - anon_sym_COMMA, - ACTIONS(11552), 1, - anon_sym_GT, - STATE(8936), 1, - aux_sym_type_arguments_repeat1, + [217776] = 4, + ACTIONS(11490), 1, + anon_sym_LPAREN, + ACTIONS(11594), 1, + anon_sym_LBRACE, + STATE(9757), 1, + sym_when_subject, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217871] = 4, - ACTIONS(4218), 1, + [217790] = 4, + ACTIONS(3284), 1, anon_sym_while, - ACTIONS(8638), 1, + ACTIONS(8585), 1, anon_sym_LBRACE, - STATE(9543), 1, + STATE(9605), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217885] = 4, - ACTIONS(11303), 1, + [217804] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11554), 1, + ACTIONS(11596), 1, anon_sym_GT, - STATE(8989), 1, - aux_sym_type_parameters_repeat1, + STATE(8877), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217899] = 4, - ACTIONS(9186), 1, - anon_sym_LT, - ACTIONS(11556), 1, - anon_sym_EQ, - STATE(9528), 1, - sym_type_parameters, + [217818] = 3, + STATE(3925), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217913] = 4, - ACTIONS(11295), 1, + ACTIONS(637), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [217830] = 4, + ACTIONS(11291), 1, anon_sym_COMMA, - ACTIONS(11558), 1, - anon_sym_GT, - STATE(8882), 1, - aux_sym_type_arguments_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [217927] = 4, - ACTIONS(5630), 1, + ACTIONS(11598), 1, anon_sym_RPAREN, - ACTIONS(11560), 1, - anon_sym_COMMA, - STATE(8894), 1, - aux_sym_value_arguments_repeat1, + STATE(9007), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217941] = 4, - ACTIONS(11295), 1, - anon_sym_COMMA, - ACTIONS(11562), 1, - anon_sym_GT, - STATE(8944), 1, - aux_sym_type_arguments_repeat1, + [217844] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217955] = 3, - STATE(8807), 1, + ACTIONS(11600), 3, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + [217854] = 3, + STATE(8814), 1, sym_constructor_delegation_call, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11340), 2, + ACTIONS(11327), 2, anon_sym_this, anon_sym_super, - [217967] = 4, - ACTIONS(11564), 1, - anon_sym_COMMA, - ACTIONS(11566), 1, - anon_sym_RPAREN, - STATE(8945), 1, - aux_sym_value_arguments_repeat1, + [217866] = 3, + STATE(3844), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217981] = 4, - ACTIONS(11568), 1, + ACTIONS(637), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [217878] = 4, + ACTIONS(11303), 1, anon_sym_COMMA, - ACTIONS(11570), 1, - anon_sym_RPAREN, - STATE(8993), 1, - aux_sym_function_value_parameters_repeat1, + ACTIONS(11602), 1, + anon_sym_GT, + STATE(8803), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [217995] = 3, - STATE(4823), 1, - sym__lexical_identifier, + [217892] = 4, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(11604), 1, + anon_sym_EQ, + STATE(9744), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(293), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [218007] = 2, + [217906] = 4, + ACTIONS(11606), 1, + anon_sym_COMMA, + ACTIONS(11608), 1, + anon_sym_RPAREN, + STATE(8800), 1, + aux_sym_function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4734), 3, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_in, - [218017] = 4, - ACTIONS(11295), 1, - anon_sym_COMMA, - ACTIONS(11572), 1, - anon_sym_GT, - STATE(8882), 1, - aux_sym_type_arguments_repeat1, + [217920] = 3, + ACTIONS(11610), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218031] = 4, - ACTIONS(11311), 1, + ACTIONS(7818), 2, anon_sym_COMMA, - ACTIONS(11574), 1, anon_sym_RPAREN, - STATE(8985), 1, - aux_sym_multi_variable_declaration_repeat1, + [217932] = 3, + STATE(4014), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218045] = 4, - ACTIONS(11295), 1, + ACTIONS(637), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [217944] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11576), 1, + ACTIONS(11612), 1, anon_sym_GT, - STATE(8882), 1, + STATE(8877), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218059] = 4, + [217958] = 4, ACTIONS(5534), 1, anon_sym_RPAREN, - ACTIONS(11578), 1, + ACTIONS(11614), 1, anon_sym_COMMA, - STATE(8894), 1, + STATE(8889), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218073] = 4, - ACTIONS(7591), 1, + [217972] = 4, + ACTIONS(7581), 1, anon_sym_COMMA, - ACTIONS(11580), 1, + ACTIONS(11616), 1, anon_sym_RBRACK, - STATE(8926), 1, + STATE(9070), 1, aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218087] = 4, - ACTIONS(5604), 1, - anon_sym_RPAREN, - ACTIONS(11582), 1, - anon_sym_COMMA, - STATE(8894), 1, - aux_sym_value_arguments_repeat1, + [217986] = 3, + ACTIONS(11618), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218101] = 4, - ACTIONS(11295), 1, + ACTIONS(11620), 2, anon_sym_COMMA, - ACTIONS(11584), 1, - anon_sym_GT, - STATE(8952), 1, - aux_sym_type_arguments_repeat1, + anon_sym_RPAREN, + [217998] = 3, + STATE(4028), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218115] = 4, - ACTIONS(11586), 1, + ACTIONS(637), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [218010] = 4, + ACTIONS(9374), 1, + anon_sym_RPAREN, + ACTIONS(11622), 1, anon_sym_COMMA, - ACTIONS(11589), 1, - anon_sym_DASH_GT, - STATE(8959), 1, - aux_sym_lambda_parameters_repeat1, + STATE(8929), 1, + aux_sym_function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218129] = 4, - ACTIONS(11591), 1, + [218024] = 4, + ACTIONS(11624), 1, anon_sym_COMMA, - ACTIONS(11594), 1, + ACTIONS(11627), 1, anon_sym_GT, - STATE(8960), 1, + STATE(8955), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218143] = 4, - ACTIONS(11378), 1, + [218038] = 4, + ACTIONS(11283), 1, anon_sym_COMMA, - ACTIONS(11596), 1, + ACTIONS(11629), 1, anon_sym_RPAREN, - STATE(8972), 1, + STATE(8974), 1, aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218157] = 4, - ACTIONS(11378), 1, + [218052] = 4, + ACTIONS(11631), 1, anon_sym_COMMA, - ACTIONS(11598), 1, + ACTIONS(11633), 1, anon_sym_RPAREN, - STATE(8972), 1, - aux_sym_function_type_parameters_repeat1, + STATE(9031), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218171] = 4, - ACTIONS(11600), 1, - anon_sym_COMMA, - ACTIONS(11602), 1, - anon_sym_RPAREN, - STATE(8957), 1, - aux_sym_value_arguments_repeat1, + [218066] = 4, + ACTIONS(7041), 1, + sym__automatic_semicolon, + ACTIONS(10695), 1, + anon_sym_LPAREN, + STATE(8522), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218185] = 4, - ACTIONS(9356), 1, + [218080] = 4, + ACTIONS(9344), 1, anon_sym_RPAREN, - ACTIONS(11604), 1, + ACTIONS(11635), 1, anon_sym_COMMA, - STATE(8934), 1, + STATE(8929), 1, aux_sym_function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218199] = 4, - ACTIONS(11295), 1, + [218094] = 4, + ACTIONS(5796), 1, + anon_sym_LBRACE, + ACTIONS(9912), 1, + anon_sym_COLON, + STATE(3933), 1, + sym_class_body, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [218108] = 4, + ACTIONS(7581), 1, anon_sym_COMMA, - ACTIONS(11606), 1, - anon_sym_GT, - STATE(8882), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(11637), 1, + anon_sym_RBRACK, + STATE(9070), 1, + aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218213] = 4, - ACTIONS(5590), 1, + [218122] = 4, + ACTIONS(8812), 1, anon_sym_RPAREN, - ACTIONS(11608), 1, + ACTIONS(11639), 1, anon_sym_COMMA, - STATE(8894), 1, - aux_sym_value_arguments_repeat1, + STATE(8842), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218227] = 4, - ACTIONS(11311), 1, - anon_sym_COMMA, - ACTIONS(11610), 1, - anon_sym_RPAREN, - STATE(9020), 1, - aux_sym_multi_variable_declaration_repeat1, + [218136] = 3, + STATE(4770), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218241] = 4, - ACTIONS(11612), 1, - anon_sym_COMMA, - ACTIONS(11614), 1, - anon_sym_RPAREN, - STATE(8996), 1, - aux_sym_value_arguments_repeat1, + ACTIONS(203), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [218148] = 4, + ACTIONS(11490), 1, + anon_sym_LPAREN, + ACTIONS(11641), 1, + anon_sym_LBRACE, + STATE(9732), 1, + sym_when_subject, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218255] = 4, - ACTIONS(11295), 1, + [218162] = 4, + ACTIONS(11643), 1, anon_sym_COMMA, - ACTIONS(11616), 1, - anon_sym_GT, - STATE(8997), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(11645), 1, + anon_sym_DASH_GT, + STATE(9065), 1, + aux_sym_when_entry_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218269] = 4, + [218176] = 4, ACTIONS(11303), 1, anon_sym_COMMA, - ACTIONS(11618), 1, + ACTIONS(11647), 1, anon_sym_GT, - STATE(9040), 1, + STATE(8847), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218283] = 4, - ACTIONS(11295), 1, + [218190] = 3, + ACTIONS(11649), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(11651), 2, anon_sym_COMMA, - ACTIONS(11620), 1, anon_sym_GT, - STATE(8965), 1, - aux_sym_type_arguments_repeat1, + [218202] = 4, + ACTIONS(4597), 1, + anon_sym_while, + ACTIONS(8597), 1, + anon_sym_LBRACE, + STATE(9720), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218297] = 4, - ACTIONS(11378), 1, + [218216] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11622), 1, - anon_sym_RPAREN, - STATE(8812), 1, - aux_sym_function_type_parameters_repeat1, + ACTIONS(11653), 1, + anon_sym_GT, + STATE(8949), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218311] = 4, - ACTIONS(9186), 1, + [218230] = 4, + ACTIONS(9172), 1, anon_sym_LT, - ACTIONS(11624), 1, + ACTIONS(11655), 1, anon_sym_EQ, - STATE(9534), 1, + STATE(9765), 1, sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218325] = 4, - ACTIONS(11626), 1, + [218244] = 4, + ACTIONS(11283), 1, anon_sym_COMMA, - ACTIONS(11628), 1, + ACTIONS(11657), 1, anon_sym_RPAREN, - STATE(8966), 1, - aux_sym_value_arguments_repeat1, + STATE(8974), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218339] = 4, - ACTIONS(11303), 1, - anon_sym_COMMA, - ACTIONS(11630), 1, - anon_sym_GT, - STATE(8960), 1, - aux_sym_type_parameters_repeat1, + [218258] = 3, + ACTIONS(11659), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218353] = 4, - ACTIONS(11303), 1, + ACTIONS(4301), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [218270] = 4, + ACTIONS(11291), 1, anon_sym_COMMA, - ACTIONS(11632), 1, - anon_sym_GT, - STATE(8960), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(11661), 1, + anon_sym_RPAREN, + STATE(8980), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218367] = 4, - ACTIONS(11295), 1, + [218284] = 4, + ACTIONS(11283), 1, anon_sym_COMMA, - ACTIONS(11634), 1, - anon_sym_GT, - STATE(8954), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(11663), 1, + anon_sym_RPAREN, + STATE(8827), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218381] = 3, - ACTIONS(11636), 1, - anon_sym_COLON, + [218298] = 3, + ACTIONS(11665), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11638), 2, - anon_sym_COMMA, - anon_sym_GT, - [218393] = 4, - ACTIONS(11311), 1, - anon_sym_COMMA, - ACTIONS(11640), 1, - anon_sym_RPAREN, - STATE(8985), 1, - aux_sym_multi_variable_declaration_repeat1, + ACTIONS(4287), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [218310] = 4, + ACTIONS(3294), 1, + anon_sym_while, + ACTIONS(8585), 1, + anon_sym_LBRACE, + STATE(9493), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218407] = 4, - ACTIONS(11295), 1, - anon_sym_COMMA, - ACTIONS(11642), 1, - anon_sym_GT, - STATE(8882), 1, - aux_sym_type_arguments_repeat1, + [218324] = 4, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(11667), 1, + anon_sym_EQ, + STATE(9715), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218421] = 4, - ACTIONS(11644), 1, - anon_sym_COMMA, - ACTIONS(11646), 1, - anon_sym_RPAREN, - STATE(9002), 1, - aux_sym__class_parameters_repeat1, + [218338] = 4, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(11669), 1, + anon_sym_EQ, + STATE(9699), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218435] = 4, - ACTIONS(5536), 1, - anon_sym_RPAREN, - ACTIONS(11648), 1, + [218352] = 4, + ACTIONS(11671), 1, anon_sym_COMMA, - STATE(8894), 1, - aux_sym_value_arguments_repeat1, + ACTIONS(11673), 1, + anon_sym_RPAREN, + STATE(8930), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218449] = 4, - ACTIONS(11295), 1, + [218366] = 4, + ACTIONS(11675), 1, anon_sym_COMMA, - ACTIONS(11650), 1, - anon_sym_GT, + ACTIONS(11678), 1, + anon_sym_RPAREN, STATE(8980), 1, - aux_sym_type_arguments_repeat1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218463] = 4, - ACTIONS(11652), 1, - anon_sym_COMMA, - ACTIONS(11654), 1, - anon_sym_RPAREN, - STATE(8937), 1, - aux_sym__class_parameters_repeat1, + [218380] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218477] = 4, - ACTIONS(11656), 1, + ACTIONS(4728), 3, anon_sym_COMMA, - ACTIONS(11659), 1, - anon_sym_RPAREN, - STATE(8985), 1, - aux_sym_multi_variable_declaration_repeat1, + anon_sym_DASH_GT, + anon_sym_in, + [218390] = 4, + ACTIONS(11307), 1, + anon_sym_COMMA, + ACTIONS(11680), 1, + anon_sym_GT, + STATE(8877), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218491] = 2, + [218404] = 4, + ACTIONS(4503), 1, + anon_sym_while, + ACTIONS(8597), 1, + anon_sym_LBRACE, + STATE(9712), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4704), 3, + [218418] = 4, + ACTIONS(11682), 1, anon_sym_COMMA, + ACTIONS(11685), 1, anon_sym_DASH_GT, - anon_sym_in, - [218501] = 4, - ACTIONS(11311), 1, - anon_sym_COMMA, - ACTIONS(11661), 1, + STATE(8984), 1, + aux_sym_lambda_parameters_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [218432] = 4, + ACTIONS(5528), 1, anon_sym_RPAREN, - STATE(8985), 1, - aux_sym_multi_variable_declaration_repeat1, + ACTIONS(11687), 1, + anon_sym_COMMA, + STATE(8889), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218515] = 4, - ACTIONS(11378), 1, + [218446] = 4, + ACTIONS(11291), 1, anon_sym_COMMA, - ACTIONS(11663), 1, + ACTIONS(11689), 1, anon_sym_RPAREN, - STATE(8972), 1, - aux_sym_function_type_parameters_repeat1, + STATE(8973), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218529] = 4, - ACTIONS(11303), 1, - anon_sym_COMMA, - ACTIONS(11665), 1, - anon_sym_GT, - STATE(8960), 1, - aux_sym_type_parameters_repeat1, + [218460] = 4, + ACTIONS(4645), 1, + anon_sym_while, + ACTIONS(8585), 1, + anon_sym_LBRACE, + STATE(9691), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218543] = 4, - ACTIONS(11295), 1, + [218474] = 4, + ACTIONS(11283), 1, anon_sym_COMMA, - ACTIONS(11667), 1, - anon_sym_GT, - STATE(8882), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(11691), 1, + anon_sym_RPAREN, + STATE(8974), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218557] = 4, - ACTIONS(5524), 1, - anon_sym_RPAREN, - ACTIONS(11669), 1, - anon_sym_COMMA, - STATE(8894), 1, - aux_sym_value_arguments_repeat1, + [218488] = 4, + ACTIONS(11490), 1, + anon_sym_LPAREN, + ACTIONS(11693), 1, + anon_sym_LBRACE, + STATE(9694), 1, + sym_when_subject, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218571] = 4, - ACTIONS(11295), 1, + [218502] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11671), 1, + ACTIONS(11695), 1, anon_sym_GT, - STATE(8990), 1, + STATE(8982), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218585] = 4, - ACTIONS(9378), 1, - anon_sym_RPAREN, - ACTIONS(11673), 1, - anon_sym_COMMA, - STATE(8934), 1, - aux_sym_function_value_parameters_repeat1, + [218516] = 4, + ACTIONS(4645), 1, + anon_sym_while, + ACTIONS(8597), 1, + anon_sym_LBRACE, + STATE(9691), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218599] = 4, - ACTIONS(11675), 1, + [218530] = 4, + ACTIONS(11697), 1, anon_sym_COMMA, - ACTIONS(11677), 1, + ACTIONS(11699), 1, anon_sym_RPAREN, - STATE(8991), 1, + STATE(8985), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218613] = 4, - ACTIONS(7591), 1, + [218544] = 4, + ACTIONS(11701), 1, anon_sym_COMMA, - ACTIONS(11679), 1, - anon_sym_RBRACK, - STATE(8926), 1, - aux_sym_indexing_suffix_repeat1, + ACTIONS(11703), 1, + anon_sym_RPAREN, + STATE(8954), 1, + aux_sym_function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218627] = 4, - ACTIONS(5562), 1, - anon_sym_RPAREN, - ACTIONS(11681), 1, + [218558] = 4, + ACTIONS(11705), 1, anon_sym_COMMA, - STATE(8894), 1, - aux_sym_value_arguments_repeat1, + ACTIONS(11707), 1, + anon_sym_RPAREN, + STATE(8790), 1, + aux_sym_function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218641] = 4, - ACTIONS(11295), 1, + [218572] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11683), 1, + ACTIONS(11709), 1, anon_sym_GT, - STATE(8882), 1, + STATE(8877), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218655] = 4, - ACTIONS(11685), 1, + [218586] = 4, + ACTIONS(11345), 1, anon_sym_COMMA, - ACTIONS(11687), 1, - anon_sym_RPAREN, - STATE(9047), 1, - aux_sym_value_arguments_repeat1, + ACTIONS(11711), 1, + anon_sym_DASH_GT, + STATE(8984), 1, + aux_sym_lambda_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218669] = 4, - ACTIONS(11295), 1, - anon_sym_COMMA, - ACTIONS(11689), 1, - anon_sym_GT, - STATE(9049), 1, - aux_sym_type_arguments_repeat1, + [218600] = 4, + ACTIONS(5590), 1, + anon_sym_LBRACE, + ACTIONS(9908), 1, + anon_sym_COLON, + STATE(3583), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218683] = 4, - ACTIONS(4218), 1, + [218614] = 4, + ACTIONS(4436), 1, anon_sym_while, - ACTIONS(8648), 1, + ACTIONS(8597), 1, anon_sym_LBRACE, - STATE(9543), 1, + STATE(9754), 1, sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218697] = 4, - ACTIONS(11295), 1, + [218628] = 4, + ACTIONS(11303), 1, anon_sym_COMMA, - ACTIONS(11691), 1, + ACTIONS(11713), 1, anon_sym_GT, - STATE(8882), 1, - aux_sym_type_arguments_repeat1, + STATE(8841), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218711] = 4, - ACTIONS(8833), 1, - anon_sym_RPAREN, - ACTIONS(11693), 1, - anon_sym_COMMA, - STATE(8847), 1, - aux_sym__class_parameters_repeat1, + [218642] = 4, + ACTIONS(4491), 1, + anon_sym_while, + ACTIONS(8585), 1, + anon_sym_LBRACE, + STATE(9684), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218725] = 4, - ACTIONS(5498), 1, - anon_sym_RPAREN, - ACTIONS(11695), 1, + [218656] = 4, + ACTIONS(11715), 1, anon_sym_COMMA, - STATE(8894), 1, + ACTIONS(11717), 1, + anon_sym_RPAREN, + STATE(8950), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218739] = 4, - ACTIONS(11295), 1, + [218670] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11697), 1, + ACTIONS(11719), 1, anon_sym_GT, - STATE(9001), 1, + STATE(9014), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218753] = 4, - ACTIONS(11699), 1, + [218684] = 4, + ACTIONS(11291), 1, anon_sym_COMMA, - ACTIONS(11701), 1, + ACTIONS(11721), 1, anon_sym_RPAREN, - STATE(9003), 1, - aux_sym_value_arguments_repeat1, + STATE(8858), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218767] = 4, - ACTIONS(11703), 1, - anon_sym_COMMA, - ACTIONS(11705), 1, + [218698] = 4, + ACTIONS(5564), 1, anon_sym_RPAREN, - STATE(8938), 1, + ACTIONS(11723), 1, + anon_sym_COMMA, + STATE(8889), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218781] = 4, - ACTIONS(4357), 1, - anon_sym_while, - ACTIONS(8638), 1, - anon_sym_LBRACE, - STATE(9518), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [218795] = 4, - ACTIONS(11707), 1, + [218712] = 4, + ACTIONS(11291), 1, anon_sym_COMMA, - ACTIONS(11709), 1, + ACTIONS(11725), 1, anon_sym_RPAREN, - STATE(9067), 1, - aux_sym__class_parameters_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [218809] = 2, + STATE(9069), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11276), 3, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - [218819] = 4, - ACTIONS(11295), 1, + [218726] = 4, + ACTIONS(11303), 1, anon_sym_COMMA, - ACTIONS(11711), 1, + ACTIONS(11727), 1, anon_sym_GT, - STATE(8882), 1, - aux_sym_type_arguments_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [218833] = 2, + STATE(9082), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(10993), 3, - anon_sym_RBRACE, + [218740] = 4, + ACTIONS(11291), 1, anon_sym_COMMA, - anon_sym_SEMI, - [218843] = 4, - ACTIONS(5470), 1, + ACTIONS(11729), 1, anon_sym_RPAREN, - ACTIONS(11713), 1, - anon_sym_COMMA, - STATE(8894), 1, - aux_sym_value_arguments_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [218857] = 4, - ACTIONS(11295), 1, - anon_sym_COMMA, - ACTIONS(11715), 1, - anon_sym_GT, - STATE(9010), 1, - aux_sym_type_arguments_repeat1, + STATE(8980), 1, + aux_sym_multi_variable_declaration_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218871] = 4, - ACTIONS(11717), 1, - anon_sym_COMMA, - ACTIONS(11719), 1, - anon_sym_RPAREN, - STATE(9012), 1, - aux_sym_value_arguments_repeat1, + [218754] = 3, + STATE(3471), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218885] = 4, - ACTIONS(11295), 1, - anon_sym_COMMA, - ACTIONS(11721), 1, - anon_sym_GT, - STATE(8882), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(341), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [218766] = 4, + ACTIONS(4491), 1, + anon_sym_while, + ACTIONS(8597), 1, + anon_sym_LBRACE, + STATE(9684), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218899] = 4, - ACTIONS(4206), 1, - anon_sym_in, - ACTIONS(11342), 1, - sym__quest, - STATE(8922), 1, - aux_sym_nullable_type_repeat1, + [218780] = 3, + STATE(3473), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218913] = 4, - ACTIONS(3282), 1, + ACTIONS(341), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [218792] = 4, + ACTIONS(4694), 1, anon_sym_while, - ACTIONS(8638), 1, + ACTIONS(8585), 1, anon_sym_LBRACE, - STATE(9545), 1, + STATE(9682), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218927] = 4, - ACTIONS(11723), 1, + [218806] = 4, + ACTIONS(11731), 1, anon_sym_COMMA, - ACTIONS(11725), 1, + ACTIONS(11733), 1, anon_sym_RPAREN, - STATE(8955), 1, - aux_sym_value_arguments_repeat1, + STATE(9084), 1, + aux_sym_function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218941] = 4, - ACTIONS(4224), 1, - anon_sym_in, - ACTIONS(11727), 1, - sym__quest, - STATE(9019), 1, - aux_sym_nullable_type_repeat1, + [218820] = 3, + STATE(3486), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218955] = 4, - ACTIONS(11311), 1, + ACTIONS(341), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [218832] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11730), 1, - anon_sym_RPAREN, - STATE(8985), 1, - aux_sym_multi_variable_declaration_repeat1, + ACTIONS(11735), 1, + anon_sym_GT, + STATE(8877), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218969] = 4, - ACTIONS(9362), 1, + [218846] = 4, + ACTIONS(11737), 1, + anon_sym_COMMA, + ACTIONS(11739), 1, anon_sym_RPAREN, - ACTIONS(11732), 1, + STATE(9020), 1, + aux_sym_value_arguments_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [218860] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - STATE(8934), 1, - aux_sym_function_value_parameters_repeat1, + ACTIONS(11741), 1, + anon_sym_GT, + STATE(8877), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [218983] = 3, - ACTIONS(11734), 1, - anon_sym_EQ, + [218874] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11736), 2, + ACTIONS(4712), 3, anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_in, + [218884] = 4, + ACTIONS(8870), 1, anon_sym_RPAREN, - [218995] = 4, - ACTIONS(8909), 1, - anon_sym_RPAREN, - ACTIONS(11738), 1, + ACTIONS(11743), 1, anon_sym_COMMA, - STATE(8847), 1, + STATE(8842), 1, aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219009] = 4, - ACTIONS(11295), 1, + [218898] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11740), 1, + ACTIONS(11745), 1, anon_sym_GT, - STATE(8882), 1, + STATE(9023), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219023] = 4, - ACTIONS(5620), 1, + [218912] = 4, + ACTIONS(5582), 1, anon_sym_RPAREN, - ACTIONS(11742), 1, + ACTIONS(11747), 1, anon_sym_COMMA, - STATE(8894), 1, + STATE(8889), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219037] = 4, - ACTIONS(11378), 1, - anon_sym_COMMA, - ACTIONS(11744), 1, - anon_sym_RPAREN, - STATE(8972), 1, - aux_sym_function_type_parameters_repeat1, + [218926] = 3, + STATE(3488), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219051] = 4, - ACTIONS(11295), 1, + ACTIONS(341), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [218938] = 3, + STATE(854), 1, + sym__lexical_identifier, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(11749), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [218950] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11746), 1, + ACTIONS(11751), 1, anon_sym_GT, - STATE(9024), 1, + STATE(8877), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219065] = 4, - ACTIONS(11748), 1, - anon_sym_COMMA, - ACTIONS(11750), 1, - anon_sym_RPAREN, - STATE(9025), 1, - aux_sym_value_arguments_repeat1, + [218964] = 4, + ACTIONS(4245), 1, + anon_sym_while, + ACTIONS(8585), 1, + anon_sym_LBRACE, + STATE(9645), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219079] = 3, - STATE(3424), 1, - sym__lexical_identifier, + [218978] = 3, + ACTIONS(11753), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(203), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [219091] = 4, - ACTIONS(11481), 1, - anon_sym_COMMA, - ACTIONS(11752), 1, - anon_sym_DASH_GT, - STATE(8902), 1, - aux_sym_when_entry_repeat1, + ACTIONS(4315), 2, + sym__quest, + anon_sym_in, + [218990] = 4, + ACTIONS(3278), 1, + anon_sym_while, + ACTIONS(8597), 1, + anon_sym_LBRACE, + STATE(9668), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219105] = 2, + [219004] = 4, + ACTIONS(4686), 1, + anon_sym_while, + ACTIONS(8585), 1, + anon_sym_LBRACE, + STATE(9669), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4479), 3, - anon_sym_while, - anon_sym_catch, - anon_sym_finally, - [219115] = 4, - ACTIONS(5614), 1, + [219018] = 4, + ACTIONS(5612), 1, anon_sym_RPAREN, - ACTIONS(11754), 1, + ACTIONS(11755), 1, anon_sym_COMMA, - STATE(8894), 1, + STATE(8889), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219129] = 4, - ACTIONS(11378), 1, + [219032] = 4, + ACTIONS(11757), 1, anon_sym_COMMA, - ACTIONS(11756), 1, + ACTIONS(11759), 1, anon_sym_RPAREN, - STATE(8972), 1, - aux_sym_function_type_parameters_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [219143] = 4, - ACTIONS(7591), 1, - anon_sym_COMMA, - ACTIONS(11758), 1, - anon_sym_RBRACK, - STATE(8926), 1, - aux_sym_indexing_suffix_repeat1, + STATE(9088), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219157] = 4, - ACTIONS(11295), 1, + [219046] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11760), 1, + ACTIONS(11761), 1, anon_sym_GT, - STATE(9015), 1, + STATE(9037), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219171] = 4, - ACTIONS(5552), 1, + [219060] = 4, + ACTIONS(5626), 1, anon_sym_RPAREN, - ACTIONS(11762), 1, + ACTIONS(11763), 1, anon_sym_COMMA, - STATE(8894), 1, + STATE(8889), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219185] = 3, - STATE(840), 1, + [219074] = 3, + STATE(5224), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11764), 2, + ACTIONS(111), 2, sym__alpha_identifier, sym__backtick_identifier, - [219197] = 3, - STATE(3584), 1, + [219086] = 4, + ACTIONS(11307), 1, + anon_sym_COMMA, + ACTIONS(11765), 1, + anon_sym_GT, + STATE(8995), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [219100] = 3, + STATE(5223), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(203), 2, + ACTIONS(111), 2, sym__alpha_identifier, sym__backtick_identifier, - [219209] = 3, - STATE(3585), 1, + [219112] = 3, + STATE(5221), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(203), 2, + ACTIONS(111), 2, sym__alpha_identifier, sym__backtick_identifier, - [219221] = 4, - ACTIONS(11303), 1, - anon_sym_COMMA, - ACTIONS(11766), 1, - anon_sym_GT, - STATE(8960), 1, - aux_sym_type_parameters_repeat1, + [219124] = 3, + STATE(5218), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219235] = 4, - ACTIONS(11295), 1, + ACTIONS(111), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [219136] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11768), 1, + ACTIONS(11767), 1, anon_sym_GT, - STATE(8882), 1, + STATE(8877), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219249] = 4, - ACTIONS(9352), 1, - anon_sym_RPAREN, - ACTIONS(11770), 1, - anon_sym_COMMA, - STATE(8934), 1, - aux_sym_function_value_parameters_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [219263] = 3, - STATE(3587), 1, + [219150] = 3, + STATE(3173), 1, sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(203), 2, + ACTIONS(553), 2, sym__alpha_identifier, sym__backtick_identifier, - [219275] = 3, - STATE(3591), 1, - sym__lexical_identifier, + [219162] = 4, + ACTIONS(11307), 1, + anon_sym_COMMA, + ACTIONS(11769), 1, + anon_sym_GT, + STATE(9040), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(203), 2, - sym__alpha_identifier, - sym__backtick_identifier, - [219287] = 4, - ACTIONS(11772), 1, + [219176] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11774), 1, - anon_sym_RPAREN, - STATE(9032), 1, - aux_sym_value_arguments_repeat1, + ACTIONS(11771), 1, + anon_sym_GT, + STATE(8877), 1, + aux_sym_type_arguments_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [219190] = 4, + ACTIONS(11490), 1, + anon_sym_LPAREN, + ACTIONS(11773), 1, + anon_sym_LBRACE, + STATE(9842), 1, + sym_when_subject, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219301] = 4, - ACTIONS(7591), 1, + [219204] = 4, + ACTIONS(7581), 1, anon_sym_COMMA, - ACTIONS(11776), 1, + ACTIONS(11775), 1, anon_sym_RBRACK, - STATE(8926), 1, + STATE(9070), 1, aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219315] = 4, - ACTIONS(5508), 1, - anon_sym_RPAREN, - ACTIONS(11778), 1, + [219218] = 4, + ACTIONS(11777), 1, anon_sym_COMMA, - STATE(8894), 1, + ACTIONS(11779), 1, + anon_sym_RPAREN, + STATE(9004), 1, aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219329] = 4, - ACTIONS(5496), 1, - anon_sym_LBRACE, - ACTIONS(9929), 1, - anon_sym_COLON, - STATE(3526), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [219343] = 4, - ACTIONS(11295), 1, + [219232] = 4, + ACTIONS(11781), 1, anon_sym_COMMA, - ACTIONS(11780), 1, - anon_sym_GT, - STATE(8882), 1, - aux_sym_type_arguments_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [219357] = 4, - ACTIONS(4557), 1, - anon_sym_while, - ACTIONS(8638), 1, - anon_sym_LBRACE, - STATE(9507), 1, - sym_class_body, + ACTIONS(11783), 1, + anon_sym_RPAREN, + STATE(8959), 1, + aux_sym_function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219371] = 4, - ACTIONS(3282), 1, - anon_sym_while, - ACTIONS(8648), 1, - anon_sym_LBRACE, - STATE(9545), 1, - sym_enum_class_body, + [219246] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219385] = 4, - ACTIONS(4329), 1, - anon_sym_while, - ACTIONS(8638), 1, - anon_sym_LBRACE, - STATE(9623), 1, - sym_class_body, + ACTIONS(11262), 3, + anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_SEMI, + [219256] = 4, + ACTIONS(11785), 1, + anon_sym_COMMA, + ACTIONS(11787), 1, + anon_sym_RPAREN, + STATE(9081), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219399] = 4, - ACTIONS(8901), 1, - anon_sym_RPAREN, - ACTIONS(11782), 1, + [219270] = 4, + ACTIONS(11789), 1, anon_sym_COMMA, - STATE(8847), 1, - aux_sym__class_parameters_repeat1, + ACTIONS(11791), 1, + anon_sym_RPAREN, + STATE(9055), 1, + aux_sym_function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219413] = 4, - ACTIONS(11378), 1, + [219284] = 4, + ACTIONS(11793), 1, anon_sym_COMMA, - ACTIONS(11784), 1, + ACTIONS(11795), 1, anon_sym_RPAREN, - STATE(8972), 1, - aux_sym_function_type_parameters_repeat1, + STATE(9056), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219427] = 4, - ACTIONS(11295), 1, + [219298] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11786), 1, + ACTIONS(11797), 1, anon_sym_GT, - STATE(8882), 1, + STATE(9057), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219441] = 4, - ACTIONS(5606), 1, - anon_sym_RPAREN, - ACTIONS(11788), 1, + [219312] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(10980), 3, + anon_sym_RBRACE, anon_sym_COMMA, - STATE(8894), 1, - aux_sym_value_arguments_repeat1, + anon_sym_SEMI, + [219322] = 4, + ACTIONS(11799), 1, + anon_sym_COMMA, + ACTIONS(11801), 1, + anon_sym_RPAREN, + STATE(9061), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219455] = 4, - ACTIONS(9368), 1, + [219336] = 4, + ACTIONS(5620), 1, anon_sym_RPAREN, - ACTIONS(11790), 1, + ACTIONS(11803), 1, anon_sym_COMMA, - STATE(8934), 1, - aux_sym_function_value_parameters_repeat1, + STATE(8889), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219469] = 4, - ACTIONS(11792), 1, + [219350] = 4, + ACTIONS(11283), 1, anon_sym_COMMA, - ACTIONS(11794), 1, + ACTIONS(11805), 1, anon_sym_RPAREN, - STATE(8964), 1, - aux_sym_function_value_parameters_repeat1, + STATE(8974), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219483] = 4, - ACTIONS(11378), 1, + [219364] = 4, + ACTIONS(11283), 1, anon_sym_COMMA, - ACTIONS(11796), 1, + ACTIONS(11807), 1, anon_sym_RPAREN, - STATE(8972), 1, + STATE(8974), 1, aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219497] = 4, - ACTIONS(11798), 1, + [219378] = 4, + ACTIONS(9350), 1, + anon_sym_RPAREN, + ACTIONS(11809), 1, anon_sym_COMMA, - ACTIONS(11800), 1, + STATE(8929), 1, + aux_sym_function_value_parameters_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [219392] = 4, + ACTIONS(5614), 1, anon_sym_RPAREN, - STATE(9053), 1, - aux_sym__class_parameters_repeat1, + ACTIONS(11811), 1, + anon_sym_COMMA, + STATE(8889), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219511] = 4, - ACTIONS(11295), 1, + [219406] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11802), 1, + ACTIONS(11813), 1, anon_sym_GT, - STATE(9055), 1, + STATE(8877), 1, aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219525] = 4, - ACTIONS(11804), 1, - anon_sym_COMMA, - ACTIONS(11806), 1, - anon_sym_RPAREN, - STATE(9056), 1, - aux_sym_value_arguments_repeat1, + [219420] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219539] = 4, - ACTIONS(11808), 1, + ACTIONS(4345), 3, + anon_sym_while, + anon_sym_catch, + anon_sym_finally, + [219430] = 4, + ACTIONS(11307), 1, anon_sym_COMMA, - ACTIONS(11810), 1, - anon_sym_RPAREN, - STATE(9057), 1, - aux_sym_function_value_parameters_repeat1, + ACTIONS(11815), 1, + anon_sym_GT, + STATE(8911), 1, + aux_sym_type_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219553] = 4, - ACTIONS(3274), 1, - anon_sym_while, - ACTIONS(8638), 1, - anon_sym_LBRACE, - STATE(9819), 1, - sym_class_body, + [219444] = 4, + ACTIONS(11817), 1, + anon_sym_COMMA, + ACTIONS(11819), 1, + anon_sym_RPAREN, + STATE(9052), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219567] = 4, - ACTIONS(8857), 1, + [219458] = 4, + ACTIONS(8834), 1, anon_sym_RPAREN, - ACTIONS(11812), 1, + ACTIONS(11821), 1, anon_sym_COMMA, - STATE(8847), 1, + STATE(8842), 1, aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219581] = 4, - ACTIONS(11295), 1, + [219472] = 4, + ACTIONS(7581), 1, anon_sym_COMMA, - ACTIONS(11814), 1, - anon_sym_GT, - STATE(8882), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(11823), 1, + anon_sym_RBRACK, + STATE(9070), 1, + aux_sym_indexing_suffix_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [219486] = 4, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(11825), 1, + anon_sym_EQ, + STATE(9641), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219595] = 4, - ACTIONS(8881), 1, + [219500] = 4, + ACTIONS(11827), 1, + anon_sym_COMMA, + ACTIONS(11829), 1, anon_sym_RPAREN, - ACTIONS(11816), 1, + STATE(8875), 1, + aux_sym_value_arguments_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [219514] = 4, + ACTIONS(11643), 1, anon_sym_COMMA, - STATE(8847), 1, - aux_sym__class_parameters_repeat1, + ACTIONS(11831), 1, + anon_sym_DASH_GT, + STATE(8897), 1, + aux_sym_when_entry_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219609] = 4, - ACTIONS(5542), 1, - anon_sym_RPAREN, - ACTIONS(11818), 1, + [219528] = 4, + ACTIONS(11303), 1, anon_sym_COMMA, - STATE(8894), 1, - aux_sym_value_arguments_repeat1, + ACTIONS(11833), 1, + anon_sym_GT, + STATE(8863), 1, + aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219623] = 4, - ACTIONS(8521), 1, + [219542] = 4, + ACTIONS(4341), 1, + anon_sym_while, + ACTIONS(8585), 1, anon_sym_LBRACE, - ACTIONS(11820), 1, - sym__automatic_semicolon, - STATE(10021), 1, + STATE(9672), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219637] = 4, - ACTIONS(10691), 1, - anon_sym_LBRACE, - ACTIONS(11822), 1, - sym__automatic_semicolon, - STATE(9891), 1, - sym__block, + [219556] = 3, + ACTIONS(11835), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219651] = 4, - ACTIONS(11378), 1, + ACTIONS(4315), 2, + sym__quest, + anon_sym_in, + [219568] = 4, + ACTIONS(11291), 1, + anon_sym_COMMA, + ACTIONS(11837), 1, + anon_sym_RPAREN, + STATE(8980), 1, + aux_sym_multi_variable_declaration_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [219582] = 4, + ACTIONS(7693), 1, + anon_sym_RBRACK, + ACTIONS(11839), 1, anon_sym_COMMA, - ACTIONS(11824), 1, - anon_sym_RPAREN, - STATE(8972), 1, - aux_sym_function_type_parameters_repeat1, + STATE(9070), 1, + aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219665] = 4, - ACTIONS(11826), 1, + [219596] = 4, + ACTIONS(11842), 1, anon_sym_COMMA, - ACTIONS(11828), 1, + ACTIONS(11844), 1, anon_sym_RPAREN, - STATE(9065), 1, + STATE(9018), 1, aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219679] = 4, - ACTIONS(8521), 1, + [219610] = 4, + ACTIONS(4214), 1, + anon_sym_while, + ACTIONS(8585), 1, anon_sym_LBRACE, - ACTIONS(11830), 1, - sym__automatic_semicolon, - STATE(10013), 1, + STATE(9572), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219693] = 4, - ACTIONS(11295), 1, - anon_sym_COMMA, - ACTIONS(11832), 1, - anon_sym_GT, - STATE(9066), 1, - aux_sym_type_arguments_repeat1, + [219624] = 3, + STATE(3522), 1, + sym__lexical_identifier, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219707] = 4, - ACTIONS(11834), 1, + ACTIONS(341), 2, + sym__alpha_identifier, + sym__backtick_identifier, + [219636] = 4, + ACTIONS(11283), 1, anon_sym_COMMA, - ACTIONS(11836), 1, + ACTIONS(11846), 1, anon_sym_RPAREN, - STATE(9068), 1, - aux_sym_value_arguments_repeat1, + STATE(8974), 1, + aux_sym_function_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219721] = 4, - ACTIONS(11838), 1, - anon_sym_COMMA, - ACTIONS(11840), 1, - anon_sym_RPAREN, - STATE(9087), 1, - aux_sym_function_value_parameters_repeat1, + [219650] = 4, + ACTIONS(4479), 1, + anon_sym_while, + ACTIONS(8597), 1, + anon_sym_LBRACE, + STATE(9673), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219735] = 4, - ACTIONS(5514), 1, - anon_sym_RPAREN, - ACTIONS(11842), 1, - anon_sym_COMMA, - STATE(8894), 1, - aux_sym_value_arguments_repeat1, + [219664] = 4, + ACTIONS(4202), 1, + anon_sym_while, + ACTIONS(8597), 1, + anon_sym_LBRACE, + STATE(9680), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219749] = 4, - ACTIONS(8845), 1, - anon_sym_RPAREN, - ACTIONS(11844), 1, - anon_sym_COMMA, - STATE(8847), 1, - aux_sym__class_parameters_repeat1, + [219678] = 4, + ACTIONS(3284), 1, + anon_sym_while, + ACTIONS(8597), 1, + anon_sym_LBRACE, + STATE(9605), 1, + sym_enum_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219763] = 4, - ACTIONS(11295), 1, - anon_sym_COMMA, - ACTIONS(11846), 1, - anon_sym_GT, - STATE(8882), 1, - aux_sym_type_arguments_repeat1, + [219692] = 4, + ACTIONS(4623), 1, + anon_sym_while, + ACTIONS(8585), 1, + anon_sym_LBRACE, + STATE(9614), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219777] = 4, - ACTIONS(11303), 1, - anon_sym_COMMA, + [219706] = 4, + ACTIONS(8494), 1, + anon_sym_LBRACE, ACTIONS(11848), 1, - anon_sym_GT, - STATE(8975), 1, - aux_sym_type_parameters_repeat1, + sym__automatic_semicolon, + STATE(9532), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219791] = 4, - ACTIONS(9364), 1, - anon_sym_RPAREN, - ACTIONS(11850), 1, - anon_sym_COMMA, - STATE(8934), 1, - aux_sym_function_value_parameters_repeat1, + [219720] = 4, + ACTIONS(4479), 1, + anon_sym_while, + ACTIONS(8585), 1, + anon_sym_LBRACE, + STATE(9673), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219805] = 4, - ACTIONS(7591), 1, + [219734] = 4, + ACTIONS(8844), 1, + anon_sym_RPAREN, + ACTIONS(11850), 1, anon_sym_COMMA, - ACTIONS(11852), 1, - anon_sym_RBRACK, - STATE(8926), 1, - aux_sym_indexing_suffix_repeat1, + STATE(8842), 1, + aux_sym__class_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219819] = 4, + [219748] = 4, ACTIONS(11303), 1, anon_sym_COMMA, - ACTIONS(11854), 1, + ACTIONS(11852), 1, anon_sym_GT, - STATE(8960), 1, + STATE(8955), 1, aux_sym_type_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219833] = 4, - ACTIONS(11378), 1, - anon_sym_COMMA, - ACTIONS(11856), 1, - anon_sym_RPAREN, - STATE(8972), 1, - aux_sym_function_type_parameters_repeat1, + [219762] = 4, + ACTIONS(10681), 1, + anon_sym_LBRACE, + ACTIONS(11854), 1, + sym__automatic_semicolon, + STATE(9536), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219847] = 4, - ACTIONS(11311), 1, - anon_sym_COMMA, - ACTIONS(11858), 1, + [219776] = 4, + ACTIONS(9382), 1, anon_sym_RPAREN, - STATE(8985), 1, - aux_sym_multi_variable_declaration_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [219861] = 4, - ACTIONS(11860), 1, + ACTIONS(11856), 1, anon_sym_COMMA, - ACTIONS(11862), 1, - anon_sym_RPAREN, - STATE(9078), 1, - aux_sym__class_parameters_repeat1, + STATE(8929), 1, + aux_sym_function_value_parameters_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219875] = 4, - ACTIONS(9350), 1, - anon_sym_RPAREN, - ACTIONS(11864), 1, - anon_sym_COMMA, - STATE(8934), 1, - aux_sym_function_value_parameters_repeat1, + [219790] = 4, + ACTIONS(9172), 1, + anon_sym_LT, + ACTIONS(11858), 1, + anon_sym_EQ, + STATE(9654), 1, + sym_type_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219889] = 4, - ACTIONS(8521), 1, + [219804] = 4, + ACTIONS(8494), 1, anon_sym_LBRACE, - ACTIONS(11866), 1, + ACTIONS(11860), 1, sym__automatic_semicolon, - STATE(9987), 1, + STATE(9540), 1, sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219903] = 4, - ACTIONS(11295), 1, + [219818] = 4, + ACTIONS(7581), 1, anon_sym_COMMA, - ACTIONS(11868), 1, - anon_sym_GT, - STATE(9079), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(11862), 1, + anon_sym_RBRACK, + STATE(9070), 1, + aux_sym_indexing_suffix_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219917] = 2, + [219832] = 4, + ACTIONS(5552), 1, + anon_sym_RPAREN, + ACTIONS(11864), 1, + anon_sym_COMMA, + STATE(8889), 1, + aux_sym_value_arguments_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11870), 3, - anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_SEMI, - [219927] = 4, - ACTIONS(11872), 1, - anon_sym_COMMA, - ACTIONS(11874), 1, - anon_sym_RPAREN, - STATE(9077), 1, - aux_sym_value_arguments_repeat1, + [219846] = 3, + ACTIONS(11866), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219941] = 4, - ACTIONS(11311), 1, + ACTIONS(11868), 2, anon_sym_COMMA, - ACTIONS(11876), 1, anon_sym_RPAREN, - STATE(8979), 1, - aux_sym_multi_variable_declaration_repeat1, + [219858] = 4, + ACTIONS(11490), 1, + anon_sym_LPAREN, + ACTIONS(11870), 1, + anon_sym_LBRACE, + STATE(9639), 1, + sym_when_subject, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219955] = 3, - ACTIONS(11878), 1, - anon_sym_EQ, + [219872] = 3, + ACTIONS(11872), 1, + anon_sym_LBRACE, + STATE(3626), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7824), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [219967] = 4, - ACTIONS(11880), 1, - anon_sym_COMMA, - ACTIONS(11882), 1, - anon_sym_RPAREN, - STATE(9081), 1, - aux_sym_function_value_parameters_repeat1, + [219883] = 3, + ACTIONS(3248), 1, + anon_sym_LPAREN, + STATE(931), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219981] = 4, - ACTIONS(11303), 1, - anon_sym_COMMA, - ACTIONS(11884), 1, - anon_sym_GT, - STATE(9083), 1, - aux_sym_type_parameters_repeat1, + [219894] = 3, + ACTIONS(5590), 1, + anon_sym_LBRACE, + STATE(3572), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [219995] = 4, - ACTIONS(11311), 1, - anon_sym_COMMA, - ACTIONS(11886), 1, - anon_sym_RPAREN, - STATE(9085), 1, - aux_sym_multi_variable_declaration_repeat1, + [219905] = 3, + ACTIONS(11874), 1, + anon_sym_DOT, + STATE(8028), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220009] = 3, - ACTIONS(9765), 1, - anon_sym_LPAREN, - STATE(4673), 1, - sym_function_value_parameters, + [219916] = 3, + ACTIONS(11876), 1, + anon_sym_DOT, + STATE(9094), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220020] = 2, + [219927] = 3, + ACTIONS(11878), 1, + anon_sym_DOT, + STATE(8028), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4776), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [220029] = 3, - ACTIONS(11888), 1, + [219938] = 3, + ACTIONS(11880), 1, anon_sym_DOT, - STATE(8038), 1, + STATE(9096), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220040] = 3, - ACTIONS(11890), 1, - anon_sym_DOT, - STATE(9099), 1, - aux_sym_user_type_repeat1, + [219949] = 3, + ACTIONS(9729), 1, + anon_sym_LPAREN, + STATE(4691), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220051] = 2, + [219960] = 3, + ACTIONS(9729), 1, + anon_sym_LPAREN, + STATE(4692), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(121), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [220060] = 3, - ACTIONS(5488), 1, + [219971] = 3, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(3365), 1, - sym__class_parameters, + STATE(4684), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220071] = 3, - ACTIONS(11892), 1, - anon_sym_DOT, - STATE(8038), 1, - aux_sym_user_type_repeat1, + [219982] = 3, + ACTIONS(9714), 1, + anon_sym_LPAREN, + STATE(4621), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220082] = 3, - ACTIONS(11894), 1, + [219993] = 3, + ACTIONS(11882), 1, anon_sym_DOT, - STATE(9103), 1, + STATE(8028), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220093] = 3, - ACTIONS(11896), 1, + [220004] = 3, + ACTIONS(11884), 1, anon_sym_DOT, - STATE(8038), 1, + STATE(9102), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220104] = 3, - ACTIONS(11898), 1, - anon_sym_DOT, - STATE(9105), 1, - aux_sym_user_type_repeat1, + [220015] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220115] = 3, - ACTIONS(10683), 1, - anon_sym_get, - ACTIONS(10685), 1, - anon_sym_set, + ACTIONS(4888), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [220024] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220126] = 3, - ACTIONS(10717), 1, + ACTIONS(4499), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [220033] = 3, + ACTIONS(10712), 1, anon_sym_LBRACE, - STATE(8552), 1, + STATE(8482), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220137] = 3, - ACTIONS(10391), 1, + [220044] = 3, + ACTIONS(10551), 1, anon_sym_get, - ACTIONS(10393), 1, + ACTIONS(10553), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220148] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(1804), 2, + [220055] = 3, + ACTIONS(11886), 1, sym__automatic_semicolon, - anon_sym_RBRACE, - [220157] = 3, - ACTIONS(3262), 1, - anon_sym_LBRACE, - STATE(3077), 1, - sym_class_body, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [220168] = 2, + STATE(3760), 1, + sym__semi, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11900), 2, - anon_sym_COMMA, - anon_sym_GT, - [220177] = 2, + [220066] = 3, + ACTIONS(6509), 1, + anon_sym_LBRACE, + STATE(3511), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4469), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [220186] = 3, - ACTIONS(11902), 1, - sym__automatic_semicolon, - STATE(3790), 1, - sym__semi, + [220077] = 3, + ACTIONS(10663), 1, + anon_sym_get, + ACTIONS(10665), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220197] = 2, + [220088] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5173), 2, + ACTIONS(4940), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [220206] = 3, - ACTIONS(9797), 1, - anon_sym_LPAREN, - STATE(4539), 1, - sym_function_value_parameters, + [220097] = 3, + ACTIONS(10509), 1, + anon_sym_get, + ACTIONS(10511), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220217] = 3, - ACTIONS(10331), 1, - anon_sym_get, - ACTIONS(10333), 1, - anon_sym_set, + [220108] = 3, + ACTIONS(1610), 1, + anon_sym_LBRACE, + STATE(3448), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220228] = 3, - ACTIONS(9801), 1, - anon_sym_LPAREN, - STATE(4095), 1, - sym_function_value_parameters, + [220119] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220239] = 2, + ACTIONS(7161), 2, + anon_sym_AT, + anon_sym_val, + [220128] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4908), 2, + ACTIONS(4245), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [220248] = 2, + [220137] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7181), 2, - anon_sym_AT, - anon_sym_val, - [220257] = 2, + ACTIONS(11678), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [220146] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7193), 2, + ACTIONS(7199), 2, anon_sym_AT, anon_sym_val, - [220266] = 3, - ACTIONS(9797), 1, + [220155] = 3, + ACTIONS(5752), 1, anon_sym_LPAREN, - STATE(4536), 1, - sym_function_value_parameters, + STATE(5163), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220277] = 2, + [220166] = 3, + ACTIONS(5752), 1, + anon_sym_LPAREN, + STATE(5255), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4904), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [220286] = 2, + [220177] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7189), 2, + ACTIONS(7183), 2, anon_sym_AT, anon_sym_val, - [220295] = 3, - ACTIONS(7783), 1, - anon_sym_RBRACE, - ACTIONS(11904), 1, - anon_sym_SEMI, + [220186] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220306] = 2, + ACTIONS(7174), 2, + anon_sym_AT, + anon_sym_val, + [220195] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7145), 2, + ACTIONS(7149), 2, anon_sym_AT, anon_sym_val, - [220315] = 3, - ACTIONS(11906), 1, - anon_sym_LBRACE, - STATE(917), 1, - sym__block, + [220204] = 3, + ACTIONS(9747), 1, + anon_sym_LPAREN, + STATE(8320), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220326] = 3, - ACTIONS(11906), 1, - anon_sym_LBRACE, - STATE(865), 1, - sym__block, + [220215] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220337] = 3, - ACTIONS(9797), 1, + ACTIONS(11627), 2, + anon_sym_COMMA, + anon_sym_GT, + [220224] = 3, + ACTIONS(9714), 1, anon_sym_LPAREN, - STATE(4543), 1, + STATE(4645), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220348] = 2, + [220235] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7173), 2, - anon_sym_AT, - anon_sym_val, - [220357] = 2, + ACTIONS(11888), 2, + anon_sym_COMMA, + anon_sym_GT, + [220244] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1810), 2, + ACTIONS(1734), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [220366] = 2, + [220253] = 3, + ACTIONS(10481), 1, + anon_sym_get, + ACTIONS(10483), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5189), 2, - anon_sym_AT, - anon_sym_val, - [220375] = 2, + [220264] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4886), 2, + ACTIONS(4872), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [220384] = 2, + [220273] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4453), 2, - sym__automatic_semicolon, + ACTIONS(5062), 2, + anon_sym_AT, + anon_sym_val, + [220282] = 3, + ACTIONS(7767), 1, anon_sym_RBRACE, - [220393] = 2, + ACTIONS(11890), 1, + anon_sym_SEMI, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [220293] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4185), 2, + ACTIONS(5058), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [220402] = 2, + [220302] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4297), 2, + ACTIONS(4460), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [220411] = 3, - ACTIONS(10583), 1, - anon_sym_get, - ACTIONS(10585), 1, - anon_sym_set, + [220311] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220422] = 3, - ACTIONS(9729), 1, - anon_sym_LPAREN, - STATE(4135), 1, - sym_function_value_parameters, + ACTIONS(11582), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [220320] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220433] = 3, - ACTIONS(5488), 1, - anon_sym_LPAREN, - STATE(3334), 1, - sym__class_parameters, + ACTIONS(11892), 2, + anon_sym_COMMA, + anon_sym_GT, + [220329] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220444] = 3, - ACTIONS(9720), 1, - anon_sym_LPAREN, - STATE(5392), 1, - sym_function_value_parameters, + ACTIONS(4147), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [220338] = 3, + ACTIONS(7675), 1, + anon_sym_RBRACE, + ACTIONS(11894), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220455] = 3, - ACTIONS(9720), 1, - anon_sym_LPAREN, - STATE(5387), 1, - sym_function_value_parameters, + [220349] = 3, + ACTIONS(10393), 1, + anon_sym_get, + ACTIONS(10395), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220466] = 3, - ACTIONS(8223), 1, - anon_sym_LBRACE, - STATE(4949), 1, - sym__block, + [220360] = 3, + ACTIONS(10299), 1, + anon_sym_get, + ACTIONS(10301), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220477] = 3, - ACTIONS(9720), 1, + [220371] = 3, + ACTIONS(9714), 1, anon_sym_LPAREN, - STATE(5380), 1, + STATE(4629), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220488] = 2, + [220382] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4483), 2, + ACTIONS(5074), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [220497] = 3, - ACTIONS(9720), 1, + [220391] = 3, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(5372), 1, + STATE(5379), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220508] = 2, + [220402] = 3, + ACTIONS(9729), 1, + anon_sym_LPAREN, + STATE(5378), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5101), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [220517] = 2, + [220413] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4654), 2, + ACTIONS(5078), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [220526] = 3, - ACTIONS(5580), 1, + [220422] = 3, + ACTIONS(9714), 1, anon_sym_LPAREN, - STATE(4622), 1, - sym__class_parameters, + STATE(4624), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220537] = 2, + [220433] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4968), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [220546] = 2, + ACTIONS(11520), 2, + anon_sym_COMMA, + anon_sym_DASH_GT, + [220442] = 3, + ACTIONS(9729), 1, + anon_sym_LPAREN, + STATE(5376), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1816), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [220555] = 2, + [220453] = 3, + ACTIONS(9729), 1, + anon_sym_LPAREN, + STATE(5369), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5185), 2, - anon_sym_AT, - anon_sym_val, - [220564] = 2, + [220464] = 3, + ACTIONS(11896), 1, + anon_sym_LBRACE, + STATE(3217), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4301), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [220573] = 3, - ACTIONS(8223), 1, + [220475] = 3, + ACTIONS(11896), 1, anon_sym_LBRACE, - STATE(4938), 1, + STATE(3216), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220584] = 2, + [220486] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4569), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [220593] = 2, + ACTIONS(11495), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [220495] = 3, + ACTIONS(10495), 1, + anon_sym_get, + ACTIONS(10497), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5181), 2, - anon_sym_AT, - anon_sym_val, - [220602] = 2, + [220506] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3422), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [220611] = 2, + ACTIONS(11472), 2, + anon_sym_COMMA, + anon_sym_GT, + [220515] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4441), 2, + ACTIONS(5082), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [220620] = 3, - ACTIONS(9801), 1, - anon_sym_LPAREN, - STATE(4075), 1, - sym_function_value_parameters, + [220524] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220631] = 2, + ACTIONS(3278), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [220533] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5087), 2, + ACTIONS(4345), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [220640] = 2, + [220542] = 3, + ACTIONS(10453), 1, + anon_sym_get, + ACTIONS(10455), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5041), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [220649] = 2, + [220553] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4976), 2, + ACTIONS(5211), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [220658] = 2, + [220562] = 3, + ACTIONS(11898), 1, + sym__automatic_semicolon, + STATE(3419), 1, + sym__semi, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5165), 2, - anon_sym_AT, - anon_sym_val, - [220667] = 2, + [220573] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4900), 2, + ACTIONS(4341), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [220676] = 2, + [220582] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(11397), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [220591] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5161), 2, + ACTIONS(4980), 2, anon_sym_AT, anon_sym_val, - [220685] = 3, - ACTIONS(9729), 1, - anon_sym_LPAREN, - STATE(3355), 1, - sym_function_value_parameters, + [220600] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220696] = 3, - ACTIONS(9729), 1, - anon_sym_LPAREN, - STATE(4142), 1, - sym_function_value_parameters, + ACTIONS(4972), 2, + anon_sym_AT, + anon_sym_val, + [220609] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220707] = 3, - ACTIONS(7711), 1, + ACTIONS(4479), 2, + sym__automatic_semicolon, anon_sym_RBRACE, - ACTIONS(11908), 1, - anon_sym_SEMI, + [220618] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220718] = 3, - ACTIONS(11910), 1, + ACTIONS(5201), 2, sym__automatic_semicolon, - STATE(3637), 1, - sym__semi, + anon_sym_RBRACE, + [220627] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220729] = 3, - ACTIONS(9801), 1, - anon_sym_LPAREN, - STATE(4064), 1, - sym_function_value_parameters, + ACTIONS(4964), 2, + anon_sym_AT, + anon_sym_val, + [220636] = 3, + ACTIONS(11900), 1, + sym__automatic_semicolon, + STATE(3616), 1, + sym__semi, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220740] = 3, - ACTIONS(10315), 1, + [220647] = 3, + ACTIONS(10439), 1, anon_sym_get, - ACTIONS(10317), 1, + ACTIONS(10441), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220751] = 3, - ACTIONS(9801), 1, - anon_sym_LPAREN, - STATE(4088), 1, - sym_function_value_parameters, + [220658] = 3, + ACTIONS(1914), 1, + anon_sym_LBRACE, + STATE(3108), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220762] = 3, - ACTIONS(9797), 1, - anon_sym_LPAREN, - STATE(4963), 1, - sym_function_value_parameters, + [220669] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220773] = 3, - ACTIONS(3254), 1, - anon_sym_LPAREN, - STATE(3041), 1, - sym__class_parameters, + ACTIONS(11372), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [220678] = 3, + ACTIONS(10593), 1, + anon_sym_get, + ACTIONS(10595), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220784] = 2, + [220689] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4479), 2, + ACTIONS(4944), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [220793] = 2, + [220698] = 3, + ACTIONS(9757), 1, + anon_sym_LPAREN, + STATE(5308), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5097), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [220802] = 2, + [220709] = 3, + ACTIONS(5488), 1, + anon_sym_LPAREN, + STATE(4656), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4848), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [220811] = 2, + [220720] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4800), 2, + ACTIONS(4884), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [220820] = 3, - ACTIONS(9745), 1, - anon_sym_LPAREN, - STATE(2849), 1, - sym_function_value_parameters, + [220729] = 3, + ACTIONS(11902), 1, + anon_sym_DOT, + STATE(8028), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220831] = 3, - ACTIONS(9797), 1, + [220740] = 3, + ACTIONS(9757), 1, anon_sym_LPAREN, STATE(5304), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220842] = 3, - ACTIONS(9797), 1, - anon_sym_LPAREN, - STATE(5267), 1, - sym_function_value_parameters, + [220751] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220853] = 2, + ACTIONS(1812), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [220760] = 3, + ACTIONS(10695), 1, + anon_sym_LPAREN, + STATE(9302), 1, + sym_value_arguments, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11326), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [220862] = 3, - ACTIONS(9797), 1, - anon_sym_LPAREN, - STATE(5311), 1, - sym_function_value_parameters, + [220771] = 3, + ACTIONS(3210), 1, + anon_sym_LBRACE, + STATE(3083), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220873] = 3, - ACTIONS(9729), 1, + [220782] = 3, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(3350), 1, + STATE(5299), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220884] = 3, - ACTIONS(9797), 1, + [220793] = 3, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(5286), 1, + STATE(4943), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220895] = 3, - ACTIONS(10345), 1, - anon_sym_get, - ACTIONS(10347), 1, - anon_sym_set, + [220804] = 3, + ACTIONS(9757), 1, + anon_sym_LPAREN, + STATE(5263), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220906] = 3, - ACTIONS(7671), 1, - anon_sym_RBRACE, - ACTIONS(11912), 1, - anon_sym_SEMI, + [220815] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220917] = 3, - ACTIONS(3254), 1, - anon_sym_LPAREN, - STATE(3022), 1, - sym__class_parameters, + ACTIONS(5024), 2, + anon_sym_AT, + anon_sym_val, + [220824] = 3, + ACTIONS(10537), 1, + anon_sym_get, + ACTIONS(10539), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220928] = 3, - ACTIONS(9729), 1, + [220835] = 3, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(3349), 1, + STATE(3377), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220939] = 3, - ACTIONS(4894), 1, - anon_sym_while, - ACTIONS(11914), 1, + [220846] = 3, + ACTIONS(9692), 1, anon_sym_LPAREN, + STATE(3370), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220950] = 3, - ACTIONS(4876), 1, - anon_sym_while, - ACTIONS(11916), 1, + [220857] = 3, + ACTIONS(9692), 1, anon_sym_LPAREN, + STATE(3386), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220961] = 3, - ACTIONS(9827), 1, + [220868] = 3, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(1289), 1, + STATE(3426), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220972] = 3, - ACTIONS(9745), 1, - anon_sym_LPAREN, - STATE(2817), 1, - sym_function_value_parameters, + [220879] = 3, + ACTIONS(6424), 1, + anon_sym_LBRACE, + STATE(3075), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220983] = 3, - ACTIONS(5496), 1, + [220890] = 3, + ACTIONS(1914), 1, anon_sym_LBRACE, - STATE(3451), 1, - sym_class_body, + STATE(3065), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [220994] = 3, - ACTIONS(10497), 1, - anon_sym_get, - ACTIONS(10499), 1, - anon_sym_set, + [220901] = 3, + ACTIONS(9690), 1, + anon_sym_LPAREN, + STATE(3664), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221005] = 3, - ACTIONS(9729), 1, + [220912] = 3, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(3581), 1, + STATE(3608), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221016] = 3, - ACTIONS(9729), 1, + [220923] = 3, + ACTIONS(5488), 1, anon_sym_LPAREN, - STATE(3578), 1, - sym_function_value_parameters, + STATE(4627), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221027] = 3, - ACTIONS(9729), 1, + [220934] = 3, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(3574), 1, + STATE(3617), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221038] = 3, - ACTIONS(7715), 1, - anon_sym_RBRACE, - ACTIONS(11918), 1, - anon_sym_SEMI, + [220945] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221049] = 3, - ACTIONS(9729), 1, + ACTIONS(4141), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [220954] = 3, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(3572), 1, + STATE(4928), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221060] = 3, - ACTIONS(9745), 1, + [220965] = 3, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(2866), 1, + STATE(3638), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221071] = 3, + [220976] = 3, ACTIONS(1836), 1, anon_sym_LBRACE, - STATE(4785), 1, + STATE(4729), 1, sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221082] = 3, - ACTIONS(9801), 1, - anon_sym_LPAREN, - STATE(3678), 1, - sym_function_value_parameters, + [220987] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221093] = 3, - ACTIONS(9801), 1, - anon_sym_LPAREN, - STATE(3681), 1, - sym_function_value_parameters, + ACTIONS(5189), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [220996] = 3, + ACTIONS(10607), 1, + anon_sym_get, + ACTIONS(10609), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221104] = 3, - ACTIONS(9745), 1, + [221007] = 3, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(2814), 1, + STATE(3575), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221115] = 3, - ACTIONS(4124), 1, - anon_sym_in, - ACTIONS(11920), 1, - anon_sym_COLON, + [221018] = 3, + ACTIONS(7810), 1, + anon_sym_RBRACE, + ACTIONS(11904), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221126] = 3, - ACTIONS(4287), 1, - anon_sym_while, - ACTIONS(11922), 1, + [221029] = 3, + ACTIONS(9712), 1, anon_sym_LPAREN, + STATE(3560), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221137] = 3, - ACTIONS(4265), 1, - anon_sym_while, - ACTIONS(11924), 1, + [221040] = 3, + ACTIONS(9757), 1, anon_sym_LPAREN, + STATE(4913), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221148] = 3, - ACTIONS(9801), 1, + [221051] = 3, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(3687), 1, + STATE(3528), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221159] = 3, - ACTIONS(8640), 1, + [221062] = 3, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(8723), 1, - sym__class_parameters, + STATE(3425), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221170] = 3, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(941), 1, - sym__class_parameters, + [221073] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221181] = 3, - ACTIONS(9801), 1, + ACTIONS(5185), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [221082] = 3, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(3707), 1, + STATE(4940), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221192] = 3, - ACTIONS(6430), 1, + [221093] = 3, + ACTIONS(6424), 1, anon_sym_LBRACE, - STATE(3248), 1, + STATE(2964), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221203] = 3, - ACTIONS(9801), 1, + [221104] = 3, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(2906), 1, + STATE(846), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221214] = 3, - ACTIONS(9827), 1, + [221115] = 3, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(1264), 1, + STATE(845), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221225] = 3, - ACTIONS(10407), 1, - anon_sym_get, - ACTIONS(10409), 1, - anon_sym_set, + [221126] = 3, + ACTIONS(8587), 1, + anon_sym_LPAREN, + STATE(8762), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221236] = 3, - ACTIONS(9745), 1, + [221137] = 3, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(3564), 1, + STATE(844), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221247] = 3, - ACTIONS(1904), 1, - anon_sym_LBRACE, - STATE(3076), 1, - sym_lambda_literal, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [221258] = 3, - ACTIONS(9745), 1, + [221148] = 3, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(3563), 1, + STATE(843), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221269] = 3, - ACTIONS(5598), 1, - anon_sym_LBRACE, - STATE(4703), 1, - sym_class_body, + [221159] = 3, + ACTIONS(10565), 1, + anon_sym_get, + ACTIONS(10567), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221280] = 3, - ACTIONS(1904), 1, + [221170] = 3, + ACTIONS(5486), 1, anon_sym_LBRACE, - STATE(3165), 1, - sym_lambda_literal, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [221291] = 3, - ACTIONS(3212), 1, - anon_sym_LPAREN, - STATE(999), 1, - sym__class_parameters, + STATE(4788), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221302] = 3, + [221181] = 3, ACTIONS(25), 1, anon_sym_LBRACE, - STATE(5176), 1, + STATE(5122), 1, sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221313] = 3, - ACTIONS(9720), 1, - anon_sym_LPAREN, - STATE(4686), 1, - sym_function_value_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [221324] = 3, - ACTIONS(9827), 1, - anon_sym_LPAREN, - STATE(1290), 1, - sym_function_value_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [221335] = 3, - ACTIONS(9801), 1, + [221192] = 3, + ACTIONS(9743), 1, anon_sym_LPAREN, - STATE(2897), 1, + STATE(8346), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221346] = 3, - ACTIONS(9720), 1, - anon_sym_LPAREN, - STATE(4696), 1, - sym_function_value_parameters, + [221203] = 3, + ACTIONS(11906), 1, + anon_sym_DOT, + STATE(9176), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221357] = 3, - ACTIONS(9789), 1, - anon_sym_LPAREN, - STATE(8349), 1, - sym_function_value_parameters, + [221214] = 3, + ACTIONS(10635), 1, + anon_sym_get, + ACTIONS(10637), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221368] = 3, - ACTIONS(9745), 1, - anon_sym_LPAREN, - STATE(3561), 1, - sym_function_value_parameters, + [221225] = 3, + ACTIONS(11908), 1, + anon_sym_DOT, + STATE(8028), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221379] = 3, - ACTIONS(11926), 1, + [221236] = 3, + ACTIONS(11910), 1, anon_sym_DOT, - STATE(9232), 1, + STATE(9226), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221390] = 3, - ACTIONS(10511), 1, - anon_sym_get, - ACTIONS(10513), 1, - anon_sym_set, + [221247] = 3, + ACTIONS(11912), 1, + anon_sym_DOT, + STATE(8028), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221401] = 3, - ACTIONS(8104), 1, + [221258] = 3, + ACTIONS(8097), 1, anon_sym_LBRACE, - STATE(4700), 1, + STATE(4719), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221412] = 3, - ACTIONS(11928), 1, + [221269] = 3, + ACTIONS(11914), 1, anon_sym_DOT, - STATE(8038), 1, + STATE(8028), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221423] = 3, - ACTIONS(7812), 1, - anon_sym_RBRACE, - ACTIONS(11930), 1, - anon_sym_SEMI, + [221280] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221434] = 3, - ACTIONS(9745), 1, - anon_sym_LPAREN, - STATE(3555), 1, - sym_function_value_parameters, + ACTIONS(4202), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [221289] = 3, + ACTIONS(11916), 1, + anon_sym_DOT, + STATE(9222), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221445] = 3, - ACTIONS(9827), 1, - anon_sym_LPAREN, - STATE(838), 1, - sym_function_value_parameters, + [221300] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221456] = 3, - ACTIONS(9827), 1, - anon_sym_LPAREN, - STATE(826), 1, - sym_function_value_parameters, + ACTIONS(5173), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [221309] = 3, + ACTIONS(1610), 1, + anon_sym_LBRACE, + STATE(3387), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221467] = 3, - ACTIONS(1586), 1, - anon_sym_LBRACE, - STATE(3453), 1, - sym_lambda_literal, + [221320] = 3, + ACTIONS(11918), 1, + anon_sym_DOT, + STATE(9234), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221478] = 3, - ACTIONS(9720), 1, + [221331] = 3, + ACTIONS(9747), 1, anon_sym_LPAREN, - STATE(4697), 1, + STATE(8321), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221489] = 3, - ACTIONS(9827), 1, - anon_sym_LPAREN, - STATE(841), 1, - sym_function_value_parameters, + [221342] = 3, + ACTIONS(1658), 1, + anon_sym_LBRACE, + STATE(1102), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221500] = 3, - ACTIONS(9827), 1, - anon_sym_LPAREN, - STATE(843), 1, - sym_function_value_parameters, + [221353] = 3, + ACTIONS(11920), 1, + anon_sym_DOT, + STATE(8028), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221511] = 2, + [221364] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11932), 2, + ACTIONS(5169), 2, sym__automatic_semicolon, + anon_sym_RBRACE, + [221373] = 3, + ACTIONS(6424), 1, anon_sym_LBRACE, - [221520] = 3, - ACTIONS(10731), 1, - anon_sym_LPAREN, - STATE(9241), 1, - sym_value_arguments, + STATE(2962), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221531] = 2, + [221384] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5105), 2, + ACTIONS(4694), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [221540] = 2, + [221393] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5177), 2, + ACTIONS(3097), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [221549] = 3, + [221402] = 3, ACTIONS(1836), 1, anon_sym_LBRACE, - STATE(4724), 1, + STATE(4888), 1, sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221560] = 2, + [221413] = 3, + ACTIONS(11922), 1, + anon_sym_DOT, + STATE(9245), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3115), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [221569] = 3, - ACTIONS(9827), 1, - anon_sym_LPAREN, - STATE(1291), 1, - sym_function_value_parameters, + [221424] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221580] = 2, + ACTIONS(4880), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [221433] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4465), 2, + ACTIONS(5193), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [221589] = 3, - ACTIONS(10539), 1, + [221442] = 3, + ACTIONS(10315), 1, anon_sym_get, - ACTIONS(10541), 1, + ACTIONS(10317), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221600] = 3, - ACTIONS(9801), 1, - anon_sym_LPAREN, - STATE(2892), 1, - sym_function_value_parameters, + [221453] = 3, + ACTIONS(10712), 1, + anon_sym_LBRACE, + STATE(8603), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221611] = 3, - ACTIONS(8640), 1, - anon_sym_LPAREN, - STATE(8698), 1, - sym__class_parameters, + [221464] = 3, + ACTIONS(11924), 1, + anon_sym_DOT, + STATE(8028), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221622] = 3, - ACTIONS(9720), 1, + [221475] = 3, + ACTIONS(8587), 1, anon_sym_LPAREN, - STATE(4651), 1, - sym_function_value_parameters, + STATE(8782), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221633] = 3, - ACTIONS(5580), 1, - anon_sym_LPAREN, - STATE(4664), 1, - sym__class_parameters, + [221486] = 3, + ACTIONS(11926), 1, + anon_sym_DOT, + STATE(8028), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221644] = 3, - ACTIONS(11934), 1, + [221497] = 3, + ACTIONS(11928), 1, anon_sym_DOT, - STATE(9422), 1, + STATE(9401), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221655] = 3, - ACTIONS(9729), 1, + [221508] = 3, + ACTIONS(10331), 1, + anon_sym_get, + ACTIONS(10333), 1, + anon_sym_set, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [221519] = 3, + ACTIONS(9743), 1, anon_sym_LPAREN, - STATE(4145), 1, + STATE(8347), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221666] = 2, + [221530] = 3, + ACTIONS(11930), 1, + anon_sym_DOT, + STATE(9224), 1, + aux_sym_user_type_repeat1, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [221541] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4162), 2, + ACTIONS(5108), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [221675] = 3, - ACTIONS(10655), 1, - anon_sym_get, - ACTIONS(10657), 1, - anon_sym_set, + [221550] = 3, + ACTIONS(11932), 1, + sym__automatic_semicolon, + STATE(9419), 1, + sym__semi, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221686] = 2, + [221561] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4964), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [221695] = 3, - ACTIONS(9789), 1, + ACTIONS(11934), 2, + sym__import_list_delimiter, + anon_sym_import, + [221570] = 3, + ACTIONS(8496), 1, anon_sym_LPAREN, - STATE(8353), 1, - sym_function_value_parameters, + STATE(8457), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221706] = 3, - ACTIONS(11936), 1, - sym__automatic_semicolon, - STATE(9430), 1, - sym__semi, + [221581] = 3, + ACTIONS(3260), 1, + anon_sym_LBRACE, + STATE(1063), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221717] = 3, - ACTIONS(9765), 1, + [221592] = 3, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(4661), 1, + STATE(3329), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221728] = 3, - ACTIONS(9801), 1, + [221603] = 3, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(2883), 1, + STATE(4130), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221739] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(11938), 2, - sym__import_list_delimiter, - anon_sym_import, - [221748] = 2, + [221614] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11940), 2, + ACTIONS(11936), 2, anon_sym_COMMA, anon_sym_GT, - [221757] = 2, + [221623] = 3, + ACTIONS(11938), 1, + anon_sym_DOT, + STATE(8028), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1734), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [221766] = 3, - ACTIONS(8513), 1, - anon_sym_LPAREN, - STATE(8608), 1, - sym__class_parameters, + [221634] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221777] = 3, - ACTIONS(9745), 1, - anon_sym_LPAREN, - STATE(2771), 1, - sym_function_value_parameters, + ACTIONS(3294), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [221643] = 3, + ACTIONS(11940), 1, + anon_sym_DOT, + STATE(9260), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221788] = 2, + [221654] = 3, + ACTIONS(10712), 1, + anon_sym_LBRACE, + STATE(8470), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11403), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [221797] = 3, + [221665] = 3, ACTIONS(11942), 1, anon_sym_DOT, - STATE(8038), 1, + STATE(9247), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221808] = 3, - ACTIONS(9797), 1, - anon_sym_LPAREN, - STATE(4904), 1, - sym_function_value_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [221819] = 3, - ACTIONS(10613), 1, + [221676] = 3, + ACTIONS(10467), 1, anon_sym_get, - ACTIONS(10615), 1, + ACTIONS(10469), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221830] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(3274), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [221839] = 3, - ACTIONS(9745), 1, - anon_sym_LPAREN, - STATE(2789), 1, - sym_function_value_parameters, + [221687] = 3, + ACTIONS(4137), 1, + anon_sym_LBRACE, + STATE(1037), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221850] = 2, + [221698] = 3, + ACTIONS(1658), 1, + anon_sym_LBRACE, + STATE(1015), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4495), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [221859] = 3, + [221709] = 3, ACTIONS(11944), 1, anon_sym_DOT, - STATE(8038), 1, + STATE(8028), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221870] = 3, + [221720] = 3, ACTIONS(11946), 1, - sym__automatic_semicolon, - STATE(3515), 1, - sym__semi, + anon_sym_DOT, + STATE(8028), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221881] = 3, + [221731] = 3, ACTIONS(11948), 1, anon_sym_DOT, - STATE(8038), 1, + STATE(9269), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221892] = 2, + [221742] = 3, + ACTIONS(11950), 1, + anon_sym_DOT, + STATE(9268), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5193), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [221901] = 2, + [221753] = 3, + ACTIONS(10712), 1, + anon_sym_LBRACE, + STATE(8611), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5155), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [221910] = 3, - ACTIONS(11950), 1, + [221764] = 3, + ACTIONS(11952), 1, anon_sym_DOT, - STATE(9277), 1, + STATE(8028), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221921] = 3, - ACTIONS(11952), 1, + [221775] = 3, + ACTIONS(11954), 1, anon_sym_DOT, - STATE(9269), 1, + STATE(9273), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221932] = 3, - ACTIONS(10375), 1, - anon_sym_get, - ACTIONS(10377), 1, - anon_sym_set, + [221786] = 3, + ACTIONS(5784), 1, + anon_sym_LPAREN, + STATE(3709), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221943] = 3, - ACTIONS(11954), 1, - anon_sym_DOT, - STATE(9286), 1, - aux_sym_user_type_repeat1, + [221797] = 3, + ACTIONS(7777), 1, + anon_sym_RBRACE, + ACTIONS(11956), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221954] = 2, + [221808] = 3, + ACTIONS(9743), 1, + anon_sym_LPAREN, + STATE(8350), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11956), 2, - anon_sym_COMMA, - anon_sym_DASH_GT, - [221963] = 3, - ACTIONS(11958), 1, - anon_sym_DOT, - STATE(8038), 1, - aux_sym_user_type_repeat1, + [221819] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221974] = 3, - ACTIONS(11960), 1, - anon_sym_DOT, - STATE(8038), 1, - aux_sym_user_type_repeat1, + ACTIONS(4491), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [221828] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221985] = 3, - ACTIONS(11962), 1, - anon_sym_DOT, - STATE(9285), 1, - aux_sym_user_type_repeat1, + ACTIONS(11958), 2, + anon_sym_COMMA, + anon_sym_DASH_GT, + [221837] = 3, + ACTIONS(9761), 1, + anon_sym_LPAREN, + STATE(813), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [221996] = 3, - ACTIONS(11964), 1, - anon_sym_DOT, - STATE(9295), 1, - aux_sym_user_type_repeat1, + [221848] = 3, + ACTIONS(9761), 1, + anon_sym_LPAREN, + STATE(814), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222007] = 3, - ACTIONS(10717), 1, - anon_sym_LBRACE, - STATE(8610), 1, - sym__block, + [221859] = 3, + ACTIONS(9761), 1, + anon_sym_LPAREN, + STATE(815), 1, + sym_function_value_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [221870] = 3, + ACTIONS(9761), 1, + anon_sym_LPAREN, + STATE(816), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222018] = 3, - ACTIONS(11966), 1, + [221881] = 3, + ACTIONS(11960), 1, anon_sym_DOT, - STATE(8038), 1, + STATE(8028), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222029] = 2, + [221892] = 3, + ACTIONS(9712), 1, + anon_sym_LPAREN, + STATE(2806), 1, + sym_function_value_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [221903] = 3, + ACTIONS(5784), 1, + anon_sym_LPAREN, + STATE(3739), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3290), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [222038] = 3, - ACTIONS(11968), 1, + [221914] = 3, + ACTIONS(11962), 1, anon_sym_COLON, - ACTIONS(11970), 1, + ACTIONS(11964), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222049] = 3, - ACTIONS(11972), 1, - anon_sym_DOT, - STATE(9290), 1, - aux_sym_user_type_repeat1, + [221925] = 3, + ACTIONS(9712), 1, + anon_sym_LPAREN, + STATE(2799), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222060] = 2, + [221936] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5109), 2, + ACTIONS(4868), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [222069] = 3, - ACTIONS(11974), 1, - anon_sym_DOT, - STATE(8038), 1, - aux_sym_user_type_repeat1, + [221945] = 3, + ACTIONS(9729), 1, + anon_sym_LPAREN, + STATE(4873), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222080] = 2, + [221956] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4139), 2, + ACTIONS(4153), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [222089] = 2, + [221965] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4357), 2, + ACTIONS(3340), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [222098] = 3, - ACTIONS(7691), 1, - anon_sym_RBRACE, - ACTIONS(11976), 1, - anon_sym_SEMI, + [221974] = 3, + ACTIONS(9712), 1, + anon_sym_LPAREN, + STATE(2795), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222109] = 3, - ACTIONS(9745), 1, - anon_sym_LPAREN, - STATE(2798), 1, - sym_function_value_parameters, + [221985] = 3, + ACTIONS(11966), 1, + anon_sym_DOT, + STATE(8028), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222120] = 3, - ACTIONS(11978), 1, - anon_sym_LBRACE, - STATE(3664), 1, - sym__block, + [221996] = 3, + ACTIONS(11968), 1, + anon_sym_DOT, + STATE(9294), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222131] = 3, - ACTIONS(11978), 1, + [222007] = 3, + ACTIONS(11872), 1, anon_sym_LBRACE, - STATE(3672), 1, + STATE(3625), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222142] = 3, - ACTIONS(10627), 1, - anon_sym_get, - ACTIONS(10629), 1, - anon_sym_set, + [222018] = 3, + ACTIONS(9712), 1, + anon_sym_LPAREN, + STATE(2794), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222153] = 2, + [222029] = 3, + ACTIONS(10004), 1, + anon_sym_get, + ACTIONS(10006), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5151), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [222162] = 3, - ACTIONS(9825), 1, + [222040] = 3, + ACTIONS(9747), 1, anon_sym_LPAREN, - STATE(8328), 1, + STATE(8325), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222173] = 3, - ACTIONS(9789), 1, + [222051] = 3, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(8344), 1, + STATE(2904), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222184] = 3, - ACTIONS(9797), 1, + [222062] = 3, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(4649), 1, + STATE(4108), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222195] = 3, - ACTIONS(11980), 1, - anon_sym_DOT, - STATE(8038), 1, - aux_sym_user_type_repeat1, + [222073] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222206] = 3, - ACTIONS(9745), 1, + ACTIONS(11970), 2, + sym__automatic_semicolon, + anon_sym_LBRACE, + [222082] = 3, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(2805), 1, + STATE(2898), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222217] = 3, - ACTIONS(6511), 1, - anon_sym_LBRACE, - STATE(3440), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [222228] = 3, - ACTIONS(10451), 1, - anon_sym_get, - ACTIONS(10453), 1, - anon_sym_set, + [222093] = 3, + ACTIONS(11972), 1, + anon_sym_DOT, + STATE(9284), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222239] = 2, + [222104] = 3, + ACTIONS(11974), 1, + anon_sym_DOT, + STATE(8028), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3346), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [222248] = 3, - ACTIONS(9827), 1, + [222115] = 3, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(1227), 1, + STATE(2895), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222259] = 3, - ACTIONS(9827), 1, - anon_sym_LPAREN, - STATE(1232), 1, - sym_function_value_parameters, + [222126] = 3, + ACTIONS(11976), 1, + anon_sym_DOT, + STATE(9305), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222270] = 3, - ACTIONS(9827), 1, - anon_sym_LPAREN, - STATE(1235), 1, - sym_function_value_parameters, + [222137] = 3, + ACTIONS(10712), 1, + anon_sym_LBRACE, + STATE(8588), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222281] = 3, - ACTIONS(9827), 1, + [222148] = 3, + ACTIONS(9743), 1, anon_sym_LPAREN, - STATE(1207), 1, + STATE(8337), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222292] = 3, - ACTIONS(9745), 1, + [222159] = 3, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(3323), 1, + STATE(2892), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222303] = 3, - ACTIONS(11982), 1, - anon_sym_DOT, - STATE(8038), 1, - aux_sym_user_type_repeat1, + [222170] = 3, + ACTIONS(8097), 1, + anon_sym_LBRACE, + STATE(4596), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222314] = 3, - ACTIONS(9745), 1, - anon_sym_LPAREN, - STATE(3274), 1, - sym_function_value_parameters, + [222181] = 3, + ACTIONS(8097), 1, + anon_sym_LBRACE, + STATE(4591), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222325] = 3, - ACTIONS(11984), 1, - anon_sym_DOT, - STATE(9317), 1, - aux_sym_user_type_repeat1, + [222192] = 3, + ACTIONS(10377), 1, + anon_sym_get, + ACTIONS(10379), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222336] = 3, - ACTIONS(9827), 1, + [222203] = 3, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(814), 1, + STATE(3362), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222347] = 3, - ACTIONS(9745), 1, - anon_sym_LPAREN, - STATE(3273), 1, - sym_function_value_parameters, + [222214] = 3, + ACTIONS(7691), 1, + anon_sym_RBRACE, + ACTIONS(11978), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222358] = 3, - ACTIONS(10224), 1, - anon_sym_get, - ACTIONS(10226), 1, - anon_sym_set, + [222225] = 3, + ACTIONS(9692), 1, + anon_sym_LPAREN, + STATE(3361), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222369] = 3, - ACTIONS(11986), 1, + [222236] = 3, + ACTIONS(11980), 1, anon_sym_DOT, - STATE(8038), 1, + STATE(8028), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222380] = 3, - ACTIONS(9745), 1, - anon_sym_LPAREN, - STATE(3322), 1, - sym_function_value_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [222391] = 3, - ACTIONS(11988), 1, + [222247] = 3, + ACTIONS(11982), 1, anon_sym_DOT, - STATE(9323), 1, + STATE(9317), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222402] = 3, - ACTIONS(9801), 1, - anon_sym_LPAREN, - STATE(3318), 1, - sym_function_value_parameters, + [222258] = 3, + ACTIONS(5830), 1, + anon_sym_LBRACE, + STATE(5199), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222413] = 3, - ACTIONS(11990), 1, - anon_sym_DOT, - STATE(9307), 1, - aux_sym_user_type_repeat1, + [222269] = 3, + ACTIONS(9692), 1, + anon_sym_LPAREN, + STATE(3360), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222424] = 3, - ACTIONS(9801), 1, + [222280] = 3, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(3317), 1, + STATE(4097), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222435] = 3, - ACTIONS(10717), 1, + [222291] = 3, + ACTIONS(10712), 1, anon_sym_LBRACE, - STATE(8484), 1, + STATE(8495), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222446] = 3, - ACTIONS(9789), 1, + [222302] = 3, + ACTIONS(9747), 1, anon_sym_LPAREN, - STATE(8339), 1, + STATE(8660), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222457] = 3, - ACTIONS(9801), 1, - anon_sym_LPAREN, - STATE(3316), 1, - sym_function_value_parameters, + [222313] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222468] = 3, - ACTIONS(9827), 1, - anon_sym_LPAREN, - STATE(815), 1, - sym_function_value_parameters, + ACTIONS(4645), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [222322] = 3, + ACTIONS(10681), 1, + anon_sym_LBRACE, + STATE(9544), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222479] = 3, - ACTIONS(11992), 1, - anon_sym_DOT, - STATE(9275), 1, - aux_sym_user_type_repeat1, + [222333] = 3, + ACTIONS(11984), 1, + sym__automatic_semicolon, + STATE(5697), 1, + sym__semi, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222490] = 3, - ACTIONS(11994), 1, - anon_sym_DOT, - STATE(8038), 1, - aux_sym_user_type_repeat1, + [222344] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222501] = 3, - ACTIONS(9801), 1, + ACTIONS(4131), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [222353] = 3, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(3314), 1, + STATE(4102), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222512] = 3, - ACTIONS(11996), 1, - anon_sym_DOT, - STATE(9350), 1, - aux_sym_user_type_repeat1, + [222364] = 3, + ACTIONS(9757), 1, + anon_sym_LPAREN, + STATE(4534), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222523] = 3, - ACTIONS(10717), 1, + [222375] = 3, + ACTIONS(11986), 1, anon_sym_LBRACE, - STATE(8510), 1, + STATE(872), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222534] = 3, - ACTIONS(9797), 1, - anon_sym_LPAREN, - STATE(4957), 1, - sym_function_value_parameters, + [222386] = 3, + ACTIONS(11986), 1, + anon_sym_LBRACE, + STATE(881), 1, + sym__block, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [222397] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222545] = 3, - ACTIONS(9720), 1, + ACTIONS(4928), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [222406] = 3, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(4788), 1, + STATE(4876), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222556] = 3, - ACTIONS(9827), 1, + [222417] = 3, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(818), 1, + STATE(5292), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222567] = 3, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(4598), 1, - sym__block, + [222428] = 3, + ACTIONS(9729), 1, + anon_sym_LPAREN, + STATE(4678), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222578] = 3, - ACTIONS(8104), 1, - anon_sym_LBRACE, - STATE(4596), 1, - sym__block, + [222439] = 3, + ACTIONS(9757), 1, + anon_sym_LPAREN, + STATE(4535), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222589] = 3, - ACTIONS(11998), 1, - anon_sym_DOT, - STATE(8038), 1, - aux_sym_user_type_repeat1, + [222450] = 3, + ACTIONS(9729), 1, + anon_sym_LPAREN, + STATE(5295), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222600] = 3, - ACTIONS(9827), 1, + [222461] = 3, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(822), 1, + STATE(4536), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222611] = 3, + [222472] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(5066), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [222481] = 3, ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(4084), 1, + STATE(5303), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222622] = 3, - ACTIONS(5822), 1, + [222492] = 3, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(3747), 1, - sym__class_parameters, + STATE(5307), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222633] = 3, - ACTIONS(12000), 1, - anon_sym_DOT, - STATE(9364), 1, - aux_sym_user_type_repeat1, + [222503] = 3, + ACTIONS(9757), 1, + anon_sym_LPAREN, + STATE(4537), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222644] = 3, - ACTIONS(9729), 1, + [222514] = 3, + ACTIONS(9747), 1, anon_sym_LPAREN, - STATE(4078), 1, + STATE(8323), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222655] = 3, - ACTIONS(5788), 1, - anon_sym_LBRACE, - STATE(5094), 1, - sym_class_body, + [222525] = 3, + ACTIONS(9757), 1, + anon_sym_LPAREN, + STATE(4636), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222666] = 3, - ACTIONS(12002), 1, + [222536] = 3, + ACTIONS(11988), 1, anon_sym_DOT, - STATE(8038), 1, + STATE(9346), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222677] = 3, - ACTIONS(12004), 1, + [222547] = 3, + ACTIONS(11990), 1, anon_sym_DOT, - STATE(9352), 1, + STATE(8028), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222688] = 3, - ACTIONS(12006), 1, - anon_sym_DOT, - STATE(8038), 1, - aux_sym_user_type_repeat1, + [222558] = 3, + ACTIONS(11992), 1, + anon_sym_COLON, + ACTIONS(11994), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222699] = 3, - ACTIONS(9825), 1, + [222569] = 3, + ACTIONS(9757), 1, anon_sym_LPAREN, - STATE(8699), 1, + STATE(4626), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222710] = 2, + [222580] = 3, + ACTIONS(10347), 1, + anon_sym_get, + ACTIONS(10349), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5147), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [222719] = 3, - ACTIONS(10691), 1, - anon_sym_LBRACE, - STATE(9590), 1, - sym__block, + [222591] = 3, + ACTIONS(9757), 1, + anon_sym_LPAREN, + STATE(4639), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222730] = 3, - ACTIONS(12008), 1, - sym__automatic_semicolon, - STATE(5698), 1, - sym__semi, + [222602] = 3, + ACTIONS(9757), 1, + anon_sym_LPAREN, + STATE(4618), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222741] = 3, - ACTIONS(9797), 1, - anon_sym_LPAREN, - STATE(4954), 1, - sym_function_value_parameters, + [222613] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222752] = 2, + ACTIONS(7673), 2, + anon_sym_COMMA, + anon_sym_DASH_GT, + [222622] = 3, + ACTIONS(9692), 1, + anon_sym_LPAREN, + STATE(4050), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4852), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [222761] = 2, + [222633] = 3, + ACTIONS(9692), 1, + anon_sym_LPAREN, + STATE(4045), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5207), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [222770] = 3, - ACTIONS(6430), 1, + [222644] = 3, + ACTIONS(8227), 1, anon_sym_LBRACE, - STATE(2934), 1, + STATE(5132), 1, sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222781] = 3, - ACTIONS(9797), 1, + [222655] = 2, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + ACTIONS(121), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [222664] = 3, + ACTIONS(9692), 1, anon_sym_LPAREN, - STATE(4535), 1, + STATE(4048), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222792] = 2, + [222675] = 3, + ACTIONS(9692), 1, + anon_sym_LPAREN, + STATE(4059), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11466), 2, - anon_sym_COMMA, - anon_sym_GT, - [222801] = 3, - ACTIONS(6430), 1, - anon_sym_LBRACE, - STATE(2935), 1, - sym__block, + [222686] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222812] = 3, - ACTIONS(12010), 1, - anon_sym_DOT, - STATE(8038), 1, - aux_sym_user_type_repeat1, + ACTIONS(1826), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [222695] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222823] = 3, - ACTIONS(9729), 1, + ACTIONS(11996), 2, + anon_sym_COMMA, + anon_sym_GT, + [222704] = 3, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(4076), 1, + STATE(3346), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222834] = 3, - ACTIONS(10717), 1, - anon_sym_LBRACE, - STATE(8618), 1, - sym__block, + [222715] = 3, + ACTIONS(10407), 1, + anon_sym_get, + ACTIONS(10409), 1, + anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222845] = 3, - ACTIONS(9825), 1, + [222726] = 3, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(8327), 1, + STATE(3345), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222856] = 3, - ACTIONS(10553), 1, + [222737] = 3, + ACTIONS(10579), 1, anon_sym_get, - ACTIONS(10555), 1, + ACTIONS(10581), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222867] = 3, - ACTIONS(9729), 1, + [222748] = 3, + ACTIONS(9690), 1, + anon_sym_LPAREN, + STATE(3344), 1, + sym_function_value_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [222759] = 3, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(4074), 1, + STATE(3343), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222878] = 2, + [222770] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4920), 2, + ACTIONS(4436), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [222887] = 2, + [222779] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11479), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [222896] = 3, - ACTIONS(12012), 1, - anon_sym_COLON, - ACTIONS(12014), 1, - anon_sym_RPAREN, + ACTIONS(4860), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [222788] = 3, + ACTIONS(9712), 1, + anon_sym_LPAREN, + STATE(3338), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222907] = 3, - ACTIONS(12016), 1, - anon_sym_LBRACE, - STATE(3104), 1, - sym__block, + [222799] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222918] = 3, - ACTIONS(9797), 1, + ACTIONS(4856), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [222808] = 3, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(4642), 1, + STATE(3337), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222929] = 3, - ACTIONS(9797), 1, + [222819] = 3, + ACTIONS(9747), 1, anon_sym_LPAREN, - STATE(4647), 1, + STATE(8723), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222940] = 3, - ACTIONS(10597), 1, - anon_sym_get, - ACTIONS(10599), 1, - anon_sym_set, + [222830] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222951] = 3, - ACTIONS(9825), 1, + ACTIONS(4846), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [222839] = 3, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(8664), 1, + STATE(4084), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222962] = 3, - ACTIONS(12018), 1, - anon_sym_DOT, - STATE(9343), 1, - aux_sym_user_type_repeat1, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [222973] = 3, - ACTIONS(12016), 1, - anon_sym_LBRACE, - STATE(3106), 1, - sym__block, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [222984] = 3, - ACTIONS(9720), 1, + [222850] = 3, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(4725), 1, + STATE(3324), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [222995] = 3, - ACTIONS(9797), 1, + [222861] = 3, + ACTIONS(9712), 1, anon_sym_LPAREN, - STATE(4667), 1, + STATE(3302), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223006] = 2, + [222872] = 3, + ACTIONS(9761), 1, + anon_sym_LPAREN, + STATE(1230), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(7801), 2, - anon_sym_COMMA, - anon_sym_DASH_GT, - [223015] = 3, - ACTIONS(8223), 1, - anon_sym_LBRACE, - STATE(5205), 1, - sym__block, + [222883] = 3, + ACTIONS(9761), 1, + anon_sym_LPAREN, + STATE(1235), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223026] = 2, + [222894] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11488), 2, - anon_sym_COMMA, - anon_sym_DASH_GT, - [223035] = 3, - ACTIONS(9765), 1, + ACTIONS(4321), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [222903] = 3, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(4640), 1, + STATE(1232), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223046] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(12020), 2, - anon_sym_COMMA, - anon_sym_GT, - [223055] = 2, + [222914] = 3, + ACTIONS(9761), 1, + anon_sym_LPAREN, + STATE(1227), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5079), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [223064] = 2, + [222925] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5211), 2, + ACTIONS(1820), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [223073] = 3, - ACTIONS(10567), 1, + [222934] = 3, + ACTIONS(10361), 1, anon_sym_get, - ACTIONS(10569), 1, + ACTIONS(10363), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223084] = 3, - ACTIONS(12022), 1, + [222945] = 3, + ACTIONS(11998), 1, anon_sym_DOT, - STATE(9394), 1, + STATE(9386), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223095] = 3, - ACTIONS(7699), 1, + [222956] = 3, + ACTIONS(7695), 1, anon_sym_RBRACE, - ACTIONS(12024), 1, + ACTIONS(12000), 1, anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223106] = 3, - ACTIONS(10423), 1, - anon_sym_get, - ACTIONS(10425), 1, - anon_sym_set, + [222967] = 3, + ACTIONS(12002), 1, + anon_sym_DOT, + STATE(8028), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223117] = 2, + [222978] = 3, + ACTIONS(1646), 1, + anon_sym_LBRACE, + STATE(4000), 1, + sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5215), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [223126] = 3, - ACTIONS(12026), 1, + [222989] = 3, + ACTIONS(12004), 1, anon_sym_DOT, - STATE(8038), 1, + STATE(9389), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223137] = 3, - ACTIONS(9729), 1, - anon_sym_LPAREN, - STATE(3358), 1, - sym_function_value_parameters, + [223000] = 3, + ACTIONS(12006), 1, + anon_sym_DOT, + STATE(8028), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223148] = 3, - ACTIONS(12028), 1, + [223011] = 3, + ACTIONS(12008), 1, anon_sym_DOT, - STATE(9334), 1, + STATE(9396), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223159] = 3, - ACTIONS(7822), 1, - anon_sym_RBRACE, - ACTIONS(12030), 1, - anon_sym_SEMI, + [223022] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223170] = 3, - ACTIONS(1658), 1, - anon_sym_LBRACE, - STATE(1077), 1, - sym_lambda_literal, + ACTIONS(5038), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [223031] = 3, + ACTIONS(5574), 1, + anon_sym_LPAREN, + STATE(3309), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223181] = 3, - ACTIONS(12032), 1, - anon_sym_DOT, - STATE(8038), 1, - aux_sym_user_type_repeat1, + [223042] = 3, + ACTIONS(12010), 1, + sym__automatic_semicolon, + STATE(3453), 1, + sym__semi, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223192] = 3, - ACTIONS(25), 1, + [223053] = 3, + ACTIONS(8227), 1, anon_sym_LBRACE, - STATE(5245), 1, - sym_lambda_literal, + STATE(4933), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223203] = 3, - ACTIONS(10483), 1, + [223064] = 3, + ACTIONS(10649), 1, anon_sym_get, - ACTIONS(10485), 1, + ACTIONS(10651), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223214] = 2, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - ACTIONS(4323), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [223223] = 3, - ACTIONS(10361), 1, - anon_sym_get, - ACTIONS(10363), 1, - anon_sym_set, + [223075] = 3, + ACTIONS(12012), 1, + anon_sym_DOT, + STATE(8028), 1, + aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223234] = 2, + [223086] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5123), 2, + ACTIONS(4503), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [223243] = 2, + [223095] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1798), 2, + ACTIONS(5050), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [223252] = 3, - ACTIONS(10641), 1, - anon_sym_get, - ACTIONS(10643), 1, - anon_sym_set, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [223263] = 3, - ACTIONS(1646), 1, + [223104] = 3, + ACTIONS(25), 1, anon_sym_LBRACE, - STATE(3983), 1, + STATE(5204), 1, sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223274] = 3, - ACTIONS(5760), 1, - anon_sym_LPAREN, - STATE(5242), 1, - sym__class_parameters, + [223115] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223285] = 3, - ACTIONS(12034), 1, + ACTIONS(1798), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [223124] = 3, + ACTIONS(12014), 1, anon_sym_DOT, - STATE(9399), 1, + STATE(8028), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223296] = 3, - ACTIONS(1586), 1, - anon_sym_LBRACE, - STATE(3437), 1, - sym_lambda_literal, + [223135] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223307] = 3, - ACTIONS(4145), 1, - anon_sym_LBRACE, - STATE(1150), 1, - sym__block, + ACTIONS(5054), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [223144] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223318] = 3, - ACTIONS(12036), 1, + ACTIONS(1792), 2, sym__automatic_semicolon, - STATE(3405), 1, - sym__semi, + anon_sym_RBRACE, + [223153] = 3, + ACTIONS(5820), 1, + anon_sym_LPAREN, + STATE(5010), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223329] = 3, - ACTIONS(9720), 1, - anon_sym_LPAREN, - STATE(4869), 1, - sym_function_value_parameters, + [223164] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223340] = 3, - ACTIONS(12038), 1, - anon_sym_DOT, - STATE(9416), 1, - aux_sym_user_type_repeat1, + ACTIONS(4325), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [223173] = 3, + ACTIONS(8227), 1, + anon_sym_LBRACE, + STATE(4931), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223351] = 3, - ACTIONS(10525), 1, - anon_sym_get, - ACTIONS(10527), 1, - anon_sym_set, + [223184] = 3, + ACTIONS(9729), 1, + anon_sym_LPAREN, + STATE(4749), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223362] = 3, - ACTIONS(12040), 1, + [223195] = 3, + ACTIONS(12016), 1, anon_sym_DOT, - STATE(8038), 1, + STATE(9410), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223373] = 3, - ACTIONS(9765), 1, - anon_sym_LPAREN, - STATE(4695), 1, - sym_function_value_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [223384] = 2, + [223206] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4218), 2, + ACTIONS(4597), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [223393] = 3, - ACTIONS(12042), 1, + [223215] = 3, + ACTIONS(12018), 1, anon_sym_DOT, - STATE(9431), 1, + STATE(8028), 1, aux_sym_user_type_repeat1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223404] = 3, - ACTIONS(9825), 1, - anon_sym_LPAREN, - STATE(8326), 1, - sym_function_value_parameters, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [223415] = 3, - ACTIONS(5772), 1, - anon_sym_LPAREN, - STATE(4982), 1, - sym__class_parameters, + [223226] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223426] = 3, - ACTIONS(12044), 1, - anon_sym_DOT, - STATE(8038), 1, - aux_sym_user_type_repeat1, + ACTIONS(3422), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [223235] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223437] = 3, - ACTIONS(1658), 1, - anon_sym_LBRACE, - STATE(1018), 1, - sym_lambda_literal, + ACTIONS(4487), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [223244] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223448] = 2, + ACTIONS(5090), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [223253] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5119), 2, + ACTIONS(5100), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [223457] = 2, + [223262] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11659), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [223466] = 3, - ACTIONS(10717), 1, - anon_sym_LBRACE, - STATE(8542), 1, - sym__block, + ACTIONS(5086), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [223271] = 3, + ACTIONS(9690), 1, + anon_sym_LPAREN, + STATE(4069), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223477] = 3, - ACTIONS(5772), 1, + [223282] = 3, + ACTIONS(5574), 1, anon_sym_LPAREN, - STATE(5051), 1, + STATE(3294), 1, sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223488] = 3, - ACTIONS(5760), 1, + [223293] = 3, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(5232), 1, - sym__class_parameters, + STATE(1275), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223499] = 2, + [223304] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4149), 2, - sym__automatic_semicolon, + ACTIONS(12020), 2, + sym__import_list_delimiter, + anon_sym_import, + [223313] = 3, + ACTIONS(7679), 1, anon_sym_RBRACE, - [223508] = 2, + ACTIONS(12022), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(12046), 2, - sym__import_list_delimiter, - anon_sym_import, - [223517] = 3, - ACTIONS(12048), 1, - anon_sym_DOT, - STATE(8038), 1, - aux_sym_user_type_repeat1, + [223324] = 3, + ACTIONS(5820), 1, + anon_sym_LPAREN, + STATE(5012), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223528] = 2, + [223335] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5201), 2, + ACTIONS(5133), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [223537] = 3, - ACTIONS(9720), 1, - anon_sym_LPAREN, - STATE(5302), 1, - sym_function_value_parameters, + [223344] = 3, + ACTIONS(7663), 1, + anon_sym_RBRACE, + ACTIONS(12024), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223548] = 3, - ACTIONS(7687), 1, - anon_sym_RBRACE, - ACTIONS(12050), 1, - anon_sym_SEMI, + [223355] = 3, + ACTIONS(9690), 1, + anon_sym_LPAREN, + STATE(4075), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223559] = 3, - ACTIONS(9825), 1, + [223366] = 3, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(8329), 1, + STATE(1251), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223570] = 3, - ACTIONS(5822), 1, + [223377] = 3, + ACTIONS(3248), 1, anon_sym_LPAREN, - STATE(3714), 1, + STATE(955), 1, sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223581] = 3, - ACTIONS(9729), 1, + [223388] = 3, + ACTIONS(9690), 1, anon_sym_LPAREN, - STATE(4129), 1, + STATE(4067), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223592] = 2, + [223399] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11540), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [223601] = 3, - ACTIONS(9720), 1, + ACTIONS(4214), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [223408] = 3, + ACTIONS(10621), 1, + anon_sym_get, + ACTIONS(10623), 1, + anon_sym_set, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [223419] = 3, + ACTIONS(3212), 1, anon_sym_LPAREN, - STATE(5303), 1, + STATE(3003), 1, + sym__class_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [223430] = 3, + ACTIONS(8496), 1, + anon_sym_LPAREN, + STATE(8542), 1, + sym__class_parameters, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [223441] = 3, + ACTIONS(9761), 1, + anon_sym_LPAREN, + STATE(1282), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223612] = 2, + [223452] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(5221), 2, + ACTIONS(4788), 2, sym__automatic_semicolon, anon_sym_RBRACE, - [223621] = 3, + [223461] = 3, ACTIONS(1646), 1, anon_sym_LBRACE, - STATE(3989), 1, + STATE(3990), 1, sym_lambda_literal, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223632] = 3, - ACTIONS(3210), 1, - anon_sym_LBRACE, - STATE(1125), 1, - sym_class_body, + [223472] = 3, + ACTIONS(9712), 1, + anon_sym_LPAREN, + STATE(2822), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223643] = 2, + [223483] = 3, + ACTIONS(9712), 1, + anon_sym_LPAREN, + STATE(2875), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4646), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [223652] = 3, - ACTIONS(10669), 1, - anon_sym_get, - ACTIONS(10671), 1, - anon_sym_set, + [223494] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223663] = 2, + ACTIONS(3284), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [223503] = 3, + ACTIONS(6774), 1, + anon_sym_LBRACE, + STATE(4016), 1, + sym__block, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4329), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [223672] = 3, - ACTIONS(9720), 1, - anon_sym_LPAREN, - STATE(5306), 1, - sym_function_value_parameters, + [223514] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223683] = 3, - ACTIONS(10437), 1, + ACTIONS(11685), 2, + anon_sym_COMMA, + anon_sym_DASH_GT, + [223523] = 3, + ACTIONS(10423), 1, anon_sym_get, - ACTIONS(10439), 1, + ACTIONS(10425), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223694] = 3, - ACTIONS(10469), 1, + [223534] = 3, + ACTIONS(10523), 1, anon_sym_get, - ACTIONS(10471), 1, + ACTIONS(10525), 1, anon_sym_set, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223705] = 3, - ACTIONS(9720), 1, + [223545] = 3, + ACTIONS(9729), 1, anon_sym_LPAREN, - STATE(5310), 1, + STATE(4858), 1, sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223716] = 3, - ACTIONS(6714), 1, - anon_sym_LBRACE, - STATE(3862), 1, - sym__block, + [223556] = 3, + ACTIONS(7812), 1, + anon_sym_RBRACE, + ACTIONS(12026), 1, + anon_sym_SEMI, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223727] = 2, + [223567] = 3, + ACTIONS(3212), 1, + anon_sym_LPAREN, + STATE(2989), 1, + sym__class_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11589), 2, - anon_sym_COMMA, - anon_sym_DASH_GT, - [223736] = 3, - ACTIONS(5836), 1, - anon_sym_LBRACE, - STATE(3841), 1, - sym_class_body, + [223578] = 2, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223747] = 2, + ACTIONS(11230), 2, + sym__automatic_semicolon, + anon_sym_RBRACE, + [223587] = 3, + ACTIONS(4850), 1, + anon_sym_while, + ACTIONS(12028), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(4361), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [223756] = 2, + [223598] = 3, + ACTIONS(9712), 1, + anon_sym_LPAREN, + STATE(2831), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(12052), 2, - anon_sym_COMMA, - anon_sym_GT, - [223765] = 3, - ACTIONS(10709), 1, + [223609] = 3, + ACTIONS(4165), 1, + anon_sym_in, + ACTIONS(12030), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [223620] = 3, + ACTIONS(4840), 1, + anon_sym_while, + ACTIONS(12032), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [223631] = 3, + ACTIONS(10691), 1, anon_sym_AMP, - ACTIONS(12054), 1, + ACTIONS(12034), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223776] = 3, - ACTIONS(8513), 1, + [223642] = 3, + ACTIONS(9761), 1, anon_sym_LPAREN, - STATE(8497), 1, - sym__class_parameters, + STATE(1267), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223787] = 2, + [223653] = 3, + ACTIONS(9712), 1, + anon_sym_LPAREN, + STATE(2847), 1, + sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11594), 2, - anon_sym_COMMA, - anon_sym_GT, - [223796] = 2, + [223664] = 3, + ACTIONS(4301), 1, + anon_sym_while, + ACTIONS(12036), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(11238), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [223805] = 3, - ACTIONS(9720), 1, + [223675] = 3, + ACTIONS(4287), 1, + anon_sym_while, + ACTIONS(12038), 1, anon_sym_LPAREN, - STATE(4814), 1, - sym_function_value_parameters, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223816] = 2, + [223686] = 3, + ACTIONS(5796), 1, + anon_sym_LBRACE, + STATE(3837), 1, + sym_class_body, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(1792), 2, - sym__automatic_semicolon, - anon_sym_RBRACE, - [223825] = 2, + [223697] = 2, + ACTIONS(4147), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - ACTIONS(3282), 2, - sym__automatic_semicolon, + [223705] = 2, + ACTIONS(12040), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [223713] = 2, + ACTIONS(12042), 1, anon_sym_RBRACE, - [223834] = 2, - ACTIONS(12056), 1, - anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223842] = 2, - ACTIONS(1624), 1, + [223721] = 2, + ACTIONS(12044), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223850] = 2, - ACTIONS(4149), 1, - anon_sym_while, + [223729] = 2, + ACTIONS(10675), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223858] = 2, - ACTIONS(12058), 1, + [223737] = 2, + ACTIONS(12046), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [223745] = 2, + ACTIONS(11499), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [223753] = 2, + ACTIONS(12048), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223866] = 2, - ACTIONS(12060), 1, + [223761] = 2, + ACTIONS(12050), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223874] = 2, - ACTIONS(12062), 1, - anon_sym_AMP, + [223769] = 2, + ACTIONS(12052), 1, + anon_sym_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223882] = 2, - ACTIONS(12064), 1, - anon_sym_while, + [223777] = 2, + ACTIONS(12054), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223890] = 2, - ACTIONS(12066), 1, - anon_sym_GT, + [223785] = 2, + ACTIONS(12056), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223898] = 2, - ACTIONS(12068), 1, + [223793] = 2, + ACTIONS(12058), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223906] = 2, - ACTIONS(5215), 1, - anon_sym_while, + [223801] = 2, + ACTIONS(12060), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223914] = 2, - ACTIONS(12070), 1, - anon_sym_RPAREN, + [223809] = 2, + ACTIONS(3294), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223922] = 2, - ACTIONS(12072), 1, + [223817] = 2, + ACTIONS(12062), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223930] = 2, - ACTIONS(12074), 1, - anon_sym_COLON, + [223825] = 2, + ACTIONS(12064), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223938] = 2, - ACTIONS(12076), 1, - anon_sym_COLON, + [223833] = 2, + ACTIONS(11707), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223946] = 2, - ACTIONS(12078), 1, + [223841] = 2, + ACTIONS(3340), 1, anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223954] = 2, - ACTIONS(12080), 1, - anon_sym_COLON, + [223849] = 2, + ACTIONS(4928), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223962] = 2, - ACTIONS(5211), 1, - anon_sym_while, + [223857] = 2, + ACTIONS(12066), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223970] = 2, - ACTIONS(11570), 1, + [223865] = 2, + ACTIONS(11791), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223978] = 2, - ACTIONS(12082), 1, + [223873] = 2, + ACTIONS(12068), 1, anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [223986] = 2, - ACTIONS(11245), 1, - sym__automatic_semicolon, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [223994] = 2, - ACTIONS(12084), 1, - anon_sym_while, + [223881] = 2, + ACTIONS(11421), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224002] = 2, - ACTIONS(12086), 1, - anon_sym_while, + [223889] = 2, + ACTIONS(12070), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224010] = 2, - ACTIONS(5207), 1, - anon_sym_while, + [223897] = 2, + ACTIONS(1638), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224018] = 2, - ACTIONS(12088), 1, - anon_sym_while, + [223905] = 2, + ACTIONS(12072), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224026] = 2, - ACTIONS(9898), 1, - sym__automatic_semicolon, + [223913] = 2, + ACTIONS(12074), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224034] = 2, - ACTIONS(12090), 1, + [223921] = 2, + ACTIONS(12076), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224042] = 2, - ACTIONS(12092), 1, + [223929] = 2, + ACTIONS(12078), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224050] = 2, - ACTIONS(11646), 1, + [223937] = 2, + ACTIONS(11801), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224058] = 2, - ACTIONS(10693), 1, - anon_sym_AMP, + [223945] = 2, + ACTIONS(12080), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224066] = 2, - ACTIONS(1618), 1, - anon_sym_RBRACE, + [223953] = 2, + ACTIONS(12082), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224074] = 2, - ACTIONS(12094), 1, - anon_sym_LPAREN, + [223961] = 2, + ACTIONS(12084), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224082] = 2, - ACTIONS(12096), 1, + [223969] = 2, + ACTIONS(12086), 1, anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224090] = 2, - ACTIONS(12098), 1, - anon_sym_DASH_GT, + [223977] = 2, + ACTIONS(5133), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224098] = 2, - ACTIONS(12100), 1, - anon_sym_COLON, + [223985] = 2, + ACTIONS(11367), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224106] = 2, - ACTIONS(11492), 1, - anon_sym_RPAREN, + [223993] = 2, + ACTIONS(4214), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224114] = 2, - ACTIONS(12102), 1, - anon_sym_LPAREN, + [224001] = 2, + ACTIONS(3284), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224122] = 2, - ACTIONS(12104), 1, + [224009] = 2, + ACTIONS(11844), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224130] = 2, - ACTIONS(12106), 1, - anon_sym_RBRACE, + [224017] = 2, + ACTIONS(12088), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224138] = 2, - ACTIONS(11544), 1, - anon_sym_RPAREN, + [224025] = 2, + ACTIONS(4868), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224146] = 2, - ACTIONS(3290), 1, - anon_sym_while, + [224033] = 2, + ACTIONS(12090), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224154] = 2, - ACTIONS(12108), 1, + [224041] = 2, + ACTIONS(12092), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224162] = 2, - ACTIONS(12110), 1, - anon_sym_RPAREN, + [224049] = 2, + ACTIONS(12094), 1, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224170] = 2, - ACTIONS(4214), 1, + [224057] = 2, + ACTIONS(12096), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224178] = 2, - ACTIONS(12112), 1, - sym__automatic_semicolon, + [224065] = 2, + ACTIONS(12098), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224186] = 2, - ACTIONS(12114), 1, - anon_sym_class, + [224073] = 2, + ACTIONS(1798), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [224081] = 2, + ACTIONS(12100), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224194] = 2, - ACTIONS(5221), 1, + [224089] = 2, + ACTIONS(4153), 1, anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224202] = 2, - ACTIONS(12116), 1, - anon_sym_COLON, + [224097] = 2, + ACTIONS(12102), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224210] = 2, - ACTIONS(12118), 1, + [224105] = 2, + ACTIONS(12104), 1, + sym__automatic_semicolon, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [224113] = 2, + ACTIONS(12106), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [224121] = 2, + ACTIONS(12108), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224218] = 2, - ACTIONS(12120), 1, + [224129] = 2, + ACTIONS(12110), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224226] = 2, - ACTIONS(5193), 1, - anon_sym_while, + [224137] = 2, + ACTIONS(12112), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224234] = 2, - ACTIONS(11654), 1, - anon_sym_RPAREN, + [224145] = 2, + ACTIONS(12114), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224242] = 2, - ACTIONS(10727), 1, + [224153] = 2, + ACTIONS(12116), 1, anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224250] = 2, - ACTIONS(12122), 1, + [224161] = 2, + ACTIONS(12118), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224258] = 2, - ACTIONS(4361), 1, + [224169] = 2, + ACTIONS(12120), 1, anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224266] = 2, - ACTIONS(12124), 1, + [224177] = 2, + ACTIONS(12122), 1, anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224274] = 2, + [224185] = 2, + ACTIONS(12124), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [224193] = 2, ACTIONS(12126), 1, - anon_sym_GT, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224282] = 2, - ACTIONS(4495), 1, - anon_sym_while, + [224201] = 2, + ACTIONS(10734), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224290] = 2, + [224209] = 2, ACTIONS(12128), 1, - anon_sym_DASH_GT, + anon_sym_LBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224298] = 2, + [224217] = 2, ACTIONS(12130), 1, - anon_sym_RPAREN, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224306] = 2, + [224225] = 2, ACTIONS(12132), 1, - anon_sym_DASH_GT, + anon_sym_file, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224314] = 2, - ACTIONS(1792), 1, - anon_sym_while, + [224233] = 2, + ACTIONS(12134), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224322] = 2, - ACTIONS(12134), 1, - anon_sym_RBRACE, + [224241] = 2, + ACTIONS(11380), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224330] = 2, + [224249] = 2, ACTIONS(12136), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [224257] = 2, + ACTIONS(3097), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224338] = 2, + [224265] = 2, ACTIONS(12138), 1, - anon_sym_class, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224346] = 2, + [224273] = 2, ACTIONS(12140), 1, - anon_sym_RPAREN, + anon_sym_SQUOTE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224354] = 2, + [224281] = 2, ACTIONS(12142), 1, - anon_sym_file, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224362] = 2, + [224289] = 2, ACTIONS(12144), 1, - anon_sym_EQ, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224370] = 2, + [224297] = 2, ACTIONS(12146), 1, - anon_sym_constructor, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224378] = 2, + [224305] = 2, ACTIONS(12148), 1, - anon_sym_RPAREN, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224386] = 2, + [224313] = 2, ACTIONS(12150), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224394] = 2, + [224321] = 2, + ACTIONS(1578), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [224329] = 2, ACTIONS(12152), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224402] = 2, + [224337] = 2, ACTIONS(12154), 1, - anon_sym_SQUOTE, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224410] = 2, + [224345] = 2, ACTIONS(12156), 1, - anon_sym_EQ, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224418] = 2, + [224353] = 2, ACTIONS(12158), 1, - anon_sym_AMP, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224426] = 2, + [224361] = 2, ACTIONS(12160), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224434] = 2, + [224369] = 2, ACTIONS(12162), 1, - anon_sym_RPAREN, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224442] = 2, + [224377] = 2, ACTIONS(12164), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224450] = 2, - ACTIONS(1610), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [224458] = 2, + [224385] = 2, ACTIONS(12166), 1, - anon_sym_SQUOTE, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224466] = 2, + [224393] = 2, ACTIONS(12168), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224474] = 2, + [224401] = 2, ACTIONS(12170), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [224482] = 2, - ACTIONS(4465), 1, - anon_sym_while, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224490] = 2, + [224409] = 2, ACTIONS(12172), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [224498] = 2, - ACTIONS(4218), 1, - anon_sym_while, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224506] = 2, + [224417] = 2, ACTIONS(12174), 1, - anon_sym_DASH_GT, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224514] = 2, + [224425] = 2, ACTIONS(12176), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224522] = 2, + [224433] = 2, ACTIONS(12178), 1, - anon_sym_COLON, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224530] = 2, + [224441] = 2, ACTIONS(12180), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [224538] = 2, - ACTIONS(10752), 1, - anon_sym_AMP, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224546] = 2, + [224449] = 2, ACTIONS(12182), 1, - anon_sym_LBRACE, + anon_sym_object, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224554] = 2, + [224457] = 2, ACTIONS(12184), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224562] = 2, - ACTIONS(12186), 1, - anon_sym_EQ, + [224465] = 2, + ACTIONS(12186), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [224473] = 2, + ACTIONS(11608), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224570] = 2, + [224481] = 2, ACTIONS(12188), 1, - anon_sym_RPAREN, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224578] = 2, + [224489] = 2, ACTIONS(12190), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224586] = 2, + [224497] = 2, ACTIONS(12192), 1, - anon_sym_else, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224594] = 2, + [224505] = 2, ACTIONS(12194), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224602] = 2, - ACTIONS(1616), 1, - anon_sym_RBRACE, + [224513] = 2, + ACTIONS(12196), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224610] = 2, - ACTIONS(12196), 1, + [224521] = 2, + ACTIONS(12198), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224618] = 2, - ACTIONS(12198), 1, - anon_sym_COLON, + [224529] = 2, + ACTIONS(4880), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224626] = 2, + [224537] = 2, ACTIONS(12200), 1, - anon_sym_AMP, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224634] = 2, + [224545] = 2, ACTIONS(12202), 1, - anon_sym_else, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224642] = 2, + [224553] = 2, ACTIONS(12204), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224650] = 2, + [224561] = 2, ACTIONS(12206), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [224658] = 2, - ACTIONS(1804), 1, - anon_sym_while, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224666] = 2, + [224569] = 2, ACTIONS(12208), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224674] = 2, + [224577] = 2, ACTIONS(12210), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224682] = 2, - ACTIONS(4920), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [224690] = 2, - ACTIONS(11709), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [224698] = 2, + [224585] = 2, ACTIONS(12212), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [224706] = 2, - ACTIONS(4162), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [224714] = 2, - ACTIONS(1614), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [224722] = 2, - ACTIONS(5155), 1, - anon_sym_while, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224730] = 2, + [224593] = 2, ACTIONS(12214), 1, - anon_sym_AMP, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224738] = 2, - ACTIONS(5151), 1, + [224601] = 2, + ACTIONS(4888), 1, anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224746] = 2, + [224609] = 2, ACTIONS(12216), 1, - anon_sym_SQUOTE, + anon_sym_LBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224754] = 2, - ACTIONS(5177), 1, - anon_sym_while, + [224617] = 2, + ACTIONS(12218), 1, + anon_sym_SQUOTE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224762] = 2, - ACTIONS(5147), 1, + [224625] = 2, + ACTIONS(4499), 1, anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224770] = 2, - ACTIONS(10738), 1, - anon_sym_AMP, + [224633] = 2, + ACTIONS(12220), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224778] = 2, - ACTIONS(12218), 1, + [224641] = 2, + ACTIONS(12222), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224786] = 2, - ACTIONS(12220), 1, + [224649] = 2, + ACTIONS(12224), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224794] = 2, - ACTIONS(12222), 1, + [224657] = 2, + ACTIONS(12226), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224802] = 2, - ACTIONS(12224), 1, + [224665] = 2, + ACTIONS(12228), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224810] = 2, - ACTIONS(12226), 1, - anon_sym_EQ, + [224673] = 2, + ACTIONS(12230), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224818] = 2, - ACTIONS(4323), 1, - anon_sym_while, + [224681] = 2, + ACTIONS(12232), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224826] = 2, - ACTIONS(5123), 1, - anon_sym_while, + [224689] = 2, + ACTIONS(12234), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224834] = 2, - ACTIONS(5119), 1, - anon_sym_while, + [224697] = 2, + ACTIONS(12236), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224842] = 2, - ACTIONS(4646), 1, - anon_sym_while, + [224705] = 2, + ACTIONS(12238), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224850] = 2, - ACTIONS(12228), 1, - anon_sym_RPAREN, + [224713] = 2, + ACTIONS(12240), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224858] = 2, - ACTIONS(12230), 1, - sym__automatic_semicolon, + [224721] = 2, + ACTIONS(12242), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224866] = 2, - ACTIONS(12232), 1, - anon_sym_COLON, + [224729] = 2, + ACTIONS(12244), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224874] = 2, - ACTIONS(11483), 1, + [224737] = 2, + ACTIONS(11645), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224882] = 2, - ACTIONS(12234), 1, - anon_sym_DASH_GT, + [224745] = 2, + ACTIONS(12246), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224890] = 2, - ACTIONS(12236), 1, - anon_sym_RPAREN, + [224753] = 2, + ACTIONS(12248), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224898] = 2, - ACTIONS(5079), 1, - anon_sym_while, + [224761] = 2, + ACTIONS(12250), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224906] = 2, - ACTIONS(12238), 1, + [224769] = 2, + ACTIONS(12252), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224914] = 2, - ACTIONS(12240), 1, + [224777] = 2, + ACTIONS(12254), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224922] = 2, - ACTIONS(12242), 1, - anon_sym_object, + [224785] = 2, + ACTIONS(12256), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224930] = 2, - ACTIONS(1734), 1, - anon_sym_while, + [224793] = 2, + ACTIONS(12258), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224938] = 2, - ACTIONS(4185), 1, - anon_sym_while, + [224801] = 2, + ACTIONS(12260), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224946] = 2, - ACTIONS(12244), 1, + [224809] = 2, + ACTIONS(12262), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224954] = 2, - ACTIONS(12246), 1, + [224817] = 2, + ACTIONS(12264), 1, anon_sym_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224962] = 2, - ACTIONS(12248), 1, - anon_sym_DASH_GT, + [224825] = 2, + ACTIONS(12266), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224970] = 2, - ACTIONS(4776), 1, - anon_sym_while, + [224833] = 2, + ACTIONS(12268), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224978] = 2, - ACTIONS(12250), 1, + [224841] = 2, + ACTIONS(12270), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224986] = 2, - ACTIONS(121), 1, - anon_sym_while, + [224849] = 2, + ACTIONS(12272), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [224994] = 2, - ACTIONS(12252), 1, - anon_sym_RPAREN, + [224857] = 2, + ACTIONS(4940), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225002] = 2, - ACTIONS(12254), 1, - anon_sym_RBRACE, + [224865] = 2, + ACTIONS(5082), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225010] = 2, - ACTIONS(12256), 1, - anon_sym_class, + [224873] = 2, + ACTIONS(12274), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225018] = 2, - ACTIONS(12258), 1, - anon_sym_RPAREN, + [224881] = 2, + ACTIONS(12276), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225026] = 2, - ACTIONS(4469), 1, + [224889] = 2, + ACTIONS(4245), 1, anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225034] = 2, - ACTIONS(12260), 1, - anon_sym_DASH_GT, + [224897] = 2, + ACTIONS(12278), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225042] = 2, - ACTIONS(5173), 1, - anon_sym_while, + [224905] = 2, + ACTIONS(12280), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225050] = 2, - ACTIONS(4908), 1, - anon_sym_while, + [224913] = 2, + ACTIONS(12282), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225058] = 2, - ACTIONS(12262), 1, - anon_sym_AMP, + [224921] = 2, + ACTIONS(12284), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225066] = 2, - ACTIONS(4904), 1, - anon_sym_while, + [224929] = 2, + ACTIONS(12286), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225074] = 2, - ACTIONS(4654), 1, - anon_sym_while, + [224937] = 2, + ACTIONS(12288), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225082] = 2, - ACTIONS(12264), 1, - anon_sym_RPAREN, + [224945] = 2, + ACTIONS(1734), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225090] = 2, - ACTIONS(12266), 1, - anon_sym_RPAREN, + [224953] = 2, + ACTIONS(12290), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225098] = 2, - ACTIONS(1810), 1, + [224961] = 2, + ACTIONS(5058), 1, anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225106] = 2, - ACTIONS(4297), 1, - anon_sym_while, + [224969] = 2, + ACTIONS(12292), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225114] = 2, - ACTIONS(4900), 1, - anon_sym_while, + [224977] = 2, + ACTIONS(12294), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225122] = 2, - ACTIONS(4357), 1, - anon_sym_while, + [224985] = 2, + ACTIONS(12296), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225130] = 2, - ACTIONS(12268), 1, + [224993] = 2, + ACTIONS(12298), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225138] = 2, - ACTIONS(5109), 1, - anon_sym_while, + [225001] = 2, + ACTIONS(12300), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225146] = 2, - ACTIONS(12270), 1, + [225009] = 2, + ACTIONS(12302), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225154] = 2, - ACTIONS(4483), 1, + [225017] = 2, + ACTIONS(5074), 1, anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225162] = 2, - ACTIONS(11461), 1, + [225025] = 2, + ACTIONS(11703), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225170] = 2, - ACTIONS(12272), 1, - anon_sym_class, + [225033] = 2, + ACTIONS(12304), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225178] = 2, - ACTIONS(12274), 1, - anon_sym_class, + [225041] = 2, + ACTIONS(5078), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225186] = 2, - ACTIONS(5101), 1, + [225049] = 2, + ACTIONS(4341), 1, anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225194] = 2, - ACTIONS(12276), 1, + [225057] = 2, + ACTIONS(12306), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225202] = 2, - ACTIONS(4968), 1, + [225065] = 2, + ACTIONS(3278), 1, anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225210] = 2, - ACTIONS(1816), 1, + [225073] = 2, + ACTIONS(5211), 1, anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225218] = 2, - ACTIONS(12278), 1, - anon_sym_LBRACE, + [225081] = 2, + ACTIONS(12308), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225226] = 2, - ACTIONS(12280), 1, + [225089] = 2, + ACTIONS(12310), 1, anon_sym_object, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225234] = 2, - ACTIONS(12282), 1, - anon_sym_class, + [225097] = 2, + ACTIONS(12312), 1, + anon_sym_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225242] = 2, - ACTIONS(12284), 1, - anon_sym_RPAREN, + [225105] = 2, + ACTIONS(12314), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225250] = 2, - ACTIONS(12286), 1, - anon_sym_class, + [225113] = 2, + ACTIONS(12316), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225258] = 2, - ACTIONS(12288), 1, - anon_sym_class, + [225121] = 2, + ACTIONS(12318), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225266] = 2, - ACTIONS(12290), 1, - anon_sym_class, + [225129] = 2, + ACTIONS(5108), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225274] = 2, - ACTIONS(12292), 1, - anon_sym_EQ, + [225137] = 2, + ACTIONS(12320), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225282] = 2, - ACTIONS(12294), 1, - anon_sym_DASH_GT, + [225145] = 2, + ACTIONS(12322), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225290] = 2, - ACTIONS(12296), 1, - anon_sym_class, + [225153] = 2, + ACTIONS(12324), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225298] = 2, - ACTIONS(10695), 1, - anon_sym_AMP, + [225161] = 2, + ACTIONS(12326), 1, + anon_sym_LBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225306] = 2, - ACTIONS(12298), 1, - anon_sym_else, + [225169] = 2, + ACTIONS(12328), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225314] = 2, - ACTIONS(12300), 1, - anon_sym_class, + [225177] = 2, + ACTIONS(12330), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225322] = 2, - ACTIONS(12302), 1, - anon_sym_COLON, + [225185] = 2, + ACTIONS(12332), 1, + anon_sym_constructor, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225330] = 2, - ACTIONS(10707), 1, + [225193] = 2, + ACTIONS(12334), 1, anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225338] = 2, - ACTIONS(4301), 1, - anon_sym_while, + [225201] = 2, + ACTIONS(12336), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225346] = 2, - ACTIONS(12304), 1, - anon_sym_EQ, + [225209] = 2, + ACTIONS(4479), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225354] = 2, - ACTIONS(12306), 1, - anon_sym_COLON, + [225217] = 2, + ACTIONS(5201), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225362] = 2, - ACTIONS(4569), 1, - anon_sym_while, + [225225] = 2, + ACTIONS(12338), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225370] = 2, - ACTIONS(12308), 1, - anon_sym_COLON, + [225233] = 2, + ACTIONS(12340), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225378] = 2, - ACTIONS(3422), 1, - anon_sym_while, + [225241] = 2, + ACTIONS(12342), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225386] = 2, - ACTIONS(4441), 1, - anon_sym_while, + [225249] = 2, + ACTIONS(12344), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225394] = 2, - ACTIONS(12310), 1, + [225257] = 2, + ACTIONS(12346), 1, anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225402] = 2, - ACTIONS(5087), 1, - anon_sym_while, + [225265] = 2, + ACTIONS(12348), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225410] = 2, - ACTIONS(12312), 1, - anon_sym_else, + [225273] = 2, + ACTIONS(12350), 1, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225418] = 2, - ACTIONS(5041), 1, - anon_sym_while, + [225281] = 2, + ACTIONS(12352), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225426] = 2, - ACTIONS(4976), 1, - anon_sym_while, + [225289] = 2, + ACTIONS(12354), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225434] = 2, - ACTIONS(12314), 1, + [225297] = 2, + ACTIONS(12356), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225442] = 2, - ACTIONS(12316), 1, + [225305] = 2, + ACTIONS(12358), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225450] = 2, - ACTIONS(5105), 1, - anon_sym_while, + [225313] = 2, + ACTIONS(12360), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225458] = 2, - ACTIONS(12318), 1, - anon_sym_RPAREN, + [225321] = 2, + ACTIONS(12362), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225466] = 2, - ACTIONS(12320), 1, - anon_sym_class, + [225329] = 2, + ACTIONS(1812), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225474] = 2, - ACTIONS(12322), 1, - anon_sym_class, + [225337] = 2, + ACTIONS(12364), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225482] = 2, - ACTIONS(12324), 1, - anon_sym_class, + [225345] = 2, + ACTIONS(4141), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225490] = 2, - ACTIONS(12326), 1, - anon_sym_DASH_GT, + [225353] = 2, + ACTIONS(12366), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225498] = 2, - ACTIONS(12328), 1, - anon_sym_DASH_GT, + [225361] = 2, + ACTIONS(12368), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225506] = 2, - ACTIONS(12330), 1, - anon_sym_LBRACE, + [225369] = 2, + ACTIONS(5193), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225514] = 2, - ACTIONS(12332), 1, - anon_sym_class, + [225377] = 2, + ACTIONS(5189), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225522] = 2, - ACTIONS(12334), 1, - anon_sym_DASH_GT, + [225385] = 2, + ACTIONS(5185), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225530] = 2, - ACTIONS(12336), 1, - anon_sym_EQ, + [225393] = 2, + ACTIONS(4202), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225538] = 2, - ACTIONS(12338), 1, - anon_sym_constructor, + [225401] = 2, + ACTIONS(5173), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225546] = 2, - ACTIONS(9137), 1, - anon_sym_AMP, + [225409] = 2, + ACTIONS(5169), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225554] = 2, - ACTIONS(12340), 1, + [225417] = 2, + ACTIONS(12370), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225562] = 2, - ACTIONS(12342), 1, - anon_sym_RPAREN, + [225425] = 2, + ACTIONS(4694), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225570] = 2, - ACTIONS(12344), 1, + [225433] = 2, + ACTIONS(4491), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [225441] = 2, + ACTIONS(12372), 1, anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225578] = 2, - ACTIONS(9135), 1, - anon_sym_AMP, + [225449] = 2, + ACTIONS(1826), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225586] = 2, - ACTIONS(12346), 1, - anon_sym_RPAREN, + [225457] = 2, + ACTIONS(4131), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225594] = 2, - ACTIONS(12348), 1, - anon_sym_EQ, + [225465] = 2, + ACTIONS(5066), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225602] = 2, - ACTIONS(12350), 1, - anon_sym_COLON, + [225473] = 2, + ACTIONS(12374), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225610] = 2, - ACTIONS(12352), 1, - anon_sym_AMP, + [225481] = 2, + ACTIONS(121), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225618] = 2, - ACTIONS(12354), 1, - anon_sym_RPAREN, + [225489] = 2, + ACTIONS(4436), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225626] = 2, - ACTIONS(12356), 1, - anon_sym_RPAREN, + [225497] = 2, + ACTIONS(4860), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225634] = 2, - ACTIONS(12358), 1, - anon_sym_else, + [225505] = 2, + ACTIONS(4856), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225642] = 2, - ACTIONS(12360), 1, - anon_sym_class, + [225513] = 2, + ACTIONS(4846), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225650] = 2, - ACTIONS(12362), 1, - anon_sym_RPAREN, + [225521] = 2, + ACTIONS(4645), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225658] = 2, - ACTIONS(12364), 1, - anon_sym_RPAREN, + [225529] = 2, + ACTIONS(12376), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225666] = 2, - ACTIONS(12366), 1, - anon_sym_else, + [225537] = 2, + ACTIONS(1820), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225674] = 2, - ACTIONS(12368), 1, - anon_sym_DASH_GT, + [225545] = 2, + ACTIONS(4321), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225682] = 2, - ACTIONS(12370), 1, - anon_sym_LBRACE, + [225553] = 2, + ACTIONS(12378), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225690] = 2, - ACTIONS(12372), 1, - anon_sym_COLON, + [225561] = 2, + ACTIONS(5038), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225698] = 2, - ACTIONS(12374), 1, - anon_sym_COLON, + [225569] = 2, + ACTIONS(5050), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225706] = 2, - ACTIONS(12376), 1, - anon_sym_class, + [225577] = 2, + ACTIONS(5054), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225714] = 2, - ACTIONS(12378), 1, - anon_sym_COLON, + [225585] = 2, + ACTIONS(1792), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [225593] = 2, + ACTIONS(4325), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225722] = 2, + [225601] = 2, ACTIONS(12380), 1, - anon_sym_EQ, + anon_sym_LBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225730] = 2, + [225609] = 2, ACTIONS(12382), 1, - anon_sym_constructor, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [225617] = 2, + ACTIONS(11848), 1, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225738] = 2, + [225625] = 2, ACTIONS(12384), 1, - anon_sym_while, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225746] = 2, + [225633] = 2, ACTIONS(12386), 1, - anon_sym_else, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225754] = 2, + [225641] = 2, ACTIONS(12388), 1, - anon_sym_RPAREN, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225762] = 2, - ACTIONS(11508), 1, - anon_sym_AMP, + [225649] = 2, + ACTIONS(12390), 1, + anon_sym_constructor, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225770] = 2, - ACTIONS(12390), 1, - anon_sym_LPAREN, + [225657] = 2, + ACTIONS(11854), 1, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225778] = 2, + [225665] = 2, ACTIONS(12392), 1, - anon_sym_class, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225786] = 2, + [225673] = 2, ACTIONS(12394), 1, - anon_sym_class, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225794] = 2, + [225681] = 2, ACTIONS(12396), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225802] = 2, + [225689] = 2, ACTIONS(12398), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [225697] = 2, + ACTIONS(10673), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225810] = 2, + [225705] = 2, ACTIONS(12400), 1, - anon_sym_RPAREN, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225818] = 2, + [225713] = 2, ACTIONS(12402), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225826] = 2, + [225721] = 2, ACTIONS(12404), 1, - anon_sym_DASH_GT, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225834] = 2, + [225729] = 2, ACTIONS(12406), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225842] = 2, + [225737] = 2, + ACTIONS(10671), 1, + anon_sym_AMP, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [225745] = 2, + ACTIONS(4597), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [225753] = 2, ACTIONS(12408), 1, - anon_sym_RPAREN, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225850] = 2, + [225761] = 2, ACTIONS(12410), 1, - anon_sym_COLON, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225858] = 2, + [225769] = 2, ACTIONS(12412), 1, - anon_sym_constructor, + anon_sym_EQ, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [225777] = 2, + ACTIONS(3422), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [225785] = 2, + ACTIONS(4487), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225866] = 2, + [225793] = 2, ACTIONS(12414), 1, - anon_sym_RPAREN, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225874] = 2, + [225801] = 2, ACTIONS(12416), 1, - anon_sym_RBRACE, + anon_sym_COLON, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [225809] = 2, + ACTIONS(5090), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225882] = 2, + [225817] = 2, ACTIONS(12418), 1, - anon_sym_COLON, + anon_sym_AMP, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [225825] = 2, + ACTIONS(5100), 1, + anon_sym_while, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [225833] = 2, + ACTIONS(5086), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225890] = 2, + [225841] = 2, ACTIONS(12420), 1, - anon_sym_AMP, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225898] = 2, + [225849] = 2, ACTIONS(12422), 1, - anon_sym_DASH_GT, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225906] = 2, + [225857] = 2, ACTIONS(12424), 1, - anon_sym_EQ, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225914] = 2, + [225865] = 2, ACTIONS(12426), 1, - anon_sym_COLON, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225922] = 2, + [225873] = 2, ACTIONS(12428), 1, + anon_sym_LBRACE, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [225881] = 2, + ACTIONS(10691), 1, anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225930] = 2, + [225889] = 2, ACTIONS(12430), 1, - anon_sym_RBRACE, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225938] = 2, + [225897] = 2, ACTIONS(12432), 1, - anon_sym_RPAREN, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225946] = 2, + [225905] = 2, ACTIONS(12434), 1, - anon_sym_RPAREN, + anon_sym_LBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225954] = 2, + [225913] = 2, ACTIONS(12436), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225962] = 2, + [225921] = 2, + ACTIONS(11787), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [225929] = 2, ACTIONS(12438), 1, - anon_sym_DASH_GT, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225970] = 2, + [225937] = 2, ACTIONS(12440), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225978] = 2, + [225945] = 2, ACTIONS(12442), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225986] = 2, + [225953] = 2, ACTIONS(12444), 1, - anon_sym_RBRACE, + anon_sym_constructor, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [225961] = 2, + ACTIONS(9121), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [225994] = 2, + [225969] = 2, ACTIONS(12446), 1, - anon_sym_SQUOTE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226002] = 2, + [225977] = 2, ACTIONS(12448), 1, - anon_sym_in, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226010] = 2, + [225985] = 2, ACTIONS(12450), 1, - anon_sym_COLON, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226018] = 2, - ACTIONS(10709), 1, + [225993] = 2, + ACTIONS(9119), 1, anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226026] = 2, + [226001] = 2, ACTIONS(12452), 1, - anon_sym_DASH_GT, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226034] = 2, + [226009] = 2, ACTIONS(12454), 1, - anon_sym_class, + anon_sym_COLON, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [226017] = 2, + ACTIONS(1628), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226042] = 2, + [226025] = 2, ACTIONS(12456), 1, - anon_sym_RPAREN, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226050] = 2, + [226033] = 2, ACTIONS(12458), 1, - anon_sym_class, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226058] = 2, + [226041] = 2, ACTIONS(12460), 1, - anon_sym_DASH_GT, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226066] = 2, + [226049] = 2, ACTIONS(12462), 1, - anon_sym_DASH_GT, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226074] = 2, + [226057] = 2, ACTIONS(12464), 1, - anon_sym_RPAREN, + anon_sym_constructor, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226082] = 2, + [226065] = 2, ACTIONS(12466), 1, - anon_sym_RPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226090] = 2, + [226073] = 2, ACTIONS(12468), 1, - anon_sym_LBRACE, + anon_sym_RBRACE, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [226081] = 2, + ACTIONS(4503), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226098] = 2, + [226089] = 2, ACTIONS(12470), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226106] = 2, + [226097] = 2, ACTIONS(12472), 1, - anon_sym_class, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226114] = 2, + [226105] = 2, ACTIONS(12474), 1, - anon_sym_else, + anon_sym_LBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226122] = 2, + [226113] = 2, ACTIONS(12476), 1, - anon_sym_EQ, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226130] = 2, + [226121] = 2, ACTIONS(12478), 1, - anon_sym_LBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226138] = 2, + [226129] = 2, ACTIONS(12480), 1, - anon_sym_EQ, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226146] = 2, + [226137] = 2, ACTIONS(12482), 1, - anon_sym_constructor, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226154] = 2, - ACTIONS(1630), 1, - anon_sym_RBRACE, + [226145] = 2, + ACTIONS(12484), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226162] = 2, - ACTIONS(9145), 1, - anon_sym_AMP, + [226153] = 2, + ACTIONS(12486), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226170] = 2, - ACTIONS(12484), 1, - anon_sym_EQ, + [226161] = 2, + ACTIONS(12488), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226178] = 2, - ACTIONS(12486), 1, - anon_sym_GT, + [226169] = 2, + ACTIONS(12490), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226186] = 2, - ACTIONS(12488), 1, - anon_sym_DASH_GT, + [226177] = 2, + ACTIONS(1598), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226194] = 2, - ACTIONS(12490), 1, - anon_sym_constructor, + [226185] = 2, + ACTIONS(11733), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226202] = 2, + [226193] = 2, ACTIONS(12492), 1, - anon_sym_RPAREN, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226210] = 2, + [226201] = 2, ACTIONS(12494), 1, - anon_sym_RPAREN, + anon_sym_constructor, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [226209] = 2, + ACTIONS(11835), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226218] = 2, + [226217] = 2, ACTIONS(12496), 1, - anon_sym_EQ, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226226] = 2, + [226225] = 2, ACTIONS(12498), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226234] = 2, + [226233] = 2, ACTIONS(12500), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226242] = 2, + [226241] = 2, ACTIONS(12502), 1, - anon_sym_RPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226250] = 2, + [226249] = 2, ACTIONS(12504), 1, - anon_sym_while, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226258] = 2, + [226257] = 2, ACTIONS(12506), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226266] = 2, + [226265] = 2, ACTIONS(12508), 1, - anon_sym_COLON, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226274] = 2, + [226273] = 2, ACTIONS(12510), 1, - anon_sym_EQ, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226282] = 2, - ACTIONS(9141), 1, - anon_sym_AMP, + [226281] = 2, + ACTIONS(12512), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226290] = 2, - ACTIONS(12512), 1, - anon_sym_RPAREN, + [226289] = 2, + ACTIONS(12514), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226298] = 2, - ACTIONS(12514), 1, - anon_sym_LPAREN, + [226297] = 2, + ACTIONS(11753), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226306] = 2, + [226305] = 2, ACTIONS(12516), 1, - anon_sym_COLON, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226314] = 2, + [226313] = 2, ACTIONS(12518), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226322] = 2, + [226321] = 2, ACTIONS(12520), 1, - anon_sym_COLON, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226330] = 2, + [226329] = 2, ACTIONS(12522), 1, - anon_sym_COLON, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226338] = 2, + [226337] = 2, ACTIONS(12524), 1, - anon_sym_AMP, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226346] = 2, + [226345] = 2, ACTIONS(12526), 1, - anon_sym_COLON, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226354] = 2, + [226353] = 2, ACTIONS(12528), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226362] = 2, + [226361] = 2, ACTIONS(12530), 1, - anon_sym_RPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226370] = 2, + [226369] = 2, ACTIONS(12532), 1, - anon_sym_EQ, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226378] = 2, + [226377] = 2, ACTIONS(12534), 1, - anon_sym_RPAREN, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226386] = 2, + [226385] = 2, ACTIONS(12536), 1, - anon_sym_class, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [226394] = 2, - ACTIONS(4139), 1, anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226402] = 2, - ACTIONS(1634), 1, - anon_sym_RBRACE, + [226393] = 2, + ACTIONS(12538), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226410] = 2, - ACTIONS(12538), 1, - anon_sym_AMP, + [226401] = 2, + ACTIONS(11503), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226418] = 2, + [226409] = 2, ACTIONS(12540), 1, - anon_sym_RBRACE, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226426] = 2, + [226417] = 2, ACTIONS(12542), 1, - anon_sym_RPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226434] = 2, + [226425] = 2, ACTIONS(12544), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226442] = 2, + [226433] = 2, ACTIONS(12546), 1, - anon_sym_RBRACE, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226450] = 2, + [226441] = 2, ACTIONS(12548), 1, - anon_sym_class, + anon_sym_LBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226458] = 2, - ACTIONS(12550), 1, + [226449] = 2, + ACTIONS(1634), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226466] = 2, + [226457] = 2, + ACTIONS(12550), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [226465] = 2, ACTIONS(12552), 1, - anon_sym_EQ, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226474] = 2, + [226473] = 2, ACTIONS(12554), 1, - anon_sym_constructor, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226482] = 2, + [226481] = 2, ACTIONS(12556), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226490] = 2, + [226489] = 2, ACTIONS(12558), 1, - anon_sym_AMP, + anon_sym_SQUOTE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226498] = 2, + [226497] = 2, ACTIONS(12560), 1, - anon_sym_COLON, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226506] = 2, + [226505] = 2, ACTIONS(12562), 1, - anon_sym_RPAREN, + anon_sym_constructor, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226514] = 2, - ACTIONS(12564), 1, - anon_sym_COLON, + [226513] = 2, + ACTIONS(9123), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226522] = 2, - ACTIONS(12566), 1, - anon_sym_DASH_GT, + [226521] = 2, + ACTIONS(12564), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226530] = 2, - ACTIONS(12568), 1, - anon_sym_RPAREN, + [226529] = 2, + ACTIONS(12566), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226538] = 2, - ACTIONS(11372), 1, + [226537] = 2, + ACTIONS(12568), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226546] = 2, + [226545] = 2, ACTIONS(12570), 1, - anon_sym_AMP, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [226554] = 2, - ACTIONS(11368), 1, - anon_sym_RPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226562] = 2, + [226553] = 2, ACTIONS(12572), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226570] = 2, + [226561] = 2, ACTIONS(12574), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226578] = 2, - ACTIONS(12576), 1, - anon_sym_RPAREN, + [226569] = 2, + ACTIONS(9134), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226586] = 2, - ACTIONS(1798), 1, - anon_sym_while, + [226577] = 2, + ACTIONS(12576), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226594] = 2, + [226585] = 2, ACTIONS(12578), 1, - anon_sym_DASH_GT, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226602] = 2, + [226593] = 2, ACTIONS(12580), 1, - anon_sym_EQ, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226610] = 2, + [226601] = 2, ACTIONS(12582), 1, - anon_sym_else, + anon_sym_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226618] = 2, + [226609] = 2, ACTIONS(12584), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226626] = 2, - ACTIONS(4964), 1, - anon_sym_while, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [226634] = 2, - ACTIONS(11319), 1, - sym__automatic_semicolon, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [226642] = 2, + [226617] = 2, ACTIONS(12586), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [226650] = 2, - ACTIONS(3282), 1, - anon_sym_while, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226658] = 2, + [226625] = 2, ACTIONS(12588), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226666] = 2, + [226633] = 2, ACTIONS(12590), 1, - anon_sym_class, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226674] = 2, + [226641] = 2, ACTIONS(12592), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [226682] = 2, - ACTIONS(12594), 1, anon_sym_SQUOTE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226690] = 2, - ACTIONS(4329), 1, - anon_sym_while, + [226649] = 2, + ACTIONS(12594), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226698] = 2, + [226657] = 2, ACTIONS(12596), 1, - anon_sym_COLON, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226706] = 2, - ACTIONS(5201), 1, - anon_sym_while, + [226665] = 2, + ACTIONS(12598), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226714] = 2, - ACTIONS(12598), 1, + [226673] = 2, + ACTIONS(11289), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226722] = 2, + [226681] = 2, ACTIONS(12600), 1, - anon_sym_RBRACE, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226730] = 2, + [226689] = 2, ACTIONS(12602), 1, - anon_sym_RPAREN, + anon_sym_SQUOTE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226738] = 2, + [226697] = 2, ACTIONS(12604), 1, - anon_sym_RBRACE, + aux_sym__uni_character_literal_token1, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226746] = 2, + [226705] = 2, ACTIONS(12606), 1, - anon_sym_GT, + anon_sym_SQUOTE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226754] = 2, - ACTIONS(12608), 1, - anon_sym_RPAREN, + [226713] = 2, + ACTIONS(10724), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226762] = 2, - ACTIONS(12610), 1, - anon_sym_AMP, + [226721] = 2, + ACTIONS(12608), 1, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226770] = 2, - ACTIONS(11500), 1, - anon_sym_AMP, + [226729] = 2, + ACTIONS(12610), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226778] = 2, + [226737] = 2, ACTIONS(12612), 1, - anon_sym_RPAREN, + anon_sym_constructor, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226786] = 2, + [226745] = 2, ACTIONS(12614), 1, - anon_sym_RPAREN, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226794] = 2, + [226753] = 2, ACTIONS(12616), 1, - anon_sym_RPAREN, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226802] = 2, + [226761] = 2, ACTIONS(12618), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [226810] = 2, - ACTIONS(11822), 1, - sym__automatic_semicolon, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [226818] = 2, - ACTIONS(11354), 1, - anon_sym_RPAREN, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226826] = 2, + [226769] = 2, ACTIONS(12620), 1, - anon_sym_SQUOTE, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226834] = 2, + [226777] = 2, ACTIONS(12622), 1, - aux_sym__uni_character_literal_token1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226842] = 2, + [226785] = 2, ACTIONS(12624), 1, - anon_sym_SQUOTE, + anon_sym_LBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226850] = 2, + [226793] = 2, ACTIONS(12626), 1, - anon_sym_class, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226858] = 2, + [226801] = 2, ACTIONS(12628), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226866] = 2, - ACTIONS(11800), 1, - anon_sym_RPAREN, + [226809] = 2, + ACTIONS(4788), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226874] = 2, + [226817] = 2, ACTIONS(12630), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226882] = 2, + [226825] = 2, ACTIONS(12632), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226890] = 2, + [226833] = 2, ACTIONS(12634), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226898] = 2, - ACTIONS(12636), 1, - anon_sym_AMP, + [226841] = 2, + ACTIONS(1574), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226906] = 2, - ACTIONS(12638), 1, - anon_sym_DASH_GT, + [226849] = 2, + ACTIONS(12636), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226914] = 2, - ACTIONS(11794), 1, - anon_sym_RPAREN, + [226857] = 2, + ACTIONS(12638), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226922] = 2, + [226865] = 2, ACTIONS(12640), 1, - anon_sym_LBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226930] = 2, + [226873] = 2, ACTIONS(12642), 1, - anon_sym_while, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226938] = 2, - ACTIONS(12644), 1, + [226881] = 2, + ACTIONS(1602), 1, anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226946] = 2, - ACTIONS(4800), 1, + [226889] = 2, + ACTIONS(12644), 1, anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226954] = 2, - ACTIONS(12646), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [226962] = 2, - ACTIONS(12648), 1, - anon_sym_class, + [226897] = 2, + ACTIONS(10702), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226970] = 2, - ACTIONS(12650), 1, - anon_sym_constructor, + [226905] = 2, + ACTIONS(12646), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226978] = 2, - ACTIONS(11315), 1, - sym__automatic_semicolon, + [226913] = 2, + ACTIONS(12648), 1, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226986] = 2, - ACTIONS(1413), 1, - anon_sym_RBRACE, + [226921] = 2, + ACTIONS(12650), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [226994] = 2, + [226929] = 2, ACTIONS(12652), 1, - anon_sym_RBRACE, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227002] = 2, + [226937] = 2, ACTIONS(12654), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227010] = 2, + [226945] = 2, ACTIONS(12656), 1, anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227018] = 2, - ACTIONS(11810), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [227026] = 2, + [226953] = 2, ACTIONS(12658), 1, - anon_sym_COLON, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227034] = 2, + [226961] = 2, ACTIONS(12660), 1, - anon_sym_AMP, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227042] = 2, + [226969] = 2, ACTIONS(12662), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [227050] = 2, - ACTIONS(4852), 1, - anon_sym_while, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227058] = 2, + [226977] = 2, ACTIONS(12664), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227066] = 2, + [226985] = 2, ACTIONS(12666), 1, - anon_sym_EQ, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227074] = 2, + [226993] = 2, ACTIONS(12668), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227082] = 2, + [227001] = 2, ACTIONS(12670), 1, - anon_sym_COLON, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227090] = 2, + [227009] = 2, ACTIONS(12672), 1, - anon_sym_AMP, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [227098] = 2, - ACTIONS(3346), 1, - anon_sym_while, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227106] = 2, + [227017] = 2, ACTIONS(12674), 1, - anon_sym_RPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227114] = 2, + [227025] = 2, ACTIONS(12676), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [227122] = 2, - ACTIONS(11830), 1, - sym__automatic_semicolon, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227130] = 2, + [227033] = 2, ACTIONS(12678), 1, - anon_sym_class, + anon_sym_SQUOTE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227138] = 2, + [227041] = 2, ACTIONS(12680), 1, - anon_sym_RPAREN, + anon_sym_constructor, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227146] = 2, + [227049] = 2, ACTIONS(12682), 1, - anon_sym_constructor, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227154] = 2, + [227057] = 2, ACTIONS(12684), 1, anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227162] = 2, + [227065] = 2, + ACTIONS(1636), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [227073] = 2, ACTIONS(12686), 1, - anon_sym_COLON, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227170] = 2, + [227081] = 2, ACTIONS(12688), 1, - anon_sym_else, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227178] = 2, + [227089] = 2, ACTIONS(12690), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227186] = 2, + [227097] = 2, ACTIONS(12692), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [227194] = 2, - ACTIONS(3274), 1, - anon_sym_while, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227202] = 2, - ACTIONS(1572), 1, - anon_sym_RBRACE, + [227105] = 2, + ACTIONS(12694), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227210] = 2, - ACTIONS(12694), 1, - anon_sym_SQUOTE, + [227113] = 2, + ACTIONS(12696), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227218] = 2, - ACTIONS(12696), 1, - anon_sym_AMP, + [227121] = 2, + ACTIONS(1640), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227226] = 2, + [227129] = 2, ACTIONS(12698), 1, anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227234] = 2, + [227137] = 2, ACTIONS(12700), 1, - anon_sym_DASH_GT, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227242] = 2, + [227145] = 2, ACTIONS(12702), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227250] = 2, + [227153] = 2, ACTIONS(12704), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227258] = 2, + [227161] = 2, ACTIONS(12706), 1, - anon_sym_AMP, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227266] = 2, - ACTIONS(12708), 1, - sym__automatic_semicolon, + [227169] = 2, + ACTIONS(11299), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227274] = 2, - ACTIONS(1574), 1, - anon_sym_RBRACE, + [227177] = 2, + ACTIONS(12708), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227282] = 2, + [227185] = 2, ACTIONS(12710), 1, - anon_sym_class, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227290] = 2, + [227193] = 2, ACTIONS(12712), 1, - anon_sym_RPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227298] = 2, + [227201] = 2, ACTIONS(12714), 1, - sym__automatic_semicolon, + anon_sym_constructor, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227306] = 2, + [227209] = 2, ACTIONS(12716), 1, - anon_sym_RPAREN, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227314] = 2, + [227217] = 2, ACTIONS(12718), 1, - anon_sym_else, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227322] = 2, + [227225] = 2, ACTIONS(12720), 1, - anon_sym_class, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227330] = 2, + [227233] = 2, ACTIONS(12722), 1, - anon_sym_GT, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [227338] = 2, - ACTIONS(12724), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [227346] = 2, - ACTIONS(8231), 1, anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227354] = 2, - ACTIONS(12726), 1, + [227241] = 2, + ACTIONS(12724), 1, anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227362] = 2, - ACTIONS(8235), 1, - anon_sym_AMP, + [227249] = 2, + ACTIONS(12726), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227370] = 2, + [227257] = 2, ACTIONS(12728), 1, - anon_sym_COLON, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227378] = 2, + [227265] = 2, ACTIONS(12730), 1, - anon_sym_AMP, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227386] = 2, + [227273] = 2, ACTIONS(12732), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227394] = 2, - ACTIONS(3115), 1, - anon_sym_while, + [227281] = 2, + ACTIONS(11337), 1, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227402] = 2, + [227289] = 2, ACTIONS(12734), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227410] = 2, + [227297] = 2, ACTIONS(12736), 1, - anon_sym_class, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [227418] = 2, - ACTIONS(6619), 1, - anon_sym_AMP, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [227426] = 2, - ACTIONS(11828), 1, - anon_sym_RPAREN, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227434] = 2, - ACTIONS(6688), 1, - anon_sym_AMP, + [227305] = 2, + ACTIONS(11343), 1, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227442] = 2, + [227313] = 2, ACTIONS(12738), 1, - anon_sym_AMP, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227450] = 2, + [227321] = 2, ACTIONS(12740), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227458] = 2, + [227329] = 2, ACTIONS(12742), 1, - anon_sym_class, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227466] = 2, + [227337] = 2, ACTIONS(12744), 1, + anon_sym_GT, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [227345] = 2, + ACTIONS(8221), 1, anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227474] = 2, + [227353] = 2, ACTIONS(12746), 1, - anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [227361] = 2, + ACTIONS(8231), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227482] = 2, + [227369] = 2, ACTIONS(12748), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227490] = 2, + [227377] = 2, ACTIONS(12750), 1, anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227498] = 2, + [227385] = 2, ACTIONS(12752), 1, - anon_sym_DASH_GT, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227506] = 2, + [227393] = 2, ACTIONS(12754), 1, - anon_sym_RPAREN, + anon_sym_class, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [227401] = 2, + ACTIONS(6615), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227514] = 2, + [227409] = 2, ACTIONS(12756), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [227417] = 2, + ACTIONS(6674), 1, anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227522] = 2, + [227425] = 2, ACTIONS(12758), 1, - anon_sym_class, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227530] = 2, + [227433] = 2, ACTIONS(12760), 1, - anon_sym_RBRACE, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227538] = 2, + [227441] = 2, ACTIONS(12762), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227546] = 2, + [227449] = 2, ACTIONS(12764), 1, - anon_sym_class, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227554] = 2, + [227457] = 2, ACTIONS(12766), 1, - anon_sym_RPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227562] = 2, + [227465] = 2, ACTIONS(12768), 1, - anon_sym_LPAREN, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227570] = 2, + [227473] = 2, ACTIONS(12770), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227578] = 2, + [227481] = 2, ACTIONS(12772), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227586] = 2, + [227489] = 2, ACTIONS(12774), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227594] = 2, + [227497] = 2, ACTIONS(12776), 1, - anon_sym_RBRACE, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227602] = 2, + [227505] = 2, ACTIONS(12778), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227610] = 2, + [227513] = 2, ACTIONS(12780), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227618] = 2, + [227521] = 2, ACTIONS(12782), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227626] = 2, + [227529] = 2, ACTIONS(12784), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227634] = 2, + [227537] = 2, ACTIONS(12786), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227642] = 2, + [227545] = 2, ACTIONS(12788), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227650] = 2, + [227553] = 2, ACTIONS(12790), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227658] = 2, + [227561] = 2, ACTIONS(12792), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227666] = 2, + [227569] = 2, ACTIONS(12794), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227674] = 2, + [227577] = 2, ACTIONS(12796), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227682] = 2, + [227585] = 2, ACTIONS(12798), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227690] = 2, + [227593] = 2, ACTIONS(12800), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227698] = 2, + [227601] = 2, ACTIONS(12802), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227706] = 2, + [227609] = 2, ACTIONS(12804), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227714] = 2, + [227617] = 2, ACTIONS(12806), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227722] = 2, + [227625] = 2, ACTIONS(12808), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227730] = 2, + [227633] = 2, ACTIONS(12810), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227738] = 2, + [227641] = 2, ACTIONS(12812), 1, - anon_sym_LPAREN, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227746] = 2, + [227649] = 2, ACTIONS(12814), 1, - anon_sym_LPAREN, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227754] = 2, + [227657] = 2, ACTIONS(12816), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227762] = 2, + [227665] = 2, ACTIONS(12818), 1, - anon_sym_LPAREN, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227770] = 2, + [227673] = 2, ACTIONS(12820), 1, - anon_sym_LPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227778] = 2, - ACTIONS(12054), 1, + [227681] = 2, + ACTIONS(11335), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227786] = 2, + [227689] = 2, ACTIONS(12822), 1, - anon_sym_RPAREN, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227794] = 2, + [227697] = 2, ACTIONS(12824), 1, - anon_sym_class, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227802] = 2, + [227705] = 2, ACTIONS(12826), 1, - anon_sym_class, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227810] = 2, + [227713] = 2, ACTIONS(12828), 1, - anon_sym_class, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227818] = 2, + [227721] = 2, + ACTIONS(1622), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [227729] = 2, ACTIONS(12830), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227826] = 2, + [227737] = 2, ACTIONS(12832), 1, - anon_sym_LPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227834] = 2, + [227745] = 2, ACTIONS(12834), 1, - anon_sym_LPAREN, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227842] = 2, + [227753] = 2, ACTIONS(12836), 1, - anon_sym_DASH_GT, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227850] = 2, + [227761] = 2, ACTIONS(12838), 1, - anon_sym_LPAREN, + anon_sym_class, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [227769] = 2, + ACTIONS(12034), 1, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227858] = 2, + [227777] = 2, ACTIONS(12840), 1, - anon_sym_in, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227866] = 2, + [227785] = 2, ACTIONS(12842), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227874] = 2, + [227793] = 2, ACTIONS(12844), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227882] = 2, + [227801] = 2, ACTIONS(12846), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227890] = 2, + [227809] = 2, ACTIONS(12848), 1, - anon_sym_RPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227898] = 2, + [227817] = 2, ACTIONS(12850), 1, - anon_sym_RPAREN, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227906] = 2, + [227825] = 2, ACTIONS(12852), 1, - anon_sym_else, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227914] = 2, + [227833] = 2, ACTIONS(12854), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227922] = 2, + [227841] = 2, ACTIONS(12856), 1, - anon_sym_class, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227930] = 2, + [227849] = 2, ACTIONS(12858), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [227938] = 2, - ACTIONS(11840), 1, - anon_sym_RPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227946] = 2, + [227857] = 2, ACTIONS(12860), 1, - anon_sym_DASH_GT, + anon_sym_SQUOTE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227954] = 2, + [227865] = 2, ACTIONS(12862), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227962] = 2, + [227873] = 2, + ACTIONS(1626), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [227881] = 2, ACTIONS(12864), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227970] = 2, + [227889] = 2, ACTIONS(12866), 1, - anon_sym_else, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227978] = 2, + [227897] = 2, ACTIONS(12868), 1, anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227986] = 2, + [227905] = 2, ACTIONS(12870), 1, - anon_sym_else, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [227994] = 2, + [227913] = 2, ACTIONS(12872), 1, - anon_sym_DASH_GT, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228002] = 2, + [227921] = 2, ACTIONS(12874), 1, - anon_sym_RPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228010] = 2, + [227929] = 2, ACTIONS(12876), 1, - sym__automatic_semicolon, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228018] = 2, + [227937] = 2, ACTIONS(12878), 1, anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228026] = 2, + [227945] = 2, ACTIONS(12880), 1, - anon_sym_RPAREN, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228034] = 2, + [227953] = 2, ACTIONS(12882), 1, - sym__automatic_semicolon, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228042] = 2, + [227961] = 2, ACTIONS(12884), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228050] = 2, + [227969] = 2, ACTIONS(12886), 1, anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228058] = 2, + [227977] = 2, ACTIONS(12888), 1, anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228066] = 2, + [227985] = 2, ACTIONS(12890), 1, - anon_sym_RPAREN, + anon_sym_else, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [227993] = 2, + ACTIONS(9026), 1, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228074] = 2, + [228001] = 2, ACTIONS(12892), 1, - anon_sym_else, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228082] = 2, + [228009] = 2, ACTIONS(12894), 1, anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228090] = 2, + [228017] = 2, ACTIONS(12896), 1, - anon_sym_RPAREN, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228098] = 2, + [228025] = 2, ACTIONS(12898), 1, - anon_sym_else, + anon_sym_EQ, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228106] = 2, + [228033] = 2, ACTIONS(12900), 1, - anon_sym_else, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228114] = 2, + [228041] = 2, ACTIONS(12902), 1, - anon_sym_LBRACE, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [228122] = 2, - ACTIONS(5097), 1, - anon_sym_while, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228130] = 2, - ACTIONS(9046), 1, - anon_sym_COLON, + [228049] = 2, + ACTIONS(12904), 1, + anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228138] = 2, - ACTIONS(12904), 1, - anon_sym_else, + [228057] = 2, + ACTIONS(4944), 1, + anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228146] = 2, + [228065] = 2, ACTIONS(12906), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228154] = 2, + [228073] = 2, ACTIONS(12908), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228162] = 2, + [228081] = 2, ACTIONS(12910), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228170] = 2, + [228089] = 2, ACTIONS(12912), 1, - anon_sym_COLON, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228178] = 2, + [228097] = 2, ACTIONS(12914), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228186] = 2, - ACTIONS(11862), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [228194] = 2, + [228105] = 2, ACTIONS(12916), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228202] = 2, + [228113] = 2, ACTIONS(12918), 1, - anon_sym_LPAREN, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228210] = 2, + [228121] = 2, ACTIONS(12920), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228218] = 2, + [228129] = 2, ACTIONS(12922), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228226] = 2, + [228137] = 2, ACTIONS(12924), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228234] = 2, + [228145] = 2, ACTIONS(12926), 1, - anon_sym_LPAREN, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228242] = 2, + [228153] = 2, ACTIONS(12928), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [228161] = 2, + ACTIONS(9894), 1, sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228250] = 2, + [228169] = 2, ACTIONS(12930), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228258] = 2, + [228177] = 2, ACTIONS(12932), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228266] = 2, + [228185] = 2, ACTIONS(12934), 1, - anon_sym_LPAREN, + anon_sym_in, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [228193] = 2, + ACTIONS(11256), 1, + sym__automatic_semicolon, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228274] = 2, + [228201] = 2, ACTIONS(12936), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228282] = 2, + [228209] = 2, ACTIONS(12938), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228290] = 2, + [228217] = 2, ACTIONS(12940), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228298] = 2, + [228225] = 2, ACTIONS(12942), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228306] = 2, + [228233] = 2, ACTIONS(12944), 1, - sym__automatic_semicolon, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228314] = 2, + [228241] = 2, ACTIONS(12946), 1, - anon_sym_RPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228322] = 2, + [228249] = 2, ACTIONS(12948), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228330] = 2, + [228257] = 2, ACTIONS(12950), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228338] = 2, + [228265] = 2, ACTIONS(12952), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228346] = 2, + [228273] = 2, ACTIONS(12954), 1, - anon_sym_in, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228354] = 2, + [228281] = 2, ACTIONS(12956), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228362] = 2, + [228289] = 2, ACTIONS(12958), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228370] = 2, + [228297] = 2, ACTIONS(12960), 1, - anon_sym_in, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228378] = 2, + [228305] = 2, ACTIONS(12962), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [228313] = 2, + ACTIONS(4331), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228386] = 2, + [228321] = 2, ACTIONS(12964), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228394] = 2, + [228329] = 2, ACTIONS(12966), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228402] = 2, + [228337] = 2, ACTIONS(12968), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228410] = 2, + [228345] = 2, + ACTIONS(11673), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym_multiline_comment, + sym_line_comment, + [228353] = 2, ACTIONS(12970), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228418] = 2, + [228361] = 2, ACTIONS(12972), 1, - anon_sym_in, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228426] = 2, + [228369] = 2, ACTIONS(12974), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228434] = 2, + [228377] = 2, ACTIONS(12976), 1, - anon_sym_RBRACE, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228442] = 2, + [228385] = 2, ACTIONS(12978), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228450] = 2, + [228393] = 2, ACTIONS(12980), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228458] = 2, + [228401] = 2, ACTIONS(12982), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228466] = 2, + [228409] = 2, ACTIONS(12984), 1, - anon_sym_LPAREN, + anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228474] = 2, + [228417] = 2, ACTIONS(12986), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228482] = 2, + [228425] = 2, ACTIONS(12988), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228490] = 2, + [228433] = 2, ACTIONS(12990), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [228498] = 2, - ACTIONS(12992), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228506] = 2, - ACTIONS(1632), 1, - anon_sym_RBRACE, + [228441] = 2, + ACTIONS(12992), 1, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228514] = 2, + [228449] = 2, ACTIONS(12994), 1, - anon_sym_LPAREN, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228522] = 2, + [228457] = 2, ACTIONS(12996), 1, - anon_sym_in, + ts_builtin_sym_end, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228530] = 2, + [228465] = 2, ACTIONS(12998), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228538] = 2, + [228473] = 2, ACTIONS(13000), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228546] = 2, + [228481] = 2, ACTIONS(13002), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228554] = 2, + [228489] = 2, ACTIONS(13004), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228562] = 2, + [228497] = 2, ACTIONS(13006), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228570] = 2, + [228505] = 2, ACTIONS(13008), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228578] = 2, + [228513] = 2, ACTIONS(13010), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228586] = 2, + [228521] = 2, ACTIONS(13012), 1, - anon_sym_RPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228594] = 2, + [228529] = 2, ACTIONS(13014), 1, - ts_builtin_sym_end, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228602] = 2, + [228537] = 2, ACTIONS(13016), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228610] = 2, + [228545] = 2, ACTIONS(13018), 1, - anon_sym_LPAREN, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228618] = 2, + [228553] = 2, ACTIONS(13020), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228626] = 2, + [228561] = 2, ACTIONS(13022), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228634] = 2, + [228569] = 2, ACTIONS(13024), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228642] = 2, - ACTIONS(1638), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [228650] = 2, + [228577] = 2, ACTIONS(13026), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [228658] = 2, - ACTIONS(11882), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228666] = 2, + [228585] = 2, ACTIONS(13028), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228674] = 2, + [228593] = 2, ACTIONS(13030), 1, - anon_sym_RPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228682] = 2, + [228601] = 2, ACTIONS(13032), 1, - anon_sym_RPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228690] = 2, + [228609] = 2, ACTIONS(13034), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228698] = 2, + [228617] = 2, ACTIONS(13036), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228706] = 2, + [228625] = 2, ACTIONS(13038), 1, - anon_sym_in, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228714] = 2, + [228633] = 2, ACTIONS(13040), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228722] = 2, + [228641] = 2, ACTIONS(13042), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228730] = 2, + [228649] = 2, ACTIONS(13044), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228738] = 2, + [228657] = 2, ACTIONS(13046), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228746] = 2, + [228665] = 2, ACTIONS(13048), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228754] = 2, + [228673] = 2, ACTIONS(13050), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228762] = 2, + [228681] = 2, ACTIONS(13052), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [228770] = 2, - ACTIONS(11309), 1, - anon_sym_RPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228778] = 2, + [228689] = 2, ACTIONS(13054), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228786] = 2, + [228697] = 2, ACTIONS(13056), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228794] = 2, + [228705] = 2, ACTIONS(13058), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228802] = 2, + [228713] = 2, ACTIONS(13060), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228810] = 2, + [228721] = 2, ACTIONS(13062), 1, - anon_sym_in, + anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228818] = 2, + [228729] = 2, ACTIONS(13064), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228826] = 2, + [228737] = 2, ACTIONS(13066), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228834] = 2, + [228745] = 2, ACTIONS(13068), 1, - anon_sym_RPAREN, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228842] = 2, + [228753] = 2, ACTIONS(13070), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228850] = 2, + [228761] = 2, ACTIONS(13072), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228858] = 2, + [228769] = 2, ACTIONS(13074), 1, - anon_sym_class, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228866] = 2, + [228777] = 2, ACTIONS(13076), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228874] = 2, + [228785] = 2, ACTIONS(13078), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228882] = 2, + [228793] = 2, ACTIONS(13080), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228890] = 2, + [228801] = 2, ACTIONS(13082), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228898] = 2, + [228809] = 2, ACTIONS(13084), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228906] = 2, + [228817] = 2, ACTIONS(13086), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228914] = 2, + [228825] = 2, ACTIONS(13088), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228922] = 2, + [228833] = 2, ACTIONS(13090), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228930] = 2, + [228841] = 2, ACTIONS(13092), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228938] = 2, + [228849] = 2, ACTIONS(13094), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228946] = 2, + [228857] = 2, ACTIONS(13096), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228954] = 2, + [228865] = 2, ACTIONS(13098), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228962] = 2, + [228873] = 2, ACTIONS(13100), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228970] = 2, + [228881] = 2, ACTIONS(13102), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228978] = 2, + [228889] = 2, ACTIONS(13104), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228986] = 2, + [228897] = 2, ACTIONS(13106), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [228994] = 2, + [228905] = 2, ACTIONS(13108), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229002] = 2, + [228913] = 2, ACTIONS(13110), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229010] = 2, + [228921] = 2, ACTIONS(13112), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229018] = 2, + [228929] = 2, ACTIONS(13114), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229026] = 2, + [228937] = 2, ACTIONS(13116), 1, - anon_sym_in, + anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229034] = 2, + [228945] = 2, ACTIONS(13118), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229042] = 2, + [228953] = 2, ACTIONS(13120), 1, - anon_sym_in, + anon_sym_GT, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229050] = 2, + [228961] = 2, ACTIONS(13122), 1, - anon_sym_in, + anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229058] = 2, + [228969] = 2, ACTIONS(13124), 1, - anon_sym_LPAREN, + anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229066] = 2, + [228977] = 2, ACTIONS(13126), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229074] = 2, + [228985] = 2, ACTIONS(13128), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [229082] = 2, - ACTIONS(13130), 1, - anon_sym_in, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [229090] = 2, - ACTIONS(13132), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229098] = 2, - ACTIONS(13134), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [229106] = 2, - ACTIONS(13136), 1, - anon_sym_in, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [229114] = 2, - ACTIONS(13138), 1, - anon_sym_in, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [229122] = 2, - ACTIONS(13140), 1, - anon_sym_LBRACE, - ACTIONS(3), 2, - sym_multiline_comment, - sym_line_comment, - [229130] = 2, - ACTIONS(13142), 1, + [228993] = 2, + ACTIONS(13130), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229138] = 2, - ACTIONS(13144), 1, - anon_sym_RPAREN, + [229001] = 2, + ACTIONS(1630), 1, + anon_sym_RBRACE, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229146] = 2, - ACTIONS(13146), 1, + [229009] = 2, + ACTIONS(13132), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229154] = 2, - ACTIONS(13148), 1, + [229017] = 2, + ACTIONS(13134), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229162] = 2, - ACTIONS(13150), 1, + [229025] = 2, + ACTIONS(13136), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229170] = 2, - ACTIONS(13152), 1, + [229033] = 2, + ACTIONS(13138), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229178] = 2, - ACTIONS(13154), 1, + [229041] = 2, + ACTIONS(13140), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229186] = 2, - ACTIONS(13156), 1, + [229049] = 2, + ACTIONS(13142), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229194] = 2, - ACTIONS(13158), 1, + [229057] = 2, + ACTIONS(13144), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229202] = 2, - ACTIONS(13160), 1, + [229065] = 2, + ACTIONS(13146), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229210] = 2, - ACTIONS(13162), 1, + [229073] = 2, + ACTIONS(13148), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229218] = 2, - ACTIONS(13164), 1, + [229081] = 2, + ACTIONS(13150), 1, anon_sym_class, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229226] = 2, - ACTIONS(13166), 1, + [229089] = 2, + ACTIONS(13152), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229234] = 2, - ACTIONS(13168), 1, + [229097] = 2, + ACTIONS(13154), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229242] = 2, - ACTIONS(13170), 1, + [229105] = 2, + ACTIONS(13156), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229250] = 2, - ACTIONS(13172), 1, + [229113] = 2, + ACTIONS(13158), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229258] = 2, - ACTIONS(13174), 1, + [229121] = 2, + ACTIONS(13160), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229266] = 2, - ACTIONS(13176), 1, + [229129] = 2, + ACTIONS(13162), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229274] = 2, - ACTIONS(13178), 1, + [229137] = 2, + ACTIONS(13164), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229282] = 2, - ACTIONS(13180), 1, - anon_sym_DASH_GT, + [229145] = 2, + ACTIONS(13166), 1, + anon_sym_AMP, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229290] = 2, - ACTIONS(13182), 1, + [229153] = 2, + ACTIONS(11783), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229298] = 2, - ACTIONS(13184), 1, + [229161] = 2, + ACTIONS(13168), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229306] = 2, - ACTIONS(13186), 1, + [229169] = 2, + ACTIONS(13170), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229314] = 2, - ACTIONS(13188), 1, + [229177] = 2, + ACTIONS(13172), 1, anon_sym_while, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229322] = 2, - ACTIONS(13190), 1, + [229185] = 2, + ACTIONS(13174), 1, anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229330] = 2, - ACTIONS(13192), 1, + [229193] = 2, + ACTIONS(13176), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229338] = 2, - ACTIONS(13194), 1, + [229201] = 2, + ACTIONS(13178), 1, anon_sym_LPAREN, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229346] = 2, - ACTIONS(13196), 1, + [229209] = 2, + ACTIONS(13180), 1, anon_sym_COLON, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229354] = 2, - ACTIONS(13198), 1, + [229217] = 2, + ACTIONS(13182), 1, anon_sym_in, ACTIONS(3), 2, sym_multiline_comment, sym_line_comment, - [229362] = 3, + [229225] = 3, ACTIONS(3), 1, sym_multiline_comment, - ACTIONS(10927), 1, + ACTIONS(10970), 1, sym_line_comment, - ACTIONS(13200), 1, + ACTIONS(13184), 1, aux_sym_shebang_line_token1, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(4533)] = 0, - [SMALL_STATE(4534)] = 85, - [SMALL_STATE(4535)] = 156, - [SMALL_STATE(4536)] = 241, - [SMALL_STATE(4537)] = 326, - [SMALL_STATE(4538)] = 397, - [SMALL_STATE(4539)] = 472, - [SMALL_STATE(4540)] = 557, - [SMALL_STATE(4541)] = 632, - [SMALL_STATE(4542)] = 707, - [SMALL_STATE(4543)] = 782, - [SMALL_STATE(4544)] = 867, - [SMALL_STATE(4545)] = 942, - [SMALL_STATE(4546)] = 1013, - [SMALL_STATE(4547)] = 1088, - [SMALL_STATE(4548)] = 1159, - [SMALL_STATE(4549)] = 1233, - [SMALL_STATE(4550)] = 1319, - [SMALL_STATE(4551)] = 1389, - [SMALL_STATE(4552)] = 1475, - [SMALL_STATE(4553)] = 1555, - [SMALL_STATE(4554)] = 1635, - [SMALL_STATE(4555)] = 1705, - [SMALL_STATE(4556)] = 1783, - [SMALL_STATE(4557)] = 1863, - [SMALL_STATE(4558)] = 1943, - [SMALL_STATE(4559)] = 2023, - [SMALL_STATE(4560)] = 2097, - [SMALL_STATE(4561)] = 2177, - [SMALL_STATE(4562)] = 2257, - [SMALL_STATE(4563)] = 2337, - [SMALL_STATE(4564)] = 2417, - [SMALL_STATE(4565)] = 2497, - [SMALL_STATE(4566)] = 2577, - [SMALL_STATE(4567)] = 2655, - [SMALL_STATE(4568)] = 2729, - [SMALL_STATE(4569)] = 2803, - [SMALL_STATE(4570)] = 2877, - [SMALL_STATE(4571)] = 2959, - [SMALL_STATE(4572)] = 3041, - [SMALL_STATE(4573)] = 3123, - [SMALL_STATE(4574)] = 3195, - [SMALL_STATE(4575)] = 3269, - [SMALL_STATE(4576)] = 3339, - [SMALL_STATE(4577)] = 3421, - [SMALL_STATE(4578)] = 3491, - [SMALL_STATE(4579)] = 3563, - [SMALL_STATE(4580)] = 3645, - [SMALL_STATE(4581)] = 3719, - [SMALL_STATE(4582)] = 3796, - [SMALL_STATE(4583)] = 3873, - [SMALL_STATE(4584)] = 3950, - [SMALL_STATE(4585)] = 4027, - [SMALL_STATE(4586)] = 4104, - [SMALL_STATE(4587)] = 4181, - [SMALL_STATE(4588)] = 4254, - [SMALL_STATE(4589)] = 4331, - [SMALL_STATE(4590)] = 4408, - [SMALL_STATE(4591)] = 4485, - [SMALL_STATE(4592)] = 4560, - [SMALL_STATE(4593)] = 4637, - [SMALL_STATE(4594)] = 4706, - [SMALL_STATE(4595)] = 4775, - [SMALL_STATE(4596)] = 4850, - [SMALL_STATE(4597)] = 4919, - [SMALL_STATE(4598)] = 4996, - [SMALL_STATE(4599)] = 5065, - [SMALL_STATE(4600)] = 5142, - [SMALL_STATE(4601)] = 5219, - [SMALL_STATE(4602)] = 5296, - [SMALL_STATE(4603)] = 5373, - [SMALL_STATE(4604)] = 5444, - [SMALL_STATE(4605)] = 5513, - [SMALL_STATE(4606)] = 5582, - [SMALL_STATE(4607)] = 5659, - [SMALL_STATE(4608)] = 5736, - [SMALL_STATE(4609)] = 5805, - [SMALL_STATE(4610)] = 5874, - [SMALL_STATE(4611)] = 5943, - [SMALL_STATE(4612)] = 6020, - [SMALL_STATE(4613)] = 6089, - [SMALL_STATE(4614)] = 6162, - [SMALL_STATE(4615)] = 6239, - [SMALL_STATE(4616)] = 6316, - [SMALL_STATE(4617)] = 6389, - [SMALL_STATE(4618)] = 6466, - [SMALL_STATE(4619)] = 6543, - [SMALL_STATE(4620)] = 6620, - [SMALL_STATE(4621)] = 6692, - [SMALL_STATE(4622)] = 6764, - [SMALL_STATE(4623)] = 6832, - [SMALL_STATE(4624)] = 6900, - [SMALL_STATE(4625)] = 6972, - [SMALL_STATE(4626)] = 7044, - [SMALL_STATE(4627)] = 7116, - [SMALL_STATE(4628)] = 7188, - [SMALL_STATE(4629)] = 7260, - [SMALL_STATE(4630)] = 7332, - [SMALL_STATE(4631)] = 7414, - [SMALL_STATE(4632)] = 7482, - [SMALL_STATE(4633)] = 7550, - [SMALL_STATE(4634)] = 7622, - [SMALL_STATE(4635)] = 7694, - [SMALL_STATE(4636)] = 7764, - [SMALL_STATE(4637)] = 7834, - [SMALL_STATE(4638)] = 7902, - [SMALL_STATE(4639)] = 7970, - [SMALL_STATE(4640)] = 8038, - [SMALL_STATE(4641)] = 8120, - [SMALL_STATE(4642)] = 8192, - [SMALL_STATE(4643)] = 8274, - [SMALL_STATE(4644)] = 8346, - [SMALL_STATE(4645)] = 8418, - [SMALL_STATE(4646)] = 8490, - [SMALL_STATE(4647)] = 8562, - [SMALL_STATE(4648)] = 8644, - [SMALL_STATE(4649)] = 8716, - [SMALL_STATE(4650)] = 8798, - [SMALL_STATE(4651)] = 8870, - [SMALL_STATE(4652)] = 8952, - [SMALL_STATE(4653)] = 9024, - [SMALL_STATE(4654)] = 9096, - [SMALL_STATE(4655)] = 9164, - [SMALL_STATE(4656)] = 9246, - [SMALL_STATE(4657)] = 9314, - [SMALL_STATE(4658)] = 9386, - [SMALL_STATE(4659)] = 9458, - [SMALL_STATE(4660)] = 9530, - [SMALL_STATE(4661)] = 9602, - [SMALL_STATE(4662)] = 9684, - [SMALL_STATE(4663)] = 9752, - [SMALL_STATE(4664)] = 9824, - [SMALL_STATE(4665)] = 9892, - [SMALL_STATE(4666)] = 9962, - [SMALL_STATE(4667)] = 10030, - [SMALL_STATE(4668)] = 10112, - [SMALL_STATE(4669)] = 10182, - [SMALL_STATE(4670)] = 10250, - [SMALL_STATE(4671)] = 10320, - [SMALL_STATE(4672)] = 10388, - [SMALL_STATE(4673)] = 10460, - [SMALL_STATE(4674)] = 10542, - [SMALL_STATE(4675)] = 10610, - [SMALL_STATE(4676)] = 10678, - [SMALL_STATE(4677)] = 10750, - [SMALL_STATE(4678)] = 10822, - [SMALL_STATE(4679)] = 10894, - [SMALL_STATE(4680)] = 10966, - [SMALL_STATE(4681)] = 11036, - [SMALL_STATE(4682)] = 11108, - [SMALL_STATE(4683)] = 11180, - [SMALL_STATE(4684)] = 11252, - [SMALL_STATE(4685)] = 11322, - [SMALL_STATE(4686)] = 11390, - [SMALL_STATE(4687)] = 11472, - [SMALL_STATE(4688)] = 11554, - [SMALL_STATE(4689)] = 11622, - [SMALL_STATE(4690)] = 11694, - [SMALL_STATE(4691)] = 11766, - [SMALL_STATE(4692)] = 11838, - [SMALL_STATE(4693)] = 11906, - [SMALL_STATE(4694)] = 11974, - [SMALL_STATE(4695)] = 12046, - [SMALL_STATE(4696)] = 12128, - [SMALL_STATE(4697)] = 12210, - [SMALL_STATE(4698)] = 12292, - [SMALL_STATE(4699)] = 12359, - [SMALL_STATE(4700)] = 12426, - [SMALL_STATE(4701)] = 12493, - [SMALL_STATE(4702)] = 12560, - [SMALL_STATE(4703)] = 12627, - [SMALL_STATE(4704)] = 12694, - [SMALL_STATE(4705)] = 12773, - [SMALL_STATE(4706)] = 12840, - [SMALL_STATE(4707)] = 12907, - [SMALL_STATE(4708)] = 12986, - [SMALL_STATE(4709)] = 13057, - [SMALL_STATE(4710)] = 13124, - [SMALL_STATE(4711)] = 13191, - [SMALL_STATE(4712)] = 13258, - [SMALL_STATE(4713)] = 13339, - [SMALL_STATE(4714)] = 13406, - [SMALL_STATE(4715)] = 13473, - [SMALL_STATE(4716)] = 13540, - [SMALL_STATE(4717)] = 13607, - [SMALL_STATE(4718)] = 13676, - [SMALL_STATE(4719)] = 13745, - [SMALL_STATE(4720)] = 13812, - [SMALL_STATE(4721)] = 13891, - [SMALL_STATE(4722)] = 13960, - [SMALL_STATE(4723)] = 14029, - [SMALL_STATE(4724)] = 14100, - [SMALL_STATE(4725)] = 14167, - [SMALL_STATE(4726)] = 14248, - [SMALL_STATE(4727)] = 14315, - [SMALL_STATE(4728)] = 14382, - [SMALL_STATE(4729)] = 14449, - [SMALL_STATE(4730)] = 14516, - [SMALL_STATE(4731)] = 14583, - [SMALL_STATE(4732)] = 14650, - [SMALL_STATE(4733)] = 14717, - [SMALL_STATE(4734)] = 14786, - [SMALL_STATE(4735)] = 14853, - [SMALL_STATE(4736)] = 14920, - [SMALL_STATE(4737)] = 14987, - [SMALL_STATE(4738)] = 15054, - [SMALL_STATE(4739)] = 15125, - [SMALL_STATE(4740)] = 15192, - [SMALL_STATE(4741)] = 15259, - [SMALL_STATE(4742)] = 15336, - [SMALL_STATE(4743)] = 15403, - [SMALL_STATE(4744)] = 15482, - [SMALL_STATE(4745)] = 15549, - [SMALL_STATE(4746)] = 15616, - [SMALL_STATE(4747)] = 15683, - [SMALL_STATE(4748)] = 15762, - [SMALL_STATE(4749)] = 15829, - [SMALL_STATE(4750)] = 15896, - [SMALL_STATE(4751)] = 15963, - [SMALL_STATE(4752)] = 16032, - [SMALL_STATE(4753)] = 16099, - [SMALL_STATE(4754)] = 16166, - [SMALL_STATE(4755)] = 16235, - [SMALL_STATE(4756)] = 16312, - [SMALL_STATE(4757)] = 16379, - [SMALL_STATE(4758)] = 16446, - [SMALL_STATE(4759)] = 16513, - [SMALL_STATE(4760)] = 16580, - [SMALL_STATE(4761)] = 16647, - [SMALL_STATE(4762)] = 16714, - [SMALL_STATE(4763)] = 16781, - [SMALL_STATE(4764)] = 16848, - [SMALL_STATE(4765)] = 16915, - [SMALL_STATE(4766)] = 16994, - [SMALL_STATE(4767)] = 17071, - [SMALL_STATE(4768)] = 17138, - [SMALL_STATE(4769)] = 17209, - [SMALL_STATE(4770)] = 17276, - [SMALL_STATE(4771)] = 17343, - [SMALL_STATE(4772)] = 17410, - [SMALL_STATE(4773)] = 17477, - [SMALL_STATE(4774)] = 17544, - [SMALL_STATE(4775)] = 17611, - [SMALL_STATE(4776)] = 17678, - [SMALL_STATE(4777)] = 17755, - [SMALL_STATE(4778)] = 17822, - [SMALL_STATE(4779)] = 17899, - [SMALL_STATE(4780)] = 17966, - [SMALL_STATE(4781)] = 18033, - [SMALL_STATE(4782)] = 18110, - [SMALL_STATE(4783)] = 18177, - [SMALL_STATE(4784)] = 18254, - [SMALL_STATE(4785)] = 18321, - [SMALL_STATE(4786)] = 18388, - [SMALL_STATE(4787)] = 18455, - [SMALL_STATE(4788)] = 18522, - [SMALL_STATE(4789)] = 18603, - [SMALL_STATE(4790)] = 18670, - [SMALL_STATE(4791)] = 18737, - [SMALL_STATE(4792)] = 18814, - [SMALL_STATE(4793)] = 18881, - [SMALL_STATE(4794)] = 18948, - [SMALL_STATE(4795)] = 19025, - [SMALL_STATE(4796)] = 19092, - [SMALL_STATE(4797)] = 19169, - [SMALL_STATE(4798)] = 19236, - [SMALL_STATE(4799)] = 19313, - [SMALL_STATE(4800)] = 19390, - [SMALL_STATE(4801)] = 19457, - [SMALL_STATE(4802)] = 19534, - [SMALL_STATE(4803)] = 19601, - [SMALL_STATE(4804)] = 19678, - [SMALL_STATE(4805)] = 19745, - [SMALL_STATE(4806)] = 19822, - [SMALL_STATE(4807)] = 19893, - [SMALL_STATE(4808)] = 19970, - [SMALL_STATE(4809)] = 20047, - [SMALL_STATE(4810)] = 20114, - [SMALL_STATE(4811)] = 20181, - [SMALL_STATE(4812)] = 20248, - [SMALL_STATE(4813)] = 20315, - [SMALL_STATE(4814)] = 20382, - [SMALL_STATE(4815)] = 20463, - [SMALL_STATE(4816)] = 20532, - [SMALL_STATE(4817)] = 20603, - [SMALL_STATE(4818)] = 20670, - [SMALL_STATE(4819)] = 20737, - [SMALL_STATE(4820)] = 20804, - [SMALL_STATE(4821)] = 20871, - [SMALL_STATE(4822)] = 20950, - [SMALL_STATE(4823)] = 21017, - [SMALL_STATE(4824)] = 21084, - [SMALL_STATE(4825)] = 21151, - [SMALL_STATE(4826)] = 21218, - [SMALL_STATE(4827)] = 21295, - [SMALL_STATE(4828)] = 21362, - [SMALL_STATE(4829)] = 21439, - [SMALL_STATE(4830)] = 21506, - [SMALL_STATE(4831)] = 21577, - [SMALL_STATE(4832)] = 21646, - [SMALL_STATE(4833)] = 21713, - [SMALL_STATE(4834)] = 21780, - [SMALL_STATE(4835)] = 21847, - [SMALL_STATE(4836)] = 21926, - [SMALL_STATE(4837)] = 21993, - [SMALL_STATE(4838)] = 22060, - [SMALL_STATE(4839)] = 22127, - [SMALL_STATE(4840)] = 22196, - [SMALL_STATE(4841)] = 22269, - [SMALL_STATE(4842)] = 22342, - [SMALL_STATE(4843)] = 22409, - [SMALL_STATE(4844)] = 22476, - [SMALL_STATE(4845)] = 22543, - [SMALL_STATE(4846)] = 22610, - [SMALL_STATE(4847)] = 22677, - [SMALL_STATE(4848)] = 22756, - [SMALL_STATE(4849)] = 22823, - [SMALL_STATE(4850)] = 22902, - [SMALL_STATE(4851)] = 22981, - [SMALL_STATE(4852)] = 23048, - [SMALL_STATE(4853)] = 23117, - [SMALL_STATE(4854)] = 23190, - [SMALL_STATE(4855)] = 23257, - [SMALL_STATE(4856)] = 23324, - [SMALL_STATE(4857)] = 23391, - [SMALL_STATE(4858)] = 23458, - [SMALL_STATE(4859)] = 23537, - [SMALL_STATE(4860)] = 23604, - [SMALL_STATE(4861)] = 23671, - [SMALL_STATE(4862)] = 23738, - [SMALL_STATE(4863)] = 23805, - [SMALL_STATE(4864)] = 23884, - [SMALL_STATE(4865)] = 23951, - [SMALL_STATE(4866)] = 24020, - [SMALL_STATE(4867)] = 24099, - [SMALL_STATE(4868)] = 24166, - [SMALL_STATE(4869)] = 24233, - [SMALL_STATE(4870)] = 24314, - [SMALL_STATE(4871)] = 24381, - [SMALL_STATE(4872)] = 24448, - [SMALL_STATE(4873)] = 24515, - [SMALL_STATE(4874)] = 24582, - [SMALL_STATE(4875)] = 24649, - [SMALL_STATE(4876)] = 24716, - [SMALL_STATE(4877)] = 24783, - [SMALL_STATE(4878)] = 24850, - [SMALL_STATE(4879)] = 24917, - [SMALL_STATE(4880)] = 24984, - [SMALL_STATE(4881)] = 25051, - [SMALL_STATE(4882)] = 25118, - [SMALL_STATE(4883)] = 25185, - [SMALL_STATE(4884)] = 25252, - [SMALL_STATE(4885)] = 25319, - [SMALL_STATE(4886)] = 25398, - [SMALL_STATE(4887)] = 25465, - [SMALL_STATE(4888)] = 25532, - [SMALL_STATE(4889)] = 25599, - [SMALL_STATE(4890)] = 25666, - [SMALL_STATE(4891)] = 25733, - [SMALL_STATE(4892)] = 25800, - [SMALL_STATE(4893)] = 25867, - [SMALL_STATE(4894)] = 25934, - [SMALL_STATE(4895)] = 26008, - [SMALL_STATE(4896)] = 26084, - [SMALL_STATE(4897)] = 26158, - [SMALL_STATE(4898)] = 26228, - [SMALL_STATE(4899)] = 26304, - [SMALL_STATE(4900)] = 26382, - [SMALL_STATE(4901)] = 26456, - [SMALL_STATE(4902)] = 26532, - [SMALL_STATE(4903)] = 26608, - [SMALL_STATE(4904)] = 26684, - [SMALL_STATE(4905)] = 26764, - [SMALL_STATE(4906)] = 26840, - [SMALL_STATE(4907)] = 26910, - [SMALL_STATE(4908)] = 26984, - [SMALL_STATE(4909)] = 27054, - [SMALL_STATE(4910)] = 27124, - [SMALL_STATE(4911)] = 27202, - [SMALL_STATE(4912)] = 27276, - [SMALL_STATE(4913)] = 27348, - [SMALL_STATE(4914)] = 27422, - [SMALL_STATE(4915)] = 27496, - [SMALL_STATE(4916)] = 27574, - [SMALL_STATE(4917)] = 27646, - [SMALL_STATE(4918)] = 27720, - [SMALL_STATE(4919)] = 27786, - [SMALL_STATE(4920)] = 27862, - [SMALL_STATE(4921)] = 27928, - [SMALL_STATE(4922)] = 27994, - [SMALL_STATE(4923)] = 28068, - [SMALL_STATE(4924)] = 28142, - [SMALL_STATE(4925)] = 28208, - [SMALL_STATE(4926)] = 28274, - [SMALL_STATE(4927)] = 28352, - [SMALL_STATE(4928)] = 28432, - [SMALL_STATE(4929)] = 28506, - [SMALL_STATE(4930)] = 28580, - [SMALL_STATE(4931)] = 28656, - [SMALL_STATE(4932)] = 28732, - [SMALL_STATE(4933)] = 28806, - [SMALL_STATE(4934)] = 28880, - [SMALL_STATE(4935)] = 28956, - [SMALL_STATE(4936)] = 29022, - [SMALL_STATE(4937)] = 29088, - [SMALL_STATE(4938)] = 29154, - [SMALL_STATE(4939)] = 29220, - [SMALL_STATE(4940)] = 29290, - [SMALL_STATE(4941)] = 29366, - [SMALL_STATE(4942)] = 29442, - [SMALL_STATE(4943)] = 29518, - [SMALL_STATE(4944)] = 29594, - [SMALL_STATE(4945)] = 29668, - [SMALL_STATE(4946)] = 29734, - [SMALL_STATE(4947)] = 29800, - [SMALL_STATE(4948)] = 29874, - [SMALL_STATE(4949)] = 29952, - [SMALL_STATE(4950)] = 30018, - [SMALL_STATE(4951)] = 30094, - [SMALL_STATE(4952)] = 30164, - [SMALL_STATE(4953)] = 30238, - [SMALL_STATE(4954)] = 30312, - [SMALL_STATE(4955)] = 30392, - [SMALL_STATE(4956)] = 30466, - [SMALL_STATE(4957)] = 30540, - [SMALL_STATE(4958)] = 30620, - [SMALL_STATE(4959)] = 30694, - [SMALL_STATE(4960)] = 30768, - [SMALL_STATE(4961)] = 30844, - [SMALL_STATE(4962)] = 30920, - [SMALL_STATE(4963)] = 30986, - [SMALL_STATE(4964)] = 31066, - [SMALL_STATE(4965)] = 31142, - [SMALL_STATE(4966)] = 31218, - [SMALL_STATE(4967)] = 31291, - [SMALL_STATE(4968)] = 31360, - [SMALL_STATE(4969)] = 31425, - [SMALL_STATE(4970)] = 31492, - [SMALL_STATE(4971)] = 31567, - [SMALL_STATE(4972)] = 31636, - [SMALL_STATE(4973)] = 31705, - [SMALL_STATE(4974)] = 31774, - [SMALL_STATE(4975)] = 31849, - [SMALL_STATE(4976)] = 31914, - [SMALL_STATE(4977)] = 31991, - [SMALL_STATE(4978)] = 32064, - [SMALL_STATE(4979)] = 32131, - [SMALL_STATE(4980)] = 32200, - [SMALL_STATE(4981)] = 32265, - [SMALL_STATE(4982)] = 32334, - [SMALL_STATE(4983)] = 32399, - [SMALL_STATE(4984)] = 32474, - [SMALL_STATE(4985)] = 32539, - [SMALL_STATE(4986)] = 32604, - [SMALL_STATE(4987)] = 32673, - [SMALL_STATE(4988)] = 32738, - [SMALL_STATE(4989)] = 32807, - [SMALL_STATE(4990)] = 32872, - [SMALL_STATE(4991)] = 32945, - [SMALL_STATE(4992)] = 33010, - [SMALL_STATE(4993)] = 33085, - [SMALL_STATE(4994)] = 33154, - [SMALL_STATE(4995)] = 33219, - [SMALL_STATE(4996)] = 33288, - [SMALL_STATE(4997)] = 33365, - [SMALL_STATE(4998)] = 33430, - [SMALL_STATE(4999)] = 33499, - [SMALL_STATE(5000)] = 33568, - [SMALL_STATE(5001)] = 33641, - [SMALL_STATE(5002)] = 33710, - [SMALL_STATE(5003)] = 33783, - [SMALL_STATE(5004)] = 33852, - [SMALL_STATE(5005)] = 33917, - [SMALL_STATE(5006)] = 33982, - [SMALL_STATE(5007)] = 34047, - [SMALL_STATE(5008)] = 34116, - [SMALL_STATE(5009)] = 34185, - [SMALL_STATE(5010)] = 34254, - [SMALL_STATE(5011)] = 34331, - [SMALL_STATE(5012)] = 34400, - [SMALL_STATE(5013)] = 34473, - [SMALL_STATE(5014)] = 34538, - [SMALL_STATE(5015)] = 34607, - [SMALL_STATE(5016)] = 34680, - [SMALL_STATE(5017)] = 34749, - [SMALL_STATE(5018)] = 34814, - [SMALL_STATE(5019)] = 34887, - [SMALL_STATE(5020)] = 34960, - [SMALL_STATE(5021)] = 35029, - [SMALL_STATE(5022)] = 35102, - [SMALL_STATE(5023)] = 35175, - [SMALL_STATE(5024)] = 35248, - [SMALL_STATE(5025)] = 35317, - [SMALL_STATE(5026)] = 35386, - [SMALL_STATE(5027)] = 35459, - [SMALL_STATE(5028)] = 35532, - [SMALL_STATE(5029)] = 35605, - [SMALL_STATE(5030)] = 35674, - [SMALL_STATE(5031)] = 35743, - [SMALL_STATE(5032)] = 35816, - [SMALL_STATE(5033)] = 35883, - [SMALL_STATE(5034)] = 35956, - [SMALL_STATE(5035)] = 36033, - [SMALL_STATE(5036)] = 36102, - [SMALL_STATE(5037)] = 36175, - [SMALL_STATE(5038)] = 36248, - [SMALL_STATE(5039)] = 36317, - [SMALL_STATE(5040)] = 36382, - [SMALL_STATE(5041)] = 36451, - [SMALL_STATE(5042)] = 36518, - [SMALL_STATE(5043)] = 36583, - [SMALL_STATE(5044)] = 36648, - [SMALL_STATE(5045)] = 36721, - [SMALL_STATE(5046)] = 36788, - [SMALL_STATE(5047)] = 36863, - [SMALL_STATE(5048)] = 36934, - [SMALL_STATE(5049)] = 37007, - [SMALL_STATE(5050)] = 37076, - [SMALL_STATE(5051)] = 37141, - [SMALL_STATE(5052)] = 37206, - [SMALL_STATE(5053)] = 37275, - [SMALL_STATE(5054)] = 37346, - [SMALL_STATE(5055)] = 37419, - [SMALL_STATE(5056)] = 37484, - [SMALL_STATE(5057)] = 37553, - [SMALL_STATE(5058)] = 37622, - [SMALL_STATE(5059)] = 37695, - [SMALL_STATE(5060)] = 37772, - [SMALL_STATE(5061)] = 37845, - [SMALL_STATE(5062)] = 37918, - [SMALL_STATE(5063)] = 37987, - [SMALL_STATE(5064)] = 38062, - [SMALL_STATE(5065)] = 38135, - [SMALL_STATE(5066)] = 38208, - [SMALL_STATE(5067)] = 38273, - [SMALL_STATE(5068)] = 38346, - [SMALL_STATE(5069)] = 38411, - [SMALL_STATE(5070)] = 38480, - [SMALL_STATE(5071)] = 38553, - [SMALL_STATE(5072)] = 38625, - [SMALL_STATE(5073)] = 38689, - [SMALL_STATE(5074)] = 38753, - [SMALL_STATE(5075)] = 38819, - [SMALL_STATE(5076)] = 38891, - [SMALL_STATE(5077)] = 38955, - [SMALL_STATE(5078)] = 39019, - [SMALL_STATE(5079)] = 39089, - [SMALL_STATE(5080)] = 39153, - [SMALL_STATE(5081)] = 39225, - [SMALL_STATE(5082)] = 39289, - [SMALL_STATE(5083)] = 39353, - [SMALL_STATE(5084)] = 39417, - [SMALL_STATE(5085)] = 39481, - [SMALL_STATE(5086)] = 39545, - [SMALL_STATE(5087)] = 39609, - [SMALL_STATE(5088)] = 39673, - [SMALL_STATE(5089)] = 39737, - [SMALL_STATE(5090)] = 39809, - [SMALL_STATE(5091)] = 39873, - [SMALL_STATE(5092)] = 39937, - [SMALL_STATE(5093)] = 40001, - [SMALL_STATE(5094)] = 40065, - [SMALL_STATE(5095)] = 40129, - [SMALL_STATE(5096)] = 40201, - [SMALL_STATE(5097)] = 40265, - [SMALL_STATE(5098)] = 40329, - [SMALL_STATE(5099)] = 40401, - [SMALL_STATE(5100)] = 40465, - [SMALL_STATE(5101)] = 40529, - [SMALL_STATE(5102)] = 40593, - [SMALL_STATE(5103)] = 40657, - [SMALL_STATE(5104)] = 40721, - [SMALL_STATE(5105)] = 40785, - [SMALL_STATE(5106)] = 40853, - [SMALL_STATE(5107)] = 40917, - [SMALL_STATE(5108)] = 40983, - [SMALL_STATE(5109)] = 41047, - [SMALL_STATE(5110)] = 41113, - [SMALL_STATE(5111)] = 41179, - [SMALL_STATE(5112)] = 41243, - [SMALL_STATE(5113)] = 41307, - [SMALL_STATE(5114)] = 41371, - [SMALL_STATE(5115)] = 41435, - [SMALL_STATE(5116)] = 41501, - [SMALL_STATE(5117)] = 41565, - [SMALL_STATE(5118)] = 41637, - [SMALL_STATE(5119)] = 41701, - [SMALL_STATE(5120)] = 41765, - [SMALL_STATE(5121)] = 41831, - [SMALL_STATE(5122)] = 41903, - [SMALL_STATE(5123)] = 41967, - [SMALL_STATE(5124)] = 42031, - [SMALL_STATE(5125)] = 42095, - [SMALL_STATE(5126)] = 42159, - [SMALL_STATE(5127)] = 42225, - [SMALL_STATE(5128)] = 42289, - [SMALL_STATE(5129)] = 42353, - [SMALL_STATE(5130)] = 42417, - [SMALL_STATE(5131)] = 42481, - [SMALL_STATE(5132)] = 42545, - [SMALL_STATE(5133)] = 42615, - [SMALL_STATE(5134)] = 42679, - [SMALL_STATE(5135)] = 42743, - [SMALL_STATE(5136)] = 42807, - [SMALL_STATE(5137)] = 42871, - [SMALL_STATE(5138)] = 42935, - [SMALL_STATE(5139)] = 42999, - [SMALL_STATE(5140)] = 43063, - [SMALL_STATE(5141)] = 43127, - [SMALL_STATE(5142)] = 43191, - [SMALL_STATE(5143)] = 43255, - [SMALL_STATE(5144)] = 43319, - [SMALL_STATE(5145)] = 43383, - [SMALL_STATE(5146)] = 43447, - [SMALL_STATE(5147)] = 43511, - [SMALL_STATE(5148)] = 43581, - [SMALL_STATE(5149)] = 43651, - [SMALL_STATE(5150)] = 43715, - [SMALL_STATE(5151)] = 43779, - [SMALL_STATE(5152)] = 43849, - [SMALL_STATE(5153)] = 43913, - [SMALL_STATE(5154)] = 43977, - [SMALL_STATE(5155)] = 44045, - [SMALL_STATE(5156)] = 44109, - [SMALL_STATE(5157)] = 44173, - [SMALL_STATE(5158)] = 44237, - [SMALL_STATE(5159)] = 44301, - [SMALL_STATE(5160)] = 44367, - [SMALL_STATE(5161)] = 44431, - [SMALL_STATE(5162)] = 44495, - [SMALL_STATE(5163)] = 44559, - [SMALL_STATE(5164)] = 44623, - [SMALL_STATE(5165)] = 44695, - [SMALL_STATE(5166)] = 44759, - [SMALL_STATE(5167)] = 44823, - [SMALL_STATE(5168)] = 44887, - [SMALL_STATE(5169)] = 44951, - [SMALL_STATE(5170)] = 45021, - [SMALL_STATE(5171)] = 45085, - [SMALL_STATE(5172)] = 45149, - [SMALL_STATE(5173)] = 45213, - [SMALL_STATE(5174)] = 45285, - [SMALL_STATE(5175)] = 45349, - [SMALL_STATE(5176)] = 45413, - [SMALL_STATE(5177)] = 45477, - [SMALL_STATE(5178)] = 45541, - [SMALL_STATE(5179)] = 45605, - [SMALL_STATE(5180)] = 45677, - [SMALL_STATE(5181)] = 45741, - [SMALL_STATE(5182)] = 45805, - [SMALL_STATE(5183)] = 45869, - [SMALL_STATE(5184)] = 45933, - [SMALL_STATE(5185)] = 45997, - [SMALL_STATE(5186)] = 46061, - [SMALL_STATE(5187)] = 46125, - [SMALL_STATE(5188)] = 46189, - [SMALL_STATE(5189)] = 46261, - [SMALL_STATE(5190)] = 46325, - [SMALL_STATE(5191)] = 46397, - [SMALL_STATE(5192)] = 46461, - [SMALL_STATE(5193)] = 46525, - [SMALL_STATE(5194)] = 46589, - [SMALL_STATE(5195)] = 46653, - [SMALL_STATE(5196)] = 46717, - [SMALL_STATE(5197)] = 46789, - [SMALL_STATE(5198)] = 46853, - [SMALL_STATE(5199)] = 46917, - [SMALL_STATE(5200)] = 46981, - [SMALL_STATE(5201)] = 47045, - [SMALL_STATE(5202)] = 47109, - [SMALL_STATE(5203)] = 47173, - [SMALL_STATE(5204)] = 47245, - [SMALL_STATE(5205)] = 47309, - [SMALL_STATE(5206)] = 47373, - [SMALL_STATE(5207)] = 47445, - [SMALL_STATE(5208)] = 47519, - [SMALL_STATE(5209)] = 47583, - [SMALL_STATE(5210)] = 47647, - [SMALL_STATE(5211)] = 47711, - [SMALL_STATE(5212)] = 47777, - [SMALL_STATE(5213)] = 47851, - [SMALL_STATE(5214)] = 47915, - [SMALL_STATE(5215)] = 47979, - [SMALL_STATE(5216)] = 48043, - [SMALL_STATE(5217)] = 48111, - [SMALL_STATE(5218)] = 48175, - [SMALL_STATE(5219)] = 48239, - [SMALL_STATE(5220)] = 48311, - [SMALL_STATE(5221)] = 48375, - [SMALL_STATE(5222)] = 48439, - [SMALL_STATE(5223)] = 48503, - [SMALL_STATE(5224)] = 48577, - [SMALL_STATE(5225)] = 48641, - [SMALL_STATE(5226)] = 48705, - [SMALL_STATE(5227)] = 48769, - [SMALL_STATE(5228)] = 48833, - [SMALL_STATE(5229)] = 48897, - [SMALL_STATE(5230)] = 48971, - [SMALL_STATE(5231)] = 49035, - [SMALL_STATE(5232)] = 49099, - [SMALL_STATE(5233)] = 49163, - [SMALL_STATE(5234)] = 49237, - [SMALL_STATE(5235)] = 49311, - [SMALL_STATE(5236)] = 49375, - [SMALL_STATE(5237)] = 49439, - [SMALL_STATE(5238)] = 49511, - [SMALL_STATE(5239)] = 49575, - [SMALL_STATE(5240)] = 49649, - [SMALL_STATE(5241)] = 49713, - [SMALL_STATE(5242)] = 49777, - [SMALL_STATE(5243)] = 49841, - [SMALL_STATE(5244)] = 49913, - [SMALL_STATE(5245)] = 49977, - [SMALL_STATE(5246)] = 50041, - [SMALL_STATE(5247)] = 50105, - [SMALL_STATE(5248)] = 50169, - [SMALL_STATE(5249)] = 50233, - [SMALL_STATE(5250)] = 50297, - [SMALL_STATE(5251)] = 50369, - [SMALL_STATE(5252)] = 50433, - [SMALL_STATE(5253)] = 50497, - [SMALL_STATE(5254)] = 50561, - [SMALL_STATE(5255)] = 50625, - [SMALL_STATE(5256)] = 50689, - [SMALL_STATE(5257)] = 50753, - [SMALL_STATE(5258)] = 50817, - [SMALL_STATE(5259)] = 50881, - [SMALL_STATE(5260)] = 50945, - [SMALL_STATE(5261)] = 51009, - [SMALL_STATE(5262)] = 51073, - [SMALL_STATE(5263)] = 51137, - [SMALL_STATE(5264)] = 51211, - [SMALL_STATE(5265)] = 51275, - [SMALL_STATE(5266)] = 51345, - [SMALL_STATE(5267)] = 51412, - [SMALL_STATE(5268)] = 51489, - [SMALL_STATE(5269)] = 51556, - [SMALL_STATE(5270)] = 51623, - [SMALL_STATE(5271)] = 51690, - [SMALL_STATE(5272)] = 51757, - [SMALL_STATE(5273)] = 51824, - [SMALL_STATE(5274)] = 51891, - [SMALL_STATE(5275)] = 51960, - [SMALL_STATE(5276)] = 52027, - [SMALL_STATE(5277)] = 52092, - [SMALL_STATE(5278)] = 52157, - [SMALL_STATE(5279)] = 52222, - [SMALL_STATE(5280)] = 52287, - [SMALL_STATE(5281)] = 52354, - [SMALL_STATE(5282)] = 52419, - [SMALL_STATE(5283)] = 52484, - [SMALL_STATE(5284)] = 52553, - [SMALL_STATE(5285)] = 52622, - [SMALL_STATE(5286)] = 52687, - [SMALL_STATE(5287)] = 52764, - [SMALL_STATE(5288)] = 52831, - [SMALL_STATE(5289)] = 52898, - [SMALL_STATE(5290)] = 52965, - [SMALL_STATE(5291)] = 53034, - [SMALL_STATE(5292)] = 53101, - [SMALL_STATE(5293)] = 53178, - [SMALL_STATE(5294)] = 53245, - [SMALL_STATE(5295)] = 53312, - [SMALL_STATE(5296)] = 53379, - [SMALL_STATE(5297)] = 53446, - [SMALL_STATE(5298)] = 53513, - [SMALL_STATE(5299)] = 53580, - [SMALL_STATE(5300)] = 53647, - [SMALL_STATE(5301)] = 53714, - [SMALL_STATE(5302)] = 53781, - [SMALL_STATE(5303)] = 53858, - [SMALL_STATE(5304)] = 53935, - [SMALL_STATE(5305)] = 54012, - [SMALL_STATE(5306)] = 54079, - [SMALL_STATE(5307)] = 54156, - [SMALL_STATE(5308)] = 54223, - [SMALL_STATE(5309)] = 54296, - [SMALL_STATE(5310)] = 54363, - [SMALL_STATE(5311)] = 54440, - [SMALL_STATE(5312)] = 54517, - [SMALL_STATE(5313)] = 54584, - [SMALL_STATE(5314)] = 54661, - [SMALL_STATE(5315)] = 54728, - [SMALL_STATE(5316)] = 54795, - [SMALL_STATE(5317)] = 54857, - [SMALL_STATE(5318)] = 54919, - [SMALL_STATE(5319)] = 54987, - [SMALL_STATE(5320)] = 55061, - [SMALL_STATE(5321)] = 55135, - [SMALL_STATE(5322)] = 55201, - [SMALL_STATE(5323)] = 55275, - [SMALL_STATE(5324)] = 55337, - [SMALL_STATE(5325)] = 55401, - [SMALL_STATE(5326)] = 55475, - [SMALL_STATE(5327)] = 55543, - [SMALL_STATE(5328)] = 55615, - [SMALL_STATE(5329)] = 55721, - [SMALL_STATE(5330)] = 55789, - [SMALL_STATE(5331)] = 55851, - [SMALL_STATE(5332)] = 55957, - [SMALL_STATE(5333)] = 56021, - [SMALL_STATE(5334)] = 56085, - [SMALL_STATE(5335)] = 56157, - [SMALL_STATE(5336)] = 56219, - [SMALL_STATE(5337)] = 56281, - [SMALL_STATE(5338)] = 56343, - [SMALL_STATE(5339)] = 56415, - [SMALL_STATE(5340)] = 56481, - [SMALL_STATE(5341)] = 56547, - [SMALL_STATE(5342)] = 56609, - [SMALL_STATE(5343)] = 56671, - [SMALL_STATE(5344)] = 56735, - [SMALL_STATE(5345)] = 56797, - [SMALL_STATE(5346)] = 56867, - [SMALL_STATE(5347)] = 56929, - [SMALL_STATE(5348)] = 56991, - [SMALL_STATE(5349)] = 57055, - [SMALL_STATE(5350)] = 57117, - [SMALL_STATE(5351)] = 57191, - [SMALL_STATE(5352)] = 57253, - [SMALL_STATE(5353)] = 57317, - [SMALL_STATE(5354)] = 57379, - [SMALL_STATE(5355)] = 57443, - [SMALL_STATE(5356)] = 57507, - [SMALL_STATE(5357)] = 57569, - [SMALL_STATE(5358)] = 57631, - [SMALL_STATE(5359)] = 57693, - [SMALL_STATE(5360)] = 57755, - [SMALL_STATE(5361)] = 57817, - [SMALL_STATE(5362)] = 57879, - [SMALL_STATE(5363)] = 57985, - [SMALL_STATE(5364)] = 58047, - [SMALL_STATE(5365)] = 58109, - [SMALL_STATE(5366)] = 58171, - [SMALL_STATE(5367)] = 58239, - [SMALL_STATE(5368)] = 58303, - [SMALL_STATE(5369)] = 58365, - [SMALL_STATE(5370)] = 58427, - [SMALL_STATE(5371)] = 58489, - [SMALL_STATE(5372)] = 58563, - [SMALL_STATE(5373)] = 58639, - [SMALL_STATE(5374)] = 58701, - [SMALL_STATE(5375)] = 58765, - [SMALL_STATE(5376)] = 58827, - [SMALL_STATE(5377)] = 58933, - [SMALL_STATE(5378)] = 58995, - [SMALL_STATE(5379)] = 59057, - [SMALL_STATE(5380)] = 59131, - [SMALL_STATE(5381)] = 59207, - [SMALL_STATE(5382)] = 59269, - [SMALL_STATE(5383)] = 59331, - [SMALL_STATE(5384)] = 59405, - [SMALL_STATE(5385)] = 59467, - [SMALL_STATE(5386)] = 59529, - [SMALL_STATE(5387)] = 59591, - [SMALL_STATE(5388)] = 59667, - [SMALL_STATE(5389)] = 59729, - [SMALL_STATE(5390)] = 59803, - [SMALL_STATE(5391)] = 59865, - [SMALL_STATE(5392)] = 59927, - [SMALL_STATE(5393)] = 60003, - [SMALL_STATE(5394)] = 60065, - [SMALL_STATE(5395)] = 60127, - [SMALL_STATE(5396)] = 60203, - [SMALL_STATE(5397)] = 60277, - [SMALL_STATE(5398)] = 60339, - [SMALL_STATE(5399)] = 60401, - [SMALL_STATE(5400)] = 60463, - [SMALL_STATE(5401)] = 60525, - [SMALL_STATE(5402)] = 60589, - [SMALL_STATE(5403)] = 60653, - [SMALL_STATE(5404)] = 60715, - [SMALL_STATE(5405)] = 60777, - [SMALL_STATE(5406)] = 60839, - [SMALL_STATE(5407)] = 60901, - [SMALL_STATE(5408)] = 60963, - [SMALL_STATE(5409)] = 61027, - [SMALL_STATE(5410)] = 61091, - [SMALL_STATE(5411)] = 61153, - [SMALL_STATE(5412)] = 61215, - [SMALL_STATE(5413)] = 61277, - [SMALL_STATE(5414)] = 61339, - [SMALL_STATE(5415)] = 61401, - [SMALL_STATE(5416)] = 61463, - [SMALL_STATE(5417)] = 61525, - [SMALL_STATE(5418)] = 61587, - [SMALL_STATE(5419)] = 61649, - [SMALL_STATE(5420)] = 61711, - [SMALL_STATE(5421)] = 61773, - [SMALL_STATE(5422)] = 61835, - [SMALL_STATE(5423)] = 61897, - [SMALL_STATE(5424)] = 61959, - [SMALL_STATE(5425)] = 62021, - [SMALL_STATE(5426)] = 62083, - [SMALL_STATE(5427)] = 62152, - [SMALL_STATE(5428)] = 62221, - [SMALL_STATE(5429)] = 62292, - [SMALL_STATE(5430)] = 62363, - [SMALL_STATE(5431)] = 62434, - [SMALL_STATE(5432)] = 62535, - [SMALL_STATE(5433)] = 62598, - [SMALL_STATE(5434)] = 62667, - [SMALL_STATE(5435)] = 62738, - [SMALL_STATE(5436)] = 62803, - [SMALL_STATE(5437)] = 62904, - [SMALL_STATE(5438)] = 62975, - [SMALL_STATE(5439)] = 63038, - [SMALL_STATE(5440)] = 63139, - [SMALL_STATE(5441)] = 63204, - [SMALL_STATE(5442)] = 63269, - [SMALL_STATE(5443)] = 63330, - [SMALL_STATE(5444)] = 63395, - [SMALL_STATE(5445)] = 63458, - [SMALL_STATE(5446)] = 63529, - [SMALL_STATE(5447)] = 63600, - [SMALL_STATE(5448)] = 63671, - [SMALL_STATE(5449)] = 63734, - [SMALL_STATE(5450)] = 63805, - [SMALL_STATE(5451)] = 63868, - [SMALL_STATE(5452)] = 63937, - [SMALL_STATE(5453)] = 64038, - [SMALL_STATE(5454)] = 64143, - [SMALL_STATE(5455)] = 64248, - [SMALL_STATE(5456)] = 64319, - [SMALL_STATE(5457)] = 64388, - [SMALL_STATE(5458)] = 64457, - [SMALL_STATE(5459)] = 64518, - [SMALL_STATE(5460)] = 64589, - [SMALL_STATE(5461)] = 64660, - [SMALL_STATE(5462)] = 64729, - [SMALL_STATE(5463)] = 64800, - [SMALL_STATE(5464)] = 64873, - [SMALL_STATE(5465)] = 64942, - [SMALL_STATE(5466)] = 65013, - [SMALL_STATE(5467)] = 65074, - [SMALL_STATE(5468)] = 65147, - [SMALL_STATE(5469)] = 65218, - [SMALL_STATE(5470)] = 65279, - [SMALL_STATE(5471)] = 65348, - [SMALL_STATE(5472)] = 65419, - [SMALL_STATE(5473)] = 65492, - [SMALL_STATE(5474)] = 65565, - [SMALL_STATE(5475)] = 65666, - [SMALL_STATE(5476)] = 65737, - [SMALL_STATE(5477)] = 65808, - [SMALL_STATE(5478)] = 65913, - [SMALL_STATE(5479)] = 65982, - [SMALL_STATE(5480)] = 66055, - [SMALL_STATE(5481)] = 66126, - [SMALL_STATE(5482)] = 66231, - [SMALL_STATE(5483)] = 66299, - [SMALL_STATE(5484)] = 66367, - [SMALL_STATE(5485)] = 66427, - [SMALL_STATE(5486)] = 66489, - [SMALL_STATE(5487)] = 66589, - [SMALL_STATE(5488)] = 66649, - [SMALL_STATE(5489)] = 66717, - [SMALL_STATE(5490)] = 66777, - [SMALL_STATE(5491)] = 66877, - [SMALL_STATE(5492)] = 66977, - [SMALL_STATE(5493)] = 67077, - [SMALL_STATE(5494)] = 67177, - [SMALL_STATE(5495)] = 67277, - [SMALL_STATE(5496)] = 67377, - [SMALL_STATE(5497)] = 67477, - [SMALL_STATE(5498)] = 67543, - [SMALL_STATE(5499)] = 67643, - [SMALL_STATE(5500)] = 67725, - [SMALL_STATE(5501)] = 67789, - [SMALL_STATE(5502)] = 67853, - [SMALL_STATE(5503)] = 67953, - [SMALL_STATE(5504)] = 68013, - [SMALL_STATE(5505)] = 68083, - [SMALL_STATE(5506)] = 68153, - [SMALL_STATE(5507)] = 68223, - [SMALL_STATE(5508)] = 68323, - [SMALL_STATE(5509)] = 68391, - [SMALL_STATE(5510)] = 68459, - [SMALL_STATE(5511)] = 68525, - [SMALL_STATE(5512)] = 68589, - [SMALL_STATE(5513)] = 68689, - [SMALL_STATE(5514)] = 68789, - [SMALL_STATE(5515)] = 68889, - [SMALL_STATE(5516)] = 68959, - [SMALL_STATE(5517)] = 69029, - [SMALL_STATE(5518)] = 69111, - [SMALL_STATE(5519)] = 69181, - [SMALL_STATE(5520)] = 69281, - [SMALL_STATE(5521)] = 69381, - [SMALL_STATE(5522)] = 69481, - [SMALL_STATE(5523)] = 69551, - [SMALL_STATE(5524)] = 69651, - [SMALL_STATE(5525)] = 69715, - [SMALL_STATE(5526)] = 69783, - [SMALL_STATE(5527)] = 69853, - [SMALL_STATE(5528)] = 69921, - [SMALL_STATE(5529)] = 69991, - [SMALL_STATE(5530)] = 70061, - [SMALL_STATE(5531)] = 70131, - [SMALL_STATE(5532)] = 70193, - [SMALL_STATE(5533)] = 70261, - [SMALL_STATE(5534)] = 70329, - [SMALL_STATE(5535)] = 70397, - [SMALL_STATE(5536)] = 70456, - [SMALL_STATE(5537)] = 70519, - [SMALL_STATE(5538)] = 70584, - [SMALL_STATE(5539)] = 70681, - [SMALL_STATE(5540)] = 70744, - [SMALL_STATE(5541)] = 70841, - [SMALL_STATE(5542)] = 70936, - [SMALL_STATE(5543)] = 70999, - [SMALL_STATE(5544)] = 71062, - [SMALL_STATE(5545)] = 71159, - [SMALL_STATE(5546)] = 71256, - [SMALL_STATE(5547)] = 71323, - [SMALL_STATE(5548)] = 71382, - [SMALL_STATE(5549)] = 71449, - [SMALL_STATE(5550)] = 71544, - [SMALL_STATE(5551)] = 71641, - [SMALL_STATE(5552)] = 71704, - [SMALL_STATE(5553)] = 71771, - [SMALL_STATE(5554)] = 71868, - [SMALL_STATE(5555)] = 71933, - [SMALL_STATE(5556)] = 72030, - [SMALL_STATE(5557)] = 72127, - [SMALL_STATE(5558)] = 72188, - [SMALL_STATE(5559)] = 72285, - [SMALL_STATE(5560)] = 72384, - [SMALL_STATE(5561)] = 72481, - [SMALL_STATE(5562)] = 72540, - [SMALL_STATE(5563)] = 72639, - [SMALL_STATE(5564)] = 72706, - [SMALL_STATE(5565)] = 72805, - [SMALL_STATE(5566)] = 72902, - [SMALL_STATE(5567)] = 73001, - [SMALL_STATE(5568)] = 73068, - [SMALL_STATE(5569)] = 73127, - [SMALL_STATE(5570)] = 73226, - [SMALL_STATE(5571)] = 73293, - [SMALL_STATE(5572)] = 73352, - [SMALL_STATE(5573)] = 73449, - [SMALL_STATE(5574)] = 73508, - [SMALL_STATE(5575)] = 73607, - [SMALL_STATE(5576)] = 73702, - [SMALL_STATE(5577)] = 73761, - [SMALL_STATE(5578)] = 73828, - [SMALL_STATE(5579)] = 73927, - [SMALL_STATE(5580)] = 73988, - [SMALL_STATE(5581)] = 74055, - [SMALL_STATE(5582)] = 74152, - [SMALL_STATE(5583)] = 74251, - [SMALL_STATE(5584)] = 74318, - [SMALL_STATE(5585)] = 74413, - [SMALL_STATE(5586)] = 74472, - [SMALL_STATE(5587)] = 74571, - [SMALL_STATE(5588)] = 74632, - [SMALL_STATE(5589)] = 74729, - [SMALL_STATE(5590)] = 74826, - [SMALL_STATE(5591)] = 74887, - [SMALL_STATE(5592)] = 74986, - [SMALL_STATE(5593)] = 75053, - [SMALL_STATE(5594)] = 75112, - [SMALL_STATE(5595)] = 75207, - [SMALL_STATE(5596)] = 75304, - [SMALL_STATE(5597)] = 75401, - [SMALL_STATE(5598)] = 75500, - [SMALL_STATE(5599)] = 75597, - [SMALL_STATE(5600)] = 75656, - [SMALL_STATE(5601)] = 75755, - [SMALL_STATE(5602)] = 75854, - [SMALL_STATE(5603)] = 75912, - [SMALL_STATE(5604)] = 75992, - [SMALL_STATE(5605)] = 76056, - [SMALL_STATE(5606)] = 76114, - [SMALL_STATE(5607)] = 76208, - [SMALL_STATE(5608)] = 76302, - [SMALL_STATE(5609)] = 76396, - [SMALL_STATE(5610)] = 76490, - [SMALL_STATE(5611)] = 76550, - [SMALL_STATE(5612)] = 76612, - [SMALL_STATE(5613)] = 76706, - [SMALL_STATE(5614)] = 76766, - [SMALL_STATE(5615)] = 76826, - [SMALL_STATE(5616)] = 76886, - [SMALL_STATE(5617)] = 76980, - [SMALL_STATE(5618)] = 77042, - [SMALL_STATE(5619)] = 77136, - [SMALL_STATE(5620)] = 77200, - [SMALL_STATE(5621)] = 77280, - [SMALL_STATE(5622)] = 77374, - [SMALL_STATE(5623)] = 77434, - [SMALL_STATE(5624)] = 77493, - [SMALL_STATE(5625)] = 77552, - [SMALL_STATE(5626)] = 77611, - [SMALL_STATE(5627)] = 77670, - [SMALL_STATE(5628)] = 77731, - [SMALL_STATE(5629)] = 77790, - [SMALL_STATE(5630)] = 77851, - [SMALL_STATE(5631)] = 77912, - [SMALL_STATE(5632)] = 77973, - [SMALL_STATE(5633)] = 78034, - [SMALL_STATE(5634)] = 78120, - [SMALL_STATE(5635)] = 78206, - [SMALL_STATE(5636)] = 78292, - [SMALL_STATE(5637)] = 78378, - [SMALL_STATE(5638)] = 78438, - [SMALL_STATE(5639)] = 78494, - [SMALL_STATE(5640)] = 78554, - [SMALL_STATE(5641)] = 78640, - [SMALL_STATE(5642)] = 78698, - [SMALL_STATE(5643)] = 78754, - [SMALL_STATE(5644)] = 78812, - [SMALL_STATE(5645)] = 78870, - [SMALL_STATE(5646)] = 78928, - [SMALL_STATE(5647)] = 78988, - [SMALL_STATE(5648)] = 79044, - [SMALL_STATE(5649)] = 79130, - [SMALL_STATE(5650)] = 79186, - [SMALL_STATE(5651)] = 79276, - [SMALL_STATE(5652)] = 79334, - [SMALL_STATE(5653)] = 79417, - [SMALL_STATE(5654)] = 79476, - [SMALL_STATE(5655)] = 79561, - [SMALL_STATE(5656)] = 79646, - [SMALL_STATE(5657)] = 79731, - [SMALL_STATE(5658)] = 79814, - [SMALL_STATE(5659)] = 79897, - [SMALL_STATE(5660)] = 79980, - [SMALL_STATE(5661)] = 80035, - [SMALL_STATE(5662)] = 80118, - [SMALL_STATE(5663)] = 80201, - [SMALL_STATE(5664)] = 80256, - [SMALL_STATE(5665)] = 80341, - [SMALL_STATE(5666)] = 80424, - [SMALL_STATE(5667)] = 80507, - [SMALL_STATE(5668)] = 80568, - [SMALL_STATE(5669)] = 80653, - [SMALL_STATE(5670)] = 80738, - [SMALL_STATE(5671)] = 80797, - [SMALL_STATE(5672)] = 80856, - [SMALL_STATE(5673)] = 80938, - [SMALL_STATE(5674)] = 81020, - [SMALL_STATE(5675)] = 81102, - [SMALL_STATE(5676)] = 81176, - [SMALL_STATE(5677)] = 81252, - [SMALL_STATE(5678)] = 81334, - [SMALL_STATE(5679)] = 81416, - [SMALL_STATE(5680)] = 81498, - [SMALL_STATE(5681)] = 81580, - [SMALL_STATE(5682)] = 81662, - [SMALL_STATE(5683)] = 81714, - [SMALL_STATE(5684)] = 81766, - [SMALL_STATE(5685)] = 81822, - [SMALL_STATE(5686)] = 81874, - [SMALL_STATE(5687)] = 81928, - [SMALL_STATE(5688)] = 81990, - [SMALL_STATE(5689)] = 82044, - [SMALL_STATE(5690)] = 82096, - [SMALL_STATE(5691)] = 82157, - [SMALL_STATE(5692)] = 82212, - [SMALL_STATE(5693)] = 82267, - [SMALL_STATE(5694)] = 82318, - [SMALL_STATE(5695)] = 82369, - [SMALL_STATE(5696)] = 82424, - [SMALL_STATE(5697)] = 82476, - [SMALL_STATE(5698)] = 82574, - [SMALL_STATE(5699)] = 82624, - [SMALL_STATE(5700)] = 82672, - [SMALL_STATE(5701)] = 82722, - [SMALL_STATE(5702)] = 82770, - [SMALL_STATE(5703)] = 82868, - [SMALL_STATE(5704)] = 82918, - [SMALL_STATE(5705)] = 82966, - [SMALL_STATE(5706)] = 83020, - [SMALL_STATE(5707)] = 83070, - [SMALL_STATE(5708)] = 83120, - [SMALL_STATE(5709)] = 83168, - [SMALL_STATE(5710)] = 83218, - [SMALL_STATE(5711)] = 83316, - [SMALL_STATE(5712)] = 83414, - [SMALL_STATE(5713)] = 83464, - [SMALL_STATE(5714)] = 83512, - [SMALL_STATE(5715)] = 83610, - [SMALL_STATE(5716)] = 83708, - [SMALL_STATE(5717)] = 83756, - [SMALL_STATE(5718)] = 83807, - [SMALL_STATE(5719)] = 83858, - [SMALL_STATE(5720)] = 83909, - [SMALL_STATE(5721)] = 83957, - [SMALL_STATE(5722)] = 84005, - [SMALL_STATE(5723)] = 84053, - [SMALL_STATE(5724)] = 84103, - [SMALL_STATE(5725)] = 84151, - [SMALL_STATE(5726)] = 84241, - [SMALL_STATE(5727)] = 84331, - [SMALL_STATE(5728)] = 84421, - [SMALL_STATE(5729)] = 84469, - [SMALL_STATE(5730)] = 84517, - [SMALL_STATE(5731)] = 84607, - [SMALL_STATE(5732)] = 84697, - [SMALL_STATE(5733)] = 84745, - [SMALL_STATE(5734)] = 84835, - [SMALL_STATE(5735)] = 84925, - [SMALL_STATE(5736)] = 85015, - [SMALL_STATE(5737)] = 85063, - [SMALL_STATE(5738)] = 85111, - [SMALL_STATE(5739)] = 85163, - [SMALL_STATE(5740)] = 85253, - [SMALL_STATE(5741)] = 85343, - [SMALL_STATE(5742)] = 85433, - [SMALL_STATE(5743)] = 85523, - [SMALL_STATE(5744)] = 85571, - [SMALL_STATE(5745)] = 85619, - [SMALL_STATE(5746)] = 85669, - [SMALL_STATE(5747)] = 85759, - [SMALL_STATE(5748)] = 85849, - [SMALL_STATE(5749)] = 85899, - [SMALL_STATE(5750)] = 85947, - [SMALL_STATE(5751)] = 85995, - [SMALL_STATE(5752)] = 86043, - [SMALL_STATE(5753)] = 86091, - [SMALL_STATE(5754)] = 86181, - [SMALL_STATE(5755)] = 86229, - [SMALL_STATE(5756)] = 86277, - [SMALL_STATE(5757)] = 86367, - [SMALL_STATE(5758)] = 86417, - [SMALL_STATE(5759)] = 86467, - [SMALL_STATE(5760)] = 86557, - [SMALL_STATE(5761)] = 86607, - [SMALL_STATE(5762)] = 86655, - [SMALL_STATE(5763)] = 86705, - [SMALL_STATE(5764)] = 86795, - [SMALL_STATE(5765)] = 86885, - [SMALL_STATE(5766)] = 86975, - [SMALL_STATE(5767)] = 87065, - [SMALL_STATE(5768)] = 87112, - [SMALL_STATE(5769)] = 87161, - [SMALL_STATE(5770)] = 87208, - [SMALL_STATE(5771)] = 87254, - [SMALL_STATE(5772)] = 87300, - [SMALL_STATE(5773)] = 87348, - [SMALL_STATE(5774)] = 87394, - [SMALL_STATE(5775)] = 87440, - [SMALL_STATE(5776)] = 87486, - [SMALL_STATE(5777)] = 87532, - [SMALL_STATE(5778)] = 87578, - [SMALL_STATE(5779)] = 87624, - [SMALL_STATE(5780)] = 87670, - [SMALL_STATE(5781)] = 87716, - [SMALL_STATE(5782)] = 87764, - [SMALL_STATE(5783)] = 87810, - [SMALL_STATE(5784)] = 87856, - [SMALL_STATE(5785)] = 87902, - [SMALL_STATE(5786)] = 87950, - [SMALL_STATE(5787)] = 87994, - [SMALL_STATE(5788)] = 88044, - [SMALL_STATE(5789)] = 88090, - [SMALL_STATE(5790)] = 88136, - [SMALL_STATE(5791)] = 88180, - [SMALL_STATE(5792)] = 88226, - [SMALL_STATE(5793)] = 88274, - [SMALL_STATE(5794)] = 88320, - [SMALL_STATE(5795)] = 88364, - [SMALL_STATE(5796)] = 88408, - [SMALL_STATE(5797)] = 88454, - [SMALL_STATE(5798)] = 88498, - [SMALL_STATE(5799)] = 88542, - [SMALL_STATE(5800)] = 88590, - [SMALL_STATE(5801)] = 88634, - [SMALL_STATE(5802)] = 88678, - [SMALL_STATE(5803)] = 88724, - [SMALL_STATE(5804)] = 88768, - [SMALL_STATE(5805)] = 88814, - [SMALL_STATE(5806)] = 88861, - [SMALL_STATE(5807)] = 88910, - [SMALL_STATE(5808)] = 88955, - [SMALL_STATE(5809)] = 88998, - [SMALL_STATE(5810)] = 89047, - [SMALL_STATE(5811)] = 89090, - [SMALL_STATE(5812)] = 89133, - [SMALL_STATE(5813)] = 89180, - [SMALL_STATE(5814)] = 89229, - [SMALL_STATE(5815)] = 89276, - [SMALL_STATE(5816)] = 89320, - [SMALL_STATE(5817)] = 89362, - [SMALL_STATE(5818)] = 89404, - [SMALL_STATE(5819)] = 89448, - [SMALL_STATE(5820)] = 89490, - [SMALL_STATE(5821)] = 89534, - [SMALL_STATE(5822)] = 89576, - [SMALL_STATE(5823)] = 89622, - [SMALL_STATE(5824)] = 89664, - [SMALL_STATE(5825)] = 89706, - [SMALL_STATE(5826)] = 89750, - [SMALL_STATE(5827)] = 89798, - [SMALL_STATE(5828)] = 89846, - [SMALL_STATE(5829)] = 89888, - [SMALL_STATE(5830)] = 89930, - [SMALL_STATE(5831)] = 89972, - [SMALL_STATE(5832)] = 90014, - [SMALL_STATE(5833)] = 90056, - [SMALL_STATE(5834)] = 90098, - [SMALL_STATE(5835)] = 90140, - [SMALL_STATE(5836)] = 90182, - [SMALL_STATE(5837)] = 90224, - [SMALL_STATE(5838)] = 90270, - [SMALL_STATE(5839)] = 90316, - [SMALL_STATE(5840)] = 90362, - [SMALL_STATE(5841)] = 90406, - [SMALL_STATE(5842)] = 90453, - [SMALL_STATE(5843)] = 90496, - [SMALL_STATE(5844)] = 90543, - [SMALL_STATE(5845)] = 90584, - [SMALL_STATE(5846)] = 90625, - [SMALL_STATE(5847)] = 90668, - [SMALL_STATE(5848)] = 90711, - [SMALL_STATE(5849)] = 90754, - [SMALL_STATE(5850)] = 90795, - [SMALL_STATE(5851)] = 90842, - [SMALL_STATE(5852)] = 90884, - [SMALL_STATE(5853)] = 90960, - [SMALL_STATE(5854)] = 91038, - [SMALL_STATE(5855)] = 91080, - [SMALL_STATE(5856)] = 91122, - [SMALL_STATE(5857)] = 91200, - [SMALL_STATE(5858)] = 91242, - [SMALL_STATE(5859)] = 91320, - [SMALL_STATE(5860)] = 91362, - [SMALL_STATE(5861)] = 91404, - [SMALL_STATE(5862)] = 91446, - [SMALL_STATE(5863)] = 91524, - [SMALL_STATE(5864)] = 91570, - [SMALL_STATE(5865)] = 91612, - [SMALL_STATE(5866)] = 91654, - [SMALL_STATE(5867)] = 91696, - [SMALL_STATE(5868)] = 91738, - [SMALL_STATE(5869)] = 91816, - [SMALL_STATE(5870)] = 91894, - [SMALL_STATE(5871)] = 91936, - [SMALL_STATE(5872)] = 91978, - [SMALL_STATE(5873)] = 92020, - [SMALL_STATE(5874)] = 92062, - [SMALL_STATE(5875)] = 92104, - [SMALL_STATE(5876)] = 92146, - [SMALL_STATE(5877)] = 92188, - [SMALL_STATE(5878)] = 92266, - [SMALL_STATE(5879)] = 92308, - [SMALL_STATE(5880)] = 92386, - [SMALL_STATE(5881)] = 92428, - [SMALL_STATE(5882)] = 92506, - [SMALL_STATE(5883)] = 92584, - [SMALL_STATE(5884)] = 92626, - [SMALL_STATE(5885)] = 92704, - [SMALL_STATE(5886)] = 92779, - [SMALL_STATE(5887)] = 92854, - [SMALL_STATE(5888)] = 92929, - [SMALL_STATE(5889)] = 93002, - [SMALL_STATE(5890)] = 93077, - [SMALL_STATE(5891)] = 93152, - [SMALL_STATE(5892)] = 93227, - [SMALL_STATE(5893)] = 93299, - [SMALL_STATE(5894)] = 93371, - [SMALL_STATE(5895)] = 93443, - [SMALL_STATE(5896)] = 93515, - [SMALL_STATE(5897)] = 93587, - [SMALL_STATE(5898)] = 93659, - [SMALL_STATE(5899)] = 93731, - [SMALL_STATE(5900)] = 93803, - [SMALL_STATE(5901)] = 93875, - [SMALL_STATE(5902)] = 93947, - [SMALL_STATE(5903)] = 94019, - [SMALL_STATE(5904)] = 94091, - [SMALL_STATE(5905)] = 94163, - [SMALL_STATE(5906)] = 94235, - [SMALL_STATE(5907)] = 94307, - [SMALL_STATE(5908)] = 94379, - [SMALL_STATE(5909)] = 94451, - [SMALL_STATE(5910)] = 94523, - [SMALL_STATE(5911)] = 94595, - [SMALL_STATE(5912)] = 94667, - [SMALL_STATE(5913)] = 94739, - [SMALL_STATE(5914)] = 94811, - [SMALL_STATE(5915)] = 94883, - [SMALL_STATE(5916)] = 94955, - [SMALL_STATE(5917)] = 95027, - [SMALL_STATE(5918)] = 95099, - [SMALL_STATE(5919)] = 95171, - [SMALL_STATE(5920)] = 95243, - [SMALL_STATE(5921)] = 95315, - [SMALL_STATE(5922)] = 95387, - [SMALL_STATE(5923)] = 95459, - [SMALL_STATE(5924)] = 95531, - [SMALL_STATE(5925)] = 95603, - [SMALL_STATE(5926)] = 95675, - [SMALL_STATE(5927)] = 95747, - [SMALL_STATE(5928)] = 95819, - [SMALL_STATE(5929)] = 95891, - [SMALL_STATE(5930)] = 95963, - [SMALL_STATE(5931)] = 96035, - [SMALL_STATE(5932)] = 96107, - [SMALL_STATE(5933)] = 96179, - [SMALL_STATE(5934)] = 96251, - [SMALL_STATE(5935)] = 96323, - [SMALL_STATE(5936)] = 96395, - [SMALL_STATE(5937)] = 96467, - [SMALL_STATE(5938)] = 96539, - [SMALL_STATE(5939)] = 96611, - [SMALL_STATE(5940)] = 96683, - [SMALL_STATE(5941)] = 96755, - [SMALL_STATE(5942)] = 96827, - [SMALL_STATE(5943)] = 96899, - [SMALL_STATE(5944)] = 96971, - [SMALL_STATE(5945)] = 97043, - [SMALL_STATE(5946)] = 97115, - [SMALL_STATE(5947)] = 97187, - [SMALL_STATE(5948)] = 97259, - [SMALL_STATE(5949)] = 97331, - [SMALL_STATE(5950)] = 97403, - [SMALL_STATE(5951)] = 97475, - [SMALL_STATE(5952)] = 97547, - [SMALL_STATE(5953)] = 97619, - [SMALL_STATE(5954)] = 97691, - [SMALL_STATE(5955)] = 97763, - [SMALL_STATE(5956)] = 97835, - [SMALL_STATE(5957)] = 97907, - [SMALL_STATE(5958)] = 97979, - [SMALL_STATE(5959)] = 98051, - [SMALL_STATE(5960)] = 98123, - [SMALL_STATE(5961)] = 98195, - [SMALL_STATE(5962)] = 98267, - [SMALL_STATE(5963)] = 98339, - [SMALL_STATE(5964)] = 98411, - [SMALL_STATE(5965)] = 98483, - [SMALL_STATE(5966)] = 98555, - [SMALL_STATE(5967)] = 98627, - [SMALL_STATE(5968)] = 98699, - [SMALL_STATE(5969)] = 98771, - [SMALL_STATE(5970)] = 98843, - [SMALL_STATE(5971)] = 98915, - [SMALL_STATE(5972)] = 98987, - [SMALL_STATE(5973)] = 99059, - [SMALL_STATE(5974)] = 99131, - [SMALL_STATE(5975)] = 99203, - [SMALL_STATE(5976)] = 99275, - [SMALL_STATE(5977)] = 99347, - [SMALL_STATE(5978)] = 99419, - [SMALL_STATE(5979)] = 99491, - [SMALL_STATE(5980)] = 99563, - [SMALL_STATE(5981)] = 99635, - [SMALL_STATE(5982)] = 99707, - [SMALL_STATE(5983)] = 99779, - [SMALL_STATE(5984)] = 99851, - [SMALL_STATE(5985)] = 99923, - [SMALL_STATE(5986)] = 99995, - [SMALL_STATE(5987)] = 100067, - [SMALL_STATE(5988)] = 100139, - [SMALL_STATE(5989)] = 100211, - [SMALL_STATE(5990)] = 100283, - [SMALL_STATE(5991)] = 100355, - [SMALL_STATE(5992)] = 100427, - [SMALL_STATE(5993)] = 100499, - [SMALL_STATE(5994)] = 100571, - [SMALL_STATE(5995)] = 100643, - [SMALL_STATE(5996)] = 100715, - [SMALL_STATE(5997)] = 100787, - [SMALL_STATE(5998)] = 100829, - [SMALL_STATE(5999)] = 100901, - [SMALL_STATE(6000)] = 100973, - [SMALL_STATE(6001)] = 101045, - [SMALL_STATE(6002)] = 101117, - [SMALL_STATE(6003)] = 101189, - [SMALL_STATE(6004)] = 101261, - [SMALL_STATE(6005)] = 101333, - [SMALL_STATE(6006)] = 101405, - [SMALL_STATE(6007)] = 101477, - [SMALL_STATE(6008)] = 101549, - [SMALL_STATE(6009)] = 101621, - [SMALL_STATE(6010)] = 101693, - [SMALL_STATE(6011)] = 101765, - [SMALL_STATE(6012)] = 101837, - [SMALL_STATE(6013)] = 101909, - [SMALL_STATE(6014)] = 101981, - [SMALL_STATE(6015)] = 102053, - [SMALL_STATE(6016)] = 102125, - [SMALL_STATE(6017)] = 102197, - [SMALL_STATE(6018)] = 102269, - [SMALL_STATE(6019)] = 102341, - [SMALL_STATE(6020)] = 102413, - [SMALL_STATE(6021)] = 102485, - [SMALL_STATE(6022)] = 102557, - [SMALL_STATE(6023)] = 102629, - [SMALL_STATE(6024)] = 102701, - [SMALL_STATE(6025)] = 102773, - [SMALL_STATE(6026)] = 102845, - [SMALL_STATE(6027)] = 102917, - [SMALL_STATE(6028)] = 102989, - [SMALL_STATE(6029)] = 103061, - [SMALL_STATE(6030)] = 103133, - [SMALL_STATE(6031)] = 103205, - [SMALL_STATE(6032)] = 103277, - [SMALL_STATE(6033)] = 103349, - [SMALL_STATE(6034)] = 103421, - [SMALL_STATE(6035)] = 103493, - [SMALL_STATE(6036)] = 103565, - [SMALL_STATE(6037)] = 103637, - [SMALL_STATE(6038)] = 103709, - [SMALL_STATE(6039)] = 103781, - [SMALL_STATE(6040)] = 103853, - [SMALL_STATE(6041)] = 103925, - [SMALL_STATE(6042)] = 103997, - [SMALL_STATE(6043)] = 104069, - [SMALL_STATE(6044)] = 104141, - [SMALL_STATE(6045)] = 104213, - [SMALL_STATE(6046)] = 104285, - [SMALL_STATE(6047)] = 104357, - [SMALL_STATE(6048)] = 104429, - [SMALL_STATE(6049)] = 104501, - [SMALL_STATE(6050)] = 104573, - [SMALL_STATE(6051)] = 104645, - [SMALL_STATE(6052)] = 104717, - [SMALL_STATE(6053)] = 104789, - [SMALL_STATE(6054)] = 104861, - [SMALL_STATE(6055)] = 104933, - [SMALL_STATE(6056)] = 105005, - [SMALL_STATE(6057)] = 105077, - [SMALL_STATE(6058)] = 105149, - [SMALL_STATE(6059)] = 105221, - [SMALL_STATE(6060)] = 105293, - [SMALL_STATE(6061)] = 105365, - [SMALL_STATE(6062)] = 105437, - [SMALL_STATE(6063)] = 105509, - [SMALL_STATE(6064)] = 105581, - [SMALL_STATE(6065)] = 105653, - [SMALL_STATE(6066)] = 105725, - [SMALL_STATE(6067)] = 105797, - [SMALL_STATE(6068)] = 105869, - [SMALL_STATE(6069)] = 105941, - [SMALL_STATE(6070)] = 106013, - [SMALL_STATE(6071)] = 106085, - [SMALL_STATE(6072)] = 106157, - [SMALL_STATE(6073)] = 106229, - [SMALL_STATE(6074)] = 106301, - [SMALL_STATE(6075)] = 106373, - [SMALL_STATE(6076)] = 106445, - [SMALL_STATE(6077)] = 106517, - [SMALL_STATE(6078)] = 106589, - [SMALL_STATE(6079)] = 106661, - [SMALL_STATE(6080)] = 106733, - [SMALL_STATE(6081)] = 106805, - [SMALL_STATE(6082)] = 106877, - [SMALL_STATE(6083)] = 106949, - [SMALL_STATE(6084)] = 107021, - [SMALL_STATE(6085)] = 107093, - [SMALL_STATE(6086)] = 107165, - [SMALL_STATE(6087)] = 107237, - [SMALL_STATE(6088)] = 107309, - [SMALL_STATE(6089)] = 107381, - [SMALL_STATE(6090)] = 107453, - [SMALL_STATE(6091)] = 107525, - [SMALL_STATE(6092)] = 107597, - [SMALL_STATE(6093)] = 107669, - [SMALL_STATE(6094)] = 107741, - [SMALL_STATE(6095)] = 107813, - [SMALL_STATE(6096)] = 107885, - [SMALL_STATE(6097)] = 107957, - [SMALL_STATE(6098)] = 108029, - [SMALL_STATE(6099)] = 108101, - [SMALL_STATE(6100)] = 108173, - [SMALL_STATE(6101)] = 108245, - [SMALL_STATE(6102)] = 108317, - [SMALL_STATE(6103)] = 108389, - [SMALL_STATE(6104)] = 108461, - [SMALL_STATE(6105)] = 108533, - [SMALL_STATE(6106)] = 108605, - [SMALL_STATE(6107)] = 108677, - [SMALL_STATE(6108)] = 108749, - [SMALL_STATE(6109)] = 108821, - [SMALL_STATE(6110)] = 108893, - [SMALL_STATE(6111)] = 108965, - [SMALL_STATE(6112)] = 109037, - [SMALL_STATE(6113)] = 109109, - [SMALL_STATE(6114)] = 109181, - [SMALL_STATE(6115)] = 109253, - [SMALL_STATE(6116)] = 109325, - [SMALL_STATE(6117)] = 109397, - [SMALL_STATE(6118)] = 109469, - [SMALL_STATE(6119)] = 109541, - [SMALL_STATE(6120)] = 109613, - [SMALL_STATE(6121)] = 109685, - [SMALL_STATE(6122)] = 109757, - [SMALL_STATE(6123)] = 109829, - [SMALL_STATE(6124)] = 109901, - [SMALL_STATE(6125)] = 109973, - [SMALL_STATE(6126)] = 110045, - [SMALL_STATE(6127)] = 110117, - [SMALL_STATE(6128)] = 110189, - [SMALL_STATE(6129)] = 110261, - [SMALL_STATE(6130)] = 110333, - [SMALL_STATE(6131)] = 110405, - [SMALL_STATE(6132)] = 110477, - [SMALL_STATE(6133)] = 110549, - [SMALL_STATE(6134)] = 110621, - [SMALL_STATE(6135)] = 110693, - [SMALL_STATE(6136)] = 110765, - [SMALL_STATE(6137)] = 110837, - [SMALL_STATE(6138)] = 110909, - [SMALL_STATE(6139)] = 110981, - [SMALL_STATE(6140)] = 111053, - [SMALL_STATE(6141)] = 111125, - [SMALL_STATE(6142)] = 111197, - [SMALL_STATE(6143)] = 111269, - [SMALL_STATE(6144)] = 111309, - [SMALL_STATE(6145)] = 111381, - [SMALL_STATE(6146)] = 111421, - [SMALL_STATE(6147)] = 111493, - [SMALL_STATE(6148)] = 111565, - [SMALL_STATE(6149)] = 111637, - [SMALL_STATE(6150)] = 111709, - [SMALL_STATE(6151)] = 111781, - [SMALL_STATE(6152)] = 111853, - [SMALL_STATE(6153)] = 111925, - [SMALL_STATE(6154)] = 111997, - [SMALL_STATE(6155)] = 112069, - [SMALL_STATE(6156)] = 112141, - [SMALL_STATE(6157)] = 112213, - [SMALL_STATE(6158)] = 112285, - [SMALL_STATE(6159)] = 112357, - [SMALL_STATE(6160)] = 112429, - [SMALL_STATE(6161)] = 112501, - [SMALL_STATE(6162)] = 112573, - [SMALL_STATE(6163)] = 112645, - [SMALL_STATE(6164)] = 112717, - [SMALL_STATE(6165)] = 112789, - [SMALL_STATE(6166)] = 112861, - [SMALL_STATE(6167)] = 112933, - [SMALL_STATE(6168)] = 113005, - [SMALL_STATE(6169)] = 113077, - [SMALL_STATE(6170)] = 113149, - [SMALL_STATE(6171)] = 113221, - [SMALL_STATE(6172)] = 113293, - [SMALL_STATE(6173)] = 113365, - [SMALL_STATE(6174)] = 113437, - [SMALL_STATE(6175)] = 113509, - [SMALL_STATE(6176)] = 113581, - [SMALL_STATE(6177)] = 113653, - [SMALL_STATE(6178)] = 113725, - [SMALL_STATE(6179)] = 113765, - [SMALL_STATE(6180)] = 113837, - [SMALL_STATE(6181)] = 113909, - [SMALL_STATE(6182)] = 113981, - [SMALL_STATE(6183)] = 114053, - [SMALL_STATE(6184)] = 114125, - [SMALL_STATE(6185)] = 114197, - [SMALL_STATE(6186)] = 114269, - [SMALL_STATE(6187)] = 114341, - [SMALL_STATE(6188)] = 114413, - [SMALL_STATE(6189)] = 114485, - [SMALL_STATE(6190)] = 114525, - [SMALL_STATE(6191)] = 114597, - [SMALL_STATE(6192)] = 114669, - [SMALL_STATE(6193)] = 114741, - [SMALL_STATE(6194)] = 114813, - [SMALL_STATE(6195)] = 114885, - [SMALL_STATE(6196)] = 114957, - [SMALL_STATE(6197)] = 115029, - [SMALL_STATE(6198)] = 115101, - [SMALL_STATE(6199)] = 115173, - [SMALL_STATE(6200)] = 115245, - [SMALL_STATE(6201)] = 115317, - [SMALL_STATE(6202)] = 115389, - [SMALL_STATE(6203)] = 115461, - [SMALL_STATE(6204)] = 115533, - [SMALL_STATE(6205)] = 115605, - [SMALL_STATE(6206)] = 115677, - [SMALL_STATE(6207)] = 115717, - [SMALL_STATE(6208)] = 115789, - [SMALL_STATE(6209)] = 115861, - [SMALL_STATE(6210)] = 115933, - [SMALL_STATE(6211)] = 116005, - [SMALL_STATE(6212)] = 116045, - [SMALL_STATE(6213)] = 116117, - [SMALL_STATE(6214)] = 116189, - [SMALL_STATE(6215)] = 116261, - [SMALL_STATE(6216)] = 116333, - [SMALL_STATE(6217)] = 116405, - [SMALL_STATE(6218)] = 116477, - [SMALL_STATE(6219)] = 116549, - [SMALL_STATE(6220)] = 116621, - [SMALL_STATE(6221)] = 116693, - [SMALL_STATE(6222)] = 116765, - [SMALL_STATE(6223)] = 116837, - [SMALL_STATE(6224)] = 116909, - [SMALL_STATE(6225)] = 116949, - [SMALL_STATE(6226)] = 117021, - [SMALL_STATE(6227)] = 117093, - [SMALL_STATE(6228)] = 117165, - [SMALL_STATE(6229)] = 117205, - [SMALL_STATE(6230)] = 117277, - [SMALL_STATE(6231)] = 117349, - [SMALL_STATE(6232)] = 117421, - [SMALL_STATE(6233)] = 117493, - [SMALL_STATE(6234)] = 117565, - [SMALL_STATE(6235)] = 117637, - [SMALL_STATE(6236)] = 117709, - [SMALL_STATE(6237)] = 117781, - [SMALL_STATE(6238)] = 117853, - [SMALL_STATE(6239)] = 117925, - [SMALL_STATE(6240)] = 117997, - [SMALL_STATE(6241)] = 118069, - [SMALL_STATE(6242)] = 118141, - [SMALL_STATE(6243)] = 118213, - [SMALL_STATE(6244)] = 118285, - [SMALL_STATE(6245)] = 118357, - [SMALL_STATE(6246)] = 118429, - [SMALL_STATE(6247)] = 118501, - [SMALL_STATE(6248)] = 118573, - [SMALL_STATE(6249)] = 118645, - [SMALL_STATE(6250)] = 118685, - [SMALL_STATE(6251)] = 118757, - [SMALL_STATE(6252)] = 118829, - [SMALL_STATE(6253)] = 118869, - [SMALL_STATE(6254)] = 118941, - [SMALL_STATE(6255)] = 119013, - [SMALL_STATE(6256)] = 119085, - [SMALL_STATE(6257)] = 119157, - [SMALL_STATE(6258)] = 119229, - [SMALL_STATE(6259)] = 119301, - [SMALL_STATE(6260)] = 119373, - [SMALL_STATE(6261)] = 119445, - [SMALL_STATE(6262)] = 119517, - [SMALL_STATE(6263)] = 119589, - [SMALL_STATE(6264)] = 119661, - [SMALL_STATE(6265)] = 119733, - [SMALL_STATE(6266)] = 119805, - [SMALL_STATE(6267)] = 119877, - [SMALL_STATE(6268)] = 119949, - [SMALL_STATE(6269)] = 119989, - [SMALL_STATE(6270)] = 120061, - [SMALL_STATE(6271)] = 120133, - [SMALL_STATE(6272)] = 120205, - [SMALL_STATE(6273)] = 120277, - [SMALL_STATE(6274)] = 120349, - [SMALL_STATE(6275)] = 120421, - [SMALL_STATE(6276)] = 120493, - [SMALL_STATE(6277)] = 120565, - [SMALL_STATE(6278)] = 120637, - [SMALL_STATE(6279)] = 120709, - [SMALL_STATE(6280)] = 120781, - [SMALL_STATE(6281)] = 120853, - [SMALL_STATE(6282)] = 120925, - [SMALL_STATE(6283)] = 120997, - [SMALL_STATE(6284)] = 121069, - [SMALL_STATE(6285)] = 121141, - [SMALL_STATE(6286)] = 121213, - [SMALL_STATE(6287)] = 121285, - [SMALL_STATE(6288)] = 121357, - [SMALL_STATE(6289)] = 121429, - [SMALL_STATE(6290)] = 121501, - [SMALL_STATE(6291)] = 121573, - [SMALL_STATE(6292)] = 121645, - [SMALL_STATE(6293)] = 121717, - [SMALL_STATE(6294)] = 121789, - [SMALL_STATE(6295)] = 121861, - [SMALL_STATE(6296)] = 121933, - [SMALL_STATE(6297)] = 122005, - [SMALL_STATE(6298)] = 122077, - [SMALL_STATE(6299)] = 122149, - [SMALL_STATE(6300)] = 122221, - [SMALL_STATE(6301)] = 122293, - [SMALL_STATE(6302)] = 122365, - [SMALL_STATE(6303)] = 122437, - [SMALL_STATE(6304)] = 122509, - [SMALL_STATE(6305)] = 122581, - [SMALL_STATE(6306)] = 122653, - [SMALL_STATE(6307)] = 122725, - [SMALL_STATE(6308)] = 122797, - [SMALL_STATE(6309)] = 122869, - [SMALL_STATE(6310)] = 122941, - [SMALL_STATE(6311)] = 123013, - [SMALL_STATE(6312)] = 123085, - [SMALL_STATE(6313)] = 123157, - [SMALL_STATE(6314)] = 123229, - [SMALL_STATE(6315)] = 123301, - [SMALL_STATE(6316)] = 123373, - [SMALL_STATE(6317)] = 123445, - [SMALL_STATE(6318)] = 123517, - [SMALL_STATE(6319)] = 123589, - [SMALL_STATE(6320)] = 123661, - [SMALL_STATE(6321)] = 123733, - [SMALL_STATE(6322)] = 123805, - [SMALL_STATE(6323)] = 123877, - [SMALL_STATE(6324)] = 123949, - [SMALL_STATE(6325)] = 124021, - [SMALL_STATE(6326)] = 124093, - [SMALL_STATE(6327)] = 124165, - [SMALL_STATE(6328)] = 124237, - [SMALL_STATE(6329)] = 124309, - [SMALL_STATE(6330)] = 124381, - [SMALL_STATE(6331)] = 124453, - [SMALL_STATE(6332)] = 124525, - [SMALL_STATE(6333)] = 124597, - [SMALL_STATE(6334)] = 124669, - [SMALL_STATE(6335)] = 124741, - [SMALL_STATE(6336)] = 124813, - [SMALL_STATE(6337)] = 124885, - [SMALL_STATE(6338)] = 124957, - [SMALL_STATE(6339)] = 125029, - [SMALL_STATE(6340)] = 125101, - [SMALL_STATE(6341)] = 125173, - [SMALL_STATE(6342)] = 125245, - [SMALL_STATE(6343)] = 125317, - [SMALL_STATE(6344)] = 125389, - [SMALL_STATE(6345)] = 125461, - [SMALL_STATE(6346)] = 125533, - [SMALL_STATE(6347)] = 125605, - [SMALL_STATE(6348)] = 125677, - [SMALL_STATE(6349)] = 125749, - [SMALL_STATE(6350)] = 125821, - [SMALL_STATE(6351)] = 125893, - [SMALL_STATE(6352)] = 125933, - [SMALL_STATE(6353)] = 126005, - [SMALL_STATE(6354)] = 126077, - [SMALL_STATE(6355)] = 126149, - [SMALL_STATE(6356)] = 126221, - [SMALL_STATE(6357)] = 126293, - [SMALL_STATE(6358)] = 126365, - [SMALL_STATE(6359)] = 126437, - [SMALL_STATE(6360)] = 126509, - [SMALL_STATE(6361)] = 126581, - [SMALL_STATE(6362)] = 126653, - [SMALL_STATE(6363)] = 126725, - [SMALL_STATE(6364)] = 126797, - [SMALL_STATE(6365)] = 126869, - [SMALL_STATE(6366)] = 126941, - [SMALL_STATE(6367)] = 127013, - [SMALL_STATE(6368)] = 127085, - [SMALL_STATE(6369)] = 127157, - [SMALL_STATE(6370)] = 127229, - [SMALL_STATE(6371)] = 127301, - [SMALL_STATE(6372)] = 127373, - [SMALL_STATE(6373)] = 127445, - [SMALL_STATE(6374)] = 127517, - [SMALL_STATE(6375)] = 127589, - [SMALL_STATE(6376)] = 127661, - [SMALL_STATE(6377)] = 127733, - [SMALL_STATE(6378)] = 127805, - [SMALL_STATE(6379)] = 127877, - [SMALL_STATE(6380)] = 127949, - [SMALL_STATE(6381)] = 128021, - [SMALL_STATE(6382)] = 128093, - [SMALL_STATE(6383)] = 128165, - [SMALL_STATE(6384)] = 128237, - [SMALL_STATE(6385)] = 128309, - [SMALL_STATE(6386)] = 128381, - [SMALL_STATE(6387)] = 128453, - [SMALL_STATE(6388)] = 128525, - [SMALL_STATE(6389)] = 128597, - [SMALL_STATE(6390)] = 128669, - [SMALL_STATE(6391)] = 128741, - [SMALL_STATE(6392)] = 128813, - [SMALL_STATE(6393)] = 128885, - [SMALL_STATE(6394)] = 128957, - [SMALL_STATE(6395)] = 129029, - [SMALL_STATE(6396)] = 129101, - [SMALL_STATE(6397)] = 129173, - [SMALL_STATE(6398)] = 129245, - [SMALL_STATE(6399)] = 129317, - [SMALL_STATE(6400)] = 129389, - [SMALL_STATE(6401)] = 129461, - [SMALL_STATE(6402)] = 129533, - [SMALL_STATE(6403)] = 129605, - [SMALL_STATE(6404)] = 129677, - [SMALL_STATE(6405)] = 129749, - [SMALL_STATE(6406)] = 129821, - [SMALL_STATE(6407)] = 129893, - [SMALL_STATE(6408)] = 129965, - [SMALL_STATE(6409)] = 130037, - [SMALL_STATE(6410)] = 130109, - [SMALL_STATE(6411)] = 130181, - [SMALL_STATE(6412)] = 130252, - [SMALL_STATE(6413)] = 130323, - [SMALL_STATE(6414)] = 130394, - [SMALL_STATE(6415)] = 130465, - [SMALL_STATE(6416)] = 130536, - [SMALL_STATE(6417)] = 130607, - [SMALL_STATE(6418)] = 130678, - [SMALL_STATE(6419)] = 130749, - [SMALL_STATE(6420)] = 130820, - [SMALL_STATE(6421)] = 130891, - [SMALL_STATE(6422)] = 130962, - [SMALL_STATE(6423)] = 131033, - [SMALL_STATE(6424)] = 131104, - [SMALL_STATE(6425)] = 131175, - [SMALL_STATE(6426)] = 131246, - [SMALL_STATE(6427)] = 131317, - [SMALL_STATE(6428)] = 131388, - [SMALL_STATE(6429)] = 131459, - [SMALL_STATE(6430)] = 131530, - [SMALL_STATE(6431)] = 131601, - [SMALL_STATE(6432)] = 131672, - [SMALL_STATE(6433)] = 131743, - [SMALL_STATE(6434)] = 131814, - [SMALL_STATE(6435)] = 131885, - [SMALL_STATE(6436)] = 131956, - [SMALL_STATE(6437)] = 132027, - [SMALL_STATE(6438)] = 132098, - [SMALL_STATE(6439)] = 132169, - [SMALL_STATE(6440)] = 132240, - [SMALL_STATE(6441)] = 132311, - [SMALL_STATE(6442)] = 132382, - [SMALL_STATE(6443)] = 132453, - [SMALL_STATE(6444)] = 132524, - [SMALL_STATE(6445)] = 132595, - [SMALL_STATE(6446)] = 132666, - [SMALL_STATE(6447)] = 132737, - [SMALL_STATE(6448)] = 132808, - [SMALL_STATE(6449)] = 132879, - [SMALL_STATE(6450)] = 132950, - [SMALL_STATE(6451)] = 133021, - [SMALL_STATE(6452)] = 133092, - [SMALL_STATE(6453)] = 133158, - [SMALL_STATE(6454)] = 133224, - [SMALL_STATE(6455)] = 133290, - [SMALL_STATE(6456)] = 133356, - [SMALL_STATE(6457)] = 133422, - [SMALL_STATE(6458)] = 133488, - [SMALL_STATE(6459)] = 133556, - [SMALL_STATE(6460)] = 133624, - [SMALL_STATE(6461)] = 133690, - [SMALL_STATE(6462)] = 133756, - [SMALL_STATE(6463)] = 133824, - [SMALL_STATE(6464)] = 133890, - [SMALL_STATE(6465)] = 133956, - [SMALL_STATE(6466)] = 134022, - [SMALL_STATE(6467)] = 134088, - [SMALL_STATE(6468)] = 134154, - [SMALL_STATE(6469)] = 134220, - [SMALL_STATE(6470)] = 134286, - [SMALL_STATE(6471)] = 134352, - [SMALL_STATE(6472)] = 134418, - [SMALL_STATE(6473)] = 134486, - [SMALL_STATE(6474)] = 134552, - [SMALL_STATE(6475)] = 134618, - [SMALL_STATE(6476)] = 134684, - [SMALL_STATE(6477)] = 134750, - [SMALL_STATE(6478)] = 134816, - [SMALL_STATE(6479)] = 134884, - [SMALL_STATE(6480)] = 134952, - [SMALL_STATE(6481)] = 135018, - [SMALL_STATE(6482)] = 135084, - [SMALL_STATE(6483)] = 135150, - [SMALL_STATE(6484)] = 135218, - [SMALL_STATE(6485)] = 135284, - [SMALL_STATE(6486)] = 135352, - [SMALL_STATE(6487)] = 135420, - [SMALL_STATE(6488)] = 135486, - [SMALL_STATE(6489)] = 135554, - [SMALL_STATE(6490)] = 135620, - [SMALL_STATE(6491)] = 135688, - [SMALL_STATE(6492)] = 135754, - [SMALL_STATE(6493)] = 135820, - [SMALL_STATE(6494)] = 135886, - [SMALL_STATE(6495)] = 135954, - [SMALL_STATE(6496)] = 136022, - [SMALL_STATE(6497)] = 136088, - [SMALL_STATE(6498)] = 136154, - [SMALL_STATE(6499)] = 136220, - [SMALL_STATE(6500)] = 136286, - [SMALL_STATE(6501)] = 136354, - [SMALL_STATE(6502)] = 136420, - [SMALL_STATE(6503)] = 136488, - [SMALL_STATE(6504)] = 136554, - [SMALL_STATE(6505)] = 136620, - [SMALL_STATE(6506)] = 136686, - [SMALL_STATE(6507)] = 136754, - [SMALL_STATE(6508)] = 136820, - [SMALL_STATE(6509)] = 136886, - [SMALL_STATE(6510)] = 136952, - [SMALL_STATE(6511)] = 137020, - [SMALL_STATE(6512)] = 137088, - [SMALL_STATE(6513)] = 137154, - [SMALL_STATE(6514)] = 137222, - [SMALL_STATE(6515)] = 137290, - [SMALL_STATE(6516)] = 137356, - [SMALL_STATE(6517)] = 137424, - [SMALL_STATE(6518)] = 137492, - [SMALL_STATE(6519)] = 137558, - [SMALL_STATE(6520)] = 137626, - [SMALL_STATE(6521)] = 137694, - [SMALL_STATE(6522)] = 137760, - [SMALL_STATE(6523)] = 137826, - [SMALL_STATE(6524)] = 137892, - [SMALL_STATE(6525)] = 137960, - [SMALL_STATE(6526)] = 138026, - [SMALL_STATE(6527)] = 138092, - [SMALL_STATE(6528)] = 138158, - [SMALL_STATE(6529)] = 138224, - [SMALL_STATE(6530)] = 138292, - [SMALL_STATE(6531)] = 138358, - [SMALL_STATE(6532)] = 138426, - [SMALL_STATE(6533)] = 138494, - [SMALL_STATE(6534)] = 138560, - [SMALL_STATE(6535)] = 138622, - [SMALL_STATE(6536)] = 138684, - [SMALL_STATE(6537)] = 138746, - [SMALL_STATE(6538)] = 138808, - [SMALL_STATE(6539)] = 138844, - [SMALL_STATE(6540)] = 138906, - [SMALL_STATE(6541)] = 138968, - [SMALL_STATE(6542)] = 139030, - [SMALL_STATE(6543)] = 139092, - [SMALL_STATE(6544)] = 139154, - [SMALL_STATE(6545)] = 139216, - [SMALL_STATE(6546)] = 139278, - [SMALL_STATE(6547)] = 139340, - [SMALL_STATE(6548)] = 139402, - [SMALL_STATE(6549)] = 139464, - [SMALL_STATE(6550)] = 139500, - [SMALL_STATE(6551)] = 139562, - [SMALL_STATE(6552)] = 139624, - [SMALL_STATE(6553)] = 139686, - [SMALL_STATE(6554)] = 139748, - [SMALL_STATE(6555)] = 139810, - [SMALL_STATE(6556)] = 139872, - [SMALL_STATE(6557)] = 139934, - [SMALL_STATE(6558)] = 139996, - [SMALL_STATE(6559)] = 140058, - [SMALL_STATE(6560)] = 140120, - [SMALL_STATE(6561)] = 140182, - [SMALL_STATE(6562)] = 140244, - [SMALL_STATE(6563)] = 140306, - [SMALL_STATE(6564)] = 140368, - [SMALL_STATE(6565)] = 140430, - [SMALL_STATE(6566)] = 140492, - [SMALL_STATE(6567)] = 140554, - [SMALL_STATE(6568)] = 140616, - [SMALL_STATE(6569)] = 140678, - [SMALL_STATE(6570)] = 140740, - [SMALL_STATE(6571)] = 140802, - [SMALL_STATE(6572)] = 140864, - [SMALL_STATE(6573)] = 140926, - [SMALL_STATE(6574)] = 140988, - [SMALL_STATE(6575)] = 141050, - [SMALL_STATE(6576)] = 141112, - [SMALL_STATE(6577)] = 141174, - [SMALL_STATE(6578)] = 141236, - [SMALL_STATE(6579)] = 141298, - [SMALL_STATE(6580)] = 141360, - [SMALL_STATE(6581)] = 141422, - [SMALL_STATE(6582)] = 141484, - [SMALL_STATE(6583)] = 141546, - [SMALL_STATE(6584)] = 141608, - [SMALL_STATE(6585)] = 141670, - [SMALL_STATE(6586)] = 141732, - [SMALL_STATE(6587)] = 141794, - [SMALL_STATE(6588)] = 141856, - [SMALL_STATE(6589)] = 141918, - [SMALL_STATE(6590)] = 141980, - [SMALL_STATE(6591)] = 142019, - [SMALL_STATE(6592)] = 142057, - [SMALL_STATE(6593)] = 142095, - [SMALL_STATE(6594)] = 142153, - [SMALL_STATE(6595)] = 142211, - [SMALL_STATE(6596)] = 142269, - [SMALL_STATE(6597)] = 142327, - [SMALL_STATE(6598)] = 142385, - [SMALL_STATE(6599)] = 142443, - [SMALL_STATE(6600)] = 142501, - [SMALL_STATE(6601)] = 142559, - [SMALL_STATE(6602)] = 142617, - [SMALL_STATE(6603)] = 142672, - [SMALL_STATE(6604)] = 142727, - [SMALL_STATE(6605)] = 142782, - [SMALL_STATE(6606)] = 142815, - [SMALL_STATE(6607)] = 142870, - [SMALL_STATE(6608)] = 142925, - [SMALL_STATE(6609)] = 142980, - [SMALL_STATE(6610)] = 143035, - [SMALL_STATE(6611)] = 143090, - [SMALL_STATE(6612)] = 143145, - [SMALL_STATE(6613)] = 143200, - [SMALL_STATE(6614)] = 143255, - [SMALL_STATE(6615)] = 143310, - [SMALL_STATE(6616)] = 143365, - [SMALL_STATE(6617)] = 143420, - [SMALL_STATE(6618)] = 143475, - [SMALL_STATE(6619)] = 143530, - [SMALL_STATE(6620)] = 143585, - [SMALL_STATE(6621)] = 143640, - [SMALL_STATE(6622)] = 143695, - [SMALL_STATE(6623)] = 143728, - [SMALL_STATE(6624)] = 143782, - [SMALL_STATE(6625)] = 143834, - [SMALL_STATE(6626)] = 143886, - [SMALL_STATE(6627)] = 143940, - [SMALL_STATE(6628)] = 143992, - [SMALL_STATE(6629)] = 144046, - [SMALL_STATE(6630)] = 144098, - [SMALL_STATE(6631)] = 144152, - [SMALL_STATE(6632)] = 144206, - [SMALL_STATE(6633)] = 144260, - [SMALL_STATE(6634)] = 144314, - [SMALL_STATE(6635)] = 144368, - [SMALL_STATE(6636)] = 144422, - [SMALL_STATE(6637)] = 144476, - [SMALL_STATE(6638)] = 144528, - [SMALL_STATE(6639)] = 144582, - [SMALL_STATE(6640)] = 144636, - [SMALL_STATE(6641)] = 144690, - [SMALL_STATE(6642)] = 144744, - [SMALL_STATE(6643)] = 144796, - [SMALL_STATE(6644)] = 144850, - [SMALL_STATE(6645)] = 144902, - [SMALL_STATE(6646)] = 144956, - [SMALL_STATE(6647)] = 145008, - [SMALL_STATE(6648)] = 145062, - [SMALL_STATE(6649)] = 145116, - [SMALL_STATE(6650)] = 145168, - [SMALL_STATE(6651)] = 145220, - [SMALL_STATE(6652)] = 145274, - [SMALL_STATE(6653)] = 145328, - [SMALL_STATE(6654)] = 145382, - [SMALL_STATE(6655)] = 145434, - [SMALL_STATE(6656)] = 145488, - [SMALL_STATE(6657)] = 145542, - [SMALL_STATE(6658)] = 145596, - [SMALL_STATE(6659)] = 145648, - [SMALL_STATE(6660)] = 145702, - [SMALL_STATE(6661)] = 145754, - [SMALL_STATE(6662)] = 145808, - [SMALL_STATE(6663)] = 145844, - [SMALL_STATE(6664)] = 145896, - [SMALL_STATE(6665)] = 145948, - [SMALL_STATE(6666)] = 146000, - [SMALL_STATE(6667)] = 146054, - [SMALL_STATE(6668)] = 146108, - [SMALL_STATE(6669)] = 146160, - [SMALL_STATE(6670)] = 146214, - [SMALL_STATE(6671)] = 146266, - [SMALL_STATE(6672)] = 146320, - [SMALL_STATE(6673)] = 146372, - [SMALL_STATE(6674)] = 146426, - [SMALL_STATE(6675)] = 146480, - [SMALL_STATE(6676)] = 146534, - [SMALL_STATE(6677)] = 146588, - [SMALL_STATE(6678)] = 146642, - [SMALL_STATE(6679)] = 146696, - [SMALL_STATE(6680)] = 146750, - [SMALL_STATE(6681)] = 146804, - [SMALL_STATE(6682)] = 146858, - [SMALL_STATE(6683)] = 146912, - [SMALL_STATE(6684)] = 146966, - [SMALL_STATE(6685)] = 147020, - [SMALL_STATE(6686)] = 147072, - [SMALL_STATE(6687)] = 147124, - [SMALL_STATE(6688)] = 147173, - [SMALL_STATE(6689)] = 147208, - [SMALL_STATE(6690)] = 147257, - [SMALL_STATE(6691)] = 147306, - [SMALL_STATE(6692)] = 147355, - [SMALL_STATE(6693)] = 147404, - [SMALL_STATE(6694)] = 147453, - [SMALL_STATE(6695)] = 147502, - [SMALL_STATE(6696)] = 147551, - [SMALL_STATE(6697)] = 147600, - [SMALL_STATE(6698)] = 147649, - [SMALL_STATE(6699)] = 147698, - [SMALL_STATE(6700)] = 147747, - [SMALL_STATE(6701)] = 147796, - [SMALL_STATE(6702)] = 147845, - [SMALL_STATE(6703)] = 147894, - [SMALL_STATE(6704)] = 147943, - [SMALL_STATE(6705)] = 147992, - [SMALL_STATE(6706)] = 148041, - [SMALL_STATE(6707)] = 148090, - [SMALL_STATE(6708)] = 148139, - [SMALL_STATE(6709)] = 148188, - [SMALL_STATE(6710)] = 148237, - [SMALL_STATE(6711)] = 148286, - [SMALL_STATE(6712)] = 148335, - [SMALL_STATE(6713)] = 148384, - [SMALL_STATE(6714)] = 148433, - [SMALL_STATE(6715)] = 148482, - [SMALL_STATE(6716)] = 148531, - [SMALL_STATE(6717)] = 148580, - [SMALL_STATE(6718)] = 148629, - [SMALL_STATE(6719)] = 148678, - [SMALL_STATE(6720)] = 148727, - [SMALL_STATE(6721)] = 148776, - [SMALL_STATE(6722)] = 148825, - [SMALL_STATE(6723)] = 148874, - [SMALL_STATE(6724)] = 148923, - [SMALL_STATE(6725)] = 148972, - [SMALL_STATE(6726)] = 149021, - [SMALL_STATE(6727)] = 149070, - [SMALL_STATE(6728)] = 149119, - [SMALL_STATE(6729)] = 149168, - [SMALL_STATE(6730)] = 149217, - [SMALL_STATE(6731)] = 149266, - [SMALL_STATE(6732)] = 149315, - [SMALL_STATE(6733)] = 149364, - [SMALL_STATE(6734)] = 149413, - [SMALL_STATE(6735)] = 149462, - [SMALL_STATE(6736)] = 149511, - [SMALL_STATE(6737)] = 149560, - [SMALL_STATE(6738)] = 149609, - [SMALL_STATE(6739)] = 149644, - [SMALL_STATE(6740)] = 149693, - [SMALL_STATE(6741)] = 149742, - [SMALL_STATE(6742)] = 149791, - [SMALL_STATE(6743)] = 149840, - [SMALL_STATE(6744)] = 149870, - [SMALL_STATE(6745)] = 149900, - [SMALL_STATE(6746)] = 149930, - [SMALL_STATE(6747)] = 149960, - [SMALL_STATE(6748)] = 150011, - [SMALL_STATE(6749)] = 150062, - [SMALL_STATE(6750)] = 150111, - [SMALL_STATE(6751)] = 150162, - [SMALL_STATE(6752)] = 150211, - [SMALL_STATE(6753)] = 150260, - [SMALL_STATE(6754)] = 150309, - [SMALL_STATE(6755)] = 150358, - [SMALL_STATE(6756)] = 150407, - [SMALL_STATE(6757)] = 150456, - [SMALL_STATE(6758)] = 150507, - [SMALL_STATE(6759)] = 150556, - [SMALL_STATE(6760)] = 150607, - [SMALL_STATE(6761)] = 150658, - [SMALL_STATE(6762)] = 150709, - [SMALL_STATE(6763)] = 150758, - [SMALL_STATE(6764)] = 150809, - [SMALL_STATE(6765)] = 150858, - [SMALL_STATE(6766)] = 150907, - [SMALL_STATE(6767)] = 150956, - [SMALL_STATE(6768)] = 151005, - [SMALL_STATE(6769)] = 151054, - [SMALL_STATE(6770)] = 151103, - [SMALL_STATE(6771)] = 151152, - [SMALL_STATE(6772)] = 151201, - [SMALL_STATE(6773)] = 151250, - [SMALL_STATE(6774)] = 151299, - [SMALL_STATE(6775)] = 151350, - [SMALL_STATE(6776)] = 151399, - [SMALL_STATE(6777)] = 151448, - [SMALL_STATE(6778)] = 151497, - [SMALL_STATE(6779)] = 151546, - [SMALL_STATE(6780)] = 151597, - [SMALL_STATE(6781)] = 151646, - [SMALL_STATE(6782)] = 151697, - [SMALL_STATE(6783)] = 151748, - [SMALL_STATE(6784)] = 151799, - [SMALL_STATE(6785)] = 151850, - [SMALL_STATE(6786)] = 151899, - [SMALL_STATE(6787)] = 151950, - [SMALL_STATE(6788)] = 152001, - [SMALL_STATE(6789)] = 152052, - [SMALL_STATE(6790)] = 152101, - [SMALL_STATE(6791)] = 152150, - [SMALL_STATE(6792)] = 152201, - [SMALL_STATE(6793)] = 152252, - [SMALL_STATE(6794)] = 152301, - [SMALL_STATE(6795)] = 152350, - [SMALL_STATE(6796)] = 152401, - [SMALL_STATE(6797)] = 152452, - [SMALL_STATE(6798)] = 152503, - [SMALL_STATE(6799)] = 152552, - [SMALL_STATE(6800)] = 152601, - [SMALL_STATE(6801)] = 152650, - [SMALL_STATE(6802)] = 152701, - [SMALL_STATE(6803)] = 152750, - [SMALL_STATE(6804)] = 152801, - [SMALL_STATE(6805)] = 152850, - [SMALL_STATE(6806)] = 152899, - [SMALL_STATE(6807)] = 152948, - [SMALL_STATE(6808)] = 152997, - [SMALL_STATE(6809)] = 153048, - [SMALL_STATE(6810)] = 153097, - [SMALL_STATE(6811)] = 153146, - [SMALL_STATE(6812)] = 153195, - [SMALL_STATE(6813)] = 153244, - [SMALL_STATE(6814)] = 153295, - [SMALL_STATE(6815)] = 153344, - [SMALL_STATE(6816)] = 153393, - [SMALL_STATE(6817)] = 153444, - [SMALL_STATE(6818)] = 153495, - [SMALL_STATE(6819)] = 153544, - [SMALL_STATE(6820)] = 153595, - [SMALL_STATE(6821)] = 153644, - [SMALL_STATE(6822)] = 153693, - [SMALL_STATE(6823)] = 153742, - [SMALL_STATE(6824)] = 153793, - [SMALL_STATE(6825)] = 153844, - [SMALL_STATE(6826)] = 153893, - [SMALL_STATE(6827)] = 153942, - [SMALL_STATE(6828)] = 153993, - [SMALL_STATE(6829)] = 154042, - [SMALL_STATE(6830)] = 154091, - [SMALL_STATE(6831)] = 154140, - [SMALL_STATE(6832)] = 154191, - [SMALL_STATE(6833)] = 154240, - [SMALL_STATE(6834)] = 154291, - [SMALL_STATE(6835)] = 154340, - [SMALL_STATE(6836)] = 154391, - [SMALL_STATE(6837)] = 154440, - [SMALL_STATE(6838)] = 154489, - [SMALL_STATE(6839)] = 154540, - [SMALL_STATE(6840)] = 154589, - [SMALL_STATE(6841)] = 154640, - [SMALL_STATE(6842)] = 154691, - [SMALL_STATE(6843)] = 154742, - [SMALL_STATE(6844)] = 154793, - [SMALL_STATE(6845)] = 154844, - [SMALL_STATE(6846)] = 154895, - [SMALL_STATE(6847)] = 154946, - [SMALL_STATE(6848)] = 154995, - [SMALL_STATE(6849)] = 155046, - [SMALL_STATE(6850)] = 155095, - [SMALL_STATE(6851)] = 155146, - [SMALL_STATE(6852)] = 155197, - [SMALL_STATE(6853)] = 155246, - [SMALL_STATE(6854)] = 155297, - [SMALL_STATE(6855)] = 155348, - [SMALL_STATE(6856)] = 155399, - [SMALL_STATE(6857)] = 155450, - [SMALL_STATE(6858)] = 155501, - [SMALL_STATE(6859)] = 155552, - [SMALL_STATE(6860)] = 155603, - [SMALL_STATE(6861)] = 155654, - [SMALL_STATE(6862)] = 155703, - [SMALL_STATE(6863)] = 155754, - [SMALL_STATE(6864)] = 155805, - [SMALL_STATE(6865)] = 155856, - [SMALL_STATE(6866)] = 155907, - [SMALL_STATE(6867)] = 155958, - [SMALL_STATE(6868)] = 156009, - [SMALL_STATE(6869)] = 156060, - [SMALL_STATE(6870)] = 156111, - [SMALL_STATE(6871)] = 156162, - [SMALL_STATE(6872)] = 156213, - [SMALL_STATE(6873)] = 156264, - [SMALL_STATE(6874)] = 156315, - [SMALL_STATE(6875)] = 156364, - [SMALL_STATE(6876)] = 156415, - [SMALL_STATE(6877)] = 156466, - [SMALL_STATE(6878)] = 156515, - [SMALL_STATE(6879)] = 156566, - [SMALL_STATE(6880)] = 156617, - [SMALL_STATE(6881)] = 156666, - [SMALL_STATE(6882)] = 156717, - [SMALL_STATE(6883)] = 156768, - [SMALL_STATE(6884)] = 156819, - [SMALL_STATE(6885)] = 156870, - [SMALL_STATE(6886)] = 156921, - [SMALL_STATE(6887)] = 156970, - [SMALL_STATE(6888)] = 157019, - [SMALL_STATE(6889)] = 157068, - [SMALL_STATE(6890)] = 157117, - [SMALL_STATE(6891)] = 157168, - [SMALL_STATE(6892)] = 157217, - [SMALL_STATE(6893)] = 157266, - [SMALL_STATE(6894)] = 157315, - [SMALL_STATE(6895)] = 157366, - [SMALL_STATE(6896)] = 157417, - [SMALL_STATE(6897)] = 157466, - [SMALL_STATE(6898)] = 157515, - [SMALL_STATE(6899)] = 157564, - [SMALL_STATE(6900)] = 157613, - [SMALL_STATE(6901)] = 157662, - [SMALL_STATE(6902)] = 157711, - [SMALL_STATE(6903)] = 157760, - [SMALL_STATE(6904)] = 157809, - [SMALL_STATE(6905)] = 157858, - [SMALL_STATE(6906)] = 157907, - [SMALL_STATE(6907)] = 157958, - [SMALL_STATE(6908)] = 158007, - [SMALL_STATE(6909)] = 158056, - [SMALL_STATE(6910)] = 158105, - [SMALL_STATE(6911)] = 158154, - [SMALL_STATE(6912)] = 158203, - [SMALL_STATE(6913)] = 158252, - [SMALL_STATE(6914)] = 158301, - [SMALL_STATE(6915)] = 158350, - [SMALL_STATE(6916)] = 158399, - [SMALL_STATE(6917)] = 158448, - [SMALL_STATE(6918)] = 158497, - [SMALL_STATE(6919)] = 158546, - [SMALL_STATE(6920)] = 158595, - [SMALL_STATE(6921)] = 158644, - [SMALL_STATE(6922)] = 158695, - [SMALL_STATE(6923)] = 158744, - [SMALL_STATE(6924)] = 158793, - [SMALL_STATE(6925)] = 158842, - [SMALL_STATE(6926)] = 158893, - [SMALL_STATE(6927)] = 158942, - [SMALL_STATE(6928)] = 158993, - [SMALL_STATE(6929)] = 159044, - [SMALL_STATE(6930)] = 159093, - [SMALL_STATE(6931)] = 159142, - [SMALL_STATE(6932)] = 159191, - [SMALL_STATE(6933)] = 159240, - [SMALL_STATE(6934)] = 159289, - [SMALL_STATE(6935)] = 159338, - [SMALL_STATE(6936)] = 159387, - [SMALL_STATE(6937)] = 159438, - [SMALL_STATE(6938)] = 159489, - [SMALL_STATE(6939)] = 159540, - [SMALL_STATE(6940)] = 159589, - [SMALL_STATE(6941)] = 159638, - [SMALL_STATE(6942)] = 159687, - [SMALL_STATE(6943)] = 159736, - [SMALL_STATE(6944)] = 159787, - [SMALL_STATE(6945)] = 159838, - [SMALL_STATE(6946)] = 159889, - [SMALL_STATE(6947)] = 159938, - [SMALL_STATE(6948)] = 159987, - [SMALL_STATE(6949)] = 160038, - [SMALL_STATE(6950)] = 160089, - [SMALL_STATE(6951)] = 160138, - [SMALL_STATE(6952)] = 160189, - [SMALL_STATE(6953)] = 160240, - [SMALL_STATE(6954)] = 160291, - [SMALL_STATE(6955)] = 160342, - [SMALL_STATE(6956)] = 160393, - [SMALL_STATE(6957)] = 160444, - [SMALL_STATE(6958)] = 160493, - [SMALL_STATE(6959)] = 160542, - [SMALL_STATE(6960)] = 160593, - [SMALL_STATE(6961)] = 160642, - [SMALL_STATE(6962)] = 160691, - [SMALL_STATE(6963)] = 160740, - [SMALL_STATE(6964)] = 160791, - [SMALL_STATE(6965)] = 160840, - [SMALL_STATE(6966)] = 160891, - [SMALL_STATE(6967)] = 160942, - [SMALL_STATE(6968)] = 160993, - [SMALL_STATE(6969)] = 161044, - [SMALL_STATE(6970)] = 161093, - [SMALL_STATE(6971)] = 161144, - [SMALL_STATE(6972)] = 161193, - [SMALL_STATE(6973)] = 161242, - [SMALL_STATE(6974)] = 161293, - [SMALL_STATE(6975)] = 161342, - [SMALL_STATE(6976)] = 161391, - [SMALL_STATE(6977)] = 161440, - [SMALL_STATE(6978)] = 161491, - [SMALL_STATE(6979)] = 161540, - [SMALL_STATE(6980)] = 161591, - [SMALL_STATE(6981)] = 161640, - [SMALL_STATE(6982)] = 161691, - [SMALL_STATE(6983)] = 161742, - [SMALL_STATE(6984)] = 161793, - [SMALL_STATE(6985)] = 161842, - [SMALL_STATE(6986)] = 161893, - [SMALL_STATE(6987)] = 161944, - [SMALL_STATE(6988)] = 161995, - [SMALL_STATE(6989)] = 162046, - [SMALL_STATE(6990)] = 162095, - [SMALL_STATE(6991)] = 162144, - [SMALL_STATE(6992)] = 162193, - [SMALL_STATE(6993)] = 162242, - [SMALL_STATE(6994)] = 162293, - [SMALL_STATE(6995)] = 162342, - [SMALL_STATE(6996)] = 162393, - [SMALL_STATE(6997)] = 162442, - [SMALL_STATE(6998)] = 162493, - [SMALL_STATE(6999)] = 162542, - [SMALL_STATE(7000)] = 162593, - [SMALL_STATE(7001)] = 162642, - [SMALL_STATE(7002)] = 162693, - [SMALL_STATE(7003)] = 162742, - [SMALL_STATE(7004)] = 162793, - [SMALL_STATE(7005)] = 162842, - [SMALL_STATE(7006)] = 162893, - [SMALL_STATE(7007)] = 162944, - [SMALL_STATE(7008)] = 162993, - [SMALL_STATE(7009)] = 163042, - [SMALL_STATE(7010)] = 163091, - [SMALL_STATE(7011)] = 163140, - [SMALL_STATE(7012)] = 163189, - [SMALL_STATE(7013)] = 163240, - [SMALL_STATE(7014)] = 163291, - [SMALL_STATE(7015)] = 163342, - [SMALL_STATE(7016)] = 163393, - [SMALL_STATE(7017)] = 163442, - [SMALL_STATE(7018)] = 163491, - [SMALL_STATE(7019)] = 163540, - [SMALL_STATE(7020)] = 163591, - [SMALL_STATE(7021)] = 163640, - [SMALL_STATE(7022)] = 163691, - [SMALL_STATE(7023)] = 163740, - [SMALL_STATE(7024)] = 163791, - [SMALL_STATE(7025)] = 163840, - [SMALL_STATE(7026)] = 163889, - [SMALL_STATE(7027)] = 163940, - [SMALL_STATE(7028)] = 163991, - [SMALL_STATE(7029)] = 164040, - [SMALL_STATE(7030)] = 164091, - [SMALL_STATE(7031)] = 164140, - [SMALL_STATE(7032)] = 164191, - [SMALL_STATE(7033)] = 164240, - [SMALL_STATE(7034)] = 164289, - [SMALL_STATE(7035)] = 164338, - [SMALL_STATE(7036)] = 164387, - [SMALL_STATE(7037)] = 164438, - [SMALL_STATE(7038)] = 164489, - [SMALL_STATE(7039)] = 164540, - [SMALL_STATE(7040)] = 164589, - [SMALL_STATE(7041)] = 164640, - [SMALL_STATE(7042)] = 164691, - [SMALL_STATE(7043)] = 164740, - [SMALL_STATE(7044)] = 164789, - [SMALL_STATE(7045)] = 164840, - [SMALL_STATE(7046)] = 164889, - [SMALL_STATE(7047)] = 164938, - [SMALL_STATE(7048)] = 164989, - [SMALL_STATE(7049)] = 165040, - [SMALL_STATE(7050)] = 165091, - [SMALL_STATE(7051)] = 165140, - [SMALL_STATE(7052)] = 165189, - [SMALL_STATE(7053)] = 165240, - [SMALL_STATE(7054)] = 165289, - [SMALL_STATE(7055)] = 165340, - [SMALL_STATE(7056)] = 165391, - [SMALL_STATE(7057)] = 165440, - [SMALL_STATE(7058)] = 165489, - [SMALL_STATE(7059)] = 165540, - [SMALL_STATE(7060)] = 165591, - [SMALL_STATE(7061)] = 165642, - [SMALL_STATE(7062)] = 165691, - [SMALL_STATE(7063)] = 165742, - [SMALL_STATE(7064)] = 165793, - [SMALL_STATE(7065)] = 165844, - [SMALL_STATE(7066)] = 165895, - [SMALL_STATE(7067)] = 165946, - [SMALL_STATE(7068)] = 165997, - [SMALL_STATE(7069)] = 166048, - [SMALL_STATE(7070)] = 166099, - [SMALL_STATE(7071)] = 166150, - [SMALL_STATE(7072)] = 166201, - [SMALL_STATE(7073)] = 166252, - [SMALL_STATE(7074)] = 166303, - [SMALL_STATE(7075)] = 166354, - [SMALL_STATE(7076)] = 166405, - [SMALL_STATE(7077)] = 166456, - [SMALL_STATE(7078)] = 166507, - [SMALL_STATE(7079)] = 166558, - [SMALL_STATE(7080)] = 166609, - [SMALL_STATE(7081)] = 166660, - [SMALL_STATE(7082)] = 166711, - [SMALL_STATE(7083)] = 166762, - [SMALL_STATE(7084)] = 166813, - [SMALL_STATE(7085)] = 166864, - [SMALL_STATE(7086)] = 166915, - [SMALL_STATE(7087)] = 166966, - [SMALL_STATE(7088)] = 167017, - [SMALL_STATE(7089)] = 167068, - [SMALL_STATE(7090)] = 167119, - [SMALL_STATE(7091)] = 167170, - [SMALL_STATE(7092)] = 167221, - [SMALL_STATE(7093)] = 167272, - [SMALL_STATE(7094)] = 167323, - [SMALL_STATE(7095)] = 167374, - [SMALL_STATE(7096)] = 167425, - [SMALL_STATE(7097)] = 167476, - [SMALL_STATE(7098)] = 167527, - [SMALL_STATE(7099)] = 167578, - [SMALL_STATE(7100)] = 167629, - [SMALL_STATE(7101)] = 167680, - [SMALL_STATE(7102)] = 167729, - [SMALL_STATE(7103)] = 167780, - [SMALL_STATE(7104)] = 167831, - [SMALL_STATE(7105)] = 167882, - [SMALL_STATE(7106)] = 167933, - [SMALL_STATE(7107)] = 167984, - [SMALL_STATE(7108)] = 168035, - [SMALL_STATE(7109)] = 168086, - [SMALL_STATE(7110)] = 168137, - [SMALL_STATE(7111)] = 168188, - [SMALL_STATE(7112)] = 168239, - [SMALL_STATE(7113)] = 168290, - [SMALL_STATE(7114)] = 168341, - [SMALL_STATE(7115)] = 168392, - [SMALL_STATE(7116)] = 168443, - [SMALL_STATE(7117)] = 168494, - [SMALL_STATE(7118)] = 168545, - [SMALL_STATE(7119)] = 168596, - [SMALL_STATE(7120)] = 168647, - [SMALL_STATE(7121)] = 168698, - [SMALL_STATE(7122)] = 168749, - [SMALL_STATE(7123)] = 168800, - [SMALL_STATE(7124)] = 168851, - [SMALL_STATE(7125)] = 168902, - [SMALL_STATE(7126)] = 168953, - [SMALL_STATE(7127)] = 169004, - [SMALL_STATE(7128)] = 169055, - [SMALL_STATE(7129)] = 169106, - [SMALL_STATE(7130)] = 169157, - [SMALL_STATE(7131)] = 169208, - [SMALL_STATE(7132)] = 169259, - [SMALL_STATE(7133)] = 169310, - [SMALL_STATE(7134)] = 169361, - [SMALL_STATE(7135)] = 169412, - [SMALL_STATE(7136)] = 169460, - [SMALL_STATE(7137)] = 169504, - [SMALL_STATE(7138)] = 169548, - [SMALL_STATE(7139)] = 169586, - [SMALL_STATE(7140)] = 169622, - [SMALL_STATE(7141)] = 169666, - [SMALL_STATE(7142)] = 169710, - [SMALL_STATE(7143)] = 169754, - [SMALL_STATE(7144)] = 169798, - [SMALL_STATE(7145)] = 169846, - [SMALL_STATE(7146)] = 169890, - [SMALL_STATE(7147)] = 169934, - [SMALL_STATE(7148)] = 169978, - [SMALL_STATE(7149)] = 170022, - [SMALL_STATE(7150)] = 170070, - [SMALL_STATE(7151)] = 170102, - [SMALL_STATE(7152)] = 170146, - [SMALL_STATE(7153)] = 170190, - [SMALL_STATE(7154)] = 170234, - [SMALL_STATE(7155)] = 170282, - [SMALL_STATE(7156)] = 170326, - [SMALL_STATE(7157)] = 170374, - [SMALL_STATE(7158)] = 170418, - [SMALL_STATE(7159)] = 170462, - [SMALL_STATE(7160)] = 170506, - [SMALL_STATE(7161)] = 170554, - [SMALL_STATE(7162)] = 170598, - [SMALL_STATE(7163)] = 170642, - [SMALL_STATE(7164)] = 170680, - [SMALL_STATE(7165)] = 170724, - [SMALL_STATE(7166)] = 170768, - [SMALL_STATE(7167)] = 170812, - [SMALL_STATE(7168)] = 170856, - [SMALL_STATE(7169)] = 170900, - [SMALL_STATE(7170)] = 170944, - [SMALL_STATE(7171)] = 170988, - [SMALL_STATE(7172)] = 171032, - [SMALL_STATE(7173)] = 171076, - [SMALL_STATE(7174)] = 171120, - [SMALL_STATE(7175)] = 171164, - [SMALL_STATE(7176)] = 171208, - [SMALL_STATE(7177)] = 171252, - [SMALL_STATE(7178)] = 171296, - [SMALL_STATE(7179)] = 171340, - [SMALL_STATE(7180)] = 171384, - [SMALL_STATE(7181)] = 171428, - [SMALL_STATE(7182)] = 171472, - [SMALL_STATE(7183)] = 171500, - [SMALL_STATE(7184)] = 171548, - [SMALL_STATE(7185)] = 171596, - [SMALL_STATE(7186)] = 171640, - [SMALL_STATE(7187)] = 171670, - [SMALL_STATE(7188)] = 171718, - [SMALL_STATE(7189)] = 171762, - [SMALL_STATE(7190)] = 171806, - [SMALL_STATE(7191)] = 171850, - [SMALL_STATE(7192)] = 171894, - [SMALL_STATE(7193)] = 171938, - [SMALL_STATE(7194)] = 171986, - [SMALL_STATE(7195)] = 172030, - [SMALL_STATE(7196)] = 172078, - [SMALL_STATE(7197)] = 172126, - [SMALL_STATE(7198)] = 172174, - [SMALL_STATE(7199)] = 172218, - [SMALL_STATE(7200)] = 172262, - [SMALL_STATE(7201)] = 172306, - [SMALL_STATE(7202)] = 172350, - [SMALL_STATE(7203)] = 172394, - [SMALL_STATE(7204)] = 172438, - [SMALL_STATE(7205)] = 172482, - [SMALL_STATE(7206)] = 172526, - [SMALL_STATE(7207)] = 172574, - [SMALL_STATE(7208)] = 172618, - [SMALL_STATE(7209)] = 172666, - [SMALL_STATE(7210)] = 172702, - [SMALL_STATE(7211)] = 172746, - [SMALL_STATE(7212)] = 172777, - [SMALL_STATE(7213)] = 172812, - [SMALL_STATE(7214)] = 172847, - [SMALL_STATE(7215)] = 172878, - [SMALL_STATE(7216)] = 172905, - [SMALL_STATE(7217)] = 172948, - [SMALL_STATE(7218)] = 172983, - [SMALL_STATE(7219)] = 173010, - [SMALL_STATE(7220)] = 173045, - [SMALL_STATE(7221)] = 173076, - [SMALL_STATE(7222)] = 173107, - [SMALL_STATE(7223)] = 173138, - [SMALL_STATE(7224)] = 173173, - [SMALL_STATE(7225)] = 173213, - [SMALL_STATE(7226)] = 173253, - [SMALL_STATE(7227)] = 173293, - [SMALL_STATE(7228)] = 173333, - [SMALL_STATE(7229)] = 173361, - [SMALL_STATE(7230)] = 173391, - [SMALL_STATE(7231)] = 173431, - [SMALL_STATE(7232)] = 173471, - [SMALL_STATE(7233)] = 173511, - [SMALL_STATE(7234)] = 173551, - [SMALL_STATE(7235)] = 173591, - [SMALL_STATE(7236)] = 173631, - [SMALL_STATE(7237)] = 173671, - [SMALL_STATE(7238)] = 173711, - [SMALL_STATE(7239)] = 173751, - [SMALL_STATE(7240)] = 173791, - [SMALL_STATE(7241)] = 173831, - [SMALL_STATE(7242)] = 173871, - [SMALL_STATE(7243)] = 173911, - [SMALL_STATE(7244)] = 173951, - [SMALL_STATE(7245)] = 173991, - [SMALL_STATE(7246)] = 174031, - [SMALL_STATE(7247)] = 174057, - [SMALL_STATE(7248)] = 174083, - [SMALL_STATE(7249)] = 174123, - [SMALL_STATE(7250)] = 174163, - [SMALL_STATE(7251)] = 174191, - [SMALL_STATE(7252)] = 174231, - [SMALL_STATE(7253)] = 174271, - [SMALL_STATE(7254)] = 174311, - [SMALL_STATE(7255)] = 174351, - [SMALL_STATE(7256)] = 174391, - [SMALL_STATE(7257)] = 174431, - [SMALL_STATE(7258)] = 174471, - [SMALL_STATE(7259)] = 174511, - [SMALL_STATE(7260)] = 174551, - [SMALL_STATE(7261)] = 174591, - [SMALL_STATE(7262)] = 174631, - [SMALL_STATE(7263)] = 174671, - [SMALL_STATE(7264)] = 174697, - [SMALL_STATE(7265)] = 174737, - [SMALL_STATE(7266)] = 174777, - [SMALL_STATE(7267)] = 174807, - [SMALL_STATE(7268)] = 174847, - [SMALL_STATE(7269)] = 174887, - [SMALL_STATE(7270)] = 174927, - [SMALL_STATE(7271)] = 174967, - [SMALL_STATE(7272)] = 175007, - [SMALL_STATE(7273)] = 175047, - [SMALL_STATE(7274)] = 175087, - [SMALL_STATE(7275)] = 175127, - [SMALL_STATE(7276)] = 175167, - [SMALL_STATE(7277)] = 175207, - [SMALL_STATE(7278)] = 175247, - [SMALL_STATE(7279)] = 175287, - [SMALL_STATE(7280)] = 175313, - [SMALL_STATE(7281)] = 175350, - [SMALL_STATE(7282)] = 175387, - [SMALL_STATE(7283)] = 175424, - [SMALL_STATE(7284)] = 175461, - [SMALL_STATE(7285)] = 175486, - [SMALL_STATE(7286)] = 175523, - [SMALL_STATE(7287)] = 175562, - [SMALL_STATE(7288)] = 175599, - [SMALL_STATE(7289)] = 175636, - [SMALL_STATE(7290)] = 175675, - [SMALL_STATE(7291)] = 175700, - [SMALL_STATE(7292)] = 175737, - [SMALL_STATE(7293)] = 175774, - [SMALL_STATE(7294)] = 175811, - [SMALL_STATE(7295)] = 175850, - [SMALL_STATE(7296)] = 175887, - [SMALL_STATE(7297)] = 175924, - [SMALL_STATE(7298)] = 175953, - [SMALL_STATE(7299)] = 175990, - [SMALL_STATE(7300)] = 176029, - [SMALL_STATE(7301)] = 176068, - [SMALL_STATE(7302)] = 176105, - [SMALL_STATE(7303)] = 176142, - [SMALL_STATE(7304)] = 176179, - [SMALL_STATE(7305)] = 176216, - [SMALL_STATE(7306)] = 176253, - [SMALL_STATE(7307)] = 176290, - [SMALL_STATE(7308)] = 176319, - [SMALL_STATE(7309)] = 176356, - [SMALL_STATE(7310)] = 176393, - [SMALL_STATE(7311)] = 176430, - [SMALL_STATE(7312)] = 176461, - [SMALL_STATE(7313)] = 176498, - [SMALL_STATE(7314)] = 176535, - [SMALL_STATE(7315)] = 176560, - [SMALL_STATE(7316)] = 176585, - [SMALL_STATE(7317)] = 176622, - [SMALL_STATE(7318)] = 176661, - [SMALL_STATE(7319)] = 176698, - [SMALL_STATE(7320)] = 176735, - [SMALL_STATE(7321)] = 176772, - [SMALL_STATE(7322)] = 176797, - [SMALL_STATE(7323)] = 176822, - [SMALL_STATE(7324)] = 176859, - [SMALL_STATE(7325)] = 176896, - [SMALL_STATE(7326)] = 176933, - [SMALL_STATE(7327)] = 176958, - [SMALL_STATE(7328)] = 176983, - [SMALL_STATE(7329)] = 177022, - [SMALL_STATE(7330)] = 177061, - [SMALL_STATE(7331)] = 177098, - [SMALL_STATE(7332)] = 177135, - [SMALL_STATE(7333)] = 177172, - [SMALL_STATE(7334)] = 177201, - [SMALL_STATE(7335)] = 177238, - [SMALL_STATE(7336)] = 177277, - [SMALL_STATE(7337)] = 177302, - [SMALL_STATE(7338)] = 177339, - [SMALL_STATE(7339)] = 177368, - [SMALL_STATE(7340)] = 177405, - [SMALL_STATE(7341)] = 177432, - [SMALL_STATE(7342)] = 177457, - [SMALL_STATE(7343)] = 177494, - [SMALL_STATE(7344)] = 177531, - [SMALL_STATE(7345)] = 177570, - [SMALL_STATE(7346)] = 177607, - [SMALL_STATE(7347)] = 177646, - [SMALL_STATE(7348)] = 177683, - [SMALL_STATE(7349)] = 177720, - [SMALL_STATE(7350)] = 177759, - [SMALL_STATE(7351)] = 177784, - [SMALL_STATE(7352)] = 177821, - [SMALL_STATE(7353)] = 177858, - [SMALL_STATE(7354)] = 177883, - [SMALL_STATE(7355)] = 177920, - [SMALL_STATE(7356)] = 177959, - [SMALL_STATE(7357)] = 177996, - [SMALL_STATE(7358)] = 178025, - [SMALL_STATE(7359)] = 178062, - [SMALL_STATE(7360)] = 178098, - [SMALL_STATE(7361)] = 178122, - [SMALL_STATE(7362)] = 178158, - [SMALL_STATE(7363)] = 178194, - [SMALL_STATE(7364)] = 178230, - [SMALL_STATE(7365)] = 178266, - [SMALL_STATE(7366)] = 178302, - [SMALL_STATE(7367)] = 178338, - [SMALL_STATE(7368)] = 178374, - [SMALL_STATE(7369)] = 178410, - [SMALL_STATE(7370)] = 178446, - [SMALL_STATE(7371)] = 178482, - [SMALL_STATE(7372)] = 178518, - [SMALL_STATE(7373)] = 178550, - [SMALL_STATE(7374)] = 178586, - [SMALL_STATE(7375)] = 178622, - [SMALL_STATE(7376)] = 178650, - [SMALL_STATE(7377)] = 178686, - [SMALL_STATE(7378)] = 178718, - [SMALL_STATE(7379)] = 178754, - [SMALL_STATE(7380)] = 178786, - [SMALL_STATE(7381)] = 178818, - [SMALL_STATE(7382)] = 178854, - [SMALL_STATE(7383)] = 178890, - [SMALL_STATE(7384)] = 178922, - [SMALL_STATE(7385)] = 178958, - [SMALL_STATE(7386)] = 178994, - [SMALL_STATE(7387)] = 179030, - [SMALL_STATE(7388)] = 179066, - [SMALL_STATE(7389)] = 179090, - [SMALL_STATE(7390)] = 179126, - [SMALL_STATE(7391)] = 179162, - [SMALL_STATE(7392)] = 179198, - [SMALL_STATE(7393)] = 179230, - [SMALL_STATE(7394)] = 179266, - [SMALL_STATE(7395)] = 179298, - [SMALL_STATE(7396)] = 179334, - [SMALL_STATE(7397)] = 179370, - [SMALL_STATE(7398)] = 179406, - [SMALL_STATE(7399)] = 179438, - [SMALL_STATE(7400)] = 179474, - [SMALL_STATE(7401)] = 179510, - [SMALL_STATE(7402)] = 179546, - [SMALL_STATE(7403)] = 179582, - [SMALL_STATE(7404)] = 179606, - [SMALL_STATE(7405)] = 179642, - [SMALL_STATE(7406)] = 179674, - [SMALL_STATE(7407)] = 179706, - [SMALL_STATE(7408)] = 179742, - [SMALL_STATE(7409)] = 179778, - [SMALL_STATE(7410)] = 179814, - [SMALL_STATE(7411)] = 179850, - [SMALL_STATE(7412)] = 179882, - [SMALL_STATE(7413)] = 179918, - [SMALL_STATE(7414)] = 179950, - [SMALL_STATE(7415)] = 179986, - [SMALL_STATE(7416)] = 180022, - [SMALL_STATE(7417)] = 180058, - [SMALL_STATE(7418)] = 180094, - [SMALL_STATE(7419)] = 180126, - [SMALL_STATE(7420)] = 180162, - [SMALL_STATE(7421)] = 180198, - [SMALL_STATE(7422)] = 180230, - [SMALL_STATE(7423)] = 180266, - [SMALL_STATE(7424)] = 180302, - [SMALL_STATE(7425)] = 180338, - [SMALL_STATE(7426)] = 180374, - [SMALL_STATE(7427)] = 180410, - [SMALL_STATE(7428)] = 180446, - [SMALL_STATE(7429)] = 180482, - [SMALL_STATE(7430)] = 180518, - [SMALL_STATE(7431)] = 180554, - [SMALL_STATE(7432)] = 180590, - [SMALL_STATE(7433)] = 180626, - [SMALL_STATE(7434)] = 180662, - [SMALL_STATE(7435)] = 180698, - [SMALL_STATE(7436)] = 180730, - [SMALL_STATE(7437)] = 180766, - [SMALL_STATE(7438)] = 180798, - [SMALL_STATE(7439)] = 180834, - [SMALL_STATE(7440)] = 180870, - [SMALL_STATE(7441)] = 180906, - [SMALL_STATE(7442)] = 180938, - [SMALL_STATE(7443)] = 180970, - [SMALL_STATE(7444)] = 181002, - [SMALL_STATE(7445)] = 181038, - [SMALL_STATE(7446)] = 181074, - [SMALL_STATE(7447)] = 181110, - [SMALL_STATE(7448)] = 181144, - [SMALL_STATE(7449)] = 181176, - [SMALL_STATE(7450)] = 181212, - [SMALL_STATE(7451)] = 181244, - [SMALL_STATE(7452)] = 181280, - [SMALL_STATE(7453)] = 181316, - [SMALL_STATE(7454)] = 181352, - [SMALL_STATE(7455)] = 181388, - [SMALL_STATE(7456)] = 181420, - [SMALL_STATE(7457)] = 181456, - [SMALL_STATE(7458)] = 181492, - [SMALL_STATE(7459)] = 181528, - [SMALL_STATE(7460)] = 181560, - [SMALL_STATE(7461)] = 181598, - [SMALL_STATE(7462)] = 181634, - [SMALL_STATE(7463)] = 181666, - [SMALL_STATE(7464)] = 181698, - [SMALL_STATE(7465)] = 181730, - [SMALL_STATE(7466)] = 181766, - [SMALL_STATE(7467)] = 181802, - [SMALL_STATE(7468)] = 181838, - [SMALL_STATE(7469)] = 181870, - [SMALL_STATE(7470)] = 181906, - [SMALL_STATE(7471)] = 181942, - [SMALL_STATE(7472)] = 181966, - [SMALL_STATE(7473)] = 182002, - [SMALL_STATE(7474)] = 182038, - [SMALL_STATE(7475)] = 182074, - [SMALL_STATE(7476)] = 182110, - [SMALL_STATE(7477)] = 182142, - [SMALL_STATE(7478)] = 182178, - [SMALL_STATE(7479)] = 182210, - [SMALL_STATE(7480)] = 182246, - [SMALL_STATE(7481)] = 182278, - [SMALL_STATE(7482)] = 182314, - [SMALL_STATE(7483)] = 182338, - [SMALL_STATE(7484)] = 182374, - [SMALL_STATE(7485)] = 182406, - [SMALL_STATE(7486)] = 182442, - [SMALL_STATE(7487)] = 182478, - [SMALL_STATE(7488)] = 182510, - [SMALL_STATE(7489)] = 182546, - [SMALL_STATE(7490)] = 182582, - [SMALL_STATE(7491)] = 182618, - [SMALL_STATE(7492)] = 182654, - [SMALL_STATE(7493)] = 182690, - [SMALL_STATE(7494)] = 182726, - [SMALL_STATE(7495)] = 182758, - [SMALL_STATE(7496)] = 182794, - [SMALL_STATE(7497)] = 182830, - [SMALL_STATE(7498)] = 182866, - [SMALL_STATE(7499)] = 182902, - [SMALL_STATE(7500)] = 182938, - [SMALL_STATE(7501)] = 182974, - [SMALL_STATE(7502)] = 182998, - [SMALL_STATE(7503)] = 183030, - [SMALL_STATE(7504)] = 183066, - [SMALL_STATE(7505)] = 183102, - [SMALL_STATE(7506)] = 183138, - [SMALL_STATE(7507)] = 183162, - [SMALL_STATE(7508)] = 183194, - [SMALL_STATE(7509)] = 183226, - [SMALL_STATE(7510)] = 183262, - [SMALL_STATE(7511)] = 183298, - [SMALL_STATE(7512)] = 183330, - [SMALL_STATE(7513)] = 183366, - [SMALL_STATE(7514)] = 183398, - [SMALL_STATE(7515)] = 183434, - [SMALL_STATE(7516)] = 183470, - [SMALL_STATE(7517)] = 183506, - [SMALL_STATE(7518)] = 183538, - [SMALL_STATE(7519)] = 183570, - [SMALL_STATE(7520)] = 183606, - [SMALL_STATE(7521)] = 183638, - [SMALL_STATE(7522)] = 183670, - [SMALL_STATE(7523)] = 183702, - [SMALL_STATE(7524)] = 183734, - [SMALL_STATE(7525)] = 183770, - [SMALL_STATE(7526)] = 183802, - [SMALL_STATE(7527)] = 183838, - [SMALL_STATE(7528)] = 183874, - [SMALL_STATE(7529)] = 183906, - [SMALL_STATE(7530)] = 183942, - [SMALL_STATE(7531)] = 183974, - [SMALL_STATE(7532)] = 184006, - [SMALL_STATE(7533)] = 184038, - [SMALL_STATE(7534)] = 184074, - [SMALL_STATE(7535)] = 184102, - [SMALL_STATE(7536)] = 184138, - [SMALL_STATE(7537)] = 184170, - [SMALL_STATE(7538)] = 184206, - [SMALL_STATE(7539)] = 184242, - [SMALL_STATE(7540)] = 184274, - [SMALL_STATE(7541)] = 184306, - [SMALL_STATE(7542)] = 184342, - [SMALL_STATE(7543)] = 184374, - [SMALL_STATE(7544)] = 184406, - [SMALL_STATE(7545)] = 184438, - [SMALL_STATE(7546)] = 184474, - [SMALL_STATE(7547)] = 184510, - [SMALL_STATE(7548)] = 184542, - [SMALL_STATE(7549)] = 184574, - [SMALL_STATE(7550)] = 184604, - [SMALL_STATE(7551)] = 184636, - [SMALL_STATE(7552)] = 184668, - [SMALL_STATE(7553)] = 184704, - [SMALL_STATE(7554)] = 184740, - [SMALL_STATE(7555)] = 184772, - [SMALL_STATE(7556)] = 184808, - [SMALL_STATE(7557)] = 184840, - [SMALL_STATE(7558)] = 184872, - [SMALL_STATE(7559)] = 184910, - [SMALL_STATE(7560)] = 184942, - [SMALL_STATE(7561)] = 184974, - [SMALL_STATE(7562)] = 185006, - [SMALL_STATE(7563)] = 185042, - [SMALL_STATE(7564)] = 185074, - [SMALL_STATE(7565)] = 185110, - [SMALL_STATE(7566)] = 185142, - [SMALL_STATE(7567)] = 185170, - [SMALL_STATE(7568)] = 185198, - [SMALL_STATE(7569)] = 185234, - [SMALL_STATE(7570)] = 185270, - [SMALL_STATE(7571)] = 185306, - [SMALL_STATE(7572)] = 185338, - [SMALL_STATE(7573)] = 185374, - [SMALL_STATE(7574)] = 185406, - [SMALL_STATE(7575)] = 185442, - [SMALL_STATE(7576)] = 185478, - [SMALL_STATE(7577)] = 185514, - [SMALL_STATE(7578)] = 185550, - [SMALL_STATE(7579)] = 185582, - [SMALL_STATE(7580)] = 185614, - [SMALL_STATE(7581)] = 185646, - [SMALL_STATE(7582)] = 185678, - [SMALL_STATE(7583)] = 185714, - [SMALL_STATE(7584)] = 185750, - [SMALL_STATE(7585)] = 185782, - [SMALL_STATE(7586)] = 185818, - [SMALL_STATE(7587)] = 185850, - [SMALL_STATE(7588)] = 185886, - [SMALL_STATE(7589)] = 185922, - [SMALL_STATE(7590)] = 185954, - [SMALL_STATE(7591)] = 185990, - [SMALL_STATE(7592)] = 186022, - [SMALL_STATE(7593)] = 186058, - [SMALL_STATE(7594)] = 186094, - [SMALL_STATE(7595)] = 186130, - [SMALL_STATE(7596)] = 186166, - [SMALL_STATE(7597)] = 186198, - [SMALL_STATE(7598)] = 186234, - [SMALL_STATE(7599)] = 186270, - [SMALL_STATE(7600)] = 186302, - [SMALL_STATE(7601)] = 186338, - [SMALL_STATE(7602)] = 186370, - [SMALL_STATE(7603)] = 186402, - [SMALL_STATE(7604)] = 186435, - [SMALL_STATE(7605)] = 186470, - [SMALL_STATE(7606)] = 186503, - [SMALL_STATE(7607)] = 186538, - [SMALL_STATE(7608)] = 186561, - [SMALL_STATE(7609)] = 186584, - [SMALL_STATE(7610)] = 186619, - [SMALL_STATE(7611)] = 186654, - [SMALL_STATE(7612)] = 186687, - [SMALL_STATE(7613)] = 186710, - [SMALL_STATE(7614)] = 186739, - [SMALL_STATE(7615)] = 186774, - [SMALL_STATE(7616)] = 186809, - [SMALL_STATE(7617)] = 186844, - [SMALL_STATE(7618)] = 186879, - [SMALL_STATE(7619)] = 186914, - [SMALL_STATE(7620)] = 186947, - [SMALL_STATE(7621)] = 186980, - [SMALL_STATE(7622)] = 187015, - [SMALL_STATE(7623)] = 187050, - [SMALL_STATE(7624)] = 187085, - [SMALL_STATE(7625)] = 187118, - [SMALL_STATE(7626)] = 187153, - [SMALL_STATE(7627)] = 187188, - [SMALL_STATE(7628)] = 187223, - [SMALL_STATE(7629)] = 187246, - [SMALL_STATE(7630)] = 187279, - [SMALL_STATE(7631)] = 187312, - [SMALL_STATE(7632)] = 187347, - [SMALL_STATE(7633)] = 187382, - [SMALL_STATE(7634)] = 187415, - [SMALL_STATE(7635)] = 187450, - [SMALL_STATE(7636)] = 187473, - [SMALL_STATE(7637)] = 187508, - [SMALL_STATE(7638)] = 187543, - [SMALL_STATE(7639)] = 187578, - [SMALL_STATE(7640)] = 187611, - [SMALL_STATE(7641)] = 187644, - [SMALL_STATE(7642)] = 187667, - [SMALL_STATE(7643)] = 187702, - [SMALL_STATE(7644)] = 187737, - [SMALL_STATE(7645)] = 187770, - [SMALL_STATE(7646)] = 187803, - [SMALL_STATE(7647)] = 187838, - [SMALL_STATE(7648)] = 187861, - [SMALL_STATE(7649)] = 187894, - [SMALL_STATE(7650)] = 187929, - [SMALL_STATE(7651)] = 187962, - [SMALL_STATE(7652)] = 187995, - [SMALL_STATE(7653)] = 188030, - [SMALL_STATE(7654)] = 188053, - [SMALL_STATE(7655)] = 188086, - [SMALL_STATE(7656)] = 188121, - [SMALL_STATE(7657)] = 188156, - [SMALL_STATE(7658)] = 188189, - [SMALL_STATE(7659)] = 188224, - [SMALL_STATE(7660)] = 188259, - [SMALL_STATE(7661)] = 188292, - [SMALL_STATE(7662)] = 188327, - [SMALL_STATE(7663)] = 188362, - [SMALL_STATE(7664)] = 188397, - [SMALL_STATE(7665)] = 188432, - [SMALL_STATE(7666)] = 188465, - [SMALL_STATE(7667)] = 188500, - [SMALL_STATE(7668)] = 188533, - [SMALL_STATE(7669)] = 188566, - [SMALL_STATE(7670)] = 188601, - [SMALL_STATE(7671)] = 188634, - [SMALL_STATE(7672)] = 188669, - [SMALL_STATE(7673)] = 188704, - [SMALL_STATE(7674)] = 188737, - [SMALL_STATE(7675)] = 188770, - [SMALL_STATE(7676)] = 188805, - [SMALL_STATE(7677)] = 188838, - [SMALL_STATE(7678)] = 188873, - [SMALL_STATE(7679)] = 188906, - [SMALL_STATE(7680)] = 188941, - [SMALL_STATE(7681)] = 188976, - [SMALL_STATE(7682)] = 189009, - [SMALL_STATE(7683)] = 189042, - [SMALL_STATE(7684)] = 189077, - [SMALL_STATE(7685)] = 189110, - [SMALL_STATE(7686)] = 189145, - [SMALL_STATE(7687)] = 189178, - [SMALL_STATE(7688)] = 189211, - [SMALL_STATE(7689)] = 189244, - [SMALL_STATE(7690)] = 189279, - [SMALL_STATE(7691)] = 189314, - [SMALL_STATE(7692)] = 189349, - [SMALL_STATE(7693)] = 189382, - [SMALL_STATE(7694)] = 189405, - [SMALL_STATE(7695)] = 189440, - [SMALL_STATE(7696)] = 189475, - [SMALL_STATE(7697)] = 189510, - [SMALL_STATE(7698)] = 189545, - [SMALL_STATE(7699)] = 189578, - [SMALL_STATE(7700)] = 189613, - [SMALL_STATE(7701)] = 189646, - [SMALL_STATE(7702)] = 189679, - [SMALL_STATE(7703)] = 189714, - [SMALL_STATE(7704)] = 189747, - [SMALL_STATE(7705)] = 189782, - [SMALL_STATE(7706)] = 189817, - [SMALL_STATE(7707)] = 189852, - [SMALL_STATE(7708)] = 189885, - [SMALL_STATE(7709)] = 189920, - [SMALL_STATE(7710)] = 189943, - [SMALL_STATE(7711)] = 189976, - [SMALL_STATE(7712)] = 190009, - [SMALL_STATE(7713)] = 190044, - [SMALL_STATE(7714)] = 190077, - [SMALL_STATE(7715)] = 190112, - [SMALL_STATE(7716)] = 190147, - [SMALL_STATE(7717)] = 190182, - [SMALL_STATE(7718)] = 190217, - [SMALL_STATE(7719)] = 190252, - [SMALL_STATE(7720)] = 190285, - [SMALL_STATE(7721)] = 190320, - [SMALL_STATE(7722)] = 190353, - [SMALL_STATE(7723)] = 190386, - [SMALL_STATE(7724)] = 190421, - [SMALL_STATE(7725)] = 190454, - [SMALL_STATE(7726)] = 190487, - [SMALL_STATE(7727)] = 190522, - [SMALL_STATE(7728)] = 190545, - [SMALL_STATE(7729)] = 190580, - [SMALL_STATE(7730)] = 190615, - [SMALL_STATE(7731)] = 190648, - [SMALL_STATE(7732)] = 190683, - [SMALL_STATE(7733)] = 190718, - [SMALL_STATE(7734)] = 190751, - [SMALL_STATE(7735)] = 190786, - [SMALL_STATE(7736)] = 190821, - [SMALL_STATE(7737)] = 190856, - [SMALL_STATE(7738)] = 190889, - [SMALL_STATE(7739)] = 190924, - [SMALL_STATE(7740)] = 190957, - [SMALL_STATE(7741)] = 190992, - [SMALL_STATE(7742)] = 191027, - [SMALL_STATE(7743)] = 191062, - [SMALL_STATE(7744)] = 191097, - [SMALL_STATE(7745)] = 191132, - [SMALL_STATE(7746)] = 191167, - [SMALL_STATE(7747)] = 191202, - [SMALL_STATE(7748)] = 191235, - [SMALL_STATE(7749)] = 191270, - [SMALL_STATE(7750)] = 191305, - [SMALL_STATE(7751)] = 191340, - [SMALL_STATE(7752)] = 191375, - [SMALL_STATE(7753)] = 191410, - [SMALL_STATE(7754)] = 191445, - [SMALL_STATE(7755)] = 191478, - [SMALL_STATE(7756)] = 191511, - [SMALL_STATE(7757)] = 191546, - [SMALL_STATE(7758)] = 191579, - [SMALL_STATE(7759)] = 191612, - [SMALL_STATE(7760)] = 191647, - [SMALL_STATE(7761)] = 191682, - [SMALL_STATE(7762)] = 191717, - [SMALL_STATE(7763)] = 191750, - [SMALL_STATE(7764)] = 191783, - [SMALL_STATE(7765)] = 191818, - [SMALL_STATE(7766)] = 191851, - [SMALL_STATE(7767)] = 191886, - [SMALL_STATE(7768)] = 191919, - [SMALL_STATE(7769)] = 191954, - [SMALL_STATE(7770)] = 191989, - [SMALL_STATE(7771)] = 192022, - [SMALL_STATE(7772)] = 192055, - [SMALL_STATE(7773)] = 192090, - [SMALL_STATE(7774)] = 192125, - [SMALL_STATE(7775)] = 192160, - [SMALL_STATE(7776)] = 192193, - [SMALL_STATE(7777)] = 192228, - [SMALL_STATE(7778)] = 192263, - [SMALL_STATE(7779)] = 192298, - [SMALL_STATE(7780)] = 192333, - [SMALL_STATE(7781)] = 192366, - [SMALL_STATE(7782)] = 192399, - [SMALL_STATE(7783)] = 192432, - [SMALL_STATE(7784)] = 192467, - [SMALL_STATE(7785)] = 192502, - [SMALL_STATE(7786)] = 192535, - [SMALL_STATE(7787)] = 192570, - [SMALL_STATE(7788)] = 192603, - [SMALL_STATE(7789)] = 192638, - [SMALL_STATE(7790)] = 192673, - [SMALL_STATE(7791)] = 192708, - [SMALL_STATE(7792)] = 192743, - [SMALL_STATE(7793)] = 192776, - [SMALL_STATE(7794)] = 192809, - [SMALL_STATE(7795)] = 192844, - [SMALL_STATE(7796)] = 192877, - [SMALL_STATE(7797)] = 192912, - [SMALL_STATE(7798)] = 192945, - [SMALL_STATE(7799)] = 192980, - [SMALL_STATE(7800)] = 193015, - [SMALL_STATE(7801)] = 193050, - [SMALL_STATE(7802)] = 193083, - [SMALL_STATE(7803)] = 193118, - [SMALL_STATE(7804)] = 193151, - [SMALL_STATE(7805)] = 193184, - [SMALL_STATE(7806)] = 193219, - [SMALL_STATE(7807)] = 193252, - [SMALL_STATE(7808)] = 193287, - [SMALL_STATE(7809)] = 193320, - [SMALL_STATE(7810)] = 193355, - [SMALL_STATE(7811)] = 193390, - [SMALL_STATE(7812)] = 193425, - [SMALL_STATE(7813)] = 193458, - [SMALL_STATE(7814)] = 193493, - [SMALL_STATE(7815)] = 193528, - [SMALL_STATE(7816)] = 193561, - [SMALL_STATE(7817)] = 193594, - [SMALL_STATE(7818)] = 193629, - [SMALL_STATE(7819)] = 193662, - [SMALL_STATE(7820)] = 193697, - [SMALL_STATE(7821)] = 193732, - [SMALL_STATE(7822)] = 193767, - [SMALL_STATE(7823)] = 193800, - [SMALL_STATE(7824)] = 193835, - [SMALL_STATE(7825)] = 193868, - [SMALL_STATE(7826)] = 193903, - [SMALL_STATE(7827)] = 193938, - [SMALL_STATE(7828)] = 193973, - [SMALL_STATE(7829)] = 194000, - [SMALL_STATE(7830)] = 194035, - [SMALL_STATE(7831)] = 194068, - [SMALL_STATE(7832)] = 194103, - [SMALL_STATE(7833)] = 194138, - [SMALL_STATE(7834)] = 194173, - [SMALL_STATE(7835)] = 194206, - [SMALL_STATE(7836)] = 194241, - [SMALL_STATE(7837)] = 194274, - [SMALL_STATE(7838)] = 194307, - [SMALL_STATE(7839)] = 194342, - [SMALL_STATE(7840)] = 194377, - [SMALL_STATE(7841)] = 194399, - [SMALL_STATE(7842)] = 194421, - [SMALL_STATE(7843)] = 194443, - [SMALL_STATE(7844)] = 194469, - [SMALL_STATE(7845)] = 194491, - [SMALL_STATE(7846)] = 194513, - [SMALL_STATE(7847)] = 194535, - [SMALL_STATE(7848)] = 194557, - [SMALL_STATE(7849)] = 194579, - [SMALL_STATE(7850)] = 194601, - [SMALL_STATE(7851)] = 194623, - [SMALL_STATE(7852)] = 194645, - [SMALL_STATE(7853)] = 194671, - [SMALL_STATE(7854)] = 194693, - [SMALL_STATE(7855)] = 194715, - [SMALL_STATE(7856)] = 194737, - [SMALL_STATE(7857)] = 194763, - [SMALL_STATE(7858)] = 194789, - [SMALL_STATE(7859)] = 194811, - [SMALL_STATE(7860)] = 194833, - [SMALL_STATE(7861)] = 194855, - [SMALL_STATE(7862)] = 194877, - [SMALL_STATE(7863)] = 194907, - [SMALL_STATE(7864)] = 194929, - [SMALL_STATE(7865)] = 194951, - [SMALL_STATE(7866)] = 194973, - [SMALL_STATE(7867)] = 194995, - [SMALL_STATE(7868)] = 195024, - [SMALL_STATE(7869)] = 195053, - [SMALL_STATE(7870)] = 195082, - [SMALL_STATE(7871)] = 195111, - [SMALL_STATE(7872)] = 195136, - [SMALL_STATE(7873)] = 195165, - [SMALL_STATE(7874)] = 195188, - [SMALL_STATE(7875)] = 195217, - [SMALL_STATE(7876)] = 195246, - [SMALL_STATE(7877)] = 195275, - [SMALL_STATE(7878)] = 195300, - [SMALL_STATE(7879)] = 195325, - [SMALL_STATE(7880)] = 195350, - [SMALL_STATE(7881)] = 195375, - [SMALL_STATE(7882)] = 195400, - [SMALL_STATE(7883)] = 195425, - [SMALL_STATE(7884)] = 195450, - [SMALL_STATE(7885)] = 195475, - [SMALL_STATE(7886)] = 195504, - [SMALL_STATE(7887)] = 195533, - [SMALL_STATE(7888)] = 195556, - [SMALL_STATE(7889)] = 195581, - [SMALL_STATE(7890)] = 195606, - [SMALL_STATE(7891)] = 195635, - [SMALL_STATE(7892)] = 195658, - [SMALL_STATE(7893)] = 195687, - [SMALL_STATE(7894)] = 195710, - [SMALL_STATE(7895)] = 195739, - [SMALL_STATE(7896)] = 195768, - [SMALL_STATE(7897)] = 195797, - [SMALL_STATE(7898)] = 195826, - [SMALL_STATE(7899)] = 195855, - [SMALL_STATE(7900)] = 195884, - [SMALL_STATE(7901)] = 195913, - [SMALL_STATE(7902)] = 195942, - [SMALL_STATE(7903)] = 195971, - [SMALL_STATE(7904)] = 195996, - [SMALL_STATE(7905)] = 196025, - [SMALL_STATE(7906)] = 196054, - [SMALL_STATE(7907)] = 196083, - [SMALL_STATE(7908)] = 196112, - [SMALL_STATE(7909)] = 196141, - [SMALL_STATE(7910)] = 196170, - [SMALL_STATE(7911)] = 196199, - [SMALL_STATE(7912)] = 196228, - [SMALL_STATE(7913)] = 196257, - [SMALL_STATE(7914)] = 196286, - [SMALL_STATE(7915)] = 196315, - [SMALL_STATE(7916)] = 196344, - [SMALL_STATE(7917)] = 196373, - [SMALL_STATE(7918)] = 196402, - [SMALL_STATE(7919)] = 196431, - [SMALL_STATE(7920)] = 196460, - [SMALL_STATE(7921)] = 196489, - [SMALL_STATE(7922)] = 196518, - [SMALL_STATE(7923)] = 196547, - [SMALL_STATE(7924)] = 196572, - [SMALL_STATE(7925)] = 196601, - [SMALL_STATE(7926)] = 196626, - [SMALL_STATE(7927)] = 196655, - [SMALL_STATE(7928)] = 196684, - [SMALL_STATE(7929)] = 196713, - [SMALL_STATE(7930)] = 196742, - [SMALL_STATE(7931)] = 196767, - [SMALL_STATE(7932)] = 196796, - [SMALL_STATE(7933)] = 196825, - [SMALL_STATE(7934)] = 196854, - [SMALL_STATE(7935)] = 196883, - [SMALL_STATE(7936)] = 196912, - [SMALL_STATE(7937)] = 196941, - [SMALL_STATE(7938)] = 196970, - [SMALL_STATE(7939)] = 196999, - [SMALL_STATE(7940)] = 197028, - [SMALL_STATE(7941)] = 197057, - [SMALL_STATE(7942)] = 197086, - [SMALL_STATE(7943)] = 197111, - [SMALL_STATE(7944)] = 197140, - [SMALL_STATE(7945)] = 197169, - [SMALL_STATE(7946)] = 197198, - [SMALL_STATE(7947)] = 197227, - [SMALL_STATE(7948)] = 197256, - [SMALL_STATE(7949)] = 197285, - [SMALL_STATE(7950)] = 197314, - [SMALL_STATE(7951)] = 197343, - [SMALL_STATE(7952)] = 197372, - [SMALL_STATE(7953)] = 197401, - [SMALL_STATE(7954)] = 197430, - [SMALL_STATE(7955)] = 197459, - [SMALL_STATE(7956)] = 197488, - [SMALL_STATE(7957)] = 197517, - [SMALL_STATE(7958)] = 197546, - [SMALL_STATE(7959)] = 197575, - [SMALL_STATE(7960)] = 197604, - [SMALL_STATE(7961)] = 197633, - [SMALL_STATE(7962)] = 197662, - [SMALL_STATE(7963)] = 197691, - [SMALL_STATE(7964)] = 197720, - [SMALL_STATE(7965)] = 197749, - [SMALL_STATE(7966)] = 197778, - [SMALL_STATE(7967)] = 197807, - [SMALL_STATE(7968)] = 197836, - [SMALL_STATE(7969)] = 197865, - [SMALL_STATE(7970)] = 197894, - [SMALL_STATE(7971)] = 197923, - [SMALL_STATE(7972)] = 197952, - [SMALL_STATE(7973)] = 197981, - [SMALL_STATE(7974)] = 198010, - [SMALL_STATE(7975)] = 198031, - [SMALL_STATE(7976)] = 198060, - [SMALL_STATE(7977)] = 198089, - [SMALL_STATE(7978)] = 198114, - [SMALL_STATE(7979)] = 198143, - [SMALL_STATE(7980)] = 198172, - [SMALL_STATE(7981)] = 198197, - [SMALL_STATE(7982)] = 198226, - [SMALL_STATE(7983)] = 198255, - [SMALL_STATE(7984)] = 198284, - [SMALL_STATE(7985)] = 198313, - [SMALL_STATE(7986)] = 198342, - [SMALL_STATE(7987)] = 198371, - [SMALL_STATE(7988)] = 198400, - [SMALL_STATE(7989)] = 198429, - [SMALL_STATE(7990)] = 198458, - [SMALL_STATE(7991)] = 198487, - [SMALL_STATE(7992)] = 198516, - [SMALL_STATE(7993)] = 198541, - [SMALL_STATE(7994)] = 198570, - [SMALL_STATE(7995)] = 198599, - [SMALL_STATE(7996)] = 198628, - [SMALL_STATE(7997)] = 198657, - [SMALL_STATE(7998)] = 198682, - [SMALL_STATE(7999)] = 198711, - [SMALL_STATE(8000)] = 198740, - [SMALL_STATE(8001)] = 198769, - [SMALL_STATE(8002)] = 198794, - [SMALL_STATE(8003)] = 198823, - [SMALL_STATE(8004)] = 198860, - [SMALL_STATE(8005)] = 198889, - [SMALL_STATE(8006)] = 198918, - [SMALL_STATE(8007)] = 198947, - [SMALL_STATE(8008)] = 198976, - [SMALL_STATE(8009)] = 199001, - [SMALL_STATE(8010)] = 199030, - [SMALL_STATE(8011)] = 199059, - [SMALL_STATE(8012)] = 199088, - [SMALL_STATE(8013)] = 199113, - [SMALL_STATE(8014)] = 199142, - [SMALL_STATE(8015)] = 199171, - [SMALL_STATE(8016)] = 199200, - [SMALL_STATE(8017)] = 199225, - [SMALL_STATE(8018)] = 199254, - [SMALL_STATE(8019)] = 199283, - [SMALL_STATE(8020)] = 199312, - [SMALL_STATE(8021)] = 199341, - [SMALL_STATE(8022)] = 199370, - [SMALL_STATE(8023)] = 199395, - [SMALL_STATE(8024)] = 199424, - [SMALL_STATE(8025)] = 199453, - [SMALL_STATE(8026)] = 199482, - [SMALL_STATE(8027)] = 199508, - [SMALL_STATE(8028)] = 199534, - [SMALL_STATE(8029)] = 199560, - [SMALL_STATE(8030)] = 199586, - [SMALL_STATE(8031)] = 199612, - [SMALL_STATE(8032)] = 199638, - [SMALL_STATE(8033)] = 199664, - [SMALL_STATE(8034)] = 199698, - [SMALL_STATE(8035)] = 199724, - [SMALL_STATE(8036)] = 199750, - [SMALL_STATE(8037)] = 199776, - [SMALL_STATE(8038)] = 199802, - [SMALL_STATE(8039)] = 199824, - [SMALL_STATE(8040)] = 199850, - [SMALL_STATE(8041)] = 199872, - [SMALL_STATE(8042)] = 199898, - [SMALL_STATE(8043)] = 199924, - [SMALL_STATE(8044)] = 199950, - [SMALL_STATE(8045)] = 199984, - [SMALL_STATE(8046)] = 200010, - [SMALL_STATE(8047)] = 200036, - [SMALL_STATE(8048)] = 200062, - [SMALL_STATE(8049)] = 200088, - [SMALL_STATE(8050)] = 200114, - [SMALL_STATE(8051)] = 200140, - [SMALL_STATE(8052)] = 200166, - [SMALL_STATE(8053)] = 200192, - [SMALL_STATE(8054)] = 200218, - [SMALL_STATE(8055)] = 200244, - [SMALL_STATE(8056)] = 200270, - [SMALL_STATE(8057)] = 200296, - [SMALL_STATE(8058)] = 200322, - [SMALL_STATE(8059)] = 200348, - [SMALL_STATE(8060)] = 200374, - [SMALL_STATE(8061)] = 200400, - [SMALL_STATE(8062)] = 200426, - [SMALL_STATE(8063)] = 200452, - [SMALL_STATE(8064)] = 200478, - [SMALL_STATE(8065)] = 200504, - [SMALL_STATE(8066)] = 200530, - [SMALL_STATE(8067)] = 200556, - [SMALL_STATE(8068)] = 200582, - [SMALL_STATE(8069)] = 200608, - [SMALL_STATE(8070)] = 200634, - [SMALL_STATE(8071)] = 200660, - [SMALL_STATE(8072)] = 200686, - [SMALL_STATE(8073)] = 200712, - [SMALL_STATE(8074)] = 200738, - [SMALL_STATE(8075)] = 200764, - [SMALL_STATE(8076)] = 200790, - [SMALL_STATE(8077)] = 200816, - [SMALL_STATE(8078)] = 200842, - [SMALL_STATE(8079)] = 200868, - [SMALL_STATE(8080)] = 200894, - [SMALL_STATE(8081)] = 200920, - [SMALL_STATE(8082)] = 200946, - [SMALL_STATE(8083)] = 200972, - [SMALL_STATE(8084)] = 200998, - [SMALL_STATE(8085)] = 201024, - [SMALL_STATE(8086)] = 201050, - [SMALL_STATE(8087)] = 201076, - [SMALL_STATE(8088)] = 201102, - [SMALL_STATE(8089)] = 201128, - [SMALL_STATE(8090)] = 201154, - [SMALL_STATE(8091)] = 201180, - [SMALL_STATE(8092)] = 201206, - [SMALL_STATE(8093)] = 201232, - [SMALL_STATE(8094)] = 201258, - [SMALL_STATE(8095)] = 201284, - [SMALL_STATE(8096)] = 201310, - [SMALL_STATE(8097)] = 201336, - [SMALL_STATE(8098)] = 201362, - [SMALL_STATE(8099)] = 201388, - [SMALL_STATE(8100)] = 201414, - [SMALL_STATE(8101)] = 201440, - [SMALL_STATE(8102)] = 201466, - [SMALL_STATE(8103)] = 201492, - [SMALL_STATE(8104)] = 201518, - [SMALL_STATE(8105)] = 201544, - [SMALL_STATE(8106)] = 201570, - [SMALL_STATE(8107)] = 201596, - [SMALL_STATE(8108)] = 201622, - [SMALL_STATE(8109)] = 201648, - [SMALL_STATE(8110)] = 201682, - [SMALL_STATE(8111)] = 201708, - [SMALL_STATE(8112)] = 201734, - [SMALL_STATE(8113)] = 201760, - [SMALL_STATE(8114)] = 201786, - [SMALL_STATE(8115)] = 201812, - [SMALL_STATE(8116)] = 201838, - [SMALL_STATE(8117)] = 201864, - [SMALL_STATE(8118)] = 201890, - [SMALL_STATE(8119)] = 201916, - [SMALL_STATE(8120)] = 201942, - [SMALL_STATE(8121)] = 201968, - [SMALL_STATE(8122)] = 201994, - [SMALL_STATE(8123)] = 202020, - [SMALL_STATE(8124)] = 202046, - [SMALL_STATE(8125)] = 202072, - [SMALL_STATE(8126)] = 202094, - [SMALL_STATE(8127)] = 202120, - [SMALL_STATE(8128)] = 202146, - [SMALL_STATE(8129)] = 202172, - [SMALL_STATE(8130)] = 202198, - [SMALL_STATE(8131)] = 202224, - [SMALL_STATE(8132)] = 202250, - [SMALL_STATE(8133)] = 202276, - [SMALL_STATE(8134)] = 202302, - [SMALL_STATE(8135)] = 202328, - [SMALL_STATE(8136)] = 202354, - [SMALL_STATE(8137)] = 202380, - [SMALL_STATE(8138)] = 202406, - [SMALL_STATE(8139)] = 202428, - [SMALL_STATE(8140)] = 202462, - [SMALL_STATE(8141)] = 202488, - [SMALL_STATE(8142)] = 202514, - [SMALL_STATE(8143)] = 202540, - [SMALL_STATE(8144)] = 202566, - [SMALL_STATE(8145)] = 202586, - [SMALL_STATE(8146)] = 202612, - [SMALL_STATE(8147)] = 202638, - [SMALL_STATE(8148)] = 202664, - [SMALL_STATE(8149)] = 202690, - [SMALL_STATE(8150)] = 202716, - [SMALL_STATE(8151)] = 202742, - [SMALL_STATE(8152)] = 202768, - [SMALL_STATE(8153)] = 202794, - [SMALL_STATE(8154)] = 202820, - [SMALL_STATE(8155)] = 202846, - [SMALL_STATE(8156)] = 202872, - [SMALL_STATE(8157)] = 202898, - [SMALL_STATE(8158)] = 202924, - [SMALL_STATE(8159)] = 202950, - [SMALL_STATE(8160)] = 202976, - [SMALL_STATE(8161)] = 203002, - [SMALL_STATE(8162)] = 203028, - [SMALL_STATE(8163)] = 203054, - [SMALL_STATE(8164)] = 203080, - [SMALL_STATE(8165)] = 203106, - [SMALL_STATE(8166)] = 203132, - [SMALL_STATE(8167)] = 203158, - [SMALL_STATE(8168)] = 203184, - [SMALL_STATE(8169)] = 203210, - [SMALL_STATE(8170)] = 203236, - [SMALL_STATE(8171)] = 203262, - [SMALL_STATE(8172)] = 203288, - [SMALL_STATE(8173)] = 203314, - [SMALL_STATE(8174)] = 203340, - [SMALL_STATE(8175)] = 203366, - [SMALL_STATE(8176)] = 203392, - [SMALL_STATE(8177)] = 203418, - [SMALL_STATE(8178)] = 203444, - [SMALL_STATE(8179)] = 203470, - [SMALL_STATE(8180)] = 203496, - [SMALL_STATE(8181)] = 203522, - [SMALL_STATE(8182)] = 203548, - [SMALL_STATE(8183)] = 203574, - [SMALL_STATE(8184)] = 203600, - [SMALL_STATE(8185)] = 203626, - [SMALL_STATE(8186)] = 203648, - [SMALL_STATE(8187)] = 203674, - [SMALL_STATE(8188)] = 203700, - [SMALL_STATE(8189)] = 203726, - [SMALL_STATE(8190)] = 203752, - [SMALL_STATE(8191)] = 203778, - [SMALL_STATE(8192)] = 203804, - [SMALL_STATE(8193)] = 203830, - [SMALL_STATE(8194)] = 203856, - [SMALL_STATE(8195)] = 203882, - [SMALL_STATE(8196)] = 203908, - [SMALL_STATE(8197)] = 203934, - [SMALL_STATE(8198)] = 203960, - [SMALL_STATE(8199)] = 203986, - [SMALL_STATE(8200)] = 204012, - [SMALL_STATE(8201)] = 204038, - [SMALL_STATE(8202)] = 204064, - [SMALL_STATE(8203)] = 204090, - [SMALL_STATE(8204)] = 204116, - [SMALL_STATE(8205)] = 204142, - [SMALL_STATE(8206)] = 204168, - [SMALL_STATE(8207)] = 204194, - [SMALL_STATE(8208)] = 204220, - [SMALL_STATE(8209)] = 204246, - [SMALL_STATE(8210)] = 204272, - [SMALL_STATE(8211)] = 204298, - [SMALL_STATE(8212)] = 204324, - [SMALL_STATE(8213)] = 204350, - [SMALL_STATE(8214)] = 204376, - [SMALL_STATE(8215)] = 204402, - [SMALL_STATE(8216)] = 204428, - [SMALL_STATE(8217)] = 204450, - [SMALL_STATE(8218)] = 204476, - [SMALL_STATE(8219)] = 204502, - [SMALL_STATE(8220)] = 204528, - [SMALL_STATE(8221)] = 204554, - [SMALL_STATE(8222)] = 204580, - [SMALL_STATE(8223)] = 204606, - [SMALL_STATE(8224)] = 204632, - [SMALL_STATE(8225)] = 204658, - [SMALL_STATE(8226)] = 204684, - [SMALL_STATE(8227)] = 204710, - [SMALL_STATE(8228)] = 204736, - [SMALL_STATE(8229)] = 204762, - [SMALL_STATE(8230)] = 204788, - [SMALL_STATE(8231)] = 204814, - [SMALL_STATE(8232)] = 204840, - [SMALL_STATE(8233)] = 204866, - [SMALL_STATE(8234)] = 204892, - [SMALL_STATE(8235)] = 204918, - [SMALL_STATE(8236)] = 204944, - [SMALL_STATE(8237)] = 204970, - [SMALL_STATE(8238)] = 204996, - [SMALL_STATE(8239)] = 205022, - [SMALL_STATE(8240)] = 205048, - [SMALL_STATE(8241)] = 205074, - [SMALL_STATE(8242)] = 205100, - [SMALL_STATE(8243)] = 205126, - [SMALL_STATE(8244)] = 205152, - [SMALL_STATE(8245)] = 205178, - [SMALL_STATE(8246)] = 205204, - [SMALL_STATE(8247)] = 205230, - [SMALL_STATE(8248)] = 205256, - [SMALL_STATE(8249)] = 205282, - [SMALL_STATE(8250)] = 205316, - [SMALL_STATE(8251)] = 205342, - [SMALL_STATE(8252)] = 205368, - [SMALL_STATE(8253)] = 205394, - [SMALL_STATE(8254)] = 205420, - [SMALL_STATE(8255)] = 205446, - [SMALL_STATE(8256)] = 205472, - [SMALL_STATE(8257)] = 205498, - [SMALL_STATE(8258)] = 205524, - [SMALL_STATE(8259)] = 205550, - [SMALL_STATE(8260)] = 205576, - [SMALL_STATE(8261)] = 205594, - [SMALL_STATE(8262)] = 205620, - [SMALL_STATE(8263)] = 205646, - [SMALL_STATE(8264)] = 205672, - [SMALL_STATE(8265)] = 205698, - [SMALL_STATE(8266)] = 205724, - [SMALL_STATE(8267)] = 205750, - [SMALL_STATE(8268)] = 205776, - [SMALL_STATE(8269)] = 205802, - [SMALL_STATE(8270)] = 205828, - [SMALL_STATE(8271)] = 205854, - [SMALL_STATE(8272)] = 205880, - [SMALL_STATE(8273)] = 205906, - [SMALL_STATE(8274)] = 205932, - [SMALL_STATE(8275)] = 205958, - [SMALL_STATE(8276)] = 205984, - [SMALL_STATE(8277)] = 206010, - [SMALL_STATE(8278)] = 206036, - [SMALL_STATE(8279)] = 206056, - [SMALL_STATE(8280)] = 206082, - [SMALL_STATE(8281)] = 206108, - [SMALL_STATE(8282)] = 206142, - [SMALL_STATE(8283)] = 206168, - [SMALL_STATE(8284)] = 206194, - [SMALL_STATE(8285)] = 206225, - [SMALL_STATE(8286)] = 206256, - [SMALL_STATE(8287)] = 206273, - [SMALL_STATE(8288)] = 206290, - [SMALL_STATE(8289)] = 206321, - [SMALL_STATE(8290)] = 206352, - [SMALL_STATE(8291)] = 206369, - [SMALL_STATE(8292)] = 206386, - [SMALL_STATE(8293)] = 206403, - [SMALL_STATE(8294)] = 206424, - [SMALL_STATE(8295)] = 206455, - [SMALL_STATE(8296)] = 206486, - [SMALL_STATE(8297)] = 206503, - [SMALL_STATE(8298)] = 206534, - [SMALL_STATE(8299)] = 206565, - [SMALL_STATE(8300)] = 206596, - [SMALL_STATE(8301)] = 206627, - [SMALL_STATE(8302)] = 206646, - [SMALL_STATE(8303)] = 206677, - [SMALL_STATE(8304)] = 206708, - [SMALL_STATE(8305)] = 206739, - [SMALL_STATE(8306)] = 206770, - [SMALL_STATE(8307)] = 206787, - [SMALL_STATE(8308)] = 206818, - [SMALL_STATE(8309)] = 206849, - [SMALL_STATE(8310)] = 206880, - [SMALL_STATE(8311)] = 206911, - [SMALL_STATE(8312)] = 206942, - [SMALL_STATE(8313)] = 206973, - [SMALL_STATE(8314)] = 207004, - [SMALL_STATE(8315)] = 207025, - [SMALL_STATE(8316)] = 207056, - [SMALL_STATE(8317)] = 207087, - [SMALL_STATE(8318)] = 207118, - [SMALL_STATE(8319)] = 207135, - [SMALL_STATE(8320)] = 207166, - [SMALL_STATE(8321)] = 207197, - [SMALL_STATE(8322)] = 207228, - [SMALL_STATE(8323)] = 207258, - [SMALL_STATE(8324)] = 207276, - [SMALL_STATE(8325)] = 207294, - [SMALL_STATE(8326)] = 207314, - [SMALL_STATE(8327)] = 207344, - [SMALL_STATE(8328)] = 207374, - [SMALL_STATE(8329)] = 207404, - [SMALL_STATE(8330)] = 207434, - [SMALL_STATE(8331)] = 207452, - [SMALL_STATE(8332)] = 207468, - [SMALL_STATE(8333)] = 207486, - [SMALL_STATE(8334)] = 207502, - [SMALL_STATE(8335)] = 207529, - [SMALL_STATE(8336)] = 207556, - [SMALL_STATE(8337)] = 207581, - [SMALL_STATE(8338)] = 207608, - [SMALL_STATE(8339)] = 207637, - [SMALL_STATE(8340)] = 207666, - [SMALL_STATE(8341)] = 207691, - [SMALL_STATE(8342)] = 207710, - [SMALL_STATE(8343)] = 207735, - [SMALL_STATE(8344)] = 207756, - [SMALL_STATE(8345)] = 207785, - [SMALL_STATE(8346)] = 207806, - [SMALL_STATE(8347)] = 207825, - [SMALL_STATE(8348)] = 207842, - [SMALL_STATE(8349)] = 207865, - [SMALL_STATE(8350)] = 207894, - [SMALL_STATE(8351)] = 207919, - [SMALL_STATE(8352)] = 207944, - [SMALL_STATE(8353)] = 207969, - [SMALL_STATE(8354)] = 207998, - [SMALL_STATE(8355)] = 208015, - [SMALL_STATE(8356)] = 208042, - [SMALL_STATE(8357)] = 208069, - [SMALL_STATE(8358)] = 208093, - [SMALL_STATE(8359)] = 208109, - [SMALL_STATE(8360)] = 208125, - [SMALL_STATE(8361)] = 208145, - [SMALL_STATE(8362)] = 208161, - [SMALL_STATE(8363)] = 208177, - [SMALL_STATE(8364)] = 208193, - [SMALL_STATE(8365)] = 208209, - [SMALL_STATE(8366)] = 208225, - [SMALL_STATE(8367)] = 208241, - [SMALL_STATE(8368)] = 208265, - [SMALL_STATE(8369)] = 208291, - [SMALL_STATE(8370)] = 208317, - [SMALL_STATE(8371)] = 208333, - [SMALL_STATE(8372)] = 208349, - [SMALL_STATE(8373)] = 208365, - [SMALL_STATE(8374)] = 208379, - [SMALL_STATE(8375)] = 208395, - [SMALL_STATE(8376)] = 208409, - [SMALL_STATE(8377)] = 208433, - [SMALL_STATE(8378)] = 208449, - [SMALL_STATE(8379)] = 208465, - [SMALL_STATE(8380)] = 208481, - [SMALL_STATE(8381)] = 208507, - [SMALL_STATE(8382)] = 208521, - [SMALL_STATE(8383)] = 208545, - [SMALL_STATE(8384)] = 208569, - [SMALL_STATE(8385)] = 208585, - [SMALL_STATE(8386)] = 208611, - [SMALL_STATE(8387)] = 208627, - [SMALL_STATE(8388)] = 208643, - [SMALL_STATE(8389)] = 208665, - [SMALL_STATE(8390)] = 208689, - [SMALL_STATE(8391)] = 208705, - [SMALL_STATE(8392)] = 208721, - [SMALL_STATE(8393)] = 208737, - [SMALL_STATE(8394)] = 208761, - [SMALL_STATE(8395)] = 208781, - [SMALL_STATE(8396)] = 208797, - [SMALL_STATE(8397)] = 208811, - [SMALL_STATE(8398)] = 208837, - [SMALL_STATE(8399)] = 208853, - [SMALL_STATE(8400)] = 208877, - [SMALL_STATE(8401)] = 208899, - [SMALL_STATE(8402)] = 208915, - [SMALL_STATE(8403)] = 208934, - [SMALL_STATE(8404)] = 208957, - [SMALL_STATE(8405)] = 208978, - [SMALL_STATE(8406)] = 208995, - [SMALL_STATE(8407)] = 209010, - [SMALL_STATE(8408)] = 209033, - [SMALL_STATE(8409)] = 209054, - [SMALL_STATE(8410)] = 209075, - [SMALL_STATE(8411)] = 209096, - [SMALL_STATE(8412)] = 209109, - [SMALL_STATE(8413)] = 209122, - [SMALL_STATE(8414)] = 209143, - [SMALL_STATE(8415)] = 209164, - [SMALL_STATE(8416)] = 209183, - [SMALL_STATE(8417)] = 209204, - [SMALL_STATE(8418)] = 209225, - [SMALL_STATE(8419)] = 209242, - [SMALL_STATE(8420)] = 209263, - [SMALL_STATE(8421)] = 209286, - [SMALL_STATE(8422)] = 209307, - [SMALL_STATE(8423)] = 209322, - [SMALL_STATE(8424)] = 209343, - [SMALL_STATE(8425)] = 209364, - [SMALL_STATE(8426)] = 209381, - [SMALL_STATE(8427)] = 209402, - [SMALL_STATE(8428)] = 209419, - [SMALL_STATE(8429)] = 209440, - [SMALL_STATE(8430)] = 209463, - [SMALL_STATE(8431)] = 209484, - [SMALL_STATE(8432)] = 209501, - [SMALL_STATE(8433)] = 209514, - [SMALL_STATE(8434)] = 209537, - [SMALL_STATE(8435)] = 209558, - [SMALL_STATE(8436)] = 209579, - [SMALL_STATE(8437)] = 209600, - [SMALL_STATE(8438)] = 209623, - [SMALL_STATE(8439)] = 209644, - [SMALL_STATE(8440)] = 209657, - [SMALL_STATE(8441)] = 209678, - [SMALL_STATE(8442)] = 209699, - [SMALL_STATE(8443)] = 209720, - [SMALL_STATE(8444)] = 209741, - [SMALL_STATE(8445)] = 209762, - [SMALL_STATE(8446)] = 209783, - [SMALL_STATE(8447)] = 209804, - [SMALL_STATE(8448)] = 209825, - [SMALL_STATE(8449)] = 209848, - [SMALL_STATE(8450)] = 209871, - [SMALL_STATE(8451)] = 209892, - [SMALL_STATE(8452)] = 209913, - [SMALL_STATE(8453)] = 209930, - [SMALL_STATE(8454)] = 209951, - [SMALL_STATE(8455)] = 209972, - [SMALL_STATE(8456)] = 209989, - [SMALL_STATE(8457)] = 210002, - [SMALL_STATE(8458)] = 210023, - [SMALL_STATE(8459)] = 210043, - [SMALL_STATE(8460)] = 210063, - [SMALL_STATE(8461)] = 210083, - [SMALL_STATE(8462)] = 210103, - [SMALL_STATE(8463)] = 210123, - [SMALL_STATE(8464)] = 210143, - [SMALL_STATE(8465)] = 210163, - [SMALL_STATE(8466)] = 210183, - [SMALL_STATE(8467)] = 210203, - [SMALL_STATE(8468)] = 210223, - [SMALL_STATE(8469)] = 210243, - [SMALL_STATE(8470)] = 210255, - [SMALL_STATE(8471)] = 210267, - [SMALL_STATE(8472)] = 210289, - [SMALL_STATE(8473)] = 210309, - [SMALL_STATE(8474)] = 210321, - [SMALL_STATE(8475)] = 210337, - [SMALL_STATE(8476)] = 210357, - [SMALL_STATE(8477)] = 210377, - [SMALL_STATE(8478)] = 210397, - [SMALL_STATE(8479)] = 210409, - [SMALL_STATE(8480)] = 210421, - [SMALL_STATE(8481)] = 210441, - [SMALL_STATE(8482)] = 210461, - [SMALL_STATE(8483)] = 210481, - [SMALL_STATE(8484)] = 210501, - [SMALL_STATE(8485)] = 210519, - [SMALL_STATE(8486)] = 210539, - [SMALL_STATE(8487)] = 210551, - [SMALL_STATE(8488)] = 210571, - [SMALL_STATE(8489)] = 210591, - [SMALL_STATE(8490)] = 210611, - [SMALL_STATE(8491)] = 210631, - [SMALL_STATE(8492)] = 210651, - [SMALL_STATE(8493)] = 210671, - [SMALL_STATE(8494)] = 210691, - [SMALL_STATE(8495)] = 210711, - [SMALL_STATE(8496)] = 210731, - [SMALL_STATE(8497)] = 210751, - [SMALL_STATE(8498)] = 210763, - [SMALL_STATE(8499)] = 210775, - [SMALL_STATE(8500)] = 210795, - [SMALL_STATE(8501)] = 210815, - [SMALL_STATE(8502)] = 210835, - [SMALL_STATE(8503)] = 210855, - [SMALL_STATE(8504)] = 210871, - [SMALL_STATE(8505)] = 210891, - [SMALL_STATE(8506)] = 210911, - [SMALL_STATE(8507)] = 210931, - [SMALL_STATE(8508)] = 210943, - [SMALL_STATE(8509)] = 210963, - [SMALL_STATE(8510)] = 210983, - [SMALL_STATE(8511)] = 211001, - [SMALL_STATE(8512)] = 211021, - [SMALL_STATE(8513)] = 211041, - [SMALL_STATE(8514)] = 211061, - [SMALL_STATE(8515)] = 211081, - [SMALL_STATE(8516)] = 211101, - [SMALL_STATE(8517)] = 211117, - [SMALL_STATE(8518)] = 211137, - [SMALL_STATE(8519)] = 211157, - [SMALL_STATE(8520)] = 211169, - [SMALL_STATE(8521)] = 211189, - [SMALL_STATE(8522)] = 211209, - [SMALL_STATE(8523)] = 211229, - [SMALL_STATE(8524)] = 211249, - [SMALL_STATE(8525)] = 211269, - [SMALL_STATE(8526)] = 211281, - [SMALL_STATE(8527)] = 211301, - [SMALL_STATE(8528)] = 211321, - [SMALL_STATE(8529)] = 211341, - [SMALL_STATE(8530)] = 211361, - [SMALL_STATE(8531)] = 211381, - [SMALL_STATE(8532)] = 211401, - [SMALL_STATE(8533)] = 211421, - [SMALL_STATE(8534)] = 211437, - [SMALL_STATE(8535)] = 211449, - [SMALL_STATE(8536)] = 211469, - [SMALL_STATE(8537)] = 211489, - [SMALL_STATE(8538)] = 211509, - [SMALL_STATE(8539)] = 211529, - [SMALL_STATE(8540)] = 211549, - [SMALL_STATE(8541)] = 211569, - [SMALL_STATE(8542)] = 211589, - [SMALL_STATE(8543)] = 211607, - [SMALL_STATE(8544)] = 211627, - [SMALL_STATE(8545)] = 211647, - [SMALL_STATE(8546)] = 211667, - [SMALL_STATE(8547)] = 211687, - [SMALL_STATE(8548)] = 211707, - [SMALL_STATE(8549)] = 211725, - [SMALL_STATE(8550)] = 211741, - [SMALL_STATE(8551)] = 211761, - [SMALL_STATE(8552)] = 211777, - [SMALL_STATE(8553)] = 211795, - [SMALL_STATE(8554)] = 211811, - [SMALL_STATE(8555)] = 211831, - [SMALL_STATE(8556)] = 211847, - [SMALL_STATE(8557)] = 211867, - [SMALL_STATE(8558)] = 211887, - [SMALL_STATE(8559)] = 211907, - [SMALL_STATE(8560)] = 211927, - [SMALL_STATE(8561)] = 211947, - [SMALL_STATE(8562)] = 211967, - [SMALL_STATE(8563)] = 211987, - [SMALL_STATE(8564)] = 211999, - [SMALL_STATE(8565)] = 212013, - [SMALL_STATE(8566)] = 212033, - [SMALL_STATE(8567)] = 212053, - [SMALL_STATE(8568)] = 212065, - [SMALL_STATE(8569)] = 212085, - [SMALL_STATE(8570)] = 212105, - [SMALL_STATE(8571)] = 212125, - [SMALL_STATE(8572)] = 212137, - [SMALL_STATE(8573)] = 212157, - [SMALL_STATE(8574)] = 212177, - [SMALL_STATE(8575)] = 212199, - [SMALL_STATE(8576)] = 212219, - [SMALL_STATE(8577)] = 212239, - [SMALL_STATE(8578)] = 212259, - [SMALL_STATE(8579)] = 212279, - [SMALL_STATE(8580)] = 212299, - [SMALL_STATE(8581)] = 212315, - [SMALL_STATE(8582)] = 212335, - [SMALL_STATE(8583)] = 212355, - [SMALL_STATE(8584)] = 212377, - [SMALL_STATE(8585)] = 212399, - [SMALL_STATE(8586)] = 212419, - [SMALL_STATE(8587)] = 212439, - [SMALL_STATE(8588)] = 212455, - [SMALL_STATE(8589)] = 212467, - [SMALL_STATE(8590)] = 212487, - [SMALL_STATE(8591)] = 212507, - [SMALL_STATE(8592)] = 212527, - [SMALL_STATE(8593)] = 212547, - [SMALL_STATE(8594)] = 212567, - [SMALL_STATE(8595)] = 212587, - [SMALL_STATE(8596)] = 212607, - [SMALL_STATE(8597)] = 212627, - [SMALL_STATE(8598)] = 212649, - [SMALL_STATE(8599)] = 212669, - [SMALL_STATE(8600)] = 212689, - [SMALL_STATE(8601)] = 212709, - [SMALL_STATE(8602)] = 212729, - [SMALL_STATE(8603)] = 212749, - [SMALL_STATE(8604)] = 212769, - [SMALL_STATE(8605)] = 212789, - [SMALL_STATE(8606)] = 212809, - [SMALL_STATE(8607)] = 212829, - [SMALL_STATE(8608)] = 212841, - [SMALL_STATE(8609)] = 212853, - [SMALL_STATE(8610)] = 212869, - [SMALL_STATE(8611)] = 212887, - [SMALL_STATE(8612)] = 212909, - [SMALL_STATE(8613)] = 212929, - [SMALL_STATE(8614)] = 212949, - [SMALL_STATE(8615)] = 212969, - [SMALL_STATE(8616)] = 212985, - [SMALL_STATE(8617)] = 213005, - [SMALL_STATE(8618)] = 213023, - [SMALL_STATE(8619)] = 213041, - [SMALL_STATE(8620)] = 213061, - [SMALL_STATE(8621)] = 213081, - [SMALL_STATE(8622)] = 213101, - [SMALL_STATE(8623)] = 213121, - [SMALL_STATE(8624)] = 213141, - [SMALL_STATE(8625)] = 213161, - [SMALL_STATE(8626)] = 213175, - [SMALL_STATE(8627)] = 213187, - [SMALL_STATE(8628)] = 213207, - [SMALL_STATE(8629)] = 213227, - [SMALL_STATE(8630)] = 213247, - [SMALL_STATE(8631)] = 213267, - [SMALL_STATE(8632)] = 213287, - [SMALL_STATE(8633)] = 213307, - [SMALL_STATE(8634)] = 213324, - [SMALL_STATE(8635)] = 213341, - [SMALL_STATE(8636)] = 213358, - [SMALL_STATE(8637)] = 213375, - [SMALL_STATE(8638)] = 213386, - [SMALL_STATE(8639)] = 213403, - [SMALL_STATE(8640)] = 213420, - [SMALL_STATE(8641)] = 213437, - [SMALL_STATE(8642)] = 213454, - [SMALL_STATE(8643)] = 213471, - [SMALL_STATE(8644)] = 213482, - [SMALL_STATE(8645)] = 213499, - [SMALL_STATE(8646)] = 213516, - [SMALL_STATE(8647)] = 213533, - [SMALL_STATE(8648)] = 213550, - [SMALL_STATE(8649)] = 213567, - [SMALL_STATE(8650)] = 213584, - [SMALL_STATE(8651)] = 213597, - [SMALL_STATE(8652)] = 213614, - [SMALL_STATE(8653)] = 213625, - [SMALL_STATE(8654)] = 213640, - [SMALL_STATE(8655)] = 213653, - [SMALL_STATE(8656)] = 213668, - [SMALL_STATE(8657)] = 213683, - [SMALL_STATE(8658)] = 213700, - [SMALL_STATE(8659)] = 213717, - [SMALL_STATE(8660)] = 213734, - [SMALL_STATE(8661)] = 213751, - [SMALL_STATE(8662)] = 213768, - [SMALL_STATE(8663)] = 213785, - [SMALL_STATE(8664)] = 213802, - [SMALL_STATE(8665)] = 213819, - [SMALL_STATE(8666)] = 213836, - [SMALL_STATE(8667)] = 213853, - [SMALL_STATE(8668)] = 213870, - [SMALL_STATE(8669)] = 213887, - [SMALL_STATE(8670)] = 213904, - [SMALL_STATE(8671)] = 213921, - [SMALL_STATE(8672)] = 213938, - [SMALL_STATE(8673)] = 213955, - [SMALL_STATE(8674)] = 213968, - [SMALL_STATE(8675)] = 213983, - [SMALL_STATE(8676)] = 214000, - [SMALL_STATE(8677)] = 214017, - [SMALL_STATE(8678)] = 214034, - [SMALL_STATE(8679)] = 214045, - [SMALL_STATE(8680)] = 214062, - [SMALL_STATE(8681)] = 214079, - [SMALL_STATE(8682)] = 214096, - [SMALL_STATE(8683)] = 214113, - [SMALL_STATE(8684)] = 214130, - [SMALL_STATE(8685)] = 214147, - [SMALL_STATE(8686)] = 214164, - [SMALL_STATE(8687)] = 214181, - [SMALL_STATE(8688)] = 214198, - [SMALL_STATE(8689)] = 214215, - [SMALL_STATE(8690)] = 214232, - [SMALL_STATE(8691)] = 214249, - [SMALL_STATE(8692)] = 214266, - [SMALL_STATE(8693)] = 214283, - [SMALL_STATE(8694)] = 214300, - [SMALL_STATE(8695)] = 214317, - [SMALL_STATE(8696)] = 214330, - [SMALL_STATE(8697)] = 214345, - [SMALL_STATE(8698)] = 214362, - [SMALL_STATE(8699)] = 214373, - [SMALL_STATE(8700)] = 214390, - [SMALL_STATE(8701)] = 214405, - [SMALL_STATE(8702)] = 214416, - [SMALL_STATE(8703)] = 214433, - [SMALL_STATE(8704)] = 214450, - [SMALL_STATE(8705)] = 214467, - [SMALL_STATE(8706)] = 214478, - [SMALL_STATE(8707)] = 214495, - [SMALL_STATE(8708)] = 214512, - [SMALL_STATE(8709)] = 214529, - [SMALL_STATE(8710)] = 214546, - [SMALL_STATE(8711)] = 214563, - [SMALL_STATE(8712)] = 214580, - [SMALL_STATE(8713)] = 214597, - [SMALL_STATE(8714)] = 214612, - [SMALL_STATE(8715)] = 214629, - [SMALL_STATE(8716)] = 214644, - [SMALL_STATE(8717)] = 214661, - [SMALL_STATE(8718)] = 214672, - [SMALL_STATE(8719)] = 214689, - [SMALL_STATE(8720)] = 214704, - [SMALL_STATE(8721)] = 214721, - [SMALL_STATE(8722)] = 214738, - [SMALL_STATE(8723)] = 214753, - [SMALL_STATE(8724)] = 214764, - [SMALL_STATE(8725)] = 214781, - [SMALL_STATE(8726)] = 214798, - [SMALL_STATE(8727)] = 214815, - [SMALL_STATE(8728)] = 214832, - [SMALL_STATE(8729)] = 214849, - [SMALL_STATE(8730)] = 214866, - [SMALL_STATE(8731)] = 214881, - [SMALL_STATE(8732)] = 214898, - [SMALL_STATE(8733)] = 214913, - [SMALL_STATE(8734)] = 214924, - [SMALL_STATE(8735)] = 214941, - [SMALL_STATE(8736)] = 214956, - [SMALL_STATE(8737)] = 214971, - [SMALL_STATE(8738)] = 214982, - [SMALL_STATE(8739)] = 214997, - [SMALL_STATE(8740)] = 215014, - [SMALL_STATE(8741)] = 215031, - [SMALL_STATE(8742)] = 215048, - [SMALL_STATE(8743)] = 215065, - [SMALL_STATE(8744)] = 215080, - [SMALL_STATE(8745)] = 215097, - [SMALL_STATE(8746)] = 215114, - [SMALL_STATE(8747)] = 215131, - [SMALL_STATE(8748)] = 215146, - [SMALL_STATE(8749)] = 215161, - [SMALL_STATE(8750)] = 215176, - [SMALL_STATE(8751)] = 215191, - [SMALL_STATE(8752)] = 215206, - [SMALL_STATE(8753)] = 215223, - [SMALL_STATE(8754)] = 215240, - [SMALL_STATE(8755)] = 215257, - [SMALL_STATE(8756)] = 215274, - [SMALL_STATE(8757)] = 215291, - [SMALL_STATE(8758)] = 215308, - [SMALL_STATE(8759)] = 215325, - [SMALL_STATE(8760)] = 215342, - [SMALL_STATE(8761)] = 215359, - [SMALL_STATE(8762)] = 215372, - [SMALL_STATE(8763)] = 215389, - [SMALL_STATE(8764)] = 215404, - [SMALL_STATE(8765)] = 215421, - [SMALL_STATE(8766)] = 215438, - [SMALL_STATE(8767)] = 215453, - [SMALL_STATE(8768)] = 215468, - [SMALL_STATE(8769)] = 215485, - [SMALL_STATE(8770)] = 215502, - [SMALL_STATE(8771)] = 215519, - [SMALL_STATE(8772)] = 215536, - [SMALL_STATE(8773)] = 215553, - [SMALL_STATE(8774)] = 215570, - [SMALL_STATE(8775)] = 215587, - [SMALL_STATE(8776)] = 215602, - [SMALL_STATE(8777)] = 215617, - [SMALL_STATE(8778)] = 215634, - [SMALL_STATE(8779)] = 215649, - [SMALL_STATE(8780)] = 215666, - [SMALL_STATE(8781)] = 215679, - [SMALL_STATE(8782)] = 215696, - [SMALL_STATE(8783)] = 215713, - [SMALL_STATE(8784)] = 215728, - [SMALL_STATE(8785)] = 215745, - [SMALL_STATE(8786)] = 215762, - [SMALL_STATE(8787)] = 215779, - [SMALL_STATE(8788)] = 215796, - [SMALL_STATE(8789)] = 215813, - [SMALL_STATE(8790)] = 215830, - [SMALL_STATE(8791)] = 215847, - [SMALL_STATE(8792)] = 215864, - [SMALL_STATE(8793)] = 215881, - [SMALL_STATE(8794)] = 215898, - [SMALL_STATE(8795)] = 215915, - [SMALL_STATE(8796)] = 215929, - [SMALL_STATE(8797)] = 215943, - [SMALL_STATE(8798)] = 215957, - [SMALL_STATE(8799)] = 215969, - [SMALL_STATE(8800)] = 215981, - [SMALL_STATE(8801)] = 215993, - [SMALL_STATE(8802)] = 216007, - [SMALL_STATE(8803)] = 216019, - [SMALL_STATE(8804)] = 216031, - [SMALL_STATE(8805)] = 216045, - [SMALL_STATE(8806)] = 216059, - [SMALL_STATE(8807)] = 216073, - [SMALL_STATE(8808)] = 216087, - [SMALL_STATE(8809)] = 216101, - [SMALL_STATE(8810)] = 216115, - [SMALL_STATE(8811)] = 216129, - [SMALL_STATE(8812)] = 216141, - [SMALL_STATE(8813)] = 216155, - [SMALL_STATE(8814)] = 216169, - [SMALL_STATE(8815)] = 216181, - [SMALL_STATE(8816)] = 216193, - [SMALL_STATE(8817)] = 216205, - [SMALL_STATE(8818)] = 216219, - [SMALL_STATE(8819)] = 216233, - [SMALL_STATE(8820)] = 216245, - [SMALL_STATE(8821)] = 216259, - [SMALL_STATE(8822)] = 216273, - [SMALL_STATE(8823)] = 216287, - [SMALL_STATE(8824)] = 216299, - [SMALL_STATE(8825)] = 216309, - [SMALL_STATE(8826)] = 216323, - [SMALL_STATE(8827)] = 216337, - [SMALL_STATE(8828)] = 216351, - [SMALL_STATE(8829)] = 216365, - [SMALL_STATE(8830)] = 216379, - [SMALL_STATE(8831)] = 216393, - [SMALL_STATE(8832)] = 216405, - [SMALL_STATE(8833)] = 216417, - [SMALL_STATE(8834)] = 216431, - [SMALL_STATE(8835)] = 216445, - [SMALL_STATE(8836)] = 216459, - [SMALL_STATE(8837)] = 216473, - [SMALL_STATE(8838)] = 216487, - [SMALL_STATE(8839)] = 216501, - [SMALL_STATE(8840)] = 216515, - [SMALL_STATE(8841)] = 216529, - [SMALL_STATE(8842)] = 216543, - [SMALL_STATE(8843)] = 216557, - [SMALL_STATE(8844)] = 216571, - [SMALL_STATE(8845)] = 216585, - [SMALL_STATE(8846)] = 216597, - [SMALL_STATE(8847)] = 216611, - [SMALL_STATE(8848)] = 216625, - [SMALL_STATE(8849)] = 216639, - [SMALL_STATE(8850)] = 216653, - [SMALL_STATE(8851)] = 216667, - [SMALL_STATE(8852)] = 216681, - [SMALL_STATE(8853)] = 216695, - [SMALL_STATE(8854)] = 216709, - [SMALL_STATE(8855)] = 216723, - [SMALL_STATE(8856)] = 216737, - [SMALL_STATE(8857)] = 216751, - [SMALL_STATE(8858)] = 216765, - [SMALL_STATE(8859)] = 216779, - [SMALL_STATE(8860)] = 216793, - [SMALL_STATE(8861)] = 216807, - [SMALL_STATE(8862)] = 216819, - [SMALL_STATE(8863)] = 216831, - [SMALL_STATE(8864)] = 216843, - [SMALL_STATE(8865)] = 216855, - [SMALL_STATE(8866)] = 216867, - [SMALL_STATE(8867)] = 216881, - [SMALL_STATE(8868)] = 216893, - [SMALL_STATE(8869)] = 216905, - [SMALL_STATE(8870)] = 216919, - [SMALL_STATE(8871)] = 216933, - [SMALL_STATE(8872)] = 216947, - [SMALL_STATE(8873)] = 216961, - [SMALL_STATE(8874)] = 216975, - [SMALL_STATE(8875)] = 216989, - [SMALL_STATE(8876)] = 217003, - [SMALL_STATE(8877)] = 217017, - [SMALL_STATE(8878)] = 217031, - [SMALL_STATE(8879)] = 217045, - [SMALL_STATE(8880)] = 217059, - [SMALL_STATE(8881)] = 217073, - [SMALL_STATE(8882)] = 217087, - [SMALL_STATE(8883)] = 217101, - [SMALL_STATE(8884)] = 217113, - [SMALL_STATE(8885)] = 217127, - [SMALL_STATE(8886)] = 217141, - [SMALL_STATE(8887)] = 217153, - [SMALL_STATE(8888)] = 217167, - [SMALL_STATE(8889)] = 217179, - [SMALL_STATE(8890)] = 217191, - [SMALL_STATE(8891)] = 217203, - [SMALL_STATE(8892)] = 217215, - [SMALL_STATE(8893)] = 217229, - [SMALL_STATE(8894)] = 217243, - [SMALL_STATE(8895)] = 217257, - [SMALL_STATE(8896)] = 217271, - [SMALL_STATE(8897)] = 217283, - [SMALL_STATE(8898)] = 217297, - [SMALL_STATE(8899)] = 217309, - [SMALL_STATE(8900)] = 217323, - [SMALL_STATE(8901)] = 217337, - [SMALL_STATE(8902)] = 217347, - [SMALL_STATE(8903)] = 217361, - [SMALL_STATE(8904)] = 217375, - [SMALL_STATE(8905)] = 217389, - [SMALL_STATE(8906)] = 217403, - [SMALL_STATE(8907)] = 217417, - [SMALL_STATE(8908)] = 217431, - [SMALL_STATE(8909)] = 217445, - [SMALL_STATE(8910)] = 217457, - [SMALL_STATE(8911)] = 217469, - [SMALL_STATE(8912)] = 217481, - [SMALL_STATE(8913)] = 217493, - [SMALL_STATE(8914)] = 217505, - [SMALL_STATE(8915)] = 217517, - [SMALL_STATE(8916)] = 217529, - [SMALL_STATE(8917)] = 217543, - [SMALL_STATE(8918)] = 217557, - [SMALL_STATE(8919)] = 217571, - [SMALL_STATE(8920)] = 217585, - [SMALL_STATE(8921)] = 217599, - [SMALL_STATE(8922)] = 217611, - [SMALL_STATE(8923)] = 217625, - [SMALL_STATE(8924)] = 217639, - [SMALL_STATE(8925)] = 217653, - [SMALL_STATE(8926)] = 217667, - [SMALL_STATE(8927)] = 217681, - [SMALL_STATE(8928)] = 217695, - [SMALL_STATE(8929)] = 217707, - [SMALL_STATE(8930)] = 217721, - [SMALL_STATE(8931)] = 217735, - [SMALL_STATE(8932)] = 217749, - [SMALL_STATE(8933)] = 217759, - [SMALL_STATE(8934)] = 217773, - [SMALL_STATE(8935)] = 217787, - [SMALL_STATE(8936)] = 217801, - [SMALL_STATE(8937)] = 217815, - [SMALL_STATE(8938)] = 217829, - [SMALL_STATE(8939)] = 217843, - [SMALL_STATE(8940)] = 217857, - [SMALL_STATE(8941)] = 217871, - [SMALL_STATE(8942)] = 217885, - [SMALL_STATE(8943)] = 217899, - [SMALL_STATE(8944)] = 217913, - [SMALL_STATE(8945)] = 217927, - [SMALL_STATE(8946)] = 217941, - [SMALL_STATE(8947)] = 217955, - [SMALL_STATE(8948)] = 217967, - [SMALL_STATE(8949)] = 217981, - [SMALL_STATE(8950)] = 217995, - [SMALL_STATE(8951)] = 218007, - [SMALL_STATE(8952)] = 218017, - [SMALL_STATE(8953)] = 218031, - [SMALL_STATE(8954)] = 218045, - [SMALL_STATE(8955)] = 218059, - [SMALL_STATE(8956)] = 218073, - [SMALL_STATE(8957)] = 218087, - [SMALL_STATE(8958)] = 218101, - [SMALL_STATE(8959)] = 218115, - [SMALL_STATE(8960)] = 218129, - [SMALL_STATE(8961)] = 218143, - [SMALL_STATE(8962)] = 218157, - [SMALL_STATE(8963)] = 218171, - [SMALL_STATE(8964)] = 218185, - [SMALL_STATE(8965)] = 218199, - [SMALL_STATE(8966)] = 218213, - [SMALL_STATE(8967)] = 218227, - [SMALL_STATE(8968)] = 218241, - [SMALL_STATE(8969)] = 218255, - [SMALL_STATE(8970)] = 218269, - [SMALL_STATE(8971)] = 218283, - [SMALL_STATE(8972)] = 218297, - [SMALL_STATE(8973)] = 218311, - [SMALL_STATE(8974)] = 218325, - [SMALL_STATE(8975)] = 218339, - [SMALL_STATE(8976)] = 218353, - [SMALL_STATE(8977)] = 218367, - [SMALL_STATE(8978)] = 218381, - [SMALL_STATE(8979)] = 218393, - [SMALL_STATE(8980)] = 218407, - [SMALL_STATE(8981)] = 218421, - [SMALL_STATE(8982)] = 218435, - [SMALL_STATE(8983)] = 218449, - [SMALL_STATE(8984)] = 218463, - [SMALL_STATE(8985)] = 218477, - [SMALL_STATE(8986)] = 218491, - [SMALL_STATE(8987)] = 218501, - [SMALL_STATE(8988)] = 218515, - [SMALL_STATE(8989)] = 218529, - [SMALL_STATE(8990)] = 218543, - [SMALL_STATE(8991)] = 218557, - [SMALL_STATE(8992)] = 218571, - [SMALL_STATE(8993)] = 218585, - [SMALL_STATE(8994)] = 218599, - [SMALL_STATE(8995)] = 218613, - [SMALL_STATE(8996)] = 218627, - [SMALL_STATE(8997)] = 218641, - [SMALL_STATE(8998)] = 218655, - [SMALL_STATE(8999)] = 218669, - [SMALL_STATE(9000)] = 218683, - [SMALL_STATE(9001)] = 218697, - [SMALL_STATE(9002)] = 218711, - [SMALL_STATE(9003)] = 218725, - [SMALL_STATE(9004)] = 218739, - [SMALL_STATE(9005)] = 218753, - [SMALL_STATE(9006)] = 218767, - [SMALL_STATE(9007)] = 218781, - [SMALL_STATE(9008)] = 218795, - [SMALL_STATE(9009)] = 218809, - [SMALL_STATE(9010)] = 218819, - [SMALL_STATE(9011)] = 218833, - [SMALL_STATE(9012)] = 218843, - [SMALL_STATE(9013)] = 218857, - [SMALL_STATE(9014)] = 218871, - [SMALL_STATE(9015)] = 218885, - [SMALL_STATE(9016)] = 218899, - [SMALL_STATE(9017)] = 218913, - [SMALL_STATE(9018)] = 218927, - [SMALL_STATE(9019)] = 218941, - [SMALL_STATE(9020)] = 218955, - [SMALL_STATE(9021)] = 218969, - [SMALL_STATE(9022)] = 218983, - [SMALL_STATE(9023)] = 218995, - [SMALL_STATE(9024)] = 219009, - [SMALL_STATE(9025)] = 219023, - [SMALL_STATE(9026)] = 219037, - [SMALL_STATE(9027)] = 219051, - [SMALL_STATE(9028)] = 219065, - [SMALL_STATE(9029)] = 219079, - [SMALL_STATE(9030)] = 219091, - [SMALL_STATE(9031)] = 219105, - [SMALL_STATE(9032)] = 219115, - [SMALL_STATE(9033)] = 219129, - [SMALL_STATE(9034)] = 219143, - [SMALL_STATE(9035)] = 219157, - [SMALL_STATE(9036)] = 219171, - [SMALL_STATE(9037)] = 219185, - [SMALL_STATE(9038)] = 219197, - [SMALL_STATE(9039)] = 219209, - [SMALL_STATE(9040)] = 219221, - [SMALL_STATE(9041)] = 219235, - [SMALL_STATE(9042)] = 219249, - [SMALL_STATE(9043)] = 219263, - [SMALL_STATE(9044)] = 219275, - [SMALL_STATE(9045)] = 219287, - [SMALL_STATE(9046)] = 219301, - [SMALL_STATE(9047)] = 219315, - [SMALL_STATE(9048)] = 219329, - [SMALL_STATE(9049)] = 219343, - [SMALL_STATE(9050)] = 219357, - [SMALL_STATE(9051)] = 219371, - [SMALL_STATE(9052)] = 219385, - [SMALL_STATE(9053)] = 219399, - [SMALL_STATE(9054)] = 219413, - [SMALL_STATE(9055)] = 219427, - [SMALL_STATE(9056)] = 219441, - [SMALL_STATE(9057)] = 219455, - [SMALL_STATE(9058)] = 219469, - [SMALL_STATE(9059)] = 219483, - [SMALL_STATE(9060)] = 219497, - [SMALL_STATE(9061)] = 219511, - [SMALL_STATE(9062)] = 219525, - [SMALL_STATE(9063)] = 219539, - [SMALL_STATE(9064)] = 219553, - [SMALL_STATE(9065)] = 219567, - [SMALL_STATE(9066)] = 219581, - [SMALL_STATE(9067)] = 219595, - [SMALL_STATE(9068)] = 219609, - [SMALL_STATE(9069)] = 219623, - [SMALL_STATE(9070)] = 219637, - [SMALL_STATE(9071)] = 219651, - [SMALL_STATE(9072)] = 219665, - [SMALL_STATE(9073)] = 219679, - [SMALL_STATE(9074)] = 219693, - [SMALL_STATE(9075)] = 219707, - [SMALL_STATE(9076)] = 219721, - [SMALL_STATE(9077)] = 219735, - [SMALL_STATE(9078)] = 219749, - [SMALL_STATE(9079)] = 219763, - [SMALL_STATE(9080)] = 219777, - [SMALL_STATE(9081)] = 219791, - [SMALL_STATE(9082)] = 219805, - [SMALL_STATE(9083)] = 219819, - [SMALL_STATE(9084)] = 219833, - [SMALL_STATE(9085)] = 219847, - [SMALL_STATE(9086)] = 219861, - [SMALL_STATE(9087)] = 219875, - [SMALL_STATE(9088)] = 219889, - [SMALL_STATE(9089)] = 219903, - [SMALL_STATE(9090)] = 219917, - [SMALL_STATE(9091)] = 219927, - [SMALL_STATE(9092)] = 219941, - [SMALL_STATE(9093)] = 219955, - [SMALL_STATE(9094)] = 219967, - [SMALL_STATE(9095)] = 219981, - [SMALL_STATE(9096)] = 219995, - [SMALL_STATE(9097)] = 220009, - [SMALL_STATE(9098)] = 220020, - [SMALL_STATE(9099)] = 220029, - [SMALL_STATE(9100)] = 220040, - [SMALL_STATE(9101)] = 220051, - [SMALL_STATE(9102)] = 220060, - [SMALL_STATE(9103)] = 220071, - [SMALL_STATE(9104)] = 220082, - [SMALL_STATE(9105)] = 220093, - [SMALL_STATE(9106)] = 220104, - [SMALL_STATE(9107)] = 220115, - [SMALL_STATE(9108)] = 220126, - [SMALL_STATE(9109)] = 220137, - [SMALL_STATE(9110)] = 220148, - [SMALL_STATE(9111)] = 220157, - [SMALL_STATE(9112)] = 220168, - [SMALL_STATE(9113)] = 220177, - [SMALL_STATE(9114)] = 220186, - [SMALL_STATE(9115)] = 220197, - [SMALL_STATE(9116)] = 220206, - [SMALL_STATE(9117)] = 220217, - [SMALL_STATE(9118)] = 220228, - [SMALL_STATE(9119)] = 220239, - [SMALL_STATE(9120)] = 220248, - [SMALL_STATE(9121)] = 220257, - [SMALL_STATE(9122)] = 220266, - [SMALL_STATE(9123)] = 220277, - [SMALL_STATE(9124)] = 220286, - [SMALL_STATE(9125)] = 220295, - [SMALL_STATE(9126)] = 220306, - [SMALL_STATE(9127)] = 220315, - [SMALL_STATE(9128)] = 220326, - [SMALL_STATE(9129)] = 220337, - [SMALL_STATE(9130)] = 220348, - [SMALL_STATE(9131)] = 220357, - [SMALL_STATE(9132)] = 220366, - [SMALL_STATE(9133)] = 220375, - [SMALL_STATE(9134)] = 220384, - [SMALL_STATE(9135)] = 220393, - [SMALL_STATE(9136)] = 220402, - [SMALL_STATE(9137)] = 220411, - [SMALL_STATE(9138)] = 220422, - [SMALL_STATE(9139)] = 220433, - [SMALL_STATE(9140)] = 220444, - [SMALL_STATE(9141)] = 220455, - [SMALL_STATE(9142)] = 220466, - [SMALL_STATE(9143)] = 220477, - [SMALL_STATE(9144)] = 220488, - [SMALL_STATE(9145)] = 220497, - [SMALL_STATE(9146)] = 220508, - [SMALL_STATE(9147)] = 220517, - [SMALL_STATE(9148)] = 220526, - [SMALL_STATE(9149)] = 220537, - [SMALL_STATE(9150)] = 220546, - [SMALL_STATE(9151)] = 220555, - [SMALL_STATE(9152)] = 220564, - [SMALL_STATE(9153)] = 220573, - [SMALL_STATE(9154)] = 220584, - [SMALL_STATE(9155)] = 220593, - [SMALL_STATE(9156)] = 220602, - [SMALL_STATE(9157)] = 220611, - [SMALL_STATE(9158)] = 220620, - [SMALL_STATE(9159)] = 220631, - [SMALL_STATE(9160)] = 220640, - [SMALL_STATE(9161)] = 220649, - [SMALL_STATE(9162)] = 220658, - [SMALL_STATE(9163)] = 220667, - [SMALL_STATE(9164)] = 220676, - [SMALL_STATE(9165)] = 220685, - [SMALL_STATE(9166)] = 220696, - [SMALL_STATE(9167)] = 220707, - [SMALL_STATE(9168)] = 220718, - [SMALL_STATE(9169)] = 220729, - [SMALL_STATE(9170)] = 220740, - [SMALL_STATE(9171)] = 220751, - [SMALL_STATE(9172)] = 220762, - [SMALL_STATE(9173)] = 220773, - [SMALL_STATE(9174)] = 220784, - [SMALL_STATE(9175)] = 220793, - [SMALL_STATE(9176)] = 220802, - [SMALL_STATE(9177)] = 220811, - [SMALL_STATE(9178)] = 220820, - [SMALL_STATE(9179)] = 220831, - [SMALL_STATE(9180)] = 220842, - [SMALL_STATE(9181)] = 220853, - [SMALL_STATE(9182)] = 220862, - [SMALL_STATE(9183)] = 220873, - [SMALL_STATE(9184)] = 220884, - [SMALL_STATE(9185)] = 220895, - [SMALL_STATE(9186)] = 220906, - [SMALL_STATE(9187)] = 220917, - [SMALL_STATE(9188)] = 220928, - [SMALL_STATE(9189)] = 220939, - [SMALL_STATE(9190)] = 220950, - [SMALL_STATE(9191)] = 220961, - [SMALL_STATE(9192)] = 220972, - [SMALL_STATE(9193)] = 220983, - [SMALL_STATE(9194)] = 220994, - [SMALL_STATE(9195)] = 221005, - [SMALL_STATE(9196)] = 221016, - [SMALL_STATE(9197)] = 221027, - [SMALL_STATE(9198)] = 221038, - [SMALL_STATE(9199)] = 221049, - [SMALL_STATE(9200)] = 221060, - [SMALL_STATE(9201)] = 221071, - [SMALL_STATE(9202)] = 221082, - [SMALL_STATE(9203)] = 221093, - [SMALL_STATE(9204)] = 221104, - [SMALL_STATE(9205)] = 221115, - [SMALL_STATE(9206)] = 221126, - [SMALL_STATE(9207)] = 221137, - [SMALL_STATE(9208)] = 221148, - [SMALL_STATE(9209)] = 221159, - [SMALL_STATE(9210)] = 221170, - [SMALL_STATE(9211)] = 221181, - [SMALL_STATE(9212)] = 221192, - [SMALL_STATE(9213)] = 221203, - [SMALL_STATE(9214)] = 221214, - [SMALL_STATE(9215)] = 221225, - [SMALL_STATE(9216)] = 221236, - [SMALL_STATE(9217)] = 221247, - [SMALL_STATE(9218)] = 221258, - [SMALL_STATE(9219)] = 221269, - [SMALL_STATE(9220)] = 221280, - [SMALL_STATE(9221)] = 221291, - [SMALL_STATE(9222)] = 221302, - [SMALL_STATE(9223)] = 221313, - [SMALL_STATE(9224)] = 221324, - [SMALL_STATE(9225)] = 221335, - [SMALL_STATE(9226)] = 221346, - [SMALL_STATE(9227)] = 221357, - [SMALL_STATE(9228)] = 221368, - [SMALL_STATE(9229)] = 221379, - [SMALL_STATE(9230)] = 221390, - [SMALL_STATE(9231)] = 221401, - [SMALL_STATE(9232)] = 221412, - [SMALL_STATE(9233)] = 221423, - [SMALL_STATE(9234)] = 221434, - [SMALL_STATE(9235)] = 221445, - [SMALL_STATE(9236)] = 221456, - [SMALL_STATE(9237)] = 221467, - [SMALL_STATE(9238)] = 221478, - [SMALL_STATE(9239)] = 221489, - [SMALL_STATE(9240)] = 221500, - [SMALL_STATE(9241)] = 221511, - [SMALL_STATE(9242)] = 221520, - [SMALL_STATE(9243)] = 221531, - [SMALL_STATE(9244)] = 221540, - [SMALL_STATE(9245)] = 221549, - [SMALL_STATE(9246)] = 221560, - [SMALL_STATE(9247)] = 221569, - [SMALL_STATE(9248)] = 221580, - [SMALL_STATE(9249)] = 221589, - [SMALL_STATE(9250)] = 221600, - [SMALL_STATE(9251)] = 221611, - [SMALL_STATE(9252)] = 221622, - [SMALL_STATE(9253)] = 221633, - [SMALL_STATE(9254)] = 221644, - [SMALL_STATE(9255)] = 221655, - [SMALL_STATE(9256)] = 221666, - [SMALL_STATE(9257)] = 221675, - [SMALL_STATE(9258)] = 221686, - [SMALL_STATE(9259)] = 221695, - [SMALL_STATE(9260)] = 221706, - [SMALL_STATE(9261)] = 221717, - [SMALL_STATE(9262)] = 221728, - [SMALL_STATE(9263)] = 221739, - [SMALL_STATE(9264)] = 221748, - [SMALL_STATE(9265)] = 221757, - [SMALL_STATE(9266)] = 221766, - [SMALL_STATE(9267)] = 221777, - [SMALL_STATE(9268)] = 221788, - [SMALL_STATE(9269)] = 221797, - [SMALL_STATE(9270)] = 221808, - [SMALL_STATE(9271)] = 221819, - [SMALL_STATE(9272)] = 221830, - [SMALL_STATE(9273)] = 221839, - [SMALL_STATE(9274)] = 221850, - [SMALL_STATE(9275)] = 221859, - [SMALL_STATE(9276)] = 221870, - [SMALL_STATE(9277)] = 221881, - [SMALL_STATE(9278)] = 221892, - [SMALL_STATE(9279)] = 221901, - [SMALL_STATE(9280)] = 221910, - [SMALL_STATE(9281)] = 221921, - [SMALL_STATE(9282)] = 221932, - [SMALL_STATE(9283)] = 221943, - [SMALL_STATE(9284)] = 221954, - [SMALL_STATE(9285)] = 221963, - [SMALL_STATE(9286)] = 221974, - [SMALL_STATE(9287)] = 221985, - [SMALL_STATE(9288)] = 221996, - [SMALL_STATE(9289)] = 222007, - [SMALL_STATE(9290)] = 222018, - [SMALL_STATE(9291)] = 222029, - [SMALL_STATE(9292)] = 222038, - [SMALL_STATE(9293)] = 222049, - [SMALL_STATE(9294)] = 222060, - [SMALL_STATE(9295)] = 222069, - [SMALL_STATE(9296)] = 222080, - [SMALL_STATE(9297)] = 222089, - [SMALL_STATE(9298)] = 222098, - [SMALL_STATE(9299)] = 222109, - [SMALL_STATE(9300)] = 222120, - [SMALL_STATE(9301)] = 222131, - [SMALL_STATE(9302)] = 222142, - [SMALL_STATE(9303)] = 222153, - [SMALL_STATE(9304)] = 222162, - [SMALL_STATE(9305)] = 222173, - [SMALL_STATE(9306)] = 222184, - [SMALL_STATE(9307)] = 222195, - [SMALL_STATE(9308)] = 222206, - [SMALL_STATE(9309)] = 222217, - [SMALL_STATE(9310)] = 222228, - [SMALL_STATE(9311)] = 222239, - [SMALL_STATE(9312)] = 222248, - [SMALL_STATE(9313)] = 222259, - [SMALL_STATE(9314)] = 222270, - [SMALL_STATE(9315)] = 222281, - [SMALL_STATE(9316)] = 222292, - [SMALL_STATE(9317)] = 222303, - [SMALL_STATE(9318)] = 222314, - [SMALL_STATE(9319)] = 222325, - [SMALL_STATE(9320)] = 222336, - [SMALL_STATE(9321)] = 222347, - [SMALL_STATE(9322)] = 222358, - [SMALL_STATE(9323)] = 222369, - [SMALL_STATE(9324)] = 222380, - [SMALL_STATE(9325)] = 222391, - [SMALL_STATE(9326)] = 222402, - [SMALL_STATE(9327)] = 222413, - [SMALL_STATE(9328)] = 222424, - [SMALL_STATE(9329)] = 222435, - [SMALL_STATE(9330)] = 222446, - [SMALL_STATE(9331)] = 222457, - [SMALL_STATE(9332)] = 222468, - [SMALL_STATE(9333)] = 222479, - [SMALL_STATE(9334)] = 222490, - [SMALL_STATE(9335)] = 222501, - [SMALL_STATE(9336)] = 222512, - [SMALL_STATE(9337)] = 222523, - [SMALL_STATE(9338)] = 222534, - [SMALL_STATE(9339)] = 222545, - [SMALL_STATE(9340)] = 222556, - [SMALL_STATE(9341)] = 222567, - [SMALL_STATE(9342)] = 222578, - [SMALL_STATE(9343)] = 222589, - [SMALL_STATE(9344)] = 222600, - [SMALL_STATE(9345)] = 222611, - [SMALL_STATE(9346)] = 222622, - [SMALL_STATE(9347)] = 222633, - [SMALL_STATE(9348)] = 222644, - [SMALL_STATE(9349)] = 222655, - [SMALL_STATE(9350)] = 222666, - [SMALL_STATE(9351)] = 222677, - [SMALL_STATE(9352)] = 222688, - [SMALL_STATE(9353)] = 222699, - [SMALL_STATE(9354)] = 222710, - [SMALL_STATE(9355)] = 222719, - [SMALL_STATE(9356)] = 222730, - [SMALL_STATE(9357)] = 222741, - [SMALL_STATE(9358)] = 222752, - [SMALL_STATE(9359)] = 222761, - [SMALL_STATE(9360)] = 222770, - [SMALL_STATE(9361)] = 222781, - [SMALL_STATE(9362)] = 222792, - [SMALL_STATE(9363)] = 222801, - [SMALL_STATE(9364)] = 222812, - [SMALL_STATE(9365)] = 222823, - [SMALL_STATE(9366)] = 222834, - [SMALL_STATE(9367)] = 222845, - [SMALL_STATE(9368)] = 222856, - [SMALL_STATE(9369)] = 222867, - [SMALL_STATE(9370)] = 222878, - [SMALL_STATE(9371)] = 222887, - [SMALL_STATE(9372)] = 222896, - [SMALL_STATE(9373)] = 222907, - [SMALL_STATE(9374)] = 222918, - [SMALL_STATE(9375)] = 222929, - [SMALL_STATE(9376)] = 222940, - [SMALL_STATE(9377)] = 222951, - [SMALL_STATE(9378)] = 222962, - [SMALL_STATE(9379)] = 222973, - [SMALL_STATE(9380)] = 222984, - [SMALL_STATE(9381)] = 222995, - [SMALL_STATE(9382)] = 223006, - [SMALL_STATE(9383)] = 223015, - [SMALL_STATE(9384)] = 223026, - [SMALL_STATE(9385)] = 223035, - [SMALL_STATE(9386)] = 223046, - [SMALL_STATE(9387)] = 223055, - [SMALL_STATE(9388)] = 223064, - [SMALL_STATE(9389)] = 223073, - [SMALL_STATE(9390)] = 223084, - [SMALL_STATE(9391)] = 223095, - [SMALL_STATE(9392)] = 223106, - [SMALL_STATE(9393)] = 223117, - [SMALL_STATE(9394)] = 223126, - [SMALL_STATE(9395)] = 223137, - [SMALL_STATE(9396)] = 223148, - [SMALL_STATE(9397)] = 223159, - [SMALL_STATE(9398)] = 223170, - [SMALL_STATE(9399)] = 223181, - [SMALL_STATE(9400)] = 223192, - [SMALL_STATE(9401)] = 223203, - [SMALL_STATE(9402)] = 223214, - [SMALL_STATE(9403)] = 223223, - [SMALL_STATE(9404)] = 223234, - [SMALL_STATE(9405)] = 223243, - [SMALL_STATE(9406)] = 223252, - [SMALL_STATE(9407)] = 223263, - [SMALL_STATE(9408)] = 223274, - [SMALL_STATE(9409)] = 223285, - [SMALL_STATE(9410)] = 223296, - [SMALL_STATE(9411)] = 223307, - [SMALL_STATE(9412)] = 223318, - [SMALL_STATE(9413)] = 223329, - [SMALL_STATE(9414)] = 223340, - [SMALL_STATE(9415)] = 223351, - [SMALL_STATE(9416)] = 223362, - [SMALL_STATE(9417)] = 223373, - [SMALL_STATE(9418)] = 223384, - [SMALL_STATE(9419)] = 223393, - [SMALL_STATE(9420)] = 223404, - [SMALL_STATE(9421)] = 223415, - [SMALL_STATE(9422)] = 223426, - [SMALL_STATE(9423)] = 223437, - [SMALL_STATE(9424)] = 223448, - [SMALL_STATE(9425)] = 223457, - [SMALL_STATE(9426)] = 223466, - [SMALL_STATE(9427)] = 223477, - [SMALL_STATE(9428)] = 223488, - [SMALL_STATE(9429)] = 223499, - [SMALL_STATE(9430)] = 223508, - [SMALL_STATE(9431)] = 223517, - [SMALL_STATE(9432)] = 223528, - [SMALL_STATE(9433)] = 223537, - [SMALL_STATE(9434)] = 223548, - [SMALL_STATE(9435)] = 223559, - [SMALL_STATE(9436)] = 223570, - [SMALL_STATE(9437)] = 223581, - [SMALL_STATE(9438)] = 223592, - [SMALL_STATE(9439)] = 223601, - [SMALL_STATE(9440)] = 223612, - [SMALL_STATE(9441)] = 223621, - [SMALL_STATE(9442)] = 223632, - [SMALL_STATE(9443)] = 223643, - [SMALL_STATE(9444)] = 223652, - [SMALL_STATE(9445)] = 223663, - [SMALL_STATE(9446)] = 223672, - [SMALL_STATE(9447)] = 223683, - [SMALL_STATE(9448)] = 223694, - [SMALL_STATE(9449)] = 223705, - [SMALL_STATE(9450)] = 223716, - [SMALL_STATE(9451)] = 223727, - [SMALL_STATE(9452)] = 223736, - [SMALL_STATE(9453)] = 223747, - [SMALL_STATE(9454)] = 223756, - [SMALL_STATE(9455)] = 223765, - [SMALL_STATE(9456)] = 223776, - [SMALL_STATE(9457)] = 223787, - [SMALL_STATE(9458)] = 223796, - [SMALL_STATE(9459)] = 223805, - [SMALL_STATE(9460)] = 223816, - [SMALL_STATE(9461)] = 223825, - [SMALL_STATE(9462)] = 223834, - [SMALL_STATE(9463)] = 223842, - [SMALL_STATE(9464)] = 223850, - [SMALL_STATE(9465)] = 223858, - [SMALL_STATE(9466)] = 223866, - [SMALL_STATE(9467)] = 223874, - [SMALL_STATE(9468)] = 223882, - [SMALL_STATE(9469)] = 223890, - [SMALL_STATE(9470)] = 223898, - [SMALL_STATE(9471)] = 223906, - [SMALL_STATE(9472)] = 223914, - [SMALL_STATE(9473)] = 223922, - [SMALL_STATE(9474)] = 223930, - [SMALL_STATE(9475)] = 223938, - [SMALL_STATE(9476)] = 223946, - [SMALL_STATE(9477)] = 223954, - [SMALL_STATE(9478)] = 223962, - [SMALL_STATE(9479)] = 223970, - [SMALL_STATE(9480)] = 223978, - [SMALL_STATE(9481)] = 223986, - [SMALL_STATE(9482)] = 223994, - [SMALL_STATE(9483)] = 224002, - [SMALL_STATE(9484)] = 224010, - [SMALL_STATE(9485)] = 224018, - [SMALL_STATE(9486)] = 224026, - [SMALL_STATE(9487)] = 224034, - [SMALL_STATE(9488)] = 224042, - [SMALL_STATE(9489)] = 224050, - [SMALL_STATE(9490)] = 224058, - [SMALL_STATE(9491)] = 224066, - [SMALL_STATE(9492)] = 224074, - [SMALL_STATE(9493)] = 224082, - [SMALL_STATE(9494)] = 224090, - [SMALL_STATE(9495)] = 224098, - [SMALL_STATE(9496)] = 224106, - [SMALL_STATE(9497)] = 224114, - [SMALL_STATE(9498)] = 224122, - [SMALL_STATE(9499)] = 224130, - [SMALL_STATE(9500)] = 224138, - [SMALL_STATE(9501)] = 224146, - [SMALL_STATE(9502)] = 224154, - [SMALL_STATE(9503)] = 224162, - [SMALL_STATE(9504)] = 224170, - [SMALL_STATE(9505)] = 224178, - [SMALL_STATE(9506)] = 224186, - [SMALL_STATE(9507)] = 224194, - [SMALL_STATE(9508)] = 224202, - [SMALL_STATE(9509)] = 224210, - [SMALL_STATE(9510)] = 224218, - [SMALL_STATE(9511)] = 224226, - [SMALL_STATE(9512)] = 224234, - [SMALL_STATE(9513)] = 224242, - [SMALL_STATE(9514)] = 224250, - [SMALL_STATE(9515)] = 224258, - [SMALL_STATE(9516)] = 224266, - [SMALL_STATE(9517)] = 224274, - [SMALL_STATE(9518)] = 224282, - [SMALL_STATE(9519)] = 224290, - [SMALL_STATE(9520)] = 224298, - [SMALL_STATE(9521)] = 224306, - [SMALL_STATE(9522)] = 224314, - [SMALL_STATE(9523)] = 224322, - [SMALL_STATE(9524)] = 224330, - [SMALL_STATE(9525)] = 224338, - [SMALL_STATE(9526)] = 224346, - [SMALL_STATE(9527)] = 224354, - [SMALL_STATE(9528)] = 224362, - [SMALL_STATE(9529)] = 224370, - [SMALL_STATE(9530)] = 224378, - [SMALL_STATE(9531)] = 224386, - [SMALL_STATE(9532)] = 224394, - [SMALL_STATE(9533)] = 224402, - [SMALL_STATE(9534)] = 224410, - [SMALL_STATE(9535)] = 224418, - [SMALL_STATE(9536)] = 224426, - [SMALL_STATE(9537)] = 224434, - [SMALL_STATE(9538)] = 224442, - [SMALL_STATE(9539)] = 224450, - [SMALL_STATE(9540)] = 224458, - [SMALL_STATE(9541)] = 224466, - [SMALL_STATE(9542)] = 224474, - [SMALL_STATE(9543)] = 224482, - [SMALL_STATE(9544)] = 224490, - [SMALL_STATE(9545)] = 224498, - [SMALL_STATE(9546)] = 224506, - [SMALL_STATE(9547)] = 224514, - [SMALL_STATE(9548)] = 224522, - [SMALL_STATE(9549)] = 224530, - [SMALL_STATE(9550)] = 224538, - [SMALL_STATE(9551)] = 224546, - [SMALL_STATE(9552)] = 224554, - [SMALL_STATE(9553)] = 224562, - [SMALL_STATE(9554)] = 224570, - [SMALL_STATE(9555)] = 224578, - [SMALL_STATE(9556)] = 224586, - [SMALL_STATE(9557)] = 224594, - [SMALL_STATE(9558)] = 224602, - [SMALL_STATE(9559)] = 224610, - [SMALL_STATE(9560)] = 224618, - [SMALL_STATE(9561)] = 224626, - [SMALL_STATE(9562)] = 224634, - [SMALL_STATE(9563)] = 224642, - [SMALL_STATE(9564)] = 224650, - [SMALL_STATE(9565)] = 224658, - [SMALL_STATE(9566)] = 224666, - [SMALL_STATE(9567)] = 224674, - [SMALL_STATE(9568)] = 224682, - [SMALL_STATE(9569)] = 224690, - [SMALL_STATE(9570)] = 224698, - [SMALL_STATE(9571)] = 224706, - [SMALL_STATE(9572)] = 224714, - [SMALL_STATE(9573)] = 224722, - [SMALL_STATE(9574)] = 224730, - [SMALL_STATE(9575)] = 224738, - [SMALL_STATE(9576)] = 224746, - [SMALL_STATE(9577)] = 224754, - [SMALL_STATE(9578)] = 224762, - [SMALL_STATE(9579)] = 224770, - [SMALL_STATE(9580)] = 224778, - [SMALL_STATE(9581)] = 224786, - [SMALL_STATE(9582)] = 224794, - [SMALL_STATE(9583)] = 224802, - [SMALL_STATE(9584)] = 224810, - [SMALL_STATE(9585)] = 224818, - [SMALL_STATE(9586)] = 224826, - [SMALL_STATE(9587)] = 224834, - [SMALL_STATE(9588)] = 224842, - [SMALL_STATE(9589)] = 224850, - [SMALL_STATE(9590)] = 224858, - [SMALL_STATE(9591)] = 224866, - [SMALL_STATE(9592)] = 224874, - [SMALL_STATE(9593)] = 224882, - [SMALL_STATE(9594)] = 224890, - [SMALL_STATE(9595)] = 224898, - [SMALL_STATE(9596)] = 224906, - [SMALL_STATE(9597)] = 224914, - [SMALL_STATE(9598)] = 224922, - [SMALL_STATE(9599)] = 224930, - [SMALL_STATE(9600)] = 224938, - [SMALL_STATE(9601)] = 224946, - [SMALL_STATE(9602)] = 224954, - [SMALL_STATE(9603)] = 224962, - [SMALL_STATE(9604)] = 224970, - [SMALL_STATE(9605)] = 224978, - [SMALL_STATE(9606)] = 224986, - [SMALL_STATE(9607)] = 224994, - [SMALL_STATE(9608)] = 225002, - [SMALL_STATE(9609)] = 225010, - [SMALL_STATE(9610)] = 225018, - [SMALL_STATE(9611)] = 225026, - [SMALL_STATE(9612)] = 225034, - [SMALL_STATE(9613)] = 225042, - [SMALL_STATE(9614)] = 225050, - [SMALL_STATE(9615)] = 225058, - [SMALL_STATE(9616)] = 225066, - [SMALL_STATE(9617)] = 225074, - [SMALL_STATE(9618)] = 225082, - [SMALL_STATE(9619)] = 225090, - [SMALL_STATE(9620)] = 225098, - [SMALL_STATE(9621)] = 225106, - [SMALL_STATE(9622)] = 225114, - [SMALL_STATE(9623)] = 225122, - [SMALL_STATE(9624)] = 225130, - [SMALL_STATE(9625)] = 225138, - [SMALL_STATE(9626)] = 225146, - [SMALL_STATE(9627)] = 225154, - [SMALL_STATE(9628)] = 225162, - [SMALL_STATE(9629)] = 225170, - [SMALL_STATE(9630)] = 225178, - [SMALL_STATE(9631)] = 225186, - [SMALL_STATE(9632)] = 225194, - [SMALL_STATE(9633)] = 225202, - [SMALL_STATE(9634)] = 225210, - [SMALL_STATE(9635)] = 225218, - [SMALL_STATE(9636)] = 225226, - [SMALL_STATE(9637)] = 225234, - [SMALL_STATE(9638)] = 225242, - [SMALL_STATE(9639)] = 225250, - [SMALL_STATE(9640)] = 225258, - [SMALL_STATE(9641)] = 225266, - [SMALL_STATE(9642)] = 225274, - [SMALL_STATE(9643)] = 225282, - [SMALL_STATE(9644)] = 225290, - [SMALL_STATE(9645)] = 225298, - [SMALL_STATE(9646)] = 225306, - [SMALL_STATE(9647)] = 225314, - [SMALL_STATE(9648)] = 225322, - [SMALL_STATE(9649)] = 225330, - [SMALL_STATE(9650)] = 225338, - [SMALL_STATE(9651)] = 225346, - [SMALL_STATE(9652)] = 225354, - [SMALL_STATE(9653)] = 225362, - [SMALL_STATE(9654)] = 225370, - [SMALL_STATE(9655)] = 225378, - [SMALL_STATE(9656)] = 225386, - [SMALL_STATE(9657)] = 225394, - [SMALL_STATE(9658)] = 225402, - [SMALL_STATE(9659)] = 225410, - [SMALL_STATE(9660)] = 225418, - [SMALL_STATE(9661)] = 225426, - [SMALL_STATE(9662)] = 225434, - [SMALL_STATE(9663)] = 225442, - [SMALL_STATE(9664)] = 225450, - [SMALL_STATE(9665)] = 225458, - [SMALL_STATE(9666)] = 225466, - [SMALL_STATE(9667)] = 225474, - [SMALL_STATE(9668)] = 225482, - [SMALL_STATE(9669)] = 225490, - [SMALL_STATE(9670)] = 225498, - [SMALL_STATE(9671)] = 225506, - [SMALL_STATE(9672)] = 225514, - [SMALL_STATE(9673)] = 225522, - [SMALL_STATE(9674)] = 225530, - [SMALL_STATE(9675)] = 225538, - [SMALL_STATE(9676)] = 225546, - [SMALL_STATE(9677)] = 225554, - [SMALL_STATE(9678)] = 225562, - [SMALL_STATE(9679)] = 225570, - [SMALL_STATE(9680)] = 225578, - [SMALL_STATE(9681)] = 225586, - [SMALL_STATE(9682)] = 225594, - [SMALL_STATE(9683)] = 225602, - [SMALL_STATE(9684)] = 225610, - [SMALL_STATE(9685)] = 225618, - [SMALL_STATE(9686)] = 225626, - [SMALL_STATE(9687)] = 225634, - [SMALL_STATE(9688)] = 225642, - [SMALL_STATE(9689)] = 225650, - [SMALL_STATE(9690)] = 225658, - [SMALL_STATE(9691)] = 225666, - [SMALL_STATE(9692)] = 225674, - [SMALL_STATE(9693)] = 225682, - [SMALL_STATE(9694)] = 225690, - [SMALL_STATE(9695)] = 225698, - [SMALL_STATE(9696)] = 225706, - [SMALL_STATE(9697)] = 225714, - [SMALL_STATE(9698)] = 225722, - [SMALL_STATE(9699)] = 225730, - [SMALL_STATE(9700)] = 225738, - [SMALL_STATE(9701)] = 225746, - [SMALL_STATE(9702)] = 225754, - [SMALL_STATE(9703)] = 225762, - [SMALL_STATE(9704)] = 225770, - [SMALL_STATE(9705)] = 225778, - [SMALL_STATE(9706)] = 225786, - [SMALL_STATE(9707)] = 225794, - [SMALL_STATE(9708)] = 225802, - [SMALL_STATE(9709)] = 225810, - [SMALL_STATE(9710)] = 225818, - [SMALL_STATE(9711)] = 225826, - [SMALL_STATE(9712)] = 225834, - [SMALL_STATE(9713)] = 225842, - [SMALL_STATE(9714)] = 225850, - [SMALL_STATE(9715)] = 225858, - [SMALL_STATE(9716)] = 225866, - [SMALL_STATE(9717)] = 225874, - [SMALL_STATE(9718)] = 225882, - [SMALL_STATE(9719)] = 225890, - [SMALL_STATE(9720)] = 225898, - [SMALL_STATE(9721)] = 225906, - [SMALL_STATE(9722)] = 225914, - [SMALL_STATE(9723)] = 225922, - [SMALL_STATE(9724)] = 225930, - [SMALL_STATE(9725)] = 225938, - [SMALL_STATE(9726)] = 225946, - [SMALL_STATE(9727)] = 225954, - [SMALL_STATE(9728)] = 225962, - [SMALL_STATE(9729)] = 225970, - [SMALL_STATE(9730)] = 225978, - [SMALL_STATE(9731)] = 225986, - [SMALL_STATE(9732)] = 225994, - [SMALL_STATE(9733)] = 226002, - [SMALL_STATE(9734)] = 226010, - [SMALL_STATE(9735)] = 226018, - [SMALL_STATE(9736)] = 226026, - [SMALL_STATE(9737)] = 226034, - [SMALL_STATE(9738)] = 226042, - [SMALL_STATE(9739)] = 226050, - [SMALL_STATE(9740)] = 226058, - [SMALL_STATE(9741)] = 226066, - [SMALL_STATE(9742)] = 226074, - [SMALL_STATE(9743)] = 226082, - [SMALL_STATE(9744)] = 226090, - [SMALL_STATE(9745)] = 226098, - [SMALL_STATE(9746)] = 226106, - [SMALL_STATE(9747)] = 226114, - [SMALL_STATE(9748)] = 226122, - [SMALL_STATE(9749)] = 226130, - [SMALL_STATE(9750)] = 226138, - [SMALL_STATE(9751)] = 226146, - [SMALL_STATE(9752)] = 226154, - [SMALL_STATE(9753)] = 226162, - [SMALL_STATE(9754)] = 226170, - [SMALL_STATE(9755)] = 226178, - [SMALL_STATE(9756)] = 226186, - [SMALL_STATE(9757)] = 226194, - [SMALL_STATE(9758)] = 226202, - [SMALL_STATE(9759)] = 226210, - [SMALL_STATE(9760)] = 226218, - [SMALL_STATE(9761)] = 226226, - [SMALL_STATE(9762)] = 226234, - [SMALL_STATE(9763)] = 226242, - [SMALL_STATE(9764)] = 226250, - [SMALL_STATE(9765)] = 226258, - [SMALL_STATE(9766)] = 226266, - [SMALL_STATE(9767)] = 226274, - [SMALL_STATE(9768)] = 226282, - [SMALL_STATE(9769)] = 226290, - [SMALL_STATE(9770)] = 226298, - [SMALL_STATE(9771)] = 226306, - [SMALL_STATE(9772)] = 226314, - [SMALL_STATE(9773)] = 226322, - [SMALL_STATE(9774)] = 226330, - [SMALL_STATE(9775)] = 226338, - [SMALL_STATE(9776)] = 226346, - [SMALL_STATE(9777)] = 226354, - [SMALL_STATE(9778)] = 226362, - [SMALL_STATE(9779)] = 226370, - [SMALL_STATE(9780)] = 226378, - [SMALL_STATE(9781)] = 226386, - [SMALL_STATE(9782)] = 226394, - [SMALL_STATE(9783)] = 226402, - [SMALL_STATE(9784)] = 226410, - [SMALL_STATE(9785)] = 226418, - [SMALL_STATE(9786)] = 226426, - [SMALL_STATE(9787)] = 226434, - [SMALL_STATE(9788)] = 226442, - [SMALL_STATE(9789)] = 226450, - [SMALL_STATE(9790)] = 226458, - [SMALL_STATE(9791)] = 226466, - [SMALL_STATE(9792)] = 226474, - [SMALL_STATE(9793)] = 226482, - [SMALL_STATE(9794)] = 226490, - [SMALL_STATE(9795)] = 226498, - [SMALL_STATE(9796)] = 226506, - [SMALL_STATE(9797)] = 226514, - [SMALL_STATE(9798)] = 226522, - [SMALL_STATE(9799)] = 226530, - [SMALL_STATE(9800)] = 226538, - [SMALL_STATE(9801)] = 226546, - [SMALL_STATE(9802)] = 226554, - [SMALL_STATE(9803)] = 226562, - [SMALL_STATE(9804)] = 226570, - [SMALL_STATE(9805)] = 226578, - [SMALL_STATE(9806)] = 226586, - [SMALL_STATE(9807)] = 226594, - [SMALL_STATE(9808)] = 226602, - [SMALL_STATE(9809)] = 226610, - [SMALL_STATE(9810)] = 226618, - [SMALL_STATE(9811)] = 226626, - [SMALL_STATE(9812)] = 226634, - [SMALL_STATE(9813)] = 226642, - [SMALL_STATE(9814)] = 226650, - [SMALL_STATE(9815)] = 226658, - [SMALL_STATE(9816)] = 226666, - [SMALL_STATE(9817)] = 226674, - [SMALL_STATE(9818)] = 226682, - [SMALL_STATE(9819)] = 226690, - [SMALL_STATE(9820)] = 226698, - [SMALL_STATE(9821)] = 226706, - [SMALL_STATE(9822)] = 226714, - [SMALL_STATE(9823)] = 226722, - [SMALL_STATE(9824)] = 226730, - [SMALL_STATE(9825)] = 226738, - [SMALL_STATE(9826)] = 226746, - [SMALL_STATE(9827)] = 226754, - [SMALL_STATE(9828)] = 226762, - [SMALL_STATE(9829)] = 226770, - [SMALL_STATE(9830)] = 226778, - [SMALL_STATE(9831)] = 226786, - [SMALL_STATE(9832)] = 226794, - [SMALL_STATE(9833)] = 226802, - [SMALL_STATE(9834)] = 226810, - [SMALL_STATE(9835)] = 226818, - [SMALL_STATE(9836)] = 226826, - [SMALL_STATE(9837)] = 226834, - [SMALL_STATE(9838)] = 226842, - [SMALL_STATE(9839)] = 226850, - [SMALL_STATE(9840)] = 226858, - [SMALL_STATE(9841)] = 226866, - [SMALL_STATE(9842)] = 226874, - [SMALL_STATE(9843)] = 226882, - [SMALL_STATE(9844)] = 226890, - [SMALL_STATE(9845)] = 226898, - [SMALL_STATE(9846)] = 226906, - [SMALL_STATE(9847)] = 226914, - [SMALL_STATE(9848)] = 226922, - [SMALL_STATE(9849)] = 226930, - [SMALL_STATE(9850)] = 226938, - [SMALL_STATE(9851)] = 226946, - [SMALL_STATE(9852)] = 226954, - [SMALL_STATE(9853)] = 226962, - [SMALL_STATE(9854)] = 226970, - [SMALL_STATE(9855)] = 226978, - [SMALL_STATE(9856)] = 226986, - [SMALL_STATE(9857)] = 226994, - [SMALL_STATE(9858)] = 227002, - [SMALL_STATE(9859)] = 227010, - [SMALL_STATE(9860)] = 227018, - [SMALL_STATE(9861)] = 227026, - [SMALL_STATE(9862)] = 227034, - [SMALL_STATE(9863)] = 227042, - [SMALL_STATE(9864)] = 227050, - [SMALL_STATE(9865)] = 227058, - [SMALL_STATE(9866)] = 227066, - [SMALL_STATE(9867)] = 227074, - [SMALL_STATE(9868)] = 227082, - [SMALL_STATE(9869)] = 227090, - [SMALL_STATE(9870)] = 227098, - [SMALL_STATE(9871)] = 227106, - [SMALL_STATE(9872)] = 227114, - [SMALL_STATE(9873)] = 227122, - [SMALL_STATE(9874)] = 227130, - [SMALL_STATE(9875)] = 227138, - [SMALL_STATE(9876)] = 227146, - [SMALL_STATE(9877)] = 227154, - [SMALL_STATE(9878)] = 227162, - [SMALL_STATE(9879)] = 227170, - [SMALL_STATE(9880)] = 227178, - [SMALL_STATE(9881)] = 227186, - [SMALL_STATE(9882)] = 227194, - [SMALL_STATE(9883)] = 227202, - [SMALL_STATE(9884)] = 227210, - [SMALL_STATE(9885)] = 227218, - [SMALL_STATE(9886)] = 227226, - [SMALL_STATE(9887)] = 227234, - [SMALL_STATE(9888)] = 227242, - [SMALL_STATE(9889)] = 227250, - [SMALL_STATE(9890)] = 227258, - [SMALL_STATE(9891)] = 227266, - [SMALL_STATE(9892)] = 227274, - [SMALL_STATE(9893)] = 227282, - [SMALL_STATE(9894)] = 227290, - [SMALL_STATE(9895)] = 227298, - [SMALL_STATE(9896)] = 227306, - [SMALL_STATE(9897)] = 227314, - [SMALL_STATE(9898)] = 227322, - [SMALL_STATE(9899)] = 227330, - [SMALL_STATE(9900)] = 227338, - [SMALL_STATE(9901)] = 227346, - [SMALL_STATE(9902)] = 227354, - [SMALL_STATE(9903)] = 227362, - [SMALL_STATE(9904)] = 227370, - [SMALL_STATE(9905)] = 227378, - [SMALL_STATE(9906)] = 227386, - [SMALL_STATE(9907)] = 227394, - [SMALL_STATE(9908)] = 227402, - [SMALL_STATE(9909)] = 227410, - [SMALL_STATE(9910)] = 227418, - [SMALL_STATE(9911)] = 227426, - [SMALL_STATE(9912)] = 227434, - [SMALL_STATE(9913)] = 227442, - [SMALL_STATE(9914)] = 227450, - [SMALL_STATE(9915)] = 227458, - [SMALL_STATE(9916)] = 227466, - [SMALL_STATE(9917)] = 227474, - [SMALL_STATE(9918)] = 227482, - [SMALL_STATE(9919)] = 227490, - [SMALL_STATE(9920)] = 227498, - [SMALL_STATE(9921)] = 227506, - [SMALL_STATE(9922)] = 227514, - [SMALL_STATE(9923)] = 227522, - [SMALL_STATE(9924)] = 227530, - [SMALL_STATE(9925)] = 227538, - [SMALL_STATE(9926)] = 227546, - [SMALL_STATE(9927)] = 227554, - [SMALL_STATE(9928)] = 227562, - [SMALL_STATE(9929)] = 227570, - [SMALL_STATE(9930)] = 227578, - [SMALL_STATE(9931)] = 227586, - [SMALL_STATE(9932)] = 227594, - [SMALL_STATE(9933)] = 227602, - [SMALL_STATE(9934)] = 227610, - [SMALL_STATE(9935)] = 227618, - [SMALL_STATE(9936)] = 227626, - [SMALL_STATE(9937)] = 227634, - [SMALL_STATE(9938)] = 227642, - [SMALL_STATE(9939)] = 227650, - [SMALL_STATE(9940)] = 227658, - [SMALL_STATE(9941)] = 227666, - [SMALL_STATE(9942)] = 227674, - [SMALL_STATE(9943)] = 227682, - [SMALL_STATE(9944)] = 227690, - [SMALL_STATE(9945)] = 227698, - [SMALL_STATE(9946)] = 227706, - [SMALL_STATE(9947)] = 227714, - [SMALL_STATE(9948)] = 227722, - [SMALL_STATE(9949)] = 227730, - [SMALL_STATE(9950)] = 227738, - [SMALL_STATE(9951)] = 227746, - [SMALL_STATE(9952)] = 227754, - [SMALL_STATE(9953)] = 227762, - [SMALL_STATE(9954)] = 227770, - [SMALL_STATE(9955)] = 227778, - [SMALL_STATE(9956)] = 227786, - [SMALL_STATE(9957)] = 227794, - [SMALL_STATE(9958)] = 227802, - [SMALL_STATE(9959)] = 227810, - [SMALL_STATE(9960)] = 227818, - [SMALL_STATE(9961)] = 227826, - [SMALL_STATE(9962)] = 227834, - [SMALL_STATE(9963)] = 227842, - [SMALL_STATE(9964)] = 227850, - [SMALL_STATE(9965)] = 227858, - [SMALL_STATE(9966)] = 227866, - [SMALL_STATE(9967)] = 227874, - [SMALL_STATE(9968)] = 227882, - [SMALL_STATE(9969)] = 227890, - [SMALL_STATE(9970)] = 227898, - [SMALL_STATE(9971)] = 227906, - [SMALL_STATE(9972)] = 227914, - [SMALL_STATE(9973)] = 227922, - [SMALL_STATE(9974)] = 227930, - [SMALL_STATE(9975)] = 227938, - [SMALL_STATE(9976)] = 227946, - [SMALL_STATE(9977)] = 227954, - [SMALL_STATE(9978)] = 227962, - [SMALL_STATE(9979)] = 227970, - [SMALL_STATE(9980)] = 227978, - [SMALL_STATE(9981)] = 227986, - [SMALL_STATE(9982)] = 227994, - [SMALL_STATE(9983)] = 228002, - [SMALL_STATE(9984)] = 228010, - [SMALL_STATE(9985)] = 228018, - [SMALL_STATE(9986)] = 228026, - [SMALL_STATE(9987)] = 228034, - [SMALL_STATE(9988)] = 228042, - [SMALL_STATE(9989)] = 228050, - [SMALL_STATE(9990)] = 228058, - [SMALL_STATE(9991)] = 228066, - [SMALL_STATE(9992)] = 228074, - [SMALL_STATE(9993)] = 228082, - [SMALL_STATE(9994)] = 228090, - [SMALL_STATE(9995)] = 228098, - [SMALL_STATE(9996)] = 228106, - [SMALL_STATE(9997)] = 228114, - [SMALL_STATE(9998)] = 228122, - [SMALL_STATE(9999)] = 228130, - [SMALL_STATE(10000)] = 228138, - [SMALL_STATE(10001)] = 228146, - [SMALL_STATE(10002)] = 228154, - [SMALL_STATE(10003)] = 228162, - [SMALL_STATE(10004)] = 228170, - [SMALL_STATE(10005)] = 228178, - [SMALL_STATE(10006)] = 228186, - [SMALL_STATE(10007)] = 228194, - [SMALL_STATE(10008)] = 228202, - [SMALL_STATE(10009)] = 228210, - [SMALL_STATE(10010)] = 228218, - [SMALL_STATE(10011)] = 228226, - [SMALL_STATE(10012)] = 228234, - [SMALL_STATE(10013)] = 228242, - [SMALL_STATE(10014)] = 228250, - [SMALL_STATE(10015)] = 228258, - [SMALL_STATE(10016)] = 228266, - [SMALL_STATE(10017)] = 228274, - [SMALL_STATE(10018)] = 228282, - [SMALL_STATE(10019)] = 228290, - [SMALL_STATE(10020)] = 228298, - [SMALL_STATE(10021)] = 228306, - [SMALL_STATE(10022)] = 228314, - [SMALL_STATE(10023)] = 228322, - [SMALL_STATE(10024)] = 228330, - [SMALL_STATE(10025)] = 228338, - [SMALL_STATE(10026)] = 228346, - [SMALL_STATE(10027)] = 228354, - [SMALL_STATE(10028)] = 228362, - [SMALL_STATE(10029)] = 228370, - [SMALL_STATE(10030)] = 228378, - [SMALL_STATE(10031)] = 228386, - [SMALL_STATE(10032)] = 228394, - [SMALL_STATE(10033)] = 228402, - [SMALL_STATE(10034)] = 228410, - [SMALL_STATE(10035)] = 228418, - [SMALL_STATE(10036)] = 228426, - [SMALL_STATE(10037)] = 228434, - [SMALL_STATE(10038)] = 228442, - [SMALL_STATE(10039)] = 228450, - [SMALL_STATE(10040)] = 228458, - [SMALL_STATE(10041)] = 228466, - [SMALL_STATE(10042)] = 228474, - [SMALL_STATE(10043)] = 228482, - [SMALL_STATE(10044)] = 228490, - [SMALL_STATE(10045)] = 228498, - [SMALL_STATE(10046)] = 228506, - [SMALL_STATE(10047)] = 228514, - [SMALL_STATE(10048)] = 228522, - [SMALL_STATE(10049)] = 228530, - [SMALL_STATE(10050)] = 228538, - [SMALL_STATE(10051)] = 228546, - [SMALL_STATE(10052)] = 228554, - [SMALL_STATE(10053)] = 228562, - [SMALL_STATE(10054)] = 228570, - [SMALL_STATE(10055)] = 228578, - [SMALL_STATE(10056)] = 228586, - [SMALL_STATE(10057)] = 228594, - [SMALL_STATE(10058)] = 228602, - [SMALL_STATE(10059)] = 228610, - [SMALL_STATE(10060)] = 228618, - [SMALL_STATE(10061)] = 228626, - [SMALL_STATE(10062)] = 228634, - [SMALL_STATE(10063)] = 228642, - [SMALL_STATE(10064)] = 228650, - [SMALL_STATE(10065)] = 228658, - [SMALL_STATE(10066)] = 228666, - [SMALL_STATE(10067)] = 228674, - [SMALL_STATE(10068)] = 228682, - [SMALL_STATE(10069)] = 228690, - [SMALL_STATE(10070)] = 228698, - [SMALL_STATE(10071)] = 228706, - [SMALL_STATE(10072)] = 228714, - [SMALL_STATE(10073)] = 228722, - [SMALL_STATE(10074)] = 228730, - [SMALL_STATE(10075)] = 228738, - [SMALL_STATE(10076)] = 228746, - [SMALL_STATE(10077)] = 228754, - [SMALL_STATE(10078)] = 228762, - [SMALL_STATE(10079)] = 228770, - [SMALL_STATE(10080)] = 228778, - [SMALL_STATE(10081)] = 228786, - [SMALL_STATE(10082)] = 228794, - [SMALL_STATE(10083)] = 228802, - [SMALL_STATE(10084)] = 228810, - [SMALL_STATE(10085)] = 228818, - [SMALL_STATE(10086)] = 228826, - [SMALL_STATE(10087)] = 228834, - [SMALL_STATE(10088)] = 228842, - [SMALL_STATE(10089)] = 228850, - [SMALL_STATE(10090)] = 228858, - [SMALL_STATE(10091)] = 228866, - [SMALL_STATE(10092)] = 228874, - [SMALL_STATE(10093)] = 228882, - [SMALL_STATE(10094)] = 228890, - [SMALL_STATE(10095)] = 228898, - [SMALL_STATE(10096)] = 228906, - [SMALL_STATE(10097)] = 228914, - [SMALL_STATE(10098)] = 228922, - [SMALL_STATE(10099)] = 228930, - [SMALL_STATE(10100)] = 228938, - [SMALL_STATE(10101)] = 228946, - [SMALL_STATE(10102)] = 228954, - [SMALL_STATE(10103)] = 228962, - [SMALL_STATE(10104)] = 228970, - [SMALL_STATE(10105)] = 228978, - [SMALL_STATE(10106)] = 228986, - [SMALL_STATE(10107)] = 228994, - [SMALL_STATE(10108)] = 229002, - [SMALL_STATE(10109)] = 229010, - [SMALL_STATE(10110)] = 229018, - [SMALL_STATE(10111)] = 229026, - [SMALL_STATE(10112)] = 229034, - [SMALL_STATE(10113)] = 229042, - [SMALL_STATE(10114)] = 229050, - [SMALL_STATE(10115)] = 229058, - [SMALL_STATE(10116)] = 229066, - [SMALL_STATE(10117)] = 229074, - [SMALL_STATE(10118)] = 229082, - [SMALL_STATE(10119)] = 229090, - [SMALL_STATE(10120)] = 229098, - [SMALL_STATE(10121)] = 229106, - [SMALL_STATE(10122)] = 229114, - [SMALL_STATE(10123)] = 229122, - [SMALL_STATE(10124)] = 229130, - [SMALL_STATE(10125)] = 229138, - [SMALL_STATE(10126)] = 229146, - [SMALL_STATE(10127)] = 229154, - [SMALL_STATE(10128)] = 229162, - [SMALL_STATE(10129)] = 229170, - [SMALL_STATE(10130)] = 229178, - [SMALL_STATE(10131)] = 229186, - [SMALL_STATE(10132)] = 229194, - [SMALL_STATE(10133)] = 229202, - [SMALL_STATE(10134)] = 229210, - [SMALL_STATE(10135)] = 229218, - [SMALL_STATE(10136)] = 229226, - [SMALL_STATE(10137)] = 229234, - [SMALL_STATE(10138)] = 229242, - [SMALL_STATE(10139)] = 229250, - [SMALL_STATE(10140)] = 229258, - [SMALL_STATE(10141)] = 229266, - [SMALL_STATE(10142)] = 229274, - [SMALL_STATE(10143)] = 229282, - [SMALL_STATE(10144)] = 229290, - [SMALL_STATE(10145)] = 229298, - [SMALL_STATE(10146)] = 229306, - [SMALL_STATE(10147)] = 229314, - [SMALL_STATE(10148)] = 229322, - [SMALL_STATE(10149)] = 229330, - [SMALL_STATE(10150)] = 229338, - [SMALL_STATE(10151)] = 229346, - [SMALL_STATE(10152)] = 229354, - [SMALL_STATE(10153)] = 229362, + [SMALL_STATE(4529)] = 0, + [SMALL_STATE(4530)] = 71, + [SMALL_STATE(4531)] = 142, + [SMALL_STATE(4532)] = 213, + [SMALL_STATE(4533)] = 288, + [SMALL_STATE(4534)] = 363, + [SMALL_STATE(4535)] = 448, + [SMALL_STATE(4536)] = 533, + [SMALL_STATE(4537)] = 618, + [SMALL_STATE(4538)] = 703, + [SMALL_STATE(4539)] = 774, + [SMALL_STATE(4540)] = 849, + [SMALL_STATE(4541)] = 934, + [SMALL_STATE(4542)] = 1009, + [SMALL_STATE(4543)] = 1084, + [SMALL_STATE(4544)] = 1159, + [SMALL_STATE(4545)] = 1229, + [SMALL_STATE(4546)] = 1309, + [SMALL_STATE(4547)] = 1389, + [SMALL_STATE(4548)] = 1469, + [SMALL_STATE(4549)] = 1541, + [SMALL_STATE(4550)] = 1615, + [SMALL_STATE(4551)] = 1695, + [SMALL_STATE(4552)] = 1781, + [SMALL_STATE(4553)] = 1853, + [SMALL_STATE(4554)] = 1923, + [SMALL_STATE(4555)] = 1997, + [SMALL_STATE(4556)] = 2077, + [SMALL_STATE(4557)] = 2151, + [SMALL_STATE(4558)] = 2225, + [SMALL_STATE(4559)] = 2299, + [SMALL_STATE(4560)] = 2379, + [SMALL_STATE(4561)] = 2449, + [SMALL_STATE(4562)] = 2527, + [SMALL_STATE(4563)] = 2607, + [SMALL_STATE(4564)] = 2693, + [SMALL_STATE(4565)] = 2775, + [SMALL_STATE(4566)] = 2853, + [SMALL_STATE(4567)] = 2933, + [SMALL_STATE(4568)] = 3015, + [SMALL_STATE(4569)] = 3097, + [SMALL_STATE(4570)] = 3177, + [SMALL_STATE(4571)] = 3259, + [SMALL_STATE(4572)] = 3333, + [SMALL_STATE(4573)] = 3415, + [SMALL_STATE(4574)] = 3495, + [SMALL_STATE(4575)] = 3575, + [SMALL_STATE(4576)] = 3645, + [SMALL_STATE(4577)] = 3719, + [SMALL_STATE(4578)] = 3796, + [SMALL_STATE(4579)] = 3865, + [SMALL_STATE(4580)] = 3942, + [SMALL_STATE(4581)] = 4019, + [SMALL_STATE(4582)] = 4096, + [SMALL_STATE(4583)] = 4173, + [SMALL_STATE(4584)] = 4250, + [SMALL_STATE(4585)] = 4327, + [SMALL_STATE(4586)] = 4404, + [SMALL_STATE(4587)] = 4481, + [SMALL_STATE(4588)] = 4558, + [SMALL_STATE(4589)] = 4627, + [SMALL_STATE(4590)] = 4704, + [SMALL_STATE(4591)] = 4781, + [SMALL_STATE(4592)] = 4850, + [SMALL_STATE(4593)] = 4925, + [SMALL_STATE(4594)] = 5002, + [SMALL_STATE(4595)] = 5077, + [SMALL_STATE(4596)] = 5150, + [SMALL_STATE(4597)] = 5219, + [SMALL_STATE(4598)] = 5288, + [SMALL_STATE(4599)] = 5361, + [SMALL_STATE(4600)] = 5430, + [SMALL_STATE(4601)] = 5507, + [SMALL_STATE(4602)] = 5584, + [SMALL_STATE(4603)] = 5653, + [SMALL_STATE(4604)] = 5722, + [SMALL_STATE(4605)] = 5799, + [SMALL_STATE(4606)] = 5872, + [SMALL_STATE(4607)] = 5949, + [SMALL_STATE(4608)] = 6026, + [SMALL_STATE(4609)] = 6095, + [SMALL_STATE(4610)] = 6172, + [SMALL_STATE(4611)] = 6243, + [SMALL_STATE(4612)] = 6320, + [SMALL_STATE(4613)] = 6397, + [SMALL_STATE(4614)] = 6474, + [SMALL_STATE(4615)] = 6551, + [SMALL_STATE(4616)] = 6620, + [SMALL_STATE(4617)] = 6692, + [SMALL_STATE(4618)] = 6764, + [SMALL_STATE(4619)] = 6846, + [SMALL_STATE(4620)] = 6916, + [SMALL_STATE(4621)] = 6984, + [SMALL_STATE(4622)] = 7066, + [SMALL_STATE(4623)] = 7134, + [SMALL_STATE(4624)] = 7202, + [SMALL_STATE(4625)] = 7284, + [SMALL_STATE(4626)] = 7352, + [SMALL_STATE(4627)] = 7434, + [SMALL_STATE(4628)] = 7502, + [SMALL_STATE(4629)] = 7570, + [SMALL_STATE(4630)] = 7652, + [SMALL_STATE(4631)] = 7722, + [SMALL_STATE(4632)] = 7794, + [SMALL_STATE(4633)] = 7862, + [SMALL_STATE(4634)] = 7934, + [SMALL_STATE(4635)] = 8006, + [SMALL_STATE(4636)] = 8078, + [SMALL_STATE(4637)] = 8160, + [SMALL_STATE(4638)] = 8230, + [SMALL_STATE(4639)] = 8302, + [SMALL_STATE(4640)] = 8384, + [SMALL_STATE(4641)] = 8452, + [SMALL_STATE(4642)] = 8534, + [SMALL_STATE(4643)] = 8606, + [SMALL_STATE(4644)] = 8678, + [SMALL_STATE(4645)] = 8750, + [SMALL_STATE(4646)] = 8832, + [SMALL_STATE(4647)] = 8900, + [SMALL_STATE(4648)] = 8972, + [SMALL_STATE(4649)] = 9044, + [SMALL_STATE(4650)] = 9112, + [SMALL_STATE(4651)] = 9180, + [SMALL_STATE(4652)] = 9252, + [SMALL_STATE(4653)] = 9320, + [SMALL_STATE(4654)] = 9388, + [SMALL_STATE(4655)] = 9470, + [SMALL_STATE(4656)] = 9542, + [SMALL_STATE(4657)] = 9610, + [SMALL_STATE(4658)] = 9678, + [SMALL_STATE(4659)] = 9746, + [SMALL_STATE(4660)] = 9818, + [SMALL_STATE(4661)] = 9890, + [SMALL_STATE(4662)] = 9962, + [SMALL_STATE(4663)] = 10030, + [SMALL_STATE(4664)] = 10102, + [SMALL_STATE(4665)] = 10174, + [SMALL_STATE(4666)] = 10246, + [SMALL_STATE(4667)] = 10314, + [SMALL_STATE(4668)] = 10386, + [SMALL_STATE(4669)] = 10458, + [SMALL_STATE(4670)] = 10528, + [SMALL_STATE(4671)] = 10600, + [SMALL_STATE(4672)] = 10672, + [SMALL_STATE(4673)] = 10744, + [SMALL_STATE(4674)] = 10812, + [SMALL_STATE(4675)] = 10884, + [SMALL_STATE(4676)] = 10956, + [SMALL_STATE(4677)] = 11028, + [SMALL_STATE(4678)] = 11096, + [SMALL_STATE(4679)] = 11178, + [SMALL_STATE(4680)] = 11250, + [SMALL_STATE(4681)] = 11332, + [SMALL_STATE(4682)] = 11402, + [SMALL_STATE(4683)] = 11474, + [SMALL_STATE(4684)] = 11546, + [SMALL_STATE(4685)] = 11628, + [SMALL_STATE(4686)] = 11700, + [SMALL_STATE(4687)] = 11772, + [SMALL_STATE(4688)] = 11842, + [SMALL_STATE(4689)] = 11914, + [SMALL_STATE(4690)] = 11986, + [SMALL_STATE(4691)] = 12058, + [SMALL_STATE(4692)] = 12140, + [SMALL_STATE(4693)] = 12222, + [SMALL_STATE(4694)] = 12289, + [SMALL_STATE(4695)] = 12356, + [SMALL_STATE(4696)] = 12423, + [SMALL_STATE(4697)] = 12490, + [SMALL_STATE(4698)] = 12557, + [SMALL_STATE(4699)] = 12624, + [SMALL_STATE(4700)] = 12691, + [SMALL_STATE(4701)] = 12758, + [SMALL_STATE(4702)] = 12837, + [SMALL_STATE(4703)] = 12904, + [SMALL_STATE(4704)] = 12971, + [SMALL_STATE(4705)] = 13038, + [SMALL_STATE(4706)] = 13115, + [SMALL_STATE(4707)] = 13182, + [SMALL_STATE(4708)] = 13261, + [SMALL_STATE(4709)] = 13328, + [SMALL_STATE(4710)] = 13395, + [SMALL_STATE(4711)] = 13462, + [SMALL_STATE(4712)] = 13529, + [SMALL_STATE(4713)] = 13596, + [SMALL_STATE(4714)] = 13675, + [SMALL_STATE(4715)] = 13742, + [SMALL_STATE(4716)] = 13819, + [SMALL_STATE(4717)] = 13886, + [SMALL_STATE(4718)] = 13953, + [SMALL_STATE(4719)] = 14020, + [SMALL_STATE(4720)] = 14087, + [SMALL_STATE(4721)] = 14154, + [SMALL_STATE(4722)] = 14223, + [SMALL_STATE(4723)] = 14294, + [SMALL_STATE(4724)] = 14363, + [SMALL_STATE(4725)] = 14430, + [SMALL_STATE(4726)] = 14499, + [SMALL_STATE(4727)] = 14568, + [SMALL_STATE(4728)] = 14637, + [SMALL_STATE(4729)] = 14704, + [SMALL_STATE(4730)] = 14771, + [SMALL_STATE(4731)] = 14838, + [SMALL_STATE(4732)] = 14905, + [SMALL_STATE(4733)] = 14972, + [SMALL_STATE(4734)] = 15039, + [SMALL_STATE(4735)] = 15106, + [SMALL_STATE(4736)] = 15185, + [SMALL_STATE(4737)] = 15252, + [SMALL_STATE(4738)] = 15319, + [SMALL_STATE(4739)] = 15386, + [SMALL_STATE(4740)] = 15453, + [SMALL_STATE(4741)] = 15520, + [SMALL_STATE(4742)] = 15587, + [SMALL_STATE(4743)] = 15654, + [SMALL_STATE(4744)] = 15721, + [SMALL_STATE(4745)] = 15788, + [SMALL_STATE(4746)] = 15855, + [SMALL_STATE(4747)] = 15922, + [SMALL_STATE(4748)] = 15989, + [SMALL_STATE(4749)] = 16056, + [SMALL_STATE(4750)] = 16137, + [SMALL_STATE(4751)] = 16204, + [SMALL_STATE(4752)] = 16271, + [SMALL_STATE(4753)] = 16338, + [SMALL_STATE(4754)] = 16405, + [SMALL_STATE(4755)] = 16472, + [SMALL_STATE(4756)] = 16543, + [SMALL_STATE(4757)] = 16622, + [SMALL_STATE(4758)] = 16691, + [SMALL_STATE(4759)] = 16758, + [SMALL_STATE(4760)] = 16825, + [SMALL_STATE(4761)] = 16892, + [SMALL_STATE(4762)] = 16959, + [SMALL_STATE(4763)] = 17026, + [SMALL_STATE(4764)] = 17093, + [SMALL_STATE(4765)] = 17160, + [SMALL_STATE(4766)] = 17231, + [SMALL_STATE(4767)] = 17310, + [SMALL_STATE(4768)] = 17377, + [SMALL_STATE(4769)] = 17444, + [SMALL_STATE(4770)] = 17511, + [SMALL_STATE(4771)] = 17578, + [SMALL_STATE(4772)] = 17647, + [SMALL_STATE(4773)] = 17718, + [SMALL_STATE(4774)] = 17785, + [SMALL_STATE(4775)] = 17852, + [SMALL_STATE(4776)] = 17919, + [SMALL_STATE(4777)] = 17986, + [SMALL_STATE(4778)] = 18065, + [SMALL_STATE(4779)] = 18144, + [SMALL_STATE(4780)] = 18211, + [SMALL_STATE(4781)] = 18278, + [SMALL_STATE(4782)] = 18347, + [SMALL_STATE(4783)] = 18418, + [SMALL_STATE(4784)] = 18485, + [SMALL_STATE(4785)] = 18552, + [SMALL_STATE(4786)] = 18619, + [SMALL_STATE(4787)] = 18686, + [SMALL_STATE(4788)] = 18753, + [SMALL_STATE(4789)] = 18820, + [SMALL_STATE(4790)] = 18887, + [SMALL_STATE(4791)] = 18954, + [SMALL_STATE(4792)] = 19021, + [SMALL_STATE(4793)] = 19088, + [SMALL_STATE(4794)] = 19155, + [SMALL_STATE(4795)] = 19222, + [SMALL_STATE(4796)] = 19289, + [SMALL_STATE(4797)] = 19356, + [SMALL_STATE(4798)] = 19433, + [SMALL_STATE(4799)] = 19510, + [SMALL_STATE(4800)] = 19587, + [SMALL_STATE(4801)] = 19664, + [SMALL_STATE(4802)] = 19741, + [SMALL_STATE(4803)] = 19808, + [SMALL_STATE(4804)] = 19887, + [SMALL_STATE(4805)] = 19954, + [SMALL_STATE(4806)] = 20035, + [SMALL_STATE(4807)] = 20104, + [SMALL_STATE(4808)] = 20171, + [SMALL_STATE(4809)] = 20240, + [SMALL_STATE(4810)] = 20307, + [SMALL_STATE(4811)] = 20374, + [SMALL_STATE(4812)] = 20441, + [SMALL_STATE(4813)] = 20508, + [SMALL_STATE(4814)] = 20575, + [SMALL_STATE(4815)] = 20642, + [SMALL_STATE(4816)] = 20709, + [SMALL_STATE(4817)] = 20776, + [SMALL_STATE(4818)] = 20843, + [SMALL_STATE(4819)] = 20922, + [SMALL_STATE(4820)] = 20989, + [SMALL_STATE(4821)] = 21056, + [SMALL_STATE(4822)] = 21123, + [SMALL_STATE(4823)] = 21190, + [SMALL_STATE(4824)] = 21257, + [SMALL_STATE(4825)] = 21324, + [SMALL_STATE(4826)] = 21391, + [SMALL_STATE(4827)] = 21458, + [SMALL_STATE(4828)] = 21525, + [SMALL_STATE(4829)] = 21592, + [SMALL_STATE(4830)] = 21665, + [SMALL_STATE(4831)] = 21738, + [SMALL_STATE(4832)] = 21805, + [SMALL_STATE(4833)] = 21872, + [SMALL_STATE(4834)] = 21939, + [SMALL_STATE(4835)] = 22006, + [SMALL_STATE(4836)] = 22073, + [SMALL_STATE(4837)] = 22140, + [SMALL_STATE(4838)] = 22207, + [SMALL_STATE(4839)] = 22286, + [SMALL_STATE(4840)] = 22353, + [SMALL_STATE(4841)] = 22420, + [SMALL_STATE(4842)] = 22487, + [SMALL_STATE(4843)] = 22564, + [SMALL_STATE(4844)] = 22631, + [SMALL_STATE(4845)] = 22698, + [SMALL_STATE(4846)] = 22765, + [SMALL_STATE(4847)] = 22842, + [SMALL_STATE(4848)] = 22909, + [SMALL_STATE(4849)] = 22988, + [SMALL_STATE(4850)] = 23067, + [SMALL_STATE(4851)] = 23134, + [SMALL_STATE(4852)] = 23201, + [SMALL_STATE(4853)] = 23268, + [SMALL_STATE(4854)] = 23335, + [SMALL_STATE(4855)] = 23406, + [SMALL_STATE(4856)] = 23483, + [SMALL_STATE(4857)] = 23562, + [SMALL_STATE(4858)] = 23629, + [SMALL_STATE(4859)] = 23710, + [SMALL_STATE(4860)] = 23777, + [SMALL_STATE(4861)] = 23844, + [SMALL_STATE(4862)] = 23911, + [SMALL_STATE(4863)] = 23982, + [SMALL_STATE(4864)] = 24049, + [SMALL_STATE(4865)] = 24126, + [SMALL_STATE(4866)] = 24203, + [SMALL_STATE(4867)] = 24280, + [SMALL_STATE(4868)] = 24357, + [SMALL_STATE(4869)] = 24424, + [SMALL_STATE(4870)] = 24503, + [SMALL_STATE(4871)] = 24570, + [SMALL_STATE(4872)] = 24647, + [SMALL_STATE(4873)] = 24714, + [SMALL_STATE(4874)] = 24795, + [SMALL_STATE(4875)] = 24872, + [SMALL_STATE(4876)] = 24949, + [SMALL_STATE(4877)] = 25030, + [SMALL_STATE(4878)] = 25097, + [SMALL_STATE(4879)] = 25174, + [SMALL_STATE(4880)] = 25247, + [SMALL_STATE(4881)] = 25314, + [SMALL_STATE(4882)] = 25381, + [SMALL_STATE(4883)] = 25448, + [SMALL_STATE(4884)] = 25515, + [SMALL_STATE(4885)] = 25584, + [SMALL_STATE(4886)] = 25653, + [SMALL_STATE(4887)] = 25720, + [SMALL_STATE(4888)] = 25797, + [SMALL_STATE(4889)] = 25864, + [SMALL_STATE(4890)] = 25940, + [SMALL_STATE(4891)] = 26014, + [SMALL_STATE(4892)] = 26090, + [SMALL_STATE(4893)] = 26164, + [SMALL_STATE(4894)] = 26234, + [SMALL_STATE(4895)] = 26306, + [SMALL_STATE(4896)] = 26382, + [SMALL_STATE(4897)] = 26458, + [SMALL_STATE(4898)] = 26534, + [SMALL_STATE(4899)] = 26610, + [SMALL_STATE(4900)] = 26686, + [SMALL_STATE(4901)] = 26756, + [SMALL_STATE(4902)] = 26834, + [SMALL_STATE(4903)] = 26910, + [SMALL_STATE(4904)] = 26984, + [SMALL_STATE(4905)] = 27056, + [SMALL_STATE(4906)] = 27134, + [SMALL_STATE(4907)] = 27210, + [SMALL_STATE(4908)] = 27284, + [SMALL_STATE(4909)] = 27350, + [SMALL_STATE(4910)] = 27424, + [SMALL_STATE(4911)] = 27494, + [SMALL_STATE(4912)] = 27564, + [SMALL_STATE(4913)] = 27640, + [SMALL_STATE(4914)] = 27720, + [SMALL_STATE(4915)] = 27790, + [SMALL_STATE(4916)] = 27868, + [SMALL_STATE(4917)] = 27942, + [SMALL_STATE(4918)] = 28016, + [SMALL_STATE(4919)] = 28090, + [SMALL_STATE(4920)] = 28164, + [SMALL_STATE(4921)] = 28238, + [SMALL_STATE(4922)] = 28314, + [SMALL_STATE(4923)] = 28388, + [SMALL_STATE(4924)] = 28466, + [SMALL_STATE(4925)] = 28540, + [SMALL_STATE(4926)] = 28620, + [SMALL_STATE(4927)] = 28696, + [SMALL_STATE(4928)] = 28770, + [SMALL_STATE(4929)] = 28850, + [SMALL_STATE(4930)] = 28926, + [SMALL_STATE(4931)] = 29002, + [SMALL_STATE(4932)] = 29068, + [SMALL_STATE(4933)] = 29142, + [SMALL_STATE(4934)] = 29208, + [SMALL_STATE(4935)] = 29274, + [SMALL_STATE(4936)] = 29348, + [SMALL_STATE(4937)] = 29422, + [SMALL_STATE(4938)] = 29496, + [SMALL_STATE(4939)] = 29566, + [SMALL_STATE(4940)] = 29642, + [SMALL_STATE(4941)] = 29722, + [SMALL_STATE(4942)] = 29788, + [SMALL_STATE(4943)] = 29864, + [SMALL_STATE(4944)] = 29944, + [SMALL_STATE(4945)] = 30010, + [SMALL_STATE(4946)] = 30076, + [SMALL_STATE(4947)] = 30142, + [SMALL_STATE(4948)] = 30216, + [SMALL_STATE(4949)] = 30290, + [SMALL_STATE(4950)] = 30366, + [SMALL_STATE(4951)] = 30432, + [SMALL_STATE(4952)] = 30506, + [SMALL_STATE(4953)] = 30572, + [SMALL_STATE(4954)] = 30646, + [SMALL_STATE(4955)] = 30722, + [SMALL_STATE(4956)] = 30800, + [SMALL_STATE(4957)] = 30876, + [SMALL_STATE(4958)] = 30942, + [SMALL_STATE(4959)] = 31016, + [SMALL_STATE(4960)] = 31082, + [SMALL_STATE(4961)] = 31148, + [SMALL_STATE(4962)] = 31221, + [SMALL_STATE(4963)] = 31290, + [SMALL_STATE(4964)] = 31363, + [SMALL_STATE(4965)] = 31438, + [SMALL_STATE(4966)] = 31515, + [SMALL_STATE(4967)] = 31588, + [SMALL_STATE(4968)] = 31653, + [SMALL_STATE(4969)] = 31718, + [SMALL_STATE(4970)] = 31785, + [SMALL_STATE(4971)] = 31850, + [SMALL_STATE(4972)] = 31919, + [SMALL_STATE(4973)] = 31988, + [SMALL_STATE(4974)] = 32061, + [SMALL_STATE(4975)] = 32126, + [SMALL_STATE(4976)] = 32191, + [SMALL_STATE(4977)] = 32264, + [SMALL_STATE(4978)] = 32337, + [SMALL_STATE(4979)] = 32410, + [SMALL_STATE(4980)] = 32475, + [SMALL_STATE(4981)] = 32548, + [SMALL_STATE(4982)] = 32613, + [SMALL_STATE(4983)] = 32682, + [SMALL_STATE(4984)] = 32751, + [SMALL_STATE(4985)] = 32826, + [SMALL_STATE(4986)] = 32895, + [SMALL_STATE(4987)] = 32970, + [SMALL_STATE(4988)] = 33047, + [SMALL_STATE(4989)] = 33120, + [SMALL_STATE(4990)] = 33193, + [SMALL_STATE(4991)] = 33262, + [SMALL_STATE(4992)] = 33339, + [SMALL_STATE(4993)] = 33408, + [SMALL_STATE(4994)] = 33473, + [SMALL_STATE(4995)] = 33546, + [SMALL_STATE(4996)] = 33611, + [SMALL_STATE(4997)] = 33684, + [SMALL_STATE(4998)] = 33757, + [SMALL_STATE(4999)] = 33826, + [SMALL_STATE(5000)] = 33899, + [SMALL_STATE(5001)] = 33964, + [SMALL_STATE(5002)] = 34033, + [SMALL_STATE(5003)] = 34108, + [SMALL_STATE(5004)] = 34177, + [SMALL_STATE(5005)] = 34242, + [SMALL_STATE(5006)] = 34307, + [SMALL_STATE(5007)] = 34376, + [SMALL_STATE(5008)] = 34445, + [SMALL_STATE(5009)] = 34514, + [SMALL_STATE(5010)] = 34579, + [SMALL_STATE(5011)] = 34644, + [SMALL_STATE(5012)] = 34713, + [SMALL_STATE(5013)] = 34778, + [SMALL_STATE(5014)] = 34855, + [SMALL_STATE(5015)] = 34924, + [SMALL_STATE(5016)] = 34989, + [SMALL_STATE(5017)] = 35058, + [SMALL_STATE(5018)] = 35123, + [SMALL_STATE(5019)] = 35192, + [SMALL_STATE(5020)] = 35265, + [SMALL_STATE(5021)] = 35338, + [SMALL_STATE(5022)] = 35407, + [SMALL_STATE(5023)] = 35472, + [SMALL_STATE(5024)] = 35547, + [SMALL_STATE(5025)] = 35616, + [SMALL_STATE(5026)] = 35689, + [SMALL_STATE(5027)] = 35758, + [SMALL_STATE(5028)] = 35831, + [SMALL_STATE(5029)] = 35900, + [SMALL_STATE(5030)] = 35971, + [SMALL_STATE(5031)] = 36036, + [SMALL_STATE(5032)] = 36101, + [SMALL_STATE(5033)] = 36170, + [SMALL_STATE(5034)] = 36245, + [SMALL_STATE(5035)] = 36318, + [SMALL_STATE(5036)] = 36391, + [SMALL_STATE(5037)] = 36460, + [SMALL_STATE(5038)] = 36533, + [SMALL_STATE(5039)] = 36602, + [SMALL_STATE(5040)] = 36669, + [SMALL_STATE(5041)] = 36738, + [SMALL_STATE(5042)] = 36809, + [SMALL_STATE(5043)] = 36882, + [SMALL_STATE(5044)] = 36949, + [SMALL_STATE(5045)] = 37014, + [SMALL_STATE(5046)] = 37079, + [SMALL_STATE(5047)] = 37152, + [SMALL_STATE(5048)] = 37221, + [SMALL_STATE(5049)] = 37290, + [SMALL_STATE(5050)] = 37363, + [SMALL_STATE(5051)] = 37428, + [SMALL_STATE(5052)] = 37497, + [SMALL_STATE(5053)] = 37566, + [SMALL_STATE(5054)] = 37635, + [SMALL_STATE(5055)] = 37708, + [SMALL_STATE(5056)] = 37781, + [SMALL_STATE(5057)] = 37846, + [SMALL_STATE(5058)] = 37919, + [SMALL_STATE(5059)] = 37986, + [SMALL_STATE(5060)] = 38059, + [SMALL_STATE(5061)] = 38128, + [SMALL_STATE(5062)] = 38205, + [SMALL_STATE(5063)] = 38274, + [SMALL_STATE(5064)] = 38347, + [SMALL_STATE(5065)] = 38416, + [SMALL_STATE(5066)] = 38480, + [SMALL_STATE(5067)] = 38544, + [SMALL_STATE(5068)] = 38608, + [SMALL_STATE(5069)] = 38672, + [SMALL_STATE(5070)] = 38744, + [SMALL_STATE(5071)] = 38808, + [SMALL_STATE(5072)] = 38880, + [SMALL_STATE(5073)] = 38944, + [SMALL_STATE(5074)] = 39008, + [SMALL_STATE(5075)] = 39074, + [SMALL_STATE(5076)] = 39138, + [SMALL_STATE(5077)] = 39202, + [SMALL_STATE(5078)] = 39266, + [SMALL_STATE(5079)] = 39332, + [SMALL_STATE(5080)] = 39396, + [SMALL_STATE(5081)] = 39460, + [SMALL_STATE(5082)] = 39524, + [SMALL_STATE(5083)] = 39588, + [SMALL_STATE(5084)] = 39652, + [SMALL_STATE(5085)] = 39716, + [SMALL_STATE(5086)] = 39780, + [SMALL_STATE(5087)] = 39846, + [SMALL_STATE(5088)] = 39910, + [SMALL_STATE(5089)] = 39978, + [SMALL_STATE(5090)] = 40042, + [SMALL_STATE(5091)] = 40116, + [SMALL_STATE(5092)] = 40180, + [SMALL_STATE(5093)] = 40244, + [SMALL_STATE(5094)] = 40308, + [SMALL_STATE(5095)] = 40372, + [SMALL_STATE(5096)] = 40436, + [SMALL_STATE(5097)] = 40508, + [SMALL_STATE(5098)] = 40572, + [SMALL_STATE(5099)] = 40636, + [SMALL_STATE(5100)] = 40700, + [SMALL_STATE(5101)] = 40764, + [SMALL_STATE(5102)] = 40828, + [SMALL_STATE(5103)] = 40892, + [SMALL_STATE(5104)] = 40960, + [SMALL_STATE(5105)] = 41024, + [SMALL_STATE(5106)] = 41088, + [SMALL_STATE(5107)] = 41152, + [SMALL_STATE(5108)] = 41218, + [SMALL_STATE(5109)] = 41282, + [SMALL_STATE(5110)] = 41346, + [SMALL_STATE(5111)] = 41418, + [SMALL_STATE(5112)] = 41490, + [SMALL_STATE(5113)] = 41554, + [SMALL_STATE(5114)] = 41618, + [SMALL_STATE(5115)] = 41682, + [SMALL_STATE(5116)] = 41756, + [SMALL_STATE(5117)] = 41820, + [SMALL_STATE(5118)] = 41884, + [SMALL_STATE(5119)] = 41948, + [SMALL_STATE(5120)] = 42012, + [SMALL_STATE(5121)] = 42076, + [SMALL_STATE(5122)] = 42148, + [SMALL_STATE(5123)] = 42212, + [SMALL_STATE(5124)] = 42276, + [SMALL_STATE(5125)] = 42342, + [SMALL_STATE(5126)] = 42410, + [SMALL_STATE(5127)] = 42474, + [SMALL_STATE(5128)] = 42538, + [SMALL_STATE(5129)] = 42602, + [SMALL_STATE(5130)] = 42666, + [SMALL_STATE(5131)] = 42732, + [SMALL_STATE(5132)] = 42798, + [SMALL_STATE(5133)] = 42862, + [SMALL_STATE(5134)] = 42926, + [SMALL_STATE(5135)] = 42990, + [SMALL_STATE(5136)] = 43054, + [SMALL_STATE(5137)] = 43118, + [SMALL_STATE(5138)] = 43182, + [SMALL_STATE(5139)] = 43248, + [SMALL_STATE(5140)] = 43320, + [SMALL_STATE(5141)] = 43384, + [SMALL_STATE(5142)] = 43454, + [SMALL_STATE(5143)] = 43518, + [SMALL_STATE(5144)] = 43582, + [SMALL_STATE(5145)] = 43646, + [SMALL_STATE(5146)] = 43710, + [SMALL_STATE(5147)] = 43784, + [SMALL_STATE(5148)] = 43848, + [SMALL_STATE(5149)] = 43912, + [SMALL_STATE(5150)] = 43986, + [SMALL_STATE(5151)] = 44050, + [SMALL_STATE(5152)] = 44120, + [SMALL_STATE(5153)] = 44192, + [SMALL_STATE(5154)] = 44262, + [SMALL_STATE(5155)] = 44326, + [SMALL_STATE(5156)] = 44390, + [SMALL_STATE(5157)] = 44462, + [SMALL_STATE(5158)] = 44526, + [SMALL_STATE(5159)] = 44590, + [SMALL_STATE(5160)] = 44662, + [SMALL_STATE(5161)] = 44726, + [SMALL_STATE(5162)] = 44796, + [SMALL_STATE(5163)] = 44860, + [SMALL_STATE(5164)] = 44924, + [SMALL_STATE(5165)] = 44998, + [SMALL_STATE(5166)] = 45070, + [SMALL_STATE(5167)] = 45134, + [SMALL_STATE(5168)] = 45198, + [SMALL_STATE(5169)] = 45262, + [SMALL_STATE(5170)] = 45326, + [SMALL_STATE(5171)] = 45390, + [SMALL_STATE(5172)] = 45454, + [SMALL_STATE(5173)] = 45518, + [SMALL_STATE(5174)] = 45582, + [SMALL_STATE(5175)] = 45652, + [SMALL_STATE(5176)] = 45716, + [SMALL_STATE(5177)] = 45780, + [SMALL_STATE(5178)] = 45844, + [SMALL_STATE(5179)] = 45916, + [SMALL_STATE(5180)] = 45980, + [SMALL_STATE(5181)] = 46050, + [SMALL_STATE(5182)] = 46114, + [SMALL_STATE(5183)] = 46178, + [SMALL_STATE(5184)] = 46242, + [SMALL_STATE(5185)] = 46306, + [SMALL_STATE(5186)] = 46370, + [SMALL_STATE(5187)] = 46434, + [SMALL_STATE(5188)] = 46506, + [SMALL_STATE(5189)] = 46570, + [SMALL_STATE(5190)] = 46634, + [SMALL_STATE(5191)] = 46698, + [SMALL_STATE(5192)] = 46762, + [SMALL_STATE(5193)] = 46826, + [SMALL_STATE(5194)] = 46900, + [SMALL_STATE(5195)] = 46964, + [SMALL_STATE(5196)] = 47028, + [SMALL_STATE(5197)] = 47092, + [SMALL_STATE(5198)] = 47156, + [SMALL_STATE(5199)] = 47220, + [SMALL_STATE(5200)] = 47284, + [SMALL_STATE(5201)] = 47348, + [SMALL_STATE(5202)] = 47412, + [SMALL_STATE(5203)] = 47476, + [SMALL_STATE(5204)] = 47540, + [SMALL_STATE(5205)] = 47604, + [SMALL_STATE(5206)] = 47676, + [SMALL_STATE(5207)] = 47740, + [SMALL_STATE(5208)] = 47804, + [SMALL_STATE(5209)] = 47868, + [SMALL_STATE(5210)] = 47932, + [SMALL_STATE(5211)] = 47996, + [SMALL_STATE(5212)] = 48068, + [SMALL_STATE(5213)] = 48132, + [SMALL_STATE(5214)] = 48196, + [SMALL_STATE(5215)] = 48260, + [SMALL_STATE(5216)] = 48324, + [SMALL_STATE(5217)] = 48388, + [SMALL_STATE(5218)] = 48452, + [SMALL_STATE(5219)] = 48516, + [SMALL_STATE(5220)] = 48590, + [SMALL_STATE(5221)] = 48654, + [SMALL_STATE(5222)] = 48718, + [SMALL_STATE(5223)] = 48782, + [SMALL_STATE(5224)] = 48846, + [SMALL_STATE(5225)] = 48910, + [SMALL_STATE(5226)] = 48974, + [SMALL_STATE(5227)] = 49044, + [SMALL_STATE(5228)] = 49108, + [SMALL_STATE(5229)] = 49172, + [SMALL_STATE(5230)] = 49236, + [SMALL_STATE(5231)] = 49300, + [SMALL_STATE(5232)] = 49364, + [SMALL_STATE(5233)] = 49428, + [SMALL_STATE(5234)] = 49492, + [SMALL_STATE(5235)] = 49556, + [SMALL_STATE(5236)] = 49620, + [SMALL_STATE(5237)] = 49684, + [SMALL_STATE(5238)] = 49748, + [SMALL_STATE(5239)] = 49812, + [SMALL_STATE(5240)] = 49876, + [SMALL_STATE(5241)] = 49940, + [SMALL_STATE(5242)] = 50004, + [SMALL_STATE(5243)] = 50076, + [SMALL_STATE(5244)] = 50140, + [SMALL_STATE(5245)] = 50212, + [SMALL_STATE(5246)] = 50284, + [SMALL_STATE(5247)] = 50348, + [SMALL_STATE(5248)] = 50412, + [SMALL_STATE(5249)] = 50484, + [SMALL_STATE(5250)] = 50548, + [SMALL_STATE(5251)] = 50612, + [SMALL_STATE(5252)] = 50676, + [SMALL_STATE(5253)] = 50740, + [SMALL_STATE(5254)] = 50812, + [SMALL_STATE(5255)] = 50876, + [SMALL_STATE(5256)] = 50940, + [SMALL_STATE(5257)] = 51004, + [SMALL_STATE(5258)] = 51078, + [SMALL_STATE(5259)] = 51144, + [SMALL_STATE(5260)] = 51208, + [SMALL_STATE(5261)] = 51277, + [SMALL_STATE(5262)] = 51344, + [SMALL_STATE(5263)] = 51411, + [SMALL_STATE(5264)] = 51488, + [SMALL_STATE(5265)] = 51555, + [SMALL_STATE(5266)] = 51622, + [SMALL_STATE(5267)] = 51689, + [SMALL_STATE(5268)] = 51756, + [SMALL_STATE(5269)] = 51825, + [SMALL_STATE(5270)] = 51892, + [SMALL_STATE(5271)] = 51959, + [SMALL_STATE(5272)] = 52026, + [SMALL_STATE(5273)] = 52091, + [SMALL_STATE(5274)] = 52158, + [SMALL_STATE(5275)] = 52223, + [SMALL_STATE(5276)] = 52292, + [SMALL_STATE(5277)] = 52359, + [SMALL_STATE(5278)] = 52424, + [SMALL_STATE(5279)] = 52493, + [SMALL_STATE(5280)] = 52560, + [SMALL_STATE(5281)] = 52625, + [SMALL_STATE(5282)] = 52690, + [SMALL_STATE(5283)] = 52757, + [SMALL_STATE(5284)] = 52824, + [SMALL_STATE(5285)] = 52891, + [SMALL_STATE(5286)] = 52956, + [SMALL_STATE(5287)] = 53023, + [SMALL_STATE(5288)] = 53090, + [SMALL_STATE(5289)] = 53157, + [SMALL_STATE(5290)] = 53224, + [SMALL_STATE(5291)] = 53291, + [SMALL_STATE(5292)] = 53368, + [SMALL_STATE(5293)] = 53445, + [SMALL_STATE(5294)] = 53518, + [SMALL_STATE(5295)] = 53583, + [SMALL_STATE(5296)] = 53660, + [SMALL_STATE(5297)] = 53727, + [SMALL_STATE(5298)] = 53794, + [SMALL_STATE(5299)] = 53871, + [SMALL_STATE(5300)] = 53948, + [SMALL_STATE(5301)] = 54015, + [SMALL_STATE(5302)] = 54082, + [SMALL_STATE(5303)] = 54149, + [SMALL_STATE(5304)] = 54226, + [SMALL_STATE(5305)] = 54303, + [SMALL_STATE(5306)] = 54370, + [SMALL_STATE(5307)] = 54437, + [SMALL_STATE(5308)] = 54514, + [SMALL_STATE(5309)] = 54591, + [SMALL_STATE(5310)] = 54658, + [SMALL_STATE(5311)] = 54720, + [SMALL_STATE(5312)] = 54794, + [SMALL_STATE(5313)] = 54868, + [SMALL_STATE(5314)] = 54942, + [SMALL_STATE(5315)] = 55016, + [SMALL_STATE(5316)] = 55090, + [SMALL_STATE(5317)] = 55152, + [SMALL_STATE(5318)] = 55226, + [SMALL_STATE(5319)] = 55288, + [SMALL_STATE(5320)] = 55350, + [SMALL_STATE(5321)] = 55418, + [SMALL_STATE(5322)] = 55486, + [SMALL_STATE(5323)] = 55550, + [SMALL_STATE(5324)] = 55612, + [SMALL_STATE(5325)] = 55680, + [SMALL_STATE(5326)] = 55742, + [SMALL_STATE(5327)] = 55810, + [SMALL_STATE(5328)] = 55872, + [SMALL_STATE(5329)] = 55934, + [SMALL_STATE(5330)] = 55996, + [SMALL_STATE(5331)] = 56058, + [SMALL_STATE(5332)] = 56120, + [SMALL_STATE(5333)] = 56182, + [SMALL_STATE(5334)] = 56244, + [SMALL_STATE(5335)] = 56306, + [SMALL_STATE(5336)] = 56368, + [SMALL_STATE(5337)] = 56430, + [SMALL_STATE(5338)] = 56492, + [SMALL_STATE(5339)] = 56556, + [SMALL_STATE(5340)] = 56630, + [SMALL_STATE(5341)] = 56692, + [SMALL_STATE(5342)] = 56756, + [SMALL_STATE(5343)] = 56818, + [SMALL_STATE(5344)] = 56892, + [SMALL_STATE(5345)] = 56954, + [SMALL_STATE(5346)] = 57016, + [SMALL_STATE(5347)] = 57078, + [SMALL_STATE(5348)] = 57140, + [SMALL_STATE(5349)] = 57202, + [SMALL_STATE(5350)] = 57264, + [SMALL_STATE(5351)] = 57326, + [SMALL_STATE(5352)] = 57388, + [SMALL_STATE(5353)] = 57450, + [SMALL_STATE(5354)] = 57556, + [SMALL_STATE(5355)] = 57618, + [SMALL_STATE(5356)] = 57680, + [SMALL_STATE(5357)] = 57742, + [SMALL_STATE(5358)] = 57808, + [SMALL_STATE(5359)] = 57874, + [SMALL_STATE(5360)] = 57936, + [SMALL_STATE(5361)] = 57998, + [SMALL_STATE(5362)] = 58060, + [SMALL_STATE(5363)] = 58130, + [SMALL_STATE(5364)] = 58192, + [SMALL_STATE(5365)] = 58298, + [SMALL_STATE(5366)] = 58360, + [SMALL_STATE(5367)] = 58424, + [SMALL_STATE(5368)] = 58486, + [SMALL_STATE(5369)] = 58558, + [SMALL_STATE(5370)] = 58634, + [SMALL_STATE(5371)] = 58696, + [SMALL_STATE(5372)] = 58770, + [SMALL_STATE(5373)] = 58832, + [SMALL_STATE(5374)] = 58894, + [SMALL_STATE(5375)] = 58956, + [SMALL_STATE(5376)] = 59018, + [SMALL_STATE(5377)] = 59094, + [SMALL_STATE(5378)] = 59166, + [SMALL_STATE(5379)] = 59242, + [SMALL_STATE(5380)] = 59318, + [SMALL_STATE(5381)] = 59394, + [SMALL_STATE(5382)] = 59456, + [SMALL_STATE(5383)] = 59518, + [SMALL_STATE(5384)] = 59580, + [SMALL_STATE(5385)] = 59642, + [SMALL_STATE(5386)] = 59704, + [SMALL_STATE(5387)] = 59810, + [SMALL_STATE(5388)] = 59874, + [SMALL_STATE(5389)] = 59936, + [SMALL_STATE(5390)] = 59998, + [SMALL_STATE(5391)] = 60060, + [SMALL_STATE(5392)] = 60122, + [SMALL_STATE(5393)] = 60184, + [SMALL_STATE(5394)] = 60246, + [SMALL_STATE(5395)] = 60308, + [SMALL_STATE(5396)] = 60372, + [SMALL_STATE(5397)] = 60434, + [SMALL_STATE(5398)] = 60498, + [SMALL_STATE(5399)] = 60560, + [SMALL_STATE(5400)] = 60624, + [SMALL_STATE(5401)] = 60688, + [SMALL_STATE(5402)] = 60760, + [SMALL_STATE(5403)] = 60822, + [SMALL_STATE(5404)] = 60884, + [SMALL_STATE(5405)] = 60948, + [SMALL_STATE(5406)] = 61010, + [SMALL_STATE(5407)] = 61072, + [SMALL_STATE(5408)] = 61136, + [SMALL_STATE(5409)] = 61198, + [SMALL_STATE(5410)] = 61260, + [SMALL_STATE(5411)] = 61334, + [SMALL_STATE(5412)] = 61400, + [SMALL_STATE(5413)] = 61462, + [SMALL_STATE(5414)] = 61524, + [SMALL_STATE(5415)] = 61630, + [SMALL_STATE(5416)] = 61692, + [SMALL_STATE(5417)] = 61754, + [SMALL_STATE(5418)] = 61818, + [SMALL_STATE(5419)] = 61882, + [SMALL_STATE(5420)] = 61946, + [SMALL_STATE(5421)] = 62007, + [SMALL_STATE(5422)] = 62078, + [SMALL_STATE(5423)] = 62179, + [SMALL_STATE(5424)] = 62284, + [SMALL_STATE(5425)] = 62385, + [SMALL_STATE(5426)] = 62446, + [SMALL_STATE(5427)] = 62551, + [SMALL_STATE(5428)] = 62622, + [SMALL_STATE(5429)] = 62693, + [SMALL_STATE(5430)] = 62764, + [SMALL_STATE(5431)] = 62835, + [SMALL_STATE(5432)] = 62940, + [SMALL_STATE(5433)] = 63009, + [SMALL_STATE(5434)] = 63080, + [SMALL_STATE(5435)] = 63151, + [SMALL_STATE(5436)] = 63220, + [SMALL_STATE(5437)] = 63291, + [SMALL_STATE(5438)] = 63362, + [SMALL_STATE(5439)] = 63433, + [SMALL_STATE(5440)] = 63496, + [SMALL_STATE(5441)] = 63561, + [SMALL_STATE(5442)] = 63630, + [SMALL_STATE(5443)] = 63695, + [SMALL_STATE(5444)] = 63758, + [SMALL_STATE(5445)] = 63821, + [SMALL_STATE(5446)] = 63890, + [SMALL_STATE(5447)] = 63959, + [SMALL_STATE(5448)] = 64032, + [SMALL_STATE(5449)] = 64105, + [SMALL_STATE(5450)] = 64178, + [SMALL_STATE(5451)] = 64283, + [SMALL_STATE(5452)] = 64352, + [SMALL_STATE(5453)] = 64421, + [SMALL_STATE(5454)] = 64490, + [SMALL_STATE(5455)] = 64563, + [SMALL_STATE(5456)] = 64634, + [SMALL_STATE(5457)] = 64699, + [SMALL_STATE(5458)] = 64800, + [SMALL_STATE(5459)] = 64863, + [SMALL_STATE(5460)] = 64924, + [SMALL_STATE(5461)] = 64995, + [SMALL_STATE(5462)] = 65064, + [SMALL_STATE(5463)] = 65125, + [SMALL_STATE(5464)] = 65196, + [SMALL_STATE(5465)] = 65297, + [SMALL_STATE(5466)] = 65360, + [SMALL_STATE(5467)] = 65431, + [SMALL_STATE(5468)] = 65532, + [SMALL_STATE(5469)] = 65605, + [SMALL_STATE(5470)] = 65674, + [SMALL_STATE(5471)] = 65739, + [SMALL_STATE(5472)] = 65810, + [SMALL_STATE(5473)] = 65881, + [SMALL_STATE(5474)] = 65952, + [SMALL_STATE(5475)] = 66023, + [SMALL_STATE(5476)] = 66094, + [SMALL_STATE(5477)] = 66194, + [SMALL_STATE(5478)] = 66294, + [SMALL_STATE(5479)] = 66394, + [SMALL_STATE(5480)] = 66494, + [SMALL_STATE(5481)] = 66562, + [SMALL_STATE(5482)] = 66662, + [SMALL_STATE(5483)] = 66726, + [SMALL_STATE(5484)] = 66826, + [SMALL_STATE(5485)] = 66926, + [SMALL_STATE(5486)] = 67008, + [SMALL_STATE(5487)] = 67078, + [SMALL_STATE(5488)] = 67146, + [SMALL_STATE(5489)] = 67216, + [SMALL_STATE(5490)] = 67316, + [SMALL_STATE(5491)] = 67384, + [SMALL_STATE(5492)] = 67452, + [SMALL_STATE(5493)] = 67552, + [SMALL_STATE(5494)] = 67620, + [SMALL_STATE(5495)] = 67720, + [SMALL_STATE(5496)] = 67790, + [SMALL_STATE(5497)] = 67852, + [SMALL_STATE(5498)] = 67952, + [SMALL_STATE(5499)] = 68012, + [SMALL_STATE(5500)] = 68078, + [SMALL_STATE(5501)] = 68148, + [SMALL_STATE(5502)] = 68218, + [SMALL_STATE(5503)] = 68288, + [SMALL_STATE(5504)] = 68348, + [SMALL_STATE(5505)] = 68414, + [SMALL_STATE(5506)] = 68514, + [SMALL_STATE(5507)] = 68596, + [SMALL_STATE(5508)] = 68666, + [SMALL_STATE(5509)] = 68736, + [SMALL_STATE(5510)] = 68800, + [SMALL_STATE(5511)] = 68870, + [SMALL_STATE(5512)] = 68940, + [SMALL_STATE(5513)] = 69040, + [SMALL_STATE(5514)] = 69140, + [SMALL_STATE(5515)] = 69208, + [SMALL_STATE(5516)] = 69272, + [SMALL_STATE(5517)] = 69332, + [SMALL_STATE(5518)] = 69400, + [SMALL_STATE(5519)] = 69464, + [SMALL_STATE(5520)] = 69526, + [SMALL_STATE(5521)] = 69626, + [SMALL_STATE(5522)] = 69726, + [SMALL_STATE(5523)] = 69796, + [SMALL_STATE(5524)] = 69896, + [SMALL_STATE(5525)] = 69964, + [SMALL_STATE(5526)] = 70064, + [SMALL_STATE(5527)] = 70132, + [SMALL_STATE(5528)] = 70200, + [SMALL_STATE(5529)] = 70260, + [SMALL_STATE(5530)] = 70357, + [SMALL_STATE(5531)] = 70424, + [SMALL_STATE(5532)] = 70483, + [SMALL_STATE(5533)] = 70580, + [SMALL_STATE(5534)] = 70677, + [SMALL_STATE(5535)] = 70736, + [SMALL_STATE(5536)] = 70795, + [SMALL_STATE(5537)] = 70858, + [SMALL_STATE(5538)] = 70921, + [SMALL_STATE(5539)] = 71020, + [SMALL_STATE(5540)] = 71115, + [SMALL_STATE(5541)] = 71174, + [SMALL_STATE(5542)] = 71235, + [SMALL_STATE(5543)] = 71334, + [SMALL_STATE(5544)] = 71431, + [SMALL_STATE(5545)] = 71530, + [SMALL_STATE(5546)] = 71627, + [SMALL_STATE(5547)] = 71724, + [SMALL_STATE(5548)] = 71821, + [SMALL_STATE(5549)] = 71880, + [SMALL_STATE(5550)] = 71979, + [SMALL_STATE(5551)] = 72076, + [SMALL_STATE(5552)] = 72143, + [SMALL_STATE(5553)] = 72202, + [SMALL_STATE(5554)] = 72299, + [SMALL_STATE(5555)] = 72394, + [SMALL_STATE(5556)] = 72493, + [SMALL_STATE(5557)] = 72556, + [SMALL_STATE(5558)] = 72653, + [SMALL_STATE(5559)] = 72748, + [SMALL_STATE(5560)] = 72845, + [SMALL_STATE(5561)] = 72940, + [SMALL_STATE(5562)] = 73035, + [SMALL_STATE(5563)] = 73102, + [SMALL_STATE(5564)] = 73201, + [SMALL_STATE(5565)] = 73268, + [SMALL_STATE(5566)] = 73327, + [SMALL_STATE(5567)] = 73426, + [SMALL_STATE(5568)] = 73523, + [SMALL_STATE(5569)] = 73584, + [SMALL_STATE(5570)] = 73651, + [SMALL_STATE(5571)] = 73716, + [SMALL_STATE(5572)] = 73813, + [SMALL_STATE(5573)] = 73872, + [SMALL_STATE(5574)] = 73971, + [SMALL_STATE(5575)] = 74038, + [SMALL_STATE(5576)] = 74103, + [SMALL_STATE(5577)] = 74162, + [SMALL_STATE(5578)] = 74259, + [SMALL_STATE(5579)] = 74320, + [SMALL_STATE(5580)] = 74417, + [SMALL_STATE(5581)] = 74516, + [SMALL_STATE(5582)] = 74615, + [SMALL_STATE(5583)] = 74712, + [SMALL_STATE(5584)] = 74775, + [SMALL_STATE(5585)] = 74834, + [SMALL_STATE(5586)] = 74931, + [SMALL_STATE(5587)] = 74998, + [SMALL_STATE(5588)] = 75061, + [SMALL_STATE(5589)] = 75160, + [SMALL_STATE(5590)] = 75257, + [SMALL_STATE(5591)] = 75324, + [SMALL_STATE(5592)] = 75423, + [SMALL_STATE(5593)] = 75490, + [SMALL_STATE(5594)] = 75551, + [SMALL_STATE(5595)] = 75618, + [SMALL_STATE(5596)] = 75717, + [SMALL_STATE(5597)] = 75811, + [SMALL_STATE(5598)] = 75871, + [SMALL_STATE(5599)] = 75931, + [SMALL_STATE(5600)] = 75995, + [SMALL_STATE(5601)] = 76057, + [SMALL_STATE(5602)] = 76115, + [SMALL_STATE(5603)] = 76177, + [SMALL_STATE(5604)] = 76271, + [SMALL_STATE(5605)] = 76335, + [SMALL_STATE(5606)] = 76415, + [SMALL_STATE(5607)] = 76475, + [SMALL_STATE(5608)] = 76569, + [SMALL_STATE(5609)] = 76663, + [SMALL_STATE(5610)] = 76723, + [SMALL_STATE(5611)] = 76817, + [SMALL_STATE(5612)] = 76897, + [SMALL_STATE(5613)] = 76957, + [SMALL_STATE(5614)] = 77051, + [SMALL_STATE(5615)] = 77109, + [SMALL_STATE(5616)] = 77203, + [SMALL_STATE(5617)] = 77297, + [SMALL_STATE(5618)] = 77358, + [SMALL_STATE(5619)] = 77419, + [SMALL_STATE(5620)] = 77478, + [SMALL_STATE(5621)] = 77539, + [SMALL_STATE(5622)] = 77598, + [SMALL_STATE(5623)] = 77659, + [SMALL_STATE(5624)] = 77718, + [SMALL_STATE(5625)] = 77777, + [SMALL_STATE(5626)] = 77838, + [SMALL_STATE(5627)] = 77897, + [SMALL_STATE(5628)] = 77955, + [SMALL_STATE(5629)] = 78045, + [SMALL_STATE(5630)] = 78101, + [SMALL_STATE(5631)] = 78187, + [SMALL_STATE(5632)] = 78247, + [SMALL_STATE(5633)] = 78333, + [SMALL_STATE(5634)] = 78391, + [SMALL_STATE(5635)] = 78477, + [SMALL_STATE(5636)] = 78533, + [SMALL_STATE(5637)] = 78589, + [SMALL_STATE(5638)] = 78675, + [SMALL_STATE(5639)] = 78761, + [SMALL_STATE(5640)] = 78847, + [SMALL_STATE(5641)] = 78903, + [SMALL_STATE(5642)] = 78961, + [SMALL_STATE(5643)] = 79021, + [SMALL_STATE(5644)] = 79079, + [SMALL_STATE(5645)] = 79137, + [SMALL_STATE(5646)] = 79197, + [SMALL_STATE(5647)] = 79282, + [SMALL_STATE(5648)] = 79365, + [SMALL_STATE(5649)] = 79448, + [SMALL_STATE(5650)] = 79533, + [SMALL_STATE(5651)] = 79592, + [SMALL_STATE(5652)] = 79675, + [SMALL_STATE(5653)] = 79758, + [SMALL_STATE(5654)] = 79841, + [SMALL_STATE(5655)] = 79902, + [SMALL_STATE(5656)] = 79961, + [SMALL_STATE(5657)] = 80046, + [SMALL_STATE(5658)] = 80129, + [SMALL_STATE(5659)] = 80214, + [SMALL_STATE(5660)] = 80299, + [SMALL_STATE(5661)] = 80354, + [SMALL_STATE(5662)] = 80409, + [SMALL_STATE(5663)] = 80492, + [SMALL_STATE(5664)] = 80551, + [SMALL_STATE(5665)] = 80634, + [SMALL_STATE(5666)] = 80719, + [SMALL_STATE(5667)] = 80801, + [SMALL_STATE(5668)] = 80883, + [SMALL_STATE(5669)] = 80965, + [SMALL_STATE(5670)] = 81041, + [SMALL_STATE(5671)] = 81123, + [SMALL_STATE(5672)] = 81205, + [SMALL_STATE(5673)] = 81279, + [SMALL_STATE(5674)] = 81361, + [SMALL_STATE(5675)] = 81443, + [SMALL_STATE(5676)] = 81525, + [SMALL_STATE(5677)] = 81577, + [SMALL_STATE(5678)] = 81629, + [SMALL_STATE(5679)] = 81691, + [SMALL_STATE(5680)] = 81745, + [SMALL_STATE(5681)] = 81797, + [SMALL_STATE(5682)] = 81849, + [SMALL_STATE(5683)] = 81905, + [SMALL_STATE(5684)] = 81959, + [SMALL_STATE(5685)] = 82014, + [SMALL_STATE(5686)] = 82069, + [SMALL_STATE(5687)] = 82124, + [SMALL_STATE(5688)] = 82185, + [SMALL_STATE(5689)] = 82236, + [SMALL_STATE(5690)] = 82287, + [SMALL_STATE(5691)] = 82337, + [SMALL_STATE(5692)] = 82435, + [SMALL_STATE(5693)] = 82485, + [SMALL_STATE(5694)] = 82583, + [SMALL_STATE(5695)] = 82631, + [SMALL_STATE(5696)] = 82679, + [SMALL_STATE(5697)] = 82727, + [SMALL_STATE(5698)] = 82777, + [SMALL_STATE(5699)] = 82825, + [SMALL_STATE(5700)] = 82873, + [SMALL_STATE(5701)] = 82971, + [SMALL_STATE(5702)] = 83069, + [SMALL_STATE(5703)] = 83119, + [SMALL_STATE(5704)] = 83169, + [SMALL_STATE(5705)] = 83217, + [SMALL_STATE(5706)] = 83267, + [SMALL_STATE(5707)] = 83365, + [SMALL_STATE(5708)] = 83419, + [SMALL_STATE(5709)] = 83469, + [SMALL_STATE(5710)] = 83567, + [SMALL_STATE(5711)] = 83619, + [SMALL_STATE(5712)] = 83670, + [SMALL_STATE(5713)] = 83721, + [SMALL_STATE(5714)] = 83772, + [SMALL_STATE(5715)] = 83862, + [SMALL_STATE(5716)] = 83952, + [SMALL_STATE(5717)] = 84000, + [SMALL_STATE(5718)] = 84090, + [SMALL_STATE(5719)] = 84138, + [SMALL_STATE(5720)] = 84186, + [SMALL_STATE(5721)] = 84276, + [SMALL_STATE(5722)] = 84366, + [SMALL_STATE(5723)] = 84414, + [SMALL_STATE(5724)] = 84466, + [SMALL_STATE(5725)] = 84514, + [SMALL_STATE(5726)] = 84604, + [SMALL_STATE(5727)] = 84694, + [SMALL_STATE(5728)] = 84742, + [SMALL_STATE(5729)] = 84832, + [SMALL_STATE(5730)] = 84922, + [SMALL_STATE(5731)] = 84970, + [SMALL_STATE(5732)] = 85020, + [SMALL_STATE(5733)] = 85070, + [SMALL_STATE(5734)] = 85120, + [SMALL_STATE(5735)] = 85168, + [SMALL_STATE(5736)] = 85218, + [SMALL_STATE(5737)] = 85308, + [SMALL_STATE(5738)] = 85356, + [SMALL_STATE(5739)] = 85446, + [SMALL_STATE(5740)] = 85494, + [SMALL_STATE(5741)] = 85542, + [SMALL_STATE(5742)] = 85590, + [SMALL_STATE(5743)] = 85638, + [SMALL_STATE(5744)] = 85686, + [SMALL_STATE(5745)] = 85734, + [SMALL_STATE(5746)] = 85824, + [SMALL_STATE(5747)] = 85914, + [SMALL_STATE(5748)] = 85964, + [SMALL_STATE(5749)] = 86054, + [SMALL_STATE(5750)] = 86104, + [SMALL_STATE(5751)] = 86152, + [SMALL_STATE(5752)] = 86200, + [SMALL_STATE(5753)] = 86290, + [SMALL_STATE(5754)] = 86380, + [SMALL_STATE(5755)] = 86470, + [SMALL_STATE(5756)] = 86560, + [SMALL_STATE(5757)] = 86608, + [SMALL_STATE(5758)] = 86698, + [SMALL_STATE(5759)] = 86788, + [SMALL_STATE(5760)] = 86878, + [SMALL_STATE(5761)] = 86928, + [SMALL_STATE(5762)] = 86977, + [SMALL_STATE(5763)] = 87024, + [SMALL_STATE(5764)] = 87071, + [SMALL_STATE(5765)] = 87117, + [SMALL_STATE(5766)] = 87163, + [SMALL_STATE(5767)] = 87209, + [SMALL_STATE(5768)] = 87257, + [SMALL_STATE(5769)] = 87303, + [SMALL_STATE(5770)] = 87349, + [SMALL_STATE(5771)] = 87395, + [SMALL_STATE(5772)] = 87441, + [SMALL_STATE(5773)] = 87487, + [SMALL_STATE(5774)] = 87533, + [SMALL_STATE(5775)] = 87581, + [SMALL_STATE(5776)] = 87627, + [SMALL_STATE(5777)] = 87673, + [SMALL_STATE(5778)] = 87719, + [SMALL_STATE(5779)] = 87763, + [SMALL_STATE(5780)] = 87809, + [SMALL_STATE(5781)] = 87859, + [SMALL_STATE(5782)] = 87905, + [SMALL_STATE(5783)] = 87953, + [SMALL_STATE(5784)] = 87999, + [SMALL_STATE(5785)] = 88045, + [SMALL_STATE(5786)] = 88093, + [SMALL_STATE(5787)] = 88141, + [SMALL_STATE(5788)] = 88185, + [SMALL_STATE(5789)] = 88229, + [SMALL_STATE(5790)] = 88275, + [SMALL_STATE(5791)] = 88321, + [SMALL_STATE(5792)] = 88365, + [SMALL_STATE(5793)] = 88411, + [SMALL_STATE(5794)] = 88455, + [SMALL_STATE(5795)] = 88501, + [SMALL_STATE(5796)] = 88545, + [SMALL_STATE(5797)] = 88589, + [SMALL_STATE(5798)] = 88633, + [SMALL_STATE(5799)] = 88677, + [SMALL_STATE(5800)] = 88722, + [SMALL_STATE(5801)] = 88765, + [SMALL_STATE(5802)] = 88812, + [SMALL_STATE(5803)] = 88855, + [SMALL_STATE(5804)] = 88902, + [SMALL_STATE(5805)] = 88949, + [SMALL_STATE(5806)] = 88998, + [SMALL_STATE(5807)] = 89047, + [SMALL_STATE(5808)] = 89096, + [SMALL_STATE(5809)] = 89139, + [SMALL_STATE(5810)] = 89183, + [SMALL_STATE(5811)] = 89225, + [SMALL_STATE(5812)] = 89267, + [SMALL_STATE(5813)] = 89309, + [SMALL_STATE(5814)] = 89351, + [SMALL_STATE(5815)] = 89393, + [SMALL_STATE(5816)] = 89437, + [SMALL_STATE(5817)] = 89479, + [SMALL_STATE(5818)] = 89521, + [SMALL_STATE(5819)] = 89567, + [SMALL_STATE(5820)] = 89613, + [SMALL_STATE(5821)] = 89659, + [SMALL_STATE(5822)] = 89707, + [SMALL_STATE(5823)] = 89751, + [SMALL_STATE(5824)] = 89793, + [SMALL_STATE(5825)] = 89835, + [SMALL_STATE(5826)] = 89877, + [SMALL_STATE(5827)] = 89919, + [SMALL_STATE(5828)] = 89963, + [SMALL_STATE(5829)] = 90007, + [SMALL_STATE(5830)] = 90049, + [SMALL_STATE(5831)] = 90091, + [SMALL_STATE(5832)] = 90139, + [SMALL_STATE(5833)] = 90181, + [SMALL_STATE(5834)] = 90223, + [SMALL_STATE(5835)] = 90269, + [SMALL_STATE(5836)] = 90312, + [SMALL_STATE(5837)] = 90353, + [SMALL_STATE(5838)] = 90394, + [SMALL_STATE(5839)] = 90435, + [SMALL_STATE(5840)] = 90482, + [SMALL_STATE(5841)] = 90529, + [SMALL_STATE(5842)] = 90572, + [SMALL_STATE(5843)] = 90615, + [SMALL_STATE(5844)] = 90662, + [SMALL_STATE(5845)] = 90705, + [SMALL_STATE(5846)] = 90747, + [SMALL_STATE(5847)] = 90789, + [SMALL_STATE(5848)] = 90831, + [SMALL_STATE(5849)] = 90873, + [SMALL_STATE(5850)] = 90915, + [SMALL_STATE(5851)] = 90957, + [SMALL_STATE(5852)] = 91035, + [SMALL_STATE(5853)] = 91077, + [SMALL_STATE(5854)] = 91119, + [SMALL_STATE(5855)] = 91161, + [SMALL_STATE(5856)] = 91203, + [SMALL_STATE(5857)] = 91281, + [SMALL_STATE(5858)] = 91323, + [SMALL_STATE(5859)] = 91401, + [SMALL_STATE(5860)] = 91479, + [SMALL_STATE(5861)] = 91555, + [SMALL_STATE(5862)] = 91597, + [SMALL_STATE(5863)] = 91639, + [SMALL_STATE(5864)] = 91717, + [SMALL_STATE(5865)] = 91759, + [SMALL_STATE(5866)] = 91837, + [SMALL_STATE(5867)] = 91879, + [SMALL_STATE(5868)] = 91957, + [SMALL_STATE(5869)] = 91999, + [SMALL_STATE(5870)] = 92077, + [SMALL_STATE(5871)] = 92119, + [SMALL_STATE(5872)] = 92197, + [SMALL_STATE(5873)] = 92275, + [SMALL_STATE(5874)] = 92317, + [SMALL_STATE(5875)] = 92395, + [SMALL_STATE(5876)] = 92437, + [SMALL_STATE(5877)] = 92483, + [SMALL_STATE(5878)] = 92525, + [SMALL_STATE(5879)] = 92567, + [SMALL_STATE(5880)] = 92642, + [SMALL_STATE(5881)] = 92717, + [SMALL_STATE(5882)] = 92792, + [SMALL_STATE(5883)] = 92865, + [SMALL_STATE(5884)] = 92940, + [SMALL_STATE(5885)] = 93015, + [SMALL_STATE(5886)] = 93090, + [SMALL_STATE(5887)] = 93162, + [SMALL_STATE(5888)] = 93234, + [SMALL_STATE(5889)] = 93306, + [SMALL_STATE(5890)] = 93378, + [SMALL_STATE(5891)] = 93450, + [SMALL_STATE(5892)] = 93522, + [SMALL_STATE(5893)] = 93594, + [SMALL_STATE(5894)] = 93666, + [SMALL_STATE(5895)] = 93738, + [SMALL_STATE(5896)] = 93778, + [SMALL_STATE(5897)] = 93850, + [SMALL_STATE(5898)] = 93890, + [SMALL_STATE(5899)] = 93962, + [SMALL_STATE(5900)] = 94002, + [SMALL_STATE(5901)] = 94074, + [SMALL_STATE(5902)] = 94146, + [SMALL_STATE(5903)] = 94218, + [SMALL_STATE(5904)] = 94290, + [SMALL_STATE(5905)] = 94330, + [SMALL_STATE(5906)] = 94402, + [SMALL_STATE(5907)] = 94474, + [SMALL_STATE(5908)] = 94546, + [SMALL_STATE(5909)] = 94618, + [SMALL_STATE(5910)] = 94658, + [SMALL_STATE(5911)] = 94698, + [SMALL_STATE(5912)] = 94770, + [SMALL_STATE(5913)] = 94810, + [SMALL_STATE(5914)] = 94882, + [SMALL_STATE(5915)] = 94954, + [SMALL_STATE(5916)] = 95026, + [SMALL_STATE(5917)] = 95098, + [SMALL_STATE(5918)] = 95170, + [SMALL_STATE(5919)] = 95242, + [SMALL_STATE(5920)] = 95314, + [SMALL_STATE(5921)] = 95386, + [SMALL_STATE(5922)] = 95458, + [SMALL_STATE(5923)] = 95530, + [SMALL_STATE(5924)] = 95602, + [SMALL_STATE(5925)] = 95674, + [SMALL_STATE(5926)] = 95746, + [SMALL_STATE(5927)] = 95818, + [SMALL_STATE(5928)] = 95890, + [SMALL_STATE(5929)] = 95962, + [SMALL_STATE(5930)] = 96034, + [SMALL_STATE(5931)] = 96106, + [SMALL_STATE(5932)] = 96178, + [SMALL_STATE(5933)] = 96250, + [SMALL_STATE(5934)] = 96322, + [SMALL_STATE(5935)] = 96394, + [SMALL_STATE(5936)] = 96466, + [SMALL_STATE(5937)] = 96538, + [SMALL_STATE(5938)] = 96610, + [SMALL_STATE(5939)] = 96682, + [SMALL_STATE(5940)] = 96754, + [SMALL_STATE(5941)] = 96826, + [SMALL_STATE(5942)] = 96898, + [SMALL_STATE(5943)] = 96970, + [SMALL_STATE(5944)] = 97042, + [SMALL_STATE(5945)] = 97114, + [SMALL_STATE(5946)] = 97186, + [SMALL_STATE(5947)] = 97258, + [SMALL_STATE(5948)] = 97330, + [SMALL_STATE(5949)] = 97402, + [SMALL_STATE(5950)] = 97474, + [SMALL_STATE(5951)] = 97546, + [SMALL_STATE(5952)] = 97618, + [SMALL_STATE(5953)] = 97690, + [SMALL_STATE(5954)] = 97762, + [SMALL_STATE(5955)] = 97834, + [SMALL_STATE(5956)] = 97906, + [SMALL_STATE(5957)] = 97978, + [SMALL_STATE(5958)] = 98050, + [SMALL_STATE(5959)] = 98122, + [SMALL_STATE(5960)] = 98194, + [SMALL_STATE(5961)] = 98266, + [SMALL_STATE(5962)] = 98338, + [SMALL_STATE(5963)] = 98410, + [SMALL_STATE(5964)] = 98482, + [SMALL_STATE(5965)] = 98554, + [SMALL_STATE(5966)] = 98626, + [SMALL_STATE(5967)] = 98698, + [SMALL_STATE(5968)] = 98770, + [SMALL_STATE(5969)] = 98842, + [SMALL_STATE(5970)] = 98914, + [SMALL_STATE(5971)] = 98986, + [SMALL_STATE(5972)] = 99058, + [SMALL_STATE(5973)] = 99130, + [SMALL_STATE(5974)] = 99202, + [SMALL_STATE(5975)] = 99274, + [SMALL_STATE(5976)] = 99346, + [SMALL_STATE(5977)] = 99418, + [SMALL_STATE(5978)] = 99490, + [SMALL_STATE(5979)] = 99562, + [SMALL_STATE(5980)] = 99634, + [SMALL_STATE(5981)] = 99706, + [SMALL_STATE(5982)] = 99778, + [SMALL_STATE(5983)] = 99850, + [SMALL_STATE(5984)] = 99922, + [SMALL_STATE(5985)] = 99994, + [SMALL_STATE(5986)] = 100066, + [SMALL_STATE(5987)] = 100138, + [SMALL_STATE(5988)] = 100210, + [SMALL_STATE(5989)] = 100282, + [SMALL_STATE(5990)] = 100354, + [SMALL_STATE(5991)] = 100426, + [SMALL_STATE(5992)] = 100498, + [SMALL_STATE(5993)] = 100570, + [SMALL_STATE(5994)] = 100642, + [SMALL_STATE(5995)] = 100714, + [SMALL_STATE(5996)] = 100786, + [SMALL_STATE(5997)] = 100858, + [SMALL_STATE(5998)] = 100930, + [SMALL_STATE(5999)] = 101002, + [SMALL_STATE(6000)] = 101074, + [SMALL_STATE(6001)] = 101146, + [SMALL_STATE(6002)] = 101218, + [SMALL_STATE(6003)] = 101290, + [SMALL_STATE(6004)] = 101362, + [SMALL_STATE(6005)] = 101434, + [SMALL_STATE(6006)] = 101506, + [SMALL_STATE(6007)] = 101578, + [SMALL_STATE(6008)] = 101650, + [SMALL_STATE(6009)] = 101722, + [SMALL_STATE(6010)] = 101794, + [SMALL_STATE(6011)] = 101866, + [SMALL_STATE(6012)] = 101938, + [SMALL_STATE(6013)] = 102010, + [SMALL_STATE(6014)] = 102082, + [SMALL_STATE(6015)] = 102154, + [SMALL_STATE(6016)] = 102226, + [SMALL_STATE(6017)] = 102298, + [SMALL_STATE(6018)] = 102370, + [SMALL_STATE(6019)] = 102442, + [SMALL_STATE(6020)] = 102514, + [SMALL_STATE(6021)] = 102586, + [SMALL_STATE(6022)] = 102658, + [SMALL_STATE(6023)] = 102730, + [SMALL_STATE(6024)] = 102802, + [SMALL_STATE(6025)] = 102874, + [SMALL_STATE(6026)] = 102946, + [SMALL_STATE(6027)] = 103018, + [SMALL_STATE(6028)] = 103090, + [SMALL_STATE(6029)] = 103162, + [SMALL_STATE(6030)] = 103234, + [SMALL_STATE(6031)] = 103306, + [SMALL_STATE(6032)] = 103378, + [SMALL_STATE(6033)] = 103450, + [SMALL_STATE(6034)] = 103522, + [SMALL_STATE(6035)] = 103594, + [SMALL_STATE(6036)] = 103666, + [SMALL_STATE(6037)] = 103738, + [SMALL_STATE(6038)] = 103810, + [SMALL_STATE(6039)] = 103882, + [SMALL_STATE(6040)] = 103954, + [SMALL_STATE(6041)] = 104026, + [SMALL_STATE(6042)] = 104098, + [SMALL_STATE(6043)] = 104170, + [SMALL_STATE(6044)] = 104242, + [SMALL_STATE(6045)] = 104314, + [SMALL_STATE(6046)] = 104386, + [SMALL_STATE(6047)] = 104458, + [SMALL_STATE(6048)] = 104530, + [SMALL_STATE(6049)] = 104602, + [SMALL_STATE(6050)] = 104674, + [SMALL_STATE(6051)] = 104746, + [SMALL_STATE(6052)] = 104818, + [SMALL_STATE(6053)] = 104890, + [SMALL_STATE(6054)] = 104962, + [SMALL_STATE(6055)] = 105034, + [SMALL_STATE(6056)] = 105106, + [SMALL_STATE(6057)] = 105178, + [SMALL_STATE(6058)] = 105250, + [SMALL_STATE(6059)] = 105322, + [SMALL_STATE(6060)] = 105394, + [SMALL_STATE(6061)] = 105466, + [SMALL_STATE(6062)] = 105538, + [SMALL_STATE(6063)] = 105610, + [SMALL_STATE(6064)] = 105682, + [SMALL_STATE(6065)] = 105754, + [SMALL_STATE(6066)] = 105826, + [SMALL_STATE(6067)] = 105898, + [SMALL_STATE(6068)] = 105970, + [SMALL_STATE(6069)] = 106042, + [SMALL_STATE(6070)] = 106114, + [SMALL_STATE(6071)] = 106186, + [SMALL_STATE(6072)] = 106258, + [SMALL_STATE(6073)] = 106330, + [SMALL_STATE(6074)] = 106402, + [SMALL_STATE(6075)] = 106474, + [SMALL_STATE(6076)] = 106546, + [SMALL_STATE(6077)] = 106618, + [SMALL_STATE(6078)] = 106690, + [SMALL_STATE(6079)] = 106762, + [SMALL_STATE(6080)] = 106834, + [SMALL_STATE(6081)] = 106906, + [SMALL_STATE(6082)] = 106978, + [SMALL_STATE(6083)] = 107050, + [SMALL_STATE(6084)] = 107122, + [SMALL_STATE(6085)] = 107194, + [SMALL_STATE(6086)] = 107266, + [SMALL_STATE(6087)] = 107338, + [SMALL_STATE(6088)] = 107410, + [SMALL_STATE(6089)] = 107482, + [SMALL_STATE(6090)] = 107554, + [SMALL_STATE(6091)] = 107626, + [SMALL_STATE(6092)] = 107698, + [SMALL_STATE(6093)] = 107770, + [SMALL_STATE(6094)] = 107842, + [SMALL_STATE(6095)] = 107914, + [SMALL_STATE(6096)] = 107986, + [SMALL_STATE(6097)] = 108058, + [SMALL_STATE(6098)] = 108130, + [SMALL_STATE(6099)] = 108202, + [SMALL_STATE(6100)] = 108274, + [SMALL_STATE(6101)] = 108346, + [SMALL_STATE(6102)] = 108418, + [SMALL_STATE(6103)] = 108490, + [SMALL_STATE(6104)] = 108562, + [SMALL_STATE(6105)] = 108634, + [SMALL_STATE(6106)] = 108706, + [SMALL_STATE(6107)] = 108778, + [SMALL_STATE(6108)] = 108850, + [SMALL_STATE(6109)] = 108922, + [SMALL_STATE(6110)] = 108994, + [SMALL_STATE(6111)] = 109066, + [SMALL_STATE(6112)] = 109138, + [SMALL_STATE(6113)] = 109210, + [SMALL_STATE(6114)] = 109282, + [SMALL_STATE(6115)] = 109354, + [SMALL_STATE(6116)] = 109426, + [SMALL_STATE(6117)] = 109498, + [SMALL_STATE(6118)] = 109570, + [SMALL_STATE(6119)] = 109642, + [SMALL_STATE(6120)] = 109714, + [SMALL_STATE(6121)] = 109786, + [SMALL_STATE(6122)] = 109858, + [SMALL_STATE(6123)] = 109930, + [SMALL_STATE(6124)] = 110002, + [SMALL_STATE(6125)] = 110074, + [SMALL_STATE(6126)] = 110146, + [SMALL_STATE(6127)] = 110218, + [SMALL_STATE(6128)] = 110290, + [SMALL_STATE(6129)] = 110362, + [SMALL_STATE(6130)] = 110434, + [SMALL_STATE(6131)] = 110506, + [SMALL_STATE(6132)] = 110578, + [SMALL_STATE(6133)] = 110650, + [SMALL_STATE(6134)] = 110722, + [SMALL_STATE(6135)] = 110794, + [SMALL_STATE(6136)] = 110866, + [SMALL_STATE(6137)] = 110938, + [SMALL_STATE(6138)] = 111010, + [SMALL_STATE(6139)] = 111082, + [SMALL_STATE(6140)] = 111122, + [SMALL_STATE(6141)] = 111194, + [SMALL_STATE(6142)] = 111266, + [SMALL_STATE(6143)] = 111338, + [SMALL_STATE(6144)] = 111410, + [SMALL_STATE(6145)] = 111482, + [SMALL_STATE(6146)] = 111554, + [SMALL_STATE(6147)] = 111626, + [SMALL_STATE(6148)] = 111698, + [SMALL_STATE(6149)] = 111738, + [SMALL_STATE(6150)] = 111810, + [SMALL_STATE(6151)] = 111882, + [SMALL_STATE(6152)] = 111954, + [SMALL_STATE(6153)] = 112026, + [SMALL_STATE(6154)] = 112098, + [SMALL_STATE(6155)] = 112170, + [SMALL_STATE(6156)] = 112242, + [SMALL_STATE(6157)] = 112314, + [SMALL_STATE(6158)] = 112386, + [SMALL_STATE(6159)] = 112458, + [SMALL_STATE(6160)] = 112530, + [SMALL_STATE(6161)] = 112602, + [SMALL_STATE(6162)] = 112674, + [SMALL_STATE(6163)] = 112746, + [SMALL_STATE(6164)] = 112818, + [SMALL_STATE(6165)] = 112890, + [SMALL_STATE(6166)] = 112962, + [SMALL_STATE(6167)] = 113034, + [SMALL_STATE(6168)] = 113106, + [SMALL_STATE(6169)] = 113178, + [SMALL_STATE(6170)] = 113250, + [SMALL_STATE(6171)] = 113322, + [SMALL_STATE(6172)] = 113394, + [SMALL_STATE(6173)] = 113466, + [SMALL_STATE(6174)] = 113538, + [SMALL_STATE(6175)] = 113610, + [SMALL_STATE(6176)] = 113682, + [SMALL_STATE(6177)] = 113754, + [SMALL_STATE(6178)] = 113826, + [SMALL_STATE(6179)] = 113898, + [SMALL_STATE(6180)] = 113970, + [SMALL_STATE(6181)] = 114042, + [SMALL_STATE(6182)] = 114114, + [SMALL_STATE(6183)] = 114186, + [SMALL_STATE(6184)] = 114258, + [SMALL_STATE(6185)] = 114330, + [SMALL_STATE(6186)] = 114402, + [SMALL_STATE(6187)] = 114442, + [SMALL_STATE(6188)] = 114514, + [SMALL_STATE(6189)] = 114586, + [SMALL_STATE(6190)] = 114658, + [SMALL_STATE(6191)] = 114730, + [SMALL_STATE(6192)] = 114802, + [SMALL_STATE(6193)] = 114874, + [SMALL_STATE(6194)] = 114946, + [SMALL_STATE(6195)] = 115018, + [SMALL_STATE(6196)] = 115090, + [SMALL_STATE(6197)] = 115162, + [SMALL_STATE(6198)] = 115234, + [SMALL_STATE(6199)] = 115306, + [SMALL_STATE(6200)] = 115378, + [SMALL_STATE(6201)] = 115450, + [SMALL_STATE(6202)] = 115522, + [SMALL_STATE(6203)] = 115594, + [SMALL_STATE(6204)] = 115666, + [SMALL_STATE(6205)] = 115738, + [SMALL_STATE(6206)] = 115780, + [SMALL_STATE(6207)] = 115852, + [SMALL_STATE(6208)] = 115924, + [SMALL_STATE(6209)] = 115996, + [SMALL_STATE(6210)] = 116068, + [SMALL_STATE(6211)] = 116140, + [SMALL_STATE(6212)] = 116212, + [SMALL_STATE(6213)] = 116284, + [SMALL_STATE(6214)] = 116356, + [SMALL_STATE(6215)] = 116428, + [SMALL_STATE(6216)] = 116500, + [SMALL_STATE(6217)] = 116572, + [SMALL_STATE(6218)] = 116644, + [SMALL_STATE(6219)] = 116716, + [SMALL_STATE(6220)] = 116788, + [SMALL_STATE(6221)] = 116860, + [SMALL_STATE(6222)] = 116932, + [SMALL_STATE(6223)] = 117004, + [SMALL_STATE(6224)] = 117076, + [SMALL_STATE(6225)] = 117148, + [SMALL_STATE(6226)] = 117220, + [SMALL_STATE(6227)] = 117292, + [SMALL_STATE(6228)] = 117364, + [SMALL_STATE(6229)] = 117436, + [SMALL_STATE(6230)] = 117508, + [SMALL_STATE(6231)] = 117580, + [SMALL_STATE(6232)] = 117652, + [SMALL_STATE(6233)] = 117724, + [SMALL_STATE(6234)] = 117796, + [SMALL_STATE(6235)] = 117868, + [SMALL_STATE(6236)] = 117940, + [SMALL_STATE(6237)] = 118012, + [SMALL_STATE(6238)] = 118084, + [SMALL_STATE(6239)] = 118156, + [SMALL_STATE(6240)] = 118228, + [SMALL_STATE(6241)] = 118300, + [SMALL_STATE(6242)] = 118372, + [SMALL_STATE(6243)] = 118444, + [SMALL_STATE(6244)] = 118516, + [SMALL_STATE(6245)] = 118588, + [SMALL_STATE(6246)] = 118660, + [SMALL_STATE(6247)] = 118732, + [SMALL_STATE(6248)] = 118804, + [SMALL_STATE(6249)] = 118876, + [SMALL_STATE(6250)] = 118948, + [SMALL_STATE(6251)] = 119020, + [SMALL_STATE(6252)] = 119092, + [SMALL_STATE(6253)] = 119164, + [SMALL_STATE(6254)] = 119236, + [SMALL_STATE(6255)] = 119308, + [SMALL_STATE(6256)] = 119380, + [SMALL_STATE(6257)] = 119452, + [SMALL_STATE(6258)] = 119524, + [SMALL_STATE(6259)] = 119596, + [SMALL_STATE(6260)] = 119668, + [SMALL_STATE(6261)] = 119740, + [SMALL_STATE(6262)] = 119812, + [SMALL_STATE(6263)] = 119884, + [SMALL_STATE(6264)] = 119956, + [SMALL_STATE(6265)] = 120028, + [SMALL_STATE(6266)] = 120100, + [SMALL_STATE(6267)] = 120172, + [SMALL_STATE(6268)] = 120244, + [SMALL_STATE(6269)] = 120316, + [SMALL_STATE(6270)] = 120388, + [SMALL_STATE(6271)] = 120460, + [SMALL_STATE(6272)] = 120532, + [SMALL_STATE(6273)] = 120604, + [SMALL_STATE(6274)] = 120676, + [SMALL_STATE(6275)] = 120748, + [SMALL_STATE(6276)] = 120820, + [SMALL_STATE(6277)] = 120892, + [SMALL_STATE(6278)] = 120964, + [SMALL_STATE(6279)] = 121036, + [SMALL_STATE(6280)] = 121108, + [SMALL_STATE(6281)] = 121180, + [SMALL_STATE(6282)] = 121252, + [SMALL_STATE(6283)] = 121324, + [SMALL_STATE(6284)] = 121396, + [SMALL_STATE(6285)] = 121468, + [SMALL_STATE(6286)] = 121540, + [SMALL_STATE(6287)] = 121612, + [SMALL_STATE(6288)] = 121684, + [SMALL_STATE(6289)] = 121756, + [SMALL_STATE(6290)] = 121828, + [SMALL_STATE(6291)] = 121900, + [SMALL_STATE(6292)] = 121972, + [SMALL_STATE(6293)] = 122044, + [SMALL_STATE(6294)] = 122116, + [SMALL_STATE(6295)] = 122188, + [SMALL_STATE(6296)] = 122260, + [SMALL_STATE(6297)] = 122332, + [SMALL_STATE(6298)] = 122404, + [SMALL_STATE(6299)] = 122476, + [SMALL_STATE(6300)] = 122548, + [SMALL_STATE(6301)] = 122620, + [SMALL_STATE(6302)] = 122692, + [SMALL_STATE(6303)] = 122764, + [SMALL_STATE(6304)] = 122836, + [SMALL_STATE(6305)] = 122908, + [SMALL_STATE(6306)] = 122948, + [SMALL_STATE(6307)] = 123020, + [SMALL_STATE(6308)] = 123092, + [SMALL_STATE(6309)] = 123132, + [SMALL_STATE(6310)] = 123204, + [SMALL_STATE(6311)] = 123276, + [SMALL_STATE(6312)] = 123348, + [SMALL_STATE(6313)] = 123420, + [SMALL_STATE(6314)] = 123492, + [SMALL_STATE(6315)] = 123564, + [SMALL_STATE(6316)] = 123636, + [SMALL_STATE(6317)] = 123708, + [SMALL_STATE(6318)] = 123780, + [SMALL_STATE(6319)] = 123852, + [SMALL_STATE(6320)] = 123924, + [SMALL_STATE(6321)] = 123996, + [SMALL_STATE(6322)] = 124068, + [SMALL_STATE(6323)] = 124140, + [SMALL_STATE(6324)] = 124212, + [SMALL_STATE(6325)] = 124284, + [SMALL_STATE(6326)] = 124356, + [SMALL_STATE(6327)] = 124428, + [SMALL_STATE(6328)] = 124500, + [SMALL_STATE(6329)] = 124572, + [SMALL_STATE(6330)] = 124644, + [SMALL_STATE(6331)] = 124716, + [SMALL_STATE(6332)] = 124788, + [SMALL_STATE(6333)] = 124860, + [SMALL_STATE(6334)] = 124932, + [SMALL_STATE(6335)] = 125004, + [SMALL_STATE(6336)] = 125076, + [SMALL_STATE(6337)] = 125148, + [SMALL_STATE(6338)] = 125220, + [SMALL_STATE(6339)] = 125292, + [SMALL_STATE(6340)] = 125364, + [SMALL_STATE(6341)] = 125436, + [SMALL_STATE(6342)] = 125508, + [SMALL_STATE(6343)] = 125580, + [SMALL_STATE(6344)] = 125652, + [SMALL_STATE(6345)] = 125724, + [SMALL_STATE(6346)] = 125796, + [SMALL_STATE(6347)] = 125868, + [SMALL_STATE(6348)] = 125940, + [SMALL_STATE(6349)] = 126012, + [SMALL_STATE(6350)] = 126084, + [SMALL_STATE(6351)] = 126156, + [SMALL_STATE(6352)] = 126228, + [SMALL_STATE(6353)] = 126300, + [SMALL_STATE(6354)] = 126372, + [SMALL_STATE(6355)] = 126444, + [SMALL_STATE(6356)] = 126516, + [SMALL_STATE(6357)] = 126588, + [SMALL_STATE(6358)] = 126660, + [SMALL_STATE(6359)] = 126732, + [SMALL_STATE(6360)] = 126804, + [SMALL_STATE(6361)] = 126876, + [SMALL_STATE(6362)] = 126948, + [SMALL_STATE(6363)] = 127020, + [SMALL_STATE(6364)] = 127092, + [SMALL_STATE(6365)] = 127164, + [SMALL_STATE(6366)] = 127236, + [SMALL_STATE(6367)] = 127308, + [SMALL_STATE(6368)] = 127380, + [SMALL_STATE(6369)] = 127452, + [SMALL_STATE(6370)] = 127524, + [SMALL_STATE(6371)] = 127596, + [SMALL_STATE(6372)] = 127668, + [SMALL_STATE(6373)] = 127740, + [SMALL_STATE(6374)] = 127812, + [SMALL_STATE(6375)] = 127884, + [SMALL_STATE(6376)] = 127956, + [SMALL_STATE(6377)] = 128028, + [SMALL_STATE(6378)] = 128100, + [SMALL_STATE(6379)] = 128172, + [SMALL_STATE(6380)] = 128244, + [SMALL_STATE(6381)] = 128316, + [SMALL_STATE(6382)] = 128388, + [SMALL_STATE(6383)] = 128460, + [SMALL_STATE(6384)] = 128532, + [SMALL_STATE(6385)] = 128604, + [SMALL_STATE(6386)] = 128676, + [SMALL_STATE(6387)] = 128748, + [SMALL_STATE(6388)] = 128820, + [SMALL_STATE(6389)] = 128892, + [SMALL_STATE(6390)] = 128964, + [SMALL_STATE(6391)] = 129036, + [SMALL_STATE(6392)] = 129108, + [SMALL_STATE(6393)] = 129180, + [SMALL_STATE(6394)] = 129252, + [SMALL_STATE(6395)] = 129324, + [SMALL_STATE(6396)] = 129396, + [SMALL_STATE(6397)] = 129468, + [SMALL_STATE(6398)] = 129540, + [SMALL_STATE(6399)] = 129612, + [SMALL_STATE(6400)] = 129684, + [SMALL_STATE(6401)] = 129756, + [SMALL_STATE(6402)] = 129828, + [SMALL_STATE(6403)] = 129900, + [SMALL_STATE(6404)] = 129972, + [SMALL_STATE(6405)] = 130044, + [SMALL_STATE(6406)] = 130115, + [SMALL_STATE(6407)] = 130186, + [SMALL_STATE(6408)] = 130257, + [SMALL_STATE(6409)] = 130328, + [SMALL_STATE(6410)] = 130399, + [SMALL_STATE(6411)] = 130470, + [SMALL_STATE(6412)] = 130541, + [SMALL_STATE(6413)] = 130612, + [SMALL_STATE(6414)] = 130683, + [SMALL_STATE(6415)] = 130754, + [SMALL_STATE(6416)] = 130825, + [SMALL_STATE(6417)] = 130896, + [SMALL_STATE(6418)] = 130967, + [SMALL_STATE(6419)] = 131038, + [SMALL_STATE(6420)] = 131109, + [SMALL_STATE(6421)] = 131180, + [SMALL_STATE(6422)] = 131251, + [SMALL_STATE(6423)] = 131322, + [SMALL_STATE(6424)] = 131393, + [SMALL_STATE(6425)] = 131464, + [SMALL_STATE(6426)] = 131535, + [SMALL_STATE(6427)] = 131606, + [SMALL_STATE(6428)] = 131677, + [SMALL_STATE(6429)] = 131748, + [SMALL_STATE(6430)] = 131819, + [SMALL_STATE(6431)] = 131890, + [SMALL_STATE(6432)] = 131961, + [SMALL_STATE(6433)] = 132032, + [SMALL_STATE(6434)] = 132103, + [SMALL_STATE(6435)] = 132174, + [SMALL_STATE(6436)] = 132245, + [SMALL_STATE(6437)] = 132316, + [SMALL_STATE(6438)] = 132387, + [SMALL_STATE(6439)] = 132458, + [SMALL_STATE(6440)] = 132529, + [SMALL_STATE(6441)] = 132600, + [SMALL_STATE(6442)] = 132671, + [SMALL_STATE(6443)] = 132742, + [SMALL_STATE(6444)] = 132813, + [SMALL_STATE(6445)] = 132884, + [SMALL_STATE(6446)] = 132955, + [SMALL_STATE(6447)] = 133021, + [SMALL_STATE(6448)] = 133089, + [SMALL_STATE(6449)] = 133155, + [SMALL_STATE(6450)] = 133221, + [SMALL_STATE(6451)] = 133289, + [SMALL_STATE(6452)] = 133355, + [SMALL_STATE(6453)] = 133421, + [SMALL_STATE(6454)] = 133487, + [SMALL_STATE(6455)] = 133553, + [SMALL_STATE(6456)] = 133619, + [SMALL_STATE(6457)] = 133687, + [SMALL_STATE(6458)] = 133753, + [SMALL_STATE(6459)] = 133819, + [SMALL_STATE(6460)] = 133885, + [SMALL_STATE(6461)] = 133951, + [SMALL_STATE(6462)] = 134017, + [SMALL_STATE(6463)] = 134085, + [SMALL_STATE(6464)] = 134151, + [SMALL_STATE(6465)] = 134217, + [SMALL_STATE(6466)] = 134285, + [SMALL_STATE(6467)] = 134351, + [SMALL_STATE(6468)] = 134417, + [SMALL_STATE(6469)] = 134483, + [SMALL_STATE(6470)] = 134549, + [SMALL_STATE(6471)] = 134615, + [SMALL_STATE(6472)] = 134681, + [SMALL_STATE(6473)] = 134749, + [SMALL_STATE(6474)] = 134815, + [SMALL_STATE(6475)] = 134881, + [SMALL_STATE(6476)] = 134947, + [SMALL_STATE(6477)] = 135013, + [SMALL_STATE(6478)] = 135079, + [SMALL_STATE(6479)] = 135145, + [SMALL_STATE(6480)] = 135211, + [SMALL_STATE(6481)] = 135279, + [SMALL_STATE(6482)] = 135347, + [SMALL_STATE(6483)] = 135413, + [SMALL_STATE(6484)] = 135481, + [SMALL_STATE(6485)] = 135547, + [SMALL_STATE(6486)] = 135615, + [SMALL_STATE(6487)] = 135683, + [SMALL_STATE(6488)] = 135751, + [SMALL_STATE(6489)] = 135817, + [SMALL_STATE(6490)] = 135885, + [SMALL_STATE(6491)] = 135953, + [SMALL_STATE(6492)] = 136021, + [SMALL_STATE(6493)] = 136089, + [SMALL_STATE(6494)] = 136155, + [SMALL_STATE(6495)] = 136221, + [SMALL_STATE(6496)] = 136289, + [SMALL_STATE(6497)] = 136357, + [SMALL_STATE(6498)] = 136425, + [SMALL_STATE(6499)] = 136491, + [SMALL_STATE(6500)] = 136557, + [SMALL_STATE(6501)] = 136625, + [SMALL_STATE(6502)] = 136691, + [SMALL_STATE(6503)] = 136757, + [SMALL_STATE(6504)] = 136823, + [SMALL_STATE(6505)] = 136891, + [SMALL_STATE(6506)] = 136957, + [SMALL_STATE(6507)] = 137023, + [SMALL_STATE(6508)] = 137091, + [SMALL_STATE(6509)] = 137157, + [SMALL_STATE(6510)] = 137225, + [SMALL_STATE(6511)] = 137291, + [SMALL_STATE(6512)] = 137359, + [SMALL_STATE(6513)] = 137425, + [SMALL_STATE(6514)] = 137493, + [SMALL_STATE(6515)] = 137559, + [SMALL_STATE(6516)] = 137625, + [SMALL_STATE(6517)] = 137691, + [SMALL_STATE(6518)] = 137757, + [SMALL_STATE(6519)] = 137823, + [SMALL_STATE(6520)] = 137889, + [SMALL_STATE(6521)] = 137955, + [SMALL_STATE(6522)] = 138021, + [SMALL_STATE(6523)] = 138089, + [SMALL_STATE(6524)] = 138157, + [SMALL_STATE(6525)] = 138223, + [SMALL_STATE(6526)] = 138289, + [SMALL_STATE(6527)] = 138355, + [SMALL_STATE(6528)] = 138423, + [SMALL_STATE(6529)] = 138485, + [SMALL_STATE(6530)] = 138547, + [SMALL_STATE(6531)] = 138609, + [SMALL_STATE(6532)] = 138671, + [SMALL_STATE(6533)] = 138733, + [SMALL_STATE(6534)] = 138795, + [SMALL_STATE(6535)] = 138857, + [SMALL_STATE(6536)] = 138919, + [SMALL_STATE(6537)] = 138981, + [SMALL_STATE(6538)] = 139043, + [SMALL_STATE(6539)] = 139105, + [SMALL_STATE(6540)] = 139167, + [SMALL_STATE(6541)] = 139229, + [SMALL_STATE(6542)] = 139291, + [SMALL_STATE(6543)] = 139353, + [SMALL_STATE(6544)] = 139415, + [SMALL_STATE(6545)] = 139451, + [SMALL_STATE(6546)] = 139513, + [SMALL_STATE(6547)] = 139575, + [SMALL_STATE(6548)] = 139637, + [SMALL_STATE(6549)] = 139699, + [SMALL_STATE(6550)] = 139761, + [SMALL_STATE(6551)] = 139823, + [SMALL_STATE(6552)] = 139885, + [SMALL_STATE(6553)] = 139947, + [SMALL_STATE(6554)] = 140009, + [SMALL_STATE(6555)] = 140071, + [SMALL_STATE(6556)] = 140133, + [SMALL_STATE(6557)] = 140169, + [SMALL_STATE(6558)] = 140231, + [SMALL_STATE(6559)] = 140293, + [SMALL_STATE(6560)] = 140355, + [SMALL_STATE(6561)] = 140417, + [SMALL_STATE(6562)] = 140479, + [SMALL_STATE(6563)] = 140541, + [SMALL_STATE(6564)] = 140603, + [SMALL_STATE(6565)] = 140665, + [SMALL_STATE(6566)] = 140727, + [SMALL_STATE(6567)] = 140789, + [SMALL_STATE(6568)] = 140851, + [SMALL_STATE(6569)] = 140913, + [SMALL_STATE(6570)] = 140975, + [SMALL_STATE(6571)] = 141037, + [SMALL_STATE(6572)] = 141099, + [SMALL_STATE(6573)] = 141161, + [SMALL_STATE(6574)] = 141223, + [SMALL_STATE(6575)] = 141285, + [SMALL_STATE(6576)] = 141347, + [SMALL_STATE(6577)] = 141409, + [SMALL_STATE(6578)] = 141471, + [SMALL_STATE(6579)] = 141533, + [SMALL_STATE(6580)] = 141595, + [SMALL_STATE(6581)] = 141657, + [SMALL_STATE(6582)] = 141719, + [SMALL_STATE(6583)] = 141781, + [SMALL_STATE(6584)] = 141843, + [SMALL_STATE(6585)] = 141882, + [SMALL_STATE(6586)] = 141940, + [SMALL_STATE(6587)] = 141998, + [SMALL_STATE(6588)] = 142056, + [SMALL_STATE(6589)] = 142114, + [SMALL_STATE(6590)] = 142172, + [SMALL_STATE(6591)] = 142230, + [SMALL_STATE(6592)] = 142268, + [SMALL_STATE(6593)] = 142326, + [SMALL_STATE(6594)] = 142384, + [SMALL_STATE(6595)] = 142422, + [SMALL_STATE(6596)] = 142480, + [SMALL_STATE(6597)] = 142535, + [SMALL_STATE(6598)] = 142590, + [SMALL_STATE(6599)] = 142645, + [SMALL_STATE(6600)] = 142700, + [SMALL_STATE(6601)] = 142755, + [SMALL_STATE(6602)] = 142788, + [SMALL_STATE(6603)] = 142843, + [SMALL_STATE(6604)] = 142898, + [SMALL_STATE(6605)] = 142953, + [SMALL_STATE(6606)] = 143008, + [SMALL_STATE(6607)] = 143063, + [SMALL_STATE(6608)] = 143118, + [SMALL_STATE(6609)] = 143173, + [SMALL_STATE(6610)] = 143228, + [SMALL_STATE(6611)] = 143261, + [SMALL_STATE(6612)] = 143316, + [SMALL_STATE(6613)] = 143371, + [SMALL_STATE(6614)] = 143426, + [SMALL_STATE(6615)] = 143481, + [SMALL_STATE(6616)] = 143536, + [SMALL_STATE(6617)] = 143591, + [SMALL_STATE(6618)] = 143645, + [SMALL_STATE(6619)] = 143699, + [SMALL_STATE(6620)] = 143753, + [SMALL_STATE(6621)] = 143805, + [SMALL_STATE(6622)] = 143859, + [SMALL_STATE(6623)] = 143913, + [SMALL_STATE(6624)] = 143967, + [SMALL_STATE(6625)] = 144021, + [SMALL_STATE(6626)] = 144075, + [SMALL_STATE(6627)] = 144127, + [SMALL_STATE(6628)] = 144181, + [SMALL_STATE(6629)] = 144233, + [SMALL_STATE(6630)] = 144287, + [SMALL_STATE(6631)] = 144341, + [SMALL_STATE(6632)] = 144393, + [SMALL_STATE(6633)] = 144447, + [SMALL_STATE(6634)] = 144499, + [SMALL_STATE(6635)] = 144553, + [SMALL_STATE(6636)] = 144605, + [SMALL_STATE(6637)] = 144659, + [SMALL_STATE(6638)] = 144713, + [SMALL_STATE(6639)] = 144765, + [SMALL_STATE(6640)] = 144819, + [SMALL_STATE(6641)] = 144873, + [SMALL_STATE(6642)] = 144927, + [SMALL_STATE(6643)] = 144981, + [SMALL_STATE(6644)] = 145033, + [SMALL_STATE(6645)] = 145085, + [SMALL_STATE(6646)] = 145139, + [SMALL_STATE(6647)] = 145191, + [SMALL_STATE(6648)] = 145245, + [SMALL_STATE(6649)] = 145299, + [SMALL_STATE(6650)] = 145351, + [SMALL_STATE(6651)] = 145403, + [SMALL_STATE(6652)] = 145457, + [SMALL_STATE(6653)] = 145511, + [SMALL_STATE(6654)] = 145565, + [SMALL_STATE(6655)] = 145619, + [SMALL_STATE(6656)] = 145673, + [SMALL_STATE(6657)] = 145727, + [SMALL_STATE(6658)] = 145779, + [SMALL_STATE(6659)] = 145831, + [SMALL_STATE(6660)] = 145885, + [SMALL_STATE(6661)] = 145939, + [SMALL_STATE(6662)] = 145993, + [SMALL_STATE(6663)] = 146047, + [SMALL_STATE(6664)] = 146101, + [SMALL_STATE(6665)] = 146155, + [SMALL_STATE(6666)] = 146209, + [SMALL_STATE(6667)] = 146263, + [SMALL_STATE(6668)] = 146315, + [SMALL_STATE(6669)] = 146369, + [SMALL_STATE(6670)] = 146421, + [SMALL_STATE(6671)] = 146475, + [SMALL_STATE(6672)] = 146527, + [SMALL_STATE(6673)] = 146581, + [SMALL_STATE(6674)] = 146633, + [SMALL_STATE(6675)] = 146669, + [SMALL_STATE(6676)] = 146723, + [SMALL_STATE(6677)] = 146775, + [SMALL_STATE(6678)] = 146827, + [SMALL_STATE(6679)] = 146881, + [SMALL_STATE(6680)] = 146935, + [SMALL_STATE(6681)] = 146987, + [SMALL_STATE(6682)] = 147036, + [SMALL_STATE(6683)] = 147085, + [SMALL_STATE(6684)] = 147134, + [SMALL_STATE(6685)] = 147183, + [SMALL_STATE(6686)] = 147232, + [SMALL_STATE(6687)] = 147281, + [SMALL_STATE(6688)] = 147330, + [SMALL_STATE(6689)] = 147379, + [SMALL_STATE(6690)] = 147428, + [SMALL_STATE(6691)] = 147477, + [SMALL_STATE(6692)] = 147526, + [SMALL_STATE(6693)] = 147575, + [SMALL_STATE(6694)] = 147624, + [SMALL_STATE(6695)] = 147673, + [SMALL_STATE(6696)] = 147708, + [SMALL_STATE(6697)] = 147757, + [SMALL_STATE(6698)] = 147806, + [SMALL_STATE(6699)] = 147855, + [SMALL_STATE(6700)] = 147904, + [SMALL_STATE(6701)] = 147953, + [SMALL_STATE(6702)] = 148002, + [SMALL_STATE(6703)] = 148051, + [SMALL_STATE(6704)] = 148100, + [SMALL_STATE(6705)] = 148149, + [SMALL_STATE(6706)] = 148198, + [SMALL_STATE(6707)] = 148247, + [SMALL_STATE(6708)] = 148296, + [SMALL_STATE(6709)] = 148345, + [SMALL_STATE(6710)] = 148394, + [SMALL_STATE(6711)] = 148443, + [SMALL_STATE(6712)] = 148492, + [SMALL_STATE(6713)] = 148541, + [SMALL_STATE(6714)] = 148590, + [SMALL_STATE(6715)] = 148639, + [SMALL_STATE(6716)] = 148688, + [SMALL_STATE(6717)] = 148737, + [SMALL_STATE(6718)] = 148786, + [SMALL_STATE(6719)] = 148835, + [SMALL_STATE(6720)] = 148884, + [SMALL_STATE(6721)] = 148933, + [SMALL_STATE(6722)] = 148982, + [SMALL_STATE(6723)] = 149031, + [SMALL_STATE(6724)] = 149080, + [SMALL_STATE(6725)] = 149129, + [SMALL_STATE(6726)] = 149178, + [SMALL_STATE(6727)] = 149227, + [SMALL_STATE(6728)] = 149276, + [SMALL_STATE(6729)] = 149311, + [SMALL_STATE(6730)] = 149360, + [SMALL_STATE(6731)] = 149409, + [SMALL_STATE(6732)] = 149458, + [SMALL_STATE(6733)] = 149507, + [SMALL_STATE(6734)] = 149556, + [SMALL_STATE(6735)] = 149605, + [SMALL_STATE(6736)] = 149654, + [SMALL_STATE(6737)] = 149703, + [SMALL_STATE(6738)] = 149733, + [SMALL_STATE(6739)] = 149763, + [SMALL_STATE(6740)] = 149793, + [SMALL_STATE(6741)] = 149823, + [SMALL_STATE(6742)] = 149874, + [SMALL_STATE(6743)] = 149925, + [SMALL_STATE(6744)] = 149976, + [SMALL_STATE(6745)] = 150027, + [SMALL_STATE(6746)] = 150078, + [SMALL_STATE(6747)] = 150129, + [SMALL_STATE(6748)] = 150180, + [SMALL_STATE(6749)] = 150231, + [SMALL_STATE(6750)] = 150282, + [SMALL_STATE(6751)] = 150333, + [SMALL_STATE(6752)] = 150384, + [SMALL_STATE(6753)] = 150435, + [SMALL_STATE(6754)] = 150486, + [SMALL_STATE(6755)] = 150537, + [SMALL_STATE(6756)] = 150588, + [SMALL_STATE(6757)] = 150639, + [SMALL_STATE(6758)] = 150690, + [SMALL_STATE(6759)] = 150741, + [SMALL_STATE(6760)] = 150792, + [SMALL_STATE(6761)] = 150841, + [SMALL_STATE(6762)] = 150892, + [SMALL_STATE(6763)] = 150941, + [SMALL_STATE(6764)] = 150992, + [SMALL_STATE(6765)] = 151043, + [SMALL_STATE(6766)] = 151094, + [SMALL_STATE(6767)] = 151145, + [SMALL_STATE(6768)] = 151196, + [SMALL_STATE(6769)] = 151247, + [SMALL_STATE(6770)] = 151298, + [SMALL_STATE(6771)] = 151347, + [SMALL_STATE(6772)] = 151396, + [SMALL_STATE(6773)] = 151447, + [SMALL_STATE(6774)] = 151498, + [SMALL_STATE(6775)] = 151549, + [SMALL_STATE(6776)] = 151598, + [SMALL_STATE(6777)] = 151649, + [SMALL_STATE(6778)] = 151700, + [SMALL_STATE(6779)] = 151749, + [SMALL_STATE(6780)] = 151798, + [SMALL_STATE(6781)] = 151847, + [SMALL_STATE(6782)] = 151898, + [SMALL_STATE(6783)] = 151949, + [SMALL_STATE(6784)] = 151998, + [SMALL_STATE(6785)] = 152047, + [SMALL_STATE(6786)] = 152096, + [SMALL_STATE(6787)] = 152147, + [SMALL_STATE(6788)] = 152196, + [SMALL_STATE(6789)] = 152245, + [SMALL_STATE(6790)] = 152294, + [SMALL_STATE(6791)] = 152343, + [SMALL_STATE(6792)] = 152394, + [SMALL_STATE(6793)] = 152445, + [SMALL_STATE(6794)] = 152494, + [SMALL_STATE(6795)] = 152545, + [SMALL_STATE(6796)] = 152594, + [SMALL_STATE(6797)] = 152643, + [SMALL_STATE(6798)] = 152694, + [SMALL_STATE(6799)] = 152745, + [SMALL_STATE(6800)] = 152794, + [SMALL_STATE(6801)] = 152843, + [SMALL_STATE(6802)] = 152894, + [SMALL_STATE(6803)] = 152943, + [SMALL_STATE(6804)] = 152994, + [SMALL_STATE(6805)] = 153045, + [SMALL_STATE(6806)] = 153096, + [SMALL_STATE(6807)] = 153147, + [SMALL_STATE(6808)] = 153196, + [SMALL_STATE(6809)] = 153247, + [SMALL_STATE(6810)] = 153298, + [SMALL_STATE(6811)] = 153347, + [SMALL_STATE(6812)] = 153398, + [SMALL_STATE(6813)] = 153449, + [SMALL_STATE(6814)] = 153498, + [SMALL_STATE(6815)] = 153547, + [SMALL_STATE(6816)] = 153598, + [SMALL_STATE(6817)] = 153647, + [SMALL_STATE(6818)] = 153698, + [SMALL_STATE(6819)] = 153747, + [SMALL_STATE(6820)] = 153796, + [SMALL_STATE(6821)] = 153847, + [SMALL_STATE(6822)] = 153896, + [SMALL_STATE(6823)] = 153947, + [SMALL_STATE(6824)] = 153998, + [SMALL_STATE(6825)] = 154047, + [SMALL_STATE(6826)] = 154096, + [SMALL_STATE(6827)] = 154145, + [SMALL_STATE(6828)] = 154196, + [SMALL_STATE(6829)] = 154245, + [SMALL_STATE(6830)] = 154294, + [SMALL_STATE(6831)] = 154345, + [SMALL_STATE(6832)] = 154396, + [SMALL_STATE(6833)] = 154445, + [SMALL_STATE(6834)] = 154494, + [SMALL_STATE(6835)] = 154543, + [SMALL_STATE(6836)] = 154592, + [SMALL_STATE(6837)] = 154641, + [SMALL_STATE(6838)] = 154692, + [SMALL_STATE(6839)] = 154741, + [SMALL_STATE(6840)] = 154790, + [SMALL_STATE(6841)] = 154839, + [SMALL_STATE(6842)] = 154888, + [SMALL_STATE(6843)] = 154937, + [SMALL_STATE(6844)] = 154988, + [SMALL_STATE(6845)] = 155037, + [SMALL_STATE(6846)] = 155086, + [SMALL_STATE(6847)] = 155135, + [SMALL_STATE(6848)] = 155184, + [SMALL_STATE(6849)] = 155233, + [SMALL_STATE(6850)] = 155284, + [SMALL_STATE(6851)] = 155335, + [SMALL_STATE(6852)] = 155386, + [SMALL_STATE(6853)] = 155437, + [SMALL_STATE(6854)] = 155488, + [SMALL_STATE(6855)] = 155539, + [SMALL_STATE(6856)] = 155590, + [SMALL_STATE(6857)] = 155639, + [SMALL_STATE(6858)] = 155690, + [SMALL_STATE(6859)] = 155741, + [SMALL_STATE(6860)] = 155792, + [SMALL_STATE(6861)] = 155841, + [SMALL_STATE(6862)] = 155892, + [SMALL_STATE(6863)] = 155941, + [SMALL_STATE(6864)] = 155992, + [SMALL_STATE(6865)] = 156043, + [SMALL_STATE(6866)] = 156094, + [SMALL_STATE(6867)] = 156145, + [SMALL_STATE(6868)] = 156194, + [SMALL_STATE(6869)] = 156243, + [SMALL_STATE(6870)] = 156292, + [SMALL_STATE(6871)] = 156341, + [SMALL_STATE(6872)] = 156392, + [SMALL_STATE(6873)] = 156441, + [SMALL_STATE(6874)] = 156490, + [SMALL_STATE(6875)] = 156541, + [SMALL_STATE(6876)] = 156592, + [SMALL_STATE(6877)] = 156643, + [SMALL_STATE(6878)] = 156694, + [SMALL_STATE(6879)] = 156743, + [SMALL_STATE(6880)] = 156792, + [SMALL_STATE(6881)] = 156843, + [SMALL_STATE(6882)] = 156892, + [SMALL_STATE(6883)] = 156943, + [SMALL_STATE(6884)] = 156994, + [SMALL_STATE(6885)] = 157043, + [SMALL_STATE(6886)] = 157092, + [SMALL_STATE(6887)] = 157141, + [SMALL_STATE(6888)] = 157190, + [SMALL_STATE(6889)] = 157239, + [SMALL_STATE(6890)] = 157288, + [SMALL_STATE(6891)] = 157337, + [SMALL_STATE(6892)] = 157386, + [SMALL_STATE(6893)] = 157435, + [SMALL_STATE(6894)] = 157484, + [SMALL_STATE(6895)] = 157533, + [SMALL_STATE(6896)] = 157582, + [SMALL_STATE(6897)] = 157631, + [SMALL_STATE(6898)] = 157680, + [SMALL_STATE(6899)] = 157729, + [SMALL_STATE(6900)] = 157780, + [SMALL_STATE(6901)] = 157831, + [SMALL_STATE(6902)] = 157882, + [SMALL_STATE(6903)] = 157931, + [SMALL_STATE(6904)] = 157980, + [SMALL_STATE(6905)] = 158031, + [SMALL_STATE(6906)] = 158080, + [SMALL_STATE(6907)] = 158131, + [SMALL_STATE(6908)] = 158180, + [SMALL_STATE(6909)] = 158231, + [SMALL_STATE(6910)] = 158280, + [SMALL_STATE(6911)] = 158329, + [SMALL_STATE(6912)] = 158380, + [SMALL_STATE(6913)] = 158431, + [SMALL_STATE(6914)] = 158480, + [SMALL_STATE(6915)] = 158531, + [SMALL_STATE(6916)] = 158582, + [SMALL_STATE(6917)] = 158633, + [SMALL_STATE(6918)] = 158684, + [SMALL_STATE(6919)] = 158735, + [SMALL_STATE(6920)] = 158784, + [SMALL_STATE(6921)] = 158835, + [SMALL_STATE(6922)] = 158886, + [SMALL_STATE(6923)] = 158937, + [SMALL_STATE(6924)] = 158988, + [SMALL_STATE(6925)] = 159039, + [SMALL_STATE(6926)] = 159090, + [SMALL_STATE(6927)] = 159141, + [SMALL_STATE(6928)] = 159192, + [SMALL_STATE(6929)] = 159243, + [SMALL_STATE(6930)] = 159294, + [SMALL_STATE(6931)] = 159345, + [SMALL_STATE(6932)] = 159396, + [SMALL_STATE(6933)] = 159445, + [SMALL_STATE(6934)] = 159496, + [SMALL_STATE(6935)] = 159545, + [SMALL_STATE(6936)] = 159596, + [SMALL_STATE(6937)] = 159647, + [SMALL_STATE(6938)] = 159698, + [SMALL_STATE(6939)] = 159749, + [SMALL_STATE(6940)] = 159800, + [SMALL_STATE(6941)] = 159849, + [SMALL_STATE(6942)] = 159900, + [SMALL_STATE(6943)] = 159951, + [SMALL_STATE(6944)] = 160002, + [SMALL_STATE(6945)] = 160051, + [SMALL_STATE(6946)] = 160100, + [SMALL_STATE(6947)] = 160149, + [SMALL_STATE(6948)] = 160200, + [SMALL_STATE(6949)] = 160251, + [SMALL_STATE(6950)] = 160302, + [SMALL_STATE(6951)] = 160353, + [SMALL_STATE(6952)] = 160404, + [SMALL_STATE(6953)] = 160455, + [SMALL_STATE(6954)] = 160506, + [SMALL_STATE(6955)] = 160557, + [SMALL_STATE(6956)] = 160608, + [SMALL_STATE(6957)] = 160659, + [SMALL_STATE(6958)] = 160710, + [SMALL_STATE(6959)] = 160761, + [SMALL_STATE(6960)] = 160810, + [SMALL_STATE(6961)] = 160861, + [SMALL_STATE(6962)] = 160912, + [SMALL_STATE(6963)] = 160963, + [SMALL_STATE(6964)] = 161014, + [SMALL_STATE(6965)] = 161065, + [SMALL_STATE(6966)] = 161116, + [SMALL_STATE(6967)] = 161167, + [SMALL_STATE(6968)] = 161216, + [SMALL_STATE(6969)] = 161267, + [SMALL_STATE(6970)] = 161318, + [SMALL_STATE(6971)] = 161369, + [SMALL_STATE(6972)] = 161420, + [SMALL_STATE(6973)] = 161471, + [SMALL_STATE(6974)] = 161522, + [SMALL_STATE(6975)] = 161573, + [SMALL_STATE(6976)] = 161624, + [SMALL_STATE(6977)] = 161675, + [SMALL_STATE(6978)] = 161726, + [SMALL_STATE(6979)] = 161777, + [SMALL_STATE(6980)] = 161826, + [SMALL_STATE(6981)] = 161875, + [SMALL_STATE(6982)] = 161924, + [SMALL_STATE(6983)] = 161975, + [SMALL_STATE(6984)] = 162024, + [SMALL_STATE(6985)] = 162073, + [SMALL_STATE(6986)] = 162124, + [SMALL_STATE(6987)] = 162175, + [SMALL_STATE(6988)] = 162224, + [SMALL_STATE(6989)] = 162273, + [SMALL_STATE(6990)] = 162324, + [SMALL_STATE(6991)] = 162373, + [SMALL_STATE(6992)] = 162424, + [SMALL_STATE(6993)] = 162475, + [SMALL_STATE(6994)] = 162524, + [SMALL_STATE(6995)] = 162573, + [SMALL_STATE(6996)] = 162622, + [SMALL_STATE(6997)] = 162671, + [SMALL_STATE(6998)] = 162720, + [SMALL_STATE(6999)] = 162771, + [SMALL_STATE(7000)] = 162822, + [SMALL_STATE(7001)] = 162871, + [SMALL_STATE(7002)] = 162922, + [SMALL_STATE(7003)] = 162971, + [SMALL_STATE(7004)] = 163022, + [SMALL_STATE(7005)] = 163073, + [SMALL_STATE(7006)] = 163122, + [SMALL_STATE(7007)] = 163171, + [SMALL_STATE(7008)] = 163222, + [SMALL_STATE(7009)] = 163273, + [SMALL_STATE(7010)] = 163324, + [SMALL_STATE(7011)] = 163375, + [SMALL_STATE(7012)] = 163426, + [SMALL_STATE(7013)] = 163477, + [SMALL_STATE(7014)] = 163528, + [SMALL_STATE(7015)] = 163577, + [SMALL_STATE(7016)] = 163628, + [SMALL_STATE(7017)] = 163679, + [SMALL_STATE(7018)] = 163730, + [SMALL_STATE(7019)] = 163781, + [SMALL_STATE(7020)] = 163832, + [SMALL_STATE(7021)] = 163883, + [SMALL_STATE(7022)] = 163934, + [SMALL_STATE(7023)] = 163983, + [SMALL_STATE(7024)] = 164034, + [SMALL_STATE(7025)] = 164083, + [SMALL_STATE(7026)] = 164132, + [SMALL_STATE(7027)] = 164183, + [SMALL_STATE(7028)] = 164234, + [SMALL_STATE(7029)] = 164283, + [SMALL_STATE(7030)] = 164332, + [SMALL_STATE(7031)] = 164383, + [SMALL_STATE(7032)] = 164432, + [SMALL_STATE(7033)] = 164483, + [SMALL_STATE(7034)] = 164534, + [SMALL_STATE(7035)] = 164585, + [SMALL_STATE(7036)] = 164634, + [SMALL_STATE(7037)] = 164683, + [SMALL_STATE(7038)] = 164732, + [SMALL_STATE(7039)] = 164783, + [SMALL_STATE(7040)] = 164832, + [SMALL_STATE(7041)] = 164881, + [SMALL_STATE(7042)] = 164932, + [SMALL_STATE(7043)] = 164983, + [SMALL_STATE(7044)] = 165034, + [SMALL_STATE(7045)] = 165083, + [SMALL_STATE(7046)] = 165132, + [SMALL_STATE(7047)] = 165183, + [SMALL_STATE(7048)] = 165232, + [SMALL_STATE(7049)] = 165281, + [SMALL_STATE(7050)] = 165332, + [SMALL_STATE(7051)] = 165381, + [SMALL_STATE(7052)] = 165430, + [SMALL_STATE(7053)] = 165481, + [SMALL_STATE(7054)] = 165532, + [SMALL_STATE(7055)] = 165581, + [SMALL_STATE(7056)] = 165630, + [SMALL_STATE(7057)] = 165679, + [SMALL_STATE(7058)] = 165730, + [SMALL_STATE(7059)] = 165779, + [SMALL_STATE(7060)] = 165828, + [SMALL_STATE(7061)] = 165877, + [SMALL_STATE(7062)] = 165928, + [SMALL_STATE(7063)] = 165979, + [SMALL_STATE(7064)] = 166030, + [SMALL_STATE(7065)] = 166081, + [SMALL_STATE(7066)] = 166130, + [SMALL_STATE(7067)] = 166181, + [SMALL_STATE(7068)] = 166230, + [SMALL_STATE(7069)] = 166281, + [SMALL_STATE(7070)] = 166332, + [SMALL_STATE(7071)] = 166381, + [SMALL_STATE(7072)] = 166430, + [SMALL_STATE(7073)] = 166479, + [SMALL_STATE(7074)] = 166530, + [SMALL_STATE(7075)] = 166579, + [SMALL_STATE(7076)] = 166630, + [SMALL_STATE(7077)] = 166681, + [SMALL_STATE(7078)] = 166732, + [SMALL_STATE(7079)] = 166781, + [SMALL_STATE(7080)] = 166832, + [SMALL_STATE(7081)] = 166883, + [SMALL_STATE(7082)] = 166934, + [SMALL_STATE(7083)] = 166985, + [SMALL_STATE(7084)] = 167034, + [SMALL_STATE(7085)] = 167085, + [SMALL_STATE(7086)] = 167134, + [SMALL_STATE(7087)] = 167183, + [SMALL_STATE(7088)] = 167232, + [SMALL_STATE(7089)] = 167281, + [SMALL_STATE(7090)] = 167332, + [SMALL_STATE(7091)] = 167383, + [SMALL_STATE(7092)] = 167432, + [SMALL_STATE(7093)] = 167481, + [SMALL_STATE(7094)] = 167532, + [SMALL_STATE(7095)] = 167583, + [SMALL_STATE(7096)] = 167632, + [SMALL_STATE(7097)] = 167683, + [SMALL_STATE(7098)] = 167734, + [SMALL_STATE(7099)] = 167783, + [SMALL_STATE(7100)] = 167834, + [SMALL_STATE(7101)] = 167885, + [SMALL_STATE(7102)] = 167934, + [SMALL_STATE(7103)] = 167985, + [SMALL_STATE(7104)] = 168034, + [SMALL_STATE(7105)] = 168083, + [SMALL_STATE(7106)] = 168134, + [SMALL_STATE(7107)] = 168185, + [SMALL_STATE(7108)] = 168234, + [SMALL_STATE(7109)] = 168283, + [SMALL_STATE(7110)] = 168334, + [SMALL_STATE(7111)] = 168383, + [SMALL_STATE(7112)] = 168434, + [SMALL_STATE(7113)] = 168483, + [SMALL_STATE(7114)] = 168534, + [SMALL_STATE(7115)] = 168583, + [SMALL_STATE(7116)] = 168634, + [SMALL_STATE(7117)] = 168685, + [SMALL_STATE(7118)] = 168734, + [SMALL_STATE(7119)] = 168783, + [SMALL_STATE(7120)] = 168832, + [SMALL_STATE(7121)] = 168881, + [SMALL_STATE(7122)] = 168930, + [SMALL_STATE(7123)] = 168979, + [SMALL_STATE(7124)] = 169028, + [SMALL_STATE(7125)] = 169077, + [SMALL_STATE(7126)] = 169126, + [SMALL_STATE(7127)] = 169177, + [SMALL_STATE(7128)] = 169226, + [SMALL_STATE(7129)] = 169275, + [SMALL_STATE(7130)] = 169323, + [SMALL_STATE(7131)] = 169371, + [SMALL_STATE(7132)] = 169419, + [SMALL_STATE(7133)] = 169463, + [SMALL_STATE(7134)] = 169511, + [SMALL_STATE(7135)] = 169555, + [SMALL_STATE(7136)] = 169599, + [SMALL_STATE(7137)] = 169643, + [SMALL_STATE(7138)] = 169687, + [SMALL_STATE(7139)] = 169731, + [SMALL_STATE(7140)] = 169775, + [SMALL_STATE(7141)] = 169819, + [SMALL_STATE(7142)] = 169863, + [SMALL_STATE(7143)] = 169907, + [SMALL_STATE(7144)] = 169951, + [SMALL_STATE(7145)] = 169995, + [SMALL_STATE(7146)] = 170039, + [SMALL_STATE(7147)] = 170077, + [SMALL_STATE(7148)] = 170121, + [SMALL_STATE(7149)] = 170165, + [SMALL_STATE(7150)] = 170209, + [SMALL_STATE(7151)] = 170253, + [SMALL_STATE(7152)] = 170297, + [SMALL_STATE(7153)] = 170341, + [SMALL_STATE(7154)] = 170385, + [SMALL_STATE(7155)] = 170429, + [SMALL_STATE(7156)] = 170477, + [SMALL_STATE(7157)] = 170521, + [SMALL_STATE(7158)] = 170565, + [SMALL_STATE(7159)] = 170613, + [SMALL_STATE(7160)] = 170657, + [SMALL_STATE(7161)] = 170701, + [SMALL_STATE(7162)] = 170745, + [SMALL_STATE(7163)] = 170781, + [SMALL_STATE(7164)] = 170825, + [SMALL_STATE(7165)] = 170869, + [SMALL_STATE(7166)] = 170913, + [SMALL_STATE(7167)] = 170941, + [SMALL_STATE(7168)] = 170985, + [SMALL_STATE(7169)] = 171029, + [SMALL_STATE(7170)] = 171073, + [SMALL_STATE(7171)] = 171117, + [SMALL_STATE(7172)] = 171161, + [SMALL_STATE(7173)] = 171205, + [SMALL_STATE(7174)] = 171253, + [SMALL_STATE(7175)] = 171301, + [SMALL_STATE(7176)] = 171345, + [SMALL_STATE(7177)] = 171393, + [SMALL_STATE(7178)] = 171437, + [SMALL_STATE(7179)] = 171481, + [SMALL_STATE(7180)] = 171525, + [SMALL_STATE(7181)] = 171569, + [SMALL_STATE(7182)] = 171607, + [SMALL_STATE(7183)] = 171651, + [SMALL_STATE(7184)] = 171695, + [SMALL_STATE(7185)] = 171739, + [SMALL_STATE(7186)] = 171783, + [SMALL_STATE(7187)] = 171827, + [SMALL_STATE(7188)] = 171871, + [SMALL_STATE(7189)] = 171915, + [SMALL_STATE(7190)] = 171945, + [SMALL_STATE(7191)] = 171989, + [SMALL_STATE(7192)] = 172033, + [SMALL_STATE(7193)] = 172077, + [SMALL_STATE(7194)] = 172121, + [SMALL_STATE(7195)] = 172165, + [SMALL_STATE(7196)] = 172213, + [SMALL_STATE(7197)] = 172257, + [SMALL_STATE(7198)] = 172301, + [SMALL_STATE(7199)] = 172333, + [SMALL_STATE(7200)] = 172381, + [SMALL_STATE(7201)] = 172429, + [SMALL_STATE(7202)] = 172477, + [SMALL_STATE(7203)] = 172525, + [SMALL_STATE(7204)] = 172561, + [SMALL_STATE(7205)] = 172609, + [SMALL_STATE(7206)] = 172644, + [SMALL_STATE(7207)] = 172671, + [SMALL_STATE(7208)] = 172706, + [SMALL_STATE(7209)] = 172737, + [SMALL_STATE(7210)] = 172768, + [SMALL_STATE(7211)] = 172795, + [SMALL_STATE(7212)] = 172826, + [SMALL_STATE(7213)] = 172861, + [SMALL_STATE(7214)] = 172904, + [SMALL_STATE(7215)] = 172939, + [SMALL_STATE(7216)] = 172974, + [SMALL_STATE(7217)] = 173005, + [SMALL_STATE(7218)] = 173036, + [SMALL_STATE(7219)] = 173062, + [SMALL_STATE(7220)] = 173088, + [SMALL_STATE(7221)] = 173128, + [SMALL_STATE(7222)] = 173168, + [SMALL_STATE(7223)] = 173208, + [SMALL_STATE(7224)] = 173248, + [SMALL_STATE(7225)] = 173288, + [SMALL_STATE(7226)] = 173328, + [SMALL_STATE(7227)] = 173354, + [SMALL_STATE(7228)] = 173394, + [SMALL_STATE(7229)] = 173434, + [SMALL_STATE(7230)] = 173474, + [SMALL_STATE(7231)] = 173514, + [SMALL_STATE(7232)] = 173554, + [SMALL_STATE(7233)] = 173594, + [SMALL_STATE(7234)] = 173634, + [SMALL_STATE(7235)] = 173674, + [SMALL_STATE(7236)] = 173714, + [SMALL_STATE(7237)] = 173754, + [SMALL_STATE(7238)] = 173782, + [SMALL_STATE(7239)] = 173822, + [SMALL_STATE(7240)] = 173862, + [SMALL_STATE(7241)] = 173888, + [SMALL_STATE(7242)] = 173928, + [SMALL_STATE(7243)] = 173968, + [SMALL_STATE(7244)] = 174008, + [SMALL_STATE(7245)] = 174048, + [SMALL_STATE(7246)] = 174078, + [SMALL_STATE(7247)] = 174118, + [SMALL_STATE(7248)] = 174158, + [SMALL_STATE(7249)] = 174198, + [SMALL_STATE(7250)] = 174238, + [SMALL_STATE(7251)] = 174278, + [SMALL_STATE(7252)] = 174318, + [SMALL_STATE(7253)] = 174358, + [SMALL_STATE(7254)] = 174398, + [SMALL_STATE(7255)] = 174428, + [SMALL_STATE(7256)] = 174468, + [SMALL_STATE(7257)] = 174508, + [SMALL_STATE(7258)] = 174548, + [SMALL_STATE(7259)] = 174588, + [SMALL_STATE(7260)] = 174616, + [SMALL_STATE(7261)] = 174656, + [SMALL_STATE(7262)] = 174696, + [SMALL_STATE(7263)] = 174736, + [SMALL_STATE(7264)] = 174776, + [SMALL_STATE(7265)] = 174816, + [SMALL_STATE(7266)] = 174856, + [SMALL_STATE(7267)] = 174896, + [SMALL_STATE(7268)] = 174936, + [SMALL_STATE(7269)] = 174976, + [SMALL_STATE(7270)] = 175016, + [SMALL_STATE(7271)] = 175056, + [SMALL_STATE(7272)] = 175096, + [SMALL_STATE(7273)] = 175136, + [SMALL_STATE(7274)] = 175176, + [SMALL_STATE(7275)] = 175213, + [SMALL_STATE(7276)] = 175252, + [SMALL_STATE(7277)] = 175277, + [SMALL_STATE(7278)] = 175314, + [SMALL_STATE(7279)] = 175351, + [SMALL_STATE(7280)] = 175390, + [SMALL_STATE(7281)] = 175427, + [SMALL_STATE(7282)] = 175464, + [SMALL_STATE(7283)] = 175493, + [SMALL_STATE(7284)] = 175518, + [SMALL_STATE(7285)] = 175555, + [SMALL_STATE(7286)] = 175592, + [SMALL_STATE(7287)] = 175629, + [SMALL_STATE(7288)] = 175654, + [SMALL_STATE(7289)] = 175691, + [SMALL_STATE(7290)] = 175716, + [SMALL_STATE(7291)] = 175753, + [SMALL_STATE(7292)] = 175790, + [SMALL_STATE(7293)] = 175827, + [SMALL_STATE(7294)] = 175852, + [SMALL_STATE(7295)] = 175877, + [SMALL_STATE(7296)] = 175902, + [SMALL_STATE(7297)] = 175941, + [SMALL_STATE(7298)] = 175978, + [SMALL_STATE(7299)] = 176015, + [SMALL_STATE(7300)] = 176052, + [SMALL_STATE(7301)] = 176091, + [SMALL_STATE(7302)] = 176116, + [SMALL_STATE(7303)] = 176153, + [SMALL_STATE(7304)] = 176190, + [SMALL_STATE(7305)] = 176215, + [SMALL_STATE(7306)] = 176240, + [SMALL_STATE(7307)] = 176279, + [SMALL_STATE(7308)] = 176318, + [SMALL_STATE(7309)] = 176355, + [SMALL_STATE(7310)] = 176392, + [SMALL_STATE(7311)] = 176421, + [SMALL_STATE(7312)] = 176458, + [SMALL_STATE(7313)] = 176495, + [SMALL_STATE(7314)] = 176532, + [SMALL_STATE(7315)] = 176569, + [SMALL_STATE(7316)] = 176606, + [SMALL_STATE(7317)] = 176643, + [SMALL_STATE(7318)] = 176682, + [SMALL_STATE(7319)] = 176719, + [SMALL_STATE(7320)] = 176748, + [SMALL_STATE(7321)] = 176773, + [SMALL_STATE(7322)] = 176810, + [SMALL_STATE(7323)] = 176847, + [SMALL_STATE(7324)] = 176884, + [SMALL_STATE(7325)] = 176921, + [SMALL_STATE(7326)] = 176958, + [SMALL_STATE(7327)] = 176997, + [SMALL_STATE(7328)] = 177034, + [SMALL_STATE(7329)] = 177071, + [SMALL_STATE(7330)] = 177108, + [SMALL_STATE(7331)] = 177145, + [SMALL_STATE(7332)] = 177184, + [SMALL_STATE(7333)] = 177221, + [SMALL_STATE(7334)] = 177260, + [SMALL_STATE(7335)] = 177299, + [SMALL_STATE(7336)] = 177336, + [SMALL_STATE(7337)] = 177373, + [SMALL_STATE(7338)] = 177410, + [SMALL_STATE(7339)] = 177439, + [SMALL_STATE(7340)] = 177476, + [SMALL_STATE(7341)] = 177507, + [SMALL_STATE(7342)] = 177536, + [SMALL_STATE(7343)] = 177561, + [SMALL_STATE(7344)] = 177598, + [SMALL_STATE(7345)] = 177635, + [SMALL_STATE(7346)] = 177674, + [SMALL_STATE(7347)] = 177711, + [SMALL_STATE(7348)] = 177748, + [SMALL_STATE(7349)] = 177775, + [SMALL_STATE(7350)] = 177812, + [SMALL_STATE(7351)] = 177849, + [SMALL_STATE(7352)] = 177886, + [SMALL_STATE(7353)] = 177925, + [SMALL_STATE(7354)] = 177957, + [SMALL_STATE(7355)] = 177989, + [SMALL_STATE(7356)] = 178025, + [SMALL_STATE(7357)] = 178057, + [SMALL_STATE(7358)] = 178089, + [SMALL_STATE(7359)] = 178125, + [SMALL_STATE(7360)] = 178161, + [SMALL_STATE(7361)] = 178197, + [SMALL_STATE(7362)] = 178233, + [SMALL_STATE(7363)] = 178269, + [SMALL_STATE(7364)] = 178301, + [SMALL_STATE(7365)] = 178337, + [SMALL_STATE(7366)] = 178369, + [SMALL_STATE(7367)] = 178401, + [SMALL_STATE(7368)] = 178437, + [SMALL_STATE(7369)] = 178473, + [SMALL_STATE(7370)] = 178501, + [SMALL_STATE(7371)] = 178537, + [SMALL_STATE(7372)] = 178573, + [SMALL_STATE(7373)] = 178605, + [SMALL_STATE(7374)] = 178641, + [SMALL_STATE(7375)] = 178677, + [SMALL_STATE(7376)] = 178709, + [SMALL_STATE(7377)] = 178745, + [SMALL_STATE(7378)] = 178777, + [SMALL_STATE(7379)] = 178813, + [SMALL_STATE(7380)] = 178845, + [SMALL_STATE(7381)] = 178881, + [SMALL_STATE(7382)] = 178917, + [SMALL_STATE(7383)] = 178951, + [SMALL_STATE(7384)] = 178987, + [SMALL_STATE(7385)] = 179019, + [SMALL_STATE(7386)] = 179055, + [SMALL_STATE(7387)] = 179091, + [SMALL_STATE(7388)] = 179127, + [SMALL_STATE(7389)] = 179159, + [SMALL_STATE(7390)] = 179195, + [SMALL_STATE(7391)] = 179231, + [SMALL_STATE(7392)] = 179267, + [SMALL_STATE(7393)] = 179299, + [SMALL_STATE(7394)] = 179335, + [SMALL_STATE(7395)] = 179371, + [SMALL_STATE(7396)] = 179403, + [SMALL_STATE(7397)] = 179439, + [SMALL_STATE(7398)] = 179475, + [SMALL_STATE(7399)] = 179511, + [SMALL_STATE(7400)] = 179543, + [SMALL_STATE(7401)] = 179579, + [SMALL_STATE(7402)] = 179615, + [SMALL_STATE(7403)] = 179651, + [SMALL_STATE(7404)] = 179687, + [SMALL_STATE(7405)] = 179719, + [SMALL_STATE(7406)] = 179755, + [SMALL_STATE(7407)] = 179787, + [SMALL_STATE(7408)] = 179819, + [SMALL_STATE(7409)] = 179851, + [SMALL_STATE(7410)] = 179883, + [SMALL_STATE(7411)] = 179919, + [SMALL_STATE(7412)] = 179951, + [SMALL_STATE(7413)] = 179987, + [SMALL_STATE(7414)] = 180019, + [SMALL_STATE(7415)] = 180055, + [SMALL_STATE(7416)] = 180091, + [SMALL_STATE(7417)] = 180127, + [SMALL_STATE(7418)] = 180163, + [SMALL_STATE(7419)] = 180199, + [SMALL_STATE(7420)] = 180229, + [SMALL_STATE(7421)] = 180261, + [SMALL_STATE(7422)] = 180293, + [SMALL_STATE(7423)] = 180325, + [SMALL_STATE(7424)] = 180361, + [SMALL_STATE(7425)] = 180397, + [SMALL_STATE(7426)] = 180433, + [SMALL_STATE(7427)] = 180469, + [SMALL_STATE(7428)] = 180505, + [SMALL_STATE(7429)] = 180541, + [SMALL_STATE(7430)] = 180569, + [SMALL_STATE(7431)] = 180605, + [SMALL_STATE(7432)] = 180641, + [SMALL_STATE(7433)] = 180673, + [SMALL_STATE(7434)] = 180705, + [SMALL_STATE(7435)] = 180741, + [SMALL_STATE(7436)] = 180777, + [SMALL_STATE(7437)] = 180809, + [SMALL_STATE(7438)] = 180845, + [SMALL_STATE(7439)] = 180881, + [SMALL_STATE(7440)] = 180917, + [SMALL_STATE(7441)] = 180953, + [SMALL_STATE(7442)] = 180989, + [SMALL_STATE(7443)] = 181025, + [SMALL_STATE(7444)] = 181057, + [SMALL_STATE(7445)] = 181093, + [SMALL_STATE(7446)] = 181125, + [SMALL_STATE(7447)] = 181161, + [SMALL_STATE(7448)] = 181197, + [SMALL_STATE(7449)] = 181229, + [SMALL_STATE(7450)] = 181265, + [SMALL_STATE(7451)] = 181297, + [SMALL_STATE(7452)] = 181329, + [SMALL_STATE(7453)] = 181361, + [SMALL_STATE(7454)] = 181397, + [SMALL_STATE(7455)] = 181433, + [SMALL_STATE(7456)] = 181469, + [SMALL_STATE(7457)] = 181501, + [SMALL_STATE(7458)] = 181537, + [SMALL_STATE(7459)] = 181573, + [SMALL_STATE(7460)] = 181609, + [SMALL_STATE(7461)] = 181645, + [SMALL_STATE(7462)] = 181681, + [SMALL_STATE(7463)] = 181717, + [SMALL_STATE(7464)] = 181749, + [SMALL_STATE(7465)] = 181785, + [SMALL_STATE(7466)] = 181821, + [SMALL_STATE(7467)] = 181857, + [SMALL_STATE(7468)] = 181893, + [SMALL_STATE(7469)] = 181929, + [SMALL_STATE(7470)] = 181965, + [SMALL_STATE(7471)] = 181989, + [SMALL_STATE(7472)] = 182021, + [SMALL_STATE(7473)] = 182057, + [SMALL_STATE(7474)] = 182093, + [SMALL_STATE(7475)] = 182129, + [SMALL_STATE(7476)] = 182165, + [SMALL_STATE(7477)] = 182197, + [SMALL_STATE(7478)] = 182233, + [SMALL_STATE(7479)] = 182269, + [SMALL_STATE(7480)] = 182305, + [SMALL_STATE(7481)] = 182337, + [SMALL_STATE(7482)] = 182373, + [SMALL_STATE(7483)] = 182405, + [SMALL_STATE(7484)] = 182441, + [SMALL_STATE(7485)] = 182473, + [SMALL_STATE(7486)] = 182509, + [SMALL_STATE(7487)] = 182541, + [SMALL_STATE(7488)] = 182577, + [SMALL_STATE(7489)] = 182613, + [SMALL_STATE(7490)] = 182649, + [SMALL_STATE(7491)] = 182681, + [SMALL_STATE(7492)] = 182717, + [SMALL_STATE(7493)] = 182749, + [SMALL_STATE(7494)] = 182785, + [SMALL_STATE(7495)] = 182821, + [SMALL_STATE(7496)] = 182845, + [SMALL_STATE(7497)] = 182877, + [SMALL_STATE(7498)] = 182913, + [SMALL_STATE(7499)] = 182949, + [SMALL_STATE(7500)] = 182985, + [SMALL_STATE(7501)] = 183021, + [SMALL_STATE(7502)] = 183059, + [SMALL_STATE(7503)] = 183091, + [SMALL_STATE(7504)] = 183127, + [SMALL_STATE(7505)] = 183159, + [SMALL_STATE(7506)] = 183191, + [SMALL_STATE(7507)] = 183223, + [SMALL_STATE(7508)] = 183259, + [SMALL_STATE(7509)] = 183295, + [SMALL_STATE(7510)] = 183327, + [SMALL_STATE(7511)] = 183363, + [SMALL_STATE(7512)] = 183399, + [SMALL_STATE(7513)] = 183431, + [SMALL_STATE(7514)] = 183467, + [SMALL_STATE(7515)] = 183503, + [SMALL_STATE(7516)] = 183535, + [SMALL_STATE(7517)] = 183571, + [SMALL_STATE(7518)] = 183603, + [SMALL_STATE(7519)] = 183635, + [SMALL_STATE(7520)] = 183667, + [SMALL_STATE(7521)] = 183691, + [SMALL_STATE(7522)] = 183723, + [SMALL_STATE(7523)] = 183759, + [SMALL_STATE(7524)] = 183795, + [SMALL_STATE(7525)] = 183827, + [SMALL_STATE(7526)] = 183863, + [SMALL_STATE(7527)] = 183899, + [SMALL_STATE(7528)] = 183935, + [SMALL_STATE(7529)] = 183971, + [SMALL_STATE(7530)] = 184003, + [SMALL_STATE(7531)] = 184039, + [SMALL_STATE(7532)] = 184075, + [SMALL_STATE(7533)] = 184107, + [SMALL_STATE(7534)] = 184143, + [SMALL_STATE(7535)] = 184179, + [SMALL_STATE(7536)] = 184215, + [SMALL_STATE(7537)] = 184251, + [SMALL_STATE(7538)] = 184287, + [SMALL_STATE(7539)] = 184323, + [SMALL_STATE(7540)] = 184355, + [SMALL_STATE(7541)] = 184387, + [SMALL_STATE(7542)] = 184419, + [SMALL_STATE(7543)] = 184451, + [SMALL_STATE(7544)] = 184475, + [SMALL_STATE(7545)] = 184507, + [SMALL_STATE(7546)] = 184543, + [SMALL_STATE(7547)] = 184579, + [SMALL_STATE(7548)] = 184611, + [SMALL_STATE(7549)] = 184647, + [SMALL_STATE(7550)] = 184683, + [SMALL_STATE(7551)] = 184719, + [SMALL_STATE(7552)] = 184751, + [SMALL_STATE(7553)] = 184787, + [SMALL_STATE(7554)] = 184823, + [SMALL_STATE(7555)] = 184855, + [SMALL_STATE(7556)] = 184891, + [SMALL_STATE(7557)] = 184915, + [SMALL_STATE(7558)] = 184943, + [SMALL_STATE(7559)] = 184979, + [SMALL_STATE(7560)] = 185007, + [SMALL_STATE(7561)] = 185043, + [SMALL_STATE(7562)] = 185075, + [SMALL_STATE(7563)] = 185111, + [SMALL_STATE(7564)] = 185143, + [SMALL_STATE(7565)] = 185179, + [SMALL_STATE(7566)] = 185215, + [SMALL_STATE(7567)] = 185251, + [SMALL_STATE(7568)] = 185287, + [SMALL_STATE(7569)] = 185319, + [SMALL_STATE(7570)] = 185355, + [SMALL_STATE(7571)] = 185379, + [SMALL_STATE(7572)] = 185415, + [SMALL_STATE(7573)] = 185451, + [SMALL_STATE(7574)] = 185483, + [SMALL_STATE(7575)] = 185515, + [SMALL_STATE(7576)] = 185551, + [SMALL_STATE(7577)] = 185587, + [SMALL_STATE(7578)] = 185619, + [SMALL_STATE(7579)] = 185655, + [SMALL_STATE(7580)] = 185691, + [SMALL_STATE(7581)] = 185727, + [SMALL_STATE(7582)] = 185765, + [SMALL_STATE(7583)] = 185801, + [SMALL_STATE(7584)] = 185825, + [SMALL_STATE(7585)] = 185857, + [SMALL_STATE(7586)] = 185889, + [SMALL_STATE(7587)] = 185925, + [SMALL_STATE(7588)] = 185961, + [SMALL_STATE(7589)] = 185997, + [SMALL_STATE(7590)] = 186029, + [SMALL_STATE(7591)] = 186065, + [SMALL_STATE(7592)] = 186097, + [SMALL_STATE(7593)] = 186133, + [SMALL_STATE(7594)] = 186169, + [SMALL_STATE(7595)] = 186201, + [SMALL_STATE(7596)] = 186233, + [SMALL_STATE(7597)] = 186265, + [SMALL_STATE(7598)] = 186298, + [SMALL_STATE(7599)] = 186333, + [SMALL_STATE(7600)] = 186368, + [SMALL_STATE(7601)] = 186403, + [SMALL_STATE(7602)] = 186438, + [SMALL_STATE(7603)] = 186473, + [SMALL_STATE(7604)] = 186508, + [SMALL_STATE(7605)] = 186541, + [SMALL_STATE(7606)] = 186574, + [SMALL_STATE(7607)] = 186607, + [SMALL_STATE(7608)] = 186642, + [SMALL_STATE(7609)] = 186675, + [SMALL_STATE(7610)] = 186710, + [SMALL_STATE(7611)] = 186743, + [SMALL_STATE(7612)] = 186778, + [SMALL_STATE(7613)] = 186811, + [SMALL_STATE(7614)] = 186844, + [SMALL_STATE(7615)] = 186879, + [SMALL_STATE(7616)] = 186914, + [SMALL_STATE(7617)] = 186947, + [SMALL_STATE(7618)] = 186982, + [SMALL_STATE(7619)] = 187017, + [SMALL_STATE(7620)] = 187050, + [SMALL_STATE(7621)] = 187085, + [SMALL_STATE(7622)] = 187108, + [SMALL_STATE(7623)] = 187143, + [SMALL_STATE(7624)] = 187176, + [SMALL_STATE(7625)] = 187209, + [SMALL_STATE(7626)] = 187244, + [SMALL_STATE(7627)] = 187277, + [SMALL_STATE(7628)] = 187310, + [SMALL_STATE(7629)] = 187343, + [SMALL_STATE(7630)] = 187376, + [SMALL_STATE(7631)] = 187409, + [SMALL_STATE(7632)] = 187438, + [SMALL_STATE(7633)] = 187473, + [SMALL_STATE(7634)] = 187506, + [SMALL_STATE(7635)] = 187539, + [SMALL_STATE(7636)] = 187572, + [SMALL_STATE(7637)] = 187607, + [SMALL_STATE(7638)] = 187642, + [SMALL_STATE(7639)] = 187677, + [SMALL_STATE(7640)] = 187710, + [SMALL_STATE(7641)] = 187733, + [SMALL_STATE(7642)] = 187766, + [SMALL_STATE(7643)] = 187801, + [SMALL_STATE(7644)] = 187836, + [SMALL_STATE(7645)] = 187871, + [SMALL_STATE(7646)] = 187906, + [SMALL_STATE(7647)] = 187941, + [SMALL_STATE(7648)] = 187974, + [SMALL_STATE(7649)] = 188007, + [SMALL_STATE(7650)] = 188042, + [SMALL_STATE(7651)] = 188077, + [SMALL_STATE(7652)] = 188110, + [SMALL_STATE(7653)] = 188145, + [SMALL_STATE(7654)] = 188178, + [SMALL_STATE(7655)] = 188213, + [SMALL_STATE(7656)] = 188248, + [SMALL_STATE(7657)] = 188283, + [SMALL_STATE(7658)] = 188318, + [SMALL_STATE(7659)] = 188353, + [SMALL_STATE(7660)] = 188388, + [SMALL_STATE(7661)] = 188423, + [SMALL_STATE(7662)] = 188458, + [SMALL_STATE(7663)] = 188491, + [SMALL_STATE(7664)] = 188524, + [SMALL_STATE(7665)] = 188559, + [SMALL_STATE(7666)] = 188594, + [SMALL_STATE(7667)] = 188617, + [SMALL_STATE(7668)] = 188650, + [SMALL_STATE(7669)] = 188685, + [SMALL_STATE(7670)] = 188720, + [SMALL_STATE(7671)] = 188755, + [SMALL_STATE(7672)] = 188790, + [SMALL_STATE(7673)] = 188825, + [SMALL_STATE(7674)] = 188860, + [SMALL_STATE(7675)] = 188895, + [SMALL_STATE(7676)] = 188930, + [SMALL_STATE(7677)] = 188965, + [SMALL_STATE(7678)] = 189000, + [SMALL_STATE(7679)] = 189033, + [SMALL_STATE(7680)] = 189068, + [SMALL_STATE(7681)] = 189091, + [SMALL_STATE(7682)] = 189124, + [SMALL_STATE(7683)] = 189157, + [SMALL_STATE(7684)] = 189192, + [SMALL_STATE(7685)] = 189225, + [SMALL_STATE(7686)] = 189258, + [SMALL_STATE(7687)] = 189293, + [SMALL_STATE(7688)] = 189326, + [SMALL_STATE(7689)] = 189361, + [SMALL_STATE(7690)] = 189394, + [SMALL_STATE(7691)] = 189429, + [SMALL_STATE(7692)] = 189464, + [SMALL_STATE(7693)] = 189497, + [SMALL_STATE(7694)] = 189530, + [SMALL_STATE(7695)] = 189565, + [SMALL_STATE(7696)] = 189600, + [SMALL_STATE(7697)] = 189635, + [SMALL_STATE(7698)] = 189670, + [SMALL_STATE(7699)] = 189703, + [SMALL_STATE(7700)] = 189738, + [SMALL_STATE(7701)] = 189771, + [SMALL_STATE(7702)] = 189806, + [SMALL_STATE(7703)] = 189839, + [SMALL_STATE(7704)] = 189872, + [SMALL_STATE(7705)] = 189907, + [SMALL_STATE(7706)] = 189942, + [SMALL_STATE(7707)] = 189977, + [SMALL_STATE(7708)] = 190010, + [SMALL_STATE(7709)] = 190045, + [SMALL_STATE(7710)] = 190080, + [SMALL_STATE(7711)] = 190113, + [SMALL_STATE(7712)] = 190148, + [SMALL_STATE(7713)] = 190183, + [SMALL_STATE(7714)] = 190216, + [SMALL_STATE(7715)] = 190251, + [SMALL_STATE(7716)] = 190286, + [SMALL_STATE(7717)] = 190319, + [SMALL_STATE(7718)] = 190354, + [SMALL_STATE(7719)] = 190387, + [SMALL_STATE(7720)] = 190420, + [SMALL_STATE(7721)] = 190455, + [SMALL_STATE(7722)] = 190490, + [SMALL_STATE(7723)] = 190523, + [SMALL_STATE(7724)] = 190558, + [SMALL_STATE(7725)] = 190593, + [SMALL_STATE(7726)] = 190628, + [SMALL_STATE(7727)] = 190663, + [SMALL_STATE(7728)] = 190698, + [SMALL_STATE(7729)] = 190731, + [SMALL_STATE(7730)] = 190766, + [SMALL_STATE(7731)] = 190801, + [SMALL_STATE(7732)] = 190836, + [SMALL_STATE(7733)] = 190859, + [SMALL_STATE(7734)] = 190892, + [SMALL_STATE(7735)] = 190925, + [SMALL_STATE(7736)] = 190960, + [SMALL_STATE(7737)] = 190993, + [SMALL_STATE(7738)] = 191028, + [SMALL_STATE(7739)] = 191061, + [SMALL_STATE(7740)] = 191096, + [SMALL_STATE(7741)] = 191129, + [SMALL_STATE(7742)] = 191164, + [SMALL_STATE(7743)] = 191199, + [SMALL_STATE(7744)] = 191232, + [SMALL_STATE(7745)] = 191267, + [SMALL_STATE(7746)] = 191300, + [SMALL_STATE(7747)] = 191335, + [SMALL_STATE(7748)] = 191370, + [SMALL_STATE(7749)] = 191405, + [SMALL_STATE(7750)] = 191438, + [SMALL_STATE(7751)] = 191473, + [SMALL_STATE(7752)] = 191496, + [SMALL_STATE(7753)] = 191531, + [SMALL_STATE(7754)] = 191566, + [SMALL_STATE(7755)] = 191601, + [SMALL_STATE(7756)] = 191634, + [SMALL_STATE(7757)] = 191669, + [SMALL_STATE(7758)] = 191704, + [SMALL_STATE(7759)] = 191727, + [SMALL_STATE(7760)] = 191750, + [SMALL_STATE(7761)] = 191783, + [SMALL_STATE(7762)] = 191818, + [SMALL_STATE(7763)] = 191853, + [SMALL_STATE(7764)] = 191886, + [SMALL_STATE(7765)] = 191921, + [SMALL_STATE(7766)] = 191954, + [SMALL_STATE(7767)] = 191989, + [SMALL_STATE(7768)] = 192022, + [SMALL_STATE(7769)] = 192055, + [SMALL_STATE(7770)] = 192090, + [SMALL_STATE(7771)] = 192125, + [SMALL_STATE(7772)] = 192158, + [SMALL_STATE(7773)] = 192181, + [SMALL_STATE(7774)] = 192216, + [SMALL_STATE(7775)] = 192249, + [SMALL_STATE(7776)] = 192284, + [SMALL_STATE(7777)] = 192317, + [SMALL_STATE(7778)] = 192350, + [SMALL_STATE(7779)] = 192385, + [SMALL_STATE(7780)] = 192420, + [SMALL_STATE(7781)] = 192453, + [SMALL_STATE(7782)] = 192488, + [SMALL_STATE(7783)] = 192521, + [SMALL_STATE(7784)] = 192554, + [SMALL_STATE(7785)] = 192587, + [SMALL_STATE(7786)] = 192622, + [SMALL_STATE(7787)] = 192657, + [SMALL_STATE(7788)] = 192692, + [SMALL_STATE(7789)] = 192725, + [SMALL_STATE(7790)] = 192760, + [SMALL_STATE(7791)] = 192795, + [SMALL_STATE(7792)] = 192830, + [SMALL_STATE(7793)] = 192865, + [SMALL_STATE(7794)] = 192900, + [SMALL_STATE(7795)] = 192935, + [SMALL_STATE(7796)] = 192958, + [SMALL_STATE(7797)] = 192991, + [SMALL_STATE(7798)] = 193024, + [SMALL_STATE(7799)] = 193051, + [SMALL_STATE(7800)] = 193084, + [SMALL_STATE(7801)] = 193117, + [SMALL_STATE(7802)] = 193150, + [SMALL_STATE(7803)] = 193185, + [SMALL_STATE(7804)] = 193218, + [SMALL_STATE(7805)] = 193253, + [SMALL_STATE(7806)] = 193288, + [SMALL_STATE(7807)] = 193321, + [SMALL_STATE(7808)] = 193356, + [SMALL_STATE(7809)] = 193391, + [SMALL_STATE(7810)] = 193424, + [SMALL_STATE(7811)] = 193457, + [SMALL_STATE(7812)] = 193492, + [SMALL_STATE(7813)] = 193527, + [SMALL_STATE(7814)] = 193562, + [SMALL_STATE(7815)] = 193585, + [SMALL_STATE(7816)] = 193620, + [SMALL_STATE(7817)] = 193655, + [SMALL_STATE(7818)] = 193690, + [SMALL_STATE(7819)] = 193725, + [SMALL_STATE(7820)] = 193760, + [SMALL_STATE(7821)] = 193795, + [SMALL_STATE(7822)] = 193828, + [SMALL_STATE(7823)] = 193863, + [SMALL_STATE(7824)] = 193898, + [SMALL_STATE(7825)] = 193931, + [SMALL_STATE(7826)] = 193966, + [SMALL_STATE(7827)] = 194001, + [SMALL_STATE(7828)] = 194034, + [SMALL_STATE(7829)] = 194069, + [SMALL_STATE(7830)] = 194104, + [SMALL_STATE(7831)] = 194137, + [SMALL_STATE(7832)] = 194170, + [SMALL_STATE(7833)] = 194205, + [SMALL_STATE(7834)] = 194240, + [SMALL_STATE(7835)] = 194262, + [SMALL_STATE(7836)] = 194284, + [SMALL_STATE(7837)] = 194310, + [SMALL_STATE(7838)] = 194332, + [SMALL_STATE(7839)] = 194358, + [SMALL_STATE(7840)] = 194380, + [SMALL_STATE(7841)] = 194402, + [SMALL_STATE(7842)] = 194424, + [SMALL_STATE(7843)] = 194446, + [SMALL_STATE(7844)] = 194468, + [SMALL_STATE(7845)] = 194490, + [SMALL_STATE(7846)] = 194512, + [SMALL_STATE(7847)] = 194534, + [SMALL_STATE(7848)] = 194556, + [SMALL_STATE(7849)] = 194578, + [SMALL_STATE(7850)] = 194608, + [SMALL_STATE(7851)] = 194630, + [SMALL_STATE(7852)] = 194652, + [SMALL_STATE(7853)] = 194674, + [SMALL_STATE(7854)] = 194696, + [SMALL_STATE(7855)] = 194718, + [SMALL_STATE(7856)] = 194740, + [SMALL_STATE(7857)] = 194762, + [SMALL_STATE(7858)] = 194784, + [SMALL_STATE(7859)] = 194810, + [SMALL_STATE(7860)] = 194832, + [SMALL_STATE(7861)] = 194858, + [SMALL_STATE(7862)] = 194887, + [SMALL_STATE(7863)] = 194916, + [SMALL_STATE(7864)] = 194941, + [SMALL_STATE(7865)] = 194966, + [SMALL_STATE(7866)] = 194995, + [SMALL_STATE(7867)] = 195024, + [SMALL_STATE(7868)] = 195053, + [SMALL_STATE(7869)] = 195082, + [SMALL_STATE(7870)] = 195111, + [SMALL_STATE(7871)] = 195140, + [SMALL_STATE(7872)] = 195169, + [SMALL_STATE(7873)] = 195192, + [SMALL_STATE(7874)] = 195221, + [SMALL_STATE(7875)] = 195250, + [SMALL_STATE(7876)] = 195279, + [SMALL_STATE(7877)] = 195308, + [SMALL_STATE(7878)] = 195337, + [SMALL_STATE(7879)] = 195366, + [SMALL_STATE(7880)] = 195395, + [SMALL_STATE(7881)] = 195424, + [SMALL_STATE(7882)] = 195453, + [SMALL_STATE(7883)] = 195482, + [SMALL_STATE(7884)] = 195511, + [SMALL_STATE(7885)] = 195540, + [SMALL_STATE(7886)] = 195569, + [SMALL_STATE(7887)] = 195606, + [SMALL_STATE(7888)] = 195631, + [SMALL_STATE(7889)] = 195660, + [SMALL_STATE(7890)] = 195689, + [SMALL_STATE(7891)] = 195718, + [SMALL_STATE(7892)] = 195747, + [SMALL_STATE(7893)] = 195776, + [SMALL_STATE(7894)] = 195801, + [SMALL_STATE(7895)] = 195830, + [SMALL_STATE(7896)] = 195859, + [SMALL_STATE(7897)] = 195884, + [SMALL_STATE(7898)] = 195909, + [SMALL_STATE(7899)] = 195938, + [SMALL_STATE(7900)] = 195967, + [SMALL_STATE(7901)] = 195990, + [SMALL_STATE(7902)] = 196015, + [SMALL_STATE(7903)] = 196044, + [SMALL_STATE(7904)] = 196073, + [SMALL_STATE(7905)] = 196102, + [SMALL_STATE(7906)] = 196131, + [SMALL_STATE(7907)] = 196160, + [SMALL_STATE(7908)] = 196189, + [SMALL_STATE(7909)] = 196218, + [SMALL_STATE(7910)] = 196247, + [SMALL_STATE(7911)] = 196276, + [SMALL_STATE(7912)] = 196305, + [SMALL_STATE(7913)] = 196334, + [SMALL_STATE(7914)] = 196363, + [SMALL_STATE(7915)] = 196392, + [SMALL_STATE(7916)] = 196421, + [SMALL_STATE(7917)] = 196450, + [SMALL_STATE(7918)] = 196479, + [SMALL_STATE(7919)] = 196508, + [SMALL_STATE(7920)] = 196537, + [SMALL_STATE(7921)] = 196566, + [SMALL_STATE(7922)] = 196595, + [SMALL_STATE(7923)] = 196624, + [SMALL_STATE(7924)] = 196653, + [SMALL_STATE(7925)] = 196682, + [SMALL_STATE(7926)] = 196711, + [SMALL_STATE(7927)] = 196740, + [SMALL_STATE(7928)] = 196769, + [SMALL_STATE(7929)] = 196798, + [SMALL_STATE(7930)] = 196827, + [SMALL_STATE(7931)] = 196856, + [SMALL_STATE(7932)] = 196885, + [SMALL_STATE(7933)] = 196914, + [SMALL_STATE(7934)] = 196939, + [SMALL_STATE(7935)] = 196964, + [SMALL_STATE(7936)] = 196993, + [SMALL_STATE(7937)] = 197018, + [SMALL_STATE(7938)] = 197043, + [SMALL_STATE(7939)] = 197072, + [SMALL_STATE(7940)] = 197101, + [SMALL_STATE(7941)] = 197126, + [SMALL_STATE(7942)] = 197155, + [SMALL_STATE(7943)] = 197180, + [SMALL_STATE(7944)] = 197209, + [SMALL_STATE(7945)] = 197234, + [SMALL_STATE(7946)] = 197259, + [SMALL_STATE(7947)] = 197288, + [SMALL_STATE(7948)] = 197317, + [SMALL_STATE(7949)] = 197346, + [SMALL_STATE(7950)] = 197375, + [SMALL_STATE(7951)] = 197404, + [SMALL_STATE(7952)] = 197429, + [SMALL_STATE(7953)] = 197452, + [SMALL_STATE(7954)] = 197481, + [SMALL_STATE(7955)] = 197510, + [SMALL_STATE(7956)] = 197539, + [SMALL_STATE(7957)] = 197568, + [SMALL_STATE(7958)] = 197593, + [SMALL_STATE(7959)] = 197622, + [SMALL_STATE(7960)] = 197651, + [SMALL_STATE(7961)] = 197676, + [SMALL_STATE(7962)] = 197705, + [SMALL_STATE(7963)] = 197734, + [SMALL_STATE(7964)] = 197763, + [SMALL_STATE(7965)] = 197792, + [SMALL_STATE(7966)] = 197817, + [SMALL_STATE(7967)] = 197846, + [SMALL_STATE(7968)] = 197875, + [SMALL_STATE(7969)] = 197904, + [SMALL_STATE(7970)] = 197933, + [SMALL_STATE(7971)] = 197962, + [SMALL_STATE(7972)] = 197991, + [SMALL_STATE(7973)] = 198020, + [SMALL_STATE(7974)] = 198049, + [SMALL_STATE(7975)] = 198078, + [SMALL_STATE(7976)] = 198107, + [SMALL_STATE(7977)] = 198136, + [SMALL_STATE(7978)] = 198165, + [SMALL_STATE(7979)] = 198194, + [SMALL_STATE(7980)] = 198223, + [SMALL_STATE(7981)] = 198252, + [SMALL_STATE(7982)] = 198281, + [SMALL_STATE(7983)] = 198310, + [SMALL_STATE(7984)] = 198339, + [SMALL_STATE(7985)] = 198368, + [SMALL_STATE(7986)] = 198397, + [SMALL_STATE(7987)] = 198422, + [SMALL_STATE(7988)] = 198451, + [SMALL_STATE(7989)] = 198480, + [SMALL_STATE(7990)] = 198509, + [SMALL_STATE(7991)] = 198538, + [SMALL_STATE(7992)] = 198567, + [SMALL_STATE(7993)] = 198596, + [SMALL_STATE(7994)] = 198625, + [SMALL_STATE(7995)] = 198650, + [SMALL_STATE(7996)] = 198679, + [SMALL_STATE(7997)] = 198708, + [SMALL_STATE(7998)] = 198737, + [SMALL_STATE(7999)] = 198766, + [SMALL_STATE(8000)] = 198795, + [SMALL_STATE(8001)] = 198824, + [SMALL_STATE(8002)] = 198853, + [SMALL_STATE(8003)] = 198882, + [SMALL_STATE(8004)] = 198911, + [SMALL_STATE(8005)] = 198940, + [SMALL_STATE(8006)] = 198969, + [SMALL_STATE(8007)] = 198994, + [SMALL_STATE(8008)] = 199023, + [SMALL_STATE(8009)] = 199048, + [SMALL_STATE(8010)] = 199071, + [SMALL_STATE(8011)] = 199100, + [SMALL_STATE(8012)] = 199129, + [SMALL_STATE(8013)] = 199158, + [SMALL_STATE(8014)] = 199187, + [SMALL_STATE(8015)] = 199208, + [SMALL_STATE(8016)] = 199237, + [SMALL_STATE(8017)] = 199262, + [SMALL_STATE(8018)] = 199291, + [SMALL_STATE(8019)] = 199316, + [SMALL_STATE(8020)] = 199345, + [SMALL_STATE(8021)] = 199371, + [SMALL_STATE(8022)] = 199397, + [SMALL_STATE(8023)] = 199423, + [SMALL_STATE(8024)] = 199449, + [SMALL_STATE(8025)] = 199475, + [SMALL_STATE(8026)] = 199501, + [SMALL_STATE(8027)] = 199527, + [SMALL_STATE(8028)] = 199553, + [SMALL_STATE(8029)] = 199575, + [SMALL_STATE(8030)] = 199597, + [SMALL_STATE(8031)] = 199623, + [SMALL_STATE(8032)] = 199649, + [SMALL_STATE(8033)] = 199675, + [SMALL_STATE(8034)] = 199701, + [SMALL_STATE(8035)] = 199727, + [SMALL_STATE(8036)] = 199753, + [SMALL_STATE(8037)] = 199779, + [SMALL_STATE(8038)] = 199805, + [SMALL_STATE(8039)] = 199831, + [SMALL_STATE(8040)] = 199857, + [SMALL_STATE(8041)] = 199883, + [SMALL_STATE(8042)] = 199909, + [SMALL_STATE(8043)] = 199935, + [SMALL_STATE(8044)] = 199961, + [SMALL_STATE(8045)] = 199987, + [SMALL_STATE(8046)] = 200013, + [SMALL_STATE(8047)] = 200039, + [SMALL_STATE(8048)] = 200065, + [SMALL_STATE(8049)] = 200091, + [SMALL_STATE(8050)] = 200117, + [SMALL_STATE(8051)] = 200143, + [SMALL_STATE(8052)] = 200169, + [SMALL_STATE(8053)] = 200195, + [SMALL_STATE(8054)] = 200221, + [SMALL_STATE(8055)] = 200247, + [SMALL_STATE(8056)] = 200273, + [SMALL_STATE(8057)] = 200299, + [SMALL_STATE(8058)] = 200325, + [SMALL_STATE(8059)] = 200351, + [SMALL_STATE(8060)] = 200377, + [SMALL_STATE(8061)] = 200403, + [SMALL_STATE(8062)] = 200429, + [SMALL_STATE(8063)] = 200455, + [SMALL_STATE(8064)] = 200481, + [SMALL_STATE(8065)] = 200507, + [SMALL_STATE(8066)] = 200533, + [SMALL_STATE(8067)] = 200559, + [SMALL_STATE(8068)] = 200585, + [SMALL_STATE(8069)] = 200611, + [SMALL_STATE(8070)] = 200637, + [SMALL_STATE(8071)] = 200663, + [SMALL_STATE(8072)] = 200689, + [SMALL_STATE(8073)] = 200709, + [SMALL_STATE(8074)] = 200735, + [SMALL_STATE(8075)] = 200761, + [SMALL_STATE(8076)] = 200787, + [SMALL_STATE(8077)] = 200813, + [SMALL_STATE(8078)] = 200839, + [SMALL_STATE(8079)] = 200865, + [SMALL_STATE(8080)] = 200891, + [SMALL_STATE(8081)] = 200917, + [SMALL_STATE(8082)] = 200943, + [SMALL_STATE(8083)] = 200969, + [SMALL_STATE(8084)] = 200995, + [SMALL_STATE(8085)] = 201021, + [SMALL_STATE(8086)] = 201047, + [SMALL_STATE(8087)] = 201073, + [SMALL_STATE(8088)] = 201099, + [SMALL_STATE(8089)] = 201125, + [SMALL_STATE(8090)] = 201151, + [SMALL_STATE(8091)] = 201177, + [SMALL_STATE(8092)] = 201203, + [SMALL_STATE(8093)] = 201229, + [SMALL_STATE(8094)] = 201255, + [SMALL_STATE(8095)] = 201281, + [SMALL_STATE(8096)] = 201307, + [SMALL_STATE(8097)] = 201333, + [SMALL_STATE(8098)] = 201359, + [SMALL_STATE(8099)] = 201385, + [SMALL_STATE(8100)] = 201407, + [SMALL_STATE(8101)] = 201433, + [SMALL_STATE(8102)] = 201459, + [SMALL_STATE(8103)] = 201485, + [SMALL_STATE(8104)] = 201519, + [SMALL_STATE(8105)] = 201545, + [SMALL_STATE(8106)] = 201571, + [SMALL_STATE(8107)] = 201597, + [SMALL_STATE(8108)] = 201623, + [SMALL_STATE(8109)] = 201649, + [SMALL_STATE(8110)] = 201675, + [SMALL_STATE(8111)] = 201701, + [SMALL_STATE(8112)] = 201727, + [SMALL_STATE(8113)] = 201753, + [SMALL_STATE(8114)] = 201779, + [SMALL_STATE(8115)] = 201805, + [SMALL_STATE(8116)] = 201831, + [SMALL_STATE(8117)] = 201857, + [SMALL_STATE(8118)] = 201883, + [SMALL_STATE(8119)] = 201909, + [SMALL_STATE(8120)] = 201935, + [SMALL_STATE(8121)] = 201961, + [SMALL_STATE(8122)] = 201987, + [SMALL_STATE(8123)] = 202013, + [SMALL_STATE(8124)] = 202039, + [SMALL_STATE(8125)] = 202065, + [SMALL_STATE(8126)] = 202085, + [SMALL_STATE(8127)] = 202111, + [SMALL_STATE(8128)] = 202129, + [SMALL_STATE(8129)] = 202155, + [SMALL_STATE(8130)] = 202181, + [SMALL_STATE(8131)] = 202207, + [SMALL_STATE(8132)] = 202233, + [SMALL_STATE(8133)] = 202259, + [SMALL_STATE(8134)] = 202285, + [SMALL_STATE(8135)] = 202311, + [SMALL_STATE(8136)] = 202337, + [SMALL_STATE(8137)] = 202363, + [SMALL_STATE(8138)] = 202389, + [SMALL_STATE(8139)] = 202415, + [SMALL_STATE(8140)] = 202441, + [SMALL_STATE(8141)] = 202467, + [SMALL_STATE(8142)] = 202493, + [SMALL_STATE(8143)] = 202519, + [SMALL_STATE(8144)] = 202545, + [SMALL_STATE(8145)] = 202571, + [SMALL_STATE(8146)] = 202597, + [SMALL_STATE(8147)] = 202623, + [SMALL_STATE(8148)] = 202649, + [SMALL_STATE(8149)] = 202675, + [SMALL_STATE(8150)] = 202701, + [SMALL_STATE(8151)] = 202727, + [SMALL_STATE(8152)] = 202753, + [SMALL_STATE(8153)] = 202779, + [SMALL_STATE(8154)] = 202805, + [SMALL_STATE(8155)] = 202831, + [SMALL_STATE(8156)] = 202857, + [SMALL_STATE(8157)] = 202883, + [SMALL_STATE(8158)] = 202909, + [SMALL_STATE(8159)] = 202935, + [SMALL_STATE(8160)] = 202961, + [SMALL_STATE(8161)] = 202987, + [SMALL_STATE(8162)] = 203009, + [SMALL_STATE(8163)] = 203035, + [SMALL_STATE(8164)] = 203061, + [SMALL_STATE(8165)] = 203087, + [SMALL_STATE(8166)] = 203113, + [SMALL_STATE(8167)] = 203139, + [SMALL_STATE(8168)] = 203165, + [SMALL_STATE(8169)] = 203191, + [SMALL_STATE(8170)] = 203217, + [SMALL_STATE(8171)] = 203243, + [SMALL_STATE(8172)] = 203269, + [SMALL_STATE(8173)] = 203295, + [SMALL_STATE(8174)] = 203321, + [SMALL_STATE(8175)] = 203347, + [SMALL_STATE(8176)] = 203373, + [SMALL_STATE(8177)] = 203399, + [SMALL_STATE(8178)] = 203425, + [SMALL_STATE(8179)] = 203451, + [SMALL_STATE(8180)] = 203477, + [SMALL_STATE(8181)] = 203503, + [SMALL_STATE(8182)] = 203529, + [SMALL_STATE(8183)] = 203555, + [SMALL_STATE(8184)] = 203581, + [SMALL_STATE(8185)] = 203607, + [SMALL_STATE(8186)] = 203633, + [SMALL_STATE(8187)] = 203659, + [SMALL_STATE(8188)] = 203685, + [SMALL_STATE(8189)] = 203711, + [SMALL_STATE(8190)] = 203737, + [SMALL_STATE(8191)] = 203763, + [SMALL_STATE(8192)] = 203789, + [SMALL_STATE(8193)] = 203815, + [SMALL_STATE(8194)] = 203841, + [SMALL_STATE(8195)] = 203867, + [SMALL_STATE(8196)] = 203893, + [SMALL_STATE(8197)] = 203919, + [SMALL_STATE(8198)] = 203945, + [SMALL_STATE(8199)] = 203971, + [SMALL_STATE(8200)] = 203997, + [SMALL_STATE(8201)] = 204023, + [SMALL_STATE(8202)] = 204049, + [SMALL_STATE(8203)] = 204075, + [SMALL_STATE(8204)] = 204101, + [SMALL_STATE(8205)] = 204127, + [SMALL_STATE(8206)] = 204153, + [SMALL_STATE(8207)] = 204179, + [SMALL_STATE(8208)] = 204205, + [SMALL_STATE(8209)] = 204227, + [SMALL_STATE(8210)] = 204253, + [SMALL_STATE(8211)] = 204279, + [SMALL_STATE(8212)] = 204305, + [SMALL_STATE(8213)] = 204331, + [SMALL_STATE(8214)] = 204357, + [SMALL_STATE(8215)] = 204383, + [SMALL_STATE(8216)] = 204409, + [SMALL_STATE(8217)] = 204443, + [SMALL_STATE(8218)] = 204469, + [SMALL_STATE(8219)] = 204503, + [SMALL_STATE(8220)] = 204529, + [SMALL_STATE(8221)] = 204555, + [SMALL_STATE(8222)] = 204581, + [SMALL_STATE(8223)] = 204607, + [SMALL_STATE(8224)] = 204641, + [SMALL_STATE(8225)] = 204667, + [SMALL_STATE(8226)] = 204693, + [SMALL_STATE(8227)] = 204719, + [SMALL_STATE(8228)] = 204745, + [SMALL_STATE(8229)] = 204771, + [SMALL_STATE(8230)] = 204797, + [SMALL_STATE(8231)] = 204823, + [SMALL_STATE(8232)] = 204849, + [SMALL_STATE(8233)] = 204875, + [SMALL_STATE(8234)] = 204901, + [SMALL_STATE(8235)] = 204923, + [SMALL_STATE(8236)] = 204949, + [SMALL_STATE(8237)] = 204975, + [SMALL_STATE(8238)] = 205001, + [SMALL_STATE(8239)] = 205027, + [SMALL_STATE(8240)] = 205053, + [SMALL_STATE(8241)] = 205079, + [SMALL_STATE(8242)] = 205105, + [SMALL_STATE(8243)] = 205139, + [SMALL_STATE(8244)] = 205165, + [SMALL_STATE(8245)] = 205191, + [SMALL_STATE(8246)] = 205217, + [SMALL_STATE(8247)] = 205243, + [SMALL_STATE(8248)] = 205269, + [SMALL_STATE(8249)] = 205295, + [SMALL_STATE(8250)] = 205321, + [SMALL_STATE(8251)] = 205347, + [SMALL_STATE(8252)] = 205373, + [SMALL_STATE(8253)] = 205399, + [SMALL_STATE(8254)] = 205433, + [SMALL_STATE(8255)] = 205459, + [SMALL_STATE(8256)] = 205485, + [SMALL_STATE(8257)] = 205511, + [SMALL_STATE(8258)] = 205537, + [SMALL_STATE(8259)] = 205563, + [SMALL_STATE(8260)] = 205589, + [SMALL_STATE(8261)] = 205615, + [SMALL_STATE(8262)] = 205641, + [SMALL_STATE(8263)] = 205667, + [SMALL_STATE(8264)] = 205693, + [SMALL_STATE(8265)] = 205719, + [SMALL_STATE(8266)] = 205745, + [SMALL_STATE(8267)] = 205771, + [SMALL_STATE(8268)] = 205797, + [SMALL_STATE(8269)] = 205823, + [SMALL_STATE(8270)] = 205849, + [SMALL_STATE(8271)] = 205875, + [SMALL_STATE(8272)] = 205901, + [SMALL_STATE(8273)] = 205927, + [SMALL_STATE(8274)] = 205953, + [SMALL_STATE(8275)] = 205979, + [SMALL_STATE(8276)] = 206005, + [SMALL_STATE(8277)] = 206031, + [SMALL_STATE(8278)] = 206057, + [SMALL_STATE(8279)] = 206088, + [SMALL_STATE(8280)] = 206119, + [SMALL_STATE(8281)] = 206150, + [SMALL_STATE(8282)] = 206181, + [SMALL_STATE(8283)] = 206212, + [SMALL_STATE(8284)] = 206233, + [SMALL_STATE(8285)] = 206264, + [SMALL_STATE(8286)] = 206295, + [SMALL_STATE(8287)] = 206326, + [SMALL_STATE(8288)] = 206357, + [SMALL_STATE(8289)] = 206388, + [SMALL_STATE(8290)] = 206419, + [SMALL_STATE(8291)] = 206450, + [SMALL_STATE(8292)] = 206481, + [SMALL_STATE(8293)] = 206498, + [SMALL_STATE(8294)] = 206529, + [SMALL_STATE(8295)] = 206560, + [SMALL_STATE(8296)] = 206591, + [SMALL_STATE(8297)] = 206622, + [SMALL_STATE(8298)] = 206639, + [SMALL_STATE(8299)] = 206670, + [SMALL_STATE(8300)] = 206701, + [SMALL_STATE(8301)] = 206718, + [SMALL_STATE(8302)] = 206749, + [SMALL_STATE(8303)] = 206766, + [SMALL_STATE(8304)] = 206783, + [SMALL_STATE(8305)] = 206814, + [SMALL_STATE(8306)] = 206845, + [SMALL_STATE(8307)] = 206876, + [SMALL_STATE(8308)] = 206897, + [SMALL_STATE(8309)] = 206914, + [SMALL_STATE(8310)] = 206945, + [SMALL_STATE(8311)] = 206976, + [SMALL_STATE(8312)] = 206993, + [SMALL_STATE(8313)] = 207024, + [SMALL_STATE(8314)] = 207055, + [SMALL_STATE(8315)] = 207074, + [SMALL_STATE(8316)] = 207091, + [SMALL_STATE(8317)] = 207109, + [SMALL_STATE(8318)] = 207127, + [SMALL_STATE(8319)] = 207143, + [SMALL_STATE(8320)] = 207161, + [SMALL_STATE(8321)] = 207191, + [SMALL_STATE(8322)] = 207221, + [SMALL_STATE(8323)] = 207237, + [SMALL_STATE(8324)] = 207267, + [SMALL_STATE(8325)] = 207287, + [SMALL_STATE(8326)] = 207317, + [SMALL_STATE(8327)] = 207335, + [SMALL_STATE(8328)] = 207365, + [SMALL_STATE(8329)] = 207386, + [SMALL_STATE(8330)] = 207405, + [SMALL_STATE(8331)] = 207432, + [SMALL_STATE(8332)] = 207449, + [SMALL_STATE(8333)] = 207474, + [SMALL_STATE(8334)] = 207499, + [SMALL_STATE(8335)] = 207528, + [SMALL_STATE(8336)] = 207555, + [SMALL_STATE(8337)] = 207580, + [SMALL_STATE(8338)] = 207609, + [SMALL_STATE(8339)] = 207636, + [SMALL_STATE(8340)] = 207661, + [SMALL_STATE(8341)] = 207686, + [SMALL_STATE(8342)] = 207705, + [SMALL_STATE(8343)] = 207732, + [SMALL_STATE(8344)] = 207749, + [SMALL_STATE(8345)] = 207772, + [SMALL_STATE(8346)] = 207797, + [SMALL_STATE(8347)] = 207826, + [SMALL_STATE(8348)] = 207855, + [SMALL_STATE(8349)] = 207876, + [SMALL_STATE(8350)] = 207903, + [SMALL_STATE(8351)] = 207932, + [SMALL_STATE(8352)] = 207948, + [SMALL_STATE(8353)] = 207972, + [SMALL_STATE(8354)] = 207988, + [SMALL_STATE(8355)] = 208004, + [SMALL_STATE(8356)] = 208020, + [SMALL_STATE(8357)] = 208036, + [SMALL_STATE(8358)] = 208062, + [SMALL_STATE(8359)] = 208078, + [SMALL_STATE(8360)] = 208104, + [SMALL_STATE(8361)] = 208120, + [SMALL_STATE(8362)] = 208144, + [SMALL_STATE(8363)] = 208168, + [SMALL_STATE(8364)] = 208192, + [SMALL_STATE(8365)] = 208208, + [SMALL_STATE(8366)] = 208232, + [SMALL_STATE(8367)] = 208256, + [SMALL_STATE(8368)] = 208270, + [SMALL_STATE(8369)] = 208284, + [SMALL_STATE(8370)] = 208300, + [SMALL_STATE(8371)] = 208316, + [SMALL_STATE(8372)] = 208332, + [SMALL_STATE(8373)] = 208348, + [SMALL_STATE(8374)] = 208364, + [SMALL_STATE(8375)] = 208378, + [SMALL_STATE(8376)] = 208394, + [SMALL_STATE(8377)] = 208410, + [SMALL_STATE(8378)] = 208424, + [SMALL_STATE(8379)] = 208440, + [SMALL_STATE(8380)] = 208460, + [SMALL_STATE(8381)] = 208486, + [SMALL_STATE(8382)] = 208502, + [SMALL_STATE(8383)] = 208524, + [SMALL_STATE(8384)] = 208548, + [SMALL_STATE(8385)] = 208570, + [SMALL_STATE(8386)] = 208586, + [SMALL_STATE(8387)] = 208602, + [SMALL_STATE(8388)] = 208618, + [SMALL_STATE(8389)] = 208642, + [SMALL_STATE(8390)] = 208658, + [SMALL_STATE(8391)] = 208674, + [SMALL_STATE(8392)] = 208694, + [SMALL_STATE(8393)] = 208710, + [SMALL_STATE(8394)] = 208726, + [SMALL_STATE(8395)] = 208752, + [SMALL_STATE(8396)] = 208778, + [SMALL_STATE(8397)] = 208795, + [SMALL_STATE(8398)] = 208808, + [SMALL_STATE(8399)] = 208829, + [SMALL_STATE(8400)] = 208852, + [SMALL_STATE(8401)] = 208875, + [SMALL_STATE(8402)] = 208896, + [SMALL_STATE(8403)] = 208909, + [SMALL_STATE(8404)] = 208928, + [SMALL_STATE(8405)] = 208949, + [SMALL_STATE(8406)] = 208970, + [SMALL_STATE(8407)] = 208991, + [SMALL_STATE(8408)] = 209004, + [SMALL_STATE(8409)] = 209027, + [SMALL_STATE(8410)] = 209048, + [SMALL_STATE(8411)] = 209069, + [SMALL_STATE(8412)] = 209090, + [SMALL_STATE(8413)] = 209111, + [SMALL_STATE(8414)] = 209132, + [SMALL_STATE(8415)] = 209149, + [SMALL_STATE(8416)] = 209170, + [SMALL_STATE(8417)] = 209193, + [SMALL_STATE(8418)] = 209214, + [SMALL_STATE(8419)] = 209235, + [SMALL_STATE(8420)] = 209250, + [SMALL_STATE(8421)] = 209267, + [SMALL_STATE(8422)] = 209288, + [SMALL_STATE(8423)] = 209309, + [SMALL_STATE(8424)] = 209330, + [SMALL_STATE(8425)] = 209353, + [SMALL_STATE(8426)] = 209374, + [SMALL_STATE(8427)] = 209389, + [SMALL_STATE(8428)] = 209410, + [SMALL_STATE(8429)] = 209429, + [SMALL_STATE(8430)] = 209450, + [SMALL_STATE(8431)] = 209471, + [SMALL_STATE(8432)] = 209492, + [SMALL_STATE(8433)] = 209513, + [SMALL_STATE(8434)] = 209536, + [SMALL_STATE(8435)] = 209557, + [SMALL_STATE(8436)] = 209570, + [SMALL_STATE(8437)] = 209593, + [SMALL_STATE(8438)] = 209610, + [SMALL_STATE(8439)] = 209631, + [SMALL_STATE(8440)] = 209652, + [SMALL_STATE(8441)] = 209669, + [SMALL_STATE(8442)] = 209690, + [SMALL_STATE(8443)] = 209711, + [SMALL_STATE(8444)] = 209724, + [SMALL_STATE(8445)] = 209745, + [SMALL_STATE(8446)] = 209768, + [SMALL_STATE(8447)] = 209789, + [SMALL_STATE(8448)] = 209806, + [SMALL_STATE(8449)] = 209823, + [SMALL_STATE(8450)] = 209844, + [SMALL_STATE(8451)] = 209865, + [SMALL_STATE(8452)] = 209886, + [SMALL_STATE(8453)] = 209906, + [SMALL_STATE(8454)] = 209926, + [SMALL_STATE(8455)] = 209946, + [SMALL_STATE(8456)] = 209966, + [SMALL_STATE(8457)] = 209978, + [SMALL_STATE(8458)] = 209990, + [SMALL_STATE(8459)] = 210010, + [SMALL_STATE(8460)] = 210030, + [SMALL_STATE(8461)] = 210048, + [SMALL_STATE(8462)] = 210068, + [SMALL_STATE(8463)] = 210088, + [SMALL_STATE(8464)] = 210108, + [SMALL_STATE(8465)] = 210128, + [SMALL_STATE(8466)] = 210148, + [SMALL_STATE(8467)] = 210168, + [SMALL_STATE(8468)] = 210180, + [SMALL_STATE(8469)] = 210200, + [SMALL_STATE(8470)] = 210220, + [SMALL_STATE(8471)] = 210238, + [SMALL_STATE(8472)] = 210254, + [SMALL_STATE(8473)] = 210274, + [SMALL_STATE(8474)] = 210294, + [SMALL_STATE(8475)] = 210314, + [SMALL_STATE(8476)] = 210334, + [SMALL_STATE(8477)] = 210354, + [SMALL_STATE(8478)] = 210374, + [SMALL_STATE(8479)] = 210388, + [SMALL_STATE(8480)] = 210408, + [SMALL_STATE(8481)] = 210424, + [SMALL_STATE(8482)] = 210444, + [SMALL_STATE(8483)] = 210462, + [SMALL_STATE(8484)] = 210482, + [SMALL_STATE(8485)] = 210498, + [SMALL_STATE(8486)] = 210518, + [SMALL_STATE(8487)] = 210538, + [SMALL_STATE(8488)] = 210558, + [SMALL_STATE(8489)] = 210578, + [SMALL_STATE(8490)] = 210598, + [SMALL_STATE(8491)] = 210614, + [SMALL_STATE(8492)] = 210634, + [SMALL_STATE(8493)] = 210650, + [SMALL_STATE(8494)] = 210666, + [SMALL_STATE(8495)] = 210686, + [SMALL_STATE(8496)] = 210704, + [SMALL_STATE(8497)] = 210718, + [SMALL_STATE(8498)] = 210738, + [SMALL_STATE(8499)] = 210758, + [SMALL_STATE(8500)] = 210780, + [SMALL_STATE(8501)] = 210800, + [SMALL_STATE(8502)] = 210816, + [SMALL_STATE(8503)] = 210828, + [SMALL_STATE(8504)] = 210848, + [SMALL_STATE(8505)] = 210868, + [SMALL_STATE(8506)] = 210888, + [SMALL_STATE(8507)] = 210900, + [SMALL_STATE(8508)] = 210920, + [SMALL_STATE(8509)] = 210932, + [SMALL_STATE(8510)] = 210952, + [SMALL_STATE(8511)] = 210964, + [SMALL_STATE(8512)] = 210984, + [SMALL_STATE(8513)] = 210996, + [SMALL_STATE(8514)] = 211016, + [SMALL_STATE(8515)] = 211036, + [SMALL_STATE(8516)] = 211056, + [SMALL_STATE(8517)] = 211078, + [SMALL_STATE(8518)] = 211098, + [SMALL_STATE(8519)] = 211118, + [SMALL_STATE(8520)] = 211138, + [SMALL_STATE(8521)] = 211150, + [SMALL_STATE(8522)] = 211162, + [SMALL_STATE(8523)] = 211174, + [SMALL_STATE(8524)] = 211194, + [SMALL_STATE(8525)] = 211214, + [SMALL_STATE(8526)] = 211226, + [SMALL_STATE(8527)] = 211238, + [SMALL_STATE(8528)] = 211258, + [SMALL_STATE(8529)] = 211278, + [SMALL_STATE(8530)] = 211298, + [SMALL_STATE(8531)] = 211318, + [SMALL_STATE(8532)] = 211338, + [SMALL_STATE(8533)] = 211358, + [SMALL_STATE(8534)] = 211378, + [SMALL_STATE(8535)] = 211398, + [SMALL_STATE(8536)] = 211418, + [SMALL_STATE(8537)] = 211438, + [SMALL_STATE(8538)] = 211458, + [SMALL_STATE(8539)] = 211478, + [SMALL_STATE(8540)] = 211496, + [SMALL_STATE(8541)] = 211516, + [SMALL_STATE(8542)] = 211536, + [SMALL_STATE(8543)] = 211548, + [SMALL_STATE(8544)] = 211568, + [SMALL_STATE(8545)] = 211588, + [SMALL_STATE(8546)] = 211608, + [SMALL_STATE(8547)] = 211628, + [SMALL_STATE(8548)] = 211648, + [SMALL_STATE(8549)] = 211668, + [SMALL_STATE(8550)] = 211688, + [SMALL_STATE(8551)] = 211708, + [SMALL_STATE(8552)] = 211728, + [SMALL_STATE(8553)] = 211748, + [SMALL_STATE(8554)] = 211770, + [SMALL_STATE(8555)] = 211790, + [SMALL_STATE(8556)] = 211810, + [SMALL_STATE(8557)] = 211830, + [SMALL_STATE(8558)] = 211846, + [SMALL_STATE(8559)] = 211866, + [SMALL_STATE(8560)] = 211886, + [SMALL_STATE(8561)] = 211906, + [SMALL_STATE(8562)] = 211926, + [SMALL_STATE(8563)] = 211946, + [SMALL_STATE(8564)] = 211966, + [SMALL_STATE(8565)] = 211986, + [SMALL_STATE(8566)] = 212006, + [SMALL_STATE(8567)] = 212026, + [SMALL_STATE(8568)] = 212046, + [SMALL_STATE(8569)] = 212066, + [SMALL_STATE(8570)] = 212086, + [SMALL_STATE(8571)] = 212106, + [SMALL_STATE(8572)] = 212126, + [SMALL_STATE(8573)] = 212146, + [SMALL_STATE(8574)] = 212166, + [SMALL_STATE(8575)] = 212186, + [SMALL_STATE(8576)] = 212206, + [SMALL_STATE(8577)] = 212226, + [SMALL_STATE(8578)] = 212246, + [SMALL_STATE(8579)] = 212266, + [SMALL_STATE(8580)] = 212286, + [SMALL_STATE(8581)] = 212306, + [SMALL_STATE(8582)] = 212326, + [SMALL_STATE(8583)] = 212346, + [SMALL_STATE(8584)] = 212366, + [SMALL_STATE(8585)] = 212382, + [SMALL_STATE(8586)] = 212394, + [SMALL_STATE(8587)] = 212414, + [SMALL_STATE(8588)] = 212434, + [SMALL_STATE(8589)] = 212452, + [SMALL_STATE(8590)] = 212472, + [SMALL_STATE(8591)] = 212488, + [SMALL_STATE(8592)] = 212500, + [SMALL_STATE(8593)] = 212512, + [SMALL_STATE(8594)] = 212534, + [SMALL_STATE(8595)] = 212554, + [SMALL_STATE(8596)] = 212574, + [SMALL_STATE(8597)] = 212594, + [SMALL_STATE(8598)] = 212614, + [SMALL_STATE(8599)] = 212636, + [SMALL_STATE(8600)] = 212656, + [SMALL_STATE(8601)] = 212676, + [SMALL_STATE(8602)] = 212696, + [SMALL_STATE(8603)] = 212716, + [SMALL_STATE(8604)] = 212734, + [SMALL_STATE(8605)] = 212754, + [SMALL_STATE(8606)] = 212774, + [SMALL_STATE(8607)] = 212794, + [SMALL_STATE(8608)] = 212810, + [SMALL_STATE(8609)] = 212830, + [SMALL_STATE(8610)] = 212850, + [SMALL_STATE(8611)] = 212870, + [SMALL_STATE(8612)] = 212888, + [SMALL_STATE(8613)] = 212900, + [SMALL_STATE(8614)] = 212920, + [SMALL_STATE(8615)] = 212940, + [SMALL_STATE(8616)] = 212960, + [SMALL_STATE(8617)] = 212980, + [SMALL_STATE(8618)] = 213000, + [SMALL_STATE(8619)] = 213020, + [SMALL_STATE(8620)] = 213036, + [SMALL_STATE(8621)] = 213058, + [SMALL_STATE(8622)] = 213070, + [SMALL_STATE(8623)] = 213090, + [SMALL_STATE(8624)] = 213110, + [SMALL_STATE(8625)] = 213130, + [SMALL_STATE(8626)] = 213150, + [SMALL_STATE(8627)] = 213170, + [SMALL_STATE(8628)] = 213187, + [SMALL_STATE(8629)] = 213204, + [SMALL_STATE(8630)] = 213221, + [SMALL_STATE(8631)] = 213238, + [SMALL_STATE(8632)] = 213249, + [SMALL_STATE(8633)] = 213260, + [SMALL_STATE(8634)] = 213273, + [SMALL_STATE(8635)] = 213288, + [SMALL_STATE(8636)] = 213305, + [SMALL_STATE(8637)] = 213322, + [SMALL_STATE(8638)] = 213339, + [SMALL_STATE(8639)] = 213354, + [SMALL_STATE(8640)] = 213365, + [SMALL_STATE(8641)] = 213382, + [SMALL_STATE(8642)] = 213399, + [SMALL_STATE(8643)] = 213416, + [SMALL_STATE(8644)] = 213433, + [SMALL_STATE(8645)] = 213450, + [SMALL_STATE(8646)] = 213467, + [SMALL_STATE(8647)] = 213484, + [SMALL_STATE(8648)] = 213499, + [SMALL_STATE(8649)] = 213516, + [SMALL_STATE(8650)] = 213533, + [SMALL_STATE(8651)] = 213548, + [SMALL_STATE(8652)] = 213565, + [SMALL_STATE(8653)] = 213582, + [SMALL_STATE(8654)] = 213599, + [SMALL_STATE(8655)] = 213616, + [SMALL_STATE(8656)] = 213631, + [SMALL_STATE(8657)] = 213648, + [SMALL_STATE(8658)] = 213665, + [SMALL_STATE(8659)] = 213682, + [SMALL_STATE(8660)] = 213697, + [SMALL_STATE(8661)] = 213714, + [SMALL_STATE(8662)] = 213729, + [SMALL_STATE(8663)] = 213746, + [SMALL_STATE(8664)] = 213763, + [SMALL_STATE(8665)] = 213780, + [SMALL_STATE(8666)] = 213795, + [SMALL_STATE(8667)] = 213812, + [SMALL_STATE(8668)] = 213823, + [SMALL_STATE(8669)] = 213840, + [SMALL_STATE(8670)] = 213857, + [SMALL_STATE(8671)] = 213874, + [SMALL_STATE(8672)] = 213891, + [SMALL_STATE(8673)] = 213906, + [SMALL_STATE(8674)] = 213923, + [SMALL_STATE(8675)] = 213936, + [SMALL_STATE(8676)] = 213953, + [SMALL_STATE(8677)] = 213970, + [SMALL_STATE(8678)] = 213981, + [SMALL_STATE(8679)] = 213998, + [SMALL_STATE(8680)] = 214015, + [SMALL_STATE(8681)] = 214032, + [SMALL_STATE(8682)] = 214049, + [SMALL_STATE(8683)] = 214064, + [SMALL_STATE(8684)] = 214081, + [SMALL_STATE(8685)] = 214098, + [SMALL_STATE(8686)] = 214115, + [SMALL_STATE(8687)] = 214132, + [SMALL_STATE(8688)] = 214149, + [SMALL_STATE(8689)] = 214166, + [SMALL_STATE(8690)] = 214183, + [SMALL_STATE(8691)] = 214200, + [SMALL_STATE(8692)] = 214217, + [SMALL_STATE(8693)] = 214234, + [SMALL_STATE(8694)] = 214251, + [SMALL_STATE(8695)] = 214266, + [SMALL_STATE(8696)] = 214283, + [SMALL_STATE(8697)] = 214300, + [SMALL_STATE(8698)] = 214317, + [SMALL_STATE(8699)] = 214334, + [SMALL_STATE(8700)] = 214351, + [SMALL_STATE(8701)] = 214368, + [SMALL_STATE(8702)] = 214385, + [SMALL_STATE(8703)] = 214402, + [SMALL_STATE(8704)] = 214419, + [SMALL_STATE(8705)] = 214436, + [SMALL_STATE(8706)] = 214453, + [SMALL_STATE(8707)] = 214470, + [SMALL_STATE(8708)] = 214487, + [SMALL_STATE(8709)] = 214502, + [SMALL_STATE(8710)] = 214519, + [SMALL_STATE(8711)] = 214534, + [SMALL_STATE(8712)] = 214547, + [SMALL_STATE(8713)] = 214564, + [SMALL_STATE(8714)] = 214581, + [SMALL_STATE(8715)] = 214598, + [SMALL_STATE(8716)] = 214615, + [SMALL_STATE(8717)] = 214632, + [SMALL_STATE(8718)] = 214647, + [SMALL_STATE(8719)] = 214664, + [SMALL_STATE(8720)] = 214675, + [SMALL_STATE(8721)] = 214692, + [SMALL_STATE(8722)] = 214707, + [SMALL_STATE(8723)] = 214724, + [SMALL_STATE(8724)] = 214741, + [SMALL_STATE(8725)] = 214758, + [SMALL_STATE(8726)] = 214773, + [SMALL_STATE(8727)] = 214790, + [SMALL_STATE(8728)] = 214805, + [SMALL_STATE(8729)] = 214822, + [SMALL_STATE(8730)] = 214837, + [SMALL_STATE(8731)] = 214852, + [SMALL_STATE(8732)] = 214869, + [SMALL_STATE(8733)] = 214886, + [SMALL_STATE(8734)] = 214901, + [SMALL_STATE(8735)] = 214914, + [SMALL_STATE(8736)] = 214931, + [SMALL_STATE(8737)] = 214946, + [SMALL_STATE(8738)] = 214963, + [SMALL_STATE(8739)] = 214980, + [SMALL_STATE(8740)] = 214997, + [SMALL_STATE(8741)] = 215014, + [SMALL_STATE(8742)] = 215027, + [SMALL_STATE(8743)] = 215042, + [SMALL_STATE(8744)] = 215059, + [SMALL_STATE(8745)] = 215076, + [SMALL_STATE(8746)] = 215093, + [SMALL_STATE(8747)] = 215110, + [SMALL_STATE(8748)] = 215127, + [SMALL_STATE(8749)] = 215142, + [SMALL_STATE(8750)] = 215153, + [SMALL_STATE(8751)] = 215168, + [SMALL_STATE(8752)] = 215183, + [SMALL_STATE(8753)] = 215200, + [SMALL_STATE(8754)] = 215217, + [SMALL_STATE(8755)] = 215228, + [SMALL_STATE(8756)] = 215245, + [SMALL_STATE(8757)] = 215262, + [SMALL_STATE(8758)] = 215277, + [SMALL_STATE(8759)] = 215294, + [SMALL_STATE(8760)] = 215311, + [SMALL_STATE(8761)] = 215328, + [SMALL_STATE(8762)] = 215343, + [SMALL_STATE(8763)] = 215354, + [SMALL_STATE(8764)] = 215371, + [SMALL_STATE(8765)] = 215388, + [SMALL_STATE(8766)] = 215405, + [SMALL_STATE(8767)] = 215416, + [SMALL_STATE(8768)] = 215433, + [SMALL_STATE(8769)] = 215450, + [SMALL_STATE(8770)] = 215467, + [SMALL_STATE(8771)] = 215484, + [SMALL_STATE(8772)] = 215497, + [SMALL_STATE(8773)] = 215514, + [SMALL_STATE(8774)] = 215531, + [SMALL_STATE(8775)] = 215548, + [SMALL_STATE(8776)] = 215565, + [SMALL_STATE(8777)] = 215582, + [SMALL_STATE(8778)] = 215599, + [SMALL_STATE(8779)] = 215616, + [SMALL_STATE(8780)] = 215631, + [SMALL_STATE(8781)] = 215648, + [SMALL_STATE(8782)] = 215665, + [SMALL_STATE(8783)] = 215676, + [SMALL_STATE(8784)] = 215693, + [SMALL_STATE(8785)] = 215710, + [SMALL_STATE(8786)] = 215727, + [SMALL_STATE(8787)] = 215744, + [SMALL_STATE(8788)] = 215761, + [SMALL_STATE(8789)] = 215778, + [SMALL_STATE(8790)] = 215792, + [SMALL_STATE(8791)] = 215806, + [SMALL_STATE(8792)] = 215820, + [SMALL_STATE(8793)] = 215834, + [SMALL_STATE(8794)] = 215848, + [SMALL_STATE(8795)] = 215862, + [SMALL_STATE(8796)] = 215876, + [SMALL_STATE(8797)] = 215890, + [SMALL_STATE(8798)] = 215904, + [SMALL_STATE(8799)] = 215918, + [SMALL_STATE(8800)] = 215932, + [SMALL_STATE(8801)] = 215946, + [SMALL_STATE(8802)] = 215960, + [SMALL_STATE(8803)] = 215974, + [SMALL_STATE(8804)] = 215988, + [SMALL_STATE(8805)] = 216002, + [SMALL_STATE(8806)] = 216016, + [SMALL_STATE(8807)] = 216028, + [SMALL_STATE(8808)] = 216042, + [SMALL_STATE(8809)] = 216054, + [SMALL_STATE(8810)] = 216068, + [SMALL_STATE(8811)] = 216082, + [SMALL_STATE(8812)] = 216096, + [SMALL_STATE(8813)] = 216110, + [SMALL_STATE(8814)] = 216124, + [SMALL_STATE(8815)] = 216138, + [SMALL_STATE(8816)] = 216152, + [SMALL_STATE(8817)] = 216166, + [SMALL_STATE(8818)] = 216180, + [SMALL_STATE(8819)] = 216194, + [SMALL_STATE(8820)] = 216208, + [SMALL_STATE(8821)] = 216222, + [SMALL_STATE(8822)] = 216236, + [SMALL_STATE(8823)] = 216250, + [SMALL_STATE(8824)] = 216264, + [SMALL_STATE(8825)] = 216278, + [SMALL_STATE(8826)] = 216292, + [SMALL_STATE(8827)] = 216306, + [SMALL_STATE(8828)] = 216320, + [SMALL_STATE(8829)] = 216332, + [SMALL_STATE(8830)] = 216342, + [SMALL_STATE(8831)] = 216354, + [SMALL_STATE(8832)] = 216366, + [SMALL_STATE(8833)] = 216378, + [SMALL_STATE(8834)] = 216390, + [SMALL_STATE(8835)] = 216404, + [SMALL_STATE(8836)] = 216418, + [SMALL_STATE(8837)] = 216432, + [SMALL_STATE(8838)] = 216446, + [SMALL_STATE(8839)] = 216460, + [SMALL_STATE(8840)] = 216474, + [SMALL_STATE(8841)] = 216486, + [SMALL_STATE(8842)] = 216500, + [SMALL_STATE(8843)] = 216514, + [SMALL_STATE(8844)] = 216528, + [SMALL_STATE(8845)] = 216542, + [SMALL_STATE(8846)] = 216556, + [SMALL_STATE(8847)] = 216568, + [SMALL_STATE(8848)] = 216582, + [SMALL_STATE(8849)] = 216594, + [SMALL_STATE(8850)] = 216608, + [SMALL_STATE(8851)] = 216622, + [SMALL_STATE(8852)] = 216636, + [SMALL_STATE(8853)] = 216650, + [SMALL_STATE(8854)] = 216662, + [SMALL_STATE(8855)] = 216676, + [SMALL_STATE(8856)] = 216688, + [SMALL_STATE(8857)] = 216700, + [SMALL_STATE(8858)] = 216714, + [SMALL_STATE(8859)] = 216728, + [SMALL_STATE(8860)] = 216742, + [SMALL_STATE(8861)] = 216756, + [SMALL_STATE(8862)] = 216770, + [SMALL_STATE(8863)] = 216784, + [SMALL_STATE(8864)] = 216798, + [SMALL_STATE(8865)] = 216812, + [SMALL_STATE(8866)] = 216826, + [SMALL_STATE(8867)] = 216840, + [SMALL_STATE(8868)] = 216854, + [SMALL_STATE(8869)] = 216868, + [SMALL_STATE(8870)] = 216882, + [SMALL_STATE(8871)] = 216896, + [SMALL_STATE(8872)] = 216910, + [SMALL_STATE(8873)] = 216924, + [SMALL_STATE(8874)] = 216938, + [SMALL_STATE(8875)] = 216952, + [SMALL_STATE(8876)] = 216966, + [SMALL_STATE(8877)] = 216978, + [SMALL_STATE(8878)] = 216992, + [SMALL_STATE(8879)] = 217004, + [SMALL_STATE(8880)] = 217018, + [SMALL_STATE(8881)] = 217032, + [SMALL_STATE(8882)] = 217046, + [SMALL_STATE(8883)] = 217060, + [SMALL_STATE(8884)] = 217074, + [SMALL_STATE(8885)] = 217086, + [SMALL_STATE(8886)] = 217100, + [SMALL_STATE(8887)] = 217110, + [SMALL_STATE(8888)] = 217124, + [SMALL_STATE(8889)] = 217138, + [SMALL_STATE(8890)] = 217152, + [SMALL_STATE(8891)] = 217166, + [SMALL_STATE(8892)] = 217180, + [SMALL_STATE(8893)] = 217194, + [SMALL_STATE(8894)] = 217208, + [SMALL_STATE(8895)] = 217222, + [SMALL_STATE(8896)] = 217236, + [SMALL_STATE(8897)] = 217250, + [SMALL_STATE(8898)] = 217264, + [SMALL_STATE(8899)] = 217278, + [SMALL_STATE(8900)] = 217292, + [SMALL_STATE(8901)] = 217306, + [SMALL_STATE(8902)] = 217320, + [SMALL_STATE(8903)] = 217334, + [SMALL_STATE(8904)] = 217348, + [SMALL_STATE(8905)] = 217360, + [SMALL_STATE(8906)] = 217372, + [SMALL_STATE(8907)] = 217386, + [SMALL_STATE(8908)] = 217400, + [SMALL_STATE(8909)] = 217414, + [SMALL_STATE(8910)] = 217426, + [SMALL_STATE(8911)] = 217438, + [SMALL_STATE(8912)] = 217452, + [SMALL_STATE(8913)] = 217464, + [SMALL_STATE(8914)] = 217478, + [SMALL_STATE(8915)] = 217492, + [SMALL_STATE(8916)] = 217506, + [SMALL_STATE(8917)] = 217520, + [SMALL_STATE(8918)] = 217534, + [SMALL_STATE(8919)] = 217548, + [SMALL_STATE(8920)] = 217562, + [SMALL_STATE(8921)] = 217576, + [SMALL_STATE(8922)] = 217588, + [SMALL_STATE(8923)] = 217600, + [SMALL_STATE(8924)] = 217614, + [SMALL_STATE(8925)] = 217628, + [SMALL_STATE(8926)] = 217642, + [SMALL_STATE(8927)] = 217656, + [SMALL_STATE(8928)] = 217666, + [SMALL_STATE(8929)] = 217680, + [SMALL_STATE(8930)] = 217694, + [SMALL_STATE(8931)] = 217708, + [SMALL_STATE(8932)] = 217722, + [SMALL_STATE(8933)] = 217734, + [SMALL_STATE(8934)] = 217748, + [SMALL_STATE(8935)] = 217762, + [SMALL_STATE(8936)] = 217776, + [SMALL_STATE(8937)] = 217790, + [SMALL_STATE(8938)] = 217804, + [SMALL_STATE(8939)] = 217818, + [SMALL_STATE(8940)] = 217830, + [SMALL_STATE(8941)] = 217844, + [SMALL_STATE(8942)] = 217854, + [SMALL_STATE(8943)] = 217866, + [SMALL_STATE(8944)] = 217878, + [SMALL_STATE(8945)] = 217892, + [SMALL_STATE(8946)] = 217906, + [SMALL_STATE(8947)] = 217920, + [SMALL_STATE(8948)] = 217932, + [SMALL_STATE(8949)] = 217944, + [SMALL_STATE(8950)] = 217958, + [SMALL_STATE(8951)] = 217972, + [SMALL_STATE(8952)] = 217986, + [SMALL_STATE(8953)] = 217998, + [SMALL_STATE(8954)] = 218010, + [SMALL_STATE(8955)] = 218024, + [SMALL_STATE(8956)] = 218038, + [SMALL_STATE(8957)] = 218052, + [SMALL_STATE(8958)] = 218066, + [SMALL_STATE(8959)] = 218080, + [SMALL_STATE(8960)] = 218094, + [SMALL_STATE(8961)] = 218108, + [SMALL_STATE(8962)] = 218122, + [SMALL_STATE(8963)] = 218136, + [SMALL_STATE(8964)] = 218148, + [SMALL_STATE(8965)] = 218162, + [SMALL_STATE(8966)] = 218176, + [SMALL_STATE(8967)] = 218190, + [SMALL_STATE(8968)] = 218202, + [SMALL_STATE(8969)] = 218216, + [SMALL_STATE(8970)] = 218230, + [SMALL_STATE(8971)] = 218244, + [SMALL_STATE(8972)] = 218258, + [SMALL_STATE(8973)] = 218270, + [SMALL_STATE(8974)] = 218284, + [SMALL_STATE(8975)] = 218298, + [SMALL_STATE(8976)] = 218310, + [SMALL_STATE(8977)] = 218324, + [SMALL_STATE(8978)] = 218338, + [SMALL_STATE(8979)] = 218352, + [SMALL_STATE(8980)] = 218366, + [SMALL_STATE(8981)] = 218380, + [SMALL_STATE(8982)] = 218390, + [SMALL_STATE(8983)] = 218404, + [SMALL_STATE(8984)] = 218418, + [SMALL_STATE(8985)] = 218432, + [SMALL_STATE(8986)] = 218446, + [SMALL_STATE(8987)] = 218460, + [SMALL_STATE(8988)] = 218474, + [SMALL_STATE(8989)] = 218488, + [SMALL_STATE(8990)] = 218502, + [SMALL_STATE(8991)] = 218516, + [SMALL_STATE(8992)] = 218530, + [SMALL_STATE(8993)] = 218544, + [SMALL_STATE(8994)] = 218558, + [SMALL_STATE(8995)] = 218572, + [SMALL_STATE(8996)] = 218586, + [SMALL_STATE(8997)] = 218600, + [SMALL_STATE(8998)] = 218614, + [SMALL_STATE(8999)] = 218628, + [SMALL_STATE(9000)] = 218642, + [SMALL_STATE(9001)] = 218656, + [SMALL_STATE(9002)] = 218670, + [SMALL_STATE(9003)] = 218684, + [SMALL_STATE(9004)] = 218698, + [SMALL_STATE(9005)] = 218712, + [SMALL_STATE(9006)] = 218726, + [SMALL_STATE(9007)] = 218740, + [SMALL_STATE(9008)] = 218754, + [SMALL_STATE(9009)] = 218766, + [SMALL_STATE(9010)] = 218780, + [SMALL_STATE(9011)] = 218792, + [SMALL_STATE(9012)] = 218806, + [SMALL_STATE(9013)] = 218820, + [SMALL_STATE(9014)] = 218832, + [SMALL_STATE(9015)] = 218846, + [SMALL_STATE(9016)] = 218860, + [SMALL_STATE(9017)] = 218874, + [SMALL_STATE(9018)] = 218884, + [SMALL_STATE(9019)] = 218898, + [SMALL_STATE(9020)] = 218912, + [SMALL_STATE(9021)] = 218926, + [SMALL_STATE(9022)] = 218938, + [SMALL_STATE(9023)] = 218950, + [SMALL_STATE(9024)] = 218964, + [SMALL_STATE(9025)] = 218978, + [SMALL_STATE(9026)] = 218990, + [SMALL_STATE(9027)] = 219004, + [SMALL_STATE(9028)] = 219018, + [SMALL_STATE(9029)] = 219032, + [SMALL_STATE(9030)] = 219046, + [SMALL_STATE(9031)] = 219060, + [SMALL_STATE(9032)] = 219074, + [SMALL_STATE(9033)] = 219086, + [SMALL_STATE(9034)] = 219100, + [SMALL_STATE(9035)] = 219112, + [SMALL_STATE(9036)] = 219124, + [SMALL_STATE(9037)] = 219136, + [SMALL_STATE(9038)] = 219150, + [SMALL_STATE(9039)] = 219162, + [SMALL_STATE(9040)] = 219176, + [SMALL_STATE(9041)] = 219190, + [SMALL_STATE(9042)] = 219204, + [SMALL_STATE(9043)] = 219218, + [SMALL_STATE(9044)] = 219232, + [SMALL_STATE(9045)] = 219246, + [SMALL_STATE(9046)] = 219256, + [SMALL_STATE(9047)] = 219270, + [SMALL_STATE(9048)] = 219284, + [SMALL_STATE(9049)] = 219298, + [SMALL_STATE(9050)] = 219312, + [SMALL_STATE(9051)] = 219322, + [SMALL_STATE(9052)] = 219336, + [SMALL_STATE(9053)] = 219350, + [SMALL_STATE(9054)] = 219364, + [SMALL_STATE(9055)] = 219378, + [SMALL_STATE(9056)] = 219392, + [SMALL_STATE(9057)] = 219406, + [SMALL_STATE(9058)] = 219420, + [SMALL_STATE(9059)] = 219430, + [SMALL_STATE(9060)] = 219444, + [SMALL_STATE(9061)] = 219458, + [SMALL_STATE(9062)] = 219472, + [SMALL_STATE(9063)] = 219486, + [SMALL_STATE(9064)] = 219500, + [SMALL_STATE(9065)] = 219514, + [SMALL_STATE(9066)] = 219528, + [SMALL_STATE(9067)] = 219542, + [SMALL_STATE(9068)] = 219556, + [SMALL_STATE(9069)] = 219568, + [SMALL_STATE(9070)] = 219582, + [SMALL_STATE(9071)] = 219596, + [SMALL_STATE(9072)] = 219610, + [SMALL_STATE(9073)] = 219624, + [SMALL_STATE(9074)] = 219636, + [SMALL_STATE(9075)] = 219650, + [SMALL_STATE(9076)] = 219664, + [SMALL_STATE(9077)] = 219678, + [SMALL_STATE(9078)] = 219692, + [SMALL_STATE(9079)] = 219706, + [SMALL_STATE(9080)] = 219720, + [SMALL_STATE(9081)] = 219734, + [SMALL_STATE(9082)] = 219748, + [SMALL_STATE(9083)] = 219762, + [SMALL_STATE(9084)] = 219776, + [SMALL_STATE(9085)] = 219790, + [SMALL_STATE(9086)] = 219804, + [SMALL_STATE(9087)] = 219818, + [SMALL_STATE(9088)] = 219832, + [SMALL_STATE(9089)] = 219846, + [SMALL_STATE(9090)] = 219858, + [SMALL_STATE(9091)] = 219872, + [SMALL_STATE(9092)] = 219883, + [SMALL_STATE(9093)] = 219894, + [SMALL_STATE(9094)] = 219905, + [SMALL_STATE(9095)] = 219916, + [SMALL_STATE(9096)] = 219927, + [SMALL_STATE(9097)] = 219938, + [SMALL_STATE(9098)] = 219949, + [SMALL_STATE(9099)] = 219960, + [SMALL_STATE(9100)] = 219971, + [SMALL_STATE(9101)] = 219982, + [SMALL_STATE(9102)] = 219993, + [SMALL_STATE(9103)] = 220004, + [SMALL_STATE(9104)] = 220015, + [SMALL_STATE(9105)] = 220024, + [SMALL_STATE(9106)] = 220033, + [SMALL_STATE(9107)] = 220044, + [SMALL_STATE(9108)] = 220055, + [SMALL_STATE(9109)] = 220066, + [SMALL_STATE(9110)] = 220077, + [SMALL_STATE(9111)] = 220088, + [SMALL_STATE(9112)] = 220097, + [SMALL_STATE(9113)] = 220108, + [SMALL_STATE(9114)] = 220119, + [SMALL_STATE(9115)] = 220128, + [SMALL_STATE(9116)] = 220137, + [SMALL_STATE(9117)] = 220146, + [SMALL_STATE(9118)] = 220155, + [SMALL_STATE(9119)] = 220166, + [SMALL_STATE(9120)] = 220177, + [SMALL_STATE(9121)] = 220186, + [SMALL_STATE(9122)] = 220195, + [SMALL_STATE(9123)] = 220204, + [SMALL_STATE(9124)] = 220215, + [SMALL_STATE(9125)] = 220224, + [SMALL_STATE(9126)] = 220235, + [SMALL_STATE(9127)] = 220244, + [SMALL_STATE(9128)] = 220253, + [SMALL_STATE(9129)] = 220264, + [SMALL_STATE(9130)] = 220273, + [SMALL_STATE(9131)] = 220282, + [SMALL_STATE(9132)] = 220293, + [SMALL_STATE(9133)] = 220302, + [SMALL_STATE(9134)] = 220311, + [SMALL_STATE(9135)] = 220320, + [SMALL_STATE(9136)] = 220329, + [SMALL_STATE(9137)] = 220338, + [SMALL_STATE(9138)] = 220349, + [SMALL_STATE(9139)] = 220360, + [SMALL_STATE(9140)] = 220371, + [SMALL_STATE(9141)] = 220382, + [SMALL_STATE(9142)] = 220391, + [SMALL_STATE(9143)] = 220402, + [SMALL_STATE(9144)] = 220413, + [SMALL_STATE(9145)] = 220422, + [SMALL_STATE(9146)] = 220433, + [SMALL_STATE(9147)] = 220442, + [SMALL_STATE(9148)] = 220453, + [SMALL_STATE(9149)] = 220464, + [SMALL_STATE(9150)] = 220475, + [SMALL_STATE(9151)] = 220486, + [SMALL_STATE(9152)] = 220495, + [SMALL_STATE(9153)] = 220506, + [SMALL_STATE(9154)] = 220515, + [SMALL_STATE(9155)] = 220524, + [SMALL_STATE(9156)] = 220533, + [SMALL_STATE(9157)] = 220542, + [SMALL_STATE(9158)] = 220553, + [SMALL_STATE(9159)] = 220562, + [SMALL_STATE(9160)] = 220573, + [SMALL_STATE(9161)] = 220582, + [SMALL_STATE(9162)] = 220591, + [SMALL_STATE(9163)] = 220600, + [SMALL_STATE(9164)] = 220609, + [SMALL_STATE(9165)] = 220618, + [SMALL_STATE(9166)] = 220627, + [SMALL_STATE(9167)] = 220636, + [SMALL_STATE(9168)] = 220647, + [SMALL_STATE(9169)] = 220658, + [SMALL_STATE(9170)] = 220669, + [SMALL_STATE(9171)] = 220678, + [SMALL_STATE(9172)] = 220689, + [SMALL_STATE(9173)] = 220698, + [SMALL_STATE(9174)] = 220709, + [SMALL_STATE(9175)] = 220720, + [SMALL_STATE(9176)] = 220729, + [SMALL_STATE(9177)] = 220740, + [SMALL_STATE(9178)] = 220751, + [SMALL_STATE(9179)] = 220760, + [SMALL_STATE(9180)] = 220771, + [SMALL_STATE(9181)] = 220782, + [SMALL_STATE(9182)] = 220793, + [SMALL_STATE(9183)] = 220804, + [SMALL_STATE(9184)] = 220815, + [SMALL_STATE(9185)] = 220824, + [SMALL_STATE(9186)] = 220835, + [SMALL_STATE(9187)] = 220846, + [SMALL_STATE(9188)] = 220857, + [SMALL_STATE(9189)] = 220868, + [SMALL_STATE(9190)] = 220879, + [SMALL_STATE(9191)] = 220890, + [SMALL_STATE(9192)] = 220901, + [SMALL_STATE(9193)] = 220912, + [SMALL_STATE(9194)] = 220923, + [SMALL_STATE(9195)] = 220934, + [SMALL_STATE(9196)] = 220945, + [SMALL_STATE(9197)] = 220954, + [SMALL_STATE(9198)] = 220965, + [SMALL_STATE(9199)] = 220976, + [SMALL_STATE(9200)] = 220987, + [SMALL_STATE(9201)] = 220996, + [SMALL_STATE(9202)] = 221007, + [SMALL_STATE(9203)] = 221018, + [SMALL_STATE(9204)] = 221029, + [SMALL_STATE(9205)] = 221040, + [SMALL_STATE(9206)] = 221051, + [SMALL_STATE(9207)] = 221062, + [SMALL_STATE(9208)] = 221073, + [SMALL_STATE(9209)] = 221082, + [SMALL_STATE(9210)] = 221093, + [SMALL_STATE(9211)] = 221104, + [SMALL_STATE(9212)] = 221115, + [SMALL_STATE(9213)] = 221126, + [SMALL_STATE(9214)] = 221137, + [SMALL_STATE(9215)] = 221148, + [SMALL_STATE(9216)] = 221159, + [SMALL_STATE(9217)] = 221170, + [SMALL_STATE(9218)] = 221181, + [SMALL_STATE(9219)] = 221192, + [SMALL_STATE(9220)] = 221203, + [SMALL_STATE(9221)] = 221214, + [SMALL_STATE(9222)] = 221225, + [SMALL_STATE(9223)] = 221236, + [SMALL_STATE(9224)] = 221247, + [SMALL_STATE(9225)] = 221258, + [SMALL_STATE(9226)] = 221269, + [SMALL_STATE(9227)] = 221280, + [SMALL_STATE(9228)] = 221289, + [SMALL_STATE(9229)] = 221300, + [SMALL_STATE(9230)] = 221309, + [SMALL_STATE(9231)] = 221320, + [SMALL_STATE(9232)] = 221331, + [SMALL_STATE(9233)] = 221342, + [SMALL_STATE(9234)] = 221353, + [SMALL_STATE(9235)] = 221364, + [SMALL_STATE(9236)] = 221373, + [SMALL_STATE(9237)] = 221384, + [SMALL_STATE(9238)] = 221393, + [SMALL_STATE(9239)] = 221402, + [SMALL_STATE(9240)] = 221413, + [SMALL_STATE(9241)] = 221424, + [SMALL_STATE(9242)] = 221433, + [SMALL_STATE(9243)] = 221442, + [SMALL_STATE(9244)] = 221453, + [SMALL_STATE(9245)] = 221464, + [SMALL_STATE(9246)] = 221475, + [SMALL_STATE(9247)] = 221486, + [SMALL_STATE(9248)] = 221497, + [SMALL_STATE(9249)] = 221508, + [SMALL_STATE(9250)] = 221519, + [SMALL_STATE(9251)] = 221530, + [SMALL_STATE(9252)] = 221541, + [SMALL_STATE(9253)] = 221550, + [SMALL_STATE(9254)] = 221561, + [SMALL_STATE(9255)] = 221570, + [SMALL_STATE(9256)] = 221581, + [SMALL_STATE(9257)] = 221592, + [SMALL_STATE(9258)] = 221603, + [SMALL_STATE(9259)] = 221614, + [SMALL_STATE(9260)] = 221623, + [SMALL_STATE(9261)] = 221634, + [SMALL_STATE(9262)] = 221643, + [SMALL_STATE(9263)] = 221654, + [SMALL_STATE(9264)] = 221665, + [SMALL_STATE(9265)] = 221676, + [SMALL_STATE(9266)] = 221687, + [SMALL_STATE(9267)] = 221698, + [SMALL_STATE(9268)] = 221709, + [SMALL_STATE(9269)] = 221720, + [SMALL_STATE(9270)] = 221731, + [SMALL_STATE(9271)] = 221742, + [SMALL_STATE(9272)] = 221753, + [SMALL_STATE(9273)] = 221764, + [SMALL_STATE(9274)] = 221775, + [SMALL_STATE(9275)] = 221786, + [SMALL_STATE(9276)] = 221797, + [SMALL_STATE(9277)] = 221808, + [SMALL_STATE(9278)] = 221819, + [SMALL_STATE(9279)] = 221828, + [SMALL_STATE(9280)] = 221837, + [SMALL_STATE(9281)] = 221848, + [SMALL_STATE(9282)] = 221859, + [SMALL_STATE(9283)] = 221870, + [SMALL_STATE(9284)] = 221881, + [SMALL_STATE(9285)] = 221892, + [SMALL_STATE(9286)] = 221903, + [SMALL_STATE(9287)] = 221914, + [SMALL_STATE(9288)] = 221925, + [SMALL_STATE(9289)] = 221936, + [SMALL_STATE(9290)] = 221945, + [SMALL_STATE(9291)] = 221956, + [SMALL_STATE(9292)] = 221965, + [SMALL_STATE(9293)] = 221974, + [SMALL_STATE(9294)] = 221985, + [SMALL_STATE(9295)] = 221996, + [SMALL_STATE(9296)] = 222007, + [SMALL_STATE(9297)] = 222018, + [SMALL_STATE(9298)] = 222029, + [SMALL_STATE(9299)] = 222040, + [SMALL_STATE(9300)] = 222051, + [SMALL_STATE(9301)] = 222062, + [SMALL_STATE(9302)] = 222073, + [SMALL_STATE(9303)] = 222082, + [SMALL_STATE(9304)] = 222093, + [SMALL_STATE(9305)] = 222104, + [SMALL_STATE(9306)] = 222115, + [SMALL_STATE(9307)] = 222126, + [SMALL_STATE(9308)] = 222137, + [SMALL_STATE(9309)] = 222148, + [SMALL_STATE(9310)] = 222159, + [SMALL_STATE(9311)] = 222170, + [SMALL_STATE(9312)] = 222181, + [SMALL_STATE(9313)] = 222192, + [SMALL_STATE(9314)] = 222203, + [SMALL_STATE(9315)] = 222214, + [SMALL_STATE(9316)] = 222225, + [SMALL_STATE(9317)] = 222236, + [SMALL_STATE(9318)] = 222247, + [SMALL_STATE(9319)] = 222258, + [SMALL_STATE(9320)] = 222269, + [SMALL_STATE(9321)] = 222280, + [SMALL_STATE(9322)] = 222291, + [SMALL_STATE(9323)] = 222302, + [SMALL_STATE(9324)] = 222313, + [SMALL_STATE(9325)] = 222322, + [SMALL_STATE(9326)] = 222333, + [SMALL_STATE(9327)] = 222344, + [SMALL_STATE(9328)] = 222353, + [SMALL_STATE(9329)] = 222364, + [SMALL_STATE(9330)] = 222375, + [SMALL_STATE(9331)] = 222386, + [SMALL_STATE(9332)] = 222397, + [SMALL_STATE(9333)] = 222406, + [SMALL_STATE(9334)] = 222417, + [SMALL_STATE(9335)] = 222428, + [SMALL_STATE(9336)] = 222439, + [SMALL_STATE(9337)] = 222450, + [SMALL_STATE(9338)] = 222461, + [SMALL_STATE(9339)] = 222472, + [SMALL_STATE(9340)] = 222481, + [SMALL_STATE(9341)] = 222492, + [SMALL_STATE(9342)] = 222503, + [SMALL_STATE(9343)] = 222514, + [SMALL_STATE(9344)] = 222525, + [SMALL_STATE(9345)] = 222536, + [SMALL_STATE(9346)] = 222547, + [SMALL_STATE(9347)] = 222558, + [SMALL_STATE(9348)] = 222569, + [SMALL_STATE(9349)] = 222580, + [SMALL_STATE(9350)] = 222591, + [SMALL_STATE(9351)] = 222602, + [SMALL_STATE(9352)] = 222613, + [SMALL_STATE(9353)] = 222622, + [SMALL_STATE(9354)] = 222633, + [SMALL_STATE(9355)] = 222644, + [SMALL_STATE(9356)] = 222655, + [SMALL_STATE(9357)] = 222664, + [SMALL_STATE(9358)] = 222675, + [SMALL_STATE(9359)] = 222686, + [SMALL_STATE(9360)] = 222695, + [SMALL_STATE(9361)] = 222704, + [SMALL_STATE(9362)] = 222715, + [SMALL_STATE(9363)] = 222726, + [SMALL_STATE(9364)] = 222737, + [SMALL_STATE(9365)] = 222748, + [SMALL_STATE(9366)] = 222759, + [SMALL_STATE(9367)] = 222770, + [SMALL_STATE(9368)] = 222779, + [SMALL_STATE(9369)] = 222788, + [SMALL_STATE(9370)] = 222799, + [SMALL_STATE(9371)] = 222808, + [SMALL_STATE(9372)] = 222819, + [SMALL_STATE(9373)] = 222830, + [SMALL_STATE(9374)] = 222839, + [SMALL_STATE(9375)] = 222850, + [SMALL_STATE(9376)] = 222861, + [SMALL_STATE(9377)] = 222872, + [SMALL_STATE(9378)] = 222883, + [SMALL_STATE(9379)] = 222894, + [SMALL_STATE(9380)] = 222903, + [SMALL_STATE(9381)] = 222914, + [SMALL_STATE(9382)] = 222925, + [SMALL_STATE(9383)] = 222934, + [SMALL_STATE(9384)] = 222945, + [SMALL_STATE(9385)] = 222956, + [SMALL_STATE(9386)] = 222967, + [SMALL_STATE(9387)] = 222978, + [SMALL_STATE(9388)] = 222989, + [SMALL_STATE(9389)] = 223000, + [SMALL_STATE(9390)] = 223011, + [SMALL_STATE(9391)] = 223022, + [SMALL_STATE(9392)] = 223031, + [SMALL_STATE(9393)] = 223042, + [SMALL_STATE(9394)] = 223053, + [SMALL_STATE(9395)] = 223064, + [SMALL_STATE(9396)] = 223075, + [SMALL_STATE(9397)] = 223086, + [SMALL_STATE(9398)] = 223095, + [SMALL_STATE(9399)] = 223104, + [SMALL_STATE(9400)] = 223115, + [SMALL_STATE(9401)] = 223124, + [SMALL_STATE(9402)] = 223135, + [SMALL_STATE(9403)] = 223144, + [SMALL_STATE(9404)] = 223153, + [SMALL_STATE(9405)] = 223164, + [SMALL_STATE(9406)] = 223173, + [SMALL_STATE(9407)] = 223184, + [SMALL_STATE(9408)] = 223195, + [SMALL_STATE(9409)] = 223206, + [SMALL_STATE(9410)] = 223215, + [SMALL_STATE(9411)] = 223226, + [SMALL_STATE(9412)] = 223235, + [SMALL_STATE(9413)] = 223244, + [SMALL_STATE(9414)] = 223253, + [SMALL_STATE(9415)] = 223262, + [SMALL_STATE(9416)] = 223271, + [SMALL_STATE(9417)] = 223282, + [SMALL_STATE(9418)] = 223293, + [SMALL_STATE(9419)] = 223304, + [SMALL_STATE(9420)] = 223313, + [SMALL_STATE(9421)] = 223324, + [SMALL_STATE(9422)] = 223335, + [SMALL_STATE(9423)] = 223344, + [SMALL_STATE(9424)] = 223355, + [SMALL_STATE(9425)] = 223366, + [SMALL_STATE(9426)] = 223377, + [SMALL_STATE(9427)] = 223388, + [SMALL_STATE(9428)] = 223399, + [SMALL_STATE(9429)] = 223408, + [SMALL_STATE(9430)] = 223419, + [SMALL_STATE(9431)] = 223430, + [SMALL_STATE(9432)] = 223441, + [SMALL_STATE(9433)] = 223452, + [SMALL_STATE(9434)] = 223461, + [SMALL_STATE(9435)] = 223472, + [SMALL_STATE(9436)] = 223483, + [SMALL_STATE(9437)] = 223494, + [SMALL_STATE(9438)] = 223503, + [SMALL_STATE(9439)] = 223514, + [SMALL_STATE(9440)] = 223523, + [SMALL_STATE(9441)] = 223534, + [SMALL_STATE(9442)] = 223545, + [SMALL_STATE(9443)] = 223556, + [SMALL_STATE(9444)] = 223567, + [SMALL_STATE(9445)] = 223578, + [SMALL_STATE(9446)] = 223587, + [SMALL_STATE(9447)] = 223598, + [SMALL_STATE(9448)] = 223609, + [SMALL_STATE(9449)] = 223620, + [SMALL_STATE(9450)] = 223631, + [SMALL_STATE(9451)] = 223642, + [SMALL_STATE(9452)] = 223653, + [SMALL_STATE(9453)] = 223664, + [SMALL_STATE(9454)] = 223675, + [SMALL_STATE(9455)] = 223686, + [SMALL_STATE(9456)] = 223697, + [SMALL_STATE(9457)] = 223705, + [SMALL_STATE(9458)] = 223713, + [SMALL_STATE(9459)] = 223721, + [SMALL_STATE(9460)] = 223729, + [SMALL_STATE(9461)] = 223737, + [SMALL_STATE(9462)] = 223745, + [SMALL_STATE(9463)] = 223753, + [SMALL_STATE(9464)] = 223761, + [SMALL_STATE(9465)] = 223769, + [SMALL_STATE(9466)] = 223777, + [SMALL_STATE(9467)] = 223785, + [SMALL_STATE(9468)] = 223793, + [SMALL_STATE(9469)] = 223801, + [SMALL_STATE(9470)] = 223809, + [SMALL_STATE(9471)] = 223817, + [SMALL_STATE(9472)] = 223825, + [SMALL_STATE(9473)] = 223833, + [SMALL_STATE(9474)] = 223841, + [SMALL_STATE(9475)] = 223849, + [SMALL_STATE(9476)] = 223857, + [SMALL_STATE(9477)] = 223865, + [SMALL_STATE(9478)] = 223873, + [SMALL_STATE(9479)] = 223881, + [SMALL_STATE(9480)] = 223889, + [SMALL_STATE(9481)] = 223897, + [SMALL_STATE(9482)] = 223905, + [SMALL_STATE(9483)] = 223913, + [SMALL_STATE(9484)] = 223921, + [SMALL_STATE(9485)] = 223929, + [SMALL_STATE(9486)] = 223937, + [SMALL_STATE(9487)] = 223945, + [SMALL_STATE(9488)] = 223953, + [SMALL_STATE(9489)] = 223961, + [SMALL_STATE(9490)] = 223969, + [SMALL_STATE(9491)] = 223977, + [SMALL_STATE(9492)] = 223985, + [SMALL_STATE(9493)] = 223993, + [SMALL_STATE(9494)] = 224001, + [SMALL_STATE(9495)] = 224009, + [SMALL_STATE(9496)] = 224017, + [SMALL_STATE(9497)] = 224025, + [SMALL_STATE(9498)] = 224033, + [SMALL_STATE(9499)] = 224041, + [SMALL_STATE(9500)] = 224049, + [SMALL_STATE(9501)] = 224057, + [SMALL_STATE(9502)] = 224065, + [SMALL_STATE(9503)] = 224073, + [SMALL_STATE(9504)] = 224081, + [SMALL_STATE(9505)] = 224089, + [SMALL_STATE(9506)] = 224097, + [SMALL_STATE(9507)] = 224105, + [SMALL_STATE(9508)] = 224113, + [SMALL_STATE(9509)] = 224121, + [SMALL_STATE(9510)] = 224129, + [SMALL_STATE(9511)] = 224137, + [SMALL_STATE(9512)] = 224145, + [SMALL_STATE(9513)] = 224153, + [SMALL_STATE(9514)] = 224161, + [SMALL_STATE(9515)] = 224169, + [SMALL_STATE(9516)] = 224177, + [SMALL_STATE(9517)] = 224185, + [SMALL_STATE(9518)] = 224193, + [SMALL_STATE(9519)] = 224201, + [SMALL_STATE(9520)] = 224209, + [SMALL_STATE(9521)] = 224217, + [SMALL_STATE(9522)] = 224225, + [SMALL_STATE(9523)] = 224233, + [SMALL_STATE(9524)] = 224241, + [SMALL_STATE(9525)] = 224249, + [SMALL_STATE(9526)] = 224257, + [SMALL_STATE(9527)] = 224265, + [SMALL_STATE(9528)] = 224273, + [SMALL_STATE(9529)] = 224281, + [SMALL_STATE(9530)] = 224289, + [SMALL_STATE(9531)] = 224297, + [SMALL_STATE(9532)] = 224305, + [SMALL_STATE(9533)] = 224313, + [SMALL_STATE(9534)] = 224321, + [SMALL_STATE(9535)] = 224329, + [SMALL_STATE(9536)] = 224337, + [SMALL_STATE(9537)] = 224345, + [SMALL_STATE(9538)] = 224353, + [SMALL_STATE(9539)] = 224361, + [SMALL_STATE(9540)] = 224369, + [SMALL_STATE(9541)] = 224377, + [SMALL_STATE(9542)] = 224385, + [SMALL_STATE(9543)] = 224393, + [SMALL_STATE(9544)] = 224401, + [SMALL_STATE(9545)] = 224409, + [SMALL_STATE(9546)] = 224417, + [SMALL_STATE(9547)] = 224425, + [SMALL_STATE(9548)] = 224433, + [SMALL_STATE(9549)] = 224441, + [SMALL_STATE(9550)] = 224449, + [SMALL_STATE(9551)] = 224457, + [SMALL_STATE(9552)] = 224465, + [SMALL_STATE(9553)] = 224473, + [SMALL_STATE(9554)] = 224481, + [SMALL_STATE(9555)] = 224489, + [SMALL_STATE(9556)] = 224497, + [SMALL_STATE(9557)] = 224505, + [SMALL_STATE(9558)] = 224513, + [SMALL_STATE(9559)] = 224521, + [SMALL_STATE(9560)] = 224529, + [SMALL_STATE(9561)] = 224537, + [SMALL_STATE(9562)] = 224545, + [SMALL_STATE(9563)] = 224553, + [SMALL_STATE(9564)] = 224561, + [SMALL_STATE(9565)] = 224569, + [SMALL_STATE(9566)] = 224577, + [SMALL_STATE(9567)] = 224585, + [SMALL_STATE(9568)] = 224593, + [SMALL_STATE(9569)] = 224601, + [SMALL_STATE(9570)] = 224609, + [SMALL_STATE(9571)] = 224617, + [SMALL_STATE(9572)] = 224625, + [SMALL_STATE(9573)] = 224633, + [SMALL_STATE(9574)] = 224641, + [SMALL_STATE(9575)] = 224649, + [SMALL_STATE(9576)] = 224657, + [SMALL_STATE(9577)] = 224665, + [SMALL_STATE(9578)] = 224673, + [SMALL_STATE(9579)] = 224681, + [SMALL_STATE(9580)] = 224689, + [SMALL_STATE(9581)] = 224697, + [SMALL_STATE(9582)] = 224705, + [SMALL_STATE(9583)] = 224713, + [SMALL_STATE(9584)] = 224721, + [SMALL_STATE(9585)] = 224729, + [SMALL_STATE(9586)] = 224737, + [SMALL_STATE(9587)] = 224745, + [SMALL_STATE(9588)] = 224753, + [SMALL_STATE(9589)] = 224761, + [SMALL_STATE(9590)] = 224769, + [SMALL_STATE(9591)] = 224777, + [SMALL_STATE(9592)] = 224785, + [SMALL_STATE(9593)] = 224793, + [SMALL_STATE(9594)] = 224801, + [SMALL_STATE(9595)] = 224809, + [SMALL_STATE(9596)] = 224817, + [SMALL_STATE(9597)] = 224825, + [SMALL_STATE(9598)] = 224833, + [SMALL_STATE(9599)] = 224841, + [SMALL_STATE(9600)] = 224849, + [SMALL_STATE(9601)] = 224857, + [SMALL_STATE(9602)] = 224865, + [SMALL_STATE(9603)] = 224873, + [SMALL_STATE(9604)] = 224881, + [SMALL_STATE(9605)] = 224889, + [SMALL_STATE(9606)] = 224897, + [SMALL_STATE(9607)] = 224905, + [SMALL_STATE(9608)] = 224913, + [SMALL_STATE(9609)] = 224921, + [SMALL_STATE(9610)] = 224929, + [SMALL_STATE(9611)] = 224937, + [SMALL_STATE(9612)] = 224945, + [SMALL_STATE(9613)] = 224953, + [SMALL_STATE(9614)] = 224961, + [SMALL_STATE(9615)] = 224969, + [SMALL_STATE(9616)] = 224977, + [SMALL_STATE(9617)] = 224985, + [SMALL_STATE(9618)] = 224993, + [SMALL_STATE(9619)] = 225001, + [SMALL_STATE(9620)] = 225009, + [SMALL_STATE(9621)] = 225017, + [SMALL_STATE(9622)] = 225025, + [SMALL_STATE(9623)] = 225033, + [SMALL_STATE(9624)] = 225041, + [SMALL_STATE(9625)] = 225049, + [SMALL_STATE(9626)] = 225057, + [SMALL_STATE(9627)] = 225065, + [SMALL_STATE(9628)] = 225073, + [SMALL_STATE(9629)] = 225081, + [SMALL_STATE(9630)] = 225089, + [SMALL_STATE(9631)] = 225097, + [SMALL_STATE(9632)] = 225105, + [SMALL_STATE(9633)] = 225113, + [SMALL_STATE(9634)] = 225121, + [SMALL_STATE(9635)] = 225129, + [SMALL_STATE(9636)] = 225137, + [SMALL_STATE(9637)] = 225145, + [SMALL_STATE(9638)] = 225153, + [SMALL_STATE(9639)] = 225161, + [SMALL_STATE(9640)] = 225169, + [SMALL_STATE(9641)] = 225177, + [SMALL_STATE(9642)] = 225185, + [SMALL_STATE(9643)] = 225193, + [SMALL_STATE(9644)] = 225201, + [SMALL_STATE(9645)] = 225209, + [SMALL_STATE(9646)] = 225217, + [SMALL_STATE(9647)] = 225225, + [SMALL_STATE(9648)] = 225233, + [SMALL_STATE(9649)] = 225241, + [SMALL_STATE(9650)] = 225249, + [SMALL_STATE(9651)] = 225257, + [SMALL_STATE(9652)] = 225265, + [SMALL_STATE(9653)] = 225273, + [SMALL_STATE(9654)] = 225281, + [SMALL_STATE(9655)] = 225289, + [SMALL_STATE(9656)] = 225297, + [SMALL_STATE(9657)] = 225305, + [SMALL_STATE(9658)] = 225313, + [SMALL_STATE(9659)] = 225321, + [SMALL_STATE(9660)] = 225329, + [SMALL_STATE(9661)] = 225337, + [SMALL_STATE(9662)] = 225345, + [SMALL_STATE(9663)] = 225353, + [SMALL_STATE(9664)] = 225361, + [SMALL_STATE(9665)] = 225369, + [SMALL_STATE(9666)] = 225377, + [SMALL_STATE(9667)] = 225385, + [SMALL_STATE(9668)] = 225393, + [SMALL_STATE(9669)] = 225401, + [SMALL_STATE(9670)] = 225409, + [SMALL_STATE(9671)] = 225417, + [SMALL_STATE(9672)] = 225425, + [SMALL_STATE(9673)] = 225433, + [SMALL_STATE(9674)] = 225441, + [SMALL_STATE(9675)] = 225449, + [SMALL_STATE(9676)] = 225457, + [SMALL_STATE(9677)] = 225465, + [SMALL_STATE(9678)] = 225473, + [SMALL_STATE(9679)] = 225481, + [SMALL_STATE(9680)] = 225489, + [SMALL_STATE(9681)] = 225497, + [SMALL_STATE(9682)] = 225505, + [SMALL_STATE(9683)] = 225513, + [SMALL_STATE(9684)] = 225521, + [SMALL_STATE(9685)] = 225529, + [SMALL_STATE(9686)] = 225537, + [SMALL_STATE(9687)] = 225545, + [SMALL_STATE(9688)] = 225553, + [SMALL_STATE(9689)] = 225561, + [SMALL_STATE(9690)] = 225569, + [SMALL_STATE(9691)] = 225577, + [SMALL_STATE(9692)] = 225585, + [SMALL_STATE(9693)] = 225593, + [SMALL_STATE(9694)] = 225601, + [SMALL_STATE(9695)] = 225609, + [SMALL_STATE(9696)] = 225617, + [SMALL_STATE(9697)] = 225625, + [SMALL_STATE(9698)] = 225633, + [SMALL_STATE(9699)] = 225641, + [SMALL_STATE(9700)] = 225649, + [SMALL_STATE(9701)] = 225657, + [SMALL_STATE(9702)] = 225665, + [SMALL_STATE(9703)] = 225673, + [SMALL_STATE(9704)] = 225681, + [SMALL_STATE(9705)] = 225689, + [SMALL_STATE(9706)] = 225697, + [SMALL_STATE(9707)] = 225705, + [SMALL_STATE(9708)] = 225713, + [SMALL_STATE(9709)] = 225721, + [SMALL_STATE(9710)] = 225729, + [SMALL_STATE(9711)] = 225737, + [SMALL_STATE(9712)] = 225745, + [SMALL_STATE(9713)] = 225753, + [SMALL_STATE(9714)] = 225761, + [SMALL_STATE(9715)] = 225769, + [SMALL_STATE(9716)] = 225777, + [SMALL_STATE(9717)] = 225785, + [SMALL_STATE(9718)] = 225793, + [SMALL_STATE(9719)] = 225801, + [SMALL_STATE(9720)] = 225809, + [SMALL_STATE(9721)] = 225817, + [SMALL_STATE(9722)] = 225825, + [SMALL_STATE(9723)] = 225833, + [SMALL_STATE(9724)] = 225841, + [SMALL_STATE(9725)] = 225849, + [SMALL_STATE(9726)] = 225857, + [SMALL_STATE(9727)] = 225865, + [SMALL_STATE(9728)] = 225873, + [SMALL_STATE(9729)] = 225881, + [SMALL_STATE(9730)] = 225889, + [SMALL_STATE(9731)] = 225897, + [SMALL_STATE(9732)] = 225905, + [SMALL_STATE(9733)] = 225913, + [SMALL_STATE(9734)] = 225921, + [SMALL_STATE(9735)] = 225929, + [SMALL_STATE(9736)] = 225937, + [SMALL_STATE(9737)] = 225945, + [SMALL_STATE(9738)] = 225953, + [SMALL_STATE(9739)] = 225961, + [SMALL_STATE(9740)] = 225969, + [SMALL_STATE(9741)] = 225977, + [SMALL_STATE(9742)] = 225985, + [SMALL_STATE(9743)] = 225993, + [SMALL_STATE(9744)] = 226001, + [SMALL_STATE(9745)] = 226009, + [SMALL_STATE(9746)] = 226017, + [SMALL_STATE(9747)] = 226025, + [SMALL_STATE(9748)] = 226033, + [SMALL_STATE(9749)] = 226041, + [SMALL_STATE(9750)] = 226049, + [SMALL_STATE(9751)] = 226057, + [SMALL_STATE(9752)] = 226065, + [SMALL_STATE(9753)] = 226073, + [SMALL_STATE(9754)] = 226081, + [SMALL_STATE(9755)] = 226089, + [SMALL_STATE(9756)] = 226097, + [SMALL_STATE(9757)] = 226105, + [SMALL_STATE(9758)] = 226113, + [SMALL_STATE(9759)] = 226121, + [SMALL_STATE(9760)] = 226129, + [SMALL_STATE(9761)] = 226137, + [SMALL_STATE(9762)] = 226145, + [SMALL_STATE(9763)] = 226153, + [SMALL_STATE(9764)] = 226161, + [SMALL_STATE(9765)] = 226169, + [SMALL_STATE(9766)] = 226177, + [SMALL_STATE(9767)] = 226185, + [SMALL_STATE(9768)] = 226193, + [SMALL_STATE(9769)] = 226201, + [SMALL_STATE(9770)] = 226209, + [SMALL_STATE(9771)] = 226217, + [SMALL_STATE(9772)] = 226225, + [SMALL_STATE(9773)] = 226233, + [SMALL_STATE(9774)] = 226241, + [SMALL_STATE(9775)] = 226249, + [SMALL_STATE(9776)] = 226257, + [SMALL_STATE(9777)] = 226265, + [SMALL_STATE(9778)] = 226273, + [SMALL_STATE(9779)] = 226281, + [SMALL_STATE(9780)] = 226289, + [SMALL_STATE(9781)] = 226297, + [SMALL_STATE(9782)] = 226305, + [SMALL_STATE(9783)] = 226313, + [SMALL_STATE(9784)] = 226321, + [SMALL_STATE(9785)] = 226329, + [SMALL_STATE(9786)] = 226337, + [SMALL_STATE(9787)] = 226345, + [SMALL_STATE(9788)] = 226353, + [SMALL_STATE(9789)] = 226361, + [SMALL_STATE(9790)] = 226369, + [SMALL_STATE(9791)] = 226377, + [SMALL_STATE(9792)] = 226385, + [SMALL_STATE(9793)] = 226393, + [SMALL_STATE(9794)] = 226401, + [SMALL_STATE(9795)] = 226409, + [SMALL_STATE(9796)] = 226417, + [SMALL_STATE(9797)] = 226425, + [SMALL_STATE(9798)] = 226433, + [SMALL_STATE(9799)] = 226441, + [SMALL_STATE(9800)] = 226449, + [SMALL_STATE(9801)] = 226457, + [SMALL_STATE(9802)] = 226465, + [SMALL_STATE(9803)] = 226473, + [SMALL_STATE(9804)] = 226481, + [SMALL_STATE(9805)] = 226489, + [SMALL_STATE(9806)] = 226497, + [SMALL_STATE(9807)] = 226505, + [SMALL_STATE(9808)] = 226513, + [SMALL_STATE(9809)] = 226521, + [SMALL_STATE(9810)] = 226529, + [SMALL_STATE(9811)] = 226537, + [SMALL_STATE(9812)] = 226545, + [SMALL_STATE(9813)] = 226553, + [SMALL_STATE(9814)] = 226561, + [SMALL_STATE(9815)] = 226569, + [SMALL_STATE(9816)] = 226577, + [SMALL_STATE(9817)] = 226585, + [SMALL_STATE(9818)] = 226593, + [SMALL_STATE(9819)] = 226601, + [SMALL_STATE(9820)] = 226609, + [SMALL_STATE(9821)] = 226617, + [SMALL_STATE(9822)] = 226625, + [SMALL_STATE(9823)] = 226633, + [SMALL_STATE(9824)] = 226641, + [SMALL_STATE(9825)] = 226649, + [SMALL_STATE(9826)] = 226657, + [SMALL_STATE(9827)] = 226665, + [SMALL_STATE(9828)] = 226673, + [SMALL_STATE(9829)] = 226681, + [SMALL_STATE(9830)] = 226689, + [SMALL_STATE(9831)] = 226697, + [SMALL_STATE(9832)] = 226705, + [SMALL_STATE(9833)] = 226713, + [SMALL_STATE(9834)] = 226721, + [SMALL_STATE(9835)] = 226729, + [SMALL_STATE(9836)] = 226737, + [SMALL_STATE(9837)] = 226745, + [SMALL_STATE(9838)] = 226753, + [SMALL_STATE(9839)] = 226761, + [SMALL_STATE(9840)] = 226769, + [SMALL_STATE(9841)] = 226777, + [SMALL_STATE(9842)] = 226785, + [SMALL_STATE(9843)] = 226793, + [SMALL_STATE(9844)] = 226801, + [SMALL_STATE(9845)] = 226809, + [SMALL_STATE(9846)] = 226817, + [SMALL_STATE(9847)] = 226825, + [SMALL_STATE(9848)] = 226833, + [SMALL_STATE(9849)] = 226841, + [SMALL_STATE(9850)] = 226849, + [SMALL_STATE(9851)] = 226857, + [SMALL_STATE(9852)] = 226865, + [SMALL_STATE(9853)] = 226873, + [SMALL_STATE(9854)] = 226881, + [SMALL_STATE(9855)] = 226889, + [SMALL_STATE(9856)] = 226897, + [SMALL_STATE(9857)] = 226905, + [SMALL_STATE(9858)] = 226913, + [SMALL_STATE(9859)] = 226921, + [SMALL_STATE(9860)] = 226929, + [SMALL_STATE(9861)] = 226937, + [SMALL_STATE(9862)] = 226945, + [SMALL_STATE(9863)] = 226953, + [SMALL_STATE(9864)] = 226961, + [SMALL_STATE(9865)] = 226969, + [SMALL_STATE(9866)] = 226977, + [SMALL_STATE(9867)] = 226985, + [SMALL_STATE(9868)] = 226993, + [SMALL_STATE(9869)] = 227001, + [SMALL_STATE(9870)] = 227009, + [SMALL_STATE(9871)] = 227017, + [SMALL_STATE(9872)] = 227025, + [SMALL_STATE(9873)] = 227033, + [SMALL_STATE(9874)] = 227041, + [SMALL_STATE(9875)] = 227049, + [SMALL_STATE(9876)] = 227057, + [SMALL_STATE(9877)] = 227065, + [SMALL_STATE(9878)] = 227073, + [SMALL_STATE(9879)] = 227081, + [SMALL_STATE(9880)] = 227089, + [SMALL_STATE(9881)] = 227097, + [SMALL_STATE(9882)] = 227105, + [SMALL_STATE(9883)] = 227113, + [SMALL_STATE(9884)] = 227121, + [SMALL_STATE(9885)] = 227129, + [SMALL_STATE(9886)] = 227137, + [SMALL_STATE(9887)] = 227145, + [SMALL_STATE(9888)] = 227153, + [SMALL_STATE(9889)] = 227161, + [SMALL_STATE(9890)] = 227169, + [SMALL_STATE(9891)] = 227177, + [SMALL_STATE(9892)] = 227185, + [SMALL_STATE(9893)] = 227193, + [SMALL_STATE(9894)] = 227201, + [SMALL_STATE(9895)] = 227209, + [SMALL_STATE(9896)] = 227217, + [SMALL_STATE(9897)] = 227225, + [SMALL_STATE(9898)] = 227233, + [SMALL_STATE(9899)] = 227241, + [SMALL_STATE(9900)] = 227249, + [SMALL_STATE(9901)] = 227257, + [SMALL_STATE(9902)] = 227265, + [SMALL_STATE(9903)] = 227273, + [SMALL_STATE(9904)] = 227281, + [SMALL_STATE(9905)] = 227289, + [SMALL_STATE(9906)] = 227297, + [SMALL_STATE(9907)] = 227305, + [SMALL_STATE(9908)] = 227313, + [SMALL_STATE(9909)] = 227321, + [SMALL_STATE(9910)] = 227329, + [SMALL_STATE(9911)] = 227337, + [SMALL_STATE(9912)] = 227345, + [SMALL_STATE(9913)] = 227353, + [SMALL_STATE(9914)] = 227361, + [SMALL_STATE(9915)] = 227369, + [SMALL_STATE(9916)] = 227377, + [SMALL_STATE(9917)] = 227385, + [SMALL_STATE(9918)] = 227393, + [SMALL_STATE(9919)] = 227401, + [SMALL_STATE(9920)] = 227409, + [SMALL_STATE(9921)] = 227417, + [SMALL_STATE(9922)] = 227425, + [SMALL_STATE(9923)] = 227433, + [SMALL_STATE(9924)] = 227441, + [SMALL_STATE(9925)] = 227449, + [SMALL_STATE(9926)] = 227457, + [SMALL_STATE(9927)] = 227465, + [SMALL_STATE(9928)] = 227473, + [SMALL_STATE(9929)] = 227481, + [SMALL_STATE(9930)] = 227489, + [SMALL_STATE(9931)] = 227497, + [SMALL_STATE(9932)] = 227505, + [SMALL_STATE(9933)] = 227513, + [SMALL_STATE(9934)] = 227521, + [SMALL_STATE(9935)] = 227529, + [SMALL_STATE(9936)] = 227537, + [SMALL_STATE(9937)] = 227545, + [SMALL_STATE(9938)] = 227553, + [SMALL_STATE(9939)] = 227561, + [SMALL_STATE(9940)] = 227569, + [SMALL_STATE(9941)] = 227577, + [SMALL_STATE(9942)] = 227585, + [SMALL_STATE(9943)] = 227593, + [SMALL_STATE(9944)] = 227601, + [SMALL_STATE(9945)] = 227609, + [SMALL_STATE(9946)] = 227617, + [SMALL_STATE(9947)] = 227625, + [SMALL_STATE(9948)] = 227633, + [SMALL_STATE(9949)] = 227641, + [SMALL_STATE(9950)] = 227649, + [SMALL_STATE(9951)] = 227657, + [SMALL_STATE(9952)] = 227665, + [SMALL_STATE(9953)] = 227673, + [SMALL_STATE(9954)] = 227681, + [SMALL_STATE(9955)] = 227689, + [SMALL_STATE(9956)] = 227697, + [SMALL_STATE(9957)] = 227705, + [SMALL_STATE(9958)] = 227713, + [SMALL_STATE(9959)] = 227721, + [SMALL_STATE(9960)] = 227729, + [SMALL_STATE(9961)] = 227737, + [SMALL_STATE(9962)] = 227745, + [SMALL_STATE(9963)] = 227753, + [SMALL_STATE(9964)] = 227761, + [SMALL_STATE(9965)] = 227769, + [SMALL_STATE(9966)] = 227777, + [SMALL_STATE(9967)] = 227785, + [SMALL_STATE(9968)] = 227793, + [SMALL_STATE(9969)] = 227801, + [SMALL_STATE(9970)] = 227809, + [SMALL_STATE(9971)] = 227817, + [SMALL_STATE(9972)] = 227825, + [SMALL_STATE(9973)] = 227833, + [SMALL_STATE(9974)] = 227841, + [SMALL_STATE(9975)] = 227849, + [SMALL_STATE(9976)] = 227857, + [SMALL_STATE(9977)] = 227865, + [SMALL_STATE(9978)] = 227873, + [SMALL_STATE(9979)] = 227881, + [SMALL_STATE(9980)] = 227889, + [SMALL_STATE(9981)] = 227897, + [SMALL_STATE(9982)] = 227905, + [SMALL_STATE(9983)] = 227913, + [SMALL_STATE(9984)] = 227921, + [SMALL_STATE(9985)] = 227929, + [SMALL_STATE(9986)] = 227937, + [SMALL_STATE(9987)] = 227945, + [SMALL_STATE(9988)] = 227953, + [SMALL_STATE(9989)] = 227961, + [SMALL_STATE(9990)] = 227969, + [SMALL_STATE(9991)] = 227977, + [SMALL_STATE(9992)] = 227985, + [SMALL_STATE(9993)] = 227993, + [SMALL_STATE(9994)] = 228001, + [SMALL_STATE(9995)] = 228009, + [SMALL_STATE(9996)] = 228017, + [SMALL_STATE(9997)] = 228025, + [SMALL_STATE(9998)] = 228033, + [SMALL_STATE(9999)] = 228041, + [SMALL_STATE(10000)] = 228049, + [SMALL_STATE(10001)] = 228057, + [SMALL_STATE(10002)] = 228065, + [SMALL_STATE(10003)] = 228073, + [SMALL_STATE(10004)] = 228081, + [SMALL_STATE(10005)] = 228089, + [SMALL_STATE(10006)] = 228097, + [SMALL_STATE(10007)] = 228105, + [SMALL_STATE(10008)] = 228113, + [SMALL_STATE(10009)] = 228121, + [SMALL_STATE(10010)] = 228129, + [SMALL_STATE(10011)] = 228137, + [SMALL_STATE(10012)] = 228145, + [SMALL_STATE(10013)] = 228153, + [SMALL_STATE(10014)] = 228161, + [SMALL_STATE(10015)] = 228169, + [SMALL_STATE(10016)] = 228177, + [SMALL_STATE(10017)] = 228185, + [SMALL_STATE(10018)] = 228193, + [SMALL_STATE(10019)] = 228201, + [SMALL_STATE(10020)] = 228209, + [SMALL_STATE(10021)] = 228217, + [SMALL_STATE(10022)] = 228225, + [SMALL_STATE(10023)] = 228233, + [SMALL_STATE(10024)] = 228241, + [SMALL_STATE(10025)] = 228249, + [SMALL_STATE(10026)] = 228257, + [SMALL_STATE(10027)] = 228265, + [SMALL_STATE(10028)] = 228273, + [SMALL_STATE(10029)] = 228281, + [SMALL_STATE(10030)] = 228289, + [SMALL_STATE(10031)] = 228297, + [SMALL_STATE(10032)] = 228305, + [SMALL_STATE(10033)] = 228313, + [SMALL_STATE(10034)] = 228321, + [SMALL_STATE(10035)] = 228329, + [SMALL_STATE(10036)] = 228337, + [SMALL_STATE(10037)] = 228345, + [SMALL_STATE(10038)] = 228353, + [SMALL_STATE(10039)] = 228361, + [SMALL_STATE(10040)] = 228369, + [SMALL_STATE(10041)] = 228377, + [SMALL_STATE(10042)] = 228385, + [SMALL_STATE(10043)] = 228393, + [SMALL_STATE(10044)] = 228401, + [SMALL_STATE(10045)] = 228409, + [SMALL_STATE(10046)] = 228417, + [SMALL_STATE(10047)] = 228425, + [SMALL_STATE(10048)] = 228433, + [SMALL_STATE(10049)] = 228441, + [SMALL_STATE(10050)] = 228449, + [SMALL_STATE(10051)] = 228457, + [SMALL_STATE(10052)] = 228465, + [SMALL_STATE(10053)] = 228473, + [SMALL_STATE(10054)] = 228481, + [SMALL_STATE(10055)] = 228489, + [SMALL_STATE(10056)] = 228497, + [SMALL_STATE(10057)] = 228505, + [SMALL_STATE(10058)] = 228513, + [SMALL_STATE(10059)] = 228521, + [SMALL_STATE(10060)] = 228529, + [SMALL_STATE(10061)] = 228537, + [SMALL_STATE(10062)] = 228545, + [SMALL_STATE(10063)] = 228553, + [SMALL_STATE(10064)] = 228561, + [SMALL_STATE(10065)] = 228569, + [SMALL_STATE(10066)] = 228577, + [SMALL_STATE(10067)] = 228585, + [SMALL_STATE(10068)] = 228593, + [SMALL_STATE(10069)] = 228601, + [SMALL_STATE(10070)] = 228609, + [SMALL_STATE(10071)] = 228617, + [SMALL_STATE(10072)] = 228625, + [SMALL_STATE(10073)] = 228633, + [SMALL_STATE(10074)] = 228641, + [SMALL_STATE(10075)] = 228649, + [SMALL_STATE(10076)] = 228657, + [SMALL_STATE(10077)] = 228665, + [SMALL_STATE(10078)] = 228673, + [SMALL_STATE(10079)] = 228681, + [SMALL_STATE(10080)] = 228689, + [SMALL_STATE(10081)] = 228697, + [SMALL_STATE(10082)] = 228705, + [SMALL_STATE(10083)] = 228713, + [SMALL_STATE(10084)] = 228721, + [SMALL_STATE(10085)] = 228729, + [SMALL_STATE(10086)] = 228737, + [SMALL_STATE(10087)] = 228745, + [SMALL_STATE(10088)] = 228753, + [SMALL_STATE(10089)] = 228761, + [SMALL_STATE(10090)] = 228769, + [SMALL_STATE(10091)] = 228777, + [SMALL_STATE(10092)] = 228785, + [SMALL_STATE(10093)] = 228793, + [SMALL_STATE(10094)] = 228801, + [SMALL_STATE(10095)] = 228809, + [SMALL_STATE(10096)] = 228817, + [SMALL_STATE(10097)] = 228825, + [SMALL_STATE(10098)] = 228833, + [SMALL_STATE(10099)] = 228841, + [SMALL_STATE(10100)] = 228849, + [SMALL_STATE(10101)] = 228857, + [SMALL_STATE(10102)] = 228865, + [SMALL_STATE(10103)] = 228873, + [SMALL_STATE(10104)] = 228881, + [SMALL_STATE(10105)] = 228889, + [SMALL_STATE(10106)] = 228897, + [SMALL_STATE(10107)] = 228905, + [SMALL_STATE(10108)] = 228913, + [SMALL_STATE(10109)] = 228921, + [SMALL_STATE(10110)] = 228929, + [SMALL_STATE(10111)] = 228937, + [SMALL_STATE(10112)] = 228945, + [SMALL_STATE(10113)] = 228953, + [SMALL_STATE(10114)] = 228961, + [SMALL_STATE(10115)] = 228969, + [SMALL_STATE(10116)] = 228977, + [SMALL_STATE(10117)] = 228985, + [SMALL_STATE(10118)] = 228993, + [SMALL_STATE(10119)] = 229001, + [SMALL_STATE(10120)] = 229009, + [SMALL_STATE(10121)] = 229017, + [SMALL_STATE(10122)] = 229025, + [SMALL_STATE(10123)] = 229033, + [SMALL_STATE(10124)] = 229041, + [SMALL_STATE(10125)] = 229049, + [SMALL_STATE(10126)] = 229057, + [SMALL_STATE(10127)] = 229065, + [SMALL_STATE(10128)] = 229073, + [SMALL_STATE(10129)] = 229081, + [SMALL_STATE(10130)] = 229089, + [SMALL_STATE(10131)] = 229097, + [SMALL_STATE(10132)] = 229105, + [SMALL_STATE(10133)] = 229113, + [SMALL_STATE(10134)] = 229121, + [SMALL_STATE(10135)] = 229129, + [SMALL_STATE(10136)] = 229137, + [SMALL_STATE(10137)] = 229145, + [SMALL_STATE(10138)] = 229153, + [SMALL_STATE(10139)] = 229161, + [SMALL_STATE(10140)] = 229169, + [SMALL_STATE(10141)] = 229177, + [SMALL_STATE(10142)] = 229185, + [SMALL_STATE(10143)] = 229193, + [SMALL_STATE(10144)] = 229201, + [SMALL_STATE(10145)] = 229209, + [SMALL_STATE(10146)] = 229217, + [SMALL_STATE(10147)] = 229225, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -675425,6189 +674928,6181 @@ 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(4594), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10153), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6621), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7875), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7876), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8047), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8050), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10090), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5894), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7718), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6434), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5307), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5305), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5142), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5159), - [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10082), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10081), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4549), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10080), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8797), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9108), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1715), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5160), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7886), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5793), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5771), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2759), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5783), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5779), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5620), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5774), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5773), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2765), - [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8798), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8799), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8800), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8802), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8803), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4549), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4906), - [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4906), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5170), - [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8471), - [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4594), - [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8414), - [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2885), - [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6663), - [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4588), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10147), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6607), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7997), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7966), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8033), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8034), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10084), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5889), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7709), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6409), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5264), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5266), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5259), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5258), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10076), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10075), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4563), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10074), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9041), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9106), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5252), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8012), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5768), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5769), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2760), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5776), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5777), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5611), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5779), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5784), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), + [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9038), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9036), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9035), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9034), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9032), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4563), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4938), + [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4938), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5212), + [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8516), + [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4588), + [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8427), + [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4530), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6677), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), [121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7), [123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8162), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8074), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9641), - [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6377), - [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7655), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6443), - [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3411), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3410), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3420), - [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3421), - [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), - [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9949), - [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10112), - [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), - [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2773), - [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10088), - [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8876), - [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9337), - [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), - [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), - [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3422), - [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7994), - [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), - [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), - [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), - [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9037), - [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9038), - [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9039), - [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9043), - [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9044), - [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3223), - [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), - [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3456), - [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8584), - [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), - [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8446), - [207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6), - [209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6), - [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4547), - [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), - [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8195), - [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8037), - [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9647), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), - [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6288), - [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7839), - [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6417), - [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4839), - [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4852), - [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4752), - [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4754), - [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1983), - [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288), - [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9939), - [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10059), - [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), - [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4530), - [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10038), - [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8927), - [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9426), - [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), - [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), - [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4832), - [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7895), - [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1985), - [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), - [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), - [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2739), - [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8811), - [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8814), - [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8819), - [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8815), - [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8816), - [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4530), - [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4613), - [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4613), - [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4758), - [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8611), - [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4547), - [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8410), - [297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_while_statement, 5), - [299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_while_statement, 5), - [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8110), - [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8227), - [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9502), - [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6312), - [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7779), - [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6446), - [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9478), - [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5542), - [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5536), - [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1808), - [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), - [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9492), - [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9960), - [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), - [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4528), - [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10009), - [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), - [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), - [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803), - [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4528), - [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8116), - [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8279), - [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9706), - [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5969), - [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7835), - [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6437), - [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5120), - [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5126), - [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), - [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), - [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9946), - [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10100), - [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8144), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8062), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9616), + [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5939), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7636), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6445), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4806), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4808), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4780), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4781), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1981), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9933), + [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10061), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4524), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10041), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9090), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9322), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), + [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4786), + [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7866), + [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1983), + [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), + [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2746), + [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8833), + [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8832), + [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8831), + [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8830), + [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8828), + [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4524), + [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4598), + [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4598), + [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4816), + [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8499), + [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4530), + [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8421), + [207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_while_statement, 5), + [209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_while_statement, 5), + [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8120), + [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8194), + [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9629), + [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5932), + [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7724), + [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6433), + [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9624), + [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5537), + [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5536), + [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), + [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), + [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9457), + [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9967), + [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), + [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4527), + [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10011), + [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), + [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), + [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803), + [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4527), + [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2883), + [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6), + [261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6), + [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8134), + [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8056), + [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9600), + [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6237), + [275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7602), + [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6443), + [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3434), + [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3435), + [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3428), + [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3429), + [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), + [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), + [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9943), + [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10106), + [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), + [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), + [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10082), + [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8964), + [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9272), + [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), + [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3432), + [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7908), + [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), + [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2742), + [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2735), + [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9022), + [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9021), + [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9013), + [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9010), + [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9008), + [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3073), + [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), + [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3571), + [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8620), + [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), + [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8404), + [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8197), + [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8229), + [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9775), + [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6025), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7753), + [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6423), + [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5074), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5078), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), + [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), + [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9940), + [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10094), + [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4551), - [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9497), - [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1581), - [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), - [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), - [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), + [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9802), + [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), + [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), + [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), + [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4551), - [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), - [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), - [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8147), - [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8043), - [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9629), - [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6306), - [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7717), - [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6444), - [407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), - [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), - [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), - [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), - [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), - [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246), - [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9954), - [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10140), - [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), - [425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), - [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10109), - [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8866), - [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9289), - [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), + [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), + [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8115), + [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8132), + [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9583), + [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), + [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5934), + [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7638), + [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6406), + [407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), + [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), + [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), + [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), + [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), + [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), + [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9948), + [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10134), + [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), + [425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), + [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10103), + [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8887), + [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9244), + [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), - [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), - [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7936), - [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), - [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), - [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), - [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8909), - [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8888), - [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8889), - [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8896), - [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8898), - [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), - [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8574), - [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8434), - [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3364), - [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8187), - [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8256), - [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9632), - [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), - [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6324), + [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), + [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8001), + [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), + [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), + [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), + [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8932), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8910), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8912), + [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8921), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8922), + [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), + [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8553), + [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8439), + [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2801), + [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), + [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8124), + [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8102), + [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9593), + [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5937), [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7618), [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6442), - [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3853), - [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3848), - [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3892), - [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3893), - [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), - [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), - [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9952), - [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10124), - [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), - [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2982), - [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10101), - [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8892), - [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9366), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), - [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), - [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3899), - [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8023), - [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), - [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), - [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2856), - [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2857), - [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8911), - [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8912), - [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8913), - [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8914), - [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), - [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3668), - [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), - [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3903), - [551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8597), - [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), - [555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8442), - [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2772), - [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), - [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8151), - [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8041), - [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9637), - [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), - [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6299), - [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7685), - [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6418), - [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3097), - [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3100), - [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3099), - [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), - [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), - [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), - [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9951), - [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10120), - [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233), - [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2741), - [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10097), - [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8873), - [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9329), - [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), - [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), - [607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3094), - [609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7892), - [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), - [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), - [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), - [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), - [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8865), - [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8864), - [623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8862), - [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8861), - [627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), - [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2914), - [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), - [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3091), - [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8583), - [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), - [639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8419), - [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8048), - [643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9609), - [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6187), - [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7734), - [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6411), - [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5408), - [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5409), - [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1587), - [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), - [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9532), - [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10001), - [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), - [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), - [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8239), - [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9739), - [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5905), - [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7791), - [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6415), - [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5276), - [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5285), - [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), - [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), - [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9935), - [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10036), - [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), - [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), - [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8212), - [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9874), - [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5986), - [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7772), - [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6421), - [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3560), - [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3559), - [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), - [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), - [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9938), - [713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10053), - [715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10032), - [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), - [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), - [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1689), - [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8122), - [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10128), - [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6091), - [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7728), - [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6423), - [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4100), - [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4099), - [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), - [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), - [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9942), - [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10077), - [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10050), - [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), - [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), - [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1774), - [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8106), - [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10130), - [761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6023), - [763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7738), - [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6441), - [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4056), - [769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4063), - [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), - [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), - [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9945), - [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10096), - [779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10070), - [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), - [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), - [785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1594), - [787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), - [789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8085), - [791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10134), - [793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6208), - [795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7759), - [797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6427), - [799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), - [801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), - [803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1656), - [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245), - [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9948), - [809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10108), - [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10083), - [813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), - [815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), - [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), - [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8072), - [823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9914), - [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6060), - [829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7626), - [831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6424), - [833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3418), - [835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3416), - [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), - [841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9944), - [843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10092), - [845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2774), - [847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), - [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), - [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), - [853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8207), - [855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9688), - [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6031), - [861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7622), - [863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6426), - [865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4840), - [867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4841), - [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), - [873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9928), - [875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10015), - [877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1905), - [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), - [881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8066), - [883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9973), - [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6066), - [889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7623), - [891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6445), - [893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4023), - [895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3999), - [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), - [901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9950), - [903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10115), - [905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3004), - [907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), - [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), - [913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8098), - [915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9958), - [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5968), - [921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7636), - [923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6436), - [925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), - [927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), - [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), - [933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9953), - [935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10136), - [937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), - [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), - [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8123), - [947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9893), - [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6135), - [953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7646), - [955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6412), - [957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5169), - [959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5147), - [961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), - [965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9940), - [967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10069), - [969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), - [971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), - [973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8082), - [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9923), - [977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5924), - [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7631), + [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3254), + [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3247), + [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3215), + [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3214), + [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), + [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), + [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9945), + [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10114), + [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), + [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2750), + [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10091), + [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8936), + [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9263), + [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), + [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), + [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3213), + [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7898), + [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), + [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), + [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), + [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), + [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8856), + [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8855), + [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8853), + [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8848), + [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), + [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2966), + [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), + [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3194), + [551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8593), + [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), + [555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8398), + [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3290), + [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), + [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8140), + [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8191), + [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9587), + [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6306), + [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7609), + [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6436), + [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3895), + [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3894), + [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3878), + [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3881), + [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), + [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246), + [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9946), + [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10118), + [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), + [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2997), + [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10095), + [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8989), + [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9308), + [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), + [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), + [607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3889), + [609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7868), + [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), + [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), + [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2825), + [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2827), + [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8939), + [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8943), + [623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8948), + [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8953), + [627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), + [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3629), + [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), + [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3938), + [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8598), + [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), + [639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8409), + [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8206), + [643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9812), + [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6221), + [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7773), + [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6429), + [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3544), + [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3542), + [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), + [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281), + [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9932), + [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10057), + [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10019), + [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), + [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), + [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1689), + [671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8254), + [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9796), + [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5996), + [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7603), + [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6411), + [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5294), + [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5272), + [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500), + [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), + [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9929), + [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10040), + [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), + [697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), + [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8042), + [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10128), + [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6175), + [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7686), + [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6427), + [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), + [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), + [713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1656), + [715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289), + [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9942), + [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10102), + [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10085), + [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), + [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), + [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), + [729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), + [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8066), + [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10124), + [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6077), + [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7715), + [739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6417), + [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4089), + [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4088), + [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1590), + [747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), + [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9939), + [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10090), + [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10067), + [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), + [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), + [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1593), + [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), + [763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8083), + [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10122), + [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6082), + [769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7697), + [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6431), + [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4100), + [775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4099), + [777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), + [779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288), + [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9936), + [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10078), + [785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10054), + [787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), + [789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), + [791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1774), + [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8147), + [797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9685), + [799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6052), + [801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7729), + [803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6424), + [805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5397), + [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5400), + [809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), + [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), + [813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9508), + [815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10003), + [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), + [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8177), + [823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9752), + [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6315), + [829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7794), + [831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6415), + [833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4829), + [835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4830), + [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), + [841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9922), + [843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9985), + [845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), + [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8151), + [851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9924), + [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6054), + [857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7658), + [859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6428), + [861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3418), + [863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3420), + [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), + [867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), + [869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9938), + [871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10086), + [873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2768), + [875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), + [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), + [881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8022), + [883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9953), + [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5976), + [889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7676), + [891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6412), + [893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3243), + [895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3113), + [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), + [901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9941), + [903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10098), + [905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), + [907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1636), + [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), + [913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8116), + [915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9903), + [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6187), + [921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7675), + [923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6410), + [925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5151), + [927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5153), + [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), + [933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9934), + [935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10066), + [937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), + [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), + [941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8188), + [943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9963), + [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5973), + [949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7695), + [951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6418), + [953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), + [955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), + [957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), + [961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9947), + [963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10130), + [965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), + [967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), + [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8122), + [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9961), + [977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6045), + [981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7652), [983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6416), - [985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3101), - [987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3105), - [989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1247), - [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9947), - [995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10104), - [997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2751), - [999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), - [1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), - [1005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8030), - [1007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9906), - [1009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6272), - [1011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7610), - [1013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6413), - [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1244), - [1017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), - [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [1021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), - [1023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9943), - [1025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10086), - [1027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), - [1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [1031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8243), - [1033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9781), - [1035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5995), - [1037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7788), - [1039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6435), - [1041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4133), - [1043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4127), - [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), - [1047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), - [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9936), - [1051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10043), - [1053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), - [1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), - [1057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8262), - [1059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9668), - [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6326), - [1063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7672), - [1065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6438), - [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5326), - [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5329), - [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9934), - [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10025), - [1075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8137), - [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9839), - [1079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6258), - [1081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7614), - [1083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6431), - [1085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4083), - [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4085), - [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), - [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), - [1093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9937), - [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10049), - [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), - [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8060), - [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9727), - [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6146), - [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7616), - [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6450), - [1111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5283), - [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5284), - [1115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), - [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9931), - [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10024), - [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8099), - [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10132), - [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6172), - [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7745), - [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6451), - [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3534), - [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3532), - [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), - [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), - [1139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9941), - [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10073), - [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), - [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), + [985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3962), + [987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3947), + [989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), + [991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), + [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9944), + [995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10109), + [997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2987), + [999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), + [1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), + [1005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8145), + [1007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9865), + [1009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6285), + [1011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7642), + [1013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6437), + [1015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4091), + [1017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4092), + [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [1021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1263), + [1023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9931), + [1025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10053), + [1027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), + [1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), + [1031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8023), + [1033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9917), + [1035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6196), + [1037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7802), + [1039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6407), + [1041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), + [1043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245), + [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), + [1047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280), + [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9937), + [1051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10081), + [1053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), + [1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [1057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8101), + [1059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9626), + [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6324), + [1063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7792), + [1065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6413), + [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5321), + [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5320), + [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9928), + [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10032), + [1075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8246), + [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9829), + [1079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6378), + [1081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7790), + [1083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6420), + [1085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4129), + [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4127), + [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1283), + [1093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9930), + [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10046), + [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), + [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8097), + [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9789), + [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6184), + [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7646), + [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6419), + [1111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5268), + [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5260), + [1115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9925), + [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10025), + [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8050), + [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10126), + [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6180), + [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7649), + [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6421), + [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3503), + [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3500), + [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), + [1139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9935), + [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10070), + [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), + [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), [1147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1), [1149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2), - [1151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8234), - [1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8169), - [1155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9666), - [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6254), - [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7652), - [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6428), - [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3682), - [1167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3679), - [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9708), - [1171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10008), - [1173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), - [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4883), - [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), - [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4017), - [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), - [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [1201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 4), - [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5209), - [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5531), - [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), - [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [1213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 3), - [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5157), - [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), - [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3964), - [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), - [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), - [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), - [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), - [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4768), - [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5154), - [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5579), - [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), - [1239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), - [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), - [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), - [1245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), - [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4319), - [1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), - [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4287), - [1253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), - [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), - [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), - [1259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), - [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [1263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), - [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5444), - [1267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), - [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4733), - [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [1273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), - [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), - [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [1279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), - [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), - [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), - [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), - [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4079), - [1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), - [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), - [1293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), - [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), - [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), - [1299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128), - [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), - [1305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), - [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), - [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), - [1311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), - [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), - [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), - [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), - [1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), - [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5645), - [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), - [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4268), - [1327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), - [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), - [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), - [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), - [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5279), - [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [1341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), - [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5625), - [1345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), - [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5622), - [1349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), - [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5343), - [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), - [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), - [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4888), - [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9388), - [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), - [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5166), - [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5161), - [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4884), - [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4837), - [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), - [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5145), - [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), - [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), - [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), - [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), - [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), - [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), - [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4851), - [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), - [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), - [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), - [1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), - [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5424), - [1409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10003), - [1411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), - [1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4732), - [1415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), - [1417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4594), - [1420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(6663), - [1423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1475), - [1426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8047), - [1429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8050), - [1432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(10090), - [1435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(76), - [1438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1530), - [1441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5894), - [1444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(7718), - [1447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(6434), - [1450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5307), - [1453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5305), - [1456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5142), - [1459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5159), - [1462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1552), - [1465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1242), - [1468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(10082), - [1471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(10081), - [1474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(234), - [1477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4549), - [1480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(10080), - [1483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8797), - [1486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(9108), - [1489] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1715), - [1492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(302), - [1495] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5160), - [1498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(7886), - [1501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1736), - [1504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1736), - [1507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5793), - [1510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5771), - [1513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(2759), - [1516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5783), + [1151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8176), + [1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8129), + [1155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9727), + [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6164), + [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7656), + [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6408), + [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3622), + [1167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3620), + [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9702), + [1171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10010), + [1173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), + [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5125), + [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4765), + [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), + [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5519), + [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), + [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), + [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), + [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4853), + [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5200), + [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), + [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), + [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4787), + [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4024), + [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), + [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), + [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [1223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 4), + [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [1227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 3), + [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3974), + [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5593), + [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5079), + [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4721), + [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [1239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139), + [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), + [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), + [1245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), + [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5644), + [1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), + [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5598), + [1253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), + [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5419), + [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), + [1259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), + [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), + [1263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), + [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5621), + [1267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), + [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4270), + [1271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), + [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), + [1277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), + [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), + [1283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), + [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), + [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), + [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), + [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [1295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), + [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), + [1299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), + [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), + [1305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), + [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5443), + [1309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), + [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), + [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), + [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), + [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), + [1321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), + [1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), + [1325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), + [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), + [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [1331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159), + [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5086), + [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [1337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), + [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4309), + [1341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), + [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [1345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), + [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5285), + [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [1351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), + [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), + [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), + [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), + [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), + [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), + [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4783), + [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5109), + [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), + [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), + [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), + [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4792), + [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4761), + [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), + [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), + [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), + [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), + [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5354), + [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), + [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), + [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5227), + [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9144), + [1403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), + [1405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), + [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), + [1409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), + [1411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4588), + [1414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(6677), + [1417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1531), + [1420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8033), + [1423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8034), + [1426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(10084), + [1429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(68), + [1432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1657), + [1435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5889), + [1438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(7709), + [1441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(6409), + [1444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5264), + [1447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5266), + [1450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5259), + [1453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5258), + [1456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1784), + [1459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1290), + [1462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(10076), + [1465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(10075), + [1468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(217), + [1471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4563), + [1474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(10074), + [1477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(9041), + [1480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(9106), + [1483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1919), + [1486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(306), + [1489] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5252), + [1492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8012), + [1495] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1924), + [1498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(1924), + [1501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5768), + [1504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5769), + [1507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(2760), + [1510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5776), + [1513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5777), + [1516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5611), [1519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5779), - [1522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5620), - [1525] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5774), - [1528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5773), - [1531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(2765), - [1534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8798), - [1537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8799), - [1540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8800), - [1543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8802), - [1546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8803), - [1549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4549), - [1552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4906), - [1555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4906), - [1558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5170), - [1561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8471), - [1564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4594), - [1567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8414), - [1570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4920), - [1572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), - [1574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), - [1576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10017), - [1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), - [1580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6627), - [1582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jump_expression, 1), - [1584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jump_expression, 1), - [1586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [1588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9048), - [1590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7638), - [1592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2955), - [1594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3485), - [1596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), - [1598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 5), - [1600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [1602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [1604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9962), - [1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8901), - [1608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9770), - [1610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), - [1612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4593), - [1614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), - [1616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [1620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10010), - [1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5412), - [1624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), - [1626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), - [1628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9134), - [1630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5217), - [1632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), - [1634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), - [1636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3876), - [1638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), - [1640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), - [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statements, 2), - [1644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statements, 3), - [1646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [1648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8916), - [1650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7649), - [1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3332), - [1654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3948), - [1656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3948), - [1658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8907), - [1662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7708), + [1522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5784), + [1525] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(2761), + [1528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(9038), + [1531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(9036), + [1534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(9035), + [1537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(9034), + [1540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(9032), + [1543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4563), + [1546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4938), + [1549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4938), + [1552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(5212), + [1555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8516), + [1558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(4588), + [1561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat3, 2), SHIFT_REPEAT(8427), + [1564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9764), + [1566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 5), + [1568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4608), + [1570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9969), + [1572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10005), + [1574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4696), + [1576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10013), + [1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), + [1580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10021), + [1582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4934), + [1584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [1586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [1588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8886), + [1590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), + [1592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [1594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5390), + [1596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), + [1598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), + [1600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), + [1602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6631), + [1606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jump_expression, 1), + [1608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jump_expression, 1), + [1610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [1612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8997), + [1614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7822), + [1616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2933), + [1618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3545), + [1620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), + [1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), + [1624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), + [1626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), + [1628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5189), + [1630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), + [1632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9133), + [1634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), + [1636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5158), + [1638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3941), + [1640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4776), + [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statements, 3), + [1644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statements, 2), + [1646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [1648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8960), + [1650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7818), + [1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3327), + [1654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3945), + [1656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), + [1658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8935), + [1662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7712), [1664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), - [1666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), - [1668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7675), - [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7774), - [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7743), - [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7689), - [1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10060), - [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), + [1666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), + [1668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7615), + [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7793), + [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7735), + [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7625), + [1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10063), + [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), - [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7683), - [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10105), - [1688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), + [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7644), + [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10099), + [1688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1732), [1690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), - [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7666), - [1694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10093), - [1696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), + [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7599), + [1694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10087), + [1696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), [1698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), - [1700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7637), - [1702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9978), - [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), + [1700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7694), + [1702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10026), + [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), [1706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), - [1708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7606), - [1710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10016), - [1712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), + [1708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7600), + [1710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10020), + [1712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), [1714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), - [1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7658), - [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10054), - [1720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), + [1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7807), + [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10058), + [1720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), [1722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), - [1724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5442), - [1726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6624), - [1728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [1730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5956), - [1732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 7), - [1734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 7), - [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [1738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4159), - [1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1967), - [1742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7815), - [1744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), - [1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), - [1750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), - [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9423), - [1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), - [1756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [1758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [1760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [1762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7815), - [1766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), - [1768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [1770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), - [1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [1774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5955), - [1776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5955), - [1778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1953), - [1780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5956), - [1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [1784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4366), - [1786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4373), - [1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5442), - [1790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 5), - [1792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 5), - [1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [1724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5459), + [1726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6658), + [1728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [1730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6384), + [1732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 5), + [1734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 5), + [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [1738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4156), + [1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1970), + [1742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7782), + [1744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), + [1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), + [1750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), + [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9233), + [1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), + [1756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [1758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), + [1760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), + [1762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7782), + [1766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1972), + [1768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), + [1770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), + [1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), + [1774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6385), + [1776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6385), + [1778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1963), + [1780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6384), + [1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [1784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4389), + [1786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4363), + [1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5459), + [1790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 9), + [1792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 9), + [1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), [1796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 4), [1798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 4), - [1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [1802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 6), - [1804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 6), - [1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [1808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 8), - [1810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 8), - [1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [1814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 9), - [1816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 9), - [1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [1822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3185), - [1824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3186), - [1826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [1830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [1832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [1834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [1838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8808), - [1840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7794), - [1842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4534), - [1844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4772), - [1846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4772), - [1848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), - [1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [1852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3508), - [1854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3506), + [1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [1804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3179), + [1806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3180), + [1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [1810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 6), + [1812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 6), + [1814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [1816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [1818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 8), + [1820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 8), + [1822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [1824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 7), + [1826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 7), + [1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [1830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [1832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [1834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [1838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8888), + [1840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7770), + [1842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4529), + [1844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4826), + [1846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4826), + [1848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1647), + [1850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [1852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), + [1854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), [1856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1643), - [1858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), + [1858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), [1860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), [1862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), [1864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), [1866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [1868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1647), - [1870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [1872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [1874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), + [1868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), + [1870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [1872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [1874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), [1876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1644), - [1878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [1880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [1882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [1884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [1886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [1888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), - [1890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1263), - [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [1896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [1898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [1906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8848), - [1908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7789), - [1910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2791), - [1912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3085), - [1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), - [1916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8817), - [1918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7784), - [1920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4612), - [1922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5168), - [1924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), - [1926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7786), - [1928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), - [1930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [1932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4094), - [1934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4093), - [1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), - [1938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), - [1940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), - [1942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [1944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [1946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), - [1948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), - [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [1952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [1956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), - [1958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), - [1960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [1962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [1964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), - [1966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), - [1968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7642), - [1970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7809), - [1972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [1974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [1978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [1980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [1982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [1986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [1990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7694), - [1992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9961), - [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), + [1878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [1880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [1882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3452), + [1884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), + [1886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [1888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [1890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [1896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [1898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [1904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8824), + [1906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7747), + [1908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4615), + [1910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5201), + [1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5201), + [1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [1916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8838), + [1918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7761), + [1920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2781), + [1922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3193), + [1924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), + [1926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7756), + [1928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), + [1930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [1932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2211), + [1934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), + [1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [1938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), + [1940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [1942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [1944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), + [1946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), + [1948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779), + [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), + [1952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [1956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), + [1958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), + [1960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [1962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4042), + [1964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4083), + [1966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [1968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7645), + [1970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [1972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [1974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [1976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7737), + [1978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [1980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [1982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [1986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [1990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7723), + [1992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9968), + [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), [1996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), - [1998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), - [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [2002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2317), - [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2385), - [2006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1478), - [2010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [2012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), - [2014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), - [2016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [2018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), - [2020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), - [2022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), - [2024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [2026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), - [2028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466), - [2030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), - [2032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5318), - [2034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5366), - [2036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [2038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4192), - [2040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4153), - [2042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [2044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [2046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), - [2048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), - [2050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [2052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), - [2054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [2056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [2058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [2060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), - [2062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [2064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [2066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [2068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [2070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [2072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3364), - [2075] = {.entry = {.count = 3, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(6627), - [2079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2096), + [1998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1577), + [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [2002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2366), + [2004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2367), + [2006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), + [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), + [2010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), + [2012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [2014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [2016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), + [2018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1578), + [2020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [2022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [2024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), + [2026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1575), + [2028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1574), + [2030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [2032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4169), + [2034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4168), + [2036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [2038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [2040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [2042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), + [2044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5324), + [2046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5326), + [2048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [2050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), + [2052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [2054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [2056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [2058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [2060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), + [2062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [2064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), + [2066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), + [2068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [2070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [2072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4588), + [2075] = {.entry = {.count = 3, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(6631), + [2079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1531), [2082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 1), - [2084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(78), - [2087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2095), - [2090] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8916), - [2094] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7774), - [2098] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(3332), - [2102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3892), - [2105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3893), - [2108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1778), - [2111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1774), + [2084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(68), + [2087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1657), + [2090] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8824), + [2094] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7701), + [2098] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(4615), + [2102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5259), + [2105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5258), + [2108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1784), + [2111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1924), [2114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), - [2116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3948), - [2119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10050), - [2122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8892), - [2125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9366), - [2128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1776), - [2131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(263), - [2134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3899), - [2137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8023), - [2140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1774), - [2143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8909), - [2146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8911), - [2149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8912), - [2152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8913), - [2155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8914), - [2158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3948), - [2161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3668), - [2164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3668), - [2167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3903), - [2170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8597), - [2173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3364), - [2176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8442), - [2179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2885), - [2182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2079), - [2185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(72), + [2116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5201), + [2119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10139), + [2122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9041), + [2125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9106), + [2128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1846), + [2131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(376), + [2134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5252), + [2137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8012), + [2140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1924), + [2143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9038), + [2146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9036), + [2149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9035), + [2152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9034), + [2155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9032), + [2158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5201), + [2161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4938), + [2164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4938), + [2167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5212), + [2170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8516), + [2173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4588), + [2176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8427), + [2179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2883), + [2182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2078), + [2185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(74), [2188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2077), - [2191] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(9048), - [2195] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7638), - [2199] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(2955), - [2203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3420), - [2206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3421), - [2209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2133), - [2212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2136), - [2215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3485), - [2218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10088), - [2221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8876), - [2224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9337), - [2227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2134), - [2230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(225), - [2233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3422), - [2236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7994), - [2239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2136), - [2242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9037), - [2245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9038), - [2248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9039), - [2251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9043), - [2254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9044), - [2257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3485), - [2260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3223), - [2263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3223), - [2266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3456), - [2269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8584), - [2272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2885), - [2275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8446), - [2278] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7675), - [2282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1591), - [2285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1594), - [2288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10070), - [2291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1592), - [2294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(262), - [2297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1594), - [2300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4547), - [2303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2114), - [2306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(59), - [2309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2115), - [2312] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8808), - [2316] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7783), - [2320] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(4534), - [2324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4752), - [2327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4754), - [2330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1808), - [2333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1803), - [2336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4772), - [2339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10002), - [2342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8927), - [2345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9426), - [2348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1805), - [2351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(358), - [2354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4832), - [2357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7895), - [2360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1803), - [2363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8811), - [2366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8814), - [2369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8819), - [2372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8815), - [2375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8816), - [2378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4772), - [2381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4613), - [2384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4613), - [2387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4758), - [2390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8611), - [2393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4547), - [2396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8410), - [2399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(821), - [2402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2058), - [2405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(73), - [2408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2057), - [2411] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8907), - [2415] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7743), - [2419] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(823), - [2423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1117), - [2426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1116), - [2429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1656), - [2432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1653), - [2435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1110), - [2438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10083), - [2441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8866), - [2444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9289), - [2447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1655), - [2450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(264), - [2453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1115), - [2456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7936), - [2459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1653), - [2462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8888), - [2465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8889), - [2468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8896), - [2471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8898), - [2474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1110), - [2477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(906), - [2480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(906), - [2483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1114), - [2486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8574), - [2489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(821), - [2492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8434), - [2495] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7658), - [2499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1562), - [2502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1544), - [2505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10054), - [2508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1561), - [2511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(270), - [2514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1544), - [2517] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7786), - [2521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1508), - [2524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1459), - [2527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10009), - [2530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1513), - [2533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(298), - [2536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1459), - [2539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4594), - [2542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1475), - [2545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(76), - [2548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1530), - [2551] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8817), - [2555] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7642), - [2559] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(4612), - [2563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5142), - [2566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5159), - [2569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1587), - [2572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1844), - [2575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5168), - [2578] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10080), - [2581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8797), - [2584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9108), - [2587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1715), - [2590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(302), - [2593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5160), - [2596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7886), - [2599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1844), - [2602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8798), - [2605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8799), - [2608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8800), - [2611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8802), - [2614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8803), - [2617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5168), - [2620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4906), - [2623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4906), - [2626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(5170), - [2629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8471), - [2632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4594), - [2635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8414), - [2638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2772), - [2641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2069), - [2644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(82), - [2647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2067), - [2650] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8848), - [2654] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7632), - [2658] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(2791), - [2662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3099), - [2665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3098), - [2668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2154), - [2671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2166), - [2674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3085), - [2677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10044), - [2680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8873), - [2683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9329), - [2686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1692), - [2689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(371), - [2692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3094), - [2695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7892), - [2698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2166), - [2701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8865), - [2704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8864), - [2707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8862), - [2710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8861), - [2713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3085), - [2716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2914), - [2719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2914), - [2722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3091), - [2725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8583), - [2728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2772), - [2731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8419), - [2734] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7784), - [2738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2163), - [2741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1519), - [2744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9497), - [2747] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1581), - [2750] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(297), - [2753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1519), - [2756] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7789), - [2760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2161), - [2763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2113), - [2766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10097), - [2769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2152), - [2772] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(296), - [2775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2113), - [2778] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7809), + [2191] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8997), + [2195] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7625), + [2199] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(2933), + [2203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3428), + [2206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3429), + [2209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1733), + [2212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1727), + [2215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3545), + [2218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10063), + [2221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8964), + [2224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9272), + [2227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1731), + [2230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(265), + [2233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3432), + [2236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7908), + [2239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1727), + [2242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9022), + [2245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9021), + [2248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9013), + [2251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9010), + [2254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9008), + [2257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3545), + [2260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3073), + [2263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3073), + [2266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3571), + [2269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8620), + [2272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2883), + [2275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8404), + [2278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3290), + [2281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2095), + [2284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(73), + [2287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2094), + [2290] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8960), + [2294] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7599), + [2298] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(3327), + [2302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3878), + [2305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3881), + [2308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1540), + [2311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1543), + [2314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3945), + [2317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10087), + [2320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8989), + [2323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9308), + [2326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1542), + [2329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(267), + [2332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3889), + [2335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7868), + [2338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1543), + [2341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8932), + [2344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8939), + [2347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8943), + [2350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8948), + [2353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8953), + [2356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3945), + [2359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3629), + [2362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3629), + [2365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3938), + [2368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8598), + [2371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3290), + [2374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8409), + [2377] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7823), + [2381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1447), + [2384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1625), + [2387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9772), + [2390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1487), + [2393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(357), + [2396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1625), + [2399] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7793), + [2403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1782), + [2406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1774), + [2409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10054), + [2412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1780), + [2415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(263), + [2418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1774), + [2421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4530), + [2424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2110), + [2427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(67), + [2430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2111), + [2433] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8888), + [2437] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7770), + [2441] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(4529), + [2445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4780), + [2448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4781), + [2451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1981), + [2454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1983), + [2457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4826), + [2460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10041), + [2463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9090), + [2466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9322), + [2469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1982), + [2472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(283), + [2475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4786), + [2478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7866), + [2481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1983), + [2484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8833), + [2487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8832), + [2490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8831), + [2493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8830), + [2496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8828), + [2499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4826), + [2502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4598), + [2505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4598), + [2508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4816), + [2511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8499), + [2514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4530), + [2517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8421), + [2520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(822), + [2523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2057), + [2526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(80), + [2529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2056), + [2532] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8935), + [2536] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7712), + [2540] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(823), + [2544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1181), + [2547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1182), + [2550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2074), + [2553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2062), + [2556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1013), + [2559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10103), + [2562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8887), + [2565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9244), + [2568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2064), + [2571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(261), + [2574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1183), + [2577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8001), + [2580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2062), + [2583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8910), + [2586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8912), + [2589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8921), + [2592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8922), + [2595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1013), + [2598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(882), + [2601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(882), + [2604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1186), + [2607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8553), + [2610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(822), + [2613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8439), + [2616] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7644), + [2620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1730), + [2623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1740), + [2626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10099), + [2629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1732), + [2632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(266), + [2635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1740), + [2638] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7615), + [2642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1590), + [2645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1593), + [2648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10067), + [2651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1591), + [2654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(262), + [2657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1593), + [2660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2801), + [2663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2068), + [2666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(63), + [2669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2067), + [2672] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(8838), + [2676] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7705), + [2680] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(2781), + [2684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3215), + [2687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3214), + [2690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1633), + [2693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1636), + [2696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3193), + [2699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10071), + [2702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8936), + [2705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9263), + [2708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1634), + [2711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(356), + [2714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3213), + [2717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7898), + [2720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1636), + [2723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8856), + [2726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8855), + [2729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8853), + [2732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8848), + [2735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3193), + [2738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2966), + [2741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2966), + [2744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3194), + [2747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8593), + [2750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2801), + [2753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8398), + [2756] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7822), + [2760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2132), + [2763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2135), + [2766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10082), + [2769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2133), + [2772] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(245), + [2775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2135), + [2778] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7645), [2782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1693), [2785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1689), - [2788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10032), - [2791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2155), - [2794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(303), + [2788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10019), + [2791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2151), + [2794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(302), [2797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1689), - [2800] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7637), - [2804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1779), - [2807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1793), - [2810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9978), - [2813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1781), - [2816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(268), - [2819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1793), - [2822] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7666), - [2826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1542), - [2829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1545), - [2832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10093), - [2835] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1543), - [2838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(267), - [2841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1545), - [2844] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7723), - [2848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1634), - [2851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1637), - [2854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10074), - [2857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1635), - [2860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(356), - [2863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1637), - [2866] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7794), - [2870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1983), - [2873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1985), - [2876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10038), - [2879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1984), - [2882] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(283), - [2885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1985), - [2888] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7683), - [2892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1731), - [2895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1765), - [2898] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10105), - [2901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1743), - [2904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(266), - [2907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1765), - [2910] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7696), - [2914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1702), - [2917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1580), - [2920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9704), - [2923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1496), - [2926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(357), - [2929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1580), - [2932] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7649), - [2936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2116), - [2939] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2118), - [2942] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10101), - [2945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2117), - [2948] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(260), - [2951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2118), - [2954] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7708), - [2958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2054), - [2961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2023), - [2964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10109), - [2967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2053), - [2970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(261), - [2973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2023), - [2976] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7694), - [2980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1857), - [2983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1905), - [2986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9961), - [2989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1859), + [2800] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7737), + [2804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1645), + [2807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1843), + [2810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10074), + [2813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1919), + [2816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(306), + [2819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1843), + [2822] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7761), + [2826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2156), + [2829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2142), + [2832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10091), + [2835] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2149), + [2838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(297), + [2841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2142), + [2844] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7807), + [2848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1614), + [2851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1605), + [2854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10058), + [2857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1613), + [2860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(270), + [2863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1605), + [2866] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7818), + [2870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2105), + [2873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2117), + [2876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10095), + [2879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2116), + [2882] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(260), + [2885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2117), + [2888] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7747), + [2892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1896), + [2895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1501), + [2898] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9802), + [2901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1640), + [2904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(296), + [2907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1501), + [2910] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7730), + [2914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1810), + [2917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1803), + [2920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10004), + [2923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1808), + [2926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(358), + [2929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1803), + [2932] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7694), + [2936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1776), + [2939] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1790), + [2942] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10026), + [2945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1778), + [2948] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(268), + [2951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1790), + [2954] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7735), + [2958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1656), + [2961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1653), + [2964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10085), + [2967] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1655), + [2970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(264), + [2973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1653), + [2976] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7723), + [2980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1900), + [2983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1920), + [2986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9968), + [2989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1901), [2992] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(313), - [2995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1905), - [2998] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7606), - [3002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1567), - [3005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1533), - [3008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10016), - [3011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1566), + [2995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1920), + [2998] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7600), + [3002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1568), + [3005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1536), + [3008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10020), + [3011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1567), [3014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(269), - [3017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1533), - [3020] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7689), - [3024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1733), - [3027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1727), - [3030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10060), - [3033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1730), - [3036] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(265), - [3039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1727), - [3042] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7776), - [3046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1552), - [3049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1736), - [3052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10145), - [3055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1846), - [3058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(362), - [3061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1736), - [3064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7723), - [3066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10074), - [3068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), + [3017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1536), + [3020] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7617), + [3024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2150), + [3027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2162), + [3030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10047), + [3033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1692), + [3036] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(379), + [3039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2162), + [3042] = {.entry = {.count = 3, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), SHIFT(7756), + [3046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1500), + [3049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1516), + [3052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(10011), + [3055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1514), + [3058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(298), + [3061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(1516), + [3064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7705), + [3066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10071), + [3068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), [3070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), - [3072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7696), - [3074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9704), - [3076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), + [3072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7823), + [3074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9772), + [3076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), [3078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), - [3080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7783), - [3082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10002), - [3084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), + [3080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7730), + [3082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10004), + [3084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1808), [3086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), - [3088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3), - [3090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3), - [3092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5458), - [3094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 3), - [3096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 3), - [3098] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_range_expression, 3), SHIFT(4159), - [3101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jump_expression, 2), - [3103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jump_expression, 2), - [3105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7776), - [3107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10145), - [3109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), - [3111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), - [3113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 2), - [3115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 2), - [3117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conjunction_expression, 3), - [3119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conjunction_expression, 3), - [3121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_delegation, 3), - [3123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_delegation, 3), - [3125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elvis_expression, 3), - [3127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elvis_expression, 3), - [3129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_elvis_expression, 3), SHIFT(4159), - [3132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prefix_expression, 2), - [3134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prefix_expression, 2), - [3136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunction_expression, 3), - [3138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunction_expression, 3), - [3140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_equality_expression, 3), - [3142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_equality_expression, 3), - [3144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_expression, 3), - [3146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_expression, 3), - [3148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7632), - [3150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10044), - [3152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), - [3154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), - [3156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_body, 2), - [3158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_body, 2), - [3160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_check_expression, 3), - [3162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_check_expression, 3), - [3164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_check_expression, 3), SHIFT(4159), - [3167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_spread_expression, 2), - [3169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_expression, 2), - [3171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_delegate, 2), - [3173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_delegate, 2), - [3175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_infix_expression, 3), - [3177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_infix_expression, 3), - [3179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_infix_expression, 3), SHIFT(4159), - [3182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), - [3184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), - [3186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiplicative_expression, 3), - [3188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplicative_expression, 3), - [3190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_multiplicative_expression, 3), SHIFT(4159), - [3193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_additive_expression, 3), - [3195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_additive_expression, 3), - [3197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_additive_expression, 3), SHIFT(4159), - [3200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 2, .production_id = 2), - [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6637), - [3204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6912), - [3206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 2, .production_id = 2), - [3208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9210), - [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4351), - [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5521), - [3214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6629), - [3216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7235), - [3218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5720), - [3220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5751), - [3222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5752), - [3224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5754), - [3226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5517), - [3228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5755), - [3230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5761), - [3232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5724), - [3234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, .production_id = 5), - [3236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6905), - [3238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, .production_id = 5), - [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5578), - [3242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6902), - [3244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 7), - [3246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6989), - [3248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 7), - [3250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9173), - [3252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5574), - [3254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5507), - [3256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7224), - [3258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6888), - [3260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7007), - [3262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4362), - [3264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7000), - [3266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6998), - [3268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6987), - [3270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, .production_id = 2), - [3272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7002), - [3274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, .production_id = 2), - [3276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7091), - [3278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 5), - [3280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6992), - [3282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 5), - [3284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6991), - [3286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 7), - [3288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6880), - [3290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 7), - [3292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7036), - [3294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7089), - [3296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6889), - [3298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6891), - [3300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7097), - [3302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7078), - [3304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7003), - [3306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6967), - [3308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6907), - [3310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6978), - [3312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6977), - [3314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7092), - [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6649), - [3318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), - [3320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), - [3322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3145), - [3324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3146), - [3326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5791), - [3328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), - [3330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), - [3332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), - [3334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7080), - [3336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6943), - [3338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7049), - [3340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7005), - [3342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), - [3344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 3), - [3346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 3), - [3348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), - [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [3352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7082), - [3354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), - [3356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), - [3358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 2), - [3360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 2), - [3362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1694), - [3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [3366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1700), - [3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [3370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), - [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [3374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), - [3376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6968), - [3378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), + [3088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_infix_expression, 3), + [3090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_infix_expression, 3), + [3092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_infix_expression, 3), SHIFT(4156), + [3095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 2), + [3097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 2), + [3099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5425), + [3101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conjunction_expression, 3), + [3103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conjunction_expression, 3), + [3105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunction_expression, 3), + [3107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunction_expression, 3), + [3109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_delegation, 3), + [3111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_delegation, 3), + [3113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_equality_expression, 3), + [3115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_equality_expression, 3), + [3117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_expression, 3), + [3119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_expression, 3), + [3121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_check_expression, 3), + [3123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_check_expression, 3), + [3125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_check_expression, 3), SHIFT(4156), + [3128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_additive_expression, 3), + [3130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_additive_expression, 3), + [3132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_additive_expression, 3), SHIFT(4156), + [3135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiplicative_expression, 3), + [3137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplicative_expression, 3), + [3139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_multiplicative_expression, 3), SHIFT(4156), + [3142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), + [3144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), + [3146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3), + [3148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3), + [3150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_body, 2), + [3152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_body, 2), + [3154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_spread_expression, 2), + [3156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_expression, 2), + [3158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prefix_expression, 2), + [3160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prefix_expression, 2), + [3162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_delegate, 2), + [3164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_delegate, 2), + [3166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_jump_expression, 2), + [3168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_jump_expression, 2), + [3170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7701), + [3172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10139), + [3174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), + [3176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), + [3178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elvis_expression, 3), + [3180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elvis_expression, 3), + [3182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_elvis_expression, 3), SHIFT(4156), + [3185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 3), + [3187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 3), + [3189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_range_expression, 3), SHIFT(4156), + [3192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7617), + [3194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10047), + [3196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), + [3198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), + [3200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, .production_id = 5), + [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6638), + [3204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7107), + [3206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, .production_id = 5), + [3208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9430), + [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4346), + [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5494), + [3214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6633), + [3216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7230), + [3218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5740), + [3220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5741), + [3222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5750), + [3224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5716), + [3226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5485), + [3228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5718), + [3230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5719), + [3232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5744), + [3234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7108), + [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5581), + [3238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 7), + [3240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6984), + [3242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 7), + [3244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9092), + [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5544), + [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5520), + [3250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7251), + [3252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6997), + [3254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 2, .production_id = 2), + [3256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7031), + [3258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 2, .production_id = 2), + [3260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4358), + [3262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7088), + [3264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6995), + [3266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7118), + [3268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6827), + [3270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7011), + [3272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7064), + [3274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 7), + [3276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7085), + [3278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 7), + [3280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 5), + [3282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7091), + [3284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 5), + [3286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6837), + [3288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7038), + [3290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, .production_id = 2), + [3292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7002), + [3294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, .production_id = 2), + [3296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7098), + [3298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6805), + [3300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6980), + [3302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7021), + [3304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6823), + [3306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7112), + [3308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6987), + [3310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6988), + [3312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6644), + [3314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), + [3316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), + [3318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), + [3320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), + [3322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5766), + [3324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7063), + [3326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6830), + [3328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 2), + [3330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 2), + [3332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1729), + [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [3336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7018), + [3338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 3), + [3340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 3), + [3342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), + [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [3346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), + [3348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6808), + [3350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7080), + [3352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), + [3354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3141), + [3356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3142), + [3358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), + [3360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6797), + [3362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6811), + [3364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), + [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [3368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), + [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [3372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), + [3374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7062), + [3376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), + [3378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), [3380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), - [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [3384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3434), - [3386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3433), - [3388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), - [3390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), - [3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [3394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281), - [3396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), - [3398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467), - [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [3402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), - [3404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), - [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), - [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1900), - [3412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), - [3414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), - [3416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), + [3382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1278), + [3384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1279), + [3386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), + [3388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3431), + [3390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3430), + [3392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), + [3394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), + [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [3398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), + [3400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911), + [3402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), + [3404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), + [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467), + [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), + [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [3414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466), + [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), [3418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), [3420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 10), [3422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 10), [3424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), - [3426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902), - [3428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6798), - [3430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6809), - [3432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6794), - [3434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6806), - [3436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6785), - [3438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6777), - [3440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6751), - [3442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6789), - [3444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7107), - [3446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7114), - [3448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6890), - [3450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6879), - [3452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6811), - [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), - [3456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), - [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [3460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4045), - [3462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4068), - [3464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6805), - [3466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6802), - [3468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6793), - [3470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1961), - [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [3474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), - [3476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2244), - [3478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), - [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [3482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6754), - [3484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6749), - [3486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6861), - [3488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6790), - [3490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6925), - [3492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6748), - [3494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7130), - [3496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), - [3498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), - [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [3502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956), - [3504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1962), - [3506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7126), - [3508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1963), - [3510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), - [3512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), - [3514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903), - [3516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), - [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [3520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2349), - [3522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2374), - [3524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1907), - [3526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), - [3528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4180), - [3530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4170), - [3532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7118), - [3534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1965), - [3536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), - [3538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), - [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [3542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1958), - [3544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470), - [3546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6855), - [3548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1904), - [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [3552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6862), - [3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), - [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [3558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7104), - [3560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), - [3562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6869), - [3564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6894), - [3566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), - [3568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7131), - [3570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7115), - [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [3574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5936), - [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [3426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914), + [3428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6796), + [3430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6879), + [3432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6867), + [3434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6862), + [3436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6847), + [3438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6814), + [3440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6799), + [3442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6790), + [3444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), + [3446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), + [3448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [3450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4054), + [3452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4051), + [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6758), + [3456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6899), + [3458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842), + [3460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), + [3462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6769), + [3464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956), + [3466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1960), + [3468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2219), + [3470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2216), + [3472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6795), + [3474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1961), + [3476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6810), + [3478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6813), + [3480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6819), + [3482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1962), + [3484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6772), + [3486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1951), + [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [3490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6860), + [3492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6870), + [3494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6878), + [3496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6786), + [3498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6888), + [3500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6938), + [3502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1958), + [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [3506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), + [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [3510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6956), + [3512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6925), + [3514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1478), + [3516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1690), + [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [3520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4152), + [3522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4158), + [3524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470), + [3526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6985), + [3528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6953), + [3530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), + [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [3534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), + [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [3538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2372), + [3540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), + [3542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), + [3544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), + [3546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6774), + [3548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6743), + [3550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6952), + [3552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1965), + [3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6924), + [3556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1917), + [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [3560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), + [3562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), + [3564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6759), + [3566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), + [3568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6763), + [3570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921), + [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [3574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6154), + [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), [3578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), [3580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7639), - [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [3584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2861), - [3586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2860), - [3588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), - [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9237), - [3592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), - [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), - [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), - [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), - [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), + [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), + [3584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2811), + [3586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2817), + [3588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), + [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9230), + [3592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), + [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), + [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), + [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7639), - [3604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), - [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), + [3604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), + [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), - [3612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5939), - [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5939), - [3616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), - [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5936), - [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), - [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), - [3624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847), - [3626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), - [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), - [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), - [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), - [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), - [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), - [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [3648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), + [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), + [3612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6153), + [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6153), + [3616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), + [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6154), + [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), + [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [3630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(853), + [3632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), + [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), + [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), + [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), + [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), + [3648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), [3650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1469), - [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), - [3654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5903), - [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), - [3658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), - [3660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7676), - [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), - [3664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3211), - [3666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3198), - [3668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2128), - [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9407), - [3672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2126), - [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), - [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7676), - [3684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), - [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), - [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [3692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5904), - [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5904), - [3696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2127), - [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5903), - [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), - [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), - [3704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), - [3706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), - [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), - [3710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), - [3712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), - [3714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9592), - [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), - [3718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6039), - [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6039), - [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), - [3724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4007), - [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), - [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), - [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), - [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), - [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), - [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), - [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), - [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5204), - [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), - [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5096), - [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), - [3748] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4547), - [3751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(6627), - [3754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(2114), - [3757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(59), - [3760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), - [3762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(2115), - [3765] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8808), - [3768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(7694), - [3771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4534), - [3774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4752), - [3777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4754), - [3780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(1857), - [3783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(1905), - [3786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(2100), - [3789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4772), - [3792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(9961), - [3795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(9592), - [3798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8927), - [3801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(9426), - [3804] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(1859), - [3807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(313), - [3810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4832), - [3813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(7895), - [3816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(2100), - [3819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(6039), - [3822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(6039), - [3825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(1905), - [3828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8811), - [3831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8814), - [3834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8819), - [3837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8815), - [3840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8816), - [3843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4772), - [3846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4613), - [3849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4613), - [3852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4758), - [3855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8611), - [3858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4547), - [3861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8410), - [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4764), - [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), - [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), - [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), - [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5150), - [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), - [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), - [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4795), - [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4731), - [3890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1600), - [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [3894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), - [3896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), - [3898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1603), - [3900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), - [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), - [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), - [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), - [3910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), - [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), - [3916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [3918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602), - [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [3922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3290), - [3924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3287), - [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), - [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), - [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), - [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), - [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), - [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), - [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), - [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), - [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), - [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), - [3946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), - [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), - [3950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3571), - [3952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3570), + [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [3654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6010), + [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [3658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), + [3660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7612), + [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), + [3664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), + [3666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), + [3668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2126), + [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9387), + [3672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), + [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [3678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7612), + [3684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), + [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), + [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [3692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6004), + [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6004), + [3696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), + [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6010), + [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), + [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [3704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), + [3706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9586), + [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6040), + [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6040), + [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), + [3716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3186), + [3718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3182), + [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), + [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), + [3724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5228), + [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4737), + [3728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4530), + [3731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(6631), + [3734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(2110), + [3737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(67), + [3740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), + [3742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(2111), + [3745] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8888), + [3748] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(7723), + [3751] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4529), + [3754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4780), + [3757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4781), + [3760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(1900), + [3763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(1920), + [3766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(1845), + [3769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4826), + [3772] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(9968), + [3775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(9586), + [3778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(9090), + [3781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(9322), + [3784] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(1901), + [3787] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(313), + [3790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4786), + [3793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(7866), + [3796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(1845), + [3799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(6040), + [3802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(6040), + [3805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(1920), + [3808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8833), + [3811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8832), + [3814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8831), + [3817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8830), + [3820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8828), + [3823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4826), + [3826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4598), + [3829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4598), + [3832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4816), + [3835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8499), + [3838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(4530), + [3841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_expression_repeat1, 2), SHIFT_REPEAT(8421), + [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), + [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), + [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3989), + [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), + [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4739), + [3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), + [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), + [3860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5089), + [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3376), + [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), + [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4743), + [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), + [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), + [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), + [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), + [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), + [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), + [3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5254), + [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4020), + [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), + [3890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), + [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [3894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3311), + [3896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3312), + [3898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602), + [3900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1600), + [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), + [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), + [3910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1598), + [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), + [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), + [3916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), + [3918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), + [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), + [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), + [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), + [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), + [3930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), + [3932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), + [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), + [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), + [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), + [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), + [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), + [3946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), + [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), + [3950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3578), + [3952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3577), [3954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), - [3956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), - [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), - [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), - [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), + [3956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), + [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), + [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), [3966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), - [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [3974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762), - [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [3978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1278), - [3980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), - [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), - [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), - [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), - [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), - [3992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_suffix, 1), - [3994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_suffix, 1), - [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), - [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), - [4000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_suffix, 2), - [4002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_suffix, 2), - [4004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_identifier, 1), - [4006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_platform_modifier, 1), REDUCE(sym_simple_identifier, 1), - [4009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_identifier, 1), - [4011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_platform_modifier, 1), - [4013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_platform_modifier, 1), REDUCE(sym_simple_identifier, 1), - [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), - [4018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class_modifier, 1), REDUCE(sym_simple_identifier, 1), - [4021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_modifier, 1), - [4023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class_modifier, 1), REDUCE(sym_simple_identifier, 1), - [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), - [4028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), - [4030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), - [4032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(2138), - [4035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__postfix_unary_expression, 1), - [4037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(7730), - [4040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(7730), - [4043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__postfix_unary_expression, 1), - [4045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(7209), - [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), - [4050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), REDUCE(sym__postfix_unary_expression, 1), - [4053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), REDUCE(sym__postfix_unary_expression, 1), + [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), + [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), + [3974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), + [3976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_identifier, 1), + [3978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_platform_modifier, 1), REDUCE(sym_simple_identifier, 1), + [3981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_identifier, 1), + [3983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_platform_modifier, 1), + [3985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_platform_modifier, 1), REDUCE(sym_simple_identifier, 1), + [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), + [3990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_suffix, 1), + [3992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_suffix, 1), + [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), + [3996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), + [3998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), + [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), + [4004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), + [4006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), + [4008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(2114), + [4011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__postfix_unary_expression, 1), + [4013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(7824), + [4016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(7824), + [4019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__postfix_unary_expression, 1), + [4021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(7203), + [4024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), REDUCE(sym__postfix_unary_expression, 1), + [4027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), REDUCE(sym__postfix_unary_expression, 1), + [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), + [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), + [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), + [4036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_class_modifier, 1), REDUCE(sym_simple_identifier, 1), + [4039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_modifier, 1), + [4041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_class_modifier, 1), REDUCE(sym_simple_identifier, 1), + [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [4046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_suffix, 2), + [4048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_suffix, 2), + [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), + [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), + [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), [4056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), - [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), - [4060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), - [4062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), - [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), + [4060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), + [4062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), + [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), [4066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), - [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), - [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), + [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), + [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), [4076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718), [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), - [4084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1713), - [4086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), - [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), - [4090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3659), - [4092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3658), - [4094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 3), - [4096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 3), - [4098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10150), - [4100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9411), - [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), - [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), - [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), - [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), - [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), - [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), - [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), - [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), - [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), - [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), - [4122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 1), - [4124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 1), - [4126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6027), - [4128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_user_type, 1, .production_id = 1), - [4130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), - [4132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_expression_repeat1, 2), - [4134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(10150), - [4137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4), - [4139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4), - [4141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6386), - [4143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914), - [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [4147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5), - [4149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5), - [4151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6404), - [4153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_type, 2), - [4155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_type, 2), - [4157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(8006), - [4160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6), - [4162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6), - [4164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6408), - [4166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), - [4168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), - [4170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(8006), - [4173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 3), - [4175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3), - [4177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6382), - [4179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__lexical_identifier, 1), - [4181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lexical_identifier, 1), - [4183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7), - [4185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7), - [4187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6409), - [4189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_user_type, 1, .production_id = 1), - [4191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5726), + [4084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1715), + [4086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), + [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), + [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), + [4092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3683), + [4094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3682), + [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), + [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), + [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), + [4104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 3), + [4106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 3), + [4108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10144), + [4110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9266), + [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), + [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), + [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), + [4122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_type, 2), + [4124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_type, 2), + [4126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7888), + [4129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7), + [4131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7), + [4133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6349), + [4135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), + [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [4139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6), + [4141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6), + [4143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6347), + [4145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5), + [4147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5), + [4149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6343), + [4151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4), + [4153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4), + [4155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6338), + [4157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 3), + [4159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3), + [4161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6336), + [4163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 1), + [4165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 1), + [4167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6222), + [4169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_user_type, 1, .production_id = 1), + [4171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_user_type, 1, .production_id = 1), + [4173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5729), + [4175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), + [4177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_expression_repeat1, 2), + [4179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(10144), + [4182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__lexical_identifier, 1), + [4184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lexical_identifier, 1), + [4186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), + [4188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), + [4190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7888), [4193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_user_type, 1), [4195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_user_type, 1), - [4197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7833), - [4200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6042), - [4202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), - [4204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 2), - [4206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 2), - [4208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), - [4210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type, 3), - [4212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type, 3), - [4214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_parameters, 3), - [4216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 5), - [4218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 5), - [4220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6886), - [4222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), - [4224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), - [4226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(830), - [4229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 2), - [4231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 2), - [4233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6302), - [4235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6887), - [4237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_reference, 1), - [4239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_reference, 1), - [4241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6623), - [4243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6053), - [4245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6048), - [4247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nullable_type, 2), - [4249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nullable_type, 2), - [4251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), - [4253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__return_at, 2, .production_id = 3), - [4255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_at, 2, .production_id = 3), - [4257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6036), - [4259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), - [4262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), - [4265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 1), - [4267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 1), - [4269] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6710), - [4273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5892), - [4275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 5), - [4277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 5), - [4279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6314), - [4281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), - [4284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), - [4287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 1), - [4289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 1), - [4291] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9991), - [4295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 8), - [4297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8), - [4299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 9), - [4301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 9), - [4303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1), - [4305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1), - [4307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 4), - [4309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 4), - [4311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6303), - [4313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4), - [4315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4), - [4317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3), - [4319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3), - [4321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 7), - [4323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 7), - [4325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6877), - [4327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 2), - [4329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 2), - [4331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6898), - [4333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6653), - [4335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_user_type, 2, .production_id = 1), - [4337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_user_type, 2, .production_id = 1), - [4339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraints, 2), - [4341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraints, 2), - [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7257), - [4345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 7), - [4347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_block, 7), - [4349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 3, .production_id = 5), - [4351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 3, .production_id = 5), - [4353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6899), - [4355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 2), - [4357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 2), - [4359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 5), - [4361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 5), - [4363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), - [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), - [4367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4090), - [4369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4091), - [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [4373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), - [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [4383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), - [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), - [4391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), - [4393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), - [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), - [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), - [4399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), - [4401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2241), - [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), - [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), - [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), - [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), - [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), - [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), - [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), - [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), - [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), - [4421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(8006), - [4424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraints, 3), - [4426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraints, 3), - [4428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7041), - [4430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_constraints_repeat1, 2), - [4432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), - [4434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7257), - [4437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7064), - [4439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 10), - [4441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 10), - [4443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 6), - [4445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 6), - [4447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 7), - [4449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 7), - [4451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block, 2), - [4453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block, 2), - [4455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal_constant, 1), - [4457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal_constant, 1), - [4459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), - [4461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), - [4463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 5), - [4465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 5), - [4467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 7), - [4469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 7), - [4471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4), - [4473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4), - [4475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7065), - [4477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block, 3), - [4479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block, 3), - [4481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, .production_id = 7), - [4483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, .production_id = 7), - [4485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 8), - [4487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_block, 8), - [4489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3), - [4491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3), - [4493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 2), - [4495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 2), - [4497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 2, .production_id = 2), - [4499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 2, .production_id = 2), - [4501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6910), - [4503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7083), - [4505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delegation_specifier, 1), - [4507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delegation_specifier, 1), - [4509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), - [4511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837), - [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), - [4515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2249), - [4517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), - [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [4521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1838), - [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), - [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), - [4531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836), - [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), - [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), - [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [4539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1839), - [4541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), - [4543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_value_parameters, 3), - [4545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_value_parameters, 3), - [4547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 5), - [4549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 5), - [4551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_parameters, 4), - [4553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_parameters, 4), - [4555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 2), - [4557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 2), - [4559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_value_parameters, 4), - [4561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_value_parameters, 4), - [4563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_constructor, 1), - [4565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_constructor, 1), - [4567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 9, .production_id = 7), - [4569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 9, .production_id = 7), - [4571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_nullable_type, 4), - [4573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_nullable_type, 4), - [4575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6095), - [4577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_constructor, 2), - [4579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_constructor, 2), - [4581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_value_parameters, 5), - [4583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_value_parameters, 5), - [4585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_parameters, 2), - [4587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_parameters, 2), - [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [4591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6367), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [4595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), - [4597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7722), - [4599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), - [4601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9220), - [4603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), - [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), - [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7722), - [4615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), - [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [4623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6348), - [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6348), - [4627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6367), - [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), - [4633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), - [4635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), - [4637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7183), - [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), - [4642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6093), - [4644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 2), - [4646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 2), - [4648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), - [4650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), - [4652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, .production_id = 5), - [4654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, .production_id = 5), - [4656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), - [4658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), - [4660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraint, 3, .production_id = 1), - [4662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraint, 3, .production_id = 1), - [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), - [4666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4119), - [4668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4120), - [4670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_nullable_type, 5), - [4672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_nullable_type, 5), - [4674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3), - [4676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3), - [4678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_not_nullable_type, 3), REDUCE(sym_not_nullable_type, 4), - [4681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_not_nullable_type, 3), REDUCE(sym_not_nullable_type, 4), - [4684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__delegation_specifiers, 1), - [4686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__delegation_specifiers, 1), - [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7183), - [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), - [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), - [4694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6096), - [4696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_nullable_type, 3), - [4698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_nullable_type, 3), - [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), - [4702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_variable_declaration, 4), - [4704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_variable_declaration, 4), - [4706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_user_type, 3), - [4708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_user_type, 3), - [4710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_super_expression, 4), - [4712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_super_expression, 4), - [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8886), - [4716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 3), - [4718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 3), - [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), - [4722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraint, 4, .production_id = 2), - [4724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraint, 4, .production_id = 2), - [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), - [4728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5), - [4730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5), - [4732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_variable_declaration, 3), - [4734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_variable_declaration, 3), - [4736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__delegation_specifiers, 2), - [4738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__delegation_specifiers, 2), - [4740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsigned_literal, 2), - [4742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsigned_literal, 2), - [4744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), - [4746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_value_parameters, 2), - [4748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_value_parameters, 2), - [4750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_constructor, 3), - [4752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_constructor, 3), - [4754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_parameters, 3), - [4756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_parameters, 3), - [4758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_parameters, 5), - [4760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_parameters, 5), - [4762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_not_nullable_type, 4), REDUCE(sym_not_nullable_type, 5), - [4765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_not_nullable_type, 4), REDUCE(sym_not_nullable_type, 5), - [4768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7086), - [4770] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9769), - [4774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 7), - [4776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 7), - [4778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_lambda, 2), - [4780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_lambda, 2), - [4782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_character_literal, 3), - [4784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_character_literal, 3), - [4786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsigned_literal, 3), - [4788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsigned_literal, 3), - [4790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 3), - [4792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 3), - [4794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 3), - [4796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 3), - [4798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_structure_body, 1), - [4800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_structure_body, 1), - [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6698), - [4804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [4806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [4808] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6719), - [4812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 3), - [4814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 3), - [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9769), - [4818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 5), - [4820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5), - [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9996), - [4824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), - [4826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_navigation_suffix, 2), - [4828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_navigation_suffix, 2), - [4830] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6698), - [4834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_literal, 3), - [4836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_literal, 3), - [4838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), - [4840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), - [4842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_postfix_expression, 2), - [4844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_postfix_expression, 2), - [4846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 2), - [4848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2), - [4850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 3, .production_id = 2), - [4852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 3, .production_id = 2), - [4854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_lambda, 1), - [4856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_lambda, 1), - [4858] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6732), - [4862] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(10018), - [4866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 5), - [4868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 5), - [4870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2), - [4872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2), - [4874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 2), - [4876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 2), - [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6706), - [4880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_navigation_expression, 2), - [4882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_navigation_expression, 2), - [4884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 3), - [4886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 3), - [4888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_indexing_expression, 2), - [4890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indexing_expression, 2), - [4892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 2), - [4894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 2), - [4896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9763), - [4898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8), - [4900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8), - [4902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_class_body, 5), - [4904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_class_body, 5), - [4906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, .production_id = 2), - [4908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, .production_id = 2), - [4910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_literal, 2), - [4912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_literal, 2), - [4914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 4), - [4916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 4), - [4918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_class_body, 2), - [4920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_class_body, 2), - [4922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 8), - [4924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 8), - [4926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__super_at, 2, .production_id = 2), - [4928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__super_at, 2, .production_id = 2), - [4930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__this_at, 2, .production_id = 2), - [4932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__this_at, 2, .production_id = 2), - [4934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__break_at, 2, .production_id = 3), - [4936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__break_at, 2, .production_id = 3), - [4938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__continue_at, 2, .production_id = 3), - [4940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__continue_at, 2, .production_id = 3), - [4942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_callable_reference, 2), - [4944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_callable_reference, 2), - [4946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 5), - [4948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 5), - [4950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_suffix, 3), - [4952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_suffix, 3), - [4954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_lambda, 3), - [4956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_lambda, 3), - [4958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_expression, 3), - [4960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_expression, 3), - [4962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 4), - [4964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 4), - [4966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 9, .production_id = 5), - [4968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 9, .production_id = 5), - [4970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_literal, 2), - [4972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_literal, 2), - [4974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 11), - [4976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 11), - [4978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), - [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), - [4982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4178), - [4984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4175), - [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [4988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), - [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [4998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), - [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), - [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), - [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [5006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), - [5008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), - [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), - [5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), - [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), - [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), - [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), - [5020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 2), - [5022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 2), - [5024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary_expression, 1), - [5026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary_expression, 1), - [5028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7919), - [5031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 8), - [5033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 8), - [5035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_callable_reference, 3, .production_id = 1), - [5037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_callable_reference, 3, .production_id = 1), - [5039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 11), - [5041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 11), - [5043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), - [5045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), - [5047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 7), - [5049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 7), - [5051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_super_expression, 1), - [5053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_super_expression, 1), - [5055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_directly_assignable_expression, 1), - [5057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_directly_assignable_expression, 1), - [5059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_literal, 4), - [5061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_literal, 4), - [5063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_indexing_suffix, 3), - [5065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indexing_suffix, 3), - [5067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1), - [5069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1), - [5071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5961), - [5073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_this_expression, 1), - [5075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_this_expression, 1), - [5077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_class_body, 4), - [5079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_class_body, 4), - [5081] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9702), - [5085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 10, .production_id = 7), - [5087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 10, .production_id = 7), - [5089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_literal, 4), - [5091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_literal, 4), - [5093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7093), - [5095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_body, 1), - [5097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_body, 1), - [5099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 8), - [5101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 8), - [5103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 5), - [5105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 5), - [5107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 5, .production_id = 2), - [5109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 5, .production_id = 2), - [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), - [5113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2370), - [5115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2369), - [5117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 6), - [5119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 6), - [5121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 5), - [5123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 5), - [5125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__super_at, 6, .production_id = 8), - [5127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__super_at, 6, .production_id = 8), - [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), - [5131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 4), - [5133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 4), - [5135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_block, 2), - [5137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_block, 2), - [5139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 6), - [5141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 6), - [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), - [5145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 6, .production_id = 5), - [5147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 6, .production_id = 5), - [5149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_while_statement, 6), - [5151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_while_statement, 6), - [5153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 6), - [5155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 6), - [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), - [5159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 5), - [5161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 5), - [5163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 4), - [5165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 4), - [5167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_indexing_suffix, 4), - [5169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indexing_suffix, 4), - [5171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 7), - [5173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 7), - [5175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_class_body, 3), - [5177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_class_body, 3), - [5179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 3), - [5181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 3), - [5183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 2), - [5185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 2), - [5187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_invocation, 2), - [5189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_invocation, 2), - [5191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 5), - [5193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 5), - [5195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 4), - [5197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 4), - [5199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 4, .production_id = 2), - [5201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 4, .production_id = 2), - [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), - [5205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 5, .production_id = 5), - [5207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 5, .production_id = 5), - [5209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5), - [5211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5), - [5213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 5), - [5215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 5), - [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), - [5219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 2), - [5221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 2), - [5223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), - [5225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1678), + [4197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7820), + [4200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 7), + [4202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 7), + [4204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6979), + [4206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 2), + [4208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 2), + [4210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6298), + [4212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, .production_id = 2), + [4214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, .production_id = 2), + [4216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6990), + [4218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), + [4220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), + [4222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(834), + [4225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 2), + [4227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 2), + [4229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), + [4231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 4), + [4233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 4), + [4235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6301), + [4237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nullable_type, 2), + [4239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nullable_type, 2), + [4241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), + [4243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 5), + [4245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 5), + [4247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6983), + [4249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6981), + [4251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 5), + [4253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 5), + [4255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6302), + [4257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6024), + [4259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), + [4261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6030), + [4263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6036), + [4265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6042), + [4267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6047), + [4269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4), + [4271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4), + [4273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3), + [4275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3), + [4277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_user_type, 2, .production_id = 1), + [4279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_user_type, 2, .production_id = 1), + [4281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), + [4284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), + [4287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 1), + [4289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 1), + [4291] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6730), + [4295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), + [4298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), + [4301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 1), + [4303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 1), + [4305] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9633), + [4309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__return_at, 2, .production_id = 3), + [4311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_at, 2, .production_id = 3), + [4313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_reference, 1), + [4315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_reference, 1), + [4317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6659), + [4319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 8), + [4321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8), + [4323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 9), + [4325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 9), + [4327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type, 3), + [4329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type, 3), + [4331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_parameters, 3), + [4333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1), + [4335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1), + [4337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6634), + [4339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 2), + [4341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 2), + [4343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block, 3), + [4345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block, 3), + [4347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), + [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), + [4351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4041), + [4353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4085), + [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [4357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), + [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), + [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), + [4367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), + [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), + [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [4375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), + [4377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), + [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), + [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), + [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), + [4389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_constraints_repeat1, 2), + [4391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), + [4393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7253), + [4396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delegation_specifier, 1), + [4398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delegation_specifier, 1), + [4400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), + [4402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 7), + [4404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_block, 7), + [4406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7084), + [4408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraints, 3), + [4410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraints, 3), + [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7253), + [4414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4), + [4416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4), + [4418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraints, 2), + [4420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraints, 2), + [4422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 2, .production_id = 2), + [4424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 2, .production_id = 2), + [4426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7025), + [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [4430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), + [4432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2214), + [4434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 7), + [4436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 7), + [4438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 8), + [4440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_block, 8), + [4442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal_constant, 1), + [4444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal_constant, 1), + [4446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [4448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), + [4450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 3, .production_id = 5), + [4452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 3, .production_id = 5), + [4454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6994), + [4456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7069), + [4458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block, 2), + [4460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block, 2), + [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), + [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), + [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), + [4468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7888), + [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), + [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [4475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7066), + [4477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, .production_id = 5), + [4479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, .production_id = 5), + [4481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 6), + [4483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 6), + [4485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 10), + [4487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 10), + [4489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 5), + [4491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 5), + [4493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 7), + [4495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 7), + [4497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, .production_id = 2), + [4499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, .production_id = 2), + [4501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, .production_id = 7), + [4503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, .production_id = 7), + [4505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7053), + [4507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3), + [4509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [4513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6296), + [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [4517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), + [4519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7733), + [4521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), + [4523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9169), + [4525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2098), + [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7733), + [4537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), + [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), + [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), + [4545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6281), + [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6281), + [4549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6296), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [4555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_parameters, 2), + [4557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_parameters, 2), + [4559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_constructor, 2), + [4561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_constructor, 2), + [4563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), + [4567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2311), + [4569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2310), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [4573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835), + [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), + [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [4583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), + [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [4591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836), + [4593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837), + [4595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 9, .production_id = 7), + [4597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 9, .production_id = 7), + [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), + [4601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_constructor, 1), + [4603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_constructor, 1), + [4605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6087), + [4607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6086), + [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), + [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), + [4613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_value_parameters, 3), + [4615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_value_parameters, 3), + [4617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_nullable_type, 5), + [4619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_nullable_type, 5), + [4621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 2), + [4623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 2), + [4625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_parameters, 3), + [4627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_parameters, 3), + [4629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6089), + [4631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_constructor, 3), + [4633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_constructor, 3), + [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), + [4637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4132), + [4639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4133), + [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), + [4643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, .production_id = 5), + [4645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, .production_id = 5), + [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), + [4649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_value_parameters, 4), + [4651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_value_parameters, 4), + [4653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_parameters, 5), + [4655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_parameters, 5), + [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), + [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), + [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), + [4663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_value_parameters, 5), + [4665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_value_parameters, 5), + [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [4669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_not_nullable_type, 4), REDUCE(sym_not_nullable_type, 5), + [4672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_not_nullable_type, 4), REDUCE(sym_not_nullable_type, 5), + [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), + [4677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), + [4679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), + [4681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7202), + [4684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 5), + [4686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 5), + [4688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_parameters, 4), + [4690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_parameters, 4), + [4692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, .production_id = 2), + [4694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, .production_id = 2), + [4696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_user_type, 3), + [4698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_user_type, 3), + [4700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_nullable_type, 3), + [4702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_nullable_type, 3), + [4704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__delegation_specifiers, 1), + [4706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__delegation_specifiers, 1), + [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7202), + [4710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_variable_declaration, 3), + [4712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_variable_declaration, 3), + [4714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__delegation_specifiers, 2), + [4716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__delegation_specifiers, 2), + [4718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 3), + [4720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 3), + [4722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_value_parameters, 2), + [4724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_value_parameters, 2), + [4726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_variable_declaration, 4), + [4728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_variable_declaration, 4), + [4730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3), + [4732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3), + [4734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_super_expression, 4), + [4736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_super_expression, 4), + [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8904), + [4740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraint, 3, .production_id = 1), + [4742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraint, 3, .production_id = 1), + [4744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_nullable_type, 4), + [4746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_nullable_type, 4), + [4748] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_not_nullable_type, 3), REDUCE(sym_not_nullable_type, 4), + [4751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_not_nullable_type, 3), REDUCE(sym_not_nullable_type, 4), + [4754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constraint, 4, .production_id = 2), + [4756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constraint, 4, .production_id = 2), + [4758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5), + [4760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5), + [4762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_lambda, 3), + [4764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_lambda, 3), + [4766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_suffix, 3), + [4768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_suffix, 3), + [4770] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6735), + [4774] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9703), + [4778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__super_at, 6, .production_id = 8), + [4780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__super_at, 6, .production_id = 8), + [4782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_postfix_expression, 2), + [4784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_postfix_expression, 2), + [4786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_control_structure_body, 1), + [4788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_control_structure_body, 1), + [4790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_lambda, 1), + [4792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_lambda, 1), + [4794] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6693), + [4798] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6705), + [4802] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9551), + [4806] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9575), + [4810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2), + [4812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2), + [4814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 4), + [4816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 4), + [4818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_block, 2), + [4820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_block, 2), + [4822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_navigation_suffix, 2), + [4824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_navigation_suffix, 2), + [4826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 4), + [4828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 4), + [4830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_navigation_expression, 2), + [4832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_navigation_expression, 2), + [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6735), + [4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9703), + [4838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 2), + [4840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 2), + [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6734), + [4844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_class_body, 5), + [4846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_class_body, 5), + [4848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 2), + [4850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 2), + [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9705), + [4854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, .production_id = 2), + [4856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, .production_id = 2), + [4858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 7), + [4860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 7), + [4862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_indexing_suffix, 3), + [4864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indexing_suffix, 3), + [4866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 4), + [4868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 4), + [4870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 3), + [4872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 3), + [4874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_indexing_expression, 2), + [4876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indexing_expression, 2), + [4878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 5), + [4880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 5), + [4882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 2), + [4884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2), + [4886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 5, .production_id = 2), + [4888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 5, .production_id = 2), + [4890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_literal, 2), + [4892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_literal, 2), + [4894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsigned_literal, 2), + [4896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsigned_literal, 2), + [4898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__super_at, 2, .production_id = 2), + [4900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__super_at, 2, .production_id = 2), + [4902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__this_at, 2, .production_id = 2), + [4904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__this_at, 2, .production_id = 2), + [4906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_literal, 4), + [4908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_literal, 4), + [4910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__break_at, 2, .production_id = 3), + [4912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__break_at, 2, .production_id = 3), + [4914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 6), + [4916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 6), + [4918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__continue_at, 2, .production_id = 3), + [4920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__continue_at, 2, .production_id = 3), + [4922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 5), + [4924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 5), + [4926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 3, .production_id = 2), + [4928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 3, .production_id = 2), + [4930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 5), + [4932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5), + [4934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9999), + [4936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), + [4938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_class_body, 2), + [4940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_class_body, 2), + [4942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_body, 1), + [4944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_body, 1), + [4946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_callable_reference, 2), + [4948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_callable_reference, 2), + [4950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 4), + [4952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 4), + [4954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 5), + [4956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 5), + [4958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_literal, 4), + [4960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_literal, 4), + [4962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 5), + [4964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 5), + [4966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_callable_reference, 3, .production_id = 1), + [4968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_callable_reference, 3, .production_id = 1), + [4970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 4), + [4972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 4), + [4974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_expression, 3), + [4976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_expression, 3), + [4978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 3), + [4980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 3), + [4982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1439), + [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), + [4986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4184), + [4988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4145), + [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [4992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), + [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), + [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), + [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), + [5002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), + [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), + [5010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), + [5012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), + [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), + [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), + [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), + [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), + [5022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_arguments, 2), + [5024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_arguments, 2), + [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), + [5028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_lambda, 2), + [5030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_lambda, 2), + [5032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_character_literal, 3), + [5034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_character_literal, 3), + [5036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8), + [5038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8), + [5040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_expression, 3), + [5042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_expression, 3), + [5044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 3), + [5046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 3), + [5048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 8), + [5050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 8), + [5052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 9, .production_id = 5), + [5054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 9, .production_id = 5), + [5056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 2), + [5058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 2), + [5060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_invocation, 2), + [5062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_invocation, 2), + [5064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 7), + [5066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 7), + [5068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_indexing_suffix, 4), + [5070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_indexing_suffix, 4), + [5072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 5), + [5074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 5), + [5076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5), + [5078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5), + [5080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 5, .production_id = 5), + [5082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 5, .production_id = 5), + [5084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 11), + [5086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 11), + [5088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 10, .production_id = 7), + [5090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 10, .production_id = 7), + [5092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_literal, 2), + [5094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_literal, 2), + [5096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7052), + [5098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_declaration, 11), + [5100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 11), + [5102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 2), + [5104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 2), + [5106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_class_body, 4), + [5108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_class_body, 4), + [5110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary_expression, 1), + [5112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary_expression, 1), + [5114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7998), + [5117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7017), + [5119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 7), + [5121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 7), + [5123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), + [5125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), + [5127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [5129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [5131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 4, .production_id = 2), + [5133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 4, .production_id = 2), + [5135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_super_expression, 1), + [5137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_super_expression, 1), + [5139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_directly_assignable_expression, 1), + [5141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_directly_assignable_expression, 1), + [5143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 8), + [5145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 8), + [5147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_literal, 3), + [5149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_literal, 3), + [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), + [5153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2320), + [5155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2321), + [5157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 8), + [5159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 8), + [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), + [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), + [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), + [5167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_setter, 6), + [5169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_setter, 6), + [5171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 5), + [5173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 5), + [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), + [5177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_literal, 3), + [5179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_literal, 3), + [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [5183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_alias, 6, .production_id = 5), + [5185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_alias, 6, .production_id = 5), + [5187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_while_statement, 6), + [5189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_while_statement, 6), + [5191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 6), + [5193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 6), + [5195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), + [5197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), + [5199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_class_body, 3), + [5201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_class_body, 3), + [5203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_this_expression, 1), + [5205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_this_expression, 1), + [5207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5956), + [5209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_getter, 5), + [5211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_getter, 5), + [5213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1), + [5215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1), + [5217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1678), + [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [5223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679), + [5225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), [5227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1680), - [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), - [5237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), - [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), - [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), - [5245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679), - [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5665), - [5249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5631), - [5251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5632), - [5253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6013), - [5255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), - [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5657), - [5259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6008), - [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5666), - [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5658), - [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5652), - [5267] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9607), - [5271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5978), - [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5661), - [5275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5979), - [5277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5985), - [5279] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6707), - [5283] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6694), - [5287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(6627), - [5290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(9048), - [5293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7637), - [5296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2955), - [5299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8808), - [5302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7786), - [5305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4534), - [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9842), - [5310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7638), - [5313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8817), - [5316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7776), - [5319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4612), - [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5680), - [5324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5639), - [5326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5637), - [5328] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9977), - [5332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8907), - [5335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7743), - [5338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(823), - [5341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7708), - [5344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8848), - [5347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7723), - [5350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2791), - [5353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7675), - [5356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7696), - [5359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), - [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9701), - [5363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7632), - [5366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7689), - [5369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6082), - [5371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8916), - [5374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7649), - [5377] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3332), - [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5674), - [5382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7666), - [5385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5988), - [5387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), - [5389] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9852), - [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5679), - [5395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6072), - [5397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6074), - [5399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7784), - [5402] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7789), - [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5681), - [5407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7658), - [5410] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6721), - [5414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7683), - [5417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7694), - [5420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6092), - [5422] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9956), - [5426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6690), - [5428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5672), - [5430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9852), - [5432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7642), - [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5677), - [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6694), - [5439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7606), - [5442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7809), - [5445] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6733), - [5449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7794), - [5452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6001), - [5454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5973), - [5456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6022), - [5458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7774), - [5461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7783), - [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8469), - [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [5468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6807), - [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7321), - [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5547), - [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4706), - [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7315), - [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5571), - [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7860), - [5482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7025), - [5484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9102), - [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5601), - [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), - [5490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6660), - [5492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7231), - [5494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7024), - [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4368), - [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7858), - [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7865), - [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7855), - [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5875), - [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7290), - [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7841), - [5510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7846), - [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6206), - [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6145), - [5516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4742), - [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), - [5520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7039), - [5522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6249), - [5524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5871), - [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9164), - [5528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), - [5530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), - [5532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7016), - [5534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6745), - [5536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), - [5538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6743), - [5540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5776), - [5542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5802), - [5544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5796), - [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3957), - [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5599), - [5550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), - [5552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5116), - [5554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8017), - [5556] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9900), - [5560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5866), - [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4862), - [5564] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6716), - [5568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6814), - [5570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6810), - [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), - [5574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7051), - [5576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9148), - [5578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5582), - [5580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5514), - [5582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7254), - [5584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5257), - [5586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6800), - [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), - [5590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), - [5592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), - [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), - [5596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7042), - [5598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), - [5600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7035), - [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9151), - [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9162), - [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8473), - [5608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8478), - [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5729), - [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6744), - [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5736), - [5616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5744), - [5618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), - [5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), - [5622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [5628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5083), - [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5085), - [5632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7028), - [5634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6799), - [5636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7009), - [5638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6857), - [5640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6780), - [5642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5960), - [5644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), - [5646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 1), SHIFT(6627), - [5649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 1), - [5651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7034), - [5653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7046), - [5655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7050), - [5657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5965), - [5659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7057), - [5661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5980), - [5663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7017), - [5665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7018), - [5667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6870), - [5669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7032), - [5671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6854), - [5673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6856), - [5675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1663), - [5677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), - [5679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), - [5681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [5683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [5685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [5687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [5689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1662), - [5691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [5693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [5695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [5697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), - [5699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), - [5701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), - [5703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [5705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), - [5707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), - [5709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), - [5711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), - [5713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3450), - [5715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), - [5717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [5719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7197), - [5721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), - [5723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7197), - [5726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), - [5728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), - [5730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), - [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [5734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4717), - [5736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4831), - [5738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), - [5740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), - [5742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), - [5744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), - [5746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), - [5748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), - [5750] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9580), - [5754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6779), - [5756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9408), - [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5562), - [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5498), - [5762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6665), - [5764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7265), - [5766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6909), - [5768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9421), - [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5559), - [5772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5495), - [5774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6642), - [5776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7241), - [5778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6816), - [5780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), - [5782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), - [5784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), - [5786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6900), - [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4369), - [5790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6897), - [5792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6892), - [5794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6959), - [5796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7106), - [5798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9993), - [5800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), - [5802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6938), - [5804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7055), - [5806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6823), - [5808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6878), - [5810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7095), - [5812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6921), - [5814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7088), - [5816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6926), - [5818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9436), - [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5566), - [5822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5490), - [5824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7268), - [5826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6850), - [5828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9709), - [5830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7079), - [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6739), - [5834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6971), - [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4344), - [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9702), - [5840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6957), - [5842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6942), - [5844] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6695), - [5848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6732), - [5850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6970), - [5852] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9554), - [5856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7052), - [5858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6813), - [5860] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6724), - [5864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7026), - [5866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6858), - [5868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6933), - [5870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6960), - [5872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6864), - [5874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), - [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [5878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), - [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), - [5888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2179), - [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), - [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), - [5896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), - [5898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), - [5900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7087), - [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), - [5904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7258), - [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), - [5908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5332), - [5910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5333), - [5912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6930), - [5914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6920), - [5916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6843), - [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), - [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), - [5924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7100), - [5926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7105), - [5928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6965), - [5930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6876), - [5932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6846), - [5934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6953), - [5936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6896), - [5938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6904), - [5940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7069), - [5942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7112), - [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [5946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6908), - [5948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6750), - [5950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6916), - [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [5954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6795), - [5956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6797), - [5958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), - [5960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), - [5962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4071), - [5964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4055), - [5966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), - [5968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), - [5970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), - [5972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), - [5974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6782), - [5976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), - [5978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1593), - [5980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), - [5982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3988), - [5984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3985), - [5986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1590), - [5988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6884), - [5990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6872), - [5992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6866), - [5994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), - [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [5998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), - [6000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9977), - [6002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), - [6004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), - [6006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6868), - [6008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6729), - [6010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), - [6012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [6014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5107), - [6016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5074), - [6018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), - [6020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5281), - [6022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5282), - [6024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6838), - [6026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), - [6028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [6030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), - [6032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6842), - [6034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), - [6036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6759), - [6038] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6711), - [6042] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9786), - [6046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), - [6048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6733), - [6050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), - [6052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), - [6054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1938), - [6056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6875), - [6058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9809), - [6060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6824), - [6062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), - [6064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), - [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9917), - [6068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), - [6070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), - [6072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), - [6074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6837), - [6076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6821), - [6078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), - [6080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), - [6082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4112), - [6084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4121), - [6086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), - [6088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), - [6090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5401), - [6092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5402), - [6094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), - [6096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), - [6098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), - [6100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), - [6102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7101), - [6104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6932), - [6106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), - [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), - [6110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6830), - [6112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), - [6114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6826), - [6116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2147), - [6118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), - [6120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), - [6122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), - [6124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588), - [6126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6852), - [6128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6834), - [6130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), - [6132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), - [6134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6815), - [6136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6825), - [6138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6828), - [6140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6839), - [6142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), - [6144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1584), - [6146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), - [6148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5438), - [6150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5432), - [6152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), - [6154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6929), - [6156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), - [6158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), - [6160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6847), - [6162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), - [6164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4149), - [6166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4193), - [6168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), - [6170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), - [6172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6931), - [6174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1749), - [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), - [6178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), - [6180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), - [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), - [6184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6961), - [6186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), - [6188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), - [6190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1951), - [6192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), - [6194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), - [6196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), - [6198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), - [6200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6976), - [6202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7060), - [6204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6885), - [6206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6771), - [6208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6969), - [6210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6962), - [6212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6766), - [6214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6765), - [6216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6939), - [6218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6756), - [6220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6945), - [6222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7015), - [6224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7116), - [6226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6757), - [6228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7085), - [6230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6949), - [6232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), - [6234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498), - [6236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4262), - [6238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4277), - [6240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), - [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), - [6244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5613), - [6246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5610), - [6248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6747), - [6250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6882), - [6252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7077), - [6254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), - [6256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), - [6258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5624), - [6260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5628), - [6262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), - [6264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), - [6266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4294), - [6268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4296), - [6270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7047), - [6272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7119), - [6274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), - [6276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), - [6278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), - [6280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7132), - [6282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), - [6284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7001), - [6286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), - [6288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), - [6290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975), - [6292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), - [6294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7110), - [6296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6951), - [6298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7014), - [6300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7023), - [6302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1970), - [6304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6764), - [6306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6768), - [6308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6770), - [6310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), - [6312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7094), - [6314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7071), - [6316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6917), - [6318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), - [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), - [6322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6775), - [6324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1971), - [6326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1978), - [6328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), - [6330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), - [6332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), - [6334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6808), + [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), + [5233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), + [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5657), + [5243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5622), + [5245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5618), + [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5653), + [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5662), + [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5647), + [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5652), + [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5648), + [5257] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9582), + [5261] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6713), + [5265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6037), + [5267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), + [5269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6084), + [5271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6088), + [5273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6098), + [5275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6095), + [5277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(6631), + [5280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8888), + [5283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7730), + [5286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4529), + [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5666), + [5291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5642), + [5293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5645), + [5295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8838), + [5298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7761), + [5301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2781), + [5304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8960), + [5307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7599), + [5310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(3327), + [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5670), + [5315] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6725), + [5319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7818), + [5322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7617), + [5325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8997), + [5328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7625), + [5331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(2933), + [5334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6241), + [5336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), + [5338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6227), + [5340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7705), + [5343] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9870), + [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9554), + [5349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), + [5351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6044), + [5353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8935), + [5356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7712), + [5359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(823), + [5362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7615), + [5365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6043), + [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5673), + [5369] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6702), + [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5671), + [5375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(8824), + [5378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7747), + [5381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(4615), + [5384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7694), + [5387] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9487), + [5391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5674), + [5393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7822), + [5396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6225), + [5398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7770), + [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5675), + [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9867), + [5405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7644), + [5408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7723), + [5411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6224), + [5413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5977), + [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6706), + [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9870), + [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6702), + [5421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7807), + [5424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7645), + [5427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6234), + [5429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7600), + [5432] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9960), + [5436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7737), + [5439] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6688), + [5443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7823), + [5446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7793), + [5449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7735), + [5452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7701), + [5455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 1), SHIFT(7756), + [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5576), + [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), + [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3882), + [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7320), + [5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7293), + [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7276), + [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7846), + [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), + [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7843), + [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7842), + [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5848), + [5482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7022), + [5484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9174), + [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4393), + [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5492), + [5490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6667), + [5492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7264), + [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5866), + [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5864), + [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), + [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4860), + [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4810), + [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), + [5506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7029), + [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5580), + [5510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4712), + [5512] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6686), + [5516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7036), + [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), + [5520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6737), + [5522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), + [5524] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9910), + [5528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), + [5530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), + [5532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7045), + [5534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6740), + [5536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6738), + [5538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), + [5540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [5542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5565), + [5544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5552), + [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9184), + [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7839), + [5550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), + [5552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7845), + [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7859), + [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5899), + [5558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5895), + [5560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5904), + [5562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6889), + [5564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9163), + [5566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6885), + [5568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7124), + [5570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9417), + [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5538), + [5574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5483), + [5576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7246), + [5578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6884), + [5580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9166), + [5582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5100), + [5584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7969), + [5586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5104), + [5588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7117), + [5590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4331), + [5592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7110), + [5594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7092), + [5596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6869), + [5598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5781), + [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), + [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5198), + [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), + [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5771), + [5608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5770), + [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8510), + [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5206), + [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8520), + [5616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8521), + [5618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5743), + [5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5751), + [5622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5756), + [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), + [5628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6856), + [5630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6868), + [5632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6381), + [5634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7103), + [5636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6380), + [5638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7128), + [5640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7125), + [5642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7121), + [5644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7051), + [5646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7044), + [5648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), + [5650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7040), + [5652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6747), + [5654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7028), + [5656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6767), + [5658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6908), + [5660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6382), + [5662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 1), SHIFT(6631), + [5665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 1), + [5667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6756), + [5669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1662), + [5671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [5673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1663), + [5675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [5677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [5679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [5681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), + [5683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), + [5685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [5687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [5689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [5691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), + [5693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), + [5695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [5697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7129), + [5699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), + [5701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), + [5703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1789), + [5705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), + [5707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3410), + [5709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3411), + [5711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747), + [5713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [5715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [5717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), + [5719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), + [5721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4725), + [5723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4723), + [5725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), + [5727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [5729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), + [5731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), + [5733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1749), + [5735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), + [5737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), + [5739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7129), + [5742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), + [5744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), + [5746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6914), + [5748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9118), + [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5566), + [5752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), + [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6620), + [5756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7272), + [5758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6744), + [5760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6812), + [5762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6851), + [5764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7100), + [5766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7089), + [5768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6900), + [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4374), + [5772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7082), + [5774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7073), + [5776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6782), + [5778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7058), + [5780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9286), + [5782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5595), + [5784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5525), + [5786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6646), + [5788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7247), + [5790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6871), + [5792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), + [5794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7070), + [5796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4371), + [5798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7071), + [5800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7078), + [5802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6858), + [5804] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6723), + [5808] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9535), + [5812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6705), + [5814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6903), + [5816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9404), + [5818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5563), + [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5523), + [5822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7225), + [5824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6768), + [5826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9551), + [5828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6894), + [5830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), + [5832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6891), + [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6700), + [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9548), + [5838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6766), + [5840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6886), + [5842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9995), + [5844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), + [5846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6902), + [5848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [5850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7236), + [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), + [5854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5366), + [5856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5341), + [5858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), + [5860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), + [5862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), + [5864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [5866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [5868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [5870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), + [5872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), + [5874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), + [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [5878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [5880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), + [5882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), + [5884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6882), + [5886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6777), + [5888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6757), + [5890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6928), + [5892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6890), + [5894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6898), + [5896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6910), + [5898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [5900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6755), + [5902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6804), + [5904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6801), + [5906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7072), + [5908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), + [5910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), + [5912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7060), + [5914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7059), + [5916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7048), + [5918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6866), + [5920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6764), + [5922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7081), + [5924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7094), + [5926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6865), + [5928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7099), + [5930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7106), + [5932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6809), + [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), + [5936] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6689), + [5940] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9844), + [5944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6750), + [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [5948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6732), + [5950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6746), + [5952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), + [5954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), + [5956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5130), + [5958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5124), + [5960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), + [5962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), + [5964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5280), + [5966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5281), + [5968] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9977), + [5972] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6724), + [5976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [5978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6927), + [5980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), + [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), + [5984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4060), + [5986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4061), + [5988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), + [5990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), + [5992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), + [5994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), + [5996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), + [5998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3979), + [6000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3978), + [6002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6761), + [6004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1700), + [6006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), + [6008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1668), + [6010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [6012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), + [6014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), + [6016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), + [6018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), + [6020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9498), + [6022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), + [6024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6911), + [6026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702), + [6028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), + [6030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6725), + [6032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6912), + [6034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6751), + [6036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), + [6038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6957), + [6040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6859), + [6042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9461), + [6044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), + [6046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), + [6048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), + [6050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), + [6052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), + [6054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9487), + [6056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6857), + [6058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6752), + [6060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), + [6062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6765), + [6064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6926), + [6066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1940), + [6068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6932), + [6070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), + [6072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), + [6074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4118), + [6076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4114), + [6078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), + [6080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), + [6082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2131), + [6084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), + [6086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5404), + [6088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5399), + [6090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), + [6092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6784), + [6094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6881), + [6096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6775), + [6098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6771), + [6100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), + [6102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433), + [6104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), + [6106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6760), + [6108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6996), + [6110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2115), + [6112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [6114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1694), + [6116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), + [6118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), + [6120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), + [6122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), + [6124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [6126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6896), + [6128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), + [6130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), + [6132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), + [6134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4174), + [6136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4167), + [6138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), + [6140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [6142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), + [6144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5444), + [6146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5439), + [6148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), + [6150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), + [6152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), + [6154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6770), + [6156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6967), + [6158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6993), + [6160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), + [6162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), + [6164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), + [6166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6780), + [6168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6783), + [6170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), + [6172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), + [6174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), + [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), + [6178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), + [6180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6788), + [6182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6892), + [6184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7006), + [6186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), + [6188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), + [6190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), + [6192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), + [6194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6839), + [6196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6934), + [6198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6826), + [6200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6872), + [6202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7126), + [6204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6829), + [6206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6946), + [6208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6921), + [6210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7077), + [6212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6824), + [6214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7042), + [6216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6741), + [6218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6864), + [6220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7068), + [6222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6832), + [6224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6901), + [6226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7009), + [6228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6855), + [6230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), + [6232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), + [6234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5623), + [6236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5624), + [6238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7057), + [6240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6863), + [6242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975), + [6244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), + [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), + [6248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4276), + [6250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4277), + [6252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495), + [6254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), + [6256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974), + [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), + [6260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), + [6262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), + [6264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), + [6266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4289), + [6268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4290), + [6270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7032), + [6272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1953), + [6274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6906), + [6276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), + [6278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), + [6280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), + [6282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6850), + [6284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), + [6286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), + [6288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894), + [6290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6828), + [6292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1971), + [6294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5609), + [6296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5606), + [6298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869), + [6300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6948), + [6302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), + [6304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7049), + [6306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), + [6308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), + [6310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), + [6312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6958), + [6314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7020), + [6316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6845), + [6318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6836), + [6320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), + [6322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7079), + [6324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6935), + [6326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1967), + [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), + [6330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6873), + [6332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6838), + [6334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7007), [6336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6940), - [6338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495), - [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), - [6342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7128), - [6344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6906), - [6346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), - [6348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1972), - [6350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6946), - [6352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6974), - [6354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1960), - [6356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1973), - [6358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), - [6360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), - [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), - [6364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4317), - [6366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4315), - [6368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), - [6370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6803), - [6372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7067), - [6374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6963), - [6376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7125), - [6378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), - [6380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5643), - [6382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5641), - [6384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7072), - [6386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), - [6388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), - [6390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), - [6392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1981), - [6394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6833), - [6396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6787), - [6398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7074), + [6338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6977), + [6340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6893), + [6342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6842), + [6344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6999), + [6346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), + [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [6350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), + [6352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), + [6354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4318), + [6356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4313), + [6358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7004), + [6360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), + [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), + [6364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6960), + [6366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6936), + [6368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7016), + [6370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), + [6372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), + [6374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5633), + [6376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5643), + [6378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6941), + [6380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), + [6382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1973), + [6384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), + [6386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7019), + [6388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), + [6390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), + [6392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2080), + [6394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), + [6396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1457), + [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), [6400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), - [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), - [6404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), - [6406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), - [6408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), - [6410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1457), - [6412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), - [6414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), - [6416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), - [6418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2080), - [6420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10149), - [6422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9212), - [6424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), - [6426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6358), - [6428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), - [6430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [6432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6275), - [6434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6368), - [6436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7625), - [6439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6372), - [6441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5731), - [6443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6374), - [6445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7972), - [6448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(10149), - [6451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7972), - [6454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6683), - [6456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2838), - [6458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6263), - [6460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), - [6462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6304), - [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5734), - [6466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6250), - [6468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10146), - [6470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9309), - [6472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6248), - [6474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6241), - [6476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2862), - [6478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6656), - [6480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6994), - [6482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6350), - [6484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6984), - [6486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6980), - [6488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6972), - [6490] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6734), - [6494] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(10066), - [6498] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(2862), - [6501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6270), - [6503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6394), - [6505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7778), - [6507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6286), - [6509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), - [6511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [6513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(10146), - [6516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6285), - [6518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6928), - [6520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6269), - [6522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5733), - [6524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1582), - [6526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7952), - [6529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6259), - [6531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6966), - [6533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6255), - [6535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7952), - [6538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3051), - [6540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3135), - [6542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7972), - [6545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7948), - [6548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6948), - [6550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5959), - [6552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5764), - [6554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7948), - [6556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7604), - [6559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6937), - [6561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6260), - [6563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6996), - [6565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7004), - [6567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6667), - [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8891), - [6571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6282), - [6573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3043), - [6575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6681), - [6577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7010), - [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7206), - [6581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7020), - [6583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7011), - [6585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7008), - [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7240), - [6589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7206), - [6592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6179), - [6594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(3032), - [6597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6183), - [6599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3032), - [6601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6276), - [6603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3207), - [6605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6182), - [6607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2), - [6609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2), - [6611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2), SHIFT_REPEAT(7876), - [6614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7240), - [6617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6338), - [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6652), - [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), - [6623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), - [6625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7966), - [6628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10138), - [6630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9450), - [6632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9989), - [6634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), - [6636] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9833), - [6640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5919), - [6642] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6697), - [6646] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9677), - [6650] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6723), - [6654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7033), - [6656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7022), - [6658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), - [6660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), - [6662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(9527), - [6665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7027), - [6667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9840), - [6669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6717), - [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9833), - [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6697), - [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), - [6677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6985), - [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7276), - [6681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(3177), - [6684] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6702), - [6688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6638), - [6690] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9831), - [6694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7952), - [6697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3326), - [6699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3592), - [6701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7276), - [6704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6055), - [6706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), - [6708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6045), - [6710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6202), - [6712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), - [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [6718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6123), - [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [6722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), - [6724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7730), - [6726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), - [6728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9201), - [6730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1993), - [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [6734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), - [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), - [6738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), - [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7730), - [6742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), - [6744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), - [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [6748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [6750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6121), - [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6121), - [6754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), - [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6123), - [6758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4860), - [6760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7811), - [6763] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6691), - [6767] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9537), - [6771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6390), - [6773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7193), - [6776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6063), - [6778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7912), - [6781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5740), - [6783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6136), - [6785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), - [6787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6129), - [6789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6090), - [6791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6085), - [6793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6083), - [6795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7912), - [6798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6059), - [6800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6033), - [6802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3489), - [6804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9029), - [6806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(10138), - [6809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6239), - [6811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6234), - [6813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6231), - [6815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6204), - [6817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6626), - [6819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6133), - [6821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6142), - [6823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6914), - [6825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6922), - [6827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6923), - [6829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6934), - [6831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6236), - [6833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6666), - [6835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3597), - [6837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7916), - [6840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_annotation, 5), - [6842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_annotation, 5), - [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7269), - [6846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6141), - [6848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6144), - [6850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6007), - [6852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6130), - [6854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6742), - [6856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10144), - [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9986), - [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6736), - [6862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10022), - [6864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6728), - [6866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9991), - [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6710), - [6870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), - [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9995), - [6874] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6742), - [6878] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(10144), - [6882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_annotation, 7), - [6884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_annotation, 7), - [6886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), - [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10000), - [6890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7269), - [6893] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6701), - [6897] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9875), - [6901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5727), - [6903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6065), - [6905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), - [6907] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(3556), - [6910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6069), - [6912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6073), - [6914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6078), - [6916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6080), - [6918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8301), - [6920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shebang_line, 2), - [6922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shebang_line, 2), - [6924] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6712), - [6928] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9520), - [6932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6134), - [6934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), - [6936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6140), - [6938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6986), - [6940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6151), - [6942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7062), - [6944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7066), - [6946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6156), - [6948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7076), - [6950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6162), - [6952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3556), - [6954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), - [6956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7277), - [6958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_list, 2), - [6960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_list, 2), - [6962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7193), - [6964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7913), - [6966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7912), - [6969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_header, 3), - [6971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_header, 3), - [6973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7277), - [6976] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6740), - [6980] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9813), - [6984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6935), - [6986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3757), - [6988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4044), - [6990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6219), - [6992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6964), - [6994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6118), - [6996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), - [6998] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7913), - [7001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6113), - [7003] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6720), - [7007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6106), - [7009] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9536), - [7013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6895), - [7015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6883), - [7017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6099), - [7019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6214), - [7021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6881), - [7023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6769), - [7025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6210), - [7027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6752), - [7029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6753), - [7031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6865), - [7033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6755), - [7035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6098), - [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [7039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6229), - [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), - [7043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1583), - [7045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7836), - [7047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), - [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9222), - [7051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586), - [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7836), - [7063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), - [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), - [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [7071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6149), - [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6149), - [7075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), - [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6229), - [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5252), - [7081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6385), - [7083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6132), - [7085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6389), - [7087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unescaped_annotation, 1), - [7089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unescaped_annotation, 1), - [7091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unescaped_annotation, 1), SHIFT(1332), - [7094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6243), - [7096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6392), - [7098] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7156), - [7101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6778), - [7103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6804), - [7105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6242), - [7107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6952), - [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7156), - [7111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4000), - [7113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6983), - [7115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7113), - [7117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7109), - [7119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6247), - [7121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), - [7123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), - [7125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7102), - [7127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7123), - [7129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6128), - [7131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6127), - [7133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8890), - [7135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7187), - [7138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7995), - [7141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6827), - [7143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multi_annotation, 5), - [7145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multi_annotation, 5), - [7147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), - [7149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), - [7151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), - [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), - [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), - [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [7161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1526), - [7163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [7169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), - [7171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 1), - [7173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 1), - [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9992), - [7177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), - [7179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_annotation, 2), - [7181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_annotation, 2), - [7183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6070), - [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7187), - [7187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multi_annotation, 4), - [7189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multi_annotation, 4), - [7191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_annotation, 3), - [7193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_annotation, 3), - [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6719), - [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10018), - [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6714), - [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10087), - [7203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6829), - [7205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6820), - [7207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6818), - [7209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6812), - [7211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6859), - [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9677), - [7215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), - [7217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), - [7219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), - [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), - [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), - [7225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), - [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), - [7231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [7233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), - [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [7239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), - [7241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6832), - [7243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6849), - [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6707), - [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6687), - [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9619), - [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9747), - [7253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133), - [7255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5950), - [7257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1883), - [7259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6195), - [7261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1574), - [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6723), - [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9607), - [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9681), - [7269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6190), - [7271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5938), - [7273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6164), - [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9990), - [7277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), - [7279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6154), - [7281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7124), - [7283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6152), - [7285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7134), - [7287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5911), - [7289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5953), - [7291] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9712), - [7295] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6696), - [7299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5928), - [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6730), - [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6726), - [7305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), - [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), - [7309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995), - [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), - [7319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), - [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [7327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), - [7329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2001), - [7331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6292), - [7333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6038), - [7335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), - [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9956), - [7339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6290), - [7341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6289), - [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9929), - [7345] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9972), - [7349] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6727), - [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6721), - [7355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5998), - [7357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6328), - [7359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), - [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9879), - [7363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7149), - [7366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6017), - [7368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6235), - [7370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5940), - [7372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9900), - [7374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), - [7376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6822), - [7378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7048), - [7380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6979), - [7382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__comparison_operator, 1), SHIFT(6211), - [7385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__comparison_operator, 1), SHIFT(6650), - [7388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comparison_operator, 1), - [7390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__comparison_operator, 1), SHIFT(5881), - [7393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__comparison_operator, 1), - [7395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__comparison_operator, 1), SHIFT(6224), - [7398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8216), - [7400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__comparison_operator, 1), SHIFT(9386), - [7403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7482), - [7405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7213), - [7407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__comparison_operator, 1), SHIFT(6211), - [7410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6772), - [7412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6701), - [7414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7040), - [7416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6773), - [7418] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6692), - [7422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9979), - [7424] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9810), - [7428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9875), - [7430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6776), - [7432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6699), - [7434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9871), - [7436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), - [7438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9985), - [7440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7054), - [7442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5942), - [7444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6320), - [7446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6716), - [7448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9894), - [7450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6708), - [7452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), - [7454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6831), - [7456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6035), - [7458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6758), - [7460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6781), - [7462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6319), - [7464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6767), - [7466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6845), - [7468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6034), - [7470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7149), - [7472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6817), - [7474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), - [7476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [7478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), - [7480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), - [7482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), - [7488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), - [7490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [7492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [7494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), - [7496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553), - [7498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), - [7500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7084), - [7502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7208), - [7504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6988), - [7506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7208), - [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), - [7511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [7513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1789), - [7515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), - [7517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9580), - [7519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6704), - [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9589), - [7523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), - [7525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), - [7527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), - [7529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [7531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), - [7533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), - [7535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [7537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), - [7539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [7541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), - [7543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6760), - [7545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9981), - [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6695), - [7549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6788), - [7551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), - [7553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), - [7555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), - [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), - [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), - [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [7563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), - [7565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [7569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [7571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), - [7573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), - [7575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9646), - [7577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), - [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6741), - [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9498), - [7583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [7585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9554), - [7587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6724), - [7589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3915), - [7591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), - [7593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [7595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5264), - [7597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9815), - [7599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), - [7601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), - [7603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), - [7605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6711), - [7607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4716), - [7609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9786), - [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9556), - [7613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), - [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), - [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6689), - [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), - [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5256), - [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), - [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8047), - [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8050), - [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10090), - [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9353), - [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9355), - [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9636), - [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8135), - [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6479), - [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8867), - [7647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8868), - [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5720), - [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5751), - [7653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5752), - [7655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5754), - [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5755), - [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5761), - [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5724), - [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5390), - [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), - [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), - [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4804), - [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), - [7673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_indexing_suffix_repeat1, 2), - [7675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), - [7677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3834), - [7679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument, 3), - [7681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8737), - [7683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9176), - [7685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9123), - [7687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5357), - [7689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4739), - [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9577), - [7693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3898), - [7695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), - [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9387), - [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5122), - [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4702), - [7703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5425), - [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9595), - [7707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [7709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), - [7711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), - [7713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 7), - [7715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), - [7717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(6637), - [7720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(8047), - [7723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(8050), - [7726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(10090), - [7729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(9353), - [7732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), - [7734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5894), - [7737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(9355), - [7740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(9636), - [7743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(8135), - [7746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(6479), - [7749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(8867), - [7752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(8868), - [7755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5720), - [7758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5751), - [7761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5752), - [7764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5754), - [7767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5517), - [7770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5755), - [7773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5761), - [7776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5724), - [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5411), - [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9616), - [7783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4726), - [7785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 4), - [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), - [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), - [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5364), - [7793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), - [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5081), - [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5248), - [7799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument, 1), - [7801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_condition, 1), - [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8705), + [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), + [6404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7027), + [6406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6930), + [6408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1895), + [6410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), + [6412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), + [6414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), + [6416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10143), + [6418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9190), + [6420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6319), + [6422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), + [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [6426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7766), + [6429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(10143), + [6432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6322), + [6434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6327), + [6436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6329), + [6438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7876), + [6441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5717), + [6443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6330), + [6445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7876), + [6448] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9555), + [6452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6278), + [6454] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6703), + [6458] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(2819), + [6461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5960), + [6463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [6465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6289), + [6467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5728), + [6469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6660), + [6471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6340), + [6473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10140), + [6475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9109), + [6477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7087), + [6479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6280), + [6481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7101), + [6483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2853), + [6485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6299), + [6487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6282), + [6489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2819), + [6491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7083), + [6493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7086), + [6495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6663), + [6497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6291), + [6499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6798), + [6501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1582), + [6503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7654), + [6505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6283), + [6507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), + [6509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [6511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6286), + [6513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7114), + [6515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6292), + [6517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7883), + [6519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6295), + [6521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7104), + [6523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6794), + [6525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6297), + [6527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7826), + [6530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7883), + [6533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(10140), + [6536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6383), + [6538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5721), + [6540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5714), + [6542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6803), + [6544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7873), + [6547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6817), + [6549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6287), + [6551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7876), + [6554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7873), + [6557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3146), + [6559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3144), + [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7174), + [6563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(2975), + [6566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2994), + [6568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2975), + [6570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7127), + [6572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7174), + [6575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6307), + [6577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7123), + [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7243), + [6581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6262), + [6583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat2, 2), + [6585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2), + [6587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat2, 2), SHIFT_REPEAT(7966), + [6590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6260), + [6592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7122), + [6594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6675), + [6596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7120), + [6598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7243), + [6601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6312), + [6603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6310), + [6605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8884), + [6607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6261), + [6609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6618), + [6611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10132), + [6613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9438), + [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6679), + [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), + [6619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7948), + [6622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9990), + [6624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), + [6626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3465), + [6628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3462), + [6630] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6709), + [6634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), + [6636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), + [6638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(9522), + [6641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6831), + [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9695), + [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6701), + [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9671), + [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6719), + [6651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6822), + [6653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7873), + [6656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7235), + [6658] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9671), + [6662] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6719), + [6666] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6716), + [6670] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9755), + [6674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6664), + [6676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5905), + [6678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7119), + [6680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7095), + [6682] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9566), + [6686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7235), + [6689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), + [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [6693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(3269), + [6696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9073), + [6698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), + [6700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6211), + [6702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [6704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1989), + [6706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7824), + [6708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1993), + [6710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9199), + [6712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), + [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), + [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [6718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7824), + [6722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), + [6724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), + [6726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [6728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [6730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6212), + [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6212), + [6734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), + [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6211), + [6738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4817), + [6740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5755), + [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), + [6744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7869), + [6747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7131), + [6750] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7869), + [6753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6075), + [6755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), + [6757] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9610), + [6761] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6729), + [6765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6073), + [6767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7725), + [6770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6267), + [6772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), + [6774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [6776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6070), + [6778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6060), + [6780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6055), + [6782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6033), + [6784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), + [6786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6029), + [6788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6023), + [6790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6015), + [6792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6007), + [6794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6300), + [6796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6265), + [6798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(10132), + [6801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6272), + [6803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6276), + [6805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6277), + [6807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6661), + [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7263), + [6811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6144), + [6813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), + [6815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6655), + [6817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3598), + [6819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6149), + [6821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), + [6823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6128), + [6825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6249), + [6827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6251), + [6829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9588), + [6831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6247), + [6833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9996), + [6835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), + [6837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7861), + [6840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9638), + [6842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6721), + [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9633), + [6846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6730), + [6848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6152), + [6850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_annotation, 7), + [6852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_annotation, 7), + [6854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6002), + [6856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7263), + [6859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6059), + [6861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), + [6863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6127), + [6865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5888), + [6867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6712), + [6869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9573), + [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6720), + [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9541), + [6875] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6712), + [6879] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9573), + [6883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_annotation, 5), + [6885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_annotation, 5), + [6887] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6687), + [6891] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9892), + [6895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6063), + [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5759), + [6899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(3553), + [6902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8314), + [6904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7065), + [6906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6065), + [6908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7056), + [6910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7054), + [6912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shebang_line, 2), + [6914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shebang_line, 2), + [6916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7035), + [6918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6072), + [6920] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6685), + [6924] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9637), + [6928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6076), + [6930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6005), + [6932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6861), + [6934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6876), + [6936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6877), + [6938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6003), + [6940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6883), + [6942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3553), + [6944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7968), + [6946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7257), + [6948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6100), + [6950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), + [6952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_header, 3), + [6954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_header, 3), + [6956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6093), + [6958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), + [6960] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6731), + [6964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_list, 2), + [6966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_list, 2), + [6968] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9531), + [6972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7131), + [6974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7968), + [6977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3898), + [6979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3897), + [6981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5983), + [6983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6090), + [6985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5985), + [6987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6807), + [6989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5984), + [6991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6816), + [6993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6107), + [6995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7869), + [6998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6112), + [7000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6745), + [7002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6748), + [7004] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6698), + [7008] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9804), + [7012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6818), + [7014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6749), + [7016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6821), + [7018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7067), + [7020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6753), + [7022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7074), + [7024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7257), + [7027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6800), + [7029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6961), + [7031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6366), + [7033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6950), + [7035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6363), + [7037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), + [7039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unescaped_annotation, 1), + [7041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unescaped_annotation, 1), + [7043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unescaped_annotation, 1), SHIFT(1344), + [7046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8808), + [7048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6975), + [7050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6122), + [7052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7130), + [7055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6244), + [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), + [7059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5946), + [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [7063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), + [7065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7634), + [7067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), + [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9218), + [7071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), + [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), + [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), + [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7634), + [7083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), + [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), + [7091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5945), + [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5945), + [7095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), + [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5946), + [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5241), + [7101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat3, 2), + [7103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6806), + [7105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6126), + [7107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6239), + [7109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6220), + [7111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6367), + [7113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6986), + [7115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6793), + [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7130), + [7119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6120), + [7121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6853), + [7123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1526), + [7125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), + [7127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), + [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), + [7133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), + [7137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), + [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), + [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [7145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), + [7147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multi_annotation, 5), + [7149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multi_annotation, 5), + [7151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6789), + [7153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6787), + [7155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6785), + [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7201), + [7159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 1), + [7161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 1), + [7163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5896), + [7165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6754), + [7167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6779), + [7169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7201), + [7172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multi_annotation, 4), + [7174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multi_annotation, 4), + [7176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7894), + [7179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6776), + [7181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_annotation, 3), + [7183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_annotation, 3), + [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6693), + [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9575), + [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6722), + [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9618), + [7193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), + [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9992), + [7197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_annotation, 2), + [7199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_annotation, 2), + [7201] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9539), + [7205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5988), + [7207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1573), + [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9521), + [7211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), + [7213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5995), + [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9991), + [7217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), + [7219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5999), + [7221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827), + [7223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), + [7225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), + [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [7231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [7235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), + [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [7243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), + [7245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5990), + [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6709), + [7249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6917), + [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9566), + [7253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6947), + [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6708), + [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9561), + [7259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6001), + [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9582), + [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6713), + [7265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6359), + [7267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), + [7269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6392), + [7271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), + [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6681), + [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9579), + [7277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6388), + [7279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6762), + [7281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6778), + [7283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6402), + [7285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6397), + [7287] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6699), + [7291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995), + [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [7295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), + [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), + [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [7305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1978), + [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [7313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), + [7315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), + [7317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5966), + [7319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6270), + [7321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), + [7323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6279), + [7325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6245), + [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6688), + [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9960), + [7331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6710), + [7333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), + [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9956), + [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9472), + [7339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6218), + [7341] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9982), + [7345] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6694), + [7349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6197), + [7351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7204), + [7354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5968), + [7356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5967), + [7358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6835), + [7360] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_setter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(6714), + [7364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6697), + [7366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9489), + [7368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133), + [7370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), + [7372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9988), + [7374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9892), + [7376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6161), + [7378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__comparison_operator, 1), SHIFT(5909), + [7381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__comparison_operator, 1), SHIFT(6657), + [7384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__comparison_operator, 1), + [7386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__comparison_operator, 1), SHIFT(5869), + [7389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__comparison_operator, 1), + [7391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__comparison_operator, 1), SHIFT(5910), + [7394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8208), + [7396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__comparison_operator, 1), SHIFT(9360), + [7399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7520), + [7401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7214), + [7403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__comparison_operator, 1), SHIFT(5909), + [7406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6687), + [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9888), + [7410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6852), + [7412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6840), + [7414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6686), + [7416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6854), + [7418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9910), + [7420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6684), + [7422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9905), + [7424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6841), + [7426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6849), + [7428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6815), + [7430] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_getter, 1), REDUCE(sym_simple_identifier, 1), SHIFT(9853), + [7434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6844), + [7436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6159), + [7438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6160), + [7440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6834), + [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7204), + [7444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6026), + [7446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), + [7448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6931), + [7450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6035), + [7452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6943), + [7454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6929), + [7456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6039), + [7458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6933), + [7460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6825), + [7462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7199), + [7464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), + [7466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), + [7468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), + [7470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), + [7472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), + [7474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), + [7476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [7478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), + [7480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [7482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), + [7484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), + [7486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), + [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), + [7490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7199), + [7493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6916), + [7495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6875), + [7497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), + [7499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), + [7501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), + [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [7505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [7507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [7511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), + [7513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), + [7515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), + [7517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [7519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), + [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [7523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9594), + [7525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6718), + [7527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6920), + [7529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [7531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9535), + [7533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6723), + [7535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6962), + [7537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9987), + [7539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), + [7541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), + [7543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187), + [7545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), + [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), + [7549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), + [7551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [7553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [7555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), + [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [7563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), + [7565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6707), + [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9740), + [7569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9844), + [7571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6689), + [7573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9863), + [7575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), + [7577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6711), + [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), + [7583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [7585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4760), + [7587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10000), + [7589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), + [7591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [7593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4785), + [7595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3380), + [7597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6724), + [7599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9896), + [7601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5236), + [7603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), + [7605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5185), + [7607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9977), + [7609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), + [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), + [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8033), + [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8034), + [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10084), + [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9323), + [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3833), + [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9325), + [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9630), + [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8109), + [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6447), + [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8972), + [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8975), + [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5740), + [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5741), + [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5750), + [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5716), + [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5718), + [7647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5719), + [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5744), + [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), + [7653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5372), + [7655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6), + [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5202), + [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5332), + [7661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 7), + [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), + [7667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument, 4), + [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4733), + [7671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument, 3), + [7673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_condition, 1), + [7675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5409), + [7677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9373), + [7679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), + [7681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9175), + [7683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 3), + [7685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4804), + [7687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9683), + [7689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), + [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), + [7693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_indexing_suffix_repeat1, 2), + [7695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5106), + [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9635), + [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), + [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [7703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(6638), + [7706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(8033), + [7709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(8034), + [7712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(10084), + [7715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(9323), + [7718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), + [7720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5889), + [7723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(9325), + [7726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(9630), + [7729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(8109), + [7732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(6447), + [7735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(8972), + [7738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(8975), + [7741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5740), + [7744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5741), + [7747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5750), + [7750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5716), + [7753] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5485), + [7756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5718), + [7759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5719), + [7762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_member_declarations, 2), SHIFT_REPEAT(5744), + [7765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [7767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9165), + [7769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [7771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), + [7773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), + [7775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument, 1), + [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9646), + [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5216), + [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5133), + [7783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8677), + [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), + [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3919), + [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), + [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), + [7793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5383), + [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9252), + [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [7799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5134), + [7801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8667), + [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9129), [7805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_prefix_expression, 2), REDUCE(sym_value_argument, 2), - [7808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9133), - [7810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_argument, 4), - [7812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), - [7814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 3), - [7816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5226), - [7818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_test, 2), - [7820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), - [7822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9244), - [7824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5), - [7826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), - [7828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [7830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [7832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5241), - [7834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4736), - [7836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 6), - [7838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [7840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [7842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [7844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [7846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [7848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [7850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [7852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [7854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [7856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10123), - [7858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [7860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [7862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [7864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4889), - [7866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [7868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), - [7870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [7872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [7874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [7876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [7808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [7810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), + [7812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), + [7814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5402), + [7816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 4), + [7818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 5), + [7820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_test, 2), + [7822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4736), + [7824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4751), + [7826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), + [7828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [7830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [7832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [7834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [7836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [7838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [7840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [7842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [7844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [7846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [7848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [7850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [7852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [7854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [7856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [7858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [7860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9200), + [7862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [7864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [7866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [7868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [7870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [7872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [7874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [7876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), [7878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [7880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [7882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [7884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [7886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [7888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [7890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [7892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [7894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [7896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [7898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [7900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [7902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [7904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [7906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [7908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [7910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [7912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [7914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [7916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [7918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [7920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [7922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [7924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [7926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), - [7928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [7930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [7932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [7934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), - [7936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5201), - [7938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [7940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [7942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [7944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [7946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [7948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [7950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), - [7952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [7954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [7956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [7958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [7960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [7962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [7964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [7966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [7968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [7970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [7972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [7974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9575), - [7976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), - [7978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [7980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [7982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [7984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9303), - [7986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [7988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [7990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [7992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4024), - [7994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [7996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), - [7998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [8000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [8002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [8004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9997), - [8006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [8008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [8010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [8012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [8014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [8016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [8018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [8020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [8022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [8024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [8026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [8028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [8030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [8032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5342), - [8034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [8036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [8038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [8040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [8042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [8044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [8046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [8048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [8050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [8052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [8054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [8056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [8058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [8060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [8062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [8064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [8066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [8068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [8070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), - [8072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [8074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [8076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [8078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [8080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [8082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9749), - [8084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [8086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [8088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8650), - [8090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [8092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [8094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [8096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9964), - [8098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9231), - [8100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6157), - [8102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), - [8104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [8106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6159), - [8108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6165), - [8110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5739), - [8112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6163), - [8114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7805), - [8117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7931), - [8120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(9964), - [8123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6177), - [8125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5725), - [8127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7931), - [8130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7659), - [8132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7045), - [8134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7053), - [8136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7056), - [8138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4569), - [8140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6102), - [8142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7061), - [8144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6067), - [8146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5983), - [8148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7988), - [8151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7988), - [8153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(4569), - [8156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6655), - [8158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4559), - [8160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6678), - [8162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), - [8164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7030), - [8166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7043), - [8168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9582), - [8170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9383), - [8172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4636), - [8174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4874), - [8176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7931), - [8179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7261), - [8182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(9582), - [8185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6200), - [8187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [8189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [8191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4790), - [8193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5906), - [8195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7998), - [8198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6221), - [8200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), - [8202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(4643), - [8205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7998), - [8208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4646), - [8210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4643), - [8212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6222), - [8214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7160), - [8217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6271), - [8219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6402), - [8221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), - [8223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [8225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7261), - [8227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6278), - [8229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6054), - [8231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6640), - [8233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6223), - [8235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6669), - [8237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5962), - [8239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7609), - [8242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5766), - [8244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8950), - [8246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6352), - [8248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6396), - [8250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5913), - [8252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6357), - [8254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6362), - [8256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(4708), - [8259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6381), - [8261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), - [8263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10066), - [8265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10078), - [8267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6731), - [8269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6679), - [8271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4806), - [8273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5944), - [8275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), - [8277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9980), - [8279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6313), - [8281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6339), - [8283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7099), - [8285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6919), - [8287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6915), - [8289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6911), - [8291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6006), - [8293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6903), - [8295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7108), - [8297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7111), - [8299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6343), - [8301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4708), - [8303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6317), - [8305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6277), - [8307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6636), - [8309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7117), - [8311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6734), - [8313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7982), - [8316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5918), - [8318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6786), - [8320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7998), - [8323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6873), - [8325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6401), - [8327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6201), - [8329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), - [8331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6378), - [8333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4969), - [8335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5088), - [8337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7160), - [8339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6893), - [8341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6901), - [8343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6359), - [8345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6307), - [8347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6936), - [8349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6783), - [8351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6763), - [8353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6860), - [8355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), - [8357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5952), - [8359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5992), - [8361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6796), - [8363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6293), - [8365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6774), - [8367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7244), - [8369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5113), - [8371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6287), - [8373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7244), - [8376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5984), - [8378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8910), - [8380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6010), - [8382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7144), - [8384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6283), - [8386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7267), - [8389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7195), - [8391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7144), - [8394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7267), - [8396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7195), - [8399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6336), - [8401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7081), - [8403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7096), - [8405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5915), - [8407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6702), - [8409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6927), - [8411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9831), - [8413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6703), - [8415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9824), - [8417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7908), - [8420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6840), - [8422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6801), - [8424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6266), - [8426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), - [8428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9971), - [8430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6950), - [8432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6990), - [8434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6941), - [8436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6874), - [8438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6819), - [8440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6261), - [8442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), - [8444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_entry, 4), - [8446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_entry, 4), - [8448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5469), - [8450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), - [8452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6762), - [8454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_entry, 3), - [8456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_entry, 3), - [8458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5466), - [8460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9542), - [8462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6715), - [8464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), - [8466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9462), - [8468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9537), - [8470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6691), - [8472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6251), - [8474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6836), - [8476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6274), - [8478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6335), - [8480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), - [8482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6344), - [8484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6264), - [8486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_identifier, 1), SHIFT(6709), - [8489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6346), - [8491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_identifier, 1), SHIFT(9858), - [8494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6170), - [8496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6347), - [8498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6256), - [8500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6355), - [8502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7196), - [8505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6315), - [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7012), - [8509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9266), - [8511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5600), - [8513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5491), - [8515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6646), - [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7256), - [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7090), - [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4339), - [8523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9536), - [8525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6720), - [8527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6322), - [8529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6323), - [8531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9691), - [8533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), - [8535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5730), - [8537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 2), - [8539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 2), SHIFT_REPEAT(6627), - [8542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 2), - [8544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 2), SHIFT_REPEAT(5345), - [8547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9544), - [8549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6700), - [8551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6722), - [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9503), - [8555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6863), - [8557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5931), - [8559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), - [8561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6841), - [8563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5916), - [8565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5908), - [8567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5899), - [8569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5907), - [8571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9520), - [8573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6712), - [8575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6918), - [8577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6913), - [8579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [8581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [8583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7270), - [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5662), - [8587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5793), - [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5771), - [8591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5783), - [8593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5779), - [8595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5620), - [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5774), - [8599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5773), - [8601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5791), - [8603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6740), - [8605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5946), - [8607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8013), - [8609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [8611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5945), - [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9813), - [8615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), - [8617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), - [8619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(8013), - [8622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9687), - [8624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), - [8626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6947), - [8628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6735), - [8630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9526), - [8632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [8634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7127), - [8636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9209), - [8638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4338), - [8640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5512), - [8642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6658), - [8644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7271), - [8646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7006), - [8648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5591), - [8650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6973), - [8652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5951), - [8654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7019), - [8656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_entry, 5), - [8658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_entry, 5), - [8660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7021), - [8662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), - [8664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6871), - [8666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7098), - [8668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6924), - [8670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7073), - [8672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6211), - [8674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6654), - [8676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10006), - [8678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), - [8680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8129), - [8682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6224), - [8684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5855), - [8686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5865), - [8688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5757), - [8690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5883), - [8692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5874), - [8694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5675), - [8696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5872), - [8698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5854), - [8700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5758), - [8702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6211), - [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9569), - [8706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), - [8708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9500), - [8710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8607), - [8712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6848), - [8714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [8716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [8718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7252), - [8720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9206), - [8722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9207), - [8724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), - [8726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9489), - [8728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4994), - [8730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6867), - [8732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6975), - [8734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9512), - [8736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5195), - [8738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(6637), - [8741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), - [8743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), - [8745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5720), - [8748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5751), - [8751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5752), - [8754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5754), - [8757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5499), - [8760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5755), - [8763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5761), - [8766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5724), - [8769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), - [8771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unescaped_annotation, 1), SHIFT(1297), - [8774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6944), - [8776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5996), - [8778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5991), - [8780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7075), - [8782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9911), - [8784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), - [8786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6958), - [8788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7196), - [8790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9802), - [8792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8717), - [8794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), - [8796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5673), - [8798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9800), - [8800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4623), - [8802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7063), - [8804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modifiers, 1), - [8806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_modifiers, 1), - [8808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5499), - [8810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [8812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5678), - [8814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7038), - [8816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9841), - [8818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [8820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7070), - [8822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), - [8824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6021), - [8826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7068), - [8828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_identifier, 1), SHIFT(6737), - [8831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6791), - [8833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5013), - [8835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7154), - [8838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8652), - [8840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_identifier, 1), SHIFT(9888), - [8843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7154), - [8845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), - [8847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), - [8849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4693), - [8851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8626), - [8853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6954), - [8855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5255), - [8857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), - [8859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8637), - [8861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5114), - [8863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4347), - [8865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5092), - [8867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5384), - [8869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4341), - [8871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7013), - [8873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4656), - [8875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), - [8877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4332), - [8879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7031), - [8881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), - [8883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), - [8885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), - [8887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [8889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [8891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4382), - [8893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), - [8895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4698), - [8897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4360), - [8899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6993), - [8901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [8903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), - [8905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9568), - [8907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), - [8909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8498), - [8911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4989), - [8913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7103), - [8915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [8917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9370), - [8919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4390), - [8921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), - [8923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), - [8925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(6649), - [8928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5793), - [8931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5771), - [8934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5783), - [8937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5779), - [8940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5603), - [8943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5774), - [8946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5773), - [8949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5791), - [8952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7121), - [8954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6696), - [8956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9659), - [8958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), - [8960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9712), - [8962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6718), - [8964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9716), - [8966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_entries, 2), - [8968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5759), - [8970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_entries, 3), - [8972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7133), - [8974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5603), - [8976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [8978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6725), - [8980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9972), - [8982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), - [8984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9969), - [8986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9897), - [8988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6727), - [8990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(8018), - [8993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8018), - [8995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6692), - [8997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9810), - [8999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6693), - [9001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), - [9003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9562), - [9005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9803), - [9007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445), - [9009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1507), - [9011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5676), - [9013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(6654), - [9016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5855), - [9019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5865), - [9022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5883), - [9025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5874), - [9028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5676), - [9031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5872), - [9034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5854), - [9037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5859), - [9040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5735), - [9042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5746), - [9044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6171), - [9046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8301), - [9048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5925), - [9050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7955), - [9053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7955), - [9055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6670), - [9057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5881), - [9059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10079), - [9061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), - [9063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7853), - [9065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__class_member_declarations, 2), - [9067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9835), - [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4671), - [9071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [9073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10065), - [9075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), - [9077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9628), - [9079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5068), - [9081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9860), - [9083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [9085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9496), - [9087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), - [9089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7904), - [9092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7706), - [9094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7904), - [9096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_modifier, 1), - [9098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_modifier, 1), - [9100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(5723), - [9103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_platform_modifier, 1), - [9105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6650), - [9107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9386), - [9109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [9111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5760), - [9113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7680), - [9115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_modifier, 1), - [9117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_modifier, 1), - [9119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_modifier, 1), - [9121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 1), - [9123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 1), - [9125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inheritance_modifier, 1), - [9127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inheritance_modifier, 1), - [9129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5723), - [9131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_modifier, 1), - [9133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_modifier, 1), - [9135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6632), - [9137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6628), - [9139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5781), - [9141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6633), - [9143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5792), - [9145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6657), - [9147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5747), - [9149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(5792), - [9152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7245), - [9155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7872), - [9157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7872), - [9160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7245), - [9162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5765), - [9164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), - [9166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7249), - [9169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7249), - [9171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7869), - [9173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7869), - [9176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9470), - [9178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [9180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5879), - [9182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), - [9184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5889), - [9186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6664), - [9188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7852), - [9190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7217), - [9192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5693), - [9194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5887), - [9196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5694), - [9198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5693), - [9200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5856), - [9202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2977), - [9204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5862), - [9206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4816), - [9208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8331), - [9210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8333), - [9212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8825), - [9214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8331), - [9216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5683), - [9218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5869), - [9220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5685), - [9222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5762), - [9224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5683), - [9226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5868), - [9228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3393), - [9230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5885), - [9232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4537), - [9234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5882), - [9236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4545), - [9238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4663), - [9240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4537), - [9242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5877), - [9244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4580), - [9246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5890), - [9248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5605), - [9250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5884), - [9252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5602), - [9254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5785), - [9256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5605), - [9258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2845), - [9260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5853), - [9262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2853), - [9264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3066), - [9266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), - [9268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5701), - [9270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5713), - [9272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5701), - [9274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), - [9277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 1), - [9279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5858), - [9281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2812), - [9283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5891), - [9285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5689), - [9287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5886), - [9289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5682), - [9291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5689), - [9293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5711), - [9295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5714), - [9297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4574), - [9299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5702), - [9301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5710), - [9303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3558), - [9305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8185), - [9307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9016), - [9309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5697), - [9311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5715), - [9313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3037), - [9315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5745), - [9317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2842), - [9319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), - [9321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4645), - [9323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4723), - [9325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3176), - [9327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5772), - [9329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5990), - [9331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7867), - [9334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7867), - [9336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6644), - [9338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9479), - [9340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8412), - [9342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9975), - [9344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5017), - [9346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9847), - [9348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8507), - [9350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4997), - [9352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), - [9354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), - [9356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8534), - [9358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), - [9360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4654), - [9362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5066), - [9364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), - [9366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [9368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [9370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4980), - [9372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8456), - [9374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), - [9376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4968), - [9378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8432), - [9380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4666), - [9382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), - [9384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8567), - [9386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3619), - [9388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10004), - [9390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7298), - [9392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3568), - [9394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3648), - [9396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9999), - [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), - [9400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7592), - [9402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5846), - [9404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7313), - [9406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5822), - [9408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5842), - [9410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5846), - [9412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7438), - [9414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7295), - [9416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5367), - [9418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7497), - [9420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6685), - [9422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7842), - [9424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7163), - [9426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7381), - [9428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7424), - [9430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7385), - [9432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7408), - [9434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5663), - [9436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7303), - [9438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5688), - [9440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5660), - [9442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5663), - [9444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7429), - [9446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7570), - [9448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7353), - [9450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7306), - [9452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7228), - [9454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7314), - [9456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7353), - [9458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7419), - [9460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7342), - [9462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5696), - [9464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7403), - [9466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7312), - [9468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7340), - [9470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7388), - [9472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7403), - [9474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7320), - [9476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5799), - [9478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7453), - [9480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7324), - [9482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7250), - [9484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7218), - [9486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7316), - [9488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7186), - [9490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7215), - [9492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7218), - [9494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7291), - [9496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8406), - [9498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(6688), - [9501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6688), - [9503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5852), - [9505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6668), - [9507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7907), - [9509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), - [9511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(6685), - [9514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(7842), - [9517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(7138), - [9520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), - [9522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__postfix_unary_expression_repeat1, 2), SHIFT_REPEAT(2138), - [9525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__postfix_unary_expression_repeat1, 2), - [9527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__postfix_unary_expression_repeat1, 2), SHIFT_REPEAT(7730), - [9530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__postfix_unary_expression_repeat1, 2), SHIFT_REPEAT(7139), - [9533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5763), - [9535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_modifiers, 1), - [9537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7138), - [9539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_modifiers, 1), - [9541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__postfix_unary_expression, 2), - [9543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7139), - [9545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_projection_modifiers_repeat1, 2), - [9547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_projection_modifiers_repeat1, 2), - [9549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_projection_modifiers_repeat1, 2), SHIFT_REPEAT(7482), - [9552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2), - [9554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(6644), - [9557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(7853), - [9560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2), - [9562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_modifiers, 1), - [9564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_modifiers, 1), SHIFT(6650), - [9567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_modifiers, 1), - [9569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_modifiers, 1), SHIFT(7219), - [9572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_projection_modifiers, 1), - [9574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_projection_modifiers, 1), - [9576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7856), - [9578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7219), - [9580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_modifiers_repeat1, 2), - [9582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_modifiers_repeat1, 2), SHIFT_REPEAT(6650), - [9585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_modifiers_repeat1, 2), - [9587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_modifiers_repeat1, 2), SHIFT_REPEAT(7219), - [9590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8011), - [9592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(8011), - [9595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_modifiers, 1), - [9597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_modifiers, 1), - [9599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5743), - [9601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7866), - [9603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unescaped_annotation, 1), SHIFT(1310), - [9606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5870), - [9608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9124), - [9610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7849), - [9612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5576), - [9614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7341), - [9616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5778), - [9618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), - [9620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5749), - [9622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), - [9624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6189), - [9626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7607), - [9628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7851), - [9630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6252), - [9632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7635), - [9634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7327), - [9636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9276), - [9638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5585), - [9640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5780), - [9642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5756), - [9644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9126), - [9646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_file_annotation_repeat1, 2), SHIFT_REPEAT(6211), - [9649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_file_annotation_repeat1, 2), - [9651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_file_annotation_repeat1, 2), SHIFT_REPEAT(6224), - [9654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_file_annotation_repeat1, 2), SHIFT_REPEAT(6211), - [9657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7850), - [9659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5864), - [9661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7280), - [9663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7331), - [9665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8015), - [9667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7287), - [9669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7282), - [9671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [9673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_modifier, 1), REDUCE(aux_sym_parameter_modifiers_repeat1, 1), - [9676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_modifier, 1), REDUCE(aux_sym_parameter_modifiers_repeat1, 1), - [9679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_modifier, 1), - [9681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_modifier, 1), - [9683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 1), - [9685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7330), - [9687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7310), - [9689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7323), - [9691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7354), - [9693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(8015), - [9696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7325), - [9698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7318), - [9700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7285), - [9702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7309), - [9704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5742), - [9706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8000), - [9708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7739), - [9710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7755), - [9712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7932), - [9714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7724), - [9716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7725), - [9718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7719), - [9720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6596), - [9722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7979), - [9724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7770), - [9726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7915), - [9729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6601), - [9731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7707), - [9733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7701), - [9735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7629), - [9737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7700), - [9739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7793), - [9741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7640), - [9743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7692), - [9745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6597), - [9747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7991), - [9749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7644), - [9751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7657), - [9753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7630), - [9755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7754), - [9757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7682), - [9759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7686), - [9761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7710), - [9763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7747), - [9765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6598), - [9767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7781), - [9769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7681), - [9771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7956), - [9773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7713), - [9775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7678), - [9777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7782), - [9779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7673), - [9781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7763), - [9783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7670), - [9785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7758), - [9787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7668), - [9789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6599), - [9791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7674), - [9793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8019), - [9795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7737), - [9797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6600), - [9799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7665), - [9801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6594), - [9803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7806), - [9805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7721), - [9807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7762), - [9809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6835), - [9811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 2), - [9813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7775), - [9815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7780), - [9817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7785), - [9819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7792), - [9821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7711), - [9823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7797), - [9825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6595), - [9827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6593), - [9829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7654), - [9831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variance_modifier, 1), - [9833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variance_modifier, 1), - [9835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7795), - [9837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7803), - [9839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7801), - [9841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7633), - [9843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7808), - [9845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7684), - [9847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7816), - [9849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7824), - [9851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7812), - [9853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7703), - [9855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7650), - [9857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7818), - [9859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7624), - [9861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7834), - [9863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7830), - [9865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7688), - [9867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7767), - [9869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7733), - [9871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7667), - [9873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [9875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7687), - [9877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7804), - [9879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7757), - [9881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7837), - [9883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7605), - [9885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), - [9887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), SHIFT_REPEAT(6668), - [9890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), - [9892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7822), - [9894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7645), - [9896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6844), - [9898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 3), - [9900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7603), - [9902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7915), - [9904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7648), - [9906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7620), - [9908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7611), - [9910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7698), - [9912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7660), - [9914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7771), - [9916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7619), - [9918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7787), - [9920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7651), - [9922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7765), - [9924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7044), - [9926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), SHIFT_REPEAT(6685), - [9929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6982), - [9931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6851), - [9933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6955), - [9935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6997), - [9937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3404), - [9939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7129), - [9941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3966), - [9943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3197), - [9945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4760), - [9947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), - [9949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unescaped_annotation, 1), SHIFT(1307), - [9952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5186), - [9954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7867), - [9957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__receiver_type, 1), - [9959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__receiver_type, 1), - [9961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6738), - [9963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__receiver_type, 2), - [9965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__receiver_type, 2), - [9967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7867), - [9970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8268), - [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8131), - [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8042), - [9976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7773), - [9979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7890), - [9981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8155), - [9983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7807), - [9986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7813), - [9989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7819), - [9992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7821), - [9995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7823), - [9998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7825), - [10001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7826), - [10004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7829), - [10007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8161), - [10009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5227), - [10011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7890), - [10014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unescaped_annotation, 1), SHIFT(1328), - [10017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7766), - [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7716), - [10022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3065), - [10024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4879), - [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8235), - [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8248), - [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8254), - [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8189), - [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8266), - [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8255), - [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8120), - [10040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7643), - [10043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8273), - [10045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8280), - [10047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5191), - [10049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8269), - [10051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8263), - [10053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8265), - [10055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8253), - [10057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3459), - [10059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8251), - [10061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8261), - [10063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), - [10065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8274), - [10067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8232), - [10069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8250), - [10071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7690), - [10074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8228), - [10076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7740), - [10079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8245), - [10081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8230), - [10083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8229), - [10085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8224), - [10087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7798), - [10090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8225), - [10092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8233), - [10094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8214), - [10096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), - [10098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8222), - [10100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8221), - [10102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8217), - [10104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8219), - [10106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7697), - [10109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8231), - [10111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8215), - [10113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8218), - [10115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8213), - [10117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8205), - [10119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8204), - [10121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8158), - [10123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8196), - [10125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8198), - [10127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8194), - [10129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8191), - [10131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8146), - [10133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8188), - [10135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8183), - [10137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8186), - [10139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8184), - [10141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8192), - [10143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8180), - [10145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3140), - [10147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8181), - [10149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8179), - [10151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8175), - [10153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8177), - [10155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8174), - [10157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8173), - [10159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8172), - [10161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8168), - [10163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7712), - [10166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8182), - [10168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7714), - [10171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8165), - [10173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4756), - [10175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8170), - [10177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8163), - [10179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8160), - [10181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8026), - [10183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8159), - [10185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8156), - [10187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7741), - [10190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8157), - [10192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3583), - [10194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3960), - [10196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8148), - [10198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7634), - [10201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8145), - [10203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7838), - [10206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8142), - [10208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8275), - [10210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8271), - [10212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9816), - [10214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9377), - [10216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6227), - [10218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9598), - [10220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8270), - [10222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6495), - [10224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8831), - [10226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8832), - [10228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8226), - [10230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8282), - [10232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7777), - [10235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8104), - [10237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8089), - [10239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7735), - [10242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8035), - [10244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7756), - [10247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8039), - [10249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8193), - [10251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7753), - [10254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3994), - [10256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8046), - [10258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8049), - [10260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), - [10262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), - [10264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [10266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3691), - [10268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3630), - [10270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), - [10272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3233), - [10274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3193), - [10276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), - [10278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7894), - [10281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7894), - [10283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3657), - [10285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3680), - [10287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), - [10289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9423), - [10291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7799), - [10293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7695), - [10295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9220), - [10297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8780), - [10299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8761), - [10301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8780), + [7880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [7882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [7884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [7886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [7888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [7890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [7892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4773), + [7894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [7896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [7898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5381), + [7900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [7902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [7904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [7906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [7908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [7910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [7912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), + [7914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [7916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [7918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [7920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3857), + [7922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [7924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [7926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [7928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8741), + [7930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [7932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5157), + [7934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [7936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [7938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [7940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [7942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [7944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [7946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [7948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [7950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [7952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [7954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9728), + [7956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [7958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [7960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9570), + [7962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [7964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [7966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [7968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [7970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [7972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [7974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [7976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [7978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [7980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [7982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [7984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [7986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [7988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [7990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [7992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [7994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), + [7996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [7998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [8000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [8002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [8004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [8006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [8008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [8010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [8012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [8014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [8016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [8018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [8020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [8022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [8024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9520), + [8026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [8028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [8030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [8032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [8034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [8036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [8038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [8040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [8042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [8044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), + [8046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [8048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5155), + [8050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [8052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [8054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [8056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [8058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [8060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), + [8062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [8064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9666), + [8066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [8068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [8070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [8072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [8074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [8076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [8078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [8080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [8082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4759), + [8084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9958), + [8086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9225), + [8088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(9958), + [8091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5752), + [8093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6259), + [8095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), + [8097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [8099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6258), + [8101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6256), + [8103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6255), + [8105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7926), + [8108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6253), + [8110] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7926), + [8113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7779), + [8116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5725), + [8118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7047), + [8120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6653), + [8122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7879), + [8125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6666), + [8127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4558), + [8129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7039), + [8131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7879), + [8133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(4557), + [8136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4557), + [8138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7050), + [8140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5959), + [8142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5958), + [8144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7764), + [8146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6027), + [8148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7055), + [8150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7024), + [8152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9576), + [8154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9355), + [8156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7037), + [8158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), + [8160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4836), + [8162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4835), + [8164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7926), + [8167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5982), + [8169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), + [8171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8963), + [8173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5961), + [8175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [8177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [8179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6000), + [8181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5980), + [8183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5994), + [8185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 2), SHIFT(7880), + [8188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5978), + [8190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7176), + [8193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5981), + [8195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5943), + [8197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(4642), + [8200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4644), + [8202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4642), + [8204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5974), + [8206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7260), + [8208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5951), + [8210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7829), + [8213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7260), + [8216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7880), + [8219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5754), + [8221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6641), + [8223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5922), + [8225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), + [8227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [8229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5927), + [8231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6632), + [8233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5935), + [8235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_expression_repeat1, 2), SHIFT_REPEAT(9576), + [8238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5925), + [8240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5926), + [8242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5931), + [8244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), + [8246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9986), + [8248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6703), + [8250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9555), + [8252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6726), + [8254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9559), + [8256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5924), + [8258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), + [8260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4854), + [8262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6637), + [8264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6656), + [8266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5957), + [8268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(4782), + [8271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7111), + [8273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5929), + [8275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7093), + [8277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5930), + [8279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6362), + [8281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7102), + [8283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4782), + [8285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6236), + [8287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6897), + [8289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7105), + [8291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6905), + [8293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5948), + [8295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6909), + [8297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6031), + [8299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6913), + [8301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(8015), + [8304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6968), + [8306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), + [8308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6895), + [8310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6742), + [8312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_user_type, 1), SHIFT(7880), + [8315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6922), + [8317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6887), + [8319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6955), + [8321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7176), + [8323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6142), + [8325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), + [8327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6951), + [8329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6125), + [8331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6119), + [8333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6137), + [8335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6915), + [8337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5225), + [8339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5231), + [8341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6109), + [8343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6146), + [8345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6115), + [8347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6132), + [8349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6954), + [8351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6843), + [8353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5913), + [8355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8905), + [8357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7255), + [8360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6048), + [8362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6215), + [8364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7133), + [8367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7266), + [8370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6404), + [8372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7266), + [8374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5970), + [8376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7133), + [8378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7075), + [8380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6191), + [8382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7158), + [8384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7255), + [8386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7090), + [8388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7158), + [8391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), + [8393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9981), + [8395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7000), + [8397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__primary_expression, 1), SHIFT(7928), + [8400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6716), + [8402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9755), + [8404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6717), + [8406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9811), + [8408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6959), + [8410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7005), + [8412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6904), + [8414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6820), + [8416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6792), + [8418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7014), + [8420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6791), + [8422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5944), + [8424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6250), + [8426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), + [8428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_identifier, 1), SHIFT(9852), + [8431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_identifier, 1), SHIFT(6683), + [8434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_entry, 4), + [8436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_entry, 4), + [8438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5462), + [8440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_entry, 3), + [8442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_entry, 3), + [8444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5420), + [8446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6727), + [8448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6945), + [8450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9607), + [8452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6802), + [8454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9610), + [8456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6729), + [8458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), + [8460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), + [8462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9578), + [8464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6094), + [8466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498), + [8468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6081), + [8470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5954), + [8472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6080), + [8474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6273), + [8476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6254), + [8478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6078), + [8480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6257), + [8482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6157), + [8484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6263), + [8486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9647), + [8488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6731), + [8490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6992), + [8492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9255), + [8494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4342), + [8496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5478), + [8498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6649), + [8500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7223), + [8502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5758), + [8504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7195), + [8507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 2), + [8509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 2), SHIFT_REPEAT(6631), + [8512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statement_repeat1, 2), + [8514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_repeat1, 2), SHIFT_REPEAT(5362), + [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6781), + [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5542), + [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9531), + [8523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6121), + [8525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6344), + [8527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), + [8529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6348), + [8531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6123), + [8533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6351), + [8535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6355), + [8537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6403), + [8539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6963), + [8541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6685), + [8543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6124), + [8545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9637), + [8547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9485), + [8549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9872), + [8551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), + [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7046), + [8555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6682), + [8557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6736), + [8559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), + [8561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [8563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7273), + [8565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5768), + [8567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5769), + [8569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5776), + [8571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5777), + [8573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5611), + [8575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5779), + [8577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5784), + [8579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5766), + [8581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6982), + [8583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9213), + [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), + [8587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5481), + [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6643), + [8591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7222), + [8593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [8595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6971), + [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5549), + [8599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6391), + [8601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6390), + [8603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6833), + [8605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7012), + [8607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6846), + [8609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6848), + [8611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6907), + [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6698), + [8615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7991), + [8617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9678), + [8619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), + [8621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9804), + [8623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7097), + [8625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7991), + [8628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [8630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5651), + [8632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6692), + [8634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7061), + [8636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_when_entry, 5), + [8638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_entry, 5), + [8640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [8642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5664), + [8644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10039), + [8646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [8648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7041), + [8650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6387), + [8652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7034), + [8654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7003), + [8656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), + [8658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [8660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7242), + [8662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9453), + [8664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9454), + [8666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6773), + [8668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5909), + [8670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6671), + [8672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9495), + [8674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8467), + [8676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8032), + [8678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5910), + [8680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5875), + [8682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5873), + [8684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5733), + [8686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5846), + [8688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5862), + [8690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5672), + [8692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5847), + [8694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5878), + [8696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5731), + [8698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5909), + [8700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [8702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9794), + [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8766), + [8706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unescaped_annotation, 1), SHIFT(1294), + [8709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9524), + [8711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), + [8713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10037), + [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5084), + [8717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modifiers, 1), + [8719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_modifiers, 1), + [8721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5506), + [8723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6377), + [8725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6379), + [8727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7043), + [8729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9890), + [8731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4650), + [8733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9462), + [8735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), + [8737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7030), + [8739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [8741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5667), + [8743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6944), + [8745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7026), + [8747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6375), + [8749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6919), + [8751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6991), + [8753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(6638), + [8756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), + [8758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), + [8760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5740), + [8763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5741), + [8766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5750), + [8769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5716), + [8772] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5506), + [8775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5718), + [8778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5719), + [8781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5744), + [8784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7023), + [8786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7195), + [8788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7013), + [8790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [8792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [8794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5668), + [8796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), + [8798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9486), + [8800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [8802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6880), + [8804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9492), + [8806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5004), + [8808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9734), + [8810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), + [8812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8754), + [8814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), + [8816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), + [8818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_identifier, 1), SHIFT(6690), + [8821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_simple_identifier, 1), SHIFT(9880), + [8824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), + [8826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4341), + [8828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [8830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9111), + [8832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4357), + [8834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [8836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [8838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), + [8840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8612), + [8842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), + [8844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), + [8846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9601), + [8848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4362), + [8850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5220), + [8852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [8854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6973), + [8856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7155), + [8858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5197), + [8860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4677), + [8862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5066), + [8864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), + [8866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5406), + [8868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4339), + [8870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8506), + [8872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6998), + [8874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4981), + [8876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6964), + [8878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7116), + [8880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4993), + [8882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4646), + [8884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4870), + [8886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4384), + [8888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), + [8890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4385), + [8892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [8894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7155), + [8897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8719), + [8899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7015), + [8901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), + [8903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6972), + [8905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), + [8907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4347), + [8909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6696), + [8911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), + [8913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7010), + [8915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5748), + [8917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9724), + [8919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7001), + [8921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(6644), + [8924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5768), + [8927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5769), + [8930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5776), + [8933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5777), + [8936] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5605), + [8939] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5779), + [8942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5784), + [8945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5766), + [8948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6699), + [8950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_entries, 3), + [8952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9539), + [8954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5605), + [8956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9537), + [8958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_entries, 2), + [8960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [8962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8004), + [8964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6691), + [8966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9906), + [8968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [8970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9982), + [8972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6694), + [8974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(8004), + [8977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9979), + [8979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9848), + [8981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9661), + [8983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), + [8985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9853), + [8987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6715), + [8989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6714), + [8991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), + [8993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), + [8995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(6671), + [8998] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5875), + [9001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5873), + [9004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5846), + [9007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5862), + [9010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5669), + [9013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5847), + [9016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5878), + [9019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2), SHIFT_REPEAT(5845), + [9022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5669), + [9024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6199), + [9026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8314), + [9028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5720), + [9030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5736), + [9032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(8013), + [9035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8013), + [9037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6158), + [9039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6650), + [9041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5869), + [9043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9954), + [9045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3794), + [9047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7850), + [9049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9622), + [9051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5056), + [9053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__class_member_declarations, 2), + [9055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9767), + [9057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3287), + [9059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9553), + [9061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), + [9063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9477), + [9065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [9067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9828), + [9071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4666), + [9073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7711), + [9075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7989), + [9078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7989), + [9080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6657), + [9082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9360), + [9084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 1), + [9086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 1), + [9088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inheritance_modifier, 1), + [9090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inheritance_modifier, 1), + [9092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_modifier, 1), + [9094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_modifier, 1), + [9096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [9098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_platform_modifier, 1), + [9100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5760), + [9102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_modifier, 1), + [9104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(5735), + [9107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_modifier, 1), + [9109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_modifier, 1), + [9111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7632), + [9113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_modifier, 1), + [9115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_modifier, 1), + [9117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5735), + [9119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6678), + [9121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6665), + [9123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6630), + [9125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(5767), + [9128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5782), + [9130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5753), + [9132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5767), + [9134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6640), + [9136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7261), + [9138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7261), + [9141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7996), + [9144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7996), + [9146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7231), + [9149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7231), + [9151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5726), + [9153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [9155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7995), + [9158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7995), + [9160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9468), + [9162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [9164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5856), + [9166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2879), + [9168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5688), + [9170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5881), + [9172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6676), + [9174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5689), + [9176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7836), + [9178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7212), + [9180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5688), + [9182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5867), + [9184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3375), + [9186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5871), + [9188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3019), + [9190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5614), + [9192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5851), + [9194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5601), + [9196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5774), + [9198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5614), + [9200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4531), + [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5859), + [9204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4538), + [9206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4668), + [9208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4531), + [9210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2846), + [9212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5872), + [9214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2857), + [9216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3063), + [9218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), + [9220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5874), + [9222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4576), + [9224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5863), + [9226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), + [9228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5865), + [9230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4772), + [9232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8322), + [9234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8318), + [9236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8789), + [9238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8322), + [9240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5677), + [9242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5880), + [9244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5676), + [9246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5677), + [9248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5883), + [9250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5879), + [9252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5681), + [9254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5858), + [9256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5680), + [9258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5747), + [9260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5681), + [9262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5699), + [9264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5698), + [9266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5699), + [9268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5884), + [9270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5885), + [9272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 1), REDUCE(aux_sym_modifiers_repeat1, 1), + [9275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 1), + [9277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8819), + [9279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5706), + [9281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5701), + [9283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5693), + [9285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5709), + [9287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3555), + [9289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5691), + [9291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5700), + [9293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2845), + [9295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8161), + [9297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5785), + [9299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4554), + [9301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3263), + [9303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4643), + [9305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5732), + [9307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), + [9309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4755), + [9311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2984), + [9313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5964), + [9315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6680), + [9317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9479), + [9319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4979), + [9321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9473), + [9323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8443), + [9325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7992), + [9327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7992), + [9330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10138), + [9332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8592), + [9334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4967), + [9336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5030), + [9338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8397), + [9340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8502), + [9342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4970), + [9344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8525), + [9346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), + [9348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4628), + [9350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [9352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), + [9354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3659), + [9356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9998), + [9358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7327), + [9360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3556), + [9362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3697), + [9364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9993), + [9366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), + [9368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [9370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4662), + [9372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), + [9374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5009), + [9376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8435), + [9378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), + [9380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [9382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), + [9384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7489), + [9386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7440), + [9388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7488), + [9390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6626), + [9392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7851), + [9394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7146), + [9396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7549), + [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7466), + [9400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7393), + [9402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7332), + [9404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7237), + [9406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7423), + [9408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7552), + [9410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7322), + [9412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5322), + [9414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7280), + [9416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8419), + [9418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5661), + [9420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7297), + [9422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5679), + [9424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5660), + [9426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5661), + [9428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7579), + [9430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7329), + [9432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5710), + [9434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7206), + [9436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7284), + [9438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7189), + [9440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7210), + [9442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7206), + [9444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7511), + [9446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7495), + [9448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7302), + [9450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7348), + [9452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7470), + [9454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7495), + [9456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5841), + [9458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7335), + [9460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5834), + [9462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5835), + [9464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5841), + [9466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7449), + [9468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7344), + [9470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5786), + [9472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7342), + [9474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7309), + [9476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7259), + [9478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7301), + [9480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7342), + [9482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6728), + [9484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(6728), + [9487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5860), + [9489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6669), + [9491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7874), + [9493] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_modifiers, 1), + [9495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7181), + [9497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_modifiers, 1), + [9499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__postfix_unary_expression_repeat1, 2), SHIFT_REPEAT(2114), + [9502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__postfix_unary_expression_repeat1, 2), + [9504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__postfix_unary_expression_repeat1, 2), SHIFT_REPEAT(7824), + [9507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__postfix_unary_expression_repeat1, 2), SHIFT_REPEAT(7162), + [9510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), + [9512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(6626), + [9515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(7851), + [9518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(7181), + [9521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_modifiers_repeat1, 2), + [9523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5715), + [9525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__postfix_unary_expression, 2), + [9527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7162), + [9529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2), + [9531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(6680), + [9534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2), SHIFT_REPEAT(7850), + [9537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 2), + [9539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_modifiers_repeat1, 2), + [9541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_modifiers_repeat1, 2), SHIFT_REPEAT(6657), + [9544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_modifiers_repeat1, 2), + [9546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_modifiers_repeat1, 2), SHIFT_REPEAT(7207), + [9549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7930), + [9551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_projection_modifiers_repeat1, 2), + [9553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_projection_modifiers_repeat1, 2), + [9555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_type_projection_modifiers_repeat1, 2), SHIFT_REPEAT(7520), + [9558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_modifiers, 1), + [9560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_modifiers, 1), + [9562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7207), + [9564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7860), + [9566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_type_modifiers, 1), SHIFT(6657), + [9569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_type_modifiers, 1), SHIFT(7207), + [9572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_modifiers, 1), + [9574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_modifiers, 1), + [9576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_projection_modifiers, 1), + [9578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_projection_modifiers, 1), + [9580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7930), + [9583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5789), + [9585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5854), + [9587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6186), + [9589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5773), + [9591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5730), + [9593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7751), + [9595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), + [9597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7852), + [9599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5861), + [9601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7759), + [9603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7837), + [9605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_file_annotation_repeat1, 2), SHIFT_REPEAT(5909), + [9608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_file_annotation_repeat1, 2), + [9610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_file_annotation_repeat1, 2), SHIFT_REPEAT(5910), + [9613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_file_annotation_repeat1, 2), SHIFT_REPEAT(5909), + [9616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5745), + [9618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7835), + [9620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6305), + [9622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9121), + [9624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9122), + [9626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unescaped_annotation, 1), SHIFT(1298), + [9629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), + [9631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7295), + [9633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5540), + [9635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7294), + [9637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5535), + [9639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5737), + [9641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7856), + [9643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9159), + [9645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7343), + [9647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7285), + [9649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [9651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7277), + [9653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7321), + [9655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7311), + [9657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7349), + [9659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(8005), + [9662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7292), + [9664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8005), + [9666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7336), + [9668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7316), + [9670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7339), + [9672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5738), + [9674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_modifier, 1), REDUCE(aux_sym_parameter_modifiers_repeat1, 1), + [9677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_modifier, 1), REDUCE(aux_sym_parameter_modifiers_repeat1, 1), + [9680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_modifier, 1), + [9682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_modifier, 1), + [9684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_modifiers_repeat1, 1), + [9686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7323), + [9688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7281), + [9690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6593), + [9692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6589), + [9694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7910), + [9696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7623), + [9698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8019), + [9700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7796), + [9702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7663), + [9704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7983), + [9706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7635), + [9708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7763), + [9710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7821), + [9712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6586), + [9714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6585), + [9716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7722), + [9718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7979), + [9721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7827), + [9723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7682), + [9725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7809), + [9727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7693), + [9729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6587), + [9731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7803), + [9733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7616), + [9735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7831), + [9737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7891), + [9739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7740), + [9741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7801), + [9743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6595), + [9745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7788), + [9747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6588), + [9749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7771), + [9751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8002), + [9753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7653), + [9755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7768), + [9757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6590), + [9759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7784), + [9761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6592), + [9763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7800), + [9765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7981), + [9767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7774), + [9769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7783), + [9771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7810), + [9773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), + [9775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), SHIFT_REPEAT(6669), + [9778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), + [9780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7736), + [9782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7743), + [9784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [9786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7630), + [9788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7799), + [9790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7777), + [9792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7700), + [9794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7707), + [9796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7734), + [9798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7749), + [9800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7765), + [9802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7651), + [9804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7745), + [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7647), + [9808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7738), + [9810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7685), + [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7767), + [9814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7641), + [9816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7719), + [9818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7684), + [9820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7613), + [9822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7830), + [9824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7689), + [9826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7716), + [9828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7597), + [9830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7710), + [9832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7776), + [9834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7713), + [9836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7755), + [9838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6939), + [9840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 2), + [9842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7627), + [9844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7728), + [9846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7702), + [9848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7681), + [9850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variance_modifier, 1), + [9852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variance_modifier, 1), + [9854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7667), + [9856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7692), + [9858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7687), + [9860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7678), + [9862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7703), + [9864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7662), + [9866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7718), + [9868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7797), + [9870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7979), + [9872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7633), + [9874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7604), + [9876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7624), + [9878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7780), + [9880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7619), + [9882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7628), + [9884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7806), + [9886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7626), + [9888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7605), + [9890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7610), + [9892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7096), + [9894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 3), + [9896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7698), + [9898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7648), + [9900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7608), + [9902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7629), + [9904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7606), + [9906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7760), + [9908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6976), + [9910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6937), + [9912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6970), + [9914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3911), + [9916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6989), + [9918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), SHIFT_REPEAT(6626), + [9921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5150), + [9923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7033), + [9925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3403), + [9927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7109), + [9929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3079), + [9931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), + [9933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unescaped_annotation, 1), SHIFT(1343), + [9936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4709), + [9938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__receiver_type, 1), + [9940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__receiver_type, 1), + [9942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6695), + [9944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7992), + [9947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8105), + [9949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7992), + [9952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__receiver_type, 2), + [9954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__receiver_type, 2), + [9956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3395), + [9958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8082), + [9960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7757), + [9963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7754), + [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8217), + [9968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4847), + [9970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4017), + [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8038), + [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8235), + [9976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7878), + [9978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8238), + [9980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8155), + [9982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8154), + [9984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8152), + [9986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8240), + [9988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8248), + [9990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8260), + [9992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9810), + [9994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9372), + [9996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5947), + [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9550), + [10000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8263), + [10002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6492), + [10004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8876), + [10006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8878), + [10008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unescaped_annotation, 1), SHIFT(1328), + [10011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8046), + [10013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8262), + [10015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8030), + [10017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7762), + [10020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3902), + [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8035), + [10024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7721), + [10027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7804), + [10030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3156), + [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8266), + [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7739), + [10036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7726), + [10039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8245), + [10041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8131), + [10043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8135), + [10045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8146), + [10047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8153), + [10049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3536), + [10051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8157), + [10053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8159), + [10055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8113), + [10057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8163), + [10059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8164), + [10061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8166), + [10063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8093), + [10065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8171), + [10067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8180), + [10069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8181), + [10071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8183), + [10073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8092), + [10075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8186), + [10077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8215), + [10079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8268), + [10081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8187), + [10083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5175), + [10085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8258), + [10087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8271), + [10089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8088), + [10091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7660), + [10094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7661), + [10097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8087), + [10099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7664), + [10102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7808), + [10105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8261), + [10107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8214), + [10109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7637), + [10112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8272), + [10114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7668), + [10117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8080), + [10119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7669), + [10122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7671), + [10125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8273), + [10127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8078), + [10129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3103), + [10131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8276), + [10133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8277), + [10135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7677), + [10138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8077), + [10140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8275), + [10142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8274), + [10144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8075), + [10146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7679), + [10149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8199), + [10151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8074), + [10153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7769), + [10156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8267), + [10158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8200), + [10160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8073), + [10162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7601), + [10165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8064), + [10167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8061), + [10169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8265), + [10171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8228), + [10173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8264), + [10175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8270), + [10177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8060), + [10179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8020), + [10181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8201), + [10183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8058), + [10185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8055), + [10187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8212), + [10189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8054), + [10191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8255), + [10193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7819), + [10196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8251), + [10198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8250), + [10200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8249), + [10202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8209), + [10204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7781), + [10207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), + [10209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8219), + [10211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8179), + [10213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), + [10215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8227), + [10217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7789), + [10220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8236), + [10222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7704), + [10225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7878), + [10228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8221), + [10230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8222), + [10232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5217), + [10234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4699), + [10236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 2), SHIFT(7683), + [10239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8244), + [10241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_user_type, 1), SHIFT(7828), + [10244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [10246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), + [10248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [10250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3698), + [10252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3624), + [10254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), + [10256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7961), + [10259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7961), + [10261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3101), + [10263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3242), + [10265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), + [10267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7825), + [10269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3678), + [10271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3674), + [10273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), + [10275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8734), + [10277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8633), + [10279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8734), + [10281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9233), + [10283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7778), + [10285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9169), + [10287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8123), + [10289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8047), + [10291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10127), + [10293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6179), + [10295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8057), + [10297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6462), + [10299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4159), + [10301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4146), [10303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8133), - [10305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8276), - [10307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9705), - [10309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5898), - [10311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8257), - [10313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6529), - [10315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5110), - [10317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5109), - [10319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8152), - [10321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8171), - [10323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9853), - [10325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6107), - [10327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8087), - [10329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6462), - [10331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), - [10333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), - [10335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8029), - [10337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9640), - [10339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6225), - [10341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8167), - [10343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6486), - [10345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5348), - [10347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5352), - [10349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8190), - [10351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8130), - [10353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9696), - [10355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5989), - [10357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8054), - [10359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6490), - [10361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5450), - [10363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5448), - [10365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8052), - [10367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9644), - [10369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6294), - [10371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8031), - [10373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6478), - [10375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), - [10377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4721), - [10379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8149), - [10381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8203), - [10383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9926), - [10385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6068), - [10387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8176), - [10389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6458), - [10391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), - [10393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), - [10395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8140), - [10397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8244), - [10399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9626), - [10401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6308), - [10403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8067), - [10405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6520), - [10407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [10409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [10411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8166), - [10413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8094), - [10415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9789), - [10417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6077), - [10419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8128), - [10421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6472), - [10423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4311), - [10425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), - [10427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8032), - [10429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9898), - [10431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6139), - [10433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8055), - [10435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6516), - [10437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5615), - [10439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5614), - [10441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8210), - [10443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9667), - [10445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5893), - [10447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8241), - [10449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6502), - [10451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5651), - [10453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5644), - [10455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_site_target, 2), - [10457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_site_target, 2), - [10459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8080), - [10461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10135), - [10463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6240), - [10465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8095), - [10467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6513), - [10469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [10471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [10473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8102), - [10475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10131), - [10477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6019), - [10479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8115), - [10481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6459), - [10483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4059), - [10485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4058), - [10487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8063), - [10489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9746), - [10491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6148), - [10493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8059), - [10495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6500), - [10497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5626), - [10499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5623), - [10501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8197), - [10503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9506), - [10505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6301), - [10507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8057), - [10509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6531), - [10511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), - [10513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), - [10515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8069), - [10517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9957), - [10519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6064), - [10521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8064), - [10523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6485), - [10525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4264), - [10527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), - [10529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8058), - [10531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9639), - [10533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6379), - [10535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8127), - [10537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6517), - [10539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), - [10541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), - [10543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8075), - [10545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9915), - [10547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6057), - [10549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8070), - [10551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6532), - [10553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4197), - [10555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4198), - [10557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8088), - [10559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9925), - [10561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5926), - [10563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8077), - [10565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6514), - [10567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), - [10569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4096), - [10571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8223), - [10573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8051), - [10575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9672), - [10577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6101), - [10579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8084), - [10581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6510), - [10583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5355), - [10585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5354), - [10587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8112), - [10589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9959), - [10591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5975), - [10593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8092), - [10595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6494), - [10597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), - [10599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [10601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8028), - [10603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8258), - [10605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9525), - [10607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6280), - [10609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8259), - [10611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6519), - [10613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9189), - [10615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9190), - [10617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8118), - [10619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10129), - [10621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6087), - [10623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8124), - [10625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6511), - [10627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), - [10629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4097), - [10631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8096), - [10633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10133), - [10635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6184), - [10637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8101), - [10639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6524), - [10641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), - [10643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4184), - [10645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8141), - [10647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9630), - [10649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6334), - [10651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8264), - [10653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6488), - [10655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), - [10657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), - [10659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8236), - [10661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9737), - [10663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5910), - [10665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8240), - [10667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6506), - [10669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5277), - [10671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5278), - [10673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8083), - [10675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9909), - [10677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6330), - [10679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8201), - [10681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6483), - [10683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), - [10685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [10687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5949), - [10689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [10691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [10693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6661), - [10695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6643), - [10697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5741), - [10699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6117), - [10701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5943), - [10703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5900), - [10705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6340), - [10707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6651), - [10709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6634), - [10711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9217), - [10713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6030), - [10715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [10717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [10719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6084), - [10721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9245), - [10723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7940), - [10725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9398), - [10727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6089), - [10729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6104), - [10731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [10733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [10735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7940), - [10738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6675), - [10740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6170), - [10742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6281), - [10744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9410), - [10746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9400), - [10748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9441), - [10750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6316), - [10752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6682), - [10754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), - [10756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), - [10758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), SHIFT_REPEAT(6624), - [10761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), - [10763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), - [10765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [10767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [10769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), - [10771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [10773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6784), - [10775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [10777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [10779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), - [10781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [10783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), - [10785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), - [10787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [10789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7120), - [10791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [10793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [10795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [10797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 1), - [10799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), - [10801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [10803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), - [10805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7029), - [10807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), - [10809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), - [10811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [10813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7058), - [10815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 2), - [10817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), - [10819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6686), - [10821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7943), - [10823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7037), - [10825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [10827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8164), - [10829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), - [10831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8441), - [10833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7278), - [10835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4893), - [10837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8423), - [10839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), - [10841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8444), - [10843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), SHIFT_REPEAT(6686), - [10846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7135), - [10848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), - [10850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8430), - [10852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4836), - [10854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [10856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7278), - [10859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6995), - [10861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), - [10863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6999), - [10865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [10867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8424), - [10869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6981), - [10871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1741), - [10874] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(8164), - [10877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), - [10879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(8441), - [10882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), - [10884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8454), - [10886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5260), - [10888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), - [10890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8404), - [10892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), - [10894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7135), - [10897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5976), - [10899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), - [10901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6026), - [10903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), - [10905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6109), - [10907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), - [10909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6111), - [10911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6103), - [10913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6373), - [10915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), - [10917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6116), - [10919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6380), - [10921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6400), - [10923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6410), - [10925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6081), - [10927] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [10929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9838), - [10931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9837), - [10933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9836), - [10935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6406), - [10937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [10939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6397), - [10941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6391), - [10943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6384), - [10945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6220), - [10947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6018), - [10949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6014), - [10951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6370), - [10953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), - [10955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10149), - [10957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9212), - [10959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6012), - [10961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6366), - [10963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6365), - [10965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6360), - [10967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6158), - [10969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6155), - [10971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6153), - [10973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6232), - [10975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), - [10977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6150), - [10979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6216), - [10981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6267), - [10983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6212), - [10985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6203), - [10987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6079), - [10989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), - [10991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6076), - [10993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 3), - [10995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6075), - [10997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6041), - [10999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6071), - [11001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6341), - [11003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [11005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5914), - [11007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [11009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10146), - [11011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9309), - [11013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5933), - [11015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6353), - [11017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6356), - [11019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6000), - [11021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6205), - [11023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier, 1), - [11025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8252), - [11027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9260), - [11029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8209), - [11031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9263), - [11033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6015), - [11035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6052), - [11037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6233), - [11039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [11041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6047), - [11043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6265), - [11045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6262), - [11047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6199), - [11049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6257), - [11051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6044), - [11053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6040), - [11055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5930), - [11057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6305), - [11059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7225), - [11061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6028), - [11063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6050), - [11065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6025), - [11067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6181), - [11069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6024), - [11071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6004), - [11073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), - [11075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9964), - [11077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9231), - [11079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5922), - [11081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5987), - [11083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6086), - [11085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5947), - [11087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6011), - [11089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6956), - [11091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7627), - [11093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9582), - [11095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9383), - [11097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7184), - [11099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6342), - [11101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), - [11103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier, 2), - [11105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6327), - [11107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6238), - [11109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [11111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5970), - [11113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5972), - [11115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5974), - [11117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6321), - [11119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5981), - [11121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [11123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5994), - [11125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6147), - [11127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6009), - [11129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6194), - [11131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9540), - [11133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6180), - [11135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6051), - [11137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [11139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6138), - [11141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6318), - [11143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6056), - [11145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7184), - [11148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6058), - [11150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6062), - [11152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9732), - [11154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9818), - [11156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6032), - [11158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), - [11160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6161), - [11162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), - [11164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5982), - [11166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6167), - [11168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6188), - [11170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6192), - [11172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9533), - [11174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6131), - [11176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), - [11178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5957), - [11180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), - [11182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6244), - [11184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5958), - [11186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5963), - [11188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5964), - [11190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6112), - [11192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_identifier_repeat1, 2), - [11194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_identifier_repeat1, 2), SHIFT_REPEAT(8252), - [11197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10150), - [11199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9411), - [11201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9884), - [11203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6331), - [11205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [11207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5917), - [11209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6108), - [11211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7225), - [11214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6088), - [11216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6853), - [11218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10138), - [11220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9450), - [11222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5935), - [11224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6393), - [11226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6284), - [11228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6003), - [11230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6349), - [11232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interpolation, 3, .production_id = 6), - [11234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interpolation, 3, .production_id = 6), - [11236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_identifier_repeat1, 2), - [11238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_statements_repeat1, 2), - [11240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_statements_repeat1, 2), SHIFT_REPEAT(259), - [11243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8823), - [11245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 3), - [11247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [11249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interpolation, 2, .production_id = 4), - [11251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interpolation, 2, .production_id = 4), - [11253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2), SHIFT_REPEAT(7876), - [11256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2), - [11258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8947), - [11260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 2), - [11262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statements, 1), - [11264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [11266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7059), - [11268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6761), - [11270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 3, .production_id = 5), - [11272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_entries, 1), - [11274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5616), - [11276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enum_entries_repeat1, 2), - [11278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enum_entries_repeat1, 2), SHIFT_REPEAT(5650), - [11281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [11283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7876), - [11285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), - [11287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7122), - [11289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6792), - [11291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 4, .production_id = 7), - [11293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5618), - [11295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5753), - [11297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), - [11299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [11301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [11303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6672), - [11305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), - [11307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6615), - [11309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), - [11311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7985), - [11313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), - [11315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 4), - [11317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6198), - [11319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 4), - [11321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2832), - [11323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_type_parameters_repeat1, 2), SHIFT_REPEAT(5888), - [11326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_type_parameters_repeat1, 2), - [11328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), - [11330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6191), - [11332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7447), - [11334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1), - [11336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4753), - [11338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5832), - [11340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9242), - [11342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8922), - [11344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [11346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5573), - [11348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7641), - [11350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5847), - [11352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6608), - [11354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4688), - [11356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), - [11358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), - [11360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9530), - [11362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6705), - [11364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5967), - [11366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5540), - [11368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8701), - [11370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5550), - [11372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4632), - [11374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6049), - [11376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5830), - [11378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5888), - [11380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4751), - [11382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), - [11384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6217), - [11386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5848), - [11388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5788), - [11390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5215), - [11392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), - [11394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), - [11396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 3), - [11398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6618), - [11400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_parameters_repeat1, 2), SHIFT_REPEAT(5606), - [11403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__class_parameters_repeat1, 2), - [11405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4767), - [11407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6607), - [11409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6383), - [11411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [11413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), - [11415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [11417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), - [11419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7647), - [11421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8951), - [11423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 2), - [11425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6119), - [11427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7709), - [11429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6395), - [11431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, .production_id = 1), - [11433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [11435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9858), - [11437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6709), - [11439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5737), - [11441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5565), - [11443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5920), - [11445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5954), - [11447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [11449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6279), - [11451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6207), - [11453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [11455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6300), - [11457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5558), - [11459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6609), - [11461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4991), - [11463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), SHIFT_REPEAT(5753), - [11466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), - [11468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), - [11470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 1), - [11472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6230), - [11474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [11476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_value_arguments_repeat1, 2), SHIFT_REPEAT(1412), - [11479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_value_arguments_repeat1, 2), - [11481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [11483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [11485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_entry_repeat1, 2), SHIFT_REPEAT(817), - [11488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_when_entry_repeat1, 2), - [11490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6603), - [11492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), - [11494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [11496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5259), - [11498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5712), - [11500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6677), - [11502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6029), - [11504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6176), - [11506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6295), - [11508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6648), - [11510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9019), - [11512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), - [11514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), - [11516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), - [11518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_indexing_suffix_repeat1, 2), SHIFT_REPEAT(2171), - [11521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [11523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [11525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4), - [11527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5845), - [11529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [11531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [11533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3), - [11535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [11537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_value_parameters_repeat1, 2), SHIFT_REPEAT(6625), - [11540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_value_parameters_repeat1, 2), - [11542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5595), - [11544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8486), - [11546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), - [11548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5560), - [11550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [11552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), - [11554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5861), - [11556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6273), - [11558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4604), - [11560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [11562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4605), - [11564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [11566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5086), - [11568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6617), - [11570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8439), - [11572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), - [11574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8986), - [11576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5487), - [11578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [11580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), - [11582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [11584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), - [11586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lambda_parameters_repeat1, 2), SHIFT_REPEAT(7447), - [11589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lambda_parameters_repeat1, 2), - [11591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), SHIFT_REPEAT(6672), - [11594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), - [11596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9504), - [11598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8278), - [11600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [11602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9155), - [11604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6620), - [11606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), - [11608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), - [11610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), - [11612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [11614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4855), - [11616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6622), - [11618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), - [11620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), - [11622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9920), - [11624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6403), - [11626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [11628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), - [11630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), - [11632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7693), - [11634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5489), - [11636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6061), - [11638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, .production_id = 2), - [11640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), - [11642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), - [11644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5538), - [11646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5055), - [11648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [11650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), - [11652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5555), - [11654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5235), - [11656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_multi_variable_declaration_repeat1, 2), SHIFT_REPEAT(7985), - [11659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_multi_variable_declaration_repeat1, 2), - [11661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5849), - [11663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4603), - [11665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5860), - [11667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8381), - [11669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [11671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8375), - [11673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6614), - [11675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), - [11677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5873), - [11679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), - [11681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [11683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6605), - [11685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), - [11687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7864), - [11689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4892), - [11691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5825), - [11693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5596), - [11695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [11697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5840), - [11699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [11701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7859), - [11703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [11705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [11707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5572), - [11709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), - [11711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7471), - [11713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [11715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7360), - [11717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [11719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7336), - [11721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5707), - [11723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [11725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6746), - [11727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(9019), - [11730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), - [11732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6616), - [11734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [11736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 2), - [11738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5553), - [11740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7247), - [11742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [11744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [11746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7263), - [11748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [11750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), - [11752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [11754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), - [11756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), - [11758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), - [11760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5703), - [11762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [11764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [11766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), - [11768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5700), - [11770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6619), - [11772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [11774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5722), - [11776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [11778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [11780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4705), - [11782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5598), - [11784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), - [11786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4550), - [11788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [11790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6611), - [11792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6606), - [11794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8519), - [11796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4670), - [11798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5588), - [11800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [11802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4575), - [11804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [11806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8470), - [11808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6612), - [11810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [11812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5581), - [11814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5699), - [11816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5589), - [11818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [11820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 5, .production_id = 5), - [11822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 5), - [11824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), - [11826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5556), - [11828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), - [11830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 5), - [11832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5716), - [11834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [11836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5804), - [11838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6602), - [11840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5004), - [11842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), - [11844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5545), - [11846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5638), - [11848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), - [11850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6604), - [11852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), - [11854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [11856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), - [11858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [11860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5544), - [11862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), - [11864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6613), - [11866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 6, .production_id = 7), - [11868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5642), - [11870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 4), - [11872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [11874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6178), - [11876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), - [11878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), - [11880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6610), - [11882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), - [11884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [11886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [11888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7736), - [11890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7729), - [11892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7814), - [11894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7817), - [11896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7751), - [11898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7769), - [11900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4, .production_id = 2), - [11902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), - [11904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4379), - [11906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [11908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4389), - [11910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), - [11912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), - [11914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9804), - [11916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6713), - [11918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), - [11920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5897), - [11922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9888), - [11924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6737), - [11926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7720), - [11928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7715), - [11930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4394), - [11932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_delegation_call, 2), - [11934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7810), - [11936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9430), - [11938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_header, 3), - [11940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_projection, 2), - [11942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7750), - [11944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7679), - [11946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), - [11948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7827), - [11950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7820), - [11952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7742), - [11954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7764), - [11956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_test, 2), - [11958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7752), - [11960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7768), - [11962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7748), - [11964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7790), - [11966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7705), - [11968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6186), - [11970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_with_optional_type, 2), - [11972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7702), - [11974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7621), - [11976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4354), - [11978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [11980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7699), - [11982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7832), - [11984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7831), - [11986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7746), - [11988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7749), - [11990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7704), - [11992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7669), - [11994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7617), - [11996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7761), - [11998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7726), - [12000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7664), - [12002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7691), - [12004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7732), - [12006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7731), - [12008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5698), - [12010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7662), - [12012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5941), - [12014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_with_optional_type, 1), - [12016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [12018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7671), - [12020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_projection, 1), - [12022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7677), - [12024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4371), - [12026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7656), - [12028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7615), - [12030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), - [12032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7800), - [12034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7796), - [12036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), - [12038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7661), - [12040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7663), - [12042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7744), - [12044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7802), - [12046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_header, 4), - [12048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7760), - [12050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), - [12052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, .production_id = 1), - [12054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8260), - [12056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [12058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4609), - [12060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5084), - [12062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6673), - [12064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10020), - [12066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), - [12068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_parameters, 2), - [12070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8496), - [12072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5129), - [12074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6387), - [12076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6388), - [12078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10028), - [12080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6398), - [12082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6399), - [12084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10034), - [12086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10041), - [12088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10047), - [12090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6354), - [12092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8600), - [12094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7192), - [12096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6120), - [12098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6110), - [12100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6126), - [12102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [12104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8612), - [12106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), - [12108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8246), - [12110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8480), - [12112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_alias, 2, .production_id = 2), - [12114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8056), - [12116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6405), - [12118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8631), - [12120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), - [12122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [12124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6253), - [12126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [12128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [12130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8554), - [12132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5937), - [12134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5105), - [12136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), - [12138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8267), - [12140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8592), - [12142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10004), - [12144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6213), - [12146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9251), - [12148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8514), - [12150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), - [12152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7143), - [12154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), - [12156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6174), - [12158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6678), - [12160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8532), - [12162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8595), - [12164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8556), - [12166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [12168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8594), - [12170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8593), - [12172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8565), - [12174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6332), - [12176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8589), - [12178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6122), - [12180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6173), - [12182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [12184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4984), - [12186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6020), - [12188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8627), - [12190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8468), - [12192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [12194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_with_optional_type, 3), - [12196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8578), - [12198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5971), - [12200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6645), - [12202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [12204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), - [12206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5896), - [12208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9341), - [12210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9342), - [12212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [12214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6655), - [12216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__uni_character_literal, 2), - [12218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8598), - [12220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8606), - [12222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7358), - [12224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9031), - [12226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), - [12228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8614), - [12230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_initializer, 2), - [12232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5927), - [12234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6325), - [12236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8616), - [12238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), - [12240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5590), - [12242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7558), - [12244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), - [12246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4978), - [12248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6311), - [12250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8539), - [12252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8582), - [12254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), - [12256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8036), - [12258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8581), - [12260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6160), - [12262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6631), - [12264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), - [12266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8579), - [12268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8576), - [12270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8132), - [12272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8238), - [12274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8126), - [12276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8211), - [12278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [12280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7460), - [12282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8200), - [12284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8505), - [12286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8053), - [12288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8199), - [12290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8061), - [12292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6407), - [12294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [12296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8073), - [12298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [12300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8045), - [12302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6298), - [12304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6371), - [12306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6218), - [12308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6193), - [12310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6676), - [12312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [12314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9301), - [12316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [12318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9300), - [12320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8119), - [12322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8154), - [12324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8220), - [12326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6043), - [12328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [12330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [12332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8090), - [12334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6310), - [12336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6105), - [12338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9428), - [12340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8570), - [12342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8569), - [12344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5902), - [12346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8568), - [12348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6100), - [12350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6175), - [12352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6684), - [12354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9379), - [12356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9373), - [12358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [12360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8150), - [12362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4921), - [12364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8566), - [12366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [12368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [12370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [12372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6364), - [12374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6363), - [12376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8134), - [12378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6002), - [12380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5895), - [12382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9253), - [12384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10075), - [12386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [12388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8458), - [12390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), - [12392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8272), - [12394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8277), - [12396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8561), - [12398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7191), - [12400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8560), - [12402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8558), - [12404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6297), - [12406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8603), - [12408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8602), + [10305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8094), + [10307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9597), + [10309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6333), + [10311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8037), + [10313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6490), + [10315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), + [10317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), + [10319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8139), + [10321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8027), + [10323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9585), + [10325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6309), + [10327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8031), + [10329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6513), + [10331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), + [10333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), + [10335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8128), + [10337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8021), + [10339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9964), + [10341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5969), + [10343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8182), + [10345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6487), + [10347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), + [10349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), + [10351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8059), + [10353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10125), + [10355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6083), + [10357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8070), + [10359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6507), + [10361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), + [10363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4072), + [10365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8142), + [10367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8205), + [10369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9760), + [10371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6386), + [10373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8165), + [10375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6450), + [10377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5465), + [10379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5458), + [10381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8168), + [10383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8224), + [10385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9733), + [10387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6172), + [10389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8079), + [10391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6481), + [10393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5407), + [10395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5418), + [10397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8173), + [10399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9983), + [10401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5975), + [10403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8160), + [10405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6511), + [10407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4058), + [10409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), + [10411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8086), + [10413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8225), + [10415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9652), + [10417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5940), + [10419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8226), + [10421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6509), + [10423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9446), + [10425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9449), + [10427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8198), + [10429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8231), + [10431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9774), + [10433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6011), + [10435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8239), + [10437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6497), + [10439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5138), + [10441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5131), + [10443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8071), + [10445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10123), + [10447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6079), + [10449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8089), + [10451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6489), + [10453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4126), + [10455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), + [10457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8048), + [10459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9604), + [10461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5938), + [10463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8063), + [10465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6465), + [10467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4727), + [10469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4726), + [10471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8039), + [10473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10129), + [10475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6174), + [10477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8045), + [10479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6456), + [10481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [10483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [10485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8158), + [10487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9926), + [10489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6051), + [10491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8149), + [10493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6472), + [10495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), + [10497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), + [10499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8174), + [10501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9871), + [10503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6275), + [10505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8211), + [10507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6495), + [10509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), + [10511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), + [10513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8090), + [10515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9909), + [10517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6185), + [10519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8068), + [10521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6480), + [10523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5612), + [10525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5597), + [10527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8081), + [10529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9697), + [10531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6057), + [10533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8162), + [10535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6504), + [10537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5338), + [10539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5417), + [10541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8196), + [10543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9893), + [10545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6216), + [10547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8175), + [10549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6486), + [10551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), + [10553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), + [10555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8138), + [10557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9581), + [10559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5933), + [10561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8119), + [10563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6523), + [10565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [10567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [10569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8213), + [10571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9834), + [10573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6373), + [10575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8210), + [10577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6522), + [10579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), + [10581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), + [10583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8111), + [10585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9803), + [10587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6183), + [10589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8084), + [10591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6496), + [10593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5626), + [10595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5619), + [10597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8096), + [10599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9620), + [10601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6318), + [10603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8178), + [10605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6527), + [10607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5627), + [10609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5641), + [10611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8257), + [10613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9795), + [10615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5993), + [10617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8252), + [10619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6491), + [10621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5277), + [10623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5274), + [10625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8107), + [10627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9499), + [10629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5936), + [10631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8095), + [10633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6485), + [10635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), + [10637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), + [10639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8148), + [10641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9962), + [10643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6049), + [10645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8112), + [10647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6500), + [10649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4259), + [10651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4266), + [10653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8026), + [10655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9918), + [10657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6190), + [10659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8195), + [10661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6483), + [10663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [10665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [10667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_site_target, 2), + [10669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_site_target, 2), + [10671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6623), + [10673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6642), + [10675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6670), + [10677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6317), + [10679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [10681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [10683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6246), + [10685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6213), + [10687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5757), + [10689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6145), + [10691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6668), + [10693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6150), + [10695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [10697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [10699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_user_type_repeat1, 2), SHIFT_REPEAT(7867), + [10702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6645), + [10704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9191), + [10706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9434), + [10708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6173), + [10710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [10712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [10714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9267), + [10716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5902), + [10718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9113), + [10720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9399), + [10722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7867), + [10724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6651), + [10726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5954), + [10728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9239), + [10730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5979), + [10732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5916), + [10734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6140), + [10736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5903), + [10738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [10740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), + [10742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), + [10744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [10746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [10748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), + [10750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [10752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7008), + [10754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), + [10756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6874), + [10758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [10760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [10762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [10764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [10766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), + [10768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), + [10770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [10772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), + [10774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), + [10776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [10778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 2), + [10780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6918), + [10782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 1), + [10784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), + [10786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [10788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [10790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7115), + [10792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [10794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [10796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), SHIFT_REPEAT(6658), + [10799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [10801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [10803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7173), + [10805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), + [10807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8141), + [10809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), + [10811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8432), + [10813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4794), + [10815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8417), + [10817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6635), + [10819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7902), + [10821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), + [10823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8449), + [10825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5256), + [10827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6965), + [10829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), + [10831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8422), + [10833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7258), + [10835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6969), + [10837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(2019), + [10840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(8141), + [10843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), + [10845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(8417), + [10848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4863), + [10850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8401), + [10852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), + [10854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6974), + [10856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [10858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5105), + [10860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8405), + [10862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__annotated_delegation_specifier_repeat1, 2), SHIFT_REPEAT(6635), + [10865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), + [10867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6949), + [10869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7258), + [10872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [10874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8425), + [10876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7173), + [10879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), + [10881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6323), + [10883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [10885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6208), + [10887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [10889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6097), + [10891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [10893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6252), + [10895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), + [10897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6155), + [10899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6389), + [10901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [10903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6923), + [10905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6108), + [10907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [10909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6103), + [10911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6200), + [10913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6056), + [10915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), + [10917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6106), + [10919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6110), + [10921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10143), + [10923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9190), + [10925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7229), + [10927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6141), + [10929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6104), + [10931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6102), + [10933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6240), + [10935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), + [10937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9576), + [10939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9355), + [10941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6233), + [10943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7665), + [10945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6230), + [10947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6096), + [10949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [10951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5962), + [10953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6226), + [10955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7200), + [10957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constraints_repeat1, 2), SHIFT_REPEAT(7229), + [10960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9958), + [10962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9225), + [10964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6092), + [10966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5920), + [10968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [10970] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [10972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9873), + [10974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9831), + [10976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9830), + [10978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5986), + [10980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 3), + [10982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6284), + [10984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [10986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6018), + [10988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [10990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5952), + [10992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6091), + [10994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6019), + [10996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6219), + [10998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6288), + [11000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6290), + [11002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6085), + [11004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9832), + [11006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6374), + [11008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6294), + [11010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6020), + [11012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6022), + [11014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6339), + [11016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), + [11018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6135), + [11020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6013), + [11022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6105), + [11024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5971), + [11026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6009), + [11028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6111), + [11030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [11032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6114), + [11034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6129), + [11036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6008), + [11038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6311), + [11040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6198), + [11042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6966), + [11044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6266), + [11046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [11048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6268), + [11050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6271), + [11052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6353), + [11054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [11056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6202), + [11058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6204), + [11060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6352), + [11062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6028), + [11064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [11066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6314), + [11068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6350), + [11070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6116), + [11072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9824), + [11074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9253), + [11076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8207), + [11078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9254), + [11080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6118), + [11082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier, 1), + [11084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8247), + [11086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6217), + [11088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6304), + [11090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6006), + [11092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6274), + [11094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6167), + [11096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), + [11098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5989), + [11100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [11102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5991), + [11104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5992), + [11106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6168), + [11108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6169), + [11110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6321), + [11112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6034), + [11114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6325), + [11116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6170), + [11118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6038), + [11120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5997), + [11122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6328), + [11124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6041), + [11126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6046), + [11128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6231), + [11130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6293), + [11132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6396), + [11134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6021), + [11136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6016), + [11138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier, 2), + [11140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6394), + [11142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10132), + [11144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9438), + [11146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6401), + [11148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9976), + [11150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6012), + [11152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6064), + [11154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [11156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5914), + [11158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9528), + [11160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6151), + [11162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6147), + [11164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5887), + [11166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10144), + [11168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9266), + [11170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6068), + [11172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6071), + [11174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__delegation_specifiers_repeat1, 2), SHIFT_REPEAT(7200), + [11177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6069), + [11179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6067), + [11181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6143), + [11183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10140), + [11185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9109), + [11187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6074), + [11189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6062), + [11191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5915), + [11193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6345), + [11195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), + [11197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6337), + [11199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_identifier_repeat1, 2), + [11201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_identifier_repeat1, 2), SHIFT_REPEAT(8247), + [11204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9805), + [11206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5918), + [11208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6133), + [11210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6316), + [11212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6341), + [11214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6342), + [11216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7966), + [11218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), + [11220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [11222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7113), + [11224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 3, .production_id = 5), + [11226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8942), + [11228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 2), + [11230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_statements_repeat1, 2), + [11232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_statements_repeat1, 2), SHIFT_REPEAT(259), + [11235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [11237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_entries, 1), + [11239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5613), + [11241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statements, 1), + [11243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [11245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interpolation, 2, .production_id = 4), + [11247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interpolation, 2, .production_id = 4), + [11249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2), SHIFT_REPEAT(7966), + [11252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2), + [11254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8806), + [11256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 3), + [11258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interpolation, 3, .production_id = 6), + [11260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interpolation, 3, .production_id = 6), + [11262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enum_entries_repeat1, 2), + [11264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enum_entries_repeat1, 2), SHIFT_REPEAT(5628), + [11267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7076), + [11269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6978), + [11271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5607), + [11273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6942), + [11275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 4, .production_id = 7), + [11277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_identifier_repeat1, 2), + [11279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8801), + [11281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6613), + [11283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5882), + [11285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5790), + [11287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6604), + [11289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4640), + [11291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7919), + [11293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), + [11295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6269), + [11297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5559), + [11299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4620), + [11301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6238), + [11303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6673), + [11305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5844), + [11307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5746), + [11309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7640), + [11311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), + [11313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5584), + [11315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6603), + [11317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8915), + [11319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5825), + [11321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5853), + [11323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), + [11325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5636), + [11327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9179), + [11329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4698), + [11331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4610), + [11333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6614), + [11335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), + [11337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 4), + [11339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5533), + [11341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5809), + [11343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 4), + [11345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7382), + [11347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 1), + [11349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [11351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5838), + [11353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), + [11355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5815), + [11357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), + [11359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [11361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7844), + [11363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), + [11365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5571), + [11367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5022), + [11369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_type_parameters_repeat1, 2), SHIFT_REPEAT(5882), + [11372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_type_parameters_repeat1, 2), + [11374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), + [11376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [11378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5532), + [11380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), + [11382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), + [11384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6615), + [11386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), + [11388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [11390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 3), + [11392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [11394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__class_parameters_repeat1, 2), SHIFT_REPEAT(5603), + [11397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__class_parameters_repeat1, 2), + [11399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7543), + [11401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), + [11403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [11405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6195), + [11407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, .production_id = 2), + [11409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7666), + [11411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7795), + [11413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [11415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6601), + [11417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [11419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6600), + [11421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4974), + [11423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [11425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5868), + [11427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [11429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8368), + [11431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [11433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5579), + [11435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6370), + [11437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), + [11439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [11441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6610), + [11443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6334), + [11445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8367), + [11447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5577), + [11449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [11451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4841), + [11453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), + [11455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [11457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5772), + [11459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [11461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), + [11463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5694), + [11465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [11467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9525), + [11469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), SHIFT_REPEAT(5746), + [11472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2), + [11474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6733), + [11476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), + [11478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6113), + [11480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6178), + [11482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), + [11484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6371), + [11486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5950), + [11488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [11490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [11492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_value_arguments_repeat1, 2), SHIFT_REPEAT(1420), + [11495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_value_arguments_repeat1, 2), + [11497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5582), + [11499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), + [11501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5529), + [11503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8749), + [11505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7556), + [11507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [11509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), + [11511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), + [11513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 6, .production_id = 7), + [11515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), + [11517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_when_entry_repeat1, 2), SHIFT_REPEAT(819), + [11520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_when_entry_repeat1, 2), + [11522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5810), + [11524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5836), + [11526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4884), + [11528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5842), + [11530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5181), + [11532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [11534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7304), + [11536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [11538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5183), + [11540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6400), + [11542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), + [11544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [11546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 1), + [11548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5690), + [11550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5692), + [11552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [11554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nullable_type_repeat1, 2), SHIFT_REPEAT(8915), + [11557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6596), + [11559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6609), + [11561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6014), + [11563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6203), + [11565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4745), + [11567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5704), + [11569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), + [11571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6335), + [11573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5629), + [11575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3), + [11577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8125), + [11579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_value_parameters_repeat1, 2), SHIFT_REPEAT(6628), + [11582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_value_parameters_repeat1, 2), + [11584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5550), + [11586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5589), + [11588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), + [11590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5897), + [11592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [11594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [11596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), + [11598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9017), + [11600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_entry, 4), + [11602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5855), + [11604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6209), + [11606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6606), + [11608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), + [11610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [11612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5528), + [11614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [11616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), + [11618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [11620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_parameter, 4), + [11622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6597), + [11624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), SHIFT_REPEAT(6673), + [11627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), + [11629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10033), + [11631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [11633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [11635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6599), + [11637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [11639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5585), + [11641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [11643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [11645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [11647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7814), + [11649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6101), + [11651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, .production_id = 1), + [11653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5516), + [11655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6165), + [11657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5742), + [11659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9852), + [11661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), + [11663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9971), + [11665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6683), + [11667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6130), + [11669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6058), + [11671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5557), + [11673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5249), + [11675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_multi_variable_declaration_repeat1, 2), SHIFT_REPEAT(7919), + [11678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_multi_variable_declaration_repeat1, 2), + [11680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7218), + [11682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lambda_parameters_repeat1, 2), SHIFT_REPEAT(7382), + [11685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lambda_parameters_repeat1, 2), + [11687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [11689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), + [11691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [11693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [11695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7240), + [11697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [11699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), + [11701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6612), + [11703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4975), + [11705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6598), + [11707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8402), + [11709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4714), + [11711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_parameters, 2), + [11713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [11715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [11717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6739), + [11719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), + [11721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [11723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [11725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), + [11727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), + [11729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8981), + [11731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6616), + [11733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), + [11735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [11737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [11739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5095), + [11741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5702), + [11743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5545), + [11745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4599), + [11747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [11749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [11751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), + [11753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6621), + [11755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [11757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [11759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7853), + [11761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), + [11763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [11765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4857), + [11767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), + [11769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [11771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [11773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [11775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5209), + [11777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [11779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9162), + [11781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6602), + [11783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8585), + [11785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5547), + [11787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), + [11789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6605), + [11791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [11793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [11795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8512), + [11797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4575), + [11799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5543), + [11801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [11803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [11805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), + [11807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4687), + [11809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6608), + [11811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [11813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4544), + [11815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5705), + [11817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [11819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5739), + [11821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5553), + [11823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), + [11825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5942), + [11827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [11829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), + [11831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [11833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), + [11835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6625), + [11837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), + [11839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_indexing_suffix_repeat1, 2), SHIFT_REPEAT(1931), + [11842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5567), + [11844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8526), + [11846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), + [11848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 5), + [11850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5546), + [11852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), + [11854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 5), + [11856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6611), + [11858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5953), + [11860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 5, .production_id = 5), + [11862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [11864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [11866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [11868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_value_parameter, 2), + [11870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [11872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [11874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7752), + [11876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7750), + [11878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7673), + [11880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7672), + [11882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7816), + [11884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7691), + [11886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), + [11888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, .production_id = 1), + [11890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4379), + [11892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4, .production_id = 2), + [11894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), + [11896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [11898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), + [11900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), + [11902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7744), + [11904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), + [11906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7748), + [11908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7620), + [11910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7817), + [11912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7786), + [11914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7815), + [11916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7659), + [11918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7717), + [11920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7714), + [11922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7611), + [11924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7791), + [11926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7811), + [11928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7650), + [11930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7741), + [11932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9419), + [11934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_header, 3), + [11936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_projection, 2), + [11938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7614), + [11940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7622), + [11942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7813), + [11944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7670), + [11946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7643), + [11948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7785), + [11950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7674), + [11952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7688), + [11954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7690), + [11956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4350), + [11958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_test, 2), + [11960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7727), + [11962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6243), + [11964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_with_optional_type, 2), + [11966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7706), + [11968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7708), + [11970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_delegation_call, 2), + [11972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7607), + [11974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7720), + [11976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7731), + [11978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), + [11980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7787), + [11982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7775), + [11984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5697), + [11986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [11988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7833), + [11990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7832), + [11992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6193), + [11994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_with_optional_type, 1), + [11996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_projection, 1), + [11998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7696), + [12000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4365), + [12002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7699), + [12004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7742), + [12006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7746), + [12008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7805), + [12010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), + [12012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7812), + [12014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7598), + [12016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7655), + [12018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7657), + [12020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_header, 4), + [12022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4366), + [12024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), + [12026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), + [12028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9797), + [12030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6017), + [12032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6704), + [12034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8127), + [12036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9880), + [12038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6690), + [12040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7147), + [12042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), + [12044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5403), + [12046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8546), + [12048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4578), + [12050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5117), + [12052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), + [12054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8623), + [12056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8538), + [12058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_parameters, 2), + [12060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5890), + [12062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5087), + [12064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [12066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5891), + [12068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6376), + [12070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6346), + [12072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), + [12074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [12076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5892), + [12078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8528), + [12080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8453), + [12082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6189), + [12084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [12086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6188), + [12088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5893), + [12090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [12092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8130), + [12094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_alias, 2, .production_id = 2), + [12096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5894), + [12098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8491), + [12100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5900), + [12102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), + [12104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 7, .production_id = 7), + [12106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7132), + [12108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8555), + [12110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), + [12112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6242), + [12114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6361), + [12116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6360), + [12118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), + [12120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10016), + [12122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6194), + [12124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9406), + [12126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5901), + [12128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_subject, 7), + [12130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [12132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9998), + [12134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8473), + [12136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8624), + [12138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5906), + [12140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), + [12142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6053), + [12144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), + [12146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8535), + [12148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 6), + [12150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), + [12152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8594), + [12154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 6), + [12156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8552), + [12158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8534), + [12160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8533), + [12162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 6, .production_id = 5), + [12164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8487), + [12166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5917), + [12168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), + [12170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_initializer, 2), + [12172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4775), + [12174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8461), + [12176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8483), + [12178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8468), + [12180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8475), + [12182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7581), + [12184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8477), + [12186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5907), + [12188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [12190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8540), + [12192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8488), + [12194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8541), + [12196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), + [12198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8543), + [12200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8497), + [12202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9394), + [12204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8507), + [12206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5898), + [12208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8561), + [12210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8515), + [12212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5908), + [12214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [12216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_subject, 6), + [12218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__uni_character_literal, 2), + [12220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8481), + [12222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8606), + [12224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8503), + [12226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7313), + [12228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9058), + [12230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [12232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8609), + [12234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8615), + [12236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8143), + [12238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8465), + [12240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8137), + [12242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3997), + [12244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8040), + [12246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8024), + [12248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [12250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8549), + [12252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [12254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5578), + [12256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5919), + [12258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8106), + [12260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8582), + [12262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), + [12264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4969), + [12266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8100), + [12268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8583), + [12270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8558), + [12272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8091), + [12274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [12276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8043), + [12278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8575), + [12280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8565), + [12282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8564), + [12284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5921), + [12286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8563), + [12288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), + [12290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [12292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5911), + [12294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8051), + [12296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8513), + [12298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8514), + [12300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8518), + [12302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8085), + [12304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [12306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8098), + [12308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8220), + [12310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7501), + [12312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [12314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5941), + [12316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8569), + [12318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8452), + [12320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [12322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8498), + [12324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8572), + [12326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [12328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5928), + [12330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5949), + [12332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9246), + [12334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6666), + [12336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8622), + [12338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8616), + [12340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8576), + [12342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5955), + [12344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5050), + [12346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6653), + [12348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8269), + [12350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 5, .production_id = 7), + [12352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5963), + [12354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8597), + [12356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8580), + [12358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [12360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5972), + [12362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6617), + [12364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [12366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9311), + [12368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9312), + [12370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8618), + [12372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6214), + [12374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [12376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8126), + [12378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8625), + [12380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [12382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8626), + [12384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8189), + [12386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8617), + [12388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6117), + [12390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9421), + [12392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7141), + [12394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8551), + [12396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8550), + [12398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8548), + [12400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [12402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8544), + [12404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [12406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6131), + [12408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6627), [12410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5923), - [12412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9427), - [12414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8601), - [12416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9174), - [12418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6016), - [12420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6635), - [12422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6337), - [12424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5932), - [12426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5934), - [12428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6680), - [12430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [12432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9360), - [12434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9363), - [12436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8062), - [12438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5909), - [12440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), - [12442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8546), - [12444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), - [12446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), - [12448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), - [12450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6361), - [12452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6237), - [12454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8202), - [12456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_with_optional_type, 4), - [12458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8237), - [12460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [12462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6291), - [12464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7974), - [12466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8613), - [12468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [12470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), - [12472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8065), - [12474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [12476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), - [12478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_subject, 3), - [12480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6333), - [12482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9346), - [12484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6296), - [12486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), - [12488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6246), - [12490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9456), - [12492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8463), - [12494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), - [12496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6345), - [12498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8472), - [12500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8630), - [12502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8465), - [12504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10012), - [12506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8466), - [12508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6369), - [12510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6245), - [12512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8467), - [12514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [12516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6375), - [12518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8502), - [12520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6329), - [12522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6376), - [12524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6647), - [12526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6094), - [12528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9128), - [12530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9127), - [12532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6046), - [12534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8599), - [12536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8136), - [12538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6679), - [12540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), - [12542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8509), - [12544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5801), - [12546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4746), - [12548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8108), - [12550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), - [12552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6137), - [12554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9139), - [12556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), - [12558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6666), - [12560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6097), - [12562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5835), - [12564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6005), - [12566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6215), - [12568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8485), - [12570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6626), - [12572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8482), - [12574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8547), - [12576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8518), - [12578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5948), - [12580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5993), - [12582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [12584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8481), - [12586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8586), - [12588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8511), - [12590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8034), - [12592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6114), - [12594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), - [12596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5912), - [12598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8508), - [12600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4962), - [12602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8512), - [12604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5485), - [12606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4684), - [12608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8537), - [12610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6641), - [12612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8513), - [12614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8515), - [12616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8540), - [12618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8477), - [12620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_character_escape_seq, 1), - [12622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9576), - [12624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5125), - [12626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8143), - [12628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8475), - [12630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8538), - [12632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8459), - [12634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8476), - [12636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6636), - [12638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5977), - [12640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [12642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9596), - [12644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [12646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8535), - [12648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8247), - [12650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9187), - [12652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), - [12654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8621), - [12656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6667), - [12658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6166), - [12660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6681), - [12662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5966), - [12664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8530), - [12666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6197), - [12668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3845), - [12670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6196), - [12672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6674), - [12674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8528), - [12676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8522), - [12678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8208), - [12680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8520), - [12682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9221), - [12684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6656), - [12686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6209), - [12688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [12690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), - [12692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [12694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4789), - [12696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6683), - [12698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6037), - [12700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5929), - [12702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8526), - [12704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8506), - [12706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6639), - [12708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_secondary_constructor, 6), - [12710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8117), - [12712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8504), - [12714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 4, .production_id = 5), - [12716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8557), - [12718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [12720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8076), - [12722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), - [12724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8501), - [12726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5901), - [12728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5921), - [12730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6671), - [12732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8242), - [12734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8628), - [12736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8027), - [12738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6630), - [12740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8153), - [12742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8078), - [12744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6653), - [12746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8573), - [12748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8483), - [12750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6623), - [12752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_parameters, 4), - [12754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8462), - [12756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6659), - [12758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8086), - [12760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5385), - [12762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8093), - [12764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8178), - [12766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8531), - [12768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7146), - [12770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8460), - [12772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8461), - [12774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7148), - [12776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), - [12778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8575), - [12780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7155), - [12782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7159), - [12784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7165), - [12786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7170), - [12788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7174), - [12790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7176), - [12792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7178), - [12794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7180), - [12796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7185), - [12798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7203), - [12800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7204), - [12802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7199), - [12804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7205), - [12806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7188), - [12808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7153), - [12810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7145), - [12812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7137), - [12814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7142), - [12816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7164), - [12818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7167), - [12820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7171), - [12822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8464), - [12824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8071), - [12826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8111), - [12828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8114), - [12830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [12832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), - [12834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), - [12836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6309), - [12838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7305), - [12840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [12842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), - [12844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8494), - [12846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), - [12848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8492), - [12850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8491), - [12852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [12854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8490), - [12856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8068), - [12858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), - [12860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5999), - [12862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8577), - [12864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [12866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [12868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [12870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [12872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6125), - [12874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8541), - [12876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 5, .production_id = 7), - [12878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [12880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8487), - [12882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 7, .production_id = 7), - [12884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8488), - [12886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [12888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [12890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8489), - [12892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [12894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [12896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9153), - [12898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [12900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [12902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_subject, 7), - [12904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [12906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [12908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [12910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), - [12912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7344), - [12914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), - [12916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [12918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [12920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), - [12922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [12924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [12926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), - [12928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 6), - [12930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), - [12932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), - [12934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [12936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [12938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8527), + [12412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6134), + [12414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [12416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6136), + [12418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6629), + [12420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [12422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9296), + [12424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9091), + [12426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8192), + [12428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_subject, 3), + [12430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6099), + [12432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [12434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [12436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8118), + [12438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6192), + [12440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8014), + [12442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8500), + [12444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9119), + [12446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8559), + [12448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), + [12450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), + [12452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6228), + [12454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6235), + [12456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6652), + [12458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5965), + [12460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9149), + [12462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9150), + [12464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9431), + [12466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8185), + [12468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5103), + [12470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8573), + [12472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [12474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [12476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6358), + [12478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8537), + [12480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8237), + [12482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6061), + [12484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6357), + [12486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6066), + [12488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [12490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6313), + [12492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6354), + [12494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9194), + [12496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10007), + [12498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), + [12500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6364), + [12502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8232), + [12504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8230), + [12506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6365), + [12508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6637), + [12510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10029), + [12512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6399), + [12514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4802), + [12516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6395), + [12518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6393), + [12520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6619), + [12522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9210), + [12524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6368), + [12526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9236), + [12528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6032), + [12530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8104), + [12532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6369), + [12534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10036), + [12536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10043), + [12538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10049), + [12540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8259), + [12542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8256), + [12544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8531), + [12546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [12548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [12550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8547), + [12552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [12554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8117), + [12556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8464), + [12558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), + [12560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6356), + [12562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9275), + [12564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8562), + [12566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8114), + [12568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8567), + [12570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8202), + [12572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8568), + [12574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6326), + [12576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4908), + [12578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5496), + [12580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), + [12582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4619), + [12584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8489), + [12586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5886), + [12588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6303), + [12590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6647), + [12592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [12594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9330), + [12596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9331), + [12598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6171), + [12600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8241), + [12602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_character_escape_seq, 1), + [12604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9571), + [12606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), + [12608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8121), + [12610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6248), + [12612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9392), + [12614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6655), + [12616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6656), + [12618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6176), + [12620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6229), + [12622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6661), + [12624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [12626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9590), + [12628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8527), + [12630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8560), + [12632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5793), + [12634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8536), + [12636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8532), + [12638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6232), + [12640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8458), + [12642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8529), + [12644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10023), + [12646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6166), + [12648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6181), + [12650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6648), + [12652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6206), + [12654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), + [12656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6639), + [12658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [12660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8504), + [12662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8169), + [12664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6264), + [12666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8509), + [12668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8519), + [12670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6210), + [12672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8523), + [12674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8243), + [12676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [12678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4731), + [12680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9444), + [12682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [12684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6675), + [12686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8459), + [12688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6207), + [12690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8505), + [12692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6618), + [12694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_with_optional_type, 4), + [12696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8571), + [12698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6201), + [12700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6672), + [12702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8455), + [12704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8574), + [12706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8577), + [12708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8608), + [12710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8578), + [12712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8172), + [12714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9426), + [12716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6663), + [12718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8587), + [12720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6182), + [12722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6660), + [12724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6177), + [12726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), + [12728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6654), + [12730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8595), + [12732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8108), + [12734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8605), + [12736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [12738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4862), + [12740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8069), + [12742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8613), + [12744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), + [12746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6156), + [12748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6138), + [12750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6624), + [12752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8025), + [12754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8053), + [12756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8581), + [12758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7197), + [12760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6662), + [12762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8156), + [12764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7194), + [12766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8167), + [12768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6659), + [12770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7191), + [12772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7188), + [12774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7186), + [12776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7184), + [12778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7182), + [12780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7179), + [12782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7154), + [12784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7171), + [12786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7169), + [12788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7167), + [12790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7164), + [12792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7161), + [12794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7159), + [12796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7156), + [12798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7153), + [12800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7151), + [12802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7149), + [12804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7145), + [12806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7142), + [12808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7138), + [12810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7136), + [12812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 4, .production_id = 5), + [12814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6634), + [12816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8454), + [12818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6622), + [12820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8170), + [12822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5987), + [12824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8463), + [12826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8530), + [12828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7347), + [12830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8469), + [12832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8136), + [12834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8150), + [12836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8190), + [12838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8193), + [12840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), + [12842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), + [12844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [12846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [12848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [12850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_parameters, 4), + [12852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8610), + [12854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5811), + [12856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), + [12858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), + [12860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), + [12862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8589), + [12864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8602), + [12866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8600), + [12868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [12870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8599), + [12872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8184), + [12874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6372), + [12876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [12878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [12880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [12882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [12884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4944), + [12886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [12888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [12890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [12892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6398), + [12894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [12896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [12898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [12900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7300), + [12902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [12904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [12906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_with_optional_type, 3), + [12908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [12910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [12912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), + [12914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), + [12916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [12918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5998), + [12920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [12922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), + [12924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), + [12926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6223), + [12928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [12930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [12932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [12934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), + [12936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), + [12938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), [12940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), [12942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [12944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_companion_object, 6, .production_id = 5), - [12946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8543), - [12948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [12950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), - [12952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [12954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), - [12956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [12958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [12960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), - [12962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4637), - [12964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), - [12966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [12968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [12970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [12972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [12974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [12976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4859), - [12978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), - [12980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8544), - [12982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [12984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [12986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), - [12988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), - [12990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [12992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), - [12994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [12996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [12944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [12946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [12948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), + [12950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [12952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), + [12954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6332), + [12956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [12958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), + [12960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), + [12962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [12964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4625), + [12966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [12968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [12970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [12972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8579), + [12974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [12976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [12978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [12980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [12982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [12984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8517), + [12986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [12988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [12990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [12992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [12994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6331), + [12996] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), [12998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), - [13000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), - [13002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), - [13004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [13000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [13002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [13004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), [13006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), - [13008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), - [13010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), - [13012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8521), - [13014] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [13016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [13018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), - [13020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [13022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [13024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [13026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6115), - [13028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8500), - [13030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9142), - [13032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8499), - [13034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), - [13036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), - [13038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [13040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), - [13042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [13044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [13046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [13048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), - [13050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), - [13052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8495), - [13054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), - [13056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [13058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7190), - [13060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [13062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [13064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), - [13066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), - [13068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8523), - [13070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [13072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), - [13074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8283), - [13076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), - [13078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), - [13080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [13082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [13084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [13086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [13088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [13090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [13092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), - [13094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), - [13096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), - [13098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [13100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [13102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [13104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [13106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [13108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [13110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), - [13112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), - [13114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), - [13116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), - [13118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [13120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [13122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [13124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [13126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [13128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6185), - [13130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [13132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8493), - [13134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), - [13136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [13138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), - [13140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_when_subject, 6), - [13142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [13144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8524), - [13146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [13148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [13150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8121), - [13152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8113), - [13154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8105), - [13156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8100), - [13158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8097), - [13160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8091), - [13162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8081), - [13164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8079), - [13166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [13168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [13170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7348), - [13172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), - [13174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), - [13176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [13178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [13180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6226), - [13182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8545), - [13184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [13186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7339), - [13188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9966), - [13190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6168), - [13192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7308), - [13194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7319), - [13196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6169), - [13198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [13200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3569), + [13008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [13010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [13012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), + [13014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [13016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [13018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9156), + [13020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [13022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), + [13024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [13026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [13028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [13030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [13032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [13034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), + [13036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), + [13038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), + [13040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), + [13042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [13044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [13046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7178), + [13048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [13050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), + [13052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [13054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [13056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), + [13058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [13060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), + [13062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8233), + [13064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), + [13066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [13068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [13070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [13072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), + [13074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [13076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), + [13078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [13080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), + [13082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), + [13084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [13086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [13088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [13090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [13092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [13094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [13096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [13098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [13100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [13102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), + [13104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), + [13106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [13108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [13110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [13112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [13114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [13116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6320), + [13118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [13120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), + [13122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), + [13124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), + [13126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [13128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8511), + [13130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), + [13132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [13134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), + [13136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8076), + [13138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8067), + [13140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8065), + [13142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8052), + [13144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8049), + [13146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8044), + [13148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8041), + [13150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8036), + [13152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), + [13154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [13156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7351), + [13158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [13160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), + [13162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [13164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), + [13166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6636), + [13168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), + [13170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7312), + [13172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9974), + [13174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6162), + [13176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7299), + [13178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7324), + [13180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6163), + [13182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), + [13184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3569), }; enum ts_external_scanner_symbol_identifiers { diff --git a/test/corpus/literals.txt b/test/corpus/literals.txt index 3e4e820..2339cac 100644 --- a/test/corpus/literals.txt +++ b/test/corpus/literals.txt @@ -163,3 +163,25 @@ assertEquals("\u214E\uA7B5\u2CEF", "\u2132\uA7B4\u2CEF".lowercase()) (simple_identifier))) (call_suffix (value_arguments)))))))) +================================================================================ +Unsigned literal +================================================================================ + +0xfff0000000000000U + +-------------------------------------------------------------------------------- + + (source_file + (unsigned_literal + (hex_literal))) +================================================================================ +Unsigned Long literal +================================================================================ + +0xfff0000000000000UL + +-------------------------------------------------------------------------------- + +(source_file + (unsigned_literal + (hex_literal)))